-- phpMyAdmin SQL Dump
-- version 4.9.7
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Dec 21, 2021 at 12:32 AM
-- Server version: 10.3.32-MariaDB-log
-- PHP Version: 7.3.32

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `thrill16_wp936`
--

-- --------------------------------------------------------

--
-- Table structure for table `cbdwra_wpk0_commentmeta`
--

CREATE TABLE `cbdwra_wpk0_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `cbdwra_wpk0_comments`
--

CREATE TABLE `cbdwra_wpk0_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cbdwra_wpk0_comments`
--

INSERT INTO `cbdwra_wpk0_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/', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `cbdwra_wpk0_links`
--

CREATE TABLE `cbdwra_wpk0_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_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_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `cbdwra_wpk0_options`
--

CREATE TABLE `cbdwra_wpk0_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cbdwra_wpk0_options`
--

INSERT INTO `cbdwra_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://newgen.stun.tech', 'yes'),
(2, 'home', 'https://newgen.stun.tech', 'yes'),
(3, 'blogname', 'Newgen', 'yes'),
(4, 'blogdescription', 'Newgen', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@stun.tech', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:97:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=21&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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:5:{i:0;s:24:\"header-footer/plugin.php\";i:1;s:20:\"oxygen/functions.php\";i:2;s:21:\"wp-reset/wp-reset.php\";i:3;s:41:\"wpvivid-backup-pro/wpvivid-backup-pro.php\";i:4;s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'twentytwenty', 'yes'),
(41, 'stylesheet', 'twentytwenty', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '48748', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i: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:1:{s:21:\"wp-reset/wp-reset.php\";a:2:{i:0;s:8:\"WP_Reset\";i:1;s:16:\"uninstall_plugin\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '21', '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', '1616432756', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'initial_db_version', '48748', 'yes'),
(96, 'wpk0_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(97, 'fresh_site', '0', 'yes'),
(98, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'sidebars_widgets', 'a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(104, 'cron', 'a:6:{i:1612595157;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:1612631156;a:4:{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: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:1612631644;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: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:1612632271;a:1:{s:24:\"wpvivid_pro_update_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:1613063156;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'),
(105, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'recovery_keys', 'a:0:{}', 'yes'),
(116, 'theme_mods_twentytwenty', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(1536, '_site_transient_timeout_theme_roots', '1612595599', 'no'),
(1537, '_site_transient_theme_roots', 'a:3:{s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}', 'no'),
(1561, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1612594275;s:7:\"checked\";a:3:{s:14:\"twentynineteen\";s:3:\"1.9\";s:15:\"twentyseventeen\";s:3:\"2.5\";s:12:\"twentytwenty\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.9.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.6.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}', 'no'),
(198, 'wp-reset', 'a:4:{s:7:\"options\";a:21:{s:15:\"tools_snapshots\";b:1;s:16:\"events_snapshots\";b:1;s:20:\"snapshots_autoupload\";b:0;s:24:\"autosnapshots_autoupload\";b:0;s:23:\"snapshots_upload_delete\";b:0;s:19:\"scheduled_snapshots\";b:0;s:15:\"prune_snapshots\";b:0;s:23:\"prune_snapshots_details\";s:6:\"days-5\";s:18:\"adminbar_snapshots\";b:1;s:15:\"optimize_tables\";b:0;s:20:\"snapshots_size_alert\";i:1000;s:13:\"throttle_ajax\";b:0;s:12:\"fix_datetime\";b:0;s:23:\"alternate_db_connection\";b:0;s:21:\"ajax_snapshots_export\";b:0;s:15:\"cloud_snapshots\";b:0;s:15:\"onboarding_done\";b:1;s:10:\"whitelabel\";b:0;s:5:\"debug\";b:0;s:13:\"cloud_service\";s:4:\"none\";s:10:\"cloud_data\";a:1:{s:8:\"icedrive\";b:0;}}s:4:\"meta\";a:3:{s:13:\"first_version\";s:4:\"5.65\";s:13:\"first_install\";i:1600881446;s:11:\"reset_count\";i:0;}s:17:\"dismissed_notices\";a:1:{s:7:\"welcome\";b:1;}s:12:\"autouploader\";a:0:{}}', 'yes'),
(1522, '_site_transient_timeout_php_check_6a93f292d9a273c004fc36e1f86d97b3', '1613097022', 'no'),
(1523, '_site_transient_php_check_6a93f292d9a273c004fc36e1f86d97b3', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(654, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:15:\"admin@stun.tech\";s:7:\"version\";s:5:\"5.5.3\";s:9:\"timestamp\";i:1604121746;}', 'no'),
(1560, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.6-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.6-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1612594274;s:15:\"version_checked\";s:5:\"5.5.3\";s:12:\"translations\";a:0:{}}', 'no'),
(1532, '_transient_doing_cron', '1612593796.3572471141815185546875', 'yes'),
(1576, '_transient_timeout_wf_plugin_update_wpr', '1612594298', 'no'),
(1577, '_transient_wf_plugin_update_wpr', 'a:2:{s:7:\"success\";b:1;s:4:\"data\";a:23:{s:4:\"name\";s:12:\"WP Reset PRO\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:6:\"author\";s:59:\"<a href=\"https://www.webfactoryltd.com/\">WebFactory Ltd</a>\";s:11:\"new_version\";s:4:\"5.80\";s:7:\"version\";s:4:\"5.80\";s:8:\"homepage\";s:20:\"https://wpreset.com/\";s:12:\"last_updated\";s:19:\"2021-02-01 09:47:08\";s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:4:\"5.60\";s:4:\"tags\";s:64:\"reset, reset database, reset wordpress database, wordpress-reset\";s:15:\"active_installs\";s:6:\"200000\";s:6:\"rating\";s:3:\"100\";s:11:\"num_ratings\";s:3:\"288\";s:7:\"ratings\";a:5:{i:5;i:277;i:4;i:2;i:3;i:1;i:2;i:1;i:1;i:7;}s:5:\"added\";s:10:\"2018-10-24\";s:3:\"url\";s:20:\"https://wpreset.com/\";s:7:\"package\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:13:\"download_link\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:14:\"upgrade_notice\";s:26:\"See changelog for details.\";s:7:\"banners\";a:1:{s:3:\"low\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=1807800\";}s:5:\"icons\";a:4:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1797141\";s:2:\"1x\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"svg\";s:0:\"\";}s:8:\"sections\";a:1:{s:9:\"changelog\";s:6523:\"<strong>v5.80</strong> - 2021-02-01<ul><li>Minor Tweaks</li></ul><strong>v5.79</strong> - 2021-01-13<ul><li>Fixed snapshot export compatibility issues</li></ul><strong>v5.78</strong> - 2020-12-19<ul><li>Compatibility fixes</li></ul><strong>v5.77</strong> - 2020-12-17<ul>\r\n<li>Compatibility improvements</li>\r\n<li>Various minor tweaks</li>\r\n</ul><strong>v5.73</strong> - 2020-12-08<ul><li>WordPress 5.6 update</li></ul><strong>v5.72</strong> - 2020-12-05<ul><li>Added support for pCloud EU</li></ul><strong>v5.71</strong> - 2020-11-30<ul><li>Compatibility with extended ascii characters in Site Title</li></ul><strong>v5.70</strong> - 2020-11-28<ul><li>Typo fix</li></ul><strong>v5.69</strong> - 2020-11-27<ul><li>Fixed Database usage space alert bug</li></ul><strong>v5.68</strong> - 2020-11-26<ul><li>Fixed Snapshot Size Alert option sometimes not being saved</li></ul><strong>v5.67</strong> - 2020-11-21<ul>\r\n<li>Added select checkboxes for snapshots and bulk delete of selected snapshots</li>\r\n<li>Automatic license activation for 301 Redirects PRO</li>\r\n<li>Debugger log improvements</li>\r\n<li>Tweaked upload of automatic snapshots to cloud</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.66</strong> - 2020-09-22<ul><li>Updated Google Drive API</li></ul><strong>v5.65</strong> - 2020-09-20<ul><li>Exported snapshot ZIPs will be deleted from the website when the snapshot is deleted</li></ul><strong>v5.64</strong> - 2020-09-18<ul>\r\n<li>Performance improvements and tweaks</li>\r\n<li>Compatibility fixes</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.63</strong> - 2020-09-08<ul>\r\n<li>Added support for Icedrive</li>\r\n<li>Various tweaks and fixes</li>\r\n</ul><strong>v5.62</strong> - 2020-09-02<ul><li>Tweaks and bug fixes</li></ul><strong>v5.59</strong> - 2020-08-14<ul><li>Admin bar menu bug fix</li></ul><strong>v5.58</strong> - 2020-08-09<ul><li>WordPress 5.5 update</li></ul><strong>v5.57</strong> - 2020-07-09<ul>\r\n<li>Added automatic upload option for user created snapshots</li>\r\n<li>Added option to automatically delete snapshots after they are uploaded to cloud</li>\r\n<li>When the White Label option is activated, license keys are hidden and collections editing is disabled</li>\r\n</ul><strong>v5.56</strong> - 2020-06-15<ul><li>Added HTML Support for Collection Item Description</li></ul><strong>v5.55</strong> - 2020-06-15<ul>\r\n<li>Custom Support / Branding Text can now be added for licenses in Dashboard and it will be displayed in the Support tab when White label is active</li>\r\n<li>License key is now always hidden after activation</li>\r\n</ul><strong>v5.50</strong> - 2020-06-01<ul><li>Database Bug Fix and Tweaks</li></ul><strong>v5.49</strong> - 2020-05-25<ul><li>pCloud API updates</li></ul><strong>v5.48</strong> - 2020-05-12<ul><li>Added warning if PHP ZipArchive extension is disabled or missing</li><li>Tweaks and minor bug fixes</li></ul><strong>v5.47</strong> - 2020-05-08<ul>\r\n<li>Added option to optimize tables before creating snapshots</li>\r\n<li>Added option to throttle AJAX requests</li>\r\n<li>fixed wp-cli bug</li>\r\n</ul><strong>v5.46</strong> - 2020-05-04<ul>\r\n<li>Google Drive cloud tweaks</li>\r\n<li>Improved support for long table names</li>\r\n</ul><strong>v5.45</strong> - 2020-05-03<ul><li>improved pCloud error handling and overall experience</li></ul><strong>v5.44</strong> - 2020-05-01<ul><li>fixed bug causing no results in plugin/theme search when adding new collection items from WordPress.org</li></ul><strong>v5.43</strong> - 2020-04-29<ul><li>bug fix</li></ul><strong>v5.42</strong> - 2020-04-29<ul><li>typo fix</li></ul><strong>v5.41</strong> - 2020-04-26<ul><li>Freemius license activation fix</li></ul><strong>v5.40</strong> - 2020-04-25<ul>\r\n<li>Bug fixes</li>\r\n</ul><strong>v5.33</strong> - 2020-04-12<ul>\r\n<li>Improved Emergency Recovery GUI, new section for WordPress Information</li>\r\n<li>Added button to update Emergency Recovery to latest version</li>\r\n<li>Fixed issue with Collection items license keys not being saved properly in some cases</li>\r\n<li>Delete .htaccess tool: Added button to restore .htaccess to default</li>\r\n<li>New tool: Reset User Roles</li>\r\n<li>Tweaks and minor bug fixes</li>\r\n</ul><strong>v5.32</strong> - 2020-04-06<ul><li>Added automatic license activation for Oxygen plugins</li></ul><strong>v5.31</strong> - 2020-03-21<ul><li>Fixed White Label bug</li></ul><strong>v5.30</strong> - 2020-03-20<ul>\r\n<li>started using the new dashboard to handle licenses</li>\r\n</ul>\r\n<strong>v5.26</strong> - 2020-03-12<ul><li>Added pCloud Support</li><li>Added automatic license activation for Advanced Custom Fields</li><li>Bug Fixes</li></ul><strong>v5.24</strong> - 2020-02-19<ul><li>Added automatic license activation for WebFactory plugins, Freemius plugins as well as Ninja Tables PRO, SEOpress PRO and the Astra Pro Addon Plugin</li><li>Bug fixes</li></ul><strong>v5.23</strong> - 2020-01-30<ul><li>Added support for long lincense keys for collection items</li><li>Fixed install issues with some collection themes</li></ul><strong>v5.22</strong> - 2020-01-29<ul><li>Fixed sometimes not reading plugin information correctly when adding a ZIP to collection</li><li>Fixed active cloud setting sometimes being set to Disabled when saving settings</li><li>Minor tweaks and bug fixes</li></ul><strong>v5.21</strong> - 2020-01-28<ul><li>Timezone bug fix</li></ul><strong>v5.20</strong> - 2020-01-27<ul><li>added mandatory password for emergency recovery script</li><li>fixed a lot of bugs</li><li>enabled snapshots cloud storage on Dropbox, Google Drive and WP Reset Cloud</li><li>enabled support for premium plugins (via ZIP archive) in collections</li><li>added support for license keys for premium plugins (only storage for now, not activation)</li></ul><strong>v5.17</strong> - 2020-01-12<ul><li>Preparations for cloud features coming out by January 28th</li><li>Keep timezone when resetting</li><li>Moved Snapshot Settings to Settings tab</li><li>Minor bug fixes</li></ul><strong>v5.15</strong> - 2019-11-26<ul><li>Added Delete MU Plugins & Drop-ins Tool</li><li>Added delete snapshots button</li><li>Added White-label option for Agency Licenses</li><li>Tweaks and bug fixes</li></ul><strong>v5.13</strong> - 2019-11-23<ul><li>Tweaks and Bug Fixes</li></ul><strong>v5.12</strong> - 2019-11-19<ul><li>CSS Bug Fix</li></ul><strong>v5.11</strong> - 2019-11-18<ul><li>First official pro  release</li></ul><strong>v5.01</strong> - 2019-11-17<ul><li>Test beta update</li></ul><strong>v5.00</strong> - 2019-11-17<ul><li>First public beta release</li></ul>\";}}}', 'no'),
(570, 'hefo', 'a:75:{s:4:\"head\";s:407:\"<script>\r\n    Userback = window.Userback || {};\r\n    Userback.access_token = \'5274|20165|vjvucuLRKroUIMS3PbbdovUtgeWNbItVTqsVo83jSUx14nD8ri\';\r\n    (function(id) {\r\n        var s = document.createElement(\'script\');\r\n        s.async = 1;s.src = \'https://static.userback.io/widget/v1.js\';\r\n        var parent_node = document.head || document.body;parent_node.appendChild(s);\r\n    })(\'userback-sdk\');\r\n</script>\";s:9:\"head_home\";s:0:\"\";s:4:\"body\";s:0:\"\";s:11:\"mobile_body\";s:0:\"\";s:6:\"footer\";s:0:\"\";s:13:\"mobile_footer\";s:0:\"\";s:13:\"generic_tag_1\";s:0:\"\";s:9:\"generic_1\";s:0:\"\";s:16:\"mobile_generic_1\";s:0:\"\";s:13:\"generic_tag_2\";s:0:\"\";s:9:\"generic_2\";s:0:\"\";s:16:\"mobile_generic_2\";s:0:\"\";s:13:\"generic_tag_3\";s:0:\"\";s:9:\"generic_3\";s:0:\"\";s:16:\"mobile_generic_3\";s:0:\"\";s:13:\"generic_tag_4\";s:0:\"\";s:9:\"generic_4\";s:0:\"\";s:16:\"mobile_generic_4\";s:0:\"\";s:13:\"generic_tag_5\";s:0:\"\";s:9:\"generic_5\";s:0:\"\";s:16:\"mobile_generic_5\";s:0:\"\";s:6:\"before\";s:0:\"\";s:13:\"mobile_before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:12:\"mobile_after\";s:0:\"\";s:11:\"inner_pos_1\";s:5:\"after\";s:11:\"inner_tag_1\";s:0:\"\";s:12:\"inner_skip_1\";s:1:\"0\";s:11:\"inner_alt_1\";s:0:\"\";s:7:\"inner_1\";s:0:\"\";s:14:\"mobile_inner_1\";s:0:\"\";s:11:\"inner_pos_2\";s:5:\"after\";s:11:\"inner_tag_2\";s:0:\"\";s:12:\"inner_skip_2\";s:1:\"0\";s:11:\"inner_alt_2\";s:0:\"\";s:7:\"inner_2\";s:0:\"\";s:14:\"mobile_inner_2\";s:0:\"\";s:11:\"inner_pos_3\";s:5:\"after\";s:11:\"inner_tag_3\";s:0:\"\";s:12:\"inner_skip_3\";s:1:\"0\";s:11:\"inner_alt_3\";s:0:\"\";s:7:\"inner_3\";s:0:\"\";s:14:\"mobile_inner_3\";s:0:\"\";s:11:\"inner_pos_4\";s:5:\"after\";s:11:\"inner_tag_4\";s:0:\"\";s:12:\"inner_skip_4\";s:1:\"0\";s:11:\"inner_alt_4\";s:0:\"\";s:7:\"inner_4\";s:0:\"\";s:14:\"mobile_inner_4\";s:0:\"\";s:11:\"inner_pos_5\";s:5:\"after\";s:11:\"inner_tag_5\";s:0:\"\";s:12:\"inner_skip_5\";s:1:\"0\";s:11:\"inner_alt_5\";s:0:\"\";s:7:\"inner_5\";s:0:\"\";s:14:\"mobile_inner_5\";s:0:\"\";s:11:\"page_before\";s:0:\"\";s:18:\"mobile_page_before\";s:0:\"\";s:10:\"page_after\";s:0:\"\";s:17:\"mobile_page_after\";s:0:\"\";s:14:\"excerpt_before\";s:0:\"\";s:13:\"excerpt_after\";s:0:\"\";s:8:\"amp_head\";s:0:\"\";s:7:\"amp_css\";s:0:\"\";s:8:\"amp_body\";s:0:\"\";s:15:\"amp_post_before\";s:0:\"\";s:14:\"amp_post_after\";s:0:\"\";s:10:\"amp_footer\";s:0:\"\";s:9:\"snippet_1\";s:0:\"\";s:9:\"snippet_2\";s:0:\"\";s:9:\"snippet_3\";s:0:\"\";s:9:\"snippet_4\";s:0:\"\";s:9:\"snippet_5\";s:0:\"\";s:18:\"mobile_user_agents\";s:38:\"phone\niphone\nipod\nandroid.+mobile\nxoom\";s:5:\"notes\";s:0:\"\";s:25:\"mobile_user_agents_parsed\";s:38:\"phone|iphone|ipod|android.+mobile|xoom\";}', 'yes'),
(1579, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1612594283;s:7:\"checked\";a:7:{s:19:\"akismet/akismet.php\";s:5:\"4.1.8\";s:24:\"header-footer/plugin.php\";s:5:\"3.2.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:20:\"oxygen/functions.php\";s:5:\"3.6.1\";s:21:\"wp-reset/wp-reset.php\";s:4:\"5.80\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:6:\"0.9.49\";s:41:\"wpvivid-backup-pro/wpvivid-backup-pro.php\";s:6:\"1.9.21\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:24:\"header-footer/plugin.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/header-footer\";s:4:\"slug\";s:13:\"header-footer\";s:6:\"plugin\";s:24:\"header-footer/plugin.php\";s:11:\"new_version\";s:5:\"3.2.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/header-footer/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/header-footer.3.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";s:2:\"1x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/header-footer/assets/banner-772x250.png?rev=1064202\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{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:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:21:\"wp-reset/wp-reset.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/wp-reset\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:11:\"new_version\";s:4:\"1.85\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/wp-reset/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/wp-reset.1.85.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-256x256.png?rev=1906468\";s:2:\"1x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1906468\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=2163880\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-reset/assets/banner-772x250.png?rev=2163880\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/wpvivid-backuprestore\";s:4:\"slug\";s:21:\"wpvivid-backuprestore\";s:6:\"plugin\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:11:\"new_version\";s:6:\"0.9.49\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/wpvivid-backuprestore/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/wpvivid-backuprestore.0.9.49.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-256x256.png?rev=2086438\";s:2:\"1x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-128x128.png?rev=2086438\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-1544x500.png?rev=2086438\";s:2:\"1x\";s:76:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-772x250.png?rev=2086438\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(1540, '_site_transient_timeout_browser_ef8c11bbf706ecb5727a62290421c07c', '1613198711', 'no'),
(1541, '_site_transient_browser_ef8c11bbf706ecb5727a62290421c07c', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"88.0.4324.96\";s:8:\"platform\";s:9:\"Macintosh\";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'),
(1542, '_site_transient_timeout_community-events-ad68bed797607a6bf73f0bca274590d8', '1612637121', 'no'),
(1543, '_site_transient_community-events-ad68bed797607a6bf73f0bca274590d8', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"106.51.243.0\";}s:6:\"events\";a:6:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:59:\"Discussion Group: Intro to Publishing with the Block Editor\";s:3:\"url\";s:68:\"https://www.meetup.com/learn-wordpress-discussions/events/275831420/\";s:6:\"meetup\";s:27:\"Learn WordPress Discussions\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/learn-wordpress-discussions/\";s:4:\"date\";s:19:\"2021-02-10 07:00:00\";s:8:\"end_date\";s:19:\"2021-02-10 08:00:00\";s:20:\"start_unix_timestamp\";i:1612969200;s:18:\"end_unix_timestamp\";i:1612972800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.7799987792970028976924368180334568023681640625;s:9:\"longitude\";d:-122.419998168950002082056016661226749420166015625;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:31:\"WordCampIN Contributors Weekend\";s:3:\"url\";s:59:\"https://www.meetup.com/BengaluruWordPress/events/275837948/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-02-06 15:00:00\";s:8:\"end_date\";s:19:\"2021-02-07 20:00:00\";s:20:\"start_unix_timestamp\";i:1612603800;s:18:\"end_unix_timestamp\";i:1612708200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"WordCampIN Speaker Sessions\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhryccdbbc/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-02-13 15:00:00\";s:8:\"end_date\";s:19:\"2021-02-14 20:30:00\";s:20:\"start_unix_timestamp\";i:1613208600;s:18:\"end_unix_timestamp\";i:1613314800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WordCampIN Sessions\";s:3:\"url\";s:59:\"https://www.meetup.com/BengaluruWordPress/events/275838089/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-02-13 16:00:00\";s:8:\"end_date\";s:19:\"2021-02-14 20:00:00\";s:20:\"start_unix_timestamp\";i:1613212200;s:18:\"end_unix_timestamp\";i:1613313000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Meetup - Topic & Venue to be decided\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhryccfbbc/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-03-20 15:00:00\";s:8:\"end_date\";s:19:\"2021-03-20 16:30:00\";s:20:\"start_unix_timestamp\";i:1616232600;s:18:\"end_unix_timestamp\";i:1616238000;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Bengaluru, KA, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:5;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Meetup - Topic & Venue to be decided\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhryccgbwb/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-04-17 15:00:00\";s:8:\"end_date\";s:19:\"2021-04-17 16:30:00\";s:20:\"start_unix_timestamp\";i:1618651800;s:18:\"end_unix_timestamp\";i:1618657200;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Bengaluru, KA, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}}}', 'no'),
(1544, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1612637121', 'no');
INSERT INTO `cbdwra_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1545, '_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:49:\"\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:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News –  – 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:\"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: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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 21:30:51 +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=5.7-beta1-50231\";s: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:57:\"\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:\"WordPress 5.6.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/02/wordpress-5-6-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 21:30:51 +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:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9574\";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:468:\"WordPress 5.6.1 is now available! This maintenance release features&#160;20 bug fixes as well as&#160;7 issues fixed for the&#160;block&#160;editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade. You can&#160;download WordPress 5.6.1 directly, or visit the&#160;Dashboard → Updates&#160;screen&#160;and click&#160;Update Now. If your sites support automatic background updates, they’ve already started the update process. WordPress [&#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:9:\"Jb Audras\";s: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:8347:\"\n<p>WordPress 5.6.1 is now available!</p>\n\n\n\n<p>This maintenance release features&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.6.1&amp;group=status&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">20 bug fixes</a> as well as&nbsp;7 issues fixed for the&nbsp;block&nbsp;editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-5.6.1.zip\">download WordPress 5.6.1 directly</a>, or visit the<strong>&nbsp;Dashboard → Updates</strong>&nbsp;screen&nbsp;and click&nbsp;<strong>Update Now</strong>. If your sites support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>WordPress 5.6.1 is a short-cycle maintenance release. The next major release will be&nbsp;<a href=\"https://make.wordpress.org/core/5-7/\">version 5.7</a>.</p>\n\n\n\n<p>To see a full list of changes, you can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.6.1&amp;group=status&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">list on Trac</a>, read the&nbsp;<a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">5.6.1 RC1</a>&nbsp;post, or visit the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-6-1/\">5.6.1 documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.6.1 release was led by <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a> and <a href=\'https://profiles.wordpress.org/whyisjake/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>whyisjake</a>. Thanks to <a href=\'https://profiles.wordpress.org/metalandcoffee/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>metalandcoffee</a> and <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a> for running bug scrubs, <a href=\'https://profiles.wordpress.org/planningwrite/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>planningwrite</a> and <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a> for their help on the release post.</p>\n\n\n\n<p>Props to everyone who helped make WordPress 5.6.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</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:4:\"9574\";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:57:\"\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:\"The Month in WordPress: January 2021\";s: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/2021/02/the-month-in-wordpress-january-2021/\";s: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, 03 Feb 2021 15:01:17 +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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9632\";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:382:\"For WordPress, 2021 started on a high note. Read on to learn about updates from last month.&#160; WordPress release updates WordPress project executive director — Josepha Haden (@chanthaboune) shared big picture goals for WordPress in 2021. Highlights include shipping&#160; Full Site Editing&#160; — first on the Gutenberg plugin in April 2021&#160; and later in core [&#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:\"Hari Shanker R\";s: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:11651:\"\n<p>For WordPress, 2021 started on a high note. Read on to learn about updates from last month.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress release updates</h2>\n\n\n\n<p>WordPress project executive director — Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">shared big picture goals for WordPress in 2021</a>. Highlights include shipping&nbsp; Full Site Editing&nbsp; — first on the Gutenberg plugin in April 2021&nbsp; and later in core (with WordPress 5.8), improved learning opportunities on learn.wordpress.org, and better tooling for contributors. As per the updated <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a>, WordPress version 5.7 is planned to launch in March 2021 and WordPress 5.8 in June 2021. Some related updates:</p>\n\n\n\n<ul><li>Contributor teams are working on <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">an updated admin color palette for WordPress 5.7</a> that will be more accessible and easy to read.&nbsp;</li><li>The Core team is working on a proposal to <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">align WordPress release cycles with industry standards</a>.&nbsp;</li><li>WordPress 5.6.1 <a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">Release Candidate 1</a> is out. This release is set to launch by<a href=\"https://make.wordpress.org/core/2021/02/02/a-week-in-core-february-1-2021/\"> February 3, 2021</a>. Questions and answers for <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">WordPress 5.6</a> are now <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">available on GitHub</a>. Contact the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel in the WordPress Slack, if you would like to contribute.</li><li>The <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> release is out! Download the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip file</a> or use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">beta tester plugin</a> to test it out.&nbsp;</li></ul>\n\n\n\n<p>Want to be involved in the next release? You can help build WordPress Core by following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a> and joining the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal to return to in-person WordPress events in safe locations</h2>\n\n\n\n<p>The Community team is <a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\">discussing an updated proposal</a> to create a decision-making checklist for meetup organizers. The proposal is aimed at locations that have more effectively contained COVID-19 (such as New Zealand and Taiwan, for instance) so that local meetup groups in these areas can organize safe, in-person events. According to the proposal, in-person meetup organizers should review local/global health instructions based on resources and complete a checklist — which recommends whether to organize an event or not based on the organizer’s inputs and other factors. Compulsory safety precautions should be taken for any in-person meetup, and participants/organizers can share event feedback with WordCamp Central. The proposal is still being discussed, so if you have any thoughts, please<a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\"> share them in the comments</a>. <strong>Please note: WordPress meetups and WordCamps are still online at this time and will continue to remain online until further notice.</strong></p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog</a>, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RQC7RN\">#community-events</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a local WordPress community event, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>.&nbsp;</p>\n\n\n\n<h2>Gutenberg 9.7 and 9.8</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">Version 9.7</a> on January 6th and <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">Version 9.8</a> on January 20th. Version 9.7 allows users to drag block patterns from the inserter right into a desired position within the editor. It also has a new block variations feature and several improvements to reusable blocks. Version 9.6 makes the spacer block semi-transparent, adds a variation icon to the block switcher, adds site editor content to an iframe, and stabilizes Full Site Editing (FSE) by removing the auto drafts feature. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can find out more about the Gutenberg roadmap in the latest <a href=\"https://make.wordpress.org/core/2021/02/01/whats-next-in-gutenberg-february-2021/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<h2>Inviting Learn WordPress Contributors</h2>\n\n\n\n<p>Contributor teams working on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> initiative are asking for <a href=\"https://learn.wordpress.org/contribute/\">new workshop presenters and discussion group facilitators</a>. The Training Team is recruiting<a href=\"https://make.wordpress.org/training/2021/01/27/learn-wordpress-working-group-call-for-handbook-volunteers/\"> volunteers for the Learn WordPress handbook</a> and has put up a <a href=\"https://make.wordpress.org/training/2021/01/29/request-for-testing-slides-plugin/\">call for testing for the slides plugin</a> to identify a simplified way to present slides. The Polyglots Team has floated a proposal to <a href=\"https://make.wordpress.org/polyglots/2021/01/13/proposal-translating-learn-wordpress/\">translate Learn WordPress</a>. The Meta Team is exploring the possibility of <a href=\"https://make.wordpress.org/meta/2021/01/03/protecting-childrens-privacy-on-wordpress-through-the-lens-of-coppa/\">making Learn WordPress (and wordpress.org) COPPA-compliant</a> to host workshops aimed at kids. </p>\n\n\n\n<p>Want to contribute to the Training team? Follow the <a href=\"https://make.wordpress.org/training/\">Training team</a> blog, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RW657Q\">#training</a> channel in the Make WordPress Slack.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">Round 1</a> of the Full Site Editing (FSE) outreach program <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">has wrapped up</a>. As a result, gaps were identified in the Gutenberg 9.6 template-switching experience &#8211; you can follow the issues in GitHub. You can follow issues in GitHub and submit questions to the team. The program identified gaps in the current template-switching experience that shipped with Gutenberg 9.6. You can follow the <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">issues reported in GitHub</a>. Do you have questions about the FSE program? You can now <a href=\"https://make.wordpress.org/test/2021/02/02/fse-program-bring-your-questions/\">submit them here as part of the outreach program</a>.</li><li><a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> — A cross-team initiative led by the Marketing team to highlight WordPress contributors is back with <a href=\"https://wordpress.org/news/2021/01/people-of-wordpress-thelma-mutete/\">a post featuring Thelma Muelte of Zimbabwe</a>. If you are an active contributor to a WordPress.org team or a local WordCamp, contact the Marketing Team with the #ContributorStory tag to be featured in the series.</li><li>Joseph Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) launched a podcast titled <a href=\"https://wordpress.org/news/2021/02/welcome-to-your-wp-briefing/\">WP Briefing</a> which is aimed at WordPress users, builders, and contributors of all levels. The podcast &#8211; which is available on all major platforms, will include overviews of WordPress philosophy, community success stories, and major updates. </li><li>The Plugin team has added a requirement that <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">plugins in the WordPress repository must not make changes to the default auto-update settings on a site</a>. The only exception to this requirement is for those plugins that manage auto-updates.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India 2021</a> — a regional online WordCamp has begun. It’s running over three weekends and started with <a href=\"https://india.wordcamp.org/2021/workshops/\">Multilingual workshop sessions on January 30 and 31</a>. The workshops <a href=\"https://india.wordcamp.org/2021/workshops/\">can be found on the event site</a> and will soon be featured on <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. <a href=\"https://india.wordcamp.org/2021/tickets/\">Tickets are still available</a> for the event —which will have a contribution event on February 6-7, followed by sessions on February 13th and 14th. </li><li>The WordPress Foundation has <a href=\"https://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\">invited applications for online do_action hackathons and encouraged folks to organize online open-source workshops</a> in 2021.</li><li>The Themes Team shared a post on the usage of the “Report this theme” button in 2020. The team is also <a href=\"https://make.wordpress.org/themes/2021/01/25/call-for-maintainers-theme-unit-test/\">looking for maintainers</a> for its <a href=\"https://codex.wordpress.org/Theme_Unit_Test\">Theme unit test</a>.</li><li>The Meta Team has launched an initiative to <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">facilitate automated theme testing</a> and is <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">requesting feedback</a>.</li><li>Members of the Core Team are <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">considering a “stale bot”</a> to close out stale issues in the Gutenberg GitHub repository.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></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:4:\"9632\";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:20:\"WordPress 5.7 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/2021/02/wordpress-5-7-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, 02 Feb 2021 22:31: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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9599\";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:333:\"WordPress 5.7 Beta 1 is now available for testing! 🗣 This software is still in development,&#160;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version. You can test the WordPress 5.7 Beta 1 in two ways: Install/activate the WordPress Beta Tester [&#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:13:\"Ebonie Butler\";s: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:7831:\"\n<p>WordPress 5.7 Beta 1 is now available for testing! <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.7 Beta 1 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for final release is March 9, 2021. That’s just <strong>five weeks away</strong>, so your help is vital to making sure that the final release is as good as it can be.</p>\n\n\n\n<p>So what’s new? <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"🤔\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<h2><strong>Improvements in Core</strong></h2>\n\n\n\n<p><strong>Lazy-load iframes</strong><br>Now you can enable lazy-loading of iframes by adding the <code>loading=\"lazy\"</code> attribute to iframe tags on the front-end.&nbsp;</p>\n\n\n\n<p><strong>Migrating from HTTP to HTTPS is streamlined</strong><br>Switching a WordPress site from HTTP to HTTPS has proven to be a pain for all involved. While on the surface, the Site Address and WordPress Address have to be updated, content with embedded HTTP URLs remains unchanged in the database. With this release, migrating a site to HTTPS is now a one-click interaction. URLs in the database are automatically replaced when the Site and WordPress Address are both using HTTPS.&nbsp; Also, Site Health now includes an HTTPS status check.</p>\n\n\n\n<p><strong>Standardize colors used in WP-Admin CSS to a single palette</strong><br>This change collapses all colors used in the CSS to one of the available shades of blue, green, red, yellow, grey, black, and white. The palette makes it simpler than ever to build components your users can read, because half the range gives you great contrast with white type and a half with black, according to current accessibility guidelines.</p>\n\n\n\n<p><strong>Ongoing cleanup after update to jQuery 3.5.1</strong><br>jQuery deprecations in WordPress Core and bundled themes show up a lot less often, and the notifications make more sense to the user.</p>\n\n\n\n<p><strong>New Robots API</strong><br>The new Robots API allows the filter directives to be included in the ‘robots’ meta tag. Also, the directive <code>max-image-preview:large</code> is now included by default to allow large image previews to be displayed in search engines (unless the blog is marked as not being public).</p>\n\n\n\n<h2><strong>Improvements in the Editor</strong></h2>\n\n\n\n<ul><li>Inserter drag and drop: Blocks and block patterns can now be dragged directly from the inserter into the post canvas.</li><li>Full height alignment: Blocks such as the Cover block now can have an option to expand to fill the entire viewport.</li><li>Block variations: The icon and description of a block variation is now shown in the block inspector, and a new dropdown in the block inspector lets you switch between block variations.</li><li>Reusable blocks: Several enhancements to the usability and stability of reusable blocks have been made, and reusable blocks are now saved at the same time that the post is saved.</li><li>Buttons block: The Buttons block now supports vertical alignments, and you can set the width of a button to a preset percentage.</li><li>Social Icons block: You can now change the size of the icons in the Social Icons block.</li><li>Font size in more places: You can now change the font size in the List and Code blocks.</li><li>Many many other enhancements and bug fixes. To see all of the features for each release in detail check out the Gutenberg release posts: <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">9.3</a>, <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">9.4</a>, <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">9.5</a>, <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a>, <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">9.7</a>, <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">9.8</a>, and 9.9 (link forthcoming).</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the Make WordPress Core blog for 5.7-related developer notes in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=..02%2F03%2F2021&amp;milestone=5.7&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\">143 tickets in WordPress 5.7</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;changetime=..02%2F03%2F2021&amp;type=enhancement&amp;type=feature+request&amp;milestone=5.7&amp;group=component&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=changetime&amp;col=owner&amp;col=priority&amp;col=keywords&amp;order=changetime\">68 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricker</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>, <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>, and <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> for your peer revisions and <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, and <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> for final review on this exciting news.</em></p>\n\n\n\n<p>____________________________________</p>\n\n\n\n<p><em>New Year, new goals<br>Each day, one small step<br>It’s the little things&#8230;</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:4:\"9599\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"People of WordPress: Thelma Mutete\";s: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/2021/01/people-of-wordpress-thelma-mutete/\";s: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, 21 Jan 2021 16:40:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s: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:1;a:5:{s:4:\"data\";s:16:\"ContributorStory\";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:13:\"Web 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:34:\"https://wordpress.org/news/?p=9518\";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:171:\"From writing her first line of code when she was 16, Thelma Mutete knew she wanted to work in IT. She shares her journey in web development and her discovery 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s: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:8707:\"\n<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=500%2C750&#038;ssl=1\" alt=\"Thelma Mutete at a WordCamp\" class=\"wp-image-9564\" width=\"500\" height=\"750\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?w=667&amp;ssl=1 667w, https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=200%2C300&amp;ssl=1 200w\" sizes=\"(max-width: 500px) 100vw, 500px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>From a young age Thelma was encouraged by her father to ‘work hard, and dream big’. In High School, she pursued a career in Computer Science. She said: “I did not know what I would be doing or how I would get there but I just knew that I was going to pursue a career in information technology.”</p>\n\n\n\n<p>She wrote her first line of code at the age of 16 living in Zimbabwe, Africa. This was to mark the beginning of her enthusiasm for computer programming.</p>\n\n\n\n<p>When she joined the school’s computer class, Thelma thought she would learn Excel and Word. Instead, the assignment was to write her first program in C. She said: “It was not easy, but it was very exciting. l remember writing up simple code for a Video Club – a check-in/out for VHS tapes and CDs. Thus began my fascination with computers.”</p>\n\n\n\n<p>Seven years later, she went on to university to study for a Bachelors in Business Management and Information Technology. Her third year internship was at a local web design and hosting company. Though she had hoped her placement would be at a local bank or telecommunications company, the chance to discover website design turned out to be the best thing that could have happened.&nbsp;</p>\n\n\n\n<p>In 2017, Thelma went on to work for a company designing websites using HTML, CSS, PHP, JavaScript and Joomla. She had heard about WordPress but had not used it. She recalls: “People have this misconception that WordPress is not for real developers and it is not secure and at that time I was one of those people.”</p>\n\n\n\n<h2>Finding a local community</h2>\n\n\n\n<p>From a discussion with a member of the local WordPress community, <a href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">Thabo Tswana</a>, about a striking swag gift from a WordCamp, Thelma’s interest was sparked.&nbsp;</p>\n\n\n\n<p>She started to find out more about WordPress and WooCommerce, and visited her local WordCamp Harare website. She was delighted to find that she could learn more about WordPress without needing any pre-existing knowledge, and wanted to be involved. So instead of just attending the camp, she volunteered too!&nbsp;</p>\n\n\n\n<p>Her response to her first WordPress event mirrors the experience of many others in the community. She said: “I only started using WordPress because of the awesome people that l had met at that WordCamp. Everyone was so welcoming.”</p>\n\n\n\n<p>A week later, with help from Thabo, she designed her first website using WordPress.</p>\n\n\n\n<p>She soon became more involved with the community and Meetups. Thelma participated in the first-ever ‘Women Who WordPress’ Meetup in 2018, with lots of women getting involved from bloggers to developers.&nbsp;</p>\n\n\n\n<p>She said: “We were free to talk and discuss a lot of things. We had more time to discuss the difference between WordPress.com and WordPress.org, we shared views on how to handle discrimination at work, how to promote your website and a whole lot of other things.”</p>\n\n\n\n<h2>Establishing roots in WordPress</h2>\n\n\n\n<p>In 2018, WordCamp Harare had its first-ever female Lead Organizer <a href=\"https://tapiwanashe.com/\">Tapiwanashe Manhobo</a>. Thelma was part of the organising team that year and was assigned to handle Harare’s first Kids Camp to take place eight months later. You can read more about her experiences of organizing a <a href=\"https://thelmachido.wordpress.com/2019/11/21/wordpress-juniours-first-edition/\"><strong>Kids Camp</strong></a> on her blog.</p>\n\n\n\n<p>She said: “After the first Kids Camp, we had several people in the local Zimbabwean WordPress community who were enthusiastic about encouraging young people to embrace ICT. In 2019, we had not planned to have a Kids Camp because of financial constraints but to our surprise, we had some anonymous donations and we managed to have a WordPress Community outreach to a youth centre, <a href=\"https://cttzim.org/\"><strong>Centre for Total Transformation</strong></a>, a week after our WordCamp. It is a non-formal school that caters for underprivileged and vulnerable children. The group were able to share practical skills about using WordPress, computer hardware and software.</p>\n\n\n\n<p>Thelma shares that she became hooked on WordPress because of its community. “I enjoy attending WordCamps, meeting new people and just learning new stuff. I have a huge list of WordCamps I would like to attend. Last year I managed to cross WordCamp Johannesburg off my list. When everything is back to normal my plan to travel to WordCamps will proceed (fingers crossed).”</p>\n\n\n\n<h2>Reaping the fruits of ongoing learning</h2>\n\n\n\n<p>Thelma is committed to ongoing development training. She said: “Even though I can still cook up code in C and Java, for now, I have also included WordPress PHP functions to the mix. It was not easy to get to this point, daring myself got me to this slightly better stage. I try to do my best where I can and I am happy to say it has paid off so far.”</p>\n\n\n\n<p>Thelma has continued her journey working in design and digital marketing last year with Trust Nhokovenzo who works in digital marketing and is active in&nbsp; the WordPress Community. He came across her name as a developer from talking with others involved in WordPress. She went to work with his team at a marketing agency.</p>\n\n\n\n<p>Her interest in the development of WordPress continued and she joined the <a href=\"https://wordpress.org/news/2020/12/simone/\">5.6 Release Squad</a> in the mid 2020.&nbsp;At the end of 2020, she moved to become a Happiness Engineer working with WordPress.com. Thelma’s fascination with the platform and the community continues to grow and her contributor story is ongoing.</p>\n\n\n\n<p>Find out more about the <a href=\"https://www.meetup.com/Harare-WordPress-Meetup\">Harare WordPress community</a> in Zimbabwe.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>) and Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>), Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), 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>), Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>), and Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>). Thank you to Thelma Mutete (<a href=\'https://profiles.wordpress.org/thelmachido/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>thelmachido</a>) for sharing her #ContributorStory.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh4.googleusercontent.com/s24EVZGKbxVeafljPU1ubF1DjIwn98E3-wGx1LD2CWYk7zYQppFhXNpb0aUhGe01TStMdTwXrcYaxBZQHRgZJ10lvW2hsg61Ce37_pBGJuTRQlJ6r9iUxlJtvuDuwLhIvPo1MVEb\" alt=\"HeroPress logo\" /></figure>\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community</em>.</p>\n\n\n\n<p>#ContributorStory #HeroPress</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:4:\"9518\";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:57:\"\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:37:\"The Month in WordPress: December 2020\";s: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/2021/01/the-month-in-wordpress-december-2020/\";s: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, 05 Jan 2021 10:55:56 +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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9508\";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:333:\"We bid goodbye to 2020 in style with the release of WordPress 5.6 and the launch of Learn WordPress. But these weren’t the only exciting updates from WordPress in December. Read on to learn more! WordPress 5.6 is here The latest major WordPress release, version 5.6 “Simone”, came out on December 8. The release ships [&#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:\"Hari Shanker R\";s: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:11612:\"\n<p>We bid goodbye to 2020 in style with the release of WordPress 5.6 and the launch of Learn WordPress. But these weren’t the only exciting updates from WordPress in December. Read on to learn more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.6 is here</h2>\n\n\n\n<p>The latest major WordPress release,<a href=\"https://wordpress.org/news/2020/12/simone/\"> version 5.6</a> “Simone”, came out on December 8. The release ships with a new default theme called <a href=\"https://wordpress.org/themes/twentytwentyone/\">Twenty Twenty One</a>. It offers a host of features, including:</p>\n\n\n\n<ul><li>Greater layout flexibility</li><li>More block patterns</li><li>Video captioning support</li><li>Auto-updates</li><li>Beta-compatibility for PHP 8.0</li><li>Application password support for the REST API</li><li>Updates to jQuery</li></ul>\n\n\n\n<p>In addition, WordPress 5.6 is now available in 55 languages. You can find more information about the release in the <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">field guide</a>, and you can update to the latest version directly from your WordPress dashboard or by <a href=\"https://wordpress.org/download/\">downloading</a> it directly from WordPress.org. A total of 605 people hailing from 57 different countries contributed to the development of WordPress 5.6. <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> has <a href=\"https://jeanbaptisteaudras.com/en/2020/12/wordpress-5-6-core-stats-contributions-by-country-company/\">compiled many more stats like that</a>, showing what a tremendous group effort this was—they’re well worth a read!</p>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel on the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core team blog</a> to learn the <a href=\"https://make.wordpress.org/core/2020/12/21/wordpress-5-7-planning-roundup/\">latest on WordPress 5.7</a>, which is <a href=\"https://wordpress.org/about/roadmap/\">slated to be out by March 9, 2021</a>. The Core team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&amp;min=00&amp;sec=0\">5 a.m.</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 p.m.</a> UTC.</p>\n\n\n\n<h2>Watch the State of the Word 2020 recording</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/\">State of the Word 2020</a>, the annual keynote address delivered by WordPress co-founder Matt Mullenweg, was streamed online for the first time on December 17. It was followed by a live Q&amp;A from community members all across the world. You can find the stream recording on <a href=\"https://www.youtube.com/watch?v=QI3qCoiuG3w\">YouTube</a>, <a href=\"https://www.facebook.com/WordPress/videos/1281447442248369\">Facebook</a>, and <a href=\"https://twitter.com/i/broadcasts/1dRKZNvnrmdKB\">Twitter</a>. The <a href=\"https://wordpress.tv/2020/12/17/matt-mullenweg-2020-state-of-the-word/\">State of the Word</a> video and the <a href=\"https://wordpress.tv/2020/12/17/matt-mullenweg-2020-state-of-the-word-qa/\">Q&amp;A session</a> are also available on WordPress.tv.&nbsp;</p>\n\n\n\n<h2>Learn WordPress has launched</h2>\n\n\n\n<p>Learn WordPress, a new free, on-demand WordPress learning resource, launched officially on December 15. It offers <a href=\"https://learn.wordpress.org/workshops/\">workshops</a>, <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a>, quizzes, and <a href=\"https://learn.wordpress.org/courses/\">courses</a> for anyone interested in publishing with, building for, or contributing to WordPress. WordPress enthusiasts can also <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">participate in discussion groups</a> focused on specific topics to learn with and from each other.</p>\n\n\n\n<p>Want to participate in Learn WordPress? <a href=\"https://learn.wordpress.org/contribute/\">Here are four ways you can do so</a>! Additionally, contributors have <a href=\"https://make.wordpress.org/training/2020/12/03/learn-wordpress-blue-sky-thinking/\">launched a discussion</a> on the future of <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>—feel free to share your thoughts in the comments. To help promote Learn WordPress, check out the <a href=\"https://make.wordpress.org/marketing/\">Marketing Team</a>’s <a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">materials</a>, which detail a <a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">range of fun and creative ways</a> to share this new resource.</p>\n\n\n\n<h2>Give feedback on the Full Site Editing project</h2>\n\n\n\n<p>Contributor teams have kicked off the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">Full Site Editing (FSE) outreach program</a> for anyone who is building or maintaining a WordPress site so that they can give feedback on the upcoming <a href=\"https://make.wordpress.org/design/handbook/focuses/full-site-editing/\">FSE feature</a> that will be part of Gutenberg Phase 2. Your feedback will go a long way in improving FSE user flows. To participate, <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">check out the initial testing call</a> on the <a href=\"https://make.wordpress.org/test/\">Make/Test blog</a> and join the <a href=\"https://make.wordpress.org/core/tag/fse-outreach-experiment/\">#fse-outreach-experiment</a> Slack channel.<br><br>Want to follow updates on the FSE project? Check out <a href=\"https://make.wordpress.org/core/2020/05/20/ways-to-keep-up-with-full-site-editing-fse/\">this blog post</a>. You can find <a href=\"https://make.wordpress.org/core/2020/12/10/status-check-site-editing-and-customization/\">2020 updates to the FSE project</a> in the Make/Core blog.</p>\n\n\n\n<h2>BuddyPress 7.0 “Filippi” and 7.10 are now available</h2>\n\n\n\n<p><a href=\"https://buddypress.org/2020/12/buddypress-7-0-0-filippi/\">BuddyPress version 7.0</a> went live on December 9. Its features include:&nbsp;</p>\n\n\n\n<ul><li>New administration screens to manage Member and Group Types</li><li>New BP blocks for posts and pages</li><li>A default profile image for network sites</li><li>Improved BuddyPress Noveau support for the Twenty Twenty One theme.&nbsp;</li></ul>\n\n\n\n<p>A BuddyPress maintenance release (<a href=\"https://buddypress.org/2020/12/buddypress-7-1-0-maintenance-release/\">version 7.1</a>) launched on December 21.&nbsp;</p>\n\n\n\n<p>Want to provide feedback or suggestions for BuddyPress? Share your comments on the announcement posts for <a href=\"https://buddypress.org/2020/12/buddypress-7-0-0-filippi/\">7.0</a> or <a href=\"https://buddypress.org/2020/12/buddypress-7-1-0-maintenance-release/\">7.1</a>. If you find a bug, please report it in the <a href=\"https://buddypress.org/support/\">support forums</a>.&nbsp;</p>\n\n\n\n<h2>Gutenberg 9.5 and 9.6 released</h2>\n\n\n\n<p>The Core team launched <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">version 9.5</a> and <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a> of Gutenberg last month. Both versions include several improvements to FSE flows, bug fixes, and feature upgrades. Version 9.5 introduces features like full height alignment and support for font sizes in the code block. Version 9.6 includes features like the ability to drag blocks from the inserter and a vertical layout for buttons.&nbsp;</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>The Community team <a href=\"https://make.wordpress.org/community/2020/12/01/discussion-how-can-the-wordpress-community-return-to-hosting-safe-in-person-events/\">kicked off a discussion</a> about what the WordPress Community can do to host safe, in-person events again, in light of the continuing pandemic. </li><li>The Polyglots team published its <a href=\"https://make.wordpress.org/polyglots/2020/12/30/polyglots-team-end-of-year-post-2020/\">end-of-year post</a>, along with the <a href=\"https://make.wordpress.org/polyglots/author/evarlese/\">results of its 2020 translator survey</a>.</li><li><a href=\"https://sevilla.wordcamp.org/2020/\">WordCamp Sevilla 2020</a> was held online from December 26-29. You can catch the recorded livestream playback on <a href=\"https://www.youtube.com/c/wordpresssevilla/live\">YouTube</a>. Videos of the event will <a href=\"https://wordpress.tv/event/wordcamp-sevilla-2020/\">soon be available on WordPress.tv</a>.</li><li>WordPress project executive director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> and project co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> will be jointly hosting <a href=\"https://make.wordpress.org/core/2020/12/15/regular-office-and-listening-hours/\">quarterly office and listening hours</a> in 2021. Sign-ups for the <a href=\"https://make.wordpress.org/core/2020/12/15/regular-office-and-listening-hours/\">first ones in January 2021</a> are almost filled up.</li><li>The Core team <a href=\"https://make.wordpress.org/core/2020/12/02/wp-notify-project-review/\">published updates</a> on the <a href=\"https://make.wordpress.org/core/tag/feature-notifications/\">WP Notify project</a>, which seeks to <a href=\"https://make.wordpress.org/core/2019/08/05/feature-project-proposal-wp-notify/\">improve the notifications system</a> in WordPress Core.</li><li>The Support team <a href=\"https://make.wordpress.org/support/2020/12/handling-potential-jquery-issues-in-wordpress-5-6/\">published a post</a> detailing jQuery issues in WordPress 5.6.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India Online 2021</a> will be held over three weekends between January 30 and February 14. There will be workshops, a contributor event, and sessions (in that order). The calls for <a href=\"https://india.wordcamp.org/2021/call-for-sponsors/\">sponsors</a>, <a href=\"https://india.wordcamp.org/2021/call-for-workshops/\">workshop presenters</a>, <a href=\"https://india.wordcamp.org/2021/call-for-contributor-team-leads/\">contributor team leads</a>, and <a href=\"https://india.wordcamp.org/2021/call-for-volunteers/\">volunteers</a> are now open. Don’t forget to grab your <a href=\"https://india.wordcamp.org/2021/tickets/\">free tickets</a>!</li><li>The Documentation team <a href=\"https://make.wordpress.org/docs/2020/12/01/external-linking-policy-1st-review-of-plugin-developer-handbook/\">shared a first review</a> of its <a href=\"https://make.wordpress.org/docs/tag/external-linking-policy/\">external linking policy</a>. It is using the <a href=\"https://developer.wordpress.org/plugins/\">plugin developer handbook</a> as a test.</li></ul>\n\n\n\n<p><br><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></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:4:\"9508\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Introducing Learn 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/news/2020/12/introducing-learn-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Dec 2020 13: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:3:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"learnwordpress\";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:7:\"learnwp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9444\";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:\"Learn WordPress is a learning resource providing workshops, quizzes, courses, and lesson plans to help you to do more with 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:10336:\"\n<p><strong><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a learning resource providing workshops, quizzes, courses, lesson plans, and discussion groups so that anyone, from beginners to advanced users, can learn to do more with WordPress. Learning how to use, build for, and contribute to WordPress is essential for anyone wanting to dive deeper into the software and its community.&nbsp;</strong></p>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://learn.wordpress.org/\">Learn WordPress</a></div>\n</div>\n\n\n\n<p>This cross-team initiative is part of the WordPress.org network and features content from contributors from the global community. It will be updated weekly and will help connect new and existing WordPress users with the broader community while they learn.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"331\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=632%2C331&#038;ssl=1\" alt=\"\" class=\"wp-image-9457\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=1024%2C537&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=300%2C157&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=768%2C403&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=1536%2C806&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?w=1700&amp;ssl=1 1700w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>What can you learn about WordPress?</h2>\n\n\n\n<p>On Learn WordPress you can find a range of material and opportunities to use at the time which works for you.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/workshops/\"><strong>Workshops</strong></a> are practical, skills-based videos that show viewers how to do new things with WordPress, whether you publish, manage, develop with, or contribute to WordPress. Most workshops include quizzes for you to test your newly gained knowledge.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/discussion-groups/\"><strong>Discussion groups</strong></a> provide an opportunity for further collaborative learning with participants meeting together to discuss the workshop content &#8211; they take place online, either in video calls or Slack and accommodate all time zones.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/lesson-plans/\"><strong>Lesson plans</strong></a> are guides for facilitators to use while presenting at events or within educational environments. Facilitators will find learning objectives (telling people what they are going to learn), any prerequisite skills, assets such as screenshots and slide decks, and learning assessments.&nbsp;</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/courses/\"><strong>Courses</strong></a> are a series of interconnected lesson plans to be presented by a facilitator that will strategically focus on defined learning outcomes. Participants can go through these courses individually or as part of a group. After completing the learning, attendees should be able to apply their skills in the real world.</p>\n\n\n\n<p>In addition to the wealth of valuable content available on Learn WordPress, the platform provides an opportunity for individuals to learn alongside other community members and become connected with a global network of WordPress users, developers, and contributors.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' width=\'632\' height=\'356\' src=\'https://www.youtube.com/embed?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent&#038;listType=playlist&#038;list=PLCVEqsAbLffeEXhn9T1yBVTMaHIMtlzFj\' allowfullscreen=\'true\' style=\'border:0;\' sandbox=\'allow-scripts allow-same-origin allow-popups allow-presentation\'></iframe>\n</div></figure>\n\n\n\n<p><a href=\"https://www.youtube.com/playlist?list=PLCVEqsAbLffeEXhn9T1yBVTMaHIMtlzFj\">Why you should use Learn WordPress</a> &#8211; videos from our community.</p>\n\n\n\n<h2>How can you get involved?</h2>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://learn.wordpress.org/\">Start learning today!</a></div>\n</div>\n\n\n\n<p>Learn WordPress is an open-source platform available for anyone to contribute content in any areas mentioned above. <a href=\"https://learn.wordpress.org/contribute/\">Find out more about how you can get involved</a> with this initiative.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">Take part in our fun promotion campaigns</a> on social and with your local community.</p>\n\n\n\n<p><em>Hundreds of people spanning a number of years have contributed to the development of learning materials. Thanks to everyone who worked so hard to make Learn WordPress a reality.&nbsp;</em></p>\n\n\n\n<p><strong><em>Particular thanks to</em></strong>:</p>\n\n\n\n<p><strong><em>Training:</em></strong><em> <a href=\'https://profiles.wordpress.org/courane01/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courane01</a>, <a href=\'https://profiles.wordpress.org/azhiyadev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>azhiyadev</a>, <a href=\'https://profiles.wordpress.org/geheren/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>geheren</a>, <a href=\'https://profiles.wordpress.org/webtechpooja/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webtechpooja</a>, <a href=\'https://profiles.wordpress.org/jessecowens/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jessecowens</a>, <a href=\'https://profiles.wordpress.org/onealtr/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>onealtr</a>, <a href=\'https://profiles.wordpress.org/rastaban/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rastaban</a>, <a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a>, <a href=\'https://profiles.wordpress.org/manzwebdesigns/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>manzwebdesigns</a></em><br><strong><em>Meta: </em></strong><em><a href=\'https://profiles.wordpress.org/coreymckrill/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>coreymckrill</a>, <a href=\'https://profiles.wordpress.org/dufresnesteven/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dufresnesteven</a>, <em><a href=\'https://profiles.wordpress.org/jonoaldersonwp/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jonoaldersonwp</a></em></em><br><strong><em>Community:</em></strong><em> <a href=\'https://profiles.wordpress.org/hlashbrooke/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hlashbrooke</a>, <a href=\'https://profiles.wordpress.org/camikaos/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>camikaos</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a>, <a href=\'https://profiles.wordpress.org/angelasjin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>angelasjin</a>, <a href=\'https://profiles.wordpress.org/nao/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nao</a>, <a href=\'https://profiles.wordpress.org/courtneypk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courtneypk</a>, <a href=\'https://profiles.wordpress.org/andreamiddleton/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>andreamiddleton</a>, <a href=\'https://profiles.wordpress.org/rmarks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmarks</a>, <a href=\'https://profiles.wordpress.org/sippis/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sippis</a></em><br><strong><em>Marketing: </em></strong><em><a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>,  <a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>, <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>, <a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>, <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>, <a href=\'https://profiles.wordpress.org/megphillips91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>megphillips91</a>, <a href=\'https://profiles.wordpress.org/marks99/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marks99</a>, <em><a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a></em></em>, <em><a href=\'https://profiles.wordpress.org/antialiasfactory/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>antialiasfactory</a>, <a href=\'https://profiles.wordpress.org/herculespekkas/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>herculespekkas</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a></em><br><strong><em>Design:</em></strong><em> <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a> </em></p>\n\n\n\n<p><em>For a fuller list of the contributors who have been involved in training and Learn WordPress, visit <a href=\"https://make.wordpress.org/community/2020/08/12/learn-wordpress-is-live/\">the initial beta launch post</a>. Thanks to everyone who has been involved to date and will be in the future.&nbsp;</em></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/tag/learnwordpress\">#LearnWordPress</a> <a href=\"https://learn.wordpress.org/tag/learnwp\">#LearnWP</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:4:\"9444\";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: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:26:\"WordPress 5.6 “Simone”\";s: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:42:\"https://wordpress.org/news/2020/12/simone/\";s: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, 08 Dec 2020 19:46: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:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9325\";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:206:\"Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone. Fire up a playlist with her best work and read on to discover what WordPress 5.6 has in store for you. \";s: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:\"Josepha\";s: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:66195:\"\n<p>Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone, who is known for tunes like &#8220;Feeling Good&#8221;, &#8220;Young, Gifted and Black&#8221;, and &#8220;Four Women&#8221;. Fire up a playlist with her best work and read on to discover what we have in store for you. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"633\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=632%2C633&#038;ssl=1\" alt=\"WordPress 5.6 Simone with a photo of Nina Simone\" class=\"wp-image-9416\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=1022%2C1024&amp;ssl=1 1022w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=300%2C300&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=768%2C769&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#d1e4dd;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#d1e4dd;padding: 10px\">Welcome to WordPress 5.6</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">Sharing your stories has never been easier.</h3>\n</div></div>\n\n\n\n<p>WordPress 5.6 brings you countless ways to set your ideas free and bring them to life. With a brand-new default theme as your canvas, it supports an ever-growing collection of blocks as your brushes. Paint with words. Pictures. Sound. Or rich embedded media.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"234\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=632%2C234&#038;ssl=1\" alt=\"colored circles\" class=\"wp-image-9346\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=1024%2C379&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=300%2C111&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=768%2C284&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>Greater layout flexibility</h3>\n\n\n\n<p>Bring your stories to life with more tools that let you edit your layout with or without code. Single column blocks, designs using mixed widths and columns, full-width headers, and gradients in your cover block—make small changes or big statements with equal ease!</p>\n\n\n\n<h3>More block patterns</h3>\n\n\n\n<p>In some themes, preconfigured block patterns make setting up standard pages on your site a breeze. Let the power of patterns streamline your workflow and save you clicks. Plus, share these features with clients, editors, and more.</p>\n\n\n\n<h3>Better video captioning</h3>\n\n\n\n<p>To help you add subtitles or captions to your videos, you can now upload them within your post or page. This makes it easier than ever to make your videos accessible for anyone who needs or prefers to use subtitles.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"120\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=632%2C120&#038;ssl=1\" alt=\"black vertical line\" class=\"wp-image-9347\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=1024%2C194&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=300%2C57&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=768%2C146&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Twenty Twenty-One is here!</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"714\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=632%2C714&#038;ssl=1\" alt=\"Examples of block patterns available in Twenty Twenty-One.\" class=\"wp-image-9426\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=907%2C1024&amp;ssl=1 907w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=266%2C300&amp;ssl=1 266w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=768%2C867&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=1360%2C1536&amp;ssl=1 1360w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=1814%2C2048&amp;ssl=1 1814w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1975&amp;ssl=1 1975w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Twenty Twenty-One is a blank canvas for your ideas, and the block editor is the best brush. It is built for the block editor and packed with brand-new block patterns you can only get in the default themes. Try different layouts in a matter of seconds, and let the theme’s eye-catching, yet timeless design make your work shine.&nbsp;</p>\n\n\n\n<p>What’s more, this default theme puts accessibility at the heart of your website. It conforms to the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">WordPress accessibility-ready guidelines</a> and addresses several more specialized standards from the <a href=\"https://www.w3.org/WAI/WCAG2AAA-Conformance\">Web Content Accessibility Guidelines (WCAG) 2.1 at level AAA</a>. It will help you meet the highest level of international accessibility standards when you create accessible content and choose plugins which are accessible too!</p>\n\n\n\n<h3>A rainbow of soft pastels</h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"167\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=632%2C167&#038;ssl=1\" alt=\"A mobile screenshot of each included color palette in Twenty Twenty-One, going in ROYGBIV order.\" class=\"wp-image-9424\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=1024%2C270&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=300%2C79&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=768%2C202&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=1536%2C405&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=2048%2C540&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Perfect for a new year, Twenty Twenty-One gives you a range of pre-selected color palettes in pastel, all of which conform to AAA standards for contrast. You can also choose your own background color for the theme, and the theme chooses accessibility-conscious text colors for you — automatically!</p>\n\n\n\n<p>Need more flexibility than that? You can also choose your own color palette from the color picker.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"151\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=632%2C151&#038;ssl=1\" alt=\"colored circles\" class=\"wp-image-9351\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=1024%2C245&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=300%2C72&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=768%2C183&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Improvements for everyone</h2>\n\n\n\n<h3>Expanding auto-updates</h3>\n\n\n\n<p>For years, only developers have been able to update WordPress automatically. But now you have that option, right in your dashboard. If this is your first site, you have auto-updates ready to go, right now! Upgrading an existing site? No problem! Everything is the same as it was before.</p>\n\n\n\n<h3>Accessibility Statement&nbsp;</h3>\n\n\n\n<p>Even if you’re not an expert, you can start letting others know about your site’s commitment to accessibility! The new <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">feature plugin</a> includes template copy for you to edit and publish, and it’s written to support different contexts and jurisdictions.&nbsp;&nbsp;</p>\n\n\n\n<h3>Built-in Patterns</h3>\n\n\n\n<p>If you’ve not had the chance to play with block patterns yet, all default themes now feature a range of block patterns that let you master complex layouts with minimal effort. Customize the patterns to your liking with the copy, images, and colors that fit your story or brand.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"185\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=632%2C185&#038;ssl=1\" alt=\"colored and textured rectangles\" class=\"wp-image-9352\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=1024%2C300&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=300%2C88&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=768%2C225&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>For developers</h2>\n\n\n\n<h3>REST API authentication with Application Passwords</h3>\n\n\n\n<p>Thanks to the API’s new Application Passwords authorization feature, third-party apps can connect to your site seamlessly and securely. This new REST API feature lets you see what apps are connecting to your site and control what they do.&nbsp;</p>\n\n\n\n<h3>More PHP 8 support</h3>\n\n\n\n<p>5.6 marks the first steps toward WordPress Core support for PHP 8. Now is a great time to start planning how your WordPress products, services, and sites can support the latest PHP version. For more information about what to expect next, <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">read the PHP 8 developer note</a>.</p>\n\n\n\n<h3>jQuery</h3>\n\n\n\n<p>Updates to jQuery in WordPress take place across three releases 5.5, 5.6, and 5.7. As we reach the mid-point of this process, <a href=\"https://wordpress.org/plugins/wp-jquery-update-test/\">run the update test plugin to check your sites for errors</a> ahead of time.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>If you find issues with the way your site looks ( e.g. a slider doesn’t work, a button is stuck — that sort of thing), install <a href=\"https://wordpress.org/plugins/enable-jquery-migrate-helper/\">the jQuery Migrate plugin</a>.</p>\n\n\n\n<h3>Check out the Field Guide</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">Read about the latest version of WordPress in this guide.</a> It highlights developer notes for each change in the release.&nbsp;</p>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#d1e4dd;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#d1e4dd;padding: 10px\">“It’s a new day, it’s a new life for me&#8230;.and I’m feeling good.”</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">~Nina Simone</h3>\n</div></div>\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>The WordPress 5.6 release comes to you from an all-women and non-binary identifying release squad:  </p>\n\n\n\n<ul><li><strong>Release Lead:</strong> Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>).&nbsp; Cohort: Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Angela Jin (<a href=\"https://profiles.wordpress.org/angelasjin/\">@angelasjin</a>).</li><li><strong>Release Coordinator:</strong> Dee Teal (<a href=\"https://profiles.wordpress.org/thewebprincess/\">@thewebprincess</a>).&nbsp; Cohort: Thelma Mutete (<a href=\"https://profiles.wordpress.org/thelmachido/\">@thelmachido</a>) and Laura Nelson (<a href=\"https://profiles.wordpress.org/laurora/\">@laurora</a>).</li><li><strong>Triage Lead:</strong> Tonya Mork (<a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>).&nbsp;</li><li><strong>Core Tech Lead:</strong> Helen Hou-Sandì (<a href=\"https://profiles.wordpress.org/helen/\">@helen</a>).&nbsp; Cohort: Amy Kamala (<a href=\"https://profiles.wordpress.org/amykamala/\">@amykamala</a>) and Ebonie Butler (<a href=\"https://profiles.wordpress.org/metalandcoffee/\">@metalandcoffee</a>).</li><li><strong>Editor Tech Lead:</strong> Isabel Brison (<a href=\"https://profiles.wordpress.org/isabel_brison/\">@isabel_brison</a>).&nbsp; Cohort: Chandrika Guntur (<a href=\"https://profiles.wordpress.org/cguntur/\">@cguntur</a>), Anchen le Roux (<a href=\"https://profiles.wordpress.org/anchenlr/\">@anchenlr</a>), and Rebecca Hum (<a href=\"https://profiles.wordpress.org/rebasaurus/\">@rebasaurus</a>).</li><li><strong>Design Leads:</strong> Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>) and Tammie Lister (<a href=\"https://profiles.wordpress.org/karmatosed/\">@karmatosed</a>).&nbsp; Cohort: Anyssa Ferreira (<a href=\"https://profiles.wordpress.org/anyssa/\">@anyssa</a>), Estela Rueda (<a href=\"https://profiles.wordpress.org/estelaris/\">@estelaris</a>), Tracy Apps (<a href=\"https://profiles.wordpress.org/tray/\">@tray</a>), and Sophia DeRosia (<a href=\"https://profiles.wordpress.org/eringoblog/\">@eringoblog</a>).</li><li><strong>Design Tech Lead:</strong> Shital Marakana (<a href=\"https://profiles.wordpress.org/shital-patel/\">@shital-patel</a>).</li><li><strong>Accessibility Lead:</strong> Sarah Ricker (<a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricke<strong>r</strong></a>).&nbsp;Cohort: Hauwa Abashiya (<a href=\"https://profiles.wordpress.org/azhiyadev/\">@azhiyadev</a>).</li><li><strong>Marketing &amp; Communications Leads:</strong> Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>) and Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>).&nbsp;Cohort: Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">@nalininonstopnewsuk</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Olga Gleckler (<a href=\"https://profiles.wordpress.org/oglekler/\">@ogleckler</a>), Larissa Murrillo (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), Michelle Frechette (<a href=\"https://profiles.wordpress.org/michelleames/\">@michelleames</a>), Breann McDede (<a href=\"https://profiles.wordpress.org/bmcdede/\">@bmcdede</a>), and Afshana Diya (<a href=\"https://profiles.wordpress.org/afshanadiya/\">@afshanadiya</a>).</li><li><strong>Documentation Lead: </strong>Shawntelle Coker (<a href=\"https://profiles.wordpress.org/sncoker/\">@sncoker</a>). Cohort: Daisy Olsen (<a href=\"https://profiles.wordpress.org/daisyo/\">@DaisyO</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Winstina Hughes (<a href=\"https://profiles.wordpress.org/planningwrite/\">@planningwrite</a>).</li><li><strong>Documentation Review Lead:</strong> Michele Butcher-Jones (<a href=\"https://profiles.wordpress.org/m_butcher/\">@m_butcher</a>).&nbsp; Cohort: Nidhi Jain (<a href=\"https://profiles.wordpress.org/jainnidhi/\">@jainnidhi</a>), Laura Byrne Cristiano (<a href=\"https://wordpress.org/support/users/newyorkerlaura/\">@newyorkerlaura</a>).</li><li><strong>Default Theme Design Lead:</strong> Mel Choyce-Dwan (<a href=\"https://profiles.wordpress.org/melchoyce/\">@melchoyce</a>).&nbsp; Cohort: Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>).</li><li><strong>Default Theme Development Lead:</strong> Carolina Nymark (<a href=\"https://profiles.wordpress.org/poena/\">@poena</a>).&nbsp; Cohort: Kelly Choyce-Dwan (<a href=\"https://profiles.wordpress.org/ryelle/\">@ryelle</a>) and Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Default Theme Wrangler:</strong> Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Test Lead:</strong> Monika Rao (<a href=\"https://profiles.wordpress.org/monikarao/\">@monikarao</a>).&nbsp; Cohort: Allie Nimmons (<a href=\"https://profiles.wordpress.org/alliennimmons/\">@alliennimmons</a>).</li><li><strong>Support Lead:</strong> Bet Hannon (<a href=\"https://profiles.wordpress.org/bethannon1/\">@bethannon1</a>).</li></ul>\n\n\n\n<p>As always, this release reflects the hard work of 605 generous volunteer contributors. They collaborated on nearly 350 tickets on Trac and over 1,000 pull requests on GitHub.</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/zgrkaralar/\">&#214;zg&#252;r KARALAR</a>, <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich/\">A5hleyRich</a>, <a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">aaronrobertshaw</a>, <a href=\"https://profiles.wordpress.org/abderrahman/\">abderrahman</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/pokhriyal/\">Abhishek Pokhriyal</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/adriandegrafreak/\">Adri&#225;n de Grafreak</a>, <a href=\"https://profiles.wordpress.org/adriantirusli/\">Adrianti Rusli</a>, <a href=\"https://profiles.wordpress.org/afshanadiya/\">Afshana Diya</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a>, <a href=\"https://profiles.wordpress.org/elgameel/\">Ahmed Elgameel</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/ajensen/\">ajensen</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/aktasfatih/\">aktasfatih</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/cawa-93/\">Alex Kozack</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexstandiford/\">Alex Standiford</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/alliennimmons/\">Allie Nimmons</a>, <a href=\"https://profiles.wordpress.org/ambienthack/\">ambienthack</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a>, <a href=\"https://profiles.wordpress.org/anandau14/\">Anand Upadhyay</a>, <a href=\"https://profiles.wordpress.org/anchenlr/\">Anchen le Roux</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andr&#233; Maneiro</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/baicusandrei/\">Andrei Baicus</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/andy/\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/andystitt829/\">Andy Stitt</a>, <a href=\"https://profiles.wordpress.org/akissz/\">Angel Hess</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a>, <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a>, <a href=\"https://profiles.wordpress.org/anuj2/\">anuj2</a>, <a href=\"https://profiles.wordpress.org/anyssa/\">Anyssa Ferreira</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/archduck/\">archduck</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/arippberger/\">arippberger</a>, <a href=\"https://profiles.wordpress.org/arjendejong/\">arjendejong</a>, <a href=\"https://profiles.wordpress.org/arnaudban/\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/akkspro/\">Arslan Ahmed Kalwar</a>, <a href=\"https://profiles.wordpress.org/asvinballoo/\">Asvin Balloo</a>, <a href=\"https://profiles.wordpress.org/tacitonic/\">Atharva Dhekne</a>, <a href=\"https://profiles.wordpress.org/austyfrosty/\">Austin Passy</a>, <a href=\"https://profiles.wordpress.org/austin880625/\">austin880625</a>, <a href=\"https://profiles.wordpress.org/avixansa/\">avixansa</a>, <a href=\"https://profiles.wordpress.org/ayesh/\">ayesh</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/barry/\">Barry</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\">Bart Czyz</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/bduclos/\">bduclos</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/benmeredithgmailcom/\">Ben Meredith</a>, <a href=\"https://profiles.wordpress.org/kau-boy/\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bethannon1/\">Bet Hannon</a>, <a href=\"https://profiles.wordpress.org/bethsoderberg/\">Beth Soderberg</a>, <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a>, <a href=\"https://profiles.wordpress.org/hareshlive/\">Bhagvan Mangukiya</a>, <a href=\"https://profiles.wordpress.org/bhautikvirani/\">bhautikvirani</a>, <a href=\"https://profiles.wordpress.org/bananastalktome/\">Billy S</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boldgrid/\">BoldGrid</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ibdz/\">Boy Witthaya</a>, <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/bmcdede/\">Breann McDede</a>, <a href=\"https://profiles.wordpress.org/bmillersw/\">Brent Miller</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brianhenryie/\">Brian Henry</a>, <a href=\"https://profiles.wordpress.org/brianhogg/\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard/\">Bridget Willard</a>, <a href=\"https://profiles.wordpress.org/brijeshb42/\">brijeshb42</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calin/\">Calin Don</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/campusboy1987/\">campusboy</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/carolinegeven/\">Caroline</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chadreitsma/\">Chad Reitsma</a>, <a href=\"https://profiles.wordpress.org/cguntur/\">Chandrika Guntur</a>, <a href=\"https://profiles.wordpress.org/cpapazoglou/\">Charalampos Papazoglou</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chexwarrior/\">chexwarrior</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/alexandec/\">Chris Alexander</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/ctmartin0/\">Christian Martin</a>, <a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/chunkysteveo/\">chunkysteveo</a>, <a href=\"https://profiles.wordpress.org/claudiulodro/\">Claudiu Lodromanean</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/commeuneimage/\">Commeuneimage</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/salzano/\">Corey Salzano</a>, <a href=\"https://profiles.wordpress.org/cranewest/\">cranewest</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/ctmartin/\">ctmartin</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">D&#225;vid Szab&#243;</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">danieltj</a>, <a href=\"https://profiles.wordpress.org/dantahoua/\">dantahoua</a>, <a href=\"https://profiles.wordpress.org/dkotter/\">Darin Kotter</a>, <a href=\"https://profiles.wordpress.org/dmchale/\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/davidjlaietta/\">David Wolfpaw</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/davisshaver/\">Davis Shaver</a>, <a href=\"https://profiles.wordpress.org/dd32/\">dd32</a>, <a href=\"https://profiles.wordpress.org/p00ya/\">Dean</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a>, <a href=\"https://profiles.wordpress.org/deepaklalwani/\">Deepak Lalwani</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/demetris/\">demetris (Demetris Kikizas)</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy/\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/valendesigns/\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/designer023/\">Designer023</a>, <a href=\"https://profiles.wordpress.org/dfenton/\">dfenton</a>, <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dharmin16/\">Dharmin Shah</a>, <a href=\"https://profiles.wordpress.org/dhruvin/\">Dhruvin</a>, <a href=\"https://profiles.wordpress.org/dhulwells/\">Dhul Wells</a>, <a href=\"https://profiles.wordpress.org/dietpawel/\">dietpawel</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/djzone/\">DjZoNe</a>, <a href=\"https://profiles.wordpress.org/dogwithblog/\">dogwithblog</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/donsony/\">donsony</a>, <a href=\"https://profiles.wordpress.org/dossy/\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dpacks/\">dpacks</a>, <a href=\"https://profiles.wordpress.org/raubvogel/\">Dr. Ronny Harbich</a>, <a href=\"https://profiles.wordpress.org/dratwas/\">dratwas</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dsifford/\">dsifford</a>, <a href=\"https://profiles.wordpress.org/dushakov/\">dushakov</a>, <a href=\"https://profiles.wordpress.org/dushanthi/\">dushanthi</a>, <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique S&#225;nchez</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a>, <a href=\"https://profiles.wordpress.org/erikjandelange/\">erikjandelange</a>, <a href=\"https://profiles.wordpress.org/folletto/\">Erin \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/eringoblog/\">eringoblog</a>, <a href=\"https://profiles.wordpress.org/eroraghav/\">eroraghav</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">etoledom</a>, <a href=\"https://profiles.wordpress.org/thegp/\">EugeneBos</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/dyrer/\">Evangelos Athanasiadis</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/ferkho/\">Ferenc Forgacs</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/flymike/\">flymike</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett/\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyc40/\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/subscriptiongroup/\">George</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/glauberglauber/\">Glauber Mota</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/goldenapples/\">goldenapples</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Zi&#243;łkowski</a>, <a href=\"https://profiles.wordpress.org/guidooffermans/\">guidooffermans</a>, <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a>, <a href=\"https://profiles.wordpress.org/hvar/\">H-var</a>, <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/isharis/\">Haris Zulfiqar</a>, <a href=\"https://profiles.wordpress.org/harrym/\">harrym</a>, <a href=\"https://profiles.wordpress.org/harshbarach/\">harshbarach</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hoasi/\">HoaSi</a>, <a href=\"https://profiles.wordpress.org/hongnizzle/\">Hong Nga Nguyen</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/igorradovanov/\">Igor Radovanov</a>, <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/ingereck/\">ingereck</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/iqbalbary/\">iqbalbary</a>, <a href=\"https://profiles.wordpress.org/ireneyoast/\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/jagirbaheshwp/\">jagirbaheshwp</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/twentyzerotwo/\">Jake Whiteley</a>, <a href=\"https://profiles.wordpress.org/jamescollins/\">James Collins</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesros161/\">James Rosado</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/javidalkaruzi/\">Janvo Aldred</a>, <a href=\"https://profiles.wordpress.org/jaredcobb/\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jaswrks/\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/javorszky/\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami/\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jeffikus/\">jeffikus</a>, <a href=\"https://profiles.wordpress.org/jellypixel/\">jellypixel</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">Jeremy Scott</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a>, <a href=\"https://profiles.wordpress.org/jeslen/\">Jeslen Bucci</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jfoulquier/\">jfoulquier</a>, <a href=\"https://profiles.wordpress.org/jimyaghi/\">jimyaghi</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelyoder/\">Joel Yoder</a>, <a href=\"https://profiles.wordpress.org/joelclimbsthings/\">joelclimbsthings</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johannadevos/\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/joseaneto/\">joseaneto</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshlevinson/\">Josh Levinson</a>, <a href=\"https://profiles.wordpress.org/shelob9/\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a>, <a href=\"https://profiles.wordpress.org/tai/\">JOTAKI, Taisuke</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/junaidbhura/\">Junaid Bhura</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/justlevine/\">justlevine</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/karthikbhatb/\">Karthik Bhat</a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/kelsu02/\">Kelly R</a>, <a href=\"https://profiles.wordpress.org/kellybleck/\">kellybleck</a>, <a href=\"https://profiles.wordpress.org/kellylawrence/\">kellylawrence</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/kipperlenny/\">Kipperlenny</a>, <a href=\"https://profiles.wordpress.org/kirilzh/\">Kiril Zhelyazkov</a>, <a href=\"https://profiles.wordpress.org/kburgoine/\">Kirsty Burgoine</a>, <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">KittMedia</a>, <a href=\"https://profiles.wordpress.org/kjbenk/\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/komagain/\">komagain</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a>, <a href=\"https://profiles.wordpress.org/landau/\">landau</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\">Larissa Murillo</a>, <a href=\"https://profiles.wordpress.org/latifi/\">latifi</a>, <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a>, <a href=\"https://profiles.wordpress.org/laurora/\">Laura Nelson</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/gamerz/\">Lester Chan</a>, <a href=\"https://profiles.wordpress.org/leutrimh/\">Leutrim Husaj</a>, <a href=\"https://profiles.wordpress.org/limera1n/\">lim3ra</a>, <a href=\"https://profiles.wordpress.org/lpointet/\">Lionel Pointet</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/llizard/\">llizard</a>, <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a>, <a href=\"https://profiles.wordpress.org/lucagrandicelli/\">Luca Grandicelli</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/_luigi/\">Luigi Cavalieri</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lumne/\">Lumne</a>, <a href=\"https://profiles.wordpress.org/mager19/\">mager19</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mailnew2ster/\">mailnew2ster</a>, <a href=\"https://profiles.wordpress.org/shamimmoeen/\">Mainul Hassan Main</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/malinajirka/\">malinajirka</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/manzwebdesigns/\">manzwebdesigns</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a>, <a href=\"https://profiles.wordpress.org/marijnkoopman/\">Marijn Koopman</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a>, <a href=\"https://profiles.wordpress.org/markscottrobson/\">Mark Robson</a>, <a href=\"https://profiles.wordpress.org/marks99/\">Mark Smallman</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep/\">markshep</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/wetah/\">Mateus Machado Luna</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom/\">Matt Cromwell</a>, <a href=\"https://profiles.wordpress.org/gothickgothickorguk/\">Matt Gibson</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/pfefferle/\">Matthias Pfefferle</a>, <a href=\"https://profiles.wordpress.org/mattoperry/\">mattoperry</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/mayankmajeji/\">Mayank Majeji</a>, <a href=\"https://profiles.wordpress.org/meaganhanes/\">Meagan Hanes</a>, <a href=\"https://profiles.wordpress.org/megphillips91/\">Meg Phillips</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>, <a href=\"https://profiles.wordpress.org/mgrenierfarmmedia/\">mgrenierfarmmedia</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/m_butcher/\">Michele Butcher-Jones</a>, <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikelopez/\">mikelopez</a>, <a href=\"https://profiles.wordpress.org/mikeyarce/\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/eemitch/\">Mitchell Bennis</a>, <a href=\"https://profiles.wordpress.org/mmarco9/\">mmarco9</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/mopsyd/\">mopsyd</a>, <a href=\"https://profiles.wordpress.org/morganestes/\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/gwendydd/\">Morgan Kay</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a>, <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a>, <a href=\"https://profiles.wordpress.org/mrgrt/\">mrgrt</a>, <a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/musicaljoeker/\">musicaljoeker</a>, <a href=\"https://profiles.wordpress.org/mweichert/\">mweichert</a>, <a href=\"https://profiles.wordpress.org/n5hzr/\">n5hzr</a>, <a href=\"https://profiles.wordpress.org/nabilmoqbel/\">Nabil Moqbel</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/naoki0h/\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nateinaction/\">Nate Gay</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/navanathbhosale/\">Navanath Bhosale</a>, <a href=\"https://profiles.wordpress.org/naveenkharwar/\">Naveen Kharwar</a>, <a href=\"https://profiles.wordpress.org/lcyh78/\">Neil James (lcyh78)</a>, <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/arealnobrainer/\">Netravnen</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/nicomollet/\">nicomollet</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/nikolam/\">Nikola</a>, <a href=\"https://profiles.wordpress.org/nbachiyski/\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/njbrown/\">njbrown</a>, <a href=\"https://profiles.wordpress.org/nlpro/\">nlpro</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/noahshrader/\">noahshrader</a>, <a href=\"https://profiles.wordpress.org/nourma/\">nourma</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/oolleegg55/\">oolleegg55</a>, <a href=\"https://profiles.wordpress.org/optimizingmatters/\">Optimizing Matters</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/ovann86/\">ovann86</a>, <a href=\"https://profiles.wordpress.org/ovenall/\">ovenall</a>, <a href=\"https://profiles.wordpress.org/oxyc/\">oxyc</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/jhonqwerty/\">pabloselin</a>, <a href=\"https://profiles.wordpress.org/paddy/\">Paddy</a>, <a href=\"https://profiles.wordpress.org/pankajmohale/\">Pankaj Mohale</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pabline/\">Paul Bunkham</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulstonier/\">Paul Stonier</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/pentatonicfunk/\">pentatonicfunk</a>, <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>, <a href=\"https://profiles.wordpress.org/pekz0r/\">Peter Elmered</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/decrecementofeliz/\">Pilar Mera</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/pishmishy/\">pishmishy</a>, <a href=\"https://profiles.wordpress.org/pkvillanueva/\">pkvillanueva</a>, <a href=\"https://profiles.wordpress.org/prashanttholia/\">prashanttholia</a>, <a href=\"https://profiles.wordpress.org/pratikkry/\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/prionkor/\">prionkor</a>, <a href=\"https://profiles.wordpress.org/psealock/\">psealock</a>, <a href=\"https://profiles.wordpress.org/puneetsahalot/\">Puneet Sahalot</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajanit2000/\">Rajan Vijayan</a>, <a href=\"https://profiles.wordpress.org/rajeshsingh520/\">rajeshsingh520</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/redstar504/\">redstar504</a>, <a href=\"https://profiles.wordpress.org/regankhadgi/\">Regan Khadgi</a>, <a href=\"https://profiles.wordpress.org/renehermi/\">Rene Hermenau</a>, <a href=\"https://profiles.wordpress.org/retlehs/\">retlehs</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/riaanlom/\">riaanlom</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">ribaricplusplus</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rnaby/\">Rnaby</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rogerlos/\">rogerlos</a>, <a href=\"https://profiles.wordpress.org/roikles/\">roikles</a>, <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a>, <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/roo2/\">roo2</a>, <a href=\"https://profiles.wordpress.org/rtagliento/\">rtagliento</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a>, <a href=\"https://profiles.wordpress.org/sabrinazeidan/\">Sabrina Zeidan</a>, <a href=\"https://profiles.wordpress.org/saeedfard/\">Saeed Fard</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla/\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a>, <a href=\"https://profiles.wordpress.org/sswebster/\">Sam Webster</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a>, <a href=\"https://profiles.wordpress.org/saqibameen/\">Saqib Ameen</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">Sarah Ricker</a>, <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>, <a href=\"https://profiles.wordpress.org/sawanoboly/\">sawanoboly</a>, <a href=\"https://profiles.wordpress.org/scarolan/\">scarolan</a>, <a href=\"https://profiles.wordpress.org/l3rady/\">Scott Cariss</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanpaulrasmussen/\">seanpaulrasmussen</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/senning/\">Senning</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/sncoker/\">Shawntelle Coker</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shramee/\">shramee</a>, <a href=\"https://profiles.wordpress.org/sresok/\">Simon Resok</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/sproutchris/\">sproutchris</a>, <a href=\"https://profiles.wordpress.org/stulab/\">St&#233;phane Treilhou</a>, <a href=\"https://profiles.wordpress.org/metodiew/\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/garubi/\">Stefano Garuti</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/sterndata/\">Steven Stern (sterndata)</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stoyangeorgiev/\">Stoyan Georgiev</a>, <a href=\"https://profiles.wordpress.org/sudoshreyansh/\">sudoshreyansh</a>, <a href=\"https://profiles.wordpress.org/smub/\">Syed Balkhi</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/utz119/\">TeBenachi</a>, <a href=\"https://profiles.wordpress.org/techboyg5/\">techboyg5</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/thefarlilacfield/\">thefarlilacfield</a>, <a href=\"https://profiles.wordpress.org/thelmachido/\">Thelma Mutete</a>, <a href=\"https://profiles.wordpress.org/thib3113/\">thib3113</a>, <a href=\"https://profiles.wordpress.org/thijsvanloef/\">thijsvanloef</a>, <a href=\"https://profiles.wordpress.org/webzunft/\">Thomas M</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/thomaslhotta/\">thomaslhotta</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timotijhof/\">TimoTijhof</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul I Chowdhury</a>, <a href=\"https://profiles.wordpress.org/tray/\">tracy apps</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, <a href=\"https://profiles.wordpress.org/treibstoff/\">treibstoff</a>, <a href=\"https://profiles.wordpress.org/trisha_cornelius/\">Trisha Cornelius</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/tzafrir/\">tzafrir</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/uxkai/\">uxkai</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\">Valentin Bora</a>, <a href=\"https://profiles.wordpress.org/contact-banker/\">Varun Sharma</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">vcanales</a>, <a href=\"https://profiles.wordpress.org/ravivaddweb/\">vidhiaddweb</a>, <a href=\"https://profiles.wordpress.org/vinayakanivase/\">Vinayak Anivase</a>, <a href=\"https://profiles.wordpress.org/vinita29/\">Vinita Tandulkar</a>, <a href=\"https://profiles.wordpress.org/usestrict/\">Vinny</a>, <a href=\"https://profiles.wordpress.org/virgodesign/\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/webmigrates/\">Webmigrates Technologies</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/planningwrite/\">Winstina Hughes</a>, <a href=\"https://profiles.wordpress.org/wittich/\">wittich</a>, <a href=\"https://profiles.wordpress.org/worldweb/\">worldweb</a>, <a href=\"https://profiles.wordpress.org/y_kolev/\">Y_Kolev</a>, <a href=\"https://profiles.wordpress.org/yansern/\">Yan Sern</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yscik/\">yscik</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, and <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>.\n\n\n\n<p></p>\n\n\n\n<p>In addition, many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time, or they’ve been around since the first release all the way back in 2003. These releases are as successful as they are because of their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who helped make WordPress 5.6. available in 38 languages at the time of release. Our community translators are hard at work ensuring more languages are on their way (70 are already at 90%). If contributing to WordPress appeals to you, it’s easy to learn more. Check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> or the <a href=\"https://make.wordpress.org/core/\">core development blog</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:4:\"9325\";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:57:\"\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:22:\"State of the Word 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2020/12/state-of-the-word-2020/\";s: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, 04 Dec 2020 22:55: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:1:{i:0;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9296\";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:110:\"State of the Word will be streamed on Facebook, YouTube, and Twitter on Thursday, Dec 17th, 2020  at 1600 UTC.\";s: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:\"Josepha\";s: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:1225:\"\n<p>State of the Word is an annual keynote address delivered by the project co-founder, Matt Mullenweg. Catch this year&#8217;s keynote in the video below!</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' width=\'632\' height=\'356\' src=\'https://www.youtube.com/embed/QI3qCoiuG3w?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\' sandbox=\'allow-scripts allow-same-origin allow-popups allow-presentation\'></iframe>\n</div></figure>\n\n\n\n<h3>New to State of the Word?</h3>\n\n\n\n<p>If this is your first time hearing of this talk, you’re in luck! Check out previous recordings below.</p>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">State of the Word 2019 &#8211; WordCamp US, St. Louis</a></li><li><a href=\"https://wordpress.tv/2018/12/27/state-of-the-word-2018/\">State of the Word 2018 &#8211; WordCamp US, Nashville</a></li><li><a href=\"https://wordpress.tv/tag/state-of-the-word/\">All recordings</a></li></ul>\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:4:\"9296\";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:57:\"\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:37:\"The Month in WordPress: November 2020\";s: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/2020/12/the-month-in-wordpress-november-2020/\";s: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, 02 Dec 2020 09:13:48 +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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9283\";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:304:\"November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world! WordPress 5.6 updates The Core team released WordPress 5.6 Beta 3 on Nov. 2, Beta 4 on Nov. 12, release candidate 1 on Nov. 17, and release candidate 2 on Dec. 1. You [&#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:\"Hari Shanker R\";s: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:10892:\"\n<p>November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.6 updates</h2>\n\n\n\n<p>The Core team released WordPress 5.6 <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-3/\">Beta 3</a> on Nov. 2, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-4/\">Beta 4</a> on Nov. 12, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-release-candidate/\">release candidate</a> 1 on Nov. 17, and <a href=\"https://wordpress.org/news/2020/12/wordpress-5-6-release-candidate-2/\">release candidate 2</a> on Dec. 1. You can test the Beta versions and the release candidates by <a href=\"https://wordpress.org/wordpress-5.6-beta2.zip\">downloading them from WordPress.org</a> or by using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin. Check out the <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 field guide</a> to understand the features of WordPress 5.6 and learn how you can incorporate them into your websites. WordPress 5.6 <a href=\"https://make.wordpress.org/core/5-6/\">will be out by Dec. 9, 2020</a>. </p>\n\n\n\n<p>But our work is never done: You can submit <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-5-7-whats-on-your-wishlist/\">feature suggestions for WordPress 5.7</a> by Dec. 15.&nbsp;</p>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress Core dev chats on Wednesdays at 5 a.m. and 8 p.m. UTC in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel on the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>, and <a href=\"https://make.wordpress.org/core/tag/dev-chat/\">catch up with recaps</a> on the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>. If you would like to help with WordPress 5.6 outreach, contact the <a href=\"https://make.wordpress.org/marketing/\">WordPress Marketing team</a> on the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel.</p>\n\n\n\n<h2>Gutenberg 9.3 and 9.4 are out</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">Version 9.3</a> on Nov. 4 and <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">Version 9.4</a> on Nov. 18. Both versions include&nbsp; several improvements to Full Site Editing (FSE) flows, in addition to bug fixes and feature upgrades. Version 9.3 is the first release that isn’t included entirely in WordPress 5.6; the version automatically enables FSE experiments when a block-based theme is active. Version 9.4 introduces some new features like percentage width for button blocks, block variation transformations, social icon support, and font size support for the list block. You can find out more about the Gutenberg roadmap in the <a href=\"https://make.wordpress.org/core/2020/11/02/whats-next-in-gutenberg-november-2020/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Learn WordPress updates</h2>\n\n\n\n<p>WordPress contributor teams are all set to launch <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> in December. Community members can now watch<a href=\"https://learn.wordpress.org/workshops\"> video workshops</a> to learn about various WordPress topics, <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">participate in discussion groups</a>, and use <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a> for organizing their own workshops. Contributor teams have launched <a href=\"https://make.wordpress.org/community/2020/11/18/quizzes-are-now-live-on-learn-wordpress/\">quizzes</a> and are also working on <a href=\"https://make.wordpress.org/community/2020/11/18/standards-for-learn-wordpress-workshop-content/\">setting standards</a> for workshops.<br></p>\n\n\n\n<p>Want to contribute to Learn WordPress? You can now submit a <a href=\"https://learn.wordpress.org/workshop-presenter-application/\">workshop application</a> (submissions in languages other than English are welcome!), apply to become a <a href=\"https://learn.wordpress.org/discussion-group-leader-application/\">discussion group leader</a>, organize <a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\">discussions for your local WordPress meetup group</a>, or <a href=\"https://make.wordpress.org/training/2020/11/25/high-priority-items-before-learn-wordpress-org-launch-part-2/\">help fix issues with existing lesson plans</a>.</p>\n\n\n\n<h2>WordPress 5.6 Translations and Polyglots survey</h2>\n\n\n\n<p>WordPress 5.6 is ready to be translated and is now at <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a>. If you would like to contribute, <a href=\"https://make.wordpress.org/polyglots/2020/11/07/wordpress-5-6-ready-to-be-translated/\">check out these instructions</a> and ensure that <a href=\"https://make.wordpress.org/polyglots/handbook/translating/packaging-localized-wordpress/automated-release-packages/\">your locale is ready for an automated release</a>. The Polyglots team has also kicked off its <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">translator research survey</a>. Please <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">participate in the survey</a>, share the <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">survey link</a> with members of your locale, and help amplify the <a href=\"https://www.facebook.com/WPTranslationDay/posts/1275404086174610\">Facebook</a>, <a href=\"https://twitter.com/TranslateWP/status/1333342595913834496\">Twitter</a>, and <a href=\"https://www.linkedin.com/posts/wptranslationday_makewordpress-wordpress-activity-6739110862650523648-fX8R/\">LinkedIn</a> posts about it.</p>\n\n\n\n<p>Want to help WordPress speak your language? Follow <a href=\"https://make.wordpress.org/polyglots\">the Polyglots team blog</a> and join the <a href=\"https://wordpress.slack.com/archives/C02RP50LK\">#polyglots</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li><a href=\"https://www.php.net/releases/8.0/en.php\">PHP 8</a> is out, and WordPress 5.6 <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">aims to be &#8220;beta-compatible&#8221; with the latest PHP version</a>.</li><li>Contributor teams have kicked off <a href=\"https://make.wordpress.org/themes/2020/11/18/theme-previews-in-the-time-of-blocks/\">an ongoing discussion on starter content for WordPress themes</a>. Starter content for the <a href=\"http://wp-themes.com/twentytwentyone/\">Twenty Twenty One</a>, <a href=\"http://wp-themes.com/twentytwenty/\">Twenty Twenty</a>, and <a href=\"http://wp-themes.com/twentyseventeen/\">Twenty Seventeen</a> themes are now available.</li><li>The Accessibility team is <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">testing a tool</a> to generate the structure of an accessibility statement for WordPress websites based on <a href=\"https://www.w3.org/WAI/planning/statements/generator/#create\">W3C standards</a>, and it is <a href=\"https://github.com/10degrees/accessibility-statement-plugin/issues\">requesting feedback from the community</a>.</li><li>The <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> has published a <a href=\"https://wordpressfoundation.org/2020/open-source-workshops-november-2020-report/\">report on Open Source workshops</a> that were held online in 2020, based on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> platform.</li><li>The Docs team is actively <a href=\"https://make.wordpress.org/docs/2020/11/12/follow-up-on-gutenberg-developer-documentation-restructuring-proposal/\">following up</a> on a proposal to <a href=\"https://make.wordpress.org/docs/2020/08/13/plan-proposal-for-a-new-better-structured-gutenberg-developer-documentation/\">restructure the Gutenberg developer documentation</a>.</li><li>The Community team is back with <a href=\"https://make.wordpress.org/community/tag/tuesdaytrainings/\">Tuesday Trainings</a>. The team is <a href=\"https://make.wordpress.org/community/2020/11/16/community-team-goals-for-2021-share-your-suggestions/\">also inviting suggestions on team goals for 2021</a> with a deadline of Dec. 14.</li><li>The Support team is <a href=\"https://make.wordpress.org/support/2020/11/changing-up-the-forum-front-page/\">making changes to the forum page</a> to improve discoverability. </li><li>Two online WordCamps took place in November: <a href=\"https://finland.wordcamp.org/2020/\">WordCamp Finland Online</a> and <a href=\"https://mexico.wordcamp.org/2020/\">WordCamp Mexico Online</a>. You can find Livestream recaps of the events on their websites. Videos will soon be available on WordPress.tv as well.</li><li>The Themes team <a href=\"https://make.wordpress.org/themes/2020/11/11/meeting-notes-tuesday-november-10-2020/\">made some changes to WordPress theme requirements</a>. These include removing updated CSS guidelines and a proposed plan to make WordPress themes accessibility-ready. The team is also <a href=\"https://make.wordpress.org/themes/2020/11/19/feedback-requested-resolution-process-for-issues-found-in-live-themes/\">requesting feedback</a> on the resolution process for issues found in live themes.</li><li>WordPress 5.6 will feature a <a href=\"https://make.wordpress.org/core/2020/11/05/updating-core-jquery-to-version-3-part-2/\">major jQuery change</a>, with the bundled jQuery version being updated to Version 3.5.1 and jQuery Migrate being updated to Version 3.3.2.</li><li>The <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Diversity speaker training group</a> of the Community team is requesting feedback on reimagining their work. Please <a href=\"https://make.wordpress.org/community/2020/11/12/input-requested-re-imagining-the-work-of-the-diverse-speaker-training-group-wpdiversity/\">share your feedback as comments on the post</a> by Dec. 18.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></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:4:\"9283\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 5.6 Release Candidate 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/12/wordpress-5-6-release-candidate-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Dec 2020 22:09: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:8:\"category\";a:3:{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:\"5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9274\";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:388:\"The second release candidate for WordPress 5.6 is here! WordPress 5.6 is slated for release on December 8, 2020, and we need your help to get there—if you haven’t tried 5.6 yet, now is the time! You can test WordPress 5.6 release candidate 2 in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option). Or download the release [&#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:7:\"Josepha\";s: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:2249:\"\n<p>The second release candidate for WordPress 5.6 is here!</p>\n\n\n\n<p>WordPress 5.6 is slated for release on <strong>December 8, 2020</strong>, and we need <em>your</em> help to get there—if you haven’t tried 5.6 yet, now is the time!</p>\n\n\n\n<p>You can test WordPress 5.6 release candidate 2 in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option).</li><li>Or <a href=\"https://wordpress.org/wordpress-5.6-RC2.zip\">download the release candidate here (zip)</a>.</li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the&nbsp;Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.6 and update the <em>Tested up to</em> version in the readme file to 5.6. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>. That way, those can be figured out before the final release. </p>\n\n\n\n<p>For a more detailed breakdown of the changes included in WordPress 5.6, check out the <a href=\"https://wordpress.org/news/2020/10/wordpress-5-6-beta-1/\">WordPress 5.6 beta 1 post</a>. The <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 Field Guide</a> is also out! It’s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>Think you found a bug?</strong> Post it to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report you can <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>. Don&#8217;t forget to check <a href=\"https://core.trac.wordpress.org/tickets/major\">the list of known bugs</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:4:\"9274\";s: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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 06 Feb 2021 06:45:21 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 03 Feb 2021 21:30:51 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:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20200502025608\";}', 'no');
INSERT INTO `cbdwra_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1546, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1612637121', 'no'),
(1547, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1612593921', 'no'),
(1548, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1612637121', 'no');
INSERT INTO `cbdwra_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1549, '_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:131:\"WPTavern: Gutenberg 9.9 Adds Color Options for Social Icons, Includes Rounded Borders for Images, and Changes the Theme JSON Format\";s: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=111628\";s: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:303:\"https://wptavern.com/gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format\";s: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:7460:\"<p class=\"has-drop-cap\">Version 9.9 of the <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg plugin</a> landed earlier today. While it includes several minor UI improvements, the biggest user-facing change is the inclusion of icon and background color options for the Social Links block. Theme authors can now add support for rounded image borders. They are also faced with a breaking change to their theme JSON files.</p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-5-7-beta-1-is-ready-for-testing\">WordPress 5.7 Beta 1 </a>was released earlier this week. The final 5.7 release will include features from Gutenberg 9.9 back down to 9.3. Only bug fixes from upcoming plugin updates should be ported into WordPress during the rest of the development cycle.</p>\n\n\n\n<p>The development team squashed over 30 bugs in the latest plugin update. It also includes several enhancements and API updates. Plugin developers can now <a href=\"https://github.com/WordPress/gutenberg/pull/28482\">override the block category</a> when registering variations, which should help with discoverability.</p>\n\n\n\n<p>Full Site Editing and other experimental work continued as usual. One item that theme authors should keep an eye on is the initial groundwork for additional <a href=\"https://github.com/WordPress/gutenberg/pull/28049\">border options</a>. The experimental feature for adding border colors, styles, and widths for blocks has long been on the wish list of many. I expect that the team will start slowly rolling out block support and a UI in coming versions.</p>\n\n\n\n<h2>Color Options for Social Links</h2>\n\n\n\n<img />Icon and background colors for Social Links.\n\n\n\n<p class=\"has-drop-cap\">Users can now <a href=\"https://github.com/WordPress/gutenberg/issues/21605\">change the icon color and background</a> in the Social Links block. This change allows the user to customize the colors for all icons in the links list. The &ldquo;logos only&rdquo; block style does not support a background color.</p>\n\n\n\n<p>The missing piece is the ability to set individual icon colors and their hover colors. One of the use cases in theme design is to provide a solid-colored group of icons that change to the brand colors on hover or focus. The only way to do this from the user&rsquo;s end is via individual icon color options. Even the ability to set the icon hover color for the entire block is still unavailable.</p>\n\n\n\n<p>Branding guidelines were <a href=\"https://github.com/WordPress/gutenberg/issues/21605#issuecomment-629318653\">mentioned as a concern</a> with the current color options, but that concern is outside the scope of WordPress&rsquo;s responsibility (see <a href=\"https://github.com/WordPress/gutenberg/pull/21900#issuecomment-624307120\">longer analysis regarding logos</a>). Many brands also have alternate colors they allow, which are not possible to use without icon-specific colors.</p>\n\n\n\n<p>Setting the background and text color for all icons at once is a step in the right direction, but the block editor is still not matching what theme authors are doing in traditional theme design. These missing features are blockers for the eventual adoption of Full Site Editing.</p>\n\n\n\n<h2>Rounded Border Support for Themes</h2>\n\n\n\n<img />Border radius setting for the Image block.\n\n\n\n<p class=\"has-drop-cap\">Theme authors can now <a href=\"https://github.com/WordPress/gutenberg/pull/27667\">opt into border-radius support</a> for images. Support comes in two forms. One is a setting to allow end-users to customize the border-radius via the block options sidebar. The second is setting a default border-radius value for all images.</p>\n\n\n\n<p>The Gutenberg team first added border-radius support to the Group block in <a href=\"https://wptavern.com/gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame\">version 9.8</a>. Currently, only the Group and Image blocks support the feature.</p>\n\n\n\n<p>The following theme JSON code will add settings and styles support. Note the new format change, which is covered in the next section.</p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"settings\": {\n        \"core/image\": {\n            \"border\": {\n                \"customRadius\": true\n            }\n        }\n    },\n    \"styles\": {\n        \"core/image\": {\n            \"border\" : {\n                \"radius\": \"10px\"\n            }\n        }\n    }\n}</code></pre>\n\n\n\n<h2>New Theme JSON File Format</h2>\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 9.9 introduces two breaking changes to the <code>experimental-theme.json</code> file, which will eventually be renamed to <code>theme.json</code> once it is out of the experimental stage. This file allows theme authors to configure custom styles and settings for the block system. Any themes currently using the pre-9.9 format will need to be updated.</p>\n\n\n\n<p>The first change makes <code>settings</code> and <code>styles</code> <a href=\"https://github.com/WordPress/gutenberg/pull/28110\">top-level keys in the file</a>. The second change <a href=\"https://github.com/WordPress/gutenberg/pull/28533\">renames and splits</a> the <code>global</code> key to <code>defaults</code> and <code>root</code>. <code>defaults</code> deal with default values and styles while <code>root</code> handles the site root block.</p>\n\n\n\n<p>Ari Stathopoulos wrote a <a href=\"https://make.wordpress.org/themes/2021/02/04/gutenberg-9-9-new-json-structure-for-theme-json-files/\">tutorial for theme authors</a> to update their themes on the Make Themes blog.</p>\n\n\n\n<p>&ldquo;The rationale for this change is that the use cases for theme.json have grown beyond initially considered, and the vision is now being able to absorb a lot of things that themes declare at the moment via other means,&rdquo; wrote Andr&eacute;s Maneiro, the creator of both tickets. &ldquo;Some examples are registering (and translate?) custom templates, declare theme metadata that is currently stored in the stylesheet, declare stylesheet paths, etc.&rdquo;</p>\n\n\n\n<p>He also shared a vision of what the format might look like:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"name\": \"TwentyTwentyOne\",\n    \"description\": \"...\",\n    \"customTemplates\": ...,\n    \"textDomain\": ...,\n    \"version\": 1,\n    \"settings\": {\n            \"global\": { ... },\n            \"core/paragraph\": { ... }\n    },\n    \"styles\": {\n            \"global\": { ... },\n            \"core/paragraph\": { ... }\n    }\n}</code></pre>\n\n\n\n<p>For users, this data might not make much sense. However, any theme author should be able to recognize the significance of potentially moving metadata that is currently stored in their theme&rsquo;s <code>style.css</code> through a non-standard system that WordPress has used for ages. Eventually moving that data to a standard format, JSON, would give WordPress flexibility to shed some of its legacy baggage.</p>\n\n\n\n<p>WordPress themes currently have a hard requirement of including a <code>style.css</code> file. We could well be on our way to building WordPress themes that have no need for a stylesheet at all. The future of FSE is likely one in which CSS is all handled through the Global Styles system with the theme&rsquo;s default values set via the <code>theme.json</code> file. If a theme has no styles, it does not make sense to hold onto the <code>style.css</code> file.</p>\n\n\n\n<p>However, this change is not merely limited to that possibility. The new format is cleaner and better prepared for future additions.</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, 05 Feb 2021 21:53: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:14:\"Justin Tadlock\";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:64:\"WPTavern: Newspack Publishes Showcase with 60 Newsrooms Launched\";s: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=111568\";s: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:173:\"https://wptavern.com/newspack-publishes-showcase-with-60-newsrooms-launched?utm_source=rss&utm_medium=rss&utm_campaign=newspack-publishes-showcase-with-60-newsrooms-launched\";s: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:4464:\"<p><a href=\"https://newspack.pub/\">Newspack</a>, a project funded by the Google News initiative and WordPress.com, has published a <a href=\"https://raindrop.io/collection/11158847\">showcase</a> of 60 news sites running on the platform. WordPress.com <a href=\"https://wptavern.com/wordpress-com-secures-2-4-million-in-funding-from-google-and-partners-to-build-a-publishing-platform-for-news-organizations\">announced</a> its plans to build the Newspack CMS two years ago and successfully signed on more than 50 sites in the first year. The cloud-based platform is open source and highly customized to generate revenue for small to medium-sized publications.</p>\n\n\n\n<p>Early adopters include the <a href=\"https://austinweeklynews.com/\">Austin Weekly News</a>, <a href=\"https://mississippitoday.org/\">Mississippi Today</a>, <a href=\"https://hongkongfp.com/\">Hong Kong Free Press</a>, <a href=\"https://oklahomawatch.org/\">Oklahoma Watch</a>, <a rel=\"noreferrer noopener\" href=\"https://bangordailynews.com/\" target=\"_blank\">Bangor Daily News</a>,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://oaklandside.org/\" target=\"_blank\">The Oaklandside</a>, and many other watchdog publications serving their communities with vital local news coverage. </p>\n\n\n\n<p>The <a href=\"https://raindrop.io/collection/11158847\">showcase</a> was created using the Raindrop bookmark manager, which allows viewers to search for a specific site and see all the various homepages at a glance. The diversity of the publications is striking, but clicking through to their websites it&rsquo;s clear that most of them share an intimate connection with their communities that might otherwise have evaporated in the <a href=\"https://wptavern.com/finding-wordpress-in-the-post-print-news-era\">post-print news era</a>. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Newspack stands out as an affordable, open source alternative to proprietary systems. Publishers generally pay <a href=\"https://newspack.pub/pricing/\">$500-$2,000/month</a> using a sliding scale based on their annual revenue. The <a href=\"https://newspack.pub/2019/08/12/see-the-revenue-generation-features-of-newspack-in-action/\">tools</a> they are given are open and designed to help create economically sustainable journalism. It&rsquo;s not surprising that a community has sprung up around the product, as small publishers share many of the same issues.  A dedicated Slack workspace. facilitates conversation and collaboration for more than 150 editors, designers, product and business people who are all using the same building blocks to run their publications.</p>\n\n\n\n<p>In 2020, thirteen Newspack publications were awarded <a href=\"https://newspack.pub/2020/05/07/newspack-publishers-earn-share-of-covid-19-relief-package/\">a total of more than $1 million in grants</a> from the Facebook Journalism Program&rsquo;s relief effort for local news due to Covid-19. Publishing online at a low cost on WordPress has helped many of these publications weather the pandemic, instead of being forced to consolidate or shutter. </p>\n\n\n\n<p>In May, 2020, analysts from&nbsp;<a href=\"https://fundjournalism.org/\">News Revenue Hub</a> published a <a href=\"https://fundjournalism.org/2020/05/26/hub-report-several-sites-are-now-on-newspack-hows-that-going/?utm_source=dlvr.it&utm_medium=twitter\">study</a> examining how Newspack-powered newsrooms are interacting with WordPress. A few key findings showed that Newspack users may require more assistance in managing their sites, which leverage the block editor and come with more than 50 pre-configured plugins:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The role of Newspack in reducing or replacing the need for website management-related technical resources is unclear, and depends greatly on an individual newsroom&rsquo;s technical knowledge and resources.</p><p>Potential improvements going forward should focus on providing deeper, more standardized education and documentation to broad groups of users.</p></blockquote>\n\n\n\n<p>The report concluded that &ldquo;Newspack has established itself as a valuable tool for newsrooms, as well as a valuable method for building sites collaboratively,&rdquo; but warns that the project may face challenges in scaling the hands-on support that pilot newsrooms received in the early stages. More revenue-generating features are still being developed but overall participating newsrooms had a high rate of satisfaction with the platform.</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, 05 Feb 2021 06:38: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: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: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:99:\"WPTavern: Call for Feedback on Theme Review Action, a New Automated WordPress Theme Testing Project\";s: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=111325\";s: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:241:\"https://wptavern.com/call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project?utm_source=rss&utm_medium=rss&utm_campaign=call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project\";s: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:5176:\"<img />GitHub output of Theme Review Action.\n\n\n\n<p class=\"has-drop-cap\">Automation. It is one of those dreams in the minds of many reviewers from the Themes Team. If there was a tool to take care of 90% of the issues, the team could focus on the 10% not easily found by automated scripts.</p>\n\n\n\n<p>Enter the <a href=\"https://github.com/WordPress/theme-review-action\">Theme Review Action</a> project. Steve Dufresne, a WordPress Meta team contributor, put out a <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">call for testing and feedback </a>of the new project on Monday.</p>\n\n\n\n<p>&ldquo;If we could combine some of the existing code analysis tools, automate away some of the manual testing and open them up to more development workflows, could we improve theme quality, alleviate pressure on manual testing, and speed up the theme review process?&rdquo; asked Dufresne.</p>\n\n\n\n<p>The project currently runs several test suites, including the current <a href=\"https://wordpress.org/plugins/theme-check/\">Theme Check</a> plugin. Theme authors can run the texts by running the NPX command in their theme folder, adding it as an action on GitHub, or cloning and running it locally. Running via NPX is not currently supported on Windows.</p>\n\n\n\n<p>Right now, theme authors are needed. Regardless of whether you are building themes for the directory, clients, third-party marketplaces, or a theme shop, this is an opportunity to give back to WordPress. It is also an opportunity to improve the tools that you could benefit from as a theme developer in the long term. Automated theme tests help the entire theme ecosystem.</p>\n\n\n\n<p>&ldquo;Theme authors need to be open to this and understand that it is not all about requirements,&rdquo; said Carolina Nymark, a Themes Team representative. &ldquo;It is about improving theme quality.&rdquo;</p>\n\n\n\n<p>The project was, in part, informed by a Themes Team <a href=\"https://make.wordpress.org/themes/2020/04/03/proposal-github-theme-review/\">proposal in early 2020</a>. Denis &#381;oljom identified three problems the team was fighting against:</p>\n\n\n\n<ul><li>People don&rsquo;t like to read requirements or handbooks.</li><li>Some of the issues that are popping up are repetitive and could be caught automatically.</li><li>Reviewing themes in Trac is really cumbersome.</li></ul>\n\n\n\n<p>The proposal&rsquo;s focus was on moving reviews to GitHub, focusing on the third point. However, the Theme Review Action project could be the start of handling one or more issues.</p>\n\n\n\n<p>The obvious solution is that the project can be automated. However, because the Theme Review Action project can be set as a GitHub Action, it leaves room for the team&rsquo;s GitHub review proposal.</p>\n\n\n\n<p>&ldquo;Two things I mentioned to Steve &mdash; and these are my opinions &ndash;, is that we need checks that run on theme upload and on live themes, and we need a long-term solution,&rdquo; said Nymark. &ldquo;There have been attempts to automate testing before that have not been followed through, and without a plan for how the tool will be used, I am worried about spending time on it.&rdquo;</p>\n\n\n\n<p>The team had hoped that the <a href=\"https://make.wordpress.org/themes/handbook/theme-sniffer/\">Theme Sniffer</a> project would lead to more automation at one point. It is hard to get hopes up after previous goals never came to fruition.</p>\n\n\n\n<p>&ldquo;I too have a similar concern where the project might not get enough adoption to make it to .ORG checking, and that is one of the reasons (other than just being super busy) that I haven&rsquo;t been able to prioritize looking at [Theme Review Action],&rdquo; said Themes Team rep William Patton.</p>\n\n\n\n<p>While the team and some theme authors still use the Theme Sniffer, the UI leaves a lot to be desired. Nymark pointed out that it was hard for theme authors to distinguish between the baseline requirements and recommendations.</p>\n\n\n\n<p>&ldquo;To display messages from automated tools that are not strictly requirements is very difficult to get right,&rdquo; she said. &ldquo;For example, if a tool started reporting CSS linting errors for the WordPress CSS coding standards, many people would find that too opinionated and limiting.&rdquo;</p>\n\n\n\n<p>Theme authors, the group that reaps the most financial and reputational benefits from the theme directory, have often been reluctant to chip in. Few companies spare an employee to perform reviews or work on tools that developers and the team need. Calls for testing, feedback, and discussion often go unanswered, leaving a select few to do the lion&rsquo;s share of the work. For this project to be successful and not feel like something foisted upon them down the road, theme developers need to be in the mix.</p>\n\n\n\n<p>In the <a href=\"https://wptavern.com/wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks\">first episode</a> of the WP Briefing podcast, WordPress Executive Director Josepha Haden Chomphosy talked about focusing on automation as one of this year&rsquo;s goals. If there is one team that could use such tools, it would be the Themes Team.</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, 04 Feb 2021 22:51:42 +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:\"Justin Tadlock\";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:109:\"WPTavern: New Report Estimates WordPress’ Market Share of US Higher Education Institution Websites at 40.8%\";s: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=111416\";s: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:255:\"https://wptavern.com/new-report-estimates-wordpress-market-share-of-us-higher-education-institution-websites-at-40-8?utm_source=rss&utm_medium=rss&utm_campaign=new-report-estimates-wordpress-market-share-of-us-higher-education-institution-websites-at-40-8\";s: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:2613:\"<p>A new <a href=\"https://www.eqafy.com/component/content/article/49-higher-education-research/315-us-university-and-college-content-management-systems-2021.html\">report</a> from eQAfy, a company that collects and analyzes data about higher education websites, has benchmarked which content management systems US institutions are using. The report is a snapshot of data from December 2020, sourced from the&nbsp;<a href=\"https://nces.ed.gov/\">National Center for Education Statistics</a>&nbsp;<a href=\"https://nces.ed.gov/ipeds/\">IPEDS database</a>. After scanning a list of 4,000 active institutions,  EQAfy&rsquo;s headless browser was able to detect the CMS for 3,359 homepages (83.8%).</p>\n\n\n\n<p>A market leading group of 12 content management systems made up 90% of the homepages eQAfy detected, including four open source solutions and eight proprietary solutions. WordPress captures 40.8% of the market, followed by Drupal at 19.1%, as measured across all institution types (public, private for profit, and private non-profit), levels (2-year and 4-year), and sizes.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>WordPress&rsquo; estimated market share for public institutions came in at 27%, and is much higher in the private for-profit institutions category at 55%. </p>\n\n\n\n<p>Looking at 2-year public higher education institutions by student population, WordPress falls to #3 at just 18.3%. Drupal leads the pack in that category with 29.2%, and proprietary CMS&rsquo;s take up the rest of the market. WordPress does much better in the category of 4-year private for-profit higher education institutions, capturing a staggering 75% of the market.</p>\n\n\n\n<p>When examining CMS suppliers for institutions by size, WordPress is the overall market leader but does far better in the smallest institutional size categories, with waning dominance in the large to very large categories.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The <a href=\"https://www.eqafy.com/component/content/article/49-higher-education-research/315-us-university-and-college-content-management-systems-2021.html#table-10-2-year-private-non-profit-institutions\">report</a> has more interesting data comparisons across different categories if you want to dig deeper. It&rsquo;s important to note that eQAfy only collected the main websites for these institutions, which may not be representative of the CMS that powers the schools&rsquo; ancillary websites. They are often created using a combination of platforms. This report covers only which CMS the schools preferred to use for the face of their institutions.</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, 04 Feb 2021 04:48:39 +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: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:64:\"WPTavern: FSE and WordPress Themes: What Does the MVP Look Like?\";s: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=111262\";s: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:169:\"https://wptavern.com/fse-and-wordpress-themes-what-does-the-mvp-look-like?utm_source=rss&utm_medium=rss&utm_campaign=fse-and-wordpress-themes-what-does-the-mvp-look-like\";s: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:8894:\"<p class=\"has-drop-cap\">Josepha Haden Chomphosy, the Executive Director of WordPress, <a href=\"https://make.wordpress.org/core/2021/02/01/full-site-editing-and-themes-where-things-are/\">posted a follow-up</a> to her <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">outline of the upcoming year</a>. Questions mounted about what a minimum viable product (MVP) looked like for Full Site Editing (FSE), which is expected to be ready in the Gutenberg plugin in April. The core team is also shooting for a June launch of FSE in WordPress when it ships WordPress 5.8.</p>\n\n\n\n<p>These seem like lofty goals, but members of the WordPress development and business community were left asking, &ldquo;What is an MVP for FSE?&rdquo; This is not a new question. Whether it is the swift pace of development, a communication breakdown, or so much of the project being hidden behind layer upon layer of GitHub issues, it can be hard to follow. There is no big webpage that spells out each step in minute detail of where the project is going. Information can sometimes feel scattered. This can give pause to third-party developers and business owners who need to know what to expect to update their products.</p>\n\n\n\n<p>Joost de Valk, the CPO of Yoast, <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/#comment-4975\">voiced his frustration</a> with the process in the comments. We later discussed this in more detail.</p>\n\n\n\n<p>&ldquo;I think FSE will change what a theme is, and, if it gets executed properly, will make it far easier to build a theme, as themes will be much smaller,&rdquo; he said. &ldquo;That brings the burden onto the community to come up with reliable methods of styling though, and conventions on class names or similar, to make styling work everywhere. I currently don&rsquo;t understand what is even considered as MVP for Full Site Editing, nor do I see any discussions about how it&rsquo;ll work with themes not purpose built for it, and that worries me.&rdquo;</p>\n\n\n\n<p>He shares some of the same concerns as others in the community who feel like there is no process in place for an MVP.</p>\n\n\n\n<p>&ldquo;And there is no such thing,&rdquo; he said. &ldquo;Vision without execution is just hallucination.&rdquo;</p>\n\n\n\n<p>Chomphosy said that she was aware of the interconnectedness. &ldquo;I also see that the information we have published isn&rsquo;t in a tidy and followable post that would help people make good decisions on behalf of 39% of the web,&rdquo; she said.</p>\n\n\n\n<p>She pointed to a <a href=\"https://github.com/WordPress/gutenberg/issues/24551\">ticket that lists six (now seven) milestones</a>. Each of those milestones, when taken together, represent where FSE needs to be for an MVP.</p>\n\n\n\n<p>&ldquo;Together they outline an architecture that allows the expression of a full theme using blocks and an editor capable of customizing that theme,&rdquo; she wrote. &ldquo;<strong>The MVP should make it possible to build a version of the Twenty Twenty-One theme, using only blocks, without any coding knowledge.</strong>&ldquo;</p>\n\n\n\n<p>The following is a breakdown of the milestones that need to reach completion before we see the first version of FSE land in WordPress:</p>\n\n\n\n<h2>Milestone 1: Infrastructure and UI</h2>\n\n\n\n<p>Perhaps the most crucial part of FSE is a <a href=\"https://github.com/WordPress/gutenberg/issues/24818\">workable site editor</a>. Merging the WordPress templating system into a cohesive UI is the foundation of the project. The underlying infrastructure handles how templates and template parts work. At this point, this foundation is in a reliable spot. It is all the features that build upon it that need more work. This milestone also includes getting the site-editing interface in place and handling multi-entity saving.</p>\n\n\n\n<p>The final leg of the milestone allows users to <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">edit templates</a> from within the post editor, effectively switching between content and design editing. The FSE Outreach Program recently <a href=\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\">tested this feature</a> to garner feedback after Gutenberg 9.6.</p>\n\n\n\n<h2>Milestone 2: Browsing</h2>\n\n\n\n<p>This milestone covers all of the work for <a href=\"https://github.com/WordPress/gutenberg/issues/24552\">navigating the UI</a> of the site editor. There are many moving parts, such as switching between pages, templates, template parts, global styles, and more. Users must know which element they are working on.</p>\n\n\n\n<p>This is the only milestone marked as completed. However, there is an open ticket for exploring the idea of a <a href=\"https://github.com/WordPress/gutenberg/issues/23328\">&ldquo;browsing&rdquo; mode</a> alongside the edit and select modes.</p>\n\n\n\n<h2>Milestone 3: Styling</h2>\n\n\n\n<p>For the most part, this milestone centers on the upcoming Global Styles system. The <a href=\"https://github.com/WordPress/gutenberg/issues/20331\">system creates a hierarchy</a> of how styles are applied to blocks from theme defaults to global user modifications, down to per-block style options.</p>\n\n\n\n<p>While much of the work is complete for an MVP, there are dozens of feature tickets in the backlog. This is also an area where the block system is years behind third-party page builders. Expect to see long-term feature additions based on post-launch feedback.</p>\n\n\n\n<h2>Milestone 4: Theme Blocks</h2>\n\n\n\n<p>Theme authors should keep a close eye on this ticket. The only way that block-based themes become a reality for most theme developers is if all <a href=\"https://github.com/WordPress/gutenberg/issues/22724\">template tags have a corresponding block</a> in the site editor. Or, at least if the most-used template tags do. Some of these functions are no longer applicable in the block editor. Theme developers should make sure they have the blocks they need to recreate anything they are building today.</p>\n\n\n\n<p>Admittedly, I am sad to see that blocks for Bookmarks/Links are unlikely to be moving forward. While the feature is deprecated, I am still nostalgic about the good ol&rsquo; blogroll days. Maybe this would be best left a plugin. A revival of the <a href=\"https://wordpress.org/plugins/link-manager/\">Link Manager</a> plugin could be in order.</p>\n\n\n\n<h2>Milestone 5: Query Block</h2>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/issues/24762\">Query block</a> and its corresponding Loop block are, in some ways, the most essential pieces of Full Site Editing. They handle what posts are loaded and how they are displayed. The feature is one of the more complex puzzles to solve. The Gutenberg development team has continued iterating on it for months, and it is now at a good baseline. However, it has miles to go before it can seriously handle all the things that theme authors need to do with it.</p>\n\n\n\n<p>Right now, the Query block only handles a handful of options for customizing the query. The team needs to determine what controls should be available in the sidebar for end-users and integrate the blocks with patterns for different types of post-list displays.</p>\n\n\n\n<h2>Milestone 6: Navigation Block</h2>\n\n\n\n<p>Aside from the Query block, Navigation is the only other block that requires <a href=\"https://github.com/WordPress/gutenberg/issues/27593\">its own milestone</a>. Navigation menu issues have plagued the WordPress project for well over a decade. It is one of the hardest things to get right. While nav menus in WordPress today are generally easy to work with, their design is not customizable by the end-user. The output is wholly at the theme author&rsquo;s discretion. Catering to the array of possible menu designs theme authors might want and making it customizable for the end-user is likely one of the toughest problems for the Gutenberg project.</p>\n\n\n\n<p>There are at least a couple of dozen sub-tickets that need contributors. Even then, it could be several versions later before the Navigation block is ready for the more complex patterns used in some themes today.</p>\n\n\n\n<h2>Milestone 7: Gradual Adoption</h2>\n\n\n\n<p>After the first six milestones representing the MVP are completed, WordPress needs a way to allow end-users and theme authors to gradually adopt FSE. Primarily, this would be a mix of block-based templates and traditional PHP-based templates. Developers should be allowed to update their themes without changing them wholesale, potentially leaving segments of their user base behind.</p>\n\n\n\n<p>Block-based widgets and navigation screens also fall under this milestone. Both features were punted to future releases after failing to land in 2020. However, these will be stepping stones for users who are not quite ready to switch to FSE or are unable to because of their theme.</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, 03 Feb 2021 22:55:56 +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:\"Justin Tadlock\";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:55:\"WordPress.org blog: WordPress 5.6.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9574\";s: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/2021/02/wordpress-5-6-1-maintenance-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8265:\"<p>WordPress 5.6.1 is now available!</p>\n\n\n\n<p>This maintenance release features&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.6.1&group=status&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">20 bug fixes</a> as well as&nbsp;7 issues fixed for the&nbsp;block&nbsp;editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-5.6.1.zip\">download WordPress 5.6.1 directly</a>, or visit the<strong>&nbsp;Dashboard → Updates</strong>&nbsp;screen&nbsp;and click&nbsp;<strong>Update Now</strong>. If your sites support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>WordPress 5.6.1 is a short-cycle maintenance release. The next major release will be&nbsp;<a href=\"https://make.wordpress.org/core/5-7/\">version 5.7</a>.</p>\n\n\n\n<p>To see a full list of changes, you can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.6.1&group=status&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">list on Trac</a>, read the&nbsp;<a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">5.6.1 RC1</a>&nbsp;post, or visit the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-6-1/\">5.6.1 documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.6.1 release was led by <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a>, <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sergeybiryukov</a> and <a href=\"https://profiles.wordpress.org/whyisjake/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>whyisjake</a>. Thanks to <a href=\"https://profiles.wordpress.org/metalandcoffee/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>metalandcoffee</a> and <a href=\"https://profiles.wordpress.org/hellofromtonya/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>hellofromtonya</a> for running bug scrubs, <a href=\"https://profiles.wordpress.org/planningwrite/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>planningwrite</a> and <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a> for their help on the release post.</p>\n\n\n\n<p>Props to everyone who helped make WordPress 5.6.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</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, 03 Feb 2021 21:30:51 +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:9:\"Jb Audras\";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:51:\"WPTavern: WordPress 5.7 Beta 1 Is 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=111333\";s: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:147:\"https://wptavern.com/wordpress-5-7-beta-1-is-ready-for-testing?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-7-beta-1-is-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:3105:\"<p><a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> was released this week on schedule and is ready for wider testing. This release will introduce <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..02%2F03%2F2021&type=enhancement&type=feature+request&milestone=5.7&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">68 new features and enhancements</a>, dozens of bug fixes, and versions 9.3 &ndash; 9.9 of the Gutenberg plugin. </p>\n\n\n\n<p>A few of the highlights expected in 5.7 include the following: </p>\n\n\n\n<ul><li><strong>Lazy-load iframes</strong>: When WordPress 5.4 added lazy loading for images, contributors discussed extending this to iframes as well. Now that the&nbsp;<code>loading</code>&nbsp;attribute on&nbsp;<code>iframe</code>&nbsp;tags has been added to the HTML standard, it will be supported in core in 5.7. </li><li><strong>Streamlined migration from HTTP to HTTPS</strong>: WordPress can now detect if a user&rsquo;s hosting environment supports HTTPS and <a href=\"https://wptavern.com/wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https\">enables a one-click update process</a>, handling mixed content rewrites where possible. </li><li><strong>Standardize colors used in WP-Admin CSS to a single palette</strong>: WordPress is <a href=\"https://wptavern.com/skinning-the-wordpress-admin-css-custom-properties-on-the-way\">implementing a CSS custom properties system</a> that will make it easier to add custom color schemes.</li><li><strong>Ongoing cleanup after update to jQuery 3.5.1</strong></li><li><strong>New Robots API</strong>: <a href=\"https://core.trac.wordpress.org/changeset/49992\">This new API</a> allows developers to centrally manage the content of the&nbsp;<code>robots</code>&nbsp;meta tag injected into the page, and includes a setting to toggle whether search engines are allowed to display large media from the site. By default, a&nbsp;<code>max-image-preview:large</code>&nbsp;robots directive which will be injected into the&nbsp;<code>robots</code>&nbsp;meta tag based on the new setting.</li></ul>\n\n\n\n<p>These features need testing, along with the host of updates rolling over from the Gutenberg plugin. The editor is getting the most visible enhancements in 5.7, with features like dragging blocks and block patterns from the inserter into the canvas, major improvements to the buttons block, new social icons, and much more.</p>\n\n\n\n<p>The official release is expected in just under five weeks on March 9, 2021. Testing is a critical part of the process for making WordPress better with each update. The easiest way to get in on that is to install the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (set to the&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<code>Beta/RC Only</code>&nbsp;stream), or download and install the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a> of the beta version.</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, 03 Feb 2021 18:54:13 +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: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:56:\"WordPress.org blog: The Month in WordPress: January 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9632\";s: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/2021/02/the-month-in-wordpress-january-2021/\";s: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:11649:\"<p>For WordPress, 2021 started on a high note. Read on to learn about updates from last month.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress release updates</h2>\n\n\n\n<p>WordPress project executive director — Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">shared big picture goals for WordPress in 2021</a>. Highlights include shipping&nbsp; Full Site Editing&nbsp; — first on the Gutenberg plugin in April 2021&nbsp; and later in core (with WordPress 5.8), improved learning opportunities on learn.wordpress.org, and better tooling for contributors. As per the updated <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a>, WordPress version 5.7 is planned to launch in March 2021 and WordPress 5.8 in June 2021. Some related updates:</p>\n\n\n\n<ul><li>Contributor teams are working on <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">an updated admin color palette for WordPress 5.7</a> that will be more accessible and easy to read.&nbsp;</li><li>The Core team is working on a proposal to <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">align WordPress release cycles with industry standards</a>.&nbsp;</li><li>WordPress 5.6.1 <a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">Release Candidate 1</a> is out. This release is set to launch by<a href=\"https://make.wordpress.org/core/2021/02/02/a-week-in-core-february-1-2021/\"> February 3, 2021</a>. Questions and answers for <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">WordPress 5.6</a> are now <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">available on GitHub</a>. Contact the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel in the WordPress Slack, if you would like to contribute.</li><li>The <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> release is out! Download the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip file</a> or use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">beta tester plugin</a> to test it out.&nbsp;</li></ul>\n\n\n\n<p>Want to be involved in the next release? You can help build WordPress Core by following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a> and joining the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal to return to in-person WordPress events in safe locations</h2>\n\n\n\n<p>The Community team is <a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\">discussing an updated proposal</a> to create a decision-making checklist for meetup organizers. The proposal is aimed at locations that have more effectively contained COVID-19 (such as New Zealand and Taiwan, for instance) so that local meetup groups in these areas can organize safe, in-person events. According to the proposal, in-person meetup organizers should review local/global health instructions based on resources and complete a checklist — which recommends whether to organize an event or not based on the organizer’s inputs and other factors. Compulsory safety precautions should be taken for any in-person meetup, and participants/organizers can share event feedback with WordCamp Central. The proposal is still being discussed, so if you have any thoughts, please<a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\"> share them in the comments</a>. <strong>Please note: WordPress meetups and WordCamps are still online at this time and will continue to remain online until further notice.</strong></p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog</a>, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RQC7RN\">#community-events</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a local WordPress community event, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>.&nbsp;</p>\n\n\n\n<h2>Gutenberg 9.7 and 9.8</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">Version 9.7</a> on January 6th and <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">Version 9.8</a> on January 20th. Version 9.7 allows users to drag block patterns from the inserter right into a desired position within the editor. It also has a new block variations feature and several improvements to reusable blocks. Version 9.6 makes the spacer block semi-transparent, adds a variation icon to the block switcher, adds site editor content to an iframe, and stabilizes Full Site Editing (FSE) by removing the auto drafts feature. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can find out more about the Gutenberg roadmap in the latest <a href=\"https://make.wordpress.org/core/2021/02/01/whats-next-in-gutenberg-february-2021/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<h2>Inviting Learn WordPress Contributors</h2>\n\n\n\n<p>Contributor teams working on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> initiative are asking for <a href=\"https://learn.wordpress.org/contribute/\">new workshop presenters and discussion group facilitators</a>. The Training Team is recruiting<a href=\"https://make.wordpress.org/training/2021/01/27/learn-wordpress-working-group-call-for-handbook-volunteers/\"> volunteers for the Learn WordPress handbook</a> and has put up a <a href=\"https://make.wordpress.org/training/2021/01/29/request-for-testing-slides-plugin/\">call for testing for the slides plugin</a> to identify a simplified way to present slides. The Polyglots Team has floated a proposal to <a href=\"https://make.wordpress.org/polyglots/2021/01/13/proposal-translating-learn-wordpress/\">translate Learn WordPress</a>. The Meta Team is exploring the possibility of <a href=\"https://make.wordpress.org/meta/2021/01/03/protecting-childrens-privacy-on-wordpress-through-the-lens-of-coppa/\">making Learn WordPress (and wordpress.org) COPPA-compliant</a> to host workshops aimed at kids. </p>\n\n\n\n<p>Want to contribute to the Training team? Follow the <a href=\"https://make.wordpress.org/training/\">Training team</a> blog, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RW657Q\">#training</a> channel in the Make WordPress Slack.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">Round 1</a> of the Full Site Editing (FSE) outreach program <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">has wrapped up</a>. As a result, gaps were identified in the Gutenberg 9.6 template-switching experience &#8211; you can follow the issues in GitHub. You can follow issues in GitHub and submit questions to the team. The program identified gaps in the current template-switching experience that shipped with Gutenberg 9.6. You can follow the <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">issues reported in GitHub</a>. Do you have questions about the FSE program? You can now <a href=\"https://make.wordpress.org/test/2021/02/02/fse-program-bring-your-questions/\">submit them here as part of the outreach program</a>.</li><li><a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> — A cross-team initiative led by the Marketing team to highlight WordPress contributors is back with <a href=\"https://wordpress.org/news/2021/01/people-of-wordpress-thelma-mutete/\">a post featuring Thelma Muelte of Zimbabwe</a>. If you are an active contributor to a WordPress.org team or a local WordCamp, contact the Marketing Team with the #ContributorStory tag to be featured in the series.</li><li>Joseph Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) launched a podcast titled <a href=\"https://wordpress.org/news/2021/02/welcome-to-your-wp-briefing/\">WP Briefing</a> which is aimed at WordPress users, builders, and contributors of all levels. The podcast &#8211; which is available on all major platforms, will include overviews of WordPress philosophy, community success stories, and major updates. </li><li>The Plugin team has added a requirement that <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">plugins in the WordPress repository must not make changes to the default auto-update settings on a site</a>. The only exception to this requirement is for those plugins that manage auto-updates.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India 2021</a> — a regional online WordCamp has begun. It’s running over three weekends and started with <a href=\"https://india.wordcamp.org/2021/workshops/\">Multilingual workshop sessions on January 30 and 31</a>. The workshops <a href=\"https://india.wordcamp.org/2021/workshops/\">can be found on the event site</a> and will soon be featured on <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. <a href=\"https://india.wordcamp.org/2021/tickets/\">Tickets are still available</a> for the event —which will have a contribution event on February 6-7, followed by sessions on February 13th and 14th. </li><li>The WordPress Foundation has <a href=\"https://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\">invited applications for online do_action hackathons and encouraged folks to organize online open-source workshops</a> in 2021.</li><li>The Themes Team shared a post on the usage of the “Report this theme” button in 2020. The team is also <a href=\"https://make.wordpress.org/themes/2021/01/25/call-for-maintainers-theme-unit-test/\">looking for maintainers</a> for its <a href=\"https://codex.wordpress.org/Theme_Unit_Test\">Theme unit test</a>.</li><li>The Meta Team has launched an initiative to <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">facilitate automated theme testing</a> and is <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">requesting feedback</a>.</li><li>Members of the Core Team are <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">considering a “stale bot”</a> to close out stale issues in the Gutenberg GitHub repository.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></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:\"Wed, 03 Feb 2021 15:01:17 +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:\"Hari Shanker R\";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:36:\"HeroPress: Discover Where You Belong\";s: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=3469\";s: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://heropress.com/essays/discover-where-you-belong/#utm_source=rss&utm_medium=rss&utm_campaign=discover-where-you-belong\";s: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:7102:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/020221-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I discovered that the way forward was to create spaces for others.\" /><p>My path to WordPress is, like so many stories, a twisty road lined with both struggle and good fortune. And yet, when I reflect on what led me here, it simply comes down to the common threads that bind us together as a community: the desire to make meaningful connections, the ability to do amazing things together, and the very human comfort that comes with knowing that I belong here.</p>\n<h3>It starts here</h3>\n<p>Just before I made my way into this world, my parents immigrated from Taipei, Taiwan to San Diego, USA. Growing up, I held a level of pride in being first generation which warred against a long list of discomforts that, as a kid, I couldn’t fully comprehend. That unlike my school mates, I rarely saw my extended family. That my English didn’t sound like that of my Californian friends, nor did my Mandarin mirror my Taiwanese cousins’. That cultural norms at friends’ homes were diametric experiences from my home.</p>\n<p>I realize that this sounds like I had a challenging, confusing childhood, but I assure you that I had a good time growing up. My folks are loving and made sure I had opportunities whenever possible. I always have had wonderful friends who generously share their lives and love my quirks. And, I have a brother who, despite being far smarter than I will ever be, still puts up with my big sister act.</p>\n<p>My point is that, it was painfully clear to me where I couldn’t fit in. Like many third culture kids, my perplexing cultural foundation had a profound impact on my values, and created importance around the concept of belonging, something I still hold to this day, and which pushed me along my way to WordPress.</p>\n<h3>The twisty road</h3>\n<p>I was terrible at college. I had no sense of what I wanted to do with my life, and drifted from major to major until I found myself entirely broke and rudderless. It was 2010, and with minimal job experience and 45 credits short of a degree, I desperately applied for jobs, taking the first that offered me a full time position.</p>\n<p>It was a pivotal moment in my life. The job gave me purpose, and I actually felt like I was good at something for a change. I worked closely with my boss and mentor, a highly regarded commercial real estate advisor with a warm heart and penchant for dad jokes. What set him apart was his belief in community values: the importance of education, humility, empathy, good stewardship, qualities that made him a respected leader in many circles. Over the ensuing years, I would finish my degree. But the lessons that meant the most were learned by following my mentor’s example, and would later translate well to open source leadership.</p>\n<p>Meanwhile, I began volunteering with renewed passion: sorting clothes at homeless shelters, working on literacy programs, teaching English at the library, serving meals, maintaining trails, building homes. I fund raised and coordinated volunteer events. Eventually, I joined advisory boards and committees of a few nonprofits, and became enamored of the strategic, thoughtful work that came with these roles.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/HfH-Nicaragua.jpg\"><img /></a>Building homes in Estelí, Nicaragua. One of my favorite volunteer memories!\n<p>Ideas around positive change and impact through community initiatives blossomed in my mind. Driven by strongly held values, I continued to help and was welcomed at every turn. I learned that it was people who could create spaces in which anyone, everyone could belong and add value by virtue of being a unique, enthusiastic human being. I wanted to create these spaces.</p>\n<h3>Finding WordPress</h3>\n<p>Now, it is a true story that I also found my way to WordPress through my partner, and that WordPress brought us together. We met through a mutual friend, and when I realized that he could build me a website, I asked him to do so for work. Arguably, one of my first experiences with WordPress could be described either as sharing what my site required with my developer, or innocently flirting with my future partner. The joke I like to tease him with is that I needed someone to maintain the site, so I married him.</p>\n<p>The other truth was that, after eight years of volunteering and lessons in leadership, my passion had turned to community building. I wanted a career in creating sustainable communities where people were openly welcomed, and members tangibly feel that they belong and experience joy in their participation.</p>\n<p>Simultaneously, working with my WordPress site also reinforced my sense of belonging to something bigger. Despite not having any technical background (y’all, my degree is in English), I was able to not just publish with WordPress, but have a functional site that worked incredibly well for my purposes. I saw WordPress as a way for anyone to have a voice online, and as a result, I was also drawn to the idea of creating these tools that non-developers, like myself, could use in an increasingly online world.</p>\n<p>By that point, my WordPress developer had become my fiancé, and he once again suggested a WordPress-based solution, this time for my career needs. Just before we married, he forwarded a job opportunity with Automattic as a sponsored community organizer within the WordPress open source project. It was a perfect match.</p>\n<p>And that is how, in 2018, after going through the standard Automattic interview process (another story that I’m happy to share with anyone interested) I found myself a community organizer for the WordPress Project.</p>\n<h3>Where do we go now?</h3>\n<p>I’ve only been in my current role for two and a half years, but during this time, my belief in the power of resilient communities has only grown, fortified by supporting meetup and WordCamp organizers, bolstered by working on diversity initiatives, and humbled by opportunities to serve teams as their lead, mentor, or member. I’ve met and worked with so many phenomenal community members, full of passion and creativity, and have loved every minute of what we do together.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/WCUS-2019.jpg\"><img /></a>The WordCamp US 2019 team. I miss you all so much!\n<p>More than anything, what excites me the most is that we still have so much more we can achieve together. Personally, I also still have much to learn, about community growth, about WordPress, and about every individual who seeks to add WordPress to their story.</p>\n<p>In seeking out where I belong, I found WordPress, and I discovered that the way forward was to create spaces for others &#8211; I invite you to do that with me.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/discover-where-you-belong/\">Discover Where You Belong</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, 03 Feb 2021 07:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Angela Jin\";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:21:\"Matt: Compounding Ice\";s: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:22:\"https://ma.tt/?p=53641\";s: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:38:\"https://ma.tt/2021/02/compounding-ice/\";s: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:1899:\"<p>I learned something novel about how the ice age happened from this <a href=\"https://www.collaborativefund.com/blog/the-freakishly-strong-base/\">Freakishly Strong Base post by Morgan Housel</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The prevailing idea before [Wladimir] Köppen was that ice ages occur when the earth’s tilt supercharges the wrath of cold winters. Köppen showed that wasn’t the case. Instead, moderately cool summers are the culprit.</p><p>It begins when a summer never gets warm enough to melt the previous winter’s snow. The leftover ice base makes it easier for snow to accumulate the following winter, which increases the odds of snow sticking around in the following summer, which attracts even more accumulation the following winter. Perpetual snow reflects more of the sun’s rays, which exacerbates cooling, which brings more snowfall, and on and on.</p><p>You start with a thin layer of snow left over from a cool summer that no one pays much attention to, and after a few tens of thousands of years the entire earth is covered in miles-thick ice.</p></blockquote>\n\n\n\n<p>Fascinating! The blog goes on to apply the idea to that strong base, accumulating a bit at a time, to investing and business. The power of compounding seems appropriate to share on <a href=\"https://www.aboutamazon.com/news/company-news/email-from-jeff-bezos-to-employees\">the day Jeff Bezos announced his retirement</a>.</p>\n\n\n\n<p>I&#8217;ll leave you with one of my favorite quotes from Charlie Munger, which is also how the <a href=\"https://www.collaborativefund.com/blog/the-freakishly-strong-base/\">article ends</a>: </p>\n\n\n\n<blockquote><p>&#8216;The first rule of compounding: never interrupt it unnecessarily.&#8217;</p><cite>Charlie Munger</cite></blockquote>\n\n\n\n<p><em>The iceberg photo is one <a href=\"https://ma.tt/2011/08/glacier/\">I took near Svalbard in 2011</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:\"Wed, 03 Feb 2021 01:44:42 +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:4:\"Matt\";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:40:\"WordPress.org blog: WordPress 5.7 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9599\";s: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/2021/02/wordpress-5-7-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7617:\"<p>WordPress 5.7 Beta 1 is now available for testing! <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" /></p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.7 Beta 1 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for final release is March 9, 2021. That’s just <strong>five weeks away</strong>, so your help is vital to making sure that the final release is as good as it can be.</p>\n\n\n\n<p>So what’s new? <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"🤔\" class=\"wp-smiley\" /></p>\n\n\n\n<h2><strong>Improvements in Core</strong></h2>\n\n\n\n<p><strong>Lazy-load iframes</strong><br />Now you can enable lazy-loading of iframes by adding the <code>loading=\"lazy\"</code> attribute to iframe tags on the front-end.&nbsp;</p>\n\n\n\n<p><strong>Migrating from HTTP to HTTPS is streamlined</strong><br />Switching a WordPress site from HTTP to HTTPS has proven to be a pain for all involved. While on the surface, the Site Address and WordPress Address have to be updated, content with embedded HTTP URLs remains unchanged in the database. With this release, migrating a site to HTTPS is now a one-click interaction. URLs in the database are automatically replaced when the Site and WordPress Address are both using HTTPS.&nbsp; Also, Site Health now includes an HTTPS status check.</p>\n\n\n\n<p><strong>Standardize colors used in WP-Admin CSS to a single palette</strong><br />This change collapses all colors used in the CSS to one of the available shades of blue, green, red, yellow, grey, black, and white. The palette makes it simpler than ever to build components your users can read, because half the range gives you great contrast with white type and a half with black, according to current accessibility guidelines.</p>\n\n\n\n<p><strong>Ongoing cleanup after update to jQuery 3.5.1</strong><br />jQuery deprecations in WordPress Core and bundled themes show up a lot less often, and the notifications make more sense to the user.</p>\n\n\n\n<p><strong>New Robots API</strong><br />The new Robots API allows the filter directives to be included in the ‘robots’ meta tag. Also, the directive <code>max-image-preview:large</code> is now included by default to allow large image previews to be displayed in search engines (unless the blog is marked as not being public).</p>\n\n\n\n<h2><strong>Improvements in the Editor</strong></h2>\n\n\n\n<ul><li>Inserter drag and drop: Blocks and block patterns can now be dragged directly from the inserter into the post canvas.</li><li>Full height alignment: Blocks such as the Cover block now can have an option to expand to fill the entire viewport.</li><li>Block variations: The icon and description of a block variation is now shown in the block inspector, and a new dropdown in the block inspector lets you switch between block variations.</li><li>Reusable blocks: Several enhancements to the usability and stability of reusable blocks have been made, and reusable blocks are now saved at the same time that the post is saved.</li><li>Buttons block: The Buttons block now supports vertical alignments, and you can set the width of a button to a preset percentage.</li><li>Social Icons block: You can now change the size of the icons in the Social Icons block.</li><li>Font size in more places: You can now change the font size in the List and Code blocks.</li><li>Many many other enhancements and bug fixes. To see all of the features for each release in detail check out the Gutenberg release posts: <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">9.3</a>, <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">9.4</a>, <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">9.5</a>, <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a>, <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">9.7</a>, <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">9.8</a>, and 9.9 (link forthcoming).</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the Make WordPress Core blog for 5.7-related developer notes in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..02%2F03%2F2021&milestone=5.7&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">143 tickets in WordPress 5.7</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..02%2F03%2F2021&type=enhancement&type=feature+request&milestone=5.7&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">68 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricker</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jeffpaul</a>, and <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a> for your peer revisions and <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>, and <a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> for final review on this exciting news.</em></p>\n\n\n\n<p>____________________________________</p>\n\n\n\n<p><em>New Year, new goals<br />Each day, one small step<br />It’s the little things&#8230;</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:\"Tue, 02 Feb 2021 22:31: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:13:\"Ebonie Butler\";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:72:\"WPTavern: Skinning the WordPress Admin, CSS Custom Properties on the Way\";s: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=111327\";s: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:187:\"https://wptavern.com/skinning-the-wordpress-admin-css-custom-properties-on-the-way?utm_source=rss&utm_medium=rss&utm_campaign=skinning-the-wordpress-admin-css-custom-properties-on-the-way\";s: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:4912:\"<p class=\"has-drop-cap\">Using CSS custom properties for the WordPress admin color scheme system is listed for the WordPress 5.7 milestone. It feels low-key enough that most would pass it over as a simple upgrade to keep up with the times. However, this feature can create ripples that spread and benefit the ecosystem in the years to come.</p>\n\n\n\n<p>Kirsty Burgoine, a front-end developer at Human Made, announced the <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">introduction of CSS custom properties</a> for the WordPress admin. The initial work landed in a ticket for <a href=\"https://core.trac.wordpress.org/ticket/49999\">iterating on the admin color schemes</a>. The first stage reduced the color palette from 199 colors down to 99, creating a more reasonable list to work from.</p>\n\n\n\n<img /><a href=\"https://codepen.io/ryelle/full/WNGVEjw\">WordPress color palette</a> by Kelly Choyce-Dwan.\n\n\n\n<p>The second stage will look at how to implement a CSS custom properties system that makes sense. That means doing the dreaded work of <em>naming things</em>. The Core CSS team is currently looking for feedback on how to best handle property names going forward and are open to alternative implementation suggestions.</p>\n\n\n\n<p>Once custom properties are in place, the new system could open a world of possibilities in the long term.</p>\n\n\n\n<h2>Thinking Ahead</h2>\n\n\n\n<p class=\"has-drop-cap\">My hopes of having WordPress admin themes have lived and died on each piece of news around custom color schemes, imaginative mockups, and the general hype of projects that never lived up to their promise. I may well be getting my hopes up again.</p>\n\n\n\n<p>Developers have been able to register custom admin color schemes since WordPress 2.5, but it was never an ideal system.</p>\n\n\n\n<p>One of my favorite plugins is <a href=\"https://wordpress.org/plugins/admin-color-schemes/\">Admin Color Schemes</a>, which is maintained by designers from the core WordPress team. It adds several schemes for users to choose from.</p>\n\n\n\n<img />Cruise scheme from the Admin Color Schemes plugin.\n\n\n\n<p>Sass, which is used to generate the admin color schemes in core today, has simplified the process. However, third-party developers still need to make sure their custom schemes remain updated between WordPress versions. The system is not built to protect against future compatibility issues.</p>\n\n\n\n<p>CSS custom properties change the game. With their widespread use and compatibility with modern browsers, custom admin theming &mdash; at least color scheming &mdash; is much more of a reality.</p>\n\n\n\n<p>I have not been this excited about the possibility of something new since Tung Do released his <a href=\"https://wptavern.com/dp-dashboard-an-alternative-wordpress-admin-design\">short-lived DP Dashboard plugin</a> in 2013. Now, a few days shy of eight years since its initial beta testing phase, I once again have some hope.</p>\n\n\n\n<img />Original beta design of the DP Dashboard plugin.\n\n\n\n<p>Given the little wisdom I have accumulated over the years, I now see that completely custom admin themes never led to the right path. I am happy we never went down it. Administration UIs need to work consistently for users and adapt to changes over time. Custom themes were a maintenance nightmare every time WordPress added a feature. However, a system built on CSS custom properties means that customizations do not break &mdash; or break far less often &mdash; as the software&rsquo;s UI evolves.</p>\n\n\n\n<p>While the focus right now is on color schemes, nothing is stopping WordPress from moving onto other features in the future. It is possible to set up a global styles system for designers to skin the admin in all kinds of interesting ways without breaking anything. Minor options like the border-radius of buttons, font-family choices, or heading font-sizes would be easy to roll in over time.</p>\n\n\n\n<p>As the block system continues to replace parts of the WordPress admin, custom admin skins will be far easier to maintain. Because everything in the block system is built as a component, it better future-proofs against back-compatibility issues.</p>\n\n\n\n<p>There is a long and winding path toward a feature-complete admin skinning system. However, it is not outside the realm of possibility.</p>\n\n\n\n<p>I look forward to the day when theme authors can easily roll out admin designs that match the front end. Perhaps integration with the block system&rsquo;s <code>theme.json</code> is a possibility. I would not mind seeing a separate admin theme directory in the future either. The use case may be too niche at this point, but it never hurts to keep the idea in the back of everyone&rsquo;s mind.</p>\n\n\n\n<p>If nothing else, the move to custom properties lets the team clean up the admin CSS and makes it easier to add custom color schemes. That is a win for the WordPress project.</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, 02 Feb 2021 22:16: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:14:\"Justin Tadlock\";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:73:\"WPTavern: WordPress 5.7 Will Make It Easier to Migrate From HTTP to HTTPS\";s: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=111377\";s: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:191:\"https://wptavern.com/wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https\";s: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:2593:\"<p>The next major release of WordPress will make it much easier for users to <a href=\"https://core.trac.wordpress.org/changeset/50131\">migrate their sites from HTTP to HTTPS</a>. It introduces new capabilities to detect if the user&rsquo;s hosting environment has support for HTTPS and provides a one-click update process, handling mixed content rewrites where possible.</p>\n\n\n\n<p>&ldquo;A major pain point in WordPress has been the migration of a WordPress site from HTTP to HTTPS: While changing the Site Address and WordPress Address to use HTTPS is trivial, updating references to the old URLs in existing content is not,&rdquo; WordPress Core Committer Felix Arntz said in the <a href=\"https://core.trac.wordpress.org/ticket/51437\">ticket</a> proposing the feature. &ldquo;It cannot be accomplished within core UI and requires use of more advanced tools, such as WP-CLI or plugins like Better Search Replace, which is a no-go for most users.&rdquo;</p>\n\n\n\n<p>In WordPress 5.6, there is no clear guidance in the Site Health screen about how to migrate to HTTPS, even though it shows as an issue. The user would need to learn more about how to update it manually, starting with changing the site URLs. </p>\n\n\n\n<p>In WordPress 5.7, if HTTPS is supported, the Site Health Status screen will notify users and guide them with a new button that updates the site with a single click. It also migrates the site content on the fly to use HTTPS for URLs. Arntz recorded a video demo of the update:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>This change also comes with new environment variables and filters that allow hosting providers to change the URLs linked in the HTTPS status check in Site Health, so they can more effectively manage it for their customers&rsquo; hosting options. This is similar to how hosts can modify URLs for updating the PHP version, which has had a positive impact on getting sites running on supported versions of PHP.</p>\n\n\n\n<p>It&rsquo;s important to note that the streamlined HTTP to HTTPS migration in 5.7 does not handle updating content in the database. Also, if a site&rsquo;s URLs are controlled by constants, the update is not possible to complete automatically. In these instances, the HTTPS status check on the Site Health screen will inform the user why the site would need to be manually updated.</p>\n\n\n\n<p>More technical details are available in the <a href=\"https://core.trac.wordpress.org/ticket/51437\">ticket</a> and<a href=\"https://core.trac.wordpress.org/changeset/50131\"> commit message</a>, and a dev note should be forthcoming.</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, 02 Feb 2021 19:08:50 +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: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:44:\"WPTavern: Block Manager Redesign Coming Soon\";s: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=111349\";s: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:133:\"https://wptavern.com/block-manager-redesign-coming-soon?utm_source=rss&utm_medium=rss&utm_campaign=block-manager-redesign-coming-soon\";s: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:4379:\"<p>WordPress&rsquo; block management interface was <a href=\"https://wptavern.com/gutenberg-5-3-introduces-block-management-adds-nesting-to-the-cover-block\">introduced in Gutenberg 5.3</a>, released in March 2019, and is due for an update. In case you haven&rsquo;t explored the editor&rsquo;s Tools menu, the block manager setting allows you to select which blocks will be shown or hidden in the block inserter.</p>\n\n\n\n<p>Last week, Automattic engineer Nik Tsekouras opened a new issue in the Gutenberg repository for tracking <a href=\"https://github.com/WordPress/gutenberg/issues/28572\">block manager enhancements</a>. A few planned enhancements are already on deck, including moving the block manager into the Preferences Modal, redesigning it to use panels, and adding support for <a href=\"https://github.com/WordPress/gutenberg/issues/27708\">toggling block variations</a> on and off.</p>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/pull/28329\">updated Preferences Modal</a> is expected in the&nbsp;<a href=\"https://github.com/WordPress/gutenberg/milestone/141\">Gutenberg 9.9</a>&nbsp;milestone, which will be included in WordPress 5.7. (Gutenberg versions 9.3 &ndash; 9.9 will be rolled into the release.) Moving the block manager into its future home inside the Preferences modal will be completed in a follow-up PR, since it needs to be refactored to use the panels design. Tsekouras shared a gif of the design plan for this update:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://cloudup.com/ccaOScZFCHe\"><img src=\"https://cldup.com/AlD8gnb5Wn.gif\" alt=\"Block manager update\" width=\"3002\" height=\"2288\" /></a>\n</div>\n\n\n\n<p>In the discussion on the tracking issue, Birgit Pauli-Haack requested that the updated block manager also include information about how many times each particular block is used on the site. She <a href=\"https://github.com/WordPress/gutenberg/issues/28572?mc_cid=e944847429&mc_eid=68ffa9a210#issuecomment-770220305\">described</a> a common scenario where this feature could be helpful:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>We recently took a site live were multiple team members collaborated designing the site and adding content, each aiming for the best outcome with blocks.</p><p>Some installed additional blocks from plugins to test and provide options or just do a proof of concept.</p><p>Before we took the site live, we noticed there are now 148 blocks available over 4 additional plugins + core.</p><p>We now have no way to find out which blocks were used over 40 pages and posts. I looked at a few Block managers plugins and none seems to be able to provide an answer to a fairly basic question:<br />Which blocks did we actually use throughout the site?</p><p>We would need the information to decide on which plugin can we safely uninstall.and which should we keep.</p><p>A revamp of Block managers could &ndash; and should- provide an answer.</p></blockquote>\n\n\n\n<div class=\"wp-block-image\"><img />An example of instances displayed in the Find My Blocks plugin</div>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/find-my-blocks/\">Find My Blocks</a> plugin, created by Eddy Sims, offers a more advanced version of what Pauli-Haack is requesting. It has its own dedicated settings page for displaying a list of the block types in use on the site, along with the number of times each has been used, posts/pages where the blocks are in use, if it is a reusable block, a nested block, and much more information. Pauli-Haack suggests the block manager simply show the number of instances where the block is in use.</p>\n\n\n\n<p>As the block editor becomes more widely adopted, it is going to become imperative for users to be able to see, at a glance, the number of instances where a block is in use. Right now, even those who adopted the block editor right away haven&rsquo;t been using it for more than a few years. Long term, after years of adding blocks, people are going to need more information when managing them, and they may not know about utility plugins like Find My Blocks. </p>\n\n\n\n<p>Discussion is still open on the topic Pauli-Haack raised regarding block manager enhancements. You can subscribe to the new block manager enhancements <a href=\"https://github.com/WordPress/gutenberg/issues/28572\">tracking issue</a> if you want to follow the progress on updates coming in the next few months.</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, 02 Feb 2021 04:14:29 +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:81:\"WPTavern: WordPress Launches WP Briefing Podcast, Episodes Expected Every 2 Weeks\";s: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=111330\";s: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:205:\"https://wptavern.com/wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks\";s: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:5097:\"<p class=\"has-drop-cap\">True to its name, the <a href=\"https://wordpress.org/news/podcast/welcome-to-your-wp-briefing/\">first WP Briefing podcast</a> lasted just over 12 minutes. Josepha Haden Chomphosy, the Executive Director of WordPress, jump-started the second month of 2021 with a show that should arrive on the our doorstep every two weeks. With what seems to be overwhelming <a href=\"https://twitter.com/WordPress/status/1356271101559656453\">positive support on Twitter,</a> the podcast was welcomed by the WordPress community.</p>\n\n\n\n<p>This will be different from many other podcasts in the WordPress ecosystem. It will not cater specifically to a developer audience. Chomphosy also said there would be no hot-takes <a href=\"https://twitter.com/JosephaHaden/status/1356277030921244672\">on Twitter</a>. &ldquo;Just bite-sized chunks about the WordPress OSS project and the how/why around what it does.&rdquo;</p>\n\n\n\n<p>The show promises to be short. And, because it will only come around every fortnight, it gives people time to keep up to date at their leisure.</p>\n\n\n\n<p>&ldquo;You can think of this as a sort of WordPress appreciation for any level &mdash; and honestly, all levels of WordPress awareness,&rdquo; said Chomphosy of the podcast&rsquo;s purpose. &ldquo;Bite-sized insights into what makes it all work. &ldquo;</p>\n\n\n\n<p>Chomphosy will be running the show every couple of weeks and plans to follow a specific format of three segments:</p>\n\n\n\n<ol><li>An easy-to-digest overview of a cool WP philosophy.</li><li>A highlight of a community success story or a noteworthy contributor.</li><li>A small list of big things to know about (or do) in the coming weeks.</li></ol>\n\n\n\n<p>Guest speakers may join the show from time to time to cover specific topics when their expertise is warranted.</p>\n\n\n\n<p>A common theme in the past few years, particularly as the pace of block development has quickened, is that many people find it hard to keep up with the project. Even those who are neck-deep in WordPress development can feel a little lost at times. A podcast built on the idea of keeping the community in the loop may even be a bit overdue.</p>\n\n\n\n<p>&ldquo;It&rsquo;s been on my list of needs since late 2017, but hasn&rsquo;t been my highest priority during that time,&rdquo; said Chomphosy. &ldquo;It&rsquo;s been years since WordPress has been small enough for any single, part-time contributor to keep track of what&rsquo;s next. Contributors across the project are doing excellent work to communicate efficiently about the work we&rsquo;re all focused on, but it never hurts to lend some clarification where possible.&rdquo;</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/seriously-simple-podcasting/\">Seriously Simple Podcasting</a> plugin currently powers the podcast. The plugin is developed by Castos, which is a podcasting host and analytics service. It has over 20,000 active installs and a 4.8-star rating.</p>\n\n\n\n<p>Chomphosy said they chose Seriously Simple Podcasting because the WP Briefing crew was already familiar with it. &ldquo;I didn&rsquo;t want to ask folks to learn an entirely new software while we&rsquo;re still working out the process.&rdquo;</p>\n\n\n\n<p>The first episode focused on an introduction to WP Briefing. The overview segment covered three trends in action from Matt Mullenweg&rsquo;s <a href=\"https://wptavern.com/state-of-the-word-2020-wordpress-moves-toward-full-site-editing\">State of the Word 2020</a> address. Dave Loodts was this week&rsquo;s success story after sharing how he &ldquo;blindly&rdquo; chose a career in freelance web development and is still going strong after 15 years (<em>congrats, Dave!</em>). Chomphosy wrapped up the podcast with notes on Full Site Editing, <a href=\"https://wptavern.com/learn-wordpress-platform-launches-with-free-courses-workshops-and-lesson-plans\">Learn WordPress</a>, and automation tools to help contributor teams.</p>\n\n\n\n<p>It is definitely worth a listen if you can spare a few minutes. I am excited to see where this project goes in the future and see how it helps keep more of the community in <em>the loop</em>.</p>\n\n\n\n<p>If I had one feature request, it would be for the development team to put the podcast player in the WordPress embed, which is easy enough to do with a custom embed template. This would let bloggers embed the show on their pages and share it with more people.</p>\n\n\n\n<p>However, there may be ways to embed it via third-party services down the road. &ldquo;It just went live and we&rsquo;re working on getting it listed everywhere,&rdquo; said Automattician Marcus Kazmierczak in response to <a href=\"https://twitter.com/gkurushin/status/1356273579273428995\">whether it would be on Google Podcasts or Spotify</a>. &ldquo;Hopefully it&rsquo;ll be showing up shortly.&rdquo;</p>\n\n\n\n<p><strong>Update:</strong> the embed now includes the audio player:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/news/podcast/welcome-to-your-wp-briefing/\">Welcome to your WP Briefing</a></blockquote>\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, 01 Feb 2021 21:52:41 +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:\"Justin Tadlock\";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:82:\"WPTavern: Upsells, Barriers, and the End/Beginning of the Quality $free Themes Era\";s: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=110940\";s: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:203:\"https://wptavern.com/upsells-barriers-and-the-end-beginning-of-the-quality-free-themes-era?utm_source=rss&utm_medium=rss&utm_campaign=upsells-barriers-and-the-end-beginning-of-the-quality-free-themes-era\";s: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:14535:\"<blockquote class=\"wp-block-quote\"><p>The WordPress.org theme directory is becoming little more than a crippleware distributor. I suppose it was inevitable given its reach, which can be worth $1,000s/month for theme authors.</p><cite>Justin Tadlock <a href=\"https://twitter.com/justintadlock/status/1147472529113698311\">via Twitter</a></cite></blockquote>\n\n\n\n<p class=\"has-drop-cap\">As I think back on that tweet from 2019, I realize how unfair it was to refer to the themes coming into the directory as &ldquo;crippleware.&rdquo; At the time, I was a part of the Themes Team (formerly the Theme Review Team). However, there were real cases of crippleware submitted to the directory when I wrote that.</p>\n\n\n\n<p>To define crippleware: some themes blocked core WordPress features and made them available via the &ldquo;pro&rdquo; versions. It was one of the more blatant abuses of the free themes directory I had seen for a profit.</p>\n\n\n\n<p>However, the term does not represent the majority of themes submitted. Most of what we see today are &ldquo;lite&rdquo; themes. Some of them are well-designed themes that provide value to end-users at no cost. Others are stripped-down versions of what you would typically see from a starter theme. While they are fully functional &mdash; the Themes Team&rsquo;s rules have been strict on this requirement &mdash; the real value of the theme is in the upsell.</p>\n\n\n\n<p>This is not the start of an anti-commercial theme rant. When WordPress developers and agencies are successful, it benefits the whole ecosystem. But, how do we balance that with providing value &mdash; which is subjective, I know &mdash; to the free theme directory? How do we transition the theme directory to something flowing with more artistic or even experimental ideas?</p>\n\n\n\n<h2>Guidelines and Stumbling Blocks</h2>\n\n\n\n<p class=\"has-drop-cap\">Matt Mullenweg, WordPress co-founder and project lead, posted the following on the Post Status Slack <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1610310645240600\">two weeks ago</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The .org theme directory is particularly bad when you compare it to any half-decent commercial theme marketing page, or the designs available on other site building services or Themeforest directories. The .org theme directory rules and update mechanism have driven out creative contributions, it&rsquo;s largely crowded out by upsell motived contributions.</p></blockquote>\n\n\n\n<p>There is a lot to unpack in his statement. I agree with most of it. The Themes Team agrees with at least some of it. However, its members lack direct control over the system outside of the guidelines.</p>\n\n\n\n<p>&ldquo;I actually agree with this in a sense,&rdquo; said Themes Team rep William Patton. &ldquo;Creativity has not prospered in the directory, and I think a large part of it is the barrier of entry. &lsquo;Don&rsquo;t do bad things&rsquo; is the overarching guideline for the theme directory, but that can be viewed very subjectively. If it were the only guideline we would see a lot of things that might not be best suited here. If we want to encourage creativity then more freedom to express it would likely be a good way to start bringing it back. However, it can be hard to know where the line should be placed.&rdquo;</p>\n\n\n\n<p>The team sometimes gets pulled in two different directions. When the project lead asks for things to be more open, many members rally around that idea. On the other hand, the call for <a href=\"https://wptavern.com/why-accessibility-matters-for-wordpress-themes-and-their-users\">stricter accessibility requirements</a>, for example, are popular with others in the community. It is a choice between two ends of the spectrum that are tough to pull together as the gatekeepers to the official directory.</p>\n\n\n\n<p>&ldquo;Why couldn&rsquo;t it be more like the plugin directory?&rdquo; asked Mullenweg. &ldquo;That has all the same potential issues and has been working pretty well. I&rsquo;d like it to work just like the plugin directory, with direct access for authors, and most reviews being post-review vs. pre-review.&rdquo;</p>\n\n\n\n<p>The Themes Team is not against the idea. More than anything, they just need the help to make any significant change.</p>\n\n\n\n<p>&ldquo;Having the themes directory work like the plugins directory would be great!&rdquo; said Themes Team rep Ari Stathopoulos. &ldquo;And, in fact, it&rsquo;s something we&rsquo;ve all been asking for years, but there are many technical challenges because they are built fundamentally differently. Plugin authors have access to their plugin&rsquo;s SVN while themes don&rsquo;t. Theme reviews are public while plugin reviews are private and closed. There would need to be lots of changes in systems and meta. Not to mention that, as far as I know, plugins don&rsquo;t do post-reviews, they do pre-reviews the first time a plugin is uploaded and post-reviews for updates (which is exactly what happens in themes too).&rdquo;</p>\n\n\n\n<p>The team has created tickets, asked for help, and have generally awaited a champion to push innovative ideas &mdash; or any ideas &mdash; forward. <em><a href=\"https://meta.trac.wordpress.org/ticket/215\">Seven-year-old ticket</a> to support the standard readme files available to plugins?</em> No takers as of yet. <em><a href=\"https://meta.trac.wordpress.org/ticket/5504\">Allowing block-based themes</a> to be uploaded?</em> Maybe we can make that happen sometime soon.</p>\n\n\n\n<p>The guidelines are likely less crippling than the outdated Trac review system, uploading ZIP files for updates (which Mullenweg mentioned), the limitation of a <code>style.css</code> header for the theme description, and the lackluster theme previewer.</p>\n\n\n\n<img />Theme review system on Trac.\n\n\n\n<p>For the most part, nearly every guideline has been put in place in hindsight. The team finds consistent abuse or issues and course-corrects.</p>\n\n\n\n<p>&ldquo;I don&rsquo;t think that Matt&rsquo;s idea of a creative theme is a theme that is not secure or not compatible with GPL,&rdquo; said team repo Carolina Nymark. &ldquo;Creativity is not limited by being asked to sanitize options. It is not limited by making sure that your theme can be translated. If the reviewers saw creative, beautiful themes that lacked in some other aspect like basic accessibility, then the team could help explain to the theme author what kind of changes are necessary. But that is not the kind of themes that are being submitted.&rdquo;</p>\n\n\n\n<h2>Financial Incentive</h2>\n\n\n\n<p class=\"has-drop-cap\">In the mid-2000s, the average theme developer could get away with building an entire theme on a lazy weekend afternoon. WordPress was far less complicated. Theme development was not a race to the bottom, bundling every feature imaginable.</p>\n\n\n\n<p>Today, we live in the era of the multi-purpose theme. To soar to the top of the popular list, most themes need to handle everything from being the online face of a pizza restaurant to masonry grids for artist portfolios. They also either need good luck, name recognition, or good marketing. That is the reality for the average theme developers trying to make a name for themselves.</p>\n\n\n\n<p>It makes for boring themes in a free theme directory. If the theme author has any financial motivation behind creating a WordPress theme, they need to bundle the <em>nicer</em> features into a paid package.</p>\n\n\n\n<p>As Eric Karkovack wrote in his piece for Speckyboy, <a href=\"https://speckyboy.com/are-high-quality-free-wordpress-themes-a-thing-of-the-past/\">Are High-Quality Free WordPress Themes a Thing of the Past?</a>, &ldquo;Money changed the equation.&rdquo;</p>\n\n\n\n<p>There is not much incentive to push a free theme out to the directory just for fun. Most themers are spending a month or more of their time in today&rsquo;s ecosystem to build a theme. The days of the weekend-afternoon project seem all but gone.</p>\n\n\n\n<p>Even releasing a theme to give back can often be a letdown. There is little chance of any name recognition as the developer&rsquo;s creation is swamped by the hordes of lite themes in control of the directory. There is no way for unknown players to get any exposure through the directory except in the brief moments their theme lands in the latest themes list. It is that one make-or-break moment that could potentially help best the algorithm and slip into the nearly unattainable popular list.</p>\n\n\n\n<p>In comparison to Themeforest, the WordPress.org directory is lacking. Themeforest is inviting to users because it provides the backend tools for theme authors to market their themes. They can load up custom demos, provide screenshots, use a modern categorization system, and provide all sorts of extra data to end-users. They&rsquo;re in the business of selling a product to users. </p>\n\n\n\n<img />WordPress themes on ThemeForest\n\n\n\n<p>While WordPress.org may be free, it should still be selling the promise of a beautiful website to its users. I have always said it, the themes available on WordPress.org are the face of WordPress.</p>\n\n\n\n<p>Users deserve better. Theme authors deserve better tools to make it happen.</p>\n\n\n\n<p>Even with better tools and a better-designed directory in place, there is no guarantee of an uptick of creative contributions or a better overall balance that keeps pure upsells in check.</p>\n\n\n\n<p>&ldquo;I think that due to the reach a theme or plugin that becomes popular quickly commands, monetization is a necessity to be able to properly &lsquo;support&rsquo; such an endeavor,&rdquo; said Joost de Valk, CPO of Yoast, in response to Mullenweg&rsquo;s statement on Post Stats. &ldquo;I think the community also &lsquo;demands&rsquo; a certain stability and a certain level of support that is simply unfeasible to expect from any non paid contributor. Because WordPress.org has no way of doing that monetization &lsquo;on platform,&rsquo; this is what you end up with.&rdquo;</p>\n\n\n\n<p>He also argued that something akin to an app store would make things like the &ldquo;balkanization from non-G-based site builders&rdquo; less attractive to theme authors. Such a store has little or no chance of becoming a reality.</p>\n\n\n\n<p>&ldquo;I think we first need to agree on what the theme directory should be,&rdquo; he said. &ldquo;We need a &lsquo;mission statement,&rsquo; of sorts. And I think we probably need less control than we currently have, be much more like the plugin directory. But if we have a vision of what it should be, then we could work towards that.&rdquo;</p>\n\n\n\n<p>There is an opportunity to turn things around. Full Site Editing will leave ample room for releasing creative, fully-featured themes with upsells. There is plenty of reason to be excited about pattern design and template packs, <a href=\"https://wptavern.com/block-system-will-create-more-commercial-opportunities-for-wordpress-theme-authors\">better value-adds</a> for theme authors who want to upsell. The problem is going to be getting authors to abandon traditional themes and explore new terrain.</p>\n\n\n\n<h2>Changes Are Coming, Maybe, Hopefully</h2>\n\n\n\n<img />Popular listing on the WordPress theme directory.\n\n\n\n<p class=\"has-drop-cap\">For some, this is a song and dance they already know the lyrics and steps to. It is a years-long conversation that has netted little in return.</p>\n\n\n\n<p>However, the WordPress.org theme directory may be forced to change one way or another. Block-based themes are not arriving in some distant future; they are knocking at the door. Full Site Editing is slated to <a href=\"https://wptavern.com/wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021\">land in WordPress 5.8</a> this June.</p>\n\n\n\n<p>With this change, the WordPress.org theme directory needs to be prepared. Even with a move today, it will be a mad scramble to get systems ready in a handful of months. If waiting for the last minute, it is just asking for chaos. Block-based themes should already be <a href=\"https://meta.trac.wordpress.org/ticket/5504\">allowed to be uploaded</a>, for example.</p>\n\n\n\n<p>As we saw earlier this week, Automattic launched its <a href=\"https://wptavern.com/automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites\">Blank Canvas</a> theme. It is designed to work on single-page websites. It does not support commenting out of the box, which is a requirement for inclusion into the official directory.</p>\n\n\n\n<p>Block-based themes will forever change the system. In the past, traditional themes needed to cover all their bases, integrating with every front-end feature of WordPress. In the future, that is not necessarily the case. Because everything will be built from blocks and users will have direct access to customize those blocks, a theme has no need to cover everything. The user can add and remove features at their leisure.  The review guidelines need to be molded for this future.</p>\n\n\n\n<p>Full Site Editing almost seems purpose-built for outside-the-box theme designers. Whether it is a simple, one-page wedding invitation or an author&rsquo;s book landing page, there are more possibilities upcoming than there ever were in the past. And, these things will be far easier to build on the theme-design side of things. It will remove a lot of burden from developers and from the Themes Team during reviews.</p>\n\n\n\n<p>&ldquo;Regarding the FSE themes: to be honest all my hopes are there,&rdquo; said Stathopoulos. &ldquo;They are very different, and it&rsquo;s a fresh start for the repository. New theme paradigm, a different set of rules (with of course some overlap for basic things), and a new way of doing things and thinking about themes. However, if they are presented in the same way in the same repo we have now, then nothing will change. the theme repo <em>needs</em> to change, and there&rsquo;s no way around that. But that&rsquo;s a decision that will have to be made from the WordPress leadership and implemented by meta.&rdquo;</p>\n\n\n\n<p>As always, I remain optimistic about the future of WordPress themes, hoping for the ushering in of a new era. I get the sense that the Themes Team shares some of that enthusiasm, at least cautiously so. More than anything, they need the community, particularly theme authors, to chip in and shape that vision of what the WordPress theme directory should be.</p>\n\n\n\n<p>Perhaps today, the stars are nearing alignment. Mullenweg plans to chat with the team and gather feedback in the coming 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:\"Fri, 29 Jan 2021 22:53: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:14:\"Justin Tadlock\";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:60:\"WPTavern: GitLab Drops Bronze/Starter Tier in Pricing Update\";s: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=111219\";s: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:165:\"https://wptavern.com/gitlab-drops-bronze-starter-tier-in-pricing-update?utm_source=rss&utm_medium=rss&utm_campaign=gitlab-drops-bronze-starter-tier-in-pricing-update\";s: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:5745:\"<p>This week GitLab <a href=\"https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/\">announced</a> a pricing change that eliminates its Bronze/Starter tier in favor of a three-tier subscription model. The Starter tier, previously offered at $4/month, included features like single-team project management, next day business support, and 2,000 CI/CD minutes.</p>\n\n\n\n<img />GitLab Pricing prior to Jan 26, 2021 Update\n\n\n\n<p>GitLab&rsquo;s updated <a href=\"https://about.gitlab.com/pricing/\">pricing</a> page shows the benefits that were included in the Starter plan are now only available in the Premium tier at a 5x price increase, introducing a larger gap between free accounts and paying customers. The change specifically impacts those who were happy to pay for a few extras but don&rsquo;t need the full array of premium features.</p>\n\n\n\n<img />\n\n\n\n<p>GitLab is offering to transition customers at a discount, where existing customers have the option to renew at the current price for an additional year or upgrade to Premium at a discount. The company also makes a case for the free tier, which it says includes 89% of the features in Bronze/Starter, with 450 new features added last year. </p>\n\n\n\n<p>&ldquo;The Bronze/Starter tier does not meet the&nbsp;<a href=\"https://www.investopedia.com/terms/h/hurdlerate.asp\">hurdle rate</a>&nbsp;that GitLab expects from a tier and is limiting us from investing to improve GitLab for all customers,&rdquo; GitLab co-founder and CEO Sid Sijbrandij said. &ldquo;Ending availability of the Bronze/Starter tier will help us accelerate development on&nbsp;customers&rsquo; priority needs&nbsp;such as improving usability, availability, performance, and delivering enterprise-grade security and compliance.&rdquo;</p>\n\n\n\n<p>It makes sense that GitLab is turning its attention to factors like &ldquo;hurdle rate,&rdquo; as Sijbrandij told <a href=\"https://www.cnbc.com/2021/01/15/gitlab-ceo-eyes-public-market-after-secondary-valued-it-at-6-billion-.html\">CNBC</a> that he&rsquo;s still looking to take the company public after a late 2020 employee share sale, which valued the company at $6 billion. GitLab passed $150 million in annual recurring revenue in 2020, but is tightening up its subscription model as the company tailors commercial offerings for those who need DevOps features.</p>\n\n\n\n<p>GitLab did not share the pricing update announcement on Twitter, perhaps in anticipation of how controversial it would be. The company posted the link in the <a href=\"https://forum.gitlab.com/t/new-gitlab-product-subscription-model/45923\">GitLab forums</a> where customers expressed disappointment in the change.</p>\n\n\n\n<p>&ldquo;We are currently paying Bronze level because there are some features that we find interesting,&rdquo; Riccardo Padovani said. He specifically referenced issue weights, iterations, multiple issue assignees, and issue dependencies.</p>\n\n\n\n<p>&ldquo;These features are now in the premium level. We were not interested in the previous &lsquo;silver&rsquo; level. On the long term, this is basically a 5 times price increase. Being a vocal supporter of GitLab in my company,&nbsp;<strong>I am not happy about this, at all</strong>.&rdquo;</p>\n\n\n\n<p>One customer said the change &ldquo;feels like a bit of a kick in the teeth,&rdquo; while another noted that GitLab&rsquo;s mid-tier offering costs just one dollar less than <a href=\"https://github.com/pricing\">GitHub&rsquo;s enterprise plan</a>. Many of GitLab&rsquo;s existing Starter tier customers have a large number of users who are not developers and do not have access to code or pipeline features. They are supporting staff who check bug reports or project management teams that create issues. Without the ability to pay per user role, upgrading every seat in the team to Premium doesn&rsquo;t make sense for these types of use cases. </p>\n\n\n\n<p>Customers who had recently convinced their organizations to go with GitLab, along with those who have invested time developing processes around the Starter tier features, are some of the most vocal opponents to the change. Some <a href=\"https://forum.gitlab.com/t/new-gitlab-product-subscription-model/45923/42\">found the announcement off-putting</a>, as it made it seem like paying Starter plan customers were actually costing GitLab money, requiring the tier to be eliminated. Many expressed that they only signed up for the tier to support GitLab and that they only used a handful of the features.</p>\n\n\n\n<p>&ldquo;It&rsquo;s worth pointing out that you say that &lsquo;many Bronze/Starter customers adopted Gitlab just for source code management,&rsquo; &ndash; yes &ndash; that&rsquo;s exactly what we use Gitlab for,&rdquo; one customer said. &ldquo;We don&rsquo;t use CI, Issue Tracking, or any other features offered even in the free version, but we do want to have a couple of the SCM features offered in the Bronze/Starter tier. Do you really think that customers like us that are only looking for SCM are going to pay more for unnecessary features?&rdquo;</p>\n\n\n\n<p>The GitLab employees in the thread seemed ready to defend the decision against the onslaught of criticism. While a few said they will take customers&rsquo; concerns and feedback under consideration, most were prepared to assure critics that the decision was made &ldquo;through extensive research,&rdquo; which likely leaves those most affected further alienated, if the 5x cost increase didn&rsquo;t already make the decision for them. Bronze/Starter tier customers who are still examining their options can find the various transition paths in the pricing change <a href=\"https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/\">announcement</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:\"Fri, 29 Jan 2021 19:16: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: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:76:\"WordPress Foundation: do_action hackathons and open-source workshops in 2021\";s: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:41:\"https://wordpressfoundation.org/?p=172229\";s: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://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\";s: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:6654:\"<p>In 2020, we saw do_action events and open-source workshops move online. Around the world, community members organized 5 do_action hackathons (<a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">4 of which were online</a>) and a handful of <a href=\"https://wordpressfoundation.org/2020/open-source-workshops-november-2020-report/\">open-source workshops</a> last year. In moving these events online, community organizers not only brought their WordPress community closer together, but they were also able to make a positive impact on their local or regional community in an exceptionally-difficult year.&nbsp;&nbsp;</p>\n\n\n\n<p>Seeing this impact, we would like to help more organizers host even more of these online charity hackathons (do_action events) and Introduction to Open Source workshops in 2021. This post shares more information for community organizers who would like to organize do_action events in 2021.</p>\n\n\n\n<h3>do_action charity hackathons</h3>\n\n\n\n<p>Based on feedback from the community members, <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">do_action events so far have been quite impactful</a> in how they bring participants together to help non-profits establish an online presence, something all the more significant in 2021. Here is how we plan to support do_action events in 2021:</p>\n\n\n\n<ul><li><strong>Improving the online do_action event documentation: </strong>The community team is currently working on revamping the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/organising-an-online-do_action-event/\">documentation for online do_action events</a> to include tips on remote collaboration, using collaboration tools, remote project management etc. Additionally, we will be reaching out to past do_action organizers to share recaps and help share task lists to help organizers get used to the online event format.&nbsp;</li><li><strong>Sponsored accounts:</strong> Organizers can reserve and use <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">Community-sponsored Zoom Pro accounts</a> for their events.&nbsp;</li><li><strong>Countrywide do_action events: </strong>There were <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">a few countrywide do_action</a> events in 2020. More regional/countrywide events are encouraged.&nbsp;</li><li><strong>Linking do_action events with WordCamps and mentoring: </strong>Since WordCamps are also online, organizers can organize do_action events in tandem with their online WordCamps, for more impact. Similarly, new do_action organizers will get mentoring from past organizers/mentors/community deputies.</li><li><strong>Technology changes: </strong>The following changes will be implemented on the doaction.org website in 2021 to support our organizers in a better way:&nbsp;<ul><li>doaction.org to Google Workspace / G Suite (so that organizers can use custom emails &#8211; get access to a branded Google Workspace account) &#8211; <em>Due March 2021</em></li><li>Doaction.org will be modified to support multiple event dates. &#8211; <em>Due June 2021</em></li><li>The do_action application will be moved to doaction.org.- <em>Due June 2021</em></li></ul></li></ul>\n\n\n\n<p>Does all of this sound exciting? If you would like to organize a do_action event in your locality, please <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/do_action-event-application/\">send in your application through this form</a>! Community deputies will get back to you shortly to take it forward.</p>\n\n\n\n<h3>Introduction to Open-source workshops</h3>\n\n\n\n<p>Introduction to Open Source workshops help spread knowledge and understanding of the open web and open source. They have also been instrumental in onboarding new contributors to WordPress. With the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> workshops on<a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\"> Introduction to Open-source</a>, meetup groups could host a watch party of the recorded workshop or <a href=\"https://make.wordpress.org/community/2020/12/08/tuesday-trainings-how-to-organize-a-successful-discussion-group/\">organize a discussion group</a>. Here’s how community members can organize open-source workshops in 2021.&nbsp;</p>\n\n\n\n<ul><li>Community members can now host <a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\">Introduction to Open-source workshop</a> discussion groups in the <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">Learn WordPress meetup group</a>. If you would like to host a discussion group for a global audience, please <a href=\"https://learn.wordpress.org/discussion-groups/\">apply to become a discussion group leader</a>.</li><li><a href=\"https://github.com/wptrainingteam/what-is-open-source\">Lesson</a> <a href=\"https://github.com/wptrainingteam/what-you-can-do-with-wordpress\">plans</a> for the Introduction to Open-source workshops are available! Any meetup group can plan their open-source workshop based on the lesson plans.&nbsp;</li><li>Meetup groups worldwide are also encouraged to<a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\"> organize an Introduction to WordPress watch party + discussion group</a> (based on the Learn WordPress workshop on <a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\">Introduction to Open-source</a>) as part of their meetup (it does not need any prior approval).&nbsp;</li></ul>\n\n\n\n<p>Organizers can feature these workshops and discussion groups in the WordPress Foundation blogs by <a href=\"https://make.wordpress.org/community/contact/\">reaching out to the community team</a>. Since open-source workshops are online, there is no cost involved in organizing them, but organizers can always <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">request paid zoom accounts for their event</a>.&nbsp;</p>\n\n\n\n<p>The WordPress community has the power to uplift and empower people across the world by organizing these events. Our community organizers have already done stellar work in 2020, despite the challenges posed by the COVID-19 pandemic. As we step into 2021, we look forward to supporting and seeing what organizers do with these online events to help their communities!</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, 29 Jan 2021 12:55: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:12:\"Hari Shanker\";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:112:\"WPTavern: WP Lookout Lets WordPress Users Track and Receive Notifications for Their Preferred Plugins and Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108062\";s: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:269:\"https://wptavern.com/wp-lookout-lets-wordpress-users-track-and-receive-notifications-for-their-preferred-plugins-and-themes?utm_source=rss&utm_medium=rss&utm_campaign=wp-lookout-lets-wordpress-users-track-and-receive-notifications-for-their-preferred-plugins-and-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8074:\"<p class=\"has-drop-cap\"><em>Should WordPress notify users of plugin ownership changes?</em> That was the question that Ian Atkins asked two months ago. WP Tavern readers seemed to think it was a good idea, at least those who commented on our <a href=\"https://wptavern.com/should-wordpress-notify-users-of-plugin-ownership-changes\">coverage of it</a>. However, the original <a href=\"https://meta.trac.wordpress.org/ticket/5509\">Trac ticket</a> has not seen any movement since.</p>\n\n\n\n<p>There are real technical issues with automating the process. A change of ownership does not necessarily equate to a change of the plugin author. This is often the case when someone acquires a company and maintains the brand.</p>\n\n\n\n<p>Tracking such changes does not necessarily need to go through WordPress. Chris Hardie built a service called <a href=\"https://wplookout.com/\">WP Lookout</a> that notifies users of such changes and much more. It has also been available since August of 2020.</p>\n\n\n\n<p>&ldquo;WP Lookout watches for interesting changes to the WordPress themes and plugins that someone cares about,&rdquo; said Hardie. &ldquo;I created WP Lookout for professional WordPress developers, consultants, and site managers who want to stay more informed about the plugins and themes that they (and their clients) depend on.&rdquo;</p>\n\n\n\n<p>While WP Lookout faces the same challenges with plugin ownership changes, it does have an advantage. It also <a href=\"https://wplookout.com/2020/12/tracking-mentions-in-wordpress-news/\">tracks WordPress news organizations</a>, including WP Tavern and <a href=\"https://poststatus.com/\">Post Status</a>. Even if the ownership change is not reflected on the plugin&rsquo;s WordPress.org page, the story may be picked up in the news.</p>\n\n\n\n<p>Hardie launched the news-tracking feature in early December 2020. It includes the <a href=\"https://www.wordfence.com/blog/category/vulnerabilities/\">Wordfence vulnerabilities blog</a> and <a href=\"https://ithemes.com/category/wordpress-vulnerability-roundup/\">iThemes vulnerabilities roundup blog</a> as a part of the service&rsquo;s security notification system. The service also scans change logs for keywords related to security.</p>\n\n\n\n<p>Notifications do not stop there. The WP Lookout tracks plugin, theme, and core WordPress updates. It also supports several commercial plugins such as Advanced Custom Fields Pro, Gravity Forms, and WP Rocket.</p>\n\n\n\n<p>&ldquo;When we first decide to use a theme or plugin on a WordPress site, we hopefully research it thoroughly &mdash; code quality, ratings, support responsiveness, new release history, speed of security fixes, and so on &mdash; but once it&rsquo;s installed it&rsquo;s easy to neglect those important bits of &lsquo;health&rsquo; information over time,&rdquo; said Hardie. &ldquo;Auto-updates are great from many perspectives, but I think anyone who has had to manage and troubleshoot a non-trivial WordPress site over time knows that it&rsquo;s also important to stay aware of, for example, what&rsquo;s happening in the change log or whether ownership of a plugin has changed hands. But nobody wants to log in to wp-admin on a bunch of sites every week to gather that info.&rdquo;</p>\n\n\n\n<p>Hardie said WP Lookout will always have a robust free option for people who just want a daily email notification for a handful of plugins and themes. However, there are paid tiers for customers to access more features. They allow users to track more plugins and themes and get immediate alerts through email, RSS, Slack, or custom webhooks.</p>\n\n\n\n<p>&ldquo;The middle tier supports up to 50 themes/plugins, immediate email notifications, and a personalized RSS feed,&rdquo; he said. &ldquo;The Builder tier supports up to 200 themes/plugins and adds in Slack and custom webhook support along with the option to just get security-related notifications. With more real-world user feedback, we may adjust what&rsquo;s in each tier over time.&rdquo;</p>\n\n\n\n<p>All users get access to the Builder tier for a few weeks after signing up. After that, they must subscribe or stick with the free tier features.</p>\n\n\n\n<h2>How the Service Works</h2>\n\n\n\n<img />Single plugin tracking history.\n\n\n\n<p class=\"has-drop-cap\">WP Lookout allows users to search for and add a tracker for individual plugins. The service primarily relies on the public WordPress.org API for getting plugin and theme data. This is the same system that WordPress uses to check to see if updates are available.</p>\n\n\n\n<p>&ldquo;But it also goes beyond what the API offers,&rdquo; said Hardie. &ldquo;For example, there&rsquo;s no standard yet for theme authors to provide .ORG theme change logs, and so that information doesn&rsquo;t show up when you go to update a theme in wp-admin; you&rsquo;d have to go poking around in Trac or source files to find it. So WP Lookout follows the trail to the change log details and <a href=\"https://wplookout.com/2020/08/wordpress-theme-changelog-details/\">puts that right in front of you</a>.&rdquo;</p>\n\n\n\n<img />Active plugin trackers.\n\n\n\n<p>There is also a <a href=\"https://wordpress.org/plugins/wp-lookout/\">WP Lookout plugin</a> available in the plugin directory. It uses an API key, which users can get from the WP Lookout website. The plugin then lets the WP Lookout service know what plugins and themes are installed and adds them as trackers. Using the plugin is far more efficient than manually adding individual plugins and themes.</p>\n\n\n\n<p>For plugins and themes that are not on WordPress.org, the service uses custom update APIs provided by the third-party developers. If that is not sufficient, it uses webpage scraping. For news sources, it parses RSS feeds.</p>\n\n\n\n<p>&ldquo;It&rsquo;s been interesting to see the wide variety of ways that WordPress theme and plugin authors do or don&rsquo;t manage and present data publicly about their products,&rdquo; said Hardie. &ldquo;Some have API endpoints that return the same level of detail as the .ORG API, others have change log/version documents generated by some internal tools, and still others don&rsquo;t bother doing much at all. I think an argument could be made to standardize on something here for the long-run to help boost the culture of keeping software updated, even/especially if it eventually makes the need for a tool like WP Lookout obsolete.&rdquo;</p>\n\n\n\n<h2>The Future of WP Lookout</h2>\n\n\n\n<p class=\"has-drop-cap\">Hardie has no plans of sitting on what he has already built. One of the next goals is regularly adding new themes and plugins that are not on WordPress.org. This will mean connecting with development teams and figuring out how users can get notifications of things that often have no public APIs. The lack of standardization in the space could be a tough hurdle to jump.</p>\n\n\n\n<p>&ldquo;I have a long list of features I&rsquo;m planning to add, including things like integrating tracking GitHub repo releases, bringing some helpful data points from WP Lookout into the wp-admin interface, WordPress Packagist integration, allowing per-tracker Slack channel configurations, better internationalization, and better handling of change logs that theme/plugin authors chose to maintain outside of their .org code repositories,&rdquo; he said.</p>\n\n\n\n<p>Hardie does not want to get too far ahead of himself with feature ideas. He said he is excited to get more feedback from users about what they find useful. Currently, there are 80 users, which is publicly available data. WP Lookout maintains an <a href=\"https://wplookout.com/open/\">open data and financial transparency page</a>.</p>\n\n\n\n<p>&ldquo;Despite having paid options for more advanced users, I mostly think of this as a service I want to operate for the WordPress community, and I&rsquo;ll always have a robust set of free functionality,&rdquo; he said. &ldquo;I&rsquo;m also committed to participation in Five for the Future, bringing what I&rsquo;ve learned here back into improvements that might benefit all WordPress users, whether they take advantage of WP Lookout or not.&rdquo;</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, 28 Jan 2021 21:56:16 +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:\"Justin Tadlock\";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:104:\"WPTavern: ElasticPress.io Service Considers Next Move after Elasticsearch Abandons Open Source Licensing\";s: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=110644\";s: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:253:\"https://wptavern.com/elasticpress-io-service-considers-next-move-after-elasticsearch-abandons-open-source-licensing?utm_source=rss&utm_medium=rss&utm_campaign=elasticpress-io-service-considers-next-move-after-elasticsearch-abandons-open-source-licensing\";s: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:6933:\"<p>Elastic, makers of the search and analytic engine&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.elastic.co/what-is/elasticsearch\" target=\"_blank\">Elasticsearch</a>, have re-licensed its core product so that it is no longer open source. The company is moving new versions of both Kibana and Elasticsearch from the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.apache.org/licenses/LICENSE-2.0\" target=\"_blank\">Apache 2.0-license</a>&nbsp;to be dual-licensed under the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.mongodb.com/licensing/server-side-public-license\" target=\"_blank\">Server Side Public License (SSPL)</a>&nbsp;and the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://github.com/elastic/elasticsearch/blob/0d8aa7527e242fbda9d84867ab8bc955758eebce/licenses/ELASTIC-LICENSE.txt\" target=\"_blank\">Elastic License</a>, which do not meet the <a href=\"https://opensource.org/osd\">Open Source Definition</a>. </p>\n\n\n\n<p>In a post titled &ldquo;<a href=\"https://www.elastic.co/blog/why-license-change-AWS\">Amazon: NOT OK &ndash; why we had to change Elastic licensing</a>,&rdquo; Elastic blames Amazon for the license change:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Our license change is aimed at preventing companies from taking our Elasticsearch and Kibana products and providing them directly as a service without collaborating with us.</p><p>Our license change comes after years of what we believe to be Amazon/AWS misleading and confusing the community &ndash; enough is enough.</p></blockquote>\n\n\n\n<p>Elastic claims AWS&rsquo;s behavior has &ldquo;forced&rdquo; the company to abandon its open source licensing, citing examples of what they perceive to be &ldquo;ethically challenged behavior.&rdquo; In 2019, Amazon created an Open Distro for Elasticsearch, and Elastic claims they used code copied by a third party from their commercial code, further dividing the community.</p>\n\n\n\n<p>As a result of the license change, Amazon <a href=\"https://aws.amazon.com/blogs/opensource/stepping-up-for-a-truly-open-source-elasticsearch/\">announced</a> its intention to officially fork Elasticsearch and Kibana, with plans to roll the forks into its Open Distro distributions:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Our forks of Elasticsearch and Kibana will be based on the latest ALv2-licensed codebases, version 7.10. We will publish new GitHub repositories in the next few weeks. In time, both will be included in the existing Open Distro distributions, replacing the ALv2 builds provided by Elastic. We&rsquo;re in this for the long haul, and will work in a way that fosters healthy and sustainable open source practices&mdash;including implementing shared project governance with a community of contributors.</p></blockquote>\n\n\n\n<p>The Open Source Initiative (OSI) <a href=\"https://opensource.org/node/1099\">reacted</a> to the news of the license change, calling the SSPL a &ldquo;fauxpen&rdquo; source license:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Fauxpen source licenses allow a user to view the source code but do not allow other highly important rights protected by the <a href=\"https://opensource.org/osd\">Open Source Definition</a>, such as the right to make use of the program for any field of endeavor. By design, and as explained by <a href=\"https://www.elastic.co/blog/licensing-change\">the most recent adopter</a>, Elastic, in a post it unironically titled &ldquo;<a href=\"https://www.elastic.co/blog/licensing-change\">Doubling Down on Open</a>,&rdquo; Elastic says that it now can &ldquo;restrict cloud service providers from offering our software as a service&rdquo; in violation of OSD6. Elastic didn&rsquo;t double down, it threw its cards in.</p></blockquote>\n\n\n\n<p>Elastic&rsquo;s license changes may affect a few companies in the WordPress ecosystem that are redistributing Elasticsearch as a commercial offering. <a href=\"https://10up.com/\">10up</a>, creators of <a href=\"https://wordpress.org/plugins/elasticpress/\">ElasticPress</a>, by far the most popular Elasticsearch plugin for WordPress, also runs the&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://elasticpress.io/\">ElasticPress.io</a>&nbsp;SaaS platform. More than 6,000 sites are using the open source plugin, but the company said these users will not be affected.</p>\n\n\n\n<p>&ldquo;No matter what this won&rsquo;t affect the EP plugin,&rdquo; 10up vice president of engineering Taylor Lovett said. &ldquo;I would say the news is definitely discouraging and not a great look for Elastic.&rdquo;</p>\n\n\n\n<p>10up <a href=\"https://wptavern.com/10up-unveils-elasticpress-io-elasticsearch-as-a-service-for-wordpress-sites\">launched</a> ElasticPress.io in 2017 and Lovett says it has become &ldquo;an active part of the business with a plethora of customers,&rdquo; and continues to grow. The company is currently seeking legal advice on how Elasticsearch&rsquo;s licensing change will affect the ElasticPress.io service. Since previous versions of Elasticsearch remain open source, the company has time to figure out a new way forward.</p>\n\n\n\n<p>&ldquo;Right now we really don&rsquo;t know what&rsquo;s going to happen,&rdquo; Lovett said. &ldquo;There is no rush for us to upgrade&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://elasticpress.io/\">ElasticPress.io</a>&nbsp;to Elasticsearch 7.11+ so we have plenty of time to decide how to address the issue.&rdquo;</p>\n\n\n\n<p>Lovett confirmed that 10up is considering using the Amazon fork as an option but has not  made a decision on the matter yet.</p>\n\n\n\n<p>&ldquo;I will say this does affect the end user in a way that they may end up having to choose between different flavors of Elasticserarch,&rdquo; Lovett said.<br /><br />&ldquo;For example, you may need to decide if you want the official Elastic distribution or if you want to go with AWS&rsquo;s fork.&rdquo;</p>\n\n\n\n<p>Unfortunately, for businesses that built services on top of redistributing the previously open source Elasticsearch, Elastic&rsquo;s creators have gone back on <a href=\"https://web.archive.org/web/20200120104750/https:/www.elastic.co/what-is/open-x-pack\">the promise they made in 2018</a> to never change the license of any of the Apache 2.0 code of Elasticsearch, Kibana, Beats, and Logstash projects.&nbsp;As a consequence, Amazon has emerged as the one to drive the truly open source option for Elasticsearch and Kibana for the future.</p>\n\n\n\n<p>&ldquo;Elastic&rsquo;s relicensing is not evidence of any failure of the open source licensing model or a gap in open source licenses,&rdquo; the OSI board of directors stated in a recent <a href=\"https://opensource.org/node/1099\">post</a> on the matter. &ldquo;It is simply that Elastic&rsquo;s current business model is inconsistent with what open source licenses are designed to do. Its current business desires are what proprietary licenses (which includes source available) are designed for.&rdquo;</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, 28 Jan 2021 20:25: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: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:96:\"WPTavern: Automattic Launches the Blank Canvas WordPress Theme for Building Single-Page Websites\";s: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=110986\";s: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:237:\"https://wptavern.com/automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites?utm_source=rss&utm_medium=rss&utm_campaign=automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites\";s: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:7389:\"<img />Split Screen pattern from Blank Canvas.\n\n\n\n<p class=\"has-drop-cap\">On Monday, Automattic <a href=\"https://wordpress.com/blog/2021/01/25/building-single-page-websites-on-wordpress-com/\">announced its Blank Canvas theme</a> on WordPress.com. The goal is to allow end-users to build single-page websites, such as an &ldquo;about me&rdquo; or product landing page.</p>\n\n\n\n<p>Blank Canvas is a child theme of <a href=\"https://wptavern.com/exploring-seedlet-automattics-block-first-wordpress-theme\">Seedlet</a>, which Automattic&rsquo;s <a href=\"https://themeshaper.com/about/\">Theme Team</a> has been using as a launchpad. One example is its recently-released <a href=\"https://wptavern.com/automattic-releases-spearhead-a-seedlet-child-theme-aimed-at-podcasters-and-content-creators\">Spearhead</a> child theme. It also provided the foundational work for the recent Twenty Twenty-One default WordPress theme.</p>\n\n\n\n<p>One-page themes are nothing new. Theme builders have been releasing them for years in various forms.</p>\n\n\n\n<p>&ldquo;We&rsquo;ve been working on block patterns a lot lately, and it became clear that many of the single-page websites we come across daily &mdash; collections of links, newsletter signups, etc. &mdash; are basically just simple block patterns sitting on an otherwise blank page,&rdquo; said Kjell Reigstad, the lead developer on the theme. &ldquo;That being the case, it seemed like WordPress should be able to power these sorts of single-page sites pretty easily. Blank Canvas is an attempt to try that out.&rdquo;</p>\n\n\n\n<p>WordPress is not the ideal platform for the majority of one-page sites. Doing so includes setting up a database, installing the software, and keeping everything updated. The admin interface is not well-suited to those types of sites. WordPress is a content management system. One page is not enough content to need a full-blown CMS to manage. There simply is little upside for the average user to go through the hassle of doing this on even the cheapest of shared hosting.</p>\n\n\n\n<p>However, if you have a network where someone else, such as WordPress.com, takes out all the hassle of maintaining the backend and when it does not cost you a dime, WordPress suddenly makes more sense. It becomes an ideal platform for these types of sites.</p>\n\n\n\n<p>Frankly, I do not know why they have not pushed this concept sooner. Jason Schuller has made a go of it with Leeflets in the past. Since then, he and Philip Kurth have taken that idea further and launched <a href=\"https://wptavern.com/landing-kit-for-wordpress-maps-any-post-or-page-to-a-custom-domain\">WP Landing Kit</a>, which builds on the same concept of creating multiple single-page landing sites from one WordPress installation.</p>\n\n\n\n<p>In some respects, Blank Canvas offers a glimpse into Full Site Editing. It is almost a stepping stone or a small yet limited preview of things to come. The theme puts the entire design process into a single page and a single editor. Eventually, this will be extended to the whole website.</p>\n\n\n\n<p>&ldquo;I think that&rsquo;s a great way to think about it,&rdquo; said Reigstad. &ldquo;Full Site Editing is coming soon, but in the meantime, Blank Canvas lets you do just a little bit more with Gutenberg than you could before.&rdquo;</p>\n\n\n\n<h2>About the Theme</h2>\n\n\n\n<p class=\"has-drop-cap\">The theme is called <strong>Blank</strong> Canvas for a reason. Its <a href=\"https://blankcanvasdemo.wordpress.com/\">demo page</a> is literally a blank screen with a footer message. The idea is that the end-user designs their homepage &mdash; or their entire site in the case of a single-page website &mdash; via the block editor.</p>\n\n\n\n<p>For those who need a starting point, the theme comes packaged with six block patterns:</p>\n\n\n\n<ul><li>About Me</li><li>Links</li><li>Invitation</li><li>Split Screen</li><li>Card</li><li>Email Signup</li></ul>\n\n\n\n<img />Invitation block pattern.\n\n\n\n<p>Self-hosted WordPress users can install the theme too. It is currently awaiting review for the theme directory, but they can snag the ZIP file or SVN link from its <a href=\"https://themes.trac.wordpress.org/ticket/94482\">Trac ticket</a>. For those giving it a test, be sure to disable the title and tagline via the customizer so they do not appear on the front end. That is assuming you want to use the theme as intended. It will also work as a more traditional theme because the Seedlet parent theme covers all the necessary features.</p>\n\n\n\n<p>There are differences between the theme on WordPress.com and that submitted to the WordPress.org theme directory. The .ORG version has only four block patterns. The .COM version includes an additional Card pattern, which integrates with Automattic&rsquo;s Layout Grid plugin. The Email Signup pattern needs Jetpack&rsquo;s form feature.</p>\n\n\n\n<p>Simple conditional checks for Layout Grid or Jetpack before registering the patterns would suffice for users with those plugins installed. &ldquo;That&rsquo;s planned,&rdquo; said Reigstad of adding the missing patterns, &ldquo;but we just didn&rsquo;t implement it yet.&rdquo;</p>\n\n\n\n<img />Email Signup block pattern.\n\n\n\n<p>WordPress.com users have something else to look forward to. In November, the service <a href=\"https://wptavern.com/wordpress-com-drops-over-100-block-patterns-carving-a-path-the-design-community-should-follow\">launched over 100 patterns</a>. &ldquo;One of the nice things is that there are already a lot of patterns out there that seem ready-made for single-page websites,&rdquo; said Reigstad.</p>\n\n\n\n<p>He did say the team is working on bundling more patterns in the future. These may include more &ldquo;link in bio&rdquo; designs that expand on the one already in the theme today.</p>\n\n\n\n<h2>Pioneering Block-Friendly Themes</h2>\n\n\n\n<p class=\"has-drop-cap\">Several of the ideas available in this theme seemed to have started from the WordPress <a href=\"https://github.com/WordPress/theme-experiments\">Theme Experiments repository</a>. It features block patterns similar in scope to the <a href=\"https://wptavern.com/carrd-like-theme-experiment-provides-a-glimpse-into-the-future-of-theming\">Carrd-like theme</a> Reigstad built last October.</p>\n\n\n\n<p>&ldquo;In general, building block-based themes helped redefine our idea of what a theme needed to be,&rdquo; he said. &ldquo;We&rsquo;d tended to think of a theme as a complicated piece of software that accounts for every scenario you throw at it: a blog, custom post types, category pages, search pages, the 404 page, etc.&rdquo;</p>\n\n\n\n<p>Reigstad said that the block-based themes paradigm has forced the Theme Team to start small. Because Full Site Editing is still in flux, its features not ready, the team has built proof-of-concept themes with limited functionality.</p>\n\n\n\n<p>&ldquo;The possibilities for block-based themes have grown considerably since then (as shown by TT1 Blocks, Q, Block-based Bosco, and others), but the early constraints helped spark ideas like that Carrd-inspired theme,&rdquo; he said. &ldquo;It turned out that you could build a pretty useful site with just a handful of blocks.</p>\n\n\n\n<p>&ldquo;That mindset definitely informed Blank Canvas &mdash; we started small, with just the functionality someone would need to build a single-page site. Since it&rsquo;s based on a full-featured theme (Seedlet), you can grow with it too.&rdquo;</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, 27 Jan 2021 22:11: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:\"Justin Tadlock\";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:106:\"WPTavern: Plugin Team Draws a Line: Plugins Must Not Change WordPress’ Default Automatic Update Settings\";s: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=111034\";s: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:249:\"https://wptavern.com/plugin-team-draws-a-line-plugins-must-not-change-wordpress-default-automatic-update-settings?utm_source=rss&utm_medium=rss&utm_campaign=plugin-team-draws-a-line-plugins-must-not-change-wordpress-default-automatic-update-settings\";s: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:3110:\"<p>WordPress&rsquo; plugin team has published a <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">statement</a> regarding plugins making changes to users&rsquo; update services: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Unless your&nbsp;plugin&nbsp;has the&nbsp;<em>purpose</em>&nbsp;of managing updates, you&nbsp;<strong>must not</strong>&nbsp;change the&nbsp;defaults&nbsp;of WordPress&rsquo; update settings.</p><p>You&nbsp;<em>may</em>&nbsp;offer a feature to auto-update, but it has to honor the&nbsp;core&nbsp;settings. This means if someone has set their site to &ldquo;Never update any of my plugins or themes&rdquo; you are not to change those for them unless they opt-in and request it.</p></blockquote>\n\n\n\n<p>The statement was prompted by plugins overstepping this boundary, which, up until recently, has simply been understood but not explicitly forbidden. Mika Epstein said the practice &ldquo;destroys the faith users have in you to not break their sites.&rdquo; It also reflects poorly on WordPress as a whole when plugin authors abuse core features to serve their own interests.</p>\n\n\n\n<p>&ldquo;Sadly, this happened recently to a well used plugin, and the fallout has been pretty bad,&rdquo; Epstein said. </p>\n\n\n\n<p>She did not identify the plugin in question, but one particular incident that happened last month bears a strong likeness to this description. On December 21, 2020, the <a href=\"https://wptavern.com/all-in-one-seo-plugin-turns-on-automatic-updates-without-notifying-users-removes-functionality-in-latest-release\">All in One SEO plugin turned on automatic updates without notifying its users</a>, aside from a short, ambiguous note in the changelog.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>All in One SEO was active on more than 2 million WordPress sites when it rolled out this update. Many users were frustrated to discover that their sites had been updated without permission, despite having auto updates turned off for the plugin. The plugin&rsquo;s developers removed the auto updates wrapper&nbsp;functionality from the plugin earlier this month, in favor of letting WordPress handle updates.</p>\n\n\n\n<p>After this incident, those who were affected were left with questions. Should WordPress allow this practice? Should plugin developers be required to place a notice in the dashboard if they are going to flip automatic updates on? While many users are willing to trust WordPress core to do automatic updates in a safe way, some are not willing to extend that trust to plugin developers, whose quality of updates vary widely. The plugin team offering guidance and communication on this matter was absolutely necessary to deter aggressive plugin developers from destroying what is still a fragile trust in automatic updates.</p>\n\n\n\n<p>&ldquo;At this time, we have no plans to spell this out in a guideline,&rdquo; Epstein said. &ldquo;We do currently, regularly flag plugins that go outside their dictated (self defined) boundaries, and this is not a change. Please, respect your users.&rdquo;</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, 27 Jan 2021 20:43:13 +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:102:\"WPTavern: Jetpack Launches Customer Research Project to Improve the Plugin and Reduce User Frustration\";s: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=110995\";s: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:249:\"https://wptavern.com/jetpack-launches-customer-research-project-to-improve-the-plugin-and-reduce-user-frustration?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-launches-customer-research-project-to-improve-the-plugin-and-reduce-user-frustration\";s: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:6244:\"<p>Jetpack&rsquo;s Design and Research Team is <a href=\"https://automattic.design/2021/01/26/were-all-ears/\">launching a new customer research panel</a> as part of an ongoing effort to collect feedback in advance of launching new features. They are allocating one day every month to talk with users:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>It&rsquo;s a small step toward an important goal of better understanding what our users need, seeing and hearing first hand where they are frustrated, and learning how Jetpack can work better for them.</p><p>The relationship benefits both sides. Our customers enjoy a sneak preview of features coming down the roadmap, and are empowered to help shape the product&rsquo;s future. And our design slash research team sees first hand, how our products perform with real folks using them.</p></blockquote>\n\n\n\n<p>Jetpack is recruiting customers for 45-minute long interviews on Zoom where they will preview some new designs and talk about proposed product improvements that are already in the works. In exchange, participants receive a $25 Amazon gift card.  </p>\n\n\n\n<p>This outreach effort may help in easing the periodic friction between Automattic and the larger WordPress community, which tends to emerge like pop-up storms on social media and quickly dissipate, but not without taxing onlookers&rsquo; good will. Although Jetpack is active on more than 5 million sites, and is marketed as &ldquo;the most popular WordPress plugin for just about everything,&rdquo; its team occasionally seems out of touch with users.</p>\n\n\n\n<p>One recent example of this happened when Matt Medeiros drew attention to the wording for the Jetpack Scan upsells that appear on the plugins page in the admin.  Specifically, people took issue with the claim that &ldquo;adding plugins can expose your site to security risks.&rdquo; While this is true, participants in the resulting heated discussion said it implies that Jetpack, the plugin that claims to do &ldquo;just about everything,&rdquo; is the only safe plugin. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Everyone: WordPress is amazing because you can use plugins! <br />Jetpack: Careful, it\'s a scary place that WordPress repo is.<br />Everyone: Didn\'t you come from .org? <br />Jetpack: Just buy my protection plan. <a href=\"https://t.co/5oqbsroqSA\">pic.twitter.com/5oqbsroqSA</a></p>&mdash; I podcast a lot&#127897; (@mattmedeiros) <a href=\"https://twitter.com/mattmedeiros/status/1352275821763948550?ref_src=twsrc%5Etfw\">January 21, 2021</a></blockquote>\n</div>\n\n\n\n<p>Some perceived it to be in violation of <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#11-plugins-should-not-hijack-the-admin-dashboard\">#11 of the Plugin Directory guidelines</a>, which states that plugins should not hijack the admin dashboard. The guideline also recommends avoiding advertising in the admin &ldquo;as it is generally ineffective,&rdquo; as well as frustrating for users who are not looking for additional complications while solving problems.</p>\n\n\n\n<p>This particular case was resolved after Automattic product designer Jeff Golenski took the community feedback to his team. They <a href=\"https://twitter.com/jeffgolenski/status/1352417067849428993\">updated the advertisement</a> to be less fear-inspiring regarding the WordPress plugin ecosystem.</p>\n\n\n\n<p>In another potent example of disconnect from the larger community, <a href=\"https://wptavern.com/jetpack-7-1-adds-feature-suggestions-to-plugin-search-results\">Jetpack 7.1 quietly introduced suggestions to the plugin search screen</a>. The update artificially inserted a search result into the first plugin card slot, identifying the corresponding Jetpack feature if one was available. Jetpack&rsquo;s module placement in the results subtly implied that other plugins were inferior options to its existing modules. Some of the modules advertised required an upgrade. The UI did not make it clear that the artificial search result was not coming from the plugin directory&rsquo;s algorithm. The Jetpack team claimed that it was designed to be a notice but its implementation was virtually indistinguishable from an advertisement.</p>\n\n\n\n<p>In a later release, Jetpack <a href=\"https://wptavern.com/jetpack-7-2-1-removes-promotions-for-paid-upgrades-from-the-search-screen\">removed all feature suggestions that previously advertised upgrades</a>, characterizing the mistake as &ldquo;an error in judgment.&rdquo; This kind of misstep could have easily been avoided if the feature had been presented to actual users in advance. User researchers could have asked, &ldquo;How would you like it if we put some of our paid upgrades in the top search spot when you are searching for a new plugin?&rdquo; </p>\n\n\n\n<p>Historically, the company has had a few rocky launches where it seemed some product teams did not consider the community&rsquo;s perception in their marketing approaches. Most recently, this was evident in the launch of WordPress.com&rsquo;s new&nbsp;<a href=\"https://wptavern.com/wordpress-com-rattles-freelancer-community-with-new-website-building-service-launch\">website building service</a>, which failed to include important information, i.e. that the intention was to refer business out. </p>\n\n\n\n<p>The new customer research panel is a strategic move for Automattic and should allow the company to avoid a lot more frustration and miscommunication around Jetpack. It could also be valuable as a means of testing potential marketing angles, beyond just specific features the team is developing.</p>\n\n\n\n<p>&ldquo;When you have a team continually connecting with their customers, you find that they start to become internal ambassadors for the users, helping to weave the user&rsquo;s voice into product and design conversations throughout the entire product design process.&rdquo; Automattic UX/Product Designer Yvonne Doll said in the announcment.</p>\n\n\n\n<p>If you want to help the Jetpack team realize these goals and become ambassadors for their users, visit the plugin&rsquo;s <a href=\"https://jetpackresearch.blog/\">user research blog</a> and sign up to participate in upcoming interviews. </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, 27 Jan 2021 02:33: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: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:64:\"WPTavern: WP Buffs Finalizes First Acquisition, Purchases WP EZI\";s: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=110796\";s: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:171:\"https://wptavern.com/wp-buffs-finalizes-first-acquisition-purchases-wp-ezi?utm_source=rss&utm_medium=rss&utm_campaign=wp-buffs-finalizes-first-acquisition-purchases-wp-ezi\";s: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:6915:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Earlier today, WP Buffs <a href=\"https://wpbuffs.com/wp-ezi-acqusition/\">announced that it had acquired WP EZI</a>, a WordPress maintenance and support service. It was a five-figure acquisition for 64 active subscriptions and 343 total customers. Paul Tselekidis, the former owner of WP EZI, is <a href=\"https://wpezi.com/joining-wp-buffs/\">stepping away from the project</a>.</p>\n\n\n\n<p>WP Buffs offers 24/7 WordPress website management. Its team works directly with website owners and startups. They also work with white-label partners in the WordPress space. Agencies, freelancers, and hosting companies resell the WP Buffs subscription services instead of hiring a global team of their own.</p>\n\n\n\n<p>This is the first acquisition for the company and was done through their new <a href=\"https://wpbuffs.com/acquisitions/\">Business Acquisition Unit</a>.</p>\n\n\n\n<p>For WP EZI users, nothing should change about how they use the service. &ldquo;The day-to-day of the folks at WP EZI (aside from Paul) will continue unchanged as they&rsquo;ve all decided to stay on board and are excited for this new chapter of the business,&rdquo; said Joe Howard, the Founder and CEO of WP Buffs. &ldquo;For the time being, they will continue to function as team members of WP EZI, although they&rsquo;ll, of course, be given a warm welcome as new members of the WP Buffs family.&rdquo;</p>\n\n\n\n<p>At the moment, none of the pre-acquisition WP Buffs staff will move over to any WP EZI projects or vice versa. The two brands will remain separate.</p>\n\n\n\n<p>&ldquo;Mostly, this is for current WP EZI subscription clients, as keeping them happy and unbothered is our top priority,&rdquo; said Howard.</p>\n\n\n\n<p>One change coming to WP EZI is that it will no longer offer new care plan subscriptions. The goal is to send those leads to WP Buffs. WP EZI will continue serving current care plan customers and handle one-off projects.</p>\n\n\n\n<p>&ldquo;The strength of WP Buffs is in our strong systems and scalable business model of selling and executing on subscription services,&rdquo; said Howard. &ldquo;That&rsquo;s why we&rsquo;ll continue to accept new care plans there and send all one-time requests to WP EZI. They have experience with this business model, so we&rsquo;re going to keep that team doing the work they&rsquo;ve proved to be strong at.&rdquo;</p>\n\n\n\n<p>Howard did not give much away in terms of long-term changes. He said that while they are mulling over some ideas, their priorities were a peaceful transition for WP EZI clients and learning from and helping the current team.</p>\n\n\n\n<p>&ldquo;Most of the benefits for WP Buffs come from acquiring an already profitable business and client base,&rdquo; he said. &ldquo;Furthermore, the acquisition allows us to funnel care plan leads into WP Buffs and more one-time work into WP EZI. These silos will allow each team to be more efficient since they&rsquo;ll be able to focus on their areas of strength.&rdquo;</p>\n\n\n\n<h2>On Acquisitions and Growth</h2>\n\n\n\n<p class=\"has-drop-cap\">On the low end, the deal was likely at least mid to upper-five figures. We know that it was a five-figure acquisition. There were 64 active customers with an $87 per month subscription or more. This also assumes a consistent active subscription count for the last year or so. This is speculation but should provide some low ballpark numbers for others looking to sell a WordPress-related business.</p>\n\n\n\n<p>While Howard did not provide an exact figure, his company provided far more information than is typical of business acquisitions in the WordPress ecosystem. Often, these deals are made only with an agreement that neither party share the sale price. The transparency from WP Buffs should come as a breath of fresh air to other small business owners. It can be overwhelming venturing into a first acquisition from either end.</p>\n\n\n\n<p>One of his goals is to be transparent with how WP Buffs is run. His <a href=\"https://wpbuffs.com/2020-year-in-review/\">2020 year in review</a> post is lengthy, but he does not hold back on mistakes and successes. It provides a lot of insight that other business owners can learn from.</p>\n\n\n\n<p>Howard has some experience scaling businesses beyond that $10,000 &ndash; $15,000 monthly recurring revenue (MRR) spot, which is where some small businesses begin to plateau. I asked him to share his experience with other business owners.</p>\n\n\n\n<p>&ldquo;WP Buffs now does $100,000+ MRR,&rdquo; he said. &ldquo;That means we don&rsquo;t have the same issues as a care plan company at the scale of WP EZI &mdash; and if we do, we can pay to make those challenges go away.&rdquo;</p>\n\n\n\n<p>With WP Buffs now in control of the WP EZI brand, they can dedicate funding where needed and use their leadership and management where needed. Because their team has been here before, it should provide the experience to push past any hurdles.</p>\n\n\n\n<p>&ldquo;The reality here is just an economics of scale,&rdquo; said Howard. &ldquo;&lsquo;Bigger&rsquo; companies can simply flex a little more muscle to get rid of roadblocks. Plus, they have more financial flexibility to experiment and get things wrong to find that one thing that makes the difference when it comes to growth.&rdquo;</p>\n\n\n\n<p>He wrapped up his advice by saying that businesses should focus on their subscription metrics:</p>\n\n\n\n<ul><li>Develop 1-2 predictable, lead acquisition channels and grow those (increase MRR growth from new sales).</li><li>Get a ton of client feedback and make fast adjustments to keep them happy (lower churn).</li><li>From the client feedback, implement new features, offerings, value to current clients so they&rsquo;ll stay with you longer and tell others about you (increase expansion revenue and lifetime value).</li></ul>\n\n\n\n<p>&ldquo;One basic piece of advice is it&rsquo;s never too early to start thinking about selling, even if it&rsquo;s not on your roadmap,&rdquo; said Howard. &ldquo;Whether you ever want to sell your business or not, the things that make the kind of business people want to purchase are the same things that simply make it a good business, so why not do them?&rdquo;</p>\n\n\n\n<p>Howard and Tselekidis had an <a href=\"https://wpmrr.com/podcast/paul-kidis-wp-ezi/\">open and honest conversation</a> about the acquisition on the WPMRR podcast. Some of it is personal, but it provides a glimpse behind the curtain of a WordPress business sale.</p>\n\n\n\n<p>Tselekidis talked about spreading himself too thin among his various projects in the podcast. After a self-analysis and reevaluating his interests, he decided to find a new home for WP EZI. This will allow him to focus on and pursue other goals. &ldquo;It&rsquo;s time to move on; like it&rsquo;s my time,&rdquo; he said of continuing work that he was not as passionate about. &ldquo;I don&rsquo;t want to do a disservice by my clients.&rdquo;</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, 26 Jan 2021 21:41:16 +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:\"Justin Tadlock\";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:25:\"Matt: Revue Joins Twitter\";s: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:42:\"https://ma.tt/2021/01/revue-joins-twitter/\";s: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:42:\"https://ma.tt/2021/01/revue-joins-twitter/\";s: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:591:\"<p>Very excited to share the <a href=\"https://blog.twitter.com/en_us/topics/company/2021/making-twitter-a-better-home-for-writers.html\">news that Revue is joining Twitter</a>. I’m a huge fan of the idea of better newsletters and <a href=\"https://automattic.com\">Automattic</a> was the largest investor in <a href=\"https://www.getrevue.co/\">Revue</a>. I’m looking forward to seeing what the very talented team will do as part of the Twitter network. Also many thanks to <a href=\"https://kk.org\">Kevin Kelly</a> and <a href=\"https://om.co\">Om</a> for introducing me to Revue early on. </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, 26 Jan 2021 18:43: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:4:\"Matt\";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:91:\"WPTavern: WordPress Roadmap Update: Full-Site Editing Targeted for 5.8 Release in June 2021\";s: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=110884\";s: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:225:\"https://wptavern.com/wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021\";s: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:3700:\"<p>WordPress core contributors are pushing forward on an ambitious plan to land full-site editing in core before the end of the year. Josepha Haden Chomphosy, the open source project&rsquo;s executive director, published an <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">updated roadmap</a> for 2021 that aims to get an MVP of full-site editing (FSE) in the Gutenberg plugin by April, 2021. FSE v1 would then be on track for shipping with WordPress 5.8, which is anticipated in June, 2021.</p>\n\n\n\n<table><tbody><tr><th>5.7&nbsp;</th><td>April 2021 &ndash; <strong>MVP for FSE in Gutenberg plugin</strong></td></tr><tr><th>5.8</th><td>June 2021 &ndash; <strong>&nbsp;v1 in Core</strong></td></tr></tbody></table>\n\n\n\n<p>Chomphosy defined the scope of FSE as &ldquo;the ability to edit all elements of a site using Gutenberg blocks&rdquo; and said it will include &ldquo;all in-progress features designed to help existing users transition to Gutenberg as well.&rdquo;</p>\n\n\n\n<p>When asked what would be considered an MVP of full-site editing, Chomphosy pointed to <a href=\"https://github.com/WordPress/gutenberg/issues/24551\">a GitHub issue</a> that contributors are using for tracking all the milestones associated with the project. Part of the infrastructure and UI is marked as complete, as well as browsing between pages, templates, and template parts. Styling, theme blocks, the query block, and the navigation block still need more work. More progress may have been made but the tracking issue has not been updated since December 19, 2020. </p>\n\n\n\n<p>Dipping into the <a href=\"https://make.wordpress.org/core/2021/01/22/editor-chat-summary-20th-january-2021/\">notes</a> from the recent editor meetings shows a steady stream of FSE improvements, which presumably will coalesce into an MVP in approximately five weeks. Chomphosy&rsquo;s announcement avoided explicit promises regarding what features are expected at that time.  </p>\n\n\n\n<p>Related projects like the widgets and navigation block editors have new dedicated Slack channels for those interested in following and contributing: </p>\n\n\n\n<ul><li><a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C01D71823PB\" target=\"_blank\">#feature-widgets-block-editor</a></li><li><a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C01KDAZJMQ9\" target=\"_blank\">#feature-navigation-block-editor</a></li></ul>\n\n\n\n<p>If you have questions about where FSE is headed, an upcoming Gutenberg Times Live Q&amp;A episode titled &ldquo;<em>Updates on WordPress Site-Editor (FSE) and Themes</em>&rdquo; will feature a panel of people who are actively contributing in these areas. It includes Carolina Nymark, author of <a href=\"https://fullsiteediting.com/\">a course on full site editing and block based themes</a>, Ari Stathopoulos, core contributor and author of the first block-based theme in the repository, and Anne McCarthy, who is managing the FSE outreach experiment. </p>\n\n\n\n<p>The episode will air live on Friday, January 29th, 2021, at 11AM EST, hosted by Birgit Pauli-Haack, curator of the <a href=\"https://gutenbergtimes.com/\">Gutenberg Times</a>. <a href=\"https://us02web.zoom.us/webinar/register/9716061492351/WN_vtNXZ0zTTs2S0S98X0Y9og\">Registration</a> for the event is free. Pauli-Haack plans to cover all the latest updates on full-site editing, block-based themes, and global styles. The panel will also touch on the navigation and widget screens, as well as what features will most likely land in WordPress 5.7. Viewers can bring questions and participate via Zoom and YouTube live. The episode will be recorded and shared afterwards with a transcript and resources.</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, 26 Jan 2021 03:16:56 +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: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:81:\"WPTavern: Jump-Start a Year’s Worth of Content via the Launch With Words 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=110800\";s: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:201:\"https://wptavern.com/jump-start-a-years-worth-of-content-via-the-launch-with-words-plugin?utm_source=rss&utm_medium=rss&utm_campaign=jump-start-a-years-worth-of-content-via-the-launch-with-words-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:8435:\"<p class=\"has-drop-cap\">On Sunday, Bridget Willard announced her latest project, <a href=\"http://launchwithwords.com\">Launch With Words</a>. In collaboration with Ronald Huereca, who performed the development work, they built a plugin that helps clients jump-start routine, monthly blog posts. In the future, there will be premium &ldquo;content packs&rdquo; that include content for various industries.</p>\n\n\n\n<p>The Launch With Words plugin is essentially a JSON importer for blog posts. The plugin itself is simple. However, the idea is what makes this plugin special.</p>\n\n\n\n<p>&ldquo;The audience is small business owners,&rdquo; said Willard. &ldquo;So many of us in the WordPress ecosystem are overeducated. We are annoyed that clients don&rsquo;t know how to do X, Y, and Z. But that&rsquo;s not their job; it&rsquo;s ours.&rdquo;</p>\n\n\n\n<p>Willard wrote starter content for both the Twenty Nineteen and Twenty Twenty default WordPress themes. She said it occurred to her that theme starter content is great, but why was no one tackling this for blog posts?</p>\n\n\n\n<p>&ldquo;This plugin comes from something I&rsquo;ve been saying to friends for years, &lsquo;launch with words; get paid faster,\'&rdquo; she said. &ldquo;<em>Lorem ipsum</em> is such a pain. Seriously. As someone who partners with WordPress agencies and freelancers to write copy for website launches, placeholder text is my nemesis.&rdquo;</p>\n\n\n\n<p>Willard <a href=\"https://bridgetwillard.com/\">runs her own business</a>, which offers social media management, copywriting, consulting, and business coaching. She is a marketing consultant who has been writing for the web since 2001.</p>\n\n\n\n<p>&ldquo;I was a secretary by trade with a background in accounts receivables and collections,&rdquo; she said. &ldquo;After I earned my teaching credential, I spent a year teaching junior high and high school math before I realized I didn&rsquo;t like parents. But hey, that bachelor&rsquo;s degree isn&rsquo;t wasted. I decided to go back to office work and landed in accounting (hello, algebra). I excelled in accounts receivable and collections but was at the top of my salary range.&rdquo;</p>\n\n\n\n<p>She left the construction industry in 2015 and began working for an advertising agency. During this time, she helped build the GiveWP brand. She also led the WordPress Marketing Team for two years.</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<img />Importing content with the Launch With Words plugin.\n\n\n\n<p class=\"has-drop-cap\">Launch With Words simply imports content. On its own, it does nothing else. Willard provides a downloadable JSON file via the Launch With Words website. This &ldquo;<a href=\"https://bridgetwillard.com/downloads/launch-with-words-starter-content-pack/\">starter pack</a>&rdquo; is available for free to everyone. It includes 12 draft blog posts to keep users blogging on their site for the next year.</p>\n\n\n\n<p>While it is geared toward freelancers and agencies working with small business owners, anyone can use the plugin and starter pack. If you are having trouble pushing out content regularly, the monthly prompts could be the injection you need to get the creative juices flowing.</p>\n\n\n\n<p>Each draft post includes a topic theme, topic type, and blog checklist. The topic theme is centered on usual events or holidays that match the month of the year. For example, the following is the theme for May:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Topic Theme: Summer is around the corner and, if your business is seasonal, you may have a bit of extra time or be swamped. It generally depends on your sales cycle.</p><p>This is a great time to go to your inspiration journal and look for a case study that can be written. Get the content published before people start going on vacations and forget about hiring a small business.</p></blockquote>\n\n\n\n<p>Just pull up each month&rsquo;s draft post, follow the topic, and go from there.</p>\n\n\n\n<img />Draft blog post for December.\n\n\n\n<p>Willard says that the plugin builds off the services she offers. &ldquo;This plugin absolutely solves the repeated issues I encounter with people &mdash; namely, &lsquo;What do I write about?\'&rdquo;</p>\n\n\n\n<p>She has not started using the Launch With Words plugin with her clients yet. In the past, she has used the <a href=\"https://bit.ly/BridgetWebQuestions\">Website Content Questionnaire</a>, a tool she built that others can copy to their Google Drive for free.</p>\n\n\n\n<p>&ldquo;What makes web copy great is having a bit of the backstory about people,&rdquo; she said. &ldquo;What makes them different? Do they like hockey? Did they start working in fast food? Are they building sites for the healthcare industry?&rdquo;</p>\n\n\n\n<h2>Premium Content Packs</h2>\n\n\n\n<p class=\"has-drop-cap\">Willard will begin offering premium content packs soon. Each will come with 12 fully-written blog post drafts for each month of the year, catering to specific industries. She plans to launch these individual packs at $497.</p>\n\n\n\n<p>&ldquo;I get asked how I come up with prices often,&rdquo; she said. &ldquo;Because I look at websites and products and SaaS services constantly, pricing is now intuitive to me. It&rsquo;s pretty easy for a developer or a small business to throw down $500 knowing it will give them content for a year. It&rsquo;s a crazy low price. I&rsquo;m not a fan of the word &lsquo;cheap.&rsquo; But this is buying in bulk. This is the Costco model.&rdquo;</p>\n\n\n\n<p>The blog posts should range between 300 and 500 words, a service in which Willard would generally charge $200.</p>\n\n\n\n<p>&ldquo;Anyone can tweak the copy to localize it or make it their own,&rdquo; she said. &ldquo;Before you ask, the only thing worse than duplicate content is no content. It&rsquo;s not novel to offer content; what&rsquo;s novel is to offer content that lives in a blog post. It&rsquo;s not an RSS feed from a syndication service that you can&rsquo;t edit. It&rsquo;s amazing how much franchises pay for boring content to distribute to their networks. Any business should have access to quality content that they can localize.&rdquo;</p>\n\n\n\n<p>One has to wonder how Willard could pace herself and produce quality content for these premium packs. However, she is no stranger to the writing process. She has published several books, writing four in the past year.</p>\n\n\n\n<p>&ldquo;I write to teach,&rdquo; she said. &ldquo;If you boil my essence down, I am a teacher. A few people have encouraged me to publish books. I have two Christian-based books out on Amazon that I did on Lulu.com, but it was so painful, I didn&rsquo;t bother.&rdquo;</p>\n\n\n\n<p>It was not until she talked with Nathan Ingram, a business coach in the WordPress space, at WordCamp Seattle in 2019 that she decided to give things another go. He introduced her to Kindle Direct Publishing, a driving factor behind her more recent publishing success.</p>\n\n\n\n<p>&ldquo;So I took a blog series idea, &lsquo;Dysfunctional Love Songs,&rsquo; and wrote and published that book in April as my COVID project. In October, &lsquo;Keys to Being Social,&rsquo; my life&rsquo;s work was published. &lsquo;The Definitive Guide to Twitter Marketing&rsquo; was written on a Sunday in January. My fourth book, &lsquo;How to Market Your WordPress Plugin&rsquo; is with my editor and will be published this year.&rdquo;</p>\n\n\n\n<p>Willard said these writing projects have helped her stay focused on positive things during the Covid-era.</p>\n\n\n\n<p>&ldquo;Otherwise, it&rsquo;s easy for things to turn dark &mdash; if we&rsquo;re all going to die, why pay off my credit cards? You know? I can&rsquo;t just sit around watching Netflix. I do, but I need an outlet.&rdquo;</p>\n\n\n\n<p>She does not plan on going it alone for all of the premium content packs. She is already in talks with writers in other fields who would be better suited to the specific subject matter. However, Willard will lean on her construction-related expertise to build some of the packs.</p>\n\n\n\n<p>&ldquo;The best advice writers give is that you should write what you know,&rdquo; she said. &ldquo;It&rsquo;s the first chapter in Anne Lamott&rsquo;s &lsquo;Bird by Bird.&rsquo; I&rsquo;ve been writing about construction for 20 years. It won&rsquo;t require very much research. I mean, if I can sit down on a Sunday and write 7,000 words on Twitter for that book, I&rsquo;m pretty sure I can write 12 blog posts fairly soon.&rdquo;</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, 25 Jan 2021 21:57: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:14:\"Justin Tadlock\";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:83:\"WPTavern: Ask the Bartender: How To Bulk Convert Classic WordPress Posts To Blocks?\";s: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=110841\";s: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:207:\"https://wptavern.com/ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks?utm_source=rss&utm_medium=rss&utm_campaign=ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks\";s: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:5513:\"<blockquote class=\"wp-block-quote\"><p>I was wondering if you could help me. I want to convert all of my old posts (about 600) to Gutenberg blocks. Do you know an easy way to do that?</p><p>Philip</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">I often get these short questions via private messages. I always try my best to help other WordPress users whenever I can. This was an easy solution in Philip&rsquo;s case. After a quick chat, he actually learned that he did not need to migrate his posts to the block system. I thought it would be best to open this topic to a wider audience. Maybe it would help someone else along the way.</p>\n\n\n\n<p>There is currently an <a href=\"https://github.com/WordPress/gutenberg/issues/18645\">open ticket</a> on the Gutenberg repository for a bulk converter. It has sat dormant until a few days ago. The primary argument for including this feature in the plugin and eventually WordPress itself is that the lack of this option is an obstacle for newcomers to the block editor.</p>\n\n\n\n<p>I disagree with the notion that it is any sort of obstacle for block-editor adoption. There does not seem to be a massive call for the feature in the WordPress support forums. Web searches do not pull up too many support queries for it. It seems to be a niche use case. Or, in some cases, there is a simple misunderstanding that end-users need to do any sort of conversion or migration at all.</p>\n\n\n\n<p>However, the biggest reason it is a non-obstacle is that posts written in the classic editor are still basic HTML. Regardless of the editor, older content will output just fine on the front end, at least in most cases.</p>\n\n\n\n<p>The first question anyone should ask before deciding on bulk converting their old posts to the newer block format is whether they should do it at all. The answer for the majority of users will simply be <em><strong>no</strong></em>. There are few reasons to do so.</p>\n\n\n\n<p>Doing a mass conversion like this, especially with hundreds or more posts, is subject to broken sites. I have done enough single-post updates to know that the process does not always go smoothly. Sometimes, I need to touch up something here or do some manual changes there. On a large scale, there really is no way to know what got broken until you test every single post or page on the site. In some cases, everything is OK. In others, it is a nightmare.</p>\n\n\n\n<p>If you are thinking of going down the bulk-conversion route, make a backup first. There is a good chance that you will need it. You should also test this on a staging site.</p>\n\n\n\n<p>My recommendation for most users is to convert posts on an as-needed basis. I like to make the switch any time I edit an old post. The only reason I convert them is that I prefer working with the block editor over classic.</p>\n\n\n\n<p>Posts written in the old editor will be in the Classic block. After selecting the block that houses the content, I hit the &ldquo;Convert to blocks&rdquo; button in the block toolbar. I do a quick check of anything that might need to be fixed before hitting the update button.</p>\n\n\n\n<img />&ldquo;Convert to blocks&rdquo; button for the Classic block.\n\n\n\n<p>In most cases, there is no reason to convert old posts to blocks except when you are actually editing those posts.</p>\n\n\n\n<p>Despite claims that things will &ldquo;just work&rdquo; when switching to the block editor, that is not the day-to-day reality of all WordPress users. Some of the biggest reasons I have seen to bulk convert are around theme design issues. For example, the block system made some fundamental changes to image markup. If your theme handles left and right-aligned images added via the block editor but breaks down on your old posts, bulk converting may be an option. However, the first course of action should be checking in with your theme author about adding support for the classic markup.</p>\n\n\n\n<p>There are likely numerous other edge cases. Bulk converting posts is an invasive operation that can only be reverted by restoring a pre-conversion backup. It should be a last resort.</p>\n\n\n\n<p>If you are at the point where you know you need to convert all your old posts, there are a few options available.</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/bulk-block-converter/\">Bulk Block Converter</a> plugin is likely the most-used solution at the moment. Organic Themes released it a little over a year ago but has only updated it once. User reviews have been mixed. A few of the problems seemingly stem from WordPress &mdash; the plugin extends the core WordPress block converter used in single posts.</p>\n\n\n\n<p>For those with clients who want to find a middle ground between bulk conversion and having the client manually convert their old posts, 10up&rsquo;s <a href=\"https://github.com/10up/convert-to-blocks\">Convert to Blocks</a> plugin might be the right solution. It converts posts on the fly, only making changes when a user opens the post-editing screen.</p>\n\n\n\n<p>Fr&auml;nk Klein is also working on a PHP-based bulk converter plugin named <a href=\"https://bulkconverttoblocks.com/\">Bulk Convert to Blocks</a>. It is currently in the development stage and not ready for use on live sites. It offers a screen in the WordPress admin to perform the conversion and will continue working in the background if the user leaves the page. Because it runs via PHP, developers can extend it with custom actions and filters. It also provides a WP CLI command for those who prefer to work from the command line.</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, 22 Jan 2021 22:39:30 +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:\"Justin Tadlock\";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:66:\"WPTavern: TasteWP Spins Up Free WordPress Testing Sites in Seconds\";s: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=110274\";s: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:177:\"https://wptavern.com/tastewp-spins-up-free-wordpress-testing-sites-in-seconds?utm_source=rss&utm_medium=rss&utm_campaign=tastewp-spins-up-free-wordpress-testing-sites-in-seconds\";s: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:5318:\"<p><a href=\"https://tastewp.com/\">TasteWP</a> is a newcomer among online WordPress sandboxing solutions. The site allows users to spin up a new WordPress instance in a matter of seconds. Web-based sandboxes like these have been popular for a long time, since they are convenient to fire up and destroy when performing a quick test on a plugin or theme. It&rsquo;s easier than maintaining a local development environment, which many casual WordPress users have not taken the time to set up. </p>\n\n\n\n<p>TasteWP&rsquo;s temporary testing sites are hosted for 48 hours for non-logged-in users and 7 days for those who are logged in. The one-click setup gives you a random site URL and login credentials.</p>\n\n\n\n<img />\n\n\n\n<p>The free sites are limited to 220MB per instance. A successful set-up notice is displayed in the dashboard with information on when the site will be automatically deleted. TasteWP limits non-logged-in users to creating 2 sites and the limit is 6 for logged-in users. They can be removed or added within the site manager. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>When creating a new site, the Advanced Options allows users to set up multisite, select a PHP version, WordPress version, and choose from a number of advanced configuration options and pre-installed extensions. The PHP version can also be changed later within the site manager.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>TasteWP is reminiscent of the now defunct <a href=\"https://wptavern.com/poopy-life-lets-you-create-free-unlimited-wordpress-test-installs\">poopy.life</a> service. In addition to the unsavory and unforgettable name, poopy.life was laden with obtrusive upgrade ads that floated across the screen periodically. TasteWP takes a different route for promotion and includes three of its plugins pre-installed on the default testing sites.</p>\n\n\n\n<p>TasteWP is run by <a href=\"https://inisev.com/\">Inisev</a>, a 15-person company that has been developing&nbsp;WordPress&nbsp;plugins for four years.</p>\n\n\n\n<p>&ldquo;Our key motivator for starting&nbsp;TasteWP&nbsp;was a) scratching our own itch (we needed a platform ourselves to try out new plugin versions on different&nbsp;WP/PHP version combinations) and b) promoting our products,&rdquo; Inisev co-founder Nicolas Ahmann said.</p>\n\n\n\n<p>&ldquo;Having said that, if there is enough demand (and there seems to be), we&rsquo;ll also offer very affordable premium plans for non-expiring instances with bumped space soon.&rdquo;</p>\n\n\n\n<p>Ahmann said the team is currently funding their projects from their own pockets as well as a few private investors.</p>\n\n\n\n<p>&ldquo;We had some VCs knock at our door recently, and while we don&rsquo;t rule out taking them on board at some point in the future, we feel quite comfortable with our current approach where we grow organically (i.e. without too much ad spending),&rdquo; Ahmann said. &ldquo;I&rsquo;m sure, if we had taken on a lot of capital a few years ago, we would have spent a lot of marketing budget on products which weren&rsquo;t ready at the time. Instead, we were forced to make the products better. Limited budgets sharpen your mind immensely.&rdquo;</p>\n\n\n\n<p>Ahmann said the company has several enhancements planned for TasteWP, but they don&rsquo;t want to make the product more complicated to use. </p>\n\n\n\n<p>&ldquo;We developed a Linux application which copies exactly the same moves as user would do to create a website, except that we&rsquo;re omitting the front-end and graphics rendering parts which makes it much easier to process by the computer,&rdquo; he said. &ldquo;Also we inject anything that is needed into the database directly. That allows us to create those sites so fast without preparing them before (but still fully customized for each user).&rdquo;</p>\n\n\n\n<p>The company is planning to enable users to call specific URLs, such as&nbsp;<a rel=\"noreferrer noopener\" href=\"https://tastewp.com/?themeslug=slug-of-theme\" target=\"_blank\">https://tastewp.com?themeslug=slug-of-theme</a>,&nbsp;which would spin up an instance with that theme or plugin already installed. This would allow theme and plugin creators to share the link with their potential users/customers so that they can play around themselves. </p>\n\n\n\n<p>Localization is also a high priority for future TasteWP enhancements, since the company is based in Europe where many languages are spoken. </p>\n\n\n\n<p>&ldquo;We always felt that it doesn&rsquo;t get the attention as it needs, considering that approximately<a href=\"https://w3techs.com/technologies/overview/content_language\"> 40% of websites are not in English,</a>&rdquo; Ahmann said. &ldquo;It&rsquo;s often just DIY people (not devs) who are trying to create their websites. We always encourage them to learn English (as it&rsquo;s the world&rsquo;s&nbsp;language). But imagine you grew up in Turkey, for example. Nobody around you speaks English &ndash; the teachers in schools only speak it in a broken way. In those cases it&rsquo;s key that people can take their first&nbsp;WordPress&nbsp;steps in their language, and what&rsquo;s easier to&nbsp;do&nbsp;so than spinning up an instance with one click on&nbsp;TasteWP&nbsp;which is in your language? Long story short: we&rsquo;ll keep translating it into (many) more languages.&rdquo;</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, 22 Jan 2021 20:47: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: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: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:119:\"WPTavern: Gutenberg 9.8 Brings Rounded Borders To the Group Block and Moves the Site Editor Canvas Into an Inline Frame\";s: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=110768\";s: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:283:\"https://wptavern.com/gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame\";s: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:6699:\"<p class=\"has-drop-cap\">Gutenberg 9.8 <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">launched yesterday</a> with a few minor UI improvements. The development team added an initial implementation for border-radius support for the Group block that theme authors can opt into. They also moved the site editor into an iframe element to remove CSS conflicts from the global admin styles.</p>\n\n\n\n<p>Those who have been testing Full Site Editing should be pleased that they will no longer need to deal with the seemingly never-ending creation of auto-drafts for templates and template parts. <em>Good riddance.</em> They would have inevitably caused user confusion in the long run. The change took around a <a href=\"https://github.com/WordPress/gutenberg/pull/27910\">month of discussion and work</a>, but it reduced a complex and fragile process into a more stable system for the long term.</p>\n\n\n\n<p>While the previous plugin release saw barely more than a handful of bug fixes, version 9.8 jumped back to over two dozen. A Gutenberg update without at least that many just does not feel right.</p>\n\n\n\n<h2>Minor UI Improvements</h2>\n\n\n\n<p class=\"has-drop-cap\">The latest version of the plugin improves the UI when working with the Spacer block. When a user selected the block in the past, it appeared as a light gray rectangle. Now, it is <a href=\"https://github.com/WordPress/gutenberg/pull/28103\">semi-transparent. </a>This allows whatever is in the background, such as the Cover block with a background image, to show. This change should help users more easily make size adjustments in cases where viewing the background is necessary.</p>\n\n\n\n<img />Semi-transparent Spacer block when selected.\n\n\n\n<p>While I hope the Spacer block will eventually die a slow and agonizing death as it is replaced by more appropriate margin and padding block options, this change does help in the interim.</p>\n\n\n\n<p>In a follow-up to the UI improvements in Gutenberg 9.7, work on block variations continues. Variations are when one block is used as the foundation to create multiple variations of the same block. The most common example is the Embed block, which has YouTube, Vimeo, and other variations. Before 9.7, these variations shared the same generic icon, name, and description in the block inspector and navigation instead of the variation-specific information.</p>\n\n\n\n<p>Gutenberg 9.8 builds on the trend of using the variation&rsquo;s data where it makes sense. The block switcher (transform) button in the editor toolbar now <a href=\"https://github.com/WordPress/gutenberg/pull/27903\">displays the variation&rsquo;s icon</a>.</p>\n\n\n\n<img />Variation icon in use in the block switcher.\n\n\n\n<p>It is a small change, but it shows the development team&rsquo;s continued devotion to polishing the editor interface.</p>\n\n\n\n<h2>Loading the Site Editor Canvas in an iframe</h2>\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 9.8 separates the canvas area of the <a href=\"https://github.com/WordPress/gutenberg/pull/25775\">site editor into an iframe</a>. This separation means that global admin styles do not bleed into or override styles within the editor itself. The good news is this is a first step toward doing the same in the post editor too.</p>\n\n\n\n<p>This has been a change that I have been waiting for since the inception of the block editor. From a theme development and design standpoint, styling the editor to match the front end is ripe with issues. It has meant nesting CSS selectors when it should have been unnecessary. It has meant adding a few <code>!important</code> rules to overwrite what seems like oddities in the core CSS. While styling the block editor has improved by leaps and bounds in the past couple of years, it can still often be a pain.</p>\n\n\n\n<p>WordPress core committer Ella van Durpe <a href=\"https://github.com/WordPress/gutenberg/issues/20797#issue-579381499\">listed the benefits</a> of moving the canvas into an iframe:</p>\n\n\n\n<ul><li>There would be no admin CSS bleed at all. This is something we&rsquo;ve been struggling with since the beginning.</li><li>There would be no need to simulate media queries, which is arguably technically more difficult than using an iframe.</li><li>Relative units like <code>(r)em</code> and <code>vw</code>/<code>vh</code> just work.</li><li>For a full site, a theme stylesheet can be just dropped in the editor without any adjustment. I think this is important as it makes the life of theme authors much easier.</li><li>It&rsquo;s possible to have one selection per window, so one in the admin and one in the content. This is useful for e.g. the link UI where the selection in the content can be kept while the selection is also in an input element (for the URL). Maybe be useful in other cases.</li></ul>\n\n\n\n<p>While I find it tough to believe that theme stylesheets would just work without a hitch &mdash; <em>does such a world exist?</em> &ndash;, they should work far better than in the past. There are likely items theme authors will need to contend with, but they should be minimal. Developers should keep a close eye on the future development of this.</p>\n\n\n\n<h2>Border Radius Support for the Group Block</h2>\n\n\n\n<p class=\"has-drop-cap\">As part of Gutenberg&rsquo;s experimental feature set, the Group block now supports a <a href=\"https://github.com/WordPress/gutenberg/pull/27665\">border radius option</a>. However, end-users will not automatically see it in the block inspector. This is an opt-in feature for themes at the moment. Presumably, it will be a part of the default set of options for several blocks in the future.</p>\n\n\n\n<img />Setting the border-radius value for the Group block.\n\n\n\n<p>For theme authors who want to add support, they will need to drop the following code snippet into their <code>experimental-theme.json</code> file and edit the <code>radius</code> value:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"core/group\" : {\n        \"styles\" : {\n                \"border\" : {\n                        \"radius\" : \"50px\"\n                }\n        }\n}</code></pre>\n\n\n\n<p>This will allow theme authors to set the default border-radius for the group block. However, it will not hand over control to users. For that, themes will need to add the following snippet under the <code>settings</code> section of their <code>experimental-theme.json</code> file:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"border\" : {\n        \"customRadius\" : true\n}</code></pre>\n\n\n\n<p>I tested this with a modified version of the <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks </a>theme without issue. Mostly, I am looking forward to more styling options like this in future iterations of the plugin.</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, 21 Jan 2021 22:31:51 +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:\"Justin Tadlock\";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:54:\"WordPress.org blog: People of WordPress: Thelma Mutete\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9518\";s: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/2021/01/people-of-wordpress-thelma-mutete/\";s: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:8322:\"<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=500%2C750&ssl=1\" alt=\"Thelma Mutete at a WordCamp\" class=\"wp-image-9564\" width=\"500\" height=\"750\" />\n\n\n\n<p>From a young age Thelma was encouraged by her father to ‘work hard, and dream big’. In High School, she pursued a career in Computer Science. She said: “I did not know what I would be doing or how I would get there but I just knew that I was going to pursue a career in information technology.”</p>\n\n\n\n<p>She wrote her first line of code at the age of 16 living in Zimbabwe, Africa. This was to mark the beginning of her enthusiasm for computer programming.</p>\n\n\n\n<p>When she joined the school’s computer class, Thelma thought she would learn Excel and Word. Instead, the assignment was to write her first program in C. She said: “It was not easy, but it was very exciting. l remember writing up simple code for a Video Club – a check-in/out for VHS tapes and CDs. Thus began my fascination with computers.”</p>\n\n\n\n<p>Seven years later, she went on to university to study for a Bachelors in Business Management and Information Technology. Her third year internship was at a local web design and hosting company. Though she had hoped her placement would be at a local bank or telecommunications company, the chance to discover website design turned out to be the best thing that could have happened.&nbsp;</p>\n\n\n\n<p>In 2017, Thelma went on to work for a company designing websites using HTML, CSS, PHP, JavaScript and Joomla. She had heard about WordPress but had not used it. She recalls: “People have this misconception that WordPress is not for real developers and it is not secure and at that time I was one of those people.”</p>\n\n\n\n<h2>Finding a local community</h2>\n\n\n\n<p>From a discussion with a member of the local WordPress community, <a href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">Thabo Tswana</a>, about a striking swag gift from a WordCamp, Thelma’s interest was sparked.&nbsp;</p>\n\n\n\n<p>She started to find out more about WordPress and WooCommerce, and visited her local WordCamp Harare website. She was delighted to find that she could learn more about WordPress without needing any pre-existing knowledge, and wanted to be involved. So instead of just attending the camp, she volunteered too!&nbsp;</p>\n\n\n\n<p>Her response to her first WordPress event mirrors the experience of many others in the community. She said: “I only started using WordPress because of the awesome people that l had met at that WordCamp. Everyone was so welcoming.”</p>\n\n\n\n<p>A week later, with help from Thabo, she designed her first website using WordPress.</p>\n\n\n\n<p>She soon became more involved with the community and Meetups. Thelma participated in the first-ever ‘Women Who WordPress’ Meetup in 2018, with lots of women getting involved from bloggers to developers.&nbsp;</p>\n\n\n\n<p>She said: “We were free to talk and discuss a lot of things. We had more time to discuss the difference between WordPress.com and WordPress.org, we shared views on how to handle discrimination at work, how to promote your website and a whole lot of other things.”</p>\n\n\n\n<h2>Establishing roots in WordPress</h2>\n\n\n\n<p>In 2018, WordCamp Harare had its first-ever female Lead Organizer <a href=\"https://tapiwanashe.com/\">Tapiwanashe Manhobo</a>. Thelma was part of the organising team that year and was assigned to handle Harare’s first Kids Camp to take place eight months later. You can read more about her experiences of organizing a <a href=\"https://thelmachido.wordpress.com/2019/11/21/wordpress-juniours-first-edition/\"><strong>Kids Camp</strong></a> on her blog.</p>\n\n\n\n<p>She said: “After the first Kids Camp, we had several people in the local Zimbabwean WordPress community who were enthusiastic about encouraging young people to embrace ICT. In 2019, we had not planned to have a Kids Camp because of financial constraints but to our surprise, we had some anonymous donations and we managed to have a WordPress Community outreach to a youth centre, <a href=\"https://cttzim.org/\"><strong>Centre for Total Transformation</strong></a>, a week after our WordCamp. It is a non-formal school that caters for underprivileged and vulnerable children. The group were able to share practical skills about using WordPress, computer hardware and software.</p>\n\n\n\n<p>Thelma shares that she became hooked on WordPress because of its community. “I enjoy attending WordCamps, meeting new people and just learning new stuff. I have a huge list of WordCamps I would like to attend. Last year I managed to cross WordCamp Johannesburg off my list. When everything is back to normal my plan to travel to WordCamps will proceed (fingers crossed).”</p>\n\n\n\n<h2>Reaping the fruits of ongoing learning</h2>\n\n\n\n<p>Thelma is committed to ongoing development training. She said: “Even though I can still cook up code in C and Java, for now, I have also included WordPress PHP functions to the mix. It was not easy to get to this point, daring myself got me to this slightly better stage. I try to do my best where I can and I am happy to say it has paid off so far.”</p>\n\n\n\n<p>Thelma has continued her journey working in design and digital marketing last year with Trust Nhokovenzo who works in digital marketing and is active in&nbsp; the WordPress Community. He came across her name as a developer from talking with others involved in WordPress. She went to work with his team at a marketing agency.</p>\n\n\n\n<p>Her interest in the development of WordPress continued and she joined the <a href=\"https://wordpress.org/news/2020/12/simone/\">5.6 Release Squad</a> in the mid 2020.&nbsp;At the end of 2020, she moved to become a Happiness Engineer working with WordPress.com. Thelma’s fascination with the platform and the community continues to grow and her contributor story is ongoing.</p>\n\n\n\n<p>Find out more about the <a href=\"https://www.meetup.com/Harare-WordPress-Meetup\">Harare WordPress community</a> in Zimbabwe.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nalininonstopnewsuk</a>) and Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sthakor</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>yvettesonneveld</a>), 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>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>), and Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>). Thank you to Thelma Mutete (<a href=\"https://profiles.wordpress.org/thelmachido/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>thelmachido</a>) for sharing her #ContributorStory.</p>\n\n\n\n<img src=\"https://lh4.googleusercontent.com/s24EVZGKbxVeafljPU1ubF1DjIwn98E3-wGx1LD2CWYk7zYQppFhXNpb0aUhGe01TStMdTwXrcYaxBZQHRgZJ10lvW2hsg61Ce37_pBGJuTRQlJ6r9iUxlJtvuDuwLhIvPo1MVEb\" alt=\"HeroPress logo\" />\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community</em>.</p>\n\n\n\n<p>#ContributorStory #HeroPress</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, 21 Jan 2021 16:40:13 +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:28:\"webcommsat AbhaNonStopNewsUK\";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:82:\"WPTavern: Gutenberg Contributors Consider Implementing a Bot to Close Stale Issues\";s: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=110562\";s: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:209:\"https://wptavern.com/gutenberg-contributors-consider-implementing-a-bot-to-close-stale-issues?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-contributors-consider-implementing-a-bot-to-close-stale-issues\";s: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:5386:\"<p>Gutenberg project contributors are considering <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">implementing a stale bot</a> to tame the repository&rsquo;s overgrown <a href=\"https://github.com/WordPress/gutenberg/issues\">issues</a> queue, which currently has 2,733 open issues. Stale bots are usually employed to automatically close &ldquo;stale&rdquo; issues and PRs based on a predefined set of parameters for inactivity. </p>\n\n\n\n<p>&ldquo;The current recommendation is to set our policy to a 180-day of no activity, so if no comments or commits are on an issue or PR in 180 days, then the bot will post a comment to the issue alerting the user it will be closed in 7-days due to inactivity,&rdquo; Marcus Kazmierczak proposed.</p>\n\n\n\n<p>One important concern is getting the tone right for the automatically-generated message. When you&rsquo;re employing bots on a widely used open source project, they had better be friendly. A chilly, indifferent bot can unwittingly turn away potential contributors with the wrong kind of messaging. Kazmierczak proposed the following message:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>This is an auto-generated message to let you know that this issue has gone 180 days without any activity and meets the project&rsquo;s definition of stale. This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a &ldquo;bump&rdquo; to keep it open, or add the &ldquo;[Status] Not Stale&rdquo; label. Thanks for keeping our repository healthy!</p></blockquote>\n\n\n\n<p>Participants in the discussion on the proposal are divided on the best approach. Daniel Llewellyn, one of the most vocal opponents to using a stale bot, contends that an automatically closing issues sends the wrong message. </p>\n\n\n\n<p>&ldquo;If we care about users and that they trust that we will fix their problem then automatically closing their issue gives them the signal that we don&rsquo;t,&rdquo; Llewellyn said.</p>\n\n\n\n<p>&ldquo;If you don&rsquo;t want to fix a problem then it is better for a human to explain why the problem won&rsquo;t be fixed and personally close the issue. Automating this on the assumption that because nobody has commented in a while means it isn&rsquo;t important is bad!&rdquo;</p>\n\n\n\n<p>Joy Reynolds agreed with this assessment, noting that closing issues through any means can be discouraging.</p>\n\n\n\n<p>&ldquo;I&rsquo;ve had issues closed by humans for being stale, also, and it isn&rsquo;t any better,&rdquo; Reynolds said. &ldquo;I&rsquo;ve had issues closed because someone created a new issue on the same thing. This loses all the history and the watchers.</p>\n\n\n\n<p>&ldquo;I&rsquo;ve also had an issue closed at Launchpad for being stale (and their system used only two weeks as a time frame). That served no purpose at all. It only makes people go away, frustrated.&rdquo;</p>\n\n\n\n<p>Kazmierczak reiterated in the comments that the bot can be configured to skip issues labeled as bugs and that issues and PRs can be bumped to reset the 6-month clock.</p>\n\n\n\n<p>&ldquo;The overall goal of the proposal is to improve feedback and responses to issues by ensuring what&rsquo;s there is relevant,&rdquo; Kazmierczak said.</p>\n\n\n\n<p>Auto-closing issues is the most controversial part of the plan. The general consensus in the comments leans towards using the bot for labeling and triaging in order to manually close the issue later.</p>\n\n\n\n<p>&ldquo;My preference would be for a bot to alert humans in a&nbsp;slack&nbsp;channel when a&nbsp;ticket&nbsp;is declared stale and become progressively more insistent until a human responds,&rdquo; Peter Wilson said. </p>\n\n\n\n<p>Milana Cap suggested using a bot to nudge the ticket author as a compromise between &ldquo;being friendly and thoughtful to contributors while keeping maintainers sane.&rdquo;</p>\n\n\n\n<p>Whatever approach contributors land on, excluding tickets marked as bugs is going to be critical for making the stale bot productive. Otherwise, it becomes just a fancy way of kicking the can down the road, delaying the inevitable. </p>\n\n\n\n<p>In a recent post titled &ldquo;<a href=\"https://blog.benwinding.com/github-stale-bots/\">Github Stale Bots: A False Economy</a>,&rdquo; software developer Ben Winding wrote about why stale bots don&rsquo;t deliver what maintainers are aiming to achieve. Based on his experience with the <a href=\"https://github.com/angular/angular/issues\">Angular</a> repository&rsquo;s bot, Winding summarized the stale bot&rsquo;s effect on the issues queue: </p>\n\n\n\n<ol><li>Reduce the metric of&nbsp;<em>Open Issues</em>&nbsp;in github</li><li>Made duplicate issues far more likely</li><li>Increased friction of users reporting that the issue still exists</li><li>Ultimately decreased the quality of the software, as the issues don&rsquo;t accurately reflect reality</li></ol>\n\n\n\n<p>If the Gutenberg repository&rsquo;s stale bot can be configured not to close bugs and used to maximize human involvement, it will be less likely to deter people from reporting issues. Feedback on the <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">proposal</a> is open until January 29, 2021. Kazmierczak is seeking input on the bot&rsquo;s implementation, specifically its time threshold and messaging.</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, 21 Jan 2021 16:03: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: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:24:\"Matt: New WhiteHouse.gov\";s: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:22:\"https://ma.tt/?p=53526\";s: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:41:\"https://ma.tt/2021/01/new-whitehouse-gov/\";s: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:2842:\"<p>After you&#8217;ve watched <a href=\"https://www.npr.org/sections/inauguration-day-live-updates/2021/01/20/958743170/poet-amanda-gorman-reads-the-hill-we-climb\">the amazing poem from Amanda Gorman</a>, check out the <a href=\"https://www.whitehouse.gov/\">new WhiteHouse.gov that re-launched today</a> using WordPress &amp; Gutenberg with a number of cool features including dark mode, text zoom, a totally responsive layout, and a Spanish version of the site. The site is clean, <a href=\"https://twitter.com/wesbos/status/1351957829461155849\">fast</a>, and accessible. It&#8217;s exciting and an honor that the online home for the Executive branch is on Open Source software, and I&#8217;m proud WordPress can carry the torch that <a href=\"https://dri.es/whitehouse-gov-using-drupal\">Drupal lit in 2009</a>.</p>\n\n\n\n<p>Besides Gutenberg, poking around I noticed a HTTP header and HTML comment <a href=\"https://usds.gov/apply\">encouraging people to join USDS</a>, and this great #46 easter egg in the theme file:</p>\n\n\n\n<img />\n\n\n\n<p>Anyone notice any other plugins? I haven&#8217;t spoken to him directly but I&#8217;d be shocked if <a href=\"https://nacin.com/\">Nacin</a> wasn&#8217;t involved with this one. I&#8217;m also curious if any of the WP agencies were involved, it has touches of <a href=\"https://10up.com/\">10up</a> but I don&#8217;t see any mention of it on their site or <a href=\"https://twitter.com/10up\">Twitter</a>. <a href=\"https://twitter.com/HoeflerCo/status/1351984719634771970\">Hoefler&amp;Co  credits</a> <a href=\"https://wideeye.co/\">Wide Eye Creative with the design</a>.</p>\n\n\n\n<p>I noticed a few people happy that some previous pages and files on the old site were returning 404 errors, like the <a href=\"https://www.nbcnews.com/news/nbcblk/how-trump-administration-s-1776-report-warps-history-racism-slavery-n1254926\">controversial 1776 report</a>, but on this I think the webmasters of the United States of America should demand better, since <a href=\"https://www.w3.org/Provider/Style/URI\">Cool URIs Don&#8217;t Change</a>. Previous websites are <a href=\"https://www.archives.gov/presidential-libraries/archived-websites\">all saved by the National Archives</a>, but there doesn&#8217;t appear to be any sort of norm for automatically redirecting links that went to any subdirectories or addresses under WhiteHouse.gov. </p>\n\n\n\n<p>There are WP plugins that could help, like <a href=\"https://wordpress.org/plugins/redirection/\">Redirection</a>, but also perhaps the root domain itself could always redirect to a subdomain, like 46.whitehouse.gov, so we&#8217;d have a consistent domain and permalinks for everything, and then each new administration would get a new subdomain.</p>\n\n\n\n<p><a href=\"https://wptavern.com/biden-white-house-sticks-with-wordpress-for-website-relaunch\">More coverage on WP Tavern</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, 21 Jan 2021 01: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";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:70:\"WPTavern: Biden White House Sticks with WordPress for Website Relaunch\";s: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=110712\";s: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:185:\"https://wptavern.com/biden-white-house-sticks-with-wordpress-for-website-relaunch?utm_source=rss&utm_medium=rss&utm_campaign=biden-white-house-sticks-with-wordpress-for-website-relaunch\";s: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:3896:\"<img />\n\n\n\n<p>President Joe Biden took office today and unveiled a new <a href=\"https://www.whitehouse.gov/\">whitehouse.gov</a> that has been relaunched on WordPress. The previous administration switched from Drupal to WordPress in 2017, and technologists working with the Biden administration decided to stick with the same CMS. </p>\n\n\n\n<p>In keeping with the multilingual and accessibility features implemented on <a href=\"https://wptavern.com/biden-harris-transition-website-launches-on-wordpress\">the Biden-Harris transition team website</a>, whitehouse.gov launched with toggles for contrast and font size, along with a Spanish language switcher. The relaunched site also includes an <a href=\"https://www.whitehouse.gov/accessibility/\">accessibility statement</a> with a commitment from the administration to work towards conforming to the Web Content Accessibility Guidelines (WCAG) version 2.1, level AA criteria.</p>\n\n\n\n<p>Much of the content and design from the transition website has been preserved. The transition site now forwards to whitehouse.gov, while links to the previous administration&rsquo;s pages land on a 404 page with a link to <a href=\"https://www.archives.gov/presidential-libraries/archived-websites\">archived presidential websites</a>.</p>\n\n\n\n<p>Savvy observers might notice that the typography has been updated from the transition site, flipping the Mercury and Decimal typefaces. Hoefler&amp;Co, the typeface design firm that <a href=\"https://www.typography.com/blog/biden-fonts\">created these typefaces</a> for Biden&rsquo;s 2020 campaign, <a href=\"https://twitter.com/HoeflerCo/status/1351984719634771970\">tweeted</a> about how &ldquo;the serif Mercury felt more like the voice of the institution.&rdquo;  The sans-serif Decimal functions more in a supporting role on the site.</p>\n\n\n\n<p>Web professionals kicked the tires a bit and noticed the site is putting up fairly decent Lighthouse scores.  </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://t.co/hoaioTVqE3\">https://t.co/hoaioTVqE3</a> scoring super well on lighthouse, has dark mode and font size selector<br /><br />h8ers gonna be mad that it\'s wordpress and jQuery tho <a href=\"https://t.co/tyMNjdmnTH\">pic.twitter.com/tyMNjdmnTH</a></p>&mdash; Wes Bos (@wesbos) <a href=\"https://twitter.com/wesbos/status/1351957829461155849?ref_src=twsrc%5Etfw\">January 20, 2021</a></blockquote>\n</div>\n\n\n\n<p>Under the hood, code snoopers noticed an advertisement for the <a href=\"https://www.usds.gov/\">U.S. Digital Service</a> (USDS), the group of technologists who maintain many of the federal government&rsquo;s public-facing digital services.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>In addition to the message from USDS, the site&rsquo;s source code includes a link to the US government&rsquo;s analytics program at <a rel=\"noreferrer noopener\" href=\"https://analytics.usa.gov/\" target=\"_blank\">analytics.usa.gov</a>. Tim Lowden, who manages the federal government&rsquo;s aggregated web analytics initiative, <a href=\"https://twitter.com/tdlowden/status/1351939004342685697\">said</a> this data has been made available for the first time since late 2017.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The analytics service records more than 2.5 billion pageviews across federal government websites each month. The data is available to the public, but it&nbsp;<a href=\"https://www.digitalgov.gov/services/dap/common-questions-about-dap-faq/#part-4\">does not track individuals</a>, and&nbsp;<a href=\"https://support.google.com/analytics/answer/2763052?hl=en\">anonymizes the IP addresses</a>&nbsp;of visitors. It shows information for visitors&rsquo; devices, browsers, operating systems, and location broken down into cities and countries. Many of those visiting the site today are from countries other than the U.S. </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, 21 Jan 2021 00:20: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:\"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:46:\"Gary: WordPress Importers: Free (as in Speech)\";s: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:25:\"https://pento.net/?p=5478\";s: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://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\";s: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:8227:\"<p>Back at<a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\"> the start of this series</a>, I listed four problems within the scope of the WordPress Importers that we needed to address. Three of them are largely technical problems, which I covered in previous posts. In wrapping up this series, I want to focus exclusively on the fourth problem, which has a philosophical side as well as a technical one — but that does not mean we cannot tackle it!</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 4</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>Some services work against their customers, and actively prevent site owners from controlling their own content.</strong></p>\n</div></div>\n\n\n\n<p>Some services are merely inconvenient: they provide exports, but it often involves downloading a bunch of different files. Your CMS content is in one export, your store products are in another, your orders are in another, and your mailing list is in yet another. It&#8217;s not ideal, but they at least let you get a copy of your data.</p>\n\n\n\n<p>However, there&#8217;s another class of services that actively work against their customers. It&#8217;s these services I want to focus on: the services that don&#8217;t provide any ability to export your content — effectively locking people in to using their platform. We could offer these folks an escape! The aim isn’t to necessarily make them use WordPress, it’s to give them a way out, if they want it. Whether they choose to use WordPress or not after that is immaterial (though I certainly hope they would, of course). The important part is freedom of choice.</p>\n\n\n\n<p>It&#8217;s worth acknowledging that this is a different approach to how WordPress has historically operated in relation to other CMSes. We provide <em>importers</em> for many CMSes, but we previously haven&#8217;t written <em>exporters</em>. However, I don&#8217;t think this is a particularly large step: for CMSes that already provide exports, we&#8217;d continue to use those export files. This is focussed on the few services that try to lock their customers in.</p>\n\n\n\n<h2>Why Should WordPress Take This On?</h2>\n\n\n\n<p>There are several aspects to <em>why</em> we should focus on this.</p>\n\n\n\n<p>First of all, it&#8217;s the <a href=\"https://wordpress.org/about/\">the WordPress mission</a>. Underpinning every part of WordPress is the simplest of statements: </p>\n\n\n\n<p class=\"has-text-align-center\"><strong>Democratise Publishing</strong></p>\n\n\n\n<p class=\"has-text-align-center\"><em>The freedom to build. The freedom to change. The freedom to share.</em></p>\n\n\n\n<p>These freedoms are the pillars of a Free and Open Web, but they’re not invulnerable: at times, they need to be defended, and that needs people with the time and resources to offer a defence.</p>\n\n\n\n<p>Which brings me to my second point: WordPress has the people who can offer that defence! The WordPress project has so many individuals working on it, from such a wide variety of backgrounds, we&#8217;re able to take on a vast array of projects that a smaller CMS just wouldn&#8217;t have the bandwidth for. That&#8217;s not to say that we can do <em>everything</em>, but when there&#8217;s a need to defend the entire ecosystem, we&#8217;re able to devote people to the cause.</p>\n\n\n\n<p>Finally, it’s important to remember that WordPress doesn’t exist in a vacuum, we’re part of a broad ecosystem which can only exist through the web remaining open and free. By encouraging all CMSes to provide proper exports, and implementing them for those that don’t, we help keep our ecosystem healthy.</p>\n\n\n\n<p>We have the ability to take on these challenges, but we have a responsibility that goes alongside. We can&#8217;t do it solely to benefit WordPress, we need to make that benefit available to the entire ecosystem. This is why it&#8217;s important to<a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\"> define a WordPress export schema</a>, so that any CMS can make use of the export we produce, not just WordPress. If you’ll excuse the imagery for a moment, we can be the knight in shining armour that frees people — then gives them the choice of what they do with that freedom, without obligation.</p>\n\n\n\n<h2>How Can We Do It?</h2>\n\n\n\n<p>Moving on to the technical side of this problem, I can give you some good news: the answer is definitely <em>not</em> screen scraping. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f604.png\" alt=\"😄\" class=\"wp-smiley\" /> Scraping a site is fragile, impossible to transform into the full content, and provides an incomplete export of the site: anything that&#8217;s only available in the site dashboard can&#8217;t be obtained through scraping.</p>\n\n\n\n<p>I&#8217;ve recently been experimenting with an alternative approach to solving this problem. Rather than trying to create something resembling a traditional exporter, it turns out that modern CMSes provide the tools we need, in the form of REST APIs. All we need to do is call the appropriate APIs, and collate the results. The fun part is that we can authenticate with these APIs as the site owner, by calling them from a browser extension! So, that’s what I’ve been experimenting with, and it’s showing a lot of promise.</p>\n\n\n\n<p>If you&#8217;re interested in playing around with it, <a href=\"https://github.com/pento/free-as-in-speech\">the experimental code is living in this repository</a>. It&#8217;s a simple proof of concept, capable of exporting the text content of a blog on a Wix site, showing that we can make a smooth, comprehensive, easy-to-use exporter for any Wix site owner.</p>\n\n\n\n<img width=\"904\" height=\"446\" src=\"https://pento.net/wp-content/uploads/2021/01/Screen-Shot-2021-01-20-at-5.26.38-pm.png\" alt=\"Screenshot of the \" />\n\n\n\n<p>Clicking the export button starts a background script, which calls Wix&#8217;s REST APIs <em>as the site owner</em>, to get the original copy of the content. It then packages it up, and presents it as a WXR file to download.</p>\n\n\n\n<img width=\"972\" height=\"948\" src=\"https://pento.net/wp-content/uploads/2021/01/Screen-Shot-2021-01-20-at-5.27.38-pm.png\" alt=\"Screenshot of a Firefox download dialog, showing a Wix site packaged up as a WXR file.\" class=\"wp-image-5528\" />\n\n\n\n<p>I&#8217;m really excited about how promising this experiment is. It can ultimately provide a full export of any Wix site, and we can add support for other CMS services that choose to artificially lock their customers in.</p>\n\n\n\n<h2>Where Can I Help?</h2>\n\n\n\n<p>If you’re a designer or developer who’s excited about working on something new, head on over to the repository and <a href=\"https://github.com/pento/free-as-in-speech/issues\">check out the open issues</a>: if there’s something that isn’t already covered, feel free to open a new issue.</p>\n\n\n\n<p>Since this is new ground for a WordPress project, both technically and philosophically, I&#8217;d love to hear more points of view. It’s being discussed in <a href=\"https://make.wordpress.org/core/2021/01/19/dev-chat-agenda-for-january-20-2021-january-21-2021/#comment-40563\">the WordPress Core Dev Chat this week</a>, and you can also let me know what you think in the comments!</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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:\"Thu, 21 Jan 2021 00:14: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:4:\"Gary\";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:102:\"WPTavern: First Round of the FSE Outreach Program Concludes, Identifies Template-Editing Mode Problems\";s: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=110638\";s: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:247:\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems?utm_source=rss&utm_medium=rss&utm_campaign=first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\";s: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:5309:\"<p class=\"has-drop-cap\">The Full Site Editing (FSE) <a href=\"https://wptavern.com/help-steer-the-future-of-wordpress-via-the-fse-outreach-program\">Outreach Program</a> has now concluded its <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">first round of testing</a>. Its first focus area was centered on the template-editing mode introduced in <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">Gutenberg 9.6</a>. The volunteers involved with the project identified several pain points.</p>\n\n\n\n<p>Gutenberg 9.6 added a new button that allows end-users, provided they are using a block-based theme, to switch between editing their post and the template that displays the post. As Josepha Haden <a href=\"https://wptavern.com/gutenberg-9-3-provides-indicator-of-where-full-site-editing-is-going-a-future-without-widgets-and-customizer-screens\">said last year</a>, the ultimate goal is to &ldquo;consolidate down to just one beautiful, intuitive interface.&rdquo; Essentially, this new feature merges content and design in a way we have not seen in core WordPress before. It is a step toward that lofty goal.</p>\n\n\n\n<p>Traditionally, WordPress has always separated content from design. However, these two aspects of websites are continually merging together. There is a desire for this. The adoption of page builders over the last half-decade or so has made it abundantly clear.</p>\n\n\n\n<p>The biggest issue with this new template mode is that users need a working knowledge of the WordPress template system to understand the ramifications of their edits. One of the primary questions of the focus area was whether it was clear that the user was making large-scale changes to all posts when switching to the template-editing mode.</p>\n\n\n\n<p>&ldquo;I believe it was not clear enough how those changes could impact the site,&rdquo; <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/#comment-1307\">wrote H&eacute;ctor Prieto in response</a>. &ldquo;If you don&rsquo;t already know how templates, template parts, and global blocks like Site Title work, you might not understand how your editing will affect the rest of the site.&rdquo;</p>\n\n\n\n<p>Switching modes does create a quick popup at the bottom left of the screen that reads:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Editing template. Changes made here affect all posts and pages that use the template.</p></blockquote>\n\n\n\n<p>It is easy to miss before it fades away. There is a ticket to <a href=\"https://github.com/WordPress/gutenberg/issues/28175\">stick this message</a> on the screen and allow the user to dismiss it. There is also another ticket for clarifying when a user is <a href=\"https://github.com/WordPress/gutenberg/issues/27849\">editing a template vs. content</a>.</p>\n\n\n\n<img />Entering template-editing mode from the post editor.\n\n\n\n<p>Gutenberg&rsquo;s current method is different than what you might see in a typical page builder. When switching to template-editing mode, the user is no longer editing that single post&rsquo;s front-end output. Instead, they are making global edits. A page builder would generally save any customizations to that page alone. If this remains the same, it could be a hurdle for the average user to clear.</p>\n\n\n\n<p>A template creation feature needs to be a part of this new mode. Users should be able to fork or clone their existing single post template and save it as a new template specific to that post. Or, maybe hand them a way to save it as a reusable template (i.e., &ldquo;page&rdquo; template). Paal Joachim Romdahl <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/#comment-1303\">shared a similar thought</a>, likening it to the &ldquo;Save As&hellip;&rdquo; feature commonly found in computer programs.</p>\n\n\n\n<p>I do question whether users should be able to edit global templates while editing a single post. The two are only related insofar as the template displays the post content on the front end. WordPress should explore any type of design work from the post-editing screen as, first and foremost, specific to that post.</p>\n\n\n\n<p>The volunteers also identified other issues. Applying changes to the template and saving drops the user back into the post editor. The &ldquo;cancel&rdquo; button is tough to find &mdash; it is in a different location than where the user clicked to go into template-editing mode.</p>\n\n\n\n<p>Switching between post and template editing feels like an FSE 2.0 type of thing. The development team has enough issues on its plate with the normal site editor. It is a far cry from being a viable, production-ready product. The team&rsquo;s focus should be on working the kinks out of that system before merging it with the post editor. Crawl before you walk. Walk before you run.</p>\n\n\n\n<p>However, I am willing to be pleasantly surprised. In the long run, it will probably be a good thing that we are getting an early look at what these two different pieces of WordPress will look like working in conjunction.</p>\n\n\n\n<p>This is also why participation in the FSE Outreach Program is vital. The community needs this more formal type of process to identify areas that need improvement.</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, 20 Jan 2021 23:17: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:14:\"Justin Tadlock\";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:42:\"HeroPress: Changing Careers Into 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:56:\"https://heropress.com/?post_type=heropress-essays&p=3454\";s: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:136:\"https://heropress.com/essays/changing-careers-into-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=changing-careers-into-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:6844:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/012021-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: With WordPress skills, you have more concrete skills to offer.\" /><p>If you’re looking to change careers into technology, WordPress is a great way to do it.</p>\n<p>In 2013, I was in a career counselor’s office. Just realizing that I needed to change careers out of music, almost the only thing I had known for the last 20 years:</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/trombone-namm.jpg\"><img /></a>At NAMM in Anaheim, California\n<p>Aside from feeling like a huge failure, I knew I’d need a lot of luck to get a job.</p>\n<p>Someone would have to take a big chance on me.</p>\n<p>But there were a few problems.</p>\n<p>I was terrified of talking to strangers, much less asking them big favors. And I had almost no traditionally useful skills.</p>\n<p>Enter WordPress.</p>\n<h2>Lots Of Options</h2>\n<p>When you’re changing careers, you’ll want skills that will help no matter what you end up doing.</p>\n<p>You don’t want to deep-dive into calculus and find out that it won’t help.</p>\n<p>Learning WordPress is perfect.</p>\n<p>If you get really interested in the technical side, you can be a JS or PHP developer.</p>\n<p>If you really like content creation, that’s also great. You can start a blog or work in marketing.</p>\n<p>If none of it interests you, at least you can help people set up a website as you look for another career.</p>\n<p>So soon after meeting with the career counselor, I took Zac Gordon’s course on WordPress Theme Development.</p>\n<p>I wrote a theme based on his course, and really liked how WordPress worked.</p>\n<p>He taught me to build sites, and later write plugins.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-zac-gordon.jpg\"><img /></a>Zac Gordon with XWP\n<h2>Invite Yourself To The Party</h2>\n<p>The great thing about WordPress is that you can contribute right away.</p>\n<p>With some careers, you need somebody to take a chance on you before you can do much.</p>\n<p>To get experience as an investment banker or business consultant, you probably need to actually have the job.</p>\n<p>But with WordPress, you can invite yourself.</p>\n<p>You can open pull requests to Core or Gutenberg without anyone asking.</p>\n<p>You can deploy plugins to wp.org that real people use, without having a college degree.</p>\n<p>With this growing experience, I applied online to <a href=\"https://xwp.co/\">XWP</a>.</p>\n<p>Weston Ruter responded right away, and was really helpful.</p>\n<p>I started opening simple PRs to “help” with the Customizer work.</p>\n<p>In reality, my work might have slowed things down, and was really simple.</p>\n<p>But I didn’t have to wait to be invited. I invited myself to the party, and one of the PRs was merged into Core.</p>\n<p>Later, when I interviewed with <a href=\"https://xwp.co/\">XWP</a> and got the job, I could show that I had a little experience working with other developers.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-xwp-1.jpg\"><img /></a>XWP At WordCamp US Contributor Day, 2017\n<p>It’s still embarrassing looking back at the work I did. But WordPress allows you to contribute, regardless of your experience level.</p>\n<p>Years later, when I lived in Mexico City, one of my friends got interested in technology.</p>\n<p>He was like me. He had a degree in an unrelated field, and wanted a great career.</p>\n<p>So I showed him how much opportunity WordPress has.</p>\n<p>He did something similar to what I did.</p>\n<p>He opened PRs to an agency’s repos, and the agency asked him if he wanted to talk about a job, without him needing to apply. Years later, he’s still doing really well at his job.</p>\n<p>I did very little, other than point him to a huge opportunity: WordPress.</p>\n<h2>Concrete Skills</h2>\n<p>Changing careers is really awkward.</p>\n<p>You read about networking, which seems like you’re asking strangers for favors and sending spam DMs.</p>\n<p>You also learn to reframe things as transferable skills.</p>\n<p>So if you’ve done hard things, you can say you’re “comfortable with ambiguity.”</p>\n<p>But with WordPress skills, you have more concrete skills to offer.</p>\n<p>It’s less awkward explaining to someone why they should take a chance on you.</p>\n<p>You’ve shown you’re committed to your career path by your portfolio of plugins.</p>\n<p>And you don’t have to send spam DMs on LinkedIn.</p>\n<p>In 2014, I went to my first WordPress meetup, <a href=\"https://www.meetup.com/WPLosAngeles\">WordPress Los Angeles</a>. I was nervous, but I wasn’t trying to take any value.</p>\n<p>I could even answer a few questions.</p>\n<p>Renee Johnson and I met there. We even reunited in WordCamp Europe and Mexico City several years later when I lived there:</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-renee.jpg\"><img /></a>Yani Jimenez and Renee Johnson, Mexico City\n<p>With WordPress skills, you can flip from taking to giving value. Everything is much less awkward.</p>\n<p>As you probably know, there are many self-taught developers in WordPress.</p>\n<p>College degrees rarely come up in hiring conversations, at least in my experience.</p>\n<p>And I’ve found WordPress very accepting of different career backgrounds. Matt Mullenweg was a musician, famously naming every release after a jazz musician.</p>\n<p>People in WordPress are very understanding about changing careers.</p>\n<p>Now, I don’t hide it, and it’s rarely more than a footnote in conversations.</p>\n<h2>Mentorship</h2>\n<p>Don’t go it alone.</p>\n<p>It’s easy to think that you can just take online courses and eventually be ready for a job.</p>\n<p>But code reviews are one of the main ways you’ll learn. And people in WP want to help.</p>\n<p>If you contribute a few PRs to someone’s GitHub repo, they’ll probably do a quick code review of your own plugin or theme.</p>\n<p>Weston was really helpful in doing a detailed review of my theme.</p>\n<p>You also can learn a lot contributing to Gutenberg or other plugins.</p>\n<p>They’ll give you detailed reviews. And you’ll basically get the same experience as if you were getting paid.</p>\n<p>But if I were to do this again, I’d also look for more formal mentorship.</p>\n<p>Hiring someone to review your plugins and themes would probably help.</p>\n<h2>Nothing To Fix</h2>\n<p>There’s a saying in marketing “what you can’t fix, you feature.”</p>\n<p>In WordPress, you don’t have to fix your non-traditional career background.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/changing-careers-into-wordpress/\">Changing Careers Into WordPress</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, 20 Jan 2021 17:50:06 +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:\"Ryan Kienstra\";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:44:\"Gary: WordPress Importers: Defining a Schema\";s: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:25:\"https://pento.net/?p=5495\";s: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://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\";s: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:8792:\"<p>While schemata are usually implemented using language-specific tools (eg, XML uses <a href=\"https://www.w3.org/standards/xml/schema\">XML Schema</a>, JSON uses <a href=\"https://json-schema.org/\">JSON Schema</a>), they largely use the same concepts when talking about data. This is rather helpful, we don&#8217;t need to make a decision on <a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">data formats</a> before we can start thinking about how the data should be arranged.</p>\n\n\n\n<p><em>Note: Since these concepts apply equally to all data formats, I&#8217;m using &#8220;WXR&#8221; in this post as shorthand for &#8220;the structured data section of whichever file format we ultimately use&#8221;, rather than specifically referring to the existing WXR format.</em> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<h2>Why is a Schema Important?</h2>\n\n\n\n<p>It&#8217;s fair to ask why, if the WordPress Importers have survived this entire time <em>without</em> a formal schema, why would we need one now?</p>\n\n\n\n<p>There are two major reasons why we haven&#8217;t needed one in the past:</p>\n\n\n\n<ul><li>WXR has remained largely unchanged in the last 10 years: there have been small additions or tweaks, but nothing significant. There&#8217;s been no need to keep track of changes.</li><li>WXR is currently very simple, with just a handful of basic elements. In a recent experiment, I was able to implement a JavaScript-based WXR generator in just a few days, entirely by referencing <a href=\"https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/export.php\">the Core implementation</a>.</li></ul>\n\n\n\n<p>These reasons are also why it would help to implement a schema for the future:</p>\n\n\n\n<ul><li>As work on WXR proceeds, there will likely need to be substantial changes to what data is included: adding new fields, modifying existing fields, and removing redundant fields. Tracking these changes helps ensure any WXR implementations can stay in sync.</li><li>These changes will result in a more complex schema: relying on the source to re-implement it will become increasingly difficult and error-prone. Following Gutenberg&#8217;s lead, it&#8217;s likely that we&#8217;d want to provide official libraries in both PHP and JavaScript: keeping them in sync is best done from a source schema, rather than having one implementation copy the other.</li></ul>\n\n\n\n<p>Taking the time to plan out a schema now gives us a solid base to work from, and it allows for future changes to happen in a reliable fashion.</p>\n\n\n\n<h2>WXR for all of WordPress</h2>\n\n\n\n<p>With a well defined schema, we can start to expand what data will be included in a WXR file.</p>\n\n\n\n<h3>Media</h3>\n\n\n\n<p>Interestingly, many of the challenges around media files are less to do with WXR, and more to do with importer capabilities. The biggest headache is retrieving the actual files, which the importer currently handles by trying to retrieve the file from the remote server, as defined in the <code>wp:attachment_url</code> node. In context, this behaviour is understandable: 10+ years ago, personal internet connections were too slow to be moving media around, it was better to have the servers talk to each other. It&#8217;s a useful mechanism that we should keep as a fallback, but the more reliable solution is to include the media file with the export.</p>\n\n\n\n<h3>Plugins and Themes</h3>\n\n\n\n<p>There are two parts to plugins and themes: the code, and the content. Modern WordPress sites <em>require</em> plugins to function, and most are customised to suit their particular theme.</p>\n\n\n\n<p>For exporting the code, I wonder if a tiered solution could be applied:</p>\n\n\n\n<ul><li>Anything from WordPress.org would just need their slug, since they can be re-downloaded during import. Particularly as WordPress continues to move towards an auto-updated future, modified versions of plugins and themes are explicitly not supported.</li><li>Third party plugins and themes would be given a filter to use, where they can provide a download URL that can be included in the export file.</li><li>Third party plugins/themes that don’t provide a download URL would either need to be skipped, or zipped up and included in the export file.</li></ul>\n\n\n\n<p>For exporting the content, WXR already includes custom post types, but doesn&#8217;t include custom settings, or custom tables. The former should be included automatically, and the latter would likely be handled by an appropriate action for the plugin to hook into.</p>\n\n\n\n<h3>Settings</h3>\n\n\n\n<p>There are a currently handful of special settings that are exported, but (as I just noted, particularly with plugins and themes being exported) this would likely need to be expanded to included most items in&nbsp;<code>wp_options</code>.</p>\n\n\n\n<h3>Users</h3>\n\n\n\n<p>Currently, the bare minimum information about users who’ve authored a post is included in the export. This would need to be expanded to include more user information, as well as users who aren’t post authors.</p>\n\n\n\n<h2>WXR for <em>parts</em> of WordPress</h2>\n\n\n\n<p>The modern use case for importers isn&#8217;t just to handle a full site, but to handle keeping sites in sync. For example, most news organisations will have a staging site (or even several layers of staging!) which is synchronised to production.</p>\n\n\n\n<p>While it&#8217;s well outside the scope of this project to directly handle every one of these use cases, we should be able to provide the framework for organisations to build reliable platforms on. Exports should be repeatable, objects in the export should have unique identifiers, and the importer should be able to handle any subset of WXR.</p>\n\n\n\n<h2>WXR Beyond WordPress</h2>\n\n\n\n<p>Up until this point, we&#8217;ve really been talking about&nbsp;WordPress→WordPress migrations, but I think WXR is a useful format beyond that. Instead of just containing direct exports of the data from particular plugins, we could also allow it to contain &#8220;types&#8221; of data. This turns WXR into an intermediary language, exports can be created from any source, and imported into WordPress.</p>\n\n\n\n<p>Let&#8217;s consider an example. Say we create a tool that can export a Shopify, Wix, or GoDaddy site to WXR, how would we represent an online store in the WXR file? We don&#8217;t want to export in the format that any particular plugin would use, since a WordPress Core tool shouldn&#8217;t be advantaging one plugin over others.</p>\n\n\n\n<p>Instead, it would be better if we could format the data in a platform-agnostic way, which plugins could then implement support for. As luck would have it, <a href=\"https://schema.org/\">Schema.org</a> provides exactly the kind of data structure we could use here. It&#8217;s been <a href=\"https://schema.org/docs/releases.html\">actively maintained for nearly nine years</a>, it supports a <a href=\"https://schema.org/docs/schemas.html\">wide variety of data types</a>, and is intentionally platform-agnostic.</p>\n\n\n\n<p>Gazing into my crystal ball for a moment, I can certainly imagine a future where plugins could implement and declare support for importing certain data types. When handling such an import (assuming one of those plugins wasn&#8217;t already installed), the WordPress Importer could offer them as options during the import process. This kind of seamless integration allows WordPress to show that it offers the same kind of fully-featured site building experience that modern CMS services do.</p>\n\n\n\n<p>Of course, reality is never quite as simple as crystal balls and magic wands make them out to be. We have to contend with services that provide incomplete or fragmented exports, and there are even services that deliberately don&#8217;t provide exports at all. In the next post, I&#8217;ll be writing about why we should address this problem, and how we might be able to go about it.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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, 19 Jan 2021 23:13: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:4:\"Gary\";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:101:\"WPTavern: Custom Layouts Plugin Creates a Posts Display System for Both the Classic and Block Editors\";s: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=110409\";s: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:247:\"https://wptavern.com/custom-layouts-plugin-creates-a-posts-display-system-for-both-the-classic-and-block-editors?utm_source=rss&utm_medium=rss&utm_campaign=custom-layouts-plugin-creates-a-posts-display-system-for-both-the-classic-and-block-editors\";s: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:5383:\"<p class=\"has-drop-cap\">Ross Morsali, via his brand Code Amp, released the <a href=\"https://wordpress.org/plugins/custom-layouts/\">Custom Layouts</a> plugin last week. The plugin&rsquo;s goal is to provide a visual post layout builder for users of both the block and classic editors.</p>\n\n\n\n<p>For end-users, this is yet another choice between the multitude of plugins for displaying posts. After years of new plugins launching in this space, it would seem that there would be a clear front-runner, but developers are still trying to tame this wild and complex feature. The Custom Layouts plugin has its own approach, and it is worth giving it a quick spin to see if it suits you.</p>\n\n\n\n<p>I have written extensively about the <a href=\"https://wptavern.com/gutenberg-9-6-introduces-drag-and-drop-blocks-and-global-inheritance-for-the-query-block\">upcoming Query block</a> and its role in the <a href=\"https://wptavern.com/understanding-the-query-block-and-its-importance-in-site-editing\">future of WordPress</a>. However, it is necessary to look at alternative solutions for displaying posts via the block editor. The Gutenberg development team should take note of the things that work and those that do not.</p>\n\n\n\n<p>For developers, the plugin is a noteworthy experiment that uses the block editor component system outside of the actual editor. Custom Layouts uses these various components on its custom Layout and Template Editor screens.</p>\n\n\n\n<p>The plugin is a product of Morsali learning React and the block system in the last year and a half. &ldquo;Working with Gutenberg and the Block Editor as a developer is a far superior experience to the old paradigm (the classic editor) &mdash; the learning curve is definitely greater, but once you get over the hump it seems the future is bright,&rdquo; he wrote in the <a href=\"https://codeamp.com/creating-the-custom-layouts-plugin/\">plugin&rsquo;s announcement post</a>. &ldquo;I also love the fact that we don&rsquo;t actually need to be using the Block Editor to use Gutenberg components &mdash; that means we can still build what we want and how we want it (providing we&rsquo;re using React), whilst keeping the UI in tune with the rest of WordPress.&rdquo;</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<img />Template editor screen.\n\n\n\n<p class=\"has-drop-cap\">Custom Layouts takes a different route than similar plugins, splitting its components into different screens. The terminology can be confusing to the uninitiated. The plugin introduces two parts that serve as the foundation of its system:</p>\n\n\n\n<ul><li><strong>Templates:</strong> Handles the design of individual posts.</li><li><strong>Layouts:</strong> Controls queried posts and their layout.</li></ul>\n\n\n\n<p>I have had a beta version of the plugin since late December. This has given me three weeks to decide whether I like the approach. On the one hand, the plugin caters to two different user bases. One set can implement their layouts via the Custom Layouts block. Those on the classic editor can use the Layout Editor screen. Both share the Template Editor.</p>\n\n\n\n<img />Creating a three-column grid layout.\n\n\n\n<p>The plugin&rsquo;s system is a good option for users of the classic editor. It comes with a visual interface they would otherwise not have. It also provides a shortcode for easy copying/pasting into the post editor.</p>\n\n\n\n<p>For users of the block editor, having a separate screen for the template builder will likely feel unnatural. Because the block editor is a visual interface itself, the multiple screens create a disjointed atmosphere that never feels <em>right</em>.</p>\n\n\n\n<p>However, there is a solution for that in the plugin. I recommend users skip the Template Editor and Layout Editor screens altogether. The Custom Layouts block serves as an alternative layout builder in the block editor. Plus, users can edit existing templates via a popup overlay or even create new ones without ever leaving the post-editing screen. </p>\n\n\n\n<img />Overlay for editing a template.\n\n\n\n<p>Building everything from the post editor feels like it should feel. Users get more of that instant feedback that they are accustomed to through the block editor.</p>\n\n\n\n<p>There are benefits to the multi-component system. Separating the template builder means that users can build and reuse a specific design from a single source. They can also update individual templates, which will subsequently apply to all uses of those templates across the site.</p>\n\n\n\n<p>The other benefit is that end-users are not overloaded with choices. Building a query-related block, widget, shortcode, or similar component is fraught with complexity. This is because there are three pieces of laying out a list of posts: the query to load them, the overall layout, and the design of the individual posts. Putting options for each of these pieces into the block inspector, for example, means creating a balance between sacrificing some choices and providing every possible setting to the user. This balancing act is what drove Morsali toward separating the components of the plugin.</p>\n\n\n\n<p>On the whole, Custom Layouts is a solid plugin. The downside is that there is a little bit of a learning curve because it serves two audiences. Users will need to figure out which workflow best suits them first. Once they figure that out, the plugin is pretty nice to work with.</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, 19 Jan 2021 21: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:14:\"Justin Tadlock\";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:84:\"WPTavern: WordPress for Android Previews New Story Posts Feature, Now in Public 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=110474\";s: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:211:\"https://wptavern.com/wordpress-for-android-previews-new-story-posts-feature-now-in-public-beta?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-for-android-previews-new-story-posts-feature-now-in-public-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:3697:\"<p>WordPress users on Android may have noticed a new prompt in the mobile app for publishing Story posts. This feature is now in public beta in the Android app, ahead of an upcoming launch on the WordPress iOS app. Stories will also coming to the Block editor on WordPress.com in early 2021. </p>\n\n\n\n<p>Early access to Story posts is available in version 16.3+ of the app, released in mid-December. The prompt appears at the bottom of the site management screen. Selecting a Story post immediately takes you to your phone&rsquo;s media where you can add photos or a video.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p><br />The mobile app&rsquo;s implementation of the Stories feature is different from other platforms, like Instagram and Facebook, in several key ways. Most importantly, WordPress stories are not ephemeral. They live permanently on your site and anyone can view them after they are published. WordPress.com&rsquo;s <a href=\"https://wordpress.com/support/story-block/\">documentation</a> for the block highlights a few differences: </p>\n\n\n\n<ul><li>Posts with Stories won&rsquo;t disappear after 24 hours.&nbsp;</li><li>The Story content can be added to and edited after publishing.&nbsp;</li><li>Anyone visiting your site can view the Story.&nbsp;</li><li>You can share your Story on any platform using the post&nbsp;<a href=\"https://wordpress.com/support/permalinks-and-slugs/\">permalink</a>.</li></ul>\n\n\n\n<p>After testing the feature, I can confirm a few more differences. While the WordPress app&rsquo;s implementation transcends other platforms&rsquo; limitations on the duration of the story&rsquo;s visibility, it lacks basic features that users have come to expect from other apps. It doesn&rsquo;t support animated gifs, effects, location, stickers, music, and other embellishments that make stories such a creative social medium. At the moment, the only thing you can do is add colored text with a background.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>Videos work as Stories, too, but they don&rsquo;t seem to have the same preview with a thumbnail image. It&rsquo;s just a generic placeholder for now. That may be something the team is still working on, but I logged an <a href=\"https://github.com/wordpress-mobile/WordPress-Android/issues/13809\">issue</a> on GitHub for it, in case it&rsquo;s a bug. </p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>In the interest of owning your own content, I can see it being useful to create stories on your own website and share them to other networks. The current implementation is basically a fullscreen slideshow. It is not yet more compelling than what social networks offer, but it looks like WordPress for iOS <a href=\"https://github.com/tumblr/kanvas-ios/projects/1\">plans to expand on these features</a> using the open source <a href=\"https://github.com/tumblr/kanvas-ios\">Kanvas library</a> from Tumblr.</p>\n\n\n\n<p>Kanvas makes it possible to add&nbsp;effects, drawings, text, stickers, and make GIFs from existing media or the camera. If you have ever used the&nbsp;<a href=\"https://apps.apple.com/us/app/tumblr/id305343404\">Tumblr iOS app</a> then you have seen Kanvas in action in the camera, media editor, GIF maker, and media posting tool. It should make for a more exciting Stories implementation on iOS, with features on par with what users have come to expect from other platforms. Something similar for Android may be in the works and this post will be updated as soon as we receive comments from the mobile team.</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, 18 Jan 2021 23:55:06 +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:53:\"Gary: WordPress Importers: Getting Our House in Order\";s: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:25:\"https://pento.net/?p=5465\";s: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://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\";s: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:15440:\"<p>The <a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">previous post</a> talked about the broad problems we need to tackle to bring our importers up to speed, making them available for everyone to use.</p>\n\n\n\n<p>In this post, I&#8217;m going to focus on what we could do with the existing technology, in order to give us the best possible framework going forward.</p>\n\n\n\n<h2>A Reliable Base</h2>\n\n\n\n<p>Importers are an interesting technical problem. Much like you&#8217;d expect from any backup/restore code, importers need to be extremely reliable. They need to comfortable handle all sorts of unusual data, and they need to keep it all safe. Particularly considering their age, the WordPress Importers do a remarkably good job of handling most content you can throw at it.</p>\n\n\n\n<p>However, modern development practices have evolved and improved since the importers were first written, and we should certainly be making use of such practices, when they fit with our requirements.</p>\n\n\n\n<p>For building reliable software that we expect to largely run by itself, a variety of comprehensive automated testing is critical. This ensures we can confidently take on the broader issues, safe in the knowledge that we have a reliable base to work from.</p>\n\n\n\n<p>Testing <em>must</em> be the first item on this list. A variety of automated testing gives us confidence that changes are safe, and that the code can continue to be maintained in the future.</p>\n\n\n\n<p>Data formats must be well defined. While this is useful for ensuring data can be handled in a predictable fashion, it&#8217;s also a very clear demonstration of our commitment to data freedom.</p>\n\n\n\n<p>APIs for creating or extending importers should be straightforward for hooking into.</p>\n\n\n\n<h3>Performance Isn&#8217;t an Optional Extra</h3>\n\n\n\n<p>With sites constantly growing in size (and with the export files potentially gaining a heap of extra data), we need to care about the performance of the importers.</p>\n\n\n\n<p>Luckily, there&#8217;s already been some substantial work done on this front:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2015/11/18/wordpress-importer-redux/\">WordPress Importer Redux</a></blockquote>\n</div>\n\n\n\n<p>There are other groups in the WordPress world who&#8217;ve made performance improvements in their own tools: gathering all of that experience is a relatively quick way to bring in production-tested improvements.</p>\n\n\n\n<h2>The WXR Format</h2>\n\n\n\n<p>It&#8217;s worth talking about the WXR format itself, and determining whether it&#8217;s the best option for handling exports into the future. XML-based formats are largely viewed as a relic of days gone past, so (if we were to completely ignore backwards compatibility for a moment) is there a modern data format that would work better?</p>\n\n\n\n<p>The short answer&#8230; kind of. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<p>XML is actually well suited to this use case, and (particularly when looking at performance improvements) is the only data format for which PHP comes with a built-in streaming parser.</p>\n\n\n\n<p>That said, WXR is basically an extension of the RSS format: as we add more data to the file that clearly doesn&#8217;t belong in RSS, there is likely an argument for defining an entirely WordPress-focused schema.</p>\n\n\n\n<h3>Alternative Formats</h3>\n\n\n\n<p>It&#8217;s important to consider what the priorities are for our export format, which will help guide any decision we make. So, I&#8217;d like to suggest the following priorities (in approximate priority order):</p>\n\n\n\n<ul><li><strong>PHP Support</strong>: The format should be natively supported in PHP, thought it is still workable if we need to ship an additional library.</li><li><strong>Performant</strong>: Particularly when looking at very large exports, it should be processed as quickly as possible, using minimal RAM.</li><li><strong>Supports Binary Files</strong>: <a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/#comment-37926\">The first comments on my previous post</a> asked about media support, we clearly should be treating it as a first-class citizen.</li><li><strong>Standards Based</strong>: Is the format based on a documented standard? (Another way to ask this: are there multiple different implementations of the format? Do those implementations all function the same?</li><li><strong>Backward Compatible</strong>: Can the format be used by existing tools with no changes, or minimal changes?</li><li><strong>Self Descriptive</strong>: Does the format include information about what data you&#8217;re currently looking at, or do you need to refer to a schema?</li><li><strong>Human Readable</strong>: Can the file be opened and read in a text editor?</li></ul>\n\n\n\n<p>Given these priorities, what are some options?</p>\n\n\n\n<h4>WXR (XML-based)</h4>\n\n\n\n<p>Either the RSS-based schema that we already use, or a custom-defined XML schema, the arguments for this format are pretty well known.</p>\n\n\n\n<p>One argument that hasn&#8217;t been well covered is how there&#8217;s a definite trade-off when it comes to supporting binary files. Currently, the importer tries to scrape the media file from the original source, which is not particularly reliable. So, if we were to look at including media files in the WXR file, the best option for storing them is to base64 encode them. Unfortunately, that would have a serious effect on performance, as well as readability: adding huge base64 strings would make even the smallest exports impossible to read.</p>\n\n\n\n<p>Either way, this option would be mostly backwards compatible, though some tools may require a bit of reworking if we were to substantial change the schema.</p>\n\n\n\n<h4>WXR (ZIP-based)</h4>\n\n\n\n<p>To address the issues with media files, an alternative option might be to follow the path that Microsoft Word and OpenOffice use: put the text content in an XML file, put the binary content into folders, and compress the whole thing. </p>\n\n\n\n<p>This addresses the performance and binary support problems, but is initially worse for readability: if you don&#8217;t know that it&#8217;s a ZIP file, you can&#8217;t read it in a text editor. Once you unzip it, however, it does become quite readable, and has the same level of backwards compatibility as the XML-based format.</p>\n\n\n\n<h4>JSON</h4>\n\n\n\n<p>JSON could work as a replacement for XML in both of the above formats, with one additional caveat: there is no streaming JSON parser built in to PHP. There are 3rd party libraries available, but given <a href=\"http://seriot.ch/parsing_json.php\">the documented differences between JSON parsers</a>, I would be wary about using one library to produce the JSON, and another to parse it.</p>\n\n\n\n<p>This format largely wouldn&#8217;t be backwards compatible, though tools which rely on the export file being plain text (eg, command line tools to do broad search-and-replaces on the file) can be modified relatively easily.</p>\n\n\n\n<p>There are additional subjective arguments (both for and against) the readability of JSON vs XML, but I&#8217;m not sure there&#8217;s anything to them beyond personal preference.</p>\n\n\n\n<h4>SQLite</h4>\n\n\n\n<p>The <a href=\"https://sqlite.org/index.html\">SQLite</a> team wrote <a href=\"https://www.sqlite.org/affcase1.html\">an interesting (indirect) argument</a> on this topic: OpenOffice uses a ZIP-based format for storing documents, the SQLite team argued that there would be benefits (particularly around performance and reliability) for OpenOffice to switch to SQLite.</p>\n\n\n\n<p>They key issues that I see are:</p>\n\n\n\n<ul><li>SQLite is included in PHP, but <a href=\"https://www.php.net/manual/en/sqlite3.installation.php\">not enabled by default on Windows</a>.</li><li>While the SQLite team have a strong commitment to providing long-term support, SQLite is not a standard, and the only implementation is the one provided by the SQLite team.</li><li>This option is not backwards compatible at all.</li></ul>\n\n\n\n<h4>FlatBuffers</h4>\n\n\n\n<p><a href=\"http://google.github.io/flatbuffers/\">FlatBuffers</a> is an interesting comparison, since it&#8217;s a data format focussed entirely on speed. The down side of this focus is that it <em>requires</em> a defined schema to read the data. Much like SQLite, the only standard for FlatBuffers is the implementation. Unlike SQLite, FlatBuffers has made no commitments to providing long-term support.</p>\n\n\n\n<table class=\"has-fixed-layout\"><thead><tr><th></th><th class=\"has-text-align-center\">WXR (XML-based)</th><th class=\"has-text-align-center\">WXR (ZIP-based)</th><th class=\"has-text-align-center\">JSON</th><th class=\"has-text-align-center\">SQLite</th><th class=\"has-text-align-center\">FlatBuffers</th></tr></thead><tbody><tr><td>Works in PHP?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td></tr><tr><td>Performant?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td></tr><tr><td>Supports Binary Files?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td></tr><tr><td>Standards Based?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /> / <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr><tr><td>Backwards Compatible?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr><tr><td>Self Descriptive?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr><tr><td>Readable?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /> / <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr></tbody></table>\n\n\n\n<p>As with any decision, this is a matter of trade-offs. I&#8217;m certainly interested in hearing additional perspectives on these options, or thoughts on options that I haven&#8217;t considered.</p>\n\n\n\n<p>Regardless of which particular format we choose for storing WordPress exports, every format should have (or in the case of FlatBuffers, <em>requires</em>) a schema. We can talk about schemata without going into implementation details, so I&#8217;ll be writing about that in the next post.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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:\"Mon, 18 Jan 2021 22:50: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";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:63:\"WPTavern: Kinsta Launches Free Local WordPress Development Tool\";s: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=110351\";s: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:171:\"https://wptavern.com/kinsta-launches-free-local-wordpress-development-tool?utm_source=rss&utm_medium=rss&utm_campaign=kinsta-launches-free-local-wordpress-development-tool\";s: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:5961:\"<p class=\"has-drop-cap\">Kinsta, a managed WordPress hosting company, announced its local development tool named <a href=\"https://kinsta.com/devkinsta/\">DevKinsta</a> earlier today. The tool allows developers to spin up new WordPress sites, including multisite support, in moments. Each site is automatically configured with Nginx, PHP, and MySQL.</p>\n\n\n\n<p>DevKinsta packages Adminer, an open-source database manager. The system also includes an SMTP server and email inbox for testing outgoing emails locally.</p>\n\n\n\n<p>&ldquo;This is the first version of the tool, let&rsquo;s say the MVP, but we have a dedicated development team supporting and adding a lot of new features to it,&rdquo; said Tom Zsomborgi, Kinsta&rsquo;s Chief Business Officer.</p>\n\n\n\n<p>Developers can run and test HTTPS support and enable <code>WP_DEBUG</code> at the flip of a switch. Kinsta web hosting customers can also deploy their sites directly from the interface.</p>\n\n\n\n<p>It took me around an hour to get the system set up and running. To be more exact, I spent 53 minutes. Close enough. Between having to sign out, restart my laptop, and waiting for various pieces to install, I at least managed to get a little laundry done in those dull, in-between moments.</p>\n\n\n\n<img />Installing DevKinsta on Windows.\n\n\n\n<p>The setup process was not a completely pain-free affair. However, the price of admission to use this tool &mdash; a little bit of my time &mdash; was well worth it.</p>\n\n\n\n<p>Let me be clear. I have tested far worse systems. Even with over 15 years of development experience under my belt, I have utterly failed at setting up other local dev environments. For DevKinsta to simply get me to the finish line is a success.</p>\n\n\n\n<p>However, I like simple things, and I prefer them to move along relatively quickly. I am accustomed to a 20-minute XAMPP setup. While it may not be as fancy or have the bells and whistles of more sophisticated development tools, it gets the job done and rarely doles out headaches.</p>\n\n\n\n<p>The holdup was setting up Windows Subsystem for Linux (WSL 2) and Docker, which are both requirements. Jump-starting DevKinsta itself was a breeze. And, as an old-school XAMPP user, DevKinsta&rsquo;s ease of use has pulled me in enough to do more than just give it a passing glance. I could actually see myself using this on a day-to-day basis.</p>\n\n\n\n<p>In short, I am sold. DevKinsta is a tool all WordPress developers should at least spin up once.</p>\n\n\n\n<p>Thus far, the <a href=\"https://twitter.com/kinsta/status/1351177344740941829\">feedback on Twitter</a> has been generally positive. However, Linux users may have to wait a bit because the tool is only available for macOS and Windows at the moment.</p>\n\n\n\n<p>&ldquo;I love seeing companies releasing local development tools but I wish more would offer their services to Linux users,&rdquo; <a href=\"https://twitter.com/chadmccullough/status/1351195217483988998\">tweeted</a> WordPress developer Chad McCullough. &ldquo;There are a lot of us developers out there running Linux.&rdquo; The Kinsta team responded that the tool will eventually support Linux and that news is forthcoming.</p>\n\n\n\n<img />Spinning up a new WordPress site.\n\n\n\n<p>The simple and straightforward UI is what makes this tool useful. Most developers do not need overly complicated configurations and options. They simply need to launch an environment that lets them work on their own projects. Anything beyond the basics far too often gets in the way.</p>\n\n\n\n<p>DevKinsta makes it easy to launch and manage multiple development installs. Developers can also switch PHP versions via a simple dropdown &mdash; versions 7.2 &ndash; 8.0 are currently supported.</p>\n\n\n\n<img />Site management screen.\n\n\n\n<p>The obvious comparison for DevKinsta will be against <a href=\"https://localwp.com/\">Local by Flywheel</a>, which has increasingly become a primary tool for many WordPress developers.</p>\n\n\n\n<p>Zsomborgi explained why the company thinks DevKinsta is a better option. &ldquo;In our case, Docker is an important part here. Local doesn&rsquo;t use virtualization in the background. Local has to install every piece of the environment to the host machine (NGINX, apache, different PHP versions, etc.). DevKinsta encapsulates these technologies into containers. Containers do make things easier for maintaining different applications without interrupting the host OS or installing many of the dependencies that are not required. We pretty much don&rsquo;t touch the host OS, but have Docker as our main dependency to run the applications on their own environments.&rdquo;</p>\n\n\n\n<p>He said this speeds up the upgrade process and makes it easier to maintain bug fixes and send out security patches. He also said that because each application runs on its own Kernel namespace, any security issues should not affect the host OS.</p>\n\n\n\n<p>&ldquo;If the user is comfortable enough with Docker, he can extend DevKinsta features,&rdquo; said Zsomborgi. &ldquo;For example, he can monitor the usage of the container, or the PHP usage specifically as an example with docker monitoring tools that comes out of the box with Docker installation. The user can install any utility inside DevKinsta containers without touching the host OS and use applications that are not supported on Windows, for example.&rdquo;</p>\n\n\n\n<p>One of the use cases he mentioned was installing a benchmark tool to get statistics about site performance. This can be installed inside the Nginx container as a sidecar or separate container.</p>\n\n\n\n<p>&ldquo;In the past, Local didn&rsquo;t use exactly Docker,&rdquo; said Zsomborgi. &ldquo;They used VirtualBox + DockerMachine. We tried it, and it was a bit painful. But without VirtualBox, DevKinsta can be more stable and scalable. So we use Docker without VirtualBox. It also needs virtualization, but nowadays, there are fewer Windows computers that have disabled virtualization by default.&rdquo;</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, 18 Jan 2021 21:07:16 +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:\"Justin Tadlock\";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:46:\"Gary: WordPress Importers: Stating the Problem\";s: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:25:\"https://pento.net/?p=5449\";s: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://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\";s: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:8838:\"<p>It&#8217;s time to focus on the WordPress Importers.</p>\n\n\n\n<p>I&#8217;m not talking about tidying them up, or improve performance, or fixing some bugs, though these are certainly things that should happen. Instead, we need to consider their purpose, how they fit as a driver of WordPress&#8217; commitment to Open Source, and how they can be a key element in helping to keep the Internet Open and Free.</p>\n\n\n\n<h2>The History</h2>\n\n\n\n<p>The WordPress Importers are arguably <em>the</em> key driver to WordPress&#8217; early success. Before the importer plugins existed (before WordPress even supported plugins!) there were a handful of <code>import-*.php</code> scripts in the <a href=\"https://core.trac.wordpress.org/browser/trunk/wp-admin?rev=688\"><code>wp-admin</code> directory</a> that could be used to import blogs from other blogging platforms. When other platforms fell out of favour, WordPress already had an importer ready for people to move their site over. One of the most notable instances was in 2004, <a href=\"https://github.com/WordPress/book/blob/trunk/Content/Part%202/9-freedom-zero.md\">when Moveable Type changed their license and prices</a>, suddenly requiring personal blog authors to pay for something that had previously been free. WordPress was fortunate enough to be in the right place at the right time: many of WordPress&#8217; earliest users came from Moveable Type.</p>\n\n\n\n<p>As time went on, WordPress became well known in its own right. Growth relied less on people wanting to switch from another provider, and more on people choosing to start their site with WordPress. For <a href=\"https://core.trac.wordpress.org/ticket/13307\">practical reasons</a>, the importers were moved out of WordPress Core, and into their own plugins. Since then, they&#8217;ve largely been in maintenance mode: bugs are fixed when they come up, but since export formats rarely change, they&#8217;ve just continued to work for all these years.</p>\n\n\n\n<p>An unfortunate side effect of this, however, is that new importers are rarely written. While a new breed of services have sprung up over the years, the WordPress importers haven&#8217;t kept up.</p>\n\n\n\n<h2>The New Services</h2>\n\n\n\n<p>There are many new CMS services that have cropped up in recent years, and we don&#8217;t have importers for any of them. WordPress.com has a few extra ones written, but they&#8217;ve been built on the WordPress.com infrastructure out of necessity.</p>\n\n\n\n<p>You see, we&#8217;ve always assumed that other CMSes will provide some sort of export file that we can use to import into WordPress. That isn&#8217;t always the case, however. Some services (notable, <a href=\"https://support.wix.com/en/article/exporting-or-embedding-your-wix-site-elsewhere\">Wix</a> and <a href=\"https://godaddy.com/community/Websites-Marketing-Website/Exporting-Website-Builder-Site-to-Word-Press/td-p/124526\">GoDaddy Website Builder</a>) deliberately don&#8217;t allow you to export your own content. Other services provide incomplete or fragmented exports, needlessly forcing stress upon site owners who want to use their own content outside of that service.</p>\n\n\n\n<p>To work around this, WordPress.com has implemented importers that effectively scrape the site: while this has worked to some degree, it does require regular maintenance, and the importer has to do a lot of guessing about how the content should be transformed. This is clearly not a solution that would be maintainable as a plugin.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 4</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>Some services work against their customers, and actively prevent site owners from controlling their own content.</strong></p>\n</div></div>\n\n\n\n<p>This strikes at the heart of the <a href=\"https://wordpress.org/about/#bill-of-rights\">WordPress Bill of Rights</a>. WordPress is built with fundamental freedoms in mind: all of those freedoms point to owning your content, and being able to make use of it in any form you like. When a CMS actively works against providing such freedom to their community, I would argue that we have an obligation to help that community out.</p>\n\n\n\n<h2>A Variety of Content</h2>\n\n\n\n<p>It&#8217;s worth discussing how, when starting a modern CMS service, the bar for success is very high. You can&#8217;t get away with just providing a basic CMS: you need to provide all the options. Blogs, eCommerce, mailing lists, forums, themes, polls, statistics, contact forms, integrations, embeds, the list goes on. The closest comparison to modern CMS services is&#8230; the <em>entire</em> WordPress ecosystem: built on WordPress core, but with the myriad of plugins and themes available, along with the variety of services offered by a huge array of companies.</p>\n\n\n\n<p>So, when we talk about the importers, we need to consider how they&#8217;ll be used.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 3</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>To import from a modern CMS service into WordPress, your importer needs to map from service features to WordPress plugins.</strong></p>\n</div></div>\n\n\n\n<h2>Getting Our Own House In Order</h2>\n\n\n\n<p>Some of these problems don&#8217;t just apply to new services, however.</p>\n\n\n\n<p>Out of the box, WordPress exports to WXR (WordPress eXtended RSS) files: an XML file that contains the <em>content</em> of the site. Back when WXR was first created, this was all you really needed, but much like the rest of the WordPress importers, it hasn&#8217;t kept up with the times. A modern WordPress site isn&#8217;t just the sum of its content: a WordPress site has plugins and themes. It has various options configured, it has huge quantities of media, it has masses of text content, far more than the first WordPress sites ever had.  </p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 2</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>WXR doesn&#8217;t contain a full export of a WordPress site.</strong></p>\n</div></div>\n\n\n\n<p>In my view, WXR is a solid format for handling exports. An XML-based system is quite capable of containing all forms of content, so it&#8217;s reasonable that we could expand the WXR format to contain the entire site.</p>\n\n\n\n<h2>Built for the Future</h2>\n\n\n\n<p>If there&#8217;s one thing we can learn from the history of the WordPress importers, it&#8217;s that maintenance will potentially be sporadic. Importers are unlikely to receive the same attention that the broader WordPress Core project does, owners may come and go. An importer will get attention if it breaks, of course, but it otherwise may go months or years without changing.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 1</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>We can&#8217;t depend on regular importer maintenance in the future.</strong></p>\n</div></div>\n\n\n\n<p>It&#8217;s quite possible to build code that will be running in 10+ years: we see examples all across the WordPress ecosystem. Doing it in a reliable fashion needs to be a deliberate choice, however.</p>\n\n\n\n<h2>What&#8217;s Next?</h2>\n\n\n\n<p>Having worked our way down from the larger philosophical reasons for the importers, to some of the more technically-oriented implementation problems; I&#8217;d like to work our way back out again, focussing on each problem individually. In the following posts, I&#8217;ll start laying out how I think we can bring our importers up to speed, prepare them for the future, and make them available for everyone.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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:\"Mon, 18 Jan 2021 00:25: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:4:\"Gary\";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:77:\"WPTavern: MapLibre Launches as Official Open Source Successor to Mapbox GL JS\";s: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=110489\";s: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:199:\"https://wptavern.com/maplibre-launches-as-official-open-source-successor-to-mapbox-gl-js?utm_source=rss&utm_medium=rss&utm_campaign=maplibre-launches-as-official-open-source-successor-to-mapbox-gl-js\";s: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:2864:\"<p>In December, Mapbox shocked its open source contributor community with the news that <a href=\"https://wptavern.com/mapbox-gl-js-is-no-longer-open-source\">Mapbox GL JS version 2.0 would be released under a proprietary license</a>. The JavaScript library powers interactive, customizable vector maps on many high profile websites like CNN, The New York Times, Ancestry, Strava, Shopify, Facebook, and more. Older versions remain open source but Mapbox will only be investing in developing new features for the proprietary version going forward.</p>\n\n\n\n<p>Multiple parties started their own forks immediately following Mapbox&rsquo;s announcement. In an effort to avoid fragmentation, the community worked together to merge their ideas under one project. One month later, <a href=\"https://github.com/maplibre/maplibre-gl-js\">MapLibre GL</a> is now the official open source successor to Mapbox GL JS. The project&rsquo;s founders represent a diverse group of companies who relied on the open source software, including MapTiler, Elastic, StadiaMaps, Microsoft, Ceres Imaging, WhereGroup, Jawg, Stamen Design, and more.</p>\n\n\n\n<p>&ldquo;In December 2020, Mapbox released the second version of their JavaScript library for publishing maps online,&rdquo; MapTiler founder and CEO Petr Pridal said. &ldquo;However, this time all the new features were overshadowed by a change in the license: previously free as in freedom, it became closed for external contributors and usage was restricted to people with active Mapbox subscriptions. One has to pay even for loading this JavaScript library.&rdquo;</p>\n\n\n\n<p>Pridal said the MapLibre project name is a shortened form of &ldquo;Map library restarted (or reinvented),&rdquo; with <em>libre</em> referring to freedom and independence. Its founders agreed that MapLibre should be provider-independent, so developers can load maps from their preferred providers or self-hosted maps.</p>\n\n\n\n<p> The community-led fork may also become home to <a href=\"https://github.com/maptiler/maplibre-gl-native\">MapLibre GL Native</a>, as contributors are considering a proposal to put MapTiler&rsquo;s open source fork of Mapbox&rsquo;s mobile map SDKs for Android and iOS under the MapLibre umbrella.</p>\n\n\n\n<p>Mapbox is used by <a href=\"https://jetpack.com/support/jetpack-blocks/map-block/\">WordPress.com</a> as well as in Jetpack for the <a href=\"https://jetpack.com/support/jetpack-blocks/map-block/\">Map block</a>. The library is also used in many&nbsp;<a href=\"https://wordpress.org/plugins/search/mapbox/\">plugins</a>&nbsp;on WordPress.org, some with tens of thousands of users. Plugin developers who have integrated Mapbox GL JS version 1.13 or older will want to check out the <a href=\"https://github.com/maplibre/maplibre-gl-js\">MapLibre</a> project as an open source alternative to Mapbox&rsquo;s proprietary 2.0 update. </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, 15 Jan 2021 23:51: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: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:99:\"WPTavern: A Multi-Theme System, the Decade-Long Wait for Grandchild Themes, and Themeless Templates\";s: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=110476\";s: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:239:\"https://wptavern.com/a-multi-theme-system-the-decade-long-wait-for-grandchild-themes-and-themeless-templates?utm_source=rss&utm_medium=rss&utm_campaign=a-multi-theme-system-the-decade-long-wait-for-grandchild-themes-and-themeless-templates\";s: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:5994:\"<p class=\"has-drop-cap\">Around 2010, child theming had finally caught its stride. Bigger theme shops were starting to take note, and some were implementing advanced parent themes that were meant to serve as a &ldquo;framework&rdquo; for creating child themes. The theme development community hit a bit of a brick wall amid this explosion of child theming. Grandchild themes became a topic of debate.</p>\n\n\n\n<p>One of the use cases for child themes was to protect customizations made by end-users. When the parent theme was updated, those changes remained intact within the child theme. Users could get bug fixes and enhancements without worry. It was an ingenious system.</p>\n\n\n\n<p>However, another use case for child themes was to create vast customizations of the parent theme. Many of these child themes were marketed and sold to end-users. <em>The problem?</em> There was no way for users to protect their customizations if and when the developer updated the child theme. WordPress had no grandchild theme concept or any other sort of cascading theme system beyond the parent-child relationship.</p>\n\n\n\n<p>So, the problem remained. Unsolved.</p>\n\n\n\n<p>Some businesses such as StudioPress and its Genesis parent theme thrived over the years with this system. Others moved along. In reality, child theming became a niche feature that WordPress never expanded upon in any meaningful way. Theme authors were left to their own devices. With the arrival of the customizer and the expansion of page builders, code customizations almost disappeared. Most modifications were handled via an interface launched from the WordPress admin. The average user had little need to DIY their way through custom templates. Thus began child theming&rsquo;s drizzle into near obscurity.</p>\n\n\n\n<p>Gutenberg&rsquo;s site editor, which will likely land in WordPress this year, had seemed to be the upcoming final blow to the child theming paradigm. Everyone from developers to end-users will be able to roll out custom templates directly from the WordPress admin.</p>\n\n\n\n<p>However, should we be rethinking the role of a hierarchical theming system?</p>\n\n\n\n<p>Full Site Editing is already introducing an extra level to the hierarchy. Traditionally, WordPress theming had a two-tier template hierarchy. In the future, it will add a tier for user-created templates. If that is possible, why not go ahead and throw in grandchild themes? Or, simply do away with such arbitrary limitations altogether?</p>\n\n\n\n<p>A new pull request to the Gutenberg repository essentially <a href=\"https://github.com/WordPress/gutenberg/pull/28131\">creates a multi-theme system</a>. Or, rather, it creates a multi-theme templating system. Aside from the <code>style.css</code>, <code>functions.php</code>, and <code>theme.json</code> files, block-based themes are essentially a collection of templates.</p>\n\n\n\n<p>The patch is proposing that users should be able to opt into this multi-template system. They would have the option to keep templates from an old theme around when they switch to a new one. While not currently implemented in the pull request, he also proposes allowing users to clone templates from their old theme.</p>\n\n\n\n<p>&ldquo;In recent months, there have been whispers around the future possibility of multiple themes being active, templates being &lsquo;themeless,&rsquo; etc.,&rdquo; wrote the patch creator. &ldquo;This branch is an implementation of that. The idea behind this implementation is there can only be one active theme at a time, but the <code>wp_theme</code> taxonomy can be used to link up individual templates / template parts with one or more themes at a time.&rdquo;</p>\n\n\n\n<p>It does not fulfill the dreams of a decade-old grandchild theme system. However, it could provide some precedent for exploring a full hierarchical theme system.</p>\n\n\n\n<p>With the simplification and further standardization of how themes work, we should be dusting off old ideas and shoving them into a new light.</p>\n\n\n\n<p>Full Site Editing will eventually solve the grandchild theme problem regardless of whether it had intended to. With the new tier of custom user templates, the upgradability problem created years ago will simply disappear. Users will be able to readily update their parent and child themes without fear of losing customizations. WordPress will safely store their custom templates in the database. It will even keep their design changes via the Global Styles system. Maybe, just maybe, child themes will begin to reach their initial height of popularity.</p>\n\n\n\n<p>With the proposed system, users could mix and match templates from unrelated themes. If this happens, it begs the question of whether <em>theme</em> templates are even necessary.</p>\n\n\n\n<p>Last year, Rich Tabor opened a discussion on the possibility of a <a href=\"https://richtabor.com/the-future-of-wordpress-themes/\">single master theme</a> for WordPress. In that system, WordPress would create a set of base templates. Theme authors could simply override the pieces that they wanted. They could even pare themes down to simple <code>style.css</code> and <code>theme.json</code> files.</p>\n\n\n\n<p>That almost seems to be a recipe for bland and boring themes. However, if you couple it with a template directory on WordPress.org similar to what GutenbergHub has <a href=\"https://wptavern.com/gutenberg-hub-launches-landing-page-templates-directory\">already introduced</a>, users could pick and choose the templates they want. It could be both wondrous and disastrous, but I would not mind exploring the idea.</p>\n\n\n\n<p>WordPress and its Gutenberg project have a lot of options on the table. Theme building could become interesting in the next year or two.</p>\n\n\n\n<p class=\"is-style-highlight\"><strong>Update:</strong><em> some names have been removed from this post at the request of the people in question.  While this is not standard procedure, they were removed because they were not integral to the story in this instance.</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, 15 Jan 2021 21:04: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:14:\"Justin Tadlock\";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:83:\"WPTavern: New Local Blueprint Enables One-Click Setup for Testing Full Site 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=110252\";s: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:211:\"https://wptavern.com/new-local-blueprint-enables-one-click-setup-for-testing-full-site-editing?utm_source=rss&utm_medium=rss&utm_campaign=new-local-blueprint-enables-one-click-setup-for-testing-full-site-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:5484:\"<p>If you haven&rsquo;t yet tested the Gutenberg team&rsquo;s progress on the full site editing (FSE) project, WordPress developer Carrie Dils has created a <a href=\"https://carriedils.com/full-site-editing-blueprint-for-local/\">blueprint for Local</a> that makes it easy to jump right in. Full site editing is phase 2 on the Gutenberg roadmap and is one of the <a href=\"https://wptavern.com/wordpress-5-7-development-kicks-off-with-focus-on-full-site-editing\">main focuses</a> for WordPress core development in 2021. (Check out <a href=\"https://wptavern.com/what-is-full-site-editing-and-what-does-it-mean-for-the-future-of-wordpress\">What Is Full Site Editing and What Does It Mean for the Future of WordPress</a> for a more in-depth look at why it is critical for end users to provide feedback during its development.)</p>\n\n\n\n<p><a href=\"https://localwp.com/\">Local</a> is one of the most popular free development tools for WordPress that allows users to set up new testing sites with one click, along with a host of more advanced features. Blueprints make it possible for users to save any site as a Blueprint so that it can be used as a quick start setup option later. The blueprint includes all files, databases, config files, and Local settings. Dils&rsquo; <a href=\"https://carriedils.com/full-site-editing-blueprint-for-local/\">full site editing blueprint</a> includes the following: </p>\n\n\n\n<ul><li><a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg</a>&nbsp;plugin (with &ldquo;Full Site Editing&rdquo; experiment enabled)</li><li><a href=\"https://github.com/WordPress/theme-experiments\">WordPress theme experiments</a>&nbsp;(these are themes with support for full site editing) with the Twenty Twenty-One Blocks theme enabled</li><li><a href=\"https://github.com/Automattic/theme-tools/tree/master/gutenberg-test-data\">Gutenberg test data</a>&nbsp;(demo blog posts that use the most common Gutenberg blocks)</li></ul>\n\n\n\n<p>Follow Dils&rsquo; instructions for downloading and installing the FSE blueprint on MacOS or Windows. Local does not yet have an easy way for installing and sharing blueprints to other Local users, so you will need to add it to the right place within the application&rsquo;s files. If you find that you don&rsquo;t have a Blueprints folder, it may be because it is hidden or because you have never created a blueprint before. Once the zip file is in the right location, you will see the full site editing blueprint among the advanced options when you set up a new site: </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Once your site is set up, you can start exploring the brave new world of full site editing. (Be prepared &ndash; it is far from production ready but FSE is at a critical time in its development where it needs testing from real users to be a success.) The Gutenberg plugin may need to be updated to the latest. Your new site editing playground can be launched from the Site Editor menu item. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>On the frontend you will find the Twenty Twenty Blocks theme activated. You can also test using the <a href=\"https://wordpress.org/themes/tt1-blocks/\">Twenty Twenty-One (TT1) Blocks theme</a>, which was added to the WordPress.org Themes directory today, or any of the other experimental block based themes included in the blueprint. Click around, explore the template browser, try editing the template parts, change the global styles, and see how it&rsquo;s coming along. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The current state of full site editing is rough. It&rsquo;s hard to tell a feature from a bug at times, but once you get familiar with navigating it you might consider joining the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">FSE Outreach Experiment</a>. This is an effort to test different aspects of site editing in order to ground the interface in real world feedback as it is developed. For the past few weeks, contributors have been testing the interaction between editing a post versus editing templates. </p>\n\n\n\n<p>Anne McCarthy posted the <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">first call for testing</a> to the&nbsp;<a href=\"https://make.wordpress.org/test/\">Make Test</a>&nbsp;blog with instructions for participants. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>This call for testing is designed to explore the interaction between the two editing experiences (post vs. template editing) to make sure it&rsquo;s clear when you&rsquo;re editing each, granular saving works properly, etc. Ultimately, being able to edit templates like index, single, or archive directly is a huge leap forward compared to what&rsquo;s been possible in the past! Unlocking this level of customization gives you far more control to build the site you want and this call for testing is to help ensure it&rsquo;s as intuitive as possible.</p></blockquote>\n\n\n\n<p>The second testing challenge should be published soon. Anyone can contribute by following along with the test script and leaving comments on the post or <a href=\"https://github.com/WordPress/gutenberg/issues\">logging them as issues on GitHub</a>. Participants are also invited to join the&nbsp;<a href=\"https://make.wordpress.org/core/tag/fse-outreach-experiment/\">#fse-outreach-experiment</a>&nbsp;channel on WordPress Slack for updates or questions regarding testing.</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, 15 Jan 2021 08:21: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: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:73:\"WPTavern: Show and Hide Content via the Block Visibility WordPress 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=110411\";s: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:191:\"https://wptavern.com/show-and-hide-content-via-the-block-visibility-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=show-and-hide-content-via-the-block-visibility-wordpress-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:5736:\"<p class=\"has-drop-cap\">Nick Diego&rsquo;s <a href=\"https://wordpress.org/plugins/block-visibility/\">Block Visibility</a> is not the only plugin to take on the challenge of controlling when blocks are visible on the front end. Other plugins like EditorsKit do a fine job of it. However, Block Visibility is a solution users should not overlook, even if they have already begun testing other options.</p>\n\n\n\n<p>Diego first released the plugin in August 2020. Since then, he has added routine updates that have added value without shifting its focus.</p>\n\n\n\n<p>One of the biggest reasons to use this plugin is that it is a standalone project. It is purely about doing one thing and doing it well. Its settings are all about giving users complete control over how they want to manage block visibility. From my experience with it, the plugin does its job better than alternatives.</p>\n\n\n\n<p>It may not have a large number of installs, but if its five-star rating on WordPress.org is any indication, it at least has a happy user base.</p>\n\n\n\n<p>Diego does have plans for a <a href=\"https://www.blockvisibilitywp.com/premium/\">pro add-on</a>. The tentative release date is set for Spring 2021. He seems to be moving forward with that launch after adding some foundational code in the recent version 1.4 release.</p>\n\n\n\n<p>&ldquo;As Block Visibility grows, there will be advanced and/or niche functionality that will be useful for certain users,&rdquo; wrote Diego in the <a href=\"https://www.blockvisibilitywp.com/whats-new-in-version-1-4/\">1.4 release announcement</a>. &ldquo;Think integrations with other third-party plugins. There will always be a free version of the plugin but some of these additional features will ultimately be provided by a premium (paid) add-on called Block Visibility Pro.&rdquo;</p>\n\n\n\n<p>In my previous job, one of my primary products focused on membership solutions. There is a seemingly endless number of possibilities that users dream up to control content visibility. I have little doubt that a pro add-on is necessary for catching all of the edge cases.</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<p class=\"has-drop-cap\">Block Visibility is easy to use. End-users click a toggle switch, select from a date-picker, or tick a radio box. Their blocks are shown or hidden on the front end based on their selections. It does not get much simpler than that.</p>\n\n\n\n<p>The plugin adds a new &ldquo;Visibility&rdquo; tab for each block, which displays the visibility controls. The exception to this is for inner blocks. For example, the Columns block has controls, but the inner Column blocks do not. However, this can be enabled for inner blocks via the &ldquo;Full Control Mode&rdquo; on the plugin&rsquo;s settings screen.</p>\n\n\n\n<p>There are three primary types of options:</p>\n\n\n\n<ul><li>Hide the block from everyone.</li><li>Time-based start and stop dates for displaying.</li><li>Visibility by user role.</li></ul>\n\n\n\n<img />Block Visibility&rsquo;s controls in the inspector.\n\n\n\n<p>Hiding the block from everyone might be useful for users who are testing on a page or for blocks that are a work in progress. Start and stop dates create the potential for drip or trial content on membership-based sites, especially when combined with the role-based visibility options.</p>\n\n\n\n<p>These basic options will cover the majority of scenarios that the average user will need them for.</p>\n\n\n\n<p>One of the nicer features of the plugin is that it adds a transparent gray overlay, dashed border, and icon to each block that has visibility options set. This is shown when the block is not selected in the editor. It is one of those small touches that make the plugin useful.</p>\n\n\n\n<img />Overlay for blocks with visibility options.\n\n\n\n<p>There is one confusing piece of the UI. There are two instances where there is a &ldquo;public&rdquo; option. That label immediately makes me think that the block should be visible to everyone. However, reading the description is necessary. These options are for showing content to logged-out users only. I would rather see these two options renamed to &ldquo;logged out&rdquo; for clarity.</p>\n\n\n\n<h2>A Promising Future</h2>\n\n\n\n<p class=\"has-drop-cap\">While Block Visibility is a solid plugin right now, we are barely scratching the surface of what will be possible in the long run. In version 1.4, released two weeks ago, Diego added preliminary compatibility with Full Site Editing. This means visibility options will no longer be confined to the post or page content.</p>\n\n\n\n<p>&ldquo;Once every piece of content on a website is a &lsquo;block,&rsquo; you will be able to easily control the visibility of practically anything on a WordPress website,&rdquo; wrote Diego in the version 1.4 announcement post. &ldquo;From dynamic navigation menus to user specific headers and footers, the possibilities are endless!&rdquo;</p>\n\n\n\n<p>Gutenberg&rsquo;s site editor is a beta feature right now, but the plugin&rsquo;s integration seems to already work well. I ran a quick test to show a custom nav menu to shop customers only. I had no problems on my end.</p>\n\n\n\n<img />Setting visibility options for a menu in Gutenberg&rsquo;s site editor.\n\n\n\n<p>Users will not be limited to such basic needs in the future. Imagine showing ads in a sidebar to logged-out users. Imagine adding a time-sensitive holiday sale banner in the header. Imagine designing a homepage template that displays different content to subscribers vs. visitors.</p>\n\n\n\n<p>There are ways to do all of this today by piecing various plugins together, using custom shortcodes, or writing code. However, when an entire site is made of blocks, you only need one method to control anything&rsquo;s visibility. Literally.</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, 14 Jan 2021 22:23: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:14:\"Justin Tadlock\";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:74:\"WPTavern: WordPress Proposal To Align Release Cycle With Industry Standard\";s: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=110354\";s: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:193:\"https://wptavern.com/wordpress-proposal-to-align-release-cycle-with-industry-standard?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-proposal-to-align-release-cycle-with-industry-standard\";s: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:7102:\"<p class=\"has-drop-cap\">Yesterday, Francesca Marano opened a <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">proposal for changing the phases</a> of the core WordPress release cycle. It was a recap of a <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/\">discussion</a> the began in October 2020. The goal is to align the platform&rsquo;s phases with the larger development industry standard.</p>\n\n\n\n<p>Aside from naming, WordPress has mostly followed the software industry in how it tackles its release cycle. Following a well-known convention can make it easier for developers outside of the WordPress ecosystem to transition into it. It would also allow developers to follow cycles of other projects, many of which are WordPress dependencies. This sort of standardization is generally viewed as a good thing throughout the software development world.</p>\n\n\n\n<p>Based on the ongoing discussions since October, there is a consensus on renaming the phases to align with the standard. The following table shows what each phase would be renamed to:</p>\n\n\n\n<table class=\"has-subtle-pale-blue-background-color has-background\"><thead><tr><th class=\"has-text-align-right text-right\">Phase</th><th>Current Name</th><th>Proposed Name</th></tr></thead><tbody><tr><td class=\"has-text-align-right text-right\"><strong>1</strong></td><td>Planning and securing team leads</td><td>Preliminary Planning</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>2</strong></td><td>Development work begins</td><td>Alpha</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>3</strong></td><td>Beta</td><td>Beta</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>4</strong></td><td>Release candidate</td><td>Release Candidate</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>5</strong></td><td>Launch</td><td>General release</td></tr></tbody></table>\n\n\n\n<p>However, this is a two-part proposal. Simply renaming the phases does not change how the release cycle works. To follow the standard strictly, WordPress would need to change when code is committed too.</p>\n\n\n\n<h2>How To Handle the Beta Phase</h2>\n\n\n\n<p class=\"has-drop-cap\">There is one point of contention with how to handle the Beta stage. The standard calls for no additional code changes other than new bug fixes introduced earlier in the cycle. For the WordPress project, this creates a problem.</p>\n\n\n\n<p>WordPress will be 18 years old this year. Over the years, it has racked up a ton of older bugs. These are often fixed later in the cycle, sometimes during the Beta stage. These older bugs may not have been a part of the Preliminary Planning phase, but does that mean they should wait until the next release to go in? Strictly following the proposal, they should be put on hold.</p>\n\n\n\n<p>It would also introduce a hard freeze on any enhancements set for the release but incomplete.</p>\n\n\n\n<p>&ldquo;I worry that we aren&rsquo;t allowing space for older bugs that aren&rsquo;t specific to the planned features in the release,&rdquo; wrote Josepha Haden in a <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/#comment-40391\">comment on the initial discussion</a>. &ldquo;I also worry that by calling hard freeze earlier in the process we narrow the window for feature inclusion too much. I don&rsquo;t like limiting ourselves to feature specific bugs right now, since that excludes so many of our volunteer contributors. It&rsquo;s harder to work on features since they are complex and fast-moving, and older bugs present more opportunities for casual contributors.&rdquo;</p>\n\n\n\n<p>On the flip side, there is potential that a bug fix could introduce new, unforeseen bugs. The later it is added during Beta, the less likely such bugs are noticed before the General Release phase. Waiting for the next cycle provides more time for testing.</p>\n\n\n\n<p>One of the benefits of this system is that almost no new bugs would be created during Beta. This would allow volunteers to shift more efforts to testing and fixing issues that emerged in Alpha.</p>\n\n\n\n<p>WordPress has always marched to the beat of its own drum. It can more closely follow standards while breaking free from strict confines when it makes sense to do so for the project. Beta-stage bug fixes not intended for a particular release could be handled on a case-by-case basis. We have people in leadership positions who are capable of making these calls when they arise. With automatic updates for minor releases, I am less concerned about late-stage bugs.</p>\n\n\n\n<p>Tonya Mork <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/#comment-40380\">proposed two solutions</a> for defect work to continue in and around the release cycle. Both would require that WordPress branch off at Beta, providing contributors an avenue to push forward fixing bugs.</p>\n\n\n\n<p>The first proposal calls for an earlier feature freeze, providing two or three weeks before Beta 1. This period at the end of the Alpha phase would be solely dedicated to defect work.</p>\n\n\n\n<p>The second solution moves this defect work to overlap the previous release&rsquo;s Beta and Release Candidate. This allows work to continue during the time between major releases. It could also shorten the overall major release cycle.</p>\n\n\n\n<p>This second solution is also consistent with Joost de Valk&rsquo;s thoughts on handling defect work. &ldquo;I think we should just branch off earlier, and keep trunk open for normal business,&rdquo; <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/#comment-40393\">he said on the proposal</a>. &ldquo;That way, <em>everything</em> can be worked on all the time, but it won&rsquo;t be included in the next release depending on when you commit it. That&rsquo;s fine, every piece of open source software I know in the world works like that, except for WordPress.&rdquo;</p>\n\n\n\n<p>Many plugin and theme developers already find it tough to keep up when changes drop in the Beta or Release Candidate phases. Having a clear and defined point where changes land will benefit the extension ecosystem, also helping end-users in the long run. This second solution would do that.</p>\n\n\n\n<p>There is nothing wrong with combining both solutions either.  Since the plan would be to branch off at the Beta phase, the second solution is already in place by the act of branching.  The real discussion is over whether the project should dedicate a block of time during its Alpha stage that focuses purely on bug fixes.</p>\n\n\n\n<p>Comments on the proposal are open through January 20 before moving toward a final decision.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>The next proposal: <a href=\"https://semver.org/\">semantic versioning</a>, anyone? <em>Anyone? Is this thing on?</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:\"Wed, 13 Jan 2021 21:52: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:14:\"Justin Tadlock\";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:97:\"WPTavern: WPScan Can Now Assign CVE Numbers for WordPress Core, Plugin, and Theme Vulnerabilities\";s: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=110347\";s: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:235:\"https://wptavern.com/wpscan-can-now-assign-cve-numbers-for-wordpress-core-plugin-and-theme-vulnerabilities?utm_source=rss&utm_medium=rss&utm_campaign=wpscan-can-now-assign-cve-numbers-for-wordpress-core-plugin-and-theme-vulnerabilities\";s: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:3148:\"<p><a href=\"https://wpscan.com/\">WPScan</a>, a security company that maintains a database of WordPress vulnerabilities, has been officially designated as a CVE (Common Vulnerability and Exposures) Numbering Authority (CNA). The company joins <a href=\"https://cve.mitre.org/cve/request_id.html#cna_participants\">151</a>&nbsp;organizations from&nbsp;<a href=\"https://cve.mitre.org/cve/cna.html#cnas_growth\">25</a>&nbsp;countries that participate in the <a href=\"https://cve.mitre.org/\">CVE Program</a> as CNAs. These organizations are authorized to assign&nbsp;<a href=\"https://cve.mitre.org/about/terminology.html#cve_id\">CVE Identifiers (CVE IDs)</a>&nbsp;to vulnerabilities within their own distinct scopes of work, contributing to CVE&rsquo;s <a href=\"https://cve.mitre.org/cve/\">list</a>&nbsp;of records for publicly known security vulnerabilities.</p>\n\n\n\n<p>WPScan&rsquo;s scope includes WordPress core, plugin, and theme vulnerabilities. The company has catalogued more than 21,905 vulnerabilities since 2014 in its database, which it makes available to the community through an API. That API is also used by the <a href=\"https://wordpress.org/plugins/wpscan/\">WPScan Security Scanner</a> plugin, which is installed on 5,000+ websites. </p>\n\n\n\n<p>Being designated as a CNA helps WPScan better manage WordPress vulnerabilities by assigning them unique IDs that are recognized across the industry.</p>\n\n\n\n<p>&ldquo;Asking MITRE to assign CVEs for each of our vulnerabilities would have been too time consuming in the past,&rdquo; WPScan founder and CEO Ryan Dewhurst said. &ldquo;Although some security researchers will go through this process directly with MITRE, we didn&rsquo;t due to the volume of vulnerabilities we have to manage. And security researchers only requested them themselves very rarely. The new process means that we ourselves can assign CVE numbers directly to vulnerabilities. This will result in many more WordPress related vulnerabilities being assigned CVE numbers.&rdquo;</p>\n\n\n\n<p>WPScan is a team of three security researchers who come from penetration testing backgrounds and have worked within security consulting for the past 10 to 15 years. The company started with a simple Ruby script in 2011, which identified vulnerabilities in self-hosted WordPress sites. For the past two years, Automattic has sponsored the company&rsquo;s efforts in maintaining the database, as WPScan has transitioned to become a sustainable business by selling access to its API.</p>\n\n\n\n<p>Dewhurst said the company&rsquo;s customers include &ldquo;some of the biggest security plugins and hosting companies in the world,&rdquo; but many of them don&rsquo;t advertise the fact that use a third-party to source the vulnerabilities. Most of WPScan&rsquo;s enterprise customers are security plugins, companies, and hosts that integrate data from the vulnerability database into their own products and services.</p>\n\n\n\n<p>&ldquo;Our business is doing well,&rdquo; he said. &ldquo;Right now we are trying to find the right balance between being a business and making money, while also benefiting the community as much as possible.&rdquo; </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, 13 Jan 2021 20:52:12 +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: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:73:\"WPTavern: Google Introduces Performance Report for Google News Publishers\";s: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=110267\";s: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:191:\"https://wptavern.com/google-introduces-performance-report-for-google-news-publishers?utm_source=rss&utm_medium=rss&utm_campaign=google-introduces-performance-report-for-google-news-publishers\";s: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:2915:\"<p>Google has <a href=\"https://developers.google.com/search/blog/2021/01/google-news-performance-report\">launched</a> a new Search Console performance report for sites that appear in Google News. Publishers can now track clicks, impressions, and CTR for traffic coming from <a href=\"https://news.google.com/\">news.google.com</a> and the Google News apps for Android and iOS.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The report helps publishers see how often their articles appear to users in Google News and which ones performed the best. It also includes breakdowns for countries, devices, and dates to give publishers a better overall understanding of how visitors are interacting with their content through Google News. Although the date period defaults to the last three months, the data only goes as far back as December 15, 2020.</p>\n\n\n\n<p>In the past, publishers had to submit their sites to be eligible for inclusion in Google News but the policy <a href=\"https://support.google.com/news/publisher-center/answer/9607025\">changed in 2019</a>. Sites are now automatically considered for Top stories or the News tab of Search as long as they &ldquo;produce high-quality content and comply with Google News content policies.&rdquo; </p>\n\n\n\n<p>This new report does not include stats from the News tab on Google Search. That information was added in July 2020, when Google updated the Performance report section of its Search Console to allow publishers to filter by News. This screen also lets users compare different traffic sources, i.e. Web vs News to see the impact of articles showing up under the News tab.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The new report can be grouped by dimensions to get more specific information with different combinations of date ranges, reader locations, devices, and pages. For example, you can get a detailed look at clicks, impressions, and average CTR on a per country basis. This can also be filtered for one certain article to explore more narrow branches of the content&rsquo;s reach.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Publishers who are using AMP will want to note that this new report includes data from the canonical URL. If you have multiple versions for different devices, the report contains data for both:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Data will only be shown in the property that contains the canonical URL. Therefore, if you have both&nbsp;AMP and desktop versions of a page, the desktop property (which is usually the canonical property) will contain all the data for both AMP and desktop clicks, impressions, and CTR.</p></blockquote>\n\n\n\n<p>Google has published a <a href=\"https://support.google.com/webmasters/answer/10083653?hl=en&ref_topic=9384513\">help document</a> with more information on configuring the report, data discrepancies, and how to filter and compare data across groups.</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, 13 Jan 2021 03:54: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: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:\"Sat, 06 Feb 2021 06:45:21 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sat, 06 Feb 2021 06:30:15 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20200502025608\";}', 'no');
INSERT INTO `cbdwra_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(141, 'can_compress_scripts', '0', 'no'),
(142, 'recently_activated', 'a:0:{}', 'yes'),
(148, 'finished_updating_comment_type', '1', 'yes'),
(194, 'oxygen-vsb-activated', '1', 'yes'),
(151, 'oxygen_rewrite_rules_updated', '1', 'yes'),
(152, 'oxygen_vsb_disable_emojis', 'true', 'yes'),
(153, 'oxygen_vsb_disable_jquery_migrate', 'true', 'yes'),
(154, 'oxygen_vsb_disable_embeds', 'false', 'yes'),
(155, 'oxygen_vsb_use_css_for_google_fonts', 'true', 'yes'),
(156, 'oxygen_vsb_universal_css_cache', 'true', 'yes'),
(157, 'oxygen_aos_classes', '', 'yes'),
(158, 'oxygen_vsb_universal_css_cache_success', '1', 'yes'),
(159, 'oxygen_vsb_universal_css_url', '//newgen.stun.tech/wp-content/uploads/oxygen/css/universal.css', 'yes'),
(160, 'oxygen_vsb_last_save_time', '1612594168', 'yes'),
(161, 'oxygen_vsb_universal_css_latest_version', '2.1', 'yes'),
(162, 'oxygen_vsb_presets_updated_3_3', '1', 'yes');
INSERT INTO `cbdwra_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(163, 'oxygen_vsb_element_presets', 'a:3:{s:12:\"oxy_comments\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"Default\";s:4:\"slug\";s:7:\"default\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:0:\"\";}}}i:1;a:3:{s:4:\"name\";s:14:\"Grey Highlight\";s:4:\"slug\";s:14:\"grey-highlight\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:1246:\"\n.oxy-comments li.comment .comment-body .comment-content {\n  border: 1px solid #eee;\n  padding: 1.5em;\n  margin-top: 1.5em;\n  border-radius: 3px;\n  background-color: #fafafa;\n  margin-bottom: 0;\n}\n\n.oxy-comments li.comment .comment-body {\n  margin-bottom: 35px;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p {\n  margin-top: 0;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p:last-child {\n  margin-bottom: 0;\n}\n\n.oxy-comments .reply {\n  display: flex;\n  margin: 0;\n}\n\n.oxy-comments .reply .comment-reply-link {\n  margin-left: auto;\n  font-size: .75em;\n  background-color: #eee;\n  margin-right: 1em;\n  padding: 5px 10px;\n  border-bottom-left-radius: 3px;\n  border-bottom-right-radius: 3px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta {\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n  justify-content: space-between;\n}\n\n.oxy-comments .comment-meta .comment-metadata {\n  margin: 0;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  max-width: 50px;\n  max-height: 50px;\n  border-radius: 50%;\n  border: 1px solid #eee;\n  padding: 2px;\n}\n\n.oxy-comments .comment-meta .comment-author span.says {\n  display: none;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.35);\n}\n\";}}}i:2;a:3:{s:4:\"name\";s:12:\"White Blocks\";s:4:\"slug\";s:12:\"white-blocks\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:705:\"\n.oxy-comments li.comment {\n  padding: 40px;\n  background-color: white;\n  border-radius: 5px;\n  box-shadow: rgba(0,0,0,0.04) 0px 0px 10px 0px;\n  border: 1px solid #eee;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.5);\n}\n\n.oxy-comments .comment-meta .comment-author {\n  border-bottom: 1px solid #eee;\n  padding-bottom: 20px;\n  margin-bottom: 20px;\n}\n\n.oxy-comments li.comment.even {\n  background-color: #fafafa;\n}\n\n.oxy-comments ol.comments-list > li.comment {\n  margin-bottom: 40px;\n}\n\n\n.comment-reply-link {\n  border: 1px solid;\n  padding: 0.75em 1.5em;\n  border-radius: 2px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  border-radius: 50%;\n}\";}}}}s:14:\"oxy_posts_grid\";a:17:{i:0;a:3:{s:4:\"name\";s:23:\"Grid - Image - Standard\";s:4:\"slug\";s:19:\"grid-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:859:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:1415:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  width: 33.33%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:1;a:3:{s:4:\"name\";s:46:\"Grid - Image w/ Animated Dark Gradient Overlay\";s:4:\"slug\";s:24:\"grid-image-dark-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:717:\"<div class=\'oxy-post\'>\n  \n  <div class=\'oxy-post-padding\'>\n    \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n      \n      <div class=\'oxy-post-content-and-link-wrap\'>\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n      </div>\n      \n    </div>\n    \n  </div>\n\n</div>\";s:8:\"code-css\";s:1652:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  position: relative;\n  margin: 1em;\n  display: flex;\n  position: relative;\n  flex-direction: column;\n  overflow: hidden;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  position: absolute;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  padding: 2em;\n  pointer-events: none;\n  padding-top: 200px;\n  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 300px);\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;\n}\n\n%%EPID%% .oxy-post-content-and-link-wrap {\n  opacity: 0;\n  max-height: 0px;\n  overflow: hidden;\n  transition: 1s ease-in-out opacity, 1s ease-in-out max-height;\n}\n\n%%EPID%% .oxy-post-padding:hover .oxy-post-content-and-link-wrap {\n  opacity: 1;\n  max-height: 400px;\n}\n\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n  margin-bottom: 0.5em;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:5:\"white\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:2;a:3:{s:4:\"name\";s:32:\"Grid - Image w/ Gradient Overlap\";s:4:\"slug\";s:19:\"grid-image-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1644:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 70%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1) 150px);\n  padding: 2em;\n  padding-top: 100px;\n  align-self: stretch;\n  margin-top: -150px;\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;  \n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:3;a:3:{s:4:\"name\";s:33:\"Grid - Image w/ Rectangle Overlap\";s:4:\"slug\";s:30:\"grid-image-w-rectangle-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1514:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:6:\"tablet\";}}}i:4;a:3:{s:4:\"name\";s:29:\"Grid - Image w/ Title Overlay\";s:4:\"slug\";s:26:\"grid-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:398:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-padding\'>\n    <div class=\'oxy-post-image\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>            \n	</div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n  </div>\n</a>\";s:8:\"code-css\";s:1148:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  margin: 1em;\n  overflow: hidden;\n  position: relative;\n}\n\n\n%%EPID%% .oxy-post-image {\n  transition: 0.5s ease-in-out all;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-image {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  transition: 0.5s ease-in-out all;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-overlay {\n  background-color: rgba(0,0,0,0.25);\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:5;a:3:{s:4:\"name\";s:20:\"List - Image on Left\";s:4:\"slug\";s:18:\"list-image-on-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1014:\"<div class=\'oxy-post\'>\n\n  <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n  </a>\n\n  \n  <div class=\'oxy-post-wrap\'>\n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<!--div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div-->\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			By <?php the_author(); ?>\n		</div>\n\n		<!--div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div-->\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n  </div>\n  \n</div>\";s:8:\"code-css\";s:1674:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 6em;\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n}\n\n%%EPID%% .oxy-post-wrap {\n  width: 100%;\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n}\n\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 40%;\n  flex-shrink: 0;\n  flex-grow: 0;\n  margin-right: 2em;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-post {\n    flex-direction: column;\n  }\n  %%EPID%% .oxy-post-image {\n    width: 100%;\n    margin-bottom: 1em;\n    margin-right: 0;\n  }\n  %%EPID%% .oxy-post-image-fixed-ratio {\n    padding-bottom: 56%;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:9:\"text link\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:6;a:3:{s:4:\"name\";s:26:\"List - Standard (Centered)\";s:4:\"slug\";s:22:\"list-standard-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:772:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:7;a:3:{s:4:\"name\";s:22:\"List - Standard (Left)\";s:4:\"slug\";s:18:\"list-standard-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:774:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:8;a:3:{s:4:\"name\";s:36:\"List w/ Rectangle Overlap (Centered)\";s:4:\"slug\";s:33:\"list-w-rectangle-overlap-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1556:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  justify-content: center;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:9;a:3:{s:4:\"name\";s:32:\"List w/ Rectangle Overlap (left)\";s:4:\"slug\";s:29:\"list-w-rectangle-overlap-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1531:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:10;a:3:{s:4:\"name\";s:26:\"Masonry - Image - Standard\";s:4:\"slug\";s:22:\"masonry-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:722:\"<div class=\'oxy-post\'>\n  \n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:980:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:11;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:12;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:13;a:3:{s:4:\"name\";s:32:\"Masonry - Image w/ Title Overlay\";s:4:\"slug\";s:29:\"masonry-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:289:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-background\'>\n	  <img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' />  \n  </div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n</a>\";s:8:\"code-css\";s:1034:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 2em;\n  break-inside: avoid;\n  position: relative;\n  overflow: hidden;\n  display: flex;\n  background-color: #000;\n}\n\n%%EPID%% .oxy-post-background {\n  transition: 0.5s ease-in-out all;\n  line-height: 0;\n  min-height: 150px;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-background {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-image {\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  -webkit-font-smoothing: antialiased;\n}\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:14;a:3:{s:4:\"name\";s:26:\"Timeline - Title & Excerpt\";s:4:\"slug\";s:17:\"timeline-template\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:323:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:15;a:3:{s:4:\"name\";s:33:\"Timeline - Title & Featured Image\";s:4:\"slug\";s:18:\"timeline-template2\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:462:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n            <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n            </div>\n        </a>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:16;a:3:{s:4:\"name\";s:42:\"Timeline - Title, Featured Image & Excerpt\";s:4:\"slug\";s:18:\"timeline-template3\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:553:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n            <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n            </div>\n        </a>\n\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}}s:12:\"oxy-pro-menu\";a:10:{i:0;a:4:{s:4:\"name\";s:14:\"Slide to Right\";s:4:\"slug\";s:14:\"slide-to-right\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:66:{s:7:\"menu_id\";s:2:\"31\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"16\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dddddd\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dddddd\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:1:\"4\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:1:\"4\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:11:\"slide-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"4\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"4\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"64\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"64\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#f8f8f8\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#ff0000\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:22:\"globalConditionsResult\";b:1;s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#eeeeee\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:2:\"-8\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:1:\"0\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_dropdown_icon_item_margin_margin-right\";s:1:\"0\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:1:\"8\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dddddd\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dddddd\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#ff0000\";}}}i:1;a:4:{s:4:\"name\";s:18:\"Desktop and Mobile\";s:4:\"slug\";s:18:\"desktop-and-mobile\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:75:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:23:\"menu_dropdown_animation\";s:12:\"zoom-in-down\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:27:\"Lineariconsicon-menu-circle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:28:\"Lineariconsicon-cross-circle\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:13:\"border-radius\";s:1:\"8\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:4:\"hide\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:4:\"left\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"32\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dedede\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dedede\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:16:\"background-color\";s:4:\"#eee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"32\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:40:\"oxy-pro-menu_menu_item_margin_margin-top\";s:1:\"0\";s:41:\"oxy-pro-menu_menu_item_margin_margin-left\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_margin_margin-bottom\";s:1:\"0\";s:42:\"oxy-pro-menu_menu_item_margin_margin-right\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dedede\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dedede\";}}}i:2;a:4:{s:4:\"name\";s:16:\"Desktop Vertical\";s:4:\"slug\";s:16:\"desktop-vertical\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:33:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:5:\"never\";s:24:\"oxy-pro-menu_orientation\";s:8:\"Vertical\";s:16:\"background-color\";s:7:\"#eeeeee\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dedede\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_dropdown_icon\";s:29:\"FontAwesomeicon-chevron-right\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#dddddd\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:2:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dedede\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#dddddd\";}}}i:3;a:4:{s:4:\"name\";s:10:\"Minimalism\";s:4:\"slug\";s:10:\"minimalism\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:55:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#dedede\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#d1d1d1\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#eeeeee\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:6:\"center\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#dedede\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#d1d1d1\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"8\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:2:\"12\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:2:\"12\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#dddddd\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:26:\"oxy-pro-menu_dropdown_icon\";s:26:\"FontAwesomeicon-arrow-down\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"900\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dddddd\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ff0000\";}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#d1d1d1\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#d1d1d1\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dddddd\";}}}i:4;a:4:{s:4:\"name\";s:12:\"Flip to Left\";s:4:\"slug\";s:12:\"flip-to-left\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"2\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:16:\"background-color\";s:7:\"#eaeaea\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:1:\"1\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:102:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-decoration\";s:4:\"none\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"12\";s:23:\"menu_dropdown_animation\";s:9:\"fade-left\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:53:\"oxy-pro-menu_dropdown_child_item_padding_padding-left\";s:2:\"12\";s:54:\"oxy-pro-menu_dropdown_child_item_padding_padding-right\";s:2:\"12\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"16\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:24:\"FontAwesomeicon-th-large\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"600\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:10:\"flip-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#dddddd\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:5:\"Right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"600\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#cccccc\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#bbbbbb\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#d3d3d3\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"0\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"0\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#bbbbbb\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#d3d3d3\";}}}i:5;a:4:{s:4:\"name\";s:13:\"Music Teacher\";s:4:\"slug\";s:13:\"music-teacher\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:92:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#180700\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"3\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#13c5df\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"Lineariconsicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#2f201a\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:15:\"rgba(0,0,0,0.1)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#2f201a\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:23:\"menu_dropdown_animation\";s:7:\"fade-up\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"14\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#13c5df\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#2f201a\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"24\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#2f201a\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#3d2e2d\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:65:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-size\";s:2:\"14\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"3\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"3\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:4:\"Menu\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:16:\"rgba(24,7,0,0.9)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:14:\"zoom-out-right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"80\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"80\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"12\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"12\";s:110:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:111:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff668d\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#13c5df\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#2f201a\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#13c5df\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#3d2e2d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff668d\";}}}i:6;a:4:{s:4:\"name\";s:16:\"Marketing Agency\";s:4:\"slug\";s:16:\"marketing-agency\";s:10:\"is_default\";b:1;s:7:\"options\";a:3:{s:8:\"original\";a:65:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(252,0,255,0.89)\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(0,219,222,0.91)\";}}s:12:\"linear-angle\";s:3:\"140\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"16\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"300\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:21:\"rgba(255,255,255,0.2)\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:24:\"Lineariconsicon-bookmark\";s:11:\"padding-top\";s:1:\"4\";s:12:\"padding-left\";s:1:\"4\";s:13:\"padding-right\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#5a58a3\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"0\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ec2758\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:7:\"#3c3876\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.14)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"-90\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_letter-spacing\";s:1:\"1\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-list\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#ffffff\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#3c3876\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#ffffff\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#3c3876\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#ffffff\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(60,56,118,0.98)\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#ffffff\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:12:\"show in line\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:21:\"rgba(255,255,255,0.2)\";s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ec2758\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#ffffff\";}s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:6:{s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}}}}}i:7;a:4:{s:4:\"name\";s:6:\"Winery\";s:4:\"slug\";s:6:\"winery\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:16:\"background-color\";s:7:\"#48303e\";s:11:\"padding-top\";s:1:\"8\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:14:\"padding-bottom\";s:1:\"8\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.3\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#75455d\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#75455d\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:26:\"oxy-pro-menu_dropdown_icon\";s:33:\"FontAwesomeicon-angle-double-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#cc5972\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#cc5972\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:4:\"none\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#75455d\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#cc5972\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#75455d\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#cc5972\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:19:\"rgba(72,48,62,0.98)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:12:\"zoom-in-left\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"1\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"0\";}s:5:\"hover\";a:5:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#75455d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#cc5972\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#cc5972\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#cc5972\";}}}i:8;a:4:{s:4:\"name\";s:10:\"Conference\";s:4:\"slug\";s:10:\"conference\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:84:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:15:\"phone-landscape\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#ff4c1c\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#d7193d\";}}s:12:\"linear-angle\";s:3:\"240\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ff7f0d\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#d7193d\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#d7193d\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff4c1c\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"700\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:36:\"FontAwesomeicon-caret-square-o-right\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"20\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"4\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"700\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"1\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:35:\"FontAwesomeicon-caret-square-o-left\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"20\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"4\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(215,25,61,0.95)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"700\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"1\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"20\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.3\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\";s:7:\"#f9c5af\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_style\";s:5:\"solid\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:25:\"menu_off_canvas_animation\";s:10:\"fade-right\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ff7f0d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff4c1c\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";}}}i:9;a:4:{s:4:\"name\";s:9:\"Financial\";s:4:\"slug\";s:9:\"financial\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:64:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#eff4f7\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#2b2c27\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.5\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#566d8f\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ffffff\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#65bec2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#65bec2\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:114:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:113:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-chevron-circle-down\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#65bec2\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#ffffff\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:9:\"color(52)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#65bec2\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#566d8f\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:22:\"rgba(255,255,255,0.96)\";s:23:\"oxy-pro-menu_off_canvas\";s:5:\"false\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:11:\"transparent\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#566d8f\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#566d8f\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#65bec2\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#566d8f\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#566d8f\";}}}}}', 'yes');
INSERT INTO `cbdwra_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(245, 'oxygen_vsb_presets_updated_3_4', '1', 'yes'),
(164, 'oxygen_license_key', '711b98a2c1875d1f9baa0e78294cdb4f', 'yes'),
(165, 'oxygen_license_updated', '1', 'yes'),
(166, 'oxygen_vsb_css_cache_generated_2_2', 'true', 'yes'),
(167, 'oxygen_vsb_global_colors', 'a:4:{s:15:\"colorsIncrement\";i:16;s:13:\"setsIncrement\";i:3;s:6:\"colors\";a:16:{i:0;a:4:{s:2:\"id\";i:12;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:3;}i:1;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:13:\"Catalina Blue\";s:5:\"value\";s:7:\"#2a445a\";s:3:\"set\";i:2;}i:2;a:4:{s:2:\"id\";i:2;s:4:\"name\";s:16:\"White Transluent\";s:5:\"value\";s:21:\"rgba(255,255,255,0.6)\";s:3:\"set\";i:2;}i:3;a:4:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:2;}i:4;a:4:{s:2:\"id\";i:4;s:4:\"name\";s:9:\"Iris Blue\";s:5:\"value\";s:7:\"#07adb7\";s:3:\"set\";i:2;}i:5;a:4:{s:2:\"id\";i:5;s:4:\"name\";s:9:\"Dove Gray\";s:5:\"value\";s:7:\"#666666\";s:3:\"set\";i:2;}i:6;a:4:{s:2:\"id\";i:6;s:4:\"name\";s:6:\"Shadow\";s:5:\"value\";s:15:\"rgba(0,0,0,0.2)\";s:3:\"set\";i:2;}i:7;a:4:{s:2:\"id\";i:7;s:4:\"name\";s:5:\"Polar\";s:5:\"value\";s:7:\"#f6fafd\";s:3:\"set\";i:2;}i:8;a:4:{s:2:\"id\";i:8;s:4:\"name\";s:11:\"Wild Willow\";s:5:\"value\";s:7:\"#b2d27d\";s:3:\"set\";i:2;}i:9;a:4:{s:2:\"id\";i:9;s:4:\"name\";s:6:\"Keppel\";s:5:\"value\";s:7:\"#31b1ac\";s:3:\"set\";i:2;}i:10;a:4:{s:2:\"id\";i:10;s:4:\"name\";s:9:\"Tradewind\";s:5:\"value\";s:7:\"#5abc9c\";s:3:\"set\";i:2;}i:11;a:4:{s:2:\"id\";i:11;s:4:\"name\";s:6:\"DeYork\";s:5:\"value\";s:7:\"#8ec98a\";s:3:\"set\";i:2;}i:12;a:4:{s:2:\"id\";i:13;s:4:\"name\";s:13:\"Fountain Blue\";s:5:\"value\";s:7:\"#65bec2\";s:3:\"set\";i:3;}i:13;a:4:{s:2:\"id\";i:14;s:4:\"name\";s:11:\"Hippie Blue\";s:5:\"value\";s:7:\"#6799b2\";s:3:\"set\";i:3;}i:14;a:4:{s:2:\"id\";i:15;s:4:\"name\";s:11:\"Heavy Metal\";s:5:\"value\";s:7:\"#2b2c27\";s:3:\"set\";i:3;}i:15;a:4:{s:2:\"id\";i:16;s:4:\"name\";s:12:\"Waikawa Gray\";s:5:\"value\";s:7:\"#566d8f\";s:3:\"set\";i:3;}}s:4:\"sets\";a:3:{i:0;a:2:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"Global Colors\";}i:1;a:2:{s:2:\"id\";i:2;s:4:\"name\";s:7:\"hosting\";}i:2;a:2:{s:2:\"id\";i:3;s:4:\"name\";s:6:\"atomic\";}}}', 'yes');
INSERT INTO `cbdwra_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(168, 'ct_svg_sets', 'a:2:{s:12:\"Font Awesome\";s:579449:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"FontAwesomeicon-asterisk\" viewBox=\"0 0 26 28\">\n<title>asterisk</title>\n<path d=\"M23.156 16.406c0.953 0.547 1.281 1.781 0.734 2.734l-1 1.719c-0.547 0.953-1.781 1.281-2.734 0.734l-4.156-2.391v4.797c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-4.797l-4.156 2.391c-0.953 0.547-2.187 0.219-2.734-0.734l-1-1.719c-0.547-0.953-0.219-2.188 0.734-2.734l4.156-2.406-4.156-2.406c-0.953-0.547-1.281-1.781-0.734-2.734l1-1.719c0.547-0.953 1.781-1.281 2.734-0.734l4.156 2.391v-4.797c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v4.797l4.156-2.391c0.953-0.547 2.188-0.219 2.734 0.734l1 1.719c0.547 0.953 0.219 2.188-0.734 2.734l-4.156 2.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus\" viewBox=\"0 0 22 28\">\n<title>plus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-6.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h6.5v-6.5c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5v6.5h6.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question\" viewBox=\"0 0 17 28\">\n<title>question</title>\n<path d=\"M11 19.625v3.75c0 0.344-0.281 0.625-0.625 0.625h-3.75c-0.344 0-0.625-0.281-0.625-0.625v-3.75c0-0.344 0.281-0.625 0.625-0.625h3.75c0.344 0 0.625 0.281 0.625 0.625zM15.937 10.25c0 2.969-2.016 4.109-3.5 4.937-0.922 0.531-1.5 1.609-1.5 2.063v0c0 0.344-0.266 0.75-0.625 0.75h-3.75c-0.344 0-0.562-0.531-0.562-0.875v-0.703c0-1.891 1.875-3.516 3.25-4.141 1.203-0.547 1.703-1.062 1.703-2.063 0-0.875-1.141-1.656-2.406-1.656-0.703 0-1.344 0.219-1.687 0.453-0.375 0.266-0.75 0.641-1.672 1.797-0.125 0.156-0.313 0.25-0.484 0.25-0.141 0-0.266-0.047-0.391-0.125l-2.562-1.953c-0.266-0.203-0.328-0.547-0.156-0.828 1.687-2.797 4.062-4.156 7.25-4.156 3.344 0 7.094 2.672 7.094 6.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus\" viewBox=\"0 0 22 28\">\n<title>minus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-19c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h19c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glass\" viewBox=\"0 0 28 28\">\n<title>glass</title>\n<path d=\"M26.547 2.906c0 0.453-0.359 0.906-0.672 1.219l-9.875 9.875v12h5c0.547 0 1 0.453 1 1s-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1s0.453-1 1-1h5v-12l-9.875-9.875c-0.313-0.313-0.672-0.766-0.672-1.219 0-0.766 0.969-0.906 1.547-0.906h22c0.578 0 1.547 0.141 1.547 0.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-music\" viewBox=\"0 0 24 28\">\n<title>music</title>\n<path d=\"M24 3.5v17.5c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-8.391l-12 3.703v11.078c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-15.109c0-0.656 0.438-1.234 1.062-1.437l13-4c0.141-0.047 0.281-0.063 0.438-0.063 0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search\" viewBox=\"0 0 26 28\">\n<title>search</title>\n<path d=\"M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.094-0.906 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-o\" viewBox=\"0 0 28 28\">\n<title>envelope-o</title>\n<path d=\"M26 23.5v-12c-0.328 0.375-0.688 0.719-1.078 1.031-2.234 1.719-4.484 3.469-6.656 5.281-1.172 0.984-2.625 2.188-4.25 2.188h-0.031c-1.625 0-3.078-1.203-4.25-2.188-2.172-1.813-4.422-3.563-6.656-5.281-0.391-0.313-0.75-0.656-1.078-1.031v12c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM26 7.078c0-0.391 0.094-1.078-0.5-1.078h-23c-0.266 0-0.5 0.234-0.5 0.5 0 1.781 0.891 3.328 2.297 4.438 2.094 1.641 4.188 3.297 6.266 4.953 0.828 0.672 2.328 2.109 3.422 2.109h0.031c1.094 0 2.594-1.437 3.422-2.109 2.078-1.656 4.172-3.313 6.266-4.953 1.016-0.797 2.297-2.531 2.297-3.859zM28 6.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart\" viewBox=\"0 0 28 28\">\n<title>heart</title>\n<path d=\"M14 26c-0.25 0-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313 0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star\" viewBox=\"0 0 26 28\">\n<title>star</title>\n<path d=\"M26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.406-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-o\" viewBox=\"0 0 26 28\">\n<title>star-o</title>\n<path d=\"M17.766 15.687l4.781-4.641-6.594-0.969-2.953-5.969-2.953 5.969-6.594 0.969 4.781 4.641-1.141 6.578 5.906-3.109 5.891 3.109zM26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.422-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user\" viewBox=\"0 0 20 28\">\n<title>user</title>\n<path d=\"M20 21.859c0 2.281-1.5 4.141-3.328 4.141h-13.344c-1.828 0-3.328-1.859-3.328-4.141 0-4.109 1.016-8.859 5.109-8.859 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c4.094 0 5.109 4.75 5.109 8.859zM16 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-film\" viewBox=\"0 0 30 28\">\n<title>film</title>\n<path d=\"M6 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 25v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM6 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 13v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM28 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM30 4.5v21c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-21c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-large\" viewBox=\"0 0 26 28\">\n<title>th-large</title>\n<path d=\"M12 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM12 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th\" viewBox=\"0 0 28 28\">\n<title>th</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-list\" viewBox=\"0 0 28 28\">\n<title>th-list</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check\" viewBox=\"0 0 28 28\">\n<title>check</title>\n<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-close\" viewBox=\"0 0 22 28\">\n<title>close</title>\n<path d=\"M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-plus\" viewBox=\"0 0 26 28\">\n<title>search-plus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-3.5v3.5c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-3.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h3.5v-3.5c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5v3.5h3.5c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-minus\" viewBox=\"0 0 26 28\">\n<title>search-minus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-9c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h9c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-power-off\" viewBox=\"0 0 24 28\">\n<title>power-off</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12s-12-5.391-12-12c0-3.797 1.75-7.297 4.797-9.578 0.891-0.672 2.141-0.5 2.797 0.391 0.672 0.875 0.484 2.141-0.391 2.797-2.031 1.531-3.203 3.859-3.203 6.391 0 4.406 3.594 8 8 8s8-3.594 8-8c0-2.531-1.172-4.859-3.203-6.391-0.875-0.656-1.062-1.922-0.391-2.797 0.656-0.891 1.922-1.062 2.797-0.391 3.047 2.281 4.797 5.781 4.797 9.578zM14 2v10c0 1.094-0.906 2-2 2s-2-0.906-2-2v-10c0-1.094 0.906-2 2-2s2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-signal\" viewBox=\"0 0 28 28\">\n<title>signal</title>\n<path d=\"M4 22.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 20.5v5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 16.5v9c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 10.5v15c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 2.5v23c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-23c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cog\" viewBox=\"0 0 24 28\">\n<title>cog</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM24 12.297v3.469c0 0.234-0.187 0.516-0.438 0.562l-2.891 0.438c-0.172 0.5-0.359 0.969-0.609 1.422 0.531 0.766 1.094 1.453 1.672 2.156 0.094 0.109 0.156 0.25 0.156 0.391s-0.047 0.25-0.141 0.359c-0.375 0.5-2.484 2.797-3.016 2.797-0.141 0-0.281-0.063-0.406-0.141l-2.156-1.687c-0.453 0.234-0.938 0.438-1.422 0.594-0.109 0.953-0.203 1.969-0.453 2.906-0.063 0.25-0.281 0.438-0.562 0.438h-3.469c-0.281 0-0.531-0.203-0.562-0.469l-0.438-2.875c-0.484-0.156-0.953-0.344-1.406-0.578l-2.203 1.672c-0.109 0.094-0.25 0.141-0.391 0.141s-0.281-0.063-0.391-0.172c-0.828-0.75-1.922-1.719-2.578-2.625-0.078-0.109-0.109-0.234-0.109-0.359 0-0.141 0.047-0.25 0.125-0.359 0.531-0.719 1.109-1.406 1.641-2.141-0.266-0.5-0.484-1.016-0.641-1.547l-2.859-0.422c-0.266-0.047-0.453-0.297-0.453-0.562v-3.469c0-0.234 0.187-0.516 0.422-0.562l2.906-0.438c0.156-0.5 0.359-0.969 0.609-1.437-0.531-0.75-1.094-1.453-1.672-2.156-0.094-0.109-0.156-0.234-0.156-0.375s0.063-0.25 0.141-0.359c0.375-0.516 2.484-2.797 3.016-2.797 0.141 0 0.281 0.063 0.406 0.156l2.156 1.672c0.453-0.234 0.938-0.438 1.422-0.594 0.109-0.953 0.203-1.969 0.453-2.906 0.063-0.25 0.281-0.438 0.562-0.438h3.469c0.281 0 0.531 0.203 0.562 0.469l0.438 2.875c0.484 0.156 0.953 0.344 1.406 0.578l2.219-1.672c0.094-0.094 0.234-0.141 0.375-0.141s0.281 0.063 0.391 0.156c0.828 0.766 1.922 1.734 2.578 2.656 0.078 0.094 0.109 0.219 0.109 0.344 0 0.141-0.047 0.25-0.125 0.359-0.531 0.719-1.109 1.406-1.641 2.141 0.266 0.5 0.484 1.016 0.641 1.531l2.859 0.438c0.266 0.047 0.453 0.297 0.453 0.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash-o\" viewBox=\"0 0 22 28\">\n<title>trash-o</title>\n<path d=\"M8 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM12 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM16 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM18 22.813v-14.812h-14v14.812c0 0.75 0.422 1.188 0.5 1.188h13c0.078 0 0.5-0.438 0.5-1.188zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-home\" viewBox=\"0 0 26 28\">\n<title>home</title>\n<path d=\"M22 15.5v7.5c0 0.547-0.453 1-1 1h-6v-6h-4v6h-6c-0.547 0-1-0.453-1-1v-7.5c0-0.031 0.016-0.063 0.016-0.094l8.984-7.406 8.984 7.406c0.016 0.031 0.016 0.063 0.016 0.094zM25.484 14.422l-0.969 1.156c-0.078 0.094-0.203 0.156-0.328 0.172h-0.047c-0.125 0-0.234-0.031-0.328-0.109l-10.813-9.016-10.813 9.016c-0.109 0.078-0.234 0.125-0.375 0.109-0.125-0.016-0.25-0.078-0.328-0.172l-0.969-1.156c-0.172-0.203-0.141-0.531 0.063-0.703l11.234-9.359c0.656-0.547 1.719-0.547 2.375 0l3.813 3.187v-3.047c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v6.375l3.422 2.844c0.203 0.172 0.234 0.5 0.063 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-o\" viewBox=\"0 0 24 28\">\n<title>file-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clock-o\" viewBox=\"0 0 24 28\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-road\" viewBox=\"0 0 30 28\">\n<title>road</title>\n<path d=\"M17.359 15.563v-0.063l-0.375-5c-0.016-0.281-0.266-0.5-0.531-0.5h-2.906c-0.266 0-0.516 0.219-0.531 0.5l-0.375 5v0.063c-0.016 0.25 0.219 0.438 0.453 0.438h3.813c0.234 0 0.469-0.187 0.453-0.438zM29.219 22.859c0 0.453-0.125 1.141-0.719 1.141h-11c0.266 0 0.484-0.219 0.469-0.5l-0.313-4c-0.016-0.281-0.266-0.5-0.531-0.5h-4.25c-0.266 0-0.516 0.219-0.531 0.5l-0.313 4c-0.016 0.281 0.203 0.5 0.469 0.5h-11c-0.594 0-0.719-0.688-0.719-1.141 0-0.625 0.172-1.25 0.406-1.813l6.516-16.312c0.156-0.391 0.578-0.734 1-0.734h5.297c-0.266 0-0.516 0.219-0.531 0.5l-0.234 3c-0.016 0.281 0.187 0.5 0.469 0.5h2.594c0.281 0 0.484-0.219 0.469-0.5l-0.234-3c-0.016-0.281-0.266-0.5-0.531-0.5h5.297c0.422 0 0.844 0.344 1 0.734l6.516 16.312c0.234 0.562 0.406 1.188 0.406 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-download\" viewBox=\"0 0 26 28\">\n<title>download</title>\n<path d=\"M20 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 17.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h7.266l2.109 2.125c0.578 0.562 1.328 0.875 2.125 0.875s1.547-0.313 2.125-0.875l2.125-2.125h7.25c0.828 0 1.5 0.672 1.5 1.5zM20.922 8.609c0.156 0.375 0.078 0.812-0.219 1.094l-7 7c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-7-7c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h4v-7c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1v7h4c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-down</title>\n<path d=\"M17.5 14.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-5.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v5.5h3c0.281 0 0.5 0.219 0.5 0.5zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-up</title>\n<path d=\"M17.469 13.687c-0.078 0.187-0.266 0.313-0.469 0.313h-3v5.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-3c-0.281 0-0.5-0.219-0.5-0.5 0-0.141 0.063-0.266 0.156-0.375l4.984-4.984c0.109-0.094 0.234-0.141 0.359-0.141s0.25 0.047 0.359 0.141l5 5c0.141 0.156 0.187 0.359 0.109 0.547zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inbox\" viewBox=\"0 0 24 28\">\n<title>inbox</title>\n<path d=\"M15.984 15h4.937c-0.031-0.078-0.047-0.172-0.078-0.25l-3.313-7.75h-11.062l-3.313 7.75c-0.031 0.078-0.047 0.172-0.078 0.25h4.937l1.484 3h5zM24 15.469v7.531c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-7.531c0-0.562 0.172-1.391 0.391-1.922l3.719-8.625c0.219-0.516 0.844-0.922 1.391-0.922h13c0.547 0 1.172 0.406 1.391 0.922l3.719 8.625c0.219 0.531 0.391 1.359 0.391 1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle-o\" viewBox=\"0 0 24 28\">\n<title>play-circle-o</title>\n<path d=\"M18.5 14c0 0.359-0.187 0.688-0.5 0.859l-8.5 5c-0.156 0.094-0.328 0.141-0.5 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-10c0-0.359 0.187-0.688 0.5-0.875 0.313-0.172 0.703-0.172 1 0.016l8.5 5c0.313 0.172 0.5 0.5 0.5 0.859zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-repeat\" viewBox=\"0 0 24 28\">\n<title>repeat</title>\n<path d=\"M24 4v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.156-2.156c-1.469-1.359-3.406-2.141-5.453-2.141-4.406 0-8 3.594-8 8s3.594 8 8 8c2.484 0 4.781-1.125 6.312-3.109 0.078-0.109 0.219-0.172 0.359-0.187 0.141 0 0.281 0.047 0.391 0.141l2.141 2.156c0.187 0.172 0.187 0.469 0.031 0.672-2.281 2.75-5.656 4.328-9.234 4.328-6.609 0-12-5.391-12-12s5.391-12 12-12c3.078 0 6.062 1.234 8.266 3.313l2.031-2.016c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-refresh\" viewBox=\"0 0 24 28\">\n<title>refresh</title>\n<path d=\"M23.609 16.5c0 0.031 0 0.078-0.016 0.109-1.328 5.531-5.891 9.391-11.656 9.391-3.047 0-6-1.203-8.219-3.313l-2.016 2.016c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-2.141 2.141c1.469 1.375 3.422 2.156 5.437 2.156 2.781 0 5.359-1.437 6.813-3.813 0.375-0.609 0.562-1.203 0.828-1.828 0.078-0.219 0.234-0.359 0.469-0.359h3c0.281 0 0.5 0.234 0.5 0.5zM24 4v7c0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l2.156-2.156c-1.484-1.375-3.437-2.141-5.453-2.141-2.781 0-5.359 1.437-6.813 3.813-0.375 0.609-0.562 1.203-0.828 1.828-0.078 0.219-0.234 0.359-0.469 0.359h-3.109c-0.281 0-0.5-0.234-0.5-0.5v-0.109c1.344-5.547 5.953-9.391 11.719-9.391 3.063 0 6.047 1.219 8.266 3.313l2.031-2.016c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-alt\" viewBox=\"0 0 28 28\">\n<title>list-alt</title>\n<path d=\"M6 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM24 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM26 21.5v-13c0-0.266-0.234-0.5-0.5-0.5h-23c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lock\" viewBox=\"0 0 18 28\">\n<title>lock</title>\n<path d=\"M5 12h8v-3c0-2.203-1.797-4-4-4s-4 1.797-4 4v3zM18 13.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-3c0-3.844 3.156-7 7-7s7 3.156 7 7v3h0.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag\" viewBox=\"0 0 29 28\">\n<title>flag</title>\n<path d=\"M5 4c0 0.719-0.391 1.359-1 1.719v19.781c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-19.781c-0.609-0.359-1-1-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.578-0.359 0.797-0.812 1.031-1.766 0.953-3.719 1.813-5.766 1.813-2.875 0-4.25-2.188-7.656-2.188-2.484 0-5.094 1.125-7.25 2.281-0.172 0.094-0.328 0.141-0.516 0.141-0.547 0-1-0.453-1-1v-11.594c0-0.375 0.187-0.641 0.484-0.859 0.375-0.25 0.828-0.469 1.234-0.672 1.969-1 4.359-1.875 6.578-1.875 2.453 0 4.375 0.812 6.547 1.828 0.438 0.219 0.891 0.297 1.375 0.297 2.453 0 5.094-2.125 5.781-2.125 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-headphones\" viewBox=\"0 0 26 28\">\n<title>headphones</title>\n<path d=\"M26 13.844c0 1.703-0.313 3.359-0.938 4.906l-0.313 0.766-2.891 0.516c-0.453 1.703-2 2.969-3.859 2.969v0.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v0.5c1.5 0 2.797 0.828 3.484 2.047l1.062-0.187c0.297-0.969 0.453-1.969 0.453-3.016 0-4.719-4.672-8.844-10-8.844s-10 4.125-10 8.844c0 1.047 0.156 2.047 0.453 3.016l1.062 0.187c0.688-1.219 1.984-2.047 3.484-2.047v-0.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-0.5c-1.859 0-3.406-1.266-3.859-2.969l-2.891-0.516-0.313-0.766c-0.625-1.547-0.938-3.203-0.938-4.906 0-6.422 5.953-11.844 13-11.844s13 5.422 13 11.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-off\" viewBox=\"0 0 12 28\">\n<title>volume-off</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-down\" viewBox=\"0 0 18 28\">\n<title>volume-down</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-up\" viewBox=\"0 0 26 28\">\n<title>volume-up</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672zM22 14c0 3.172-1.906 6.125-4.844 7.359-0.125 0.047-0.266 0.078-0.391 0.078-0.562 0-1.016-0.453-1.016-1 0-0.438 0.25-0.734 0.609-0.922 0.422-0.219 0.812-0.406 1.188-0.688 1.547-1.125 2.453-2.922 2.453-4.828s-0.906-3.703-2.453-4.828c-0.375-0.281-0.766-0.469-1.188-0.688-0.359-0.187-0.609-0.484-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 2.938 1.234 4.844 4.188 4.844 7.359zM26 14c0 4.797-2.859 9.141-7.266 11.031-0.125 0.047-0.266 0.078-0.406 0.078-0.547 0-1-0.453-1-1 0-0.453 0.234-0.703 0.609-0.922 0.219-0.125 0.469-0.203 0.703-0.328 0.438-0.234 0.875-0.5 1.281-0.797 2.562-1.891 4.078-4.875 4.078-8.062s-1.516-6.172-4.078-8.062c-0.406-0.297-0.844-0.562-1.281-0.797-0.234-0.125-0.484-0.203-0.703-0.328-0.375-0.219-0.609-0.469-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 4.406 1.891 7.266 6.234 7.266 11.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qrcode\" viewBox=\"0 0 22 28\">\n<title>qrcode</title>\n<path d=\"M6 18v2h-2v-2h2zM6 6v2h-2v-2h2zM18 6v2h-2v-2h2zM2 21.984h6v-5.984h-6v5.984zM2 10h6v-6h-6v6zM14 10h6v-6h-6v6zM10 14v10h-10v-10h10zM18 22v2h-2v-2h2zM22 22v2h-2v-2h2zM22 14v6h-6v-2h-2v6h-2v-10h6v2h2v-2h2zM10 2v10h-10v-10h10zM22 2v10h-10v-10h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-barcode\" viewBox=\"0 0 28 28\">\n<title>barcode</title>\n<path d=\"M0.984 24h-0.984v-22h0.984v22zM1.969 23.984h-0.5v-21.984h0.5v21.984zM3.437 23.984h-0.484v-21.984h0.484v21.984zM5.891 23.984h-0.484v-21.984h0.484v21.984zM8.344 23.984h-0.969v-21.984h0.969v21.984zM10.313 23.984h-0.484v-21.984h0.484v21.984zM11.297 23.984h-0.484v-21.984h0.484v21.984zM12.281 23.984h-0.484v-21.984h0.484v21.984zM14.734 23.984h-0.984v-21.984h0.984v21.984zM17.187 23.984h-0.984v-21.984h0.984v21.984zM19.156 23.984h-0.984v-21.984h0.984v21.984zM21.125 23.984h-0.984v-21.984h0.984v21.984zM22.594 23.984h-0.984v-21.984h0.984v21.984zM25.547 23.984h-1.469v-21.984h1.469v21.984zM26.531 23.984h-0.5v-21.984h0.5v21.984zM28 24h-0.984v-22h0.984v22z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tag\" viewBox=\"0 0 24 28\">\n<title>tag</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tags\" viewBox=\"0 0 30 28\">\n<title>tags</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422zM29.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578-0.812 0-1.219-0.375-1.75-0.922l7.344-7.344c0.359-0.359 0.578-0.875 0.578-1.406s-0.219-1.047-0.578-1.422l-11.172-11.156c-0.797-0.797-2.312-1.422-3.422-1.422h3.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-book\" viewBox=\"0 0 26 28\">\n<title>book</title>\n<path d=\"M25.609 7.469c0.391 0.562 0.5 1.297 0.281 2.016l-4.297 14.156c-0.391 1.328-1.766 2.359-3.109 2.359h-14.422c-1.594 0-3.297-1.266-3.875-2.891-0.25-0.703-0.25-1.391-0.031-1.984 0.031-0.313 0.094-0.625 0.109-1 0.016-0.25-0.125-0.453-0.094-0.641 0.063-0.375 0.391-0.641 0.641-1.062 0.469-0.781 1-2.047 1.172-2.859 0.078-0.297-0.078-0.641 0-0.906 0.078-0.297 0.375-0.516 0.531-0.797 0.422-0.719 0.969-2.109 1.047-2.844 0.031-0.328-0.125-0.688-0.031-0.938 0.109-0.359 0.453-0.516 0.688-0.828 0.375-0.516 1-2 1.094-2.828 0.031-0.266-0.125-0.531-0.078-0.812 0.063-0.297 0.438-0.609 0.688-0.969 0.656-0.969 0.781-3.109 2.766-2.547l-0.016 0.047c0.266-0.063 0.531-0.141 0.797-0.141h11.891c0.734 0 1.391 0.328 1.781 0.875 0.406 0.562 0.5 1.297 0.281 2.031l-4.281 14.156c-0.734 2.406-1.141 2.938-3.125 2.938h-13.578c-0.203 0-0.453 0.047-0.594 0.234-0.125 0.187-0.141 0.328-0.016 0.672 0.313 0.906 1.391 1.094 2.25 1.094h14.422c0.578 0 1.25-0.328 1.422-0.891l4.688-15.422c0.094-0.297 0.094-0.609 0.078-0.891 0.359 0.141 0.688 0.359 0.922 0.672zM8.984 7.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5zM7.688 11.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark\" viewBox=\"0 0 20 28\">\n<title>bookmark</title>\n<path d=\"M18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-print\" viewBox=\"0 0 26 28\">\n<title>print</title>\n<path d=\"M6 24h14v-4h-14v4zM6 14h14v-6h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v10zM24 15c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 15v6.5c0 0.266-0.234 0.5-0.5 0.5h-3.5v2.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-6.5c0-1.641 1.359-3 3-3h1v-8.5c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.969 0.469 2.562 1.062l2.375 2.375c0.594 0.594 1.062 1.734 1.062 2.562v4h1c1.641 0 3 1.359 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera\" viewBox=\"0 0 30 28\">\n<title>camera</title>\n<path d=\"M15 10.5c2.484 0 4.5 2.016 4.5 4.5s-2.016 4.5-4.5 4.5-4.5-2.016-4.5-4.5 2.016-4.5 4.5-4.5zM26 4c2.203 0 4 1.797 4 4v14c0 2.203-1.797 4-4 4h-22c-2.203 0-4-1.797-4-4v-14c0-2.203 1.797-4 4-4h3.5l0.797-2.125c0.391-1.031 1.609-1.875 2.703-1.875h8c1.094 0 2.312 0.844 2.703 1.875l0.797 2.125h3.5zM15 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-font\" viewBox=\"0 0 26 28\">\n<title>font</title>\n<path d=\"M11.328 8.734l-2.656 7.031c1.547 0.016 3.094 0.063 4.641 0.063 0.297 0 0.594-0.016 0.891-0.031-0.812-2.375-1.766-4.797-2.875-7.063zM0 26l0.031-1.234c1.469-0.453 3.063-0.141 3.719-1.828l3.703-9.625 4.375-11.312h2c0.063 0.109 0.125 0.219 0.172 0.328l3.203 7.5c1.172 2.766 2.25 5.563 3.437 8.313 0.703 1.625 1.25 3.297 2.031 4.891 0.109 0.25 0.328 0.719 0.547 0.891 0.516 0.406 1.953 0.5 2.688 0.781 0.047 0.297 0.094 0.594 0.094 0.891 0 0.141-0.016 0.266-0.016 0.406-1.984 0-3.969-0.25-5.953-0.25-2.047 0-4.094 0.172-6.141 0.234 0-0.406 0.016-0.812 0.063-1.219l2.047-0.438c0.422-0.094 1.25-0.203 1.25-0.781 0-0.562-2.016-5.203-2.266-5.844l-7.031-0.031c-0.406 0.906-1.984 5-1.984 5.594 0 1.203 2.297 1.25 3.187 1.375 0.016 0.297 0.016 0.594 0.016 0.906 0 0.141-0.016 0.281-0.031 0.422-1.813 0-3.641-0.313-5.453-0.313-0.219 0-0.531 0.094-0.75 0.125-0.984 0.172-1.953 0.219-2.938 0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bold\" viewBox=\"0 0 22 28\">\n<title>bold</title>\n<path d=\"M8.672 23.766c0.688 0.297 1.437 0.5 2.188 0.5 3.563 0 5.875-1.422 5.875-5.234 0-0.969-0.125-1.984-0.641-2.812-1.453-2.344-3.547-2.469-6.062-2.469-0.469 0-1.141 0-1.578 0.156 0 1.656-0.016 3.313-0.016 4.953 0 1.078-0.141 4 0.234 4.906zM8.453 12.109c0.562 0.094 1.141 0.109 1.703 0.109 3.219 0 5.516-0.906 5.516-4.516 0-3.047-2.703-4.094-5.313-4.094-0.688 0-1.359 0.094-2.031 0.203 0 1.578 0.125 3.156 0.125 4.734 0 0.828-0.016 1.656-0.016 2.484 0 0.359 0 0.719 0.016 1.078zM0 26l0.031-1.469c1-0.25 2.016-0.266 2.984-0.672 0.547-0.922 0.469-2.547 0.469-3.594 0-0.344 0.031-15.281-0.344-16.016-0.234-0.453-2.531-0.562-3.047-0.625l-0.063-1.297c3.719-0.063 7.438-0.328 11.141-0.328 0.703 0 1.422 0.016 2.125 0.016 3.531 0 7.422 1.687 7.422 5.75 0 2.797-2.125 3.844-4.328 4.844 2.969 0.672 5.609 2.688 5.609 5.969 0 5.375-4.891 7.156-9.469 7.156-1.375 0-2.75-0.094-4.125-0.094-2.797 0-5.625 0.25-8.406 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-italic\" viewBox=\"0 0 16 28\">\n<title>italic</title>\n<path d=\"M0 25.969l0.266-1.328c1-0.313 2.078-0.438 3.016-0.922 0.359-0.453 0.531-1.031 0.641-1.578 0.203-1.062 3.609-16.391 3.563-17.641v-0.391c-0.859-0.469-1.906-0.344-2.844-0.5l0.297-1.609c2.016 0.094 4.062 0.25 6.094 0.25 1.656 0 3.313-0.156 4.969-0.25-0.063 0.469-0.172 0.938-0.297 1.391-1.078 0.375-2.219 0.547-3.281 0.969-0.344 0.844-0.422 1.766-0.578 2.656-0.75 4.047-1.75 8.094-2.578 12.109-0.156 0.75-0.922 3.859-0.859 4.516l0.016 0.281c0.953 0.219 1.922 0.328 2.891 0.484-0.031 0.516-0.125 1.031-0.25 1.547-0.344 0-0.672 0.047-1.016 0.047-0.891 0-1.813-0.297-2.703-0.313-1.078-0.016-2.156-0.031-3.219-0.031-1.391 0-2.75 0.234-4.125 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-height\" viewBox=\"0 0 28 28\">\n<title>text-height</title>\n<path d=\"M27.25 22c0.688 0 0.906 0.438 0.484 0.984l-1.969 2.531c-0.422 0.547-1.109 0.547-1.531 0l-1.969-2.531c-0.422-0.547-0.203-0.984 0.484-0.984h1.25v-16h-1.25c-0.688 0-0.906-0.438-0.484-0.984l1.969-2.531c0.422-0.547 1.109-0.547 1.531 0l1.969 2.531c0.422 0.547 0.203 0.984-0.484 0.984h-1.25v16h1.25zM1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 1.125 0 2.234 0.016 3.359 0.016h4.578c0.625 0 0.984 0.141 1.406-0.453l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.547 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.484-2.422-0.516-2.453-0.328-0.406-0.688-0.328-1.172-0.328-1.422 0-2.906-0.063-4.312 0.109-0.078 0.688-0.141 1.422-0.125 2.125 0.016 4.391 0.063 8.781 0.063 13.172 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.344-0.766 0.297-5 0.297-5.984 0-3.156-0.094-6.312-0.094-9.469v-1.828c0-0.281 0.063-1.406-0.125-1.625-0.219-0.234-2.266-0.187-2.531-0.187-0.578 0-2.25 0.266-2.703 0.594-0.75 0.516-0.75 3.641-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-width\" viewBox=\"0 0 24 28\">\n<title>text-width</title>\n<path d=\"M1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 4.141 0 8.328-0.094 12.469 0.047 0.344 0.016 0.672-0.203 0.875-0.484l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.562 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.5-2.422-0.516-2.453-0.109-0.141-0.25-0.234-0.422-0.297-0.125-0.047-0.875-0.031-1.031-0.031-1.922 0-4.141-0.109-6.031 0.109-0.078 0.688-0.141 1.422-0.125 2.125l0.016 2.375v-0.812c0.016 2.547 0.047 5.078 0.047 7.609 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.391-0.875 0.281-8.266 0.281-9.641 0-0.219-0.078-0.453-0.078-0.688 0-0.641 0.109-4.312-0.125-4.578-0.219-0.234-2.266-0.187-2.531-0.187-0.656 0-4.328 0.344-4.703 0.594-0.734 0.484-0.75 3.625-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984zM20.469 22.047c0.547 0 2.625 1.859 3.047 2.188 0.234 0.187 0.406 0.453 0.406 0.766s-0.172 0.578-0.406 0.766c-0.422 0.328-2.5 2.188-3.047 2.188-0.719 0-0.469-1.672-0.469-1.953h-16c0 0.281 0.25 1.953-0.469 1.953-0.547 0-2.625-1.859-3.047-2.188-0.234-0.187-0.406-0.453-0.406-0.766s0.172-0.578 0.406-0.766c0.422-0.328 2.5-2.188 3.047-2.188 0.719 0 0.469 1.672 0.469 1.953h16c0-0.281-0.25-1.953 0.469-1.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-left\" viewBox=\"0 0 28 28\">\n<title>align-left</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-center\" viewBox=\"0 0 28 28\">\n<title>align-center</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h10c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-right\" viewBox=\"0 0 28 28\">\n<title>align-right</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-justify\" viewBox=\"0 0 28 28\">\n<title>align-justify</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list\" viewBox=\"0 0 28 28\">\n<title>list</title>\n<path d=\"M4 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM4 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dedent\" viewBox=\"0 0 28 28\">\n<title>dedent</title>\n<path d=\"M6 8.5v9c0 0.266-0.234 0.5-0.5 0.5-0.125 0-0.266-0.047-0.359-0.141l-4.5-4.5c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l4.5-4.5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-indent\" viewBox=\"0 0 28 28\">\n<title>indent</title>\n<path d=\"M5.5 13c0 0.125-0.047 0.266-0.141 0.359l-4.5 4.5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-9c0-0.266 0.234-0.5 0.5-0.5 0.125 0 0.266 0.047 0.359 0.141l4.5 4.5c0.094 0.094 0.141 0.234 0.141 0.359zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-video-camera\" viewBox=\"0 0 28 28\">\n<title>video-camera</title>\n<path d=\"M28 5.5v17c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-6.297-6.297v2.594c0 2.484-2.016 4.5-4.5 4.5h-11c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h11c2.484 0 4.5 2.016 4.5 4.5v2.578l6.297-6.281c0.187-0.203 0.438-0.297 0.703-0.297 0.125 0 0.266 0.031 0.391 0.078 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-image\" viewBox=\"0 0 30 28\">\n<title>image</title>\n<path d=\"M10 9c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 15v7h-22v-3l5-5 2.5 2.5 8-8zM27.5 4h-25c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5v-19c0-0.266-0.234-0.5-0.5-0.5zM30 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil\" viewBox=\"0 0 24 28\">\n<title>pencil</title>\n<path d=\"M5.672 24l1.422-1.422-3.672-3.672-1.422 1.422v1.672h2v2h1.672zM13.844 9.5c0-0.203-0.141-0.344-0.344-0.344-0.094 0-0.187 0.031-0.266 0.109l-8.469 8.469c-0.078 0.078-0.109 0.172-0.109 0.266 0 0.203 0.141 0.344 0.344 0.344 0.094 0 0.187-0.031 0.266-0.109l8.469-8.469c0.078-0.078 0.109-0.172 0.109-0.266zM13 6.5l6.5 6.5-13 13h-6.5v-6.5zM23.672 8c0 0.531-0.219 1.047-0.578 1.406l-2.594 2.594-6.5-6.5 2.594-2.578c0.359-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l3.672 3.656c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-marker\" viewBox=\"0 0 16 28\">\n<title>map-marker</title>\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adjust\" viewBox=\"0 0 24 28\">\n<title>adjust</title>\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tint\" viewBox=\"0 0 16 28\">\n<title>tint</title>\n<path d=\"M8 18c0-0.391-0.125-0.766-0.313-1.078-0.203-0.313-1.031-1.375-1.359-2.422-0.047-0.172-0.203-0.25-0.328-0.25s-0.281 0.078-0.328 0.25c-0.328 1.047-1.156 2.109-1.359 2.422-0.187 0.313-0.313 0.688-0.313 1.078 0 1.109 0.891 2 2 2s2-0.891 2-2zM16 16c0 4.422-3.578 8-8 8s-8-3.578-8-8c0-1.578 0.484-3.047 1.266-4.297 0.797-1.25 4.141-5.484 5.406-9.703 0.203-0.672 0.828-1 1.328-1s1.141 0.328 1.328 1c1.266 4.219 4.609 8.453 5.406 9.703s1.266 2.719 1.266 4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edit\" viewBox=\"0 0 28 28\">\n<title>edit</title>\n<path d=\"M13.875 18.5l1.813-1.813-2.375-2.375-1.813 1.813v0.875h1.5v1.5h0.875zM20.75 7.25c-0.141-0.141-0.375-0.125-0.516 0.016l-5.469 5.469c-0.141 0.141-0.156 0.375-0.016 0.516s0.375 0.125 0.516-0.016l5.469-5.469c0.141-0.141 0.156-0.375 0.016-0.516zM22 16.531v2.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.141 0.141-0.328 0.187-0.5 0.125-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-1.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.156-0.156 0.359-0.187 0.547-0.109s0.313 0.25 0.313 0.453zM20.5 5l4.5 4.5-10.5 10.5h-4.5v-4.5zM27.438 7.063l-1.437 1.437-4.5-4.5 1.437-1.437c0.578-0.578 1.547-0.578 2.125 0l2.375 2.375c0.578 0.578 0.578 1.547 0 2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square-o\" viewBox=\"0 0 26 28\">\n<title>share-square-o</title>\n<path d=\"M22 15.453v4.047c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h3.984c0.266 0 0.5 0.219 0.5 0.5 0 0.25-0.172 0.453-0.406 0.5-0.781 0.266-1.484 0.578-2.078 0.938-0.078 0.031-0.156 0.063-0.25 0.063h-1.75c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.344c0-0.187 0.109-0.359 0.281-0.453 0.313-0.141 0.594-0.344 0.844-0.578 0.141-0.141 0.359-0.203 0.547-0.125s0.328 0.25 0.328 0.453zM25.703 7.703l-6 6c-0.187 0.203-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.391-0.078-0.359-0.156-0.609-0.516-0.609-0.922v-3h-2.5c-3.437 0-5.625 0.656-6.844 2.047-1.266 1.453-1.641 3.797-1.156 7.391 0.031 0.219-0.109 0.438-0.313 0.531-0.063 0.016-0.125 0.031-0.187 0.031-0.156 0-0.313-0.078-0.406-0.203-0.109-0.156-2.594-3.672-2.594-6.797 0-4.188 1.313-9 11.5-9h2.5v-3c0-0.406 0.25-0.766 0.609-0.922 0.125-0.047 0.266-0.078 0.391-0.078 0.266 0 0.516 0.109 0.703 0.297l6 6c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square-o\" viewBox=\"0 0 26 28\">\n<title>check-square-o</title>\n<path d=\"M22 14.531v4.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.094 0.094-0.234 0.156-0.359 0.156-0.047 0-0.094-0.016-0.141-0.031-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.109-0.109 0.234-0.156 0.359-0.156 0.063 0 0.125 0.016 0.187 0.047 0.187 0.078 0.313 0.25 0.313 0.453zM25.609 6.891l-12.719 12.719c-0.5 0.5-1.281 0.5-1.781 0l-6.719-6.719c-0.5-0.5-0.5-1.281 0-1.781l1.719-1.719c0.5-0.5 1.281-0.5 1.781 0l4.109 4.109 10.109-10.109c0.5-0.5 1.281-0.5 1.781 0l1.719 1.719c0.5 0.5 0.5 1.281 0 1.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows\" viewBox=\"0 0 28 28\">\n<title>arrows</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-6v6h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-6h-6v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h6v-6h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-2v6h6v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-backward\" viewBox=\"0 0 16 28\">\n<title>step-backward</title>\n<path d=\"M15.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-backward\" viewBox=\"0 0 28 28\">\n<title>fast-backward</title>\n<path d=\"M27.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-backward\" viewBox=\"0 0 28 28\">\n<title>backward</title>\n<path d=\"M25.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.391-0.391-0.391-1.016 0-1.406l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play\" viewBox=\"0 0 22 28\">\n<title>play</title>\n<path d=\"M21.625 14.484l-20.75 11.531c-0.484 0.266-0.875 0.031-0.875-0.516v-23c0-0.547 0.391-0.781 0.875-0.516l20.75 11.531c0.484 0.266 0.484 0.703 0 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause\" viewBox=\"0 0 24 28\">\n<title>pause</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1zM10 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop\" viewBox=\"0 0 24 28\">\n<title>stop</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forward\" viewBox=\"0 0 24 28\">\n<title>forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.391 0.391 0.391 1.016 0 1.406l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-forward\" viewBox=\"0 0 28 28\">\n<title>fast-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-forward\" viewBox=\"0 0 16 28\">\n<title>step-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eject\" viewBox=\"0 0 24 28\">\n<title>eject</title>\n<path d=\"M0.219 15.297l11.094-11.094c0.391-0.391 1.016-0.391 1.406 0l11.094 11.094c0.391 0.391 0.25 0.703-0.297 0.703h-23c-0.547 0-0.688-0.313-0.297-0.703zM23.016 24h-22c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-left\" viewBox=\"0 0 21 28\">\n<title>chevron-left</title>\n<path d=\"M18.297 4.703l-8.297 8.297 8.297 8.297c0.391 0.391 0.391 1.016 0 1.406l-2.594 2.594c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.594c-0.391-0.391-0.391-1.016 0-1.406l11.594-11.594c0.391-0.391 1.016-0.391 1.406 0l2.594 2.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-right\" viewBox=\"0 0 19 28\">\n<title>chevron-right</title>\n<path d=\"M17.297 13.703l-11.594 11.594c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.594c-0.391-0.391-0.391-1.016 0-1.406l8.297-8.297-8.297-8.297c-0.391-0.391-0.391-1.016 0-1.406l2.594-2.594c0.391-0.391 1.016-0.391 1.406 0l11.594 11.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-circle\" viewBox=\"0 0 24 28\">\n<title>plus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-4v-4c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v4h-4c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h4v4c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-4h4c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-circle\" viewBox=\"0 0 24 28\">\n<title>minus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle\" viewBox=\"0 0 24 28\">\n<title>times-circle</title>\n<path d=\"M17.953 17.531c0-0.266-0.109-0.516-0.297-0.703l-2.828-2.828 2.828-2.828c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.531-0.297-0.719l-1.406-1.406c-0.187-0.187-0.453-0.297-0.719-0.297s-0.516 0.109-0.703 0.297l-2.828 2.828-2.828-2.828c-0.187-0.187-0.438-0.297-0.703-0.297s-0.531 0.109-0.719 0.297l-1.406 1.406c-0.187 0.187-0.297 0.453-0.297 0.719s0.109 0.516 0.297 0.703l2.828 2.828-2.828 2.828c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.531 0.297 0.719l1.406 1.406c0.187 0.187 0.453 0.297 0.719 0.297s0.516-0.109 0.703-0.297l2.828-2.828 2.828 2.828c0.187 0.187 0.438 0.297 0.703 0.297s0.531-0.109 0.719-0.297l1.406-1.406c0.187-0.187 0.297-0.453 0.297-0.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle\" viewBox=\"0 0 24 28\">\n<title>check-circle</title>\n<path d=\"M20.062 11.469c0-0.266-0.094-0.531-0.281-0.719l-1.422-1.406c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-6.375 6.359-3.531-3.531c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.406c-0.187 0.187-0.281 0.453-0.281 0.719s0.094 0.516 0.281 0.703l5.656 5.656c0.187 0.187 0.453 0.297 0.703 0.297 0.266 0 0.531-0.109 0.719-0.297l8.484-8.484c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle\" viewBox=\"0 0 24 28\">\n<title>question-circle</title>\n<path d=\"M14 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM18 11c0-2.859-3-5-5.688-5-2.547 0-4.453 1.094-5.797 3.328-0.141 0.219-0.078 0.5 0.125 0.656l2.063 1.563c0.078 0.063 0.187 0.094 0.297 0.094 0.141 0 0.297-0.063 0.391-0.187 0.734-0.938 1.047-1.219 1.344-1.437 0.266-0.187 0.781-0.375 1.344-0.375 1 0 1.922 0.641 1.922 1.328 0 0.812-0.422 1.219-1.375 1.656-1.109 0.5-2.625 1.797-2.625 3.313v0.562c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v0c0-0.359 0.453-1.125 1.188-1.547 1.188-0.672 2.812-1.578 2.812-3.953zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info-circle\" viewBox=\"0 0 24 28\">\n<title>info-circle</title>\n<path d=\"M16 21.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-1.5v-8c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h1.5v5h-1.5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h7c0.281 0 0.5-0.219 0.5-0.5zM14 7.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crosshairs\" viewBox=\"0 0 24 28\">\n<title>crosshairs</title>\n<path d=\"M18.703 16h-1.703c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1.703c-0.672-2.25-2.453-4.031-4.703-4.703v1.703c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-1.703c-2.25 0.672-4.031 2.453-4.703 4.703h1.703c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1.703c0.672 2.25 2.453 4.031 4.703 4.703v-1.703c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1.703c2.25-0.672 4.031-2.453 4.703-4.703zM24 13v2c0 0.547-0.453 1-1 1h-2.234c-0.766 3.359-3.406 6-6.766 6.766v2.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-2.234c-3.359-0.766-6-3.406-6.766-6.766h-2.234c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h2.234c0.766-3.359 3.406-6 6.766-6.766v-2.234c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v2.234c3.359 0.766 6 3.406 6.766 6.766h2.234c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle-o\" viewBox=\"0 0 24 28\">\n<title>times-circle-o</title>\n<path d=\"M17.141 16.859l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.141-2.141-2.141 2.141c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.141-2.141-2.141-2.141c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.141 2.141 2.141-2.141c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.141 2.141 2.141 2.141c0.203 0.203 0.203 0.516 0 0.719zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle-o\" viewBox=\"0 0 24 28\">\n<title>check-circle-o</title>\n<path d=\"M18.297 12.703l-6.594 6.594c-0.391 0.391-1.016 0.391-1.406 0l-4.594-4.594c-0.391-0.391-0.391-1.016 0-1.406l1.594-1.594c0.391-0.391 1.016-0.391 1.406 0l2.297 2.297 4.297-4.297c0.391-0.391 1.016-0.391 1.406 0l1.594 1.594c0.391 0.391 0.391 1.016 0 1.406zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ban\" viewBox=\"0 0 24 28\">\n<title>ban</title>\n<path d=\"M20.5 13.953c0-1.703-0.5-3.281-1.359-4.609l-11.781 11.766c1.344 0.875 2.938 1.391 4.641 1.391 4.688 0 8.5-3.828 8.5-8.547zM4.891 18.625l11.797-11.781c-1.344-0.906-2.953-1.422-4.688-1.422-4.688 0-8.5 3.828-8.5 8.531 0 1.734 0.516 3.328 1.391 4.672zM24 13.953c0 6.656-5.375 12.047-12 12.047s-12-5.391-12-12.047c0-6.641 5.375-12.031 12-12.031s12 5.391 12 12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-left\" viewBox=\"0 0 25 28\">\n<title>arrow-left</title>\n<path d=\"M24 14v2c0 1.062-0.703 2-1.828 2h-11l4.578 4.594c0.375 0.359 0.594 0.875 0.594 1.406s-0.219 1.047-0.594 1.406l-1.172 1.188c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-10.172-10.187c-0.359-0.359-0.578-0.875-0.578-1.406s0.219-1.047 0.578-1.422l10.172-10.156c0.375-0.375 0.891-0.594 1.422-0.594s1.031 0.219 1.406 0.594l1.172 1.156c0.375 0.375 0.594 0.891 0.594 1.422s-0.219 1.047-0.594 1.422l-4.578 4.578h11c1.125 0 1.828 0.938 1.828 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-right\" viewBox=\"0 0 23 28\">\n<title>arrow-right</title>\n<path d=\"M23 15c0 0.531-0.203 1.047-0.578 1.422l-10.172 10.172c-0.375 0.359-0.891 0.578-1.422 0.578s-1.031-0.219-1.406-0.578l-1.172-1.172c-0.375-0.375-0.594-0.891-0.594-1.422s0.219-1.047 0.594-1.422l4.578-4.578h-11c-1.125 0-1.828-0.938-1.828-2v-2c0-1.062 0.703-2 1.828-2h11l-4.578-4.594c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.406l1.172-1.172c0.375-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l10.172 10.172c0.375 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-up\" viewBox=\"0 0 26 28\">\n<title>arrow-up</title>\n<path d=\"M25.172 15.172c0 0.531-0.219 1.031-0.578 1.406l-1.172 1.172c-0.375 0.375-0.891 0.594-1.422 0.594s-1.047-0.219-1.406-0.594l-4.594-4.578v11c0 1.125-0.938 1.828-2 1.828h-2c-1.062 0-2-0.703-2-1.828v-11l-4.594 4.578c-0.359 0.375-0.875 0.594-1.406 0.594s-1.047-0.219-1.406-0.594l-1.172-1.172c-0.375-0.375-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.172-10.172c0.359-0.375 0.875-0.578 1.406-0.578s1.047 0.203 1.422 0.578l10.172 10.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-down\" viewBox=\"0 0 26 28\">\n<title>arrow-down</title>\n<path d=\"M25.172 13c0 0.531-0.219 1.047-0.578 1.406l-10.172 10.187c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-10.172-10.187c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l1.156-1.172c0.375-0.359 0.891-0.578 1.422-0.578s1.047 0.219 1.406 0.578l4.594 4.594v-11c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v11l4.594-4.594c0.359-0.359 0.875-0.578 1.406-0.578s1.047 0.219 1.422 0.578l1.172 1.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-forward\" viewBox=\"0 0 28 28\">\n<title>mail-forward</title>\n<path d=\"M28 10c0 0.266-0.109 0.516-0.297 0.703l-8 8c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4h-3.5c-6.734 0-11.156 1.297-11.156 8.75 0 0.641 0.031 1.281 0.078 1.922 0.016 0.25 0.078 0.531 0.078 0.781 0 0.297-0.187 0.547-0.5 0.547-0.219 0-0.328-0.109-0.438-0.266-0.234-0.328-0.406-0.828-0.578-1.188-0.891-2-1.984-4.859-1.984-7.047 0-1.75 0.172-3.547 0.828-5.203 2.172-5.391 8.547-6.297 13.672-6.297h3.5v-4c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8 8c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expand\" viewBox=\"0 0 24 28\">\n<title>expand</title>\n<path d=\"M11.797 16.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359zM24 3v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compress\" viewBox=\"0 0 24 28\">\n<title>compress</title>\n<path d=\"M12 15v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1zM23.797 4.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-circle\" viewBox=\"0 0 24 28\">\n<title>exclamation-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM14 21.484v-2.969c0-0.281-0.219-0.516-0.484-0.516h-3c-0.281 0-0.516 0.234-0.516 0.516v2.969c0 0.281 0.234 0.516 0.516 0.516h3c0.266 0 0.484-0.234 0.484-0.516zM13.969 16.109l0.281-9.703c0-0.109-0.047-0.219-0.156-0.281-0.094-0.078-0.234-0.125-0.375-0.125h-3.437c-0.141 0-0.281 0.047-0.375 0.125-0.109 0.063-0.156 0.172-0.156 0.281l0.266 9.703c0 0.219 0.234 0.391 0.531 0.391h2.891c0.281 0 0.516-0.172 0.531-0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gift\" viewBox=\"0 0 24 28\">\n<title>gift</title>\n<path d=\"M14.5 21.187v-11.188h-5v11.188c0 0.547 0.453 0.812 1 0.812h3c0.547 0 1-0.266 1-0.812zM7.375 8h3.047l-1.969-2.516c-0.172-0.203-0.547-0.484-1.078-0.484-0.828 0-1.5 0.672-1.5 1.5s0.672 1.5 1.5 1.5zM18.125 6.5c0-0.828-0.672-1.5-1.5-1.5-0.531 0-0.906 0.281-1.078 0.484l-1.953 2.516h3.031c0.828 0 1.5-0.672 1.5-1.5zM24 10.5v5c0 0.281-0.219 0.5-0.5 0.5h-1.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-17c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h6.875c-1.937 0-3.5-1.563-3.5-3.5s1.563-3.5 3.5-3.5c1.047 0 2.016 0.438 2.625 1.203l2 2.578 2-2.578c0.609-0.766 1.578-1.203 2.625-1.203 1.937 0 3.5 1.563 3.5 3.5s-1.563 3.5-3.5 3.5h6.875c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leaf\" viewBox=\"0 0 28 28\">\n<title>leaf</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-5.531 0-9.094 2.312-12.703 6.297-0.187 0.203-0.297 0.422-0.297 0.703 0 0.547 0.453 1 1 1 0.281 0 0.5-0.109 0.703-0.297 0.766-0.688 1.453-1.437 2.203-2.141 2.828-2.547 5.25-3.563 9.094-3.563 0.547 0 1-0.453 1-1zM28 7.906c0 1-0.109 2.016-0.313 3.016-1 4.859-4.125 8.016-8.469 10.172-2.109 1.062-4.469 1.687-6.844 1.687-1.5 0-3.047-0.25-4.469-0.734-0.75-0.25-2.25-1.234-2.875-1.234-0.781 0-1.719 3.187-3.078 3.187-0.984 0-1.281-0.484-1.703-1.203-0.141-0.266-0.25-0.359-0.25-0.688 0-1.625 3.094-2.891 3.094-3.797 0-0.141-0.406-0.969-0.469-1.281-0.094-0.531-0.141-1.078-0.141-1.625 0-4.969 3.953-8.516 8.391-9.984 3.203-1.062 10.016 0.172 12.187-1.891 0.859-0.797 1.281-1.531 2.594-1.531 1.766 0 2.344 4.578 2.344 5.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire\" viewBox=\"0 0 22 28\">\n<title>fire</title>\n<path d=\"M22 26.5v1c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM18 10c0 5.984-7 6.516-7 10.5 0 1.094 0.547 2.547 1.047 3.5l-0.063-0.016 0.016 0.016c-4.312-1.984-8-4.719-8-10 0-5.984 7-6.516 7-10.5 0-1.094-0.547-2.547-1.031-3.5l0.047 0.016-0.016-0.016c4.312 1.984 8 4.719 8 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye\" viewBox=\"0 0 28 28\">\n<title>eye</title>\n<path d=\"M26 15c-1.484-2.297-3.516-4.266-5.953-5.516 0.625 1.062 0.953 2.281 0.953 3.516 0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 2.672 4.125 6.984 7 12 7s9.328-2.875 12-7zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.781 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM28 15c0 0.391-0.125 0.75-0.313 1.078-2.875 4.734-8.141 7.922-13.687 7.922s-10.813-3.203-13.687-7.922c-0.187-0.328-0.313-0.688-0.313-1.078s0.125-0.75 0.313-1.078c2.875-4.719 8.141-7.922 13.687-7.922s10.813 3.203 13.687 7.922c0.187 0.328 0.313 0.688 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye-slash\" viewBox=\"0 0 28 28\">\n<title>eye-slash</title>\n<path d=\"M8.672 20.859l1.219-2.203c-1.813-1.313-2.891-3.422-2.891-5.656 0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 1.625 2.516 3.922 4.625 6.672 5.859zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.797 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM20.422 6.016c0 0.031 0 0.109-0.016 0.141-3.297 5.891-6.563 11.813-9.859 17.703l-0.766 1.391c-0.094 0.156-0.266 0.25-0.438 0.25-0.281 0-1.766-0.906-2.094-1.094-0.156-0.094-0.25-0.25-0.25-0.438 0-0.25 0.531-1.094 0.688-1.359-3.031-1.375-5.578-3.719-7.375-6.531-0.203-0.313-0.313-0.688-0.313-1.078 0-0.375 0.109-0.766 0.313-1.078 3.094-4.75 7.922-7.922 13.687-7.922 0.938 0 1.891 0.094 2.812 0.266l0.844-1.516c0.094-0.156 0.25-0.25 0.438-0.25 0.281 0 1.75 0.906 2.078 1.094 0.156 0.094 0.25 0.25 0.25 0.422zM21 13c0 2.906-1.797 5.5-4.5 6.531l4.375-7.844c0.078 0.438 0.125 0.875 0.125 1.313zM28 15c0 0.406-0.109 0.734-0.313 1.078-0.484 0.797-1.094 1.563-1.703 2.266-3.063 3.516-7.281 5.656-11.984 5.656l1.156-2.063c4.547-0.391 8.406-3.156 10.844-6.937-1.156-1.797-2.641-3.375-4.406-4.594l0.984-1.75c1.937 1.297 3.891 3.25 5.109 5.266 0.203 0.344 0.313 0.672 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-triangle\" viewBox=\"0 0 28 28\">\n<title>exclamation-triangle</title>\n<path d=\"M16 21.484v-2.969c0-0.281-0.219-0.516-0.5-0.516h-3c-0.281 0-0.5 0.234-0.5 0.516v2.969c0 0.281 0.219 0.516 0.5 0.516h3c0.281 0 0.5-0.234 0.5-0.516zM15.969 15.641l0.281-7.172c0-0.094-0.047-0.219-0.156-0.297-0.094-0.078-0.234-0.172-0.375-0.172h-3.437c-0.141 0-0.281 0.094-0.375 0.172-0.109 0.078-0.156 0.234-0.156 0.328l0.266 7.141c0 0.203 0.234 0.359 0.531 0.359h2.891c0.281 0 0.516-0.156 0.531-0.359zM15.75 1.047l12 22c0.344 0.609 0.328 1.359-0.031 1.969s-1.016 0.984-1.719 0.984h-24c-0.703 0-1.359-0.375-1.719-0.984s-0.375-1.359-0.031-1.969l12-22c0.344-0.641 1.016-1.047 1.75-1.047s1.406 0.406 1.75 1.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plane\" viewBox=\"0 0 22 28\">\n<title>plane</title>\n<path d=\"M21.5 2.5c1 1 0 3.5-1.5 5l-2.516 2.516 2.5 10.875c0.047 0.187-0.031 0.391-0.187 0.516l-2 1.5c-0.078 0.063-0.187 0.094-0.297 0.094-0.031 0-0.063 0-0.109-0.016-0.141-0.031-0.266-0.109-0.328-0.25l-4.359-7.938-4.047 4.047 0.828 3.031c0.047 0.172 0 0.344-0.125 0.484l-1.5 1.5c-0.094 0.094-0.234 0.141-0.359 0.141h-0.031c-0.156-0.016-0.281-0.078-0.375-0.203l-2.953-3.938-3.938-2.953c-0.125-0.078-0.187-0.219-0.203-0.359s0.047-0.281 0.141-0.391l1.5-1.516c0.094-0.094 0.234-0.141 0.359-0.141 0.047 0 0.094 0 0.125 0.016l3.031 0.828 4.047-4.047-7.938-4.359c-0.141-0.078-0.234-0.219-0.266-0.375-0.016-0.141 0.031-0.313 0.141-0.422l2-2c0.125-0.109 0.313-0.172 0.469-0.125l10.391 2.484 2.5-2.5c1.5-1.5 4-2.5 5-1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar\" viewBox=\"0 0 26 28\">\n<title>calendar</title>\n<path d=\"M2 26h4.5v-4.5h-4.5v4.5zM7.5 26h5v-4.5h-5v4.5zM2 20.5h4.5v-5h-4.5v5zM7.5 20.5h5v-5h-5v5zM2 14.5h4.5v-4.5h-4.5v4.5zM13.5 26h5v-4.5h-5v4.5zM7.5 14.5h5v-4.5h-5v4.5zM19.5 26h4.5v-4.5h-4.5v4.5zM13.5 20.5h5v-5h-5v5zM8 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM19.5 20.5h4.5v-5h-4.5v5zM13.5 14.5h5v-4.5h-5v4.5zM19.5 14.5h4.5v-4.5h-4.5v4.5zM20 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-random\" viewBox=\"0 0 28 28\">\n<title>random</title>\n<path d=\"M10.406 7.516c-0.875 1.344-1.516 2.797-2.141 4.266-0.906-1.891-1.906-3.781-4.266-3.781h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.781 0 4.828 1.297 6.406 3.516zM28 20c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3c-4.641 0-7.5 0.547-10.391-3.516 0.859-1.344 1.5-2.797 2.125-4.266 0.906 1.891 1.906 3.781 4.266 3.781h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM28 6c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.219-0.5-0.5v-3h-4c-2.078 0-3.063 1.422-3.938 3.109-0.453 0.875-0.844 1.781-1.219 2.672-1.734 4.031-3.766 8.219-8.844 8.219h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.078 0 3.063-1.422 3.938-3.109 0.453-0.875 0.844-1.781 1.219-2.672 1.734-4.031 3.766-8.219 8.844-8.219h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment\" viewBox=\"0 0 28 28\">\n<title>comment</title>\n<path d=\"M28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344-0.344 0.031-0.672-0.219-0.75-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magnet\" viewBox=\"0 0 24 28\">\n<title>magnet</title>\n<path d=\"M24 13v2c0 6.375-5.047 11-12 11s-12-4.625-12-11v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v2c0 2.859 3.328 3 4 3s4-0.141 4-3v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM8 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM24 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-up\" viewBox=\"0 0 28 28\">\n<title>chevron-up</title>\n<path d=\"M26.297 20.797l-2.594 2.578c-0.391 0.391-1.016 0.391-1.406 0l-8.297-8.297-8.297 8.297c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.578c-0.391-0.391-0.391-1.031 0-1.422l11.594-11.578c0.391-0.391 1.016-0.391 1.406 0l11.594 11.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-down\" viewBox=\"0 0 28 28\">\n<title>chevron-down</title>\n<path d=\"M26.297 12.625l-11.594 11.578c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.578c-0.391-0.391-0.391-1.031 0-1.422l2.594-2.578c0.391-0.391 1.016-0.391 1.406 0l8.297 8.297 8.297-8.297c0.391-0.391 1.016-0.391 1.406 0l2.594 2.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-retweet\" viewBox=\"0 0 30 28\">\n<title>retweet</title>\n<path d=\"M20 23.5c0 0.266-0.234 0.5-0.5 0.5h-15c-0.578 0-0.5-0.609-0.5-1v-9h-3c-0.547 0-1-0.453-1-1 0-0.234 0.078-0.469 0.234-0.641l5-6c0.187-0.219 0.469-0.344 0.766-0.344s0.578 0.125 0.766 0.344l5 6c0.156 0.172 0.234 0.406 0.234 0.641 0 0.547-0.453 1-1 1h-3v6h9c0.141 0 0.297 0.063 0.391 0.172l2.5 3c0.063 0.094 0.109 0.219 0.109 0.328zM30 17c0 0.234-0.078 0.469-0.234 0.641l-5 6c-0.187 0.219-0.469 0.359-0.766 0.359s-0.578-0.141-0.766-0.359l-5-6c-0.156-0.172-0.234-0.406-0.234-0.641 0-0.547 0.453-1 1-1h3v-6h-9c-0.141 0-0.297-0.063-0.391-0.187l-2.5-3c-0.063-0.078-0.109-0.203-0.109-0.313 0-0.266 0.234-0.5 0.5-0.5h15c0.578 0 0.5 0.609 0.5 1v9h3c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-cart\" viewBox=\"0 0 26 28\">\n<title>shopping-cart</title>\n<path d=\"M10 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM24 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM26 7v8c0 0.5-0.391 0.938-0.891 1l-16.312 1.906c0.078 0.359 0.203 0.719 0.203 1.094 0 0.359-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.703-1.656 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.047 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder\" viewBox=\"0 0 26 28\">\n<title>folder</title>\n<path d=\"M26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open\" viewBox=\"0 0 29 28\">\n<title>folder-open</title>\n<path d=\"M29.359 14.875c0 0.375-0.234 0.75-0.484 1.031l-5.25 6.188c-0.906 1.062-2.75 1.906-4.125 1.906h-17c-0.562 0-1.359-0.172-1.359-0.875 0-0.375 0.234-0.75 0.484-1.031l5.25-6.188c0.906-1.062 2.75-1.906 4.125-1.906h17c0.562 0 1.359 0.172 1.359 0.875zM24 9.5v2.5h-13c-1.953 0-4.375 1.109-5.641 2.609l-5.344 6.281c0-0.125-0.016-0.266-0.016-0.391v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-v\" viewBox=\"0 0 12 28\">\n<title>arrows-v</title>\n<path d=\"M11 5c0 0.547-0.453 1-1 1h-2v16h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-16h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-h\" viewBox=\"0 0 28 28\">\n<title>arrows-h</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-16v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h16v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bar-chart\" viewBox=\"0 0 32 28\">\n<title>bar-chart</title>\n<path d=\"M10 14v8h-4v-8h4zM16 6v16h-4v-16h4zM32 24v2h-32v-24h2v22h30zM22 10v12h-4v-12h4zM28 4v18h-4v-18h4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter-square\" viewBox=\"0 0 24 28\">\n<title>twitter-square</title>\n<path d=\"M20 9.531c-0.594 0.266-1.219 0.438-1.891 0.531 0.688-0.406 1.203-1.062 1.453-1.828-0.641 0.375-1.344 0.656-2.094 0.797-0.594-0.641-1.453-1.031-2.391-1.031-1.813 0-3.281 1.469-3.281 3.281 0 0.25 0.016 0.516 0.078 0.75-2.734-0.141-5.156-1.437-6.781-3.437-0.281 0.484-0.453 1.062-0.453 1.656 0 1.141 0.531 2.141 1.422 2.734-0.547-0.016-1.062-0.172-1.563-0.406v0.031c0 1.594 1.203 2.922 2.703 3.219-0.281 0.078-0.5 0.125-0.797 0.125-0.203 0-0.406-0.031-0.609-0.063 0.422 1.297 1.625 2.25 3.063 2.281-1.125 0.875-2.531 1.406-4.078 1.406-0.266 0-0.531-0.016-0.781-0.047 1.453 0.922 3.172 1.469 5.031 1.469 6.031 0 9.344-5 9.344-9.344 0-0.141 0-0.281-0.016-0.422 0.641-0.453 1.203-1.031 1.641-1.703zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-square\" viewBox=\"0 0 24 28\">\n<title>facebook-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-2.938v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-8.313c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera-retro\" viewBox=\"0 0 28 28\">\n<title>camera-retro</title>\n<path d=\"M14.5 13c0-0.281-0.219-0.5-0.5-0.5-1.375 0-2.5 1.125-2.5 2.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-0.828 0.672-1.5 1.5-1.5 0.281 0 0.5-0.219 0.5-0.5zM18 15.031c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM2 24h24v-2h-24v2zM20 15.031c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM4 5h6v-2h-6v2zM2 8h24v-4h-12.938l-1 2h-10.063v2zM28 4v20c0 1.109-0.891 2-2 2h-24c-1.109 0-2-0.891-2-2v-20c0-1.109 0.891-2 2-2h24c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-key\" viewBox=\"0 0 26 28\">\n<title>key</title>\n<path d=\"M13 8c0-1.656-1.344-3-3-3s-3 1.344-3 3c0 0.453 0.109 0.891 0.297 1.297-0.406-0.187-0.844-0.297-1.297-0.297-1.656 0-3 1.344-3 3s1.344 3 3 3 3-1.344 3-3c0-0.453-0.109-0.891-0.297-1.297 0.406 0.187 0.844 0.297 1.297 0.297 1.656 0 3-1.344 3-3zM26.297 19c0 0.359-1.437 1.797-1.797 1.797-0.406 0-1.672-1.469-2-1.797l-1.5 1.5 3.437 3.437c0.281 0.281 0.438 0.672 0.438 1.062 0 0.875-1 1.875-1.875 1.875-0.391 0-0.781-0.156-1.062-0.438l-10.484-10.484c-1.641 1.219-3.641 2.047-5.703 2.047-3.406 0-5.75-2.359-5.75-5.75 0-5.125 5.125-10.25 10.25-10.25 3.391 0 5.75 2.344 5.75 5.75 0 2.063-0.828 4.062-2.047 5.703l5.547 5.547 1.5-1.5c-0.328-0.328-1.797-1.594-1.797-2 0-0.359 1.437-1.797 1.797-1.797 0.125 0 0.266 0.063 0.359 0.156 0.578 0.578 4.937 4.688 4.937 5.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cogs\" viewBox=\"0 0 30 28\">\n<title>cogs</title>\n<path d=\"M14 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM26 22c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM26 6c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM20 12.578v2.891c0 0.203-0.156 0.438-0.359 0.469l-2.422 0.375c-0.125 0.406-0.297 0.797-0.5 1.188 0.438 0.625 0.906 1.203 1.406 1.797 0.063 0.094 0.109 0.187 0.109 0.313 0 0.109-0.031 0.219-0.109 0.297-0.313 0.422-2.063 2.328-2.516 2.328-0.125 0-0.234-0.047-0.328-0.109l-1.797-1.406c-0.391 0.203-0.781 0.359-1.203 0.484-0.078 0.797-0.156 1.656-0.359 2.422-0.063 0.219-0.25 0.375-0.469 0.375h-2.906c-0.219 0-0.438-0.172-0.469-0.391l-0.359-2.391c-0.406-0.125-0.797-0.297-1.172-0.484l-1.844 1.391c-0.078 0.078-0.203 0.109-0.313 0.109-0.125 0-0.234-0.047-0.328-0.125-0.406-0.375-2.25-2.047-2.25-2.5 0-0.109 0.047-0.203 0.109-0.297 0.453-0.594 0.922-1.172 1.375-1.781-0.219-0.422-0.406-0.844-0.547-1.281l-2.375-0.375c-0.219-0.031-0.375-0.234-0.375-0.453v-2.891c0-0.203 0.156-0.438 0.359-0.469l2.422-0.375c0.125-0.406 0.297-0.797 0.5-1.188-0.438-0.625-0.906-1.203-1.406-1.797-0.063-0.094-0.109-0.203-0.109-0.313s0.031-0.219 0.109-0.313c0.313-0.422 2.063-2.312 2.516-2.312 0.125 0 0.234 0.047 0.328 0.109l1.797 1.406c0.391-0.203 0.781-0.359 1.203-0.5 0.078-0.781 0.156-1.641 0.359-2.406 0.063-0.219 0.25-0.375 0.469-0.375h2.906c0.219 0 0.438 0.172 0.469 0.391l0.359 2.391c0.406 0.125 0.797 0.297 1.172 0.484l1.844-1.391c0.094-0.078 0.203-0.109 0.313-0.109 0.125 0 0.234 0.047 0.328 0.125 0.406 0.375 2.25 2.063 2.25 2.5 0 0.109-0.047 0.203-0.109 0.297-0.453 0.609-0.922 1.172-1.359 1.781 0.203 0.422 0.391 0.844 0.531 1.281l2.375 0.359c0.219 0.047 0.375 0.25 0.375 0.469zM30 20.906v2.188c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484zM30 4.906v2.187c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments\" viewBox=\"0 0 28 28\">\n<title>comments</title>\n<path d=\"M22 12c0 4.422-4.922 8-11 8-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8s11 3.578 11 8zM28 16c0 2.547-1.625 4.797-4.156 6.266 0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-up\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 12c0-1.062-0.953-2-2-2h-5.5c0-1.828 1.5-3.156 1.5-5 0-1.828-0.359-3-2.5-3-1 1.016-0.484 3.406-2 5-0.438 0.453-0.812 0.938-1.203 1.422-0.703 0.906-2.562 3.578-3.797 3.578h-0.5v10h0.5c0.875 0 2.312 0.562 3.156 0.859 1.719 0.594 3.5 1.141 5.344 1.141h1.891c1.766 0 3-0.703 3-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609 0.734-0.016 1.172-1.422 1.172-2zM24 11.984c0 0.906-0.266 1.797-0.766 2.547 0.094 0.344 0.141 0.719 0.141 1.078 0 0.781-0.203 1.563-0.594 2.25 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688h-2.016c-2.219 0-4.281-0.656-6.344-1.375-0.453-0.156-1.719-0.625-2.156-0.625h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.281c0.609-0.406 1.672-1.813 2.141-2.422 0.531-0.688 1.078-1.359 1.672-2 0.938-1 0.438-3.469 2-5 0.375-0.359 0.875-0.578 1.406-0.578 1.625 0 3.187 0.578 3.953 2.094 0.484 0.953 0.547 1.859 0.547 2.906 0 1.094-0.281 2.031-0.75 3h2.75c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-down\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-down</title>\n<path d=\"M4 7c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 16c0-0.578-0.438-1.984-1.172-2 0.328-0.375 0.547-1.109 0.547-1.609 0-0.734-0.297-1.359-0.828-1.859 0.187-0.328 0.281-0.703 0.281-1.078 0-0.719-0.359-1.609-1.016-1.969 0.047-0.281 0.078-0.578 0.078-0.875 0-1.828-1.156-2.609-2.891-2.609h-2c-1.844 0-3.625 0.547-5.344 1.141-0.844 0.297-2.281 0.859-3.156 0.859h-0.5v10h0.5c1.234 0 3.094 2.672 3.797 3.578 0.391 0.484 0.766 0.969 1.203 1.422 1.516 1.594 1 3.984 2 5 2.141 0 2.5-1.172 2.5-3 0-1.844-1.5-3.172-1.5-5h5.5c1.047 0 2-0.938 2-2zM24 16.016c0 2.156-1.844 3.984-4 3.984h-2.75c0.469 0.969 0.75 1.906 0.75 3 0 1.031-0.063 1.969-0.547 2.906-0.766 1.516-2.328 2.094-3.953 2.094-0.531 0-1.031-0.219-1.406-0.578-1.563-1.531-1.078-4-2-5.016-0.594-0.625-1.141-1.297-1.672-1.984-0.469-0.609-1.531-2.016-2.141-2.422h-4.281c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.438 0 1.703-0.469 2.156-0.625 2.25-0.781 4.203-1.375 6.609-1.375h1.75c2.844 0 4.891 1.687 4.875 4.609v0.078c0.609 0.781 0.938 1.781 0.938 2.781 0 0.219-0.016 0.453-0.047 0.672 0.391 0.688 0.594 1.469 0.594 2.25 0 0.359-0.047 0.734-0.141 1.078 0.5 0.75 0.766 1.641 0.766 2.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half\" viewBox=\"0 0 13 28\">\n<title>star-half</title>\n<path d=\"M13 0.5v20.922l-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart-o\" viewBox=\"0 0 28 28\">\n<title>heart-o</title>\n<path d=\"M26 9.312c0-4.391-2.969-5.313-5.469-5.313-2.328 0-4.953 2.516-5.766 3.484-0.375 0.453-1.156 0.453-1.531 0-0.812-0.969-3.437-3.484-5.766-3.484-2.5 0-5.469 0.922-5.469 5.313 0 2.859 2.891 5.516 2.922 5.547l9.078 8.75 9.063-8.734c0.047-0.047 2.938-2.703 2.938-5.563zM28 9.312c0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-out\" viewBox=\"0 0 25 28\">\n<title>sign-out</title>\n<path d=\"M10 22.5c0 0.438 0.203 1.5-0.5 1.5h-5c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h5c0.266 0 0.5 0.234 0.5 0.5 0 0.438 0.203 1.5-0.5 1.5h-5c-1.375 0-2.5 1.125-2.5 2.5v11c0 1.375 1.125 2.5 2.5 2.5h4.5c0.391 0 1-0.078 1 0.5zM24.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin-square\" viewBox=\"0 0 24 28\">\n<title>linkedin-square</title>\n<path d=\"M3.703 22.094h3.609v-10.844h-3.609v10.844zM7.547 7.906c-0.016-1.062-0.781-1.875-2.016-1.875s-2.047 0.812-2.047 1.875c0 1.031 0.781 1.875 2 1.875h0.016c1.266 0 2.047-0.844 2.047-1.875zM16.688 22.094h3.609v-6.219c0-3.328-1.781-4.875-4.156-4.875-1.937 0-2.797 1.078-3.266 1.828h0.031v-1.578h-3.609s0.047 1.016 0 10.844v0h3.609v-6.062c0-0.313 0.016-0.641 0.109-0.875 0.266-0.641 0.859-1.313 1.859-1.313 1.297 0 1.813 0.984 1.813 2.453v5.797zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumb-tack\" viewBox=\"0 0 18 28\">\n<title>thumb-tack</title>\n<path d=\"M7.5 13.5v-7c0-0.281-0.219-0.5-0.5-0.5s-0.5 0.219-0.5 0.5v7c0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5zM18 19c0 0.547-0.453 1-1 1h-6.703l-0.797 7.547c-0.031 0.25-0.234 0.453-0.484 0.453h-0.016c-0.25 0-0.453-0.172-0.5-0.422l-1.188-7.578h-6.312c-0.547 0-1-0.453-1-1 0-2.562 1.937-5 4-5v-8c-1.094 0-2-0.906-2-2s0.906-2 2-2h10c1.094 0 2 0.906 2 2s-0.906 2-2 2v8c2.063 0 4 2.438 4 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link\" viewBox=\"0 0 28 28\">\n<title>external-link</title>\n<path d=\"M22 14.5v5c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM28 1v8c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.75-2.75-10.187 10.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l10.187-10.187-2.75-2.75c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-in\" viewBox=\"0 0 24 28\">\n<title>sign-in</title>\n<path d=\"M18.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703zM24 8.5v11c0 2.484-2.016 4.5-4.5 4.5h-5c-0.266 0-0.5-0.234-0.5-0.5 0-0.438-0.203-1.5 0.5-1.5h5c1.375 0 2.5-1.125 2.5-2.5v-11c0-1.375-1.125-2.5-2.5-2.5h-4.5c-0.391 0-1 0.078-1-0.5 0-0.438-0.203-1.5 0.5-1.5h5c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trophy\" viewBox=\"0 0 26 28\">\n<title>trophy</title>\n<path d=\"M7.156 13.797c-0.656-1.437-1.156-3.344-1.156-5.797h-4v1.5c0 1.531 2.078 3.656 5.156 4.297zM24 9.5v-1.5h-4c0 2.453-0.5 4.359-1.156 5.797 3.078-0.641 5.156-2.766 5.156-4.297zM26 7.5v2c0 2.969-3.594 6.25-8.469 6.484-0.625 0.797-1.203 1.266-1.484 1.484-0.828 0.75-1.047 1.531-1.047 2.531s0.5 2 2 2 3 1 3 2.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-1.5 1.5-2.5 3-2.5s2-1 2-2-0.219-1.781-1.047-2.531c-0.281-0.219-0.859-0.688-1.484-1.484-4.875-0.234-8.469-3.516-8.469-6.484v-2c0-0.828 0.672-1.5 1.5-1.5h4.5v-1.5c0-1.375 1.125-2.5 2.5-2.5h9c1.375 0 2.5 1.125 2.5 2.5v1.5h4.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-square\" viewBox=\"0 0 24 28\">\n<title>github-square</title>\n<path d=\"M8.109 18.75v0c0.031-0.047 0.016-0.141-0.047-0.203-0.078-0.063-0.172-0.078-0.219-0.031-0.031 0.047-0.016 0.141 0.047 0.203 0.078 0.063 0.172 0.078 0.219 0.031zM7.672 18.109c-0.047-0.063-0.125-0.094-0.187-0.063-0.047 0.031-0.047 0.125 0 0.187 0.063 0.078 0.141 0.109 0.187 0.078v0c0.047-0.031 0.047-0.125 0-0.203zM7.031 17.484v0c0.016-0.031-0.016-0.094-0.078-0.125-0.047-0.016-0.109-0.016-0.125 0.031-0.031 0.047 0 0.094 0.063 0.125 0.063 0.016 0.125 0.016 0.141-0.031zM7.359 17.844v0c0.031-0.031 0.031-0.109-0.031-0.156-0.047-0.063-0.125-0.078-0.156-0.047-0.047 0.047-0.031 0.109 0.016 0.172 0.047 0.047 0.125 0.078 0.172 0.031zM8.703 19.016v0c0.016-0.063-0.047-0.141-0.141-0.172s-0.172 0-0.203 0.063c-0.016 0.063 0.047 0.141 0.141 0.172s0.172 0 0.203-0.063zM9.359 19.063v0c0-0.063-0.078-0.125-0.187-0.125-0.094 0-0.156 0.063-0.156 0.125s0.078 0.125 0.172 0.125 0.172-0.063 0.172-0.125zM9.969 18.953v0c-0.016-0.063-0.109-0.094-0.203-0.078s-0.156 0.078-0.141 0.141 0.094 0.109 0.187 0.094 0.156-0.094 0.156-0.156zM20 14c0-4.422-3.578-8-8-8s-8 3.578-8 8c0 3.531 2.297 6.531 5.469 7.594 0.406 0.078 0.547-0.172 0.547-0.391 0-0.187 0-0.812-0.016-1.484 0 0-2.219 0.484-2.688-0.953 0 0-0.359-0.922-0.891-1.156 0 0-0.719-0.5 0.063-0.5 0 0 0.781 0.063 1.219 0.828 0.703 1.234 1.875 0.875 2.328 0.672 0.078-0.516 0.281-0.875 0.516-1.078-1.781-0.203-3.656-0.891-3.656-3.953 0-0.875 0.313-1.578 0.828-2.141-0.078-0.203-0.359-1.016 0.078-2.125 0.672-0.203 2.203 0.828 2.203 0.828 0.641-0.187 1.313-0.266 2-0.266s1.359 0.078 2 0.266c0 0 1.531-1.031 2.203-0.828 0.438 1.109 0.156 1.922 0.078 2.125 0.516 0.562 0.828 1.266 0.828 2.141 0 3.078-1.875 3.75-3.656 3.953 0.281 0.25 0.547 0.734 0.547 1.484 0 1.062-0.016 1.922-0.016 2.188 0 0.219 0.141 0.469 0.547 0.391 3.172-1.062 5.469-4.062 5.469-7.594zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-upload\" viewBox=\"0 0 26 28\">\n<title>upload</title>\n<path d=\"M20 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h6.672c0.422 1.156 1.531 2 2.828 2h4c1.297 0 2.406-0.844 2.828-2h6.672c0.828 0 1.5 0.672 1.5 1.5zM20.922 9.375c-0.156 0.375-0.516 0.625-0.922 0.625h-4v7c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-7h-4c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l7-7c0.187-0.203 0.453-0.297 0.703-0.297s0.516 0.094 0.703 0.297l7 7c0.297 0.281 0.375 0.719 0.219 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lemon-o\" viewBox=\"0 0 24 28\">\n<title>lemon-o</title>\n<path d=\"M21.984 12.906c0-0.734-0.141-2.656-0.391-3.281-0.297-0.75-0.469-1.172-0.469-2.016 0-0.719 0.156-1.422 0.156-2.125 0-0.297-0.016-0.609-0.156-0.859-0.063-0.016-0.141-0.016-0.203-0.016-0.609 0-1.219 0.141-1.828 0.141-1.859 0-3.625-0.75-5.484-0.75-1.453 0-2.859 0.547-4.203 1.078-1.062 0.422-2.234 0.922-3.156 1.609-3.156 2.391-4.25 6.766-4.25 10.531 0 1.266 0.391 2.5 0.391 3.766 0 0.719-0.344 1.375-0.344 2.063 0 0.438 0.25 0.797 0.719 0.797 0.766 0 1.5-0.344 2.281-0.344 1.781 0 3.516 0.484 5.297 0.484 1.391 0 3.141-0.109 4.438-0.562 4.109-1.453 7.203-6.203 7.203-10.516zM23.984 12.875c0 5.203-3.609 10.687-8.547 12.437-1.547 0.547-3.469 0.688-5.094 0.688-1.781 0-3.531-0.453-5.297-0.453-0.75 0-1.5 0.453-2.281 0.453-1.547 0-2.719-1.391-2.719-2.875 0-0.734 0.344-1.391 0.344-2.109 0-1.266-0.391-2.5-0.391-3.781 0-4.438 1.359-9.344 5.047-12.141 1.062-0.812 2.391-1.391 3.625-1.875 1.594-0.641 3.203-1.219 4.937-1.219 1.859 0 3.625 0.75 5.453 0.75 0.594 0 1.188-0.156 1.797-0.156 1.781 0 2.422 1.266 2.422 2.891 0 0.703-0.156 1.422-0.156 2.125 0 0.562 0.141 0.781 0.328 1.281 0.359 0.906 0.531 2.984 0.531 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone\" viewBox=\"0 0 22 28\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square-o\" viewBox=\"0 0 22 28\">\n<title>square-o</title>\n<path d=\"M17.5 4h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-13c0-1.375-1.125-2.5-2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark-o\" viewBox=\"0 0 20 28\">\n<title>bookmark-o</title>\n<path d=\"M18 4h-16v19.406l8-7.672 1.391 1.328 6.609 6.344v-19.406zM18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone-square\" viewBox=\"0 0 24 28\">\n<title>phone-square</title>\n<path d=\"M20 18.641c0-0.078 0-0.172-0.031-0.25-0.094-0.281-2.375-1.437-2.812-1.687-0.297-0.172-0.656-0.516-1.016-0.516-0.688 0-1.703 2.047-2.312 2.047-0.313 0-0.703-0.281-0.984-0.438-2.063-1.156-3.484-2.578-4.641-4.641-0.156-0.281-0.438-0.672-0.438-0.984 0-0.609 2.047-1.625 2.047-2.312 0-0.359-0.344-0.719-0.516-1.016-0.25-0.438-1.406-2.719-1.687-2.812-0.078-0.031-0.172-0.031-0.25-0.031-0.406 0-1.203 0.187-1.578 0.344-1.031 0.469-1.781 2.438-1.781 3.516 0 1.047 0.422 2 0.781 2.969 1.25 3.422 4.969 7.141 8.391 8.391 0.969 0.359 1.922 0.781 2.969 0.781 1.078 0 3.047-0.75 3.516-1.781 0.156-0.375 0.344-1.172 0.344-1.578zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter\" viewBox=\"0 0 26 28\">\n<title>twitter</title>\n<path d=\"M25.312 6.375c-0.688 1-1.547 1.891-2.531 2.609 0.016 0.219 0.016 0.438 0.016 0.656 0 6.672-5.078 14.359-14.359 14.359-2.859 0-5.516-0.828-7.75-2.266 0.406 0.047 0.797 0.063 1.219 0.063 2.359 0 4.531-0.797 6.266-2.156-2.219-0.047-4.078-1.5-4.719-3.5 0.313 0.047 0.625 0.078 0.953 0.078 0.453 0 0.906-0.063 1.328-0.172-2.312-0.469-4.047-2.5-4.047-4.953v-0.063c0.672 0.375 1.453 0.609 2.281 0.641-1.359-0.906-2.25-2.453-2.25-4.203 0-0.938 0.25-1.797 0.688-2.547 2.484 3.062 6.219 5.063 10.406 5.281-0.078-0.375-0.125-0.766-0.125-1.156 0-2.781 2.25-5.047 5.047-5.047 1.453 0 2.766 0.609 3.687 1.594 1.141-0.219 2.234-0.641 3.203-1.219-0.375 1.172-1.172 2.156-2.219 2.781 1.016-0.109 2-0.391 2.906-0.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook\" viewBox=\"0 0 16 28\">\n<title>facebook</title>\n<path d=\"M14.984 0.187v4.125h-2.453c-1.922 0-2.281 0.922-2.281 2.25v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406c0-3.953 2.422-6.109 5.953-6.109 1.687 0 3.141 0.125 3.563 0.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github\" viewBox=\"0 0 24 28\">\n<title>github</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12 0 5.297-3.437 9.797-8.203 11.391-0.609 0.109-0.828-0.266-0.828-0.578 0-0.391 0.016-1.687 0.016-3.297 0-1.125-0.375-1.844-0.812-2.219 2.672-0.297 5.484-1.313 5.484-5.922 0-1.313-0.469-2.375-1.234-3.219 0.125-0.313 0.531-1.531-0.125-3.187-1-0.313-3.297 1.234-3.297 1.234-0.953-0.266-1.984-0.406-3-0.406s-2.047 0.141-3 0.406c0 0-2.297-1.547-3.297-1.234-0.656 1.656-0.25 2.875-0.125 3.187-0.766 0.844-1.234 1.906-1.234 3.219 0 4.594 2.797 5.625 5.469 5.922-0.344 0.313-0.656 0.844-0.766 1.609-0.688 0.313-2.438 0.844-3.484-1-0.656-1.141-1.844-1.234-1.844-1.234-1.172-0.016-0.078 0.734-0.078 0.734 0.781 0.359 1.328 1.75 1.328 1.75 0.703 2.141 4.047 1.422 4.047 1.422 0 1 0.016 1.937 0.016 2.234 0 0.313-0.219 0.688-0.828 0.578-4.766-1.594-8.203-6.094-8.203-11.391 0-6.625 5.375-12 12-12zM4.547 19.234c0.031-0.063-0.016-0.141-0.109-0.187-0.094-0.031-0.172-0.016-0.203 0.031-0.031 0.063 0.016 0.141 0.109 0.187 0.078 0.047 0.172 0.031 0.203-0.031zM5.031 19.766c0.063-0.047 0.047-0.156-0.031-0.25-0.078-0.078-0.187-0.109-0.25-0.047-0.063 0.047-0.047 0.156 0.031 0.25 0.078 0.078 0.187 0.109 0.25 0.047zM5.5 20.469c0.078-0.063 0.078-0.187 0-0.297-0.063-0.109-0.187-0.156-0.266-0.094-0.078 0.047-0.078 0.172 0 0.281s0.203 0.156 0.266 0.109zM6.156 21.125c0.063-0.063 0.031-0.203-0.063-0.297-0.109-0.109-0.25-0.125-0.313-0.047-0.078 0.063-0.047 0.203 0.063 0.297 0.109 0.109 0.25 0.125 0.313 0.047zM7.047 21.516c0.031-0.094-0.063-0.203-0.203-0.25-0.125-0.031-0.266 0.016-0.297 0.109s0.063 0.203 0.203 0.234c0.125 0.047 0.266 0 0.297-0.094zM8.031 21.594c0-0.109-0.125-0.187-0.266-0.172-0.141 0-0.25 0.078-0.25 0.172 0 0.109 0.109 0.187 0.266 0.172 0.141 0 0.25-0.078 0.25-0.172zM8.937 21.438c-0.016-0.094-0.141-0.156-0.281-0.141-0.141 0.031-0.234 0.125-0.219 0.234 0.016 0.094 0.141 0.156 0.281 0.125s0.234-0.125 0.219-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock\" viewBox=\"0 0 26 28\">\n<title>unlock</title>\n<path d=\"M26 9v4c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v3h1.5c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h10.5v-3c0-3.859 3.141-7 7-7s7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card\" viewBox=\"0 0 30 28\">\n<title>credit-card</title>\n<path d=\"M27.5 2c1.375 0 2.5 1.125 2.5 2.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25zM2.5 4c-0.266 0-0.5 0.234-0.5 0.5v3.5h26v-3.5c0-0.266-0.234-0.5-0.5-0.5h-25zM27.5 24c0.266 0 0.5-0.234 0.5-0.5v-9.5h-26v9.5c0 0.266 0.234 0.5 0.5 0.5h25zM4 22v-2h4v2h-4zM10 22v-2h6v2h-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-feed\" viewBox=\"0 0 22 28\">\n<title>feed</title>\n<path d=\"M6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 22.922c0.016 0.281-0.078 0.547-0.266 0.75-0.187 0.219-0.453 0.328-0.734 0.328h-2.109c-0.516 0-0.938-0.391-0.984-0.906-0.453-4.766-4.234-8.547-9-9-0.516-0.047-0.906-0.469-0.906-0.984v-2.109c0-0.281 0.109-0.547 0.328-0.734 0.172-0.172 0.422-0.266 0.672-0.266h0.078c3.328 0.266 6.469 1.719 8.828 4.094 2.375 2.359 3.828 5.5 4.094 8.828zM22 22.953c0.016 0.266-0.078 0.531-0.281 0.734-0.187 0.203-0.438 0.313-0.719 0.313h-2.234c-0.531 0-0.969-0.406-1-0.938-0.516-9.078-7.75-16.312-16.828-16.844-0.531-0.031-0.938-0.469-0.938-0.984v-2.234c0-0.281 0.109-0.531 0.313-0.719 0.187-0.187 0.438-0.281 0.688-0.281h0.047c5.469 0.281 10.609 2.578 14.484 6.469 3.891 3.875 6.188 9.016 6.469 14.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hdd-o\" viewBox=\"0 0 24 28\">\n<title>hdd-o</title>\n<path d=\"M16.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM20.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM22 21.5v-5c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5zM2.781 14h18.438l-2.453-7.531c-0.078-0.266-0.375-0.469-0.656-0.469h-12.219c-0.281 0-0.578 0.203-0.656 0.469zM24 16.5v5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-5c0-0.422 0.125-0.781 0.25-1.172l3.078-9.469c0.359-1.094 1.406-1.859 2.562-1.859h12.219c1.156 0 2.203 0.766 2.562 1.859l3.078 9.469c0.125 0.391 0.25 0.75 0.25 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullhorn\" viewBox=\"0 0 28 28\">\n<title>bullhorn</title>\n<path d=\"M26 10c1.109 0 2 0.891 2 2s-0.891 2-2 2v6c0 1.094-0.906 2-2 2-2.781-2.312-7.266-5.484-12.688-5.938-1.859 0.625-2.5 2.797-1.281 4.047-1.094 1.797 0.313 3.063 1.969 4.359-0.969 1.906-5 1.937-6.438 0.609-0.906-2.781-2.25-5.563-1.156-9.078h-1.906c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h7.5c6 0 11-3.5 14-6 1.094 0 2 0.906 2 2v6zM24 19.437v-14.906c-4.078 3.125-8.031 4.922-12 5.359v4.219c3.969 0.438 7.922 2.203 12 5.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-o\" viewBox=\"0 0 28 28\">\n<title>bell-o</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM3.844 22h20.312c-2.797-3.156-4.156-7.438-4.156-13 0-2.016-1.906-5-6-5s-6 2.984-6 5c0 5.563-1.359 9.844-4.156 13zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-certificate\" viewBox=\"0 0 24 28\">\n<title>certificate</title>\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-right\" viewBox=\"0 0 28 28\">\n<title>hand-o-right</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 12c0-1.062-0.953-2-2-2h-9c0-0.984 1.5-2 1.5-4 0-1.5-1.172-2-2.5-2-0.438 0-1.234 1.813-1.406 2.172-0.187 0.344-0.375 0.688-0.578 1.016-0.516 0.828-1.109 1.547-1.75 2.266-1 1.141-2.109 2.547-3.766 2.547h-0.5v10h0.5c2.734 0 5.406 2 8.437 2 1.75 0 2.953-0.734 2.953-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609h5.172c1.078 0 2-0.922 2-2zM28 11.984c0 2.188-1.813 4.016-4 4.016h-2.641c-0.047 0.656-0.25 1.281-0.578 1.859 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688-1.75 0-3.406-0.484-5.031-1.078-0.953-0.344-2.5-0.922-3.484-0.922h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.75 0 1.813-1.344 2.266-1.859 0.562-0.641 1.094-1.281 1.563-2.016 0.906-1.453 1.578-4.125 3.672-4.125 2.484 0 4.5 1.359 4.5 4 0 0.688-0.109 1.359-0.344 2h5.844c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-left\" viewBox=\"0 0 28 28\">\n<title>hand-o-left</title>\n<path d=\"M21.5 22h0.5v-10h-0.5c-1.656 0-2.766-1.406-3.766-2.547-0.641-0.719-1.234-1.437-1.75-2.266-0.219-0.344-0.406-0.703-0.594-1.062s-0.969-2.125-1.391-2.125c-1.328 0-2.5 0.5-2.5 2 0 2 1.5 3.016 1.5 4h-9c-1.047 0-2 0.938-2 2 0 1.078 0.922 2 2 2h5.172c-0.328 0.375-0.547 1.109-0.547 1.609 0 0.734 0.297 1.359 0.828 1.859-0.187 0.328-0.281 0.703-0.281 1.078 0 0.719 0.359 1.609 1.016 1.969-0.047 0.281-0.063 0.578-0.063 0.875 0 1.844 1.141 2.609 2.875 2.609 3.109 0 5.766-2 8.5-2zM26 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 12v10c0 1.109-0.891 2-2 2h-4.5c-0.984 0-2.531 0.578-3.484 0.922-1.594 0.578-3.234 1.078-4.953 1.078-2.875 0-4.969-1.625-4.953-4.609l0.016-0.078c-0.625-0.781-0.953-1.781-0.953-2.781 0-0.219 0.016-0.453 0.047-0.672-0.328-0.578-0.531-1.203-0.578-1.859h-2.641c-2.188 0-4-1.828-4-4.016 0-2.156 1.844-3.984 4-3.984h5.844c-0.234-0.641-0.344-1.312-0.344-2 0-2.641 2.016-4 4.5-4 2.094 0 2.766 2.672 3.672 4.125 0.469 0.734 1 1.375 1.563 2.016 0.453 0.516 1.516 1.859 2.266 1.859h4.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-up\" viewBox=\"0 0 24 28\">\n<title>hand-o-up</title>\n<path d=\"M20 25c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 13.062c0-1.766-0.719-2.953-2.609-2.953-0.297 0-0.594 0.031-0.875 0.078-0.359-0.656-1.25-1.016-1.969-1.016-0.375 0-0.75 0.094-1.078 0.281-0.5-0.531-1.125-0.828-1.859-0.828-0.5 0-1.234 0.219-1.609 0.547v-5.172c0-1.078-0.922-2-2-2-1.062 0-2 0.953-2 2v9c-0.984 0-2-1.5-4-1.5-1.5 0-2 1.172-2 2.5 0 0.438 1.813 1.234 2.172 1.406 0.344 0.187 0.688 0.375 1.016 0.578 0.828 0.516 1.547 1.109 2.266 1.75 1.141 1 2.547 2.109 2.547 3.766v0.5h10v-0.5c0-2.734 2-5.406 2-8.437zM24 12.984c0 1.75-0.484 3.406-1.078 5.031-0.344 0.953-0.922 2.5-0.922 3.484v4.5c0 1.109-0.891 2-2 2h-10c-1.109 0-2-0.891-2-2v-4.5c0-0.75-1.344-1.813-1.859-2.266-0.641-0.562-1.281-1.094-2.016-1.563-1.453-0.906-4.125-1.578-4.125-3.672 0-2.484 1.359-4.5 4-4.5 0.688 0 1.359 0.109 2 0.344v-5.844c0-2.156 1.828-4 3.984-4 2.188 0 4.016 1.813 4.016 4v2.641c0.656 0.047 1.281 0.25 1.859 0.578 0.219-0.031 0.453-0.047 0.672-0.047 1 0 2 0.328 2.781 0.938 2.953-0.031 4.688 1.984 4.688 4.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-down\" viewBox=\"0 0 24 28\">\n<title>hand-o-down</title>\n<path d=\"M22 15c0-3.109-2-5.766-2-8.5v-0.5h-10v0.5c0 1.656-1.406 2.766-2.547 3.766-0.719 0.641-1.437 1.234-2.266 1.75-0.344 0.219-0.703 0.406-1.062 0.594s-2.125 0.969-2.125 1.391c0 1.328 0.5 2.5 2 2.5 2 0 3.016-1.5 4-1.5v9c0 1.047 0.938 2 2 2 1.078 0 2-0.922 2-2v-5.172c0.406 0.313 1.094 0.547 1.609 0.547 0.734 0 1.359-0.297 1.859-0.828 0.328 0.187 0.703 0.281 1.078 0.281 0.719 0 1.609-0.359 1.969-1.016 0.281 0.047 0.578 0.063 0.875 0.063 1.844 0 2.609-1.141 2.609-2.875zM20 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 14.938c0 2.875-1.625 4.969-4.609 4.953l-0.078-0.016c-0.781 0.625-1.781 0.953-2.781 0.953-0.219 0-0.453-0.016-0.672-0.047-0.531 0.297-1.25 0.516-1.859 0.578v2.641c0 2.188-1.828 4-4.016 4-2.156 0-3.984-1.844-3.984-4v-5.844c-0.609 0.25-1.344 0.344-2 0.344-2.625 0-4-2.016-4-4.5 0-2.094 2.672-2.766 4.125-3.672 0.734-0.469 1.375-1 2.016-1.563 0.516-0.453 1.859-1.516 1.859-2.266v-4.5c0-1.109 0.891-2 2-2h10c1.109 0 2 0.891 2 2v4.5c0 0.984 0.578 2.531 0.922 3.484 0.578 1.594 1.078 3.234 1.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-left</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-7.844l2.953-2.953c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.516-0.297-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703s-0.094-0.516-0.281-0.703l-2.953-2.953h7.844c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-right</title>\n<path d=\"M20.078 14c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l2.953 2.953h-7.844c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h7.844l-2.953 2.953c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.516 0.297 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-up</title>\n<path d=\"M20.062 13.984c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l2.953-2.953v7.844c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-7.844l2.953 2.953c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-down</title>\n<path d=\"M20.062 14.016c0-0.266-0.094-0.516-0.281-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-2.953 2.953v-7.844c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v7.844l-2.953-2.953c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-globe\" viewBox=\"0 0 24 28\">\n<title>globe</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM16.281 10.141c-0.125 0.094-0.203 0.266-0.359 0.297 0.078-0.016 0.156-0.297 0.203-0.359 0.094-0.109 0.219-0.172 0.344-0.234 0.266-0.109 0.531-0.141 0.812-0.187 0.266-0.063 0.594-0.063 0.797 0.172-0.047-0.047 0.328-0.375 0.375-0.391 0.141-0.078 0.375-0.047 0.469-0.187 0.031-0.047 0.031-0.344 0.031-0.344-0.266 0.031-0.359-0.219-0.375-0.438 0 0.016-0.031 0.063-0.094 0.125 0.016-0.234-0.281-0.063-0.391-0.094-0.359-0.094-0.313-0.344-0.422-0.609-0.063-0.141-0.234-0.187-0.297-0.328-0.063-0.094-0.094-0.297-0.234-0.313-0.094-0.016-0.266 0.328-0.297 0.313-0.141-0.078-0.203 0.031-0.313 0.094-0.094 0.063-0.172 0.031-0.266 0.078 0.281-0.094-0.125-0.25-0.266-0.219 0.219-0.063 0.109-0.297-0.016-0.406h0.078c-0.031-0.141-0.469-0.266-0.609-0.359s-0.891-0.25-1.047-0.156c-0.187 0.109 0.047 0.422 0.047 0.578 0.016 0.187-0.187 0.234-0.187 0.391 0 0.266 0.5 0.219 0.375 0.578-0.078 0.219-0.375 0.266-0.5 0.438-0.125 0.156 0.016 0.438 0.141 0.547 0.125 0.094-0.219 0.25-0.266 0.281-0.266 0.125-0.469-0.266-0.531-0.5-0.047-0.172-0.063-0.375-0.25-0.469-0.094-0.031-0.391-0.078-0.453 0.016-0.094-0.234-0.422-0.328-0.641-0.406-0.313-0.109-0.578-0.109-0.906-0.063 0.109-0.016-0.031-0.5-0.297-0.422 0.078-0.156 0.047-0.328 0.078-0.484 0.031-0.125 0.094-0.25 0.187-0.359 0.031-0.063 0.375-0.422 0.266-0.438 0.266 0.031 0.562 0.047 0.781-0.172 0.141-0.141 0.203-0.375 0.344-0.531 0.203-0.234 0.453 0.063 0.672 0.078 0.313 0.016 0.297-0.328 0.125-0.484 0.203 0.016 0.031-0.359-0.078-0.406-0.141-0.047-0.672 0.094-0.391 0.203-0.063-0.031-0.438 0.75-0.656 0.359-0.063-0.078-0.094-0.406-0.234-0.422-0.125 0-0.203 0.141-0.25 0.234 0.078-0.203-0.438-0.344-0.547-0.359 0.234-0.156 0.047-0.328-0.125-0.422-0.125-0.078-0.516-0.141-0.625-0.016-0.297 0.359 0.313 0.406 0.469 0.5 0.047 0.031 0.234 0.141 0.125 0.219-0.094 0.047-0.375 0.125-0.406 0.187-0.094 0.141 0.109 0.297-0.031 0.438-0.141-0.141-0.141-0.375-0.25-0.531 0.141 0.172-0.562 0.078-0.547 0.078-0.234 0-0.609 0.156-0.781-0.078-0.031-0.063-0.031-0.422 0.063-0.344-0.141-0.109-0.234-0.219-0.328-0.281-0.516 0.172-1 0.391-1.469 0.641 0.063 0.016 0.109 0.016 0.187-0.016 0.125-0.047 0.234-0.125 0.359-0.187 0.156-0.063 0.484-0.25 0.656-0.109 0.016-0.031 0.063-0.063 0.078-0.078 0.109 0.125 0.219 0.25 0.313 0.391-0.125-0.063-0.328-0.031-0.469-0.016-0.109 0.031-0.297 0.063-0.344 0.187 0.047 0.078 0.109 0.203 0.078 0.281-0.203-0.141-0.359-0.375-0.641-0.406-0.125 0-0.25 0-0.344 0.016-1.5 0.828-2.766 2.031-3.672 3.469 0.063 0.063 0.125 0.109 0.187 0.125 0.156 0.047 0 0.5 0.297 0.266 0.094 0.078 0.109 0.187 0.047 0.297 0.016-0.016 0.641 0.391 0.688 0.422 0.109 0.094 0.281 0.203 0.328 0.328 0.031 0.109-0.063 0.234-0.156 0.281-0.016-0.031-0.25-0.266-0.281-0.203-0.047 0.078 0 0.5 0.172 0.484-0.25 0.016-0.141 0.984-0.203 1.172 0 0.016 0.031 0.016 0.031 0.016-0.047 0.187 0.109 0.922 0.422 0.844-0.203 0.047 0.359 0.766 0.438 0.812 0.203 0.141 0.438 0.234 0.578 0.438 0.156 0.219 0.156 0.547 0.375 0.719-0.063 0.187 0.328 0.406 0.313 0.672-0.031 0.016-0.047 0.016-0.078 0.031 0.078 0.219 0.375 0.219 0.484 0.422 0.063 0.125 0 0.422 0.203 0.359 0.031-0.344-0.203-0.688-0.375-0.969-0.094-0.156-0.187-0.297-0.266-0.453-0.078-0.141-0.094-0.313-0.156-0.469 0.063 0.016 0.406 0.141 0.375 0.187-0.125 0.313 0.5 0.859 0.672 1.062 0.047 0.047 0.406 0.516 0.219 0.516 0.203 0 0.484 0.313 0.578 0.469 0.141 0.234 0.109 0.531 0.203 0.781 0.094 0.313 0.531 0.453 0.781 0.594 0.219 0.109 0.406 0.266 0.625 0.344 0.328 0.125 0.406 0.016 0.688-0.031 0.406-0.063 0.453 0.391 0.781 0.562 0.203 0.109 0.641 0.266 0.859 0.172-0.094 0.031 0.328 0.672 0.359 0.719 0.141 0.187 0.406 0.281 0.562 0.469 0.047-0.031 0.094-0.078 0.109-0.141-0.063 0.172 0.234 0.5 0.391 0.469 0.172-0.031 0.219-0.375 0.219-0.5-0.313 0.156-0.594 0.031-0.766-0.281-0.031-0.078-0.281-0.516-0.063-0.516 0.297 0 0.094-0.234 0.063-0.453s-0.25-0.359-0.359-0.547c-0.094 0.187-0.406 0.141-0.5-0.016 0 0.047-0.047 0.125-0.047 0.187-0.078 0-0.156 0.016-0.234-0.016 0.031-0.187 0.047-0.422 0.094-0.625 0.078-0.281 0.594-0.828-0.078-0.797-0.234 0.016-0.328 0.109-0.406 0.313-0.078 0.187-0.047 0.359-0.266 0.453-0.141 0.063-0.609 0.031-0.75-0.047-0.297-0.172-0.5-0.719-0.5-1.031-0.016-0.422 0.203-0.797 0-1.188 0.094-0.078 0.187-0.234 0.297-0.313 0.094-0.063 0.203 0.047 0.25-0.141-0.047-0.031-0.109-0.094-0.125-0.094 0.234 0.109 0.672-0.156 0.875 0 0.125 0.094 0.266 0.125 0.344-0.031 0.016-0.047-0.109-0.234-0.047-0.359 0.047 0.266 0.219 0.313 0.453 0.141 0.094 0.094 0.344 0.063 0.516 0.156 0.172 0.109 0.203 0.281 0.406 0.047 0.125 0.187 0.141 0.187 0.187 0.375 0.047 0.172 0.141 0.609 0.297 0.688 0.328 0.203 0.25-0.344 0.219-0.531-0.016-0.016-0.016-0.531-0.031-0.531-0.5-0.109-0.313-0.5-0.031-0.766 0.047-0.031 0.406-0.156 0.562-0.281 0.141-0.125 0.313-0.344 0.234-0.547 0.078 0 0.141-0.063 0.172-0.141-0.047-0.016-0.234-0.172-0.266-0.156 0.109-0.063 0.094-0.156 0.031-0.25 0.156-0.094 0.078-0.266 0.234-0.328 0.172 0.234 0.516-0.031 0.344-0.219 0.156-0.219 0.516-0.109 0.609-0.313 0.234 0.063 0.063-0.234 0.187-0.406 0.109-0.141 0.297-0.141 0.438-0.219 0 0.016 0.391-0.219 0.266-0.234 0.266 0.031 0.797-0.25 0.391-0.484 0.063-0.141-0.141-0.203-0.281-0.234 0.109-0.031 0.25 0.031 0.344-0.031 0.203-0.141 0.063-0.203-0.109-0.25-0.219-0.063-0.5 0.078-0.672 0.187zM13.734 23.844c2.141-0.375 4.047-1.437 5.484-2.953-0.094-0.094-0.266-0.063-0.391-0.125-0.125-0.047-0.219-0.094-0.375-0.125 0.031-0.313-0.313-0.422-0.531-0.578-0.203-0.156-0.328-0.328-0.625-0.266-0.031 0.016-0.344 0.125-0.281 0.187-0.203-0.172-0.297-0.266-0.562-0.344-0.25-0.078-0.422-0.391-0.672-0.109-0.125 0.125-0.063 0.313-0.125 0.438-0.203-0.172 0.187-0.375 0.031-0.562-0.187-0.219-0.516 0.141-0.672 0.234-0.094 0.078-0.203 0.109-0.266 0.203-0.078 0.109-0.109 0.25-0.172 0.359-0.047-0.125-0.313-0.094-0.328-0.187 0.063 0.375 0.063 0.766 0.141 1.141 0.047 0.219 0 0.578-0.187 0.75s-0.422 0.359-0.453 0.625c-0.031 0.187 0.016 0.359 0.187 0.406 0.016 0.234-0.25 0.406-0.234 0.656 0 0.016 0.016 0.172 0.031 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wrench\" viewBox=\"0 0 26 28\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tasks\" viewBox=\"0 0 28 28\">\n<title>tasks</title>\n<path d=\"M16 22h10v-2h-10v2zM10 14h16v-2h-16v2zM20 6h6v-2h-6v2zM28 19v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 11v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-filter\" viewBox=\"0 0 22 28\">\n<title>filter</title>\n<path d=\"M21.922 4.609c0.156 0.375 0.078 0.812-0.219 1.094l-7.703 7.703v11.594c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703v-7.594l-7.703-7.703c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h20c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-briefcase\" viewBox=\"0 0 28 28\">\n<title>briefcase</title>\n<path d=\"M10 4h8v-2h-8v2zM28 14v7.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-7.5h10.5v2.5c0 0.547 0.453 1 1 1h5c0.547 0 1-0.453 1-1v-2.5h10.5zM16 14v2h-4v-2h4zM28 6.5v6h-28v-6c0-1.375 1.125-2.5 2.5-2.5h5.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-alt\" viewBox=\"0 0 24 28\">\n<title>arrows-alt</title>\n<path d=\"M20.047 8.453l-5.547 5.547 5.547 5.547 2.25-2.25c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.25-2.25-5.547-5.547-5.547 5.547 2.25 2.25c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.25 2.25 5.547-5.547-5.547-5.547-2.25 2.25c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-7c0-0.547 0.453-1 1-1h7c0.406 0 0.766 0.25 0.922 0.625 0.156 0.359 0.078 0.797-0.219 1.078l-2.25 2.25 5.547 5.547 5.547-5.547-2.25-2.25c-0.297-0.281-0.375-0.719-0.219-1.078 0.156-0.375 0.516-0.625 0.922-0.625h7c0.547 0 1 0.453 1 1v7c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.109-0.703-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-group\" viewBox=\"0 0 30 28\">\n<title>group</title>\n<path d=\"M9.266 14c-1.625 0.047-3.094 0.75-4.141 2h-2.094c-1.563 0-3.031-0.75-3.031-2.484 0-1.266-0.047-5.516 1.937-5.516 0.328 0 1.953 1.328 4.062 1.328 0.719 0 1.406-0.125 2.078-0.359-0.047 0.344-0.078 0.688-0.078 1.031 0 1.422 0.453 2.828 1.266 4zM26 23.953c0 2.531-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.516-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.531 0 2.469 2.172 5.594 2.172s5.063-2.172 5.594-2.172c4.578 0 5.406 5.422 5.406 8.953zM10 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM21 10c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM30 13.516c0 1.734-1.469 2.484-3.031 2.484h-2.094c-1.047-1.25-2.516-1.953-4.141-2 0.812-1.172 1.266-2.578 1.266-4 0-0.344-0.031-0.688-0.078-1.031 0.672 0.234 1.359 0.359 2.078 0.359 2.109 0 3.734-1.328 4.062-1.328 1.984 0 1.937 4.25 1.937 5.516zM28 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain\" viewBox=\"0 0 26 28\">\n<title>chain</title>\n<path d=\"M22.75 19c0-0.406-0.156-0.781-0.438-1.062l-3.25-3.25c-0.281-0.281-0.672-0.438-1.062-0.438-0.453 0-0.812 0.172-1.125 0.5 0.516 0.516 1.125 0.953 1.125 1.75 0 0.828-0.672 1.5-1.5 1.5-0.797 0-1.234-0.609-1.75-1.125-0.328 0.313-0.516 0.672-0.516 1.141 0 0.391 0.156 0.781 0.438 1.062l3.219 3.234c0.281 0.281 0.672 0.422 1.062 0.422s0.781-0.141 1.062-0.406l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047zM11.766 7.984c0-0.391-0.156-0.781-0.438-1.062l-3.219-3.234c-0.281-0.281-0.672-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l3.25 3.25c0.281 0.281 0.672 0.422 1.062 0.422 0.453 0 0.812-0.156 1.125-0.484-0.516-0.516-1.125-0.953-1.125-1.75 0-0.828 0.672-1.5 1.5-1.5 0.797 0 1.234 0.609 1.75 1.125 0.328-0.313 0.516-0.672 0.516-1.141zM25.75 19c0 1.188-0.484 2.344-1.328 3.172l-2.297 2.281c-0.844 0.844-1.984 1.297-3.172 1.297-1.203 0-2.344-0.469-3.187-1.328l-3.219-3.234c-0.844-0.844-1.297-1.984-1.297-3.172 0-1.234 0.5-2.406 1.375-3.266l-1.375-1.375c-0.859 0.875-2.016 1.375-3.25 1.375-1.188 0-2.344-0.469-3.187-1.313l-3.25-3.25c-0.859-0.859-1.313-1.984-1.313-3.187 0-1.188 0.484-2.344 1.328-3.172l2.297-2.281c0.844-0.844 1.984-1.297 3.172-1.297 1.203 0 2.344 0.469 3.187 1.328l3.219 3.234c0.844 0.844 1.297 1.984 1.297 3.172 0 1.234-0.5 2.406-1.375 3.266l1.375 1.375c0.859-0.875 2.016-1.375 3.25-1.375 1.188 0 2.344 0.469 3.187 1.313l3.25 3.25c0.859 0.859 1.313 1.984 1.313 3.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud\" viewBox=\"0 0 30 28\">\n<title>cloud</title>\n<path d=\"M30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.797 1.656-5.219 4.031-6.328-0.016-0.219-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.344 0 6.203 2.047 7.406 4.969 0.688-0.609 1.594-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.797-0.234 1.531-0.641 2.156 2.656 0.625 4.641 3 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flask\" viewBox=\"0 0 26 28\">\n<title>flask</title>\n<path d=\"M23.859 22.625c1.172 1.859 0.344 3.375-1.859 3.375h-18c-2.203 0-3.031-1.516-1.859-3.375l7.859-12.391v-6.234h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h8c0.547 0 1 0.453 1 1s-0.453 1-1 1h-1v6.234zM11.688 11.297l-4.25 6.703h11.125l-4.25-6.703-0.313-0.484v-6.813h-2v6.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cut\" viewBox=\"0 0 28 28\">\n<title>cut</title>\n<path d=\"M15 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19.688 15l7.922 6.219c0.281 0.203 0.422 0.547 0.391 0.875-0.047 0.344-0.25 0.641-0.547 0.797l-2 1c-0.141 0.078-0.297 0.109-0.453 0.109-0.172 0-0.344-0.047-0.484-0.125l-10.781-6.047-1.719 1.031c-0.063 0.031-0.125 0.063-0.187 0.078 0.141 0.484 0.203 1 0.156 1.516-0.141 1.609-1.219 3.141-2.938 4.234-1.328 0.844-2.859 1.313-4.328 1.313-1.406 0-2.594-0.422-3.469-1.219-0.891-0.828-1.344-2.016-1.234-3.234 0.141-1.594 1.219-3.141 2.922-4.234 1.328-0.844 2.875-1.313 4.344-1.313 0.875 0 1.672 0.172 2.359 0.484 0.094-0.141 0.203-0.25 0.344-0.344l1.906-1.141-1.906-1.141c-0.141-0.094-0.25-0.203-0.344-0.344-0.688 0.313-1.484 0.484-2.359 0.484-1.469 0-3.016-0.469-4.344-1.313-1.703-1.094-2.781-2.641-2.922-4.234-0.109-1.219 0.344-2.406 1.234-3.219 0.875-0.812 2.063-1.234 3.469-1.234 1.469 0 3 0.469 4.328 1.313 1.719 1.078 2.797 2.625 2.938 4.234 0.047 0.516-0.016 1.031-0.156 1.516 0.063 0.016 0.125 0.047 0.187 0.078l1.719 1.031 10.781-6.047c0.141-0.078 0.313-0.125 0.484-0.125 0.156 0 0.313 0.031 0.453 0.109l2 1c0.297 0.156 0.5 0.453 0.547 0.797 0.031 0.328-0.109 0.672-0.391 0.875zM9.047 10.938c0.953-0.875 0.359-2.453-1.328-3.516-0.953-0.609-2.063-0.922-3-0.922-0.719 0-1.359 0.187-1.766 0.562-0.953 0.875-0.359 2.453 1.328 3.516 0.953 0.609 2.047 0.922 3 0.922 0.719 0 1.359-0.187 1.766-0.562zM7.719 22.578c1.687-1.062 2.281-2.641 1.328-3.516-0.406-0.375-1.047-0.562-1.766-0.562-0.953 0-2.047 0.313-3 0.922-1.687 1.062-2.281 2.641-1.328 3.516 0.406 0.375 1.047 0.562 1.766 0.562 0.938 0 2.047-0.313 3-0.922zM10.5 13l1.5 0.906v-0.172c0-0.359 0.203-0.688 0.516-0.875l0.219-0.125-1.234-0.734-0.406 0.406c-0.125 0.125-0.219 0.25-0.344 0.359-0.047 0.047-0.078 0.063-0.109 0.094zM14 16.5l1.5 0.5 11.5-9-2-1-12 6.734v1.766l-2.5 1.5 0.141 0.125c0.031 0.047 0.063 0.063 0.109 0.094 0.125 0.125 0.219 0.25 0.344 0.375l0.406 0.406zM25 23l2-1-8.125-6.375-2.766 2.156c-0.047 0.063-0.125 0.078-0.203 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copy\" viewBox=\"0 0 28 28\">\n<title>copy</title>\n<path d=\"M26.5 6c0.828 0 1.5 0.672 1.5 1.5v19c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-4.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-10.5c0-0.828 0.484-1.984 1.062-2.562l6.375-6.375c0.578-0.578 1.734-1.062 2.562-1.062h6.5c0.828 0 1.5 0.672 1.5 1.5v5.125c0.609-0.359 1.391-0.625 2-0.625h6.5zM18 9.328l-4.672 4.672h4.672v-4.672zM8 3.328l-4.672 4.672h4.672v-4.672zM11.062 13.438l4.937-4.937v-6.5h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h8v-4c0-0.828 0.484-1.984 1.062-2.562zM26 26v-18h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paperclip\" viewBox=\"0 0 22 28\">\n<title>paperclip</title>\n<path d=\"M21.938 21.641c0 2.438-1.859 4.297-4.297 4.297-1.375 0-2.703-0.594-3.672-1.563l-12.141-12.125c-1.109-1.125-1.766-2.656-1.766-4.234 0-3.313 2.609-5.953 5.922-5.953 1.594 0 3.125 0.641 4.266 1.766l9.453 9.469c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.875 1.203-1.203 1.203-0.141 0-0.266-0.063-0.359-0.156l-9.469-9.484c-0.75-0.734-1.766-1.203-2.828-1.203-2.219 0-3.938 1.797-3.938 4 0 1.062 0.438 2.078 1.188 2.828l12.125 12.141c0.594 0.594 1.422 0.984 2.266 0.984 1.328 0 2.312-0.984 2.312-2.312 0-0.859-0.391-1.672-0.984-2.266l-9.078-9.078c-0.25-0.234-0.594-0.375-0.938-0.375-0.594 0-1.047 0.438-1.047 1.047 0 0.344 0.156 0.672 0.391 0.922l6.406 6.406c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.891 1.219-1.219 1.219-0.125 0-0.25-0.063-0.344-0.156l-6.406-6.406c-0.625-0.609-0.984-1.469-0.984-2.328 0-1.719 1.344-3.062 3.063-3.062 0.875 0 1.719 0.359 2.328 0.984l9.078 9.078c0.984 0.969 1.563 2.297 1.563 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-floppy-o\" viewBox=\"0 0 24 28\">\n<title>floppy-o</title>\n<path d=\"M6 24h12v-6h-12v6zM20 24h2v-14c0-0.297-0.266-0.938-0.469-1.141l-4.391-4.391c-0.219-0.219-0.828-0.469-1.141-0.469v6.5c0 0.828-0.672 1.5-1.5 1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v20h2v-6.5c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5v6.5zM14 9.5v-5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5zM24 10v14.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h14.5c0.828 0 1.969 0.469 2.562 1.062l4.375 4.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square\" viewBox=\"0 0 24 28\">\n<title>square</title>\n<path d=\"M24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bars\" viewBox=\"0 0 24 28\">\n<title>bars</title>\n<path d=\"M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ul\" viewBox=\"0 0 28 28\">\n<title>list-ul</title>\n<path d=\"M6 22c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM6 14c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM6 6c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ol\" viewBox=\"0 0 28 28\">\n<title>list-ol</title>\n<path d=\"M5.953 25.312c0 1.719-1.344 2.688-2.969 2.688-0.984 0-1.984-0.328-2.688-1.031l0.891-1.375c0.422 0.391 1.062 0.703 1.656 0.703 0.547 0 1.125-0.266 1.125-0.891 0-0.875-1-0.922-1.641-0.875l-0.406-0.875c0.562-0.719 1.078-1.516 1.75-2.125v-0.016c-0.5 0-1.016 0.031-1.516 0.031v0.828h-1.656v-2.375h5.203v1.375l-1.484 1.797c1.047 0.25 1.734 1.062 1.734 2.141zM5.984 15.516v2.484h-5.656c-0.047-0.281-0.094-0.562-0.094-0.844 0-2.891 3.531-3.328 3.531-4.641 0-0.531-0.328-0.812-0.844-0.812-0.547 0-1 0.469-1.266 0.906l-1.328-0.922c0.516-1.078 1.578-1.687 2.766-1.687 1.453 0 2.703 0.859 2.703 2.406 0 2.312-3.391 2.828-3.437 4.047h1.984v-0.938h1.641zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM6 6.453v1.547h-5.234v-1.547h1.672c0-1.266 0.016-2.531 0.016-3.797v-0.187h-0.031c-0.172 0.344-0.484 0.578-0.781 0.844l-1.109-1.188 2.125-1.984h1.656v6.312h1.687zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-strikethrough\" viewBox=\"0 0 28 28\">\n<title>strikethrough</title>\n<path d=\"M27.5 14c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h27zM7.547 13c-0.297-0.375-0.562-0.797-0.797-1.25-0.5-1.016-0.75-2-0.75-2.938 0-1.906 0.703-3.5 2.094-4.828s3.437-1.984 6.141-1.984c0.594 0 1.453 0.109 2.609 0.297 0.688 0.125 1.609 0.375 2.766 0.75 0.109 0.406 0.219 1.031 0.328 1.844 0.141 1.234 0.219 2.187 0.219 2.859 0 0.219-0.031 0.453-0.078 0.703l-0.187 0.047-1.313-0.094-0.219-0.031c-0.531-1.578-1.078-2.641-1.609-3.203-0.922-0.953-2.031-1.422-3.281-1.422-1.188 0-2.141 0.313-2.844 0.922s-1.047 1.375-1.047 2.281c0 0.766 0.344 1.484 1.031 2.188s2.141 1.375 4.359 2.016c0.75 0.219 1.641 0.562 2.703 1.031 0.562 0.266 1.062 0.531 1.484 0.812h-11.609zM15.469 17h6.422c0.078 0.438 0.109 0.922 0.109 1.437 0 1.125-0.203 2.234-0.641 3.313-0.234 0.578-0.594 1.109-1.109 1.625-0.375 0.359-0.938 0.781-1.703 1.266-0.781 0.469-1.563 0.828-2.391 1.031-0.828 0.219-1.875 0.328-3.172 0.328-0.859 0-1.891-0.031-3.047-0.359l-2.188-0.625c-0.609-0.172-0.969-0.313-1.125-0.438-0.063-0.063-0.125-0.172-0.125-0.344v-0.203c0-0.125 0.031-0.938-0.031-2.438-0.031-0.781 0.031-1.328 0.031-1.641v-0.688l1.594-0.031c0.578 1.328 0.844 2.125 1.016 2.406 0.375 0.609 0.797 1.094 1.25 1.469s1 0.672 1.641 0.891c0.625 0.234 1.328 0.344 2.063 0.344 0.656 0 1.391-0.141 2.172-0.422 0.797-0.266 1.437-0.719 1.906-1.344 0.484-0.625 0.734-1.297 0.734-2.016 0-0.875-0.422-1.687-1.266-2.453-0.344-0.297-1.062-0.672-2.141-1.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-underline\" viewBox=\"0 0 24 28\">\n<title>underline</title>\n<path d=\"M0.75 3.484c-0.281-0.016-0.516-0.016-0.703-0.063l-0.047-1.375c0.203-0.016 0.406-0.016 0.625-0.016 0.547 0 1.141 0.016 1.75 0.063 1.469 0.078 2.344 0.109 2.594 0.109 0.891 0 1.766-0.016 2.625-0.047 0.844-0.031 1.609-0.063 2.281-0.078 0.656 0 1.109-0.016 1.344-0.031l-0.016 0.219 0.031 1v0.141c-0.625 0.094-1.266 0.141-1.937 0.141-0.625 0-1.031 0.125-1.234 0.391-0.141 0.156-0.203 0.844-0.203 2.063 0 0.375 0.016 0.672 0.016 0.906l0.016 3.578 0.219 4.375c0.063 1.266 0.313 2.312 0.797 3.156 0.359 0.609 0.859 1.094 1.5 1.437 0.938 0.5 1.859 0.734 2.766 0.734 1.062 0 2.063-0.141 2.984-0.438 0.547-0.172 1.062-0.422 1.547-0.797 0.484-0.359 0.828-0.688 1.016-1 0.406-0.625 0.672-1.234 0.828-1.781 0.219-0.766 0.328-1.953 0.328-3.578 0-2.797-0.203-2.875-0.438-6.406l-0.063-0.922c-0.047-0.672-0.156-1.141-0.375-1.375-0.344-0.359-0.75-0.547-1.203-0.531l-1.563 0.031-0.219-0.047 0.031-1.344h1.313l3.203 0.156c1.062 0.047 2.078-0.047 3.063-0.156l0.281 0.031c0.063 0.391 0.094 0.656 0.094 0.797s-0.031 0.297-0.063 0.484c-0.422 0.109-0.859 0.187-1.313 0.203-0.734 0.109-1.156 0.187-1.234 0.266-0.141 0.141-0.234 0.344-0.234 0.641 0 0.203 0.031 0.516 0.047 0.906 0 0 0.125 0.281 0.344 6.188 0.078 2.359-0.078 3.953-0.234 4.75s-0.375 1.437-0.641 1.906c-0.406 0.688-1 1.328-1.75 1.922-0.766 0.578-1.703 1.047-2.844 1.391s-2.469 0.516-3.984 0.516c-1.719 0-3.203-0.234-4.438-0.719s-2.172-1.125-2.797-1.906-1.062-1.797-1.297-3.047c-0.172-0.859-0.25-2.094-0.25-3.703v-5.203c0-1.969-0.094-3.078-0.266-3.328-0.25-0.359-1.016-0.578-2.297-0.609zM24 25.5v-1c0-0.281-0.219-0.5-0.5-0.5h-23c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h23c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-table\" viewBox=\"0 0 26 28\">\n<title>table</title>\n<path d=\"M8 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM26 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magic\" viewBox=\"0 0 26 28\">\n<title>magic</title>\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-truck\" viewBox=\"0 0 29 28\">\n<title>truck</title>\n<path d=\"M10 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM4 14h6v-4h-2.469c-0.063 0-0.297 0.094-0.344 0.141l-3.047 3.047c-0.047 0.047-0.141 0.281-0.141 0.344v0.469zM24 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM28 5v16c0 1.156-1.219 1-2 1 0 2.203-1.797 4-4 4s-4-1.797-4-4h-6c0 2.203-1.797 4-4 4s-4-1.797-4-4h-1c-0.781 0-2 0.156-2-1 0-0.547 0.453-1 1-1v-5c0-1.109-0.156-2.344 0.703-3.203l3.094-3.094c0.391-0.391 1.141-0.703 1.703-0.703h2.5v-3c0-0.547 0.453-1 1-1h16c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest\" viewBox=\"0 0 24 28\">\n<title>pinterest</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12-1.188 0-2.312-0.172-3.406-0.5 0.453-0.719 0.969-1.641 1.219-2.562 0 0 0.141-0.531 0.844-3.297 0.406 0.797 1.625 1.5 2.922 1.5 3.859 0 6.484-3.516 6.484-8.234 0-3.547-3.016-6.875-7.609-6.875-5.688 0-8.563 4.094-8.563 7.5 0 2.063 0.781 3.906 2.453 4.594 0.266 0.109 0.516 0 0.594-0.313 0.063-0.203 0.187-0.734 0.25-0.953 0.078-0.313 0.047-0.406-0.172-0.672-0.484-0.578-0.797-1.313-0.797-2.359 0-3.031 2.266-5.75 5.906-5.75 3.219 0 5 1.969 5 4.609 0 3.453-1.531 6.375-3.813 6.375-1.25 0-2.188-1.031-1.891-2.312 0.359-1.516 1.062-3.156 1.062-4.25 0-0.984-0.531-1.813-1.625-1.813-1.281 0-2.312 1.328-2.312 3.109 0 0 0 1.141 0.391 1.906-1.313 5.563-1.547 6.531-1.547 6.531-0.219 0.906-0.234 1.922-0.203 2.766-4.234-1.859-7.187-6.078-7.187-11 0-6.625 5.375-12 12-12s12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-square\" viewBox=\"0 0 24 28\">\n<title>pinterest-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-11.328c0.516-0.734 1.359-2 1.687-3.281 0 0 0.141-0.531 0.828-3.266 0.422 0.797 1.625 1.484 2.906 1.484 3.813 0 6.406-3.484 6.406-8.141 0-3.516-2.984-6.797-7.516-6.797-5.641 0-8.484 4.047-8.484 7.422 0 2.031 0.781 3.844 2.438 4.531 0.266 0.109 0.516 0 0.594-0.297 0.047-0.203 0.172-0.734 0.234-0.953 0.078-0.297 0.047-0.406-0.172-0.656-0.469-0.578-0.781-1.297-0.781-2.344 0-3 2.25-5.672 5.844-5.672 3.187 0 4.937 1.937 4.937 4.547 0 3.422-1.516 6.312-3.766 6.312-1.234 0-2.172-1.031-1.875-2.297 0.359-1.5 1.047-3.125 1.047-4.203 0-0.969-0.516-1.781-1.594-1.781-1.266 0-2.281 1.313-2.281 3.063 0 0 0 1.125 0.375 1.891-1.297 5.5-1.531 6.469-1.531 6.469-0.344 1.437-0.203 3.109-0.109 3.969h-2.859c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-square\" viewBox=\"0 0 24 28\">\n<title>google-plus-square</title>\n<path d=\"M14.328 14.141c0-0.391-0.047-0.703-0.094-1h-5.656v2.063h3.391c-0.125 0.875-1.016 2.578-3.391 2.578-2.063 0-3.734-1.687-3.734-3.781s1.672-3.781 3.734-3.781c1.156 0 1.937 0.484 2.391 0.922l1.625-1.578c-1.047-0.969-2.406-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus\" viewBox=\"0 0 36 28\">\n<title>google-plus</title>\n<path d=\"M22.453 14.266c0 6.547-4.391 11.188-11 11.188-6.328 0-11.453-5.125-11.453-11.453s5.125-11.453 11.453-11.453c3.094 0 5.672 1.125 7.672 3l-3.109 2.984c-0.844-0.812-2.328-1.766-4.562-1.766-3.906 0-7.094 3.234-7.094 7.234s3.187 7.234 7.094 7.234c4.531 0 6.234-3.266 6.5-4.937h-6.5v-3.938h10.813c0.109 0.578 0.187 1.156 0.187 1.906zM36 12.359v3.281h-3.266v3.266h-3.281v-3.266h-3.266v-3.281h3.266v-3.266h3.281v3.266h3.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-money\" viewBox=\"0 0 30 28\">\n<title>money</title>\n<path d=\"M12 18h6v-1.5h-2v-7h-1.781l-2.312 2.141 1.203 1.25c0.375-0.328 0.609-0.5 0.859-0.891h0.031v4.5h-2v1.5zM20 14c0 2.844-1.719 6.5-5 6.5s-5-3.656-5-6.5 1.719-6.5 5-6.5 5 3.656 5 6.5zM28 18v-8c-2.203 0-4-1.797-4-4h-18c0 2.203-1.797 4-4 4v8c2.203 0 4 1.797 4 4h18c0-2.203 1.797-4 4-4zM30 5v18c0 0.547-0.453 1-1 1h-28c-0.547 0-1-0.453-1-1v-18c0-0.547 0.453-1 1-1h28c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-down\" viewBox=\"0 0 16 28\">\n<title>caret-down</title>\n<path d=\"M16 11c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-up\" viewBox=\"0 0 16 28\">\n<title>caret-up</title>\n<path d=\"M16 19c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-left\" viewBox=\"0 0 11 28\">\n<title>caret-left</title>\n<path d=\"M10 7v14c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-right\" viewBox=\"0 0 9 28\">\n<title>caret-right</title>\n<path d=\"M9 14c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-14c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-columns\" viewBox=\"0 0 26 28\">\n<title>columns</title>\n<path d=\"M2.5 24h9.5v-18h-10v17.5c0 0.266 0.234 0.5 0.5 0.5zM24 23.5v-17.5h-10v18h9.5c0.266 0 0.5-0.234 0.5-0.5zM26 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort\" viewBox=\"0 0 16 28\">\n<title>sort</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-desc\" viewBox=\"0 0 16 28\">\n<title>sort-desc</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-asc\" viewBox=\"0 0 16 28\">\n<title>sort-asc</title>\n<path d=\"M16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope\" viewBox=\"0 0 28 28\">\n<title>envelope</title>\n<path d=\"M28 11.094v12.406c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-12.406c0.469 0.516 1 0.969 1.578 1.359 2.594 1.766 5.219 3.531 7.766 5.391 1.313 0.969 2.938 2.156 4.641 2.156h0.031c1.703 0 3.328-1.188 4.641-2.156 2.547-1.844 5.172-3.625 7.781-5.391 0.562-0.391 1.094-0.844 1.563-1.359zM28 6.5c0 1.75-1.297 3.328-2.672 4.281-2.438 1.687-4.891 3.375-7.313 5.078-1.016 0.703-2.734 2.141-4 2.141h-0.031c-1.266 0-2.984-1.437-4-2.141-2.422-1.703-4.875-3.391-7.297-5.078-1.109-0.75-2.688-2.516-2.688-3.938 0-1.531 0.828-2.844 2.5-2.844h23c1.359 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin\" viewBox=\"0 0 24 28\">\n<title>linkedin</title>\n<path d=\"M5.453 9.766v15.484h-5.156v-15.484h5.156zM5.781 4.984c0.016 1.484-1.109 2.672-2.906 2.672v0h-0.031c-1.734 0-2.844-1.188-2.844-2.672 0-1.516 1.156-2.672 2.906-2.672 1.766 0 2.859 1.156 2.875 2.672zM24 16.375v8.875h-5.141v-8.281c0-2.078-0.75-3.5-2.609-3.5-1.422 0-2.266 0.953-2.641 1.875-0.125 0.344-0.172 0.797-0.172 1.266v8.641h-5.141c0.063-14.031 0-15.484 0-15.484h5.141v2.25h-0.031c0.672-1.062 1.891-2.609 4.672-2.609 3.391 0 5.922 2.219 5.922 6.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rotate-left\" viewBox=\"0 0 24 28\">\n<title>rotate-left</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gavel\" viewBox=\"0 0 28 28\">\n<title>gavel</title>\n<path d=\"M27.672 24c0 0.531-0.219 1.047-0.578 1.406l-1.672 1.687c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-5.672-5.688c-0.375-0.359-0.594-0.875-0.594-1.406 0-0.594 0.25-1.078 0.672-1.5l-4-4-1.969 1.969c-0.141 0.141-0.328 0.219-0.531 0.219s-0.391-0.078-0.531-0.219c0.469 0.469 0.906 0.812 0.906 1.531 0 0.406-0.156 0.766-0.438 1.062-0.531 0.562-1.094 1.313-1.937 1.313-0.391 0-0.781-0.156-1.062-0.438l-6.375-6.375c-0.281-0.281-0.438-0.672-0.438-1.062 0-0.844 0.75-1.406 1.313-1.937 0.297-0.281 0.656-0.438 1.062-0.438 0.719 0 1.062 0.438 1.531 0.906-0.141-0.141-0.219-0.328-0.219-0.531s0.078-0.391 0.219-0.531l5.437-5.437c0.141-0.141 0.328-0.219 0.531-0.219s0.391 0.078 0.531 0.219c-0.469-0.469-0.906-0.812-0.906-1.531 0-0.406 0.156-0.766 0.438-1.062 0.531-0.562 1.094-1.313 1.937-1.313 0.391 0 0.781 0.156 1.062 0.438l6.375 6.375c0.281 0.281 0.438 0.672 0.438 1.062 0 0.844-0.75 1.406-1.313 1.937-0.297 0.281-0.656 0.438-1.062 0.438-0.719 0-1.062-0.438-1.531-0.906 0.141 0.141 0.219 0.328 0.219 0.531s-0.078 0.391-0.219 0.531l-1.969 1.969 4 4c0.422-0.422 0.906-0.672 1.5-0.672 0.531 0 1.047 0.219 1.422 0.578l5.672 5.672c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashboard\" viewBox=\"0 0 28 28\">\n<title>dashboard</title>\n<path d=\"M6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM9 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM15.687 18.516l1.578-5.969c0.125-0.531-0.187-1.078-0.719-1.219v0c-0.531-0.141-1.078 0.187-1.219 0.719l-1.578 5.969c-1.234 0.094-2.312 0.953-2.656 2.219-0.422 1.609 0.547 3.25 2.141 3.672 1.609 0.422 3.25-0.547 3.672-2.141 0.328-1.266-0.203-2.547-1.219-3.25zM26 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 18c0 2.688-0.766 5.281-2.203 7.547-0.187 0.281-0.5 0.453-0.844 0.453h-21.906c-0.344 0-0.656-0.172-0.844-0.453-1.437-2.25-2.203-4.859-2.203-7.547 0-7.719 6.281-14 14-14s14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment-o\" viewBox=\"0 0 28 28\">\n<title>comment-o</title>\n<path d=\"M14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.531 6.266-10 14-10v0c7.734 0 14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments-o\" viewBox=\"0 0 28 28\">\n<title>comments-o</title>\n<path d=\"M11 6c-4.875 0-9 2.75-9 6 0 1.719 1.156 3.375 3.156 4.531l1.516 0.875-0.547 1.313c0.328-0.187 0.656-0.391 0.969-0.609l0.688-0.484 0.828 0.156c0.781 0.141 1.578 0.219 2.391 0.219 4.875 0 9-2.75 9-6s-4.125-6-9-6zM11 4c6.078 0 11 3.578 11 8s-4.922 8-11 8c-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8zM23.844 22.266c0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375 0 2.547-1.625 4.797-4.156 6.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bolt\" viewBox=\"0 0 14 28\">\n<title>bolt</title>\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sitemap\" viewBox=\"0 0 28 28\">\n<title>sitemap</title>\n<path d=\"M28 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3c0-1.094 0.906-2 2-2h8v-3h-1.5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-1.5v3h8c1.094 0 2 0.906 2 2v3h1.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-umbrella\" viewBox=\"0 0 26 28\">\n<title>umbrella</title>\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clipboard\" viewBox=\"0 0 28 28\">\n<title>clipboard</title>\n<path d=\"M12 26h14v-10h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6v18zM16 3.5v-1c0-0.266-0.234-0.5-0.5-0.5h-11c-0.266 0-0.5 0.234-0.5 0.5v1c0 0.266 0.234 0.5 0.5 0.5h11c0.266 0 0.5-0.234 0.5-0.5zM20 14h4.672l-4.672-4.672v4.672zM28 16v10.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h17c0.828 0 1.5 0.672 1.5 1.5v5.125c0.203 0.125 0.391 0.266 0.562 0.437l6.375 6.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lightbulb-o\" viewBox=\"0 0 16 28\">\n<title>lightbulb-o</title>\n<path d=\"M11.5 9c0 0.266-0.234 0.5-0.5 0.5s-0.5-0.234-0.5-0.5c0-1.078-1.672-1.5-2.5-1.5-0.266 0-0.5-0.234-0.5-0.5s0.234-0.5 0.5-0.5c1.453 0 3.5 0.766 3.5 2.5zM14 9c0-3.125-3.172-5-6-5s-6 1.875-6 5c0 1 0.406 2.047 1.062 2.812 0.297 0.344 0.641 0.672 0.953 1.031 1.109 1.328 2.047 2.891 2.203 4.656h3.563c0.156-1.766 1.094-3.328 2.203-4.656 0.313-0.359 0.656-0.688 0.953-1.031 0.656-0.766 1.062-1.813 1.062-2.812zM16 9c0 1.609-0.531 3-1.609 4.188s-2.5 2.859-2.625 4.531c0.453 0.266 0.734 0.766 0.734 1.281 0 0.375-0.141 0.734-0.391 1 0.25 0.266 0.391 0.625 0.391 1 0 0.516-0.266 0.984-0.703 1.266 0.125 0.219 0.203 0.484 0.203 0.734 0 1.016-0.797 1.5-1.703 1.5-0.406 0.906-1.313 1.5-2.297 1.5s-1.891-0.594-2.297-1.5c-0.906 0-1.703-0.484-1.703-1.5 0-0.25 0.078-0.516 0.203-0.734-0.438-0.281-0.703-0.75-0.703-1.266 0-0.375 0.141-0.734 0.391-1-0.25-0.266-0.391-0.625-0.391-1 0-0.516 0.281-1.016 0.734-1.281-0.125-1.672-1.547-3.344-2.625-4.531s-1.609-2.578-1.609-4.188c0-4.25 4.047-7 8-7s8 2.75 8 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exchange\" viewBox=\"0 0 28 28\">\n<title>exchange</title>\n<path d=\"M28 18.5v3c0 0.266-0.234 0.5-0.5 0.5h-21.5v3c0 0.266-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-5c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.219 0.5 0.5v3h21.5c0.266 0 0.5 0.219 0.5 0.5zM28 10c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-21.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-download\" viewBox=\"0 0 30 28\">\n<title>cloud-download</title>\n<path d=\"M20 14.5c0-0.281-0.219-0.5-0.5-0.5h-3.5v-5.5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5.5h-3.5c-0.281 0-0.5 0.234-0.5 0.5 0 0.125 0.047 0.266 0.141 0.359l5.5 5.5c0.094 0.094 0.219 0.141 0.359 0.141 0.125 0 0.266-0.047 0.359-0.141l5.484-5.484c0.094-0.109 0.156-0.234 0.156-0.375zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-upload\" viewBox=\"0 0 30 28\">\n<title>cloud-upload</title>\n<path d=\"M20 13.5c0-0.125-0.047-0.266-0.141-0.359l-5.5-5.5c-0.094-0.094-0.219-0.141-0.359-0.141-0.125 0-0.266 0.047-0.359 0.141l-5.484 5.484c-0.094 0.109-0.156 0.234-0.156 0.375 0 0.281 0.219 0.5 0.5 0.5h3.5v5.5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5v-5.5h3.5c0.281 0 0.5-0.234 0.5-0.5zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-md\" viewBox=\"0 0 22 28\">\n<title>user-md</title>\n<path d=\"M6 21c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.109 0.625-8.016 4.344-8.828-0.25 0.594-0.344 1.234-0.344 1.875v3.172c-1.203 0.422-2 1.563-2 2.828 0 1.656 1.344 3 3 3s3-1.344 3-3c0-1.266-0.812-2.406-2-2.828v-3.172c0-0.516 0.047-1.031 0.391-1.453 1.313 1.031 2.938 1.625 4.609 1.625s3.297-0.594 4.609-1.625c0.344 0.422 0.391 0.938 0.391 1.453v1c-2.203 0-4 1.797-4 4v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.094 0.906-2 2-2s2 0.906 2 2v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.422-0.766-2.75-2-3.453 0-1.141 0.109-2.359-0.344-3.422 3.719 0.812 4.344 5.719 4.344 8.828zM17 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stethoscope\" viewBox=\"0 0 22 28\">\n<title>stethoscope</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 11c0 1.313-0.828 2.406-2 2.828v6.172c0 3.313-3.141 6-7 6s-7-2.688-7-6v-2.063c-3.391-0.422-6-2.922-6-5.938v-8c0-0.547 0.453-1 1-1 0.094 0 0.172 0.016 0.25 0.031 0.344-0.609 1-1.031 1.75-1.031 1.109 0 2 0.891 2 2s-0.891 2-2 2c-0.359 0-0.703-0.109-1-0.281v6.281c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.281c-0.297 0.172-0.641 0.281-1 0.281-1.109 0-2-0.891-2-2s0.891-2 2-2c0.75 0 1.406 0.422 1.75 1.031 0.078-0.016 0.156-0.031 0.25-0.031 0.547 0 1 0.453 1 1v8c0 3.016-2.609 5.516-6 5.938v2.063c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.172c-1.172-0.422-2-1.516-2-2.828 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-suitcase\" viewBox=\"0 0 28 28\">\n<title>suitcase</title>\n<path d=\"M10 6h8v-2h-8v2zM4.5 6v20h-1c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h1zM22 6v20h-16v-20h2v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-1v-20h1c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell\" viewBox=\"0 0 28 28\">\n<title>bell</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-coffee\" viewBox=\"0 0 29 28\">\n<title>coffee</title>\n<path d=\"M26 10c0-1.656-1.344-3-3-3h-1v6h1c1.656 0 3-1.344 3-3zM0 22h28c0 2.203-1.797 4-4 4h-20c-2.203 0-4-1.797-4-4zM29 10c0 3.313-2.688 6-6 6h-1v0.5c0 1.922-1.578 3.5-3.5 3.5h-11c-1.922 0-3.5-1.578-3.5-3.5v-11.5c0-0.547 0.453-1 1-1h18c3.313 0 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cutlery\" viewBox=\"0 0 22 28\">\n<title>cutlery</title>\n<path d=\"M10 1v10c0 1.266-0.812 2.406-2 2.828v12.172c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-12.172c-1.188-0.422-2-1.563-2-2.828v-10c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1zM22 1v25c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-8h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-12.5c0-2.75 2.25-5 5-5h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text-o\" viewBox=\"0 0 24 28\">\n<title>file-text-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6 12.5c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1zM17.5 16c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11zM17.5 20c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building-o\" viewBox=\"0 0 22 28\">\n<title>building-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-24h-18v24h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM22 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hospital-o\" viewBox=\"0 0 22 28\">\n<title>hospital-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-18h-4v0.5c0 0.828-0.672 1.5-1.5 1.5h-7c-0.828 0-1.5-0.672-1.5-1.5v-0.5h-4v18h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM14 7.5v-5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v1.5h-2v-1.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5v-1.5h2v1.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM22 7v20c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-20c0-0.547 0.453-1 1-1h5v-4.5c0-0.828 0.672-1.5 1.5-1.5h7c0.828 0 1.5 0.672 1.5 1.5v4.5h5c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ambulance\" viewBox=\"0 0 31 28\">\n<title>ambulance</title>\n<path d=\"M10 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM4 14h6v-4h-2.469c-0.094 0.016-0.266 0.078-0.344 0.141l-3.047 3.047c-0.047 0.078-0.125 0.25-0.141 0.344v0.469zM24 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 11.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM30 3v18c0 0.547-0.453 1-1 1h-3c0 2.203-1.781 4-4 4-2.203 0-4-1.797-4-4h-6c0 2.203-1.781 4-4 4s-4-1.797-4-4h-2c-0.547 0-1-0.453-1-1s0.453-1 1-1v-6.5c0-0.547 0.313-1.313 0.703-1.703l3.094-3.094c0.391-0.391 1.156-0.703 1.703-0.703h2.5v-5c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medkit\" viewBox=\"0 0 28 28\">\n<title>medkit</title>\n<path d=\"M20 17.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM10 6h8v-2h-8v2zM4 6v20h-0.5c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h0.5zM22.5 6v20h-17v-20h2.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2.5zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-0.5v-20h0.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fighter-jet\" viewBox=\"0 0 30 28\">\n<title>fighter-jet</title>\n<path d=\"M30 15c0 0 0 0.5-4.5 1.5l-5.5 0.5-3.5 1h-1l-4.578 5.5h1.078c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-5v-0.5h1v-6.5h-2.5l-3 3.5h-1.5l-0.5-0.5v-3h0.5v-0.5h2v-0.125l-3-0.375v-2l3-0.375v-0.125h-2v-0.5h-0.5v-3l0.5-0.5h1.5l3 3.5h2.5v-6.5h-1v-0.5h5c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-1.078l4.578 5.5h1l3.5 1 5.5 0.5c4.5 1 4.5 1.5 4.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-beer\" viewBox=\"0 0 27 28\">\n<title>beer</title>\n<path d=\"M10 14v-6h-4v4c0 1.109 0.891 2 2 2h2zM26 21v3h-18v-3l2-3h-2c-3.313 0-6-2.688-6-6v-5l-1-1 0.5-2h7.5l0.5-2h15l0.5 3-1 0.5v12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-h-square\" viewBox=\"0 0 24 28\">\n<title>h-square</title>\n<path d=\"M20 21v-14c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-8v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v14c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h8v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square\" viewBox=\"0 0 24 28\">\n<title>plus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-5v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-5c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h5v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h5c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-left\" viewBox=\"0 0 17 28\">\n<title>angle-double-left</title>\n<path d=\"M9.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359zM15.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-right\" viewBox=\"0 0 15 28\">\n<title>angle-double-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM15.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-up\" viewBox=\"0 0 18 28\">\n<title>angle-double-up</title>\n<path d=\"M16.797 20.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 14.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-down\" viewBox=\"0 0 18 28\">\n<title>angle-double-down</title>\n<path d=\"M16.797 13.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 7.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-left\" viewBox=\"0 0 11 28\">\n<title>angle-left</title>\n<path d=\"M9.797 8.5c0 0.125-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.219 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-right\" viewBox=\"0 0 9 28\">\n<title>angle-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359 0-0.125 0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-up\" viewBox=\"0 0 18 28\">\n<title>angle-up</title>\n<path d=\"M16.797 18.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-down\" viewBox=\"0 0 18 28\">\n<title>angle-down</title>\n<path d=\"M16.797 11.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-desktop\" viewBox=\"0 0 30 28\">\n<title>desktop</title>\n<path d=\"M28 15.5v-13c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-8.5c0 1.328 1 2.453 1 3s-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1 0-0.578 1-1.641 1-3h-8.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-laptop\" viewBox=\"0 0 30 28\">\n<title>laptop</title>\n<path d=\"M6.5 20c-1.375 0-2.5-1.125-2.5-2.5v-11c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5v11c0 1.375-1.125 2.5-2.5 2.5h-17zM6 6.5v11c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5v-11c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5zM27.5 21h2.5v1.5c0 0.828-1.125 1.5-2.5 1.5h-25c-1.375 0-2.5-0.672-2.5-1.5v-1.5h27.5zM16.25 22.5c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tablet\" viewBox=\"0 0 18 28\">\n<title>tablet</title>\n<path d=\"M10 22c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-13c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h13c0.266 0 0.5-0.234 0.5-0.5zM18 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-13c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h13c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mobile\" viewBox=\"0 0 12 28\">\n<title>mobile</title>\n<path d=\"M7.25 22c0-0.688-0.562-1.25-1.25-1.25s-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25 1.25-0.562 1.25-1.25zM10.5 19.5v-11c0-0.266-0.234-0.5-0.5-0.5h-8c-0.266 0-0.5 0.234-0.5 0.5v11c0 0.266 0.234 0.5 0.5 0.5h8c0.266 0 0.5-0.234 0.5-0.5zM7.5 6.25c0-0.141-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5c0.141 0 0.25-0.109 0.25-0.25zM12 6v16c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-16c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o\" viewBox=\"0 0 24 28\">\n<title>circle-o</title>\n<path d=\"M12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-left\" viewBox=\"0 0 26 28\">\n<title>quote-left</title>\n<path d=\"M12 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3zM26 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-right\" viewBox=\"0 0 26 28\">\n<title>quote-right</title>\n<path d=\"M12 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3zM26 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spinner\" viewBox=\"0 0 28 28\">\n<title>spinner</title>\n<path d=\"M8.219 21.781c0 1.094-0.891 2-2 2-1.094 0-2-0.906-2-2 0-1.109 0.906-2 2-2 1.109 0 2 0.891 2 2zM16 25c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM5 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM23.781 21.781c0 1.094-0.906 2-2 2-1.109 0-2-0.906-2-2 0-1.109 0.891-2 2-2 1.094 0 2 0.891 2 2zM8.719 6.219c0 1.375-1.125 2.5-2.5 2.5s-2.5-1.125-2.5-2.5 1.125-2.5 2.5-2.5 2.5 1.125 2.5 2.5zM27 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM17 3c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM25.281 6.219c0 1.937-1.578 3.5-3.5 3.5-1.937 0-3.5-1.563-3.5-3.5 0-1.922 1.563-3.5 3.5-3.5 1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle\" viewBox=\"0 0 24 28\">\n<title>circle</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply\" viewBox=\"0 0 28 28\">\n<title>mail-reply</title>\n<path d=\"M28 17.5c0 2.188-1.094 5.047-1.984 7.047-0.172 0.359-0.344 0.859-0.578 1.188-0.109 0.156-0.219 0.266-0.438 0.266-0.313 0-0.5-0.25-0.5-0.547 0-0.25 0.063-0.531 0.078-0.781 0.047-0.641 0.078-1.281 0.078-1.922 0-7.453-4.422-8.75-11.156-8.75h-3.5v4c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-8-8c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l8-8c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v4h3.5c5.125 0 11.5 0.906 13.672 6.297 0.656 1.656 0.828 3.453 0.828 5.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-alt\" viewBox=\"0 0 26 28\">\n<title>github-alt</title>\n<path d=\"M10 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM20 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM22.5 19c0-2.391-1.453-4.5-4-4.5-1.031 0-2.016 0.187-3.047 0.328-0.812 0.125-1.625 0.172-2.453 0.172s-1.641-0.047-2.453-0.172c-1.016-0.141-2.016-0.328-3.047-0.328-2.547 0-4 2.109-4 4.5 0 4.781 4.375 5.516 8.188 5.516h2.625c3.813 0 8.188-0.734 8.188-5.516zM26 16.25c0 1.734-0.172 3.578-0.953 5.172-2.063 4.172-7.734 4.578-11.797 4.578-4.125 0-10.141-0.359-12.281-4.578-0.797-1.578-0.969-3.437-0.969-5.172 0-2.281 0.625-4.438 2.125-6.188-0.281-0.859-0.422-1.766-0.422-2.656 0-1.172 0.266-2.344 0.797-3.406 2.469 0 4.047 1.078 5.922 2.547 1.578-0.375 3.203-0.547 4.828-0.547 1.469 0 2.953 0.156 4.375 0.5 1.859-1.453 3.437-2.5 5.875-2.5 0.531 1.062 0.797 2.234 0.797 3.406 0 0.891-0.141 1.781-0.422 2.625 1.5 1.766 2.125 3.938 2.125 6.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-o\" viewBox=\"0 0 26 28\">\n<title>folder-o</title>\n<path d=\"M24 20.5v-11c0-0.828-0.672-1.5-1.5-1.5h-11c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v15c0 0.828 0.672 1.5 1.5 1.5h19c0.828 0 1.5-0.672 1.5-1.5zM26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open-o\" viewBox=\"0 0 30 28\">\n<title>folder-open-o</title>\n<path d=\"M27.828 14.547c0-0.438-0.484-0.547-0.828-0.547h-17c-0.828 0-1.922 0.516-2.453 1.156l-4.594 5.672c-0.141 0.187-0.281 0.391-0.281 0.625 0 0.438 0.484 0.547 0.828 0.547h17c0.828 0 1.922-0.516 2.453-1.172l4.594-5.672c0.141-0.172 0.281-0.375 0.281-0.609zM10 12h12v-2.5c0-0.828-0.672-1.5-1.5-1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v13.328l4-4.922c0.906-1.109 2.578-1.906 4-1.906zM29.828 14.547c0 0.688-0.297 1.344-0.719 1.875l-4.609 5.672c-0.891 1.094-2.594 1.906-4 1.906h-17c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5v2.5h3c1.062 0 2.125 0.484 2.594 1.484 0.156 0.328 0.234 0.688 0.234 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-smile-o\" viewBox=\"0 0 24 28\">\n<title>smile-o</title>\n<path d=\"M17.719 16.797c-0.781 2.516-3.078 4.203-5.719 4.203s-4.937-1.687-5.719-4.203c-0.172-0.531 0.125-1.078 0.656-1.25 0.516-0.172 1.078 0.125 1.25 0.656 0.516 1.672 2.063 2.797 3.813 2.797s3.297-1.125 3.813-2.797c0.172-0.531 0.734-0.828 1.266-0.656 0.516 0.172 0.812 0.719 0.641 1.25zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-frown-o\" viewBox=\"0 0 24 28\">\n<title>frown-o</title>\n<path d=\"M17.719 19.203c0.172 0.531-0.125 1.078-0.641 1.25-0.531 0.172-1.094-0.125-1.266-0.656-0.516-1.672-2.063-2.797-3.813-2.797s-3.297 1.125-3.813 2.797c-0.172 0.531-0.734 0.828-1.25 0.656-0.531-0.172-0.828-0.719-0.656-1.25 0.781-2.516 3.078-4.203 5.719-4.203s4.937 1.687 5.719 4.203zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meh-o\" viewBox=\"0 0 24 28\">\n<title>meh-o</title>\n<path d=\"M18 17c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h10c0.547 0 1 0.453 1 1zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gamepad\" viewBox=\"0 0 30 28\">\n<title>gamepad</title>\n<path d=\"M13 17v-2c0-0.281-0.219-0.5-0.5-0.5h-3v-3c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v3h-3c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h3v3c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5v-3h3c0.281 0 0.5-0.219 0.5-0.5zM22 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM30 16c0 4.422-3.578 8-8 8-2.031 0-3.875-0.766-5.281-2h-3.437c-1.406 1.234-3.25 2-5.281 2-4.422 0-8-3.578-8-8s3.578-8 8-8h14c4.422 0 8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-keyboard-o\" viewBox=\"0 0 30 28\">\n<title>keyboard-o</title>\n<path d=\"M6 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM8 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h3.5c0.141 0 0.25 0.109 0.25 0.25zM6 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-13.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h13.5c0.141 0 0.25 0.109 0.25 0.25zM12 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM10 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM16 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM14 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM20 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM18 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 10.25v5.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.75v-3.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM28 22v-14h-26v14h26zM30 8v14c0 1.109-0.891 2-2 2h-26c-1.109 0-2-0.891-2-2v-14c0-1.109 0.891-2 2-2h26c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-o\" viewBox=\"0 0 29 28\">\n<title>flag-o</title>\n<path d=\"M26 16.328v-9.625c-1.25 0.672-3 1.422-4.781 1.422v0c-0.828 0-1.594-0.156-2.266-0.5-1.672-0.828-3.484-1.625-5.656-1.625-2.016 0-4.484 0.984-6.297 1.984v9.359c2.063-0.953 4.688-1.766 6.766-1.766 2.406 0 3.969 0.797 5.641 1.625l0.438 0.219c0.438 0.219 0.969 0.344 1.578 0.344 1.734 0 3.609-0.922 4.578-1.437zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-checkered\" viewBox=\"0 0 29 28\">\n<title>flag-checkered</title>\n<path d=\"M13 15.625v-3c-1.906 0.172-4.203 0.938-6 1.828v2.891c1.813-0.844 4.062-1.563 6-1.719zM13 9.094v-3.078c-1.969 0.094-4.281 1.016-6 1.969v2.953c1.844-0.953 4.062-1.766 6-1.844zM26 16.328v-2.875c-1.422 0.703-3.906 1.75-6 1.109v-3.5c-0.203-0.063-0.406-0.141-0.609-0.234-1.797-0.906-3.266-1.75-5.625-1.75-0.25 0-0.5 0.016-0.766 0.047v3.469h0.297c2.359 0 4.297 0.844 6.094 1.734 0.203 0.094 0.406 0.172 0.609 0.234v2.938c0.422 0.172 0.891 0.266 1.422 0.266 1.734 0 3.609-0.922 4.578-1.437zM26 9.656v-2.953c-1.25 0.672-3 1.422-4.781 1.422v0c-0.422 0-0.828-0.031-1.219-0.125v3.063c2.094 0.594 4.578-0.609 6-1.406zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-terminal\" viewBox=\"0 0 26 28\">\n<title>terminal</title>\n<path d=\"M9.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719zM26 22.5v1c0 0.281-0.219 0.5-0.5 0.5h-15c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h15c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code\" viewBox=\"0 0 30 28\">\n<title>code</title>\n<path d=\"M9.641 21.859l-0.781 0.781c-0.203 0.203-0.516 0.203-0.719 0l-7.281-7.281c-0.203-0.203-0.203-0.516 0-0.719l7.281-7.281c0.203-0.203 0.516-0.203 0.719 0l0.781 0.781c0.203 0.203 0.203 0.516 0 0.719l-6.141 6.141 6.141 6.141c0.203 0.203 0.203 0.516 0 0.719zM18.875 5.187l-5.828 20.172c-0.078 0.266-0.359 0.422-0.609 0.344l-0.969-0.266c-0.266-0.078-0.422-0.359-0.344-0.625l5.828-20.172c0.078-0.266 0.359-0.422 0.609-0.344l0.969 0.266c0.266 0.078 0.422 0.359 0.344 0.625zM29.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply-all\" viewBox=\"0 0 28 28\">\n<title>mail-reply-all</title>\n<path d=\"M10 16.906v1.094c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v1.078l-6.203 6.219c-0.391 0.391-0.391 1.016 0 1.406zM28 17.5c0 3.25-2.453 8.031-2.562 8.234-0.078 0.172-0.25 0.266-0.438 0.266-0.047 0-0.094 0-0.141-0.016-0.234-0.078-0.375-0.297-0.359-0.531 0.453-4.266-0.078-7.078-1.656-8.828-1.328-1.484-3.484-2.281-6.844-2.547v3.922c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v4.094c4.312 0.297 7.391 1.437 9.359 3.453 2.359 2.422 2.641 5.703 2.641 7.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half-empty\" viewBox=\"0 0 26 28\">\n<title>star-half-empty</title>\n<path d=\"M18.531 14.953l4.016-3.906-6.594-0.969-0.469-0.938-2.484-5.031v15.047l0.922 0.484 4.969 2.625-0.938-5.547-0.187-1.031zM25.594 10.859l-5.672 5.531 1.344 7.812c0.109 0.688-0.141 1.094-0.625 1.094-0.172 0-0.391-0.063-0.625-0.187l-7.016-3.687-7.016 3.687c-0.234 0.125-0.453 0.187-0.625 0.187-0.484 0-0.734-0.406-0.625-1.094l1.344-7.812-5.688-5.531c-0.672-0.672-0.453-1.328 0.484-1.469l7.844-1.141 3.516-7.109c0.203-0.422 0.484-0.641 0.766-0.641v0c0.281 0 0.547 0.219 0.766 0.641l3.516 7.109 7.844 1.141c0.938 0.141 1.156 0.797 0.469 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-location-arrow\" viewBox=\"0 0 22 28\">\n<title>location-arrow</title>\n<path d=\"M21.891 5.453l-10 20c-0.172 0.344-0.516 0.547-0.891 0.547-0.078 0-0.156-0.016-0.234-0.031-0.453-0.109-0.766-0.5-0.766-0.969v-9h-9c-0.469 0-0.859-0.313-0.969-0.766s0.109-0.922 0.516-1.125l20-10c0.141-0.078 0.297-0.109 0.453-0.109 0.266 0 0.516 0.094 0.703 0.297 0.313 0.297 0.391 0.766 0.187 1.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crop\" viewBox=\"0 0 26 28\">\n<title>crop</title>\n<path d=\"M8.703 20h9.297v-9.297zM8 19.297l9.297-9.297h-9.297v9.297zM26 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-13.5c-0.281 0-0.5-0.219-0.5-0.5v-13.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v3.5h13.297l3.844-3.859c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719l-3.859 3.844v13.297h3.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code-fork\" viewBox=\"0 0 16 28\">\n<title>code-fork</title>\n<path d=\"M4.5 23c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM4.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM14.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM16 7c0 1.109-0.609 2.078-1.5 2.594-0.047 5.641-4.047 6.891-6.703 7.734-2.484 0.781-3.297 1.156-3.297 2.672v0.406c0.891 0.516 1.5 1.484 1.5 2.594 0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.109 0.609-2.078 1.5-2.594v-12.812c-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3c0 1.109-0.609 2.078-1.5 2.594v7.766c0.797-0.391 1.641-0.656 2.406-0.891 2.906-0.922 4.562-1.609 4.594-4.875-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain-broken\" viewBox=\"0 0 26 28\">\n<title>chain-broken</title>\n<path d=\"M6.859 19.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719zM9.5 20.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM6 17c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM25.75 19c0 1.203-0.469 2.328-1.328 3.172l-2.297 2.281c-0.844 0.844-1.969 1.297-3.172 1.297s-2.344-0.469-3.187-1.328l-5.219-5.234c-0.266-0.266-0.469-0.562-0.656-0.875l3.734-0.281 4.266 4.281c0.562 0.562 1.563 0.578 2.125 0.016l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047 0-0.406-0.156-0.781-0.438-1.062l-4.281-4.297 0.281-3.734c0.313 0.187 0.609 0.391 0.875 0.656l5.25 5.25c0.844 0.859 1.313 1.984 1.313 3.187zM16.109 7.688l-3.734 0.281-4.266-4.281c-0.281-0.281-0.656-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l4.281 4.281-0.281 3.75c-0.313-0.187-0.609-0.391-0.875-0.656l-5.25-5.25c-0.844-0.859-1.313-1.984-1.313-3.187s0.469-2.328 1.328-3.172l2.297-2.281c0.844-0.844 1.969-1.297 3.172-1.297s2.344 0.469 3.187 1.328l5.219 5.234c0.266 0.266 0.469 0.562 0.656 0.875zM26 9c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM17.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM23.859 2.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info\" viewBox=\"0 0 10 28\">\n<title>info</title>\n<path d=\"M10 21v2c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1v-6h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v9h1c0.547 0 1 0.453 1 1zM8 3v3c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation\" viewBox=\"0 0 10 28\">\n<title>exclamation</title>\n<path d=\"M8 19.5v3.5c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3.5c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1zM8.469 3l-0.438 12c-0.016 0.547-0.484 1-1.031 1h-4c-0.547 0-1.016-0.453-1.031-1l-0.438-12c-0.016-0.547 0.422-1 0.969-1h5c0.547 0 0.984 0.453 0.969 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superscript\" viewBox=\"0 0 24 28\">\n<title>superscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM23.969 10.781v3.219h-8.031l-0.047-0.422c-0.031-0.219-0.063-0.516-0.063-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.594 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.516 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.75-5.187 4.062-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subscript\" viewBox=\"0 0 24 28\">\n<title>subscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM24 24.781v3.219h-8.031l-0.063-0.422c-0.016-0.234-0.047-0.516-0.047-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.609 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.531 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.734-5.187 4.047-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eraser\" viewBox=\"0 0 30 28\">\n<title>eraser</title>\n<path d=\"M14 22l5.25-6h-12l-5.25 6h12zM29.828 5.172c0.313 0.719 0.187 1.547-0.328 2.141l-14 16c-0.375 0.438-0.922 0.688-1.5 0.688h-12c-0.781 0-1.5-0.453-1.828-1.172-0.313-0.719-0.187-1.547 0.328-2.141l14-16c0.375-0.438 0.922-0.688 1.5-0.688h12c0.781 0 1.5 0.453 1.828 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-puzzle-piece\" viewBox=\"0 0 26 28\">\n<title>puzzle-piece</title>\n<path d=\"M26 17.156c0 1.609-0.922 2.953-2.625 2.953-1.906 0-2.406-1.734-4.125-1.734-1.25 0-1.719 0.781-1.719 1.937 0 1.219 0.5 2.391 0.484 3.594v0.078c-0.172 0-0.344 0-0.516 0.016-1.609 0.156-3.234 0.469-4.859 0.469-1.109 0-2.266-0.438-2.266-1.719 0-1.719 1.734-2.219 1.734-4.125 0-1.703-1.344-2.625-2.953-2.625-1.641 0-3.156 0.906-3.156 2.703 0 1.984 1.516 2.844 1.516 3.922 0 0.547-0.344 1.031-0.719 1.391-0.484 0.453-1.172 0.547-1.828 0.547-1.281 0-2.562-0.172-3.828-0.375-0.281-0.047-0.578-0.078-0.859-0.125l-0.203-0.031c-0.031-0.016-0.078-0.016-0.078-0.031v-16c0.063 0.047 0.984 0.156 1.141 0.187 1.266 0.203 2.547 0.375 3.828 0.375 0.656 0 1.344-0.094 1.828-0.547 0.375-0.359 0.719-0.844 0.719-1.391 0-1.078-1.516-1.937-1.516-3.922 0-1.797 1.516-2.703 3.172-2.703 1.594 0 2.938 0.922 2.938 2.625 0 1.906-1.734 2.406-1.734 4.125 0 1.281 1.156 1.719 2.266 1.719 1.797 0 3.578-0.406 5.359-0.5v0.031c-0.047 0.063-0.156 0.984-0.187 1.141-0.203 1.266-0.375 2.547-0.375 3.828 0 0.656 0.094 1.344 0.547 1.828 0.359 0.375 0.844 0.719 1.391 0.719 1.078 0 1.937-1.516 3.922-1.516 1.797 0 2.703 1.516 2.703 3.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone\" viewBox=\"0 0 18 28\">\n<title>microphone</title>\n<path d=\"M18 11v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-4.5-0.5-8-4.312-8-8.937v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 3.859 3.141 7 7 7s7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1zM14 5v8c0 2.75-2.25 5-5 5s-5-2.25-5-5v-8c0-2.75 2.25-5 5-5s5 2.25 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone-slash\" viewBox=\"0 0 22 28\">\n<title>microphone-slash</title>\n<path d=\"M4.234 14.766l-1.578 1.578c-0.422-1.031-0.656-2.156-0.656-3.344v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 0.609 0.094 1.203 0.234 1.766zM21.641 5.359l-5.641 5.641v2c0 2.75-2.25 5-5 5-0.594 0-1.172-0.109-1.703-0.297l-1.5 1.5c0.953 0.5 2.047 0.797 3.203 0.797 3.859 0 7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-1.328-0.141-2.578-0.594-3.672-1.266l-3.969 3.969c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l19.281-19.281c0.203-0.203 0.516-0.203 0.719 0l1.281 1.281c0.203 0.203 0.203 0.516 0 0.719zM15.703 3.297l-9.703 9.703v-8c0-2.75 2.25-5 5-5 2.156 0 4 1.391 4.703 3.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shield\" viewBox=\"0 0 20 28\">\n<title>shield</title>\n<path d=\"M17 15v-10h-7v17.766c0.797-0.422 2.078-1.156 3.328-2.141 1.672-1.313 3.672-3.359 3.672-5.625zM20 3v12c0 6.578-9.203 10.734-9.594 10.906-0.125 0.063-0.266 0.094-0.406 0.094s-0.281-0.031-0.406-0.094c-0.391-0.172-9.594-4.328-9.594-10.906v-12c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-o\" viewBox=\"0 0 26 28\">\n<title>calendar-o</title>\n<path d=\"M2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire-extinguisher\" viewBox=\"0 0 22 28\">\n<title>fire-extinguisher</title>\n<path d=\"M8 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 2.5v5c0 0.156-0.063 0.297-0.187 0.391-0.094 0.078-0.203 0.109-0.313 0.109-0.031 0-0.063 0-0.109-0.016l-7-1.5c-0.219-0.047-0.391-0.25-0.391-0.484h-4v1.594c2.281 0.469 4 2.484 4 4.906v12.5c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-12.5c0-2.234 1.469-4.141 3.5-4.766v-1.734h-0.5c-3.313 0-5.094 3.422-5.109 3.453-0.172 0.344-0.531 0.547-0.891 0.547-0.156 0-0.313-0.031-0.453-0.109-0.484-0.25-0.688-0.844-0.438-1.344 0.078-0.156 1.641-3.187 4.781-4.203-0.234-0.391-0.391-0.844-0.391-1.344 0-1.375 1.125-2.5 2.5-2.5s2.5 1.125 2.5 2.5c0 0.359-0.078 0.688-0.219 1h4.719c0-0.234 0.172-0.438 0.391-0.484l7-1.5c0.047-0.016 0.078-0.016 0.109-0.016 0.109 0 0.219 0.031 0.313 0.109 0.125 0.094 0.187 0.234 0.187 0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rocket\" viewBox=\"0 0 26 28\">\n<title>rocket</title>\n<path d=\"M22.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26 2.5c0 5.187-1.437 8.641-5.141 12.359-0.906 0.891-1.937 1.813-3.047 2.75l-0.313 5.922c-0.016 0.156-0.109 0.313-0.25 0.406l-6 3.5c-0.078 0.047-0.156 0.063-0.25 0.063-0.125 0-0.25-0.047-0.359-0.141l-1-1c-0.125-0.141-0.172-0.328-0.125-0.5l1.328-4.312-4.391-4.391-4.312 1.328c-0.047 0.016-0.094 0.016-0.141 0.016-0.125 0-0.266-0.047-0.359-0.141l-1-1c-0.156-0.172-0.187-0.422-0.078-0.609l3.5-6c0.094-0.141 0.25-0.234 0.406-0.25l5.922-0.313c0.938-1.109 1.859-2.141 2.75-3.047 3.906-3.891 6.891-5.141 12.328-5.141 0.281 0 0.531 0.219 0.531 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-maxcdn\" viewBox=\"0 0 28 28\">\n<title>maxcdn</title>\n<path d=\"M27.266 12.078l-2.562 11.922h-5.219l2.781-13c0.125-0.547 0.047-1.047-0.234-1.375-0.266-0.328-0.734-0.516-1.297-0.516h-2.641l-3.187 14.891h-5.219l3.187-14.891h-4.469l-3.187 14.891h-5.219l3.187-14.891-2.391-5.109h19.938c2.109 0 4.031 0.875 5.266 2.406 1.25 1.531 1.703 3.609 1.266 5.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-left\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-left</title>\n<path d=\"M14.203 21.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-4.797-4.797 4.797-4.797c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-right\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-right</title>\n<path d=\"M11.203 21.797l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l4.797 4.797-4.797 4.797c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-up\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-up</title>\n<path d=\"M18.203 17.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l4.797-4.797 4.797 4.797c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-down\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-down</title>\n<path d=\"M12.703 20.297l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-4.797 4.797-4.797-4.797c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-html5\" viewBox=\"0 0 22 28\">\n<title>html5</title>\n<path d=\"M17.656 9.328l0.25-2.734h-13.813l0.734 8.344h9.562l-0.344 3.563-3.078 0.828-3.063-0.828-0.203-2.188h-2.734l0.344 4.344 5.656 1.563h0.063v-0.016l5.609-1.547 0.781-8.5h-10.063l-0.234-2.828h10.531zM0 2h22l-2 22.469-9.031 2.531-8.969-2.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-css3\" viewBox=\"0 0 28 28\">\n<title>css3</title>\n<path d=\"M4.297 2h23.516l-4.156 20.828-12.563 4.172-10.906-4.172 1.109-5.563h4.641l-0.453 2.297 6.594 2.516 7.594-2.516 1.062-5.297h-18.875l0.906-4.641h18.891l0.594-2.984h-18.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-anchor\" viewBox=\"0 0 28 28\">\n<title>anchor</title>\n<path d=\"M15 4c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 18.5v5.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-1.453-1.453c-2.453 2.953-6.859 4.844-11.688 4.844s-9.234-1.891-11.688-4.844l-1.453 1.453c-0.094 0.094-0.234 0.141-0.359 0.141-0.063 0-0.125-0.016-0.187-0.031-0.187-0.078-0.313-0.266-0.313-0.469v-5.5c0-0.281 0.219-0.5 0.5-0.5h5.5c0.203 0 0.391 0.125 0.469 0.313s0.031 0.391-0.109 0.547l-1.563 1.563c1.406 1.891 4.109 3.266 7.203 3.687v-10.109h-3c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h3v-2.547c-1.188-0.688-2-1.969-2-3.453 0-2.203 1.797-4 4-4s4 1.797 4 4c0 1.484-0.812 2.766-2 3.453v2.547h3c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-3v10.109c3.094-0.422 5.797-1.797 7.203-3.687l-1.563-1.563c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h5.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock-alt\" viewBox=\"0 0 18 28\">\n<title>unlock-alt</title>\n<path d=\"M16.5 12c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-5c0-3.859 3.141-7 7-7s7 3.141 7 7c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1 0-2.203-1.797-4-4-4s-4 1.797-4 4v5h11.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullseye\" viewBox=\"0 0 24 28\">\n<title>bullseye</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-h\" viewBox=\"0 0 22 28\">\n<title>ellipsis-h</title>\n<path d=\"M6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM14 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-v\" viewBox=\"0 0 6 28\">\n<title>ellipsis-v</title>\n<path d=\"M6 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rss-square\" viewBox=\"0 0 24 28\">\n<title>rss-square</title>\n<path d=\"M8 20c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM13.484 21.469c-0.266-4.844-4.109-8.687-8.953-8.953-0.141-0.016-0.281 0.047-0.375 0.141s-0.156 0.219-0.156 0.359v2c0 0.266 0.203 0.484 0.469 0.5 3.203 0.234 5.781 2.812 6.016 6.016 0.016 0.266 0.234 0.469 0.5 0.469h2c0.141 0 0.266-0.063 0.359-0.156s0.156-0.234 0.141-0.375zM19.484 21.484c-0.266-8.125-6.844-14.703-14.969-14.969-0.156-0.016-0.266 0.031-0.359 0.141-0.094 0.094-0.156 0.219-0.156 0.359v2c0 0.266 0.219 0.484 0.484 0.5 6.484 0.234 11.766 5.516 12 12 0.016 0.266 0.234 0.484 0.5 0.484h2c0.141 0 0.266-0.063 0.359-0.156 0.109-0.094 0.156-0.219 0.141-0.359zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle\" viewBox=\"0 0 24 28\">\n<title>play-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM18 14.859c0.313-0.172 0.5-0.5 0.5-0.859s-0.187-0.688-0.5-0.859l-8.5-5c-0.297-0.187-0.688-0.187-1-0.016-0.313 0.187-0.5 0.516-0.5 0.875v10c0 0.359 0.187 0.688 0.5 0.875 0.156 0.078 0.328 0.125 0.5 0.125s0.344-0.047 0.5-0.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ticket\" viewBox=\"0 0 28 28\">\n<title>ticket</title>\n<path d=\"M16 7.063l4.937 4.937-8.937 8.937-4.937-4.937zM12.703 22.359l9.656-9.656c0.391-0.391 0.391-1.016 0-1.406l-5.656-5.656c-0.375-0.375-1.031-0.375-1.406 0l-9.656 9.656c-0.391 0.391-0.391 1.016 0 1.406l5.656 5.656c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281zM26.594 12.406l-14.172 14.187c-0.781 0.766-2.063 0.766-2.828 0l-1.969-1.969c1.172-1.172 1.172-3.078 0-4.25s-3.078-1.172-4.25 0l-1.953-1.969c-0.781-0.766-0.781-2.047 0-2.828l14.172-14.156c0.766-0.781 2.047-0.781 2.828 0l1.953 1.953c-1.172 1.172-1.172 3.078 0 4.25s3.078 1.172 4.25 0l1.969 1.953c0.766 0.781 0.766 2.063 0 2.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square\" viewBox=\"0 0 24 28\">\n<title>minus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square-o\" viewBox=\"0 0 22 28\">\n<title>minus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-up\" viewBox=\"0 0 16 28\">\n<title>level-up</title>\n<path d=\"M15.906 9.422c-0.172 0.359-0.516 0.578-0.906 0.578h-3v13.5c0 0.281-0.219 0.5-0.5 0.5h-11c-0.187 0-0.375-0.109-0.453-0.281-0.078-0.187-0.063-0.391 0.063-0.547l2.5-3c0.094-0.109 0.25-0.172 0.391-0.172h5v-10h-3c-0.391 0-0.734-0.219-0.906-0.578-0.156-0.344-0.109-0.766 0.141-1.062l5-6c0.375-0.453 1.156-0.453 1.531 0l5 6c0.25 0.297 0.313 0.719 0.141 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-down\" viewBox=\"0 0 16 28\">\n<title>level-down</title>\n<path d=\"M0.5 4h11c0.281 0 0.5 0.234 0.5 0.516v13.484h3c0.391 0 0.734 0.234 0.906 0.578 0.172 0.359 0.109 0.781-0.141 1.078l-5 6c-0.375 0.453-1.156 0.453-1.531 0l-5-6c-0.25-0.297-0.297-0.719-0.141-1.078 0.172-0.344 0.516-0.578 0.906-0.578h3v-10h-5c-0.141 0-0.281-0.063-0.391-0.172l-2.5-3c-0.125-0.141-0.141-0.359-0.063-0.531s0.266-0.297 0.453-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square\" viewBox=\"0 0 24 28\">\n<title>check-square</title>\n<path d=\"M10.703 20.297l9.594-9.594c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.297 7.297-3.297-3.297c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l5.594 5.594c0.391 0.391 1.016 0.391 1.406 0zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil-square\" viewBox=\"0 0 24 28\">\n<title>pencil-square</title>\n<path d=\"M6.312 17.313l2.375 2.375-0.812 0.812h-0.875v-1.5h-1.5v-0.875zM12.781 11.219c0.125 0.109 0.094 0.328-0.047 0.469l-4.547 4.547c-0.141 0.141-0.359 0.172-0.469 0.047-0.125-0.109-0.094-0.328 0.047-0.469l4.547-4.547c0.141-0.141 0.359-0.172 0.469-0.047zM8.5 22l8.5-8.5-4.5-4.5-8.5 8.5v4.5h4.5zM18 12.5l1.437-1.437c0.578-0.578 0.578-1.547 0-2.125l-2.375-2.375c-0.578-0.578-1.547-0.578-2.125 0l-1.437 1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link-square\" viewBox=\"0 0 24 28\">\n<title>external-link-square</title>\n<path d=\"M20 14.5v-7.5c0-0.547-0.453-1-1-1h-7.5c-0.406 0-0.766 0.25-0.922 0.609-0.156 0.375-0.078 0.812 0.219 1.094l2.25 2.25-8.344 8.344c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l8.344-8.344 2.25 2.25c0.187 0.203 0.438 0.297 0.703 0.297 0.125 0 0.266-0.031 0.391-0.078 0.359-0.156 0.609-0.516 0.609-0.922zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square\" viewBox=\"0 0 24 28\">\n<title>share-square</title>\n<path d=\"M15.703 17.203l5.5-5.5c0.391-0.391 0.391-1.016 0-1.406l-5.5-5.5c-0.281-0.297-0.719-0.375-1.078-0.219-0.375 0.156-0.625 0.516-0.625 0.922v2.5c-8.969 0-10 5.141-10 9 0 3.141 2.516 6.188 2.609 6.312 0.109 0.125 0.25 0.187 0.391 0.187 0.063 0 0.141-0.016 0.203-0.047 0.203-0.078 0.328-0.297 0.297-0.516-0.469-3.766-0.172-6.109 0.969-7.391 0.953-1.078 2.609-1.547 5.531-1.547v2.5c0 0.406 0.25 0.766 0.625 0.922 0.109 0.047 0.25 0.078 0.375 0.078 0.266 0 0.516-0.109 0.703-0.297zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compass\" viewBox=\"0 0 24 28\">\n<title>compass</title>\n<path d=\"M10 17l4-2-4-2v4zM16 7.766v8.469l-8 4v-8.469zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-down\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-down</title>\n<path d=\"M17.891 10.547c0.172 0.328 0.141 0.734-0.078 1.031l-5 7c-0.187 0.266-0.484 0.422-0.812 0.422s-0.625-0.156-0.812-0.422l-5-7c-0.219-0.297-0.25-0.703-0.078-1.031 0.172-0.344 0.516-0.547 0.891-0.547h10c0.375 0 0.719 0.203 0.891 0.547zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-up\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-up</title>\n<path d=\"M17.891 17.453c-0.172 0.344-0.516 0.547-0.891 0.547h-10c-0.375 0-0.719-0.203-0.891-0.547-0.172-0.328-0.141-0.734 0.078-1.031l5-7c0.187-0.266 0.484-0.422 0.812-0.422s0.625 0.156 0.812 0.422l5 7c0.219 0.297 0.25 0.703 0.078 1.031zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-right\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-right</title>\n<path d=\"M17 14c0 0.328-0.156 0.625-0.422 0.812l-7 5c-0.297 0.219-0.703 0.25-1.031 0.078-0.344-0.172-0.547-0.516-0.547-0.891v-10c0-0.375 0.203-0.719 0.547-0.891 0.328-0.172 0.734-0.141 1.031 0.078l7 5c0.266 0.187 0.422 0.484 0.422 0.812zM20 21.5v-15c0-0.281-0.219-0.5-0.5-0.5h-15c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h15c0.281 0 0.5-0.219 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eur\" viewBox=\"0 0 16 28\">\n<title>eur</title>\n<path d=\"M15.25 20.422l0.547 2.484c0.063 0.25-0.078 0.5-0.313 0.578-0.063 0.016-1.516 0.516-3.391 0.516-4.875 0-8.797-2.938-10.109-7.531h-1.484c-0.281 0-0.5-0.234-0.5-0.5v-1.766c0-0.266 0.219-0.5 0.5-0.5h1.031c-0.016-0.5-0.016-1.094 0.016-1.641h-1.047c-0.281 0-0.5-0.219-0.5-0.5v-1.781c0-0.281 0.219-0.5 0.5-0.5h1.531c1.391-4.375 5.391-7.281 10.063-7.281 1.625 0 2.969 0.344 3.031 0.359 0.125 0.031 0.234 0.125 0.313 0.234 0.063 0.109 0.078 0.25 0.047 0.375l-0.672 2.484c-0.063 0.266-0.328 0.422-0.594 0.344-0.016 0-1.078-0.266-2.188-0.266-2.625 0-4.828 1.422-5.875 3.75h7.313c0.156 0 0.297 0.063 0.391 0.187 0.094 0.109 0.141 0.266 0.109 0.406l-0.375 1.781c-0.047 0.234-0.25 0.406-0.5 0.406h-7.625c-0.047 0.5-0.031 1.031 0 1.641h7.172c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.422l-0.375 1.75c-0.047 0.234-0.25 0.406-0.484 0.406h-6.047c1 2.438 3.25 3.969 5.906 3.969 1.359 0 2.469-0.375 2.484-0.375 0.125-0.047 0.281-0.031 0.406 0.031 0.125 0.078 0.203 0.203 0.234 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gbp\" viewBox=\"0 0 16 28\">\n<title>gbp</title>\n<path d=\"M15.937 17.766v5.734c0 0.281-0.219 0.5-0.5 0.5h-14.938c-0.281 0-0.5-0.219-0.5-0.5v-2.344c0-0.266 0.219-0.5 0.5-0.5h1.516v-5.984h-1.484c-0.281 0-0.5-0.219-0.5-0.5v-2.047c0-0.281 0.219-0.5 0.5-0.5h1.484v-3.484c0-3.563 2.875-6.141 6.844-6.141 3.125 0 5.141 1.875 5.234 1.953 0.187 0.172 0.203 0.469 0.047 0.672l-1.609 1.984c-0.094 0.109-0.203 0.172-0.344 0.187-0.125 0.016-0.266-0.031-0.359-0.109-0.016-0.016-1.359-1.078-2.938-1.078-1.766 0-2.953 1.062-2.953 2.656v3.359h4.766c0.281 0 0.5 0.219 0.5 0.5v2.047c0 0.281-0.219 0.5-0.5 0.5h-4.766v5.922h6.469v-2.828c0-0.281 0.219-0.5 0.5-0.5h2.531c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dollar\" viewBox=\"0 0 16 28\">\n<title>dollar</title>\n<path d=\"M15.281 18.516c0 3.187-2.281 5.703-5.594 6.25v2.734c0 0.281-0.219 0.5-0.5 0.5h-2.109c-0.266 0-0.5-0.219-0.5-0.5v-2.734c-3.656-0.516-5.656-2.703-5.734-2.797-0.156-0.187-0.172-0.453-0.031-0.641l1.609-2.109c0.078-0.109 0.219-0.172 0.359-0.187s0.281 0.031 0.375 0.141c0.031 0.016 2.219 2.109 4.984 2.109 1.531 0 3.187-0.812 3.187-2.578 0-1.5-1.844-2.234-3.953-3.078-2.812-1.109-6.312-2.516-6.312-6.438 0-2.875 2.25-5.25 5.516-5.875v-2.812c0-0.281 0.234-0.5 0.5-0.5h2.109c0.281 0 0.5 0.219 0.5 0.5v2.75c3.172 0.359 4.859 2.078 4.922 2.141 0.156 0.172 0.187 0.406 0.078 0.594l-1.266 2.281c-0.078 0.141-0.203 0.234-0.359 0.25-0.156 0.031-0.297-0.016-0.422-0.109-0.016-0.016-1.906-1.687-4.25-1.687-1.984 0-3.359 0.984-3.359 2.406 0 1.656 1.906 2.391 4.125 3.25 2.875 1.109 6.125 2.375 6.125 6.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inr\" viewBox=\"0 0 14 28\">\n<title>inr</title>\n<path d=\"M14.031 7.344v1.594c0 0.281-0.219 0.5-0.5 0.5h-2.625c-0.484 3-2.781 4.953-6.328 5.375 2.328 2.484 4.813 5.484 7.172 8.375 0.125 0.141 0.156 0.359 0.063 0.531-0.078 0.172-0.25 0.281-0.453 0.281h-3.047c-0.156 0-0.297-0.063-0.391-0.187-2.516-3.016-4.828-5.781-7.781-8.922-0.094-0.094-0.141-0.219-0.141-0.344v-1.984c0-0.266 0.219-0.5 0.5-0.5h1.75c2.75 0 4.469-0.922 4.922-2.625h-6.672c-0.281 0-0.5-0.219-0.5-0.5v-1.594c0-0.281 0.219-0.5 0.5-0.5h6.453c-0.594-1.172-2-1.766-4.188-1.766h-2.266c-0.281 0-0.5-0.234-0.5-0.5v-2.078c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5v1.594c0 0.281-0.219 0.5-0.5 0.5h-3.641c0.5 0.641 0.828 1.391 1 2.25h2.672c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cny\" viewBox=\"0 0 16 28\">\n<title>cny</title>\n<path d=\"M9.422 24h-2.688c-0.281 0-0.5-0.219-0.5-0.5v-5.156h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.609c0-0.281 0.219-0.5 0.5-0.5h4.5v-1.328h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.625c0-0.266 0.219-0.5 0.5-0.5h3.344l-5.016-9.031c-0.078-0.156-0.078-0.344 0-0.5 0.094-0.156 0.266-0.25 0.438-0.25h3.031c0.187 0 0.359 0.109 0.453 0.281l3.359 6.641c0.375 0.734 0.625 1.359 0.875 1.953 0.266-0.672 0.609-1.328 0.906-2.016l2.984-6.562c0.078-0.187 0.266-0.297 0.453-0.297h2.984c0.172 0 0.328 0.094 0.422 0.25 0.094 0.141 0.094 0.328 0.016 0.484l-4.891 9.047h3.359c0.281 0 0.5 0.234 0.5 0.5v1.625c0 0.281-0.219 0.5-0.5 0.5h-4.531v1.328h4.531c0.281 0 0.5 0.219 0.5 0.5v1.609c0 0.281-0.219 0.5-0.5 0.5h-4.531v5.156c0 0.281-0.234 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rouble\" viewBox=\"0 0 20 28\">\n<title>rouble</title>\n<path d=\"M16.297 8.828c0-2.094-1.484-3.5-3.687-3.5h-5v7h5c2.203 0 3.687-1.406 3.687-3.5zM20 8.828c0 4.016-2.906 6.828-7.078 6.828h-5.313v1.844h7.891c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-7.891v3c0 0.281-0.219 0.5-0.5 0.5h-2.609c-0.281 0-0.5-0.219-0.5-0.5v-3h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h3.5v-1.844h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2.328c0-0.281 0.219-0.5 0.5-0.5h3.5v-9.828c0-0.281 0.219-0.5 0.5-0.5h8.422c4.172 0 7.078 2.812 7.078 6.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-krw\" viewBox=\"0 0 28 28\">\n<title>krw</title>\n<path d=\"M8.031 18.672l1.266-4.672h-2.484l1.172 4.688c0.016 0.031 0.016 0.063 0.031 0.094 0-0.031 0.016-0.078 0.016-0.109zM9.844 12l0.547-2h-4.562l0.5 2h3.516zM12.844 12h2.172l-0.547-2h-1.094zM19.859 18.688l1.219-4.688h-2.531l1.266 4.672c0.016 0.047 0.016 0.078 0.031 0.109 0-0.031 0.016-0.063 0.016-0.094zM21.594 12l0.516-2h-4.641l0.531 2h3.594zM28 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.328l-2.562 9.625c-0.063 0.219-0.266 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.484-0.375l-2.594-9.625h-3.266l-2.609 9.625c-0.063 0.219-0.25 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.469-0.375l-2.5-9.625h-3.25c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.734l-0.516-2h-2.219c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.703l-1.391-5.375c-0.047-0.156-0.016-0.313 0.078-0.438 0.094-0.109 0.25-0.187 0.406-0.187h2.141c0.234 0 0.438 0.156 0.484 0.375l1.406 5.625h5.609l1.516-5.625c0.063-0.219 0.266-0.375 0.484-0.375h1.969c0.234 0 0.422 0.156 0.484 0.375l1.531 5.625h5.703l1.453-5.625c0.047-0.219 0.25-0.375 0.484-0.375h2.141c0.156 0 0.313 0.078 0.406 0.187 0.094 0.125 0.125 0.297 0.078 0.438l-1.422 5.375h1.734c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.266l-0.531 2h2.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitcoin\" viewBox=\"0 0 21 28\">\n<title>bitcoin</title>\n<path d=\"M18.234 10c0.203 2.078-0.672 3.328-2.047 4.031 2.281 0.547 3.719 1.906 3.437 4.953-0.359 3.797-3.172 4.813-7.203 5.031v3.984h-2.406v-3.922c-0.609 0-1.25 0-1.906-0.016v3.938h-2.406v-3.984c-0.562 0-1.125-0.016-1.703-0.016h-3.125l0.484-2.859c1.766 0.031 1.734 0 1.734 0 0.672 0 0.859-0.484 0.906-0.797v-6.281h0.25c-0.094-0.016-0.187-0.016-0.25-0.016v-4.484c-0.094-0.5-0.406-1.062-1.391-1.062 0 0 0.031-0.031-1.734 0v-2.562l3.313 0.016c0.484 0 1 0 1.516-0.016v-3.938h2.406v3.859c0.641-0.016 1.281-0.031 1.906-0.031v-3.828h2.406v3.938c3.094 0.266 5.547 1.219 5.812 4.062zM14.875 18.516c0-3.094-5.094-2.641-6.719-2.641v5.281c1.625 0 6.719 0.344 6.719-2.641zM13.766 11.078c0-2.828-4.25-2.406-5.609-2.406v4.797c1.359 0 5.609 0.313 5.609-2.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file\" viewBox=\"0 0 24 28\">\n<title>file</title>\n<path d=\"M16 8v-7.375c0.219 0.141 0.406 0.281 0.562 0.438l6.375 6.375c0.156 0.156 0.297 0.344 0.438 0.562h-7.375zM14 8.5c0 0.828 0.672 1.5 1.5 1.5h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text\" viewBox=\"0 0 24 28\">\n<title>file-text</title>\n<path d=\"M22.937 7.438c0.156 0.156 0.297 0.344 0.438 0.562h-7.375v-7.375c0.219 0.141 0.406 0.281 0.562 0.438zM15.5 10h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5c0 0.828 0.672 1.5 1.5 1.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-asc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-asc</title>\n<path d=\"M18.609 6.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM24.563 24.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.172v0.031l0.219-0.031c0.141-0.031 0.281-0.031 0.469-0.031h3.875v-1.859h1.891zM25.953 10.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-desc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-desc</title>\n<path d=\"M18.609 22.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM25.953 26.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094zM24.563 8.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.156v0.047l0.219-0.047c0.141-0.016 0.281-0.016 0.469-0.016h3.875v-1.859h1.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-asc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-asc</title>\n<path d=\"M11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM25 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM22 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM19 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-desc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-desc</title>\n<path d=\"M19 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM25 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM28 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-asc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-asc</title>\n<path d=\"M21.031 20.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM23.219 21.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422zM22.75 10.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-desc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-desc</title>\n<path d=\"M21.031 4.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22.75 26.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578zM23.219 5.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-up\" viewBox=\"0 0 25 28\">\n<title>thumbs-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1-0.562 0-1 0.453-1 1 0 0.562 0.438 1 1 1 0.547 0 1-0.438 1-1zM6.5 13v10c0 0.547-0.453 1-1 1h-4.5c-0.547 0-1-0.453-1-1v-10c0-0.547 0.453-1 1-1h4.5c0.547 0 1 0.453 1 1zM25 13c0 0.828-0.328 1.719-0.859 2.328 0.172 0.5 0.234 0.969 0.234 1.188 0.031 0.781-0.203 1.516-0.672 2.141 0.172 0.578 0.172 1.203 0 1.828-0.156 0.578-0.453 1.094-0.844 1.469 0.094 1.172-0.172 2.125-0.766 2.828-0.672 0.797-1.703 1.203-3.078 1.219h-2.016c-2.234 0-4.344-0.734-6.031-1.313-0.984-0.344-1.922-0.672-2.469-0.688-0.531-0.016-1-0.453-1-1v-10.016c0-0.516 0.438-0.953 0.953-1 0.578-0.047 2.078-1.906 2.766-2.812 0.562-0.719 1.094-1.391 1.578-1.875 0.609-0.609 0.781-1.547 0.969-2.453 0.172-0.922 0.359-1.891 1.031-2.547 0.187-0.187 0.438-0.297 0.703-0.297 3.5 0 3.5 2.797 3.5 4 0 1.281-0.453 2.188-0.875 3-0.172 0.344-0.328 0.5-0.453 1h4.328c1.625 0 3 1.375 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-down\" viewBox=\"0 0 25 28\">\n<title>thumbs-down</title>\n<path d=\"M4 9c0 0.547-0.453 1-1 1-0.562 0-1-0.453-1-1 0-0.562 0.438-1 1-1 0.547 0 1 0.438 1 1zM6.5 17v-10c0-0.547-0.453-1-1-1h-4.5c-0.547 0-1 0.453-1 1v10c0 0.547 0.453 1 1 1h4.5c0.547 0 1-0.453 1-1zM24.141 14.672c0.531 0.594 0.859 1.5 0.859 2.328-0.016 1.625-1.375 3-3 3h-4.328c0.125 0.5 0.281 0.656 0.453 1 0.406 0.812 0.875 1.719 0.875 3 0 1.203 0 4-3.5 4-0.266 0-0.516-0.109-0.703-0.297-0.672-0.656-0.859-1.625-1.031-2.547-0.187-0.906-0.359-1.844-0.969-2.453-0.484-0.484-1.016-1.156-1.578-1.875-0.688-0.906-2.188-2.766-2.766-2.812-0.516-0.047-0.953-0.484-0.953-1v-10.016c0-0.547 0.469-0.984 1-1 0.547-0.016 1.484-0.344 2.469-0.688 1.687-0.578 3.797-1.313 6.031-1.313h2.016c1.375 0.016 2.406 0.422 3.078 1.219 0.594 0.703 0.859 1.656 0.766 2.828 0.391 0.375 0.688 0.891 0.844 1.469 0.172 0.625 0.172 1.25 0 1.828 0.469 0.625 0.703 1.359 0.672 2.141 0 0.219-0.063 0.688-0.234 1.188z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-square\" viewBox=\"0 0 24 28\">\n<title>youtube-square</title>\n<path d=\"M14.359 20.359v-2.453c0-0.516-0.156-0.781-0.453-0.781-0.172 0-0.344 0.078-0.516 0.25v3.5c0.172 0.172 0.344 0.25 0.516 0.25 0.297 0 0.453-0.25 0.453-0.766zM17.234 18.453h1.031v-0.531c0-0.531-0.172-0.797-0.516-0.797s-0.516 0.266-0.516 0.797v0.531zM8.313 14.297v1.094h-1.25v6.609h-1.156v-6.609h-1.219v-1.094h3.625zM11.453 16.266v5.734h-1.047v-0.625c-0.406 0.469-0.797 0.703-1.188 0.703-0.328 0-0.562-0.141-0.656-0.438-0.063-0.172-0.094-0.438-0.094-0.844v-4.531h1.031v4.219c0 0.234 0 0.375 0.016 0.406 0.016 0.156 0.094 0.234 0.234 0.234 0.219 0 0.422-0.156 0.656-0.484v-4.375h1.047zM15.391 18v2.281c0 0.516-0.031 0.906-0.109 1.141-0.125 0.438-0.406 0.656-0.828 0.656-0.359 0-0.719-0.219-1.062-0.641v0.562h-1.047v-7.703h1.047v2.516c0.328-0.406 0.688-0.625 1.062-0.625 0.422 0 0.703 0.219 0.828 0.656 0.078 0.234 0.109 0.609 0.109 1.156zM19.313 20.016v0.141c0 0.344-0.016 0.562-0.031 0.672-0.031 0.234-0.109 0.438-0.234 0.625-0.281 0.422-0.719 0.625-1.25 0.625-0.547 0-0.969-0.203-1.266-0.594-0.219-0.281-0.328-0.734-0.328-1.344v-2.016c0-0.609 0.094-1.047 0.313-1.344 0.297-0.391 0.719-0.594 1.25-0.594 0.516 0 0.938 0.203 1.219 0.594 0.219 0.297 0.328 0.734 0.328 1.344v1.188h-2.078v1.016c0 0.531 0.172 0.797 0.531 0.797 0.25 0 0.406-0.141 0.469-0.406 0-0.063 0.016-0.297 0.016-0.703h1.062zM12.266 7.141v2.438c0 0.531-0.172 0.797-0.5 0.797-0.344 0-0.5-0.266-0.5-0.797v-2.438c0-0.531 0.156-0.812 0.5-0.812 0.328 0 0.5 0.281 0.5 0.812zM20.594 18.281v0c0-1.344 0-2.766-0.297-4.062-0.219-0.922-0.969-1.594-1.859-1.687-2.125-0.234-4.281-0.234-6.438-0.234-2.141 0-4.297 0-6.422 0.234-0.906 0.094-1.656 0.766-1.859 1.687-0.297 1.297-0.313 2.719-0.313 4.062v0c0 1.328 0 2.75 0.313 4.062 0.203 0.906 0.953 1.578 1.844 1.687 2.141 0.234 4.297 0.234 6.438 0.234s4.297 0 6.438-0.234c0.891-0.109 1.641-0.781 1.844-1.687 0.313-1.313 0.313-2.734 0.313-4.062zM8.797 8.109l1.406-4.625h-1.172l-0.797 3.047-0.828-3.047h-1.219c0.234 0.719 0.5 1.437 0.734 2.156 0.375 1.094 0.609 1.906 0.719 2.469v3.141h1.156v-3.141zM13.312 9.375v-2.031c0-0.609-0.109-1.062-0.328-1.359-0.297-0.391-0.703-0.594-1.219-0.594-0.531 0-0.938 0.203-1.219 0.594-0.219 0.297-0.328 0.75-0.328 1.359v2.031c0 0.609 0.109 1.062 0.328 1.359 0.281 0.391 0.688 0.594 1.219 0.594 0.516 0 0.922-0.203 1.219-0.594 0.219-0.281 0.328-0.75 0.328-1.359zM16.141 11.25h1.047v-5.781h-1.047v4.422c-0.234 0.328-0.453 0.484-0.656 0.484-0.141 0-0.234-0.078-0.25-0.25-0.016-0.031-0.016-0.156-0.016-0.406v-4.25h-1.047v4.578c0 0.406 0.031 0.672 0.094 0.859 0.109 0.281 0.344 0.422 0.672 0.422 0.391 0 0.781-0.234 1.203-0.703v0.625zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube\" viewBox=\"0 0 24 28\">\n<title>youtube</title>\n<path d=\"M15.172 19.437v3.297c0 0.703-0.203 1.047-0.609 1.047-0.234 0-0.469-0.109-0.703-0.344v-4.703c0.234-0.234 0.469-0.344 0.703-0.344 0.406 0 0.609 0.359 0.609 1.047zM20.453 19.453v0.719h-1.406v-0.719c0-0.703 0.234-1.062 0.703-1.062s0.703 0.359 0.703 1.062zM5.359 16.047h1.672v-1.469h-4.875v1.469h1.641v8.891h1.563v-8.891zM9.859 24.938h1.391v-7.719h-1.391v5.906c-0.313 0.438-0.609 0.656-0.891 0.656-0.187 0-0.297-0.109-0.328-0.328-0.016-0.047-0.016-0.219-0.016-0.547v-5.688h-1.391v6.109c0 0.547 0.047 0.906 0.125 1.141 0.125 0.391 0.453 0.578 0.906 0.578 0.5 0 1.031-0.313 1.594-0.953v0.844zM16.562 22.625v-3.078c0-0.719-0.031-1.234-0.141-1.547-0.172-0.578-0.562-0.875-1.109-0.875-0.516 0-1 0.281-1.453 0.844v-3.391h-1.391v10.359h1.391v-0.75c0.469 0.578 0.953 0.859 1.453 0.859 0.547 0 0.938-0.297 1.109-0.859 0.109-0.328 0.141-0.844 0.141-1.563zM21.844 22.469v-0.203h-1.422c0 0.562-0.016 0.875-0.031 0.953-0.078 0.375-0.281 0.562-0.625 0.562-0.484 0-0.719-0.359-0.719-1.078v-1.359h2.797v-1.609c0-0.828-0.141-1.422-0.422-1.813-0.406-0.531-0.953-0.797-1.656-0.797-0.719 0-1.266 0.266-1.672 0.797-0.297 0.391-0.438 0.984-0.438 1.813v2.703c0 0.828 0.156 1.437 0.453 1.813 0.406 0.531 0.953 0.797 1.687 0.797s1.313-0.281 1.687-0.828c0.172-0.25 0.297-0.531 0.328-0.844 0.031-0.141 0.031-0.453 0.031-0.906zM12.344 8.203v-3.281c0-0.719-0.203-1.078-0.672-1.078-0.453 0-0.672 0.359-0.672 1.078v3.281c0 0.719 0.219 1.094 0.672 1.094 0.469 0 0.672-0.375 0.672-1.094zM23.578 19.938c0 1.797-0.016 3.719-0.406 5.469-0.297 1.234-1.297 2.141-2.5 2.266-2.875 0.328-5.781 0.328-8.672 0.328s-5.797 0-8.672-0.328c-1.203-0.125-2.219-1.031-2.5-2.266-0.406-1.75-0.406-3.672-0.406-5.469v0c0-1.813 0.016-3.719 0.406-5.469 0.297-1.234 1.297-2.141 2.516-2.281 2.859-0.313 5.766-0.313 8.656-0.313s5.797 0 8.672 0.313c1.203 0.141 2.219 1.047 2.5 2.281 0.406 1.75 0.406 3.656 0.406 5.469zM7.984 0h1.594l-1.891 6.234v4.234h-1.563v-4.234c-0.141-0.766-0.453-1.859-0.953-3.313-0.344-0.969-0.688-1.953-1.016-2.922h1.656l1.109 4.109zM13.766 5.203v2.734c0 0.828-0.141 1.453-0.438 1.844-0.391 0.531-0.938 0.797-1.656 0.797-0.703 0-1.25-0.266-1.641-0.797-0.297-0.406-0.438-1.016-0.438-1.844v-2.734c0-0.828 0.141-1.437 0.438-1.828 0.391-0.531 0.938-0.797 1.641-0.797 0.719 0 1.266 0.266 1.656 0.797 0.297 0.391 0.438 1 0.438 1.828zM19 2.672v7.797h-1.422v-0.859c-0.562 0.656-1.094 0.969-1.609 0.969-0.453 0-0.781-0.187-0.922-0.578-0.078-0.234-0.125-0.609-0.125-1.172v-6.156h1.422v5.734c0 0.328 0 0.516 0.016 0.547 0.031 0.219 0.141 0.344 0.328 0.344 0.281 0 0.578-0.219 0.891-0.672v-5.953h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing\" viewBox=\"0 0 22 28\">\n<title>xing</title>\n<path d=\"M9.328 10.422c0 0-0.156 0.266-4.016 7.125-0.203 0.344-0.469 0.719-1.016 0.719h-3.734c-0.219 0-0.391-0.109-0.484-0.266s-0.109-0.359 0-0.562l3.953-7c0.016 0 0.016 0 0-0.016l-2.516-4.359c-0.109-0.203-0.125-0.422-0.016-0.578 0.094-0.156 0.281-0.234 0.5-0.234h3.734c0.562 0 0.844 0.375 1.031 0.703 2.547 4.453 2.562 4.469 2.562 4.469zM21.922 0.391c0.109 0.156 0.109 0.375 0 0.578l-8.25 14.594c-0.016 0-0.016 0.016 0 0.016l5.25 9.609c0.109 0.203 0.109 0.422 0.016 0.578-0.109 0.156-0.281 0.234-0.5 0.234h-3.734c-0.562 0-0.859-0.375-1.031-0.703-5.297-9.703-5.297-9.719-5.297-9.719s0.266-0.469 8.297-14.719c0.203-0.359 0.438-0.703 1-0.703h3.766c0.219 0 0.391 0.078 0.484 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing-square\" viewBox=\"0 0 24 28\">\n<title>xing-square</title>\n<path d=\"M10.703 11.953c0 0 0-0.016-1.969-3.469-0.156-0.25-0.375-0.531-0.812-0.531h-2.875c-0.187 0-0.328 0.063-0.406 0.172-0.078 0.125-0.063 0.297 0.016 0.453l1.953 3.375v0.016l-3.063 5.406c-0.094 0.156-0.078 0.313 0 0.438s0.203 0.203 0.375 0.203h2.891c0.422 0 0.641-0.297 0.781-0.562 3-5.297 3.109-5.5 3.109-5.5zM20.453 4.188c-0.078-0.125-0.203-0.187-0.375-0.187h-2.922c-0.422 0-0.609 0.266-0.766 0.547-6.219 11.031-6.422 11.391-6.422 11.391s0 0.016 4.094 7.516c0.141 0.25 0.359 0.547 0.812 0.547h2.875c0.172 0 0.313-0.063 0.391-0.187s0.078-0.281-0.016-0.438l-4.062-7.438v-0.016l6.391-11.297c0.078-0.156 0.078-0.313 0-0.438zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-play\" viewBox=\"0 0 28 28\">\n<title>youtube-play</title>\n<path d=\"M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797 0.281 9.797 0.281 0.547 0.063 1.75 0.063 2.812 1.188 0 0 0.859 0.844 1.109 2.781 0.297 2.266 0.281 4.531 0.281 4.531v2.125s0.016 2.266-0.281 4.531c-0.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906 0.297-9.797 0.297v0c-7.281-0.063-9.516-0.281-9.516-0.281-0.625-0.109-2.031-0.078-3.094-1.188 0 0-0.859-0.859-1.109-2.781-0.297-2.266-0.281-4.531-0.281-4.531v-2.125s-0.016-2.266 0.281-4.531c0.25-1.937 1.109-2.781 1.109-2.781 1.062-1.125 2.266-1.125 2.812-1.188 0 0 3.906-0.281 9.797-0.281v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dropbox\" viewBox=\"0 0 28 28\">\n<title>dropbox</title>\n<path d=\"M6.281 11.047l7.719 4.766-5.344 4.453-7.656-4.984zM21.688 19.719v1.687l-7.656 4.578v0.016l-0.016-0.016-0.016 0.016v-0.016l-7.641-4.578v-1.687l2.297 1.5 5.344-4.438v-0.031l0.016 0.016 0.016-0.016v0.031l5.359 4.438zM8.656 1.844l5.344 4.453-7.719 4.75-5.281-4.219zM21.719 11.047l5.281 4.234-7.641 4.984-5.359-4.453zM19.359 1.844l7.641 4.984-5.281 4.219-7.719-4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-overflow\" viewBox=\"0 0 24 28\">\n<title>stack-overflow</title>\n<path d=\"M20.141 25.5h-17.469v-7.5h-2.5v10h22.469v-10h-2.5v7.5zM5.422 17.313l0.516-2.453 12.234 2.578-0.516 2.438zM7.031 11.469l1.047-2.281 11.328 5.297-1.047 2.266zM10.172 5.906l1.594-1.922 9.594 8.016-1.594 1.922zM16.375 0l7.453 10.016-2 1.5-7.453-10.016zM5.156 22.984v-2.484h12.5v2.484h-12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-instagram\" viewBox=\"0 0 24 28\">\n<title>instagram</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM18.156 14c0 3.406-2.75 6.156-6.156 6.156s-6.156-2.75-6.156-6.156 2.75-6.156 6.156-6.156 6.156 2.75 6.156 6.156zM19.844 7.594c0 0.797-0.641 1.437-1.437 1.437s-1.437-0.641-1.437-1.437 0.641-1.437 1.437-1.437 1.437 0.641 1.437 1.437zM12 4.156c-1.75 0-5.5-0.141-7.078 0.484-0.547 0.219-0.953 0.484-1.375 0.906s-0.688 0.828-0.906 1.375c-0.625 1.578-0.484 5.328-0.484 7.078s-0.141 5.5 0.484 7.078c0.219 0.547 0.484 0.953 0.906 1.375s0.828 0.688 1.375 0.906c1.578 0.625 5.328 0.484 7.078 0.484s5.5 0.141 7.078-0.484c0.547-0.219 0.953-0.484 1.375-0.906s0.688-0.828 0.906-1.375c0.625-1.578 0.484-5.328 0.484-7.078s0.141-5.5-0.484-7.078c-0.219-0.547-0.484-0.953-0.906-1.375s-0.828-0.688-1.375-0.906c-1.578-0.625-5.328-0.484-7.078-0.484zM24 14c0 1.656 0.016 3.297-0.078 4.953-0.094 1.922-0.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656 0.094-3.297 0.078-4.953 0.078s-3.297 0.016-4.953-0.078c-1.922-0.094-3.625-0.531-5.031-1.937s-1.844-3.109-1.937-5.031c-0.094-1.656-0.078-3.297-0.078-4.953s-0.016-3.297 0.078-4.953c0.094-1.922 0.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-0.094 3.297-0.078 4.953-0.078s3.297-0.016 4.953 0.078c1.922 0.094 3.625 0.531 5.031 1.937s1.844 3.109 1.937 5.031c0.094 1.656 0.078 3.297 0.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flickr\" viewBox=\"0 0 24 28\">\n<title>flickr</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM10.906 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313zM19.719 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adn\" viewBox=\"0 0 24 28\">\n<title>adn</title>\n<path d=\"M12 9.719l3.141 4.781h-6.281zM17.703 18h1.469l-7.172-10.797-7.172 10.797h1.469l1.625-2.5h8.156zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket\" viewBox=\"0 0 22 28\">\n<title>bitbucket</title>\n<path d=\"M12.734 13.422c0.172 1.312-1.422 2.344-2.531 1.672-1.25-0.547-1.25-2.531-0.031-3.094 1.047-0.641 2.562 0.203 2.562 1.422zM14.469 13.094c-0.281-2.219-2.797-3.687-4.844-2.766-1.297 0.578-2.172 1.953-2.109 3.406 0.078 1.906 1.891 3.469 3.797 3.297s3.391-2.031 3.156-3.938zM18.203 4.625c-0.688-0.906-1.859-1.062-2.891-1.234-2.922-0.469-5.922-0.484-8.844 0.031-0.969 0.156-2.063 0.328-2.672 1.203 1 0.938 2.422 1.078 3.703 1.234 2.312 0.297 4.688 0.313 7 0.016 1.297-0.156 2.734-0.281 3.703-1.25zM19.094 20.797c-0.438 1.531-0.187 3.594-1.813 4.484-2.797 1.547-6.188 1.719-9.266 1.172-1.625-0.297-3.531-0.812-4.422-2.344-0.391-1.5-0.641-3.031-0.891-4.562l0.094-0.25 0.281-0.141c4.656 3.078 11.172 3.078 15.844 0 0.734 0.219 0.187 1.109 0.172 1.641zM21.922 5.781c-0.531 3.422-1.141 6.828-1.734 10.234-0.172 1-1.141 1.563-1.953 1.984-2.922 1.469-6.328 1.719-9.531 1.375-2.172-0.234-4.391-0.812-6.156-2.172-0.828-0.641-0.828-1.734-0.984-2.656-0.547-3.203-1.172-6.406-1.563-9.641 0.187-1.406 1.766-2.016 2.938-2.453 1.563-0.578 3.234-0.844 4.891-1 3.531-0.344 7.141-0.219 10.563 0.781 1.219 0.359 2.531 0.859 3.359 1.906 0.375 0.484 0.25 1.094 0.172 1.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket-square\" viewBox=\"0 0 24 28\">\n<title>bitbucket-square</title>\n<path d=\"M13.25 13.594c0-0.891-1.094-1.5-1.844-1.047-0.891 0.422-0.891 1.859 0.016 2.234 0.812 0.484 1.953-0.25 1.828-1.188zM14.5 13.344c0.172 1.375-0.906 2.719-2.281 2.844s-2.672-1-2.734-2.391c-0.047-1.031 0.594-2.031 1.531-2.453 1.469-0.656 3.281 0.406 3.484 2zM17.187 7.234c-0.688 0.703-1.734 0.797-2.656 0.906-1.672 0.219-3.375 0.203-5.063 0-0.922-0.125-1.937-0.234-2.656-0.906 0.438-0.625 1.219-0.75 1.922-0.859 2.109-0.375 4.266-0.359 6.375-0.016 0.75 0.109 1.594 0.234 2.078 0.875zM17.844 18.891c0-0.375 0.391-1.016-0.141-1.172-3.359 2.219-8.047 2.219-11.422 0l-0.187 0.094-0.078 0.187c0.187 1.094 0.359 2.203 0.641 3.281 0.641 1.109 2.016 1.484 3.187 1.687 2.219 0.406 4.672 0.281 6.687-0.828 1.172-0.656 0.984-2.141 1.313-3.25zM19.875 8.062c0.063-0.375 0.141-0.828-0.125-1.172-0.594-0.75-1.531-1.109-2.422-1.375-2.469-0.719-5.078-0.812-7.609-0.562-1.203 0.109-2.406 0.313-3.531 0.719-0.844 0.328-1.984 0.766-2.125 1.766 0.281 2.344 0.734 4.641 1.125 6.969 0.125 0.656 0.125 1.437 0.719 1.906 1.266 0.969 2.875 1.391 4.438 1.563 2.312 0.25 4.766 0.078 6.875-0.984 0.594-0.313 1.281-0.719 1.406-1.437 0.438-2.453 0.859-4.906 1.25-7.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr\" viewBox=\"0 0 17 28\">\n<title>tumblr</title>\n<path d=\"M14.75 20.766l1.25 3.703c-0.469 0.703-2.594 1.5-4.5 1.531-5.672 0.094-7.812-4.031-7.812-6.937v-8.5h-2.625v-3.359c3.938-1.422 4.891-4.984 5.109-7.016 0.016-0.125 0.125-0.187 0.187-0.187h3.813v6.625h5.203v3.937h-5.219v8.094c0 1.094 0.406 2.609 2.5 2.562 0.688-0.016 1.609-0.219 2.094-0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr-square\" viewBox=\"0 0 24 28\">\n<title>tumblr-square</title>\n<path d=\"M17.75 22.828l-0.969-2.859c-0.375 0.187-1.078 0.344-1.609 0.344-1.594 0.047-1.922-1.109-1.922-1.969v-6.219h4.016v-3.031h-4v-5.094h-2.938c-0.047 0-0.125 0.047-0.141 0.156-0.172 1.547-0.906 4.297-3.938 5.391v2.578h2.031v6.531c0 2.234 1.641 5.422 6 5.344 1.469-0.031 3.109-0.641 3.469-1.172zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-down\" viewBox=\"0 0 12 28\">\n<title>long-arrow-down</title>\n<path d=\"M11.953 20.297c0.078 0.187 0.047 0.391-0.078 0.547l-5.469 6c-0.094 0.094-0.219 0.156-0.359 0.156v0c-0.141 0-0.281-0.063-0.375-0.156l-5.547-6c-0.125-0.156-0.156-0.359-0.078-0.547 0.078-0.172 0.25-0.297 0.453-0.297h3.5v-19.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v19.5h3.5c0.203 0 0.375 0.109 0.453 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-up\" viewBox=\"0 0 12 28\">\n<title>long-arrow-up</title>\n<path d=\"M11.953 7.703c-0.078 0.172-0.25 0.297-0.453 0.297h-3.5v19.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-19.5h-3.5c-0.203 0-0.375-0.109-0.453-0.297s-0.047-0.391 0.078-0.547l5.469-6c0.094-0.094 0.219-0.156 0.359-0.156v0c0.141 0 0.281 0.063 0.375 0.156l5.547 6c0.125 0.156 0.156 0.359 0.078 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-left\" viewBox=\"0 0 29 28\">\n<title>long-arrow-left</title>\n<path d=\"M28 12.5v3c0 0.281-0.219 0.5-0.5 0.5h-19.5v3.5c0 0.203-0.109 0.375-0.297 0.453s-0.391 0.047-0.547-0.078l-6-5.469c-0.094-0.094-0.156-0.219-0.156-0.359v0c0-0.141 0.063-0.281 0.156-0.375l6-5.531c0.156-0.141 0.359-0.172 0.547-0.094 0.172 0.078 0.297 0.25 0.297 0.453v3.5h19.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-right\" viewBox=\"0 0 27 28\">\n<title>long-arrow-right</title>\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-apple\" viewBox=\"0 0 22 28\">\n<title>apple</title>\n<path d=\"M21.766 18.984c-0.391 1.234-1.016 2.547-1.922 3.906-1.344 2.047-2.688 3.063-4.016 3.063-0.531 0-1.25-0.172-2.188-0.5-0.922-0.344-1.719-0.5-2.359-0.5-0.625 0-1.375 0.172-2.219 0.516-0.859 0.359-1.547 0.531-2.063 0.531-1.609 0-3.156-1.359-4.703-4.047-1.516-2.688-2.297-5.297-2.297-7.859 0-2.391 0.594-4.328 1.766-5.844 1.172-1.5 2.641-2.25 4.438-2.25 0.766 0 1.672 0.156 2.766 0.469 1.078 0.313 1.797 0.469 2.156 0.469 0.453 0 1.203-0.172 2.234-0.531 1.031-0.344 1.937-0.531 2.703-0.531 1.25 0 2.359 0.344 3.328 1.016 0.547 0.375 1.094 0.906 1.625 1.563-0.812 0.688-1.406 1.297-1.781 1.844-0.672 0.969-1.016 2.047-1.016 3.234 0 1.281 0.359 2.453 1.078 3.484s1.547 1.687 2.469 1.969zM15.891 0.656c0 0.641-0.156 1.359-0.453 2.125-0.313 0.781-0.797 1.5-1.453 2.156-0.562 0.562-1.125 0.938-1.687 1.125-0.359 0.109-0.891 0.203-1.625 0.266 0.031-1.547 0.438-2.891 1.219-4.016s2.094-1.891 3.906-2.312c0.031 0.141 0.063 0.25 0.078 0.344 0 0.109 0.016 0.203 0.016 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-windows\" viewBox=\"0 0 26 28\">\n<title>windows</title>\n<path d=\"M10.656 15.719v10.172l-10.656-1.469v-8.703h10.656zM10.656 4.109v10.297h-10.656v-8.828zM26 15.719v12.281l-14.172-1.953v-10.328h14.172zM26 2v12.406h-14.172v-10.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-android\" viewBox=\"0 0 22 28\">\n<title>android</title>\n<path d=\"M7.703 7.547c0.344 0 0.609-0.281 0.609-0.609s-0.266-0.609-0.609-0.609c-0.328 0-0.594 0.281-0.594 0.609s0.266 0.609 0.594 0.609zM14.297 7.547c0.328 0 0.594-0.281 0.594-0.609s-0.266-0.609-0.594-0.609c-0.344 0-0.609 0.281-0.609 0.609s0.266 0.609 0.609 0.609zM1.609 10.422c0.875 0 1.594 0.719 1.594 1.594v6.719c0 0.891-0.703 1.609-1.594 1.609s-1.609-0.719-1.609-1.609v-6.719c0-0.875 0.719-1.594 1.609-1.594zM18.172 10.719v10.406c0 0.953-0.766 1.719-1.703 1.719h-1.172v3.547c0 0.891-0.719 1.609-1.609 1.609s-1.609-0.719-1.609-1.609v-3.547h-2.156v3.547c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609l-0.016-3.547h-1.156c-0.953 0-1.719-0.766-1.719-1.719v-10.406h14.344zM14.547 4.391c2.188 1.125 3.672 3.281 3.672 5.766h-14.453c0-2.484 1.484-4.641 3.687-5.766l-1.109-2.047c-0.063-0.109-0.031-0.25 0.078-0.313 0.109-0.047 0.25-0.016 0.313 0.094l1.125 2.063c0.953-0.422 2.016-0.656 3.141-0.656s2.188 0.234 3.141 0.656l1.125-2.063c0.063-0.109 0.203-0.141 0.313-0.094 0.109 0.063 0.141 0.203 0.078 0.313zM22 12.016v6.719c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609v-6.719c0-0.891 0.719-1.594 1.594-1.594 0.891 0 1.609 0.703 1.609 1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linux\" viewBox=\"0 0 25 28\">\n<title>linux</title>\n<path d=\"M10.359 6.422v0c-0.313 0.031-0.203 0.313-0.375 0.313-0.156 0.016-0.125-0.344 0.375-0.313zM11.719 6.641c-0.156 0.047-0.172-0.25-0.453-0.172v0c0.453-0.203 0.609 0.109 0.453 0.172zM6.234 13.312c-0.141-0.047-0.109 0.234-0.25 0.453-0.109 0.203-0.391 0.359-0.172 0.391v0c0.078 0.016 0.297-0.172 0.391-0.391 0.078-0.266 0.156-0.406 0.031-0.453zM19.594 18.922c0-0.281-0.609-0.547-0.859-0.656 0.422-1.406 0.234-1.969-0.047-3.297-0.219-1-1.141-2.359-1.859-2.781 0.187 0.156 0.531 0.609 0.891 1.297 0.625 1.172 1.25 2.906 0.844 4.344-0.156 0.562-0.531 0.641-0.781 0.656-1.094 0.125-0.453-1.313-0.906-3.266-0.516-2.188-1.047-2.344-1.172-2.516-0.641-2.844-1.344-2.562-1.547-3.625-0.172-0.953 0.828-1.734-0.531-2-0.422-0.078-1.016-0.5-1.25-0.531s-0.359-1.578 0.516-1.625c0.859-0.063 1.016 0.969 0.859 1.375-0.25 0.406 0.016 0.562 0.438 0.422 0.344-0.109 0.125-1.016 0.203-1.141-0.219-1.313-0.766-1.5-1.328-1.609-2.156 0.172-1.188 2.547-1.406 2.328-0.313-0.328-1.219-0.031-1.219-0.234 0.016-1.219-0.391-1.922-0.953-1.937-0.625-0.016-0.875 0.859-0.906 1.359-0.047 0.469 0.266 1.453 0.5 1.375 0.156-0.047 0.422-0.359 0.141-0.344-0.141 0-0.359-0.344-0.391-0.75-0.016-0.406 0.141-0.812 0.672-0.797 0.609 0.016 0.609 1.234 0.547 1.281-0.203 0.141-0.453 0.406-0.484 0.453-0.203 0.328-0.594 0.422-0.75 0.562-0.266 0.281-0.328 0.594-0.125 0.703 0.719 0.406 0.484 0.875 1.484 0.906 0.656 0.031 1.141-0.094 1.594-0.234 0.344-0.109 1.453-0.344 1.687-0.75 0.109-0.172 0.234-0.172 0.313-0.125 0.156 0.078 0.187 0.375-0.203 0.469-0.547 0.156-1.094 0.453-1.594 0.641-0.484 0.203-0.641 0.281-1.094 0.359-1.031 0.187-1.797-0.375-1.109 0.297 0.234 0.219 0.453 0.359 1.047 0.344 1.313-0.047 2.766-1.625 2.906-0.922 0.031 0.156-0.406 0.344-0.75 0.516-1.219 0.594-2.078 1.781-2.859 1.375-0.703-0.375-1.406-2.109-1.391-1.328 0.016 1.203-1.578 2.266-0.844 3.641-0.484 0.125-1.563 2.422-1.719 3.609-0.094 0.688 0.063 1.531-0.109 2-0.234 0.688-1.297-0.656-0.953-2.297 0.063-0.281 0-0.344-0.078-0.203-0.422 0.766-0.187 1.844 0.156 2.594 0.141 0.328 0.5 0.469 0.766 0.75 0.547 0.625 2.703 2.219 3.078 2.609 0.484 0.453 0.344 1.516-0.656 1.625v0c0.516 0.969 1.016 1.062 1 2.641 0.594-0.313 0.359-1 0.109-1.437-0.172-0.313-0.391-0.453-0.344-0.531 0.031-0.047 0.344-0.313 0.516-0.109 0.531 0.594 1.531 0.703 2.594 0.562 1.078-0.125 2.234-0.5 2.766-1.359 0.25-0.406 0.422-0.547 0.531-0.469 0.125 0.063 0.172 0.344 0.156 0.812-0.016 0.5-0.219 1.016-0.359 1.437-0.141 0.484-0.187 0.812 0.281 0.828 0.125-0.875 0.375-1.734 0.438-2.609 0.078-1-0.641-2.844 0.141-3.766 0.203-0.25 0.453-0.281 0.797-0.281 0.047-1.25 1.969-1.156 2.609-0.641zM9.781 6c0.063-0.391-0.125-0.672-0.219-0.703-0.187-0.047-0.156 0.234-0.063 0.203v0c0.063 0 0.141 0.094 0.109 0.234-0.031 0.187-0.016 0.313 0.125 0.313 0.016 0 0.047 0 0.047-0.047zM16.328 9.078c-0.063-0.297-0.281-0.187-0.531-0.344-0.297-0.187-0.359-0.5-0.469-0.391v0c-0.328 0.359 0.406 1.109 0.719 1.172 0.187 0.031 0.328-0.219 0.281-0.438zM13.547 5.75c0.016-0.375-0.313-0.562-0.391-0.547-0.203 0.016-0.141 0.109-0.047 0.141v0c0.125 0.031 0.25 0.25 0.281 0.484 0 0.031 0.156-0.031 0.156-0.078zM14.391 2.109c0.016-0.078-0.187-0.172-0.328-0.281-0.125-0.125-0.25-0.234-0.375-0.234-0.313 0.031-0.156 0.359-0.203 0.516v0c-0.063 0.172-0.297 0.313-0.141 0.438 0.141 0.109 0.234-0.172 0.531-0.281 0.078-0.031 0.438 0.016 0.516-0.156zM23.219 23.063c1.922 1.188-0.719 2.172-1.859 2.75-0.891 0.453-2.078 1.453-2.516 1.875-0.328 0.313-1.687 0.469-2.453 0.078-0.891-0.453-0.422-1.172-1.797-1.219-0.688-0.016-1.359-0.016-2.031-0.016-0.594 0.016-1.188 0.047-1.797 0.063-2.063 0.047-2.266 1.375-3.594 1.328-0.906-0.031-2.047-0.75-4.016-1.156-1.375-0.281-2.703-0.359-2.984-0.969s0.344-1.297 0.391-1.891c0.047-0.797-0.594-1.875-0.125-2.281 0.406-0.359 1.266-0.094 1.828-0.406 0.594-0.344 0.844-0.609 0.844-1.344 0.219 0.75-0.016 1.359-0.5 1.656-0.297 0.187-0.844 0.281-1.297 0.234-0.359-0.031-0.578 0.016-0.672 0.156-0.141 0.172-0.094 0.484 0.078 0.891s0.375 0.672 0.344 1.172c-0.016 0.5-0.578 1.094-0.484 1.516 0.031 0.156 0.187 0.297 0.578 0.406 0.625 0.172 1.766 0.344 2.875 0.609 1.234 0.313 2.516 0.875 3.313 0.766 2.375-0.328 1.016-2.875 0.641-3.484v0c-2.016-3.156-3.344-5.219-4.406-4.406-0.266 0.219-0.281-0.531-0.266-0.828 0.047-1.031 0.562-1.406 0.875-2.203 0.594-1.516 1.047-3.25 1.953-4.141 0.672-0.875 1.734-2.297 1.937-3.047-0.172-1.625-0.219-3.344-0.25-4.844-0.031-1.609 0.219-3.016 2.031-4 0.438-0.234 1.016-0.328 1.625-0.328 1.078-0.016 2.281 0.297 3.047 0.859 1.219 0.906 1.984 2.828 1.891 4.203-0.063 1.078 0.125 2.188 0.469 3.344 0.406 1.359 1.047 2.312 2.078 3.406 1.234 1.313 2.203 3.891 2.484 5.531 0.25 1.531-0.094 2.484-0.422 2.531-0.5 0.078-0.812 1.656-2.375 1.594-1-0.047-1.094-0.641-1.375-1.156-0.453-0.797-0.906-0.547-1.078 0.297-0.094 0.422-0.031 1.047 0.109 1.516 0.281 0.984 0.187 1.906 0.016 3.047-0.328 2.156 1.516 2.562 2.75 1.531 1.219-1.016 1.484-1.172 3.016-1.703 2.328-0.797 1.547-1.5 0.297-1.922-1.125-0.375-1.172-2.266-0.766-2.625 0.094 2.031 1.156 2.328 1.594 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dribbble\" viewBox=\"0 0 24 28\">\n<title>dribbble</title>\n<path d=\"M16 23.438c-0.156-0.906-0.75-4.031-2.188-7.781-0.016 0-0.047 0.016-0.063 0.016 0 0-6.078 2.125-8.047 6.406-0.094-0.078-0.234-0.172-0.234-0.172 1.781 1.453 4.047 2.344 6.531 2.344 1.422 0 2.766-0.297 4-0.812zM13.109 13.953c-0.25-0.578-0.531-1.156-0.828-1.734-5.281 1.578-10.344 1.453-10.516 1.453-0.016 0.109-0.016 0.219-0.016 0.328 0 2.625 1 5.031 2.625 6.844v0c2.797-4.984 8.328-6.766 8.328-6.766 0.141-0.047 0.281-0.078 0.406-0.125zM11.438 10.641c-1.781-3.156-3.672-5.719-3.813-5.906-2.859 1.344-4.984 3.984-5.656 7.156 0.266 0 4.547 0.047 9.469-1.25zM22.125 15.625c-0.219-0.063-3.078-0.969-6.391-0.453 1.344 3.703 1.891 6.719 2 7.328 2.297-1.547 3.922-4.016 4.391-6.875zM9.547 4.047c-0.016 0-0.016 0-0.031 0.016 0 0 0.016-0.016 0.031-0.016zM18.766 6.312c-1.797-1.594-4.172-2.562-6.766-2.562-0.828 0-1.641 0.109-2.422 0.297 0.156 0.203 2.094 2.75 3.844 5.969 3.859-1.437 5.313-3.656 5.344-3.703zM22.25 13.891c-0.031-2.422-0.891-4.656-2.328-6.406-0.031 0.031-1.672 2.406-5.719 4.062 0.234 0.484 0.469 0.984 0.688 1.484 0.078 0.172 0.141 0.359 0.219 0.531 3.531-0.453 7.016 0.313 7.141 0.328zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skype\" viewBox=\"0 0 24 28\">\n<title>skype</title>\n<path d=\"M18.328 16.609c0-2.719-2.641-3.656-4.859-4.156l-1.625-0.375c-1.188-0.281-2.078-0.484-2.078-1.391 0-0.828 0.875-1.203 2.25-1.203 2.453 0 2.5 1.797 4.016 1.797 1.016 0 1.625-0.797 1.625-1.703 0-1.797-2.984-2.969-5.938-2.969-2.703 0-5.844 1.172-5.844 4.344 0 2.625 1.75 3.563 4.031 4.109l2.281 0.562c1.391 0.344 2.25 0.5 2.25 1.5 0 0.797-0.891 1.406-2.266 1.406-2.891 0-3.047-2.406-4.719-2.406-1.094 0-1.578 0.781-1.578 1.641 0 1.922 2.938 3.484 6.453 3.484 2.938 0 6-1.469 6-4.641zM24 20c0 3.313-2.688 6-6 6-1.375 0-2.641-0.469-3.656-1.25-0.75 0.156-1.547 0.25-2.344 0.25-6.078 0-11-4.922-11-11 0-0.797 0.094-1.594 0.25-2.344-0.781-1.016-1.25-2.281-1.25-3.656 0-3.313 2.688-6 6-6 1.375 0 2.641 0.469 3.656 1.25 0.75-0.156 1.547-0.25 2.344-0.25 6.078 0 11 4.922 11 11 0 0.797-0.094 1.594-0.25 2.344 0.781 1.016 1.25 2.281 1.25 3.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-foursquare\" viewBox=\"0 0 20 28\">\n<title>foursquare</title>\n<path d=\"M15.625 6.781l0.578-3.031c0.109-0.5-0.266-0.891-0.688-0.891h-11.125c-0.5 0-0.844 0.453-0.844 0.844v17.203c0 0.047 0.047 0.063 0.094 0.016 4.094-4.922 4.547-5.5 4.547-5.5 0.469-0.547 0.656-0.641 1.344-0.641h3.734c0.516 0 0.812-0.438 0.859-0.688s0.484-2.531 0.578-2.984-0.328-0.922-0.75-0.922h-4.594c-0.609 0-1.047-0.438-1.047-1.047v-0.656c0-0.609 0.438-1.031 1.047-1.031h5.406c0.375 0 0.797-0.344 0.859-0.672zM19.172 3.313c-0.578 2.812-2.312 11.703-2.469 12.344-0.187 0.734-0.469 2.016-2.25 2.016h-4.234c-0.172 0-0.187-0.016-0.344 0.156 0 0-0.109 0.125-6.656 7.719-0.516 0.594-1.359 0.484-1.672 0.359s-0.859-0.5-0.859-1.531v-22.031c0-0.906 0.562-2.344 2.469-2.344h13.875c2.031 0 2.578 1.156 2.141 3.313zM19.172 3.313l-2.469 12.344c0.156-0.641 1.891-9.531 2.469-12.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trello\" viewBox=\"0 0 24 28\">\n<title>trello</title>\n<path d=\"M11 21v-16c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v16c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM21.5 15v-10c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v10c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-female\" viewBox=\"0 0 20 28\">\n<title>female</title>\n<path d=\"M20 16.5c0 0.828-0.672 1.5-1.5 1.5-0.5 0-0.969-0.25-1.25-0.672l-3.547-5.328h-0.703v2.063l3.859 6.422c0.094 0.156 0.141 0.328 0.141 0.516 0 0.547-0.453 1-1 1h-3v4.25c0 0.969-0.781 1.75-1.75 1.75h-2.5c-0.953 0-1.75-0.781-1.75-1.75v-4.25h-3c-0.547 0-1-0.453-1-1 0-0.187 0.047-0.359 0.141-0.516l3.859-6.422v-2.063h-0.703l-3.547 5.328c-0.281 0.422-0.75 0.672-1.25 0.672-0.828 0-1.5-0.672-1.5-1.5 0-0.297 0.094-0.594 0.25-0.828l4-6c0.625-0.922 1.594-1.672 2.75-1.672h6c1.156 0 2.125 0.75 2.75 1.672l4 6c0.156 0.234 0.25 0.531 0.25 0.828zM13.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-male\" viewBox=\"0 0 16 28\">\n<title>male</title>\n<path d=\"M16 11v6.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-5.5h-1v14.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-7.25h-1v7.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-14.25h-1v5.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-6.5c0-1.656 1.344-3 3-3h10c1.656 0 3 1.344 3 3zM11.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gittip\" viewBox=\"0 0 24 28\">\n<title>gittip</title>\n<path d=\"M12.078 20.344l5.469-7.391c0.422-0.578 0.922-2.438-0.672-3.484-1.344-0.875-2.625-0.203-3.297 0.578-0.25 0.281-0.688 0.625-1.5 0.625s-1.234-0.344-1.484-0.625c-0.672-0.781-1.953-1.453-3.313-0.578-1.578 1.047-1.078 2.906-0.656 3.484zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sun-o\" viewBox=\"0 0 28 28\">\n<title>sun-o</title>\n<path d=\"M23 14c0-4.969-4.031-9-9-9s-9 4.031-9 9 4.031 9 9 9 9-4.031 9-9zM27.312 18.328c-0.047 0.156-0.172 0.266-0.313 0.313l-4.562 1.5v4.781c0 0.156-0.078 0.313-0.203 0.406-0.141 0.094-0.297 0.125-0.453 0.063l-4.562-1.469-2.812 3.875c-0.094 0.125-0.25 0.203-0.406 0.203s-0.313-0.078-0.406-0.203l-2.812-3.875-4.562 1.469c-0.156 0.063-0.313 0.031-0.453-0.063-0.125-0.094-0.203-0.25-0.203-0.406v-4.781l-4.562-1.5c-0.141-0.047-0.266-0.156-0.313-0.313s-0.031-0.328 0.063-0.453l2.812-3.875-2.812-3.875c-0.094-0.141-0.109-0.297-0.063-0.453s0.172-0.266 0.313-0.313l4.562-1.5v-4.781c0-0.156 0.078-0.313 0.203-0.406 0.141-0.094 0.297-0.125 0.453-0.063l4.562 1.469 2.812-3.875c0.187-0.25 0.625-0.25 0.812 0l2.812 3.875 4.562-1.469c0.156-0.063 0.313-0.031 0.453 0.063 0.125 0.094 0.203 0.25 0.203 0.406v4.781l4.562 1.5c0.141 0.047 0.266 0.156 0.313 0.313s0.031 0.313-0.063 0.453l-2.812 3.875 2.812 3.875c0.094 0.125 0.109 0.297 0.063 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-moon-o\" viewBox=\"0 0 23 28\">\n<title>moon-o</title>\n<path d=\"M19.719 20.359c-0.562 0.094-1.141 0.141-1.719 0.141-5.797 0-10.5-4.703-10.5-10.5 0-1.984 0.578-3.922 1.625-5.578-4.156 1.234-7.125 5.047-7.125 9.578 0 5.516 4.484 10 10 10 3.016 0 5.844-1.375 7.719-3.641zM22.891 19.031c-1.953 4.234-6.234 6.969-10.891 6.969-6.609 0-12-5.391-12-12 0-6.484 5.078-11.75 11.547-11.984 0.438-0.016 0.797 0.234 0.953 0.609 0.172 0.391 0.063 0.844-0.234 1.125-1.781 1.625-2.766 3.844-2.766 6.25 0 4.688 3.813 8.5 8.5 8.5 1.234 0 2.422-0.266 3.563-0.797 0.391-0.172 0.828-0.094 1.125 0.203s0.375 0.75 0.203 1.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-archive\" viewBox=\"0 0 28 28\">\n<title>archive</title>\n<path d=\"M17 13c0-0.547-0.453-1-1-1h-4c-0.547 0-1 0.453-1 1s0.453 1 1 1h4c0.547 0 1-0.453 1-1zM26 10v15c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-15c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM27 3v4c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bug\" viewBox=\"0 0 26 28\">\n<title>bug</title>\n<path d=\"M25.5 15c0 0.547-0.453 1-1 1h-3.5c0 1.953-0.422 3.422-1.047 4.531l3.25 3.266c0.391 0.391 0.391 1.016 0 1.406-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-3.094-3.078s-2.047 1.875-4.703 1.875v-14h-2v14c-2.828 0-4.891-2.063-4.891-2.063l-2.859 3.234c-0.203 0.219-0.469 0.328-0.75 0.328-0.234 0-0.469-0.078-0.672-0.25-0.406-0.375-0.438-1-0.078-1.422l3.156-3.547c-0.547-1.078-0.906-2.469-0.906-4.281h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h3.5v-4.594l-2.703-2.703c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0l2.703 2.703h13.188l2.703-2.703c0.391-0.391 1.016-0.391 1.406 0s0.391 1.016 0 1.406l-2.703 2.703v4.594h3.5c0.547 0 1 0.453 1 1zM18 6h-10c0-2.766 2.234-5 5-5s5 2.234 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vk\" viewBox=\"0 0 31 28\">\n<title>vk</title>\n<path d=\"M29.953 8.125c0.234 0.641-0.5 2.141-2.344 4.594-3.031 4.031-3.359 3.656-0.859 5.984 2.406 2.234 2.906 3.313 2.984 3.453 0 0 1 1.75-1.109 1.766l-4 0.063c-0.859 0.172-2-0.609-2-0.609-1.5-1.031-2.906-3.703-4-3.359 0 0-1.125 0.359-1.094 2.766 0.016 0.516-0.234 0.797-0.234 0.797s-0.281 0.297-0.828 0.344h-1.797c-3.953 0.25-7.438-3.391-7.438-3.391s-3.813-3.938-7.156-11.797c-0.219-0.516 0.016-0.766 0.016-0.766s0.234-0.297 0.891-0.297l4.281-0.031c0.406 0.063 0.688 0.281 0.688 0.281s0.25 0.172 0.375 0.5c0.703 1.75 1.609 3.344 1.609 3.344 1.563 3.219 2.625 3.766 3.234 3.437 0 0 0.797-0.484 0.625-4.375-0.063-1.406-0.453-2.047-0.453-2.047-0.359-0.484-1.031-0.625-1.328-0.672-0.234-0.031 0.156-0.594 0.672-0.844 0.766-0.375 2.125-0.391 3.734-0.375 1.266 0.016 1.625 0.094 2.109 0.203 1.484 0.359 0.984 1.734 0.984 5.047 0 1.062-0.203 2.547 0.562 3.031 0.328 0.219 1.141 0.031 3.141-3.375 0 0 0.938-1.625 1.672-3.516 0.125-0.344 0.391-0.484 0.391-0.484s0.25-0.141 0.594-0.094l4.5-0.031c1.359-0.172 1.578 0.453 1.578 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-weibo\" viewBox=\"0 0 28 28\">\n<title>weibo</title>\n<path d=\"M10.547 20.062c0.438-0.719 0.203-1.547-0.531-1.859-0.703-0.297-1.641 0.016-2.078 0.703-0.453 0.703-0.234 1.531 0.469 1.859 0.719 0.328 1.687 0.016 2.141-0.703zM12.016 18.172c0.156-0.281 0.063-0.594-0.219-0.703-0.281-0.094-0.625 0.031-0.781 0.297-0.156 0.281-0.078 0.578 0.203 0.703 0.281 0.109 0.641-0.016 0.797-0.297zM14.734 19.844c-0.938 2.125-3.656 3.281-5.969 2.531-2.234-0.719-3.172-2.922-2.203-4.906 0.969-1.937 3.453-3.031 5.656-2.469 2.297 0.594 3.453 2.75 2.516 4.844zM19.609 17.344c-0.297-3.047-4.297-5.141-8.937-4.688-4.641 0.469-8.141 3.297-7.844 6.344s4.297 5.141 8.937 4.688c4.641-0.469 8.141-3.297 7.844-6.344zM24.422 17.406c0 3.516-5.063 7.938-12.672 7.938-5.812 0-11.75-2.812-11.75-7.453 0-2.422 1.531-5.219 4.172-7.859 3.531-3.531 7.641-5.125 9.188-3.578 0.688 0.672 0.75 1.859 0.313 3.266-0.219 0.719 0.672 0.313 0.672 0.328 2.844-1.203 5.328-1.266 6.234 0.031 0.484 0.688 0.438 1.656 0 2.781-0.203 0.516 0.063 0.594 0.453 0.719 1.609 0.5 3.391 1.703 3.391 3.828zM23.266 7.656c0.891 0.984 1.141 2.344 0.75 3.531-0.156 0.484-0.672 0.75-1.156 0.594s-0.75-0.672-0.594-1.156v0c0.187-0.594 0.063-1.25-0.375-1.734s-1.078-0.672-1.672-0.547v0c-0.5 0.109-1-0.203-1.094-0.703-0.109-0.5 0.203-0.984 0.703-1.094 1.219-0.266 2.547 0.109 3.437 1.109zM26.094 5.109c1.844 2.031 2.328 4.812 1.547 7.25v0c-0.187 0.562-0.781 0.875-1.344 0.688s-0.875-0.781-0.703-1.344v0c0.562-1.734 0.219-3.719-1.094-5.156-1.313-1.453-3.234-2-5.016-1.625-0.578 0.125-1.156-0.25-1.281-0.828s0.25-1.141 0.828-1.266v0c2.516-0.531 5.219 0.234 7.063 2.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-renren\" viewBox=\"0 0 24 28\">\n<title>renren</title>\n<path d=\"M17.703 24.531c-1.703 0.938-3.656 1.469-5.75 1.469-2.078 0-4.031-0.531-5.734-1.469 2.766-1.75 5-4.391 5.734-7.484 0.75 3.094 2.984 5.734 5.75 7.484zM9.969 2.219v7.578c0 5.344-2.953 9.938-7.141 11.969-1.766-2.094-2.828-4.781-2.828-7.734 0-5.938 4.312-10.859 9.969-11.813zM24 14.031c0 2.953-1.062 5.641-2.828 7.734-4.188-2.031-7.141-6.625-7.141-11.969v-7.578c5.656 0.953 9.969 5.875 9.969 11.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pagelines\" viewBox=\"0 0 22 28\">\n<title>pagelines</title>\n<path d=\"M21.906 17.234c-3.141 7.797-10.672 3.078-10.672 3.078-2.312 4.672-6.125 7.672-10.531 7.688-0.391 0-0.703-0.313-0.703-0.703s0.313-0.688 0.703-0.688c3.672-0.016 6.875-2.438 8.969-6.281-2.344 0.906-6.766 1.594-9.219-4.688 6.219-2.562 9.078 0.641 10.172 2.594 0.562-1.391 0.969-2.906 1.234-4.547 0 0-7.969 1.25-8.531-5.594 6.797-2.734 8.703 4.375 8.703 4.375 0.094-0.953 0.187-3 0.187-3.047 0 0-6.062-4.203-2.172-9.422 7.109 2.453 3.5 9.266 3.5 9.266 0.031 0.094 0.031 1.359 0 1.906 0 0 2.578-5.078 7.781-3.281-0.234 7.641-8.094 6.062-8.094 6.062-0.25 1.563-0.641 3.047-1.141 4.422 0 0 4.734-5.234 9.812-1.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-exchange\" viewBox=\"0 0 20 28\">\n<title>stack-exchange</title>\n<path d=\"M19.672 19.578v1.031c0 1.766-1.375 3.187-3.063 3.187h-0.891l-4.062 4.203v-4.203h-8.266c-1.687 0-3.063-1.422-3.063-3.187v-1.031h19.344zM19.672 14.484v3.984h-19.344v-3.984h19.344zM19.672 9.359v3.984h-19.344v-3.984h19.344zM19.672 7.172v1.047h-19.344v-1.047c0-1.75 1.375-3.172 3.063-3.172h13.219c1.687 0 3.063 1.422 3.063 3.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-right</title>\n<path d=\"M18 14c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-left</title>\n<path d=\"M18 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v3c0 0.281-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-4.984c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5v3h5.5c0.266 0 0.5 0.234 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-left\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-left</title>\n<path d=\"M16 9v10c0 0.547-0.453 1-1 1-0.203 0-0.406-0.063-0.578-0.187l-7-5c-0.266-0.187-0.422-0.484-0.422-0.812 0-0.313 0.156-0.625 0.422-0.812l7-5c0.172-0.125 0.375-0.187 0.578-0.187 0.547 0 1 0.453 1 1zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dot-circle-o\" viewBox=\"0 0 24 28\">\n<title>dot-circle-o</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair\" viewBox=\"0 0 25 28\">\n<title>wheelchair</title>\n<path d=\"M15.984 18.547l1.594 3.187c-1.203 3.719-4.672 6.266-8.578 6.266-4.953 0-9-4.047-9-9 0-3.781 2.375-7.156 5.922-8.453l0.266 2.047c-2.547 1.125-4.188 3.625-4.188 6.406 0 3.859 3.141 7 7 7 4.016 0 7.266-3.437 6.984-7.453zM24.547 20.109l0.906 1.781-4 2c-0.141 0.078-0.297 0.109-0.453 0.109-0.375 0-0.734-0.219-0.891-0.547l-3.734-7.453h-7.375c-0.5 0-0.938-0.391-1-0.891l-1.5-12.172c-0.016-0.156 0.047-0.5 0.094-0.656 0.297-1.078 1.297-1.781 2.406-1.781 1.375 0 2.5 1.125 2.5 2.5 0 1.422-1.25 2.641-2.688 2.484l0.578 4.516h6.609v2h-6.359l0.25 2h7.109c0.375 0 0.734 0.219 0.891 0.547l3.563 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo-square\" viewBox=\"0 0 24 28\">\n<title>vimeo-square</title>\n<path d=\"M20.188 9.969c0.109-2.266-0.734-3.406-2.516-3.469-2.406-0.078-4.031 1.281-4.875 4.078 0.438-0.187 0.859-0.297 1.281-0.297 0.875 0 1.266 0.5 1.156 1.5-0.047 0.594-0.438 1.469-1.156 2.609-0.734 1.156-1.281 1.719-1.641 1.719-0.469 0-0.875-0.875-1.281-2.641-0.125-0.531-0.359-1.844-0.703-3.984-0.313-1.969-1.141-2.891-2.5-2.766-0.562 0.063-1.437 0.562-2.562 1.563-0.844 0.734-1.672 1.5-2.531 2.25l0.812 1.047c0.781-0.531 1.234-0.812 1.359-0.812 0.594 0 1.156 0.938 1.672 2.797 0.469 1.719 0.938 3.422 1.406 5.141 0.703 1.859 1.547 2.797 2.562 2.797 1.625 0 3.625-1.531 5.984-4.594 2.281-2.938 3.469-5.25 3.531-6.937zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-try\" viewBox=\"0 0 18 28\">\n<title>try</title>\n<path d=\"M18 13c0 6.062-4.937 11-11 11h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-9.547l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-1.453l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-3.906c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v2.828l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v1.453l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v7.609c3.906-0.266 7-3.516 7-7.484 0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square-o\" viewBox=\"0 0 22 28\">\n<title>plus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-5.5v5.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-5.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v5.5h5.5c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-space-shuttle\" viewBox=\"0 0 34 28\">\n<title>space-shuttle</title>\n<path d=\"M9.688 17.5c-1.078 0.625-2.547 1-4.188 1h-2v-1h-1c-0.281 0-0.5-0.562-0.5-1.25 0-0.281 0.047-0.547 0.109-0.766-1.203-0.031-2.109-0.234-2.109-0.484s0.906-0.453 2.109-0.484c-0.063-0.219-0.109-0.484-0.109-0.766 0-0.688 0.219-1.25 0.5-1.25h1v-1h2c1.641 0 3.109 0.375 4.188 1h17.391c1.156 0.203 2.203 0.375 2.922 0.5 3 0.5 4 1.5 4 2s-1 1.5-4 2c-0.719 0.125-1.766 0.297-2.922 0.5h-17.391zM27.172 13.563c0.5 0.344 0.828 0.859 0.828 1.437s-0.328 1.094-0.828 1.437l1.266 0.469c0.641-0.453 1.062-1.141 1.062-1.906s-0.422-1.453-1.062-1.906zM9.766 17.75h15.859s-3.391 0.594-7.125 1.25c-2 0-3.5 1.5-3.5 1.5l-4.5 4.5s-1.516 1-2.5 1h-1.5l-1.453-7.25h0.453c1.594 0 3.109-0.359 4.266-1zM5.5 11.25h-0.453l1.453-7.25h1.5c1.016 0 2 0.5 2.5 1l4.5 4.5c0 0 1.5 1.5 3.5 1.5 3.734 0.656 7.125 1.25 7.125 1.25h-15.859c-1.156-0.641-2.672-1-4.266-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slack\" viewBox=\"0 0 26 28\">\n<title>slack</title>\n<path d=\"M23.734 12.125c1.281 0 2.266 0.938 2.266 2.219 0 1-0.516 1.703-1.453 2.031l-2.688 0.922 0.875 2.609c0.078 0.234 0.109 0.484 0.109 0.734 0 1.234-1 2.266-2.234 2.266-0.984 0-1.859-0.609-2.172-1.547l-0.859-2.578-4.844 1.656 0.859 2.562c0.078 0.234 0.125 0.484 0.125 0.734 0 1.219-1 2.266-2.25 2.266-0.984 0-1.844-0.609-2.156-1.547l-0.859-2.547-2.391 0.828c-0.25 0.078-0.516 0.141-0.781 0.141-1.266 0-2.219-0.938-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.438-0.828-1.641-4.891-2.438 0.844c-0.25 0.078-0.5 0.125-0.75 0.125-1.25 0-2.219-0.953-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.453-0.828-0.828-2.484c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1-2.266 2.25-2.266 0.984 0 1.844 0.609 2.156 1.547l0.844 2.5 4.844-1.641-0.844-2.5c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1.016-2.266 2.25-2.266 0.984 0 1.859 0.625 2.172 1.547l0.828 2.516 2.531-0.859c0.219-0.063 0.438-0.094 0.672-0.094 1.219 0 2.266 0.906 2.266 2.156 0 0.969-0.75 1.781-1.625 2.078l-2.453 0.844 1.641 4.937 2.562-0.875c0.234-0.078 0.484-0.125 0.719-0.125zM11.328 16.219l4.844-1.641-1.641-4.922-4.844 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-square\" viewBox=\"0 0 24 28\">\n<title>envelope-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM20 18.5v-6.813c-0.297 0.328-0.625 0.625-1 0.859-1.469 0.969-2.984 1.875-4.438 2.875-0.734 0.516-1.641 1.078-2.562 1.078v0 0 0 0c-0.922 0-1.828-0.562-2.562-1.078-1.453-1-2.984-1.891-4.438-2.891-0.359-0.234-0.641-0.578-1-0.844v6.813c0 0.828 0.672 1.5 1.5 1.5h13c0.828 0 1.5-0.672 1.5-1.5zM20 9.547c0-0.844-0.625-1.547-1.5-1.547h-13c-0.828 0-1.5 0.672-1.5 1.5 0 0.844 0.875 1.766 1.531 2.203 1.375 0.922 2.797 1.781 4.172 2.688 0.594 0.391 1.578 1.109 2.297 1.109s1.703-0.719 2.297-1.109c1.391-0.906 2.781-1.797 4.172-2.719 0.609-0.406 1.531-1.344 1.531-2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wordpress\" viewBox=\"0 0 28 28\">\n<title>wordpress</title>\n<path d=\"M1.984 14c0-1.734 0.375-3.391 1.047-4.891l5.734 15.703c-4.016-1.953-6.781-6.062-6.781-10.813zM22.109 13.391c0 1.031-0.422 2.219-0.922 3.891l-1.188 4-4.344-12.906s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.953 0.141-3.203 0.156-3.203 0.156s-1.172-0.016-3.156-0.156c-0.656-0.047-0.734 0.938-0.078 0.984 0.609 0.063 1.25 0.125 1.25 0.125l1.875 5.125-2.625 7.875-4.375-13s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.937 0.141-3.203 0.156-3.203 0.156-0.219 0-0.484-0.016-0.766-0.016 2.141-3.266 5.828-5.422 10.031-5.422 3.125 0 5.969 1.203 8.109 3.156h-0.156c-1.172 0-2.016 1.016-2.016 2.125 0 0.984 0.578 1.813 1.188 2.812 0.469 0.797 0.984 1.828 0.984 3.313zM14.203 15.047l3.703 10.109c0.016 0.063 0.047 0.125 0.078 0.172-1.25 0.438-2.578 0.688-3.984 0.688-1.172 0-2.312-0.172-3.391-0.5zM24.531 8.234c0.938 1.719 1.484 3.672 1.484 5.766 0 4.438-2.406 8.297-5.984 10.375l3.672-10.594c0.609-1.75 0.922-3.094 0.922-4.312 0-0.438-0.031-0.844-0.094-1.234zM14 0c7.719 0 14 6.281 14 14s-6.281 14-14 14-14-6.281-14-14 6.281-14 14-14zM14 27.359c7.359 0 13.359-6 13.359-13.359s-6-13.359-13.359-13.359-13.359 6-13.359 13.359 6 13.359 13.359 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-openid\" viewBox=\"0 0 28 28\">\n<title>openid</title>\n<path d=\"M16.969 0v24l-4.25 2c-7.187-0.641-12.719-4.469-12.719-9.109 0-4.469 5.156-8.188 11.984-9.016v2.688c-4.469 0.781-7.75 3.313-7.75 6.328 0 3.187 3.656 5.828 8.484 6.438v0-21.25zM27.422 9.094l0.578 6.094-8.203-1.781 2.297-1.297c-1.219-0.719-2.719-1.25-4.375-1.547v-2.688c2.891 0.344 5.484 1.219 7.516 2.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bank\" viewBox=\"0 0 30 28\">\n<title>bank</title>\n<path d=\"M15 0l15 6v2h-2c0 0.547-0.484 1-1.078 1h-23.844c-0.594 0-1.078-0.453-1.078-1h-2v-2zM4 10h4v12h2v-12h4v12h2v-12h4v12h2v-12h4v12h0.922c0.594 0 1.078 0.453 1.078 1v1h-26v-1c0-0.547 0.484-1 1.078-1h0.922v-12zM28.922 25c0.594 0 1.078 0.453 1.078 1v2h-30v-2c0-0.547 0.484-1 1.078-1h27.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-graduation-cap\" viewBox=\"0 0 36 28\">\n<title>graduation-cap</title>\n<path d=\"M27.719 13.062l0.281 4.937c0.125 2.203-4.484 4-10 4s-10.125-1.797-10-4l0.281-4.937 8.969 2.828c0.25 0.078 0.5 0.109 0.75 0.109s0.5-0.031 0.75-0.109zM36 8c0 0.219-0.141 0.406-0.344 0.484l-17.5 5.5c-0.063 0.016-0.109 0.016-0.156 0.016s-0.094 0-0.156-0.016l-10.187-3.219c-0.891 0.703-1.516 2.422-1.641 4.531 0.594 0.344 0.984 0.969 0.984 1.703 0 0.703-0.359 1.313-0.906 1.672l0.906 6.766c0.016 0.141-0.031 0.281-0.125 0.391s-0.234 0.172-0.375 0.172h-3c-0.141 0-0.281-0.063-0.375-0.172s-0.141-0.25-0.125-0.391l0.906-6.766c-0.547-0.359-0.906-0.969-0.906-1.672 0-0.75 0.422-1.391 1.016-1.734 0.094-1.828 0.562-3.797 1.531-5.156l-5.203-1.625c-0.203-0.078-0.344-0.266-0.344-0.484s0.141-0.406 0.344-0.484l17.5-5.5c0.063-0.016 0.109-0.016 0.156-0.016s0.094 0 0.156 0.016l17.5 5.5c0.203 0.078 0.344 0.266 0.344 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yahoo\" viewBox=\"0 0 24 28\">\n<title>yahoo</title>\n<path d=\"M13.422 14.953l0.203 11.047c-0.531-0.094-1.078-0.172-1.641-0.172-0.547 0-1.094 0.078-1.641 0.172l0.203-11.047c-2.906-5.016-5.641-10.125-8.844-14.953 0.547 0.141 1.109 0.234 1.687 0.234s1.172-0.109 1.734-0.234c2.187 3.875 4.562 7.641 6.859 11.453 2.312-3.781 4.766-7.547 6.859-11.453 0.547 0.141 1.109 0.219 1.672 0.219 0.594 0 1.203-0.078 1.781-0.219v0 0c-1.25 1.719-2.281 3.594-3.359 5.422-1.859 3.172-3.687 6.344-5.516 9.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google\" viewBox=\"0 0 24 28\">\n<title>google</title>\n<path d=\"M12 12.281h11.328c0.109 0.609 0.187 1.203 0.187 2 0 6.844-4.594 11.719-11.516 11.719-6.641 0-12-5.359-12-12s5.359-12 12-12c3.234 0 5.953 1.188 8.047 3.141l-3.266 3.141c-0.891-0.859-2.453-1.859-4.781-1.859-4.094 0-7.438 3.391-7.438 7.578s3.344 7.578 7.438 7.578c4.75 0 6.531-3.406 6.813-5.172h-6.813v-4.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit\" viewBox=\"0 0 28 28\">\n<title>reddit</title>\n<path d=\"M17.109 18.234c0.141 0.141 0.141 0.359 0 0.484-0.891 0.891-2.609 0.969-3.109 0.969s-2.219-0.078-3.109-0.969c-0.141-0.125-0.141-0.344 0-0.484 0.125-0.125 0.344-0.125 0.469 0 0.562 0.578 1.781 0.766 2.641 0.766s2.063-0.187 2.641-0.766c0.125-0.125 0.344-0.125 0.469 0zM12.313 15.406c0 0.766-0.625 1.391-1.391 1.391-0.781 0-1.406-0.625-1.406-1.391 0-0.781 0.625-1.406 1.406-1.406 0.766 0 1.391 0.625 1.391 1.406zM18.484 15.406c0 0.766-0.625 1.391-1.406 1.391-0.766 0-1.391-0.625-1.391-1.391 0-0.781 0.625-1.406 1.391-1.406 0.781 0 1.406 0.625 1.406 1.406zM22.406 13.531c0-1.031-0.844-1.859-1.875-1.859-0.531 0-1 0.219-1.344 0.562-1.266-0.875-2.969-1.437-4.859-1.5l0.984-4.422 3.125 0.703c0 0.766 0.625 1.391 1.391 1.391 0.781 0 1.406-0.641 1.406-1.406s-0.625-1.406-1.406-1.406c-0.547 0-1.016 0.328-1.25 0.781l-3.453-0.766c-0.172-0.047-0.344 0.078-0.391 0.25l-1.078 4.875c-1.875 0.078-3.563 0.641-4.828 1.516-0.344-0.359-0.828-0.578-1.359-0.578-1.031 0-1.875 0.828-1.875 1.859 0 0.75 0.438 1.375 1.062 1.687-0.063 0.281-0.094 0.578-0.094 0.875 0 2.969 3.344 5.375 7.453 5.375 4.125 0 7.469-2.406 7.469-5.375 0-0.297-0.031-0.609-0.109-0.891 0.609-0.313 1.031-0.938 1.031-1.672zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-square\" viewBox=\"0 0 24 28\">\n<title>reddit-square</title>\n<path d=\"M14.672 17.641c0.109 0.109 0.109 0.297 0 0.406-0.766 0.766-2.234 0.828-2.672 0.828s-1.906-0.063-2.672-0.828c-0.109-0.109-0.109-0.297 0-0.406 0.109-0.125 0.297-0.125 0.406 0 0.484 0.484 1.531 0.656 2.266 0.656s1.781-0.172 2.266-0.656c0.109-0.125 0.297-0.125 0.406 0zM10.563 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM15.844 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM19.203 13.594c0-0.875-0.719-1.594-1.609-1.594-0.438 0-0.844 0.187-1.141 0.484-1.094-0.75-2.562-1.234-4.172-1.281l0.844-3.797 2.672 0.609c0.016 0.656 0.547 1.188 1.203 1.188s1.203-0.547 1.203-1.203-0.547-1.203-1.203-1.203c-0.469 0-0.875 0.266-1.078 0.672l-2.953-0.656c-0.156-0.047-0.297 0.063-0.328 0.203l-0.938 4.188c-1.609 0.063-3.063 0.547-4.141 1.297-0.297-0.313-0.703-0.5-1.156-0.5-0.891 0-1.609 0.719-1.609 1.594 0 0.641 0.375 1.188 0.906 1.453-0.047 0.234-0.078 0.5-0.078 0.75 0 2.547 2.859 4.609 6.391 4.609s6.406-2.063 6.406-4.609c0-0.266-0.031-0.516-0.094-0.766 0.516-0.266 0.875-0.812 0.875-1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon-circle\" viewBox=\"0 0 24 28\">\n<title>stumbleupon-circle</title>\n<path d=\"M13.531 13.109l1.406-0.422v-0.969c0-1.656-1.406-2.984-3.063-2.984s-3.063 1.313-3.063 2.969v4.422c0 0.406-0.328 0.734-0.734 0.734s-0.719-0.328-0.719-0.734v-1.875h-2.359v1.906c0 1.703 1.375 3.063 3.078 3.063 1.672 0 3.063-1.344 3.063-3.016v-4.375c0-0.406 0.328-0.734 0.734-0.734 0.391 0 0.719 0.328 0.719 0.734v0.844zM18.734 16.156v-1.906h-2.344v1.969c0 0.406-0.328 0.734-0.734 0.734-0.391 0-0.719-0.328-0.719-0.734v-1.922l-1.406 0.406-0.938-0.438v1.922c0 1.672 1.391 3.031 3.078 3.031s3.063-1.359 3.063-3.063zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon\" viewBox=\"0 0 30 28\">\n<title>stumbleupon</title>\n<path d=\"M16.594 11.125v-1.844c0-0.875-0.719-1.594-1.594-1.594s-1.594 0.719-1.594 1.594v9.562c0 3.656-3.031 6.609-6.703 6.609-3.703 0-6.703-3-6.703-6.703v-4.156h5.125v4.094c0 0.891 0.719 1.594 1.594 1.594s1.594-0.703 1.594-1.594v-9.688c0-3.578 3.063-6.453 6.687-6.453 3.641 0 6.687 2.891 6.687 6.5v2.125l-3.047 0.906zM24.875 14.594h5.125v4.156c0 3.703-3 6.703-6.703 6.703-3.687 0-6.703-2.969-6.703-6.641v-4.188l2.047 0.953 3.047-0.906v4.219c0 0.875 0.719 1.578 1.594 1.578s1.594-0.703 1.594-1.578v-4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-delicious\" viewBox=\"0 0 24 28\">\n<title>delicious</title>\n<path d=\"M23 21.5v-7.5h-11v-11h-7.5c-1.937 0-3.5 1.563-3.5 3.5v7.5h11v11h7.5c1.937 0 3.5-1.563 3.5-3.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-digg\" viewBox=\"0 0 32 28\">\n<title>digg</title>\n<path d=\"M5.125 4.406h3.187v15.359h-8.313v-10.891h5.125v-4.469zM5.125 17.203v-5.766h-1.922v5.766h1.922zM9.594 8.875v10.891h3.203v-10.891h-3.203zM9.594 4.406v3.187h3.203v-3.187h-3.203zM14.078 8.875h8.328v14.719h-8.328v-2.547h5.125v-1.281h-5.125v-10.891zM19.203 17.203v-5.766h-1.922v5.766h1.922zM23.688 8.875h8.313v14.719h-8.313v-2.547h5.109v-1.281h-5.109v-10.891zM28.797 17.203v-5.766h-1.922v5.766h1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-pp\" viewBox=\"0 0 24 28\">\n<title>pied-piper-pp</title>\n<path d=\"M16.344 15.937c0 1.328-0.906 2.406-2.016 2.406-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.422zM10.984 9.25c0 1.344-0.906 2.422-2.016 2.422-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.406zM19.766 15.984c0-2.797-2.109-5.063-4.703-5.063-0.203 0-0.406 0.016-0.609 0.047-0.234 0.797-0.641 1.516-1.219 2.125-0.875 0.953-2.047 1.516-3.297 1.578v9.938l3.297-0.641v-3.219c0.547 0.203 1.156 0.297 1.828 0.297 2.594 0 4.703-2.266 4.703-5.063zM14.406 9.312c0-2.797-2.109-5.063-4.719-5.063-0.766 0-1.531 0.203-2.203 0.562h-2.906v13.125l3.297-0.641v-3.219c0.547 0.187 1.156 0.297 1.813 0.297 2.609 0 4.719-2.266 4.719-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-alt\" viewBox=\"0 0 32 28\">\n<title>pied-piper-alt</title>\n<path d=\"M19.094 14.516c4.062-0.156 6.312 3.187 8.156 6.281 1.094 1.859 2.375 2.953 3.953 4.344-1.687 1.047-3.828 1.75-5.641 2.562-3-2.516-1.25-12.5-6.062-12.5l-0.156 0.031-0.094 0.063c0.063 0.078 0.141 0.156 0.203 0.219 1.297 1.094 1.813 1.328 1.891 3.187l0.016 0.516c0.047 1.172-0.297 2.312-0.531 3.453-1.047-0.031-2.063 0.313-3.109 0.313-0.391 0-0.766-0.047-1.125-0.156-0.031-0.25-0.031-0.5-0.031-0.734 0-0.484-0.016-1.031 0.047-1.5 0.078-0.516 1.828-1.625 1.797-2.375-0.297-0.031-0.5 0.141-0.672 0.375-0.719 1.062-2.562 2.281-3.875 2.281-0.906 0-3.063-3.891-4.156-4.672-0.172-0.125-0.281-0.297-0.422-0.469-0.875 0.203-7.578 1.75-8.016 1.75-0.328 0-0.625-0.266-0.625-0.594 0-0.297 0.187-0.578 0.484-0.641l7.594-1.656c-0.516-0.938 0.672-0.953 1.172-1.094 0.172-0.047 0.344-0.219 0.516-0.219 0.344 0 0.641 0.484 0.75 0.766 0.344-0.078 2.484-0.578 2.688-0.578 0.344 0 0.656 0.25 0.656 0.609 0 0.297-0.187 0.562-0.5 0.625l-2.844 0.625-0.016 0.25c-0.016 0.547 2.469 3.266 2.906 3.266 0.984 0 2.984-2.266 2.984-3.266 0-1.672-2.328-0.688-2.328-1.828 0-0.187 0.063-0.359 0.156-0.531l-1.062-0.297c0.484-0.5 0.672-1.141 0.672-1.828 0-0.297-0.031-0.609-0.078-0.906 0.797-0.156 1.453-0.25 2.25-0.25 3.094 0 2.484 0.469 3.563 2.953l0.781-0.391c-0.125 1.859-1.969 0.953-1.906 1.687zM20.031 10.844c-0.609-0.703-0.875-1.047-1.234-1.203-0.375-0.172-0.859-0.125-1.984-0.125-1.172 0-2.328 0.172-3.391 0.672 0.344-0.641 0.719-0.922 1.406-1.188 1.484-0.562 2.188-1.656 3.203-2.781 0.531 0.375 0.766 1.313 1.531 1.266l0.187-0.016v1.188l0.344 0.016c2.031-0.781 4.062-1.641 5.797-2.969 2.625-2 2.875-2.719 4.422-5.437l0.109-0.141c-0.031 0.766-0.344 1.484-0.672 2.172-1.656 3.469-4.281 5.453-7.984 6.344-0.672 0.156-1.437 0.172-2.047 0.484 0.078 0.531 0.719 0.984 0.719 1.25 0 0.187-0.297 0.391-0.406 0.469zM16.578 25.234c0.859-0.562 3.313-1.078 4.344-1.078 0.516 0 1.531 2.453 1.797 3-1.219 0.453-2.5 0.703-3.813 0.703-0.656 0-1.313-0.063-1.953-0.172zM12.844 15.125l0.75-0.187 1.703 2.766-1.141 0.75zM20.672 23.203c0.016 0.078 0.047 0.172 0.047 0.25 0 0.406-2.688 0.688-3.172 0.766l-0.109-0.672c0.969-0.109 2.047-0.359 3.016-0.344h0.219zM13.531 13.391l-1.5 0.313-0.094-0.266c0.359-0.031 0.688-0.203 1.047-0.203 0.203 0 0.375 0.047 0.547 0.156zM16.578 23.297h0.484l0.156 1.297-0.641 0.187v-1.484zM30.469 0.016v0 0zM30.469 0.016l-0.016 0.078-0.031 0.031 0.016-0.047zM30.469 0.016l0.016-0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drupal\" viewBox=\"0 0 24 28\">\n<title>drupal</title>\n<path d=\"M18.234 24.781c-0.031-0.109-0.125-0.266-0.375-0.078-0.531 0.391-1.719 0.875-3.406 0.875s-2.484-0.359-3.016-0.766c-0.078-0.063-0.047-0.063-0.203-0.063-0.172 0-0.266 0.078-0.406 0.187-0.125 0.109-0.187 0.375 0 0.562 1.156 1.062 3.094 0.969 4.516 0.844 1.437-0.141 2.656-0.984 2.781-1.109 0.187-0.187 0.141-0.344 0.109-0.453zM17.625 22.984c-0.109-0.266-0.297-0.734-0.609-0.953-0.313-0.203-0.766-0.234-1.188-0.234s-0.656-0.031-1.109 0.156-0.922 0.609-1.219 0.875-0.344 0.469-0.187 0.688c0.156 0.203 0.328 0.078 0.766-0.297 0.453-0.359 0.75-0.688 1.672-0.688s1.078 0.344 1.266 0.688 0.203 0.391 0.391 0.297c0.219-0.109 0.328-0.266 0.219-0.531zM23.172 18.594c0-0.812-0.359-2.188-1.687-2.188-1.25 0-3.781 2.594-5.109 2.609-1.547 0.031-3.687-3.063-6.781-3.031-2.438 0.016-4.359 1.953-4.391 4.016-0.016 1.156 0.359 2.016 1.156 2.562 0.531 0.359 1.016 0.578 2.594 0.578 2.625 0 5.953-3.25 7.484-3.203 1.219 0.047 3.109 3.031 4.062 3.094 0.75 0.063 1.141-0.281 1.781-1.203 0.625-0.938 0.891-2.406 0.891-3.234zM24 16.094c0 7-5.531 11.625-11.891 11.625-6.375 0-12.109-5.016-12.109-11.844 0-6.813 5.313-9.969 6.297-10.484 1.172-0.625 2.016-0.953 3.344-2.016 0.656-0.516 1.203-1.266 1.375-3.094 0.953 1.141 2.094 2.469 2.906 3.016 1.328 0.875 2.656 1.219 4.047 2.094 0.844 0.516 6.031 3.687 6.031 10.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-joomla\" viewBox=\"0 0 24 28\">\n<title>joomla</title>\n<path d=\"M16.719 16.766l-2.5 2.5-2.359 2.375-0.469 0.469c-1.375 1.359-3.297 1.828-5.047 1.391-0.328 1.437-1.609 2.5-3.141 2.5-1.766 0-3.203-1.437-3.203-3.219 0-1.516 1.047-2.797 2.469-3.125-0.453-1.766 0.016-3.703 1.391-5.078l0.187-0.187 2.359 2.375-0.172 0.172c-0.781 0.766-0.766 2.016 0 2.797 0.766 0.766 2.016 0.766 2.781 0l0.469-0.469 2.359-2.375 2.516-2.5zM11.391 6.109l0.187 0.187-2.375 2.375-0.187-0.187c-0.766-0.766-2.016-0.766-2.781 0s-0.766 2.031 0 2.797l5.328 5.328-2.359 2.375-2.516-2.5-2.359-2.375-0.469-0.469c-1.437-1.422-1.875-3.469-1.328-5.297-1.437-0.313-2.5-1.594-2.5-3.125 0-1.781 1.437-3.219 3.203-3.219 1.609 0 2.922 1.172 3.172 2.688 1.734-0.406 3.625 0.078 4.984 1.422zM24 22.781c0 1.781-1.437 3.219-3.203 3.219-1.563 0-2.859-1.109-3.156-2.578v0c-1.813 0.562-3.891 0.125-5.328-1.313l-0.172-0.187 2.359-2.375 0.187 0.187c0.766 0.766 2.016 0.766 2.781 0s0.766-2.016 0-2.781l-5.344-5.344 2.375-2.375 4.875 4.875 0.453 0.469c1.359 1.359 1.844 3.281 1.406 5.031 1.563 0.219 2.766 1.547 2.766 3.172zM23.969 5.219c0 1.625-1.219 2.969-2.781 3.187 0.516 1.797 0.063 3.813-1.359 5.234l-0.187 0.187-2.359-2.375 0.187-0.187c0.766-0.766 0.766-2.016 0-2.781s-2.016-0.766-2.781 0l-5.344 5.344-2.375-2.375 2.516-2.5 2.375-2.375 0.453-0.469c1.422-1.422 3.453-1.875 5.266-1.344 0.219-1.563 1.563-2.766 3.187-2.766 1.766 0 3.203 1.437 3.203 3.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-language\" viewBox=\"0 0 24 28\">\n<title>language</title>\n<path d=\"M10.219 16.844c-0.031 0.109-0.797-0.25-1-0.328-0.203-0.094-1.125-0.609-1.359-0.766s-1.125-0.891-1.234-0.938v0c-0.562 0.859-1.281 1.875-2.094 2.828-0.281 0.328-1.125 1.391-1.641 1.719-0.078 0.047-0.531 0.094-0.594 0.063 0.25-0.187 0.969-1.078 1.281-1.437 0.391-0.453 2.25-3.047 2.562-3.641 0.328-0.594 1.312-2.562 1.359-2.75-0.156-0.016-1.391 0.406-1.719 0.516-0.313 0.094-1.172 0.297-1.234 0.344-0.063 0.063-0.016 0.25-0.047 0.313s-0.313 0.203-0.484 0.234c-0.156 0.047-0.516 0.063-0.734 0-0.203-0.047-0.391-0.25-0.438-0.328 0 0-0.063-0.094-0.078-0.359 0.187-0.063 0.5-0.078 0.844-0.172s1.188-0.344 1.641-0.5 1.328-0.484 1.594-0.547c0.281-0.047 0.984-0.516 1.359-0.641s0.641-0.281 0.656-0.203 0 0.422-0.016 0.516c-0.016 0.078-0.766 1.547-0.875 1.781-0.063 0.125-0.5 0.953-1.203 2.047 0.25 0.109 0.781 0.328 1 0.438 0.266 0.125 2.125 0.906 2.219 0.938s0.266 0.75 0.234 0.875zM7.016 9.25c0.047 0.266-0.031 0.375-0.063 0.438-0.156 0.297-0.547 0.5-0.781 0.594s-0.625 0.187-0.938 0.187c-0.141-0.016-0.422-0.063-0.766-0.406-0.187-0.203-0.328-0.75-0.266-0.688s0.516 0.125 0.719 0.078 0.688-0.187 0.906-0.25c0.234-0.078 0.703-0.203 0.859-0.219 0.156 0 0.281 0.063 0.328 0.266zM17.922 11.266l0.984 3.547-2.172-0.656zM0.609 23.766l10.844-3.625v-16.125l-10.844 3.641v16.109zM20 18.813l1.594 0.484-2.828-10.266-1.563-0.484-3.375 8.375 1.594 0.484 0.703-1.719 3.297 1.016zM12.141 3.781l8.953 2.875v-5.938zM17 24.453l2.469 0.203-0.844 2.5-0.625-1.031c-1.266 0.812-2.828 1.437-4.312 1.687-0.453 0.094-0.969 0.187-1.422 0.187h-1.313c-1.656 0-4.672-0.984-5.984-1.937-0.094-0.078-0.125-0.141-0.125-0.25 0-0.172 0.125-0.297 0.281-0.297 0.141 0 0.875 0.453 1.078 0.547 1.406 0.703 3.375 1.344 4.953 1.344 1.953 0 3.281-0.25 5.063-1.016 0.516-0.234 0.969-0.531 1.453-0.797zM24 7.594v16.859c-12.078-3.844-12.094-3.844-12.094-3.844-0.25 0.109-11.453 3.891-11.609 3.891-0.125 0-0.234-0.078-0.281-0.203 0-0.016-0.016-0.031-0.016-0.047v-16.844c0.016-0.047 0.031-0.125 0.063-0.156 0.094-0.109 0.219-0.141 0.313-0.172 0.047-0.016 1-0.328 2.328-0.781v-6l8.719 3.094c0.109-0.031 9.828-3.391 9.969-3.391 0.172 0 0.313 0.125 0.313 0.328v6.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fax\" viewBox=\"0 0 28 28\">\n<title>fax</title>\n<path d=\"M4.5 6c1.375 0 2.5 1.125 2.5 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-2c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h2zM26 8.547c1.188 0.688 2 1.984 2 3.453v12c0 2.203-1.797 4-4 4h-13.5c-1.375 0-2.5-1.125-2.5-2.5v-24c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.984 0.484 2.562 1.062l2.375 2.375c0.578 0.578 1.062 1.734 1.062 2.562v2.547zM14.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM24 10v-4h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v8h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building\" viewBox=\"0 0 22 28\">\n<title>building</title>\n<path d=\"M21 0c0.547 0 1 0.453 1 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20zM8 4.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 8.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 12.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 16.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 25.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM14 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-child\" viewBox=\"0 0 20 28\">\n<title>child</title>\n<path d=\"M18.562 8.563l-4.562 4.562v12.875c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-6h-1v6c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-12.875l-4.562-4.562c-0.578-0.594-0.578-1.531 0-2.125 0.594-0.578 1.531-0.578 2.125 0l3.563 3.563h5.75l3.563-3.563c0.594-0.578 1.531-0.578 2.125 0 0.578 0.594 0.578 1.531 0 2.125zM13.5 6c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paw\" viewBox=\"0 0 26 28\">\n<title>paw</title>\n<path d=\"M12.187 7.375c0 1.75-0.906 3.828-2.922 3.828-2.531 0-4.062-3.187-4.062-5.375 0-1.75 0.906-3.828 2.922-3.828 2.547 0 4.062 3.187 4.062 5.375zM6.844 14.922c0 1.516-0.797 3.094-2.516 3.094-2.5 0-4.328-3.063-4.328-5.328 0-1.516 0.812-3.109 2.516-3.109 2.5 0 4.328 3.078 4.328 5.344zM13 14.5c3.828 0 9 5.516 9 9.203 0 1.984-1.625 2.297-3.219 2.297-2.094 0-3.781-1.406-5.781-1.406-2.094 0-3.875 1.391-6.141 1.391-1.516 0-2.859-0.516-2.859-2.281 0-3.703 5.172-9.203 9-9.203zM16.734 11.203c-2.016 0-2.922-2.078-2.922-3.828 0-2.188 1.516-5.375 4.062-5.375 2.016 0 2.922 2.078 2.922 3.828 0 2.188-1.531 5.375-4.062 5.375zM23.484 9.578c1.703 0 2.516 1.594 2.516 3.109 0 2.266-1.828 5.328-4.328 5.328-1.719 0-2.516-1.578-2.516-3.094 0-2.266 1.828-5.344 4.328-5.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spoon\" viewBox=\"0 0 12 28\">\n<title>spoon</title>\n<path d=\"M11 8.25c0 3.125-1.359 5.172-3.266 5.922l0.703 12.828c0.031 0.547-0.391 1-0.938 1h-3c-0.547 0-0.969-0.453-0.938-1l0.703-12.828c-1.906-0.75-3.266-2.797-3.266-5.922 0-4 2.234-8.25 5-8.25s5 4.25 5 8.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cube\" viewBox=\"0 0 26 28\">\n<title>cube</title>\n<path d=\"M14 25.453l10-5.453v-9.938l-10 3.641v11.75zM13 11.937l10.906-3.969-10.906-3.969-10.906 3.969zM26 8v12c0 0.734-0.406 1.406-1.047 1.75l-11 6c-0.297 0.172-0.625 0.25-0.953 0.25s-0.656-0.078-0.953-0.25l-11-6c-0.641-0.344-1.047-1.016-1.047-1.75v-12c0-0.844 0.531-1.594 1.313-1.875l11-4c0.219-0.078 0.453-0.125 0.688-0.125s0.469 0.047 0.688 0.125l11 4c0.781 0.281 1.313 1.031 1.313 1.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cubes\" viewBox=\"0 0 34 28\">\n<title>cubes</title>\n<path d=\"M10 25.5l6-3v-4.906l-6 2.562v5.344zM9 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM26 25.5l6-3v-4.906l-6 2.562v5.344zM25 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM18 13.828l6-2.578v-4.156l-6 2.562v4.172zM17 7.906l6.891-2.953-6.891-2.953-6.891 2.953zM34 16v6.5c0 0.75-0.422 1.453-1.109 1.781l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.047-0.016-0.078-0.031-0.109-0.063-0.031 0.031-0.063 0.047-0.109 0.063l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.688-0.328-1.109-1.031-1.109-1.781v-6.5c0-0.797 0.484-1.516 1.219-1.844l6.781-2.906v-6.25c0-0.797 0.484-1.516 1.219-1.844l7-3c0.25-0.109 0.516-0.156 0.781-0.156s0.531 0.047 0.781 0.156l7 3c0.734 0.328 1.219 1.047 1.219 1.844v6.25l6.781 2.906c0.75 0.328 1.219 1.047 1.219 1.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance\" viewBox=\"0 0 32 28\">\n<title>behance</title>\n<path d=\"M28.875 5.297h-7.984v1.937h7.984v-1.937zM24.938 11.953c-1.875 0-3.125 1.172-3.25 3.047h6.375c-0.172-1.891-1.156-3.047-3.125-3.047zM25.188 21.094c1.188 0 2.719-0.641 3.094-1.859h3.453c-1.062 3.266-3.266 4.797-6.672 4.797-4.5 0-7.297-3.047-7.297-7.484 0-4.281 2.953-7.547 7.297-7.547 4.469 0 6.937 3.516 6.937 7.734 0 0.25-0.016 0.5-0.031 0.734h-10.281c0 2.281 1.203 3.625 3.5 3.625zM4.328 20.312h4.625c1.766 0 3.203-0.625 3.203-2.609 0-2.016-1.203-2.812-3.109-2.812h-4.719v5.422zM4.328 11.922h4.391c1.547 0 2.641-0.672 2.641-2.344 0-1.813-1.406-2.25-2.969-2.25h-4.062v4.594zM0 3.969h9.281c3.375 0 6.297 0.953 6.297 4.875 0 1.984-0.922 3.266-2.688 4.109 2.422 0.688 3.594 2.516 3.594 4.984 0 4-3.359 5.719-6.937 5.719h-9.547v-19.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance-square\" viewBox=\"0 0 24 28\">\n<title>behance-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM7.797 7.734h-5.797v12.297h5.969c2.234 0 4.328-1.062 4.328-3.563 0-1.547-0.734-2.688-2.234-3.125 1.094-0.531 1.672-1.328 1.672-2.562 0-2.453-1.828-3.047-3.937-3.047zM7.453 12.703h-2.75v-2.875h2.547c0.969 0 1.859 0.266 1.859 1.406 0 1.047-0.688 1.469-1.656 1.469zM7.594 17.938h-2.891v-3.391h2.953c1.188 0 1.937 0.516 1.937 1.766s-0.891 1.625-2 1.625zM17.75 18.438c-1.437 0-2.188-0.844-2.188-2.266h6.422c0.016-0.156 0.016-0.313 0.016-0.469 0-2.625-1.547-4.828-4.344-4.828-2.703 0-4.562 2.047-4.562 4.719 0 2.781 1.75 4.672 4.562 4.672 2.141 0 3.516-0.953 4.172-2.984h-2.156c-0.234 0.75-1.188 1.156-1.922 1.156zM17.594 12.719c1.219 0 1.828 0.734 1.937 1.906h-3.969c0.078-1.172 0.859-1.906 2.031-1.906zM15.062 8.563h4.984v1.203h-4.984v-1.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam\" viewBox=\"0 0 28 28\">\n<title>steam</title>\n<path d=\"M24.719 9.094c0 2.109-1.719 3.813-3.813 3.813-2.109 0-3.813-1.703-3.813-3.813s1.703-3.813 3.813-3.813c2.094 0 3.813 1.703 3.813 3.813zM12.688 20.687c0-2.172-1.734-3.906-3.906-3.906-0.281 0-0.562 0.031-0.844 0.094l1.625 0.656c1.594 0.641 2.375 2.438 1.734 4.031s-2.453 2.375-4.047 1.719c-0.641-0.25-1.281-0.516-1.922-0.766 0.656 1.234 1.953 2.078 3.453 2.078 2.172 0 3.906-1.734 3.906-3.906zM25.656 9.109c0-2.625-2.141-4.766-4.766-4.766-2.641 0-4.781 2.141-4.781 4.766 0 2.641 2.141 4.766 4.781 4.766 2.625 0 4.766-2.125 4.766-4.766zM28 9.109c0 3.938-3.187 7.109-7.109 7.109l-6.828 4.984c-0.25 2.688-2.531 4.797-5.281 4.797-2.531 0-4.672-1.797-5.187-4.188l-3.594-1.437v-6.703l6.078 2.453c0.797-0.484 1.719-0.75 2.703-0.75 0.187 0 0.375 0.016 0.547 0.031l4.438-6.359c0.031-3.891 3.219-7.047 7.125-7.047 3.922 0 7.109 3.187 7.109 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam-square\" viewBox=\"0 0 24 28\">\n<title>steam-square</title>\n<path d=\"M19.406 10.109c0-1.656-1.359-3.016-3.031-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.031-1.344 3.031-3.016zM9.875 19.297c0 1.719-1.375 3.094-3.094 3.094-1.188 0-2.219-0.672-2.734-1.656 0.516 0.203 1.016 0.406 1.531 0.625 1.25 0.5 2.688-0.109 3.203-1.375 0.5-1.25-0.109-2.688-1.375-3.187l-1.281-0.516c0.203-0.047 0.438-0.078 0.656-0.078 1.719 0 3.094 1.375 3.094 3.094zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-2.391l2.688 1.078c0.406 1.891 2.094 3.313 4.094 3.313 2.187 0 3.984-1.672 4.188-3.797l5.391-3.938c3.125 0 5.641-2.531 5.641-5.625 0-3.125-2.516-5.641-5.641-5.641-3.078 0-5.594 2.5-5.625 5.578l-3.516 5.031c-0.141-0.016-0.281-0.016-0.438-0.016-0.781 0-1.516 0.203-2.141 0.578l-4.641-1.859v-7.313c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5zM20.141 10.141c0 2.078-1.687 3.766-3.781 3.766-2.078 0-3.766-1.687-3.766-3.766 0-2.094 1.687-3.781 3.766-3.781 2.094 0 3.781 1.687 3.781 3.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-recycle\" viewBox=\"0 0 28 28\">\n<title>recycle</title>\n<path d=\"M13.062 18.266l-0.234 5.75-0.031 0.344-6.563-0.453c-0.812-0.063-1.484-0.828-1.781-1.516-0.625-1.453 0.187-3.172 0.656-4.562 0 0 1.203 0.187 7.953 0.438zM7.016 9.109l2.812 5.922-2.297-1.437c-3.516 4.016-3.844 7-3.844 7l-2.969-5.578c-0.609-0.906-0.063-1.891-0.063-1.891s0.547-0.984 1.781-2.938l-2.188-1.344zM26.25 17.187l-2.938 5.609c-0.406 1.016-1.531 1.109-1.531 1.109s-1.109 0.109-3.422 0.187l0.125 2.562-3.594-5.734 3.297-5.656 0.109 2.703c5.297 0.641 7.953-0.781 7.953-0.781zM13.984 2.75c0 0-0.734 0.969-4.141 6.797l-4.953-2.922-0.297-0.187 3.516-5.563c0.438-0.688 1.422-0.938 2.188-0.859 1.563 0.141 2.688 1.656 3.687 2.734zM24.219 7.547l3.313 5.672c0.422 0.703 0.172 1.687-0.234 2.344-0.844 1.313-2.719 1.625-4.125 2.016 0 0-0.531-1.109-4.141-6.813l4.891-3.047zM21.984 4.016l2.219-1.297-3.437 5.828-6.547-0.313 2.359-1.344c-1.875-4.984-4.359-6.703-4.359-6.703l6.328 0.016c1.094-0.094 1.687 0.844 1.687 0.844s0.609 0.953 1.75 2.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-automobile\" viewBox=\"0 0 32 28\">\n<title>automobile</title>\n<path d=\"M7.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM8.062 12h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM29.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM32 15.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-16v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h12c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438c1.937 0 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cab\" viewBox=\"0 0 32 28\">\n<title>cab</title>\n<path d=\"M28.5 14c1.937 0 3.5 1.563 3.5 3.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-16v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h2v-3.5c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5v3.5h2c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438zM5 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM8.062 14h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM27 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tree\" viewBox=\"0 0 24 28\">\n<title>tree</title>\n<path d=\"M23.5 23c0 0.547-0.453 1-1 1h-7.219c0.047 1 0.172 2.047 0.172 3.063 0 0.516-0.422 0.938-0.953 0.938h-5c-0.531 0-0.953-0.422-0.953-0.938 0-1.016 0.125-2.063 0.172-3.063h-7.219c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.578c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.078c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6-6c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l6 6c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.078l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.578l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spotify\" viewBox=\"0 0 24 28\">\n<title>spotify</title>\n<path d=\"M17.609 18.906c0-0.438-0.172-0.609-0.469-0.797-2.016-1.203-4.359-1.797-6.984-1.797-1.531 0-3 0.203-4.484 0.531-0.359 0.078-0.656 0.313-0.656 0.812 0 0.391 0.297 0.766 0.766 0.766 0.141 0 0.391-0.078 0.578-0.125 1.219-0.25 2.5-0.422 3.797-0.422 2.297 0 4.469 0.562 6.203 1.609 0.187 0.109 0.313 0.172 0.516 0.172 0.391 0 0.734-0.313 0.734-0.75zM19.109 15.547c0-0.422-0.156-0.719-0.547-0.953-2.391-1.422-5.422-2.203-8.563-2.203-2.016 0-3.391 0.281-4.734 0.656-0.5 0.141-0.75 0.484-0.75 1s0.422 0.938 0.938 0.938c0.219 0 0.344-0.063 0.578-0.125 1.094-0.297 2.406-0.516 3.922-0.516 2.969 0 5.672 0.781 7.625 1.937 0.172 0.094 0.344 0.203 0.594 0.203 0.531 0 0.938-0.422 0.938-0.938zM20.797 11.672c0-0.578-0.25-0.875-0.625-1.094-2.703-1.578-6.406-2.312-9.938-2.312-2.078 0-3.984 0.234-5.688 0.734-0.438 0.125-0.844 0.5-0.844 1.156 0 0.641 0.484 1.141 1.125 1.141 0.234 0 0.453-0.078 0.625-0.125 1.516-0.422 3.156-0.578 4.797-0.578 3.25 0 6.625 0.719 8.797 2.016 0.219 0.125 0.375 0.187 0.625 0.187 0.594 0 1.125-0.469 1.125-1.125zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deviantart\" viewBox=\"0 0 16 28\">\n<title>deviantart</title>\n<path d=\"M16 4.734l-4.734 9.094 0.375 0.484h4.359v6.484h-7.922l-0.688 0.469-2.219 4.266c-0.016 0-0.438 0.438-0.469 0.469h-4.703v-4.734l4.734-9.109-0.375-0.469h-4.359v-6.484h7.922l0.688-0.469 2.219-4.266c0.016 0 0.438-0.438 0.469-0.469h4.703v4.734z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-soundcloud\" viewBox=\"0 0 36 28\">\n<title>soundcloud</title>\n<path d=\"M12.25 21.438l0.25-3.766-0.25-8.172c-0.016-0.203-0.172-0.375-0.375-0.375-0.187 0-0.359 0.172-0.359 0.375l-0.219 8.172 0.219 3.766c0.016 0.203 0.172 0.359 0.359 0.359 0.203 0 0.359-0.156 0.375-0.359zM16.875 20.984l0.172-3.297-0.187-9.156c0-0.156-0.078-0.297-0.203-0.375-0.078-0.047-0.156-0.078-0.25-0.078s-0.172 0.031-0.25 0.078c-0.125 0.078-0.203 0.219-0.203 0.375l-0.016 0.094-0.156 9.047s0 0.016 0.172 3.687v0.016c0 0.094 0.031 0.187 0.094 0.266 0.094 0.109 0.219 0.172 0.359 0.172 0.125 0 0.234-0.063 0.313-0.141 0.094-0.078 0.141-0.187 0.141-0.313zM0.547 15.672l0.313 2-0.313 1.969c-0.016 0.078-0.063 0.141-0.141 0.141s-0.125-0.063-0.141-0.141l-0.266-1.969 0.266-2c0.016-0.078 0.063-0.141 0.141-0.141s0.125 0.063 0.141 0.141zM1.891 14.438l0.406 3.234-0.406 3.172c-0.016 0.078-0.078 0.141-0.156 0.141s-0.141-0.063-0.141-0.156l-0.359-3.156 0.359-3.234c0-0.078 0.063-0.141 0.141-0.141s0.141 0.063 0.156 0.141zM6.266 21.516v0 0zM3.328 13.844l0.391 3.828-0.391 3.703c0 0.094-0.078 0.172-0.172 0.172s-0.172-0.078-0.187-0.172l-0.328-3.703 0.328-3.828c0.016-0.109 0.094-0.187 0.187-0.187s0.172 0.078 0.172 0.187zM4.797 13.734l0.359 3.938-0.359 3.813c-0.016 0.125-0.109 0.203-0.219 0.203s-0.203-0.078-0.203-0.203l-0.328-3.813 0.328-3.938c0-0.125 0.094-0.203 0.203-0.203s0.203 0.078 0.219 0.203zM6.266 14.016l0.328 3.656-0.328 3.844c-0.016 0.141-0.125 0.25-0.25 0.25s-0.234-0.109-0.234-0.25l-0.313-3.844 0.313-3.656c0-0.125 0.109-0.234 0.234-0.234s0.234 0.109 0.25 0.234zM12.25 21.438v0 0zM7.734 11.734l0.328 5.938-0.328 3.844c0 0.156-0.125 0.281-0.266 0.281-0.156 0-0.266-0.125-0.281-0.281l-0.281-3.844 0.281-5.938c0.016-0.156 0.125-0.281 0.281-0.281 0.141 0 0.266 0.125 0.266 0.281zM9.203 10.391l0.297 7.313-0.297 3.813c0 0.172-0.141 0.297-0.297 0.297-0.172 0-0.297-0.125-0.313-0.297l-0.25-3.813 0.25-7.313c0.016-0.172 0.141-0.297 0.313-0.297 0.156 0 0.297 0.125 0.297 0.297zM10.734 9.766l0.281 7.906-0.281 3.781c-0.016 0.187-0.156 0.328-0.344 0.328-0.172 0-0.313-0.141-0.328-0.328l-0.25-3.781 0.25-7.906c0-0.187 0.156-0.344 0.328-0.344 0.187 0 0.328 0.156 0.344 0.344zM16.859 21.359v0 0 0 0 0 0zM13.766 9.703l0.234 7.969-0.234 3.734c0 0.219-0.172 0.391-0.391 0.391s-0.375-0.172-0.391-0.391l-0.219-3.734 0.219-7.969c0-0.219 0.172-0.391 0.391-0.391s0.391 0.172 0.391 0.391zM15.313 10l0.219 7.688-0.219 3.687c0 0.234-0.187 0.422-0.422 0.422s-0.422-0.187-0.438-0.422l-0.187-3.687 0.187-7.688c0.016-0.25 0.203-0.438 0.438-0.438s0.406 0.187 0.422 0.438zM18.625 17.687l-0.219 3.609c0 0.266-0.219 0.484-0.484 0.484s-0.484-0.219-0.5-0.484l-0.094-1.781-0.094-1.828 0.187-9.938v-0.047c0.016-0.141 0.078-0.281 0.187-0.375 0.078-0.063 0.187-0.109 0.313-0.109 0.078 0 0.172 0.031 0.234 0.078 0.141 0.078 0.234 0.234 0.25 0.406zM36 17.391c0 2.438-1.984 4.406-4.422 4.406h-12.281c-0.266-0.031-0.484-0.234-0.484-0.516v-14.047c0-0.266 0.094-0.391 0.438-0.516 0.859-0.344 1.828-0.531 2.828-0.531 4.078 0 7.422 3.125 7.781 7.109 0.531-0.219 1.109-0.344 1.719-0.344 2.438 0 4.422 1.984 4.422 4.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-database\" viewBox=\"0 0 24 28\">\n<title>database</title>\n<path d=\"M12 12c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 24c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 18c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 0c6.625 0 12 1.797 12 4v2c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2c0-2.203 5.375-4 12-4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-pdf-o\" viewBox=\"0 0 24 28\">\n<title>file-pdf-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM13.969 16.734c0.391 0.313 0.828 0.594 1.312 0.875 0.656-0.078 1.266-0.109 1.828-0.109 1.047 0 2.375 0.125 2.766 0.766 0.109 0.156 0.203 0.438 0.031 0.812-0.016 0.016-0.031 0.047-0.047 0.063v0.016c-0.047 0.281-0.281 0.594-1.109 0.594-1 0-2.516-0.453-3.828-1.141-2.172 0.234-4.453 0.719-6.125 1.297-1.609 2.75-2.844 4.094-3.781 4.094-0.156 0-0.297-0.031-0.438-0.109l-0.375-0.187c-0.047-0.016-0.063-0.047-0.094-0.078-0.078-0.078-0.141-0.25-0.094-0.562 0.156-0.719 1-1.922 2.938-2.938 0.125-0.078 0.281-0.031 0.359 0.094 0.016 0.016 0.031 0.047 0.031 0.063 0.484-0.797 1.047-1.813 1.672-3.078 0.703-1.406 1.25-2.781 1.625-4.094-0.5-1.703-0.656-3.453-0.375-4.484 0.109-0.391 0.344-0.625 0.656-0.625h0.344c0.234 0 0.422 0.078 0.547 0.234 0.187 0.219 0.234 0.562 0.141 1.062-0.016 0.047-0.031 0.094-0.063 0.125 0.016 0.047 0.016 0.078 0.016 0.125v0.469c-0.016 0.984-0.031 1.922-0.219 3 0.547 1.641 1.359 2.969 2.281 3.719zM4.969 23.156c0.469-0.219 1.141-0.891 2.141-2.469-1.172 0.906-1.906 1.937-2.141 2.469zM11.188 8.781c-0.156 0.438-0.156 1.188-0.031 2.063 0.047-0.25 0.078-0.484 0.109-0.688 0.031-0.266 0.078-0.484 0.109-0.672 0.016-0.047 0.031-0.078 0.063-0.125-0.016-0.016-0.016-0.047-0.031-0.078-0.016-0.281-0.109-0.453-0.203-0.562 0 0.031-0.016 0.047-0.016 0.063zM9.25 19.109c1.375-0.547 2.906-0.984 4.438-1.266-0.156-0.125-0.313-0.234-0.453-0.359-0.766-0.672-1.453-1.609-1.984-2.75-0.297 0.953-0.734 1.969-1.297 3.078-0.234 0.438-0.469 0.875-0.703 1.297zM19.344 18.859c-0.078-0.078-0.484-0.375-2.188-0.375 0.766 0.281 1.469 0.438 1.937 0.438 0.141 0 0.219 0 0.281-0.016 0-0.016-0.016-0.031-0.031-0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-word-o\" viewBox=\"0 0 24 28\">\n<title>file-word-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM3.641 12v1.672h1.094l2.562 10.328h2.484l2-7.578c0.078-0.234 0.125-0.469 0.156-0.719 0.016-0.125 0.031-0.25 0.031-0.375h0.063l0.047 0.375c0.047 0.219 0.063 0.469 0.141 0.719l2 7.578h2.484l2.562-10.328h1.094v-1.672h-4.688v1.672h1.406l-1.547 6.844c-0.063 0.25-0.094 0.516-0.109 0.719l-0.031 0.328h-0.063c0-0.094-0.031-0.219-0.047-0.328-0.047-0.203-0.078-0.469-0.141-0.719l-2.25-8.516h-1.781l-2.25 8.516c-0.063 0.25-0.078 0.516-0.125 0.719l-0.063 0.328h-0.063l-0.031-0.328c-0.016-0.203-0.047-0.469-0.109-0.719l-1.547-6.844h1.406v-1.672h-4.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-excel-o\" viewBox=\"0 0 24 28\">\n<title>file-excel-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.703 22.344v1.656h4.391v-1.656h-1.172l1.609-2.516c0.187-0.297 0.281-0.531 0.328-0.531h0.031c0.016 0.063 0.047 0.109 0.078 0.156 0.063 0.125 0.156 0.219 0.266 0.375l1.672 2.516h-1.188v1.656h4.547v-1.656h-1.062l-3-4.266 3.047-4.406h1.047v-1.672h-4.359v1.672h1.156l-1.609 2.484c-0.187 0.297-0.328 0.531-0.328 0.516h-0.031c-0.016-0.063-0.047-0.109-0.078-0.156-0.063-0.109-0.141-0.219-0.266-0.359l-1.656-2.484h1.188v-1.672h-4.531v1.672h1.062l2.953 4.25-3.031 4.422h-1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-powerpoint-o\" viewBox=\"0 0 24 28\">\n<title>file-powerpoint-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.5 22.344v1.656h5.109v-1.656h-1.453v-2.609h2.141c0.672 0 1.281-0.031 1.844-0.234 1.406-0.484 2.281-1.937 2.281-3.641s-0.844-3.016-2.141-3.563c-0.594-0.234-1.313-0.297-2.031-0.297h-5.75v1.672h1.437v8.672h-1.437zM12.016 17.969h-1.859v-4.188h1.875c0.547 0 0.969 0.094 1.297 0.281 0.562 0.328 0.875 0.969 0.875 1.797 0 0.875-0.313 1.547-0.969 1.875-0.328 0.156-0.734 0.234-1.219 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-image-o\" viewBox=\"0 0 24 28\">\n<title>file-image-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM20 19v5h-16v-3l3-3 2 2 6-6zM7 16c-1.656 0-3-1.344-3-3s1.344-3 3-3 3 1.344 3 3-1.344 3-3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-archive-o\" viewBox=\"0 0 24 28\">\n<title>file-archive-o</title>\n<path d=\"M10 6v-2h-2v2h2zM12 8v-2h-2v2h2zM10 10v-2h-2v2h2zM12 12v-2h-2v2h2zM22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v2h-2v-2h-8v24h20zM12.203 14.734c1.328 4.484 1.672 5.453 1.672 5.453 0.078 0.266 0.125 0.531 0.125 0.812 0 1.734-1.687 3-4 3s-4-1.266-4-3c0-0.281 0.047-0.547 0.125-0.812 0 0 0.328-0.969 1.875-6.188v-2h2v2h1.234c0.453 0 0.844 0.297 0.969 0.734zM10 22c1.109 0 2-0.453 2-1s-0.891-1-2-1-2 0.453-2 1 0.891 1 2 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-audio-o\" viewBox=\"0 0 24 28\">\n<title>file-audio-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM9.688 13.281c0.187 0.078 0.313 0.266 0.313 0.469v8.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-2.594-2.609h-2.047c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h2.047l2.594-2.609c0.156-0.141 0.359-0.187 0.547-0.109zM16.203 24.047c0.297 0 0.578-0.125 0.781-0.375 1.297-1.594 2.016-3.609 2.016-5.672s-0.719-4.078-2.016-5.672c-0.344-0.438-0.984-0.5-1.406-0.156-0.438 0.359-0.5 0.984-0.141 1.422 1.016 1.25 1.563 2.781 1.563 4.406s-0.547 3.156-1.563 4.406c-0.359 0.438-0.297 1.062 0.141 1.406 0.187 0.156 0.406 0.234 0.625 0.234zM12.906 21.734c0.266 0 0.531-0.109 0.734-0.313 0.875-0.938 1.359-2.141 1.359-3.422s-0.484-2.484-1.359-3.422c-0.375-0.406-1.016-0.422-1.422-0.047-0.391 0.375-0.422 1.016-0.031 1.422 0.516 0.562 0.812 1.281 0.812 2.047s-0.297 1.484-0.812 2.047c-0.391 0.406-0.359 1.047 0.031 1.422 0.203 0.172 0.453 0.266 0.688 0.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-movie-o\" viewBox=\"0 0 24 28\">\n<title>file-movie-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM12 12c1.094 0 2 0.906 2 2v6c0 1.094-0.906 2-2 2h-6c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h6zM19.688 12.031c0.187 0.078 0.313 0.266 0.313 0.469v9c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.266-0.047-0.359-0.141l-4.141-4.156v-1.406l4.141-4.156c0.094-0.094 0.234-0.141 0.359-0.141 0.063 0 0.125 0.016 0.187 0.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-code-o\" viewBox=\"0 0 24 28\">\n<title>file-code-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM7.5 12c0.172-0.219 0.484-0.266 0.703-0.094l0.797 0.594c0.219 0.172 0.266 0.484 0.094 0.703l-2.844 3.797 2.844 3.797c0.172 0.219 0.125 0.531-0.094 0.703l-0.797 0.594c-0.219 0.172-0.531 0.125-0.703-0.094l-3.531-4.703c-0.125-0.172-0.125-0.422 0-0.594zM20.031 16.703c0.125 0.172 0.125 0.422 0 0.594l-3.531 4.703c-0.172 0.219-0.484 0.266-0.703 0.094l-0.797-0.594c-0.219-0.172-0.266-0.484-0.094-0.703l2.844-3.797-2.844-3.797c-0.172-0.219-0.125-0.531 0.094-0.703l0.797-0.594c0.219-0.172 0.531-0.125 0.703 0.094zM10.344 23.906c-0.281-0.047-0.453-0.313-0.406-0.578l2.156-12.984c0.047-0.281 0.313-0.453 0.578-0.406l0.984 0.156c0.281 0.047 0.453 0.313 0.406 0.578l-2.156 12.984c-0.047 0.281-0.313 0.453-0.578 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vine\" viewBox=\"0 0 24 28\">\n<title>vine</title>\n<path d=\"M23.391 12.922v3.094c-1.094 0.25-2.188 0.359-3.094 0.359-2.188 4.594-6.109 8.531-7.422 9.266-0.828 0.469-1.609 0.5-2.531-0.047-1.609-0.969-7.703-5.969-9.734-21.688h4.422c1.109 9.438 3.828 14.281 6.813 17.906 1.656-1.656 3.25-3.859 4.484-6.344-2.953-1.5-4.75-4.797-4.75-8.641 0-3.891 2.234-6.828 6.062-6.828 3.719 0 5.75 2.312 5.75 6.297 0 1.484-0.313 3.172-0.906 4.469 0 0-2.75 0.547-3.766-1.219 0.203-0.672 0.484-1.828 0.484-2.875 0-1.859-0.672-2.766-1.687-2.766-1.078 0-1.828 1.016-1.828 2.969 0 3.984 2.531 6.266 5.812 6.266 0.578 0 1.234-0.063 1.891-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codepen\" viewBox=\"0 0 28 28\">\n<title>codepen</title>\n<path d=\"M3.375 18.266l9.422 6.281v-5.609l-5.219-3.484zM2.406 16.016l3.016-2.016-3.016-2.016v4.031zM15.203 24.547l9.422-6.281-4.203-2.812-5.219 3.484v5.609zM14 16.844l4.25-2.844-4.25-2.844-4.25 2.844zM7.578 12.547l5.219-3.484v-5.609l-9.422 6.281zM22.578 14l3.016 2.016v-4.031zM20.422 12.547l4.203-2.812-9.422-6.281v5.609zM28 9.734v8.531c0 0.391-0.203 0.781-0.531 1l-12.797 8.531c-0.203 0.125-0.438 0.203-0.672 0.203s-0.469-0.078-0.672-0.203l-12.797-8.531c-0.328-0.219-0.531-0.609-0.531-1v-8.531c0-0.391 0.203-0.781 0.531-1l12.797-8.531c0.203-0.125 0.438-0.203 0.672-0.203s0.469 0.078 0.672 0.203l12.797 8.531c0.328 0.219 0.531 0.609 0.531 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-jsfiddle\" viewBox=\"0 0 32 28\">\n<title>jsfiddle</title>\n<path d=\"M28.125 12.063c2.266 0.938 3.875 3.156 3.875 5.734 0 3.422-2.828 6.203-6.297 6.203-0.125 0-0.234-0.016-0.344-0.016h-19.016c-3.5-0.203-6.344-2.875-6.344-6.344 0-2.328 1.266-4.359 3.156-5.469-0.125-0.406-0.187-0.828-0.187-1.281 0-2.391 1.953-4.328 4.391-4.328 1 0 1.937 0.344 2.688 0.906 1.531-3.156 4.781-5.344 8.578-5.344 5.266 0 9.516 4.203 9.516 9.375 0 0.187-0.016 0.375-0.016 0.562zM7.313 16.219c0 2.641 2.078 4.125 4.562 4.125 1.531 0 2.641-0.484 3.75-1.547-0.453-0.562-0.953-1.109-1.422-1.672-0.641 0.625-1.344 1.016-2.25 1.016-1.109 0-2.063-0.734-2.063-1.891 0-1.141 0.953-1.891 2.031-1.891 3.437 0 4.172 6 9.172 6 2.438 0 4.5-1.531 4.5-4.094 0-2.594-2.078-4.109-4.547-4.109-1.531 0-2.672 0.438-3.766 1.516 0.5 0.547 0.969 1.125 1.453 1.687 0.625-0.609 1.328-1 2.219-1 1.031 0 2.063 0.734 2.063 1.828 0 1.203-0.875 1.969-2.047 1.969-3.328 0-4.219-6-9.094-6-2.422 0-4.562 1.484-4.562 4.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-life-bouy\" viewBox=\"0 0 28 28\">\n<title>life-bouy</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM14 2c-2.031 0-3.953 0.516-5.641 1.406l3.031 3.031c0.828-0.281 1.703-0.438 2.609-0.438 0.922 0 1.781 0.156 2.609 0.438l3.031-3.031c-1.687-0.891-3.609-1.406-5.641-1.406zM3.406 19.641l3.031-3.031c-0.281-0.828-0.438-1.703-0.438-2.609 0-0.922 0.156-1.781 0.438-2.609l-3.031-3.031c-0.891 1.687-1.406 3.609-1.406 5.641s0.516 3.953 1.406 5.641zM14 26c2.031 0 3.953-0.516 5.641-1.406l-3.031-3.031c-0.828 0.281-1.687 0.438-2.609 0.438-0.906 0-1.781-0.156-2.609-0.438l-3.031 3.031c1.687 0.891 3.609 1.406 5.641 1.406zM14 20c3.313 0 6-2.688 6-6s-2.688-6-6-6-6 2.688-6 6 2.688 6 6 6zM21.562 16.609l3.031 3.031c0.891-1.687 1.406-3.609 1.406-5.641s-0.516-3.953-1.406-5.641l-3.031 3.031c0.281 0.828 0.438 1.703 0.438 2.609s-0.156 1.781-0.438 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o-notch\" viewBox=\"0 0 28 28\">\n<title>circle-o-notch</title>\n<path d=\"M27.5 14c0 7.453-6.047 13.5-13.5 13.5s-13.5-6.047-13.5-13.5c0-6.781 5-12.391 11.5-13.359v3.563c-4.562 0.922-8 4.969-8 9.797 0 5.516 4.484 10 10 10s10-4.484 10-10c0-4.828-3.437-8.875-8-9.797v-3.563c6.5 0.969 11.5 6.578 11.5 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ra\" viewBox=\"0 0 28 28\">\n<title>ra</title>\n<path d=\"M0.297 13.656c0.156-4.469 2.438-8.594 6.578-11.312 0.016 0 0.109-0.031 0.063 0.047-0.328 0.313-6.281 7.328-0.797 12.781 2.812 2.797 5.078 0.141 5.078 0.141 2.172-2.828-0.031-7.109-0.031-7.109-0.562-1.406-2.578-2.266-2.578-2.266l1.625-1.797c1.375 0.594 2.438 2.188 2.438 2.188 0.047-1.672-1.234-3.469-1.234-3.469l2.516-2.859 2.5 2.828c-1.156 1.625-1.234 3.531-1.234 3.531 0.781-1.297 2.453-2.219 2.453-2.219l1.609 1.797c-1.547 0.5-2.562 2.25-2.562 2.25-0.891 1.609-1.531 5.047 0.031 7.187 1.828 2.516 4.953-0.156 4.953-0.156 5.797-5.187-0.594-12.703-0.594-12.703-0.344-0.313 0.047-0.156 0.047-0.156 2.828 2.063 6.469 4.766 6.563 11.562 0.109 8.219-5.641 14.078-13.687 14.078-7.859 0-13.969-6.563-13.734-14.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-empire\" viewBox=\"0 0 28 28\">\n<title>empire</title>\n<path d=\"M13.656 25.594v1.031c-4.406-0.125-8.266-2.5-10.437-6.016l0.906-0.531c0.328 0.547 0.719 1.062 1.141 1.547l1.016-0.891c1.469 1.672 3.469 2.859 5.75 3.313l-0.266 1.344c0.609 0.109 1.25 0.187 1.891 0.203zM4.312 17.313l-1.297 0.438c0.219 0.609 0.469 1.188 0.766 1.75l-0.891 0.516c-0.969-1.781-1.531-3.844-1.531-6.016s0.562-4.234 1.531-6.016l0.891 0.516c-0.297 0.547-0.562 1.141-0.766 1.75l1.281 0.438c-0.359 1.031-0.547 2.156-0.547 3.313s0.203 2.281 0.562 3.313zM23.875 20.078l0.906 0.531c-2.172 3.516-6.031 5.891-10.437 6.016v-1.031c0.641-0.016 1.281-0.094 1.891-0.203l-0.266-1.344c2.281-0.453 4.281-1.641 5.75-3.313l1.016 0.891c0.422-0.484 0.812-1 1.141-1.547zM21.516 11.422l-3.641 1.25c0.141 0.422 0.219 0.859 0.219 1.328s-0.078 0.906-0.219 1.328l3.625 1.25c-0.328 0.984-0.859 1.875-1.531 2.641l-2.891-2.531c-0.578 0.672-1.375 1.141-2.297 1.328l0.75 3.766c-0.484 0.094-1 0.156-1.531 0.156s-1.047-0.063-1.531-0.156l0.75-3.766c-0.922-0.187-1.719-0.656-2.297-1.328l-2.891 2.531c-0.672-0.766-1.203-1.656-1.531-2.641l3.625-1.25c-0.141-0.422-0.219-0.859-0.219-1.328s0.078-0.906 0.219-1.328l-3.641-1.25c0.344-0.984 0.875-1.875 1.547-2.641l2.891 2.531c0.578-0.672 1.375-1.156 2.297-1.344l-0.75-3.75c0.484-0.109 1-0.156 1.531-0.156s1.047 0.047 1.531 0.156l-0.75 3.75c0.922 0.187 1.719 0.672 2.297 1.344l2.891-2.531c0.672 0.766 1.203 1.656 1.547 2.641zM13.656 1.375v1.031c-0.641 0.016-1.281 0.078-1.891 0.203l0.266 1.344c-2.281 0.437-4.281 1.625-5.75 3.297l-1.016-0.875c-0.422 0.469-0.797 0.984-1.141 1.531l-0.891-0.516c2.172-3.531 6.016-5.891 10.422-6.016v0zM26.641 14c0 2.172-0.562 4.234-1.531 6.016l-0.891-0.516c0.297-0.562 0.547-1.141 0.766-1.75l-1.297-0.438c0.359-1.031 0.562-2.156 0.562-3.313s-0.187-2.281-0.547-3.313l1.281-0.438c-0.203-0.609-0.469-1.203-0.766-1.75l0.891-0.516c0.969 1.781 1.531 3.844 1.531 6.016zM24.766 7.391l-0.891 0.516c-0.344-0.547-0.719-1.062-1.141-1.531l-1.016 0.875c-1.469-1.672-3.469-2.859-5.75-3.297l0.266-1.344c-0.609-0.125-1.25-0.187-1.891-0.203v-1.031c4.406 0.125 8.25 2.484 10.422 6.016zM27.312 14c0-7.344-5.969-13.312-13.312-13.312v0c-7.344 0-13.312 5.969-13.312 13.312s5.969 13.312 13.312 13.312 13.312-5.969 13.312-13.312zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git-square\" viewBox=\"0 0 24 28\">\n<title>git-square</title>\n<path d=\"M9.094 20.438c0 0.844-0.766 1.031-1.453 1.031-0.672 0-1.672-0.109-1.672-0.984 0-0.859 0.844-1 1.531-1 0.656 0 1.594 0.109 1.594 0.953zM8.531 13.156c0 0.781-0.313 1.328-1.156 1.328-0.859 0-1.203-0.5-1.203-1.313s0.313-1.406 1.203-1.406c0.797 0 1.156 0.656 1.156 1.391zM11.125 11.984v-1.953c-0.672 0.25-1.391 0.453-2.109 0.453-0.516-0.297-1.109-0.453-1.719-0.453-1.781 0-3.187 1.313-3.187 3.125 0 0.969 0.641 2.312 1.609 2.641v0.047c-0.5 0.219-0.594 0.828-0.594 1.328 0 0.516 0.187 0.938 0.641 1.203v0.047c-1.062 0.344-1.766 1.016-1.766 2.172 0 1.984 1.891 2.547 3.547 2.547 2 0 3.5-0.734 3.5-2.938 0-1.563-1.422-2.031-2.719-2.266-0.438-0.078-1.188-0.391-1.188-0.938 0-0.516 0.281-0.734 0.766-0.812 1.594-0.313 2.609-1.547 2.609-3.187 0-0.281-0.063-0.547-0.156-0.812 0.25-0.063 0.516-0.125 0.766-0.203zM12.047 18.531h2.141c-0.031-0.422-0.031-0.859-0.031-1.281v-6.047c0-0.359 0-0.719 0.031-1.078h-2.141c0.047 0.359 0.047 0.75 0.047 1.109v6.125c0 0.391 0 0.781-0.047 1.172zM20 18.281v-1.891c-0.313 0.219-0.688 0.328-1.062 0.328-0.703 0-0.828-0.703-0.828-1.281v-3.516h0.812c0.281 0 0.547 0.031 0.828 0.031v-1.828h-1.641c0-0.531-0.031-1.062 0.047-1.594h-2.188c0.047 0.281 0.063 0.562 0.063 0.859v0.734h-0.938v1.828c0.187-0.016 0.375-0.047 0.578-0.047 0.109 0 0.234 0.016 0.359 0.016v0.031h-0.031v3.391c0 1.687 0.25 3.313 2.312 3.313 0.578 0 1.172-0.094 1.687-0.375zM14.438 7.25c0-0.734-0.547-1.422-1.313-1.422s-1.328 0.672-1.328 1.422c0 0.734 0.578 1.391 1.328 1.391s1.313-0.672 1.313-1.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git\" viewBox=\"0 0 28 28\">\n<title>git</title>\n<path d=\"M9.297 23.656c0-1.375-1.516-1.563-2.578-1.563-1.109 0-2.469 0.234-2.469 1.625 0 1.406 1.609 1.578 2.688 1.578 1.141 0 2.359-0.281 2.359-1.641zM8.375 11.859c0-1.172-0.562-2.234-1.859-2.234-1.437 0-1.937 0.953-1.937 2.266 0 1.297 0.562 2.109 1.937 2.109 1.359 0 1.859-0.875 1.859-2.141zM12.578 6.797v3.156c-0.406 0.141-0.812 0.25-1.234 0.344 0.156 0.422 0.25 0.859 0.25 1.313 0 2.641-1.625 4.656-4.219 5.141-0.781 0.156-1.234 0.484-1.234 1.328 0 2.391 6.312 0.766 6.312 5.172 0 3.578-2.422 4.75-5.672 4.75-2.672 0-5.719-0.891-5.719-4.109 0-1.875 1.141-2.953 2.844-3.516v-0.063c-0.719-0.438-1.047-1.125-1.047-1.969 0-0.797 0.172-1.781 0.984-2.141v-0.063c-1.578-0.531-2.609-2.703-2.609-4.281 0-2.922 2.266-5.063 5.156-5.063 0.969 0 1.937 0.25 2.781 0.734 1.172 0 2.328-0.313 3.406-0.734zM17.547 20.563h-3.469c0.063-0.703 0.063-1.391 0.063-2.094v-9.516c0-0.672 0.016-1.344-0.063-2h3.469c-0.078 0.641-0.063 1.297-0.063 1.937v9.578c0 0.703 0 1.391 0.063 2.094zM26.938 17.094v3.063c-0.828 0.453-1.781 0.609-2.719 0.609-3.344 0-3.734-2.641-3.734-5.359v-5.484h0.031v-0.063c-0.203 0-0.391-0.031-0.578-0.031-0.313 0-0.625 0.047-0.922 0.094v-2.969h1.5v-1.188c0-0.469-0.016-0.938-0.094-1.391h3.547c-0.125 0.859-0.094 1.719-0.094 2.578h2.672v2.969c-0.453 0-0.906-0.063-1.344-0.063h-1.328v5.703c0 0.922 0.203 2.047 1.359 2.047 0.609 0 1.203-0.172 1.703-0.516zM17.938 2.297c0 1.172-0.906 2.266-2.109 2.266-1.234 0-2.156-1.078-2.156-2.266 0-1.203 0.906-2.297 2.156-2.297 1.234 0 2.109 1.125 2.109 2.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hacker-news\" viewBox=\"0 0 24 28\">\n<title>hacker-news</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tencent-weibo\" viewBox=\"0 0 20 28\">\n<title>tencent-weibo</title>\n<path d=\"M13.156 8.937c0 1.656-1.359 3.016-3.016 3.016-0.641 0-1.234-0.203-1.734-0.547-0.562 0.609-1.188 1.375-1.797 2.281-2.547 3.828-3.625 8.344-3.156 13.422 0.031 0.453-0.297 0.844-0.734 0.891h-0.078c-0.406 0-0.766-0.313-0.812-0.734-0.609-6.844 1.563-11.688 3.484-14.547 0.703-1.047 1.406-1.891 2.063-2.578-0.172-0.375-0.25-0.781-0.25-1.203 0-1.672 1.344-3.016 3.016-3.016 1.656 0 3.016 1.344 3.016 3.016zM19.109 9.109c0 5.016-4.078 9.094-9.109 9.094-0.688 0-1.375-0.078-2.047-0.219-0.438-0.109-0.703-0.547-0.609-0.984 0.109-0.422 0.531-0.703 0.969-0.609 0.547 0.141 1.125 0.203 1.687 0.203 4.125 0 7.484-3.359 7.484-7.484s-3.359-7.484-7.484-7.484-7.484 3.359-7.484 7.484c0 1.203 0.281 2.344 0.812 3.406 0.203 0.406 0.047 0.891-0.344 1.094-0.406 0.203-0.891 0.047-1.094-0.359-0.656-1.266-1-2.703-1-4.141 0-5.031 4.094-9.109 9.109-9.109 5.031 0 9.109 4.078 9.109 9.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qq\" viewBox=\"0 0 28 28\">\n<title>qq</title>\n<path d=\"M4.219 12.594c-0.109-0.266-0.125-0.531-0.125-0.812 0-0.438 0.281-1.141 0.547-1.469-0.016-0.406 0.156-1.234 0.469-1.5 0-2.891 2.234-6.531 4.844-7.781 1.609-0.766 3.297-1.031 5.063-1.031 1.375 0 2.875 0.328 4.156 0.859 3.672 1.547 4.5 4.422 5.281 8.094l0.016 0.078c0.453 0.688 0.859 1.5 0.859 2.344 0 0.422-0.281 0.844-0.281 1.219 0 0.031 0.094 0.156 0.109 0.187 1.344 1.984 2.562 4.141 2.562 6.609 0 0.547-0.297 2.453-1.172 2.453-0.609 0-1.281-1.484-1.5-1.891-0.016-0.016-0.031-0.016-0.047-0.016l-0.078 0.063c-0.5 1.297-1.047 2.516-2.063 3.484 0.891 0.859 2.328 0.781 2.594 2.266-0.078 0.172-0.047 0.359-0.172 0.531-0.891 1.344-3.281 1.516-4.719 1.516-1.906 0-3.453-0.5-5.25-1.031-0.375-0.109-0.938-0.047-1.344-0.094-0.953 1.047-3.281 1.328-4.625 1.328-1.188 0-5.781-0.078-5.781-2.109 0-0.875 0.187-1.125 0.797-1.687 0.484-0.094 0.844-0.359 1.406-0.391 0.078 0 0.141-0.016 0.219-0.031 0.016-0.016 0.031-0.016 0.031-0.063l-0.031-0.047c-1.078-0.25-2.594-2.969-2.828-4.094l-0.078-0.047c-0.109 0-0.156 0.234-0.187 0.313-0.344 0.797-1.156 1.656-2.063 1.75h-0.016c-0.125 0-0.078-0.125-0.172-0.156-0.219-0.516-0.359-0.984-0.359-1.563 0-3.125 1.5-5.437 3.938-7.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wechat\" viewBox=\"0 0 32 28\">\n<title>wechat</title>\n<path d=\"M9.063 7.203c0-0.859-0.562-1.422-1.422-1.422-0.844 0-1.703 0.562-1.703 1.422 0 0.844 0.859 1.406 1.703 1.406 0.859 0 1.422-0.562 1.422-1.406zM20.672 15.125c0-0.562-0.562-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.859 0 1.422-0.562 1.422-1.141zM16.984 7.203c0-0.859-0.562-1.422-1.406-1.422-0.859 0-1.703 0.562-1.703 1.422 0 0.844 0.844 1.406 1.703 1.406 0.844 0 1.406-0.562 1.406-1.406zM26.906 15.125c0-0.562-0.578-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.844 0 1.422-0.562 1.422-1.141zM22.75 8.922c-0.359-0.047-0.719-0.063-1.094-0.063-5.375 0-9.625 4.016-9.625 8.953 0 0.828 0.125 1.625 0.359 2.375-0.359 0.031-0.703 0.047-1.062 0.047-1.422 0-2.547-0.281-3.969-0.562l-3.953 1.984 1.125-3.406c-2.828-1.984-4.531-4.547-4.531-7.656 0-5.391 5.094-9.625 11.328-9.625 5.563 0 10.453 3.391 11.422 7.953zM32 17.687c0 2.547-1.687 4.813-3.969 6.516l0.859 2.828-3.109-1.703c-1.141 0.281-2.281 0.578-3.406 0.578-5.391 0-9.625-3.687-9.625-8.219s4.234-8.219 9.625-8.219c5.094 0 9.625 3.687 9.625 8.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane\" viewBox=\"0 0 28 28\">\n<title>paper-plane</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-7.078-2.891-3.781 4.609c-0.187 0.234-0.469 0.359-0.766 0.359-0.109 0-0.234-0.016-0.344-0.063-0.391-0.141-0.656-0.516-0.656-0.938v-5.453l13.5-16.547-16.703 14.453-6.172-2.531c-0.359-0.141-0.594-0.469-0.625-0.859-0.016-0.375 0.172-0.734 0.5-0.922l26-15c0.156-0.094 0.328-0.141 0.5-0.141 0.203 0 0.406 0.063 0.562 0.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane-o\" viewBox=\"0 0 28 28\">\n<title>paper-plane-o</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-8.234-3.359-4.656 5.109c-0.187 0.219-0.453 0.328-0.734 0.328-0.125 0-0.25-0.016-0.359-0.063-0.391-0.156-0.641-0.531-0.641-0.938v-7.063l-7.375-3.016c-0.359-0.141-0.594-0.469-0.625-0.859-0.031-0.375 0.172-0.734 0.5-0.922l26-15c0.328-0.203 0.75-0.187 1.062 0.031zM22.219 23.594l3.453-20.672-22.406 12.922 5.25 2.141 13.484-9.984-7.469 12.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-history\" viewBox=\"0 0 24 28\">\n<title>history</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12zM14 9.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-thin\" viewBox=\"0 0 24 28\">\n<title>circle-thin</title>\n<path d=\"M12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-header\" viewBox=\"0 0 28 28\">\n<title>header</title>\n<path d=\"M26.281 26c-1.375 0-2.766-0.109-4.156-0.109-1.375 0-2.75 0.109-4.125 0.109-0.531 0-0.781-0.578-0.781-1.031 0-1.391 1.563-0.797 2.375-1.328 0.516-0.328 0.516-1.641 0.516-2.188l-0.016-6.109c0-0.172 0-0.328-0.016-0.484-0.25-0.078-0.531-0.063-0.781-0.063h-10.547c-0.266 0-0.547-0.016-0.797 0.063-0.016 0.156-0.016 0.313-0.016 0.484l-0.016 5.797c0 0.594 0 2.219 0.578 2.562 0.812 0.5 2.656-0.203 2.656 1.203 0 0.469-0.219 1.094-0.766 1.094-1.453 0-2.906-0.109-4.344-0.109-1.328 0-2.656 0.109-3.984 0.109-0.516 0-0.75-0.594-0.75-1.031 0-1.359 1.437-0.797 2.203-1.328 0.5-0.344 0.516-1.687 0.516-2.234l-0.016-0.891v-12.703c0-0.75 0.109-3.156-0.594-3.578-0.781-0.484-2.453 0.266-2.453-1.141 0-0.453 0.203-1.094 0.75-1.094 1.437 0 2.891 0.109 4.328 0.109 1.313 0 2.641-0.109 3.953-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.344-1.547 0.688-2.312 1.172-0.547 0.328-0.547 1.937-0.547 2.5l0.016 5c0 0.172 0 0.328 0.016 0.5 0.203 0.047 0.406 0.047 0.609 0.047h10.922c0.187 0 0.391 0 0.594-0.047 0.016-0.172 0.016-0.328 0.016-0.5l0.016-5c0-0.578 0-2.172-0.547-2.5-0.781-0.469-2.344 0.156-2.344-1.172 0-0.469 0.219-1.094 0.781-1.094 1.375 0 2.75 0.109 4.125 0.109 1.344 0 2.688-0.109 4.031-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.359-1.609 0.672-2.391 1.156-0.531 0.344-0.547 1.953-0.547 2.516l0.016 14.734c0 0.516 0.031 1.875 0.531 2.188 0.797 0.5 2.484-0.141 2.484 1.219 0 0.453-0.203 1.094-0.75 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paragraph\" viewBox=\"0 0 20 28\">\n<title>paragraph</title>\n<path d=\"M19.969 2.953v1.141c0 0.531-0.422 1.453-0.953 1.453-0.266 0-0.578-0.047-0.844 0.016-0.25 0.063-0.438 0.234-0.5 0.484-0.078 0.297-0.047 0.672-0.047 1v18c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-19.031h-2.234v19.031c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-7.75c-1.516-0.125-2.812-0.438-3.828-0.922-1.313-0.609-2.312-1.547-3-2.797-0.656-1.203-1-2.562-1-4.047 0-1.734 0.469-3.234 1.375-4.469 0.922-1.234 2.016-2.063 3.266-2.484 1.172-0.391 3.641-0.578 6.516-0.578h7.484c0.531 0 0.953 0.422 0.953 0.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sliders\" viewBox=\"0 0 24 28\">\n<title>sliders</title>\n<path d=\"M5.5 22v2h-5.5v-2h5.5zM11 20c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM13.5 14v2h-13.5v-2h13.5zM3.5 6v2h-3.5v-2h3.5zM24 22v2h-11.5v-2h11.5zM9 4c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM19 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM24 14v2h-3.5v-2h3.5zM24 6v2h-13.5v-2h13.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt\" viewBox=\"0 0 24 28\">\n<title>share-alt</title>\n<path d=\"M19 16c2.766 0 5 2.234 5 5s-2.234 5-5 5-5-2.234-5-5c0-0.172 0.016-0.359 0.031-0.531l-5.625-2.812c-0.891 0.828-2.094 1.344-3.406 1.344-2.766 0-5-2.234-5-5s2.234-5 5-5c1.313 0 2.516 0.516 3.406 1.344l5.625-2.812c-0.016-0.172-0.031-0.359-0.031-0.531 0-2.766 2.234-5 5-5s5 2.234 5 5-2.234 5-5 5c-1.313 0-2.516-0.516-3.406-1.344l-5.625 2.812c0.016 0.172 0.031 0.359 0.031 0.531s-0.016 0.359-0.031 0.531l5.625 2.812c0.891-0.828 2.094-1.344 3.406-1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt-square\" viewBox=\"0 0 24 28\">\n<title>share-alt-square</title>\n<path d=\"M20 18.672c0-1.844-1.5-3.344-3.328-3.344-0.875 0-1.672 0.344-2.266 0.906l-3.766-1.875c0.016-0.125 0.031-0.234 0.031-0.359s-0.016-0.234-0.031-0.359l3.766-1.875c0.594 0.562 1.391 0.906 2.266 0.906 1.828 0 3.328-1.5 3.328-3.344 0-1.828-1.5-3.328-3.328-3.328-1.844 0-3.344 1.5-3.344 3.328 0 0.125 0.016 0.234 0.031 0.359l-3.766 1.875c-0.594-0.547-1.391-0.891-2.266-0.891-1.828 0-3.328 1.484-3.328 3.328s1.5 3.328 3.328 3.328c0.875 0 1.672-0.344 2.266-0.891l3.766 1.875c-0.016 0.125-0.031 0.234-0.031 0.359 0 1.828 1.5 3.328 3.344 3.328 1.828 0 3.328-1.5 3.328-3.328zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bomb\" viewBox=\"0 0 28 28\">\n<title>bomb</title>\n<path d=\"M8.922 9.203c-0.203-0.516-0.781-0.75-1.297-0.547-2.25 0.906-4.062 2.719-4.969 4.969-0.203 0.516 0.031 1.094 0.547 1.297 0.125 0.047 0.25 0.078 0.375 0.078 0.406 0 0.766-0.234 0.938-0.625 0.703-1.75 2.109-3.156 3.859-3.859 0.516-0.219 0.766-0.797 0.547-1.313zM23.641 3.641l0.719 0.719-3.813 3.797 1.062 1.062c0.391 0.391 0.391 1.031 0 1.422l-1 1c0.875 1.578 1.391 3.406 1.391 5.359 0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11c1.953 0 3.781 0.516 5.359 1.391l1-1c0.391-0.391 1.031-0.391 1.422 0l1.062 1.062zM23.766 2.766c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156l-1.422-1.406c-0.187-0.203-0.187-0.516 0-0.719 0.203-0.187 0.516-0.187 0.719 0l1.406 1.422c0.203 0.187 0.203 0.516 0 0.703zM27.359 6.359c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-1.406-1.422c-0.203-0.187-0.203-0.516 0-0.703 0.187-0.203 0.516-0.203 0.703 0l1.422 1.406c0.187 0.203 0.187 0.516 0 0.719zM28 3.5c0 0.281-0.219 0.5-0.5 0.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h1.5c0.281 0 0.5 0.219 0.5 0.5zM25 0.5v1.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-1.5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM27.359 1.359l-1.422 1.406c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156-0.203-0.187-0.203-0.516 0-0.703l1.406-1.422c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-futbol-o\" viewBox=\"0 0 28 28\">\n<title>futbol-o</title>\n<path d=\"M9.516 12.75l4.484-3.25 4.484 3.25-1.703 5.25h-5.547zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM23.672 21.094c1.469-2 2.328-4.438 2.328-7.094v-0.047l-1.594 1.391-3.75-3.5 0.984-5.047 2.094 0.187c-1.484-2.047-3.609-3.625-6.078-4.406l0.828 1.937-4.484 2.484-4.484-2.484 0.828-1.937c-2.469 0.781-4.594 2.359-6.078 4.406l2.109-0.187 0.969 5.047-3.75 3.5-1.594-1.391v0.047c0 2.656 0.859 5.094 2.328 7.094l0.469-2.063 5.094 0.625 2.172 4.656-1.813 1.078c1.172 0.391 2.438 0.609 3.75 0.609s2.578-0.219 3.75-0.609l-1.813-1.078 2.172-4.656 5.094-0.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tty\" viewBox=\"0 0 28 28\">\n<title>tty</title>\n<path d=\"M7 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM4 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM13 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM1.031 12c-0.578 0-1.031-0.453-1.031-1.016v-2.016h8.031v2.016c0 0.562-0.453 1.016-1.016 1.016h-5.984zM19 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM25 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.125v0.203h-8.031v-0.156c0-0.578-0.5-1.625-5.969-1.594-5.469 0.016-5.969 1.016-5.969 1.594v0.156h-8.031v-0.203c0-1.047 1.875-6.125 14-6.125 12.109 0 14 5.078 14 6.125zM28 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.969v2.016c0 0.562-0.453 1.016-1.016 1.016h-6c-0.562 0-1.016-0.453-1.016-1.016v-2.016h8.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-binoculars\" viewBox=\"0 0 28 28\">\n<title>binoculars</title>\n<path d=\"M11 5v12c0 0.547-0.453 1-1 1v0 9c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-8l3.891-13.641c0.063-0.219 0.266-0.359 0.484-0.359h6.625zM16 5v11h-4v-11h4zM28 19v8c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-9c-0.547 0-1-0.453-1-1v-12h6.625c0.219 0 0.422 0.141 0.484 0.359zM11.5 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5zM22 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plug\" viewBox=\"0 0 28 28\">\n<title>plug</title>\n<path d=\"M27.422 7.078c0.766 0.781 0.766 2.047 0 2.828l-6.266 6.25 2.344 2.344-2.5 2.5c-3.422 3.422-8.641 3.906-12.516 1.344l-5.656 5.656h-2.828v-2.828l5.656-5.656c-2.562-3.875-2.078-9.094 1.344-12.516l2.5-2.5 2.344 2.344 6.25-6.266c0.781-0.766 2.047-0.766 2.828 0 0.781 0.781 0.781 2.063 0 2.828l-6.25 6.266 3.656 3.656 6.266-6.25c0.781-0.781 2.047-0.781 2.828 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slideshare\" viewBox=\"0 0 28 28\">\n<title>slideshare</title>\n<path d=\"M13.641 11.562c0 1.734-1.516 3.156-3.375 3.156s-3.375-1.422-3.375-3.156c0-1.75 1.516-3.156 3.375-3.156s3.375 1.406 3.375 3.156zM21.484 11.562c0 1.734-1.5 3.156-3.375 3.156-1.859 0-3.375-1.422-3.375-3.156 0-1.75 1.516-3.156 3.375-3.156 1.875 0 3.375 1.406 3.375 3.156zM25 14.375v-10.422c0-1.797-0.578-2.5-2.234-2.5h-17.375c-1.734 0-2.219 0.594-2.219 2.5v10.516c3.703 1.937 6.875 1.594 8.609 1.531 0.734-0.016 1.203 0.125 1.484 0.422 0.047 0.047 0.094 0.094 0.156 0.141 0.328 0.313 0.641 0.562 0.953 0.797 0.063-0.859 0.547-1.406 1.844-1.359 1.766 0.078 5.016 0.422 8.781-1.625zM27.547 14.297c-1 1.234-2.906 2.75-5.812 3.938 3.078 10.484-7.516 12.156-7.344 6.781 0 0.094-0.016-2.891-0.016-5.109-0.234-0.047-0.469-0.109-0.75-0.172 0 2.234-0.016 5.375-0.016 5.281 0.172 5.375-10.422 3.703-7.344-6.781-2.906-1.188-4.813-2.703-5.812-3.938-0.5-0.75 0.047-1.547 0.875-0.969 0.109 0.078 0.234 0.156 0.344 0.234v-10.844c0-1.5 1.125-2.719 2.516-2.719h19.641c1.391 0 2.516 1.219 2.516 2.719v10.844l0.328-0.234c0.828-0.578 1.375 0.219 0.875 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitch\" viewBox=\"0 0 28 28\">\n<title>twitch</title>\n<path d=\"M14 6.781v6.781h-2.266v-6.781h2.266zM20.219 6.781v6.781h-2.266v-6.781h2.266zM20.219 18.656l3.953-3.969v-12.422h-18.656v16.391h5.094v3.391l3.391-3.391h6.219zM26.437 0v15.828l-6.781 6.781h-5.094l-3.391 3.391h-3.391v-3.391h-6.219v-18.094l1.703-4.516h23.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yelp\" viewBox=\"0 0 24 28\">\n<title>yelp</title>\n<path d=\"M12.078 20.609v1.984c-0.016 4.406-0.016 4.562-0.094 4.766-0.125 0.328-0.406 0.547-0.797 0.625-1.125 0.187-4.641-1.109-5.375-1.984-0.156-0.172-0.234-0.375-0.266-0.562-0.016-0.141 0.016-0.281 0.063-0.406 0.078-0.219 0.219-0.391 3.359-4.109 0 0 0.016 0 0.938-1.094 0.313-0.391 0.875-0.516 1.391-0.328 0.516 0.203 0.797 0.641 0.781 1.109zM9.75 16.688c-0.031 0.547-0.344 0.953-0.812 1.094l-1.875 0.609c-4.203 1.344-4.344 1.375-4.562 1.375-0.344-0.016-0.656-0.219-0.844-0.562-0.125-0.25-0.219-0.672-0.266-1.172-0.172-1.531 0.031-3.828 0.484-4.547 0.219-0.344 0.531-0.516 0.875-0.5 0.234 0 0.422 0.094 4.953 1.937 0 0-0.016 0.016 1.313 0.531 0.469 0.187 0.766 0.672 0.734 1.234zM22.656 21.328c-0.156 1.125-2.484 4.078-3.547 4.5-0.359 0.141-0.719 0.109-0.984-0.109-0.187-0.141-0.375-0.422-2.875-4.484l-0.734-1.203c-0.281-0.438-0.234-1 0.125-1.437 0.344-0.422 0.844-0.562 1.297-0.406 0 0 0.016 0.016 1.859 0.625 4.203 1.375 4.344 1.422 4.516 1.563 0.281 0.219 0.406 0.547 0.344 0.953zM12.156 11.453c0.078 1.625-0.609 1.828-0.844 1.906-0.219 0.063-0.906 0.266-1.781-1.109-5.75-9.078-5.906-9.344-5.906-9.344-0.078-0.328 0.016-0.688 0.297-0.969 0.859-0.891 5.531-2.203 6.75-1.891 0.391 0.094 0.672 0.344 0.766 0.703 0.063 0.391 0.625 8.813 0.719 10.703zM22.5 13.141c0.031 0.391-0.109 0.719-0.406 0.922-0.187 0.125-0.375 0.187-5.141 1.344-0.766 0.172-1.188 0.281-1.422 0.359l0.016-0.031c-0.469 0.125-1-0.094-1.297-0.562s-0.281-0.984 0-1.359c0 0 0.016-0.016 1.172-1.594 2.562-3.5 2.688-3.672 2.875-3.797 0.297-0.203 0.656-0.203 1.016-0.031 1.016 0.484 3.063 3.531 3.187 4.703v0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-newspaper-o\" viewBox=\"0 0 32 28\">\n<title>newspaper-o</title>\n<path d=\"M16 8h-6v6h6v-6zM18 18v2h-10v-2h10zM18 6v10h-10v-10h10zM28 18v2h-8v-2h8zM28 14v2h-8v-2h8zM28 10v2h-8v-2h8zM28 6v2h-8v-2h8zM4 21v-15h-2v15c0 0.547 0.453 1 1 1s1-0.453 1-1zM30 21v-17h-24v17c0 0.344-0.063 0.688-0.172 1h23.172c0.547 0 1-0.453 1-1zM32 2v19c0 1.656-1.344 3-3 3h-26c-1.656 0-3-1.344-3-3v-17h4v-2h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wifi\" viewBox=\"0 0 32 28\">\n<title>wifi</title>\n<path d=\"M16 23.797c-0.406 0-2.594-2.188-2.594-2.609 0-0.766 2-1.188 2.594-1.188s2.594 0.422 2.594 1.188c0 0.422-2.188 2.609-2.594 2.609zM20.219 19.563c-0.219 0-1.922-1.563-4.219-1.563-2.312 0-3.984 1.563-4.219 1.563-0.375 0-2.641-2.25-2.641-2.625 0-0.141 0.063-0.266 0.156-0.359 1.672-1.656 4.391-2.578 6.703-2.578s5.031 0.922 6.703 2.578c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.641 2.625zM24.484 15.313c-0.125 0-0.266-0.063-0.359-0.125-2.578-2-4.75-3.187-8.125-3.187-4.719 0-8.313 3.313-8.484 3.313-0.359 0-2.609-2.25-2.609-2.625 0-0.125 0.063-0.25 0.156-0.344 2.797-2.797 7.016-4.344 10.938-4.344s8.141 1.547 10.938 4.344c0.094 0.094 0.156 0.219 0.156 0.344 0 0.375-2.25 2.625-2.609 2.625zM28.719 11.078c-0.125 0-0.25-0.063-0.344-0.141-3.609-3.172-7.5-4.937-12.375-4.937s-8.766 1.766-12.375 4.937c-0.094 0.078-0.219 0.141-0.344 0.141-0.359 0-2.625-2.25-2.625-2.625 0-0.141 0.063-0.266 0.156-0.359 3.953-3.922 9.656-6.094 15.188-6.094s11.234 2.172 15.188 6.094c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.625 2.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calculator\" viewBox=\"0 0 26 28\">\n<title>calculator</title>\n<path d=\"M6 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 24v-6c0-1.094-0.906-2-2-2v0c-1.094 0-2 0.906-2 2v6c0 1.094 0.906 2 2 2v0c1.094 0 2-0.906 2-2zM18 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 7v-4c0-0.547-0.453-1-1-1h-20c-0.547 0-1 0.453-1 1v4c0 0.547 0.453 1 1 1h20c0.547 0 1-0.453 1-1zM24 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 2v24c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-24c0-1.094 0.906-2 2-2h22c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paypal\" viewBox=\"0 0 24 28\">\n<title>paypal</title>\n<path d=\"M23.734 10.094v0c0.203 0.938 0.156 2.016-0.063 3.187-1.016 5.156-4.438 6.937-8.828 6.937h-0.688c-0.531 0-0.969 0.391-1.062 0.922l-0.063 0.297-0.859 5.406-0.031 0.234c-0.109 0.531-0.547 0.922-1.078 0.922h-3.922c-0.438 0-0.719-0.359-0.656-0.797 0.281-1.75 0.547-3.5 0.828-5.25s0.562-3.484 0.844-5.234c0.047-0.375 0.297-0.578 0.672-0.578 0.625 0 1.25-0.016 2.047 0 1.125 0.016 2.422-0.047 3.687-0.328 1.687-0.375 3.219-1.062 4.484-2.25 1.141-1.062 1.906-2.375 2.422-3.844 0.234-0.688 0.422-1.375 0.547-2.078 0.031-0.187 0.078-0.156 0.187-0.078 0.859 0.641 1.344 1.5 1.531 2.531zM21.047 5.688c0 1.281-0.297 2.5-0.719 3.687-0.812 2.359-2.344 4.047-4.719 4.922-1.266 0.453-2.594 0.641-3.938 0.656-0.938 0.016-1.875 0-2.812 0-1.016 0-1.656 0.5-1.844 1.5-0.219 1.188-1.078 6.719-1.328 8.281-0.016 0.109-0.063 0.156-0.187 0.156h-4.609c-0.469 0-0.812-0.406-0.75-0.859l3.625-22.984c0.094-0.594 0.625-1.047 1.234-1.047h9.344c0.672 0 2.219 0.297 3.266 0.703 2.219 0.859 3.437 2.609 3.437 4.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-wallet\" viewBox=\"0 0 28 28\">\n<title>google-wallet</title>\n<path d=\"M6.891 10.5c0.313 0 0.625 0.156 0.812 0.406 2.734 3.734 4.641 7.734 5.656 12.094h-6.969c-1.25-4.344-3.094-8.313-5.734-11.703-0.25-0.328 0-0.797 0.406-0.797h5.828zM15.625 16.078c-0.516 2.109-1.172 4.156-1.953 6.141-0.828-3.266-2.156-6.328-4-9.281 0.406-2.266 0.641-4.594 0.688-7.016 2.203 3.547 3.953 6.922 5.266 10.156zM17.172 5c4.672 6.438 8.141 14.375 8.891 23h-7.047c-0.516-8.344-4.359-16.25-8.641-23h6.797zM28 14c0 4.344-0.594 8.906-1.578 12.688-0.688-5.781-2.594-11.531-5.609-16.922-0.266-3.156-0.828-6.219-1.656-9.125-0.078-0.328 0.156-0.641 0.484-0.641h5.609c0.438 0 0.844 0.297 0.953 0.719 1.188 4.219 1.797 8.687 1.797 13.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-visa\" viewBox=\"0 0 36 28\">\n<title>cc-visa</title>\n<path d=\"M30.859 15.469h-2.156c0 0 0.219-0.578 1.031-2.797-0.016 0.016 0.219-0.578 0.344-0.953l0.187 0.859c0.484 2.391 0.594 2.891 0.594 2.891zM8.297 14.453l-0.906-4.609c-0.125-0.641-0.609-0.844-1.172-0.844h-4.188l-0.031 0.203c2.875 0.734 5.234 2.297 6.297 5.25zM11.094 9l-2.531 6.844-0.266-1.391c-0.547-1.453-1.875-2.797-3.375-3.406l2.109 7.969h2.734l4.078-10.016h-2.75zM13.266 19.031h2.594l1.625-10.031h-2.594zM25.266 9.25c-0.516-0.203-1.328-0.422-2.328-0.422-2.562 0-4.359 1.359-4.375 3.313-0.016 1.437 1.281 2.234 2.266 2.719 1.016 0.484 1.344 0.812 1.344 1.25 0 0.672-0.812 0.969-1.547 0.969-1.047 0-1.609-0.125-2.438-0.516l-0.344-0.172-0.359 2.25c0.609 0.281 1.719 0.531 2.891 0.531 2.719 0.016 4.484-1.344 4.516-3.422 0-1.141-0.703-2-2.188-2.719-0.906-0.453-1.453-0.781-1.453-1.25 0-0.422 0.469-0.859 1.484-0.859 0.844-0.016 1.469 0.156 1.937 0.375l0.234 0.125zM31.906 9h-2c-0.625 0-1.094 0.187-1.359 0.844l-3.844 9.188h2.719c0.438-1.234 0.547-1.5 0.547-1.5h3.313c0 0 0.078 0.344 0.313 1.5h2.406zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-mastercard\" viewBox=\"0 0 36 28\">\n<title>cc-mastercard</title>\n<path d=\"M17.484 5.328c-1.297-0.859-2.828-1.328-4.391-1.328-4.391 0-7.953 3.563-7.953 7.938 0 4.391 3.563 7.953 7.953 7.953 1.563 0 3.094-0.469 4.391-1.328-4.188-3.406-4.156-9.828 0-13.234zM18 5.703c-4.031 3.172-4.047 9.328 0 12.484 4.047-3.156 4.031-9.312 0-12.484zM18.516 5.328c4.141 3.406 4.203 9.844 0 13.234 1.297 0.859 2.844 1.328 4.391 1.328 4.391 0 7.953-3.563 7.953-7.953 0-4.375-3.563-7.938-7.953-7.938-1.563 0-3.094 0.469-4.391 1.328zM30.094 16.609h0.109v-0.047h-0.266v0.047h0.109v0.266h0.047v-0.266zM30.547 16.875h0.063v-0.313h-0.078l-0.094 0.203-0.094-0.203h-0.078v0.313h0.047v-0.234l0.094 0.203h0.063l0.078-0.203v0.234zM30.422 23.75v0.031h-0.078v-0.047h0.078v0.016zM30.422 23.891h0.047l-0.063-0.078c0.031 0 0.031-0.016 0.047-0.016 0.016-0.016 0.016-0.031 0.016-0.047s0-0.031-0.016-0.047c-0.016 0-0.031-0.016-0.063-0.016h-0.094v0.203h0.047v-0.078h0.016zM10.703 22.828c0-0.375 0.234-0.672 0.641-0.672 0.375 0 0.625 0.297 0.625 0.672 0 0.391-0.25 0.672-0.625 0.672-0.406 0-0.641-0.297-0.641-0.672zM18.094 22.141c0.297 0 0.5 0.172 0.547 0.5h-1.094c0.047-0.297 0.234-0.5 0.547-0.5zM23.656 22.828c0-0.375 0.234-0.672 0.625-0.672s0.641 0.297 0.641 0.672c0 0.391-0.25 0.672-0.641 0.672s-0.625-0.297-0.625-0.672zM27.906 22.828c0-0.375 0.25-0.672 0.641-0.672 0.375 0 0.641 0.297 0.641 0.672 0 0.391-0.266 0.672-0.641 0.672-0.391 0-0.641-0.297-0.641-0.672zM30.375 23.953c-0.016 0-0.031 0-0.063-0.016-0.016 0-0.031-0.016-0.047-0.031s-0.031-0.031-0.031-0.047-0.016-0.047-0.016-0.063 0-0.047 0.016-0.063c0-0.031 0.016-0.047 0.031-0.063s0.031-0.016 0.047-0.031 0.047-0.016 0.063-0.016 0.047 0 0.063 0.016 0.047 0.016 0.063 0.031 0.016 0.031 0.031 0.063c0 0.016 0.016 0.031 0.016 0.063 0 0.016-0.016 0.031-0.016 0.063-0.016 0.016-0.016 0.031-0.031 0.047s-0.031 0.031-0.063 0.031c-0.016 0.016-0.031 0.016-0.063 0.016zM9.359 23.891h0.469v-1.328c0-0.5-0.328-0.828-0.844-0.844-0.266 0-0.547 0.078-0.734 0.375-0.141-0.234-0.375-0.375-0.703-0.375-0.219 0-0.438 0.078-0.609 0.313v-0.25h-0.469v2.109h0.469v-1.172c0-0.375 0.203-0.562 0.516-0.562s0.469 0.203 0.469 0.562v1.172h0.453v-1.172c0-0.375 0.219-0.562 0.516-0.562 0.313 0 0.469 0.203 0.469 0.562v1.172zM11.953 23.891h0.453v-2.109h-0.453v0.25c-0.156-0.187-0.375-0.313-0.672-0.313-0.594 0-1.047 0.469-1.047 1.109s0.453 1.109 1.047 1.109c0.297 0 0.516-0.109 0.672-0.313v0.266zM14.734 23.25c0-0.375-0.281-0.562-0.734-0.625l-0.219-0.031c-0.203-0.031-0.359-0.078-0.359-0.219s0.141-0.234 0.391-0.234c0.281 0 0.531 0.094 0.672 0.172l0.187-0.375c-0.219-0.141-0.516-0.219-0.859-0.219-0.531 0-0.875 0.266-0.875 0.688 0 0.344 0.25 0.547 0.734 0.609l0.203 0.031c0.266 0.047 0.375 0.109 0.375 0.219 0 0.172-0.172 0.266-0.484 0.266s-0.547-0.109-0.703-0.219l-0.203 0.359c0.25 0.172 0.562 0.266 0.906 0.266 0.609 0 0.969-0.281 0.969-0.688zM16.766 23.781l-0.125-0.391c-0.141 0.078-0.281 0.109-0.406 0.109-0.234 0-0.297-0.141-0.297-0.344v-0.953h0.75v-0.422h-0.75v-0.641h-0.469v0.641h-0.438v0.422h0.438v0.953c0 0.484 0.187 0.781 0.734 0.781 0.187 0 0.422-0.063 0.562-0.156zM18.109 21.719c-0.609 0-1.047 0.453-1.047 1.109 0 0.672 0.453 1.109 1.078 1.109 0.313 0 0.609-0.078 0.859-0.297l-0.219-0.344c-0.172 0.141-0.406 0.234-0.609 0.234-0.297 0-0.562-0.141-0.641-0.516h1.578v-0.187c0-0.656-0.406-1.109-1-1.109zM20.594 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.469v2.109h0.469v-1.188c0-0.344 0.141-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.109-0.047-0.234-0.063-0.328-0.063zM21.063 22.828c0 0.641 0.438 1.109 1.125 1.109 0.313 0 0.531-0.063 0.75-0.25l-0.219-0.375c-0.172 0.125-0.344 0.203-0.547 0.187-0.375 0-0.641-0.266-0.641-0.672s0.266-0.672 0.641-0.672c0.203 0 0.375 0.063 0.547 0.187l0.219-0.375c-0.219-0.172-0.438-0.25-0.75-0.25-0.688 0-1.125 0.469-1.125 1.109zM24.891 23.891h0.469v-2.109h-0.469v0.25c-0.141-0.187-0.359-0.313-0.656-0.313-0.594 0-1.062 0.469-1.062 1.109s0.469 1.109 1.062 1.109c0.297 0 0.516-0.109 0.656-0.313v0.266zM26.969 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.453v2.109h0.453v-1.188c0-0.344 0.156-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.094-0.047-0.234-0.063-0.328-0.063zM29.156 23.891h0.453v-2.969h-0.453v1.109c-0.141-0.187-0.359-0.313-0.672-0.313-0.578 0-1.047 0.469-1.047 1.109s0.469 1.109 1.047 1.109c0.313 0 0.531-0.109 0.672-0.313v0.266zM30.375 23.578c-0.016 0-0.047 0.016-0.078 0.016-0.031 0.016-0.047 0.031-0.063 0.047-0.031 0.016-0.047 0.047-0.047 0.063-0.016 0.031-0.016 0.063-0.016 0.094 0 0.016 0 0.047 0.016 0.078 0 0.016 0.016 0.047 0.047 0.063 0.016 0.016 0.031 0.031 0.063 0.047s0.063 0.016 0.078 0.016c0.031 0 0.063 0 0.094-0.016 0.016-0.016 0.047-0.031 0.063-0.047s0.031-0.047 0.047-0.063c0.016-0.031 0.016-0.063 0.016-0.078 0-0.031 0-0.063-0.016-0.094-0.016-0.016-0.031-0.047-0.047-0.063s-0.047-0.031-0.063-0.047c-0.031 0-0.063-0.016-0.094-0.016zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-discover\" viewBox=\"0 0 36 28\">\n<title>cc-discover</title>\n<path d=\"M4.891 12.141c0 0.5-0.203 0.984-0.562 1.313-0.313 0.281-0.734 0.406-1.391 0.406h-0.266v-3.437h0.266c0.656 0 1.062 0.109 1.391 0.422 0.359 0.313 0.562 0.797 0.562 1.297zM32.641 11.125c0 0.531-0.344 0.812-1 0.812h-0.297v-1.578h0.313c0.641 0 0.984 0.266 0.984 0.766zM5.938 12.141c0-1.531-1.141-2.609-2.797-2.609h-1.484v5.203h1.484c0.781 0 1.359-0.172 1.859-0.594 0.594-0.5 0.938-1.234 0.938-2zM6.406 14.734h1.016v-5.203h-1.016v5.203zM11.406 13.156c0-0.828-0.344-1.203-1.5-1.625-0.609-0.219-0.781-0.375-0.781-0.656 0-0.328 0.313-0.578 0.75-0.578 0.313 0 0.562 0.125 0.828 0.422l0.531-0.688c-0.438-0.391-0.969-0.578-1.531-0.578-0.922 0-1.625 0.641-1.625 1.484 0 0.719 0.328 1.094 1.281 1.437 0.391 0.141 0.594 0.219 0.703 0.297 0.203 0.125 0.297 0.313 0.297 0.531 0 0.422-0.328 0.734-0.781 0.734-0.484 0-0.875-0.234-1.109-0.688l-0.656 0.625c0.469 0.688 1.031 1 1.797 1 1.062 0 1.797-0.703 1.797-1.719zM15.75 14.562v-1.203c-0.406 0.406-0.766 0.578-1.219 0.578-1.031 0-1.75-0.75-1.75-1.797 0-1 0.75-1.797 1.703-1.797 0.484 0 0.844 0.172 1.266 0.594v-1.203c-0.438-0.219-0.812-0.313-1.25-0.313-1.531 0-2.766 1.203-2.766 2.719 0 1.531 1.203 2.719 2.75 2.719 0.438 0 0.812-0.078 1.266-0.297zM35 24v-8.234c-2.5 1.563-11.297 6.563-25.516 9.234h24.516c0.547 0 1-0.453 1-1zM21.703 12.172c0-1.563-1.266-2.828-2.828-2.828s-2.828 1.266-2.828 2.828 1.266 2.828 2.828 2.828 2.828-1.266 2.828-2.828zM24.078 14.875l2.25-5.344h-1.109l-1.406 3.5-1.391-3.5h-1.109l2.219 5.344h0.547zM26.781 14.734h2.875v-0.875h-1.859v-1.406h1.797v-0.875h-1.797v-1.156h1.859v-0.891h-2.875v5.203zM32.891 14.734h1.25l-1.641-2.188c0.766-0.156 1.188-0.672 1.188-1.469 0-0.984-0.672-1.547-1.844-1.547h-1.516v5.203h1.016v-2.078h0.141zM36 4.094v19.812c0 1.156-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.938-2.063-2.094v-19.812c0-1.156 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.938 2.063 2.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-amex\" viewBox=\"0 0 36 28\">\n<title>cc-amex</title>\n<path d=\"M1.859 10.656h1.391l-0.703-1.687zM11.562 18.875l1.156-1.234-1.094-1.234h-2.547v0.766h2.219v0.859h-2.219v0.844h2.484zM14.031 17.656l1.547 1.719v-3.391zM18.531 16.922c0-0.375-0.281-0.516-0.625-0.516h-1.313v1.078h1.297c0.359 0 0.641-0.172 0.641-0.562zM23.047 16.859c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.953h1.266c0.344 0 0.672-0.078 0.672-0.5zM18.703 9.578c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.938h1.266c0.344 0 0.672-0.078 0.672-0.484zM25.875 10.656h1.391l-0.688-1.687zM10.922 8.234v4.234h-1.031v-3.313l-1.469 3.313h-0.891l-1.469-3.313v3.313h-2.063l-0.391-0.938h-2.109l-0.391 0.938h-1.094l1.813-4.234h1.5l1.719 4.016v-4.016h1.656l1.328 2.875 1.203-2.875h1.687zM19.609 16.922c0 1.703-1.859 1.422-3.016 1.422v1.422h-1.969l-1.25-1.406-1.297 1.406h-4v-4.234h4.062l1.25 1.391 1.281-1.391h3.234c0.953 0 1.703 0.328 1.703 1.391zM15.062 11.594v0.875h-3.391v-4.234h3.391v0.891h-2.375v0.766h2.312v0.859h-2.312v0.844h2.375zM36 20.328v3.578c0 1.141-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.953-2.063-2.094v-10.594h1.734l0.391-0.953h0.859l0.391 0.953h3.406v-0.719l0.297 0.719h1.766l0.313-0.734v0.734h8.453v-1.547l0.156-0.016c0.141 0 0.156 0.109 0.156 0.219v1.344h4.359v-0.359c1.016 0.531 2.406 0.359 3.469 0.359l0.391-0.953h0.875l0.391 0.953h3.547v-0.906l0.531 0.906h2.844v-5.906h-2.812v0.688l-0.391-0.688h-2.891v0.688l-0.359-0.688h-3.891c-0.578 0-1.188 0.063-1.703 0.344v-0.344h-2.688v0.344c-0.313-0.281-0.734-0.344-1.141-0.344h-9.812l-0.672 1.516-0.672-1.516h-3.094v0.688l-0.344-0.688h-2.641l-1.219 2.797v-6.109c0-1.141 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.953 2.063 2.094v10.594h-1.875c-0.438 0-0.906 0.078-1.266 0.344v-0.344h-2.766c-0.391 0-0.922 0.063-1.219 0.344v-0.344h-4.937v0.344c-0.375-0.266-0.922-0.344-1.359-0.344h-3.266v0.344c-0.328-0.313-1-0.344-1.422-0.344h-3.656l-0.844 0.906-0.781-0.906h-5.453v5.906h5.359l0.859-0.922 0.812 0.922h3.297v-1.391h0.328c0.469 0 0.953-0.016 1.406-0.203v1.594h2.719v-1.547h0.125c0.156 0 0.187 0.016 0.187 0.187v1.359h8.266c0.453 0 1.016-0.094 1.375-0.375v0.375h2.625c0.5 0 1.031-0.047 1.484-0.266zM24.156 16.672c0 0.469-0.25 0.938-0.719 1.125 0.562 0.203 0.672 0.578 0.672 1.125v0.844h-1.016v-0.703c0-0.719-0.234-0.844-0.906-0.844h-1.078v1.547h-1.016v-4.234h2.406c0.797 0 1.656 0.141 1.656 1.141zM19.828 9.375c0 0.484-0.266 0.953-0.719 1.141 0.578 0.203 0.672 0.562 0.672 1.125v0.828h-1.016c-0.016-0.906 0.219-1.531-0.906-1.531h-1.094v1.531h-1v-4.234l2.391 0.016c0.812 0 1.672 0.125 1.672 1.125zM28.094 18.891v0.875h-3.375v-4.234h3.375v0.875h-2.359v0.766h2.312v0.859h-2.312v0.844zM21.438 8.234v4.234h-1.031v-4.234h1.031zM32.266 18.422c0 1-0.688 1.344-1.594 1.344h-1.969v-0.906h1.969c0.25 0 0.531-0.063 0.531-0.391 0-0.906-2.609 0.344-2.609-1.672 0-0.859 0.656-1.266 1.437-1.266h2.031v0.891h-1.859c-0.266 0-0.562 0.047-0.562 0.391 0 0.922 2.625-0.422 2.625 1.609zM36 17.641v1.578c-0.297 0.438-0.875 0.547-1.375 0.547h-1.953v-0.906h1.953c0.25 0 0.516-0.078 0.516-0.391 0-0.891-2.609 0.344-2.609-1.672 0-0.859 0.672-1.266 1.453-1.266h2.016v0.891h-1.844c-0.281 0-0.562 0.047-0.562 0.391 0 0.75 1.766-0.016 2.406 0.828zM33.422 8.25v4.219h-1.437l-1.906-3.172v3.172h-2.063l-0.406-0.938h-2.094l-0.391 0.938h-1.172c-1.391 0-2.016-0.719-2.016-2.078 0-1.422 0.641-2.156 2.078-2.156h0.984v0.922c-1.062-0.016-2.031-0.25-2.031 1.203 0 0.719 0.172 1.219 0.984 1.219h0.453l1.437-3.328h1.516l1.703 4v-4h1.547l1.781 2.938v-2.938h1.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-paypal\" viewBox=\"0 0 36 28\">\n<title>cc-paypal</title>\n<path d=\"M11.641 14.156c0 0.766-0.609 1.344-1.375 1.344-0.578 0-1-0.328-1-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM23.906 11.828c0 0.938-0.562 1.125-1.375 1.125l-0.5 0.016 0.266-1.672c0.016-0.109 0.094-0.172 0.203-0.172h0.281c0.531 0 1.125 0.031 1.125 0.703zM29.391 14.156c0 0.766-0.609 1.344-1.359 1.344-0.578 0-1.016-0.328-1.016-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM8.016 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.5c-0.156 0-0.313 0.125-0.328 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.188c0.172 0 0.328-0.125 0.344-0.297l0.281-1.719c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM12.844 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.359-0.531-0.891-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.562 0 1.266-0.25 1.656-0.688-0.031 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM19.828 12.25c0-0.109-0.094-0.219-0.203-0.219h-1.203c-0.109 0-0.219 0.063-0.281 0.156l-1.656 2.438-0.688-2.344c-0.047-0.141-0.187-0.25-0.344-0.25h-1.172c-0.109 0-0.203 0.109-0.203 0.219 0 0.078 1.219 3.609 1.328 3.938-0.172 0.234-1.281 1.687-1.281 1.875 0 0.109 0.094 0.203 0.203 0.203h1.203c0.109 0 0.219-0.063 0.281-0.156l3.984-5.75c0.031-0.031 0.031-0.063 0.031-0.109zM25.766 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.484c-0.172 0-0.328 0.125-0.344 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.281c0.125 0 0.219-0.094 0.25-0.203l0.281-1.813c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM30.594 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.344-0.531-0.875-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.578 0 1.281-0.25 1.656-0.688-0.016 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM34 9.969v-0.016c0-0.125-0.094-0.219-0.203-0.219h-1.156c-0.094 0-0.187 0.078-0.203 0.172l-1.016 6.5-0.016 0.031c0 0.109 0.094 0.219 0.219 0.219h1.031c0.156 0 0.313-0.125 0.328-0.297zM6.125 12.063c-0.125 0.797-0.656 0.891-1.344 0.891l-0.516 0.016 0.266-1.672c0.016-0.109 0.109-0.172 0.203-0.172h0.297c0.703 0 1.234 0.094 1.094 0.938zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-stripe\" viewBox=\"0 0 36 28\">\n<title>cc-stripe</title>\n<path d=\"M24.953 14.109c0 0.719-0.109 1.266-0.328 1.656-0.187 0.344-0.484 0.547-0.812 0.547-0.234 0-0.453-0.047-0.641-0.141v-3.5c0.406-0.422 0.766-0.469 0.891-0.469 0.594 0 0.891 0.656 0.891 1.906zM31.797 13.547h-1.719c0.063-1.047 0.344-1.531 0.875-1.531s0.812 0.5 0.844 1.531zM7.438 15.656c0-1.313-0.797-1.859-2.094-2.328v0c-0.688-0.25-1.062-0.453-1.062-0.766 0-0.266 0.219-0.406 0.594-0.406 0.719 0 1.437 0.266 1.937 0.516l0.281-1.75c-0.391-0.187-1.203-0.5-2.328-0.5-0.797 0-1.453 0.203-1.922 0.594-0.5 0.406-0.75 1-0.75 1.703 0 1.281 0.781 1.844 2.063 2.297 0.812 0.297 1.094 0.5 1.094 0.828 0 0.313-0.266 0.484-0.75 0.484-0.594 0-1.578-0.297-2.219-0.672l-0.281 1.766c0.547 0.313 1.563 0.641 2.625 0.641 0.844 0 1.531-0.203 2.016-0.578 0.531-0.422 0.797-1.031 0.797-1.828zM12.047 12.297l0.297-1.734h-1.5v-2.109l-2.016 0.328-0.281 1.781-0.719 0.125-0.266 1.609h0.969v3.422c0 0.891 0.234 1.5 0.688 1.875 0.391 0.313 0.953 0.469 1.734 0.469 0.609 0 0.969-0.109 1.234-0.172v-1.844c-0.141 0.031-0.469 0.109-0.688 0.109-0.453 0-0.656-0.25-0.656-0.781v-3.078h1.203zM16.984 12.688v-2.172c-0.156-0.031-0.297-0.047-0.438-0.047-0.656 0-1.188 0.344-1.391 0.969l-0.156-0.875h-2.047v7.359h2.344v-4.781c0.297-0.359 0.719-0.484 1.281-0.484 0.125 0 0.25 0 0.406 0.031zM17.563 17.922h2.344v-7.359h-2.344v7.359zM27.281 14.031c0-1.25-0.234-2.203-0.703-2.797-0.422-0.547-1-0.812-1.734-0.812-0.672 0-1.266 0.281-1.828 0.875l-0.125-0.734h-2.063v10.078l2.344-0.391v-2.359c0.359 0.109 0.734 0.172 1.062 0.172 0.578 0 1.437-0.156 2.094-0.875 0.641-0.688 0.953-1.75 0.953-3.156zM19.969 8.594c0-0.688-0.547-1.234-1.234-1.234s-1.234 0.547-1.234 1.234 0.547 1.25 1.234 1.25 1.234-0.562 1.234-1.25zM34 14.172c0-1.172-0.25-2.094-0.75-2.75-0.516-0.656-1.281-1-2.25-1-2 0-3.234 1.469-3.234 3.844 0 1.313 0.328 2.312 0.984 2.938 0.578 0.578 1.422 0.859 2.516 0.859 1 0 1.922-0.234 2.5-0.625l-0.25-1.609c-0.578 0.313-1.25 0.484-2 0.484-0.453 0-0.766-0.094-0.984-0.297-0.25-0.203-0.391-0.547-0.438-1.031h3.875c0.016-0.109 0.031-0.641 0.031-0.812zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash\" viewBox=\"0 0 32 28\">\n<title>bell-slash</title>\n<path d=\"M24.344 13.312c0.797 4.656 2.844 7.156 4.656 8.687 0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984zM16 26.75c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25c-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75zM31.656 1.75c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash-o\" viewBox=\"0 0 32 28\">\n<title>bell-slash-o</title>\n<path d=\"M16.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM7.859 19.078l13.703-11.875c-0.781-1.641-2.594-3.203-5.563-3.203-4.094 0-6 2.984-6 5 0 4-0.703 7.344-2.141 10.078zM29 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984l2.328-2.016h11.828c-1.734-1.953-2.906-4.328-3.547-7.172l1.734-1.516c0.797 4.656 2.844 7.156 4.656 8.687zM30.344 0.25l1.313 1.5c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash\" viewBox=\"0 0 22 28\">\n<title>trash</title>\n<path d=\"M8 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM12 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copyright\" viewBox=\"0 0 24 28\">\n<title>copyright</title>\n<path d=\"M17.969 16.781v1.703c0 2.203-3.516 3.016-5.719 3.016-4.281 0-7.5-3.266-7.5-7.578 0-4.234 3.187-7.422 7.422-7.422 1.547 0 5.594 0.547 5.594 3.031v1.703c0 0.141-0.109 0.25-0.25 0.25h-1.844c-0.141 0-0.25-0.109-0.25-0.25v-1.094c0-0.984-1.891-1.437-3.172-1.437-2.922 0-4.953 2.109-4.953 5.141 0 3.141 2.125 5.437 5.078 5.437 1.125 0 3.25-0.422 3.25-1.406v-1.094c0-0.141 0.109-0.25 0.234-0.25h1.859c0.125 0 0.25 0.109 0.25 0.25zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-at\" viewBox=\"0 0 24 28\">\n<title>at</title>\n<path d=\"M15.188 12.109c0-2.25-1.172-3.594-3.141-3.594-2.594 0-5.375 2.578-5.375 6.75 0 2.328 1.156 3.656 3.187 3.656 3.141 0 5.328-3.594 5.328-6.813zM24 14c0 4.859-3.469 6.687-6.438 6.781-0.203 0-0.281 0.016-0.5 0.016-0.969 0-1.734-0.281-2.219-0.828-0.297-0.344-0.469-0.781-0.516-1.297-0.969 1.219-2.656 2.406-4.766 2.406-3.359 0-5.281-2.078-5.281-5.703 0-4.984 3.453-9.031 7.672-9.031 1.828 0 3.297 0.781 4.078 2.109l0.031-0.297 0.172-0.875c0.016-0.125 0.125-0.281 0.234-0.281h1.844c0.078 0 0.156 0.109 0.203 0.172 0.047 0.047 0.063 0.172 0.047 0.25l-1.875 9.594c-0.063 0.297-0.078 0.531-0.078 0.75 0 0.844 0.25 1.016 0.891 1.016 1.062-0.031 4.5-0.469 4.5-4.781 0-6.078-3.922-10-10-10-5.516 0-10 4.484-10 10s4.484 10 10 10c2.297 0 4.547-0.797 6.328-2.25 0.219-0.187 0.531-0.156 0.703 0.063l0.641 0.766c0.078 0.109 0.125 0.234 0.109 0.375-0.016 0.125-0.078 0.25-0.187 0.344-2.125 1.734-4.828 2.703-7.594 2.703-6.609 0-12-5.391-12-12s5.391-12 12-12c7.172 0 12 4.828 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eyedropper\" viewBox=\"0 0 29 28\">\n<title>eyedropper</title>\n<path d=\"M26.531 1.469c1.953 1.953 1.969 5.125 0 7.063l-3.516 3.484 1.625 1.625c0.203 0.203 0.203 0.516 0 0.719l-3.281 3.281c-0.203 0.203-0.516 0.203-0.719 0l-1.641-1.641-9.422 9.422c-0.375 0.375-0.875 0.578-1.406 0.578h-3.172l-4 2-1-1 2-4v-3.172c0-0.531 0.203-1.031 0.578-1.406l9.422-9.422-1.641-1.641c-0.203-0.203-0.203-0.516 0-0.719l3.281-3.281c0.203-0.203 0.516-0.203 0.719 0l1.625 1.625 3.484-3.516c1.937-1.969 5.109-1.953 7.063 0zM8 23l9-9-3-3-9 9v3h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paint-brush\" viewBox=\"0 0 28 28\">\n<title>paint-brush</title>\n<path d=\"M25.234 0c1.422 0 2.734 1.062 2.734 2.547 0 0.828-0.328 1.625-0.703 2.359-1.219 2.312-5.313 9.953-7.266 11.75-0.953 0.891-2.078 1.422-3.406 1.422-2.641 0-4.797-2.25-4.797-4.875 0-1.25 0.516-2.469 1.437-3.313l9.969-9.047c0.547-0.5 1.266-0.844 2.031-0.844zM11.031 16.156c0.812 1.578 2.297 2.766 4.016 3.219l0.016 1.109c0.094 4.453-3 7.516-7.469 7.516-5.297 0-7.594-4.219-7.594-9.016 0.578 0.391 2.594 2 3.25 2 0.391 0 0.719-0.219 0.859-0.578 1.328-3.469 3.406-4.094 6.922-4.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-birthday-cake\" viewBox=\"0 0 28 28\">\n<title>birthday-cake</title>\n<path d=\"M28 22v6h-28v-6c1.531 0 2.344-0.688 2.984-1.234 0.531-0.469 0.891-0.766 1.687-0.766s1.141 0.297 1.687 0.766c0.641 0.547 1.437 1.234 2.984 1.234 1.531 0 2.328-0.688 2.984-1.234 0.531-0.469 0.875-0.766 1.672-0.766s1.156 0.297 1.687 0.766c0.641 0.547 1.453 1.234 2.984 1.234s2.344-0.688 2.984-1.234c0.531-0.469 0.891-0.766 1.687-0.766 0.781 0 1.141 0.297 1.672 0.766 0.641 0.547 1.453 1.234 2.984 1.234zM28 17v3c-0.797 0-1.141-0.297-1.687-0.766-0.641-0.547-1.437-1.234-2.969-1.234-1.547 0-2.344 0.688-2.984 1.234-0.547 0.469-0.891 0.766-1.687 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.437-1.234-2.984-1.234-1.531 0-2.328 0.688-2.984 1.234-0.531 0.469-0.875 0.766-1.672 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.453-1.234-2.984-1.234-1.547 0-2.344 0.688-2.984 1.234-0.531 0.469-0.891 0.766-1.687 0.766v-3c0-1.656 1.344-3 3-3h1v-7h4v7h4v-7h4v7h4v-7h4v7h1c1.656 0 3 1.344 3 3zM8 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM16 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM24 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-area-chart\" viewBox=\"0 0 32 28\">\n<title>area-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM26 8l4 14h-26v-9l7-9 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pie-chart\" viewBox=\"0 0 27 28\">\n<title>pie-chart</title>\n<path d=\"M12 13.906l8.531 8.531c-2.172 2.203-5.203 3.563-8.531 3.563-6.625 0-12-5.375-12-12s5.375-12 12-12v11.906zM14.922 14h12.078c0 3.328-1.359 6.359-3.563 8.531zM26 12h-12v-12c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-line-chart\" viewBox=\"0 0 32 28\">\n<title>line-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM30 4.5v6.797c0 0.438-0.531 0.672-0.859 0.344l-1.891-1.891-9.891 9.891c-0.203 0.203-0.516 0.203-0.719 0l-3.641-3.641-6.5 6.5-3-3 9.141-9.141c0.203-0.203 0.516-0.203 0.719 0l3.641 3.641 7.25-7.25-1.891-1.891c-0.328-0.328-0.094-0.859 0.344-0.859h6.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm\" viewBox=\"0 0 28 28\">\n<title>lastfm</title>\n<path d=\"M20.188 11c0 0.094 0.125 0.531 0.156 0.641 0.422 1.281 1.406 1.547 2.578 1.875 2.609 0.734 5.078 2.125 5.078 5.187 0 3.109-2.594 5.297-5.625 5.297-5.031 0-6.594-6.156-8.047-9.906-1.203-3.094-2.469-4.906-5.953-4.906-3.094 0-5.812 2.969-5.812 6.016 0 3.234 2.422 6.234 5.781 6.234 1.484 0 3.031-0.313 4.031-1.484v0c0.484-0.547 0.953-1.141 1.297-1.813l1.313 2.375c-0.172 0.391-0.422 0.766-0.688 1.094l0.016 0.016c-1.578 1.828-3.734 2.375-6.062 2.375-4.719 0-8.25-4.172-8.25-8.766 0-4.453 3.875-8.594 8.375-8.594 7.469 0 7.844 6.469 10.375 11.672 0.688 1.437 1.859 3.125 3.641 3.125 1.625 0 3.063-1.047 3.063-2.766 0-3.719-6.828-1.188-7.797-7.297-0.031-0.172-0.047-0.344-0.047-0.516 0-2.312 2.172-4.297 4.469-4.219 1.375 0.047 2.203 0.094 3.297 1.062h-0.016c0.422 0.391 0.734 0.922 1.062 1.375l-2.016 1.547c-0.234-0.438-0.453-0.797-0.844-1.094v-0.016c-0.375-0.344-1.047-0.328-1.516-0.328-1.016 0-1.859 0.766-1.859 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm-square\" viewBox=\"0 0 24 28\">\n<title>lastfm-square</title>\n<path d=\"M22.375 16.438c0-2.203-1.781-3.203-3.656-3.734-0.859-0.234-1.563-0.438-1.875-1.375-0.016-0.078-0.094-0.375-0.094-0.438 0-0.75 0.594-1.297 1.328-1.297 0.344 0 0.828-0.016 1.109 0.234h-0.016c0.297 0.219 0.438 0.469 0.609 0.797l1.453-1.109c-0.234-0.328-0.469-0.719-0.766-1v0c-0.734-0.656-1.422-0.766-2.391-0.766-1.641 0-3.187 1.344-3.187 3.047 0 0.125 0.016 0.234 0.031 0.359 0.344 2.125 1.422 2.781 3.328 3.328 0.938 0.266 2.266 0.688 2.281 1.844v0.078c0.016 1.25-1.031 2-2.203 2-1.281 0-2.109-1.219-2.609-2.25-1.813-3.734-2.094-8.406-7.469-8.406-3.234 0-6.141 2.984-6.031 6.188v0.016c0.109 3.344 2.406 6.297 5.938 6.297 1.672 0 3.234-0.391 4.359-1.719v0c0.187-0.25 0.359-0.516 0.484-0.797l-0.938-1.703c-0.875 1.656-1.953 2.375-3.828 2.375-2.469 0-4.172-2.188-4.172-4.547 0-2.172 2-4.266 4.188-4.266 2.5 0 3.406 1.297 4.281 3.531 1.047 2.688 2.172 7.125 5.797 7.125 2.172 0 4.047-1.578 4.047-3.813zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-off\" viewBox=\"0 0 32 28\">\n<title>toggle-off</title>\n<path d=\"M18 14c0-4.406-3.594-8-8-8s-8 3.594-8 8 3.594 8 8 8 8-3.594 8-8zM30 14c0-4.406-3.594-8-8-8h-6.031c2.438 1.828 4.031 4.734 4.031 8s-1.594 6.172-4.031 8h6.031c4.406 0 8-3.594 8-8zM32 14c0 5.516-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10s4.484-10 10-10h12c5.516 0 10 4.484 10 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-on\" viewBox=\"0 0 32 28\">\n<title>toggle-on</title>\n<path d=\"M0 14c0-5.516 4.484-10 10-10h12c5.516 0 10 4.484 10 10s-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10zM22 22c4.406 0 8-3.594 8-8s-3.594-8-8-8-8 3.594-8 8 3.594 8 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bicycle\" viewBox=\"0 0 36 28\">\n<title>bicycle</title>\n<path d=\"M11.906 18h-4.906c-0.828 0-1.297-0.938-0.797-1.594l2.938-3.922c-0.656-0.313-1.375-0.484-2.141-0.484-2.75 0-5 2.25-5 5s2.25 5 5 5c2.422 0 4.438-1.719 4.906-4zM9 16h2.906c-0.187-0.875-0.594-1.672-1.172-2.312zM16.5 16l4.5-6h-7.5l-1.547 2.063c1.047 1.031 1.75 2.406 1.969 3.938h2.578zM34 17c0-2.75-2.25-5-5-5-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5s5-2.25 5-5zM36 17c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-2.063 0.906-3.922 2.328-5.203l-1.016-1.531-5.516 7.328c-0.187 0.266-0.484 0.406-0.797 0.406h-3.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c1.219 0 2.359 0.313 3.359 0.859l2.141-2.859h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h6v2h6.797l-1.328-2h-3.469c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c0.328 0 0.641 0.172 0.828 0.438l4.172 6.25c0.906-0.438 1.922-0.688 3-0.688 3.859 0 7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bus\" viewBox=\"0 0 24 28\">\n<title>bus</title>\n<path d=\"M6 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM21.281 12.812l-1.125-6c-0.094-0.469-0.5-0.812-0.984-0.812h-14.344c-0.484 0-0.891 0.344-0.984 0.812l-1.125 6c-0.109 0.625 0.359 1.188 0.984 1.188h16.594c0.625 0 1.094-0.562 0.984-1.188zM17.75 3.25c0-0.422-0.328-0.75-0.75-0.75h-10c-0.406 0-0.75 0.328-0.75 0.75s0.344 0.75 0.75 0.75h10c0.422 0 0.75-0.328 0.75-0.75zM24 14.578v9.422h-2v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-12v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-2v-9.422c0-1.281 0.109-2.234 0.391-3.484l1.609-7.094c0.297-2.5 4.672-4 10-4s9.703 1.5 10 4l1.641 7.094c0.281 1.25 0.359 2.203 0.359 3.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ioxhost\" viewBox=\"0 0 32 28\">\n<title>ioxhost</title>\n<path d=\"M22.859 13c0 0.734-0.594 1.344-1.344 1.344h-10.969c-0.75 0-1.344-0.609-1.344-1.344s0.594-1.344 1.344-1.344h10.969c0.75 0 1.344 0.609 1.344 1.344zM26.203 13c0-0.922-0.125-1.797-0.359-2.656h-15.344c-0.75 0-1.344-0.594-1.344-1.328 0-0.75 0.594-1.344 1.344-1.344h14.187c-1.797-2.922-5.016-4.859-8.672-4.859-5.625 0-10.203 4.562-10.203 10.187 0 0.922 0.125 1.797 0.359 2.656h15.344c0.75 0 1.344 0.594 1.344 1.328 0 0.75-0.594 1.344-1.344 1.344h-14.187c1.797 2.922 5.016 4.859 8.687 4.859 5.609 0 10.187-4.562 10.187-10.187zM32 9.016c0 0.734-0.594 1.328-1.344 1.328h-2.047c0.172 0.859 0.266 1.75 0.266 2.656 0 7.094-5.766 12.875-12.859 12.875-5.203 0-9.688-3.094-11.719-7.547h-2.953c-0.75 0-1.344-0.594-1.344-1.344 0-0.734 0.594-1.328 1.344-1.328h2.063c-0.172-0.859-0.266-1.75-0.266-2.656 0-7.094 5.766-12.875 12.875-12.875 5.187 0 9.672 3.094 11.703 7.547h2.938c0.75 0 1.344 0.594 1.344 1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angellist\" viewBox=\"0 0 20 28\">\n<title>angellist</title>\n<path d=\"M14.891 5.906l-1.781 5.125 1.828 0.328c0.469-1.281 2.578-7.047 2.578-8.094 0-0.391-0.125-0.875-0.594-0.875-0.875 0-1.813 2.844-2.031 3.516zM10.219 16.641c0.172 0.453 0.359 0.906 0.516 1.375 0.344-0.391 0.703-0.75 1.109-1.047-0.547-0.109-1.094-0.156-1.625-0.328zM5.656 2.641c0 1.594 1.891 6.563 2.484 8.141 0.219-0.125 0.5-0.156 0.766-0.156 0.375 0 0.797 0.047 1.172 0.078l-1.891-5.484c-0.203-0.594-1.109-3.437-1.922-3.437-0.422 0-0.609 0.5-0.609 0.859zM4.422 14.5c0 1.141 3.063 5.344 4.203 5.344 0.313 0 0.578-0.344 0.578-0.625 0-0.359-0.359-1.25-0.5-1.594-0.406-1.047-1.891-4.281-3.172-4.281-0.422 0-1.109 0.734-1.109 1.156zM1.953 19.734c0 0.562 0.187 1.109 0.391 1.625 1.234 3.047 4.016 4.828 7.266 4.828 2.375 0 4.375-0.906 5.969-2.656 1.687-1.875 2.375-4.188 2.375-6.672 0-0.875 0.016-2.266-0.672-2.891-1.312-1.156-5.766-1.594-7.531-1.594-0.219 0-0.594 0.016-0.766 0.172-0.187 0.078-0.187 0.375-0.187 0.547 0 2.391 5.047 2.172 6.563 2.172 0.297 0 0.438 0.078 0.625 0.297 0.203 0.25 0.266 0.547 0.297 0.859-0.406 0.406-0.969 0.641-1.5 0.844-0.516 0.187-1.016 0.391-1.453 0.719-1.203 0.875-2.391 2.375-2.391 3.922 0 0.969 0.578 1.797 0.578 2.75 0 0.016-0.109 0.359-0.109 0.406-1.781-0.125-2.219-1.891-2.281-3.375-0.187 0.047-0.438 0.031-0.641 0.031 0.031 0.109 0.031 0.219 0.031 0.328 0 1.141-1.016 1.969-2.109 1.969-1.687 0-3.922-1.984-3.922-3.703 0-0.469 0.203-0.734 0.516-1.047 0.313 0.391 0.641 0.781 0.938 1.188 0.453 0.609 1.234 1.625 2.078 1.625 0.219 0 0.641-0.187 0.641-0.453 0-0.703-2.562-4-3.187-4-0.984 0-1.516 1.297-1.516 2.109zM0.172 19.875c0-2.031 0.781-3.375 2.797-3.922-0.172-0.453-0.438-1.141-0.438-1.625 0-1.281 1.578-2.875 2.859-2.875 0.375 0 0.75 0.109 1.094 0.234-0.656-1.859-2.547-7.094-2.547-8.859 0-1.578 0.797-2.828 2.5-2.828 2.187 0 4.672 7.875 5.203 9.438 0.688-1.719 2.844-8.922 5.281-8.922 1.531 0 2.391 1.219 2.391 2.672 0 1.656-1.844 6.813-2.484 8.594 2.625 0.641 3 2.766 3 5.125 0 6.25-3.984 11.094-10.437 11.094-1.188 0-2.359-0.234-3.484-0.656-2.969-1.125-5.734-4.172-5.734-7.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc\" viewBox=\"0 0 32 28\">\n<title>cc</title>\n<path d=\"M12.266 15.75h3.234c-0.297 3.297-2.188 5.297-4.891 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.172c-0.109-1.328-0.766-2.094-1.828-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.313 3.484 2.016 3.484 1.078 0 1.578-0.938 1.703-2.172zM23.391 15.75h3.219c-0.297 3.297-2.172 5.297-4.875 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.187c-0.094-1.328-0.766-2.094-1.813-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.297 3.484 2 3.484 1.078 0 1.594-0.938 1.719-2.172zM29 13.891c0-4.188-0.219-6-1.188-7.313-0.203-0.266-0.531-0.438-0.797-0.625-0.984-0.719-5.563-0.984-10.891-0.984s-10.125 0.266-11.094 0.984c-0.281 0.203-0.625 0.359-0.828 0.625-0.969 1.297-1.172 3.125-1.172 7.313 0 4.203 0.219 6.016 1.172 7.313 0.219 0.297 0.547 0.422 0.828 0.641 0.969 0.719 5.766 1.016 11.094 1.016s9.906-0.281 10.891-1.016c0.266-0.203 0.609-0.328 0.797-0.641 0.984-1.281 1.188-3.109 1.188-7.313zM32 2v24h-32v-24h32z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ils\" viewBox=\"0 0 22 28\">\n<title>ils</title>\n<path d=\"M15.5 9.75v7.75c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-7.75c0-2.344-1.906-4.25-4.25-4.25h-4.25v18c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-21c0-0.281 0.219-0.5 0.5-0.5h7.25c4.281 0 7.75 3.469 7.75 7.75zM21.5 2.5v13.75c0 4.281-3.469 7.75-7.75 7.75h-7.25c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v12h4.25c2.344 0 4.25-1.906 4.25-4.25v-13.75c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meanpath\" viewBox=\"0 0 24 28\">\n<title>meanpath</title>\n<path d=\"M20.484 13.156v1.781c0 0.5-0.297 0.812-0.797 0.812h-3.156c-0.5 0-0.812-0.313-0.812-0.812v-1.781c0-0.5 0.313-0.812 0.812-0.812h3.156c0.5 0 0.797 0.313 0.797 0.812zM12.828 16.75v-3.906c0-1.109-0.734-1.844-1.844-1.844h-2.078c-0.703 0-1.219 0.297-1.5 0.812-0.281-0.516-0.797-0.812-1.5-0.812h-2.031c-1.094 0-1.844 0.734-1.844 1.844v3.906c0 0.234 0.109 0.344 0.328 0.344h0.859c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.297-0.812 0.812-0.812h1.469c0.5 0 0.812 0.313 0.812 0.812v3.594c0 0.234 0.094 0.344 0.328 0.344h0.844c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.313-0.812 0.812-0.812h1.516c0.5 0 0.797 0.313 0.797 0.812v3.594c0 0.234 0.109 0.344 0.344 0.344h0.859c0.219 0 0.328-0.109 0.328-0.344zM22.031 15.25v-2.406c0-1.109-0.75-1.844-1.859-1.844h-4.125c-1.109 0-1.859 0.734-1.859 1.844v6.406c0 0.234 0.125 0.328 0.344 0.328h0.859c0.234 0 0.328-0.094 0.328-0.328v-2.812c0.297 0.406 0.766 0.656 1.469 0.656h2.984c1.109 0 1.859-0.75 1.859-1.844zM24 5.625v16.75c0 2-1.625 3.625-3.625 3.625h-16.75c-2 0-3.625-1.625-3.625-3.625v-16.75c0-2 1.625-3.625 3.625-3.625h16.75c2 0 3.625 1.625 3.625 3.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-buysellads\" viewBox=\"0 0 24 28\">\n<title>buysellads</title>\n<path d=\"M14.297 16.969h-4.594l2.297-8.609zM15.641 22h4.859l-5.063-16h-6.875l-5.063 16h4.859l5.984-4.906zM24 6.5v15c0 2.469-2.031 4.5-4.5 4.5h-15c-2.469 0-4.5-2.031-4.5-4.5v-15c0-2.469 2.031-4.5 4.5-4.5h15c2.469 0 4.5 2.031 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-connectdevelop\" viewBox=\"0 0 32 28\">\n<title>connectdevelop</title>\n<path d=\"M32 13.984c0 0.438-0.313 0.797-0.719 0.875l-3.203 5.563c0.031 0.094 0.047 0.187 0.047 0.281 0 0.422-0.297 0.781-0.703 0.859l-3.016 5.266c0.031 0.078 0.047 0.156 0.047 0.25 0 0.484-0.391 0.891-0.891 0.891-0.25 0-0.484-0.109-0.641-0.281h-6.25c-0.156 0.187-0.406 0.313-0.672 0.313s-0.516-0.125-0.672-0.313h-6.234c-0.156 0.187-0.391 0.313-0.672 0.313-0.484 0-0.891-0.391-0.891-0.891 0-0.109 0.031-0.219 0.063-0.313l-3.016-5.234c-0.406-0.078-0.703-0.438-0.703-0.859 0-0.109 0.016-0.187 0.047-0.281l-3.219-5.563c-0.406-0.094-0.703-0.453-0.703-0.875 0-0.438 0.313-0.797 0.734-0.875l3.109-5.375c0-0.031-0.016-0.063-0.016-0.094 0-0.359 0.219-0.656 0.531-0.797l3.266-5.672c-0.031-0.078-0.063-0.187-0.063-0.281 0-0.5 0.406-0.891 0.891-0.891 0.281 0 0.516 0.125 0.688 0.328h6.188c0.156-0.203 0.391-0.328 0.672-0.328s0.516 0.125 0.672 0.328h6.219c0.172-0.203 0.406-0.328 0.688-0.328 0.484 0 0.891 0.391 0.891 0.891 0 0.094-0.031 0.187-0.063 0.281l3.234 5.594c0.469 0.016 0.859 0.406 0.859 0.875 0 0.156-0.047 0.297-0.109 0.422l2.922 5.063c0.391 0.078 0.688 0.438 0.688 0.859zM16.609 26.469h6.078l-5.344-5.531h-2.234l-5.344 5.531h5.625c0.156-0.141 0.375-0.25 0.609-0.25s0.453 0.109 0.609 0.25zM1.75 13.781c0.016 0.063 0.016 0.125 0.016 0.203s0 0.156-0.031 0.234l3.25 5.625c0.078 0.016 0.156 0.063 0.234 0.094l2.938-3.109v-5.422l-2.922-3.031c-0.141 0.094-0.297 0.141-0.453 0.156zM15.406 1.531h-6.062l2.969 3.125 8.656-3.125h-4.375c-0.156 0.156-0.359 0.25-0.594 0.25s-0.438-0.094-0.594-0.25zM26.391 20.469c0.016-0.063 0.047-0.125 0.078-0.172l-1-1.062-0.266 1.234h1.188zM24.734 20.469l0.344-1.641-3.938-4.156-4.625 4.797 0.984 1h7.234zM23.359 26.219l0.25-0.438 1.016-4.844h-6.672l5.203 5.359c0.063-0.031 0.125-0.063 0.203-0.078zM9.031 26.469h0.078l5.344-5.531h-5.828v5.234l0.063 0.094c0.141 0.047 0.25 0.109 0.344 0.203zM8.625 20.469h6.281l1-1.031-4.828-5.016-2.453 2.594v3.453zM5.609 20.469h2.547v-2.953l-2.625 2.766c0.031 0.063 0.063 0.125 0.078 0.187zM5.594 7.578c0 0.016 0.016 0.047 0.016 0.063 0 0.172-0.047 0.328-0.125 0.453l2.672 2.766v-4.203zM8.625 6.484v4.859l2.391 2.453 4.641-4.906-3.484-3.687zM8.687 1.734l-0.063 0.125v4.125l3.203-1.156-2.984-3.141c-0.047 0.016-0.094 0.031-0.156 0.047zM22.609 1.531h-0.25l-9.703 3.5 3.328 3.516zM15.984 9.219l-4.641 4.922 4.859 4.984 4.625-4.797zM10.75 14.094l-2.125-2.203v4.438zM16.219 19.781l-0.656 0.688h1.328zM21.469 14.344l3.719 3.922 2.063-9.75-0.047-0.078-0.016-0.016zM26.844 8.094c-0.078-0.125-0.125-0.281-0.125-0.453v-0.031l-3.375-5.875c-0.078-0.016-0.141-0.047-0.203-0.078l-6.828 7.234 4.844 5.109zM8.156 6.156v-3.484l-2.547 4.406zM8.156 20.937h-2.547l2.547 4.422v-4.422zM25.109 20.937l-0.75 3.547 2.031-3.547h-1.281zM27.016 19.844l3.234-5.641c-0.016-0.078-0.031-0.141-0.031-0.219 0-0.094 0.031-0.172 0.047-0.25l-2.672-4.625-2.016 9.562 1.203 1.281c0.078-0.047 0.156-0.078 0.234-0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashcube\" viewBox=\"0 0 22 28\">\n<title>dashcube</title>\n<path d=\"M0 10.625c0-2.703 2.156-5.031 4.906-5.031h11.594l5.5-5.594v22.969c0 2.719-2.156 5.031-4.906 5.031h-12.187c-2.75 0-4.906-2.312-4.906-5.031v-12.344zM19.25 22.406l-2.75-2.812v-6.641c0-0.953-0.766-1.75-1.719-1.75h-7.562c-0.953 0-1.719 0.797-1.719 1.75v7.688c0 0.953 0.766 1.766 1.719 1.766h12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forumbee\" viewBox=\"0 0 24 28\">\n<title>forumbee</title>\n<path d=\"M14.594 2.344c-6.609 2.516-11.813 7.797-14.281 14.422-0.203-0.906-0.313-1.828-0.313-2.75 0-6.609 5.344-11.969 11.953-11.969 0.891 0 1.781 0.109 2.641 0.297zM18.797 4.203c0.969 0.672 1.828 1.484 2.562 2.422-8.094 2.359-14.422 8.719-16.734 16.828-0.922-0.719-1.75-1.563-2.422-2.531 2.328-8.031 8.578-14.344 16.594-16.719zM7.344 25.047c2.406-7.422 8.219-13.266 15.609-15.719 0.422 0.969 0.703 2 0.844 3.047-6.094 2.5-10.938 7.375-13.422 13.484-1.047-0.141-2.063-0.406-3.031-0.812zM24 25.953c-1.937-0.5-3.859-1.094-5.734-1.797-1.375 0.859-2.922 1.437-4.531 1.672 2.281-4.266 5.797-7.797 10.047-10.094-0.219 1.563-0.766 3.094-1.578 4.438 0.703 1.891 1.297 3.828 1.797 5.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leanpub\" viewBox=\"0 0 32 28\">\n<title>leanpub</title>\n<path d=\"M29.578 6.125l2.422 19.875c-1.453 0-2.703-0.297-4.016-0.891-1.953-0.891-3.984-1.422-6.141-1.422-2.219 0-4.266 0.734-5.844 2.312-1.578-1.578-3.625-2.312-5.844-2.312-2.156 0-4.188 0.531-6.141 1.422-1.266 0.562-2.547 0.891-3.938 0.891h-0.078l2.422-19.875c2.234-1.266 4.953-1.984 7.531-1.984 2.109 0 4.281 0.438 6.047 1.656 1.766-1.219 3.938-1.656 6.047-1.656 2.578 0 5.297 0.719 7.531 1.984zM21.844 21.547c2.969 0 5 0.797 7.688 1.906l-1.937-15.953c-1.75-0.797-3.828-1.219-5.75-1.219-2.188 0-4.234 0.688-5.844 2.203-1.609-1.516-3.656-2.203-5.844-2.203-1.922 0-4 0.422-5.75 1.219l-1.937 15.953c2.688-1.109 4.719-1.906 7.688-1.906 2.141 0 4.031 0.547 5.844 1.687 1.813-1.141 3.703-1.687 5.844-1.687zM22.469 21.016l-0.859-14.172c-2.25 0.047-4.031 0.812-5.609 2.422-1.641-1.672-3.5-2.422-5.844-2.422-1.75 0-3.625 0.359-5.25 1.031l-1.781 14.703c2.359-0.969 4.438-1.578 7.031-1.578 2.063 0 4.078 0.5 5.844 1.594 1.766-1.094 3.781-1.641 5.844-1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sellsy\" viewBox=\"0 0 32 28\">\n<title>sellsy</title>\n<path d=\"M23.438 21.422v-11.453c0-0.438-0.359-0.797-0.781-0.797h-1.453c-0.422 0-0.781 0.359-0.781 0.797v11.453c0 0.422 0.359 0.781 0.781 0.781h1.453c0.422 0 0.781-0.359 0.781-0.781zM19 21.422v-8.297c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v8.297c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM14.438 21.422v-6.703c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v6.703c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM9.875 21.422v-5.656c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v5.656c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM32 19.141c0 3.469-2.828 6.281-6.281 6.281h-19.437c-3.453 0-6.281-2.812-6.281-6.281 0-2.422 1.422-4.641 3.609-5.672-0.109-0.375-0.156-0.766-0.156-1.141 0-2.359 1.922-4.281 4.281-4.281 1.031 0 2.031 0.375 2.812 1.047 0.938-3.813 4.375-6.516 8.313-6.516 4.719 0 8.563 3.844 8.563 8.563 0 0.641-0.063 1.281-0.219 1.906 2.812 0.688 4.797 3.219 4.797 6.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shirtsinbulk\" viewBox=\"0 0 24 28\">\n<title>shirtsinbulk</title>\n<path d=\"M0 0h24v21.75l-12.125 5.281-11.875-5.281v-21.75zM22.437 20.734v-14.469h-20.875v14.469l10.328 4.594zM22.437 4.703v-3.141h-20.875v3.141h20.875zM2.828 9.359v1.797h-0.578v-1.797h0.578zM2.828 11.672v1.797h-0.578v-1.797h0.578zM2.828 13.984v1.797h-0.578v-1.797h0.578zM2.828 16.297v1.797h-0.578v-1.797h0.578zM2.828 18.609v1.797h-0.578v-1.797h0.578zM3.234 20.844l0.234-0.531 1.641 0.734-0.234 0.516zM5.359 21.781l0.234-0.531 1.641 0.719-0.234 0.531zM7.469 22.719l0.234-0.531 1.641 0.719-0.234 0.531zM9.594 23.641l0.234-0.516 1.625 0.719-0.234 0.531zM12.453 23.844l1.641-0.719 0.234 0.516-1.641 0.734zM14.562 22.906l1.641-0.719 0.234 0.531-1.641 0.719zM16.688 21.969l1.641-0.719 0.234 0.531-1.641 0.719zM18.797 21.047l1.641-0.734 0.234 0.531-1.641 0.719zM4.047 2.297v0.562h-1.781v-0.562h1.781zM6.578 2.297v0.562h-1.797v-0.562h1.797zM9.109 2.297v0.562h-1.797v-0.562h1.797zM11.625 2.297v0.562h-1.781v-0.562h1.781zM14.156 2.297v0.562h-1.781v-0.562h1.781zM16.688 2.297v0.562h-1.797v-0.562h1.797zM19.219 2.297v0.562h-1.797v-0.562h1.797zM21.734 2.297v0.562h-1.781v-0.562h1.781zM2.828 7.609v1.234h-0.578v-1.797h1.797v0.562h-1.219zM6.578 7.047v0.562h-1.797v-0.562h1.797zM9.109 7.047v0.562h-1.797v-0.562h1.797zM11.625 7.047v0.562h-1.781v-0.562h1.781zM14.156 7.047v0.562h-1.781v-0.562h1.781zM16.688 7.047v0.562h-1.797v-0.562h1.797zM19.219 7.047v0.562h-1.797v-0.562h1.797zM21.172 8.844v-1.234h-1.219v-0.562h1.797v1.797h-0.578zM21.172 11.156v-1.797h0.578v1.797h-0.578zM21.172 13.469v-1.797h0.578v1.797h-0.578zM21.172 15.781v-1.797h0.578v1.797h-0.578zM21.172 18.094v-1.797h0.578v1.797h-0.578zM21.172 20.406v-1.797h0.578v1.797h-0.578zM11.875 19.859c-2.688 0-4.891-2.188-4.891-4.891 0-2.688 2.203-4.891 4.891-4.891 2.703 0 4.891 2.203 4.891 4.891 0 2.703-2.188 4.891-4.891 4.891zM9.297 13.906c0 2.375 4.156 0.641 4.156 2.031 0 0.703-1.281 0.766-1.75 0.766-0.656 0-1.594-0.141-1.922-0.797h-0.047l-0.484 0.984c0.797 0.5 1.563 0.656 2.531 0.656 1.047 0 2.734-0.313 2.734-1.672 0-2.578-4.203-0.875-4.203-2.031 0-0.703 1.109-0.797 1.594-0.797 0.578 0 1.563 0.172 1.906 0.703h0.047l0.469-0.906c-0.812-0.328-1.469-0.641-2.375-0.641-1.078 0-2.656 0.344-2.656 1.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-simplybuilt\" viewBox=\"0 0 32 28\">\n<title>simplybuilt</title>\n<path d=\"M13.484 16.125c0-2.344-1.891-4.234-4.234-4.234-2.328 0-4.219 1.891-4.219 4.234 0 2.328 1.891 4.219 4.219 4.219 2.344 0 4.234-1.891 4.234-4.219zM26.969 16.109c0-2.328-1.891-4.219-4.219-4.219-2.344 0-4.234 1.891-4.234 4.219 0 2.344 1.891 4.234 4.234 4.234 2.328 0 4.219-1.891 4.219-4.234zM32 3.469v21.063c0 0.922-0.75 1.672-1.687 1.672h-28.625c-0.938 0-1.687-0.75-1.687-1.672v-21.063c0-0.922 0.75-1.672 1.687-1.672h6.734c0.922 0 1.687 0.75 1.687 1.672v2.516h11.781v-2.516c0-0.922 0.766-1.672 1.687-1.672h6.734c0.938 0 1.687 0.75 1.687 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skyatlas\" viewBox=\"0 0 32 28\">\n<title>skyatlas</title>\n<path d=\"M22.344 9.109c0 0-0.016-0.016 0 0v0zM26.406 12.297c3.031 0 5.594 2.266 5.594 5.359 0 3.297-2.625 5.719-5.875 5.719-8.297 0-9.828-12.484-17.984-12.484-3.156 0-5.453 2.016-5.453 5.25 0 3.344 2.5 5.359 5.734 5.359 2.125 0 4.547-0.891 6.266-2.125 0.281-0.203 0.844-0.812 1.141-0.812s0.547 0.25 0.547 0.547c0 0.391-0.656 0.953-0.938 1.203-2.047 1.781-5.016 3.063-7.734 3.063-4.172 0-7.703-2.953-7.703-7.25s3.375-7.453 7.641-7.453c9.266 0 11.125 12.297 18.094 12.297 2.094 0 3.672-1.359 3.672-3.5 0-1.984-1.531-3.484-3.5-3.484-0.875 0-1.75 0.578-2.344 0.578-0.422 0-0.797-0.359-0.797-0.781 0-0.578 0.266-1.188 0.266-1.813 0-3.328-2.547-5.734-5.844-5.734-2.656 0-4 1.844-4.438 1.844-0.313 0-0.562-0.25-0.562-0.562 0-0.281 0.203-0.516 0.391-0.719 1.266-1.437 3.234-2.188 5.141-2.188 3.969 0 6.953 2.922 6.953 6.891 0 0.344-0.016 0.688-0.063 1.031 0.594-0.156 1.203-0.234 1.797-0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-plus\" viewBox=\"0 0 26 28\">\n<title>cart-plus</title>\n<path d=\"M19 11c0-0.547-0.453-1-1-1h-2v-2c0-0.547-0.453-1-1-1s-1 0.453-1 1v2h-2c-0.547 0-1 0.453-1 1s0.453 1 1 1h2v2c0 0.547 0.453 1 1 1s1-0.453 1-1v-2h2c0.547 0 1-0.453 1-1zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-arrow-down\" viewBox=\"0 0 26 28\">\n<title>cart-arrow-down</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-0.266 0-0.516 0.109-0.703 0.297l-2.297 2.281v-4.578c0-0.547-0.453-1-1-1s-1 0.453-1 1v4.578l-2.297-2.281c-0.187-0.187-0.438-0.297-0.703-0.297-0.547 0-1 0.453-1 1 0 0.266 0.109 0.516 0.297 0.703l4 4c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l4-4c0.187-0.187 0.297-0.438 0.297-0.703zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-diamond\" viewBox=\"0 0 32 28\">\n<title>diamond</title>\n<path d=\"M3.313 12l9.734 10.391-4.688-10.391h-5.047zM16 24.063l5.453-12.063h-10.906zM8.406 10l3.187-6h-4.094l-4.5 6h5.406zM18.953 22.391l9.734-10.391h-5.047zM10.672 10h10.656l-3.187-6h-4.281zM23.594 10h5.406l-4.5-6h-4.094zM25.797 2.406l6 8c0.297 0.375 0.266 0.922-0.063 1.281l-15 16c-0.187 0.203-0.453 0.313-0.734 0.313s-0.547-0.109-0.734-0.313l-15-16c-0.328-0.359-0.359-0.906-0.063-1.281l6-8c0.187-0.266 0.484-0.406 0.797-0.406h18c0.313 0 0.609 0.141 0.797 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ship\" viewBox=\"0 0 32 28\">\n<title>ship</title>\n<path d=\"M28.297 24.297c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297zM3.703 23.703c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1-1v-4.578l-3.281-4.906c-0.359-0.547-0.109-1.297 0.516-1.516l2.766-0.906v-4.672h2v-2h4v-2h4v2h4v2h2v4.672l2.766 0.906c0.625 0.219 0.875 0.969 0.516 1.516l-3.281 4.906v4.578l0.297-0.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297zM10 6v2l6-2 6 2v-2h-2v-2h-8v2h-2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-secret\" viewBox=\"0 0 22 28\">\n<title>user-secret</title>\n<path d=\"M9 24l1.5-7-1.5-2-2-1zM13 24l2-10-2 1-1.5 2zM15.5 8.219c-0.016-0.031-0.031-0.063-0.063-0.094-0.141-0.109-1.266-0.125-1.5-0.125-0.891 0-1.734 0.125-2.609 0.297-0.109 0.031-0.219 0.031-0.328 0.031s-0.219 0-0.328-0.031c-0.875-0.172-1.719-0.297-2.609-0.297-0.234 0-1.359 0.016-1.5 0.125-0.031 0.031-0.047 0.063-0.063 0.094 0.016 0.141 0.031 0.281 0.063 0.422 0.094 0.125 0.172 0.078 0.234 0.266 0.406 1.109 0.594 1.969 2 1.969 2.016 0 1.453-1.859 2.109-1.859h0.187c0.656 0 0.094 1.859 2.109 1.859 1.406 0 1.594-0.859 2-1.969 0.063-0.187 0.141-0.141 0.234-0.266 0.031-0.141 0.047-0.281 0.063-0.422zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-2.828 0.5-7.109 3.406-8.516l-1.406-3.437h3.344c-0.219-0.641-0.344-1.313-0.344-2 0-0.172 0.016-0.344 0.031-0.5-0.609-0.125-3.031-0.625-3.031-1.5 0-0.922 2.656-1.422 3.281-1.547 0.328-1.172 1.109-2.953 1.906-3.875 0.313-0.359 0.703-0.578 1.188-0.578 0.938 0 1.687 0.969 2.625 0.969s1.687-0.969 2.625-0.969c0.484 0 0.875 0.219 1.188 0.578 0.797 0.922 1.578 2.703 1.906 3.875 0.625 0.125 3.281 0.625 3.281 1.547 0 0.875-2.422 1.375-3.031 1.5 0.078 0.844-0.031 1.687-0.313 2.5h3.344l-1.281 3.516c2.797 1.453 3.281 5.656 3.281 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-motorcycle\" viewBox=\"0 0 36 28\">\n<title>motorcycle</title>\n<path d=\"M35.953 16.188c0.5 4.391-3.078 8.078-7.438 7.797-3.344-0.219-6.125-2.891-6.469-6.234-0.25-2.375 0.688-4.516 2.281-5.953l-1.109-1.672c-1.969 1.641-3.219 4.094-3.219 6.844 0 0.562-0.438 1.031-1 1.031h-5.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c0.828 0 1.625 0.156 2.375 0.422l0.375-0.703c-1.203-1.078-2.781-1.719-4.75-1.719h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h2c3.5 0 5.281 1.437 6 2h9.797l-1.328-2h-3.469c-0.609 0-1.094-0.547-0.984-1.172 0.078-0.484 0.547-0.828 1.031-0.828h3.953c0.328 0 0.641 0.172 0.828 0.438l1.094 1.641 1.781-1.781c0.187-0.187 0.453-0.297 0.719-0.297h1.578c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-2.797l1.797 2.688c1.266-0.609 2.734-0.859 4.297-0.562 2.984 0.547 5.313 3.047 5.656 6.062zM7 22c2.422 0 4.438-1.719 4.906-4h-4.906c-0.344 0-0.672-0.187-0.859-0.484-0.172-0.297-0.187-0.672-0.016-0.984l2.297-4.328c-0.453-0.125-0.922-0.203-1.422-0.203-2.75 0-5 2.25-5 5s2.25 5 5 5zM29 22c2.75 0 5-2.25 5-5s-2.25-5-5-5c-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-street-view\" viewBox=\"0 0 22 28\">\n<title>street-view</title>\n<path d=\"M22 24c0 2.75-5.703 4-11 4s-11-1.25-11-4c0-2.125 3.172-3.125 5.828-3.578 0.547-0.094 1.062 0.266 1.156 0.812s-0.266 1.062-0.812 1.156c-3.219 0.562-4.125 1.437-4.172 1.625 0.156 0.531 3.156 1.984 9 1.984s8.844-1.453 9-2.016c-0.047-0.156-0.953-1.031-4.172-1.594-0.547-0.094-0.906-0.609-0.812-1.156s0.609-0.906 1.156-0.812c2.656 0.453 5.828 1.453 5.828 3.578zM16 10v6c0 0.547-0.453 1-1 1h-1v6c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-6h-1c-0.547 0-1-0.453-1-1v-6c0-1.109 0.891-2 2-2h6c1.109 0 2 0.891 2 2zM14.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heartbeat\" viewBox=\"0 0 28 28\">\n<title>heartbeat</title>\n<path d=\"M20 16h4.766c-0.187 0.203-0.313 0.313-0.344 0.344l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.031-0.016-0.156-0.125-0.328-0.313h5.766c0.453 0 0.859-0.313 0.969-0.75l1.094-4.391 2.969 10.422c0.125 0.422 0.516 0.719 0.969 0.719v0c0.438 0 0.828-0.297 0.953-0.719l2.281-7.578 0.875 1.75c0.172 0.328 0.516 0.547 0.891 0.547zM28 9.312c0 1.797-0.781 3.437-1.609 4.688h-5.766l-1.734-3.453c-0.172-0.359-0.578-0.578-0.969-0.547-0.422 0.047-0.766 0.313-0.875 0.719l-2.016 6.719-3.063-10.719c-0.125-0.422-0.516-0.719-0.984-0.719-0.453 0-0.844 0.313-0.953 0.75l-1.813 7.25h-6.609c-0.828-1.25-1.609-2.891-1.609-4.688 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus\" viewBox=\"0 0 18 28\">\n<title>venus</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.25 3.719-7.734 7.938-8.203 5.437-0.609 10.031 3.625 10.031 8.937zM2 9c0 3.859 3.141 7 7 7s7-3.141 7-7-3.141-7-7-7-7 3.141-7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars\" viewBox=\"0 0 24 28\">\n<title>mars</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-5.969 5.984c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l5.969-5.969h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mercury\" viewBox=\"0 0 18 28\">\n<title>mercury</title>\n<path d=\"M12.969 4.937c2.969 1.469 5.031 4.531 5.031 8.062 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-3.531 2.063-6.594 5.031-8.062-1.641-0.953-2.922-2.453-3.563-4.266-0.125-0.328 0.125-0.672 0.469-0.672h1.078c0.203 0 0.375 0.125 0.453 0.313 0.906 2.172 3.047 3.687 5.531 3.687s4.625-1.516 5.531-3.687c0.078-0.187 0.25-0.313 0.578-0.313h0.953c0.344 0 0.594 0.344 0.469 0.672-0.641 1.813-1.922 3.313-3.563 4.266zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-intersex\" viewBox=\"0 0 22 28\">\n<title>intersex</title>\n<path d=\"M16 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.719-0.516-8.359-4.719-7.969-9.656 0.328-4.25 3.703-7.734 7.922-8.219 2.531-0.297 4.875 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-transgender-alt\" viewBox=\"0 0 26 28\">\n<title>transgender-alt</title>\n<path d=\"M20 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-2.125 0.75-4.078 1.969-5.609l-0.812-0.828-1.578 1.734c-0.187 0.203-0.5 0.219-0.703 0.047l-0.75-0.688c-0.203-0.172-0.219-0.5-0.031-0.703l1.641-1.797-1.734-1.75v2.094c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.5c0-0.547 0.453-1 1-1h4.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.078l1.656 1.672 1.344-1.469c0.187-0.203 0.5-0.219 0.703-0.047l0.75 0.688c0.203 0.172 0.219 0.5 0.031 0.703l-1.406 1.547 0.891 0.875c1.531-1.219 3.484-1.969 5.609-1.969s4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM13 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-double\" viewBox=\"0 0 28 28\">\n<title>venus-double</title>\n<path d=\"M27.969 8.266c0.391 4.953-3.234 9.156-7.969 9.672v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-8v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.297 3.797-7.812 8.078-8.219 2.188-0.219 4.234 0.359 5.891 1.469 1.656-1.109 3.703-1.687 5.891-1.469 4.281 0.406 7.734 3.922 8.078 8.219zM14 13.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM9 16c1.234 0 2.391-0.328 3.406-0.891-1.5-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1.016-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7s3.141 7 7 7zM18 22v-4.062c-1.469-0.156-2.828-0.688-4-1.469-1.172 0.781-2.531 1.313-4 1.469v4.062h8zM19 16c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.391 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.906 4.5-2.406 6.109c1.016 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-double\" viewBox=\"0 0 30 28\">\n<title>mars-double</title>\n<path d=\"M24 6.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.797-3.75 6.781-7.562 7.313-4.469 0.625-8.422-2.047-9.781-5.938-4.937-0.25-8.828-4.5-8.5-9.578 0.281-4.281 3.672-7.844 7.938-8.328 2.516-0.297 4.859 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c0.625 0.781 1.109 1.672 1.453 2.641 1.937 0.094 3.703 0.812 5.125 1.937l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM16 13c0-0.313-0.031-0.609-0.063-0.906-3.359 0.516-5.938 3.406-5.938 6.906 0 0.313 0.031 0.609 0.063 0.906 3.359-0.516 5.938-3.406 5.938-6.906zM2 13c0 3.531 2.641 6.453 6.047 6.922-0.031-0.297-0.047-0.609-0.047-0.922 0-4.406 3.187-8.078 7.391-8.844-1.094-2.453-3.547-4.156-6.391-4.156-3.859 0-7 3.141-7 7zM17 26c3.859 0 7-3.141 7-7 0-3.531-2.641-6.453-6.047-6.922 0.031 0.297 0.047 0.609 0.047 0.922 0 4.406-3.187 8.078-7.391 8.844 1.094 2.453 3.547 4.156 6.391 4.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-mars\" viewBox=\"0 0 31 28\">\n<title>venus-mars</title>\n<path d=\"M26 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.75-3.703 6.734-7.469 7.297-2.375 0.359-4.609-0.219-6.391-1.406-1.172 0.781-2.531 1.297-4 1.453v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.906-0.547-8.641-5.047-7.906-10.219 0.531-3.891 3.625-7.016 7.5-7.609 2.391-0.359 4.625 0.219 6.406 1.406 1.437-0.953 3.156-1.516 5-1.516 2.125 0 4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM14 17.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM2 13c0 3.859 3.141 7 7 7 1.234 0 2.406-0.328 3.406-0.891-1.484-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7zM19 20c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.406 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.922 4.5-2.406 6.109c1 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke\" viewBox=\"0 0 24 28\">\n<title>mars-stroke</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-3.328 3.344 2.188 2.188c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.188-2.203-1.219 1.234c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l1.219-1.219-2.688-2.688c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.688 2.688 3.328-3.328h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-v\" viewBox=\"0 0 18 28\">\n<title>mars-stroke-v</title>\n<path d=\"M10 10.063c4.5 0.5 8 4.312 8 8.937 0 5.313-4.594 9.547-10.031 8.937-4.219-0.469-7.594-3.953-7.938-8.203-0.391-4.953 3.234-9.156 7.969-9.672v-2.063h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.5v-2.578l-1.437 1.437c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l3.156-3.141c0.391-0.391 1.016-0.391 1.406 0l3.156 3.141c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-1.437-1.437v2.578h2.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.5v2.063zM9 26c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-h\" viewBox=\"0 0 30 28\">\n<title>mars-stroke-h</title>\n<path d=\"M29.703 14.297c0.391 0.391 0.391 1.016 0 1.406l-4.594 4.594c-0.187 0.203-0.516 0.203-0.703 0l-0.703-0.703c-0.203-0.187-0.203-0.516 0-0.703l2.891-2.891h-4.594v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-2.063c-0.5 4.5-4.312 8-8.937 8-5.313 0-9.547-4.594-8.937-10.031 0.469-4.219 3.953-7.594 8.203-7.938 4.953-0.391 9.156 3.234 9.672 7.969h2.063v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5h4.594l-2.891-2.891c-0.203-0.187-0.203-0.516 0-0.703l0.703-0.703c0.187-0.203 0.516-0.203 0.703 0zM9 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-neuter\" viewBox=\"0 0 18 28\">\n<title>neuter</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v9.562c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9.562c-4.5-0.5-8-4.312-8-8.937 0-4.969 4.031-9 9-9s9 4.031 9 9zM9 16c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-genderless\" viewBox=\"0 0 18 28\">\n<title>genderless</title>\n<path d=\"M16 15c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM18 15c0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9 9 4.031 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-official\" viewBox=\"0 0 24 28\">\n<title>facebook-official</title>\n<path d=\"M22.672 2c0.734 0 1.328 0.594 1.328 1.328v21.344c0 0.734-0.594 1.328-1.328 1.328h-6.109v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-11.484c-0.734 0-1.328-0.594-1.328-1.328v-21.344c0-0.734 0.594-1.328 1.328-1.328h21.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-p\" viewBox=\"0 0 20 28\">\n<title>pinterest-p</title>\n<path d=\"M0 9.328c0-5.766 5.281-9.328 10.625-9.328 4.906 0 9.375 3.375 9.375 8.547 0 4.859-2.484 10.25-8.016 10.25-1.313 0-2.969-0.656-3.609-1.875-1.188 4.703-1.094 5.406-3.719 9l-0.219 0.078-0.141-0.156c-0.094-0.984-0.234-1.953-0.234-2.938 0-3.187 1.469-7.797 2.188-10.891-0.391-0.797-0.5-1.766-0.5-2.641 0-1.578 1.094-3.578 2.875-3.578 1.313 0 2.016 1 2.016 2.234 0 2.031-1.375 3.938-1.375 5.906 0 1.344 1.109 2.281 2.406 2.281 3.594 0 4.703-5.187 4.703-7.953 0-3.703-2.625-5.719-6.172-5.719-4.125 0-7.313 2.969-7.313 7.156 0 2.016 1.234 3.047 1.234 3.531 0 0.406-0.297 1.844-0.812 1.844-0.078 0-0.187-0.031-0.266-0.047-2.234-0.672-3.047-3.656-3.047-5.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-whatsapp\" viewBox=\"0 0 24 28\">\n<title>whatsapp</title>\n<path d=\"M15.391 15.219c0.266 0 2.812 1.328 2.922 1.516 0.031 0.078 0.031 0.172 0.031 0.234 0 0.391-0.125 0.828-0.266 1.188-0.359 0.875-1.813 1.437-2.703 1.437-0.75 0-2.297-0.656-2.969-0.969-2.234-1.016-3.625-2.75-4.969-4.734-0.594-0.875-1.125-1.953-1.109-3.031v-0.125c0.031-1.031 0.406-1.766 1.156-2.469 0.234-0.219 0.484-0.344 0.812-0.344 0.187 0 0.375 0.047 0.578 0.047 0.422 0 0.5 0.125 0.656 0.531 0.109 0.266 0.906 2.391 0.906 2.547 0 0.594-1.078 1.266-1.078 1.625 0 0.078 0.031 0.156 0.078 0.234 0.344 0.734 1 1.578 1.594 2.141 0.719 0.688 1.484 1.141 2.359 1.578 0.109 0.063 0.219 0.109 0.344 0.109 0.469 0 1.25-1.516 1.656-1.516zM12.219 23.5c5.406 0 9.812-4.406 9.812-9.812s-4.406-9.812-9.812-9.812-9.812 4.406-9.812 9.812c0 2.063 0.656 4.078 1.875 5.75l-1.234 3.641 3.781-1.203c1.594 1.047 3.484 1.625 5.391 1.625zM12.219 1.906c6.5 0 11.781 5.281 11.781 11.781s-5.281 11.781-11.781 11.781c-1.984 0-3.953-0.5-5.703-1.469l-6.516 2.094 2.125-6.328c-1.109-1.828-1.687-3.938-1.687-6.078 0-6.5 5.281-11.781 11.781-11.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-server\" viewBox=\"0 0 28 28\">\n<title>server</title>\n<path d=\"M2 22h16v-2h-16v2zM2 14h16v-2h-16v2zM26.5 21c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM2 6h16v-2h-16v2zM26.5 13c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM28 18v6h-28v-6h28zM28 10v6h-28v-6h28zM28 2v6h-28v-6h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-plus\" viewBox=\"0 0 32 28\">\n<title>user-plus</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM26 16h5.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v5.5c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-5.5h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-5.5c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5v5.5zM14.5 19.5c0 1.094 0.906 2 2 2h4v3.719c-0.766 0.562-1.734 0.781-2.672 0.781h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.531 1.172 3.016 1.906 4.984 1.906s3.453-0.734 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 1.328 0 2.5 0.5 3.391 1.5h-3.484c-1.094 0-2 0.906-2 2v3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-times\" viewBox=\"0 0 32 28\">\n<title>user-times</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM27.828 19l3.891 3.891c0.094 0.094 0.141 0.219 0.141 0.359 0 0.125-0.047 0.25-0.141 0.344l-2.125 2.125c-0.094 0.094-0.219 0.141-0.344 0.141-0.141 0-0.266-0.047-0.359-0.141l-3.891-3.891-3.891 3.891c-0.094 0.094-0.219 0.141-0.359 0.141-0.125 0-0.25-0.047-0.344-0.141l-2.125-2.125c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l3.891-3.891-3.891-3.891c-0.094-0.094-0.141-0.219-0.141-0.359 0-0.125 0.047-0.25 0.141-0.344l2.125-2.125c0.094-0.094 0.219-0.141 0.344-0.141 0.141 0 0.266 0.047 0.359 0.141l3.891 3.891 3.891-3.891c0.094-0.094 0.219-0.141 0.359-0.141 0.125 0 0.25 0.047 0.344 0.141l2.125 2.125c0.094 0.094 0.141 0.219 0.141 0.344 0 0.141-0.047 0.266-0.141 0.359zM20.047 19l-2.828 2.828c-0.375 0.375-0.578 0.891-0.578 1.422 0 0.516 0.203 1.031 0.578 1.406l1.297 1.297c-0.219 0.031-0.453 0.047-0.688 0.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.5 1.188 3.031 1.906 4.984 1.906s3.484-0.719 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 0.297 0 0.594 0.031 0.891 0.094-0.516 0.5-0.844 0.906-0.844 1.656 0 0.531 0.203 1.047 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bed\" viewBox=\"0 0 32 28\">\n<title>bed</title>\n<path d=\"M4 16h27c0.547 0 1 0.453 1 1v7h-4v-4h-24v4h-4v-19c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v11zM13 11c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM32 15v-1c0-3.313-2.688-6-6-6h-11c-0.547 0-1 0.453-1 1v6h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viacoin\" viewBox=\"0 0 24 28\">\n<title>viacoin</title>\n<path d=\"M24 0l-3 7h3v3h-4.281l-0.859 2h5.141v3h-6.422l-5.578 13-5.578-13h-6.422v-3h5.141l-0.859-2h-4.281v-3h3l-3-7h4l5.047 12h5.906l5.047-12h4zM12 19l1.687-4h-3.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-train\" viewBox=\"0 0 24 28\">\n<title>train</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM12 21c1.656 0 3-1.344 3-3s-1.344-3-3-3-3 1.344-3 3 1.344 3 3 3zM21 12v-8h-18v8h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subway\" viewBox=\"0 0 24 28\">\n<title>subway</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM4.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM11 12v-8h-8.5v8h8.5zM19.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM22 12v-8h-9v8h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medium\" viewBox=\"0 0 28 28\">\n<title>medium</title>\n<path d=\"M9.328 6.578v18.328c0 0.484-0.234 0.938-0.766 0.938-0.187 0-0.359-0.047-0.516-0.125l-7.266-3.641c-0.438-0.219-0.781-0.781-0.781-1.25v-17.813c0-0.391 0.187-0.75 0.609-0.75 0.25 0 0.469 0.125 0.688 0.234l7.984 4c0.016 0.016 0.047 0.063 0.047 0.078zM10.328 8.156l8.344 13.531-8.344-4.156v-9.375zM28 8.437v16.469c0 0.516-0.297 0.875-0.812 0.875-0.266 0-0.516-0.078-0.734-0.203l-6.891-3.437zM27.953 6.563c0 0.063-8.078 13.172-8.703 14.172l-6.094-9.906 5.063-8.234c0.172-0.281 0.484-0.438 0.812-0.438 0.141 0 0.281 0.031 0.406 0.094l8.453 4.219c0.031 0.016 0.063 0.047 0.063 0.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-y-combinator\" viewBox=\"0 0 24 28\">\n<title>y-combinator</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 2v24h-24v-24h24z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-optin-monster\" viewBox=\"0 0 36 28\">\n<title>optin-monster</title>\n<path d=\"M7.469 26.172c-0.156 0.328-0.609 0.781-1 0.938-0.547 0.187-1.219-0.172-1.25-0.547-0.031-0.484 1.172-1.359 1.687-1.453 0.5-0.094 0.734 0.656 0.562 1.062zM28.422 26.172c0.141 0.328 0.594 0.781 1 0.938 0.531 0.187 1.219-0.172 1.234-0.547 0.047-0.484-1.172-1.359-1.687-1.453-0.484-0.094-0.719 0.656-0.547 1.062zM29.172 24.469c0.281 0.562 1.391 1.391 2.094 1.578 0.953 0.266 1.859-0.187 1.859-0.859 0-1.031-1.953-2.406-2.859-2.5-0.859-0.109-1.422 1.109-1.094 1.781zM6.687 24.469c-0.281 0.562-1.375 1.391-2.078 1.578-0.953 0.266-1.859-0.187-1.859-0.859 0-1.031 1.953-2.406 2.859-2.5 0.859-0.109 1.422 1.109 1.078 1.781zM18.094 6.906h0.016c-0.422 0-0.828 0.078-1.188 0.234 0.547 0.172 0.953 0.672 0.953 1.25 0 0.734-0.641 1.328-1.437 1.328-0.531 0-1-0.281-1.25-0.672-0.047 0.219-0.078 0.422-0.078 0.656 0 1.547 1.328 2.797 2.984 2.797s3-1.25 3-2.797-1.344-2.797-3-2.797zM22.844 3.5c-2.063-2.266-4.703-2.766-7.281-1.359 1.453-3.25 7.063-2.812 7.281 1.359zM34.563 22.859c0.078 0.109-0.016 0.391-0.172 0.656 0.063 0.203 0.109 0.406 0.109 0.625 0.047 1.828-2.562 3.703-4.25 3.766-1 0.047-2-0.484-2.469-1.359-6.563 0.234-13.125 0.281-19.672 0-0.484 0.875-1.484 1.391-2.484 1.359-1.672-0.063-4.281-1.937-4.25-3.766 0.016-0.219 0.047-0.422 0.109-0.625-0.156-0.266-0.25-0.547-0.172-0.656 0.063-0.094 0.266-0.094 0.484-0.016 0.187-0.297 0.406-0.547 0.641-0.797-0.063-0.266-0.063-0.5 0.031-0.594 0.109-0.094 0.359-0.063 0.609 0.063 0.266-0.187 0.578-0.375 0.922-0.531 0-0.281 0.078-0.5 0.203-0.578 0.187-0.094 0.516-0.031 0.797 0.25 0.328-0.047 0.656-0.047 0.953 0.031 0.203 0.047 0.406 0.156 0.594 0.297v-1.141c-0.094 0-0.172 0-0.281-0.031-1.016-0.187-2.125-0.891-2.375-2.063-0.094-0.391-0.094-0.812 0-1.266 0.187-0.781 0.859-1.234 1.453-1.484 0.047-0.344 0.469-0.812 0.859-0.922 0.438-0.109 0.719 0.266 0.812 0.594h0.203c0.281 0.031 0.734 0.094 0.938 0.359 0.031 0.031 0.063 0.078 0.078 0.109 0.313-0.031 0.641-0.078 0.953-0.109-0.141-0.109-0.297-0.203-0.469-0.266-0.297-0.516-0.797-0.641-1.422-0.672 0-0.047 0-0.094 0.016-0.156-1.141-0.031-2.547-0.328-3.172-1.031-0.719-0.797-0.844-2.156-0.703-3.187 0.125-1.016 0.547-2.188 1.406-2.797 0.484-0.328 1.25-0.047 1.313 0.562 0.031 0.266 0.078 1.172 0.328 1.313 0.281 0.141 0.734 0.203 1.188 0.187 0.469-0.453 0.969-0.844 1.531-1.156-0.859-0.078-1.672 0.094-2.531 0.219l0.734-0.719c0.719-0.688 1.672-1.281 2.547-1.734 1.359-0.688 2.891-1.203 4.406-1.344-1.078-0.453-2.312-0.688-3.453-0.953 4.422-0.938 10.094-1.281 14.125 2.172 1.047 0.891 1.875 2.094 2.469 3.469 0.641 0.078 1.453 0.094 1.891-0.141h0.016c0.25-0.141 0.297-1.031 0.328-1.313 0.063-0.594 0.828-0.891 1.313-0.547 0.859 0.609 1.281 1.781 1.422 2.781 0.125 1.031 0.016 2.391-0.719 3.187-0.625 0.703-1.984 1.016-3.109 1.047v0.156c-0.641 0.016-1.172 0.141-1.484 0.672-0.172 0.063-0.328 0.156-0.484 0.266 0.328 0.031 0.656 0.078 0.969 0.109 0.016-0.047 0.047-0.094 0.078-0.125 0.219-0.25 0.672-0.328 0.938-0.359h0.203c0.094-0.313 0.391-0.688 0.812-0.594s0.812 0.578 0.859 0.922c0.625 0.25 1.281 0.703 1.453 1.484 0.109 0.469 0.094 0.875 0.016 1.266-0.266 1.172-1.375 1.891-2.391 2.063-0.078 0.016-0.187 0.031-0.266 0.031 0 0.391 0 0.766-0.016 1.141 0.187-0.141 0.375-0.25 0.594-0.297 0.297-0.078 0.625-0.078 0.953-0.031 0.281-0.281 0.625-0.344 0.797-0.25 0.125 0.078 0.219 0.297 0.219 0.578 0.328 0.156 0.656 0.344 0.922 0.531 0.25-0.125 0.484-0.156 0.594-0.063 0.094 0.094 0.109 0.328 0.031 0.594 0.234 0.25 0.469 0.516 0.641 0.797 0.219-0.078 0.406-0.078 0.484 0.016zM30.266 7.984c0 0.359-0.078 0.672-0.141 0.844 1 0.391 1.516 1.281 1.75 2.063 0.063-0.609-0.156-2.281-0.797-2.953-0.422-0.422-0.812-0.297-0.812 0.047zM29.047 9.547v0c0.75 0.906 0.984 2.406 0.734 3.641 0.625-0.125 1.188-0.359 1.516-0.703 0.109-0.125 0.219-0.281 0.281-0.438-0.063-1.234-0.594-2.469-1.719-2.828-0.187 0.187-0.531 0.281-0.812 0.328v0zM28.469 9.609c-0.219 0-0.469 0-0.688-0.016 0.438 1.188 0.719 2.469 0.828 3.734 0.203 0 0.438-0.016 0.672-0.047 0.344-1.406-0.016-2.984-0.812-3.672zM4.031 10.891c0.234-0.781 0.75-1.672 1.75-2.063-0.063-0.172-0.141-0.484-0.141-0.844 0-0.344-0.406-0.469-0.812-0.047-0.656 0.672-0.859 2.344-0.797 2.953zM4.594 12.484c0.328 0.359 0.891 0.578 1.516 0.703-0.25-1.234-0.016-2.734 0.734-3.641v0 0 0c-0.281-0.047-0.625-0.141-0.812-0.328-1.125 0.359-1.641 1.594-1.719 2.828 0.078 0.156 0.172 0.313 0.281 0.438zM7.359 13.328c0.141-1.281 0.531-2.531 1.141-3.672-0.297 0.063-0.578 0.172-0.859 0.281l-0.703 0.297v-0.016c-0.422 0.812-0.578 1.984-0.313 3.063 0.266 0.031 0.5 0.047 0.734 0.047zM22.406 13.937v0c0.203 1.031 0.281 2.063 0.438 3.094 0.063 0.359 0.172 0.438 0.516 0.266 0.922-0.469 1.313-2.266 1.328-3.297-0.75-0.047-1.516-0.047-2.281-0.063zM18 3.922c-2.422 0-4.406 1.969-4.406 4.391 0 2.438 1.984 4.406 4.406 4.406s4.406-1.969 4.406-4.406c0-2.422-1.984-4.391-4.406-4.391zM21.562 13.906c-1.094-0.016-2.203-0.016-3.297 0v-0.016c-0.016 0.297 0.016 2.203 0.25 2.375 0.641 0.313 2.281 0.266 2.953 0.063 0.313-0.094 0.141-2.141 0.094-2.422zM17.375 17.016c0.266-0.141 0.141-2.625 0.078-3.109v-0.016c-1.125 0.016-2.234 0.016-3.344 0.047-0.109 0.531-0.266 2.828 0.109 2.984 0.75 0.328 2.406 0.297 3.156 0.094zM11.219 14.063c-0.313 1.141 0.016 2.609 1.281 3.172 0.313 0.141 0.5 0.141 0.562-0.25 0.109-0.5 0.141-2.125 0.281-3.016v0c-0.703 0.016-1.422 0.047-2.125 0.094zM9.234 16.031c0.031 0.281-0.219 0.453-0.531 0.562 2.531 2.719 5.359 4.953 9.016 6.156 3.906-1.109 6.687-3.469 9.438-6.188-0.281-0.109-0.5-0.297-0.469-0.531 0.016-0.063 0.031-0.094 0.047-0.141v0 0c-0.516-0.047-1.031-0.109-1.531-0.156-0.547 1.906-2.078 3.063-2.703 1.828-0.156-0.297-0.203-0.672-0.266-0.969-0.219 0.484-0.766 0.469-1.422 0.516-0.766 0.063-1.828 0.078-2.547-0.172-0.172 0.75-0.641 0.75-1.547 0.828-0.812 0.078-2.812 0.234-3.172-0.625-0.063 1.656-2.031 0.578-2.609-0.406-0.187-0.328-0.313-0.656-0.406-1.016-0.453 0.047-0.906 0.094-1.359 0.156 0.031 0.047 0.047 0.109 0.063 0.156zM7.922 25.844c0.031-0.141 0.047-0.297 0.047-0.469-0.328-1.344-1.078-2.875-1.937-3.125-1.297-0.391-3.984 1.359-3.828 3.156 0.734 1.125 2.312 2.063 3.422 2.109 1.031 0.047 2.078-0.641 2.297-1.672zM7.969 23.172c0.187 0.516 0.375 1.203 0.422 1.859 1.937-1.125 4-2.063 6.125-2.719-2.234-1.188-3.938-2.766-5.625-4.453-0.125 0.078-0.297 0.141-0.453 0.203-0.016 0.047-0.016 0.094-0.031 0.141 0.266 0.156 0.453 0.344 0.344 0.578-0.125 0.234-0.5 0.438-0.875 0.531-0.125 0.156-0.297 0.281-0.453 0.375h-0.016c-0.016 0.781-0.016 1.563 0.016 2.344 0.219 0.391 0.406 0.797 0.547 1.141zM9.047 25.766c5.969 0.234 11.937 0.203 17.891 0-2.125-1.234-4.281-2.391-6.687-3.063-0.797 0.359-1.609 0.656-2.438 0.891-0.125 0.047-0.125 0.047-0.25 0-0.688-0.219-1.344-0.469-2.016-0.766-2.328 0.672-4.469 1.687-6.5 2.938h-0.016v0.016c0.016 0 0.016 0 0.016-0.016zM27.547 25.047c0.047-0.656 0.25-1.359 0.438-1.875 0.125-0.344 0.297-0.734 0.516-1.109l-0.016 0.016c0.031-0.797 0.047-1.594 0.047-2.391-0.172-0.094-0.328-0.234-0.469-0.391-0.375-0.078-0.75-0.297-0.875-0.516-0.109-0.234 0.078-0.438 0.344-0.594-0.016-0.031-0.031-0.094-0.031-0.141-0.172-0.047-0.313-0.109-0.438-0.187-1.828 1.703-3.781 3.281-5.984 4.438 2.25 0.672 4.391 1.625 6.469 2.75zM33.672 25.406c0.172-1.797-2.516-3.547-3.828-3.156-0.844 0.25-1.609 1.781-1.937 3.125 0 0.172 0.016 0.328 0.047 0.469 0.219 1.031 1.266 1.719 2.297 1.672 1.109-0.047 2.688-0.984 3.422-2.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opencart\" viewBox=\"0 0 43 28\">\n<title>opencart</title>\n<path d=\"M23.812 24.391c0 1.422-1.141 2.562-2.562 2.562s-2.578-1.141-2.578-2.562 1.156-2.578 2.578-2.578 2.562 1.156 2.562 2.578zM12.109 24.391c0 1.422-1.156 2.562-2.578 2.562s-2.562-1.141-2.562-2.562 1.141-2.578 2.562-2.578 2.578 1.156 2.578 2.578zM0 1.047c4.609 4.859 8.937 5.578 25.937 5.578s9.531 3.781-0.969 13.156c3.328-5.781 14.766-10.906-3.984-10.625-17.984 0.266-19.047-5.203-20.984-8.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expeditedssl\" viewBox=\"0 0 28 28\">\n<title>expeditedssl</title>\n<path d=\"M14 1c-7.172 0-13 5.828-13 13s5.828 13 13 13 13-5.828 13-13-5.828-13-13-13zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM7.75 13c0.141 0 0.25 0.109 0.25 0.25v7.5c0 0.141-0.109 0.25-0.25 0.25h-0.5c-0.141 0-0.25-0.109-0.25-0.25v-7.5c0-0.141 0.109-0.25 0.25-0.25h0.5zM14 14c1.109 0 2 0.891 2 2 0 0.734-0.406 1.375-1 1.719v1.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2zM14 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM8.5 9.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-1.937 1.563-3.5 3.5-3.5s3.5 1.563 3.5 3.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5zM22 21v-8c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery\" viewBox=\"0 0 36 28\">\n<title>battery</title>\n<path d=\"M30 8v12h-26v-12h26zM32 17h2v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5zM36 11v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-3\" viewBox=\"0 0 36 28\">\n<title>battery-3</title>\n<path d=\"M4 20v-12h20v12h-20zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-2\" viewBox=\"0 0 36 28\">\n<title>battery-2</title>\n<path d=\"M4 20v-12h14v12h-14zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-1\" viewBox=\"0 0 36 28\">\n<title>battery-1</title>\n<path d=\"M4 20v-12h8v12h-8zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-0\" viewBox=\"0 0 36 28\">\n<title>battery-0</title>\n<path d=\"M34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mouse-pointer\" viewBox=\"0 0 18 28\">\n<title>mouse-pointer</title>\n<path d=\"M17.703 16.297c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-5.969l3.141 7.438c0.219 0.516-0.031 1.094-0.531 1.313l-2.766 1.172c-0.516 0.219-1.094-0.031-1.313-0.531l-2.984-7.063-4.875 4.875c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-23.5c0-0.406 0.25-0.766 0.625-0.922 0.109-0.047 0.25-0.078 0.375-0.078 0.266 0 0.516 0.094 0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-i-cursor\" viewBox=\"0 0 14 28\">\n<title>i-cursor</title>\n<path d=\"M13 2c-3.313 0-5 1.172-5 3.5v6.5h2v2h-2v8.5c0 2.328 1.687 3.5 5 3.5h1v2h-1c-2.812 0-4.875-0.812-6-2.281-1.125 1.469-3.187 2.281-6 2.281h-1v-2h1c3.313 0 5-1.172 5-3.5v-8.5h-2v-2h2v-6.5c0-2.328-1.687-3.5-5-3.5h-1v-2h1c2.812 0 4.875 0.812 6 2.281 1.125-1.469 3.187-2.281 6-2.281h1v2h-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-group\" viewBox=\"0 0 32 28\">\n<title>object-group</title>\n<path d=\"M32 6h-2v16h2v6h-6v-2h-20v2h-6v-6h2v-16h-2v-6h6v2h20v-2h6v6zM28 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 26v-2h-2v2h2zM26 24v-2h2v-16h-2v-2h-20v2h-2v16h2v2h20zM30 26v-2h-2v2h2zM20 10h6v12h-14v-4h-6v-12h14v4zM8 16h10v-8h-10v8zM24 20v-8h-4v6h-6v2h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-ungroup\" viewBox=\"0 0 36 28\">\n<title>object-ungroup</title>\n<path d=\"M36 12h-2v10h2v6h-6v-2h-14v2h-6v-6h2v-2h-6v2h-6v-6h2v-10h-2v-6h6v2h14v-2h6v6h-2v2h6v-2h6v6zM32 8v2h2v-2h-2zM22 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 20v-2h-2v2h2zM24 18h-2v2h2v-2zM6 18h14v-2h2v-10h-2v-2h-14v2h-2v10h2v2zM14 26v-2h-2v2h2zM34 26v-2h-2v2h2zM32 22v-10h-2v-2h-6v6h2v6h-6v-2h-6v2h2v2h14v-2h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note\" viewBox=\"0 0 24 28\">\n<title>sticky-note</title>\n<path d=\"M16 19.5v6.5h-14.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5v14.5h-6.5c-0.828 0-1.5 0.672-1.5 1.5zM18 20h5.953c-0.141 0.75-0.547 1.594-1.016 2.063l-2.875 2.875c-0.469 0.469-1.313 0.875-2.063 1.016v-5.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note-o\" viewBox=\"0 0 24 28\">\n<title>sticky-note-o</title>\n<path d=\"M21.875 20h-3.875v3.875c0.266-0.094 0.531-0.234 0.641-0.344l2.891-2.891c0.109-0.109 0.25-0.375 0.344-0.641zM17.5 18h4.5v-14h-20v20h14v-4.5c0-0.828 0.672-1.5 1.5-1.5zM24 3.5v16c0 0.828-0.484 1.984-1.062 2.562l-2.875 2.875c-0.578 0.578-1.734 1.062-2.562 1.062h-16c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-jcb\" viewBox=\"0 0 36 28\">\n<title>cc-jcb</title>\n<path d=\"M30.484 15.594c0 0.562-0.375 0.969-0.844 1.062-0.063 0.016-0.203 0.031-0.281 0.031h-2.391v-2.188h2.391c0.078 0 0.219 0.016 0.281 0.031 0.469 0.094 0.844 0.516 0.844 1.062zM30.203 12.266c0 0.547-0.375 0.906-0.828 0.984-0.047 0.016-0.156 0.016-0.234 0.016h-2.172v-2.016h2.172c0.078 0 0.187 0.016 0.234 0.016 0.453 0.078 0.828 0.453 0.828 1zM11.375 14.828v-4.813h-3.563v4.813c0 1.172-0.797 2.047-2.234 2.047-1.219 0-2.422-0.359-3.578-0.922v1.75c1.875 0.516 4.25 0.516 4.25 0.516 3.969 0 5.125-1.516 5.125-3.391zM22.531 17.703v-1.766c-0.812 0.422-1.844 0.828-3.125 0.922-2.25 0.172-3.594-0.922-3.594-2.859s1.344-3.031 3.594-2.859c1.281 0.094 2.297 0.484 3.125 0.906v-1.75c-1.672-0.422-3.25-0.484-3.25-0.484-5.5-0.25-7.063 1.922-7.063 4.188s1.563 4.438 7.063 4.188c0 0 1.578-0.063 3.25-0.484zM34 15.906c0-1.156-1.031-1.906-2.375-2v-0.047c1.219-0.172 1.891-0.969 1.891-1.891 0-1.188-0.984-1.875-2.312-1.937-0.094 0-0.266-0.016-0.406-0.016h-7.109v7.969h7.672c1.516 0 2.641-0.812 2.641-2.078zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-diners-club\" viewBox=\"0 0 36 28\">\n<title>cc-diners-club</title>\n<path d=\"M13.406 19.391v-10.828c-2.172 0.844-3.719 2.953-3.719 5.422s1.547 4.578 3.719 5.406zM21.281 13.984c0-2.469-1.547-4.578-3.719-5.422v10.844c2.172-0.844 3.719-2.953 3.719-5.422zM24.641 13.984c0 5.047-4.094 9.156-9.156 9.156-5.047 0-9.156-4.109-9.156-9.156 0-5.063 4.109-9.156 9.156-9.156 5.063 0 9.156 4.094 9.156 9.156zM30.625 14.094c0-5.969-4.984-10.094-10.453-10.094h-4.703c-5.531 0-10.094 4.125-10.094 10.094 0 5.453 4.562 9.906 10.094 9.906h4.703c5.469 0 10.453-4.453 10.453-9.906zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clone\" viewBox=\"0 0 28 28\">\n<title>clone</title>\n<path d=\"M26 25.5v-17c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5zM28 8.5v17c0 1.375-1.125 2.5-2.5 2.5h-17c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5zM22 2.5v2.5h-2v-2.5c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h2.5v2h-2.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-balance-scale\" viewBox=\"0 0 34 28\">\n<title>balance-scale</title>\n<path d=\"M27 7l-6 11h12zM7 7l-6 11h12zM19.828 4c-0.297 0.844-0.984 1.531-1.828 1.828v20.172h9.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-21c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9.5v-20.172c-0.844-0.297-1.531-0.984-1.828-1.828h-7.672c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h7.672c0.422-1.172 1.516-2 2.828-2s2.406 0.828 2.828 2h7.672c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-7.672zM17 4.25c0.688 0 1.25-0.562 1.25-1.25s-0.562-1.25-1.25-1.25-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25zM34 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484v0zM14 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-o\" viewBox=\"0 0 24 28\">\n<title>hourglass-o</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-3.156 1.188-6.344 5.359-6.344 11.062h16c0-5.703-3.187-9.875-6.344-11.062-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-1\" viewBox=\"0 0 24 28\">\n<title>hourglass-1</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 0.688 0.047 1.359 0.141 2h15.719c0.094-0.641 0.141-1.313 0.141-2zM20 26c0-5.609-3.094-9.75-6.203-11h-3.594c-3.109 1.25-6.203 5.391-6.203 11h16z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-2\" viewBox=\"0 0 24 28\">\n<title>hourglass-2</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 2.281 0.516 4.297 1.328 6h13.344c0.812-1.703 1.328-3.719 1.328-6zM19.109 21c-1.156-3.016-3.234-5.156-5.313-6h-3.594c-2.078 0.844-4.156 2.984-5.313 6h14.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-3\" viewBox=\"0 0 24 28\">\n<title>hourglass-3</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-1.344 0.5-2.703 1.563-3.813 3.063h10.938c-1.109-1.5-2.469-2.562-3.813-3.063-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass\" viewBox=\"0 0 24 28\">\n<title>hourglass</title>\n<path d=\"M23.5 25c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23zM2.031 24c0.297-5.266 4.594-8.094 7.469-10-2.875-1.906-7.172-4.734-7.469-10h19.938c-0.297 5.266-4.594 8.094-7.469 10 2.875 1.906 7.172 4.734 7.469 10h-19.938zM23.5 0c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-grab-o\" viewBox=\"0 0 24 28\">\n<title>hand-grab-o</title>\n<path d=\"M12 6c-1.109 0-2 0.891-2 2v2h-0.5v-1.453c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v6.703l-0.5-0.469v-2.688c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v3.5c0 0.484 0.203 0.938 0.547 1.281l4.844 4.625c0.453 0.453 0.609 0.969 0.609 1.594 0 0.547 0.453 1 1 1h10c0.547 0 1-0.453 1-1v-0.391c0-0.406 0.047-0.812 0.156-1.203l1.687-6.813c0.109-0.391 0.156-0.797 0.156-1.203v-3.844c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v0.5h-0.5v-1.953c0-0.828-0.562-1.594-1.391-1.766-0.109-0.016-0.234-0.031-0.359-0.031-0.969 0-1.75 0.781-1.75 1.75v2h-0.5v-1.906c0-1.047-0.75-1.969-1.797-2.078-0.078-0.016-0.141-0.016-0.203-0.016zM12 4c0.844 0 1.656 0.266 2.328 0.781 0.578-0.344 1.25-0.531 1.922-0.531 1.234 0 2.375 0.594 3.078 1.609 0.297-0.078 0.609-0.109 0.922-0.109 2.094 0 3.75 1.719 3.75 3.797v3.844c0 0.562-0.078 1.141-0.203 1.687l-1.703 6.813c-0.094 0.375-0.094 0.734-0.094 1.109 0 1.656-1.344 3-3 3h-10c-1.781 0-3-1.422-3-3.141l-4.813-4.625c-0.734-0.703-1.188-1.703-1.188-2.734v-3.5c0-2.063 1.687-3.75 3.75-3.75 0.094 0 0.172 0 0.25 0.016 0.125-1.984 1.781-3.516 3.75-3.516 0.531 0 1.047 0.109 1.531 0.328 0.734-0.703 1.703-1.078 2.719-1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-paper-o\" viewBox=\"0 0 26 28\">\n<title>hand-paper-o</title>\n<path d=\"M13.75 2c-0.969 0-1.75 0.781-1.75 1.75v10.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v12.25l-2.406-3.203c-0.375-0.5-0.969-0.797-1.594-0.797-1.109 0-2 0.906-2 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h10.75c0.719 0 1.344-0.516 1.484-1.219l1.188-6.328c0.047-0.297 0.078-0.609 0.078-0.922v-7.781c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v4.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v8.25h-0.5v-10.25c0-0.969-0.781-1.75-1.75-1.75zM13.75 0c1.406 0 2.703 0.797 3.344 2.063 0.219-0.047 0.438-0.063 0.656-0.063 2.063 0 3.75 1.687 3.75 3.75v0.266c2.172-0.125 4 1.547 4 3.734v7.781c0 0.438-0.047 0.875-0.125 1.297l-1.188 6.312c-0.297 1.656-1.75 2.859-3.437 2.859h-10.75c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.203 1.781-4 4-4 0.656 0 1.453 0.156 2 0.531v-6.781c0-2.063 1.687-3.75 3.75-3.75 0.219 0 0.438 0.016 0.656 0.063 0.641-1.266 1.937-2.063 3.344-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-scissors-o\" viewBox=\"0 0 28 28\">\n<title>hand-scissors-o</title>\n<path d=\"M16.766 26h-2.766c-1.625 0-2.859-0.703-3.531-2.203-0.234-0.5-0.359-1.047-0.359-1.594v-0.078c-1.281-0.625-2.109-1.937-2.109-3.375 0-0.172 0-0.594 0.078-0.75h-4.078c-2.203 0-4-1.797-4-4s1.797-4 4-4h1.766l-0.688-0.266c-1.547-0.578-2.578-2.078-2.578-3.734 0-2.203 1.797-4 4-4 0.484 0 0.969 0.094 1.422 0.266l9.812 3.734h6.266c2.203 0 4 1.797 4 4v10.437c0 1.844-1.25 3.437-3.031 3.875l-5.297 1.328c-0.938 0.234-1.922 0.359-2.906 0.359zM16 14.891l-2.422 1.109-2.547 1.156c-0.625 0.281-1.031 0.906-1.031 1.594 0 0.969 0.781 1.75 1.75 1.75 0.25 0 0.5-0.047 0.719-0.156l5.281-2.406c-1.016-0.219-1.75-1.141-1.75-2.188v-0.859zM21 19.75c0-0.969-0.781-1.75-1.75-1.75-0.25 0-0.5 0.047-0.719 0.156l-4.531 2.063c-0.938 0.422-1.891 0.797-1.891 1.984 0 1.031 0.719 1.781 1.766 1.781 0.187 0 0.438-0.063 0.594-0.141l5.5-2.5c0.625-0.281 1.031-0.906 1.031-1.594zM17.375 8l-10.156-3.875c-0.234-0.078-0.469-0.125-0.719-0.125-1.094 0-2 0.891-2 2 0 0.828 0.516 1.578 1.281 1.875l8.219 3.125v1h-10c-1.109 0-2 0.891-2 2s0.891 2 2 2h8.359l3.641-1.656v-3.094c0-0.625 0.266-1.234 0.719-1.656l1.734-1.594h-1.078zM16.766 24c0.812 0 1.641-0.094 2.422-0.297l5.297-1.328c0.891-0.219 1.516-1.016 1.516-1.937v-10.437c0-1.109-0.891-2-2-2h-4.813l-2.125 1.969c-0.359 0.328-0.562 0.797-0.562 1.281v4.625c0 0.969 0.797 1.687 1.75 1.687 0.969 0 1.75-0.859 1.75-1.813v-3.25h0.5v3.25c0 0.703-0.344 1.359-0.891 1.781 1.094 0.172 1.891 1.125 1.891 2.219 0 0.875-0.516 1.687-1.313 2.047l-4.844 2.203h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-lizard-o\" viewBox=\"0 0 32 28\">\n<title>hand-lizard-o</title>\n<path d=\"M17.984 0c1.266 0 2.484 0.609 3.234 1.641l8.937 12.203c1.203 1.625 1.844 3.578 1.844 5.609v5.547c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-2.766l-4.469-2.234h-8.531c-1.656 0-3-1.344-3-3v-0.5c0-2.484 2.016-4.5 4.5-4.5h6.563l0.656-2h-10.719c-2.078 0-3.813-1.594-3.984-3.656-0.656-0.797-1.016-1.813-1.016-2.844v-0.5c0-1.656 1.344-3 3-3h14.984zM30 25v-5.547c0-1.578-0.516-3.156-1.453-4.438l-8.953-12.203c-0.375-0.5-0.969-0.812-1.609-0.812h-14.984c-0.547 0-1 0.453-1 1 0 0.828 0.016 1.406 0.562 2.078 0.203-0.641 0.781-1.078 1.437-1.078h13v0.5h-13c-0.547 0-1 0.453-1 1 0 0.297-0.016 0.609 0.047 0.906 0.172 0.922 1.016 1.594 1.953 1.594h11.422c0.828 0 1.5 0.672 1.5 1.5 0 0.156-0.031 0.328-0.078 0.469l-1 3c-0.203 0.609-0.781 1.031-1.422 1.031h-6.922c-1.375 0-2.5 1.125-2.5 2.5v0.5c0 0.547 0.453 1 1 1h8.766c0.156 0 0.313 0.031 0.453 0.109l4.953 2.469c0.5 0.266 0.828 0.781 0.828 1.344v3.078c0 0.547 0.453 1 1 1h6c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-spock-o\" viewBox=\"0 0 30 28\">\n<title>hand-spock-o</title>\n<path d=\"M7.172 28c-1.609 0-3-1.094-3.391-2.656l-1.578-6.266c-0.125-0.547-0.203-1.125-0.203-1.687 0-0.359 0-0.703-0.078-1.047l-1.813-7.453c-0.078-0.297-0.109-0.594-0.109-0.891 0-1.937 1.469-3.531 3.391-3.734 0.344-1.766 1.859-3.016 3.672-3.016 1.734 0 3.234 1.188 3.641 2.875l1.297 5.437 1.609-6.687c0.406-1.687 1.906-2.875 3.641-2.875 1.859 0 3.391 1.344 3.687 3.156 1.922 0.219 3.313 1.844 3.313 3.766 0 0.297-0.047 0.609-0.109 0.922l-1.922 8c1.25-0.938 2.156-1.844 3.797-1.844 2.172 0 3.984 1.766 3.984 3.953 0 1.313-0.641 2.531-1.672 3.313l-7.922 5.938c-0.688 0.516-1.531 0.797-2.391 0.797h-10.844zM17.25 2c-0.797 0-1.5 0.562-1.687 1.344l-2.562 10.656h-1.984l-2.266-9.406c-0.187-0.781-0.891-1.344-1.687-1.344-1 0-1.75 0.797-1.75 1.766 0 0.156 0.016 0.297 0.047 0.438l2.063 8.547h-0.406l-1.547-6.375c-0.187-0.766-0.891-1.375-1.703-1.375-0.969 0-1.766 0.781-1.766 1.75 0 0.141 0.016 0.281 0.047 0.406l1.813 7.469c0.219 0.906 0.063 1.813 0.297 2.719l1.563 6.266c0.172 0.672 0.766 1.141 1.453 1.141h10.844c0.422 0 0.844-0.141 1.188-0.406l7.922-5.922c0.531-0.406 0.875-1.047 0.875-1.719 0-1.094-0.906-1.953-1.984-1.953-0.438 0-0.859 0.141-1.203 0.406l-4.797 3.594v-3.547c0-0.125 2.016-8.406 2.172-9.078 0.031-0.141 0.063-0.297 0.063-0.453 0-0.969-0.734-1.797-1.734-1.797-0.812 0-1.516 0.562-1.703 1.344l-1.813 7.531h-0.406l2.344-9.75c0.031-0.141 0.047-0.297 0.047-0.438 0-0.984-0.719-1.813-1.734-1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-pointer-o\" viewBox=\"0 0 26 28\">\n<title>hand-pointer-o</title>\n<path d=\"M10 2c-1.109 0-2 0.891-2 2v14l-2.359-3.156c-0.391-0.516-1.016-0.844-1.672-0.844-1.094 0-1.969 0.922-1.969 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h11.219c0.453 0 0.859-0.313 0.969-0.75l1.437-5.75c0.25-1 0.375-2.016 0.375-3.031v-3.391c0-0.828-0.641-1.578-1.5-1.578-0.828 0-1.5 0.672-1.5 1.5h-0.5v-0.953c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v1h-0.5v-1.406c0-1.125-0.859-2.094-2-2.094-1.109 0-2 0.891-2 2v1.5h-0.5v-8.906c0-1.125-0.859-2.094-2-2.094zM10 0c2.234 0 4 1.875 4 4.094v3.437c0.172-0.016 0.328-0.031 0.5-0.031 1.016 0 1.969 0.391 2.703 1.078 0.484-0.219 1.016-0.328 1.547-0.328 1.125 0 2.172 0.5 2.875 1.359 0.297-0.078 0.578-0.109 0.875-0.109 1.969 0 3.5 1.641 3.5 3.578v3.391c0 1.172-0.141 2.359-0.438 3.516l-1.437 5.75c-0.328 1.328-1.531 2.266-2.906 2.266h-11.219c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.188 1.781-4 3.969-4 0.719 0 1.422 0.187 2.031 0.547v-8.547c0-2.203 1.797-4 4-4zM12 22v-6h-0.5v6h0.5zM16 22v-6h-0.5v6h0.5zM20 22v-6h-0.5v6h0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-peace-o\" viewBox=\"0 0 24 28\">\n<title>hand-peace-o</title>\n<path d=\"M20.125 10.109c0.578 0 1.156 0.109 1.672 0.359 1.5 0.672 2.203 1.906 2.203 3.531v2.766c0 0.984-0.125 1.969-0.359 2.906l-1.328 5.297c-0.438 1.781-2.031 3.031-3.875 3.031h-10.437c-2.203 0-4-1.797-4-4v-6.266l-3.734-9.812c-0.172-0.453-0.266-0.938-0.266-1.422 0-2.203 1.797-4 4-4 1.656 0 3.156 1.031 3.734 2.578l0.266 0.688v-1.766c0-2.203 1.797-4 4-4s4 1.797 4 4v4.078c0.25-0.047 0.5-0.078 0.75-0.078 1.437 0 2.75 0.828 3.375 2.109zM16.75 10c-0.688 0-1.313 0.406-1.594 1.031l-1.156 2.547-1.109 2.422h0.859c1.047 0 1.969 0.734 2.188 1.75l2.406-5.281c0.109-0.219 0.156-0.469 0.156-0.719 0-0.969-0.781-1.75-1.75-1.75zM20.203 12.109c-1.188 0-1.563 0.953-1.984 1.891l-2.063 4.531c-0.109 0.219-0.156 0.469-0.156 0.719 0 0.969 0.781 1.75 1.75 1.75 0.688 0 1.313-0.406 1.594-1.031l2.5-5.5c0.078-0.156 0.141-0.406 0.141-0.594 0-1.047-0.75-1.766-1.781-1.766zM2 6.5c0 0.25 0.047 0.484 0.125 0.719l3.875 10.156v1.078l1.594-1.734c0.422-0.453 1.031-0.719 1.656-0.719h3.094l1.656-3.641v-8.359c0-1.109-0.891-2-2-2s-2 0.891-2 2v10h-1l-3.125-8.219c-0.297-0.766-1.047-1.281-1.875-1.281-1.109 0-2 0.906-2 2zM18.438 26c0.922 0 1.719-0.625 1.937-1.516l1.328-5.297c0.203-0.781 0.297-1.609 0.297-2.422v-1.422l-2.203 4.844c-0.359 0.797-1.172 1.313-2.047 1.313-1.094 0-2.047-0.797-2.219-1.891-0.422 0.547-1.078 0.891-1.781 0.891h-3.25v-0.5h3.25c0.953 0 1.813-0.781 1.813-1.75 0-0.953-0.719-1.75-1.687-1.75h-4.625c-0.484 0-0.953 0.203-1.281 0.562l-1.969 2.125v4.813c0 1.109 0.891 2 2 2h10.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trademark\" viewBox=\"0 0 31 28\">\n<title>trademark</title>\n<path d=\"M13.391 8.5v1.828c0 0.266-0.234 0.484-0.5 0.484h-4.656v12.688c0 0.281-0.219 0.5-0.484 0.5h-2.109c-0.281 0-0.5-0.219-0.5-0.5v-12.688h-4.641c-0.281 0-0.5-0.219-0.5-0.484v-1.828c0-0.281 0.219-0.5 0.5-0.5h12.391c0.266 0 0.5 0.219 0.5 0.5zM29.609 8.453l1.203 15.016c0.016 0.141-0.031 0.266-0.125 0.375-0.094 0.094-0.219 0.156-0.359 0.156h-2.094c-0.25 0-0.469-0.203-0.484-0.453l-0.719-9.188-2.953 6.641c-0.078 0.187-0.25 0.297-0.453 0.297h-1.875c-0.187 0-0.359-0.109-0.453-0.297l-2.938-6.672-0.703 9.219c-0.016 0.25-0.234 0.453-0.484 0.453h-2.109c-0.141 0-0.266-0.063-0.359-0.156-0.094-0.109-0.141-0.234-0.141-0.375l1.219-15.016c0.016-0.25 0.234-0.453 0.484-0.453h2.219c0.203 0 0.375 0.125 0.453 0.297l3.437 8.125c0.109 0.25 0.219 0.531 0.313 0.797 0.109-0.266 0.203-0.547 0.313-0.797l3.453-8.125c0.078-0.172 0.25-0.297 0.453-0.297h2.203c0.266 0 0.484 0.203 0.5 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-registered\" viewBox=\"0 0 28 28\">\n<title>registered</title>\n<path d=\"M16.281 10.984c0-0.906-0.313-1.547-0.938-1.891-0.313-0.172-0.75-0.281-1.828-0.281h-1.922v4.391h2.531c1.375 0 2.156-0.812 2.156-2.219zM17.094 15.437l3.203 5.828c0.078 0.156 0.078 0.344-0.016 0.484-0.078 0.156-0.25 0.25-0.422 0.25h-2.375c-0.187 0-0.359-0.094-0.438-0.266l-3.031-5.703h-2.422v5.469c0 0.281-0.219 0.5-0.5 0.5h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h4.594c1.641 0 2.359 0.141 2.969 0.375 1.766 0.656 2.859 2.391 2.859 4.516 0 1.922-0.953 3.547-2.469 4.297 0.047 0.078 0.094 0.156 0.141 0.25zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-creative-commons\" viewBox=\"0 0 28 28\">\n<title>creative-commons</title>\n<path d=\"M9.453 19.266c2.562 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.047-0.562l-0.703-1.281c-0.063-0.141-0.219-0.234-0.375-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.297 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.078 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM19.297 19.266c2.578 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.063-0.562l-0.703-1.281c-0.078-0.141-0.219-0.234-0.391-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.313 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.063 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg\" viewBox=\"0 0 32 28\">\n<title>gg</title>\n<path d=\"M11.5 12.5l6 6-6 6-10.5-10.5 10.5-10.5 2.625 2.625-1.5 1.5-1.125-1.125-7.5 7.5 7.5 7.5 3.016-3.016-4.516-4.484zM20.5 3.5l10.5 10.5-10.5 10.5-2.625-2.625 1.5-1.5 1.125 1.125 7.5-7.5-7.5-7.5-3.016 3.016 4.516 4.484-1.5 1.5-6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg-circle\" viewBox=\"0 0 28 28\">\n<title>gg-circle</title>\n<path d=\"M11.203 21.156l4.234-4.234-4.359-4.359-1.375 1.375 3 2.984-1.5 1.5-4.359-4.359 4.359-4.359 0.625 0.625 1.359-1.359-1.984-2-7.094 7.094zM16.797 21.031l7.094-7.094-7.094-7.094-4.234 4.234 4.359 4.359 1.375-1.375-3-2.984 1.5-1.5 4.359 4.359-4.359 4.359-0.625-0.625-1.359 1.375zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tripadvisor\" viewBox=\"0 0 36 28\">\n<title>tripadvisor</title>\n<path d=\"M10.172 15.578c0 0.812-0.656 1.469-1.453 1.469-0.812 0-1.469-0.656-1.469-1.469 0-0.797 0.656-1.453 1.469-1.453 0.797 0 1.453 0.656 1.453 1.453zM28.203 15.563c0 0.812-0.656 1.469-1.469 1.469s-1.469-0.656-1.469-1.469 0.656-1.453 1.469-1.453 1.469 0.641 1.469 1.453zM11.953 15.578c0-1.656-1.359-3.016-3.016-3.016-1.672 0-3.016 1.359-3.016 3.016 0 1.672 1.344 3.016 3.016 3.016 1.656 0 3.016-1.344 3.016-3.016zM29.969 15.563c0-1.656-1.344-3.016-3.016-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.016-1.344 3.016-3.016zM13.281 15.578c0 2.406-1.937 4.359-4.344 4.359s-4.359-1.953-4.359-4.359c0-2.391 1.953-4.344 4.359-4.344s4.344 1.953 4.344 4.344zM31.313 15.563c0 2.406-1.953 4.344-4.359 4.344-2.391 0-4.344-1.937-4.344-4.344s1.953-4.344 4.344-4.344c2.406 0 4.359 1.937 4.359 4.344zM16.25 15.609c0-3.984-3.234-7.219-7.219-7.219-3.969 0-7.203 3.234-7.203 7.219s3.234 7.219 7.203 7.219c3.984 0 7.219-3.234 7.219-7.219zM26.688 6.656c-2.578-1.125-5.484-1.734-8.687-1.734s-6.391 0.609-8.953 1.719c4.953 0.016 8.953 4.016 8.953 8.969 0-4.859 3.859-8.813 8.687-8.953zM34.172 15.609c0-3.984-3.219-7.219-7.203-7.219s-7.219 3.234-7.219 7.219 3.234 7.219 7.219 7.219 7.203-3.234 7.203-7.219zM30.016 6.766h5.984c-0.938 1.094-1.625 2.562-1.797 3.578 1.078 1.484 1.719 3.297 1.719 5.266 0 4.953-4.016 8.953-8.953 8.953-2.812 0-5.313-1.281-6.953-3.297 0 0-0.734 0.875-2.016 2.797-0.219-0.453-1.328-2.031-2-2.812-1.641 2.031-4.156 3.313-6.969 3.313-4.937 0-8.953-4-8.953-8.953 0-1.969 0.641-3.781 1.719-5.266-0.172-1.016-0.859-2.484-1.797-3.578h5.703c3.063-2.047 7.516-3.328 12.297-3.328s8.953 1.281 12.016 3.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki\" viewBox=\"0 0 20 28\">\n<title>odnoklassniki</title>\n<path d=\"M10 14.172c-3.906 0-7.094-3.172-7.094-7.078 0-3.922 3.187-7.094 7.094-7.094s7.094 3.172 7.094 7.094c0 3.906-3.187 7.078-7.094 7.078zM10 3.594c-1.922 0-3.484 1.563-3.484 3.5 0 1.922 1.563 3.484 3.484 3.484s3.484-1.563 3.484-3.484c0-1.937-1.563-3.5-3.484-3.5zM18.172 15.031c0.688 1.406-0.094 2.078-1.875 3.234-1.5 0.953-3.563 1.328-4.922 1.469l1.141 1.125 4.172 4.172c0.625 0.641 0.625 1.672 0 2.297l-0.187 0.203c-0.641 0.625-1.672 0.625-2.312 0-1.047-1.062-2.578-2.594-4.172-4.188l-4.172 4.188c-0.641 0.625-1.672 0.625-2.297 0l-0.187-0.203c-0.641-0.625-0.641-1.656 0-2.297 1.062-1.062 2.578-2.594 4.172-4.172l1.125-1.125c-1.344-0.141-3.437-0.5-4.953-1.469-1.781-1.156-2.562-1.828-1.875-3.234 0.406-0.797 1.516-1.469 2.984-0.313 0 0 1.984 1.578 5.187 1.578s5.187-1.578 5.187-1.578c1.469-1.156 2.578-0.484 2.984 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki-square\" viewBox=\"0 0 24 28\">\n<title>odnoklassniki-square</title>\n<path d=\"M14.484 9.063c0 1.375-1.109 2.484-2.484 2.484s-2.484-1.109-2.484-2.484 1.109-2.484 2.484-2.484 2.484 1.109 2.484 2.484zM17.828 14.734c-0.281-0.562-1.078-1.047-2.125-0.219 0 0-1.422 1.125-3.703 1.125s-3.703-1.125-3.703-1.125c-1.047-0.828-1.844-0.344-2.125 0.219-0.5 1 0.063 1.484 1.328 2.312 1.078 0.688 2.578 0.953 3.531 1.047l-0.797 0.812c-1.125 1.125-2.219 2.219-2.984 2.969-0.453 0.453-0.453 1.188 0 1.641l0.141 0.141c0.453 0.453 1.188 0.453 1.641 0l2.984-2.984c1.125 1.141 2.219 2.234 2.984 2.984 0.453 0.453 1.188 0.453 1.641 0l0.141-0.141c0.453-0.453 0.453-1.188 0-1.641l-2.984-2.969-0.812-0.812c0.969-0.094 2.438-0.359 3.516-1.047 1.266-0.828 1.828-1.313 1.328-2.312zM17.063 9.063c0-2.797-2.266-5.063-5.063-5.063s-5.063 2.266-5.063 5.063 2.266 5.063 5.063 5.063 5.063-2.266 5.063-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-get-pocket\" viewBox=\"0 0 27 28\">\n<title>get-pocket</title>\n<path d=\"M24.453 2c1.359 0 2.422 1.094 2.422 2.438v8.109c0 7.484-5.984 13.453-13.422 13.453-7.469 0-13.453-5.969-13.453-13.453v-8.109c0-1.328 1.109-2.438 2.438-2.438h22.016zM13.453 18.625c0.469 0 0.938-0.187 1.281-0.516l6.312-6.062c0.359-0.344 0.578-0.828 0.578-1.328 0-1.016-0.828-1.844-1.844-1.844-0.484 0-0.938 0.187-1.281 0.516l-5.047 4.844-5.047-4.844c-0.344-0.328-0.797-0.516-1.266-0.516-1.016 0-1.844 0.828-1.844 1.844 0 0.5 0.203 0.984 0.562 1.328l6.328 6.062c0.328 0.328 0.797 0.516 1.266 0.516z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wikipedia-w\" viewBox=\"0 0 36 28\">\n<title>wikipedia-w</title>\n<path d=\"M23.344 25.609l-4.609-10.859c-1.828 3.578-3.844 7.313-5.578 10.859-0.016 0.016-0.844 0-0.844-0.016-2.641-6.172-5.406-12.297-8.047-18.484-0.641-1.5-2.781-3.938-4.25-3.922 0-0.172-0.016-0.562-0.016-0.797h9.109v0.781c-1.078 0.063-2.969 0.75-2.438 1.922 1.234 2.797 5.828 13.516 7.063 16.234 0.844-1.672 3.25-6.141 4.234-8.031-0.781-1.594-3.297-7.531-4.094-9-0.547-1-2.031-1.094-3.141-1.109v-0.781l8.016 0.016v0.734c-1.094 0.031-2.141 0.438-1.656 1.469 1.062 2.25 1.719 3.828 2.703 5.891 0.313-0.609 1.953-3.906 2.703-5.672 0.5-1.156-0.219-1.609-2.172-1.656 0.016-0.203 0-0.578 0.016-0.766 2.5-0.016 6.25-0.016 6.922-0.031v0.766c-1.266 0.047-2.578 0.719-3.266 1.781l-3.328 6.906c0.359 0.906 3.563 8.031 3.891 8.813l6.891-15.891c-0.484-1.297-2.047-1.578-2.656-1.594v-0.781l7.187 0.063 0.016 0.031-0.016 0.688c-1.578 0.047-2.531 0.891-3.141 2.266-1.406 3.25-5.812 13.5-8.734 20.172h-0.766z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-safari\" viewBox=\"0 0 28 28\">\n<title>safari</title>\n<path d=\"M14.828 13.953c0 0.516-0.359 1-0.906 1-0.516 0-1-0.375-1-0.906 0-0.516 0.375-1 0.922-1 0.5 0 0.984 0.359 0.984 0.906zM15.062 14.859l5.469-9.078c-0.734 0.688-7.578 6.984-7.766 7.313l-5.453 9.063c0.719-0.672 7.578-7 7.75-7.297zM25.172 14c0 2.047-0.562 4.062-1.625 5.797-0.156-0.078-0.812-0.547-0.938-0.547-0.109 0-0.203 0.094-0.203 0.203 0 0.203 0.734 0.578 0.922 0.688-1.547 2.344-3.938 4.031-6.656 4.703l-0.25-1.047c-0.016-0.141-0.109-0.156-0.234-0.156-0.109 0-0.172 0.156-0.156 0.234l0.25 1.062c-0.75 0.156-1.516 0.234-2.281 0.234-2.047 0-4.062-0.578-5.812-1.641 0.094-0.156 0.688-1.016 0.688-1.141 0-0.109-0.094-0.203-0.203-0.203-0.219 0-0.688 0.938-0.828 1.125-2.359-1.563-4.062-3.984-4.719-6.75l1.078-0.234c0.125-0.031 0.156-0.125 0.156-0.234s-0.156-0.172-0.25-0.156l-1.062 0.234c-0.141-0.719-0.219-1.437-0.219-2.172 0-2.094 0.594-4.156 1.703-5.922 0.156 0.094 0.906 0.609 1.031 0.609 0.109 0 0.203-0.078 0.203-0.187 0-0.219-0.828-0.641-1.016-0.766 1.594-2.328 4.016-4 6.766-4.625l0.234 1.047c0.031 0.125 0.125 0.156 0.234 0.156s0.172-0.156 0.156-0.25l-0.234-1.031c0.688-0.125 1.391-0.203 2.094-0.203v0c2.094 0 4.141 0.594 5.922 1.703-0.109 0.156-0.609 0.891-0.609 1.016 0 0.109 0.078 0.203 0.187 0.203 0.219 0 0.641-0.812 0.75-1 2.312 1.563 3.969 3.953 4.609 6.672l-0.875 0.187c-0.141 0.031-0.156 0.125-0.156 0.25 0 0.109 0.156 0.172 0.234 0.156l0.891-0.203c0.141 0.719 0.219 1.453 0.219 2.187zM26.5 14c0-6.906-5.594-12.5-12.5-12.5s-12.5 5.594-12.5 12.5 5.594 12.5 12.5 12.5 12.5-5.594 12.5-12.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chrome\" viewBox=\"0 0 30 28\">\n<title>chrome</title>\n<path d=\"M13.953 0c2.391-0.016 4.828 0.594 7.047 1.875 2.453 1.422 4.312 3.469 5.5 5.812l-11.594-0.609c-3.281-0.187-6.406 1.656-7.484 4.75l-4.312-6.625c2.688-3.344 6.719-5.187 10.844-5.203zM2.281 6.328l5.266 10.359c1.484 2.922 4.625 4.703 7.875 4.094l-3.594 7.047c-6.703-1.031-11.828-6.828-11.828-13.828 0-2.828 0.844-5.469 2.281-7.672zM27.062 8.969c2.453 6.312 0 13.656-6.062 17.156-2.453 1.422-5.156 2-7.781 1.859l6.328-9.734c1.797-2.766 1.766-6.375-0.375-8.875zM14 9.281c2.609 0 4.719 2.109 4.719 4.719s-2.109 4.719-4.719 4.719-4.719-2.109-4.719-4.719 2.109-4.719 4.719-4.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-firefox\" viewBox=\"0 0 27 28\">\n<title>firefox</title>\n<path d=\"M14.109 28c-6.031 0-10.828-3.531-13.031-8.578-2.469-5.609-0.5-14.594 3.891-18.562l-0.172 4.391c0.219-0.281 1.891-0.359 2.156 0 0.906-1.734 3.828-3.031 6.172-3.078-0.891 0.75-2.953 3.484-2.781 4.875 1.141 0.359 2.891 0.375 3.813 0.438 0.281 0.156 0.234 1.109-0.328 1.891 0 0-0.734 1.016-2.719 1.375l0.234 2.953-2.172-1.047c-0.703 1.781 0.984 3.359 2.734 3.063 1.937-0.328 2.625-1.594 3.984-1.516 1.344 0.078 1.875 0.828 1.703 1.531 0 0-0.219 0.844-1.672 0.703-1.234 1.953-2.875 2.812-5.531 2.578 4.031 3.344 9.469 0.313 10.844-2.422 1.375-2.719 0.172-6.766-1.203-7.906 1.625 0.703 2.75 1.422 3.344 3 0.313-3.5-1.297-7.469-4.172-9.797 5.406 1.578 8.703 5.766 8.797 12.453s-5.922 13.656-13.891 13.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opera\" viewBox=\"0 0 28 28\">\n<title>opera</title>\n<path d=\"M23.328 3.563c-1.641-1.094-3.563-1.719-5.609-1.719-3.328 0-6.266 1.703-8.328 4.266-1.5 1.875-2.547 4.531-2.625 7.562v0.656c0.078 3.031 1.125 5.688 2.625 7.562 2.063 2.562 5 4.266 8.328 4.266 2.047 0 3.969-0.625 5.609-1.719-2.469 2.219-5.75 3.563-9.328 3.563-0.219 0-0.453 0-0.672-0.016-7.422-0.344-13.328-6.469-13.328-13.984 0-7.734 6.266-14 14-14h0.047c3.563 0.016 6.813 1.359 9.281 3.563zM28 14c0 4.078-1.75 7.734-4.531 10.297-1.062 0.641-2.234 0.984-3.469 0.984-1.437 0-2.797-0.469-3.984-1.313 3.172-1.156 5.516-5.172 5.516-9.969 0-4.781-2.328-8.797-5.5-9.969 1.188-0.828 2.531-1.297 3.969-1.297 1.266 0 2.453 0.359 3.531 1.016 2.75 2.562 4.469 6.203 4.469 10.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-internet-explorer\" viewBox=\"0 0 28 28\">\n<title>internet-explorer</title>\n<path d=\"M28 14.641c0 0.547-0.031 1.094-0.109 1.625h-17.984c0 3.109 2.734 5.359 5.734 5.359 2.031 0 3.984-1 5.031-2.766h6.609c-1.781 5.016-6.547 8.375-11.859 8.375-1.922 0-3.844-0.453-5.563-1.297-1.75 0.891-4.203 1.813-6.156 1.813-2.625 0-3.703-1.609-3.703-4.109 0-1.453 0.313-2.906 0.703-4.297 0.25-0.906 1.25-2.75 1.703-3.578 1.922-3.484 4.453-6.828 7.422-9.469-2.391 1.031-4.984 3.625-6.672 5.531 1.313-5.719 6.406-9.766 12.266-9.766 0.234 0 0.469 0 0.703 0.016 1.937-0.891 4.641-1.828 6.766-1.828 2.531 0 4.703 0.969 4.703 3.828 0 1.5-0.578 3.125-1.172 4.469 1.031 1.859 1.578 3.969 1.578 6.094zM26.906 4.641c0-1.75-1.25-2.828-2.969-2.828-1.313 0-2.797 0.531-3.969 1.094 2.531 0.984 4.703 2.797 6.141 5.109 0.391-1.031 0.797-2.281 0.797-3.375zM2 23.969c0 1.813 1.078 2.797 2.859 2.797 1.391 0 2.938-0.625 4.156-1.297-2.547-1.5-4.516-3.891-5.484-6.687-0.719 1.5-1.531 3.5-1.531 5.187zM9.875 12.828h11.375c-0.109-3.016-2.766-5.187-5.688-5.187-2.938 0-5.578 2.172-5.688 5.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-television\" viewBox=\"0 0 30 28\">\n<title>television</title>\n<path d=\"M28 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 4.5v15c0 1.375-1.125 2.5-2.5 2.5h-11.5v2h5.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-2h-11.5c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-contao\" viewBox=\"0 0 28 28\">\n<title>contao</title>\n<path d=\"M2.156 2h3.078c-0.734 0.672-1.391 1.453-1.969 2.328-2.422 3.734-1.437 7.828-0.5 12.234 0.766 3.578 1.406 6.984 3.641 9.438h-4.25c-1 0-1.813-0.812-1.813-1.813v-20.375c0-1 0.812-1.813 1.813-1.813zM21.031 2h4.813c1 0 1.813 0.812 1.813 1.813v20.375c0 1-0.812 1.813-1.813 1.813h-2.781c2.063-2.047 3.234-5.016 3.063-8.828l-7.328 1.578c-0.094 1.734-0.688 3.406-3.063 3.906-1.328 0.281-2.422-0.031-3.109-0.625-0.844-0.719-1.516-1.656-2.641-7-1.141-5.359-0.906-6.484-0.438-7.484 0.391-0.812 1.266-1.563 2.578-1.844 2.391-0.5 3.609 0.797 4.406 2.344l7.313-1.563c-0.719-1.844-1.672-3.344-2.812-4.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-500px\" viewBox=\"0 0 22 28\">\n<title>500px</title>\n<path d=\"M21.891 24.172l-0.094 0.094c-1.172 1.172-2.531 2.094-4.047 2.734-1.578 0.656-3.234 1-4.953 1s-3.391-0.344-4.953-1c-1.516-0.641-2.891-1.563-4.047-2.734-1.172-1.156-2.094-2.516-2.734-4.031-0.391-0.953-0.703-1.937-0.844-2.953v0c-0.063-0.438 0.547-0.531 0.75-0.562 0.484-0.078 0.812-0.047 0.875 0.313 0.016 0.016 0.016 0.031 0.016 0.063 0.063 0.313 0.219 1.25 0.719 2.484 0.516 1.281 1.313 2.469 2.375 3.531 1.016 1.016 2.203 1.813 3.531 2.375 1.359 0.578 2.812 0.875 4.312 0.875 1.484 0 2.938-0.297 4.312-0.875 1.313-0.562 2.5-1.359 3.516-2.375l0.094-0.094c0.109-0.109 0.234-0.141 0.391-0.094 0.141 0.031 0.313 0.156 0.516 0.344v0c0.5 0.516 0.391 0.766 0.266 0.906zM14.516 14.562l-1.031 1.031 0.984 0.984c0.109 0.109 0.313 0.344-0.109 0.766-0.172 0.172-0.344 0.266-0.5 0.266-0.109 0-0.203-0.047-0.297-0.156l-0.969-0.953-1.031 1.031c-0.031 0.031-0.109 0.078-0.234 0.078-0.141 0-0.313-0.078-0.484-0.25l-0.031-0.031c-0.109-0.094-0.281-0.266-0.281-0.453 0-0.094 0.047-0.172 0.125-0.266l1.031-1.016-1.031-1.031c-0.172-0.172-0.094-0.391 0.219-0.703 0.187-0.187 0.344-0.281 0.484-0.281 0.078 0 0.141 0.031 0.203 0.078l1.016 1.031 1.016-1.016c0.172-0.172 0.453-0.094 0.75 0.203 0.187 0.187 0.391 0.453 0.172 0.688zM21.875 15.453c0 1.234-0.25 2.438-0.719 3.563-0.469 1.094-1.125 2.063-1.969 2.906s-1.828 1.5-2.922 1.969c-1.125 0.484-2.328 0.719-3.563 0.719s-2.438-0.234-3.563-0.719c-1.094-0.469-2.078-1.125-2.922-1.969s-1.5-1.813-1.953-2.906c-0.094-0.203-0.234-0.594-0.234-0.625h-0.016c-0.141-0.438 0.484-0.625 0.672-0.688 0.453-0.141 0.797-0.203 0.938 0.187 0.375 1 0.953 1.969 1.516 2.609h0.016v-5.328c0.031-1.313 0.578-2.641 1.594-3.625 1.047-1.031 2.453-1.609 3.953-1.609 3.063 0 5.547 2.469 5.547 5.5 0 3.063-2.5 5.547-5.547 5.547-0.609 0-1.062-0.047-1.75-0.25-0.078-0.031-0.438-0.187-0.203-0.953 0.063-0.203 0.25-0.797 0.688-0.672 0.031 0 0.797 0.187 1.203 0.187 2.172 0 3.875-1.687 3.875-3.844 0-1.016-0.406-1.969-1.125-2.672-0.719-0.719-1.687-1.109-2.734-1.109-1.078 0-2.063 0.438-2.781 1.25-0.625 0.703-1 1.641-1 2.5v6.453c1.125 0.688 2.422 1.047 3.781 1.047 2 0 3.937-0.797 5.328-2.188 1.406-1.406 2.188-3.297 2.188-5.281 0-2-0.781-3.875-2.203-5.297-1.406-1.406-3.281-2.188-5.297-2.188s-3.906 0.781-5.313 2.188c-0.016 0.016-0.906 0.938-1.203 1.359l-0.031 0.031c-0.187 0.266-0.359 0.516-1.141 0.344-0.391-0.094-0.812-0.328-0.812-0.672v-10.625c0-0.281 0.219-0.594 0.594-0.594h13.703c0.469 0 0.469 0.656 0.469 0.859 0 0.219 0 0.859-0.469 0.859h-12.672v7.547h0.016c0.875-0.922 2.391-1.891 3.281-2.266 1.109-0.469 2.359-0.719 3.609-0.719 1.234 0 2.438 0.234 3.563 0.719 1.094 0.469 2.078 1.125 2.922 1.969s1.5 1.813 1.969 2.906c0.469 1.141 0.719 2.328 0.719 3.578zM21.391 6.375c0.297 0.266 0.094 0.547-0.203 0.891-0.187 0.187-0.391 0.406-0.609 0.406-0.094 0-0.172-0.031-0.25-0.109-1.125-0.969-2.141-1.625-3.234-2.078-1.359-0.594-2.812-0.875-4.312-0.875-1.328 0-2.781 0.266-4.094 0.766-0.406 0.156-0.625-0.375-0.703-0.578-0.094-0.25-0.141-0.453-0.125-0.594 0.031-0.156 0.109-0.266 0.25-0.313 1.281-0.562 3.031-0.891 4.672-0.891 1.703 0 3.375 0.344 4.937 1 1.437 0.609 2.609 1.359 3.672 2.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-amazon\" viewBox=\"0 0 28 28\">\n<title>amazon</title>\n<path d=\"M24.234 23.063c0.469-0.234 0.828 0.125 0.344 0.75s-4.375 4.188-10.906 4.188-11.531-4.469-13.062-6.312c-0.422-0.484 0.063-0.703 0.344-0.516 4.578 2.781 11.734 7.359 23.281 1.891zM27.469 21.266c0.234 0.313 0 1.687-0.406 2.688-0.406 0.984-1 1.672-1.328 1.937-0.344 0.281-0.594 0.172-0.406-0.234s1.203-2.906 0.797-3.437c-0.406-0.516-2.312-0.266-3-0.203-0.672 0.063-0.812 0.125-0.875-0.016-0.141-0.359 1.359-0.969 2.344-1.094 0.984-0.109 2.562-0.047 2.875 0.359zM21.313 14.344c0 1.719 2.016 3.297 2.016 3.297l-3.547 3.5c-1.391-1.313-2.438-2.406-2.438-2.406-0.156-0.156-0.281-0.344-0.391-0.516-2.828 4.422-11.469 4.141-11.469-2.703 0-6.375 7.547-7.234 10.594-7.344v-1.984c0-0.422 0.156-2.344-2.219-2.344 0 0-2.375 0-3.391 3.094l-4.594-0.422c0-3.078 2.922-6.516 8.422-6.516 5.484 0 7.016 3.563 7.016 5.141v9.203zM10.813 14.672c0 3.172 5.266 3.922 5.266-1.078v-2.531c-2.109 0.063-5.266 0.656-5.266 3.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-plus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-plus-o</title>\n<path d=\"M24 4c1.094 0 2 0.906 2 2v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2zM18 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM24 26v-16h-22v16h22zM14 17h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-minus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-minus-o</title>\n<path d=\"M18 17.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-times-o\" viewBox=\"0 0 26 28\">\n<title>calendar-times-o</title>\n<path d=\"M17.359 21.641l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.938-2.953-2.938 2.953c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l2.953-2.938-2.953-2.938c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.938 2.938 2.938-2.938c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703l-2.938 2.938 2.938 2.938c0.187 0.203 0.187 0.516 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-check-o\" viewBox=\"0 0 26 28\">\n<title>calendar-check-o</title>\n<path d=\"M20.359 15.062l-8 8c-0.203 0.187-0.516 0.187-0.719 0l-4.5-4.5c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l3.437 3.437 6.937-6.937c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-industry\" viewBox=\"0 0 28 28\">\n<title>industry</title>\n<path d=\"M7 0c0.547 0 1 0.453 1 1v13.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v5.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v18c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-pin\" viewBox=\"0 0 16 28\">\n<title>map-pin</title>\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-signs\" viewBox=\"0 0 28 28\">\n<title>map-signs</title>\n<path d=\"M27.266 4.641c0.203 0.203 0.203 0.516 0 0.719l-2.203 2.203c-0.281 0.281-0.672 0.438-1.062 0.438h-21c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h9v-1c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1h8c0.391 0 0.781 0.156 1.062 0.438zM12 19h4v8c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-8zM25 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-21c-0.391 0-0.781-0.156-1.062-0.438l-2.203-2.203c-0.203-0.203-0.203-0.516 0-0.719l2.203-2.203c0.281-0.281 0.672-0.438 1.062-0.438h8v-3h4v3h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-o\" viewBox=\"0 0 32 28\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map\" viewBox=\"0 0 28 28\">\n<title>map</title>\n<path d=\"M8 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM27.5 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM10 0c0.078 0 0.156 0.016 0.219 0.047l8 4c0.172 0.094 0.281 0.266 0.281 0.453v23c0 0.266-0.234 0.5-0.5 0.5-0.078 0-0.156-0.016-0.219-0.047l-8-4c-0.172-0.094-0.281-0.266-0.281-0.453v-23c0-0.266 0.234-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting\" viewBox=\"0 0 28 28\">\n<title>commenting</title>\n<path d=\"M10 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 14c0 5.531-6.266 10-14 10-1.141 0-2.25-0.094-3.297-0.281-1.781 1.781-4.109 3-6.797 3.578-0.422 0.078-0.875 0.156-1.344 0.203-0.25 0.031-0.484-0.141-0.547-0.375v0c-0.063-0.25 0.125-0.406 0.313-0.578 0.984-0.922 2.156-1.656 2.562-4.953-2.984-1.828-4.891-4.547-4.891-7.594 0-5.531 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting-o\" viewBox=\"0 0 28 28\">\n<title>commenting-o</title>\n<path d=\"M10 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM16 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10v0c7.734 0 14 4.484 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-houzz\" viewBox=\"0 0 16 28\">\n<title>houzz</title>\n<path d=\"M8 18.609l8-4.609v9.234l-8 4.625v-9.25zM0 14v9.234l8-4.625-8-4.609zM8 0.141v9.234l-8 4.625v-9.234zM8 9.375l8-4.609v9.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo\" viewBox=\"0 0 28 28\">\n<title>vimeo</title>\n<path d=\"M26.703 8.094c-0.109 2.469-1.844 5.859-5.187 10.172-3.469 4.484-6.375 6.734-8.781 6.734-1.484 0-2.734-1.375-3.75-4.109-0.688-2.5-1.375-5.016-2.063-7.531-0.75-2.734-1.578-4.094-2.453-4.094-0.187 0-0.844 0.391-1.984 1.188l-1.203-1.531c1.25-1.109 2.484-2.234 3.719-3.313 1.656-1.469 2.922-2.203 3.766-2.281 1.984-0.187 3.187 1.156 3.656 4.047 0.484 3.125 0.844 5.078 1.031 5.828 0.578 2.594 1.188 3.891 1.875 3.891 0.531 0 1.328-0.828 2.406-2.516 1.062-1.687 1.625-2.969 1.703-3.844 0.141-1.453-0.422-2.172-1.703-2.172-0.609 0-1.234 0.141-1.891 0.406 1.25-4.094 3.641-6.078 7.172-5.969 2.609 0.078 3.844 1.781 3.687 5.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-black-tie\" viewBox=\"0 0 24 28\">\n<title>black-tie</title>\n<path d=\"M0 2h24v24h-24v-24zM16.953 19.422l-3.453-9.859 3.453-4.641h-9.906l3.453 4.641-3.453 9.859 4.953 4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fonticons\" viewBox=\"0 0 24 28\">\n<title>fonticons</title>\n<path d=\"M0 2h24v24h-24v-24zM14.187 7l-0.187 0.516 1.172 1.297-0.484 1.781 0.391 0.391 1.672-0.891 1.672 0.891 0.391-0.391-0.484-1.781 1.172-1.297-0.187-0.516h-1.484l-0.828-1.5h-0.5l-0.828 1.5h-1.484zM10.016 9.547c0.641 0 0.891 0.234 0.875 1.234l2.719-0.328c0-2.391-1.641-2.828-3.469-2.828-2.719 0-4.141 1.094-4.141 3.75v1.125h-1.5v2h1.188c0.156 0 0.313 0 0.313 0.125v5.969c0 0.297-0.078 0.391-0.359 0.422l-1.141 0.109v1.375h7v-1.344l-2.328-0.219c-0.281-0.031-0.172-0.078-0.172-0.391v-6.047h2.984l0.594-2h-3.609c-0.156 0 0.031-0.109 0.031-0.234v-1.25c0-0.938 0.031-1.469 1.016-1.469zM19.5 22.5v-1.344l-0.844-0.141c-0.297-0.047-0.156-0.078-0.156-0.391v-8.125h-4.297l-0.359 1.578 1.297 0.344c0.203 0.063 0.359 0.203 0.359 0.422v5.781c0 0.297-0.125 0.359-0.406 0.391l-1.094 0.141v1.344h5.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-alien\" viewBox=\"0 0 28 28\">\n<title>reddit-alien</title>\n<path d=\"M28 13.219c0 1.219-0.688 2.266-1.703 2.781 0.125 0.484 0.187 0.984 0.187 1.5 0 4.937-5.578 8.937-12.453 8.937-6.859 0-12.437-4-12.437-8.937 0-0.5 0.063-1 0.172-1.469-1.047-0.516-1.766-1.578-1.766-2.812 0-1.719 1.391-3.109 3.109-3.109 0.891 0 1.687 0.375 2.266 0.984 2.109-1.469 4.922-2.422 8.047-2.531l1.813-8.141c0.063-0.281 0.359-0.469 0.641-0.406l5.766 1.266c0.375-0.75 1.172-1.281 2.078-1.281 1.297 0 2.344 1.047 2.344 2.328 0 1.297-1.047 2.344-2.344 2.344-1.281 0-2.328-1.047-2.328-2.328l-5.219-1.156-1.625 7.375c3.141 0.094 5.984 1.031 8.109 2.5 0.562-0.594 1.359-0.953 2.234-0.953 1.719 0 3.109 1.391 3.109 3.109zM6.531 16.328c0 1.297 1.047 2.344 2.328 2.344 1.297 0 2.344-1.047 2.344-2.344 0-1.281-1.047-2.328-2.344-2.328-1.281 0-2.328 1.047-2.328 2.328zM19.187 21.875c0.234-0.234 0.234-0.578 0-0.812-0.219-0.219-0.578-0.219-0.797 0-0.938 0.953-2.953 1.281-4.391 1.281s-3.453-0.328-4.391-1.281c-0.219-0.219-0.578-0.219-0.797 0-0.234 0.219-0.234 0.578 0 0.812 1.484 1.484 4.344 1.594 5.187 1.594s3.703-0.109 5.187-1.594zM19.141 18.672c1.281 0 2.328-1.047 2.328-2.344 0-1.281-1.047-2.328-2.328-2.328-1.297 0-2.344 1.047-2.344 2.328 0 1.297 1.047 2.344 2.344 2.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edge\" viewBox=\"0 0 28 28\">\n<title>edge</title>\n<path d=\"M1.078 12.422h0.016c0.812-6.469 5.234-12.437 13.141-12.422 4.797 0 8.75 2.25 11.062 6.391 1.188 2.141 1.625 4.422 1.625 6.906v2.938h-17.578c0.078 7.25 10.656 7 15.219 3.813v5.891c-2.672 1.609-8.703 3-13.406 1.203-3.984-1.531-6.766-5.672-6.813-9.703-0.063-5.203 2.578-8.656 6.813-10.625-0.891 1.125-1.578 2.344-1.937 4.453h9.922c0.578-5.922-5.609-5.922-5.609-5.922-5.844 0.203-10.063 3.609-12.453 7.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card-alt\" viewBox=\"0 0 36 28\">\n<title>credit-card-alt</title>\n<path d=\"M0 23.5v-9.5h36v9.5c0 1.375-1.125 2.5-2.5 2.5h-31c-1.375 0-2.5-1.125-2.5-2.5zM10 20v2h6v-2h-6zM4 20v2h4v-2h-4zM33.5 2c1.375 0 2.5 1.125 2.5 2.5v3.5h-36v-3.5c0-1.375 1.125-2.5 2.5-2.5h31z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codiepie\" viewBox=\"0 0 27 28\">\n<title>codiepie</title>\n<path d=\"M24.75 20.156l-3.406-1.734c-1.531 2.5-4.25 4.031-7.187 4.031-4.656 0-8.422-3.766-8.422-8.406 0-4.656 3.766-8.422 8.422-8.422 2.734 0 5.297 1.328 6.875 3.578l3.359-1.953c-2.297-3.531-6.188-5.641-10.391-5.641-6.844 0-12.391 5.547-12.391 12.391s5.547 12.391 12.391 12.391c4.438 0 8.547-2.375 10.75-6.234zM16.094 13.953l10.828 5.5c-2.375 5.187-7.141 8.547-12.922 8.547-7.734 0-14-6.266-14-14s6.266-14 14-14c5.5 0 10.031 3.031 12.594 7.812zM24.109 14h-0.609v2.5h-1.5v-5.5h2.125c1.734 0 1.891 3-0.016 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-modx\" viewBox=\"0 0 28 28\">\n<title>modx</title>\n<path d=\"M22.297 11.078l-9.594-6.031 1.437-2.359h13.359zM6.328 15.219l-2.875-1.813v-13.406l18.484 11.609zM22.25 13.109l2.297 1.484v13.406l-8.313-5.234zM21.672 12.781l-7.812 12.531h-13.359l5.563-8.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fort-awesome\" viewBox=\"0 0 26 28\">\n<title>fort-awesome</title>\n<path d=\"M10 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM18 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM26 16.25v11.75h-10v-5c0-1.656-1.344-3-3-3s-3 1.344-3 3v5h-10v-11.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-9.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.328 0.438-0.25 0.641-0.25v-6.109c-0.297-0.141-0.5-0.453-0.5-0.781 0-0.469 0.391-0.859 0.859-0.859s0.859 0.391 0.859 0.859c0 0.328-0.203 0.641-0.5 0.781v0.266c0.422-0.094 0.859-0.156 1.297-0.156 0.641 0 1.25 0.234 1.781 0.234 0.484 0 1.031-0.234 1.313-0.234 0.141 0 0.25 0.109 0.25 0.25v3.281c0 0.375-1.266 0.438-1.516 0.438-0.578 0-1.125-0.234-1.719-0.234-0.469 0-0.953 0.078-1.406 0.187v2.078c0.203 0 0.641-0.078 0.641 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v9.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-usb\" viewBox=\"0 0 36 28\">\n<title>usb</title>\n<path d=\"M35.75 12.578c0.156 0.078 0.25 0.25 0.25 0.422s-0.094 0.344-0.25 0.422l-5 3c-0.078 0.047-0.156 0.078-0.25 0.078-0.078 0-0.172-0.016-0.25-0.063-0.156-0.094-0.25-0.25-0.25-0.438v-2h-13.406c0.5 0.781 0.922 1.703 1.297 2.578 0.75 1.687 1.516 3.422 2.609 3.422h1.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-2.391 0-3.469-2.453-4.438-4.609-0.734-1.672-1.5-3.391-2.562-3.391h-5.625c-0.453 1.719-2.016 3-3.875 3-2.203 0-4-1.797-4-4s1.797-4 4-4c1.859 0 3.422 1.281 3.875 3h1.625c1.062 0 1.828-1.719 2.562-3.391 0.969-2.156 2.047-4.609 4.438-4.609h1.672c0.422-1.172 1.516-2 2.828-2 1.656 0 3 1.344 3 3s-1.344 3-3 3c-1.313 0-2.406-0.828-2.828-2h-1.672c-1.094 0-1.859 1.734-2.609 3.422-0.375 0.875-0.797 1.797-1.297 2.578h17.406v-2c0-0.187 0.094-0.344 0.25-0.438s0.359-0.078 0.5 0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-product-hunt\" viewBox=\"0 0 28 28\">\n<title>product-hunt</title>\n<path d=\"M17.969 11.906c0 1.156-0.938 2.094-2.109 2.094v0h-3.953v-4.203h3.953c1.172 0 2.109 0.938 2.109 2.109zM20.766 11.906c0-2.719-2.188-4.906-4.906-4.906v0h-6.766v14h2.812v-4.203h3.953c2.719 0 4.906-2.188 4.906-4.891zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mixcloud\" viewBox=\"0 0 36 28\">\n<title>mixcloud</title>\n<path d=\"M25.703 17.156c0-1.25-0.797-2.312-1.891-2.734-0.078 0.484-0.203 0.969-0.359 1.437-0.156 0.5-0.625 0.812-1.125 0.812-0.125 0-0.25-0.016-0.375-0.047-0.641-0.219-0.969-0.891-0.766-1.516 0.234-0.719 0.359-1.469 0.359-2.234 0-3.906-3.187-7.094-7.109-7.094-2.812 0-5.344 1.672-6.469 4.172 1.094 0.281 2.109 0.844 2.938 1.656 0.469 0.469 0.469 1.234 0 1.703s-1.234 0.469-1.703 0c-0.75-0.75-1.75-1.172-2.812-1.172-2.203 0-4 1.781-4 3.984s1.797 3.984 4 3.984h16.344c1.641 0 2.969-1.328 2.969-2.953zM28.094 17.156c0 2.953-2.406 5.344-5.359 5.344h-16.344c-3.531 0-6.391-2.859-6.391-6.375 0-3.203 2.375-5.844 5.453-6.297 1.297-3.813 4.906-6.438 8.984-6.438 4.922 0 8.984 3.766 9.453 8.563 2.391 0.516 4.203 2.656 4.203 5.203zM32 17.156c0 1.781-0.516 3.5-1.516 4.984-0.234 0.344-0.609 0.516-1 0.516v0c-0.234 0-0.469-0.063-0.672-0.203-0.547-0.359-0.688-1.109-0.313-1.656 0.734-1.078 1.109-2.328 1.109-3.641 0-1.297-0.375-2.562-1.109-3.641-0.375-0.547-0.234-1.281 0.313-1.656s1.297-0.219 1.672 0.328c1 1.469 1.516 3.187 1.516 4.969zM36 17.156c0 2.484-0.719 4.875-2.094 6.922-0.234 0.344-0.609 0.531-1 0.531v0c-0.219 0-0.453-0.063-0.656-0.203-0.547-0.375-0.703-1.109-0.328-1.656 1.094-1.656 1.687-3.594 1.687-5.594s-0.594-3.937-1.687-5.578c-0.375-0.547-0.219-1.297 0.328-1.656 0.547-0.375 1.281-0.234 1.656 0.328 1.375 2.031 2.094 4.422 2.094 6.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-scribd\" viewBox=\"0 0 24 28\">\n<title>scribd</title>\n<path d=\"M23.438 24.203c0 1.859-1.5 3.375-3.375 3.375s-3.391-1.516-3.391-3.375c0-1.875 1.516-3.391 3.391-3.391s3.375 1.516 3.375 3.391zM19.797 19.812c-2.375 0.313-4.219 2.344-4.219 4.813 0 0.766 0.187 1.516 0.516 2.156-1.406 0.75-3.313 1.219-5.922 1.219-8.313 0-9.609-5.875-9.609-6.656 0-0.797 0.469-3.406 3.406-3.406s3.344 2.516 3.344 3.031c0 0 0 0.531-0.359 1.266 1 0.938 3.359 0.938 3.359 0.938 2.359 0 4.141-1.156 4.141-2.875 0-1.734-2-2.578-6.563-4.719-4.562-2.156-6.281-3.734-6.281-7.656 0-3.938 2.625-7.922 9.172-7.922s9.016 3.672 9.016 6.188-2.141 3.141-2.938 3.141c-0.781 0-3.672 0.266-3.672-4.078-0.516-0.578-2.766-0.578-2.766-0.578-2.266 0-3.266 1.719-3.266 2.766 0 1.062 0.422 2.375 5.141 3.938 7.234 2.406 7.5 5.547 7.5 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle\" viewBox=\"0 0 24 28\">\n<title>pause-circle</title>\n<path d=\"M11 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM18 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle-o\" viewBox=\"0 0 24 28\">\n<title>pause-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM13.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle\" viewBox=\"0 0 24 28\">\n<title>stop-circle</title>\n<path d=\"M17 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle-o\" viewBox=\"0 0 24 28\">\n<title>stop-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-bag\" viewBox=\"0 0 28 28\">\n<title>shopping-bag</title>\n<path d=\"M27.453 22l0.547 4.891c0.031 0.281-0.063 0.562-0.25 0.781-0.187 0.203-0.469 0.328-0.75 0.328h-26c-0.281 0-0.562-0.125-0.75-0.328-0.187-0.219-0.281-0.5-0.25-0.781l0.547-4.891h26.906zM26 8.891l1.344 12.109h-26.688l1.344-12.109c0.063-0.5 0.484-0.891 1-0.891h4v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h6v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h4c0.516 0 0.938 0.391 1 0.891zM20 6v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-3.313 2.688-6 6-6s6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-basket\" viewBox=\"0 0 32 28\">\n<title>shopping-basket</title>\n<path d=\"M30 12c1.109 0 2 0.891 2 2s-0.891 2-2 2h-0.234l-1.797 10.344c-0.172 0.953-1 1.656-1.969 1.656h-20c-0.969 0-1.797-0.703-1.969-1.656l-1.797-10.344h-0.234c-1.109 0-2-0.891-2-2s0.891-2 2-2h28zM7.578 24.5c0.547-0.047 0.969-0.531 0.922-1.078l-0.5-6.5c-0.047-0.547-0.531-0.969-1.078-0.922s-0.969 0.531-0.922 1.078l0.5 6.5c0.047 0.516 0.484 0.922 1 0.922h0.078zM14 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM20 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM25.5 23.578l0.5-6.5c0.047-0.547-0.375-1.031-0.922-1.078s-1.031 0.375-1.078 0.922l-0.5 6.5c-0.047 0.547 0.375 1.031 0.922 1.078h0.078c0.516 0 0.953-0.406 1-0.922zM7.438 4.562l-1.453 6.438h-2.063l1.578-6.891c0.406-1.828 2.016-3.109 3.891-3.109h2.609c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1h2.609c1.875 0 3.484 1.281 3.891 3.109l1.578 6.891h-2.063l-1.453-6.438c-0.219-0.922-1.016-1.563-1.953-1.563h-2.609c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1h-2.609c-0.938 0-1.734 0.641-1.953 1.563z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hashtag\" viewBox=\"0 0 28 28\">\n<title>hashtag</title>\n<path d=\"M15.484 16l1-4h-3.969l-1 4h3.969zM27.484 8.125l-0.875 3.5c-0.063 0.219-0.25 0.375-0.484 0.375h-5.109l-1 4h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.141 0.281 0.094 0.438l-0.875 3.5c-0.047 0.219-0.25 0.375-0.484 0.375h-5.109l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.5c-0.156 0-0.313-0.078-0.406-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-3.969l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.516c-0.141 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l0.875-3.5c0.063-0.219 0.25-0.375 0.484-0.375h5.109l1-4h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.141-0.281-0.094-0.438l0.875-3.5c0.047-0.219 0.25-0.375 0.484-0.375h5.109l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h3.969l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth\" viewBox=\"0 0 24 28\">\n<title>bluetooth</title>\n<path d=\"M13.141 16.453l2.312 2.312-2.328 2.328zM13.125 6.906l2.328 2.328-2.312 2.312-0.016-4.641zM11.094 26.031l7.25-7.25-4.781-4.781 4.781-4.781-7.25-7.25v9.547l-3.984-3.984-1.453 1.453 5 5.016-5 5.016 1.453 1.453 3.984-3.984v9.547zM22.328 14c0 11.094-4.219 14-10.328 14v0c-6.109 0-10.328-2.906-10.328-14s4.219-14 10.328-14 10.328 2.906 10.328 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth-b\" viewBox=\"0 0 16 28\">\n<title>bluetooth-b</title>\n<path d=\"M9.312 22.234l2.703-2.688-2.703-2.688v5.375zM9.312 11.141l2.703-2.688-2.703-2.688v5.375zM9.812 14l5.563 5.563-8.422 8.437v-11.109l-4.641 4.625-1.687-1.687 5.812-5.828-5.812-5.828 1.687-1.687 4.641 4.625v-11.109l8.422 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-percent\" viewBox=\"0 0 24 28\">\n<title>percent</title>\n<path d=\"M20 20c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM8 8c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM24 20c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM22.5 3c0 0.219-0.078 0.422-0.203 0.594l-16.5 22c-0.187 0.25-0.484 0.406-0.797 0.406h-2.5c-0.547 0-1-0.453-1-1 0-0.219 0.078-0.422 0.203-0.594l16.5-22c0.187-0.25 0.484-0.406 0.797-0.406h2.5c0.547 0 1 0.453 1 1zM12 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gitlab\" viewBox=\"0 0 28 28\">\n<title>gitlab</title>\n<path d=\"M1.625 11.031l12.375 15.859-13.563-9.844c-0.375-0.281-0.531-0.766-0.391-1.203l1.578-4.813zM8.844 11.031h10.313l-5.156 15.859zM5.75 1.469l3.094 9.562h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0zM26.375 11.031l1.578 4.813c0.141 0.438-0.016 0.922-0.391 1.203l-13.563 9.844 12.375-15.859zM26.375 11.031h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpbeginner\" viewBox=\"0 0 28 28\">\n<title>wpbeginner</title>\n<path d=\"M6 13h2.5v-3.5h-2.5v3.5zM19.078 18.188v-1.437c-1.344 0.469-2.453 0.578-3.797 0.594-3.016 0.016-5.688-1.234-7.5-2.641l0.016 1.5c1.703 1.547 4.312 2.766 7.562 2.75 1.359 0 2.641-0.281 3.719-0.766zM10 13h10v-3.5h-10v3.5zM28 12.5c0 1.984-0.562 3.859-1.547 5.5 0.875 1 1.391 2.234 1.391 3.578 0 3.266-3.094 5.922-6.922 5.922-2.594 0-4.844-1.219-6.031-3.016-0.297 0.016-0.594 0.016-0.891 0.016s-0.594 0-0.891-0.016c-1.188 1.797-3.437 3.016-6.031 3.016-3.828 0-6.922-2.656-6.922-5.922 0-1.344 0.516-2.578 1.391-3.578-0.984-1.641-1.547-3.516-1.547-5.5 0-6.625 6.266-12 14-12s14 5.375 14 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpforms\" viewBox=\"0 0 24 28\">\n<title>wpforms</title>\n<path d=\"M8.047 14.234v2h-3.938v-2h3.938zM8.047 10.25v1.984h-3.938v-1.984h3.938zM19.891 18.234v2h-5.328v-2h5.328zM19.891 14.234v2h-10.5v-2h10.5zM19.891 10.25v1.984h-10.5v-1.984h10.5zM22 23.688v-19.375c0-0.172-0.141-0.313-0.313-0.313h-0.5l-5.906 4-3.281-2.672-3.281 2.672-5.906-4h-0.5c-0.172 0-0.313 0.141-0.313 0.313v19.375c0 0.172 0.141 0.313 0.313 0.313h19.375c0.172 0 0.313-0.141 0.313-0.313zM8.641 6.344l2.891-2.344h-6.344zM15.359 6.344l3.453-2.344h-6.344zM24 4.312v19.375c0 1.281-1.031 2.312-2.312 2.312h-19.375c-1.281 0-2.312-1.031-2.312-2.312v-19.375c0-1.281 1.031-2.312 2.312-2.312h19.375c1.281 0 2.312 1.031 2.312 2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envira\" viewBox=\"0 0 30 28\">\n<title>envira</title>\n<path d=\"M14 12.75c-1.984-3.75-3.813-7.406-9.016-9.875-3.109-1.469-0.328 0.578-0.328 0.578 2.828 1.953 4.125 4.594 5.641 7.484 1.969 3.766 4.937 8.734 9.016 10.484 4.062 1.75 2.141 0.781 0.375-0.531-1.766-1.328-4.266-5.437-5.688-8.141zM8.578 21.234c-5.641-4.469-5.328-9.812-8.578-21.234 29.859 0 22.922 19.828 22.953 22.891l5.047 5.109h-1.625l-4.391-4.453c-2.438 0.266-7.781 2.156-13.406-2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-universal-access\" viewBox=\"0 0 28 28\">\n<title>universal-access</title>\n<path d=\"M21.469 10.266c-0.125-0.531-0.656-0.859-1.203-0.734-2.234 0.531-4.266 0.969-6.266 0.969s-4.031-0.438-6.266-0.969c-0.547-0.125-1.078 0.203-1.203 0.734-0.125 0.547 0.203 1.078 0.734 1.203 1.656 0.391 3.203 0.734 4.734 0.906-0.063 5.281-0.641 6.75-1.297 8.437l-0.141 0.328c-0.203 0.516 0.063 1.094 0.578 1.297 0.109 0.047 0.234 0.063 0.359 0.063 0.406 0 0.781-0.234 0.938-0.641l0.125-0.313c0.438-1.125 0.844-2.172 1.109-4.047h0.656c0.266 1.875 0.672 2.922 1.109 4.047l0.125 0.313c0.156 0.406 0.531 0.641 0.938 0.641 0.125 0 0.25-0.016 0.359-0.063 0.516-0.203 0.781-0.781 0.578-1.297l-0.141-0.328c-0.656-1.687-1.234-3.156-1.297-8.437 1.531-0.172 3.078-0.516 4.734-0.906 0.531-0.125 0.859-0.656 0.734-1.203zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM25 14c0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11 11 4.922 11 11zM14 2c-6.609 0-12 5.391-12 12s5.391 12 12 12 12-5.391 12-12-5.391-12-12-12zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair-alt\" viewBox=\"0 0 24 28\">\n<title>wheelchair-alt</title>\n<path d=\"M22.469 12.703c0.328 0.344 0.5 0.812 0.453 1.281l-0.688 8.609c-0.078 0.875-0.797 1.531-1.656 1.531-0.047 0-0.094 0-0.141-0.016-0.922-0.063-1.594-0.875-1.531-1.781l0.547-6.703-2.234 0.125c0.547 1.125 0.859 2.406 0.859 3.75 0 2.25-0.875 4.297-2.312 5.812l-2.141-2.141c0.875-0.969 1.422-2.266 1.422-3.672 0-3.031-2.453-5.484-5.469-5.484-1.422 0-2.703 0.547-3.687 1.437l-2.141-2.156c1.203-1.141 2.734-1.922 4.438-2.203l4.125-4.688-2.328-1.359-2.828 2.516c-0.688 0.625-1.734 0.562-2.344-0.125s-0.547-1.734 0.125-2.344l3.734-3.328c0.531-0.484 1.313-0.562 1.937-0.187 7.609 4.422 7.625 4.422 7.625 4.422 0.406 0.234 0.641 0.641 0.75 1.062 0.156 0.609 0.047 1.297-0.406 1.828l-3.203 3.625 5.797-0.313c0.484-0.031 0.953 0.141 1.297 0.5zM19.375 5.563c-1.531 0-2.781-1.234-2.781-2.781 0-1.531 1.25-2.781 2.781-2.781 1.547 0 2.797 1.25 2.797 2.781 0 1.547-1.25 2.781-2.797 2.781zM9.578 24.969c1.125 0 2.188-0.359 3.063-0.953l2.172 2.172c-1.437 1.141-3.266 1.813-5.234 1.813-4.703 0-8.516-3.813-8.516-8.5 0-1.984 0.672-3.797 1.813-5.25l2.172 2.172c-0.594 0.875-0.938 1.937-0.938 3.078 0 3.016 2.453 5.469 5.469 5.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle-o\" viewBox=\"0 0 24 28\">\n<title>question-circle-o</title>\n<path d=\"M13.75 18.75v2.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-2.5c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5zM17.75 11c0 2.219-1.547 3.094-2.688 3.734-0.812 0.469-1.313 0.766-1.313 1.266v0.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1.062c0-1.922 1.375-2.531 2.484-3.031 0.938-0.438 1.516-0.734 1.516-1.437 0-0.906-1.141-1.578-2.172-1.578-0.547 0-1.125 0.172-1.484 0.422-0.344 0.234-0.672 0.578-1.25 1.297-0.094 0.125-0.234 0.187-0.391 0.187-0.109 0-0.219-0.031-0.297-0.094l-1.687-1.281c-0.203-0.156-0.25-0.453-0.109-0.672 1.281-2.016 3.078-3 5.453-3v0c2.562 0 5.437 2.031 5.437 4.75zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-blind\" viewBox=\"0 0 22 28\">\n<title>blind</title>\n<path d=\"M5.719 4.859c-1.344 0-2.438-1.094-2.438-2.438 0-1.328 1.094-2.422 2.438-2.422s2.422 1.094 2.422 2.422c0 1.344-1.078 2.438-2.422 2.438zM14.328 14.891c0 1.687-1.797 1.313-2.203 0.625l-5.734-6.844c-0.25-0.406-0.438-0.219-0.438-0.219s-0.109 0.125 0.063 0.328l1.906 2.172 0.016 5.531c-1.344 3.906-2.516 7.141-2.516 7.141-0.734 2.094-1.344 3.906-1.875 4.156-0.641 0.328-1.109 0.25-1.609 0.016-0.656-0.297-0.844-1.094-0.797-1.563 0 0 0.031-0.25 3.078-9.656l0.078-6.5-1.328 2.562 0.547 3.469c0.203 1.313-0.906 1.484-0.906 1.484-1.062 0.172-1.281-1.062-1.281-1.094l-0.719-4.672c3.281-5.922 3.297-5.953 3.297-5.953v0c0.25-0.375 0.812-0.531 1.766-0.531 0.844 0 1.375 0.25 1.672 0.625v0l6.625 8.141c0.094 0.063 0.156 0.156 0.219 0.266l0.047 0.047-0.016 0.016c0.078 0.141 0.109 0.297 0.109 0.453zM8.031 17.234c1.5 3.984 2.844 7 2.844 7 0.453 1.156 1.234 2.812 0.094 3.469-1.125 0.656-2.031-0.109-2.281-0.641v0h-0.016c-0.047-0.125-0.094-0.25-0.125-0.391l-1.937-5.484zM20.906 26.484c0.328 0.516 0.609 0.891 0.438 1-0.297 0.187-0.391-0.359-0.719-0.891 0 0-1.766-2.672-6.609-10.328 0.094 0.031 0.266-0.109 0.266-0.109s0.172-0.141 0.172-0.266c4.813 7.859 6.453 10.594 6.453 10.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-audio-description\" viewBox=\"0 0 36 28\">\n<title>audio-description</title>\n<path d=\"M7.875 15.531h2.672l-0.016-4.141zM23.906 13.984c0-1.734-1-3.016-3.078-3.016h-0.844v6.062h0.812c1.953 0 3.109-1.422 3.109-3.047zM14.938 8.094l0.016 11.813c0 0.297-0.234 0.531-0.516 0.531h-3.375c-0.281 0-0.516-0.234-0.516-0.531v-0.969h-4.547l-0.859 1.266c-0.094 0.141-0.266 0.234-0.438 0.234h-4.172c-0.438 0-0.688-0.484-0.422-0.828l8.687-11.828c0.094-0.141 0.25-0.219 0.422-0.219h5.187c0.297 0 0.531 0.234 0.531 0.531zM27.859 13.984c0 4.109-3 6.453-7.031 6.453h-4.219c-0.297 0-0.531-0.234-0.531-0.531v-11.813c0-0.297 0.234-0.531 0.531-0.531h4.188c4.062 0 7.063 2.312 7.063 6.422zM30.297 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.109-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM33.172 14c0 0 0.063 4.062-2.328 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM36 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.109-2.531 2.156-6.469 2.156-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-control-phone\" viewBox=\"0 0 22 28\">\n<title>volume-control-phone</title>\n<path d=\"M9.641 26.391c0-0.375-0.828-3.031-1-3.656-0.094-0.391-0.125-1.031-0.422-1.313-0.203-0.187-0.531-0.219-0.797-0.219-0.734 0-1.469 0.172-2.203 0.172-0.219 0-0.547-0.016-0.734-0.172-0.25-0.203-0.375-0.906-0.469-1.219-0.375-1.297-0.578-2.625-0.578-3.984s0.203-2.688 0.578-3.984c0.094-0.313 0.219-1.016 0.469-1.219 0.187-0.156 0.516-0.172 0.734-0.172 0.734 0 1.469 0.172 2.203 0.172 0.266 0 0.594-0.031 0.797-0.219 0.297-0.281 0.328-0.922 0.422-1.313 0.172-0.625 1-3.281 1-3.656 0-0.531-1.406-1.313-1.859-1.484-0.234-0.094-0.469-0.125-0.703-0.125-0.516 0-1.031 0.141-1.531 0.281-2.562 0.766-3.172 2.328-4.188 4.531-1.094 2.359-1.359 4.609-1.359 7.187s0.266 4.828 1.359 7.187c1.016 2.203 1.625 3.766 4.188 4.531 0.5 0.141 1.016 0.281 1.531 0.281 0.234 0 0.469-0.031 0.703-0.125 0.453-0.172 1.859-0.953 1.859-1.484zM12.125 12.125c-0.266 0-0.516-0.109-0.703-0.297-0.391-0.391-0.406-1.031 0-1.422 0.375-0.375 0.578-0.875 0.578-1.406s-0.203-1.031-0.578-1.422c-0.406-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c0.75 0.75 1.172 1.766 1.172 2.828s-0.422 2.078-1.172 2.828c-0.203 0.187-0.453 0.297-0.703 0.297zM14.953 14.953c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.125-1.141 1.75-2.641 1.75-4.25s-0.625-3.109-1.75-4.25c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c1.516 1.516 2.344 3.516 2.344 5.656s-0.828 4.141-2.344 5.656c-0.187 0.203-0.453 0.297-0.703 0.297zM17.781 17.781c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.875-1.891 2.922-4.406 2.922-7.078s-1.047-5.187-2.922-7.078c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c2.266 2.266 3.516 5.281 3.516 8.484s-1.25 6.219-3.516 8.484c-0.187 0.203-0.453 0.297-0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-braille\" viewBox=\"0 0 34 28\">\n<title>braille</title>\n<path d=\"M3 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 2.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM34 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-assistive-listening-systems\" viewBox=\"0 0 28 28\">\n<title>assistive-listening-systems</title>\n<path d=\"M2 27c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5 24c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5.703 18.297l4 4-1.406 1.406-4-4zM11 18c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22.047 13c0 2.594-1.219 3.984-2.281 5.219-0.984 1.125-1.766 2.016-1.766 3.781 0 3.313-2.688 6-6 6-0.547 0-1-0.453-1-1s0.453-1 1-1c2.203 0 4-1.797 4-4 0-2.516 1.203-3.891 2.25-5.094 0.969-1.109 1.797-2.063 1.797-3.906 0-3.859-3.141-7-7-7s-7 3.141-7 7c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-4.969 4.031-9 9-9s9 4.031 9 9zM14 15c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM18.5 13c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-1.937-1.563-3.5-3.5-3.5-1.922 0-3.5 1.563-3.5 3.5 0 0.547-0.453 1-1 1s-1-0.453-1-1c0-3.031 2.469-5.5 5.5-5.5s5.5 2.469 5.5 5.5zM24.656 8.484c0.203 0.516-0.063 1.094-0.578 1.297-0.109 0.047-0.234 0.063-0.359 0.063-0.391 0-0.781-0.234-0.922-0.641-0.703-1.828-1.922-3.422-3.5-4.609-0.438-0.328-0.531-0.953-0.203-1.391 0.344-0.438 0.969-0.531 1.406-0.203 1.875 1.406 3.313 3.313 4.156 5.484zM27.937 7.219c0.187 0.516-0.063 1.094-0.578 1.297-0.125 0.047-0.234 0.063-0.359 0.063-0.406 0-0.781-0.234-0.938-0.641-0.938-2.438-2.547-4.562-4.641-6.141-0.453-0.328-0.531-0.953-0.203-1.391 0.328-0.453 0.953-0.531 1.391-0.203 2.406 1.797 4.25 4.234 5.328 7.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-american-sign-language-interpreting\" viewBox=\"0 0 36 28\">\n<title>american-sign-language-interpreting</title>\n<path d=\"M16.125 15c-0.547-0.016-1.062-0.328-1.313-0.859-0.344-0.703-1.031-1.141-1.813-1.141-1.109 0-2 0.891-2 2 0 0.531 0.187 1.047 0.562 1.391l0.156 0.125c0.344 0.313 0.797 0.484 1.281 0.484 0.781 0 1.469-0.438 1.813-1.141 0.25-0.531 0.766-0.844 1.313-0.859zM25 13c0-0.531-0.187-1.047-0.562-1.391l-0.156-0.125c-0.344-0.313-0.797-0.484-1.281-0.484-0.781 0-1.469 0.438-1.813 1.141-0.25 0.531-0.766 0.844-1.313 0.859 0.547 0.016 1.062 0.328 1.313 0.859 0.344 0.703 1.031 1.141 1.813 1.141 1.109 0 2-0.891 2-2zM18.344 9.547c-0.359 0.734-1.266 1.047-2 0.688-0.656-0.328-1.359-0.484-2.094-0.484-0.547 0-1.062 0.094-1.547 0.266 0.094 0 0.203-0.016 0.297-0.016 1.922 0 3.687 1.125 4.516 2.859 0.359 0.75 0.031 1.641-0.719 2-0.187 0.094-0.391 0.141-0.609 0.141 0.219 0 0.422 0.047 0.609 0.141 0.75 0.359 1.078 1.25 0.719 2-0.828 1.734-2.594 2.859-4.516 2.859v0h-0.094c-0.234-0.031-0.453-0.047-0.688-0.063l-4.531-0.422-3.734 1.875c-0.156 0.078-0.297 0.109-0.453 0.109-0.359 0-0.719-0.203-0.891-0.547l-2.5-5c-0.234-0.484-0.063-1.062 0.391-1.328l3.266-1.859 2.312-4.172c0.359-3.219 1.953-6.172 4.484-8.25 0.641-0.531 1.594-0.438 2.109 0.203 0.531 0.641 0.438 1.578-0.203 2.109-0.703 0.594-1.328 1.266-1.828 2 1.219-0.828 2.625-1.391 4.172-1.578 0.828-0.109 1.578 0.469 1.672 1.297 0.109 0.828-0.469 1.578-1.297 1.672-0.906 0.109-1.75 0.422-2.484 0.859 0.5-0.109 1.016-0.156 1.547-0.156 1.188 0 2.344 0.266 3.406 0.781 0.75 0.375 1.062 1.266 0.688 2.016zM33.391 7.047l2.5 5c0.234 0.484 0.063 1.062-0.391 1.328l-3.266 1.859-2.312 4.172c-0.359 3.219-1.953 6.172-4.484 8.25-0.281 0.234-0.625 0.344-0.953 0.344-0.438 0-0.859-0.187-1.156-0.547-0.531-0.641-0.438-1.578 0.203-2.109 0.703-0.594 1.328-1.266 1.828-2-1.219 0.828-2.625 1.391-4.172 1.578-0.063 0.016-0.125 0.016-0.187 0.016-0.75 0-1.391-0.562-1.484-1.313-0.109-0.828 0.469-1.578 1.297-1.672 0.906-0.109 1.75-0.422 2.484-0.859-0.5 0.109-1.016 0.156-1.547 0.156-1.188 0-2.344-0.266-3.406-0.781-0.75-0.375-1.062-1.266-0.688-2.016 0.359-0.734 1.266-1.047 2-0.688 0.656 0.328 1.359 0.484 2.094 0.484 0.547 0 1.062-0.094 1.547-0.266-0.094 0-0.203 0.016-0.297 0.016-1.922 0-3.687-1.125-4.516-2.859-0.359-0.75-0.031-1.641 0.719-2 0.187-0.094 0.391-0.141 0.609-0.141-0.219 0-0.422-0.047-0.609-0.141-0.75-0.359-1.078-1.25-0.719-2 0.828-1.734 2.594-2.859 4.516-2.859v0h0.109c0.219 0.031 0.438 0.047 0.656 0.063l4.547 0.422 3.734-1.875c0.156-0.078 0.297-0.109 0.453-0.109 0.359 0 0.719 0.203 0.891 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deaf\" viewBox=\"0 0 28 28\">\n<title>deaf</title>\n<path d=\"M16.5 13c0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5c0 0.547 0.453 1 1 1s1-0.453 1-1c0-1.937 1.578-3.5 3.5-3.5s3.5 1.563 3.5 3.5zM13.047 4c-4.969 0-9 4.031-9 9 0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.859 3.141-7 7-7s7 3.141 7 7c0 1.844-0.828 2.797-1.797 3.906-1.047 1.203-2.25 2.578-2.25 5.094 0 2.203-1.797 4-4 4-0.547 0-1 0.453-1 1s0.453 1 1 1c3.313 0 6-2.688 6-6 0-1.766 0.781-2.656 1.766-3.781 1.062-1.234 2.281-2.625 2.281-5.219 0-4.969-4.031-9-9-9zM9.234 15.234l3.531 3.531-9.047 9.047c-0.25 0.25-0.656 0.25-0.906 0l-2.625-2.625c-0.25-0.25-0.25-0.656 0-0.906zM25.188 0.187l2.625 2.625c0.25 0.25 0.25 0.656 0 0.922l-3.641 3.641-0.406 0.391-1.109 1.109c-0.672-1.563-1.703-2.938-3.047-4.031l4.656-4.656c0.266-0.25 0.672-0.25 0.922 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide\" viewBox=\"0 0 24 28\">\n<title>glide</title>\n<path d=\"M13.531 8.047c0 0.5-0.109 0.984-0.203 1.469-0.328 1.563-0.641 3.125-0.969 4.688-0.047 0.219-0.047 0.219-0.281 0.234-0.156 0.016-0.328 0.031-0.484 0.031-1.344 0-1.719-1.453-1.719-2.547 0-1.625 0.641-3.797 2.156-4.656 0.25-0.125 0.516-0.219 0.797-0.219 0.641 0 0.703 0.469 0.703 1zM21.125 14.672c0-0.281-1.156-2.109-1.422-2.219-0.125-0.047-0.391-0.125-0.531-0.125-1.281 0-2.438 0.578-3.531 1.203l-0.031-0.031c0.25-1.672 0.812-3.156 0.812-4.891 0-2.484-1.328-3.641-3.781-3.641-0.359 0-0.719 0.047-1.062 0.094-3.078 0.547-4.953 4.062-4.953 6.953 0 3.063 1.766 4.75 4.813 4.75 0.063 0 0.391-0.031 0.391 0.047 0 0.031 0 0.047-0.016 0.078-0.063 0.594-0.25 1.25-0.406 1.828-0.234 0.859-1.047 2.344-2.094 2.344-0.453 0-0.656-0.313-0.656-0.734 0-1.359 1.563-2.172 1.594-2.25 0-0.063-0.078-0.125-0.109-0.156-0.484-0.438-1.281-0.797-1.937-0.797-1.188 0-1.828 1.906-1.828 2.875 0 1.813 1.141 3.063 2.969 3.063 2.703 0 4.672-2.844 5.281-5.187 0.172-0.688 0.297-1.391 0.469-2.078 0.031-0.141 0.078-0.203 0.219-0.281 1.109-0.562 2.281-0.938 3.547-0.938 0.688 0 1.297 0.125 1.984 0.281 0.016 0.016 0.047 0.016 0.063 0.016 0.094 0 0.219-0.109 0.219-0.203zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide-g\" viewBox=\"0 0 24 28\">\n<title>glide-g</title>\n<path d=\"M11.625 4.766c0-0.828-0.078-1.547-1.078-1.547-0.422 0-0.844 0.141-1.219 0.359-2.359 1.297-3.328 4.656-3.328 7.187 0 1.687 0.578 3.938 2.641 3.938 0.469 0 1.062 0.125 1.188-0.422 0.5-2.406 1-4.828 1.5-7.234 0.156-0.75 0.297-1.516 0.297-2.281zM23.406 15.016c0 0.156-0.203 0.313-0.359 0.313l-0.094-0.016c-1.062-0.156-2-0.438-3.078-0.438-1.953 0-3.75 0.578-5.484 1.453-0.219 0.109-0.266 0.203-0.328 0.422-0.281 1.062-0.469 2.156-0.734 3.219-0.938 3.641-3.984 8.031-8.156 8.031-2.844 0-4.594-1.937-4.594-4.734 0-1.516 0.984-4.469 2.812-4.469 0.641 0 3.156 0.828 3.172 1.484-0.031 0.125-2.453 1.375-2.453 3.484 0 0.641 0.313 1.141 1.016 1.141 2.484 0 3.625-4.531 3.875-6.438v-0.141c0-0.125-0.5-0.063-0.594-0.063-4.703 0-7.453-2.625-7.453-7.359 0-4.469 2.906-9.922 7.672-10.75 0.547-0.094 1.094-0.141 1.656-0.141 3.781 0 5.844 1.766 5.844 5.625 0 2.609-0.891 5.016-1.266 7.562l0.047 0.047c1.687-0.953 3.469-1.859 5.469-1.859 0.203 0 0.641 0.125 0.828 0.203 0.406 0.156 2.203 2.984 2.203 3.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-language\" viewBox=\"0 0 26 28\">\n<title>sign-language</title>\n<path d=\"M12.984 10.516c0.328 0 0.641 0.094 0.922 0.281l3.469 2.312c0.641 0.422 1.219 0.938 1.719 1.516l2.281 2.656c0.391 0.453 0.562 1.062 0.453 1.656l-1.125 6.453c-0.125 0.656-0.656 1.156-1.328 1.234l-8.234 0.875-5.5 0.5h-0.141c-0.812 0-1.5-0.656-1.5-1.5 0-0.781 0.656-1.406 1.437-1.5l4.062-0.5h-7c-0.859 0-1.547-0.719-1.5-1.578 0.047-0.812 0.766-1.422 1.578-1.422l6.906-0.016-8.141-1c-0.844-0.094-1.453-0.859-1.328-1.719 0.125-0.75 0.812-1.25 1.563-1.25h0.156l7.516 0.938-5.484-1.469c-0.781-0.203-1.375-0.922-1.25-1.719 0.125-0.75 0.766-1.266 1.484-1.266 0.109 0 0.203 0.016 0.313 0.031l7 1.5 3.391 0.578c0.031 0 0.063 0.016 0.094 0.016 0.469 0 0.703-0.641 0.281-0.922l-2.906-1.953c-0.719-0.484-0.891-1.453-0.375-2.141 0.281-0.391 0.734-0.594 1.188-0.594zM11.891 13.672l2.906 1.953-3.406-0.578-0.078-0.031-0.562-0.594-3.719-4.094c-0.031-0.031-0.047-0.078-0.078-0.109-0.484-0.641-0.375-1.578 0.297-2.094 0.625-0.484 1.516-0.328 2.063 0.25l2.219 2.297c-0.047 0.047-0.094 0.078-0.141 0.125-0.328 0.453-0.453 1-0.359 1.547 0.094 0.531 0.406 1.016 0.859 1.328zM25.75 6.578l0.234 4.156c0.047 0.766-0.016 1.547-0.172 2.297l-0.75 3.422c-0.125 0.594-0.5 1.078-1.047 1.359l-1.656 0.844c0.016-0.625-0.187-1.219-0.609-1.703l-2.281-2.656c-0.531-0.609-1.141-1.156-1.828-1.609l-3.469-2.312c-0.344-0.234-0.75-0.359-1.188-0.359-0.531 0-1.016 0.219-1.375 0.578l-3.672-4.875c-0.516-0.688-0.359-1.656 0.359-2.141 0.672-0.469 1.594-0.25 2.094 0.406l4.156 5.5-4.094-7.109c-0.438-0.734-0.187-1.687 0.578-2.094 0.719-0.375 1.625-0.078 2.031 0.625l3.766 6.563-2.125-5.266c-0.297-0.75-0.094-1.656 0.625-2.031 0.766-0.406 1.703-0.078 2.063 0.703l3.016 6.484 1.578 3.063c0.25 0.484 0.984 0.281 0.953-0.25l-0.187-3.5c-0.047-0.859 0.625-1.578 1.484-1.594 0.812 0 1.469 0.688 1.516 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-low-vision\" viewBox=\"0 0 28 28\">\n<title>low-vision</title>\n<path d=\"M5.234 21.187c-0.031 0-0.063-0.016-0.094-0.031-1.828-1.219-3.656-3.219-4.813-5.078-0.219-0.313-0.328-0.688-0.328-1.078 0-0.812 0.562-1.469 1.016-2.078 1.813-2.469 4.234-4.5 7.063-5.703-0.234-0.422-1.719-3.016-1.719-3.297 0-0.187 0.109-0.359 0.266-0.453 0.313-0.172 1.719-1 2-1 0.172 0 0.344 0.094 0.438 0.25l1.937 3.578c0.984-0.203 2-0.297 3-0.297 5.656 0 10.687 3.203 13.687 7.922 0.203 0.313 0.313 0.688 0.313 1.078s-0.109 0.766-0.313 1.078c-1.859 2.922-4.578 5.344-7.766 6.703 0.234 0.422 1.719 3.016 1.719 3.297 0 0.187-0.094 0.359-0.266 0.453-0.313 0.172-1.719 1-1.984 1-0.187 0-0.359-0.094-0.453-0.25l-1.937-3.578-1-1.859-6.937-12.812 0.109-0.109c-0.531 0.219-1.047 0.453-1.547 0.734 0.187 0.359 7.641 14.047 7.641 14.156 0 0.078-0.063 0.125-0.141 0.141-0.344 0.078-0.781 0.047-1.125 0.047-0.172 0-0.875 0.031-0.938-0.109l-7.125-13.141c-0.453 0.328-0.875 0.688-1.281 1.062 0.344 0.609 6.312 11.594 6.312 11.688 0 0.125-0.078 0.156-0.172 0.156-0.266 0-2.344-0.641-2.422-0.781l-1.656-3.078-3.5-6.453c-0.438 0.531-0.844 1.078-1.219 1.656 0.203 0.297 0.469 0.609 0.641 0.922 0.219 0.406 2.75 5.016 2.75 5.109 0 0.078-0.078 0.156-0.156 0.156zM18.203 19.594l0.766 1.422c2.922-1.188 5.328-3.375 7.031-6.016-1.734-2.672-4.203-4.891-7.172-6.078 1.391 1.328 2.172 3.156 2.172 5.078 0 2.203-1.031 4.281-2.797 5.594zM13.25 10c0 0.406 0.344 0.75 0.75 0.75 0.859 0 1.687 0.344 2.297 0.953s0.953 1.437 0.953 2.297c0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-2.625-2.125-4.75-4.75-4.75-0.406 0-0.75 0.344-0.75 0.75zM18.969 8.984l-0.141-0.063 0.109 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo\" viewBox=\"0 0 20 28\">\n<title>viadeo</title>\n<path d=\"M16.406 17.281c0 2.234-0.781 4.203-2.297 5.844-1.578 1.719-3.578 2.516-5.906 2.516-2.312 0-4.328-0.781-5.906-2.516-1.516-1.641-2.297-3.609-2.297-5.844 0-4.641 3.5-8.437 8.203-8.437 0.969 0 1.937 0.156 2.844 0.484-0.313 0.609-0.531 1.281-0.609 1.969-0.703-0.297-1.469-0.438-2.234-0.438-3.547 0-6.156 3.031-6.156 6.469 0 3.5 2.594 6.359 6.156 6.359s6.141-2.859 6.141-6.359c0-0.891-0.156-1.766-0.5-2.594 0.688-0.141 1.344-0.406 1.922-0.766 0.438 1.047 0.641 2.188 0.641 3.313zM13.219 14.328c0 3.938-1.594 7.219-4.969 9.344l-0.219 0.016c-0.328 0-0.656-0.031-0.969-0.078 4.516-1.719 5.344-8.578 5.344-12.766 0-0.531 0-1.078-0.047-1.609 0.562 1.641 0.859 3.359 0.859 5.094zM12.359 9.203v0.031c-0.812-2.391-1.937-4.703-3.219-6.875 1.969 1.328 3.047 4.547 3.219 6.844zM16.172 12.375c-0.969 0-1.828-0.516-2.5-1.172 1.594-0.875 3.609-2.234 4.531-3.859 0.109-0.219 0.297-0.625 0.328-0.875-0.906 2.031-3.219 3.625-5.375 4.125-0.344-0.531-0.547-1.125-0.547-1.766 0-0.75 0.375-1.75 0.938-2.297 0.641-0.609 1.594-0.922 2.453-1.156 1.25-0.344 2.266-1.313 2.812-2.484 0.812 1.156 1.156 2.562 1.156 3.953 0 0.703-0.109 1.984-0.375 2.656-0.578 1.406-1.75 2.875-3.422 2.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo-square\" viewBox=\"0 0 24 28\">\n<title>viadeo-square</title>\n<path d=\"M16.406 16.266c0-0.781-0.141-1.563-0.438-2.297-0.406 0.25-0.859 0.438-1.328 0.531 0.25 0.562 0.344 1.172 0.344 1.781 0 2.406-1.781 4.375-4.219 4.375-2.453 0-4.234-1.969-4.234-4.375 0-2.359 1.797-4.438 4.234-4.438 0.531 0 1.047 0.094 1.531 0.297 0.047-0.469 0.203-0.938 0.422-1.359-0.625-0.219-1.281-0.328-1.953-0.328-3.234 0-5.641 2.609-5.641 5.812s2.422 5.734 5.641 5.734 5.641-2.547 5.641-5.734zM13.625 10.719c0.031 0.375 0.031 0.75 0.031 1.109 0 2.891-0.562 7.594-3.672 8.781 0.219 0.031 0.438 0.047 0.656 0.047h0.156c2.312-1.469 3.422-3.719 3.422-6.422 0-1.203-0.203-2.391-0.594-3.516zM13.625 10.719c-0.078-1.516-0.938-3.859-2.219-4.719 0.875 1.484 1.656 3.078 2.219 4.719zM18.859 9.078c0-0.953-0.234-1.922-0.797-2.719-0.375 0.797-1.078 1.469-1.937 1.703-1.234 0.344-2.328 0.922-2.328 2.391 0 0.422 0.141 0.844 0.375 1.203 1.484-0.344 3.063-1.437 3.687-2.844-0.094 1.25-2.422 2.766-3.328 3.266 0.453 0.453 1.047 0.812 1.719 0.812 1.141 0 1.953-1.016 2.344-1.984 0.187-0.469 0.266-1.344 0.266-1.828zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat\" viewBox=\"0 0 24 28\">\n<title>snapchat</title>\n<path d=\"M19.984 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.313-2.5-1.297-3.094-2.609-0.047-0.125-0.109-0.25-0.109-0.391 0-0.703 1.953-0.562 1.953-1.563 0-0.422-0.516-0.688-0.891-0.688-0.359 0-0.641 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.031-0.594 0.078-1.188 0.078-1.781 0-0.547-0.031-1.297-0.266-1.781-0.75-1.625-2.203-2.578-3.984-2.578-1.953 0-3.437 0.719-4.297 2.578-0.234 0.484-0.266 1.234-0.266 1.781 0 0.594 0.047 1.188 0.078 1.781-0.063 0.031-0.141 0.031-0.219 0.031-0.359 0-0.641-0.234-0.969-0.234-0.391 0-0.875 0.25-0.875 0.688 0 0.969 1.953 0.844 1.953 1.547 0 0.141-0.063 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.719 1.656 0.984 2.141 1.062 0.141 0.375 0.078 1.031 0.641 1.031 0.391 0 0.781-0.141 1.203-0.141 1.641 0 2.078 1.484 3.984 1.484 1.984 0 2.359-1.484 4.016-1.484 0.422 0 0.812 0.125 1.219 0.125 0.547 0 0.484-0.656 0.625-1.016 0.484-0.078 2.141-0.344 2.141-1.062zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-ghost\" viewBox=\"0 0 26 28\">\n<title>snapchat-ghost</title>\n<path d=\"M13.25 2c2.812-0.031 5.141 1.547 6.312 4.078 0.359 0.766 0.422 1.953 0.422 2.797 0 1-0.078 1.984-0.141 2.984 0.125 0.063 0.297 0.109 0.438 0.109 0.562 0 1.031-0.422 1.594-0.422 0.531 0 1.297 0.375 1.297 1 0 1.5-3.141 1.219-3.141 2.531 0 0.234 0.094 0.453 0.187 0.672 0.75 1.641 2.172 3.219 3.859 3.922 0.406 0.172 0.812 0.266 1.25 0.359 0.281 0.063 0.438 0.266 0.438 0.547 0 1.062-2.703 1.5-3.422 1.609-0.313 0.484-0.078 1.625-0.906 1.625-0.641 0-1.281-0.203-1.969-0.203-0.328 0-0.656 0.016-0.969 0.078-1.859 0.313-2.484 2.312-5.531 2.312-2.938 0-3.641-2-5.453-2.312-0.328-0.063-0.656-0.078-0.984-0.078-0.703 0-1.375 0.234-1.937 0.234-0.875 0-0.609-1.156-0.938-1.656-0.719-0.109-3.422-0.547-3.422-1.609 0-0.281 0.156-0.484 0.438-0.547 0.438-0.094 0.844-0.187 1.25-0.359 1.672-0.688 3.125-2.281 3.859-3.922 0.094-0.219 0.187-0.438 0.187-0.672 0-1.313-3.156-1.062-3.156-2.516 0-0.609 0.719-1 1.266-1 0.484 0 0.969 0.406 1.578 0.406 0.172 0 0.344-0.031 0.5-0.109-0.063-0.984-0.141-1.969-0.141-2.969 0-0.844 0.063-2.047 0.422-2.812 1.375-2.969 3.703-4.047 6.813-4.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-square\" viewBox=\"0 0 24 28\">\n<title>snapchat-square</title>\n<path d=\"M20 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.297-2.5-1.297-3.094-2.609-0.063-0.125-0.109-0.25-0.109-0.391 0-0.703 1.937-0.562 1.937-1.563 0-0.422-0.516-0.688-0.891-0.688-0.344 0-0.625 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.047-0.594 0.078-1.203 0.078-1.797 0-0.531-0.031-1.281-0.266-1.781-0.75-1.625-2.187-2.578-3.984-2.578-1.953 0-3.437 0.734-4.297 2.578-0.234 0.5-0.281 1.25-0.281 1.797 0 0.594 0.047 1.188 0.094 1.781-0.078 0.016-0.156 0.031-0.234 0.031-0.344 0-0.641-0.25-0.969-0.25-0.391 0-0.859 0.266-0.859 0.703 0 0.969 1.937 0.844 1.937 1.547 0 0.141-0.047 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.734 1.656 1 2.156 1.078 0.141 0.375 0.078 1.031 0.625 1.031 0.406 0 0.797-0.156 1.203-0.156 1.656 0 2.094 1.484 4 1.484 1.984 0 2.359-1.484 4.031-1.484 0.406 0 0.812 0.141 1.219 0.141 0.531 0 0.484-0.656 0.609-1.016 0.5-0.078 2.156-0.344 2.156-1.078zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper\" viewBox=\"0 0 36 28\">\n<title>pied-piper</title>\n<path d=\"M36 0c-4.547 3.016-5.031 5.203-5.422 5.875-0.375 0.688-0.656 3.391-1.313 4.703-0.656 1.328-3.047 2.375-3.719 2.812-0.656 0.438-1.594 2.141-2.359 3.609-3.453-0.141-6.875 0.703-9.844 2.469 0 0-1.437 0.828-4.734 2.797 1.656-0.547 2.438-0.938 2.438-0.938 4.125-1.578 5.219-2.328 8.547-2.875 2.562-0.422 5.875-0.078 7.266 0.109 0.063 0 0.109 0.031 0.156 0.047 0.219 0.125 0.297 0.391 0.172 0.609l-3.031 5.391c-0.141 0.266-0.438 0.406-0.734 0.344-0.75-0.141-2.469-0.375-5.531-0.375-4.438 0-8.047 1.359-12.406 1.422-3.672 0.047-5.109-1.453-5.469-1.937 0-0.016-0.016-0.031-0.016-0.047 0-0.063 0.031-0.094 0.094-0.094 0 0 2.156 0 5.797-0.859 4.141-7.891 7.828-10.656 11.844-10.656 0 0 4.031 0 5.094 3.484 1.281-2.234 1.594-2.766 1.594-2.766 0.297-0.531 1.969-4.344 4.859-7.953v0c2.906-3.609 5.094-4.5 6.719-5.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-first-order\" viewBox=\"0 0 24 28\">\n<title>first-order</title>\n<path d=\"M20.656 14c0 0.406-0.016 0.797-0.078 1.188l-3.687-0.219 3.5 1.219c-0.203 0.797-0.516 1.531-0.906 2.203l-3.344-1.609 2.766 2.469c-0.469 0.641-1.031 1.203-1.672 1.687l-2.453-2.781 1.609 3.359c-0.672 0.406-1.406 0.703-2.188 0.922l-1.234-3.563 0.219 3.75c-0.391 0.063-0.781 0.094-1.188 0.094-0.391 0-0.797-0.031-1.188-0.094l0.219-3.719-1.219 3.531c-0.781-0.203-1.516-0.516-2.188-0.922l1.609-3.359-2.453 2.781c-0.641-0.469-1.203-1.047-1.687-1.687l2.781-2.469-3.344 1.625c-0.391-0.688-0.703-1.422-0.906-2.203l3.5-1.234-3.703 0.219c-0.047-0.391-0.078-0.781-0.078-1.188s0.031-0.812 0.078-1.203l3.719 0.219-3.516-1.234c0.203-0.781 0.516-1.516 0.906-2.188l3.344 1.625-2.766-2.484c0.484-0.641 1.047-1.203 1.672-1.687l2.469 2.781-1.609-3.359c0.672-0.391 1.406-0.703 2.188-0.906l1.203 3.5-0.203-3.687c0.375-0.063 0.781-0.094 1.172-0.094 0.406 0 0.797 0.031 1.188 0.094l-0.219 3.703 1.219-3.516c0.781 0.203 1.516 0.516 2.188 0.922l-1.609 3.344 2.469-2.781c0.625 0.484 1.188 1.047 1.672 1.687l-2.766 2.484 3.328-1.625c0.406 0.672 0.703 1.422 0.906 2.203l-3.5 1.219 3.703-0.219c0.063 0.391 0.078 0.797 0.078 1.203zM21.125 14c0-5.078-4.094-9.188-9.125-9.188-5.047 0-9.125 4.109-9.125 9.188 0 5.063 4.078 9.172 9.125 9.172 5.031 0 9.125-4.109 9.125-9.172zM22.266 8.016v11.969l-10.266 5.984-10.266-5.984v-11.969l10.266-5.984zM12 26.859l11.062-6.438v-12.859l-11.062-6.422-11.062 6.422v12.859zM24 7v14l-12 7-12-7v-14l12-7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yoast\" viewBox=\"0 0 26 28\">\n<title>yoast</title>\n<path d=\"M5.297 3.406h10.797l-0.406 1.125h-10.391c-2.297 0-4.172 1.891-4.172 4.188v12.047c0 1.969 1.406 3.703 3.344 4.109 0.5 0.109 1.016 0.078 1.531 0.078v1.125h-0.703c-2.922 0-5.297-2.391-5.297-5.313v-12.047c0-2.922 2.375-5.313 5.297-5.313zM18.594 0h3.859l-7.531 20.219c-1.406 3.75-3.109 7.656-7.734 7.781v-3.047c1.734-0.281 2.844-1.234 3.437-2.844 0.203-0.531 0.313-1.078 0.313-1.641s-0.109-1.125-0.313-1.656l-4.453-11.453h3.563l2.922 9.141zM26 8.719v17.359h-12.422c0.25-0.375 0.516-0.734 0.703-1.141h10.594v-16.219c0-1.781-1.125-3.375-2.797-3.969l0.391-1.047c2.125 0.719 3.531 2.781 3.531 5.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-themeisle\" viewBox=\"0 0 28 28\">\n<title>themeisle</title>\n<path d=\"M13.312 4.828c0 0.562-0.359 1.188-0.969 1.188-0.625 0-0.969-0.625-0.969-1.188 0-0.547 0.344-1.188 0.969-1.188 0.609 0 0.969 0.641 0.969 1.188zM10.75 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.094 0.531-1.094 1.141v1.781c0 0.609 0.469 1.156 1.094 1.156s1.109-0.531 1.109-1.156zM13.438 26.328v-1.781c0-0.609-0.469-1.141-1.094-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.094-0.547 1.094-1.156zM16.156 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.531 1.109-1.156zM18.875 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.547 1.109-1.156zM23.063 15.641c-1.687 3.234-4.937 5.609-8.672 5.609-5.281 0-8.781-4.625-8.781-9.656 0-0.922 0.109-1.828 0.328-2.719-1.094 1.844-1.625 3.969-1.625 6.094 0 3.297 1.359 6.656 3.906 8.797 0.281-0.531 0.812-0.891 1.422-0.891 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.797-0.781 1.359-0.781 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.812-0.781 1.359-0.781s1.062 0.313 1.359 0.781c0.281-0.469 0.797-0.781 1.344-0.781 0.594 0 1.141 0.359 1.406 0.875 2.375-1.984 3.75-5.031 3.906-8.109zM20.719 15.188c0-0.781-0.344-1.172-1.125-1.172-0.25 0-0.5 0.047-0.734 0.094-0.781 0.156-1.547 0.297-2.328 0.297-2.469 0-3.531-1.437-3.531-3.797 0-1.078 0.203-2.141 0.469-3.187-0.828 1.266-1.297 2.781-1.297 4.297 0 2.953 1.875 5.797 5.063 5.797 1.172 0 2.328-0.422 3.281-1.094 0.109-0.406 0.203-0.812 0.203-1.234zM13.813 4.891c0-0.984-0.688-2.016-1.766-2.016s-1.766 1.031-1.766 2.016c0 1 0.688 2.031 1.766 2.031s1.766-1.031 1.766-2.031zM23.641 10.187c0-2.938-1.891-5.781-5.063-5.781-1.656 0-3.203 0.828-4.312 2.016-0.391 1.297-0.75 2.812-0.75 4.188 0 2.078 0.828 3.281 3.016 3.281 0.75 0 1.484-0.141 2.219-0.297 0.281-0.047 0.547-0.094 0.828-0.094 1.078 0 1.625 0.625 1.625 1.687 0 0.234-0.016 0.484-0.063 0.719 1.578-1.422 2.5-3.594 2.5-5.719zM28 13.578c0 1.969-0.625 5.594-1.984 7.094-1.25 1.359-4.781 3.344-6.609 3.859l-0.063 0.016v1.781c0 0.891-0.688 1.672-1.594 1.672-0.547 0-1.062-0.313-1.344-0.781-0.297 0.469-0.812 0.781-1.359 0.781s-1.062-0.313-1.359-0.781c-0.281 0.469-0.797 0.781-1.344 0.781-0.562 0-1.062-0.313-1.359-0.781-0.281 0.469-0.797 0.781-1.344 0.781-1.031 0-1.609-0.859-1.609-1.797-0.891 0.672-1.953 1.062-3.094 1.062-1.203 0-2.375-0.453-3.297-1.25 0.562-0.016 1.125-0.125 1.656-0.313-1.141-0.313-2.156-1.031-2.844-1.984 0.359 0.078 0.734 0.109 1.109 0.109 0.906 0 1.797-0.25 2.562-0.719-1.203-1.203-3.094-3.219-3.75-4.781-0.313-0.734-0.375-1.719-0.375-2.5 0-2.719 1.109-8.75 4.719-8.75 0.578 0 1.031 0.266 1.266 0.812 0.203-0.297 0.422-0.578 0.656-0.844 0.109-0.141 0.313-0.297 0.391-0.453 0.438-0.688 0.641-1.156 1.188-1.859 1.766-2.25 4.469-3.797 7.375-3.797 0.328 0 0.656 0.016 0.969 0.063 0.594-0.641 1.422-1 2.281-1 0.797 0 1.625 0.328 2.188 0.891 0.047 0.047 0.078 0.125 0.078 0.187 0 0.203-0.562 0.734-0.703 0.891 0.234 0.078 0.859 0.375 0.859 0.656 0 0.156-0.156 0.281-0.25 0.391 1.719 1.516 2.703 3.672 3.078 5.906 0.234-0.281 0.562-0.469 0.938-0.469 0.578 0 1.141 0.391 1.563 0.766 1.141 1.016 1.406 2.906 1.406 4.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-circle\" viewBox=\"0 0 24 28\">\n<title>google-plus-circle</title>\n<path d=\"M14.328 14.141c0-0.344-0.031-0.672-0.094-1h-5.656v2.063h3.391c-0.25 1.656-1.813 2.578-3.391 2.578-2.078 0-3.734-1.719-3.734-3.781s1.656-3.781 3.734-3.781c0.875 0 1.75 0.297 2.391 0.922l1.625-1.578c-1.109-1.031-2.5-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fa\" viewBox=\"0 0 25 28\">\n<title>fa</title>\n<path d=\"M24 8v13.109c0 0.484-0.313 0.844-0.766 0.969-1.672 0.5-3.547 0.812-5.281 0.812-2.344 0-4.328-0.922-6.922-0.922-1.922 0-3.906 0.313-5.781 0.75v5.281h-2.5v-21.375c-1.313-0.516-2.172-1.797-2.172-3.203 0-1.891 1.531-3.422 3.422-3.422s3.422 1.531 3.422 3.422c0 1.406-0.859 2.688-2.172 3.203v1.062c1.75-0.406 3.563-0.688 5.359-0.688 1.031 0 2.063 0.078 3.094 0.234 1.344 0.203 2.703 0.672 4.078 0.672 0.859 0 1.734-0.109 2.578-0.281 0.641-0.125 2.109-0.625 2.641-0.625 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-handshake-o\" viewBox=\"0 0 36 28\">\n<title>handshake-o</title>\n<path d=\"M3 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM26.016 17.094c-1.234-1.609-2.438-3.25-3.844-4.719l-1.953 2.188c-1.719 1.953-4.797 1.906-6.469-0.094-1.188-1.437-1.188-3.5 0.031-4.922l2.766-3.219c-0.969-0.5-2.141-0.328-3.187-0.328-0.922 0-1.813 0.375-2.469 1.031l-2.469 2.469h-2.422v8.5c0.688 0 1.312-0.094 1.859 0.438l4.641 4.562c0.953 0.922 2.187 1.734 3.547 1.734 0.703 0 1.453-0.234 1.953-0.734 1.172 0.406 2.531-0.25 2.891-1.453 0.75 0.063 1.437-0.172 1.984-0.688 0.359-0.328 0.828-0.984 0.781-1.5 0.141 0.141 0.484 0.156 0.672 0.156 1.859 0 2.828-1.953 1.687-3.422zM28.5 18h1.5v-8h-1.453l-2.453-2.812c-0.656-0.75-1.641-1.188-2.641-1.188h-2.609c-0.875 0-1.719 0.391-2.281 1.047l-3.266 3.797c-0.578 0.688-0.578 1.656-0.016 2.344 0.891 1.062 2.531 1.078 3.453 0.047l3.016-3.406c0.719-0.797 2.031-0.047 1.703 0.969 0.594 0.688 1.234 1.359 1.813 2.047 0.781 0.969 1.531 1.984 2.297 2.969 0.484 0.625 0.844 1.375 0.938 2.188zM33 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM36 9v10c0 0.547-0.453 1-1 1h-6.781c-0.562 1.359-1.797 2.266-3.234 2.469-0.672 0.984-1.703 1.734-2.859 1.984-0.859 1.094-2.25 1.75-3.641 1.656-2.578 1.453-5.484 0.187-7.406-1.703l-4.484-4.406h-5.594c-0.547 0-1-0.453-1-1v-10.5c0-0.547 0.453-1 1-1h6.578c1.813-1.813 3.062-3.5 5.781-3.5h1.828c1.016 0 2 0.313 2.828 0.875 0.828-0.562 1.813-0.875 2.828-0.875h2.609c2.969 0 4.203 1.937 6 4h5.547c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open\" viewBox=\"0 0 28 28\">\n<title>envelope-open</title>\n<path d=\"M28 10.219v15.281c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-15.281c0-0.141 0.063-0.281 0.172-0.375 1.641-1.437 1.656-1.609 9.812-7.562 0.984-0.719 2.719-2.281 4.016-2.281s3.047 1.578 4.016 2.281c8.156 5.953 8.172 6.125 9.812 7.562 0.109 0.094 0.172 0.234 0.172 0.375zM19.187 19.359c2.438-1.766 4.141-3 5.391-3.938 0.219-0.156 0.266-0.469 0.094-0.688l-0.594-0.812c-0.172-0.219-0.484-0.266-0.703-0.094-1.234 0.906-2.922 2.156-5.359 3.906-0.969 0.703-2.719 2.266-4.016 2.266s-3.047-1.563-4.016-2.266c-2.438-1.766-4.125-3-5.359-3.906-0.219-0.172-0.531-0.125-0.703 0.094l-0.594 0.812c-0.172 0.219-0.125 0.531 0.094 0.688 1.25 0.938 2.953 2.172 5.391 3.938 1.219 0.875 3.141 2.641 5.187 2.641 2.063 0 4.031-1.797 5.187-2.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open-o\" viewBox=\"0 0 28 28\">\n<title>envelope-open-o</title>\n<path d=\"M23.031 14.266l0.609 0.797c0.172 0.219 0.125 0.516-0.078 0.688-1.563 1.219-5.156 3.984-5.313 4.109-1.109 0.906-2.609 2.156-4.234 2.141h-0.031c-1.625 0-3.125-1.234-4.234-2.141-0.172-0.141-3.641-2.812-5.172-4-0.219-0.172-0.266-0.469-0.094-0.688l0.578-0.812c0.172-0.234 0.5-0.281 0.719-0.094 1.062 0.828 2.562 1.984 4.781 3.687 0.781 0.594 2.328 2.047 3.422 2.047h0.031c1.094 0 2.641-1.453 3.422-2.047 2.297-1.766 3.828-2.938 4.891-3.781 0.219-0.172 0.531-0.125 0.703 0.094zM26 25.5v-14.5c-1.563-1.453-1.328-1.328-8.563-6.922-0.781-0.609-2.328-2.078-3.422-2.078h-0.031c-1.094 0-2.641 1.469-3.422 2.078-7.234 5.594-7 5.469-8.563 6.922v14.5c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 11v14.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-14.5c0-0.562 0.234-1.094 0.641-1.469 3.203-2.969 6.891-5.547 9.109-7.375 1.094-0.906 2.609-2.156 4.234-2.156h0.031c1.625 0 3.141 1.25 4.234 2.156 2.063 1.703 5.984 4.469 9.109 7.375 0.406 0.375 0.641 0.906 0.641 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linode\" viewBox=\"0 0 24 28\">\n<title>linode</title>\n<path d=\"M5.156 23.984l3.156 3.344-0.531-3.687-3.375-3.328zM8.687 27.516l4.281-3.406-0.172-3.828-4.688 3.359zM3.828 17.547l3.547 3.328-0.75-5.109-3.828-3.187zM7.734 21.047l4.953-3.344-0.219-5.063-5.5 3.125zM13.172 21.219l1.484 1.25-0.031-3.734-1.609-1.234c0 0.125 0.063 0.344-0.063 0.438l-1.219 0.812 1.328 1.094c0.156 0.125 0.109 1.188 0.109 1.375zM2.156 9.469l4 3.125-1.062-7.266-4.359-2.703zM18.328 19.828l0.234-3.656-3.594 2.562 0.031 3.75zM6.516 12.719l5.828-3.031-0.297-6.891-6.609 2.547zM19.844 18.422l0.313-3.641-3.531-2.219-0.031 1.641 2.25 1.484c0.047 0.031 0.078 0.094 0.063 0.141l-0.109 1.859zM22.828 16.25l0.469-3.469-2.797 2-0.313 3.563zM19.891 18.859l-1.109-0.766-0.125 1.828c0 0.047-0.016 0.094-0.063 0.125l-3.656 2.922c-0.063 0.047-0.156 0.047-0.219 0l-1.531-1.297 0.109 2.516c0 0.047-0.016 0.094-0.063 0.125l-4.578 3.656c-0.031 0.016-0.063 0.031-0.094 0.031-0.047-0.016-0.094-0.016-0.125-0.047l-3.563-3.781c-0.078-0.078-0.844-3.938-0.922-4.328-0.016-0.063 0.031-0.141 0.078-0.172l0.953-0.578c-0.187-0.172-1.453-1.281-1.484-1.437l-1.125-5.484c-0.016-0.063 0.016-0.141 0.094-0.187l1.469-0.703c-0.25-0.187-2.063-1.5-2.109-1.687l-1.5-7.281c-0.016-0.094 0.031-0.172 0.109-0.203l6.766-2.109c0.031 0 0.078 0 0.125 0.016l4.953 2.391c0.047 0.031 0.094 0.094 0.094 0.141l0.313 7.234c0 0.063-0.031 0.125-0.094 0.156l-1.844 0.953 1.969 1.328c0.047 0.016 0.078 0.078 0.078 0.125l0.078 1.922 1.891-1.156c0.047-0.031 0.125-0.031 0.172 0l1.313 0.875 0.047-1.719c0-0.047 0.031-0.109 0.078-0.141l3.219-1.969c0.063-0.031 0.125-0.031 0.172 0l3.828 2.109c0.031 0.031 0.063 0.063 0.078 0.109 0.031 0.109-0.484 3.625-0.531 3.984 0 0.047-0.031 0.094-0.063 0.109l-2.984 2.391c-0.063 0.047-0.141 0.047-0.203 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book\" viewBox=\"0 0 26 28\">\n<title>address-book</title>\n<path d=\"M18.766 19.344c0-2.766-0.672-5.844-3.453-5.844-0.859 0.5-2.031 1.359-3.313 1.359s-2.453-0.859-3.313-1.359c-2.781 0-3.453 3.078-3.453 5.844 0 1.547 1.016 2.656 2.266 2.656h9c1.25 0 2.266-1.109 2.266-2.656zM16.063 10.063c0-2.25-1.828-4.062-4.062-4.062s-4.062 1.813-4.062 4.062c0 2.234 1.828 4.047 4.062 4.047s4.062-1.813 4.062-4.047zM26 18.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book-o\" viewBox=\"0 0 26 28\">\n<title>address-book-o</title>\n<path d=\"M16.063 10.063c0 2.234-1.828 4.047-4.062 4.047s-4.062-1.813-4.062-4.047c0-2.25 1.828-4.062 4.062-4.062s4.062 1.813 4.062 4.062zM15.313 13.5c2.984 0 3.453 3.547 3.453 5.844 0 1.313-0.828 2.656-2.266 2.656h-9c-1.437 0-2.266-1.344-2.266-2.656 0-2.203 0.469-5.844 3.375-5.844h0.078c1.031 0.609 2.078 1.359 3.313 1.359s2.281-0.75 3.313-1.359zM26 9.5c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.266 0 0.5 0.234 0.5 0.5v3zM22 25.5v-23c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v23c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card\" viewBox=\"0 0 32 28\">\n<title>address-card</title>\n<path d=\"M16 17.672c0-2.422-0.594-5.109-3.063-5.109-0.766 0.438-1.797 1.188-2.938 1.188s-2.172-0.75-2.938-1.188c-2.469 0-3.063 2.688-3.063 5.109 0 1.359 0.891 2.328 2 2.328h8c1.109 0 2-0.969 2-2.328zM13.547 9.547c0-1.953-1.594-3.547-3.547-3.547s-3.547 1.594-3.547 3.547c0 1.969 1.594 3.547 3.547 3.547s3.547-1.578 3.547-3.547zM28 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM28 13.438v-0.875c0-0.313-0.25-0.562-0.562-0.562h-8.875c-0.313 0-0.562 0.25-0.562 0.562v0.875c0 0.313 0.25 0.562 0.562 0.562h8.875c0.313 0 0.562-0.25 0.562-0.562zM28 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-5.5v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-12v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-5.5c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card-o\" viewBox=\"0 0 32 28\">\n<title>address-card-o</title>\n<path d=\"M16 17.672c0 1.359-0.891 2.328-2 2.328h-8c-1.109 0-2-0.969-2-2.328 0-2.422 0.594-5.109 3.062-5.109 0.766 0.438 1.797 1.188 2.938 1.188s2.172-0.75 2.938-1.188c2.469 0 3.062 2.688 3.062 5.109zM13.547 9.547c0 1.969-1.594 3.547-3.547 3.547s-3.547-1.578-3.547-3.547c0-1.953 1.594-3.547 3.547-3.547s3.547 1.594 3.547 3.547zM28 16.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM28 12.563v0.875c0 0.313-0.25 0.562-0.562 0.562h-8.875c-0.313 0-0.562-0.25-0.562-0.562v-0.875c0-0.313 0.25-0.562 0.562-0.562h8.875c0.313 0 0.562 0.25 0.562 0.562zM28 8.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-19c0-0.266-0.234-0.5-0.5-0.5h-27c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h5.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h12v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h5.5c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle\" viewBox=\"0 0 28 28\">\n<title>user-circle</title>\n<path d=\"M23.797 20.922c-0.406-2.922-1.594-5.516-4.25-5.875-1.375 1.5-3.359 2.453-5.547 2.453s-4.172-0.953-5.547-2.453c-2.656 0.359-3.844 2.953-4.25 5.875 2.172 3.063 5.75 5.078 9.797 5.078s7.625-2.016 9.797-5.078zM20 10c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM28 14c0 7.703-6.25 14-14 14-7.734 0-14-6.281-14-14 0-7.734 6.266-14 14-14s14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle-o\" viewBox=\"0 0 28 28\">\n<title>user-circle-o</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14 0 7.688-6.234 14-14 14-7.75 0-14-6.297-14-14 0-7.734 6.266-14 14-14zM23.672 21.109c1.453-2 2.328-4.453 2.328-7.109 0-6.609-5.391-12-12-12s-12 5.391-12 12c0 2.656 0.875 5.109 2.328 7.109 0.562-2.797 1.922-5.109 4.781-5.109 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c2.859 0 4.219 2.312 4.781 5.109zM20 11c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-o\" viewBox=\"0 0 24 28\">\n<title>user-o</title>\n<path d=\"M18.766 12.25c2.203 0.641 5.234 2.812 5.234 9.922 0 3.219-2.391 5.828-5.328 5.828h-13.344c-2.938 0-5.328-2.609-5.328-5.828 0-7.109 3.031-9.281 5.234-9.922-0.781-1.234-1.234-2.688-1.234-4.25 0-4.406 3.594-8 8-8s8 3.594 8 8c0 1.563-0.453 3.016-1.234 4.25zM12 2c-3.313 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6-2.688-6-6-6zM18.672 26c1.828 0 3.328-1.703 3.328-3.828 0-4.922-1.656-8-4.75-8.156-1.406 1.234-3.234 1.984-5.25 1.984s-3.844-0.75-5.25-1.984c-3.094 0.156-4.75 3.234-4.75 8.156 0 2.125 1.5 3.828 3.328 3.828h13.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-id-badge\" viewBox=\"0 0 20 28\">\n<title>id-badge</title>\n<path d=\"M16 19.656c0 1.344-0.891 2.344-2 2.344h-8c-1.109 0-2-1-2-2.344 0-2.438 0.609-5.141 3.062-5.141 0.766 0.719 1.797 1.172 2.938 1.172s2.172-0.453 2.938-1.172c2.453 0 3.062 2.703 3.062 5.141zM13.594 11.547c0 1.969-1.609 3.547-3.594 3.547s-3.594-1.578-3.594-3.547c0-1.953 1.609-3.547 3.594-3.547s3.594 1.594 3.594 3.547zM18 25.5v-21.5h-16v21.5c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM20 2.5v23c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h5.5v1.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-1.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license\" viewBox=\"0 0 32 28\">\n<title>drivers-license</title>\n<path d=\"M14 18.937c0-2.063-0.5-4.438-2.562-4.438-0.625 0.625-1.484 1-2.438 1s-1.813-0.375-2.438-1c-2.063 0-2.562 2.375-2.562 4.438 0 1.141 0.75 2.063 1.672 2.063h6.656c0.922 0 1.672-0.922 1.672-2.063zM12 12c0-1.656-1.344-3-3-3s-3 1.344-3 3 1.344 3 3 3 3-1.344 3-3zM28 19.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM22 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM28 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM28 11.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM2 6h28v-1.5c0-0.281-0.219-0.5-0.5-0.5h-27c-0.281 0-0.5 0.219-0.5 0.5v1.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license-o\" viewBox=\"0 0 32 28\">\n<title>drivers-license-o</title>\n<path d=\"M14 18.937c0 1.141-0.75 2.063-1.672 2.063h-6.656c-0.922 0-1.672-0.922-1.672-2.063 0-2.063 0.5-4.438 2.562-4.438 0.625 0.625 1.484 1 2.438 1s1.813-0.375 2.438-1c2.063 0 2.562 2.375 2.562 4.438zM12 12c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 18.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 10.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-17.5h-28v17.5c0 0.266 0.234 0.5 0.5 0.5h27c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quora\" viewBox=\"0 0 28 28\">\n<title>quora</title>\n<path d=\"M19.609 12.297c0-6.516-2.031-9.859-6.797-9.859-4.688 0-6.719 3.344-6.719 9.859 0 6.484 2.031 9.797 6.719 9.797 0.75 0 1.422-0.078 2.047-0.266v0c-0.969-1.906-2.109-3.828-4.328-3.828-0.422 0-0.844 0.063-1.234 0.25l-0.766-1.516c0.922-0.797 2.406-1.422 4.312-1.422 2.984 0 4.5 1.437 5.719 3.266 0.703-1.563 1.047-3.672 1.047-6.281zM25.703 22.172h1.828c0.109 1.125-0.453 5.828-5.563 5.828-3.094 0-4.719-1.797-5.953-3.891v0c-1.016 0.281-2.109 0.422-3.203 0.422-6.25 0-12.359-4.984-12.359-12.234 0-7.313 6.125-12.297 12.359-12.297 6.359 0 12.406 4.953 12.406 12.297 0 4.094-1.906 7.422-4.672 9.562 0.891 1.344 1.813 2.234 3.094 2.234 1.406 0 1.969-1.078 2.063-1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-free-code-camp\" viewBox=\"0 0 36 28\">\n<title>free-code-camp</title>\n<path d=\"M7.078 25.578c0 0.438-0.391 0.844-0.828 0.844-0.063 0-0.141-0.031-0.203-0.047v0c-0.875-0.203-2-1.516-2.531-2.188-2.438-3.078-3.516-6.672-3.516-10.563 0-3.625 1.094-6.734 3.328-9.594 0.516-0.672 2.047-2.438 2.953-2.438 0.391 0 0.797 0.313 0.797 0.719 0 0.469-0.688 1.109-0.984 1.406-0.859 0.891-1.656 1.797-2.297 2.875-1.328 2.219-1.859 4.438-1.859 7.016 0 2.766 0.516 5.266 1.922 7.672 0.594 1.016 1.297 1.859 2.125 2.703 0.328 0.359 1.094 1.062 1.094 1.594zM28.063 23.484c0 0.578-0.391 1.062-1 1.062h-16.891c-0.547 0-1-0.453-1-1 0-0.578 0.391-1.062 1-1.062h16.891c0.547 0 1 0.453 1 1zM24.703 13.937c0 1.312-0.297 2.531-1.047 3.641-0.516 0.766-1.563 1.75-2.391 2.172-0.125 0.078-0.281 0.156-0.422 0.156-0.125 0-0.359-0.141-0.359-0.281 0-0.453 1.906-1.531 1.906-3.625 0-0.688-0.172-1.453-0.547-2.031-0.109-0.156-0.5-0.656-0.719-0.656-0.047 0-0.047 0.031-0.047 0.078 0 0.375 0.234 0.734 0.234 1.125 0 0.5-0.609 0.75-1.031 0.75-0.734 0-1.031-0.516-1.031-1.188 0-0.453 0.047-0.922 0.047-1.375 0-0.328-0.016-0.422-0.156-0.719-0.219-0.422-0.938-1.281-1.453-1.281-0.141 0-0.187 0-0.187 0.141 0 0.219 0.5 0.453 0.5 1.25 0 2.078-2.859 2.453-2.859 4.531 0 0.938 0.125 1.719 0.656 2.5 0.328 0.484 0.688 0.766 1.234 0.984 0.141 0.047 0.281 0.063 0.281 0.234s-0.141 0.25-0.281 0.25c-0.078 0-0.438-0.141-0.516-0.172v0c-2.406-0.875-4.234-2.969-4.234-5.594 0-3.109 3.734-5.828 3.734-8.813 0-0.578-0.094-0.984-0.391-1.469-0.172-0.281-0.594-0.828-0.875-1-0.125-0.063-0.297-0.172-0.297-0.328 0-0.266 0.453-0.313 0.641-0.313 0.562 0 1.203 0.203 1.719 0.453 2.172 1.031 2.625 2.609 3 4.797 0.094 0.516 0.281 2.156 1.031 2.156 0.484 0 0.797-0.328 0.797-0.797 0-0.703-0.625-1.469-0.625-1.859 0-0.109 0.063-0.156 0.156-0.156 0.391 0 1.203 0.828 1.453 1.094 1.516 1.609 2.078 3.172 2.078 5.344zM36 14.391c0 2.75-0.734 5.5-2.156 7.859-0.656 1.094-2.812 4.156-4.234 4.156-0.328 0-0.719-0.406-0.719-0.734 0-0.531 1.828-2.234 2.281-2.812 1.937-2.438 2.859-5.187 2.859-8.297 0-2.562-0.313-4.641-1.453-6.969-0.703-1.437-1.437-2.406-2.547-3.563-0.359-0.375-1.141-1.078-1.141-1.641 0-0.391 0.406-0.812 0.797-0.812 1.031 0 2.516 1.906 3.063 2.641 2.094 2.812 2.984 5.703 3.219 9.172 0.016 0.328 0.031 0.672 0.031 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-telegram\" viewBox=\"0 0 28 28\">\n<title>telegram</title>\n<path d=\"M18.578 20.422l2.297-10.828c0.203-0.953-0.344-1.328-0.969-1.094l-13.5 5.203c-0.922 0.359-0.906 0.875-0.156 1.109l3.453 1.078 8.016-5.047c0.375-0.25 0.719-0.109 0.438 0.141l-6.484 5.859-0.25 3.563c0.359 0 0.516-0.156 0.703-0.344l1.687-1.625 3.5 2.578c0.641 0.359 1.094 0.172 1.266-0.594zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer\" viewBox=\"0 0 16 28\">\n<title>thermometer</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-14.172h2v14.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-3\" viewBox=\"0 0 16 28\">\n<title>thermometer-3</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-10.172h2v10.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-2\" viewBox=\"0 0 16 28\">\n<title>thermometer-2</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-6.172h2v6.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-1\" viewBox=\"0 0 16 28\">\n<title>thermometer-1</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-2.172h2v2.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-0\" viewBox=\"0 0 16 28\">\n<title>thermometer-0</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.641 1.328-3 3-3s3 1.375 3 3zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shower\" viewBox=\"0 0 30 28\">\n<title>shower</title>\n<path d=\"M22.391 3.891c0.203 0.203 0.203 0.516 0 0.719l-9.781 9.781c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l0.688-0.688c-1.516-1.906-1.703-4.516-0.547-6.594-0.719-0.688-1.687-1.109-2.75-1.109-2.203 0-4 1.797-4 4v20h-4v-20c0-4.406 3.594-8 8-8 2.25 0 4.281 0.938 5.734 2.438 1.969-0.797 4.25-0.5 5.969 0.859l0.688-0.688c0.203-0.203 0.516-0.203 0.719 0zM21 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM25 10c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM29 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM22 11c0-0.547 0.453-1 1-1s1 0.453 1 1-0.453 1-1 1-1-0.453-1-1zM27 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 14c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM25 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 16c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM23 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 18c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 20c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bath\" viewBox=\"0 0 28 28\">\n<title>bath</title>\n<path d=\"M26 17v3c0 1.781-0.781 3.359-2 4.469v3.031c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.844c-0.625 0.219-1.297 0.344-2 0.344h-12c-0.703 0-1.375-0.125-2-0.344v1.719c0 0.344-0.219 0.625-0.5 0.625h-1c-0.281 0-0.5-0.281-0.5-0.625v-2.906c-1.219-1.109-2-2.688-2-4.469v-3h24zM11 10.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 9.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-10c0-2.203 1.797-4 4-4 1.125 0 2.141 0.469 2.875 1.219 0.969-0.391 2.125-0.25 2.984 0.422l0.344-0.344c0.094-0.094 0.25-0.094 0.344 0l0.656 0.656c0.094 0.094 0.094 0.25 0 0.344l-4.906 4.906c-0.094 0.094-0.25 0.094-0.344 0l-0.656-0.656c-0.094-0.094-0.094-0.25 0-0.344l0.344-0.344c-0.75-0.953-0.844-2.266-0.266-3.313-0.359-0.344-0.844-0.547-1.375-0.547-1.109 0-2 0.891-2 2v10h23.5c0.281 0 0.5 0.219 0.5 0.5zM14 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM14 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM16 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM17 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-podcast\" viewBox=\"0 0 24 28\">\n<title>podcast</title>\n<path d=\"M15.531 18.625c0 1.031-0.109 2.063-0.266 3.078-0.234 1.625-0.469 3.297-0.859 4.891-0.281 1.141-1.344 1.406-2.375 1.406s-2.094-0.266-2.375-1.406c-0.391-1.594-0.625-3.266-0.859-4.891-0.156-1.016-0.266-2.047-0.266-3.078 0-2.109 1.703-2.625 3.5-2.625s3.5 0.516 3.5 2.625zM24 12c0 5.063-3.125 9.391-7.562 11.156-0.172 0.063-0.359-0.094-0.328-0.281 0.047-0.328 0.094-0.672 0.156-1.031 0.031-0.25 0.063-0.5 0.094-0.734 0.016-0.094 0.063-0.156 0.141-0.187 3.25-1.656 5.5-5.031 5.5-8.922 0-5.703-4.781-10.297-10.547-9.984-5.281 0.281-9.484 4.781-9.453 10.063 0.031 3.891 2.297 7.25 5.563 8.875 0.078 0.031 0.125 0.109 0.141 0.187 0.031 0.219 0.063 0.453 0.094 0.703 0.063 0.375 0.109 0.719 0.172 1.062 0.031 0.187-0.172 0.344-0.344 0.266-4.641-1.813-7.875-6.438-7.609-11.766 0.297-6.047 5.172-11 11.219-11.375 6.969-0.438 12.766 5.094 12.766 11.969zM15.531 11.5c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5zM20.031 12c0 2.578-1.234 4.891-3.125 6.344-0.156 0.125-0.375 0.016-0.406-0.187-0.047-0.438-0.172-0.953-0.453-1.437-0.063-0.094-0.047-0.219 0.047-0.313 1.188-1.094 1.937-2.656 1.937-4.406 0-3.531-3.078-6.359-6.687-5.969-2.766 0.313-5.016 2.594-5.281 5.375-0.203 1.969 0.578 3.781 1.906 5 0.094 0.094 0.109 0.219 0.047 0.313-0.281 0.484-0.406 1-0.453 1.453-0.031 0.187-0.25 0.297-0.406 0.172-1.937-1.5-3.172-3.859-3.125-6.516 0.094-4.156 3.469-7.625 7.609-7.812 4.594-0.219 8.391 3.437 8.391 7.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-maximize\" viewBox=\"0 0 28 28\">\n<title>window-maximize</title>\n<path d=\"M4 22h20v-12h-20v12zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-minimize\" viewBox=\"0 0 28 28\">\n<title>window-minimize</title>\n<path d=\"M28 20.5v3c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-restore\" viewBox=\"0 0 32 28\">\n<title>window-restore</title>\n<path d=\"M4 24h12v-8h-12v8zM20 16h8v-12h-12v4h1.5c1.375 0 2.5 1.125 2.5 2.5v5.5zM32 2.5v15c0 1.375-1.125 2.5-2.5 2.5h-9.5v5.5c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h9.5v-5.5c0-1.375 1.125-2.5 2.5-2.5h15c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle\" viewBox=\"0 0 28 28\">\n<title>times-rectangle</title>\n<path d=\"M18.359 20.641l2.281-2.281c0.203-0.203 0.203-0.516 0-0.719l-3.641-3.641 3.641-3.641c0.203-0.203 0.203-0.516 0-0.719l-2.281-2.281c-0.203-0.203-0.516-0.203-0.719 0l-3.641 3.641-3.641-3.641c-0.203-0.203-0.516-0.203-0.719 0l-2.281 2.281c-0.203 0.203-0.203 0.516 0 0.719l3.641 3.641-3.641 3.641c-0.203 0.203-0.203 0.516 0 0.719l2.281 2.281c0.203 0.203 0.516 0.203 0.719 0l3.641-3.641 3.641 3.641c0.203 0.203 0.516 0.203 0.719 0zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle-o\" viewBox=\"0 0 28 28\">\n<title>times-rectangle-o</title>\n<path d=\"M19.641 17.359l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.641-2.641-2.641 2.641c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.641-2.641-2.641-2.641c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.641 2.641 2.641-2.641c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.641 2.641 2.641 2.641c0.203 0.203 0.203 0.516 0 0.719zM4 22h20v-16h-20v16zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bandcamp\" viewBox=\"0 0 28 28\">\n<title>bandcamp</title>\n<path d=\"M16.719 18.406l4.781-8.813h-10.219l-4.781 8.813h10.219zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-grav\" viewBox=\"0 0 28 28\">\n<title>grav</title>\n<path d=\"M20.172 7.438c-0.5-0.562-1.313 0.391-0.875 0.906 0.422 0.516 1.813 0.141 0.875-0.906zM13.984 11.281c-0.172 0.172-0.438 0.172-0.594 0-0.172-0.156-0.172-0.422 0-0.578 0.156-0.172 0.422-0.172 0.594 0 0.156 0.156 0.156 0.422 0 0.578zM16.562 12.437l-0.547 0.547c-0.25 0.266-0.672 0.266-0.938 0l-0.594-0.594c-0.25-0.266-0.25-0.672 0-0.938l0.547-0.547c0.25-0.25 0.672-0.25 0.938 0l0.594 0.609c0.25 0.25 0.25 0.672 0 0.922zM14.859 10.406c-0.156 0.156-0.422 0.156-0.594 0-0.156-0.172-0.156-0.438 0-0.594 0.172-0.172 0.438-0.172 0.594 0 0.172 0.156 0.172 0.422 0 0.594zM21.156 8.875c-0.703 1.328-2.547 1.875-3.672 1.078-1.125-0.812-1.906-2.438-0.672-3.844 1.219-1.406 2.297-0.969 3.375 0.047 0.672 0.641 1.656 1.406 0.969 2.719zM24.297 16.406c0.141-0.906-1.156-0.938-1.437-1.453-0.766-1.359-1.563-2.078-3.078-1.719 0.656-0.453 1.328-0.344 1.328-0.344 0.016-0.359 0-0.734-0.531-1.406 0.219-0.703 0.016-1.266 0.016-1.266 0.875-0.484 1.516-1.375 1.641-2.438 0.203-1.75-1.062-3.344-2.812-3.547-1.25-0.141-2.469 0.438-3.063 1.453-1.313 2.266 0.078 4 1.266 4.594-0.812-0.078-1.937-0.672-2.266-1.937-0.375-1.453 0.156-2.812 0.5-3.469 0 0-0.25-0.328-0.453-0.5 0 0-0.781 0-1.391 0.297 0.672-0.859 1.422-0.812 1.422-0.812 0-0.359-0.031-0.844-0.203-1.219-0.313-0.641-1.406-0.734-1.828 0.234 0.016-0.047 0.031-0.078 0.063-0.109-0.281 0.672-0.063 3.156 0.953 4.922-0.141 0.078-0.516 0.344-0.734 0.562-1.219 0.547-3.172 3.406-3.172 3.406-1.594 0.609-4.375 2.875-4 4.5v0c0.016 0.172 0.078 0.313 0.172 0.422-0.156 0.125-0.313 0.281-0.469 0.469-0.672 0.781-0.297 1.984 1 1.375 0.891-0.406 1.687-1.141 2.063-1.719 0 0-0.328-0.281-0.938-0.25 1.563-0.375 1.953-0.531 2.625-0.516 0.453 0.219 0.453-1.937 0.453-1.937 0-0.828-0.125-1.75-0.625-2.344 0.703 0.688 1.641 1.844 1.578 3.422-0.047 1.031-0.859 1.297-0.859 1.297-0.516 0.938-2.438 3.719-1.719 5.984 0 0-0.547-0.844-0.578-1.25-0.984 1.094-2.641 2.953-1.406 3.641 1.5 0.828 6.156-5 7.141-8.031 1.953-1.172 3.125-2.672 3.609-3.672 1.25 2.484 5.406 5.359 5.734 3.359zM28.031 14c0 7.734-6.281 14-14.016 14s-14.016-6.266-14.016-14 6.281-14 14.016-14 14.016 6.266 14.016 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-etsy\" viewBox=\"0 0 24 28\">\n<title>etsy</title>\n<path d=\"M8.094 2.859v10.234c3.625 0.031 5.531-0.156 5.531-0.156 1.469-0.047 1.687-0.422 2.031-1.859l0.516-2.219h1.609l-0.219 5.031 0.109 4.984h-1.609l-0.453-1.984c-0.328-1.484-0.969-1.844-2.016-1.859 0 0-1.344-0.125-5.5-0.125v8.687c0 1.625 0.891 2.391 2.766 2.391h5.578c1.875 0 3.563-0.187 4.719-2.859l1.453-3.375h1.391c-0.109 0.672-0.859 6.875-0.969 8.25-5.141-0.187-7.344-0.187-7.344-0.187h-9.812l-5.875 0.187v-1.594l1.984-0.391c1.391-0.266 1.813-0.672 1.828-1.813 0.094-3.781 0.125-10.047 0.125-10.047s0.047-6.281-0.125-10.078c-0.047-1.297-0.438-1.609-1.828-1.875l-1.984-0.375v-1.594l5.875 0.187h10.969s2.172 0 5.844-0.422c-0.219 2.391-0.484 7.906-0.484 7.906h-1.453l-0.5-1.937c-0.609-2.422-1.422-3.719-2.922-3.719h-8.563c-0.641 0-0.672 0.219-0.672 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-imdb\" viewBox=\"0 0 24 28\">\n<title>imdb</title>\n<path d=\"M14.406 12.453v2.844c0 0.562 0.109 1.078-0.594 1.062v-4.828c0.688 0 0.594 0.359 0.594 0.922zM19.344 13.953v1.891c0 0.313 0.094 0.828-0.359 0.828-0.094 0-0.172-0.047-0.219-0.141-0.125-0.297-0.063-2.547-0.063-2.578 0-0.219-0.063-0.734 0.281-0.734 0.422 0 0.359 0.422 0.359 0.734zM2.812 17.641h1.906v-7.375h-1.906v7.375zM9.594 17.641h1.656v-7.375h-2.484l-0.438 3.453c-0.156-1.156-0.313-2.312-0.5-3.453h-2.469v7.375h1.672v-4.875l0.703 4.875h1.188l0.672-4.984v4.984zM16.234 12.875c0-0.469 0.016-0.969-0.078-1.406-0.25-1.297-1.813-1.203-2.828-1.203h-1.422v7.375c4.969 0 4.328 0.344 4.328-4.766zM21.187 15.953v-2.078c0-1-0.047-1.734-1.281-1.734-0.516 0-0.859 0.156-1.203 0.531v-2.406h-1.828v7.375h1.719l0.109-0.469c0.328 0.391 0.688 0.562 1.203 0.562 1.141 0 1.281-0.875 1.281-1.781zM24 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ravelry\" viewBox=\"0 0 34 28\">\n<title>ravelry</title>\n<path d=\"M17.859 27.078c-0.063-0.016-0.109-0.031-0.172-0.063 0 0-5.141-3.016-6.875-7.891-0.578-0.094-1.797-0.375-2.734-0.578v0c1.359 4.422 5.141 7.797 9.781 8.531zM7.844 17.609l2.625 0.438c-0.891-2.672-1-5.719-1-5.719-1.047 1.016-1.609 2.406-1.891 3.5v0c0.047 0.609 0.125 1.203 0.266 1.781zM9.562 8.094v0c-0.484 0.719-0.875 1.5-1.203 2.312 0.516-0.547 0.938-0.906 1.156-1.062-0.031-0.469 0.047-1.25 0.047-1.25zM32.016 14.875c0-6.813-5.5-12.344-12.25-12.344-3.125 0-5.969 1.188-8.141 3.141-0.328 0.641-0.547 1.453-0.703 2.5 3.328-2.828 9.266-2.125 9.266-2.125 1.484 0.063 1.313 1.375 1.297 1.781-5.406-0.453-8.062 1.094-10.687 3.328 0 0 0.516 5 1.703 7.031 6.844 0.313 12.047-3.406 12.047-3.406 0.656-0.469 1.234-0.516 1.359 0.297 0.094 0.656 0.141 1.547-0.609 1.891-2.281 1.062-4.797 1.734-7.297 2.094-1.625 0.234-2.531 0.297-4.953 0.25 2.312 5.375 8.094 6.844 8.094 6.844 1.813 0.297 3.187 0.063 4.109-0.234v0c4-2.031 6.766-6.219 6.766-11.047zM33.172 14.297c-0.109 1.062-0.281 2.297-0.625 3.313-1.406 4.172-3.359 6.891-7.812 9.375-0.406 0.281-0.844 0.547-1.281 0.688-0.797 0.281-1.656 0.344-2.547 0.25-0.375 0.031-0.75 0.047-1.141 0.047-5.953 0-10.984-4.062-12.5-9.609-0.047 0-0.094-0.016-0.141-0.016-0.359 2.812 1.719 6.609 1.719 6.609s0.125 0.187 0.844 1.281c-3.984-2.109-4.094-8.328-4.094-8.328-0.953-0.359-4.266-1.484-4.844-2.406 0 0 2.594 1.422 4.828 1.703-0.016-0.016 0.031-0.5 0.031-0.5 0.141-1.906 0.797-3.391 1.469-4.531 0.438-2.141 1.406-4.078 2.75-5.703 0.234-0.969 0.609-2.125 1.266-3.344 0.281-0.531 0.547-0.875 1.266-1.203 4.75-2.219 9.438-2.781 14.25-0.281v0c4.609 2.406 7.109 7.438 6.563 12.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eercast\" viewBox=\"0 0 27 28\">\n<title>eercast</title>\n<path d=\"M20.953 12.25c0.547-0.844-0.094-2.984-2-4.25-1.891-1.266-4.312-1.172-4.875-0.328-0.547 0.828 0.625 0.297 2.766 1.094 3.531 1.313 3.563 4.328 4.109 3.484zM26.625 21.219c-4.422 10.875-24.344 8.125-23.922-5.984 0.047-1.797 0.547-3 1.062-4.719-3.297 13.5 15.094 21.359 22.641 10.703 0.281-0.391 0.359-0.359 0.219 0zM22.891 14.203c0 4.422-3.563 8.016-7.953 8.016s-7.953-3.594-7.953-8.016 3.563-8.016 7.953-8.016 7.953 3.594 7.953 8.016zM27.375 9.703c-5.563-12.625-28.531-7.969-25.984 9.203-5.281-17.203 16.484-25.094 24.531-12.844 0.656 1 1.406 2.75 1.453 3.641zM26.406 15.047c0.266-5.281-3.391-8.891-8.328-10.25-0.078 0-0.422-0.141 0.219-0.203 12.063 0.406 12.5 19.688-0.641 19.906 4.281-1.188 8.484-4.156 8.75-9.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microchip\" viewBox=\"0 0 24 28\">\n<title>microchip</title>\n<path d=\"M3 20v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 16v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 12v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 8v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 4v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM20 1.5v23c0 0.828-0.672 1.5-1.5 1.5h-13c-0.828 0-1.5-0.672-1.5-1.5v-23c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5zM24 20.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 16.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 12.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 8.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 4.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snowflake-o\" viewBox=\"0 0 26 28\">\n<title>snowflake-o</title>\n<path d=\"M24.469 17.453l-2.609 0.516 2.906 1.672c0.469 0.266 0.641 0.891 0.359 1.359s-0.891 0.641-1.359 0.359l-2.906-1.656 0.859 2.5c0.438 1.25-1.469 1.891-1.891 0.656l-1.594-4.688-4.234-2.438v4.891l3.25 3.719c0.875 0.984-0.641 2.312-1.5 1.313l-1.75-2v3.344c0 0.547-0.453 1-1 1s-1-0.453-1-1v-3.344l-1.75 2c-0.859 1-2.375-0.328-1.5-1.313l3.25-3.719v-4.891l-4.234 2.438-1.594 4.688c-0.422 1.234-2.328 0.594-1.891-0.656l0.859-2.5-2.906 1.656c-0.469 0.281-1.078 0.109-1.359-0.359s-0.109-1.094 0.359-1.359l2.906-1.672-2.609-0.516c-1.297-0.266-0.906-2.219 0.391-1.969l4.844 0.969 4.234-2.453-4.234-2.453-4.844 0.969c-0.063 0.016-0.141 0.016-0.203 0.016-1.188 0-1.359-1.75-0.187-1.984l2.609-0.516-2.906-1.672c-0.469-0.266-0.641-0.891-0.359-1.359 0.281-0.484 0.891-0.641 1.359-0.359l2.906 1.656-0.859-2.5c-0.438-1.25 1.469-1.891 1.891-0.656l1.594 4.688 4.234 2.438v-4.891l-3.25-3.719c-0.875-0.984 0.641-2.312 1.5-1.313l1.75 2v-3.344c0-0.547 0.453-1 1-1s1 0.453 1 1v3.344l1.75-2c0.859-1 2.375 0.328 1.5 1.313l-3.25 3.719v4.891l4.234-2.438 1.594-4.688c0.422-1.234 2.328-0.594 1.891 0.656l-0.859 2.5 2.906-1.656c0.469-0.281 1.078-0.109 1.359 0.359s0.109 1.094-0.359 1.359l-2.906 1.672 2.609 0.516c1.172 0.234 1 1.984-0.187 1.984-0.063 0-0.141 0-0.203-0.016l-4.844-0.969-4.234 2.453 4.234 2.453 4.844-0.969c1.297-0.25 1.687 1.703 0.391 1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superpowers\" viewBox=\"0 0 28 28\">\n<title>superpowers</title>\n<path d=\"M23.016 14.516c0.281-5-3.547-9.141-8.5-9.438-4.922-0.297-9.281 3.453-9.562 8.406-0.281 5 3.547 9.141 8.516 9.438 4.922 0.297 9.281-3.437 9.547-8.406zM28 0l-5.453 5.437c2.484 2.422 3.828 5.797 3.609 9.266-0.344 5.812-4.813 10.453-10.547 11.234l-15.609 2.063 5.422-5.422c-2.484-2.422-3.813-5.797-3.609-9.266 0.359-5.828 4.813-10.469 10.563-11.25 5.203-0.688 10.422-1.375 15.625-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpexplorer\" viewBox=\"0 0 28 28\">\n<title>wpexplorer</title>\n<path d=\"M14.812 16.063l2.547 5.141h-0.797l-2.734-5.469-2.672 5.469h-0.766l2.797-5.844-1.219-0.516 0.328-0.766 3.75 1.594-0.328 0.781zM8.797 6.813l4.75 2.031-2.031 4.75-4.75-2.031zM14.172 9.703l3.75 1.609-1.609 3.734-3.734-1.594zM18.562 12.047l2.984 1.266-1.281 2.969-2.969-1.266zM26.25 14c0-6.75-5.5-12.25-12.25-12.25s-12.25 5.5-12.25 12.25 5.5 12.25 12.25 12.25 12.25-5.5 12.25-12.25zM28 14c0 7.719-6.281 14-14 14s-14-6.281-14-14 6.281-14 14-14 14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meetup\" viewBox=\"0 0 30 28\">\n<title>meetup</title>\n<path d=\"M20.844 19.281c-0.172-1.125-2.234-0.25-2.359-1.484-0.172-1.75 2.391-5.531 2.188-7-0.187-1.313-1.062-1.594-1.828-1.609-0.734-0.016-0.922 0.109-1.172 0.25-0.156 0.094-0.359 0.266-0.641-0.016-0.344-0.328-0.609-0.641-1.062-0.703-0.672-0.109-0.969 0.109-1.453 0.531-0.187 0.156-0.656 0.703-1.094 0.5-0.187-0.094-0.844-0.422-1.313-0.625-0.891-0.391-2.188 0.25-2.656 1.094-0.703 1.25-2.078 6.188-2.281 6.844-0.469 1.453 0.594 2.656 2.016 2.578 0.609-0.031 1-0.25 1.391-0.953 0.219-0.406 2.281-5.891 2.438-6.156 0.109-0.187 0.484-0.438 0.797-0.281 0.313 0.172 0.375 0.516 0.328 0.828-0.063 0.531-1.531 3.875-1.578 4.25-0.187 1.25 1.469 1.453 2.109 0.219 0.203-0.391 2.5-5.063 2.703-5.375 0.234-0.344 0.406-0.453 0.641-0.438 0.172 0 0.453 0.047 0.391 0.594-0.078 0.516-1.922 3.953-2.125 4.797-0.25 1.125 0.359 2.266 1.359 2.766 0.625 0.313 3.422 0.859 3.203-0.609zM5.984 22.656c0.063 0.313-0.125 0.609-0.438 0.672-0.297 0.063-0.594-0.125-0.656-0.438-0.063-0.297 0.125-0.609 0.422-0.672s0.609 0.125 0.672 0.438zM14.891 26.766c0.25 0.359 0.156 0.844-0.187 1.094-0.359 0.25-0.844 0.156-1.094-0.203-0.234-0.359-0.141-0.844 0.203-1.094 0.359-0.25 0.844-0.156 1.078 0.203zM2.766 14.078c-0.375 0.562-1.125 0.703-1.672 0.313-0.547-0.375-0.688-1.141-0.313-1.687 0.375-0.562 1.125-0.703 1.672-0.328 0.547 0.391 0.688 1.141 0.313 1.703zM22.922 24.656c0.391 0.578 0.25 1.375-0.328 1.781-0.578 0.391-1.359 0.25-1.75-0.328s-0.25-1.375 0.313-1.781c0.578-0.406 1.359-0.25 1.766 0.328zM24.672 15.219c1.437 2.359 0.828 5.469-1.437 7.063-0.953 0.672-2.031 0.969-3.109 0.938-0.656 2.578-3.797 3.531-5.75 1.781-0.063 0.047-0.141 0.094-0.203 0.156-2.141 1.484-5.047 0.953-6.531-1.219-0.531-0.781-0.797-1.672-0.828-2.562-3.578-0.594-4.922-5.141-2.25-7.641-1.547-2.562 0.031-5.875 2.922-6.281 1.375-3.625 5.891-5.344 8.953-2.969 3.687-1.219 7.453 1.609 7.156 5.531 2.25 0.688 2.891 3.656 1.078 5.203zM7.109 4.906c0.281 0.422 0.187 1-0.234 1.297-0.406 0.281-0.984 0.187-1.266-0.234s-0.187-1 0.234-1.297c0.406-0.281 0.984-0.187 1.266 0.234zM9.594 0.516c0.078 0.344-0.141 0.688-0.484 0.766s-0.688-0.141-0.766-0.5c-0.063-0.344 0.156-0.688 0.5-0.766s0.688 0.141 0.75 0.5zM28.125 15.328c0.094 0.422-0.172 0.828-0.578 0.906-0.406 0.094-0.812-0.172-0.891-0.578-0.094-0.422 0.172-0.828 0.578-0.922 0.406-0.078 0.812 0.187 0.891 0.594zM17.75 1.375c0.328 0.562 0.156 1.312-0.422 1.656-0.562 0.344-1.297 0.156-1.625-0.406-0.344-0.578-0.156-1.328 0.406-1.672s1.297-0.156 1.641 0.422zM29.406 11.625c0.078 0.313-0.125 0.609-0.422 0.688-0.313 0.063-0.609-0.141-0.672-0.438-0.063-0.313 0.125-0.625 0.438-0.688 0.297-0.063 0.594 0.125 0.656 0.438zM26.422 7.859c0.313 0.469 0.203 1.109-0.25 1.437-0.469 0.313-1.109 0.203-1.422-0.266s-0.203-1.109 0.266-1.437c0.453-0.328 1.094-0.203 1.406 0.266z\"/>\n</symbol>\n</defs>\n</svg>\n\";s:11:\"Linearicons\";s:184660:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"Lineariconsicon-home\" viewBox=\"0 0 20 20\">\n<title>home</title>\n<path class=\"path1\" d=\"M19.871 12.165l-8.829-9.758c-0.274-0.303-0.644-0.47-1.042-0.47-0 0 0 0 0 0-0.397 0-0.767 0.167-1.042 0.47l-8.829 9.758c-0.185 0.205-0.169 0.521 0.035 0.706 0.096 0.087 0.216 0.129 0.335 0.129 0.136 0 0.272-0.055 0.371-0.165l2.129-2.353v8.018c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-8.018l2.129 2.353c0.185 0.205 0.501 0.221 0.706 0.035s0.221-0.501 0.035-0.706zM12 19h-4v-4.5c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v4.5zM16 18.5c0 0.276-0.224 0.5-0.5 0.5h-2.5v-4.5c0-0.827-0.673-1.5-1.5-1.5h-3c-0.827 0-1.5 0.673-1.5 1.5v4.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-9.123l5.7-6.3c0.082-0.091 0.189-0.141 0.3-0.141s0.218 0.050 0.3 0.141l5.7 6.3v9.123z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-apartment\" viewBox=\"0 0 20 20\">\n<title>apartment</title>\n<path class=\"path1\" d=\"M14 6h1v1h-1v-1z\"/>\n<path class=\"path2\" d=\"M14 8h1v1h-1v-1z\"/>\n<path class=\"path3\" d=\"M14 10h1v1h-1v-1z\"/>\n<path class=\"path4\" d=\"M14 12h1v1h-1v-1z\"/>\n<path class=\"path5\" d=\"M14 16h1v1h-1v-1z\"/>\n<path class=\"path6\" d=\"M14 14h1v1h-1v-1z\"/>\n<path class=\"path7\" d=\"M6 6h1v1h-1v-1z\"/>\n<path class=\"path8\" d=\"M6 8h1v1h-1v-1z\"/>\n<path class=\"path9\" d=\"M6 10h1v1h-1v-1z\"/>\n<path class=\"path10\" d=\"M6 12h1v1h-1v-1z\"/>\n<path class=\"path11\" d=\"M6 16h1v1h-1v-1z\"/>\n<path class=\"path12\" d=\"M6 14h1v1h-1v-1z\"/>\n<path class=\"path13\" d=\"M4 6h1v1h-1v-1z\"/>\n<path class=\"path14\" d=\"M4 8h1v1h-1v-1z\"/>\n<path class=\"path15\" d=\"M4 10h1v1h-1v-1z\"/>\n<path class=\"path16\" d=\"M4 12h1v1h-1v-1z\"/>\n<path class=\"path17\" d=\"M4 16h1v1h-1v-1z\"/>\n<path class=\"path18\" d=\"M4 14h1v1h-1v-1z\"/>\n<path class=\"path19\" d=\"M8 6h1v1h-1v-1z\"/>\n<path class=\"path20\" d=\"M8 8h1v1h-1v-1z\"/>\n<path class=\"path21\" d=\"M8 10h1v1h-1v-1z\"/>\n<path class=\"path22\" d=\"M8 12h1v1h-1v-1z\"/>\n<path class=\"path23\" d=\"M8 16h1v1h-1v-1z\"/>\n<path class=\"path24\" d=\"M8 14h1v1h-1v-1z\"/>\n<path class=\"path25\" d=\"M18.5 19h-0.5v-13.5c0-0.763-0.567-1.549-1.291-1.791l-4.709-1.57v-1.64c0-0.158-0.075-0.307-0.202-0.401s-0.291-0.123-0.442-0.078l-9.042 2.713c-0.737 0.221-1.314 0.997-1.314 1.766v14.5h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h18c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM16.393 4.658c0.318 0.106 0.607 0.507 0.607 0.842v13.5h-5v-15.806l4.393 1.464zM2 4.5c0-0.329 0.287-0.714 0.602-0.808l8.398-2.52v17.828h-9v-14.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pencil\" viewBox=\"0 0 20 20\">\n<title>pencil</title>\n<path class=\"path1\" d=\"M19.104 0.896c-0.562-0.562-1.309-0.871-2.104-0.871s-1.542 0.309-2.104 0.871l-12.75 12.75c-0.052 0.052-0.091 0.114-0.116 0.183l-2 5.5c-0.066 0.183-0.021 0.387 0.116 0.524 0.095 0.095 0.223 0.146 0.354 0.146 0.057 0 0.115-0.010 0.171-0.030l5.5-2c0.069-0.025 0.131-0.065 0.183-0.116l12.75-12.75c0.562-0.562 0.871-1.309 0.871-2.104s-0.309-1.542-0.871-2.104zM5.725 17.068l-4.389 1.596 1.596-4.389 11.068-11.068 2.793 2.793-11.068 11.068zM18.396 4.396l-0.896 0.896-2.793-2.793 0.896-0.896c0.373-0.373 0.869-0.578 1.396-0.578s1.023 0.205 1.396 0.578c0.373 0.373 0.578 0.869 0.578 1.396s-0.205 1.023-0.578 1.396z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magic-wand\" viewBox=\"0 0 20 20\">\n<title>magic-wand</title>\n<path class=\"path1\" d=\"M11.5 7c-0.276 0-0.5-0.224-0.5-0.5 0-1.378-1.122-2.5-2.5-2.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c1.378 0 2.5-1.122 2.5-2.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 1.378 1.122 2.5 2.5 2.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-1.378 0-2.5 1.122-2.5 2.5 0 0.276-0.224 0.5-0.5 0.5zM10.301 3.5c0.49 0.296 0.903 0.708 1.199 1.199 0.296-0.49 0.708-0.903 1.199-1.199-0.49-0.296-0.903-0.708-1.199-1.199-0.296 0.49-0.708 0.903-1.199 1.199z\"/>\n<path class=\"path2\" d=\"M1.5 10c-0.276 0-0.5-0.224-0.5-0.5s-0.224-0.5-0.5-0.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.276 0 0.5-0.224 0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5c0 0.276 0.224 0.5 0.5 0.5s0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5c-0.276 0-0.5 0.224-0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.147 15.939l-10.586-10.586c-0.283-0.283-0.659-0.438-1.061-0.438s-0.778 0.156-1.061 0.438l-0.586 0.586c-0.283 0.283-0.438 0.659-0.438 1.061s0.156 0.778 0.438 1.061l10.586 10.586c0.283 0.283 0.659 0.438 1.061 0.438s0.778-0.156 1.061-0.438l0.586-0.586c0.283-0.283 0.438-0.659 0.438-1.061s-0.156-0.778-0.438-1.061zM5.561 6.646l0.586-0.586c0.094-0.094 0.219-0.145 0.354-0.145s0.26 0.052 0.354 0.145l1.439 1.439-1.293 1.293-1.439-1.439c-0.195-0.195-0.195-0.512 0-0.707zM17.439 17.354l-0.586 0.586c-0.094 0.094-0.219 0.145-0.353 0.145s-0.26-0.052-0.353-0.145l-8.439-8.439 1.293-1.293 8.439 8.439c0.195 0.195 0.195 0.512 0 0.707z\"/>\n<path class=\"path4\" d=\"M3.5 5c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 2.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n<path class=\"path5\" d=\"M3.5 15c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 12.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-drop\" viewBox=\"0 0 20 20\">\n<title>drop</title>\n<path class=\"path1\" d=\"M10 20c-1.614 0-3.118-0.655-4.236-1.845-1.133-1.206-1.757-2.859-1.757-4.655 0-2.943 1.308-5.049 2.693-7.278 1.070-1.723 2.177-3.504 2.817-5.853 0.059-0.218 0.257-0.368 0.482-0.368s0.423 0.151 0.482 0.368c0.641 2.35 1.749 4.132 2.821 5.855 1.387 2.229 2.697 4.335 2.697 7.277 0 1.799-0.62 3.452-1.746 4.654-1.115 1.19-2.626 1.846-4.254 1.846zM10 2.113c-0.674 1.776-1.574 3.225-2.45 4.636-1.364 2.196-2.543 4.093-2.543 6.751 0 3.136 2.147 5.5 4.993 5.5 2.85 0 5-2.364 5-5.5 0-2.657-1.18-4.553-2.546-6.749-0.878-1.411-1.78-2.861-2.454-4.638z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lighter\" viewBox=\"0 0 20 20\">\n<title>lighter</title>\n<path class=\"path1\" d=\"M17.5 9h-0.69l-0.855-1.722c-0.084-0.17-0.258-0.278-0.448-0.278h-4.007c-0.276 0-0.5 0.224-0.5 0.5v1.5h-1.211l-3.856-6.678c-0.138-0.239-0.444-0.321-0.683-0.183l-3.464 2c-0.239 0.138-0.321 0.444-0.183 0.683l4 6.928c0.093 0.16 0.261 0.25 0.433 0.25 0.085 0 0.171-0.022 0.25-0.067l2.714-1.567v8.134c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-9c0-0.276-0.224-0.5-0.5-0.5zM17 15h-1v-3h1v3zM12 8h3.197l0.497 1h-3.694v-1zM6.219 10.817l-3.5-6.062 2.598-1.5 3.5 6.062-2.598 1.5zM10 18v-8h6.497c0.001 0 0.002 0 0.004 0s0.001-0 0.002-0h0.497v1h-1.5c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h1.5v2h-7z\"/>\n<path class=\"path2\" d=\"M15.5 6c-0.75 0-1.115-0.354-1.289-0.652-0.331-0.565-0.275-1.418 0.169-2.606 0.299-0.799 0.668-1.459 0.684-1.487 0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255c0.016 0.028 0.385 0.688 0.684 1.487 0.444 1.189 0.5 2.041 0.169 2.606-0.174 0.297-0.539 0.652-1.289 0.652zM15.5 2.64c-0.063 0.146-0.127 0.302-0.187 0.463-0.453 1.218-0.297 1.64-0.238 1.741 0.025 0.043 0.092 0.156 0.425 0.156s0.401-0.114 0.426-0.156c0.059-0.101 0.216-0.525-0.243-1.751-0.059-0.158-0.121-0.31-0.183-0.453z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-poop\" viewBox=\"0 0 20 20\">\n<title>poop</title>\n<path class=\"path1\" d=\"M17.057 13.303c-0.077-0.044-0.157-0.087-0.239-0.129 0.955-0.749 1.181-1.568 1.181-2.174 0-1.419-1.193-2.655-3.175-3.409 0.115-0.351 0.175-0.72 0.175-1.091 0-1.93-1.57-3.5-3.5-3.5-0.684 0-1.5-0.173-1.5-1 0-0.453 0.578-0.948 0.779-1.085 0.183-0.123 0.264-0.35 0.2-0.561s-0.258-0.354-0.478-0.354c-1.567 0-3.178 0.515-4.418 1.413-0.633 0.458-1.135 0.988-1.493 1.575-0.391 0.641-0.589 1.318-0.589 2.012 0 0.288 0.024 0.574 0.070 0.855-0.849 0.41-1.566 0.951-2.090 1.581-0.641 0.77-0.98 1.657-0.98 2.564 0 0.546 0.123 1.103 0.356 1.641-0.888 0.854-1.356 1.836-1.356 2.859 0 1.525 1.028 2.936 2.893 3.973 1.773 0.985 4.119 1.527 6.607 1.527 2.558 0 4.879-0.333 6.535-0.937 2.45-0.893 2.965-2.159 2.965-3.063 0-0.728-0.337-1.787-1.943-2.697zM15.693 18.124c-1.55 0.565-3.749 0.876-6.193 0.876-2.32 0-4.494-0.498-6.121-1.402-1.534-0.852-2.379-1.953-2.379-3.098 0-0.797 0.41-1.461 0.867-1.952 0.115 0.164 0.24 0.324 0.377 0.479 0.796 0.909 1.904 1.603 3.118 1.953 0.046 0.013 0.093 0.020 0.139 0.020 0.217 0 0.417-0.142 0.48-0.361 0.077-0.265-0.076-0.542-0.342-0.619-2.074-0.599-3.639-2.327-3.639-4.020 0-1.224 0.88-2.399 2.329-3.155 0.524 1.443 1.63 2.641 3.004 3.127 0.055 0.019 0.111 0.029 0.167 0.029 0.206 0 0.399-0.128 0.471-0.333 0.092-0.26-0.044-0.546-0.305-0.638-1.52-0.537-2.667-2.269-2.667-4.029 0-1.012 0.592-1.998 1.668-2.777 0.744-0.538 1.643-0.918 2.578-1.1-0.144 0.258-0.246 0.554-0.246 0.877 0 0.967 0.657 2 2.5 2 1.378 0 2.5 1.122 2.5 2.5 0 0.271-0.042 0.533-0.125 0.784-0.408-0.111-0.841-0.204-1.295-0.277-0.273-0.044-0.529 0.142-0.573 0.414s0.142 0.529 0.414 0.573c1.387 0.223 2.563 0.647 3.401 1.226 0.538 0.372 1.179 0.982 1.179 1.78 0 0.645-0.428 1.218-1.273 1.705-0.915-0.325-1.986-0.564-3.169-0.702-0.274-0.032-0.523 0.164-0.555 0.439s0.164 0.523 0.439 0.555c1.686 0.197 3.112 0.604 4.122 1.176 0.655 0.371 1.436 0.989 1.436 1.827 0 1.060-1.255 1.74-2.307 2.124z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sun\" viewBox=\"0 0 20 20\">\n<title>sun</title>\n<path class=\"path1\" d=\"M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z\"/>\n<path class=\"path2\" d=\"M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path8\" d=\"M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path9\" d=\"M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-moon\" viewBox=\"0 0 20 20\">\n<title>moon</title>\n<path class=\"path1\" d=\"M10.25 20c-2.738 0-5.312-1.066-7.248-3.002s-3.002-4.51-3.002-7.248c0-2.251 0.723-4.375 2.090-6.143 0.655-0.847 1.439-1.585 2.331-2.194 0.899-0.614 1.888-1.083 2.938-1.392 0.192-0.057 0.399 0.007 0.527 0.161s0.151 0.369 0.060 0.547c-0.645 1.257-0.945 2.455-0.945 3.772 0 4.687 3.813 8.5 8.5 8.5 1.317 0 2.515-0.3 3.772-0.945 0.178-0.091 0.393-0.068 0.547 0.060s0.217 0.335 0.161 0.527c-0.31 1.050-0.778 2.039-1.392 2.938-0.609 0.892-1.347 1.676-2.194 2.331-1.768 1.367-3.893 2.090-6.143 2.090zM6.57 1.365c-3.374 1.445-5.57 4.689-5.57 8.385 0 5.1 4.15 9.25 9.25 9.25 3.696 0 6.94-2.197 8.385-5.57-1.024 0.383-2.058 0.57-3.135 0.57-2.538 0-4.923-0.988-6.717-2.782s-2.783-4.18-2.783-6.718c0-1.077 0.188-2.111 0.57-3.135z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud\" viewBox=\"0 0 20 20\">\n<title>cloud</title>\n<path class=\"path1\" d=\"M16.006 16h-10.006c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.602 0 3.137 0.643 4.26 1.775 0.088-0.194 0.196-0.38 0.325-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.178 1.017 0.061-0.003 0.122-0.004 0.184-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994zM6 5c-2.757 0-5 2.243-5 5s2.243 5 5 5h10.006c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.354 0-0.699 0.061-1.026 0.18-0.218 0.080-0.462-0.001-0.59-0.195s-0.104-0.45 0.056-0.619c0.357-0.376 0.554-0.865 0.554-1.379 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.23 0.312-0.365 0.678-0.388 1.057-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.193c-0.11-0.156-0.229-0.307-0.354-0.447-0.949-1.068-2.312-1.681-3.74-1.681z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-upload\" viewBox=\"0 0 20 20\">\n<title>cloud-upload</title>\n<path class=\"path1\" d=\"M16.006 16h-3.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h2.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 12.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v3.793c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3.793l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-download\" viewBox=\"0 0 20 20\">\n<title>cloud-download</title>\n<path class=\"path1\" d=\"M16.006 16h-2.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-1.146 1.146v-3.793c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3.793l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-sync\" viewBox=\"0 0 20 20\">\n<title>cloud-sync</title>\n<path class=\"path1\" d=\"M16.006 8.012c-0.061 0-0.122 0.001-0.183 0.004 0.116-0.322 0.177-0.666 0.177-1.017 0-1.654-1.346-3-3-3-0.948 0-1.851 0.456-2.415 1.22-0.129 0.174-0.237 0.36-0.324 0.555-1.123-1.132-2.658-1.775-4.261-1.775-3.308 0-6 2.692-6 6s2.692 6 6 6h10.006c2.202 0 3.994-1.792 3.994-3.994s-1.792-3.994-3.994-3.994zM16.006 15h-10.006c-2.757 0-5-2.243-5-5s2.243-5 5-5c1.428 0 2.791 0.613 3.74 1.681 0.125 0.141 0.243 0.29 0.351 0.442l0.005 0.007c0.122 0.174 0.34 0.253 0.545 0.195s0.351-0.238 0.364-0.451c0.024-0.384 0.157-0.751 0.386-1.061 0.382-0.517 0.969-0.814 1.611-0.814 1.103 0 2 0.897 2 2 0 0.515-0.195 1.004-0.55 1.377-0.16 0.168-0.183 0.424-0.056 0.618s0.371 0.275 0.589 0.196c0.327-0.119 0.671-0.179 1.023-0.179 1.651 0 2.994 1.343 2.994 2.994s-1.343 2.994-2.994 2.994z\"/>\n<path class=\"path2\" d=\"M6.404 11.959c-0.132 0.027-0.268 0.041-0.404 0.041-1.103 0-2-0.897-2-2v-0.293l0.146 0.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1-1c-0.195-0.195-0.512-0.195-0.707 0l-1 1c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l0.146-0.146v0.293c0 1.654 1.346 3 3 3 0.203 0 0.406-0.021 0.604-0.061 0.271-0.055 0.445-0.32 0.39-0.59s-0.319-0.445-0.59-0.39z\"/>\n<path class=\"path3\" d=\"M9.146 10.146l-0.146 0.146v-0.293c0-1.654-1.346-3-3-3-0.203 0-0.406 0.021-0.604 0.061-0.271 0.055-0.445 0.32-0.39 0.59s0.32 0.445 0.59 0.39c0.132-0.027 0.268-0.041 0.404-0.041 1.103 0 2 0.897 2 2v0.293l-0.146-0.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1 1c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-check\" viewBox=\"0 0 20 20\">\n<title>cloud-check</title>\n<path class=\"path1\" d=\"M16 16h-9.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9.5c1.654 0 3-1.346 3-3s-1.346-3-3-3c-0.343 0-0.68 0.057-1 0.17-0.217 0.077-0.458-0.005-0.584-0.197s-0.105-0.446 0.051-0.615c0.344-0.371 0.533-0.853 0.533-1.359 0-1.103-0.897-2-2-2-1.055 0-1.931 0.823-1.996 1.875-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.194c-0.937-1.334-2.468-2.131-4.096-2.131-2.757 0-5 2.243-5 5 0 0.152 0.007 0.305 0.020 0.455 0.025 0.275-0.178 0.518-0.453 0.543s-0.518-0.178-0.543-0.453c-0.016-0.18-0.024-0.363-0.024-0.545 0-3.308 2.692-6 6-6 1.611 0 3.143 0.65 4.261 1.776 0.471-1.050 1.527-1.776 2.739-1.776 1.654 0 3 1.346 3 3 0 0.346-0.059 0.685-0.172 1.004 0.057-0.002 0.115-0.004 0.172-0.004 2.206 0 4 1.794 4 4s-1.794 4-4 4z\"/>\n<path class=\"path2\" d=\"M3.5 15.5c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1.646 1.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-database\" viewBox=\"0 0 20 20\">\n<title>database</title>\n<path class=\"path1\" d=\"M18.067 1.609c-0.497-0.326-1.193-0.615-2.069-0.858-1.742-0.484-4.050-0.75-6.498-0.75s-4.756 0.267-6.498 0.75c-0.877 0.243-1.573 0.532-2.069 0.858-0.619 0.407-0.933 0.874-0.933 1.391v12c0 0.517 0.314 0.985 0.933 1.391 0.497 0.326 1.193 0.615 2.069 0.858 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.877-0.243 1.573-0.532 2.069-0.858 0.619-0.406 0.933-0.874 0.933-1.391v-12c0-0.517-0.314-0.985-0.933-1.391zM3.27 1.714c1.658-0.46 3.87-0.714 6.23-0.714s4.573 0.254 6.23 0.714c1.795 0.499 2.27 1.059 2.27 1.286s-0.474 0.787-2.27 1.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286s0.474-0.787 2.27-1.286zM15.73 16.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 12.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 8.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lock\" viewBox=\"0 0 20 20\">\n<title>lock</title>\n<path class=\"path1\" d=\"M14.5 8h-0.5v-1.5c0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5v1.5h-0.5c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5zM6 6.5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v1.5h-7v-1.5zM15 17.5c0 0.276-0.224 0.5-0.5 0.5h-10c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5v8z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cog\" viewBox=\"0 0 20 20\">\n<title>cog</title>\n<path class=\"path1\" d=\"M7.631 19.702c-0.041 0-0.083-0.005-0.125-0.016-0.898-0.231-1.761-0.587-2.564-1.059-0.233-0.137-0.315-0.434-0.186-0.671 0.159-0.292 0.243-0.622 0.243-0.957 0-1.103-0.897-2-2-2-0.334 0-0.665 0.084-0.957 0.243-0.237 0.129-0.534 0.047-0.671-0.186-0.472-0.804-0.828-1.666-1.059-2.564-0.065-0.254 0.077-0.515 0.325-0.598 0.814-0.274 1.362-1.036 1.362-1.895s-0.547-1.621-1.362-1.895c-0.248-0.084-0.39-0.344-0.325-0.598 0.231-0.898 0.587-1.761 1.059-2.564 0.137-0.233 0.434-0.315 0.671-0.186 0.291 0.159 0.622 0.243 0.957 0.243 1.103 0 2-0.897 2-2 0-0.334-0.084-0.665-0.243-0.957-0.129-0.237-0.047-0.534 0.186-0.671 0.804-0.472 1.666-0.828 2.564-1.059 0.254-0.065 0.515 0.077 0.598 0.325 0.274 0.814 1.036 1.362 1.895 1.362s1.621-0.547 1.895-1.362c0.084-0.248 0.345-0.39 0.598-0.325 0.898 0.231 1.761 0.587 2.564 1.059 0.233 0.137 0.315 0.434 0.186 0.671-0.159 0.292-0.243 0.622-0.243 0.957 0 1.103 0.897 2 2 2 0.334 0 0.665-0.084 0.957-0.243 0.237-0.129 0.534-0.047 0.671 0.186 0.472 0.804 0.828 1.666 1.059 2.564 0.065 0.254-0.077 0.515-0.325 0.598-0.814 0.274-1.362 1.036-1.362 1.895s0.547 1.621 1.362 1.895c0.248 0.084 0.39 0.344 0.325 0.598-0.231 0.898-0.587 1.761-1.059 2.564-0.137 0.233-0.434 0.315-0.671 0.186-0.292-0.159-0.622-0.243-0.957-0.243-1.103 0-2 0.897-2 2 0 0.334 0.084 0.665 0.243 0.957 0.129 0.237 0.047 0.534-0.186 0.671-0.804 0.472-1.666 0.828-2.564 1.059-0.254 0.065-0.515-0.077-0.598-0.325-0.274-0.814-1.036-1.362-1.895-1.362s-1.621 0.547-1.895 1.362c-0.070 0.207-0.264 0.341-0.474 0.341zM10 17c1.127 0 2.142 0.628 2.655 1.602 0.52-0.161 1.026-0.369 1.51-0.622-0.108-0.314-0.164-0.646-0.164-0.98 0-1.654 1.346-3 3-3 0.334 0 0.666 0.056 0.98 0.164 0.253-0.484 0.462-0.989 0.622-1.51-0.974-0.512-1.602-1.527-1.602-2.655s0.628-2.142 1.602-2.655c-0.161-0.52-0.369-1.026-0.622-1.51-0.314 0.108-0.646 0.164-0.98 0.164-1.654 0-3-1.346-3-3 0-0.334 0.056-0.666 0.164-0.98-0.484-0.253-0.989-0.462-1.51-0.622-0.512 0.974-1.527 1.602-2.655 1.602s-2.142-0.628-2.655-1.602c-0.52 0.16-1.026 0.369-1.51 0.622 0.108 0.314 0.164 0.646 0.164 0.98 0 1.654-1.346 3-3 3-0.334 0-0.666-0.056-0.98-0.164-0.253 0.484-0.462 0.989-0.622 1.51 0.974 0.512 1.602 1.527 1.602 2.655s-0.628 2.142-1.602 2.655c0.16 0.52 0.369 1.026 0.622 1.51 0.314-0.108 0.646-0.164 0.98-0.164 1.654 0 3 1.346 3 3 0 0.334-0.056 0.666-0.164 0.98 0.484 0.253 0.989 0.462 1.51 0.622 0.512-0.974 1.527-1.602 2.655-1.602z\"/>\n<path class=\"path2\" d=\"M10 13c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 8c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-trash\" viewBox=\"0 0 20 20\">\n<title>trash</title>\n<path class=\"path1\" d=\"M15.5 2h-3.5v-0.5c0-0.827-0.673-1.5-1.5-1.5h-2c-0.827 0-1.5 0.673-1.5 1.5v0.5h-3.5c-0.827 0-1.5 0.673-1.5 1.5v1c0 0.652 0.418 1.208 1 1.414v12.586c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-12.586c0.582-0.206 1-0.762 1-1.414v-1c0-0.827-0.673-1.5-1.5-1.5zM8 1.5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v0.5h-3v-0.5zM14.5 19h-10c-0.276 0-0.5-0.224-0.5-0.5v-12.5h11v12.5c0 0.276-0.224 0.5-0.5 0.5zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-12c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n<path class=\"path2\" d=\"M12.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M9.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dice\" viewBox=\"0 0 20 20\">\n<title>dice</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M5.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M5.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M13.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M13.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path7\" d=\"M15.5 19h-12c-1.378 0-2.5-1.122-2.5-2.5v-12c0-1.378 1.122-2.5 2.5-2.5h12c1.378 0 2.5 1.122 2.5 2.5v12c0 1.378-1.122 2.5-2.5 2.5zM3.5 3c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.827 0.673 1.5 1.5 1.5h12c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart\" viewBox=\"0 0 20 20\">\n<title>heart</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.094-0.052-2.326-1.301-4.592-3.347-1.341-1.21-2.411-2.448-3.183-3.68-0.984-1.571-1.482-3.139-1.482-4.66 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.521-0.499 3.089-1.482 4.66-0.771 1.232-1.842 2.47-3.182 3.68-2.266 2.046-4.498 3.295-4.592 3.347-0.076 0.042-0.159 0.063-0.243 0.063zM5.25 3c-2.343 0-4.25 1.907-4.25 4.25 0 3.040 2.35 5.802 4.321 7.585 1.76 1.592 3.544 2.708 4.179 3.087 0.635-0.379 2.419-1.495 4.179-3.087 1.971-1.782 4.321-4.545 4.321-7.585 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star\" viewBox=\"0 0 20 20\">\n<title>star</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-5.261-2.869-5.261 2.869c-0.168 0.092-0.373 0.079-0.529-0.032s-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276s0.363 0.107 0.447 0.276l2.386 4.772 5.749 0.958c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-3.818 3.818 0.958 5.746c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093zM10 15c0.082 0 0.165 0.020 0.239 0.061l4.599 2.508-0.831-4.987c-0.027-0.159 0.025-0.322 0.14-0.436l3.313-3.313-5.042-0.84c-0.158-0.026-0.293-0.127-0.365-0.27l-2.053-4.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.075-0.041 0.157-0.061 0.239-0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-half\" viewBox=\"0 0 20 20\">\n<title>star-half</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.098 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path2\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path3\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path4\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path5\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.199 0.678s-0.436 0.332-0.678 0.199l-0.261-0.142-5.261 2.869c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-empty\" viewBox=\"0 0 20 20\">\n<title>star-empty</title>\n<path class=\"path1\" d=\"M5.499 8.333c-0.24 0-0.452-0.173-0.493-0.418-0.045-0.272 0.139-0.53 0.411-0.575l1.749-0.291 0.386-0.772c0.123-0.247 0.424-0.347 0.671-0.224s0.347 0.424 0.224 0.671l-0.5 1c-0.072 0.143-0.207 0.243-0.365 0.27l-2 0.333c-0.028 0.005-0.056 0.007-0.083 0.007z\"/>\n<path class=\"path2\" d=\"M2.5 10c-0.128 0-0.256-0.049-0.354-0.146l-1-1c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l2-0.333c0.273-0.045 0.53 0.139 0.575 0.411s-0.139 0.53-0.411 0.575l-1.042 0.174 0.313 0.313c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path4\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.099 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path5\" d=\"M5.334 14c-0.027 0-0.055-0.002-0.083-0.007-0.272-0.045-0.456-0.303-0.411-0.575l0.124-0.746-0.818-0.818c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1 1c0.114 0.114 0.166 0.276 0.14 0.436l-0.167 1c-0.041 0.245-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path6\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.5-3c0.045-0.272 0.303-0.456 0.575-0.411s0.456 0.303 0.411 0.575l-0.331 1.987 1.099-0.599c0.242-0.132 0.546-0.043 0.678 0.199s0.043 0.546-0.2 0.678l-2 1.091c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n<path class=\"path7\" d=\"M8.5 16.818c-0.177 0-0.349-0.094-0.439-0.261-0.132-0.242-0.043-0.546 0.2-0.678l1.5-0.818c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.2 0.678s-0.436 0.332-0.678 0.2l-0.261-0.142-1.261 0.688c-0.076 0.041-0.158 0.061-0.239 0.061z\"/>\n<path class=\"path8\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path9\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path10\" d=\"M9 5c-0.075 0-0.151-0.017-0.223-0.053-0.247-0.123-0.347-0.424-0.224-0.671l1-2c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-0.553 1.106c-0.088 0.175-0.264 0.277-0.448 0.277z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-flag\" viewBox=\"0 0 20 20\">\n<title>flag</title>\n<path class=\"path1\" d=\"M1.5 19c-0.276 0-0.5-0.224-0.5-0.5v-15c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M3.5 10c-0.104 0-0.21-0.033-0.3-0.1-0.221-0.166-0.266-0.479-0.1-0.7 0.067-0.090 1.676-2.2 3.9-2.2 1.694 0 2.813 0.599 3.801 1.127 0.875 0.468 1.631 0.873 2.699 0.873 2.192 0 3.758-2.080 4.65-3.718-0.698 0.397-1.59 0.718-2.65 0.718-2.207 0-3.347-1.14-4.354-2.146-0.995-0.995-1.854-1.854-3.646-1.854-2.224 0-3.587 1.782-3.6 1.8-0.166 0.221-0.479 0.266-0.7 0.1s-0.266-0.479-0.1-0.7c0.067-0.090 1.681-2.2 4.4-2.2 2.207 0 3.347 1.14 4.354 2.146 0.995 0.995 1.854 1.854 3.646 1.854 2.224 0 3.587-1.782 3.6-1.8 0.147-0.196 0.415-0.257 0.632-0.143s0.32 0.368 0.242 0.601c-0.021 0.064-0.533 1.581-1.558 3.119-0.612 0.918-1.282 1.653-1.991 2.185-0.918 0.688-1.902 1.037-2.925 1.037-1.318 0-2.26-0.504-3.171-0.991-0.97-0.519-1.886-1.009-3.329-1.009-1.73 0-3.087 1.782-3.1 1.8-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-envelope\" viewBox=\"0 0 20 20\">\n<title>envelope</title>\n<path class=\"path1\" d=\"M17.5 6h-16c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h16c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM17.5 7c0.030 0 0.058 0.003 0.087 0.008l-7.532 5.021c-0.29 0.193-0.819 0.193-1.109 0l-7.532-5.021c0.028-0.005 0.057-0.008 0.087-0.008h16zM17.5 17h-16c-0.276 0-0.5-0.224-0.5-0.5v-8.566l7.391 4.927c0.311 0.207 0.71 0.311 1.109 0.311s0.798-0.104 1.109-0.311l7.391-4.927v8.566c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paperclip\" viewBox=\"0 0 20 20\">\n<title>paperclip</title>\n<path class=\"path1\" d=\"M9.5 20c-2.481 0-4.5-2.019-4.5-4.5v-12c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v11c0 1.378-1.122 2.5-2.5 2.5s-2.5-1.122-2.5-2.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827 0.673 1.5 1.5 1.5s1.5-0.673 1.5-1.5v-11c0-1.378-1.122-2.5-2.5-2.5s-2.5 1.122-2.5 2.5v12c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7c0 2.481-2.019 4.5-4.5 4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-inbox\" viewBox=\"0 0 20 20\">\n<title>inbox</title>\n<path class=\"path1\" d=\"M19.557 10.383l-2.698-6.168c-0.298-0.682-1.115-1.216-1.859-1.216h-10c-0.744 0-1.561 0.534-1.859 1.216l-2.698 6.168c-0.248 0.568-0.443 1.497-0.443 2.117v4c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.619-0.194-1.549-0.443-2.117zM4.057 4.617c0.141-0.323 0.591-0.617 0.943-0.617h10c0.352 0 0.802 0.294 0.943 0.617l2.698 6.168c0.030 0.069 0.060 0.148 0.089 0.233-0.075-0.012-0.152-0.018-0.23-0.018h-6c-0.276 0-0.5 0.224-0.5 0.5v0.5c0 1.103-0.897 2-2 2s-2-0.897-2-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-6c-0.078 0-0.155 0.006-0.23 0.018 0.029-0.085 0.058-0.164 0.089-0.233l2.698-6.168zM19 16.5c0 0.276-0.224 0.5-0.5 0.5h-17c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5h5.5c0 1.654 1.346 3 3 3s3-1.346 3-3h5.5c0.276 0 0.5 0.224 0.5 0.5v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-eye\" viewBox=\"0 0 20 20\">\n<title>eye</title>\n<path class=\"path1\" d=\"M19.872 10.166c-0.047-0.053-1.182-1.305-2.956-2.572-1.047-0.748-2.1-1.344-3.13-1.773-1.305-0.544-2.579-0.82-3.786-0.82s-2.481 0.276-3.786 0.82c-1.030 0.429-2.083 1.026-3.13 1.773-1.774 1.267-2.909 2.52-2.956 2.572-0.171 0.19-0.171 0.479 0 0.669 0.047 0.053 1.182 1.305 2.956 2.572 1.047 0.748 2.1 1.344 3.13 1.773 1.305 0.544 2.579 0.82 3.786 0.82s2.481-0.276 3.786-0.82c1.030-0.429 2.083-1.026 3.13-1.773 1.774-1.267 2.909-2.52 2.956-2.572 0.171-0.19 0.171-0.479 0-0.669zM12.574 6.438c0.907 0.763 1.426 1.873 1.426 3.062 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.188 0.519-2.299 1.426-3.062 0.822-0.268 1.691-0.438 2.574-0.438s1.752 0.17 2.574 0.438zM16.317 12.606c-1.533 1.092-3.873 2.394-6.317 2.394s-4.784-1.302-6.317-2.394c-1.157-0.824-2.042-1.658-2.489-2.106 0.447-0.448 1.332-1.281 2.489-2.106 0.53-0.378 1.156-0.78 1.85-1.145-0.347 0.688-0.533 1.455-0.533 2.251 0 2.757 2.243 5 5 5s5-2.243 5-5c0-0.796-0.186-1.563-0.533-2.251 0.694 0.365 1.32 0.768 1.85 1.145 1.157 0.824 2.042 1.658 2.489 2.106-0.447 0.448-1.332 1.281-2.489 2.106z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-printer\" viewBox=\"0 0 20 20\">\n<title>printer</title>\n<path class=\"path1\" d=\"M18.5 4h-1.5v-2.5c0-0.827-0.673-1.5-1.5-1.5h-11c-0.827 0-1.5 0.673-1.5 1.5v2.5h-1.5c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h1.5v2.5c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-2.5h1.5c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM4 1.5c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v2.5h-12v-2.5zM15.5 19h-11c-0.276 0-0.5-0.224-0.5-0.5v-6.5h12v6.5c0 0.276-0.224 0.5-0.5 0.5zM19 14.5c0 0.276-0.224 0.5-0.5 0.5h-1.5v-3h0.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5v3h-1.5c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h17c0.276 0 0.5 0.224 0.5 0.5v9z\"/>\n<path class=\"path2\" d=\"M14.5 14h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 16h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 9c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM16.5 7c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-empty\" viewBox=\"0 0 20 20\">\n<title>file-empty</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-add\" viewBox=\"0 0 20 20\">\n<title>file-add</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM16.5 19h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 13h-2.5v-2.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.5h-2.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h2.5v2.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-2.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter\" viewBox=\"0 0 20 20\">\n<title>enter</title>\n<path class=\"path1\" d=\"M17.5 2h-9c-0.827 0-1.5 0.673-1.5 1.5v3c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h7.564l-3.842 1.647c-0.685 0.294-1.222 1.108-1.222 1.853v9.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5h2.5v1.5c0 0.433 0.18 0.801 0.495 1.008 0.174 0.114 0.376 0.172 0.589 0.172 0.173 0 0.354-0.038 0.532-0.114l5.162-2.212c0.685-0.294 1.222-1.108 1.222-1.854v-12c0-0.827-0.673-1.5-1.5-1.5zM18 15.5c0 0.351-0.294 0.796-0.616 0.934l-5.162 2.212c-0.096 0.041-0.159 0.038-0.177 0.027s-0.045-0.069-0.045-0.173v-12c0-0.351 0.294-0.796 0.616-0.934l5.333-2.286c0.033 0.066 0.051 0.141 0.051 0.22v12z\"/>\n<path class=\"path2\" d=\"M8.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit\" viewBox=\"0 0 20 20\">\n<title>exit</title>\n<path class=\"path1\" d=\"M11.5 8c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.827-0.673-1.5-1.5-1.5h-9c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.746 0.537 1.56 1.222 1.853l5.162 2.212c0.178 0.076 0.359 0.114 0.532 0.114 0.213-0 0.416-0.058 0.589-0.172 0.314-0.207 0.495-0.575 0.495-1.008v-1.5h2.5c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5h-2.5v-9.5c0-0.746-0.537-1.56-1.222-1.853l-3.842-1.647h7.564c0.276 0 0.5 0.224 0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5zM6.384 5.566c0.322 0.138 0.616 0.584 0.616 0.934v12c0 0.104-0.028 0.162-0.045 0.173s-0.081 0.014-0.177-0.027l-5.162-2.212c-0.322-0.138-0.616-0.583-0.616-0.934v-12c0-0.079 0.018-0.153 0.051-0.22l5.333 2.286z\"/>\n<path class=\"path2\" d=\"M18.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-graduation-hat\" viewBox=\"0 0 20 20\">\n<title>graduation-hat</title>\n<path class=\"path1\" d=\"M18.658 7.026l-9-3c-0.103-0.034-0.214-0.034-0.316 0l-9 3c-0.204 0.068-0.342 0.259-0.342 0.474s0.138 0.406 0.342 0.474l2.658 0.886v2.64c0 0.133 0.053 0.26 0.146 0.354 0.088 0.088 2.194 2.146 6.354 2.146 1.513 0 2.924-0.272 4.195-0.809 0.254-0.107 0.373-0.401 0.266-0.655s-0.401-0.373-0.655-0.266c-1.147 0.485-2.427 0.73-3.805 0.73-1.945 0-3.376-0.504-4.234-0.926-0.635-0.313-1.060-0.629-1.266-0.799v-2.081l5.342 1.781c0.051 0.017 0.105 0.026 0.158 0.026s0.107-0.009 0.158-0.026l5.342-1.781v0.892c-0.582 0.206-1 0.762-1 1.414 0 0.611 0.367 1.137 0.892 1.371l-0.877 3.508c-0.037 0.149-0.004 0.308 0.091 0.429s0.24 0.192 0.394 0.192h2c0.154 0 0.299-0.071 0.394-0.192s0.128-0.28 0.091-0.429l-0.877-3.508c0.525-0.234 0.892-0.76 0.892-1.371 0-0.652-0.418-1.208-1-1.414v-1.226l2.658-0.886c0.204-0.068 0.342-0.259 0.342-0.474s-0.138-0.406-0.342-0.474zM15.5 11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5-0.5-0.224-0.5-0.5 0.224-0.5 0.5-0.5zM15.14 16l0.36-1.438 0.36 1.438h-0.719zM15.46 7.986l-5.877-0.98c-0.273-0.045-0.53 0.139-0.575 0.411s0.139 0.53 0.411 0.575l4.014 0.669-3.932 1.311-7.419-2.473 7.419-2.473 7.419 2.473-1.459 0.486z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-license\" viewBox=\"0 0 20 20\">\n<title>license</title>\n<path class=\"path1\" d=\"M18.5 18h-17c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v13c0 0.827-0.673 1.5-1.5 1.5zM1.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-13c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M9.5 6h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 9h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M9.5 11h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M9.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M8.5 15h-5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M17.943 6.544l-0.813-0.591-0.311-0.956h-1.005l-0.813-0.591-0.813 0.591h-1.005l-0.311 0.956-0.813 0.591 0.311 0.956-0.311 0.956 0.813 0.591 0.132 0.406c-0.002 0.016-0.002 0.031-0.002 0.047v5c0 0.202 0.122 0.385 0.309 0.462s0.402 0.035 0.545-0.108l1.146-1.146 1.146 1.146c0.096 0.096 0.223 0.147 0.354 0.146 0.064 0 0.129-0.012 0.191-0.038 0.187-0.077 0.309-0.26 0.309-0.462v-5c0-0.016-0.001-0.032-0.002-0.047l0.132-0.406 0.813-0.591-0.311-0.956 0.311-0.956zM13.233 6.926l0.488-0.355 0.187-0.574h0.604l0.488-0.355 0.488 0.355h0.604l0.187 0.574 0.488 0.355-0.187 0.574 0.187 0.574-0.488 0.355-0.187 0.574h-0.604l-0.488 0.355-0.488-0.355h-0.604l-0.187-0.574-0.488-0.355 0.187-0.574-0.187-0.574zM15.354 12.646c-0.195-0.195-0.512-0.195-0.707 0l-0.646 0.646v-3.29h0.187l0.813 0.591 0.813-0.591h0.187v3.29l-0.646-0.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-music-note\" viewBox=\"0 0 20 20\">\n<title>music-note</title>\n<path class=\"path1\" d=\"M19.82 1.116c-0.114-0.095-0.264-0.135-0.41-0.108l-11 2c-0.238 0.043-0.411 0.25-0.411 0.492v11.399c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-10.084l10-1.847v8.33c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-13c0-0.148-0.066-0.289-0.18-0.384zM4.5 18c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5 3.5 0.792 3.5 1.5-1.497 1.5-3.5 1.5zM9 5.399v-1.482l10-1.818v1.453l-10 1.847zM15.5 16c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5c2.003 0 3.5 0.792 3.5 1.5s-1.497 1.5-3.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-film-play\" viewBox=\"0 0 20 20\">\n<title>film-play</title>\n<path class=\"path1\" d=\"M7.5 15c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-9c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l6 4.5c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-6 4.5c-0.088 0.066-0.194 0.1-0.3 0.1zM8 6.5v7l4.667-3.5-4.667-3.5z\"/>\n<path class=\"path2\" d=\"M19.5 2h-19c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276 0.224 0.5 0.5 0.5h19c0.276 0 0.5-0.224 0.5-0.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3 11h-2v-2h2v2zM3 8h-2v-2h2v2zM1 12h2v2h-2v-2zM4 3h12v14h-12v-14zM17 9h2v2h-2v-2zM17 8v-2h2v2h-2zM17 12h2v2h-2v-2zM19 5h-2v-2h2v2zM3 3v2h-2v-2h2zM1 15h2v2h-2v-2zM17 17v-2h2v2h-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera-video\" viewBox=\"0 0 20 20\">\n<title>camera-video</title>\n<path class=\"path1\" d=\"M19.131 17.053c-0 0-0 0-0 0-0.242-0-0.485-0.097-0.724-0.288l-3.438-2.751c-0.552-0.442-0.969-1.308-0.969-2.015v-3c0-0.707 0.416-1.573 0.969-2.015l3.438-2.751c0.239-0.191 0.482-0.288 0.724-0.288 0.433-0 0.869 0.326 0.869 1.053v11c0 0.278-0.064 0.512-0.19 0.694-0.157 0.228-0.405 0.359-0.679 0.359zM19 5.040l-3.407 2.725c-0.31 0.248-0.593 0.837-0.593 1.234v3c0 0.398 0.283 0.986 0.593 1.234l3.407 2.725v-10.919z\"/>\n<path class=\"path2\" d=\"M11.5 17h-10c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h10c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera\" viewBox=\"0 0 20 20\">\n<title>camera</title>\n<path class=\"path1\" d=\"M9.5 15c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5c2.481 0 4.5 2.019 4.5 4.5s-2.019 4.5-4.5 4.5zM9.5 7c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5z\"/>\n<path class=\"path2\" d=\"M17.5 18h-16c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h1.5c0.415 0 1.060-0.267 1.354-0.561l0.586-0.586c0.487-0.487 1.373-0.854 2.061-0.854h5c0.688 0 1.574 0.367 2.061 0.854l0.586 0.586c0.293 0.293 0.939 0.561 1.354 0.561h1.5c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-1.5c-0.688 0-1.574-0.367-2.061-0.854l-0.586-0.586c-0.293-0.293-0.939-0.561-1.354-0.561h-5c-0.415 0-1.060 0.267-1.354 0.561l-0.586 0.586c-0.487 0.487-1.372 0.854-2.061 0.854h-1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-picture\" viewBox=\"0 0 20 20\">\n<title>picture</title>\n<path class=\"path1\" d=\"M18.5 20h-17c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM1.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M13 9c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM13 6c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.5 2h-15c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-12c0-0.276-0.224-0.5-0.5-0.5zM3 11.69l3.209-3.611c0.082-0.092 0.189-0.144 0.302-0.145s0.221 0.048 0.305 0.138l5.533 5.928h-9.349v-2.31zM17 14h-3.283l-6.169-6.61c-0.279-0.299-0.651-0.461-1.049-0.456s-0.766 0.176-1.037 0.481l-2.462 2.77v-7.185h14v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-book\" viewBox=\"0 0 20 20\">\n<title>book</title>\n<path class=\"path1\" d=\"M14.5 18h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M16.5 3c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5h-11c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5h9c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-10c-0.827 0-1.5 0.673-1.5 1.5v15c0 1.378 1.122 2.5 2.5 2.5h11c0.827 0 1.5-0.673 1.5-1.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3.5 2h10c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5h-9c-0.562 0-1.082 0.187-1.5 0.501v-13.001c0-0.276 0.224-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bookmark\" viewBox=\"0 0 20 20\">\n<title>bookmark</title>\n<path class=\"path1\" d=\"M15.5 20c-0.143 0-0.283-0.062-0.38-0.175l-5.62-6.557-5.62 6.557c-0.136 0.159-0.357 0.216-0.553 0.144s-0.327-0.26-0.327-0.469v-18c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v18c0 0.209-0.13 0.396-0.327 0.469-0.057 0.021-0.115 0.031-0.173 0.031zM9.5 12c0.146 0 0.285 0.064 0.38 0.175l5.12 5.974v-16.148h-11v16.148l5.12-5.974c0.095-0.111 0.234-0.175 0.38-0.175z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-user\" viewBox=\"0 0 20 20\">\n<title>user</title>\n<path class=\"path1\" d=\"M9.5 11c-3.033 0-5.5-2.467-5.5-5.5s2.467-5.5 5.5-5.5 5.5 2.467 5.5 5.5-2.467 5.5-5.5 5.5zM9.5 1c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5c2.481 0 4.5-2.019 4.5-4.5s-2.019-4.5-4.5-4.5z\"/>\n<path class=\"path2\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5 0-0.068 0.014-1.685 1.225-3.3 0.705-0.94 1.67-1.687 2.869-2.219 1.464-0.651 3.283-0.981 5.406-0.981s3.942 0.33 5.406 0.981c1.199 0.533 2.164 1.279 2.869 2.219 1.211 1.615 1.225 3.232 1.225 3.3 0 0.827-0.673 1.5-1.5 1.5zM9.5 13c-3.487 0-6.060 0.953-7.441 2.756-1.035 1.351-1.058 2.732-1.059 2.746 0 0.274 0.224 0.498 0.5 0.498h16c0.276 0 0.5-0.224 0.5-0.5-0-0.012-0.023-1.393-1.059-2.744-1.382-1.803-3.955-2.756-7.441-2.756z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-users\" viewBox=\"0 0 20 20\">\n<title>users</title>\n<path class=\"path1\" d=\"M18.5 18h-11c-0.827 0-1.5-0.673-1.5-1.5 0-0.048 0.011-1.19 0.924-2.315 0.525-0.646 1.241-1.158 2.128-1.522 1.071-0.44 2.4-0.662 3.948-0.662s2.876 0.223 3.948 0.662c0.887 0.364 1.603 0.876 2.128 1.522 0.914 1.125 0.924 2.267 0.924 2.315 0 0.827-0.673 1.5-1.5 1.5zM7 16.503c0.001 0.275 0.225 0.497 0.5 0.497h11c0.275 0 0.499-0.223 0.5-0.497-0.001-0.035-0.032-0.895-0.739-1.734-0.974-1.157-2.793-1.768-5.261-1.768s-4.287 0.612-5.261 1.768c-0.707 0.84-0.738 1.699-0.739 1.734z\"/>\n<path class=\"path2\" d=\"M13 11c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4c0 2.206-1.794 4-4 4zM13 4c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path3\" d=\"M4.5 18h-3c-0.827 0-1.5-0.673-1.5-1.5 0-0.037 0.008-0.927 0.663-1.8 0.378-0.505 0.894-0.904 1.533-1.188 0.764-0.34 1.708-0.512 2.805-0.512 0.179 0 0.356 0.005 0.527 0.014 0.276 0.015 0.487 0.25 0.473 0.526s-0.25 0.488-0.526 0.473c-0.153-0.008-0.312-0.012-0.473-0.012-3.894 0-3.997 2.379-4 2.503 0.001 0.274 0.225 0.497 0.5 0.497h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M5 12c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM5 7c-1.103 0-2 0.897-2 2s0.897 2 2 2 2-0.897 2-2c0-1.103-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-shirt\" viewBox=\"0 0 20 20\">\n<title>shirt</title>\n<path class=\"path1\" d=\"M13.5 19h-8c-0.827 0-1.5-0.673-1.5-1.5v-9.306l-2.342 0.781c-0.262 0.087-0.545-0.054-0.632-0.316l-1-3c-0.079-0.236 0.028-0.494 0.251-0.605l6-3c0.155-0.077 0.339-0.069 0.486 0.022s0.237 0.252 0.237 0.425c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.173 0.090-0.334 0.237-0.425s0.331-0.099 0.486-0.022l6 3c0.223 0.111 0.329 0.369 0.251 0.605l-1 3c-0.087 0.262-0.37 0.404-0.632 0.316l-2.342-0.781v9.306c0 0.827-0.673 1.5-1.5 1.5zM4.5 7c0.104 0 0.206 0.032 0.292 0.094 0.13 0.094 0.208 0.245 0.208 0.406v10c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.161 0.077-0.312 0.208-0.406s0.298-0.12 0.45-0.069l2.526 0.842 0.705-2.114-4.973-2.487c-0.351 1.562-1.749 2.733-3.415 2.733s-3.065-1.171-3.415-2.733l-4.973 2.487 0.705 2.114 2.526-0.842c0.052-0.017 0.105-0.026 0.158-0.026z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-store\" viewBox=\"0 0 20 20\">\n<title>store</title>\n<path class=\"path1\" d=\"M18 9.5v-1c0-0.078-0.018-0.154-0.053-0.224l-2-4c-0.085-0.169-0.258-0.276-0.447-0.276h-12c-0.189 0-0.363 0.107-0.447 0.276l-2 4c-0.035 0.069-0.053 0.146-0.053 0.224v1c0 0.816 0.393 1.542 1 1.999v6.501h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6.501c0.607-0.457 1-1.182 1-1.999zM11.5 11c-0.827 0-1.5-0.673-1.5-1.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5zM2 9.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5zM9 5v3h-2.86l0.75-3h2.11zM12.11 5l0.75 3h-2.86v-3h2.11zM6 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM14 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM16.691 8h-2.801l-0.75-3h2.051l1.5 3zM3.809 5h2.051l-0.75 3h-2.801l1.5-3zM3 11.95c0.162 0.033 0.329 0.050 0.5 0.050 0.817 0 1.544-0.394 2-1.002 0.456 0.608 1.183 1.002 2 1.002s1.544-0.394 2-1.002c0.361 0.48 0.89 0.827 1.5 0.951v6.050h-8v-6.050zM16 18h-4v-6.050c0.61-0.124 1.139-0.471 1.5-0.951 0.456 0.608 1.183 1.002 2 1.002 0.171 0 0.338-0.017 0.5-0.050v6.050z\"/>\n<path class=\"path2\" d=\"M14 14.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M5.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3-3c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path5\" d=\"M8.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cart\" viewBox=\"0 0 20 20\">\n<title>cart</title>\n<path class=\"path1\" d=\"M8 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM8 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path2\" d=\"M15 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM15 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.539 4.467c-0.251-0.297-0.63-0.467-1.039-0.467h-12.243l-0.099-0.596c-0.131-0.787-0.859-1.404-1.658-1.404h-1c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1c0.307 0 0.621 0.266 0.671 0.569l1.671 10.027c0.131 0.787 0.859 1.404 1.658 1.404h10c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-10c-0.307 0-0.621-0.266-0.671-0.569l-0.247-1.48 9.965-0.867c0.775-0.067 1.483-0.721 1.611-1.489l0.671-4.027c0.067-0.404-0.038-0.806-0.289-1.102zM16.842 5.404l-0.671 4.027c-0.053 0.316-0.391 0.629-0.711 0.657l-10.043 0.873-0.994-5.962h12.076c0.117 0 0.215 0.040 0.276 0.113s0.085 0.176 0.066 0.291z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tag\" viewBox=\"0 0 20 20\">\n<title>tag</title>\n<path class=\"path1\" d=\"M7.5 19.085c-0.401 0-0.778-0.156-1.061-0.438l-5.086-5.086c-0.283-0.283-0.438-0.659-0.438-1.061s0.156-0.778 0.438-1.061l8.586-8.586c0.487-0.487 1.372-0.854 2.061-0.854h4.5c0.827 0 1.5 0.673 1.5 1.5v4.5c0 0.688-0.367 1.574-0.853 2.061l-8.586 8.586c-0.283 0.283-0.659 0.438-1.061 0.438zM12 3c-0.415 0-1.060 0.267-1.353 0.561l-8.586 8.586c-0.094 0.094-0.145 0.219-0.145 0.354s0.052 0.26 0.145 0.353l5.086 5.086c0.094 0.094 0.219 0.145 0.354 0.145s0.26-0.052 0.354-0.145l8.586-8.586c0.293-0.293 0.561-0.939 0.561-1.354v-4.5c0-0.276-0.224-0.5-0.5-0.5h-4.5z\"/>\n<path class=\"path2\" d=\"M14.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone-handset\" viewBox=\"0 0 20 20\">\n<title>phone-handset</title>\n<path class=\"path1\" d=\"M16 20c-1.771 0-3.655-0.502-5.6-1.492-1.793-0.913-3.564-2.22-5.122-3.78s-2.863-3.333-3.775-5.127c-0.988-1.946-1.49-3.83-1.49-5.601 0-1.148 1.070-2.257 1.529-2.68 0.661-0.609 1.701-1.32 2.457-1.32 0.376 0 0.816 0.246 1.387 0.774 0.425 0.394 0.904 0.928 1.383 1.544 0.289 0.372 1.73 2.271 1.73 3.182 0 0.747-0.845 1.267-1.739 1.816-0.346 0.212-0.703 0.432-0.961 0.639-0.276 0.221-0.325 0.338-0.333 0.364 0.949 2.366 3.85 5.267 6.215 6.215 0.021-0.007 0.138-0.053 0.363-0.333 0.207-0.258 0.427-0.616 0.639-0.961 0.55-0.894 1.069-1.739 1.816-1.739 0.911 0 2.81 1.441 3.182 1.73 0.616 0.479 1.15 0.958 1.544 1.383 0.528 0.57 0.774 1.011 0.774 1.387 0 0.756-0.711 1.799-1.319 2.463-0.424 0.462-1.533 1.537-2.681 1.537zM3.994 1c-0.268 0.005-0.989 0.333-1.773 1.055-0.744 0.686-1.207 1.431-1.207 1.945 0 6.729 8.264 15 14.986 15 0.513 0 1.258-0.465 1.944-1.213 0.723-0.788 1.051-1.512 1.056-1.781-0.032-0.19-0.558-0.929-1.997-2.037-1.237-0.952-2.24-1.463-2.498-1.469-0.018 0.005-0.13 0.048-0.357 0.336-0.197 0.251-0.408 0.594-0.613 0.926-0.56 0.911-1.089 1.772-1.858 1.772-0.124 0-0.246-0.024-0.363-0.071-2.625-1.050-5.729-4.154-6.779-6.779-0.126-0.315-0.146-0.809 0.474-1.371 0.33-0.299 0.786-0.579 1.228-0.851 0.332-0.204 0.676-0.415 0.926-0.613 0.288-0.227 0.331-0.339 0.336-0.357-0.007-0.258-0.517-1.261-1.469-2.498-1.108-1.439-1.847-1.964-2.037-1.997z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone\" viewBox=\"0 0 20 20\">\n<title>phone</title>\n<path class=\"path1\" d=\"M17.894 8.897c-1.041 0-2.928-0.375-3.516-0.963-0.361-0.361-0.446-0.813-0.515-1.177-0.085-0.448-0.136-0.581-0.332-0.666-0.902-0.388-2.196-0.61-3.551-0.61-1.34 0-2.62 0.219-3.512 0.6-0.194 0.083-0.244 0.216-0.327 0.663-0.068 0.365-0.152 0.819-0.512 1.179-0.328 0.328-1.015 0.554-1.533 0.685-0.668 0.169-1.384 0.267-1.963 0.267-0.664 0-1.113-0.126-1.372-0.386-0.391-0.391-0.641-0.926-0.685-1.467-0.037-0.456 0.051-1.132 0.68-1.762 1.022-1.022 2.396-1.819 4.086-2.368 1.554-0.506 3.322-0.773 5.114-0.773 1.804 0 3.587 0.27 5.156 0.782 1.705 0.556 3.093 1.361 4.124 2.393 1.050 1.050 0.79 2.443 0.012 3.221-0.257 0.257-0.7 0.382-1.354 0.382zM9.98 4.481c1.507 0 2.908 0.246 3.946 0.691 0.713 0.306 0.833 0.938 0.92 1.398 0.052 0.275 0.097 0.513 0.24 0.656 0.252 0.252 1.706 0.671 2.809 0.671 0.481 0 0.633-0.082 0.652-0.094 0.31-0.314 0.698-1.086-0.017-1.802-1.805-1.805-5.010-2.882-8.574-2.882-3.535 0-6.709 1.065-8.493 2.848-0.288 0.288-0.42 0.616-0.391 0.974 0.025 0.302 0.17 0.614 0.39 0.836 0.019 0.012 0.173 0.098 0.67 0.098 1.098 0 2.541-0.411 2.789-0.659 0.141-0.141 0.185-0.379 0.236-0.654 0.086-0.462 0.203-1.095 0.917-1.4 1.026-0.439 2.413-0.68 3.905-0.68z\"/>\n<path class=\"path2\" d=\"M16.5 18h-13c-0.671 0-1.29-0.264-1.743-0.743s-0.682-1.112-0.645-1.782c0.004-0.077 0.118-1.901 1.27-3.739 0.682-1.088 1.586-1.955 2.686-2.577 1.361-0.769 3.020-1.159 4.932-1.159s3.571 0.39 4.932 1.159c1.101 0.622 2.005 1.489 2.686 2.577 1.152 1.839 1.266 3.663 1.27 3.739 0.037 0.67-0.192 1.303-0.645 1.782s-1.072 0.743-1.743 0.743zM10 9c-3.117 0-5.388 1.088-6.749 3.233-1.030 1.623-1.139 3.282-1.14 3.299-0.022 0.392 0.111 0.761 0.373 1.038s0.623 0.43 1.017 0.43h13c0.393 0 0.754-0.153 1.017-0.43s0.395-0.646 0.373-1.039c-0.001-0.016-0.111-1.675-1.14-3.298-1.362-2.145-3.633-3.233-6.749-3.233z\"/>\n<path class=\"path3\" d=\"M10 16c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 11c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pushpin\" viewBox=\"0 0 20 20\">\n<title>pushpin</title>\n<path class=\"path1\" d=\"M18 6.793l-5.293-5.293c-0.188-0.188-0.44-0.292-0.707-0.292s-0.519 0.104-0.707 0.292l-0.293 0.293c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-2.793 2.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-0.293 0.293c-0.39 0.39-0.39 1.024 0 1.414l1.553 1.553-4.95 6.435c-0.153 0.199-0.135 0.481 0.043 0.658 0.097 0.097 0.225 0.146 0.354 0.146 0.107 0 0.214-0.034 0.305-0.104l6.435-4.95 1.553 1.553c0.188 0.188 0.44 0.292 0.707 0.292s0.519-0.104 0.707-0.292l0.293-0.293c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l2.793-2.793c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l0.293-0.293c0.188-0.188 0.292-0.44 0.292-0.707s-0.104-0.519-0.292-0.707zM4.234 15.266l2.533-3.293 0.76 0.76-3.293 2.533zM17 7.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-2.793 2.793c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-0.292 0.292c-0 0-0.001 0-0.001 0v0.001l-5.293-5.293 0.293-0.293c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l2.793-2.793c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l0.293-0.293 5.293 5.293-0.293 0.293z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map-marker\" viewBox=\"0 0 20 20\">\n<title>map-marker</title>\n<path class=\"path1\" d=\"M10 20c-0.153 0-0.298-0.070-0.393-0.191-0.057-0.073-1.418-1.814-2.797-4.385-0.812-1.513-1.46-2.999-1.925-4.416-0.587-1.787-0.884-3.472-0.884-5.008 0-3.308 2.692-6 6-6s6 2.692 6 6c0 1.536-0.298 3.22-0.884 5.008-0.465 1.417-1.113 2.903-1.925 4.416-1.38 2.571-2.74 4.312-2.797 4.385-0.095 0.121-0.24 0.191-0.393 0.191zM10 1c-2.757 0-5 2.243-5 5 0 3.254 1.463 6.664 2.691 8.951 0.902 1.681 1.809 3.014 2.309 3.71 0.502-0.699 1.415-2.040 2.318-3.726 1.223-2.283 2.682-5.687 2.682-8.935 0-2.757-2.243-5-5-5z\"/>\n<path class=\"path2\" d=\"M10 9c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 4c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map\" viewBox=\"0 0 20 20\">\n<title>map</title>\n<path class=\"path1\" d=\"M18.763 1.075c-0.147-0.091-0.331-0.099-0.486-0.022l-5.776 2.888-5.776-2.888c-0.141-0.070-0.306-0.070-0.447 0l-6 3c-0.169 0.085-0.276 0.258-0.276 0.447v15c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l5.776-2.888 5.776 2.888c0.141 0.070 0.307 0.070 0.447 0l6-3c0.169-0.085 0.276-0.258 0.276-0.447v-15c-0-0.173-0.090-0.334-0.237-0.425zM6 16.191l-5 2.5v-13.882l5-2.5v13.882zM7 2.309l5 2.5v13.882l-5-2.5v-13.882zM18 16.191l-5 2.5v-13.882l5-2.5v13.882z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-location\" viewBox=\"0 0 20 20\">\n<title>location</title>\n<path class=\"path1\" d=\"M8.5 20c-0.043 0-0.087-0.006-0.13-0.017-0.218-0.059-0.37-0.257-0.37-0.483v-7.5h-7.5c-0.226 0-0.424-0.152-0.483-0.37s0.037-0.449 0.232-0.562l19-11c0.196-0.113 0.444-0.081 0.604 0.079s0.193 0.408 0.079 0.604l-11 19c-0.091 0.157-0.258 0.249-0.433 0.249zM2.362 11h6.138c0.276 0 0.5 0.224 0.5 0.5v6.138l9.128-15.766-15.766 9.128z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-calendar-full\" viewBox=\"0 0 20 20\">\n<title>calendar-full</title>\n<path class=\"path1\" d=\"M18.5 2h-2.5v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-10v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-2.5c-0.827 0-1.5 0.673-1.5 1.5v14c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-14c0-0.827-0.673-1.5-1.5-1.5zM1.5 3h2.5v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h10v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h2.5c0.276 0 0.5 0.224 0.5 0.5v2.5h-18v-2.5c0-0.276 0.224-0.5 0.5-0.5zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-10.5h18v10.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M7.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M10.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M7.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M10.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M13.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M16.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path11\" d=\"M4.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path12\" d=\"M7.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path13\" d=\"M10.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path14\" d=\"M13.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path15\" d=\"M16.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path16\" d=\"M4.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path17\" d=\"M7.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path18\" d=\"M10.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path19\" d=\"M13.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path20\" d=\"M16.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-keyboard\" viewBox=\"0 0 20 20\">\n<title>keyboard</title>\n<path class=\"path1\" d=\"M17.5 16h-16c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M3.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M16.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M4.5 10h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M3.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M11.5 14h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M14.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M16.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.5v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M5.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M6 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path11\" d=\"M8 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path12\" d=\"M10 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path13\" d=\"M12 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path14\" d=\"M14 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path15\" d=\"M7 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path16\" d=\"M9 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path17\" d=\"M11 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path18\" d=\"M13 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path19\" d=\"M15 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path20\" d=\"M8 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path21\" d=\"M10 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path22\" d=\"M12 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-spell-check\" viewBox=\"0 0 20 20\">\n<title>spell-check</title>\n<path class=\"path1\" d=\"M4.5 14c-0.276 0-0.5 0.224-0.5 0.5v0.001c-0.418-0.315-0.938-0.501-1.5-0.501-1.378 0-2.5 1.122-2.5 2.5s1.122 2.5 2.5 2.5c0.562 0 1.082-0.187 1.5-0.501v0.001c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM2.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M8.5 14c-0.562 0-1.082 0.187-1.5 0.501v-4.001c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.001c0.418 0.315 0.938 0.501 1.5 0.501 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5zM8.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M14.5 19c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5c0.439 0 0.872 0.116 1.25 0.335 0.239 0.138 0.321 0.444 0.183 0.683s-0.444 0.321-0.683 0.183c-0.227-0.131-0.486-0.2-0.75-0.2-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5c0.264 0 0.523-0.069 0.75-0.2 0.239-0.138 0.545-0.057 0.683 0.182s0.057 0.545-0.182 0.683c-0.379 0.219-0.811 0.335-1.25 0.335z\"/>\n<path class=\"path4\" d=\"M11.5 10.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-screen\" viewBox=\"0 0 20 20\">\n<title>screen</title>\n<path class=\"path1\" d=\"M17.5 2h-16c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h7.5v2h-3.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-2h7.5c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5zM18 13.5c0 0.276-0.224 0.5-0.5 0.5h-16c-0.276 0-0.5-0.224-0.5-0.5v-10c0-0.276 0.224-0.5 0.5-0.5h16c0.276 0 0.5 0.224 0.5 0.5v10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smartphone\" viewBox=\"0 0 20 20\">\n<title>smartphone</title>\n<path class=\"path1\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M14.5 20h-9c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h9c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM5.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-9z\"/>\n<path class=\"path3\" d=\"M13.5 16h-7c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM7 15h6v-12h-6v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tablet\" viewBox=\"0 0 20 20\">\n<title>tablet</title>\n<path class=\"path1\" d=\"M16.5 20h-13c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM3.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h13c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-13z\"/>\n<path class=\"path2\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15.5 16h-11c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM5 15h10v-12h-10v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop\" viewBox=\"0 0 20 20\">\n<title>laptop</title>\n<path class=\"path1\" d=\"M3.5 14h13c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5h-13c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5zM3 4.5c0-0.276 0.224-0.5 0.5-0.5h13c0.276 0 0.5 0.224 0.5 0.5v8c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-8z\"/>\n<path class=\"path2\" d=\"M19.5 15h-19c-0.276 0-0.5 0.224-0.5 0.5v1c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-1c0-0.276-0.224-0.5-0.5-0.5zM18.5 17h-17c-0.276 0-0.5-0.224-0.5-0.5v-0.5h18v0.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop-phone\" viewBox=\"0 0 20 20\">\n<title>laptop-phone</title>\n<path class=\"path1\" d=\"M11.5 14h-8c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5h-13c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 18h-10c-0.827 0-1.5-0.673-1.5-1.5v-1c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.5v0.5c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 18h-4c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h4c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM14.5 8c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-4z\"/>\n<path class=\"path4\" d=\"M16.5 16c-0.132 0-0.26-0.053-0.353-0.147s-0.147-0.222-0.147-0.353 0.053-0.261 0.147-0.353c0.093-0.093 0.222-0.147 0.353-0.147s0.261 0.053 0.353 0.147c0.093 0.093 0.147 0.222 0.147 0.353s-0.053 0.261-0.147 0.353c-0.093 0.093-0.222 0.147-0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-power-switch\" viewBox=\"0 0 20 20\">\n<title>power-switch</title>\n<path class=\"path1\" d=\"M9.5 12c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M9.5 19c-2.003 0-3.887-0.78-5.303-2.197s-2.197-3.3-2.197-5.303c0-1.648 0.525-3.212 1.517-4.523 0.96-1.268 2.324-2.215 3.84-2.666 0.265-0.079 0.543 0.072 0.622 0.337s-0.072 0.543-0.337 0.622c-2.733 0.814-4.643 3.376-4.643 6.231 0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5c0-2.855-1.909-5.417-4.643-6.231-0.265-0.079-0.415-0.357-0.337-0.622s0.357-0.415 0.622-0.337c1.517 0.451 2.88 1.398 3.84 2.666 0.993 1.311 1.517 2.875 1.517 4.523 0 2.003-0.78 3.887-2.197 5.303s-3.3 2.197-5.303 2.197z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bubble\" viewBox=\"0 0 20 20\">\n<title>bubble</title>\n<path class=\"path1\" d=\"M0.5 19c-0.225 0-0.422-0.15-0.482-0.367s0.032-0.447 0.225-0.562c1.691-1.014 2.392-2.489 2.641-3.179-1.838-1.407-2.884-3.354-2.884-5.392 0-1.029 0.258-2.026 0.768-2.964 0.486-0.894 1.18-1.695 2.061-2.381 1.787-1.39 4.156-2.156 6.671-2.156s4.884 0.766 6.671 2.156c0.881 0.685 1.575 1.486 2.061 2.381 0.51 0.937 0.768 1.934 0.768 2.964s-0.258 2.026-0.768 2.964c-0.486 0.894-1.18 1.695-2.061 2.381-1.787 1.39-4.156 2.156-6.671 2.156-1.033 0-2.047-0.129-3.016-0.385-0.429 0.286-1.231 0.793-2.189 1.27-1.488 0.74-2.764 1.115-3.794 1.115zM9.5 3c-4.687 0-8.5 2.916-8.5 6.5 0 1.815 1.005 3.562 2.756 4.792 0.172 0.121 0.25 0.336 0.196 0.539-0.117 0.436-0.515 1.633-1.58 2.788 1.302-0.456 2.704-1.247 3.739-1.959 0.123-0.085 0.277-0.11 0.421-0.069 0.948 0.271 1.947 0.409 2.968 0.409 4.687 0 8.5-2.916 8.5-6.5s-3.813-6.5-8.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart-pulse\" viewBox=\"0 0 20 20\">\n<title>heart-pulse</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.116-0.065-2.877-1.611-5.369-4.082-0.196-0.194-0.197-0.511-0.003-0.707s0.511-0.197 0.707-0.003c1.979 1.962 4.186 3.346 4.908 3.776 0.723-0.431 2.932-1.817 4.908-3.776 0.196-0.194 0.513-0.193 0.707 0.003s0.193 0.513-0.003 0.707c-2.493 2.471-5.253 4.017-5.369 4.082-0.076 0.042-0.159 0.063-0.243 0.063z\"/>\n<path class=\"path2\" d=\"M1.279 11c-0.188 0-0.368-0.106-0.453-0.287-0.548-1.165-0.826-2.33-0.826-3.463 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.133-0.278 2.298-0.826 3.463-0.118 0.25-0.415 0.357-0.665 0.24s-0.357-0.415-0.24-0.665c0.485-1.031 0.731-2.053 0.731-3.037 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658-2.343 0-4.25 1.907-4.25 4.25 0 0.984 0.246 2.006 0.731 3.037 0.118 0.25 0.010 0.548-0.24 0.665-0.069 0.032-0.141 0.048-0.212 0.048z\"/>\n<path class=\"path3\" d=\"M10.515 15c-0.005 0-0.009-0-0.013-0-0.202-0.004-0.569-0.109-0.753-0.766l-1.217-4.334-0.807 3.279c-0.158 0.643-0.525 0.778-0.73 0.8s-0.592-0.027-0.889-0.62l-0.606-1.211c-0.029-0.058-0.056-0.094-0.076-0.117-0.003 0.004-0.007 0.009-0.011 0.015-0.37 0.543-1.192 0.953-1.913 0.953h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.421 0 0.921-0.272 1.087-0.516 0.223-0.327 0.547-0.501 0.891-0.478 0.374 0.025 0.708 0.279 0.917 0.696l0.445 0.89 0.936-3.803c0.158-0.64 0.482-0.779 0.726-0.783s0.572 0.125 0.751 0.76l1.284 4.576 1.178-3.608c0.205-0.628 0.582-0.736 0.788-0.745s0.59 0.068 0.847 0.677l0.724 1.719c0.136 0.322 0.578 0.616 0.927 0.616h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.747 0-1.559-0.539-1.849-1.228l-0.592-1.406-1.274 3.9c-0.207 0.634-0.566 0.733-0.771 0.733z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-construction\" viewBox=\"0 0 20 20\">\n<title>construction</title>\n<path class=\"path1\" d=\"M20 5v-1.5c0-0.276-0.224-0.5-0.5-0.5h-3.5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5.5c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h1.5v6h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-3h10v3h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6h1.5c0.276 0 0.5-0.224 0.5-0.5v-4.5c0-0 0-0 0-0zM19 4.793l-4.207 4.207h-3.586l5-5h2.793v0.793zM6.207 9l5-5h3.586l-5 5h-3.586zM1.207 9l5-5h3.586l-5 5h-3.586zM4.793 4l-3.793 3.793v-3.793h3.793zM3 16v-6h1v6h-1zM5 12v-2h10v2h-10zM17 16h-1v-6h1v6zM16.207 9l2.793-2.793v2.793h-2.793z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pie-chart\" viewBox=\"0 0 20 20\">\n<title>pie-chart</title>\n<path class=\"path1\" d=\"M8.5 20c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010s3.74-2.49 6.010-2.49c0.276 0 0.5 0.224 0.5 0.5v7.5h7.5c0.276 0 0.5 0.224 0.5 0.5 0 2.27-0.884 4.405-2.49 6.010s-3.74 2.49-6.010 2.49zM8 4.016c-3.903 0.258-7 3.516-7 7.484 0 4.136 3.364 7.5 7.5 7.5 3.967 0 7.225-3.097 7.484-7h-7.484c-0.276 0-0.5-0.224-0.5-0.5v-7.484z\"/>\n<path class=\"path2\" d=\"M18.5 10h-8c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5 2.27 0 4.405 0.884 6.010 2.49s2.49 3.74 2.49 6.010c0 0.276-0.224 0.5-0.5 0.5zM11 9h6.984c-0.247-3.738-3.246-6.736-6.984-6.984v6.984z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chart-bars\" viewBox=\"0 0 20 20\">\n<title>chart-bars</title>\n<path class=\"path1\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5v-16c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v16c0 0.827-0.673 1.5-1.5 1.5zM1.5 2c-0.276 0-0.5 0.224-0.5 0.5v16c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-16c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M6.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5zM5 16h1v-8h-1v8z\"/>\n<path class=\"path3\" d=\"M10.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-12c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5zM9 16h1v-11h-1v11z\"/>\n<path class=\"path4\" d=\"M14.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5zM13 16h1v-4h-1v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-gift\" viewBox=\"0 0 20 20\">\n<title>gift</title>\n<path class=\"path1\" d=\"M18.5 5h-3.001c0.315-0.418 0.501-0.938 0.501-1.5 0-1.378-1.122-2.5-2.5-2.5-1.39 0-2.556 1.101-3.127 1.758-0.346 0.397-0.644 0.823-0.873 1.235-0.229-0.412-0.527-0.837-0.873-1.235-0.571-0.656-1.737-1.758-3.127-1.758-1.378 0-2.5 1.122-2.5 2.5 0 0.562 0.187 1.082 0.501 1.5h-3.001c-0.276 0-0.5 0.224-0.5 0.5v3c0 0.276 0.224 0.5 0.5 0.5h0.5v9.5c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5v-9.5h0.5c0.276 0 0.5-0.224 0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5zM11.127 3.414c0.782-0.899 1.647-1.414 2.373-1.414 0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5h-3.378c0.173-0.442 0.523-1.032 1.005-1.586zM11 19h-3v-13h3v13zM4 3.5c0-0.827 0.673-1.5 1.5-1.5 0.726 0 1.591 0.515 2.373 1.414 0.482 0.554 0.832 1.144 1.005 1.586h-3.378c-0.827 0-1.5-0.673-1.5-1.5zM1 6h6v2h-6v-2zM2 18.5v-9.5h5v10h-4.5c-0.276 0-0.5-0.224-0.5-0.5zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-4.5v-10h5v9.5zM18 8h-6v-2h6v2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-diamond\" viewBox=\"0 0 20 20\">\n<title>diamond</title>\n<path class=\"path1\" d=\"M18.9 7.2l-3-4c-0.077-0.103-0.191-0.172-0.318-0.193l-6-1c-0.054-0.009-0.11-0.009-0.164 0l-6 1c-0.127 0.021-0.241 0.090-0.318 0.193l-3 4c-0.143 0.191-0.131 0.457 0.028 0.634l9 10c0.095 0.105 0.23 0.166 0.372 0.166s0.277-0.060 0.372-0.166l9-10c0.16-0.178 0.172-0.443 0.028-0.634zM12.786 7l-3.286 9.037-3.286-9.037h6.572zM6.707 6l2.793-2.793 2.793 2.793h-5.586zM10.957 3.25l3.698 0.616-1.233 1.849-2.466-2.465zM5.578 5.715l-1.233-1.849 3.698-0.616-2.465 2.465zM4.67 6.156l-2.985 0.597 1.791-2.388 1.194 1.791zM5.177 7.075l2.974 8.179-6.692-7.436 3.718-0.744zM13.823 7.075l3.718 0.744-6.692 7.436 2.974-8.179zM14.33 6.156l1.194-1.791 1.791 2.388-2.985-0.597z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-linearicons\" viewBox=\"0 0 20 20\">\n<title>linearicons</title>\n<path class=\"path1\" d=\"M19.5 16h-0.5c-0.579 0-1 0.631-1 1.5 0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5-0.138 0-0.263 0.056-0.354 0.147-0.196-0.094-0.415-0.147-0.646-0.147-0.827 0-1.5 0.673-1.5 1.5 0 0.175 0.031 0.343 0.086 0.5h-1.086c-0.406 0-1.019-0.277-1.288-0.58l-1.044-1.181 9.207-10.408c0.161-0.182 0.165-0.447 0.024-0.633l-2.999-3.998c-0.094-0.126-0.243-0.2-0.4-0.2h-13c-0.157 0-0.306 0.074-0.4 0.2l-2.999 3.998c-0.141 0.186-0.136 0.451 0.024 0.633l9.207 10.408-1.044 1.181c-0.289 0.327-0.795 0.58-1.038 0.58h-0.25v-0.5c0-0.827-0.673-1.5-1.5-1.5-0.282 0-0.545 0.078-0.77 0.213-0.127-0.135-0.292-0.213-0.48-0.213-0.308 0-0.537 0.243-0.702 0.455-0.152 0.195-0.309 0.449-0.442 0.716l-0.106 0.211v-0.882c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5 0.282 0 0.545-0.078 0.77-0.214 0.127 0.135 0.292 0.214 0.48 0.214 0.308 0 0.537-0.243 0.702-0.455 0.152-0.195 0.309-0.449 0.442-0.716l0.106-0.211v0.882c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276 0.224 0.5 0.5 0.5h0.75c0.556 0 1.324-0.395 1.787-0.918l0.963-1.089 0.963 1.088c0.463 0.523 1.339 0.918 2.037 0.918h2.5c0.384 0 0.734-0.145 1-0.383 0.266 0.238 0.616 0.383 1 0.383 0.827 0 1.5-0.673 1.5-1.5 0-0.249 0.061-0.422 0.103-0.5h0.397c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM1.145 5.474l2.605-3.474h12.5l2.605 3.474-8.855 10.011-8.855-10.011zM15.5 18c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M2.5 15c0.132 0 0.261-0.053 0.353-0.147s0.147-0.222 0.147-0.353-0.053-0.26-0.147-0.353c-0.093-0.093-0.222-0.147-0.353-0.147s-0.26 0.053-0.353 0.147c-0.093 0.093-0.147 0.222-0.147 0.353s0.053 0.261 0.147 0.353c0.093 0.093 0.222 0.147 0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dinner\" viewBox=\"0 0 20 20\">\n<title>dinner</title>\n<path class=\"path1\" d=\"M8 0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.306 0.252 2.397 0.455 3.274 0.198 0.854 0.353 1.529 0.13 1.811-0.186 0.234-0.717 0.37-1.581 0.406-0.002-0.162-0.004-0.326-0.004-0.49v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.165-0.001 0.328-0.004 0.49-0.861-0.037-1.391-0.174-1.577-0.408-0.225-0.283-0.069-0.959 0.128-1.814 0.202-0.875 0.453-1.965 0.453-3.267 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.189-0.237 2.217-0.427 3.043-0.258 1.118-0.461 2.002 0.064 2.662 0.39 0.49 1.101 0.733 2.333 0.785-0.112 2.79-0.516 5.19-0.851 7.177-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284-0.334-1.985-0.738-4.384-0.851-7.172 1.235-0.050 1.946-0.292 2.337-0.783 0.524-0.659 0.32-1.541 0.062-2.659-0.191-0.827-0.429-1.857-0.429-3.048zM6.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.701 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n<path class=\"path2\" d=\"M15.882 14.162c-0.393-2.331-0.881-5.231-0.882-8.662v-5c0-0.227-0.153-0.425-0.372-0.483s-0.45 0.038-0.562 0.235c-2.019 3.534-3.016 8.931-3.058 9.159-0.027 0.146 0.013 0.296 0.108 0.41s0.236 0.18 0.384 0.18h2.235c-0.175 1.544-0.409 2.935-0.617 4.166-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284zM12.111 9c0.248-1.171 0.882-3.887 1.889-6.317v2.817c0 1.236-0.063 2.403-0.163 3.5h-1.727zM15.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.702 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-coffee-cup\" viewBox=\"0 0 20 20\">\n<title>coffee-cup</title>\n<path class=\"path1\" d=\"M10 15c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 10c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n<path class=\"path2\" d=\"M15.904 2.056l-0.177-0.707c-0.189-0.756-0.948-1.349-1.728-1.349h-8c-0.78 0-1.538 0.593-1.728 1.349l-0.177 0.707c-0.631 0.177-1.096 0.757-1.096 1.444v1c0 0.663 0.432 1.226 1.029 1.424l0.901 12.614c0.058 0.806 0.762 1.462 1.57 1.462h7c0.808 0 1.512-0.656 1.57-1.462l0.901-12.614c0.597-0.198 1.029-0.761 1.029-1.424v-1c0-0.687-0.464-1.267-1.096-1.444zM6 1h8c0.319 0 0.68 0.282 0.757 0.591l0.102 0.409h-9.719l0.102-0.409c0.077-0.309 0.438-0.591 0.757-0.591zM14.892 7h-9.783l-0.071-1h9.926l-0.071 1zM14.249 16h-8.497l-0.571-8h9.64l-0.571 8zM13.5 19h-7c-0.29 0-0.552-0.244-0.573-0.533l-0.105-1.467h8.355l-0.105 1.467c-0.021 0.289-0.283 0.533-0.573 0.533zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-11c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.275 0.224-0.499 0.499-0.5 0.001 0 0.001 0 0.002 0s0.002-0 0.003-0h10.997c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-leaf\" viewBox=\"0 0 20 20\">\n<title>leaf</title>\n<path class=\"path1\" d=\"M19.883 0.178c-0.095-0.113-0.235-0.178-0.382-0.178l-0.51-0c-5.040-0.002-9.021-0.003-11.952 0.698-1.575 0.377-2.793 0.946-3.723 1.739-1.004 0.856-1.688 1.977-2.093 3.429-0.269 0.964-0.395 2.705 0.136 4.437 0.196 0.64 0.502 1.244 0.91 1.799-1.216 1.905-2.267 4.414-2.267 7.399 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-4.605 2.728-8.021 4.354-9.646 1.167-1.167 2.486-2.152 3.816-2.848 1.238-0.648 2.421-1.005 3.331-1.005 0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5c-1.084 0-2.396 0.387-3.794 1.12-1.418 0.743-2.822 1.789-4.059 3.027-0.522 0.522-1.15 1.218-1.774 2.070-0.242-0.381-0.43-0.785-0.559-1.207-0.5-1.632-0.316-3.204-0.129-3.875 1.43-5.125 6.862-5.138 16.717-5.135-1.175 6.288-3.366 10.358-6.516 12.101-2.922 1.617-5.82 0.735-6.931 0.28-0.234-0.096-0.47-0.214-0.699-0.35-0.237-0.141-0.544-0.063-0.685 0.174s-0.063 0.544 0.174 0.685c0.272 0.162 0.552 0.302 0.832 0.417 0.622 0.254 1.624 0.58 2.865 0.687 0.274 0.024 0.545 0.035 0.814 0.035 1.469 0 2.849-0.353 4.115-1.053 1.609-0.89 3.001-2.339 4.139-4.304 1.334-2.305 2.338-5.362 2.983-9.086 0.025-0.145-0.015-0.294-0.11-0.407z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paw\" viewBox=\"0 0 20 20\">\n<title>paw</title>\n<path class=\"path1\" d=\"M3 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM3 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path2\" d=\"M6.998 8c-1.12 0-1.998-1.318-1.998-3s0.878-3 1.998-3 1.998 1.318 1.998 3-0.878 3-1.998 3zM6.998 3c-0.471 0-0.998 0.855-0.998 2s0.527 2 0.998 2 0.998-0.855 0.998-2-0.527-2-0.998-2z\"/>\n<path class=\"path3\" d=\"M12 8c-1.122 0-2-1.318-2-3s0.878-3 2-3 2 1.318 2 3-0.878 3-2 3zM12 3c-0.472 0-1 0.855-1 2s0.528 2 1 2 1-0.855 1-2-0.528-2-1-2z\"/>\n<path class=\"path4\" d=\"M16 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM16 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path5\" d=\"M13 18c-0.868 0-1.455-0.294-1.972-0.553-0.48-0.24-0.894-0.447-1.528-0.447-0.631 0-1.045 0.207-1.525 0.447-0.519 0.259-1.107 0.553-1.975 0.553-0.556 0-1.079-0.303-1.437-0.831-0.627-0.926-0.637-2.331-0.028-3.855 1.097-2.742 2.906-4.314 4.964-4.314s3.868 1.572 4.964 4.314c0.609 1.524 0.599 2.929-0.028 3.855-0.357 0.528-0.881 0.831-1.437 0.831zM9.5 16c0.869 0 1.457 0.294 1.975 0.553 0.479 0.24 0.893 0.447 1.525 0.447 0.218 0 0.44-0.143 0.609-0.391 0.432-0.637 0.404-1.73-0.073-2.923-0.937-2.342-2.408-3.686-4.036-3.686s-3.099 1.343-4.036 3.686c-0.477 1.193-0.504 2.286-0.073 2.923 0.168 0.249 0.39 0.391 0.609 0.391 0.632 0 1.047-0.207 1.528-0.448 0.518-0.259 1.106-0.553 1.972-0.553z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-rocket\" viewBox=\"0 0 20 20\">\n<title>rocket</title>\n<path class=\"path1\" d=\"M13.5 9c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5 2.5 1.122 2.5 2.5-1.122 2.5-2.5 2.5zM13.5 5c-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5 1.5-0.673 1.5-1.5-0.673-1.5-1.5-1.5z\"/>\n<path class=\"path2\" d=\"M0.5 20c-0.13 0-0.258-0.051-0.354-0.146-0.137-0.137-0.183-0.342-0.116-0.524 1.539-4.231 3.157-6.377 4.808-6.377 0.545 0 1.054 0.234 1.515 0.694 0.728 0.728 0.754 1.453 0.648 1.933-0.334 1.508-2.464 2.985-6.33 4.391-0.056 0.020-0.114 0.030-0.171 0.030zM4.839 13.952c-0.495 0-1.078 0.434-1.685 1.255-0.597 0.807-1.197 1.957-1.788 3.427 1.335-0.537 2.408-1.082 3.199-1.625 1.067-0.733 1.383-1.3 1.46-1.646s-0.047-0.677-0.379-1.009c-0.27-0.27-0.534-0.401-0.808-0.401z\"/>\n<path class=\"path3\" d=\"M19.5 0c-2.595 0-4.907 0.44-6.874 1.308-1.621 0.716-3.009 1.72-4.126 2.986-0.208 0.236-0.401 0.475-0.58 0.715-0.862 0.057-1.744 0.4-2.624 1.020-0.745 0.524-1.493 1.25-2.225 2.157-1.23 1.524-1.986 3.027-2.018 3.090-0.109 0.219-0.044 0.485 0.154 0.628 0.088 0.064 0.191 0.095 0.293 0.095 0.128 0 0.256-0.049 0.353-0.145 0.005-0.005 0.483-0.475 1.298-0.936 0.672-0.38 1.708-0.827 2.961-0.906 0.317 0.811 1.224 1.781 1.659 2.216s1.405 1.342 2.216 1.659c-0.079 1.253-0.526 2.289-0.906 2.961-0.462 0.816-0.931 1.293-0.935 1.297-0.173 0.173-0.195 0.447-0.052 0.646 0.097 0.134 0.249 0.208 0.406 0.208 0.076 0 0.152-0.017 0.223-0.053 0.063-0.032 1.566-0.788 3.090-2.018 0.907-0.732 1.633-1.48 2.157-2.225 0.62-0.881 0.962-1.762 1.020-2.624 0.239-0.178 0.478-0.371 0.715-0.58 1.266-1.117 2.27-2.505 2.986-4.126 0.868-1.966 1.308-4.279 1.308-6.874v-0.5h-0.5zM3.107 9.808c0.953-1.383 2.41-3.098 4.052-3.637-0.649 1.137-0.985 2.181-1.106 2.843-1.159 0.071-2.158 0.408-2.946 0.794zM10.193 16.89c0.386-0.788 0.723-1.786 0.793-2.944 0.661-0.121 1.706-0.457 2.842-1.105-0.54 1.639-2.254 3.096-3.636 4.049zM15.044 10.75c-2.080 1.835-4.234 2.25-4.544 2.25-0.002 0-0.207-0.004-0.759-0.393-0.385-0.271-0.834-0.657-1.262-1.085s-0.814-0.877-1.085-1.262c-0.389-0.552-0.393-0.757-0.393-0.759 0-0.31 0.415-2.464 2.25-4.544 2.196-2.488 5.557-3.849 9.744-3.95-0.101 4.187-1.461 7.548-3.95 9.744z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-briefcase\" viewBox=\"0 0 20 20\">\n<title>briefcase</title>\n<path class=\"path1\" d=\"M18.5 5h-4.5v-1.5c0-0.827-0.673-1.5-1.5-1.5h-5c-0.827 0-1.5 0.673-1.5 1.5v1.5h-4.5c-0.827 0-1.5 0.673-1.5 1.5v11c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-11c0-0.827-0.673-1.5-1.5-1.5zM7 3.5c0-0.276 0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5v1.5h-6v-1.5zM1.5 6h17c0.276 0 0.5 0.224 0.5 0.5v7.5h-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-8v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-2v-7.5c0-0.276 0.224-0.5 0.5-0.5zM16 14v1h-1v-1h1zM5 14v1h-1v-1h1zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-2.5h2v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h8v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h2v2.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bus\" viewBox=\"0 0 20 20\">\n<title>bus</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M13.5 5h-7c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 6h-11c-0.276 0-0.5 0.224-0.5 0.5v5c0 0.276 0.224 0.5 0.5 0.5h4.998c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h4.996c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h0.998c0.276 0 0.5-0.224 0.5-0.5v-5c0-0.276-0.224-0.5-0.5-0.5zM5 7h10v4h-0.349l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-3.197l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-2.849v-4z\"/>\n<path class=\"path5\" d=\"M15.616 1.783c-1.363-0.519-3.253-0.783-5.616-0.783s-4.252 0.263-5.616 0.783c-1.971 0.751-2.384 1.892-2.384 2.717v11c0 1.207 0.86 2.217 2 2.45v1.050c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h6v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.050c1.14-0.232 2-1.242 2-2.45v-11c0-0.825-0.414-1.966-2.384-2.717zM6 19h-1v-1h1v1zM14 19v-1h1v1h-1zM17 15.5c0 0.827-0.673 1.5-1.5 1.5h-11c-0.827 0-1.5-0.673-1.5-1.5v-11c0-0.743 0.586-1.343 1.741-1.783 1.232-0.469 3.050-0.717 5.259-0.717s4.028 0.248 5.259 0.717c1.155 0.44 1.741 1.040 1.741 1.783v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-car\" viewBox=\"0 0 20 20\">\n<title>car</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M16.958 11.907c-0.13-0.792-0.553-3.214-1.011-4.131-0.305-0.61-1.088-1.077-2.326-1.386-1.006-0.251-2.292-0.39-3.621-0.39s-2.615 0.138-3.621 0.39c-1.238 0.31-2.021 0.776-2.326 1.386-0.458 0.916-0.881 3.339-1.011 4.131-0.699 0.479-1.042 1.172-1.042 2.093v2.5c0 0.652 0.418 1.208 1 1.414v1.086c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h8v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.086c0.582-0.206 1-0.762 1-1.414v-2.5c0-0.921-0.343-1.614-1.042-2.093zM4.947 8.224c0.297-0.593 2.168-1.224 5.053-1.224s4.756 0.63 5.053 1.224c0.287 0.575 0.606 2.096 0.803 3.183-0.098-0.029-0.199-0.056-0.303-0.080-0.267-0.063-0.555-0.114-0.863-0.156l-2.899-2.077c-0.224-0.161-0.537-0.109-0.698 0.115s-0.109 0.537 0.115 0.698l1.566 1.122c-0.85-0.028-1.782-0.028-2.775-0.028-0.117 0-0.233 0-0.349 0l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.644 1.096c-1.341 0.024-2.507 0.097-3.42 0.314-0.104 0.025-0.205 0.052-0.303 0.080 0.198-1.087 0.516-2.608 0.804-3.183zM5 19h-1v-1h1v1zM15 19v-1h1v1h-1zM17 16.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-2.5c0-0.924 0.486-1.417 1.678-1.701 1.255-0.299 3.14-0.299 5.322-0.299s4.066 0 5.322 0.299c1.192 0.284 1.678 0.777 1.678 1.701v2.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-train\" viewBox=\"0 0 20 20\">\n<title>train</title>\n<path class=\"path1\" d=\"M14.5 15h-10c-1.378 0-2.5-1.122-2.5-2.5v-10c0-1.378 1.122-2.5 2.5-2.5h10c1.378 0 2.5 1.122 2.5 2.5v10c0 1.378-1.122 2.5-2.5 2.5zM4.5 1c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5h-10z\"/>\n<path class=\"path2\" d=\"M18.947 19.276l-2-4c-0.123-0.247-0.424-0.347-0.671-0.224s-0.347 0.424-0.224 0.671l0.138 0.276h-13.382l0.138-0.276c0.123-0.247 0.023-0.547-0.224-0.671s-0.547-0.023-0.671 0.224l-2 4c-0.123 0.247-0.023 0.547 0.224 0.671 0.072 0.036 0.148 0.053 0.223 0.053 0.183 0 0.36-0.101 0.448-0.277l0.362-0.724h16.382l0.362 0.724c0.088 0.175 0.264 0.277 0.448 0.277 0.075 0 0.151-0.017 0.223-0.053 0.247-0.123 0.347-0.424 0.224-0.671zM1.809 18l0.5-1h14.382l0.5 1h-15.382z\"/>\n<path class=\"path3\" d=\"M5.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M12.5 3h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M14.5 4h-10c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM5 5h4v3h-4v-3zM14 8h-4v-3h4v3z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bicycle\" viewBox=\"0 0 20 20\">\n<title>bicycle</title>\n<path class=\"path1\" d=\"M5.5 9.002c-0.828 0-1.502-0.674-1.502-1.502s0.674-1.502 1.502-1.502 1.502 0.674 1.502 1.502-0.674 1.502-1.502 1.502zM5.5 6.998c-0.277 0-0.502 0.225-0.502 0.502s0.225 0.502 0.502 0.502 0.502-0.225 0.502-0.502-0.225-0.502-0.502-0.502z\"/>\n<path class=\"path2\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-2.998c0-0.772 0.581-1.543 1.324-1.756l1.5-0.429-3.26-2.173-1.71 1.71c-0.094 0.094-0.221 0.146-0.354 0.146h-2.002c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1.795l1.854-1.854c0.169-0.169 0.433-0.195 0.631-0.063l3.668 2.445c0.55 0.367 0.548 0.797 0.522 0.966s-0.156 0.579-0.791 0.761l-1.577 0.452c-0.313 0.090-0.599 0.468-0.599 0.795v2.998c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15 20c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4zM15 13c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path4\" d=\"M3.999 20c-2.205 0-3.999-1.794-3.999-3.999s1.794-3.999 3.999-3.999 3.999 1.794 3.999 3.999-1.794 3.999-3.999 3.999zM3.999 13.002c-1.654 0-2.999 1.345-2.999 2.999s1.345 2.999 2.999 2.999 2.999-1.345 2.999-2.999-1.345-2.999-2.999-2.999z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-wheelchair\" viewBox=\"0 0 20 20\">\n<title>wheelchair</title>\n<path class=\"path1\" d=\"M17.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-0.651 0.651-2.729-2.656c-0.002-0.002-0.003-0.003-0.005-0.004-0.007-0.007-0.015-0.013-0.022-0.019-0.006-0.005-0.011-0.009-0.017-0.014s-0.013-0.010-0.020-0.014c-0.007-0.005-0.014-0.010-0.021-0.014-0.006-0.003-0.011-0.007-0.017-0.010-0.008-0.005-0.017-0.010-0.026-0.014-0.006-0.003-0.011-0.005-0.017-0.008-0.009-0.004-0.018-0.008-0.027-0.012-0.007-0.003-0.014-0.005-0.021-0.007-0.008-0.003-0.016-0.006-0.024-0.008s-0.018-0.004-0.027-0.006c-0.007-0.001-0.013-0.003-0.020-0.004-0.010-0.002-0.020-0.003-0.031-0.004-0.006-0.001-0.011-0.002-0.017-0.002-0.010-0.001-0.020-0.001-0.030-0.001-0.006-0-0.012-0-0.019-0-0.009 0-0.018 0.001-0.026 0.002s-0.016 0.001-0.023 0.002c-0.007 0.001-0.015 0.002-0.022 0.003-0.009 0.002-0.019 0.003-0.028 0.005-0.002 0.001-0.004 0.001-0.007 0.001l-3.945 0.953c-0.106 0.026-0.199 0.013-0.26-0.035s-0.095-0.135-0.095-0.244v-1.688h3.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-3.050c0.162 0.033 0.329 0.050 0.5 0.050 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5-2.5 1.122-2.5 2.5c0 0.816 0.393 1.542 1 1.999v6.189c0 0.416 0.174 0.792 0.476 1.030 0.218 0.172 0.49 0.262 0.777 0.262 0.111 0 0.223-0.013 0.336-0.041l3.677-0.888 2.885 2.808c0.097 0.094 0.223 0.142 0.349 0.142 0.128 0 0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707zM9.5 2c0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5z\"/>\n<path class=\"path2\" d=\"M7.5 20c-3.584 0-6.5-2.916-6.5-6.5 0-1.547 0.552-3.045 1.556-4.22 0.992-1.161 2.363-1.939 3.862-2.191 0.272-0.046 0.53 0.138 0.576 0.41s-0.138 0.53-0.41 0.576c-2.655 0.446-4.583 2.727-4.583 5.424 0 3.033 2.467 5.5 5.5 5.5 2.697 0 4.978-1.927 5.424-4.583 0.046-0.272 0.304-0.456 0.576-0.41s0.456 0.303 0.41 0.576c-0.251 1.498-1.029 2.87-2.191 3.862-1.174 1.003-2.673 1.556-4.22 1.556z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-select\" viewBox=\"0 0 20 20\">\n<title>select</title>\n<path class=\"path1\" d=\"M5.5 15h-4c-0.827 0-1.5-0.673-1.5-1.5v-12c0-0.827 0.673-1.5 1.5-1.5h14c0.827 0 1.5 0.673 1.5 1.5v7c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-7c0-0.276-0.224-0.5-0.5-0.5h-14c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13 20c-0.198 0-0.386-0.119-0.464-0.314l-1.697-4.242-2.963 3.386c-0.137 0.157-0.357 0.212-0.552 0.139s-0.324-0.26-0.324-0.468v-15c0-0.198 0.117-0.377 0.298-0.457s0.392-0.046 0.539 0.087l11 10c0.153 0.139 0.205 0.358 0.13 0.55s-0.26 0.32-0.466 0.32h-4.261l1.726 4.314c0.103 0.256-0.022 0.547-0.279 0.65l-2.5 1c-0.061 0.024-0.124 0.036-0.186 0.036zM11 14c0.028 0 0.056 0.002 0.084 0.007 0.172 0.029 0.315 0.146 0.38 0.307l1.814 4.536 1.572-0.629-1.814-4.536c-0.062-0.154-0.043-0.329 0.050-0.466s0.248-0.22 0.414-0.22h3.707l-9.207-8.37v12.539l2.624-2.999c0.096-0.109 0.233-0.171 0.376-0.171z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-earth\" viewBox=\"0 0 20 20\">\n<title>earth</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929s-5.182 1.040-7.071 2.929c-1.889 1.889-2.929 4.4-2.929 7.071s1.040 5.182 2.929 7.071c1.889 1.889 4.4 2.929 7.071 2.929s5.182-1.040 7.071-2.929c1.889-1.889 2.929-4.4 2.929-7.071s-1.040-5.182-2.929-7.071zM18.397 6.761c-0.195-0.351-0.685-0.518-1.325-0.736-0.687-0.234-0.93-0.94-1.211-1.758-0.244-0.71-0.496-1.443-1.095-1.899 1.639 1.027 2.924 2.567 3.631 4.393zM15.591 10.191c0.076 0.677 0.154 1.378-0.687 2.322-0.227 0.255-0.36 0.61-0.501 0.986-0.326 0.871-0.634 1.694-1.946 1.706-0.037-0.044-0.141-0.21-0.234-0.733-0.085-0.482-0.134-1.106-0.187-1.765-0.080-1.012-0.171-2.16-0.421-3.112-0.32-1.217-0.857-1.936-1.641-2.198-0.342-0.114-0.692-0.17-1.068-0.17-0.278 0-0.53 0.030-0.752 0.056-0.173 0.020-0.337 0.040-0.475 0.040 0 0-0 0-0 0-0.234 0-0.499 0-0.826-0.748-0.469-1.075-0.123-2.798 1.254-3.707 0.755-0.498 1.276-0.711 1.742-0.711 0.372 0 0.773 0.129 1.342 0.433 0.672 0.358 1.199 0.404 1.583 0.404 0.152 0 0.29-0.008 0.423-0.016 0.112-0.007 0.217-0.013 0.315-0.013 0.22 0 0.398 0.029 0.607 0.171 0.385 0.263 0.585 0.844 0.796 1.458 0.32 0.932 0.683 1.988 1.835 2.38 0.155 0.053 0.421 0.143 0.61 0.222-0.163 0.168-0.435 0.411-0.702 0.649-0.172 0.154-0.367 0.328-0.583 0.525-0.624 0.569-0.55 1.235-0.484 1.822zM1.001 9.923c0.108 0.019 0.224 0.042 0.344 0.067 0.562 0.12 0.825 0.228 0.94 0.289-0.053 0.103-0.16 0.255-0.231 0.355-0.247 0.351-0.555 0.788-0.438 1.269 0.079 0.325 0.012 0.723-0.103 1.091-0.332-0.938-0.513-1.946-0.513-2.996 0-0.026 0.001-0.051 0.001-0.077zM10 19c-3.425 0-6.41-1.924-7.93-4.747 0.262-0.499 0.748-1.603 0.521-2.569 0.016-0.097 0.181-0.331 0.28-0.472 0.271-0.385 0.608-0.863 0.358-1.37-0.175-0.356-0.644-0.596-1.566-0.804-0.214-0.048-0.422-0.087-0.599-0.118 0.536-4.455 4.338-7.919 8.935-7.919 1.578 0 3.062 0.409 4.352 1.125-0.319-0.139-0.608-0.161-0.84-0.161-0.127 0-0.253 0.007-0.375 0.015-0.119 0.007-0.242 0.014-0.364 0.014-0.284 0-0.638-0.034-1.112-0.287-0.724-0.385-1.266-0.55-1.812-0.55-0.676 0-1.362 0.262-2.293 0.876-0.805 0.531-1.411 1.343-1.707 2.288-0.289 0.921-0.258 1.864 0.087 2.654 0.407 0.932 0.944 1.348 1.742 1.348 0 0 0 0 0 0 0.197 0 0.389-0.023 0.592-0.047 0.205-0.024 0.416-0.049 0.635-0.049 0.271 0 0.51 0.038 0.751 0.118 0.439 0.147 0.763 0.639 0.991 1.504s0.314 1.966 0.391 2.936c0.064 0.81 0.124 1.574 0.257 2.151 0.081 0.35 0.185 0.616 0.32 0.813 0.201 0.294 0.489 0.456 0.811 0.456 0.884 0 1.59-0.285 2.099-0.847 0.423-0.467 0.639-1.044 0.813-1.508 0.102-0.273 0.208-0.556 0.311-0.672 1.137-1.277 1.020-2.329 0.934-3.098-0.063-0.564-0.064-0.764 0.164-0.972 0.212-0.193 0.405-0.366 0.575-0.518 0.363-0.324 0.625-0.558 0.809-0.758 0.126-0.138 0.422-0.461 0.34-0.865-0.001-0.004-0.002-0.007-0.002-0.011 0.343 0.951 0.53 1.976 0.53 3.044 0 4.963-4.037 9-9 9z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smile\" viewBox=\"0 0 20 20\">\n<title>smile</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M9.5 17c-3.584 0-6.5-2.916-6.5-6.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.033 2.467 5.5 5.5 5.5s5.5-2.467 5.5-5.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.584-2.916 6.5-6.5 6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sad\" viewBox=\"0 0 20 20\">\n<title>sad</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M5.499 15c-0.105 0-0.21-0.033-0.3-0.1-0.221-0.166-0.265-0.479-0.099-0.7 0.502-0.668 1.159-1.221 1.901-1.6 0.778-0.398 1.619-0.599 2.499-0.599s1.721 0.202 2.499 0.599c0.742 0.379 1.399 0.932 1.901 1.6 0.166 0.221 0.121 0.534-0.099 0.7s-0.534 0.121-0.7-0.099c-0.859-1.144-2.172-1.8-3.601-1.8s-2.741 0.656-3.601 1.8c-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-neutral\" viewBox=\"0 0 20 20\">\n<title>neutral</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M13.5 13h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mustache\" viewBox=\"0 0 20 20\">\n<title>mustache</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M15.923 12.233c-0.111-0.175-0.318-0.264-0.521-0.224-0.187 0.037-0.368 0.056-0.536 0.056-0 0-0 0-0 0-0.872-0-1.402-0.503-1.962-1.036-0.533-0.506-1.084-1.030-1.903-1.030-0.597 0-1.133 0.263-1.5 0.679-0.367-0.416-0.903-0.679-1.5-0.679-0.819 0-1.37 0.524-1.903 1.030-0.561 0.533-1.090 1.036-1.962 1.036-0.169 0-0.349-0.019-0.536-0.056-0.203-0.041-0.411 0.048-0.521 0.224s-0.101 0.401 0.023 0.567c1.157 1.543 2.642 1.867 3.685 1.867 0.621 0 1.115-0.117 1.355-0.187 0.531-0.154 1.018-0.542 1.36-1.028 0.343 0.486 0.83 0.873 1.36 1.028 0.24 0.070 0.734 0.187 1.355 0.187 1.042-0 2.528-0.324 3.685-1.867 0.124-0.166 0.134-0.391 0.023-0.567zM7.86 13.52c-0.188 0.055-0.579 0.147-1.076 0.147-0.585 0-1.349-0.131-2.069-0.654 0.935-0.179 1.556-0.768 2.070-1.258 0.492-0.468 0.815-0.755 1.214-0.755 0.551 0 1 0.449 1 1 0 0.611-0.554 1.349-1.14 1.52zM12.215 13.667c-0.497 0-0.887-0.092-1.076-0.147-0.586-0.17-1.14-0.909-1.14-1.52 0-0.551 0.449-1 1-1 0.4 0 0.722 0.287 1.214 0.755 0.515 0.489 1.135 1.079 2.070 1.257-0.721 0.523-1.485 0.654-2.069 0.654z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-alarm\" viewBox=\"0 0 20 20\">\n<title>alarm</title>\n<path class=\"path1\" d=\"M16.8 15.101c-1.144-0.859-1.8-2.172-1.8-3.601v-3c0-2.513-1.694-4.638-4-5.292l-0-0.708c0-0.827-0.673-1.5-1.5-1.5s-1.5 0.673-1.5 1.5v0.708c-2.306 0.655-4 2.779-4 5.292v3c0 1.429-0.656 2.741-1.8 3.601-0.172 0.129-0.242 0.354-0.174 0.558s0.259 0.342 0.474 0.342h4.55c-0.033 0.164-0.051 0.331-0.051 0.5 0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.168-0.017-0.336-0.050-0.5h4.55c0.215 0 0.406-0.138 0.474-0.342s-0.002-0.429-0.174-0.558zM9 2.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.523c-0.165-0.015-0.331-0.023-0.5-0.023s-0.335 0.008-0.5 0.023v-0.523zM11 16.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5c0-0.171 0.030-0.34 0.086-0.5h2.828c0.056 0.16 0.086 0.329 0.086 0.5zM3.742 15c0.255-0.309 0.477-0.646 0.659-1.001 0.398-0.778 0.599-1.619 0.599-2.499v-3c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5v3c0 0.88 0.202 1.721 0.599 2.499 0.182 0.356 0.404 0.692 0.659 1.001h-11.517z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bullhorn\" viewBox=\"0 0 20 20\">\n<title>bullhorn</title>\n<path class=\"path1\" d=\"M19.389 3.099c-0.578-1.735-1.346-2.099-1.889-2.099-0.011 0-0.023 0-0.035 0.001-0.553 0.012-1.536 0.299-3.008 0.731-3.084 0.903-7.744 2.269-12.458 2.269-1.14 0-2 1.505-2 3.5s0.86 3.5 2 3.5c0.369 0 0.738 0.008 1.105 0.024l1.666 6.628c0.19 0.756 0.949 1.348 1.729 1.348h1.313c0.433 0 0.801-0.18 1.008-0.495s0.229-0.723 0.060-1.121l-2.577-6.048c3.136 0.462 6.022 1.308 8.154 1.932 1.472 0.431 2.455 0.719 3.008 0.731 0.012 0 0.023 0.001 0.035 0.001 0.542 0 1.31-0.364 1.889-2.099 0.394-1.183 0.611-2.746 0.611-4.401s-0.217-3.218-0.611-4.401zM16 7.5c0-0.513 0.022-1.015 0.064-1.496 0.513 0.052 0.936 0.716 0.936 1.496s-0.422 1.445-0.936 1.496c-0.042-0.481-0.064-0.983-0.064-1.496zM1 7.5c0-1.526 0.592-2.5 1-2.5 1.135 0 2.264-0.076 3.368-0.204-0.237 0.758-0.368 1.697-0.368 2.704s0.13 1.946 0.368 2.704c-1.104-0.128-2.233-0.204-3.368-0.204-0.408 0-1-0.974-1-2.5zM7.961 17.776c0.041 0.096 0.038 0.16 0.026 0.178s-0.069 0.046-0.174 0.046h-1.313c-0.319 0-0.681-0.282-0.759-0.592l-1.588-6.319c0.335 0.027 0.669 0.059 1 0.097l2.808 6.59zM6.489 10.353c-0.304-0.687-0.489-1.748-0.489-2.853 0-1.122 0.18-2.163 0.488-2.852 3.185-0.473 6.096-1.325 8.25-1.957 0.415-0.122 0.811-0.238 1.171-0.339-0.103 0.215-0.203 0.463-0.298 0.747-0.394 1.183-0.611 2.746-0.611 4.401s0.217 3.218 0.611 4.401c0.095 0.284 0.195 0.532 0.298 0.747-0.36-0.101-0.756-0.217-1.171-0.339-2.155-0.631-5.065-1.484-8.25-1.957zM18.44 11.585c-0.373 1.12-0.778 1.415-0.94 1.415s-0.567-0.296-0.94-1.415c-0.157-0.47-0.283-1.009-0.375-1.596 0.486-0.056 0.943-0.331 1.276-0.775 0.348-0.464 0.539-1.073 0.539-1.714s-0.192-1.251-0.539-1.714c-0.333-0.444-0.79-0.719-1.276-0.775 0.093-0.586 0.219-1.126 0.375-1.596 0.373-1.12 0.778-1.416 0.94-1.416s0.567 0.296 0.94 1.415c0.361 1.084 0.56 2.534 0.56 4.085s-0.199 3.001-0.56 4.085z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-high\" viewBox=\"0 0 20 20\">\n<title>volume-high</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M15.545 17.209c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.761-1.432 2.771-3.554 2.771-5.821s-1.010-4.389-2.771-5.821c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.995 1.623 3.14 4.028 3.14 6.597s-1.144 4.974-3.14 6.597c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path4\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-medium\" viewBox=\"0 0 20 20\">\n<title>volume-medium</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-low\" viewBox=\"0 0 20 20\">\n<title>volume-low</title>\n<path class=\"path1\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume\" viewBox=\"0 0 20 20\">\n<title>volume</title>\n<path class=\"path1\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mic\" viewBox=\"0 0 20 20\">\n<title>mic</title>\n<path class=\"path1\" d=\"M9.5 14c-1.93 0-3.5-1.57-3.5-3.5v-6c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v6c0 1.93-1.57 3.5-3.5 3.5zM9.5 2c-1.378 0-2.5 1.122-2.5 2.5v6c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5v-6c0-1.378-1.122-2.5-2.5-2.5z\"/>\n<path class=\"path2\" d=\"M16 10.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.033-2.467 5.5-5.5 5.5s-5.5-2.467-5.5-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.416 2.649 6.225 6 6.481v2.019h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-1.5v-2.019c3.351-0.256 6-3.065 6-6.481z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hourglass\" viewBox=\"0 0 20 20\">\n<title>hourglass</title>\n<path class=\"path1\" d=\"M16 3.5v-0.5c0-0.392-0.241-0.733-0.717-1.014-0.344-0.203-0.821-0.382-1.419-0.531-1.172-0.293-2.722-0.454-4.364-0.454s-3.192 0.161-4.364 0.454c-0.598 0.149-1.075 0.328-1.419 0.531-0.476 0.281-0.717 0.622-0.717 1.014v0.5c0 2.631 1.593 4.999 4 6.002v1.997c-2.407 1.003-4 3.371-4 6.002v0.5c0 0.392 0.241 0.733 0.717 1.014 0.344 0.203 0.821 0.382 1.419 0.531 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.598-0.149 1.075-0.328 1.419-0.531 0.476-0.281 0.717-0.623 0.717-1.014v-0.5c0-2.631-1.593-4.999-4-6.002v-1.997c2.407-1.003 4-3.371 4-6.002zM5.612 2.369c1.066-0.238 2.447-0.369 3.888-0.369s2.823 0.131 3.888 0.369c1.15 0.257 1.498 0.534 1.589 0.631-0.091 0.097-0.439 0.374-1.589 0.631-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.15-0.257-1.498-0.534-1.589-0.631 0.091-0.097 0.439-0.374 1.589-0.631zM11.333 12.313c2.193 0.775 3.667 2.86 3.667 5.187v0.473c-0.042 0.057-0.324 0.37-1.612 0.657-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.287-0.288-1.57-0.6-1.612-0.657v-0.473c0-2.327 1.473-4.412 3.667-5.187 0.2-0.071 0.333-0.259 0.333-0.471v-2.683c0-0.212-0.134-0.401-0.333-0.471-1.976-0.699-3.368-2.461-3.624-4.506 0.3 0.135 0.666 0.257 1.093 0.364 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.428-0.107 0.794-0.229 1.093-0.364-0.256 2.045-1.647 3.807-3.624 4.506-0.2 0.071-0.333 0.26-0.333 0.471v2.683c0 0.212 0.134 0.401 0.333 0.471z\"/>\n<path class=\"path2\" d=\"M13.667 16.529c-2.262-0.799-3.667-2.726-3.667-5.029v-3.025c0.6-0.059 1.178-0.225 1.723-0.495 0.247-0.123 0.348-0.423 0.225-0.67s-0.423-0.348-0.67-0.225c-0.555 0.276-1.153 0.416-1.778 0.416s-1.223-0.14-1.778-0.416c-0.247-0.123-0.547-0.022-0.67 0.225s-0.022 0.547 0.225 0.67c0.545 0.271 1.122 0.436 1.723 0.495v3.025c0 2.302-1.405 4.229-3.667 5.029-0.21 0.074-0.346 0.279-0.332 0.501s0.172 0.409 0.39 0.458c0.982 0.22 2.477 0.512 4.109 0.512s3.127-0.292 4.109-0.512c0.218-0.049 0.377-0.236 0.39-0.458s-0.122-0.427-0.332-0.501zM9.5 17c-0.877 0-1.701-0.087-2.437-0.205 0.665-0.421 1.244-0.952 1.711-1.575 0.293-0.391 0.536-0.812 0.726-1.254 0.19 0.442 0.433 0.863 0.726 1.254 0.466 0.622 1.045 1.153 1.711 1.575-0.736 0.117-1.56 0.205-2.437 0.205z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-undo\" viewBox=\"0 0 20 20\">\n<title>undo</title>\n<path class=\"path1\" d=\"M17.51 4.49c-1.605-1.605-3.74-2.49-6.010-2.49s-4.405 0.884-6.010 2.49-2.49 3.74-2.49 6.010v1.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-1.293c0-4.136 3.364-7.5 7.5-7.5s7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c2.27 0 4.405-0.884 6.010-2.49s2.49-3.74 2.49-6.010c0-2.27-0.884-4.405-2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-redo\" viewBox=\"0 0 20 20\">\n<title>redo</title>\n<path class=\"path1\" d=\"M2.49 4.49c1.605-1.605 3.74-2.49 6.010-2.49s4.405 0.884 6.010 2.49 2.49 3.74 2.49 6.010v1.293l2.146-2.146c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.146 2.146v-1.293c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5c0 4.136 3.364 7.5 7.5 7.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sync\" viewBox=\"0 0 20 20\">\n<title>sync</title>\n<path class=\"path1\" d=\"M19.854 8.646c-0.195-0.195-0.512-0.195-0.707 0l-1.149 1.149c-0.051-2.060-0.878-3.99-2.341-5.452-1.511-1.511-3.52-2.343-5.657-2.343-2.974 0-5.686 1.635-7.077 4.266-0.129 0.244-0.036 0.547 0.208 0.676s0.547 0.036 0.676-0.208c1.217-2.303 3.59-3.734 6.193-3.734 3.789 0 6.885 3.027 6.997 6.789l-1.143-1.143c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M16.869 13.058c-0.244-0.129-0.547-0.036-0.676 0.208-1.217 2.303-3.59 3.734-6.193 3.734-3.789 0-6.885-3.027-6.997-6.789l1.143 1.143c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.149-1.149c0.051 2.060 0.878 3.99 2.341 5.452 1.511 1.511 3.52 2.343 5.657 2.343 2.974 0 5.686-1.635 7.077-4.266 0.129-0.244 0.036-0.547-0.208-0.676z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-history\" viewBox=\"0 0 20 20\">\n<title>history</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929-3.094 0-5.975 1.425-7.853 3.807v-1.307c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.972c0 0.229 0.155 0.428 0.377 0.485 0.097 0.025 0.195 0.019 0.284-0.011v0l2.853-0.972c0.261-0.089 0.401-0.373 0.312-0.634s-0.373-0.401-0.634-0.312l-1.49 0.508c1.688-2.208 4.32-3.534 7.152-3.534 4.963 0 9 4.037 9 9s-4.037 9-9 9c-3.316 0-6.354-1.815-7.928-4.737-0.131-0.243-0.434-0.334-0.677-0.203s-0.334 0.434-0.203 0.677c1.749 3.246 5.125 5.263 8.809 5.263 2.671 0 5.182-1.040 7.071-2.929s2.929-4.4 2.929-7.071c0-2.671-1.040-5.182-2.929-7.071z\"/>\n<path class=\"path2\" d=\"M10 10.5c-0.084 0-0.167-0.021-0.243-0.063l-4.5-2.5c-0.241-0.134-0.328-0.438-0.194-0.68s0.438-0.328 0.68-0.194l4.24 2.355 5.249-3.34c0.233-0.148 0.542-0.080 0.69 0.153s0.080 0.542-0.153 0.69l-5.5 3.5c-0.082 0.052-0.175 0.078-0.268 0.078z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-clock\" viewBox=\"0 0 20 20\">\n<title>clock</title>\n<path class=\"path1\" d=\"M16.32 17.113c1.729-1.782 2.68-4.124 2.68-6.613 0-2.37-0.862-4.608-2.438-6.355l0.688-0.688 0.647 0.646c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l0.647 0.646-0.688 0.688c-1.747-1.576-3.985-2.438-6.355-2.438s-4.608 0.862-6.355 2.438l-0.688-0.688 0.646-0.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l0.646-0.646 0.688 0.688c-1.576 1.747-2.438 3.985-2.438 6.355 0 2.489 0.951 4.831 2.68 6.613l-2.034 2.034c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.354-0.147l2.060-2.059c1.705 1.428 3.836 2.206 6.087 2.206s4.382-0.778 6.087-2.206l2.059 2.059c0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.353-0.147c0.195-0.195 0.195-0.512 0-0.707l-2.034-2.034zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M15.129 7.25c-0.138-0.239-0.444-0.321-0.683-0.183l-4.92 2.841-3.835-2.685c-0.226-0.158-0.538-0.103-0.696 0.123s-0.103 0.538 0.123 0.696l4.096 2.868c0.001 0.001 0.002 0.001 0.002 0.002 0.009 0.006 0.018 0.012 0.027 0.017 0.002 0.001 0.004 0.003 0.006 0.004 0.009 0.005 0.018 0.010 0.027 0.015 0.002 0.001 0.004 0.002 0.006 0.003 0.010 0.005 0.020 0.009 0.031 0.014 0.006 0.003 0.013 0.005 0.019 0.007 0.004 0.001 0.008 0.003 0.013 0.005 0.007 0.002 0.014 0.004 0.021 0.006 0.004 0.001 0.008 0.002 0.012 0.003 0.007 0.002 0.014 0.003 0.022 0.005 0.004 0.001 0.008 0.002 0.012 0.002 0.007 0.001 0.014 0.002 0.021 0.003 0.005 0.001 0.010 0.001 0.015 0.002 0.006 0.001 0.012 0.001 0.018 0.002 0.009 0.001 0.018 0.001 0.027 0.001 0.002 0 0.004 0 0.006 0 0 0 0-0 0-0s0 0 0.001 0c0.019 0 0.037-0.001 0.056-0.003 0.001-0 0.002-0 0.003-0 0.018-0.002 0.036-0.005 0.054-0.010 0.002-0 0.003-0.001 0.005-0.001 0.017-0.004 0.034-0.009 0.050-0.015 0.003-0.001 0.006-0.002 0.008-0.003 0.016-0.006 0.031-0.012 0.046-0.020 0.004-0.002 0.007-0.004 0.011-0.006 0.005-0.003 0.011-0.005 0.016-0.008l5.196-3c0.239-0.138 0.321-0.444 0.183-0.683z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-download\" viewBox=\"0 0 20 20\">\n<title>download</title>\n<path class=\"path1\" d=\"M14.853 9.647c-0.195-0.195-0.512-0.195-0.707 0l-4.146 4.146v-11.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v11.293l-4.146-4.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.147l5-5c0.195-0.195 0.195-0.512-0-0.707z\"/>\n<path class=\"path2\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-upload\" viewBox=\"0 0 20 20\">\n<title>upload</title>\n<path class=\"path1\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M14.854 8.646l-5-5c-0.195-0.195-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l4.146-4.146v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l4.146 4.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter-down\" viewBox=\"0 0 20 20\">\n<title>enter-down</title>\n<path class=\"path1\" d=\"M12.854 11.646c-0.195-0.195-0.512-0.195-0.707 0l-2.146 2.146v-12.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v12.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit-up\" viewBox=\"0 0 20 20\">\n<title>exit-up</title>\n<path class=\"path1\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M12.853 3.646l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.147-2.146v11.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.293l2.147 2.146c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bug\" viewBox=\"0 0 20 20\">\n<title>bug</title>\n<path class=\"path1\" d=\"M17.5 12h-1.515c-0.062-1.099-0.33-2.153-0.781-3.102 1.036-0.305 1.795-1.264 1.795-2.398 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 0.761-0.57 1.392-1.306 1.487-0.174-0.266-0.365-0.521-0.571-0.762-0.108-0.126-0.219-0.246-0.333-0.362 0.14-0.439 0.21-0.896 0.21-1.363 0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5c0 0.467 0.071 0.924 0.21 1.363-0.114 0.116-0.225 0.236-0.333 0.362-0.207 0.241-0.397 0.496-0.571 0.762-0.736-0.095-1.306-0.726-1.306-1.487 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.134 0.759 2.093 1.795 2.398-0.451 0.949-0.718 2.003-0.781 3.102h-1.514c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.515c0.062 1.099 0.33 2.153 0.781 3.102-1.036 0.305-1.795 1.264-1.795 2.398 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-0.761 0.57-1.392 1.306-1.487 0.174 0.266 0.365 0.521 0.571 0.762 1.23 1.435 2.871 2.225 4.622 2.225s3.393-0.79 4.622-2.225c0.207-0.241 0.397-0.496 0.571-0.762 0.736 0.095 1.306 0.726 1.306 1.487 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-1.134-0.759-2.093-1.795-2.398 0.451-0.949 0.718-2.003 0.781-3.102h1.514c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM9.5 2c1.93 0 3.5 1.57 3.5 3.5 0 0.215-0.019 0.426-0.057 0.634-1.022-0.738-2.205-1.134-3.443-1.134s-2.421 0.395-3.443 1.134c-0.038-0.208-0.057-0.419-0.057-0.634 0-1.93 1.57-3.5 3.5-3.5zM4 12.5c0-3.385 2.201-6.173 5-6.473v12.946c-2.799-0.3-5-3.088-5-6.473zM10 18.973v-12.946c2.799 0.3 5 3.088 5 6.473s-2.201 6.173-5 6.473z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-code\" viewBox=\"0 0 20 20\">\n<title>code</title>\n<path class=\"path1\" d=\"M5 15c-0.128 0-0.256-0.049-0.354-0.146l-4-4c-0.195-0.195-0.195-0.512 0-0.707l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.646 3.646 3.646 3.646c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path2\" d=\"M15 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.646-3.646-3.646-3.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l4 4c0.195 0.195 0.195 0.512 0 0.707l-4 4c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M7.5 15c-0.091 0-0.182-0.025-0.265-0.076-0.234-0.146-0.305-0.455-0.159-0.689l5-8c0.146-0.234 0.455-0.305 0.689-0.159s0.305 0.455 0.159 0.689l-5 8c-0.095 0.152-0.258 0.235-0.424 0.235z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-link\" viewBox=\"0 0 20 20\">\n<title>link</title>\n<path class=\"path1\" d=\"M10.682 12.998c-0.943 0-1.886-0.359-2.604-1.077-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0c1.046 1.046 2.747 1.046 3.793 0l3.636-3.636c1.046-1.046 1.046-2.747 0-3.793s-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0s1.436 3.772 0 5.207l-3.636 3.636c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n<path class=\"path2\" d=\"M4.682 18.998c-0.943 0-1.886-0.359-2.604-1.077-1.436-1.436-1.436-3.772 0-5.207l3.636-3.636c1.436-1.436 3.772-1.436 5.207 0 0.195 0.195 0.195 0.512 0 0.707s-0.512 0.195-0.707 0c-1.046-1.046-2.747-1.046-3.793 0l-3.636 3.636c-1.046 1.046-1.046 2.747 0 3.793s2.747 1.046 3.793 0l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-unlink\" viewBox=\"0 0 20 20\">\n<title>unlink</title>\n<path class=\"path1\" d=\"M13.5 11.5c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.068-3.068c0.507-0.507 0.786-1.18 0.786-1.896s-0.279-1.39-0.786-1.896c-1.046-1.046-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0 0.695 0.695 1.078 1.62 1.078 2.604s-0.383 1.908-1.078 2.604l-3.068 3.068c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path2\" d=\"M4.682 19c-0.983 0-1.908-0.383-2.604-1.078-1.436-1.436-1.436-3.772 0-5.207l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-1.046 1.046-1.046 2.747 0 3.793 0.507 0.507 1.18 0.786 1.896 0.786s1.39-0.279 1.896-0.786l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.695 0.695-1.62 1.078-2.604 1.078z\"/>\n<path class=\"path3\" d=\"M5.5 7c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M7.5 6c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M4.5 9h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M15.5 17c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M17.5 13h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M11.5 19c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-up\" viewBox=\"0 0 20 20\">\n<title>thumbs-up</title>\n<path class=\"path1\" d=\"M18.916 11.208c0.443-0.511 0.695-1.355 0.695-2.159 0-0.531-0.115-0.996-0.333-1.345-0.284-0.454-0.738-0.704-1.278-0.704h-2.618c1.425-2.591 1.785-4.543 1.070-5.807-0.499-0.881-1.413-1.193-2.045-1.193-0.25 0-0.462 0.185-0.495 0.433-0.179 1.319-1.188 2.893-2.768 4.318-1.514 1.365-3.374 2.456-5.286 3.11-0.241-0.508-0.758-0.86-1.356-0.86h-3c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h3c0.634 0 1.176-0.395 1.396-0.952 1.961 0.246 2.699 0.64 3.414 1.022 0.895 0.478 1.739 0.93 4.503 0.93 0.72 0 1.398-0.188 1.91-0.529 0.5-0.333 0.82-0.801 0.926-1.343 0.399-0.162 0.753-0.536 1.024-1.092 0.264-0.541 0.435-1.232 0.435-1.761 0-0.099-0.006-0.19-0.017-0.274 0.253-0.186 0.48-0.473 0.667-0.851 0.27-0.545 0.432-1.228 0.432-1.826 0-0.424-0.079-0.777-0.234-1.051-0.013-0.022-0.026-0.044-0.039-0.065zM4.5 18h-3c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v8.999c0 0 0 0.001 0 0.001-0 0.276-0.224 0.5-0.5 0.5zM18.339 10.274c-0.151 0.304-0.304 0.414-0.37 0.414-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c0.042 0 0.072 0 0.117 0.078 0.066 0.117 0.104 0.32 0.104 0.558 0 0.445-0.126 0.974-0.328 1.382-0.198 0.399-0.399 0.544-0.487 0.544-0.276 0-0.5 0.224-0.5 0.5 0 0.177 0.092 0.333 0.231 0.422 0.031 0.317-0.117 1.165-0.501 1.718-0.145 0.209-0.298 0.329-0.418 0.329-0.276 0-0.5 0.224-0.5 0.5 0 0.88-0.972 1.281-1.875 1.281-2.513 0-3.217-0.376-4.032-0.812-0.762-0.407-1.618-0.865-3.781-1.134v-8.187c2.101-0.689 4.152-1.877 5.812-3.373 1.593-1.436 2.639-2.988 2.994-4.426 0.272 0.087 0.579 0.271 0.776 0.618 0.334 0.59 0.584 2.096-1.493 5.557-0.093 0.154-0.095 0.347-0.006 0.504s0.255 0.254 0.435 0.254h3.483c0.199 0 0.327 0.070 0.43 0.234 0.117 0.187 0.181 0.477 0.181 0.815 0 0.424-0.102 0.882-0.272 1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-down\" viewBox=\"0 0 20 20\">\n<title>thumbs-down</title>\n<path class=\"path1\" d=\"M18.916 8.792c0.443 0.511 0.695 1.355 0.695 2.159 0 0.531-0.115 0.996-0.333 1.345-0.284 0.454-0.738 0.704-1.278 0.704h-2.618c1.425 2.591 1.785 4.543 1.070 5.807-0.499 0.881-1.413 1.193-2.045 1.193-0.25 0-0.462-0.185-0.495-0.433-0.179-1.319-1.188-2.893-2.768-4.318-1.514-1.365-3.374-2.456-5.286-3.11-0.241 0.508-0.758 0.86-1.356 0.86h-3c-0.827 0-1.5-0.673-1.5-1.5v-9c0-0.827 0.673-1.5 1.5-1.5h3c0.634 0 1.176 0.395 1.396 0.952 1.961-0.246 2.699-0.64 3.414-1.022 0.895-0.478 1.739-0.93 4.503-0.93 0.72 0 1.398 0.188 1.91 0.529 0.5 0.333 0.82 0.801 0.926 1.343 0.399 0.162 0.753 0.536 1.024 1.092 0.264 0.541 0.435 1.232 0.435 1.761 0 0.099-0.006 0.19-0.017 0.274 0.253 0.186 0.48 0.473 0.667 0.851 0.27 0.545 0.432 1.228 0.432 1.826 0 0.424-0.079 0.777-0.234 1.051-0.013 0.022-0.026 0.044-0.039 0.065zM4.5 2h-3c-0.276 0-0.5 0.224-0.5 0.5v9c0 0.276 0.224 0.5 0.5 0.5h3c0.276 0 0.5-0.224 0.5-0.5v-8.999c0-0 0-0.001 0-0.001-0-0.276-0.224-0.5-0.5-0.5zM18.339 9.726c-0.151-0.304-0.304-0.414-0.37-0.414-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.042 0 0.072 0 0.117-0.078 0.066-0.117 0.104-0.32 0.104-0.558 0-0.445-0.126-0.974-0.328-1.382-0.198-0.399-0.399-0.544-0.487-0.544-0.276 0-0.5-0.224-0.5-0.5 0-0.177 0.092-0.333 0.231-0.422 0.031-0.317-0.117-1.165-0.501-1.718-0.145-0.209-0.298-0.329-0.418-0.329-0.276 0-0.5-0.224-0.5-0.5 0-0.88-0.972-1.281-1.875-1.281-2.513 0-3.217 0.376-4.032 0.812-0.762 0.407-1.618 0.865-3.781 1.134v8.187c2.101 0.689 4.152 1.877 5.812 3.373 1.593 1.436 2.639 2.988 2.994 4.426 0.272-0.087 0.579-0.271 0.776-0.618 0.334-0.59 0.584-2.096-1.493-5.557-0.093-0.154-0.095-0.347-0.006-0.504s0.255-0.254 0.435-0.254h3.483c0.199 0 0.327-0.070 0.43-0.234 0.117-0.187 0.181-0.477 0.181-0.815 0-0.424-0.102-0.882-0.272-1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magnifier\" viewBox=\"0 0 20 20\">\n<title>magnifier</title>\n<path class=\"path1\" d=\"M18.869 19.162l-5.943-6.484c1.339-1.401 2.075-3.233 2.075-5.178 0-2.003-0.78-3.887-2.197-5.303s-3.3-2.197-5.303-2.197-3.887 0.78-5.303 2.197-2.197 3.3-2.197 5.303 0.78 3.887 2.197 5.303 3.3 2.197 5.303 2.197c1.726 0 3.362-0.579 4.688-1.645l5.943 6.483c0.099 0.108 0.233 0.162 0.369 0.162 0.121 0 0.242-0.043 0.338-0.131 0.204-0.187 0.217-0.503 0.031-0.706zM1 7.5c0-3.584 2.916-6.5 6.5-6.5s6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5-6.5-2.916-6.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross\" viewBox=\"0 0 20 20\">\n<title>cross</title>\n<path class=\"path1\" d=\"M10.707 10.5l5.646-5.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.646 5.646-5.646-5.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.646 5.646-5.646 5.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l5.646-5.646 5.646 5.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-5.646-5.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu\" viewBox=\"0 0 20 20\">\n<title>menu</title>\n<path class=\"path1\" d=\"M17.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-list\" viewBox=\"0 0 20 20\">\n<title>list</title>\n<path class=\"path1\" d=\"M19.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M19.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M19.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M1.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M1.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5c0 0.827-0.673 1.5-1.5 1.5zM1.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M1.5 17c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up\" viewBox=\"0 0 20 20\">\n<title>chevron-up</title>\n<path class=\"path1\" d=\"M0 15c0 0.128 0.049 0.256 0.146 0.354 0.195 0.195 0.512 0.195 0.707 0l8.646-8.646 8.646 8.646c0.195 0.195 0.512 0.195 0.707 0s0.195-0.512 0-0.707l-9-9c-0.195-0.195-0.512-0.195-0.707 0l-9 9c-0.098 0.098-0.146 0.226-0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down\" viewBox=\"0 0 20 20\">\n<title>chevron-down</title>\n<path class=\"path1\" d=\"M0 6c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l8.646 8.646 8.646-8.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-9 9c-0.195 0.195-0.512 0.195-0.707 0l-9-9c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left\" viewBox=\"0 0 20 20\">\n<title>chevron-left</title>\n<path class=\"path1\" d=\"M14 20c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-8.646-8.646 8.646-8.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-9 9c-0.195 0.195-0.195 0.512 0 0.707l9 9c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right\" viewBox=\"0 0 20 20\">\n<title>chevron-right</title>\n<path class=\"path1\" d=\"M5 20c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l8.646-8.646-8.646-8.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l9 9c0.195 0.195 0.195 0.512 0 0.707l-9 9c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up\" viewBox=\"0 0 20 20\">\n<title>arrow-up</title>\n<path class=\"path1\" d=\"M9.146 0.646l-6 6c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l5.146-5.146v16.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-16.293l5.146 5.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.354s-0.049-0.256-0.146-0.354l-6-6c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down\" viewBox=\"0 0 20 20\">\n<title>arrow-down</title>\n<path class=\"path1\" d=\"M9.854 19.354l6-6c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.146 5.146v-16.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v16.293l-5.146-5.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.354s0.049 0.256 0.146 0.354l6 6c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left\" viewBox=\"0 0 20 20\">\n<title>arrow-left</title>\n<path class=\"path1\" d=\"M0.646 10.146l6-6c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5.146 5.146h16.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-16.293l5.146 5.146c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-6-6c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right\" viewBox=\"0 0 20 20\">\n<title>arrow-right</title>\n<path class=\"path1\" d=\"M19.354 10.146l-6-6c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.146 5.146h-16.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16.293l-5.146 5.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l6-6c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-move\" viewBox=\"0 0 20 20\">\n<title>move</title>\n<path class=\"path1\" d=\"M18.354 10.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.793v-6.793l2.146 2.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.146-2.146v6.793h-6.793l2.146-2.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2.146-2.146h6.793v6.793l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-6.793h6.793l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-warning\" viewBox=\"0 0 20 20\">\n<title>warning</title>\n<path class=\"path1\" d=\"M18.5 19h-18c-0.178 0-0.342-0.094-0.432-0.248s-0.091-0.343-0.004-0.498l9-16c0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255l9 16c0.087 0.155 0.085 0.344-0.004 0.498s-0.254 0.248-0.432 0.248zM1.355 18h16.29l-8.145-14.48-8.145 14.48z\"/>\n<path class=\"path2\" d=\"M9.5 14c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-question-circle\" viewBox=\"0 0 20 20\">\n<title>question-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.5 15c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5 1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5-3.5 1.57-3.5 3.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5c0 2.312-1.753 4.223-4 4.472v1.528c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 18c-0 0 0 0 0 0-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5 0 0 0 0 0 0 0.276 0 0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu-circle\" viewBox=\"0 0 20 20\">\n<title>menu-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M14.5 8h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 11h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 14h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-checkmark-circle\" viewBox=\"0 0 20 20\">\n<title>checkmark-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M7.5 14.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross-circle\" viewBox=\"0 0 20 20\">\n<title>cross-circle</title>\n<path class=\"path1\" d=\"M14.332 14.126l-4.080-3.626 4.080-3.626c0.206-0.183 0.225-0.499 0.042-0.706s-0.499-0.225-0.706-0.042l-4.168 3.705-4.168-3.705c-0.206-0.183-0.522-0.165-0.706 0.042s-0.165 0.522 0.042 0.706l4.080 3.626-4.080 3.626c-0.206 0.183-0.225 0.499-0.042 0.706 0.099 0.111 0.236 0.168 0.374 0.168 0.118 0 0.237-0.042 0.332-0.126l4.168-3.705 4.168 3.705c0.095 0.085 0.214 0.126 0.332 0.126 0.138 0 0.275-0.057 0.374-0.168 0.183-0.206 0.165-0.522-0.042-0.706z\"/>\n<path class=\"path2\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-plus-circle\" viewBox=\"0 0 20 20\">\n<title>plus-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 10h-5.5v-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v5.5h-5.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.5v5.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-5.5h5.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-circle-minus\" viewBox=\"0 0 20 20\">\n<title>circle-minus</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 11h-12c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.147 4.647l-4 4c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l3.146-3.147v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l3.147 3.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.353s-0.049-0.256-0.147-0.353l-4-4c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M9.853 16.353l4-4c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.146 3.147v-10.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v10.293l-3.147-3.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.353s0.049 0.256 0.147 0.353l4 4c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M3.647 10.147l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.147 3.146h10.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.293l3.146 3.147c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.353 0.146s-0.256-0.049-0.353-0.147l-4-4c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.353 10.147l-4-4c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3.147 3.146h-10.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h10.293l-3.146 3.147c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.147l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15 12c0 0.128-0.049 0.256-0.146 0.354-0.195 0.195-0.512 0.195-0.707 0l-4.646-4.646-4.646 4.646c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l5-5c0.195-0.195 0.512-0.195 0.707 0l5 5c0.098 0.098 0.146 0.226 0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M4 9c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l4.646 4.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.195 0.195-0.512 0.195-0.707 0l-5-5c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M11 16c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-4.646-4.646 4.646-4.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M8 16c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l4.646-4.646-4.646-4.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l5 5c0.195 0.195 0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-crop\" viewBox=\"0 0 20 20\">\n<title>crop</title>\n<path class=\"path1\" d=\"M19.5 15h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M12.5 15h-7c-0.276 0-0.5-0.224-0.5-0.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6.5h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M5.5 4c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 20c-0.276 0-0.5-0.224-0.5-0.5v-13.5h-13.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5v14c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-expand\" viewBox=\"0 0 20 20\">\n<title>frame-expand</title>\n<path class=\"path1\" d=\"M18.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M0.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M3.5 18h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 18h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-contract\" viewBox=\"0 0 20 20\">\n<title>frame-contract</title>\n<path class=\"path1\" d=\"M14.5 9h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M6.5 9h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M11.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-layers\" viewBox=\"0 0 20 20\">\n<title>layers</title>\n<path class=\"path1\" d=\"M10 12c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.185-0.078-0.306-0.26-0.306-0.461s0.121-0.383 0.306-0.461l9.5-4c0.124-0.052 0.264-0.052 0.388 0l9.5 4c0.185 0.078 0.306 0.26 0.306 0.461s-0.121 0.383-0.306 0.461l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039zM1.788 7.5l8.212 3.457 8.212-3.457-8.212-3.457-8.212 3.457z\"/>\n<path class=\"path2\" d=\"M10 15c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n<path class=\"path3\" d=\"M10 18c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-funnel\" viewBox=\"0 0 20 20\">\n<title>funnel</title>\n<path class=\"path1\" d=\"M16.23 3.307c-0.396-0.268-0.949-0.504-1.643-0.702-1.366-0.39-3.172-0.605-5.087-0.605s-3.722 0.215-5.087 0.605c-0.694 0.198-1.246 0.434-1.643 0.702-0.637 0.43-0.77 0.886-0.77 1.193v0.5c0 0.428 0.321 1.133 0.639 1.609l4.891 7.336c0.251 0.376 0.471 1.103 0.471 1.555v3c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l2-1c0.169-0.085 0.276-0.258 0.276-0.447v-2c0-0.452 0.22-1.179 0.471-1.555l4.891-7.336c0.317-0.476 0.639-1.182 0.639-1.609v-0.5c0-0.307-0.134-0.763-0.77-1.193zM4.688 3.567c1.279-0.365 2.988-0.567 4.812-0.567s3.534 0.201 4.812 0.567c1.378 0.394 1.688 0.816 1.688 0.933s-0.31 0.54-1.688 0.933c-1.279 0.365-2.988 0.567-4.812 0.567s-3.534-0.201-4.812-0.567c-1.378-0.394-1.688-0.816-1.688-0.933s0.31-0.54 1.688-0.933zM10.639 13.391c-0.358 0.537-0.639 1.464-0.639 2.109v1.691l-1 0.5v-2.191c0-0.646-0.281-1.572-0.639-2.109l-4.88-7.32c0.274 0.117 0.585 0.226 0.932 0.324 1.366 0.39 3.172 0.605 5.087 0.605s3.722-0.215 5.087-0.605c0.346-0.099 0.658-0.207 0.932-0.325l-4.88 7.32z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format\" viewBox=\"0 0 20 20\">\n<title>text-format</title>\n<path class=\"path1\" d=\"M16.5 19h-14c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.96 15.303l-2.57-5.996c-0.001-0.001-0.001-0.003-0.002-0.004l-3.428-8c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3.428 8c-0.001 0.002-0.001 0.003-0.002 0.005l-2.57 5.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l2.442-5.697h6.198l2.442 5.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM6.83 9l2.67-6.231 2.67 6.231h-5.341z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format-remove\" viewBox=\"0 0 20 20\">\n<title>text-format-remove</title>\n<path class=\"path1\" d=\"M13.5 1h-12c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.41l-1.903 11.418c-0.045 0.272 0.139 0.53 0.411 0.575 0.028 0.005 0.056 0.007 0.083 0.007 0.24 0 0.452-0.173 0.493-0.418l1.93-11.582h5.576c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M10.5 16h-9c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M15.707 16.5l1.646-1.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-1.646 1.646-1.646-1.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.646 1.646-1.646 1.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1.646-1.646 1.646 1.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.646-1.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-size\" viewBox=\"0 0 20 20\">\n<title>text-size</title>\n<path class=\"path1\" d=\"M6.96 16.303l-1.284-2.996c-0.001-0.001-0.001-0.003-0.002-0.004l-1.714-4c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-1.714 4c-0.001 0.001-0.001 0.003-0.002 0.004l-1.284 2.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM2.544 13l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path2\" d=\"M19.962 16.308l-2.083-5c-0.001-0.001-0.001-0.003-0.002-0.004l-2.915-6.996c-0.078-0.186-0.26-0.308-0.462-0.308s-0.384 0.121-0.462 0.308l-2.915 6.996c-0.001 0.001-0.001 0.003-0.002 0.004l-2.083 5c-0.106 0.255 0.014 0.548 0.269 0.654s0.548-0.014 0.654-0.269l1.955-4.692h5.167l1.955 4.692c0.080 0.192 0.266 0.308 0.462 0.308 0.064 0 0.129-0.012 0.192-0.039 0.255-0.106 0.375-0.399 0.269-0.654zM12.333 11l2.167-5.2 2.167 5.2h-4.333z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bold\" viewBox=\"0 0 20 20\">\n<title>bold</title>\n<path class=\"path1\" d=\"M10 9h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h2.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 8h2c0.551 0 1-0.449 1-1s-0.449-1-1-1h-2v2z\"/>\n<path class=\"path2\" d=\"M11 15h-3.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h3.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 14h3c0.551 0 1-0.449 1-1s-0.449-1-1-1h-3v2z\"/>\n<path class=\"path3\" d=\"M11 18h-5.5c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h4.5c2.757 0 5 2.243 5 5 0 0.824-0.202 1.628-0.587 2.349 1.013 0.945 1.587 2.253 1.587 3.651 0 2.757-2.243 5-5 5zM5.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h5.5c2.206 0 4-1.794 4-4 0-1.237-0.561-2.385-1.539-3.151-0.211-0.165-0.253-0.466-0.1-0.682 0.418-0.646 0.639-1.395 0.639-2.167 0-2.206-1.794-4-4-4h-4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-italic\" viewBox=\"0 0 20 20\">\n<title>italic</title>\n<path class=\"path1\" d=\"M15.5 2h-4.001c-0.001 0-0.003 0-0.004 0h-3.995c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.39l-2.8 14h-3.59c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.999c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h3.997c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.39l2.8-14h3.59c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-underline\" viewBox=\"0 0 20 20\">\n<title>underline</title>\n<path class=\"path1\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M10 15c-2.757 0-5-2.243-5-5v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.206 1.794 4 4 4s4-1.794 4-4v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.757-2.243 5-5 5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-strikethrough\" viewBox=\"0 0 20 20\">\n<title>strikethrough</title>\n<path class=\"path1\" d=\"M16.5 2h-14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.5v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5h6.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M9.5 18c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 12h-18c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h18c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM1 11h17v-1h-17v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-highlight\" viewBox=\"0 0 20 20\">\n<title>highlight</title>\n<path class=\"path1\" d=\"M19.854 9.646c-0.195-0.195-0.512-0.195-0.707 0l-3.586 3.586c-0.585 0.585-1.537 0.585-2.121 0l-4.672-4.672c-0.282-0.282-0.437-0.658-0.437-1.061s0.155-0.779 0.437-1.061l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.586 3.586c-0.471 0.471-0.73 1.098-0.73 1.768 0 0.285 0.048 0.563 0.138 0.824l-7.322 7.322c-0.094 0.094-0.146 0.221-0.146 0.354v1.5c0 0.276 0.224 0.5 0.5 0.5h9.5c0.133 0 0.26-0.053 0.354-0.146l3.322-3.322c0.261 0.091 0.539 0.138 0.824 0.138 0.669 0 1.297-0.259 1.768-0.73l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707zM9.793 17h-8.793v-0.793l7.002-7.002c0.020 0.021 0.039 0.042 0.059 0.062l4.672 4.672c0.020 0.020 0.041 0.040 0.062 0.059l-3.002 3.002z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-left\" viewBox=\"0 0 20 20\">\n<title>text-align-left</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-center\" viewBox=\"0 0 20 20\">\n<title>text-align-center</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-right\" viewBox=\"0 0 20 20\">\n<title>text-align-right</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-justify\" viewBox=\"0 0 20 20\">\n<title>text-align-justify</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-line-spacing\" viewBox=\"0 0 20 20\">\n<title>line-spacing</title>\n<path class=\"path1\" d=\"M18.5 5h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M18.5 9h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 13h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M18.5 17h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M5.146 13.646l-1.146 1.146v-8.586l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v8.586l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-increase\" viewBox=\"0 0 20 20\">\n<title>indent-increase</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M2.5 14c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-6c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l4 3c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-4 3c-0.088 0.066-0.194 0.1-0.3 0.1zM3 8.5v4l2.667-2-2.667-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-decrease\" viewBox=\"0 0 20 20\">\n<title>indent-decrease</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M6.5 14c-0.106 0-0.212-0.034-0.3-0.1l-4-3c-0.126-0.094-0.2-0.243-0.2-0.4s0.074-0.306 0.2-0.4l4-3c0.152-0.114 0.354-0.132 0.524-0.047s0.276 0.258 0.276 0.447v6c0 0.189-0.107 0.363-0.276 0.447-0.071 0.035-0.147 0.053-0.224 0.053zM3.333 10.5l2.667 2v-4l-2.667 2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pilcrow\" viewBox=\"0 0 20 20\">\n<title>pilcrow</title>\n<path class=\"path1\" d=\"M15.5 2h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h3v14.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 9h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-ltr\" viewBox=\"0 0 20 20\">\n<title>direction-ltr</title>\n<path class=\"path1\" d=\"M15.354 17.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.146 1.146h-9.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9.293l-1.146 1.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-rtl\" viewBox=\"0 0 20 20\">\n<title>direction-rtl</title>\n<path class=\"path1\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n<path class=\"path2\" d=\"M14.5 17h-9.293l1.146-1.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.146-1.146h9.293c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-page-break\" viewBox=\"0 0 20 20\">\n<title>page-break</title>\n<path class=\"path1\" d=\"M17.5 9h-15c-0.827 0-1.5-0.673-1.5-1.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M1.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M10.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M13.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M16.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M19.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M18.5 20c-0.276 0-0.5-0.224-0.5-0.5v-6c0-0.276-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-6c0-0.827 0.673-1.5 1.5-1.5h15c0.827 0 1.5 0.673 1.5 1.5v6c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-alpha-asc\" viewBox=\"0 0 20 20\">\n<title>sort-alpha-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M19.96 7.303l-3-7c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3 7c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM15.544 4l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path3\" d=\"M18.5 20h-4c-0.178 0-0.343-0.095-0.432-0.249s-0.090-0.344-0.002-0.499l3.573-6.252h-3.138c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.178 0 0.343 0.095 0.432 0.249s0.090 0.344 0.002 0.499l-3.573 6.252h3.138c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-amount-asc\" viewBox=\"0 0 20 20\">\n<title>sort-amount-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M13.5 5h-2c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 4h1v-1h-1v1z\"/>\n<path class=\"path3\" d=\"M15.5 9h-4c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h4c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 8h3v-1h-3v1z\"/>\n<path class=\"path4\" d=\"M17.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 12h5v-1h-5v1z\"/>\n<path class=\"path5\" d=\"M19.5 17h-8c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 16h7v-1h-7v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hand\" viewBox=\"0 0 20 20\">\n<title>hand</title>\n<path class=\"path1\" d=\"M17 4c-0.364 0-0.706 0.098-1 0.269v-1.269c0-1.103-0.897-2-2-2-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339s-1.614 0.56-1.887 1.339c-0.318-0.214-0.701-0.339-1.113-0.339-1.103 0-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.851 0 1.642-0.277 2.352-0.822 0.667-0.513 1.246-1.255 1.72-2.204 0.934-1.868 1.428-4.452 1.428-7.474v-3.5c0-1.103-0.897-2-2-2zM18 9.5c0 2.867-0.457 5.296-1.322 7.026-0.564 1.128-1.574 2.474-3.178 2.474h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.813c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-7.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-6.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5c0-0.551 0.449-1 1-1s1 0.449 1 1v3.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-up\" viewBox=\"0 0 20 20\">\n<title>pointer-up</title>\n<path class=\"path1\" d=\"M17 8c-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.364 0-0.706 0.098-1 0.269v-3.269c0-1.103-0.897-2-2-2s-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.848 0 1.632-0.245 2.331-0.73 0.676-0.468 1.259-1.152 1.734-2.033 0.939-1.743 1.435-4.246 1.435-7.237 0-1.103-0.897-2-2-2zM16.685 16.763c-0.549 1.021-1.548 2.237-3.185 2.237h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.812c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1c0 2.826-0.455 5.165-1.315 6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-right\" viewBox=\"0 0 20 20\">\n<title>pointer-right</title>\n<path class=\"path1\" d=\"M12 17c0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.364-0.098-0.706-0.269-1h3.269c1.103 0 2-0.897 2-2s-0.897-2-2-2h-7.373l2.333-1.346c0.475-0.261 0.813-0.687 0.953-1.199 0.136-0.499 0.064-1.018-0.202-1.462-0.544-0.907-1.774-1.253-2.742-0.77-0.061 0.030-1.368 0.668-5.35 2.66-1.875 0.938-3.216 1.967-3.984 3.059-0.603 0.857-0.634 1.449-0.634 1.559v5c0 0.848 0.245 1.632 0.73 2.331 0.468 0.676 1.152 1.259 2.033 1.734 1.743 0.939 4.246 1.435 7.237 1.435 1.103 0 2-0.897 2-2zM3.237 16.685c-1.021-0.549-2.237-1.548-2.237-3.185v-4.99c0.003-0.039 0.050-0.46 0.525-1.095 0.474-0.633 1.472-1.605 3.54-2.638 4.054-2.027 5.331-2.65 5.343-2.656 0.002-0.001 0.003-0.001 0.004-0.002 0.503-0.251 1.162-0.073 1.439 0.389 0.125 0.208 0.158 0.451 0.095 0.685-0.068 0.249-0.236 0.458-0.472 0.587-0.003 0.002-0.007 0.004-0.010 0.006l-2.705 1.561c-0.583 0.319-0.828 0.678-0.729 1.067 0.099 0.39 0.489 0.587 1.157 0.587h7.812c0.551 0 1 0.449 1 1s-0.449 1-1 1h-6.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1c-2.826 0-5.165-0.455-6.763-1.315z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-down\" viewBox=\"0 0 20 20\">\n<title>pointer-down</title>\n<path class=\"path1\" d=\"M17 12c-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.364 0-0.706-0.098-1-0.269v3.269c0 1.103-0.897 2-2 2s-2-0.897-2-2v-7.373l-1.346 2.333c-0.261 0.475-0.687 0.813-1.199 0.953-0.499 0.136-1.018 0.064-1.462-0.202-0.907-0.544-1.253-1.774-0.77-2.742 0.030-0.061 0.668-1.368 2.66-5.35 0.938-1.875 1.967-3.216 3.059-3.984 0.857-0.603 1.449-0.634 1.559-0.634h5c0.848 0 1.632 0.245 2.331 0.73 0.676 0.468 1.259 1.152 1.734 2.033 0.939 1.743 1.435 4.246 1.435 7.237 0 1.103-0.897 2-2 2zM16.685 3.237c-0.549-1.021-1.548-2.237-3.185-2.237h-4.99c-0.039 0.003-0.46 0.050-1.095 0.525-0.633 0.474-1.605 1.472-2.638 3.54-2.027 4.054-2.65 5.331-2.656 5.343-0.001 0.002-0.001 0.003-0.002 0.004-0.251 0.503-0.073 1.162 0.389 1.439 0.208 0.125 0.451 0.158 0.685 0.095 0.249-0.068 0.458-0.236 0.587-0.472 0.002-0.003 0.004-0.007 0.006-0.010l1.561-2.705c0.319-0.583 0.678-0.828 1.067-0.729 0.39 0.099 0.587 0.489 0.587 1.157v7.812c0 0.551 0.449 1 1 1s1-0.449 1-1v-6.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1c0-2.826-0.455-5.165-1.315-6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-left\" viewBox=\"0 0 20 20\">\n<title>pointer-left</title>\n<path class=\"path1\" d=\"M8 17c0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.364 0.098-0.706 0.269-1h-3.269c-1.103 0-2-0.897-2-2s0.897-2 2-2h7.373l-2.333-1.346c-0.475-0.261-0.813-0.687-0.953-1.199-0.136-0.499-0.064-1.018 0.202-1.462 0.544-0.907 1.774-1.253 2.742-0.77 0.061 0.030 1.368 0.668 5.35 2.66 1.875 0.938 3.216 1.967 3.984 3.059 0.603 0.857 0.634 1.449 0.634 1.559v5c0 0.848-0.245 1.632-0.73 2.331-0.468 0.676-1.152 1.259-2.033 1.734-1.743 0.939-4.246 1.435-7.237 1.435-1.103 0-2-0.897-2-2zM16.763 16.685c1.021-0.549 2.237-1.548 2.237-3.185v-4.99c-0.003-0.039-0.050-0.46-0.525-1.095-0.474-0.633-1.472-1.605-3.54-2.638-4.054-2.027-5.331-2.65-5.343-2.656-0.002-0.001-0.003-0.001-0.004-0.002-0.503-0.251-1.162-0.073-1.439 0.389-0.125 0.208-0.158 0.451-0.095 0.685 0.068 0.249 0.236 0.458 0.472 0.587 0.003 0.002 0.007 0.004 0.010 0.006l2.705 1.561c0.583 0.319 0.828 0.678 0.729 1.067-0.099 0.39-0.489 0.587-1.157 0.587h-7.812c-0.551 0-1 0.449-1 1s0.449 1 1 1h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1c2.826 0 5.165-0.455 6.763-1.315z\"/>\n</symbol>\n</defs>\n</svg>\n\";}', 'yes');
INSERT INTO `cbdwra_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(169, 'oxygen_vsb_history_limit', '', 'yes'),
(170, 'oxygen_vsb_preview_dropdown_limit', '', 'yes'),
(171, 'oxygen_vsb_preview_dropdown_exclude_non_public', 'true', 'yes'),
(172, 'oxygen_vsb_enable_selector_detector', '', 'yes'),
(173, 'oxygen_vsb_enable_default_designsets', 'true', 'yes'),
(174, 'oxygen_vsb_enable_3rdp_designsets', '', 'yes'),
(175, 'oxygen_vsb_enable_connection', '', 'yes'),
(176, 'oxygen_vsb_google_maps_api_key', '', 'yes'),
(177, 'oxygen_vsb_show_all_acf_fields', 'true', 'yes'),
(178, 'oxygen_vsb_enable_google_fonts_cache', 'true', 'yes'),
(179, 'oxygen_vsb_enable_ie_layout_improvements', 'true', 'yes'),
(180, 'oxygen_vsb_enable_signature_validation', 'true', 'yes'),
(181, 'oxygen_vsb_enable_signature_frontend_errors', 'false', 'yes'),
(182, 'oxygen_vsb_disable_google_fonts', '', 'yes'),
(183, 'oxygen_vsb_block_category_label', '', 'yes'),
(184, 'oxygen_vsb_full_page_block_category_label', '', 'yes'),
(185, 'oxygen_vsb_access_role_editor', '', 'yes'),
(186, 'oxygen_vsb_access_role_author', '', 'yes'),
(187, 'oxygen_vsb_access_role_contributor', '', 'yes'),
(188, 'oxygen_vsb_access_role_subscriber', '', 'yes'),
(189, 'oxygen_vsb_ignore_post_type_post', '', 'yes'),
(190, 'oxygen_vsb_ignore_post_type_page', '', 'yes'),
(191, 'oxygen_vsb_ignore_post_type_user_request', '', 'yes'),
(192, 'oxygen_vsb_ignore_post_type_wp_block', '', 'yes'),
(195, 'oxygen_license_status', 'valid', 'yes'),
(202, 'wpvivid_email_setting', 'a:3:{s:7:\"send_to\";a:0:{}s:6:\"always\";b:1;s:12:\"email_enable\";b:0;}', 'no'),
(203, 'wpvivid_compress_setting', 'a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}', 'no'),
(204, 'wpvivid_local_setting', 'a:2:{s:4:\"path\";s:14:\"wpvividbackups\";s:10:\"save_local\";i:1;}', 'no'),
(205, 'wpvivid_upload_setting', 'a:1:{s:15:\"remote_selected\";a:0:{}}', 'no'),
(206, 'wpvivid_common_setting', 'a:10:{s:18:\"max_execution_time\";i:180;s:17:\"log_save_location\";s:26:\"wpvividbackups/wpvivid_log\";s:16:\"max_backup_count\";i:30;s:14:\"show_admin_bar\";b:1;s:14:\"domain_include\";b:1;s:15:\"estimate_backup\";b:1;s:16:\"max_resume_count\";i:6;s:12:\"memory_limit\";s:4:\"256M\";s:20:\"restore_memory_limit\";s:4:\"256M\";s:12:\"migrate_size\";s:4:\"2048\";}', 'no'),
(207, 'wpvivid_init', 'init', 'no'),
(208, 'wpvivid_backup_list', 'a:0:{}', 'no'),
(209, 'wpvivid_remote_init', 'init', 'no'),
(211, 'wpvivid_need_review', 'not', 'no'),
(212, 'wpvivid_task_list', 'a:0:{}', 'no'),
(213, 'wf_licensing_wpr', 'a:6:{s:11:\"license_key\";s:26:\"E5ECE478-0ECF620D-66CC285A\";s:5:\"error\";s:0:\"\";s:4:\"name\";s:16:\"WP Reset PRO LTD\";s:10:\"last_check\";i:1612593796;s:11:\"valid_until\";s:10:\"2035-01-01\";s:4:\"meta\";a:3:{s:11:\"white_label\";b:0;s:9:\"wpr_cloud\";b:0;s:24:\"white_label_support_text\";s:0:\"\";}}', 'yes'),
(218, 'wp-reset-snapshots', 'a:8:{s:6:\"irxuti\";a:16:{s:4:\"name\";s:47:\"Before WPvivid Backup Pro v1.9.21 was activated\";s:7:\"plugins\";a:1:{s:26:\"WPvivid Backup Pro v1.9.21\";s:70:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/wpvivid-backup-pro/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"irxuti\";s:9:\"timestamp\";s:19:\"2020-09-23 17:24:01\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:214295;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:237;s:8:\"tbl_size\";i:1616433;s:5:\"local\";b:1;}s:6:\"pfmjzt\";a:16:{s:4:\"name\";s:60:\"Before Head, Footer and Post Injections v3.2.1 was activated\";s:7:\"plugins\";a:1:{s:39:\"Head, Footer and Post Injections v3.2.1\";s:65:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/header-footer/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"pfmjzt\";s:9:\"timestamp\";s:19:\"2020-10-18 04:16:39\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:72164;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:524;s:8:\"tbl_size\";i:3703961;s:5:\"local\";b:1;}s:6:\"wvnksb\";a:16:{s:4:\"name\";s:52:\"Before Akismet AntiSpam v4.1.6 was updated to v4.1.7\";s:7:\"plugins\";a:1:{s:23:\"Akismet AntiSpam v4.1.6\";s:59:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/akismet/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"wvnksb\";s:9:\"timestamp\";s:19:\"2020-11-09 04:46:48\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:74075;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:522;s:8:\"tbl_size\";i:3703961;s:5:\"local\";b:1;}s:6:\"taflwj\";a:15:{s:4:\"name\";s:49:\"Before WordPress was upgraded from 5.5.3 to 5.6.1\";s:7:\"plugins\";a:0:{}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"taflwj\";s:9:\"timestamp\";s:19:\"2021-02-06 06:45:52\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:549;s:8:\"tbl_size\";i:3771273;s:5:\"local\";b:1;}s:6:\"kmintr\";a:16:{s:4:\"name\";s:105:\"Before the following themes were updated: Twenty Nineteen v1.7, Twenty Seventeen v2.4, Twenty Twenty v1.5\";s:7:\"plugins\";a:0:{}s:6:\"themes\";a:3:{s:20:\"Twenty Nineteen v1.7\";s:64:\"/home/thrill16/newgen.stun.tech/wp-content/themes/twentynineteen\";s:21:\"Twenty Seventeen v2.4\";s:65:\"/home/thrill16/newgen.stun.tech/wp-content/themes/twentyseventeen\";s:18:\"Twenty Twenty v1.5\";s:62:\"/home/thrill16/newgen.stun.tech/wp-content/themes/twentytwenty\";}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"kmintr\";s:9:\"timestamp\";s:19:\"2021-02-06 06:47:46\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:2177546;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:550;s:8:\"tbl_size\";i:3772121;s:5:\"local\";b:1;}s:6:\"srewqi\";a:16:{s:4:\"name\";s:52:\"Before Akismet AntiSpam v4.1.7 was updated to v4.1.8\";s:7:\"plugins\";a:1:{s:23:\"Akismet AntiSpam v4.1.7\";s:59:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/akismet/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"srewqi\";s:9:\"timestamp\";s:19:\"2021-02-06 06:48:47\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:74167;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:549;s:8:\"tbl_size\";i:3773297;s:5:\"local\";b:1;}s:6:\"nufsty\";a:16:{s:4:\"name\";s:40:\"Before Oxygen v3.5 was updated to v3.6.1\";s:7:\"plugins\";a:1:{s:11:\"Oxygen v3.5\";s:58:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/oxygen/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"nufsty\";s:9:\"timestamp\";s:19:\"2021-02-06 06:49:01\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:2781986;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:549;s:8:\"tbl_size\";i:3774201;s:5:\"local\";b:1;}s:6:\"lkrore\";a:15:{s:4:\"name\";s:59:\"Before WPvivid Backup Plugin v0.9.46 was updated to v0.9.49\";s:7:\"plugins\";a:1:{s:29:\"WPvivid Backup Plugin v0.9.46\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/wpvivid-backuprestore/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"lkrore\";s:9:\"timestamp\";s:19:\"2021-02-06 06:50:07\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:2234284;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:561;s:8:\"tbl_size\";i:3775601;}}', 'yes'),
(219, 'wp-reset-log', 'a:16:{i:0;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:24:\"Deleting snapshot xhibau\";}i:1;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:37:\"Deleted table xhibau_wpk0_commentmeta\";}i:2;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_comments\";}i:3;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_links\";}i:4;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:33:\"Deleted table xhibau_wpk0_options\";}i:5;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_postmeta\";}i:6;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_posts\";}i:7;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"Deleted table xhibau_wpk0_term_relationships\";}i:8;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:39:\"Deleted table xhibau_wpk0_term_taxonomy\";}i:9;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_termmeta\";}i:10;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_terms\";}i:11;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_usermeta\";}i:12;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_users\";}i:13;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:45:\"Deleted table xhibau_wpk0_wpvivid_scan_result\";}i:14;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:54:\"Deleted table xhibau_wpk0_wpvivid_unused_uploads_files\";}i:15;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:36:\"Deleted snapshot xhibau successfully\";}}', 'yes'),
(1550, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1612637121', 'no'),
(1551, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1612593921', 'no'),
(1552, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1612637121', 'no'),
(1553, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/02/wordpress-5-6-1-maintenance-release/\'>WordPress 5.6.1 Maintenance Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format\'>WPTavern: Gutenberg 9.9 Adds Color Options for Social Icons, Includes Rounded Borders for Images, and Changes the Theme JSON Format</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/newspack-publishes-showcase-with-60-newsrooms-launched?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=newspack-publishes-showcase-with-60-newsrooms-launched\'>WPTavern: Newspack Publishes Showcase with 60 Newsrooms Launched</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project\'>WPTavern: Call for Feedback on Theme Review Action, a New Automated WordPress Theme Testing Project</a></li></ul></div>', 'no'),
(231, '_transient_oxygen_vsb_source_color_lookup_table', 'a:1:{s:0:\"\";s:0:\"\";}', 'yes'),
(241, 'ct_components_classes', 'a:75:{s:9:\"Paragraph\";a:3:{s:3:\"key\";s:9:\"Paragraph\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:9:\"custom-js\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.5\";s:9:\"max-width\";s:3:\"500\";}}s:19:\"hosting-heading-one\";a:4:{s:3:\"key\";s:19:\"hosting-heading-one\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"48\";}}}s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"64\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";}}s:25:\"hosting-contact-3-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-contact-3-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:12:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:13:\"margin-bottom\";s:2:\"20\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:9:\"font-size\";s:2:\"16\";s:5:\"color\";s:8:\"color(3)\";s:14:\"padding-bottom\";s:2:\"20\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(2)\";}}s:22:\"hosting-contact-3-icon\";a:3:{s:3:\"key\";s:22:\"hosting-contact-3-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"28\";s:10:\"icon-color\";s:8:\"color(3)\";s:12:\"margin-right\";s:2:\"12\";}}s:19:\"hosting-heading-two\";a:4:{s:3:\"key\";s:19:\"hosting-heading-two\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"32\";}}}s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"40\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"0\";}}s:29:\"hosting-testimonial-4-wrapper\";a:4:{s:3:\"key\";s:29:\"hosting-testimonial-4-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}}s:8:\"original\";a:19:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:13:\"border-radius\";s:1:\"5\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:11:\"padding-top\";s:2:\"24\";s:12:\"padding-left\";s:2:\"28\";s:13:\"padding-right\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"20\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";s:9:\"max-width\";s:3:\"480\";}}s:26:\"hosting-testimonial-4-text\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-4-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"font-style\";s:6:\"italic\";s:13:\"margin-bottom\";s:2:\"24\";}}s:26:\"hosting-testimonial-5-icon\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-5-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"24\";s:13:\"margin-bottom\";s:1:\"8\";}}s:36:\"hosting-testimonial-4-avatar-wrapper\";a:3:{s:3:\"key\";s:36:\"hosting-testimonial-4-avatar-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:15:\"margin-top-unit\";s:4:\"auto\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}s:27:\"hosting-testimonial-4-image\";a:3:{s:3:\"key\";s:27:\"hosting-testimonial-4-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:5:\"width\";s:2:\"64\";s:18:\"border-radius-unit\";s:1:\"%\";s:13:\"border-radius\";s:3:\"100\";s:12:\"margin-right\";s:2:\"12\";}}s:26:\"hosting-testimonial-4-name\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-4-name\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";}}s:28:\"hosting-testimonial-4-column\";a:3:{s:3:\"key\";s:28:\"hosting-testimonial-4-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:17:\"atomic-subheading\";a:4:{s:3:\"key\";s:17:\"atomic-subheading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"20\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}}s:8:\"original\";a:8:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:9:\"color(15)\";s:9:\"font-size\";s:2:\"24\";s:11:\"line-height\";s:3:\"1.6\";s:11:\"font-weight\";s:3:\"200\";s:14:\"max-width-unit\";s:2:\"px\";s:9:\"max-width\";s:3:\"480\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:22:\"atomic-primary-heading\";a:4:{s:3:\"key\";s:22:\"atomic-primary-heading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"56\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"44\";}}}s:8:\"original\";a:6:{s:5:\"color\";s:9:\"color(15)\";s:9:\"font-size\";s:2:\"64\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.1\";s:10:\"margin-top\";s:1:\"0\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:21:\"atomic-primary-button\";a:5:{s:3:\"key\";s:21:\"atomic-primary-button\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:11:\"padding-top\";s:2:\"16\";s:12:\"padding-left\";s:2:\"36\";s:13:\"padding-right\";s:2:\"36\";s:14:\"padding-bottom\";s:2:\"16\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"16\";}}}s:8:\"original\";a:20:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:16:\"background-color\";s:9:\"color(13)\";s:11:\"padding-top\";s:2:\"20\";s:14:\"padding-bottom\";s:2:\"20\";s:12:\"padding-left\";s:2:\"48\";s:13:\"padding-right\";s:2:\"48\";s:9:\"font-size\";s:2:\"20\";s:5:\"color\";s:9:\"color(12)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:3:\".25\";s:10:\"text-align\";s:6:\"center\";s:19:\"letter-spacing-unit\";s:2:\"em\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:19:\"transition-duration\";s:3:\"0.5\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";s:14:\"text-transform\";s:4:\"none\";s:15:\"text-decoration\";s:4:\"none\";s:10:\"font-style\";s:6:\"normal\";}s:5:\"hover\";a:2:{s:16:\"background-color\";s:9:\"color(14)\";s:5:\"color\";s:9:\"color(12)\";}}s:24:\"atomic-content-19-column\";a:3:{s:3:\"key\";s:24:\"atomic-content-19-column\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:0:{}}s:23:\"atomic-content-19-image\";a:4:{s:3:\"key\";s:23:\"atomic-content-19-image\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:0:{}s:5:\"hover\";a:0:{}}s:26:\"hosting-iconblock-1-column\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-1-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:10:\"flex-start\";}}s:24:\"hosting-iconblock-1-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(4)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:25:\"hosting-iconblock-1-title\";a:3:{s:3:\"key\";s:25:\"hosting-iconblock-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"900\";s:5:\"color\";s:8:\"color(1)\";s:11:\"line-height\";s:3:\"1.1\";s:15:\"margin-top-unit\";s:4:\"auto\";}}s:25:\"hosting-company-2-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-company-2-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:5:\"width\";s:2:\"25\";}}s:22:\"hosting-company-2-icon\";a:3:{s:3:\"key\";s:22:\"hosting-company-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-company-2-title\";a:3:{s:3:\"key\";s:23:\"hosting-company-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:22:\"hosting-company-2-text\";a:3:{s:3:\"key\";s:22:\"hosting-company-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";}}s:21:\"hosting-about-2-image\";a:3:{s:3:\"key\";s:21:\"hosting-about-2-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:13:\"border-radius\";s:1:\"5\";s:13:\"margin-bottom\";s:2:\"40\";}}s:27:\"hosting-dark-outline-button\";a:4:{s:3:\"key\";s:27:\"hosting-dark-outline-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:21:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:8:\"color(4)\";s:9:\"font-size\";s:2:\"16\";s:11:\"button-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"700\";s:13:\"border-radius\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:16:\"background-color\";s:8:\"color(3)\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:24:\"oxy-stock-content-styles\";a:3:{s:3:\"key\";s:24:\"oxy-stock-content-styles\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:20:\"hosting-other-single\";a:3:{s:3:\"key\";s:20:\"hosting-other-single\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:12:\"hosting-logo\";a:4:{s:3:\"key\";s:12:\"hosting-logo\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:0:{}}s:21:\"hosting-simple-button\";a:4:{s:3:\"key\";s:21:\"hosting-simple-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:12:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:12:\"button-style\";s:1:\"1\";s:11:\"button-size\";s:2:\"12\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:17:\"button-text-color\";s:8:\"color(3)\";s:12:\"button-color\";s:11:\"transparent\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:28:\"hosting-white-outline-button\";a:4:{s:3:\"key\";s:28:\"hosting-white-outline-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:20:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"16\";s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:8:\"color(3)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"button-size\";s:2:\"12\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:13:\"border-radius\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:23:\"hosting-footer-1-column\";a:4:{s:3:\"key\";s:23:\"hosting-footer-1-column\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:7:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(2)\";}}}s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:11:\"align-items\";s:6:\"center\";}}s:22:\"hosting-footer-1-image\";a:3:{s:3:\"key\";s:22:\"hosting-footer-1-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(3)\";s:9:\"icon-size\";s:2:\"28\";s:12:\"margin-right\";s:2:\"12\";}}s:21:\"hosting-footer-1-text\";a:3:{s:3:\"key\";s:21:\"hosting-footer-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(2)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";}}s:19:\"hosting-main-button\";a:4:{s:3:\"key\";s:19:\"hosting-main-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:11:{s:12:\"button-style\";s:1:\"1\";s:11:\"button-size\";s:2:\"12\";s:12:\"button-color\";s:8:\"color(4)\";s:17:\"button-text-color\";s:8:\"color(3)\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:11:\"font-weight\";s:3:\"700\";s:13:\"border-radius\";s:1:\"5\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:6:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:2:\"30\";s:17:\"box-shadow-spread\";s:3:\"-20\";s:15:\"box-shadow-blur\";s:2:\"20\";}}s:24:\"hosting-features-2-photo\";a:3:{s:3:\"key\";s:24:\"hosting-features-2-photo\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:13:\"border-radius\";s:1:\"5\";}}s:26:\"hosting-features-1-wrapper\";a:3:{s:3:\"key\";s:26:\"hosting-features-1-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";s:5:\"width\";s:5:\"33.33\";}}s:23:\"hosting-features-1-icon\";a:3:{s:3:\"key\";s:23:\"hosting-features-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(3)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hosting-features-1-title\";a:3:{s:3:\"key\";s:24:\"hosting-features-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:23:\"hosting-features-1-text\";a:3:{s:3:\"key\";s:23:\"hosting-features-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:5:\"color\";s:8:\"color(7)\";}}s:31:\"hosting-product-1-check-wrapper\";a:3:{s:3:\"key\";s:31:\"hosting-product-1-check-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-product-1-check\";a:3:{s:3:\"key\";s:23:\"hosting-product-1-check\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:10:\"icon-color\";s:9:\"color(10)\";s:9:\"icon-size\";s:2:\"16\";s:12:\"margin-right\";s:1:\"8\";s:10:\"margin-top\";s:1:\"4\";}}s:22:\"hosting-product-1-text\";a:3:{s:3:\"key\";s:22:\"hosting-product-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";}}s:25:\"hosting-product-2-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-product-2-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:14:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:13:\"border-radius\";s:1:\"5\";s:11:\"padding-top\";s:2:\"28\";s:12:\"padding-left\";s:2:\"28\";s:13:\"padding-right\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"28\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";}}s:22:\"hosting-product-2-icon\";a:3:{s:3:\"key\";s:22:\"hosting-product-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-product-2-title\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:22:\"hosting-product-2-text\";a:3:{s:3:\"key\";s:22:\"hosting-product-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"12\";s:11:\"margin-left\";s:2:\"12\";}}s:24:\"hosting-product-2-bullet\";a:3:{s:3:\"key\";s:24:\"hosting-product-2-bullet\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:5:\"color\";s:9:\"color(11)\";s:11:\"margin-left\";s:3:\"-12\";}}s:23:\"hosting-product-2-digit\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-digit\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"48\";s:5:\"color\";s:8:\"color(1)\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:10:\"margin-top\";s:1:\"4\";}}s:23:\"hosting-product-2-label\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-label\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"20\";}}s:33:\"hosting-providers-1-image-wrapper\";a:3:{s:3:\"key\";s:33:\"hosting-providers-1-image-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";}}s:26:\"hosting-providers-1-images\";a:3:{s:3:\"key\";s:26:\"hosting-providers-1-images\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:32:\"hosting-providers-1-text-wrapper\";a:3:{s:3:\"key\";s:32:\"hosting-providers-1-text-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}s:25:\"hosting-providers-1-title\";a:3:{s:3:\"key\";s:25:\"hosting-providers-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:10:\"width-unit\";s:1:\"%\";s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hosting-providers-2-text\";a:3:{s:3:\"key\";s:24:\"hosting-providers-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";}}s:23:\"hosting-contact-3-title\";a:3:{s:3:\"key\";s:23:\"hosting-contact-3-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:22:\"hosting-contact-3-text\";a:3:{s:3:\"key\";s:22:\"hosting-contact-3-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:1:\"4\";}}s:26:\"hosting-contact-3-textlink\";a:4:{s:3:\"key\";s:26:\"hosting-contact-3-textlink\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(4)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:15:\"text-decoration\";s:4:\"none\";}s:5:\"hover\";a:1:{s:15:\"text-decoration\";s:9:\"underline\";}}s:11:\"toggle-4605\";a:3:{s:3:\"key\";s:11:\"toggle-4605\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:17:\"toggle_icon_color\";s:8:\"color(4)\";s:16:\"toggle_icon_size\";s:2:\"12\";s:11:\"margin-left\";s:3:\"-16\";s:13:\"margin-bottom\";s:1:\"8\";s:5:\"color\";s:8:\"color(4)\";}}s:20:\"toggle-4605-expanded\";a:3:{s:3:\"key\";s:20:\"toggle-4605-expanded\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:25:\"hosting-accordion-1-title\";a:4:{s:3:\"key\";s:25:\"hosting-accordion-1-title\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:14:\"flex-direction\";s:5:\"unset\";}}}s:8:\"original\";a:11:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.6\";s:19:\"border-bottom-style\";s:6:\"dashed\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(4)\";s:14:\"flex-direction\";s:5:\"unset\";s:7:\"display\";s:11:\"inline-flex\";s:10:\"text-align\";s:4:\"left\";}}s:24:\"hosting-accordion-1-text\";a:3:{s:3:\"key\";s:24:\"hosting-accordion-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";s:13:\"margin-bottom\";s:2:\"16\";}}s:20:\"hosting-hero-1-image\";a:4:{s:3:\"key\";s:20:\"hosting-hero-1-image\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:5:\"33.33\";}}}s:8:\"original\";a:3:{s:5:\"width\";s:2:\"16\";s:7:\"opacity\";s:3:\"0.5\";s:10:\"width-unit\";s:1:\"%\";}}s:23:\"hosting-price-1-wrapper\";a:3:{s:3:\"key\";s:23:\"hosting-price-1-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:21:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:13:\"border-radius\";s:1:\"5\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";s:16:\"border-top-color\";s:8:\"color(8)\";s:16:\"border-top-width\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:11:\"padding-top\";s:2:\"30\";s:12:\"padding-left\";s:2:\"30\";s:13:\"padding-right\";s:2:\"30\";s:14:\"padding-bottom\";s:2:\"30\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:7:\"stretch\";s:10:\"text-align\";s:4:\"left\";}}s:22:\"hosting-pricing-1-icon\";a:3:{s:3:\"key\";s:22:\"hosting-pricing-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(4)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-pricing-1-title\";a:3:{s:3:\"key\";s:23:\"hosting-pricing-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:22:\"hosting-pricing-1-text\";a:3:{s:3:\"key\";s:22:\"hosting-pricing-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"12\";s:9:\"max-width\";s:3:\"360\";}}s:23:\"hosting-pricing-1-month\";a:3:{s:3:\"key\";s:23:\"hosting-pricing-1-month\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"24\";}}s:22:\"hosting-slider-1-slide\";a:3:{s:3:\"key\";s:22:\"hosting-slider-1-slide\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:16:\"background-color\";s:8:\"color(3)\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:16:\"box-shadow-inset\";s:5:\"false\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:13:\"border-radius\";s:1:\"5\";}}s:22:\"hosting-slider-1-image\";a:3:{s:3:\"key\";s:22:\"hosting-slider-1-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:9:\"transform\";a:1:{i:0;a:1:{s:14:\"transform-type\";s:6:\"rotate\";}}}}s:21:\"hosting-slider-1-text\";a:3:{s:3:\"key\";s:21:\"hosting-slider-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"24\";s:10:\"font-style\";s:6:\"italic\";}}s:26:\"hosting-iconblock-2-column\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-2-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:24:\"hosting-iconblock-3-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-3-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:13:\"margin-bottom\";s:2:\"12\";s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(3)\";}}s:25:\"hosting-iconblock-2-title\";a:3:{s:3:\"key\";s:25:\"hosting-iconblock-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.2\";s:13:\"margin-bottom\";s:1:\"4\";}}s:24:\"hosting-iconblock-2-text\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:9:\"max-width\";s:3:\"360\";}}}', 'yes'),
(233, 'ct_style_sheets', 'a:1:{i:0;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:7:\"hosting\";s:6:\"status\";i:1;s:6:\"folder\";i:1;}}', 'yes'),
(234, 'ct_global_settings', 'a:11:{s:5:\"fonts\";a:2:{s:4:\"Text\";s:9:\"Maven Pro\";s:7:\"Display\";s:7:\"Raleway\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:15:\"indicateParents\";s:4:\"true\";s:21:\"classSuggestionsLimit\";s:1:\"5\";s:8:\"headings\";a:6:{s:2:\"H1\";a:4:{s:9:\"font-size\";s:2:\"36\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#404040\";}s:2:\"H2\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H3\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H4\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H5\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H6\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:9:\"body_text\";a:5:{s:9:\"font-size\";s:2:\"16\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:5:\"color\";s:7:\"#404040\";}s:5:\"links\";a:4:{s:3:\"all\";a:5:{s:5:\"color\";s:8:\"color(4)\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:4:\"none\";s:11:\"hover_color\";s:8:\"color(1)\";s:21:\"hover_text-decoration\";s:4:\"none\";}s:9:\"text_link\";a:5:{s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:21:\"hover_text-decoration\";s:0:\"\";}s:12:\"link_wrapper\";a:0:{}s:6:\"button\";a:0:{}}s:8:\"sections\";a:8:{s:21:\"container-padding-top\";s:2:\"75\";s:26:\"container-padding-top-unit\";s:2:\"px\";s:24:\"container-padding-bottom\";s:2:\"75\";s:29:\"container-padding-bottom-unit\";s:2:\"px\";s:22:\"container-padding-left\";s:2:\"20\";s:27:\"container-padding-left-unit\";s:2:\"px\";s:23:\"container-padding-right\";s:2:\"20\";s:28:\"container-padding-right-unit\";s:2:\"px\";}s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:9:\"max-width\";s:4:\"1120\";s:11:\"breakpoints\";a:3:{s:6:\"tablet\";s:3:\"992\";s:15:\"phone-landscape\";s:3:\"768\";s:14:\"phone-portrait\";s:3:\"480\";}}', 'yes'),
(235, 'ct_style_sets', 'a:1:{s:30:\"Uncategorized Custom Selectors\";a:1:{s:3:\"key\";s:30:\"Uncategorized Custom Selectors\";}}', 'yes'),
(236, 'ct_custom_selectors', 'a:0:{}', 'yes'),
(239, 'oxygen_private_key', '$;Bl@NL/>8,J%X4t0~.Koi?ZQh4|dxD_', 'yes');
INSERT INTO `cbdwra_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(240, 'oxygen_vsb_css_files_state', 'a:11:{i:9;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:67:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/default-post-9.css\";s:4:\"path\";s:80:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/default-post-9.css\";s:14:\"last_save_time\";i:1600914272;}i:10;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:63:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/archive-10.css\";s:4:\"path\";s:76:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/archive-10.css\";s:14:\"last_save_time\";i:1600914272;}i:11;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/other-single-11.css\";s:4:\"path\";s:81:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/other-single-11.css\";s:14:\"last_save_time\";i:1600914272;}i:12;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/default-page-12.css\";s:4:\"path\";s:81:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/default-page-12.css\";s:14:\"last_save_time\";i:1600914272;}i:13;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:60:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/main-13.css\";s:4:\"path\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/main-13.css\";s:14:\"last_save_time\";i:1604905028;}i:14;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/about-14.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/about-14.css\";s:14:\"last_save_time\";i:1600914274;}i:15;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:64:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/features-15.css\";s:4:\"path\";s:77:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/features-15.css\";s:14:\"last_save_time\";i:1600914274;}i:16;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:64:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/products-16.css\";s:4:\"path\";s:77:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/products-16.css\";s:14:\"last_save_time\";i:1600914274;}i:17;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/login-17.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/login-17.css\";s:14:\"last_save_time\";i:1600914274;}i:19;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:63:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/contact-19.css\";s:4:\"path\";s:76:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/contact-19.css\";s:14:\"last_save_time\";i:1600914274;}i:21;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:60:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/home-21.css\";s:4:\"path\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/home-21.css\";s:14:\"last_save_time\";i:1604910335;}}', 'yes'),
(485, 'category_children', 'a:0:{}', 'yes'),
(242, 'ct_style_folders', 'a:2:{s:7:\"hosting\";a:2:{s:3:\"key\";s:7:\"hosting\";s:6:\"status\";i:1;}s:6:\"atomic\";a:2:{s:3:\"key\";s:6:\"atomic\";s:6:\"status\";i:1;}}', 'yes'),
(243, 'ct_last_installed_default_data', 'hosting', 'yes'),
(251, 'oxygen_vsb_easy_posts_templates', 'a:0:{}', 'yes'),
(252, 'oxygen_vsb_comments_list_templates', 'a:0:{}', 'yes'),
(253, 'oxygen_vsb_latest_typekit_fonts', 'a:0:{}', 'yes'),
(254, 'oxygen_breakpoints_cache_update_required', '1', 'yes');
INSERT INTO `cbdwra_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(255, 'oxygen_vsb_google_fonts_cache', 'a:1003:{i:0;a:2:{s:6:\"family\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:1;a:2:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:2;a:2:{s:6:\"family\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:3;a:2:{s:6:\"family\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:4;a:2:{s:6:\"family\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:5;a:2:{s:6:\"family\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:6;a:2:{s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:7;a:2:{s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:8;a:2:{s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:9;a:2:{s:6:\"family\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:10;a:2:{s:6:\"family\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:11;a:2:{s:6:\"family\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:12;a:2:{s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:13;a:2:{s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:14;a:2:{s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:15;a:2:{s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:16;a:2:{s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:17;a:2:{s:6:\"family\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}}i:18;a:2:{s:6:\"family\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:19;a:2:{s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:20;a:2:{s:6:\"family\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:21;a:2:{s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:22;a:2:{s:6:\"family\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:23;a:2:{s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:24;a:2:{s:6:\"family\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}}i:25;a:2:{s:6:\"family\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:26;a:2:{s:6:\"family\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:27;a:2:{s:6:\"family\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:28;a:2:{s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:29;a:2:{s:6:\"family\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}}i:30;a:2:{s:6:\"family\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:31;a:2:{s:6:\"family\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:32;a:2:{s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:33;a:2:{s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:34;a:2:{s:6:\"family\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:35;a:2:{s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:36;a:2:{s:6:\"family\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:37;a:2:{s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:38;a:2:{s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:39;a:2:{s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:40;a:2:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:41;a:2:{s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:42;a:2:{s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:43;a:2:{s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:44;a:2:{s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:45;a:2:{s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:46;a:2:{s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:47;a:2:{s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:48;a:2:{s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:49;a:2:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:50;a:2:{s:6:\"family\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:51;a:2:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:52;a:2:{s:6:\"family\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:53;a:2:{s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:54;a:2:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:55;a:2:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:56;a:2:{s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:57;a:2:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:58;a:2:{s:6:\"family\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:59;a:2:{s:6:\"family\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:60;a:2:{s:6:\"family\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:61;a:2:{s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:62;a:2:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:63;a:2:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:64;a:2:{s:6:\"family\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:65;a:2:{s:6:\"family\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:66;a:2:{s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:67;a:2:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:68;a:2:{s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}}i:69;a:2:{s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:70;a:2:{s:6:\"family\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:71;a:2:{s:6:\"family\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:72;a:2:{s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:73;a:2:{s:6:\"family\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:74;a:2:{s:6:\"family\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:75;a:2:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:76;a:2:{s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:77;a:2:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:78;a:2:{s:6:\"family\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:79;a:2:{s:6:\"family\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:80;a:2:{s:6:\"family\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:81;a:2:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:82;a:2:{s:6:\"family\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:83;a:2:{s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:84;a:2:{s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}}i:85;a:2:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:86;a:2:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:87;a:2:{s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:88;a:2:{s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:89;a:2:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:90;a:2:{s:6:\"family\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:91;a:2:{s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:92;a:2:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:93;a:2:{s:6:\"family\";s:9:\"Assistant\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:94;a:2:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:95;a:2:{s:6:\"family\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:96;a:2:{s:6:\"family\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:97;a:2:{s:6:\"family\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:98;a:2:{s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:99;a:2:{s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:100;a:2:{s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:101;a:2:{s:6:\"family\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:102;a:2:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:103;a:2:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:104;a:2:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:105;a:2:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:106;a:2:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:107;a:2:{s:6:\"family\";s:6:\"Caveat\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:108;a:2:{s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:109;a:2:{s:6:\"family\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:110;a:2:{s:6:\"family\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:111;a:2:{s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:112;a:2:{s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:113;a:2:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:114;a:2:{s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:115;a:2:{s:6:\"family\";s:7:\"Archivo\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:116;a:2:{s:6:\"family\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:117;a:2:{s:6:\"family\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:118;a:2:{s:6:\"family\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:119;a:2:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:120;a:2:{s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:121;a:2:{s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:122;a:2:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:123;a:2:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:124;a:2:{s:6:\"family\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:125;a:2:{s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:126;a:2:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:127;a:2:{s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:128;a:2:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:129;a:2:{s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:130;a:2:{s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:131;a:2:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:132;a:2:{s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:133;a:2:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:134;a:2:{s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:135;a:2:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:136;a:2:{s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:137;a:2:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:138;a:2:{s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:139;a:2:{s:6:\"family\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:140;a:2:{s:6:\"family\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:141;a:2:{s:6:\"family\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:142;a:2:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:143;a:2:{s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:144;a:2:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:145;a:2:{s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:146;a:2:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:147;a:2:{s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:148;a:2:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:149;a:2:{s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:150;a:2:{s:6:\"family\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:151;a:2:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:152;a:2:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:153;a:2:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:154;a:2:{s:6:\"family\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:155;a:2:{s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:156;a:2:{s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:157;a:2:{s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:158;a:2:{s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:159;a:2:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:160;a:2:{s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:161;a:2:{s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:162;a:2:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:163;a:2:{s:6:\"family\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:164;a:2:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:165;a:2:{s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:166;a:2:{s:6:\"family\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:167;a:2:{s:6:\"family\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:168;a:2:{s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:169;a:2:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:170;a:2:{s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:171;a:2:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:172;a:2:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:173;a:2:{s:6:\"family\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:174;a:2:{s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:175;a:2:{s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:176;a:2:{s:6:\"family\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"800\";}}i:177;a:2:{s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:178;a:2:{s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:179;a:2:{s:6:\"family\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:180;a:2:{s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:181;a:2:{s:6:\"family\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:182;a:2:{s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:183;a:2:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:184;a:2:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:185;a:2:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:186;a:2:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:187;a:2:{s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:188;a:2:{s:6:\"family\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:189;a:2:{s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:190;a:2:{s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:191;a:2:{s:6:\"family\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:192;a:2:{s:6:\"family\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:193;a:2:{s:6:\"family\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:194;a:2:{s:6:\"family\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:195;a:2:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:196;a:2:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:197;a:2:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:198;a:2:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:199;a:2:{s:6:\"family\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:200;a:2:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:201;a:2:{s:6:\"family\";s:5:\"Saira\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:202;a:2:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:203;a:2:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:204;a:2:{s:6:\"family\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:205;a:2:{s:6:\"family\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:206;a:2:{s:6:\"family\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:207;a:2:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:208;a:2:{s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:209;a:2:{s:6:\"family\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:210;a:2:{s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:211;a:2:{s:6:\"family\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:212;a:2:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:213;a:2:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:214;a:2:{s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:215;a:2:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:216;a:2:{s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:217;a:2:{s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:218;a:2:{s:6:\"family\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:219;a:2:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:220;a:2:{s:6:\"family\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:221;a:2:{s:6:\"family\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:222;a:2:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:223;a:2:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:224;a:2:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:225;a:2:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:226;a:2:{s:6:\"family\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:227;a:2:{s:6:\"family\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:228;a:2:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:229;a:2:{s:6:\"family\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:230;a:2:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:231;a:2:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:232;a:2:{s:6:\"family\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:233;a:2:{s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:234;a:2:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:235;a:2:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:236;a:2:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:237;a:2:{s:6:\"family\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:238;a:2:{s:6:\"family\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:239;a:2:{s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:240;a:2:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:241;a:2:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:242;a:2:{s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:243;a:2:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:244;a:2:{s:6:\"family\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:245;a:2:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:246;a:2:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:247;a:2:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:248;a:2:{s:6:\"family\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:249;a:2:{s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:250;a:2:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:251;a:2:{s:6:\"family\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:252;a:2:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:253;a:2:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:254;a:2:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:255;a:2:{s:6:\"family\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:256;a:2:{s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:257;a:2:{s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:258;a:2:{s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"900\";}}i:259;a:2:{s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:260;a:2:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:261;a:2:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:262;a:2:{s:6:\"family\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:263;a:2:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:264;a:2:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:265;a:2:{s:6:\"family\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:266;a:2:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:267;a:2:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:268;a:2:{s:6:\"family\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:269;a:2:{s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:270;a:2:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:271;a:2:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:272;a:2:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:273;a:2:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:274;a:2:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:275;a:2:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:276;a:2:{s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:277;a:2:{s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:278;a:2:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:279;a:2:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:280;a:2:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:281;a:2:{s:6:\"family\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:282;a:2:{s:6:\"family\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:283;a:2:{s:6:\"family\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:284;a:2:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:285;a:2:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:286;a:2:{s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:287;a:2:{s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:288;a:2:{s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:289;a:2:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:290;a:2:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:291;a:2:{s:6:\"family\";s:15:\"Red Hat Display\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:292;a:2:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:293;a:2:{s:6:\"family\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:294;a:2:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:295;a:2:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:296;a:2:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:297;a:2:{s:6:\"family\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:298;a:2:{s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:299;a:2:{s:6:\"family\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:300;a:2:{s:6:\"family\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:301;a:2:{s:6:\"family\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:302;a:2:{s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:303;a:2:{s:6:\"family\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:304;a:2:{s:6:\"family\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:305;a:2:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:306;a:2:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:307;a:2:{s:6:\"family\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:308;a:2:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:309;a:2:{s:6:\"family\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:310;a:2:{s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:311;a:2:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:312;a:2:{s:6:\"family\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:313;a:2:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:314;a:2:{s:6:\"family\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:315;a:2:{s:6:\"family\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:316;a:2:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:317;a:2:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:318;a:2:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:319;a:2:{s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:320;a:2:{s:6:\"family\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:321;a:2:{s:6:\"family\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:322;a:2:{s:6:\"family\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:323;a:2:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:324;a:2:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:325;a:2:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:326;a:2:{s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:327;a:2:{s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:328;a:2:{s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:329;a:2:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:330;a:2:{s:6:\"family\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:331;a:2:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:332;a:2:{s:6:\"family\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:333;a:2:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:334;a:2:{s:6:\"family\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:335;a:2:{s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:336;a:2:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:337;a:2:{s:6:\"family\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:338;a:2:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:339;a:2:{s:6:\"family\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:340;a:2:{s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:341;a:2:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:342;a:2:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:343;a:2:{s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:344;a:2:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:345;a:2:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:346;a:2:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:347;a:2:{s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:348;a:2:{s:6:\"family\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:349;a:2:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:350;a:2:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:351;a:2:{s:6:\"family\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:352;a:2:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:353;a:2:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:354;a:2:{s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:355;a:2:{s:6:\"family\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}}i:356;a:2:{s:6:\"family\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:357;a:2:{s:6:\"family\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:358;a:2:{s:6:\"family\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:359;a:2:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:360;a:2:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:361;a:2:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:362;a:2:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:363;a:2:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:364;a:2:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:365;a:2:{s:6:\"family\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:366;a:2:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:367;a:2:{s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:368;a:2:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:369;a:2:{s:6:\"family\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:370;a:2:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:371;a:2:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:372;a:2:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:373;a:2:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:374;a:2:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:375;a:2:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:376;a:2:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:377;a:2:{s:6:\"family\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:378;a:2:{s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:379;a:2:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:380;a:2:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:381;a:2:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:382;a:2:{s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:383;a:2:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:384;a:2:{s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:385;a:2:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:386;a:2:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:387;a:2:{s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:388;a:2:{s:6:\"family\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:389;a:2:{s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:390;a:2:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:391;a:2:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:392;a:2:{s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:393;a:2:{s:6:\"family\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:394;a:2:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:395;a:2:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:396;a:2:{s:6:\"family\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:397;a:2:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:398;a:2:{s:6:\"family\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:399;a:2:{s:6:\"family\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:400;a:2:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:401;a:2:{s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:402;a:2:{s:6:\"family\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:403;a:2:{s:6:\"family\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:404;a:2:{s:6:\"family\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:405;a:2:{s:6:\"family\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:406;a:2:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:407;a:2:{s:6:\"family\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:408;a:2:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:409;a:2:{s:6:\"family\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:410;a:2:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:411;a:2:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:412;a:2:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:413;a:2:{s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:414;a:2:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:415;a:2:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:416;a:2:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:417;a:2:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:418;a:2:{s:6:\"family\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:419;a:2:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:420;a:2:{s:6:\"family\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:421;a:2:{s:6:\"family\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:422;a:2:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:423;a:2:{s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:424;a:2:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:425;a:2:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:426;a:2:{s:6:\"family\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:427;a:2:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:428;a:2:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:429;a:2:{s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:430;a:2:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:431;a:2:{s:6:\"family\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:432;a:2:{s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:433;a:2:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:434;a:2:{s:6:\"family\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:435;a:2:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:436;a:2:{s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:437;a:2:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:438;a:2:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:439;a:2:{s:6:\"family\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:440;a:2:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:441;a:2:{s:6:\"family\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:442;a:2:{s:6:\"family\";s:12:\"Red Hat Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:443;a:2:{s:6:\"family\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:444;a:2:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:445;a:2:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:446;a:2:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:447;a:2:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:448;a:2:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:449;a:2:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:450;a:2:{s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:451;a:2:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:452;a:2:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:453;a:2:{s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:454;a:2:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:455;a:2:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:456;a:2:{s:6:\"family\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:457;a:2:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:458;a:2:{s:6:\"family\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}}i:459;a:2:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:460;a:2:{s:6:\"family\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:461;a:2:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:462;a:2:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:463;a:2:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:464;a:2:{s:6:\"family\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:465;a:2:{s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}}i:466;a:2:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:467;a:2:{s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:468;a:2:{s:6:\"family\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:469;a:2:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:470;a:2:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:471;a:2:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:472;a:2:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:473;a:2:{s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:474;a:2:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:475;a:2:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:476;a:2:{s:6:\"family\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:477;a:2:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:478;a:2:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:479;a:2:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:480;a:2:{s:6:\"family\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:481;a:2:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:482;a:2:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:483;a:2:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:484;a:2:{s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:485;a:2:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:486;a:2:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:487;a:2:{s:6:\"family\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:488;a:2:{s:6:\"family\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:489;a:2:{s:6:\"family\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:490;a:2:{s:6:\"family\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:491;a:2:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:492;a:2:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:493;a:2:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:494;a:2:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:495;a:2:{s:6:\"family\";s:8:\"Red Rose\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:496;a:2:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:497;a:2:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:498;a:2:{s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:499;a:2:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:500;a:2:{s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:501;a:2:{s:6:\"family\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:502;a:2:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:503;a:2:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:504;a:2:{s:6:\"family\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:505;a:2:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:506;a:2:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:507;a:2:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:508;a:2:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:509;a:2:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:510;a:2:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:511;a:2:{s:6:\"family\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:512;a:2:{s:6:\"family\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:513;a:2:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:514;a:2:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:515;a:2:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:516;a:2:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:517;a:2:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:518;a:2:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:519;a:2:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:520;a:2:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:521;a:2:{s:6:\"family\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:522;a:2:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:523;a:2:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:524;a:2:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:525;a:2:{s:6:\"family\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:526;a:2:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:527;a:2:{s:6:\"family\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:528;a:2:{s:6:\"family\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:529;a:2:{s:6:\"family\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:530;a:2:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:531;a:2:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:532;a:2:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:533;a:2:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:534;a:2:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:535;a:2:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:536;a:2:{s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:537;a:2:{s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:538;a:2:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:539;a:2:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:540;a:2:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:541;a:2:{s:6:\"family\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:542;a:2:{s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:543;a:2:{s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:544;a:2:{s:6:\"family\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:545;a:2:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:546;a:2:{s:6:\"family\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:547;a:2:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:548;a:2:{s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:549;a:2:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:550;a:2:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:551;a:2:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:552;a:2:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:553;a:2:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:554;a:2:{s:6:\"family\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:555;a:2:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:556;a:2:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:557;a:2:{s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:558;a:2:{s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:559;a:2:{s:6:\"family\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:560;a:2:{s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:561;a:2:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:562;a:2:{s:6:\"family\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";}}i:563;a:2:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:564;a:2:{s:6:\"family\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:565;a:2:{s:6:\"family\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:566;a:2:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:567;a:2:{s:6:\"family\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:568;a:2:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:569;a:2:{s:6:\"family\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:570;a:2:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:571;a:2:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:572;a:2:{s:6:\"family\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:573;a:2:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:574;a:2:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:575;a:2:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:576;a:2:{s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:577;a:2:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:578;a:2:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:579;a:2:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:580;a:2:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:581;a:2:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:582;a:2:{s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:583;a:2:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:584;a:2:{s:6:\"family\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:585;a:2:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:586;a:2:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:587;a:2:{s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:588;a:2:{s:6:\"family\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:589;a:2:{s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:590;a:2:{s:6:\"family\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:591;a:2:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:592;a:2:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:593;a:2:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:594;a:2:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:595;a:2:{s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:596;a:2:{s:6:\"family\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:597;a:2:{s:6:\"family\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:598;a:2:{s:6:\"family\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:599;a:2:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:600;a:2:{s:6:\"family\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:601;a:2:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:602;a:2:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:603;a:2:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:604;a:2:{s:6:\"family\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:605;a:2:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:606;a:2:{s:6:\"family\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:607;a:2:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:608;a:2:{s:6:\"family\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:609;a:2:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:610;a:2:{s:6:\"family\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:611;a:2:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:612;a:2:{s:6:\"family\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:613;a:2:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:614;a:2:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:615;a:2:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:616;a:2:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:617;a:2:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:618;a:2:{s:6:\"family\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:619;a:2:{s:6:\"family\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:620;a:2:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:621;a:2:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:622;a:2:{s:6:\"family\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:623;a:2:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:624;a:2:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:625;a:2:{s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:626;a:2:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:627;a:2:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:628;a:2:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:629;a:2:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:630;a:2:{s:6:\"family\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:631;a:2:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:632;a:2:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:633;a:2:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:634;a:2:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:635;a:2:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:636;a:2:{s:6:\"family\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:637;a:2:{s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:638;a:2:{s:6:\"family\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:639;a:2:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:640;a:2:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:641;a:2:{s:6:\"family\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:642;a:2:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:643;a:2:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:644;a:2:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:645;a:2:{s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:646;a:2:{s:6:\"family\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:647;a:2:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:648;a:2:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:649;a:2:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:650;a:2:{s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:651;a:2:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:652;a:2:{s:6:\"family\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:653;a:2:{s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:654;a:2:{s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:655;a:2:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:656;a:2:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:657;a:2:{s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:658;a:2:{s:6:\"family\";s:10:\"Be Vietnam\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:659;a:2:{s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:660;a:2:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:661;a:2:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:662;a:2:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:663;a:2:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:664;a:2:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:665;a:2:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:666;a:2:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:667;a:2:{s:6:\"family\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:668;a:2:{s:6:\"family\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:669;a:2:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:670;a:2:{s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:671;a:2:{s:6:\"family\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:672;a:2:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:673;a:2:{s:6:\"family\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:674;a:2:{s:6:\"family\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:675;a:2:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:676;a:2:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:677;a:2:{s:6:\"family\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:678;a:2:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:679;a:2:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:680;a:2:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:681;a:2:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:682;a:2:{s:6:\"family\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:683;a:2:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:684;a:2:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:685;a:2:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:686;a:2:{s:6:\"family\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:687;a:2:{s:6:\"family\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:688;a:2:{s:6:\"family\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:689;a:2:{s:6:\"family\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:690;a:2:{s:6:\"family\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:691;a:2:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:692;a:2:{s:6:\"family\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:693;a:2:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:694;a:2:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:695;a:2:{s:6:\"family\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:696;a:2:{s:6:\"family\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:697;a:2:{s:6:\"family\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:698;a:2:{s:6:\"family\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:699;a:2:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:700;a:2:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:701;a:2:{s:6:\"family\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:702;a:2:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:703;a:2:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:704;a:2:{s:6:\"family\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:705;a:2:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:706;a:2:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:707;a:2:{s:6:\"family\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:708;a:2:{s:6:\"family\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:709;a:2:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:710;a:2:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:711;a:2:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:712;a:2:{s:6:\"family\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:713;a:2:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:714;a:2:{s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:715;a:2:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:716;a:2:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:717;a:2:{s:6:\"family\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:718;a:2:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:719;a:2:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:720;a:2:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:721;a:2:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:722;a:2:{s:6:\"family\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:723;a:2:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:724;a:2:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:725;a:2:{s:6:\"family\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:726;a:2:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:727;a:2:{s:6:\"family\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:728;a:2:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:729;a:2:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:730;a:2:{s:6:\"family\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:731;a:2:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:732;a:2:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:733;a:2:{s:6:\"family\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:734;a:2:{s:6:\"family\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:735;a:2:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:736;a:2:{s:6:\"family\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:737;a:2:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:738;a:2:{s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:739;a:2:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:740;a:2:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:741;a:2:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:742;a:2:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:743;a:2:{s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:744;a:2:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:745;a:2:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:746;a:2:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:747;a:2:{s:6:\"family\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:748;a:2:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:749;a:2:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:750;a:2:{s:6:\"family\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:751;a:2:{s:6:\"family\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:752;a:2:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:753;a:2:{s:6:\"family\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:754;a:2:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:755;a:2:{s:6:\"family\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:756;a:2:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:757;a:2:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:758;a:2:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:759;a:2:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:760;a:2:{s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:761;a:2:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:762;a:2:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:763;a:2:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:764;a:2:{s:6:\"family\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:765;a:2:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:766;a:2:{s:6:\"family\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:767;a:2:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:768;a:2:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:769;a:2:{s:6:\"family\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:770;a:2:{s:6:\"family\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:771;a:2:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:772;a:2:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:773;a:2:{s:6:\"family\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:774;a:2:{s:6:\"family\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:775;a:2:{s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:776;a:2:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:777;a:2:{s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}}i:778;a:2:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:779;a:2:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:780;a:2:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:781;a:2:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:782;a:2:{s:6:\"family\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:783;a:2:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:784;a:2:{s:6:\"family\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:785;a:2:{s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:786;a:2:{s:6:\"family\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:787;a:2:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}}i:788;a:2:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:789;a:2:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:790;a:2:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:791;a:2:{s:6:\"family\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:792;a:2:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}}i:793;a:2:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:794;a:2:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:795;a:2:{s:6:\"family\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:796;a:2:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:797;a:2:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:798;a:2:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:799;a:2:{s:6:\"family\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:800;a:2:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:801;a:2:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:802;a:2:{s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:803;a:2:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:804;a:2:{s:6:\"family\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:805;a:2:{s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:806;a:2:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:807;a:2:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:808;a:2:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:809;a:2:{s:6:\"family\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:810;a:2:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:811;a:2:{s:6:\"family\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:812;a:2:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:813;a:2:{s:6:\"family\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:814;a:2:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:815;a:2:{s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:816;a:2:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:817;a:2:{s:6:\"family\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:818;a:2:{s:6:\"family\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:819;a:2:{s:6:\"family\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:820;a:2:{s:6:\"family\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:821;a:2:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:822;a:2:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:823;a:2:{s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:824;a:2:{s:6:\"family\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:825;a:2:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:826;a:2:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:827;a:2:{s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:828;a:2:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:829;a:2:{s:6:\"family\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:830;a:2:{s:6:\"family\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:831;a:2:{s:6:\"family\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:832;a:2:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:833;a:2:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:834;a:2:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:835;a:2:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:836;a:2:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:837;a:2:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:838;a:2:{s:6:\"family\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:839;a:2:{s:6:\"family\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:840;a:2:{s:6:\"family\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:841;a:2:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:842;a:2:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}}i:843;a:2:{s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:844;a:2:{s:6:\"family\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:845;a:2:{s:6:\"family\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:846;a:2:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:847;a:2:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:848;a:2:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:849;a:2:{s:6:\"family\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:850;a:2:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:851;a:2:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:852;a:2:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:853;a:2:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:854;a:2:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:855;a:2:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:856;a:2:{s:6:\"family\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:857;a:2:{s:6:\"family\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:858;a:2:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:859;a:2:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:860;a:2:{s:6:\"family\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:861;a:2:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:862;a:2:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:863;a:2:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:864;a:2:{s:6:\"family\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:865;a:2:{s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:866;a:2:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:867;a:2:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:868;a:2:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:869;a:2:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:870;a:2:{s:6:\"family\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:871;a:2:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:872;a:2:{s:6:\"family\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:873;a:2:{s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:874;a:2:{s:6:\"family\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:875;a:2:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:876;a:2:{s:6:\"family\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:877;a:2:{s:6:\"family\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";}}i:878;a:2:{s:6:\"family\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:879;a:2:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:880;a:2:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:881;a:2:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:882;a:2:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:883;a:2:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:884;a:2:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:885;a:2:{s:6:\"family\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:886;a:2:{s:6:\"family\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:887;a:2:{s:6:\"family\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:888;a:2:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:889;a:2:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:890;a:2:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:891;a:2:{s:6:\"family\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:892;a:2:{s:6:\"family\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:893;a:2:{s:6:\"family\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:894;a:2:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:895;a:2:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:896;a:2:{s:6:\"family\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:897;a:2:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:898;a:2:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:899;a:2:{s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:900;a:2:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:901;a:2:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:902;a:2:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:903;a:2:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:904;a:2:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:905;a:2:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:906;a:2:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:907;a:2:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:908;a:2:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:909;a:2:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:910;a:2:{s:6:\"family\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:911;a:2:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:912;a:2:{s:6:\"family\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:913;a:2:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:914;a:2:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:915;a:2:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:916;a:2:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:917;a:2:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:918;a:2:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:919;a:2:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:920;a:2:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:921;a:2:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:922;a:2:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:923;a:2:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:924;a:2:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:925;a:2:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:926;a:2:{s:6:\"family\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:927;a:2:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:928;a:2:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:929;a:2:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:930;a:2:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:931;a:2:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:932;a:2:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:933;a:2:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:934;a:2:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:935;a:2:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:936;a:2:{s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:937;a:2:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:938;a:2:{s:6:\"family\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:939;a:2:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:940;a:2:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:941;a:2:{s:6:\"family\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:942;a:2:{s:6:\"family\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:943;a:2:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:944;a:2:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:945;a:2:{s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:946;a:2:{s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:947;a:2:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:948;a:2:{s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:949;a:2:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:950;a:2:{s:6:\"family\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:951;a:2:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:952;a:2:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:953;a:2:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:954;a:2:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:955;a:2:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:956;a:2:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:957;a:2:{s:6:\"family\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:958;a:2:{s:6:\"family\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:959;a:2:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:960;a:2:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:961;a:2:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:962;a:2:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:963;a:2:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:964;a:2:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:965;a:2:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:966;a:2:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:967;a:2:{s:6:\"family\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:968;a:2:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:969;a:2:{s:6:\"family\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:970;a:2:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:971;a:2:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:972;a:2:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:973;a:2:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:974;a:2:{s:6:\"family\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:975;a:2:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:976;a:2:{s:6:\"family\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:977;a:2:{s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:978;a:2:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:979;a:2:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:980;a:2:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:981;a:2:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:982;a:2:{s:6:\"family\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:983;a:2:{s:6:\"family\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:984;a:2:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:985;a:2:{s:6:\"family\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:986;a:2:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:987;a:2:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:988;a:2:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:989;a:2:{s:6:\"family\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:990;a:2:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:991;a:2:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:992;a:2:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:993;a:2:{s:6:\"family\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:994;a:2:{s:6:\"family\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:995;a:2:{s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:996;a:2:{s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:997;a:2:{s:6:\"family\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:998;a:2:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:999;a:2:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1000;a:2:{s:6:\"family\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1001;a:2:{s:6:\"family\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1002;a:2:{s:6:\"family\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}}', 'yes');
INSERT INTO `cbdwra_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(262, 'oxygen_global_colors_cache_update_required', '1', 'yes'),
(277, '_transient_health-check-site-status-result', '{\"good\":\"10\",\"recommended\":\"10\",\"critical\":\"0\"}', 'yes'),
(1564, 'oxygen_vsb_options_users_access_list', 'a:0:{}', 'yes'),
(1565, 'oxygen_vsb_options_users_access_enable_elements', 'a:0:{}', 'yes'),
(1566, 'oxygen_vsb_options_users_access_advanced_tab', 'a:0:{}', 'yes'),
(1567, 'oxygen_vsb_options_users_access_drag_n_drop', 'a:0:{}', 'yes'),
(1568, 'oxygen_vsb_options_users_access_enabled_elements', 'a:0:{}', 'yes'),
(1569, 'oxygen_vsb_options_users_access_disable_classes', 'a:0:{}', 'yes'),
(1570, 'oxygen_vsb_options_role_access_enable_elements', 'a:0:{}', 'yes'),
(1571, 'oxygen_vsb_options_role_access_advanced_tab', 'a:0:{}', 'yes'),
(1572, 'oxygen_vsb_options_role_access_drag_n_drop', 'a:0:{}', 'yes'),
(1573, 'oxygen_vsb_options_role_access_enabled_elements', 'a:0:{}', 'yes'),
(1574, 'oxygen_vsb_options_role_access_disable_classes', 'a:0:{}', 'yes'),
(1575, 'oxygen_vsb_update_3_6', '1', 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `cbdwra_wpk0_postmeta`
--

CREATE TABLE `cbdwra_wpk0_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cbdwra_wpk0_postmeta`
--

INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(11, 9, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'38a8ddb69d911976bb937e545faea8a1ebcf4fed89a829d430c512dbcb2771ed\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-111\",\"original\":{\"background-color\":\"color(4)\",\"background-image\":\"[oxygen ct_sign_sha256=\'a3917e03abdc9597a1609ca96f6dd37b937924bd930b4c48b1c4d1ac757ef56b\' data=\'featured_image\' ]\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(177,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(0,165,189,0.9)\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Hero Section\"}\'][ct_headline ct_sign_sha256=\'441dd868f003323c434e9c2092d919fdf1159c7fd36ccb6d930985806f25478b\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"headline-10-111\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'c92336085c748cc3ed55848197c9ab1d4d8e0c0e5c4a92c1ed4854a82643314a\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-111\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'6560b861762565cf541264f34313d4717f55b07e4ed0dcb9664845e39e4f3608\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"text_block-12-111\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'48a0322c502dfa8385c5720ed21dac5f601354e8ec729a3673dcb761d5c6e809\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-111\"}\'][oxygen ct_sign_sha256=\'f8aae5be7515150c44fb6dd2f7eae7a5c2ce154b0cb6eb022ac99185a940d66e\' data=\'date\' ][/ct_span][/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'dbac85ca31754dcbad8bc39acead23dd3e4a188f90b3e8e45ff7e7ea65b884c0\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-111\",\"original\":{\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\",\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Post Content\"}\'][ct_text_block ct_sign_sha256=\'f954361a52f80c15617bd08ac6c7a60eaeb292740314e73573cdadbbf8f64fd2\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-111\"}\'][ct_span ct_sign_sha256=\'e9e1b395247855b9118fefb457274f72d65c590a45c5d35bb415cc01e9c57547\' ct_options=\'{\"ct_id\":7,\"ct_parent\":5,\"selector\":\"span-7-111\",\"classes\":{\"0\":\"oxy-stock-content-styles\",\"1\":\"hosting-other-single\"},\"activeselector\":\"hosting-other-single\"}\'][oxygen ct_sign_sha256=\'c3b66dff1dc1557e12d3fd2d57a725778f4d675b3c1c49e4c49b402719b47fe0\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'26a2731efffd3fe98848372d027200c401289ae7ebf12d59f7bc57096635f666\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"code_block-4-111\",\"original\":{\"code-css\":\"Lmhvc3Rpbmctb3RoZXItc2luZ2xlIGgxLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgzLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg0LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg2IHsKCWNvbG9yOiAjMkE0NDVBOwogICAgbGluZS1oZWlnaHQ6IDEuMTsKICAgIGZvbnQtd2VpZ2h0OiA3MDA7CiAgICBtYXJnaW4tYm90dG9tOiAuMmVtOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDEgewogIGZvbnQtc2l6ZTogNjRweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyIHsKICBmb250LXNpemU6IDQwcHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoMyB7CiAgZm9udC1zaXplOiAzNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDQgewogIGZvbnQtc2l6ZTogMzJweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1IHsKICBmb250LXNpemU6IDI0cHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoNiB7CiAgZm9udC1zaXplOiAxNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIHRvcCBsZWZ0LCAjMDFBNUJDLCAjQUZEMTdFKTsKICBjb2xvcjogI2ZmZmZmZjsKICBwYWRkaW5nOiAxOHB4IDQycHg7CiAgbWFyZ2luLWxlZnQ6IDA7CiAgbWFyZ2luLXJpZ2h0OiAwOwogIGZvbnQtc2l6ZTogMTZweDsKICBsaW5lLWhlaWdodDogMS42ZW07CiAgZm9udC1zdHlsZTogaXRhbGljOwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBvbCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24tdGV4dCB7CiAgY29sb3I6IHJnYmEoMCwwLDAsMC4zKTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBhIHsKICBjb2xvcjogIzA3QURCNzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGE6aG92ZXIgewogIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwp9CgpwcmUgewogIHdoaXRlLXNwYWNlOiBub3JtYWwgIWltcG9ydGFudDsKICBjb2xvcjogcmdiYSgwLDAsMCwwLjMpOwp9Cg==\",\"code-php\":\"PCEtLSAtLT4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'3124d2a46053640813fae7b1465c74d8b7451d076c4bd98f0c5370417814b904\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-111\",\"original\":{\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\",\"background-color\":\"color(7)\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Blog Post Comments\",\"ct_category\":\"Blog\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][oxy_comments ct_sign_sha256=\'e462315ff68d692ddf5f85a4a3a9724969f7edc9b35c1b1e5f5490541bc9f10d\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_comments-15-111\",\"original\":{\"code-php\":\"PD9waHAKCmlmIChoYXZlX2NvbW1lbnRzKCkpIHsKCgk/PgoKCTxoMyBjbGFzcz0iY29tbWVudHMtdGl0bGUiPgoJCTw/cGhwCgkJZWNobyBPeHlnZW5fVlNCX0NvbW1lbnRzX0xpc3Q6OnV0aWxfdGl0bGUoKTsKCQk/PgoJPC9oMz4KCgk8b2wgY2xhc3M9ImNvbW1lbnRzLWxpc3QiPgoKCSAgICA8P3BocAoKCSAgICB3cF9saXN0X2NvbW1lbnRzKAoJICAgIAlhcnJheSgKCgkgICAgCQknc3R5bGUnID0+ICdvbCcsCgkgICAgCQknZm9ybWF0JyA9PiAnaHRtbDUnLAoJICAgIAkJJ2F2YXRhcl9zaXplJyA9PiAnMTAwJwoJICAgIAkpCgkgICAgKTsKCgkgICAgPz4KCgk8L29sPgoKCTxkaXYgY2xhc3M9ImNvbW1lbnRzLW5hdmlnYXRpb24iPgoJCTxkaXYgY2xhc3M9J3ByZXZpb3VzLWNvbW1lbnRzLWxpbmsnPjw/cGhwIHByZXZpb3VzX2NvbW1lbnRzX2xpbmsoKTsgPz48L2Rpdj4KCQk8ZGl2IGNsYXNzPSduZXh0LWNvbW1lbnRzLWxpbmsnPjw/cGhwIG5leHRfY29tbWVudHNfbGluaygpOyA/PjwvZGl2PgoJPC9kaXY+CgoJPD9waHAKCn0KCj8+\",\"code-css\":\"LmNvbW1lbnRzLXRpdGxlIHsKICBmb250LXNpemU6IDQwcHg7CiAgY29sb3I6ICMyQTQ0NUE7CiAgbGluZS1oZWlnaHQ6IDEuMTsKICB0ZXh0LWFsaWduOiBjZW50ZXI7CiAgbWFyZ2luLWJvdHRvbTogNDhweDsKICBkaXNwbGF5OiBibG9jazsKfQoKLmNvbW1lbnQtYm9keSB7CiAgYmFja2dyb3VuZDogd2hpdGU7CiAgYm94LXNoYWRvdzogcmdiYSgwLDAsMCwwLjEpIDAgMCA1cHg7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIHBhZGRpbmc6IDI4cHg7CiAgbWFyZ2luLWJvdHRvbTogMjBweCAhaW1wb3J0YW50Owp9CgpAbWVkaWEgKG1heC13aWR0aDogNzY4cHgpIHsKLm94eS1jb21tZW50cyBvbC5jaGlsZHJlbiB7CiAgICBtYXJnaW4tbGVmdDogMDsKICB9Cn0KCi5jb21tZW50LWNvbnRlbnQgewogIGNvbG9yOiAjNjY2OwogIGZvbnQtc2l6ZTogMTZweDsKfQoKLmNvbW1lbnQtcmVwbHktbGluayB7CiAgY29sb3I6ICMwN0FEQjc7CiAgZm9udC1zaXplOiAxNnB4ICFpbXBvcnRhbnQ7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBwYWRkaW5nOiAxMnB4IDMycHg7CiAgYm9yZGVyOiAycHggc29saWQgIzA3QURCNzsKICBib3JkZXItcmFkaXVzOiA1cHg7Cn0KCi5jb21tZW50LXJlcGx5LWxpbms6aG92ZXIgewogIHRyYW5zZm9ybTogc2NhbGUoMS4wNSwxLjA1KTsKfQoKLmF2YXRhciB7CiAgYm9yZGVyLXJhZGl1czogMTAwJTsKICBib3JkZXI6IDNweCBzb2xpZCAjOEVDOThBOwogIG1hcmdpbi1yaWdodDogMTJweCAhaW1wb3J0YW50Owp9CgouY29tbWVudC1hdXRob3IgewogIG1hcmdpbi1ib3R0b206IDE2cHg7CiAgZm9udC1mYW1pbHk6ICdSYWxld2F5JzsKICBjb2xvcjogIzJBNDQ1QTsKfQoKLmZuIHsKICBmb250LXdlaWdodDogOTAwOwp9CgouY29tbWVudC1tZXRhZGF0YSBhIHsKICBjb2xvcjogIzA3QURCNzsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgbWFyZ2luLXJpZ2h0OiAxMnB4Owp9CgouY29tbWVudC1tZXRhZGF0YSBhOmhvdmVyIHsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKLm94eS1jb21tZW50LWZvcm0gbGFiZWwgewogIGRpc3BsYXk6IG5vbmU7Cn0KCi5veHktY29tbWVudC1mb3JtIHRleHRhcmVhIHsKICBwYWRkaW5nOiAyMHB4OwogIHJlc2l6ZTogbm9uZTsKICBvdXRsaW5lOiBub25lOwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7Cn0KCi5veHktY29tbWVudC1mb3JtIHRleHRhcmVhOmZvY3VzIHsKICBib3gtc2hhZG93OiByZ2JhKDAsMCwwLDAuMikgMCAwIDEwcHg7Cn0KCi5veHktY29tbWVudC1mb3JtICNzdWJtaXQgewogIGJveC1zaGFkb3c6IDBweCAyNXB4IDIwcHggLTIwcHggcmdiYSgwLDAsMCwwLjIpICFpbXBvcnRhbnQ7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICB0cmFuc2l0aW9uOiBhbGwgZWFzZSAwLjJzOwogIG91dGxpbmU6IG5vbmU7Cn0KCi5veHktY29tbWVudC1mb3JtICNzdWJtaXQ6aG92ZXIgewogIHRyYW5zZm9ybTogc2NhbGUoMS4wNSwxLjA1KTsKfQoKLmNvbW1lbnQtcmVwbHktdGl0bGUgewogIGNvbG9yOiAjZmZmOwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgZm9udC1zaXplOiA0MHB4OwogIGxpbmUtaGVpZ2h0OiAxLjE7Cn0KCi5jb21tZW50LXJlcGx5LXRpdGxlIGEgewogIGNvbG9yOiByZ2JhKDI1NSwyNTUsMjU1LDAuNSk7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7Cn0KCi5jb21tZW50LXJlcGx5LXRpdGxlIGE6aG92ZXIgewogIGNvbG9yOiB3aGl0ZTsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKcC5sb2dnZWQtaW4tYXMgewogIG1hcmdpbi1ib3R0b206IDI4cHggIWltcG9ydGFudDsKICBjb2xvcjogdHJhbnNwYXJlbnQ7Cn0KCi5sb2dnZWQtaW4tYXMgYSB7CiAgY29sb3I6IHJnYmEoMjU1LDI1NSwyNTUsMC41KTsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBtYXJnaW46IDAgOHB4Owp9CgoubG9nZ2VkLWluLWFzIGE6aG92ZXIgewogIGNvbG9yOiB3aGl0ZTsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQ==\"},\"activeselector\":false}\'][/oxy_comments][oxy_comment_form ct_sign_sha256=\'5b8ccde26acc29e5d2ffbbf0a7089af4e293dadd7cb578bbbddca75024a58863\' ct_options=\'{\"ct_id\":16,\"ct_parent\":14,\"selector\":\"_comment_form-16-111\",\"original\":{\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"#b1d27d\"},\"1\":{\"position-unit\":\"px\",\"value\":\"#00a5bd\"}},\"linear-angle\":\"135\",\"gradient-type\":\"linear\"},\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"stretch\",\"padding-top\":\"28\",\"padding-left\":\"28\",\"padding-right\":\"28\",\"padding-bottom\":\"12\",\"border-radius\":\"5\",\"text-align\":\"center\",\"form_field_border_color\":\"color(3)\",\"field_border_radius\":\"5\",\"form_field_text_color\":\"color(5)\",\"submit_button_background_color\":\"color(4)\",\"submit_button_text_color\":\"color(3)\",\"color\":\"color(3)\"}}\'][/oxy_comment_form][/ct_section]'),
(12, 9, 'ct_template_type', ''),
(13, 9, 'ct_template_order', '1'),
(14, 9, 'ct_parent_template', '13'),
(15, 9, 'ct_template_single_all', ''),
(16, 9, 'ct_template_post_types', 'a:1:{i:0;s:4:\"post\";}'),
(17, 9, 'ct_use_template_taxonomies', ''),
(18, 9, 'ct_template_taxonomies', NULL),
(19, 9, 'ct_template_apply_if_post_of_parents', ''),
(20, 9, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(21, 9, 'ct_template_all_archives', ''),
(22, 9, 'ct_template_apply_if_archive_among_taxonomies', ''),
(23, 9, 'ct_template_archive_among_taxonomies', NULL),
(24, 9, 'ct_template_apply_if_archive_among_cpt', ''),
(25, 9, 'ct_template_archive_post_types', 'a:0:{}'),
(26, 9, 'ct_template_date_archive', ''),
(27, 9, 'ct_template_front_page', ''),
(28, 9, 'ct_template_blog_posts', ''),
(29, 9, 'ct_template_search_page', ''),
(30, 9, 'ct_template_404_page', ''),
(31, 9, 'ct_template_index', ''),
(32, 9, 'ct_template_inner_content', ''),
(33, 10, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'619f65b25d1550e57c0fb55afd969ee7a4b56ac26edf1119d4102c8b49d3ce2b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-106\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Blogposts Hero\",\"ct_category\":\"Blog\"}\'][ct_headline ct_sign_sha256=\'6f89c03a8f15c24738103441229e22457ea5bfbff22b13aa70c60f9a1c4d85b5\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-106\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our Blogposts[/ct_headline][ct_text_block ct_sign_sha256=\'98e4332da5ad2da893b2c152693d0c09642382a2cf4c6c1004ac773a111773c9\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"text_block-6-106\",\"original\":{\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']Yet preference connection unpleasant yet melancholy but end appearance. And excellence partiality estimating terminated day everything.[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'210525e84d9bf076b2d6d896119b5db6ccdec734b1533bf143a61e39bdf9f8ee\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-106\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"20\"},\"ct_category\":\"Blog\",\"nicename\":\"Blog Posts\",\"activeselector\":false}\'][oxy_posts_grid ct_sign_sha256=\'f27d2a413b046d398c798a82226d1dd80c06641bcd9914b48d61bd34280097f6\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"_posts_grid-9-106\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QnPgogIDxkaXYgY2xhc3M9J294eS1wb3N0LXdyYXBwZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgICA8ZGl2IGNsYXNzPSdveHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXknPgoJCTw/cGhwIHRoZV90aW1lKGdldF9vcHRpb24oJ2RhdGVfZm9ybWF0JykpOyA/PgoJICA8L2Rpdj4KICAgICAgPC9kaXY+CiAgICAgIAoJPC9hPgogIAoJPGEgY2xhc3M9J294eS1wb3N0LXRpdGxlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz48P3BocCB0aGVfdGl0bGUoKTsgPz48L2E+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YSc+CgoJCTxkaXYgY2xhc3M9J294eS1wb3N0LW1ldGEtYXV0aG9yIG94eS1wb3N0LW1ldGEtaXRlbSc+CgkJCTw/cGhwIHRoZV9hdXRob3IoKTsgPz4KCQk8L2Rpdj4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1jb21tZW50cyBveHktcG9zdC1tZXRhLWl0ZW0nPgoJCQk8YSBocmVmPSc8P3BocCBjb21tZW50c19saW5rKCk7ID8+Jz48P3BocCBjb21tZW50c19udW1iZXIoKTsgPz48L2E+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkJPD9waHAgdGhlX2V4Y2VycHQoKTsgPz4KCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlJz5SZWFkIE1vcmU8L2E+CiAgPC9kaXY+Cgo8L2Rpdj4=\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKICBtYXJnaW4tYm90dG9tOiAzZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdCB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogY29sdW1uOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgd2lkdGg6IDMzLjMzJTsKICBwYWRkaW5nOiAyMHB4Owp9CgolJUVQSUQlJSAub3h5LXBvc3Qtd3JhcHBlciB7CiAgYmFja2dyb3VuZDogd2hpdGU7CiAgYm94LXNoYWRvdzogcmdiYSgwLDAsMCwwLjEpIDAgMCA1cHg7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIG92ZXJmbG93OiBoaWRkZW47Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZSB7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBiYWNrZ3JvdW5kLWNvbG9yOiBncmV5OwogIGJhY2tncm91bmQtaW1hZ2U6IHJlcGVhdGluZy1saW5lYXItZ3JhZGllbnQoCiAgNDVkZWcsCiAgI2VlZSwKICAjZWVlIDEwcHgsCiAgI2RkZCAxMHB4LAogICNkZGQgMjBweCk7CiAgd2lkdGg6IDEwMCU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1maXhlZC1yYXRpbyB7CiAgcGFkZGluZy1ib3R0b206IDYwJTsKICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyOwogIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7CiAgcG9zaXRpb246IHJlbGF0aXZlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZGF0ZS1vdmVybGF5IHsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdG9wOiAxZW07CiAgcmlnaHQ6IDFlbTsKICBmb250LXNpemU6IC43ZW07CiAgY29sb3I6IHdoaXRlOwogIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMCwwLDAsMC41KTsKICBwYWRkaW5nOiAuN2VtIDFlbTsKICBmb250LXdlaWdodDogYm9sZDsKICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDsKICBib3JkZXItcmFkaXVzOiA1cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC10aXRsZSB7CiAgZm9udC1mYW1pbHk6ICdSYWxld2F5JzsKICBmb250LXNpemU6IDEuNWVtOwogIGxpbmUtaGVpZ2h0OiAxLjJlbTsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgZm9udC13ZWlnaHQ6IDkwMDsKICBkaXNwbGF5OiBibG9jazsKICBtYXJnaW46IDE2cHggMjRweCAyMHB4IDI0cHg7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogIG1hcmdpbi10b3A6IDAuNWVtOwogIGZvbnQtc2l6ZTogLjhlbTsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiByb3c7CiAgbWFyZ2luOiAwIDI0cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIGEgewogIGNvbG9yOiAjMDdBREI3OwogIHRleHQtZGVjb3JhdGlvbjogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgYTpob3ZlciB7CiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhLWl0ZW06OmFmdGVyIHsKCWNvbnRlbnQ6ICJcMDBiNyI7CgltYXJnaW4tcmlnaHQ6IC41ZW07CgltYXJnaW4tbGVmdDogLjVlbTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTpsYXN0LWNoaWxkOjphZnRlciB7Cgljb250ZW50OiAiIjsKCWRpc3BsYXk6IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHsKICBtYXJnaW46IDE2cHggMjRweDsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgcCB7CiAgbWFyZ2luOiAwOwp9CgolJUVQSUQlJSAub3h5LXJlYWQtbW9yZSB7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBib3JkZXI6IDJweCBzb2xpZCAjMDdBREI3OwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7CiAgbWF4LXdpZHRoOiAxMDAlOwogIHRleHQtYWxpZ246IGNlbnRlcjsKICBtYXJnaW46IDI0cHg7CiAgZGlzcGxheTogYmxvY2s7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIHBhZGRpbmc6IDEycHggMzZweDsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcmVhZC1tb3JlOmhvdmVyIHsKICB0cmFuc2Zvcm06IHNjYWxlKDEuMDUsMS4wNSk7Cn0KCiUlRVBJRCUlIC5wYWdlLW51bWJlcnMgewogIGNvbG9yOiAjMDdBREI3OwogIHRleHQtZGVjb3JhdGlvbjogbm9uZTsKICBmb250LXNpemU6IDE2cHg7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBtYXJnaW46IDAgMTJweDsKfQoKJSVFUElEJSUgLmN1cnJlbnQgewogIGJhY2tncm91bmQ6ICMwN0FEQjc7CiAgY29sb3I6ICNmZmY7CiAgcGFkZGluZzogMTJweCAxNnB4OwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQ==\",\"read_more_display_as\":\"text link\",\"paginate_alignment\":\"center\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"default\",\"query_post_types\":{\"0\":\"post\"},\"read_more_size\":\"16\",\"read_more_text_color\":\"color(4)\",\"read_more_button_color\":\"color(3)\",\"title_size\":\"24\",\"title_color\":\"color(1)\",\"title_hover_color\":\"color(4)\",\"meta_size\":\"12\",\"meta_color\":\"color(5)\",\"content_size\":\"16\",\"content_color\":\"color(5)\",\"read_more_text_hover_color\":\"color(4)\",\"read_more_button_hover_color\":\"color(3)\",\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{}},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section]'),
(34, 10, 'ct_template_type', ''),
(35, 10, 'ct_template_order', '1'),
(36, 10, 'ct_parent_template', '13'),
(37, 10, 'ct_template_single_all', ''),
(38, 10, 'ct_template_post_types', 'a:0:{}'),
(39, 10, 'ct_use_template_taxonomies', ''),
(40, 10, 'ct_template_taxonomies', NULL),
(41, 10, 'ct_template_apply_if_post_of_parents', ''),
(42, 10, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(43, 10, 'ct_template_all_archives', 'true'),
(44, 10, 'ct_template_apply_if_archive_among_taxonomies', ''),
(45, 10, 'ct_template_archive_among_taxonomies', NULL),
(46, 10, 'ct_template_apply_if_archive_among_cpt', ''),
(47, 10, 'ct_template_archive_post_types', 'a:0:{}'),
(48, 10, 'ct_template_date_archive', ''),
(49, 10, 'ct_template_front_page', ''),
(50, 10, 'ct_template_blog_posts', ''),
(51, 10, 'ct_template_search_page', ''),
(52, 10, 'ct_template_404_page', ''),
(53, 10, 'ct_template_index', ''),
(54, 10, 'ct_template_inner_content', ''),
(55, 11, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'63619539eb70129c97071b9184beae2a6e4944bb258f69c4bb1e5ad5e957f97c\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-98\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Other Single Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c1274cc7b4d1177fdc1a565c6e7aea252ac4b64c592c8825272d7db0073a1dbd\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"headline-10-98\",\"original\":{\"margin-bottom\":\"12\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'eb668b24aecd783ccfe25c663cf541c07c005d7b0f7c786935236b452c8ea99e\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-98\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'db44e0a7b1be8228cd4ea133a017c8d56afbff392cc25a54f7f432ff9d8a0938\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"text_block-12-98\",\"original\":{\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"color\":\"color(2)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f0e145c0320788c051e6a475794364ec2576365ad2a1b67d9552bbe200489a47\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-98\"}\'][oxygen ct_sign_sha256=\'f8aae5be7515150c44fb6dd2f7eae7a5c2ce154b0cb6eb022ac99185a940d66e\' data=\'date\' ][/ct_span][/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'25c6cc23a5c2a5459776c960098810dfaefdb384094c9e877cff777c39a2c776\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-98\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\"},\"activeselector\":false,\"nicename\":\"Other Single Content\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"0\"}}}}\'][ct_code_block ct_sign_sha256=\'8f5aea05bc20b86c220001b21ecf02a615fd5c47d1fec9f3ba65a1b6dd27dc08\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"code_block-4-98\",\"original\":{\"code-css\":\"Lmhvc3Rpbmctb3RoZXItc2luZ2xlIGgxLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgzLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg0LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg2IHsKCWNvbG9yOiAjMkE0NDVBOwogICAgbGluZS1oZWlnaHQ6IDEuMTsKICAgIGZvbnQtd2VpZ2h0OiA3MDA7CiAgICBtYXJnaW4tYm90dG9tOiAuMmVtOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDEgewogIGZvbnQtc2l6ZTogNjRweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyIHsKICBmb250LXNpemU6IDQwcHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoMyB7CiAgZm9udC1zaXplOiAzNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDQgewogIGZvbnQtc2l6ZTogMzJweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1IHsKICBmb250LXNpemU6IDI0cHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoNiB7CiAgZm9udC1zaXplOiAxNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIHRvcCBsZWZ0LCAjMDFBNUJDLCAjQUZEMTdFKTsKICBjb2xvcjogI2ZmZmZmZjsKICBwYWRkaW5nOiAxOHB4IDQycHg7CiAgbWFyZ2luLWxlZnQ6IDA7CiAgbWFyZ2luLXJpZ2h0OiAwOwogIGZvbnQtc2l6ZTogMTZweDsKICBsaW5lLWhlaWdodDogMS42ZW07CiAgZm9udC1zdHlsZTogaXRhbGljOwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBvbCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24tdGV4dCB7CiAgY29sb3I6IHJnYmEoMCwwLDAsMC4zKTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBhIHsKICBjb2xvcjogIzA3QURCNzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGE6aG92ZXIgewogIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwp9CgpwcmUgewogIHdoaXRlLXNwYWNlOiBub3JtYWwgIWltcG9ydGFudDsKICBjb2xvcjogcmdiYSgwLDAsMCwwLjMpOwp9Cg==\",\"code-php\":\"PCEtLSAtLT4=\"},\"activeselector\":false}\'][/ct_code_block][ct_text_block ct_sign_sha256=\'06235bd2bae1d2043b817e472be94aa639f275c2e0261697bc0a6bebccc96a67\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-98\",\"original\":{\"color\":\"color(5)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'afb5a201d9b17b0d146eb42f0e6d53ec655c7d105ece271e87a8fad96cd88c8a\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-98\",\"classes\":{\"0\":\"oxy-stock-content-styles\",\"1\":\"hosting-other-single\"},\"activeselector\":\"hosting-other-single\"}\'][oxygen ct_sign_sha256=\'c3b66dff1dc1557e12d3fd2d57a725778f4d675b3c1c49e4c49b402719b47fe0\' data=\'content\' ][/ct_span][/ct_text_block][/ct_section]'),
(56, 11, 'ct_template_type', ''),
(57, 11, 'ct_template_order', '0'),
(58, 11, 'ct_parent_template', '13'),
(59, 11, 'ct_template_single_all', ''),
(60, 11, 'ct_template_post_types', 'a:1:{i:0;s:4:\"page\";}'),
(61, 11, 'ct_use_template_taxonomies', ''),
(62, 11, 'ct_template_taxonomies', NULL),
(63, 11, 'ct_template_apply_if_post_of_parents', ''),
(64, 11, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(65, 11, 'ct_template_all_archives', ''),
(66, 11, 'ct_template_apply_if_archive_among_taxonomies', ''),
(67, 11, 'ct_template_archive_among_taxonomies', NULL),
(68, 11, 'ct_template_apply_if_archive_among_cpt', ''),
(69, 11, 'ct_template_archive_post_types', 'a:0:{}'),
(70, 11, 'ct_template_date_archive', ''),
(71, 11, 'ct_template_front_page', ''),
(72, 11, 'ct_template_blog_posts', ''),
(73, 11, 'ct_template_search_page', ''),
(74, 11, 'ct_template_404_page', ''),
(75, 11, 'ct_template_index', ''),
(76, 11, 'ct_template_inner_content', ''),
(77, 12, 'ct_builder_shortcodes', '[ct_inner_content ct_sign_sha256=\'f7a9d5b56baf001449b29e3b78c5cb423e359cae8645fd983d89dac6fe39a576\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"inner_content-3-88\"}\'][/ct_inner_content]'),
(78, 12, 'ct_template_type', ''),
(79, 12, 'ct_template_order', '1'),
(80, 12, 'ct_parent_template', '13'),
(81, 12, 'ct_template_single_all', ''),
(82, 12, 'ct_template_post_types', 'a:1:{i:0;s:4:\"page\";}'),
(83, 12, 'ct_use_template_taxonomies', ''),
(84, 12, 'ct_template_taxonomies', NULL),
(85, 12, 'ct_template_apply_if_post_of_parents', ''),
(86, 12, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(87, 12, 'ct_template_all_archives', ''),
(88, 12, 'ct_template_apply_if_archive_among_taxonomies', ''),
(89, 12, 'ct_template_archive_among_taxonomies', NULL),
(90, 12, 'ct_template_apply_if_archive_among_cpt', ''),
(91, 12, 'ct_template_archive_post_types', 'a:0:{}'),
(92, 12, 'ct_template_date_archive', ''),
(93, 12, 'ct_template_front_page', ''),
(94, 12, 'ct_template_blog_posts', ''),
(95, 12, 'ct_template_search_page', ''),
(96, 12, 'ct_template_404_page', ''),
(97, 12, 'ct_template_index', ''),
(98, 12, 'ct_template_inner_content', ''),
(99, 13, 'ct_builder_shortcodes', '[ct_div_block ct_sign_sha256=\'3d80534c801985b2462a5a204ecaba21eb0ea0eea0228cab57ab674624f26e86\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'621f0fdb4a6fc5abe6920c3799581f168702c4518d9443507a6e71f362a7545e\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'e902a30cdb97328edbbab2f2b0af46687bca072caf2fb662ecad3ea1348f948d\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'4613868e04d422d4ebb98c24ccd0806905e34bdc5578646edeeff3e7d35bf298\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'42b6663cf2fc5cca4a454a43d146e303a8822fc0de6b9514975e077a31e3e25d\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'fdef88cb298f900a57c5dbc303bbbe6e588283931a4f449931fabab88be9055c\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'2256f6f4b5fed3580254e4b98fd722e8d3dc2841b6eb01acfe7d75b7c611b568\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\",\"button-color\":\"#3585b8\",\"url\":\"#\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"},\"hover\":{\"background-color\":\"color(3)\",\"button-text-color\":\"#3585b8\",\"button-style\":\"2\",\"button-color\":\"#3585b8\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(300, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'d3a8b3fe19c5a0e3f04a014fb5c661e2251e8dc508a4bc457d340c159a31fede\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'5b56451c4d33773f780904965ab82c88359c9e0a1502081cbc7b1435da5d3ef1\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'ea8cb01d1e1136a48063ba81f23c4f89059e0074acdae90976ec66e9363cf4ee\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'7d40f749a0267ff1d141d27fb65a71e8bad2522250f0acb591171d84cc3d5caf\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(251, 13, 'ct_preview_url', 'https://newgen.stun.tech/');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(252, 13, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(253, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'40e13c501d2696c673935ed76f4464c94ed4a23a8291161f1e544eab0a25defb\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'ac39710e1b4e4519f9b88b32d96d74b6b5146a5f3b318c94da529c3302353c71\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'d4b386ff18db2b3dc24d9c4bbdb9f3840a75f5251b1bd424569b0a7bb7648ec8\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'12824aed854a378cdb975b8c54846c41b8a4c58a248a0c50c8c2ac5d8a6e7b47\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'6a87c0f5e1ab9dbe3e2edf6ea750066a10bd1e82dcfbe3ec4e0c40c4d8e52415\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']Proudly designed with Oxygen, the world\'s best visual website design software[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ad2a5d5c53a0fcd95cf309ecbcba9a2867be17411810ef1110c266d32b7fff0d\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'b1f3f00678c5996fe490b264b61e42e1027cebb42d3351ecc66acec8ce971942\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://linkedin.com\",\"icon-youtube\":\"https://youtube.com\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(100, 13, 'ct_template_type', ''),
(101, 13, 'ct_template_order', '0'),
(102, 13, 'ct_parent_template', NULL),
(103, 13, 'ct_template_single_all', ''),
(104, 13, 'ct_template_post_types', 'a:0:{}'),
(105, 13, 'ct_use_template_taxonomies', ''),
(106, 13, 'ct_template_taxonomies', NULL),
(107, 13, 'ct_template_apply_if_post_of_parents', ''),
(108, 13, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(109, 13, 'ct_template_all_archives', ''),
(110, 13, 'ct_template_apply_if_archive_among_taxonomies', ''),
(111, 13, 'ct_template_archive_among_taxonomies', NULL),
(112, 13, 'ct_template_apply_if_archive_among_cpt', ''),
(113, 13, 'ct_template_archive_post_types', 'a:0:{}'),
(114, 13, 'ct_template_date_archive', ''),
(115, 13, 'ct_template_front_page', ''),
(116, 13, 'ct_template_blog_posts', ''),
(117, 13, 'ct_template_search_page', ''),
(118, 13, 'ct_template_404_page', ''),
(119, 13, 'ct_template_index', 'true'),
(120, 13, 'ct_template_inner_content', ''),
(121, 14, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'729cfd9c98885bf1218187f94f6fdd034cf77d11ba967639eb7d007269c5fa7a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-139\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'a4f7d4de0a02b4538ec2c6eb5c7ed413e5a81cb8467b1189b42c9e01495b32fb\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-139\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission to&nbsp;help you grow your business[/ct_headline][ct_fancy_icon ct_sign_sha256=\'973c507c52326a8ea4984eb5aac682b2951f766ba0152036ff4371cc43019ce5\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"fancy_icon-6-139\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'eb0bc6ccdf8274eb794a11712657ae3b198a2b6c05ea2da3f125978ade819993\' ct_options=\'{\"ct_id\":7,\"ct_parent\":2,\"selector\":\"text_block-7-139\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'f8559dcdb56b92e8db94789fd5a2fc492ae3789c1c875550ea96679b9dd01715\' ct_options=\'{\"ct_id\":11,\"ct_parent\":2,\"selector\":\"link_button-11-139\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'cb833dcbc156800d3c19e7a71ec285c4d51ffd4503641222e9ffb6ecff4a15ee\' ct_options=\'{\"ct_id\":13,\"ct_parent\":0,\"selector\":\"section-13-139\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'9ff73f35a0317cc13fd3f241e8e36d4c90c618fc85d69867101f610dda6ab69e\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"new_columns-14-139\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'813d4a96ce68a60d9a2d36902c22d336ed1b85e224bc28a429b2c48bbfaa0b69\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"div_block-15-139\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7374dfcc05b6d9feaf08198d02b0c1b0c1511e255967ad95d4dd70e57280596a\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"image-18-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7048cb149703bc134a33757243d667870c8435f0fe2c6ac3968b8a958bdd4b9c\' ct_options=\'{\"ct_id\":19,\"ct_parent\":15,\"selector\":\"image-19-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'da0badffa9d572ff27e2b474535e4d6573d4d369e3c857785adb38690ffa99fd\' ct_options=\'{\"ct_id\":16,\"ct_parent\":14,\"selector\":\"div_block-16-139\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'25a24b8bdfef79c8e24e4a8f01ed2e00c6c9952e467e0cf0192b0ecf06b3e392\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"image-20-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7935b807aba61cd6ec324f6900b8625814d88e70ba2be18ee733c27c8a9a9482\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"image-22-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7e7d811a3ede1bc655f24d7cec01b638637531520848a2308941d3004e4aeea7\' ct_options=\'{\"ct_id\":17,\"ct_parent\":14,\"selector\":\"div_block-17-139\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'1bc5471124e85f785c8367e66bc0af4140930d870f35d14f20d8eb01b53c15c7\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"image-23-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'8ef0fe703a7f5085bf9b87141726d705a0573cf38786a057409af1753a4620b9\' ct_options=\'{\"ct_id\":25,\"ct_parent\":17,\"selector\":\"image-25-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\",\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'ab59136b0daeb723d16dec9d2a98e4d7b2797c09f42826d35afadc60b178ec70\' ct_options=\'{\"ct_id\":26,\"ct_parent\":0,\"selector\":\"section-26-139\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2c8502b216ae5747f701d33bf7f079234db3f4adad049154d2bf2b9da4ea430e\' ct_options=\'{\"ct_id\":69,\"ct_parent\":26,\"selector\":\"headline-69-139\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'ecc1ba69f63a26ed8f428f2a33f52166a2da86b693aac2719101dc227f59b12f\' ct_options=\'{\"ct_id\":72,\"ct_parent\":26,\"selector\":\"new_columns-72-139\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4cebb9fcf75e74e13b2f0cdb58f1ebf1ce77427040e88c98917f7f4432981075\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'1fd6ad775fb37b013c9ae5428c7ed8b08d63d999ce3bac4d1bd069ba35cf9d2d\' ct_options=\'{\"ct_id\":35,\"ct_parent\":73,\"selector\":\"fancy_icon-35-139\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'320de7a503956ea82b1a9f17488e919931084fd187724cb91622631c944789dc\' ct_options=\'{\"ct_id\":42,\"ct_parent\":73,\"selector\":\"headline-42-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'5400d95047ceab29e0781eff25db778ba975547250459930210a956bfdcae955\' ct_options=\'{\"ct_id\":53,\"ct_parent\":73,\"selector\":\"text_block-53-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e9e6a1220053aa711f0e5b9aa8df979662e06a6f4b307dfcbeaafe185c0b4d56\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'e78ecb44565a69565521a421004ea7de5653fd7081b4e8d6f59a6c706cd52137\' ct_options=\'{\"ct_id\":36,\"ct_parent\":74,\"selector\":\"fancy_icon-36-139\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7b721c703680d331c4eaa21b8ca612ec8fd0e371c3651366e9313499623cc6a8\' ct_options=\'{\"ct_id\":43,\"ct_parent\":74,\"selector\":\"headline-43-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'83e9336f7e59ced78efe758b45d4a8767aa60eed551896e4c2ea2680f783f647\' ct_options=\'{\"ct_id\":57,\"ct_parent\":74,\"selector\":\"text_block-57-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1164c8d385201fdf7c4a4c06bcebf466f4dd3c28054fb08e8769647051401d4d\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'9b4c56e03aed65e052bca8c04d7654704dd5aa7dca68d71f5836ea4eb7d1fd94\' ct_options=\'{\"ct_id\":37,\"ct_parent\":75,\"selector\":\"fancy_icon-37-139\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c9ad1321e154f434844ee6fd3bae6cccdb3e47e41ab679f6fffb0c4da0e00dd3\' ct_options=\'{\"ct_id\":45,\"ct_parent\":75,\"selector\":\"headline-45-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'84c448ea1cf23ecbaf238e388fdce2275070969279f6a4ed596ff0f9826c0945\' ct_options=\'{\"ct_id\":59,\"ct_parent\":75,\"selector\":\"text_block-59-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a3bf3e7954d344e1eff8999d82bf6cecfca2c80283743ffa8b5374ee427896b8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":72,\"selector\":\"div_block-76-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'4ca2d6cdbbf8596eb6779e8c5bfdf63ddc6dd06541144876f4b73aa07ae6e3c9\' ct_options=\'{\"ct_id\":38,\"ct_parent\":76,\"selector\":\"fancy_icon-38-139\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'8f860a37ab4a5927d9610528a6c6a6af18a2519ac281ec713b8ecdeb9d316cd5\' ct_options=\'{\"ct_id\":47,\"ct_parent\":76,\"selector\":\"headline-47-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'c4f59d9ad660249f2ea4dff6cfe6d534f445b0553baed91773692b8a0aaf075d\' ct_options=\'{\"ct_id\":61,\"ct_parent\":76,\"selector\":\"text_block-61-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(122, 14, 'ct_other_template', '0'),
(123, 15, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'cf7eb4c467327e4d9d29033a0b0e6b64246dda07231a6dfab5a9a5569de24bb6\' ct_options=\'{\"ct_id\":96,\"ct_parent\":0,\"selector\":\"section-96-133\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-bottom\":\"90\"},\"nicename\":\"Features Hero\",\"ct_category\":\"Heros & Titles\",\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'8898102f761b915779eb881337727a89303dea81ccb50d5d36954cbcff7bd0ad\' ct_options=\'{\"ct_id\":98,\"ct_parent\":96,\"selector\":\"headline-98-133\",\"original\":{\"margin-left\":\"40\",\"margin-right\":\"40\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Help Businesses to&nbsp;Grow[/ct_headline][ct_text_block ct_sign_sha256=\'49bc40e76cd0ccfa5214edcc6129accd0af1d4e61c2c401e2c909f421cb5ab43\' ct_options=\'{\"ct_id\":102,\"ct_parent\":96,\"selector\":\"text_block-102-133\",\"original\":{\"margin-left\":\"40\",\"margin-right\":\"40\",\"max-width\":\"480\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"},\"activeselector\":false}\']Dashwoods eagerness oh extensive as discourse sportsman frankness. Husbands see disposed surprise likewise humoured yet pleasure. Fifteen no inquiry cordial so resolve garrets as.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'615d77b5d7f48c339ff667e4f08083d0732b9d7b7ab15d512a844e90477be34b\' ct_options=\'{\"ct_id\":107,\"ct_parent\":96,\"selector\":\"div_block-107-133\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'15e735e1798fa2477761e10ba1a6840f325f56fb67664729bccb836c1154bc95\' ct_options=\'{\"ct_id\":108,\"ct_parent\":107,\"selector\":\"link_button-108-133\",\"original\":{\"margin-left\":\"6\",\"margin-right\":\"6\",\"url\":\"/login/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Get Started[/ct_link_button][ct_link_button ct_sign_sha256=\'da04807c83c88719e9cbfdab11e573093aafcc066073ec93c74491e17d5c2ab1\' ct_options=\'{\"ct_id\":109,\"ct_parent\":107,\"selector\":\"link_button-109-133\",\"original\":{\"margin-left\":\"6\",\"margin-right\":\"6\",\"url\":\"/products/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'8dc1e4142f595166b2a4c4cb5fddccf9d27effe978d9aff55334cd106680f4b5\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'15cf5b2a3604b9300c86252d47f1e7023acc460c342930a1b7273969934251bc\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"new_columns-3-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"reverse-column-order\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'59c8513cc37728dcd8db0d25a570febcdd7a6e249a96e1ec5363d44a4347d6ad\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'da23e8dfbe4cb99be83866615528e321cd55dd6856e2eeafc2cc9025d448166b\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"headline-6-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Free to Try[/ct_headline][ct_text_block ct_sign_sha256=\'09e836e07ed12b135dd30ca947c08dcb7d7c1e4edd6749241a845a942255acec\' ct_options=\'{\"ct_id\":8,\"ct_parent\":4,\"selector\":\"text_block-8-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']On am we offices expense thought. Its hence ten smile age means. Seven chief sight far point any. Of so high into easy. Dashwoods eagerness oh extensive as discourse sportsman frankness.[/ct_text_block][ct_link_button ct_sign_sha256=\'b1f6573cab2bd4dd3d8d02948b83c2c32f18e66f9de9f2abe746736bf6485ad9\' ct_options=\'{\"ct_id\":10,\"ct_parent\":4,\"selector\":\"link_button-10-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9ed3c499f7459679a110d6b6bfaf9b7d870744d9d26444e09e00107bfd032317\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"div_block-5-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'6fa1e687275a6ea2058a351713359f1dd3823298423f46be7f3f4ea6dbc212dc\' ct_options=\'{\"ct_id\":13,\"ct_parent\":5,\"selector\":\"image-13-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/280ddb8e-7c33-4807-b93e-7e137deeab082x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'cef887c0b527e90f20730dbf689e217f51e416a0ae0ff690069488cffeb18a01\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'de57b3a47abac0709207daa6f7fe4ad04f7e7e96f80ea53156dcef327415c116\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"new_columns-15-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'f718b93f2ef8fde316b2c665d62ffbce696a4e0ad0de9c25c4744dd2fdf107f7\' ct_options=\'{\"ct_id\":20,\"ct_parent\":15,\"selector\":\"div_block-20-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'571e47fc826aa947f49cc8e4e5b51d2b22d958cacf8e06fc0f1a2c5ebc02be56\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"image-21-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/b194577b-1049-4392-abcf-72e40dce5f7b2x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'11a0c2b7d0de1aec114bcf4951511db45d0bd953b648fb4a02e02da92271940e\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"div_block-16-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'a0e960ed0f77aa16112292eca33c2e3d05c523323bd6c6e2bc000c4d98db1ed0\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"headline-17-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Cloud Server Storage[/ct_headline][ct_text_block ct_sign_sha256=\'01be3b481c4bd840455ef2431eac4446db60f52f5ca1cb9bbf5ecedf6249c964\' ct_options=\'{\"ct_id\":18,\"ct_parent\":16,\"selector\":\"text_block-18-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']In as name to here them deny wise this. As rapid woody my he me which. Men but they fail shew just wish next put. Led all visitor musical calling nor her. Within coming figure sand things are.[/ct_text_block][ct_link_button ct_sign_sha256=\'245aae74b7b8554789f331f8d80e014187a70a46046f286e50965b17105d4fc8\' ct_options=\'{\"ct_id\":19,\"ct_parent\":16,\"selector\":\"link_button-19-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'88c135367b714929a2c059d4d357a7d87b20580c08051c0d40762cca4c140bfe\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-133\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Features Row\",\"ct_category\":\"Showcase\"}\'][ct_new_columns_3 ct_sign_sha256=\'df11d1faaeb8602426e776b97723c85ffbc1b2c75c90349fe0e43575e4b69d9b\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"new_columns-46-133\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'263223bf06dcf4b02695c3239f6b020106a5dda9bd164e731edaeb3413c3e14e\' ct_options=\'{\"ct_id\":88,\"ct_parent\":46,\"selector\":\"div_block-88-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'2fb6b432068bc83cfff61263a2fc17f93b2bc71d28a209e70d30652b842720d1\' ct_options=\'{\"ct_id\":89,\"ct_parent\":88,\"selector\":\"fancy_icon-89-133\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a492306ab4e16c1c40f9cc31b0b74137ebc07a2b2f3b40cc230463c84caf3762\' ct_options=\'{\"ct_id\":90,\"ct_parent\":88,\"selector\":\"headline-90-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']Cross-Marketing Opportunities[/ct_headline][ct_text_block ct_sign_sha256=\'47173cc5c84360e760c637283df9c7c11812ee3815b2de366486e2ed0993737e\' ct_options=\'{\"ct_id\":91,\"ct_parent\":88,\"selector\":\"text_block-91-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Far estimable extremely middleton his concealed.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cee7ce94bbca4ab5ef3a9814f00baca576d0268ae924f481fe552f3e8e91a325\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"div_block-47-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\",\"background-color\":\"color(11)\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"border-radius\":\"5\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'1de20e8ce10f01a0a81e9c84cf844b14df0265d7eda6ec6c9f5bc47118d7e462\' ct_options=\'{\"ct_id\":51,\"ct_parent\":47,\"selector\":\"fancy_icon-51-133\",\"original\":{\"icon-id\":\"Lineariconsicon-coffee-cup\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f911da53e9245afb316314da5a6278f5d6106ce829b1c985746c34736af06665\' ct_options=\'{\"ct_id\":58,\"ct_parent\":47,\"selector\":\"headline-58-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']Speed-Up your Website[/ct_headline][ct_text_block ct_sign_sha256=\'73984ffca0f2805d6815192d94f086bf22c620918996174288a2e4f7110ead88\' ct_options=\'{\"ct_id\":73,\"ct_parent\":47,\"selector\":\"text_block-73-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Drawings can followed improved out sociable not. Earnestly sod.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2f5e430000c99a9df36fe63ce61ea40ed710ffb10fa28d7525c66f1d6e580430\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\",\"nicename\":\"Div 48\"}\'][ct_fancy_icon ct_sign_sha256=\'80dedb4bb692d2d286da3f965ef9ea2454c8e4c27e1490d0067a143caffbe994\' ct_options=\'{\"ct_id\":52,\"ct_parent\":48,\"selector\":\"fancy_icon-52-133\",\"original\":{\"icon-id\":\"Lineariconsicon-lock\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'251d9d6c2d53aa40b68fb577e2b6010954dd0bd98a0d9a8dfdeb343176b209f5\' ct_options=\'{\"ct_id\":59,\"ct_parent\":48,\"selector\":\"headline-59-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']100% Secure Connection[/ct_headline][ct_text_block ct_sign_sha256=\'e3050970d88684d474315abd16cb6bf450422c3a533e862dc443bd8a73a0888c\' ct_options=\'{\"ct_id\":75,\"ct_parent\":48,\"selector\":\"text_block-75-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Allowance too applauded now way something recommend.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'447e9249c5838526253c88827c627218865844ee1a21c8c831de1441340bcf70\' ct_options=\'{\"ct_id\":24,\"ct_parent\":0,\"selector\":\"section-24-133\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'3cb38ee0edd73841412a66a3bb9c17f34ec2245fb0d52542e3754b98eec785ba\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"new_columns-25-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"never\",\"reverse-column-order\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c0cc7cfa88355f9e0a69d8437e904731666bdd49b0c66c08ecaf7600a253994a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"div_block-26-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'be1b8599387032d037565df0570ce8dbd9952f3df92a3c214f625d5383bcfc63\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"headline-27-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Full File Access[/ct_headline][ct_text_block ct_sign_sha256=\'8328bfb0d8a6a514cb2ab51231216ec890d45b3c1b08f6fb85be92b5823787a1\' ct_options=\'{\"ct_id\":28,\"ct_parent\":26,\"selector\":\"text_block-28-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Continual delighted as elsewhere am convinced unfeeling. Introduced stimulated attachment no by projection. To loud lady whom my mile sold four. Need miss all four case fine age tell.[/ct_text_block][ct_link_button ct_sign_sha256=\'87a7710070edf33ea5a70a5f1bdcb5fc0120162b3a9a0f65ba6de345511ffdfc\' ct_options=\'{\"ct_id\":29,\"ct_parent\":26,\"selector\":\"link_button-29-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5126b8cfe48d615fea6d57a9c99863afee06d4bfe35b138f45503e306b688a21\' ct_options=\'{\"ct_id\":30,\"ct_parent\":25,\"selector\":\"div_block-30-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'d304ec0e6c0536be5385fc82b769dd848197c260155147b9ac7aa5755591a5de\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"image-31-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/f387b9c4-f497-48ac-845a-05ba97f805d12x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'263b3e54f924c751d6f6573e29438fe41b7876ae6a194d6b9af74ee8dcf4a686\' ct_options=\'{\"ct_id\":33,\"ct_parent\":0,\"selector\":\"section-33-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(3)\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'cc25ecde0573f53c4d0ccf010cd4c2197bd97c2d80566575f5990cffb78361b2\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"new_columns-34-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'3db9f867fb400b18b04b29f534bec7f121a5c3ab15bc566cede8c15a59b9b441\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"div_block-35-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7a854aa8a570e3ce09f2354ed3a67b8fee45759f010bdf0c6dd1368b1d223b9c\' ct_options=\'{\"ct_id\":36,\"ct_parent\":35,\"selector\":\"image-36-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e6ae632e6e9459516b0372e3b6dbec17adca193f3937cc6131254734e9b3a0cd\' ct_options=\'{\"ct_id\":37,\"ct_parent\":34,\"selector\":\"div_block-37-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'4420d7d8c663341bf7a19be075b2904cf3bc1055e3b5e64357dce25895f0fab0\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']DDos Protection[/ct_headline][ct_text_block ct_sign_sha256=\'5ebf88a3419a613f5838cface305f4a3145aad2bc6ac88764f4a622d7ab14d4e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Civility vicinity graceful is it at. Improve up at to on mention perhaps raising. Way building not get formerly her peculiar. Up uncommonly prosperous sentiments simplicity acceptance to so.[/ct_text_block][ct_link_button ct_sign_sha256=\'4f193ce422831d23e936bacf0475d0489f31f6643cc8b3f2ca2c8c939092e4bf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":37,\"selector\":\"link_button-40-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(124, 15, 'ct_other_template', '0');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(125, 16, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'d1a9d9c9f833f8d3e5ed8d94b6a4be4792c2828b1f2da4053ceada0915b6def0\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-115\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"20\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"nicename\":\"Products Hero Section\",\"ct_category\":\"Heros & Titles\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'b6550489b3b57d72cae96be0cf8667952c76618277ca01c30f4ca6193b38fee6\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-115\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get Fully Managed<br>Hosting Located in&nbsp;USA[/ct_headline][ct_text_block ct_sign_sha256=\'4ebe553b5ac20f7c88f414c5b416093bd5b192e226dce74bb1c3defc07e48d9a\' ct_options=\'{\"ct_id\":7,\"ct_parent\":2,\"selector\":\"text_block-7-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"max-width\":\"480\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']One morning, when Gregor Samsa woke from troubled dreams, himself transformed in his bed into a horrible vermin.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'bb8e8d30fceab3a2231cb828164f55650d800eb6b5a69801f18ef2091571f5fb\' ct_options=\'{\"ct_id\":9,\"ct_parent\":2,\"selector\":\"new_columns-9-115\",\"original\":{\"max-width\":\"720\"},\"media\":{\"tablet\":{\"original\":{\"max-width\":\"360\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'b5ec2f0e4be373f2c7c0f3d9770577fda4dfd44345449f5b092cedb3329c8227\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-115\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_div_block_4 ct_sign_sha256=\'a24c64748b2287e944bf25f0ae361d31e674124407b30b50087de4fd8c7ed60d\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"div_block-13-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'709059fb5999953ff6fcf0854a715a3db548412ed7ea96640cb2e319fe7b1989\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"fancy_icon-14-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c9c3e6e8765f78ce301da3aaad9e843db27c46f40d473cc3f80f7f177fba1ac6\' ct_options=\'{\"ct_id\":15,\"ct_parent\":13,\"selector\":\"text_block-15-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']24x7x365 support coverage;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'61e2bf211f3cd8f0bc6668ed6af1d835230c7c2815e3f521a013daf7a5154f04\' ct_options=\'{\"ct_id\":17,\"ct_parent\":10,\"selector\":\"div_block-17-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'989b58b2369154deb42d6f793ddf27ff075f511ba9d55656bb295ec0f3641c37\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"fancy_icon-18-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'057da57aeebc24cdc888ff5ab34334fb604b47fd5a91e0822ff642d2a47d0014\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"text_block-19-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Transparent 100% Uptime SLA;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'e7cf39f69122301d1c7b2574cf9c5eb135c2f99e7c86bfeac6814f452f7d12ef\' ct_options=\'{\"ct_id\":23,\"ct_parent\":10,\"selector\":\"div_block-23-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'c92340a13d454d56836c5091f608ce86081c5424a5e61b4aa3d03b16c888df8e\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"fancy_icon-24-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'1fb48139293c186bce088e30b0cfc81497f2d697eac59e5258624db63e683517\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"text_block-25-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Windows and Linux VPS available;[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e56aa21cc83b7cbaabe76142011185f2c56d7f9b2f92425a8503be02dc07bd37\' ct_options=\'{\"ct_id\":11,\"ct_parent\":9,\"selector\":\"div_block-11-115\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_div_block_4 ct_sign_sha256=\'9e2a8040a59e95fc8b0fe32ccf3d0d0571a10d2d4c525a777febff523350ffa7\' ct_options=\'{\"ct_id\":20,\"ct_parent\":11,\"selector\":\"div_block-20-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'f30beb01f01a67abe283c47069760f094eb44975c64ef303377494054fb80af6\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"fancy_icon-21-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'218616c2b2692d4d094cdc8d38dc71d2796e1e1117ee06f18e535fd8099a6273\' ct_options=\'{\"ct_id\":22,\"ct_parent\":20,\"selector\":\"text_block-22-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Automatic daily backups;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'507a0f4f79bbe5ce319c8f65c75768adddb8a71e4950ad8bdf2a7b791311d778\' ct_options=\'{\"ct_id\":29,\"ct_parent\":11,\"selector\":\"div_block-29-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'71d21d5463c2ffe61c3d52171caec7eda77c8b1a564ff2e3d2ada4be3fc823b9\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"fancy_icon-30-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'06e9538f2f268ce6a96b3ec8e25cf121ee253adbf9d7d43bf59f9befb5ccf655\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"text_block-31-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']No limits on support time per month;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'69862593b8b38a5d6fc6ed2c56b95526bfb2fb9cc0de9352efba17b3e8672139\' ct_options=\'{\"ct_id\":32,\"ct_parent\":11,\"selector\":\"div_block-32-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'0bb13c0bbee52f9f546e584e4a9cf7bb1606b176afec62a76670d620cb386bfb\' ct_options=\'{\"ct_id\":33,\"ct_parent\":32,\"selector\":\"fancy_icon-33-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'4266b92f736ab17f87917b755ba5ee4ca9d92bce82802ea54d27604edf718851\' ct_options=\'{\"ct_id\":34,\"ct_parent\":32,\"selector\":\"text_block-34-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Easy Scalability.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'f4c333d70bd6839810090343956ed485796af6757d95d8ce810f3602f5541eee\' ct_options=\'{\"ct_id\":45,\"ct_parent\":0,\"selector\":\"section-45-115\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"ct_category\":\"Showcase\",\"nicename\":\"Products Section\"}\'][ct_new_columns_3 ct_sign_sha256=\'4a54ba157ee798a6bcc3a53effc585e2f762a16854be7b5da53a094d9909facb\' ct_options=\'{\"ct_id\":46,\"ct_parent\":45,\"selector\":\"new_columns-46-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'c8921fcdd55fea986f2ea38f4faaf63c0ac3d3f1cb97295458385fce2da7e0e0\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"div_block-47-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'7378fefbf21ba319729a84cb5be0568870354171c92edc6b84b3f88754f9db35\' ct_options=\'{\"ct_id\":51,\"ct_parent\":47,\"selector\":\"div_block-51-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'be147729169df419692bb35ae0b629dfdf063dd41f6fb95c6cfbfc330eb26ccb\' ct_options=\'{\"ct_id\":69,\"ct_parent\":51,\"selector\":\"fancy_icon-69-115\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6cfa47fc0ee1f5a15dedc61154be5ee3da87f23860ee8f9742a7383df97509f0\' ct_options=\'{\"ct_id\":58,\"ct_parent\":51,\"selector\":\"headline-58-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Managed VPS[/ct_headline][ct_text_block ct_sign_sha256=\'7e0dd7f98262dfaa6d7468957bc608d6ee0437b93b258240b71bd09147813d48\' ct_options=\'{\"ct_id\":87,\"ct_parent\":51,\"selector\":\"text_block-87-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'6a34461364931a9743f1d061832e6c02a6677c003a28df433d3be034683f2e24\' ct_options=\'{\"ct_id\":91,\"ct_parent\":87,\"selector\":\"span-91-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;24x7x365 support coverage;[/ct_text_block][ct_text_block ct_sign_sha256=\'38854b58a843a5d91e82566683d8a138f2ef61e78b9af2520397074599370293\' ct_options=\'{\"ct_id\":94,\"ct_parent\":51,\"selector\":\"text_block-94-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'e202c9028e9fecb3ecd0ea562cf0f03707abe0d878d2ac19fe4e13ab61b7027c\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"span-95-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'f6c656a64040a831ca4f0ffe857741d5daed7f86c9942335a83501f35473287c\' ct_options=\'{\"ct_id\":98,\"ct_parent\":51,\"selector\":\"text_block-98-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'114eeb355e3789706788bae47dc6c2be1a0640c2b1991003ac83866a4b3c0aae\' ct_options=\'{\"ct_id\":99,\"ct_parent\":98,\"selector\":\"span-99-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'9dabef5f08a6428bc03fd7fa7aef143fc0ef22c32966a5a3f68435f8f27bb33f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":51,\"selector\":\"headline-138-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$49[/ct_headline][ct_text_block ct_sign_sha256=\'98d028e902cdff674ca798080bed9bf4408009a4d18aa13af625c94178b0dc6e\' ct_options=\'{\"ct_id\":152,\"ct_parent\":51,\"selector\":\"text_block-152-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'e22fdd751cbbc84a5de2998ed1b05c521e857a38485f1068834e98229c63b495\' ct_options=\'{\"ct_id\":77,\"ct_parent\":51,\"selector\":\"link_button-77-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top-unit\":\"px\"}}}}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1bedfc8d8144576c7c6e45666983444e168ebf51b7a3a5377b261269d57f15c9\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e1db4d7d79f5578b60f2aab10099486cff14bb4b040ed4cc2b294da91dd41fca\' ct_options=\'{\"ct_id\":52,\"ct_parent\":48,\"selector\":\"div_block-52-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'2b7cf63723f043ba539af61e88870a445bc1e0af972d931e606d08e2cc84c784\' ct_options=\'{\"ct_id\":71,\"ct_parent\":52,\"selector\":\"fancy_icon-71-115\",\"original\":{\"icon-id\":\"Lineariconsicon-printer\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1f2697b82e1ac03e452acc92865e531992ff2566080671cee54a0c15934f5a62\' ct_options=\'{\"ct_id\":60,\"ct_parent\":52,\"selector\":\"headline-60-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Servers[/ct_headline][ct_text_block ct_sign_sha256=\'a45ce7f0c0182ff1261f064b2454bfac837067c8088e4df575f45c3d0a8e1899\' ct_options=\'{\"ct_id\":102,\"ct_parent\":52,\"selector\":\"text_block-102-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'3d6d95b3b0d651233d6c67e3c62e9d7884b6c6f4cfd06e476aa915ae30e2d38f\' ct_options=\'{\"ct_id\":103,\"ct_parent\":102,\"selector\":\"span-103-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;No limits on support time per month;[/ct_text_block][ct_text_block ct_sign_sha256=\'93bdf04f8f572e9ad3f42b8e1be1e991961ebe768c6dee6a122e97b70a558a99\' ct_options=\'{\"ct_id\":105,\"ct_parent\":52,\"selector\":\"text_block-105-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'908994f1bd9232f997adcb93bbe2a14ba54a2afc91b4534eef4d431d4252c39b\' ct_options=\'{\"ct_id\":106,\"ct_parent\":105,\"selector\":\"span-106-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'4fd86bf0c3f566d463f6ed90ea0ba370ecc1b786751b5099b8f14d92c750cc9f\' ct_options=\'{\"ct_id\":108,\"ct_parent\":52,\"selector\":\"text_block-108-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'9b44544271ae708c0aab33dcb0f952e9486ca43804217a5f577011f5f4908839\' ct_options=\'{\"ct_id\":109,\"ct_parent\":108,\"selector\":\"span-109-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'32330a37ee71cc284dd9a29003041a0915d913419924369f4fe946649d6e14f5\' ct_options=\'{\"ct_id\":142,\"ct_parent\":52,\"selector\":\"headline-142-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$79[/ct_headline][ct_text_block ct_sign_sha256=\'a9dabd34de3edb8d17ab1b755838fd012cc96aaa15a1ff9d8ac5537de812e3fb\' ct_options=\'{\"ct_id\":154,\"ct_parent\":52,\"selector\":\"text_block-154-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'aacd72539d92dc32398138dba52d459e54dc1b28a102f793a2095297d617bc12\' ct_options=\'{\"ct_id\":80,\"ct_parent\":52,\"selector\":\"link_button-80-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'28a79b3abb83af005e096b0555b33df3d894c577f5a79aa07cb5de50be80442a\' ct_options=\'{\"ct_id\":49,\"ct_parent\":46,\"selector\":\"div_block-49-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'f23fab2545ba5e56d58a97980861e09d7b7daa52fa31061e8cc09c40b742e0f5\' ct_options=\'{\"ct_id\":54,\"ct_parent\":49,\"selector\":\"div_block-54-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'afcb30f91b176ad9c5d154b8b0d583a705534153a2dac3a317aa4a27209f9f79\' ct_options=\'{\"ct_id\":73,\"ct_parent\":54,\"selector\":\"fancy_icon-73-115\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-upload\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1f6b3e662397884ba5400dfca6c951a4e0141dbd88c279c0bdb8d32cdebef590\' ct_options=\'{\"ct_id\":62,\"ct_parent\":54,\"selector\":\"headline-62-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Private Clous[/ct_headline][ct_text_block ct_sign_sha256=\'bdc75984633e6edf47885914891993d971706f508f2581b9dc33a76d5f0ea3b6\' ct_options=\'{\"ct_id\":111,\"ct_parent\":54,\"selector\":\"text_block-111-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'0708ae53406833aa1e7a8f8c91a8efc7f28ab5208db64974769a30c05c5769a2\' ct_options=\'{\"ct_id\":112,\"ct_parent\":111,\"selector\":\"span-112-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Automatic daily backups;[/ct_text_block][ct_text_block ct_sign_sha256=\'a3a9174a23c202f30c96076db7fdc1a95fb9f13c97a33ad2018e3e79abc3b6da\' ct_options=\'{\"ct_id\":117,\"ct_parent\":54,\"selector\":\"text_block-117-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'cb84084d930044f12efa02134e5d4d413d233cee67285727873b5844f3adc46d\' ct_options=\'{\"ct_id\":118,\"ct_parent\":117,\"selector\":\"span-118-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'90b390f0867bedd957fa04dc79357270043bac0a0d8427788bfcad432fc472e4\' ct_options=\'{\"ct_id\":123,\"ct_parent\":54,\"selector\":\"text_block-123-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'2bdc219fa732f8bf135eae5919477fa66c0ab475ab748865830652eb9085b977\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"span-124-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'7094a15eb7e298304f028c3db6490d6292cb1595000db28704ff27b0965731a8\' ct_options=\'{\"ct_id\":145,\"ct_parent\":54,\"selector\":\"headline-145-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$99[/ct_headline][ct_text_block ct_sign_sha256=\'566427f041553e349fb7f1da2c7115f08cee2cd8fddd0882492772f1c7c16b7b\' ct_options=\'{\"ct_id\":156,\"ct_parent\":54,\"selector\":\"text_block-156-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'2ec814cb61880fc2413bd4847b9cff52693972d7081071fb40fd86c9ea5bfa4b\' ct_options=\'{\"ct_id\":83,\"ct_parent\":54,\"selector\":\"link_button-83-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c956d60c1a1fe7e46fba2781f5039b5098bb34c442c62e1dd1cd9f71c203927e\' ct_options=\'{\"ct_id\":50,\"ct_parent\":46,\"selector\":\"div_block-50-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'f323f0d57ce884ad3a5279d4559f219608ce729e7c9718e3f9d5b5dfaa87e537\' ct_options=\'{\"ct_id\":56,\"ct_parent\":50,\"selector\":\"div_block-56-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'ea93c4aabe3d1692c551212392ac87bcb695ab308effd0f790aab4af52ca96a4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":56,\"selector\":\"fancy_icon-75-115\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'09708d8d65683e7fffd8719af619d7e8a3ef9662e5bf8d04716a386ac92ad62f\' ct_options=\'{\"ct_id\":64,\"ct_parent\":56,\"selector\":\"headline-64-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Clusters[/ct_headline][ct_text_block ct_sign_sha256=\'d26843680fa5799f965c58220f049bfcf634d174675152968465111befc5c1a7\' ct_options=\'{\"ct_id\":114,\"ct_parent\":56,\"selector\":\"text_block-114-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'3b927ec2064b470d8e2dfa267aa291f591e9d9dd4a88847d1328a2e33b5d3d3a\' ct_options=\'{\"ct_id\":115,\"ct_parent\":114,\"selector\":\"span-115-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Windows and Linux VPS available;[/ct_text_block][ct_text_block ct_sign_sha256=\'cefcb0078ed3ec69418838b672953e8922844b15b7701d030183cf96e800165c\' ct_options=\'{\"ct_id\":120,\"ct_parent\":56,\"selector\":\"text_block-120-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'f1f4288a1a4c9645463fdbecf7caeda296b66ffb37015817a7887c753883b409\' ct_options=\'{\"ct_id\":121,\"ct_parent\":120,\"selector\":\"span-121-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'2b14fbd1c440c98302289f6b0c047506a4f5f56b72d847ac7f562ee939b7fdee\' ct_options=\'{\"ct_id\":126,\"ct_parent\":56,\"selector\":\"text_block-126-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'23fb39258a1dd102690a5303b70f464338a50bd2f7ee8bcef3e05431a10fd2c0\' ct_options=\'{\"ct_id\":127,\"ct_parent\":126,\"selector\":\"span-127-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'cff8fb26d58df032e1dcb5fd8d853c0c5a88bf664ec9f5c3ff703d257e8907c2\' ct_options=\'{\"ct_id\":147,\"ct_parent\":56,\"selector\":\"headline-147-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$139[/ct_headline][ct_text_block ct_sign_sha256=\'8dbdf7b28aca2ee61166e8caa752ee753917c5cbb062cdb076bd2ebbc7f8e6e5\' ct_options=\'{\"ct_id\":158,\"ct_parent\":56,\"selector\":\"text_block-158-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ffaa2f11a7e528d687e3fb4ff62baf0ec47b1c17ee0816a88321f460cec9b817\' ct_options=\'{\"ct_id\":85,\"ct_parent\":56,\"selector\":\"link_button-85-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'13c18dc486594112681badb786903399e8fe5a32fb489e324a573293f5e1d61c\' ct_options=\'{\"ct_id\":160,\"ct_parent\":0,\"selector\":\"section-160-115\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\"},\"activeselector\":false,\"nicename\":\"Providers Section\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'63fecabbb0cc464db2469d5fe0be858b4daa676e787bade048a19e5c882cb530\' ct_options=\'{\"ct_id\":162,\"ct_parent\":160,\"selector\":\"headline-162-115\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Not all hosting providers are&nbsp;the&nbsp;same[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8cd0a78cff98d5a304231eb593b9a46912e86b4432a683935b4b0bfa2b05c5cd\' ct_options=\'{\"ct_id\":167,\"ct_parent\":160,\"selector\":\"new_columns-167-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'f760d71d76cc8d58a0d658d9ac6cd61b8eba00ec5e108dc81365ebdd81ed4039\' ct_options=\'{\"ct_id\":169,\"ct_parent\":167,\"selector\":\"div_block-169-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'301dfa58f217c78956532624a82ac5a58fcca69aa52667b1822b133692e3b8f5\' ct_options=\'{\"ct_id\":161,\"ct_parent\":169,\"selector\":\"image-161-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'087d84328ed611ecefaf2bc2b97b61fca80efe29080fb7d5e9c30a54894706ac\' ct_options=\'{\"ct_id\":170,\"ct_parent\":167,\"selector\":\"div_block-170-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'ae539d448eb7ec7f48c0101f0d72c0465af5e79fc6545edcf8e6a63bc78c9f5c\' ct_options=\'{\"ct_id\":172,\"ct_parent\":170,\"selector\":\"headline-172-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']A collection of textile samples[/ct_headline][ct_text_block ct_sign_sha256=\'b98da63ed7b801c1115b960abc63b4f87070555285cf247c37e48a98a6d21f4d\' ct_options=\'{\"ct_id\":176,\"ct_parent\":170,\"selector\":\"text_block-176-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'d29c1bbe3106e9a24bd53bde6f17b9151f2ad3a485cada0b3c51cb432c4c7e25\' ct_options=\'{\"ct_id\":179,\"ct_parent\":160,\"selector\":\"new_columns-179-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'84026eaff21c4ee40cf4d2a0e48e366a937ae9aa351e0cf242c79e4380133e0d\' ct_options=\'{\"ct_id\":180,\"ct_parent\":179,\"selector\":\"div_block-180-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'c6be63cb7e0af7c49ba487ece4fe852898d088b64a91362423f49e2b6ce0ec37\' ct_options=\'{\"ct_id\":181,\"ct_parent\":180,\"selector\":\"image-181-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'4be9a30b77128cadf0135850662e362c63617ecaaec98d7b74d48e04669a6ce2\' ct_options=\'{\"ct_id\":182,\"ct_parent\":179,\"selector\":\"div_block-182-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'1ac0a6ec19a66fccb02a60a6bde1e5d116ae9ae3bf3cf9bd4affee514ccf598d\' ct_options=\'{\"ct_id\":183,\"ct_parent\":182,\"selector\":\"headline-183-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']He lay on his armour-like back[/ct_headline][ct_text_block ct_sign_sha256=\'544c278ec0ea7ea28bb92af628c4f2683e924b7590a4d11cd217ff0483b2abb2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":182,\"selector\":\"text_block-184-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'19b882823909e0552c9a703fc34176d51ba07797a7c7f6baa1c90e4edd35bf1e\' ct_options=\'{\"ct_id\":185,\"ct_parent\":160,\"selector\":\"new_columns-185-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d634dbdd6438548d030e18d4f8727b5694a45d3d009a325a949f3370477f340e\' ct_options=\'{\"ct_id\":186,\"ct_parent\":185,\"selector\":\"div_block-186-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'e4f444d3591227aa672eef7405a7ca5765473a1f7f9c7ce84170bd05648af95c\' ct_options=\'{\"ct_id\":187,\"ct_parent\":186,\"selector\":\"image-187-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6422d2c7241b1a5fb6edfd43eb7d6a27db44ce78d4e959e563ab49c99a3e82fc\' ct_options=\'{\"ct_id\":188,\"ct_parent\":185,\"selector\":\"div_block-188-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'cfcdf77a9c3a09002d43e012c7b108f8ef79fca28137f5ea49aeef3d5b6ea007\' ct_options=\'{\"ct_id\":189,\"ct_parent\":188,\"selector\":\"headline-189-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']His room, a proper human[/ct_headline][ct_text_block ct_sign_sha256=\'c79c60313166658e1bae958d95abc9a42c21d2ee645dbc5cca991725a6c3d5ad\' ct_options=\'{\"ct_id\":190,\"ct_parent\":188,\"selector\":\"text_block-190-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. \"What\'s happened to me?\" he thought.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'09c4ebe35e227d5f878a10c8280147353290ffb16f89bca962cc597c1fbc81c3\' ct_options=\'{\"ct_id\":195,\"ct_parent\":0,\"selector\":\"section-195-115\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"#b2d27d\"},\"1\":{\"position-unit\":\"px\",\"value\":\"#00a5bd\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"ct_category\":\"Call To Action\",\"nicename\":\"Sign Up CTA\"}\'][ct_headline ct_sign_sha256=\'17bfd10d3b51603d08fc04c8d1ca5d8507ab47ae7c41f9786a45f607b6a02a6f\' ct_options=\'{\"ct_id\":196,\"ct_parent\":195,\"selector\":\"headline-196-115\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Ready to Start?[/ct_headline][ct_text_block ct_sign_sha256=\'c805fbfa7598fb434dd17a785ec24ec95be36581230749c5079b9a7d2116584b\' ct_options=\'{\"ct_id\":200,\"ct_parent\":195,\"selector\":\"text_block-200-115\",\"original\":{\"color\":\"color(2)\",\"margin-bottom\":\"20\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']Try us risk-free with a 30 day money backed guarantee[/ct_text_block][ct_link_button ct_sign_sha256=\'50f4e3124cdcc33c8f2dd04a4d02651f3da7eeed1cdd562444b9afd9a7e4a770\' ct_options=\'{\"ct_id\":198,\"ct_parent\":195,\"selector\":\"link_button-198-115\",\"original\":{\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"25\",\"box-shadow-blur\":\"20\",\"box-shadow-spread\":\"-20\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"url\":\"/login/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false}\']Sign Up[/ct_link_button][/ct_section_2]'),
(126, 16, 'ct_other_template', '0'),
(127, 17, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'6bf9caf616fd6e2a777af4ae85c5c84eaaf652f115c2dda9aa32c3671a5e1bd9\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-114\",\"original\":{\"background-color\":\"color(7)\",\"height-unit\":\"vh\",\"height\":\"80\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"ct_category\":\"Call To Action\",\"nicename\":\"Log In Form\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\",\"height-unit\":\"auto\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'3c1784fbf9e68f96422e1db61a61abeac69746ac3687237dc3d8f3a8343768da\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-114\",\"original\":{\"background-color\":\"color(3)\",\"width-unit\":\"%\",\"width\":\"100\",\"max-width\":\"480\",\"border-radius\":\"5\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'254df16921e2043cf74dc5fe62fb6a98d88c03cd467200cacaa0a1b2bf7722a4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-114\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"36\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Log In/Sign Up[/ct_headline][ct_div_block_4 ct_sign_sha256=\'d92ed91d2ff924162651283622b2d61f6502ff2785ac7b4f48e95da31b0adf01\' ct_options=\'{\"ct_id\":13,\"ct_parent\":3,\"selector\":\"div_block-13-114\",\"original\":{\"background-color\":\"color(7)\",\"justify-content\":\"center\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"36\",\"border-radius\":\"5\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'9bdaa2c496bf15e997522ba40b58043ec4d3b98abb93f5a6f058588266a408ec\' ct_options=\'{\"ct_id\":8,\"ct_parent\":13,\"selector\":\"fancy_icon-8-114\",\"original\":{\"icon-color\":\"color(4)\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'925f2cc91b1015bd7db08fb6e221cc7152f1014f74d6cbd355ca8751a734abb7\' ct_options=\'{\"ct_id\":9,\"ct_parent\":13,\"selector\":\"headline-9-114\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"20\",\"font-weight\":\"500\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Login Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'68db52f7a80ed094d28385df61d61bcdb943c9cefa9d6e1956e9c9fb0a924b3b\' ct_options=\'{\"ct_id\":11,\"ct_parent\":13,\"selector\":\"text_block-11-114\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\"},\"activeselector\":false}\']Oxygen works with any Contact Form Plugins...[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_section_2]'),
(128, 17, 'ct_other_template', '0'),
(129, 18, 'ct_builder_shortcodes', ''),
(130, 18, 'ct_other_template', '11');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(131, 19, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'91a9635680a8233be32b5de7f79b8428f4aec55ee60b1d0e173a7819bb2b5efe\' ct_options=\'{\"ct_id\":4,\"ct_parent\":0,\"selector\":\"section-4-62\",\"original\":{\"background-color\":\"color(7)\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'f0005d17e52e17deecfa9905df97c6ccf90e75be2e7d4d7e2976b89284326e80\' ct_options=\'{\"ct_id\":7,\"ct_parent\":4,\"selector\":\"headline-7-62\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get Quote[/ct_headline][ct_text_block ct_sign_sha256=\'9d5eecc871a6b7bdc8f17eb9786950de280744a2e94eda0b9b6c2e7d959d45d9\' ct_options=\'{\"ct_id\":9,\"ct_parent\":4,\"selector\":\"text_block-9-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Since launching in April of 2004, EuroVPS now manages the hosting of&nbsp;+2,000 clients in +100 countries. We\'d love for you to&nbsp;join![/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'d014fc8d997fab5dd27431b636d4ccc555b76e69cb5bf9530092ebf7ed502db6\' ct_options=\'{\"ct_id\":518,\"ct_parent\":4,\"selector\":\"new_columns-518-62\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'29dad91d91a2ea1146b61db2ba1b55c6a9f6242321aa3094898b231eb196e4b7\' ct_options=\'{\"ct_id\":520,\"ct_parent\":518,\"selector\":\"div_block-520-62\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'ec93f9a6f9c4e65bb81db993f3121a0c3cc1d5a71c6836198242e3ce61dea42d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":520,\"selector\":\"div_block-24-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'7bdf4478941e87892fffe334c63d74bb23e9e3ba8feefc35a498602c4024b893\' ct_options=\'{\"ct_id\":531,\"ct_parent\":24,\"selector\":\"fancy_icon-531-62\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-sync\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f20e53e5e59507d3882d004b770e28b218e5ae16bd114031045adae3939cb32a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":24,\"selector\":\"text_block-26-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free migration<br>&amp;&nbsp;personalized onboarding[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ccfa9d57653b98a4aa5665ef49bdc6cb4b0d3dd163f8e300757cfaa163342cc4\' ct_options=\'{\"ct_id\":27,\"ct_parent\":520,\"selector\":\"div_block-27-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'12f6b5ce52eb68228d5314bec7d9592e5e5ece0272d01ed51127bd80c257132a\' ct_options=\'{\"ct_id\":532,\"ct_parent\":27,\"selector\":\"fancy_icon-532-62\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'af8b10588f560762b5450ccf188f69e434c1d06d77c598873a29b480ea7d4a65\' ct_options=\'{\"ct_id\":29,\"ct_parent\":27,\"selector\":\"text_block-29-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']100% credit<br>backed SLA[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d2efe8db0e1165cfcb8219361988b55989d43bf1ffedfc05a31b6f6c02470249\' ct_options=\'{\"ct_id\":30,\"ct_parent\":520,\"selector\":\"div_block-30-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2e2fb8c0638ba9502e5611601374ecfc84d6a02175bedc488e381ba2becb3ca6\' ct_options=\'{\"ct_id\":534,\"ct_parent\":30,\"selector\":\"fancy_icon-534-62\",\"original\":{\"icon-id\":\"Lineariconsicon-bullhorn\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'48c9821b0c96c1d8cd29f0fe392fe3ec303368c4841dee3107715b35db393bcd\' ct_options=\'{\"ct_id\":32,\"ct_parent\":30,\"selector\":\"text_block-32-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Unlimited support<br>at no extra cost[/ct_text_block][/ct_div_block_3][ct_text_block ct_sign_sha256=\'9e391318860a984b26703ea8bfb8a68072d123ec662d62416039ae69eddb6041\' ct_options=\'{\"ct_id\":117,\"ct_parent\":520,\"selector\":\"text_block-117-62\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']Since launching in April of 2004, EuroVPS now manages the&nbsp;hosting of +2,000 clients in +100 countries. We\'d love for you to&nbsp;join!<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'730f563ece9da7ef641df06a7d2c4e620f68f9ddfdb845eb65f6e0fd857a19c6\' ct_options=\'{\"ct_id\":521,\"ct_parent\":518,\"selector\":\"div_block-521-62\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'32c4824762b40fc5e56f9de98bd9fba5ed5233e71e0d5e2b755c93bb711ed6b3\' ct_options=\'{\"ct_id\":119,\"ct_parent\":521,\"selector\":\"headline-119-62\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Request 14-Day Free Trial[/ct_headline][ct_div_block_3 ct_sign_sha256=\'7e2451f77e3dbe95657e8d4332c8f6ffd69820f79b916fb9860d1d94c9489dec\' ct_options=\'{\"ct_id\":467,\"ct_parent\":521,\"selector\":\"div_block-467-62\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'4266f019ea7bb8bb60697ea4a075473c39d237cf6fd8c6a27f2e6a4916ce5f92\' ct_options=\'{\"ct_id\":468,\"ct_parent\":467,\"selector\":\"fancy_icon-468-62\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d43953f3041e35fc7fb1a1d1e619a64cba5349b8ef358fec14a460feef81b4f4\' ct_options=\'{\"ct_id\":469,\"ct_parent\":467,\"selector\":\"headline-469-62\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'c6fe55dc4c0206c909d4e40e1932522d397136d4f970035ff3b2af82b428e963\' ct_options=\'{\"ct_id\":471,\"ct_parent\":467,\"selector\":\"text_block-471-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Oxygen works with any Contact Form Plugins[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f0e54165345cf9c7137c2b405c6215e304e91b0d08f4e8899404e1b5bc50d9b0\' ct_options=\'{\"ct_id\":293,\"ct_parent\":0,\"selector\":\"section-293-62\",\"original\":{\"container-padding-top\":\"160\",\"flex-direction\":\"column\",\"display\":\"flex\",\"justify-content\":\"flex-start\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"container-padding-bottom\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"120\"}}},\"nicename\":\"Contact\",\"ct_category\":\"Contact\"}\'][ct_new_columns_2 ct_sign_sha256=\'6998947522119027c457951452250a6e1cfa1bd1f7652bd5bf665acc3cee71d2\' ct_options=\'{\"ct_id\":461,\"ct_parent\":293,\"selector\":\"new_columns-461-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'c2f5c993b5b424f500213d2f389acaece76dd9ef3e72277867abec659ffa213e\' ct_options=\'{\"ct_id\":463,\"ct_parent\":461,\"selector\":\"div_block-463-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'6642e4128c741f624beea3b3ab8a38074313663d218c799f24ee5ec3f4d0abc5\' ct_options=\'{\"ct_id\":297,\"ct_parent\":463,\"selector\":\"headline-297-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Interested in working together?[/ct_headline][ct_text_block ct_sign_sha256=\'0e5131e067e16fe69db1423186ebc3eb3eadaa55731682245e7b16fcfc25feaf\' ct_options=\'{\"ct_id\":299,\"ct_parent\":463,\"selector\":\"text_block-299-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Get a free one-on-one consultation to receive an offer based on&nbsp;your use case and specific needs.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'64339ff0751dada131e99c22a1b6b02beac5d9b693cbd75dbb555e1f3ba360f2\' ct_options=\'{\"ct_id\":527,\"ct_parent\":463,\"selector\":\"div_block-527-62\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'b8ab9b0c573815c5254b08a04440a69779d12df6967d6d33fe82adeb27c86dce\' ct_options=\'{\"ct_id\":528,\"ct_parent\":527,\"selector\":\"fancy_icon-528-62\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'79e6f8edce64292c31ab7e995375b303e65dde55e8c48751658015d979d19c6a\' ct_options=\'{\"ct_id\":529,\"ct_parent\":527,\"selector\":\"headline-529-62\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'662542a5b51d69dc535a60a16f4e7db5bd056af14f563dcf59fdf9b5989b8f51\' ct_options=\'{\"ct_id\":530,\"ct_parent\":527,\"selector\":\"text_block-530-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Oxygen works with any Contact Form Plugins[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d2e59ba67147c8c31a97784123cb1c4c6696823c2ba7cc643943c12b0b8dcedd\' ct_options=\'{\"ct_id\":464,\"ct_parent\":461,\"selector\":\"div_block-464-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'06626cfadf2386bde8f57e05fb3ef0f92a7872492ab6a99a1e5f4c965081aa32\' ct_options=\'{\"ct_id\":341,\"ct_parent\":464,\"selector\":\"headline-341-62\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Call Us[/ct_headline][ct_text_block ct_sign_sha256=\'dd243bcbfc275c80a57a6df53cf43515ca6f8a0be601a5b7795d6ccd9e42c460\' ct_options=\'{\"ct_id\":343,\"ct_parent\":464,\"selector\":\"text_block-343-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']NL: +31 8 5208 6592[/ct_text_block][ct_text_block ct_sign_sha256=\'0ba5cad4bb586eb32b31620f55dff83db28db64faea577b0765c53a9424d10c4\' ct_options=\'{\"ct_id\":476,\"ct_parent\":464,\"selector\":\"text_block-476-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']UK: +44 2038 089 127[/ct_text_block][ct_text_block ct_sign_sha256=\'63f311af4aa804c712a1953f464cac7fd99112e0211f6b88d466d80ba4a3f1a9\' ct_options=\'{\"ct_id\":477,\"ct_parent\":464,\"selector\":\"text_block-477-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']USA: +1 888 426 1427[/ct_text_block][ct_headline ct_sign_sha256=\'4ca3194704c1167e17e37083b7f33807bf822636235bc137e4a352f509e88781\' ct_options=\'{\"ct_id\":482,\"ct_parent\":464,\"selector\":\"headline-482-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Sales[/ct_headline][ct_text_block ct_sign_sha256=\'4b21030c382514d3b1318ae8221f88952662c8d432eb236b061b27021ffa4fb7\' ct_options=\'{\"ct_id\":490,\"ct_parent\":464,\"selector\":\"text_block-490-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Monday - Saturday:&nbsp;9am - 5pm CET[/ct_text_block][ct_text_block ct_sign_sha256=\'6cb70b3a8ae5dc441aa2d8bc0e9815f4b6d409b33fdfc0e965e1a256fec18141\' ct_options=\'{\"ct_id\":496,\"ct_parent\":464,\"selector\":\"text_block-496-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Sunday:&nbsp;Closed[/ct_text_block][ct_text_block ct_sign_sha256=\'a2bedc2ab3d6a993c157dc6e1c7d8c3da885abd0803bd97f4ad63b46eb329198\' ct_options=\'{\"ct_id\":497,\"ct_parent\":464,\"selector\":\"text_block-497-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Email: <a href=\"mailto:sales@example.com\">[ct_span ct_sign_sha256=\'6283bd2ab465c132a63e32bdcaa2217b38974b3fc006ebfeed921ef22e5f2bb9\' ct_options=\'{\"ct_id\":505,\"ct_parent\":497,\"selector\":\"span-505-62\",\"classes\":{\"0\":\"hosting-contact-3-textlink\"},\"activeselector\":\"hosting-contact-3-textlink\"}\']sales@example.com[/ct_span]</a>[/ct_text_block][ct_headline ct_sign_sha256=\'06c7406a235e5e745278ae307d124b405b7eefddde8edcb9c5f819ec4dfdd92d\' ct_options=\'{\"ct_id\":485,\"ct_parent\":464,\"selector\":\"headline-485-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Administration[/ct_headline][ct_text_block ct_sign_sha256=\'4b01fd70a9b8768624c8686a000a8e1de7486e26e7fd29959cf237e5530a17fa\' ct_options=\'{\"ct_id\":507,\"ct_parent\":464,\"selector\":\"text_block-507-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Monday - Saturday:&nbsp;9am - 12pm CET[/ct_text_block][ct_text_block ct_sign_sha256=\'6808ace661d0850367173482c0c2431cf54f1dead6168b150a87fe01f8777c83\' ct_options=\'{\"ct_id\":509,\"ct_parent\":464,\"selector\":\"text_block-509-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Sunday: Closed[/ct_text_block][ct_text_block ct_sign_sha256=\'8454a26de227a0e95f5cd10d9545860e79795e0adb55554b36a25b9209a47b16\' ct_options=\'{\"ct_id\":511,\"ct_parent\":464,\"selector\":\"text_block-511-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Email: <a href=\"mailto:sales@example.com\">[ct_span ct_sign_sha256=\'fe8742b5a90aeaa74df10f75c4d21016f62a34c1f02532e169c73be5883f9175\' ct_options=\'{\"ct_id\":512,\"ct_parent\":511,\"selector\":\"span-512-62\",\"classes\":{\"0\":\"hosting-contact-3-textlink\"},\"activeselector\":\"hosting-contact-3-textlink\"}\']admin@example.com[/ct_span]</a>[/ct_text_block][ct_headline ct_sign_sha256=\'9d3805e1b8e91b77a3ece4c40b2127148fb38aeb09d199ffff69bcc28a0e8176\' ct_options=\'{\"ct_id\":487,\"ct_parent\":464,\"selector\":\"headline-487-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Follow Us[/ct_headline][oxy_social_icons ct_sign_sha256=\'c4e454c9e6cb748ce0336275cfa66d7cf4d96783b2b8cfbcc9a52ee4f37d4318\' ct_options=\'{\"ct_id\":457,\"ct_parent\":464,\"selector\":\"_social_icons-457-62\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"4\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(4)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(8)\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'7ab9f73e42cd9154acce552178d0f958b5a61fdb0fa02bfbfefabd9346ade4dd\' ct_options=\'{\"ct_id\":419,\"ct_parent\":0,\"selector\":\"section-419-62\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"FAQ Accordion Dark\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}},\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'e8d9db1ab548a960a7d8daa52c7ebd1f4dc5400a4b00b82cbda463ce89174866\' ct_options=\'{\"ct_id\":421,\"ct_parent\":419,\"selector\":\"headline-421-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Frequently Asked Questions[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'b66725f95f768fbce0641d01de677152ee9f05f20b6667e8572acf913076cc4c\' ct_options=\'{\"ct_id\":422,\"ct_parent\":419,\"selector\":\"new_columns-422-62\"}\'][ct_div_block_3 ct_sign_sha256=\'c8620d5b8948218eaf7e6e698131c347f9de256b4908fa23fa52888002e4d06b\' ct_options=\'{\"ct_id\":423,\"ct_parent\":422,\"selector\":\"div_block-423-62\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_4 ct_sign_sha256=\'41b8d94116be275c10aeffb64072a5bb119e3b48043e8572403eda3caf70071d\' ct_options=\'{\"ct_id\":424,\"ct_parent\":423,\"selector\":\"_toggle-424-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f3d98079a2e66d4c3122c04aee9a5fa8e2ffd2c2b47641e8fa62aa0774f94b21\' ct_options=\'{\"ct_id\":425,\"ct_parent\":424,\"selector\":\"headline-425-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'ecd09f0ace46b7410f7aad8d994861f8649d1af8cc390f06eb799e13d5491e67\' ct_options=\'{\"ct_id\":426,\"ct_parent\":423,\"selector\":\"text_block-426-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'ba4029539ebfd077f72dcf71a8bb1375084b8d4be0cc805e4d721519ba344dbe\' ct_options=\'{\"ct_id\":427,\"ct_parent\":423,\"selector\":\"_toggle-427-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'7a1dab1063cfb4303e8b1f891dba8f15efe55535e3eac980fcc15b9c540ecfd2\' ct_options=\'{\"ct_id\":428,\"ct_parent\":427,\"selector\":\"headline-428-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b4c25b3ccf244991d44ca1e74e30c78136c31d2012c7622330bd91c0d5bd4926\' ct_options=\'{\"ct_id\":429,\"ct_parent\":423,\"selector\":\"text_block-429-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'f2c6c97efb33eed73c672e5f15d0f6db488ffe0f276bc66c800563ce221ac37e\' ct_options=\'{\"ct_id\":430,\"ct_parent\":423,\"selector\":\"_toggle-430-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fef70a5df6eeccc2d5936f74f3e02bded78698bb88baf2ea867d1121cb2b6b54\' ct_options=\'{\"ct_id\":431,\"ct_parent\":430,\"selector\":\"headline-431-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'83ae1d37ea3e82e6a40fffc3e7d602a4a0e26c8e5936caf206baef0f443fdaf8\' ct_options=\'{\"ct_id\":432,\"ct_parent\":423,\"selector\":\"text_block-432-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'8d82a1525e4a70355e84b5c3d3dd401d83fd7cb487415c8aba15dcf8f449cca7\' ct_options=\'{\"ct_id\":433,\"ct_parent\":423,\"selector\":\"_toggle-433-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f5afe68bb9b2a3481d7254005f8b5c341b67400a8f07b2ee1f59437771e2ce60\' ct_options=\'{\"ct_id\":434,\"ct_parent\":433,\"selector\":\"headline-434-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'c1199fd941eed2761b3c3dca284e6823d44e165d9717c0a9668f1f2b844fc61c\' ct_options=\'{\"ct_id\":435,\"ct_parent\":423,\"selector\":\"text_block-435-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'f9f04d3d02cf6d395f5c82945c0dd0ceaee6f90e6a8aa0fe09aa206837e2c291\' ct_options=\'{\"ct_id\":436,\"ct_parent\":423,\"selector\":\"_toggle-436-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e58f687832932d9679f98f2bc66d9ba39c81f0d1a56bca14f9a46af171792ba5\' ct_options=\'{\"ct_id\":437,\"ct_parent\":436,\"selector\":\"headline-437-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b871d946d0786e16395a7182bd7cc4c57e8670854531ac2fa59b4127cc3eaf5b\' ct_options=\'{\"ct_id\":438,\"ct_parent\":423,\"selector\":\"text_block-438-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f09fe3aa598a09f62d6b5925bd9c2985ea981cfe72af0552b83b9bd5043e3b49\' ct_options=\'{\"ct_id\":439,\"ct_parent\":422,\"selector\":\"div_block-439-62\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_4 ct_sign_sha256=\'89c885c90e8aeda76e78fffb5baad5795cc7247265dcbbc743f4710dbfc3d989\' ct_options=\'{\"ct_id\":440,\"ct_parent\":439,\"selector\":\"_toggle-440-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'74c93987fc84fdda43a816121c6883fb3f17d1d93bb392fc214262d5e0a29fec\' ct_options=\'{\"ct_id\":441,\"ct_parent\":440,\"selector\":\"headline-441-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'0c2de781cf23d2bae5bc151804ddaf68830a1881c7b770d0fdd69089d795cdba\' ct_options=\'{\"ct_id\":442,\"ct_parent\":439,\"selector\":\"text_block-442-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'bdc4d8b8d5806d2fea69cf87e7d9507eaf2ce10b3a95b50b2e9fd4564ddbff52\' ct_options=\'{\"ct_id\":443,\"ct_parent\":439,\"selector\":\"_toggle-443-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a38e0e26c0fb508ed9fecdd6d8aeb1a1b3f3ce1296d851b57a419dc92794d582\' ct_options=\'{\"ct_id\":444,\"ct_parent\":443,\"selector\":\"headline-444-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'fbbb2353a384d59fb7c12387a9fdacf013dba7cbff6a3ab47219f059b2cfb214\' ct_options=\'{\"ct_id\":445,\"ct_parent\":439,\"selector\":\"text_block-445-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'b0006b0e362f904366ef1e9063548730f8dc3ddc1dd1c77602a0353baadc0631\' ct_options=\'{\"ct_id\":446,\"ct_parent\":439,\"selector\":\"_toggle-446-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'8016fee4cdb4cacad13bc8c534858e348202386cf06b781eaf8b56f0e37eae53\' ct_options=\'{\"ct_id\":447,\"ct_parent\":446,\"selector\":\"headline-447-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'06712de5cf12007fb7601f23cdc06fb64c72ff918791f8eb86c46b694fdf0021\' ct_options=\'{\"ct_id\":448,\"ct_parent\":439,\"selector\":\"text_block-448-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'9654860883839d7cba1fe1f02ed2bae334a12f993642e6dcb68747781aec8bf0\' ct_options=\'{\"ct_id\":449,\"ct_parent\":439,\"selector\":\"_toggle-449-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'12126e9e0637f971836bec1c6d616e053c9c3943f22b963842e1ae7264ff161b\' ct_options=\'{\"ct_id\":450,\"ct_parent\":449,\"selector\":\"headline-450-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b3dbeea1880da186bde1184cdf87ee35ae344fac69d74b31a13da21d9e3a0229\' ct_options=\'{\"ct_id\":451,\"ct_parent\":439,\"selector\":\"text_block-451-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'d0b2febd116dfc4e636d852c677593e8cf001cf1db2e766e279f02cb6e30f958\' ct_options=\'{\"ct_id\":452,\"ct_parent\":439,\"selector\":\"_toggle-452-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5f11073948e1b517ac8c965b2d85c0121fb363936bf287e50e563de9844fc81f\' ct_options=\'{\"ct_id\":453,\"ct_parent\":452,\"selector\":\"headline-453-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'2b4046660d59e4a7498b03b67389a427bc16875d43e9d9ea019ef8bd61aec4a0\' ct_options=\'{\"ct_id\":454,\"ct_parent\":439,\"selector\":\"text_block-454-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(132, 19, 'ct_other_template', '0'),
(133, 20, 'ct_builder_shortcodes', ''),
(134, 20, 'ct_other_template', '0');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(135, 21, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'7b9ea4cff260c40949a16fda77c4b669b91a2ce2918b42d116eb846ac1098b02\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'42416f854892ddbf2faf801899a61d11ae5d7dbe4eb58478e8f4343324b43aa7\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7ae010d2ff699e693a183a6023b2ac0dbe2946c04179d6c8ec3ed4c62c5cc241\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'84d42a9132b04662a45a33fe19093269efbd1e7dcc6b4627b9d4e5e3ef91665d\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d080ae52c01792991b087fc3d659a9e2e037cc3a9ec2b483eb69181d7d3dab33\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'1cd5a2e69b802f59b1cb96a703e110082350d00be684a826d404c0c2b7b6bfac\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f732d5a9e4564f26840bc4cbb38ddca6eec25238452af9a9b58f3c595f1b6714\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'393e723b562055bf24cddb3c7625ca155cceff82ebb41473d9beae119bba2289\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'04e7bdd3cb74a7aa8b8a36c1201056727bbba6db829a5e8f35979470ec7e13a0\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3206018c48a9dd2d39dc8f7e5d9c1d7a4afb4db9e1f9818892f4c4fcbdd1cb46\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'8856d13f32f61aabfe6ff4a7a7843ccb04f72c28e6de7a6f59222441be042e85\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'ac334d3c69e223299579b49039421d6ee7944a4bff4efedd8932bfee76f98715\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9d0cc35d516f6d319ddebe1617fb53b3a388be0978f27e857fd89183b1f47296\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5d2190c50b24b77d66d3700ffb780efd9683387c3957fd9f07bea0e4f5f477f2\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'58661ead9316c9c5f32d669236acc41931edccda9ce3af6ffafc43781e3964d4\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(141, 21, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(136, 21, 'ct_other_template', '0'),
(137, 30, '_wp_attached_file', '2020/09/tostem-house.jpg'),
(138, 30, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2020/09/tostem-house.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"tostem-house-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"tostem-house-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tostem-house-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"tostem-house-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"tostem-house-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;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:{}}}'),
(274, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'8e168e692fecc4a47d9de8846fba8ec2c474b9fdcf3f05e47d5aef90228ca99d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(245, 51, '_wp_attached_file', '2020/10/NewGEN-Logo-scaled.jpg'),
(246, 51, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:818;s:4:\"file\";s:30:\"2020/10/NewGEN-Logo-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"NewGEN-Logo-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-1024x327.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"NewGEN-Logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"NewGEN-Logo-768x245.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-1536x491.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-2048x655.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:655;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:{}}s:14:\"original_image\";s:15:\"NewGEN-Logo.jpg\";}'),
(247, 52, '_wp_attached_file', '2020/10/NewGen-Windows-Logo.png'),
(248, 52, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3445;s:6:\"height\";i:915;s:4:\"file\";s:31:\"2020/10/NewGen-Windows-Logo.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NewGen-Windows-Logo-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-1024x272.png\";s:5:\"width\";i:1024;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"NewGen-Windows-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"NewGen-Windows-Logo-768x204.png\";s:5:\"width\";i:768;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-1536x408.png\";s:5:\"width\";i:1536;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-2048x544.png\";s:5:\"width\";i:2048;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(249, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'980efb3a6e5aaaa1a23a4ad8df1f1293cb0bb2e90f9a2d384ca4594a153f4a3e\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'d55d1e8cab4ac7c2049f532454e9e50f75f30c9d828179124765aceaec8725e6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'2fa6900d681e73f90195571071f2dd191cfc14d56229d3a8cbb32f46737f5174\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'a06d232fb362f3eb9951663c2e47fb40a24359c77d06bf6f88eacc07e392a70f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'b738bd19e1cff9c3ca1ba5641e65bb2fd5c0b9564af6db7613a4534862a7f6c5\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'ed42771aed384e6b8bfb9816f17ad03d5508cb52467bffbcab6c6db744f96511\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'a6639ad45389efeb511edaa167bde2d17223a56b2ed4b859f4a56a25cea39268\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Logo@2x.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'5f4a4d80fd716316093f82f5e2be1dba34daa9907ff7ac6c5db902f5964f69f4\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'9a3aa9f43e6117bf21bd7136d138580c2c4b3c3f9ad335b3a2c8a62f51890e47\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'b59ef5e4ad652a17265ec47c3e3072c3a3abd17727da7088e7cba50f19462062\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"link_button-30-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-simple-button\",\"classes\":{\"0\":\"hosting-simple-button\"}}\']Create Account[/ct_link_button][ct_link_button ct_sign_sha256=\'0cd95fd68bccdec7789efeebd373304e61fcd1d33734f90bf11068f5ba651f36\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Login[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'04e692ac810040776b2e26bb915efcae012e749581a90316d4bc84a4d7b34e67\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'17cd677987c12984952f168b94ce3df6ec06afb0732839ab17ea9fcf56b2424c\' ct_options=\'{\"ct_id\":100,\"ct_parent\":8,\"selector\":\"new_columns-100-87\",\"original\":{\"border-bottom-style\":\"solid\",\"border-bottom-width\":\"1\",\"border-bottom-color\":\"color(2)\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"border-bottom-style\":\"none\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'1c6bed7a00b8abcf497974c5b2f6954239f8fc8ac7dc3b084510acb1bac6c38f\' ct_options=\'{\"ct_id\":101,\"ct_parent\":100,\"selector\":\"div_block-101-87\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'be881668bcb306e1bfea0ad8f6e244353f4ce751d75197e6691ac2f4f1485add\' ct_options=\'{\"ct_id\":149,\"ct_parent\":101,\"selector\":\"fancy_icon-149-87\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-sync\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'5fc78275a182b70d774526628cfd1273f62fb1452b973946f556864cf9f3d899\' ct_options=\'{\"ct_id\":110,\"ct_parent\":101,\"selector\":\"text_block-110-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']Free migration<br>&amp; personalized onboarding[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'81923232f11f577aba7c9f28672241019ff0c780a4918a7f7e477b2b0c3103b7\' ct_options=\'{\"ct_id\":102,\"ct_parent\":100,\"selector\":\"div_block-102-87\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'3019db50745bf068d57e34823a987ef513535bfe0f7b935a5a83f77eddcd6861\' ct_options=\'{\"ct_id\":150,\"ct_parent\":102,\"selector\":\"fancy_icon-150-87\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'dea4b12d64c96dfdcee3afc4a64d29825f22d8396616b4f28d520d50332f8d17\' ct_options=\'{\"ct_id\":111,\"ct_parent\":102,\"selector\":\"text_block-111-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']100% credit<br>backed SLA[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e9103dfc2197fc1f8f168fa945c3a2fe668138880234b7a2e17b018055f1c21f\' ct_options=\'{\"ct_id\":103,\"ct_parent\":100,\"selector\":\"div_block-103-87\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'32f6cf9587a2bb79c14eb5659def807a0f3aabca0f1f7500a1d3566f8a95c087\' ct_options=\'{\"ct_id\":152,\"ct_parent\":103,\"selector\":\"fancy_icon-152-87\",\"original\":{\"icon-id\":\"Lineariconsicon-bullhorn\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c76cb34144053b2ae82c94f1d0f2f90407438ee02baa1f6251068c4a4f109977\' ct_options=\'{\"ct_id\":113,\"ct_parent\":103,\"selector\":\"text_block-113-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']Unlimited support<br>at no extra cost[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'3afd6bd19c3547fd7b6d48d84812721e10305e0e94bb299b2246a5e858c2b18b\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'667ce168f85b49930ab0fe7eb99c5e67099198a36d68e7d1be2daaeb7d6adc77\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'6e900e4e2dcede03774c9b2d813d618fbaa71732894ba7adfb2ebc21ecd21dfb\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'182c020dee8bd66ed2fe5fd7e09720b19b9eb6f1ddd4c4ff1868a84a5b881eed\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Logo@2x.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'6a87c0f5e1ab9dbe3e2edf6ea750066a10bd1e82dcfbe3ec4e0c40c4d8e52415\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']Proudly designed with Oxygen, the world\'s best visual website design software[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1f7759d1ea3c0c448a74325090f11b462a30169b7cb1bda11ddf9e1b5668266a\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'9135a8bced3886c068b9bc2940ccbb7f1bde847047c27c242c35cb9d1f3f425e\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']We in Social Networks[/ct_headline][oxy_social_icons ct_sign_sha256=\'b1f3f00678c5996fe490b264b61e42e1027cebb42d3351ecc66acec8ce971942\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://linkedin.com\",\"icon-youtube\":\"https://youtube.com\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(144, 31, '_wp_attached_file', '2020/09/buildtrack-logo.png'),
(145, 31, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:437;s:6:\"height\";i:142;s:4:\"file\";s:27:\"2020/09/buildtrack-logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"buildtrack-logo-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"buildtrack-logo-150x142.png\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(146, 32, '_wp_attached_file', '2020/09/hunter-douglas-logo-1.png'),
(147, 32, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:130;s:4:\"file\";s:33:\"2020/09/hunter-douglas-logo-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hunter-douglas-logo-1-300x65.png\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"hunter-douglas-logo-1-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(148, 33, '_wp_attached_file', '2020/09/Tostem-Aluk.jpg'),
(149, 33, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:572;s:6:\"height\";i:362;s:4:\"file\";s:23:\"2020/09/Tostem-Aluk.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Tostem-Aluk-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tostem-Aluk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(150, 34, '_wp_attached_file', '2020/09/Tsotem-logo.png'),
(151, 34, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:390;s:6:\"height\";i:186;s:4:\"file\";s:23:\"2020/09/Tsotem-logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Tsotem-logo-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tsotem-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(297, 13, 'ct_builder_shortcodes_revisions_dates', '1604904118'),
(299, 13, 'ct_builder_shortcodes_revisions_dates', '1604904503'),
(301, 13, 'ct_builder_shortcodes_revisions_dates', '1604904817'),
(302, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'68e315251fa137ab293820ec0d190d62f78fc9ced0fc1149be6a194b1af6093d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'6728d0b57a8ddd6386c319ca2eb013981ec7fdf84861726b7700f21f177300d2\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'5a74b8f3457827b32de5f1c95f0499f0a06c65d4dad91ea91011ac71222f4e81\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'0a1b9af9174a62fa77259fab0f2e0c7d52947635283d3ee1f92d01d7c319d5b2\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'c64078f293e403fa3d4cfdf765393cd7dc6fa787ab17614a804894c3cb5afed5\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'ee9e9a780579de504099fe19d07293b16186718e57c9a850e12fab6bde92806d\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d8615a13dd7c5f975f6a677db77dbefe620fca2932979ef9e44304e9e09c8d8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\",\"button-color\":\"#3585b8\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"},\"hover\":{\"background-color\":\"color(3)\",\"button-text-color\":\"#3585b8\",\"button-style\":\"2\",\"button-color\":\"#3585b8\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(303, 13, 'ct_builder_shortcodes_revisions_dates', '1604905027');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(304, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2bc371aae4593ff6d00fcef804f632f7a9972e61675c365925e6140c30982db2\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'48a7938163de8057e4525dec416b636527a904bd89ace1d3b44ebcec964bcdac\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'01bef2512bf89e9d60e8d08415645836229858fcf698f755bdafa30070a614ee\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'59afa0835a7b4fe90e728d76a7671cabd94cac1e6943ea05877bd83762a1e33a\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e765e191b418001e1b07b9a31d3fe08f7dd04a07e83b517d49d75de8dbc5ef3b\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b76f1b7bfdd8a116a096365336c69cd8991fc0b20defdf2e5c3bf430510e7f49\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2857dc349fea585af7fc436ad7c66dc8b58f6b2a93b658e270d2f194ab4edba9\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3ccff44b6df565e2362ac46c9f8aba868d741cd042c78b60055d143457011334\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f32d3f8247cb98fa205abf21f7786d2b2941df13bdad240bf7f774da77fc75\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cad52e5839fde0374f92fe907bcb7f442f0222ec491be4b9a3168203480954b4\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'f635ecc513942dc631b1a1292ab5382823c41535d6796642e7fae8216abb374f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(294, 54, '_wp_attached_file', '2020/11/NewGen-Final-Logo-06.09.2020.png'),
(295, 54, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1004;s:6:\"height\";i:248;s:4:\"file\";s:40:\"2020/11/NewGen-Final-Logo-06.09.2020.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"NewGen-Final-Logo-06.09.2020-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"NewGen-Final-Logo-06.09.2020-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"NewGen-Final-Logo-06.09.2020-768x190.png\";s:5:\"width\";i:768;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(296, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(221, 49, '_wp_attached_file', '2020/10/navdeep.jpeg'),
(250, 13, 'ct_builder_shortcodes_revisions_dates', '1602429158'),
(254, 13, 'ct_builder_shortcodes_revisions_dates', '1602429405'),
(298, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'816816d81048b48edf9dab7a60fe7b046acddfb06414941896415a01be5d9625\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2fd56151d7c7411dd85085b7037c88fbe289ac21a6e6dee176e3967664db1af3\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'5aba3bb2246510406cdeb1d48875d4db87183d3d7ef062d06bbcbd5e6715a4af\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'bbb9599672235987c4e926434d34523a2ab752ff1cb7b63ff919aca4449709a0\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'dd886c9196bc7d65a0e7d1870075740a3b68bcce42aeefb7b935f7d1892ff36c\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'bdd162b75d8c2578b8f89b4febd80d3e8a8f194b6b4c53fcd39e1c2934d8b82f\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"D33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"D33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(255, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'8e168e692fecc4a47d9de8846fba8ec2c474b9fdcf3f05e47d5aef90228ca99d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(256, 13, 'ct_builder_shortcodes_revisions_dates', '1602429419'),
(257, 13, '_edit_lock', '1604905860:1'),
(279, 13, 'ct_builder_shortcodes_revisions_dates', '1602430199'),
(275, 13, 'ct_builder_shortcodes_revisions_dates', '1602430130'),
(276, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(277, 13, 'ct_builder_shortcodes_revisions_dates', '1602430135');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(278, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(272, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'247065177b64e5eb6935ba09c32877d3547f9a4c139e1a81b143b7bcd09a0c0d\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"53\",\"container-padding-bottom\":\"403\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'9c9886a4e8f7a53caac12f6b439b61929d09015e30530f1d69e5e6b4de44f25d\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'e6b6c79c7a22ea9ca195391f648ab3283ed99342e737504034a80901d3b2eeb7\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'f3acb9a6c3d95ca76fe21deabbf49706fa62e11003a1b81080a86b2c4ea276fc\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'a043a4cc071e36f194783c3d3ebab34a36413cca1750752c14d8ded42f01c4a1\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'c94cc7c83e95146db8f1162adf219287846fafa723bc6ba35f85f6e5183cf73f\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'07a5f9cda7d87a304d5b4caa2ffc024f072f936c2336be10d4c9d729aaf0eb4a\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(282, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'9c9886a4e8f7a53caac12f6b439b61929d09015e30530f1d69e5e6b4de44f25d\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'e6b6c79c7a22ea9ca195391f648ab3283ed99342e737504034a80901d3b2eeb7\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'f3acb9a6c3d95ca76fe21deabbf49706fa62e11003a1b81080a86b2c4ea276fc\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'a043a4cc071e36f194783c3d3ebab34a36413cca1750752c14d8ded42f01c4a1\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'c94cc7c83e95146db8f1162adf219287846fafa723bc6ba35f85f6e5183cf73f\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'07a5f9cda7d87a304d5b4caa2ffc024f072f936c2336be10d4c9d729aaf0eb4a\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(219, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'daf7bc7560748f46d3428fe852facabe3011f6b1f7529a6d7062d99580c2e6e6\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f4ec871d62b7d8ab854ec023b542193b74afaa4f23abf3bb171179fcf0ea2c1d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'0a1aa932a0993b7f640ffb3be9bf17d253e941b01999981d6d9e89a96c4a4d53\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality, Standard &amp; Delivery[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(207, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'0bb4cf8ac22b58128c35249d4ed3af26eca0cb89e36c5d1096900e63e38fa0f3\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'8b1a196e62da003fc385b642fdba3d6f795a64596ebf96a55c2b4edb67e368ec\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their house is protected from dust, sound and light.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(162, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'537e2d1f8df65aaf48abd67df7e18b480dacef4b20ef77db6b229cf016f8e480\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][ct_video ct_sign_sha256=\'52548e5c45bdf6e3c6a37b66f2257a228987d024e758b212694d5008efaed27b\' ct_options=\'{\"ct_id\":1553,\"ct_parent\":1541,\"selector\":\"video-1553-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(163, 21, 'ct_builder_shortcodes_revisions_dates', '1600926979');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(164, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(166, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(167, 21, 'ct_builder_shortcodes_revisions_dates', '1600938253'),
(168, 35, '_wp_attached_file', '2020/09/ARNA-EKAMAI-770.png'),
(169, 35, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:27:\"2020/09/ARNA-EKAMAI-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(170, 36, '_wp_attached_file', '2020/09/Door-Handles.png'),
(171, 36, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1256;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2020/09/Door-Handles.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Door-Handles-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Door-Handles-1024x391.png\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Door-Handles-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Door-Handles-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(172, 37, '_wp_attached_file', '2020/09/Line_Up_Exterior.jpg'),
(173, 37, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:940;s:6:\"height\";i:299;s:4:\"file\";s:28:\"2020/09/Line_Up_Exterior.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Line_Up_Exterior-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Line_Up_Exterior-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Line_Up_Exterior-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;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:{}}}'),
(174, 38, '_wp_attached_file', '2020/09/Line_Up_Windows_Door.jpg'),
(175, 38, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:940;s:6:\"height\";i:299;s:4:\"file\";s:32:\"2020/09/Line_Up_Windows_Door.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Line_Up_Windows_Door-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Line_Up_Windows_Door-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Line_Up_Windows_Door-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;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:{}}}'),
(176, 39, '_wp_attached_file', '2020/09/NIRVANA-DEFINE-770.png'),
(177, 39, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:30:\"2020/09/NIRVANA-DEFINE-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(178, 40, '_wp_attached_file', '2020/09/PLANKRICH-770.png'),
(179, 40, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:25:\"2020/09/PLANKRICH-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(180, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'e760a81004b1da977a6294fef249304473abb06010175ee2e7e6ad5d83022163\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(181, 21, 'ct_builder_shortcodes_revisions_dates', '1600971414'),
(182, 41, '_wp_attached_file', '2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg'),
(183, 41, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1221;s:4:\"file\";s:53:\"2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-1024x651.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-1536x977.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:977;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:{}}}'),
(184, 42, '_wp_attached_file', '2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg'),
(185, 42, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:54:\"2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"florian-schmidinger-b_79nOqf95I-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:56:\"florian-schmidinger-b_79nOqf95I-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),
(186, 43, '_wp_attached_file', '2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg'),
(187, 43, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:46:\"2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"joshua-ness-Vo52cKzOxMY-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"joshua-ness-Vo52cKzOxMY-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),
(188, 44, '_wp_attached_file', '2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg'),
(189, 44, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:51:\"2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:53:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(190, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'08458669c070b062565b1cf48b13d37d312cf5ee5f4e0c69c3017b97f8ef152c\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(191, 21, 'ct_builder_shortcodes_revisions_dates', '1601019602');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(192, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'90ec590e5880e7bb9ea3662fdd9bb445469d9289b6cefd09ba5fe9c363ea7ea0\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"145\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(193, 21, 'ct_builder_shortcodes_revisions_dates', '1601050812');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(197, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(194, 21, '_edit_lock', '1604903025:1');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(195, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'90ec590e5880e7bb9ea3662fdd9bb445469d9289b6cefd09ba5fe9c363ea7ea0\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"145\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(196, 21, 'ct_builder_shortcodes_revisions_dates', '1601916486'),
(198, 21, 'ct_builder_shortcodes_revisions_dates', '1601916671'),
(199, 46, '_wp_attached_file', '2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg'),
(200, 46, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1764;s:6:\"height\";i:2560;s:4:\"file\";s:84:\"2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:78:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-706x1024.jpg\";s:5:\"width\";i:706;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:78:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-768x1114.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:79:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-1059x1536.jpg\";s:5:\"width\";i:1059;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:79:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-1411x2048.jpg\";s:5:\"width\";i:1411;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:69:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1.jpg\";}'),
(201, 47, '_wp_attached_file', '2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg'),
(202, 47, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:86:\"2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:80:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:80:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:81:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:81:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:71:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1.jpg\";}'),
(203, 48, '_wp_attached_file', '2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg'),
(204, 48, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1829;s:6:\"height\";i:2560;s:4:\"file\";s:93:\"2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:86:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:87:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:86:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:87:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:88:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-1097x1536.jpg\";s:5:\"width\";i:1097;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:88:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-1463x2048.jpg\";s:5:\"width\";i:1463;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:78:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1.jpg\";}');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(205, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(206, 21, 'ct_builder_shortcodes_revisions_dates', '1602422330'),
(208, 21, 'ct_builder_shortcodes_revisions_dates', '1602422743');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(209, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(210, 21, 'ct_builder_shortcodes_revisions_dates', '1602422892');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(211, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'f8d9566f72f27f0e4e2f8676b448d9fdaabf099a2ab89ced4c72245e3bfa0599\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'525f049ea408fa6c82ec3073a0adc6bd3dd14a3cd87eaae2424b4f5d2a3bf150\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'62ee1b84ee29eac26ec732f3759c06e56b5f14981c4b1b71cdaba5f86787ec8c\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'7accc3631a4b0e64c0355a4ab564aa5aae21651604d29fe80f7d822ce52fb3cc\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will&nbsp;[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'24ea5baece2867cbbb5ed5470762c5c5c69f10addde6d99a54fd554aca85f1fd\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ad40923c63f99d06d1aaf942108743c602230dbc7dc507a3ce6d0e6fe843cb0\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a2a23a090c998cf6c488382ac1bb3b6c36073a1fa4574257f3ce850b0ab16468\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(212, 21, 'ct_builder_shortcodes_revisions_dates', '1602423203');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(213, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'bbd97441c3b81e0d411bddce522fbd9c7d25954b8e9593bde4b86752ac39f2e0\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'159239798c83a0a36eb53aea8d3075cf5101f03f1515dd5cc8b23cfd83c7200c\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'4817e8a3d68b38ec0968bb351797c0cb65db5be8f61ab7ced6f9997d038dddbf\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3b928237e4daf5f284ad0299a7a0d38f4ffc2341b9789eb0add6c379891f310c\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'538b258329aa6b96656e8bd1b7d71c7773c309706a4236a131ca279fd0af6334\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'559557b08c36550d0ca1567ac18c48bf50654f821209c2b149ef92c5ba74864b\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3f7066b421b7a6726ec4d71aba5989710deeae1cad8216e6a7340ca55913410e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'c52737457aa0468f9f9c2962749cb1b16d901685af4ca0c77f14169e68e34350\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Our Approach[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(214, 21, 'ct_builder_shortcodes_revisions_dates', '1602423345');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(215, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3f7066b421b7a6726ec4d71aba5989710deeae1cad8216e6a7340ca55913410e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'c52737457aa0468f9f9c2962749cb1b16d901685af4ca0c77f14169e68e34350\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Our Approach[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(216, 21, 'ct_builder_shortcodes_revisions_dates', '1602423713'),
(222, 49, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2020/10/navdeep.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"navdeep-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(223, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'daf7bc7560748f46d3428fe852facabe3011f6b1f7529a6d7062d99580c2e6e6\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f4ec871d62b7d8ab854ec023b542193b74afaa4f23abf3bb171179fcf0ea2c1d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'0a1aa932a0993b7f640ffb3be9bf17d253e941b01999981d6d9e89a96c4a4d53\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality, Standard &amp; Delivery[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(218, 21, 'ct_builder_shortcodes_revisions_dates', '1602424036'),
(220, 21, 'ct_builder_shortcodes_revisions_dates', '1602424047'),
(271, 21, 'ct_builder_shortcodes_revisions_dates', '1602429969'),
(261, 21, 'ct_builder_shortcodes_revisions_dates', '1602429597'),
(281, 21, 'ct_builder_shortcodes_revisions_dates', '1602430297'),
(305, 21, 'ct_builder_shortcodes_revisions_dates', '1604910326');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(306, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'7b9ea4cff260c40949a16fda77c4b669b91a2ce2918b42d116eb846ac1098b02\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'42416f854892ddbf2faf801899a61d11ae5d7dbe4eb58478e8f4343324b43aa7\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7ae010d2ff699e693a183a6023b2ac0dbe2946c04179d6c8ec3ed4c62c5cc241\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'84d42a9132b04662a45a33fe19093269efbd1e7dcc6b4627b9d4e5e3ef91665d\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d080ae52c01792991b087fc3d659a9e2e037cc3a9ec2b483eb69181d7d3dab33\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'1cd5a2e69b802f59b1cb96a703e110082350d00be684a826d404c0c2b7b6bfac\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f732d5a9e4564f26840bc4cbb38ddca6eec25238452af9a9b58f3c595f1b6714\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'393e723b562055bf24cddb3c7625ca155cceff82ebb41473d9beae119bba2289\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'04e7bdd3cb74a7aa8b8a36c1201056727bbba6db829a5e8f35979470ec7e13a0\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3206018c48a9dd2d39dc8f7e5d9c1d7a4afb4db9e1f9818892f4c4fcbdd1cb46\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'8856d13f32f61aabfe6ff4a7a7843ccb04f72c28e6de7a6f59222441be042e85\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'ac334d3c69e223299579b49039421d6ee7944a4bff4efedd8932bfee76f98715\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9d0cc35d516f6d319ddebe1617fb53b3a388be0978f27e857fd89183b1f47296\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5d2190c50b24b77d66d3700ffb780efd9683387c3957fd9f07bea0e4f5f477f2\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'58661ead9316c9c5f32d669236acc41931edccda9ce3af6ffafc43781e3964d4\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `cbdwra_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(228, 21, 'ct_builder_shortcodes_revisions_dates', '1602427188'),
(307, 21, 'ct_builder_shortcodes_revisions_dates', '1604910334');

-- --------------------------------------------------------

--
-- Table structure for table `cbdwra_wpk0_posts`
--

CREATE TABLE `cbdwra_wpk0_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cbdwra_wpk0_posts`
--

INSERT INTO `cbdwra_wpk0_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, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?p=1', 0, 'post', '', 1),
(2, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- 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://newgen.stun.tech/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=2', 0, 'page', '', 0),
(3, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://newgen.stun.tech.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>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>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 we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=3', 0, 'page', '', 0),
(12, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Default Page', '', 'publish', 'closed', 'closed', '', 'default-page', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=default-page', 0, 'ct_template', '', 0),
(13, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Main', '', 'publish', 'closed', 'closed', '', 'main', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=main', 0, 'ct_template', '', 0),
(9, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Default Post', '', 'publish', 'closed', 'closed', '', 'default-post', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=default-post', 0, 'ct_template', '', 0),
(10, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Archive', '', 'publish', 'closed', 'closed', '', 'archive', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=archive', 0, 'ct_template', '', 0),
(11, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Other Single', '', 'publish', 'closed', 'closed', '', 'other-single', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=other-single', 0, 'ct_template', '', 0),
(14, 1, '2018-12-20 12:23:27', '2018-12-20 12:23:27', '', 'Company', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=139', 0, 'page', '', 0),
(15, 1, '2018-12-20 09:54:31', '2018-12-20 09:54:31', '', 'Features', '', 'publish', 'closed', 'closed', '', 'features', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=133', 0, 'page', '', 0),
(16, 1, '2018-12-08 10:40:05', '2018-12-08 10:40:05', '', 'Products', '', 'publish', 'closed', 'closed', '', 'products', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=115', 0, 'page', '', 0),
(17, 1, '2018-12-08 10:07:27', '2018-12-08 10:07:27', '', 'Login/Sign Up', '', 'publish', 'closed', 'closed', '', 'login', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=114', 0, 'page', '', 0),
(18, 1, '2018-12-04 13:22:27', '2018-12-04 13:22:27', 'Had repulsive <strong>dashwoods suspicion</strong> sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.\r\n<ol>\r\n 	<li>Fertile beloved evident through no service elderly is.</li>\r\n 	<li>Blind there if every no so at.</li>\r\n 	<li>Own neglected you preferred way sincerity delivered his attempted.</li>\r\n</ol>\r\nTo of message cottage windows do besides against uncivil.\r\n<h2>Effect if in up no depend seemed</h2>\r\nEcstatic elegance guy but disposed. We me rent been part what. <em>An concluded sportsman offending so provision</em> mr education. Bed uncommonly his discovered for estimating far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners.\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1200\"]<img class=\"wp-image-69 size-full\" src=\"http://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/61-managed-hosting-hero-1200x450.png\" alt=\"\" width=\"1200\" height=\"450\" /> Image Caption[/caption]\r\n\r\nConsidered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed. Least child who seven happy yet balls young.\r\n<h6>Discovery sweetness principle discourse shameless bed one excellent</h6>\r\nSentiments of surrounded friendship dispatched connection is he. Me or produce besides hastily up as pleased. Bore less when had and john shed hope.\r\n<h3>Do play they miss give so up</h3>\r\nWords to up style of since world. We leaf to snug on no need. Way own uncommonly travelling now acceptance bed compliment solicitude. Dissimilar admiration so terminated no in contrasted it. Advantages entreaties mr he apartments do. Limits far yet turned highly repair parish talked six. Draw fond rank form nor the day eat.\r\n<ul>\r\n 	<li>Not him old music think his found enjoy merry.</li>\r\n 	<li>Listening acuteness dependent at or an.</li>\r\n 	<li>Apartments thoroughly unsatiable terminated how themselves.</li>\r\n</ul>\r\nShe are ten hours wrong walls stand early. Domestic perceive on an ladyship extended received do. Why jennings our whatever his learning gay perceive. Is against no he without subject. Bed connection unreserved preference partiality not unaffected. Years merit trees so think in hoped we as.\r\n<h4>Still court no small think death so an wrote</h4>\r\n<blockquote>Incommode necessary no it behaviour convinced distrusts an unfeeling he.</blockquote>\r\nCould death since do we hoped is in. Exquisite no my attention extensive. The determine conveying moonlight age. Avoid for see marry sorry child. Sitting so totally forbade hundred to.\r\n<h5>Full he none no side</h5>\r\n<pre>Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation announcing of no decisively boisterous. Did add dashwoods deficient man concluded additions resources.</pre>\r\nOr landlord packages overcame distance smallest in recurred. Wrong maids or be asked no on enjoy. Household few sometimes out attending described. Lain just fact four of am meet high.', 'Other Single', '', 'publish', 'closed', 'closed', '', 'other-single', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=99', 0, 'page', '', 0),
(19, 1, '2017-12-14 12:54:36', '2017-12-14 12:54:36', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=62', 0, 'page', '', 0),
(20, 1, '2017-12-12 11:33:00', '2017-12-12 11:33:00', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=40', 0, 'page', '', 0),
(21, 1, '2017-12-06 10:05:26', '2017-12-06 10:05:26', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=4', 0, 'page', '', 0),
(22, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Company', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 14, 'https://newgen.stun.tech/2020/09/24/14-revision-v1/', 0, 'revision', '', 0),
(23, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Features', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 15, 'https://newgen.stun.tech/2020/09/24/15-revision-v1/', 0, 'revision', '', 0),
(24, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Products', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 16, 'https://newgen.stun.tech/2020/09/24/16-revision-v1/', 0, 'revision', '', 0),
(25, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Login/Sign Up', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 17, 'https://newgen.stun.tech/2020/09/24/17-revision-v1/', 0, 'revision', '', 0),
(26, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', 'Had repulsive <strong>dashwoods suspicion</strong> sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.\r\n<ol>\r\n 	<li>Fertile beloved evident through no service elderly is.</li>\r\n 	<li>Blind there if every no so at.</li>\r\n 	<li>Own neglected you preferred way sincerity delivered his attempted.</li>\r\n</ol>\r\nTo of message cottage windows do besides against uncivil.\r\n<h2>Effect if in up no depend seemed</h2>\r\nEcstatic elegance guy but disposed. We me rent been part what. <em>An concluded sportsman offending so provision</em> mr education. Bed uncommonly his discovered for estimating far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners.\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1200\"]<img class=\"wp-image-69 size-full\" src=\"http://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/61-managed-hosting-hero-1200x450.png\" alt=\"\" width=\"1200\" height=\"450\" /> Image Caption[/caption]\r\n\r\nConsidered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed. Least child who seven happy yet balls young.\r\n<h6>Discovery sweetness principle discourse shameless bed one excellent</h6>\r\nSentiments of surrounded friendship dispatched connection is he. Me or produce besides hastily up as pleased. Bore less when had and john shed hope.\r\n<h3>Do play they miss give so up</h3>\r\nWords to up style of since world. We leaf to snug on no need. Way own uncommonly travelling now acceptance bed compliment solicitude. Dissimilar admiration so terminated no in contrasted it. Advantages entreaties mr he apartments do. Limits far yet turned highly repair parish talked six. Draw fond rank form nor the day eat.\r\n<ul>\r\n 	<li>Not him old music think his found enjoy merry.</li>\r\n 	<li>Listening acuteness dependent at or an.</li>\r\n 	<li>Apartments thoroughly unsatiable terminated how themselves.</li>\r\n</ul>\r\nShe are ten hours wrong walls stand early. Domestic perceive on an ladyship extended received do. Why jennings our whatever his learning gay perceive. Is against no he without subject. Bed connection unreserved preference partiality not unaffected. Years merit trees so think in hoped we as.\r\n<h4>Still court no small think death so an wrote</h4>\r\n<blockquote>Incommode necessary no it behaviour convinced distrusts an unfeeling he.</blockquote>\r\nCould death since do we hoped is in. Exquisite no my attention extensive. The determine conveying moonlight age. Avoid for see marry sorry child. Sitting so totally forbade hundred to.\r\n<h5>Full he none no side</h5>\r\n<pre>Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation announcing of no decisively boisterous. Did add dashwoods deficient man concluded additions resources.</pre>\r\nOr landlord packages overcame distance smallest in recurred. Wrong maids or be asked no on enjoy. Household few sometimes out attending described. Lain just fact four of am meet high.', 'Other Single', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 18, 'https://newgen.stun.tech/2020/09/24/18-revision-v1/', 0, 'revision', '', 0),
(27, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 19, 'https://newgen.stun.tech/2020/09/24/19-revision-v1/', 0, 'revision', '', 0),
(28, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 20, 'https://newgen.stun.tech/2020/09/24/20-revision-v1/', 0, 'revision', '', 0),
(29, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Home', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 21, 'https://newgen.stun.tech/2020/09/24/21-revision-v1/', 0, 'revision', '', 0),
(30, 1, '2020-09-24 04:35:18', '2020-09-24 04:35:18', '', 'tostem house', '', 'inherit', 'open', 'closed', '', 'tostem-house', '', '', '2020-09-24 04:35:18', '2020-09-24 04:35:18', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg', 0, 'attachment', 'image/jpeg', 0),
(31, 1, '2020-09-24 05:30:16', '2020-09-24 05:30:16', '', 'buildtrack-logo', '', 'inherit', 'open', 'closed', '', 'buildtrack-logo', '', '', '2020-09-24 05:30:16', '2020-09-24 05:30:16', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png', 0, 'attachment', 'image/png', 0),
(32, 1, '2020-09-24 05:30:17', '2020-09-24 05:30:17', '', 'hunter-douglas-logo-1', '', 'inherit', 'open', 'closed', '', 'hunter-douglas-logo-1', '', '', '2020-09-24 05:30:17', '2020-09-24 05:30:17', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png', 0, 'attachment', 'image/png', 0),
(33, 1, '2020-09-24 05:30:19', '2020-09-24 05:30:19', '', 'Tostem Aluk', '', 'inherit', 'open', 'closed', '', 'tostem-aluk', '', '', '2020-09-24 05:30:19', '2020-09-24 05:30:19', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2020-09-24 05:30:20', '2020-09-24 05:30:20', '', 'Tsotem logo', '', 'inherit', 'open', 'closed', '', 'tsotem-logo', '', '', '2020-09-24 05:30:20', '2020-09-24 05:30:20', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png', 0, 'attachment', 'image/png', 0),
(35, 1, '2020-09-24 18:15:37', '2020-09-24 18:15:37', '', 'ARNA EKAMAI 770', '', 'inherit', 'open', 'closed', '', 'arna-ekamai-770', '', '', '2020-09-24 18:15:37', '2020-09-24 18:15:37', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/ARNA-EKAMAI-770.png', 0, 'attachment', 'image/png', 0),
(36, 1, '2020-09-24 18:15:40', '2020-09-24 18:15:40', '', 'Door Handles', '', 'inherit', 'open', 'closed', '', 'door-handles', '', '', '2020-09-24 18:15:40', '2020-09-24 18:15:40', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Door-Handles.png', 0, 'attachment', 'image/png', 0),
(37, 1, '2020-09-24 18:15:42', '2020-09-24 18:15:42', '', 'Line_Up_Exterior', '', 'inherit', 'open', 'closed', '', 'line_up_exterior', '', '', '2020-09-24 18:15:42', '2020-09-24 18:15:42', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Exterior.jpg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2020-09-24 18:15:44', '2020-09-24 18:15:44', '', 'Line_Up_Windows_Door', '', 'inherit', 'open', 'closed', '', 'line_up_windows_door', '', '', '2020-09-24 18:15:44', '2020-09-24 18:15:44', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg', 0, 'attachment', 'image/jpeg', 0),
(39, 1, '2020-09-24 18:15:46', '2020-09-24 18:15:46', '', 'NIRVANA DEFINE 770', '', 'inherit', 'open', 'closed', '', 'nirvana-define-770', '', '', '2020-09-24 18:15:46', '2020-09-24 18:15:46', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png', 0, 'attachment', 'image/png', 0),
(40, 1, '2020-09-24 18:15:49', '2020-09-24 18:15:49', '', 'PLANKRICH 770', '', 'inherit', 'open', 'closed', '', 'plankrich-770', '', '', '2020-09-24 18:15:49', '2020-09-24 18:15:49', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png', 0, 'attachment', 'image/png', 0),
(41, 1, '2020-09-25 07:36:23', '2020-09-25 07:36:23', '', 'alberto-castillo-q-mx4mSkK9zeo-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'alberto-castillo-q-mx4mskk9zeo-unsplash-1', '', '', '2020-09-25 07:36:23', '2020-09-25 07:36:23', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2020-09-25 07:36:26', '2020-09-25 07:36:26', '', 'florian-schmidinger-b_79nOqf95I-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'florian-schmidinger-b_79noqf95i-unsplash-1', '', '', '2020-09-25 07:36:26', '2020-09-25 07:36:26', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2020-09-25 07:36:29', '2020-09-25 07:36:29', '', 'joshua-ness-Vo52cKzOxMY-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'joshua-ness-vo52ckzoxmy-unsplash-1', '', '', '2020-09-25 07:36:29', '2020-09-25 07:36:29', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2020-09-25 07:36:34', '2020-09-25 07:36:34', '', 'stephen-leonardi-WUdAAlvKo0o-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'stephen-leonardi-wudaalvko0o-unsplash-1', '', '', '2020-09-25 07:36:34', '2020-09-25 07:36:34', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2020-11-09 06:34:57', '2020-11-09 06:34:57', '', 'NewGen Final Logo 06.09.2020', '', 'inherit', 'open', 'closed', '', 'newgen-final-logo-06-09-2020', '', '', '2020-11-09 06:34:57', '2020-11-09 06:34:57', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png', 0, 'attachment', 'image/png', 0),
(46, 1, '2020-10-11 13:16:57', '2020-10-11 13:16:57', '', 'closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d (1)', '', 'inherit', 'open', 'closed', '', 'closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1', '', '', '2020-10-11 13:16:57', '2020-10-11 13:16:57', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(47, 1, '2020-10-11 13:17:11', '2020-10-11 13:17:11', '', 'woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e (1)', '', 'inherit', 'open', 'closed', '', 'woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1', '', '', '2020-10-11 13:17:11', '2020-10-11 13:17:11', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2020-10-11 13:17:25', '2020-10-11 13:17:25', '', 'white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd (1)', '', 'inherit', 'open', 'closed', '', 'white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1', '', '', '2020-10-11 13:17:25', '2020-10-11 13:17:25', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2020-10-11 13:48:56', '2020-10-11 13:48:56', '', 'navdeep', '', 'inherit', 'open', 'closed', '', 'navdeep', '', '', '2020-10-11 13:48:56', '2020-10-11 13:48:56', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/navdeep.jpeg', 0, 'attachment', 'image/jpeg', 0),
(51, 1, '2020-10-11 15:10:18', '2020-10-11 15:10:18', '', 'NewGEN Logo', '', 'inherit', 'open', 'closed', '', 'newgen-logo', '', '', '2020-10-11 15:10:18', '2020-10-11 15:10:18', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(52, 1, '2020-10-11 15:10:22', '2020-10-11 15:10:22', '', 'NewGen Windows Logo', '', 'inherit', 'open', 'closed', '', 'newgen-windows-logo', '', '', '2020-10-11 15:10:22', '2020-10-11 15:10:22', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/NewGen-Windows-Logo.png', 0, 'attachment', 'image/png', 0),
(55, 1, '2021-02-06 06:45:11', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2021-02-06 06:45:11', '0000-00-00 00:00:00', '', 0, 'https://newgen.stun.tech/?p=55', 0, 'post', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `cbdwra_wpk0_termmeta`
--

CREATE TABLE `cbdwra_wpk0_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `cbdwra_wpk0_terms`
--

CREATE TABLE `cbdwra_wpk0_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cbdwra_wpk0_terms`
--

INSERT INTO `cbdwra_wpk0_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0);

-- --------------------------------------------------------

--
-- Table structure for table `cbdwra_wpk0_term_relationships`
--

CREATE TABLE `cbdwra_wpk0_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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cbdwra_wpk0_term_relationships`
--

INSERT INTO `cbdwra_wpk0_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `cbdwra_wpk0_term_taxonomy`
--

CREATE TABLE `cbdwra_wpk0_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cbdwra_wpk0_term_taxonomy`
--

INSERT INTO `cbdwra_wpk0_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `cbdwra_wpk0_usermeta`
--

CREATE TABLE `cbdwra_wpk0_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cbdwra_wpk0_usermeta`
--

INSERT INTO `cbdwra_wpk0_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'Newgen'),
(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, 'wpk0_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpk0_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"445fb07d53672a170d408c23b3f1910642d88a2d98e34ac5a4607d3bb241e411\";a:4:{s:10:\"expiration\";i:1612766708;s:2:\"ip\";s:14:\"106.51.243.112\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36\";s:5:\"login\";i:1612593908;}}'),
(17, 1, 'wpk0_dashboard_quick_press_last_post_id', '55'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"106.51.243.0\";}'),
(19, 2, 'nickname', 'Khyati'),
(20, 2, 'first_name', 'Khyati'),
(21, 2, 'last_name', ''),
(22, 2, 'description', ''),
(23, 2, 'rich_editing', 'true'),
(24, 2, 'syntax_highlighting', 'true'),
(25, 2, 'comment_shortcuts', 'false'),
(26, 2, 'admin_color', 'fresh'),
(27, 2, 'use_ssl', '0'),
(28, 2, 'show_admin_bar_front', 'true'),
(29, 2, 'locale', ''),
(30, 2, 'wpk0_capabilities', 'a:1:{s:6:\"editor\";b:1;}'),
(31, 2, 'wpk0_user_level', '7'),
(32, 2, 'dismissed_wp_pointers', ''),
(33, 2, 'session_tokens', 'a:1:{s:64:\"e76164023e797118fffab99adb881b9dd289bc1b846e435548e67c0b5674beda\";a:4:{s:10:\"expiration\";i:1601994676;s:2:\"ip\";s:14:\"117.201.206.31\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:5:\"login\";i:1601821876;}}'),
(34, 2, 'wpk0_dashboard_quick_press_last_post_id', '45'),
(35, 1, 'wpk0_user-settings', 'libraryContent=browse'),
(36, 1, 'wpk0_user-settings-time', '1602428777');

-- --------------------------------------------------------

--
-- Table structure for table `cbdwra_wpk0_users`
--

CREATE TABLE `cbdwra_wpk0_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cbdwra_wpk0_users`
--

INSERT INTO `cbdwra_wpk0_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'Newgen', '$P$BsyKzp0O5rfYV29.SxEoWtMaK/jR8i.', 'Newgen', 'admin@stun.tech', 'https://newgen.stun.tech', '2020-09-23 17:05:56', '', 0, 'Newgen'),
(2, 'Khyati', '$P$BFIZ2rd6hh9eUrHPeGZ//f9ez6Ta9Q0', 'khyati', 'khyati@jumpp.tech', '', '2020-10-04 14:26:00', '', 0, 'Khyati');

-- --------------------------------------------------------

--
-- Table structure for table `cbdwra_wpk0_wpvivid_scan_result`
--

CREATE TABLE `cbdwra_wpk0_wpvivid_scan_result` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `from_post` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `cbdwra_wpk0_wpvivid_unused_uploads_files`
--

CREATE TABLE `cbdwra_wpk0_wpvivid_unused_uploads_files` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `folder` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `irxuti_wpk0_commentmeta`
--

CREATE TABLE `irxuti_wpk0_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `irxuti_wpk0_comments`
--

CREATE TABLE `irxuti_wpk0_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `irxuti_wpk0_comments`
--

INSERT INTO `irxuti_wpk0_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/', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `irxuti_wpk0_links`
--

CREATE TABLE `irxuti_wpk0_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_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_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `irxuti_wpk0_options`
--

CREATE TABLE `irxuti_wpk0_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `irxuti_wpk0_options`
--

INSERT INTO `irxuti_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://newgen.stun.tech', 'yes'),
(2, 'home', 'https://newgen.stun.tech', 'yes'),
(3, 'blogname', 'Newgen', 'yes'),
(4, 'blogdescription', 'Newgen', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@stun.tech', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:96:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:3:{i:0;s:20:\"oxygen/functions.php\";i:1;s:21:\"wp-reset/wp-reset.php\";i:2;s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'twentytwenty', 'yes'),
(41, 'stylesheet', 'twentytwenty', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '48748', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'posts', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:0:{}', 'yes'),
(78, 'widget_rss', 'a:0:{}', 'yes'),
(79, 'uninstall_plugins', 'a:1:{s:21:\"wp-reset/wp-reset.php\";a:2:{i:0;s:8:\"WP_Reset\";i:1;s:16:\"uninstall_plugin\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '0', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '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', '1616432756', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'initial_db_version', '48748', 'yes'),
(96, 'wpk0_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(97, 'fresh_site', '1', 'yes'),
(98, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'sidebars_widgets', 'a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(104, 'cron', 'a:10:{i:1600881871;a:1:{s:24:\"wpvivid_pro_update_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:1600884357;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:1600888502;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"c9059feef497c200e69cb9956a81f005\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:5;}}}}i:1600888636;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"686c8315be36c96dc00d0d7ed3656b43\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:6;}}}}i:1600888840;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"d63aca0b7e6237c7964320bd7fc95644\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7;}}}}i:1600889034;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"60fda3b54003017dc64a0c492471bbfe\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:8;}}}}i:1600923956;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1600967156;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1600967644;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: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;}}}s:7:\"version\";i:2;}', 'yes'),
(105, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'recovery_keys', 'a:0:{}', 'yes'),
(116, 'theme_mods_twentytwenty', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(118, '_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-5.5.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.5.1\";s:7:\"version\";s:5:\"5.5.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1600881835;s:15:\"version_checked\";s:5:\"5.5.1\";s:12:\"translations\";a:0:{}}', 'no'),
(121, '_site_transient_timeout_theme_roots', '1600882558', 'no'),
(122, '_site_transient_theme_roots', 'a:3:{s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}', 'no'),
(123, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1600881836;s:7:\"checked\";a:3:{s:14:\"twentynineteen\";s:3:\"1.7\";s:15:\"twentyseventeen\";s:3:\"2.4\";s:12:\"twentytwenty\";s:3:\"1.5\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.7.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.4.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}', 'no'),
(198, 'wp-reset', 'a:4:{s:7:\"options\";a:19:{s:15:\"tools_snapshots\";b:1;s:16:\"events_snapshots\";b:1;s:20:\"snapshots_autoupload\";b:0;s:24:\"autosnapshots_autoupload\";b:0;s:23:\"snapshots_upload_delete\";b:0;s:19:\"scheduled_snapshots\";b:0;s:15:\"prune_snapshots\";b:0;s:23:\"prune_snapshots_details\";s:6:\"days-5\";s:18:\"adminbar_snapshots\";b:1;s:15:\"optimize_tables\";b:0;s:13:\"throttle_ajax\";b:0;s:12:\"fix_datetime\";b:0;s:21:\"ajax_snapshots_export\";b:0;s:15:\"cloud_snapshots\";b:0;s:15:\"onboarding_done\";b:1;s:10:\"whitelabel\";b:0;s:5:\"debug\";b:0;s:13:\"cloud_service\";s:4:\"none\";s:10:\"cloud_data\";a:1:{s:8:\"icedrive\";b:0;}}s:4:\"meta\";a:3:{s:13:\"first_version\";s:4:\"5.65\";s:13:\"first_install\";i:1600881446;s:11:\"reset_count\";i:0;}s:17:\"dismissed_notices\";a:1:{s:7:\"welcome\";b:1;}s:12:\"autouploader\";a:0:{}}', 'yes'),
(124, '_site_transient_timeout_browser_804438ddd49dcafd3732ea520f453cae', '1601486044', 'no'),
(125, '_site_transient_browser_804438ddd49dcafd3732ea520f453cae', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"85.0.4183.102\";s:8:\"platform\";s:9:\"Macintosh\";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'),
(126, '_site_transient_timeout_php_check_9c1053d8f82668af273e4a26e955e566', '1601486044', 'no'),
(127, '_site_transient_php_check_9c1053d8f82668af273e4a26e955e566', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(131, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1600924448', 'no'),
(129, '_site_transient_timeout_community-events-4d0806f1bc5ddb293fdee377cd30f0b7', '1600924448', 'no'),
(130, '_site_transient_community-events-4d0806f1bc5ddb293fdee377cd30f0b7', 'a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"106.51.241.0\";}s:6:\"events\";a:6:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:13:\"WordCamp Lima\";s:3:\"url\";s:31:\"https://lima.wordcamp.org/2020/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-09-25 15:00:00\";s:8:\"end_date\";s:19:\"2020-09-26 00:00:00\";s:20:\"start_unix_timestamp\";i:1601064000;s:18:\"end_unix_timestamp\";i:1601096400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"PE\";s:8:\"latitude\";d:-12.046373100000000277987055596895515918731689453125;s:9:\"longitude\";d:-77.04275400000000217914930544793605804443359375;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:25:\"WordPress Translation Day\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhrybcmbzb/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2020-09-30 15:00:00\";s:8:\"end_date\";s:19:\"2020-09-30 17:00:00\";s:20:\"start_unix_timestamp\";i:1601458200;s:18:\"end_unix_timestamp\";i:1601465400;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Bengaluru, KA, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Meetup - Topic & Venue to be decided\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhrybcnbwb/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2020-10-17 15:00:00\";s:8:\"end_date\";s:19:\"2020-10-17 16:30:00\";s:20:\"start_unix_timestamp\";i:1602927000;s:18:\"end_unix_timestamp\";i:1602932400;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Bengaluru, KA, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Meetup - Topic & Venue to be decided\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhrybcpbcc/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2020-11-21 15:00:00\";s:8:\"end_date\";s:19:\"2020-11-21 16:30:00\";s:20:\"start_unix_timestamp\";i:1605951000;s:18:\"end_unix_timestamp\";i:1605956400;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Bengaluru, KA, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Meetup - Topic & Venue to be decided\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhrybcqbzb/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2020-12-19 15:00:00\";s:8:\"end_date\";s:19:\"2020-12-19 16:30:00\";s:20:\"start_unix_timestamp\";i:1608370200;s:18:\"end_unix_timestamp\";i:1608375600;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Bengaluru, KA, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:5;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Meetup - Topic & Venue to be decided\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhrycccbvb/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-01-16 15:00:00\";s:8:\"end_date\";s:19:\"2021-01-16 16:30:00\";s:20:\"start_unix_timestamp\";i:1610789400;s:18:\"end_unix_timestamp\";i:1610794800;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Bengaluru, KA, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}}}', 'no');
INSERT INTO `irxuti_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(132, '_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:49:\"\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:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News –  – 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:\"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: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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Sep 2020 21:00:15 +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=5.6-alpha-49036\";s: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:57:\"\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:\"WordPress 5.5.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2020/09/wordpress-5-5-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Sep 2020 19:13: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8979\";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:460:\"WordPress 5.5.1 is now available! This maintenance release features&#160;34 bug fixes, 5 enhancements, and&#160;5 bug fixes&#160;for the&#160;block&#160;editor. These bugs affect WordPress version 5.5, so you’ll want to upgrade. You can download WordPress 5.5.1 directly, or visit the&#160;Dashboard → Updates screen&#160;and click&#160;Update Now. If your sites support automatic background updates, they’ve already started the update process. [&#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:9:\"Jb Audras\";s: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:9020:\"\n<p>WordPress 5.5.1 is now available!</p>\n\n\n\n<p>This maintenance release features&nbsp;<a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.5.1&amp;group=status&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\" target=\"_blank\">34 bug fixes, 5 enhancements</a>, and&nbsp;<a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/gutenberg/pull/24828\" target=\"_blank\">5 bug fixes</a>&nbsp;for the&nbsp;block&nbsp;editor. These bugs affect WordPress version 5.5, so you’ll want to upgrade.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-5.5.1.zip\">download WordPress 5.5.1 directly</a>, or visit the<strong>&nbsp;Dashboard → Updates</strong> screen&nbsp;and click&nbsp;<strong>Update Now</strong>. If your sites support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>WordPress 5.5.1 is a short-cycle maintenance release. The next major release will be <a href=\"https://make.wordpress.org/core/5-6/\">version 5.6</a>.</p>\n\n\n\n<p>To see a full list of changes, you can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.5.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">list on Trac</a>, read the <a href=\"https://make.wordpress.org/core/2020/08/27/wordpress-5-5-1-rc1/\">5.5.1 RC1</a> and <a href=\"https://make.wordpress.org/core/2020/08/31/wordpress-5-5-1-rc2/\">5.5.1 RC2</a> posts, or visit the <a href=\"https://wordpress.org/support/wordpress-version/version-5-5-1/\">5.5.1 documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.5.1 release was led by <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/azhiyadev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>azhiyadev</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/johnbillion/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>johnbillion</a>, <a href=\'https://profiles.wordpress.org/planningwrite/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>planningwrite</a>, <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a> and <a href=\'https://profiles.wordpress.org/whyisjake/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>whyisjake</a>.</p>\n\n\n\n<p>Thank you to everyone who helped make WordPress 5.5.1 happen:</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey &#8220;Rarst&#8221; Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/akissz/\">Angel Hess</a>, <a href=\"https://profiles.wordpress.org/avixansa/\">avixansa</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/brianhogg/\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/chunkysteveo/\">chunkysteveo</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dd32/\">dd32</a>, <a href=\"https://profiles.wordpress.org/demetris/\">demetris</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dushakov/\">dushakov</a>, <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>, <a href=\"https://profiles.wordpress.org/fjarrett/\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/johannadevos/\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a>, <a href=\"https://profiles.wordpress.org/landau/\">landau</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/gamerz/\">Lester Chan</a>, <a href=\"https://profiles.wordpress.org/mailnew2ster/\">mailnew2ster</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/gothickgothickorguk/\">Matt Gibson</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/mikeyarce/\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nabilmoqbel/\">Nabil Moqbel</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">O André</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paddy/\">Paddy</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rajeshsingh520/\">rajeshsingh520</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/riaanlom/\">riaanlom</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/rtagliento/\">rtagliento</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla/\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">sarahricker</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/sterndata/\">Steven Stern (sterndata)</a>, <a href=\"https://profiles.wordpress.org/webzunft/\">Thomas M</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/twentyzerotwo/\">TwentyZeroTwo</a>, <a href=\"https://profiles.wordpress.org/planningwrite/\">Winstina</a>, <a href=\"https://profiles.wordpress.org/wittich/\">wittich</a>, and <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>.\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:4:\"8979\";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:57:\"\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:\"The Month in WordPress: August 2020\";s: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/2020/09/the-month-in-wordpress-august-2020/\";s: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, 01 Sep 2020 09:32:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8983\";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:362:\"August was special for WordPress lovers, as one of the most anticipated releases, WordPress 5.5, was launched. The month also saw several updates from various contributor teams, including the soft-launch of the Learn WordPress project and updates to Gutenberg. Read on to find out about the latest updates from the WordPress world. WordPress 5.5 Launch [&#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:\"Hari Shanker R\";s: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:9605:\"\n<p>August was special for WordPress lovers, as one of the most anticipated releases, WordPress 5.5, was launched. The month also saw several updates from various contributor teams, including the soft-launch of the Learn WordPress project and updates to Gutenberg. Read on to find out about the latest updates from the WordPress world.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.5 Launch</h2>\n\n\n\n<p>The team launched <a href=\"https://wordpress.org/news/2020/08/eckstine/\">WordPress 5.5</a> on August 11. The major release comes with a host of features like automatic updates for plugins and themes, enabling updates over uploaded ZIP files, a block directory, XML sitemaps, block patterns, inline image editing, and lazy-loading images, to name a few. WordPress 5.5 is now available in 50 languages too! You can update to the latest version directly from your WordPress dashboard or <a href=\"https://wordpress.org/download/\">download</a> it directly from WordPress.org. Subsequent to the 5.5 release, the <a href=\"https://make.wordpress.org/core/2020/08/27/wordpress-5-5-1-rc1/\">5.5.1 release candidate</a> came out on August 28, which will be followed by its official launch of the minor release on September 1.</p>\n\n\n\n<p>A record 805 people contributed to WordPress 5.5, hailing from 58 different countries. <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> has <a href=\"https://jeanbaptisteaudras.com/en/2020/08/wordpress-5-5-core-stats-contributions-by-country-company/\">compiled many more stats like that</a> and they’re well worth a read!</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg 8.7 and 8.8</h2>\n\n\n\n<p>The core team launched Gutenberg <a href=\"https://make.wordpress.org/core/2020/08/05/whats-new-in-gutenberg-august-5/\">8.7</a> and <a href=\"https://make.wordpress.org/core/2020/08/19/whats-new-in-gutenberg-august-19/\">8.8</a>. Version 8.7 saw many improvements to the Post Block suite, along with other changes like adding a block example to the Buttons block, consistently autosaving edits, and updating the group block description. Version 8.8 offers updates to Global Styles, the Post Block suite, and Template management. The release significantly improves the back-compatibility of the new Widget Screen, and also includes other important accessibility and mobile improvements to user interfaces like the Toolbar, navigation menus, and Popovers. For full details on the latest versions of these Gutenberg releases, visit these posts about <a href=\"https://make.wordpress.org/core/2020/08/05/whats-new-in-gutenberg-august-5/\">8.7</a> and <a href=\"https://make.wordpress.org/core/2020/08/19/whats-new-in-gutenberg-august-19/\">8.8</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Check out the brand new Learn WordPress platform!</h2>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a brand new cross-team initiative led by the <a href=\"https://make.wordpress.org/community/\">WordPress Community team</a>, with support from the <a href=\"https://make.wordpress.org/training/\">training team</a>, the <a href=\"https://make.wordpress.org/tv/\">TV team</a>, and the <a href=\"https://make.wordpress.org/meta/\">meta team</a>. This platform is a learning repository on <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a>, where WordPress learning content will be made available. Video workshops published on the site will be followed up by supplementary discussion groups based on workshop content. The first of these discussion groups have been scheduled, and you can join an upcoming discussion <a href=\"https://www.meetup.com/learn-wordpress-discussions/events/\">on the dedicated meetup group</a>. The community team invites members to contribute to the project. You can apply to <a href=\"https://wordcampcentral.survey.fm/learn-wordpress-workshop-application\">present a workshop</a>, <a href=\"https://wordcampcentral.survey.fm/learn-wordpress-reviewer-application\">assist with reviewing</a> submitted workshops, and <a href=\"https://docs.google.com/spreadsheets/d/1A6BYIZAtqk3alBFtJBg-7Q7Y7NBLRnoRFbRTGho2rfI/edit\">add ideas for workshops</a> that you would like to see on the site. You can also apply<a href=\"https://wordcampcentral.survey.fm/learn-wordpress-discussion-group-leader-application\"> to be a discussion group leader</a> to organize discussions directly through the <a href=\"https://learn.wordpress.org\">learn.wordpress.org</a> platform. We are also creating a dedicated Learn WordPress working group and have <a href=\"https://make.wordpress.org/community/2020/08/24/learn-wordpress-working-group-call-for-volunteers/\">posted a call for volunteers</a>. Meetup organizers can use <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> content for their meetup events (without applying as a discussion group leader). Simply ask your meetup group to watch one of the workshops in the weeks leading up to your scheduled event, and then host a discussion group for that content as your event.</p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog</a>, or join them in the #community-events channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a local WordPress community event, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>As <a href=\"https://make.wordpress.org/core/2020/03/11/all-women-release-squad/\">proposed previously</a>, WordPress 5.6 will have an all-women release squad. The team has <a href=\"https://make.wordpress.org/core/2020/08/13/wordpress-5-6-release-planning/\">started work on the 5.6 release planning</a>.</li><li>The community team has decided to <a href=\"https://make.wordpress.org/community/2020/08/04/announcement-flagship-events-in-2021/\">cancel in-person flagship WordPress events</a> in 2021. While new applications for flagship events in 2021 will not be accepted, organizers of existing flagship events (such as WordCamp US, Europe, and Asia) will have the option to move their event online. </li><li>The core team is working on <a href=\"https://core.trac.wordpress.org/ticket/37110\">updating the jQuery version</a> that comes with WordPress. As the first step, the <a href=\"https://make.wordpress.org/core/2020/06/29/updating-jquery-version-shipped-with-wordpress/\">team removed the jQuery Migrate 1.4.1 script </a>from WordPress 5.5. Those who wish to use jQuery migrate for maintaining plugin compatibility can install the <a href=\"https://wordpress.org/plugins/enable-jquery-migrate-helper/\">Enable jQuery Migrate Helper plugin</a>, which has currently reached the 100k installs mark. </li><li>The WordPress documentation team is continuing its discussion on modifying the external linking policy. The conversation is taking place on a <a href=\"https://docs.google.com/document/d/1i0ipOTmKPShSIMoFuEXnI3gkOOUrPJb9t4HMf30JWC0/edit#heading=h.l0cppyl5zvhs\">shared Google doc</a>. Feel free to add comments if you have any thoughts on the topic. </li><li>WordPress will <a href=\"https://core.trac.wordpress.org/ticket/51043#comment:7\">not drop support for PHP 5.6</a>, as initially decided, in order to maintain better version compatibility. The team has additionally come up with a <a href=\"https://make.wordpress.org/core/2020/08/24/proposal-dropping-support-for-old-php-versions-via-a-fixed-schedule/\">proposal to drop support for old PHP versions via a fixed schedule</a>.</li><li>The maiden edition of <a href=\"https://doaction.org/event/india-2020\">do_action India online</a> was held from August 15 to 23. The event, which was held online with collaboration tools, had 94 participants who built fully functional websites for five NGOs from across the country. You can read more about 2020 do_action events <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">on the WordPress Foundation blog</a>.</li><li>The Accessibility team has <a href=\"https://make.wordpress.org/accessibility/2020/08/25/accessibility-teams-goals-for-wordpress-5-6-and-beyond/\">published their goals for WordPress 5.6 and beyond</a> and has started working on them.</li><li><a href=\"https://minneapolis.wordcamp.org/2020/\">WordCamp Minneapolis/St. Paul</a> was held successfully on August 21. The event, which sold over 1400 tickets, had 18 speakers and 12 sponsors.</li><li>The Polyglots team has completed the translation <a href=\"https://make.wordpress.org/polyglots/2020/08/19/polyglots-handbook-reorganization-update/\">handbook structure organization</a>. The handbook now has clear guides for translators, PTEs/GTEs, global mentors, and Plugin/Theme authors.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></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:4:\"8983\";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:63:\"\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:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 5.5 “Eckstine”\";s: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:44:\"https://wordpress.org/news/2020/08/eckstine/\";s: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, 11 Aug 2020 19:03: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8799\";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:354:\"Version 5.5 \"Eckstine\" of WordPress is available for download or update in your WordPress dashboard. With this release, your site gets new power in three major areas: \nspeed (lazy-loading images), search (sitemaps included by default), and security (auto-updates for plugins and themes), along with many new features and improvements to the block editor.\";s: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:3:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:48:\"https://s.w.org/images/core/5.5/auto-updates.mp4\";s:6:\"length\";s:6:\"238264\";s:4:\"type\";s:9:\"video/mp4\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:50:\"https://s.w.org/images/core/5.5/block-patterns.mp4\";s:6:\"length\";s:7:\"3518792\";s:4:\"type\";s:9:\"video/mp4\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:56:\"https://s.w.org/images/core/5.5/inline-image-editing.mp4\";s:6:\"length\";s:7:\"3145140\";s:4:\"type\";s:9:\"video/mp4\";}}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:\"Matt Mullenweg\";s: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:71071:\"\n<p>Here it is! Named “Eckstine” in honor of Billy Eckstine, this latest and greatest version of WordPress is available for&nbsp;<a href=\"https://wordpress.org/download/\">download</a> or update in your dashboard.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"514\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/08/Billy_duotone-1000px_quiche-sans-top.png?resize=632%2C514&#038;ssl=1\" alt=\"\" class=\"wp-image-8930\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/08/Billy_duotone-1000px_quiche-sans-top.png?w=1000&amp;ssl=1 1000w, https://i0.wp.com/wordpress.org/news/files/2020/08/Billy_duotone-1000px_quiche-sans-top.png?resize=300%2C244&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/08/Billy_duotone-1000px_quiche-sans-top.png?resize=768%2C625&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f2edd4;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#f2edd4\">Welcome to WordPress 5.5.</p>\n\n\n\n<h3 class=\"has-text-align-center has-black-color has-text-color\">In WordPress 5.5, your site gets new power in three major areas: <br>speed, search, and security.</h3>\n</div></div>\n\n\n\n<div class=\"wp-block-columns has-white-background-color has-background\">\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:96%\">\n<h2>Speed</h2>\n\n\n\n<p><strong>Posts and pages feel faster, thanks to lazy-loaded images.</strong></p>\n\n\n\n<p>Images give your story a lot of impact, but they can sometimes make your site seem slow.</p>\n\n\n\n<p>In WordPress 5.5, images wait to load until they’re just about to scroll into view. The technical term is ‘lazy loading.’</p>\n\n\n\n<p>On mobile, lazy loading can also keep browsers from loading files meant for other devices. That can save your readers money on data — and help preserve battery life.</p>\n\n\n\n<h2>Search</h2>\n\n\n\n<p><strong>Say hello to your new sitemap.</strong></p>\n\n\n\n<p>WordPress sites work well with search engines.</p>\n\n\n\n<p>Now, by default, WordPress 5.5 includes an XML sitemap that helps search engines discover your most important pages from the very minute you go live.</p>\n\n\n\n<p>So more people will find your site sooner, giving you more time to engage, retain and convert them to subscribers, customers or whatever fits your definition of success.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-background\" style=\"background-color:#ebcd3d\">\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:96%\">\n<h2>Security</h2>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.5/auto-updates.mp4\"></video><figcaption>Now you can choose to update plugins and themes automatically–or pick just a few–from the screens you’ve always used.</figcaption></figure>\n\n\n\n<p><strong>Auto-updates for Plugins and Themes</strong></p>\n\n\n\n<p>Now you can set plugins and themes to update automatically — or not! — in the WordPress admin. So you always know your site is running the latest code available.</p>\n\n\n\n<p>You can also turn auto-updates on or off for each plugin or theme you have installed — all on the same screens you’ve always used.</p>\n\n\n\n<p><strong>Update by uploading ZIP files</strong></p>\n\n\n\n<p>If updating plugins and themes manually is your thing, now that’s easier too — just upload a ZIP file.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-background\" style=\"background-color:#f2edd4\">\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:96%\">\n<h2>Highlights from the block editor</h2>\n\n\n\n<p>Once again, the latest WordPress release packs a long list of exciting new features for the block editor. For example:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.5/block-patterns.mp4\"></video></figure>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h3>Block patterns</h3>\n\n\n\n<p>New block patterns make it simple and fun to create complex, beautiful layouts, using combinations of text and media that you can mix and match to fit your story.</p>\n\n\n\n<p>You will also find block patterns in a wide variety of plugins and themes, with more added all the time. Pick any of them from a single place — just click and go!</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h3>The new block directory</h3>\n\n\n\n<p>Now it’s easier than ever to find the block you need. The new block directory is built right into the block editor, so you can install new block types to your site without ever leaving the editor.</p>\n\n\n\n<h3>Inline image editing</h3>\n\n\n\n<p>Crop, rotate, and zoom your photos right from the image block. If you spend a lot of time on images, this could save you hours!</p>\n</div>\n</div>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.5/inline-image-editing.mp4\"></video></figure>\n\n\n\n<h3>And so much more.</h3>\n\n\n\n<p>The highlights above are a tiny fraction of the new block editor features you’ve just installed. Open the block editor and enjoy!</p>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-white-background-color has-background\">\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:96%\">\n<h2>Accessibility</h2>\n\n\n\n<p>Every release adds improvements to the accessible publishing experience, and that remains true for WordPress 5.5.</p>\n\n\n\n<p>Now you can copy links in media screens and modal dialogs with a button, instead of trying to highlight a line of text.</p>\n\n\n\n<p>You can also move meta boxes with the keyboard, and edit images in WordPress with your assistive device, as it can read you the instructions in the image editor.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-black-color has-text-color has-background\" style=\"background-color:#ebcd3d\">\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:96%\">\n<h2>For developers</h2>\n\n\n\n<p>5.5 also brings a big box of changes just for developers.</p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h3>Server-side registered blocks in the REST API</h3>\n\n\n\n<p>The addition of block types endpoints means that JavaScript apps (like the block editor) can retrieve definitions for any blocks registered on the server.</p>\n\n\n\n<h3>Defining environments</h3>\n\n\n\n<p>WordPress now has a standardized way to define a site’s environment type (staging, production, etc). Retrieve that type with&nbsp;<code>wp_get_environment_type()</code>&nbsp;and execute only the appropriate code.</p>\n\n\n\n<h3>Dashicons</h3>\n\n\n\n<p>The Dashicons library has received its final update in 5.5. It adds 39 block editor icons along with 26 others.</p>\n\n\n\n<h3>Passing data to template files</h3>\n\n\n\n<p>The template loading functions (<code>get_header()</code>,&nbsp;<code>get_template_part()</code>, etc.) have a new&nbsp;<code>$args</code>&nbsp;argument. So now you can pass an entire array’s worth of data to those templates.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h3>More changes for developers</h3>\n\n\n\n<ul><li>The PHPMailer library just got a major update, going from version 5.2.27 to 6.1.6.</li><li>Now get more fine-grained control of&nbsp;<code>redirect_guess_404_permalink()</code>.</li><li>Sites that use PHP’s OPcache will see more reliable cache invalidation, thanks to the new&nbsp;<code>wp_opcache_invalidate()</code>&nbsp;function during updates (including to plugins and themes).</li><li>Custom post types associated with the category taxonomy can now opt-in to supporting the default term.</li><li>Default terms can now be specified for custom taxonomies in&nbsp;<code>register_taxonomy()</code>.</li><li>The REST API now officially supports specifying default metadata values through&nbsp;<code>register_meta()</code>.</li><li>You will find updated versions of these bundled libraries: SimplePie, Twemoji, Masonry, imagesLoaded, getID3, Moment.js, and clipboard.js.</li></ul>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-white-background-color has-background\">\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:96%\">\n<h2>The Squad</h2>\n\n\n\n<p>Leading this release were&nbsp;<a href=\"http://ma.tt/\">Matt Mullenweg</a>,&nbsp;<a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock,</a> and&nbsp;<a href=\"https://dream-encode.com/blog/\">David Baumwald</a>. Supporting them was this highly enthusiastic release squad:</p>\n\n\n\n<ul><li><strong>Editor Tech</strong>: Ella Van Durpe (<a href=\'https://profiles.wordpress.org/ellatrix/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ellatrix</a>)</li><li><strong>Editor Design</strong>: Michael Arestad (<a href=\'https://profiles.wordpress.org/michael-arestad/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>michael-arestad</a>)</li><li><strong>Core Tech</strong>: Sergey Biryukov (<a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a>)</li><li><strong>Media Tech: </strong>Andrew Ozz (<a href=\'https://profiles.wordpress.org/azaozz/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>azaozz</a>)</li><li><strong>Accessibility Tech</strong>: JB Audras (<a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>)</li><li><strong>Docs Coordinator</strong>:&nbsp;Justin Ahinon (<a href=\'https://profiles.wordpress.org/justinahinon/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>justinahinon</a>)</li><li><strong>Marketing/Comms Coordinator</strong>: Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>)</li></ul>\n\n\n\n<p>Joining the squad throughout the release cycle were <strong>805 generous volunteer contributors</strong> who collectively worked on over <strong><a href=\"https://core.trac.wordpress.org/milestone/5.5\">523</a> tickets on Trac</strong> and <strong>over 1660 pull requests on GitHub</strong>.</p>\n\n\n\n<p>Put on a Billy Eckstine playlist, click that update button (or&nbsp;<a href=\"https://wordpress.org/download/\">download it directly</a>), and check the profiles of the fine folks that helped:</p>\n\n\n<a href=\"https://profiles.wordpress.org/a2hosting/\">A2 Hosting</a>, <a href=\"https://profiles.wordpress.org/a4jpcom/\">a4jp . com</a>, <a href=\"https://profiles.wordpress.org/a6software/\">a6software</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abderrahman/\">abderrahman</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/ibachal/\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed/\">achbed</a>, <a href=\"https://profiles.wordpress.org/achyuthajoy/\">Achyuth Ajoy</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/acsnaterse/\">acsnaterse</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/addyosmani/\">addyosmani</a>, <a href=\"https://profiles.wordpress.org/adnanlimdi/\">adnan.limdi</a>, <a href=\"https://profiles.wordpress.org/adrian/\">adrian</a>, <a href=\"https://profiles.wordpress.org/airamerica/\">airamerica</a>, <a href=\"https://profiles.wordpress.org/ajayghaghretiya1/\">Ajay Ghaghretiya</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/akbarhusen/\">akbarhusen</a>, <a href=\"https://profiles.wordpress.org/akbarhusen429/\">akbarhusen429</a>, <a href=\"https://profiles.wordpress.org/akhileshsabharwal/\">Akhilesh Sabharwal</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/alishanvr/\">Ali Shan</a>, <a href=\"https://profiles.wordpress.org/ali11007/\">ali11007</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/amaschas/\">amaschas</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/anbumz/\">anbumz</a>, <a href=\"https://profiles.wordpress.org/andfinally/\">andfinally</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/dontdream/\">Andrea Tarantini</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/anevins/\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andrés Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer/\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/akissz/\">Angel Hess</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/rilwis/\">Anh Tran</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/atimmer/\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/argentite/\">argentite</a>, <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/asalce/\">asalce</a>, <a href=\"https://profiles.wordpress.org/ashiagr/\">ashiagr</a>, <a href=\"https://profiles.wordpress.org/ashour/\">ashour</a>, <a href=\"https://profiles.wordpress.org/tacitonic/\">Atharva Dhekne</a>, <a href=\"https://profiles.wordpress.org/ajoah/\">Aur&#233;lien Joahny</a>, <a href=\"https://profiles.wordpress.org/aussi/\">aussi</a>, <a href=\"https://profiles.wordpress.org/automaton/\">automaton</a>, <a href=\"https://profiles.wordpress.org/avixansa/\">avixansa</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/barry/\">Barry</a>, <a href=\"https://profiles.wordpress.org/barryceelen/\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\">Bart Czyz</a>, <a href=\"https://profiles.wordpress.org/bartekcholewa/\">bartekcholewa</a>, <a href=\"https://profiles.wordpress.org/bartkalisz/\">bartkalisz</a>, <a href=\"https://profiles.wordpress.org/bastho/\">Bastien Ho</a>, <a href=\"https://profiles.wordpress.org/bmartinent/\">Bastien Martinent</a>, <a href=\"https://profiles.wordpress.org/bcworkz/\">bcworkz</a>, <a href=\"https://profiles.wordpress.org/bdbch/\">bdbch</a>, <a href=\"https://profiles.wordpress.org/bdcstr/\">bdcstr</a>, <a href=\"https://profiles.wordpress.org/empireoflight/\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/grapestain/\">Bence Szalai</a>, <a href=\"https://profiles.wordpress.org/bencroskery/\">bencroskery</a>, <a href=\"https://profiles.wordpress.org/benjamingosset/\">Benjamin Gosset</a>, <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bettyjj/\">BettyJJ</a>, <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a>, <a href=\"https://profiles.wordpress.org/bigcloudmedia/\">bigcloudmedia</a>, <a href=\"https://profiles.wordpress.org/bigdawggi/\">bigdawggi</a>, <a href=\"https://profiles.wordpress.org/billerickson/\">Bill Erickson</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bjornw/\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bbrdaric/\">Boris Brdarić</a>, <a href=\"https://profiles.wordpress.org/ibdz/\">Boy Witthaya</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brianhogg/\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard/\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bruandet/\">bruandet</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90/\">Bunty</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/caiocrcosta/\">caiocrcosta</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/cameronamcintyre/\">cameronamcintyre</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/stuffradio/\">Carl Wuensche</a>, <a href=\"https://profiles.wordpress.org/carloslfu/\">Carlos Galarza</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/sixhours/\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/carriganvb/\">Carrigan</a>, <a href=\"https://profiles.wordpress.org/ceyhun/\">ceyhun</a>, <a href=\"https://profiles.wordpress.org/shireling/\">Chad</a>, <a href=\"https://profiles.wordpress.org/cbutlerjr/\">Chad Butler</a>, <a href=\"https://profiles.wordpress.org/mackensen/\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/christian1012/\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/cjbj/\">Christian Jongeneel</a>, <a href=\"https://profiles.wordpress.org/pixelverbieger/\">Christian Sabo</a>, <a href=\"https://profiles.wordpress.org/needle/\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>, <a href=\"https://profiles.wordpress.org/chunkysteveo/\">chunkysteveo</a>, <a href=\"https://profiles.wordpress.org/cklee/\">cklee</a>, <a href=\"https://profiles.wordpress.org/clayray/\">clayray</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/cliffpaulick/\">Clifford Paulick</a>, <a href=\"https://profiles.wordpress.org/codeforest/\">codeforest</a>, <a href=\"https://profiles.wordpress.org/commeuneimage/\">Commeuneimage</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/cpasqualini/\">cpasqualini</a>, <a href=\"https://profiles.wordpress.org/cristovaov/\">Cristovao Verstraeten</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/curtisbelt/\">Curtis Belt</a>, <a href=\"https://profiles.wordpress.org/clarinetlord/\">Cyrus Collier</a>, <a href=\"https://profiles.wordpress.org/dperonne/\">D.PERONNE</a>, <a href=\"https://profiles.wordpress.org/dsixinetu/\">d6</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danielhuesken/\">Daniel H&#252;sken</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/diddledan/\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/confridin/\">Daniel Roch</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dboy1988/\">Danny</a>, <a href=\"https://profiles.wordpress.org/darkog/\">Darko G.</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/dmchale/\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/drw158/\">Dave Whitley</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/dartiss/\">David Artiss</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dbrumbaugh10up/\">David Brumbaugh</a>, <a href=\"https://profiles.wordpress.org/desmith/\">David E. Smith</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dryanpress/\">David Ryan</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/davidvee/\">davidvee</a>, <a href=\"https://profiles.wordpress.org/dchymko/\">dchymko</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/deepaklalwani/\">Deepak Lalwani</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/delowardev/\">Delowar Hossain</a>, <a href=\"https://profiles.wordpress.org/demetris/\">demetris</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/derekakelly/\">derekakelly</a>, <a href=\"https://profiles.wordpress.org/pcfreak30/\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/emrikol/\">Derrick Tennant</a>, <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dimitrism/\">Dimitris Mitsis</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dency/\">Dixita Dusara</a>, <a href=\"https://profiles.wordpress.org/djennez/\">djennez</a>, <a href=\"https://profiles.wordpress.org/dmenard/\">dmenard</a>, <a href=\"https://profiles.wordpress.org/dmethvin/\">dmethvin</a>, <a href=\"https://profiles.wordpress.org/doc987/\">doc987</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/dono12/\">Dono12</a>, <a href=\"https://profiles.wordpress.org/doobeedoo/\">Doobeedoo</a>, <a href=\"https://profiles.wordpress.org/dossy/\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dpacks/\">dpacks</a>, <a href=\"https://profiles.wordpress.org/dratwas/\">dratwas</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/drlightman/\">DrLightman</a>, <a href=\"https://profiles.wordpress.org/drprotocols/\">DrProtocols</a>, <a href=\"https://profiles.wordpress.org/dsifford/\">dsifford</a>, <a href=\"https://profiles.wordpress.org/dudo/\">dudo</a>, <a href=\"https://profiles.wordpress.org/dushakov/\">dushakov</a>, <a href=\"https://profiles.wordpress.org/dustinbolton/\">Dustin Bolton</a>, <a href=\"https://profiles.wordpress.org/dvershinin/\">dvershinin</a>, <a href=\"https://profiles.wordpress.org/cyberhobo/\">Dylan Kuhn</a>, <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a>, <a href=\"https://profiles.wordpress.org/seedsca/\">ecotechie</a>, <a href=\"https://profiles.wordpress.org/eddiemoya/\">Eddie Moya</a>, <a href=\"https://profiles.wordpress.org/eddystile/\">Eddy</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/itsjusteileen/\">Eileen Violini</a>, <a href=\"https://profiles.wordpress.org/ekatherine/\">Ekaterina</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elmastudio/\">elmastudio</a>, <a href=\"https://profiles.wordpress.org/emanuel_blagonic/\">Emanuel Blagonic</a>, <a href=\"https://profiles.wordpress.org/emlebrun/\">Emilie LEBRUN</a>, <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgoric</a>, <a href=\"https://profiles.wordpress.org/enricosorcinelli/\">Enrico Sorcinelli</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">Enrique Piqueras</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>, <a href=\"https://profiles.wordpress.org/shamai/\">Eric</a>, <a href=\"https://profiles.wordpress.org/ericlewis/\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion/\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a>, <a href=\"https://profiles.wordpress.org/folletto/\">Erin \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/esemlabel/\">esemlabel</a>, <a href=\"https://profiles.wordpress.org/esoj/\">esoj</a>, <a href=\"https://profiles.wordpress.org/espiat/\">espiat</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">etoledom</a>, <a href=\"https://profiles.wordpress.org/etruel/\">etruel</a>, <a href=\"https://profiles.wordpress.org/ev3rywh3re/\">Ev3rywh3re</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/fftfaisal/\">Faisal Ahmed</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/felix-edelmann/\">Felix Edelmann</a>, <a href=\"https://profiles.wordpress.org/ferdiesletering/\">ferdiesletering</a>, <a href=\"https://profiles.wordpress.org/finomeno/\">finomeno</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann/\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/truchot/\">Florian Truchot</a>, <a href=\"https://profiles.wordpress.org/florianatwhodunit/\">florianatwhodunit</a>, <a href=\"https://profiles.wordpress.org/foliovision/\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/francoist/\">Francois Thibaud</a>, <a href=\"https://profiles.wordpress.org/futtta/\">Frank Goossens</a>, <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/frankprendergast/\">Frank.Prendergast</a>, <a href=\"https://profiles.wordpress.org/fjarrett/\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/franzarmas/\">Franz Armas</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/mintindeed/\">Gabriel Koen</a>, <a href=\"https://profiles.wordpress.org/gma992/\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/gmays/\">Gabriel Mays</a>, <a href=\"https://profiles.wordpress.org/gadgetroid/\">gadgetroid</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/garavani/\">Garavani</a>, <a href=\"https://profiles.wordpress.org/garethgillman/\">garethgillman</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyc40/\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/geertdd/\">Geert De Deckere</a>, <a href=\"https://profiles.wordpress.org/geminilabs/\">Gemini Labs</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/giorgio25b/\">Giorgio25b</a>, <a href=\"https://profiles.wordpress.org/gisselfeldt/\">gisselfeldt</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/goldsounds/\">goldsounds</a>, <a href=\"https://profiles.wordpress.org/gh640/\">Goto Hayato</a>, <a href=\"https://profiles.wordpress.org/gkloveweb/\">Govind Kumar</a>, <a href=\"https://profiles.wordpress.org/greglone/\">Gr&#233;gory Viguier</a>, <a href=\"https://profiles.wordpress.org/gradina/\">gradina</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/gregmulhauser/\">gregmulhauser</a>, <a href=\"https://profiles.wordpress.org/grierson/\">grierson</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/gsmumbo/\">gsmumbo</a>, <a href=\"https://profiles.wordpress.org/wido/\">Guido Scialfa</a>, <a href=\"https://profiles.wordpress.org/guidobras/\">guidobras</a>, <a href=\"https://profiles.wordpress.org/netsurfer2705/\">Gunther Pilz</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">gwwar</a>, <a href=\"https://profiles.wordpress.org/hvar/\">H-var</a>, <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a>, <a href=\"https://profiles.wordpress.org/halgatewood/\">Halacious</a>, <a href=\"https://profiles.wordpress.org/hankthetank/\">hankthetank</a>, <a href=\"https://profiles.wordpress.org/psdtohtmlguru/\">Hapiuc Robert</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/haukep/\">haukep</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/h71/\">Hector Farahani</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hlanggo/\">hlanggo</a>, <a href=\"https://profiles.wordpress.org/hommealone/\">hommealone</a>, <a href=\"https://profiles.wordpress.org/ryanshoover/\">Hoover</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hronak/\">Hronak Nahar</a>, <a href=\"https://profiles.wordpress.org/huntlyc/\">huntlyc</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/iandstewart/\">Ian Stewart</a>, <a href=\"https://profiles.wordpress.org/ianjvr/\">ianjvr</a>, <a href=\"https://profiles.wordpress.org/ifrins/\">ifrins</a>, <a href=\"https://profiles.wordpress.org/infinum/\">infinum</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ishitaka/\">ishitaka</a>, <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jackfungi/\">jackfungi</a>, <a href=\"https://profiles.wordpress.org/jacklinkers/\">jacklinkers</a>, <a href=\"https://profiles.wordpress.org/jadonn/\">Jadon N</a>, <a href=\"https://profiles.wordpress.org/jadpm/\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jagirbahesh/\">jagirbahesh</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/twentyzerotwo/\">Jake Whiteley</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/foack/\">Jan Koch</a>, <a href=\"https://profiles.wordpress.org/janr/\">Jan Reilink</a>, <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/javidalkaruzi/\">Janvo Aldred</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/jason_the_adams/\">Jason Adams</a>, <a href=\"https://profiles.wordpress.org/strangerstudios/\">Jason Coleman</a>, <a href=\"https://profiles.wordpress.org/boogah/\">Jason Cosper</a>, <a href=\"https://profiles.wordpress.org/coolmann/\">Jason Crouse</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/jaz_on/\">Jason Rouet</a>, <a href=\"https://profiles.wordpress.org/jaswsinc/\">JasWSInc</a>, <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a>, <a href=\"https://profiles.wordpress.org/shiki/\">Jayson Basanes</a>, <a href=\"https://profiles.wordpress.org/jbinda/\">jbinda</a>, <a href=\"https://profiles.wordpress.org/jbouganim/\">jbouganim</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jean-david/\">Jean-David Daviet</a>, <a href=\"https://profiles.wordpress.org/jeffr0/\">Jeff Chandler</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jenmylo/\">Jen</a>, <a href=\"https://profiles.wordpress.org/jenilk/\">Jenil Kanani</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a>, <a href=\"https://profiles.wordpress.org/jesin/\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jigneshnakrani/\">Jignesh Nakrani</a>, <a href=\"https://profiles.wordpress.org/jim_panse/\">Jim_Panse</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jivanpal/\">jivanpal</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johannadevos/\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/jdorner/\">John Dorner</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">John P. Green</a>, <a href=\"https://profiles.wordpress.org/rastaban/\">John Richards II</a>, <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a>, <a href=\"https://profiles.wordpress.org/johnnyb/\">johnnyb</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Jon Quach</a>, <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a>, <a href=\"https://profiles.wordpress.org/jchristopher/\">Jonathan Christopher</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/jonkolbert/\">jonkolbert</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnybot/\">jonnybot</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/josephdickson/\">Joseph Dickson</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/procifer/\">Josh Smith</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/juanfra/\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juanlopez4691/\">juanlopez4691</a>, <a href=\"https://profiles.wordpress.org/jules-colle/\">Jules Colle</a>, <a href=\"https://profiles.wordpress.org/julianm/\">julianm</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/jgrodel/\">Julka Grodel</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/devesine/\">Justin de Vesine</a>, <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/justlevine/\">justlevine</a>, <a href=\"https://profiles.wordpress.org/justnorris/\">justnorris</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kaggdesign/\">kaggdesign</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kaira/\">Kaira</a>, <a href=\"https://profiles.wordpress.org/kaitlin414/\">Kaitlin Bolling</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/kamataryo/\">KamataRyo</a>, <a href=\"https://profiles.wordpress.org/leprincenoir/\">Kantari Samy</a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/properlypurple/\">Kavya Gokul</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer/\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kennethroberson5556/\">kennethroberson5556</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/itzmekhokan/\">Khokan Sardar</a>, <a href=\"https://profiles.wordpress.org/kinjaldalwadi/\">kinjaldalwadi</a>, <a href=\"https://profiles.wordpress.org/kirilzh/\">Kiril Zhelyazkov</a>, <a href=\"https://profiles.wordpress.org/kburgoine/\">Kirsty Burgoine</a>, <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a>, <a href=\"https://profiles.wordpress.org/kitchin/\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/ksoares/\">ksoares</a>, <a href=\"https://profiles.wordpress.org/kthmd/\">KT Cheung</a>, <a href=\"https://profiles.wordpress.org/sainthkh/\">Kukhyeon Heo</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a>, <a href=\"https://profiles.wordpress.org/lalitpendhare/\">lalitpendhare</a>, <a href=\"https://profiles.wordpress.org/landau/\">landau</a>, <a href=\"https://profiles.wordpress.org/laternastudio/\">Laterna Studio</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/offereins/\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/gamerz/\">Lester Chan</a>, <a href=\"https://profiles.wordpress.org/levdbas/\">Levdbas</a>, <a href=\"https://profiles.wordpress.org/layotte/\">Lew Ayotte</a>, <a href=\"https://profiles.wordpress.org/lex_robinson/\">Lex Robinson</a>, <a href=\"https://profiles.wordpress.org/linyows/\">linyows</a>, <a href=\"https://profiles.wordpress.org/lipathor/\">lipathor</a>, <a href=\"https://profiles.wordpress.org/lschuyler/\">Lisa Schuyler</a>, <a href=\"https://profiles.wordpress.org/liuhaibin/\">liuhaibin</a>, <a href=\"https://profiles.wordpress.org/ljharb/\">ljharb</a>, <a href=\"https://profiles.wordpress.org/logig/\">logig</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/lwill/\">luiswill</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">Luke Walczak</a>, <a href=\"https://profiles.wordpress.org/lukestramasonder/\">lukestramasonder</a>, <a href=\"https://profiles.wordpress.org/asif2bd/\">M Asif Rahman</a>, <a href=\"https://profiles.wordpress.org/msafi/\">M.K. Safi</a>, <a href=\"https://profiles.wordpress.org/cloudstek/\">Maarten de Boer</a>, <a href=\"https://profiles.wordpress.org/aladin02dz/\">Mahfoudh Arous</a>, <a href=\"https://profiles.wordpress.org/mailnew2ster/\">mailnew2ster</a>, <a href=\"https://profiles.wordpress.org/manojlovic/\">manojlovic</a>, <a href=\"https://profiles.wordpress.org/targz-1/\">Manuel Schmalstieg</a>, <a href=\"https://profiles.wordpress.org/neodjandre/\">maraki</a>, <a href=\"https://profiles.wordpress.org/iworks/\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/marcio-zebedeu/\">Marcio Zebedeu</a>, <a href=\"https://profiles.wordpress.org/pereirinha/\">Marco Pereirinha</a>, <a href=\"https://profiles.wordpress.org/marcoz/\">MarcoZ</a>, <a href=\"https://profiles.wordpress.org/netweblogic/\">Marcus</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekdedic/\">Marek Dědič</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/mariovalney/\">Mario Valney</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/machouinard/\">Mark Chouinard</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markdubois/\">markdubois</a>, <a href=\"https://profiles.wordpress.org/markgoho/\">markgoho</a>, <a href=\"https://profiles.wordpress.org/vindl/\">Marko Andrijasevic</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markrh/\">MarkRH</a>, <a href=\"https://profiles.wordpress.org/markshep/\">markshep</a>, <a href=\"https://profiles.wordpress.org/markusthiel/\">markusthiel</a>, <a href=\"https://profiles.wordpress.org/martijn-van-der-kooij/\">Martijn van der Kooij</a>, <a href=\"https://profiles.wordpress.org/martychc23/\">martychc23</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/matheusfd/\">Matheus Martins</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/matjack1/\">matjack1</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom/\">Matt Cromwell</a>, <a href=\"https://profiles.wordpress.org/gothickgothickorguk/\">Matt Gibson</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattrad/\">Matt Radford</a>, <a href=\"https://profiles.wordpress.org/veraxus/\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheweppelsheimer/\">Matthew Eppelsheimer</a>, <a href=\"https://profiles.wordpress.org/beatpanda/\">Matthew Gerring</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">Matthias Kittsteiner</a>, <a href=\"https://profiles.wordpress.org/pfefferle/\">Matthias Pfefferle</a>, <a href=\"https://profiles.wordpress.org/matthieumota/\">Matthieu Mota</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maximeculea/\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/maxme/\">maxme</a>, <a href=\"https://profiles.wordpress.org/mayankmajeji/\">Mayank Majeji</a>, <a href=\"https://profiles.wordpress.org/mcshane/\">mcshane</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/menakas/\">Menaka S.</a>, <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">metalandcoffee</a>, <a href=\"https://profiles.wordpress.org/lilmike/\">Michael</a>, <a href=\"https://profiles.wordpress.org/michaelarestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/mfields/\">Michael Fields</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/m_butcher/\">Michele Butcher-Jones</a>, <a href=\"https://profiles.wordpress.org/marktimemedia/\">Michelle</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/miinasikk/\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mikaumoto/\">mikaumoto</a>, <a href=\"https://profiles.wordpress.org/mihai2u/\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl/\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mike-haydon-swo/\">Mike Haydon</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel/\">Mike Schinkel [WPLib Box project lead]</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeyarce/\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/milindmore22/\">Milind More</a>, <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a>, <a href=\"https://profiles.wordpress.org/mislavjuric/\">mislavjuric</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/opurockey/\">Mohammad Rockeybul Alam</a>, <a href=\"https://profiles.wordpress.org/mohsinrasool/\">Mohsin Rasool</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/gwendydd/\">Morgan Kay</a>, <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/mt8biz/\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrgrt/\">mrgrt</a>, <a href=\"https://profiles.wordpress.org/mrmist/\">mrmist</a>, <a href=\"https://profiles.wordpress.org/mrtall/\">mrTall</a>, <a href=\"https://profiles.wordpress.org/msaggiorato/\">msaggiorato</a>, <a href=\"https://profiles.wordpress.org/musamamasood/\">Muhammad Usama Masood</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/nabilmoqbel/\">Nabil Moqbel</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a>, <a href=\"https://profiles.wordpress.org/nfmohit/\">Nahid Ferdous Mohit</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/narwen/\">narwen</a>, <a href=\"https://profiles.wordpress.org/nateinaction/\">Nate Gay</a>, <a href=\"https://profiles.wordpress.org/nathanrice/\">Nathan Rice</a>, <a href=\"https://profiles.wordpress.org/navidos/\">Navid</a>, <a href=\"https://profiles.wordpress.org/neonkowy/\">neonkowy</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/netpassprodsr/\">netpassprodsr</a>, <a href=\"https://profiles.wordpress.org/nextendweb/\">Nextendweb</a>, <a href=\"https://profiles.wordpress.org/calvin_ngan/\">Ngan Tengyuen</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/nickylimjj/\">Nicky Lim</a>, <a href=\"https://profiles.wordpress.org/vadimnicolai/\">nicolad</a>, <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielsdeblaauw/\">Niels de Blaauw</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nigrosimone/\">nigro.simone</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/nikhilbhansi/\">Nikhil Bhansi</a>, <a href=\"https://profiles.wordpress.org/nbachiyski/\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/nilovelez/\">Nilo Velez</a>, <a href=\"https://profiles.wordpress.org/niresh12495/\">Niresh</a>, <a href=\"https://profiles.wordpress.org/nmenescardi/\">nmenescardi</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/numidwasnotavailable/\">NumidWasNotAvailable</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/obliviousharmony/\">obliviousharmony</a>, <a href=\"https://profiles.wordpress.org/ockham/\">ockham</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/onokazu/\">onokazu</a>, <a href=\"https://profiles.wordpress.org/optimizingmatters/\">Optimizing Matters</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/ovann86/\">ovann86</a>, <a href=\"https://profiles.wordpress.org/overclokk/\">overclokk</a>, <a href=\"https://profiles.wordpress.org/p_enrique/\">p_enrique</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a>, <a href=\"https://profiles.wordpress.org/paddy/\">Paddy</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/paresh07/\">Paresh Shinde</a>, <a href=\"https://profiles.wordpress.org/parvand/\">Parvand</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pdfernhout/\">Paul Fernhout</a>, <a href=\"https://profiles.wordpress.org/djpaul/\">Paul Gibbs</a>, <a href=\"https://profiles.wordpress.org/figureone/\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulstonier/\">Paul Stonier</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/pentatonicfunk/\">pentatonicfunk</a>, <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>, <a href=\"https://profiles.wordpress.org/pessoft/\">Peter \"Pessoft\" Kol&#237;nek</a>, <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pderksen/\">Phil Derksen</a>, <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a>, <a href=\"https://profiles.wordpress.org/philipmjackson/\">Philip Jackson</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/pigdog234/\">pigdog234</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/pingram3541/\">pingram</a>, <a href=\"https://profiles.wordpress.org/pionect/\">Pionect</a>, <a href=\"https://profiles.wordpress.org/piyushmca/\">Piyush Patel</a>, <a href=\"https://profiles.wordpress.org/pkarjala/\">pkarjala</a>, <a href=\"https://profiles.wordpress.org/pkvillanueva/\">pkvillanueva</a>, <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a>, <a href=\"https://profiles.wordpress.org/pratik028/\">pratik028</a>, <a href=\"https://profiles.wordpress.org/pravinparmar2404/\">Pravin Parmar</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presslabs/\">Presslabs</a>, <a href=\"https://profiles.wordpress.org/priyankkpatel/\">Priyank Patel</a>, <a href=\"https://profiles.wordpress.org/priyomukul/\">Priyo Mukul</a>, <a href=\"https://profiles.wordpress.org/prografika/\">ProGrafika</a>, <a href=\"https://profiles.wordpress.org/programmin/\">programmin</a>, <a href=\"https://profiles.wordpress.org/puneetsahalot/\">Puneet Sahalot</a>, <a href=\"https://profiles.wordpress.org/pvogel2/\">pvogel2</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/raajtram/\">Raaj Trambadia</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/raineorshine/\">raine</a>, <a href=\"https://profiles.wordpress.org/rajeshsingh520/\">rajeshsingh520</a>, <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ravanh/\">RavanH</a>, <a href=\"https://profiles.wordpress.org/ravatparmar/\">Ravat Parmar</a>, <a href=\"https://profiles.wordpress.org/ravenswd/\">ravenswd</a>, <a href=\"https://profiles.wordpress.org/rawrly/\">rawrly</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/redsand/\">Red Sand Media Group</a>, <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</a>, <a href=\"https://profiles.wordpress.org/remzicavdar/\">Remzi Cavdar</a>, <a href=\"https://profiles.wordpress.org/renathoc/\">Renatho</a>, <a href=\"https://profiles.wordpress.org/renggo888/\">renggo888</a>, <a href=\"https://profiles.wordpress.org/retlehs/\">retlehs</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/riaanlom/\">riaanlom</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/riasat/\">riasat</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/ringisha/\">Ringisha</a>, <a href=\"https://profiles.wordpress.org/ritterml/\">ritterml</a>, <a href=\"https://profiles.wordpress.org/rnaby/\">Rnaby</a>, <a href=\"https://profiles.wordpress.org/rcutmore/\">Rob Cutmore</a>, <a href=\"https://profiles.wordpress.org/dhrrob/\">Rob Migchels</a>, <a href=\"https://profiles.wordpress.org/rob006/\">rob006</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/robertpeake/\">Robert Peake</a>, <a href=\"https://profiles.wordpress.org/nullbyte/\">Robert Windisch</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/ronalfy/\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Woln&#253;</a>, <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a>, <a href=\"https://profiles.wordpress.org/rtagliento/\">rtagliento</a>, <a href=\"https://profiles.wordpress.org/ruxandra/\">ruxandra</a>, <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/ryotasakamoto/\">Ryota Sakamoto</a>, <a href=\"https://profiles.wordpress.org/ryotsun/\">ryotsun</a>, <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a>, <a href=\"https://profiles.wordpress.org/sorenbronsted/\">S&#248;ren Br&#248;nsted</a>, <a href=\"https://profiles.wordpress.org/sachittandukar/\">Sachit Tandukar</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav/\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/sajjad67/\">Sajjad Hossain Sagor</a>, <a href=\"https://profiles.wordpress.org/salcode/\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/salvatoreformisano/\">Salvatore Formisano</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla/\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a>, <a href=\"https://profiles.wordpress.org/sswebster/\">Sam Webster</a>, <a href=\"https://profiles.wordpress.org/solarissmoke/\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/samueljseay/\">samueljseay</a>, <a href=\"https://profiles.wordpress.org/pacifika/\">Sander van Dragt</a>, <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a>, <a href=\"https://profiles.wordpress.org/progremzion/\">Sanket Mehta</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">sarahricker</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a>, <a href=\"https://profiles.wordpress.org/sayedwp/\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/scarolan/\">scarolan</a>, <a href=\"https://profiles.wordpress.org/scholdstrom/\">scholdstrom</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scottsmith/\">Scott Smith</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/seanpaulrasmussen/\">seanpaulrasmussen</a>, <a href=\"https://profiles.wordpress.org/seayou/\">seayou</a>, <a href=\"https://profiles.wordpress.org/senatorman/\">senatorman</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/vjik/\">Sergey Predvoditelev</a>, <a href=\"https://profiles.wordpress.org/sgr33n/\">Sergio de Falco</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/functionalrhyme/\">Shannon Smith</a>, <a href=\"https://profiles.wordpress.org/wpshades/\">Shantanu Desai</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/shooper/\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/shawnz/\">shawnz</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shulard/\">shulard</a>, <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a>, <a href=\"https://profiles.wordpress.org/simonwheatley/\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/sinatrateam/\">sinatrateam</a>, <a href=\"https://profiles.wordpress.org/sjmur/\">sjmur</a>, <a href=\"https://profiles.wordpress.org/skarabeq/\">skarabeq</a>, <a href=\"https://profiles.wordpress.org/skorasaurus/\">skorasaurus</a>, <a href=\"https://profiles.wordpress.org/skoskie/\">skoskie</a>, <a href=\"https://profiles.wordpress.org/slushman/\">slushman</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/seth17/\">SpearsMarketing</a>, <a href=\"https://profiles.wordpress.org/sphakka/\">sphakka</a>, <a href=\"https://profiles.wordpress.org/squarecandy/\">squarecandy</a>, <a href=\"https://profiles.wordpress.org/sreedoap/\">sreedoap</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/sswells/\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/stephencronin/\">Stephen Cronin</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevegibson12/\">stevegibson12</a>, <a href=\"https://profiles.wordpress.org/sterndata/\">Steven Stern (sterndata)</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stevenkussmaul/\">stevenkussmaul</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stiofansisland/\">Stiofan</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sum1/\">SUM1</a>, <a href=\"https://profiles.wordpress.org/quadthemes/\">Sunny</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal/\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/sushyant/\">Sushyant Zavarzadeh</a>, <a href=\"https://profiles.wordpress.org/suzylah/\">suzylah</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">Sérgio Estêvão</a>, <a href=\"https://profiles.wordpress.org/miyauchi/\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tangrufus/\">Tang Rufus</a>, <a href=\"https://profiles.wordpress.org/utz119/\">TeBenachi</a>, <a href=\"https://profiles.wordpress.org/tessawatkinsllc/\">Tessa Watkins LLC</a>, <a href=\"https://profiles.wordpress.org/wildworks/\">Tetsuaki Hamano</a>, <a href=\"https://profiles.wordpress.org/themiked/\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/theolg/\">theolg</a>, <a href=\"https://profiles.wordpress.org/tweetythierry/\">Thierry Muller</a>, <a href=\"https://profiles.wordpress.org/thimalw/\">Thimal Wickremage</a>, <a href=\"https://profiles.wordpress.org/webzunft/\">Thomas M</a>, <a href=\"https://profiles.wordpress.org/tfrommen/\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/thrijith/\">Thrijith Thankachan</a>, <a href=\"https://profiles.wordpress.org/tiagohillebrandt/\">Tiago Hillebrandt</a>, <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Kr&#252;ss</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tmoore41/\">tmoore41</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/tofandel/\">Tofandel</a>, <a href=\"https://profiles.wordpress.org/tomdude/\">tomdude</a>, <a href=\"https://profiles.wordpress.org/tferry/\">Tommy Ferry</a>, <a href=\"https://profiles.wordpress.org/starbuck/\">Tony G</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/travisnorthcutt/\">Travis Northcutt</a>, <a href=\"https://profiles.wordpress.org/treecutter/\">treecutter</a>, <a href=\"https://profiles.wordpress.org/truongwp/\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tsimmons/\">tsimmons</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/vagios/\">Vagios Vlachos</a>, <a href=\"https://profiles.wordpress.org/valchovski/\">valchovski</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\">Valentin Bora</a>, <a href=\"https://profiles.wordpress.org/vayu/\">Vayu Robins</a>, <a href=\"https://profiles.wordpress.org/veromary/\">veromary</a>, <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Sz&#233;pe</a>, <a href=\"https://profiles.wordpress.org/vinkla/\">vinkla</a>, <a href=\"https://profiles.wordpress.org/virginienacci/\">virginienacci</a>, <a href=\"https://profiles.wordpress.org/planvova/\">Vladimir</a>, <a href=\"https://profiles.wordpress.org/vabrashev/\">Vladislav Abrashev</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/voyager131/\">voyager131</a>, <a href=\"https://profiles.wordpress.org/vtieu/\">vtieu</a>, <a href=\"https://profiles.wordpress.org/webaware/\">webaware</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/planningwrite/\">Winstina</a>, <a href=\"https://profiles.wordpress.org/wittich/\">wittich</a>, <a href=\"https://profiles.wordpress.org/wpdesk/\">wpdesk</a>, <a href=\"https://profiles.wordpress.org/wpdo5ea/\">WPDO</a>, <a href=\"https://profiles.wordpress.org/alexandreb3/\">WPMarmite</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">wppinar</a>, <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</a>, <a href=\"https://profiles.wordpress.org/yashrs/\">yashrs</a>, <a href=\"https://profiles.wordpress.org/yoancutillas/\">yoancutillas</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yohannp/\">yohannp</a>, <a href=\"https://profiles.wordpress.org/yuhin/\">yuhin</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/ysalame/\">Yuri Salame</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/zaheerahmad/\">zaheerahmad</a>, <a href=\"https://profiles.wordpress.org/zakkath/\">zakkath</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a>, and <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a>.\n\n\n\n<p>&nbsp;</p>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute in the&nbsp;<a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time or since the first release. These releases are more successful for their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.5. Their efforts bring WordPress fully translated to&nbsp;46 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want to learn more about volunteering with WordPress, check out&nbsp;<a href=\"https://make.wordpress.org/\">Make WordPress</a>&nbsp;or the&nbsp;<a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:2%\"></div>\n</div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8799\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 5.5 Release Candidate 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/08/wordpress-5-5-release-candidate-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Aug 2020 19:12:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s: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:\"5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8764\";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:420:\"The second release candidate for WordPress 5.5 is here! WordPress 5.5 is slated for release&#160;on&#160;August 11, 2020, but we need&#160;your&#160;help to get there—if you haven’t tried 5.5 yet,&#160;now is the time! You can test the WordPress 5.5 release candidate in two ways: Try the&#160;WordPress Beta Tester&#160;plugin (choose the “bleeding edge nightlies” option) Or&#160;download the release [&#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:13:\"Jake Spurlock\";s: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:2503:\"\n<p>The second release candidate for WordPress 5.5 is here!</p>\n\n\n\n<p>WordPress 5.5 is slated for release&nbsp;on&nbsp;<strong>August 11, 2020</strong>, but we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 5.5 yet,&nbsp;now is the time!</p>\n\n\n\n<p>You can test the WordPress 5.5 release candidate in two ways:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href=\"https://wordpress.org/wordpress-5.5-RC2.zip\">download the release candidate here (zip)</a>.</li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the&nbsp;Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.5 and update the&nbsp;<em>Tested up to</em>&nbsp;version in the readme file to 5.5. If you find compatibility problems, please be sure to post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>,&nbsp;so those can be figured out before the final release.</p>\n\n\n\n<p>For a more detailed breakdown of the changes included in WordPress 5.5, check out the <a href=\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-1/\">WordPress 5.5 beta 1 post</a>. The&nbsp;<a href=\"https://make.wordpress.org/core/2020/07/30/wordpress-5-5-field-guide/\">WordPress 5.5 Field Guide</a>&nbsp;is also out! It’s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a>&nbsp;This release also marks the&nbsp;<a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a>&nbsp;point of the 5.5 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">fill one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</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:4:\"8764\";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:57:\"\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:\"The Month in WordPress: July 2020\";s: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:68:\"https://wordpress.org/news/2020/08/the-month-in-wordpress-july-2020/\";s: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, 03 Aug 2020 13:54: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:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8755\";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:340:\"July was an action-packed month for the WordPress project. The month saw a lot of updates on one of the most anticipated releases &#8211; WordPress 5.5! WordCamp US 2020 was canceled and the WordPress community team started experimenting with different formats for engaging online events, in July. Read on to catch up with all the [&#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:\"Hari Shanker R\";s: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:11539:\"\n<p>July was an action-packed month for the WordPress project. The month saw a lot of updates on one of the most anticipated releases &#8211; WordPress 5.5! WordCamp US 2020 was canceled and the WordPress community team started experimenting with different formats for engaging online events, in July. Read on to catch up with all the updates from the WordPress world.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.5 Updates</h2>\n\n\n\n<p>July was full of WordPress 5.5 updates! The WordPress 5.5 <a href=\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-1\">Beta 1</a> came out on July 7, followed by <a href=\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-2/\">Beta 2</a> on July 14, <a href=\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-3/\">Beta 3</a> on July 21, and <a href=\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-4/\">Beta 4</a> on July 27. Subsequently, the team also published the first <a href=\"https://wordpress.org/news/2020/07/wordpress-5-5-release-candidate/\">release candidate</a> of WordPress 5.5 on July 28.&nbsp;</p>\n\n\n\n<p>WordPress 5.5, which is slated for release on <a href=\"https://make.wordpress.org/core/5-5/\">August 11, 2020</a>, is a major update with features like <a href=\"https://make.wordpress.org/core/tag/feature-autoupdates/\">automatic updates for plugins and themes</a>, a <a href=\"https://make.wordpress.org/plugins/2020/07/22/proposed-block-directory-guidelines/\">block directory</a>, <a href=\"https://make.wordpress.org/core/2020/06/10/merge-announcement-extensible-core-sitemaps/\">XML sitemaps</a>, <a href=\"https://make.wordpress.org/core/2020/07/16/block-patterns-in-wordpress-5-5/\">block patterns</a>, and <a href=\"https://make.wordpress.org/core/2020/07/14/lazy-loading-images-in-5-5/\">lazy-loading images</a>, among others. To learn more about the release, check out its <a href=\"https://make.wordpress.org/core/2020/07/30/wordpress-5-5-field-guide/\">field guide post</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg 8.5 and 8.6</h2>\n\n\n\n<p>The core team launched Gutenberg <a href=\"https://make.wordpress.org/core/2020/07/08/whats-new-in-gutenberg-8-july/\">8.5</a> and <a href=\"https://make.wordpress.org/core/2020/07/22/whats-new-in-gutenberg-july-22/\">8.6</a>. Version 8.5 &#8211; the last plugin release will be included entirely (without experimental features) in WordPress 5.5, introduced improvements to block drag-and-drop and accessibility, easier updates for external images, and support for the block directory. Version 8.6 comes with features like Cover block video position controls and block pattern updates. For full details on the latest versions on these Gutenberg releases, visit these posts about <a href=\"https://make.wordpress.org/core/2020/07/08/whats-new-in-gutenberg-8-july/\">8.5</a> and <a href=\"https://make.wordpress.org/core/2020/07/22/whats-new-in-gutenberg-july-22/\">8.6</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Reimagining Online WordPress Events</h2>\n\n\n\n<p>The Community team made the difficult decision <a href=\"https://make.wordpress.org/community/2020/07/27/in-person-events-in-rest-of-year-2020/\">to suspend in-person WordPress events for the rest of 2020</a> in light of the COVID-19 pandemic. The team has also started working on <a href=\"https://make.wordpress.org/community/2020/07/13/reimagining-online-events/\">reimagining online events</a>. Based on <a href=\"https://make.wordpress.org/community/2020/07/13/reimagining-online-events/#comment-28505\">feedback from the community members</a>, the team decided to <a href=\"https://make.wordpress.org/community/2020/07/23/moving-forward-with-online-events/\">make changes to the current online WordCamp format</a>. Key changes include wrapping up financial support for A/V vendors, ending event swag support for newer online WordCamps, and suspending the Global Community Sponsorship program for 2020. The team encourages upcoming online WordCamps to experiment with their events to facilitate an effective learning experience for attendees while avoiding online event fatigue. The team is currently working on a proposal to organize community-supported <a href=\"https://make.wordpress.org/community/2020/07/23/building-community-beyond-events/\">recorded workshops and synchronous discussion groups</a> to help community members learn WordPress.<br><br>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog here</a>, or join them in the #community-events channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a Meetup or WordCamp, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>.&nbsp;</p>\n\n\n\n<h2>WordCamp US 2020 is canceled</h2>\n\n\n\n<p>The organizers of WordCamp US 2020 have <a href=\"https://2020.us.wordcamp.org/2020/07/30/wcus-2020-an-update/\">canceled the event</a> in light of the continued pandemic and online event fatigue. The flagship event, which was originally scheduled for October 27-29 as an in-person event, had already planned to transition to an online event. Several WCUS Organizers will be working with the WordPress Community team to focus on other formats and ideas for online events, including a 24-hour contributor day, and contributing to the workshops initiative <a href=\"https://make.wordpress.org/community/2020/07/23/building-community-beyond-events/\">currently being discussed</a>. Matt Mullenweg’s State of the Word (which typically accompanies WordCamp US) is likely to take place in a different format later in 2020.</p>\n\n\n\n<h2>Plugin and theme updates are now available over zip files</h2>\n\n\n\n<p>After eleven years, WordPress now allows users to update plugins and themes by <a href=\"https://core.trac.wordpress.org/changeset/48390\">uploading a ZIP file, in WordPress 5.5</a>.&nbsp; The feature, which was merged on July 7, has been one of the most requested features in WordPress. Now, when a user tries to upload a plugin or theme zip file from the WordPress dashboard by clicking the “Install Now” button, WordPress will direct users to a new screen that compares the currently-installed extension with the uploaded versions. Users can then choose between continuing with the installation or canceling. WordPress 5.5 will also offer <a href=\"https://make.wordpress.org/core/tag/feature-autoupdates/\">automatic plugin and theme updates</a>.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The <a href=\"https://make.wordpress.org/plugins/2020/07/22/proposed-block-directory-guidelines/\">Block directory</a> is coming to WordPress with the 5.5 release. Plugin authors can now <a href=\"https://make.wordpress.org/plugins/2020/07/11/you-can-now-add-your-own-plugins-to-the-block-directory/\">submit their Block plugins to the directory</a>.</li><li>The Core team has opened up the <a href=\"https://make.wordpress.org/core/2020/07/31/wordpress-5-6-whats-on-your-wishlist/\">call for features</a> in the WordPress 5.6 release. You can <a href=\"https://make.wordpress.org/core/2020/07/31/wordpress-5-6-whats-on-your-wishlist/\">comment on the post</a> with features that you’d like to be included, current UX pain points, or maintenance tickets that need to be addressed. August 20 is the deadline for feature requests. </li><li>Editor features such as the new Navigation block, the navigation screen, and the widget screen that were originally <a href=\"https://make.wordpress.org/updates/2020/03/06/update-progress-on-goals/\">planned to be merged with WordPress 5.5</a> have been <a href=\"https://make.wordpress.org/core/2020/07/02/editor-features-for-wordpress-5-5-update/\">pushed for the next release</a>. </li><li>The Theme team is inviting proposals on whether to allow themes to <a href=\"https://make.wordpress.org/themes/2020/07/13/proposal-allow-themes-to-add-a-top-level-admin-menu/\">place an additional top-level menu link</a> in the admin.</li><li><a href=\"https://buddypress.org/2020/07/buddypress-6-2-0-beta/\">BuddyPress 6.2 beta </a>is out in the wild, and the team will soon release the stable version. The update includes changes that will make BuddyPress fully compatible with WordPress 5.5.</li><li>WordCamp EU 2021, which was being planned as an in-person event in Porto, Portugal, <a href=\"https://europe.wordcamp.org/2021/wordcamp-europe-2021-will-be-online/\">is moving online</a>. The team is considering an in-person WordCamp EU in 2022. </li><li>The Polyglots team has prepared and finalized a <a href=\"https://make.wordpress.org/polyglots/2020/07/09/translation-editor-locale-manager-vetting-criteria-page-draft/\">Translation Editor &amp; Locale Manager Vetting Criteria</a> to provide more clarity on how global mentors assign PTE/GTE/Locale Managers and to help locale teams set their own guidelines. The document, which was finalized <a href=\"https://make.wordpress.org/polyglots/2020/07/09/translation-editor-locale-manager-vetting-criteria-page-draft/\">after a lot of discussion</a>, is now available in the <a href=\"https://make.wordpress.org/polyglots/handbook/translating/expectations/translation-editor-locale-manager-vetting-criteria/\">Polyglots handbook</a>.</li><li>Members of the Community team <a href=\"https://make.wordpress.org/community/2020/07/03/proposal-recognition-for-event-volunteers-and-attendees-in-wordpress-org-profile/\">are discussing</a> whether WordCamp volunteers, WordCamp attendees, or Meetup attendees should be awarded a WordPress.org profile badge. The ongoing discussion will be open for comments until August 13.</li><li>The <a href=\"https://make.wordpress.org/core/tag/feature-notifications/\">WP Notify project</a>, which aims to create a better way to manage and deliver notifications to the relevant audience, is on to its next steps. The team has finalized the initial requirements, and is <a href=\"https://make.wordpress.org/core/2020/07/09/wp-notify-next-steps/\">kicking off the project build</a>.</li><li>The WordPress documentation team is <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/docs/tag/external-linking-policy/\" target=\"_blank\">considering a ban on links to commercial websites</a> in a revision to its external linking policy. The policy change does not remove external links to commercial sites from WordPress.org and only applies to documentation sites. The idea is to protect documentation from being abused, and to prevent the WordPress project from being biased. Discussion on this post is still ongoing, and a decision has not yet been made. Feel free to<a href=\"https://make.wordpress.org/docs/tag/external-linking-policy/\"> comment on the discussion posts</a>, if you would like to share your thoughts on the topic. </li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></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:4:\"8755\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 5.5 Release Candidate\";s: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://wordpress.org/news/2020/07/wordpress-5-5-release-candidate/\";s: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 Jul 2020 19:08: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:8:\"category\";a:3:{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:\"5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8732\";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:370:\"The first release candidate for WordPress 5.5 is now available! This is an important milestone in the community&#8217;s progress toward the final release of WordPress 5.5. “Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.5 [&#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:9:\"Jb Audras\";s: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:2970:\"\n<p>The first release candidate for WordPress 5.5 is now available!</p>\n\n\n\n<p>This is an important milestone in the community&#8217;s progress toward the final release of WordPress 5.5. </p>\n\n\n\n<p>“Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.5 is slated for release&nbsp;on&nbsp;<strong>August 11, 2020</strong>, but we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 5.5 yet,&nbsp;<strong>now is the time</strong>!</p>\n\n\n\n<p>You can test the WordPress 5.5 release candidate in two ways:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href=\"https://wordpress.org/wordpress-5.5-RC1.zip\">download the release candidate here (zip)</a>.</li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the&nbsp;Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>What’s in WordPress 5.5?</h2>\n\n\n\n<p>WordPress 5.5 has lots of refinements to polish the developer experience. To keep up, subscribe to the&nbsp;<a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>&nbsp;and pay special attention to the&nbsp;<a href=\"https://make.wordpress.org/core/tag/5-5+dev-notes/\">developer notes</a>&nbsp;tag for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.5 and update the&nbsp;<em>Tested up to</em>&nbsp;version in the readme file to 5.5. If you find compatibility problems, please be sure to post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>,&nbsp;so those can be figured out before the final release.</p>\n\n\n\n<p>The&nbsp;WordPress 5.5 Field Guide, due very shortly, will give you a more detailed dive into the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a>&nbsp;This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a>&nbsp;point of the 5.5 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">fill one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</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:4:\"8732\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.5 Beta 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jul 2020 20:56: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:3:{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:\"5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8719\";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:313:\"WordPress 5.5 Beta 4 is now available! This software is still in development, so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version. You can test WordPress 5.5 Beta 4 in two ways: Try the WordPress Beta Tester plugin (choose the [&#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:\"David Baumwald\";s: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:3812:\"\n<p>WordPress 5.5 Beta 4 is now available!</p>\n\n\n\n<p id=\"block-81bd56b9-ea44-43ad-ab36-a5ae78b54375\"><strong>This software is still in development,</strong> so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p id=\"block-7cc1bbc6-17f9-44c5-8f67-da4e3059ad69\">You can test WordPress 5.5 Beta 4 in two ways:</p>\n\n\n\n<ul id=\"block-4840af57-f44b-4d9f-aa64-c6a452392e42\"><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.5-beta4.zip\">download the beta here</a> (zip).</li></ul>\n\n\n\n<p id=\"block-a40528cb-eb3b-4c8a-8f5e-aa700f1ba086\">WordPress 5.5 is slated for release on <a href=\"https://make.wordpress.org/core/5-5/\">August 11th, 2020</a>, and <strong>we need your help to get there</strong>!</p>\n\n\n\n<p>Thank you to all of the contributors who tested the <a href=\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-3/\">beta 3</a> development release and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress. </p>\n\n\n\n<h2 id=\"block-15d6d57f-905d-4a47-9f66-839468a5375a\">Some highlights</h2>\n\n\n\n<p id=\"block-85da84ec-c841-42f9-8d3b-1a4537a61d10\">Since <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-3/\">beta 3</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=07%2F22%2F2020..07%2F28%2F2020&amp;milestone=5.5&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">43 bugs</a> have been fixed. Here are a few changes in beta 4:</p>\n\n\n\n<ul><li>Add <code>\"loading\"</code> as an allowed kses image attribute (see <a href=\"https://core.trac.wordpress.org/ticket/50731\">#50731</a>).</li><li>Add filter for the plugin/theme auto-update message in the Info tab of Site health (see <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/50663\">#50663</a>).</li><li><code>$_SERVER[\'SERVER_NAME\']</code> not a reliable when generating email host names (see <a href=\"https://core.trac.wordpress.org/ticket/25239\">#25239</a>)</li><li>Several backported fixes from Gutenberg are included in WordPress 5.5 Beta 4 (<a href=\"https://github.com/WordPress/gutenberg/pull/24218\">See PR #24218</a>)</li></ul>\n\n\n\n<h2 id=\"block-76156b2b-0a52-4502-b585-6cbe9481f55b\">Developer notes</h2>\n\n\n\n<p id=\"block-3fe5e264-0a95-4f12-9a18-0cb9dc5955d1\">WordPress 5.5 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-5+dev-notes/\">developers’ notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2 id=\"block-bc89fd56-47b0-439f-8e2c-4a642c80a616\">How to Help</h2>\n\n\n\n<p id=\"block-3ff83a77-8b54-4061-ae2d-45fc984cbd76\">Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p id=\"block-9d871099-ec49-446c-8322-9e49b7498c10\">If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We’d love to hear from you!</p>\n\n\n\n<p id=\"block-bd71c1d3-39d9-4b2a-8193-3486497b45fd\">If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</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:4:\"8719\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.5 Beta 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jul 2020 17:51:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s: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:\"5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8706\";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:324:\"WordPress 5.5 Beta 3 is now available! This software is still in development,so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version. You can test WordPress 5.5 Beta 3 in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding [&#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:13:\"Jake Spurlock\";s: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:3876:\"\n<p>WordPress 5.5 Beta 3 is now available!</p>\n\n\n\n<p id=\"block-81bd56b9-ea44-43ad-ab36-a5ae78b54375\"><strong>This software is still in development,</strong>so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p id=\"block-7cc1bbc6-17f9-44c5-8f67-da4e3059ad69\">You can test WordPress 5.5 Beta 3 in two ways:</p>\n\n\n\n<ul id=\"block-4840af57-f44b-4d9f-aa64-c6a452392e42\"><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.5-beta3.zip\">download the beta here</a> (zip).</li></ul>\n\n\n\n<p id=\"block-a40528cb-eb3b-4c8a-8f5e-aa700f1ba086\">WordPress 5.5 is slated for release on <a href=\"https://make.wordpress.org/core/5-5/\">August 11th, 2020</a>, and <strong>we need your help to get there</strong>!</p>\n\n\n\n<p>Thank you to all of the contributors who tested the <a href=\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-2/\">beta 2</a> development release and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress. </p>\n\n\n\n<h2 id=\"block-15d6d57f-905d-4a47-9f66-839468a5375a\">Some highlights</h2>\n\n\n\n<p id=\"block-85da84ec-c841-42f9-8d3b-1a4537a61d10\">Since <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-2/\">beta 2</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=07%2F15%2F2020..07%2F21%2F2020&amp;milestone=5.5&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">43 bugs</a> have been fixed. Here are a few changes in beta 3:</p>\n\n\n\n<ul><li>Plugin and theme versions are now shared in the emails when automatically updated (see <a href=\"https://core.trac.wordpress.org/ticket/50350\">#50350</a>).</li><li>REST API routes without a <code>permission_callback</code> now trigger a <code>_doing_it_wrong()</code> warning (see <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/50075\">#50075</a>).</li><li>Over 23 Gutenberg changes and updates (see <a href=\"https://github.com/WordPress/gutenberg/pull/24068\">#24068</a> and <a href=\"https://core.trac.wordpress.org/ticket/50712\">#50712</a>).</li><li>A bug with the new import and export database Dashicons has been fixed (see <a href=\"https://core.trac.wordpress.org/ticket/49913\">#49913</a>).</li></ul>\n\n\n\n<h2 id=\"block-76156b2b-0a52-4502-b585-6cbe9481f55b\">Developer notes</h2>\n\n\n\n<p id=\"block-3fe5e264-0a95-4f12-9a18-0cb9dc5955d1\">WordPress 5.5 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-5+dev-notes/\">developers’ notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2 id=\"block-bc89fd56-47b0-439f-8e2c-4a642c80a616\">How to Help</h2>\n\n\n\n<p id=\"block-3ff83a77-8b54-4061-ae2d-45fc984cbd76\">Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p id=\"block-9d871099-ec49-446c-8322-9e49b7498c10\">If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We’d love to hear from you!</p>\n\n\n\n<p id=\"block-bd71c1d3-39d9-4b2a-8193-3486497b45fd\">If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</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:4:\"8706\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.5 Beta 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Jul 2020 17:24:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s: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:\"5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8681\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"WordPress 5.5 Beta 2 is now available! This software is still in development,&#160;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version. You can test WordPress 5.5 beta 2 in two ways: Try the&#160;WordPress Beta Tester&#160;plugin (choose the “bleeding edge nightlies” [&#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:13:\"Jake Spurlock\";s: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:4552:\"\n<p id=\"block-000046ff-d8e6-40a8-9869-2dd39e50f270\"><br>WordPress 5.5 Beta 2 is now available!</p>\n\n\n\n<p id=\"block-81bd56b9-ea44-43ad-ab36-a5ae78b54375\"><strong><strong>This software is still in development,</strong>&nbsp;</strong>so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p id=\"block-7cc1bbc6-17f9-44c5-8f67-da4e3059ad69\">You can test WordPress 5.5 beta 2 in two ways:</p>\n\n\n\n<ul id=\"block-4840af57-f44b-4d9f-aa64-c6a452392e42\"><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href=\"https://wordpress.org/wordpress-5.5-beta2.zip\">download the beta here</a>&nbsp;(zip).</li></ul>\n\n\n\n<p id=\"block-a40528cb-eb3b-4c8a-8f5e-aa700f1ba086\">WordPress 5.5 is slated for release on&nbsp;<a href=\"https://make.wordpress.org/core/5-5/\">August 11th, 2020</a>, and <strong>we need your help to get there</strong>!</p>\n\n\n\n<p>Thank you to all of the contributors that tested the <a href=\"https://wordpress.org/news/2020/07/wordpress-5-5-beta-1/\">beta 1</a> development release and provided feedback. Testing for bugs is an important part of polishing each release and a great way to contribute to WordPress. Here are some of the changes since beta 1 to pay close attention to while testing.</p>\n\n\n\n<h2 id=\"block-15d6d57f-905d-4a47-9f66-839468a5375a\">Some highlights</h2>\n\n\n\n<p id=\"block-85da84ec-c841-42f9-8d3b-1a4537a61d10\">Since <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">beta 1</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=07%2F08%2F2020..07%2F14%2F2020&amp;milestone=5.5&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">48 bugs</a> have been fixed. Here is a summary of a few changes included in beta 2:</p>\n\n\n\n<ul><li>19 additional bugs have been fixed in the block editor (see <a href=\"https://github.com/WordPress/gutenberg/pull/23903\">#23903</a> and <a href=\"https://github.com/WordPress/gutenberg/pull/23905\">#23905</a>).</li><li>The Dashicons icon font has been updated (see <a href=\"https://core.trac.wordpress.org/ticket/49913\">#49913</a>).</li><li>Broken widgets stemming from changes in Beta 1 have been fixed (see <a href=\"https://core.trac.wordpress.org/ticket/50609\">#50609</a>).</li><li>Query handling when counting revisions has been improved (see <a href=\"https://core.trac.wordpress.org/ticket/34560\">#34560</a>).</li><li>An alternate, expanded view was added for <code>wp_list_table</code> (see <a href=\"https://core.trac.wordpress.org/ticket/49715\">#49715</a>).</li><li>Some adjustments were made to the handling of default terms for custom taxonomies (see <a href=\"https://core.trac.wordpress.org/ticket/43517\">#43517</a>)</li></ul>\n\n\n\n<p>Several updates have been made to the block editor. For details, see <a href=\"https://github.com/WordPress/gutenberg/pull/23903\">#23903</a> and <a href=\"https://github.com/WordPress/gutenberg/pull/23905\">#23905</a>.</p>\n\n\n\n<h2 id=\"block-76156b2b-0a52-4502-b585-6cbe9481f55b\">Developer notes</h2>\n\n\n\n<p id=\"block-3fe5e264-0a95-4f12-9a18-0cb9dc5955d1\">WordPress 5.5 has lots of refinements to polish the developer experience. To keep up, subscribe to the&nbsp;<a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>&nbsp;and pay special attention to the&nbsp;<a href=\"https://make.wordpress.org/core/tag/5-5+dev-notes/\">developers’ notes</a>&nbsp;for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2 id=\"block-bc89fd56-47b0-439f-8e2c-4a642c80a616\">How to Help</h2>\n\n\n\n<p id=\"block-3ff83a77-8b54-4061-ae2d-45fc984cbd76\">Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help us translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p id=\"block-9d871099-ec49-446c-8322-9e49b7498c10\">If you think you’ve found a bug, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you!</p>\n\n\n\n<p id=\"block-bd71c1d3-39d9-4b2a-8193-3486497b45fd\">If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>,&nbsp;where you can also find a list of&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</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:4:\"8681\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.5 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/2020/07/wordpress-5-5-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 Jul 2020 21:49:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s: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:\"5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8624\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"WordPress 5.5 Beta 1 is now available for testing! This software is still in development,&#160;so it&#8217;s not recommended to run this version on a production site. Consider setting up a test site to play with the new version. You can test the WordPress 5.5 beta in two ways: Try the&#160;WordPress Beta Tester&#160;plugin (choose the “bleeding [&#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:13:\"Jake Spurlock\";s: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:9697:\"\n<p>WordPress 5.5 Beta 1 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so it&#8217;s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.5 beta in two ways:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href=\"https://wordpress.org/wordpress-5.5-beta1.zip\">download the beta here&nbsp;(zip)</a>.</li></ul>\n\n\n\n<p>The current target for final release is August 11, 2020. This is only <strong>five weeks away</strong>. Your help is needed to ensure this release is tested properly.</p>\n\n\n\n<p>Testing for bugs is an important part of polishing the release during the beta stage and a great way to contribute. Here are some of the big changes and features to pay close attention to while testing.</p>\n\n\n\n<h2><strong>Block editor: features and improvements</strong></h2>\n\n\n\n<p>WordPress 5.5 will include eleven releases of the Gutenberg plugin, bringing with it a long list of exciting new features. Here are just a few:</p>\n\n\n\n<ul><li><strong>Inline image editing &#8211; </strong>Crop, rotate, and zoom photos inline right from image blocks.</li><li><strong>Block patterns</strong> &#8211; Building elaborate pages can be a breeze with new block patterns. Several are included by default.</li><li><strong>Device previews</strong> &#8211; See how your content will look to users on many different screen sizes. </li><li><strong>End block overwhelm</strong>. The new block inserter panel displays streamlined categories and collections. As a bonus, it supports patterns and integrates with the new block directory right out of the box.</li><li><strong>Discover, install, and insert third-party blocks</strong> from your editor using the new block directory.</li><li>A better, <strong>smoother editing experience </strong>with:&nbsp;<ul><li>Refined drag-and-drop</li><li>Block movers that you can see and grab</li><li>Parent block selection</li><li>Contextual focus highlights</li><li>Multi-select formatting lets you change a bunch of blocks at once&nbsp;</li><li>Ability to copy and relocate blocks easily</li><li>And, better performance</li></ul></li><li><strong>An expanded design toolset for themes.</strong></li><li>Now <strong>add backgrounds and gradients</strong> to more kinds of blocks, like groups, columns, media &amp; text</li><li>And <strong>support for more types of measurements</strong> &#8212; not just pixels. Choose ems, rems, percentages, vh, vw, and more! Plus, adjust line heights while typing, turning writing and typesetting into the seamless act.</li></ul>\n\n\n\n<p>In all, WordPress 5.5 brings more than 1,500 useful improvements to the block editor experience.&nbsp;</p>\n\n\n\n<p>To see all of the features for each release in detail check out the release posts: <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v7.5.0\">7.5</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v7.6.0\">7.6</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v7.7.0\">7.7</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v7.8.0\">7.8</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v7.9.0\">7.9</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v8.0.0\">8.0</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v8.1.0\">8.1</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v8.2.0\">8.2</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v8.3.0\">8.3</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v8.4.0\">8.4</a>, and <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v8.5.0\">8.5</a>.</p>\n\n\n\n<h2><strong>Wait! There’s more!</strong></h2>\n\n\n\n<h3><strong>XML sitemaps</strong></h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/06/10/merge-announcement-extensible-core-sitemaps/\">XML Sitemaps are now included in WordPress</a> and enabled by default. Sitemaps are essential to search engines discovering the content on your website. Your site&#8217;s home page, posts, pages, custom post types, and more will be included to improve your site&#8217;s visibility.</p>\n\n\n\n<h3><strong>Auto-updates for plugins and themes</strong></h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/tag/core-auto-updates/\">WordPress 5.5 also brings auto-updates for plugins and themes</a>. Easily control which plugins and themes keep themselves up to date on their own. It&#8217;s always recommended that you run the latest versions of all plugins and themes. The addition of this feature makes that easier than ever!</p>\n\n\n\n<h3><strong>Lazy-loading images</strong></h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/04/08/lazy-loading-of-images-is-in-core/\">WordPress 5.5 will include native support for lazy-loaded images</a> utilizing new browser standards. With lazy-loading, images will not be sent to users until they approach the viewport. This saves bandwidth for everyone (users, hosts, ISPs), makes it easier for those with slower internet speeds to browse the web, saves electricity, and more.</p>\n\n\n\n<h3><strong>Better accessibility</strong></h3>\n\n\n\n<p>With every release, WordPress works hard to improve accessibility. Version 5.5 is no different and packs a parcel of accessibility fixes and enhancements. Take a look:</p>\n\n\n\n<ul><li>List tables now come with extensive, alternate view modes.</li><li>Link-list widgets can now be converted to HTML5 navigation blocks.</li><li>Copying links in media screens and modal dialogs can now be done with a simple click of a button.</li><li>Disabled buttons now actually look disabled.</li><li>Meta boxes can now be moved with the keyboard.</li><li>A custom logo on the front page no longer links to the front page.</li><li>Assistive devices can now see status messages in the Image Editor.</li><li>The shake animation indicating a login failure now respects the user&#8217;s choices in the <code>prefers-reduced-motion</code> media query.</li><li>Redundant <code>Error:</code> prefixes have been removed from error notices.</li></ul>\n\n\n\n<h2><strong>Miscellaneous Changes</strong></h2>\n\n\n\n<ul><li>Plugins and themes can now be updated by uploading a ZIP file.</li><li><a href=\"https://make.wordpress.org/core/2020/06/26/wordpress-5-5-better-fine-grained-control-of-redirect_guess_404_permalink/\">More finely grained control of redirect_guess_404_permalink()</a>.</li><li><a href=\"https://make.wordpress.org/core/2020/07/01/external-library-updates-in-wordpress-5-5-call-for-testing/\">Several packaged external libraries have been updated</a>, including PHPMailer, SimplePie, Twemoji, Masonry, and more!</li></ul>\n\n\n\n<p>Keep your eyes on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-5+dev-notes/\">5.5-related developer notes</a> in the coming weeks, breaking down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed more than <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.5&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\">360 tickets in WordPress 5.5</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;type=enhancement&amp;milestone=5.5&amp;or&amp;status=closed&amp;status=reopened&amp;type=feature+request&amp;milestone=5.5&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=priority&amp;col=changetime&amp;col=keywords&amp;order=changetime\">157 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev/\">Help translate WordPress into more than 100 languages</a>!</p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p class=\"has-small-font-size\"><em>Props to <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>, <a href=\'https://profiles.wordpress.org/estelaris/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>estelaris</a>, and <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> for compiling/writing this post, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a> for editing/proof reading, and <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, and <a href=\'https://profiles.wordpress.org/andreamiddleton/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>andreamiddleton</a> for final review.</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:4:\"8624\";s: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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 23 Sep 2020 17:14:08 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 01 Sep 2020 21:00:15 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:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20200502025608\";}', 'no');
INSERT INTO `irxuti_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(133, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1600924448', 'no'),
(134, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1600881248', 'no'),
(135, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1600924448', 'no');
INSERT INTO `irxuti_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(136, '_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:37:\"HeroPress: Hello World – Hevo Nyika\";s: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=3308\";s: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:176:\"https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=hello-world-discovering-the-world-through-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:14438:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/09/092220-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Find your purpose, pursue it relentlessly\" /><p><a href=\"https://heropress.com/feed/#shona\"><span class=\"css-901oao css-16my406 r-1qd0xha r-ad9z0x r-bcqeeo r-qvutc0\">Unokwanisa kuverenga rondedzero iyi muChiShona</span></a></p>\n<p>So I chose a career in Web Development!!</p>\n<p>To be honest it&#8217;s kind of funny when I think about it and quite surreal to be here talking about my story. It has been a journey and I would like to share my story with you.</p>\n<p>I have been lucky in the Dad department. My Dad encouraged me to work hard and dream big from a very young age. I remember occasionally having ‘when I grow up’ talks.</p>\n<p>For quite some time I wanted to be a Judge, however awesome this dream sounds it was not very inspired. After binge-watching Judge Judy for a whole weekend, I started calling myself Judge Thelma. Though I don&#8217;t remember much of this my sister says that I used to say I would arrest all the men in the World if I ever became a Judge. HAHAHA! (clearly I didn&#8217;t understand how the World works)</p>\n<p>I did not understand what being a Judge meant or what was required for me to start banging that gavel to my heart&#8217;s desire. Eventually, I learnt that I had to become a lawyer first then magistrate before I could be nominated to be a Judge and let us just say that is how I sentenced that dream to a lifetime down the drain.</p>\n<p>See what I did there? hahaha!</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/09/tandd-min.jpg\"><img /></a>With Daddy Dearest\n<p>A few years later, I was in High School and that is when I decided to pursue a career in Computer Science. I did not know what I would be doing or how I would get there but I just knew that I was going to pursue a career in ICT. I wrote my first line of code when I was 16 years old.</p>\n<p>This was after I had joined the school&#8217;s computer class, initially, I thought I would be learning about Excel Sheets and Word Documents until I was assigned to write my first program in C (talk about a double-take!!). It was not easy but it was very exciting, l remember writing up simple code for a Video Club &#8211; a simple check-in/out for VHS tapes and CDs. Dear World, thus began my fascination with computers.</p>\n<p>Seven years later, I was now in university studying ICT as I had always wanted. I was doing a Bachelors in Business Management &amp; Information Technology. In my third year, I was interning at a local Webdesign and hosting company. This was never my plan, I only took on that job after I had failed to get a job with local banks or telecommunications companies. Before I was introduced to Website Design I envisioned myself suiting up and working in IT Audit or offering IT support. Even though things did not go as I had planned, I am glad they did not exactly go my way in that aspect. So in 2017, I was designing websites using HTML, CSS, PHP, JavaScripts and Joomla which was the prefered content management system at that company. I knew about WordPress but I was not using it for anything. People have this misconception that WordPress is not for real developers and it is not secure and at that time I was one of those people.</p>\n<h3>Finding my tribe</h3>\n<p>One day when I was working at the front desk <a href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">Thabo Tswana</a> came to give a colleague of mine a purple WooCommerce pen. I did not know what WooCommerce was at that time but I was taken by the purple shirt and pen he was carrying. I asked him about it and he explained what WooCommerce was and that what he was carrying was called &#8216;swag&#8217;. So the love of freebies led me to the WordCamp Harare website, instead of buying a ticket I applied to volunteer. I learnt more about WordPress, I was a volunteer, without any knowledge on WordPress.org or WordPress.com. I only started using WordPress because of the awesome people that l had met at that Wordcamp.</p>\n<p>Everyone was so welcoming, a week later with help from Thabo I designed my first ever WP website.</p>\n<p>Soon after I was part of the community and a bit more involved in the meetups. We had our first-ever Women Who WordPress meetup in 2018. So many ladies came on board bloggers and developers alike. We were free to talk and discuss a lot of things. We had more time to discuss the difference between WordPress.com and WordPress.org we shared views on how to handle discrimination at work, how to promote your website and a whole lot of other things.</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/09/20180324_105352-min.jpg\"><img /></a></p>\n<h3>Establishing roots</h3>\n<p>In 2018, Harare had its first-ever female Lead Organiser <a href=\"https://tapiwanashe.com/\">Tapiwanashe Manhobo</a> whoop whoop! I was also part of the organising team that year, I was assigned to handle Harare’s first Kids Camp. The planning process was stressful because the economic crisis in Zimbabwe was getting worse, luckily we had over 8 months to plan and with help from sponsors, we managed to pull through. In the end, everything turned out great. I wrote an article about the <a href=\"https://thelmachido.wordpress.com/2019/11/21/wordpress-juniours-first-edition/\">Kids Camp here</a>.</p>\n<p>After the first Kids Camp, we had several WordPressors that were enthusiasts about encouraging kids to embrace ICT. In 2019 we had not planned to have a Kids Camp because of financial constraints but to our surprise, we had some anonymous donations and we managed to have a WordPress Community outreach to a youth centre a week after our WordCamp. We had the outreach at the <a href=\"https://cttzim.org/\">Centre for Total Transformation</a> which is a non-formal school that caters for underprivileged and vulnerable children. We taught them about WordPress, Computer Hardware and Software.</p>\n<p>Here is a small video I took with Ellen when we were about to leave. Did l mention that I am terrible on camera? hahaha!</p>\n<div class=\"wp-video\"><a href=\"https://thelmachido.me/vid.mp4\">https://thelmachido.me/vid.mp4</a></div>\n<p><a href=\"https://thelmachido.wordpress.com/2020/09/18/kids-camp-2019-centre-for-total-transformation/\">Kids Camp 2019 &#8211; Centre for Total&nbsp;Transformation</a></p>\n<p>I have fallen deeply for WordPress because of the Community, I enjoy attending WordCamps, meeting new people and just learning new stuff. I have a huge list of WordCamps I need to attend before l kick the bucket, hopefully. Last year I managed to cross WordCamp</p>\n<p>Johannesburg off my bucket list. This year I was going to attend WordCamp Capetown but unfortunately, 2020 had other plans for the whole world. Anyway when everything is back to normal my plan to travel to WordCamps will proceed. (fingers crossed)</p>\n<h3>Reaping Fruits</h3>\n<p>Meanwhile, my plan to improve my developing skills has not been on hold. Even though I can still cook up code in C and Java, for now, I have also included WordPress PHP functions to the mix. It was not easy to get to this point, daring myself got me to this slightly better stage. My IQ is not way up there, however, I try to do my best where I can and I am happy to say it has paid off so far.</p>\n<p>Around November last year, I was designing as a freelancer while job hunting. Out of the blue l got a call for a job offer from <a href=\"https://zw.linkedin.com/in/trust-nhokovedzo\">Trust Nhokovenzo</a> who is big on <a href=\"https://afrodigital.org/\">Digital marketing</a> and also part of the WordPress Community. He had asked someone in the community about developers and my name happened to come up. So since February, I have been part of his team at <a href=\"https://calmlock.co.zw/\">Calmlock Digital Marketing Agency</a>.</p>\n<p>There is so much more in the world of WordPress that l am yet to tap into so even though I am ending my write up here, for now, my story is going to continue &#8230;</p>\n<p>Until next time&#8230;</p>\n<h1 id=\"shona\">Hevo Nyika</h1>\n<p>Saka ini ndakasarudza kugadzira mawebhusayiti.</p>\n<p>Ndakaita rombo rakanaka pana baba vandakapihwa naMwari. Baba vangu vaindikurudzira kuti ndishande nesimba. Ndinoyeuka pano neapo tichiita hurukuro dzedu dzekuti ‘kana ndakura ndoda kuveyi’.</p>\n<p>Kwenguva yakati rebei ndaida kuve Mutongi. Kunyangwe ini ndisingazvirangariri mukoma wangu anotaura kuti ndaiti ndaizosunga varume vese vari pasi rino kana ndikangoita mutongi HAHAHA zveshuwa handaiziva kuti mitemo yenyika inofambiswa seyi.<br />\nNdanga ndisinga nzwisisi kuti kuva mutongi kwairevei kana zvaidikanwa kwandiri kuti nditange kurova iro ghavheu kuchishuwo chemoyo wangu. Pakupedzisira, ndakadzidza kuti ndaifanirwa kuzoita gweta ipapo magistrate ndisati ndasarudzwa kuita Mutongi naizvozvo ndokupera kwakaita chiroto chekuva Mutongi.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/09/tandd-min-1.jpg\"><img /></a>Na Baba Vangu\n<p>Gare gare papfura makore mashoma pandakanga ndave kuHigh School ndakanga ndakuda kuita basa rema kombiyuta. Ndakanyora mutsara wekutanga wekodhi pandaive nemakore gumi nematanhatu. Izvi zvakaitika mushure mekunge ndapinda mukirasi yemakombiyuta, pakutanga ndaifunga kuti ndinenge ndichidzidza nezveExcel Sheets neWord zvisineyi ndakaona ndakunyora kodhi yangu yekutanga muC. Zvaisave nyore kunyora kodhi asi zvainakidza kwazvo, ndorangarira ndichinyora kodhi yeVhidhiyo Kirabhu.</p>\n<p>Makore manomwe apfura, ndakanga ndava kuyunivhesiti ndichidzidza ICT zvandakagara ndakaronga. Ndaiita Bachelors muBusiness Management &amp; Information Technology. Mugore rangu rechitatu ndainge ndave kushanda kune imwe kambani yaita zvekugadzira mawebhusaiti. Ndakawana basa iri mushure mekunge ndatadza kuwana basa kumabhanga. Kunyangwe hazvo zvinhu zvisina kuenda sezvandaive ndakaronga, ndinofara kuti hazvina kunyatso enda nenzira yangu. Saka muna 2017 ndaigadzira mawebhusaiti ndichishandisa HTML, CSS, PHP, JavaScript uye Joomla iyo yaive iyo inokurudzirwa kukambani kwandaive. Panguva iyi ndaiziva nezve WordPress asi ndakanga ndisingaishandisi.</p>\n<h3>Kuwanana neWordPress</h3>\n<p>Rimwe zuva pandakanga ndichishanda ndakaona <a href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">Thabo Tswana</a> akauya kuzopa mumwe mukomana wandayishanda naye chinyoreso cheWooCommerce. Ndakanga ndisingazive kuti WooCommerce yaive chii asi ndakafarira chinyoreso nehembe ye WooCommerce yaanga akapfeka. Ndakamubvunza nezvazvo akatsanangura kuti WooCommerce yaive chii. Saka nekudawo zvakanaka, zvemahara ndakaenda pawebhusaiti yeWordCamp Harare ndikabata zvimbo zvegore iroro. Ndakazvipira kubatsirawo vamwe vekuWordPress kuWordCamp Harare. Nerubatsiro kubva kunaThabo ndakagadzira webhusaiti yangu yekutanga yeWordPress vhiki rakatevera .</p>\n<p>Mushure mekunge ndaitawo chipato cheavo vanoshandisa WordPress ndakanga ndakuenda kumisangano yeWordPress yaitwa muHarare. Takaita musangano wevakadzi chete muna 2018. Vakadzi vazhinji vakauya kumusangano uyu. Tainga takasununguka kukurukura zvinhu zvakawanda. Takakurukura pamusoro pemutsauko uripo pakati peWordPress.com neWordPress.org takagovana maonero ekugadzirisa rusarura kubasa nezvimwewo.</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/09/20180324_105352-min.jpg\"><img /></a></p>\n<h3>Nguva yandakatanga kushandisa WordPress</h3>\n<p>Muna 2018, kurongwa kweWordCamp Harare kwakatungamirwa kekutanga nemusikana ainzi <a href=\"https://tapiwanashe.com/\">Tapiwanashe Manhobo</a> (waiva mufaro mukuru). Ndakanga ndiri mumwe wevairongawo naye. Hurongwa hwekuronga WordCamp Harare mugore iri hwainetsa pamusaka pekuoma kwehupfumi wemuZimbabwe, zvisineyi takaita rombo rakanaka nokuti takawana rubatsiro kubva kunevamwewo vanhu vakatiwedzera mari. Pakupedzisira, zvese zvakabudirira zvakanaka. Takarongawo WordCamp yevana varipasi pemakore gumi nechishanu, munokwanisa kuverenga pamusoro pezuva iri <a href=\"https://thelmachido.wordpress.com/2019/11/21/wordpress-juniours-first-edition/\">pawebhisaiti yangu apa</a>.</p>\n<p>Mushure mekuita WordCamp yevana, takave nevamwe vanhu veWordPress aifarira kukurudzira vana kuti vagamuchire ICT. Muna 2019 takanga tisina kuronga kuve neWordCamo yeVana nekuda kwezvimhingamupinyi zvemari asi chakatishamisa ndechekuti takawana mari kubvawo kune vamwe. Takaita Camp iyi pa<a href=\"https://cttzim.org/\">Centre for Total Transformation</a> chinova chikoro chisiri chepamutemo chinodzidzisa vana vanotambura. Tadzidzisa vana ava pamusoro peWordPress, Computer Hardware uye Software.</p>\n<div class=\"wp-video\"><a href=\"https://thelmachido.me/vid.mp4\">https://thelmachido.me/vid.mp4</a></div>\n<p>Ndofarira WordPress zvakanyanya nekuda kweavo varimu nharaunda yacho, ini ndinonakidzwa nekuenda kumaWordCampi, kusangana nevanhu vatsva uye kungo dzidza zvinhu zvitsva. Gore rakapera ndakakwanisa kuyambuka muganhu weZimbabwe ndichienda kuWordCamp Johannesburg, dai pasina kuti 2020 nyika dzepasi rino dzakawirwa nedenda reCOVID 19 zvimwe ndingadayi ndakaenda kuWordCamp Capetown. Zvisinei hazvo kana denda ranani zvimwe ndichakwanisa kufamba ndichienda kumaWordCamp edzimwe nyika.</p>\n<h3>Kukowa zvandakadyara</h3>\n<p>Zvichakadaro, chirongwa changu chekuvandudza hunyanzvi hwangu hachina kumira. Kunyangwe ini ndichiri kukwanisa kubika kodhi muC uye Java, ikozvino, ndasanganisirawo WordPress PHP. Zvaive zvisiri nyore kusvika apa, zvakatora kuzvishingisa nekushanda nesimba. Ndinofara mwari aiva neni pamufambo wangu uyu.</p>\n<p>Muna Mbudzi gore rakapera, ndaive ndichigadzira mawebhusayiti apo nditsvaga basa. Pasina nguva ndakataura na<a href=\"https://zw.linkedin.com/in/trust-nhokovedzo\">Trust Nhokovenzo</a> uyo akaandipa basa mukambani yake, kambani iyi inonzi <a href=\"https://calmlock.co.zw/\">Calmlock Digital Marketing Agency</a>.</p>\n<p>Pane zvimwe zvakawanda kuWordPress zvandisati ndapinda mazviri. Nhaizvozvo kunyangwe ndiri kupedzisa kunyora kwangu apa, nyaya yehupenyu wangu ichaenderera mberi&#8230;</p>\n<p>Kusvikira nguva inotevera &#8230;</p>\n<p><strong>&#8230;. tsvaga chinangwa chako, chiite mushe mushe ..</strong></p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/\">Hello World &#8211; Hevo Nyika</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, 23 Sep 2020 06:00:10 +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:\"Thelma Mutete\";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:102:\"WPTavern: WordPress Contributors Debate Dashboard Notice for Upcoming Facebook oEmbed Provider Removal\";s: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=105132\";s: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:249:\"https://wptavern.com/wordpress-contributors-debate-dashboard-notice-for-upcoming-facebook-oembed-provider-removal?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-contributors-debate-dashboard-notice-for-upcoming-facebook-oembed-provider-removal\";s: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:5885:\"<p>WordPress contributors are discussing different strategies for responding to Facebook and Instagram <a href=\"https://wptavern.com/upcoming-api-change-will-break-facebook-and-instagram-oembed-links-across-the-web-beginning-october-24\">dropping unauthenticated oEmbed support</a>&nbsp;on October&nbsp;24. WordPress will be removing both Facebook and Instagram as oEmbed providers. When a user attempts to embed content by pasting a URL as they have in the past, they may not understand why it no longer works. They may assume that WordPress broke embeds, causing an increase in the support burden for this change.</p>\n\n\n\n<p>A few participants on the <a href=\"https://core.trac.wordpress.org/ticket/50861\">trac ticket</a> for this issue have suggested WordPress detect users who will be impacted and attempt to warn them with a notice.</p>\n\n\n\n<p>&ldquo;Since this may impact users unknowingly, it is possible to push a dashboard notice to users who have Facebook/Instagram embeds in their content, showing for site admins, as a one-off that can be dismissed,&rdquo; Marius Jensen said.</p>\n\n\n\n<p>&ldquo;We&rsquo;ve previously done post-update-processing to clean up comments, so the idea of looking over content for an embed isn&rsquo;t completely outlandish, and would help with those who don&rsquo;t follow WordPress&rsquo; usual channels to learn of this.&rdquo;</p>\n\n\n\n<p>Others don&rsquo;t see the necessity. &ldquo;Why should we make exception here?&rdquo; Milan Dini&#263; said. &ldquo;It&rsquo;s not the first time oEmbed support was discontinued for a provider, and I don&rsquo;t remember anything specific was done then.&rdquo;</p>\n\n\n\n<p>There is still some uncertainty about what will happen with existing oEmbeds after Facebook updates its API. During a recent core developer meeting, Helen Helen Hou-Sand&iacute; confirmed that WordPress does not clear&nbsp;oEmbed&nbsp;caches regularly. &ldquo;Technically&nbsp;oEmbed&nbsp;caches are cleared if you save and a valid response is returned, we do not do cron-based garbage collection,&rdquo; Hou-Sand&iacute; said.</p>\n\n\n\n<p>In a post today on the core development blog, Jake Spurlock assured users and developers that the existing embeds added before Facebook&rsquo;s API change should still work:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Because oEmbed responses are cached in the database using the hidden&nbsp;<code>oembed_cache</code>&nbsp;post type, any embed added prior to the October 24th deadline will be preserved past the deprecation date. These posts are not purged by default in WordPress Core, so the contents of the embed will persist unless manually deleted.</p></blockquote>\n\n\n\n<p>Marius Jensen cautioned that there is still the possibility that existing embeds may not work going, depending on what Facebook does.</p>\n\n\n\n<p>&ldquo;We don&rsquo;t know how they plan on implementing the use of unauthorized embed attempts,&rdquo; Jensen said. &ldquo;It could not return an embed code and your link would remain a plain link, or maybe they decide to return some kind of embedded &lsquo;unauthorized&rsquo; content. I don&rsquo;t think anyone has heard any specifics on how Facebook plans on doing this, so we&rsquo;re all just kinda waiting to either hear more, or see what happens.&rdquo;</p>\n\n\n\n<p>Jensen said WordPress doesn&rsquo;t re-check the cached results except when something changes with the post, but there may be plugins that clean up temporary data that may create an unpredictable outcome.</p>\n\n\n\n<p>&ldquo;The reliability of the caches are hard to determine (and being caches, it&rsquo;s sort of in the term that it&rsquo;s not guaranteed to always be there, but rather fetched and saved for a while when needed),&rdquo; Jensen said.</p>\n\n\n\n<p>Ideally WordPress&rsquo; oEmbed caches will prevent millions of embeds from breaking, but it&rsquo;s still unknown how Facebook and third party plugins could change things.</p>\n\n\n\n<p>Coming off a rocky 5.5 core update that deprecated jQuery Migrate and flooded official support forums with&nbsp;<a href=\"https://wordpress.org/search/5.5?in=support_forums\">reports of broken sites</a>, some contributors are wary of having another situation where users are left in the dark.</p>\n\n\n\n<p>&ldquo;I think a dashboard notice is desirable,&rdquo; Jon Brown said. &ldquo;Otherwise we&rsquo;re not preemptively warning people in a way they can prepare and transition to another solution. We&rsquo;re letting them know the same instant it&rsquo;s going to break (when editing a specific post). I don&rsquo;t think we can safely assume cached data is going to persist forever either, plenty of routines out there purge transient data before its stated expiration date.</p>\n\n\n\n<p>&ldquo;I see this as potentially being similar to the problems seen in dropping JQM. It&rsquo;ll cause <em>avoidable and silent breakage</em> client side without even any error logging for a site developer to pick up on. In hindsight, what ideally would have happened with JQM would have been incorporating the detection code from Enable jQuery Migrate Helper into core temporarily, or simply installing that plugin automatically on behalf of users.&rdquo;</p>\n\n\n\n<p>Brown suggested WordPress detect calls to the cached embeds and warn users before the calls have the chance to fail so they can consider enabling a plugin to keep their embeds working more reliably.</p>\n\n\n\n<p>The discussion remains open in the make.wordpress.org/core <a href=\"https://make.wordpress.org/core/2020/09/22/facebook-and-instagram-embeds-to-be-deprecated-october-24th/\">post</a> and the corresponding <a href=\"https://core.trac.wordpress.org/ticket/50861\">trac ticket</a>. Spurlock said WordPress will likely remove Facebook and Instagram oEmbed providers in the upcoming 5.6 release (scheduled for December 8) but it could also be shipped in a 5.x minor release that happens after October 24. </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, 23 Sep 2020 04:28:56 +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: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:65:\"WPTavern: Gutenberg Hub Launches Landing Page Templates Directory\";s: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=105009\";s: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:175:\"https://wptavern.com/gutenberg-hub-launches-landing-page-templates-directory?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-hub-launches-landing-page-templates-directory\";s: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:7657:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Munir Kamal has created <a href=\"https://wptavern.com/copy-and-paste-editor-blocks-via-gutenberghubs-block-library\">copy-and-paste blocks</a>. He has built <a href=\"https://wptavern.com/gutenberg-hub-launches-collection-of-100-block-templates\">sections or &ldquo;patterns&rdquo;</a> from those blocks. He has created a plugin that allows users to completely customize the two features via block options. Yesterday, he <a href=\"https://gutenberghub.com/introducing-gutenberg-landing-page-templates/\">released an initial offering</a> of 22 landing page templates that build upon his earlier work.</p>\n\n\n\n<p>Gutenberg Hub can almost be called his <em>magnum opus</em>, at least at this stage of his career. It is a continually growing library of free tools for WordPress&rsquo;s block editor.</p>\n\n\n\n<p>Like previous projects, Gutenberg Hub&rsquo;s landing templates require the <a href=\"https://wptavern.com/control-block-design-via-the-editorplus-wordpress-plugin\">EditorPlus plugin</a>. This plugin is essentially a suite of design controls for the core WordPress blocks. The templates make use of these options by default. Given the limitations of the block editor&rsquo;s current design controls, the use of such a plugin is necessary. Otherwise, there would be few other ways to realistically create a template system like this.</p>\n\n\n\n<p>Currently, users must copy the block code &mdash; via a convenient &ldquo;copy&rdquo; button &mdash; from the Gutenberg Hub website and then paste it in the editor. It is not an ideal situation, and I have been asking Kamal whether he would consider building a template inserter for months now.</p>\n\n\n\n<p>This time around, he preemptively said, &ldquo;And, by the way, I am already working on adding a Template Inserter in my EditorPlus plugin. That will allow users to browse and insert these templates directly from Gutenberg without leaving the website.&rdquo;</p>\n\n\n\n<p>He knew the question was coming. No need for me to ask again. He was unable to share a current screenshot of what the inserter looks like, but he is asking for feedback on what people expect of the user experience and interface.</p>\n\n\n\n<p>&ldquo;Earlier, I created a template inserter similar to other blocks plugins, but later I changed my mind and thought that I should integrate with the Gutenberg Patterns API and load the templates into the &lsquo;patterns&rsquo; panel in the block inserter,&rdquo; he said. &ldquo;But, I am having a few issues and thinking about going back to the original idea to have a Templates button on the top toolbar that opens a popup window to browse and filter templates that users can insert on a click.&rdquo;</p>\n\n\n\n<p>For now, it is still early. However, at least it is on the long-term roadmap and being worked on.</p>\n\n\n\n<h2>The Landing Page Templates</h2>\n\n\n\n<img />Testing the photography template (with minor adjustments).\n\n\n\n<p class=\"has-drop-cap\">At the moment, Gutenberg Hub offers <a href=\"https://gutenberghub.com/template-category/pages/\">22 landing page templates</a>. The &ldquo;page&rdquo; terminology may not mean &ldquo;full page.&rdquo; It simply depends on the active theme. Some themes have an open-canvas type of template that allows users to create the entire page via the editor. However, that is not a common feature, so these page templates will be confined to the post content area in most cases.</p>\n\n\n\n<p>The templates also work better with themes that have at least a full-width or no-sidebar option. End-users will want a lot of breathing room to use the templates and tinker with their designs.</p>\n\n\n\n<p>Kamal has built templates that stretch across a variety of industries. From restaurants to gyms to education to fashion, there is a lot to choose from right now. He promises more are on the way and at least a 23rd template in the next few days.</p>\n\n\n\n<p>&ldquo;For the niches, I did some research from the top WordPress and HTML marketplaces and found the following most common or popular niches,&rdquo; he said. &ldquo;I think I will stick with these niches unless I get some more recommendations.&rdquo;</p>\n\n\n\n<p>In comparison, <a href=\"https://wptavern.com/redux-framework-relaunches-focuses-efforts-on-gutenberg-templates\">Redux Templates</a> offers access to over 1,000 sections and templates. Of course, there are trade-offs, such as some of those being commercial and the plugin typically requiring other third-party plugins. While quantity is not the only thing to look at, it proves there are miles of landscape that Gutenberg Hub&rsquo;s templates have not yet explored. But, it is merely the beginning.</p>\n\n\n\n<p>Gutenberg Hub&rsquo;s full-page templates are not quite as plug-and-play as its blocks and section templates. This is not so much a fault from the developer&rsquo;s end. It is an issue of the platform, which is constantly being updated, and the range of support from current themes. End-users will start seeing some of the current limitations of the system when a layout does not quite look right with one theme but does with another. Or, if their theme has not been updated to support a new feature, such as the Social Links block, the typical horizontal menu design will likely be a normal vertical list of links instead.</p>\n\n\n\n<p>These are not insurmountable issues. Gutenberg and themes need more time to mature before projects like Gutenberg Hub&rsquo;s landing templates are perfect or at least as close to perfect as can be expected.</p>\n\n\n\n<p>There are some things that Gutenberg Hub could improve with its templates. With several that I tested, I needed to switch specific blocks to be full width. This should be set up as the default with templates that are clearly meant to be full width in the example screenshots available on the site. It is a minor issue, but correcting this in the editor fixed several layout issues I was having when using the templates.</p>\n\n\n\n<h2>Monetization Plans</h2>\n\n\n\n<p class=\"has-drop-cap\">The second question that Kamal has not been prepared to answer fully over the past several months is how he will monetize Gutenberg Hub. Eventually, developers need some return on their investment when building tons of free tools. Many would do it all for free as long as their bills somehow got paid, but the reality is that there will come a tipping point where their projects need funding for long-haul maintenance.</p>\n\n\n\n<p>Kamal said he has laid the groundwork for funding but has not finalized anything yet. Currently, he is working on three ideas:</p>\n\n\n\n<ul><li>Creating a pro version of his EditorPlus plugin.</li><li>Offering premium templates and blocks but is looking for a talented designer to work with.</li><li>Using ads specific to Gutenberg users, but he is not a fan of going this route or ads in general.</li></ul>\n\n\n\n<p>He is open to feedback on how to best monetize the website and its projects. However, he said he is unwilling to compromise on giving away current and future free templates and tools.</p>\n\n\n\n<h2>Future Gutenberg Projects</h2>\n\n\n\n<p class=\"has-drop-cap\">Kamal said he does not have any new Gutenberg-related projects in the pipeline. The current plan is to work on what he has already created, which is a large ecosystem of Gutenberg tools that somehow work together.</p>\n\n\n\n<p>Outside of blocks, templates, and plugins, he is beginning to write more free tutorials on the Gutenberg Hub blog and focusing on <a href=\"https://www.youtube.com/GutenbergHub\">creating videos</a> around the project, including a new tutorial <a href=\"https://www.youtube.com/playlist?list=PLfVnkTCddAJ2HMmjw1o12XP7TAEoOV5oE\">series for beginners</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, 22 Sep 2020 21:05: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:14:\"Justin Tadlock\";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:97:\"WPTavern: WordPress Mobile Engineers Propose Dual Licensing Gutenberg under GPL v2.0 and MPL v2.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=105025\";s: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:239:\"https://wptavern.com/wordpress-mobile-engineers-propose-dual-licensing-gutenberg-under-gpl-v2-0-and-mpl-v2-0?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-mobile-engineers-propose-dual-licensing-gutenberg-under-gpl-v2-0-and-mpl-v2-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:6556:\"<p>During a Q&amp;A session at WordCamp Europe 2020 online, Matt Mullenweg mentioned that Gutenberg contributors were considering dual licensing for embedding Gutenberg in mobile apps, along with the requirement that they would need to get an agreement from all contributors. WordPress mobile engineer <a href=\"https://bia.is/\">Maxime Biais</a> has just published a <a href=\"https://make.wordpress.org/core/2020/09/21/proposal-dual-licensing-gutenberg-under-gpl-v2-0-and-mpl-v2-0/\">proposal</a> for discussion, recommending dual licensing the editor under GPL v2.0 and MPL v2.0.</p>\n\n\n\n<p>&ldquo;The GPL v2.0 license is a blocker for distributing the Gutenberg library in proprietary mobile apps,&rdquo; Biais said in the corresponding <a href=\"https://github.com/WordPress/gutenberg/issues/23651\">GitHub issue</a>. &ldquo;Currently the only known users of Gutenberg on mobile are the WordPress mobile apps which are under GPL v2.0 (<a href=\"https://github.com/wordpress-mobile/WordPress-Android\">WordPress for Android</a>,&nbsp;<a href=\"https://github.com/wordpress-mobile/WordPress-iOS\">WordPress for iOS</a>). Mobile apps under the GPL v2.0 are not common and this limits Gutenberg usage in many apps.</p>\n\n\n\n<p>&ldquo;Rich text editor libraries in the mobile space are lacking. There is no well known open source rich text editor for Android or iOS. We believe that Gutenberg could be a key library for many mobile apps, but that will never happen with the GPL v2.&rdquo;</p>\n\n\n\n<p>Mobile app developers are limited by the GPL, because it requires the entire app to be distributed under the same license. The team is proposing dual licensing under MPL v2.0, a weaker copyleft license that is often considered to be more &ldquo;business-friendly.&rdquo; It allows users to combine the software with proprietary code. MPL v2.0 requires the source code for any changes to be available under the MPL, ensuring improvements are shared back to the community. The rest of the app can be distributed under any terms with the MPL v2.0 code included as part of a &ldquo;larger work.&rdquo;</p>\n\n\n\n<p>&ldquo;The idea here is to keep some of the WordPress-specific modules under the GPL v2.0 only; some of them are not needed and not relevant for using Gutenberg in another software. Ideally, there would be a different way of bundling the project for being used in WordPress or in a non-GPL software,&rdquo; Biais said.</p>\n\n\n\n<p>The GitHub ticket has several comments from developers who hope to be able to use the editor in their own projects. Radek Pietruszewski, tech lead for a collaborative todo app called&nbsp;<a href=\"https://nozbe.com/\">Nozbe Teams</a>, has been requesting a relicensing of Gutenberg since October 2019.</p>\n\n\n\n<p>&ldquo;Our tech stack is essentially React on web and React Native on iOS and Android,&rdquo; Pietruszewski said. &ldquo;We&rsquo;re a tiny company, and so we share &gt;80% of app&rsquo;s codebase between these 3 platforms.</p>\n\n\n\n<p>&ldquo;Our app sorely lacks a WYSIWYG editor. We had a working implementation on web, but we decided to scrap it, because there was no way to port it on iOS and Android. There are pretty much no viable rich text editors for iOS or Android, yet alone both. But even then, shipping three completely separate, but somehow compatible editors would be a vast amount of work.&rdquo;</p>\n\n\n\n<p>When Peitruszewski originally made his case to the mobile team, he identified Gutenberg/Aztec as a basic infrastructure that has the potential to enable many different apps:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>And that infrastructure is sorely lacking. There are very few rich text editor libraries on both iOS and Android &mdash;&nbsp;and most of them suck. And if you want an editor that has a shared API for both platforms&hellip;&nbsp;you&rsquo;re stuck. There are no options &ndash; Gutenberg is the only game in town (and it&rsquo;s really good).</p><p>And it&rsquo;s very hard to create this infrastructure. WYSIWYG editors are very hard, and it takes entire teams years to develop them (and they still usually suck). Almost no-one has the resources to develop it just for themselves, and if they do, they&rsquo;re unwilling to open-source it.</p></blockquote>\n\n\n\n<p>Automattic&rsquo;s mobile app engineers have <a href=\"https://twitter.com/danroundhill/status/1296941098393190401\">struggled to get regular contributions to the apps</a>, despite them being open source. Dual licensing Gutenberg could open up a new world of contributors with the editor being used more widely across the industry.</p>\n\n\n\n<p>&ldquo;While we might not be big enough to be able to tackle a challenge of developing a rich text editor from scratch, we&rsquo;re big enough to contribute features and bug fixes to open source projects,&rdquo; Pietruszewski said.</p>\n\n\n\n<p>Matt Mullenweg was the first comment on Biais&rsquo; post in favor of the change: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I think&nbsp;Gutenberg&nbsp;has a chance to become a cross-CMS standard, giving users a familiar interface any place they currently have a rich text box. There are hundreds and hundreds of engineers at other companies solving similar problems in a proprietary way, it would be amazing to get them working together but a huge barrier now is supporting Gutenberg in mobile apps, which every modern web service or CMS has. (Hypothetically, think of Mailchimp as a possible consumer and collaborator here, but it could be any company, SaaS, or other&nbsp;open source&nbsp;CMS.)</p></blockquote>\n\n\n\n<p>Unless any major blockers come up in further discussion, this dual licensing change appears to be on track to move forward. Biais noted that a&nbsp;<a href=\"https://github.com/wordpress-mobile/AztecEditor-Android/pull/922\">similar&nbsp;license change has already happened on Aztec-Android</a>&nbsp;and&nbsp;<a href=\"https://github.com/wordpress-mobile/AztecEditor-iOS/issues/1299\">Aztec-iOS</a>. The last hurdle is gaining the approval of all the original code contributors or rewriting the code for those who decline to give approval. </p>\n\n\n\n<p>Once Gutenberg can be used under the MPL v2.0, the editor will gain a broader reach, with people already on deck wanting to use it. Other companies and projects that are normally outside WordPress&rsquo; open source orbit will also have the opportunity to enrich Gutenberg&rsquo;s ecosystem with contributions back to the project. At the same time, the MPL 2.0 protects Gutenberg from companies that would try to re-release the code as a closed-source project.</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, 21 Sep 2020 22:59:10 +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: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:124:\"WPTavern: GitHub to Use ‘Main’ Instead of ‘Master’ as the Default Branch on All New Repositories Starting Next Month\";s: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=105014\";s: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:269:\"https://wptavern.com/github-to-use-main-instead-of-master-as-the-default-branch-on-all-new-repositories-starting-next-month?utm_source=rss&utm_medium=rss&utm_campaign=github-to-use-main-instead-of-master-as-the-default-branch-on-all-new-repositories-starting-next-month\";s: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:4844:\"<p class=\"has-drop-cap\">In August, GitHub <a href=\"https://github.blog/changelog/2020-08-26-set-the-default-branch-for-newly-created-repositories/\">announced that it would change</a> the &ldquo;master&rdquo; branch name for all new repositories created on the platform to &ldquo;main&rdquo; starting October 1. The date is less than two weeks away, and WordPress developers need to be prepared for the change if they use the service for version control or project management.</p>\n\n\n\n<p>The larger tech and web development community began conversations through various venues in June, a time in which the Black Lives Matter was gaining more traction in the U.S. and worldwide. The discussion centered on removing any terminology that could be discriminatory or oppressive to specific groups of people. This ongoing discussion has shown that there is a deep division over whether such changes are necessary or even helpful.</p>\n\n\n\n<p>The WordPress community is dealing with this division itself. Aaron Jorbin <a href=\"https://make.wordpress.org/core/2020/06/18/proposal-update-all-git-repositories-to-use-main-instead-of-master/\">proposed a change</a> at the same time to rename the default branch name on WordPress-owned repositories. Through discussion on his post and elsewhere, the community landed on &ldquo;trunk,&rdquo; which keeps WordPress projects in line with its SVN roots.</p>\n\n\n\n<p>&ldquo;To close the circle on this, a decision was made in June and earlier today (August 19),&rdquo; <a href=\"https://make.wordpress.org/core/2020/06/18/proposal-update-all-git-repositories-to-use-main-instead-of-master/#comment-39524\">wrote Helen Hou-Sand&iacute;</a>, a lead WordPress developer, in the comments of the original proposal. &ldquo;I updated the default branch name for new GitHub repositories under the WordPress organization to be trunk after GitHub enabled early access to that feature.&rdquo;</p>\n\n\n\n<p>As evidenced by the comments on the <a href=\"https://wptavern.com/proposal-to-rename-the-master-branch-from-wordpress-owned-git-repositories\">Tavern&rsquo;s coverage of the proposal</a> and those on the original post, the WordPress development community as a whole did not support this decision.</p>\n\n\n\n<p>Jorbin has updated several of WordPress&rsquo;s repositories and switched them to use <code>trunk</code> instead of <code>master</code>. However, there are still some lingering projects yet to be updated, including the primary <a href=\"https://github.com/WordPress/WordPress\">WordPress</a> and <a href=\"https://github.com/WordPress/wordpress-develop\">WordPress Develop</a> repositories. He left a <a href=\"https://make.wordpress.org/core/2020/06/18/proposal-update-all-git-repositories-to-use-main-instead-of-master/#comment-38817\">comment with an updated lis</a>t in June. There is no public word on whether the existing, leftover projects will be changed.</p>\n\n\n\n<h2>WordPress Developer Preparations</h2>\n\n\n\n<img />Customizing the default branch for a user&rsquo;s GitHub repositories.\n\n\n\n<p class=\"has-drop-cap\">GitHub is merely changing the default branch name for new repositories starting on October 1. This change does not affect existing repositories. Individual users, organization owners, and enterprise administrators can customize the default branch via their account settings now before the switch is made. Owners can also change the default branch name for individual repositories.</p>\n\n\n\n<p>The biggest thing that developers need to watch out for is their tooling or other integrations that might still require the master branch. There may be cases where an alternative default branch name will break workflows. If planning to use a different branch name, the best thing to do right now is to spin up the tools you use on a test repository. If something breaks, check to see whether the particular tool you are using will be getting an update. In most cases, this should not be a problem because customized default branch names will be an industry standard.</p>\n\n\n\n<p>The great thing about how GitHub is rolling out this feature is that it offers a choice. Those who believe that &ldquo;master&rdquo; is oppressive can change the branch name to something they feel is more inclusive. For those who believe otherwise, they can keep their master branch. But, everyone can use the branch name they prefer.</p>\n\n\n\n<p>For existing repositories, GitHub is asking that developers be patient for now. The company is investing in tools to make this a seamless experience <a href=\"https://github.com/github/renaming#later-this-year\">later this year</a>. There are a few technical hurdles to clear first.</p>\n\n\n\n<p>Developers should read the full GitHub guide on <a href=\"https://docs.github.com/en/github/administering-a-repository/setting-the-default-branch\">setting the default branch</a> for more information.</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, 21 Sep 2020 20:39: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:14:\"Justin Tadlock\";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:125:\"WPTavern: Matt Mullenweg and Jamstack Community Square Off, Making Long-Term Bets on the Predominant Architecture for the Web\";s: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=104428\";s: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:293:\"https://wptavern.com/matt-mullenweg-and-jamstack-community-square-off-making-long-term-bets-on-the-predominant-architecture-for-the-web?utm_source=rss&utm_medium=rss&utm_campaign=matt-mullenweg-and-jamstack-community-square-off-making-long-term-bets-on-the-predominant-architecture-for-the-web\";s: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:19953:\"<p>Over the past two weeks, Matt Mullenweg and Jamstack community leaders have forged a new rivalry, after Mullenweg told <a href=\"https://thenewstack.io/wordpress-co-founder-matt-mullenweg-is-not-a-fan-of-jamstack/\">The New Stack</a> that he sees Jamstack as &ldquo;a regression for the vast majority of the people adopting it.&rdquo;  </p>\n\n\n\n<p>&ldquo;The usability and functionality is actually lower,&rdquo; Mullenweg said to Richard MacManus in an email. &ldquo;Even rebuilding sites in Jamstack harkens back to the Movable Type days, where the bigger your site gets the slower it is to rebuild or update templates.&rdquo; </p>\n\n\n\n<p>Mullenweg also described a &ldquo;fragile&rdquo; chain of services required to run Jamstack sites.</p>\n\n\n\n<p>&ldquo;You can patch together a dozen services, each with its own account and billing, for hundreds of dollars a month, to get a similar result you&rsquo;d have for a few dollars a month using WordPress on shared hosting,&rdquo; he said. &ldquo;And it would be more fragile, because the chain is only as strong as its weakest link. You are chaining together different toolsets, logins, billing, hosting&hellip; any part of it going down can break the entire flow.&rdquo;</p>\n\n\n\n<p>Mullenweg has since further <a href=\"https://wptavern.com/matt-mullenweg-clarifies-jamstack-remarks\">clarified his comments</a> while also doubling down on his original premise, saying that &ldquo;there isn&rsquo;t a vast number of people adopting Jamstack in the first place, and those who do are probably fully aware of the tradeoffs.&rdquo; He outlined how he sees WordPress providing a better experience for users in terms of performance, security, scaling, and developer experience.&nbsp;</p>\n\n\n\n<p>Mullenweg&rsquo;s provocative remarks set off a chain of open letters from the CEO&rsquo;s of Jamstack-related services. They are convinced that the LAMP stack is on its way out and that Jamstack is on the precipice of replacing its incumbent as the most dominant architecture of the web. </p>\n\n\n\n<p>Ohad Eder-Pressman, co-founder and CEO of <a href=\"https://www.stackbit.com/\">Stackbit</a>, was the first to fire back. He believes that Jamstack is a &ldquo;disruptive innovation&rdquo; that may appear to be inferior now because it is still relatively low level and new when compared to a 17-year old product like WordPress.</p>\n\n\n\n<p>&ldquo;We should be asking whether Jamstack is a better architecture than LAMP and what gaps currently exist with products and solutions built on top of the Jamstack,&rdquo; Eder-Pressman said. He agreed that Jamstack tools are still largely focused on developers but makes a bold prediction on the stack&rsquo;s future reach:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The achievements of WordPress in terms of market share and how it democratized early web publishing are amazing. When it comes to architecture I think it was best in class for the early 2000s but it&rsquo;s time to move forward. We already see cohorts of websites where Jamstack adoption crosses 20% &ndash; it&rsquo;s no longer a question of if the Jamstack becomes the predominant architecture for the web but a question of when. The cliche is a cliche but it also rings true &ndash;&nbsp;<strong>First, they ignore you, then they laugh at you (we are here), then you win</strong>.</p></blockquote>\n\n\n\n<p>Eder-Pressman agreed with Mullenweg regarding Jamstack&rsquo;s lower usability and functionality but touted the architecture as &ldquo;infinitely more resilient&rdquo; due to being hosted on a CDN. He admitted that rebuilding larger sites can be slow but cited developments like build parallelization, build cache, partial rebuild, and incremental static regeneration as&nbsp;optimizations as efforts the Jamstack ecosystem&nbsp;is exploring to solve this known issue.</p>\n\n\n\n<p>Netlify&nbsp;CEO Mathias Biilmann, who originally coined the term &ldquo;Jamstack,&rdquo; goes so far as to hail &ldquo;the end of the WordPress era&rdquo; in his <a href=\"https://www.netlify.com/blog/2020/09/15/on-mullenweg-and-the-jamstack-regression-or-future/\">article</a> refuting Mullenweg&rsquo;s remarks. </p>\n\n\n\n<p>&ldquo;There&rsquo;s often a moment right around the time when an old technology is about to be displaced by the next thing, where the main leader in the field goes out and makes a strong argument that absolutely nothing is happening,&rdquo; Biilmann said. &ldquo;A moment that ends up looking like a turning point where the new was undeniably present enough to be worth being in denial about.&rdquo;</p>\n\n\n\n<h2>The Bet: By September 2025, what will be the predominant architecture for the web?</h2>\n\n\n\n<p>In a brief exchange on Twitter, Mullenweg and Eder-Pressman made a wager for five years into the future, to see if Eder-Pressman&rsquo;s prediction will hold up, as measured by the Alexa top 10k. In order for Jamstack to become the predominant architecture for the web, it will need to surpass WordPress&rsquo; numbers, which are currently hovering at <a href=\"https://trends.builtwith.com/cms/WordPress\">39.75%</a> (via BuiltWith) and <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">38.4%</a>&nbsp;(via w3techs).</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">They currently have us ~37% of top 10k. I wonder if you\'re undercounting us with YC companies too? <a href=\"https://t.co/ki9Ng3DGqI\">https://t.co/ki9Ng3DGqI</a></p>&mdash; Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1302048647882784769?ref_src=twsrc%5Etfw\">September 5, 2020</a></blockquote>\n</div>\n\n\n\n<p>&ldquo;I&rsquo;m happy to make a long bet: 1 year, 5 years, 10 years,&rdquo; Mullenweg said in another <a href=\"https://twitter.com/photomatt/status/1306368508792504321\">thread</a> in response to Netlify&rsquo;s CEO. &ldquo;We&rsquo;re building and rebuilding WordPress to be generational. We&rsquo;ve navigated and created bigger architectural shifts in the past, and will do so in the future.&rdquo;</p>\n\n\n\n<p>&ldquo;I&rsquo;m a developer, founder, and investor in the space of web technologies &ndash; if I&rsquo;m not willing to engage in a public discussion and share my predictions for where the web is heading then what merit does my work have?&rdquo; Eder-Pressman said when I asked him why he was willing to make this public wager.</p>\n\n\n\n<p>&ldquo;I felt compelled given Mullenweg&rsquo;s comments and what I believe is the lack of appreciation for how much adoption and momentum Jamstack technologies already have. If anything I would say that my bet is actually pretty cautious.&rdquo;</p>\n\n\n\n<p>Eder-Pressman and his team at Stackbit are working on a tool to track Jamstack adoption across the web, as BuiltWith does not yet have a Jamstack stat panel that correctly aggregates all the technologies associated with this relatively new category of websites.</p>\n\n\n\n<p>&ldquo;We&rsquo;ve built an internal tool that tracks adoption of Jamstack technologies across different cohorts of websites which we find informative,&rdquo; he said. &ldquo;This isn&rsquo;t unlike what say Builtwith provides except that we track a few technologies that they don&rsquo;t and we bundle this into a Jamstack adoption indicator. We&rsquo;ve used this internally up until now and are planning to release some public facing version of it later this year.&rdquo;</p>\n\n\n\n<p>As the CEO of Stackbit, a service that cranks out Jamstack sites in 60 seconds while bypassing any requirement to use the command line or download npm packages, Eder-Pressman is actively engaged in trying to bring this technology stack to the masses. The company aims to solve the very problems that Mullenweg identified in his critical comments, as is evident in the marketing copy on the Stackbit website. It acknowledges that piecing together a Jamstack website can be challenging even for developers:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&ldquo;In a fragmented Jamstack environment, developers struggle to glue products together when trying out the latest tech. Stackbit connects the best tools on the market, and helps them play together.&rdquo;</p></blockquote>\n\n\n\n<p>A year ago, Stackbit caught my attention and I contacted them to find out when WordPress would land among their list of CMS import options. At that time they said they were considering WordPress as a headless CMS option but did not have it on the immediate roadmap. One year later, Stackbit is no closer to building import capabilities for the most popular CMS on the web.</p>\n\n\n\n<p>&ldquo;It&rsquo;s on the horizon but its not something we&rsquo;ve prioritized,&rdquo; Eder-Pressman said. &ldquo;WordPress is a full blown monolithic CMS. It has been used before as a headless CMS but there are better headless CMS choices out there. Even Mullenweg <a href=\"https://twitter.com/photomatt/status/1302028302530404353\">agrees</a> it&rsquo;s a complicated premise.&rdquo;</p>\n\n\n\n<p>When asked if his recent conversations have changed the company&rsquo;s plans to support WordPress imports, he said, &ldquo;No, it doesn&rsquo;t make us want to do this any more or less. I really enjoyed the conversation and am glad that Mullenweg recognizes the rise of the Jamstack so much so that he found it necessary to take aim at it. We as a company are driven by the market, user demand, growth opportunities and a healthy vision for the future of the web.&rdquo;</p>\n\n\n\n<p>Jamstack will need to make itself accessible to the wide world of non-technical website owners if its advocates hope to capture any meaningful segment of the Alexa top 10k marketshare. Stackbit, for one, is still grossly underestimating WordPress&rsquo; ability to sustain its <a href=\"https://joost.blog/cms-market-share-june-2020-analysis/\">phenomenal growth</a>, and doesn&rsquo;t see the necessity for creating a simple path to convert WordPress users. Eder-Pressman believes that making Jamstack accessible starts with developers.</p>\n\n\n\n<p>&ldquo;The Jamstack is an architecture which is winning the minds of developers around the world and across the web development stack,&rdquo; he said. &ldquo;Adoption for new architectures often begins with developers so I&rsquo;m excited to see a company like say Netlify boast over 1 million developers on its Jamstack platform.&rdquo; </p>\n\n\n\n<p>Eder-Pressman&rsquo;s tool for measuring Jamstack adoption will need to produce some compelling data on the stack&rsquo;s growth, if his bet is going to materialize. While nearly every offering in the Jamstack ecosystem still falls squarely within the realm of experienced developers, it doesn&rsquo;t seem likely that five years is enough time for it to overtake WordPress as the predominant architecture for the web. WordPress hasn&rsquo;t achieved its dominance by prioritizing developer happiness over usability.</p>\n\n\n\n<p>Looking at the numbers five years from now, will we see Jamstack overtake WordPress as the most popular way to build a website? Will Jamstack grow with developer usage and then plateau once it fails to reach regular people who don&rsquo;t have a git-based workflow at the top of their wishlists? Are we going to find Jamstack and WordPress neck and neck in the battle for the predominant architecture for the web? Those who work with a hybrid of both technologies see no need for this kind of rivalry.</p>\n\n\n\n<h2>Shifting the conversation towards collaboration: &ldquo;Jamstack can be an opportunity for our industry, rather than a threat.&rdquo;</h2>\n\n\n\n<p>&ldquo;Reading Mullenweg&rsquo;s comments and the responses from CEOs in the Jamstack community make me feel caught in the middle and a bit frustrated,&rdquo; <a href=\"https://www.getshifter.io/\">Shifter</a> COO Daniel Olson said. &ldquo;I see friction between two communities that have so much in common.&rdquo;</p>\n\n\n\n<p>Olson has been a proponent of using Jamstack with WordPress for the past four years since launching Shifter, a static site generator and hosting company that supports headless WordPress sites on the Jamstack. </p>\n\n\n\n<p>&ldquo;If you look for the most secure, cost-effective way to build and host a high-traffic website today, the cross-section you&rsquo;ll arrive at is the Jamstack. Looking at how it offers each of those benefits, you will find inspiration and ways WordPress could do the same,&rdquo; Olson said. &ldquo;Rather than write something off wholesale, see what you can learn and apply it.&rdquo;</p>\n\n\n\n<p>Olson said his mission is to bridge the gaps between WordPress and the benefits Jamstack offers, while working through its early days and messy parts, innovating on the tools that work.</p>\n\n\n\n<p>&ldquo;We should be working together to address specific challenges and worry less about how we get there,&rdquo; Olson said. &ldquo;Some technologies are indeed a better fit for solving each of those challenges but you don&rsquo;t need to leave one ecosystem for the other to do it. You can share knowledge and best practices and discover what&rsquo;s possible. There&rsquo;s a good chance you&rsquo;ll end up creating something new, which is part of that innovation we need in our communities.&rdquo;</p>\n\n\n\n<p>Jamstack hosting services for WordPress are eager to remind users that they don&rsquo;t have to go all in on the technology. You can have your JAM and spread it on top of WordPress, accommodating developers&rsquo; love for experimenting with new frontend technologies, while preserving the dynamic publishing power that has been refined over the past 17 years. These hybrid hosting companies aim to enable this without leaving users behind. </p>\n\n\n\n<p>&ldquo;Matt is absolutely right that the usability and functionality of the Jamstack is lower,&rdquo; <a href=\"https://www.strattic.com/\">Strattic</a> co-founder and CEO Miriam Schwab said. &ldquo;The Jamstack is a great example of technology that is incredibly appealing to developers, but the actual end users &ndash; writers, marketers, business owners &ndash; cannot use it. I&rsquo;ve heard many stories of major companies that have come to the decision to adopt Jamstack for all web development as a company-wide policy, only to find that their marketing team has gone rogue and is installing WordPress sites in order to get their job done.</p>\n\n\n\n<p>&ldquo;The reason for this is like Matt said: every Jamstack site is a compilation of layers of services, and each layer has dozens of options available: you need a static site generator, a CMS, static hosting, and a CDN &ndash; and you need to tie it all together with version control. This is all cool and shiny, and the output is truly fantastic because when you have a site that&rsquo;s a collection of pre-rendered static files served up through a CDN it&rsquo;s fast, secure, scalable and stable. But then along comes marketing and they want to set up a landing page and they are totally dependent on their dev team and can&rsquo;t move forward without them. That defeats the purpose of a CMS-driven website! With WP, you get all the layers in one platform&hellip;but you don&rsquo;t get the awesome output.&rdquo;</p>\n\n\n\n<p>Schwab said she sees WordPress having its age work both for it and against it, but ultimately she believes in enabling real world users to manage their own websites without having to rely on developers. </p>\n\n\n\n<p>&ldquo;I&rsquo;ve seen many companies abandon WP for the shiny new stack, and then come back to it,&rdquo; Schwab said. &ldquo;Github is a good example of this &ndash; yes Github, the modern repository of cutting-edge code moved their blog off of WordPress, and then came back because it truly is the best tool for just getting your content out there. There aren&rsquo;t a zillion steps and integrations &ndash; you write content, click Publish, and that&rsquo;s it. It gets the job done, and the fanciest tools will never beat something that just gets the job done.&rdquo;</p>\n\n\n\n<p>At the same time, WordPress needs to be open to enabling diverse frontend implementations, if it wants to remain relevant for the next decade. &ldquo;WP is running on legacy architecture,&rdquo; Schwab said. &ldquo;It&rsquo;s showing its age, and it&rsquo;s not appealing to new generations of developers. We need to keep WordPress appealing and interesting to developers in order to secure its future for years to come. If we don&rsquo;t make developers excited, we will inevitably see a decline.&rdquo;&nbsp;She encourages the WordPress community to embrace Jamstack as &ldquo;a breath of fresh air.&rdquo; </p>\n\n\n\n<p>&ldquo;Jamstack can be an opportunity for our industry, rather than a threat,&rdquo; Schwab said. &ldquo;There are ways for the two industries to collaborate, like in the case of headless WP deployments using Gatsby.&rdquo;</p>\n\n\n\n<p>Unlike many other Jamstack service companies, the team behind Gatsby has <a href=\"https://wptavern.com/gatsby-raises-15m-plans-to-invest-more-heavily-in-wordpress-and-cms-integrations\">more readily embraced WordPress</a> as a data source and a critical component of its continued success. The company <a href=\"https://wptavern.com/jason-bahl-joins-the-gatsby-team-to-work-on-wpgraphql-full-time\">hired Jason Bahl</a>, creator of the GraphQL for WordPress project, to work on WPGraphQL (and its immediate ecosystem) full-time, while providing a bridge to the WordPress world.</p>\n\n\n\n<p>&ldquo;Maybe I&rsquo;m getting caught up in semantics, but the JAM in JAMStack means JavaScript, APIs and Markup,&rdquo; Bahl said. &ldquo;It wasn&rsquo;t long ago when Matt prescribed the WordPress ecosystem to &lsquo;Learn JavaScript Deeply,&rsquo; and not long after that when a Jamstack application called Gutenberg was merged into WordPress core, along with React. Gutenberg is the JavaScript, the WP REST API is the API and the end result is markup. Jamstack isn&rsquo;t a regression, it&rsquo;s a future that Automattic is helping drive WordPress toward.&rdquo;</p>\n\n\n\n<p>When Mullenweg says he is ready to build and rebuild WordPress to be generational, it&rsquo;s a promise he has already delivered on by introducing the React-based Gutenberg editor two years ago, successfully pushing past an enormous amount of resistance from the developer community.</p>\n\n\n\n<p>Bahl said he sees this continued legacy of improvement happening over and over again in various ways, made possible by WordPress&rsquo; pluggable system:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>WordPress ships with a lot of APIs, but often they are replaced with something newer and better. For example, it&rsquo;s common for sites to offload images to a CDN instead of use the built-in file system for media. Or instead of using built-in WordPress MySQL search, users will reach for ElasticSearch, Algolia or Solr. In the case of WordPress and the JAMStack, reaching for Next, Gatsby or Gridsome to replace the built-in Theme API isn&rsquo;t a regression, it&rsquo;s using newer technology to handle things that built-in parts of WordPress might not do as well. The Theme API of WordPress is just one API and replacing it with technology that does the job better isn&rsquo;t a regression.</p></blockquote>\n\n\n\n<p>Gatsby&rsquo;s build step, which has received <a href=\"https://twitter.com/tesseralis/status/1293649015020457984\">negative attention in the news</a> recently, is one example of what Bahl thinks Mullenweg was referring to as a regression for users. Bahl is working with Gatsby to reduce the friction associated with decoupled architectures when using WordPress as the API in Jamstack.</p>\n\n\n\n<p>&ldquo;I don&rsquo;t see Jamstack competing against WordPress,&rdquo; Bahl said. &ldquo;In my mind, Jamstack with WordPress as the API is the future of the web. WordPress is the best CMS. Gatsby specifically is trying to embrace this. This isn&rsquo;t a zero sum game. If the Gatsby + WordPress experience can allow users to use the best CMS in the world while using modern dev tooling, it&rsquo;s a win all around.&rdquo;</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, 19 Sep 2020 18:54:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:51:\"WPTavern: Matt Mullenweg Clarifies Jamstack Remarks\";s: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=104883\";s: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:147:\"https://wptavern.com/matt-mullenweg-clarifies-jamstack-remarks?utm_source=rss&utm_medium=rss&utm_campaign=matt-mullenweg-clarifies-jamstack-remarks\";s: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:6205:\"<p>Two weeks ago, Matt Mullenweg made some pointed remarks in an article from <a href=\"https://thenewstack.io/wordpress-co-founder-matt-mullenweg-is-not-a-fan-of-jamstack/\">The New Stack</a>, calling Jamstack &ldquo;a regression for the vast majority of the people adopting it.&rdquo; In preparation for an upcoming article that will include comments from leaders across both the WordPress and Jamstack communities, I asked Mullenweg if he stands by his remarks characterizing Jamstack as a regression. His response was lengthy and is printed here in its entirety to preserve cohesion.</p>\n\n\n\n<p><strong>Q: Do you stand by your remarks that Jamstack is a regression for the vast majority of the people adopting it?</strong></p>\n\n\n\n<p><strong>Answer:</strong></p>\n\n\n\n<p>&ldquo;Vast majority of people adopting it&rdquo; was probably too harsh, because there isn&rsquo;t a vast number of people adopting Jamstack in the first place, and those who do are probably fully aware of the tradeoffs. There are some good reasons, for certain situations, to decouple and add complexity to your architecture, and WordPress&rsquo; REST API works fantastically as a backend there. But I worry they are over-selling the promise of what&rsquo;s really an architectural decision. If&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://jamstack.org/\">you look at the benefits they purport</a>,&nbsp;it&rsquo;s better performance, security, scaling, and developer experience:</p>\n\n\n\n<img />\n\n\n\n<p><strong>Better Performance:</strong> You can achieve the same performance by putting a great CDN like Cloudflare on top of WordPress, and your life will be infinitely easier when you want to add dynamic features like a store or comments. You can also easily find a static WordPress host like&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.strattic.com/\">Strattic</a>&nbsp;or&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.getshifter.io/\">Shifter</a>.</p>\n\n\n\n<p><strong>Higher security:</strong> I don&rsquo;t believe that introducing a number of proprietary and sub-scale SaaS services like Netlify into your stack will make your site more secure. I believe the most secure thing you can do is run fully open source code, as widely vetted and used as possible, on servers you control, or from the fewest number of vendors possible. WordPress securely runs some of the most attacked websites on the internet, including major media, Facebook, and&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://whitehouse.gov/\">WhiteHouse.gov</a>. Having this many moving parts doesn&rsquo;t inspire confidence:</p>\n\n\n\n<img />\n\n\n\n<p><strong>Cheaper, easier scaling:</strong> CDNs are more expensive than normal hosting accounts, and you can get WordPress running on a decent host for less than $5/mo. And there are even more powerful offerings: The personal plan on&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://wp.com/\">WP.com</a>&nbsp;can serve tens of millions of visitors per day, to the website or the headless API, includes a global CDN, and a domain name for $4/mo, and we still have a profit margin.&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://graphcms.com/pricing\">GraphCMS starts at $29/mo and only gives you &ldquo;5,000 entities,&rdquo;</a> whatever that means.&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.contentstack.com/pricing\">Contentstack is $3,500/mo</a>. And that&rsquo;s just for the headless CMS part! You still need to sign up and pay for a bunch of the other stuff in that graphic before you have a website a human can visit in a browser.</p>\n\n\n\n<p><strong>Better developer experience:</strong> If your developer wants to copy and paste updates from marketing to the website, sure, but if they want people to be able to update the website without their help, they should go with something easier for users like WordPress. If you&rsquo;re curious about the developer experience, or an investor thinking about this space, I really suggest you watch this three hour and thirty minute tutorial to really understand what is being sold under the premise of &ldquo;better&rdquo;:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Have I ever built stuff like that? Totally! It can be a ton of fun, like building a rocket at home or fixing up an old car. I&rsquo;ve seen some awesome sites built on decoupled architectures or static publishing, using headless WordPress rather than the CMS&rsquo;s above, but still a similar idea. People are trying to paint me as being against Jamstack, but that is as foreign to me as being against duct tape &mdash; it&rsquo;s good for some things, bad for others, and it&rsquo;s not going away. I just wish they would be more intellectually rigorous and honest when marketing it. I expect a Jamstack-like approach to exist forever, just like the ideas behind Jamstack pre-date it getting jammed down our throats by Netlify&rsquo;s marketing team.</p>\n\n\n\n<p>Biilmann has got the Ballmer / iPhone story backwards &mdash;&nbsp;Microsoft&rsquo;s mistake there was they made something too complicated, and the iPhone simplified it. Jamstack introduces numerous vendors, build steps, network calls, interfaces, even billing relationships for something that&rsquo;s a single button press in WordPress.</p>\n\n\n\n<p>The reason services like&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://wordpress.com/\">WordPress.com</a>&nbsp;and Shopify are growing so much is they are taking things that were complicated and making them simpler and accessible to a much wider audience. My mission is to democratize publishing and commerce, to make it radically accessible to everyone regardless of technical or economic ability, and increase the freedom and openness on the internet.&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://twitter.com/photomatt/status/1306368508792504321\">As I said on Twitter</a>, the first 15 years of WordPress were just the first few chapters. I&rsquo;m looking forward to building and rebuilding the platform the rest of my lifetime, and when that comes to an end I hope future generations will carry the torch.</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, 18 Sep 2020 22:49: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: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: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: Gutenberg’s Custom Spacing Should Be Theme Controlled\";s: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=104867\";s: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:169:\"https://wptavern.com/gutenbergs-custom-spacing-should-be-theme-controlled?utm_source=rss&utm_medium=rss&utm_campaign=gutenbergs-custom-spacing-should-be-theme-controlled\";s: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:5679:\"<img />Adjusting padding on a Group block.\n\n\n\n<p class=\"has-drop-cap\">When <a href=\"https://wptavern.com/gutenberg-9-0-brings-major-improvements-to-navigation-screen-and-query-block\">Gutenberg 9.0 landed</a> earlier this week, it came with an experimental <a href=\"https://github.com/WordPress/gutenberg/pull/24966\">padding control</a> for the Group block. Most users will not see it unless their theme has opted into supporting the feature using the <code>experimental-custom-spacing</code> flag.</p>\n\n\n\n<p>This was not the first that we have seen of the padding option on a block. <a href=\"https://wptavern.com/gutenberg-8-3-updates-block-categories-includes-parent-block-selector-and-adds-new-design-controls\">Gutenberg 8.3</a> introduced it for the Cover block. Since then, nothing has changed with the implementation.</p>\n\n\n\n<p>The problem with the custom spacing/padding option is that it creates an inline style that does not adjust based on the design of the theme. Fortunately, the feature is still experimental. This means that we have time to reevaluate how it works.</p>\n\n\n\n<p>Unless we&rsquo;re doing away with any remaining illusion that themes will play an important aspect of WordPress&rsquo;s future and front-end design becomes fully entrenched within core, theme authors need some level of control. And, even if themes are going the way of the dinosaur, custom padding numbers on the block level will create design consistency issues down the road. Using 100 pixels of padding might make sense within a site&rsquo;s current design, but 96 pixels might make sense within a future design. When a user adds dozens or hundreds of blocks with custom padding today, it will wreak havoc on tomorrow&rsquo;s spacing and rhythm.</p>\n\n\n\n<p>Besides that, the average user has little concept of design rules. Having a standardized system for spacing would give theme authors control over the output while giving end-users the ability to customize the look.</p>\n\n\n\n<p>I have argued that WordPress needs some sort of <a href=\"https://wptavern.com/themes-of-the-future-a-design-framework-and-a-master-theme\">design framework</a>. For example, Tailwind CSS has specific padding classes. So does Bootstrap and nearly every other CSS framework. The web development community has been down this road. It is a well-trodden path, and WordPress is not innovating by using inline styles.</p>\n\n\n\n<p>If the WordPress platform is going to put this sort of power into the hands of its users, it should do so in a way that allows designers to do their thing and not push users toward semi-permanent, inline-style soup in their content.</p>\n\n\n\n<p>Pre-Gutenberg, I would have been entirely against the idea of WordPress introducing any sort of CSS or design framework. However, the platform is consistently moving toward becoming a UI-based design tool rather than simply a way to manage content. Users will have design-related options on a global scale all the way down to individual blocks. Users should absolutely have the ability to adjust a block&rsquo;s padding in such a system. They should not need an understanding of CSS to do so. Instead, for most use cases, users should be able to adjust padding based on whether they want larger or smaller spacing, not specific CSS values.</p>\n\n\n\n<p>I propose a full set of standardized padding classes. The same would go for margins or other design-related options down the road. Gutenberg/WordPress should create a set of default values for these classes, which theme authors could override based on their design.</p>\n\n\n\n<p>This is not a new concept. Dave Smith, a developer for Automattic, introduced a <a href=\"https://github.com/WordPress/gutenberg/pull/16730\">patch in 2019</a> that used named selectors for spacing on the Group block. He gave the following reasoning for choosing this approach over absolute values:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Imagine you are a Theme designer. You craft your CSS with spacing that is perfect for the design. You want to ensure that is consistent throughout your Theme, even if the page layout is being created by the end-user in the Block Editor.</p><p>With the approach I&rsquo;ve taken here, when a size is selected only classes are added to the Block in the DOM. This affords the Theme creator the opportunity to provide custom sizes in CSS that are suitable for their Theme. If they opt not to do this then sensible defaults are provided.</p><p>With the pixels approach, we&rsquo;re locking users of the Block into absolute values and asking them to make a lot of decisions that they&rsquo;d probably prefer not to have to make. It could also lead to an inconsistent visual experience.</p></blockquote>\n\n\n\n<p>This ship has already sailed and sunk with custom colors and font sizes. Gutenberg had an opportunity to standardize class names for these options but left it to theme authors. As a result, there is no standard across the theme market, which means that choosing the &ldquo;large&rdquo; font size or the &ldquo;blue&rdquo; text color provided by the theme will likely not carry across to the user&rsquo;s next theme. Now, we are on the cusp of far more design-related options as WordPress moves toward full-site editing. It is time to consider some standards on design-related class names and provide a framework that all themes can use.</p>\n\n\n\n<p>Gutenberg could still provide a <em>custom</em> padding option just like it does for colors and font sizes. Users who choose to go this route would be making an explicit choice to work outside of the standard. But, let&rsquo;s not go down this road of allowing users to set absolute spacing values as the default option.</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, 18 Sep 2020 18:49:10 +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:\"Justin Tadlock\";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:75:\"WPTavern: GoDaddy Acquires SkyVerge, Creator of Over 60 WooCommerce Add-Ons\";s: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=104658\";s: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:193:\"https://wptavern.com/godaddy-acquires-skyverge-creator-of-over-60-woocommerce-add-ons?utm_source=rss&utm_medium=rss&utm_campaign=godaddy-acquires-skyverge-creator-of-over-60-woocommerce-add-ons\";s: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:4911:\"<p class=\"has-drop-cap\">On September 14, GoDaddy <a href=\"https://aboutus.godaddy.net/newsroom/news-releases/press-release-details/2020/GoDaddy-Acquires-SkyVerge-to-Help-Everyday-Entrepreneurs-Sell-Online-with-WordPress-and-WooCommerce/default.aspx\">announced it had acquired SkyVerge</a>, a major WooCommerce-focused development company, for an undisclosed amount. At the moment, GoDaddy is playing it close to the vest in terms of its future plans. It has not publicly announced anything beyond a continued commitment to current customers.</p>\n\n\n\n<p>The initial announcement makes note that SkyVerge&rsquo;s free plugins on WordPress.org have been downloaded more than 3.1 million times. However, the company&rsquo;s <a href=\"https://profiles.wordpress.org/skyverge/#content-plugins\">nine plugins in the directory</a> currently have over 155,000 active installs. Nevertheless, SkyVerge&rsquo;s real value is in its team and its impressive array of free and commercial add-on plugins available directly from its site.</p>\n\n\n\n<p>WooCommerce is a cash cow for companies with the right products and marketing at the moment. GoDaddy seems to be going all-in on the back of WordPress&rsquo;s most popular eCommerce solution. It launched a <a href=\"https://wptavern.com/godaddy-launches-ecommerce-hosting-plan-in-partnership-with-woocommerce\">managed WooCommerce hosting plan</a> in October 2019. The hosting company has now added over 60 WooCommerce extensions to its inventory in one swoop.</p>\n\n\n\n<p>&ldquo;As more small businesses and entrepreneurs go online, having a highly performant eCommerce experience is becoming more important than ever,&rdquo; said Rich Tabor, Senior Product Manager of WordPress Experience at GoDaddy. &ldquo;Late last year we launched a Managed WooCommerce offering, bundling many WooCommerce extensions in the Managed WordPress environment.&rdquo;</p>\n\n\n\n<p>SkyVerge has quietly become a massively successful WordPress and WooCommerce business. It was bringing in <a href=\"https://www.starterstory.com/develop-ecommerce-tools\">$350,000 per month</a> at the end of 2019. There was no response on how well the business has performed thus far in 2020.</p>\n\n\n\n<p>The entire SkyVerge team came along for the transition to GoDaddy. &ldquo;We&rsquo;re just beginning to deliver more capabilities and an even better setup and ongoing usage experience for our customers,&rdquo; said Tabor. &ldquo;The SkyVerge team will lead and accelerate those plans. They are an incredibly talented and innovative team that lives and breathes WooCommerce. Joining forces with them advances GoDaddy&rsquo;s WordPress strategy and enhances our ability to deliver intuitive eCommerce experiences that help everyday entrepreneurs sell online.&rdquo;</p>\n\n\n\n<p>With so many extensions in place, the big question for average users is whether those extensions will become a part of GoDaddy&rsquo;s eCommerce hosting bundle. Tabor either did not or could not let slip any plans in the works. &ldquo;We&rsquo;re just beginning to determine how to best deliver SkyVerge&rsquo;s wonderful products to GoDaddy customers. SkyVerge brings a lot of great software. It&rsquo;s reasonable to expect we&rsquo;ll be delivering that to our customers who are selling online.&rdquo;</p>\n\n\n\n<p>It is doubtful that GoDaddy went into this acquisition without at least some short-term plans or visions for how its managed hosting service would use these extensions. For now, we will have to wait and see.</p>\n\n\n\n<p>It seems that the immediate plan will be to maintain business as usual. Tabor said GoDaddy had no changes to announce related to SkyVerge&rsquo;s products and website. &ldquo;We are committed to continuing support of SkyVerge&rsquo;s customers and investing in the SkyVerge software,&rdquo; he said.</p>\n\n\n\n<p>SkyVerge also created <a href=\"https://jilt.com/\">Jilt</a>, which is an email marketing platform for eCommerce sites. The platform currently supports WooCommerce, Easy Digital Downloads, Shopify, and Shopify Plus. Tabor did not directly respond to what the future looked like for Jilt&rsquo;s non-WooCommerce customers nor did he give any indication of whether there were plans to expand Jilt to other eCommerce systems.</p>\n\n\n\n<p>He did say that GoDaddy would continue to invest in its priority eCommerce platforms, which are WooCommerce and GoDaddy Websites + Marketing.</p>\n\n\n\n<p>Max Rice, co-founder of SkyVerge, did leave some indication of Jilt&rsquo;s future in his <a href=\"https://www.skyverge.com/blog/skyverge-joins-godaddy/\">announcement post</a>. &ldquo;We made a commitment to be there for your business with software you can depend on, and we&rsquo;re sticking to it,&rdquo; he said. &ldquo;We&rsquo;ll continue to support our existing WooCommerce plugins and Jilt. While we&rsquo;ll be building something new at GoDaddy, everything we&rsquo;ve already built is a big part of that.&rdquo;</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, 17 Sep 2020 20:59:02 +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:\"Justin Tadlock\";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:86:\"WPTavern: Gutenberg 9.0 Brings Major Improvements to Navigation Screen and Query Block\";s: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=104795\";s: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:217:\"https://wptavern.com/gutenberg-9-0-brings-major-improvements-to-navigation-screen-and-query-block?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-0-brings-major-improvements-to-navigation-screen-and-query-block\";s: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:2749:\"<p>If you haven&rsquo;t played around with Gutenberg&rsquo;s experiments lately, the Navigation block is getting some exciting updates. Version 9.0 was released today with drag-and-drop support added to the list view of navigation items.  </p>\n\n\n\n<img />\n\n\n\n<p>Contributors have been <a href=\"https://github.com/WordPress/gutenberg/issues/24875\">working through several different prototypes</a> aimed at unifying the controls and simplifying the menu building process. The Navigation screen included in version 9.0 has been redesigned to <a href=\"https://github.com/WordPress/gutenberg/issues/25014\">improve the &ldquo;Create Menu&rdquo; flow</a> and includes the following changes:</p>\n\n\n\n<ul><li>New&nbsp;<em>Header</em>&nbsp;and&nbsp;<em>Toolbar</em>&nbsp;components.</li><li><em>Manage Locations</em>&nbsp;has been rewritten and is now a popover.</li><li><em>Add New</em>&nbsp;form has been rewritten and now appears inline in the toolbar.</li><li><em>Automatically Add Pages</em>&nbsp;checkbox and&nbsp;<em>Delete menu</em>&nbsp;button has been rewritten and now appears in the block inspector.</li></ul>\n\n\n\n<p>The screen is starting to take shape but is still very much a work in progress. If you want to test it, you can enable it under Gutenberg &gt; Experiments.</p>\n\n\n\n<p>The Query block was another main focus fr the 9.0 release. It is taking a giant leap forward with new features like search, filtering by author, support for order/order by (date + title), and tags. This block should be tested locally and is still behind the&nbsp;<code>__experimentalEnableFullSiteEditing</code>&nbsp;flag since it requires full site editing blocks to display queried content.</p>\n\n\n\n<img />\n\n\n\n<p>Other notable UI enhancements include <a href=\"https://github.com/WordPress/gutenberg/pull/24852\">a new drag handle added to block toolbar</a> for drag-and-drop capability. (It is not visible on the top toolbar). Blocks can be dragged to other areas of a post as an alternative to using the up/down arrows.</p>\n\n\n\n<img />\n\n\n\n<p>This release also <a href=\"https://github.com/WordPress/gutenberg/pull/24472\">removes the Facebook and Instagram blocks</a> from the inserter, as Facebook will be&nbsp;<a href=\"https://wptavern.com/upcoming-api-change-will-break-facebook-and-instagram-oembed-links-across-the-web-beginning-october-24\">dropping unauthenticated oEmbed support</a>&nbsp;on October&nbsp;24. WordPress core is also set to remove Facebook and Instagram as an oEmbed provider in an upcoming release.</p>\n\n\n\n<p>For a full list of all the enhancements, bug fixes, experiments, and documentation updates, check out the <a href=\"https://make.wordpress.org/core/2020/09/16/whats-new-in-gutenberg-16-september/\">9.0 release post</a> 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:\"Thu, 17 Sep 2020 03:18:49 +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:81:\"HeroPress: How To Become A Freelancer – A Few Things I Learned Before I Gave 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:56:\"https://heropress.com/?post_type=heropress-essays&p=3280\";s: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:206:\"https://heropress.com/essays/how-to-become-a-freelancer-a-few-things-i-learned-before-i-gave-up/#utm_source=rss&utm_medium=rss&utm_campaign=how-to-become-a-freelancer-a-few-things-i-learned-before-i-gave-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:28154:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/09/091620-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I realized that freelancing is not the only way to achieve my goals.\" /><p><a href=\"https://heropress.com/feed/#serbian\">Članak je takođe dostupan na sprskom jeziku.</a></p>\n<p>Everyone’s story is unique. Our life journeys differ in so many aspects and these experiences shape us into who we are now. Therefore, things that we, as individuals, learn along the way can’t always apply to someone else’s life goals, potentials, aspirations, and struggles.</p>\n<p>But, sometimes, knowing about other people’s mistakes and successes can help us navigate through our life challenges better. We can avoid making the same mistakes and, even better, we can get inspired to accomplish similar achievements.</p>\n<p>That is why I decided to share a few things that I have learned by trying to become a freelancer. Spoiler alert &#8211; I’m a corporate employee now.</p>\n<p>My career path was a bit unusual. I wasn’t quite tech-savvy until 5 years ago and my entire focus was around the fitness industry from 2006 until 2015. Being a fitness trainer was a dream job for me when I was 26 but, by the age of 35, it became somehow, well, boring.</p>\n<p>Then I had a huge epiphany &#8211; numerous opportunities come with WordPress and freelancing was one of them. So, if you are at the stage of your life when becoming a freelancer seems like a good idea, read on.</p>\n<p>I will try to break down 5 things that helped me in starting my freelance career. They are formulated as general tips for beginners but some of them can also be applied when changing the course of your career. So, let’s dive right in.</p>\n<h3>Question your motives</h3>\n<p>The first and the most important thing that you should ask yourself before you do anything in your life is why. “Why am I doing this?”</p>\n<p>So, why do you want to become a freelancer?</p>\n<p>Is it because you need an extra income? Or maybe because of flexible working hours. Or because you will be able to work from different locations? Or you see freelancing as just a phase before you get enough experience to open your agency and have others working for you.</p>\n<blockquote><p>Be honest with yourself. List all the reasons why you want to become a freelancer. This will help you later on in choosing the right jobs or maybe in considering some other alternatives to freelancing.</p></blockquote>\n<p>For example, these are my top 3 motives to become a freelancer:</p>\n<ul>\n<li>Opportunity to grow intellectually and learn new things</li>\n<li>Flexible working hours (by not being forced to work 9 am to 5 pm every day, I was able to avoid the boring routine)</li>\n<li>Peaceful and quiet working environment &#8211; quite opposite to the gym where everything is so loud</li>\n</ul>\n<p>So, after you question your goals and motives, and you are certain that you want to become a freelancer what’s next? My suggestion is &#8211; develop WordPress related skills.</p>\n<h3>Get the skills &#8211; choose WordPress</h3>\n<p>Why WordPress you might ask? Well, for a start, WordPress gives various opportunities and it is not a developer-only niche.</p>\n<p>Although, when someone thinks of freelancing and WordPress, web developer and web designer are first associations, there is a huge variety of WordPress related freelance jobs:</p>\n<ul>\n<li>Web developer (coding websites, themes, and plugins)</li>\n<li>Web implementor (creating websites from existing themes without coding)</li>\n<li>Web designer (designing website mockups, editing images or creating infographics for websites)</li>\n<li>Client support professional (helping people with their websites)</li>\n<li>Website maintenance professional (takes care of the website to make sure that WordPress, themes, and plugins are up to date and new backups are created regularly)</li>\n<li>WordPress teacher (teaching clients how to use WordPress or teaching other web professionals)</li>\n<li>Content writer</li>\n<li>Accessibility specialist (making sure that certain standards are met and suggesting solutions for accessibility barriers)</li>\n<li>SEO consultant</li>\n<li>Statistics consultant (especially for webshops)</li>\n<li>WordPress assistant (adding new content and editing existing posts)</li>\n<li>Website migration specialist (moving websites from one server to another)</li>\n<li>Web security specialist</li>\n</ul>\n<p>Another reason why WordPress is great for freelancers is a strong community that exists around this CMS. There are regular meetups, WordCamps, and other events (they are now switched to online), where you can get a ton of useful information, and also get to ask like-minded people literally anything. The community is so large and diverse, that you will definitely find the answer to any question. It’s much easier to start your freelance career when you have such a great community around you.</p>\n<h3>Plan in advance</h3>\n<p>Now that you know where the opportunity lies, you can start planning your career.</p>\n<p>Becoming a freelancer is a process. At the beginning of that process, you should acquire or improve relevant skills that will make you stand out in the freelance market. And, of course, as you learn and grow, you will be able to take more challenging and better-paid jobs.</p>\n<p>Which skill should you focus on? If you already have a basic skill set for at least one of the previously listed jobs, you can improve your knowledge in that direction and specialize in that area.</p>\n<p>However, if you don’t have any relevant skills, in my opinion, it would be the easiest to step into the freelancing world with a job that has a shorter learning curve and build your knowledge around that. Example &#8211; you can start with either content writing or as a web implementer since these jobs have a shorter learning curve than SEO related jobs or web development. Then, from content writing, you can expand your knowledge towards SEO and from a web implementer, you can become a developer. Just don’t stop learning.</p>\n<p>Also, if you have specific talents or hobbies like writing or design, you can base your career on that.</p>\n<blockquote><p>There is nothing better than doing what you love.</p></blockquote>\n<p>Additionally, it would be a good idea to analyze the market before you jump into the learning process.</p>\n<p>For example, now it would not be the best time to specialize in writing travel-related content, while it would be a great moment for any job related to webshops and online sales.</p>\n<p>If you want to learn web development, web design, web security, or SEO, you should always focus on new trends, so your skills can be useful in the future as well.</p>\n<p>For different jobs, working terms often vary so you should take this into consideration when choosing your career path. At some jobs, you can work flexible hours while at others you have to be available during predefined hours. This is what you should have in mind when specializing in a certain area or looking for a first job.</p>\n<h3>Hurray, it’s time to get a first freelancing job</h3>\n<p>If you currently have a job, it would be wise to either save some money before you quit your job to become a full-time freelancer or try freelancing for a few hours per week, in the beginning, to see if you like it or not. If you become successful and decide that freelancing is something that fits your needs, only then quit your job, not before.</p>\n<blockquote><p>Although some people do benefit when taking a risk, think twice before you take any irreversible actions.</p></blockquote>\n<p>And here are some tactics that worked for me when trying to get my first freelancing job:</p>\n<p><i>Use a freelancing platform</i> &#8211; although this is not mandatory, it is much easier to get the first job when you are using a freelancing platform. My choice was Upwork back in the day, but there are several platforms that you can use to get the first job faster.</p>\n<p><i>Triple-check your resume</i> &#8211; I guess that this is not something that I should mention but I will anyway, just in case. Don’t make spelling mistakes in your resume, it will give the impression that you are not thorough and that you will oversee mistakes in your other work as well.</p>\n<p><i>Present yourself in a professional manner</i> &#8211; Take the time to present your professional skills in the best possible light but still stay humble. Don’t write: “Best WordPress developer that never wrote a bad code”. This is not evidence-based, and it will make you seem arrogant. Instead, you can write: “Web developer with 3 years of experience and over 50 satisfied clients, specialized in WordPress.” This statement is based on facts and it shows your credibility.</p>\n<p><i>Fill up your portfolio</i> &#8211; If you have any previous work (that is presentable, of course) you should put it in your portfolio. Emphasis on presentable. If not, you can make a few websites, designs, or write some example texts if you are a content writer in order to showcase your skills. This is not applicable to all jobs, like SEO consultants or customer support but if you have the opportunity to create a portfolio, use the opportunity.</p>\n<p><i>Use video material</i> &#8211; Short introductory video will make you stand out since making promotional video material is not something that many freelancers do. It will help you create a more human professional approach. For your clients, you will not be just a list of skills and previous experiences, but a real person that has these skills and experiences and that provides a certain service for them.</p>\n<p><i>Have a detailed strategy when choosing your first employer &#8211;</i> Choose your first employer wisely, very wisely. I can’t emphasize enough how important this is so I will give you an example. When I had to apply for my first job, I considered the following:</p>\n<ul>\n<li>How this employer was rated by other freelancers which worked for him previously</li>\n<li>How the employer rated other freelancers</li>\n<li>How much money he had already spent on this platform and if he posts regular job offers</li>\n<li>The number of open positions for this job and the number of freelancers that have already applied. In my case, the job had about 10 open positions so that amplified my chances of getting hired, even if the competition is high.</li>\n</ul>\n<p><i>The first job is not all about the money &#8211;</i> Don’t get greedy on your first job. If you get good reviews, your second job can be paid 2-3 times more. And your third job can go up to 5 times more. That was my experience at least.</p>\n<h3>Be careful, you are an adult</h3>\n<p>Individual responsibility is key when it comes to freelancing. You have the freedom to choose who you are going to work for, what kind of job are you going to take, and how it is going to be delivered. And freedom often comes with responsibility. They are like two sides of the same coin.</p>\n<p>You should never miss a deadline. If you are not sure that you are going to be able to deliver, don’t take the job or as an alternative have someone very reliable as a backup, just in case. When you miss a deadline, your client loses money, and they have every right to be angry. This will very likely affect your reviews after the job is complete. And then, the opportunity to get your next job and so on. This can start a downward spiral for your career.</p>\n<p>However, we are all humans and unpredictable things can happen. If for some reason you are not able to complete your work in a timely manner, let your client know immediately so they can have enough time to hire someone else.</p>\n<p>Also, it is important to make everything clear in advance, before you accept the job. Let your clients know what your expectations are and make sure that you understand what they expect from you. For example, if you are a content writer, make sure that you know the length of the text in characters or words, ask if some keywords should be used and how frequently, what writing style your client prefers, and so on. And if you are a designer, specify how many revisions are included in the price.</p>\n<blockquote><p>The clearer the initial arrangement is, the more satisfied both you and your client will be at the end.</p></blockquote>\n<p>If you have flexible working hours, don’t let other people interrupt you. If your friends and family wouldn’t show up in your office every day if you were a bank clerk, they shouldn’t interrupt you when you work from home. It’s the same principle and it’s up to you to set the boundaries and let them know about your working schedule. It’s not up to them.</p>\n<p>So, these are some basic guidelines that helped me in starting my freelance career and I hope that they will be helpful for you as well.</p>\n<blockquote><p>There is no unique recipe and one size doesn’t fit all when it comes to the path you ought to take.</p></blockquote>\n<p>It’s just important to stay focused on your goals and to be open to new opportunities.</p>\n<p>If you were wondering why I’m not a freelancer anymore, this is where the answer lies. By constantly being interested in different opportunities, I realized that freelancing is not the only way to achieve my goals. There are companies that offer flexible working hours and peaceful work environment while stimulating professional growth and creative thinking.</p>\n<p>Plus I gained something very precious by joining a team &#8211; my colleagues became my support system both professionally and privately, and that is what I have been missing while being a freelancer.</p>\n<p>I wish you a lot of luck and success in the future, regardless of the path you choose to take.</p>\n<h1 id=\"serbian\">Kako postati frilenser &#8211; stvari koje sam naučila pre nego što sam odustala</h1>\n<p>Naše životne priče su različite. Svako od nas ima svoj jedinstveni životni put, a iskustva koja steknemo oblikuju nas u osobe koje smo danas. Zbog toga, stvari koje mi, kao pojedinci, naučimo na svom putu ne mogu uvek lako da se primene na situacije kroz koje prolazi neko drugi.</p>\n<p>Ipak, ponekad sagledavanje tuđih uspeha i grešaka može da nam pomogne da se bolje snađemo u sopstvenim životnim izazovima. Možemo da izbegnemo da napravimo istu grešku koju je napravio naš prijatelj ili, još bolje, možemo postati motivisani da postignemo jednak ako ne i veći uspeh kao neko iz našeg okruženja.</p>\n<p>Zbog toga sam odlučila da sa vama podelim ono što sam naučila pokušavajući da postanem frilenser. Spoiler alert &#8211; sada sam zaposlena u korporacji.</p>\n<p>Moja karijera je isla pomalo neuobičajenim putem. Nisam uopšte bila naklonjena informatici do pre pet godina. Tačnije nisam znala skoro ništa o toj oblasti. Bila sam potpuno fokusirana na fitnes industriju i radila sam isključivo kao fitnes trener od 2006. do 2015. To je za mene bio posao iz snova dok sam bila mlađa ali mi je oko moje 35. godine već pomalo dosadio.</p>\n<p>Tada sam otkrila WordPress i shvatila da se mnogobrojne prilike otvaraju bas sa poznavanjem ove platforme. A frilensing je jedna od njih. Tako da, ako ste trenutno u fazi kada vam se frilensovanje čini kao dobra ideja, nastavite da čitate.</p>\n<p>Pokušaću da detaljno opišem pet stvari koje sam naučila pokušavajući da postanem frilenser. Formulisala sam ih kao uopštene savete za početnike, ali neki od njih mogu da se primene i kada menjate kurs svoje frilens karijere.</p>\n<h3>Preispitajte svoje motive</h3>\n<p>Prva i najvažnija stvar koju treba da se zapitate pre nego što uradite išta u životu je zašto. “Zašto to radim?” Zbog čega želite da postanete frilenseri? Da li zbog toga što vam treba dodatni prihod? Ili zbog fleksibilnog radnog vremena? Ili da biste mogli da radite sa bilo koje lokacije na svetu? Ili frilensing vidite kao fazu pre nego što steknete dovoljno iskustva da možete da otvorite svoju agenciju.</p>\n<blockquote><p>Budite iskreni prema sebi. Popišite koji su to razlozi zbog kojih želite da budete frilenser. Ovo će vam kasnije pomoći pri izboru adekvatnog frilensing posla ili pri razmatranju neke druge alternative.</p></blockquote>\n<p>Na primer, ovo su bila moja tri glavna razloga:</p>\n<ul>\n<li>Prilika da naučim nesto novo i da se intelektualno razvijam u nekom novom pravcu</li>\n<li>Fleksibilno radno vreme &#8211; time što sam imala fleksibilno radno vreme bila sam u mogućnosti da izbednem dosadnu “od 9 do 5” rutinu</li>\n<li>Tiho i mirno radno okruženje, potpuno u suprotnosti sa teretanama u kojima je uvek bučno</li>\n</ul>\n<p>Nakon što ste preispitali svoje ciljeve i motive, i sigurni ste da želite da se bavite frilensingom, šta dalje? Moj predlog je naučite nešto što je vezano za WordPress.</p>\n<h3>Steknite znanja vezana za WordPress</h3>\n<p>Sada se možda pitate zašto baš WordPress. Za početak, zato što WordPress nudi mnoštvo raznovrsnih prilika, i to ne samo za developere.</p>\n<p>Iako, kad se pomene WordPress, prvo što će nekome pasti na pamet je ili developer ili web dizajner, postoji veliki broj različitih poslova vezanih za WordPress:</p>\n<ul>\n<li>Web developer (kodira sajtove, teme i dodatke)</li>\n<li>Web implementator (pravi sajtove od gotovih tema bez kodiranja)</li>\n<li>Web dizajner (dizajnira skice sajtova, edituje slike i kreira infografike za sajtove)</li>\n<li>Korisnička podrška (pomaže klijentima kada se nešto desi sa sajtom)</li>\n<li>Održavanje sajtova (redovno održava sajt, kreira bekape, ažurira teme, dodatke i sam WordPress)</li>\n<li>WordPress predavač (uči klijente kako da koriste WordPress ili uči druge web profesionalce koji se usavršavaju u nekoj oblasti)</li>\n<li>Pisac tekstova za sajtove</li>\n<li>Specijalista za aksesibilnost (vodi računa da određeni standardi budu ispunjeni i predlaže rešenja za barijere u aksesibilnosti)</li>\n<li>SEO konsultant</li>\n<li>Statističar (najčešće radi za velike onlajn prodavnice)</li>\n<li>WordPress asistent (unosi novi sadržaj i menja postojći)</li>\n<li>Specijalista za migracije (seli sajtove sa servera na server)</li>\n<li>Specjalista za web bezbednost</li>\n</ul>\n<p>Još jedan razlog zbog kojeg mislim da je dobro izabrati WordPress je jaka zajednica koja se okupila oko ovog CMS-a. Redovno se održavaju manja okupljanja (trenutno na daljinu) ali i ona veća koja su nazvana WordCamp (takođe na daljinu do daljnjeg) na kojima možete dobiti pregršt korisnih informacija i pitati druge profesionalce sve što vas interesuje. Zajednica je toliko velika i raznolika da ćete tu pronaći odgovor na skoro svako stručno pitanje. Mnogo je lakse započeti frilens karijeru kada su sjajni ljudi oko vas.</p>\n<h3>Planirajte unapred</h3>\n<p>Sada kada znate u kom ćete pravcu ići, vreme je da počnete da planirate svoju karijeru.</p>\n<p>Postati frilenser je proces. Na početku tog procesa potrebno je da steknete ili dodatno unapredite svoje veštine kojima ćete se istaći u odnosu na konkurenciju. I naravno kako učite i napredujete, moći ćete da prihvatate izazovnije i bolje plaćene poslove.</p>\n<p>Na koja se onda znanja fokusirati? Ukoliko već imate neko predznanje za neki od prethodno navedenih poslova, možete se dalje razvijati u tom pravcu i specijalizovati se za tu oblast.</p>\n<p>S druge strane, ukoliko nemate nikakvo relevantno predznanje, po mom mišljenju bi najlakše bilo započeti sa poslom koji ima kraći period učenja pa da kasnije nadograđujete znanje. Na primer, možete početi kao pisac tekstova za sajtove ili kao implementator jer se ti poslovi brže savladavaju nego poslovi vezani za SEO ili web development. Onda od pisanja sadržaja za sajtove možete proširiti znanje na SEO a od implementatora vremenom postati developer. Samo budite radoznali i ne prestajte da učite.</p>\n<p>Takođe, ukoliko imate specifične talente ili neki hobi kao npr. pisanje ili dizajn, možete da bazirate karijeru oko toga.</p>\n<blockquote><p>Najlepše je kad neko zarađuje od nečega što inače voli da radi.</p></blockquote>\n<p>Uz to, valjalo bi da proučite tržište pre nego što se “bacite” na učenje.</p>\n<p>Na primer, sada nije trenutak da se specijalizujete za pisanje sadržaja koji je vezan za putovanja, a pravi je momenat za sticanje veština koje, na bilo koji način, imaju veze sa onlajn prodavnicama i prodajom putem Interneta.</p>\n<p>Ukoliko želite da savladate web development, SEO, web dizajn ili web bezbednost, bitno je da se fokusirate na nove trendove, tehnologije i alate, kako bi vaše veštine bile primenljive i u budućnosti.</p>\n<p>Za različite poslove, uslovi rada mogu biti veoma različiti, pa bi i to valjalo imati na umu. Za neke vrste posla, radno vreme je fleksibilno, dok za druge, morate biti raspoloživi tokom određenog doba dana (ako radite kao korisnička podrška, na primer). I ovo bi trebalo da uzmete u obzir kada birate za koju oblast ćete se specijalizovati.</p>\n<h3>Konačno! Vreme je za prvi posao!</h3>\n<p>Ako ste zaposleni, bilo bi pametno da prištedite novac pre nego što napustite posao da biste se bavili isključivo frilensingom. Druga pametna opcija bi bila da vam na početku frilensing bude dodatni posao uz ono što već radite kako biste videli da li vam takav način rada odgovara ili ne. Ako postanete uspešni i shvatite da je frilensing nešto što odgovara vašim potrebama, tek tada napustite trenutni posao, ne pre toga.</p>\n<blockquote><p>Iako neki ljudi profitiraju kada rizikuju, dobro razmislite pre nego što preduzmete korake posle kojih nema nazad.</p></blockquote>\n<p>Evo nekoliko taktika koje su mi pomogle kada sam pokušavala da dobijem svoj prvi posao kao frilenser:</p>\n<p><i>Koristite platformu za frilensere</i> &#8211; iako nije obavezno, mnogo je lakše doći do prvog posla kada koristite neku platformu namenjenu frilenserima. U to doba, moj izbor je bio Upwork. Svakako, sada postoji i nekoliko drugih platformi pomoću kojih možete brže doći do prvog posla.</p>\n<p><i>Triput proverite svoju biografiju</i> &#8211; pretpostavljam da to nije nešto što bi trebalo da pomenem, ali svejedno ću naglasiti, za svaki slučaj. Ne pravite pravopisne greške u biografiji jer ćete time stvoriti utisak da niste temeljni i da će vam se greške lako potkrasti i dok obavljate svoj posao.</p>\n<p><i>Predstavite se profesionalno</i> &#8211; Uložite trud da svoje profesionalne veštine predstavite u najboljem mogućem svetlu, ali i dalje budite skromni. Nemojte napisati: &#8220;Najbolji WordPress developer koji nikada nije napisao loš kod&#8221;. Ovo nije zasnovano na dokazima i učiniće da izgledate arogantno. Umesto toga, možete napisati: &#8220;Web programer sa 3 godine iskustva i preko 50 zadovoljnih klijenata, specijalizovan za WordPress.&#8221; Ova izjava je zasnovana na činjenicama i deluje verodostojno.</p>\n<p><i>Popunite portfolio</i> &#8211; Ako imate bilo kakav prethodni rad (koji je naravno reprezentativan), trebalo bi da ga dodate u portfolio. Naglasak je na reprezentativan. Ako ne, možete da napravite nekoliko sajtova, dizajnirate skice sajtova ili napišete primere tekstova kako biste prikazali svoje veštine. Ovo se ne odnosi na sve poslove, kao što su SEO konsultanti ili korisnička podrška, ali ako imate priliku da napravite portfolio, iskoristite priliku.</p>\n<p><i>Koristite video materijale</i> &#8211; Kratki uvodni video će skrenuti pažnju na vas jer izrada promotivnog video materijala nije nešto što mnogi frilenseri rade. Pomoći će vam da delujete ljudskije i profesionalnije. Za svoje klijente nećete biti samo lista veština i prethodnih iskustava, već stvarna osoba koja zaista ima te veštine i iskustva i koja im pruža određenu uslugu.</p>\n<p><i>Imajte detaljnu strategiju pri izboru prvog poslodavca</i> &#8211; Birajte svog prvog poslodavca mudro. Ne mogu dovoljno da naglasim koliko je ovo važno, pa ću vam dati primer. Kada sam se prijavljivala za svoj prvi posao, uzela sam u obzir sledeće:</p>\n<ul>\n<li>Kako su ovog poslodavca ocenili drugi frilenseri koji su ranije radili za njega</li>\n<li>Kako je poslodavac ocenio druge frilensere</li>\n<li>Koliko novca je već potrošio na ovoj platformi i da li redovno objavljuje ponude za posao</li>\n<li>Broj otvorenih pozicija za ponuđeni posao i broj frilensera koji su se već prijavili. U mom slučaju, posao je imao oko 10 otvorenih radnih mesta, što je povećalo moje šanse za zapošljavanje, čak i u slučaju da je konkurencija velika.</li>\n</ul>\n<p>Kod prvog posla nije bitan samo novac &#8211; nemojte biti pohlepni. Ako budete dobro ocenjeni, vaš drugi posao može biti plaćen 2-3 puta više. A vaš treći posao može biti vrednovan i do 5 puta više. To je barem bilo moje iskustvo.</p>\n<h3>Vodite računa, odrasla ste osoba</h3>\n<p>Individualna odgovornost je ključna kada je u pitanju uspeh u frilensingu. Imate slobodu da izaberete za koga ćete raditi, kakav ćete posao prihvatiti i kako ćete isporučiti dogovoreno. A uz slobodu često dolazi i odgovornost. Oni su poput dve strane iste medalje.</p>\n<p>Nikada ne smete propustiti rok. Ako niste sigurni da ćete uspeti da završite, nemojte ni prihvatati posao ili, umesto toga, za svaki slučaj imajte nekoga vrlo pouzdanog da priskoči u pomoć ako zatreba. Kada propustite rok, vaš klijent gubi novac i ima puno pravo da se naljuti. Ovo će vrlo verovatno uticati na vaše ocene nakon obavljenog posla. A posledično, i na priliku da dobijete sledeći posao i tako dalje. To može pokrenuti silaznu spiralu za vašu karijeru.</p>\n<p>Međutim, svi smo ljudi i mogu se dogoditi nepredvidive stvari. Ako iz nekog razloga niste u mogućnosti da svoj posao obavite u roku, odmah obavestite svog klijenta kako bi imao dovoljno vremena da zaposli nekog drugog.</p>\n<p>Takođe je važno da sve bude jasno definisano unapred, pre nego što prihvatite posao. Obavestite svoje klijente o svojim očekivanjima i uverite se da razumete šta oni očekuju od vas. Na primer, ako treba da pišete tekst za sajt, uverite se da znate dužinu teksta u karakterima ili rečima, pitajte da li treba koristiti neke ključne reči i koliko često, koji stil pisanja preferira vaš klijent itd. A ako ste dizajner, navedite koliko je revizija uključeno u cenu.</p>\n<blockquote><p>Što je početni dogovor jasniji, to ćete na kraju biti zadovoljniji i vi i vaši klijenti.</p></blockquote>\n<p>Ako imate fleksibilno radno vreme, ne dozvolite da vas drugi ljudi prekidaju. Ako se vaši prijatelji i porodica ne bi svakodnevno pojavljivali u vašoj kancelariji da ste bankarski službenik, ne bi trebalo da vas prekidaju ni kada radite od kuće. To je isti princip i na vama je da postavite granice i obavestite ih o svom radnom vremenu. To nije njihov zadatak.</p>\n<p>Ovo su neke osnovne smernice koje su mi pomogle u započinjanju karijere frilensera i nadam se da će biti korisne i vama.</p>\n<blockquote><p>Ne postoji jedinstveni recept i jedna veličina ne odgovara svima kada je reč o putu kojim treba da krenete.</p></blockquote>\n<p>Važno je samo ostati fokusiran na svoje ciljeve i biti otvoren za nove mogućnosti.</p>\n<p>Ako ste se pitali zašto više nisam frilenser, evo odgovora. Stalnim sagledavanjem različitih mogućnosti, shvatila sam da frilensing nije jedini način da postignem svoje ciljeve. Postoje kompanije koje nude fleksibilno radno vreme i mirno radno okruženje, istovremeno stimulišući profesionalni rast i kreativno razmišljanje.</p>\n<p>Uz to, stekla sam nešto vrlo dragoceno pridruživanjem timu &#8211; moje kolege su postale moj sistem podrške i profesionalno i privatno, i to je ono što mi je nedostajalo dok sam bila frilenser.</p>\n<p>Želim vam puno sreće i uspeha u budućnosti, bez obzira na put koji ste odabrali!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/how-to-become-a-freelancer-a-few-things-i-learned-before-i-gave-up/\">How To Become A Freelancer &#8211; A Few Things I Learned Before I Gave Up</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, 16 Sep 2020 06:00:13 +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:15:\"Tijana Andrejic\";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:112:\"WPTavern: Upcoming API Change Will Break Facebook and Instagram oEmbed Links Across the Web Beginning October 24\";s: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=104140\";s: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:269:\"https://wptavern.com/upcoming-api-change-will-break-facebook-and-instagram-oembed-links-across-the-web-beginning-october-24?utm_source=rss&utm_medium=rss&utm_campaign=upcoming-api-change-will-break-facebook-and-instagram-oembed-links-across-the-web-beginning-october-24\";s: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:5294:\"<p>In an extraordinarily inconvenient API change, Facebook and Instagram will be <a href=\"https://developers.facebook.com/docs/plugins/oembed-legacy\">dropping unauthenticated oEmbed support</a>&nbsp;on October&nbsp;24, breaking content across millions of websites. The change will force users to generate&nbsp;an app ID with a developer account in order to continue embedding links via oEmbed:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>Changes to tokenless access for User Picture and FB/IG OEmbed endpoints:</strong>&nbsp;By October 24, 2020, developers must leverage a user, app, or client token when querying Graph API for user profile pictures via UID, FB OEmbeds and IG OEmbeds. Developers should provide a user or app token when querying for profile pictures via a UID or ASID, though client tokens are supported as well. Please visit our changelog for&nbsp;<a href=\"https://developers.facebook.com/docs/graph-api/changelog/version8.0#users\">User Picture</a>,&nbsp;<a href=\"https://developers.facebook.com/docs/graph-api/changelog/version8.0#social-plugins\">Facebook OEmbed</a>&nbsp;and&nbsp;<a href=\"https://developers.facebook.com/docs/graph-api/changelog/version8.0#instagram\">Instagram OEmbed</a>&nbsp;for details on how to start calling these Graph API endpoints today.</p><cite><a href=\"https://developers.facebook.com/blog/post/2020/08/04/Introducing-graph-v8-marketing-api-v8/\">Facebook for Developers blog</a></cite></blockquote>\n\n\n\n<p>In 2008, Leah Culver, one of the collaborators on the <a href=\"https://oembed.com/\">oEmbed</a> spec, <a href=\"https://blog.leahculver.com/2008/05/announcing-oembed-an-open-standard-for-embedded-content.html\">said</a> it was created to be &ldquo;an open web API standard for fetching embed code based on a URL.&rdquo; Requiring authentication in order to use oEmbed links seems like a violation of its intended purpose. For more than a decade, oEmbed has made it possible for users to easily share media across websites and social networks, without having to touch any code. It underpins a flourishing, connected landscape of web sharing that opens up new audiences for posts that might otherwise be buried in a social network&rsquo;s fast-moving timeline.</p>\n\n\n\n<p>In pursuit of a more secure walled garden, Facebook will now require all publishers to obtain developer app credentials in order to embed content that was previously available through simple URLs. Many users will be understandably frustrated when they find they can no longer embed Facebook and Instagram links the way they could in the past. Some will not be motivated to surmount the hurdle of setting up a Facebook app and may resort to posting screenshots or omitting the content altogether. A feature so widely used by non-technical users should not be suddenly locked away behind developer credentials.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Facebook turning off its oEmbed endpoint for FB and Instagram is another brick in the wall around Facebook reality.</p>&mdash; &#9899; Your roots are in the infinite (@thejaymo) <a href=\"https://twitter.com/thejaymo/status/1305960256082784259?ref_src=twsrc%5Etfw\">September 15, 2020</a></blockquote>\n</div>\n\n\n\n<p>At the time of publishing, none of the original oEmbed spec authors were available for comment regarding Facebook&rsquo;s API change, but we will update the post as new information becomes available.</p>\n\n\n\n<h2>WordPress to Remove Facebook and Instagram oEmbed Providers</h2>\n\n\n\n<p>In response to Facebook&rsquo;s API change, WordPress will be&nbsp;<a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/50861\" target=\"_blank\">removing Facebook as an oEmbed provider</a>&nbsp;in an upcoming core release. This will break a lot of content &ndash; many years&rsquo; worth of posts in some instances, and will require users to install a fallback plugin. WordPress plugin developer <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> has created a new plugin called <a href=\"https://wordpress.org/plugins/oembed-plus/\">oEmbed Plus</a> that brings back support for Facebook and Instagram content embedding. It guides users through the process of setting up Facebook developer app credentials.</p>\n\n\n\n<p>For those who are using the Gutenberg plugin, the Facebook and Instagram blocks have been <a href=\"https://github.com/WordPress/gutenberg/pull/24472\">removed</a> as part of tomorrow&rsquo;s version 9.0 release. oEmbed links will continue to work until Facebook&rsquo;s API change goes into effect.</p>\n\n\n\n<p>Moving forward, publishers will need to re-examine how they include social media links within their content. <a href=\"https://wptavern.com/wordpress-5-5-to-remove-hulu-from-list-of-supported-oembed-providers\">Hulu recently dropped oEmbed support</a> after being available as an oEmbed provider in WordPress for the past 11 years. As major players like Facebook and Instagram follow suit in abandoning open web API&rsquo;s, the web is growing increasingly more fragmented. Facebook&rsquo;s upcoming API change will leave millions of broken embeds in its wake, with little pieces of embedded history lost along the way, in instances where website owners are no longer updating their content.</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, 15 Sep 2020 22:47:12 +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:82:\"WPTavern: Digging Into Recipe Card Blocks, WPZOOM’s Solution for Recipe Bloggers\";s: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=104730\";s: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:201:\"https://wptavern.com/digging-into-recipe-card-blocks-wpzooms-solution-for-recipe-bloggers?utm_source=rss&utm_medium=rss&utm_campaign=digging-into-recipe-card-blocks-wpzooms-solution-for-recipe-bloggers\";s: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:8785:\"<p class=\"has-drop-cap\">After publishing a post about the new <a href=\"https://wptavern.com/start-a-recipe-blog-with-the-recipe-block-wordpress-plugin\">Recipe Block</a> plugin last week, several people were quick to point out that WPZOOM had released a recipe-related block plugin two years ago. Among them, was the plugin author, Pavel Ciorici. I had previously tested the <a href=\"https://wordpress.org/plugins/recipe-card-blocks-by-wpzoom/\">Recipe Card Blocks</a> plugin and thought it fit into that &ldquo;overly complex&rdquo; category that is not ideal for the average user who wants to share a recipe here or there. However, it may fit the bill for more dedicated recipe bloggers.</p>\n\n\n\n<p>Over the past few days, I have been testing the plugin and giving it a more in-depth second look.</p>\n\n\n\n<p><em>My thoughts on the plugin?</em> Not much has changed. I would still recommend the Recipe Block plugin that I covered last week for its simplicity and ease of use. However, this is not a comparison post. There is a lot to like about WPZOOM&rsquo;s Recipe Card Blocks plugin, and it caters to a similar but somewhat different audience. It is also not a single block plugin and would never be in the official WordPress block directory in its current form. Instead, it is a more fully-featured recipe plugin. Blocks are merely its primary component.</p>\n\n\n\n<p>Recipe Card Blocks is packed full of options and features. If that&rsquo;s your thing, it might interest you as a potential user. And, the pro version tacks on tons more, such as star ratings, social sharing, and adjustable serving sizes from the front end.</p>\n\n\n\n<h2>Recipe Card Blocks</h2>\n\n\n\n<img />Using the Recipe Card block in the editor.\n\n\n\n<p class=\"has-drop-cap\">The primary feature of the plugin is its Recipe Card block, which outputs Schema markup. This could give a search results boost or at least help search engines understand that you have a recipe on the site. For serious recipe bloggers, this is probably one of the most important features this plugin offers.</p>\n\n\n\n<p>The question is really if the plugin&rsquo;s Recipe Card block is worth using. For users who want options, options, and more options, the plugin offers at least a couple dozen of them for this one block alone. It has a plethora of toggles, inputs, buttons, and other things to customize. The downside is that it can be a bit overwhelming. With so many options, it also means the plugin developers must maintain tighter control over the elements within the block, which can mean less flexibility in other ways.</p>\n\n\n\n<p>The block includes the standard fields that one might expect for a recipe card, such as servings, cook and prep time, ingredients and directions lists, and an image. However, it goes above and beyond by including extra features like:</p>\n\n\n\n<ul><li>Grouping for ingredients and directions.</li><li>Recipe video section.</li><li>Notes section.</li><li>Pinterest button.</li><li>Print button.</li></ul>\n\n\n\n<p>One of my favorite features of the Recipe Card block is that site readers can check off ingredients on the front end. For ingredient-heavy recipes, this can be a time-saver in the kitchen as you gather the things you need to get started.</p>\n\n\n\n<img />Ticking items off the ingredients checklist on the front end.\n\n\n\n<p>The default design is beautiful. There is ample spacing between elements. The sections are clearly separate so that there&rsquo;s no confusion for the reader. It simply looks good.</p>\n\n\n\n<p>However, there are some limitations and issues. At times, the default design is too opinionated, overruling theme styles. It also does not support wide alignment and has a hard limit on its maximum width of 750 pixels. This could make it undesirable with some site designs. Nevertheless, the plugin team made generally smart design decisions. It should work well within most contexts.</p>\n\n\n\n<p>What makes the Recipe Card block tough to use is that end-users must jump back and forth between the post content area and the block options in the right sidebar panel. For example, users must add the course, cuisine, and difficulty text in the sidebar but add the servings, prep time, and cooking time in the content editor.</p>\n\n\n\n<p>Entering items in the ingredients or directions lists also requires more work than one might think. Typically, in visual editors, simply hitting the <code>Enter</code> key should create a new list item. This is not the case with the Recipe Card block. Even tabbing moves users to other controls instead of hopping between items in the list. It is particularly frustrating if you prefer to use the keyboard over the mouse.</p>\n\n\n\n<p>These usability issues keep the plugin from being simply a <em>good</em> plugin rather than a <em>great</em> plugin. User experience issues are not insurmountable. They can be addressed, and I hope the team can continue iterating on and improving the experience.</p>\n\n\n\n<p>I would also like to see the block opened up for the addition of other inner, sub-blocks. Currently, the layout is locked in place. While it may be suitable for some users, locking the block template means that users can neither move the current elements around nor add custom sections that suit their needs. Locking the block means that the plugin author retains control over much of the output, which can sometimes be a good thing &mdash; quality control. However, it makes the block less flexible.</p>\n\n\n\n<p>This inflexibility is somewhat mitigated with the plugin&rsquo;s other blocks. While the Recipe Card block is the primary feature of the plugin, it does break its sub-elements down into individual blocks that users can use to create their own layout by dropping them into a Group or other container-type block. It offers the following extra blocks:</p>\n\n\n\n<ul><li>Details</li><li>Directions</li><li>Ingredients</li><li>Jump to Recipe</li><li>Print Recipe</li><li>Nutrition</li></ul>\n\n\n\n<img />Separate Nutrition block in the editor.\n\n\n\n<p>With a little ingenuity and perhaps a plugin like <a href=\"https://wordpress.org/plugins/block-pattern-builder/\">Block Pattern Builder</a> (a plugin that I maintain), end-users could create custom, reusable recipe layouts.</p>\n\n\n\n<h2>The Big Issue</h2>\n\n\n\n<p class=\"has-drop-cap\">The thing I dislike about the plugin the most is that it outputs a &ldquo;RECIPE CARD PLUGIN BY WPZOOM&rdquo; message in the front-end post content output. This message is hidden in the editor view. Plugin users can see it only on the front end. For the average user, there is no easy way to remove this message without upgrading to the pro version of the plugin, which costs at least $69.</p>\n\n\n\n<p>Frankly, commercializing the removal of a credit link a shady business practice. It is a tactic that preys on those who do not know how to code. <em>Sorry, I got no love to give for this.</em></p>\n\n\n\n<p>This was frowned up 10-15 years ago when theme authors were doing it. It should be frowned upon today when plugin authors do the same.</p>\n\n\n\n<p>Upsell custom branding. Upsell a 100 other things that <em><strong>add value</strong></em>. Don&rsquo;t upsell removing a credit link that you are outputting in the user&rsquo;s post content. This one problem with the plugin paints a stain over everything else that is good about it.</p>\n\n\n\n<h2>Final Thoughts</h2>\n\n\n\n<p class=\"has-drop-cap\">I do not want to end on a negative note. Recipe Card Blocks is a useful plugin for those who want more than a basic recipe block. It is almost more of a recipe management tool but not quite.</p>\n\n\n\n<p>I would have taken a different route with some of the development based on the publicly-known plans for the plugin. For example, I could see creating a recipe custom post type separate from the block system. Then, allow users to insert these &ldquo;recipe posts&rdquo; into the block editor. With plans to add custom taxonomies to the plugin, it makes sense to keep the whole data layer separate.</p>\n\n\n\n<p>It seems the plugin is torn between being a recipe block and a full recipe management plugin. I would like to see it fully commit to the latter because that seems to be the direction it is heading. However, from an architectural standpoint, it will need work to get there. It can still be done, despite two years of legacy code, and it has the opportunity to carve out its own space in the ecosystem.</p>\n\n\n\n<p>If the plugin&rsquo;s development team would remove the upsell of the credit link, I would absolutely recommend this plugin to people who want to run a serious, full-time recipe blog. It has those extra features like a nutrition label, a print button, and Schema markup that give it an edge over some of the competition. For users who simply want to add a recipe on their blog from time to time, it is overkill.</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, 15 Sep 2020 21:25: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:14:\"Justin Tadlock\";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:42:\"Akismet: Introducing updated Akismet plans\";s: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:31:\"http://blog.akismet.com/?p=2086\";s: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://blog.akismet.com/2020/09/15/introducing-updated-akismet-plans/\";s: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:3109:\"<p>Since Akismet launched nearly 15 years ago, it has <a href=\"https://blog.akismet.com/2020/07/06/akismet-five-hundred-billion-with-a-b-spam/\">blocked 500 billion spam comments</a>. We’re proud to have saved you countless hours of moderation time, reduced frustration for millions of people, and helped make the web a more beautiful place.</p>\n<p>Akismet is the most powerful solution on the market for stopping spam, but spammers are continually inventing new ways to get past our filters. Adding new spam detection techniques will ensure we keep Akismet one step ahead of bad actors, but it will require additional investment. We don’t take changing prices lightly. In fact, we haven’t changed the price of the entry-level plan since it was introduced in 2005.</p>\n<p>For commercial sites, the price of Akismet will be better aligned to API usage. This means that as you use Akismet more, the cost per API call will decrease.</p>\n<p>For those that use Akismet on your personal sites — we’re 100% committed to offer Akismet at a price you can afford. Spam is a menace to the internet and we feel that everyone should have the ability to stop spam on their websites. Even if you’re not making money from your site, we want you to have the best spam filter available. We will continue to provide the option to pay what you can, and we thank you for helping to contribute to this project.</p>\n<p><strong>To our current customers, you don’t need to do anything now.</strong> Your plan will remain at its original price and API limits at least into 2021. If you’d like to switch plans or start a new account, your plan will start at the new price.</p>\n<p><img /></p>\n<p><strong>What’s different?</strong></p>\n<p><span>Personal</span></p>\n<p>No changes. For sites that don’t sell anything, advertise, or have affiliate links, Akismet is available for whatever amount you are able to pay.</p>\n<p><span>Plus</span></p>\n<p>Akismet will block spam on one site for up to 10,000 API calls and provide priority support for $8.33 per month billed yearly. The price for monthly billing is $10. That’s equal to two months free for selecting yearly billing.</p>\n<p><span>Enterprise</span></p>\n<p>We’re decreasing the price of our Enterprise plan! Yearly plans will now be $41.66 per month, with the total yearly cost at $500 instead of $550. For monthly billing, the price is staying the same at $50 per month. For enterprise plans, Akismet will block spam on multiple sites for up to 60,000 API calls per month, as well as provide priority support on all sites.</p>\n<p><span>Enterprise Plus</span></p>\n<p>For our largest customers, we’re happy to provide discounted pricing and dedicated support through this new plan. If your sites have more than 60,000 API calls per month, <a href=\"mailto:partners@akismet.com\">contact us</a> and we’ll be happy to set you up.</p>\n<p>Thank you for your continued support of Akismet. If you have questions specifically related to your own Akismet account or API key, then <a href=\"https://docs.akismet.com/\">please visit our Support page</a>.</p>\n<p>&nbsp;</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, 15 Sep 2020 15:59:06 +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:10:\"Josh Smith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:83:\"WPTavern: Podcasting During the Pandemic: Castos Sees 300% Growth in New Podcasters\";s: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=102111\";s: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:207:\"https://wptavern.com/podcasting-during-the-pandemic-castos-sees-300-growth-in-new-podcasters?utm_source=rss&utm_medium=rss&utm_campaign=podcasting-during-the-pandemic-castos-sees-300-growth-in-new-podcasters\";s: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:6841:\"<img />&ldquo;My Podcast Set I&rdquo;&nbsp;by brainblogger&nbsp;is licensed with <a href=\"https://creativecommons.org/licenses/by/2.0/\">CC BY 2.0.</a> \n\n\n\n<p>Podcasting, like many other industries during the pandemic, is seeing a strong shift over the past six months, which has resulted in more shows and fewer listeners. While some avid podcast fans have taken solace in listening to their favorite shows to stay connected, many listeners who previously had podcasts built into their routines have turned to other forms of media consumption in the absence of a daily commute.</p>\n\n\n\n<p>In April, global podcast listening was <a href=\"https://blog.voxnest.com/coronavirus-impact-on-podcast-listening/\">up 42%</a> (and 53% in Europe) as lockdowns began in the U.S. and other parts of the world. Although listening in the U.S. went down 20%, certain verticals remained strong, such as true crime, music interviews, science, medicine, religion and spirituality, and self-improvement. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">worst part of still quarantining is the fact that I don&rsquo;t drive anywhere so im super behind on my podcasts</p>&mdash; Brad Parbs (@bradparbs) <a href=\"https://twitter.com/bradparbs/status/1301571407437074433?ref_src=twsrc%5Etfw\">September 3, 2020</a></blockquote>\n</div>\n\n\n\n<p>Prior to the pandemic, the podcasting industry was experiencing a boom, with experts projecting marketers to spend <a href=\"https://www.searchenginejournal.com/marketers-will-spend-1-billion-on-podcast-advertising-by-2021-report/316499/#close\">over $1 billion in advertising by 2021</a>. The pandemic has thrown a wrench into the industry&rsquo;s growth. In the months of continued isolation and social distancing, E-marketer recorded its first contraction in time spent listening since it began tracking in 2015 but estimates a rebound in the coming years.</p>\n\n\n\n<img /><strong><em>Source:</em></strong>&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.emarketer.com/\" target=\"_blank\">eMarketer</a>, June 2020 (<a rel=\"noreferrer noopener\" href=\"https://www.emarketer.com/content/time-spent-with-podcasts-will-dip-amid-pandemic-should-rebound-by-2022?ecid=NL1001\" target=\"_blank\">https://www.emarketer.com/content/time-spent-with-podcasts-will-dip-amid-pandemic-should-rebound-by-2022?ecid=NL1001</a>)\n\n\n\n<p>The pandemic may have temporarily stunted the growth of listeners, but the team at <a href=\"https://castos.com/\">Castos</a> is witnessing a new trend emerging: individual creators and businesses are finding the time and inspiration for firing up new shows. From April until now, the podcast hosting company has seen a 300% increase in new trials, and a 102% increase in MRR over last two years. Castos currently has nearly 2,000 paying customers. </p>\n\n\n\n<p>The company started in 2017 after non-technical founder Craig Hewitt acquired the <a href=\"https://wordpress.org/plugins/seriously-simple-podcasting/\">Seriously Simple Podcasting</a> plugin from its original creator, Hugh Lashborooke.&nbsp;Hewitt expanded the platform to allow both WordPress and non-WordPress users to create podcasts, and has grown the business to support seven remote, full-time employees. He attributes most of the industry&rsquo;s fresh infusion of new shows to companies that are exploring new ways of getting into customers&rsquo; homes.</p>\n\n\n\n<p>&ldquo;Many brands are finding that traditional marketing efforts are falling short in these turbulent times, but great content that serves a specific audience always has an impact,&rdquo; Hewitt said.&nbsp;&ldquo;Many companies are pivoting from more conventional paid acquisition approaches to building stronger and longer lasting relationships with their audiences through podcasting.&rdquo;</p>\n\n\n\n<p>Hewitt said he expects the trend to continue after the pandemic subsides. Many of the companies Castos works with have reported that podcasting is likely to become a core part of their marketing efforts for the long haul, in both B2B and B2C environments. </p>\n\n\n\n<p>&ldquo;Like the move to remote work many companies are seeing that podcasting isn&rsquo;t hard to do, and provides great returns for them in terms of branding and as a top of funnel customer acquisition strategy,&rdquo; Hewitt said. &ldquo;Whether in the midst of Coronavirus or afterwards this will continue to be true and the momentum that podcasting has gained should continue.&rdquo;</p>\n\n\n\n<p>Approximately 70% of Castos&rsquo; hosting customers are using the Seriously Simple Podcasting plugin. The hosting platform is unique in the podcasting market in that it automates YouTube Republishing, transcriptions, and Headliner integration, while allowing users to manage it all via WordPress. Castos recently hired Matt Medeiros, an experienced podcaster and YouTube creator, to help new podcasters keep pushing with their shows and convert into longterm customers. He shares Hewitt&rsquo;s optimistic outlook on the future of the industry.</p>\n\n\n\n<p>&ldquo;There were early reports that podcast download stats dropped in tandem with listener commute times, but I think that opened up opportunity for creators to really capture their most loyal audiences,&rdquo; Medeiros said.</p>\n\n\n\n<p>&ldquo;The other side of that coin are the businesses that needed to stay top of mind with the customers while their doors were closed. Spinning up a podcast is a perfect way to do that. Podcasts come in all shapes and sizes, so building one that&rsquo;s tailored to your customers is what really matters and will survive through our post-pandemic &lsquo;new normal.\'&rdquo;</p>\n\n\n\n<p>Portability is the common denominator for podcasts &ndash; people are listening from their desktops, mobile devices, and smart speakers, using a variety of different apps. But audiences vary in their appetites for staying informed, educated, and entertained through the podcasting medium. Medeiros advises both new and established podcasters to find out what kind of show their customers want them to produce.</p>\n\n\n\n<p>&ldquo;Podcasts don&rsquo;t have to be cookie cutter,&rdquo; Medeiros said. &ldquo;If you spend time getting feedback from your customers or audience, you want to tailor the show around that. Do they like 15 minute news highlights or 3 hour 1-on-1 interviews? Do they want hard news or laugh out loud entertainment? What&rsquo;s in it for them as a listener? What&rsquo;s in it for you as a creator?</p>\n\n\n\n<p>&ldquo;At the end of the day, the biggest opportunity for podcasting is that it opens the door to having your favorite creators and fans in the same room every time you publish an episode. It&rsquo;s a chance to (literally) have a conversation and build trust through creative storytelling &ndash; your brand&rsquo;s digital handshake.&rdquo;&nbsp;</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, 15 Sep 2020 01:44:30 +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:85:\"WPTavern: Plugin Authors Can Opt Into Email Confirmation for WordPress Plugin 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104653\";s: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:215:\"https://wptavern.com/plugin-authors-can-opt-into-email-confirmation-for-wordpress-plugin-updates?utm_source=rss&utm_medium=rss&utm_campaign=plugin-authors-can-opt-into-email-confirmation-for-wordpress-plugin-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5149:\"<p class=\"has-drop-cap\">Overnight, the Meta Team for WordPress.org <a href=\"https://meta.trac.wordpress.org/changeset/10255\">flipped the switch</a> for a new plugin author feature in the official directory. It allows plugin authors to opt into confirming plugin updates via email. Release confirmations will strengthen security and make sure any updates sent in are intentional.</p>\n\n\n\n<p>Dion Hulse opened the <a href=\"https://meta.trac.wordpress.org/ticket/5352\">original ticket</a> six weeks ago with a detailed proposal and set of questions. <a href=\"https://wptavern.com/wordpress-5-5-eckstine-introduces-block-directory-block-patterns-and-automatic-updates-for-themes-and-plugins\">WordPress 5.5</a> introduced <a href=\"https://wptavern.com/automatic-theme-and-plugin-updates-slated-for-wordpress-5-5\">automatic updates</a> for plugin and theme authors. While auto-updates are completely opt-in for end-users, Hulse wanted to make sure that WordPress.org was on top of any potential disasters that may arise from the new system, such as accidental or even malicious plugin releases.</p>\n\n\n\n<p>&ldquo;I&rsquo;d like to propose that we add an extra optional step into the release flow for plugins, not intended on adding friction, but intending to ensure that plugin releases only get made when they&rsquo;re intended to,&rdquo; he wrote. &ldquo;A simple Email confirmation.&rdquo;</p>\n\n\n\n<p>At the moment, release confirmation via email is merely an opt-in feature that all plugin authors can take advantage of. However, the original proposal required it for high-usage plugins &mdash; there was never a definitive minimum install count that constituted &ldquo;high usage&rdquo; in the ticket.</p>\n\n\n\n<p>The general agreement on how this feature should work seems to be:</p>\n\n\n\n<ul><li>Opt-in for all plugin authors now.</li><li>Forced opt-in and no opt-out for high-usage plugins soon.</li><li>Opt-out for all other plugins in the future.</li></ul>\n\n\n\n<p>For larger plugins with multiple committers, there was some discussion on requiring confirmation from a separate committer who did not push the code live. This would essentially require two people to confirm that a plugin update is valid. This could potentially add to the friction that Hulse wanted to avoid in the original proposal. However, some friction for plugins with millions of installs might not always be such a bad thing. These plugins serve a massive user base and can damage WordPress&rsquo;s reputation if a malicious actor gained commit access somehow. Having two people confirm an update is <em>a good kind</em> of friction in some cases.</p>\n\n\n\n<p>However, requiring two-person confirmation is a more nuanced discussion that will need to happen. For example, Chris Christoff brought up examples in the ticket of not being able to send updates for plugins with two committers when one is on vacation or when the committers live in different time zones. Perhaps this will be an opt-in feature for plugin companies that choose to go this route in the future, depending on what fits their release flow best.</p>\n\n\n\n<p>On the whole, the current implementation is a good starting position that will allow the community to iron out further details. This is about making WordPress more secure. If there is an extra step involved in publishing a code update, plugin authors should be on board with the process. Verifying the validity of a release sounds like a common-sense security feature. I would welcome WordPress.org making this a hard requirement &mdash; neither opt-in nor opt-out &mdash; in the long run after the feature has gone through a few rounds of real-world testing.</p>\n\n\n\n<p>Theme developers do not have access to this feature at this time. However, the theme authors do not have access to SVN and must submit updates via a ZIP file. It is a much more manual process and should not be subjected to the same number of potential mishaps as plugin updates.</p>\n\n\n\n<h2>How Plugin Authors Can Enable Release Confirmation Emails</h2>\n\n\n\n<img />Enable email release confirmation form for plugin authors.\n\n\n\n<p class=\"has-drop-cap\">Plugin authors should now see a new administration option for each of their projects listed in the official plugin directory. The Danger Zone section of the Advanced View tab should display a new sub-section for enabling release confirmation emails. From there, authors merely need to click a button to turn them on.</p>\n\n\n\n<p>It is important to note that, once enabled, release confirmation emails cannot be disabled from the same screen. Plugin authors are presented with the following notice before enabling the feature:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Warning: Enabling release confirmations is intended to be a permanent action. There is no way to disable this without contacting the plugins team.</p></blockquote>\n\n\n\n<p>Do not let the warning put you off if you are a plugin author. This is a good thing. Go ahead and enable it on at least one plugin if you want to test it first. I already have done so for one of my plugins. It is a simple process and helps add one additional layer of security over your plugins.</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, 14 Sep 2020 20:34: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:14:\"Justin Tadlock\";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:48:\"BuddyPress: BuddyPress 6.3.0 Maintenance release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=313809\";s: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:48:\"https://buddypress.org/2020/09/buddypress-6-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:1260:\"<p>Immediately available is <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.3.0.zip\">BuddyPress 6.3.0</a>. This maintenance release:</p>\n\n\n\n<ul><li>fixes 1 bug related to the 6.2.0 release,</li><li>fixes 2 bug related to the 6.0.0 release,</li><li>is a recommended upgrade for all BuddyPress installations.</li></ul>\n\n\n\n<p>For details on the changes, please read the&nbsp;<a href=\"https://codex.buddypress.org/releases/version-6-3-0/\">6.3.0 release notes</a>.</p>\n\n\n\n<p>Update to BuddyPress 6.3.0 today in your WordPress Dashboard, or by&nbsp;<a href=\"https://wordpress.org/plugins/buddypress/\">downloading from the WordPress.org plugin repository</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Many thanks to 6.3.0 contributors <span class=\"dashicons dashicons-heart\"></span></h2>\n\n\n\n<p>&nbsp;<a href=\"https://profiles.wordpress.org/DJPaul/\">Paul Gibbs (DJPaul)</a>,&nbsp;<a href=\"https://profiles.wordpress.org/scipi\">scipi</a>,&nbsp;<a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dcavins/\">David Cavins (dcavins)</a>, <a href=\"https://profiles.wordpress.org/webmasterfreya/\">webmasterfreya</a>, &nbsp;<a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet (imath)</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, 14 Sep 2020 17:26:10 +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:\"Mathieu Viet\";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:90:\"WPTavern: WordPress Themes Directory Adds New “Delist” Status for Non-Compliant Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104585\";s: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:213:\"https://wptavern.com/wordpress-themes-directory-adds-new-delist-status-for-non-compliant-themes?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-themes-directory-adds-new-delist-status-for-non-compliant-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4182:\"<p>In August, following the <a href=\"https://wptavern.com/astra-theme-suspended-and-reinstated-themes-team-works-toward-delisting-strategy-for-guideline-violations\">suspension of the popular Astra theme</a>, WordPress Meta contributors opened a ticket to add a new &ldquo;delisting&rdquo; status for non-compliant themes. Astra&rsquo;s infraction, breaking the directory&rsquo;s ban on affiliate links, put more than a million users at risk of not getting theme updates just as WordPress 5.5 was on deck for release. This week the team <a href=\"https://meta.trac.wordpress.org/changeset/10240\">committed a patch</a> for a delist status that will temporarily hide a theme from search, while still making it available directly. Alex Shiels outlined how the new status will work:</p>\n\n\n\n<ul><li>Delist is only available from a&nbsp;<code>published</code>&nbsp;state.</li><li>Relist will set the status back to&nbsp;<code>publish</code>.</li><li>Delisted themes are excluded from site search.</li></ul>\n\n\n\n<p>While a full suspension may seem like the best retributive action when theme authors violate directory guidelines, the necessity for users to be able to continue to get updates outweighs throwing the book at the author, especially for a first-time offense. A delisting policy is more restorative in that it seeks to maintain the connection that users have with the theme&rsquo;s author instead of merely imposing a penalty that might ultimately have a negative impact on everyone involved.</p>\n\n\n\n<p>In the past, the Themes Team has been limited on available actions for responding to violations. Ionut Neagu, CEO of ThemeIsle, had his company&rsquo;s popular Zerif Lite theme <a href=\"https://wptavern.com/zerif-lite-suspended-from-wordpress-theme-directory-300k-users-left-without-updates\">suspended from the directory in 2016</a> for a five-month period that left 300,000+ users without maintenance and security updates. It also resulted in a 63% decline in the company&rsquo;s revenue for that theme, since ThemeIsle was using WordPress.org as the primary channel for distribution.</p>\n\n\n\n<p>Neagu remarked on how the new &ldquo;delist&rdquo; status provides a less severe transition back into the directory for popular themes:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The practice of delisting is something that&rsquo;s already been done by other companies in similar situations. For instance, delisting is what Google does all the time when they find a website that doesn&rsquo;t comply. Then, the website is allowed to come back and appear on the ranking pages again when the issues are fixed.</p><p>In the end, I think this is a move in the right direction and an improvement to the process of what happens with a problematic theme.</p></blockquote>\n\n\n\n<p>Despite the controversial decision that slashed ThemeIsle&rsquo;s revenue from $120k/month to $45k/month in 2017, the company continued to support the theme, as well as new products, with WordPress.org as the main place to find them. Neagu reported that when the theme was reinstated, its revenue continued to be hard hit. It lost momentum and was unable to ride the wave of its initial success. Astra faired much better in the aftermath of its violation, given its short-lived suspension.</p>\n\n\n\n<p>WordPress Themes Team member Alexandru Cosmin requested the ticket for adding the delisting status receive prompt attention, as the team is set to <a href=\"https://meta.trac.wordpress.org/ticket/5362#comment:13\">introduce some new policies</a> and requirements that are tied to it. The patch was committed and then reverted temporarily to review how it impacted theme trac tickets, but the bugs appear to be unrelated to the patch.</p>\n\n\n\n<p>The volunteer Themes Team has essentially been the de facto guardians of the WordPress.org marketplace that sends millions of dollars to theme authors, and they perform a great service to the community. But in the interest of supporting and accelerating the growth of the WordPress ecosystem, the team needs to adopt policies that create a more restorative path for violators, instead of obstructing the growth of products where issues have been quickly resolved.</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, 11 Sep 2020 22:59:30 +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:95:\"WPTavern: Addressing the Theme Design Problem With Gutenberg’s New Block-Based Widgets System\";s: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=104569\";s: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:229:\"https://wptavern.com/addressing-the-theme-design-problem-with-gutenbergs-new-block-based-widgets-system?utm_source=rss&utm_medium=rss&utm_campaign=addressing-the-theme-design-problem-with-gutenbergs-new-block-based-widgets-system\";s: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:5655:\"<p class=\"has-drop-cap\">I could hardly sleep last night. Once in a blue moon, I have an idea I want to try out. While my day job as a writer means I spend far less time breaking sites through the rigorous trials and errors of building plugins and themes, some problems bug me with WordPress, the sort that keeps me from dozing into restful and peaceful dreams.</p>\n\n\n\n<p>Last week, Gutenberg 8.9 <a href=\"https://wptavern.com/gutenberg-8-9-brings-block-based-widgets-out-of-the-experimental-stage\">dropped the experimental flag</a> from its block-based widgets system. Overall, it was a solid first outing for a feature that should land in WordPress 5.6 this December. However, the largest problem centered on how theme authors would be able to style widgets in traditional fashion. Because actual widgets are being phased out and replaced with blocks, theme authors will no longer have access to the standard widget and widget title classes. This is problematic because there is no predictable way to style all widgets of a particular sidebar to look the same.</p>\n\n\n\n<p>The classic example is of the <em>boxed</em> widget design. Many themes, such as the popular <a href=\"https://wordpress.org/themes/colibri-wp/\">Colibri</a>, employ such a design for their sidebars as shown in the following screenshot.</p>\n\n\n\n<img />Boxed widget design in right sidebar of Colibri theme.\n\n\n\n<p>In its current state, there is no reliable way for theme authors to create such a sidebar design via the block-based widgets system. Because there is no way to exert any sort of control over the structure of whatever content users will drop into a sidebar, it would be easy to look at this situation and think that theme designers are losing control.</p>\n\n\n\n<p>Based on a recent <a href=\"https://github.com/WordPress/gutenberg/issues/25174\">GitHub ticket</a> and a related <a href=\"https://wordpress.slack.com/archives/C02QB2JS7/p1599661386001500\">Slack discussion</a> from earlier this week, it does not appear that the Gutenberg development team intends to create parity between the old and new widgets systems, at least as far as theme design is concerned.</p>\n\n\n\n<p>It bears repeating. I am a fervent supporter of <a href=\"https://wptavern.com/rebirth-of-creativity-gutenberg-and-the-future-of-wordpress-themes\">handing over this type of ultimate control</a> to the user. However, we need to balance that with helping them to make smart choices.</p>\n\n\n\n<p>Theme authors must begin thinking about how this impacts the work they do and come up with creative solutions for sidebars, widgets, and other areas that will be affected by full-site editing in the future.</p>\n\n\n\n<h2>A Potential Solution</h2>\n\n\n\n<p class=\"has-drop-cap\">That thing that kept me up last night was an idea of combining block patterns, <a href=\"https://wptavern.com/block-patterns-will-change-everything\">one of my favorite features</a>, with widgets. The trouble was that the block-based widgets system does not currently support block patterns. And, until a quick discussion with Mark Uraine, one of Gutenberg&rsquo;s designers, on a <a href=\"https://github.com/WordPress/gutenberg/issues/22875#issuecomment-689601857\">GitHub ticket</a>, the idea did not seem to even be on the table.</p>\n\n\n\n<p>For theme authors, the traditional sidebar and widget system of the past was nothing more than a pattern. WordPress provided theme devs with the ability to set a wrapping HTML element for the entire widget and the widget title. It was a rigid and inflexible system, but it was a reliable standard.</p>\n\n\n\n<p>Block-based widgets are the complete opposite. They are essentially a free-for-all where users can drop arbitrary content into a &ldquo;block area.&rdquo;</p>\n\n\n\n<p><em>What happens when we combine the structure of patterns with the flexibility of blocks inside of sidebars?</em></p>\n\n\n\n<p>That was the idea that got me out of bed and behind the computer screen early this morning after my restless night. It was such a simple concept. Theme authors could provide a &ldquo;widget&rdquo; pattern to their end-users. This would provide users with a choice between what the theme author thinks best and forging their own path &mdash; the best of both worlds.</p>\n\n\n\n<img />Simple example of recreating a boxed &ldquo;widget&rdquo; pattern.\n\n\n\n<p>And, here is where the beauty of the block system really comes in. Theme authors can create any number of patterns. This provides even more options for users.</p>\n\n\n\n<p>Regardless of whether the Gutenberg plugin currently supports patterns for the block-based widget system, the idea was simple to test. In a sidebar on the new widgets screen, I merely needed to add a new Group block with the <code>widget</code> class. Then, I added an H3 Heading block with the <code>widget__title</code> class. Those classes may even be unnecessary in the context of patterns unless theme authors want to directly target them. Outside of the custom classes, I added a simple background to the Group block and changed the text color of the Heading. I also inserted an empty paragraph where the user&rsquo;s custom content would go.</p>\n\n\n\n<p>Afterward, it was a simple matter of testing it with various blocks.</p>\n\n\n\n<img /><em>Faux</em> block pattern in the widgets block editor.\n\n\n\n<p>I would love to know what theme authors and the Gutenberg team think of the idea. I think it has some merit while soothing some of the transitional pains between traditional widgets and block-based widgets.</p>\n\n\n\n<p>The biggest issue I see is the discoverability aspect. Will end-users know these &ldquo;widget/block patterns&rdquo; exist if theme authors went this route?</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, 11 Sep 2020 18:56: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:14:\"Justin Tadlock\";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:72:\"WPTavern: AMP Plugin 2.0 Adds Onboarding Wizard and Expanded Reader Mode\";s: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=104487\";s: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:189:\"https://wptavern.com/amp-plugin-2-0-adds-onboarding-wizard-and-expanded-reader-mode?utm_source=rss&utm_medium=rss&utm_campaign=amp-plugin-2-0-adds-onboarding-wizard-and-expanded-reader-mode\";s: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:4008:\"<p>The <a href=\"https://wordpress.org/plugins/amp/\">official AMP plugin for WordPress</a> recently crossed the 2.0 milestone, a major release that <a href=\"https://github.com/ampproject/amp-wp/milestone/28?closed=1\">closed 141 issues and merged 174 pull requests</a>. The release was originally planned for v1.6 but due to the number of major changes the team decided to bump it to 2.0.</p>\n\n\n\n<p>One of the most significant updates in this release is the expansion of the Reader Mode. The plugin has a lot of AMP-specific terminology associated with it and unless you are working with it every day, it&rsquo;s easy to get confused by the different modes. Standard Mode is an AMP-first site where all URLs are presented as AMP pages. Transitional Mode uses one theme but canonical non-AMP URLs may offer a separate AMP version. Reader Mode uses two themes with the active one for canonical non-AMP URLs and a separate &ldquo;Reader&rdquo; theme for AMP URLs.</p>\n\n\n\n<p>Version 2.0 introduces a new AMP Customizer for customizing the Reader theme. It loads with a mobile view and does not support widgets or homepage settings, as they are not applicable for the AMP version. The AMP Customizer makes it easy for site owners to make tweaks and changes that will only apply to the AMP version of URLs.</p>\n\n\n\n<img />\n\n\n\n<p>The Reader Mode is especially useful for sites that are not using <a href=\"https://amp-wp.org/ecosystem/themes/\">AMP-compatible themes</a>. Google engineer Weston Ruter described the expanded Reader Mode as follows:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Reader mode now allows for any AMP-compatible theme to be used to serve AMP pages, rather than just the legacy post templates. This allows for long-requested features including nav menus, logos, commenting, and template design variations. It also makes it possible to serve all URLs of a Reader-mode site in AMP, as opposed to just singular posts.&nbsp;</p></blockquote>\n\n\n\n<p>One major usability update in version 2.0 is the addition of an onboarding wizard and revamped Settings screen that guides users through the different templating modes when configuring the plugin. Users who are routed to Reader Mode will be presented with a selection of themes for serving AMP pages and the wizard will handle installation. The final step of the configuration process allows users to review their choices in a preview screen.</p>\n\n\n\n<img />\n\n\n\n<p>Given the complexity of the AMP plugin and its many configuration options, the onboarding wizard was a critical addition if the plugin is going to grow past 500,000 active installs to reach a larger number of non-technical users.</p>\n\n\n\n<p>Another notable update in this release includes a feature called &ldquo;Plugin Suppression&rdquo; that allows administrators to turn certain plugins off for AMP pages if they are causing validation errors. It also introduces mobile redirection for Transitional/Reader mode sites where AMP is intended to be the mobile version.</p>\n\n\n\n<p>AMP is still far from a plug-and-play experience for WordPress users but the plugin does a lot of the heavy lifting and is evolving towards becoming more approachable for non-technical users. To that end, the AMP plugin team just announced a new video series that will focus on success with WordPress as a content creator, as well as performance and usability.</p>\n\n\n\n<p>&ldquo;We are crafting it with an audience in mind that covers both technical and non-technical users,&rdquo; Google Developer Advocate Alberto Medina said. &ldquo;The 2.0 version of the plugin makes an emphasis on providing options for users that are non technical but still want to take advantage of AMP to bring great page experiences to their users.&rdquo; </p>\n\n\n\n<p>The series will launch next week on <a href=\"https://www.youtube.com/c/TheAMPProject\">Google&rsquo;s AMP YouTube channel</a>. Medina is also working on another series geared towards content creators that will cover topics like Web Stories in the first episodes. </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, 10 Sep 2020 22:44:54 +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: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:68:\"WPTavern: Start a Recipe Blog With the Recipe Block WordPress 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=104474\";s: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:181:\"https://wptavern.com/start-a-recipe-blog-with-the-recipe-block-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=start-a-recipe-blog-with-the-recipe-block-wordpress-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:4468:\"<p>&ldquo;Organize your quarantine-inspired baking blog with a &lsquo;Recipe&rsquo; block!&rdquo; read the opening description of Kelly Choyce-Dwan&rsquo;s new plugin, <a href=\"https://wordpress.org/plugins/recipe-block/\">Recipe Block</a>. That was enough to pique my interest. I love food. I love baking &mdash; mostly pizza and bread. Food-related plugins and themes almost inspire me to spin up a recipe blog of my own. <em>Almost.</em></p>\n\n\n\n<p>At least with plugins like this, I can dream of building that site. Or, I can vicariously live through those who have the inclination, passion, and drive to post recipes regularly.</p>\n\n\n\n<p>For far too long, building a recipe blog has required specialized themes or overly complex plugins. I have been eagerly awaiting a simple recipe block because I have known since Day 1 of Gutenberg&rsquo;s launch that it would be well-suited to such a feature. Choyce-Dwan&rsquo;s Recipe Block plugin makes the complex simple and brings recipe-blogging to any WordPress user.</p>\n\n\n\n<h2>Using the Recipe Block</h2>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img />Recipe Block</li><li class=\"blocks-gallery-item\"><img />Cover + Recipe Block</li><li class=\"blocks-gallery-item\"><img />EditorPlus + Recipe Block</li></ul>\n\n\n\n<p class=\"has-drop-cap\">Within a couple of minutes of installing and activating the plugin, I had a quick pizza recipe set up and published on my test install. It worked well with the several themes I tested it against. I did make a couple of spacing adjustments via CSS for my personal theme, but that is not uncommon for plugins that have front-end output.</p>\n\n\n\n<p>Technically, the plugin adds four blocks:</p>\n\n\n\n<ul><li><strong>Recipe:</strong> Primary block that houses other blocks.</li><li><strong>Information:</strong> Sub-block for adding servings, time, and difficulty level.</li><li><strong>Ingredients:</strong> Sub-block for listing ingredients.</li><li><strong>Directions:</strong> Sub-block for listing directions.</li></ul>\n\n\n\n<p>The Recipe block also makes use of the core Image and Heading blocks. It is as simple to use as nearly any other block. Add the block to a post via the inserter or the <code>/recipe</code> slash command. From there, end-users can customize the output to their heart&rsquo;s content.</p>\n\n\n\n<p>Because the Recipe block itself lacks any custom colors or other stylistic options outside of wide and full-width alignment, the easiest way to spruce up the design a bit is to drop it into a Cover or Group block. Doing so provides a wider range of design options. For those users who need even more design control, Munir Kamal&rsquo;s <a href=\"https://wptavern.com/control-block-design-via-the-editorplus-wordpress-plugin\">EditorPlus plugin</a> is a nice addition when wrapping it with the Group block.</p>\n\n\n\n<p>One of the best things about the Recipe block is that it is not locked. End-users can move sub-blocks around to their liking. It even allows nesting of other blocks. Not everyone creates the exact same type of recipe cards, so it makes sense to have some extra customizability.</p>\n\n\n\n<p>The block is also flexible enough for recipes that have multiple ingredients and directions lists. <em>So, that pie and pie crust recipe you want to share?</em> No problem. You can split the ingredients and directions so that your readers are not accidentally dropping lard into the pie filling.</p>\n\n\n\n<h2>Missing Features</h2>\n\n\n\n<p class=\"has-drop-cap\">The Recipe Block plugin is by no means ideal for every situation. Some features could make it stand out a bit more. For the most part, I wanted a few additional styling options.</p>\n\n\n\n<p>Choyce-Dwan makes it clear in the plugin description that it does not support Schema or structured content. That would make a nice block option for those who want to enable it.</p>\n\n\n\n<p>I would like to be able to change the text and background color of the main Recipe block. However, this is easily done by wrapping it with the core Group block. Ultimately, I would like to have the option to add some different styles to it, such as a custom border. Such a feature should probably land in core WordPress first so that there is a standard.</p>\n\n\n\n<p>It would be nice to allow users to change the font size and colors within the Information, Ingredients, and Directions blocks similar to how the core Paragraph block works. Again, you can wrap this with the Group block and at least set the colors at a higher level.</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, 10 Sep 2020 21:00:10 +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:\"Justin Tadlock\";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:91:\"WPTavern: Deque Systems to Host Axe-Con Virtual Accessibility Conference, March 10-11, 2021\";s: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=104433\";s: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:223:\"https://wptavern.com/deque-systems-to-host-axe-con-virtual-accessibility-conference-march-10-11-2021?utm_source=rss&utm_medium=rss&utm_campaign=deque-systems-to-host-axe-con-virtual-accessibility-conference-march-10-11-2021\";s: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:3263:\"<p><a rel=\"noreferrer noopener\" href=\"https://www.deque.com/\" target=\"_blank\">Deque Systems</a>, a widely respected accessibility firm that has <a href=\"https://wptavern.com/wordpress-accessibility-team-to-host-hackathon-with-deque-systems-at-wordcamp-us-2018\">contributed</a> to setting up automated accessibility testing for WordPress core, will be hosting a new &ldquo;<a href=\"https://www.deque.com/axe-con/\">Axe-con</a>&rdquo; virtual conference focusing on digital accessibility. Axe-con is named for the company&rsquo;s <a href=\"https://github.com/dequelabs/axe-core\">axe-core</a> project, an open source library and accessibility testing engine that can be customized to integrate with all modern browsers and testing frameworks. It&rsquo;s happening March 10-11th, 2021, and tickets are free.</p>\n\n\n\n<p>Learning how to create accessible experiences for the web is challenging. Axe-con will bring together experts from around the world who can accelerate that journey for developers, designers, business owners, accessibility professionals, and anyone involved in the team effort required to make digital experiences accessible. The event will feature multiple tracks with a variety of topics, including sustainable accessibility, compliance, best practices, and case studies from organizations leading large-scale accessibility efforts.</p>\n\n\n\n<p>For those interested in obtaining or maintaining IAAP (International Association of Accessibility Professionals) certification, attendance at Axe-con sessions can count towards <a href=\"https://www.accessibilityassociation.org/content.asp?contentid=395\">IAAP continuing education (CE)</a> credits.</p>\n\n\n\n<p>The event will also include a hackathon where attendees will have the opportunity to network with each other while coding and collaborating on accessibility projects. A few examples include testing open source component libraries and logging issues, building new axe integrations, and working on personal projects.</p>\n\n\n\n<p>Deque Systems is hosting this new conference the same week as the CSUN Assistive Technology Conference. The company is has attended and sponsored the event in the past but sees the need for a conference focused more on building accessible digital experiences. Deque could no longer meet this need by tackling those topics in a single sponsorship room limited to 100 people. When its CSUN 2020 sessions were forced to go virtual, the team discovered that thousands were able to join in on topics more related to digital accessibility.</p>\n\n\n\n<p>Organizers anticipate that attendees will join both CSUN and axe-con in 2021. By scheduling the events in the same week, they are hoping to help attendees make more efficient use of their time that would normally be set aside for traveling to an in-person conference.</p>\n\n\n\n<p><a href=\"https://www.deque.com/axe-con/register/\">Registration</a> is open and last week organizers reported there were already <a href=\"https://twitter.com/dboudreau/status/1301610760951431168\">more than 2,000 people signed up</a>. The Call for Papers will be open until 8:00PM ET&nbsp;Friday, October 23rd, 2020, and speakers will be notified by November 23. Talks will be broadcast in the Eastern timezone but international speakers are welcome.</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, 10 Sep 2020 05:23: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: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:71:\"WPTavern: Exploring Seedlet, Automattic’s Block-First WordPress Theme\";s: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=104405\";s: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:179:\"https://wptavern.com/exploring-seedlet-automattics-block-first-wordpress-theme?utm_source=rss&utm_medium=rss&utm_campaign=exploring-seedlet-automattics-block-first-wordpress-theme\";s: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:5580:\"<img />\n\n\n\n<p class=\"has-drop-cap\">On August 26, Automattic <a href=\"https://wordpress.com/blog/2020/08/26/seedlet-wordpress-theme/\">launched a new theme titled Seedlet</a> that focused on integrating with the WordPress block editor. A few days later, it was also <a href=\"https://wordpress.org/themes/seedlet/\">live in the WordPress.org theme directory</a>. The theme development team wanted to produce a theme that would be in a good position to transition to full-site editing later this year as WordPress 5.6 lands.</p>\n\n\n\n<p>Seedlet makes wide use of features that integrate with the block editor. It does so in what is the simplest of ways, which is a testament to how much easier theme development is becoming in the dawn of the block-based themes era. The theme makes liberal use of theme-supported features like custom font sizes, colors, and gradients. It takes its integration an extra step by registering block styles and patterns.</p>\n\n\n\n<p>Seedlet almost feels like a skin around the block editor. It is a prime example of the future that we&rsquo;re hurtling toward, which will mean less focus on code and more focus on design configuration. Themes will not be <em>themes</em> in the traditional sense. I use the term &ldquo;skin&rdquo; because it harkens to various systems in days gone by where designers simply added CSS to skin a site. WordPress themes will always be a bit more complex than a simple stylesheet but not much more so. We will be getting back to the basics of CSS and HTML.</p>\n\n\n\n<p>That is what I see when I look through the Seedlet theme&rsquo;s code. While it still has copious PHP, there is an unmistakable structure that clearly says that that theme development is changing &mdash; and here is what it looks like as we transition.</p>\n\n\n\n<p>I have seen many themes that developers have built to work with the block editor. However, I have seen only a few that have taken a block-editor-first approach. It is almost subtle, and unless you have been neck-deep into theme development for years, you may miss it. Automattic&rsquo;s theme team is riding the winds of change. Theme authors who want to ride along should pay attention to where this project goes in the coming months.</p>\n\n\n\n<p>The one thing I do not understand is why Automattic did not choose to add the &ldquo;Block Editor Styles&rdquo; tag to the theme. It clearly adds such styles. This is a missed opportunity to help users find themes compatible with the block editor.</p>\n\n\n\n<p>The theme will not suit everyone&rsquo;s taste. It is a basic blogging theme at its core. However, its wide-open canvas makes it suitable for a variety of sites. The theme&rsquo;s typography is on point, creating a comfortable reading pace for longer-form work. There is a lot to like about the theme, but I am primarily interested in what the development team has built for the block editor.</p>\n\n\n\n<p>Kjell Reigstad, the primary designer on the theme, also <a href=\"https://themeshaper.com/2020/08/31/introducing-seedlet/\">announced the team is working</a> on a completely block-based version called <a href=\"https://github.com/Automattic/themes/tree/master/seedlet-blocks\">Seedlet Blocks</a>. The current plan is to continue iterating on it and launching it as a separate, standalone theme in the future.</p>\n\n\n\n<h2>Experimenting With Block Patterns</h2>\n\n\n\n<p class=\"has-drop-cap\">While Seedlet includes only three block patterns, they immediately stood out to me. The patterns are not overly complex, but they are unique designs that make use of core blocks with a mixture of the theme&rsquo;s presets, such as custom gradients and block styles.</p>\n\n\n\n<p>The &ldquo;Group with Split Background&rdquo; pattern uses a Group block with the theme&rsquo;s preset diagonal gradient to create a background for an Image block. It is not a particularly groundbreaking design. However, the beauty is in the simplicity. It shows that theme authors can create interesting designs without adding extra CSS code.</p>\n\n\n\n<img />Group with Split Background pattern in the editor.\n\n\n\n<p>The theme&rsquo;s &ldquo;Group with Image Overlap&rdquo; pattern kicks it up a notch in complexity. Starting with the same concept of a Group block with another custom gradient preset, it throws in a Columns block. In the left column, users can add two images, stacked. In the right column, users can add one image. The end result is a custom layout &mdash; primarily because of the gradient background &mdash; where the two images from the left column overlap the solid background.</p>\n\n\n\n<img />Front-end output of the Group with Image Overlap pattern.\n\n\n\n<p>The technique is simple in terms of code, but it takes a good designer to create the concept. We are just now scratching the surface of what theme designers will be able to accomplish when they begin thinking about applying various techniques to the block system. Seedlet has some of that sort of outside-the-box thinking with its use of gradients. We need to see more of that from the theming community.</p>\n\n\n\n<p>Admittedly, I am not a fan of the third pattern the theme adds. &ldquo;Alternating Grid of Latest Posts&rdquo; inserts the Latest Posts block into the editor with the theme&rsquo;s custom &ldquo;Alternating Grid&rdquo; style. Mostly, I just do not care for the layout, but that is simply based on my personal taste.</p>\n\n\n\n<img />Alternating Grid of Latest Posts pattern in the editor.\n\n\n\n<p>On the whole, I love what the theme is doing with block patterns. This type of exploration is exactly what the WordPress community needs right now.</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, 09 Sep 2020 21:10:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";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:127:\"WPTavern: Jetpack Launches Email Marketing Tools with Creative Mail Integration, WooCommerce-Triggered Store Emails Coming Soon\";s: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=104350\";s: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:297:\"https://wptavern.com/jetpack-launches-email-marketing-tools-with-creative-mail-integration-woocommerce-triggered-store-emails-coming-soon?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-launches-email-marketing-tools-with-creative-mail-integration-woocommerce-triggered-store-emails-coming-soon\";s: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:6173:\"<p>Jetpack is firing up a new suite of email marketing tools in partnership with Endurance International Group&rsquo;s Constant Contact brand. Last week <a href=\"https://wptavern.com/jetpack-8-9-adds-donations-block-newsletter-form-and-social-previews\">version 8.9</a> of the plugin introduced a new newsletter signup form inside its Form block, based on an integration with the <a href=\"https://wordpress.org/plugins/creative-mail-by-constant-contact/\">Creative Mail</a> plugin that Constant Contact recently launched as a solution tailored specifically to WordPress and WooCommerce. </p>\n\n\n\n<img />\n\n\n\n<p>The release post highlighted the ability to add WordPress posts and WooCommerce products into email marketing campaigns, but today the Jetpack team <a href=\"https://jetpack.com/2020/09/08/introducing-creative-mail-for-jetpack/\">elaborated</a> on where they are taking the integration. The features Creative Mail has on deck for future releases are heavily geared towards e-commerce stores. The initial launch includes the ability for store owners to sync their contacts to their email lists in order to market to them directly. Curt Raffi, Senior VP of Product Innovation at EIG, said WooCommerce-triggered store emails are on the way.</p>\n\n\n\n<p>&ldquo;Soon, we&rsquo;ll add automated customer lifecycle marketing journeys that are geared toward more advanced marketers and eCommerce seller,&rdquo; Raffi said. The planned features include the following: </p>\n\n\n\n<ul><li>Create triggered, multi-step customer lifecycle marketing journeys</li><li>Send WooCommerce abandoned cart emails</li><li>Send post-purchase follow-up emails</li><li>Send emails about related products</li></ul>\n\n\n\n<p>Email marketing is a critical piece of the puzzle for online store owners looking to connect to customers, as they adapt to the pandemic with reduced foot traffic for brick and mortar locations. Stats from Campaign Monitor show that email send volumes <a href=\"https://www.campaignmonitor.com/blog/email-marketing/2020/05/best-times-to-send-email-during-2020-pandemic/\">increased by 31%</a> for a random selection of their customers with mid-sized email lists during the 30-day period after March 17 versus the 30 days prior to that. Despite a sizeable increase in send volumes, average open rates for these decreased only slightly, from 31% to 30%, while click-through rates remained the same at 4%. </p>\n\n\n\n<p>Even with all the perfunctory messages acknowledging &ldquo;these uncertain times,&rdquo; email is still an important channel for reaching customers. As social networks are becoming increasingly hostile and unfavorable environments for advertising, email stands as one of the few remaining direct lines where content won&rsquo;t get instantly buried by potential customers doomscrolling their news feeds.</p>\n\n\n\n<p>Automattic CEO Matt Mullenweg commented on Twitter last month about the value of having a follower&rsquo;s email address vs a connection on a social network. &ldquo;So many of these people with newsletters should really be blogging,&rdquo; Mullenweg said.</p>\n\n\n\n<p>&ldquo;I do think that a follower you have an email address of and a direct relationship with is worth 1,000x a follower on a social network. Maybe it&rsquo;s just about making things more website-first than email-first, especially for younger audiences that don&rsquo;t use email.&rdquo;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Jetpack needs to make it much easier to blog and newsletter at the same time :)</p>&mdash; Stephane Boisvert (@stephBoisvert) <a href=\"https://twitter.com/stephBoisvert/status/1295794679754174464?ref_src=twsrc%5Etfw\">August 18, 2020</a></blockquote>\n</div>\n\n\n\n<p>One response to his tweet caught my attention &ndash; a suggestion that Jetpack make it more convenient to manage a website-first solution for email marketing. It looks like this idea was already in the works with Creative Mail and the Constant Contact partnership.</p>\n\n\n\n<p>Although Constant Contact already had an <a href=\"https://wordpress.org/plugins/constant-contact-forms/\">official plugin</a> for WordPress, it only has 40,000 installs. Compare that with MailChimp, which is far and away the <a href=\"https://www.datanyze.com/market-share/email-marketing--13/mailchimp-market-share\">market leader</a> when it comes to email marking providers. Mailchimp has many third-party plugins for WordPress, which collectively have more than a million users, including an official <a href=\"https://wordpress.org/plugins/mailchimp-for-woocommerce/\">Mailchimp for WooCommerce</a> plugin, with 800k+ active installs. Constant Contact stands to have a better chance penetrating the WordPress market by partnering with a highly successful plugin like Jetpack.</p>\n\n\n\n<p>Email marketing is not an easy plugin niche to break into, which is evident by the slow growth of newcomers like <a href=\"https://wordpress.org/plugins/newsletter-glue/\">Newsletter Glue</a>. The plugin is marketed as a <a href=\"https://mattreport.com/building-a-substack-alternative-with-wordpress/\">Substack alternative</a>, with its &ldquo;Send as newsletter&rdquo; feature inside the WordPress editor. It connects to different emails services, provides easy-to-share past issues, and creates a search engine-friendly newsletter archive. Despite all the promotion and buzz on social networks, the plugin only has ~30 active installs after one month in the official directory.</p>\n\n\n\n<p>With its deep integration with Jetpack and WooCommerce, Creative Mail has the chance to quickly become a contender among established WordPress email marketing plugins like <a href=\"https://wordpress.org/plugins/mailchimp-for-wp/\">MC4WP: Mailchimp for WordPress</a> (1 million+ installs), <a href=\"https://wordpress.org/plugins/mailpoet/\">MailPoet</a> (100k), <a href=\"https://wordpress.org/plugins/email-subscribers/\">Email Subscribers</a> (100k), and <a href=\"https://wordpress.org/plugins/newsletter/\">Newsletter</a> (300k). Creative Mail has a broader scope of features that it will be supporting, but it may be able to find success on the basis of Jetpack&rsquo;s ubiquity.</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, 09 Sep 2020 05:20: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:\"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: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:66:\"WPTavern: More Power in the Hands of WordPress Support Forum Users\";s: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=104352\";s: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:177:\"https://wptavern.com/more-power-in-the-hands-of-wordpress-support-forum-users?utm_source=rss&utm_medium=rss&utm_campaign=more-power-in-the-hands-of-wordpress-support-forum-users\";s: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:6013:\"<p class=\"has-drop-cap\"><em>What level of control should users have over their WordPress support forum topics?</em> That is the question at the heart of a <a href=\"https://make.wordpress.org/support/2020/09/talking-point-allowing-self-archival-of-topics/\">recent discussion opened</a> by Mika Epstein on the Make Support blog. The goal is to grant more power to users, particularly when they post private or privileged information to the public forums.</p>\n\n\n\n<p>The proposal is twofold. One idea is to give users total control over deleting or &ldquo;archiving&rdquo; topics they create. This would remove it from public view at least. The second part of the equation would extend the amount of time users have to edit their topics.</p>\n\n\n\n<p>Currently, users can edit topics for one hour after posting. For the most part, this is reasonable. However, there are some cases where users inadvertently post sensitive data and need to remove it later. After their hour is up, the only solution for editing is to contact a forum moderator, increasing the burden on the WordPress support team. The easiest solution is to increase the length of time to edit.</p>\n\n\n\n<p>The big downside to editing topics is that they can be changed so much that replies are out of context. This can make discussions, particularly, lengthier ones with more replies, hard to follow. However, given the nature of the WordPress forums being for support instead of long-form discussion, increasing the time-to-edit should not hurt. It should help users fix mistakes and lighten the load on forum moderators. There are proposals for increasing the limit between three to seven days.</p>\n\n\n\n<p>In general, I am supportive of increasing the time-to-edit for forum topics. There is some room for abuse of the system, but such abuse will not likely outweigh the benefits. However, the ability to delete a topic does not sit well with me.</p>\n\n\n\n<p>I see the problem. WordPress&rsquo;s user base has changed over the past decade. The average user from 10 years ago was tech-savvy enough to not drop private info &mdash; or info they are not legally allowed to share &mdash; into public forums. The game has changed. Users are no longer webmasters, running every aspect of their sites. They are using one-click installs to launch software they have no technical knowledge of. They do not know the difference between a debug log and server info. This is not a bad thing &mdash; the more WordPress users the more we inch toward that democratize-publishing goal. However, the makeup of WordPress&rsquo;s users has shifted drastically to a point where many may not realize they are posting information they shouldn&rsquo;t.</p>\n\n\n\n<p>The burden ultimately falls on forum moderators. They do all the cleanup, and it is likely overwhelming at times to keep up. It is a decision that should probably fall into their hands.</p>\n\n\n\n<p>One of the catalysts for this discussion was a forum topic from last week. &ldquo;Someone had posted information that isn&rsquo;t exactly &lsquo;private&rsquo; but could land them in legal trouble for sharing,&rdquo; wrote Epstein. &ldquo;They did so by posting a debug log that had information that probably should not be public.&rdquo;</p>\n\n\n\n<p>The WordPress support system has had a long-standing, in-house rule of not deleting posts except under extreme circumstances. However, the proposal would allow users to delete their own topics at any time.</p>\n\n\n\n<p>I dislike the idea of removing support forum topics. The best form of support is to already have a question answered. This gives others the ability to search and find the answer to their own questions. It allows moderators to link to existing answers for repeat questions. Allowing users to remove topics means that others could miss out on free knowledge.</p>\n\n\n\n<p>I ran a plugin and theme support forum for over a decade. It racked up hundreds of thousands of posts. I personally answered every question or made sure that each was answered by someone else. Over the years, the forums became a wealth of knowledge because, except in those extreme circumstances, no topic was ever deleted. Granted, my support burden was far lighter than that of the WordPress support moderators. However, past forum topics were an important tool in the arsenal.</p>\n\n\n\n<p>Moreso than my time running support, I have relied on past support forum topics for my edification throughout the years. Rarely has there been a time I have needed an answer that I could not find through a basic support search. No need to hassle others with my already-answered questions.</p>\n\n\n\n<p>I dislike the idea of deleting knowledge.</p>\n\n\n\n<p>Of course, we must weigh this against privacy. I doubt many users would take advantage of the ability to delete their topics. In those rare cases when they do, I imagine they will have a good reason for doing so, such as hiding information they no longer want to share publicly. Still, the idea does not sit well with me. I want a balance of retaining knowledge while removing personal data.</p>\n\n\n\n<p>I do have respect for privacy. There are steps WordPress.org could take. Users should absolutely be able to remove their own accounts from WordPress.org. Currently, they can remove any personal data from their profile, which is essentially the same thing. The one problem with this is if their username, which cannot be changed, identifies the person (e.g., I use <code>justintadlock</code> for many online accounts).</p>\n\n\n\n<p>I would still take this the extra step and allow users to completely delete their accounts. This would be a clean sweep, ensuring they did not accidentally miss something when clearing out their profile. After doing so, their former topics in the forums should simply be assigned to an anonymous account. It doesn&rsquo;t matter who created a particular topic, only that the content still exists.</p>\n\n\n\n<p>What steps do you think WordPress.org should take to provide end-users more agency over their support topics?</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, 08 Sep 2020 21:24: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:14:\"Justin Tadlock\";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:94:\"WPTavern: iThemes Enters the WordPress Membership Plugin Market, Acquires Restrict Content Pro\";s: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=104095\";s: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:231:\"https://wptavern.com/ithemes-enters-the-wordpress-membership-plugin-market-acquires-restrict-content-pro?utm_source=rss&utm_medium=rss&utm_campaign=ithemes-enters-the-wordpress-membership-plugin-market-acquires-restrict-content-pro\";s: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:6902:\"<p class=\"has-drop-cap\">Last Tuesday, iThemes announced it had <a href=\"https://ithemes.com/restrict-content-pro-is-joining-ithemes-family/\">acquired the Restrict Content Pro plugin</a> from Sandhills Development. iThemes is part of the Liquid Web family of brands.  Pippin Williamson, Managing Director at Sandhills, said the company had no <a href=\"https://sandhillsdev.com/2020/09/a-long-bright-future-for-restrict-content-pro-with-ithemes-and-liquid-web/\">intention of selling the plugin</a> last October when talks of the acquisition began. However, moving forward has created some opportunities for his company and narrowed its focus to its existing products.</p>\n\n\n\n<p><a href=\"https://restrictcontentpro.com/\">Restrict Content Pro</a> will remain an independent product with its own website. However, iThemes will include it as part of its Plugin Suite and Toolkit product bundles from the iThemes website. The Plugin Suite bundle runs at $249 per year, which is the same as the regular Restrict Content Pro price. However, the bundle includes other products such as the company&rsquo;s popular BackupBuddy plugin. The Toolkit bundle runs between $700 and $997 per year. It includes the Plugin Suite, a themes package, training, and more.</p>\n\n\n\n<p>This structuring of product sites falls directly within the company&rsquo;s long-term plans. &ldquo;Earlier this year we actually started down a number of avenues experimenting with moving some of our products off ithemes.com and over to their own sites,&rdquo; said AJ Morris, the Product Innovation and Marketing Manager at iThemes. &ldquo;When COVID became a pandemic, we paused a lot of those projects to provide relief and help to the WordPress community. Now that things have calmed down for us a bit, we&rsquo;re going to continue on that path.&rdquo;</p>\n\n\n\n<p>Outside of the change of ownership, end-users should not see much change with the plugin or the site. Users should expect some admin-side changes in the future as the new development team refreshes the plugin.</p>\n\n\n\n<h2>The Membership Plugin Space</h2>\n\n\n\n<p class=\"has-drop-cap\">Membership plugins represent a slice of the overall WordPress market that still has no true dominant player. There are several solutions out there, but it is still an emerging area that any company can dive into and see returns on with a solid product. It is a niche that will undoubtedly continue growing along with WordPress and has plenty of untrodden ground just waiting for the right people to take their first steps across. There will always be a need for more fine-tuned control over users and permissions than what WordPress offers out of the box. </p>\n\n\n\n<p>&ldquo;We are always in the market looking at other plugins that make sense for our business,&rdquo; said Morris of why they made the acquisition. &ldquo;Our audience is primarily freelance developers that are building a wide range of sites for clients. Over the years, we&rsquo;ve focused on a number of non-utility products (like iThemes Exchange) and we learned a lot during that time. We&rsquo;ve also learned a lot over the years of running our own membership site. For us looking at a membership plugin played with into the iThemes strategy and really the Liquid Web strategy as a whole.&rdquo;</p>\n\n\n\n<p>I spent nine years developing and maintaining a membership-related plugin but sold it in 2019. If there is one lesson I learned during that time, it&rsquo;s that no two sites have the exact same membership needs. There is always room for individual companies to build a product that meets specific user needs in the membership space.</p>\n\n\n\n<p>&ldquo;What I feel like is everyone is currently trying to create the best Swiss Army knife,&rdquo; said Morris. &ldquo;I don&rsquo;t think that anyone sets out saying I want to be good at all things, but when you&rsquo;re developing a plugin that has so much possibilities for the market it serves, you have to feel out where you want to play and claim stake to that area. You become the best you can in that area and work at making sure you succeed there. Then you can start to properly branch out to other segments of the space that are within close proximity to where your core is.&rdquo;</p>\n\n\n\n<p>iThemes is stepping into the game at an ideal time. Restrict Content Pro is currently a $500,000+ per year product, according to Williamson. In the right hands and with continued growth, it could become the go-to solution for memberships in the WordPress ecosystem. iThemes has a solid history in the plugin space. This is a good opportunity to see where they take the project.</p>\n\n\n\n<h2>The Future of Restrict Content Pro</h2>\n\n\n\n<p class=\"has-drop-cap\">Morris said that Sandhills Dev already had a solid short to mid-term plan for the plugin. These plans are providing iThemes with a head-start on features and ideas, some of which are already in progress. The team&rsquo;s plan is to continue down this path, which matches some of the areas the company wanted to address.</p>\n\n\n\n<p>&ldquo;After that, we&rsquo;ve got some ideas, but we also want to get to know the community around Restrict Content Pro,&rdquo; said Morris. &ldquo;[Matt Danner] has mentioned in several places that the RCP community is more developer-centric while the iThemes community is historically not. Right now we&rsquo;re in listening mode. We&rsquo;re starting conversations all over the web with RCP customers to get a sense of what they are looking at and apply those learnings with where we want to take RCP in the membership space. Right now, I think it&rsquo;s a bit premature to talk about specific features we&rsquo;re including or what direction we&rsquo;re fully going.&rdquo;</p>\n\n\n\n<p>The one area that is currently lacking is the free <a href=\"https://wordpress.org/plugins/restrict-content/\">Restrict Content plugin</a>. Its user base is still relatively small (10,000 active installs). Its average 3.7 star-rating from end-users does not spell confidence, but it could be brought up with some active work.</p>\n\n\n\n<p>Restrict Content Pro has long had the benefit of being associated with Williamson and Sandhills Development&rsquo;s other products like Easy Digital Downloads and AffiliateWP. All of these projects fit well together &mdash; often a user of one plugin needs at least one of the others. The pro plugin has likely not relied on the traffic from WordPress.org for success. However, it would not hurt to bring those numbers up. While the install count from the free version does not always directly correlate to success with commercial versions, it is usually a good indicator. Putting some resources behind beefing up the free plugin could translate to better returns in the long term.</p>\n\n\n\n<p>Morris said that iThemes will be sharing news about the free Restrict Content plugin soon. However, he is remaining tight-lipped about what those plans are for now.</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, 07 Sep 2020 21:35:36 +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:\"Justin Tadlock\";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:55:\"WP Mobile Apps: Where are the rest of the post options?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=4148\";s: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://apps.wordpress.com/2020/09/06/where-are-the-rest-of-the-post-options/\";s: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:442:\"<p>When you are making a new post or editing the existing one, click on the &#8220;Options&#8221; button in the top right that looks like this:</p>\n<p><img /></p>\n<p>That will open the menu shown below:</p>\n<p><img /></p>\n<p>Click on &#8220;Post Settings&#8221; to see the settings for your post. Inside the &#8220;Post Settings&#8221;, you can set tags and categories, add a featured image, set a publish date,  and more.</p>\n<p><img /></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, 06 Sep 2020 16:41: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:7:\"logosom\";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:41:\"WP Mobile Apps: How do I make a new page?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=4145\";s: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:63:\"https://apps.wordpress.com/2020/09/06/how-do-i-make-a-new-page/\";s: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:453:\"<p>To make a new page, tap the <img /> icon and select your site, select “Pages” in the Android Dashboard, then tap the <img /> icon in the bottom-right corner. You can edit any page by selecting it from the “Pages” screen.If you are looking for your drafts or your scheduled pages, check the menu across the top of the page and select the &#8220;Drafts&#8221; or &#8220;Scheduled&#8221; tab to access the list of the pages.</p>\n<p><img /></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, 06 Sep 2020 15:53: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:7:\"logosom\";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:41:\"WP Mobile Apps: How do I make a new Post?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=4136\";s: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:63:\"https://apps.wordpress.com/2020/09/06/how-do-i-make-a-new-post/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:565:\"<p>To make a new post, tap the <img /> icon and select your site, select “Blog Posts” in the Android Dashboard, then tap the <img />icon in the bottom-right corner. You can edit any post by selecting it from the “Blog Posts” screen.  If you are looking for your drafts or your scheduled posts, check the menu across the top of the page and select the &#8220;Drafts&#8221; or &#8220;Scheduled&#8221; tab to access the list of the posts.</p>\n<p><img src=\"https://apps.files.wordpress.com/2019/10/screen-shot-2019-10-09-at-15.10.06.png?w=640&h=1021\" /></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, 06 Sep 2020 15:47:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"logosom\";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:97:\"WPTavern: WordPress Support Team Seeks to Curb Support Requests for Commercial Plugins and Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=104255\";s: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:239:\"https://wptavern.com/wordpress-support-team-seeks-to-curb-support-requests-for-commercial-plugins-and-themes?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-support-team-seeks-to-curb-support-requests-for-commercial-plugins-and-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7049:\"<img />\n\n\n\n<p>WordPress&rsquo; Support Team contributors are <a href=\"https://make.wordpress.org/support/2020/09/talking-point-handling-support-for-commercial-users-on-the-wordpress-forums/\">discussing</a> how they can curb support requests for commercial products on the official WordPress.org forums. Users sometimes seek help for commercial product upgrades on the forums of the free version, not knowing that the moderators&rsquo; official policy is to refer them to the extension&rsquo;s commercial support channel. In other instances, it is not immediately clear whether the issue is with the free version or a paid upgrade that the user has installed. </p>\n\n\n\n<p>&ldquo;This has come up a few times the past weeks, mostly in relation to plugins that have a free base product on&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://wordpress.org/\">WordPress.org</a>, but sell addons on their own site, and where the line is drawn on who can get supported where,&rdquo; WordPress contributor Marius Jensen said during the team&rsquo;s most recent meeting. &ldquo;Authors are not allowed to support their paid products on&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://wordpress.org/\">WordPress.org</a>&nbsp;as is, but where do you draw the line, for example, when a base plugin causes issues with a paid addon, should then support be allowed for the base product on&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://wordpress.org/\">WordPress.org</a>, since that&rsquo;s the root issue, or should it be shipped off to the author&rsquo;s own site, since it affects a paying user?&rdquo;</p>\n\n\n\n<p>This type of issue is common among products where WordPress.org is the main distribution channel for a popular free theme or plugin. The support relationship between the free and commercial products often intersects in an ambiguous way.</p>\n\n\n\n<p>&ldquo;The goal is to ensure that paying customers and free users get the best support they can, from the ones that can give it,&rdquo; Jensen said. Volunteers do not have access to the commercial products, nor is it their job to support them. This is the crux of the matter.</p>\n\n\n\n<p>&ldquo;It&rsquo;s an unacceptable misuse of volunteers time to support a product someone else has been paid to support,&rdquo; Jensen said.</p>\n\n\n\n<p>Contributors discussed how they can handle different scenarios where it&rsquo;s unclear where the root of the problem is, in order to move the burden away from the support moderators, allowing the extension&rsquo;s author to discern if the problem is with the free version or commercial add-on. Volunteers should not have to familiarize themselves with the minute distinctions between the features that are offered for free or as an upgrade.</p>\n\n\n\n<p>On the other side of these support scenarios, where it isn&rsquo;t clear where the problem originates, plugin and theme authors can be inconvenienced when support topics are hastily closed.</p>\n\n\n\n<p>&ldquo;It&rsquo;s just that the closing of topics seems counter productive for those (users and devs alike) that get it wrong,&rdquo; plugin developer Arnan de Gans said. &ldquo;Since&nbsp;plugin/theme makers do not have any control over these forums we can&rsquo;t do a thing after topics get closed. Which works against the user experience by creating confusion.&rdquo; He suggested the team consider a grace period where the developer has a day or two to respond.</p>\n\n\n\n<p>Ben Meredith, head of support for a freemium&nbsp;plugin, chimed in on the discussion, urging the support team to consider how closing issues can sometimes create a bad user experience:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p> An issue related to premium products is raised, and summarily closed by forum mods for being about a premium product. This creates a &ldquo;googleable&rdquo; record of the error message/problem that then attracts other visitors. Once the issue has been closed, we get copy-cat issues &ldquo;I am having the same problem (link to closed post)&rdquo; We get those replies in both followup forum posts and internal tickets. To the layperson who has no idea the distinction between &ldquo;WordPress&nbsp;core&nbsp;volunteer&rdquo; and &ldquo;Company I just paid money to,&rdquo; this creates a bad experience all around.</p><p>Premium users are treated like second-class citizens on the forums. They don&rsquo;t know the guidelines, and reached out for help. This may be their first interaction with the WordPress community, and sometimes a well-meaning forum moderator can come across as wrist-slapping the exact people we want to give white-glove service to (they just paid us!).</p></blockquote>\n\n\n\n<p>Michelle Frechette, Head of Customer Success at GiveWP, also shared this sentiment regarding the user experience. </p>\n\n\n\n<p>&ldquo;Something I&rsquo;m not seeing addressed much here is how alienating it can feel to be corrected by the mods (or even the&nbsp;plugin&nbsp;authors) to be directed from the forums back to the paid support page,&rdquo; she said. </p>\n\n\n\n<p>Ben Meredith said that despite sticky posts telling users not to post questions about commercial products, notes in the readme file, website notices, and canned replies, users will inevitably end up posting in the forums anyway. Steering them away to commercial support channels should be done in a way that does not make seeking help on WordPress.org an unwelcoming experience.</p>\n\n\n\n<p>&ldquo;I want for the forums to feel as welcoming as a&nbsp;WordCamp,&rdquo; Meredith said.</p>\n\n\n\n<p>&ldquo;The current enforcement of the &lsquo;premium plugins can&rsquo;t get support here&rsquo; is not in line with that overarching goal: users using and enjoying WordPress. Currently, premium users (who are potential community members and community leaders!) are getting a first impression of the community that is &lsquo;You&rsquo;re doing it wrong!&rsquo;</p>\n\n\n\n<p>&ldquo;I&rsquo;d rather their first impression be &lsquo;Happy to help! heads up, for questions like this in the future, we need you to go here.\'&rdquo;</p>\n\n\n\n<p>In trying to ease the burden placed on volunteer support forum moderators, it&rsquo;s important to consider how any new policy might also negatively impact developers hosting their plugins and themes on WordPress.org, and what kind of vibe the response gives to users in search of help. There are more suggestions for solutions in the comments on the post, and the discussion is open until&nbsp;<a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20200913T0000\">Saturday, September 12, 2020, 07:00 PM CDT</a>. The Support Team is seeking to get a wider range of viewpoints from plugin and theme authors before making a final decision on new guidelines for addressing requests for support on commercial products. Make sure to <a href=\"https://make.wordpress.org/support/2020/09/talking-point-handling-support-for-commercial-users-on-the-wordpress-forums/\">jump in on the comments</a> within the next week if you have something to add to the discussion.</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, 05 Sep 2020 02:03: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: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:80:\"WPTavern: Gutenberg 8.9 Brings Block-Based Widgets Out of the Experimental Stage\";s: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=104238\";s: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:205:\"https://wptavern.com/gutenberg-8-9-brings-block-based-widgets-out-of-the-experimental-stage?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-8-9-brings-block-based-widgets-out-of-the-experimental-stage\";s: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:6765:\"<p class=\"has-drop-cap\">On Wednesday, September 2, <a href=\"https://make.wordpress.org/core/2020/09/03/whats-new-in-gutenberg-2-september/\">Gutenberg 8.9 launched</a> with a set of new features, enhancements, and several bug fixes. The development team took the block-based widgets system out of its experimental stage, making it the default experience for all plugin users.</p>\n\n\n\n<p>Block-based widgets have taken months upon months of work. The team has surpassed some of my expectations by essentially sticking a square peg into a square hole, granting the power of blocks to the sidebars/widgets system. On the whole, the system works. However, the team still has a lot of work to mold this feature into the shape it needs to be in for the upcoming WordPress 5.6 release in December. It is important that the community at large test, provide feedback, and contribute where possible.</p>\n\n\n\n<p>Gutenberg plugin users who have not yet enabled block-based widgets via the experiments screen in past versions will be in for a surprise. The new system will have some of the familiarity of the block editor. However, it is a much different experience than traditional widgets.</p>\n\n\n\n<p>The big questions we must answer is whether the feature is currently usable and whether it can be ready for WordPress 5.6.</p>\n\n\n\n<h2>New Widgets Screen</h2>\n\n\n\n<img />Block-based widgets screen.\n\n\n\n<p class=\"has-drop-cap\">Gutenberg completely replaces the old Appearance &gt; Widgets screen in the WordPress admin. The plugin no longer has an option for end-users to disable it, which was expected. The goal is to begin getting users accustomed to building their sidebars with blocks rather than traditional widgets.</p>\n\n\n\n<p>For the most part, the new widgets screen handles block-based widgets without issue from a usability perspective. Adding blocks is little different from working with the post-editing screen. It should feel relatively natural for users who are accustomed to the block editor. If anything, the experience seems scaled down in comparison.</p>\n\n\n\n<p>Unlike widgets in the past, blocks cannot be collapsed (the sidebars themselves can be). As a long-time WordPress user, this feels uncomfortable. However, it is the sort of uncomfortableness that will simply take some adjustment time.</p>\n\n\n\n<p>Core legacy widgets worked well. However, I could not get legacy widgets to work from several third-party plugins. Sometimes, they disappeared from the editor. Then, they would later appear, seemingly at random. Eventually, during testing, I completely broke the page to the point where it did not display anything. Fortunately, I was able to fix it by clearing out a few widget-related rows from the database.</p>\n\n\n\n<p>As a developer, I want to simply wipe the slate clean and leave the old widgets system in the dust of history. However, doing so may very well alienate many end-users. For this feature to be successful, we need to carry them along and allow them to easily transition from their current tools to the new system.</p>\n\n\n\n<h2>Widget Blocks in the Customizer</h2>\n\n\n\n<img />Widget blocks section in the customizer.\n\n\n\n<p class=\"has-drop-cap\">While the primary widget blocks screen was generally solid, that was not the case with widget blocks in the customizer. At best, it was sub-par.</p>\n\n\n\n<p>We may finally be at that point where I agree with all those earlier complaints of the customizer control panel being too narrow. The most obvious issue was that the block toolbar was too wide for the control panel, hiding pieces of it off-screen. For some blocks, there are buttons that users cannot access.</p>\n\n\n\n<p>That is not the end of the issues. Block options are unavailable, so users cannot even add something as basic as an image alt attribute. The core legacy widget blocks are not editable. The &ldquo;more options&rdquo; button popup has a transparent background, making the text unreadable and, for all intents and purposes, not worth attempting a use.</p>\n\n\n\n<p>I understand that WordPress is still far from launching widget blocks in the customizer, but the feature was practically unusable. It is still very much in an experimental state and probably should have remained optional for another plugin update or two or three. I cannot recommend using this within any sort of production environment. Stick with the widgets screen in the admin.</p>\n\n\n\n<h2>Widgets/Blocks Styling Issues for Theme Authors</h2>\n\n\n\n<img />No structured grouping of &ldquo;widget&rdquo; HTML.\n\n\n\n<p class=\"has-drop-cap\">One of the largest changes that theme authors need to be aware of is that blocks in sidebars do not have the typical widget HTML wrappers. This could present some issues with styling widgets in the traditional fashion. For example, themes usually register a widget wrapper element and a wrapper for the widget title. This allows theme authors to build consistent styles for each widget. With blocks, this becomes much tougher because the theme author loses that control &mdash; this control is passed to the end-user.</p>\n\n\n\n<p>The great part of this system is that users can do some really interesting things and have the flexibility to style their sidebars in any way they want. The bad part is that if a theme author has any sort of intricate styles, such as a boxed widget design, there is no easy way for the end-user to simply drop <em>widgets</em> into place and have them all use that boxed design. There is no standard class name for the theme author to target with CSS, which is what is required for consistently-styled widgets.</p>\n\n\n\n<p>This is not necessarily a good or bad thing in and of itself. It is simply different.</p>\n\n\n\n<p>With that said, I would have much preferred the Gutenberg development team created a new and separate system from the old sidebars/widgets system. Leave that in place, then build and promote &ldquo;block areas&rdquo; as a new system for theme authors to take advantage of. In the long run, it would allow theme authors to make the transition and even potentially support both systems in their themes. Theme authors are down in the trenches, working with their users on a day-to-day basis. They are in a much better position to handle the transition from old to new.</p>\n\n\n\n<p>Theme authors who are not prepared to go <em>all in</em> with block-based widgets in WordPress 5.6 can add the following line of PHP to their theme&rsquo;s setup code to disable the widgets block editor:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>remove_theme_support( \'widgets-block-editor\' );</code></pre>\n\n\n\n<p>Over time, theme authors will want to fully transition to the new system. However, this will provide additional time for them to make any adjustments that may be needed with how widgets are handled.</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, 04 Sep 2020 17:05:15 +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:\"Justin Tadlock\";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:97:\"WPTavern: Sunlit 3.0 for iOS Released, Featuring New Post Editor and Improved Discovery Interface\";s: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=103996\";s: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:237:\"https://wptavern.com/sunlit-3-0-for-ios-released-featuring-new-post-editor-and-improved-discovery-interface?utm_source=rss&utm_medium=rss&utm_campaign=sunlit-3-0-for-ios-released-featuring-new-post-editor-and-improved-discovery-interface\";s: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:3794:\"<p><a href=\"https://sunlit.io/\">Sunlit</a> 3.0 was released this week and is now <a href=\"https://apps.apple.com/us/app/sunlit/id1334727769\">available in the App Store</a>. The free photoblogging app is a companion app to the <a href=\"https://micro.blog/\">Micro.blog</a> indie microblogging platform. Sunlit has some similarities to Instagram minus the deadweight of ads and algorithms. Users can follow each other, comment on posts, and timeline photos are displayed in chronological order.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>&ldquo;The idea is to get more people posting photos to their own blogs, whether that&rsquo;s hosted on Micro.blog,&nbsp;<a rel=\"noreferrer noopener\" href=\"http://wordpress.com/\" target=\"_blank\">WordPress.com</a>, or a self-hosted WordPress,&rdquo; Micro.blog creator Manton Reece said. Publishing to WordPress does not require any extra plugins, because&nbsp;the app uses the built-in XML-RPC support.</p>\n\n\n\n<p>Sunlit uses Micro.blog&rsquo;s infrastructure for the social aspect (replies and mentions). Users must be signed into a Micro.blog account (either paid or free) to view the timeline or reply to posts. In the current version, users are required to go to Micro.blog on the web to register first but Reece said his team is aiming to make this more seamless in the future so users can start using all the features in Sunlit right away.</p>\n\n\n\n<p>&ldquo;Some people use Micro.blog for their blog exclusively, and some people have a mix of a microblog or photoblog on Micro.blog, as well as a full blog on WordPress,&rdquo; Reece said. </p>\n\n\n\n<p>Sunlit also has <a href=\"https://www.manton.org/2020/08/31/countdown-to-sunlit.html\">support for following Tumblr photoblogs</a>. In the app&rsquo;s Discover tab, users can enter a Tumblr subdomain like &ldquo;username.tumblr.com,&rdquo; and then follow the blog even if the user is not on Sunlit. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>&ldquo;Micro.blog is based on blogs and IndieWeb standards so that it can integrate well with the rest of the web, not be walled off like a silo,&rdquo; Reece said. &ldquo;One aspect of this is that you can follow many blogs in Micro.blog even if the author of the blog hasn&rsquo;t registered on Micro.blog yet, similar to how you can subscribe to blogs in a feed reader like NetNewsWire or Feedbin.&rdquo;</p>\n\n\n\n<p>Sunlit 3.0 has been redesigned with a new Discover interface and a faster, more flexible posting screen. Users can publish a quick photo or even a full blog post with text and photos uploaded to the users&rsquo; blog, along with the HTML layout for the post. This version also includes user search and support for mentions when replying to conversations.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Micro.blog is currently supporting the app&rsquo;s development, and Reese said he has no plans to add any commercial upgrades into Sunlit.</p>\n\n\n\n<p>&ldquo;We support Sunlit as part of running Micro.blog,&rdquo; he said. &ldquo;Sunlit makes an existing Micro.blog subscription more useful, so it helps with the overall platform sustainability, even if not everyone using Sunlit is paying for a subscription. We hope that more people will sign up for a paid Micro.blog subscription, but it&rsquo;s not required.&rdquo;</p>\n\n\n\n<p>Sunlit does not have an Android app but the teams would like to support Android in the future. The app is open source and <a href=\"https://github.com/microdotblog/sunlit\">available on GitHub</a> under the MIT License.</p>\n\n\n\n<p>&ldquo;Because Sunlit for iOS is open source, this [Android support] might be something that comes from the community or it might be something we take the lead on. I personally have much more experience with iOS, so we started there.&rdquo;</p>\n\n\n\n<p></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, 03 Sep 2020 23:15: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: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:82:\"WPTavern: WordPress Plugin Authors Should Avoid Confusing Users When Naming Blocks\";s: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=104091\";s: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:209:\"https://wptavern.com/wordpress-plugin-authors-should-avoid-confusing-users-when-naming-blocks?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-plugin-authors-should-avoid-confusing-users-when-naming-blocks\";s: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:7172:\"<p class=\"has-drop-cap\">On May 4, the StudioPress development team made a small but significant user-facing change to its Atomic Blocks plugin (now <a href=\"https://wptavern.com/atomic-blocks-rebranded-to-genesis-blocks-migration-path-to-new-plugin-coming-soon\">rebranded to Genesis Blocks</a>). It <a href=\"https://github.com/studiopress/atomic-blocks/commit/af4a4aa30b05537bc93baa48d932ab9407c8eb7f\">removed the &ldquo;AB&rdquo; branding</a> from its block titles. This minor update changed block titles such as AB Accordion and AB Button to Accordion and Button, respectively. On the surface, this change probably seemed of little consequence to the developers on the project. However, for at least one user, it created a massive workload.</p>\n\n\n\n<p>Unless users religiously followed the GitHub code commits, they would have missed this update. Stacked with several other code changes for a seemingly unrelated ticket, the team left a message that read, &ldquo;Remove unnecessary &lsquo;AB&rsquo; from block titles.&rdquo;</p>\n\n\n\n<p>The change made it into version 2.8.2 of the plugin, which launched a day later.</p>\n\n\n\n<p>The problem was that there was no message in the change log that noted this. Users had no indication that the blocks from the plugin were being renamed. Typically, this would not be a big deal since the plugin team had merely dropped the &ldquo;AB&rdquo; prefix from the otherwise unchanged titles. However, what happens when one of those blocks&rsquo; titles matches a core block title?</p>\n\n\n\n<p>That was the issue that Marcus Tibesar ran into. The AB Button block suddenly became the Button block. Thinking he was using the core WordPress Button, he made liberal use of it throughout his site. Throw in his decision to drop the plugin after StudioPress rebranded its plugin to Genesis Blocks, it became a bit of a disaster to clean up.</p>\n\n\n\n<p>&ldquo;I have been using the Button block for months now only to discover that I&rsquo;m actually using the Atomic Blocks button block!&rdquo; <a href=\"https://wptavern.com/atomic-blocks-rebranded-to-genesis-blocks-migration-path-to-new-plugin-coming-soon#comment-340105\">wrote Tibesar in a comment</a> on the Atomic Blocks rebranding post.</p>\n\n\n\n<p>Theoretically, he should have needed to update only any lingering blocks from Atomic Blocks that he had knowingly used. But, he was stuck with blocks that he had unknowingly added to his posts and pages through no fault of his own.</p>\n\n\n\n<p>This particular scenario was made worse because WordPress 5.4, released on March 31, introduced a new Buttons (plural) block. The old single Button block was removed from the normal inserter. While not all block-naming issues are so convoluted, it still begs the question: how can plugin authors avoid causing these types of user-experience issues?</p>\n\n\n\n<p>It is easy to throw blame toward StudioPress &mdash; and the team could perhaps use a scolding for not being clear about the change when it happened. However, this brings forth a couple of things the greater WordPress community needs to figure out. The first is whether plugin authors need to use a consistent, prefixed naming scheme for their blocks. The second is what can WordPress do to help mitigate issues.</p>\n\n\n\n<h2>Prefix All the Things</h2>\n\n\n\n<img />Buttons, buttons, and more buttons.\n\n\n\n<p class=\"has-drop-cap\">That is the common saying in the WordPress development world, <em>right</em>? Prefixing and namespacing guidelines generally apply to the actual code, which is where conflicts arise. However, there are times when prefixing public-facing text is warranted.</p>\n\n\n\n<p>And those times are when plugins utilize a shared space.</p>\n\n\n\n<p>The block editor is one such shared space. With more and more block plugins landing in the directory, it is time that plugin authors consider how block-naming schemes affect end-users. The issue is certainly not limited to Atomic/Genesis Blocks. This has been an ongoing trend with several block library plugins. Some do better than others, but it&rsquo;s a toss-up each time a user installs such a plugin.</p>\n\n\n\n<p>The easiest route is for plugin authors to simply prefix all custom blocks with their company branding (e.g., AB Button). On the other hand, not every block shares a title with one of the core blocks. For example, a block titled Product Carousel may not need to distinguish itself further from other blocks. It is unlikely that end-users are running multiple eCommerce plugins with blocks that share the same title.</p>\n\n\n\n<p>&ldquo;All, repeat all, should have a prefix,&rdquo; said Tibesar.  &ldquo;The prefixes eliminate any confusion as to whether we users are selecting a core block or a third-party block. The most popular plugins appear at the top of the list, and it&rsquo;s confusing from whence they came when prefixes are absent.&rdquo;</p>\n\n\n\n<p>At the very least, third-party blocks should have a prefix if their titles match one of the core blocks. End-users should not see two different Cover blocks in the block inserter, for example. Instead, they should see the core Cover and a second, uniquely-titled block. Prefixing is an easy way to do that. But, I could live with anything that does not cause user confusion.</p>\n\n\n\n<h2>Locating Instances of Block Usage</h2>\n\n\n\n<img />Manage Blocks screen.\n\n\n\n<p class=\"has-drop-cap\">In late 2019, the Gutenberg team released the <a href=\"https://wptavern.com/version-1-prototype-of-the-wordpress-admin-block-directory-announced\">first prototype</a> of a potential block management area for the WordPress admin. The Manage Blocks screen from the prototype showcased an area that would allow users to manage every block on their site. One of the more important bits of information on this screen was an &ldquo;Instances&rdquo; count, which displayed the number of times a block was in use. It further linked to a screen with every post that had a particular block.</p>\n\n\n\n<p>One of the reasons this feature is important is that it would allow end-users to locate posts that they may want to clean up. Using the Atomic/Genesis Button block as an example, Tibesar could track down all those old uses and make any changes he wanted.</p>\n\n\n\n<p>He said he would absolutely welcome this feature in WordPress.  &ldquo;New users are tempted to load up on zillions of block plugins all to be forgotten later.  Also, maintainers would use this tool when cleaning up broken sites. Just being able to see an overview of&nbsp;<em>what</em>&nbsp;blocks were used&nbsp;<em>where</em>, will allow publishers to dial back the number of block plugins installed on their sites, especially when new plugins and technologies emerge.&rdquo;</p>\n\n\n\n<p>Because this feature is not in core yet, he had to turn to the <a href=\"https://wptavern.com/find-my-blocks-plugin-shows-all-blocks-in-use-on-a-wordpress-site\">Find My Blocks</a> plugin, which helped him identify 22 posts and pages where he had unknowingly used the Button block from Atomic/Genesis Blocks. In the long term, this is something that needs to be handled directly in WordPress. It is unlikely to be the last time a user needs to clean house and get rid of old blocks.</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, 03 Sep 2020 19:41: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:14:\"Justin Tadlock\";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:82:\"WPTavern: WordPress 5.5.1 Released with Backfill for Deprecated JavaScript Globals\";s: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=104101\";s: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:209:\"https://wptavern.com/wordpress-5-5-1-released-with-backfill-for-deprecated-javascript-globals?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-5-1-released-with-backfill-for-deprecated-javascript-globals\";s: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:4766:\"<p><a href=\"https://wordpress.org/news/2020/09/wordpress-5-5-1-maintenance-release/\">WordPress 5.5.1</a> was released yesterday with <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.5.1&group=status&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\" target=\"_blank\">34 bug fixes, 4 enhancements</a>, and&nbsp;<a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/gutenberg/pull/24828\" target=\"_blank\">5 bug fixes</a>&nbsp;for the&nbsp;block&nbsp;editor. </p>\n\n\n\n<p>Version 5.5 <a href=\"https://make.wordpress.org/core/2020/08/05/more-support-for-javascript-i18n-in-wordpress-5-5/\">removed 19 legacy&nbsp;JavaScript&nbsp;localization objects</a>, in favor of using the new functions and utilities found in the i18n package&nbsp;introduced in WordPress 5.0. One of the most notable changes in this maintenance release is the inclusion of <a href=\"https://make.wordpress.org/core/2020/09/01/deprecated-javascript-globals/\">a backfill for these now deprecated JavaScript globals</a>, which were causing errors with many popular plugins and themes. </p>\n\n\n\n<p>&ldquo;If we only count plugins or themes with more than 100k installs or more, some of these already have an incredible impact, which is why we decided to&nbsp;patch&nbsp;this as fast possible.&rdquo; Joost de Valk said in an update compiling a list of <a href=\"https://docs.google.com/spreadsheets/d/1Vho7hJR4DMRyns38xcUMvVUj8SBov_J8_X4a7zwpmzo/edit?usp=sharing\">affected extensions</a>, with the the help of Omar Reiss. </p>\n\n\n\n<p>Themes impacted include Astra (1 million+ installs), Storefront (200k+), Hestia (100k+), and dozens more. A small selection of the popular plugins that were impacted include Advanced Custom Fields (1 million+), SiteOrigins Widgets Bundle (1 million+), AMP for WP, (100k+),  WooCommerce Services (1 million+), Ocean Extra (600k+), and Rank Math SEO (400k+). </p>\n\n\n\n<p>Theme and plugin developers still need to update their code to use&nbsp;<code>wp.i18n</code> but in the meantime the legacy code will not block JavaScript execution. De Valk said the new plan is to remove this fallback code in two major versions, so developers need to have their code updated by the time WordPress 5.7 rolls around in 2021.&nbsp;</p>\n\n\n\n<p>&ldquo;It sounds like a question that also ought to be addressed is how such wide-spread breakage could happen, and how it can be prevented in future,&rdquo; David Anderson commented on the announcement regarding the backfill. &ldquo;What part of the release process ought to have flagged up that this was about to happen, how did that part fail, and how can future similar failures be prevented.&rdquo; Jake Spurlock suggested a retrospective on WordPress 5.5 might be a good idea.</p>\n\n\n\n<p>Three weeks after WordPress 5.5 was released, the <a href=\"https://wordpress.org/plugins/enable-jquery-migrate-helper/\">Enable jQuery Migrate Helper</a> has more than 100,000 active installs. The plugin is available as a stopgap for users who experience problems with jQuery after updating to WP 5.5. Although several bumps along the road are expected for users during WordPress&rsquo; process of updating to use the latest version of jQuery, the official support forums were inundated with&nbsp;<a href=\"https://wordpress.org/search/5.5?in=support_forums\">reports of broken sites</a> after 5.5 was released. Many users found out about the plugin after hours of troubleshooting and hunting for a fix. This is another issue that would be helpful to address in a 5.5 retrospective.</p>\n\n\n\n<p>This maintenance release also <a href=\"https://make.wordpress.org/core/2020/08/27/wordpress-environment-types/\">removes the ability to alter the list of environment types</a> in the new&nbsp;<code>wp_get_environment_type()</code> function. Contributors decided that introducing new types wasn&rsquo;t the intention of the feature and that it makes it so that theme and plugin developers cannot rely on a set, predictable list of types. They are now limited to production, staging, development, and local, with definitions for each available in the <a href=\"https://make.wordpress.org/core/2020/08/27/wordpress-environment-types/\">announcement</a>.</p>\n\n\n\n<p>&ldquo;By limiting the set of environment types in this way, WordPress&nbsp;core, plugins, and themes can change their behavior depending on this setting,&rdquo; Joost de Valk said.</p>\n\n\n\n<p>WordPress 5.5.1 also fixes XML sitemaps paginating incorrectly, adds the site environment to debug information, and improves a number of other features that shipped with defects. The <a href=\"https://wordpress.org/support/wordpress-version/version-5-5-1/\">full list of changes</a> is available on the release 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, 02 Sep 2020 18:45: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: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:80:\"WPTavern: Jetpack 8.9 Adds Donations Block, Newsletter Form, and Social Previews\";s: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=104088\";s: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:201:\"https://wptavern.com/jetpack-8-9-adds-donations-block-newsletter-form-and-social-previews?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-8-9-adds-donations-block-newsletter-form-and-social-previews\";s: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:4689:\"<p class=\"has-drop-cap\">Jeremey Herve, a Jetpack developer at Automattic, <a href=\"https://jetpack.com/2020/09/01/jetpack-grow-subscribers-collect-donations/\">announced the release of Jetpack 8.9</a> earlier today. The update brings several major features to the plugin&rsquo;s users. Jetpack now sports a new social preview option in the block editor, a newsletter signup form type, and a block for handling donations.</p>\n\n\n\n<p>Version 8.9 also adds support for the <a href=\"https://wordpress.org/plugins/amp/\">AMP plugin</a>. Herve noted that Google and Automattic have worked together over the past six months to make this integration happen. He also announced that the team would release an in-depth post on the <a href=\"https://jetpack.com/blog/\">Jetpack blog</a> on how end-users can use the tools available.</p>\n\n\n\n<p>Overall, the update seems to be a solid release. I have not run into any issues with the features I make use of thus far.</p>\n\n\n\n<h2>Social Network Preview for Posts</h2>\n\n\n\n<img />Social Previews popup modal.\n\n\n\n<p class=\"has-drop-cap\">The latest version of the plugin adds a new Social Previews tab under the Jetpack sidebar panel in the block editor. It lists a few social icons and a preview button. Clicking the button pops up a modal window that allows users to preview what their post will look like in various places.</p>\n\n\n\n<p>Currently, only Google Search, Facebook, and Twitter previews are integrated. However, the announcement post noted that LinkedIn previews are in the works.</p>\n\n\n\n<p>Social Previews is not a particularly groundbreaking feature. However, it is a nice value-add for Jetpack users and almost a given in today&rsquo;s climate that is led by social networking sites. The feature is similar to what some SEO plugins, such as <a href=\"https://yoast.com/wordpress/plugins/seo/social-previews/\">Yoast SEO Premium</a>, offer.</p>\n\n\n\n<h2>Newsletter Sign-up Form</h2>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img />Select Newsletter Sign-up Form</li><li class=\"blocks-gallery-item\"><img />Form Appears with Necessary Fields</li></ul>\n\n\n\n<p class=\"has-drop-cap\">Jetpack 8.9 introduces a Newsletter Sign-up form type via its Form block. When creating a new form, users will see the new option. It works as you might expect, adding a name and email field along with a message that the visitor is granting permission to send emails.</p>\n\n\n\n<p>It might not be immediately apparent for some users is that they will need to install and activate the third-party <a href=\"https://wordpress.org/plugins/creative-mail-by-constant-contact/\">Creative Mail</a> plugin for newsletters to work. Jetpack&rsquo;s Newsletter Sign-up merely handles the form. The newsletter aspect requires an account through the <a href=\"https://www.creativemail.com/plans/\">Creativ.eMail website</a>. The free plan allows up to 5,000 emails per month, but you will need to upgrade to a paid tier after that, which will cost at least $4.95 each month.</p>\n\n\n\n<p>If this sounds a bit convoluted, it&rsquo;s because it is. Without reading the docs or opening the Newsletter Integration tab in the block options, some users may be wondering how this feature works.</p>\n\n\n\n<p>The integration itself works fluidly. Users can install and activate the plugin directly from the block editor. However, they will need to run through the setup and signup steps to begin using email campaigns, such as a newsletter.</p>\n\n\n\n<h2>Donations Block</h2>\n\n\n\n<img />Donations block and options.\n\n\n\n<p class=\"has-drop-cap\">Requiring yet another third-party service is Jetpack&rsquo;s new Donations block. Users will need to be on a <a href=\"https://jetpack.com/pricing/\">paid Jetpack plan</a> to use the block, which allows them to integrate their Stripe account for collecting payments.</p>\n\n\n\n<p>The Donations block is a simple affair. With a paid account in place, it is pretty much a plug-and-play system. The block options should be straightforward for the average end-user.</p>\n\n\n\n<p>At this point, the Donations block and system may be too limited for some campaigns. This feature seems to more squarely target users who are looking to accept basic donations without all the features that a more mature donation plugin would provide. For anything beyond accepting a few small donations each year, I would lean toward the <a href=\"https://wordpress.org/plugins/give/\">GiveWP plugin</a>. Its team is hyper-focused on making a great donation experience that scales to larger campaigns.</p>\n\n\n\n<p>For users who are already using Jetpack and want to start small, it wouldn&rsquo;t hurt to give this block a spin. It is always possible to move up to a dedicated donation plugin down the road.</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, 01 Sep 2020 21:06:50 +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:\"Justin Tadlock\";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:52:\"HeroPress: Consistency Gets You Where You’re Going\";s: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=3263\";s: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:150:\"https://heropress.com/essays/consistency-gets-you-where-youre-going/#utm_source=rss&utm_medium=rss&utm_campaign=consistency-gets-you-where-youre-going\";s: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:6947:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/09/imran_sayed.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Imran Sayed\" /><p>The Tech Industry has given many gifts in my life. It has been an exciting journey so far. So today I decide to pen down my story as a self-taught Software Engineer and share it with the world.</p>\n<p>The story of my journey to WordPress really begins about two years ago.</p>\n<p>At the time, I was working a comfortable, well-paying job as a Team Lead at Tech Mahindra, one of the largest tech consultancy MNC’s in India. Through the 10 years that I worked at Tech M, I wore different hats &#8212; client representative, mentor, certified trainer &#8212; and collected several performance awards including mobile phones, televisions, a digital camera, microwave oven, a PlayStation and best of all, all-expense paid trip to <a href=\"https://codeytek.com/portfolio/trip-to-london/\">London</a> <img src=\"https://s.w.org/images/core/emoji/13.0.0/72x72/1f60e.png\" alt=\"😎\" class=\"wp-smiley\" /></p>\n<p>I thought that programming will give me an ability to express my creative skills through code. The idea of how my work and my knowledge can benefit others is thrilling and something that I love.</p>\n<p>And the hero of my story is my very own brother, Sayed Taqui. Sayed is an experienced WordPress Developer and a core contributor, who gave me insights into this different world I had no idea about.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/09/image2.jpg\"><img /></a>Sayed Taqui and Imran Sayed\n<h2>A new direction</h2>\n<p>This did not happen overnight. This was a big risk to change track and move from my job to this new world of WordPress and it actually took me two years to make up my mind.</p>\n<p>I started with saving money so I could quit my job and learn new skills. I started with HTML, CSS, JavaScript, PHP and then moved on to WordPress. I also learned to use the tools like Webpack, Babel &amp; Grunt.</p>\n<p>My brother Sayed was always around to help me and guided me with some great inputs:</p>\n<ul>\n<li>learn the basics instead of specific frameworks (vanilla JS before jQuery)</li>\n<li>build games to get good at JS. I built my <a href=\"https://github.com/imranhsayed/shooting-game\">first game</a> in JavaScript, and in 2 weeks it was on <a href=\"https://play.google.com/store/apps/details?id=com.imranhsayed.birdshootinggame&hl=en\">PlayStore</a>.</li>\n<li>Hack away at the WordPress Core as a way to understand it deeply. He also suggested building a CMS in PHP to mimic WordPress, with CRUD functions, posts, pages and taxonomies, inspired by the WP Core.</li>\n</ul>\n<p><b>It all pays off!</b><br />\nAfter 7 months of rigorous self-training, I applied for a job in a startup called <a href=\"https://myrl.tech/\">Myrl Tech</a>. Myrl Tech was like a hardcore wrestling ground for me (देसी अखाड़ा), where I learnt to build and deploy applications from scratch.</p>\n<p>After years’ worth of experience writing code, learning &amp; applying new technology, giving &amp; receiving training and even being involved with hiring, I got the opportunity to apply to <a href=\"https://rtcamp.com/\">rtCamp</a>, where I currently work.</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/09/image4.jpg\"><img /></a></p>\n<p>rtCamp is a dream job for me. While the perks are great, what I identify most with is their importance on ethics, a friendly culture, and open-source community.</p>\n<h2>Giving back</h2>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/09/image3.jpg\"><img /></a></p>\n<p>During my learning journey, I realized a lot of topics can only be understood by digging into the WP Core. And while many learning resources are available online and on WordPress.org, there are not enough tutorials or blogs available for beginners.</p>\n<p>So I made a promise to myself that no matter how busy I get in future I will never forget my origin as a beginner and do what I can to help others. Knowledge is power and I feel it&#8217;s my responsibility to share what I know.</p>\n<p>So I’ve started a <a href=\"https://www.youtube.com/ImranSayedDev\">YouTube</a> channel, written tons of blog posts and put together several tutorials through my own open source learning platform. I am proud to have been a speaker at over 6 WordCamps across India. I am also a co-organizer of the local WP meetup group, and have organized 8 meetups last year.</p>\n<p>I have also spoken at several international events &#8212; <a href=\"https://www.crowdcast.io/e/22feb20WPstream/2\">Matt’s Popup Livestream</a> on <a href=\"https://www.slideshare.net/ImranSayed12/fastest-way-of-creating-gutenberg-blocks-with-minimal-javascript-knowledge-popup-livestream-22nd-feb-2020\">Gutenberg</a>, <a href=\"https://wpsessions.com/sessions/wordsesh-apac-2020/\">Wordsesh</a> on <a href=\"https://www.slideshare.net/ImranSayed12/why-progressive-apps-for-wordpress-wordsesh-2020\">PWA</a>, <a href=\"https://javascriptforwp.com/conference/#schedule\">JavaScript for WP Conference</a> on <a href=\"https://www.slideshare.net/ImranSayed12/harness-the-power-of-acf-for-gatsby-and-wordpress\">Gatsby</a>, <a href=\"https://twitter.com/imranhsayed/status/1243498037604827138\">WordPress VIP Webinar</a> and many more.</p>\n<p>I feel that there are many developers who have amazing knowledge but need a little push since they have never spoken in public. So while all of the above have been high points of my past couple of years, I also enjoy motivating <a href=\"https://www.meetup.com/Pune-WordPress-Knowledge-Exchange/events/270630113/\">new speakers</a> to share what they know.</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/09/image1.jpg\"><img /></a></p>\n<h2>Consistency is what got me here</h2>\n<p>Switching career paths has been very fulfilling. Having a supportive brother from the technical field was a blessing, and the skills I gained from the previous role like effective communication, public speaking etc, really helped. However, I’ve had to be patient, consistent and put in the work to make it happen. The advice I’d give to anyone pondering a similar switch is to focus on being consistent.</p>\n<p>I also feel that the best way to learn is to teach. Small positive steps ( teaching, helping others etc ) that we take today can make a big difference in a long run, not just in our life, but also the ones that directly or indirectly get influenced by our work.</p>\n<p>I encourage you to contribute to open-source, not just code but any way possible. Many of us have the potential to do better than what we are doing already. What’s important is we start and be consistent.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/consistency-gets-you-where-youre-going/\">Consistency Gets You Where You&#8217;re Going</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:\"Tue, 01 Sep 2020 20:30:48 +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:\"Imran Sayed\";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:55:\"WordPress.org blog: WordPress 5.5.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8979\";s: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/2020/09/wordpress-5-5-1-maintenance-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8938:\"<p>WordPress 5.5.1 is now available!</p>\n\n\n\n<p>This maintenance release features&nbsp;<a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.5.1&group=status&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\" target=\"_blank\">34 bug fixes, 5 enhancements</a>, and&nbsp;<a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/gutenberg/pull/24828\" target=\"_blank\">5 bug fixes</a>&nbsp;for the&nbsp;block&nbsp;editor. These bugs affect WordPress version 5.5, so you’ll want to upgrade.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-5.5.1.zip\">download WordPress 5.5.1 directly</a>, or visit the<strong>&nbsp;Dashboard → Updates</strong> screen&nbsp;and click&nbsp;<strong>Update Now</strong>. If your sites support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>WordPress 5.5.1 is a short-cycle maintenance release. The next major release will be <a href=\"https://make.wordpress.org/core/5-6/\">version 5.6</a>.</p>\n\n\n\n<p>To see a full list of changes, you can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.5.1&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">list on Trac</a>, read the <a href=\"https://make.wordpress.org/core/2020/08/27/wordpress-5-5-1-rc1/\">5.5.1 RC1</a> and <a href=\"https://make.wordpress.org/core/2020/08/31/wordpress-5-5-1-rc2/\">5.5.1 RC2</a> posts, or visit the <a href=\"https://wordpress.org/support/wordpress-version/version-5-5-1/\">5.5.1 documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.5.1 release was led by <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>azhiyadev</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a>, <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>johnbillion</a>, <a href=\"https://profiles.wordpress.org/planningwrite/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>planningwrite</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sergeybiryukov</a> and <a href=\"https://profiles.wordpress.org/whyisjake/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>whyisjake</a>.</p>\n\n\n\n<p>Thank you to everyone who helped make WordPress 5.5.1 happen:</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey &#8220;Rarst&#8221; Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/akissz/\">Angel Hess</a>, <a href=\"https://profiles.wordpress.org/avixansa/\">avixansa</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/brianhogg/\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/chunkysteveo/\">chunkysteveo</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dd32/\">dd32</a>, <a href=\"https://profiles.wordpress.org/demetris/\">demetris</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dushakov/\">dushakov</a>, <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>, <a href=\"https://profiles.wordpress.org/fjarrett/\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/johannadevos/\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a>, <a href=\"https://profiles.wordpress.org/landau/\">landau</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/gamerz/\">Lester Chan</a>, <a href=\"https://profiles.wordpress.org/mailnew2ster/\">mailnew2ster</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/gothickgothickorguk/\">Matt Gibson</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/mikeyarce/\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nabilmoqbel/\">Nabil Moqbel</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">O André</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paddy/\">Paddy</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rajeshsingh520/\">rajeshsingh520</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/riaanlom/\">riaanlom</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/rtagliento/\">rtagliento</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla/\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">sarahricker</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/sterndata/\">Steven Stern (sterndata)</a>, <a href=\"https://profiles.wordpress.org/webzunft/\">Thomas M</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/twentyzerotwo/\">TwentyZeroTwo</a>, <a href=\"https://profiles.wordpress.org/planningwrite/\">Winstina</a>, <a href=\"https://profiles.wordpress.org/wittich/\">wittich</a>, and <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>.\";s: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, 01 Sep 2020 19:13: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:9:\"Jb Audras\";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:81:\"Post Status: iThemes has acquired Restrict Content Pro from Sandhills 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=79593\";s: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://poststatus.com/ithemes-has-acquired-restrict-content-pro/\";s: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:3361:\"<p><a href=\"https://restrictcontentpro.com/\">Restrict Content Pro</a> has been <a href=\"https://sandhillsdev.com/?p=621\">acquired</a> by <a href=\"https://ithemes.com/\">iThemes</a>. Originally built by Pippin Williamson in 2012, RCP was early to the membership space and kept its promise of simplicity and stability throughout its tenure to date.</p>\n\n\n\n<p>A couple of years ago, the <a href=\"https://sandhillsdev.com/\">Sandhills Development</a> team put new energy into RCP, and <a href=\"https://sandhillsdev.com/2020/01/2019-year-in-review/\">in 2019</a> the product made nearly $500,000 in revenue. 2020 is set to outpace those numbers. While the sale price is not disclosed, it is a seven-figure deal, likely somewhere between two and four times annual revenue. No members of the Sandhills team are moving over to iThemes and <a href=\"https://www.liquidweb.com/\">Liquid Web</a> (the iThemes parent company), but there is a multi-month transition plan in place.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>In our interview, we talked a lot about the process of the deal, the transition expectations, the past and future of the product, and the emotions surrounding the sale — particularly for Pippin.</p>\n\n\n\n<p>Strategically, selling RCP enables Sandhills to better focus on their other products and free up several team members\' energy. RCP was profitable and fun for them to work on, but they knew it was the right fit with iThemes and were excited to be able to better share the workload on Easy Digital Downloads, AffiliateWP, and their other products. Pippin compared it to hiring multiple full time team members, by simply transitioning what they are working on.</p>\n\n\n\n<p>Additionally, the sale enabled them to put some cash in the bank, a comforting thing for a relatively small company in an extraordinarily uncertain time. Sandhills is very much an employee-first company, and this safety net lets them approach the future with confidence.</p>\n\n\n\n<p>For iThemes, Matt tells me that the acquisition excites them in part because it gets them on the front-facing part of websites once again. For years now they have focused on the utility side through backups, security, etc. Now they can offer more than peace of mind to their customers by helping them make money.</p>\n\n\n\n<p>Restrict Content Pro makes a lot of strategic sense for both Liquid Web and iThemes. Sandhills has always had a great audience, but it is most popular among developers and tinkerers — people ready to get their hands dirty a bit. iThemes opens up a much more user-centric audience, and it expands the base of potential customers through cross-marketing. Liquid Web has put a lot of energy into optimizing for eCommerce, and RCP offers a much more niche eCommerce product for their eCommerce audience that is not selling physical goods.</p>\n\n\n\n<p>All around, this deal just makes sense. Thanks to recent energy reviving the product, website, and RCP community, Pippin and his team were able to receive a compelling offer for Restrict Content Pro. Thanks to a well-established marketing plan, and a well-established roadmap for furthering the product\'s success, iThemes should be able to nicely capitalize on the opportunity.</p>\n\n\n\n<p>I\'m glad to see a win-win and the opportunity for two companies I admire to take a new step in their respective journeys.</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, 01 Sep 2020 17:06: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:15:\"Brian Krogsgard\";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:55:\"WordPress.org blog: The Month in WordPress: August 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8983\";s: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/2020/09/the-month-in-wordpress-august-2020/\";s: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:9603:\"<p>August was special for WordPress lovers, as one of the most anticipated releases, WordPress 5.5, was launched. The month also saw several updates from various contributor teams, including the soft-launch of the Learn WordPress project and updates to Gutenberg. Read on to find out about the latest updates from the WordPress world.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.5 Launch</h2>\n\n\n\n<p>The team launched <a href=\"https://wordpress.org/news/2020/08/eckstine/\">WordPress 5.5</a> on August 11. The major release comes with a host of features like automatic updates for plugins and themes, enabling updates over uploaded ZIP files, a block directory, XML sitemaps, block patterns, inline image editing, and lazy-loading images, to name a few. WordPress 5.5 is now available in 50 languages too! You can update to the latest version directly from your WordPress dashboard or <a href=\"https://wordpress.org/download/\">download</a> it directly from WordPress.org. Subsequent to the 5.5 release, the <a href=\"https://make.wordpress.org/core/2020/08/27/wordpress-5-5-1-rc1/\">5.5.1 release candidate</a> came out on August 28, which will be followed by its official launch of the minor release on September 1.</p>\n\n\n\n<p>A record 805 people contributed to WordPress 5.5, hailing from 58 different countries. <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a> has <a href=\"https://jeanbaptisteaudras.com/en/2020/08/wordpress-5-5-core-stats-contributions-by-country-company/\">compiled many more stats like that</a> and they’re well worth a read!</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg 8.7 and 8.8</h2>\n\n\n\n<p>The core team launched Gutenberg <a href=\"https://make.wordpress.org/core/2020/08/05/whats-new-in-gutenberg-august-5/\">8.7</a> and <a href=\"https://make.wordpress.org/core/2020/08/19/whats-new-in-gutenberg-august-19/\">8.8</a>. Version 8.7 saw many improvements to the Post Block suite, along with other changes like adding a block example to the Buttons block, consistently autosaving edits, and updating the group block description. Version 8.8 offers updates to Global Styles, the Post Block suite, and Template management. The release significantly improves the back-compatibility of the new Widget Screen, and also includes other important accessibility and mobile improvements to user interfaces like the Toolbar, navigation menus, and Popovers. For full details on the latest versions of these Gutenberg releases, visit these posts about <a href=\"https://make.wordpress.org/core/2020/08/05/whats-new-in-gutenberg-august-5/\">8.7</a> and <a href=\"https://make.wordpress.org/core/2020/08/19/whats-new-in-gutenberg-august-19/\">8.8</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Check out the brand new Learn WordPress platform!</h2>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a brand new cross-team initiative led by the <a href=\"https://make.wordpress.org/community/\">WordPress Community team</a>, with support from the <a href=\"https://make.wordpress.org/training/\">training team</a>, the <a href=\"https://make.wordpress.org/tv/\">TV team</a>, and the <a href=\"https://make.wordpress.org/meta/\">meta team</a>. This platform is a learning repository on <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a>, where WordPress learning content will be made available. Video workshops published on the site will be followed up by supplementary discussion groups based on workshop content. The first of these discussion groups have been scheduled, and you can join an upcoming discussion <a href=\"https://www.meetup.com/learn-wordpress-discussions/events/\">on the dedicated meetup group</a>. The community team invites members to contribute to the project. You can apply to <a href=\"https://wordcampcentral.survey.fm/learn-wordpress-workshop-application\">present a workshop</a>, <a href=\"https://wordcampcentral.survey.fm/learn-wordpress-reviewer-application\">assist with reviewing</a> submitted workshops, and <a href=\"https://docs.google.com/spreadsheets/d/1A6BYIZAtqk3alBFtJBg-7Q7Y7NBLRnoRFbRTGho2rfI/edit\">add ideas for workshops</a> that you would like to see on the site. You can also apply<a href=\"https://wordcampcentral.survey.fm/learn-wordpress-discussion-group-leader-application\"> to be a discussion group leader</a> to organize discussions directly through the <a href=\"https://learn.wordpress.org\">learn.wordpress.org</a> platform. We are also creating a dedicated Learn WordPress working group and have <a href=\"https://make.wordpress.org/community/2020/08/24/learn-wordpress-working-group-call-for-volunteers/\">posted a call for volunteers</a>. Meetup organizers can use <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> content for their meetup events (without applying as a discussion group leader). Simply ask your meetup group to watch one of the workshops in the weeks leading up to your scheduled event, and then host a discussion group for that content as your event.</p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog</a>, or join them in the #community-events channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a local WordPress community event, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>As <a href=\"https://make.wordpress.org/core/2020/03/11/all-women-release-squad/\">proposed previously</a>, WordPress 5.6 will have an all-women release squad. The team has <a href=\"https://make.wordpress.org/core/2020/08/13/wordpress-5-6-release-planning/\">started work on the 5.6 release planning</a>.</li><li>The community team has decided to <a href=\"https://make.wordpress.org/community/2020/08/04/announcement-flagship-events-in-2021/\">cancel in-person flagship WordPress events</a> in 2021. While new applications for flagship events in 2021 will not be accepted, organizers of existing flagship events (such as WordCamp US, Europe, and Asia) will have the option to move their event online. </li><li>The core team is working on <a href=\"https://core.trac.wordpress.org/ticket/37110\">updating the jQuery version</a> that comes with WordPress. As the first step, the <a href=\"https://make.wordpress.org/core/2020/06/29/updating-jquery-version-shipped-with-wordpress/\">team removed the jQuery Migrate 1.4.1 script </a>from WordPress 5.5. Those who wish to use jQuery migrate for maintaining plugin compatibility can install the <a href=\"https://wordpress.org/plugins/enable-jquery-migrate-helper/\">Enable jQuery Migrate Helper plugin</a>, which has currently reached the 100k installs mark. </li><li>The WordPress documentation team is continuing its discussion on modifying the external linking policy. The conversation is taking place on a <a href=\"https://docs.google.com/document/d/1i0ipOTmKPShSIMoFuEXnI3gkOOUrPJb9t4HMf30JWC0/edit#heading=h.l0cppyl5zvhs\">shared Google doc</a>. Feel free to add comments if you have any thoughts on the topic. </li><li>WordPress will <a href=\"https://core.trac.wordpress.org/ticket/51043#comment:7\">not drop support for PHP 5.6</a>, as initially decided, in order to maintain better version compatibility. The team has additionally come up with a <a href=\"https://make.wordpress.org/core/2020/08/24/proposal-dropping-support-for-old-php-versions-via-a-fixed-schedule/\">proposal to drop support for old PHP versions via a fixed schedule</a>.</li><li>The maiden edition of <a href=\"https://doaction.org/event/india-2020\">do_action India online</a> was held from August 15 to 23. The event, which was held online with collaboration tools, had 94 participants who built fully functional websites for five NGOs from across the country. You can read more about 2020 do_action events <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">on the WordPress Foundation blog</a>.</li><li>The Accessibility team has <a href=\"https://make.wordpress.org/accessibility/2020/08/25/accessibility-teams-goals-for-wordpress-5-6-and-beyond/\">published their goals for WordPress 5.6 and beyond</a> and has started working on them.</li><li><a href=\"https://minneapolis.wordcamp.org/2020/\">WordCamp Minneapolis/St. Paul</a> was held successfully on August 21. The event, which sold over 1400 tickets, had 18 speakers and 12 sponsors.</li><li>The Polyglots team has completed the translation <a href=\"https://make.wordpress.org/polyglots/2020/08/19/polyglots-handbook-reorganization-update/\">handbook structure organization</a>. The handbook now has clear guides for translators, PTEs/GTEs, global mentors, and Plugin/Theme authors.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></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:\"Tue, 01 Sep 2020 09:32: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:14:\"Hari Shanker R\";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:93:\"WPTavern: WordSesh EMEA 2020 Kicks Off September 2, Featuring Short Talks and Micro-Tutorials\";s: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=104024\";s: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:229:\"https://wptavern.com/wordsesh-emea-2020-kicks-off-september-2-featuring-short-talks-and-micro-tutorials?utm_source=rss&utm_medium=rss&utm_campaign=wordsesh-emea-2020-kicks-off-september-2-featuring-short-talks-and-micro-tutorials\";s: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:4862:\"<p>The second edition of <a href=\"https://wordsesh.com/\">WordSesh EMEA</a> (Europe, Middle East, and Africa) is happening in less than 48 hours on September 2. The virtual event&rsquo;s schedule is tailored to attendees living in the Eastern hemisphere. In its first year running, WordSesh EMEA attracted a solid turnout of close to 1,000 attendees and was the proving ground for future regional WordSesh events. With WordCamp Europe <a href=\"https://wptavern.com/wordcamp-europe-goes-virtual-for-2021-in-person-conference-to-resume-2022\">cancelling in-person events until 2022</a>, WordSesh EMEA is another way to highlight voices in the European WordPress community with a global audience.</p>\n\n\n\n<p>&ldquo;There were definitely enough people at the inaugural WordSesh EMEA event that it was clear I needed to do it again, and expand into an APAC event,&rdquo; organizer Brian Richards said. </p>\n\n\n\n<p>Richards had WordSesh APAC (Asia/Pacific) on the schedule for the end of March, right when the pandemic was breaking out. WordCamp Asia had just been cancelled the month before, as he was preparing to announce speakers for the WordSesh.</p>\n\n\n\n<p>&ldquo;I worked with the WCAsia organizers to invite as many speakers to speak as I could,&rdquo; Richards said. &ldquo;I ended up helping run a Feb 22 pop-up livestream event to host several of them and invited the remainder to join me on a second full day of sessions at WordSesh.&rdquo;</p>\n\n\n\n<p>Six months later, many WordCampers have had their fill of online events after months of mandated lockdowns and voluntary quarantining. Any new virtual event announced is immediately in competition with outdoor activities and hobbies that attendees could be engaging in away from the computer. Nevertheless, Richards has seen a threefold increase in signups over the previous year.</p>\n\n\n\n<p>&ldquo;There are 3,200 folks registered currently, and we&rsquo;re on track to have 3,500 by the time things kick off on Sept 2nd,&rdquo; he said.</p>\n\n\n\n<p>&ldquo;I&rsquo;ve been extremely mindful of virtual event fatigue for this one. This time around, the event is designed to fit inside an 8-hour span, inclusive of breaks, and no single session is longer than 20 minutes (plus Q&amp;A).&rdquo;</p>\n\n\n\n<p>Whereas the previous WordSesh events were somewhat novel in that they gave attendees 24 hours of free live streaming WordPress presentations, pandemic era virtual events are evolving to eat up less of attendees&rsquo; free time. Organizers are now opting for scheduling fewer speakers for more manageable sections of time, or requiring them to give more condensed versions of their presentations.</p>\n\n\n\n<p>&ldquo;I worked with the speakers to compress their talks into 20 minutes instead of the historical 40 minutes of years past,&rdquo; Richards said. &ldquo;I&rsquo;ve been developing a theory that case studies and micro-tutorials are the most optimal format for a conference talk, though, and I&rsquo;m going to test that idea more thoroughly in future events.&rdquo;</p>\n\n\n\n<p>The schedule features 13 sessions on topics ranging from plugin development to client management to marketing with multisite networks. Whether you are a PHP developer learning how to navigate the world of blocks or an event planner seeking resources for the pandemic pivot, there&rsquo;s a session for everyone.</p>\n\n\n\n<p>The talks will be a mix of live and pre-recorded, all broadcast live at their set times with speakers joining for Q&amp;A after each session.</p>\n\n\n\n<p>&ldquo;Most will be pre-recorded to eliminate any technical risks during the event (e.g. internet outage, power outage, and all the many various life emergencies),&rdquo; Richards said. &ldquo;This also offers a nice bonus of the speaker being able to interact with the chat&nbsp;<em>during</em>&nbsp;their talk.&rdquo; </p>\n\n\n\n<p>WordSesh EMEA will introduce a temporary job board, reminiscent of the kind one might find on a whiteboard in the hallway at a traditional WordCamp.</p>\n\n\n\n<p>&ldquo;Attendees can share whether they are hiring or looking for work in an entirely free-form format,&rdquo; Richards said. &ldquo;The entire board will be accessible to attendees throughout the live event only. After the event has ended I will capture the final state of the board and share that with everyone who actually attended so they can have a semi-permanent record. I think this is the first time there has ever been anything that only exists for live attendees and nobody else.&rdquo;</p>\n\n\n\n<p>Richards will also be delivering virtual swag to attendees&rsquo; inboxes again this year, with substantial discounts to various WordPress shops, hosts, and service providers. If you haven&rsquo;t signed up yet, you are not too late. <a href=\"https://wordsesh.com/register/\">Registration</a> is still open until the last minute, and tickets are free. </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, 01 Sep 2020 04:00:30 +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:94:\"WPTavern: One Year After Beta, Elmastudio’s Aino Blocks Plugin Lands in the Plugin Directory\";s: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=104014\";s: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:225:\"https://wptavern.com/one-year-after-beta-elmastudios-aino-blocks-plugin-lands-in-the-plugin-directory?utm_source=rss&utm_medium=rss&utm_campaign=one-year-after-beta-elmastudios-aino-blocks-plugin-lands-in-the-plugin-directory\";s: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:6853:\"<p class=\"has-drop-cap\">One year ago today, Elmastudio <a href=\"https://www.elmastudio.de/en/beta-release-test-our-aino-free-theme-and-aino-block-collection/\">launched a beta version</a> of its <a href=\"https://wordpress.org/themes/aino/\">Aino</a> WordPress theme and <a href=\"https://wordpress.org/plugins/aino-blocks/\">Aino Blocks</a> plugin. While the team pushed the theme live in the theme directory earlier this year, it wasn&rsquo;t until a couple of weeks ago that they officially released their blocks plugin.</p>\n\n\n\n<p>Elmastudio&rsquo;s beta launch was one of the first pieces of news I noted when I began writing for the Tavern &mdash; I was already lining up stories a couple of weeks before I <em>officially</em> started. But, the story fell down the list over time. After seeing Aino Blocks land in the plugin directory two weeks ago, I thought it would be interesting to check out what the plugin looked like today.</p>\n\n\n\n<p>Aside from a few minor styling issues, the Aino theme is a solid offering for users who are looking for a block-ready theme that provides an open canvas. I am generally a fan of Elmastudio&rsquo;s work with themes. However, most of the blocks from the Aino Blocks plugin are not particularly impressive. At best, they are par for the course for these types of block library plugins. I tend to install them to see if I can find a gem of an idea or two, some missing element that would solve one of the various problems I have. No such luck this time.</p>\n\n\n\n<h2>The Plugin&rsquo;s Blocks</h2>\n\n\n\n<p class=\"has-drop-cap\">The one block that caught my eye the most was the Grid block. I am still hopeful that core WordPress adopts some sort of <a href=\"https://wptavern.com/should-the-block-editor-have-a-grid-system\">grid layout block</a> or system. Therefore, I test every such block I come across.</p>\n\n\n\n<p>The Grid block in the Aino Blocks plugin works well enough for people who have a background in CSS code. The terminology for the block options may be hard to understand for average users. On the whole, it does not feel intuitive enough for me to recommend it over better options.</p>\n\n\n\n<img />Using the Grid block.\n\n\n\n<p><a href=\"https://wptavern.com/diving-into-automattics-block-experiments\">Layout Grid</a> by Automattic still holds the title for best grid block plugin thus far. Yes, its options can be confusing too, but it does provide dragging capabilities that will autofill those settings for less tech-savvy users. <a href=\"https://wptavern.com/build-versatile-layouts-with-the-generateblocks-wordpress-plugin\">GenerateBlocks</a> also has a powerful Grid block that is far easier to use.</p>\n\n\n\n<p>The most complex block and the one that seemingly pushes some boundaries is the Hero block. It is essentially a block that combines content, buttons, and media in a specific layout. The problem is that there may not be a need for the block in every case. It is far better suited as a block pattern, and because the plugin already introduces a custom pattern, there is little reason not to move along the same route with the Hero block.</p>\n\n\n\n<p>Within a couple of minutes, I was able to recreate the default Hero block output with core WordPress blocks. The only exception to this was the use of the Badge block included with the Aino Blocks plugin.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img />Aino Hero Block</li><li class=\"blocks-gallery-item\"><img />Core Media &amp; Text Block</li></ul>\n\n\n\n<p>To recreate the Hero block, an end-user merely needs to add a Media &amp; Text block. In the content/text panel for the block, they can add the Badge, Heading, Paragraph, and Buttons blocks. After adding an image in the media section, they would have recreated the Hero block. Because of the multiple inner blocks involved in this, it can be a bit complicated for some users. That&rsquo;s where patterns come into play. By using a pattern, the plugin would have:</p>\n\n\n\n<ul><li>Used less JavaScript.</li><li>Used less CSS.</li><li>Mostly used core blocks.</li></ul>\n\n\n\n<p>Users may be stuck with an unnecessary block in this case. And, if this is their first foray into the world of blocks, they are unlikely to learn that there was a better way.</p>\n\n\n\n<p>The one thing the Hero block brings to the table is its custom grid settings. It provides end-users with control over the placement of content and media columns. That is the only thing it has going for it as an individual block, but such a feature might be better as custom block options, such as those provided through <a href=\"https://wptavern.com/control-block-design-via-the-editorplus-wordpress-plugin\">EditorPlus</a>.</p>\n\n\n\n<p>Aino Blocks does include a single block pattern. It is called Hero Aino. It is a customized version of the Hero block in pattern form and showcases what users can accomplish with a few adjustments of the block options.</p>\n\n\n\n<img />Aino Hero block pattern.\n\n\n\n<p>This pattern is the one area where the plugin shines.  It will be interesting to see if the developers continue with more patterns in the future.</p>\n\n\n\n<p>The plugin also adds Badge, Card, Author, Testimonial, Buttons, and Arrow Button blocks. The Badge block allows users to add a small bit of text with an inline background. The Arrow Button is essentially a link with an arrow icon next to it. Everything else feels like it has been done before by a plethora of other block collection plugins.</p>\n\n\n\n<h2>Final Verdict</h2>\n\n\n\n<p class=\"has-drop-cap\">I question whether most of these types of block library plugins are necessary at this point. Few of them feel like they are pushing any limits, raising the bar beyond what has already been done. My fear is that we will continue to see more and more of these collections packaged from every plugin and theme shop to the point where everyone is simply building the same blocks in-house.</p>\n\n\n\n<p>This is why the block directory needs to be integrated into core. Instead of downloading an entire collection of blocks for something like a plain ol&rsquo; testimonial block, end-users can simply download a single testimonial block.</p>\n\n\n\n<p>Perhaps I am being a bit harsh on Aino Blocks. Maybe it appeared in the plugin directory too late. Bigger plugins have already carved the path that Aino is trekking. I want to see more than <em>yet another block collection by yet another theme/plugin company</em>. I want to be dazzled.</p>\n\n\n\n<p>For the most part, the plugin works well. I did not see anything technically wrong with it. I just do not see it appealing to many people outside of Elmastudio&rsquo;s current theme users, not when there are more mature plugins of its type out there.  There is still room to grow.  The company&rsquo;s best bet is to focus on building patterns.  Its first pattern shows some promise.  I am holding out hope for more interesting work to come.</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, 31 Aug 2020 22:09: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:14:\"Justin Tadlock\";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:50:\"WPTavern: WordCamp Austin Opens Call for Musicians\";s: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=103599\";s: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:145:\"https://wptavern.com/wordcamp-austin-opens-call-for-musicians?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-austin-opens-call-for-musicians\";s: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:4365:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>WordCamp Austin 2020 is putting out a <a href=\"https://austin.wordcamp.org/2020/call-for-musicians/\">call for musicians</a>, alongside its call for speakers. The event&rsquo;s organizers are rising to the challenge of creating a unique experience for attendees, while working within the constraints of a virtual format. Because the city prides itself on being &ldquo;the live music capital of the world,&rdquo; due to its abundance of music venues, the camp&rsquo;s organizers are inserting a little local Austin flavor into the schedule.</p>\n\n\n\n<p>English poet Robert Browning, in his poem <em><a href=\"https://en.wikisource.org/wiki/Balaustion%27s_Adventure/I\">Balaustion&rsquo;s Adventure</a></em>, wrote, <strong>&ldquo;<em>And who hears music, feels his solitude peopled at once.</em>&rdquo; </strong>Music has a way of bringing a human aspect to virtual events where people are sitting alone behind glowing screens, hoping to connect with others during this protracted time of isolation. WordCamp Austin&rsquo;s organizers are aiming to pepper the schedule with a diverse selection of performances for attendees to enjoy. </p>\n\n\n\n<p>Musicians from anywhere in the world are invited to send an audition video (or schedule a live audition) for the opportunity to perform 2-5 songs at WordCamp Austin between sessions. Those who are selected will have the choice of performing live (with technical support from the organizers) or submitting pre-recorded performances. Organizers are also accepting auditions from singers, beat-boxers, rappers, and anyone who plays a non-traditional instrument.</p>\n\n\n\n<p>&ldquo;We want WC ATX to be put on the map so that it will drive more attraction when we can get back together in person,&rdquo; co-organizer Ben Moore said. &ldquo;Like all other major events, 2020 will be the catalyst for more virtual events. Virtual, in-person, and a hybrid mix of the two will emerge after all of this.&rdquo;</p>\n\n\n\n<p>WordCamp Austin organizers are planning to use <a href=\"https://hubs.mozilla.com/\">Hubs Virtual Rooms</a> by Mozilla to create a unique environment for attendees. </p>\n\n\n\n<p>&ldquo;I think it will be a lot of fun and allow everyone who is burnt out on Zoom to get something different,&rdquo; co-organizer Cousett Hoover said. &ldquo;We have a lot of dedicated folks but venues in Austin are super expensive which makes it hard to coordinate a WordCamp. This allows us to get more support and with a star group of organizers we can come back even better next year.&rdquo;</p>\n\n\n\n<p>WordCamp Austin&rsquo;s use of Hubs Virtual Rooms will be an interesting experiment to follow, as most other virtual WordPress events have opted for Zoom.</p>\n\n\n\n<p>&ldquo;One of the more exciting parts of Hubs is the spacial audio feature,&rdquo; Moore said. &ldquo;We hope this can create a more interactive experience for people as opposed to everyone having to hear everything being said. People will be able to &lsquo;walk&rsquo; around, gather in groups, and have smaller conversations without the need for a moderator to designate breakout rooms. We hope to imitate an &lsquo;in-person&rsquo; environment but remain virtual.&rdquo;</p>\n\n\n\n<p>WordCamp Austin has been running since 2012, with a few gaps in between when they were not able to make it happen. Most other city-based WordCamps are on hold right now, but Hoover said she sees an opportunity in the present circumstances for newer community members to attend virtually.</p>\n\n\n\n<p>&ldquo;I think it is a beautiful opportunity for so many who might otherwise not know about WordCamps or not have one close by to be able to attend,&rdquo; Hoover said. &ldquo;Personally, I work with a lot of Mompreneurs who use WordPress daily for their livelihoods just like many other WordPressers but so many do not know about the incredible community that WordPress has and these events are an opportunity to save on travel and time and still be able to participate a bit.&rdquo;</p>\n\n\n\n<p>Organizers are planning two tracks, with 8-10 sessions separated by musical interludes. Applications for WordCamp Austin&rsquo;s musicians are <a href=\"https://austin.wordcamp.org/2020/call-for-musicians/\">due by September 4</a>. The deadline to submit auditions is September 11 and performers will be notified of acceptance by September 15.</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, 29 Aug 2020 21:39: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: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:88:\"WPTavern: Stepping Into a Market With Major Players, Mario Peshev Acquires WP-CRM System\";s: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=103830\";s: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:219:\"https://wptavern.com/stepping-into-a-market-with-major-players-mario-peshev-acquires-wp-crm-system?utm_source=rss&utm_medium=rss&utm_campaign=stepping-into-a-market-with-major-players-mario-peshev-acquires-wp-crm-system\";s: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:5799:\"<p class=\"has-drop-cap\">Mario Peshev, the CEO of WordPress agency DevriX, <a href=\"https://www.prweb.com/releases/renowned_wordpress_core_contributor_mario_peshev_acquires_wp_crm_system_to_drive_business_development_on_worlds_largest_web_platform/prweb17328749.htm\">officially announced</a> he had acquired the <a href=\"https://wordpress.org/plugins/wp-crm-system/\">WP-CRM System</a> plugin this week. Formally, his company Premium WP Support is taking the reins for the project. Scott DeLuzio, the creator and previous owner of the plugin, <a href=\"https://scottdeluzio.com/wp-crm-system-acquired-by-mario-peshev/\">published the news</a> on his blog last month.</p>\n\n\n\n<p>DeLuzio originally built the plugin in 2015 after dissatisfaction with the solutions available on the market and having no control over the data, which was hosted on third-party services. He made the plugin available through his brand Amplify Plugins. Since then, his company has shifted focus to add-ons for eCommerce plugins in the WordPress space.  Therefore, he decided to sell his CRM project.</p>\n\n\n\n<p>Peshev began his career as an engineer with enterprise-grade development. He said he was already familiar with CRMs after having worked with them long before he switched to WordPress development. It shaped the focus of DevriX toward small and medium-sized enterprises (SME) and growing businesses using WordPress as an application framework.</p>\n\n\n\n<p>&ldquo;Over the past few years, we&rsquo;ve built a number of integral solutions in-house for our brands &mdash; including our business process management system or our time tracking software,&rdquo; he said. &ldquo;When I stumbled upon a tweet by Scott DeLuzio disclosing the sale of a couple of plugins, I got hooked almost immediately.&rdquo;</p>\n\n\n\n<p>Peshev described WP-CRM System as being closely aligned with his company&rsquo;s goal, which is to support WordPress-driven businesses given clear metrics for maximum ROI.</p>\n\n\n\n<p>&ldquo;It&rsquo;s powerful, integrates seamlessly with most form plugins (intercepting leads through Contact Form 7 or Gravity Forms), comes with Slack callbacks when leads come in, provides multiple views for different use cases, and gets the job done through a single, yet powerful dashboard,&rdquo; he said. &ldquo;Working with an existing customer base is also a great opportunity to refine the rest of our product offerings and work closely with businesses eager to evolve without having to migrate away from WordPress.&rdquo;</p>\n\n\n\n<h2>The Future of WP-CRM System</h2>\n\n\n\n<p class=\"has-drop-cap\">For the short term, Peshev said his quality assurance team is doing extensive testing for performance opportunities. It is also testing to see how the plugin can integrate with other popular business plugins. However, the main goal is to push out some usability improvements.</p>\n\n\n\n<p>&ldquo;In the long term, we will be expanding into several verticals &mdash; adding industry-specific features that better serve groups of businesses, such as accounting firms, creative studios, and event management companies,&rdquo; he said. &ldquo;The product is customer-led and we rely a lot on existing customers to improve usability even further.&rdquo;</p>\n\n\n\n<p>The CRM market is becoming more competitive. Peshev said the contract on this acquisition was already signed by the time Automattic publicly announced its <a href=\"https://wptavern.com/automattic-acquires-zero-bs-crm-considers-rebranding-it-as-jetpack-crm\">acquisition of Zero BS CRM</a> (now <a href=\"https://wptavern.com/zero-bs-crm-rebrands-and-relaunches-as-jetpack-crm\">Jetpack CRM</a>) last year. However, he feels like there is plenty of room for growth for both plugins in the space.</p>\n\n\n\n<p>&ldquo;Larger businesses have to scale with certain constraints in mind &mdash; both from a managerial standpoint, and when it comes to responsibility,&rdquo; he said. &ldquo;This is how startups emerge and quickly acquire certain industries or niche markets. Automattic is known to spread across other business segments, such as the hosting or eCommerce ecosystems. I certainly don&rsquo;t believe it sets the right tone, but I&rsquo;m also not concerned about yet another CRM solution entering the space. In this case, it&rsquo;s a mutual effort toward strengthening the position of WordPress in the SME space, bringing more opportunities to matured businesses, and preventing businesses from &lsquo;outgrowing&rsquo; WordPress as a business platform.&rdquo;</p>\n\n\n\n<p>The major player in the CRM market is HubSpot, but it pushes users to an app that is hosted off-site, which is the opposite approach of both WP-CRM System and Jetpack CRM.</p>\n\n\n\n<p>Peshev said his company used to be a HubSpot agency partner between 2017 and 2019. However, they terminated the partnership because HubSpot&rsquo;s focus was on building an opinionated business ecosystem that was cluttered and incompatible with other solutions. The goal seemed to be to push users toward other CMS-type software that they owned.</p>\n\n\n\n<p>&ldquo;WP-CRM System feels native to the WordPress user,&rdquo; said Peshev. &ldquo;With simpler sales cycles, it doesn&rsquo;t feel overwhelming. You don&rsquo;t need to spend forever sifting through options and filling out complex forms. WP-CRM System is designed for growing businesses that used to rely on group chats, emails, and spreadsheets, and can&rsquo;t justify the administrative overhead (or pricing) of the giants in the CRM space. The market is indeed saturated, especially outside of WordPress, and segmentation is the best strategy here: evolving a CRM for a specific segment (WordPress users) and audiences (mostly service businesses) in our case, and developing separate extensions for verticals that reach out more frequently.&rdquo;</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, 28 Aug 2020 18:23:56 +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:\"Justin Tadlock\";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:52:\"WPTavern: MotoPress Acquires Gutenix WordPress Theme\";s: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=103914\";s: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:149:\"https://wptavern.com/motopress-acquires-gutenix-wordpress-theme?utm_source=rss&utm_medium=rss&utm_campaign=motopress-acquires-gutenix-wordpress-theme\";s: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:2654:\"<p>MotoPress, a theme and plugin shop in operation since 2013, has <a href=\"https://motopress.com/blog/motopress-acquires-gutenix-wordpress-multipurpose-theme/\">acquired the Gutenix WordPress theme</a> and its commercial <a href=\"https://zeguten.zemez.io/\">ZeGuten</a> blocks plugin for Gutenberg. The free theme currently has more than 700 active installs after nine months on <a href=\"https://wordpress.org/themes/gutenix/\">WordPress.org</a>.</p>\n\n\n\n<p>MotoPress already has a number of successful niche WordPress themes and plugins but Gutenix fills the gap for a multipurpose theme. It was developed to work well with popular page builder plugins, and includes dedicated starter template libraries for Elementor, Brizy, and the block editor. The theme&rsquo;s commercial upgrades bundle the GutenixPro premium plugin, 30+ starter sites, and the ZeGuten plugin.</p>\n\n\n\n<img />\n\n\n\n<p>MotoPress is more well-known for its <a rel=\"noreferrer noopener\" href=\"https://motopress.com/products/hotel-booking/\" target=\"_blank\">Hotel Booking plugin</a> and its associated add-ons. The company also develops a block collection plugin called&nbsp;<a rel=\"noreferrer noopener\" href=\"https://wordpress.org/plugins/getwid/\" target=\"_blank\">Getwid Gutenberg blocks</a>, which has more than 10,000 active installs and is growing in popularity. Getwid is unique in that the collection is aimed at developers. The plugin comes with a free style kit that includes theme support snippets and CSS classes to accelerate the development process of building custom themes. Its accompanying <a href=\"https://wordpress.org/themes/getwid-base/\">Getwid Base Theme</a> has more than 2,000 active installs.</p>\n\n\n\n<p>Even though MotoPress is already developing its own block collection and base theme, the company saw value in acquiring a more multipurpose theme aimed at users of popular page builders.</p>\n\n\n\n<p>&rdquo;Such a multipurpose theme is something we always wanted to create &ndash; but have never had the time resource to invest in such a multidimensional and complex thing,&rdquo; MotoPress CEO Alexander Matienko said.</p>\n\n\n\n<p>&ldquo;After a fruitful exchange of experiences and visions with the Gutenix creators,I realized one thing. Not only are our companies aligned in our Gutenberg-driven passion, but we both have realistic views on the current WordPress market demands, where Elementor and other builders have been great value for people.&rdquo;</p>\n\n\n\n<p>Gutenix is MotoPress&rsquo; first acquisition and the company plans to keep it as a separate product that is independent of <a href=\"https://motopress.com/membership/\">MotoPress Club</a> membership.</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, 28 Aug 2020 04:34:51 +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: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:75:\"WPTavern: Elementor 3.0 Allows Users to Create a Personalized Design System\";s: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=103574\";s: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:195:\"https://wptavern.com/elementor-3-0-allows-users-to-create-a-personalized-design-system?utm_source=rss&utm_medium=rss&utm_campaign=elementor-3-0-allows-users-to-create-a-personalized-design-system\";s: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:5838:\"<p class=\"has-drop-cap\">Elementor version 3.0 was <a href=\"https://elementor.com/blog/elementor-3-new-professional-features/\">launched on Tuesday</a>. This release is the first major update to the plugin in over two years and is one of the largest upgrades in its history. The new version focuses on a design system, a new theme builder, and performance improvements. The driving motivation behind this release was to create global design tools, which is a shift from the plugin&rsquo;s roots as a mere page builder.</p>\n\n\n\n<p>One of my biggest complaints about <em>builder</em> plugins is that they have often approached design on the individual page level first. However, web design is not about how you can fancy up a page. It is about taking a holistic approach to the overall design of the site. When building single pages, users of such plugins far too often create more work for themselves, much of it better handled on a global scale. One of the cornerstones of development is to not repeat work you have already done. Builder plugins can too easily push those who use them toward such bad habits.</p>\n\n\n\n<p>Design should handle the foundational, global features first. Then, drill down to the atomic level when necessary. Builder plugins have almost exclusively gotten this backward in the past.</p>\n\n\n\n<p>Elementor 3.0 seeks to solve this problem by introducing its design system and a new theme builder. The latter is part of its pro offering. The design system is essentially a global style creator and is available in both the free and pro versions. This is a welcome addition to the plugin and should create a solution for those foundational elements that the plugin has been missing.</p>\n\n\n\n<p>&ldquo;Creating a site with a design system in mind (i.e. style guide, colors, and typography) is how professionals approach building websites,&rdquo; said Ariel Klikstein, the co-founder and CTO of Elementor. &ldquo;For many creators, this is an integral part of building the site as it helps them, their teams, and their clients to align and communicate around a consistent vision.&rdquo;</p>\n\n\n\n<p>The Elementor team is coming to terms with the principles that have long guided web designers. The goal is to apply these principles to a user interface, breaking outside the confines of code.</p>\n\n\n\n<p>&ldquo;Design system capabilities are among the pillars of building professional websites, as they give the ability to view and control the site elements from a centralized hub and apply sitewide changes to overall colors, typography, and layout,&rdquo; said Klikstein.</p>\n\n\n\n<h2>Elementor&rsquo;s Design System</h2>\n\n\n\n<img />Editing global colors with Elementor&rsquo;s design system.\n\n\n\n<p class=\"has-drop-cap\">Elementor is pitching its new design system as revolutionary. However, such design systems have long existed in the WordPress ecosystem. Theme developers have created similar systems for well over a decade, and they have since capitalized on WordPress&rsquo;s built-in customizer to do it in real time.</p>\n\n\n\n<p>The question is whether this new system ups the ante, creating a new baseline in which others must compete.</p>\n\n\n\n<p>That will be for users to decide. However, it does offer a plethora of options under its Site Settings menu. It allows end-users to customize colors, typography, and several other elements across the site. Current plugin users will have tools in their hands to do some more amazing things with Elementor, and they will be able to do them in a much more streamlined manner. Ultimately, it should save time and make it possible to update the site over the long term without re-editing old work.</p>\n\n\n\n<p>It is not particularly revolutionary, but it is something that should be standard for any sort of visual design system.</p>\n\n\n\n<p>&ldquo;While it&rsquo;s true that applying global styles was always possible using custom CSS code and themes, in Elementor V3.0 we made these options truly global,&rdquo; said Klikstein. &ldquo;Today they are independent of a theme, plugin, or widget as part of the element-based web design paradigm. The design system features are integrated into the editor workflow, without the need to use a single line of code. This will let the user implement global colors and fonts across any site element &mdash; be it a button, heading, or background. Then, if the user decides to change the color or a font style, he or she can change it once and apply it wherever it was previously placed in the global setting.&rdquo;</p>\n\n\n\n<p><em>To not mislead readers, note that most themes that have implemented such systems have also not required custom CSS or other code.</em></p>\n\n\n\n<p>Perhaps the bigger question is whether this new design system will be better than the upcoming <a href=\"https://make.wordpress.org/design/handbook/focuses/global-styles/\">global styles</a> feature in Gutenberg and core WordPress. The aims of the two are similar, but WordPress will undoubtedly launch its feature with a much more limited set of options. WordPress will also need buy-in from theme authors.</p>\n\n\n\n<p>Klikstein did not directly respond to the question of how WordPress&rsquo;s global styles feature impacted any decision that went into Elementor&rsquo;s design system feature. However, when cutting through the marketing cruft, he did say, &ldquo;It&rsquo;s great to see that Gutenberg/WordPress is also moving in this direction because we believe this is the best way to create consistent and maintainable websites.&rdquo;  He also said this feature was on the roadmap since the plugin&rsquo;s earlier theme builder concept.</p>\n\n\n\n<p>Gutenberg may not be much of a consideration for Elementor&rsquo;s development team. They are clearly carving their own path to success and outpacing others in the race to building websites through a visual interface.</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, 27 Aug 2020 20:35: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";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: Atomic Blocks Rebranded to Genesis Blocks, Migration Path to New Plugin Coming Soon\";s: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=103809\";s: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:229:\"https://wptavern.com/atomic-blocks-rebranded-to-genesis-blocks-migration-path-to-new-plugin-coming-soon?utm_source=rss&utm_medium=rss&utm_campaign=atomic-blocks-rebranded-to-genesis-blocks-migration-path-to-new-plugin-coming-soon\";s: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:4941:\"<p>StudioPress, which was acquired by WP Engine in 2018, is <a href=\"https://studiopress.blog/announcing-genesis-blocks/\">rebranding</a> its popular <a href=\"https://wordpress.org/plugins/atomic-blocks/\">Atomic Blocks</a> plugin to <a href=\"https://wordpress.org/plugins/genesis-blocks/\">Genesis Blocks</a>. WP Engine also acquired Atomic Blocks in 2018, growing the plugin&rsquo;s user base from 3,000 active installs to more than 60,000 over the past two years. The purpose of rebranding is to more tightly align the block collection with the Genesis brand.</p>\n\n\n\n<p>&ldquo;We decided to elevate the Genesis brand to be the parent brand for all of our block and theme products moving forward,&rdquo; WP Engine VP of web strategy David Vogelpohl said. &ldquo;While we could have changed the title of the Atomic Blocks plugin, we wanted the slug to represent the Genesis brand so we decided to create a new plugin to achieve that outcome.&rdquo;</p>\n\n\n\n<p>Unfortunately, in order to get the preferred slug for the plugin, WP Engine has to create a new plugin, instead of renaming the existing one. The company is creating a migration tool to move the plugin&rsquo;s 60k users over to  Genesis Blocks.  &nbsp;</p>\n\n\n\n<p>&ldquo;Based on initial prototypes, the migration path will be automated for most users of the plugin,&rdquo; Vogelpohl said. &ldquo;We believe that migration technology will be available at the end of our next two-week sprint (starting next week), but we aren&rsquo;t able to commit to a date until more work has been completed.&rdquo;</p>\n\n\n\n<p>The new Genesis Blocks plugin will now be explicitly developed in support of StudioPress themes and the <a rel=\"noreferrer noopener\" href=\"https://studiopress.com/genesis-pro?__hstc=141311597.cfcc56073bf7750c2817e395dcab7eff.1598463759872.1598463759872.1598463759872.1&__hssc=141311597.1.1598463759872&__hsfp=1755708871\" target=\"_blank\">Genesis Pro package</a>. This doesn&rsquo;t mean the blocks cannot be used with other themes. Rather, it&rsquo;s more clear to users that the collection is designed to look best with WP Engine&rsquo;s products.</p>\n\n\n\n<p>Genesis Blocks contains the same 22 free blocks found in its predecessor but can be upgraded via a Genesis Pro subscription to add more blocks, full page layouts, and pre-built sections. The subscription also includes access to advanced block-level user permissions as well as support for the Genesis Framework and its commercial child themes.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://cloudup.com/ci12kCBu6zy\"><img src=\"https://cldup.com/0-CWURP7ZY.gif\" alt=\"Pro\" width=\"1198\" height=\"794\" /></a>\n</div>\n\n\n\n<p>Moving forward, all new features will be added to the new Genesis Blocks plugin, while support for Atomic Blocks gets scaled back to security releases and updates necessary for compatibility with WordPress.</p>\n\n\n\n<p>&ldquo;<a href=\"https://twitter.com/wpdavidv\"></a>In time, it will be deprecated, but only after enough users have migrated over,&rdquo; Vogelpohl said. &ldquo;We don&rsquo;t have a date for that yet and any future decisions will be based on the percentage of people who have migrated and the effects of that decision on the users who have not migrated at that time. It&rsquo;s important for us to make decisions that are respectful of the users of any of our products and the sites they manage. We will clearly communicate future plans and dates for deprecation, but for now, users of Atomic Blocks will have plenty of time to migrate. We will continue to update Atomic Blocks for security releases and functionality relative to updates in WordPress until the plugin is officially wound down.&rdquo;</p>\n\n\n\n<p>When WP Engine acquired StudioPress and the Genesis Framework, the company said it planned to integrate it tightly into the the WP Engine Digital Experience Platform so it performs better there than anywhere else. It&rsquo;s an interesting trend among WordPress hosting companies, similar to <a href=\"https://wptavern.com/godaddy-acquires-themebeans-coblocks-block-gallery-and-block-unit-tests\">GoDaddy&rsquo;s acquisition of CoBlocks and Themebeans</a>, where the company is gradually refining its product acquisitions to provide its own flavor or &ldquo;experience&rdquo; of WordPress.</p>\n\n\n\n<p>WP Engine also plans to rebrand the <a href=\"https://wordpress.org/plugins/block-lab/\">Block Lab</a> plugin as Genesis Custom Blocks. The plugin will also have a similar migration path for its 8,000 active installs. WP Engine&rsquo;s goal with the rebranding effort is to make page building with the block editor more streamlined, as well as an extension of its current product lines.</p>\n\n\n\n<p>&ldquo;Genesis Blocks will play a big role in how we deliver value under Full Site Editing in the future, so this is the first step in helping the Genesis community and anyone in WordPress build better sites faster with the block editor,&rdquo; Vogelpohl 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:\"Thu, 27 Aug 2020 00:41: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: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:85:\"WPTavern: WordPress Should Bump PHP Support on a Transparent and Predictable Schedule\";s: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=103828\";s: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:215:\"https://wptavern.com/wordpress-should-bump-php-support-on-a-transparent-and-predictable-schedule?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-should-bump-php-support-on-a-transparent-and-predictable-schedule\";s: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:4504:\"<p class=\"has-drop-cap\">Juliette Reinders Folmer <a href=\"https://make.wordpress.org/core/2020/08/24/proposal-dropping-support-for-old-php-versions-via-a-fixed-schedule/\">released a proposal</a> for WordPress to drop old PHP version support on a fixed schedule. She wrote the proposal after Matt Mullenweg, WordPress co-founder and project lead, reached out to discuss solutions. This was after he closed a <a href=\"https://core.trac.wordpress.org/ticket/51043\">Trac ticket</a> last week that sought to <a href=\"https://wptavern.com/no-minimum-php-version-bump-this-year-wordpress-to-support-php-5-6-for-a-while-longer\">drop support for PHP 5.6</a> and bump the minimum version to 7.1 for the next major WordPress release this year.</p>\n\n\n\n<p>The proposal lays out a position that many in the WordPress community could get behind. It is a clear-cut, transparent path for the platform&rsquo;s future PHP support.</p>\n\n\n\n<p>Folmer essentially put forward two roadmaps in the proposal. The first roadmap decides at what stage WordPress would drop support for a particular PHP version. The platform would remove support for a PHP minor release that is more than five years old each December. This would coincide with whatever major release of WordPress is upcoming. The following schedule lays out the minimum-supported PHP version each year:</p>\n\n\n\n<ul><li>December 2020 &ndash; PHP 7.1</li><li>December 2021 &ndash; PHP 7.2</li><li>December 2022 &ndash; PHP 7.3</li><li>December 2023 &ndash; PHP 7.4</li><li>December 2024 &ndash; PHP 8.0</li></ul>\n\n\n\n<p>The second part of the proposal creates a rolling schedule for backporting security updates to WordPress. Currently, WordPress releases security updates all the way back to the version 3.7 branch. If adopted, Folmer&rsquo;s recommendation would support only the previous four years of WordPress releases.</p>\n\n\n\n<p>Such a change would mean that when WordPress 5.6 is released in December 2020, the WordPress project would be committed to backporting security fixes as far back as WordPress 4.7, released in December 2016.</p>\n\n\n\n<p>Folmer also proposes backporting PHP upgrade notices from the site health project to the currently-supported older versions of WordPress. This measure would inform users of PHP version issues before they make the jump to a newer version of WordPress.</p>\n\n\n\n<p>The overlap of bumping the minimum PHP support into the future and backporting security fixes gives users a potentially huge window of nine years in which they could stay on whatever version of PHP they are currently on. Nine years may seem like a lifetime on the web with its constantly-changing technology, and it was a point of contention from some people in the comments of the post. However, it is a plan of action, something the WordPress community has not had the pleasure of experiencing with regards to PHP support. Developers will undoubtedly argue over the dates and versions, but that is secondary to actually having a predictable timeline.</p>\n\n\n\n<p>A fixed version bump schedule is welcome. It puts everyone from developers to end-users to web hosts on the same page. This level of transparency is necessary if we ever intend to move forward without rehashing the same arguments.</p>\n\n\n\n<p>The system of waiting around to see when a specific PHP version&rsquo;s usage stats drop below a certain percentage just muddies things. The result is typically a long-winded argument that does not move the needle. Each side picks its stats. Each side digs its heels in. And each side has plenty of good points to make. Ultimately, everyone wants the same thing &mdash; to move the entire project forward and use up-to-date tools. However, they always disagree on how we get there. Eventually, the minimum PHP version gets bumped and the community gears up for the next round. It leaves us in a constant state of tug of war between those who want quicker advancement and those who do not want to leave users behind.</p>\n\n\n\n<p>The truth is that no one is ever completely right in these arguments. There is no roadmap to follow. We have no guiding principle other than &ldquo;this has what&rsquo;s been done before.&rdquo;</p>\n\n\n\n<p>WordPress needs to set clear expectations.</p>\n\n\n\n<p>This is not just a problem with the minimum PHP version &mdash; many want a more-detailed roadmap for the entire project. However, minimum PHP support is one problematic area that we could have a solution for, and Folmer has carved out a path. We need only follow it.</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, 26 Aug 2020 23:08: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:14:\"Justin Tadlock\";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:33:\"HeroPress: Discovering Your Place\";s: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=3253\";s: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:118:\"https://heropress.com/essays/discovering-your-place/#utm_source=rss&utm_medium=rss&utm_campaign=discovering-your-place\";s: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:8563:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/08/082120-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I was incredibly lucky to count myself as one of the happy WordPress business stories.\" /><p>I remember watching a dog I used to have jump without a thought into a river from the edge. I’ve never been someone to do that. I am cautious by nature, considered and ponderous. I plan, ponder, observe, I was always the child that watched and learnt through seeing. My introduction into the WordPress community like so most of my life experiences started with a circling on the edges, a gradual involvement, slowly acclimatising to the waters.</p>\n<h3>From DIY roots</h3>\n<p>It was the time when everyone was creating their own system from scratch, without asking if they could or should. PHP was fresh, smelt like newly baked cookies, delicious, tasty and often insecurely held together with hope, well-meaning wishes. I was riding the blogging community waves happy and fulfilled, yet frustrated by my own solution that was more a wish than an option. My blogging surf board was more a plank of wood well painted, but really close to breaking. Someone casually mentioned WordPress and after trying it, I was sold. This was pretty early in the life of the system we all enjoy now, but it had enough to show me that this was the way forward.</p>\n<p>What truly sold me was how I could customise and theme my site so easily. This really was at that time all I cared about.</p>\n<blockquote><p>With so many events like reboots and online refreshes, sites would change their themes more often than socks.</p></blockquote>\n<p>I could embrace this with the ease of creating a theme. Style switchers were all the rage, I could change my theme as much as I wanted, with pretty minimal effort and leaving my content alone. It also meant I didn’t have to worry about security, which to be honest I avoided incidents previously out of luck over my code.</p>\n<p>Each release saw rapid improvements, bugs were easy to report and whilst I was very much on the edges, I was slowly moving a few more rings deeper into the experience, testing the water as I went. Reporting a bug, asking a question, joining an IRC chat. My contribution circles were increasing as I moved deeper within the project.</p>\n<h3>A timeline of sorts</h3>\n<p>It would be easy to get stuck on small details in this story, the problem is I want to tell as much of my journey as possible and I’ve been lucky it’s been so long so far. The temptation to expand is heavy, so I’ll try and focus on some points over a timeline.</p>\n<p>I am not sure when you say you joined a community, as I noted I sort of circled, dipping my toe in for a while. However, my first self noted contribution would be with the theme team. Working on building the &#8216;core&#8217; of WordPress itself was a hard place to find my start. It was noisy and as I mentioned I needed a quieter on-boarding. Within this space I could work through themes, learn slowly and participate in a smaller group. It was there I stayed for a while, growing my confidence as a contributor.</p>\n<h3>Following my passion</h3>\n<p>Time moved on and my freelance business grew from an acorn to a flourishing seedling and I made a choice to put my full bet on WordPress. By this time I had discovered not only WordPress, but begun to explore more fully BuddyPress too. It was there I found a place to thrive, grow and for a long time find my contribution space.</p>\n<p>Community and specifically enabling people to create, manage and build open source communities, was and always will be a passion of mine. Particularly in this day and age, the potential for empowerment from this type of software can’t be ignored. I count myself lucky to have been able to focus on this for the time I did.</p>\n<h3>Growing achievements with help</h3>\n<p>My passions were growing along with my business thanks to this project. It was incredible to not only run my own company, but thrive in this space and grow in confidence. I began to travel to WordCamps, speak at them, make connections and then in leaps and bounds grow my business. This continued for a number of years. I was incredibly lucky to count myself as one of the happy WordPress business stories.</p>\n<p>I got to focus on communities and as a result got to write a book about BuddyPress theme development.</p>\n<blockquote><p>Writing a book was powerful for me as a dyslexic.</p></blockquote>\n<p>Whilst not uncommon, for someone who is, writing a book can feel like quite a mountain and you likely are told you won’t achieve that at some point in your life. Never tell anyone they won’t do anything, because there’s a strong possibility given the chance they will, try giving them the opportunity instead.</p>\n<p>WordPress has given me some incredible opportunities in life and I count writing a book as one of them. I didn’t do it by myself though, just like I haven’t done anything in this community alone. I got to write through networking, connections, the people I met. Without the community, I wouldn’t have had the business or written the book. Behind every publication is the community, the network that helped create it.</p>\n<h3>WordPress has given me options</h3>\n<p>One thing this story so far hasn’t covered is the personal side of my life. It’s told you my WordPress journey, yet the tale of any person always has a personal side. Every single commit, every single contribution has a heart, a life behind it. Each contribution has their own ebbs and flows.</p>\n<p>Talking about myself isn’t easy because well I have a lot of privilege and right now in this world I know I am so very lucky to work remote, to have the job I do. Being able to be a full time contributor has given me a quality of life and empowerment I daily am grateful for.</p>\n<blockquote><p>It meant I could be the sole earner when my partner was too ill to work.</p></blockquote>\n<p>It’s allowed us to move to the best location for medical care and support. I am not unique, so many contributors care, support and hold up so many others. It’s not just the contributor behind the contribution, it’s their families, those that depend on them.</p>\n<h3>Trying on contribution hats</h3>\n<p>If someone asks me where they should contribute, I always suggest they try a number of areas. This is motivated by my own journey. Your place can also change depending on where you are in your contribution adventure, mine did. Just because you enter one area, that doesn’t mean you should stay there. Often the project is enriched by you moving around, spreading your skills and activating. You have to go where you both are the most comfortable and effective, this could be a surprising place to you and others.</p>\n<p>A lot of the new contribution hurdles that once existed have been lowered, however for anyone joining it’s never easy. Remembering those first steps every single one of us took is crucial to keep projects alive. Once you forget how hard contribution is, you set yourself up to not have contributions.</p>\n<h3>You got this</h3>\n<p>If I could time travel there is probably a whole lot I’d do. In relation to my WordPress journey, if I could travel back through the many years to me as I click that first download of WordPress, I’d probably say this quote which I think is attributed to Winnie the Pooh.</p>\n<blockquote><p>“You’re braver than you believe, stronger than you seem, and smarter than you think.”</p>\n<p><small>― </small><span class=\"authorOrTitle\"><small> A. A. Milne</small><br />\n</span></p></blockquote>\n<p>It’s so easy for us all to think we aren’t good enough. We can’t contribute. We can’t make a difference. We will never find our place. Nobody will ever want us in their project. I can’t lead. I am not good enough to be a team rep. I can’t speak on stage. I can’t lead a release. I can’t be a committer. A designer can’t write code. Sound familiar? I am sure one of those comments you’ve said to yourself, I’ve said them all to myself.</p>\n<p>Maybe in this complicated year, we all should take a moment to be a little gentler, kinder and more compassionate to ourselves. Take a moment to recognise that you can contribute, you can make a difference.. and you do.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/discovering-your-place/\">Discovering Your Place</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, 26 Aug 2020 09:00: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:\"Tammie Lister\";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:109:\"WPTavern: Privacy-First Gravatar Replacement, Pixel Avatars Module Released for the Toolbelt WordPress 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=103447\";s: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:261:\"https://wptavern.com/privacy-first-gravatar-replacement-pixel-avatars-module-released-for-the-toolbelt-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=privacy-first-gravatar-replacement-pixel-avatars-module-released-for-the-toolbelt-wordpress-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:5538:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Ben Gillbanks decided to put an old idea into motion. After the discussion over Gravatar <a href=\"https://wptavern.com/local-avatars-in-wordpress-yes-please\">privacy concerns and local avatars</a> in WordPress reignited a couple of weeks ago, he went to work building <a href=\"https://www.binarymoon.co.uk/2020/08/pixel-avatars-a-privacy-first-gravatar-replacement/\">Pixel Avatars</a>, a generated avatar solution that requires no connection to a third-party service.</p>\n\n\n\n<p>Gravatar solves a huge problem. It creates a global avatar so that users need to upload an image to only one site and carry it around the web with them. To use the service, sites must pass email addresses back to Automattic-owned Gravatar.com, such as when a visitor leaves a comment. The typical local avatar solution suffers because it forces users to sign up and upload an image for that specific site. Neither option is ideal for every site owner. And, both options tend to add heavily to the page load speed, depending on the number of avatars loaded.</p>\n\n\n\n<p>That is where Pixel Avatars come into play. The script has all the privacy benefits of local avatars while maintaining a light footprint.</p>\n\n\n\n<p>&ldquo;Initially, I just liked the idea of making dynamic images that can follow you around the internet,&rdquo; said Gillbanks. &ldquo;I hadn&rsquo;t even considered the privacy implications of using Gravatar &mdash; although in hindsight they are obvious.&rdquo;</p>\n\n\n\n<p>He is launching Pixel Avatars as a module in <a href=\"https://wordpress.org/plugins/wp-toolbelt/\">Toolbelt</a>, a WordPress plugin that he <a href=\"https://wptavern.com/toolbelt-a-new-jetpack-inspired-plugin-with-a-focus-on-speed-and-privacy\">launched in 2019</a>. The plugin is a privacy-focused alternative to Jetpack, another project of Automattic that relies on connecting to a third-party server.</p>\n\n\n\n<p>&ldquo;The last few years have made a lot of people more aware of privacy online and so I want everything I build to have privacy as a priority,&rdquo; he said.</p>\n\n\n\n<p>Gillbanks had not put much thought into the Gravatar vs. local avatar discussion until the WP Tavern coverage of it. <em>It is nice to see that we are least in part responsible for some innovative ideas.</em></p>\n\n\n\n<p>&ldquo;It is accepted that using Gravatar is how you add avatars to WordPress sites,&rdquo; he said. &ldquo;However, Gravatar is owned by Automattic and it has the potential for them to generate a lot of data about what sites people view (comment on), and how popular websites are. I have no reason to be suspicious here. I doubt it&rsquo;s being used in this way, but the potential is there and we&rsquo;d have no way of knowing if it was being used for data collection.&rdquo;</p>\n\n\n\n<p>He further explained that he believes Gravatar would be better as an optional plugin. &ldquo;Even a bundled plugin would be better than having it on by default,&rdquo; he said. &ldquo;In my opinion, the default should be local avatars with a fallback similar to what I have made for non-registered users (or just a blank image). I&rsquo;ve offered my code to the core privacy team &mdash; my plugin is GPL and the <a href=\"https://github.com/BinaryMoon/wp-toolbelt/tree/master/modules/avatars\">code is on Github</a>, so they are welcome to use it if they wish.&rdquo;</p>\n\n\n\n<h2>How the Pixel Avatars Feature Works</h2>\n\n\n\n<p class=\"has-drop-cap\">Pixel Avatars are completely local to the site. Using 5kb of JavaScript, which is smaller than a single avatar image on average, the code generates a pixelated avatar. For each user, the plugin creates a hash string using their email address. This method also ensures that the avatar is consistent regardless of what site it is used own.</p>\n\n\n\n<p>One of the reasons this is much faster than traditional avatar systems is that the avatars are generated. They are not images that must be loaded, which can be especially problematic when loading a blog post with 100s of comments, each with its own avatar.</p>\n\n\n\n<p>&ldquo;If you use external or local avatars then you will still need to load additional image files and no matter how good your content delivery system (server, CDN, third-party avatar service, etc.), this will mean more data transfer, so a slower page load than my Javascript system,&rdquo; said Gillbanks.</p>\n\n\n\n<p>From a technical perspective, the script is relatively simple. It short-circuits the core WordPress <code>get_avatar()</code> function and returns an HTML canvas element with a unique data property containing the hash of the user&rsquo;s email address. Once the page is loaded, the JavaScript code generates a unique image for each of the canvases.</p>\n\n\n\n<p>&ldquo;Since I am filtering a core function, this will work everywhere that function is used,&rdquo; said Gillbanks. &ldquo;Comments in the admin, the little avatar in the admin bar, and any other pages or blocks that make use of the <code>get_avatar()</code> function. It&rsquo;s not just for comments.&rdquo;</p>\n\n\n\n<p>Some site owners may want to use Toolbelt to handle guest commenter&rsquo;s avatars while serving a local avatar for logged-in users. This system could be the best of both worlds &mdash; local avatars for those who have them and not sending any data from site visitors to a third-party site. Gillbanks has tested against 10up&rsquo;s <a href=\"https://wordpress.org/plugins/simple-local-avatars/\">Simple Local Avatars</a> plugin, but it should work with other local avatar plugins.</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, 25 Aug 2020 18:16:06 +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:\"Justin Tadlock\";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:98:\"WPTavern: Automattic Tangles with Apple Over Lack of In-App Purchases in the WordPress for iOS App\";s: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=103709\";s: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:241:\"https://wptavern.com/automattic-tangles-with-apple-over-lack-of-in-app-purchases-in-the-wordpress-for-ios-app?utm_source=rss&utm_medium=rss&utm_campaign=automattic-tangles-with-apple-over-lack-of-in-app-purchases-in-the-wordpress-for-ios-app\";s: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:8239:\"<p>Over the weekend, Matt Mullenweg announced on Twitter that Apple&rsquo;s App Store had blocked Automattic from shipping updates to WordPress&rsquo; official iOS app.  Automattic doesn&rsquo;t sell anything for WordPress.com or Jetpack inside the mobile apps, but the app included external purchasing methods that bypassed Apple&rsquo;s requirement of selling via in-app purchases. </p>\n\n\n\n<p>On the surface it seemed Apple was forcing a free app to add in-app purchases solely to extract its 30% cut of the revenue. The problem was if users drilled down deep enough into web help pages, they could <a href=\"https://twitter.com/mysk_co/status/1296914225718267907\">find a window to escape the walled garden</a>. While this seems like an unlikely way that a user would purchase an upgrade, Apple held the app&rsquo;s updates hostage in order to gain full compliance from Automattic.</p>\n\n\n\n<p>&ldquo;There are a few convoluted ways you can get to our web app from within previews, documentation, etc.,&rdquo; Mullenweg said in the Twitter conversation. &ldquo;We offered to block based on user agent server-side, but that was not deemed sufficient.&rdquo;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Update: <a href=\"https://t.co/aCqKGxE7qL\">https://t.co/aCqKGxE7qL</a></p>&mdash; Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1297334622506737664?ref_src=twsrc%5Etfw\">August 23, 2020</a></blockquote>\n</div>\n\n\n\n<p>In a rare congenial response from Apple, the company apologized and reversed course 24 hours later, but not before Automattic had already acquiesced to adding in-app purchases. In a statement provided to <a href=\"https://www.macrumors.com/2020/08/21/wordpress-ios-app-apple-blocked-updates/\">MacRumors</a>, Apple said the issue has been resolved, although it did not specify if this happened weeks ago:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>We believe the issue with the WordPress app has been resolved. Since the developer removed the display of their service payment options from the app, it is now a&nbsp;free stand-alone app and does not have to offer in-app purchases. We have informed the developer and apologize for any&nbsp;confusion that we have caused.</em></p></blockquote>\n\n\n\n<h2>The Official WordPress Apps Need to Be Separate from Automattic&rsquo;s Commercial Interests</h2>\n\n\n\n<p>Automattic&rsquo;s control of WordPress&rsquo; official mobile apps has long been a controversial issue in the open source community. Since the company heavily subsidizes the apps&rsquo; development, its agenda for the apps goes completely unrivaled. This is why the official apps contain WordPress.com and Jetpack-specific features that are unnecessary for many self-hosted site owners.</p>\n\n\n\n<p>Although the apps are open source, historically, they have <a href=\"https://wptavern.com/wordpress-for-android-5-7-adds-path-to-upgrade-wordpress-com-plan\">rarely received contribution</a> from developers outside Automattic due to the complexity of the code. <a href=\"https://twitter.com/danroundhill/status/1296941098393190401\">This hasn&rsquo;t changed</a>. In 2016, when <a href=\"https://apps.wordpress.com/2016/08/26/wordpress-for-android-version-5-7/\">version 5.7 of the apps came out for iOS</a> and Android, it looked like Automattic was pushing forward on building <a href=\"https://wptavern.com/wordpress-for-android-5-7-adds-path-to-upgrade-wordpress-com-plan\">an upgrade path for WordPress.com plans</a>. At that time, features for self-hosted sites began to lag behind significantly. Automattic mobile engineer Maxime Biais said the commitment to support both was equal.</p>\n\n\n\n<p>&ldquo;WordPress.com features are not prioritized over self hosted,&rdquo; he said. &ldquo;When we can implement things for both we do it, but when we can&rsquo;t (like when we don&rsquo;t have the XMLRPC endpoint) we do it for WordPress.com and usually ask Core to do the changes so we can implement the same feature for self-hosted users.&rdquo;</p>\n\n\n\n<p>Developing the app for self-hosted users and Automattic&rsquo;s customers at the same time was always a delicate balance. This situation with the App Store underscores the need for the official open source apps to be separate from the control of any commercial entity, but the reality is that these apps would not exist without Automattic. Their continued maintenance is entirely funded by the company. Attracting outside contributions from the broader community has been difficult. Matt Mullenweg said no company has ever submitted contributions for having their products built into the apps, despite invitations and the code bases being open source.</p>\n\n\n\n<p>Prior to Apple backing off of its requirement for Automattic to add in-app purchases, the company had presumably exhausted every other option before giving in to Apple&rsquo;s demands. At that point Mullenweg started crowd sourcing ideas from his followers on Twitter to look for a way forward for the community. This seemed to mark a new era for the apps where Mullenweg was willing to consider adding other companies&rsquo; products into the apps alongside his own and then passing the revenue along.</p>\n\n\n\n<p>&ldquo;New name: The app has always done a ton of work to support WordPresses hosted anywhere, using the XML-RPC API included in core WP since WP 2.6 was released in 2008,&rdquo; he said. &ldquo;That&rsquo;s why we called it &lsquo;WordPress&rsquo; and not &lsquo;WordPress.com&rsquo; or &lsquo;Jetpack.&rsquo;</p>\n\n\n\n<p>&ldquo;I am a big believer in the sanctity of licenses. (Open source relies on licenses and copyright.) We agreed to this license when we signed up for (and stayed in) the app store, so going to follow and abide by the rules. Not looking to skirt it, hence doing what they asked us to.</p>\n\n\n\n<p>&ldquo;Allow others IAP: All of the code is open source, if other hosts or plugins wanted to support in-app purchases for their plans we could accept patches and have Automattic pass through the revenue.&rdquo;</p>\n\n\n\n<p>The idea of Automattic becoming the arbiter of which companies have access to selling through the official mobile apps introduces even more conflicts of interest into what was already a murky entanglement. This setup would be wholly objectionable to many in the open source community. For the sake of clarity and simplicity, WordPress&rsquo; official mobile apps need to be free from commercial interests.</p>\n\n\n\n<p>John James Jacoby suggested Automattic build a new app for its own products if the company wants to add in-app purchases. Mullenweg seemed open to considering the idea.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">We can do that but would probably need to spin up new app under a new developer account, and disable webviews.</p>&mdash; Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1296915015845388288?ref_src=twsrc%5Etfw\">August 21, 2020</a></blockquote>\n</div>\n\n\n\n<p>At the moment, given Apple&rsquo;s apology, the liberation of the mobile apps is no longer a matter of immediate necessity. Mullenweg seems satisfied with the outcome for now, but the original conflicts of interest in the app remain.</p>\n\n\n\n<p>&ldquo;I did not expect the previous tweet to get attention outside the WP community,&rdquo; Mullenweg said. &ldquo;My understanding was the previous decision was final, and we had already made many of the arguments people suggested privately over the several weeks the app was locked.</p>\n\n\n\n<p>&ldquo;We will continue to be responsive and do our best to be within both the spirit and letter of the app store rules, including closing any webview loopholes that pop up. This also made me appreciate the freedom of the open and independent web.&rdquo;</p>\n\n\n\n<p><strong>CORRECTION:</strong> <em>At the time of publishing, this article incorrectly stated that Automattic is the only company whose products are allowed to be built into the official WordPress apps. The previous statement has been removed and updated to reflect the fact that no company has ever tried to submit their products for inclusion in the apps, despite invitations.</em></p>\n\n\n\n<p></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, 24 Aug 2020 23:53:42 +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:\"Wed, 23 Sep 2020 17:14:08 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 23 Sep 2020 17:00:07 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20200502025608\";}', 'no');
INSERT INTO `irxuti_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(137, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1600924448', 'no'),
(138, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1600881248', 'no'),
(139, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1600924448', 'no'),
(140, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2020/09/wordpress-5-5-1-maintenance-release/\'>WordPress 5.5.1 Maintenance Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hello-world-discovering-the-world-through-wordpress\'>HeroPress: Hello World – Hevo Nyika</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-contributors-debate-dashboard-notice-for-upcoming-facebook-oembed-provider-removal?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-contributors-debate-dashboard-notice-for-upcoming-facebook-oembed-provider-removal\'>WPTavern: WordPress Contributors Debate Dashboard Notice for Upcoming Facebook oEmbed Provider Removal</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/gutenberg-hub-launches-landing-page-templates-directory?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gutenberg-hub-launches-landing-page-templates-directory\'>WPTavern: Gutenberg Hub Launches Landing Page Templates Directory</a></li></ul></div>', 'no'),
(141, 'can_compress_scripts', '0', 'no'),
(142, 'recently_activated', 'a:0:{}', 'yes'),
(143, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1600892055', 'no'),
(144, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4721;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:4363;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2683;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2563;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1975;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1824;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1804;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1490;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1488;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1483;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1458;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1455;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1442;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1306;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1222;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1205;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1158;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1134;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1104;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1013;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:902;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:899;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:884;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:881;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:810;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:801;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:793;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:782;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:774;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:753;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:749;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:726;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:720;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:703;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:701;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:686;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:663;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:663;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:657;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:650;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:636;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:635;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:613;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:601;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:589;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:583;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:581;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:578;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:563;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:559;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:557;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:556;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:551;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:551;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:542;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:533;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:532;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:524;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:522;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:520;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:519;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:505;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:496;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:491;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:483;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:479;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:477;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:463;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:455;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:441;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:440;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:439;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:438;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:432;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:432;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:424;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:423;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:423;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:417;}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:415;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:414;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:412;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:402;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:398;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:398;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:392;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:386;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:384;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:379;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:379;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:378;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:375;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:372;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:366;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:360;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:355;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:348;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:344;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:343;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:341;}}', 'no'),
(148, 'finished_updating_comment_type', '1', 'yes'),
(194, 'oxygen-vsb-activated', '1', 'yes'),
(151, 'oxygen_rewrite_rules_updated', '1', 'yes'),
(152, 'oxygen_vsb_disable_emojis', 'true', 'yes'),
(153, 'oxygen_vsb_disable_jquery_migrate', 'true', 'yes'),
(154, 'oxygen_vsb_disable_embeds', 'false', 'yes'),
(155, 'oxygen_vsb_use_css_for_google_fonts', 'true', 'yes'),
(156, 'oxygen_vsb_universal_css_cache', 'true', 'yes'),
(157, 'oxygen_aos_classes', '', 'yes'),
(158, 'oxygen_vsb_universal_css_cache_success', '1', 'yes'),
(159, 'oxygen_vsb_universal_css_url', '//newgen.stun.tech/wp-content/uploads/oxygen/css/universal.css', 'yes'),
(160, 'oxygen_vsb_last_save_time', '1600881315', 'yes'),
(161, 'oxygen_vsb_universal_css_latest_version', '2.1', 'yes'),
(162, 'oxygen_vsb_presets_updated_3_3', '1', 'yes');
INSERT INTO `irxuti_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(163, 'oxygen_vsb_element_presets', 'a:3:{s:12:\"oxy_comments\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"Default\";s:4:\"slug\";s:7:\"default\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:0:\"\";}}}i:1;a:3:{s:4:\"name\";s:14:\"Grey Highlight\";s:4:\"slug\";s:14:\"grey-highlight\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:1246:\"\n.oxy-comments li.comment .comment-body .comment-content {\n  border: 1px solid #eee;\n  padding: 1.5em;\n  margin-top: 1.5em;\n  border-radius: 3px;\n  background-color: #fafafa;\n  margin-bottom: 0;\n}\n\n.oxy-comments li.comment .comment-body {\n  margin-bottom: 35px;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p {\n  margin-top: 0;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p:last-child {\n  margin-bottom: 0;\n}\n\n.oxy-comments .reply {\n  display: flex;\n  margin: 0;\n}\n\n.oxy-comments .reply .comment-reply-link {\n  margin-left: auto;\n  font-size: .75em;\n  background-color: #eee;\n  margin-right: 1em;\n  padding: 5px 10px;\n  border-bottom-left-radius: 3px;\n  border-bottom-right-radius: 3px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta {\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n  justify-content: space-between;\n}\n\n.oxy-comments .comment-meta .comment-metadata {\n  margin: 0;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  max-width: 50px;\n  max-height: 50px;\n  border-radius: 50%;\n  border: 1px solid #eee;\n  padding: 2px;\n}\n\n.oxy-comments .comment-meta .comment-author span.says {\n  display: none;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.35);\n}\n\";}}}i:2;a:3:{s:4:\"name\";s:12:\"White Blocks\";s:4:\"slug\";s:12:\"white-blocks\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:705:\"\n.oxy-comments li.comment {\n  padding: 40px;\n  background-color: white;\n  border-radius: 5px;\n  box-shadow: rgba(0,0,0,0.04) 0px 0px 10px 0px;\n  border: 1px solid #eee;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.5);\n}\n\n.oxy-comments .comment-meta .comment-author {\n  border-bottom: 1px solid #eee;\n  padding-bottom: 20px;\n  margin-bottom: 20px;\n}\n\n.oxy-comments li.comment.even {\n  background-color: #fafafa;\n}\n\n.oxy-comments ol.comments-list > li.comment {\n  margin-bottom: 40px;\n}\n\n\n.comment-reply-link {\n  border: 1px solid;\n  padding: 0.75em 1.5em;\n  border-radius: 2px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  border-radius: 50%;\n}\";}}}}s:14:\"oxy_posts_grid\";a:17:{i:0;a:3:{s:4:\"name\";s:23:\"Grid - Image - Standard\";s:4:\"slug\";s:19:\"grid-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:859:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:1415:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  width: 33.33%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:1;a:3:{s:4:\"name\";s:46:\"Grid - Image w/ Animated Dark Gradient Overlay\";s:4:\"slug\";s:24:\"grid-image-dark-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:717:\"<div class=\'oxy-post\'>\n  \n  <div class=\'oxy-post-padding\'>\n    \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n      \n      <div class=\'oxy-post-content-and-link-wrap\'>\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n      </div>\n      \n    </div>\n    \n  </div>\n\n</div>\";s:8:\"code-css\";s:1652:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  position: relative;\n  margin: 1em;\n  display: flex;\n  position: relative;\n  flex-direction: column;\n  overflow: hidden;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  position: absolute;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  padding: 2em;\n  pointer-events: none;\n  padding-top: 200px;\n  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 300px);\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;\n}\n\n%%EPID%% .oxy-post-content-and-link-wrap {\n  opacity: 0;\n  max-height: 0px;\n  overflow: hidden;\n  transition: 1s ease-in-out opacity, 1s ease-in-out max-height;\n}\n\n%%EPID%% .oxy-post-padding:hover .oxy-post-content-and-link-wrap {\n  opacity: 1;\n  max-height: 400px;\n}\n\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n  margin-bottom: 0.5em;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:5:\"white\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:2;a:3:{s:4:\"name\";s:32:\"Grid - Image w/ Gradient Overlap\";s:4:\"slug\";s:19:\"grid-image-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1644:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 70%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1) 150px);\n  padding: 2em;\n  padding-top: 100px;\n  align-self: stretch;\n  margin-top: -150px;\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;  \n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:3;a:3:{s:4:\"name\";s:33:\"Grid - Image w/ Rectangle Overlap\";s:4:\"slug\";s:30:\"grid-image-w-rectangle-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1514:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:6:\"tablet\";}}}i:4;a:3:{s:4:\"name\";s:29:\"Grid - Image w/ Title Overlay\";s:4:\"slug\";s:26:\"grid-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:398:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-padding\'>\n    <div class=\'oxy-post-image\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>            \n	</div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n  </div>\n</a>\";s:8:\"code-css\";s:1148:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  margin: 1em;\n  overflow: hidden;\n  position: relative;\n}\n\n\n%%EPID%% .oxy-post-image {\n  transition: 0.5s ease-in-out all;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-image {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  transition: 0.5s ease-in-out all;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-overlay {\n  background-color: rgba(0,0,0,0.25);\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:5;a:3:{s:4:\"name\";s:20:\"List - Image on Left\";s:4:\"slug\";s:18:\"list-image-on-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1014:\"<div class=\'oxy-post\'>\n\n  <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n  </a>\n\n  \n  <div class=\'oxy-post-wrap\'>\n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<!--div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div-->\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			By <?php the_author(); ?>\n		</div>\n\n		<!--div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div-->\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n  </div>\n  \n</div>\";s:8:\"code-css\";s:1674:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 6em;\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n}\n\n%%EPID%% .oxy-post-wrap {\n  width: 100%;\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n}\n\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 40%;\n  flex-shrink: 0;\n  flex-grow: 0;\n  margin-right: 2em;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-post {\n    flex-direction: column;\n  }\n  %%EPID%% .oxy-post-image {\n    width: 100%;\n    margin-bottom: 1em;\n    margin-right: 0;\n  }\n  %%EPID%% .oxy-post-image-fixed-ratio {\n    padding-bottom: 56%;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:9:\"text link\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:6;a:3:{s:4:\"name\";s:26:\"List - Standard (Centered)\";s:4:\"slug\";s:22:\"list-standard-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:772:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:7;a:3:{s:4:\"name\";s:22:\"List - Standard (Left)\";s:4:\"slug\";s:18:\"list-standard-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:774:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:8;a:3:{s:4:\"name\";s:36:\"List w/ Rectangle Overlap (Centered)\";s:4:\"slug\";s:33:\"list-w-rectangle-overlap-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1556:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  justify-content: center;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:9;a:3:{s:4:\"name\";s:32:\"List w/ Rectangle Overlap (left)\";s:4:\"slug\";s:29:\"list-w-rectangle-overlap-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1531:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:10;a:3:{s:4:\"name\";s:26:\"Masonry - Image - Standard\";s:4:\"slug\";s:22:\"masonry-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:722:\"<div class=\'oxy-post\'>\n  \n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:980:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:11;a:3:{s:4:\"name\";s:35:\"Masonry - Image w/ Gradient Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1844:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  margin-bottom: 1em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 70%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1) 150px);\n  padding: 2em;\n  padding-top: 100px;\n  align-self: stretch;\n  margin-top: -150px;\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;  \n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:12;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:13;a:3:{s:4:\"name\";s:32:\"Masonry - Image w/ Title Overlay\";s:4:\"slug\";s:29:\"masonry-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:289:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-background\'>\n	  <img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' />  \n  </div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n</a>\";s:8:\"code-css\";s:1034:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 2em;\n  break-inside: avoid;\n  position: relative;\n  overflow: hidden;\n  display: flex;\n  background-color: #000;\n}\n\n%%EPID%% .oxy-post-background {\n  transition: 0.5s ease-in-out all;\n  line-height: 0;\n  min-height: 150px;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-background {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-image {\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  -webkit-font-smoothing: antialiased;\n}\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:14;a:3:{s:4:\"name\";s:26:\"Timeline - Title & Excerpt\";s:4:\"slug\";s:17:\"timeline-template\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:323:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:15;a:3:{s:4:\"name\";s:33:\"Timeline - Title & Featured Image\";s:4:\"slug\";s:18:\"timeline-template2\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:462:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n            <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n            </div>\n        </a>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:16;a:3:{s:4:\"name\";s:42:\"Timeline - Title, Featured Image & Excerpt\";s:4:\"slug\";s:18:\"timeline-template3\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:553:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n            <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n            </div>\n        </a>\n\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}}s:12:\"oxy-pro-menu\";a:10:{i:0;a:4:{s:4:\"name\";s:14:\"Slide to Right\";s:4:\"slug\";s:14:\"slide-to-right\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:66:{s:7:\"menu_id\";s:2:\"31\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"16\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dddddd\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dddddd\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:1:\"4\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:1:\"4\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:11:\"slide-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"4\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"4\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"64\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"64\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#f8f8f8\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#ff0000\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:22:\"globalConditionsResult\";b:1;s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#eeeeee\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:2:\"-8\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:1:\"0\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_dropdown_icon_item_margin_margin-right\";s:1:\"0\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:1:\"8\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dddddd\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dddddd\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#ff0000\";}}}i:1;a:4:{s:4:\"name\";s:18:\"Desktop and Mobile\";s:4:\"slug\";s:18:\"desktop-and-mobile\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:75:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:23:\"menu_dropdown_animation\";s:12:\"zoom-in-down\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:27:\"Lineariconsicon-menu-circle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:28:\"Lineariconsicon-cross-circle\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:13:\"border-radius\";s:1:\"8\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:4:\"hide\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:4:\"left\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"32\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dedede\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dedede\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:16:\"background-color\";s:4:\"#eee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"32\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:40:\"oxy-pro-menu_menu_item_margin_margin-top\";s:1:\"0\";s:41:\"oxy-pro-menu_menu_item_margin_margin-left\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_margin_margin-bottom\";s:1:\"0\";s:42:\"oxy-pro-menu_menu_item_margin_margin-right\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dedede\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dedede\";}}}i:2;a:4:{s:4:\"name\";s:16:\"Desktop Vertical\";s:4:\"slug\";s:16:\"desktop-vertical\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:33:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:5:\"never\";s:24:\"oxy-pro-menu_orientation\";s:8:\"Vertical\";s:16:\"background-color\";s:7:\"#eeeeee\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dedede\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_dropdown_icon\";s:29:\"FontAwesomeicon-chevron-right\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#dddddd\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:2:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dedede\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#dddddd\";}}}i:3;a:4:{s:4:\"name\";s:10:\"Minimalism\";s:4:\"slug\";s:10:\"minimalism\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:55:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#dedede\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#d1d1d1\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#eeeeee\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:6:\"center\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#dedede\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#d1d1d1\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"8\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:2:\"12\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:2:\"12\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#dddddd\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:26:\"oxy-pro-menu_dropdown_icon\";s:26:\"FontAwesomeicon-arrow-down\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"900\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dddddd\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ff0000\";}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#d1d1d1\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#d1d1d1\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dddddd\";}}}i:4;a:4:{s:4:\"name\";s:12:\"Flip to Left\";s:4:\"slug\";s:12:\"flip-to-left\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"2\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:16:\"background-color\";s:7:\"#eaeaea\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:1:\"1\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:102:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-decoration\";s:4:\"none\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"12\";s:23:\"menu_dropdown_animation\";s:9:\"fade-left\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:53:\"oxy-pro-menu_dropdown_child_item_padding_padding-left\";s:2:\"12\";s:54:\"oxy-pro-menu_dropdown_child_item_padding_padding-right\";s:2:\"12\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"16\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:24:\"FontAwesomeicon-th-large\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"600\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:10:\"flip-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#dddddd\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:5:\"Right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"600\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#cccccc\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#bbbbbb\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#d3d3d3\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"0\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"0\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#bbbbbb\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#d3d3d3\";}}}i:5;a:4:{s:4:\"name\";s:13:\"Music Teacher\";s:4:\"slug\";s:13:\"music-teacher\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:92:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#180700\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"3\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#13c5df\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"Lineariconsicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#2f201a\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:15:\"rgba(0,0,0,0.1)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#2f201a\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:23:\"menu_dropdown_animation\";s:7:\"fade-up\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"14\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#13c5df\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#2f201a\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"24\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#2f201a\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#3d2e2d\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:65:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-size\";s:2:\"14\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"3\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"3\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:4:\"Menu\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:16:\"rgba(24,7,0,0.9)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:14:\"zoom-out-right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"80\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"80\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"12\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"12\";s:110:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:111:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff668d\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#13c5df\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#2f201a\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#13c5df\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#3d2e2d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff668d\";}}}i:6;a:4:{s:4:\"name\";s:16:\"Marketing Agency\";s:4:\"slug\";s:16:\"marketing-agency\";s:10:\"is_default\";b:1;s:7:\"options\";a:3:{s:8:\"original\";a:65:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(252,0,255,0.89)\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(0,219,222,0.91)\";}}s:12:\"linear-angle\";s:3:\"140\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"16\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"300\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:21:\"rgba(255,255,255,0.2)\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:24:\"Lineariconsicon-bookmark\";s:11:\"padding-top\";s:1:\"4\";s:12:\"padding-left\";s:1:\"4\";s:13:\"padding-right\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#5a58a3\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"0\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ec2758\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:7:\"#3c3876\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.14)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"-90\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_letter-spacing\";s:1:\"1\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-list\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#ffffff\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#3c3876\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#ffffff\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#3c3876\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#ffffff\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(60,56,118,0.98)\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#ffffff\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:12:\"show in line\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:21:\"rgba(255,255,255,0.2)\";s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ec2758\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#ffffff\";}s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:6:{s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}}}}}i:7;a:4:{s:4:\"name\";s:6:\"Winery\";s:4:\"slug\";s:6:\"winery\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:16:\"background-color\";s:7:\"#48303e\";s:11:\"padding-top\";s:1:\"8\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:14:\"padding-bottom\";s:1:\"8\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.3\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#75455d\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#75455d\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:26:\"oxy-pro-menu_dropdown_icon\";s:33:\"FontAwesomeicon-angle-double-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#cc5972\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#cc5972\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:4:\"none\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#75455d\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#cc5972\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#75455d\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#cc5972\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:19:\"rgba(72,48,62,0.98)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:12:\"zoom-in-left\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"1\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"0\";}s:5:\"hover\";a:5:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#75455d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#cc5972\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#cc5972\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#cc5972\";}}}i:8;a:4:{s:4:\"name\";s:10:\"Conference\";s:4:\"slug\";s:10:\"conference\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:84:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:15:\"phone-landscape\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#ff4c1c\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#d7193d\";}}s:12:\"linear-angle\";s:3:\"240\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ff7f0d\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#d7193d\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#d7193d\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff4c1c\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"700\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:36:\"FontAwesomeicon-caret-square-o-right\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"20\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"4\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"700\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"1\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:35:\"FontAwesomeicon-caret-square-o-left\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"20\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"4\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(215,25,61,0.95)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"700\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"1\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"20\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.3\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\";s:7:\"#f9c5af\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_style\";s:5:\"solid\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:25:\"menu_off_canvas_animation\";s:10:\"fade-right\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ff7f0d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff4c1c\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";}}}i:9;a:4:{s:4:\"name\";s:9:\"Financial\";s:4:\"slug\";s:9:\"financial\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:64:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#eff4f7\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#2b2c27\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.5\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#566d8f\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ffffff\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#65bec2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#65bec2\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:114:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:113:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-chevron-circle-down\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#65bec2\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#ffffff\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:9:\"color(52)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#65bec2\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#566d8f\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:22:\"rgba(255,255,255,0.96)\";s:23:\"oxy-pro-menu_off_canvas\";s:5:\"false\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:11:\"transparent\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#566d8f\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#566d8f\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#65bec2\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#566d8f\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#566d8f\";}}}}}', 'yes');
INSERT INTO `irxuti_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(164, 'oxygen_license_key', '711b98a2c1875d1f9baa0e78294cdb4f', 'yes'),
(165, 'oxygen_license_updated', '1', 'yes'),
(166, 'oxygen_vsb_css_cache_generated_2_2', 'true', 'yes'),
(167, 'oxygen_vsb_global_colors', 'a:4:{s:15:\"colorsIncrement\";i:0;s:13:\"setsIncrement\";i:1;s:6:\"colors\";a:0:{}s:4:\"sets\";a:1:{i:0;a:2:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"Global Colors\";}}}', 'yes');
INSERT INTO `irxuti_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(168, 'ct_svg_sets', 'a:2:{s:12:\"Font Awesome\";s:579449:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"FontAwesomeicon-asterisk\" viewBox=\"0 0 26 28\">\n<title>asterisk</title>\n<path d=\"M23.156 16.406c0.953 0.547 1.281 1.781 0.734 2.734l-1 1.719c-0.547 0.953-1.781 1.281-2.734 0.734l-4.156-2.391v4.797c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-4.797l-4.156 2.391c-0.953 0.547-2.187 0.219-2.734-0.734l-1-1.719c-0.547-0.953-0.219-2.188 0.734-2.734l4.156-2.406-4.156-2.406c-0.953-0.547-1.281-1.781-0.734-2.734l1-1.719c0.547-0.953 1.781-1.281 2.734-0.734l4.156 2.391v-4.797c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v4.797l4.156-2.391c0.953-0.547 2.188-0.219 2.734 0.734l1 1.719c0.547 0.953 0.219 2.188-0.734 2.734l-4.156 2.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus\" viewBox=\"0 0 22 28\">\n<title>plus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-6.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h6.5v-6.5c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5v6.5h6.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question\" viewBox=\"0 0 17 28\">\n<title>question</title>\n<path d=\"M11 19.625v3.75c0 0.344-0.281 0.625-0.625 0.625h-3.75c-0.344 0-0.625-0.281-0.625-0.625v-3.75c0-0.344 0.281-0.625 0.625-0.625h3.75c0.344 0 0.625 0.281 0.625 0.625zM15.937 10.25c0 2.969-2.016 4.109-3.5 4.937-0.922 0.531-1.5 1.609-1.5 2.063v0c0 0.344-0.266 0.75-0.625 0.75h-3.75c-0.344 0-0.562-0.531-0.562-0.875v-0.703c0-1.891 1.875-3.516 3.25-4.141 1.203-0.547 1.703-1.062 1.703-2.063 0-0.875-1.141-1.656-2.406-1.656-0.703 0-1.344 0.219-1.687 0.453-0.375 0.266-0.75 0.641-1.672 1.797-0.125 0.156-0.313 0.25-0.484 0.25-0.141 0-0.266-0.047-0.391-0.125l-2.562-1.953c-0.266-0.203-0.328-0.547-0.156-0.828 1.687-2.797 4.062-4.156 7.25-4.156 3.344 0 7.094 2.672 7.094 6.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus\" viewBox=\"0 0 22 28\">\n<title>minus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-19c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h19c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glass\" viewBox=\"0 0 28 28\">\n<title>glass</title>\n<path d=\"M26.547 2.906c0 0.453-0.359 0.906-0.672 1.219l-9.875 9.875v12h5c0.547 0 1 0.453 1 1s-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1s0.453-1 1-1h5v-12l-9.875-9.875c-0.313-0.313-0.672-0.766-0.672-1.219 0-0.766 0.969-0.906 1.547-0.906h22c0.578 0 1.547 0.141 1.547 0.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-music\" viewBox=\"0 0 24 28\">\n<title>music</title>\n<path d=\"M24 3.5v17.5c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-8.391l-12 3.703v11.078c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-15.109c0-0.656 0.438-1.234 1.062-1.437l13-4c0.141-0.047 0.281-0.063 0.438-0.063 0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search\" viewBox=\"0 0 26 28\">\n<title>search</title>\n<path d=\"M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.094-0.906 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-o\" viewBox=\"0 0 28 28\">\n<title>envelope-o</title>\n<path d=\"M26 23.5v-12c-0.328 0.375-0.688 0.719-1.078 1.031-2.234 1.719-4.484 3.469-6.656 5.281-1.172 0.984-2.625 2.188-4.25 2.188h-0.031c-1.625 0-3.078-1.203-4.25-2.188-2.172-1.813-4.422-3.563-6.656-5.281-0.391-0.313-0.75-0.656-1.078-1.031v12c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM26 7.078c0-0.391 0.094-1.078-0.5-1.078h-23c-0.266 0-0.5 0.234-0.5 0.5 0 1.781 0.891 3.328 2.297 4.438 2.094 1.641 4.188 3.297 6.266 4.953 0.828 0.672 2.328 2.109 3.422 2.109h0.031c1.094 0 2.594-1.437 3.422-2.109 2.078-1.656 4.172-3.313 6.266-4.953 1.016-0.797 2.297-2.531 2.297-3.859zM28 6.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart\" viewBox=\"0 0 28 28\">\n<title>heart</title>\n<path d=\"M14 26c-0.25 0-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313 0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star\" viewBox=\"0 0 26 28\">\n<title>star</title>\n<path d=\"M26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.406-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-o\" viewBox=\"0 0 26 28\">\n<title>star-o</title>\n<path d=\"M17.766 15.687l4.781-4.641-6.594-0.969-2.953-5.969-2.953 5.969-6.594 0.969 4.781 4.641-1.141 6.578 5.906-3.109 5.891 3.109zM26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.422-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user\" viewBox=\"0 0 20 28\">\n<title>user</title>\n<path d=\"M20 21.859c0 2.281-1.5 4.141-3.328 4.141h-13.344c-1.828 0-3.328-1.859-3.328-4.141 0-4.109 1.016-8.859 5.109-8.859 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c4.094 0 5.109 4.75 5.109 8.859zM16 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-film\" viewBox=\"0 0 30 28\">\n<title>film</title>\n<path d=\"M6 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 25v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM6 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 13v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM28 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM30 4.5v21c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-21c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-large\" viewBox=\"0 0 26 28\">\n<title>th-large</title>\n<path d=\"M12 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM12 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th\" viewBox=\"0 0 28 28\">\n<title>th</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-list\" viewBox=\"0 0 28 28\">\n<title>th-list</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check\" viewBox=\"0 0 28 28\">\n<title>check</title>\n<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-close\" viewBox=\"0 0 22 28\">\n<title>close</title>\n<path d=\"M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-plus\" viewBox=\"0 0 26 28\">\n<title>search-plus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-3.5v3.5c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-3.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h3.5v-3.5c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5v3.5h3.5c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-minus\" viewBox=\"0 0 26 28\">\n<title>search-minus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-9c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h9c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-power-off\" viewBox=\"0 0 24 28\">\n<title>power-off</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12s-12-5.391-12-12c0-3.797 1.75-7.297 4.797-9.578 0.891-0.672 2.141-0.5 2.797 0.391 0.672 0.875 0.484 2.141-0.391 2.797-2.031 1.531-3.203 3.859-3.203 6.391 0 4.406 3.594 8 8 8s8-3.594 8-8c0-2.531-1.172-4.859-3.203-6.391-0.875-0.656-1.062-1.922-0.391-2.797 0.656-0.891 1.922-1.062 2.797-0.391 3.047 2.281 4.797 5.781 4.797 9.578zM14 2v10c0 1.094-0.906 2-2 2s-2-0.906-2-2v-10c0-1.094 0.906-2 2-2s2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-signal\" viewBox=\"0 0 28 28\">\n<title>signal</title>\n<path d=\"M4 22.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 20.5v5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 16.5v9c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 10.5v15c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 2.5v23c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-23c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cog\" viewBox=\"0 0 24 28\">\n<title>cog</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM24 12.297v3.469c0 0.234-0.187 0.516-0.438 0.562l-2.891 0.438c-0.172 0.5-0.359 0.969-0.609 1.422 0.531 0.766 1.094 1.453 1.672 2.156 0.094 0.109 0.156 0.25 0.156 0.391s-0.047 0.25-0.141 0.359c-0.375 0.5-2.484 2.797-3.016 2.797-0.141 0-0.281-0.063-0.406-0.141l-2.156-1.687c-0.453 0.234-0.938 0.438-1.422 0.594-0.109 0.953-0.203 1.969-0.453 2.906-0.063 0.25-0.281 0.438-0.562 0.438h-3.469c-0.281 0-0.531-0.203-0.562-0.469l-0.438-2.875c-0.484-0.156-0.953-0.344-1.406-0.578l-2.203 1.672c-0.109 0.094-0.25 0.141-0.391 0.141s-0.281-0.063-0.391-0.172c-0.828-0.75-1.922-1.719-2.578-2.625-0.078-0.109-0.109-0.234-0.109-0.359 0-0.141 0.047-0.25 0.125-0.359 0.531-0.719 1.109-1.406 1.641-2.141-0.266-0.5-0.484-1.016-0.641-1.547l-2.859-0.422c-0.266-0.047-0.453-0.297-0.453-0.562v-3.469c0-0.234 0.187-0.516 0.422-0.562l2.906-0.438c0.156-0.5 0.359-0.969 0.609-1.437-0.531-0.75-1.094-1.453-1.672-2.156-0.094-0.109-0.156-0.234-0.156-0.375s0.063-0.25 0.141-0.359c0.375-0.516 2.484-2.797 3.016-2.797 0.141 0 0.281 0.063 0.406 0.156l2.156 1.672c0.453-0.234 0.938-0.438 1.422-0.594 0.109-0.953 0.203-1.969 0.453-2.906 0.063-0.25 0.281-0.438 0.562-0.438h3.469c0.281 0 0.531 0.203 0.562 0.469l0.438 2.875c0.484 0.156 0.953 0.344 1.406 0.578l2.219-1.672c0.094-0.094 0.234-0.141 0.375-0.141s0.281 0.063 0.391 0.156c0.828 0.766 1.922 1.734 2.578 2.656 0.078 0.094 0.109 0.219 0.109 0.344 0 0.141-0.047 0.25-0.125 0.359-0.531 0.719-1.109 1.406-1.641 2.141 0.266 0.5 0.484 1.016 0.641 1.531l2.859 0.438c0.266 0.047 0.453 0.297 0.453 0.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash-o\" viewBox=\"0 0 22 28\">\n<title>trash-o</title>\n<path d=\"M8 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM12 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM16 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM18 22.813v-14.812h-14v14.812c0 0.75 0.422 1.188 0.5 1.188h13c0.078 0 0.5-0.438 0.5-1.188zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-home\" viewBox=\"0 0 26 28\">\n<title>home</title>\n<path d=\"M22 15.5v7.5c0 0.547-0.453 1-1 1h-6v-6h-4v6h-6c-0.547 0-1-0.453-1-1v-7.5c0-0.031 0.016-0.063 0.016-0.094l8.984-7.406 8.984 7.406c0.016 0.031 0.016 0.063 0.016 0.094zM25.484 14.422l-0.969 1.156c-0.078 0.094-0.203 0.156-0.328 0.172h-0.047c-0.125 0-0.234-0.031-0.328-0.109l-10.813-9.016-10.813 9.016c-0.109 0.078-0.234 0.125-0.375 0.109-0.125-0.016-0.25-0.078-0.328-0.172l-0.969-1.156c-0.172-0.203-0.141-0.531 0.063-0.703l11.234-9.359c0.656-0.547 1.719-0.547 2.375 0l3.813 3.187v-3.047c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v6.375l3.422 2.844c0.203 0.172 0.234 0.5 0.063 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-o\" viewBox=\"0 0 24 28\">\n<title>file-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clock-o\" viewBox=\"0 0 24 28\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-road\" viewBox=\"0 0 30 28\">\n<title>road</title>\n<path d=\"M17.359 15.563v-0.063l-0.375-5c-0.016-0.281-0.266-0.5-0.531-0.5h-2.906c-0.266 0-0.516 0.219-0.531 0.5l-0.375 5v0.063c-0.016 0.25 0.219 0.438 0.453 0.438h3.813c0.234 0 0.469-0.187 0.453-0.438zM29.219 22.859c0 0.453-0.125 1.141-0.719 1.141h-11c0.266 0 0.484-0.219 0.469-0.5l-0.313-4c-0.016-0.281-0.266-0.5-0.531-0.5h-4.25c-0.266 0-0.516 0.219-0.531 0.5l-0.313 4c-0.016 0.281 0.203 0.5 0.469 0.5h-11c-0.594 0-0.719-0.688-0.719-1.141 0-0.625 0.172-1.25 0.406-1.813l6.516-16.312c0.156-0.391 0.578-0.734 1-0.734h5.297c-0.266 0-0.516 0.219-0.531 0.5l-0.234 3c-0.016 0.281 0.187 0.5 0.469 0.5h2.594c0.281 0 0.484-0.219 0.469-0.5l-0.234-3c-0.016-0.281-0.266-0.5-0.531-0.5h5.297c0.422 0 0.844 0.344 1 0.734l6.516 16.312c0.234 0.562 0.406 1.188 0.406 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-download\" viewBox=\"0 0 26 28\">\n<title>download</title>\n<path d=\"M20 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 17.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h7.266l2.109 2.125c0.578 0.562 1.328 0.875 2.125 0.875s1.547-0.313 2.125-0.875l2.125-2.125h7.25c0.828 0 1.5 0.672 1.5 1.5zM20.922 8.609c0.156 0.375 0.078 0.812-0.219 1.094l-7 7c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-7-7c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h4v-7c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1v7h4c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-down</title>\n<path d=\"M17.5 14.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-5.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v5.5h3c0.281 0 0.5 0.219 0.5 0.5zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-up</title>\n<path d=\"M17.469 13.687c-0.078 0.187-0.266 0.313-0.469 0.313h-3v5.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-3c-0.281 0-0.5-0.219-0.5-0.5 0-0.141 0.063-0.266 0.156-0.375l4.984-4.984c0.109-0.094 0.234-0.141 0.359-0.141s0.25 0.047 0.359 0.141l5 5c0.141 0.156 0.187 0.359 0.109 0.547zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inbox\" viewBox=\"0 0 24 28\">\n<title>inbox</title>\n<path d=\"M15.984 15h4.937c-0.031-0.078-0.047-0.172-0.078-0.25l-3.313-7.75h-11.062l-3.313 7.75c-0.031 0.078-0.047 0.172-0.078 0.25h4.937l1.484 3h5zM24 15.469v7.531c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-7.531c0-0.562 0.172-1.391 0.391-1.922l3.719-8.625c0.219-0.516 0.844-0.922 1.391-0.922h13c0.547 0 1.172 0.406 1.391 0.922l3.719 8.625c0.219 0.531 0.391 1.359 0.391 1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle-o\" viewBox=\"0 0 24 28\">\n<title>play-circle-o</title>\n<path d=\"M18.5 14c0 0.359-0.187 0.688-0.5 0.859l-8.5 5c-0.156 0.094-0.328 0.141-0.5 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-10c0-0.359 0.187-0.688 0.5-0.875 0.313-0.172 0.703-0.172 1 0.016l8.5 5c0.313 0.172 0.5 0.5 0.5 0.859zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-repeat\" viewBox=\"0 0 24 28\">\n<title>repeat</title>\n<path d=\"M24 4v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.156-2.156c-1.469-1.359-3.406-2.141-5.453-2.141-4.406 0-8 3.594-8 8s3.594 8 8 8c2.484 0 4.781-1.125 6.312-3.109 0.078-0.109 0.219-0.172 0.359-0.187 0.141 0 0.281 0.047 0.391 0.141l2.141 2.156c0.187 0.172 0.187 0.469 0.031 0.672-2.281 2.75-5.656 4.328-9.234 4.328-6.609 0-12-5.391-12-12s5.391-12 12-12c3.078 0 6.062 1.234 8.266 3.313l2.031-2.016c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-refresh\" viewBox=\"0 0 24 28\">\n<title>refresh</title>\n<path d=\"M23.609 16.5c0 0.031 0 0.078-0.016 0.109-1.328 5.531-5.891 9.391-11.656 9.391-3.047 0-6-1.203-8.219-3.313l-2.016 2.016c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-2.141 2.141c1.469 1.375 3.422 2.156 5.437 2.156 2.781 0 5.359-1.437 6.813-3.813 0.375-0.609 0.562-1.203 0.828-1.828 0.078-0.219 0.234-0.359 0.469-0.359h3c0.281 0 0.5 0.234 0.5 0.5zM24 4v7c0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l2.156-2.156c-1.484-1.375-3.437-2.141-5.453-2.141-2.781 0-5.359 1.437-6.813 3.813-0.375 0.609-0.562 1.203-0.828 1.828-0.078 0.219-0.234 0.359-0.469 0.359h-3.109c-0.281 0-0.5-0.234-0.5-0.5v-0.109c1.344-5.547 5.953-9.391 11.719-9.391 3.063 0 6.047 1.219 8.266 3.313l2.031-2.016c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-alt\" viewBox=\"0 0 28 28\">\n<title>list-alt</title>\n<path d=\"M6 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM24 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM26 21.5v-13c0-0.266-0.234-0.5-0.5-0.5h-23c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lock\" viewBox=\"0 0 18 28\">\n<title>lock</title>\n<path d=\"M5 12h8v-3c0-2.203-1.797-4-4-4s-4 1.797-4 4v3zM18 13.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-3c0-3.844 3.156-7 7-7s7 3.156 7 7v3h0.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag\" viewBox=\"0 0 29 28\">\n<title>flag</title>\n<path d=\"M5 4c0 0.719-0.391 1.359-1 1.719v19.781c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-19.781c-0.609-0.359-1-1-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.578-0.359 0.797-0.812 1.031-1.766 0.953-3.719 1.813-5.766 1.813-2.875 0-4.25-2.188-7.656-2.188-2.484 0-5.094 1.125-7.25 2.281-0.172 0.094-0.328 0.141-0.516 0.141-0.547 0-1-0.453-1-1v-11.594c0-0.375 0.187-0.641 0.484-0.859 0.375-0.25 0.828-0.469 1.234-0.672 1.969-1 4.359-1.875 6.578-1.875 2.453 0 4.375 0.812 6.547 1.828 0.438 0.219 0.891 0.297 1.375 0.297 2.453 0 5.094-2.125 5.781-2.125 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-headphones\" viewBox=\"0 0 26 28\">\n<title>headphones</title>\n<path d=\"M26 13.844c0 1.703-0.313 3.359-0.938 4.906l-0.313 0.766-2.891 0.516c-0.453 1.703-2 2.969-3.859 2.969v0.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v0.5c1.5 0 2.797 0.828 3.484 2.047l1.062-0.187c0.297-0.969 0.453-1.969 0.453-3.016 0-4.719-4.672-8.844-10-8.844s-10 4.125-10 8.844c0 1.047 0.156 2.047 0.453 3.016l1.062 0.187c0.688-1.219 1.984-2.047 3.484-2.047v-0.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-0.5c-1.859 0-3.406-1.266-3.859-2.969l-2.891-0.516-0.313-0.766c-0.625-1.547-0.938-3.203-0.938-4.906 0-6.422 5.953-11.844 13-11.844s13 5.422 13 11.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-off\" viewBox=\"0 0 12 28\">\n<title>volume-off</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-down\" viewBox=\"0 0 18 28\">\n<title>volume-down</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-up\" viewBox=\"0 0 26 28\">\n<title>volume-up</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672zM22 14c0 3.172-1.906 6.125-4.844 7.359-0.125 0.047-0.266 0.078-0.391 0.078-0.562 0-1.016-0.453-1.016-1 0-0.438 0.25-0.734 0.609-0.922 0.422-0.219 0.812-0.406 1.188-0.688 1.547-1.125 2.453-2.922 2.453-4.828s-0.906-3.703-2.453-4.828c-0.375-0.281-0.766-0.469-1.188-0.688-0.359-0.187-0.609-0.484-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 2.938 1.234 4.844 4.188 4.844 7.359zM26 14c0 4.797-2.859 9.141-7.266 11.031-0.125 0.047-0.266 0.078-0.406 0.078-0.547 0-1-0.453-1-1 0-0.453 0.234-0.703 0.609-0.922 0.219-0.125 0.469-0.203 0.703-0.328 0.438-0.234 0.875-0.5 1.281-0.797 2.562-1.891 4.078-4.875 4.078-8.062s-1.516-6.172-4.078-8.062c-0.406-0.297-0.844-0.562-1.281-0.797-0.234-0.125-0.484-0.203-0.703-0.328-0.375-0.219-0.609-0.469-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 4.406 1.891 7.266 6.234 7.266 11.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qrcode\" viewBox=\"0 0 22 28\">\n<title>qrcode</title>\n<path d=\"M6 18v2h-2v-2h2zM6 6v2h-2v-2h2zM18 6v2h-2v-2h2zM2 21.984h6v-5.984h-6v5.984zM2 10h6v-6h-6v6zM14 10h6v-6h-6v6zM10 14v10h-10v-10h10zM18 22v2h-2v-2h2zM22 22v2h-2v-2h2zM22 14v6h-6v-2h-2v6h-2v-10h6v2h2v-2h2zM10 2v10h-10v-10h10zM22 2v10h-10v-10h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-barcode\" viewBox=\"0 0 28 28\">\n<title>barcode</title>\n<path d=\"M0.984 24h-0.984v-22h0.984v22zM1.969 23.984h-0.5v-21.984h0.5v21.984zM3.437 23.984h-0.484v-21.984h0.484v21.984zM5.891 23.984h-0.484v-21.984h0.484v21.984zM8.344 23.984h-0.969v-21.984h0.969v21.984zM10.313 23.984h-0.484v-21.984h0.484v21.984zM11.297 23.984h-0.484v-21.984h0.484v21.984zM12.281 23.984h-0.484v-21.984h0.484v21.984zM14.734 23.984h-0.984v-21.984h0.984v21.984zM17.187 23.984h-0.984v-21.984h0.984v21.984zM19.156 23.984h-0.984v-21.984h0.984v21.984zM21.125 23.984h-0.984v-21.984h0.984v21.984zM22.594 23.984h-0.984v-21.984h0.984v21.984zM25.547 23.984h-1.469v-21.984h1.469v21.984zM26.531 23.984h-0.5v-21.984h0.5v21.984zM28 24h-0.984v-22h0.984v22z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tag\" viewBox=\"0 0 24 28\">\n<title>tag</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tags\" viewBox=\"0 0 30 28\">\n<title>tags</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422zM29.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578-0.812 0-1.219-0.375-1.75-0.922l7.344-7.344c0.359-0.359 0.578-0.875 0.578-1.406s-0.219-1.047-0.578-1.422l-11.172-11.156c-0.797-0.797-2.312-1.422-3.422-1.422h3.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-book\" viewBox=\"0 0 26 28\">\n<title>book</title>\n<path d=\"M25.609 7.469c0.391 0.562 0.5 1.297 0.281 2.016l-4.297 14.156c-0.391 1.328-1.766 2.359-3.109 2.359h-14.422c-1.594 0-3.297-1.266-3.875-2.891-0.25-0.703-0.25-1.391-0.031-1.984 0.031-0.313 0.094-0.625 0.109-1 0.016-0.25-0.125-0.453-0.094-0.641 0.063-0.375 0.391-0.641 0.641-1.062 0.469-0.781 1-2.047 1.172-2.859 0.078-0.297-0.078-0.641 0-0.906 0.078-0.297 0.375-0.516 0.531-0.797 0.422-0.719 0.969-2.109 1.047-2.844 0.031-0.328-0.125-0.688-0.031-0.938 0.109-0.359 0.453-0.516 0.688-0.828 0.375-0.516 1-2 1.094-2.828 0.031-0.266-0.125-0.531-0.078-0.812 0.063-0.297 0.438-0.609 0.688-0.969 0.656-0.969 0.781-3.109 2.766-2.547l-0.016 0.047c0.266-0.063 0.531-0.141 0.797-0.141h11.891c0.734 0 1.391 0.328 1.781 0.875 0.406 0.562 0.5 1.297 0.281 2.031l-4.281 14.156c-0.734 2.406-1.141 2.938-3.125 2.938h-13.578c-0.203 0-0.453 0.047-0.594 0.234-0.125 0.187-0.141 0.328-0.016 0.672 0.313 0.906 1.391 1.094 2.25 1.094h14.422c0.578 0 1.25-0.328 1.422-0.891l4.688-15.422c0.094-0.297 0.094-0.609 0.078-0.891 0.359 0.141 0.688 0.359 0.922 0.672zM8.984 7.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5zM7.688 11.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark\" viewBox=\"0 0 20 28\">\n<title>bookmark</title>\n<path d=\"M18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-print\" viewBox=\"0 0 26 28\">\n<title>print</title>\n<path d=\"M6 24h14v-4h-14v4zM6 14h14v-6h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v10zM24 15c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 15v6.5c0 0.266-0.234 0.5-0.5 0.5h-3.5v2.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-6.5c0-1.641 1.359-3 3-3h1v-8.5c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.969 0.469 2.562 1.062l2.375 2.375c0.594 0.594 1.062 1.734 1.062 2.562v4h1c1.641 0 3 1.359 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera\" viewBox=\"0 0 30 28\">\n<title>camera</title>\n<path d=\"M15 10.5c2.484 0 4.5 2.016 4.5 4.5s-2.016 4.5-4.5 4.5-4.5-2.016-4.5-4.5 2.016-4.5 4.5-4.5zM26 4c2.203 0 4 1.797 4 4v14c0 2.203-1.797 4-4 4h-22c-2.203 0-4-1.797-4-4v-14c0-2.203 1.797-4 4-4h3.5l0.797-2.125c0.391-1.031 1.609-1.875 2.703-1.875h8c1.094 0 2.312 0.844 2.703 1.875l0.797 2.125h3.5zM15 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-font\" viewBox=\"0 0 26 28\">\n<title>font</title>\n<path d=\"M11.328 8.734l-2.656 7.031c1.547 0.016 3.094 0.063 4.641 0.063 0.297 0 0.594-0.016 0.891-0.031-0.812-2.375-1.766-4.797-2.875-7.063zM0 26l0.031-1.234c1.469-0.453 3.063-0.141 3.719-1.828l3.703-9.625 4.375-11.312h2c0.063 0.109 0.125 0.219 0.172 0.328l3.203 7.5c1.172 2.766 2.25 5.563 3.437 8.313 0.703 1.625 1.25 3.297 2.031 4.891 0.109 0.25 0.328 0.719 0.547 0.891 0.516 0.406 1.953 0.5 2.688 0.781 0.047 0.297 0.094 0.594 0.094 0.891 0 0.141-0.016 0.266-0.016 0.406-1.984 0-3.969-0.25-5.953-0.25-2.047 0-4.094 0.172-6.141 0.234 0-0.406 0.016-0.812 0.063-1.219l2.047-0.438c0.422-0.094 1.25-0.203 1.25-0.781 0-0.562-2.016-5.203-2.266-5.844l-7.031-0.031c-0.406 0.906-1.984 5-1.984 5.594 0 1.203 2.297 1.25 3.187 1.375 0.016 0.297 0.016 0.594 0.016 0.906 0 0.141-0.016 0.281-0.031 0.422-1.813 0-3.641-0.313-5.453-0.313-0.219 0-0.531 0.094-0.75 0.125-0.984 0.172-1.953 0.219-2.938 0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bold\" viewBox=\"0 0 22 28\">\n<title>bold</title>\n<path d=\"M8.672 23.766c0.688 0.297 1.437 0.5 2.188 0.5 3.563 0 5.875-1.422 5.875-5.234 0-0.969-0.125-1.984-0.641-2.812-1.453-2.344-3.547-2.469-6.062-2.469-0.469 0-1.141 0-1.578 0.156 0 1.656-0.016 3.313-0.016 4.953 0 1.078-0.141 4 0.234 4.906zM8.453 12.109c0.562 0.094 1.141 0.109 1.703 0.109 3.219 0 5.516-0.906 5.516-4.516 0-3.047-2.703-4.094-5.313-4.094-0.688 0-1.359 0.094-2.031 0.203 0 1.578 0.125 3.156 0.125 4.734 0 0.828-0.016 1.656-0.016 2.484 0 0.359 0 0.719 0.016 1.078zM0 26l0.031-1.469c1-0.25 2.016-0.266 2.984-0.672 0.547-0.922 0.469-2.547 0.469-3.594 0-0.344 0.031-15.281-0.344-16.016-0.234-0.453-2.531-0.562-3.047-0.625l-0.063-1.297c3.719-0.063 7.438-0.328 11.141-0.328 0.703 0 1.422 0.016 2.125 0.016 3.531 0 7.422 1.687 7.422 5.75 0 2.797-2.125 3.844-4.328 4.844 2.969 0.672 5.609 2.688 5.609 5.969 0 5.375-4.891 7.156-9.469 7.156-1.375 0-2.75-0.094-4.125-0.094-2.797 0-5.625 0.25-8.406 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-italic\" viewBox=\"0 0 16 28\">\n<title>italic</title>\n<path d=\"M0 25.969l0.266-1.328c1-0.313 2.078-0.438 3.016-0.922 0.359-0.453 0.531-1.031 0.641-1.578 0.203-1.062 3.609-16.391 3.563-17.641v-0.391c-0.859-0.469-1.906-0.344-2.844-0.5l0.297-1.609c2.016 0.094 4.062 0.25 6.094 0.25 1.656 0 3.313-0.156 4.969-0.25-0.063 0.469-0.172 0.938-0.297 1.391-1.078 0.375-2.219 0.547-3.281 0.969-0.344 0.844-0.422 1.766-0.578 2.656-0.75 4.047-1.75 8.094-2.578 12.109-0.156 0.75-0.922 3.859-0.859 4.516l0.016 0.281c0.953 0.219 1.922 0.328 2.891 0.484-0.031 0.516-0.125 1.031-0.25 1.547-0.344 0-0.672 0.047-1.016 0.047-0.891 0-1.813-0.297-2.703-0.313-1.078-0.016-2.156-0.031-3.219-0.031-1.391 0-2.75 0.234-4.125 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-height\" viewBox=\"0 0 28 28\">\n<title>text-height</title>\n<path d=\"M27.25 22c0.688 0 0.906 0.438 0.484 0.984l-1.969 2.531c-0.422 0.547-1.109 0.547-1.531 0l-1.969-2.531c-0.422-0.547-0.203-0.984 0.484-0.984h1.25v-16h-1.25c-0.688 0-0.906-0.438-0.484-0.984l1.969-2.531c0.422-0.547 1.109-0.547 1.531 0l1.969 2.531c0.422 0.547 0.203 0.984-0.484 0.984h-1.25v16h1.25zM1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 1.125 0 2.234 0.016 3.359 0.016h4.578c0.625 0 0.984 0.141 1.406-0.453l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.547 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.484-2.422-0.516-2.453-0.328-0.406-0.688-0.328-1.172-0.328-1.422 0-2.906-0.063-4.312 0.109-0.078 0.688-0.141 1.422-0.125 2.125 0.016 4.391 0.063 8.781 0.063 13.172 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.344-0.766 0.297-5 0.297-5.984 0-3.156-0.094-6.312-0.094-9.469v-1.828c0-0.281 0.063-1.406-0.125-1.625-0.219-0.234-2.266-0.187-2.531-0.187-0.578 0-2.25 0.266-2.703 0.594-0.75 0.516-0.75 3.641-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-width\" viewBox=\"0 0 24 28\">\n<title>text-width</title>\n<path d=\"M1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 4.141 0 8.328-0.094 12.469 0.047 0.344 0.016 0.672-0.203 0.875-0.484l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.562 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.5-2.422-0.516-2.453-0.109-0.141-0.25-0.234-0.422-0.297-0.125-0.047-0.875-0.031-1.031-0.031-1.922 0-4.141-0.109-6.031 0.109-0.078 0.688-0.141 1.422-0.125 2.125l0.016 2.375v-0.812c0.016 2.547 0.047 5.078 0.047 7.609 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.391-0.875 0.281-8.266 0.281-9.641 0-0.219-0.078-0.453-0.078-0.688 0-0.641 0.109-4.312-0.125-4.578-0.219-0.234-2.266-0.187-2.531-0.187-0.656 0-4.328 0.344-4.703 0.594-0.734 0.484-0.75 3.625-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984zM20.469 22.047c0.547 0 2.625 1.859 3.047 2.188 0.234 0.187 0.406 0.453 0.406 0.766s-0.172 0.578-0.406 0.766c-0.422 0.328-2.5 2.188-3.047 2.188-0.719 0-0.469-1.672-0.469-1.953h-16c0 0.281 0.25 1.953-0.469 1.953-0.547 0-2.625-1.859-3.047-2.188-0.234-0.187-0.406-0.453-0.406-0.766s0.172-0.578 0.406-0.766c0.422-0.328 2.5-2.188 3.047-2.188 0.719 0 0.469 1.672 0.469 1.953h16c0-0.281-0.25-1.953 0.469-1.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-left\" viewBox=\"0 0 28 28\">\n<title>align-left</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-center\" viewBox=\"0 0 28 28\">\n<title>align-center</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h10c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-right\" viewBox=\"0 0 28 28\">\n<title>align-right</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-justify\" viewBox=\"0 0 28 28\">\n<title>align-justify</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list\" viewBox=\"0 0 28 28\">\n<title>list</title>\n<path d=\"M4 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM4 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dedent\" viewBox=\"0 0 28 28\">\n<title>dedent</title>\n<path d=\"M6 8.5v9c0 0.266-0.234 0.5-0.5 0.5-0.125 0-0.266-0.047-0.359-0.141l-4.5-4.5c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l4.5-4.5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-indent\" viewBox=\"0 0 28 28\">\n<title>indent</title>\n<path d=\"M5.5 13c0 0.125-0.047 0.266-0.141 0.359l-4.5 4.5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-9c0-0.266 0.234-0.5 0.5-0.5 0.125 0 0.266 0.047 0.359 0.141l4.5 4.5c0.094 0.094 0.141 0.234 0.141 0.359zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-video-camera\" viewBox=\"0 0 28 28\">\n<title>video-camera</title>\n<path d=\"M28 5.5v17c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-6.297-6.297v2.594c0 2.484-2.016 4.5-4.5 4.5h-11c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h11c2.484 0 4.5 2.016 4.5 4.5v2.578l6.297-6.281c0.187-0.203 0.438-0.297 0.703-0.297 0.125 0 0.266 0.031 0.391 0.078 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-image\" viewBox=\"0 0 30 28\">\n<title>image</title>\n<path d=\"M10 9c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 15v7h-22v-3l5-5 2.5 2.5 8-8zM27.5 4h-25c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5v-19c0-0.266-0.234-0.5-0.5-0.5zM30 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil\" viewBox=\"0 0 24 28\">\n<title>pencil</title>\n<path d=\"M5.672 24l1.422-1.422-3.672-3.672-1.422 1.422v1.672h2v2h1.672zM13.844 9.5c0-0.203-0.141-0.344-0.344-0.344-0.094 0-0.187 0.031-0.266 0.109l-8.469 8.469c-0.078 0.078-0.109 0.172-0.109 0.266 0 0.203 0.141 0.344 0.344 0.344 0.094 0 0.187-0.031 0.266-0.109l8.469-8.469c0.078-0.078 0.109-0.172 0.109-0.266zM13 6.5l6.5 6.5-13 13h-6.5v-6.5zM23.672 8c0 0.531-0.219 1.047-0.578 1.406l-2.594 2.594-6.5-6.5 2.594-2.578c0.359-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l3.672 3.656c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-marker\" viewBox=\"0 0 16 28\">\n<title>map-marker</title>\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adjust\" viewBox=\"0 0 24 28\">\n<title>adjust</title>\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tint\" viewBox=\"0 0 16 28\">\n<title>tint</title>\n<path d=\"M8 18c0-0.391-0.125-0.766-0.313-1.078-0.203-0.313-1.031-1.375-1.359-2.422-0.047-0.172-0.203-0.25-0.328-0.25s-0.281 0.078-0.328 0.25c-0.328 1.047-1.156 2.109-1.359 2.422-0.187 0.313-0.313 0.688-0.313 1.078 0 1.109 0.891 2 2 2s2-0.891 2-2zM16 16c0 4.422-3.578 8-8 8s-8-3.578-8-8c0-1.578 0.484-3.047 1.266-4.297 0.797-1.25 4.141-5.484 5.406-9.703 0.203-0.672 0.828-1 1.328-1s1.141 0.328 1.328 1c1.266 4.219 4.609 8.453 5.406 9.703s1.266 2.719 1.266 4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edit\" viewBox=\"0 0 28 28\">\n<title>edit</title>\n<path d=\"M13.875 18.5l1.813-1.813-2.375-2.375-1.813 1.813v0.875h1.5v1.5h0.875zM20.75 7.25c-0.141-0.141-0.375-0.125-0.516 0.016l-5.469 5.469c-0.141 0.141-0.156 0.375-0.016 0.516s0.375 0.125 0.516-0.016l5.469-5.469c0.141-0.141 0.156-0.375 0.016-0.516zM22 16.531v2.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.141 0.141-0.328 0.187-0.5 0.125-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-1.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.156-0.156 0.359-0.187 0.547-0.109s0.313 0.25 0.313 0.453zM20.5 5l4.5 4.5-10.5 10.5h-4.5v-4.5zM27.438 7.063l-1.437 1.437-4.5-4.5 1.437-1.437c0.578-0.578 1.547-0.578 2.125 0l2.375 2.375c0.578 0.578 0.578 1.547 0 2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square-o\" viewBox=\"0 0 26 28\">\n<title>share-square-o</title>\n<path d=\"M22 15.453v4.047c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h3.984c0.266 0 0.5 0.219 0.5 0.5 0 0.25-0.172 0.453-0.406 0.5-0.781 0.266-1.484 0.578-2.078 0.938-0.078 0.031-0.156 0.063-0.25 0.063h-1.75c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.344c0-0.187 0.109-0.359 0.281-0.453 0.313-0.141 0.594-0.344 0.844-0.578 0.141-0.141 0.359-0.203 0.547-0.125s0.328 0.25 0.328 0.453zM25.703 7.703l-6 6c-0.187 0.203-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.391-0.078-0.359-0.156-0.609-0.516-0.609-0.922v-3h-2.5c-3.437 0-5.625 0.656-6.844 2.047-1.266 1.453-1.641 3.797-1.156 7.391 0.031 0.219-0.109 0.438-0.313 0.531-0.063 0.016-0.125 0.031-0.187 0.031-0.156 0-0.313-0.078-0.406-0.203-0.109-0.156-2.594-3.672-2.594-6.797 0-4.188 1.313-9 11.5-9h2.5v-3c0-0.406 0.25-0.766 0.609-0.922 0.125-0.047 0.266-0.078 0.391-0.078 0.266 0 0.516 0.109 0.703 0.297l6 6c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square-o\" viewBox=\"0 0 26 28\">\n<title>check-square-o</title>\n<path d=\"M22 14.531v4.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.094 0.094-0.234 0.156-0.359 0.156-0.047 0-0.094-0.016-0.141-0.031-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.109-0.109 0.234-0.156 0.359-0.156 0.063 0 0.125 0.016 0.187 0.047 0.187 0.078 0.313 0.25 0.313 0.453zM25.609 6.891l-12.719 12.719c-0.5 0.5-1.281 0.5-1.781 0l-6.719-6.719c-0.5-0.5-0.5-1.281 0-1.781l1.719-1.719c0.5-0.5 1.281-0.5 1.781 0l4.109 4.109 10.109-10.109c0.5-0.5 1.281-0.5 1.781 0l1.719 1.719c0.5 0.5 0.5 1.281 0 1.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows\" viewBox=\"0 0 28 28\">\n<title>arrows</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-6v6h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-6h-6v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h6v-6h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-2v6h6v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-backward\" viewBox=\"0 0 16 28\">\n<title>step-backward</title>\n<path d=\"M15.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-backward\" viewBox=\"0 0 28 28\">\n<title>fast-backward</title>\n<path d=\"M27.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-backward\" viewBox=\"0 0 28 28\">\n<title>backward</title>\n<path d=\"M25.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.391-0.391-0.391-1.016 0-1.406l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play\" viewBox=\"0 0 22 28\">\n<title>play</title>\n<path d=\"M21.625 14.484l-20.75 11.531c-0.484 0.266-0.875 0.031-0.875-0.516v-23c0-0.547 0.391-0.781 0.875-0.516l20.75 11.531c0.484 0.266 0.484 0.703 0 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause\" viewBox=\"0 0 24 28\">\n<title>pause</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1zM10 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop\" viewBox=\"0 0 24 28\">\n<title>stop</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forward\" viewBox=\"0 0 24 28\">\n<title>forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.391 0.391 0.391 1.016 0 1.406l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-forward\" viewBox=\"0 0 28 28\">\n<title>fast-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-forward\" viewBox=\"0 0 16 28\">\n<title>step-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eject\" viewBox=\"0 0 24 28\">\n<title>eject</title>\n<path d=\"M0.219 15.297l11.094-11.094c0.391-0.391 1.016-0.391 1.406 0l11.094 11.094c0.391 0.391 0.25 0.703-0.297 0.703h-23c-0.547 0-0.688-0.313-0.297-0.703zM23.016 24h-22c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-left\" viewBox=\"0 0 21 28\">\n<title>chevron-left</title>\n<path d=\"M18.297 4.703l-8.297 8.297 8.297 8.297c0.391 0.391 0.391 1.016 0 1.406l-2.594 2.594c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.594c-0.391-0.391-0.391-1.016 0-1.406l11.594-11.594c0.391-0.391 1.016-0.391 1.406 0l2.594 2.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-right\" viewBox=\"0 0 19 28\">\n<title>chevron-right</title>\n<path d=\"M17.297 13.703l-11.594 11.594c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.594c-0.391-0.391-0.391-1.016 0-1.406l8.297-8.297-8.297-8.297c-0.391-0.391-0.391-1.016 0-1.406l2.594-2.594c0.391-0.391 1.016-0.391 1.406 0l11.594 11.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-circle\" viewBox=\"0 0 24 28\">\n<title>plus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-4v-4c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v4h-4c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h4v4c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-4h4c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-circle\" viewBox=\"0 0 24 28\">\n<title>minus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle\" viewBox=\"0 0 24 28\">\n<title>times-circle</title>\n<path d=\"M17.953 17.531c0-0.266-0.109-0.516-0.297-0.703l-2.828-2.828 2.828-2.828c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.531-0.297-0.719l-1.406-1.406c-0.187-0.187-0.453-0.297-0.719-0.297s-0.516 0.109-0.703 0.297l-2.828 2.828-2.828-2.828c-0.187-0.187-0.438-0.297-0.703-0.297s-0.531 0.109-0.719 0.297l-1.406 1.406c-0.187 0.187-0.297 0.453-0.297 0.719s0.109 0.516 0.297 0.703l2.828 2.828-2.828 2.828c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.531 0.297 0.719l1.406 1.406c0.187 0.187 0.453 0.297 0.719 0.297s0.516-0.109 0.703-0.297l2.828-2.828 2.828 2.828c0.187 0.187 0.438 0.297 0.703 0.297s0.531-0.109 0.719-0.297l1.406-1.406c0.187-0.187 0.297-0.453 0.297-0.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle\" viewBox=\"0 0 24 28\">\n<title>check-circle</title>\n<path d=\"M20.062 11.469c0-0.266-0.094-0.531-0.281-0.719l-1.422-1.406c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-6.375 6.359-3.531-3.531c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.406c-0.187 0.187-0.281 0.453-0.281 0.719s0.094 0.516 0.281 0.703l5.656 5.656c0.187 0.187 0.453 0.297 0.703 0.297 0.266 0 0.531-0.109 0.719-0.297l8.484-8.484c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle\" viewBox=\"0 0 24 28\">\n<title>question-circle</title>\n<path d=\"M14 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM18 11c0-2.859-3-5-5.688-5-2.547 0-4.453 1.094-5.797 3.328-0.141 0.219-0.078 0.5 0.125 0.656l2.063 1.563c0.078 0.063 0.187 0.094 0.297 0.094 0.141 0 0.297-0.063 0.391-0.187 0.734-0.938 1.047-1.219 1.344-1.437 0.266-0.187 0.781-0.375 1.344-0.375 1 0 1.922 0.641 1.922 1.328 0 0.812-0.422 1.219-1.375 1.656-1.109 0.5-2.625 1.797-2.625 3.313v0.562c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v0c0-0.359 0.453-1.125 1.188-1.547 1.188-0.672 2.812-1.578 2.812-3.953zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info-circle\" viewBox=\"0 0 24 28\">\n<title>info-circle</title>\n<path d=\"M16 21.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-1.5v-8c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h1.5v5h-1.5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h7c0.281 0 0.5-0.219 0.5-0.5zM14 7.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crosshairs\" viewBox=\"0 0 24 28\">\n<title>crosshairs</title>\n<path d=\"M18.703 16h-1.703c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1.703c-0.672-2.25-2.453-4.031-4.703-4.703v1.703c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-1.703c-2.25 0.672-4.031 2.453-4.703 4.703h1.703c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1.703c0.672 2.25 2.453 4.031 4.703 4.703v-1.703c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1.703c2.25-0.672 4.031-2.453 4.703-4.703zM24 13v2c0 0.547-0.453 1-1 1h-2.234c-0.766 3.359-3.406 6-6.766 6.766v2.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-2.234c-3.359-0.766-6-3.406-6.766-6.766h-2.234c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h2.234c0.766-3.359 3.406-6 6.766-6.766v-2.234c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v2.234c3.359 0.766 6 3.406 6.766 6.766h2.234c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle-o\" viewBox=\"0 0 24 28\">\n<title>times-circle-o</title>\n<path d=\"M17.141 16.859l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.141-2.141-2.141 2.141c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.141-2.141-2.141-2.141c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.141 2.141 2.141-2.141c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.141 2.141 2.141 2.141c0.203 0.203 0.203 0.516 0 0.719zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle-o\" viewBox=\"0 0 24 28\">\n<title>check-circle-o</title>\n<path d=\"M18.297 12.703l-6.594 6.594c-0.391 0.391-1.016 0.391-1.406 0l-4.594-4.594c-0.391-0.391-0.391-1.016 0-1.406l1.594-1.594c0.391-0.391 1.016-0.391 1.406 0l2.297 2.297 4.297-4.297c0.391-0.391 1.016-0.391 1.406 0l1.594 1.594c0.391 0.391 0.391 1.016 0 1.406zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ban\" viewBox=\"0 0 24 28\">\n<title>ban</title>\n<path d=\"M20.5 13.953c0-1.703-0.5-3.281-1.359-4.609l-11.781 11.766c1.344 0.875 2.938 1.391 4.641 1.391 4.688 0 8.5-3.828 8.5-8.547zM4.891 18.625l11.797-11.781c-1.344-0.906-2.953-1.422-4.688-1.422-4.688 0-8.5 3.828-8.5 8.531 0 1.734 0.516 3.328 1.391 4.672zM24 13.953c0 6.656-5.375 12.047-12 12.047s-12-5.391-12-12.047c0-6.641 5.375-12.031 12-12.031s12 5.391 12 12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-left\" viewBox=\"0 0 25 28\">\n<title>arrow-left</title>\n<path d=\"M24 14v2c0 1.062-0.703 2-1.828 2h-11l4.578 4.594c0.375 0.359 0.594 0.875 0.594 1.406s-0.219 1.047-0.594 1.406l-1.172 1.188c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-10.172-10.187c-0.359-0.359-0.578-0.875-0.578-1.406s0.219-1.047 0.578-1.422l10.172-10.156c0.375-0.375 0.891-0.594 1.422-0.594s1.031 0.219 1.406 0.594l1.172 1.156c0.375 0.375 0.594 0.891 0.594 1.422s-0.219 1.047-0.594 1.422l-4.578 4.578h11c1.125 0 1.828 0.938 1.828 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-right\" viewBox=\"0 0 23 28\">\n<title>arrow-right</title>\n<path d=\"M23 15c0 0.531-0.203 1.047-0.578 1.422l-10.172 10.172c-0.375 0.359-0.891 0.578-1.422 0.578s-1.031-0.219-1.406-0.578l-1.172-1.172c-0.375-0.375-0.594-0.891-0.594-1.422s0.219-1.047 0.594-1.422l4.578-4.578h-11c-1.125 0-1.828-0.938-1.828-2v-2c0-1.062 0.703-2 1.828-2h11l-4.578-4.594c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.406l1.172-1.172c0.375-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l10.172 10.172c0.375 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-up\" viewBox=\"0 0 26 28\">\n<title>arrow-up</title>\n<path d=\"M25.172 15.172c0 0.531-0.219 1.031-0.578 1.406l-1.172 1.172c-0.375 0.375-0.891 0.594-1.422 0.594s-1.047-0.219-1.406-0.594l-4.594-4.578v11c0 1.125-0.938 1.828-2 1.828h-2c-1.062 0-2-0.703-2-1.828v-11l-4.594 4.578c-0.359 0.375-0.875 0.594-1.406 0.594s-1.047-0.219-1.406-0.594l-1.172-1.172c-0.375-0.375-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.172-10.172c0.359-0.375 0.875-0.578 1.406-0.578s1.047 0.203 1.422 0.578l10.172 10.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-down\" viewBox=\"0 0 26 28\">\n<title>arrow-down</title>\n<path d=\"M25.172 13c0 0.531-0.219 1.047-0.578 1.406l-10.172 10.187c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-10.172-10.187c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l1.156-1.172c0.375-0.359 0.891-0.578 1.422-0.578s1.047 0.219 1.406 0.578l4.594 4.594v-11c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v11l4.594-4.594c0.359-0.359 0.875-0.578 1.406-0.578s1.047 0.219 1.422 0.578l1.172 1.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-forward\" viewBox=\"0 0 28 28\">\n<title>mail-forward</title>\n<path d=\"M28 10c0 0.266-0.109 0.516-0.297 0.703l-8 8c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4h-3.5c-6.734 0-11.156 1.297-11.156 8.75 0 0.641 0.031 1.281 0.078 1.922 0.016 0.25 0.078 0.531 0.078 0.781 0 0.297-0.187 0.547-0.5 0.547-0.219 0-0.328-0.109-0.438-0.266-0.234-0.328-0.406-0.828-0.578-1.188-0.891-2-1.984-4.859-1.984-7.047 0-1.75 0.172-3.547 0.828-5.203 2.172-5.391 8.547-6.297 13.672-6.297h3.5v-4c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8 8c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expand\" viewBox=\"0 0 24 28\">\n<title>expand</title>\n<path d=\"M11.797 16.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359zM24 3v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compress\" viewBox=\"0 0 24 28\">\n<title>compress</title>\n<path d=\"M12 15v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1zM23.797 4.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-circle\" viewBox=\"0 0 24 28\">\n<title>exclamation-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM14 21.484v-2.969c0-0.281-0.219-0.516-0.484-0.516h-3c-0.281 0-0.516 0.234-0.516 0.516v2.969c0 0.281 0.234 0.516 0.516 0.516h3c0.266 0 0.484-0.234 0.484-0.516zM13.969 16.109l0.281-9.703c0-0.109-0.047-0.219-0.156-0.281-0.094-0.078-0.234-0.125-0.375-0.125h-3.437c-0.141 0-0.281 0.047-0.375 0.125-0.109 0.063-0.156 0.172-0.156 0.281l0.266 9.703c0 0.219 0.234 0.391 0.531 0.391h2.891c0.281 0 0.516-0.172 0.531-0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gift\" viewBox=\"0 0 24 28\">\n<title>gift</title>\n<path d=\"M14.5 21.187v-11.188h-5v11.188c0 0.547 0.453 0.812 1 0.812h3c0.547 0 1-0.266 1-0.812zM7.375 8h3.047l-1.969-2.516c-0.172-0.203-0.547-0.484-1.078-0.484-0.828 0-1.5 0.672-1.5 1.5s0.672 1.5 1.5 1.5zM18.125 6.5c0-0.828-0.672-1.5-1.5-1.5-0.531 0-0.906 0.281-1.078 0.484l-1.953 2.516h3.031c0.828 0 1.5-0.672 1.5-1.5zM24 10.5v5c0 0.281-0.219 0.5-0.5 0.5h-1.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-17c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h6.875c-1.937 0-3.5-1.563-3.5-3.5s1.563-3.5 3.5-3.5c1.047 0 2.016 0.438 2.625 1.203l2 2.578 2-2.578c0.609-0.766 1.578-1.203 2.625-1.203 1.937 0 3.5 1.563 3.5 3.5s-1.563 3.5-3.5 3.5h6.875c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leaf\" viewBox=\"0 0 28 28\">\n<title>leaf</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-5.531 0-9.094 2.312-12.703 6.297-0.187 0.203-0.297 0.422-0.297 0.703 0 0.547 0.453 1 1 1 0.281 0 0.5-0.109 0.703-0.297 0.766-0.688 1.453-1.437 2.203-2.141 2.828-2.547 5.25-3.563 9.094-3.563 0.547 0 1-0.453 1-1zM28 7.906c0 1-0.109 2.016-0.313 3.016-1 4.859-4.125 8.016-8.469 10.172-2.109 1.062-4.469 1.687-6.844 1.687-1.5 0-3.047-0.25-4.469-0.734-0.75-0.25-2.25-1.234-2.875-1.234-0.781 0-1.719 3.187-3.078 3.187-0.984 0-1.281-0.484-1.703-1.203-0.141-0.266-0.25-0.359-0.25-0.688 0-1.625 3.094-2.891 3.094-3.797 0-0.141-0.406-0.969-0.469-1.281-0.094-0.531-0.141-1.078-0.141-1.625 0-4.969 3.953-8.516 8.391-9.984 3.203-1.062 10.016 0.172 12.187-1.891 0.859-0.797 1.281-1.531 2.594-1.531 1.766 0 2.344 4.578 2.344 5.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire\" viewBox=\"0 0 22 28\">\n<title>fire</title>\n<path d=\"M22 26.5v1c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM18 10c0 5.984-7 6.516-7 10.5 0 1.094 0.547 2.547 1.047 3.5l-0.063-0.016 0.016 0.016c-4.312-1.984-8-4.719-8-10 0-5.984 7-6.516 7-10.5 0-1.094-0.547-2.547-1.031-3.5l0.047 0.016-0.016-0.016c4.312 1.984 8 4.719 8 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye\" viewBox=\"0 0 28 28\">\n<title>eye</title>\n<path d=\"M26 15c-1.484-2.297-3.516-4.266-5.953-5.516 0.625 1.062 0.953 2.281 0.953 3.516 0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 2.672 4.125 6.984 7 12 7s9.328-2.875 12-7zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.781 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM28 15c0 0.391-0.125 0.75-0.313 1.078-2.875 4.734-8.141 7.922-13.687 7.922s-10.813-3.203-13.687-7.922c-0.187-0.328-0.313-0.688-0.313-1.078s0.125-0.75 0.313-1.078c2.875-4.719 8.141-7.922 13.687-7.922s10.813 3.203 13.687 7.922c0.187 0.328 0.313 0.688 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye-slash\" viewBox=\"0 0 28 28\">\n<title>eye-slash</title>\n<path d=\"M8.672 20.859l1.219-2.203c-1.813-1.313-2.891-3.422-2.891-5.656 0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 1.625 2.516 3.922 4.625 6.672 5.859zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.797 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM20.422 6.016c0 0.031 0 0.109-0.016 0.141-3.297 5.891-6.563 11.813-9.859 17.703l-0.766 1.391c-0.094 0.156-0.266 0.25-0.438 0.25-0.281 0-1.766-0.906-2.094-1.094-0.156-0.094-0.25-0.25-0.25-0.438 0-0.25 0.531-1.094 0.688-1.359-3.031-1.375-5.578-3.719-7.375-6.531-0.203-0.313-0.313-0.688-0.313-1.078 0-0.375 0.109-0.766 0.313-1.078 3.094-4.75 7.922-7.922 13.687-7.922 0.938 0 1.891 0.094 2.812 0.266l0.844-1.516c0.094-0.156 0.25-0.25 0.438-0.25 0.281 0 1.75 0.906 2.078 1.094 0.156 0.094 0.25 0.25 0.25 0.422zM21 13c0 2.906-1.797 5.5-4.5 6.531l4.375-7.844c0.078 0.438 0.125 0.875 0.125 1.313zM28 15c0 0.406-0.109 0.734-0.313 1.078-0.484 0.797-1.094 1.563-1.703 2.266-3.063 3.516-7.281 5.656-11.984 5.656l1.156-2.063c4.547-0.391 8.406-3.156 10.844-6.937-1.156-1.797-2.641-3.375-4.406-4.594l0.984-1.75c1.937 1.297 3.891 3.25 5.109 5.266 0.203 0.344 0.313 0.672 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-triangle\" viewBox=\"0 0 28 28\">\n<title>exclamation-triangle</title>\n<path d=\"M16 21.484v-2.969c0-0.281-0.219-0.516-0.5-0.516h-3c-0.281 0-0.5 0.234-0.5 0.516v2.969c0 0.281 0.219 0.516 0.5 0.516h3c0.281 0 0.5-0.234 0.5-0.516zM15.969 15.641l0.281-7.172c0-0.094-0.047-0.219-0.156-0.297-0.094-0.078-0.234-0.172-0.375-0.172h-3.437c-0.141 0-0.281 0.094-0.375 0.172-0.109 0.078-0.156 0.234-0.156 0.328l0.266 7.141c0 0.203 0.234 0.359 0.531 0.359h2.891c0.281 0 0.516-0.156 0.531-0.359zM15.75 1.047l12 22c0.344 0.609 0.328 1.359-0.031 1.969s-1.016 0.984-1.719 0.984h-24c-0.703 0-1.359-0.375-1.719-0.984s-0.375-1.359-0.031-1.969l12-22c0.344-0.641 1.016-1.047 1.75-1.047s1.406 0.406 1.75 1.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plane\" viewBox=\"0 0 22 28\">\n<title>plane</title>\n<path d=\"M21.5 2.5c1 1 0 3.5-1.5 5l-2.516 2.516 2.5 10.875c0.047 0.187-0.031 0.391-0.187 0.516l-2 1.5c-0.078 0.063-0.187 0.094-0.297 0.094-0.031 0-0.063 0-0.109-0.016-0.141-0.031-0.266-0.109-0.328-0.25l-4.359-7.938-4.047 4.047 0.828 3.031c0.047 0.172 0 0.344-0.125 0.484l-1.5 1.5c-0.094 0.094-0.234 0.141-0.359 0.141h-0.031c-0.156-0.016-0.281-0.078-0.375-0.203l-2.953-3.938-3.938-2.953c-0.125-0.078-0.187-0.219-0.203-0.359s0.047-0.281 0.141-0.391l1.5-1.516c0.094-0.094 0.234-0.141 0.359-0.141 0.047 0 0.094 0 0.125 0.016l3.031 0.828 4.047-4.047-7.938-4.359c-0.141-0.078-0.234-0.219-0.266-0.375-0.016-0.141 0.031-0.313 0.141-0.422l2-2c0.125-0.109 0.313-0.172 0.469-0.125l10.391 2.484 2.5-2.5c1.5-1.5 4-2.5 5-1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar\" viewBox=\"0 0 26 28\">\n<title>calendar</title>\n<path d=\"M2 26h4.5v-4.5h-4.5v4.5zM7.5 26h5v-4.5h-5v4.5zM2 20.5h4.5v-5h-4.5v5zM7.5 20.5h5v-5h-5v5zM2 14.5h4.5v-4.5h-4.5v4.5zM13.5 26h5v-4.5h-5v4.5zM7.5 14.5h5v-4.5h-5v4.5zM19.5 26h4.5v-4.5h-4.5v4.5zM13.5 20.5h5v-5h-5v5zM8 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM19.5 20.5h4.5v-5h-4.5v5zM13.5 14.5h5v-4.5h-5v4.5zM19.5 14.5h4.5v-4.5h-4.5v4.5zM20 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-random\" viewBox=\"0 0 28 28\">\n<title>random</title>\n<path d=\"M10.406 7.516c-0.875 1.344-1.516 2.797-2.141 4.266-0.906-1.891-1.906-3.781-4.266-3.781h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.781 0 4.828 1.297 6.406 3.516zM28 20c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3c-4.641 0-7.5 0.547-10.391-3.516 0.859-1.344 1.5-2.797 2.125-4.266 0.906 1.891 1.906 3.781 4.266 3.781h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM28 6c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.219-0.5-0.5v-3h-4c-2.078 0-3.063 1.422-3.938 3.109-0.453 0.875-0.844 1.781-1.219 2.672-1.734 4.031-3.766 8.219-8.844 8.219h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.078 0 3.063-1.422 3.938-3.109 0.453-0.875 0.844-1.781 1.219-2.672 1.734-4.031 3.766-8.219 8.844-8.219h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment\" viewBox=\"0 0 28 28\">\n<title>comment</title>\n<path d=\"M28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344-0.344 0.031-0.672-0.219-0.75-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magnet\" viewBox=\"0 0 24 28\">\n<title>magnet</title>\n<path d=\"M24 13v2c0 6.375-5.047 11-12 11s-12-4.625-12-11v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v2c0 2.859 3.328 3 4 3s4-0.141 4-3v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM8 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM24 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-up\" viewBox=\"0 0 28 28\">\n<title>chevron-up</title>\n<path d=\"M26.297 20.797l-2.594 2.578c-0.391 0.391-1.016 0.391-1.406 0l-8.297-8.297-8.297 8.297c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.578c-0.391-0.391-0.391-1.031 0-1.422l11.594-11.578c0.391-0.391 1.016-0.391 1.406 0l11.594 11.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-down\" viewBox=\"0 0 28 28\">\n<title>chevron-down</title>\n<path d=\"M26.297 12.625l-11.594 11.578c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.578c-0.391-0.391-0.391-1.031 0-1.422l2.594-2.578c0.391-0.391 1.016-0.391 1.406 0l8.297 8.297 8.297-8.297c0.391-0.391 1.016-0.391 1.406 0l2.594 2.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-retweet\" viewBox=\"0 0 30 28\">\n<title>retweet</title>\n<path d=\"M20 23.5c0 0.266-0.234 0.5-0.5 0.5h-15c-0.578 0-0.5-0.609-0.5-1v-9h-3c-0.547 0-1-0.453-1-1 0-0.234 0.078-0.469 0.234-0.641l5-6c0.187-0.219 0.469-0.344 0.766-0.344s0.578 0.125 0.766 0.344l5 6c0.156 0.172 0.234 0.406 0.234 0.641 0 0.547-0.453 1-1 1h-3v6h9c0.141 0 0.297 0.063 0.391 0.172l2.5 3c0.063 0.094 0.109 0.219 0.109 0.328zM30 17c0 0.234-0.078 0.469-0.234 0.641l-5 6c-0.187 0.219-0.469 0.359-0.766 0.359s-0.578-0.141-0.766-0.359l-5-6c-0.156-0.172-0.234-0.406-0.234-0.641 0-0.547 0.453-1 1-1h3v-6h-9c-0.141 0-0.297-0.063-0.391-0.187l-2.5-3c-0.063-0.078-0.109-0.203-0.109-0.313 0-0.266 0.234-0.5 0.5-0.5h15c0.578 0 0.5 0.609 0.5 1v9h3c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-cart\" viewBox=\"0 0 26 28\">\n<title>shopping-cart</title>\n<path d=\"M10 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM24 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM26 7v8c0 0.5-0.391 0.938-0.891 1l-16.312 1.906c0.078 0.359 0.203 0.719 0.203 1.094 0 0.359-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.703-1.656 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.047 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder\" viewBox=\"0 0 26 28\">\n<title>folder</title>\n<path d=\"M26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open\" viewBox=\"0 0 29 28\">\n<title>folder-open</title>\n<path d=\"M29.359 14.875c0 0.375-0.234 0.75-0.484 1.031l-5.25 6.188c-0.906 1.062-2.75 1.906-4.125 1.906h-17c-0.562 0-1.359-0.172-1.359-0.875 0-0.375 0.234-0.75 0.484-1.031l5.25-6.188c0.906-1.062 2.75-1.906 4.125-1.906h17c0.562 0 1.359 0.172 1.359 0.875zM24 9.5v2.5h-13c-1.953 0-4.375 1.109-5.641 2.609l-5.344 6.281c0-0.125-0.016-0.266-0.016-0.391v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-v\" viewBox=\"0 0 12 28\">\n<title>arrows-v</title>\n<path d=\"M11 5c0 0.547-0.453 1-1 1h-2v16h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-16h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-h\" viewBox=\"0 0 28 28\">\n<title>arrows-h</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-16v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h16v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bar-chart\" viewBox=\"0 0 32 28\">\n<title>bar-chart</title>\n<path d=\"M10 14v8h-4v-8h4zM16 6v16h-4v-16h4zM32 24v2h-32v-24h2v22h30zM22 10v12h-4v-12h4zM28 4v18h-4v-18h4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter-square\" viewBox=\"0 0 24 28\">\n<title>twitter-square</title>\n<path d=\"M20 9.531c-0.594 0.266-1.219 0.438-1.891 0.531 0.688-0.406 1.203-1.062 1.453-1.828-0.641 0.375-1.344 0.656-2.094 0.797-0.594-0.641-1.453-1.031-2.391-1.031-1.813 0-3.281 1.469-3.281 3.281 0 0.25 0.016 0.516 0.078 0.75-2.734-0.141-5.156-1.437-6.781-3.437-0.281 0.484-0.453 1.062-0.453 1.656 0 1.141 0.531 2.141 1.422 2.734-0.547-0.016-1.062-0.172-1.563-0.406v0.031c0 1.594 1.203 2.922 2.703 3.219-0.281 0.078-0.5 0.125-0.797 0.125-0.203 0-0.406-0.031-0.609-0.063 0.422 1.297 1.625 2.25 3.063 2.281-1.125 0.875-2.531 1.406-4.078 1.406-0.266 0-0.531-0.016-0.781-0.047 1.453 0.922 3.172 1.469 5.031 1.469 6.031 0 9.344-5 9.344-9.344 0-0.141 0-0.281-0.016-0.422 0.641-0.453 1.203-1.031 1.641-1.703zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-square\" viewBox=\"0 0 24 28\">\n<title>facebook-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-2.938v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-8.313c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera-retro\" viewBox=\"0 0 28 28\">\n<title>camera-retro</title>\n<path d=\"M14.5 13c0-0.281-0.219-0.5-0.5-0.5-1.375 0-2.5 1.125-2.5 2.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-0.828 0.672-1.5 1.5-1.5 0.281 0 0.5-0.219 0.5-0.5zM18 15.031c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM2 24h24v-2h-24v2zM20 15.031c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM4 5h6v-2h-6v2zM2 8h24v-4h-12.938l-1 2h-10.063v2zM28 4v20c0 1.109-0.891 2-2 2h-24c-1.109 0-2-0.891-2-2v-20c0-1.109 0.891-2 2-2h24c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-key\" viewBox=\"0 0 26 28\">\n<title>key</title>\n<path d=\"M13 8c0-1.656-1.344-3-3-3s-3 1.344-3 3c0 0.453 0.109 0.891 0.297 1.297-0.406-0.187-0.844-0.297-1.297-0.297-1.656 0-3 1.344-3 3s1.344 3 3 3 3-1.344 3-3c0-0.453-0.109-0.891-0.297-1.297 0.406 0.187 0.844 0.297 1.297 0.297 1.656 0 3-1.344 3-3zM26.297 19c0 0.359-1.437 1.797-1.797 1.797-0.406 0-1.672-1.469-2-1.797l-1.5 1.5 3.437 3.437c0.281 0.281 0.438 0.672 0.438 1.062 0 0.875-1 1.875-1.875 1.875-0.391 0-0.781-0.156-1.062-0.438l-10.484-10.484c-1.641 1.219-3.641 2.047-5.703 2.047-3.406 0-5.75-2.359-5.75-5.75 0-5.125 5.125-10.25 10.25-10.25 3.391 0 5.75 2.344 5.75 5.75 0 2.063-0.828 4.062-2.047 5.703l5.547 5.547 1.5-1.5c-0.328-0.328-1.797-1.594-1.797-2 0-0.359 1.437-1.797 1.797-1.797 0.125 0 0.266 0.063 0.359 0.156 0.578 0.578 4.937 4.688 4.937 5.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cogs\" viewBox=\"0 0 30 28\">\n<title>cogs</title>\n<path d=\"M14 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM26 22c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM26 6c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM20 12.578v2.891c0 0.203-0.156 0.438-0.359 0.469l-2.422 0.375c-0.125 0.406-0.297 0.797-0.5 1.188 0.438 0.625 0.906 1.203 1.406 1.797 0.063 0.094 0.109 0.187 0.109 0.313 0 0.109-0.031 0.219-0.109 0.297-0.313 0.422-2.063 2.328-2.516 2.328-0.125 0-0.234-0.047-0.328-0.109l-1.797-1.406c-0.391 0.203-0.781 0.359-1.203 0.484-0.078 0.797-0.156 1.656-0.359 2.422-0.063 0.219-0.25 0.375-0.469 0.375h-2.906c-0.219 0-0.438-0.172-0.469-0.391l-0.359-2.391c-0.406-0.125-0.797-0.297-1.172-0.484l-1.844 1.391c-0.078 0.078-0.203 0.109-0.313 0.109-0.125 0-0.234-0.047-0.328-0.125-0.406-0.375-2.25-2.047-2.25-2.5 0-0.109 0.047-0.203 0.109-0.297 0.453-0.594 0.922-1.172 1.375-1.781-0.219-0.422-0.406-0.844-0.547-1.281l-2.375-0.375c-0.219-0.031-0.375-0.234-0.375-0.453v-2.891c0-0.203 0.156-0.438 0.359-0.469l2.422-0.375c0.125-0.406 0.297-0.797 0.5-1.188-0.438-0.625-0.906-1.203-1.406-1.797-0.063-0.094-0.109-0.203-0.109-0.313s0.031-0.219 0.109-0.313c0.313-0.422 2.063-2.312 2.516-2.312 0.125 0 0.234 0.047 0.328 0.109l1.797 1.406c0.391-0.203 0.781-0.359 1.203-0.5 0.078-0.781 0.156-1.641 0.359-2.406 0.063-0.219 0.25-0.375 0.469-0.375h2.906c0.219 0 0.438 0.172 0.469 0.391l0.359 2.391c0.406 0.125 0.797 0.297 1.172 0.484l1.844-1.391c0.094-0.078 0.203-0.109 0.313-0.109 0.125 0 0.234 0.047 0.328 0.125 0.406 0.375 2.25 2.063 2.25 2.5 0 0.109-0.047 0.203-0.109 0.297-0.453 0.609-0.922 1.172-1.359 1.781 0.203 0.422 0.391 0.844 0.531 1.281l2.375 0.359c0.219 0.047 0.375 0.25 0.375 0.469zM30 20.906v2.188c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484zM30 4.906v2.187c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments\" viewBox=\"0 0 28 28\">\n<title>comments</title>\n<path d=\"M22 12c0 4.422-4.922 8-11 8-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8s11 3.578 11 8zM28 16c0 2.547-1.625 4.797-4.156 6.266 0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-up\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 12c0-1.062-0.953-2-2-2h-5.5c0-1.828 1.5-3.156 1.5-5 0-1.828-0.359-3-2.5-3-1 1.016-0.484 3.406-2 5-0.438 0.453-0.812 0.938-1.203 1.422-0.703 0.906-2.562 3.578-3.797 3.578h-0.5v10h0.5c0.875 0 2.312 0.562 3.156 0.859 1.719 0.594 3.5 1.141 5.344 1.141h1.891c1.766 0 3-0.703 3-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609 0.734-0.016 1.172-1.422 1.172-2zM24 11.984c0 0.906-0.266 1.797-0.766 2.547 0.094 0.344 0.141 0.719 0.141 1.078 0 0.781-0.203 1.563-0.594 2.25 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688h-2.016c-2.219 0-4.281-0.656-6.344-1.375-0.453-0.156-1.719-0.625-2.156-0.625h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.281c0.609-0.406 1.672-1.813 2.141-2.422 0.531-0.688 1.078-1.359 1.672-2 0.938-1 0.438-3.469 2-5 0.375-0.359 0.875-0.578 1.406-0.578 1.625 0 3.187 0.578 3.953 2.094 0.484 0.953 0.547 1.859 0.547 2.906 0 1.094-0.281 2.031-0.75 3h2.75c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-down\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-down</title>\n<path d=\"M4 7c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 16c0-0.578-0.438-1.984-1.172-2 0.328-0.375 0.547-1.109 0.547-1.609 0-0.734-0.297-1.359-0.828-1.859 0.187-0.328 0.281-0.703 0.281-1.078 0-0.719-0.359-1.609-1.016-1.969 0.047-0.281 0.078-0.578 0.078-0.875 0-1.828-1.156-2.609-2.891-2.609h-2c-1.844 0-3.625 0.547-5.344 1.141-0.844 0.297-2.281 0.859-3.156 0.859h-0.5v10h0.5c1.234 0 3.094 2.672 3.797 3.578 0.391 0.484 0.766 0.969 1.203 1.422 1.516 1.594 1 3.984 2 5 2.141 0 2.5-1.172 2.5-3 0-1.844-1.5-3.172-1.5-5h5.5c1.047 0 2-0.938 2-2zM24 16.016c0 2.156-1.844 3.984-4 3.984h-2.75c0.469 0.969 0.75 1.906 0.75 3 0 1.031-0.063 1.969-0.547 2.906-0.766 1.516-2.328 2.094-3.953 2.094-0.531 0-1.031-0.219-1.406-0.578-1.563-1.531-1.078-4-2-5.016-0.594-0.625-1.141-1.297-1.672-1.984-0.469-0.609-1.531-2.016-2.141-2.422h-4.281c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.438 0 1.703-0.469 2.156-0.625 2.25-0.781 4.203-1.375 6.609-1.375h1.75c2.844 0 4.891 1.687 4.875 4.609v0.078c0.609 0.781 0.938 1.781 0.938 2.781 0 0.219-0.016 0.453-0.047 0.672 0.391 0.688 0.594 1.469 0.594 2.25 0 0.359-0.047 0.734-0.141 1.078 0.5 0.75 0.766 1.641 0.766 2.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half\" viewBox=\"0 0 13 28\">\n<title>star-half</title>\n<path d=\"M13 0.5v20.922l-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart-o\" viewBox=\"0 0 28 28\">\n<title>heart-o</title>\n<path d=\"M26 9.312c0-4.391-2.969-5.313-5.469-5.313-2.328 0-4.953 2.516-5.766 3.484-0.375 0.453-1.156 0.453-1.531 0-0.812-0.969-3.437-3.484-5.766-3.484-2.5 0-5.469 0.922-5.469 5.313 0 2.859 2.891 5.516 2.922 5.547l9.078 8.75 9.063-8.734c0.047-0.047 2.938-2.703 2.938-5.563zM28 9.312c0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-out\" viewBox=\"0 0 25 28\">\n<title>sign-out</title>\n<path d=\"M10 22.5c0 0.438 0.203 1.5-0.5 1.5h-5c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h5c0.266 0 0.5 0.234 0.5 0.5 0 0.438 0.203 1.5-0.5 1.5h-5c-1.375 0-2.5 1.125-2.5 2.5v11c0 1.375 1.125 2.5 2.5 2.5h4.5c0.391 0 1-0.078 1 0.5zM24.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin-square\" viewBox=\"0 0 24 28\">\n<title>linkedin-square</title>\n<path d=\"M3.703 22.094h3.609v-10.844h-3.609v10.844zM7.547 7.906c-0.016-1.062-0.781-1.875-2.016-1.875s-2.047 0.812-2.047 1.875c0 1.031 0.781 1.875 2 1.875h0.016c1.266 0 2.047-0.844 2.047-1.875zM16.688 22.094h3.609v-6.219c0-3.328-1.781-4.875-4.156-4.875-1.937 0-2.797 1.078-3.266 1.828h0.031v-1.578h-3.609s0.047 1.016 0 10.844v0h3.609v-6.062c0-0.313 0.016-0.641 0.109-0.875 0.266-0.641 0.859-1.313 1.859-1.313 1.297 0 1.813 0.984 1.813 2.453v5.797zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumb-tack\" viewBox=\"0 0 18 28\">\n<title>thumb-tack</title>\n<path d=\"M7.5 13.5v-7c0-0.281-0.219-0.5-0.5-0.5s-0.5 0.219-0.5 0.5v7c0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5zM18 19c0 0.547-0.453 1-1 1h-6.703l-0.797 7.547c-0.031 0.25-0.234 0.453-0.484 0.453h-0.016c-0.25 0-0.453-0.172-0.5-0.422l-1.188-7.578h-6.312c-0.547 0-1-0.453-1-1 0-2.562 1.937-5 4-5v-8c-1.094 0-2-0.906-2-2s0.906-2 2-2h10c1.094 0 2 0.906 2 2s-0.906 2-2 2v8c2.063 0 4 2.438 4 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link\" viewBox=\"0 0 28 28\">\n<title>external-link</title>\n<path d=\"M22 14.5v5c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM28 1v8c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.75-2.75-10.187 10.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l10.187-10.187-2.75-2.75c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-in\" viewBox=\"0 0 24 28\">\n<title>sign-in</title>\n<path d=\"M18.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703zM24 8.5v11c0 2.484-2.016 4.5-4.5 4.5h-5c-0.266 0-0.5-0.234-0.5-0.5 0-0.438-0.203-1.5 0.5-1.5h5c1.375 0 2.5-1.125 2.5-2.5v-11c0-1.375-1.125-2.5-2.5-2.5h-4.5c-0.391 0-1 0.078-1-0.5 0-0.438-0.203-1.5 0.5-1.5h5c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trophy\" viewBox=\"0 0 26 28\">\n<title>trophy</title>\n<path d=\"M7.156 13.797c-0.656-1.437-1.156-3.344-1.156-5.797h-4v1.5c0 1.531 2.078 3.656 5.156 4.297zM24 9.5v-1.5h-4c0 2.453-0.5 4.359-1.156 5.797 3.078-0.641 5.156-2.766 5.156-4.297zM26 7.5v2c0 2.969-3.594 6.25-8.469 6.484-0.625 0.797-1.203 1.266-1.484 1.484-0.828 0.75-1.047 1.531-1.047 2.531s0.5 2 2 2 3 1 3 2.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-1.5 1.5-2.5 3-2.5s2-1 2-2-0.219-1.781-1.047-2.531c-0.281-0.219-0.859-0.688-1.484-1.484-4.875-0.234-8.469-3.516-8.469-6.484v-2c0-0.828 0.672-1.5 1.5-1.5h4.5v-1.5c0-1.375 1.125-2.5 2.5-2.5h9c1.375 0 2.5 1.125 2.5 2.5v1.5h4.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-square\" viewBox=\"0 0 24 28\">\n<title>github-square</title>\n<path d=\"M8.109 18.75v0c0.031-0.047 0.016-0.141-0.047-0.203-0.078-0.063-0.172-0.078-0.219-0.031-0.031 0.047-0.016 0.141 0.047 0.203 0.078 0.063 0.172 0.078 0.219 0.031zM7.672 18.109c-0.047-0.063-0.125-0.094-0.187-0.063-0.047 0.031-0.047 0.125 0 0.187 0.063 0.078 0.141 0.109 0.187 0.078v0c0.047-0.031 0.047-0.125 0-0.203zM7.031 17.484v0c0.016-0.031-0.016-0.094-0.078-0.125-0.047-0.016-0.109-0.016-0.125 0.031-0.031 0.047 0 0.094 0.063 0.125 0.063 0.016 0.125 0.016 0.141-0.031zM7.359 17.844v0c0.031-0.031 0.031-0.109-0.031-0.156-0.047-0.063-0.125-0.078-0.156-0.047-0.047 0.047-0.031 0.109 0.016 0.172 0.047 0.047 0.125 0.078 0.172 0.031zM8.703 19.016v0c0.016-0.063-0.047-0.141-0.141-0.172s-0.172 0-0.203 0.063c-0.016 0.063 0.047 0.141 0.141 0.172s0.172 0 0.203-0.063zM9.359 19.063v0c0-0.063-0.078-0.125-0.187-0.125-0.094 0-0.156 0.063-0.156 0.125s0.078 0.125 0.172 0.125 0.172-0.063 0.172-0.125zM9.969 18.953v0c-0.016-0.063-0.109-0.094-0.203-0.078s-0.156 0.078-0.141 0.141 0.094 0.109 0.187 0.094 0.156-0.094 0.156-0.156zM20 14c0-4.422-3.578-8-8-8s-8 3.578-8 8c0 3.531 2.297 6.531 5.469 7.594 0.406 0.078 0.547-0.172 0.547-0.391 0-0.187 0-0.812-0.016-1.484 0 0-2.219 0.484-2.688-0.953 0 0-0.359-0.922-0.891-1.156 0 0-0.719-0.5 0.063-0.5 0 0 0.781 0.063 1.219 0.828 0.703 1.234 1.875 0.875 2.328 0.672 0.078-0.516 0.281-0.875 0.516-1.078-1.781-0.203-3.656-0.891-3.656-3.953 0-0.875 0.313-1.578 0.828-2.141-0.078-0.203-0.359-1.016 0.078-2.125 0.672-0.203 2.203 0.828 2.203 0.828 0.641-0.187 1.313-0.266 2-0.266s1.359 0.078 2 0.266c0 0 1.531-1.031 2.203-0.828 0.438 1.109 0.156 1.922 0.078 2.125 0.516 0.562 0.828 1.266 0.828 2.141 0 3.078-1.875 3.75-3.656 3.953 0.281 0.25 0.547 0.734 0.547 1.484 0 1.062-0.016 1.922-0.016 2.188 0 0.219 0.141 0.469 0.547 0.391 3.172-1.062 5.469-4.062 5.469-7.594zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-upload\" viewBox=\"0 0 26 28\">\n<title>upload</title>\n<path d=\"M20 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h6.672c0.422 1.156 1.531 2 2.828 2h4c1.297 0 2.406-0.844 2.828-2h6.672c0.828 0 1.5 0.672 1.5 1.5zM20.922 9.375c-0.156 0.375-0.516 0.625-0.922 0.625h-4v7c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-7h-4c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l7-7c0.187-0.203 0.453-0.297 0.703-0.297s0.516 0.094 0.703 0.297l7 7c0.297 0.281 0.375 0.719 0.219 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lemon-o\" viewBox=\"0 0 24 28\">\n<title>lemon-o</title>\n<path d=\"M21.984 12.906c0-0.734-0.141-2.656-0.391-3.281-0.297-0.75-0.469-1.172-0.469-2.016 0-0.719 0.156-1.422 0.156-2.125 0-0.297-0.016-0.609-0.156-0.859-0.063-0.016-0.141-0.016-0.203-0.016-0.609 0-1.219 0.141-1.828 0.141-1.859 0-3.625-0.75-5.484-0.75-1.453 0-2.859 0.547-4.203 1.078-1.062 0.422-2.234 0.922-3.156 1.609-3.156 2.391-4.25 6.766-4.25 10.531 0 1.266 0.391 2.5 0.391 3.766 0 0.719-0.344 1.375-0.344 2.063 0 0.438 0.25 0.797 0.719 0.797 0.766 0 1.5-0.344 2.281-0.344 1.781 0 3.516 0.484 5.297 0.484 1.391 0 3.141-0.109 4.438-0.562 4.109-1.453 7.203-6.203 7.203-10.516zM23.984 12.875c0 5.203-3.609 10.687-8.547 12.437-1.547 0.547-3.469 0.688-5.094 0.688-1.781 0-3.531-0.453-5.297-0.453-0.75 0-1.5 0.453-2.281 0.453-1.547 0-2.719-1.391-2.719-2.875 0-0.734 0.344-1.391 0.344-2.109 0-1.266-0.391-2.5-0.391-3.781 0-4.438 1.359-9.344 5.047-12.141 1.062-0.812 2.391-1.391 3.625-1.875 1.594-0.641 3.203-1.219 4.937-1.219 1.859 0 3.625 0.75 5.453 0.75 0.594 0 1.188-0.156 1.797-0.156 1.781 0 2.422 1.266 2.422 2.891 0 0.703-0.156 1.422-0.156 2.125 0 0.562 0.141 0.781 0.328 1.281 0.359 0.906 0.531 2.984 0.531 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone\" viewBox=\"0 0 22 28\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square-o\" viewBox=\"0 0 22 28\">\n<title>square-o</title>\n<path d=\"M17.5 4h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-13c0-1.375-1.125-2.5-2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark-o\" viewBox=\"0 0 20 28\">\n<title>bookmark-o</title>\n<path d=\"M18 4h-16v19.406l8-7.672 1.391 1.328 6.609 6.344v-19.406zM18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone-square\" viewBox=\"0 0 24 28\">\n<title>phone-square</title>\n<path d=\"M20 18.641c0-0.078 0-0.172-0.031-0.25-0.094-0.281-2.375-1.437-2.812-1.687-0.297-0.172-0.656-0.516-1.016-0.516-0.688 0-1.703 2.047-2.312 2.047-0.313 0-0.703-0.281-0.984-0.438-2.063-1.156-3.484-2.578-4.641-4.641-0.156-0.281-0.438-0.672-0.438-0.984 0-0.609 2.047-1.625 2.047-2.312 0-0.359-0.344-0.719-0.516-1.016-0.25-0.438-1.406-2.719-1.687-2.812-0.078-0.031-0.172-0.031-0.25-0.031-0.406 0-1.203 0.187-1.578 0.344-1.031 0.469-1.781 2.438-1.781 3.516 0 1.047 0.422 2 0.781 2.969 1.25 3.422 4.969 7.141 8.391 8.391 0.969 0.359 1.922 0.781 2.969 0.781 1.078 0 3.047-0.75 3.516-1.781 0.156-0.375 0.344-1.172 0.344-1.578zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter\" viewBox=\"0 0 26 28\">\n<title>twitter</title>\n<path d=\"M25.312 6.375c-0.688 1-1.547 1.891-2.531 2.609 0.016 0.219 0.016 0.438 0.016 0.656 0 6.672-5.078 14.359-14.359 14.359-2.859 0-5.516-0.828-7.75-2.266 0.406 0.047 0.797 0.063 1.219 0.063 2.359 0 4.531-0.797 6.266-2.156-2.219-0.047-4.078-1.5-4.719-3.5 0.313 0.047 0.625 0.078 0.953 0.078 0.453 0 0.906-0.063 1.328-0.172-2.312-0.469-4.047-2.5-4.047-4.953v-0.063c0.672 0.375 1.453 0.609 2.281 0.641-1.359-0.906-2.25-2.453-2.25-4.203 0-0.938 0.25-1.797 0.688-2.547 2.484 3.062 6.219 5.063 10.406 5.281-0.078-0.375-0.125-0.766-0.125-1.156 0-2.781 2.25-5.047 5.047-5.047 1.453 0 2.766 0.609 3.687 1.594 1.141-0.219 2.234-0.641 3.203-1.219-0.375 1.172-1.172 2.156-2.219 2.781 1.016-0.109 2-0.391 2.906-0.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook\" viewBox=\"0 0 16 28\">\n<title>facebook</title>\n<path d=\"M14.984 0.187v4.125h-2.453c-1.922 0-2.281 0.922-2.281 2.25v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406c0-3.953 2.422-6.109 5.953-6.109 1.687 0 3.141 0.125 3.563 0.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github\" viewBox=\"0 0 24 28\">\n<title>github</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12 0 5.297-3.437 9.797-8.203 11.391-0.609 0.109-0.828-0.266-0.828-0.578 0-0.391 0.016-1.687 0.016-3.297 0-1.125-0.375-1.844-0.812-2.219 2.672-0.297 5.484-1.313 5.484-5.922 0-1.313-0.469-2.375-1.234-3.219 0.125-0.313 0.531-1.531-0.125-3.187-1-0.313-3.297 1.234-3.297 1.234-0.953-0.266-1.984-0.406-3-0.406s-2.047 0.141-3 0.406c0 0-2.297-1.547-3.297-1.234-0.656 1.656-0.25 2.875-0.125 3.187-0.766 0.844-1.234 1.906-1.234 3.219 0 4.594 2.797 5.625 5.469 5.922-0.344 0.313-0.656 0.844-0.766 1.609-0.688 0.313-2.438 0.844-3.484-1-0.656-1.141-1.844-1.234-1.844-1.234-1.172-0.016-0.078 0.734-0.078 0.734 0.781 0.359 1.328 1.75 1.328 1.75 0.703 2.141 4.047 1.422 4.047 1.422 0 1 0.016 1.937 0.016 2.234 0 0.313-0.219 0.688-0.828 0.578-4.766-1.594-8.203-6.094-8.203-11.391 0-6.625 5.375-12 12-12zM4.547 19.234c0.031-0.063-0.016-0.141-0.109-0.187-0.094-0.031-0.172-0.016-0.203 0.031-0.031 0.063 0.016 0.141 0.109 0.187 0.078 0.047 0.172 0.031 0.203-0.031zM5.031 19.766c0.063-0.047 0.047-0.156-0.031-0.25-0.078-0.078-0.187-0.109-0.25-0.047-0.063 0.047-0.047 0.156 0.031 0.25 0.078 0.078 0.187 0.109 0.25 0.047zM5.5 20.469c0.078-0.063 0.078-0.187 0-0.297-0.063-0.109-0.187-0.156-0.266-0.094-0.078 0.047-0.078 0.172 0 0.281s0.203 0.156 0.266 0.109zM6.156 21.125c0.063-0.063 0.031-0.203-0.063-0.297-0.109-0.109-0.25-0.125-0.313-0.047-0.078 0.063-0.047 0.203 0.063 0.297 0.109 0.109 0.25 0.125 0.313 0.047zM7.047 21.516c0.031-0.094-0.063-0.203-0.203-0.25-0.125-0.031-0.266 0.016-0.297 0.109s0.063 0.203 0.203 0.234c0.125 0.047 0.266 0 0.297-0.094zM8.031 21.594c0-0.109-0.125-0.187-0.266-0.172-0.141 0-0.25 0.078-0.25 0.172 0 0.109 0.109 0.187 0.266 0.172 0.141 0 0.25-0.078 0.25-0.172zM8.937 21.438c-0.016-0.094-0.141-0.156-0.281-0.141-0.141 0.031-0.234 0.125-0.219 0.234 0.016 0.094 0.141 0.156 0.281 0.125s0.234-0.125 0.219-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock\" viewBox=\"0 0 26 28\">\n<title>unlock</title>\n<path d=\"M26 9v4c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v3h1.5c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h10.5v-3c0-3.859 3.141-7 7-7s7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card\" viewBox=\"0 0 30 28\">\n<title>credit-card</title>\n<path d=\"M27.5 2c1.375 0 2.5 1.125 2.5 2.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25zM2.5 4c-0.266 0-0.5 0.234-0.5 0.5v3.5h26v-3.5c0-0.266-0.234-0.5-0.5-0.5h-25zM27.5 24c0.266 0 0.5-0.234 0.5-0.5v-9.5h-26v9.5c0 0.266 0.234 0.5 0.5 0.5h25zM4 22v-2h4v2h-4zM10 22v-2h6v2h-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-feed\" viewBox=\"0 0 22 28\">\n<title>feed</title>\n<path d=\"M6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 22.922c0.016 0.281-0.078 0.547-0.266 0.75-0.187 0.219-0.453 0.328-0.734 0.328h-2.109c-0.516 0-0.938-0.391-0.984-0.906-0.453-4.766-4.234-8.547-9-9-0.516-0.047-0.906-0.469-0.906-0.984v-2.109c0-0.281 0.109-0.547 0.328-0.734 0.172-0.172 0.422-0.266 0.672-0.266h0.078c3.328 0.266 6.469 1.719 8.828 4.094 2.375 2.359 3.828 5.5 4.094 8.828zM22 22.953c0.016 0.266-0.078 0.531-0.281 0.734-0.187 0.203-0.438 0.313-0.719 0.313h-2.234c-0.531 0-0.969-0.406-1-0.938-0.516-9.078-7.75-16.312-16.828-16.844-0.531-0.031-0.938-0.469-0.938-0.984v-2.234c0-0.281 0.109-0.531 0.313-0.719 0.187-0.187 0.438-0.281 0.688-0.281h0.047c5.469 0.281 10.609 2.578 14.484 6.469 3.891 3.875 6.188 9.016 6.469 14.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hdd-o\" viewBox=\"0 0 24 28\">\n<title>hdd-o</title>\n<path d=\"M16.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM20.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM22 21.5v-5c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5zM2.781 14h18.438l-2.453-7.531c-0.078-0.266-0.375-0.469-0.656-0.469h-12.219c-0.281 0-0.578 0.203-0.656 0.469zM24 16.5v5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-5c0-0.422 0.125-0.781 0.25-1.172l3.078-9.469c0.359-1.094 1.406-1.859 2.562-1.859h12.219c1.156 0 2.203 0.766 2.562 1.859l3.078 9.469c0.125 0.391 0.25 0.75 0.25 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullhorn\" viewBox=\"0 0 28 28\">\n<title>bullhorn</title>\n<path d=\"M26 10c1.109 0 2 0.891 2 2s-0.891 2-2 2v6c0 1.094-0.906 2-2 2-2.781-2.312-7.266-5.484-12.688-5.938-1.859 0.625-2.5 2.797-1.281 4.047-1.094 1.797 0.313 3.063 1.969 4.359-0.969 1.906-5 1.937-6.438 0.609-0.906-2.781-2.25-5.563-1.156-9.078h-1.906c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h7.5c6 0 11-3.5 14-6 1.094 0 2 0.906 2 2v6zM24 19.437v-14.906c-4.078 3.125-8.031 4.922-12 5.359v4.219c3.969 0.438 7.922 2.203 12 5.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-o\" viewBox=\"0 0 28 28\">\n<title>bell-o</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM3.844 22h20.312c-2.797-3.156-4.156-7.438-4.156-13 0-2.016-1.906-5-6-5s-6 2.984-6 5c0 5.563-1.359 9.844-4.156 13zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-certificate\" viewBox=\"0 0 24 28\">\n<title>certificate</title>\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-right\" viewBox=\"0 0 28 28\">\n<title>hand-o-right</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 12c0-1.062-0.953-2-2-2h-9c0-0.984 1.5-2 1.5-4 0-1.5-1.172-2-2.5-2-0.438 0-1.234 1.813-1.406 2.172-0.187 0.344-0.375 0.688-0.578 1.016-0.516 0.828-1.109 1.547-1.75 2.266-1 1.141-2.109 2.547-3.766 2.547h-0.5v10h0.5c2.734 0 5.406 2 8.437 2 1.75 0 2.953-0.734 2.953-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609h5.172c1.078 0 2-0.922 2-2zM28 11.984c0 2.188-1.813 4.016-4 4.016h-2.641c-0.047 0.656-0.25 1.281-0.578 1.859 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688-1.75 0-3.406-0.484-5.031-1.078-0.953-0.344-2.5-0.922-3.484-0.922h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.75 0 1.813-1.344 2.266-1.859 0.562-0.641 1.094-1.281 1.563-2.016 0.906-1.453 1.578-4.125 3.672-4.125 2.484 0 4.5 1.359 4.5 4 0 0.688-0.109 1.359-0.344 2h5.844c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-left\" viewBox=\"0 0 28 28\">\n<title>hand-o-left</title>\n<path d=\"M21.5 22h0.5v-10h-0.5c-1.656 0-2.766-1.406-3.766-2.547-0.641-0.719-1.234-1.437-1.75-2.266-0.219-0.344-0.406-0.703-0.594-1.062s-0.969-2.125-1.391-2.125c-1.328 0-2.5 0.5-2.5 2 0 2 1.5 3.016 1.5 4h-9c-1.047 0-2 0.938-2 2 0 1.078 0.922 2 2 2h5.172c-0.328 0.375-0.547 1.109-0.547 1.609 0 0.734 0.297 1.359 0.828 1.859-0.187 0.328-0.281 0.703-0.281 1.078 0 0.719 0.359 1.609 1.016 1.969-0.047 0.281-0.063 0.578-0.063 0.875 0 1.844 1.141 2.609 2.875 2.609 3.109 0 5.766-2 8.5-2zM26 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 12v10c0 1.109-0.891 2-2 2h-4.5c-0.984 0-2.531 0.578-3.484 0.922-1.594 0.578-3.234 1.078-4.953 1.078-2.875 0-4.969-1.625-4.953-4.609l0.016-0.078c-0.625-0.781-0.953-1.781-0.953-2.781 0-0.219 0.016-0.453 0.047-0.672-0.328-0.578-0.531-1.203-0.578-1.859h-2.641c-2.188 0-4-1.828-4-4.016 0-2.156 1.844-3.984 4-3.984h5.844c-0.234-0.641-0.344-1.312-0.344-2 0-2.641 2.016-4 4.5-4 2.094 0 2.766 2.672 3.672 4.125 0.469 0.734 1 1.375 1.563 2.016 0.453 0.516 1.516 1.859 2.266 1.859h4.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-up\" viewBox=\"0 0 24 28\">\n<title>hand-o-up</title>\n<path d=\"M20 25c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 13.062c0-1.766-0.719-2.953-2.609-2.953-0.297 0-0.594 0.031-0.875 0.078-0.359-0.656-1.25-1.016-1.969-1.016-0.375 0-0.75 0.094-1.078 0.281-0.5-0.531-1.125-0.828-1.859-0.828-0.5 0-1.234 0.219-1.609 0.547v-5.172c0-1.078-0.922-2-2-2-1.062 0-2 0.953-2 2v9c-0.984 0-2-1.5-4-1.5-1.5 0-2 1.172-2 2.5 0 0.438 1.813 1.234 2.172 1.406 0.344 0.187 0.688 0.375 1.016 0.578 0.828 0.516 1.547 1.109 2.266 1.75 1.141 1 2.547 2.109 2.547 3.766v0.5h10v-0.5c0-2.734 2-5.406 2-8.437zM24 12.984c0 1.75-0.484 3.406-1.078 5.031-0.344 0.953-0.922 2.5-0.922 3.484v4.5c0 1.109-0.891 2-2 2h-10c-1.109 0-2-0.891-2-2v-4.5c0-0.75-1.344-1.813-1.859-2.266-0.641-0.562-1.281-1.094-2.016-1.563-1.453-0.906-4.125-1.578-4.125-3.672 0-2.484 1.359-4.5 4-4.5 0.688 0 1.359 0.109 2 0.344v-5.844c0-2.156 1.828-4 3.984-4 2.188 0 4.016 1.813 4.016 4v2.641c0.656 0.047 1.281 0.25 1.859 0.578 0.219-0.031 0.453-0.047 0.672-0.047 1 0 2 0.328 2.781 0.938 2.953-0.031 4.688 1.984 4.688 4.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-down\" viewBox=\"0 0 24 28\">\n<title>hand-o-down</title>\n<path d=\"M22 15c0-3.109-2-5.766-2-8.5v-0.5h-10v0.5c0 1.656-1.406 2.766-2.547 3.766-0.719 0.641-1.437 1.234-2.266 1.75-0.344 0.219-0.703 0.406-1.062 0.594s-2.125 0.969-2.125 1.391c0 1.328 0.5 2.5 2 2.5 2 0 3.016-1.5 4-1.5v9c0 1.047 0.938 2 2 2 1.078 0 2-0.922 2-2v-5.172c0.406 0.313 1.094 0.547 1.609 0.547 0.734 0 1.359-0.297 1.859-0.828 0.328 0.187 0.703 0.281 1.078 0.281 0.719 0 1.609-0.359 1.969-1.016 0.281 0.047 0.578 0.063 0.875 0.063 1.844 0 2.609-1.141 2.609-2.875zM20 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 14.938c0 2.875-1.625 4.969-4.609 4.953l-0.078-0.016c-0.781 0.625-1.781 0.953-2.781 0.953-0.219 0-0.453-0.016-0.672-0.047-0.531 0.297-1.25 0.516-1.859 0.578v2.641c0 2.188-1.828 4-4.016 4-2.156 0-3.984-1.844-3.984-4v-5.844c-0.609 0.25-1.344 0.344-2 0.344-2.625 0-4-2.016-4-4.5 0-2.094 2.672-2.766 4.125-3.672 0.734-0.469 1.375-1 2.016-1.563 0.516-0.453 1.859-1.516 1.859-2.266v-4.5c0-1.109 0.891-2 2-2h10c1.109 0 2 0.891 2 2v4.5c0 0.984 0.578 2.531 0.922 3.484 0.578 1.594 1.078 3.234 1.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-left</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-7.844l2.953-2.953c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.516-0.297-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703s-0.094-0.516-0.281-0.703l-2.953-2.953h7.844c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-right</title>\n<path d=\"M20.078 14c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l2.953 2.953h-7.844c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h7.844l-2.953 2.953c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.516 0.297 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-up</title>\n<path d=\"M20.062 13.984c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l2.953-2.953v7.844c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-7.844l2.953 2.953c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-down</title>\n<path d=\"M20.062 14.016c0-0.266-0.094-0.516-0.281-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-2.953 2.953v-7.844c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v7.844l-2.953-2.953c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-globe\" viewBox=\"0 0 24 28\">\n<title>globe</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM16.281 10.141c-0.125 0.094-0.203 0.266-0.359 0.297 0.078-0.016 0.156-0.297 0.203-0.359 0.094-0.109 0.219-0.172 0.344-0.234 0.266-0.109 0.531-0.141 0.812-0.187 0.266-0.063 0.594-0.063 0.797 0.172-0.047-0.047 0.328-0.375 0.375-0.391 0.141-0.078 0.375-0.047 0.469-0.187 0.031-0.047 0.031-0.344 0.031-0.344-0.266 0.031-0.359-0.219-0.375-0.438 0 0.016-0.031 0.063-0.094 0.125 0.016-0.234-0.281-0.063-0.391-0.094-0.359-0.094-0.313-0.344-0.422-0.609-0.063-0.141-0.234-0.187-0.297-0.328-0.063-0.094-0.094-0.297-0.234-0.313-0.094-0.016-0.266 0.328-0.297 0.313-0.141-0.078-0.203 0.031-0.313 0.094-0.094 0.063-0.172 0.031-0.266 0.078 0.281-0.094-0.125-0.25-0.266-0.219 0.219-0.063 0.109-0.297-0.016-0.406h0.078c-0.031-0.141-0.469-0.266-0.609-0.359s-0.891-0.25-1.047-0.156c-0.187 0.109 0.047 0.422 0.047 0.578 0.016 0.187-0.187 0.234-0.187 0.391 0 0.266 0.5 0.219 0.375 0.578-0.078 0.219-0.375 0.266-0.5 0.438-0.125 0.156 0.016 0.438 0.141 0.547 0.125 0.094-0.219 0.25-0.266 0.281-0.266 0.125-0.469-0.266-0.531-0.5-0.047-0.172-0.063-0.375-0.25-0.469-0.094-0.031-0.391-0.078-0.453 0.016-0.094-0.234-0.422-0.328-0.641-0.406-0.313-0.109-0.578-0.109-0.906-0.063 0.109-0.016-0.031-0.5-0.297-0.422 0.078-0.156 0.047-0.328 0.078-0.484 0.031-0.125 0.094-0.25 0.187-0.359 0.031-0.063 0.375-0.422 0.266-0.438 0.266 0.031 0.562 0.047 0.781-0.172 0.141-0.141 0.203-0.375 0.344-0.531 0.203-0.234 0.453 0.063 0.672 0.078 0.313 0.016 0.297-0.328 0.125-0.484 0.203 0.016 0.031-0.359-0.078-0.406-0.141-0.047-0.672 0.094-0.391 0.203-0.063-0.031-0.438 0.75-0.656 0.359-0.063-0.078-0.094-0.406-0.234-0.422-0.125 0-0.203 0.141-0.25 0.234 0.078-0.203-0.438-0.344-0.547-0.359 0.234-0.156 0.047-0.328-0.125-0.422-0.125-0.078-0.516-0.141-0.625-0.016-0.297 0.359 0.313 0.406 0.469 0.5 0.047 0.031 0.234 0.141 0.125 0.219-0.094 0.047-0.375 0.125-0.406 0.187-0.094 0.141 0.109 0.297-0.031 0.438-0.141-0.141-0.141-0.375-0.25-0.531 0.141 0.172-0.562 0.078-0.547 0.078-0.234 0-0.609 0.156-0.781-0.078-0.031-0.063-0.031-0.422 0.063-0.344-0.141-0.109-0.234-0.219-0.328-0.281-0.516 0.172-1 0.391-1.469 0.641 0.063 0.016 0.109 0.016 0.187-0.016 0.125-0.047 0.234-0.125 0.359-0.187 0.156-0.063 0.484-0.25 0.656-0.109 0.016-0.031 0.063-0.063 0.078-0.078 0.109 0.125 0.219 0.25 0.313 0.391-0.125-0.063-0.328-0.031-0.469-0.016-0.109 0.031-0.297 0.063-0.344 0.187 0.047 0.078 0.109 0.203 0.078 0.281-0.203-0.141-0.359-0.375-0.641-0.406-0.125 0-0.25 0-0.344 0.016-1.5 0.828-2.766 2.031-3.672 3.469 0.063 0.063 0.125 0.109 0.187 0.125 0.156 0.047 0 0.5 0.297 0.266 0.094 0.078 0.109 0.187 0.047 0.297 0.016-0.016 0.641 0.391 0.688 0.422 0.109 0.094 0.281 0.203 0.328 0.328 0.031 0.109-0.063 0.234-0.156 0.281-0.016-0.031-0.25-0.266-0.281-0.203-0.047 0.078 0 0.5 0.172 0.484-0.25 0.016-0.141 0.984-0.203 1.172 0 0.016 0.031 0.016 0.031 0.016-0.047 0.187 0.109 0.922 0.422 0.844-0.203 0.047 0.359 0.766 0.438 0.812 0.203 0.141 0.438 0.234 0.578 0.438 0.156 0.219 0.156 0.547 0.375 0.719-0.063 0.187 0.328 0.406 0.313 0.672-0.031 0.016-0.047 0.016-0.078 0.031 0.078 0.219 0.375 0.219 0.484 0.422 0.063 0.125 0 0.422 0.203 0.359 0.031-0.344-0.203-0.688-0.375-0.969-0.094-0.156-0.187-0.297-0.266-0.453-0.078-0.141-0.094-0.313-0.156-0.469 0.063 0.016 0.406 0.141 0.375 0.187-0.125 0.313 0.5 0.859 0.672 1.062 0.047 0.047 0.406 0.516 0.219 0.516 0.203 0 0.484 0.313 0.578 0.469 0.141 0.234 0.109 0.531 0.203 0.781 0.094 0.313 0.531 0.453 0.781 0.594 0.219 0.109 0.406 0.266 0.625 0.344 0.328 0.125 0.406 0.016 0.688-0.031 0.406-0.063 0.453 0.391 0.781 0.562 0.203 0.109 0.641 0.266 0.859 0.172-0.094 0.031 0.328 0.672 0.359 0.719 0.141 0.187 0.406 0.281 0.562 0.469 0.047-0.031 0.094-0.078 0.109-0.141-0.063 0.172 0.234 0.5 0.391 0.469 0.172-0.031 0.219-0.375 0.219-0.5-0.313 0.156-0.594 0.031-0.766-0.281-0.031-0.078-0.281-0.516-0.063-0.516 0.297 0 0.094-0.234 0.063-0.453s-0.25-0.359-0.359-0.547c-0.094 0.187-0.406 0.141-0.5-0.016 0 0.047-0.047 0.125-0.047 0.187-0.078 0-0.156 0.016-0.234-0.016 0.031-0.187 0.047-0.422 0.094-0.625 0.078-0.281 0.594-0.828-0.078-0.797-0.234 0.016-0.328 0.109-0.406 0.313-0.078 0.187-0.047 0.359-0.266 0.453-0.141 0.063-0.609 0.031-0.75-0.047-0.297-0.172-0.5-0.719-0.5-1.031-0.016-0.422 0.203-0.797 0-1.188 0.094-0.078 0.187-0.234 0.297-0.313 0.094-0.063 0.203 0.047 0.25-0.141-0.047-0.031-0.109-0.094-0.125-0.094 0.234 0.109 0.672-0.156 0.875 0 0.125 0.094 0.266 0.125 0.344-0.031 0.016-0.047-0.109-0.234-0.047-0.359 0.047 0.266 0.219 0.313 0.453 0.141 0.094 0.094 0.344 0.063 0.516 0.156 0.172 0.109 0.203 0.281 0.406 0.047 0.125 0.187 0.141 0.187 0.187 0.375 0.047 0.172 0.141 0.609 0.297 0.688 0.328 0.203 0.25-0.344 0.219-0.531-0.016-0.016-0.016-0.531-0.031-0.531-0.5-0.109-0.313-0.5-0.031-0.766 0.047-0.031 0.406-0.156 0.562-0.281 0.141-0.125 0.313-0.344 0.234-0.547 0.078 0 0.141-0.063 0.172-0.141-0.047-0.016-0.234-0.172-0.266-0.156 0.109-0.063 0.094-0.156 0.031-0.25 0.156-0.094 0.078-0.266 0.234-0.328 0.172 0.234 0.516-0.031 0.344-0.219 0.156-0.219 0.516-0.109 0.609-0.313 0.234 0.063 0.063-0.234 0.187-0.406 0.109-0.141 0.297-0.141 0.438-0.219 0 0.016 0.391-0.219 0.266-0.234 0.266 0.031 0.797-0.25 0.391-0.484 0.063-0.141-0.141-0.203-0.281-0.234 0.109-0.031 0.25 0.031 0.344-0.031 0.203-0.141 0.063-0.203-0.109-0.25-0.219-0.063-0.5 0.078-0.672 0.187zM13.734 23.844c2.141-0.375 4.047-1.437 5.484-2.953-0.094-0.094-0.266-0.063-0.391-0.125-0.125-0.047-0.219-0.094-0.375-0.125 0.031-0.313-0.313-0.422-0.531-0.578-0.203-0.156-0.328-0.328-0.625-0.266-0.031 0.016-0.344 0.125-0.281 0.187-0.203-0.172-0.297-0.266-0.562-0.344-0.25-0.078-0.422-0.391-0.672-0.109-0.125 0.125-0.063 0.313-0.125 0.438-0.203-0.172 0.187-0.375 0.031-0.562-0.187-0.219-0.516 0.141-0.672 0.234-0.094 0.078-0.203 0.109-0.266 0.203-0.078 0.109-0.109 0.25-0.172 0.359-0.047-0.125-0.313-0.094-0.328-0.187 0.063 0.375 0.063 0.766 0.141 1.141 0.047 0.219 0 0.578-0.187 0.75s-0.422 0.359-0.453 0.625c-0.031 0.187 0.016 0.359 0.187 0.406 0.016 0.234-0.25 0.406-0.234 0.656 0 0.016 0.016 0.172 0.031 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wrench\" viewBox=\"0 0 26 28\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tasks\" viewBox=\"0 0 28 28\">\n<title>tasks</title>\n<path d=\"M16 22h10v-2h-10v2zM10 14h16v-2h-16v2zM20 6h6v-2h-6v2zM28 19v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 11v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-filter\" viewBox=\"0 0 22 28\">\n<title>filter</title>\n<path d=\"M21.922 4.609c0.156 0.375 0.078 0.812-0.219 1.094l-7.703 7.703v11.594c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703v-7.594l-7.703-7.703c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h20c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-briefcase\" viewBox=\"0 0 28 28\">\n<title>briefcase</title>\n<path d=\"M10 4h8v-2h-8v2zM28 14v7.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-7.5h10.5v2.5c0 0.547 0.453 1 1 1h5c0.547 0 1-0.453 1-1v-2.5h10.5zM16 14v2h-4v-2h4zM28 6.5v6h-28v-6c0-1.375 1.125-2.5 2.5-2.5h5.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-alt\" viewBox=\"0 0 24 28\">\n<title>arrows-alt</title>\n<path d=\"M20.047 8.453l-5.547 5.547 5.547 5.547 2.25-2.25c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.25-2.25-5.547-5.547-5.547 5.547 2.25 2.25c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.25 2.25 5.547-5.547-5.547-5.547-2.25 2.25c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-7c0-0.547 0.453-1 1-1h7c0.406 0 0.766 0.25 0.922 0.625 0.156 0.359 0.078 0.797-0.219 1.078l-2.25 2.25 5.547 5.547 5.547-5.547-2.25-2.25c-0.297-0.281-0.375-0.719-0.219-1.078 0.156-0.375 0.516-0.625 0.922-0.625h7c0.547 0 1 0.453 1 1v7c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.109-0.703-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-group\" viewBox=\"0 0 30 28\">\n<title>group</title>\n<path d=\"M9.266 14c-1.625 0.047-3.094 0.75-4.141 2h-2.094c-1.563 0-3.031-0.75-3.031-2.484 0-1.266-0.047-5.516 1.937-5.516 0.328 0 1.953 1.328 4.062 1.328 0.719 0 1.406-0.125 2.078-0.359-0.047 0.344-0.078 0.688-0.078 1.031 0 1.422 0.453 2.828 1.266 4zM26 23.953c0 2.531-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.516-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.531 0 2.469 2.172 5.594 2.172s5.063-2.172 5.594-2.172c4.578 0 5.406 5.422 5.406 8.953zM10 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM21 10c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM30 13.516c0 1.734-1.469 2.484-3.031 2.484h-2.094c-1.047-1.25-2.516-1.953-4.141-2 0.812-1.172 1.266-2.578 1.266-4 0-0.344-0.031-0.688-0.078-1.031 0.672 0.234 1.359 0.359 2.078 0.359 2.109 0 3.734-1.328 4.062-1.328 1.984 0 1.937 4.25 1.937 5.516zM28 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain\" viewBox=\"0 0 26 28\">\n<title>chain</title>\n<path d=\"M22.75 19c0-0.406-0.156-0.781-0.438-1.062l-3.25-3.25c-0.281-0.281-0.672-0.438-1.062-0.438-0.453 0-0.812 0.172-1.125 0.5 0.516 0.516 1.125 0.953 1.125 1.75 0 0.828-0.672 1.5-1.5 1.5-0.797 0-1.234-0.609-1.75-1.125-0.328 0.313-0.516 0.672-0.516 1.141 0 0.391 0.156 0.781 0.438 1.062l3.219 3.234c0.281 0.281 0.672 0.422 1.062 0.422s0.781-0.141 1.062-0.406l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047zM11.766 7.984c0-0.391-0.156-0.781-0.438-1.062l-3.219-3.234c-0.281-0.281-0.672-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l3.25 3.25c0.281 0.281 0.672 0.422 1.062 0.422 0.453 0 0.812-0.156 1.125-0.484-0.516-0.516-1.125-0.953-1.125-1.75 0-0.828 0.672-1.5 1.5-1.5 0.797 0 1.234 0.609 1.75 1.125 0.328-0.313 0.516-0.672 0.516-1.141zM25.75 19c0 1.188-0.484 2.344-1.328 3.172l-2.297 2.281c-0.844 0.844-1.984 1.297-3.172 1.297-1.203 0-2.344-0.469-3.187-1.328l-3.219-3.234c-0.844-0.844-1.297-1.984-1.297-3.172 0-1.234 0.5-2.406 1.375-3.266l-1.375-1.375c-0.859 0.875-2.016 1.375-3.25 1.375-1.188 0-2.344-0.469-3.187-1.313l-3.25-3.25c-0.859-0.859-1.313-1.984-1.313-3.187 0-1.188 0.484-2.344 1.328-3.172l2.297-2.281c0.844-0.844 1.984-1.297 3.172-1.297 1.203 0 2.344 0.469 3.187 1.328l3.219 3.234c0.844 0.844 1.297 1.984 1.297 3.172 0 1.234-0.5 2.406-1.375 3.266l1.375 1.375c0.859-0.875 2.016-1.375 3.25-1.375 1.188 0 2.344 0.469 3.187 1.313l3.25 3.25c0.859 0.859 1.313 1.984 1.313 3.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud\" viewBox=\"0 0 30 28\">\n<title>cloud</title>\n<path d=\"M30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.797 1.656-5.219 4.031-6.328-0.016-0.219-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.344 0 6.203 2.047 7.406 4.969 0.688-0.609 1.594-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.797-0.234 1.531-0.641 2.156 2.656 0.625 4.641 3 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flask\" viewBox=\"0 0 26 28\">\n<title>flask</title>\n<path d=\"M23.859 22.625c1.172 1.859 0.344 3.375-1.859 3.375h-18c-2.203 0-3.031-1.516-1.859-3.375l7.859-12.391v-6.234h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h8c0.547 0 1 0.453 1 1s-0.453 1-1 1h-1v6.234zM11.688 11.297l-4.25 6.703h11.125l-4.25-6.703-0.313-0.484v-6.813h-2v6.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cut\" viewBox=\"0 0 28 28\">\n<title>cut</title>\n<path d=\"M15 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19.688 15l7.922 6.219c0.281 0.203 0.422 0.547 0.391 0.875-0.047 0.344-0.25 0.641-0.547 0.797l-2 1c-0.141 0.078-0.297 0.109-0.453 0.109-0.172 0-0.344-0.047-0.484-0.125l-10.781-6.047-1.719 1.031c-0.063 0.031-0.125 0.063-0.187 0.078 0.141 0.484 0.203 1 0.156 1.516-0.141 1.609-1.219 3.141-2.938 4.234-1.328 0.844-2.859 1.313-4.328 1.313-1.406 0-2.594-0.422-3.469-1.219-0.891-0.828-1.344-2.016-1.234-3.234 0.141-1.594 1.219-3.141 2.922-4.234 1.328-0.844 2.875-1.313 4.344-1.313 0.875 0 1.672 0.172 2.359 0.484 0.094-0.141 0.203-0.25 0.344-0.344l1.906-1.141-1.906-1.141c-0.141-0.094-0.25-0.203-0.344-0.344-0.688 0.313-1.484 0.484-2.359 0.484-1.469 0-3.016-0.469-4.344-1.313-1.703-1.094-2.781-2.641-2.922-4.234-0.109-1.219 0.344-2.406 1.234-3.219 0.875-0.812 2.063-1.234 3.469-1.234 1.469 0 3 0.469 4.328 1.313 1.719 1.078 2.797 2.625 2.938 4.234 0.047 0.516-0.016 1.031-0.156 1.516 0.063 0.016 0.125 0.047 0.187 0.078l1.719 1.031 10.781-6.047c0.141-0.078 0.313-0.125 0.484-0.125 0.156 0 0.313 0.031 0.453 0.109l2 1c0.297 0.156 0.5 0.453 0.547 0.797 0.031 0.328-0.109 0.672-0.391 0.875zM9.047 10.938c0.953-0.875 0.359-2.453-1.328-3.516-0.953-0.609-2.063-0.922-3-0.922-0.719 0-1.359 0.187-1.766 0.562-0.953 0.875-0.359 2.453 1.328 3.516 0.953 0.609 2.047 0.922 3 0.922 0.719 0 1.359-0.187 1.766-0.562zM7.719 22.578c1.687-1.062 2.281-2.641 1.328-3.516-0.406-0.375-1.047-0.562-1.766-0.562-0.953 0-2.047 0.313-3 0.922-1.687 1.062-2.281 2.641-1.328 3.516 0.406 0.375 1.047 0.562 1.766 0.562 0.938 0 2.047-0.313 3-0.922zM10.5 13l1.5 0.906v-0.172c0-0.359 0.203-0.688 0.516-0.875l0.219-0.125-1.234-0.734-0.406 0.406c-0.125 0.125-0.219 0.25-0.344 0.359-0.047 0.047-0.078 0.063-0.109 0.094zM14 16.5l1.5 0.5 11.5-9-2-1-12 6.734v1.766l-2.5 1.5 0.141 0.125c0.031 0.047 0.063 0.063 0.109 0.094 0.125 0.125 0.219 0.25 0.344 0.375l0.406 0.406zM25 23l2-1-8.125-6.375-2.766 2.156c-0.047 0.063-0.125 0.078-0.203 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copy\" viewBox=\"0 0 28 28\">\n<title>copy</title>\n<path d=\"M26.5 6c0.828 0 1.5 0.672 1.5 1.5v19c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-4.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-10.5c0-0.828 0.484-1.984 1.062-2.562l6.375-6.375c0.578-0.578 1.734-1.062 2.562-1.062h6.5c0.828 0 1.5 0.672 1.5 1.5v5.125c0.609-0.359 1.391-0.625 2-0.625h6.5zM18 9.328l-4.672 4.672h4.672v-4.672zM8 3.328l-4.672 4.672h4.672v-4.672zM11.062 13.438l4.937-4.937v-6.5h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h8v-4c0-0.828 0.484-1.984 1.062-2.562zM26 26v-18h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paperclip\" viewBox=\"0 0 22 28\">\n<title>paperclip</title>\n<path d=\"M21.938 21.641c0 2.438-1.859 4.297-4.297 4.297-1.375 0-2.703-0.594-3.672-1.563l-12.141-12.125c-1.109-1.125-1.766-2.656-1.766-4.234 0-3.313 2.609-5.953 5.922-5.953 1.594 0 3.125 0.641 4.266 1.766l9.453 9.469c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.875 1.203-1.203 1.203-0.141 0-0.266-0.063-0.359-0.156l-9.469-9.484c-0.75-0.734-1.766-1.203-2.828-1.203-2.219 0-3.938 1.797-3.938 4 0 1.062 0.438 2.078 1.188 2.828l12.125 12.141c0.594 0.594 1.422 0.984 2.266 0.984 1.328 0 2.312-0.984 2.312-2.312 0-0.859-0.391-1.672-0.984-2.266l-9.078-9.078c-0.25-0.234-0.594-0.375-0.938-0.375-0.594 0-1.047 0.438-1.047 1.047 0 0.344 0.156 0.672 0.391 0.922l6.406 6.406c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.891 1.219-1.219 1.219-0.125 0-0.25-0.063-0.344-0.156l-6.406-6.406c-0.625-0.609-0.984-1.469-0.984-2.328 0-1.719 1.344-3.062 3.063-3.062 0.875 0 1.719 0.359 2.328 0.984l9.078 9.078c0.984 0.969 1.563 2.297 1.563 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-floppy-o\" viewBox=\"0 0 24 28\">\n<title>floppy-o</title>\n<path d=\"M6 24h12v-6h-12v6zM20 24h2v-14c0-0.297-0.266-0.938-0.469-1.141l-4.391-4.391c-0.219-0.219-0.828-0.469-1.141-0.469v6.5c0 0.828-0.672 1.5-1.5 1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v20h2v-6.5c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5v6.5zM14 9.5v-5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5zM24 10v14.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h14.5c0.828 0 1.969 0.469 2.562 1.062l4.375 4.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square\" viewBox=\"0 0 24 28\">\n<title>square</title>\n<path d=\"M24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bars\" viewBox=\"0 0 24 28\">\n<title>bars</title>\n<path d=\"M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ul\" viewBox=\"0 0 28 28\">\n<title>list-ul</title>\n<path d=\"M6 22c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM6 14c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM6 6c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ol\" viewBox=\"0 0 28 28\">\n<title>list-ol</title>\n<path d=\"M5.953 25.312c0 1.719-1.344 2.688-2.969 2.688-0.984 0-1.984-0.328-2.688-1.031l0.891-1.375c0.422 0.391 1.062 0.703 1.656 0.703 0.547 0 1.125-0.266 1.125-0.891 0-0.875-1-0.922-1.641-0.875l-0.406-0.875c0.562-0.719 1.078-1.516 1.75-2.125v-0.016c-0.5 0-1.016 0.031-1.516 0.031v0.828h-1.656v-2.375h5.203v1.375l-1.484 1.797c1.047 0.25 1.734 1.062 1.734 2.141zM5.984 15.516v2.484h-5.656c-0.047-0.281-0.094-0.562-0.094-0.844 0-2.891 3.531-3.328 3.531-4.641 0-0.531-0.328-0.812-0.844-0.812-0.547 0-1 0.469-1.266 0.906l-1.328-0.922c0.516-1.078 1.578-1.687 2.766-1.687 1.453 0 2.703 0.859 2.703 2.406 0 2.312-3.391 2.828-3.437 4.047h1.984v-0.938h1.641zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM6 6.453v1.547h-5.234v-1.547h1.672c0-1.266 0.016-2.531 0.016-3.797v-0.187h-0.031c-0.172 0.344-0.484 0.578-0.781 0.844l-1.109-1.188 2.125-1.984h1.656v6.312h1.687zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-strikethrough\" viewBox=\"0 0 28 28\">\n<title>strikethrough</title>\n<path d=\"M27.5 14c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h27zM7.547 13c-0.297-0.375-0.562-0.797-0.797-1.25-0.5-1.016-0.75-2-0.75-2.938 0-1.906 0.703-3.5 2.094-4.828s3.437-1.984 6.141-1.984c0.594 0 1.453 0.109 2.609 0.297 0.688 0.125 1.609 0.375 2.766 0.75 0.109 0.406 0.219 1.031 0.328 1.844 0.141 1.234 0.219 2.187 0.219 2.859 0 0.219-0.031 0.453-0.078 0.703l-0.187 0.047-1.313-0.094-0.219-0.031c-0.531-1.578-1.078-2.641-1.609-3.203-0.922-0.953-2.031-1.422-3.281-1.422-1.188 0-2.141 0.313-2.844 0.922s-1.047 1.375-1.047 2.281c0 0.766 0.344 1.484 1.031 2.188s2.141 1.375 4.359 2.016c0.75 0.219 1.641 0.562 2.703 1.031 0.562 0.266 1.062 0.531 1.484 0.812h-11.609zM15.469 17h6.422c0.078 0.438 0.109 0.922 0.109 1.437 0 1.125-0.203 2.234-0.641 3.313-0.234 0.578-0.594 1.109-1.109 1.625-0.375 0.359-0.938 0.781-1.703 1.266-0.781 0.469-1.563 0.828-2.391 1.031-0.828 0.219-1.875 0.328-3.172 0.328-0.859 0-1.891-0.031-3.047-0.359l-2.188-0.625c-0.609-0.172-0.969-0.313-1.125-0.438-0.063-0.063-0.125-0.172-0.125-0.344v-0.203c0-0.125 0.031-0.938-0.031-2.438-0.031-0.781 0.031-1.328 0.031-1.641v-0.688l1.594-0.031c0.578 1.328 0.844 2.125 1.016 2.406 0.375 0.609 0.797 1.094 1.25 1.469s1 0.672 1.641 0.891c0.625 0.234 1.328 0.344 2.063 0.344 0.656 0 1.391-0.141 2.172-0.422 0.797-0.266 1.437-0.719 1.906-1.344 0.484-0.625 0.734-1.297 0.734-2.016 0-0.875-0.422-1.687-1.266-2.453-0.344-0.297-1.062-0.672-2.141-1.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-underline\" viewBox=\"0 0 24 28\">\n<title>underline</title>\n<path d=\"M0.75 3.484c-0.281-0.016-0.516-0.016-0.703-0.063l-0.047-1.375c0.203-0.016 0.406-0.016 0.625-0.016 0.547 0 1.141 0.016 1.75 0.063 1.469 0.078 2.344 0.109 2.594 0.109 0.891 0 1.766-0.016 2.625-0.047 0.844-0.031 1.609-0.063 2.281-0.078 0.656 0 1.109-0.016 1.344-0.031l-0.016 0.219 0.031 1v0.141c-0.625 0.094-1.266 0.141-1.937 0.141-0.625 0-1.031 0.125-1.234 0.391-0.141 0.156-0.203 0.844-0.203 2.063 0 0.375 0.016 0.672 0.016 0.906l0.016 3.578 0.219 4.375c0.063 1.266 0.313 2.312 0.797 3.156 0.359 0.609 0.859 1.094 1.5 1.437 0.938 0.5 1.859 0.734 2.766 0.734 1.062 0 2.063-0.141 2.984-0.438 0.547-0.172 1.062-0.422 1.547-0.797 0.484-0.359 0.828-0.688 1.016-1 0.406-0.625 0.672-1.234 0.828-1.781 0.219-0.766 0.328-1.953 0.328-3.578 0-2.797-0.203-2.875-0.438-6.406l-0.063-0.922c-0.047-0.672-0.156-1.141-0.375-1.375-0.344-0.359-0.75-0.547-1.203-0.531l-1.563 0.031-0.219-0.047 0.031-1.344h1.313l3.203 0.156c1.062 0.047 2.078-0.047 3.063-0.156l0.281 0.031c0.063 0.391 0.094 0.656 0.094 0.797s-0.031 0.297-0.063 0.484c-0.422 0.109-0.859 0.187-1.313 0.203-0.734 0.109-1.156 0.187-1.234 0.266-0.141 0.141-0.234 0.344-0.234 0.641 0 0.203 0.031 0.516 0.047 0.906 0 0 0.125 0.281 0.344 6.188 0.078 2.359-0.078 3.953-0.234 4.75s-0.375 1.437-0.641 1.906c-0.406 0.688-1 1.328-1.75 1.922-0.766 0.578-1.703 1.047-2.844 1.391s-2.469 0.516-3.984 0.516c-1.719 0-3.203-0.234-4.438-0.719s-2.172-1.125-2.797-1.906-1.062-1.797-1.297-3.047c-0.172-0.859-0.25-2.094-0.25-3.703v-5.203c0-1.969-0.094-3.078-0.266-3.328-0.25-0.359-1.016-0.578-2.297-0.609zM24 25.5v-1c0-0.281-0.219-0.5-0.5-0.5h-23c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h23c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-table\" viewBox=\"0 0 26 28\">\n<title>table</title>\n<path d=\"M8 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM26 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magic\" viewBox=\"0 0 26 28\">\n<title>magic</title>\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-truck\" viewBox=\"0 0 29 28\">\n<title>truck</title>\n<path d=\"M10 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM4 14h6v-4h-2.469c-0.063 0-0.297 0.094-0.344 0.141l-3.047 3.047c-0.047 0.047-0.141 0.281-0.141 0.344v0.469zM24 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM28 5v16c0 1.156-1.219 1-2 1 0 2.203-1.797 4-4 4s-4-1.797-4-4h-6c0 2.203-1.797 4-4 4s-4-1.797-4-4h-1c-0.781 0-2 0.156-2-1 0-0.547 0.453-1 1-1v-5c0-1.109-0.156-2.344 0.703-3.203l3.094-3.094c0.391-0.391 1.141-0.703 1.703-0.703h2.5v-3c0-0.547 0.453-1 1-1h16c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest\" viewBox=\"0 0 24 28\">\n<title>pinterest</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12-1.188 0-2.312-0.172-3.406-0.5 0.453-0.719 0.969-1.641 1.219-2.562 0 0 0.141-0.531 0.844-3.297 0.406 0.797 1.625 1.5 2.922 1.5 3.859 0 6.484-3.516 6.484-8.234 0-3.547-3.016-6.875-7.609-6.875-5.688 0-8.563 4.094-8.563 7.5 0 2.063 0.781 3.906 2.453 4.594 0.266 0.109 0.516 0 0.594-0.313 0.063-0.203 0.187-0.734 0.25-0.953 0.078-0.313 0.047-0.406-0.172-0.672-0.484-0.578-0.797-1.313-0.797-2.359 0-3.031 2.266-5.75 5.906-5.75 3.219 0 5 1.969 5 4.609 0 3.453-1.531 6.375-3.813 6.375-1.25 0-2.188-1.031-1.891-2.312 0.359-1.516 1.062-3.156 1.062-4.25 0-0.984-0.531-1.813-1.625-1.813-1.281 0-2.312 1.328-2.312 3.109 0 0 0 1.141 0.391 1.906-1.313 5.563-1.547 6.531-1.547 6.531-0.219 0.906-0.234 1.922-0.203 2.766-4.234-1.859-7.187-6.078-7.187-11 0-6.625 5.375-12 12-12s12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-square\" viewBox=\"0 0 24 28\">\n<title>pinterest-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-11.328c0.516-0.734 1.359-2 1.687-3.281 0 0 0.141-0.531 0.828-3.266 0.422 0.797 1.625 1.484 2.906 1.484 3.813 0 6.406-3.484 6.406-8.141 0-3.516-2.984-6.797-7.516-6.797-5.641 0-8.484 4.047-8.484 7.422 0 2.031 0.781 3.844 2.438 4.531 0.266 0.109 0.516 0 0.594-0.297 0.047-0.203 0.172-0.734 0.234-0.953 0.078-0.297 0.047-0.406-0.172-0.656-0.469-0.578-0.781-1.297-0.781-2.344 0-3 2.25-5.672 5.844-5.672 3.187 0 4.937 1.937 4.937 4.547 0 3.422-1.516 6.312-3.766 6.312-1.234 0-2.172-1.031-1.875-2.297 0.359-1.5 1.047-3.125 1.047-4.203 0-0.969-0.516-1.781-1.594-1.781-1.266 0-2.281 1.313-2.281 3.063 0 0 0 1.125 0.375 1.891-1.297 5.5-1.531 6.469-1.531 6.469-0.344 1.437-0.203 3.109-0.109 3.969h-2.859c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-square\" viewBox=\"0 0 24 28\">\n<title>google-plus-square</title>\n<path d=\"M14.328 14.141c0-0.391-0.047-0.703-0.094-1h-5.656v2.063h3.391c-0.125 0.875-1.016 2.578-3.391 2.578-2.063 0-3.734-1.687-3.734-3.781s1.672-3.781 3.734-3.781c1.156 0 1.937 0.484 2.391 0.922l1.625-1.578c-1.047-0.969-2.406-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus\" viewBox=\"0 0 36 28\">\n<title>google-plus</title>\n<path d=\"M22.453 14.266c0 6.547-4.391 11.188-11 11.188-6.328 0-11.453-5.125-11.453-11.453s5.125-11.453 11.453-11.453c3.094 0 5.672 1.125 7.672 3l-3.109 2.984c-0.844-0.812-2.328-1.766-4.562-1.766-3.906 0-7.094 3.234-7.094 7.234s3.187 7.234 7.094 7.234c4.531 0 6.234-3.266 6.5-4.937h-6.5v-3.938h10.813c0.109 0.578 0.187 1.156 0.187 1.906zM36 12.359v3.281h-3.266v3.266h-3.281v-3.266h-3.266v-3.281h3.266v-3.266h3.281v3.266h3.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-money\" viewBox=\"0 0 30 28\">\n<title>money</title>\n<path d=\"M12 18h6v-1.5h-2v-7h-1.781l-2.312 2.141 1.203 1.25c0.375-0.328 0.609-0.5 0.859-0.891h0.031v4.5h-2v1.5zM20 14c0 2.844-1.719 6.5-5 6.5s-5-3.656-5-6.5 1.719-6.5 5-6.5 5 3.656 5 6.5zM28 18v-8c-2.203 0-4-1.797-4-4h-18c0 2.203-1.797 4-4 4v8c2.203 0 4 1.797 4 4h18c0-2.203 1.797-4 4-4zM30 5v18c0 0.547-0.453 1-1 1h-28c-0.547 0-1-0.453-1-1v-18c0-0.547 0.453-1 1-1h28c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-down\" viewBox=\"0 0 16 28\">\n<title>caret-down</title>\n<path d=\"M16 11c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-up\" viewBox=\"0 0 16 28\">\n<title>caret-up</title>\n<path d=\"M16 19c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-left\" viewBox=\"0 0 11 28\">\n<title>caret-left</title>\n<path d=\"M10 7v14c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-right\" viewBox=\"0 0 9 28\">\n<title>caret-right</title>\n<path d=\"M9 14c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-14c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-columns\" viewBox=\"0 0 26 28\">\n<title>columns</title>\n<path d=\"M2.5 24h9.5v-18h-10v17.5c0 0.266 0.234 0.5 0.5 0.5zM24 23.5v-17.5h-10v18h9.5c0.266 0 0.5-0.234 0.5-0.5zM26 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort\" viewBox=\"0 0 16 28\">\n<title>sort</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-desc\" viewBox=\"0 0 16 28\">\n<title>sort-desc</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-asc\" viewBox=\"0 0 16 28\">\n<title>sort-asc</title>\n<path d=\"M16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope\" viewBox=\"0 0 28 28\">\n<title>envelope</title>\n<path d=\"M28 11.094v12.406c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-12.406c0.469 0.516 1 0.969 1.578 1.359 2.594 1.766 5.219 3.531 7.766 5.391 1.313 0.969 2.938 2.156 4.641 2.156h0.031c1.703 0 3.328-1.188 4.641-2.156 2.547-1.844 5.172-3.625 7.781-5.391 0.562-0.391 1.094-0.844 1.563-1.359zM28 6.5c0 1.75-1.297 3.328-2.672 4.281-2.438 1.687-4.891 3.375-7.313 5.078-1.016 0.703-2.734 2.141-4 2.141h-0.031c-1.266 0-2.984-1.437-4-2.141-2.422-1.703-4.875-3.391-7.297-5.078-1.109-0.75-2.688-2.516-2.688-3.938 0-1.531 0.828-2.844 2.5-2.844h23c1.359 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin\" viewBox=\"0 0 24 28\">\n<title>linkedin</title>\n<path d=\"M5.453 9.766v15.484h-5.156v-15.484h5.156zM5.781 4.984c0.016 1.484-1.109 2.672-2.906 2.672v0h-0.031c-1.734 0-2.844-1.188-2.844-2.672 0-1.516 1.156-2.672 2.906-2.672 1.766 0 2.859 1.156 2.875 2.672zM24 16.375v8.875h-5.141v-8.281c0-2.078-0.75-3.5-2.609-3.5-1.422 0-2.266 0.953-2.641 1.875-0.125 0.344-0.172 0.797-0.172 1.266v8.641h-5.141c0.063-14.031 0-15.484 0-15.484h5.141v2.25h-0.031c0.672-1.062 1.891-2.609 4.672-2.609 3.391 0 5.922 2.219 5.922 6.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rotate-left\" viewBox=\"0 0 24 28\">\n<title>rotate-left</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gavel\" viewBox=\"0 0 28 28\">\n<title>gavel</title>\n<path d=\"M27.672 24c0 0.531-0.219 1.047-0.578 1.406l-1.672 1.687c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-5.672-5.688c-0.375-0.359-0.594-0.875-0.594-1.406 0-0.594 0.25-1.078 0.672-1.5l-4-4-1.969 1.969c-0.141 0.141-0.328 0.219-0.531 0.219s-0.391-0.078-0.531-0.219c0.469 0.469 0.906 0.812 0.906 1.531 0 0.406-0.156 0.766-0.438 1.062-0.531 0.562-1.094 1.313-1.937 1.313-0.391 0-0.781-0.156-1.062-0.438l-6.375-6.375c-0.281-0.281-0.438-0.672-0.438-1.062 0-0.844 0.75-1.406 1.313-1.937 0.297-0.281 0.656-0.438 1.062-0.438 0.719 0 1.062 0.438 1.531 0.906-0.141-0.141-0.219-0.328-0.219-0.531s0.078-0.391 0.219-0.531l5.437-5.437c0.141-0.141 0.328-0.219 0.531-0.219s0.391 0.078 0.531 0.219c-0.469-0.469-0.906-0.812-0.906-1.531 0-0.406 0.156-0.766 0.438-1.062 0.531-0.562 1.094-1.313 1.937-1.313 0.391 0 0.781 0.156 1.062 0.438l6.375 6.375c0.281 0.281 0.438 0.672 0.438 1.062 0 0.844-0.75 1.406-1.313 1.937-0.297 0.281-0.656 0.438-1.062 0.438-0.719 0-1.062-0.438-1.531-0.906 0.141 0.141 0.219 0.328 0.219 0.531s-0.078 0.391-0.219 0.531l-1.969 1.969 4 4c0.422-0.422 0.906-0.672 1.5-0.672 0.531 0 1.047 0.219 1.422 0.578l5.672 5.672c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashboard\" viewBox=\"0 0 28 28\">\n<title>dashboard</title>\n<path d=\"M6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM9 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM15.687 18.516l1.578-5.969c0.125-0.531-0.187-1.078-0.719-1.219v0c-0.531-0.141-1.078 0.187-1.219 0.719l-1.578 5.969c-1.234 0.094-2.312 0.953-2.656 2.219-0.422 1.609 0.547 3.25 2.141 3.672 1.609 0.422 3.25-0.547 3.672-2.141 0.328-1.266-0.203-2.547-1.219-3.25zM26 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 18c0 2.688-0.766 5.281-2.203 7.547-0.187 0.281-0.5 0.453-0.844 0.453h-21.906c-0.344 0-0.656-0.172-0.844-0.453-1.437-2.25-2.203-4.859-2.203-7.547 0-7.719 6.281-14 14-14s14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment-o\" viewBox=\"0 0 28 28\">\n<title>comment-o</title>\n<path d=\"M14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.531 6.266-10 14-10v0c7.734 0 14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments-o\" viewBox=\"0 0 28 28\">\n<title>comments-o</title>\n<path d=\"M11 6c-4.875 0-9 2.75-9 6 0 1.719 1.156 3.375 3.156 4.531l1.516 0.875-0.547 1.313c0.328-0.187 0.656-0.391 0.969-0.609l0.688-0.484 0.828 0.156c0.781 0.141 1.578 0.219 2.391 0.219 4.875 0 9-2.75 9-6s-4.125-6-9-6zM11 4c6.078 0 11 3.578 11 8s-4.922 8-11 8c-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8zM23.844 22.266c0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375 0 2.547-1.625 4.797-4.156 6.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bolt\" viewBox=\"0 0 14 28\">\n<title>bolt</title>\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sitemap\" viewBox=\"0 0 28 28\">\n<title>sitemap</title>\n<path d=\"M28 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3c0-1.094 0.906-2 2-2h8v-3h-1.5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-1.5v3h8c1.094 0 2 0.906 2 2v3h1.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-umbrella\" viewBox=\"0 0 26 28\">\n<title>umbrella</title>\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clipboard\" viewBox=\"0 0 28 28\">\n<title>clipboard</title>\n<path d=\"M12 26h14v-10h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6v18zM16 3.5v-1c0-0.266-0.234-0.5-0.5-0.5h-11c-0.266 0-0.5 0.234-0.5 0.5v1c0 0.266 0.234 0.5 0.5 0.5h11c0.266 0 0.5-0.234 0.5-0.5zM20 14h4.672l-4.672-4.672v4.672zM28 16v10.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h17c0.828 0 1.5 0.672 1.5 1.5v5.125c0.203 0.125 0.391 0.266 0.562 0.437l6.375 6.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lightbulb-o\" viewBox=\"0 0 16 28\">\n<title>lightbulb-o</title>\n<path d=\"M11.5 9c0 0.266-0.234 0.5-0.5 0.5s-0.5-0.234-0.5-0.5c0-1.078-1.672-1.5-2.5-1.5-0.266 0-0.5-0.234-0.5-0.5s0.234-0.5 0.5-0.5c1.453 0 3.5 0.766 3.5 2.5zM14 9c0-3.125-3.172-5-6-5s-6 1.875-6 5c0 1 0.406 2.047 1.062 2.812 0.297 0.344 0.641 0.672 0.953 1.031 1.109 1.328 2.047 2.891 2.203 4.656h3.563c0.156-1.766 1.094-3.328 2.203-4.656 0.313-0.359 0.656-0.688 0.953-1.031 0.656-0.766 1.062-1.813 1.062-2.812zM16 9c0 1.609-0.531 3-1.609 4.188s-2.5 2.859-2.625 4.531c0.453 0.266 0.734 0.766 0.734 1.281 0 0.375-0.141 0.734-0.391 1 0.25 0.266 0.391 0.625 0.391 1 0 0.516-0.266 0.984-0.703 1.266 0.125 0.219 0.203 0.484 0.203 0.734 0 1.016-0.797 1.5-1.703 1.5-0.406 0.906-1.313 1.5-2.297 1.5s-1.891-0.594-2.297-1.5c-0.906 0-1.703-0.484-1.703-1.5 0-0.25 0.078-0.516 0.203-0.734-0.438-0.281-0.703-0.75-0.703-1.266 0-0.375 0.141-0.734 0.391-1-0.25-0.266-0.391-0.625-0.391-1 0-0.516 0.281-1.016 0.734-1.281-0.125-1.672-1.547-3.344-2.625-4.531s-1.609-2.578-1.609-4.188c0-4.25 4.047-7 8-7s8 2.75 8 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exchange\" viewBox=\"0 0 28 28\">\n<title>exchange</title>\n<path d=\"M28 18.5v3c0 0.266-0.234 0.5-0.5 0.5h-21.5v3c0 0.266-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-5c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.219 0.5 0.5v3h21.5c0.266 0 0.5 0.219 0.5 0.5zM28 10c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-21.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-download\" viewBox=\"0 0 30 28\">\n<title>cloud-download</title>\n<path d=\"M20 14.5c0-0.281-0.219-0.5-0.5-0.5h-3.5v-5.5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5.5h-3.5c-0.281 0-0.5 0.234-0.5 0.5 0 0.125 0.047 0.266 0.141 0.359l5.5 5.5c0.094 0.094 0.219 0.141 0.359 0.141 0.125 0 0.266-0.047 0.359-0.141l5.484-5.484c0.094-0.109 0.156-0.234 0.156-0.375zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-upload\" viewBox=\"0 0 30 28\">\n<title>cloud-upload</title>\n<path d=\"M20 13.5c0-0.125-0.047-0.266-0.141-0.359l-5.5-5.5c-0.094-0.094-0.219-0.141-0.359-0.141-0.125 0-0.266 0.047-0.359 0.141l-5.484 5.484c-0.094 0.109-0.156 0.234-0.156 0.375 0 0.281 0.219 0.5 0.5 0.5h3.5v5.5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5v-5.5h3.5c0.281 0 0.5-0.234 0.5-0.5zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-md\" viewBox=\"0 0 22 28\">\n<title>user-md</title>\n<path d=\"M6 21c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.109 0.625-8.016 4.344-8.828-0.25 0.594-0.344 1.234-0.344 1.875v3.172c-1.203 0.422-2 1.563-2 2.828 0 1.656 1.344 3 3 3s3-1.344 3-3c0-1.266-0.812-2.406-2-2.828v-3.172c0-0.516 0.047-1.031 0.391-1.453 1.313 1.031 2.938 1.625 4.609 1.625s3.297-0.594 4.609-1.625c0.344 0.422 0.391 0.938 0.391 1.453v1c-2.203 0-4 1.797-4 4v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.094 0.906-2 2-2s2 0.906 2 2v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.422-0.766-2.75-2-3.453 0-1.141 0.109-2.359-0.344-3.422 3.719 0.812 4.344 5.719 4.344 8.828zM17 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stethoscope\" viewBox=\"0 0 22 28\">\n<title>stethoscope</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 11c0 1.313-0.828 2.406-2 2.828v6.172c0 3.313-3.141 6-7 6s-7-2.688-7-6v-2.063c-3.391-0.422-6-2.922-6-5.938v-8c0-0.547 0.453-1 1-1 0.094 0 0.172 0.016 0.25 0.031 0.344-0.609 1-1.031 1.75-1.031 1.109 0 2 0.891 2 2s-0.891 2-2 2c-0.359 0-0.703-0.109-1-0.281v6.281c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.281c-0.297 0.172-0.641 0.281-1 0.281-1.109 0-2-0.891-2-2s0.891-2 2-2c0.75 0 1.406 0.422 1.75 1.031 0.078-0.016 0.156-0.031 0.25-0.031 0.547 0 1 0.453 1 1v8c0 3.016-2.609 5.516-6 5.938v2.063c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.172c-1.172-0.422-2-1.516-2-2.828 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-suitcase\" viewBox=\"0 0 28 28\">\n<title>suitcase</title>\n<path d=\"M10 6h8v-2h-8v2zM4.5 6v20h-1c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h1zM22 6v20h-16v-20h2v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-1v-20h1c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell\" viewBox=\"0 0 28 28\">\n<title>bell</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-coffee\" viewBox=\"0 0 29 28\">\n<title>coffee</title>\n<path d=\"M26 10c0-1.656-1.344-3-3-3h-1v6h1c1.656 0 3-1.344 3-3zM0 22h28c0 2.203-1.797 4-4 4h-20c-2.203 0-4-1.797-4-4zM29 10c0 3.313-2.688 6-6 6h-1v0.5c0 1.922-1.578 3.5-3.5 3.5h-11c-1.922 0-3.5-1.578-3.5-3.5v-11.5c0-0.547 0.453-1 1-1h18c3.313 0 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cutlery\" viewBox=\"0 0 22 28\">\n<title>cutlery</title>\n<path d=\"M10 1v10c0 1.266-0.812 2.406-2 2.828v12.172c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-12.172c-1.188-0.422-2-1.563-2-2.828v-10c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1zM22 1v25c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-8h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-12.5c0-2.75 2.25-5 5-5h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text-o\" viewBox=\"0 0 24 28\">\n<title>file-text-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6 12.5c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1zM17.5 16c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11zM17.5 20c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building-o\" viewBox=\"0 0 22 28\">\n<title>building-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-24h-18v24h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM22 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hospital-o\" viewBox=\"0 0 22 28\">\n<title>hospital-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-18h-4v0.5c0 0.828-0.672 1.5-1.5 1.5h-7c-0.828 0-1.5-0.672-1.5-1.5v-0.5h-4v18h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM14 7.5v-5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v1.5h-2v-1.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5v-1.5h2v1.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM22 7v20c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-20c0-0.547 0.453-1 1-1h5v-4.5c0-0.828 0.672-1.5 1.5-1.5h7c0.828 0 1.5 0.672 1.5 1.5v4.5h5c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ambulance\" viewBox=\"0 0 31 28\">\n<title>ambulance</title>\n<path d=\"M10 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM4 14h6v-4h-2.469c-0.094 0.016-0.266 0.078-0.344 0.141l-3.047 3.047c-0.047 0.078-0.125 0.25-0.141 0.344v0.469zM24 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 11.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM30 3v18c0 0.547-0.453 1-1 1h-3c0 2.203-1.781 4-4 4-2.203 0-4-1.797-4-4h-6c0 2.203-1.781 4-4 4s-4-1.797-4-4h-2c-0.547 0-1-0.453-1-1s0.453-1 1-1v-6.5c0-0.547 0.313-1.313 0.703-1.703l3.094-3.094c0.391-0.391 1.156-0.703 1.703-0.703h2.5v-5c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medkit\" viewBox=\"0 0 28 28\">\n<title>medkit</title>\n<path d=\"M20 17.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM10 6h8v-2h-8v2zM4 6v20h-0.5c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h0.5zM22.5 6v20h-17v-20h2.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2.5zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-0.5v-20h0.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fighter-jet\" viewBox=\"0 0 30 28\">\n<title>fighter-jet</title>\n<path d=\"M30 15c0 0 0 0.5-4.5 1.5l-5.5 0.5-3.5 1h-1l-4.578 5.5h1.078c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-5v-0.5h1v-6.5h-2.5l-3 3.5h-1.5l-0.5-0.5v-3h0.5v-0.5h2v-0.125l-3-0.375v-2l3-0.375v-0.125h-2v-0.5h-0.5v-3l0.5-0.5h1.5l3 3.5h2.5v-6.5h-1v-0.5h5c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-1.078l4.578 5.5h1l3.5 1 5.5 0.5c4.5 1 4.5 1.5 4.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-beer\" viewBox=\"0 0 27 28\">\n<title>beer</title>\n<path d=\"M10 14v-6h-4v4c0 1.109 0.891 2 2 2h2zM26 21v3h-18v-3l2-3h-2c-3.313 0-6-2.688-6-6v-5l-1-1 0.5-2h7.5l0.5-2h15l0.5 3-1 0.5v12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-h-square\" viewBox=\"0 0 24 28\">\n<title>h-square</title>\n<path d=\"M20 21v-14c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-8v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v14c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h8v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square\" viewBox=\"0 0 24 28\">\n<title>plus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-5v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-5c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h5v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h5c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-left\" viewBox=\"0 0 17 28\">\n<title>angle-double-left</title>\n<path d=\"M9.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359zM15.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-right\" viewBox=\"0 0 15 28\">\n<title>angle-double-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM15.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-up\" viewBox=\"0 0 18 28\">\n<title>angle-double-up</title>\n<path d=\"M16.797 20.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 14.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-down\" viewBox=\"0 0 18 28\">\n<title>angle-double-down</title>\n<path d=\"M16.797 13.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 7.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-left\" viewBox=\"0 0 11 28\">\n<title>angle-left</title>\n<path d=\"M9.797 8.5c0 0.125-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.219 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-right\" viewBox=\"0 0 9 28\">\n<title>angle-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359 0-0.125 0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-up\" viewBox=\"0 0 18 28\">\n<title>angle-up</title>\n<path d=\"M16.797 18.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-down\" viewBox=\"0 0 18 28\">\n<title>angle-down</title>\n<path d=\"M16.797 11.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-desktop\" viewBox=\"0 0 30 28\">\n<title>desktop</title>\n<path d=\"M28 15.5v-13c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-8.5c0 1.328 1 2.453 1 3s-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1 0-0.578 1-1.641 1-3h-8.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-laptop\" viewBox=\"0 0 30 28\">\n<title>laptop</title>\n<path d=\"M6.5 20c-1.375 0-2.5-1.125-2.5-2.5v-11c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5v11c0 1.375-1.125 2.5-2.5 2.5h-17zM6 6.5v11c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5v-11c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5zM27.5 21h2.5v1.5c0 0.828-1.125 1.5-2.5 1.5h-25c-1.375 0-2.5-0.672-2.5-1.5v-1.5h27.5zM16.25 22.5c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tablet\" viewBox=\"0 0 18 28\">\n<title>tablet</title>\n<path d=\"M10 22c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-13c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h13c0.266 0 0.5-0.234 0.5-0.5zM18 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-13c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h13c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mobile\" viewBox=\"0 0 12 28\">\n<title>mobile</title>\n<path d=\"M7.25 22c0-0.688-0.562-1.25-1.25-1.25s-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25 1.25-0.562 1.25-1.25zM10.5 19.5v-11c0-0.266-0.234-0.5-0.5-0.5h-8c-0.266 0-0.5 0.234-0.5 0.5v11c0 0.266 0.234 0.5 0.5 0.5h8c0.266 0 0.5-0.234 0.5-0.5zM7.5 6.25c0-0.141-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5c0.141 0 0.25-0.109 0.25-0.25zM12 6v16c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-16c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o\" viewBox=\"0 0 24 28\">\n<title>circle-o</title>\n<path d=\"M12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-left\" viewBox=\"0 0 26 28\">\n<title>quote-left</title>\n<path d=\"M12 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3zM26 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-right\" viewBox=\"0 0 26 28\">\n<title>quote-right</title>\n<path d=\"M12 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3zM26 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spinner\" viewBox=\"0 0 28 28\">\n<title>spinner</title>\n<path d=\"M8.219 21.781c0 1.094-0.891 2-2 2-1.094 0-2-0.906-2-2 0-1.109 0.906-2 2-2 1.109 0 2 0.891 2 2zM16 25c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM5 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM23.781 21.781c0 1.094-0.906 2-2 2-1.109 0-2-0.906-2-2 0-1.109 0.891-2 2-2 1.094 0 2 0.891 2 2zM8.719 6.219c0 1.375-1.125 2.5-2.5 2.5s-2.5-1.125-2.5-2.5 1.125-2.5 2.5-2.5 2.5 1.125 2.5 2.5zM27 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM17 3c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM25.281 6.219c0 1.937-1.578 3.5-3.5 3.5-1.937 0-3.5-1.563-3.5-3.5 0-1.922 1.563-3.5 3.5-3.5 1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle\" viewBox=\"0 0 24 28\">\n<title>circle</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply\" viewBox=\"0 0 28 28\">\n<title>mail-reply</title>\n<path d=\"M28 17.5c0 2.188-1.094 5.047-1.984 7.047-0.172 0.359-0.344 0.859-0.578 1.188-0.109 0.156-0.219 0.266-0.438 0.266-0.313 0-0.5-0.25-0.5-0.547 0-0.25 0.063-0.531 0.078-0.781 0.047-0.641 0.078-1.281 0.078-1.922 0-7.453-4.422-8.75-11.156-8.75h-3.5v4c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-8-8c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l8-8c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v4h3.5c5.125 0 11.5 0.906 13.672 6.297 0.656 1.656 0.828 3.453 0.828 5.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-alt\" viewBox=\"0 0 26 28\">\n<title>github-alt</title>\n<path d=\"M10 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM20 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM22.5 19c0-2.391-1.453-4.5-4-4.5-1.031 0-2.016 0.187-3.047 0.328-0.812 0.125-1.625 0.172-2.453 0.172s-1.641-0.047-2.453-0.172c-1.016-0.141-2.016-0.328-3.047-0.328-2.547 0-4 2.109-4 4.5 0 4.781 4.375 5.516 8.188 5.516h2.625c3.813 0 8.188-0.734 8.188-5.516zM26 16.25c0 1.734-0.172 3.578-0.953 5.172-2.063 4.172-7.734 4.578-11.797 4.578-4.125 0-10.141-0.359-12.281-4.578-0.797-1.578-0.969-3.437-0.969-5.172 0-2.281 0.625-4.438 2.125-6.188-0.281-0.859-0.422-1.766-0.422-2.656 0-1.172 0.266-2.344 0.797-3.406 2.469 0 4.047 1.078 5.922 2.547 1.578-0.375 3.203-0.547 4.828-0.547 1.469 0 2.953 0.156 4.375 0.5 1.859-1.453 3.437-2.5 5.875-2.5 0.531 1.062 0.797 2.234 0.797 3.406 0 0.891-0.141 1.781-0.422 2.625 1.5 1.766 2.125 3.938 2.125 6.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-o\" viewBox=\"0 0 26 28\">\n<title>folder-o</title>\n<path d=\"M24 20.5v-11c0-0.828-0.672-1.5-1.5-1.5h-11c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v15c0 0.828 0.672 1.5 1.5 1.5h19c0.828 0 1.5-0.672 1.5-1.5zM26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open-o\" viewBox=\"0 0 30 28\">\n<title>folder-open-o</title>\n<path d=\"M27.828 14.547c0-0.438-0.484-0.547-0.828-0.547h-17c-0.828 0-1.922 0.516-2.453 1.156l-4.594 5.672c-0.141 0.187-0.281 0.391-0.281 0.625 0 0.438 0.484 0.547 0.828 0.547h17c0.828 0 1.922-0.516 2.453-1.172l4.594-5.672c0.141-0.172 0.281-0.375 0.281-0.609zM10 12h12v-2.5c0-0.828-0.672-1.5-1.5-1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v13.328l4-4.922c0.906-1.109 2.578-1.906 4-1.906zM29.828 14.547c0 0.688-0.297 1.344-0.719 1.875l-4.609 5.672c-0.891 1.094-2.594 1.906-4 1.906h-17c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5v2.5h3c1.062 0 2.125 0.484 2.594 1.484 0.156 0.328 0.234 0.688 0.234 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-smile-o\" viewBox=\"0 0 24 28\">\n<title>smile-o</title>\n<path d=\"M17.719 16.797c-0.781 2.516-3.078 4.203-5.719 4.203s-4.937-1.687-5.719-4.203c-0.172-0.531 0.125-1.078 0.656-1.25 0.516-0.172 1.078 0.125 1.25 0.656 0.516 1.672 2.063 2.797 3.813 2.797s3.297-1.125 3.813-2.797c0.172-0.531 0.734-0.828 1.266-0.656 0.516 0.172 0.812 0.719 0.641 1.25zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-frown-o\" viewBox=\"0 0 24 28\">\n<title>frown-o</title>\n<path d=\"M17.719 19.203c0.172 0.531-0.125 1.078-0.641 1.25-0.531 0.172-1.094-0.125-1.266-0.656-0.516-1.672-2.063-2.797-3.813-2.797s-3.297 1.125-3.813 2.797c-0.172 0.531-0.734 0.828-1.25 0.656-0.531-0.172-0.828-0.719-0.656-1.25 0.781-2.516 3.078-4.203 5.719-4.203s4.937 1.687 5.719 4.203zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meh-o\" viewBox=\"0 0 24 28\">\n<title>meh-o</title>\n<path d=\"M18 17c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h10c0.547 0 1 0.453 1 1zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gamepad\" viewBox=\"0 0 30 28\">\n<title>gamepad</title>\n<path d=\"M13 17v-2c0-0.281-0.219-0.5-0.5-0.5h-3v-3c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v3h-3c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h3v3c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5v-3h3c0.281 0 0.5-0.219 0.5-0.5zM22 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM30 16c0 4.422-3.578 8-8 8-2.031 0-3.875-0.766-5.281-2h-3.437c-1.406 1.234-3.25 2-5.281 2-4.422 0-8-3.578-8-8s3.578-8 8-8h14c4.422 0 8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-keyboard-o\" viewBox=\"0 0 30 28\">\n<title>keyboard-o</title>\n<path d=\"M6 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM8 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h3.5c0.141 0 0.25 0.109 0.25 0.25zM6 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-13.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h13.5c0.141 0 0.25 0.109 0.25 0.25zM12 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM10 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM16 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM14 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM20 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM18 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 10.25v5.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.75v-3.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM28 22v-14h-26v14h26zM30 8v14c0 1.109-0.891 2-2 2h-26c-1.109 0-2-0.891-2-2v-14c0-1.109 0.891-2 2-2h26c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-o\" viewBox=\"0 0 29 28\">\n<title>flag-o</title>\n<path d=\"M26 16.328v-9.625c-1.25 0.672-3 1.422-4.781 1.422v0c-0.828 0-1.594-0.156-2.266-0.5-1.672-0.828-3.484-1.625-5.656-1.625-2.016 0-4.484 0.984-6.297 1.984v9.359c2.063-0.953 4.688-1.766 6.766-1.766 2.406 0 3.969 0.797 5.641 1.625l0.438 0.219c0.438 0.219 0.969 0.344 1.578 0.344 1.734 0 3.609-0.922 4.578-1.437zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-checkered\" viewBox=\"0 0 29 28\">\n<title>flag-checkered</title>\n<path d=\"M13 15.625v-3c-1.906 0.172-4.203 0.938-6 1.828v2.891c1.813-0.844 4.062-1.563 6-1.719zM13 9.094v-3.078c-1.969 0.094-4.281 1.016-6 1.969v2.953c1.844-0.953 4.062-1.766 6-1.844zM26 16.328v-2.875c-1.422 0.703-3.906 1.75-6 1.109v-3.5c-0.203-0.063-0.406-0.141-0.609-0.234-1.797-0.906-3.266-1.75-5.625-1.75-0.25 0-0.5 0.016-0.766 0.047v3.469h0.297c2.359 0 4.297 0.844 6.094 1.734 0.203 0.094 0.406 0.172 0.609 0.234v2.938c0.422 0.172 0.891 0.266 1.422 0.266 1.734 0 3.609-0.922 4.578-1.437zM26 9.656v-2.953c-1.25 0.672-3 1.422-4.781 1.422v0c-0.422 0-0.828-0.031-1.219-0.125v3.063c2.094 0.594 4.578-0.609 6-1.406zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-terminal\" viewBox=\"0 0 26 28\">\n<title>terminal</title>\n<path d=\"M9.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719zM26 22.5v1c0 0.281-0.219 0.5-0.5 0.5h-15c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h15c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code\" viewBox=\"0 0 30 28\">\n<title>code</title>\n<path d=\"M9.641 21.859l-0.781 0.781c-0.203 0.203-0.516 0.203-0.719 0l-7.281-7.281c-0.203-0.203-0.203-0.516 0-0.719l7.281-7.281c0.203-0.203 0.516-0.203 0.719 0l0.781 0.781c0.203 0.203 0.203 0.516 0 0.719l-6.141 6.141 6.141 6.141c0.203 0.203 0.203 0.516 0 0.719zM18.875 5.187l-5.828 20.172c-0.078 0.266-0.359 0.422-0.609 0.344l-0.969-0.266c-0.266-0.078-0.422-0.359-0.344-0.625l5.828-20.172c0.078-0.266 0.359-0.422 0.609-0.344l0.969 0.266c0.266 0.078 0.422 0.359 0.344 0.625zM29.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply-all\" viewBox=\"0 0 28 28\">\n<title>mail-reply-all</title>\n<path d=\"M10 16.906v1.094c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v1.078l-6.203 6.219c-0.391 0.391-0.391 1.016 0 1.406zM28 17.5c0 3.25-2.453 8.031-2.562 8.234-0.078 0.172-0.25 0.266-0.438 0.266-0.047 0-0.094 0-0.141-0.016-0.234-0.078-0.375-0.297-0.359-0.531 0.453-4.266-0.078-7.078-1.656-8.828-1.328-1.484-3.484-2.281-6.844-2.547v3.922c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v4.094c4.312 0.297 7.391 1.437 9.359 3.453 2.359 2.422 2.641 5.703 2.641 7.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half-empty\" viewBox=\"0 0 26 28\">\n<title>star-half-empty</title>\n<path d=\"M18.531 14.953l4.016-3.906-6.594-0.969-0.469-0.938-2.484-5.031v15.047l0.922 0.484 4.969 2.625-0.938-5.547-0.187-1.031zM25.594 10.859l-5.672 5.531 1.344 7.812c0.109 0.688-0.141 1.094-0.625 1.094-0.172 0-0.391-0.063-0.625-0.187l-7.016-3.687-7.016 3.687c-0.234 0.125-0.453 0.187-0.625 0.187-0.484 0-0.734-0.406-0.625-1.094l1.344-7.812-5.688-5.531c-0.672-0.672-0.453-1.328 0.484-1.469l7.844-1.141 3.516-7.109c0.203-0.422 0.484-0.641 0.766-0.641v0c0.281 0 0.547 0.219 0.766 0.641l3.516 7.109 7.844 1.141c0.938 0.141 1.156 0.797 0.469 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-location-arrow\" viewBox=\"0 0 22 28\">\n<title>location-arrow</title>\n<path d=\"M21.891 5.453l-10 20c-0.172 0.344-0.516 0.547-0.891 0.547-0.078 0-0.156-0.016-0.234-0.031-0.453-0.109-0.766-0.5-0.766-0.969v-9h-9c-0.469 0-0.859-0.313-0.969-0.766s0.109-0.922 0.516-1.125l20-10c0.141-0.078 0.297-0.109 0.453-0.109 0.266 0 0.516 0.094 0.703 0.297 0.313 0.297 0.391 0.766 0.187 1.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crop\" viewBox=\"0 0 26 28\">\n<title>crop</title>\n<path d=\"M8.703 20h9.297v-9.297zM8 19.297l9.297-9.297h-9.297v9.297zM26 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-13.5c-0.281 0-0.5-0.219-0.5-0.5v-13.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v3.5h13.297l3.844-3.859c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719l-3.859 3.844v13.297h3.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code-fork\" viewBox=\"0 0 16 28\">\n<title>code-fork</title>\n<path d=\"M4.5 23c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM4.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM14.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM16 7c0 1.109-0.609 2.078-1.5 2.594-0.047 5.641-4.047 6.891-6.703 7.734-2.484 0.781-3.297 1.156-3.297 2.672v0.406c0.891 0.516 1.5 1.484 1.5 2.594 0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.109 0.609-2.078 1.5-2.594v-12.812c-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3c0 1.109-0.609 2.078-1.5 2.594v7.766c0.797-0.391 1.641-0.656 2.406-0.891 2.906-0.922 4.562-1.609 4.594-4.875-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain-broken\" viewBox=\"0 0 26 28\">\n<title>chain-broken</title>\n<path d=\"M6.859 19.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719zM9.5 20.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM6 17c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM25.75 19c0 1.203-0.469 2.328-1.328 3.172l-2.297 2.281c-0.844 0.844-1.969 1.297-3.172 1.297s-2.344-0.469-3.187-1.328l-5.219-5.234c-0.266-0.266-0.469-0.562-0.656-0.875l3.734-0.281 4.266 4.281c0.562 0.562 1.563 0.578 2.125 0.016l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047 0-0.406-0.156-0.781-0.438-1.062l-4.281-4.297 0.281-3.734c0.313 0.187 0.609 0.391 0.875 0.656l5.25 5.25c0.844 0.859 1.313 1.984 1.313 3.187zM16.109 7.688l-3.734 0.281-4.266-4.281c-0.281-0.281-0.656-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l4.281 4.281-0.281 3.75c-0.313-0.187-0.609-0.391-0.875-0.656l-5.25-5.25c-0.844-0.859-1.313-1.984-1.313-3.187s0.469-2.328 1.328-3.172l2.297-2.281c0.844-0.844 1.969-1.297 3.172-1.297s2.344 0.469 3.187 1.328l5.219 5.234c0.266 0.266 0.469 0.562 0.656 0.875zM26 9c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM17.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM23.859 2.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info\" viewBox=\"0 0 10 28\">\n<title>info</title>\n<path d=\"M10 21v2c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1v-6h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v9h1c0.547 0 1 0.453 1 1zM8 3v3c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation\" viewBox=\"0 0 10 28\">\n<title>exclamation</title>\n<path d=\"M8 19.5v3.5c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3.5c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1zM8.469 3l-0.438 12c-0.016 0.547-0.484 1-1.031 1h-4c-0.547 0-1.016-0.453-1.031-1l-0.438-12c-0.016-0.547 0.422-1 0.969-1h5c0.547 0 0.984 0.453 0.969 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superscript\" viewBox=\"0 0 24 28\">\n<title>superscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM23.969 10.781v3.219h-8.031l-0.047-0.422c-0.031-0.219-0.063-0.516-0.063-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.594 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.516 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.75-5.187 4.062-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subscript\" viewBox=\"0 0 24 28\">\n<title>subscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM24 24.781v3.219h-8.031l-0.063-0.422c-0.016-0.234-0.047-0.516-0.047-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.609 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.531 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.734-5.187 4.047-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eraser\" viewBox=\"0 0 30 28\">\n<title>eraser</title>\n<path d=\"M14 22l5.25-6h-12l-5.25 6h12zM29.828 5.172c0.313 0.719 0.187 1.547-0.328 2.141l-14 16c-0.375 0.438-0.922 0.688-1.5 0.688h-12c-0.781 0-1.5-0.453-1.828-1.172-0.313-0.719-0.187-1.547 0.328-2.141l14-16c0.375-0.438 0.922-0.688 1.5-0.688h12c0.781 0 1.5 0.453 1.828 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-puzzle-piece\" viewBox=\"0 0 26 28\">\n<title>puzzle-piece</title>\n<path d=\"M26 17.156c0 1.609-0.922 2.953-2.625 2.953-1.906 0-2.406-1.734-4.125-1.734-1.25 0-1.719 0.781-1.719 1.937 0 1.219 0.5 2.391 0.484 3.594v0.078c-0.172 0-0.344 0-0.516 0.016-1.609 0.156-3.234 0.469-4.859 0.469-1.109 0-2.266-0.438-2.266-1.719 0-1.719 1.734-2.219 1.734-4.125 0-1.703-1.344-2.625-2.953-2.625-1.641 0-3.156 0.906-3.156 2.703 0 1.984 1.516 2.844 1.516 3.922 0 0.547-0.344 1.031-0.719 1.391-0.484 0.453-1.172 0.547-1.828 0.547-1.281 0-2.562-0.172-3.828-0.375-0.281-0.047-0.578-0.078-0.859-0.125l-0.203-0.031c-0.031-0.016-0.078-0.016-0.078-0.031v-16c0.063 0.047 0.984 0.156 1.141 0.187 1.266 0.203 2.547 0.375 3.828 0.375 0.656 0 1.344-0.094 1.828-0.547 0.375-0.359 0.719-0.844 0.719-1.391 0-1.078-1.516-1.937-1.516-3.922 0-1.797 1.516-2.703 3.172-2.703 1.594 0 2.938 0.922 2.938 2.625 0 1.906-1.734 2.406-1.734 4.125 0 1.281 1.156 1.719 2.266 1.719 1.797 0 3.578-0.406 5.359-0.5v0.031c-0.047 0.063-0.156 0.984-0.187 1.141-0.203 1.266-0.375 2.547-0.375 3.828 0 0.656 0.094 1.344 0.547 1.828 0.359 0.375 0.844 0.719 1.391 0.719 1.078 0 1.937-1.516 3.922-1.516 1.797 0 2.703 1.516 2.703 3.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone\" viewBox=\"0 0 18 28\">\n<title>microphone</title>\n<path d=\"M18 11v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-4.5-0.5-8-4.312-8-8.937v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 3.859 3.141 7 7 7s7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1zM14 5v8c0 2.75-2.25 5-5 5s-5-2.25-5-5v-8c0-2.75 2.25-5 5-5s5 2.25 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone-slash\" viewBox=\"0 0 22 28\">\n<title>microphone-slash</title>\n<path d=\"M4.234 14.766l-1.578 1.578c-0.422-1.031-0.656-2.156-0.656-3.344v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 0.609 0.094 1.203 0.234 1.766zM21.641 5.359l-5.641 5.641v2c0 2.75-2.25 5-5 5-0.594 0-1.172-0.109-1.703-0.297l-1.5 1.5c0.953 0.5 2.047 0.797 3.203 0.797 3.859 0 7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-1.328-0.141-2.578-0.594-3.672-1.266l-3.969 3.969c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l19.281-19.281c0.203-0.203 0.516-0.203 0.719 0l1.281 1.281c0.203 0.203 0.203 0.516 0 0.719zM15.703 3.297l-9.703 9.703v-8c0-2.75 2.25-5 5-5 2.156 0 4 1.391 4.703 3.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shield\" viewBox=\"0 0 20 28\">\n<title>shield</title>\n<path d=\"M17 15v-10h-7v17.766c0.797-0.422 2.078-1.156 3.328-2.141 1.672-1.313 3.672-3.359 3.672-5.625zM20 3v12c0 6.578-9.203 10.734-9.594 10.906-0.125 0.063-0.266 0.094-0.406 0.094s-0.281-0.031-0.406-0.094c-0.391-0.172-9.594-4.328-9.594-10.906v-12c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-o\" viewBox=\"0 0 26 28\">\n<title>calendar-o</title>\n<path d=\"M2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire-extinguisher\" viewBox=\"0 0 22 28\">\n<title>fire-extinguisher</title>\n<path d=\"M8 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 2.5v5c0 0.156-0.063 0.297-0.187 0.391-0.094 0.078-0.203 0.109-0.313 0.109-0.031 0-0.063 0-0.109-0.016l-7-1.5c-0.219-0.047-0.391-0.25-0.391-0.484h-4v1.594c2.281 0.469 4 2.484 4 4.906v12.5c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-12.5c0-2.234 1.469-4.141 3.5-4.766v-1.734h-0.5c-3.313 0-5.094 3.422-5.109 3.453-0.172 0.344-0.531 0.547-0.891 0.547-0.156 0-0.313-0.031-0.453-0.109-0.484-0.25-0.688-0.844-0.438-1.344 0.078-0.156 1.641-3.187 4.781-4.203-0.234-0.391-0.391-0.844-0.391-1.344 0-1.375 1.125-2.5 2.5-2.5s2.5 1.125 2.5 2.5c0 0.359-0.078 0.688-0.219 1h4.719c0-0.234 0.172-0.438 0.391-0.484l7-1.5c0.047-0.016 0.078-0.016 0.109-0.016 0.109 0 0.219 0.031 0.313 0.109 0.125 0.094 0.187 0.234 0.187 0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rocket\" viewBox=\"0 0 26 28\">\n<title>rocket</title>\n<path d=\"M22.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26 2.5c0 5.187-1.437 8.641-5.141 12.359-0.906 0.891-1.937 1.813-3.047 2.75l-0.313 5.922c-0.016 0.156-0.109 0.313-0.25 0.406l-6 3.5c-0.078 0.047-0.156 0.063-0.25 0.063-0.125 0-0.25-0.047-0.359-0.141l-1-1c-0.125-0.141-0.172-0.328-0.125-0.5l1.328-4.312-4.391-4.391-4.312 1.328c-0.047 0.016-0.094 0.016-0.141 0.016-0.125 0-0.266-0.047-0.359-0.141l-1-1c-0.156-0.172-0.187-0.422-0.078-0.609l3.5-6c0.094-0.141 0.25-0.234 0.406-0.25l5.922-0.313c0.938-1.109 1.859-2.141 2.75-3.047 3.906-3.891 6.891-5.141 12.328-5.141 0.281 0 0.531 0.219 0.531 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-maxcdn\" viewBox=\"0 0 28 28\">\n<title>maxcdn</title>\n<path d=\"M27.266 12.078l-2.562 11.922h-5.219l2.781-13c0.125-0.547 0.047-1.047-0.234-1.375-0.266-0.328-0.734-0.516-1.297-0.516h-2.641l-3.187 14.891h-5.219l3.187-14.891h-4.469l-3.187 14.891h-5.219l3.187-14.891-2.391-5.109h19.938c2.109 0 4.031 0.875 5.266 2.406 1.25 1.531 1.703 3.609 1.266 5.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-left\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-left</title>\n<path d=\"M14.203 21.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-4.797-4.797 4.797-4.797c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-right\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-right</title>\n<path d=\"M11.203 21.797l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l4.797 4.797-4.797 4.797c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-up\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-up</title>\n<path d=\"M18.203 17.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l4.797-4.797 4.797 4.797c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-down\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-down</title>\n<path d=\"M12.703 20.297l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-4.797 4.797-4.797-4.797c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-html5\" viewBox=\"0 0 22 28\">\n<title>html5</title>\n<path d=\"M17.656 9.328l0.25-2.734h-13.813l0.734 8.344h9.562l-0.344 3.563-3.078 0.828-3.063-0.828-0.203-2.188h-2.734l0.344 4.344 5.656 1.563h0.063v-0.016l5.609-1.547 0.781-8.5h-10.063l-0.234-2.828h10.531zM0 2h22l-2 22.469-9.031 2.531-8.969-2.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-css3\" viewBox=\"0 0 28 28\">\n<title>css3</title>\n<path d=\"M4.297 2h23.516l-4.156 20.828-12.563 4.172-10.906-4.172 1.109-5.563h4.641l-0.453 2.297 6.594 2.516 7.594-2.516 1.062-5.297h-18.875l0.906-4.641h18.891l0.594-2.984h-18.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-anchor\" viewBox=\"0 0 28 28\">\n<title>anchor</title>\n<path d=\"M15 4c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 18.5v5.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-1.453-1.453c-2.453 2.953-6.859 4.844-11.688 4.844s-9.234-1.891-11.688-4.844l-1.453 1.453c-0.094 0.094-0.234 0.141-0.359 0.141-0.063 0-0.125-0.016-0.187-0.031-0.187-0.078-0.313-0.266-0.313-0.469v-5.5c0-0.281 0.219-0.5 0.5-0.5h5.5c0.203 0 0.391 0.125 0.469 0.313s0.031 0.391-0.109 0.547l-1.563 1.563c1.406 1.891 4.109 3.266 7.203 3.687v-10.109h-3c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h3v-2.547c-1.188-0.688-2-1.969-2-3.453 0-2.203 1.797-4 4-4s4 1.797 4 4c0 1.484-0.812 2.766-2 3.453v2.547h3c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-3v10.109c3.094-0.422 5.797-1.797 7.203-3.687l-1.563-1.563c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h5.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock-alt\" viewBox=\"0 0 18 28\">\n<title>unlock-alt</title>\n<path d=\"M16.5 12c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-5c0-3.859 3.141-7 7-7s7 3.141 7 7c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1 0-2.203-1.797-4-4-4s-4 1.797-4 4v5h11.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullseye\" viewBox=\"0 0 24 28\">\n<title>bullseye</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-h\" viewBox=\"0 0 22 28\">\n<title>ellipsis-h</title>\n<path d=\"M6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM14 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-v\" viewBox=\"0 0 6 28\">\n<title>ellipsis-v</title>\n<path d=\"M6 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rss-square\" viewBox=\"0 0 24 28\">\n<title>rss-square</title>\n<path d=\"M8 20c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM13.484 21.469c-0.266-4.844-4.109-8.687-8.953-8.953-0.141-0.016-0.281 0.047-0.375 0.141s-0.156 0.219-0.156 0.359v2c0 0.266 0.203 0.484 0.469 0.5 3.203 0.234 5.781 2.812 6.016 6.016 0.016 0.266 0.234 0.469 0.5 0.469h2c0.141 0 0.266-0.063 0.359-0.156s0.156-0.234 0.141-0.375zM19.484 21.484c-0.266-8.125-6.844-14.703-14.969-14.969-0.156-0.016-0.266 0.031-0.359 0.141-0.094 0.094-0.156 0.219-0.156 0.359v2c0 0.266 0.219 0.484 0.484 0.5 6.484 0.234 11.766 5.516 12 12 0.016 0.266 0.234 0.484 0.5 0.484h2c0.141 0 0.266-0.063 0.359-0.156 0.109-0.094 0.156-0.219 0.141-0.359zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle\" viewBox=\"0 0 24 28\">\n<title>play-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM18 14.859c0.313-0.172 0.5-0.5 0.5-0.859s-0.187-0.688-0.5-0.859l-8.5-5c-0.297-0.187-0.688-0.187-1-0.016-0.313 0.187-0.5 0.516-0.5 0.875v10c0 0.359 0.187 0.688 0.5 0.875 0.156 0.078 0.328 0.125 0.5 0.125s0.344-0.047 0.5-0.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ticket\" viewBox=\"0 0 28 28\">\n<title>ticket</title>\n<path d=\"M16 7.063l4.937 4.937-8.937 8.937-4.937-4.937zM12.703 22.359l9.656-9.656c0.391-0.391 0.391-1.016 0-1.406l-5.656-5.656c-0.375-0.375-1.031-0.375-1.406 0l-9.656 9.656c-0.391 0.391-0.391 1.016 0 1.406l5.656 5.656c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281zM26.594 12.406l-14.172 14.187c-0.781 0.766-2.063 0.766-2.828 0l-1.969-1.969c1.172-1.172 1.172-3.078 0-4.25s-3.078-1.172-4.25 0l-1.953-1.969c-0.781-0.766-0.781-2.047 0-2.828l14.172-14.156c0.766-0.781 2.047-0.781 2.828 0l1.953 1.953c-1.172 1.172-1.172 3.078 0 4.25s3.078 1.172 4.25 0l1.969 1.953c0.766 0.781 0.766 2.063 0 2.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square\" viewBox=\"0 0 24 28\">\n<title>minus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square-o\" viewBox=\"0 0 22 28\">\n<title>minus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-up\" viewBox=\"0 0 16 28\">\n<title>level-up</title>\n<path d=\"M15.906 9.422c-0.172 0.359-0.516 0.578-0.906 0.578h-3v13.5c0 0.281-0.219 0.5-0.5 0.5h-11c-0.187 0-0.375-0.109-0.453-0.281-0.078-0.187-0.063-0.391 0.063-0.547l2.5-3c0.094-0.109 0.25-0.172 0.391-0.172h5v-10h-3c-0.391 0-0.734-0.219-0.906-0.578-0.156-0.344-0.109-0.766 0.141-1.062l5-6c0.375-0.453 1.156-0.453 1.531 0l5 6c0.25 0.297 0.313 0.719 0.141 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-down\" viewBox=\"0 0 16 28\">\n<title>level-down</title>\n<path d=\"M0.5 4h11c0.281 0 0.5 0.234 0.5 0.516v13.484h3c0.391 0 0.734 0.234 0.906 0.578 0.172 0.359 0.109 0.781-0.141 1.078l-5 6c-0.375 0.453-1.156 0.453-1.531 0l-5-6c-0.25-0.297-0.297-0.719-0.141-1.078 0.172-0.344 0.516-0.578 0.906-0.578h3v-10h-5c-0.141 0-0.281-0.063-0.391-0.172l-2.5-3c-0.125-0.141-0.141-0.359-0.063-0.531s0.266-0.297 0.453-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square\" viewBox=\"0 0 24 28\">\n<title>check-square</title>\n<path d=\"M10.703 20.297l9.594-9.594c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.297 7.297-3.297-3.297c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l5.594 5.594c0.391 0.391 1.016 0.391 1.406 0zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil-square\" viewBox=\"0 0 24 28\">\n<title>pencil-square</title>\n<path d=\"M6.312 17.313l2.375 2.375-0.812 0.812h-0.875v-1.5h-1.5v-0.875zM12.781 11.219c0.125 0.109 0.094 0.328-0.047 0.469l-4.547 4.547c-0.141 0.141-0.359 0.172-0.469 0.047-0.125-0.109-0.094-0.328 0.047-0.469l4.547-4.547c0.141-0.141 0.359-0.172 0.469-0.047zM8.5 22l8.5-8.5-4.5-4.5-8.5 8.5v4.5h4.5zM18 12.5l1.437-1.437c0.578-0.578 0.578-1.547 0-2.125l-2.375-2.375c-0.578-0.578-1.547-0.578-2.125 0l-1.437 1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link-square\" viewBox=\"0 0 24 28\">\n<title>external-link-square</title>\n<path d=\"M20 14.5v-7.5c0-0.547-0.453-1-1-1h-7.5c-0.406 0-0.766 0.25-0.922 0.609-0.156 0.375-0.078 0.812 0.219 1.094l2.25 2.25-8.344 8.344c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l8.344-8.344 2.25 2.25c0.187 0.203 0.438 0.297 0.703 0.297 0.125 0 0.266-0.031 0.391-0.078 0.359-0.156 0.609-0.516 0.609-0.922zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square\" viewBox=\"0 0 24 28\">\n<title>share-square</title>\n<path d=\"M15.703 17.203l5.5-5.5c0.391-0.391 0.391-1.016 0-1.406l-5.5-5.5c-0.281-0.297-0.719-0.375-1.078-0.219-0.375 0.156-0.625 0.516-0.625 0.922v2.5c-8.969 0-10 5.141-10 9 0 3.141 2.516 6.188 2.609 6.312 0.109 0.125 0.25 0.187 0.391 0.187 0.063 0 0.141-0.016 0.203-0.047 0.203-0.078 0.328-0.297 0.297-0.516-0.469-3.766-0.172-6.109 0.969-7.391 0.953-1.078 2.609-1.547 5.531-1.547v2.5c0 0.406 0.25 0.766 0.625 0.922 0.109 0.047 0.25 0.078 0.375 0.078 0.266 0 0.516-0.109 0.703-0.297zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compass\" viewBox=\"0 0 24 28\">\n<title>compass</title>\n<path d=\"M10 17l4-2-4-2v4zM16 7.766v8.469l-8 4v-8.469zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-down\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-down</title>\n<path d=\"M17.891 10.547c0.172 0.328 0.141 0.734-0.078 1.031l-5 7c-0.187 0.266-0.484 0.422-0.812 0.422s-0.625-0.156-0.812-0.422l-5-7c-0.219-0.297-0.25-0.703-0.078-1.031 0.172-0.344 0.516-0.547 0.891-0.547h10c0.375 0 0.719 0.203 0.891 0.547zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-up\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-up</title>\n<path d=\"M17.891 17.453c-0.172 0.344-0.516 0.547-0.891 0.547h-10c-0.375 0-0.719-0.203-0.891-0.547-0.172-0.328-0.141-0.734 0.078-1.031l5-7c0.187-0.266 0.484-0.422 0.812-0.422s0.625 0.156 0.812 0.422l5 7c0.219 0.297 0.25 0.703 0.078 1.031zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-right\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-right</title>\n<path d=\"M17 14c0 0.328-0.156 0.625-0.422 0.812l-7 5c-0.297 0.219-0.703 0.25-1.031 0.078-0.344-0.172-0.547-0.516-0.547-0.891v-10c0-0.375 0.203-0.719 0.547-0.891 0.328-0.172 0.734-0.141 1.031 0.078l7 5c0.266 0.187 0.422 0.484 0.422 0.812zM20 21.5v-15c0-0.281-0.219-0.5-0.5-0.5h-15c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h15c0.281 0 0.5-0.219 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eur\" viewBox=\"0 0 16 28\">\n<title>eur</title>\n<path d=\"M15.25 20.422l0.547 2.484c0.063 0.25-0.078 0.5-0.313 0.578-0.063 0.016-1.516 0.516-3.391 0.516-4.875 0-8.797-2.938-10.109-7.531h-1.484c-0.281 0-0.5-0.234-0.5-0.5v-1.766c0-0.266 0.219-0.5 0.5-0.5h1.031c-0.016-0.5-0.016-1.094 0.016-1.641h-1.047c-0.281 0-0.5-0.219-0.5-0.5v-1.781c0-0.281 0.219-0.5 0.5-0.5h1.531c1.391-4.375 5.391-7.281 10.063-7.281 1.625 0 2.969 0.344 3.031 0.359 0.125 0.031 0.234 0.125 0.313 0.234 0.063 0.109 0.078 0.25 0.047 0.375l-0.672 2.484c-0.063 0.266-0.328 0.422-0.594 0.344-0.016 0-1.078-0.266-2.188-0.266-2.625 0-4.828 1.422-5.875 3.75h7.313c0.156 0 0.297 0.063 0.391 0.187 0.094 0.109 0.141 0.266 0.109 0.406l-0.375 1.781c-0.047 0.234-0.25 0.406-0.5 0.406h-7.625c-0.047 0.5-0.031 1.031 0 1.641h7.172c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.422l-0.375 1.75c-0.047 0.234-0.25 0.406-0.484 0.406h-6.047c1 2.438 3.25 3.969 5.906 3.969 1.359 0 2.469-0.375 2.484-0.375 0.125-0.047 0.281-0.031 0.406 0.031 0.125 0.078 0.203 0.203 0.234 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gbp\" viewBox=\"0 0 16 28\">\n<title>gbp</title>\n<path d=\"M15.937 17.766v5.734c0 0.281-0.219 0.5-0.5 0.5h-14.938c-0.281 0-0.5-0.219-0.5-0.5v-2.344c0-0.266 0.219-0.5 0.5-0.5h1.516v-5.984h-1.484c-0.281 0-0.5-0.219-0.5-0.5v-2.047c0-0.281 0.219-0.5 0.5-0.5h1.484v-3.484c0-3.563 2.875-6.141 6.844-6.141 3.125 0 5.141 1.875 5.234 1.953 0.187 0.172 0.203 0.469 0.047 0.672l-1.609 1.984c-0.094 0.109-0.203 0.172-0.344 0.187-0.125 0.016-0.266-0.031-0.359-0.109-0.016-0.016-1.359-1.078-2.938-1.078-1.766 0-2.953 1.062-2.953 2.656v3.359h4.766c0.281 0 0.5 0.219 0.5 0.5v2.047c0 0.281-0.219 0.5-0.5 0.5h-4.766v5.922h6.469v-2.828c0-0.281 0.219-0.5 0.5-0.5h2.531c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dollar\" viewBox=\"0 0 16 28\">\n<title>dollar</title>\n<path d=\"M15.281 18.516c0 3.187-2.281 5.703-5.594 6.25v2.734c0 0.281-0.219 0.5-0.5 0.5h-2.109c-0.266 0-0.5-0.219-0.5-0.5v-2.734c-3.656-0.516-5.656-2.703-5.734-2.797-0.156-0.187-0.172-0.453-0.031-0.641l1.609-2.109c0.078-0.109 0.219-0.172 0.359-0.187s0.281 0.031 0.375 0.141c0.031 0.016 2.219 2.109 4.984 2.109 1.531 0 3.187-0.812 3.187-2.578 0-1.5-1.844-2.234-3.953-3.078-2.812-1.109-6.312-2.516-6.312-6.438 0-2.875 2.25-5.25 5.516-5.875v-2.812c0-0.281 0.234-0.5 0.5-0.5h2.109c0.281 0 0.5 0.219 0.5 0.5v2.75c3.172 0.359 4.859 2.078 4.922 2.141 0.156 0.172 0.187 0.406 0.078 0.594l-1.266 2.281c-0.078 0.141-0.203 0.234-0.359 0.25-0.156 0.031-0.297-0.016-0.422-0.109-0.016-0.016-1.906-1.687-4.25-1.687-1.984 0-3.359 0.984-3.359 2.406 0 1.656 1.906 2.391 4.125 3.25 2.875 1.109 6.125 2.375 6.125 6.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inr\" viewBox=\"0 0 14 28\">\n<title>inr</title>\n<path d=\"M14.031 7.344v1.594c0 0.281-0.219 0.5-0.5 0.5h-2.625c-0.484 3-2.781 4.953-6.328 5.375 2.328 2.484 4.813 5.484 7.172 8.375 0.125 0.141 0.156 0.359 0.063 0.531-0.078 0.172-0.25 0.281-0.453 0.281h-3.047c-0.156 0-0.297-0.063-0.391-0.187-2.516-3.016-4.828-5.781-7.781-8.922-0.094-0.094-0.141-0.219-0.141-0.344v-1.984c0-0.266 0.219-0.5 0.5-0.5h1.75c2.75 0 4.469-0.922 4.922-2.625h-6.672c-0.281 0-0.5-0.219-0.5-0.5v-1.594c0-0.281 0.219-0.5 0.5-0.5h6.453c-0.594-1.172-2-1.766-4.188-1.766h-2.266c-0.281 0-0.5-0.234-0.5-0.5v-2.078c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5v1.594c0 0.281-0.219 0.5-0.5 0.5h-3.641c0.5 0.641 0.828 1.391 1 2.25h2.672c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cny\" viewBox=\"0 0 16 28\">\n<title>cny</title>\n<path d=\"M9.422 24h-2.688c-0.281 0-0.5-0.219-0.5-0.5v-5.156h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.609c0-0.281 0.219-0.5 0.5-0.5h4.5v-1.328h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.625c0-0.266 0.219-0.5 0.5-0.5h3.344l-5.016-9.031c-0.078-0.156-0.078-0.344 0-0.5 0.094-0.156 0.266-0.25 0.438-0.25h3.031c0.187 0 0.359 0.109 0.453 0.281l3.359 6.641c0.375 0.734 0.625 1.359 0.875 1.953 0.266-0.672 0.609-1.328 0.906-2.016l2.984-6.562c0.078-0.187 0.266-0.297 0.453-0.297h2.984c0.172 0 0.328 0.094 0.422 0.25 0.094 0.141 0.094 0.328 0.016 0.484l-4.891 9.047h3.359c0.281 0 0.5 0.234 0.5 0.5v1.625c0 0.281-0.219 0.5-0.5 0.5h-4.531v1.328h4.531c0.281 0 0.5 0.219 0.5 0.5v1.609c0 0.281-0.219 0.5-0.5 0.5h-4.531v5.156c0 0.281-0.234 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rouble\" viewBox=\"0 0 20 28\">\n<title>rouble</title>\n<path d=\"M16.297 8.828c0-2.094-1.484-3.5-3.687-3.5h-5v7h5c2.203 0 3.687-1.406 3.687-3.5zM20 8.828c0 4.016-2.906 6.828-7.078 6.828h-5.313v1.844h7.891c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-7.891v3c0 0.281-0.219 0.5-0.5 0.5h-2.609c-0.281 0-0.5-0.219-0.5-0.5v-3h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h3.5v-1.844h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2.328c0-0.281 0.219-0.5 0.5-0.5h3.5v-9.828c0-0.281 0.219-0.5 0.5-0.5h8.422c4.172 0 7.078 2.812 7.078 6.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-krw\" viewBox=\"0 0 28 28\">\n<title>krw</title>\n<path d=\"M8.031 18.672l1.266-4.672h-2.484l1.172 4.688c0.016 0.031 0.016 0.063 0.031 0.094 0-0.031 0.016-0.078 0.016-0.109zM9.844 12l0.547-2h-4.562l0.5 2h3.516zM12.844 12h2.172l-0.547-2h-1.094zM19.859 18.688l1.219-4.688h-2.531l1.266 4.672c0.016 0.047 0.016 0.078 0.031 0.109 0-0.031 0.016-0.063 0.016-0.094zM21.594 12l0.516-2h-4.641l0.531 2h3.594zM28 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.328l-2.562 9.625c-0.063 0.219-0.266 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.484-0.375l-2.594-9.625h-3.266l-2.609 9.625c-0.063 0.219-0.25 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.469-0.375l-2.5-9.625h-3.25c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.734l-0.516-2h-2.219c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.703l-1.391-5.375c-0.047-0.156-0.016-0.313 0.078-0.438 0.094-0.109 0.25-0.187 0.406-0.187h2.141c0.234 0 0.438 0.156 0.484 0.375l1.406 5.625h5.609l1.516-5.625c0.063-0.219 0.266-0.375 0.484-0.375h1.969c0.234 0 0.422 0.156 0.484 0.375l1.531 5.625h5.703l1.453-5.625c0.047-0.219 0.25-0.375 0.484-0.375h2.141c0.156 0 0.313 0.078 0.406 0.187 0.094 0.125 0.125 0.297 0.078 0.438l-1.422 5.375h1.734c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.266l-0.531 2h2.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitcoin\" viewBox=\"0 0 21 28\">\n<title>bitcoin</title>\n<path d=\"M18.234 10c0.203 2.078-0.672 3.328-2.047 4.031 2.281 0.547 3.719 1.906 3.437 4.953-0.359 3.797-3.172 4.813-7.203 5.031v3.984h-2.406v-3.922c-0.609 0-1.25 0-1.906-0.016v3.938h-2.406v-3.984c-0.562 0-1.125-0.016-1.703-0.016h-3.125l0.484-2.859c1.766 0.031 1.734 0 1.734 0 0.672 0 0.859-0.484 0.906-0.797v-6.281h0.25c-0.094-0.016-0.187-0.016-0.25-0.016v-4.484c-0.094-0.5-0.406-1.062-1.391-1.062 0 0 0.031-0.031-1.734 0v-2.562l3.313 0.016c0.484 0 1 0 1.516-0.016v-3.938h2.406v3.859c0.641-0.016 1.281-0.031 1.906-0.031v-3.828h2.406v3.938c3.094 0.266 5.547 1.219 5.812 4.062zM14.875 18.516c0-3.094-5.094-2.641-6.719-2.641v5.281c1.625 0 6.719 0.344 6.719-2.641zM13.766 11.078c0-2.828-4.25-2.406-5.609-2.406v4.797c1.359 0 5.609 0.313 5.609-2.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file\" viewBox=\"0 0 24 28\">\n<title>file</title>\n<path d=\"M16 8v-7.375c0.219 0.141 0.406 0.281 0.562 0.438l6.375 6.375c0.156 0.156 0.297 0.344 0.438 0.562h-7.375zM14 8.5c0 0.828 0.672 1.5 1.5 1.5h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text\" viewBox=\"0 0 24 28\">\n<title>file-text</title>\n<path d=\"M22.937 7.438c0.156 0.156 0.297 0.344 0.438 0.562h-7.375v-7.375c0.219 0.141 0.406 0.281 0.562 0.438zM15.5 10h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5c0 0.828 0.672 1.5 1.5 1.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-asc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-asc</title>\n<path d=\"M18.609 6.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM24.563 24.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.172v0.031l0.219-0.031c0.141-0.031 0.281-0.031 0.469-0.031h3.875v-1.859h1.891zM25.953 10.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-desc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-desc</title>\n<path d=\"M18.609 22.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM25.953 26.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094zM24.563 8.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.156v0.047l0.219-0.047c0.141-0.016 0.281-0.016 0.469-0.016h3.875v-1.859h1.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-asc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-asc</title>\n<path d=\"M11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM25 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM22 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM19 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-desc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-desc</title>\n<path d=\"M19 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM25 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM28 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-asc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-asc</title>\n<path d=\"M21.031 20.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM23.219 21.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422zM22.75 10.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-desc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-desc</title>\n<path d=\"M21.031 4.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22.75 26.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578zM23.219 5.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-up\" viewBox=\"0 0 25 28\">\n<title>thumbs-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1-0.562 0-1 0.453-1 1 0 0.562 0.438 1 1 1 0.547 0 1-0.438 1-1zM6.5 13v10c0 0.547-0.453 1-1 1h-4.5c-0.547 0-1-0.453-1-1v-10c0-0.547 0.453-1 1-1h4.5c0.547 0 1 0.453 1 1zM25 13c0 0.828-0.328 1.719-0.859 2.328 0.172 0.5 0.234 0.969 0.234 1.188 0.031 0.781-0.203 1.516-0.672 2.141 0.172 0.578 0.172 1.203 0 1.828-0.156 0.578-0.453 1.094-0.844 1.469 0.094 1.172-0.172 2.125-0.766 2.828-0.672 0.797-1.703 1.203-3.078 1.219h-2.016c-2.234 0-4.344-0.734-6.031-1.313-0.984-0.344-1.922-0.672-2.469-0.688-0.531-0.016-1-0.453-1-1v-10.016c0-0.516 0.438-0.953 0.953-1 0.578-0.047 2.078-1.906 2.766-2.812 0.562-0.719 1.094-1.391 1.578-1.875 0.609-0.609 0.781-1.547 0.969-2.453 0.172-0.922 0.359-1.891 1.031-2.547 0.187-0.187 0.438-0.297 0.703-0.297 3.5 0 3.5 2.797 3.5 4 0 1.281-0.453 2.188-0.875 3-0.172 0.344-0.328 0.5-0.453 1h4.328c1.625 0 3 1.375 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-down\" viewBox=\"0 0 25 28\">\n<title>thumbs-down</title>\n<path d=\"M4 9c0 0.547-0.453 1-1 1-0.562 0-1-0.453-1-1 0-0.562 0.438-1 1-1 0.547 0 1 0.438 1 1zM6.5 17v-10c0-0.547-0.453-1-1-1h-4.5c-0.547 0-1 0.453-1 1v10c0 0.547 0.453 1 1 1h4.5c0.547 0 1-0.453 1-1zM24.141 14.672c0.531 0.594 0.859 1.5 0.859 2.328-0.016 1.625-1.375 3-3 3h-4.328c0.125 0.5 0.281 0.656 0.453 1 0.406 0.812 0.875 1.719 0.875 3 0 1.203 0 4-3.5 4-0.266 0-0.516-0.109-0.703-0.297-0.672-0.656-0.859-1.625-1.031-2.547-0.187-0.906-0.359-1.844-0.969-2.453-0.484-0.484-1.016-1.156-1.578-1.875-0.688-0.906-2.188-2.766-2.766-2.812-0.516-0.047-0.953-0.484-0.953-1v-10.016c0-0.547 0.469-0.984 1-1 0.547-0.016 1.484-0.344 2.469-0.688 1.687-0.578 3.797-1.313 6.031-1.313h2.016c1.375 0.016 2.406 0.422 3.078 1.219 0.594 0.703 0.859 1.656 0.766 2.828 0.391 0.375 0.688 0.891 0.844 1.469 0.172 0.625 0.172 1.25 0 1.828 0.469 0.625 0.703 1.359 0.672 2.141 0 0.219-0.063 0.688-0.234 1.188z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-square\" viewBox=\"0 0 24 28\">\n<title>youtube-square</title>\n<path d=\"M14.359 20.359v-2.453c0-0.516-0.156-0.781-0.453-0.781-0.172 0-0.344 0.078-0.516 0.25v3.5c0.172 0.172 0.344 0.25 0.516 0.25 0.297 0 0.453-0.25 0.453-0.766zM17.234 18.453h1.031v-0.531c0-0.531-0.172-0.797-0.516-0.797s-0.516 0.266-0.516 0.797v0.531zM8.313 14.297v1.094h-1.25v6.609h-1.156v-6.609h-1.219v-1.094h3.625zM11.453 16.266v5.734h-1.047v-0.625c-0.406 0.469-0.797 0.703-1.188 0.703-0.328 0-0.562-0.141-0.656-0.438-0.063-0.172-0.094-0.438-0.094-0.844v-4.531h1.031v4.219c0 0.234 0 0.375 0.016 0.406 0.016 0.156 0.094 0.234 0.234 0.234 0.219 0 0.422-0.156 0.656-0.484v-4.375h1.047zM15.391 18v2.281c0 0.516-0.031 0.906-0.109 1.141-0.125 0.438-0.406 0.656-0.828 0.656-0.359 0-0.719-0.219-1.062-0.641v0.562h-1.047v-7.703h1.047v2.516c0.328-0.406 0.688-0.625 1.062-0.625 0.422 0 0.703 0.219 0.828 0.656 0.078 0.234 0.109 0.609 0.109 1.156zM19.313 20.016v0.141c0 0.344-0.016 0.562-0.031 0.672-0.031 0.234-0.109 0.438-0.234 0.625-0.281 0.422-0.719 0.625-1.25 0.625-0.547 0-0.969-0.203-1.266-0.594-0.219-0.281-0.328-0.734-0.328-1.344v-2.016c0-0.609 0.094-1.047 0.313-1.344 0.297-0.391 0.719-0.594 1.25-0.594 0.516 0 0.938 0.203 1.219 0.594 0.219 0.297 0.328 0.734 0.328 1.344v1.188h-2.078v1.016c0 0.531 0.172 0.797 0.531 0.797 0.25 0 0.406-0.141 0.469-0.406 0-0.063 0.016-0.297 0.016-0.703h1.062zM12.266 7.141v2.438c0 0.531-0.172 0.797-0.5 0.797-0.344 0-0.5-0.266-0.5-0.797v-2.438c0-0.531 0.156-0.812 0.5-0.812 0.328 0 0.5 0.281 0.5 0.812zM20.594 18.281v0c0-1.344 0-2.766-0.297-4.062-0.219-0.922-0.969-1.594-1.859-1.687-2.125-0.234-4.281-0.234-6.438-0.234-2.141 0-4.297 0-6.422 0.234-0.906 0.094-1.656 0.766-1.859 1.687-0.297 1.297-0.313 2.719-0.313 4.062v0c0 1.328 0 2.75 0.313 4.062 0.203 0.906 0.953 1.578 1.844 1.687 2.141 0.234 4.297 0.234 6.438 0.234s4.297 0 6.438-0.234c0.891-0.109 1.641-0.781 1.844-1.687 0.313-1.313 0.313-2.734 0.313-4.062zM8.797 8.109l1.406-4.625h-1.172l-0.797 3.047-0.828-3.047h-1.219c0.234 0.719 0.5 1.437 0.734 2.156 0.375 1.094 0.609 1.906 0.719 2.469v3.141h1.156v-3.141zM13.312 9.375v-2.031c0-0.609-0.109-1.062-0.328-1.359-0.297-0.391-0.703-0.594-1.219-0.594-0.531 0-0.938 0.203-1.219 0.594-0.219 0.297-0.328 0.75-0.328 1.359v2.031c0 0.609 0.109 1.062 0.328 1.359 0.281 0.391 0.688 0.594 1.219 0.594 0.516 0 0.922-0.203 1.219-0.594 0.219-0.281 0.328-0.75 0.328-1.359zM16.141 11.25h1.047v-5.781h-1.047v4.422c-0.234 0.328-0.453 0.484-0.656 0.484-0.141 0-0.234-0.078-0.25-0.25-0.016-0.031-0.016-0.156-0.016-0.406v-4.25h-1.047v4.578c0 0.406 0.031 0.672 0.094 0.859 0.109 0.281 0.344 0.422 0.672 0.422 0.391 0 0.781-0.234 1.203-0.703v0.625zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube\" viewBox=\"0 0 24 28\">\n<title>youtube</title>\n<path d=\"M15.172 19.437v3.297c0 0.703-0.203 1.047-0.609 1.047-0.234 0-0.469-0.109-0.703-0.344v-4.703c0.234-0.234 0.469-0.344 0.703-0.344 0.406 0 0.609 0.359 0.609 1.047zM20.453 19.453v0.719h-1.406v-0.719c0-0.703 0.234-1.062 0.703-1.062s0.703 0.359 0.703 1.062zM5.359 16.047h1.672v-1.469h-4.875v1.469h1.641v8.891h1.563v-8.891zM9.859 24.938h1.391v-7.719h-1.391v5.906c-0.313 0.438-0.609 0.656-0.891 0.656-0.187 0-0.297-0.109-0.328-0.328-0.016-0.047-0.016-0.219-0.016-0.547v-5.688h-1.391v6.109c0 0.547 0.047 0.906 0.125 1.141 0.125 0.391 0.453 0.578 0.906 0.578 0.5 0 1.031-0.313 1.594-0.953v0.844zM16.562 22.625v-3.078c0-0.719-0.031-1.234-0.141-1.547-0.172-0.578-0.562-0.875-1.109-0.875-0.516 0-1 0.281-1.453 0.844v-3.391h-1.391v10.359h1.391v-0.75c0.469 0.578 0.953 0.859 1.453 0.859 0.547 0 0.938-0.297 1.109-0.859 0.109-0.328 0.141-0.844 0.141-1.563zM21.844 22.469v-0.203h-1.422c0 0.562-0.016 0.875-0.031 0.953-0.078 0.375-0.281 0.562-0.625 0.562-0.484 0-0.719-0.359-0.719-1.078v-1.359h2.797v-1.609c0-0.828-0.141-1.422-0.422-1.813-0.406-0.531-0.953-0.797-1.656-0.797-0.719 0-1.266 0.266-1.672 0.797-0.297 0.391-0.438 0.984-0.438 1.813v2.703c0 0.828 0.156 1.437 0.453 1.813 0.406 0.531 0.953 0.797 1.687 0.797s1.313-0.281 1.687-0.828c0.172-0.25 0.297-0.531 0.328-0.844 0.031-0.141 0.031-0.453 0.031-0.906zM12.344 8.203v-3.281c0-0.719-0.203-1.078-0.672-1.078-0.453 0-0.672 0.359-0.672 1.078v3.281c0 0.719 0.219 1.094 0.672 1.094 0.469 0 0.672-0.375 0.672-1.094zM23.578 19.938c0 1.797-0.016 3.719-0.406 5.469-0.297 1.234-1.297 2.141-2.5 2.266-2.875 0.328-5.781 0.328-8.672 0.328s-5.797 0-8.672-0.328c-1.203-0.125-2.219-1.031-2.5-2.266-0.406-1.75-0.406-3.672-0.406-5.469v0c0-1.813 0.016-3.719 0.406-5.469 0.297-1.234 1.297-2.141 2.516-2.281 2.859-0.313 5.766-0.313 8.656-0.313s5.797 0 8.672 0.313c1.203 0.141 2.219 1.047 2.5 2.281 0.406 1.75 0.406 3.656 0.406 5.469zM7.984 0h1.594l-1.891 6.234v4.234h-1.563v-4.234c-0.141-0.766-0.453-1.859-0.953-3.313-0.344-0.969-0.688-1.953-1.016-2.922h1.656l1.109 4.109zM13.766 5.203v2.734c0 0.828-0.141 1.453-0.438 1.844-0.391 0.531-0.938 0.797-1.656 0.797-0.703 0-1.25-0.266-1.641-0.797-0.297-0.406-0.438-1.016-0.438-1.844v-2.734c0-0.828 0.141-1.437 0.438-1.828 0.391-0.531 0.938-0.797 1.641-0.797 0.719 0 1.266 0.266 1.656 0.797 0.297 0.391 0.438 1 0.438 1.828zM19 2.672v7.797h-1.422v-0.859c-0.562 0.656-1.094 0.969-1.609 0.969-0.453 0-0.781-0.187-0.922-0.578-0.078-0.234-0.125-0.609-0.125-1.172v-6.156h1.422v5.734c0 0.328 0 0.516 0.016 0.547 0.031 0.219 0.141 0.344 0.328 0.344 0.281 0 0.578-0.219 0.891-0.672v-5.953h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing\" viewBox=\"0 0 22 28\">\n<title>xing</title>\n<path d=\"M9.328 10.422c0 0-0.156 0.266-4.016 7.125-0.203 0.344-0.469 0.719-1.016 0.719h-3.734c-0.219 0-0.391-0.109-0.484-0.266s-0.109-0.359 0-0.562l3.953-7c0.016 0 0.016 0 0-0.016l-2.516-4.359c-0.109-0.203-0.125-0.422-0.016-0.578 0.094-0.156 0.281-0.234 0.5-0.234h3.734c0.562 0 0.844 0.375 1.031 0.703 2.547 4.453 2.562 4.469 2.562 4.469zM21.922 0.391c0.109 0.156 0.109 0.375 0 0.578l-8.25 14.594c-0.016 0-0.016 0.016 0 0.016l5.25 9.609c0.109 0.203 0.109 0.422 0.016 0.578-0.109 0.156-0.281 0.234-0.5 0.234h-3.734c-0.562 0-0.859-0.375-1.031-0.703-5.297-9.703-5.297-9.719-5.297-9.719s0.266-0.469 8.297-14.719c0.203-0.359 0.438-0.703 1-0.703h3.766c0.219 0 0.391 0.078 0.484 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing-square\" viewBox=\"0 0 24 28\">\n<title>xing-square</title>\n<path d=\"M10.703 11.953c0 0 0-0.016-1.969-3.469-0.156-0.25-0.375-0.531-0.812-0.531h-2.875c-0.187 0-0.328 0.063-0.406 0.172-0.078 0.125-0.063 0.297 0.016 0.453l1.953 3.375v0.016l-3.063 5.406c-0.094 0.156-0.078 0.313 0 0.438s0.203 0.203 0.375 0.203h2.891c0.422 0 0.641-0.297 0.781-0.562 3-5.297 3.109-5.5 3.109-5.5zM20.453 4.188c-0.078-0.125-0.203-0.187-0.375-0.187h-2.922c-0.422 0-0.609 0.266-0.766 0.547-6.219 11.031-6.422 11.391-6.422 11.391s0 0.016 4.094 7.516c0.141 0.25 0.359 0.547 0.812 0.547h2.875c0.172 0 0.313-0.063 0.391-0.187s0.078-0.281-0.016-0.438l-4.062-7.438v-0.016l6.391-11.297c0.078-0.156 0.078-0.313 0-0.438zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-play\" viewBox=\"0 0 28 28\">\n<title>youtube-play</title>\n<path d=\"M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797 0.281 9.797 0.281 0.547 0.063 1.75 0.063 2.812 1.188 0 0 0.859 0.844 1.109 2.781 0.297 2.266 0.281 4.531 0.281 4.531v2.125s0.016 2.266-0.281 4.531c-0.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906 0.297-9.797 0.297v0c-7.281-0.063-9.516-0.281-9.516-0.281-0.625-0.109-2.031-0.078-3.094-1.188 0 0-0.859-0.859-1.109-2.781-0.297-2.266-0.281-4.531-0.281-4.531v-2.125s-0.016-2.266 0.281-4.531c0.25-1.937 1.109-2.781 1.109-2.781 1.062-1.125 2.266-1.125 2.812-1.188 0 0 3.906-0.281 9.797-0.281v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dropbox\" viewBox=\"0 0 28 28\">\n<title>dropbox</title>\n<path d=\"M6.281 11.047l7.719 4.766-5.344 4.453-7.656-4.984zM21.688 19.719v1.687l-7.656 4.578v0.016l-0.016-0.016-0.016 0.016v-0.016l-7.641-4.578v-1.687l2.297 1.5 5.344-4.438v-0.031l0.016 0.016 0.016-0.016v0.031l5.359 4.438zM8.656 1.844l5.344 4.453-7.719 4.75-5.281-4.219zM21.719 11.047l5.281 4.234-7.641 4.984-5.359-4.453zM19.359 1.844l7.641 4.984-5.281 4.219-7.719-4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-overflow\" viewBox=\"0 0 24 28\">\n<title>stack-overflow</title>\n<path d=\"M20.141 25.5h-17.469v-7.5h-2.5v10h22.469v-10h-2.5v7.5zM5.422 17.313l0.516-2.453 12.234 2.578-0.516 2.438zM7.031 11.469l1.047-2.281 11.328 5.297-1.047 2.266zM10.172 5.906l1.594-1.922 9.594 8.016-1.594 1.922zM16.375 0l7.453 10.016-2 1.5-7.453-10.016zM5.156 22.984v-2.484h12.5v2.484h-12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-instagram\" viewBox=\"0 0 24 28\">\n<title>instagram</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM18.156 14c0 3.406-2.75 6.156-6.156 6.156s-6.156-2.75-6.156-6.156 2.75-6.156 6.156-6.156 6.156 2.75 6.156 6.156zM19.844 7.594c0 0.797-0.641 1.437-1.437 1.437s-1.437-0.641-1.437-1.437 0.641-1.437 1.437-1.437 1.437 0.641 1.437 1.437zM12 4.156c-1.75 0-5.5-0.141-7.078 0.484-0.547 0.219-0.953 0.484-1.375 0.906s-0.688 0.828-0.906 1.375c-0.625 1.578-0.484 5.328-0.484 7.078s-0.141 5.5 0.484 7.078c0.219 0.547 0.484 0.953 0.906 1.375s0.828 0.688 1.375 0.906c1.578 0.625 5.328 0.484 7.078 0.484s5.5 0.141 7.078-0.484c0.547-0.219 0.953-0.484 1.375-0.906s0.688-0.828 0.906-1.375c0.625-1.578 0.484-5.328 0.484-7.078s0.141-5.5-0.484-7.078c-0.219-0.547-0.484-0.953-0.906-1.375s-0.828-0.688-1.375-0.906c-1.578-0.625-5.328-0.484-7.078-0.484zM24 14c0 1.656 0.016 3.297-0.078 4.953-0.094 1.922-0.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656 0.094-3.297 0.078-4.953 0.078s-3.297 0.016-4.953-0.078c-1.922-0.094-3.625-0.531-5.031-1.937s-1.844-3.109-1.937-5.031c-0.094-1.656-0.078-3.297-0.078-4.953s-0.016-3.297 0.078-4.953c0.094-1.922 0.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-0.094 3.297-0.078 4.953-0.078s3.297-0.016 4.953 0.078c1.922 0.094 3.625 0.531 5.031 1.937s1.844 3.109 1.937 5.031c0.094 1.656 0.078 3.297 0.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flickr\" viewBox=\"0 0 24 28\">\n<title>flickr</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM10.906 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313zM19.719 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adn\" viewBox=\"0 0 24 28\">\n<title>adn</title>\n<path d=\"M12 9.719l3.141 4.781h-6.281zM17.703 18h1.469l-7.172-10.797-7.172 10.797h1.469l1.625-2.5h8.156zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket\" viewBox=\"0 0 22 28\">\n<title>bitbucket</title>\n<path d=\"M12.734 13.422c0.172 1.312-1.422 2.344-2.531 1.672-1.25-0.547-1.25-2.531-0.031-3.094 1.047-0.641 2.562 0.203 2.562 1.422zM14.469 13.094c-0.281-2.219-2.797-3.687-4.844-2.766-1.297 0.578-2.172 1.953-2.109 3.406 0.078 1.906 1.891 3.469 3.797 3.297s3.391-2.031 3.156-3.938zM18.203 4.625c-0.688-0.906-1.859-1.062-2.891-1.234-2.922-0.469-5.922-0.484-8.844 0.031-0.969 0.156-2.063 0.328-2.672 1.203 1 0.938 2.422 1.078 3.703 1.234 2.312 0.297 4.688 0.313 7 0.016 1.297-0.156 2.734-0.281 3.703-1.25zM19.094 20.797c-0.438 1.531-0.187 3.594-1.813 4.484-2.797 1.547-6.188 1.719-9.266 1.172-1.625-0.297-3.531-0.812-4.422-2.344-0.391-1.5-0.641-3.031-0.891-4.562l0.094-0.25 0.281-0.141c4.656 3.078 11.172 3.078 15.844 0 0.734 0.219 0.187 1.109 0.172 1.641zM21.922 5.781c-0.531 3.422-1.141 6.828-1.734 10.234-0.172 1-1.141 1.563-1.953 1.984-2.922 1.469-6.328 1.719-9.531 1.375-2.172-0.234-4.391-0.812-6.156-2.172-0.828-0.641-0.828-1.734-0.984-2.656-0.547-3.203-1.172-6.406-1.563-9.641 0.187-1.406 1.766-2.016 2.938-2.453 1.563-0.578 3.234-0.844 4.891-1 3.531-0.344 7.141-0.219 10.563 0.781 1.219 0.359 2.531 0.859 3.359 1.906 0.375 0.484 0.25 1.094 0.172 1.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket-square\" viewBox=\"0 0 24 28\">\n<title>bitbucket-square</title>\n<path d=\"M13.25 13.594c0-0.891-1.094-1.5-1.844-1.047-0.891 0.422-0.891 1.859 0.016 2.234 0.812 0.484 1.953-0.25 1.828-1.188zM14.5 13.344c0.172 1.375-0.906 2.719-2.281 2.844s-2.672-1-2.734-2.391c-0.047-1.031 0.594-2.031 1.531-2.453 1.469-0.656 3.281 0.406 3.484 2zM17.187 7.234c-0.688 0.703-1.734 0.797-2.656 0.906-1.672 0.219-3.375 0.203-5.063 0-0.922-0.125-1.937-0.234-2.656-0.906 0.438-0.625 1.219-0.75 1.922-0.859 2.109-0.375 4.266-0.359 6.375-0.016 0.75 0.109 1.594 0.234 2.078 0.875zM17.844 18.891c0-0.375 0.391-1.016-0.141-1.172-3.359 2.219-8.047 2.219-11.422 0l-0.187 0.094-0.078 0.187c0.187 1.094 0.359 2.203 0.641 3.281 0.641 1.109 2.016 1.484 3.187 1.687 2.219 0.406 4.672 0.281 6.687-0.828 1.172-0.656 0.984-2.141 1.313-3.25zM19.875 8.062c0.063-0.375 0.141-0.828-0.125-1.172-0.594-0.75-1.531-1.109-2.422-1.375-2.469-0.719-5.078-0.812-7.609-0.562-1.203 0.109-2.406 0.313-3.531 0.719-0.844 0.328-1.984 0.766-2.125 1.766 0.281 2.344 0.734 4.641 1.125 6.969 0.125 0.656 0.125 1.437 0.719 1.906 1.266 0.969 2.875 1.391 4.438 1.563 2.312 0.25 4.766 0.078 6.875-0.984 0.594-0.313 1.281-0.719 1.406-1.437 0.438-2.453 0.859-4.906 1.25-7.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr\" viewBox=\"0 0 17 28\">\n<title>tumblr</title>\n<path d=\"M14.75 20.766l1.25 3.703c-0.469 0.703-2.594 1.5-4.5 1.531-5.672 0.094-7.812-4.031-7.812-6.937v-8.5h-2.625v-3.359c3.938-1.422 4.891-4.984 5.109-7.016 0.016-0.125 0.125-0.187 0.187-0.187h3.813v6.625h5.203v3.937h-5.219v8.094c0 1.094 0.406 2.609 2.5 2.562 0.688-0.016 1.609-0.219 2.094-0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr-square\" viewBox=\"0 0 24 28\">\n<title>tumblr-square</title>\n<path d=\"M17.75 22.828l-0.969-2.859c-0.375 0.187-1.078 0.344-1.609 0.344-1.594 0.047-1.922-1.109-1.922-1.969v-6.219h4.016v-3.031h-4v-5.094h-2.938c-0.047 0-0.125 0.047-0.141 0.156-0.172 1.547-0.906 4.297-3.938 5.391v2.578h2.031v6.531c0 2.234 1.641 5.422 6 5.344 1.469-0.031 3.109-0.641 3.469-1.172zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-down\" viewBox=\"0 0 12 28\">\n<title>long-arrow-down</title>\n<path d=\"M11.953 20.297c0.078 0.187 0.047 0.391-0.078 0.547l-5.469 6c-0.094 0.094-0.219 0.156-0.359 0.156v0c-0.141 0-0.281-0.063-0.375-0.156l-5.547-6c-0.125-0.156-0.156-0.359-0.078-0.547 0.078-0.172 0.25-0.297 0.453-0.297h3.5v-19.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v19.5h3.5c0.203 0 0.375 0.109 0.453 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-up\" viewBox=\"0 0 12 28\">\n<title>long-arrow-up</title>\n<path d=\"M11.953 7.703c-0.078 0.172-0.25 0.297-0.453 0.297h-3.5v19.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-19.5h-3.5c-0.203 0-0.375-0.109-0.453-0.297s-0.047-0.391 0.078-0.547l5.469-6c0.094-0.094 0.219-0.156 0.359-0.156v0c0.141 0 0.281 0.063 0.375 0.156l5.547 6c0.125 0.156 0.156 0.359 0.078 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-left\" viewBox=\"0 0 29 28\">\n<title>long-arrow-left</title>\n<path d=\"M28 12.5v3c0 0.281-0.219 0.5-0.5 0.5h-19.5v3.5c0 0.203-0.109 0.375-0.297 0.453s-0.391 0.047-0.547-0.078l-6-5.469c-0.094-0.094-0.156-0.219-0.156-0.359v0c0-0.141 0.063-0.281 0.156-0.375l6-5.531c0.156-0.141 0.359-0.172 0.547-0.094 0.172 0.078 0.297 0.25 0.297 0.453v3.5h19.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-right\" viewBox=\"0 0 27 28\">\n<title>long-arrow-right</title>\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-apple\" viewBox=\"0 0 22 28\">\n<title>apple</title>\n<path d=\"M21.766 18.984c-0.391 1.234-1.016 2.547-1.922 3.906-1.344 2.047-2.688 3.063-4.016 3.063-0.531 0-1.25-0.172-2.188-0.5-0.922-0.344-1.719-0.5-2.359-0.5-0.625 0-1.375 0.172-2.219 0.516-0.859 0.359-1.547 0.531-2.063 0.531-1.609 0-3.156-1.359-4.703-4.047-1.516-2.688-2.297-5.297-2.297-7.859 0-2.391 0.594-4.328 1.766-5.844 1.172-1.5 2.641-2.25 4.438-2.25 0.766 0 1.672 0.156 2.766 0.469 1.078 0.313 1.797 0.469 2.156 0.469 0.453 0 1.203-0.172 2.234-0.531 1.031-0.344 1.937-0.531 2.703-0.531 1.25 0 2.359 0.344 3.328 1.016 0.547 0.375 1.094 0.906 1.625 1.563-0.812 0.688-1.406 1.297-1.781 1.844-0.672 0.969-1.016 2.047-1.016 3.234 0 1.281 0.359 2.453 1.078 3.484s1.547 1.687 2.469 1.969zM15.891 0.656c0 0.641-0.156 1.359-0.453 2.125-0.313 0.781-0.797 1.5-1.453 2.156-0.562 0.562-1.125 0.938-1.687 1.125-0.359 0.109-0.891 0.203-1.625 0.266 0.031-1.547 0.438-2.891 1.219-4.016s2.094-1.891 3.906-2.312c0.031 0.141 0.063 0.25 0.078 0.344 0 0.109 0.016 0.203 0.016 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-windows\" viewBox=\"0 0 26 28\">\n<title>windows</title>\n<path d=\"M10.656 15.719v10.172l-10.656-1.469v-8.703h10.656zM10.656 4.109v10.297h-10.656v-8.828zM26 15.719v12.281l-14.172-1.953v-10.328h14.172zM26 2v12.406h-14.172v-10.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-android\" viewBox=\"0 0 22 28\">\n<title>android</title>\n<path d=\"M7.703 7.547c0.344 0 0.609-0.281 0.609-0.609s-0.266-0.609-0.609-0.609c-0.328 0-0.594 0.281-0.594 0.609s0.266 0.609 0.594 0.609zM14.297 7.547c0.328 0 0.594-0.281 0.594-0.609s-0.266-0.609-0.594-0.609c-0.344 0-0.609 0.281-0.609 0.609s0.266 0.609 0.609 0.609zM1.609 10.422c0.875 0 1.594 0.719 1.594 1.594v6.719c0 0.891-0.703 1.609-1.594 1.609s-1.609-0.719-1.609-1.609v-6.719c0-0.875 0.719-1.594 1.609-1.594zM18.172 10.719v10.406c0 0.953-0.766 1.719-1.703 1.719h-1.172v3.547c0 0.891-0.719 1.609-1.609 1.609s-1.609-0.719-1.609-1.609v-3.547h-2.156v3.547c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609l-0.016-3.547h-1.156c-0.953 0-1.719-0.766-1.719-1.719v-10.406h14.344zM14.547 4.391c2.188 1.125 3.672 3.281 3.672 5.766h-14.453c0-2.484 1.484-4.641 3.687-5.766l-1.109-2.047c-0.063-0.109-0.031-0.25 0.078-0.313 0.109-0.047 0.25-0.016 0.313 0.094l1.125 2.063c0.953-0.422 2.016-0.656 3.141-0.656s2.188 0.234 3.141 0.656l1.125-2.063c0.063-0.109 0.203-0.141 0.313-0.094 0.109 0.063 0.141 0.203 0.078 0.313zM22 12.016v6.719c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609v-6.719c0-0.891 0.719-1.594 1.594-1.594 0.891 0 1.609 0.703 1.609 1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linux\" viewBox=\"0 0 25 28\">\n<title>linux</title>\n<path d=\"M10.359 6.422v0c-0.313 0.031-0.203 0.313-0.375 0.313-0.156 0.016-0.125-0.344 0.375-0.313zM11.719 6.641c-0.156 0.047-0.172-0.25-0.453-0.172v0c0.453-0.203 0.609 0.109 0.453 0.172zM6.234 13.312c-0.141-0.047-0.109 0.234-0.25 0.453-0.109 0.203-0.391 0.359-0.172 0.391v0c0.078 0.016 0.297-0.172 0.391-0.391 0.078-0.266 0.156-0.406 0.031-0.453zM19.594 18.922c0-0.281-0.609-0.547-0.859-0.656 0.422-1.406 0.234-1.969-0.047-3.297-0.219-1-1.141-2.359-1.859-2.781 0.187 0.156 0.531 0.609 0.891 1.297 0.625 1.172 1.25 2.906 0.844 4.344-0.156 0.562-0.531 0.641-0.781 0.656-1.094 0.125-0.453-1.313-0.906-3.266-0.516-2.188-1.047-2.344-1.172-2.516-0.641-2.844-1.344-2.562-1.547-3.625-0.172-0.953 0.828-1.734-0.531-2-0.422-0.078-1.016-0.5-1.25-0.531s-0.359-1.578 0.516-1.625c0.859-0.063 1.016 0.969 0.859 1.375-0.25 0.406 0.016 0.562 0.438 0.422 0.344-0.109 0.125-1.016 0.203-1.141-0.219-1.313-0.766-1.5-1.328-1.609-2.156 0.172-1.188 2.547-1.406 2.328-0.313-0.328-1.219-0.031-1.219-0.234 0.016-1.219-0.391-1.922-0.953-1.937-0.625-0.016-0.875 0.859-0.906 1.359-0.047 0.469 0.266 1.453 0.5 1.375 0.156-0.047 0.422-0.359 0.141-0.344-0.141 0-0.359-0.344-0.391-0.75-0.016-0.406 0.141-0.812 0.672-0.797 0.609 0.016 0.609 1.234 0.547 1.281-0.203 0.141-0.453 0.406-0.484 0.453-0.203 0.328-0.594 0.422-0.75 0.562-0.266 0.281-0.328 0.594-0.125 0.703 0.719 0.406 0.484 0.875 1.484 0.906 0.656 0.031 1.141-0.094 1.594-0.234 0.344-0.109 1.453-0.344 1.687-0.75 0.109-0.172 0.234-0.172 0.313-0.125 0.156 0.078 0.187 0.375-0.203 0.469-0.547 0.156-1.094 0.453-1.594 0.641-0.484 0.203-0.641 0.281-1.094 0.359-1.031 0.187-1.797-0.375-1.109 0.297 0.234 0.219 0.453 0.359 1.047 0.344 1.313-0.047 2.766-1.625 2.906-0.922 0.031 0.156-0.406 0.344-0.75 0.516-1.219 0.594-2.078 1.781-2.859 1.375-0.703-0.375-1.406-2.109-1.391-1.328 0.016 1.203-1.578 2.266-0.844 3.641-0.484 0.125-1.563 2.422-1.719 3.609-0.094 0.688 0.063 1.531-0.109 2-0.234 0.688-1.297-0.656-0.953-2.297 0.063-0.281 0-0.344-0.078-0.203-0.422 0.766-0.187 1.844 0.156 2.594 0.141 0.328 0.5 0.469 0.766 0.75 0.547 0.625 2.703 2.219 3.078 2.609 0.484 0.453 0.344 1.516-0.656 1.625v0c0.516 0.969 1.016 1.062 1 2.641 0.594-0.313 0.359-1 0.109-1.437-0.172-0.313-0.391-0.453-0.344-0.531 0.031-0.047 0.344-0.313 0.516-0.109 0.531 0.594 1.531 0.703 2.594 0.562 1.078-0.125 2.234-0.5 2.766-1.359 0.25-0.406 0.422-0.547 0.531-0.469 0.125 0.063 0.172 0.344 0.156 0.812-0.016 0.5-0.219 1.016-0.359 1.437-0.141 0.484-0.187 0.812 0.281 0.828 0.125-0.875 0.375-1.734 0.438-2.609 0.078-1-0.641-2.844 0.141-3.766 0.203-0.25 0.453-0.281 0.797-0.281 0.047-1.25 1.969-1.156 2.609-0.641zM9.781 6c0.063-0.391-0.125-0.672-0.219-0.703-0.187-0.047-0.156 0.234-0.063 0.203v0c0.063 0 0.141 0.094 0.109 0.234-0.031 0.187-0.016 0.313 0.125 0.313 0.016 0 0.047 0 0.047-0.047zM16.328 9.078c-0.063-0.297-0.281-0.187-0.531-0.344-0.297-0.187-0.359-0.5-0.469-0.391v0c-0.328 0.359 0.406 1.109 0.719 1.172 0.187 0.031 0.328-0.219 0.281-0.438zM13.547 5.75c0.016-0.375-0.313-0.562-0.391-0.547-0.203 0.016-0.141 0.109-0.047 0.141v0c0.125 0.031 0.25 0.25 0.281 0.484 0 0.031 0.156-0.031 0.156-0.078zM14.391 2.109c0.016-0.078-0.187-0.172-0.328-0.281-0.125-0.125-0.25-0.234-0.375-0.234-0.313 0.031-0.156 0.359-0.203 0.516v0c-0.063 0.172-0.297 0.313-0.141 0.438 0.141 0.109 0.234-0.172 0.531-0.281 0.078-0.031 0.438 0.016 0.516-0.156zM23.219 23.063c1.922 1.188-0.719 2.172-1.859 2.75-0.891 0.453-2.078 1.453-2.516 1.875-0.328 0.313-1.687 0.469-2.453 0.078-0.891-0.453-0.422-1.172-1.797-1.219-0.688-0.016-1.359-0.016-2.031-0.016-0.594 0.016-1.188 0.047-1.797 0.063-2.063 0.047-2.266 1.375-3.594 1.328-0.906-0.031-2.047-0.75-4.016-1.156-1.375-0.281-2.703-0.359-2.984-0.969s0.344-1.297 0.391-1.891c0.047-0.797-0.594-1.875-0.125-2.281 0.406-0.359 1.266-0.094 1.828-0.406 0.594-0.344 0.844-0.609 0.844-1.344 0.219 0.75-0.016 1.359-0.5 1.656-0.297 0.187-0.844 0.281-1.297 0.234-0.359-0.031-0.578 0.016-0.672 0.156-0.141 0.172-0.094 0.484 0.078 0.891s0.375 0.672 0.344 1.172c-0.016 0.5-0.578 1.094-0.484 1.516 0.031 0.156 0.187 0.297 0.578 0.406 0.625 0.172 1.766 0.344 2.875 0.609 1.234 0.313 2.516 0.875 3.313 0.766 2.375-0.328 1.016-2.875 0.641-3.484v0c-2.016-3.156-3.344-5.219-4.406-4.406-0.266 0.219-0.281-0.531-0.266-0.828 0.047-1.031 0.562-1.406 0.875-2.203 0.594-1.516 1.047-3.25 1.953-4.141 0.672-0.875 1.734-2.297 1.937-3.047-0.172-1.625-0.219-3.344-0.25-4.844-0.031-1.609 0.219-3.016 2.031-4 0.438-0.234 1.016-0.328 1.625-0.328 1.078-0.016 2.281 0.297 3.047 0.859 1.219 0.906 1.984 2.828 1.891 4.203-0.063 1.078 0.125 2.188 0.469 3.344 0.406 1.359 1.047 2.312 2.078 3.406 1.234 1.313 2.203 3.891 2.484 5.531 0.25 1.531-0.094 2.484-0.422 2.531-0.5 0.078-0.812 1.656-2.375 1.594-1-0.047-1.094-0.641-1.375-1.156-0.453-0.797-0.906-0.547-1.078 0.297-0.094 0.422-0.031 1.047 0.109 1.516 0.281 0.984 0.187 1.906 0.016 3.047-0.328 2.156 1.516 2.562 2.75 1.531 1.219-1.016 1.484-1.172 3.016-1.703 2.328-0.797 1.547-1.5 0.297-1.922-1.125-0.375-1.172-2.266-0.766-2.625 0.094 2.031 1.156 2.328 1.594 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dribbble\" viewBox=\"0 0 24 28\">\n<title>dribbble</title>\n<path d=\"M16 23.438c-0.156-0.906-0.75-4.031-2.188-7.781-0.016 0-0.047 0.016-0.063 0.016 0 0-6.078 2.125-8.047 6.406-0.094-0.078-0.234-0.172-0.234-0.172 1.781 1.453 4.047 2.344 6.531 2.344 1.422 0 2.766-0.297 4-0.812zM13.109 13.953c-0.25-0.578-0.531-1.156-0.828-1.734-5.281 1.578-10.344 1.453-10.516 1.453-0.016 0.109-0.016 0.219-0.016 0.328 0 2.625 1 5.031 2.625 6.844v0c2.797-4.984 8.328-6.766 8.328-6.766 0.141-0.047 0.281-0.078 0.406-0.125zM11.438 10.641c-1.781-3.156-3.672-5.719-3.813-5.906-2.859 1.344-4.984 3.984-5.656 7.156 0.266 0 4.547 0.047 9.469-1.25zM22.125 15.625c-0.219-0.063-3.078-0.969-6.391-0.453 1.344 3.703 1.891 6.719 2 7.328 2.297-1.547 3.922-4.016 4.391-6.875zM9.547 4.047c-0.016 0-0.016 0-0.031 0.016 0 0 0.016-0.016 0.031-0.016zM18.766 6.312c-1.797-1.594-4.172-2.562-6.766-2.562-0.828 0-1.641 0.109-2.422 0.297 0.156 0.203 2.094 2.75 3.844 5.969 3.859-1.437 5.313-3.656 5.344-3.703zM22.25 13.891c-0.031-2.422-0.891-4.656-2.328-6.406-0.031 0.031-1.672 2.406-5.719 4.062 0.234 0.484 0.469 0.984 0.688 1.484 0.078 0.172 0.141 0.359 0.219 0.531 3.531-0.453 7.016 0.313 7.141 0.328zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skype\" viewBox=\"0 0 24 28\">\n<title>skype</title>\n<path d=\"M18.328 16.609c0-2.719-2.641-3.656-4.859-4.156l-1.625-0.375c-1.188-0.281-2.078-0.484-2.078-1.391 0-0.828 0.875-1.203 2.25-1.203 2.453 0 2.5 1.797 4.016 1.797 1.016 0 1.625-0.797 1.625-1.703 0-1.797-2.984-2.969-5.938-2.969-2.703 0-5.844 1.172-5.844 4.344 0 2.625 1.75 3.563 4.031 4.109l2.281 0.562c1.391 0.344 2.25 0.5 2.25 1.5 0 0.797-0.891 1.406-2.266 1.406-2.891 0-3.047-2.406-4.719-2.406-1.094 0-1.578 0.781-1.578 1.641 0 1.922 2.938 3.484 6.453 3.484 2.938 0 6-1.469 6-4.641zM24 20c0 3.313-2.688 6-6 6-1.375 0-2.641-0.469-3.656-1.25-0.75 0.156-1.547 0.25-2.344 0.25-6.078 0-11-4.922-11-11 0-0.797 0.094-1.594 0.25-2.344-0.781-1.016-1.25-2.281-1.25-3.656 0-3.313 2.688-6 6-6 1.375 0 2.641 0.469 3.656 1.25 0.75-0.156 1.547-0.25 2.344-0.25 6.078 0 11 4.922 11 11 0 0.797-0.094 1.594-0.25 2.344 0.781 1.016 1.25 2.281 1.25 3.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-foursquare\" viewBox=\"0 0 20 28\">\n<title>foursquare</title>\n<path d=\"M15.625 6.781l0.578-3.031c0.109-0.5-0.266-0.891-0.688-0.891h-11.125c-0.5 0-0.844 0.453-0.844 0.844v17.203c0 0.047 0.047 0.063 0.094 0.016 4.094-4.922 4.547-5.5 4.547-5.5 0.469-0.547 0.656-0.641 1.344-0.641h3.734c0.516 0 0.812-0.438 0.859-0.688s0.484-2.531 0.578-2.984-0.328-0.922-0.75-0.922h-4.594c-0.609 0-1.047-0.438-1.047-1.047v-0.656c0-0.609 0.438-1.031 1.047-1.031h5.406c0.375 0 0.797-0.344 0.859-0.672zM19.172 3.313c-0.578 2.812-2.312 11.703-2.469 12.344-0.187 0.734-0.469 2.016-2.25 2.016h-4.234c-0.172 0-0.187-0.016-0.344 0.156 0 0-0.109 0.125-6.656 7.719-0.516 0.594-1.359 0.484-1.672 0.359s-0.859-0.5-0.859-1.531v-22.031c0-0.906 0.562-2.344 2.469-2.344h13.875c2.031 0 2.578 1.156 2.141 3.313zM19.172 3.313l-2.469 12.344c0.156-0.641 1.891-9.531 2.469-12.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trello\" viewBox=\"0 0 24 28\">\n<title>trello</title>\n<path d=\"M11 21v-16c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v16c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM21.5 15v-10c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v10c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-female\" viewBox=\"0 0 20 28\">\n<title>female</title>\n<path d=\"M20 16.5c0 0.828-0.672 1.5-1.5 1.5-0.5 0-0.969-0.25-1.25-0.672l-3.547-5.328h-0.703v2.063l3.859 6.422c0.094 0.156 0.141 0.328 0.141 0.516 0 0.547-0.453 1-1 1h-3v4.25c0 0.969-0.781 1.75-1.75 1.75h-2.5c-0.953 0-1.75-0.781-1.75-1.75v-4.25h-3c-0.547 0-1-0.453-1-1 0-0.187 0.047-0.359 0.141-0.516l3.859-6.422v-2.063h-0.703l-3.547 5.328c-0.281 0.422-0.75 0.672-1.25 0.672-0.828 0-1.5-0.672-1.5-1.5 0-0.297 0.094-0.594 0.25-0.828l4-6c0.625-0.922 1.594-1.672 2.75-1.672h6c1.156 0 2.125 0.75 2.75 1.672l4 6c0.156 0.234 0.25 0.531 0.25 0.828zM13.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-male\" viewBox=\"0 0 16 28\">\n<title>male</title>\n<path d=\"M16 11v6.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-5.5h-1v14.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-7.25h-1v7.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-14.25h-1v5.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-6.5c0-1.656 1.344-3 3-3h10c1.656 0 3 1.344 3 3zM11.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gittip\" viewBox=\"0 0 24 28\">\n<title>gittip</title>\n<path d=\"M12.078 20.344l5.469-7.391c0.422-0.578 0.922-2.438-0.672-3.484-1.344-0.875-2.625-0.203-3.297 0.578-0.25 0.281-0.688 0.625-1.5 0.625s-1.234-0.344-1.484-0.625c-0.672-0.781-1.953-1.453-3.313-0.578-1.578 1.047-1.078 2.906-0.656 3.484zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sun-o\" viewBox=\"0 0 28 28\">\n<title>sun-o</title>\n<path d=\"M23 14c0-4.969-4.031-9-9-9s-9 4.031-9 9 4.031 9 9 9 9-4.031 9-9zM27.312 18.328c-0.047 0.156-0.172 0.266-0.313 0.313l-4.562 1.5v4.781c0 0.156-0.078 0.313-0.203 0.406-0.141 0.094-0.297 0.125-0.453 0.063l-4.562-1.469-2.812 3.875c-0.094 0.125-0.25 0.203-0.406 0.203s-0.313-0.078-0.406-0.203l-2.812-3.875-4.562 1.469c-0.156 0.063-0.313 0.031-0.453-0.063-0.125-0.094-0.203-0.25-0.203-0.406v-4.781l-4.562-1.5c-0.141-0.047-0.266-0.156-0.313-0.313s-0.031-0.328 0.063-0.453l2.812-3.875-2.812-3.875c-0.094-0.141-0.109-0.297-0.063-0.453s0.172-0.266 0.313-0.313l4.562-1.5v-4.781c0-0.156 0.078-0.313 0.203-0.406 0.141-0.094 0.297-0.125 0.453-0.063l4.562 1.469 2.812-3.875c0.187-0.25 0.625-0.25 0.812 0l2.812 3.875 4.562-1.469c0.156-0.063 0.313-0.031 0.453 0.063 0.125 0.094 0.203 0.25 0.203 0.406v4.781l4.562 1.5c0.141 0.047 0.266 0.156 0.313 0.313s0.031 0.313-0.063 0.453l-2.812 3.875 2.812 3.875c0.094 0.125 0.109 0.297 0.063 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-moon-o\" viewBox=\"0 0 23 28\">\n<title>moon-o</title>\n<path d=\"M19.719 20.359c-0.562 0.094-1.141 0.141-1.719 0.141-5.797 0-10.5-4.703-10.5-10.5 0-1.984 0.578-3.922 1.625-5.578-4.156 1.234-7.125 5.047-7.125 9.578 0 5.516 4.484 10 10 10 3.016 0 5.844-1.375 7.719-3.641zM22.891 19.031c-1.953 4.234-6.234 6.969-10.891 6.969-6.609 0-12-5.391-12-12 0-6.484 5.078-11.75 11.547-11.984 0.438-0.016 0.797 0.234 0.953 0.609 0.172 0.391 0.063 0.844-0.234 1.125-1.781 1.625-2.766 3.844-2.766 6.25 0 4.688 3.813 8.5 8.5 8.5 1.234 0 2.422-0.266 3.563-0.797 0.391-0.172 0.828-0.094 1.125 0.203s0.375 0.75 0.203 1.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-archive\" viewBox=\"0 0 28 28\">\n<title>archive</title>\n<path d=\"M17 13c0-0.547-0.453-1-1-1h-4c-0.547 0-1 0.453-1 1s0.453 1 1 1h4c0.547 0 1-0.453 1-1zM26 10v15c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-15c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM27 3v4c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bug\" viewBox=\"0 0 26 28\">\n<title>bug</title>\n<path d=\"M25.5 15c0 0.547-0.453 1-1 1h-3.5c0 1.953-0.422 3.422-1.047 4.531l3.25 3.266c0.391 0.391 0.391 1.016 0 1.406-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-3.094-3.078s-2.047 1.875-4.703 1.875v-14h-2v14c-2.828 0-4.891-2.063-4.891-2.063l-2.859 3.234c-0.203 0.219-0.469 0.328-0.75 0.328-0.234 0-0.469-0.078-0.672-0.25-0.406-0.375-0.438-1-0.078-1.422l3.156-3.547c-0.547-1.078-0.906-2.469-0.906-4.281h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h3.5v-4.594l-2.703-2.703c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0l2.703 2.703h13.188l2.703-2.703c0.391-0.391 1.016-0.391 1.406 0s0.391 1.016 0 1.406l-2.703 2.703v4.594h3.5c0.547 0 1 0.453 1 1zM18 6h-10c0-2.766 2.234-5 5-5s5 2.234 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vk\" viewBox=\"0 0 31 28\">\n<title>vk</title>\n<path d=\"M29.953 8.125c0.234 0.641-0.5 2.141-2.344 4.594-3.031 4.031-3.359 3.656-0.859 5.984 2.406 2.234 2.906 3.313 2.984 3.453 0 0 1 1.75-1.109 1.766l-4 0.063c-0.859 0.172-2-0.609-2-0.609-1.5-1.031-2.906-3.703-4-3.359 0 0-1.125 0.359-1.094 2.766 0.016 0.516-0.234 0.797-0.234 0.797s-0.281 0.297-0.828 0.344h-1.797c-3.953 0.25-7.438-3.391-7.438-3.391s-3.813-3.938-7.156-11.797c-0.219-0.516 0.016-0.766 0.016-0.766s0.234-0.297 0.891-0.297l4.281-0.031c0.406 0.063 0.688 0.281 0.688 0.281s0.25 0.172 0.375 0.5c0.703 1.75 1.609 3.344 1.609 3.344 1.563 3.219 2.625 3.766 3.234 3.437 0 0 0.797-0.484 0.625-4.375-0.063-1.406-0.453-2.047-0.453-2.047-0.359-0.484-1.031-0.625-1.328-0.672-0.234-0.031 0.156-0.594 0.672-0.844 0.766-0.375 2.125-0.391 3.734-0.375 1.266 0.016 1.625 0.094 2.109 0.203 1.484 0.359 0.984 1.734 0.984 5.047 0 1.062-0.203 2.547 0.562 3.031 0.328 0.219 1.141 0.031 3.141-3.375 0 0 0.938-1.625 1.672-3.516 0.125-0.344 0.391-0.484 0.391-0.484s0.25-0.141 0.594-0.094l4.5-0.031c1.359-0.172 1.578 0.453 1.578 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-weibo\" viewBox=\"0 0 28 28\">\n<title>weibo</title>\n<path d=\"M10.547 20.062c0.438-0.719 0.203-1.547-0.531-1.859-0.703-0.297-1.641 0.016-2.078 0.703-0.453 0.703-0.234 1.531 0.469 1.859 0.719 0.328 1.687 0.016 2.141-0.703zM12.016 18.172c0.156-0.281 0.063-0.594-0.219-0.703-0.281-0.094-0.625 0.031-0.781 0.297-0.156 0.281-0.078 0.578 0.203 0.703 0.281 0.109 0.641-0.016 0.797-0.297zM14.734 19.844c-0.938 2.125-3.656 3.281-5.969 2.531-2.234-0.719-3.172-2.922-2.203-4.906 0.969-1.937 3.453-3.031 5.656-2.469 2.297 0.594 3.453 2.75 2.516 4.844zM19.609 17.344c-0.297-3.047-4.297-5.141-8.937-4.688-4.641 0.469-8.141 3.297-7.844 6.344s4.297 5.141 8.937 4.688c4.641-0.469 8.141-3.297 7.844-6.344zM24.422 17.406c0 3.516-5.063 7.938-12.672 7.938-5.812 0-11.75-2.812-11.75-7.453 0-2.422 1.531-5.219 4.172-7.859 3.531-3.531 7.641-5.125 9.188-3.578 0.688 0.672 0.75 1.859 0.313 3.266-0.219 0.719 0.672 0.313 0.672 0.328 2.844-1.203 5.328-1.266 6.234 0.031 0.484 0.688 0.438 1.656 0 2.781-0.203 0.516 0.063 0.594 0.453 0.719 1.609 0.5 3.391 1.703 3.391 3.828zM23.266 7.656c0.891 0.984 1.141 2.344 0.75 3.531-0.156 0.484-0.672 0.75-1.156 0.594s-0.75-0.672-0.594-1.156v0c0.187-0.594 0.063-1.25-0.375-1.734s-1.078-0.672-1.672-0.547v0c-0.5 0.109-1-0.203-1.094-0.703-0.109-0.5 0.203-0.984 0.703-1.094 1.219-0.266 2.547 0.109 3.437 1.109zM26.094 5.109c1.844 2.031 2.328 4.812 1.547 7.25v0c-0.187 0.562-0.781 0.875-1.344 0.688s-0.875-0.781-0.703-1.344v0c0.562-1.734 0.219-3.719-1.094-5.156-1.313-1.453-3.234-2-5.016-1.625-0.578 0.125-1.156-0.25-1.281-0.828s0.25-1.141 0.828-1.266v0c2.516-0.531 5.219 0.234 7.063 2.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-renren\" viewBox=\"0 0 24 28\">\n<title>renren</title>\n<path d=\"M17.703 24.531c-1.703 0.938-3.656 1.469-5.75 1.469-2.078 0-4.031-0.531-5.734-1.469 2.766-1.75 5-4.391 5.734-7.484 0.75 3.094 2.984 5.734 5.75 7.484zM9.969 2.219v7.578c0 5.344-2.953 9.938-7.141 11.969-1.766-2.094-2.828-4.781-2.828-7.734 0-5.938 4.312-10.859 9.969-11.813zM24 14.031c0 2.953-1.062 5.641-2.828 7.734-4.188-2.031-7.141-6.625-7.141-11.969v-7.578c5.656 0.953 9.969 5.875 9.969 11.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pagelines\" viewBox=\"0 0 22 28\">\n<title>pagelines</title>\n<path d=\"M21.906 17.234c-3.141 7.797-10.672 3.078-10.672 3.078-2.312 4.672-6.125 7.672-10.531 7.688-0.391 0-0.703-0.313-0.703-0.703s0.313-0.688 0.703-0.688c3.672-0.016 6.875-2.438 8.969-6.281-2.344 0.906-6.766 1.594-9.219-4.688 6.219-2.562 9.078 0.641 10.172 2.594 0.562-1.391 0.969-2.906 1.234-4.547 0 0-7.969 1.25-8.531-5.594 6.797-2.734 8.703 4.375 8.703 4.375 0.094-0.953 0.187-3 0.187-3.047 0 0-6.062-4.203-2.172-9.422 7.109 2.453 3.5 9.266 3.5 9.266 0.031 0.094 0.031 1.359 0 1.906 0 0 2.578-5.078 7.781-3.281-0.234 7.641-8.094 6.062-8.094 6.062-0.25 1.563-0.641 3.047-1.141 4.422 0 0 4.734-5.234 9.812-1.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-exchange\" viewBox=\"0 0 20 28\">\n<title>stack-exchange</title>\n<path d=\"M19.672 19.578v1.031c0 1.766-1.375 3.187-3.063 3.187h-0.891l-4.062 4.203v-4.203h-8.266c-1.687 0-3.063-1.422-3.063-3.187v-1.031h19.344zM19.672 14.484v3.984h-19.344v-3.984h19.344zM19.672 9.359v3.984h-19.344v-3.984h19.344zM19.672 7.172v1.047h-19.344v-1.047c0-1.75 1.375-3.172 3.063-3.172h13.219c1.687 0 3.063 1.422 3.063 3.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-right</title>\n<path d=\"M18 14c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-left</title>\n<path d=\"M18 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v3c0 0.281-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-4.984c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5v3h5.5c0.266 0 0.5 0.234 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-left\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-left</title>\n<path d=\"M16 9v10c0 0.547-0.453 1-1 1-0.203 0-0.406-0.063-0.578-0.187l-7-5c-0.266-0.187-0.422-0.484-0.422-0.812 0-0.313 0.156-0.625 0.422-0.812l7-5c0.172-0.125 0.375-0.187 0.578-0.187 0.547 0 1 0.453 1 1zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dot-circle-o\" viewBox=\"0 0 24 28\">\n<title>dot-circle-o</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair\" viewBox=\"0 0 25 28\">\n<title>wheelchair</title>\n<path d=\"M15.984 18.547l1.594 3.187c-1.203 3.719-4.672 6.266-8.578 6.266-4.953 0-9-4.047-9-9 0-3.781 2.375-7.156 5.922-8.453l0.266 2.047c-2.547 1.125-4.188 3.625-4.188 6.406 0 3.859 3.141 7 7 7 4.016 0 7.266-3.437 6.984-7.453zM24.547 20.109l0.906 1.781-4 2c-0.141 0.078-0.297 0.109-0.453 0.109-0.375 0-0.734-0.219-0.891-0.547l-3.734-7.453h-7.375c-0.5 0-0.938-0.391-1-0.891l-1.5-12.172c-0.016-0.156 0.047-0.5 0.094-0.656 0.297-1.078 1.297-1.781 2.406-1.781 1.375 0 2.5 1.125 2.5 2.5 0 1.422-1.25 2.641-2.688 2.484l0.578 4.516h6.609v2h-6.359l0.25 2h7.109c0.375 0 0.734 0.219 0.891 0.547l3.563 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo-square\" viewBox=\"0 0 24 28\">\n<title>vimeo-square</title>\n<path d=\"M20.188 9.969c0.109-2.266-0.734-3.406-2.516-3.469-2.406-0.078-4.031 1.281-4.875 4.078 0.438-0.187 0.859-0.297 1.281-0.297 0.875 0 1.266 0.5 1.156 1.5-0.047 0.594-0.438 1.469-1.156 2.609-0.734 1.156-1.281 1.719-1.641 1.719-0.469 0-0.875-0.875-1.281-2.641-0.125-0.531-0.359-1.844-0.703-3.984-0.313-1.969-1.141-2.891-2.5-2.766-0.562 0.063-1.437 0.562-2.562 1.563-0.844 0.734-1.672 1.5-2.531 2.25l0.812 1.047c0.781-0.531 1.234-0.812 1.359-0.812 0.594 0 1.156 0.938 1.672 2.797 0.469 1.719 0.938 3.422 1.406 5.141 0.703 1.859 1.547 2.797 2.562 2.797 1.625 0 3.625-1.531 5.984-4.594 2.281-2.938 3.469-5.25 3.531-6.937zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-try\" viewBox=\"0 0 18 28\">\n<title>try</title>\n<path d=\"M18 13c0 6.062-4.937 11-11 11h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-9.547l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-1.453l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-3.906c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v2.828l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v1.453l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v7.609c3.906-0.266 7-3.516 7-7.484 0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square-o\" viewBox=\"0 0 22 28\">\n<title>plus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-5.5v5.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-5.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v5.5h5.5c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-space-shuttle\" viewBox=\"0 0 34 28\">\n<title>space-shuttle</title>\n<path d=\"M9.688 17.5c-1.078 0.625-2.547 1-4.188 1h-2v-1h-1c-0.281 0-0.5-0.562-0.5-1.25 0-0.281 0.047-0.547 0.109-0.766-1.203-0.031-2.109-0.234-2.109-0.484s0.906-0.453 2.109-0.484c-0.063-0.219-0.109-0.484-0.109-0.766 0-0.688 0.219-1.25 0.5-1.25h1v-1h2c1.641 0 3.109 0.375 4.188 1h17.391c1.156 0.203 2.203 0.375 2.922 0.5 3 0.5 4 1.5 4 2s-1 1.5-4 2c-0.719 0.125-1.766 0.297-2.922 0.5h-17.391zM27.172 13.563c0.5 0.344 0.828 0.859 0.828 1.437s-0.328 1.094-0.828 1.437l1.266 0.469c0.641-0.453 1.062-1.141 1.062-1.906s-0.422-1.453-1.062-1.906zM9.766 17.75h15.859s-3.391 0.594-7.125 1.25c-2 0-3.5 1.5-3.5 1.5l-4.5 4.5s-1.516 1-2.5 1h-1.5l-1.453-7.25h0.453c1.594 0 3.109-0.359 4.266-1zM5.5 11.25h-0.453l1.453-7.25h1.5c1.016 0 2 0.5 2.5 1l4.5 4.5c0 0 1.5 1.5 3.5 1.5 3.734 0.656 7.125 1.25 7.125 1.25h-15.859c-1.156-0.641-2.672-1-4.266-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slack\" viewBox=\"0 0 26 28\">\n<title>slack</title>\n<path d=\"M23.734 12.125c1.281 0 2.266 0.938 2.266 2.219 0 1-0.516 1.703-1.453 2.031l-2.688 0.922 0.875 2.609c0.078 0.234 0.109 0.484 0.109 0.734 0 1.234-1 2.266-2.234 2.266-0.984 0-1.859-0.609-2.172-1.547l-0.859-2.578-4.844 1.656 0.859 2.562c0.078 0.234 0.125 0.484 0.125 0.734 0 1.219-1 2.266-2.25 2.266-0.984 0-1.844-0.609-2.156-1.547l-0.859-2.547-2.391 0.828c-0.25 0.078-0.516 0.141-0.781 0.141-1.266 0-2.219-0.938-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.438-0.828-1.641-4.891-2.438 0.844c-0.25 0.078-0.5 0.125-0.75 0.125-1.25 0-2.219-0.953-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.453-0.828-0.828-2.484c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1-2.266 2.25-2.266 0.984 0 1.844 0.609 2.156 1.547l0.844 2.5 4.844-1.641-0.844-2.5c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1.016-2.266 2.25-2.266 0.984 0 1.859 0.625 2.172 1.547l0.828 2.516 2.531-0.859c0.219-0.063 0.438-0.094 0.672-0.094 1.219 0 2.266 0.906 2.266 2.156 0 0.969-0.75 1.781-1.625 2.078l-2.453 0.844 1.641 4.937 2.562-0.875c0.234-0.078 0.484-0.125 0.719-0.125zM11.328 16.219l4.844-1.641-1.641-4.922-4.844 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-square\" viewBox=\"0 0 24 28\">\n<title>envelope-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM20 18.5v-6.813c-0.297 0.328-0.625 0.625-1 0.859-1.469 0.969-2.984 1.875-4.438 2.875-0.734 0.516-1.641 1.078-2.562 1.078v0 0 0 0c-0.922 0-1.828-0.562-2.562-1.078-1.453-1-2.984-1.891-4.438-2.891-0.359-0.234-0.641-0.578-1-0.844v6.813c0 0.828 0.672 1.5 1.5 1.5h13c0.828 0 1.5-0.672 1.5-1.5zM20 9.547c0-0.844-0.625-1.547-1.5-1.547h-13c-0.828 0-1.5 0.672-1.5 1.5 0 0.844 0.875 1.766 1.531 2.203 1.375 0.922 2.797 1.781 4.172 2.688 0.594 0.391 1.578 1.109 2.297 1.109s1.703-0.719 2.297-1.109c1.391-0.906 2.781-1.797 4.172-2.719 0.609-0.406 1.531-1.344 1.531-2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wordpress\" viewBox=\"0 0 28 28\">\n<title>wordpress</title>\n<path d=\"M1.984 14c0-1.734 0.375-3.391 1.047-4.891l5.734 15.703c-4.016-1.953-6.781-6.062-6.781-10.813zM22.109 13.391c0 1.031-0.422 2.219-0.922 3.891l-1.188 4-4.344-12.906s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.953 0.141-3.203 0.156-3.203 0.156s-1.172-0.016-3.156-0.156c-0.656-0.047-0.734 0.938-0.078 0.984 0.609 0.063 1.25 0.125 1.25 0.125l1.875 5.125-2.625 7.875-4.375-13s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.937 0.141-3.203 0.156-3.203 0.156-0.219 0-0.484-0.016-0.766-0.016 2.141-3.266 5.828-5.422 10.031-5.422 3.125 0 5.969 1.203 8.109 3.156h-0.156c-1.172 0-2.016 1.016-2.016 2.125 0 0.984 0.578 1.813 1.188 2.812 0.469 0.797 0.984 1.828 0.984 3.313zM14.203 15.047l3.703 10.109c0.016 0.063 0.047 0.125 0.078 0.172-1.25 0.438-2.578 0.688-3.984 0.688-1.172 0-2.312-0.172-3.391-0.5zM24.531 8.234c0.938 1.719 1.484 3.672 1.484 5.766 0 4.438-2.406 8.297-5.984 10.375l3.672-10.594c0.609-1.75 0.922-3.094 0.922-4.312 0-0.438-0.031-0.844-0.094-1.234zM14 0c7.719 0 14 6.281 14 14s-6.281 14-14 14-14-6.281-14-14 6.281-14 14-14zM14 27.359c7.359 0 13.359-6 13.359-13.359s-6-13.359-13.359-13.359-13.359 6-13.359 13.359 6 13.359 13.359 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-openid\" viewBox=\"0 0 28 28\">\n<title>openid</title>\n<path d=\"M16.969 0v24l-4.25 2c-7.187-0.641-12.719-4.469-12.719-9.109 0-4.469 5.156-8.188 11.984-9.016v2.688c-4.469 0.781-7.75 3.313-7.75 6.328 0 3.187 3.656 5.828 8.484 6.438v0-21.25zM27.422 9.094l0.578 6.094-8.203-1.781 2.297-1.297c-1.219-0.719-2.719-1.25-4.375-1.547v-2.688c2.891 0.344 5.484 1.219 7.516 2.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bank\" viewBox=\"0 0 30 28\">\n<title>bank</title>\n<path d=\"M15 0l15 6v2h-2c0 0.547-0.484 1-1.078 1h-23.844c-0.594 0-1.078-0.453-1.078-1h-2v-2zM4 10h4v12h2v-12h4v12h2v-12h4v12h2v-12h4v12h0.922c0.594 0 1.078 0.453 1.078 1v1h-26v-1c0-0.547 0.484-1 1.078-1h0.922v-12zM28.922 25c0.594 0 1.078 0.453 1.078 1v2h-30v-2c0-0.547 0.484-1 1.078-1h27.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-graduation-cap\" viewBox=\"0 0 36 28\">\n<title>graduation-cap</title>\n<path d=\"M27.719 13.062l0.281 4.937c0.125 2.203-4.484 4-10 4s-10.125-1.797-10-4l0.281-4.937 8.969 2.828c0.25 0.078 0.5 0.109 0.75 0.109s0.5-0.031 0.75-0.109zM36 8c0 0.219-0.141 0.406-0.344 0.484l-17.5 5.5c-0.063 0.016-0.109 0.016-0.156 0.016s-0.094 0-0.156-0.016l-10.187-3.219c-0.891 0.703-1.516 2.422-1.641 4.531 0.594 0.344 0.984 0.969 0.984 1.703 0 0.703-0.359 1.313-0.906 1.672l0.906 6.766c0.016 0.141-0.031 0.281-0.125 0.391s-0.234 0.172-0.375 0.172h-3c-0.141 0-0.281-0.063-0.375-0.172s-0.141-0.25-0.125-0.391l0.906-6.766c-0.547-0.359-0.906-0.969-0.906-1.672 0-0.75 0.422-1.391 1.016-1.734 0.094-1.828 0.562-3.797 1.531-5.156l-5.203-1.625c-0.203-0.078-0.344-0.266-0.344-0.484s0.141-0.406 0.344-0.484l17.5-5.5c0.063-0.016 0.109-0.016 0.156-0.016s0.094 0 0.156 0.016l17.5 5.5c0.203 0.078 0.344 0.266 0.344 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yahoo\" viewBox=\"0 0 24 28\">\n<title>yahoo</title>\n<path d=\"M13.422 14.953l0.203 11.047c-0.531-0.094-1.078-0.172-1.641-0.172-0.547 0-1.094 0.078-1.641 0.172l0.203-11.047c-2.906-5.016-5.641-10.125-8.844-14.953 0.547 0.141 1.109 0.234 1.687 0.234s1.172-0.109 1.734-0.234c2.187 3.875 4.562 7.641 6.859 11.453 2.312-3.781 4.766-7.547 6.859-11.453 0.547 0.141 1.109 0.219 1.672 0.219 0.594 0 1.203-0.078 1.781-0.219v0 0c-1.25 1.719-2.281 3.594-3.359 5.422-1.859 3.172-3.687 6.344-5.516 9.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google\" viewBox=\"0 0 24 28\">\n<title>google</title>\n<path d=\"M12 12.281h11.328c0.109 0.609 0.187 1.203 0.187 2 0 6.844-4.594 11.719-11.516 11.719-6.641 0-12-5.359-12-12s5.359-12 12-12c3.234 0 5.953 1.188 8.047 3.141l-3.266 3.141c-0.891-0.859-2.453-1.859-4.781-1.859-4.094 0-7.438 3.391-7.438 7.578s3.344 7.578 7.438 7.578c4.75 0 6.531-3.406 6.813-5.172h-6.813v-4.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit\" viewBox=\"0 0 28 28\">\n<title>reddit</title>\n<path d=\"M17.109 18.234c0.141 0.141 0.141 0.359 0 0.484-0.891 0.891-2.609 0.969-3.109 0.969s-2.219-0.078-3.109-0.969c-0.141-0.125-0.141-0.344 0-0.484 0.125-0.125 0.344-0.125 0.469 0 0.562 0.578 1.781 0.766 2.641 0.766s2.063-0.187 2.641-0.766c0.125-0.125 0.344-0.125 0.469 0zM12.313 15.406c0 0.766-0.625 1.391-1.391 1.391-0.781 0-1.406-0.625-1.406-1.391 0-0.781 0.625-1.406 1.406-1.406 0.766 0 1.391 0.625 1.391 1.406zM18.484 15.406c0 0.766-0.625 1.391-1.406 1.391-0.766 0-1.391-0.625-1.391-1.391 0-0.781 0.625-1.406 1.391-1.406 0.781 0 1.406 0.625 1.406 1.406zM22.406 13.531c0-1.031-0.844-1.859-1.875-1.859-0.531 0-1 0.219-1.344 0.562-1.266-0.875-2.969-1.437-4.859-1.5l0.984-4.422 3.125 0.703c0 0.766 0.625 1.391 1.391 1.391 0.781 0 1.406-0.641 1.406-1.406s-0.625-1.406-1.406-1.406c-0.547 0-1.016 0.328-1.25 0.781l-3.453-0.766c-0.172-0.047-0.344 0.078-0.391 0.25l-1.078 4.875c-1.875 0.078-3.563 0.641-4.828 1.516-0.344-0.359-0.828-0.578-1.359-0.578-1.031 0-1.875 0.828-1.875 1.859 0 0.75 0.438 1.375 1.062 1.687-0.063 0.281-0.094 0.578-0.094 0.875 0 2.969 3.344 5.375 7.453 5.375 4.125 0 7.469-2.406 7.469-5.375 0-0.297-0.031-0.609-0.109-0.891 0.609-0.313 1.031-0.938 1.031-1.672zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-square\" viewBox=\"0 0 24 28\">\n<title>reddit-square</title>\n<path d=\"M14.672 17.641c0.109 0.109 0.109 0.297 0 0.406-0.766 0.766-2.234 0.828-2.672 0.828s-1.906-0.063-2.672-0.828c-0.109-0.109-0.109-0.297 0-0.406 0.109-0.125 0.297-0.125 0.406 0 0.484 0.484 1.531 0.656 2.266 0.656s1.781-0.172 2.266-0.656c0.109-0.125 0.297-0.125 0.406 0zM10.563 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM15.844 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM19.203 13.594c0-0.875-0.719-1.594-1.609-1.594-0.438 0-0.844 0.187-1.141 0.484-1.094-0.75-2.562-1.234-4.172-1.281l0.844-3.797 2.672 0.609c0.016 0.656 0.547 1.188 1.203 1.188s1.203-0.547 1.203-1.203-0.547-1.203-1.203-1.203c-0.469 0-0.875 0.266-1.078 0.672l-2.953-0.656c-0.156-0.047-0.297 0.063-0.328 0.203l-0.938 4.188c-1.609 0.063-3.063 0.547-4.141 1.297-0.297-0.313-0.703-0.5-1.156-0.5-0.891 0-1.609 0.719-1.609 1.594 0 0.641 0.375 1.188 0.906 1.453-0.047 0.234-0.078 0.5-0.078 0.75 0 2.547 2.859 4.609 6.391 4.609s6.406-2.063 6.406-4.609c0-0.266-0.031-0.516-0.094-0.766 0.516-0.266 0.875-0.812 0.875-1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon-circle\" viewBox=\"0 0 24 28\">\n<title>stumbleupon-circle</title>\n<path d=\"M13.531 13.109l1.406-0.422v-0.969c0-1.656-1.406-2.984-3.063-2.984s-3.063 1.313-3.063 2.969v4.422c0 0.406-0.328 0.734-0.734 0.734s-0.719-0.328-0.719-0.734v-1.875h-2.359v1.906c0 1.703 1.375 3.063 3.078 3.063 1.672 0 3.063-1.344 3.063-3.016v-4.375c0-0.406 0.328-0.734 0.734-0.734 0.391 0 0.719 0.328 0.719 0.734v0.844zM18.734 16.156v-1.906h-2.344v1.969c0 0.406-0.328 0.734-0.734 0.734-0.391 0-0.719-0.328-0.719-0.734v-1.922l-1.406 0.406-0.938-0.438v1.922c0 1.672 1.391 3.031 3.078 3.031s3.063-1.359 3.063-3.063zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon\" viewBox=\"0 0 30 28\">\n<title>stumbleupon</title>\n<path d=\"M16.594 11.125v-1.844c0-0.875-0.719-1.594-1.594-1.594s-1.594 0.719-1.594 1.594v9.562c0 3.656-3.031 6.609-6.703 6.609-3.703 0-6.703-3-6.703-6.703v-4.156h5.125v4.094c0 0.891 0.719 1.594 1.594 1.594s1.594-0.703 1.594-1.594v-9.688c0-3.578 3.063-6.453 6.687-6.453 3.641 0 6.687 2.891 6.687 6.5v2.125l-3.047 0.906zM24.875 14.594h5.125v4.156c0 3.703-3 6.703-6.703 6.703-3.687 0-6.703-2.969-6.703-6.641v-4.188l2.047 0.953 3.047-0.906v4.219c0 0.875 0.719 1.578 1.594 1.578s1.594-0.703 1.594-1.578v-4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-delicious\" viewBox=\"0 0 24 28\">\n<title>delicious</title>\n<path d=\"M23 21.5v-7.5h-11v-11h-7.5c-1.937 0-3.5 1.563-3.5 3.5v7.5h11v11h7.5c1.937 0 3.5-1.563 3.5-3.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-digg\" viewBox=\"0 0 32 28\">\n<title>digg</title>\n<path d=\"M5.125 4.406h3.187v15.359h-8.313v-10.891h5.125v-4.469zM5.125 17.203v-5.766h-1.922v5.766h1.922zM9.594 8.875v10.891h3.203v-10.891h-3.203zM9.594 4.406v3.187h3.203v-3.187h-3.203zM14.078 8.875h8.328v14.719h-8.328v-2.547h5.125v-1.281h-5.125v-10.891zM19.203 17.203v-5.766h-1.922v5.766h1.922zM23.688 8.875h8.313v14.719h-8.313v-2.547h5.109v-1.281h-5.109v-10.891zM28.797 17.203v-5.766h-1.922v5.766h1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-pp\" viewBox=\"0 0 24 28\">\n<title>pied-piper-pp</title>\n<path d=\"M16.344 15.937c0 1.328-0.906 2.406-2.016 2.406-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.422zM10.984 9.25c0 1.344-0.906 2.422-2.016 2.422-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.406zM19.766 15.984c0-2.797-2.109-5.063-4.703-5.063-0.203 0-0.406 0.016-0.609 0.047-0.234 0.797-0.641 1.516-1.219 2.125-0.875 0.953-2.047 1.516-3.297 1.578v9.938l3.297-0.641v-3.219c0.547 0.203 1.156 0.297 1.828 0.297 2.594 0 4.703-2.266 4.703-5.063zM14.406 9.312c0-2.797-2.109-5.063-4.719-5.063-0.766 0-1.531 0.203-2.203 0.562h-2.906v13.125l3.297-0.641v-3.219c0.547 0.187 1.156 0.297 1.813 0.297 2.609 0 4.719-2.266 4.719-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-alt\" viewBox=\"0 0 32 28\">\n<title>pied-piper-alt</title>\n<path d=\"M19.094 14.516c4.062-0.156 6.312 3.187 8.156 6.281 1.094 1.859 2.375 2.953 3.953 4.344-1.687 1.047-3.828 1.75-5.641 2.562-3-2.516-1.25-12.5-6.062-12.5l-0.156 0.031-0.094 0.063c0.063 0.078 0.141 0.156 0.203 0.219 1.297 1.094 1.813 1.328 1.891 3.187l0.016 0.516c0.047 1.172-0.297 2.312-0.531 3.453-1.047-0.031-2.063 0.313-3.109 0.313-0.391 0-0.766-0.047-1.125-0.156-0.031-0.25-0.031-0.5-0.031-0.734 0-0.484-0.016-1.031 0.047-1.5 0.078-0.516 1.828-1.625 1.797-2.375-0.297-0.031-0.5 0.141-0.672 0.375-0.719 1.062-2.562 2.281-3.875 2.281-0.906 0-3.063-3.891-4.156-4.672-0.172-0.125-0.281-0.297-0.422-0.469-0.875 0.203-7.578 1.75-8.016 1.75-0.328 0-0.625-0.266-0.625-0.594 0-0.297 0.187-0.578 0.484-0.641l7.594-1.656c-0.516-0.938 0.672-0.953 1.172-1.094 0.172-0.047 0.344-0.219 0.516-0.219 0.344 0 0.641 0.484 0.75 0.766 0.344-0.078 2.484-0.578 2.688-0.578 0.344 0 0.656 0.25 0.656 0.609 0 0.297-0.187 0.562-0.5 0.625l-2.844 0.625-0.016 0.25c-0.016 0.547 2.469 3.266 2.906 3.266 0.984 0 2.984-2.266 2.984-3.266 0-1.672-2.328-0.688-2.328-1.828 0-0.187 0.063-0.359 0.156-0.531l-1.062-0.297c0.484-0.5 0.672-1.141 0.672-1.828 0-0.297-0.031-0.609-0.078-0.906 0.797-0.156 1.453-0.25 2.25-0.25 3.094 0 2.484 0.469 3.563 2.953l0.781-0.391c-0.125 1.859-1.969 0.953-1.906 1.687zM20.031 10.844c-0.609-0.703-0.875-1.047-1.234-1.203-0.375-0.172-0.859-0.125-1.984-0.125-1.172 0-2.328 0.172-3.391 0.672 0.344-0.641 0.719-0.922 1.406-1.188 1.484-0.562 2.188-1.656 3.203-2.781 0.531 0.375 0.766 1.313 1.531 1.266l0.187-0.016v1.188l0.344 0.016c2.031-0.781 4.062-1.641 5.797-2.969 2.625-2 2.875-2.719 4.422-5.437l0.109-0.141c-0.031 0.766-0.344 1.484-0.672 2.172-1.656 3.469-4.281 5.453-7.984 6.344-0.672 0.156-1.437 0.172-2.047 0.484 0.078 0.531 0.719 0.984 0.719 1.25 0 0.187-0.297 0.391-0.406 0.469zM16.578 25.234c0.859-0.562 3.313-1.078 4.344-1.078 0.516 0 1.531 2.453 1.797 3-1.219 0.453-2.5 0.703-3.813 0.703-0.656 0-1.313-0.063-1.953-0.172zM12.844 15.125l0.75-0.187 1.703 2.766-1.141 0.75zM20.672 23.203c0.016 0.078 0.047 0.172 0.047 0.25 0 0.406-2.688 0.688-3.172 0.766l-0.109-0.672c0.969-0.109 2.047-0.359 3.016-0.344h0.219zM13.531 13.391l-1.5 0.313-0.094-0.266c0.359-0.031 0.688-0.203 1.047-0.203 0.203 0 0.375 0.047 0.547 0.156zM16.578 23.297h0.484l0.156 1.297-0.641 0.187v-1.484zM30.469 0.016v0 0zM30.469 0.016l-0.016 0.078-0.031 0.031 0.016-0.047zM30.469 0.016l0.016-0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drupal\" viewBox=\"0 0 24 28\">\n<title>drupal</title>\n<path d=\"M18.234 24.781c-0.031-0.109-0.125-0.266-0.375-0.078-0.531 0.391-1.719 0.875-3.406 0.875s-2.484-0.359-3.016-0.766c-0.078-0.063-0.047-0.063-0.203-0.063-0.172 0-0.266 0.078-0.406 0.187-0.125 0.109-0.187 0.375 0 0.562 1.156 1.062 3.094 0.969 4.516 0.844 1.437-0.141 2.656-0.984 2.781-1.109 0.187-0.187 0.141-0.344 0.109-0.453zM17.625 22.984c-0.109-0.266-0.297-0.734-0.609-0.953-0.313-0.203-0.766-0.234-1.188-0.234s-0.656-0.031-1.109 0.156-0.922 0.609-1.219 0.875-0.344 0.469-0.187 0.688c0.156 0.203 0.328 0.078 0.766-0.297 0.453-0.359 0.75-0.688 1.672-0.688s1.078 0.344 1.266 0.688 0.203 0.391 0.391 0.297c0.219-0.109 0.328-0.266 0.219-0.531zM23.172 18.594c0-0.812-0.359-2.188-1.687-2.188-1.25 0-3.781 2.594-5.109 2.609-1.547 0.031-3.687-3.063-6.781-3.031-2.438 0.016-4.359 1.953-4.391 4.016-0.016 1.156 0.359 2.016 1.156 2.562 0.531 0.359 1.016 0.578 2.594 0.578 2.625 0 5.953-3.25 7.484-3.203 1.219 0.047 3.109 3.031 4.062 3.094 0.75 0.063 1.141-0.281 1.781-1.203 0.625-0.938 0.891-2.406 0.891-3.234zM24 16.094c0 7-5.531 11.625-11.891 11.625-6.375 0-12.109-5.016-12.109-11.844 0-6.813 5.313-9.969 6.297-10.484 1.172-0.625 2.016-0.953 3.344-2.016 0.656-0.516 1.203-1.266 1.375-3.094 0.953 1.141 2.094 2.469 2.906 3.016 1.328 0.875 2.656 1.219 4.047 2.094 0.844 0.516 6.031 3.687 6.031 10.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-joomla\" viewBox=\"0 0 24 28\">\n<title>joomla</title>\n<path d=\"M16.719 16.766l-2.5 2.5-2.359 2.375-0.469 0.469c-1.375 1.359-3.297 1.828-5.047 1.391-0.328 1.437-1.609 2.5-3.141 2.5-1.766 0-3.203-1.437-3.203-3.219 0-1.516 1.047-2.797 2.469-3.125-0.453-1.766 0.016-3.703 1.391-5.078l0.187-0.187 2.359 2.375-0.172 0.172c-0.781 0.766-0.766 2.016 0 2.797 0.766 0.766 2.016 0.766 2.781 0l0.469-0.469 2.359-2.375 2.516-2.5zM11.391 6.109l0.187 0.187-2.375 2.375-0.187-0.187c-0.766-0.766-2.016-0.766-2.781 0s-0.766 2.031 0 2.797l5.328 5.328-2.359 2.375-2.516-2.5-2.359-2.375-0.469-0.469c-1.437-1.422-1.875-3.469-1.328-5.297-1.437-0.313-2.5-1.594-2.5-3.125 0-1.781 1.437-3.219 3.203-3.219 1.609 0 2.922 1.172 3.172 2.688 1.734-0.406 3.625 0.078 4.984 1.422zM24 22.781c0 1.781-1.437 3.219-3.203 3.219-1.563 0-2.859-1.109-3.156-2.578v0c-1.813 0.562-3.891 0.125-5.328-1.313l-0.172-0.187 2.359-2.375 0.187 0.187c0.766 0.766 2.016 0.766 2.781 0s0.766-2.016 0-2.781l-5.344-5.344 2.375-2.375 4.875 4.875 0.453 0.469c1.359 1.359 1.844 3.281 1.406 5.031 1.563 0.219 2.766 1.547 2.766 3.172zM23.969 5.219c0 1.625-1.219 2.969-2.781 3.187 0.516 1.797 0.063 3.813-1.359 5.234l-0.187 0.187-2.359-2.375 0.187-0.187c0.766-0.766 0.766-2.016 0-2.781s-2.016-0.766-2.781 0l-5.344 5.344-2.375-2.375 2.516-2.5 2.375-2.375 0.453-0.469c1.422-1.422 3.453-1.875 5.266-1.344 0.219-1.563 1.563-2.766 3.187-2.766 1.766 0 3.203 1.437 3.203 3.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-language\" viewBox=\"0 0 24 28\">\n<title>language</title>\n<path d=\"M10.219 16.844c-0.031 0.109-0.797-0.25-1-0.328-0.203-0.094-1.125-0.609-1.359-0.766s-1.125-0.891-1.234-0.938v0c-0.562 0.859-1.281 1.875-2.094 2.828-0.281 0.328-1.125 1.391-1.641 1.719-0.078 0.047-0.531 0.094-0.594 0.063 0.25-0.187 0.969-1.078 1.281-1.437 0.391-0.453 2.25-3.047 2.562-3.641 0.328-0.594 1.312-2.562 1.359-2.75-0.156-0.016-1.391 0.406-1.719 0.516-0.313 0.094-1.172 0.297-1.234 0.344-0.063 0.063-0.016 0.25-0.047 0.313s-0.313 0.203-0.484 0.234c-0.156 0.047-0.516 0.063-0.734 0-0.203-0.047-0.391-0.25-0.438-0.328 0 0-0.063-0.094-0.078-0.359 0.187-0.063 0.5-0.078 0.844-0.172s1.188-0.344 1.641-0.5 1.328-0.484 1.594-0.547c0.281-0.047 0.984-0.516 1.359-0.641s0.641-0.281 0.656-0.203 0 0.422-0.016 0.516c-0.016 0.078-0.766 1.547-0.875 1.781-0.063 0.125-0.5 0.953-1.203 2.047 0.25 0.109 0.781 0.328 1 0.438 0.266 0.125 2.125 0.906 2.219 0.938s0.266 0.75 0.234 0.875zM7.016 9.25c0.047 0.266-0.031 0.375-0.063 0.438-0.156 0.297-0.547 0.5-0.781 0.594s-0.625 0.187-0.938 0.187c-0.141-0.016-0.422-0.063-0.766-0.406-0.187-0.203-0.328-0.75-0.266-0.688s0.516 0.125 0.719 0.078 0.688-0.187 0.906-0.25c0.234-0.078 0.703-0.203 0.859-0.219 0.156 0 0.281 0.063 0.328 0.266zM17.922 11.266l0.984 3.547-2.172-0.656zM0.609 23.766l10.844-3.625v-16.125l-10.844 3.641v16.109zM20 18.813l1.594 0.484-2.828-10.266-1.563-0.484-3.375 8.375 1.594 0.484 0.703-1.719 3.297 1.016zM12.141 3.781l8.953 2.875v-5.938zM17 24.453l2.469 0.203-0.844 2.5-0.625-1.031c-1.266 0.812-2.828 1.437-4.312 1.687-0.453 0.094-0.969 0.187-1.422 0.187h-1.313c-1.656 0-4.672-0.984-5.984-1.937-0.094-0.078-0.125-0.141-0.125-0.25 0-0.172 0.125-0.297 0.281-0.297 0.141 0 0.875 0.453 1.078 0.547 1.406 0.703 3.375 1.344 4.953 1.344 1.953 0 3.281-0.25 5.063-1.016 0.516-0.234 0.969-0.531 1.453-0.797zM24 7.594v16.859c-12.078-3.844-12.094-3.844-12.094-3.844-0.25 0.109-11.453 3.891-11.609 3.891-0.125 0-0.234-0.078-0.281-0.203 0-0.016-0.016-0.031-0.016-0.047v-16.844c0.016-0.047 0.031-0.125 0.063-0.156 0.094-0.109 0.219-0.141 0.313-0.172 0.047-0.016 1-0.328 2.328-0.781v-6l8.719 3.094c0.109-0.031 9.828-3.391 9.969-3.391 0.172 0 0.313 0.125 0.313 0.328v6.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fax\" viewBox=\"0 0 28 28\">\n<title>fax</title>\n<path d=\"M4.5 6c1.375 0 2.5 1.125 2.5 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-2c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h2zM26 8.547c1.188 0.688 2 1.984 2 3.453v12c0 2.203-1.797 4-4 4h-13.5c-1.375 0-2.5-1.125-2.5-2.5v-24c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.984 0.484 2.562 1.062l2.375 2.375c0.578 0.578 1.062 1.734 1.062 2.562v2.547zM14.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM24 10v-4h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v8h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building\" viewBox=\"0 0 22 28\">\n<title>building</title>\n<path d=\"M21 0c0.547 0 1 0.453 1 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20zM8 4.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 8.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 12.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 16.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 25.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM14 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-child\" viewBox=\"0 0 20 28\">\n<title>child</title>\n<path d=\"M18.562 8.563l-4.562 4.562v12.875c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-6h-1v6c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-12.875l-4.562-4.562c-0.578-0.594-0.578-1.531 0-2.125 0.594-0.578 1.531-0.578 2.125 0l3.563 3.563h5.75l3.563-3.563c0.594-0.578 1.531-0.578 2.125 0 0.578 0.594 0.578 1.531 0 2.125zM13.5 6c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paw\" viewBox=\"0 0 26 28\">\n<title>paw</title>\n<path d=\"M12.187 7.375c0 1.75-0.906 3.828-2.922 3.828-2.531 0-4.062-3.187-4.062-5.375 0-1.75 0.906-3.828 2.922-3.828 2.547 0 4.062 3.187 4.062 5.375zM6.844 14.922c0 1.516-0.797 3.094-2.516 3.094-2.5 0-4.328-3.063-4.328-5.328 0-1.516 0.812-3.109 2.516-3.109 2.5 0 4.328 3.078 4.328 5.344zM13 14.5c3.828 0 9 5.516 9 9.203 0 1.984-1.625 2.297-3.219 2.297-2.094 0-3.781-1.406-5.781-1.406-2.094 0-3.875 1.391-6.141 1.391-1.516 0-2.859-0.516-2.859-2.281 0-3.703 5.172-9.203 9-9.203zM16.734 11.203c-2.016 0-2.922-2.078-2.922-3.828 0-2.188 1.516-5.375 4.062-5.375 2.016 0 2.922 2.078 2.922 3.828 0 2.188-1.531 5.375-4.062 5.375zM23.484 9.578c1.703 0 2.516 1.594 2.516 3.109 0 2.266-1.828 5.328-4.328 5.328-1.719 0-2.516-1.578-2.516-3.094 0-2.266 1.828-5.344 4.328-5.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spoon\" viewBox=\"0 0 12 28\">\n<title>spoon</title>\n<path d=\"M11 8.25c0 3.125-1.359 5.172-3.266 5.922l0.703 12.828c0.031 0.547-0.391 1-0.938 1h-3c-0.547 0-0.969-0.453-0.938-1l0.703-12.828c-1.906-0.75-3.266-2.797-3.266-5.922 0-4 2.234-8.25 5-8.25s5 4.25 5 8.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cube\" viewBox=\"0 0 26 28\">\n<title>cube</title>\n<path d=\"M14 25.453l10-5.453v-9.938l-10 3.641v11.75zM13 11.937l10.906-3.969-10.906-3.969-10.906 3.969zM26 8v12c0 0.734-0.406 1.406-1.047 1.75l-11 6c-0.297 0.172-0.625 0.25-0.953 0.25s-0.656-0.078-0.953-0.25l-11-6c-0.641-0.344-1.047-1.016-1.047-1.75v-12c0-0.844 0.531-1.594 1.313-1.875l11-4c0.219-0.078 0.453-0.125 0.688-0.125s0.469 0.047 0.688 0.125l11 4c0.781 0.281 1.313 1.031 1.313 1.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cubes\" viewBox=\"0 0 34 28\">\n<title>cubes</title>\n<path d=\"M10 25.5l6-3v-4.906l-6 2.562v5.344zM9 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM26 25.5l6-3v-4.906l-6 2.562v5.344zM25 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM18 13.828l6-2.578v-4.156l-6 2.562v4.172zM17 7.906l6.891-2.953-6.891-2.953-6.891 2.953zM34 16v6.5c0 0.75-0.422 1.453-1.109 1.781l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.047-0.016-0.078-0.031-0.109-0.063-0.031 0.031-0.063 0.047-0.109 0.063l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.688-0.328-1.109-1.031-1.109-1.781v-6.5c0-0.797 0.484-1.516 1.219-1.844l6.781-2.906v-6.25c0-0.797 0.484-1.516 1.219-1.844l7-3c0.25-0.109 0.516-0.156 0.781-0.156s0.531 0.047 0.781 0.156l7 3c0.734 0.328 1.219 1.047 1.219 1.844v6.25l6.781 2.906c0.75 0.328 1.219 1.047 1.219 1.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance\" viewBox=\"0 0 32 28\">\n<title>behance</title>\n<path d=\"M28.875 5.297h-7.984v1.937h7.984v-1.937zM24.938 11.953c-1.875 0-3.125 1.172-3.25 3.047h6.375c-0.172-1.891-1.156-3.047-3.125-3.047zM25.188 21.094c1.188 0 2.719-0.641 3.094-1.859h3.453c-1.062 3.266-3.266 4.797-6.672 4.797-4.5 0-7.297-3.047-7.297-7.484 0-4.281 2.953-7.547 7.297-7.547 4.469 0 6.937 3.516 6.937 7.734 0 0.25-0.016 0.5-0.031 0.734h-10.281c0 2.281 1.203 3.625 3.5 3.625zM4.328 20.312h4.625c1.766 0 3.203-0.625 3.203-2.609 0-2.016-1.203-2.812-3.109-2.812h-4.719v5.422zM4.328 11.922h4.391c1.547 0 2.641-0.672 2.641-2.344 0-1.813-1.406-2.25-2.969-2.25h-4.062v4.594zM0 3.969h9.281c3.375 0 6.297 0.953 6.297 4.875 0 1.984-0.922 3.266-2.688 4.109 2.422 0.688 3.594 2.516 3.594 4.984 0 4-3.359 5.719-6.937 5.719h-9.547v-19.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance-square\" viewBox=\"0 0 24 28\">\n<title>behance-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM7.797 7.734h-5.797v12.297h5.969c2.234 0 4.328-1.062 4.328-3.563 0-1.547-0.734-2.688-2.234-3.125 1.094-0.531 1.672-1.328 1.672-2.562 0-2.453-1.828-3.047-3.937-3.047zM7.453 12.703h-2.75v-2.875h2.547c0.969 0 1.859 0.266 1.859 1.406 0 1.047-0.688 1.469-1.656 1.469zM7.594 17.938h-2.891v-3.391h2.953c1.188 0 1.937 0.516 1.937 1.766s-0.891 1.625-2 1.625zM17.75 18.438c-1.437 0-2.188-0.844-2.188-2.266h6.422c0.016-0.156 0.016-0.313 0.016-0.469 0-2.625-1.547-4.828-4.344-4.828-2.703 0-4.562 2.047-4.562 4.719 0 2.781 1.75 4.672 4.562 4.672 2.141 0 3.516-0.953 4.172-2.984h-2.156c-0.234 0.75-1.188 1.156-1.922 1.156zM17.594 12.719c1.219 0 1.828 0.734 1.937 1.906h-3.969c0.078-1.172 0.859-1.906 2.031-1.906zM15.062 8.563h4.984v1.203h-4.984v-1.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam\" viewBox=\"0 0 28 28\">\n<title>steam</title>\n<path d=\"M24.719 9.094c0 2.109-1.719 3.813-3.813 3.813-2.109 0-3.813-1.703-3.813-3.813s1.703-3.813 3.813-3.813c2.094 0 3.813 1.703 3.813 3.813zM12.688 20.687c0-2.172-1.734-3.906-3.906-3.906-0.281 0-0.562 0.031-0.844 0.094l1.625 0.656c1.594 0.641 2.375 2.438 1.734 4.031s-2.453 2.375-4.047 1.719c-0.641-0.25-1.281-0.516-1.922-0.766 0.656 1.234 1.953 2.078 3.453 2.078 2.172 0 3.906-1.734 3.906-3.906zM25.656 9.109c0-2.625-2.141-4.766-4.766-4.766-2.641 0-4.781 2.141-4.781 4.766 0 2.641 2.141 4.766 4.781 4.766 2.625 0 4.766-2.125 4.766-4.766zM28 9.109c0 3.938-3.187 7.109-7.109 7.109l-6.828 4.984c-0.25 2.688-2.531 4.797-5.281 4.797-2.531 0-4.672-1.797-5.187-4.188l-3.594-1.437v-6.703l6.078 2.453c0.797-0.484 1.719-0.75 2.703-0.75 0.187 0 0.375 0.016 0.547 0.031l4.438-6.359c0.031-3.891 3.219-7.047 7.125-7.047 3.922 0 7.109 3.187 7.109 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam-square\" viewBox=\"0 0 24 28\">\n<title>steam-square</title>\n<path d=\"M19.406 10.109c0-1.656-1.359-3.016-3.031-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.031-1.344 3.031-3.016zM9.875 19.297c0 1.719-1.375 3.094-3.094 3.094-1.188 0-2.219-0.672-2.734-1.656 0.516 0.203 1.016 0.406 1.531 0.625 1.25 0.5 2.688-0.109 3.203-1.375 0.5-1.25-0.109-2.688-1.375-3.187l-1.281-0.516c0.203-0.047 0.438-0.078 0.656-0.078 1.719 0 3.094 1.375 3.094 3.094zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-2.391l2.688 1.078c0.406 1.891 2.094 3.313 4.094 3.313 2.187 0 3.984-1.672 4.188-3.797l5.391-3.938c3.125 0 5.641-2.531 5.641-5.625 0-3.125-2.516-5.641-5.641-5.641-3.078 0-5.594 2.5-5.625 5.578l-3.516 5.031c-0.141-0.016-0.281-0.016-0.438-0.016-0.781 0-1.516 0.203-2.141 0.578l-4.641-1.859v-7.313c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5zM20.141 10.141c0 2.078-1.687 3.766-3.781 3.766-2.078 0-3.766-1.687-3.766-3.766 0-2.094 1.687-3.781 3.766-3.781 2.094 0 3.781 1.687 3.781 3.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-recycle\" viewBox=\"0 0 28 28\">\n<title>recycle</title>\n<path d=\"M13.062 18.266l-0.234 5.75-0.031 0.344-6.563-0.453c-0.812-0.063-1.484-0.828-1.781-1.516-0.625-1.453 0.187-3.172 0.656-4.562 0 0 1.203 0.187 7.953 0.438zM7.016 9.109l2.812 5.922-2.297-1.437c-3.516 4.016-3.844 7-3.844 7l-2.969-5.578c-0.609-0.906-0.063-1.891-0.063-1.891s0.547-0.984 1.781-2.938l-2.188-1.344zM26.25 17.187l-2.938 5.609c-0.406 1.016-1.531 1.109-1.531 1.109s-1.109 0.109-3.422 0.187l0.125 2.562-3.594-5.734 3.297-5.656 0.109 2.703c5.297 0.641 7.953-0.781 7.953-0.781zM13.984 2.75c0 0-0.734 0.969-4.141 6.797l-4.953-2.922-0.297-0.187 3.516-5.563c0.438-0.688 1.422-0.938 2.188-0.859 1.563 0.141 2.688 1.656 3.687 2.734zM24.219 7.547l3.313 5.672c0.422 0.703 0.172 1.687-0.234 2.344-0.844 1.313-2.719 1.625-4.125 2.016 0 0-0.531-1.109-4.141-6.813l4.891-3.047zM21.984 4.016l2.219-1.297-3.437 5.828-6.547-0.313 2.359-1.344c-1.875-4.984-4.359-6.703-4.359-6.703l6.328 0.016c1.094-0.094 1.687 0.844 1.687 0.844s0.609 0.953 1.75 2.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-automobile\" viewBox=\"0 0 32 28\">\n<title>automobile</title>\n<path d=\"M7.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM8.062 12h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM29.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM32 15.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-16v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h12c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438c1.937 0 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cab\" viewBox=\"0 0 32 28\">\n<title>cab</title>\n<path d=\"M28.5 14c1.937 0 3.5 1.563 3.5 3.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-16v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h2v-3.5c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5v3.5h2c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438zM5 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM8.062 14h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM27 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tree\" viewBox=\"0 0 24 28\">\n<title>tree</title>\n<path d=\"M23.5 23c0 0.547-0.453 1-1 1h-7.219c0.047 1 0.172 2.047 0.172 3.063 0 0.516-0.422 0.938-0.953 0.938h-5c-0.531 0-0.953-0.422-0.953-0.938 0-1.016 0.125-2.063 0.172-3.063h-7.219c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.578c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.078c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6-6c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l6 6c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.078l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.578l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spotify\" viewBox=\"0 0 24 28\">\n<title>spotify</title>\n<path d=\"M17.609 18.906c0-0.438-0.172-0.609-0.469-0.797-2.016-1.203-4.359-1.797-6.984-1.797-1.531 0-3 0.203-4.484 0.531-0.359 0.078-0.656 0.313-0.656 0.812 0 0.391 0.297 0.766 0.766 0.766 0.141 0 0.391-0.078 0.578-0.125 1.219-0.25 2.5-0.422 3.797-0.422 2.297 0 4.469 0.562 6.203 1.609 0.187 0.109 0.313 0.172 0.516 0.172 0.391 0 0.734-0.313 0.734-0.75zM19.109 15.547c0-0.422-0.156-0.719-0.547-0.953-2.391-1.422-5.422-2.203-8.563-2.203-2.016 0-3.391 0.281-4.734 0.656-0.5 0.141-0.75 0.484-0.75 1s0.422 0.938 0.938 0.938c0.219 0 0.344-0.063 0.578-0.125 1.094-0.297 2.406-0.516 3.922-0.516 2.969 0 5.672 0.781 7.625 1.937 0.172 0.094 0.344 0.203 0.594 0.203 0.531 0 0.938-0.422 0.938-0.938zM20.797 11.672c0-0.578-0.25-0.875-0.625-1.094-2.703-1.578-6.406-2.312-9.938-2.312-2.078 0-3.984 0.234-5.688 0.734-0.438 0.125-0.844 0.5-0.844 1.156 0 0.641 0.484 1.141 1.125 1.141 0.234 0 0.453-0.078 0.625-0.125 1.516-0.422 3.156-0.578 4.797-0.578 3.25 0 6.625 0.719 8.797 2.016 0.219 0.125 0.375 0.187 0.625 0.187 0.594 0 1.125-0.469 1.125-1.125zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deviantart\" viewBox=\"0 0 16 28\">\n<title>deviantart</title>\n<path d=\"M16 4.734l-4.734 9.094 0.375 0.484h4.359v6.484h-7.922l-0.688 0.469-2.219 4.266c-0.016 0-0.438 0.438-0.469 0.469h-4.703v-4.734l4.734-9.109-0.375-0.469h-4.359v-6.484h7.922l0.688-0.469 2.219-4.266c0.016 0 0.438-0.438 0.469-0.469h4.703v4.734z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-soundcloud\" viewBox=\"0 0 36 28\">\n<title>soundcloud</title>\n<path d=\"M12.25 21.438l0.25-3.766-0.25-8.172c-0.016-0.203-0.172-0.375-0.375-0.375-0.187 0-0.359 0.172-0.359 0.375l-0.219 8.172 0.219 3.766c0.016 0.203 0.172 0.359 0.359 0.359 0.203 0 0.359-0.156 0.375-0.359zM16.875 20.984l0.172-3.297-0.187-9.156c0-0.156-0.078-0.297-0.203-0.375-0.078-0.047-0.156-0.078-0.25-0.078s-0.172 0.031-0.25 0.078c-0.125 0.078-0.203 0.219-0.203 0.375l-0.016 0.094-0.156 9.047s0 0.016 0.172 3.687v0.016c0 0.094 0.031 0.187 0.094 0.266 0.094 0.109 0.219 0.172 0.359 0.172 0.125 0 0.234-0.063 0.313-0.141 0.094-0.078 0.141-0.187 0.141-0.313zM0.547 15.672l0.313 2-0.313 1.969c-0.016 0.078-0.063 0.141-0.141 0.141s-0.125-0.063-0.141-0.141l-0.266-1.969 0.266-2c0.016-0.078 0.063-0.141 0.141-0.141s0.125 0.063 0.141 0.141zM1.891 14.438l0.406 3.234-0.406 3.172c-0.016 0.078-0.078 0.141-0.156 0.141s-0.141-0.063-0.141-0.156l-0.359-3.156 0.359-3.234c0-0.078 0.063-0.141 0.141-0.141s0.141 0.063 0.156 0.141zM6.266 21.516v0 0zM3.328 13.844l0.391 3.828-0.391 3.703c0 0.094-0.078 0.172-0.172 0.172s-0.172-0.078-0.187-0.172l-0.328-3.703 0.328-3.828c0.016-0.109 0.094-0.187 0.187-0.187s0.172 0.078 0.172 0.187zM4.797 13.734l0.359 3.938-0.359 3.813c-0.016 0.125-0.109 0.203-0.219 0.203s-0.203-0.078-0.203-0.203l-0.328-3.813 0.328-3.938c0-0.125 0.094-0.203 0.203-0.203s0.203 0.078 0.219 0.203zM6.266 14.016l0.328 3.656-0.328 3.844c-0.016 0.141-0.125 0.25-0.25 0.25s-0.234-0.109-0.234-0.25l-0.313-3.844 0.313-3.656c0-0.125 0.109-0.234 0.234-0.234s0.234 0.109 0.25 0.234zM12.25 21.438v0 0zM7.734 11.734l0.328 5.938-0.328 3.844c0 0.156-0.125 0.281-0.266 0.281-0.156 0-0.266-0.125-0.281-0.281l-0.281-3.844 0.281-5.938c0.016-0.156 0.125-0.281 0.281-0.281 0.141 0 0.266 0.125 0.266 0.281zM9.203 10.391l0.297 7.313-0.297 3.813c0 0.172-0.141 0.297-0.297 0.297-0.172 0-0.297-0.125-0.313-0.297l-0.25-3.813 0.25-7.313c0.016-0.172 0.141-0.297 0.313-0.297 0.156 0 0.297 0.125 0.297 0.297zM10.734 9.766l0.281 7.906-0.281 3.781c-0.016 0.187-0.156 0.328-0.344 0.328-0.172 0-0.313-0.141-0.328-0.328l-0.25-3.781 0.25-7.906c0-0.187 0.156-0.344 0.328-0.344 0.187 0 0.328 0.156 0.344 0.344zM16.859 21.359v0 0 0 0 0 0zM13.766 9.703l0.234 7.969-0.234 3.734c0 0.219-0.172 0.391-0.391 0.391s-0.375-0.172-0.391-0.391l-0.219-3.734 0.219-7.969c0-0.219 0.172-0.391 0.391-0.391s0.391 0.172 0.391 0.391zM15.313 10l0.219 7.688-0.219 3.687c0 0.234-0.187 0.422-0.422 0.422s-0.422-0.187-0.438-0.422l-0.187-3.687 0.187-7.688c0.016-0.25 0.203-0.438 0.438-0.438s0.406 0.187 0.422 0.438zM18.625 17.687l-0.219 3.609c0 0.266-0.219 0.484-0.484 0.484s-0.484-0.219-0.5-0.484l-0.094-1.781-0.094-1.828 0.187-9.938v-0.047c0.016-0.141 0.078-0.281 0.187-0.375 0.078-0.063 0.187-0.109 0.313-0.109 0.078 0 0.172 0.031 0.234 0.078 0.141 0.078 0.234 0.234 0.25 0.406zM36 17.391c0 2.438-1.984 4.406-4.422 4.406h-12.281c-0.266-0.031-0.484-0.234-0.484-0.516v-14.047c0-0.266 0.094-0.391 0.438-0.516 0.859-0.344 1.828-0.531 2.828-0.531 4.078 0 7.422 3.125 7.781 7.109 0.531-0.219 1.109-0.344 1.719-0.344 2.438 0 4.422 1.984 4.422 4.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-database\" viewBox=\"0 0 24 28\">\n<title>database</title>\n<path d=\"M12 12c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 24c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 18c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 0c6.625 0 12 1.797 12 4v2c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2c0-2.203 5.375-4 12-4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-pdf-o\" viewBox=\"0 0 24 28\">\n<title>file-pdf-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM13.969 16.734c0.391 0.313 0.828 0.594 1.312 0.875 0.656-0.078 1.266-0.109 1.828-0.109 1.047 0 2.375 0.125 2.766 0.766 0.109 0.156 0.203 0.438 0.031 0.812-0.016 0.016-0.031 0.047-0.047 0.063v0.016c-0.047 0.281-0.281 0.594-1.109 0.594-1 0-2.516-0.453-3.828-1.141-2.172 0.234-4.453 0.719-6.125 1.297-1.609 2.75-2.844 4.094-3.781 4.094-0.156 0-0.297-0.031-0.438-0.109l-0.375-0.187c-0.047-0.016-0.063-0.047-0.094-0.078-0.078-0.078-0.141-0.25-0.094-0.562 0.156-0.719 1-1.922 2.938-2.938 0.125-0.078 0.281-0.031 0.359 0.094 0.016 0.016 0.031 0.047 0.031 0.063 0.484-0.797 1.047-1.813 1.672-3.078 0.703-1.406 1.25-2.781 1.625-4.094-0.5-1.703-0.656-3.453-0.375-4.484 0.109-0.391 0.344-0.625 0.656-0.625h0.344c0.234 0 0.422 0.078 0.547 0.234 0.187 0.219 0.234 0.562 0.141 1.062-0.016 0.047-0.031 0.094-0.063 0.125 0.016 0.047 0.016 0.078 0.016 0.125v0.469c-0.016 0.984-0.031 1.922-0.219 3 0.547 1.641 1.359 2.969 2.281 3.719zM4.969 23.156c0.469-0.219 1.141-0.891 2.141-2.469-1.172 0.906-1.906 1.937-2.141 2.469zM11.188 8.781c-0.156 0.438-0.156 1.188-0.031 2.063 0.047-0.25 0.078-0.484 0.109-0.688 0.031-0.266 0.078-0.484 0.109-0.672 0.016-0.047 0.031-0.078 0.063-0.125-0.016-0.016-0.016-0.047-0.031-0.078-0.016-0.281-0.109-0.453-0.203-0.562 0 0.031-0.016 0.047-0.016 0.063zM9.25 19.109c1.375-0.547 2.906-0.984 4.438-1.266-0.156-0.125-0.313-0.234-0.453-0.359-0.766-0.672-1.453-1.609-1.984-2.75-0.297 0.953-0.734 1.969-1.297 3.078-0.234 0.438-0.469 0.875-0.703 1.297zM19.344 18.859c-0.078-0.078-0.484-0.375-2.188-0.375 0.766 0.281 1.469 0.438 1.937 0.438 0.141 0 0.219 0 0.281-0.016 0-0.016-0.016-0.031-0.031-0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-word-o\" viewBox=\"0 0 24 28\">\n<title>file-word-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM3.641 12v1.672h1.094l2.562 10.328h2.484l2-7.578c0.078-0.234 0.125-0.469 0.156-0.719 0.016-0.125 0.031-0.25 0.031-0.375h0.063l0.047 0.375c0.047 0.219 0.063 0.469 0.141 0.719l2 7.578h2.484l2.562-10.328h1.094v-1.672h-4.688v1.672h1.406l-1.547 6.844c-0.063 0.25-0.094 0.516-0.109 0.719l-0.031 0.328h-0.063c0-0.094-0.031-0.219-0.047-0.328-0.047-0.203-0.078-0.469-0.141-0.719l-2.25-8.516h-1.781l-2.25 8.516c-0.063 0.25-0.078 0.516-0.125 0.719l-0.063 0.328h-0.063l-0.031-0.328c-0.016-0.203-0.047-0.469-0.109-0.719l-1.547-6.844h1.406v-1.672h-4.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-excel-o\" viewBox=\"0 0 24 28\">\n<title>file-excel-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.703 22.344v1.656h4.391v-1.656h-1.172l1.609-2.516c0.187-0.297 0.281-0.531 0.328-0.531h0.031c0.016 0.063 0.047 0.109 0.078 0.156 0.063 0.125 0.156 0.219 0.266 0.375l1.672 2.516h-1.188v1.656h4.547v-1.656h-1.062l-3-4.266 3.047-4.406h1.047v-1.672h-4.359v1.672h1.156l-1.609 2.484c-0.187 0.297-0.328 0.531-0.328 0.516h-0.031c-0.016-0.063-0.047-0.109-0.078-0.156-0.063-0.109-0.141-0.219-0.266-0.359l-1.656-2.484h1.188v-1.672h-4.531v1.672h1.062l2.953 4.25-3.031 4.422h-1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-powerpoint-o\" viewBox=\"0 0 24 28\">\n<title>file-powerpoint-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.5 22.344v1.656h5.109v-1.656h-1.453v-2.609h2.141c0.672 0 1.281-0.031 1.844-0.234 1.406-0.484 2.281-1.937 2.281-3.641s-0.844-3.016-2.141-3.563c-0.594-0.234-1.313-0.297-2.031-0.297h-5.75v1.672h1.437v8.672h-1.437zM12.016 17.969h-1.859v-4.188h1.875c0.547 0 0.969 0.094 1.297 0.281 0.562 0.328 0.875 0.969 0.875 1.797 0 0.875-0.313 1.547-0.969 1.875-0.328 0.156-0.734 0.234-1.219 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-image-o\" viewBox=\"0 0 24 28\">\n<title>file-image-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM20 19v5h-16v-3l3-3 2 2 6-6zM7 16c-1.656 0-3-1.344-3-3s1.344-3 3-3 3 1.344 3 3-1.344 3-3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-archive-o\" viewBox=\"0 0 24 28\">\n<title>file-archive-o</title>\n<path d=\"M10 6v-2h-2v2h2zM12 8v-2h-2v2h2zM10 10v-2h-2v2h2zM12 12v-2h-2v2h2zM22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v2h-2v-2h-8v24h20zM12.203 14.734c1.328 4.484 1.672 5.453 1.672 5.453 0.078 0.266 0.125 0.531 0.125 0.812 0 1.734-1.687 3-4 3s-4-1.266-4-3c0-0.281 0.047-0.547 0.125-0.812 0 0 0.328-0.969 1.875-6.188v-2h2v2h1.234c0.453 0 0.844 0.297 0.969 0.734zM10 22c1.109 0 2-0.453 2-1s-0.891-1-2-1-2 0.453-2 1 0.891 1 2 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-audio-o\" viewBox=\"0 0 24 28\">\n<title>file-audio-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM9.688 13.281c0.187 0.078 0.313 0.266 0.313 0.469v8.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-2.594-2.609h-2.047c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h2.047l2.594-2.609c0.156-0.141 0.359-0.187 0.547-0.109zM16.203 24.047c0.297 0 0.578-0.125 0.781-0.375 1.297-1.594 2.016-3.609 2.016-5.672s-0.719-4.078-2.016-5.672c-0.344-0.438-0.984-0.5-1.406-0.156-0.438 0.359-0.5 0.984-0.141 1.422 1.016 1.25 1.563 2.781 1.563 4.406s-0.547 3.156-1.563 4.406c-0.359 0.438-0.297 1.062 0.141 1.406 0.187 0.156 0.406 0.234 0.625 0.234zM12.906 21.734c0.266 0 0.531-0.109 0.734-0.313 0.875-0.938 1.359-2.141 1.359-3.422s-0.484-2.484-1.359-3.422c-0.375-0.406-1.016-0.422-1.422-0.047-0.391 0.375-0.422 1.016-0.031 1.422 0.516 0.562 0.812 1.281 0.812 2.047s-0.297 1.484-0.812 2.047c-0.391 0.406-0.359 1.047 0.031 1.422 0.203 0.172 0.453 0.266 0.688 0.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-movie-o\" viewBox=\"0 0 24 28\">\n<title>file-movie-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM12 12c1.094 0 2 0.906 2 2v6c0 1.094-0.906 2-2 2h-6c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h6zM19.688 12.031c0.187 0.078 0.313 0.266 0.313 0.469v9c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.266-0.047-0.359-0.141l-4.141-4.156v-1.406l4.141-4.156c0.094-0.094 0.234-0.141 0.359-0.141 0.063 0 0.125 0.016 0.187 0.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-code-o\" viewBox=\"0 0 24 28\">\n<title>file-code-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM7.5 12c0.172-0.219 0.484-0.266 0.703-0.094l0.797 0.594c0.219 0.172 0.266 0.484 0.094 0.703l-2.844 3.797 2.844 3.797c0.172 0.219 0.125 0.531-0.094 0.703l-0.797 0.594c-0.219 0.172-0.531 0.125-0.703-0.094l-3.531-4.703c-0.125-0.172-0.125-0.422 0-0.594zM20.031 16.703c0.125 0.172 0.125 0.422 0 0.594l-3.531 4.703c-0.172 0.219-0.484 0.266-0.703 0.094l-0.797-0.594c-0.219-0.172-0.266-0.484-0.094-0.703l2.844-3.797-2.844-3.797c-0.172-0.219-0.125-0.531 0.094-0.703l0.797-0.594c0.219-0.172 0.531-0.125 0.703 0.094zM10.344 23.906c-0.281-0.047-0.453-0.313-0.406-0.578l2.156-12.984c0.047-0.281 0.313-0.453 0.578-0.406l0.984 0.156c0.281 0.047 0.453 0.313 0.406 0.578l-2.156 12.984c-0.047 0.281-0.313 0.453-0.578 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vine\" viewBox=\"0 0 24 28\">\n<title>vine</title>\n<path d=\"M23.391 12.922v3.094c-1.094 0.25-2.188 0.359-3.094 0.359-2.188 4.594-6.109 8.531-7.422 9.266-0.828 0.469-1.609 0.5-2.531-0.047-1.609-0.969-7.703-5.969-9.734-21.688h4.422c1.109 9.438 3.828 14.281 6.813 17.906 1.656-1.656 3.25-3.859 4.484-6.344-2.953-1.5-4.75-4.797-4.75-8.641 0-3.891 2.234-6.828 6.062-6.828 3.719 0 5.75 2.312 5.75 6.297 0 1.484-0.313 3.172-0.906 4.469 0 0-2.75 0.547-3.766-1.219 0.203-0.672 0.484-1.828 0.484-2.875 0-1.859-0.672-2.766-1.687-2.766-1.078 0-1.828 1.016-1.828 2.969 0 3.984 2.531 6.266 5.812 6.266 0.578 0 1.234-0.063 1.891-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codepen\" viewBox=\"0 0 28 28\">\n<title>codepen</title>\n<path d=\"M3.375 18.266l9.422 6.281v-5.609l-5.219-3.484zM2.406 16.016l3.016-2.016-3.016-2.016v4.031zM15.203 24.547l9.422-6.281-4.203-2.812-5.219 3.484v5.609zM14 16.844l4.25-2.844-4.25-2.844-4.25 2.844zM7.578 12.547l5.219-3.484v-5.609l-9.422 6.281zM22.578 14l3.016 2.016v-4.031zM20.422 12.547l4.203-2.812-9.422-6.281v5.609zM28 9.734v8.531c0 0.391-0.203 0.781-0.531 1l-12.797 8.531c-0.203 0.125-0.438 0.203-0.672 0.203s-0.469-0.078-0.672-0.203l-12.797-8.531c-0.328-0.219-0.531-0.609-0.531-1v-8.531c0-0.391 0.203-0.781 0.531-1l12.797-8.531c0.203-0.125 0.438-0.203 0.672-0.203s0.469 0.078 0.672 0.203l12.797 8.531c0.328 0.219 0.531 0.609 0.531 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-jsfiddle\" viewBox=\"0 0 32 28\">\n<title>jsfiddle</title>\n<path d=\"M28.125 12.063c2.266 0.938 3.875 3.156 3.875 5.734 0 3.422-2.828 6.203-6.297 6.203-0.125 0-0.234-0.016-0.344-0.016h-19.016c-3.5-0.203-6.344-2.875-6.344-6.344 0-2.328 1.266-4.359 3.156-5.469-0.125-0.406-0.187-0.828-0.187-1.281 0-2.391 1.953-4.328 4.391-4.328 1 0 1.937 0.344 2.688 0.906 1.531-3.156 4.781-5.344 8.578-5.344 5.266 0 9.516 4.203 9.516 9.375 0 0.187-0.016 0.375-0.016 0.562zM7.313 16.219c0 2.641 2.078 4.125 4.562 4.125 1.531 0 2.641-0.484 3.75-1.547-0.453-0.562-0.953-1.109-1.422-1.672-0.641 0.625-1.344 1.016-2.25 1.016-1.109 0-2.063-0.734-2.063-1.891 0-1.141 0.953-1.891 2.031-1.891 3.437 0 4.172 6 9.172 6 2.438 0 4.5-1.531 4.5-4.094 0-2.594-2.078-4.109-4.547-4.109-1.531 0-2.672 0.438-3.766 1.516 0.5 0.547 0.969 1.125 1.453 1.687 0.625-0.609 1.328-1 2.219-1 1.031 0 2.063 0.734 2.063 1.828 0 1.203-0.875 1.969-2.047 1.969-3.328 0-4.219-6-9.094-6-2.422 0-4.562 1.484-4.562 4.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-life-bouy\" viewBox=\"0 0 28 28\">\n<title>life-bouy</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM14 2c-2.031 0-3.953 0.516-5.641 1.406l3.031 3.031c0.828-0.281 1.703-0.438 2.609-0.438 0.922 0 1.781 0.156 2.609 0.438l3.031-3.031c-1.687-0.891-3.609-1.406-5.641-1.406zM3.406 19.641l3.031-3.031c-0.281-0.828-0.438-1.703-0.438-2.609 0-0.922 0.156-1.781 0.438-2.609l-3.031-3.031c-0.891 1.687-1.406 3.609-1.406 5.641s0.516 3.953 1.406 5.641zM14 26c2.031 0 3.953-0.516 5.641-1.406l-3.031-3.031c-0.828 0.281-1.687 0.438-2.609 0.438-0.906 0-1.781-0.156-2.609-0.438l-3.031 3.031c1.687 0.891 3.609 1.406 5.641 1.406zM14 20c3.313 0 6-2.688 6-6s-2.688-6-6-6-6 2.688-6 6 2.688 6 6 6zM21.562 16.609l3.031 3.031c0.891-1.687 1.406-3.609 1.406-5.641s-0.516-3.953-1.406-5.641l-3.031 3.031c0.281 0.828 0.438 1.703 0.438 2.609s-0.156 1.781-0.438 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o-notch\" viewBox=\"0 0 28 28\">\n<title>circle-o-notch</title>\n<path d=\"M27.5 14c0 7.453-6.047 13.5-13.5 13.5s-13.5-6.047-13.5-13.5c0-6.781 5-12.391 11.5-13.359v3.563c-4.562 0.922-8 4.969-8 9.797 0 5.516 4.484 10 10 10s10-4.484 10-10c0-4.828-3.437-8.875-8-9.797v-3.563c6.5 0.969 11.5 6.578 11.5 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ra\" viewBox=\"0 0 28 28\">\n<title>ra</title>\n<path d=\"M0.297 13.656c0.156-4.469 2.438-8.594 6.578-11.312 0.016 0 0.109-0.031 0.063 0.047-0.328 0.313-6.281 7.328-0.797 12.781 2.812 2.797 5.078 0.141 5.078 0.141 2.172-2.828-0.031-7.109-0.031-7.109-0.562-1.406-2.578-2.266-2.578-2.266l1.625-1.797c1.375 0.594 2.438 2.188 2.438 2.188 0.047-1.672-1.234-3.469-1.234-3.469l2.516-2.859 2.5 2.828c-1.156 1.625-1.234 3.531-1.234 3.531 0.781-1.297 2.453-2.219 2.453-2.219l1.609 1.797c-1.547 0.5-2.562 2.25-2.562 2.25-0.891 1.609-1.531 5.047 0.031 7.187 1.828 2.516 4.953-0.156 4.953-0.156 5.797-5.187-0.594-12.703-0.594-12.703-0.344-0.313 0.047-0.156 0.047-0.156 2.828 2.063 6.469 4.766 6.563 11.562 0.109 8.219-5.641 14.078-13.687 14.078-7.859 0-13.969-6.563-13.734-14.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-empire\" viewBox=\"0 0 28 28\">\n<title>empire</title>\n<path d=\"M13.656 25.594v1.031c-4.406-0.125-8.266-2.5-10.437-6.016l0.906-0.531c0.328 0.547 0.719 1.062 1.141 1.547l1.016-0.891c1.469 1.672 3.469 2.859 5.75 3.313l-0.266 1.344c0.609 0.109 1.25 0.187 1.891 0.203zM4.312 17.313l-1.297 0.438c0.219 0.609 0.469 1.188 0.766 1.75l-0.891 0.516c-0.969-1.781-1.531-3.844-1.531-6.016s0.562-4.234 1.531-6.016l0.891 0.516c-0.297 0.547-0.562 1.141-0.766 1.75l1.281 0.438c-0.359 1.031-0.547 2.156-0.547 3.313s0.203 2.281 0.562 3.313zM23.875 20.078l0.906 0.531c-2.172 3.516-6.031 5.891-10.437 6.016v-1.031c0.641-0.016 1.281-0.094 1.891-0.203l-0.266-1.344c2.281-0.453 4.281-1.641 5.75-3.313l1.016 0.891c0.422-0.484 0.812-1 1.141-1.547zM21.516 11.422l-3.641 1.25c0.141 0.422 0.219 0.859 0.219 1.328s-0.078 0.906-0.219 1.328l3.625 1.25c-0.328 0.984-0.859 1.875-1.531 2.641l-2.891-2.531c-0.578 0.672-1.375 1.141-2.297 1.328l0.75 3.766c-0.484 0.094-1 0.156-1.531 0.156s-1.047-0.063-1.531-0.156l0.75-3.766c-0.922-0.187-1.719-0.656-2.297-1.328l-2.891 2.531c-0.672-0.766-1.203-1.656-1.531-2.641l3.625-1.25c-0.141-0.422-0.219-0.859-0.219-1.328s0.078-0.906 0.219-1.328l-3.641-1.25c0.344-0.984 0.875-1.875 1.547-2.641l2.891 2.531c0.578-0.672 1.375-1.156 2.297-1.344l-0.75-3.75c0.484-0.109 1-0.156 1.531-0.156s1.047 0.047 1.531 0.156l-0.75 3.75c0.922 0.187 1.719 0.672 2.297 1.344l2.891-2.531c0.672 0.766 1.203 1.656 1.547 2.641zM13.656 1.375v1.031c-0.641 0.016-1.281 0.078-1.891 0.203l0.266 1.344c-2.281 0.437-4.281 1.625-5.75 3.297l-1.016-0.875c-0.422 0.469-0.797 0.984-1.141 1.531l-0.891-0.516c2.172-3.531 6.016-5.891 10.422-6.016v0zM26.641 14c0 2.172-0.562 4.234-1.531 6.016l-0.891-0.516c0.297-0.562 0.547-1.141 0.766-1.75l-1.297-0.438c0.359-1.031 0.562-2.156 0.562-3.313s-0.187-2.281-0.547-3.313l1.281-0.438c-0.203-0.609-0.469-1.203-0.766-1.75l0.891-0.516c0.969 1.781 1.531 3.844 1.531 6.016zM24.766 7.391l-0.891 0.516c-0.344-0.547-0.719-1.062-1.141-1.531l-1.016 0.875c-1.469-1.672-3.469-2.859-5.75-3.297l0.266-1.344c-0.609-0.125-1.25-0.187-1.891-0.203v-1.031c4.406 0.125 8.25 2.484 10.422 6.016zM27.312 14c0-7.344-5.969-13.312-13.312-13.312v0c-7.344 0-13.312 5.969-13.312 13.312s5.969 13.312 13.312 13.312 13.312-5.969 13.312-13.312zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git-square\" viewBox=\"0 0 24 28\">\n<title>git-square</title>\n<path d=\"M9.094 20.438c0 0.844-0.766 1.031-1.453 1.031-0.672 0-1.672-0.109-1.672-0.984 0-0.859 0.844-1 1.531-1 0.656 0 1.594 0.109 1.594 0.953zM8.531 13.156c0 0.781-0.313 1.328-1.156 1.328-0.859 0-1.203-0.5-1.203-1.313s0.313-1.406 1.203-1.406c0.797 0 1.156 0.656 1.156 1.391zM11.125 11.984v-1.953c-0.672 0.25-1.391 0.453-2.109 0.453-0.516-0.297-1.109-0.453-1.719-0.453-1.781 0-3.187 1.313-3.187 3.125 0 0.969 0.641 2.312 1.609 2.641v0.047c-0.5 0.219-0.594 0.828-0.594 1.328 0 0.516 0.187 0.938 0.641 1.203v0.047c-1.062 0.344-1.766 1.016-1.766 2.172 0 1.984 1.891 2.547 3.547 2.547 2 0 3.5-0.734 3.5-2.938 0-1.563-1.422-2.031-2.719-2.266-0.438-0.078-1.188-0.391-1.188-0.938 0-0.516 0.281-0.734 0.766-0.812 1.594-0.313 2.609-1.547 2.609-3.187 0-0.281-0.063-0.547-0.156-0.812 0.25-0.063 0.516-0.125 0.766-0.203zM12.047 18.531h2.141c-0.031-0.422-0.031-0.859-0.031-1.281v-6.047c0-0.359 0-0.719 0.031-1.078h-2.141c0.047 0.359 0.047 0.75 0.047 1.109v6.125c0 0.391 0 0.781-0.047 1.172zM20 18.281v-1.891c-0.313 0.219-0.688 0.328-1.062 0.328-0.703 0-0.828-0.703-0.828-1.281v-3.516h0.812c0.281 0 0.547 0.031 0.828 0.031v-1.828h-1.641c0-0.531-0.031-1.062 0.047-1.594h-2.188c0.047 0.281 0.063 0.562 0.063 0.859v0.734h-0.938v1.828c0.187-0.016 0.375-0.047 0.578-0.047 0.109 0 0.234 0.016 0.359 0.016v0.031h-0.031v3.391c0 1.687 0.25 3.313 2.312 3.313 0.578 0 1.172-0.094 1.687-0.375zM14.438 7.25c0-0.734-0.547-1.422-1.313-1.422s-1.328 0.672-1.328 1.422c0 0.734 0.578 1.391 1.328 1.391s1.313-0.672 1.313-1.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git\" viewBox=\"0 0 28 28\">\n<title>git</title>\n<path d=\"M9.297 23.656c0-1.375-1.516-1.563-2.578-1.563-1.109 0-2.469 0.234-2.469 1.625 0 1.406 1.609 1.578 2.688 1.578 1.141 0 2.359-0.281 2.359-1.641zM8.375 11.859c0-1.172-0.562-2.234-1.859-2.234-1.437 0-1.937 0.953-1.937 2.266 0 1.297 0.562 2.109 1.937 2.109 1.359 0 1.859-0.875 1.859-2.141zM12.578 6.797v3.156c-0.406 0.141-0.812 0.25-1.234 0.344 0.156 0.422 0.25 0.859 0.25 1.313 0 2.641-1.625 4.656-4.219 5.141-0.781 0.156-1.234 0.484-1.234 1.328 0 2.391 6.312 0.766 6.312 5.172 0 3.578-2.422 4.75-5.672 4.75-2.672 0-5.719-0.891-5.719-4.109 0-1.875 1.141-2.953 2.844-3.516v-0.063c-0.719-0.438-1.047-1.125-1.047-1.969 0-0.797 0.172-1.781 0.984-2.141v-0.063c-1.578-0.531-2.609-2.703-2.609-4.281 0-2.922 2.266-5.063 5.156-5.063 0.969 0 1.937 0.25 2.781 0.734 1.172 0 2.328-0.313 3.406-0.734zM17.547 20.563h-3.469c0.063-0.703 0.063-1.391 0.063-2.094v-9.516c0-0.672 0.016-1.344-0.063-2h3.469c-0.078 0.641-0.063 1.297-0.063 1.937v9.578c0 0.703 0 1.391 0.063 2.094zM26.938 17.094v3.063c-0.828 0.453-1.781 0.609-2.719 0.609-3.344 0-3.734-2.641-3.734-5.359v-5.484h0.031v-0.063c-0.203 0-0.391-0.031-0.578-0.031-0.313 0-0.625 0.047-0.922 0.094v-2.969h1.5v-1.188c0-0.469-0.016-0.938-0.094-1.391h3.547c-0.125 0.859-0.094 1.719-0.094 2.578h2.672v2.969c-0.453 0-0.906-0.063-1.344-0.063h-1.328v5.703c0 0.922 0.203 2.047 1.359 2.047 0.609 0 1.203-0.172 1.703-0.516zM17.938 2.297c0 1.172-0.906 2.266-2.109 2.266-1.234 0-2.156-1.078-2.156-2.266 0-1.203 0.906-2.297 2.156-2.297 1.234 0 2.109 1.125 2.109 2.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hacker-news\" viewBox=\"0 0 24 28\">\n<title>hacker-news</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tencent-weibo\" viewBox=\"0 0 20 28\">\n<title>tencent-weibo</title>\n<path d=\"M13.156 8.937c0 1.656-1.359 3.016-3.016 3.016-0.641 0-1.234-0.203-1.734-0.547-0.562 0.609-1.188 1.375-1.797 2.281-2.547 3.828-3.625 8.344-3.156 13.422 0.031 0.453-0.297 0.844-0.734 0.891h-0.078c-0.406 0-0.766-0.313-0.812-0.734-0.609-6.844 1.563-11.688 3.484-14.547 0.703-1.047 1.406-1.891 2.063-2.578-0.172-0.375-0.25-0.781-0.25-1.203 0-1.672 1.344-3.016 3.016-3.016 1.656 0 3.016 1.344 3.016 3.016zM19.109 9.109c0 5.016-4.078 9.094-9.109 9.094-0.688 0-1.375-0.078-2.047-0.219-0.438-0.109-0.703-0.547-0.609-0.984 0.109-0.422 0.531-0.703 0.969-0.609 0.547 0.141 1.125 0.203 1.687 0.203 4.125 0 7.484-3.359 7.484-7.484s-3.359-7.484-7.484-7.484-7.484 3.359-7.484 7.484c0 1.203 0.281 2.344 0.812 3.406 0.203 0.406 0.047 0.891-0.344 1.094-0.406 0.203-0.891 0.047-1.094-0.359-0.656-1.266-1-2.703-1-4.141 0-5.031 4.094-9.109 9.109-9.109 5.031 0 9.109 4.078 9.109 9.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qq\" viewBox=\"0 0 28 28\">\n<title>qq</title>\n<path d=\"M4.219 12.594c-0.109-0.266-0.125-0.531-0.125-0.812 0-0.438 0.281-1.141 0.547-1.469-0.016-0.406 0.156-1.234 0.469-1.5 0-2.891 2.234-6.531 4.844-7.781 1.609-0.766 3.297-1.031 5.063-1.031 1.375 0 2.875 0.328 4.156 0.859 3.672 1.547 4.5 4.422 5.281 8.094l0.016 0.078c0.453 0.688 0.859 1.5 0.859 2.344 0 0.422-0.281 0.844-0.281 1.219 0 0.031 0.094 0.156 0.109 0.187 1.344 1.984 2.562 4.141 2.562 6.609 0 0.547-0.297 2.453-1.172 2.453-0.609 0-1.281-1.484-1.5-1.891-0.016-0.016-0.031-0.016-0.047-0.016l-0.078 0.063c-0.5 1.297-1.047 2.516-2.063 3.484 0.891 0.859 2.328 0.781 2.594 2.266-0.078 0.172-0.047 0.359-0.172 0.531-0.891 1.344-3.281 1.516-4.719 1.516-1.906 0-3.453-0.5-5.25-1.031-0.375-0.109-0.938-0.047-1.344-0.094-0.953 1.047-3.281 1.328-4.625 1.328-1.188 0-5.781-0.078-5.781-2.109 0-0.875 0.187-1.125 0.797-1.687 0.484-0.094 0.844-0.359 1.406-0.391 0.078 0 0.141-0.016 0.219-0.031 0.016-0.016 0.031-0.016 0.031-0.063l-0.031-0.047c-1.078-0.25-2.594-2.969-2.828-4.094l-0.078-0.047c-0.109 0-0.156 0.234-0.187 0.313-0.344 0.797-1.156 1.656-2.063 1.75h-0.016c-0.125 0-0.078-0.125-0.172-0.156-0.219-0.516-0.359-0.984-0.359-1.563 0-3.125 1.5-5.437 3.938-7.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wechat\" viewBox=\"0 0 32 28\">\n<title>wechat</title>\n<path d=\"M9.063 7.203c0-0.859-0.562-1.422-1.422-1.422-0.844 0-1.703 0.562-1.703 1.422 0 0.844 0.859 1.406 1.703 1.406 0.859 0 1.422-0.562 1.422-1.406zM20.672 15.125c0-0.562-0.562-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.859 0 1.422-0.562 1.422-1.141zM16.984 7.203c0-0.859-0.562-1.422-1.406-1.422-0.859 0-1.703 0.562-1.703 1.422 0 0.844 0.844 1.406 1.703 1.406 0.844 0 1.406-0.562 1.406-1.406zM26.906 15.125c0-0.562-0.578-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.844 0 1.422-0.562 1.422-1.141zM22.75 8.922c-0.359-0.047-0.719-0.063-1.094-0.063-5.375 0-9.625 4.016-9.625 8.953 0 0.828 0.125 1.625 0.359 2.375-0.359 0.031-0.703 0.047-1.062 0.047-1.422 0-2.547-0.281-3.969-0.562l-3.953 1.984 1.125-3.406c-2.828-1.984-4.531-4.547-4.531-7.656 0-5.391 5.094-9.625 11.328-9.625 5.563 0 10.453 3.391 11.422 7.953zM32 17.687c0 2.547-1.687 4.813-3.969 6.516l0.859 2.828-3.109-1.703c-1.141 0.281-2.281 0.578-3.406 0.578-5.391 0-9.625-3.687-9.625-8.219s4.234-8.219 9.625-8.219c5.094 0 9.625 3.687 9.625 8.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane\" viewBox=\"0 0 28 28\">\n<title>paper-plane</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-7.078-2.891-3.781 4.609c-0.187 0.234-0.469 0.359-0.766 0.359-0.109 0-0.234-0.016-0.344-0.063-0.391-0.141-0.656-0.516-0.656-0.938v-5.453l13.5-16.547-16.703 14.453-6.172-2.531c-0.359-0.141-0.594-0.469-0.625-0.859-0.016-0.375 0.172-0.734 0.5-0.922l26-15c0.156-0.094 0.328-0.141 0.5-0.141 0.203 0 0.406 0.063 0.562 0.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane-o\" viewBox=\"0 0 28 28\">\n<title>paper-plane-o</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-8.234-3.359-4.656 5.109c-0.187 0.219-0.453 0.328-0.734 0.328-0.125 0-0.25-0.016-0.359-0.063-0.391-0.156-0.641-0.531-0.641-0.938v-7.063l-7.375-3.016c-0.359-0.141-0.594-0.469-0.625-0.859-0.031-0.375 0.172-0.734 0.5-0.922l26-15c0.328-0.203 0.75-0.187 1.062 0.031zM22.219 23.594l3.453-20.672-22.406 12.922 5.25 2.141 13.484-9.984-7.469 12.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-history\" viewBox=\"0 0 24 28\">\n<title>history</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12zM14 9.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-thin\" viewBox=\"0 0 24 28\">\n<title>circle-thin</title>\n<path d=\"M12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-header\" viewBox=\"0 0 28 28\">\n<title>header</title>\n<path d=\"M26.281 26c-1.375 0-2.766-0.109-4.156-0.109-1.375 0-2.75 0.109-4.125 0.109-0.531 0-0.781-0.578-0.781-1.031 0-1.391 1.563-0.797 2.375-1.328 0.516-0.328 0.516-1.641 0.516-2.188l-0.016-6.109c0-0.172 0-0.328-0.016-0.484-0.25-0.078-0.531-0.063-0.781-0.063h-10.547c-0.266 0-0.547-0.016-0.797 0.063-0.016 0.156-0.016 0.313-0.016 0.484l-0.016 5.797c0 0.594 0 2.219 0.578 2.562 0.812 0.5 2.656-0.203 2.656 1.203 0 0.469-0.219 1.094-0.766 1.094-1.453 0-2.906-0.109-4.344-0.109-1.328 0-2.656 0.109-3.984 0.109-0.516 0-0.75-0.594-0.75-1.031 0-1.359 1.437-0.797 2.203-1.328 0.5-0.344 0.516-1.687 0.516-2.234l-0.016-0.891v-12.703c0-0.75 0.109-3.156-0.594-3.578-0.781-0.484-2.453 0.266-2.453-1.141 0-0.453 0.203-1.094 0.75-1.094 1.437 0 2.891 0.109 4.328 0.109 1.313 0 2.641-0.109 3.953-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.344-1.547 0.688-2.312 1.172-0.547 0.328-0.547 1.937-0.547 2.5l0.016 5c0 0.172 0 0.328 0.016 0.5 0.203 0.047 0.406 0.047 0.609 0.047h10.922c0.187 0 0.391 0 0.594-0.047 0.016-0.172 0.016-0.328 0.016-0.5l0.016-5c0-0.578 0-2.172-0.547-2.5-0.781-0.469-2.344 0.156-2.344-1.172 0-0.469 0.219-1.094 0.781-1.094 1.375 0 2.75 0.109 4.125 0.109 1.344 0 2.688-0.109 4.031-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.359-1.609 0.672-2.391 1.156-0.531 0.344-0.547 1.953-0.547 2.516l0.016 14.734c0 0.516 0.031 1.875 0.531 2.188 0.797 0.5 2.484-0.141 2.484 1.219 0 0.453-0.203 1.094-0.75 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paragraph\" viewBox=\"0 0 20 28\">\n<title>paragraph</title>\n<path d=\"M19.969 2.953v1.141c0 0.531-0.422 1.453-0.953 1.453-0.266 0-0.578-0.047-0.844 0.016-0.25 0.063-0.438 0.234-0.5 0.484-0.078 0.297-0.047 0.672-0.047 1v18c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-19.031h-2.234v19.031c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-7.75c-1.516-0.125-2.812-0.438-3.828-0.922-1.313-0.609-2.312-1.547-3-2.797-0.656-1.203-1-2.562-1-4.047 0-1.734 0.469-3.234 1.375-4.469 0.922-1.234 2.016-2.063 3.266-2.484 1.172-0.391 3.641-0.578 6.516-0.578h7.484c0.531 0 0.953 0.422 0.953 0.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sliders\" viewBox=\"0 0 24 28\">\n<title>sliders</title>\n<path d=\"M5.5 22v2h-5.5v-2h5.5zM11 20c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM13.5 14v2h-13.5v-2h13.5zM3.5 6v2h-3.5v-2h3.5zM24 22v2h-11.5v-2h11.5zM9 4c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM19 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM24 14v2h-3.5v-2h3.5zM24 6v2h-13.5v-2h13.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt\" viewBox=\"0 0 24 28\">\n<title>share-alt</title>\n<path d=\"M19 16c2.766 0 5 2.234 5 5s-2.234 5-5 5-5-2.234-5-5c0-0.172 0.016-0.359 0.031-0.531l-5.625-2.812c-0.891 0.828-2.094 1.344-3.406 1.344-2.766 0-5-2.234-5-5s2.234-5 5-5c1.313 0 2.516 0.516 3.406 1.344l5.625-2.812c-0.016-0.172-0.031-0.359-0.031-0.531 0-2.766 2.234-5 5-5s5 2.234 5 5-2.234 5-5 5c-1.313 0-2.516-0.516-3.406-1.344l-5.625 2.812c0.016 0.172 0.031 0.359 0.031 0.531s-0.016 0.359-0.031 0.531l5.625 2.812c0.891-0.828 2.094-1.344 3.406-1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt-square\" viewBox=\"0 0 24 28\">\n<title>share-alt-square</title>\n<path d=\"M20 18.672c0-1.844-1.5-3.344-3.328-3.344-0.875 0-1.672 0.344-2.266 0.906l-3.766-1.875c0.016-0.125 0.031-0.234 0.031-0.359s-0.016-0.234-0.031-0.359l3.766-1.875c0.594 0.562 1.391 0.906 2.266 0.906 1.828 0 3.328-1.5 3.328-3.344 0-1.828-1.5-3.328-3.328-3.328-1.844 0-3.344 1.5-3.344 3.328 0 0.125 0.016 0.234 0.031 0.359l-3.766 1.875c-0.594-0.547-1.391-0.891-2.266-0.891-1.828 0-3.328 1.484-3.328 3.328s1.5 3.328 3.328 3.328c0.875 0 1.672-0.344 2.266-0.891l3.766 1.875c-0.016 0.125-0.031 0.234-0.031 0.359 0 1.828 1.5 3.328 3.344 3.328 1.828 0 3.328-1.5 3.328-3.328zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bomb\" viewBox=\"0 0 28 28\">\n<title>bomb</title>\n<path d=\"M8.922 9.203c-0.203-0.516-0.781-0.75-1.297-0.547-2.25 0.906-4.062 2.719-4.969 4.969-0.203 0.516 0.031 1.094 0.547 1.297 0.125 0.047 0.25 0.078 0.375 0.078 0.406 0 0.766-0.234 0.938-0.625 0.703-1.75 2.109-3.156 3.859-3.859 0.516-0.219 0.766-0.797 0.547-1.313zM23.641 3.641l0.719 0.719-3.813 3.797 1.062 1.062c0.391 0.391 0.391 1.031 0 1.422l-1 1c0.875 1.578 1.391 3.406 1.391 5.359 0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11c1.953 0 3.781 0.516 5.359 1.391l1-1c0.391-0.391 1.031-0.391 1.422 0l1.062 1.062zM23.766 2.766c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156l-1.422-1.406c-0.187-0.203-0.187-0.516 0-0.719 0.203-0.187 0.516-0.187 0.719 0l1.406 1.422c0.203 0.187 0.203 0.516 0 0.703zM27.359 6.359c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-1.406-1.422c-0.203-0.187-0.203-0.516 0-0.703 0.187-0.203 0.516-0.203 0.703 0l1.422 1.406c0.187 0.203 0.187 0.516 0 0.719zM28 3.5c0 0.281-0.219 0.5-0.5 0.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h1.5c0.281 0 0.5 0.219 0.5 0.5zM25 0.5v1.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-1.5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM27.359 1.359l-1.422 1.406c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156-0.203-0.187-0.203-0.516 0-0.703l1.406-1.422c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-futbol-o\" viewBox=\"0 0 28 28\">\n<title>futbol-o</title>\n<path d=\"M9.516 12.75l4.484-3.25 4.484 3.25-1.703 5.25h-5.547zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM23.672 21.094c1.469-2 2.328-4.438 2.328-7.094v-0.047l-1.594 1.391-3.75-3.5 0.984-5.047 2.094 0.187c-1.484-2.047-3.609-3.625-6.078-4.406l0.828 1.937-4.484 2.484-4.484-2.484 0.828-1.937c-2.469 0.781-4.594 2.359-6.078 4.406l2.109-0.187 0.969 5.047-3.75 3.5-1.594-1.391v0.047c0 2.656 0.859 5.094 2.328 7.094l0.469-2.063 5.094 0.625 2.172 4.656-1.813 1.078c1.172 0.391 2.438 0.609 3.75 0.609s2.578-0.219 3.75-0.609l-1.813-1.078 2.172-4.656 5.094-0.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tty\" viewBox=\"0 0 28 28\">\n<title>tty</title>\n<path d=\"M7 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM4 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM13 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM1.031 12c-0.578 0-1.031-0.453-1.031-1.016v-2.016h8.031v2.016c0 0.562-0.453 1.016-1.016 1.016h-5.984zM19 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM25 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.125v0.203h-8.031v-0.156c0-0.578-0.5-1.625-5.969-1.594-5.469 0.016-5.969 1.016-5.969 1.594v0.156h-8.031v-0.203c0-1.047 1.875-6.125 14-6.125 12.109 0 14 5.078 14 6.125zM28 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.969v2.016c0 0.562-0.453 1.016-1.016 1.016h-6c-0.562 0-1.016-0.453-1.016-1.016v-2.016h8.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-binoculars\" viewBox=\"0 0 28 28\">\n<title>binoculars</title>\n<path d=\"M11 5v12c0 0.547-0.453 1-1 1v0 9c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-8l3.891-13.641c0.063-0.219 0.266-0.359 0.484-0.359h6.625zM16 5v11h-4v-11h4zM28 19v8c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-9c-0.547 0-1-0.453-1-1v-12h6.625c0.219 0 0.422 0.141 0.484 0.359zM11.5 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5zM22 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plug\" viewBox=\"0 0 28 28\">\n<title>plug</title>\n<path d=\"M27.422 7.078c0.766 0.781 0.766 2.047 0 2.828l-6.266 6.25 2.344 2.344-2.5 2.5c-3.422 3.422-8.641 3.906-12.516 1.344l-5.656 5.656h-2.828v-2.828l5.656-5.656c-2.562-3.875-2.078-9.094 1.344-12.516l2.5-2.5 2.344 2.344 6.25-6.266c0.781-0.766 2.047-0.766 2.828 0 0.781 0.781 0.781 2.063 0 2.828l-6.25 6.266 3.656 3.656 6.266-6.25c0.781-0.781 2.047-0.781 2.828 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slideshare\" viewBox=\"0 0 28 28\">\n<title>slideshare</title>\n<path d=\"M13.641 11.562c0 1.734-1.516 3.156-3.375 3.156s-3.375-1.422-3.375-3.156c0-1.75 1.516-3.156 3.375-3.156s3.375 1.406 3.375 3.156zM21.484 11.562c0 1.734-1.5 3.156-3.375 3.156-1.859 0-3.375-1.422-3.375-3.156 0-1.75 1.516-3.156 3.375-3.156 1.875 0 3.375 1.406 3.375 3.156zM25 14.375v-10.422c0-1.797-0.578-2.5-2.234-2.5h-17.375c-1.734 0-2.219 0.594-2.219 2.5v10.516c3.703 1.937 6.875 1.594 8.609 1.531 0.734-0.016 1.203 0.125 1.484 0.422 0.047 0.047 0.094 0.094 0.156 0.141 0.328 0.313 0.641 0.562 0.953 0.797 0.063-0.859 0.547-1.406 1.844-1.359 1.766 0.078 5.016 0.422 8.781-1.625zM27.547 14.297c-1 1.234-2.906 2.75-5.812 3.938 3.078 10.484-7.516 12.156-7.344 6.781 0 0.094-0.016-2.891-0.016-5.109-0.234-0.047-0.469-0.109-0.75-0.172 0 2.234-0.016 5.375-0.016 5.281 0.172 5.375-10.422 3.703-7.344-6.781-2.906-1.188-4.813-2.703-5.812-3.938-0.5-0.75 0.047-1.547 0.875-0.969 0.109 0.078 0.234 0.156 0.344 0.234v-10.844c0-1.5 1.125-2.719 2.516-2.719h19.641c1.391 0 2.516 1.219 2.516 2.719v10.844l0.328-0.234c0.828-0.578 1.375 0.219 0.875 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitch\" viewBox=\"0 0 28 28\">\n<title>twitch</title>\n<path d=\"M14 6.781v6.781h-2.266v-6.781h2.266zM20.219 6.781v6.781h-2.266v-6.781h2.266zM20.219 18.656l3.953-3.969v-12.422h-18.656v16.391h5.094v3.391l3.391-3.391h6.219zM26.437 0v15.828l-6.781 6.781h-5.094l-3.391 3.391h-3.391v-3.391h-6.219v-18.094l1.703-4.516h23.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yelp\" viewBox=\"0 0 24 28\">\n<title>yelp</title>\n<path d=\"M12.078 20.609v1.984c-0.016 4.406-0.016 4.562-0.094 4.766-0.125 0.328-0.406 0.547-0.797 0.625-1.125 0.187-4.641-1.109-5.375-1.984-0.156-0.172-0.234-0.375-0.266-0.562-0.016-0.141 0.016-0.281 0.063-0.406 0.078-0.219 0.219-0.391 3.359-4.109 0 0 0.016 0 0.938-1.094 0.313-0.391 0.875-0.516 1.391-0.328 0.516 0.203 0.797 0.641 0.781 1.109zM9.75 16.688c-0.031 0.547-0.344 0.953-0.812 1.094l-1.875 0.609c-4.203 1.344-4.344 1.375-4.562 1.375-0.344-0.016-0.656-0.219-0.844-0.562-0.125-0.25-0.219-0.672-0.266-1.172-0.172-1.531 0.031-3.828 0.484-4.547 0.219-0.344 0.531-0.516 0.875-0.5 0.234 0 0.422 0.094 4.953 1.937 0 0-0.016 0.016 1.313 0.531 0.469 0.187 0.766 0.672 0.734 1.234zM22.656 21.328c-0.156 1.125-2.484 4.078-3.547 4.5-0.359 0.141-0.719 0.109-0.984-0.109-0.187-0.141-0.375-0.422-2.875-4.484l-0.734-1.203c-0.281-0.438-0.234-1 0.125-1.437 0.344-0.422 0.844-0.562 1.297-0.406 0 0 0.016 0.016 1.859 0.625 4.203 1.375 4.344 1.422 4.516 1.563 0.281 0.219 0.406 0.547 0.344 0.953zM12.156 11.453c0.078 1.625-0.609 1.828-0.844 1.906-0.219 0.063-0.906 0.266-1.781-1.109-5.75-9.078-5.906-9.344-5.906-9.344-0.078-0.328 0.016-0.688 0.297-0.969 0.859-0.891 5.531-2.203 6.75-1.891 0.391 0.094 0.672 0.344 0.766 0.703 0.063 0.391 0.625 8.813 0.719 10.703zM22.5 13.141c0.031 0.391-0.109 0.719-0.406 0.922-0.187 0.125-0.375 0.187-5.141 1.344-0.766 0.172-1.188 0.281-1.422 0.359l0.016-0.031c-0.469 0.125-1-0.094-1.297-0.562s-0.281-0.984 0-1.359c0 0 0.016-0.016 1.172-1.594 2.562-3.5 2.688-3.672 2.875-3.797 0.297-0.203 0.656-0.203 1.016-0.031 1.016 0.484 3.063 3.531 3.187 4.703v0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-newspaper-o\" viewBox=\"0 0 32 28\">\n<title>newspaper-o</title>\n<path d=\"M16 8h-6v6h6v-6zM18 18v2h-10v-2h10zM18 6v10h-10v-10h10zM28 18v2h-8v-2h8zM28 14v2h-8v-2h8zM28 10v2h-8v-2h8zM28 6v2h-8v-2h8zM4 21v-15h-2v15c0 0.547 0.453 1 1 1s1-0.453 1-1zM30 21v-17h-24v17c0 0.344-0.063 0.688-0.172 1h23.172c0.547 0 1-0.453 1-1zM32 2v19c0 1.656-1.344 3-3 3h-26c-1.656 0-3-1.344-3-3v-17h4v-2h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wifi\" viewBox=\"0 0 32 28\">\n<title>wifi</title>\n<path d=\"M16 23.797c-0.406 0-2.594-2.188-2.594-2.609 0-0.766 2-1.188 2.594-1.188s2.594 0.422 2.594 1.188c0 0.422-2.188 2.609-2.594 2.609zM20.219 19.563c-0.219 0-1.922-1.563-4.219-1.563-2.312 0-3.984 1.563-4.219 1.563-0.375 0-2.641-2.25-2.641-2.625 0-0.141 0.063-0.266 0.156-0.359 1.672-1.656 4.391-2.578 6.703-2.578s5.031 0.922 6.703 2.578c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.641 2.625zM24.484 15.313c-0.125 0-0.266-0.063-0.359-0.125-2.578-2-4.75-3.187-8.125-3.187-4.719 0-8.313 3.313-8.484 3.313-0.359 0-2.609-2.25-2.609-2.625 0-0.125 0.063-0.25 0.156-0.344 2.797-2.797 7.016-4.344 10.938-4.344s8.141 1.547 10.938 4.344c0.094 0.094 0.156 0.219 0.156 0.344 0 0.375-2.25 2.625-2.609 2.625zM28.719 11.078c-0.125 0-0.25-0.063-0.344-0.141-3.609-3.172-7.5-4.937-12.375-4.937s-8.766 1.766-12.375 4.937c-0.094 0.078-0.219 0.141-0.344 0.141-0.359 0-2.625-2.25-2.625-2.625 0-0.141 0.063-0.266 0.156-0.359 3.953-3.922 9.656-6.094 15.188-6.094s11.234 2.172 15.188 6.094c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.625 2.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calculator\" viewBox=\"0 0 26 28\">\n<title>calculator</title>\n<path d=\"M6 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 24v-6c0-1.094-0.906-2-2-2v0c-1.094 0-2 0.906-2 2v6c0 1.094 0.906 2 2 2v0c1.094 0 2-0.906 2-2zM18 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 7v-4c0-0.547-0.453-1-1-1h-20c-0.547 0-1 0.453-1 1v4c0 0.547 0.453 1 1 1h20c0.547 0 1-0.453 1-1zM24 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 2v24c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-24c0-1.094 0.906-2 2-2h22c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paypal\" viewBox=\"0 0 24 28\">\n<title>paypal</title>\n<path d=\"M23.734 10.094v0c0.203 0.938 0.156 2.016-0.063 3.187-1.016 5.156-4.438 6.937-8.828 6.937h-0.688c-0.531 0-0.969 0.391-1.062 0.922l-0.063 0.297-0.859 5.406-0.031 0.234c-0.109 0.531-0.547 0.922-1.078 0.922h-3.922c-0.438 0-0.719-0.359-0.656-0.797 0.281-1.75 0.547-3.5 0.828-5.25s0.562-3.484 0.844-5.234c0.047-0.375 0.297-0.578 0.672-0.578 0.625 0 1.25-0.016 2.047 0 1.125 0.016 2.422-0.047 3.687-0.328 1.687-0.375 3.219-1.062 4.484-2.25 1.141-1.062 1.906-2.375 2.422-3.844 0.234-0.688 0.422-1.375 0.547-2.078 0.031-0.187 0.078-0.156 0.187-0.078 0.859 0.641 1.344 1.5 1.531 2.531zM21.047 5.688c0 1.281-0.297 2.5-0.719 3.687-0.812 2.359-2.344 4.047-4.719 4.922-1.266 0.453-2.594 0.641-3.938 0.656-0.938 0.016-1.875 0-2.812 0-1.016 0-1.656 0.5-1.844 1.5-0.219 1.188-1.078 6.719-1.328 8.281-0.016 0.109-0.063 0.156-0.187 0.156h-4.609c-0.469 0-0.812-0.406-0.75-0.859l3.625-22.984c0.094-0.594 0.625-1.047 1.234-1.047h9.344c0.672 0 2.219 0.297 3.266 0.703 2.219 0.859 3.437 2.609 3.437 4.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-wallet\" viewBox=\"0 0 28 28\">\n<title>google-wallet</title>\n<path d=\"M6.891 10.5c0.313 0 0.625 0.156 0.812 0.406 2.734 3.734 4.641 7.734 5.656 12.094h-6.969c-1.25-4.344-3.094-8.313-5.734-11.703-0.25-0.328 0-0.797 0.406-0.797h5.828zM15.625 16.078c-0.516 2.109-1.172 4.156-1.953 6.141-0.828-3.266-2.156-6.328-4-9.281 0.406-2.266 0.641-4.594 0.688-7.016 2.203 3.547 3.953 6.922 5.266 10.156zM17.172 5c4.672 6.438 8.141 14.375 8.891 23h-7.047c-0.516-8.344-4.359-16.25-8.641-23h6.797zM28 14c0 4.344-0.594 8.906-1.578 12.688-0.688-5.781-2.594-11.531-5.609-16.922-0.266-3.156-0.828-6.219-1.656-9.125-0.078-0.328 0.156-0.641 0.484-0.641h5.609c0.438 0 0.844 0.297 0.953 0.719 1.188 4.219 1.797 8.687 1.797 13.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-visa\" viewBox=\"0 0 36 28\">\n<title>cc-visa</title>\n<path d=\"M30.859 15.469h-2.156c0 0 0.219-0.578 1.031-2.797-0.016 0.016 0.219-0.578 0.344-0.953l0.187 0.859c0.484 2.391 0.594 2.891 0.594 2.891zM8.297 14.453l-0.906-4.609c-0.125-0.641-0.609-0.844-1.172-0.844h-4.188l-0.031 0.203c2.875 0.734 5.234 2.297 6.297 5.25zM11.094 9l-2.531 6.844-0.266-1.391c-0.547-1.453-1.875-2.797-3.375-3.406l2.109 7.969h2.734l4.078-10.016h-2.75zM13.266 19.031h2.594l1.625-10.031h-2.594zM25.266 9.25c-0.516-0.203-1.328-0.422-2.328-0.422-2.562 0-4.359 1.359-4.375 3.313-0.016 1.437 1.281 2.234 2.266 2.719 1.016 0.484 1.344 0.812 1.344 1.25 0 0.672-0.812 0.969-1.547 0.969-1.047 0-1.609-0.125-2.438-0.516l-0.344-0.172-0.359 2.25c0.609 0.281 1.719 0.531 2.891 0.531 2.719 0.016 4.484-1.344 4.516-3.422 0-1.141-0.703-2-2.188-2.719-0.906-0.453-1.453-0.781-1.453-1.25 0-0.422 0.469-0.859 1.484-0.859 0.844-0.016 1.469 0.156 1.937 0.375l0.234 0.125zM31.906 9h-2c-0.625 0-1.094 0.187-1.359 0.844l-3.844 9.188h2.719c0.438-1.234 0.547-1.5 0.547-1.5h3.313c0 0 0.078 0.344 0.313 1.5h2.406zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-mastercard\" viewBox=\"0 0 36 28\">\n<title>cc-mastercard</title>\n<path d=\"M17.484 5.328c-1.297-0.859-2.828-1.328-4.391-1.328-4.391 0-7.953 3.563-7.953 7.938 0 4.391 3.563 7.953 7.953 7.953 1.563 0 3.094-0.469 4.391-1.328-4.188-3.406-4.156-9.828 0-13.234zM18 5.703c-4.031 3.172-4.047 9.328 0 12.484 4.047-3.156 4.031-9.312 0-12.484zM18.516 5.328c4.141 3.406 4.203 9.844 0 13.234 1.297 0.859 2.844 1.328 4.391 1.328 4.391 0 7.953-3.563 7.953-7.953 0-4.375-3.563-7.938-7.953-7.938-1.563 0-3.094 0.469-4.391 1.328zM30.094 16.609h0.109v-0.047h-0.266v0.047h0.109v0.266h0.047v-0.266zM30.547 16.875h0.063v-0.313h-0.078l-0.094 0.203-0.094-0.203h-0.078v0.313h0.047v-0.234l0.094 0.203h0.063l0.078-0.203v0.234zM30.422 23.75v0.031h-0.078v-0.047h0.078v0.016zM30.422 23.891h0.047l-0.063-0.078c0.031 0 0.031-0.016 0.047-0.016 0.016-0.016 0.016-0.031 0.016-0.047s0-0.031-0.016-0.047c-0.016 0-0.031-0.016-0.063-0.016h-0.094v0.203h0.047v-0.078h0.016zM10.703 22.828c0-0.375 0.234-0.672 0.641-0.672 0.375 0 0.625 0.297 0.625 0.672 0 0.391-0.25 0.672-0.625 0.672-0.406 0-0.641-0.297-0.641-0.672zM18.094 22.141c0.297 0 0.5 0.172 0.547 0.5h-1.094c0.047-0.297 0.234-0.5 0.547-0.5zM23.656 22.828c0-0.375 0.234-0.672 0.625-0.672s0.641 0.297 0.641 0.672c0 0.391-0.25 0.672-0.641 0.672s-0.625-0.297-0.625-0.672zM27.906 22.828c0-0.375 0.25-0.672 0.641-0.672 0.375 0 0.641 0.297 0.641 0.672 0 0.391-0.266 0.672-0.641 0.672-0.391 0-0.641-0.297-0.641-0.672zM30.375 23.953c-0.016 0-0.031 0-0.063-0.016-0.016 0-0.031-0.016-0.047-0.031s-0.031-0.031-0.031-0.047-0.016-0.047-0.016-0.063 0-0.047 0.016-0.063c0-0.031 0.016-0.047 0.031-0.063s0.031-0.016 0.047-0.031 0.047-0.016 0.063-0.016 0.047 0 0.063 0.016 0.047 0.016 0.063 0.031 0.016 0.031 0.031 0.063c0 0.016 0.016 0.031 0.016 0.063 0 0.016-0.016 0.031-0.016 0.063-0.016 0.016-0.016 0.031-0.031 0.047s-0.031 0.031-0.063 0.031c-0.016 0.016-0.031 0.016-0.063 0.016zM9.359 23.891h0.469v-1.328c0-0.5-0.328-0.828-0.844-0.844-0.266 0-0.547 0.078-0.734 0.375-0.141-0.234-0.375-0.375-0.703-0.375-0.219 0-0.438 0.078-0.609 0.313v-0.25h-0.469v2.109h0.469v-1.172c0-0.375 0.203-0.562 0.516-0.562s0.469 0.203 0.469 0.562v1.172h0.453v-1.172c0-0.375 0.219-0.562 0.516-0.562 0.313 0 0.469 0.203 0.469 0.562v1.172zM11.953 23.891h0.453v-2.109h-0.453v0.25c-0.156-0.187-0.375-0.313-0.672-0.313-0.594 0-1.047 0.469-1.047 1.109s0.453 1.109 1.047 1.109c0.297 0 0.516-0.109 0.672-0.313v0.266zM14.734 23.25c0-0.375-0.281-0.562-0.734-0.625l-0.219-0.031c-0.203-0.031-0.359-0.078-0.359-0.219s0.141-0.234 0.391-0.234c0.281 0 0.531 0.094 0.672 0.172l0.187-0.375c-0.219-0.141-0.516-0.219-0.859-0.219-0.531 0-0.875 0.266-0.875 0.688 0 0.344 0.25 0.547 0.734 0.609l0.203 0.031c0.266 0.047 0.375 0.109 0.375 0.219 0 0.172-0.172 0.266-0.484 0.266s-0.547-0.109-0.703-0.219l-0.203 0.359c0.25 0.172 0.562 0.266 0.906 0.266 0.609 0 0.969-0.281 0.969-0.688zM16.766 23.781l-0.125-0.391c-0.141 0.078-0.281 0.109-0.406 0.109-0.234 0-0.297-0.141-0.297-0.344v-0.953h0.75v-0.422h-0.75v-0.641h-0.469v0.641h-0.438v0.422h0.438v0.953c0 0.484 0.187 0.781 0.734 0.781 0.187 0 0.422-0.063 0.562-0.156zM18.109 21.719c-0.609 0-1.047 0.453-1.047 1.109 0 0.672 0.453 1.109 1.078 1.109 0.313 0 0.609-0.078 0.859-0.297l-0.219-0.344c-0.172 0.141-0.406 0.234-0.609 0.234-0.297 0-0.562-0.141-0.641-0.516h1.578v-0.187c0-0.656-0.406-1.109-1-1.109zM20.594 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.469v2.109h0.469v-1.188c0-0.344 0.141-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.109-0.047-0.234-0.063-0.328-0.063zM21.063 22.828c0 0.641 0.438 1.109 1.125 1.109 0.313 0 0.531-0.063 0.75-0.25l-0.219-0.375c-0.172 0.125-0.344 0.203-0.547 0.187-0.375 0-0.641-0.266-0.641-0.672s0.266-0.672 0.641-0.672c0.203 0 0.375 0.063 0.547 0.187l0.219-0.375c-0.219-0.172-0.438-0.25-0.75-0.25-0.688 0-1.125 0.469-1.125 1.109zM24.891 23.891h0.469v-2.109h-0.469v0.25c-0.141-0.187-0.359-0.313-0.656-0.313-0.594 0-1.062 0.469-1.062 1.109s0.469 1.109 1.062 1.109c0.297 0 0.516-0.109 0.656-0.313v0.266zM26.969 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.453v2.109h0.453v-1.188c0-0.344 0.156-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.094-0.047-0.234-0.063-0.328-0.063zM29.156 23.891h0.453v-2.969h-0.453v1.109c-0.141-0.187-0.359-0.313-0.672-0.313-0.578 0-1.047 0.469-1.047 1.109s0.469 1.109 1.047 1.109c0.313 0 0.531-0.109 0.672-0.313v0.266zM30.375 23.578c-0.016 0-0.047 0.016-0.078 0.016-0.031 0.016-0.047 0.031-0.063 0.047-0.031 0.016-0.047 0.047-0.047 0.063-0.016 0.031-0.016 0.063-0.016 0.094 0 0.016 0 0.047 0.016 0.078 0 0.016 0.016 0.047 0.047 0.063 0.016 0.016 0.031 0.031 0.063 0.047s0.063 0.016 0.078 0.016c0.031 0 0.063 0 0.094-0.016 0.016-0.016 0.047-0.031 0.063-0.047s0.031-0.047 0.047-0.063c0.016-0.031 0.016-0.063 0.016-0.078 0-0.031 0-0.063-0.016-0.094-0.016-0.016-0.031-0.047-0.047-0.063s-0.047-0.031-0.063-0.047c-0.031 0-0.063-0.016-0.094-0.016zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-discover\" viewBox=\"0 0 36 28\">\n<title>cc-discover</title>\n<path d=\"M4.891 12.141c0 0.5-0.203 0.984-0.562 1.313-0.313 0.281-0.734 0.406-1.391 0.406h-0.266v-3.437h0.266c0.656 0 1.062 0.109 1.391 0.422 0.359 0.313 0.562 0.797 0.562 1.297zM32.641 11.125c0 0.531-0.344 0.812-1 0.812h-0.297v-1.578h0.313c0.641 0 0.984 0.266 0.984 0.766zM5.938 12.141c0-1.531-1.141-2.609-2.797-2.609h-1.484v5.203h1.484c0.781 0 1.359-0.172 1.859-0.594 0.594-0.5 0.938-1.234 0.938-2zM6.406 14.734h1.016v-5.203h-1.016v5.203zM11.406 13.156c0-0.828-0.344-1.203-1.5-1.625-0.609-0.219-0.781-0.375-0.781-0.656 0-0.328 0.313-0.578 0.75-0.578 0.313 0 0.562 0.125 0.828 0.422l0.531-0.688c-0.438-0.391-0.969-0.578-1.531-0.578-0.922 0-1.625 0.641-1.625 1.484 0 0.719 0.328 1.094 1.281 1.437 0.391 0.141 0.594 0.219 0.703 0.297 0.203 0.125 0.297 0.313 0.297 0.531 0 0.422-0.328 0.734-0.781 0.734-0.484 0-0.875-0.234-1.109-0.688l-0.656 0.625c0.469 0.688 1.031 1 1.797 1 1.062 0 1.797-0.703 1.797-1.719zM15.75 14.562v-1.203c-0.406 0.406-0.766 0.578-1.219 0.578-1.031 0-1.75-0.75-1.75-1.797 0-1 0.75-1.797 1.703-1.797 0.484 0 0.844 0.172 1.266 0.594v-1.203c-0.438-0.219-0.812-0.313-1.25-0.313-1.531 0-2.766 1.203-2.766 2.719 0 1.531 1.203 2.719 2.75 2.719 0.438 0 0.812-0.078 1.266-0.297zM35 24v-8.234c-2.5 1.563-11.297 6.563-25.516 9.234h24.516c0.547 0 1-0.453 1-1zM21.703 12.172c0-1.563-1.266-2.828-2.828-2.828s-2.828 1.266-2.828 2.828 1.266 2.828 2.828 2.828 2.828-1.266 2.828-2.828zM24.078 14.875l2.25-5.344h-1.109l-1.406 3.5-1.391-3.5h-1.109l2.219 5.344h0.547zM26.781 14.734h2.875v-0.875h-1.859v-1.406h1.797v-0.875h-1.797v-1.156h1.859v-0.891h-2.875v5.203zM32.891 14.734h1.25l-1.641-2.188c0.766-0.156 1.188-0.672 1.188-1.469 0-0.984-0.672-1.547-1.844-1.547h-1.516v5.203h1.016v-2.078h0.141zM36 4.094v19.812c0 1.156-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.938-2.063-2.094v-19.812c0-1.156 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.938 2.063 2.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-amex\" viewBox=\"0 0 36 28\">\n<title>cc-amex</title>\n<path d=\"M1.859 10.656h1.391l-0.703-1.687zM11.562 18.875l1.156-1.234-1.094-1.234h-2.547v0.766h2.219v0.859h-2.219v0.844h2.484zM14.031 17.656l1.547 1.719v-3.391zM18.531 16.922c0-0.375-0.281-0.516-0.625-0.516h-1.313v1.078h1.297c0.359 0 0.641-0.172 0.641-0.562zM23.047 16.859c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.953h1.266c0.344 0 0.672-0.078 0.672-0.5zM18.703 9.578c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.938h1.266c0.344 0 0.672-0.078 0.672-0.484zM25.875 10.656h1.391l-0.688-1.687zM10.922 8.234v4.234h-1.031v-3.313l-1.469 3.313h-0.891l-1.469-3.313v3.313h-2.063l-0.391-0.938h-2.109l-0.391 0.938h-1.094l1.813-4.234h1.5l1.719 4.016v-4.016h1.656l1.328 2.875 1.203-2.875h1.687zM19.609 16.922c0 1.703-1.859 1.422-3.016 1.422v1.422h-1.969l-1.25-1.406-1.297 1.406h-4v-4.234h4.062l1.25 1.391 1.281-1.391h3.234c0.953 0 1.703 0.328 1.703 1.391zM15.062 11.594v0.875h-3.391v-4.234h3.391v0.891h-2.375v0.766h2.312v0.859h-2.312v0.844h2.375zM36 20.328v3.578c0 1.141-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.953-2.063-2.094v-10.594h1.734l0.391-0.953h0.859l0.391 0.953h3.406v-0.719l0.297 0.719h1.766l0.313-0.734v0.734h8.453v-1.547l0.156-0.016c0.141 0 0.156 0.109 0.156 0.219v1.344h4.359v-0.359c1.016 0.531 2.406 0.359 3.469 0.359l0.391-0.953h0.875l0.391 0.953h3.547v-0.906l0.531 0.906h2.844v-5.906h-2.812v0.688l-0.391-0.688h-2.891v0.688l-0.359-0.688h-3.891c-0.578 0-1.188 0.063-1.703 0.344v-0.344h-2.688v0.344c-0.313-0.281-0.734-0.344-1.141-0.344h-9.812l-0.672 1.516-0.672-1.516h-3.094v0.688l-0.344-0.688h-2.641l-1.219 2.797v-6.109c0-1.141 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.953 2.063 2.094v10.594h-1.875c-0.438 0-0.906 0.078-1.266 0.344v-0.344h-2.766c-0.391 0-0.922 0.063-1.219 0.344v-0.344h-4.937v0.344c-0.375-0.266-0.922-0.344-1.359-0.344h-3.266v0.344c-0.328-0.313-1-0.344-1.422-0.344h-3.656l-0.844 0.906-0.781-0.906h-5.453v5.906h5.359l0.859-0.922 0.812 0.922h3.297v-1.391h0.328c0.469 0 0.953-0.016 1.406-0.203v1.594h2.719v-1.547h0.125c0.156 0 0.187 0.016 0.187 0.187v1.359h8.266c0.453 0 1.016-0.094 1.375-0.375v0.375h2.625c0.5 0 1.031-0.047 1.484-0.266zM24.156 16.672c0 0.469-0.25 0.938-0.719 1.125 0.562 0.203 0.672 0.578 0.672 1.125v0.844h-1.016v-0.703c0-0.719-0.234-0.844-0.906-0.844h-1.078v1.547h-1.016v-4.234h2.406c0.797 0 1.656 0.141 1.656 1.141zM19.828 9.375c0 0.484-0.266 0.953-0.719 1.141 0.578 0.203 0.672 0.562 0.672 1.125v0.828h-1.016c-0.016-0.906 0.219-1.531-0.906-1.531h-1.094v1.531h-1v-4.234l2.391 0.016c0.812 0 1.672 0.125 1.672 1.125zM28.094 18.891v0.875h-3.375v-4.234h3.375v0.875h-2.359v0.766h2.312v0.859h-2.312v0.844zM21.438 8.234v4.234h-1.031v-4.234h1.031zM32.266 18.422c0 1-0.688 1.344-1.594 1.344h-1.969v-0.906h1.969c0.25 0 0.531-0.063 0.531-0.391 0-0.906-2.609 0.344-2.609-1.672 0-0.859 0.656-1.266 1.437-1.266h2.031v0.891h-1.859c-0.266 0-0.562 0.047-0.562 0.391 0 0.922 2.625-0.422 2.625 1.609zM36 17.641v1.578c-0.297 0.438-0.875 0.547-1.375 0.547h-1.953v-0.906h1.953c0.25 0 0.516-0.078 0.516-0.391 0-0.891-2.609 0.344-2.609-1.672 0-0.859 0.672-1.266 1.453-1.266h2.016v0.891h-1.844c-0.281 0-0.562 0.047-0.562 0.391 0 0.75 1.766-0.016 2.406 0.828zM33.422 8.25v4.219h-1.437l-1.906-3.172v3.172h-2.063l-0.406-0.938h-2.094l-0.391 0.938h-1.172c-1.391 0-2.016-0.719-2.016-2.078 0-1.422 0.641-2.156 2.078-2.156h0.984v0.922c-1.062-0.016-2.031-0.25-2.031 1.203 0 0.719 0.172 1.219 0.984 1.219h0.453l1.437-3.328h1.516l1.703 4v-4h1.547l1.781 2.938v-2.938h1.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-paypal\" viewBox=\"0 0 36 28\">\n<title>cc-paypal</title>\n<path d=\"M11.641 14.156c0 0.766-0.609 1.344-1.375 1.344-0.578 0-1-0.328-1-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM23.906 11.828c0 0.938-0.562 1.125-1.375 1.125l-0.5 0.016 0.266-1.672c0.016-0.109 0.094-0.172 0.203-0.172h0.281c0.531 0 1.125 0.031 1.125 0.703zM29.391 14.156c0 0.766-0.609 1.344-1.359 1.344-0.578 0-1.016-0.328-1.016-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM8.016 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.5c-0.156 0-0.313 0.125-0.328 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.188c0.172 0 0.328-0.125 0.344-0.297l0.281-1.719c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM12.844 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.359-0.531-0.891-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.562 0 1.266-0.25 1.656-0.688-0.031 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM19.828 12.25c0-0.109-0.094-0.219-0.203-0.219h-1.203c-0.109 0-0.219 0.063-0.281 0.156l-1.656 2.438-0.688-2.344c-0.047-0.141-0.187-0.25-0.344-0.25h-1.172c-0.109 0-0.203 0.109-0.203 0.219 0 0.078 1.219 3.609 1.328 3.938-0.172 0.234-1.281 1.687-1.281 1.875 0 0.109 0.094 0.203 0.203 0.203h1.203c0.109 0 0.219-0.063 0.281-0.156l3.984-5.75c0.031-0.031 0.031-0.063 0.031-0.109zM25.766 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.484c-0.172 0-0.328 0.125-0.344 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.281c0.125 0 0.219-0.094 0.25-0.203l0.281-1.813c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM30.594 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.344-0.531-0.875-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.578 0 1.281-0.25 1.656-0.688-0.016 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM34 9.969v-0.016c0-0.125-0.094-0.219-0.203-0.219h-1.156c-0.094 0-0.187 0.078-0.203 0.172l-1.016 6.5-0.016 0.031c0 0.109 0.094 0.219 0.219 0.219h1.031c0.156 0 0.313-0.125 0.328-0.297zM6.125 12.063c-0.125 0.797-0.656 0.891-1.344 0.891l-0.516 0.016 0.266-1.672c0.016-0.109 0.109-0.172 0.203-0.172h0.297c0.703 0 1.234 0.094 1.094 0.938zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-stripe\" viewBox=\"0 0 36 28\">\n<title>cc-stripe</title>\n<path d=\"M24.953 14.109c0 0.719-0.109 1.266-0.328 1.656-0.187 0.344-0.484 0.547-0.812 0.547-0.234 0-0.453-0.047-0.641-0.141v-3.5c0.406-0.422 0.766-0.469 0.891-0.469 0.594 0 0.891 0.656 0.891 1.906zM31.797 13.547h-1.719c0.063-1.047 0.344-1.531 0.875-1.531s0.812 0.5 0.844 1.531zM7.438 15.656c0-1.313-0.797-1.859-2.094-2.328v0c-0.688-0.25-1.062-0.453-1.062-0.766 0-0.266 0.219-0.406 0.594-0.406 0.719 0 1.437 0.266 1.937 0.516l0.281-1.75c-0.391-0.187-1.203-0.5-2.328-0.5-0.797 0-1.453 0.203-1.922 0.594-0.5 0.406-0.75 1-0.75 1.703 0 1.281 0.781 1.844 2.063 2.297 0.812 0.297 1.094 0.5 1.094 0.828 0 0.313-0.266 0.484-0.75 0.484-0.594 0-1.578-0.297-2.219-0.672l-0.281 1.766c0.547 0.313 1.563 0.641 2.625 0.641 0.844 0 1.531-0.203 2.016-0.578 0.531-0.422 0.797-1.031 0.797-1.828zM12.047 12.297l0.297-1.734h-1.5v-2.109l-2.016 0.328-0.281 1.781-0.719 0.125-0.266 1.609h0.969v3.422c0 0.891 0.234 1.5 0.688 1.875 0.391 0.313 0.953 0.469 1.734 0.469 0.609 0 0.969-0.109 1.234-0.172v-1.844c-0.141 0.031-0.469 0.109-0.688 0.109-0.453 0-0.656-0.25-0.656-0.781v-3.078h1.203zM16.984 12.688v-2.172c-0.156-0.031-0.297-0.047-0.438-0.047-0.656 0-1.188 0.344-1.391 0.969l-0.156-0.875h-2.047v7.359h2.344v-4.781c0.297-0.359 0.719-0.484 1.281-0.484 0.125 0 0.25 0 0.406 0.031zM17.563 17.922h2.344v-7.359h-2.344v7.359zM27.281 14.031c0-1.25-0.234-2.203-0.703-2.797-0.422-0.547-1-0.812-1.734-0.812-0.672 0-1.266 0.281-1.828 0.875l-0.125-0.734h-2.063v10.078l2.344-0.391v-2.359c0.359 0.109 0.734 0.172 1.062 0.172 0.578 0 1.437-0.156 2.094-0.875 0.641-0.688 0.953-1.75 0.953-3.156zM19.969 8.594c0-0.688-0.547-1.234-1.234-1.234s-1.234 0.547-1.234 1.234 0.547 1.25 1.234 1.25 1.234-0.562 1.234-1.25zM34 14.172c0-1.172-0.25-2.094-0.75-2.75-0.516-0.656-1.281-1-2.25-1-2 0-3.234 1.469-3.234 3.844 0 1.313 0.328 2.312 0.984 2.938 0.578 0.578 1.422 0.859 2.516 0.859 1 0 1.922-0.234 2.5-0.625l-0.25-1.609c-0.578 0.313-1.25 0.484-2 0.484-0.453 0-0.766-0.094-0.984-0.297-0.25-0.203-0.391-0.547-0.438-1.031h3.875c0.016-0.109 0.031-0.641 0.031-0.812zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash\" viewBox=\"0 0 32 28\">\n<title>bell-slash</title>\n<path d=\"M24.344 13.312c0.797 4.656 2.844 7.156 4.656 8.687 0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984zM16 26.75c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25c-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75zM31.656 1.75c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash-o\" viewBox=\"0 0 32 28\">\n<title>bell-slash-o</title>\n<path d=\"M16.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM7.859 19.078l13.703-11.875c-0.781-1.641-2.594-3.203-5.563-3.203-4.094 0-6 2.984-6 5 0 4-0.703 7.344-2.141 10.078zM29 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984l2.328-2.016h11.828c-1.734-1.953-2.906-4.328-3.547-7.172l1.734-1.516c0.797 4.656 2.844 7.156 4.656 8.687zM30.344 0.25l1.313 1.5c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash\" viewBox=\"0 0 22 28\">\n<title>trash</title>\n<path d=\"M8 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM12 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copyright\" viewBox=\"0 0 24 28\">\n<title>copyright</title>\n<path d=\"M17.969 16.781v1.703c0 2.203-3.516 3.016-5.719 3.016-4.281 0-7.5-3.266-7.5-7.578 0-4.234 3.187-7.422 7.422-7.422 1.547 0 5.594 0.547 5.594 3.031v1.703c0 0.141-0.109 0.25-0.25 0.25h-1.844c-0.141 0-0.25-0.109-0.25-0.25v-1.094c0-0.984-1.891-1.437-3.172-1.437-2.922 0-4.953 2.109-4.953 5.141 0 3.141 2.125 5.437 5.078 5.437 1.125 0 3.25-0.422 3.25-1.406v-1.094c0-0.141 0.109-0.25 0.234-0.25h1.859c0.125 0 0.25 0.109 0.25 0.25zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-at\" viewBox=\"0 0 24 28\">\n<title>at</title>\n<path d=\"M15.188 12.109c0-2.25-1.172-3.594-3.141-3.594-2.594 0-5.375 2.578-5.375 6.75 0 2.328 1.156 3.656 3.187 3.656 3.141 0 5.328-3.594 5.328-6.813zM24 14c0 4.859-3.469 6.687-6.438 6.781-0.203 0-0.281 0.016-0.5 0.016-0.969 0-1.734-0.281-2.219-0.828-0.297-0.344-0.469-0.781-0.516-1.297-0.969 1.219-2.656 2.406-4.766 2.406-3.359 0-5.281-2.078-5.281-5.703 0-4.984 3.453-9.031 7.672-9.031 1.828 0 3.297 0.781 4.078 2.109l0.031-0.297 0.172-0.875c0.016-0.125 0.125-0.281 0.234-0.281h1.844c0.078 0 0.156 0.109 0.203 0.172 0.047 0.047 0.063 0.172 0.047 0.25l-1.875 9.594c-0.063 0.297-0.078 0.531-0.078 0.75 0 0.844 0.25 1.016 0.891 1.016 1.062-0.031 4.5-0.469 4.5-4.781 0-6.078-3.922-10-10-10-5.516 0-10 4.484-10 10s4.484 10 10 10c2.297 0 4.547-0.797 6.328-2.25 0.219-0.187 0.531-0.156 0.703 0.063l0.641 0.766c0.078 0.109 0.125 0.234 0.109 0.375-0.016 0.125-0.078 0.25-0.187 0.344-2.125 1.734-4.828 2.703-7.594 2.703-6.609 0-12-5.391-12-12s5.391-12 12-12c7.172 0 12 4.828 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eyedropper\" viewBox=\"0 0 29 28\">\n<title>eyedropper</title>\n<path d=\"M26.531 1.469c1.953 1.953 1.969 5.125 0 7.063l-3.516 3.484 1.625 1.625c0.203 0.203 0.203 0.516 0 0.719l-3.281 3.281c-0.203 0.203-0.516 0.203-0.719 0l-1.641-1.641-9.422 9.422c-0.375 0.375-0.875 0.578-1.406 0.578h-3.172l-4 2-1-1 2-4v-3.172c0-0.531 0.203-1.031 0.578-1.406l9.422-9.422-1.641-1.641c-0.203-0.203-0.203-0.516 0-0.719l3.281-3.281c0.203-0.203 0.516-0.203 0.719 0l1.625 1.625 3.484-3.516c1.937-1.969 5.109-1.953 7.063 0zM8 23l9-9-3-3-9 9v3h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paint-brush\" viewBox=\"0 0 28 28\">\n<title>paint-brush</title>\n<path d=\"M25.234 0c1.422 0 2.734 1.062 2.734 2.547 0 0.828-0.328 1.625-0.703 2.359-1.219 2.312-5.313 9.953-7.266 11.75-0.953 0.891-2.078 1.422-3.406 1.422-2.641 0-4.797-2.25-4.797-4.875 0-1.25 0.516-2.469 1.437-3.313l9.969-9.047c0.547-0.5 1.266-0.844 2.031-0.844zM11.031 16.156c0.812 1.578 2.297 2.766 4.016 3.219l0.016 1.109c0.094 4.453-3 7.516-7.469 7.516-5.297 0-7.594-4.219-7.594-9.016 0.578 0.391 2.594 2 3.25 2 0.391 0 0.719-0.219 0.859-0.578 1.328-3.469 3.406-4.094 6.922-4.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-birthday-cake\" viewBox=\"0 0 28 28\">\n<title>birthday-cake</title>\n<path d=\"M28 22v6h-28v-6c1.531 0 2.344-0.688 2.984-1.234 0.531-0.469 0.891-0.766 1.687-0.766s1.141 0.297 1.687 0.766c0.641 0.547 1.437 1.234 2.984 1.234 1.531 0 2.328-0.688 2.984-1.234 0.531-0.469 0.875-0.766 1.672-0.766s1.156 0.297 1.687 0.766c0.641 0.547 1.453 1.234 2.984 1.234s2.344-0.688 2.984-1.234c0.531-0.469 0.891-0.766 1.687-0.766 0.781 0 1.141 0.297 1.672 0.766 0.641 0.547 1.453 1.234 2.984 1.234zM28 17v3c-0.797 0-1.141-0.297-1.687-0.766-0.641-0.547-1.437-1.234-2.969-1.234-1.547 0-2.344 0.688-2.984 1.234-0.547 0.469-0.891 0.766-1.687 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.437-1.234-2.984-1.234-1.531 0-2.328 0.688-2.984 1.234-0.531 0.469-0.875 0.766-1.672 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.453-1.234-2.984-1.234-1.547 0-2.344 0.688-2.984 1.234-0.531 0.469-0.891 0.766-1.687 0.766v-3c0-1.656 1.344-3 3-3h1v-7h4v7h4v-7h4v7h4v-7h4v7h1c1.656 0 3 1.344 3 3zM8 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM16 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM24 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-area-chart\" viewBox=\"0 0 32 28\">\n<title>area-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM26 8l4 14h-26v-9l7-9 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pie-chart\" viewBox=\"0 0 27 28\">\n<title>pie-chart</title>\n<path d=\"M12 13.906l8.531 8.531c-2.172 2.203-5.203 3.563-8.531 3.563-6.625 0-12-5.375-12-12s5.375-12 12-12v11.906zM14.922 14h12.078c0 3.328-1.359 6.359-3.563 8.531zM26 12h-12v-12c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-line-chart\" viewBox=\"0 0 32 28\">\n<title>line-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM30 4.5v6.797c0 0.438-0.531 0.672-0.859 0.344l-1.891-1.891-9.891 9.891c-0.203 0.203-0.516 0.203-0.719 0l-3.641-3.641-6.5 6.5-3-3 9.141-9.141c0.203-0.203 0.516-0.203 0.719 0l3.641 3.641 7.25-7.25-1.891-1.891c-0.328-0.328-0.094-0.859 0.344-0.859h6.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm\" viewBox=\"0 0 28 28\">\n<title>lastfm</title>\n<path d=\"M20.188 11c0 0.094 0.125 0.531 0.156 0.641 0.422 1.281 1.406 1.547 2.578 1.875 2.609 0.734 5.078 2.125 5.078 5.187 0 3.109-2.594 5.297-5.625 5.297-5.031 0-6.594-6.156-8.047-9.906-1.203-3.094-2.469-4.906-5.953-4.906-3.094 0-5.812 2.969-5.812 6.016 0 3.234 2.422 6.234 5.781 6.234 1.484 0 3.031-0.313 4.031-1.484v0c0.484-0.547 0.953-1.141 1.297-1.813l1.313 2.375c-0.172 0.391-0.422 0.766-0.688 1.094l0.016 0.016c-1.578 1.828-3.734 2.375-6.062 2.375-4.719 0-8.25-4.172-8.25-8.766 0-4.453 3.875-8.594 8.375-8.594 7.469 0 7.844 6.469 10.375 11.672 0.688 1.437 1.859 3.125 3.641 3.125 1.625 0 3.063-1.047 3.063-2.766 0-3.719-6.828-1.188-7.797-7.297-0.031-0.172-0.047-0.344-0.047-0.516 0-2.312 2.172-4.297 4.469-4.219 1.375 0.047 2.203 0.094 3.297 1.062h-0.016c0.422 0.391 0.734 0.922 1.062 1.375l-2.016 1.547c-0.234-0.438-0.453-0.797-0.844-1.094v-0.016c-0.375-0.344-1.047-0.328-1.516-0.328-1.016 0-1.859 0.766-1.859 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm-square\" viewBox=\"0 0 24 28\">\n<title>lastfm-square</title>\n<path d=\"M22.375 16.438c0-2.203-1.781-3.203-3.656-3.734-0.859-0.234-1.563-0.438-1.875-1.375-0.016-0.078-0.094-0.375-0.094-0.438 0-0.75 0.594-1.297 1.328-1.297 0.344 0 0.828-0.016 1.109 0.234h-0.016c0.297 0.219 0.438 0.469 0.609 0.797l1.453-1.109c-0.234-0.328-0.469-0.719-0.766-1v0c-0.734-0.656-1.422-0.766-2.391-0.766-1.641 0-3.187 1.344-3.187 3.047 0 0.125 0.016 0.234 0.031 0.359 0.344 2.125 1.422 2.781 3.328 3.328 0.938 0.266 2.266 0.688 2.281 1.844v0.078c0.016 1.25-1.031 2-2.203 2-1.281 0-2.109-1.219-2.609-2.25-1.813-3.734-2.094-8.406-7.469-8.406-3.234 0-6.141 2.984-6.031 6.188v0.016c0.109 3.344 2.406 6.297 5.938 6.297 1.672 0 3.234-0.391 4.359-1.719v0c0.187-0.25 0.359-0.516 0.484-0.797l-0.938-1.703c-0.875 1.656-1.953 2.375-3.828 2.375-2.469 0-4.172-2.188-4.172-4.547 0-2.172 2-4.266 4.188-4.266 2.5 0 3.406 1.297 4.281 3.531 1.047 2.688 2.172 7.125 5.797 7.125 2.172 0 4.047-1.578 4.047-3.813zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-off\" viewBox=\"0 0 32 28\">\n<title>toggle-off</title>\n<path d=\"M18 14c0-4.406-3.594-8-8-8s-8 3.594-8 8 3.594 8 8 8 8-3.594 8-8zM30 14c0-4.406-3.594-8-8-8h-6.031c2.438 1.828 4.031 4.734 4.031 8s-1.594 6.172-4.031 8h6.031c4.406 0 8-3.594 8-8zM32 14c0 5.516-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10s4.484-10 10-10h12c5.516 0 10 4.484 10 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-on\" viewBox=\"0 0 32 28\">\n<title>toggle-on</title>\n<path d=\"M0 14c0-5.516 4.484-10 10-10h12c5.516 0 10 4.484 10 10s-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10zM22 22c4.406 0 8-3.594 8-8s-3.594-8-8-8-8 3.594-8 8 3.594 8 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bicycle\" viewBox=\"0 0 36 28\">\n<title>bicycle</title>\n<path d=\"M11.906 18h-4.906c-0.828 0-1.297-0.938-0.797-1.594l2.938-3.922c-0.656-0.313-1.375-0.484-2.141-0.484-2.75 0-5 2.25-5 5s2.25 5 5 5c2.422 0 4.438-1.719 4.906-4zM9 16h2.906c-0.187-0.875-0.594-1.672-1.172-2.312zM16.5 16l4.5-6h-7.5l-1.547 2.063c1.047 1.031 1.75 2.406 1.969 3.938h2.578zM34 17c0-2.75-2.25-5-5-5-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5s5-2.25 5-5zM36 17c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-2.063 0.906-3.922 2.328-5.203l-1.016-1.531-5.516 7.328c-0.187 0.266-0.484 0.406-0.797 0.406h-3.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c1.219 0 2.359 0.313 3.359 0.859l2.141-2.859h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h6v2h6.797l-1.328-2h-3.469c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c0.328 0 0.641 0.172 0.828 0.438l4.172 6.25c0.906-0.438 1.922-0.688 3-0.688 3.859 0 7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bus\" viewBox=\"0 0 24 28\">\n<title>bus</title>\n<path d=\"M6 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM21.281 12.812l-1.125-6c-0.094-0.469-0.5-0.812-0.984-0.812h-14.344c-0.484 0-0.891 0.344-0.984 0.812l-1.125 6c-0.109 0.625 0.359 1.188 0.984 1.188h16.594c0.625 0 1.094-0.562 0.984-1.188zM17.75 3.25c0-0.422-0.328-0.75-0.75-0.75h-10c-0.406 0-0.75 0.328-0.75 0.75s0.344 0.75 0.75 0.75h10c0.422 0 0.75-0.328 0.75-0.75zM24 14.578v9.422h-2v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-12v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-2v-9.422c0-1.281 0.109-2.234 0.391-3.484l1.609-7.094c0.297-2.5 4.672-4 10-4s9.703 1.5 10 4l1.641 7.094c0.281 1.25 0.359 2.203 0.359 3.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ioxhost\" viewBox=\"0 0 32 28\">\n<title>ioxhost</title>\n<path d=\"M22.859 13c0 0.734-0.594 1.344-1.344 1.344h-10.969c-0.75 0-1.344-0.609-1.344-1.344s0.594-1.344 1.344-1.344h10.969c0.75 0 1.344 0.609 1.344 1.344zM26.203 13c0-0.922-0.125-1.797-0.359-2.656h-15.344c-0.75 0-1.344-0.594-1.344-1.328 0-0.75 0.594-1.344 1.344-1.344h14.187c-1.797-2.922-5.016-4.859-8.672-4.859-5.625 0-10.203 4.562-10.203 10.187 0 0.922 0.125 1.797 0.359 2.656h15.344c0.75 0 1.344 0.594 1.344 1.328 0 0.75-0.594 1.344-1.344 1.344h-14.187c1.797 2.922 5.016 4.859 8.687 4.859 5.609 0 10.187-4.562 10.187-10.187zM32 9.016c0 0.734-0.594 1.328-1.344 1.328h-2.047c0.172 0.859 0.266 1.75 0.266 2.656 0 7.094-5.766 12.875-12.859 12.875-5.203 0-9.688-3.094-11.719-7.547h-2.953c-0.75 0-1.344-0.594-1.344-1.344 0-0.734 0.594-1.328 1.344-1.328h2.063c-0.172-0.859-0.266-1.75-0.266-2.656 0-7.094 5.766-12.875 12.875-12.875 5.187 0 9.672 3.094 11.703 7.547h2.938c0.75 0 1.344 0.594 1.344 1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angellist\" viewBox=\"0 0 20 28\">\n<title>angellist</title>\n<path d=\"M14.891 5.906l-1.781 5.125 1.828 0.328c0.469-1.281 2.578-7.047 2.578-8.094 0-0.391-0.125-0.875-0.594-0.875-0.875 0-1.813 2.844-2.031 3.516zM10.219 16.641c0.172 0.453 0.359 0.906 0.516 1.375 0.344-0.391 0.703-0.75 1.109-1.047-0.547-0.109-1.094-0.156-1.625-0.328zM5.656 2.641c0 1.594 1.891 6.563 2.484 8.141 0.219-0.125 0.5-0.156 0.766-0.156 0.375 0 0.797 0.047 1.172 0.078l-1.891-5.484c-0.203-0.594-1.109-3.437-1.922-3.437-0.422 0-0.609 0.5-0.609 0.859zM4.422 14.5c0 1.141 3.063 5.344 4.203 5.344 0.313 0 0.578-0.344 0.578-0.625 0-0.359-0.359-1.25-0.5-1.594-0.406-1.047-1.891-4.281-3.172-4.281-0.422 0-1.109 0.734-1.109 1.156zM1.953 19.734c0 0.562 0.187 1.109 0.391 1.625 1.234 3.047 4.016 4.828 7.266 4.828 2.375 0 4.375-0.906 5.969-2.656 1.687-1.875 2.375-4.188 2.375-6.672 0-0.875 0.016-2.266-0.672-2.891-1.312-1.156-5.766-1.594-7.531-1.594-0.219 0-0.594 0.016-0.766 0.172-0.187 0.078-0.187 0.375-0.187 0.547 0 2.391 5.047 2.172 6.563 2.172 0.297 0 0.438 0.078 0.625 0.297 0.203 0.25 0.266 0.547 0.297 0.859-0.406 0.406-0.969 0.641-1.5 0.844-0.516 0.187-1.016 0.391-1.453 0.719-1.203 0.875-2.391 2.375-2.391 3.922 0 0.969 0.578 1.797 0.578 2.75 0 0.016-0.109 0.359-0.109 0.406-1.781-0.125-2.219-1.891-2.281-3.375-0.187 0.047-0.438 0.031-0.641 0.031 0.031 0.109 0.031 0.219 0.031 0.328 0 1.141-1.016 1.969-2.109 1.969-1.687 0-3.922-1.984-3.922-3.703 0-0.469 0.203-0.734 0.516-1.047 0.313 0.391 0.641 0.781 0.938 1.188 0.453 0.609 1.234 1.625 2.078 1.625 0.219 0 0.641-0.187 0.641-0.453 0-0.703-2.562-4-3.187-4-0.984 0-1.516 1.297-1.516 2.109zM0.172 19.875c0-2.031 0.781-3.375 2.797-3.922-0.172-0.453-0.438-1.141-0.438-1.625 0-1.281 1.578-2.875 2.859-2.875 0.375 0 0.75 0.109 1.094 0.234-0.656-1.859-2.547-7.094-2.547-8.859 0-1.578 0.797-2.828 2.5-2.828 2.187 0 4.672 7.875 5.203 9.438 0.688-1.719 2.844-8.922 5.281-8.922 1.531 0 2.391 1.219 2.391 2.672 0 1.656-1.844 6.813-2.484 8.594 2.625 0.641 3 2.766 3 5.125 0 6.25-3.984 11.094-10.437 11.094-1.188 0-2.359-0.234-3.484-0.656-2.969-1.125-5.734-4.172-5.734-7.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc\" viewBox=\"0 0 32 28\">\n<title>cc</title>\n<path d=\"M12.266 15.75h3.234c-0.297 3.297-2.188 5.297-4.891 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.172c-0.109-1.328-0.766-2.094-1.828-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.313 3.484 2.016 3.484 1.078 0 1.578-0.938 1.703-2.172zM23.391 15.75h3.219c-0.297 3.297-2.172 5.297-4.875 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.187c-0.094-1.328-0.766-2.094-1.813-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.297 3.484 2 3.484 1.078 0 1.594-0.938 1.719-2.172zM29 13.891c0-4.188-0.219-6-1.188-7.313-0.203-0.266-0.531-0.438-0.797-0.625-0.984-0.719-5.563-0.984-10.891-0.984s-10.125 0.266-11.094 0.984c-0.281 0.203-0.625 0.359-0.828 0.625-0.969 1.297-1.172 3.125-1.172 7.313 0 4.203 0.219 6.016 1.172 7.313 0.219 0.297 0.547 0.422 0.828 0.641 0.969 0.719 5.766 1.016 11.094 1.016s9.906-0.281 10.891-1.016c0.266-0.203 0.609-0.328 0.797-0.641 0.984-1.281 1.188-3.109 1.188-7.313zM32 2v24h-32v-24h32z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ils\" viewBox=\"0 0 22 28\">\n<title>ils</title>\n<path d=\"M15.5 9.75v7.75c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-7.75c0-2.344-1.906-4.25-4.25-4.25h-4.25v18c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-21c0-0.281 0.219-0.5 0.5-0.5h7.25c4.281 0 7.75 3.469 7.75 7.75zM21.5 2.5v13.75c0 4.281-3.469 7.75-7.75 7.75h-7.25c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v12h4.25c2.344 0 4.25-1.906 4.25-4.25v-13.75c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meanpath\" viewBox=\"0 0 24 28\">\n<title>meanpath</title>\n<path d=\"M20.484 13.156v1.781c0 0.5-0.297 0.812-0.797 0.812h-3.156c-0.5 0-0.812-0.313-0.812-0.812v-1.781c0-0.5 0.313-0.812 0.812-0.812h3.156c0.5 0 0.797 0.313 0.797 0.812zM12.828 16.75v-3.906c0-1.109-0.734-1.844-1.844-1.844h-2.078c-0.703 0-1.219 0.297-1.5 0.812-0.281-0.516-0.797-0.812-1.5-0.812h-2.031c-1.094 0-1.844 0.734-1.844 1.844v3.906c0 0.234 0.109 0.344 0.328 0.344h0.859c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.297-0.812 0.812-0.812h1.469c0.5 0 0.812 0.313 0.812 0.812v3.594c0 0.234 0.094 0.344 0.328 0.344h0.844c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.313-0.812 0.812-0.812h1.516c0.5 0 0.797 0.313 0.797 0.812v3.594c0 0.234 0.109 0.344 0.344 0.344h0.859c0.219 0 0.328-0.109 0.328-0.344zM22.031 15.25v-2.406c0-1.109-0.75-1.844-1.859-1.844h-4.125c-1.109 0-1.859 0.734-1.859 1.844v6.406c0 0.234 0.125 0.328 0.344 0.328h0.859c0.234 0 0.328-0.094 0.328-0.328v-2.812c0.297 0.406 0.766 0.656 1.469 0.656h2.984c1.109 0 1.859-0.75 1.859-1.844zM24 5.625v16.75c0 2-1.625 3.625-3.625 3.625h-16.75c-2 0-3.625-1.625-3.625-3.625v-16.75c0-2 1.625-3.625 3.625-3.625h16.75c2 0 3.625 1.625 3.625 3.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-buysellads\" viewBox=\"0 0 24 28\">\n<title>buysellads</title>\n<path d=\"M14.297 16.969h-4.594l2.297-8.609zM15.641 22h4.859l-5.063-16h-6.875l-5.063 16h4.859l5.984-4.906zM24 6.5v15c0 2.469-2.031 4.5-4.5 4.5h-15c-2.469 0-4.5-2.031-4.5-4.5v-15c0-2.469 2.031-4.5 4.5-4.5h15c2.469 0 4.5 2.031 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-connectdevelop\" viewBox=\"0 0 32 28\">\n<title>connectdevelop</title>\n<path d=\"M32 13.984c0 0.438-0.313 0.797-0.719 0.875l-3.203 5.563c0.031 0.094 0.047 0.187 0.047 0.281 0 0.422-0.297 0.781-0.703 0.859l-3.016 5.266c0.031 0.078 0.047 0.156 0.047 0.25 0 0.484-0.391 0.891-0.891 0.891-0.25 0-0.484-0.109-0.641-0.281h-6.25c-0.156 0.187-0.406 0.313-0.672 0.313s-0.516-0.125-0.672-0.313h-6.234c-0.156 0.187-0.391 0.313-0.672 0.313-0.484 0-0.891-0.391-0.891-0.891 0-0.109 0.031-0.219 0.063-0.313l-3.016-5.234c-0.406-0.078-0.703-0.438-0.703-0.859 0-0.109 0.016-0.187 0.047-0.281l-3.219-5.563c-0.406-0.094-0.703-0.453-0.703-0.875 0-0.438 0.313-0.797 0.734-0.875l3.109-5.375c0-0.031-0.016-0.063-0.016-0.094 0-0.359 0.219-0.656 0.531-0.797l3.266-5.672c-0.031-0.078-0.063-0.187-0.063-0.281 0-0.5 0.406-0.891 0.891-0.891 0.281 0 0.516 0.125 0.688 0.328h6.188c0.156-0.203 0.391-0.328 0.672-0.328s0.516 0.125 0.672 0.328h6.219c0.172-0.203 0.406-0.328 0.688-0.328 0.484 0 0.891 0.391 0.891 0.891 0 0.094-0.031 0.187-0.063 0.281l3.234 5.594c0.469 0.016 0.859 0.406 0.859 0.875 0 0.156-0.047 0.297-0.109 0.422l2.922 5.063c0.391 0.078 0.688 0.438 0.688 0.859zM16.609 26.469h6.078l-5.344-5.531h-2.234l-5.344 5.531h5.625c0.156-0.141 0.375-0.25 0.609-0.25s0.453 0.109 0.609 0.25zM1.75 13.781c0.016 0.063 0.016 0.125 0.016 0.203s0 0.156-0.031 0.234l3.25 5.625c0.078 0.016 0.156 0.063 0.234 0.094l2.938-3.109v-5.422l-2.922-3.031c-0.141 0.094-0.297 0.141-0.453 0.156zM15.406 1.531h-6.062l2.969 3.125 8.656-3.125h-4.375c-0.156 0.156-0.359 0.25-0.594 0.25s-0.438-0.094-0.594-0.25zM26.391 20.469c0.016-0.063 0.047-0.125 0.078-0.172l-1-1.062-0.266 1.234h1.188zM24.734 20.469l0.344-1.641-3.938-4.156-4.625 4.797 0.984 1h7.234zM23.359 26.219l0.25-0.438 1.016-4.844h-6.672l5.203 5.359c0.063-0.031 0.125-0.063 0.203-0.078zM9.031 26.469h0.078l5.344-5.531h-5.828v5.234l0.063 0.094c0.141 0.047 0.25 0.109 0.344 0.203zM8.625 20.469h6.281l1-1.031-4.828-5.016-2.453 2.594v3.453zM5.609 20.469h2.547v-2.953l-2.625 2.766c0.031 0.063 0.063 0.125 0.078 0.187zM5.594 7.578c0 0.016 0.016 0.047 0.016 0.063 0 0.172-0.047 0.328-0.125 0.453l2.672 2.766v-4.203zM8.625 6.484v4.859l2.391 2.453 4.641-4.906-3.484-3.687zM8.687 1.734l-0.063 0.125v4.125l3.203-1.156-2.984-3.141c-0.047 0.016-0.094 0.031-0.156 0.047zM22.609 1.531h-0.25l-9.703 3.5 3.328 3.516zM15.984 9.219l-4.641 4.922 4.859 4.984 4.625-4.797zM10.75 14.094l-2.125-2.203v4.438zM16.219 19.781l-0.656 0.688h1.328zM21.469 14.344l3.719 3.922 2.063-9.75-0.047-0.078-0.016-0.016zM26.844 8.094c-0.078-0.125-0.125-0.281-0.125-0.453v-0.031l-3.375-5.875c-0.078-0.016-0.141-0.047-0.203-0.078l-6.828 7.234 4.844 5.109zM8.156 6.156v-3.484l-2.547 4.406zM8.156 20.937h-2.547l2.547 4.422v-4.422zM25.109 20.937l-0.75 3.547 2.031-3.547h-1.281zM27.016 19.844l3.234-5.641c-0.016-0.078-0.031-0.141-0.031-0.219 0-0.094 0.031-0.172 0.047-0.25l-2.672-4.625-2.016 9.562 1.203 1.281c0.078-0.047 0.156-0.078 0.234-0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashcube\" viewBox=\"0 0 22 28\">\n<title>dashcube</title>\n<path d=\"M0 10.625c0-2.703 2.156-5.031 4.906-5.031h11.594l5.5-5.594v22.969c0 2.719-2.156 5.031-4.906 5.031h-12.187c-2.75 0-4.906-2.312-4.906-5.031v-12.344zM19.25 22.406l-2.75-2.812v-6.641c0-0.953-0.766-1.75-1.719-1.75h-7.562c-0.953 0-1.719 0.797-1.719 1.75v7.688c0 0.953 0.766 1.766 1.719 1.766h12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forumbee\" viewBox=\"0 0 24 28\">\n<title>forumbee</title>\n<path d=\"M14.594 2.344c-6.609 2.516-11.813 7.797-14.281 14.422-0.203-0.906-0.313-1.828-0.313-2.75 0-6.609 5.344-11.969 11.953-11.969 0.891 0 1.781 0.109 2.641 0.297zM18.797 4.203c0.969 0.672 1.828 1.484 2.562 2.422-8.094 2.359-14.422 8.719-16.734 16.828-0.922-0.719-1.75-1.563-2.422-2.531 2.328-8.031 8.578-14.344 16.594-16.719zM7.344 25.047c2.406-7.422 8.219-13.266 15.609-15.719 0.422 0.969 0.703 2 0.844 3.047-6.094 2.5-10.938 7.375-13.422 13.484-1.047-0.141-2.063-0.406-3.031-0.812zM24 25.953c-1.937-0.5-3.859-1.094-5.734-1.797-1.375 0.859-2.922 1.437-4.531 1.672 2.281-4.266 5.797-7.797 10.047-10.094-0.219 1.563-0.766 3.094-1.578 4.438 0.703 1.891 1.297 3.828 1.797 5.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leanpub\" viewBox=\"0 0 32 28\">\n<title>leanpub</title>\n<path d=\"M29.578 6.125l2.422 19.875c-1.453 0-2.703-0.297-4.016-0.891-1.953-0.891-3.984-1.422-6.141-1.422-2.219 0-4.266 0.734-5.844 2.312-1.578-1.578-3.625-2.312-5.844-2.312-2.156 0-4.188 0.531-6.141 1.422-1.266 0.562-2.547 0.891-3.938 0.891h-0.078l2.422-19.875c2.234-1.266 4.953-1.984 7.531-1.984 2.109 0 4.281 0.438 6.047 1.656 1.766-1.219 3.938-1.656 6.047-1.656 2.578 0 5.297 0.719 7.531 1.984zM21.844 21.547c2.969 0 5 0.797 7.688 1.906l-1.937-15.953c-1.75-0.797-3.828-1.219-5.75-1.219-2.188 0-4.234 0.688-5.844 2.203-1.609-1.516-3.656-2.203-5.844-2.203-1.922 0-4 0.422-5.75 1.219l-1.937 15.953c2.688-1.109 4.719-1.906 7.688-1.906 2.141 0 4.031 0.547 5.844 1.687 1.813-1.141 3.703-1.687 5.844-1.687zM22.469 21.016l-0.859-14.172c-2.25 0.047-4.031 0.812-5.609 2.422-1.641-1.672-3.5-2.422-5.844-2.422-1.75 0-3.625 0.359-5.25 1.031l-1.781 14.703c2.359-0.969 4.438-1.578 7.031-1.578 2.063 0 4.078 0.5 5.844 1.594 1.766-1.094 3.781-1.641 5.844-1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sellsy\" viewBox=\"0 0 32 28\">\n<title>sellsy</title>\n<path d=\"M23.438 21.422v-11.453c0-0.438-0.359-0.797-0.781-0.797h-1.453c-0.422 0-0.781 0.359-0.781 0.797v11.453c0 0.422 0.359 0.781 0.781 0.781h1.453c0.422 0 0.781-0.359 0.781-0.781zM19 21.422v-8.297c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v8.297c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM14.438 21.422v-6.703c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v6.703c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM9.875 21.422v-5.656c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v5.656c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM32 19.141c0 3.469-2.828 6.281-6.281 6.281h-19.437c-3.453 0-6.281-2.812-6.281-6.281 0-2.422 1.422-4.641 3.609-5.672-0.109-0.375-0.156-0.766-0.156-1.141 0-2.359 1.922-4.281 4.281-4.281 1.031 0 2.031 0.375 2.812 1.047 0.938-3.813 4.375-6.516 8.313-6.516 4.719 0 8.563 3.844 8.563 8.563 0 0.641-0.063 1.281-0.219 1.906 2.812 0.688 4.797 3.219 4.797 6.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shirtsinbulk\" viewBox=\"0 0 24 28\">\n<title>shirtsinbulk</title>\n<path d=\"M0 0h24v21.75l-12.125 5.281-11.875-5.281v-21.75zM22.437 20.734v-14.469h-20.875v14.469l10.328 4.594zM22.437 4.703v-3.141h-20.875v3.141h20.875zM2.828 9.359v1.797h-0.578v-1.797h0.578zM2.828 11.672v1.797h-0.578v-1.797h0.578zM2.828 13.984v1.797h-0.578v-1.797h0.578zM2.828 16.297v1.797h-0.578v-1.797h0.578zM2.828 18.609v1.797h-0.578v-1.797h0.578zM3.234 20.844l0.234-0.531 1.641 0.734-0.234 0.516zM5.359 21.781l0.234-0.531 1.641 0.719-0.234 0.531zM7.469 22.719l0.234-0.531 1.641 0.719-0.234 0.531zM9.594 23.641l0.234-0.516 1.625 0.719-0.234 0.531zM12.453 23.844l1.641-0.719 0.234 0.516-1.641 0.734zM14.562 22.906l1.641-0.719 0.234 0.531-1.641 0.719zM16.688 21.969l1.641-0.719 0.234 0.531-1.641 0.719zM18.797 21.047l1.641-0.734 0.234 0.531-1.641 0.719zM4.047 2.297v0.562h-1.781v-0.562h1.781zM6.578 2.297v0.562h-1.797v-0.562h1.797zM9.109 2.297v0.562h-1.797v-0.562h1.797zM11.625 2.297v0.562h-1.781v-0.562h1.781zM14.156 2.297v0.562h-1.781v-0.562h1.781zM16.688 2.297v0.562h-1.797v-0.562h1.797zM19.219 2.297v0.562h-1.797v-0.562h1.797zM21.734 2.297v0.562h-1.781v-0.562h1.781zM2.828 7.609v1.234h-0.578v-1.797h1.797v0.562h-1.219zM6.578 7.047v0.562h-1.797v-0.562h1.797zM9.109 7.047v0.562h-1.797v-0.562h1.797zM11.625 7.047v0.562h-1.781v-0.562h1.781zM14.156 7.047v0.562h-1.781v-0.562h1.781zM16.688 7.047v0.562h-1.797v-0.562h1.797zM19.219 7.047v0.562h-1.797v-0.562h1.797zM21.172 8.844v-1.234h-1.219v-0.562h1.797v1.797h-0.578zM21.172 11.156v-1.797h0.578v1.797h-0.578zM21.172 13.469v-1.797h0.578v1.797h-0.578zM21.172 15.781v-1.797h0.578v1.797h-0.578zM21.172 18.094v-1.797h0.578v1.797h-0.578zM21.172 20.406v-1.797h0.578v1.797h-0.578zM11.875 19.859c-2.688 0-4.891-2.188-4.891-4.891 0-2.688 2.203-4.891 4.891-4.891 2.703 0 4.891 2.203 4.891 4.891 0 2.703-2.188 4.891-4.891 4.891zM9.297 13.906c0 2.375 4.156 0.641 4.156 2.031 0 0.703-1.281 0.766-1.75 0.766-0.656 0-1.594-0.141-1.922-0.797h-0.047l-0.484 0.984c0.797 0.5 1.563 0.656 2.531 0.656 1.047 0 2.734-0.313 2.734-1.672 0-2.578-4.203-0.875-4.203-2.031 0-0.703 1.109-0.797 1.594-0.797 0.578 0 1.563 0.172 1.906 0.703h0.047l0.469-0.906c-0.812-0.328-1.469-0.641-2.375-0.641-1.078 0-2.656 0.344-2.656 1.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-simplybuilt\" viewBox=\"0 0 32 28\">\n<title>simplybuilt</title>\n<path d=\"M13.484 16.125c0-2.344-1.891-4.234-4.234-4.234-2.328 0-4.219 1.891-4.219 4.234 0 2.328 1.891 4.219 4.219 4.219 2.344 0 4.234-1.891 4.234-4.219zM26.969 16.109c0-2.328-1.891-4.219-4.219-4.219-2.344 0-4.234 1.891-4.234 4.219 0 2.344 1.891 4.234 4.234 4.234 2.328 0 4.219-1.891 4.219-4.234zM32 3.469v21.063c0 0.922-0.75 1.672-1.687 1.672h-28.625c-0.938 0-1.687-0.75-1.687-1.672v-21.063c0-0.922 0.75-1.672 1.687-1.672h6.734c0.922 0 1.687 0.75 1.687 1.672v2.516h11.781v-2.516c0-0.922 0.766-1.672 1.687-1.672h6.734c0.938 0 1.687 0.75 1.687 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skyatlas\" viewBox=\"0 0 32 28\">\n<title>skyatlas</title>\n<path d=\"M22.344 9.109c0 0-0.016-0.016 0 0v0zM26.406 12.297c3.031 0 5.594 2.266 5.594 5.359 0 3.297-2.625 5.719-5.875 5.719-8.297 0-9.828-12.484-17.984-12.484-3.156 0-5.453 2.016-5.453 5.25 0 3.344 2.5 5.359 5.734 5.359 2.125 0 4.547-0.891 6.266-2.125 0.281-0.203 0.844-0.812 1.141-0.812s0.547 0.25 0.547 0.547c0 0.391-0.656 0.953-0.938 1.203-2.047 1.781-5.016 3.063-7.734 3.063-4.172 0-7.703-2.953-7.703-7.25s3.375-7.453 7.641-7.453c9.266 0 11.125 12.297 18.094 12.297 2.094 0 3.672-1.359 3.672-3.5 0-1.984-1.531-3.484-3.5-3.484-0.875 0-1.75 0.578-2.344 0.578-0.422 0-0.797-0.359-0.797-0.781 0-0.578 0.266-1.188 0.266-1.813 0-3.328-2.547-5.734-5.844-5.734-2.656 0-4 1.844-4.438 1.844-0.313 0-0.562-0.25-0.562-0.562 0-0.281 0.203-0.516 0.391-0.719 1.266-1.437 3.234-2.188 5.141-2.188 3.969 0 6.953 2.922 6.953 6.891 0 0.344-0.016 0.688-0.063 1.031 0.594-0.156 1.203-0.234 1.797-0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-plus\" viewBox=\"0 0 26 28\">\n<title>cart-plus</title>\n<path d=\"M19 11c0-0.547-0.453-1-1-1h-2v-2c0-0.547-0.453-1-1-1s-1 0.453-1 1v2h-2c-0.547 0-1 0.453-1 1s0.453 1 1 1h2v2c0 0.547 0.453 1 1 1s1-0.453 1-1v-2h2c0.547 0 1-0.453 1-1zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-arrow-down\" viewBox=\"0 0 26 28\">\n<title>cart-arrow-down</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-0.266 0-0.516 0.109-0.703 0.297l-2.297 2.281v-4.578c0-0.547-0.453-1-1-1s-1 0.453-1 1v4.578l-2.297-2.281c-0.187-0.187-0.438-0.297-0.703-0.297-0.547 0-1 0.453-1 1 0 0.266 0.109 0.516 0.297 0.703l4 4c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l4-4c0.187-0.187 0.297-0.438 0.297-0.703zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-diamond\" viewBox=\"0 0 32 28\">\n<title>diamond</title>\n<path d=\"M3.313 12l9.734 10.391-4.688-10.391h-5.047zM16 24.063l5.453-12.063h-10.906zM8.406 10l3.187-6h-4.094l-4.5 6h5.406zM18.953 22.391l9.734-10.391h-5.047zM10.672 10h10.656l-3.187-6h-4.281zM23.594 10h5.406l-4.5-6h-4.094zM25.797 2.406l6 8c0.297 0.375 0.266 0.922-0.063 1.281l-15 16c-0.187 0.203-0.453 0.313-0.734 0.313s-0.547-0.109-0.734-0.313l-15-16c-0.328-0.359-0.359-0.906-0.063-1.281l6-8c0.187-0.266 0.484-0.406 0.797-0.406h18c0.313 0 0.609 0.141 0.797 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ship\" viewBox=\"0 0 32 28\">\n<title>ship</title>\n<path d=\"M28.297 24.297c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297zM3.703 23.703c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1-1v-4.578l-3.281-4.906c-0.359-0.547-0.109-1.297 0.516-1.516l2.766-0.906v-4.672h2v-2h4v-2h4v2h4v2h2v4.672l2.766 0.906c0.625 0.219 0.875 0.969 0.516 1.516l-3.281 4.906v4.578l0.297-0.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297zM10 6v2l6-2 6 2v-2h-2v-2h-8v2h-2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-secret\" viewBox=\"0 0 22 28\">\n<title>user-secret</title>\n<path d=\"M9 24l1.5-7-1.5-2-2-1zM13 24l2-10-2 1-1.5 2zM15.5 8.219c-0.016-0.031-0.031-0.063-0.063-0.094-0.141-0.109-1.266-0.125-1.5-0.125-0.891 0-1.734 0.125-2.609 0.297-0.109 0.031-0.219 0.031-0.328 0.031s-0.219 0-0.328-0.031c-0.875-0.172-1.719-0.297-2.609-0.297-0.234 0-1.359 0.016-1.5 0.125-0.031 0.031-0.047 0.063-0.063 0.094 0.016 0.141 0.031 0.281 0.063 0.422 0.094 0.125 0.172 0.078 0.234 0.266 0.406 1.109 0.594 1.969 2 1.969 2.016 0 1.453-1.859 2.109-1.859h0.187c0.656 0 0.094 1.859 2.109 1.859 1.406 0 1.594-0.859 2-1.969 0.063-0.187 0.141-0.141 0.234-0.266 0.031-0.141 0.047-0.281 0.063-0.422zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-2.828 0.5-7.109 3.406-8.516l-1.406-3.437h3.344c-0.219-0.641-0.344-1.313-0.344-2 0-0.172 0.016-0.344 0.031-0.5-0.609-0.125-3.031-0.625-3.031-1.5 0-0.922 2.656-1.422 3.281-1.547 0.328-1.172 1.109-2.953 1.906-3.875 0.313-0.359 0.703-0.578 1.188-0.578 0.938 0 1.687 0.969 2.625 0.969s1.687-0.969 2.625-0.969c0.484 0 0.875 0.219 1.188 0.578 0.797 0.922 1.578 2.703 1.906 3.875 0.625 0.125 3.281 0.625 3.281 1.547 0 0.875-2.422 1.375-3.031 1.5 0.078 0.844-0.031 1.687-0.313 2.5h3.344l-1.281 3.516c2.797 1.453 3.281 5.656 3.281 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-motorcycle\" viewBox=\"0 0 36 28\">\n<title>motorcycle</title>\n<path d=\"M35.953 16.188c0.5 4.391-3.078 8.078-7.438 7.797-3.344-0.219-6.125-2.891-6.469-6.234-0.25-2.375 0.688-4.516 2.281-5.953l-1.109-1.672c-1.969 1.641-3.219 4.094-3.219 6.844 0 0.562-0.438 1.031-1 1.031h-5.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c0.828 0 1.625 0.156 2.375 0.422l0.375-0.703c-1.203-1.078-2.781-1.719-4.75-1.719h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h2c3.5 0 5.281 1.437 6 2h9.797l-1.328-2h-3.469c-0.609 0-1.094-0.547-0.984-1.172 0.078-0.484 0.547-0.828 1.031-0.828h3.953c0.328 0 0.641 0.172 0.828 0.438l1.094 1.641 1.781-1.781c0.187-0.187 0.453-0.297 0.719-0.297h1.578c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-2.797l1.797 2.688c1.266-0.609 2.734-0.859 4.297-0.562 2.984 0.547 5.313 3.047 5.656 6.062zM7 22c2.422 0 4.438-1.719 4.906-4h-4.906c-0.344 0-0.672-0.187-0.859-0.484-0.172-0.297-0.187-0.672-0.016-0.984l2.297-4.328c-0.453-0.125-0.922-0.203-1.422-0.203-2.75 0-5 2.25-5 5s2.25 5 5 5zM29 22c2.75 0 5-2.25 5-5s-2.25-5-5-5c-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-street-view\" viewBox=\"0 0 22 28\">\n<title>street-view</title>\n<path d=\"M22 24c0 2.75-5.703 4-11 4s-11-1.25-11-4c0-2.125 3.172-3.125 5.828-3.578 0.547-0.094 1.062 0.266 1.156 0.812s-0.266 1.062-0.812 1.156c-3.219 0.562-4.125 1.437-4.172 1.625 0.156 0.531 3.156 1.984 9 1.984s8.844-1.453 9-2.016c-0.047-0.156-0.953-1.031-4.172-1.594-0.547-0.094-0.906-0.609-0.812-1.156s0.609-0.906 1.156-0.812c2.656 0.453 5.828 1.453 5.828 3.578zM16 10v6c0 0.547-0.453 1-1 1h-1v6c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-6h-1c-0.547 0-1-0.453-1-1v-6c0-1.109 0.891-2 2-2h6c1.109 0 2 0.891 2 2zM14.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heartbeat\" viewBox=\"0 0 28 28\">\n<title>heartbeat</title>\n<path d=\"M20 16h4.766c-0.187 0.203-0.313 0.313-0.344 0.344l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.031-0.016-0.156-0.125-0.328-0.313h5.766c0.453 0 0.859-0.313 0.969-0.75l1.094-4.391 2.969 10.422c0.125 0.422 0.516 0.719 0.969 0.719v0c0.438 0 0.828-0.297 0.953-0.719l2.281-7.578 0.875 1.75c0.172 0.328 0.516 0.547 0.891 0.547zM28 9.312c0 1.797-0.781 3.437-1.609 4.688h-5.766l-1.734-3.453c-0.172-0.359-0.578-0.578-0.969-0.547-0.422 0.047-0.766 0.313-0.875 0.719l-2.016 6.719-3.063-10.719c-0.125-0.422-0.516-0.719-0.984-0.719-0.453 0-0.844 0.313-0.953 0.75l-1.813 7.25h-6.609c-0.828-1.25-1.609-2.891-1.609-4.688 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus\" viewBox=\"0 0 18 28\">\n<title>venus</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.25 3.719-7.734 7.938-8.203 5.437-0.609 10.031 3.625 10.031 8.937zM2 9c0 3.859 3.141 7 7 7s7-3.141 7-7-3.141-7-7-7-7 3.141-7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars\" viewBox=\"0 0 24 28\">\n<title>mars</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-5.969 5.984c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l5.969-5.969h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mercury\" viewBox=\"0 0 18 28\">\n<title>mercury</title>\n<path d=\"M12.969 4.937c2.969 1.469 5.031 4.531 5.031 8.062 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-3.531 2.063-6.594 5.031-8.062-1.641-0.953-2.922-2.453-3.563-4.266-0.125-0.328 0.125-0.672 0.469-0.672h1.078c0.203 0 0.375 0.125 0.453 0.313 0.906 2.172 3.047 3.687 5.531 3.687s4.625-1.516 5.531-3.687c0.078-0.187 0.25-0.313 0.578-0.313h0.953c0.344 0 0.594 0.344 0.469 0.672-0.641 1.813-1.922 3.313-3.563 4.266zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-intersex\" viewBox=\"0 0 22 28\">\n<title>intersex</title>\n<path d=\"M16 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.719-0.516-8.359-4.719-7.969-9.656 0.328-4.25 3.703-7.734 7.922-8.219 2.531-0.297 4.875 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-transgender-alt\" viewBox=\"0 0 26 28\">\n<title>transgender-alt</title>\n<path d=\"M20 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-2.125 0.75-4.078 1.969-5.609l-0.812-0.828-1.578 1.734c-0.187 0.203-0.5 0.219-0.703 0.047l-0.75-0.688c-0.203-0.172-0.219-0.5-0.031-0.703l1.641-1.797-1.734-1.75v2.094c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.5c0-0.547 0.453-1 1-1h4.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.078l1.656 1.672 1.344-1.469c0.187-0.203 0.5-0.219 0.703-0.047l0.75 0.688c0.203 0.172 0.219 0.5 0.031 0.703l-1.406 1.547 0.891 0.875c1.531-1.219 3.484-1.969 5.609-1.969s4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM13 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-double\" viewBox=\"0 0 28 28\">\n<title>venus-double</title>\n<path d=\"M27.969 8.266c0.391 4.953-3.234 9.156-7.969 9.672v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-8v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.297 3.797-7.812 8.078-8.219 2.188-0.219 4.234 0.359 5.891 1.469 1.656-1.109 3.703-1.687 5.891-1.469 4.281 0.406 7.734 3.922 8.078 8.219zM14 13.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM9 16c1.234 0 2.391-0.328 3.406-0.891-1.5-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1.016-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7s3.141 7 7 7zM18 22v-4.062c-1.469-0.156-2.828-0.688-4-1.469-1.172 0.781-2.531 1.313-4 1.469v4.062h8zM19 16c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.391 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.906 4.5-2.406 6.109c1.016 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-double\" viewBox=\"0 0 30 28\">\n<title>mars-double</title>\n<path d=\"M24 6.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.797-3.75 6.781-7.562 7.313-4.469 0.625-8.422-2.047-9.781-5.938-4.937-0.25-8.828-4.5-8.5-9.578 0.281-4.281 3.672-7.844 7.938-8.328 2.516-0.297 4.859 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c0.625 0.781 1.109 1.672 1.453 2.641 1.937 0.094 3.703 0.812 5.125 1.937l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM16 13c0-0.313-0.031-0.609-0.063-0.906-3.359 0.516-5.938 3.406-5.938 6.906 0 0.313 0.031 0.609 0.063 0.906 3.359-0.516 5.938-3.406 5.938-6.906zM2 13c0 3.531 2.641 6.453 6.047 6.922-0.031-0.297-0.047-0.609-0.047-0.922 0-4.406 3.187-8.078 7.391-8.844-1.094-2.453-3.547-4.156-6.391-4.156-3.859 0-7 3.141-7 7zM17 26c3.859 0 7-3.141 7-7 0-3.531-2.641-6.453-6.047-6.922 0.031 0.297 0.047 0.609 0.047 0.922 0 4.406-3.187 8.078-7.391 8.844 1.094 2.453 3.547 4.156 6.391 4.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-mars\" viewBox=\"0 0 31 28\">\n<title>venus-mars</title>\n<path d=\"M26 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.75-3.703 6.734-7.469 7.297-2.375 0.359-4.609-0.219-6.391-1.406-1.172 0.781-2.531 1.297-4 1.453v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.906-0.547-8.641-5.047-7.906-10.219 0.531-3.891 3.625-7.016 7.5-7.609 2.391-0.359 4.625 0.219 6.406 1.406 1.437-0.953 3.156-1.516 5-1.516 2.125 0 4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM14 17.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM2 13c0 3.859 3.141 7 7 7 1.234 0 2.406-0.328 3.406-0.891-1.484-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7zM19 20c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.406 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.922 4.5-2.406 6.109c1 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke\" viewBox=\"0 0 24 28\">\n<title>mars-stroke</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-3.328 3.344 2.188 2.188c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.188-2.203-1.219 1.234c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l1.219-1.219-2.688-2.688c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.688 2.688 3.328-3.328h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-v\" viewBox=\"0 0 18 28\">\n<title>mars-stroke-v</title>\n<path d=\"M10 10.063c4.5 0.5 8 4.312 8 8.937 0 5.313-4.594 9.547-10.031 8.937-4.219-0.469-7.594-3.953-7.938-8.203-0.391-4.953 3.234-9.156 7.969-9.672v-2.063h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.5v-2.578l-1.437 1.437c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l3.156-3.141c0.391-0.391 1.016-0.391 1.406 0l3.156 3.141c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-1.437-1.437v2.578h2.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.5v2.063zM9 26c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-h\" viewBox=\"0 0 30 28\">\n<title>mars-stroke-h</title>\n<path d=\"M29.703 14.297c0.391 0.391 0.391 1.016 0 1.406l-4.594 4.594c-0.187 0.203-0.516 0.203-0.703 0l-0.703-0.703c-0.203-0.187-0.203-0.516 0-0.703l2.891-2.891h-4.594v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-2.063c-0.5 4.5-4.312 8-8.937 8-5.313 0-9.547-4.594-8.937-10.031 0.469-4.219 3.953-7.594 8.203-7.938 4.953-0.391 9.156 3.234 9.672 7.969h2.063v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5h4.594l-2.891-2.891c-0.203-0.187-0.203-0.516 0-0.703l0.703-0.703c0.187-0.203 0.516-0.203 0.703 0zM9 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-neuter\" viewBox=\"0 0 18 28\">\n<title>neuter</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v9.562c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9.562c-4.5-0.5-8-4.312-8-8.937 0-4.969 4.031-9 9-9s9 4.031 9 9zM9 16c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-genderless\" viewBox=\"0 0 18 28\">\n<title>genderless</title>\n<path d=\"M16 15c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM18 15c0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9 9 4.031 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-official\" viewBox=\"0 0 24 28\">\n<title>facebook-official</title>\n<path d=\"M22.672 2c0.734 0 1.328 0.594 1.328 1.328v21.344c0 0.734-0.594 1.328-1.328 1.328h-6.109v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-11.484c-0.734 0-1.328-0.594-1.328-1.328v-21.344c0-0.734 0.594-1.328 1.328-1.328h21.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-p\" viewBox=\"0 0 20 28\">\n<title>pinterest-p</title>\n<path d=\"M0 9.328c0-5.766 5.281-9.328 10.625-9.328 4.906 0 9.375 3.375 9.375 8.547 0 4.859-2.484 10.25-8.016 10.25-1.313 0-2.969-0.656-3.609-1.875-1.188 4.703-1.094 5.406-3.719 9l-0.219 0.078-0.141-0.156c-0.094-0.984-0.234-1.953-0.234-2.938 0-3.187 1.469-7.797 2.188-10.891-0.391-0.797-0.5-1.766-0.5-2.641 0-1.578 1.094-3.578 2.875-3.578 1.313 0 2.016 1 2.016 2.234 0 2.031-1.375 3.938-1.375 5.906 0 1.344 1.109 2.281 2.406 2.281 3.594 0 4.703-5.187 4.703-7.953 0-3.703-2.625-5.719-6.172-5.719-4.125 0-7.313 2.969-7.313 7.156 0 2.016 1.234 3.047 1.234 3.531 0 0.406-0.297 1.844-0.812 1.844-0.078 0-0.187-0.031-0.266-0.047-2.234-0.672-3.047-3.656-3.047-5.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-whatsapp\" viewBox=\"0 0 24 28\">\n<title>whatsapp</title>\n<path d=\"M15.391 15.219c0.266 0 2.812 1.328 2.922 1.516 0.031 0.078 0.031 0.172 0.031 0.234 0 0.391-0.125 0.828-0.266 1.188-0.359 0.875-1.813 1.437-2.703 1.437-0.75 0-2.297-0.656-2.969-0.969-2.234-1.016-3.625-2.75-4.969-4.734-0.594-0.875-1.125-1.953-1.109-3.031v-0.125c0.031-1.031 0.406-1.766 1.156-2.469 0.234-0.219 0.484-0.344 0.812-0.344 0.187 0 0.375 0.047 0.578 0.047 0.422 0 0.5 0.125 0.656 0.531 0.109 0.266 0.906 2.391 0.906 2.547 0 0.594-1.078 1.266-1.078 1.625 0 0.078 0.031 0.156 0.078 0.234 0.344 0.734 1 1.578 1.594 2.141 0.719 0.688 1.484 1.141 2.359 1.578 0.109 0.063 0.219 0.109 0.344 0.109 0.469 0 1.25-1.516 1.656-1.516zM12.219 23.5c5.406 0 9.812-4.406 9.812-9.812s-4.406-9.812-9.812-9.812-9.812 4.406-9.812 9.812c0 2.063 0.656 4.078 1.875 5.75l-1.234 3.641 3.781-1.203c1.594 1.047 3.484 1.625 5.391 1.625zM12.219 1.906c6.5 0 11.781 5.281 11.781 11.781s-5.281 11.781-11.781 11.781c-1.984 0-3.953-0.5-5.703-1.469l-6.516 2.094 2.125-6.328c-1.109-1.828-1.687-3.938-1.687-6.078 0-6.5 5.281-11.781 11.781-11.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-server\" viewBox=\"0 0 28 28\">\n<title>server</title>\n<path d=\"M2 22h16v-2h-16v2zM2 14h16v-2h-16v2zM26.5 21c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM2 6h16v-2h-16v2zM26.5 13c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM28 18v6h-28v-6h28zM28 10v6h-28v-6h28zM28 2v6h-28v-6h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-plus\" viewBox=\"0 0 32 28\">\n<title>user-plus</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM26 16h5.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v5.5c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-5.5h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-5.5c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5v5.5zM14.5 19.5c0 1.094 0.906 2 2 2h4v3.719c-0.766 0.562-1.734 0.781-2.672 0.781h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.531 1.172 3.016 1.906 4.984 1.906s3.453-0.734 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 1.328 0 2.5 0.5 3.391 1.5h-3.484c-1.094 0-2 0.906-2 2v3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-times\" viewBox=\"0 0 32 28\">\n<title>user-times</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM27.828 19l3.891 3.891c0.094 0.094 0.141 0.219 0.141 0.359 0 0.125-0.047 0.25-0.141 0.344l-2.125 2.125c-0.094 0.094-0.219 0.141-0.344 0.141-0.141 0-0.266-0.047-0.359-0.141l-3.891-3.891-3.891 3.891c-0.094 0.094-0.219 0.141-0.359 0.141-0.125 0-0.25-0.047-0.344-0.141l-2.125-2.125c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l3.891-3.891-3.891-3.891c-0.094-0.094-0.141-0.219-0.141-0.359 0-0.125 0.047-0.25 0.141-0.344l2.125-2.125c0.094-0.094 0.219-0.141 0.344-0.141 0.141 0 0.266 0.047 0.359 0.141l3.891 3.891 3.891-3.891c0.094-0.094 0.219-0.141 0.359-0.141 0.125 0 0.25 0.047 0.344 0.141l2.125 2.125c0.094 0.094 0.141 0.219 0.141 0.344 0 0.141-0.047 0.266-0.141 0.359zM20.047 19l-2.828 2.828c-0.375 0.375-0.578 0.891-0.578 1.422 0 0.516 0.203 1.031 0.578 1.406l1.297 1.297c-0.219 0.031-0.453 0.047-0.688 0.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.5 1.188 3.031 1.906 4.984 1.906s3.484-0.719 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 0.297 0 0.594 0.031 0.891 0.094-0.516 0.5-0.844 0.906-0.844 1.656 0 0.531 0.203 1.047 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bed\" viewBox=\"0 0 32 28\">\n<title>bed</title>\n<path d=\"M4 16h27c0.547 0 1 0.453 1 1v7h-4v-4h-24v4h-4v-19c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v11zM13 11c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM32 15v-1c0-3.313-2.688-6-6-6h-11c-0.547 0-1 0.453-1 1v6h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viacoin\" viewBox=\"0 0 24 28\">\n<title>viacoin</title>\n<path d=\"M24 0l-3 7h3v3h-4.281l-0.859 2h5.141v3h-6.422l-5.578 13-5.578-13h-6.422v-3h5.141l-0.859-2h-4.281v-3h3l-3-7h4l5.047 12h5.906l5.047-12h4zM12 19l1.687-4h-3.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-train\" viewBox=\"0 0 24 28\">\n<title>train</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM12 21c1.656 0 3-1.344 3-3s-1.344-3-3-3-3 1.344-3 3 1.344 3 3 3zM21 12v-8h-18v8h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subway\" viewBox=\"0 0 24 28\">\n<title>subway</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM4.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM11 12v-8h-8.5v8h8.5zM19.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM22 12v-8h-9v8h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medium\" viewBox=\"0 0 28 28\">\n<title>medium</title>\n<path d=\"M9.328 6.578v18.328c0 0.484-0.234 0.938-0.766 0.938-0.187 0-0.359-0.047-0.516-0.125l-7.266-3.641c-0.438-0.219-0.781-0.781-0.781-1.25v-17.813c0-0.391 0.187-0.75 0.609-0.75 0.25 0 0.469 0.125 0.688 0.234l7.984 4c0.016 0.016 0.047 0.063 0.047 0.078zM10.328 8.156l8.344 13.531-8.344-4.156v-9.375zM28 8.437v16.469c0 0.516-0.297 0.875-0.812 0.875-0.266 0-0.516-0.078-0.734-0.203l-6.891-3.437zM27.953 6.563c0 0.063-8.078 13.172-8.703 14.172l-6.094-9.906 5.063-8.234c0.172-0.281 0.484-0.438 0.812-0.438 0.141 0 0.281 0.031 0.406 0.094l8.453 4.219c0.031 0.016 0.063 0.047 0.063 0.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-y-combinator\" viewBox=\"0 0 24 28\">\n<title>y-combinator</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 2v24h-24v-24h24z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-optin-monster\" viewBox=\"0 0 36 28\">\n<title>optin-monster</title>\n<path d=\"M7.469 26.172c-0.156 0.328-0.609 0.781-1 0.938-0.547 0.187-1.219-0.172-1.25-0.547-0.031-0.484 1.172-1.359 1.687-1.453 0.5-0.094 0.734 0.656 0.562 1.062zM28.422 26.172c0.141 0.328 0.594 0.781 1 0.938 0.531 0.187 1.219-0.172 1.234-0.547 0.047-0.484-1.172-1.359-1.687-1.453-0.484-0.094-0.719 0.656-0.547 1.062zM29.172 24.469c0.281 0.562 1.391 1.391 2.094 1.578 0.953 0.266 1.859-0.187 1.859-0.859 0-1.031-1.953-2.406-2.859-2.5-0.859-0.109-1.422 1.109-1.094 1.781zM6.687 24.469c-0.281 0.562-1.375 1.391-2.078 1.578-0.953 0.266-1.859-0.187-1.859-0.859 0-1.031 1.953-2.406 2.859-2.5 0.859-0.109 1.422 1.109 1.078 1.781zM18.094 6.906h0.016c-0.422 0-0.828 0.078-1.188 0.234 0.547 0.172 0.953 0.672 0.953 1.25 0 0.734-0.641 1.328-1.437 1.328-0.531 0-1-0.281-1.25-0.672-0.047 0.219-0.078 0.422-0.078 0.656 0 1.547 1.328 2.797 2.984 2.797s3-1.25 3-2.797-1.344-2.797-3-2.797zM22.844 3.5c-2.063-2.266-4.703-2.766-7.281-1.359 1.453-3.25 7.063-2.812 7.281 1.359zM34.563 22.859c0.078 0.109-0.016 0.391-0.172 0.656 0.063 0.203 0.109 0.406 0.109 0.625 0.047 1.828-2.562 3.703-4.25 3.766-1 0.047-2-0.484-2.469-1.359-6.563 0.234-13.125 0.281-19.672 0-0.484 0.875-1.484 1.391-2.484 1.359-1.672-0.063-4.281-1.937-4.25-3.766 0.016-0.219 0.047-0.422 0.109-0.625-0.156-0.266-0.25-0.547-0.172-0.656 0.063-0.094 0.266-0.094 0.484-0.016 0.187-0.297 0.406-0.547 0.641-0.797-0.063-0.266-0.063-0.5 0.031-0.594 0.109-0.094 0.359-0.063 0.609 0.063 0.266-0.187 0.578-0.375 0.922-0.531 0-0.281 0.078-0.5 0.203-0.578 0.187-0.094 0.516-0.031 0.797 0.25 0.328-0.047 0.656-0.047 0.953 0.031 0.203 0.047 0.406 0.156 0.594 0.297v-1.141c-0.094 0-0.172 0-0.281-0.031-1.016-0.187-2.125-0.891-2.375-2.063-0.094-0.391-0.094-0.812 0-1.266 0.187-0.781 0.859-1.234 1.453-1.484 0.047-0.344 0.469-0.812 0.859-0.922 0.438-0.109 0.719 0.266 0.812 0.594h0.203c0.281 0.031 0.734 0.094 0.938 0.359 0.031 0.031 0.063 0.078 0.078 0.109 0.313-0.031 0.641-0.078 0.953-0.109-0.141-0.109-0.297-0.203-0.469-0.266-0.297-0.516-0.797-0.641-1.422-0.672 0-0.047 0-0.094 0.016-0.156-1.141-0.031-2.547-0.328-3.172-1.031-0.719-0.797-0.844-2.156-0.703-3.187 0.125-1.016 0.547-2.188 1.406-2.797 0.484-0.328 1.25-0.047 1.313 0.562 0.031 0.266 0.078 1.172 0.328 1.313 0.281 0.141 0.734 0.203 1.188 0.187 0.469-0.453 0.969-0.844 1.531-1.156-0.859-0.078-1.672 0.094-2.531 0.219l0.734-0.719c0.719-0.688 1.672-1.281 2.547-1.734 1.359-0.688 2.891-1.203 4.406-1.344-1.078-0.453-2.312-0.688-3.453-0.953 4.422-0.938 10.094-1.281 14.125 2.172 1.047 0.891 1.875 2.094 2.469 3.469 0.641 0.078 1.453 0.094 1.891-0.141h0.016c0.25-0.141 0.297-1.031 0.328-1.313 0.063-0.594 0.828-0.891 1.313-0.547 0.859 0.609 1.281 1.781 1.422 2.781 0.125 1.031 0.016 2.391-0.719 3.187-0.625 0.703-1.984 1.016-3.109 1.047v0.156c-0.641 0.016-1.172 0.141-1.484 0.672-0.172 0.063-0.328 0.156-0.484 0.266 0.328 0.031 0.656 0.078 0.969 0.109 0.016-0.047 0.047-0.094 0.078-0.125 0.219-0.25 0.672-0.328 0.938-0.359h0.203c0.094-0.313 0.391-0.688 0.812-0.594s0.812 0.578 0.859 0.922c0.625 0.25 1.281 0.703 1.453 1.484 0.109 0.469 0.094 0.875 0.016 1.266-0.266 1.172-1.375 1.891-2.391 2.063-0.078 0.016-0.187 0.031-0.266 0.031 0 0.391 0 0.766-0.016 1.141 0.187-0.141 0.375-0.25 0.594-0.297 0.297-0.078 0.625-0.078 0.953-0.031 0.281-0.281 0.625-0.344 0.797-0.25 0.125 0.078 0.219 0.297 0.219 0.578 0.328 0.156 0.656 0.344 0.922 0.531 0.25-0.125 0.484-0.156 0.594-0.063 0.094 0.094 0.109 0.328 0.031 0.594 0.234 0.25 0.469 0.516 0.641 0.797 0.219-0.078 0.406-0.078 0.484 0.016zM30.266 7.984c0 0.359-0.078 0.672-0.141 0.844 1 0.391 1.516 1.281 1.75 2.063 0.063-0.609-0.156-2.281-0.797-2.953-0.422-0.422-0.812-0.297-0.812 0.047zM29.047 9.547v0c0.75 0.906 0.984 2.406 0.734 3.641 0.625-0.125 1.188-0.359 1.516-0.703 0.109-0.125 0.219-0.281 0.281-0.438-0.063-1.234-0.594-2.469-1.719-2.828-0.187 0.187-0.531 0.281-0.812 0.328v0zM28.469 9.609c-0.219 0-0.469 0-0.688-0.016 0.438 1.188 0.719 2.469 0.828 3.734 0.203 0 0.438-0.016 0.672-0.047 0.344-1.406-0.016-2.984-0.812-3.672zM4.031 10.891c0.234-0.781 0.75-1.672 1.75-2.063-0.063-0.172-0.141-0.484-0.141-0.844 0-0.344-0.406-0.469-0.812-0.047-0.656 0.672-0.859 2.344-0.797 2.953zM4.594 12.484c0.328 0.359 0.891 0.578 1.516 0.703-0.25-1.234-0.016-2.734 0.734-3.641v0 0 0c-0.281-0.047-0.625-0.141-0.812-0.328-1.125 0.359-1.641 1.594-1.719 2.828 0.078 0.156 0.172 0.313 0.281 0.438zM7.359 13.328c0.141-1.281 0.531-2.531 1.141-3.672-0.297 0.063-0.578 0.172-0.859 0.281l-0.703 0.297v-0.016c-0.422 0.812-0.578 1.984-0.313 3.063 0.266 0.031 0.5 0.047 0.734 0.047zM22.406 13.937v0c0.203 1.031 0.281 2.063 0.438 3.094 0.063 0.359 0.172 0.438 0.516 0.266 0.922-0.469 1.313-2.266 1.328-3.297-0.75-0.047-1.516-0.047-2.281-0.063zM18 3.922c-2.422 0-4.406 1.969-4.406 4.391 0 2.438 1.984 4.406 4.406 4.406s4.406-1.969 4.406-4.406c0-2.422-1.984-4.391-4.406-4.391zM21.562 13.906c-1.094-0.016-2.203-0.016-3.297 0v-0.016c-0.016 0.297 0.016 2.203 0.25 2.375 0.641 0.313 2.281 0.266 2.953 0.063 0.313-0.094 0.141-2.141 0.094-2.422zM17.375 17.016c0.266-0.141 0.141-2.625 0.078-3.109v-0.016c-1.125 0.016-2.234 0.016-3.344 0.047-0.109 0.531-0.266 2.828 0.109 2.984 0.75 0.328 2.406 0.297 3.156 0.094zM11.219 14.063c-0.313 1.141 0.016 2.609 1.281 3.172 0.313 0.141 0.5 0.141 0.562-0.25 0.109-0.5 0.141-2.125 0.281-3.016v0c-0.703 0.016-1.422 0.047-2.125 0.094zM9.234 16.031c0.031 0.281-0.219 0.453-0.531 0.562 2.531 2.719 5.359 4.953 9.016 6.156 3.906-1.109 6.687-3.469 9.438-6.188-0.281-0.109-0.5-0.297-0.469-0.531 0.016-0.063 0.031-0.094 0.047-0.141v0 0c-0.516-0.047-1.031-0.109-1.531-0.156-0.547 1.906-2.078 3.063-2.703 1.828-0.156-0.297-0.203-0.672-0.266-0.969-0.219 0.484-0.766 0.469-1.422 0.516-0.766 0.063-1.828 0.078-2.547-0.172-0.172 0.75-0.641 0.75-1.547 0.828-0.812 0.078-2.812 0.234-3.172-0.625-0.063 1.656-2.031 0.578-2.609-0.406-0.187-0.328-0.313-0.656-0.406-1.016-0.453 0.047-0.906 0.094-1.359 0.156 0.031 0.047 0.047 0.109 0.063 0.156zM7.922 25.844c0.031-0.141 0.047-0.297 0.047-0.469-0.328-1.344-1.078-2.875-1.937-3.125-1.297-0.391-3.984 1.359-3.828 3.156 0.734 1.125 2.312 2.063 3.422 2.109 1.031 0.047 2.078-0.641 2.297-1.672zM7.969 23.172c0.187 0.516 0.375 1.203 0.422 1.859 1.937-1.125 4-2.063 6.125-2.719-2.234-1.188-3.938-2.766-5.625-4.453-0.125 0.078-0.297 0.141-0.453 0.203-0.016 0.047-0.016 0.094-0.031 0.141 0.266 0.156 0.453 0.344 0.344 0.578-0.125 0.234-0.5 0.438-0.875 0.531-0.125 0.156-0.297 0.281-0.453 0.375h-0.016c-0.016 0.781-0.016 1.563 0.016 2.344 0.219 0.391 0.406 0.797 0.547 1.141zM9.047 25.766c5.969 0.234 11.937 0.203 17.891 0-2.125-1.234-4.281-2.391-6.687-3.063-0.797 0.359-1.609 0.656-2.438 0.891-0.125 0.047-0.125 0.047-0.25 0-0.688-0.219-1.344-0.469-2.016-0.766-2.328 0.672-4.469 1.687-6.5 2.938h-0.016v0.016c0.016 0 0.016 0 0.016-0.016zM27.547 25.047c0.047-0.656 0.25-1.359 0.438-1.875 0.125-0.344 0.297-0.734 0.516-1.109l-0.016 0.016c0.031-0.797 0.047-1.594 0.047-2.391-0.172-0.094-0.328-0.234-0.469-0.391-0.375-0.078-0.75-0.297-0.875-0.516-0.109-0.234 0.078-0.438 0.344-0.594-0.016-0.031-0.031-0.094-0.031-0.141-0.172-0.047-0.313-0.109-0.438-0.187-1.828 1.703-3.781 3.281-5.984 4.438 2.25 0.672 4.391 1.625 6.469 2.75zM33.672 25.406c0.172-1.797-2.516-3.547-3.828-3.156-0.844 0.25-1.609 1.781-1.937 3.125 0 0.172 0.016 0.328 0.047 0.469 0.219 1.031 1.266 1.719 2.297 1.672 1.109-0.047 2.688-0.984 3.422-2.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opencart\" viewBox=\"0 0 43 28\">\n<title>opencart</title>\n<path d=\"M23.812 24.391c0 1.422-1.141 2.562-2.562 2.562s-2.578-1.141-2.578-2.562 1.156-2.578 2.578-2.578 2.562 1.156 2.562 2.578zM12.109 24.391c0 1.422-1.156 2.562-2.578 2.562s-2.562-1.141-2.562-2.562 1.141-2.578 2.562-2.578 2.578 1.156 2.578 2.578zM0 1.047c4.609 4.859 8.937 5.578 25.937 5.578s9.531 3.781-0.969 13.156c3.328-5.781 14.766-10.906-3.984-10.625-17.984 0.266-19.047-5.203-20.984-8.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expeditedssl\" viewBox=\"0 0 28 28\">\n<title>expeditedssl</title>\n<path d=\"M14 1c-7.172 0-13 5.828-13 13s5.828 13 13 13 13-5.828 13-13-5.828-13-13-13zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM7.75 13c0.141 0 0.25 0.109 0.25 0.25v7.5c0 0.141-0.109 0.25-0.25 0.25h-0.5c-0.141 0-0.25-0.109-0.25-0.25v-7.5c0-0.141 0.109-0.25 0.25-0.25h0.5zM14 14c1.109 0 2 0.891 2 2 0 0.734-0.406 1.375-1 1.719v1.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2zM14 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM8.5 9.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-1.937 1.563-3.5 3.5-3.5s3.5 1.563 3.5 3.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5zM22 21v-8c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery\" viewBox=\"0 0 36 28\">\n<title>battery</title>\n<path d=\"M30 8v12h-26v-12h26zM32 17h2v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5zM36 11v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-3\" viewBox=\"0 0 36 28\">\n<title>battery-3</title>\n<path d=\"M4 20v-12h20v12h-20zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-2\" viewBox=\"0 0 36 28\">\n<title>battery-2</title>\n<path d=\"M4 20v-12h14v12h-14zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-1\" viewBox=\"0 0 36 28\">\n<title>battery-1</title>\n<path d=\"M4 20v-12h8v12h-8zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-0\" viewBox=\"0 0 36 28\">\n<title>battery-0</title>\n<path d=\"M34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mouse-pointer\" viewBox=\"0 0 18 28\">\n<title>mouse-pointer</title>\n<path d=\"M17.703 16.297c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-5.969l3.141 7.438c0.219 0.516-0.031 1.094-0.531 1.313l-2.766 1.172c-0.516 0.219-1.094-0.031-1.313-0.531l-2.984-7.063-4.875 4.875c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-23.5c0-0.406 0.25-0.766 0.625-0.922 0.109-0.047 0.25-0.078 0.375-0.078 0.266 0 0.516 0.094 0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-i-cursor\" viewBox=\"0 0 14 28\">\n<title>i-cursor</title>\n<path d=\"M13 2c-3.313 0-5 1.172-5 3.5v6.5h2v2h-2v8.5c0 2.328 1.687 3.5 5 3.5h1v2h-1c-2.812 0-4.875-0.812-6-2.281-1.125 1.469-3.187 2.281-6 2.281h-1v-2h1c3.313 0 5-1.172 5-3.5v-8.5h-2v-2h2v-6.5c0-2.328-1.687-3.5-5-3.5h-1v-2h1c2.812 0 4.875 0.812 6 2.281 1.125-1.469 3.187-2.281 6-2.281h1v2h-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-group\" viewBox=\"0 0 32 28\">\n<title>object-group</title>\n<path d=\"M32 6h-2v16h2v6h-6v-2h-20v2h-6v-6h2v-16h-2v-6h6v2h20v-2h6v6zM28 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 26v-2h-2v2h2zM26 24v-2h2v-16h-2v-2h-20v2h-2v16h2v2h20zM30 26v-2h-2v2h2zM20 10h6v12h-14v-4h-6v-12h14v4zM8 16h10v-8h-10v8zM24 20v-8h-4v6h-6v2h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-ungroup\" viewBox=\"0 0 36 28\">\n<title>object-ungroup</title>\n<path d=\"M36 12h-2v10h2v6h-6v-2h-14v2h-6v-6h2v-2h-6v2h-6v-6h2v-10h-2v-6h6v2h14v-2h6v6h-2v2h6v-2h6v6zM32 8v2h2v-2h-2zM22 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 20v-2h-2v2h2zM24 18h-2v2h2v-2zM6 18h14v-2h2v-10h-2v-2h-14v2h-2v10h2v2zM14 26v-2h-2v2h2zM34 26v-2h-2v2h2zM32 22v-10h-2v-2h-6v6h2v6h-6v-2h-6v2h2v2h14v-2h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note\" viewBox=\"0 0 24 28\">\n<title>sticky-note</title>\n<path d=\"M16 19.5v6.5h-14.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5v14.5h-6.5c-0.828 0-1.5 0.672-1.5 1.5zM18 20h5.953c-0.141 0.75-0.547 1.594-1.016 2.063l-2.875 2.875c-0.469 0.469-1.313 0.875-2.063 1.016v-5.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note-o\" viewBox=\"0 0 24 28\">\n<title>sticky-note-o</title>\n<path d=\"M21.875 20h-3.875v3.875c0.266-0.094 0.531-0.234 0.641-0.344l2.891-2.891c0.109-0.109 0.25-0.375 0.344-0.641zM17.5 18h4.5v-14h-20v20h14v-4.5c0-0.828 0.672-1.5 1.5-1.5zM24 3.5v16c0 0.828-0.484 1.984-1.062 2.562l-2.875 2.875c-0.578 0.578-1.734 1.062-2.562 1.062h-16c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-jcb\" viewBox=\"0 0 36 28\">\n<title>cc-jcb</title>\n<path d=\"M30.484 15.594c0 0.562-0.375 0.969-0.844 1.062-0.063 0.016-0.203 0.031-0.281 0.031h-2.391v-2.188h2.391c0.078 0 0.219 0.016 0.281 0.031 0.469 0.094 0.844 0.516 0.844 1.062zM30.203 12.266c0 0.547-0.375 0.906-0.828 0.984-0.047 0.016-0.156 0.016-0.234 0.016h-2.172v-2.016h2.172c0.078 0 0.187 0.016 0.234 0.016 0.453 0.078 0.828 0.453 0.828 1zM11.375 14.828v-4.813h-3.563v4.813c0 1.172-0.797 2.047-2.234 2.047-1.219 0-2.422-0.359-3.578-0.922v1.75c1.875 0.516 4.25 0.516 4.25 0.516 3.969 0 5.125-1.516 5.125-3.391zM22.531 17.703v-1.766c-0.812 0.422-1.844 0.828-3.125 0.922-2.25 0.172-3.594-0.922-3.594-2.859s1.344-3.031 3.594-2.859c1.281 0.094 2.297 0.484 3.125 0.906v-1.75c-1.672-0.422-3.25-0.484-3.25-0.484-5.5-0.25-7.063 1.922-7.063 4.188s1.563 4.438 7.063 4.188c0 0 1.578-0.063 3.25-0.484zM34 15.906c0-1.156-1.031-1.906-2.375-2v-0.047c1.219-0.172 1.891-0.969 1.891-1.891 0-1.188-0.984-1.875-2.312-1.937-0.094 0-0.266-0.016-0.406-0.016h-7.109v7.969h7.672c1.516 0 2.641-0.812 2.641-2.078zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-diners-club\" viewBox=\"0 0 36 28\">\n<title>cc-diners-club</title>\n<path d=\"M13.406 19.391v-10.828c-2.172 0.844-3.719 2.953-3.719 5.422s1.547 4.578 3.719 5.406zM21.281 13.984c0-2.469-1.547-4.578-3.719-5.422v10.844c2.172-0.844 3.719-2.953 3.719-5.422zM24.641 13.984c0 5.047-4.094 9.156-9.156 9.156-5.047 0-9.156-4.109-9.156-9.156 0-5.063 4.109-9.156 9.156-9.156 5.063 0 9.156 4.094 9.156 9.156zM30.625 14.094c0-5.969-4.984-10.094-10.453-10.094h-4.703c-5.531 0-10.094 4.125-10.094 10.094 0 5.453 4.562 9.906 10.094 9.906h4.703c5.469 0 10.453-4.453 10.453-9.906zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clone\" viewBox=\"0 0 28 28\">\n<title>clone</title>\n<path d=\"M26 25.5v-17c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5zM28 8.5v17c0 1.375-1.125 2.5-2.5 2.5h-17c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5zM22 2.5v2.5h-2v-2.5c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h2.5v2h-2.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-balance-scale\" viewBox=\"0 0 34 28\">\n<title>balance-scale</title>\n<path d=\"M27 7l-6 11h12zM7 7l-6 11h12zM19.828 4c-0.297 0.844-0.984 1.531-1.828 1.828v20.172h9.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-21c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9.5v-20.172c-0.844-0.297-1.531-0.984-1.828-1.828h-7.672c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h7.672c0.422-1.172 1.516-2 2.828-2s2.406 0.828 2.828 2h7.672c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-7.672zM17 4.25c0.688 0 1.25-0.562 1.25-1.25s-0.562-1.25-1.25-1.25-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25zM34 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484v0zM14 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-o\" viewBox=\"0 0 24 28\">\n<title>hourglass-o</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-3.156 1.188-6.344 5.359-6.344 11.062h16c0-5.703-3.187-9.875-6.344-11.062-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-1\" viewBox=\"0 0 24 28\">\n<title>hourglass-1</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 0.688 0.047 1.359 0.141 2h15.719c0.094-0.641 0.141-1.313 0.141-2zM20 26c0-5.609-3.094-9.75-6.203-11h-3.594c-3.109 1.25-6.203 5.391-6.203 11h16z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-2\" viewBox=\"0 0 24 28\">\n<title>hourglass-2</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 2.281 0.516 4.297 1.328 6h13.344c0.812-1.703 1.328-3.719 1.328-6zM19.109 21c-1.156-3.016-3.234-5.156-5.313-6h-3.594c-2.078 0.844-4.156 2.984-5.313 6h14.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-3\" viewBox=\"0 0 24 28\">\n<title>hourglass-3</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-1.344 0.5-2.703 1.563-3.813 3.063h10.938c-1.109-1.5-2.469-2.562-3.813-3.063-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass\" viewBox=\"0 0 24 28\">\n<title>hourglass</title>\n<path d=\"M23.5 25c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23zM2.031 24c0.297-5.266 4.594-8.094 7.469-10-2.875-1.906-7.172-4.734-7.469-10h19.938c-0.297 5.266-4.594 8.094-7.469 10 2.875 1.906 7.172 4.734 7.469 10h-19.938zM23.5 0c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-grab-o\" viewBox=\"0 0 24 28\">\n<title>hand-grab-o</title>\n<path d=\"M12 6c-1.109 0-2 0.891-2 2v2h-0.5v-1.453c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v6.703l-0.5-0.469v-2.688c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v3.5c0 0.484 0.203 0.938 0.547 1.281l4.844 4.625c0.453 0.453 0.609 0.969 0.609 1.594 0 0.547 0.453 1 1 1h10c0.547 0 1-0.453 1-1v-0.391c0-0.406 0.047-0.812 0.156-1.203l1.687-6.813c0.109-0.391 0.156-0.797 0.156-1.203v-3.844c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v0.5h-0.5v-1.953c0-0.828-0.562-1.594-1.391-1.766-0.109-0.016-0.234-0.031-0.359-0.031-0.969 0-1.75 0.781-1.75 1.75v2h-0.5v-1.906c0-1.047-0.75-1.969-1.797-2.078-0.078-0.016-0.141-0.016-0.203-0.016zM12 4c0.844 0 1.656 0.266 2.328 0.781 0.578-0.344 1.25-0.531 1.922-0.531 1.234 0 2.375 0.594 3.078 1.609 0.297-0.078 0.609-0.109 0.922-0.109 2.094 0 3.75 1.719 3.75 3.797v3.844c0 0.562-0.078 1.141-0.203 1.687l-1.703 6.813c-0.094 0.375-0.094 0.734-0.094 1.109 0 1.656-1.344 3-3 3h-10c-1.781 0-3-1.422-3-3.141l-4.813-4.625c-0.734-0.703-1.188-1.703-1.188-2.734v-3.5c0-2.063 1.687-3.75 3.75-3.75 0.094 0 0.172 0 0.25 0.016 0.125-1.984 1.781-3.516 3.75-3.516 0.531 0 1.047 0.109 1.531 0.328 0.734-0.703 1.703-1.078 2.719-1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-paper-o\" viewBox=\"0 0 26 28\">\n<title>hand-paper-o</title>\n<path d=\"M13.75 2c-0.969 0-1.75 0.781-1.75 1.75v10.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v12.25l-2.406-3.203c-0.375-0.5-0.969-0.797-1.594-0.797-1.109 0-2 0.906-2 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h10.75c0.719 0 1.344-0.516 1.484-1.219l1.188-6.328c0.047-0.297 0.078-0.609 0.078-0.922v-7.781c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v4.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v8.25h-0.5v-10.25c0-0.969-0.781-1.75-1.75-1.75zM13.75 0c1.406 0 2.703 0.797 3.344 2.063 0.219-0.047 0.438-0.063 0.656-0.063 2.063 0 3.75 1.687 3.75 3.75v0.266c2.172-0.125 4 1.547 4 3.734v7.781c0 0.438-0.047 0.875-0.125 1.297l-1.188 6.312c-0.297 1.656-1.75 2.859-3.437 2.859h-10.75c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.203 1.781-4 4-4 0.656 0 1.453 0.156 2 0.531v-6.781c0-2.063 1.687-3.75 3.75-3.75 0.219 0 0.438 0.016 0.656 0.063 0.641-1.266 1.937-2.063 3.344-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-scissors-o\" viewBox=\"0 0 28 28\">\n<title>hand-scissors-o</title>\n<path d=\"M16.766 26h-2.766c-1.625 0-2.859-0.703-3.531-2.203-0.234-0.5-0.359-1.047-0.359-1.594v-0.078c-1.281-0.625-2.109-1.937-2.109-3.375 0-0.172 0-0.594 0.078-0.75h-4.078c-2.203 0-4-1.797-4-4s1.797-4 4-4h1.766l-0.688-0.266c-1.547-0.578-2.578-2.078-2.578-3.734 0-2.203 1.797-4 4-4 0.484 0 0.969 0.094 1.422 0.266l9.812 3.734h6.266c2.203 0 4 1.797 4 4v10.437c0 1.844-1.25 3.437-3.031 3.875l-5.297 1.328c-0.938 0.234-1.922 0.359-2.906 0.359zM16 14.891l-2.422 1.109-2.547 1.156c-0.625 0.281-1.031 0.906-1.031 1.594 0 0.969 0.781 1.75 1.75 1.75 0.25 0 0.5-0.047 0.719-0.156l5.281-2.406c-1.016-0.219-1.75-1.141-1.75-2.188v-0.859zM21 19.75c0-0.969-0.781-1.75-1.75-1.75-0.25 0-0.5 0.047-0.719 0.156l-4.531 2.063c-0.938 0.422-1.891 0.797-1.891 1.984 0 1.031 0.719 1.781 1.766 1.781 0.187 0 0.438-0.063 0.594-0.141l5.5-2.5c0.625-0.281 1.031-0.906 1.031-1.594zM17.375 8l-10.156-3.875c-0.234-0.078-0.469-0.125-0.719-0.125-1.094 0-2 0.891-2 2 0 0.828 0.516 1.578 1.281 1.875l8.219 3.125v1h-10c-1.109 0-2 0.891-2 2s0.891 2 2 2h8.359l3.641-1.656v-3.094c0-0.625 0.266-1.234 0.719-1.656l1.734-1.594h-1.078zM16.766 24c0.812 0 1.641-0.094 2.422-0.297l5.297-1.328c0.891-0.219 1.516-1.016 1.516-1.937v-10.437c0-1.109-0.891-2-2-2h-4.813l-2.125 1.969c-0.359 0.328-0.562 0.797-0.562 1.281v4.625c0 0.969 0.797 1.687 1.75 1.687 0.969 0 1.75-0.859 1.75-1.813v-3.25h0.5v3.25c0 0.703-0.344 1.359-0.891 1.781 1.094 0.172 1.891 1.125 1.891 2.219 0 0.875-0.516 1.687-1.313 2.047l-4.844 2.203h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-lizard-o\" viewBox=\"0 0 32 28\">\n<title>hand-lizard-o</title>\n<path d=\"M17.984 0c1.266 0 2.484 0.609 3.234 1.641l8.937 12.203c1.203 1.625 1.844 3.578 1.844 5.609v5.547c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-2.766l-4.469-2.234h-8.531c-1.656 0-3-1.344-3-3v-0.5c0-2.484 2.016-4.5 4.5-4.5h6.563l0.656-2h-10.719c-2.078 0-3.813-1.594-3.984-3.656-0.656-0.797-1.016-1.813-1.016-2.844v-0.5c0-1.656 1.344-3 3-3h14.984zM30 25v-5.547c0-1.578-0.516-3.156-1.453-4.438l-8.953-12.203c-0.375-0.5-0.969-0.812-1.609-0.812h-14.984c-0.547 0-1 0.453-1 1 0 0.828 0.016 1.406 0.562 2.078 0.203-0.641 0.781-1.078 1.437-1.078h13v0.5h-13c-0.547 0-1 0.453-1 1 0 0.297-0.016 0.609 0.047 0.906 0.172 0.922 1.016 1.594 1.953 1.594h11.422c0.828 0 1.5 0.672 1.5 1.5 0 0.156-0.031 0.328-0.078 0.469l-1 3c-0.203 0.609-0.781 1.031-1.422 1.031h-6.922c-1.375 0-2.5 1.125-2.5 2.5v0.5c0 0.547 0.453 1 1 1h8.766c0.156 0 0.313 0.031 0.453 0.109l4.953 2.469c0.5 0.266 0.828 0.781 0.828 1.344v3.078c0 0.547 0.453 1 1 1h6c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-spock-o\" viewBox=\"0 0 30 28\">\n<title>hand-spock-o</title>\n<path d=\"M7.172 28c-1.609 0-3-1.094-3.391-2.656l-1.578-6.266c-0.125-0.547-0.203-1.125-0.203-1.687 0-0.359 0-0.703-0.078-1.047l-1.813-7.453c-0.078-0.297-0.109-0.594-0.109-0.891 0-1.937 1.469-3.531 3.391-3.734 0.344-1.766 1.859-3.016 3.672-3.016 1.734 0 3.234 1.188 3.641 2.875l1.297 5.437 1.609-6.687c0.406-1.687 1.906-2.875 3.641-2.875 1.859 0 3.391 1.344 3.687 3.156 1.922 0.219 3.313 1.844 3.313 3.766 0 0.297-0.047 0.609-0.109 0.922l-1.922 8c1.25-0.938 2.156-1.844 3.797-1.844 2.172 0 3.984 1.766 3.984 3.953 0 1.313-0.641 2.531-1.672 3.313l-7.922 5.938c-0.688 0.516-1.531 0.797-2.391 0.797h-10.844zM17.25 2c-0.797 0-1.5 0.562-1.687 1.344l-2.562 10.656h-1.984l-2.266-9.406c-0.187-0.781-0.891-1.344-1.687-1.344-1 0-1.75 0.797-1.75 1.766 0 0.156 0.016 0.297 0.047 0.438l2.063 8.547h-0.406l-1.547-6.375c-0.187-0.766-0.891-1.375-1.703-1.375-0.969 0-1.766 0.781-1.766 1.75 0 0.141 0.016 0.281 0.047 0.406l1.813 7.469c0.219 0.906 0.063 1.813 0.297 2.719l1.563 6.266c0.172 0.672 0.766 1.141 1.453 1.141h10.844c0.422 0 0.844-0.141 1.188-0.406l7.922-5.922c0.531-0.406 0.875-1.047 0.875-1.719 0-1.094-0.906-1.953-1.984-1.953-0.438 0-0.859 0.141-1.203 0.406l-4.797 3.594v-3.547c0-0.125 2.016-8.406 2.172-9.078 0.031-0.141 0.063-0.297 0.063-0.453 0-0.969-0.734-1.797-1.734-1.797-0.812 0-1.516 0.562-1.703 1.344l-1.813 7.531h-0.406l2.344-9.75c0.031-0.141 0.047-0.297 0.047-0.438 0-0.984-0.719-1.813-1.734-1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-pointer-o\" viewBox=\"0 0 26 28\">\n<title>hand-pointer-o</title>\n<path d=\"M10 2c-1.109 0-2 0.891-2 2v14l-2.359-3.156c-0.391-0.516-1.016-0.844-1.672-0.844-1.094 0-1.969 0.922-1.969 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h11.219c0.453 0 0.859-0.313 0.969-0.75l1.437-5.75c0.25-1 0.375-2.016 0.375-3.031v-3.391c0-0.828-0.641-1.578-1.5-1.578-0.828 0-1.5 0.672-1.5 1.5h-0.5v-0.953c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v1h-0.5v-1.406c0-1.125-0.859-2.094-2-2.094-1.109 0-2 0.891-2 2v1.5h-0.5v-8.906c0-1.125-0.859-2.094-2-2.094zM10 0c2.234 0 4 1.875 4 4.094v3.437c0.172-0.016 0.328-0.031 0.5-0.031 1.016 0 1.969 0.391 2.703 1.078 0.484-0.219 1.016-0.328 1.547-0.328 1.125 0 2.172 0.5 2.875 1.359 0.297-0.078 0.578-0.109 0.875-0.109 1.969 0 3.5 1.641 3.5 3.578v3.391c0 1.172-0.141 2.359-0.438 3.516l-1.437 5.75c-0.328 1.328-1.531 2.266-2.906 2.266h-11.219c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.188 1.781-4 3.969-4 0.719 0 1.422 0.187 2.031 0.547v-8.547c0-2.203 1.797-4 4-4zM12 22v-6h-0.5v6h0.5zM16 22v-6h-0.5v6h0.5zM20 22v-6h-0.5v6h0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-peace-o\" viewBox=\"0 0 24 28\">\n<title>hand-peace-o</title>\n<path d=\"M20.125 10.109c0.578 0 1.156 0.109 1.672 0.359 1.5 0.672 2.203 1.906 2.203 3.531v2.766c0 0.984-0.125 1.969-0.359 2.906l-1.328 5.297c-0.438 1.781-2.031 3.031-3.875 3.031h-10.437c-2.203 0-4-1.797-4-4v-6.266l-3.734-9.812c-0.172-0.453-0.266-0.938-0.266-1.422 0-2.203 1.797-4 4-4 1.656 0 3.156 1.031 3.734 2.578l0.266 0.688v-1.766c0-2.203 1.797-4 4-4s4 1.797 4 4v4.078c0.25-0.047 0.5-0.078 0.75-0.078 1.437 0 2.75 0.828 3.375 2.109zM16.75 10c-0.688 0-1.313 0.406-1.594 1.031l-1.156 2.547-1.109 2.422h0.859c1.047 0 1.969 0.734 2.188 1.75l2.406-5.281c0.109-0.219 0.156-0.469 0.156-0.719 0-0.969-0.781-1.75-1.75-1.75zM20.203 12.109c-1.188 0-1.563 0.953-1.984 1.891l-2.063 4.531c-0.109 0.219-0.156 0.469-0.156 0.719 0 0.969 0.781 1.75 1.75 1.75 0.688 0 1.313-0.406 1.594-1.031l2.5-5.5c0.078-0.156 0.141-0.406 0.141-0.594 0-1.047-0.75-1.766-1.781-1.766zM2 6.5c0 0.25 0.047 0.484 0.125 0.719l3.875 10.156v1.078l1.594-1.734c0.422-0.453 1.031-0.719 1.656-0.719h3.094l1.656-3.641v-8.359c0-1.109-0.891-2-2-2s-2 0.891-2 2v10h-1l-3.125-8.219c-0.297-0.766-1.047-1.281-1.875-1.281-1.109 0-2 0.906-2 2zM18.438 26c0.922 0 1.719-0.625 1.937-1.516l1.328-5.297c0.203-0.781 0.297-1.609 0.297-2.422v-1.422l-2.203 4.844c-0.359 0.797-1.172 1.313-2.047 1.313-1.094 0-2.047-0.797-2.219-1.891-0.422 0.547-1.078 0.891-1.781 0.891h-3.25v-0.5h3.25c0.953 0 1.813-0.781 1.813-1.75 0-0.953-0.719-1.75-1.687-1.75h-4.625c-0.484 0-0.953 0.203-1.281 0.562l-1.969 2.125v4.813c0 1.109 0.891 2 2 2h10.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trademark\" viewBox=\"0 0 31 28\">\n<title>trademark</title>\n<path d=\"M13.391 8.5v1.828c0 0.266-0.234 0.484-0.5 0.484h-4.656v12.688c0 0.281-0.219 0.5-0.484 0.5h-2.109c-0.281 0-0.5-0.219-0.5-0.5v-12.688h-4.641c-0.281 0-0.5-0.219-0.5-0.484v-1.828c0-0.281 0.219-0.5 0.5-0.5h12.391c0.266 0 0.5 0.219 0.5 0.5zM29.609 8.453l1.203 15.016c0.016 0.141-0.031 0.266-0.125 0.375-0.094 0.094-0.219 0.156-0.359 0.156h-2.094c-0.25 0-0.469-0.203-0.484-0.453l-0.719-9.188-2.953 6.641c-0.078 0.187-0.25 0.297-0.453 0.297h-1.875c-0.187 0-0.359-0.109-0.453-0.297l-2.938-6.672-0.703 9.219c-0.016 0.25-0.234 0.453-0.484 0.453h-2.109c-0.141 0-0.266-0.063-0.359-0.156-0.094-0.109-0.141-0.234-0.141-0.375l1.219-15.016c0.016-0.25 0.234-0.453 0.484-0.453h2.219c0.203 0 0.375 0.125 0.453 0.297l3.437 8.125c0.109 0.25 0.219 0.531 0.313 0.797 0.109-0.266 0.203-0.547 0.313-0.797l3.453-8.125c0.078-0.172 0.25-0.297 0.453-0.297h2.203c0.266 0 0.484 0.203 0.5 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-registered\" viewBox=\"0 0 28 28\">\n<title>registered</title>\n<path d=\"M16.281 10.984c0-0.906-0.313-1.547-0.938-1.891-0.313-0.172-0.75-0.281-1.828-0.281h-1.922v4.391h2.531c1.375 0 2.156-0.812 2.156-2.219zM17.094 15.437l3.203 5.828c0.078 0.156 0.078 0.344-0.016 0.484-0.078 0.156-0.25 0.25-0.422 0.25h-2.375c-0.187 0-0.359-0.094-0.438-0.266l-3.031-5.703h-2.422v5.469c0 0.281-0.219 0.5-0.5 0.5h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h4.594c1.641 0 2.359 0.141 2.969 0.375 1.766 0.656 2.859 2.391 2.859 4.516 0 1.922-0.953 3.547-2.469 4.297 0.047 0.078 0.094 0.156 0.141 0.25zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-creative-commons\" viewBox=\"0 0 28 28\">\n<title>creative-commons</title>\n<path d=\"M9.453 19.266c2.562 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.047-0.562l-0.703-1.281c-0.063-0.141-0.219-0.234-0.375-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.297 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.078 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM19.297 19.266c2.578 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.063-0.562l-0.703-1.281c-0.078-0.141-0.219-0.234-0.391-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.313 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.063 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg\" viewBox=\"0 0 32 28\">\n<title>gg</title>\n<path d=\"M11.5 12.5l6 6-6 6-10.5-10.5 10.5-10.5 2.625 2.625-1.5 1.5-1.125-1.125-7.5 7.5 7.5 7.5 3.016-3.016-4.516-4.484zM20.5 3.5l10.5 10.5-10.5 10.5-2.625-2.625 1.5-1.5 1.125 1.125 7.5-7.5-7.5-7.5-3.016 3.016 4.516 4.484-1.5 1.5-6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg-circle\" viewBox=\"0 0 28 28\">\n<title>gg-circle</title>\n<path d=\"M11.203 21.156l4.234-4.234-4.359-4.359-1.375 1.375 3 2.984-1.5 1.5-4.359-4.359 4.359-4.359 0.625 0.625 1.359-1.359-1.984-2-7.094 7.094zM16.797 21.031l7.094-7.094-7.094-7.094-4.234 4.234 4.359 4.359 1.375-1.375-3-2.984 1.5-1.5 4.359 4.359-4.359 4.359-0.625-0.625-1.359 1.375zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tripadvisor\" viewBox=\"0 0 36 28\">\n<title>tripadvisor</title>\n<path d=\"M10.172 15.578c0 0.812-0.656 1.469-1.453 1.469-0.812 0-1.469-0.656-1.469-1.469 0-0.797 0.656-1.453 1.469-1.453 0.797 0 1.453 0.656 1.453 1.453zM28.203 15.563c0 0.812-0.656 1.469-1.469 1.469s-1.469-0.656-1.469-1.469 0.656-1.453 1.469-1.453 1.469 0.641 1.469 1.453zM11.953 15.578c0-1.656-1.359-3.016-3.016-3.016-1.672 0-3.016 1.359-3.016 3.016 0 1.672 1.344 3.016 3.016 3.016 1.656 0 3.016-1.344 3.016-3.016zM29.969 15.563c0-1.656-1.344-3.016-3.016-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.016-1.344 3.016-3.016zM13.281 15.578c0 2.406-1.937 4.359-4.344 4.359s-4.359-1.953-4.359-4.359c0-2.391 1.953-4.344 4.359-4.344s4.344 1.953 4.344 4.344zM31.313 15.563c0 2.406-1.953 4.344-4.359 4.344-2.391 0-4.344-1.937-4.344-4.344s1.953-4.344 4.344-4.344c2.406 0 4.359 1.937 4.359 4.344zM16.25 15.609c0-3.984-3.234-7.219-7.219-7.219-3.969 0-7.203 3.234-7.203 7.219s3.234 7.219 7.203 7.219c3.984 0 7.219-3.234 7.219-7.219zM26.688 6.656c-2.578-1.125-5.484-1.734-8.687-1.734s-6.391 0.609-8.953 1.719c4.953 0.016 8.953 4.016 8.953 8.969 0-4.859 3.859-8.813 8.687-8.953zM34.172 15.609c0-3.984-3.219-7.219-7.203-7.219s-7.219 3.234-7.219 7.219 3.234 7.219 7.219 7.219 7.203-3.234 7.203-7.219zM30.016 6.766h5.984c-0.938 1.094-1.625 2.562-1.797 3.578 1.078 1.484 1.719 3.297 1.719 5.266 0 4.953-4.016 8.953-8.953 8.953-2.812 0-5.313-1.281-6.953-3.297 0 0-0.734 0.875-2.016 2.797-0.219-0.453-1.328-2.031-2-2.812-1.641 2.031-4.156 3.313-6.969 3.313-4.937 0-8.953-4-8.953-8.953 0-1.969 0.641-3.781 1.719-5.266-0.172-1.016-0.859-2.484-1.797-3.578h5.703c3.063-2.047 7.516-3.328 12.297-3.328s8.953 1.281 12.016 3.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki\" viewBox=\"0 0 20 28\">\n<title>odnoklassniki</title>\n<path d=\"M10 14.172c-3.906 0-7.094-3.172-7.094-7.078 0-3.922 3.187-7.094 7.094-7.094s7.094 3.172 7.094 7.094c0 3.906-3.187 7.078-7.094 7.078zM10 3.594c-1.922 0-3.484 1.563-3.484 3.5 0 1.922 1.563 3.484 3.484 3.484s3.484-1.563 3.484-3.484c0-1.937-1.563-3.5-3.484-3.5zM18.172 15.031c0.688 1.406-0.094 2.078-1.875 3.234-1.5 0.953-3.563 1.328-4.922 1.469l1.141 1.125 4.172 4.172c0.625 0.641 0.625 1.672 0 2.297l-0.187 0.203c-0.641 0.625-1.672 0.625-2.312 0-1.047-1.062-2.578-2.594-4.172-4.188l-4.172 4.188c-0.641 0.625-1.672 0.625-2.297 0l-0.187-0.203c-0.641-0.625-0.641-1.656 0-2.297 1.062-1.062 2.578-2.594 4.172-4.172l1.125-1.125c-1.344-0.141-3.437-0.5-4.953-1.469-1.781-1.156-2.562-1.828-1.875-3.234 0.406-0.797 1.516-1.469 2.984-0.313 0 0 1.984 1.578 5.187 1.578s5.187-1.578 5.187-1.578c1.469-1.156 2.578-0.484 2.984 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki-square\" viewBox=\"0 0 24 28\">\n<title>odnoklassniki-square</title>\n<path d=\"M14.484 9.063c0 1.375-1.109 2.484-2.484 2.484s-2.484-1.109-2.484-2.484 1.109-2.484 2.484-2.484 2.484 1.109 2.484 2.484zM17.828 14.734c-0.281-0.562-1.078-1.047-2.125-0.219 0 0-1.422 1.125-3.703 1.125s-3.703-1.125-3.703-1.125c-1.047-0.828-1.844-0.344-2.125 0.219-0.5 1 0.063 1.484 1.328 2.312 1.078 0.688 2.578 0.953 3.531 1.047l-0.797 0.812c-1.125 1.125-2.219 2.219-2.984 2.969-0.453 0.453-0.453 1.188 0 1.641l0.141 0.141c0.453 0.453 1.188 0.453 1.641 0l2.984-2.984c1.125 1.141 2.219 2.234 2.984 2.984 0.453 0.453 1.188 0.453 1.641 0l0.141-0.141c0.453-0.453 0.453-1.188 0-1.641l-2.984-2.969-0.812-0.812c0.969-0.094 2.438-0.359 3.516-1.047 1.266-0.828 1.828-1.313 1.328-2.312zM17.063 9.063c0-2.797-2.266-5.063-5.063-5.063s-5.063 2.266-5.063 5.063 2.266 5.063 5.063 5.063 5.063-2.266 5.063-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-get-pocket\" viewBox=\"0 0 27 28\">\n<title>get-pocket</title>\n<path d=\"M24.453 2c1.359 0 2.422 1.094 2.422 2.438v8.109c0 7.484-5.984 13.453-13.422 13.453-7.469 0-13.453-5.969-13.453-13.453v-8.109c0-1.328 1.109-2.438 2.438-2.438h22.016zM13.453 18.625c0.469 0 0.938-0.187 1.281-0.516l6.312-6.062c0.359-0.344 0.578-0.828 0.578-1.328 0-1.016-0.828-1.844-1.844-1.844-0.484 0-0.938 0.187-1.281 0.516l-5.047 4.844-5.047-4.844c-0.344-0.328-0.797-0.516-1.266-0.516-1.016 0-1.844 0.828-1.844 1.844 0 0.5 0.203 0.984 0.562 1.328l6.328 6.062c0.328 0.328 0.797 0.516 1.266 0.516z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wikipedia-w\" viewBox=\"0 0 36 28\">\n<title>wikipedia-w</title>\n<path d=\"M23.344 25.609l-4.609-10.859c-1.828 3.578-3.844 7.313-5.578 10.859-0.016 0.016-0.844 0-0.844-0.016-2.641-6.172-5.406-12.297-8.047-18.484-0.641-1.5-2.781-3.938-4.25-3.922 0-0.172-0.016-0.562-0.016-0.797h9.109v0.781c-1.078 0.063-2.969 0.75-2.438 1.922 1.234 2.797 5.828 13.516 7.063 16.234 0.844-1.672 3.25-6.141 4.234-8.031-0.781-1.594-3.297-7.531-4.094-9-0.547-1-2.031-1.094-3.141-1.109v-0.781l8.016 0.016v0.734c-1.094 0.031-2.141 0.438-1.656 1.469 1.062 2.25 1.719 3.828 2.703 5.891 0.313-0.609 1.953-3.906 2.703-5.672 0.5-1.156-0.219-1.609-2.172-1.656 0.016-0.203 0-0.578 0.016-0.766 2.5-0.016 6.25-0.016 6.922-0.031v0.766c-1.266 0.047-2.578 0.719-3.266 1.781l-3.328 6.906c0.359 0.906 3.563 8.031 3.891 8.813l6.891-15.891c-0.484-1.297-2.047-1.578-2.656-1.594v-0.781l7.187 0.063 0.016 0.031-0.016 0.688c-1.578 0.047-2.531 0.891-3.141 2.266-1.406 3.25-5.812 13.5-8.734 20.172h-0.766z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-safari\" viewBox=\"0 0 28 28\">\n<title>safari</title>\n<path d=\"M14.828 13.953c0 0.516-0.359 1-0.906 1-0.516 0-1-0.375-1-0.906 0-0.516 0.375-1 0.922-1 0.5 0 0.984 0.359 0.984 0.906zM15.062 14.859l5.469-9.078c-0.734 0.688-7.578 6.984-7.766 7.313l-5.453 9.063c0.719-0.672 7.578-7 7.75-7.297zM25.172 14c0 2.047-0.562 4.062-1.625 5.797-0.156-0.078-0.812-0.547-0.938-0.547-0.109 0-0.203 0.094-0.203 0.203 0 0.203 0.734 0.578 0.922 0.688-1.547 2.344-3.938 4.031-6.656 4.703l-0.25-1.047c-0.016-0.141-0.109-0.156-0.234-0.156-0.109 0-0.172 0.156-0.156 0.234l0.25 1.062c-0.75 0.156-1.516 0.234-2.281 0.234-2.047 0-4.062-0.578-5.812-1.641 0.094-0.156 0.688-1.016 0.688-1.141 0-0.109-0.094-0.203-0.203-0.203-0.219 0-0.688 0.938-0.828 1.125-2.359-1.563-4.062-3.984-4.719-6.75l1.078-0.234c0.125-0.031 0.156-0.125 0.156-0.234s-0.156-0.172-0.25-0.156l-1.062 0.234c-0.141-0.719-0.219-1.437-0.219-2.172 0-2.094 0.594-4.156 1.703-5.922 0.156 0.094 0.906 0.609 1.031 0.609 0.109 0 0.203-0.078 0.203-0.187 0-0.219-0.828-0.641-1.016-0.766 1.594-2.328 4.016-4 6.766-4.625l0.234 1.047c0.031 0.125 0.125 0.156 0.234 0.156s0.172-0.156 0.156-0.25l-0.234-1.031c0.688-0.125 1.391-0.203 2.094-0.203v0c2.094 0 4.141 0.594 5.922 1.703-0.109 0.156-0.609 0.891-0.609 1.016 0 0.109 0.078 0.203 0.187 0.203 0.219 0 0.641-0.812 0.75-1 2.312 1.563 3.969 3.953 4.609 6.672l-0.875 0.187c-0.141 0.031-0.156 0.125-0.156 0.25 0 0.109 0.156 0.172 0.234 0.156l0.891-0.203c0.141 0.719 0.219 1.453 0.219 2.187zM26.5 14c0-6.906-5.594-12.5-12.5-12.5s-12.5 5.594-12.5 12.5 5.594 12.5 12.5 12.5 12.5-5.594 12.5-12.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chrome\" viewBox=\"0 0 30 28\">\n<title>chrome</title>\n<path d=\"M13.953 0c2.391-0.016 4.828 0.594 7.047 1.875 2.453 1.422 4.312 3.469 5.5 5.812l-11.594-0.609c-3.281-0.187-6.406 1.656-7.484 4.75l-4.312-6.625c2.688-3.344 6.719-5.187 10.844-5.203zM2.281 6.328l5.266 10.359c1.484 2.922 4.625 4.703 7.875 4.094l-3.594 7.047c-6.703-1.031-11.828-6.828-11.828-13.828 0-2.828 0.844-5.469 2.281-7.672zM27.062 8.969c2.453 6.312 0 13.656-6.062 17.156-2.453 1.422-5.156 2-7.781 1.859l6.328-9.734c1.797-2.766 1.766-6.375-0.375-8.875zM14 9.281c2.609 0 4.719 2.109 4.719 4.719s-2.109 4.719-4.719 4.719-4.719-2.109-4.719-4.719 2.109-4.719 4.719-4.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-firefox\" viewBox=\"0 0 27 28\">\n<title>firefox</title>\n<path d=\"M14.109 28c-6.031 0-10.828-3.531-13.031-8.578-2.469-5.609-0.5-14.594 3.891-18.562l-0.172 4.391c0.219-0.281 1.891-0.359 2.156 0 0.906-1.734 3.828-3.031 6.172-3.078-0.891 0.75-2.953 3.484-2.781 4.875 1.141 0.359 2.891 0.375 3.813 0.438 0.281 0.156 0.234 1.109-0.328 1.891 0 0-0.734 1.016-2.719 1.375l0.234 2.953-2.172-1.047c-0.703 1.781 0.984 3.359 2.734 3.063 1.937-0.328 2.625-1.594 3.984-1.516 1.344 0.078 1.875 0.828 1.703 1.531 0 0-0.219 0.844-1.672 0.703-1.234 1.953-2.875 2.812-5.531 2.578 4.031 3.344 9.469 0.313 10.844-2.422 1.375-2.719 0.172-6.766-1.203-7.906 1.625 0.703 2.75 1.422 3.344 3 0.313-3.5-1.297-7.469-4.172-9.797 5.406 1.578 8.703 5.766 8.797 12.453s-5.922 13.656-13.891 13.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opera\" viewBox=\"0 0 28 28\">\n<title>opera</title>\n<path d=\"M23.328 3.563c-1.641-1.094-3.563-1.719-5.609-1.719-3.328 0-6.266 1.703-8.328 4.266-1.5 1.875-2.547 4.531-2.625 7.562v0.656c0.078 3.031 1.125 5.688 2.625 7.562 2.063 2.562 5 4.266 8.328 4.266 2.047 0 3.969-0.625 5.609-1.719-2.469 2.219-5.75 3.563-9.328 3.563-0.219 0-0.453 0-0.672-0.016-7.422-0.344-13.328-6.469-13.328-13.984 0-7.734 6.266-14 14-14h0.047c3.563 0.016 6.813 1.359 9.281 3.563zM28 14c0 4.078-1.75 7.734-4.531 10.297-1.062 0.641-2.234 0.984-3.469 0.984-1.437 0-2.797-0.469-3.984-1.313 3.172-1.156 5.516-5.172 5.516-9.969 0-4.781-2.328-8.797-5.5-9.969 1.188-0.828 2.531-1.297 3.969-1.297 1.266 0 2.453 0.359 3.531 1.016 2.75 2.562 4.469 6.203 4.469 10.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-internet-explorer\" viewBox=\"0 0 28 28\">\n<title>internet-explorer</title>\n<path d=\"M28 14.641c0 0.547-0.031 1.094-0.109 1.625h-17.984c0 3.109 2.734 5.359 5.734 5.359 2.031 0 3.984-1 5.031-2.766h6.609c-1.781 5.016-6.547 8.375-11.859 8.375-1.922 0-3.844-0.453-5.563-1.297-1.75 0.891-4.203 1.813-6.156 1.813-2.625 0-3.703-1.609-3.703-4.109 0-1.453 0.313-2.906 0.703-4.297 0.25-0.906 1.25-2.75 1.703-3.578 1.922-3.484 4.453-6.828 7.422-9.469-2.391 1.031-4.984 3.625-6.672 5.531 1.313-5.719 6.406-9.766 12.266-9.766 0.234 0 0.469 0 0.703 0.016 1.937-0.891 4.641-1.828 6.766-1.828 2.531 0 4.703 0.969 4.703 3.828 0 1.5-0.578 3.125-1.172 4.469 1.031 1.859 1.578 3.969 1.578 6.094zM26.906 4.641c0-1.75-1.25-2.828-2.969-2.828-1.313 0-2.797 0.531-3.969 1.094 2.531 0.984 4.703 2.797 6.141 5.109 0.391-1.031 0.797-2.281 0.797-3.375zM2 23.969c0 1.813 1.078 2.797 2.859 2.797 1.391 0 2.938-0.625 4.156-1.297-2.547-1.5-4.516-3.891-5.484-6.687-0.719 1.5-1.531 3.5-1.531 5.187zM9.875 12.828h11.375c-0.109-3.016-2.766-5.187-5.688-5.187-2.938 0-5.578 2.172-5.688 5.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-television\" viewBox=\"0 0 30 28\">\n<title>television</title>\n<path d=\"M28 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 4.5v15c0 1.375-1.125 2.5-2.5 2.5h-11.5v2h5.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-2h-11.5c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-contao\" viewBox=\"0 0 28 28\">\n<title>contao</title>\n<path d=\"M2.156 2h3.078c-0.734 0.672-1.391 1.453-1.969 2.328-2.422 3.734-1.437 7.828-0.5 12.234 0.766 3.578 1.406 6.984 3.641 9.438h-4.25c-1 0-1.813-0.812-1.813-1.813v-20.375c0-1 0.812-1.813 1.813-1.813zM21.031 2h4.813c1 0 1.813 0.812 1.813 1.813v20.375c0 1-0.812 1.813-1.813 1.813h-2.781c2.063-2.047 3.234-5.016 3.063-8.828l-7.328 1.578c-0.094 1.734-0.688 3.406-3.063 3.906-1.328 0.281-2.422-0.031-3.109-0.625-0.844-0.719-1.516-1.656-2.641-7-1.141-5.359-0.906-6.484-0.438-7.484 0.391-0.812 1.266-1.563 2.578-1.844 2.391-0.5 3.609 0.797 4.406 2.344l7.313-1.563c-0.719-1.844-1.672-3.344-2.812-4.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-500px\" viewBox=\"0 0 22 28\">\n<title>500px</title>\n<path d=\"M21.891 24.172l-0.094 0.094c-1.172 1.172-2.531 2.094-4.047 2.734-1.578 0.656-3.234 1-4.953 1s-3.391-0.344-4.953-1c-1.516-0.641-2.891-1.563-4.047-2.734-1.172-1.156-2.094-2.516-2.734-4.031-0.391-0.953-0.703-1.937-0.844-2.953v0c-0.063-0.438 0.547-0.531 0.75-0.562 0.484-0.078 0.812-0.047 0.875 0.313 0.016 0.016 0.016 0.031 0.016 0.063 0.063 0.313 0.219 1.25 0.719 2.484 0.516 1.281 1.313 2.469 2.375 3.531 1.016 1.016 2.203 1.813 3.531 2.375 1.359 0.578 2.812 0.875 4.312 0.875 1.484 0 2.938-0.297 4.312-0.875 1.313-0.562 2.5-1.359 3.516-2.375l0.094-0.094c0.109-0.109 0.234-0.141 0.391-0.094 0.141 0.031 0.313 0.156 0.516 0.344v0c0.5 0.516 0.391 0.766 0.266 0.906zM14.516 14.562l-1.031 1.031 0.984 0.984c0.109 0.109 0.313 0.344-0.109 0.766-0.172 0.172-0.344 0.266-0.5 0.266-0.109 0-0.203-0.047-0.297-0.156l-0.969-0.953-1.031 1.031c-0.031 0.031-0.109 0.078-0.234 0.078-0.141 0-0.313-0.078-0.484-0.25l-0.031-0.031c-0.109-0.094-0.281-0.266-0.281-0.453 0-0.094 0.047-0.172 0.125-0.266l1.031-1.016-1.031-1.031c-0.172-0.172-0.094-0.391 0.219-0.703 0.187-0.187 0.344-0.281 0.484-0.281 0.078 0 0.141 0.031 0.203 0.078l1.016 1.031 1.016-1.016c0.172-0.172 0.453-0.094 0.75 0.203 0.187 0.187 0.391 0.453 0.172 0.688zM21.875 15.453c0 1.234-0.25 2.438-0.719 3.563-0.469 1.094-1.125 2.063-1.969 2.906s-1.828 1.5-2.922 1.969c-1.125 0.484-2.328 0.719-3.563 0.719s-2.438-0.234-3.563-0.719c-1.094-0.469-2.078-1.125-2.922-1.969s-1.5-1.813-1.953-2.906c-0.094-0.203-0.234-0.594-0.234-0.625h-0.016c-0.141-0.438 0.484-0.625 0.672-0.688 0.453-0.141 0.797-0.203 0.938 0.187 0.375 1 0.953 1.969 1.516 2.609h0.016v-5.328c0.031-1.313 0.578-2.641 1.594-3.625 1.047-1.031 2.453-1.609 3.953-1.609 3.063 0 5.547 2.469 5.547 5.5 0 3.063-2.5 5.547-5.547 5.547-0.609 0-1.062-0.047-1.75-0.25-0.078-0.031-0.438-0.187-0.203-0.953 0.063-0.203 0.25-0.797 0.688-0.672 0.031 0 0.797 0.187 1.203 0.187 2.172 0 3.875-1.687 3.875-3.844 0-1.016-0.406-1.969-1.125-2.672-0.719-0.719-1.687-1.109-2.734-1.109-1.078 0-2.063 0.438-2.781 1.25-0.625 0.703-1 1.641-1 2.5v6.453c1.125 0.688 2.422 1.047 3.781 1.047 2 0 3.937-0.797 5.328-2.188 1.406-1.406 2.188-3.297 2.188-5.281 0-2-0.781-3.875-2.203-5.297-1.406-1.406-3.281-2.188-5.297-2.188s-3.906 0.781-5.313 2.188c-0.016 0.016-0.906 0.938-1.203 1.359l-0.031 0.031c-0.187 0.266-0.359 0.516-1.141 0.344-0.391-0.094-0.812-0.328-0.812-0.672v-10.625c0-0.281 0.219-0.594 0.594-0.594h13.703c0.469 0 0.469 0.656 0.469 0.859 0 0.219 0 0.859-0.469 0.859h-12.672v7.547h0.016c0.875-0.922 2.391-1.891 3.281-2.266 1.109-0.469 2.359-0.719 3.609-0.719 1.234 0 2.438 0.234 3.563 0.719 1.094 0.469 2.078 1.125 2.922 1.969s1.5 1.813 1.969 2.906c0.469 1.141 0.719 2.328 0.719 3.578zM21.391 6.375c0.297 0.266 0.094 0.547-0.203 0.891-0.187 0.187-0.391 0.406-0.609 0.406-0.094 0-0.172-0.031-0.25-0.109-1.125-0.969-2.141-1.625-3.234-2.078-1.359-0.594-2.812-0.875-4.312-0.875-1.328 0-2.781 0.266-4.094 0.766-0.406 0.156-0.625-0.375-0.703-0.578-0.094-0.25-0.141-0.453-0.125-0.594 0.031-0.156 0.109-0.266 0.25-0.313 1.281-0.562 3.031-0.891 4.672-0.891 1.703 0 3.375 0.344 4.937 1 1.437 0.609 2.609 1.359 3.672 2.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-amazon\" viewBox=\"0 0 28 28\">\n<title>amazon</title>\n<path d=\"M24.234 23.063c0.469-0.234 0.828 0.125 0.344 0.75s-4.375 4.188-10.906 4.188-11.531-4.469-13.062-6.312c-0.422-0.484 0.063-0.703 0.344-0.516 4.578 2.781 11.734 7.359 23.281 1.891zM27.469 21.266c0.234 0.313 0 1.687-0.406 2.688-0.406 0.984-1 1.672-1.328 1.937-0.344 0.281-0.594 0.172-0.406-0.234s1.203-2.906 0.797-3.437c-0.406-0.516-2.312-0.266-3-0.203-0.672 0.063-0.812 0.125-0.875-0.016-0.141-0.359 1.359-0.969 2.344-1.094 0.984-0.109 2.562-0.047 2.875 0.359zM21.313 14.344c0 1.719 2.016 3.297 2.016 3.297l-3.547 3.5c-1.391-1.313-2.438-2.406-2.438-2.406-0.156-0.156-0.281-0.344-0.391-0.516-2.828 4.422-11.469 4.141-11.469-2.703 0-6.375 7.547-7.234 10.594-7.344v-1.984c0-0.422 0.156-2.344-2.219-2.344 0 0-2.375 0-3.391 3.094l-4.594-0.422c0-3.078 2.922-6.516 8.422-6.516 5.484 0 7.016 3.563 7.016 5.141v9.203zM10.813 14.672c0 3.172 5.266 3.922 5.266-1.078v-2.531c-2.109 0.063-5.266 0.656-5.266 3.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-plus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-plus-o</title>\n<path d=\"M24 4c1.094 0 2 0.906 2 2v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2zM18 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM24 26v-16h-22v16h22zM14 17h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-minus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-minus-o</title>\n<path d=\"M18 17.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-times-o\" viewBox=\"0 0 26 28\">\n<title>calendar-times-o</title>\n<path d=\"M17.359 21.641l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.938-2.953-2.938 2.953c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l2.953-2.938-2.953-2.938c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.938 2.938 2.938-2.938c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703l-2.938 2.938 2.938 2.938c0.187 0.203 0.187 0.516 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-check-o\" viewBox=\"0 0 26 28\">\n<title>calendar-check-o</title>\n<path d=\"M20.359 15.062l-8 8c-0.203 0.187-0.516 0.187-0.719 0l-4.5-4.5c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l3.437 3.437 6.937-6.937c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-industry\" viewBox=\"0 0 28 28\">\n<title>industry</title>\n<path d=\"M7 0c0.547 0 1 0.453 1 1v13.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v5.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v18c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-pin\" viewBox=\"0 0 16 28\">\n<title>map-pin</title>\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-signs\" viewBox=\"0 0 28 28\">\n<title>map-signs</title>\n<path d=\"M27.266 4.641c0.203 0.203 0.203 0.516 0 0.719l-2.203 2.203c-0.281 0.281-0.672 0.438-1.062 0.438h-21c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h9v-1c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1h8c0.391 0 0.781 0.156 1.062 0.438zM12 19h4v8c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-8zM25 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-21c-0.391 0-0.781-0.156-1.062-0.438l-2.203-2.203c-0.203-0.203-0.203-0.516 0-0.719l2.203-2.203c0.281-0.281 0.672-0.438 1.062-0.438h8v-3h4v3h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-o\" viewBox=\"0 0 32 28\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map\" viewBox=\"0 0 28 28\">\n<title>map</title>\n<path d=\"M8 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM27.5 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM10 0c0.078 0 0.156 0.016 0.219 0.047l8 4c0.172 0.094 0.281 0.266 0.281 0.453v23c0 0.266-0.234 0.5-0.5 0.5-0.078 0-0.156-0.016-0.219-0.047l-8-4c-0.172-0.094-0.281-0.266-0.281-0.453v-23c0-0.266 0.234-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting\" viewBox=\"0 0 28 28\">\n<title>commenting</title>\n<path d=\"M10 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 14c0 5.531-6.266 10-14 10-1.141 0-2.25-0.094-3.297-0.281-1.781 1.781-4.109 3-6.797 3.578-0.422 0.078-0.875 0.156-1.344 0.203-0.25 0.031-0.484-0.141-0.547-0.375v0c-0.063-0.25 0.125-0.406 0.313-0.578 0.984-0.922 2.156-1.656 2.562-4.953-2.984-1.828-4.891-4.547-4.891-7.594 0-5.531 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting-o\" viewBox=\"0 0 28 28\">\n<title>commenting-o</title>\n<path d=\"M10 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM16 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10v0c7.734 0 14 4.484 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-houzz\" viewBox=\"0 0 16 28\">\n<title>houzz</title>\n<path d=\"M8 18.609l8-4.609v9.234l-8 4.625v-9.25zM0 14v9.234l8-4.625-8-4.609zM8 0.141v9.234l-8 4.625v-9.234zM8 9.375l8-4.609v9.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo\" viewBox=\"0 0 28 28\">\n<title>vimeo</title>\n<path d=\"M26.703 8.094c-0.109 2.469-1.844 5.859-5.187 10.172-3.469 4.484-6.375 6.734-8.781 6.734-1.484 0-2.734-1.375-3.75-4.109-0.688-2.5-1.375-5.016-2.063-7.531-0.75-2.734-1.578-4.094-2.453-4.094-0.187 0-0.844 0.391-1.984 1.188l-1.203-1.531c1.25-1.109 2.484-2.234 3.719-3.313 1.656-1.469 2.922-2.203 3.766-2.281 1.984-0.187 3.187 1.156 3.656 4.047 0.484 3.125 0.844 5.078 1.031 5.828 0.578 2.594 1.188 3.891 1.875 3.891 0.531 0 1.328-0.828 2.406-2.516 1.062-1.687 1.625-2.969 1.703-3.844 0.141-1.453-0.422-2.172-1.703-2.172-0.609 0-1.234 0.141-1.891 0.406 1.25-4.094 3.641-6.078 7.172-5.969 2.609 0.078 3.844 1.781 3.687 5.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-black-tie\" viewBox=\"0 0 24 28\">\n<title>black-tie</title>\n<path d=\"M0 2h24v24h-24v-24zM16.953 19.422l-3.453-9.859 3.453-4.641h-9.906l3.453 4.641-3.453 9.859 4.953 4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fonticons\" viewBox=\"0 0 24 28\">\n<title>fonticons</title>\n<path d=\"M0 2h24v24h-24v-24zM14.187 7l-0.187 0.516 1.172 1.297-0.484 1.781 0.391 0.391 1.672-0.891 1.672 0.891 0.391-0.391-0.484-1.781 1.172-1.297-0.187-0.516h-1.484l-0.828-1.5h-0.5l-0.828 1.5h-1.484zM10.016 9.547c0.641 0 0.891 0.234 0.875 1.234l2.719-0.328c0-2.391-1.641-2.828-3.469-2.828-2.719 0-4.141 1.094-4.141 3.75v1.125h-1.5v2h1.188c0.156 0 0.313 0 0.313 0.125v5.969c0 0.297-0.078 0.391-0.359 0.422l-1.141 0.109v1.375h7v-1.344l-2.328-0.219c-0.281-0.031-0.172-0.078-0.172-0.391v-6.047h2.984l0.594-2h-3.609c-0.156 0 0.031-0.109 0.031-0.234v-1.25c0-0.938 0.031-1.469 1.016-1.469zM19.5 22.5v-1.344l-0.844-0.141c-0.297-0.047-0.156-0.078-0.156-0.391v-8.125h-4.297l-0.359 1.578 1.297 0.344c0.203 0.063 0.359 0.203 0.359 0.422v5.781c0 0.297-0.125 0.359-0.406 0.391l-1.094 0.141v1.344h5.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-alien\" viewBox=\"0 0 28 28\">\n<title>reddit-alien</title>\n<path d=\"M28 13.219c0 1.219-0.688 2.266-1.703 2.781 0.125 0.484 0.187 0.984 0.187 1.5 0 4.937-5.578 8.937-12.453 8.937-6.859 0-12.437-4-12.437-8.937 0-0.5 0.063-1 0.172-1.469-1.047-0.516-1.766-1.578-1.766-2.812 0-1.719 1.391-3.109 3.109-3.109 0.891 0 1.687 0.375 2.266 0.984 2.109-1.469 4.922-2.422 8.047-2.531l1.813-8.141c0.063-0.281 0.359-0.469 0.641-0.406l5.766 1.266c0.375-0.75 1.172-1.281 2.078-1.281 1.297 0 2.344 1.047 2.344 2.328 0 1.297-1.047 2.344-2.344 2.344-1.281 0-2.328-1.047-2.328-2.328l-5.219-1.156-1.625 7.375c3.141 0.094 5.984 1.031 8.109 2.5 0.562-0.594 1.359-0.953 2.234-0.953 1.719 0 3.109 1.391 3.109 3.109zM6.531 16.328c0 1.297 1.047 2.344 2.328 2.344 1.297 0 2.344-1.047 2.344-2.344 0-1.281-1.047-2.328-2.344-2.328-1.281 0-2.328 1.047-2.328 2.328zM19.187 21.875c0.234-0.234 0.234-0.578 0-0.812-0.219-0.219-0.578-0.219-0.797 0-0.938 0.953-2.953 1.281-4.391 1.281s-3.453-0.328-4.391-1.281c-0.219-0.219-0.578-0.219-0.797 0-0.234 0.219-0.234 0.578 0 0.812 1.484 1.484 4.344 1.594 5.187 1.594s3.703-0.109 5.187-1.594zM19.141 18.672c1.281 0 2.328-1.047 2.328-2.344 0-1.281-1.047-2.328-2.328-2.328-1.297 0-2.344 1.047-2.344 2.328 0 1.297 1.047 2.344 2.344 2.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edge\" viewBox=\"0 0 28 28\">\n<title>edge</title>\n<path d=\"M1.078 12.422h0.016c0.812-6.469 5.234-12.437 13.141-12.422 4.797 0 8.75 2.25 11.062 6.391 1.188 2.141 1.625 4.422 1.625 6.906v2.938h-17.578c0.078 7.25 10.656 7 15.219 3.813v5.891c-2.672 1.609-8.703 3-13.406 1.203-3.984-1.531-6.766-5.672-6.813-9.703-0.063-5.203 2.578-8.656 6.813-10.625-0.891 1.125-1.578 2.344-1.937 4.453h9.922c0.578-5.922-5.609-5.922-5.609-5.922-5.844 0.203-10.063 3.609-12.453 7.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card-alt\" viewBox=\"0 0 36 28\">\n<title>credit-card-alt</title>\n<path d=\"M0 23.5v-9.5h36v9.5c0 1.375-1.125 2.5-2.5 2.5h-31c-1.375 0-2.5-1.125-2.5-2.5zM10 20v2h6v-2h-6zM4 20v2h4v-2h-4zM33.5 2c1.375 0 2.5 1.125 2.5 2.5v3.5h-36v-3.5c0-1.375 1.125-2.5 2.5-2.5h31z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codiepie\" viewBox=\"0 0 27 28\">\n<title>codiepie</title>\n<path d=\"M24.75 20.156l-3.406-1.734c-1.531 2.5-4.25 4.031-7.187 4.031-4.656 0-8.422-3.766-8.422-8.406 0-4.656 3.766-8.422 8.422-8.422 2.734 0 5.297 1.328 6.875 3.578l3.359-1.953c-2.297-3.531-6.188-5.641-10.391-5.641-6.844 0-12.391 5.547-12.391 12.391s5.547 12.391 12.391 12.391c4.438 0 8.547-2.375 10.75-6.234zM16.094 13.953l10.828 5.5c-2.375 5.187-7.141 8.547-12.922 8.547-7.734 0-14-6.266-14-14s6.266-14 14-14c5.5 0 10.031 3.031 12.594 7.812zM24.109 14h-0.609v2.5h-1.5v-5.5h2.125c1.734 0 1.891 3-0.016 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-modx\" viewBox=\"0 0 28 28\">\n<title>modx</title>\n<path d=\"M22.297 11.078l-9.594-6.031 1.437-2.359h13.359zM6.328 15.219l-2.875-1.813v-13.406l18.484 11.609zM22.25 13.109l2.297 1.484v13.406l-8.313-5.234zM21.672 12.781l-7.812 12.531h-13.359l5.563-8.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fort-awesome\" viewBox=\"0 0 26 28\">\n<title>fort-awesome</title>\n<path d=\"M10 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM18 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM26 16.25v11.75h-10v-5c0-1.656-1.344-3-3-3s-3 1.344-3 3v5h-10v-11.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-9.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.328 0.438-0.25 0.641-0.25v-6.109c-0.297-0.141-0.5-0.453-0.5-0.781 0-0.469 0.391-0.859 0.859-0.859s0.859 0.391 0.859 0.859c0 0.328-0.203 0.641-0.5 0.781v0.266c0.422-0.094 0.859-0.156 1.297-0.156 0.641 0 1.25 0.234 1.781 0.234 0.484 0 1.031-0.234 1.313-0.234 0.141 0 0.25 0.109 0.25 0.25v3.281c0 0.375-1.266 0.438-1.516 0.438-0.578 0-1.125-0.234-1.719-0.234-0.469 0-0.953 0.078-1.406 0.187v2.078c0.203 0 0.641-0.078 0.641 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v9.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-usb\" viewBox=\"0 0 36 28\">\n<title>usb</title>\n<path d=\"M35.75 12.578c0.156 0.078 0.25 0.25 0.25 0.422s-0.094 0.344-0.25 0.422l-5 3c-0.078 0.047-0.156 0.078-0.25 0.078-0.078 0-0.172-0.016-0.25-0.063-0.156-0.094-0.25-0.25-0.25-0.438v-2h-13.406c0.5 0.781 0.922 1.703 1.297 2.578 0.75 1.687 1.516 3.422 2.609 3.422h1.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-2.391 0-3.469-2.453-4.438-4.609-0.734-1.672-1.5-3.391-2.562-3.391h-5.625c-0.453 1.719-2.016 3-3.875 3-2.203 0-4-1.797-4-4s1.797-4 4-4c1.859 0 3.422 1.281 3.875 3h1.625c1.062 0 1.828-1.719 2.562-3.391 0.969-2.156 2.047-4.609 4.438-4.609h1.672c0.422-1.172 1.516-2 2.828-2 1.656 0 3 1.344 3 3s-1.344 3-3 3c-1.313 0-2.406-0.828-2.828-2h-1.672c-1.094 0-1.859 1.734-2.609 3.422-0.375 0.875-0.797 1.797-1.297 2.578h17.406v-2c0-0.187 0.094-0.344 0.25-0.438s0.359-0.078 0.5 0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-product-hunt\" viewBox=\"0 0 28 28\">\n<title>product-hunt</title>\n<path d=\"M17.969 11.906c0 1.156-0.938 2.094-2.109 2.094v0h-3.953v-4.203h3.953c1.172 0 2.109 0.938 2.109 2.109zM20.766 11.906c0-2.719-2.188-4.906-4.906-4.906v0h-6.766v14h2.812v-4.203h3.953c2.719 0 4.906-2.188 4.906-4.891zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mixcloud\" viewBox=\"0 0 36 28\">\n<title>mixcloud</title>\n<path d=\"M25.703 17.156c0-1.25-0.797-2.312-1.891-2.734-0.078 0.484-0.203 0.969-0.359 1.437-0.156 0.5-0.625 0.812-1.125 0.812-0.125 0-0.25-0.016-0.375-0.047-0.641-0.219-0.969-0.891-0.766-1.516 0.234-0.719 0.359-1.469 0.359-2.234 0-3.906-3.187-7.094-7.109-7.094-2.812 0-5.344 1.672-6.469 4.172 1.094 0.281 2.109 0.844 2.938 1.656 0.469 0.469 0.469 1.234 0 1.703s-1.234 0.469-1.703 0c-0.75-0.75-1.75-1.172-2.812-1.172-2.203 0-4 1.781-4 3.984s1.797 3.984 4 3.984h16.344c1.641 0 2.969-1.328 2.969-2.953zM28.094 17.156c0 2.953-2.406 5.344-5.359 5.344h-16.344c-3.531 0-6.391-2.859-6.391-6.375 0-3.203 2.375-5.844 5.453-6.297 1.297-3.813 4.906-6.438 8.984-6.438 4.922 0 8.984 3.766 9.453 8.563 2.391 0.516 4.203 2.656 4.203 5.203zM32 17.156c0 1.781-0.516 3.5-1.516 4.984-0.234 0.344-0.609 0.516-1 0.516v0c-0.234 0-0.469-0.063-0.672-0.203-0.547-0.359-0.688-1.109-0.313-1.656 0.734-1.078 1.109-2.328 1.109-3.641 0-1.297-0.375-2.562-1.109-3.641-0.375-0.547-0.234-1.281 0.313-1.656s1.297-0.219 1.672 0.328c1 1.469 1.516 3.187 1.516 4.969zM36 17.156c0 2.484-0.719 4.875-2.094 6.922-0.234 0.344-0.609 0.531-1 0.531v0c-0.219 0-0.453-0.063-0.656-0.203-0.547-0.375-0.703-1.109-0.328-1.656 1.094-1.656 1.687-3.594 1.687-5.594s-0.594-3.937-1.687-5.578c-0.375-0.547-0.219-1.297 0.328-1.656 0.547-0.375 1.281-0.234 1.656 0.328 1.375 2.031 2.094 4.422 2.094 6.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-scribd\" viewBox=\"0 0 24 28\">\n<title>scribd</title>\n<path d=\"M23.438 24.203c0 1.859-1.5 3.375-3.375 3.375s-3.391-1.516-3.391-3.375c0-1.875 1.516-3.391 3.391-3.391s3.375 1.516 3.375 3.391zM19.797 19.812c-2.375 0.313-4.219 2.344-4.219 4.813 0 0.766 0.187 1.516 0.516 2.156-1.406 0.75-3.313 1.219-5.922 1.219-8.313 0-9.609-5.875-9.609-6.656 0-0.797 0.469-3.406 3.406-3.406s3.344 2.516 3.344 3.031c0 0 0 0.531-0.359 1.266 1 0.938 3.359 0.938 3.359 0.938 2.359 0 4.141-1.156 4.141-2.875 0-1.734-2-2.578-6.563-4.719-4.562-2.156-6.281-3.734-6.281-7.656 0-3.938 2.625-7.922 9.172-7.922s9.016 3.672 9.016 6.188-2.141 3.141-2.938 3.141c-0.781 0-3.672 0.266-3.672-4.078-0.516-0.578-2.766-0.578-2.766-0.578-2.266 0-3.266 1.719-3.266 2.766 0 1.062 0.422 2.375 5.141 3.938 7.234 2.406 7.5 5.547 7.5 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle\" viewBox=\"0 0 24 28\">\n<title>pause-circle</title>\n<path d=\"M11 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM18 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle-o\" viewBox=\"0 0 24 28\">\n<title>pause-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM13.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle\" viewBox=\"0 0 24 28\">\n<title>stop-circle</title>\n<path d=\"M17 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle-o\" viewBox=\"0 0 24 28\">\n<title>stop-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-bag\" viewBox=\"0 0 28 28\">\n<title>shopping-bag</title>\n<path d=\"M27.453 22l0.547 4.891c0.031 0.281-0.063 0.562-0.25 0.781-0.187 0.203-0.469 0.328-0.75 0.328h-26c-0.281 0-0.562-0.125-0.75-0.328-0.187-0.219-0.281-0.5-0.25-0.781l0.547-4.891h26.906zM26 8.891l1.344 12.109h-26.688l1.344-12.109c0.063-0.5 0.484-0.891 1-0.891h4v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h6v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h4c0.516 0 0.938 0.391 1 0.891zM20 6v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-3.313 2.688-6 6-6s6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-basket\" viewBox=\"0 0 32 28\">\n<title>shopping-basket</title>\n<path d=\"M30 12c1.109 0 2 0.891 2 2s-0.891 2-2 2h-0.234l-1.797 10.344c-0.172 0.953-1 1.656-1.969 1.656h-20c-0.969 0-1.797-0.703-1.969-1.656l-1.797-10.344h-0.234c-1.109 0-2-0.891-2-2s0.891-2 2-2h28zM7.578 24.5c0.547-0.047 0.969-0.531 0.922-1.078l-0.5-6.5c-0.047-0.547-0.531-0.969-1.078-0.922s-0.969 0.531-0.922 1.078l0.5 6.5c0.047 0.516 0.484 0.922 1 0.922h0.078zM14 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM20 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM25.5 23.578l0.5-6.5c0.047-0.547-0.375-1.031-0.922-1.078s-1.031 0.375-1.078 0.922l-0.5 6.5c-0.047 0.547 0.375 1.031 0.922 1.078h0.078c0.516 0 0.953-0.406 1-0.922zM7.438 4.562l-1.453 6.438h-2.063l1.578-6.891c0.406-1.828 2.016-3.109 3.891-3.109h2.609c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1h2.609c1.875 0 3.484 1.281 3.891 3.109l1.578 6.891h-2.063l-1.453-6.438c-0.219-0.922-1.016-1.563-1.953-1.563h-2.609c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1h-2.609c-0.938 0-1.734 0.641-1.953 1.563z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hashtag\" viewBox=\"0 0 28 28\">\n<title>hashtag</title>\n<path d=\"M15.484 16l1-4h-3.969l-1 4h3.969zM27.484 8.125l-0.875 3.5c-0.063 0.219-0.25 0.375-0.484 0.375h-5.109l-1 4h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.141 0.281 0.094 0.438l-0.875 3.5c-0.047 0.219-0.25 0.375-0.484 0.375h-5.109l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.5c-0.156 0-0.313-0.078-0.406-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-3.969l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.516c-0.141 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l0.875-3.5c0.063-0.219 0.25-0.375 0.484-0.375h5.109l1-4h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.141-0.281-0.094-0.438l0.875-3.5c0.047-0.219 0.25-0.375 0.484-0.375h5.109l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h3.969l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth\" viewBox=\"0 0 24 28\">\n<title>bluetooth</title>\n<path d=\"M13.141 16.453l2.312 2.312-2.328 2.328zM13.125 6.906l2.328 2.328-2.312 2.312-0.016-4.641zM11.094 26.031l7.25-7.25-4.781-4.781 4.781-4.781-7.25-7.25v9.547l-3.984-3.984-1.453 1.453 5 5.016-5 5.016 1.453 1.453 3.984-3.984v9.547zM22.328 14c0 11.094-4.219 14-10.328 14v0c-6.109 0-10.328-2.906-10.328-14s4.219-14 10.328-14 10.328 2.906 10.328 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth-b\" viewBox=\"0 0 16 28\">\n<title>bluetooth-b</title>\n<path d=\"M9.312 22.234l2.703-2.688-2.703-2.688v5.375zM9.312 11.141l2.703-2.688-2.703-2.688v5.375zM9.812 14l5.563 5.563-8.422 8.437v-11.109l-4.641 4.625-1.687-1.687 5.812-5.828-5.812-5.828 1.687-1.687 4.641 4.625v-11.109l8.422 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-percent\" viewBox=\"0 0 24 28\">\n<title>percent</title>\n<path d=\"M20 20c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM8 8c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM24 20c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM22.5 3c0 0.219-0.078 0.422-0.203 0.594l-16.5 22c-0.187 0.25-0.484 0.406-0.797 0.406h-2.5c-0.547 0-1-0.453-1-1 0-0.219 0.078-0.422 0.203-0.594l16.5-22c0.187-0.25 0.484-0.406 0.797-0.406h2.5c0.547 0 1 0.453 1 1zM12 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gitlab\" viewBox=\"0 0 28 28\">\n<title>gitlab</title>\n<path d=\"M1.625 11.031l12.375 15.859-13.563-9.844c-0.375-0.281-0.531-0.766-0.391-1.203l1.578-4.813zM8.844 11.031h10.313l-5.156 15.859zM5.75 1.469l3.094 9.562h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0zM26.375 11.031l1.578 4.813c0.141 0.438-0.016 0.922-0.391 1.203l-13.563 9.844 12.375-15.859zM26.375 11.031h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpbeginner\" viewBox=\"0 0 28 28\">\n<title>wpbeginner</title>\n<path d=\"M6 13h2.5v-3.5h-2.5v3.5zM19.078 18.188v-1.437c-1.344 0.469-2.453 0.578-3.797 0.594-3.016 0.016-5.688-1.234-7.5-2.641l0.016 1.5c1.703 1.547 4.312 2.766 7.562 2.75 1.359 0 2.641-0.281 3.719-0.766zM10 13h10v-3.5h-10v3.5zM28 12.5c0 1.984-0.562 3.859-1.547 5.5 0.875 1 1.391 2.234 1.391 3.578 0 3.266-3.094 5.922-6.922 5.922-2.594 0-4.844-1.219-6.031-3.016-0.297 0.016-0.594 0.016-0.891 0.016s-0.594 0-0.891-0.016c-1.188 1.797-3.437 3.016-6.031 3.016-3.828 0-6.922-2.656-6.922-5.922 0-1.344 0.516-2.578 1.391-3.578-0.984-1.641-1.547-3.516-1.547-5.5 0-6.625 6.266-12 14-12s14 5.375 14 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpforms\" viewBox=\"0 0 24 28\">\n<title>wpforms</title>\n<path d=\"M8.047 14.234v2h-3.938v-2h3.938zM8.047 10.25v1.984h-3.938v-1.984h3.938zM19.891 18.234v2h-5.328v-2h5.328zM19.891 14.234v2h-10.5v-2h10.5zM19.891 10.25v1.984h-10.5v-1.984h10.5zM22 23.688v-19.375c0-0.172-0.141-0.313-0.313-0.313h-0.5l-5.906 4-3.281-2.672-3.281 2.672-5.906-4h-0.5c-0.172 0-0.313 0.141-0.313 0.313v19.375c0 0.172 0.141 0.313 0.313 0.313h19.375c0.172 0 0.313-0.141 0.313-0.313zM8.641 6.344l2.891-2.344h-6.344zM15.359 6.344l3.453-2.344h-6.344zM24 4.312v19.375c0 1.281-1.031 2.312-2.312 2.312h-19.375c-1.281 0-2.312-1.031-2.312-2.312v-19.375c0-1.281 1.031-2.312 2.312-2.312h19.375c1.281 0 2.312 1.031 2.312 2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envira\" viewBox=\"0 0 30 28\">\n<title>envira</title>\n<path d=\"M14 12.75c-1.984-3.75-3.813-7.406-9.016-9.875-3.109-1.469-0.328 0.578-0.328 0.578 2.828 1.953 4.125 4.594 5.641 7.484 1.969 3.766 4.937 8.734 9.016 10.484 4.062 1.75 2.141 0.781 0.375-0.531-1.766-1.328-4.266-5.437-5.688-8.141zM8.578 21.234c-5.641-4.469-5.328-9.812-8.578-21.234 29.859 0 22.922 19.828 22.953 22.891l5.047 5.109h-1.625l-4.391-4.453c-2.438 0.266-7.781 2.156-13.406-2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-universal-access\" viewBox=\"0 0 28 28\">\n<title>universal-access</title>\n<path d=\"M21.469 10.266c-0.125-0.531-0.656-0.859-1.203-0.734-2.234 0.531-4.266 0.969-6.266 0.969s-4.031-0.438-6.266-0.969c-0.547-0.125-1.078 0.203-1.203 0.734-0.125 0.547 0.203 1.078 0.734 1.203 1.656 0.391 3.203 0.734 4.734 0.906-0.063 5.281-0.641 6.75-1.297 8.437l-0.141 0.328c-0.203 0.516 0.063 1.094 0.578 1.297 0.109 0.047 0.234 0.063 0.359 0.063 0.406 0 0.781-0.234 0.938-0.641l0.125-0.313c0.438-1.125 0.844-2.172 1.109-4.047h0.656c0.266 1.875 0.672 2.922 1.109 4.047l0.125 0.313c0.156 0.406 0.531 0.641 0.938 0.641 0.125 0 0.25-0.016 0.359-0.063 0.516-0.203 0.781-0.781 0.578-1.297l-0.141-0.328c-0.656-1.687-1.234-3.156-1.297-8.437 1.531-0.172 3.078-0.516 4.734-0.906 0.531-0.125 0.859-0.656 0.734-1.203zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM25 14c0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11 11 4.922 11 11zM14 2c-6.609 0-12 5.391-12 12s5.391 12 12 12 12-5.391 12-12-5.391-12-12-12zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair-alt\" viewBox=\"0 0 24 28\">\n<title>wheelchair-alt</title>\n<path d=\"M22.469 12.703c0.328 0.344 0.5 0.812 0.453 1.281l-0.688 8.609c-0.078 0.875-0.797 1.531-1.656 1.531-0.047 0-0.094 0-0.141-0.016-0.922-0.063-1.594-0.875-1.531-1.781l0.547-6.703-2.234 0.125c0.547 1.125 0.859 2.406 0.859 3.75 0 2.25-0.875 4.297-2.312 5.812l-2.141-2.141c0.875-0.969 1.422-2.266 1.422-3.672 0-3.031-2.453-5.484-5.469-5.484-1.422 0-2.703 0.547-3.687 1.437l-2.141-2.156c1.203-1.141 2.734-1.922 4.438-2.203l4.125-4.688-2.328-1.359-2.828 2.516c-0.688 0.625-1.734 0.562-2.344-0.125s-0.547-1.734 0.125-2.344l3.734-3.328c0.531-0.484 1.313-0.562 1.937-0.187 7.609 4.422 7.625 4.422 7.625 4.422 0.406 0.234 0.641 0.641 0.75 1.062 0.156 0.609 0.047 1.297-0.406 1.828l-3.203 3.625 5.797-0.313c0.484-0.031 0.953 0.141 1.297 0.5zM19.375 5.563c-1.531 0-2.781-1.234-2.781-2.781 0-1.531 1.25-2.781 2.781-2.781 1.547 0 2.797 1.25 2.797 2.781 0 1.547-1.25 2.781-2.797 2.781zM9.578 24.969c1.125 0 2.188-0.359 3.063-0.953l2.172 2.172c-1.437 1.141-3.266 1.813-5.234 1.813-4.703 0-8.516-3.813-8.516-8.5 0-1.984 0.672-3.797 1.813-5.25l2.172 2.172c-0.594 0.875-0.938 1.937-0.938 3.078 0 3.016 2.453 5.469 5.469 5.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle-o\" viewBox=\"0 0 24 28\">\n<title>question-circle-o</title>\n<path d=\"M13.75 18.75v2.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-2.5c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5zM17.75 11c0 2.219-1.547 3.094-2.688 3.734-0.812 0.469-1.313 0.766-1.313 1.266v0.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1.062c0-1.922 1.375-2.531 2.484-3.031 0.938-0.438 1.516-0.734 1.516-1.437 0-0.906-1.141-1.578-2.172-1.578-0.547 0-1.125 0.172-1.484 0.422-0.344 0.234-0.672 0.578-1.25 1.297-0.094 0.125-0.234 0.187-0.391 0.187-0.109 0-0.219-0.031-0.297-0.094l-1.687-1.281c-0.203-0.156-0.25-0.453-0.109-0.672 1.281-2.016 3.078-3 5.453-3v0c2.562 0 5.437 2.031 5.437 4.75zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-blind\" viewBox=\"0 0 22 28\">\n<title>blind</title>\n<path d=\"M5.719 4.859c-1.344 0-2.438-1.094-2.438-2.438 0-1.328 1.094-2.422 2.438-2.422s2.422 1.094 2.422 2.422c0 1.344-1.078 2.438-2.422 2.438zM14.328 14.891c0 1.687-1.797 1.313-2.203 0.625l-5.734-6.844c-0.25-0.406-0.438-0.219-0.438-0.219s-0.109 0.125 0.063 0.328l1.906 2.172 0.016 5.531c-1.344 3.906-2.516 7.141-2.516 7.141-0.734 2.094-1.344 3.906-1.875 4.156-0.641 0.328-1.109 0.25-1.609 0.016-0.656-0.297-0.844-1.094-0.797-1.563 0 0 0.031-0.25 3.078-9.656l0.078-6.5-1.328 2.562 0.547 3.469c0.203 1.313-0.906 1.484-0.906 1.484-1.062 0.172-1.281-1.062-1.281-1.094l-0.719-4.672c3.281-5.922 3.297-5.953 3.297-5.953v0c0.25-0.375 0.812-0.531 1.766-0.531 0.844 0 1.375 0.25 1.672 0.625v0l6.625 8.141c0.094 0.063 0.156 0.156 0.219 0.266l0.047 0.047-0.016 0.016c0.078 0.141 0.109 0.297 0.109 0.453zM8.031 17.234c1.5 3.984 2.844 7 2.844 7 0.453 1.156 1.234 2.812 0.094 3.469-1.125 0.656-2.031-0.109-2.281-0.641v0h-0.016c-0.047-0.125-0.094-0.25-0.125-0.391l-1.937-5.484zM20.906 26.484c0.328 0.516 0.609 0.891 0.438 1-0.297 0.187-0.391-0.359-0.719-0.891 0 0-1.766-2.672-6.609-10.328 0.094 0.031 0.266-0.109 0.266-0.109s0.172-0.141 0.172-0.266c4.813 7.859 6.453 10.594 6.453 10.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-audio-description\" viewBox=\"0 0 36 28\">\n<title>audio-description</title>\n<path d=\"M7.875 15.531h2.672l-0.016-4.141zM23.906 13.984c0-1.734-1-3.016-3.078-3.016h-0.844v6.062h0.812c1.953 0 3.109-1.422 3.109-3.047zM14.938 8.094l0.016 11.813c0 0.297-0.234 0.531-0.516 0.531h-3.375c-0.281 0-0.516-0.234-0.516-0.531v-0.969h-4.547l-0.859 1.266c-0.094 0.141-0.266 0.234-0.438 0.234h-4.172c-0.438 0-0.688-0.484-0.422-0.828l8.687-11.828c0.094-0.141 0.25-0.219 0.422-0.219h5.187c0.297 0 0.531 0.234 0.531 0.531zM27.859 13.984c0 4.109-3 6.453-7.031 6.453h-4.219c-0.297 0-0.531-0.234-0.531-0.531v-11.813c0-0.297 0.234-0.531 0.531-0.531h4.188c4.062 0 7.063 2.312 7.063 6.422zM30.297 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.109-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM33.172 14c0 0 0.063 4.062-2.328 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM36 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.109-2.531 2.156-6.469 2.156-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-control-phone\" viewBox=\"0 0 22 28\">\n<title>volume-control-phone</title>\n<path d=\"M9.641 26.391c0-0.375-0.828-3.031-1-3.656-0.094-0.391-0.125-1.031-0.422-1.313-0.203-0.187-0.531-0.219-0.797-0.219-0.734 0-1.469 0.172-2.203 0.172-0.219 0-0.547-0.016-0.734-0.172-0.25-0.203-0.375-0.906-0.469-1.219-0.375-1.297-0.578-2.625-0.578-3.984s0.203-2.688 0.578-3.984c0.094-0.313 0.219-1.016 0.469-1.219 0.187-0.156 0.516-0.172 0.734-0.172 0.734 0 1.469 0.172 2.203 0.172 0.266 0 0.594-0.031 0.797-0.219 0.297-0.281 0.328-0.922 0.422-1.313 0.172-0.625 1-3.281 1-3.656 0-0.531-1.406-1.313-1.859-1.484-0.234-0.094-0.469-0.125-0.703-0.125-0.516 0-1.031 0.141-1.531 0.281-2.562 0.766-3.172 2.328-4.188 4.531-1.094 2.359-1.359 4.609-1.359 7.187s0.266 4.828 1.359 7.187c1.016 2.203 1.625 3.766 4.188 4.531 0.5 0.141 1.016 0.281 1.531 0.281 0.234 0 0.469-0.031 0.703-0.125 0.453-0.172 1.859-0.953 1.859-1.484zM12.125 12.125c-0.266 0-0.516-0.109-0.703-0.297-0.391-0.391-0.406-1.031 0-1.422 0.375-0.375 0.578-0.875 0.578-1.406s-0.203-1.031-0.578-1.422c-0.406-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c0.75 0.75 1.172 1.766 1.172 2.828s-0.422 2.078-1.172 2.828c-0.203 0.187-0.453 0.297-0.703 0.297zM14.953 14.953c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.125-1.141 1.75-2.641 1.75-4.25s-0.625-3.109-1.75-4.25c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c1.516 1.516 2.344 3.516 2.344 5.656s-0.828 4.141-2.344 5.656c-0.187 0.203-0.453 0.297-0.703 0.297zM17.781 17.781c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.875-1.891 2.922-4.406 2.922-7.078s-1.047-5.187-2.922-7.078c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c2.266 2.266 3.516 5.281 3.516 8.484s-1.25 6.219-3.516 8.484c-0.187 0.203-0.453 0.297-0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-braille\" viewBox=\"0 0 34 28\">\n<title>braille</title>\n<path d=\"M3 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 2.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM34 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-assistive-listening-systems\" viewBox=\"0 0 28 28\">\n<title>assistive-listening-systems</title>\n<path d=\"M2 27c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5 24c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5.703 18.297l4 4-1.406 1.406-4-4zM11 18c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22.047 13c0 2.594-1.219 3.984-2.281 5.219-0.984 1.125-1.766 2.016-1.766 3.781 0 3.313-2.688 6-6 6-0.547 0-1-0.453-1-1s0.453-1 1-1c2.203 0 4-1.797 4-4 0-2.516 1.203-3.891 2.25-5.094 0.969-1.109 1.797-2.063 1.797-3.906 0-3.859-3.141-7-7-7s-7 3.141-7 7c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-4.969 4.031-9 9-9s9 4.031 9 9zM14 15c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM18.5 13c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-1.937-1.563-3.5-3.5-3.5-1.922 0-3.5 1.563-3.5 3.5 0 0.547-0.453 1-1 1s-1-0.453-1-1c0-3.031 2.469-5.5 5.5-5.5s5.5 2.469 5.5 5.5zM24.656 8.484c0.203 0.516-0.063 1.094-0.578 1.297-0.109 0.047-0.234 0.063-0.359 0.063-0.391 0-0.781-0.234-0.922-0.641-0.703-1.828-1.922-3.422-3.5-4.609-0.438-0.328-0.531-0.953-0.203-1.391 0.344-0.438 0.969-0.531 1.406-0.203 1.875 1.406 3.313 3.313 4.156 5.484zM27.937 7.219c0.187 0.516-0.063 1.094-0.578 1.297-0.125 0.047-0.234 0.063-0.359 0.063-0.406 0-0.781-0.234-0.938-0.641-0.938-2.438-2.547-4.562-4.641-6.141-0.453-0.328-0.531-0.953-0.203-1.391 0.328-0.453 0.953-0.531 1.391-0.203 2.406 1.797 4.25 4.234 5.328 7.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-american-sign-language-interpreting\" viewBox=\"0 0 36 28\">\n<title>american-sign-language-interpreting</title>\n<path d=\"M16.125 15c-0.547-0.016-1.062-0.328-1.313-0.859-0.344-0.703-1.031-1.141-1.813-1.141-1.109 0-2 0.891-2 2 0 0.531 0.187 1.047 0.562 1.391l0.156 0.125c0.344 0.313 0.797 0.484 1.281 0.484 0.781 0 1.469-0.438 1.813-1.141 0.25-0.531 0.766-0.844 1.313-0.859zM25 13c0-0.531-0.187-1.047-0.562-1.391l-0.156-0.125c-0.344-0.313-0.797-0.484-1.281-0.484-0.781 0-1.469 0.438-1.813 1.141-0.25 0.531-0.766 0.844-1.313 0.859 0.547 0.016 1.062 0.328 1.313 0.859 0.344 0.703 1.031 1.141 1.813 1.141 1.109 0 2-0.891 2-2zM18.344 9.547c-0.359 0.734-1.266 1.047-2 0.688-0.656-0.328-1.359-0.484-2.094-0.484-0.547 0-1.062 0.094-1.547 0.266 0.094 0 0.203-0.016 0.297-0.016 1.922 0 3.687 1.125 4.516 2.859 0.359 0.75 0.031 1.641-0.719 2-0.187 0.094-0.391 0.141-0.609 0.141 0.219 0 0.422 0.047 0.609 0.141 0.75 0.359 1.078 1.25 0.719 2-0.828 1.734-2.594 2.859-4.516 2.859v0h-0.094c-0.234-0.031-0.453-0.047-0.688-0.063l-4.531-0.422-3.734 1.875c-0.156 0.078-0.297 0.109-0.453 0.109-0.359 0-0.719-0.203-0.891-0.547l-2.5-5c-0.234-0.484-0.063-1.062 0.391-1.328l3.266-1.859 2.312-4.172c0.359-3.219 1.953-6.172 4.484-8.25 0.641-0.531 1.594-0.438 2.109 0.203 0.531 0.641 0.438 1.578-0.203 2.109-0.703 0.594-1.328 1.266-1.828 2 1.219-0.828 2.625-1.391 4.172-1.578 0.828-0.109 1.578 0.469 1.672 1.297 0.109 0.828-0.469 1.578-1.297 1.672-0.906 0.109-1.75 0.422-2.484 0.859 0.5-0.109 1.016-0.156 1.547-0.156 1.188 0 2.344 0.266 3.406 0.781 0.75 0.375 1.062 1.266 0.688 2.016zM33.391 7.047l2.5 5c0.234 0.484 0.063 1.062-0.391 1.328l-3.266 1.859-2.312 4.172c-0.359 3.219-1.953 6.172-4.484 8.25-0.281 0.234-0.625 0.344-0.953 0.344-0.438 0-0.859-0.187-1.156-0.547-0.531-0.641-0.438-1.578 0.203-2.109 0.703-0.594 1.328-1.266 1.828-2-1.219 0.828-2.625 1.391-4.172 1.578-0.063 0.016-0.125 0.016-0.187 0.016-0.75 0-1.391-0.562-1.484-1.313-0.109-0.828 0.469-1.578 1.297-1.672 0.906-0.109 1.75-0.422 2.484-0.859-0.5 0.109-1.016 0.156-1.547 0.156-1.188 0-2.344-0.266-3.406-0.781-0.75-0.375-1.062-1.266-0.688-2.016 0.359-0.734 1.266-1.047 2-0.688 0.656 0.328 1.359 0.484 2.094 0.484 0.547 0 1.062-0.094 1.547-0.266-0.094 0-0.203 0.016-0.297 0.016-1.922 0-3.687-1.125-4.516-2.859-0.359-0.75-0.031-1.641 0.719-2 0.187-0.094 0.391-0.141 0.609-0.141-0.219 0-0.422-0.047-0.609-0.141-0.75-0.359-1.078-1.25-0.719-2 0.828-1.734 2.594-2.859 4.516-2.859v0h0.109c0.219 0.031 0.438 0.047 0.656 0.063l4.547 0.422 3.734-1.875c0.156-0.078 0.297-0.109 0.453-0.109 0.359 0 0.719 0.203 0.891 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deaf\" viewBox=\"0 0 28 28\">\n<title>deaf</title>\n<path d=\"M16.5 13c0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5c0 0.547 0.453 1 1 1s1-0.453 1-1c0-1.937 1.578-3.5 3.5-3.5s3.5 1.563 3.5 3.5zM13.047 4c-4.969 0-9 4.031-9 9 0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.859 3.141-7 7-7s7 3.141 7 7c0 1.844-0.828 2.797-1.797 3.906-1.047 1.203-2.25 2.578-2.25 5.094 0 2.203-1.797 4-4 4-0.547 0-1 0.453-1 1s0.453 1 1 1c3.313 0 6-2.688 6-6 0-1.766 0.781-2.656 1.766-3.781 1.062-1.234 2.281-2.625 2.281-5.219 0-4.969-4.031-9-9-9zM9.234 15.234l3.531 3.531-9.047 9.047c-0.25 0.25-0.656 0.25-0.906 0l-2.625-2.625c-0.25-0.25-0.25-0.656 0-0.906zM25.188 0.187l2.625 2.625c0.25 0.25 0.25 0.656 0 0.922l-3.641 3.641-0.406 0.391-1.109 1.109c-0.672-1.563-1.703-2.938-3.047-4.031l4.656-4.656c0.266-0.25 0.672-0.25 0.922 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide\" viewBox=\"0 0 24 28\">\n<title>glide</title>\n<path d=\"M13.531 8.047c0 0.5-0.109 0.984-0.203 1.469-0.328 1.563-0.641 3.125-0.969 4.688-0.047 0.219-0.047 0.219-0.281 0.234-0.156 0.016-0.328 0.031-0.484 0.031-1.344 0-1.719-1.453-1.719-2.547 0-1.625 0.641-3.797 2.156-4.656 0.25-0.125 0.516-0.219 0.797-0.219 0.641 0 0.703 0.469 0.703 1zM21.125 14.672c0-0.281-1.156-2.109-1.422-2.219-0.125-0.047-0.391-0.125-0.531-0.125-1.281 0-2.438 0.578-3.531 1.203l-0.031-0.031c0.25-1.672 0.812-3.156 0.812-4.891 0-2.484-1.328-3.641-3.781-3.641-0.359 0-0.719 0.047-1.062 0.094-3.078 0.547-4.953 4.062-4.953 6.953 0 3.063 1.766 4.75 4.813 4.75 0.063 0 0.391-0.031 0.391 0.047 0 0.031 0 0.047-0.016 0.078-0.063 0.594-0.25 1.25-0.406 1.828-0.234 0.859-1.047 2.344-2.094 2.344-0.453 0-0.656-0.313-0.656-0.734 0-1.359 1.563-2.172 1.594-2.25 0-0.063-0.078-0.125-0.109-0.156-0.484-0.438-1.281-0.797-1.937-0.797-1.188 0-1.828 1.906-1.828 2.875 0 1.813 1.141 3.063 2.969 3.063 2.703 0 4.672-2.844 5.281-5.187 0.172-0.688 0.297-1.391 0.469-2.078 0.031-0.141 0.078-0.203 0.219-0.281 1.109-0.562 2.281-0.938 3.547-0.938 0.688 0 1.297 0.125 1.984 0.281 0.016 0.016 0.047 0.016 0.063 0.016 0.094 0 0.219-0.109 0.219-0.203zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide-g\" viewBox=\"0 0 24 28\">\n<title>glide-g</title>\n<path d=\"M11.625 4.766c0-0.828-0.078-1.547-1.078-1.547-0.422 0-0.844 0.141-1.219 0.359-2.359 1.297-3.328 4.656-3.328 7.187 0 1.687 0.578 3.938 2.641 3.938 0.469 0 1.062 0.125 1.188-0.422 0.5-2.406 1-4.828 1.5-7.234 0.156-0.75 0.297-1.516 0.297-2.281zM23.406 15.016c0 0.156-0.203 0.313-0.359 0.313l-0.094-0.016c-1.062-0.156-2-0.438-3.078-0.438-1.953 0-3.75 0.578-5.484 1.453-0.219 0.109-0.266 0.203-0.328 0.422-0.281 1.062-0.469 2.156-0.734 3.219-0.938 3.641-3.984 8.031-8.156 8.031-2.844 0-4.594-1.937-4.594-4.734 0-1.516 0.984-4.469 2.812-4.469 0.641 0 3.156 0.828 3.172 1.484-0.031 0.125-2.453 1.375-2.453 3.484 0 0.641 0.313 1.141 1.016 1.141 2.484 0 3.625-4.531 3.875-6.438v-0.141c0-0.125-0.5-0.063-0.594-0.063-4.703 0-7.453-2.625-7.453-7.359 0-4.469 2.906-9.922 7.672-10.75 0.547-0.094 1.094-0.141 1.656-0.141 3.781 0 5.844 1.766 5.844 5.625 0 2.609-0.891 5.016-1.266 7.562l0.047 0.047c1.687-0.953 3.469-1.859 5.469-1.859 0.203 0 0.641 0.125 0.828 0.203 0.406 0.156 2.203 2.984 2.203 3.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-language\" viewBox=\"0 0 26 28\">\n<title>sign-language</title>\n<path d=\"M12.984 10.516c0.328 0 0.641 0.094 0.922 0.281l3.469 2.312c0.641 0.422 1.219 0.938 1.719 1.516l2.281 2.656c0.391 0.453 0.562 1.062 0.453 1.656l-1.125 6.453c-0.125 0.656-0.656 1.156-1.328 1.234l-8.234 0.875-5.5 0.5h-0.141c-0.812 0-1.5-0.656-1.5-1.5 0-0.781 0.656-1.406 1.437-1.5l4.062-0.5h-7c-0.859 0-1.547-0.719-1.5-1.578 0.047-0.812 0.766-1.422 1.578-1.422l6.906-0.016-8.141-1c-0.844-0.094-1.453-0.859-1.328-1.719 0.125-0.75 0.812-1.25 1.563-1.25h0.156l7.516 0.938-5.484-1.469c-0.781-0.203-1.375-0.922-1.25-1.719 0.125-0.75 0.766-1.266 1.484-1.266 0.109 0 0.203 0.016 0.313 0.031l7 1.5 3.391 0.578c0.031 0 0.063 0.016 0.094 0.016 0.469 0 0.703-0.641 0.281-0.922l-2.906-1.953c-0.719-0.484-0.891-1.453-0.375-2.141 0.281-0.391 0.734-0.594 1.188-0.594zM11.891 13.672l2.906 1.953-3.406-0.578-0.078-0.031-0.562-0.594-3.719-4.094c-0.031-0.031-0.047-0.078-0.078-0.109-0.484-0.641-0.375-1.578 0.297-2.094 0.625-0.484 1.516-0.328 2.063 0.25l2.219 2.297c-0.047 0.047-0.094 0.078-0.141 0.125-0.328 0.453-0.453 1-0.359 1.547 0.094 0.531 0.406 1.016 0.859 1.328zM25.75 6.578l0.234 4.156c0.047 0.766-0.016 1.547-0.172 2.297l-0.75 3.422c-0.125 0.594-0.5 1.078-1.047 1.359l-1.656 0.844c0.016-0.625-0.187-1.219-0.609-1.703l-2.281-2.656c-0.531-0.609-1.141-1.156-1.828-1.609l-3.469-2.312c-0.344-0.234-0.75-0.359-1.188-0.359-0.531 0-1.016 0.219-1.375 0.578l-3.672-4.875c-0.516-0.688-0.359-1.656 0.359-2.141 0.672-0.469 1.594-0.25 2.094 0.406l4.156 5.5-4.094-7.109c-0.438-0.734-0.187-1.687 0.578-2.094 0.719-0.375 1.625-0.078 2.031 0.625l3.766 6.563-2.125-5.266c-0.297-0.75-0.094-1.656 0.625-2.031 0.766-0.406 1.703-0.078 2.063 0.703l3.016 6.484 1.578 3.063c0.25 0.484 0.984 0.281 0.953-0.25l-0.187-3.5c-0.047-0.859 0.625-1.578 1.484-1.594 0.812 0 1.469 0.688 1.516 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-low-vision\" viewBox=\"0 0 28 28\">\n<title>low-vision</title>\n<path d=\"M5.234 21.187c-0.031 0-0.063-0.016-0.094-0.031-1.828-1.219-3.656-3.219-4.813-5.078-0.219-0.313-0.328-0.688-0.328-1.078 0-0.812 0.562-1.469 1.016-2.078 1.813-2.469 4.234-4.5 7.063-5.703-0.234-0.422-1.719-3.016-1.719-3.297 0-0.187 0.109-0.359 0.266-0.453 0.313-0.172 1.719-1 2-1 0.172 0 0.344 0.094 0.438 0.25l1.937 3.578c0.984-0.203 2-0.297 3-0.297 5.656 0 10.687 3.203 13.687 7.922 0.203 0.313 0.313 0.688 0.313 1.078s-0.109 0.766-0.313 1.078c-1.859 2.922-4.578 5.344-7.766 6.703 0.234 0.422 1.719 3.016 1.719 3.297 0 0.187-0.094 0.359-0.266 0.453-0.313 0.172-1.719 1-1.984 1-0.187 0-0.359-0.094-0.453-0.25l-1.937-3.578-1-1.859-6.937-12.812 0.109-0.109c-0.531 0.219-1.047 0.453-1.547 0.734 0.187 0.359 7.641 14.047 7.641 14.156 0 0.078-0.063 0.125-0.141 0.141-0.344 0.078-0.781 0.047-1.125 0.047-0.172 0-0.875 0.031-0.938-0.109l-7.125-13.141c-0.453 0.328-0.875 0.688-1.281 1.062 0.344 0.609 6.312 11.594 6.312 11.688 0 0.125-0.078 0.156-0.172 0.156-0.266 0-2.344-0.641-2.422-0.781l-1.656-3.078-3.5-6.453c-0.438 0.531-0.844 1.078-1.219 1.656 0.203 0.297 0.469 0.609 0.641 0.922 0.219 0.406 2.75 5.016 2.75 5.109 0 0.078-0.078 0.156-0.156 0.156zM18.203 19.594l0.766 1.422c2.922-1.188 5.328-3.375 7.031-6.016-1.734-2.672-4.203-4.891-7.172-6.078 1.391 1.328 2.172 3.156 2.172 5.078 0 2.203-1.031 4.281-2.797 5.594zM13.25 10c0 0.406 0.344 0.75 0.75 0.75 0.859 0 1.687 0.344 2.297 0.953s0.953 1.437 0.953 2.297c0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-2.625-2.125-4.75-4.75-4.75-0.406 0-0.75 0.344-0.75 0.75zM18.969 8.984l-0.141-0.063 0.109 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo\" viewBox=\"0 0 20 28\">\n<title>viadeo</title>\n<path d=\"M16.406 17.281c0 2.234-0.781 4.203-2.297 5.844-1.578 1.719-3.578 2.516-5.906 2.516-2.312 0-4.328-0.781-5.906-2.516-1.516-1.641-2.297-3.609-2.297-5.844 0-4.641 3.5-8.437 8.203-8.437 0.969 0 1.937 0.156 2.844 0.484-0.313 0.609-0.531 1.281-0.609 1.969-0.703-0.297-1.469-0.438-2.234-0.438-3.547 0-6.156 3.031-6.156 6.469 0 3.5 2.594 6.359 6.156 6.359s6.141-2.859 6.141-6.359c0-0.891-0.156-1.766-0.5-2.594 0.688-0.141 1.344-0.406 1.922-0.766 0.438 1.047 0.641 2.188 0.641 3.313zM13.219 14.328c0 3.938-1.594 7.219-4.969 9.344l-0.219 0.016c-0.328 0-0.656-0.031-0.969-0.078 4.516-1.719 5.344-8.578 5.344-12.766 0-0.531 0-1.078-0.047-1.609 0.562 1.641 0.859 3.359 0.859 5.094zM12.359 9.203v0.031c-0.812-2.391-1.937-4.703-3.219-6.875 1.969 1.328 3.047 4.547 3.219 6.844zM16.172 12.375c-0.969 0-1.828-0.516-2.5-1.172 1.594-0.875 3.609-2.234 4.531-3.859 0.109-0.219 0.297-0.625 0.328-0.875-0.906 2.031-3.219 3.625-5.375 4.125-0.344-0.531-0.547-1.125-0.547-1.766 0-0.75 0.375-1.75 0.938-2.297 0.641-0.609 1.594-0.922 2.453-1.156 1.25-0.344 2.266-1.313 2.812-2.484 0.812 1.156 1.156 2.562 1.156 3.953 0 0.703-0.109 1.984-0.375 2.656-0.578 1.406-1.75 2.875-3.422 2.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo-square\" viewBox=\"0 0 24 28\">\n<title>viadeo-square</title>\n<path d=\"M16.406 16.266c0-0.781-0.141-1.563-0.438-2.297-0.406 0.25-0.859 0.438-1.328 0.531 0.25 0.562 0.344 1.172 0.344 1.781 0 2.406-1.781 4.375-4.219 4.375-2.453 0-4.234-1.969-4.234-4.375 0-2.359 1.797-4.438 4.234-4.438 0.531 0 1.047 0.094 1.531 0.297 0.047-0.469 0.203-0.938 0.422-1.359-0.625-0.219-1.281-0.328-1.953-0.328-3.234 0-5.641 2.609-5.641 5.812s2.422 5.734 5.641 5.734 5.641-2.547 5.641-5.734zM13.625 10.719c0.031 0.375 0.031 0.75 0.031 1.109 0 2.891-0.562 7.594-3.672 8.781 0.219 0.031 0.438 0.047 0.656 0.047h0.156c2.312-1.469 3.422-3.719 3.422-6.422 0-1.203-0.203-2.391-0.594-3.516zM13.625 10.719c-0.078-1.516-0.938-3.859-2.219-4.719 0.875 1.484 1.656 3.078 2.219 4.719zM18.859 9.078c0-0.953-0.234-1.922-0.797-2.719-0.375 0.797-1.078 1.469-1.937 1.703-1.234 0.344-2.328 0.922-2.328 2.391 0 0.422 0.141 0.844 0.375 1.203 1.484-0.344 3.063-1.437 3.687-2.844-0.094 1.25-2.422 2.766-3.328 3.266 0.453 0.453 1.047 0.812 1.719 0.812 1.141 0 1.953-1.016 2.344-1.984 0.187-0.469 0.266-1.344 0.266-1.828zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat\" viewBox=\"0 0 24 28\">\n<title>snapchat</title>\n<path d=\"M19.984 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.313-2.5-1.297-3.094-2.609-0.047-0.125-0.109-0.25-0.109-0.391 0-0.703 1.953-0.562 1.953-1.563 0-0.422-0.516-0.688-0.891-0.688-0.359 0-0.641 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.031-0.594 0.078-1.188 0.078-1.781 0-0.547-0.031-1.297-0.266-1.781-0.75-1.625-2.203-2.578-3.984-2.578-1.953 0-3.437 0.719-4.297 2.578-0.234 0.484-0.266 1.234-0.266 1.781 0 0.594 0.047 1.188 0.078 1.781-0.063 0.031-0.141 0.031-0.219 0.031-0.359 0-0.641-0.234-0.969-0.234-0.391 0-0.875 0.25-0.875 0.688 0 0.969 1.953 0.844 1.953 1.547 0 0.141-0.063 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.719 1.656 0.984 2.141 1.062 0.141 0.375 0.078 1.031 0.641 1.031 0.391 0 0.781-0.141 1.203-0.141 1.641 0 2.078 1.484 3.984 1.484 1.984 0 2.359-1.484 4.016-1.484 0.422 0 0.812 0.125 1.219 0.125 0.547 0 0.484-0.656 0.625-1.016 0.484-0.078 2.141-0.344 2.141-1.062zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-ghost\" viewBox=\"0 0 26 28\">\n<title>snapchat-ghost</title>\n<path d=\"M13.25 2c2.812-0.031 5.141 1.547 6.312 4.078 0.359 0.766 0.422 1.953 0.422 2.797 0 1-0.078 1.984-0.141 2.984 0.125 0.063 0.297 0.109 0.438 0.109 0.562 0 1.031-0.422 1.594-0.422 0.531 0 1.297 0.375 1.297 1 0 1.5-3.141 1.219-3.141 2.531 0 0.234 0.094 0.453 0.187 0.672 0.75 1.641 2.172 3.219 3.859 3.922 0.406 0.172 0.812 0.266 1.25 0.359 0.281 0.063 0.438 0.266 0.438 0.547 0 1.062-2.703 1.5-3.422 1.609-0.313 0.484-0.078 1.625-0.906 1.625-0.641 0-1.281-0.203-1.969-0.203-0.328 0-0.656 0.016-0.969 0.078-1.859 0.313-2.484 2.312-5.531 2.312-2.938 0-3.641-2-5.453-2.312-0.328-0.063-0.656-0.078-0.984-0.078-0.703 0-1.375 0.234-1.937 0.234-0.875 0-0.609-1.156-0.938-1.656-0.719-0.109-3.422-0.547-3.422-1.609 0-0.281 0.156-0.484 0.438-0.547 0.438-0.094 0.844-0.187 1.25-0.359 1.672-0.688 3.125-2.281 3.859-3.922 0.094-0.219 0.187-0.438 0.187-0.672 0-1.313-3.156-1.062-3.156-2.516 0-0.609 0.719-1 1.266-1 0.484 0 0.969 0.406 1.578 0.406 0.172 0 0.344-0.031 0.5-0.109-0.063-0.984-0.141-1.969-0.141-2.969 0-0.844 0.063-2.047 0.422-2.812 1.375-2.969 3.703-4.047 6.813-4.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-square\" viewBox=\"0 0 24 28\">\n<title>snapchat-square</title>\n<path d=\"M20 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.297-2.5-1.297-3.094-2.609-0.063-0.125-0.109-0.25-0.109-0.391 0-0.703 1.937-0.562 1.937-1.563 0-0.422-0.516-0.688-0.891-0.688-0.344 0-0.625 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.047-0.594 0.078-1.203 0.078-1.797 0-0.531-0.031-1.281-0.266-1.781-0.75-1.625-2.187-2.578-3.984-2.578-1.953 0-3.437 0.734-4.297 2.578-0.234 0.5-0.281 1.25-0.281 1.797 0 0.594 0.047 1.188 0.094 1.781-0.078 0.016-0.156 0.031-0.234 0.031-0.344 0-0.641-0.25-0.969-0.25-0.391 0-0.859 0.266-0.859 0.703 0 0.969 1.937 0.844 1.937 1.547 0 0.141-0.047 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.734 1.656 1 2.156 1.078 0.141 0.375 0.078 1.031 0.625 1.031 0.406 0 0.797-0.156 1.203-0.156 1.656 0 2.094 1.484 4 1.484 1.984 0 2.359-1.484 4.031-1.484 0.406 0 0.812 0.141 1.219 0.141 0.531 0 0.484-0.656 0.609-1.016 0.5-0.078 2.156-0.344 2.156-1.078zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper\" viewBox=\"0 0 36 28\">\n<title>pied-piper</title>\n<path d=\"M36 0c-4.547 3.016-5.031 5.203-5.422 5.875-0.375 0.688-0.656 3.391-1.313 4.703-0.656 1.328-3.047 2.375-3.719 2.812-0.656 0.438-1.594 2.141-2.359 3.609-3.453-0.141-6.875 0.703-9.844 2.469 0 0-1.437 0.828-4.734 2.797 1.656-0.547 2.438-0.938 2.438-0.938 4.125-1.578 5.219-2.328 8.547-2.875 2.562-0.422 5.875-0.078 7.266 0.109 0.063 0 0.109 0.031 0.156 0.047 0.219 0.125 0.297 0.391 0.172 0.609l-3.031 5.391c-0.141 0.266-0.438 0.406-0.734 0.344-0.75-0.141-2.469-0.375-5.531-0.375-4.438 0-8.047 1.359-12.406 1.422-3.672 0.047-5.109-1.453-5.469-1.937 0-0.016-0.016-0.031-0.016-0.047 0-0.063 0.031-0.094 0.094-0.094 0 0 2.156 0 5.797-0.859 4.141-7.891 7.828-10.656 11.844-10.656 0 0 4.031 0 5.094 3.484 1.281-2.234 1.594-2.766 1.594-2.766 0.297-0.531 1.969-4.344 4.859-7.953v0c2.906-3.609 5.094-4.5 6.719-5.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-first-order\" viewBox=\"0 0 24 28\">\n<title>first-order</title>\n<path d=\"M20.656 14c0 0.406-0.016 0.797-0.078 1.188l-3.687-0.219 3.5 1.219c-0.203 0.797-0.516 1.531-0.906 2.203l-3.344-1.609 2.766 2.469c-0.469 0.641-1.031 1.203-1.672 1.687l-2.453-2.781 1.609 3.359c-0.672 0.406-1.406 0.703-2.188 0.922l-1.234-3.563 0.219 3.75c-0.391 0.063-0.781 0.094-1.188 0.094-0.391 0-0.797-0.031-1.188-0.094l0.219-3.719-1.219 3.531c-0.781-0.203-1.516-0.516-2.188-0.922l1.609-3.359-2.453 2.781c-0.641-0.469-1.203-1.047-1.687-1.687l2.781-2.469-3.344 1.625c-0.391-0.688-0.703-1.422-0.906-2.203l3.5-1.234-3.703 0.219c-0.047-0.391-0.078-0.781-0.078-1.188s0.031-0.812 0.078-1.203l3.719 0.219-3.516-1.234c0.203-0.781 0.516-1.516 0.906-2.188l3.344 1.625-2.766-2.484c0.484-0.641 1.047-1.203 1.672-1.687l2.469 2.781-1.609-3.359c0.672-0.391 1.406-0.703 2.188-0.906l1.203 3.5-0.203-3.687c0.375-0.063 0.781-0.094 1.172-0.094 0.406 0 0.797 0.031 1.188 0.094l-0.219 3.703 1.219-3.516c0.781 0.203 1.516 0.516 2.188 0.922l-1.609 3.344 2.469-2.781c0.625 0.484 1.188 1.047 1.672 1.687l-2.766 2.484 3.328-1.625c0.406 0.672 0.703 1.422 0.906 2.203l-3.5 1.219 3.703-0.219c0.063 0.391 0.078 0.797 0.078 1.203zM21.125 14c0-5.078-4.094-9.188-9.125-9.188-5.047 0-9.125 4.109-9.125 9.188 0 5.063 4.078 9.172 9.125 9.172 5.031 0 9.125-4.109 9.125-9.172zM22.266 8.016v11.969l-10.266 5.984-10.266-5.984v-11.969l10.266-5.984zM12 26.859l11.062-6.438v-12.859l-11.062-6.422-11.062 6.422v12.859zM24 7v14l-12 7-12-7v-14l12-7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yoast\" viewBox=\"0 0 26 28\">\n<title>yoast</title>\n<path d=\"M5.297 3.406h10.797l-0.406 1.125h-10.391c-2.297 0-4.172 1.891-4.172 4.188v12.047c0 1.969 1.406 3.703 3.344 4.109 0.5 0.109 1.016 0.078 1.531 0.078v1.125h-0.703c-2.922 0-5.297-2.391-5.297-5.313v-12.047c0-2.922 2.375-5.313 5.297-5.313zM18.594 0h3.859l-7.531 20.219c-1.406 3.75-3.109 7.656-7.734 7.781v-3.047c1.734-0.281 2.844-1.234 3.437-2.844 0.203-0.531 0.313-1.078 0.313-1.641s-0.109-1.125-0.313-1.656l-4.453-11.453h3.563l2.922 9.141zM26 8.719v17.359h-12.422c0.25-0.375 0.516-0.734 0.703-1.141h10.594v-16.219c0-1.781-1.125-3.375-2.797-3.969l0.391-1.047c2.125 0.719 3.531 2.781 3.531 5.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-themeisle\" viewBox=\"0 0 28 28\">\n<title>themeisle</title>\n<path d=\"M13.312 4.828c0 0.562-0.359 1.188-0.969 1.188-0.625 0-0.969-0.625-0.969-1.188 0-0.547 0.344-1.188 0.969-1.188 0.609 0 0.969 0.641 0.969 1.188zM10.75 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.094 0.531-1.094 1.141v1.781c0 0.609 0.469 1.156 1.094 1.156s1.109-0.531 1.109-1.156zM13.438 26.328v-1.781c0-0.609-0.469-1.141-1.094-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.094-0.547 1.094-1.156zM16.156 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.531 1.109-1.156zM18.875 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.547 1.109-1.156zM23.063 15.641c-1.687 3.234-4.937 5.609-8.672 5.609-5.281 0-8.781-4.625-8.781-9.656 0-0.922 0.109-1.828 0.328-2.719-1.094 1.844-1.625 3.969-1.625 6.094 0 3.297 1.359 6.656 3.906 8.797 0.281-0.531 0.812-0.891 1.422-0.891 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.797-0.781 1.359-0.781 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.812-0.781 1.359-0.781s1.062 0.313 1.359 0.781c0.281-0.469 0.797-0.781 1.344-0.781 0.594 0 1.141 0.359 1.406 0.875 2.375-1.984 3.75-5.031 3.906-8.109zM20.719 15.188c0-0.781-0.344-1.172-1.125-1.172-0.25 0-0.5 0.047-0.734 0.094-0.781 0.156-1.547 0.297-2.328 0.297-2.469 0-3.531-1.437-3.531-3.797 0-1.078 0.203-2.141 0.469-3.187-0.828 1.266-1.297 2.781-1.297 4.297 0 2.953 1.875 5.797 5.063 5.797 1.172 0 2.328-0.422 3.281-1.094 0.109-0.406 0.203-0.812 0.203-1.234zM13.813 4.891c0-0.984-0.688-2.016-1.766-2.016s-1.766 1.031-1.766 2.016c0 1 0.688 2.031 1.766 2.031s1.766-1.031 1.766-2.031zM23.641 10.187c0-2.938-1.891-5.781-5.063-5.781-1.656 0-3.203 0.828-4.312 2.016-0.391 1.297-0.75 2.812-0.75 4.188 0 2.078 0.828 3.281 3.016 3.281 0.75 0 1.484-0.141 2.219-0.297 0.281-0.047 0.547-0.094 0.828-0.094 1.078 0 1.625 0.625 1.625 1.687 0 0.234-0.016 0.484-0.063 0.719 1.578-1.422 2.5-3.594 2.5-5.719zM28 13.578c0 1.969-0.625 5.594-1.984 7.094-1.25 1.359-4.781 3.344-6.609 3.859l-0.063 0.016v1.781c0 0.891-0.688 1.672-1.594 1.672-0.547 0-1.062-0.313-1.344-0.781-0.297 0.469-0.812 0.781-1.359 0.781s-1.062-0.313-1.359-0.781c-0.281 0.469-0.797 0.781-1.344 0.781-0.562 0-1.062-0.313-1.359-0.781-0.281 0.469-0.797 0.781-1.344 0.781-1.031 0-1.609-0.859-1.609-1.797-0.891 0.672-1.953 1.062-3.094 1.062-1.203 0-2.375-0.453-3.297-1.25 0.562-0.016 1.125-0.125 1.656-0.313-1.141-0.313-2.156-1.031-2.844-1.984 0.359 0.078 0.734 0.109 1.109 0.109 0.906 0 1.797-0.25 2.562-0.719-1.203-1.203-3.094-3.219-3.75-4.781-0.313-0.734-0.375-1.719-0.375-2.5 0-2.719 1.109-8.75 4.719-8.75 0.578 0 1.031 0.266 1.266 0.812 0.203-0.297 0.422-0.578 0.656-0.844 0.109-0.141 0.313-0.297 0.391-0.453 0.438-0.688 0.641-1.156 1.188-1.859 1.766-2.25 4.469-3.797 7.375-3.797 0.328 0 0.656 0.016 0.969 0.063 0.594-0.641 1.422-1 2.281-1 0.797 0 1.625 0.328 2.188 0.891 0.047 0.047 0.078 0.125 0.078 0.187 0 0.203-0.562 0.734-0.703 0.891 0.234 0.078 0.859 0.375 0.859 0.656 0 0.156-0.156 0.281-0.25 0.391 1.719 1.516 2.703 3.672 3.078 5.906 0.234-0.281 0.562-0.469 0.938-0.469 0.578 0 1.141 0.391 1.563 0.766 1.141 1.016 1.406 2.906 1.406 4.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-circle\" viewBox=\"0 0 24 28\">\n<title>google-plus-circle</title>\n<path d=\"M14.328 14.141c0-0.344-0.031-0.672-0.094-1h-5.656v2.063h3.391c-0.25 1.656-1.813 2.578-3.391 2.578-2.078 0-3.734-1.719-3.734-3.781s1.656-3.781 3.734-3.781c0.875 0 1.75 0.297 2.391 0.922l1.625-1.578c-1.109-1.031-2.5-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fa\" viewBox=\"0 0 25 28\">\n<title>fa</title>\n<path d=\"M24 8v13.109c0 0.484-0.313 0.844-0.766 0.969-1.672 0.5-3.547 0.812-5.281 0.812-2.344 0-4.328-0.922-6.922-0.922-1.922 0-3.906 0.313-5.781 0.75v5.281h-2.5v-21.375c-1.313-0.516-2.172-1.797-2.172-3.203 0-1.891 1.531-3.422 3.422-3.422s3.422 1.531 3.422 3.422c0 1.406-0.859 2.688-2.172 3.203v1.062c1.75-0.406 3.563-0.688 5.359-0.688 1.031 0 2.063 0.078 3.094 0.234 1.344 0.203 2.703 0.672 4.078 0.672 0.859 0 1.734-0.109 2.578-0.281 0.641-0.125 2.109-0.625 2.641-0.625 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-handshake-o\" viewBox=\"0 0 36 28\">\n<title>handshake-o</title>\n<path d=\"M3 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM26.016 17.094c-1.234-1.609-2.438-3.25-3.844-4.719l-1.953 2.188c-1.719 1.953-4.797 1.906-6.469-0.094-1.188-1.437-1.188-3.5 0.031-4.922l2.766-3.219c-0.969-0.5-2.141-0.328-3.187-0.328-0.922 0-1.813 0.375-2.469 1.031l-2.469 2.469h-2.422v8.5c0.688 0 1.312-0.094 1.859 0.438l4.641 4.562c0.953 0.922 2.187 1.734 3.547 1.734 0.703 0 1.453-0.234 1.953-0.734 1.172 0.406 2.531-0.25 2.891-1.453 0.75 0.063 1.437-0.172 1.984-0.688 0.359-0.328 0.828-0.984 0.781-1.5 0.141 0.141 0.484 0.156 0.672 0.156 1.859 0 2.828-1.953 1.687-3.422zM28.5 18h1.5v-8h-1.453l-2.453-2.812c-0.656-0.75-1.641-1.188-2.641-1.188h-2.609c-0.875 0-1.719 0.391-2.281 1.047l-3.266 3.797c-0.578 0.688-0.578 1.656-0.016 2.344 0.891 1.062 2.531 1.078 3.453 0.047l3.016-3.406c0.719-0.797 2.031-0.047 1.703 0.969 0.594 0.688 1.234 1.359 1.813 2.047 0.781 0.969 1.531 1.984 2.297 2.969 0.484 0.625 0.844 1.375 0.938 2.188zM33 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM36 9v10c0 0.547-0.453 1-1 1h-6.781c-0.562 1.359-1.797 2.266-3.234 2.469-0.672 0.984-1.703 1.734-2.859 1.984-0.859 1.094-2.25 1.75-3.641 1.656-2.578 1.453-5.484 0.187-7.406-1.703l-4.484-4.406h-5.594c-0.547 0-1-0.453-1-1v-10.5c0-0.547 0.453-1 1-1h6.578c1.813-1.813 3.062-3.5 5.781-3.5h1.828c1.016 0 2 0.313 2.828 0.875 0.828-0.562 1.813-0.875 2.828-0.875h2.609c2.969 0 4.203 1.937 6 4h5.547c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open\" viewBox=\"0 0 28 28\">\n<title>envelope-open</title>\n<path d=\"M28 10.219v15.281c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-15.281c0-0.141 0.063-0.281 0.172-0.375 1.641-1.437 1.656-1.609 9.812-7.562 0.984-0.719 2.719-2.281 4.016-2.281s3.047 1.578 4.016 2.281c8.156 5.953 8.172 6.125 9.812 7.562 0.109 0.094 0.172 0.234 0.172 0.375zM19.187 19.359c2.438-1.766 4.141-3 5.391-3.938 0.219-0.156 0.266-0.469 0.094-0.688l-0.594-0.812c-0.172-0.219-0.484-0.266-0.703-0.094-1.234 0.906-2.922 2.156-5.359 3.906-0.969 0.703-2.719 2.266-4.016 2.266s-3.047-1.563-4.016-2.266c-2.438-1.766-4.125-3-5.359-3.906-0.219-0.172-0.531-0.125-0.703 0.094l-0.594 0.812c-0.172 0.219-0.125 0.531 0.094 0.688 1.25 0.938 2.953 2.172 5.391 3.938 1.219 0.875 3.141 2.641 5.187 2.641 2.063 0 4.031-1.797 5.187-2.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open-o\" viewBox=\"0 0 28 28\">\n<title>envelope-open-o</title>\n<path d=\"M23.031 14.266l0.609 0.797c0.172 0.219 0.125 0.516-0.078 0.688-1.563 1.219-5.156 3.984-5.313 4.109-1.109 0.906-2.609 2.156-4.234 2.141h-0.031c-1.625 0-3.125-1.234-4.234-2.141-0.172-0.141-3.641-2.812-5.172-4-0.219-0.172-0.266-0.469-0.094-0.688l0.578-0.812c0.172-0.234 0.5-0.281 0.719-0.094 1.062 0.828 2.562 1.984 4.781 3.687 0.781 0.594 2.328 2.047 3.422 2.047h0.031c1.094 0 2.641-1.453 3.422-2.047 2.297-1.766 3.828-2.938 4.891-3.781 0.219-0.172 0.531-0.125 0.703 0.094zM26 25.5v-14.5c-1.563-1.453-1.328-1.328-8.563-6.922-0.781-0.609-2.328-2.078-3.422-2.078h-0.031c-1.094 0-2.641 1.469-3.422 2.078-7.234 5.594-7 5.469-8.563 6.922v14.5c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 11v14.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-14.5c0-0.562 0.234-1.094 0.641-1.469 3.203-2.969 6.891-5.547 9.109-7.375 1.094-0.906 2.609-2.156 4.234-2.156h0.031c1.625 0 3.141 1.25 4.234 2.156 2.063 1.703 5.984 4.469 9.109 7.375 0.406 0.375 0.641 0.906 0.641 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linode\" viewBox=\"0 0 24 28\">\n<title>linode</title>\n<path d=\"M5.156 23.984l3.156 3.344-0.531-3.687-3.375-3.328zM8.687 27.516l4.281-3.406-0.172-3.828-4.688 3.359zM3.828 17.547l3.547 3.328-0.75-5.109-3.828-3.187zM7.734 21.047l4.953-3.344-0.219-5.063-5.5 3.125zM13.172 21.219l1.484 1.25-0.031-3.734-1.609-1.234c0 0.125 0.063 0.344-0.063 0.438l-1.219 0.812 1.328 1.094c0.156 0.125 0.109 1.188 0.109 1.375zM2.156 9.469l4 3.125-1.062-7.266-4.359-2.703zM18.328 19.828l0.234-3.656-3.594 2.562 0.031 3.75zM6.516 12.719l5.828-3.031-0.297-6.891-6.609 2.547zM19.844 18.422l0.313-3.641-3.531-2.219-0.031 1.641 2.25 1.484c0.047 0.031 0.078 0.094 0.063 0.141l-0.109 1.859zM22.828 16.25l0.469-3.469-2.797 2-0.313 3.563zM19.891 18.859l-1.109-0.766-0.125 1.828c0 0.047-0.016 0.094-0.063 0.125l-3.656 2.922c-0.063 0.047-0.156 0.047-0.219 0l-1.531-1.297 0.109 2.516c0 0.047-0.016 0.094-0.063 0.125l-4.578 3.656c-0.031 0.016-0.063 0.031-0.094 0.031-0.047-0.016-0.094-0.016-0.125-0.047l-3.563-3.781c-0.078-0.078-0.844-3.938-0.922-4.328-0.016-0.063 0.031-0.141 0.078-0.172l0.953-0.578c-0.187-0.172-1.453-1.281-1.484-1.437l-1.125-5.484c-0.016-0.063 0.016-0.141 0.094-0.187l1.469-0.703c-0.25-0.187-2.063-1.5-2.109-1.687l-1.5-7.281c-0.016-0.094 0.031-0.172 0.109-0.203l6.766-2.109c0.031 0 0.078 0 0.125 0.016l4.953 2.391c0.047 0.031 0.094 0.094 0.094 0.141l0.313 7.234c0 0.063-0.031 0.125-0.094 0.156l-1.844 0.953 1.969 1.328c0.047 0.016 0.078 0.078 0.078 0.125l0.078 1.922 1.891-1.156c0.047-0.031 0.125-0.031 0.172 0l1.313 0.875 0.047-1.719c0-0.047 0.031-0.109 0.078-0.141l3.219-1.969c0.063-0.031 0.125-0.031 0.172 0l3.828 2.109c0.031 0.031 0.063 0.063 0.078 0.109 0.031 0.109-0.484 3.625-0.531 3.984 0 0.047-0.031 0.094-0.063 0.109l-2.984 2.391c-0.063 0.047-0.141 0.047-0.203 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book\" viewBox=\"0 0 26 28\">\n<title>address-book</title>\n<path d=\"M18.766 19.344c0-2.766-0.672-5.844-3.453-5.844-0.859 0.5-2.031 1.359-3.313 1.359s-2.453-0.859-3.313-1.359c-2.781 0-3.453 3.078-3.453 5.844 0 1.547 1.016 2.656 2.266 2.656h9c1.25 0 2.266-1.109 2.266-2.656zM16.063 10.063c0-2.25-1.828-4.062-4.062-4.062s-4.062 1.813-4.062 4.062c0 2.234 1.828 4.047 4.062 4.047s4.062-1.813 4.062-4.047zM26 18.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book-o\" viewBox=\"0 0 26 28\">\n<title>address-book-o</title>\n<path d=\"M16.063 10.063c0 2.234-1.828 4.047-4.062 4.047s-4.062-1.813-4.062-4.047c0-2.25 1.828-4.062 4.062-4.062s4.062 1.813 4.062 4.062zM15.313 13.5c2.984 0 3.453 3.547 3.453 5.844 0 1.313-0.828 2.656-2.266 2.656h-9c-1.437 0-2.266-1.344-2.266-2.656 0-2.203 0.469-5.844 3.375-5.844h0.078c1.031 0.609 2.078 1.359 3.313 1.359s2.281-0.75 3.313-1.359zM26 9.5c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.266 0 0.5 0.234 0.5 0.5v3zM22 25.5v-23c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v23c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card\" viewBox=\"0 0 32 28\">\n<title>address-card</title>\n<path d=\"M16 17.672c0-2.422-0.594-5.109-3.063-5.109-0.766 0.438-1.797 1.188-2.938 1.188s-2.172-0.75-2.938-1.188c-2.469 0-3.063 2.688-3.063 5.109 0 1.359 0.891 2.328 2 2.328h8c1.109 0 2-0.969 2-2.328zM13.547 9.547c0-1.953-1.594-3.547-3.547-3.547s-3.547 1.594-3.547 3.547c0 1.969 1.594 3.547 3.547 3.547s3.547-1.578 3.547-3.547zM28 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM28 13.438v-0.875c0-0.313-0.25-0.562-0.562-0.562h-8.875c-0.313 0-0.562 0.25-0.562 0.562v0.875c0 0.313 0.25 0.562 0.562 0.562h8.875c0.313 0 0.562-0.25 0.562-0.562zM28 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-5.5v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-12v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-5.5c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card-o\" viewBox=\"0 0 32 28\">\n<title>address-card-o</title>\n<path d=\"M16 17.672c0 1.359-0.891 2.328-2 2.328h-8c-1.109 0-2-0.969-2-2.328 0-2.422 0.594-5.109 3.062-5.109 0.766 0.438 1.797 1.188 2.938 1.188s2.172-0.75 2.938-1.188c2.469 0 3.062 2.688 3.062 5.109zM13.547 9.547c0 1.969-1.594 3.547-3.547 3.547s-3.547-1.578-3.547-3.547c0-1.953 1.594-3.547 3.547-3.547s3.547 1.594 3.547 3.547zM28 16.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM28 12.563v0.875c0 0.313-0.25 0.562-0.562 0.562h-8.875c-0.313 0-0.562-0.25-0.562-0.562v-0.875c0-0.313 0.25-0.562 0.562-0.562h8.875c0.313 0 0.562 0.25 0.562 0.562zM28 8.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-19c0-0.266-0.234-0.5-0.5-0.5h-27c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h5.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h12v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h5.5c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle\" viewBox=\"0 0 28 28\">\n<title>user-circle</title>\n<path d=\"M23.797 20.922c-0.406-2.922-1.594-5.516-4.25-5.875-1.375 1.5-3.359 2.453-5.547 2.453s-4.172-0.953-5.547-2.453c-2.656 0.359-3.844 2.953-4.25 5.875 2.172 3.063 5.75 5.078 9.797 5.078s7.625-2.016 9.797-5.078zM20 10c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM28 14c0 7.703-6.25 14-14 14-7.734 0-14-6.281-14-14 0-7.734 6.266-14 14-14s14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle-o\" viewBox=\"0 0 28 28\">\n<title>user-circle-o</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14 0 7.688-6.234 14-14 14-7.75 0-14-6.297-14-14 0-7.734 6.266-14 14-14zM23.672 21.109c1.453-2 2.328-4.453 2.328-7.109 0-6.609-5.391-12-12-12s-12 5.391-12 12c0 2.656 0.875 5.109 2.328 7.109 0.562-2.797 1.922-5.109 4.781-5.109 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c2.859 0 4.219 2.312 4.781 5.109zM20 11c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-o\" viewBox=\"0 0 24 28\">\n<title>user-o</title>\n<path d=\"M18.766 12.25c2.203 0.641 5.234 2.812 5.234 9.922 0 3.219-2.391 5.828-5.328 5.828h-13.344c-2.938 0-5.328-2.609-5.328-5.828 0-7.109 3.031-9.281 5.234-9.922-0.781-1.234-1.234-2.688-1.234-4.25 0-4.406 3.594-8 8-8s8 3.594 8 8c0 1.563-0.453 3.016-1.234 4.25zM12 2c-3.313 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6-2.688-6-6-6zM18.672 26c1.828 0 3.328-1.703 3.328-3.828 0-4.922-1.656-8-4.75-8.156-1.406 1.234-3.234 1.984-5.25 1.984s-3.844-0.75-5.25-1.984c-3.094 0.156-4.75 3.234-4.75 8.156 0 2.125 1.5 3.828 3.328 3.828h13.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-id-badge\" viewBox=\"0 0 20 28\">\n<title>id-badge</title>\n<path d=\"M16 19.656c0 1.344-0.891 2.344-2 2.344h-8c-1.109 0-2-1-2-2.344 0-2.438 0.609-5.141 3.062-5.141 0.766 0.719 1.797 1.172 2.938 1.172s2.172-0.453 2.938-1.172c2.453 0 3.062 2.703 3.062 5.141zM13.594 11.547c0 1.969-1.609 3.547-3.594 3.547s-3.594-1.578-3.594-3.547c0-1.953 1.609-3.547 3.594-3.547s3.594 1.594 3.594 3.547zM18 25.5v-21.5h-16v21.5c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM20 2.5v23c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h5.5v1.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-1.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license\" viewBox=\"0 0 32 28\">\n<title>drivers-license</title>\n<path d=\"M14 18.937c0-2.063-0.5-4.438-2.562-4.438-0.625 0.625-1.484 1-2.438 1s-1.813-0.375-2.438-1c-2.063 0-2.562 2.375-2.562 4.438 0 1.141 0.75 2.063 1.672 2.063h6.656c0.922 0 1.672-0.922 1.672-2.063zM12 12c0-1.656-1.344-3-3-3s-3 1.344-3 3 1.344 3 3 3 3-1.344 3-3zM28 19.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM22 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM28 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM28 11.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM2 6h28v-1.5c0-0.281-0.219-0.5-0.5-0.5h-27c-0.281 0-0.5 0.219-0.5 0.5v1.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license-o\" viewBox=\"0 0 32 28\">\n<title>drivers-license-o</title>\n<path d=\"M14 18.937c0 1.141-0.75 2.063-1.672 2.063h-6.656c-0.922 0-1.672-0.922-1.672-2.063 0-2.063 0.5-4.438 2.562-4.438 0.625 0.625 1.484 1 2.438 1s1.813-0.375 2.438-1c2.063 0 2.562 2.375 2.562 4.438zM12 12c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 18.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 10.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-17.5h-28v17.5c0 0.266 0.234 0.5 0.5 0.5h27c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quora\" viewBox=\"0 0 28 28\">\n<title>quora</title>\n<path d=\"M19.609 12.297c0-6.516-2.031-9.859-6.797-9.859-4.688 0-6.719 3.344-6.719 9.859 0 6.484 2.031 9.797 6.719 9.797 0.75 0 1.422-0.078 2.047-0.266v0c-0.969-1.906-2.109-3.828-4.328-3.828-0.422 0-0.844 0.063-1.234 0.25l-0.766-1.516c0.922-0.797 2.406-1.422 4.312-1.422 2.984 0 4.5 1.437 5.719 3.266 0.703-1.563 1.047-3.672 1.047-6.281zM25.703 22.172h1.828c0.109 1.125-0.453 5.828-5.563 5.828-3.094 0-4.719-1.797-5.953-3.891v0c-1.016 0.281-2.109 0.422-3.203 0.422-6.25 0-12.359-4.984-12.359-12.234 0-7.313 6.125-12.297 12.359-12.297 6.359 0 12.406 4.953 12.406 12.297 0 4.094-1.906 7.422-4.672 9.562 0.891 1.344 1.813 2.234 3.094 2.234 1.406 0 1.969-1.078 2.063-1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-free-code-camp\" viewBox=\"0 0 36 28\">\n<title>free-code-camp</title>\n<path d=\"M7.078 25.578c0 0.438-0.391 0.844-0.828 0.844-0.063 0-0.141-0.031-0.203-0.047v0c-0.875-0.203-2-1.516-2.531-2.188-2.438-3.078-3.516-6.672-3.516-10.563 0-3.625 1.094-6.734 3.328-9.594 0.516-0.672 2.047-2.438 2.953-2.438 0.391 0 0.797 0.313 0.797 0.719 0 0.469-0.688 1.109-0.984 1.406-0.859 0.891-1.656 1.797-2.297 2.875-1.328 2.219-1.859 4.438-1.859 7.016 0 2.766 0.516 5.266 1.922 7.672 0.594 1.016 1.297 1.859 2.125 2.703 0.328 0.359 1.094 1.062 1.094 1.594zM28.063 23.484c0 0.578-0.391 1.062-1 1.062h-16.891c-0.547 0-1-0.453-1-1 0-0.578 0.391-1.062 1-1.062h16.891c0.547 0 1 0.453 1 1zM24.703 13.937c0 1.312-0.297 2.531-1.047 3.641-0.516 0.766-1.563 1.75-2.391 2.172-0.125 0.078-0.281 0.156-0.422 0.156-0.125 0-0.359-0.141-0.359-0.281 0-0.453 1.906-1.531 1.906-3.625 0-0.688-0.172-1.453-0.547-2.031-0.109-0.156-0.5-0.656-0.719-0.656-0.047 0-0.047 0.031-0.047 0.078 0 0.375 0.234 0.734 0.234 1.125 0 0.5-0.609 0.75-1.031 0.75-0.734 0-1.031-0.516-1.031-1.188 0-0.453 0.047-0.922 0.047-1.375 0-0.328-0.016-0.422-0.156-0.719-0.219-0.422-0.938-1.281-1.453-1.281-0.141 0-0.187 0-0.187 0.141 0 0.219 0.5 0.453 0.5 1.25 0 2.078-2.859 2.453-2.859 4.531 0 0.938 0.125 1.719 0.656 2.5 0.328 0.484 0.688 0.766 1.234 0.984 0.141 0.047 0.281 0.063 0.281 0.234s-0.141 0.25-0.281 0.25c-0.078 0-0.438-0.141-0.516-0.172v0c-2.406-0.875-4.234-2.969-4.234-5.594 0-3.109 3.734-5.828 3.734-8.813 0-0.578-0.094-0.984-0.391-1.469-0.172-0.281-0.594-0.828-0.875-1-0.125-0.063-0.297-0.172-0.297-0.328 0-0.266 0.453-0.313 0.641-0.313 0.562 0 1.203 0.203 1.719 0.453 2.172 1.031 2.625 2.609 3 4.797 0.094 0.516 0.281 2.156 1.031 2.156 0.484 0 0.797-0.328 0.797-0.797 0-0.703-0.625-1.469-0.625-1.859 0-0.109 0.063-0.156 0.156-0.156 0.391 0 1.203 0.828 1.453 1.094 1.516 1.609 2.078 3.172 2.078 5.344zM36 14.391c0 2.75-0.734 5.5-2.156 7.859-0.656 1.094-2.812 4.156-4.234 4.156-0.328 0-0.719-0.406-0.719-0.734 0-0.531 1.828-2.234 2.281-2.812 1.937-2.438 2.859-5.187 2.859-8.297 0-2.562-0.313-4.641-1.453-6.969-0.703-1.437-1.437-2.406-2.547-3.563-0.359-0.375-1.141-1.078-1.141-1.641 0-0.391 0.406-0.812 0.797-0.812 1.031 0 2.516 1.906 3.063 2.641 2.094 2.812 2.984 5.703 3.219 9.172 0.016 0.328 0.031 0.672 0.031 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-telegram\" viewBox=\"0 0 28 28\">\n<title>telegram</title>\n<path d=\"M18.578 20.422l2.297-10.828c0.203-0.953-0.344-1.328-0.969-1.094l-13.5 5.203c-0.922 0.359-0.906 0.875-0.156 1.109l3.453 1.078 8.016-5.047c0.375-0.25 0.719-0.109 0.438 0.141l-6.484 5.859-0.25 3.563c0.359 0 0.516-0.156 0.703-0.344l1.687-1.625 3.5 2.578c0.641 0.359 1.094 0.172 1.266-0.594zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer\" viewBox=\"0 0 16 28\">\n<title>thermometer</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-14.172h2v14.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-3\" viewBox=\"0 0 16 28\">\n<title>thermometer-3</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-10.172h2v10.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-2\" viewBox=\"0 0 16 28\">\n<title>thermometer-2</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-6.172h2v6.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-1\" viewBox=\"0 0 16 28\">\n<title>thermometer-1</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-2.172h2v2.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-0\" viewBox=\"0 0 16 28\">\n<title>thermometer-0</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.641 1.328-3 3-3s3 1.375 3 3zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shower\" viewBox=\"0 0 30 28\">\n<title>shower</title>\n<path d=\"M22.391 3.891c0.203 0.203 0.203 0.516 0 0.719l-9.781 9.781c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l0.688-0.688c-1.516-1.906-1.703-4.516-0.547-6.594-0.719-0.688-1.687-1.109-2.75-1.109-2.203 0-4 1.797-4 4v20h-4v-20c0-4.406 3.594-8 8-8 2.25 0 4.281 0.938 5.734 2.438 1.969-0.797 4.25-0.5 5.969 0.859l0.688-0.688c0.203-0.203 0.516-0.203 0.719 0zM21 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM25 10c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM29 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM22 11c0-0.547 0.453-1 1-1s1 0.453 1 1-0.453 1-1 1-1-0.453-1-1zM27 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 14c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM25 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 16c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM23 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 18c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 20c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bath\" viewBox=\"0 0 28 28\">\n<title>bath</title>\n<path d=\"M26 17v3c0 1.781-0.781 3.359-2 4.469v3.031c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.844c-0.625 0.219-1.297 0.344-2 0.344h-12c-0.703 0-1.375-0.125-2-0.344v1.719c0 0.344-0.219 0.625-0.5 0.625h-1c-0.281 0-0.5-0.281-0.5-0.625v-2.906c-1.219-1.109-2-2.688-2-4.469v-3h24zM11 10.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 9.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-10c0-2.203 1.797-4 4-4 1.125 0 2.141 0.469 2.875 1.219 0.969-0.391 2.125-0.25 2.984 0.422l0.344-0.344c0.094-0.094 0.25-0.094 0.344 0l0.656 0.656c0.094 0.094 0.094 0.25 0 0.344l-4.906 4.906c-0.094 0.094-0.25 0.094-0.344 0l-0.656-0.656c-0.094-0.094-0.094-0.25 0-0.344l0.344-0.344c-0.75-0.953-0.844-2.266-0.266-3.313-0.359-0.344-0.844-0.547-1.375-0.547-1.109 0-2 0.891-2 2v10h23.5c0.281 0 0.5 0.219 0.5 0.5zM14 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM14 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM16 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM17 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-podcast\" viewBox=\"0 0 24 28\">\n<title>podcast</title>\n<path d=\"M15.531 18.625c0 1.031-0.109 2.063-0.266 3.078-0.234 1.625-0.469 3.297-0.859 4.891-0.281 1.141-1.344 1.406-2.375 1.406s-2.094-0.266-2.375-1.406c-0.391-1.594-0.625-3.266-0.859-4.891-0.156-1.016-0.266-2.047-0.266-3.078 0-2.109 1.703-2.625 3.5-2.625s3.5 0.516 3.5 2.625zM24 12c0 5.063-3.125 9.391-7.562 11.156-0.172 0.063-0.359-0.094-0.328-0.281 0.047-0.328 0.094-0.672 0.156-1.031 0.031-0.25 0.063-0.5 0.094-0.734 0.016-0.094 0.063-0.156 0.141-0.187 3.25-1.656 5.5-5.031 5.5-8.922 0-5.703-4.781-10.297-10.547-9.984-5.281 0.281-9.484 4.781-9.453 10.063 0.031 3.891 2.297 7.25 5.563 8.875 0.078 0.031 0.125 0.109 0.141 0.187 0.031 0.219 0.063 0.453 0.094 0.703 0.063 0.375 0.109 0.719 0.172 1.062 0.031 0.187-0.172 0.344-0.344 0.266-4.641-1.813-7.875-6.438-7.609-11.766 0.297-6.047 5.172-11 11.219-11.375 6.969-0.438 12.766 5.094 12.766 11.969zM15.531 11.5c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5zM20.031 12c0 2.578-1.234 4.891-3.125 6.344-0.156 0.125-0.375 0.016-0.406-0.187-0.047-0.438-0.172-0.953-0.453-1.437-0.063-0.094-0.047-0.219 0.047-0.313 1.188-1.094 1.937-2.656 1.937-4.406 0-3.531-3.078-6.359-6.687-5.969-2.766 0.313-5.016 2.594-5.281 5.375-0.203 1.969 0.578 3.781 1.906 5 0.094 0.094 0.109 0.219 0.047 0.313-0.281 0.484-0.406 1-0.453 1.453-0.031 0.187-0.25 0.297-0.406 0.172-1.937-1.5-3.172-3.859-3.125-6.516 0.094-4.156 3.469-7.625 7.609-7.812 4.594-0.219 8.391 3.437 8.391 7.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-maximize\" viewBox=\"0 0 28 28\">\n<title>window-maximize</title>\n<path d=\"M4 22h20v-12h-20v12zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-minimize\" viewBox=\"0 0 28 28\">\n<title>window-minimize</title>\n<path d=\"M28 20.5v3c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-restore\" viewBox=\"0 0 32 28\">\n<title>window-restore</title>\n<path d=\"M4 24h12v-8h-12v8zM20 16h8v-12h-12v4h1.5c1.375 0 2.5 1.125 2.5 2.5v5.5zM32 2.5v15c0 1.375-1.125 2.5-2.5 2.5h-9.5v5.5c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h9.5v-5.5c0-1.375 1.125-2.5 2.5-2.5h15c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle\" viewBox=\"0 0 28 28\">\n<title>times-rectangle</title>\n<path d=\"M18.359 20.641l2.281-2.281c0.203-0.203 0.203-0.516 0-0.719l-3.641-3.641 3.641-3.641c0.203-0.203 0.203-0.516 0-0.719l-2.281-2.281c-0.203-0.203-0.516-0.203-0.719 0l-3.641 3.641-3.641-3.641c-0.203-0.203-0.516-0.203-0.719 0l-2.281 2.281c-0.203 0.203-0.203 0.516 0 0.719l3.641 3.641-3.641 3.641c-0.203 0.203-0.203 0.516 0 0.719l2.281 2.281c0.203 0.203 0.516 0.203 0.719 0l3.641-3.641 3.641 3.641c0.203 0.203 0.516 0.203 0.719 0zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle-o\" viewBox=\"0 0 28 28\">\n<title>times-rectangle-o</title>\n<path d=\"M19.641 17.359l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.641-2.641-2.641 2.641c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.641-2.641-2.641-2.641c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.641 2.641 2.641-2.641c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.641 2.641 2.641 2.641c0.203 0.203 0.203 0.516 0 0.719zM4 22h20v-16h-20v16zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bandcamp\" viewBox=\"0 0 28 28\">\n<title>bandcamp</title>\n<path d=\"M16.719 18.406l4.781-8.813h-10.219l-4.781 8.813h10.219zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-grav\" viewBox=\"0 0 28 28\">\n<title>grav</title>\n<path d=\"M20.172 7.438c-0.5-0.562-1.313 0.391-0.875 0.906 0.422 0.516 1.813 0.141 0.875-0.906zM13.984 11.281c-0.172 0.172-0.438 0.172-0.594 0-0.172-0.156-0.172-0.422 0-0.578 0.156-0.172 0.422-0.172 0.594 0 0.156 0.156 0.156 0.422 0 0.578zM16.562 12.437l-0.547 0.547c-0.25 0.266-0.672 0.266-0.938 0l-0.594-0.594c-0.25-0.266-0.25-0.672 0-0.938l0.547-0.547c0.25-0.25 0.672-0.25 0.938 0l0.594 0.609c0.25 0.25 0.25 0.672 0 0.922zM14.859 10.406c-0.156 0.156-0.422 0.156-0.594 0-0.156-0.172-0.156-0.438 0-0.594 0.172-0.172 0.438-0.172 0.594 0 0.172 0.156 0.172 0.422 0 0.594zM21.156 8.875c-0.703 1.328-2.547 1.875-3.672 1.078-1.125-0.812-1.906-2.438-0.672-3.844 1.219-1.406 2.297-0.969 3.375 0.047 0.672 0.641 1.656 1.406 0.969 2.719zM24.297 16.406c0.141-0.906-1.156-0.938-1.437-1.453-0.766-1.359-1.563-2.078-3.078-1.719 0.656-0.453 1.328-0.344 1.328-0.344 0.016-0.359 0-0.734-0.531-1.406 0.219-0.703 0.016-1.266 0.016-1.266 0.875-0.484 1.516-1.375 1.641-2.438 0.203-1.75-1.062-3.344-2.812-3.547-1.25-0.141-2.469 0.438-3.063 1.453-1.313 2.266 0.078 4 1.266 4.594-0.812-0.078-1.937-0.672-2.266-1.937-0.375-1.453 0.156-2.812 0.5-3.469 0 0-0.25-0.328-0.453-0.5 0 0-0.781 0-1.391 0.297 0.672-0.859 1.422-0.812 1.422-0.812 0-0.359-0.031-0.844-0.203-1.219-0.313-0.641-1.406-0.734-1.828 0.234 0.016-0.047 0.031-0.078 0.063-0.109-0.281 0.672-0.063 3.156 0.953 4.922-0.141 0.078-0.516 0.344-0.734 0.562-1.219 0.547-3.172 3.406-3.172 3.406-1.594 0.609-4.375 2.875-4 4.5v0c0.016 0.172 0.078 0.313 0.172 0.422-0.156 0.125-0.313 0.281-0.469 0.469-0.672 0.781-0.297 1.984 1 1.375 0.891-0.406 1.687-1.141 2.063-1.719 0 0-0.328-0.281-0.938-0.25 1.563-0.375 1.953-0.531 2.625-0.516 0.453 0.219 0.453-1.937 0.453-1.937 0-0.828-0.125-1.75-0.625-2.344 0.703 0.688 1.641 1.844 1.578 3.422-0.047 1.031-0.859 1.297-0.859 1.297-0.516 0.938-2.438 3.719-1.719 5.984 0 0-0.547-0.844-0.578-1.25-0.984 1.094-2.641 2.953-1.406 3.641 1.5 0.828 6.156-5 7.141-8.031 1.953-1.172 3.125-2.672 3.609-3.672 1.25 2.484 5.406 5.359 5.734 3.359zM28.031 14c0 7.734-6.281 14-14.016 14s-14.016-6.266-14.016-14 6.281-14 14.016-14 14.016 6.266 14.016 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-etsy\" viewBox=\"0 0 24 28\">\n<title>etsy</title>\n<path d=\"M8.094 2.859v10.234c3.625 0.031 5.531-0.156 5.531-0.156 1.469-0.047 1.687-0.422 2.031-1.859l0.516-2.219h1.609l-0.219 5.031 0.109 4.984h-1.609l-0.453-1.984c-0.328-1.484-0.969-1.844-2.016-1.859 0 0-1.344-0.125-5.5-0.125v8.687c0 1.625 0.891 2.391 2.766 2.391h5.578c1.875 0 3.563-0.187 4.719-2.859l1.453-3.375h1.391c-0.109 0.672-0.859 6.875-0.969 8.25-5.141-0.187-7.344-0.187-7.344-0.187h-9.812l-5.875 0.187v-1.594l1.984-0.391c1.391-0.266 1.813-0.672 1.828-1.813 0.094-3.781 0.125-10.047 0.125-10.047s0.047-6.281-0.125-10.078c-0.047-1.297-0.438-1.609-1.828-1.875l-1.984-0.375v-1.594l5.875 0.187h10.969s2.172 0 5.844-0.422c-0.219 2.391-0.484 7.906-0.484 7.906h-1.453l-0.5-1.937c-0.609-2.422-1.422-3.719-2.922-3.719h-8.563c-0.641 0-0.672 0.219-0.672 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-imdb\" viewBox=\"0 0 24 28\">\n<title>imdb</title>\n<path d=\"M14.406 12.453v2.844c0 0.562 0.109 1.078-0.594 1.062v-4.828c0.688 0 0.594 0.359 0.594 0.922zM19.344 13.953v1.891c0 0.313 0.094 0.828-0.359 0.828-0.094 0-0.172-0.047-0.219-0.141-0.125-0.297-0.063-2.547-0.063-2.578 0-0.219-0.063-0.734 0.281-0.734 0.422 0 0.359 0.422 0.359 0.734zM2.812 17.641h1.906v-7.375h-1.906v7.375zM9.594 17.641h1.656v-7.375h-2.484l-0.438 3.453c-0.156-1.156-0.313-2.312-0.5-3.453h-2.469v7.375h1.672v-4.875l0.703 4.875h1.188l0.672-4.984v4.984zM16.234 12.875c0-0.469 0.016-0.969-0.078-1.406-0.25-1.297-1.813-1.203-2.828-1.203h-1.422v7.375c4.969 0 4.328 0.344 4.328-4.766zM21.187 15.953v-2.078c0-1-0.047-1.734-1.281-1.734-0.516 0-0.859 0.156-1.203 0.531v-2.406h-1.828v7.375h1.719l0.109-0.469c0.328 0.391 0.688 0.562 1.203 0.562 1.141 0 1.281-0.875 1.281-1.781zM24 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ravelry\" viewBox=\"0 0 34 28\">\n<title>ravelry</title>\n<path d=\"M17.859 27.078c-0.063-0.016-0.109-0.031-0.172-0.063 0 0-5.141-3.016-6.875-7.891-0.578-0.094-1.797-0.375-2.734-0.578v0c1.359 4.422 5.141 7.797 9.781 8.531zM7.844 17.609l2.625 0.438c-0.891-2.672-1-5.719-1-5.719-1.047 1.016-1.609 2.406-1.891 3.5v0c0.047 0.609 0.125 1.203 0.266 1.781zM9.562 8.094v0c-0.484 0.719-0.875 1.5-1.203 2.312 0.516-0.547 0.938-0.906 1.156-1.062-0.031-0.469 0.047-1.25 0.047-1.25zM32.016 14.875c0-6.813-5.5-12.344-12.25-12.344-3.125 0-5.969 1.188-8.141 3.141-0.328 0.641-0.547 1.453-0.703 2.5 3.328-2.828 9.266-2.125 9.266-2.125 1.484 0.063 1.313 1.375 1.297 1.781-5.406-0.453-8.062 1.094-10.687 3.328 0 0 0.516 5 1.703 7.031 6.844 0.313 12.047-3.406 12.047-3.406 0.656-0.469 1.234-0.516 1.359 0.297 0.094 0.656 0.141 1.547-0.609 1.891-2.281 1.062-4.797 1.734-7.297 2.094-1.625 0.234-2.531 0.297-4.953 0.25 2.312 5.375 8.094 6.844 8.094 6.844 1.813 0.297 3.187 0.063 4.109-0.234v0c4-2.031 6.766-6.219 6.766-11.047zM33.172 14.297c-0.109 1.062-0.281 2.297-0.625 3.313-1.406 4.172-3.359 6.891-7.812 9.375-0.406 0.281-0.844 0.547-1.281 0.688-0.797 0.281-1.656 0.344-2.547 0.25-0.375 0.031-0.75 0.047-1.141 0.047-5.953 0-10.984-4.062-12.5-9.609-0.047 0-0.094-0.016-0.141-0.016-0.359 2.812 1.719 6.609 1.719 6.609s0.125 0.187 0.844 1.281c-3.984-2.109-4.094-8.328-4.094-8.328-0.953-0.359-4.266-1.484-4.844-2.406 0 0 2.594 1.422 4.828 1.703-0.016-0.016 0.031-0.5 0.031-0.5 0.141-1.906 0.797-3.391 1.469-4.531 0.438-2.141 1.406-4.078 2.75-5.703 0.234-0.969 0.609-2.125 1.266-3.344 0.281-0.531 0.547-0.875 1.266-1.203 4.75-2.219 9.438-2.781 14.25-0.281v0c4.609 2.406 7.109 7.438 6.563 12.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eercast\" viewBox=\"0 0 27 28\">\n<title>eercast</title>\n<path d=\"M20.953 12.25c0.547-0.844-0.094-2.984-2-4.25-1.891-1.266-4.312-1.172-4.875-0.328-0.547 0.828 0.625 0.297 2.766 1.094 3.531 1.313 3.563 4.328 4.109 3.484zM26.625 21.219c-4.422 10.875-24.344 8.125-23.922-5.984 0.047-1.797 0.547-3 1.062-4.719-3.297 13.5 15.094 21.359 22.641 10.703 0.281-0.391 0.359-0.359 0.219 0zM22.891 14.203c0 4.422-3.563 8.016-7.953 8.016s-7.953-3.594-7.953-8.016 3.563-8.016 7.953-8.016 7.953 3.594 7.953 8.016zM27.375 9.703c-5.563-12.625-28.531-7.969-25.984 9.203-5.281-17.203 16.484-25.094 24.531-12.844 0.656 1 1.406 2.75 1.453 3.641zM26.406 15.047c0.266-5.281-3.391-8.891-8.328-10.25-0.078 0-0.422-0.141 0.219-0.203 12.063 0.406 12.5 19.688-0.641 19.906 4.281-1.188 8.484-4.156 8.75-9.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microchip\" viewBox=\"0 0 24 28\">\n<title>microchip</title>\n<path d=\"M3 20v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 16v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 12v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 8v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 4v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM20 1.5v23c0 0.828-0.672 1.5-1.5 1.5h-13c-0.828 0-1.5-0.672-1.5-1.5v-23c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5zM24 20.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 16.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 12.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 8.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 4.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snowflake-o\" viewBox=\"0 0 26 28\">\n<title>snowflake-o</title>\n<path d=\"M24.469 17.453l-2.609 0.516 2.906 1.672c0.469 0.266 0.641 0.891 0.359 1.359s-0.891 0.641-1.359 0.359l-2.906-1.656 0.859 2.5c0.438 1.25-1.469 1.891-1.891 0.656l-1.594-4.688-4.234-2.438v4.891l3.25 3.719c0.875 0.984-0.641 2.312-1.5 1.313l-1.75-2v3.344c0 0.547-0.453 1-1 1s-1-0.453-1-1v-3.344l-1.75 2c-0.859 1-2.375-0.328-1.5-1.313l3.25-3.719v-4.891l-4.234 2.438-1.594 4.688c-0.422 1.234-2.328 0.594-1.891-0.656l0.859-2.5-2.906 1.656c-0.469 0.281-1.078 0.109-1.359-0.359s-0.109-1.094 0.359-1.359l2.906-1.672-2.609-0.516c-1.297-0.266-0.906-2.219 0.391-1.969l4.844 0.969 4.234-2.453-4.234-2.453-4.844 0.969c-0.063 0.016-0.141 0.016-0.203 0.016-1.188 0-1.359-1.75-0.187-1.984l2.609-0.516-2.906-1.672c-0.469-0.266-0.641-0.891-0.359-1.359 0.281-0.484 0.891-0.641 1.359-0.359l2.906 1.656-0.859-2.5c-0.438-1.25 1.469-1.891 1.891-0.656l1.594 4.688 4.234 2.438v-4.891l-3.25-3.719c-0.875-0.984 0.641-2.312 1.5-1.313l1.75 2v-3.344c0-0.547 0.453-1 1-1s1 0.453 1 1v3.344l1.75-2c0.859-1 2.375 0.328 1.5 1.313l-3.25 3.719v4.891l4.234-2.438 1.594-4.688c0.422-1.234 2.328-0.594 1.891 0.656l-0.859 2.5 2.906-1.656c0.469-0.281 1.078-0.109 1.359 0.359s0.109 1.094-0.359 1.359l-2.906 1.672 2.609 0.516c1.172 0.234 1 1.984-0.187 1.984-0.063 0-0.141 0-0.203-0.016l-4.844-0.969-4.234 2.453 4.234 2.453 4.844-0.969c1.297-0.25 1.687 1.703 0.391 1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superpowers\" viewBox=\"0 0 28 28\">\n<title>superpowers</title>\n<path d=\"M23.016 14.516c0.281-5-3.547-9.141-8.5-9.438-4.922-0.297-9.281 3.453-9.562 8.406-0.281 5 3.547 9.141 8.516 9.438 4.922 0.297 9.281-3.437 9.547-8.406zM28 0l-5.453 5.437c2.484 2.422 3.828 5.797 3.609 9.266-0.344 5.812-4.813 10.453-10.547 11.234l-15.609 2.063 5.422-5.422c-2.484-2.422-3.813-5.797-3.609-9.266 0.359-5.828 4.813-10.469 10.563-11.25 5.203-0.688 10.422-1.375 15.625-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpexplorer\" viewBox=\"0 0 28 28\">\n<title>wpexplorer</title>\n<path d=\"M14.812 16.063l2.547 5.141h-0.797l-2.734-5.469-2.672 5.469h-0.766l2.797-5.844-1.219-0.516 0.328-0.766 3.75 1.594-0.328 0.781zM8.797 6.813l4.75 2.031-2.031 4.75-4.75-2.031zM14.172 9.703l3.75 1.609-1.609 3.734-3.734-1.594zM18.562 12.047l2.984 1.266-1.281 2.969-2.969-1.266zM26.25 14c0-6.75-5.5-12.25-12.25-12.25s-12.25 5.5-12.25 12.25 5.5 12.25 12.25 12.25 12.25-5.5 12.25-12.25zM28 14c0 7.719-6.281 14-14 14s-14-6.281-14-14 6.281-14 14-14 14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meetup\" viewBox=\"0 0 30 28\">\n<title>meetup</title>\n<path d=\"M20.844 19.281c-0.172-1.125-2.234-0.25-2.359-1.484-0.172-1.75 2.391-5.531 2.188-7-0.187-1.313-1.062-1.594-1.828-1.609-0.734-0.016-0.922 0.109-1.172 0.25-0.156 0.094-0.359 0.266-0.641-0.016-0.344-0.328-0.609-0.641-1.062-0.703-0.672-0.109-0.969 0.109-1.453 0.531-0.187 0.156-0.656 0.703-1.094 0.5-0.187-0.094-0.844-0.422-1.313-0.625-0.891-0.391-2.188 0.25-2.656 1.094-0.703 1.25-2.078 6.188-2.281 6.844-0.469 1.453 0.594 2.656 2.016 2.578 0.609-0.031 1-0.25 1.391-0.953 0.219-0.406 2.281-5.891 2.438-6.156 0.109-0.187 0.484-0.438 0.797-0.281 0.313 0.172 0.375 0.516 0.328 0.828-0.063 0.531-1.531 3.875-1.578 4.25-0.187 1.25 1.469 1.453 2.109 0.219 0.203-0.391 2.5-5.063 2.703-5.375 0.234-0.344 0.406-0.453 0.641-0.438 0.172 0 0.453 0.047 0.391 0.594-0.078 0.516-1.922 3.953-2.125 4.797-0.25 1.125 0.359 2.266 1.359 2.766 0.625 0.313 3.422 0.859 3.203-0.609zM5.984 22.656c0.063 0.313-0.125 0.609-0.438 0.672-0.297 0.063-0.594-0.125-0.656-0.438-0.063-0.297 0.125-0.609 0.422-0.672s0.609 0.125 0.672 0.438zM14.891 26.766c0.25 0.359 0.156 0.844-0.187 1.094-0.359 0.25-0.844 0.156-1.094-0.203-0.234-0.359-0.141-0.844 0.203-1.094 0.359-0.25 0.844-0.156 1.078 0.203zM2.766 14.078c-0.375 0.562-1.125 0.703-1.672 0.313-0.547-0.375-0.688-1.141-0.313-1.687 0.375-0.562 1.125-0.703 1.672-0.328 0.547 0.391 0.688 1.141 0.313 1.703zM22.922 24.656c0.391 0.578 0.25 1.375-0.328 1.781-0.578 0.391-1.359 0.25-1.75-0.328s-0.25-1.375 0.313-1.781c0.578-0.406 1.359-0.25 1.766 0.328zM24.672 15.219c1.437 2.359 0.828 5.469-1.437 7.063-0.953 0.672-2.031 0.969-3.109 0.938-0.656 2.578-3.797 3.531-5.75 1.781-0.063 0.047-0.141 0.094-0.203 0.156-2.141 1.484-5.047 0.953-6.531-1.219-0.531-0.781-0.797-1.672-0.828-2.562-3.578-0.594-4.922-5.141-2.25-7.641-1.547-2.562 0.031-5.875 2.922-6.281 1.375-3.625 5.891-5.344 8.953-2.969 3.687-1.219 7.453 1.609 7.156 5.531 2.25 0.688 2.891 3.656 1.078 5.203zM7.109 4.906c0.281 0.422 0.187 1-0.234 1.297-0.406 0.281-0.984 0.187-1.266-0.234s-0.187-1 0.234-1.297c0.406-0.281 0.984-0.187 1.266 0.234zM9.594 0.516c0.078 0.344-0.141 0.688-0.484 0.766s-0.688-0.141-0.766-0.5c-0.063-0.344 0.156-0.688 0.5-0.766s0.688 0.141 0.75 0.5zM28.125 15.328c0.094 0.422-0.172 0.828-0.578 0.906-0.406 0.094-0.812-0.172-0.891-0.578-0.094-0.422 0.172-0.828 0.578-0.922 0.406-0.078 0.812 0.187 0.891 0.594zM17.75 1.375c0.328 0.562 0.156 1.312-0.422 1.656-0.562 0.344-1.297 0.156-1.625-0.406-0.344-0.578-0.156-1.328 0.406-1.672s1.297-0.156 1.641 0.422zM29.406 11.625c0.078 0.313-0.125 0.609-0.422 0.688-0.313 0.063-0.609-0.141-0.672-0.438-0.063-0.313 0.125-0.625 0.438-0.688 0.297-0.063 0.594 0.125 0.656 0.438zM26.422 7.859c0.313 0.469 0.203 1.109-0.25 1.437-0.469 0.313-1.109 0.203-1.422-0.266s-0.203-1.109 0.266-1.437c0.453-0.328 1.094-0.203 1.406 0.266z\"/>\n</symbol>\n</defs>\n</svg>\n\";s:11:\"Linearicons\";s:184660:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"Lineariconsicon-home\" viewBox=\"0 0 20 20\">\n<title>home</title>\n<path class=\"path1\" d=\"M19.871 12.165l-8.829-9.758c-0.274-0.303-0.644-0.47-1.042-0.47-0 0 0 0 0 0-0.397 0-0.767 0.167-1.042 0.47l-8.829 9.758c-0.185 0.205-0.169 0.521 0.035 0.706 0.096 0.087 0.216 0.129 0.335 0.129 0.136 0 0.272-0.055 0.371-0.165l2.129-2.353v8.018c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-8.018l2.129 2.353c0.185 0.205 0.501 0.221 0.706 0.035s0.221-0.501 0.035-0.706zM12 19h-4v-4.5c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v4.5zM16 18.5c0 0.276-0.224 0.5-0.5 0.5h-2.5v-4.5c0-0.827-0.673-1.5-1.5-1.5h-3c-0.827 0-1.5 0.673-1.5 1.5v4.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-9.123l5.7-6.3c0.082-0.091 0.189-0.141 0.3-0.141s0.218 0.050 0.3 0.141l5.7 6.3v9.123z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-apartment\" viewBox=\"0 0 20 20\">\n<title>apartment</title>\n<path class=\"path1\" d=\"M14 6h1v1h-1v-1z\"/>\n<path class=\"path2\" d=\"M14 8h1v1h-1v-1z\"/>\n<path class=\"path3\" d=\"M14 10h1v1h-1v-1z\"/>\n<path class=\"path4\" d=\"M14 12h1v1h-1v-1z\"/>\n<path class=\"path5\" d=\"M14 16h1v1h-1v-1z\"/>\n<path class=\"path6\" d=\"M14 14h1v1h-1v-1z\"/>\n<path class=\"path7\" d=\"M6 6h1v1h-1v-1z\"/>\n<path class=\"path8\" d=\"M6 8h1v1h-1v-1z\"/>\n<path class=\"path9\" d=\"M6 10h1v1h-1v-1z\"/>\n<path class=\"path10\" d=\"M6 12h1v1h-1v-1z\"/>\n<path class=\"path11\" d=\"M6 16h1v1h-1v-1z\"/>\n<path class=\"path12\" d=\"M6 14h1v1h-1v-1z\"/>\n<path class=\"path13\" d=\"M4 6h1v1h-1v-1z\"/>\n<path class=\"path14\" d=\"M4 8h1v1h-1v-1z\"/>\n<path class=\"path15\" d=\"M4 10h1v1h-1v-1z\"/>\n<path class=\"path16\" d=\"M4 12h1v1h-1v-1z\"/>\n<path class=\"path17\" d=\"M4 16h1v1h-1v-1z\"/>\n<path class=\"path18\" d=\"M4 14h1v1h-1v-1z\"/>\n<path class=\"path19\" d=\"M8 6h1v1h-1v-1z\"/>\n<path class=\"path20\" d=\"M8 8h1v1h-1v-1z\"/>\n<path class=\"path21\" d=\"M8 10h1v1h-1v-1z\"/>\n<path class=\"path22\" d=\"M8 12h1v1h-1v-1z\"/>\n<path class=\"path23\" d=\"M8 16h1v1h-1v-1z\"/>\n<path class=\"path24\" d=\"M8 14h1v1h-1v-1z\"/>\n<path class=\"path25\" d=\"M18.5 19h-0.5v-13.5c0-0.763-0.567-1.549-1.291-1.791l-4.709-1.57v-1.64c0-0.158-0.075-0.307-0.202-0.401s-0.291-0.123-0.442-0.078l-9.042 2.713c-0.737 0.221-1.314 0.997-1.314 1.766v14.5h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h18c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM16.393 4.658c0.318 0.106 0.607 0.507 0.607 0.842v13.5h-5v-15.806l4.393 1.464zM2 4.5c0-0.329 0.287-0.714 0.602-0.808l8.398-2.52v17.828h-9v-14.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pencil\" viewBox=\"0 0 20 20\">\n<title>pencil</title>\n<path class=\"path1\" d=\"M19.104 0.896c-0.562-0.562-1.309-0.871-2.104-0.871s-1.542 0.309-2.104 0.871l-12.75 12.75c-0.052 0.052-0.091 0.114-0.116 0.183l-2 5.5c-0.066 0.183-0.021 0.387 0.116 0.524 0.095 0.095 0.223 0.146 0.354 0.146 0.057 0 0.115-0.010 0.171-0.030l5.5-2c0.069-0.025 0.131-0.065 0.183-0.116l12.75-12.75c0.562-0.562 0.871-1.309 0.871-2.104s-0.309-1.542-0.871-2.104zM5.725 17.068l-4.389 1.596 1.596-4.389 11.068-11.068 2.793 2.793-11.068 11.068zM18.396 4.396l-0.896 0.896-2.793-2.793 0.896-0.896c0.373-0.373 0.869-0.578 1.396-0.578s1.023 0.205 1.396 0.578c0.373 0.373 0.578 0.869 0.578 1.396s-0.205 1.023-0.578 1.396z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magic-wand\" viewBox=\"0 0 20 20\">\n<title>magic-wand</title>\n<path class=\"path1\" d=\"M11.5 7c-0.276 0-0.5-0.224-0.5-0.5 0-1.378-1.122-2.5-2.5-2.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c1.378 0 2.5-1.122 2.5-2.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 1.378 1.122 2.5 2.5 2.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-1.378 0-2.5 1.122-2.5 2.5 0 0.276-0.224 0.5-0.5 0.5zM10.301 3.5c0.49 0.296 0.903 0.708 1.199 1.199 0.296-0.49 0.708-0.903 1.199-1.199-0.49-0.296-0.903-0.708-1.199-1.199-0.296 0.49-0.708 0.903-1.199 1.199z\"/>\n<path class=\"path2\" d=\"M1.5 10c-0.276 0-0.5-0.224-0.5-0.5s-0.224-0.5-0.5-0.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.276 0 0.5-0.224 0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5c0 0.276 0.224 0.5 0.5 0.5s0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5c-0.276 0-0.5 0.224-0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.147 15.939l-10.586-10.586c-0.283-0.283-0.659-0.438-1.061-0.438s-0.778 0.156-1.061 0.438l-0.586 0.586c-0.283 0.283-0.438 0.659-0.438 1.061s0.156 0.778 0.438 1.061l10.586 10.586c0.283 0.283 0.659 0.438 1.061 0.438s0.778-0.156 1.061-0.438l0.586-0.586c0.283-0.283 0.438-0.659 0.438-1.061s-0.156-0.778-0.438-1.061zM5.561 6.646l0.586-0.586c0.094-0.094 0.219-0.145 0.354-0.145s0.26 0.052 0.354 0.145l1.439 1.439-1.293 1.293-1.439-1.439c-0.195-0.195-0.195-0.512 0-0.707zM17.439 17.354l-0.586 0.586c-0.094 0.094-0.219 0.145-0.353 0.145s-0.26-0.052-0.353-0.145l-8.439-8.439 1.293-1.293 8.439 8.439c0.195 0.195 0.195 0.512 0 0.707z\"/>\n<path class=\"path4\" d=\"M3.5 5c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 2.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n<path class=\"path5\" d=\"M3.5 15c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 12.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-drop\" viewBox=\"0 0 20 20\">\n<title>drop</title>\n<path class=\"path1\" d=\"M10 20c-1.614 0-3.118-0.655-4.236-1.845-1.133-1.206-1.757-2.859-1.757-4.655 0-2.943 1.308-5.049 2.693-7.278 1.070-1.723 2.177-3.504 2.817-5.853 0.059-0.218 0.257-0.368 0.482-0.368s0.423 0.151 0.482 0.368c0.641 2.35 1.749 4.132 2.821 5.855 1.387 2.229 2.697 4.335 2.697 7.277 0 1.799-0.62 3.452-1.746 4.654-1.115 1.19-2.626 1.846-4.254 1.846zM10 2.113c-0.674 1.776-1.574 3.225-2.45 4.636-1.364 2.196-2.543 4.093-2.543 6.751 0 3.136 2.147 5.5 4.993 5.5 2.85 0 5-2.364 5-5.5 0-2.657-1.18-4.553-2.546-6.749-0.878-1.411-1.78-2.861-2.454-4.638z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lighter\" viewBox=\"0 0 20 20\">\n<title>lighter</title>\n<path class=\"path1\" d=\"M17.5 9h-0.69l-0.855-1.722c-0.084-0.17-0.258-0.278-0.448-0.278h-4.007c-0.276 0-0.5 0.224-0.5 0.5v1.5h-1.211l-3.856-6.678c-0.138-0.239-0.444-0.321-0.683-0.183l-3.464 2c-0.239 0.138-0.321 0.444-0.183 0.683l4 6.928c0.093 0.16 0.261 0.25 0.433 0.25 0.085 0 0.171-0.022 0.25-0.067l2.714-1.567v8.134c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-9c0-0.276-0.224-0.5-0.5-0.5zM17 15h-1v-3h1v3zM12 8h3.197l0.497 1h-3.694v-1zM6.219 10.817l-3.5-6.062 2.598-1.5 3.5 6.062-2.598 1.5zM10 18v-8h6.497c0.001 0 0.002 0 0.004 0s0.001-0 0.002-0h0.497v1h-1.5c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h1.5v2h-7z\"/>\n<path class=\"path2\" d=\"M15.5 6c-0.75 0-1.115-0.354-1.289-0.652-0.331-0.565-0.275-1.418 0.169-2.606 0.299-0.799 0.668-1.459 0.684-1.487 0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255c0.016 0.028 0.385 0.688 0.684 1.487 0.444 1.189 0.5 2.041 0.169 2.606-0.174 0.297-0.539 0.652-1.289 0.652zM15.5 2.64c-0.063 0.146-0.127 0.302-0.187 0.463-0.453 1.218-0.297 1.64-0.238 1.741 0.025 0.043 0.092 0.156 0.425 0.156s0.401-0.114 0.426-0.156c0.059-0.101 0.216-0.525-0.243-1.751-0.059-0.158-0.121-0.31-0.183-0.453z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-poop\" viewBox=\"0 0 20 20\">\n<title>poop</title>\n<path class=\"path1\" d=\"M17.057 13.303c-0.077-0.044-0.157-0.087-0.239-0.129 0.955-0.749 1.181-1.568 1.181-2.174 0-1.419-1.193-2.655-3.175-3.409 0.115-0.351 0.175-0.72 0.175-1.091 0-1.93-1.57-3.5-3.5-3.5-0.684 0-1.5-0.173-1.5-1 0-0.453 0.578-0.948 0.779-1.085 0.183-0.123 0.264-0.35 0.2-0.561s-0.258-0.354-0.478-0.354c-1.567 0-3.178 0.515-4.418 1.413-0.633 0.458-1.135 0.988-1.493 1.575-0.391 0.641-0.589 1.318-0.589 2.012 0 0.288 0.024 0.574 0.070 0.855-0.849 0.41-1.566 0.951-2.090 1.581-0.641 0.77-0.98 1.657-0.98 2.564 0 0.546 0.123 1.103 0.356 1.641-0.888 0.854-1.356 1.836-1.356 2.859 0 1.525 1.028 2.936 2.893 3.973 1.773 0.985 4.119 1.527 6.607 1.527 2.558 0 4.879-0.333 6.535-0.937 2.45-0.893 2.965-2.159 2.965-3.063 0-0.728-0.337-1.787-1.943-2.697zM15.693 18.124c-1.55 0.565-3.749 0.876-6.193 0.876-2.32 0-4.494-0.498-6.121-1.402-1.534-0.852-2.379-1.953-2.379-3.098 0-0.797 0.41-1.461 0.867-1.952 0.115 0.164 0.24 0.324 0.377 0.479 0.796 0.909 1.904 1.603 3.118 1.953 0.046 0.013 0.093 0.020 0.139 0.020 0.217 0 0.417-0.142 0.48-0.361 0.077-0.265-0.076-0.542-0.342-0.619-2.074-0.599-3.639-2.327-3.639-4.020 0-1.224 0.88-2.399 2.329-3.155 0.524 1.443 1.63 2.641 3.004 3.127 0.055 0.019 0.111 0.029 0.167 0.029 0.206 0 0.399-0.128 0.471-0.333 0.092-0.26-0.044-0.546-0.305-0.638-1.52-0.537-2.667-2.269-2.667-4.029 0-1.012 0.592-1.998 1.668-2.777 0.744-0.538 1.643-0.918 2.578-1.1-0.144 0.258-0.246 0.554-0.246 0.877 0 0.967 0.657 2 2.5 2 1.378 0 2.5 1.122 2.5 2.5 0 0.271-0.042 0.533-0.125 0.784-0.408-0.111-0.841-0.204-1.295-0.277-0.273-0.044-0.529 0.142-0.573 0.414s0.142 0.529 0.414 0.573c1.387 0.223 2.563 0.647 3.401 1.226 0.538 0.372 1.179 0.982 1.179 1.78 0 0.645-0.428 1.218-1.273 1.705-0.915-0.325-1.986-0.564-3.169-0.702-0.274-0.032-0.523 0.164-0.555 0.439s0.164 0.523 0.439 0.555c1.686 0.197 3.112 0.604 4.122 1.176 0.655 0.371 1.436 0.989 1.436 1.827 0 1.060-1.255 1.74-2.307 2.124z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sun\" viewBox=\"0 0 20 20\">\n<title>sun</title>\n<path class=\"path1\" d=\"M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z\"/>\n<path class=\"path2\" d=\"M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path8\" d=\"M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path9\" d=\"M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-moon\" viewBox=\"0 0 20 20\">\n<title>moon</title>\n<path class=\"path1\" d=\"M10.25 20c-2.738 0-5.312-1.066-7.248-3.002s-3.002-4.51-3.002-7.248c0-2.251 0.723-4.375 2.090-6.143 0.655-0.847 1.439-1.585 2.331-2.194 0.899-0.614 1.888-1.083 2.938-1.392 0.192-0.057 0.399 0.007 0.527 0.161s0.151 0.369 0.060 0.547c-0.645 1.257-0.945 2.455-0.945 3.772 0 4.687 3.813 8.5 8.5 8.5 1.317 0 2.515-0.3 3.772-0.945 0.178-0.091 0.393-0.068 0.547 0.060s0.217 0.335 0.161 0.527c-0.31 1.050-0.778 2.039-1.392 2.938-0.609 0.892-1.347 1.676-2.194 2.331-1.768 1.367-3.893 2.090-6.143 2.090zM6.57 1.365c-3.374 1.445-5.57 4.689-5.57 8.385 0 5.1 4.15 9.25 9.25 9.25 3.696 0 6.94-2.197 8.385-5.57-1.024 0.383-2.058 0.57-3.135 0.57-2.538 0-4.923-0.988-6.717-2.782s-2.783-4.18-2.783-6.718c0-1.077 0.188-2.111 0.57-3.135z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud\" viewBox=\"0 0 20 20\">\n<title>cloud</title>\n<path class=\"path1\" d=\"M16.006 16h-10.006c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.602 0 3.137 0.643 4.26 1.775 0.088-0.194 0.196-0.38 0.325-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.178 1.017 0.061-0.003 0.122-0.004 0.184-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994zM6 5c-2.757 0-5 2.243-5 5s2.243 5 5 5h10.006c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.354 0-0.699 0.061-1.026 0.18-0.218 0.080-0.462-0.001-0.59-0.195s-0.104-0.45 0.056-0.619c0.357-0.376 0.554-0.865 0.554-1.379 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.23 0.312-0.365 0.678-0.388 1.057-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.193c-0.11-0.156-0.229-0.307-0.354-0.447-0.949-1.068-2.312-1.681-3.74-1.681z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-upload\" viewBox=\"0 0 20 20\">\n<title>cloud-upload</title>\n<path class=\"path1\" d=\"M16.006 16h-3.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h2.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 12.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v3.793c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3.793l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-download\" viewBox=\"0 0 20 20\">\n<title>cloud-download</title>\n<path class=\"path1\" d=\"M16.006 16h-2.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-1.146 1.146v-3.793c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3.793l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-sync\" viewBox=\"0 0 20 20\">\n<title>cloud-sync</title>\n<path class=\"path1\" d=\"M16.006 8.012c-0.061 0-0.122 0.001-0.183 0.004 0.116-0.322 0.177-0.666 0.177-1.017 0-1.654-1.346-3-3-3-0.948 0-1.851 0.456-2.415 1.22-0.129 0.174-0.237 0.36-0.324 0.555-1.123-1.132-2.658-1.775-4.261-1.775-3.308 0-6 2.692-6 6s2.692 6 6 6h10.006c2.202 0 3.994-1.792 3.994-3.994s-1.792-3.994-3.994-3.994zM16.006 15h-10.006c-2.757 0-5-2.243-5-5s2.243-5 5-5c1.428 0 2.791 0.613 3.74 1.681 0.125 0.141 0.243 0.29 0.351 0.442l0.005 0.007c0.122 0.174 0.34 0.253 0.545 0.195s0.351-0.238 0.364-0.451c0.024-0.384 0.157-0.751 0.386-1.061 0.382-0.517 0.969-0.814 1.611-0.814 1.103 0 2 0.897 2 2 0 0.515-0.195 1.004-0.55 1.377-0.16 0.168-0.183 0.424-0.056 0.618s0.371 0.275 0.589 0.196c0.327-0.119 0.671-0.179 1.023-0.179 1.651 0 2.994 1.343 2.994 2.994s-1.343 2.994-2.994 2.994z\"/>\n<path class=\"path2\" d=\"M6.404 11.959c-0.132 0.027-0.268 0.041-0.404 0.041-1.103 0-2-0.897-2-2v-0.293l0.146 0.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1-1c-0.195-0.195-0.512-0.195-0.707 0l-1 1c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l0.146-0.146v0.293c0 1.654 1.346 3 3 3 0.203 0 0.406-0.021 0.604-0.061 0.271-0.055 0.445-0.32 0.39-0.59s-0.319-0.445-0.59-0.39z\"/>\n<path class=\"path3\" d=\"M9.146 10.146l-0.146 0.146v-0.293c0-1.654-1.346-3-3-3-0.203 0-0.406 0.021-0.604 0.061-0.271 0.055-0.445 0.32-0.39 0.59s0.32 0.445 0.59 0.39c0.132-0.027 0.268-0.041 0.404-0.041 1.103 0 2 0.897 2 2v0.293l-0.146-0.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1 1c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-check\" viewBox=\"0 0 20 20\">\n<title>cloud-check</title>\n<path class=\"path1\" d=\"M16 16h-9.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9.5c1.654 0 3-1.346 3-3s-1.346-3-3-3c-0.343 0-0.68 0.057-1 0.17-0.217 0.077-0.458-0.005-0.584-0.197s-0.105-0.446 0.051-0.615c0.344-0.371 0.533-0.853 0.533-1.359 0-1.103-0.897-2-2-2-1.055 0-1.931 0.823-1.996 1.875-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.194c-0.937-1.334-2.468-2.131-4.096-2.131-2.757 0-5 2.243-5 5 0 0.152 0.007 0.305 0.020 0.455 0.025 0.275-0.178 0.518-0.453 0.543s-0.518-0.178-0.543-0.453c-0.016-0.18-0.024-0.363-0.024-0.545 0-3.308 2.692-6 6-6 1.611 0 3.143 0.65 4.261 1.776 0.471-1.050 1.527-1.776 2.739-1.776 1.654 0 3 1.346 3 3 0 0.346-0.059 0.685-0.172 1.004 0.057-0.002 0.115-0.004 0.172-0.004 2.206 0 4 1.794 4 4s-1.794 4-4 4z\"/>\n<path class=\"path2\" d=\"M3.5 15.5c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1.646 1.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-database\" viewBox=\"0 0 20 20\">\n<title>database</title>\n<path class=\"path1\" d=\"M18.067 1.609c-0.497-0.326-1.193-0.615-2.069-0.858-1.742-0.484-4.050-0.75-6.498-0.75s-4.756 0.267-6.498 0.75c-0.877 0.243-1.573 0.532-2.069 0.858-0.619 0.407-0.933 0.874-0.933 1.391v12c0 0.517 0.314 0.985 0.933 1.391 0.497 0.326 1.193 0.615 2.069 0.858 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.877-0.243 1.573-0.532 2.069-0.858 0.619-0.406 0.933-0.874 0.933-1.391v-12c0-0.517-0.314-0.985-0.933-1.391zM3.27 1.714c1.658-0.46 3.87-0.714 6.23-0.714s4.573 0.254 6.23 0.714c1.795 0.499 2.27 1.059 2.27 1.286s-0.474 0.787-2.27 1.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286s0.474-0.787 2.27-1.286zM15.73 16.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 12.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 8.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lock\" viewBox=\"0 0 20 20\">\n<title>lock</title>\n<path class=\"path1\" d=\"M14.5 8h-0.5v-1.5c0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5v1.5h-0.5c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5zM6 6.5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v1.5h-7v-1.5zM15 17.5c0 0.276-0.224 0.5-0.5 0.5h-10c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5v8z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cog\" viewBox=\"0 0 20 20\">\n<title>cog</title>\n<path class=\"path1\" d=\"M7.631 19.702c-0.041 0-0.083-0.005-0.125-0.016-0.898-0.231-1.761-0.587-2.564-1.059-0.233-0.137-0.315-0.434-0.186-0.671 0.159-0.292 0.243-0.622 0.243-0.957 0-1.103-0.897-2-2-2-0.334 0-0.665 0.084-0.957 0.243-0.237 0.129-0.534 0.047-0.671-0.186-0.472-0.804-0.828-1.666-1.059-2.564-0.065-0.254 0.077-0.515 0.325-0.598 0.814-0.274 1.362-1.036 1.362-1.895s-0.547-1.621-1.362-1.895c-0.248-0.084-0.39-0.344-0.325-0.598 0.231-0.898 0.587-1.761 1.059-2.564 0.137-0.233 0.434-0.315 0.671-0.186 0.291 0.159 0.622 0.243 0.957 0.243 1.103 0 2-0.897 2-2 0-0.334-0.084-0.665-0.243-0.957-0.129-0.237-0.047-0.534 0.186-0.671 0.804-0.472 1.666-0.828 2.564-1.059 0.254-0.065 0.515 0.077 0.598 0.325 0.274 0.814 1.036 1.362 1.895 1.362s1.621-0.547 1.895-1.362c0.084-0.248 0.345-0.39 0.598-0.325 0.898 0.231 1.761 0.587 2.564 1.059 0.233 0.137 0.315 0.434 0.186 0.671-0.159 0.292-0.243 0.622-0.243 0.957 0 1.103 0.897 2 2 2 0.334 0 0.665-0.084 0.957-0.243 0.237-0.129 0.534-0.047 0.671 0.186 0.472 0.804 0.828 1.666 1.059 2.564 0.065 0.254-0.077 0.515-0.325 0.598-0.814 0.274-1.362 1.036-1.362 1.895s0.547 1.621 1.362 1.895c0.248 0.084 0.39 0.344 0.325 0.598-0.231 0.898-0.587 1.761-1.059 2.564-0.137 0.233-0.434 0.315-0.671 0.186-0.292-0.159-0.622-0.243-0.957-0.243-1.103 0-2 0.897-2 2 0 0.334 0.084 0.665 0.243 0.957 0.129 0.237 0.047 0.534-0.186 0.671-0.804 0.472-1.666 0.828-2.564 1.059-0.254 0.065-0.515-0.077-0.598-0.325-0.274-0.814-1.036-1.362-1.895-1.362s-1.621 0.547-1.895 1.362c-0.070 0.207-0.264 0.341-0.474 0.341zM10 17c1.127 0 2.142 0.628 2.655 1.602 0.52-0.161 1.026-0.369 1.51-0.622-0.108-0.314-0.164-0.646-0.164-0.98 0-1.654 1.346-3 3-3 0.334 0 0.666 0.056 0.98 0.164 0.253-0.484 0.462-0.989 0.622-1.51-0.974-0.512-1.602-1.527-1.602-2.655s0.628-2.142 1.602-2.655c-0.161-0.52-0.369-1.026-0.622-1.51-0.314 0.108-0.646 0.164-0.98 0.164-1.654 0-3-1.346-3-3 0-0.334 0.056-0.666 0.164-0.98-0.484-0.253-0.989-0.462-1.51-0.622-0.512 0.974-1.527 1.602-2.655 1.602s-2.142-0.628-2.655-1.602c-0.52 0.16-1.026 0.369-1.51 0.622 0.108 0.314 0.164 0.646 0.164 0.98 0 1.654-1.346 3-3 3-0.334 0-0.666-0.056-0.98-0.164-0.253 0.484-0.462 0.989-0.622 1.51 0.974 0.512 1.602 1.527 1.602 2.655s-0.628 2.142-1.602 2.655c0.16 0.52 0.369 1.026 0.622 1.51 0.314-0.108 0.646-0.164 0.98-0.164 1.654 0 3 1.346 3 3 0 0.334-0.056 0.666-0.164 0.98 0.484 0.253 0.989 0.462 1.51 0.622 0.512-0.974 1.527-1.602 2.655-1.602z\"/>\n<path class=\"path2\" d=\"M10 13c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 8c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-trash\" viewBox=\"0 0 20 20\">\n<title>trash</title>\n<path class=\"path1\" d=\"M15.5 2h-3.5v-0.5c0-0.827-0.673-1.5-1.5-1.5h-2c-0.827 0-1.5 0.673-1.5 1.5v0.5h-3.5c-0.827 0-1.5 0.673-1.5 1.5v1c0 0.652 0.418 1.208 1 1.414v12.586c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-12.586c0.582-0.206 1-0.762 1-1.414v-1c0-0.827-0.673-1.5-1.5-1.5zM8 1.5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v0.5h-3v-0.5zM14.5 19h-10c-0.276 0-0.5-0.224-0.5-0.5v-12.5h11v12.5c0 0.276-0.224 0.5-0.5 0.5zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-12c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n<path class=\"path2\" d=\"M12.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M9.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dice\" viewBox=\"0 0 20 20\">\n<title>dice</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M5.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M5.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M13.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M13.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path7\" d=\"M15.5 19h-12c-1.378 0-2.5-1.122-2.5-2.5v-12c0-1.378 1.122-2.5 2.5-2.5h12c1.378 0 2.5 1.122 2.5 2.5v12c0 1.378-1.122 2.5-2.5 2.5zM3.5 3c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.827 0.673 1.5 1.5 1.5h12c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart\" viewBox=\"0 0 20 20\">\n<title>heart</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.094-0.052-2.326-1.301-4.592-3.347-1.341-1.21-2.411-2.448-3.183-3.68-0.984-1.571-1.482-3.139-1.482-4.66 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.521-0.499 3.089-1.482 4.66-0.771 1.232-1.842 2.47-3.182 3.68-2.266 2.046-4.498 3.295-4.592 3.347-0.076 0.042-0.159 0.063-0.243 0.063zM5.25 3c-2.343 0-4.25 1.907-4.25 4.25 0 3.040 2.35 5.802 4.321 7.585 1.76 1.592 3.544 2.708 4.179 3.087 0.635-0.379 2.419-1.495 4.179-3.087 1.971-1.782 4.321-4.545 4.321-7.585 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star\" viewBox=\"0 0 20 20\">\n<title>star</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-5.261-2.869-5.261 2.869c-0.168 0.092-0.373 0.079-0.529-0.032s-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276s0.363 0.107 0.447 0.276l2.386 4.772 5.749 0.958c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-3.818 3.818 0.958 5.746c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093zM10 15c0.082 0 0.165 0.020 0.239 0.061l4.599 2.508-0.831-4.987c-0.027-0.159 0.025-0.322 0.14-0.436l3.313-3.313-5.042-0.84c-0.158-0.026-0.293-0.127-0.365-0.27l-2.053-4.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.075-0.041 0.157-0.061 0.239-0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-half\" viewBox=\"0 0 20 20\">\n<title>star-half</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.098 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path2\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path3\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path4\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path5\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.199 0.678s-0.436 0.332-0.678 0.199l-0.261-0.142-5.261 2.869c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-empty\" viewBox=\"0 0 20 20\">\n<title>star-empty</title>\n<path class=\"path1\" d=\"M5.499 8.333c-0.24 0-0.452-0.173-0.493-0.418-0.045-0.272 0.139-0.53 0.411-0.575l1.749-0.291 0.386-0.772c0.123-0.247 0.424-0.347 0.671-0.224s0.347 0.424 0.224 0.671l-0.5 1c-0.072 0.143-0.207 0.243-0.365 0.27l-2 0.333c-0.028 0.005-0.056 0.007-0.083 0.007z\"/>\n<path class=\"path2\" d=\"M2.5 10c-0.128 0-0.256-0.049-0.354-0.146l-1-1c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l2-0.333c0.273-0.045 0.53 0.139 0.575 0.411s-0.139 0.53-0.411 0.575l-1.042 0.174 0.313 0.313c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path4\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.099 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path5\" d=\"M5.334 14c-0.027 0-0.055-0.002-0.083-0.007-0.272-0.045-0.456-0.303-0.411-0.575l0.124-0.746-0.818-0.818c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1 1c0.114 0.114 0.166 0.276 0.14 0.436l-0.167 1c-0.041 0.245-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path6\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.5-3c0.045-0.272 0.303-0.456 0.575-0.411s0.456 0.303 0.411 0.575l-0.331 1.987 1.099-0.599c0.242-0.132 0.546-0.043 0.678 0.199s0.043 0.546-0.2 0.678l-2 1.091c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n<path class=\"path7\" d=\"M8.5 16.818c-0.177 0-0.349-0.094-0.439-0.261-0.132-0.242-0.043-0.546 0.2-0.678l1.5-0.818c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.2 0.678s-0.436 0.332-0.678 0.2l-0.261-0.142-1.261 0.688c-0.076 0.041-0.158 0.061-0.239 0.061z\"/>\n<path class=\"path8\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path9\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path10\" d=\"M9 5c-0.075 0-0.151-0.017-0.223-0.053-0.247-0.123-0.347-0.424-0.224-0.671l1-2c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-0.553 1.106c-0.088 0.175-0.264 0.277-0.448 0.277z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-flag\" viewBox=\"0 0 20 20\">\n<title>flag</title>\n<path class=\"path1\" d=\"M1.5 19c-0.276 0-0.5-0.224-0.5-0.5v-15c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M3.5 10c-0.104 0-0.21-0.033-0.3-0.1-0.221-0.166-0.266-0.479-0.1-0.7 0.067-0.090 1.676-2.2 3.9-2.2 1.694 0 2.813 0.599 3.801 1.127 0.875 0.468 1.631 0.873 2.699 0.873 2.192 0 3.758-2.080 4.65-3.718-0.698 0.397-1.59 0.718-2.65 0.718-2.207 0-3.347-1.14-4.354-2.146-0.995-0.995-1.854-1.854-3.646-1.854-2.224 0-3.587 1.782-3.6 1.8-0.166 0.221-0.479 0.266-0.7 0.1s-0.266-0.479-0.1-0.7c0.067-0.090 1.681-2.2 4.4-2.2 2.207 0 3.347 1.14 4.354 2.146 0.995 0.995 1.854 1.854 3.646 1.854 2.224 0 3.587-1.782 3.6-1.8 0.147-0.196 0.415-0.257 0.632-0.143s0.32 0.368 0.242 0.601c-0.021 0.064-0.533 1.581-1.558 3.119-0.612 0.918-1.282 1.653-1.991 2.185-0.918 0.688-1.902 1.037-2.925 1.037-1.318 0-2.26-0.504-3.171-0.991-0.97-0.519-1.886-1.009-3.329-1.009-1.73 0-3.087 1.782-3.1 1.8-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-envelope\" viewBox=\"0 0 20 20\">\n<title>envelope</title>\n<path class=\"path1\" d=\"M17.5 6h-16c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h16c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM17.5 7c0.030 0 0.058 0.003 0.087 0.008l-7.532 5.021c-0.29 0.193-0.819 0.193-1.109 0l-7.532-5.021c0.028-0.005 0.057-0.008 0.087-0.008h16zM17.5 17h-16c-0.276 0-0.5-0.224-0.5-0.5v-8.566l7.391 4.927c0.311 0.207 0.71 0.311 1.109 0.311s0.798-0.104 1.109-0.311l7.391-4.927v8.566c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paperclip\" viewBox=\"0 0 20 20\">\n<title>paperclip</title>\n<path class=\"path1\" d=\"M9.5 20c-2.481 0-4.5-2.019-4.5-4.5v-12c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v11c0 1.378-1.122 2.5-2.5 2.5s-2.5-1.122-2.5-2.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827 0.673 1.5 1.5 1.5s1.5-0.673 1.5-1.5v-11c0-1.378-1.122-2.5-2.5-2.5s-2.5 1.122-2.5 2.5v12c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7c0 2.481-2.019 4.5-4.5 4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-inbox\" viewBox=\"0 0 20 20\">\n<title>inbox</title>\n<path class=\"path1\" d=\"M19.557 10.383l-2.698-6.168c-0.298-0.682-1.115-1.216-1.859-1.216h-10c-0.744 0-1.561 0.534-1.859 1.216l-2.698 6.168c-0.248 0.568-0.443 1.497-0.443 2.117v4c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.619-0.194-1.549-0.443-2.117zM4.057 4.617c0.141-0.323 0.591-0.617 0.943-0.617h10c0.352 0 0.802 0.294 0.943 0.617l2.698 6.168c0.030 0.069 0.060 0.148 0.089 0.233-0.075-0.012-0.152-0.018-0.23-0.018h-6c-0.276 0-0.5 0.224-0.5 0.5v0.5c0 1.103-0.897 2-2 2s-2-0.897-2-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-6c-0.078 0-0.155 0.006-0.23 0.018 0.029-0.085 0.058-0.164 0.089-0.233l2.698-6.168zM19 16.5c0 0.276-0.224 0.5-0.5 0.5h-17c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5h5.5c0 1.654 1.346 3 3 3s3-1.346 3-3h5.5c0.276 0 0.5 0.224 0.5 0.5v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-eye\" viewBox=\"0 0 20 20\">\n<title>eye</title>\n<path class=\"path1\" d=\"M19.872 10.166c-0.047-0.053-1.182-1.305-2.956-2.572-1.047-0.748-2.1-1.344-3.13-1.773-1.305-0.544-2.579-0.82-3.786-0.82s-2.481 0.276-3.786 0.82c-1.030 0.429-2.083 1.026-3.13 1.773-1.774 1.267-2.909 2.52-2.956 2.572-0.171 0.19-0.171 0.479 0 0.669 0.047 0.053 1.182 1.305 2.956 2.572 1.047 0.748 2.1 1.344 3.13 1.773 1.305 0.544 2.579 0.82 3.786 0.82s2.481-0.276 3.786-0.82c1.030-0.429 2.083-1.026 3.13-1.773 1.774-1.267 2.909-2.52 2.956-2.572 0.171-0.19 0.171-0.479 0-0.669zM12.574 6.438c0.907 0.763 1.426 1.873 1.426 3.062 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.188 0.519-2.299 1.426-3.062 0.822-0.268 1.691-0.438 2.574-0.438s1.752 0.17 2.574 0.438zM16.317 12.606c-1.533 1.092-3.873 2.394-6.317 2.394s-4.784-1.302-6.317-2.394c-1.157-0.824-2.042-1.658-2.489-2.106 0.447-0.448 1.332-1.281 2.489-2.106 0.53-0.378 1.156-0.78 1.85-1.145-0.347 0.688-0.533 1.455-0.533 2.251 0 2.757 2.243 5 5 5s5-2.243 5-5c0-0.796-0.186-1.563-0.533-2.251 0.694 0.365 1.32 0.768 1.85 1.145 1.157 0.824 2.042 1.658 2.489 2.106-0.447 0.448-1.332 1.281-2.489 2.106z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-printer\" viewBox=\"0 0 20 20\">\n<title>printer</title>\n<path class=\"path1\" d=\"M18.5 4h-1.5v-2.5c0-0.827-0.673-1.5-1.5-1.5h-11c-0.827 0-1.5 0.673-1.5 1.5v2.5h-1.5c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h1.5v2.5c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-2.5h1.5c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM4 1.5c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v2.5h-12v-2.5zM15.5 19h-11c-0.276 0-0.5-0.224-0.5-0.5v-6.5h12v6.5c0 0.276-0.224 0.5-0.5 0.5zM19 14.5c0 0.276-0.224 0.5-0.5 0.5h-1.5v-3h0.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5v3h-1.5c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h17c0.276 0 0.5 0.224 0.5 0.5v9z\"/>\n<path class=\"path2\" d=\"M14.5 14h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 16h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 9c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM16.5 7c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-empty\" viewBox=\"0 0 20 20\">\n<title>file-empty</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-add\" viewBox=\"0 0 20 20\">\n<title>file-add</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM16.5 19h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 13h-2.5v-2.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.5h-2.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h2.5v2.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-2.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter\" viewBox=\"0 0 20 20\">\n<title>enter</title>\n<path class=\"path1\" d=\"M17.5 2h-9c-0.827 0-1.5 0.673-1.5 1.5v3c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h7.564l-3.842 1.647c-0.685 0.294-1.222 1.108-1.222 1.853v9.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5h2.5v1.5c0 0.433 0.18 0.801 0.495 1.008 0.174 0.114 0.376 0.172 0.589 0.172 0.173 0 0.354-0.038 0.532-0.114l5.162-2.212c0.685-0.294 1.222-1.108 1.222-1.854v-12c0-0.827-0.673-1.5-1.5-1.5zM18 15.5c0 0.351-0.294 0.796-0.616 0.934l-5.162 2.212c-0.096 0.041-0.159 0.038-0.177 0.027s-0.045-0.069-0.045-0.173v-12c0-0.351 0.294-0.796 0.616-0.934l5.333-2.286c0.033 0.066 0.051 0.141 0.051 0.22v12z\"/>\n<path class=\"path2\" d=\"M8.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit\" viewBox=\"0 0 20 20\">\n<title>exit</title>\n<path class=\"path1\" d=\"M11.5 8c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.827-0.673-1.5-1.5-1.5h-9c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.746 0.537 1.56 1.222 1.853l5.162 2.212c0.178 0.076 0.359 0.114 0.532 0.114 0.213-0 0.416-0.058 0.589-0.172 0.314-0.207 0.495-0.575 0.495-1.008v-1.5h2.5c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5h-2.5v-9.5c0-0.746-0.537-1.56-1.222-1.853l-3.842-1.647h7.564c0.276 0 0.5 0.224 0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5zM6.384 5.566c0.322 0.138 0.616 0.584 0.616 0.934v12c0 0.104-0.028 0.162-0.045 0.173s-0.081 0.014-0.177-0.027l-5.162-2.212c-0.322-0.138-0.616-0.583-0.616-0.934v-12c0-0.079 0.018-0.153 0.051-0.22l5.333 2.286z\"/>\n<path class=\"path2\" d=\"M18.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-graduation-hat\" viewBox=\"0 0 20 20\">\n<title>graduation-hat</title>\n<path class=\"path1\" d=\"M18.658 7.026l-9-3c-0.103-0.034-0.214-0.034-0.316 0l-9 3c-0.204 0.068-0.342 0.259-0.342 0.474s0.138 0.406 0.342 0.474l2.658 0.886v2.64c0 0.133 0.053 0.26 0.146 0.354 0.088 0.088 2.194 2.146 6.354 2.146 1.513 0 2.924-0.272 4.195-0.809 0.254-0.107 0.373-0.401 0.266-0.655s-0.401-0.373-0.655-0.266c-1.147 0.485-2.427 0.73-3.805 0.73-1.945 0-3.376-0.504-4.234-0.926-0.635-0.313-1.060-0.629-1.266-0.799v-2.081l5.342 1.781c0.051 0.017 0.105 0.026 0.158 0.026s0.107-0.009 0.158-0.026l5.342-1.781v0.892c-0.582 0.206-1 0.762-1 1.414 0 0.611 0.367 1.137 0.892 1.371l-0.877 3.508c-0.037 0.149-0.004 0.308 0.091 0.429s0.24 0.192 0.394 0.192h2c0.154 0 0.299-0.071 0.394-0.192s0.128-0.28 0.091-0.429l-0.877-3.508c0.525-0.234 0.892-0.76 0.892-1.371 0-0.652-0.418-1.208-1-1.414v-1.226l2.658-0.886c0.204-0.068 0.342-0.259 0.342-0.474s-0.138-0.406-0.342-0.474zM15.5 11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5-0.5-0.224-0.5-0.5 0.224-0.5 0.5-0.5zM15.14 16l0.36-1.438 0.36 1.438h-0.719zM15.46 7.986l-5.877-0.98c-0.273-0.045-0.53 0.139-0.575 0.411s0.139 0.53 0.411 0.575l4.014 0.669-3.932 1.311-7.419-2.473 7.419-2.473 7.419 2.473-1.459 0.486z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-license\" viewBox=\"0 0 20 20\">\n<title>license</title>\n<path class=\"path1\" d=\"M18.5 18h-17c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v13c0 0.827-0.673 1.5-1.5 1.5zM1.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-13c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M9.5 6h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 9h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M9.5 11h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M9.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M8.5 15h-5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M17.943 6.544l-0.813-0.591-0.311-0.956h-1.005l-0.813-0.591-0.813 0.591h-1.005l-0.311 0.956-0.813 0.591 0.311 0.956-0.311 0.956 0.813 0.591 0.132 0.406c-0.002 0.016-0.002 0.031-0.002 0.047v5c0 0.202 0.122 0.385 0.309 0.462s0.402 0.035 0.545-0.108l1.146-1.146 1.146 1.146c0.096 0.096 0.223 0.147 0.354 0.146 0.064 0 0.129-0.012 0.191-0.038 0.187-0.077 0.309-0.26 0.309-0.462v-5c0-0.016-0.001-0.032-0.002-0.047l0.132-0.406 0.813-0.591-0.311-0.956 0.311-0.956zM13.233 6.926l0.488-0.355 0.187-0.574h0.604l0.488-0.355 0.488 0.355h0.604l0.187 0.574 0.488 0.355-0.187 0.574 0.187 0.574-0.488 0.355-0.187 0.574h-0.604l-0.488 0.355-0.488-0.355h-0.604l-0.187-0.574-0.488-0.355 0.187-0.574-0.187-0.574zM15.354 12.646c-0.195-0.195-0.512-0.195-0.707 0l-0.646 0.646v-3.29h0.187l0.813 0.591 0.813-0.591h0.187v3.29l-0.646-0.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-music-note\" viewBox=\"0 0 20 20\">\n<title>music-note</title>\n<path class=\"path1\" d=\"M19.82 1.116c-0.114-0.095-0.264-0.135-0.41-0.108l-11 2c-0.238 0.043-0.411 0.25-0.411 0.492v11.399c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-10.084l10-1.847v8.33c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-13c0-0.148-0.066-0.289-0.18-0.384zM4.5 18c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5 3.5 0.792 3.5 1.5-1.497 1.5-3.5 1.5zM9 5.399v-1.482l10-1.818v1.453l-10 1.847zM15.5 16c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5c2.003 0 3.5 0.792 3.5 1.5s-1.497 1.5-3.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-film-play\" viewBox=\"0 0 20 20\">\n<title>film-play</title>\n<path class=\"path1\" d=\"M7.5 15c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-9c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l6 4.5c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-6 4.5c-0.088 0.066-0.194 0.1-0.3 0.1zM8 6.5v7l4.667-3.5-4.667-3.5z\"/>\n<path class=\"path2\" d=\"M19.5 2h-19c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276 0.224 0.5 0.5 0.5h19c0.276 0 0.5-0.224 0.5-0.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3 11h-2v-2h2v2zM3 8h-2v-2h2v2zM1 12h2v2h-2v-2zM4 3h12v14h-12v-14zM17 9h2v2h-2v-2zM17 8v-2h2v2h-2zM17 12h2v2h-2v-2zM19 5h-2v-2h2v2zM3 3v2h-2v-2h2zM1 15h2v2h-2v-2zM17 17v-2h2v2h-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera-video\" viewBox=\"0 0 20 20\">\n<title>camera-video</title>\n<path class=\"path1\" d=\"M19.131 17.053c-0 0-0 0-0 0-0.242-0-0.485-0.097-0.724-0.288l-3.438-2.751c-0.552-0.442-0.969-1.308-0.969-2.015v-3c0-0.707 0.416-1.573 0.969-2.015l3.438-2.751c0.239-0.191 0.482-0.288 0.724-0.288 0.433-0 0.869 0.326 0.869 1.053v11c0 0.278-0.064 0.512-0.19 0.694-0.157 0.228-0.405 0.359-0.679 0.359zM19 5.040l-3.407 2.725c-0.31 0.248-0.593 0.837-0.593 1.234v3c0 0.398 0.283 0.986 0.593 1.234l3.407 2.725v-10.919z\"/>\n<path class=\"path2\" d=\"M11.5 17h-10c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h10c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera\" viewBox=\"0 0 20 20\">\n<title>camera</title>\n<path class=\"path1\" d=\"M9.5 15c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5c2.481 0 4.5 2.019 4.5 4.5s-2.019 4.5-4.5 4.5zM9.5 7c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5z\"/>\n<path class=\"path2\" d=\"M17.5 18h-16c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h1.5c0.415 0 1.060-0.267 1.354-0.561l0.586-0.586c0.487-0.487 1.373-0.854 2.061-0.854h5c0.688 0 1.574 0.367 2.061 0.854l0.586 0.586c0.293 0.293 0.939 0.561 1.354 0.561h1.5c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-1.5c-0.688 0-1.574-0.367-2.061-0.854l-0.586-0.586c-0.293-0.293-0.939-0.561-1.354-0.561h-5c-0.415 0-1.060 0.267-1.354 0.561l-0.586 0.586c-0.487 0.487-1.372 0.854-2.061 0.854h-1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-picture\" viewBox=\"0 0 20 20\">\n<title>picture</title>\n<path class=\"path1\" d=\"M18.5 20h-17c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM1.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M13 9c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM13 6c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.5 2h-15c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-12c0-0.276-0.224-0.5-0.5-0.5zM3 11.69l3.209-3.611c0.082-0.092 0.189-0.144 0.302-0.145s0.221 0.048 0.305 0.138l5.533 5.928h-9.349v-2.31zM17 14h-3.283l-6.169-6.61c-0.279-0.299-0.651-0.461-1.049-0.456s-0.766 0.176-1.037 0.481l-2.462 2.77v-7.185h14v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-book\" viewBox=\"0 0 20 20\">\n<title>book</title>\n<path class=\"path1\" d=\"M14.5 18h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M16.5 3c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5h-11c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5h9c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-10c-0.827 0-1.5 0.673-1.5 1.5v15c0 1.378 1.122 2.5 2.5 2.5h11c0.827 0 1.5-0.673 1.5-1.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3.5 2h10c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5h-9c-0.562 0-1.082 0.187-1.5 0.501v-13.001c0-0.276 0.224-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bookmark\" viewBox=\"0 0 20 20\">\n<title>bookmark</title>\n<path class=\"path1\" d=\"M15.5 20c-0.143 0-0.283-0.062-0.38-0.175l-5.62-6.557-5.62 6.557c-0.136 0.159-0.357 0.216-0.553 0.144s-0.327-0.26-0.327-0.469v-18c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v18c0 0.209-0.13 0.396-0.327 0.469-0.057 0.021-0.115 0.031-0.173 0.031zM9.5 12c0.146 0 0.285 0.064 0.38 0.175l5.12 5.974v-16.148h-11v16.148l5.12-5.974c0.095-0.111 0.234-0.175 0.38-0.175z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-user\" viewBox=\"0 0 20 20\">\n<title>user</title>\n<path class=\"path1\" d=\"M9.5 11c-3.033 0-5.5-2.467-5.5-5.5s2.467-5.5 5.5-5.5 5.5 2.467 5.5 5.5-2.467 5.5-5.5 5.5zM9.5 1c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5c2.481 0 4.5-2.019 4.5-4.5s-2.019-4.5-4.5-4.5z\"/>\n<path class=\"path2\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5 0-0.068 0.014-1.685 1.225-3.3 0.705-0.94 1.67-1.687 2.869-2.219 1.464-0.651 3.283-0.981 5.406-0.981s3.942 0.33 5.406 0.981c1.199 0.533 2.164 1.279 2.869 2.219 1.211 1.615 1.225 3.232 1.225 3.3 0 0.827-0.673 1.5-1.5 1.5zM9.5 13c-3.487 0-6.060 0.953-7.441 2.756-1.035 1.351-1.058 2.732-1.059 2.746 0 0.274 0.224 0.498 0.5 0.498h16c0.276 0 0.5-0.224 0.5-0.5-0-0.012-0.023-1.393-1.059-2.744-1.382-1.803-3.955-2.756-7.441-2.756z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-users\" viewBox=\"0 0 20 20\">\n<title>users</title>\n<path class=\"path1\" d=\"M18.5 18h-11c-0.827 0-1.5-0.673-1.5-1.5 0-0.048 0.011-1.19 0.924-2.315 0.525-0.646 1.241-1.158 2.128-1.522 1.071-0.44 2.4-0.662 3.948-0.662s2.876 0.223 3.948 0.662c0.887 0.364 1.603 0.876 2.128 1.522 0.914 1.125 0.924 2.267 0.924 2.315 0 0.827-0.673 1.5-1.5 1.5zM7 16.503c0.001 0.275 0.225 0.497 0.5 0.497h11c0.275 0 0.499-0.223 0.5-0.497-0.001-0.035-0.032-0.895-0.739-1.734-0.974-1.157-2.793-1.768-5.261-1.768s-4.287 0.612-5.261 1.768c-0.707 0.84-0.738 1.699-0.739 1.734z\"/>\n<path class=\"path2\" d=\"M13 11c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4c0 2.206-1.794 4-4 4zM13 4c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path3\" d=\"M4.5 18h-3c-0.827 0-1.5-0.673-1.5-1.5 0-0.037 0.008-0.927 0.663-1.8 0.378-0.505 0.894-0.904 1.533-1.188 0.764-0.34 1.708-0.512 2.805-0.512 0.179 0 0.356 0.005 0.527 0.014 0.276 0.015 0.487 0.25 0.473 0.526s-0.25 0.488-0.526 0.473c-0.153-0.008-0.312-0.012-0.473-0.012-3.894 0-3.997 2.379-4 2.503 0.001 0.274 0.225 0.497 0.5 0.497h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M5 12c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM5 7c-1.103 0-2 0.897-2 2s0.897 2 2 2 2-0.897 2-2c0-1.103-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-shirt\" viewBox=\"0 0 20 20\">\n<title>shirt</title>\n<path class=\"path1\" d=\"M13.5 19h-8c-0.827 0-1.5-0.673-1.5-1.5v-9.306l-2.342 0.781c-0.262 0.087-0.545-0.054-0.632-0.316l-1-3c-0.079-0.236 0.028-0.494 0.251-0.605l6-3c0.155-0.077 0.339-0.069 0.486 0.022s0.237 0.252 0.237 0.425c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.173 0.090-0.334 0.237-0.425s0.331-0.099 0.486-0.022l6 3c0.223 0.111 0.329 0.369 0.251 0.605l-1 3c-0.087 0.262-0.37 0.404-0.632 0.316l-2.342-0.781v9.306c0 0.827-0.673 1.5-1.5 1.5zM4.5 7c0.104 0 0.206 0.032 0.292 0.094 0.13 0.094 0.208 0.245 0.208 0.406v10c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.161 0.077-0.312 0.208-0.406s0.298-0.12 0.45-0.069l2.526 0.842 0.705-2.114-4.973-2.487c-0.351 1.562-1.749 2.733-3.415 2.733s-3.065-1.171-3.415-2.733l-4.973 2.487 0.705 2.114 2.526-0.842c0.052-0.017 0.105-0.026 0.158-0.026z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-store\" viewBox=\"0 0 20 20\">\n<title>store</title>\n<path class=\"path1\" d=\"M18 9.5v-1c0-0.078-0.018-0.154-0.053-0.224l-2-4c-0.085-0.169-0.258-0.276-0.447-0.276h-12c-0.189 0-0.363 0.107-0.447 0.276l-2 4c-0.035 0.069-0.053 0.146-0.053 0.224v1c0 0.816 0.393 1.542 1 1.999v6.501h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6.501c0.607-0.457 1-1.182 1-1.999zM11.5 11c-0.827 0-1.5-0.673-1.5-1.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5zM2 9.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5zM9 5v3h-2.86l0.75-3h2.11zM12.11 5l0.75 3h-2.86v-3h2.11zM6 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM14 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM16.691 8h-2.801l-0.75-3h2.051l1.5 3zM3.809 5h2.051l-0.75 3h-2.801l1.5-3zM3 11.95c0.162 0.033 0.329 0.050 0.5 0.050 0.817 0 1.544-0.394 2-1.002 0.456 0.608 1.183 1.002 2 1.002s1.544-0.394 2-1.002c0.361 0.48 0.89 0.827 1.5 0.951v6.050h-8v-6.050zM16 18h-4v-6.050c0.61-0.124 1.139-0.471 1.5-0.951 0.456 0.608 1.183 1.002 2 1.002 0.171 0 0.338-0.017 0.5-0.050v6.050z\"/>\n<path class=\"path2\" d=\"M14 14.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M5.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3-3c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path5\" d=\"M8.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cart\" viewBox=\"0 0 20 20\">\n<title>cart</title>\n<path class=\"path1\" d=\"M8 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM8 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path2\" d=\"M15 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM15 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.539 4.467c-0.251-0.297-0.63-0.467-1.039-0.467h-12.243l-0.099-0.596c-0.131-0.787-0.859-1.404-1.658-1.404h-1c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1c0.307 0 0.621 0.266 0.671 0.569l1.671 10.027c0.131 0.787 0.859 1.404 1.658 1.404h10c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-10c-0.307 0-0.621-0.266-0.671-0.569l-0.247-1.48 9.965-0.867c0.775-0.067 1.483-0.721 1.611-1.489l0.671-4.027c0.067-0.404-0.038-0.806-0.289-1.102zM16.842 5.404l-0.671 4.027c-0.053 0.316-0.391 0.629-0.711 0.657l-10.043 0.873-0.994-5.962h12.076c0.117 0 0.215 0.040 0.276 0.113s0.085 0.176 0.066 0.291z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tag\" viewBox=\"0 0 20 20\">\n<title>tag</title>\n<path class=\"path1\" d=\"M7.5 19.085c-0.401 0-0.778-0.156-1.061-0.438l-5.086-5.086c-0.283-0.283-0.438-0.659-0.438-1.061s0.156-0.778 0.438-1.061l8.586-8.586c0.487-0.487 1.372-0.854 2.061-0.854h4.5c0.827 0 1.5 0.673 1.5 1.5v4.5c0 0.688-0.367 1.574-0.853 2.061l-8.586 8.586c-0.283 0.283-0.659 0.438-1.061 0.438zM12 3c-0.415 0-1.060 0.267-1.353 0.561l-8.586 8.586c-0.094 0.094-0.145 0.219-0.145 0.354s0.052 0.26 0.145 0.353l5.086 5.086c0.094 0.094 0.219 0.145 0.354 0.145s0.26-0.052 0.354-0.145l8.586-8.586c0.293-0.293 0.561-0.939 0.561-1.354v-4.5c0-0.276-0.224-0.5-0.5-0.5h-4.5z\"/>\n<path class=\"path2\" d=\"M14.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone-handset\" viewBox=\"0 0 20 20\">\n<title>phone-handset</title>\n<path class=\"path1\" d=\"M16 20c-1.771 0-3.655-0.502-5.6-1.492-1.793-0.913-3.564-2.22-5.122-3.78s-2.863-3.333-3.775-5.127c-0.988-1.946-1.49-3.83-1.49-5.601 0-1.148 1.070-2.257 1.529-2.68 0.661-0.609 1.701-1.32 2.457-1.32 0.376 0 0.816 0.246 1.387 0.774 0.425 0.394 0.904 0.928 1.383 1.544 0.289 0.372 1.73 2.271 1.73 3.182 0 0.747-0.845 1.267-1.739 1.816-0.346 0.212-0.703 0.432-0.961 0.639-0.276 0.221-0.325 0.338-0.333 0.364 0.949 2.366 3.85 5.267 6.215 6.215 0.021-0.007 0.138-0.053 0.363-0.333 0.207-0.258 0.427-0.616 0.639-0.961 0.55-0.894 1.069-1.739 1.816-1.739 0.911 0 2.81 1.441 3.182 1.73 0.616 0.479 1.15 0.958 1.544 1.383 0.528 0.57 0.774 1.011 0.774 1.387 0 0.756-0.711 1.799-1.319 2.463-0.424 0.462-1.533 1.537-2.681 1.537zM3.994 1c-0.268 0.005-0.989 0.333-1.773 1.055-0.744 0.686-1.207 1.431-1.207 1.945 0 6.729 8.264 15 14.986 15 0.513 0 1.258-0.465 1.944-1.213 0.723-0.788 1.051-1.512 1.056-1.781-0.032-0.19-0.558-0.929-1.997-2.037-1.237-0.952-2.24-1.463-2.498-1.469-0.018 0.005-0.13 0.048-0.357 0.336-0.197 0.251-0.408 0.594-0.613 0.926-0.56 0.911-1.089 1.772-1.858 1.772-0.124 0-0.246-0.024-0.363-0.071-2.625-1.050-5.729-4.154-6.779-6.779-0.126-0.315-0.146-0.809 0.474-1.371 0.33-0.299 0.786-0.579 1.228-0.851 0.332-0.204 0.676-0.415 0.926-0.613 0.288-0.227 0.331-0.339 0.336-0.357-0.007-0.258-0.517-1.261-1.469-2.498-1.108-1.439-1.847-1.964-2.037-1.997z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone\" viewBox=\"0 0 20 20\">\n<title>phone</title>\n<path class=\"path1\" d=\"M17.894 8.897c-1.041 0-2.928-0.375-3.516-0.963-0.361-0.361-0.446-0.813-0.515-1.177-0.085-0.448-0.136-0.581-0.332-0.666-0.902-0.388-2.196-0.61-3.551-0.61-1.34 0-2.62 0.219-3.512 0.6-0.194 0.083-0.244 0.216-0.327 0.663-0.068 0.365-0.152 0.819-0.512 1.179-0.328 0.328-1.015 0.554-1.533 0.685-0.668 0.169-1.384 0.267-1.963 0.267-0.664 0-1.113-0.126-1.372-0.386-0.391-0.391-0.641-0.926-0.685-1.467-0.037-0.456 0.051-1.132 0.68-1.762 1.022-1.022 2.396-1.819 4.086-2.368 1.554-0.506 3.322-0.773 5.114-0.773 1.804 0 3.587 0.27 5.156 0.782 1.705 0.556 3.093 1.361 4.124 2.393 1.050 1.050 0.79 2.443 0.012 3.221-0.257 0.257-0.7 0.382-1.354 0.382zM9.98 4.481c1.507 0 2.908 0.246 3.946 0.691 0.713 0.306 0.833 0.938 0.92 1.398 0.052 0.275 0.097 0.513 0.24 0.656 0.252 0.252 1.706 0.671 2.809 0.671 0.481 0 0.633-0.082 0.652-0.094 0.31-0.314 0.698-1.086-0.017-1.802-1.805-1.805-5.010-2.882-8.574-2.882-3.535 0-6.709 1.065-8.493 2.848-0.288 0.288-0.42 0.616-0.391 0.974 0.025 0.302 0.17 0.614 0.39 0.836 0.019 0.012 0.173 0.098 0.67 0.098 1.098 0 2.541-0.411 2.789-0.659 0.141-0.141 0.185-0.379 0.236-0.654 0.086-0.462 0.203-1.095 0.917-1.4 1.026-0.439 2.413-0.68 3.905-0.68z\"/>\n<path class=\"path2\" d=\"M16.5 18h-13c-0.671 0-1.29-0.264-1.743-0.743s-0.682-1.112-0.645-1.782c0.004-0.077 0.118-1.901 1.27-3.739 0.682-1.088 1.586-1.955 2.686-2.577 1.361-0.769 3.020-1.159 4.932-1.159s3.571 0.39 4.932 1.159c1.101 0.622 2.005 1.489 2.686 2.577 1.152 1.839 1.266 3.663 1.27 3.739 0.037 0.67-0.192 1.303-0.645 1.782s-1.072 0.743-1.743 0.743zM10 9c-3.117 0-5.388 1.088-6.749 3.233-1.030 1.623-1.139 3.282-1.14 3.299-0.022 0.392 0.111 0.761 0.373 1.038s0.623 0.43 1.017 0.43h13c0.393 0 0.754-0.153 1.017-0.43s0.395-0.646 0.373-1.039c-0.001-0.016-0.111-1.675-1.14-3.298-1.362-2.145-3.633-3.233-6.749-3.233z\"/>\n<path class=\"path3\" d=\"M10 16c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 11c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pushpin\" viewBox=\"0 0 20 20\">\n<title>pushpin</title>\n<path class=\"path1\" d=\"M18 6.793l-5.293-5.293c-0.188-0.188-0.44-0.292-0.707-0.292s-0.519 0.104-0.707 0.292l-0.293 0.293c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-2.793 2.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-0.293 0.293c-0.39 0.39-0.39 1.024 0 1.414l1.553 1.553-4.95 6.435c-0.153 0.199-0.135 0.481 0.043 0.658 0.097 0.097 0.225 0.146 0.354 0.146 0.107 0 0.214-0.034 0.305-0.104l6.435-4.95 1.553 1.553c0.188 0.188 0.44 0.292 0.707 0.292s0.519-0.104 0.707-0.292l0.293-0.293c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l2.793-2.793c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l0.293-0.293c0.188-0.188 0.292-0.44 0.292-0.707s-0.104-0.519-0.292-0.707zM4.234 15.266l2.533-3.293 0.76 0.76-3.293 2.533zM17 7.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-2.793 2.793c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-0.292 0.292c-0 0-0.001 0-0.001 0v0.001l-5.293-5.293 0.293-0.293c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l2.793-2.793c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l0.293-0.293 5.293 5.293-0.293 0.293z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map-marker\" viewBox=\"0 0 20 20\">\n<title>map-marker</title>\n<path class=\"path1\" d=\"M10 20c-0.153 0-0.298-0.070-0.393-0.191-0.057-0.073-1.418-1.814-2.797-4.385-0.812-1.513-1.46-2.999-1.925-4.416-0.587-1.787-0.884-3.472-0.884-5.008 0-3.308 2.692-6 6-6s6 2.692 6 6c0 1.536-0.298 3.22-0.884 5.008-0.465 1.417-1.113 2.903-1.925 4.416-1.38 2.571-2.74 4.312-2.797 4.385-0.095 0.121-0.24 0.191-0.393 0.191zM10 1c-2.757 0-5 2.243-5 5 0 3.254 1.463 6.664 2.691 8.951 0.902 1.681 1.809 3.014 2.309 3.71 0.502-0.699 1.415-2.040 2.318-3.726 1.223-2.283 2.682-5.687 2.682-8.935 0-2.757-2.243-5-5-5z\"/>\n<path class=\"path2\" d=\"M10 9c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 4c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map\" viewBox=\"0 0 20 20\">\n<title>map</title>\n<path class=\"path1\" d=\"M18.763 1.075c-0.147-0.091-0.331-0.099-0.486-0.022l-5.776 2.888-5.776-2.888c-0.141-0.070-0.306-0.070-0.447 0l-6 3c-0.169 0.085-0.276 0.258-0.276 0.447v15c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l5.776-2.888 5.776 2.888c0.141 0.070 0.307 0.070 0.447 0l6-3c0.169-0.085 0.276-0.258 0.276-0.447v-15c-0-0.173-0.090-0.334-0.237-0.425zM6 16.191l-5 2.5v-13.882l5-2.5v13.882zM7 2.309l5 2.5v13.882l-5-2.5v-13.882zM18 16.191l-5 2.5v-13.882l5-2.5v13.882z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-location\" viewBox=\"0 0 20 20\">\n<title>location</title>\n<path class=\"path1\" d=\"M8.5 20c-0.043 0-0.087-0.006-0.13-0.017-0.218-0.059-0.37-0.257-0.37-0.483v-7.5h-7.5c-0.226 0-0.424-0.152-0.483-0.37s0.037-0.449 0.232-0.562l19-11c0.196-0.113 0.444-0.081 0.604 0.079s0.193 0.408 0.079 0.604l-11 19c-0.091 0.157-0.258 0.249-0.433 0.249zM2.362 11h6.138c0.276 0 0.5 0.224 0.5 0.5v6.138l9.128-15.766-15.766 9.128z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-calendar-full\" viewBox=\"0 0 20 20\">\n<title>calendar-full</title>\n<path class=\"path1\" d=\"M18.5 2h-2.5v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-10v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-2.5c-0.827 0-1.5 0.673-1.5 1.5v14c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-14c0-0.827-0.673-1.5-1.5-1.5zM1.5 3h2.5v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h10v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h2.5c0.276 0 0.5 0.224 0.5 0.5v2.5h-18v-2.5c0-0.276 0.224-0.5 0.5-0.5zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-10.5h18v10.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M7.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M10.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M7.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M10.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M13.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M16.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path11\" d=\"M4.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path12\" d=\"M7.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path13\" d=\"M10.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path14\" d=\"M13.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path15\" d=\"M16.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path16\" d=\"M4.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path17\" d=\"M7.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path18\" d=\"M10.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path19\" d=\"M13.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path20\" d=\"M16.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-keyboard\" viewBox=\"0 0 20 20\">\n<title>keyboard</title>\n<path class=\"path1\" d=\"M17.5 16h-16c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M3.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M16.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M4.5 10h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M3.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M11.5 14h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M14.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M16.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.5v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M5.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M6 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path11\" d=\"M8 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path12\" d=\"M10 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path13\" d=\"M12 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path14\" d=\"M14 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path15\" d=\"M7 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path16\" d=\"M9 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path17\" d=\"M11 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path18\" d=\"M13 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path19\" d=\"M15 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path20\" d=\"M8 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path21\" d=\"M10 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path22\" d=\"M12 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-spell-check\" viewBox=\"0 0 20 20\">\n<title>spell-check</title>\n<path class=\"path1\" d=\"M4.5 14c-0.276 0-0.5 0.224-0.5 0.5v0.001c-0.418-0.315-0.938-0.501-1.5-0.501-1.378 0-2.5 1.122-2.5 2.5s1.122 2.5 2.5 2.5c0.562 0 1.082-0.187 1.5-0.501v0.001c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM2.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M8.5 14c-0.562 0-1.082 0.187-1.5 0.501v-4.001c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.001c0.418 0.315 0.938 0.501 1.5 0.501 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5zM8.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M14.5 19c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5c0.439 0 0.872 0.116 1.25 0.335 0.239 0.138 0.321 0.444 0.183 0.683s-0.444 0.321-0.683 0.183c-0.227-0.131-0.486-0.2-0.75-0.2-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5c0.264 0 0.523-0.069 0.75-0.2 0.239-0.138 0.545-0.057 0.683 0.182s0.057 0.545-0.182 0.683c-0.379 0.219-0.811 0.335-1.25 0.335z\"/>\n<path class=\"path4\" d=\"M11.5 10.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-screen\" viewBox=\"0 0 20 20\">\n<title>screen</title>\n<path class=\"path1\" d=\"M17.5 2h-16c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h7.5v2h-3.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-2h7.5c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5zM18 13.5c0 0.276-0.224 0.5-0.5 0.5h-16c-0.276 0-0.5-0.224-0.5-0.5v-10c0-0.276 0.224-0.5 0.5-0.5h16c0.276 0 0.5 0.224 0.5 0.5v10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smartphone\" viewBox=\"0 0 20 20\">\n<title>smartphone</title>\n<path class=\"path1\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M14.5 20h-9c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h9c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM5.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-9z\"/>\n<path class=\"path3\" d=\"M13.5 16h-7c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM7 15h6v-12h-6v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tablet\" viewBox=\"0 0 20 20\">\n<title>tablet</title>\n<path class=\"path1\" d=\"M16.5 20h-13c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM3.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h13c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-13z\"/>\n<path class=\"path2\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15.5 16h-11c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM5 15h10v-12h-10v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop\" viewBox=\"0 0 20 20\">\n<title>laptop</title>\n<path class=\"path1\" d=\"M3.5 14h13c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5h-13c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5zM3 4.5c0-0.276 0.224-0.5 0.5-0.5h13c0.276 0 0.5 0.224 0.5 0.5v8c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-8z\"/>\n<path class=\"path2\" d=\"M19.5 15h-19c-0.276 0-0.5 0.224-0.5 0.5v1c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-1c0-0.276-0.224-0.5-0.5-0.5zM18.5 17h-17c-0.276 0-0.5-0.224-0.5-0.5v-0.5h18v0.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop-phone\" viewBox=\"0 0 20 20\">\n<title>laptop-phone</title>\n<path class=\"path1\" d=\"M11.5 14h-8c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5h-13c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 18h-10c-0.827 0-1.5-0.673-1.5-1.5v-1c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.5v0.5c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 18h-4c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h4c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM14.5 8c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-4z\"/>\n<path class=\"path4\" d=\"M16.5 16c-0.132 0-0.26-0.053-0.353-0.147s-0.147-0.222-0.147-0.353 0.053-0.261 0.147-0.353c0.093-0.093 0.222-0.147 0.353-0.147s0.261 0.053 0.353 0.147c0.093 0.093 0.147 0.222 0.147 0.353s-0.053 0.261-0.147 0.353c-0.093 0.093-0.222 0.147-0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-power-switch\" viewBox=\"0 0 20 20\">\n<title>power-switch</title>\n<path class=\"path1\" d=\"M9.5 12c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M9.5 19c-2.003 0-3.887-0.78-5.303-2.197s-2.197-3.3-2.197-5.303c0-1.648 0.525-3.212 1.517-4.523 0.96-1.268 2.324-2.215 3.84-2.666 0.265-0.079 0.543 0.072 0.622 0.337s-0.072 0.543-0.337 0.622c-2.733 0.814-4.643 3.376-4.643 6.231 0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5c0-2.855-1.909-5.417-4.643-6.231-0.265-0.079-0.415-0.357-0.337-0.622s0.357-0.415 0.622-0.337c1.517 0.451 2.88 1.398 3.84 2.666 0.993 1.311 1.517 2.875 1.517 4.523 0 2.003-0.78 3.887-2.197 5.303s-3.3 2.197-5.303 2.197z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bubble\" viewBox=\"0 0 20 20\">\n<title>bubble</title>\n<path class=\"path1\" d=\"M0.5 19c-0.225 0-0.422-0.15-0.482-0.367s0.032-0.447 0.225-0.562c1.691-1.014 2.392-2.489 2.641-3.179-1.838-1.407-2.884-3.354-2.884-5.392 0-1.029 0.258-2.026 0.768-2.964 0.486-0.894 1.18-1.695 2.061-2.381 1.787-1.39 4.156-2.156 6.671-2.156s4.884 0.766 6.671 2.156c0.881 0.685 1.575 1.486 2.061 2.381 0.51 0.937 0.768 1.934 0.768 2.964s-0.258 2.026-0.768 2.964c-0.486 0.894-1.18 1.695-2.061 2.381-1.787 1.39-4.156 2.156-6.671 2.156-1.033 0-2.047-0.129-3.016-0.385-0.429 0.286-1.231 0.793-2.189 1.27-1.488 0.74-2.764 1.115-3.794 1.115zM9.5 3c-4.687 0-8.5 2.916-8.5 6.5 0 1.815 1.005 3.562 2.756 4.792 0.172 0.121 0.25 0.336 0.196 0.539-0.117 0.436-0.515 1.633-1.58 2.788 1.302-0.456 2.704-1.247 3.739-1.959 0.123-0.085 0.277-0.11 0.421-0.069 0.948 0.271 1.947 0.409 2.968 0.409 4.687 0 8.5-2.916 8.5-6.5s-3.813-6.5-8.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart-pulse\" viewBox=\"0 0 20 20\">\n<title>heart-pulse</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.116-0.065-2.877-1.611-5.369-4.082-0.196-0.194-0.197-0.511-0.003-0.707s0.511-0.197 0.707-0.003c1.979 1.962 4.186 3.346 4.908 3.776 0.723-0.431 2.932-1.817 4.908-3.776 0.196-0.194 0.513-0.193 0.707 0.003s0.193 0.513-0.003 0.707c-2.493 2.471-5.253 4.017-5.369 4.082-0.076 0.042-0.159 0.063-0.243 0.063z\"/>\n<path class=\"path2\" d=\"M1.279 11c-0.188 0-0.368-0.106-0.453-0.287-0.548-1.165-0.826-2.33-0.826-3.463 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.133-0.278 2.298-0.826 3.463-0.118 0.25-0.415 0.357-0.665 0.24s-0.357-0.415-0.24-0.665c0.485-1.031 0.731-2.053 0.731-3.037 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658-2.343 0-4.25 1.907-4.25 4.25 0 0.984 0.246 2.006 0.731 3.037 0.118 0.25 0.010 0.548-0.24 0.665-0.069 0.032-0.141 0.048-0.212 0.048z\"/>\n<path class=\"path3\" d=\"M10.515 15c-0.005 0-0.009-0-0.013-0-0.202-0.004-0.569-0.109-0.753-0.766l-1.217-4.334-0.807 3.279c-0.158 0.643-0.525 0.778-0.73 0.8s-0.592-0.027-0.889-0.62l-0.606-1.211c-0.029-0.058-0.056-0.094-0.076-0.117-0.003 0.004-0.007 0.009-0.011 0.015-0.37 0.543-1.192 0.953-1.913 0.953h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.421 0 0.921-0.272 1.087-0.516 0.223-0.327 0.547-0.501 0.891-0.478 0.374 0.025 0.708 0.279 0.917 0.696l0.445 0.89 0.936-3.803c0.158-0.64 0.482-0.779 0.726-0.783s0.572 0.125 0.751 0.76l1.284 4.576 1.178-3.608c0.205-0.628 0.582-0.736 0.788-0.745s0.59 0.068 0.847 0.677l0.724 1.719c0.136 0.322 0.578 0.616 0.927 0.616h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.747 0-1.559-0.539-1.849-1.228l-0.592-1.406-1.274 3.9c-0.207 0.634-0.566 0.733-0.771 0.733z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-construction\" viewBox=\"0 0 20 20\">\n<title>construction</title>\n<path class=\"path1\" d=\"M20 5v-1.5c0-0.276-0.224-0.5-0.5-0.5h-3.5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5.5c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h1.5v6h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-3h10v3h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6h1.5c0.276 0 0.5-0.224 0.5-0.5v-4.5c0-0 0-0 0-0zM19 4.793l-4.207 4.207h-3.586l5-5h2.793v0.793zM6.207 9l5-5h3.586l-5 5h-3.586zM1.207 9l5-5h3.586l-5 5h-3.586zM4.793 4l-3.793 3.793v-3.793h3.793zM3 16v-6h1v6h-1zM5 12v-2h10v2h-10zM17 16h-1v-6h1v6zM16.207 9l2.793-2.793v2.793h-2.793z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pie-chart\" viewBox=\"0 0 20 20\">\n<title>pie-chart</title>\n<path class=\"path1\" d=\"M8.5 20c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010s3.74-2.49 6.010-2.49c0.276 0 0.5 0.224 0.5 0.5v7.5h7.5c0.276 0 0.5 0.224 0.5 0.5 0 2.27-0.884 4.405-2.49 6.010s-3.74 2.49-6.010 2.49zM8 4.016c-3.903 0.258-7 3.516-7 7.484 0 4.136 3.364 7.5 7.5 7.5 3.967 0 7.225-3.097 7.484-7h-7.484c-0.276 0-0.5-0.224-0.5-0.5v-7.484z\"/>\n<path class=\"path2\" d=\"M18.5 10h-8c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5 2.27 0 4.405 0.884 6.010 2.49s2.49 3.74 2.49 6.010c0 0.276-0.224 0.5-0.5 0.5zM11 9h6.984c-0.247-3.738-3.246-6.736-6.984-6.984v6.984z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chart-bars\" viewBox=\"0 0 20 20\">\n<title>chart-bars</title>\n<path class=\"path1\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5v-16c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v16c0 0.827-0.673 1.5-1.5 1.5zM1.5 2c-0.276 0-0.5 0.224-0.5 0.5v16c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-16c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M6.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5zM5 16h1v-8h-1v8z\"/>\n<path class=\"path3\" d=\"M10.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-12c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5zM9 16h1v-11h-1v11z\"/>\n<path class=\"path4\" d=\"M14.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5zM13 16h1v-4h-1v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-gift\" viewBox=\"0 0 20 20\">\n<title>gift</title>\n<path class=\"path1\" d=\"M18.5 5h-3.001c0.315-0.418 0.501-0.938 0.501-1.5 0-1.378-1.122-2.5-2.5-2.5-1.39 0-2.556 1.101-3.127 1.758-0.346 0.397-0.644 0.823-0.873 1.235-0.229-0.412-0.527-0.837-0.873-1.235-0.571-0.656-1.737-1.758-3.127-1.758-1.378 0-2.5 1.122-2.5 2.5 0 0.562 0.187 1.082 0.501 1.5h-3.001c-0.276 0-0.5 0.224-0.5 0.5v3c0 0.276 0.224 0.5 0.5 0.5h0.5v9.5c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5v-9.5h0.5c0.276 0 0.5-0.224 0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5zM11.127 3.414c0.782-0.899 1.647-1.414 2.373-1.414 0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5h-3.378c0.173-0.442 0.523-1.032 1.005-1.586zM11 19h-3v-13h3v13zM4 3.5c0-0.827 0.673-1.5 1.5-1.5 0.726 0 1.591 0.515 2.373 1.414 0.482 0.554 0.832 1.144 1.005 1.586h-3.378c-0.827 0-1.5-0.673-1.5-1.5zM1 6h6v2h-6v-2zM2 18.5v-9.5h5v10h-4.5c-0.276 0-0.5-0.224-0.5-0.5zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-4.5v-10h5v9.5zM18 8h-6v-2h6v2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-diamond\" viewBox=\"0 0 20 20\">\n<title>diamond</title>\n<path class=\"path1\" d=\"M18.9 7.2l-3-4c-0.077-0.103-0.191-0.172-0.318-0.193l-6-1c-0.054-0.009-0.11-0.009-0.164 0l-6 1c-0.127 0.021-0.241 0.090-0.318 0.193l-3 4c-0.143 0.191-0.131 0.457 0.028 0.634l9 10c0.095 0.105 0.23 0.166 0.372 0.166s0.277-0.060 0.372-0.166l9-10c0.16-0.178 0.172-0.443 0.028-0.634zM12.786 7l-3.286 9.037-3.286-9.037h6.572zM6.707 6l2.793-2.793 2.793 2.793h-5.586zM10.957 3.25l3.698 0.616-1.233 1.849-2.466-2.465zM5.578 5.715l-1.233-1.849 3.698-0.616-2.465 2.465zM4.67 6.156l-2.985 0.597 1.791-2.388 1.194 1.791zM5.177 7.075l2.974 8.179-6.692-7.436 3.718-0.744zM13.823 7.075l3.718 0.744-6.692 7.436 2.974-8.179zM14.33 6.156l1.194-1.791 1.791 2.388-2.985-0.597z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-linearicons\" viewBox=\"0 0 20 20\">\n<title>linearicons</title>\n<path class=\"path1\" d=\"M19.5 16h-0.5c-0.579 0-1 0.631-1 1.5 0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5-0.138 0-0.263 0.056-0.354 0.147-0.196-0.094-0.415-0.147-0.646-0.147-0.827 0-1.5 0.673-1.5 1.5 0 0.175 0.031 0.343 0.086 0.5h-1.086c-0.406 0-1.019-0.277-1.288-0.58l-1.044-1.181 9.207-10.408c0.161-0.182 0.165-0.447 0.024-0.633l-2.999-3.998c-0.094-0.126-0.243-0.2-0.4-0.2h-13c-0.157 0-0.306 0.074-0.4 0.2l-2.999 3.998c-0.141 0.186-0.136 0.451 0.024 0.633l9.207 10.408-1.044 1.181c-0.289 0.327-0.795 0.58-1.038 0.58h-0.25v-0.5c0-0.827-0.673-1.5-1.5-1.5-0.282 0-0.545 0.078-0.77 0.213-0.127-0.135-0.292-0.213-0.48-0.213-0.308 0-0.537 0.243-0.702 0.455-0.152 0.195-0.309 0.449-0.442 0.716l-0.106 0.211v-0.882c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5 0.282 0 0.545-0.078 0.77-0.214 0.127 0.135 0.292 0.214 0.48 0.214 0.308 0 0.537-0.243 0.702-0.455 0.152-0.195 0.309-0.449 0.442-0.716l0.106-0.211v0.882c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276 0.224 0.5 0.5 0.5h0.75c0.556 0 1.324-0.395 1.787-0.918l0.963-1.089 0.963 1.088c0.463 0.523 1.339 0.918 2.037 0.918h2.5c0.384 0 0.734-0.145 1-0.383 0.266 0.238 0.616 0.383 1 0.383 0.827 0 1.5-0.673 1.5-1.5 0-0.249 0.061-0.422 0.103-0.5h0.397c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM1.145 5.474l2.605-3.474h12.5l2.605 3.474-8.855 10.011-8.855-10.011zM15.5 18c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M2.5 15c0.132 0 0.261-0.053 0.353-0.147s0.147-0.222 0.147-0.353-0.053-0.26-0.147-0.353c-0.093-0.093-0.222-0.147-0.353-0.147s-0.26 0.053-0.353 0.147c-0.093 0.093-0.147 0.222-0.147 0.353s0.053 0.261 0.147 0.353c0.093 0.093 0.222 0.147 0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dinner\" viewBox=\"0 0 20 20\">\n<title>dinner</title>\n<path class=\"path1\" d=\"M8 0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.306 0.252 2.397 0.455 3.274 0.198 0.854 0.353 1.529 0.13 1.811-0.186 0.234-0.717 0.37-1.581 0.406-0.002-0.162-0.004-0.326-0.004-0.49v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.165-0.001 0.328-0.004 0.49-0.861-0.037-1.391-0.174-1.577-0.408-0.225-0.283-0.069-0.959 0.128-1.814 0.202-0.875 0.453-1.965 0.453-3.267 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.189-0.237 2.217-0.427 3.043-0.258 1.118-0.461 2.002 0.064 2.662 0.39 0.49 1.101 0.733 2.333 0.785-0.112 2.79-0.516 5.19-0.851 7.177-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284-0.334-1.985-0.738-4.384-0.851-7.172 1.235-0.050 1.946-0.292 2.337-0.783 0.524-0.659 0.32-1.541 0.062-2.659-0.191-0.827-0.429-1.857-0.429-3.048zM6.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.701 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n<path class=\"path2\" d=\"M15.882 14.162c-0.393-2.331-0.881-5.231-0.882-8.662v-5c0-0.227-0.153-0.425-0.372-0.483s-0.45 0.038-0.562 0.235c-2.019 3.534-3.016 8.931-3.058 9.159-0.027 0.146 0.013 0.296 0.108 0.41s0.236 0.18 0.384 0.18h2.235c-0.175 1.544-0.409 2.935-0.617 4.166-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284zM12.111 9c0.248-1.171 0.882-3.887 1.889-6.317v2.817c0 1.236-0.063 2.403-0.163 3.5h-1.727zM15.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.702 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-coffee-cup\" viewBox=\"0 0 20 20\">\n<title>coffee-cup</title>\n<path class=\"path1\" d=\"M10 15c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 10c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n<path class=\"path2\" d=\"M15.904 2.056l-0.177-0.707c-0.189-0.756-0.948-1.349-1.728-1.349h-8c-0.78 0-1.538 0.593-1.728 1.349l-0.177 0.707c-0.631 0.177-1.096 0.757-1.096 1.444v1c0 0.663 0.432 1.226 1.029 1.424l0.901 12.614c0.058 0.806 0.762 1.462 1.57 1.462h7c0.808 0 1.512-0.656 1.57-1.462l0.901-12.614c0.597-0.198 1.029-0.761 1.029-1.424v-1c0-0.687-0.464-1.267-1.096-1.444zM6 1h8c0.319 0 0.68 0.282 0.757 0.591l0.102 0.409h-9.719l0.102-0.409c0.077-0.309 0.438-0.591 0.757-0.591zM14.892 7h-9.783l-0.071-1h9.926l-0.071 1zM14.249 16h-8.497l-0.571-8h9.64l-0.571 8zM13.5 19h-7c-0.29 0-0.552-0.244-0.573-0.533l-0.105-1.467h8.355l-0.105 1.467c-0.021 0.289-0.283 0.533-0.573 0.533zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-11c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.275 0.224-0.499 0.499-0.5 0.001 0 0.001 0 0.002 0s0.002-0 0.003-0h10.997c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-leaf\" viewBox=\"0 0 20 20\">\n<title>leaf</title>\n<path class=\"path1\" d=\"M19.883 0.178c-0.095-0.113-0.235-0.178-0.382-0.178l-0.51-0c-5.040-0.002-9.021-0.003-11.952 0.698-1.575 0.377-2.793 0.946-3.723 1.739-1.004 0.856-1.688 1.977-2.093 3.429-0.269 0.964-0.395 2.705 0.136 4.437 0.196 0.64 0.502 1.244 0.91 1.799-1.216 1.905-2.267 4.414-2.267 7.399 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-4.605 2.728-8.021 4.354-9.646 1.167-1.167 2.486-2.152 3.816-2.848 1.238-0.648 2.421-1.005 3.331-1.005 0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5c-1.084 0-2.396 0.387-3.794 1.12-1.418 0.743-2.822 1.789-4.059 3.027-0.522 0.522-1.15 1.218-1.774 2.070-0.242-0.381-0.43-0.785-0.559-1.207-0.5-1.632-0.316-3.204-0.129-3.875 1.43-5.125 6.862-5.138 16.717-5.135-1.175 6.288-3.366 10.358-6.516 12.101-2.922 1.617-5.82 0.735-6.931 0.28-0.234-0.096-0.47-0.214-0.699-0.35-0.237-0.141-0.544-0.063-0.685 0.174s-0.063 0.544 0.174 0.685c0.272 0.162 0.552 0.302 0.832 0.417 0.622 0.254 1.624 0.58 2.865 0.687 0.274 0.024 0.545 0.035 0.814 0.035 1.469 0 2.849-0.353 4.115-1.053 1.609-0.89 3.001-2.339 4.139-4.304 1.334-2.305 2.338-5.362 2.983-9.086 0.025-0.145-0.015-0.294-0.11-0.407z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paw\" viewBox=\"0 0 20 20\">\n<title>paw</title>\n<path class=\"path1\" d=\"M3 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM3 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path2\" d=\"M6.998 8c-1.12 0-1.998-1.318-1.998-3s0.878-3 1.998-3 1.998 1.318 1.998 3-0.878 3-1.998 3zM6.998 3c-0.471 0-0.998 0.855-0.998 2s0.527 2 0.998 2 0.998-0.855 0.998-2-0.527-2-0.998-2z\"/>\n<path class=\"path3\" d=\"M12 8c-1.122 0-2-1.318-2-3s0.878-3 2-3 2 1.318 2 3-0.878 3-2 3zM12 3c-0.472 0-1 0.855-1 2s0.528 2 1 2 1-0.855 1-2-0.528-2-1-2z\"/>\n<path class=\"path4\" d=\"M16 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM16 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path5\" d=\"M13 18c-0.868 0-1.455-0.294-1.972-0.553-0.48-0.24-0.894-0.447-1.528-0.447-0.631 0-1.045 0.207-1.525 0.447-0.519 0.259-1.107 0.553-1.975 0.553-0.556 0-1.079-0.303-1.437-0.831-0.627-0.926-0.637-2.331-0.028-3.855 1.097-2.742 2.906-4.314 4.964-4.314s3.868 1.572 4.964 4.314c0.609 1.524 0.599 2.929-0.028 3.855-0.357 0.528-0.881 0.831-1.437 0.831zM9.5 16c0.869 0 1.457 0.294 1.975 0.553 0.479 0.24 0.893 0.447 1.525 0.447 0.218 0 0.44-0.143 0.609-0.391 0.432-0.637 0.404-1.73-0.073-2.923-0.937-2.342-2.408-3.686-4.036-3.686s-3.099 1.343-4.036 3.686c-0.477 1.193-0.504 2.286-0.073 2.923 0.168 0.249 0.39 0.391 0.609 0.391 0.632 0 1.047-0.207 1.528-0.448 0.518-0.259 1.106-0.553 1.972-0.553z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-rocket\" viewBox=\"0 0 20 20\">\n<title>rocket</title>\n<path class=\"path1\" d=\"M13.5 9c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5 2.5 1.122 2.5 2.5-1.122 2.5-2.5 2.5zM13.5 5c-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5 1.5-0.673 1.5-1.5-0.673-1.5-1.5-1.5z\"/>\n<path class=\"path2\" d=\"M0.5 20c-0.13 0-0.258-0.051-0.354-0.146-0.137-0.137-0.183-0.342-0.116-0.524 1.539-4.231 3.157-6.377 4.808-6.377 0.545 0 1.054 0.234 1.515 0.694 0.728 0.728 0.754 1.453 0.648 1.933-0.334 1.508-2.464 2.985-6.33 4.391-0.056 0.020-0.114 0.030-0.171 0.030zM4.839 13.952c-0.495 0-1.078 0.434-1.685 1.255-0.597 0.807-1.197 1.957-1.788 3.427 1.335-0.537 2.408-1.082 3.199-1.625 1.067-0.733 1.383-1.3 1.46-1.646s-0.047-0.677-0.379-1.009c-0.27-0.27-0.534-0.401-0.808-0.401z\"/>\n<path class=\"path3\" d=\"M19.5 0c-2.595 0-4.907 0.44-6.874 1.308-1.621 0.716-3.009 1.72-4.126 2.986-0.208 0.236-0.401 0.475-0.58 0.715-0.862 0.057-1.744 0.4-2.624 1.020-0.745 0.524-1.493 1.25-2.225 2.157-1.23 1.524-1.986 3.027-2.018 3.090-0.109 0.219-0.044 0.485 0.154 0.628 0.088 0.064 0.191 0.095 0.293 0.095 0.128 0 0.256-0.049 0.353-0.145 0.005-0.005 0.483-0.475 1.298-0.936 0.672-0.38 1.708-0.827 2.961-0.906 0.317 0.811 1.224 1.781 1.659 2.216s1.405 1.342 2.216 1.659c-0.079 1.253-0.526 2.289-0.906 2.961-0.462 0.816-0.931 1.293-0.935 1.297-0.173 0.173-0.195 0.447-0.052 0.646 0.097 0.134 0.249 0.208 0.406 0.208 0.076 0 0.152-0.017 0.223-0.053 0.063-0.032 1.566-0.788 3.090-2.018 0.907-0.732 1.633-1.48 2.157-2.225 0.62-0.881 0.962-1.762 1.020-2.624 0.239-0.178 0.478-0.371 0.715-0.58 1.266-1.117 2.27-2.505 2.986-4.126 0.868-1.966 1.308-4.279 1.308-6.874v-0.5h-0.5zM3.107 9.808c0.953-1.383 2.41-3.098 4.052-3.637-0.649 1.137-0.985 2.181-1.106 2.843-1.159 0.071-2.158 0.408-2.946 0.794zM10.193 16.89c0.386-0.788 0.723-1.786 0.793-2.944 0.661-0.121 1.706-0.457 2.842-1.105-0.54 1.639-2.254 3.096-3.636 4.049zM15.044 10.75c-2.080 1.835-4.234 2.25-4.544 2.25-0.002 0-0.207-0.004-0.759-0.393-0.385-0.271-0.834-0.657-1.262-1.085s-0.814-0.877-1.085-1.262c-0.389-0.552-0.393-0.757-0.393-0.759 0-0.31 0.415-2.464 2.25-4.544 2.196-2.488 5.557-3.849 9.744-3.95-0.101 4.187-1.461 7.548-3.95 9.744z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-briefcase\" viewBox=\"0 0 20 20\">\n<title>briefcase</title>\n<path class=\"path1\" d=\"M18.5 5h-4.5v-1.5c0-0.827-0.673-1.5-1.5-1.5h-5c-0.827 0-1.5 0.673-1.5 1.5v1.5h-4.5c-0.827 0-1.5 0.673-1.5 1.5v11c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-11c0-0.827-0.673-1.5-1.5-1.5zM7 3.5c0-0.276 0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5v1.5h-6v-1.5zM1.5 6h17c0.276 0 0.5 0.224 0.5 0.5v7.5h-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-8v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-2v-7.5c0-0.276 0.224-0.5 0.5-0.5zM16 14v1h-1v-1h1zM5 14v1h-1v-1h1zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-2.5h2v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h8v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h2v2.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bus\" viewBox=\"0 0 20 20\">\n<title>bus</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M13.5 5h-7c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 6h-11c-0.276 0-0.5 0.224-0.5 0.5v5c0 0.276 0.224 0.5 0.5 0.5h4.998c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h4.996c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h0.998c0.276 0 0.5-0.224 0.5-0.5v-5c0-0.276-0.224-0.5-0.5-0.5zM5 7h10v4h-0.349l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-3.197l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-2.849v-4z\"/>\n<path class=\"path5\" d=\"M15.616 1.783c-1.363-0.519-3.253-0.783-5.616-0.783s-4.252 0.263-5.616 0.783c-1.971 0.751-2.384 1.892-2.384 2.717v11c0 1.207 0.86 2.217 2 2.45v1.050c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h6v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.050c1.14-0.232 2-1.242 2-2.45v-11c0-0.825-0.414-1.966-2.384-2.717zM6 19h-1v-1h1v1zM14 19v-1h1v1h-1zM17 15.5c0 0.827-0.673 1.5-1.5 1.5h-11c-0.827 0-1.5-0.673-1.5-1.5v-11c0-0.743 0.586-1.343 1.741-1.783 1.232-0.469 3.050-0.717 5.259-0.717s4.028 0.248 5.259 0.717c1.155 0.44 1.741 1.040 1.741 1.783v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-car\" viewBox=\"0 0 20 20\">\n<title>car</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M16.958 11.907c-0.13-0.792-0.553-3.214-1.011-4.131-0.305-0.61-1.088-1.077-2.326-1.386-1.006-0.251-2.292-0.39-3.621-0.39s-2.615 0.138-3.621 0.39c-1.238 0.31-2.021 0.776-2.326 1.386-0.458 0.916-0.881 3.339-1.011 4.131-0.699 0.479-1.042 1.172-1.042 2.093v2.5c0 0.652 0.418 1.208 1 1.414v1.086c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h8v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.086c0.582-0.206 1-0.762 1-1.414v-2.5c0-0.921-0.343-1.614-1.042-2.093zM4.947 8.224c0.297-0.593 2.168-1.224 5.053-1.224s4.756 0.63 5.053 1.224c0.287 0.575 0.606 2.096 0.803 3.183-0.098-0.029-0.199-0.056-0.303-0.080-0.267-0.063-0.555-0.114-0.863-0.156l-2.899-2.077c-0.224-0.161-0.537-0.109-0.698 0.115s-0.109 0.537 0.115 0.698l1.566 1.122c-0.85-0.028-1.782-0.028-2.775-0.028-0.117 0-0.233 0-0.349 0l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.644 1.096c-1.341 0.024-2.507 0.097-3.42 0.314-0.104 0.025-0.205 0.052-0.303 0.080 0.198-1.087 0.516-2.608 0.804-3.183zM5 19h-1v-1h1v1zM15 19v-1h1v1h-1zM17 16.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-2.5c0-0.924 0.486-1.417 1.678-1.701 1.255-0.299 3.14-0.299 5.322-0.299s4.066 0 5.322 0.299c1.192 0.284 1.678 0.777 1.678 1.701v2.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-train\" viewBox=\"0 0 20 20\">\n<title>train</title>\n<path class=\"path1\" d=\"M14.5 15h-10c-1.378 0-2.5-1.122-2.5-2.5v-10c0-1.378 1.122-2.5 2.5-2.5h10c1.378 0 2.5 1.122 2.5 2.5v10c0 1.378-1.122 2.5-2.5 2.5zM4.5 1c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5h-10z\"/>\n<path class=\"path2\" d=\"M18.947 19.276l-2-4c-0.123-0.247-0.424-0.347-0.671-0.224s-0.347 0.424-0.224 0.671l0.138 0.276h-13.382l0.138-0.276c0.123-0.247 0.023-0.547-0.224-0.671s-0.547-0.023-0.671 0.224l-2 4c-0.123 0.247-0.023 0.547 0.224 0.671 0.072 0.036 0.148 0.053 0.223 0.053 0.183 0 0.36-0.101 0.448-0.277l0.362-0.724h16.382l0.362 0.724c0.088 0.175 0.264 0.277 0.448 0.277 0.075 0 0.151-0.017 0.223-0.053 0.247-0.123 0.347-0.424 0.224-0.671zM1.809 18l0.5-1h14.382l0.5 1h-15.382z\"/>\n<path class=\"path3\" d=\"M5.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M12.5 3h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M14.5 4h-10c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM5 5h4v3h-4v-3zM14 8h-4v-3h4v3z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bicycle\" viewBox=\"0 0 20 20\">\n<title>bicycle</title>\n<path class=\"path1\" d=\"M5.5 9.002c-0.828 0-1.502-0.674-1.502-1.502s0.674-1.502 1.502-1.502 1.502 0.674 1.502 1.502-0.674 1.502-1.502 1.502zM5.5 6.998c-0.277 0-0.502 0.225-0.502 0.502s0.225 0.502 0.502 0.502 0.502-0.225 0.502-0.502-0.225-0.502-0.502-0.502z\"/>\n<path class=\"path2\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-2.998c0-0.772 0.581-1.543 1.324-1.756l1.5-0.429-3.26-2.173-1.71 1.71c-0.094 0.094-0.221 0.146-0.354 0.146h-2.002c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1.795l1.854-1.854c0.169-0.169 0.433-0.195 0.631-0.063l3.668 2.445c0.55 0.367 0.548 0.797 0.522 0.966s-0.156 0.579-0.791 0.761l-1.577 0.452c-0.313 0.090-0.599 0.468-0.599 0.795v2.998c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15 20c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4zM15 13c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path4\" d=\"M3.999 20c-2.205 0-3.999-1.794-3.999-3.999s1.794-3.999 3.999-3.999 3.999 1.794 3.999 3.999-1.794 3.999-3.999 3.999zM3.999 13.002c-1.654 0-2.999 1.345-2.999 2.999s1.345 2.999 2.999 2.999 2.999-1.345 2.999-2.999-1.345-2.999-2.999-2.999z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-wheelchair\" viewBox=\"0 0 20 20\">\n<title>wheelchair</title>\n<path class=\"path1\" d=\"M17.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-0.651 0.651-2.729-2.656c-0.002-0.002-0.003-0.003-0.005-0.004-0.007-0.007-0.015-0.013-0.022-0.019-0.006-0.005-0.011-0.009-0.017-0.014s-0.013-0.010-0.020-0.014c-0.007-0.005-0.014-0.010-0.021-0.014-0.006-0.003-0.011-0.007-0.017-0.010-0.008-0.005-0.017-0.010-0.026-0.014-0.006-0.003-0.011-0.005-0.017-0.008-0.009-0.004-0.018-0.008-0.027-0.012-0.007-0.003-0.014-0.005-0.021-0.007-0.008-0.003-0.016-0.006-0.024-0.008s-0.018-0.004-0.027-0.006c-0.007-0.001-0.013-0.003-0.020-0.004-0.010-0.002-0.020-0.003-0.031-0.004-0.006-0.001-0.011-0.002-0.017-0.002-0.010-0.001-0.020-0.001-0.030-0.001-0.006-0-0.012-0-0.019-0-0.009 0-0.018 0.001-0.026 0.002s-0.016 0.001-0.023 0.002c-0.007 0.001-0.015 0.002-0.022 0.003-0.009 0.002-0.019 0.003-0.028 0.005-0.002 0.001-0.004 0.001-0.007 0.001l-3.945 0.953c-0.106 0.026-0.199 0.013-0.26-0.035s-0.095-0.135-0.095-0.244v-1.688h3.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-3.050c0.162 0.033 0.329 0.050 0.5 0.050 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5-2.5 1.122-2.5 2.5c0 0.816 0.393 1.542 1 1.999v6.189c0 0.416 0.174 0.792 0.476 1.030 0.218 0.172 0.49 0.262 0.777 0.262 0.111 0 0.223-0.013 0.336-0.041l3.677-0.888 2.885 2.808c0.097 0.094 0.223 0.142 0.349 0.142 0.128 0 0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707zM9.5 2c0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5z\"/>\n<path class=\"path2\" d=\"M7.5 20c-3.584 0-6.5-2.916-6.5-6.5 0-1.547 0.552-3.045 1.556-4.22 0.992-1.161 2.363-1.939 3.862-2.191 0.272-0.046 0.53 0.138 0.576 0.41s-0.138 0.53-0.41 0.576c-2.655 0.446-4.583 2.727-4.583 5.424 0 3.033 2.467 5.5 5.5 5.5 2.697 0 4.978-1.927 5.424-4.583 0.046-0.272 0.304-0.456 0.576-0.41s0.456 0.303 0.41 0.576c-0.251 1.498-1.029 2.87-2.191 3.862-1.174 1.003-2.673 1.556-4.22 1.556z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-select\" viewBox=\"0 0 20 20\">\n<title>select</title>\n<path class=\"path1\" d=\"M5.5 15h-4c-0.827 0-1.5-0.673-1.5-1.5v-12c0-0.827 0.673-1.5 1.5-1.5h14c0.827 0 1.5 0.673 1.5 1.5v7c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-7c0-0.276-0.224-0.5-0.5-0.5h-14c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13 20c-0.198 0-0.386-0.119-0.464-0.314l-1.697-4.242-2.963 3.386c-0.137 0.157-0.357 0.212-0.552 0.139s-0.324-0.26-0.324-0.468v-15c0-0.198 0.117-0.377 0.298-0.457s0.392-0.046 0.539 0.087l11 10c0.153 0.139 0.205 0.358 0.13 0.55s-0.26 0.32-0.466 0.32h-4.261l1.726 4.314c0.103 0.256-0.022 0.547-0.279 0.65l-2.5 1c-0.061 0.024-0.124 0.036-0.186 0.036zM11 14c0.028 0 0.056 0.002 0.084 0.007 0.172 0.029 0.315 0.146 0.38 0.307l1.814 4.536 1.572-0.629-1.814-4.536c-0.062-0.154-0.043-0.329 0.050-0.466s0.248-0.22 0.414-0.22h3.707l-9.207-8.37v12.539l2.624-2.999c0.096-0.109 0.233-0.171 0.376-0.171z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-earth\" viewBox=\"0 0 20 20\">\n<title>earth</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929s-5.182 1.040-7.071 2.929c-1.889 1.889-2.929 4.4-2.929 7.071s1.040 5.182 2.929 7.071c1.889 1.889 4.4 2.929 7.071 2.929s5.182-1.040 7.071-2.929c1.889-1.889 2.929-4.4 2.929-7.071s-1.040-5.182-2.929-7.071zM18.397 6.761c-0.195-0.351-0.685-0.518-1.325-0.736-0.687-0.234-0.93-0.94-1.211-1.758-0.244-0.71-0.496-1.443-1.095-1.899 1.639 1.027 2.924 2.567 3.631 4.393zM15.591 10.191c0.076 0.677 0.154 1.378-0.687 2.322-0.227 0.255-0.36 0.61-0.501 0.986-0.326 0.871-0.634 1.694-1.946 1.706-0.037-0.044-0.141-0.21-0.234-0.733-0.085-0.482-0.134-1.106-0.187-1.765-0.080-1.012-0.171-2.16-0.421-3.112-0.32-1.217-0.857-1.936-1.641-2.198-0.342-0.114-0.692-0.17-1.068-0.17-0.278 0-0.53 0.030-0.752 0.056-0.173 0.020-0.337 0.040-0.475 0.040 0 0-0 0-0 0-0.234 0-0.499 0-0.826-0.748-0.469-1.075-0.123-2.798 1.254-3.707 0.755-0.498 1.276-0.711 1.742-0.711 0.372 0 0.773 0.129 1.342 0.433 0.672 0.358 1.199 0.404 1.583 0.404 0.152 0 0.29-0.008 0.423-0.016 0.112-0.007 0.217-0.013 0.315-0.013 0.22 0 0.398 0.029 0.607 0.171 0.385 0.263 0.585 0.844 0.796 1.458 0.32 0.932 0.683 1.988 1.835 2.38 0.155 0.053 0.421 0.143 0.61 0.222-0.163 0.168-0.435 0.411-0.702 0.649-0.172 0.154-0.367 0.328-0.583 0.525-0.624 0.569-0.55 1.235-0.484 1.822zM1.001 9.923c0.108 0.019 0.224 0.042 0.344 0.067 0.562 0.12 0.825 0.228 0.94 0.289-0.053 0.103-0.16 0.255-0.231 0.355-0.247 0.351-0.555 0.788-0.438 1.269 0.079 0.325 0.012 0.723-0.103 1.091-0.332-0.938-0.513-1.946-0.513-2.996 0-0.026 0.001-0.051 0.001-0.077zM10 19c-3.425 0-6.41-1.924-7.93-4.747 0.262-0.499 0.748-1.603 0.521-2.569 0.016-0.097 0.181-0.331 0.28-0.472 0.271-0.385 0.608-0.863 0.358-1.37-0.175-0.356-0.644-0.596-1.566-0.804-0.214-0.048-0.422-0.087-0.599-0.118 0.536-4.455 4.338-7.919 8.935-7.919 1.578 0 3.062 0.409 4.352 1.125-0.319-0.139-0.608-0.161-0.84-0.161-0.127 0-0.253 0.007-0.375 0.015-0.119 0.007-0.242 0.014-0.364 0.014-0.284 0-0.638-0.034-1.112-0.287-0.724-0.385-1.266-0.55-1.812-0.55-0.676 0-1.362 0.262-2.293 0.876-0.805 0.531-1.411 1.343-1.707 2.288-0.289 0.921-0.258 1.864 0.087 2.654 0.407 0.932 0.944 1.348 1.742 1.348 0 0 0 0 0 0 0.197 0 0.389-0.023 0.592-0.047 0.205-0.024 0.416-0.049 0.635-0.049 0.271 0 0.51 0.038 0.751 0.118 0.439 0.147 0.763 0.639 0.991 1.504s0.314 1.966 0.391 2.936c0.064 0.81 0.124 1.574 0.257 2.151 0.081 0.35 0.185 0.616 0.32 0.813 0.201 0.294 0.489 0.456 0.811 0.456 0.884 0 1.59-0.285 2.099-0.847 0.423-0.467 0.639-1.044 0.813-1.508 0.102-0.273 0.208-0.556 0.311-0.672 1.137-1.277 1.020-2.329 0.934-3.098-0.063-0.564-0.064-0.764 0.164-0.972 0.212-0.193 0.405-0.366 0.575-0.518 0.363-0.324 0.625-0.558 0.809-0.758 0.126-0.138 0.422-0.461 0.34-0.865-0.001-0.004-0.002-0.007-0.002-0.011 0.343 0.951 0.53 1.976 0.53 3.044 0 4.963-4.037 9-9 9z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smile\" viewBox=\"0 0 20 20\">\n<title>smile</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M9.5 17c-3.584 0-6.5-2.916-6.5-6.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.033 2.467 5.5 5.5 5.5s5.5-2.467 5.5-5.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.584-2.916 6.5-6.5 6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sad\" viewBox=\"0 0 20 20\">\n<title>sad</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M5.499 15c-0.105 0-0.21-0.033-0.3-0.1-0.221-0.166-0.265-0.479-0.099-0.7 0.502-0.668 1.159-1.221 1.901-1.6 0.778-0.398 1.619-0.599 2.499-0.599s1.721 0.202 2.499 0.599c0.742 0.379 1.399 0.932 1.901 1.6 0.166 0.221 0.121 0.534-0.099 0.7s-0.534 0.121-0.7-0.099c-0.859-1.144-2.172-1.8-3.601-1.8s-2.741 0.656-3.601 1.8c-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-neutral\" viewBox=\"0 0 20 20\">\n<title>neutral</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M13.5 13h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mustache\" viewBox=\"0 0 20 20\">\n<title>mustache</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M15.923 12.233c-0.111-0.175-0.318-0.264-0.521-0.224-0.187 0.037-0.368 0.056-0.536 0.056-0 0-0 0-0 0-0.872-0-1.402-0.503-1.962-1.036-0.533-0.506-1.084-1.030-1.903-1.030-0.597 0-1.133 0.263-1.5 0.679-0.367-0.416-0.903-0.679-1.5-0.679-0.819 0-1.37 0.524-1.903 1.030-0.561 0.533-1.090 1.036-1.962 1.036-0.169 0-0.349-0.019-0.536-0.056-0.203-0.041-0.411 0.048-0.521 0.224s-0.101 0.401 0.023 0.567c1.157 1.543 2.642 1.867 3.685 1.867 0.621 0 1.115-0.117 1.355-0.187 0.531-0.154 1.018-0.542 1.36-1.028 0.343 0.486 0.83 0.873 1.36 1.028 0.24 0.070 0.734 0.187 1.355 0.187 1.042-0 2.528-0.324 3.685-1.867 0.124-0.166 0.134-0.391 0.023-0.567zM7.86 13.52c-0.188 0.055-0.579 0.147-1.076 0.147-0.585 0-1.349-0.131-2.069-0.654 0.935-0.179 1.556-0.768 2.070-1.258 0.492-0.468 0.815-0.755 1.214-0.755 0.551 0 1 0.449 1 1 0 0.611-0.554 1.349-1.14 1.52zM12.215 13.667c-0.497 0-0.887-0.092-1.076-0.147-0.586-0.17-1.14-0.909-1.14-1.52 0-0.551 0.449-1 1-1 0.4 0 0.722 0.287 1.214 0.755 0.515 0.489 1.135 1.079 2.070 1.257-0.721 0.523-1.485 0.654-2.069 0.654z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-alarm\" viewBox=\"0 0 20 20\">\n<title>alarm</title>\n<path class=\"path1\" d=\"M16.8 15.101c-1.144-0.859-1.8-2.172-1.8-3.601v-3c0-2.513-1.694-4.638-4-5.292l-0-0.708c0-0.827-0.673-1.5-1.5-1.5s-1.5 0.673-1.5 1.5v0.708c-2.306 0.655-4 2.779-4 5.292v3c0 1.429-0.656 2.741-1.8 3.601-0.172 0.129-0.242 0.354-0.174 0.558s0.259 0.342 0.474 0.342h4.55c-0.033 0.164-0.051 0.331-0.051 0.5 0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.168-0.017-0.336-0.050-0.5h4.55c0.215 0 0.406-0.138 0.474-0.342s-0.002-0.429-0.174-0.558zM9 2.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.523c-0.165-0.015-0.331-0.023-0.5-0.023s-0.335 0.008-0.5 0.023v-0.523zM11 16.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5c0-0.171 0.030-0.34 0.086-0.5h2.828c0.056 0.16 0.086 0.329 0.086 0.5zM3.742 15c0.255-0.309 0.477-0.646 0.659-1.001 0.398-0.778 0.599-1.619 0.599-2.499v-3c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5v3c0 0.88 0.202 1.721 0.599 2.499 0.182 0.356 0.404 0.692 0.659 1.001h-11.517z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bullhorn\" viewBox=\"0 0 20 20\">\n<title>bullhorn</title>\n<path class=\"path1\" d=\"M19.389 3.099c-0.578-1.735-1.346-2.099-1.889-2.099-0.011 0-0.023 0-0.035 0.001-0.553 0.012-1.536 0.299-3.008 0.731-3.084 0.903-7.744 2.269-12.458 2.269-1.14 0-2 1.505-2 3.5s0.86 3.5 2 3.5c0.369 0 0.738 0.008 1.105 0.024l1.666 6.628c0.19 0.756 0.949 1.348 1.729 1.348h1.313c0.433 0 0.801-0.18 1.008-0.495s0.229-0.723 0.060-1.121l-2.577-6.048c3.136 0.462 6.022 1.308 8.154 1.932 1.472 0.431 2.455 0.719 3.008 0.731 0.012 0 0.023 0.001 0.035 0.001 0.542 0 1.31-0.364 1.889-2.099 0.394-1.183 0.611-2.746 0.611-4.401s-0.217-3.218-0.611-4.401zM16 7.5c0-0.513 0.022-1.015 0.064-1.496 0.513 0.052 0.936 0.716 0.936 1.496s-0.422 1.445-0.936 1.496c-0.042-0.481-0.064-0.983-0.064-1.496zM1 7.5c0-1.526 0.592-2.5 1-2.5 1.135 0 2.264-0.076 3.368-0.204-0.237 0.758-0.368 1.697-0.368 2.704s0.13 1.946 0.368 2.704c-1.104-0.128-2.233-0.204-3.368-0.204-0.408 0-1-0.974-1-2.5zM7.961 17.776c0.041 0.096 0.038 0.16 0.026 0.178s-0.069 0.046-0.174 0.046h-1.313c-0.319 0-0.681-0.282-0.759-0.592l-1.588-6.319c0.335 0.027 0.669 0.059 1 0.097l2.808 6.59zM6.489 10.353c-0.304-0.687-0.489-1.748-0.489-2.853 0-1.122 0.18-2.163 0.488-2.852 3.185-0.473 6.096-1.325 8.25-1.957 0.415-0.122 0.811-0.238 1.171-0.339-0.103 0.215-0.203 0.463-0.298 0.747-0.394 1.183-0.611 2.746-0.611 4.401s0.217 3.218 0.611 4.401c0.095 0.284 0.195 0.532 0.298 0.747-0.36-0.101-0.756-0.217-1.171-0.339-2.155-0.631-5.065-1.484-8.25-1.957zM18.44 11.585c-0.373 1.12-0.778 1.415-0.94 1.415s-0.567-0.296-0.94-1.415c-0.157-0.47-0.283-1.009-0.375-1.596 0.486-0.056 0.943-0.331 1.276-0.775 0.348-0.464 0.539-1.073 0.539-1.714s-0.192-1.251-0.539-1.714c-0.333-0.444-0.79-0.719-1.276-0.775 0.093-0.586 0.219-1.126 0.375-1.596 0.373-1.12 0.778-1.416 0.94-1.416s0.567 0.296 0.94 1.415c0.361 1.084 0.56 2.534 0.56 4.085s-0.199 3.001-0.56 4.085z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-high\" viewBox=\"0 0 20 20\">\n<title>volume-high</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M15.545 17.209c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.761-1.432 2.771-3.554 2.771-5.821s-1.010-4.389-2.771-5.821c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.995 1.623 3.14 4.028 3.14 6.597s-1.144 4.974-3.14 6.597c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path4\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-medium\" viewBox=\"0 0 20 20\">\n<title>volume-medium</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-low\" viewBox=\"0 0 20 20\">\n<title>volume-low</title>\n<path class=\"path1\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume\" viewBox=\"0 0 20 20\">\n<title>volume</title>\n<path class=\"path1\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mic\" viewBox=\"0 0 20 20\">\n<title>mic</title>\n<path class=\"path1\" d=\"M9.5 14c-1.93 0-3.5-1.57-3.5-3.5v-6c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v6c0 1.93-1.57 3.5-3.5 3.5zM9.5 2c-1.378 0-2.5 1.122-2.5 2.5v6c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5v-6c0-1.378-1.122-2.5-2.5-2.5z\"/>\n<path class=\"path2\" d=\"M16 10.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.033-2.467 5.5-5.5 5.5s-5.5-2.467-5.5-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.416 2.649 6.225 6 6.481v2.019h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-1.5v-2.019c3.351-0.256 6-3.065 6-6.481z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hourglass\" viewBox=\"0 0 20 20\">\n<title>hourglass</title>\n<path class=\"path1\" d=\"M16 3.5v-0.5c0-0.392-0.241-0.733-0.717-1.014-0.344-0.203-0.821-0.382-1.419-0.531-1.172-0.293-2.722-0.454-4.364-0.454s-3.192 0.161-4.364 0.454c-0.598 0.149-1.075 0.328-1.419 0.531-0.476 0.281-0.717 0.622-0.717 1.014v0.5c0 2.631 1.593 4.999 4 6.002v1.997c-2.407 1.003-4 3.371-4 6.002v0.5c0 0.392 0.241 0.733 0.717 1.014 0.344 0.203 0.821 0.382 1.419 0.531 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.598-0.149 1.075-0.328 1.419-0.531 0.476-0.281 0.717-0.623 0.717-1.014v-0.5c0-2.631-1.593-4.999-4-6.002v-1.997c2.407-1.003 4-3.371 4-6.002zM5.612 2.369c1.066-0.238 2.447-0.369 3.888-0.369s2.823 0.131 3.888 0.369c1.15 0.257 1.498 0.534 1.589 0.631-0.091 0.097-0.439 0.374-1.589 0.631-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.15-0.257-1.498-0.534-1.589-0.631 0.091-0.097 0.439-0.374 1.589-0.631zM11.333 12.313c2.193 0.775 3.667 2.86 3.667 5.187v0.473c-0.042 0.057-0.324 0.37-1.612 0.657-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.287-0.288-1.57-0.6-1.612-0.657v-0.473c0-2.327 1.473-4.412 3.667-5.187 0.2-0.071 0.333-0.259 0.333-0.471v-2.683c0-0.212-0.134-0.401-0.333-0.471-1.976-0.699-3.368-2.461-3.624-4.506 0.3 0.135 0.666 0.257 1.093 0.364 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.428-0.107 0.794-0.229 1.093-0.364-0.256 2.045-1.647 3.807-3.624 4.506-0.2 0.071-0.333 0.26-0.333 0.471v2.683c0 0.212 0.134 0.401 0.333 0.471z\"/>\n<path class=\"path2\" d=\"M13.667 16.529c-2.262-0.799-3.667-2.726-3.667-5.029v-3.025c0.6-0.059 1.178-0.225 1.723-0.495 0.247-0.123 0.348-0.423 0.225-0.67s-0.423-0.348-0.67-0.225c-0.555 0.276-1.153 0.416-1.778 0.416s-1.223-0.14-1.778-0.416c-0.247-0.123-0.547-0.022-0.67 0.225s-0.022 0.547 0.225 0.67c0.545 0.271 1.122 0.436 1.723 0.495v3.025c0 2.302-1.405 4.229-3.667 5.029-0.21 0.074-0.346 0.279-0.332 0.501s0.172 0.409 0.39 0.458c0.982 0.22 2.477 0.512 4.109 0.512s3.127-0.292 4.109-0.512c0.218-0.049 0.377-0.236 0.39-0.458s-0.122-0.427-0.332-0.501zM9.5 17c-0.877 0-1.701-0.087-2.437-0.205 0.665-0.421 1.244-0.952 1.711-1.575 0.293-0.391 0.536-0.812 0.726-1.254 0.19 0.442 0.433 0.863 0.726 1.254 0.466 0.622 1.045 1.153 1.711 1.575-0.736 0.117-1.56 0.205-2.437 0.205z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-undo\" viewBox=\"0 0 20 20\">\n<title>undo</title>\n<path class=\"path1\" d=\"M17.51 4.49c-1.605-1.605-3.74-2.49-6.010-2.49s-4.405 0.884-6.010 2.49-2.49 3.74-2.49 6.010v1.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-1.293c0-4.136 3.364-7.5 7.5-7.5s7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c2.27 0 4.405-0.884 6.010-2.49s2.49-3.74 2.49-6.010c0-2.27-0.884-4.405-2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-redo\" viewBox=\"0 0 20 20\">\n<title>redo</title>\n<path class=\"path1\" d=\"M2.49 4.49c1.605-1.605 3.74-2.49 6.010-2.49s4.405 0.884 6.010 2.49 2.49 3.74 2.49 6.010v1.293l2.146-2.146c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.146 2.146v-1.293c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5c0 4.136 3.364 7.5 7.5 7.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sync\" viewBox=\"0 0 20 20\">\n<title>sync</title>\n<path class=\"path1\" d=\"M19.854 8.646c-0.195-0.195-0.512-0.195-0.707 0l-1.149 1.149c-0.051-2.060-0.878-3.99-2.341-5.452-1.511-1.511-3.52-2.343-5.657-2.343-2.974 0-5.686 1.635-7.077 4.266-0.129 0.244-0.036 0.547 0.208 0.676s0.547 0.036 0.676-0.208c1.217-2.303 3.59-3.734 6.193-3.734 3.789 0 6.885 3.027 6.997 6.789l-1.143-1.143c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M16.869 13.058c-0.244-0.129-0.547-0.036-0.676 0.208-1.217 2.303-3.59 3.734-6.193 3.734-3.789 0-6.885-3.027-6.997-6.789l1.143 1.143c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.149-1.149c0.051 2.060 0.878 3.99 2.341 5.452 1.511 1.511 3.52 2.343 5.657 2.343 2.974 0 5.686-1.635 7.077-4.266 0.129-0.244 0.036-0.547-0.208-0.676z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-history\" viewBox=\"0 0 20 20\">\n<title>history</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929-3.094 0-5.975 1.425-7.853 3.807v-1.307c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.972c0 0.229 0.155 0.428 0.377 0.485 0.097 0.025 0.195 0.019 0.284-0.011v0l2.853-0.972c0.261-0.089 0.401-0.373 0.312-0.634s-0.373-0.401-0.634-0.312l-1.49 0.508c1.688-2.208 4.32-3.534 7.152-3.534 4.963 0 9 4.037 9 9s-4.037 9-9 9c-3.316 0-6.354-1.815-7.928-4.737-0.131-0.243-0.434-0.334-0.677-0.203s-0.334 0.434-0.203 0.677c1.749 3.246 5.125 5.263 8.809 5.263 2.671 0 5.182-1.040 7.071-2.929s2.929-4.4 2.929-7.071c0-2.671-1.040-5.182-2.929-7.071z\"/>\n<path class=\"path2\" d=\"M10 10.5c-0.084 0-0.167-0.021-0.243-0.063l-4.5-2.5c-0.241-0.134-0.328-0.438-0.194-0.68s0.438-0.328 0.68-0.194l4.24 2.355 5.249-3.34c0.233-0.148 0.542-0.080 0.69 0.153s0.080 0.542-0.153 0.69l-5.5 3.5c-0.082 0.052-0.175 0.078-0.268 0.078z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-clock\" viewBox=\"0 0 20 20\">\n<title>clock</title>\n<path class=\"path1\" d=\"M16.32 17.113c1.729-1.782 2.68-4.124 2.68-6.613 0-2.37-0.862-4.608-2.438-6.355l0.688-0.688 0.647 0.646c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l0.647 0.646-0.688 0.688c-1.747-1.576-3.985-2.438-6.355-2.438s-4.608 0.862-6.355 2.438l-0.688-0.688 0.646-0.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l0.646-0.646 0.688 0.688c-1.576 1.747-2.438 3.985-2.438 6.355 0 2.489 0.951 4.831 2.68 6.613l-2.034 2.034c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.354-0.147l2.060-2.059c1.705 1.428 3.836 2.206 6.087 2.206s4.382-0.778 6.087-2.206l2.059 2.059c0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.353-0.147c0.195-0.195 0.195-0.512 0-0.707l-2.034-2.034zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M15.129 7.25c-0.138-0.239-0.444-0.321-0.683-0.183l-4.92 2.841-3.835-2.685c-0.226-0.158-0.538-0.103-0.696 0.123s-0.103 0.538 0.123 0.696l4.096 2.868c0.001 0.001 0.002 0.001 0.002 0.002 0.009 0.006 0.018 0.012 0.027 0.017 0.002 0.001 0.004 0.003 0.006 0.004 0.009 0.005 0.018 0.010 0.027 0.015 0.002 0.001 0.004 0.002 0.006 0.003 0.010 0.005 0.020 0.009 0.031 0.014 0.006 0.003 0.013 0.005 0.019 0.007 0.004 0.001 0.008 0.003 0.013 0.005 0.007 0.002 0.014 0.004 0.021 0.006 0.004 0.001 0.008 0.002 0.012 0.003 0.007 0.002 0.014 0.003 0.022 0.005 0.004 0.001 0.008 0.002 0.012 0.002 0.007 0.001 0.014 0.002 0.021 0.003 0.005 0.001 0.010 0.001 0.015 0.002 0.006 0.001 0.012 0.001 0.018 0.002 0.009 0.001 0.018 0.001 0.027 0.001 0.002 0 0.004 0 0.006 0 0 0 0-0 0-0s0 0 0.001 0c0.019 0 0.037-0.001 0.056-0.003 0.001-0 0.002-0 0.003-0 0.018-0.002 0.036-0.005 0.054-0.010 0.002-0 0.003-0.001 0.005-0.001 0.017-0.004 0.034-0.009 0.050-0.015 0.003-0.001 0.006-0.002 0.008-0.003 0.016-0.006 0.031-0.012 0.046-0.020 0.004-0.002 0.007-0.004 0.011-0.006 0.005-0.003 0.011-0.005 0.016-0.008l5.196-3c0.239-0.138 0.321-0.444 0.183-0.683z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-download\" viewBox=\"0 0 20 20\">\n<title>download</title>\n<path class=\"path1\" d=\"M14.853 9.647c-0.195-0.195-0.512-0.195-0.707 0l-4.146 4.146v-11.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v11.293l-4.146-4.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.147l5-5c0.195-0.195 0.195-0.512-0-0.707z\"/>\n<path class=\"path2\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-upload\" viewBox=\"0 0 20 20\">\n<title>upload</title>\n<path class=\"path1\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M14.854 8.646l-5-5c-0.195-0.195-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l4.146-4.146v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l4.146 4.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter-down\" viewBox=\"0 0 20 20\">\n<title>enter-down</title>\n<path class=\"path1\" d=\"M12.854 11.646c-0.195-0.195-0.512-0.195-0.707 0l-2.146 2.146v-12.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v12.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit-up\" viewBox=\"0 0 20 20\">\n<title>exit-up</title>\n<path class=\"path1\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M12.853 3.646l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.147-2.146v11.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.293l2.147 2.146c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bug\" viewBox=\"0 0 20 20\">\n<title>bug</title>\n<path class=\"path1\" d=\"M17.5 12h-1.515c-0.062-1.099-0.33-2.153-0.781-3.102 1.036-0.305 1.795-1.264 1.795-2.398 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 0.761-0.57 1.392-1.306 1.487-0.174-0.266-0.365-0.521-0.571-0.762-0.108-0.126-0.219-0.246-0.333-0.362 0.14-0.439 0.21-0.896 0.21-1.363 0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5c0 0.467 0.071 0.924 0.21 1.363-0.114 0.116-0.225 0.236-0.333 0.362-0.207 0.241-0.397 0.496-0.571 0.762-0.736-0.095-1.306-0.726-1.306-1.487 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.134 0.759 2.093 1.795 2.398-0.451 0.949-0.718 2.003-0.781 3.102h-1.514c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.515c0.062 1.099 0.33 2.153 0.781 3.102-1.036 0.305-1.795 1.264-1.795 2.398 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-0.761 0.57-1.392 1.306-1.487 0.174 0.266 0.365 0.521 0.571 0.762 1.23 1.435 2.871 2.225 4.622 2.225s3.393-0.79 4.622-2.225c0.207-0.241 0.397-0.496 0.571-0.762 0.736 0.095 1.306 0.726 1.306 1.487 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-1.134-0.759-2.093-1.795-2.398 0.451-0.949 0.718-2.003 0.781-3.102h1.514c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM9.5 2c1.93 0 3.5 1.57 3.5 3.5 0 0.215-0.019 0.426-0.057 0.634-1.022-0.738-2.205-1.134-3.443-1.134s-2.421 0.395-3.443 1.134c-0.038-0.208-0.057-0.419-0.057-0.634 0-1.93 1.57-3.5 3.5-3.5zM4 12.5c0-3.385 2.201-6.173 5-6.473v12.946c-2.799-0.3-5-3.088-5-6.473zM10 18.973v-12.946c2.799 0.3 5 3.088 5 6.473s-2.201 6.173-5 6.473z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-code\" viewBox=\"0 0 20 20\">\n<title>code</title>\n<path class=\"path1\" d=\"M5 15c-0.128 0-0.256-0.049-0.354-0.146l-4-4c-0.195-0.195-0.195-0.512 0-0.707l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.646 3.646 3.646 3.646c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path2\" d=\"M15 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.646-3.646-3.646-3.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l4 4c0.195 0.195 0.195 0.512 0 0.707l-4 4c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M7.5 15c-0.091 0-0.182-0.025-0.265-0.076-0.234-0.146-0.305-0.455-0.159-0.689l5-8c0.146-0.234 0.455-0.305 0.689-0.159s0.305 0.455 0.159 0.689l-5 8c-0.095 0.152-0.258 0.235-0.424 0.235z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-link\" viewBox=\"0 0 20 20\">\n<title>link</title>\n<path class=\"path1\" d=\"M10.682 12.998c-0.943 0-1.886-0.359-2.604-1.077-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0c1.046 1.046 2.747 1.046 3.793 0l3.636-3.636c1.046-1.046 1.046-2.747 0-3.793s-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0s1.436 3.772 0 5.207l-3.636 3.636c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n<path class=\"path2\" d=\"M4.682 18.998c-0.943 0-1.886-0.359-2.604-1.077-1.436-1.436-1.436-3.772 0-5.207l3.636-3.636c1.436-1.436 3.772-1.436 5.207 0 0.195 0.195 0.195 0.512 0 0.707s-0.512 0.195-0.707 0c-1.046-1.046-2.747-1.046-3.793 0l-3.636 3.636c-1.046 1.046-1.046 2.747 0 3.793s2.747 1.046 3.793 0l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-unlink\" viewBox=\"0 0 20 20\">\n<title>unlink</title>\n<path class=\"path1\" d=\"M13.5 11.5c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.068-3.068c0.507-0.507 0.786-1.18 0.786-1.896s-0.279-1.39-0.786-1.896c-1.046-1.046-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0 0.695 0.695 1.078 1.62 1.078 2.604s-0.383 1.908-1.078 2.604l-3.068 3.068c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path2\" d=\"M4.682 19c-0.983 0-1.908-0.383-2.604-1.078-1.436-1.436-1.436-3.772 0-5.207l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-1.046 1.046-1.046 2.747 0 3.793 0.507 0.507 1.18 0.786 1.896 0.786s1.39-0.279 1.896-0.786l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.695 0.695-1.62 1.078-2.604 1.078z\"/>\n<path class=\"path3\" d=\"M5.5 7c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M7.5 6c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M4.5 9h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M15.5 17c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M17.5 13h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M11.5 19c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-up\" viewBox=\"0 0 20 20\">\n<title>thumbs-up</title>\n<path class=\"path1\" d=\"M18.916 11.208c0.443-0.511 0.695-1.355 0.695-2.159 0-0.531-0.115-0.996-0.333-1.345-0.284-0.454-0.738-0.704-1.278-0.704h-2.618c1.425-2.591 1.785-4.543 1.070-5.807-0.499-0.881-1.413-1.193-2.045-1.193-0.25 0-0.462 0.185-0.495 0.433-0.179 1.319-1.188 2.893-2.768 4.318-1.514 1.365-3.374 2.456-5.286 3.11-0.241-0.508-0.758-0.86-1.356-0.86h-3c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h3c0.634 0 1.176-0.395 1.396-0.952 1.961 0.246 2.699 0.64 3.414 1.022 0.895 0.478 1.739 0.93 4.503 0.93 0.72 0 1.398-0.188 1.91-0.529 0.5-0.333 0.82-0.801 0.926-1.343 0.399-0.162 0.753-0.536 1.024-1.092 0.264-0.541 0.435-1.232 0.435-1.761 0-0.099-0.006-0.19-0.017-0.274 0.253-0.186 0.48-0.473 0.667-0.851 0.27-0.545 0.432-1.228 0.432-1.826 0-0.424-0.079-0.777-0.234-1.051-0.013-0.022-0.026-0.044-0.039-0.065zM4.5 18h-3c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v8.999c0 0 0 0.001 0 0.001-0 0.276-0.224 0.5-0.5 0.5zM18.339 10.274c-0.151 0.304-0.304 0.414-0.37 0.414-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c0.042 0 0.072 0 0.117 0.078 0.066 0.117 0.104 0.32 0.104 0.558 0 0.445-0.126 0.974-0.328 1.382-0.198 0.399-0.399 0.544-0.487 0.544-0.276 0-0.5 0.224-0.5 0.5 0 0.177 0.092 0.333 0.231 0.422 0.031 0.317-0.117 1.165-0.501 1.718-0.145 0.209-0.298 0.329-0.418 0.329-0.276 0-0.5 0.224-0.5 0.5 0 0.88-0.972 1.281-1.875 1.281-2.513 0-3.217-0.376-4.032-0.812-0.762-0.407-1.618-0.865-3.781-1.134v-8.187c2.101-0.689 4.152-1.877 5.812-3.373 1.593-1.436 2.639-2.988 2.994-4.426 0.272 0.087 0.579 0.271 0.776 0.618 0.334 0.59 0.584 2.096-1.493 5.557-0.093 0.154-0.095 0.347-0.006 0.504s0.255 0.254 0.435 0.254h3.483c0.199 0 0.327 0.070 0.43 0.234 0.117 0.187 0.181 0.477 0.181 0.815 0 0.424-0.102 0.882-0.272 1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-down\" viewBox=\"0 0 20 20\">\n<title>thumbs-down</title>\n<path class=\"path1\" d=\"M18.916 8.792c0.443 0.511 0.695 1.355 0.695 2.159 0 0.531-0.115 0.996-0.333 1.345-0.284 0.454-0.738 0.704-1.278 0.704h-2.618c1.425 2.591 1.785 4.543 1.070 5.807-0.499 0.881-1.413 1.193-2.045 1.193-0.25 0-0.462-0.185-0.495-0.433-0.179-1.319-1.188-2.893-2.768-4.318-1.514-1.365-3.374-2.456-5.286-3.11-0.241 0.508-0.758 0.86-1.356 0.86h-3c-0.827 0-1.5-0.673-1.5-1.5v-9c0-0.827 0.673-1.5 1.5-1.5h3c0.634 0 1.176 0.395 1.396 0.952 1.961-0.246 2.699-0.64 3.414-1.022 0.895-0.478 1.739-0.93 4.503-0.93 0.72 0 1.398 0.188 1.91 0.529 0.5 0.333 0.82 0.801 0.926 1.343 0.399 0.162 0.753 0.536 1.024 1.092 0.264 0.541 0.435 1.232 0.435 1.761 0 0.099-0.006 0.19-0.017 0.274 0.253 0.186 0.48 0.473 0.667 0.851 0.27 0.545 0.432 1.228 0.432 1.826 0 0.424-0.079 0.777-0.234 1.051-0.013 0.022-0.026 0.044-0.039 0.065zM4.5 2h-3c-0.276 0-0.5 0.224-0.5 0.5v9c0 0.276 0.224 0.5 0.5 0.5h3c0.276 0 0.5-0.224 0.5-0.5v-8.999c0-0 0-0.001 0-0.001-0-0.276-0.224-0.5-0.5-0.5zM18.339 9.726c-0.151-0.304-0.304-0.414-0.37-0.414-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.042 0 0.072 0 0.117-0.078 0.066-0.117 0.104-0.32 0.104-0.558 0-0.445-0.126-0.974-0.328-1.382-0.198-0.399-0.399-0.544-0.487-0.544-0.276 0-0.5-0.224-0.5-0.5 0-0.177 0.092-0.333 0.231-0.422 0.031-0.317-0.117-1.165-0.501-1.718-0.145-0.209-0.298-0.329-0.418-0.329-0.276 0-0.5-0.224-0.5-0.5 0-0.88-0.972-1.281-1.875-1.281-2.513 0-3.217 0.376-4.032 0.812-0.762 0.407-1.618 0.865-3.781 1.134v8.187c2.101 0.689 4.152 1.877 5.812 3.373 1.593 1.436 2.639 2.988 2.994 4.426 0.272-0.087 0.579-0.271 0.776-0.618 0.334-0.59 0.584-2.096-1.493-5.557-0.093-0.154-0.095-0.347-0.006-0.504s0.255-0.254 0.435-0.254h3.483c0.199 0 0.327-0.070 0.43-0.234 0.117-0.187 0.181-0.477 0.181-0.815 0-0.424-0.102-0.882-0.272-1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magnifier\" viewBox=\"0 0 20 20\">\n<title>magnifier</title>\n<path class=\"path1\" d=\"M18.869 19.162l-5.943-6.484c1.339-1.401 2.075-3.233 2.075-5.178 0-2.003-0.78-3.887-2.197-5.303s-3.3-2.197-5.303-2.197-3.887 0.78-5.303 2.197-2.197 3.3-2.197 5.303 0.78 3.887 2.197 5.303 3.3 2.197 5.303 2.197c1.726 0 3.362-0.579 4.688-1.645l5.943 6.483c0.099 0.108 0.233 0.162 0.369 0.162 0.121 0 0.242-0.043 0.338-0.131 0.204-0.187 0.217-0.503 0.031-0.706zM1 7.5c0-3.584 2.916-6.5 6.5-6.5s6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5-6.5-2.916-6.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross\" viewBox=\"0 0 20 20\">\n<title>cross</title>\n<path class=\"path1\" d=\"M10.707 10.5l5.646-5.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.646 5.646-5.646-5.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.646 5.646-5.646 5.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l5.646-5.646 5.646 5.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-5.646-5.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu\" viewBox=\"0 0 20 20\">\n<title>menu</title>\n<path class=\"path1\" d=\"M17.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-list\" viewBox=\"0 0 20 20\">\n<title>list</title>\n<path class=\"path1\" d=\"M19.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M19.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M19.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M1.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M1.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5c0 0.827-0.673 1.5-1.5 1.5zM1.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M1.5 17c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up\" viewBox=\"0 0 20 20\">\n<title>chevron-up</title>\n<path class=\"path1\" d=\"M0 15c0 0.128 0.049 0.256 0.146 0.354 0.195 0.195 0.512 0.195 0.707 0l8.646-8.646 8.646 8.646c0.195 0.195 0.512 0.195 0.707 0s0.195-0.512 0-0.707l-9-9c-0.195-0.195-0.512-0.195-0.707 0l-9 9c-0.098 0.098-0.146 0.226-0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down\" viewBox=\"0 0 20 20\">\n<title>chevron-down</title>\n<path class=\"path1\" d=\"M0 6c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l8.646 8.646 8.646-8.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-9 9c-0.195 0.195-0.512 0.195-0.707 0l-9-9c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left\" viewBox=\"0 0 20 20\">\n<title>chevron-left</title>\n<path class=\"path1\" d=\"M14 20c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-8.646-8.646 8.646-8.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-9 9c-0.195 0.195-0.195 0.512 0 0.707l9 9c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right\" viewBox=\"0 0 20 20\">\n<title>chevron-right</title>\n<path class=\"path1\" d=\"M5 20c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l8.646-8.646-8.646-8.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l9 9c0.195 0.195 0.195 0.512 0 0.707l-9 9c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up\" viewBox=\"0 0 20 20\">\n<title>arrow-up</title>\n<path class=\"path1\" d=\"M9.146 0.646l-6 6c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l5.146-5.146v16.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-16.293l5.146 5.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.354s-0.049-0.256-0.146-0.354l-6-6c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down\" viewBox=\"0 0 20 20\">\n<title>arrow-down</title>\n<path class=\"path1\" d=\"M9.854 19.354l6-6c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.146 5.146v-16.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v16.293l-5.146-5.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.354s0.049 0.256 0.146 0.354l6 6c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left\" viewBox=\"0 0 20 20\">\n<title>arrow-left</title>\n<path class=\"path1\" d=\"M0.646 10.146l6-6c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5.146 5.146h16.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-16.293l5.146 5.146c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-6-6c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right\" viewBox=\"0 0 20 20\">\n<title>arrow-right</title>\n<path class=\"path1\" d=\"M19.354 10.146l-6-6c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.146 5.146h-16.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16.293l-5.146 5.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l6-6c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-move\" viewBox=\"0 0 20 20\">\n<title>move</title>\n<path class=\"path1\" d=\"M18.354 10.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.793v-6.793l2.146 2.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.146-2.146v6.793h-6.793l2.146-2.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2.146-2.146h6.793v6.793l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-6.793h6.793l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-warning\" viewBox=\"0 0 20 20\">\n<title>warning</title>\n<path class=\"path1\" d=\"M18.5 19h-18c-0.178 0-0.342-0.094-0.432-0.248s-0.091-0.343-0.004-0.498l9-16c0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255l9 16c0.087 0.155 0.085 0.344-0.004 0.498s-0.254 0.248-0.432 0.248zM1.355 18h16.29l-8.145-14.48-8.145 14.48z\"/>\n<path class=\"path2\" d=\"M9.5 14c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-question-circle\" viewBox=\"0 0 20 20\">\n<title>question-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.5 15c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5 1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5-3.5 1.57-3.5 3.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5c0 2.312-1.753 4.223-4 4.472v1.528c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 18c-0 0 0 0 0 0-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5 0 0 0 0 0 0 0.276 0 0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu-circle\" viewBox=\"0 0 20 20\">\n<title>menu-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M14.5 8h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 11h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 14h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-checkmark-circle\" viewBox=\"0 0 20 20\">\n<title>checkmark-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M7.5 14.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross-circle\" viewBox=\"0 0 20 20\">\n<title>cross-circle</title>\n<path class=\"path1\" d=\"M14.332 14.126l-4.080-3.626 4.080-3.626c0.206-0.183 0.225-0.499 0.042-0.706s-0.499-0.225-0.706-0.042l-4.168 3.705-4.168-3.705c-0.206-0.183-0.522-0.165-0.706 0.042s-0.165 0.522 0.042 0.706l4.080 3.626-4.080 3.626c-0.206 0.183-0.225 0.499-0.042 0.706 0.099 0.111 0.236 0.168 0.374 0.168 0.118 0 0.237-0.042 0.332-0.126l4.168-3.705 4.168 3.705c0.095 0.085 0.214 0.126 0.332 0.126 0.138 0 0.275-0.057 0.374-0.168 0.183-0.206 0.165-0.522-0.042-0.706z\"/>\n<path class=\"path2\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-plus-circle\" viewBox=\"0 0 20 20\">\n<title>plus-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 10h-5.5v-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v5.5h-5.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.5v5.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-5.5h5.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-circle-minus\" viewBox=\"0 0 20 20\">\n<title>circle-minus</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 11h-12c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.147 4.647l-4 4c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l3.146-3.147v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l3.147 3.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.353s-0.049-0.256-0.147-0.353l-4-4c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M9.853 16.353l4-4c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.146 3.147v-10.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v10.293l-3.147-3.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.353s0.049 0.256 0.147 0.353l4 4c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M3.647 10.147l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.147 3.146h10.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.293l3.146 3.147c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.353 0.146s-0.256-0.049-0.353-0.147l-4-4c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.353 10.147l-4-4c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3.147 3.146h-10.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h10.293l-3.146 3.147c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.147l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15 12c0 0.128-0.049 0.256-0.146 0.354-0.195 0.195-0.512 0.195-0.707 0l-4.646-4.646-4.646 4.646c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l5-5c0.195-0.195 0.512-0.195 0.707 0l5 5c0.098 0.098 0.146 0.226 0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M4 9c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l4.646 4.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.195 0.195-0.512 0.195-0.707 0l-5-5c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M11 16c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-4.646-4.646 4.646-4.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M8 16c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l4.646-4.646-4.646-4.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l5 5c0.195 0.195 0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-crop\" viewBox=\"0 0 20 20\">\n<title>crop</title>\n<path class=\"path1\" d=\"M19.5 15h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M12.5 15h-7c-0.276 0-0.5-0.224-0.5-0.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6.5h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M5.5 4c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 20c-0.276 0-0.5-0.224-0.5-0.5v-13.5h-13.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5v14c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-expand\" viewBox=\"0 0 20 20\">\n<title>frame-expand</title>\n<path class=\"path1\" d=\"M18.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M0.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M3.5 18h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 18h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-contract\" viewBox=\"0 0 20 20\">\n<title>frame-contract</title>\n<path class=\"path1\" d=\"M14.5 9h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M6.5 9h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M11.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-layers\" viewBox=\"0 0 20 20\">\n<title>layers</title>\n<path class=\"path1\" d=\"M10 12c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.185-0.078-0.306-0.26-0.306-0.461s0.121-0.383 0.306-0.461l9.5-4c0.124-0.052 0.264-0.052 0.388 0l9.5 4c0.185 0.078 0.306 0.26 0.306 0.461s-0.121 0.383-0.306 0.461l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039zM1.788 7.5l8.212 3.457 8.212-3.457-8.212-3.457-8.212 3.457z\"/>\n<path class=\"path2\" d=\"M10 15c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n<path class=\"path3\" d=\"M10 18c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-funnel\" viewBox=\"0 0 20 20\">\n<title>funnel</title>\n<path class=\"path1\" d=\"M16.23 3.307c-0.396-0.268-0.949-0.504-1.643-0.702-1.366-0.39-3.172-0.605-5.087-0.605s-3.722 0.215-5.087 0.605c-0.694 0.198-1.246 0.434-1.643 0.702-0.637 0.43-0.77 0.886-0.77 1.193v0.5c0 0.428 0.321 1.133 0.639 1.609l4.891 7.336c0.251 0.376 0.471 1.103 0.471 1.555v3c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l2-1c0.169-0.085 0.276-0.258 0.276-0.447v-2c0-0.452 0.22-1.179 0.471-1.555l4.891-7.336c0.317-0.476 0.639-1.182 0.639-1.609v-0.5c0-0.307-0.134-0.763-0.77-1.193zM4.688 3.567c1.279-0.365 2.988-0.567 4.812-0.567s3.534 0.201 4.812 0.567c1.378 0.394 1.688 0.816 1.688 0.933s-0.31 0.54-1.688 0.933c-1.279 0.365-2.988 0.567-4.812 0.567s-3.534-0.201-4.812-0.567c-1.378-0.394-1.688-0.816-1.688-0.933s0.31-0.54 1.688-0.933zM10.639 13.391c-0.358 0.537-0.639 1.464-0.639 2.109v1.691l-1 0.5v-2.191c0-0.646-0.281-1.572-0.639-2.109l-4.88-7.32c0.274 0.117 0.585 0.226 0.932 0.324 1.366 0.39 3.172 0.605 5.087 0.605s3.722-0.215 5.087-0.605c0.346-0.099 0.658-0.207 0.932-0.325l-4.88 7.32z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format\" viewBox=\"0 0 20 20\">\n<title>text-format</title>\n<path class=\"path1\" d=\"M16.5 19h-14c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.96 15.303l-2.57-5.996c-0.001-0.001-0.001-0.003-0.002-0.004l-3.428-8c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3.428 8c-0.001 0.002-0.001 0.003-0.002 0.005l-2.57 5.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l2.442-5.697h6.198l2.442 5.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM6.83 9l2.67-6.231 2.67 6.231h-5.341z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format-remove\" viewBox=\"0 0 20 20\">\n<title>text-format-remove</title>\n<path class=\"path1\" d=\"M13.5 1h-12c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.41l-1.903 11.418c-0.045 0.272 0.139 0.53 0.411 0.575 0.028 0.005 0.056 0.007 0.083 0.007 0.24 0 0.452-0.173 0.493-0.418l1.93-11.582h5.576c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M10.5 16h-9c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M15.707 16.5l1.646-1.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-1.646 1.646-1.646-1.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.646 1.646-1.646 1.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1.646-1.646 1.646 1.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.646-1.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-size\" viewBox=\"0 0 20 20\">\n<title>text-size</title>\n<path class=\"path1\" d=\"M6.96 16.303l-1.284-2.996c-0.001-0.001-0.001-0.003-0.002-0.004l-1.714-4c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-1.714 4c-0.001 0.001-0.001 0.003-0.002 0.004l-1.284 2.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM2.544 13l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path2\" d=\"M19.962 16.308l-2.083-5c-0.001-0.001-0.001-0.003-0.002-0.004l-2.915-6.996c-0.078-0.186-0.26-0.308-0.462-0.308s-0.384 0.121-0.462 0.308l-2.915 6.996c-0.001 0.001-0.001 0.003-0.002 0.004l-2.083 5c-0.106 0.255 0.014 0.548 0.269 0.654s0.548-0.014 0.654-0.269l1.955-4.692h5.167l1.955 4.692c0.080 0.192 0.266 0.308 0.462 0.308 0.064 0 0.129-0.012 0.192-0.039 0.255-0.106 0.375-0.399 0.269-0.654zM12.333 11l2.167-5.2 2.167 5.2h-4.333z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bold\" viewBox=\"0 0 20 20\">\n<title>bold</title>\n<path class=\"path1\" d=\"M10 9h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h2.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 8h2c0.551 0 1-0.449 1-1s-0.449-1-1-1h-2v2z\"/>\n<path class=\"path2\" d=\"M11 15h-3.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h3.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 14h3c0.551 0 1-0.449 1-1s-0.449-1-1-1h-3v2z\"/>\n<path class=\"path3\" d=\"M11 18h-5.5c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h4.5c2.757 0 5 2.243 5 5 0 0.824-0.202 1.628-0.587 2.349 1.013 0.945 1.587 2.253 1.587 3.651 0 2.757-2.243 5-5 5zM5.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h5.5c2.206 0 4-1.794 4-4 0-1.237-0.561-2.385-1.539-3.151-0.211-0.165-0.253-0.466-0.1-0.682 0.418-0.646 0.639-1.395 0.639-2.167 0-2.206-1.794-4-4-4h-4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-italic\" viewBox=\"0 0 20 20\">\n<title>italic</title>\n<path class=\"path1\" d=\"M15.5 2h-4.001c-0.001 0-0.003 0-0.004 0h-3.995c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.39l-2.8 14h-3.59c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.999c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h3.997c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.39l2.8-14h3.59c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-underline\" viewBox=\"0 0 20 20\">\n<title>underline</title>\n<path class=\"path1\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M10 15c-2.757 0-5-2.243-5-5v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.206 1.794 4 4 4s4-1.794 4-4v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.757-2.243 5-5 5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-strikethrough\" viewBox=\"0 0 20 20\">\n<title>strikethrough</title>\n<path class=\"path1\" d=\"M16.5 2h-14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.5v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5h6.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M9.5 18c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 12h-18c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h18c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM1 11h17v-1h-17v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-highlight\" viewBox=\"0 0 20 20\">\n<title>highlight</title>\n<path class=\"path1\" d=\"M19.854 9.646c-0.195-0.195-0.512-0.195-0.707 0l-3.586 3.586c-0.585 0.585-1.537 0.585-2.121 0l-4.672-4.672c-0.282-0.282-0.437-0.658-0.437-1.061s0.155-0.779 0.437-1.061l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.586 3.586c-0.471 0.471-0.73 1.098-0.73 1.768 0 0.285 0.048 0.563 0.138 0.824l-7.322 7.322c-0.094 0.094-0.146 0.221-0.146 0.354v1.5c0 0.276 0.224 0.5 0.5 0.5h9.5c0.133 0 0.26-0.053 0.354-0.146l3.322-3.322c0.261 0.091 0.539 0.138 0.824 0.138 0.669 0 1.297-0.259 1.768-0.73l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707zM9.793 17h-8.793v-0.793l7.002-7.002c0.020 0.021 0.039 0.042 0.059 0.062l4.672 4.672c0.020 0.020 0.041 0.040 0.062 0.059l-3.002 3.002z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-left\" viewBox=\"0 0 20 20\">\n<title>text-align-left</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-center\" viewBox=\"0 0 20 20\">\n<title>text-align-center</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-right\" viewBox=\"0 0 20 20\">\n<title>text-align-right</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-justify\" viewBox=\"0 0 20 20\">\n<title>text-align-justify</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-line-spacing\" viewBox=\"0 0 20 20\">\n<title>line-spacing</title>\n<path class=\"path1\" d=\"M18.5 5h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M18.5 9h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 13h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M18.5 17h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M5.146 13.646l-1.146 1.146v-8.586l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v8.586l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-increase\" viewBox=\"0 0 20 20\">\n<title>indent-increase</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M2.5 14c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-6c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l4 3c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-4 3c-0.088 0.066-0.194 0.1-0.3 0.1zM3 8.5v4l2.667-2-2.667-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-decrease\" viewBox=\"0 0 20 20\">\n<title>indent-decrease</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M6.5 14c-0.106 0-0.212-0.034-0.3-0.1l-4-3c-0.126-0.094-0.2-0.243-0.2-0.4s0.074-0.306 0.2-0.4l4-3c0.152-0.114 0.354-0.132 0.524-0.047s0.276 0.258 0.276 0.447v6c0 0.189-0.107 0.363-0.276 0.447-0.071 0.035-0.147 0.053-0.224 0.053zM3.333 10.5l2.667 2v-4l-2.667 2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pilcrow\" viewBox=\"0 0 20 20\">\n<title>pilcrow</title>\n<path class=\"path1\" d=\"M15.5 2h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h3v14.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 9h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-ltr\" viewBox=\"0 0 20 20\">\n<title>direction-ltr</title>\n<path class=\"path1\" d=\"M15.354 17.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.146 1.146h-9.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9.293l-1.146 1.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-rtl\" viewBox=\"0 0 20 20\">\n<title>direction-rtl</title>\n<path class=\"path1\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n<path class=\"path2\" d=\"M14.5 17h-9.293l1.146-1.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.146-1.146h9.293c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-page-break\" viewBox=\"0 0 20 20\">\n<title>page-break</title>\n<path class=\"path1\" d=\"M17.5 9h-15c-0.827 0-1.5-0.673-1.5-1.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M1.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M10.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M13.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M16.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M19.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M18.5 20c-0.276 0-0.5-0.224-0.5-0.5v-6c0-0.276-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-6c0-0.827 0.673-1.5 1.5-1.5h15c0.827 0 1.5 0.673 1.5 1.5v6c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-alpha-asc\" viewBox=\"0 0 20 20\">\n<title>sort-alpha-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M19.96 7.303l-3-7c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3 7c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM15.544 4l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path3\" d=\"M18.5 20h-4c-0.178 0-0.343-0.095-0.432-0.249s-0.090-0.344-0.002-0.499l3.573-6.252h-3.138c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.178 0 0.343 0.095 0.432 0.249s0.090 0.344 0.002 0.499l-3.573 6.252h3.138c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-amount-asc\" viewBox=\"0 0 20 20\">\n<title>sort-amount-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M13.5 5h-2c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 4h1v-1h-1v1z\"/>\n<path class=\"path3\" d=\"M15.5 9h-4c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h4c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 8h3v-1h-3v1z\"/>\n<path class=\"path4\" d=\"M17.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 12h5v-1h-5v1z\"/>\n<path class=\"path5\" d=\"M19.5 17h-8c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 16h7v-1h-7v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hand\" viewBox=\"0 0 20 20\">\n<title>hand</title>\n<path class=\"path1\" d=\"M17 4c-0.364 0-0.706 0.098-1 0.269v-1.269c0-1.103-0.897-2-2-2-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339s-1.614 0.56-1.887 1.339c-0.318-0.214-0.701-0.339-1.113-0.339-1.103 0-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.851 0 1.642-0.277 2.352-0.822 0.667-0.513 1.246-1.255 1.72-2.204 0.934-1.868 1.428-4.452 1.428-7.474v-3.5c0-1.103-0.897-2-2-2zM18 9.5c0 2.867-0.457 5.296-1.322 7.026-0.564 1.128-1.574 2.474-3.178 2.474h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.813c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-7.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-6.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5c0-0.551 0.449-1 1-1s1 0.449 1 1v3.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-up\" viewBox=\"0 0 20 20\">\n<title>pointer-up</title>\n<path class=\"path1\" d=\"M17 8c-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.364 0-0.706 0.098-1 0.269v-3.269c0-1.103-0.897-2-2-2s-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.848 0 1.632-0.245 2.331-0.73 0.676-0.468 1.259-1.152 1.734-2.033 0.939-1.743 1.435-4.246 1.435-7.237 0-1.103-0.897-2-2-2zM16.685 16.763c-0.549 1.021-1.548 2.237-3.185 2.237h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.812c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1c0 2.826-0.455 5.165-1.315 6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-right\" viewBox=\"0 0 20 20\">\n<title>pointer-right</title>\n<path class=\"path1\" d=\"M12 17c0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.364-0.098-0.706-0.269-1h3.269c1.103 0 2-0.897 2-2s-0.897-2-2-2h-7.373l2.333-1.346c0.475-0.261 0.813-0.687 0.953-1.199 0.136-0.499 0.064-1.018-0.202-1.462-0.544-0.907-1.774-1.253-2.742-0.77-0.061 0.030-1.368 0.668-5.35 2.66-1.875 0.938-3.216 1.967-3.984 3.059-0.603 0.857-0.634 1.449-0.634 1.559v5c0 0.848 0.245 1.632 0.73 2.331 0.468 0.676 1.152 1.259 2.033 1.734 1.743 0.939 4.246 1.435 7.237 1.435 1.103 0 2-0.897 2-2zM3.237 16.685c-1.021-0.549-2.237-1.548-2.237-3.185v-4.99c0.003-0.039 0.050-0.46 0.525-1.095 0.474-0.633 1.472-1.605 3.54-2.638 4.054-2.027 5.331-2.65 5.343-2.656 0.002-0.001 0.003-0.001 0.004-0.002 0.503-0.251 1.162-0.073 1.439 0.389 0.125 0.208 0.158 0.451 0.095 0.685-0.068 0.249-0.236 0.458-0.472 0.587-0.003 0.002-0.007 0.004-0.010 0.006l-2.705 1.561c-0.583 0.319-0.828 0.678-0.729 1.067 0.099 0.39 0.489 0.587 1.157 0.587h7.812c0.551 0 1 0.449 1 1s-0.449 1-1 1h-6.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1c-2.826 0-5.165-0.455-6.763-1.315z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-down\" viewBox=\"0 0 20 20\">\n<title>pointer-down</title>\n<path class=\"path1\" d=\"M17 12c-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.364 0-0.706-0.098-1-0.269v3.269c0 1.103-0.897 2-2 2s-2-0.897-2-2v-7.373l-1.346 2.333c-0.261 0.475-0.687 0.813-1.199 0.953-0.499 0.136-1.018 0.064-1.462-0.202-0.907-0.544-1.253-1.774-0.77-2.742 0.030-0.061 0.668-1.368 2.66-5.35 0.938-1.875 1.967-3.216 3.059-3.984 0.857-0.603 1.449-0.634 1.559-0.634h5c0.848 0 1.632 0.245 2.331 0.73 0.676 0.468 1.259 1.152 1.734 2.033 0.939 1.743 1.435 4.246 1.435 7.237 0 1.103-0.897 2-2 2zM16.685 3.237c-0.549-1.021-1.548-2.237-3.185-2.237h-4.99c-0.039 0.003-0.46 0.050-1.095 0.525-0.633 0.474-1.605 1.472-2.638 3.54-2.027 4.054-2.65 5.331-2.656 5.343-0.001 0.002-0.001 0.003-0.002 0.004-0.251 0.503-0.073 1.162 0.389 1.439 0.208 0.125 0.451 0.158 0.685 0.095 0.249-0.068 0.458-0.236 0.587-0.472 0.002-0.003 0.004-0.007 0.006-0.010l1.561-2.705c0.319-0.583 0.678-0.828 1.067-0.729 0.39 0.099 0.587 0.489 0.587 1.157v7.812c0 0.551 0.449 1 1 1s1-0.449 1-1v-6.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1c0-2.826-0.455-5.165-1.315-6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-left\" viewBox=\"0 0 20 20\">\n<title>pointer-left</title>\n<path class=\"path1\" d=\"M8 17c0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.364 0.098-0.706 0.269-1h-3.269c-1.103 0-2-0.897-2-2s0.897-2 2-2h7.373l-2.333-1.346c-0.475-0.261-0.813-0.687-0.953-1.199-0.136-0.499-0.064-1.018 0.202-1.462 0.544-0.907 1.774-1.253 2.742-0.77 0.061 0.030 1.368 0.668 5.35 2.66 1.875 0.938 3.216 1.967 3.984 3.059 0.603 0.857 0.634 1.449 0.634 1.559v5c0 0.848-0.245 1.632-0.73 2.331-0.468 0.676-1.152 1.259-2.033 1.734-1.743 0.939-4.246 1.435-7.237 1.435-1.103 0-2-0.897-2-2zM16.763 16.685c1.021-0.549 2.237-1.548 2.237-3.185v-4.99c-0.003-0.039-0.050-0.46-0.525-1.095-0.474-0.633-1.472-1.605-3.54-2.638-4.054-2.027-5.331-2.65-5.343-2.656-0.002-0.001-0.003-0.001-0.004-0.002-0.503-0.251-1.162-0.073-1.439 0.389-0.125 0.208-0.158 0.451-0.095 0.685 0.068 0.249 0.236 0.458 0.472 0.587 0.003 0.002 0.007 0.004 0.010 0.006l2.705 1.561c0.583 0.319 0.828 0.678 0.729 1.067-0.099 0.39-0.489 0.587-1.157 0.587h-7.812c-0.551 0-1 0.449-1 1s0.449 1 1 1h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1c2.826 0 5.165-0.455 6.763-1.315z\"/>\n</symbol>\n</defs>\n</svg>\n\";}', 'yes');
INSERT INTO `irxuti_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(169, 'oxygen_vsb_history_limit', '', 'yes'),
(170, 'oxygen_vsb_preview_dropdown_limit', '', 'yes'),
(171, 'oxygen_vsb_preview_dropdown_exclude_non_public', 'true', 'yes'),
(172, 'oxygen_vsb_enable_selector_detector', '', 'yes'),
(173, 'oxygen_vsb_enable_default_designsets', 'true', 'yes'),
(174, 'oxygen_vsb_enable_3rdp_designsets', '', 'yes'),
(175, 'oxygen_vsb_enable_connection', '', 'yes'),
(176, 'oxygen_vsb_google_maps_api_key', '', 'yes'),
(177, 'oxygen_vsb_show_all_acf_fields', 'true', 'yes'),
(178, 'oxygen_vsb_enable_google_fonts_cache', 'true', 'yes'),
(179, 'oxygen_vsb_enable_ie_layout_improvements', 'true', 'yes'),
(180, 'oxygen_vsb_enable_signature_validation', 'true', 'yes'),
(181, 'oxygen_vsb_enable_signature_frontend_errors', 'false', 'yes'),
(182, 'oxygen_vsb_disable_google_fonts', '', 'yes'),
(183, 'oxygen_vsb_block_category_label', '', 'yes'),
(184, 'oxygen_vsb_full_page_block_category_label', '', 'yes'),
(185, 'oxygen_vsb_access_role_editor', '', 'yes'),
(186, 'oxygen_vsb_access_role_author', '', 'yes'),
(187, 'oxygen_vsb_access_role_contributor', '', 'yes'),
(188, 'oxygen_vsb_access_role_subscriber', '', 'yes'),
(189, 'oxygen_vsb_ignore_post_type_post', '', 'yes'),
(190, 'oxygen_vsb_ignore_post_type_page', '', 'yes'),
(191, 'oxygen_vsb_ignore_post_type_user_request', '', 'yes'),
(192, 'oxygen_vsb_ignore_post_type_wp_block', '', 'yes'),
(195, 'oxygen_license_status', 'valid', 'yes'),
(202, 'wpvivid_email_setting', 'a:3:{s:7:\"send_to\";a:0:{}s:6:\"always\";b:1;s:12:\"email_enable\";b:0;}', 'no'),
(203, 'wpvivid_compress_setting', 'a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}', 'no'),
(204, 'wpvivid_local_setting', 'a:2:{s:4:\"path\";s:14:\"wpvividbackups\";s:10:\"save_local\";i:1;}', 'no'),
(205, 'wpvivid_upload_setting', 'a:1:{s:15:\"remote_selected\";a:0:{}}', 'no'),
(206, 'wpvivid_common_setting', 'a:10:{s:18:\"max_execution_time\";i:180;s:17:\"log_save_location\";s:26:\"wpvividbackups/wpvivid_log\";s:16:\"max_backup_count\";i:3;s:14:\"show_admin_bar\";b:1;s:14:\"domain_include\";b:1;s:15:\"estimate_backup\";b:1;s:16:\"max_resume_count\";i:6;s:12:\"memory_limit\";s:4:\"256M\";s:20:\"restore_memory_limit\";s:4:\"256M\";s:12:\"migrate_size\";s:4:\"2048\";}', 'no'),
(207, 'wpvivid_init', 'init', 'no'),
(208, 'wpvivid_backup_list', 'a:0:{}', 'no'),
(209, 'wpvivid_remote_init', 'init', 'no'),
(211, 'wpvivid_need_review', 'not', 'no'),
(212, 'wpvivid_task_list', 'a:0:{}', 'no'),
(213, 'wf_licensing_wpr', 'a:6:{s:11:\"license_key\";s:26:\"E5ECE478-0ECF620D-66CC285A\";s:5:\"error\";s:0:\"\";s:4:\"name\";s:16:\"WP Reset PRO LTD\";s:10:\"last_check\";i:1600881725;s:11:\"valid_until\";s:10:\"2035-01-01\";s:4:\"meta\";a:3:{s:11:\"white_label\";b:0;s:9:\"wpr_cloud\";b:0;s:24:\"white_label_support_text\";s:0:\"\";}}', 'yes'),
(214, '_transient_timeout_wp_reset_collections', '1600968126', 'no'),
(215, '_transient_wp_reset_collections', 'a:0:{}', 'no'),
(216, '_transient_timeout_wp_reset_wordpress_versions', '1600968127', 'no'),
(217, '_transient_wp_reset_wordpress_versions', 'a:391:{s:15:\"5.6-alpha-49035\";s:8:\"bleeding\";s:17:\"5.5.2-alpha-48959\";s:5:\"point\";s:5:\"5.5.1\";i:1599016376;s:3:\"5.5\";i:1597196480;s:5:\"5.4.2\";i:1591904327;s:5:\"5.4.1\";i:1588268252;s:3:\"5.4\";i:1586433381;s:5:\"5.3.2\";i:1578431355;s:5:\"5.3.1\";i:1576222826;s:3:\"5.3\";i:1573985840;s:5:\"5.2.4\";i:1572476910;s:5:\"5.2.3\";i:1567634400;s:5:\"5.2.2\";i:1560816000;s:5:\"5.2.1\";i:1558396800;s:3:\"5.2\";i:1557187200;s:5:\"5.1.2\";i:1567641600;s:5:\"5.1.1\";i:1552435200;s:3:\"5.1\";i:1550707200;s:5:\"5.0.6\";i:1567641600;s:5:\"5.0.4\";i:1552435200;s:5:\"5.0.3\";i:1546992000;s:5:\"5.0.2\";i:1545177600;s:5:\"5.0.1\";i:1544659200;i:0;i:1544054400;s:6:\"4.9.11\";i:1567641600;s:6:\"4.9.10\";i:1552435200;s:5:\"4.9.9\";i:1544659200;s:5:\"4.9.8\";i:1533168000;s:5:\"4.9.7\";i:1530748800;s:5:\"4.9.6\";i:1526515200;s:5:\"4.9.5\";i:1522713600;s:5:\"4.9.4\";i:1517875200;s:5:\"4.9.3\";i:1517788800;s:5:\"4.9.2\";i:1516060800;s:5:\"4.9.1\";i:1511913600;s:3:\"4.9\";i:1510790400;s:6:\"4.8.10\";i:1567641600;s:5:\"4.8.9\";i:1552435200;s:5:\"4.8.8\";i:1544659200;s:5:\"4.8.7\";i:1530748800;s:5:\"4.8.6\";i:1522713600;s:5:\"4.8.5\";i:1516060800;s:5:\"4.8.4\";i:1511913600;s:5:\"4.8.3\";i:1509408000;s:5:\"4.8.2\";i:1505779200;s:5:\"4.8.1\";i:1501632000;s:3:\"4.8\";i:1496880000;s:6:\"4.7.14\";i:1567641600;s:6:\"4.7.13\";i:1552435200;s:6:\"4.7.12\";i:1544659200;s:6:\"4.7.11\";i:1530748800;s:6:\"4.7.10\";i:1522713600;s:5:\"4.7.9\";i:1516060800;s:5:\"4.7.8\";i:1511913600;s:5:\"4.7.7\";i:1509408000;s:5:\"4.7.6\";i:1505779200;s:5:\"4.7.5\";i:1494892800;s:5:\"4.7.4\";i:1492646400;s:5:\"4.7.3\";i:1488758400;s:5:\"4.7.2\";i:1485388800;s:5:\"4.7.1\";i:1484092800;s:3:\"4.7\";i:1480982400;s:6:\"4.6.15\";i:1567641600;s:6:\"4.6.14\";i:1552435200;s:6:\"4.6.13\";i:1544659200;s:6:\"4.6.12\";i:1530748800;s:6:\"4.6.11\";i:1522713600;s:6:\"4.6.10\";i:1516060800;s:5:\"4.6.9\";i:1511913600;s:5:\"4.6.8\";i:1509408000;s:5:\"4.6.7\";i:1505779200;s:5:\"4.6.6\";i:1494892800;s:5:\"4.6.5\";i:1492646400;s:5:\"4.6.4\";i:1488758400;s:5:\"4.6.3\";i:1485388800;s:5:\"4.6.2\";i:1484092800;s:5:\"4.6.1\";i:1473206400;s:3:\"4.6\";i:1471305600;s:6:\"4.5.18\";i:1567641600;s:6:\"4.5.17\";i:1552435200;s:6:\"4.5.16\";i:1544659200;s:6:\"4.5.15\";i:1530748800;s:6:\"4.5.14\";i:1522713600;s:6:\"4.5.13\";i:1516060800;s:6:\"4.5.12\";i:1511913600;s:6:\"4.5.11\";i:1509408000;s:6:\"4.5.10\";i:1505779200;s:5:\"4.5.9\";i:1494892800;s:5:\"4.5.8\";i:1492646400;s:5:\"4.5.7\";i:1488758400;s:5:\"4.5.6\";i:1485388800;s:5:\"4.5.5\";i:1484092800;s:5:\"4.5.4\";i:1473206400;s:5:\"4.5.3\";i:1466467200;s:5:\"4.5.2\";i:1462492800;s:5:\"4.5.1\";i:1461628800;s:3:\"4.5\";i:1460419200;s:6:\"4.4.19\";i:1567641600;s:6:\"4.4.18\";i:1552435200;s:6:\"4.4.17\";i:1544659200;s:6:\"4.4.16\";i:1530748800;s:6:\"4.4.15\";i:1522713600;s:6:\"4.4.14\";i:1516060800;s:6:\"4.4.13\";i:1511913600;s:6:\"4.4.12\";i:1509408000;s:6:\"4.4.11\";i:1505779200;s:6:\"4.4.10\";i:1494892800;s:5:\"4.4.9\";i:1492646400;s:5:\"4.4.8\";i:1488758400;s:5:\"4.4.7\";i:1485388800;s:5:\"4.4.6\";i:1484092800;s:5:\"4.4.5\";i:1473206400;s:5:\"4.4.4\";i:1466467200;s:5:\"4.4.3\";i:1462492800;s:5:\"4.4.2\";i:1454371200;s:5:\"4.4.1\";i:1452038400;s:3:\"4.4\";i:1449532800;s:6:\"4.3.20\";i:1567641600;s:6:\"4.3.19\";i:1552435200;s:6:\"4.3.18\";i:1544659200;s:6:\"4.3.17\";i:1530748800;s:6:\"4.3.16\";i:1522713600;s:6:\"4.3.15\";i:1516060800;s:6:\"4.3.14\";i:1511913600;s:6:\"4.3.13\";i:1509408000;s:6:\"4.3.12\";i:1505779200;s:6:\"4.3.11\";i:1494892800;s:6:\"4.3.10\";i:1492646400;s:5:\"4.3.9\";i:1488758400;s:5:\"4.3.8\";i:1485388800;s:5:\"4.3.7\";i:1484092800;s:5:\"4.3.6\";i:1473206400;s:5:\"4.3.5\";i:1466467200;s:5:\"4.3.4\";i:1462492800;s:5:\"4.3.3\";i:1454371200;s:5:\"4.3.2\";i:1452038400;s:5:\"4.3.1\";i:1442275200;s:3:\"4.3\";i:1439856000;s:6:\"4.2.24\";i:1567641600;s:6:\"4.2.23\";i:1552435200;s:6:\"4.2.22\";i:1544659200;s:6:\"4.2.21\";i:1530748800;s:6:\"4.2.20\";i:1522713600;s:6:\"4.2.19\";i:1516060800;s:6:\"4.2.18\";i:1511913600;s:6:\"4.2.17\";i:1509408000;s:6:\"4.2.16\";i:1505779200;s:6:\"4.2.15\";i:1494892800;s:6:\"4.2.14\";i:1492646400;s:6:\"4.2.13\";i:1488758400;s:6:\"4.2.12\";i:1485388800;s:6:\"4.2.11\";i:1484092800;s:6:\"4.2.10\";i:1473206400;s:5:\"4.2.9\";i:1466467200;s:5:\"4.2.8\";i:1462492800;s:5:\"4.2.7\";i:1454371200;s:5:\"4.2.6\";i:1452038400;s:5:\"4.2.5\";i:1442275200;s:5:\"4.2.4\";i:1438646400;s:5:\"4.2.3\";i:1437609600;s:5:\"4.2.2\";i:1430956800;s:5:\"4.2.1\";i:1430092800;s:3:\"4.2\";i:1429747200;s:6:\"4.1.27\";i:1567641600;s:6:\"4.1.26\";i:1552435200;s:6:\"4.1.25\";i:1544659200;s:6:\"4.1.24\";i:1530748800;s:6:\"4.1.23\";i:1522713600;s:6:\"4.1.22\";i:1516060800;s:6:\"4.1.21\";i:1511913600;s:6:\"4.1.20\";i:1509408000;s:6:\"4.1.19\";i:1505779200;s:6:\"4.1.18\";i:1494892800;s:6:\"4.1.17\";i:1492646400;s:6:\"4.1.16\";i:1488758400;s:6:\"4.1.15\";i:1485388800;s:6:\"4.1.14\";i:1484092800;s:6:\"4.1.13\";i:1473206400;s:6:\"4.1.12\";i:1466467200;s:6:\"4.1.11\";i:1462492800;s:6:\"4.1.10\";i:1454371200;s:5:\"4.1.9\";i:1452038400;s:5:\"4.1.8\";i:1442275200;s:5:\"4.1.7\";i:1438646400;s:5:\"4.1.6\";i:1437609600;s:5:\"4.1.5\";i:1430956800;s:5:\"4.1.4\";i:1430092800;s:5:\"4.1.3\";i:1429747200;s:5:\"4.1.2\";i:1429574400;s:5:\"4.1.1\";i:1424217600;s:3:\"4.1\";i:1418860800;s:6:\"4.0.27\";i:1567641600;s:6:\"4.0.26\";i:1552435200;s:6:\"4.0.25\";i:1544659200;s:6:\"4.0.24\";i:1530748800;s:6:\"4.0.23\";i:1522713600;s:6:\"4.0.22\";i:1516060800;s:6:\"4.0.21\";i:1511913600;s:6:\"4.0.20\";i:1509408000;s:6:\"4.0.19\";i:1505779200;s:6:\"4.0.18\";i:1494892800;s:6:\"4.0.17\";i:1492646400;s:6:\"4.0.16\";i:1488758400;s:6:\"4.0.15\";i:1485388800;s:6:\"4.0.14\";i:1484092800;s:6:\"4.0.13\";i:1473206400;s:6:\"4.0.12\";i:1466467200;s:6:\"4.0.11\";i:1462492800;s:6:\"4.0.10\";i:1454371200;s:5:\"4.0.9\";i:1452038400;s:5:\"4.0.8\";i:1442275200;s:5:\"4.0.7\";i:1438646400;s:5:\"4.0.6\";i:1437609600;s:5:\"4.0.5\";i:1430870400;s:5:\"4.0.4\";i:1430092800;s:5:\"4.0.3\";i:1429747200;s:5:\"4.0.2\";i:1429574400;s:5:\"4.0.1\";i:1416441600;i:1;i:1409788800;s:6:\"3.9.28\";i:1567641600;s:6:\"3.9.27\";i:1552435200;s:6:\"3.9.26\";i:1544659200;s:6:\"3.9.25\";i:1530748800;s:6:\"3.9.24\";i:1522713600;s:6:\"3.9.23\";i:1516060800;s:6:\"3.9.22\";i:1511913600;s:6:\"3.9.21\";i:1509408000;s:6:\"3.9.20\";i:1505779200;s:6:\"3.9.19\";i:1494892800;s:6:\"3.9.18\";i:1492646400;s:6:\"3.9.17\";i:1488758400;s:6:\"3.9.16\";i:1485388800;s:6:\"3.9.15\";i:1484092800;s:6:\"3.9.14\";i:1473206400;s:6:\"3.9.13\";i:1466467200;s:6:\"3.9.12\";i:1462492800;s:6:\"3.9.11\";i:1454371200;s:6:\"3.9.10\";i:1452038400;s:5:\"3.9.9\";i:1442275200;s:5:\"3.9.8\";i:1438646400;s:5:\"3.9.7\";i:1437609600;s:5:\"3.9.6\";i:1430956800;s:5:\"3.9.5\";i:1429747200;s:5:\"3.9.4\";i:1429574400;s:5:\"3.9.3\";i:1416441600;s:5:\"3.9.2\";i:1407283200;s:5:\"3.9.1\";i:1399507200;s:3:\"3.9\";i:1397606400;s:6:\"3.8.30\";i:1567641600;s:6:\"3.8.29\";i:1553126400;s:6:\"3.8.28\";i:1544659200;s:6:\"3.8.27\";i:1530748800;s:6:\"3.8.26\";i:1522713600;s:6:\"3.8.25\";i:1516060800;s:6:\"3.8.24\";i:1511913600;s:6:\"3.8.23\";i:1509408000;s:6:\"3.8.22\";i:1505779200;s:6:\"3.8.21\";i:1494892800;s:6:\"3.8.20\";i:1492646400;s:6:\"3.8.19\";i:1488758400;s:6:\"3.8.18\";i:1485388800;s:6:\"3.8.17\";i:1484092800;s:6:\"3.8.16\";i:1473206400;s:6:\"3.8.15\";i:1466467200;s:6:\"3.8.14\";i:1462492800;s:6:\"3.8.13\";i:1454371200;s:6:\"3.8.12\";i:1452038400;s:6:\"3.8.11\";i:1442275200;s:6:\"3.8.10\";i:1438646400;s:5:\"3.8.9\";i:1437609600;s:5:\"3.8.8\";i:1430956800;s:5:\"3.8.7\";i:1429747200;s:5:\"3.8.6\";i:1429574400;s:5:\"3.8.5\";i:1416441600;s:5:\"3.8.4\";i:1407283200;s:5:\"3.8.3\";i:1397433600;s:5:\"3.8.2\";i:1396915200;s:5:\"3.8.1\";i:1390435200;s:3:\"3.8\";i:1386806400;s:6:\"3.7.30\";i:1567641600;s:6:\"3.7.29\";i:1553126400;s:6:\"3.7.28\";i:1544659200;s:6:\"3.7.27\";i:1530748800;s:6:\"3.7.26\";i:1522713600;s:6:\"3.7.25\";i:1516060800;s:6:\"3.7.24\";i:1511913600;s:6:\"3.7.23\";i:1509408000;s:6:\"3.7.22\";i:1505779200;s:6:\"3.7.21\";i:1494892800;s:6:\"3.7.20\";i:1492646400;s:6:\"3.7.19\";i:1488758400;s:6:\"3.7.18\";i:1485388800;s:6:\"3.7.17\";i:1484092800;s:6:\"3.7.16\";i:1473206400;s:6:\"3.7.15\";i:1466467200;s:6:\"3.7.14\";i:1462492800;s:6:\"3.7.13\";i:1454371200;s:6:\"3.7.12\";i:1452038400;s:6:\"3.7.11\";i:1442275200;s:6:\"3.7.10\";i:1438646400;s:5:\"3.7.9\";i:1437609600;s:5:\"3.7.8\";i:1430956800;s:5:\"3.7.7\";i:1429747200;s:5:\"3.7.6\";i:1429574400;s:5:\"3.7.5\";i:1416441600;s:5:\"3.7.4\";i:1407283200;s:5:\"3.7.3\";i:1397433600;s:5:\"3.7.2\";i:1396915200;s:5:\"3.7.1\";i:1383004800;s:3:\"3.7\";i:1382572800;s:5:\"3.6.1\";i:1378857600;s:3:\"3.6\";i:1375315200;s:5:\"3.5.2\";i:1371772800;s:5:\"3.5.1\";i:1358985600;s:3:\"3.5\";i:1355184000;s:5:\"3.4.2\";i:1346889600;s:5:\"3.4.1\";i:1340755200;s:3:\"3.4\";i:1339545600;s:5:\"3.3.3\";i:1340755200;s:5:\"3.3.2\";i:1334880000;s:5:\"3.3.1\";i:1325548800;s:3:\"3.3\";i:1323648000;s:5:\"3.2.1\";i:1310428800;s:3:\"3.2\";i:1309737600;s:5:\"3.1.4\";i:1309305600;s:5:\"3.1.3\";i:1306281600;s:5:\"3.1.2\";i:1303776000;s:5:\"3.1.1\";i:1301875200;s:3:\"3.1\";i:1298419200;s:5:\"3.0.6\";i:1303776000;s:5:\"3.0.5\";i:1297036800;s:5:\"3.0.4\";i:1293580800;s:5:\"3.0.3\";i:1291766400;s:5:\"3.0.2\";i:1291075200;s:5:\"3.0.1\";i:1280361600;i:2;i:1276732800;s:5:\"2.9.2\";i:1266192000;s:5:\"2.9.1\";i:1262563200;s:3:\"2.9\";i:1261094400;s:5:\"2.8.6\";i:1257984000;s:5:\"2.8.5\";i:1255996800;s:5:\"2.8.4\";i:1250035200;s:5:\"2.8.3\";i:1249257600;s:5:\"2.8.2\";i:1248048000;s:5:\"2.8.1\";i:1247097600;s:3:\"2.8\";i:1244678400;s:5:\"2.7.1\";i:1234224000;s:3:\"2.7\";i:1228867200;s:5:\"2.6.5\";i:1227571200;s:5:\"2.6.3\";i:1224720000;s:5:\"2.6.2\";i:1220832000;s:5:\"2.6.1\";i:1218758400;s:3:\"2.6\";i:1216080000;s:5:\"2.5.1\";i:1209081600;s:3:\"2.5\";i:1206748800;s:5:\"2.3.3\";i:1202169600;s:5:\"2.3.2\";i:1198886400;s:5:\"2.3.1\";i:1193356800;s:3:\"2.3\";i:1190678400;s:5:\"2.2.3\";i:1190592000;s:5:\"2.2.2\";i:1190592000;s:5:\"2.2.1\";i:1190592000;s:3:\"2.2\";i:1190592000;s:5:\"2.1.3\";i:1190592000;s:5:\"2.1.2\";i:1190592000;s:5:\"2.1.1\";i:1190592000;s:3:\"2.1\";i:1190592000;s:6:\"2.0.11\";i:1190592000;s:6:\"2.0.10\";i:1190592000;s:5:\"2.0.9\";i:1190592000;s:5:\"2.0.8\";i:1190592000;s:5:\"2.0.7\";i:1190592000;s:5:\"2.0.6\";i:1190592000;s:5:\"2.0.5\";i:1190592000;s:5:\"2.0.4\";i:1190592000;s:5:\"2.0.1\";i:1190592000;i:3;i:1190592000;s:5:\"1.5.2\";i:1190592000;s:7:\"1.5.1.3\";i:1190592000;s:7:\"1.5.1.2\";i:1190592000;s:7:\"1.5.1.1\";i:1190592000;s:5:\"1.5.1\";i:1190592000;s:13:\"1.5-strayhorn\";i:1190592000;s:5:\"1.2.2\";i:1190592000;s:5:\"1.2.1\";i:1190592000;s:10:\"1.2-mingus\";i:1190592000;s:9:\"1.2-delta\";i:1190592000;s:12:\"1.0-platinum\";i:1190592000;s:5:\"1.0.2\";i:1190592000;s:12:\"1.0.2-blakey\";i:1190592000;s:11:\"1.0.1-miles\";i:1190592000;}', 'no'),
(220, '_transient_timeout_wf_plugin_update_wpr', '1600881955', 'no'),
(221, '_transient_wf_plugin_update_wpr', 'a:2:{s:7:\"success\";b:1;s:4:\"data\";a:23:{s:4:\"name\";s:12:\"WP Reset PRO\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:6:\"author\";s:59:\"<a href=\"https://www.webfactoryltd.com/\">WebFactory Ltd</a>\";s:11:\"new_version\";s:4:\"5.66\";s:7:\"version\";s:4:\"5.66\";s:8:\"homepage\";s:20:\"https://wpreset.com/\";s:12:\"last_updated\";s:19:\"2020-09-22 10:54:46\";s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:4:\"5.50\";s:4:\"tags\";s:64:\"reset, reset database, reset wordpress database, wordpress-reset\";s:15:\"active_installs\";s:6:\"200000\";s:6:\"rating\";s:3:\"100\";s:11:\"num_ratings\";s:3:\"288\";s:7:\"ratings\";a:5:{i:5;i:277;i:4;i:2;i:3;i:1;i:2;i:1;i:1;i:7;}s:5:\"added\";s:10:\"2018-10-24\";s:3:\"url\";s:20:\"https://wpreset.com/\";s:7:\"package\";s:85:\"https://dashboard.wpreset.com/wp-content/uploads/2020/09/wp-reset-pro-v566-gdrive.zip\";s:13:\"download_link\";s:85:\"https://dashboard.wpreset.com/wp-content/uploads/2020/09/wp-reset-pro-v566-gdrive.zip\";s:14:\"upgrade_notice\";s:26:\"See changelog for details.\";s:7:\"banners\";a:1:{s:3:\"low\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=1807800\";}s:5:\"icons\";a:4:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1797141\";s:2:\"1x\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"svg\";s:0:\"\";}s:8:\"sections\";a:1:{s:9:\"changelog\";s:5340:\"<strong>v5.66</strong> - 2020-09-22<ul><li>Updated Google Drive API</li></ul><strong>v5.65</strong> - 2020-09-20<ul><li>Exported snapshot ZIPs will be deleted from the website when the snapshot is deleted</li></ul><strong>v5.64</strong> - 2020-09-18<ul>\r\n<li>Performance improvements and tweaks</li>\r\n<li>Compatibility fixes</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.63</strong> - 2020-09-08<ul>\r\n<li>Added support for Icedrive</li>\r\n<li>Various tweaks and fixes</li>\r\n</ul><strong>v5.62</strong> - 2020-09-02<ul><li>Tweaks and bug fixes</li></ul><strong>v5.59</strong> - 2020-08-14<ul><li>Admin bar menu bug fix</li></ul><strong>v5.58</strong> - 2020-08-09<ul><li>WordPress 5.5 update</li></ul><strong>v5.57</strong> - 2020-07-09<ul>\r\n<li>Added automatic upload option for user created snapshots</li>\r\n<li>Added option to automatically delete snapshots after they are uploaded to cloud</li>\r\n<li>When the White Label option is activated, license keys are hidden and collections editing is disabled</li>\r\n</ul><strong>v5.56</strong> - 2020-06-15<ul><li>Added HTML Support for Collection Item Description</li></ul><strong>v5.55</strong> - 2020-06-15<ul>\r\n<li>Custom Support / Branding Text can now be added for licenses in Dashboard and it will be displayed in the Support tab when White label is active</li>\r\n<li>License key is now always hidden after activation</li>\r\n</ul><strong>v5.50</strong> - 2020-06-01<ul><li>Database Bug Fix and Tweaks</li></ul><strong>v5.49</strong> - 2020-05-25<ul><li>pCloud API updates</li></ul><strong>v5.48</strong> - 2020-05-12<ul><li>Added warning if PHP ZipArchive extension is disabled or missing</li><li>Tweaks and minor bug fixes</li></ul><strong>v5.47</strong> - 2020-05-08<ul>\r\n<li>Added option to optimize tables before creating snapshots</li>\r\n<li>Added option to throttle AJAX requests</li>\r\n<li>fixed wp-cli bug</li>\r\n</ul><strong>v5.46</strong> - 2020-05-04<ul>\r\n<li>Google Drive cloud tweaks</li>\r\n<li>Improved support for long table names</li>\r\n</ul><strong>v5.45</strong> - 2020-05-03<ul><li>improved pCloud error handling and overall experience</li></ul><strong>v5.44</strong> - 2020-05-01<ul><li>fixed bug causing no results in plugin/theme search when adding new collection items from WordPress.org</li></ul><strong>v5.43</strong> - 2020-04-29<ul><li>bug fix</li></ul><strong>v5.42</strong> - 2020-04-29<ul><li>typo fix</li></ul><strong>v5.41</strong> - 2020-04-26<ul><li>Freemius license activation fix</li></ul><strong>v5.40</strong> - 2020-04-25<ul>\r\n<li>Bug fixes</li>\r\n</ul><strong>v5.33</strong> - 2020-04-12<ul>\r\n<li>Improved Emergency Recovery GUI, new section for WordPress Information</li>\r\n<li>Added button to update Emergency Recovery to latest version</li>\r\n<li>Fixed issue with Collection items license keys not being saved properly in some cases</li>\r\n<li>Delete .htaccess tool: Added button to restore .htaccess to default</li>\r\n<li>New tool: Reset User Roles</li>\r\n<li>Tweaks and minor bug fixes</li>\r\n</ul><strong>v5.32</strong> - 2020-04-06<ul><li>Added automatic license activation for Oxygen plugins</li></ul><strong>v5.31</strong> - 2020-03-21<ul><li>Fixed White Label bug</li></ul><strong>v5.30</strong> - 2020-03-20<ul>\r\n<li>started using the new dashboard to handle licenses</li>\r\n</ul>\r\n<strong>v5.26</strong> - 2020-03-12<ul><li>Added pCloud Support</li><li>Added automatic license activation for Advanced Custom Fields</li><li>Bug Fixes</li></ul><strong>v5.24</strong> - 2020-02-19<ul><li>Added automatic license activation for WebFactory plugins, Freemius plugins as well as Ninja Tables PRO, SEOpress PRO and the Astra Pro Addon Plugin</li><li>Bug fixes</li></ul><strong>v5.23</strong> - 2020-01-30<ul><li>Added support for long lincense keys for collection items</li><li>Fixed install issues with some collection themes</li></ul><strong>v5.22</strong> - 2020-01-29<ul><li>Fixed sometimes not reading plugin information correctly when adding a ZIP to collection</li><li>Fixed active cloud setting sometimes being set to Disabled when saving settings</li><li>Minor tweaks and bug fixes</li></ul><strong>v5.21</strong> - 2020-01-28<ul><li>Timezone bug fix</li></ul><strong>v5.20</strong> - 2020-01-27<ul><li>added mandatory password for emergency recovery script</li><li>fixed a lot of bugs</li><li>enabled snapshots cloud storage on Dropbox, Google Drive and WP Reset Cloud</li><li>enabled support for premium plugins (via ZIP archive) in collections</li><li>added support for license keys for premium plugins (only storage for now, not activation)</li></ul><strong>v5.17</strong> - 2020-01-12<ul><li>Preparations for cloud features coming out by January 28th</li><li>Keep timezone when resetting</li><li>Moved Snapshot Settings to Settings tab</li><li>Minor bug fixes</li></ul><strong>v5.15</strong> - 2019-11-26<ul><li>Added Delete MU Plugins & Drop-ins Tool</li><li>Added delete snapshots button</li><li>Added White-label option for Agency Licenses</li><li>Tweaks and bug fixes</li></ul><strong>v5.13</strong> - 2019-11-23<ul><li>Tweaks and Bug Fixes</li></ul><strong>v5.12</strong> - 2019-11-19<ul><li>CSS Bug Fix</li></ul><strong>v5.11</strong> - 2019-11-18<ul><li>First official pro  release</li></ul><strong>v5.01</strong> - 2019-11-17<ul><li>Test beta update</li></ul><strong>v5.00</strong> - 2019-11-17<ul><li>First public beta release</li></ul>\";}}}', 'no'),
(218, 'wp-reset-snapshots', 'a:0:{}', 'yes'),
(219, 'wp-reset-log', 'a:16:{i:0;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:24:\"Deleting snapshot xhibau\";}i:1;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:37:\"Deleted table xhibau_wpk0_commentmeta\";}i:2;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_comments\";}i:3;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_links\";}i:4;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:33:\"Deleted table xhibau_wpk0_options\";}i:5;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_postmeta\";}i:6;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_posts\";}i:7;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"Deleted table xhibau_wpk0_term_relationships\";}i:8;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:39:\"Deleted table xhibau_wpk0_term_taxonomy\";}i:9;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_termmeta\";}i:10;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_terms\";}i:11;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_usermeta\";}i:12;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_users\";}i:13;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:45:\"Deleted table xhibau_wpk0_wpvivid_scan_result\";}i:14;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:54:\"Deleted table xhibau_wpk0_wpvivid_unused_uploads_files\";}i:15;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:36:\"Deleted snapshot xhibau successfully\";}}', 'yes'),
(223, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1600881841;s:7:\"checked\";a:6:{s:19:\"akismet/akismet.php\";s:5:\"4.1.6\";s:9:\"hello.php\";s:5:\"1.7.2\";s:20:\"oxygen/functions.php\";s:3:\"3.5\";s:21:\"wp-reset/wp-reset.php\";s:4:\"5.65\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:6:\"0.9.46\";s:41:\"wpvivid-backup-pro/wpvivid-backup-pro.php\";s:6:\"1.9.21\";}s:8:\"response\";a:1:{s:21:\"wp-reset/wp-reset.php\";O:8:\"stdClass\":23:{s:4:\"name\";s:12:\"WP Reset PRO\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:6:\"author\";s:59:\"<a href=\"https://www.webfactoryltd.com/\">WebFactory Ltd</a>\";s:11:\"new_version\";s:4:\"5.66\";s:7:\"version\";s:4:\"5.66\";s:8:\"homepage\";s:20:\"https://wpreset.com/\";s:12:\"last_updated\";s:19:\"2020-09-22 10:54:46\";s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:4:\"5.50\";s:4:\"tags\";s:64:\"reset, reset database, reset wordpress database, wordpress-reset\";s:15:\"active_installs\";s:6:\"200000\";s:6:\"rating\";s:3:\"100\";s:11:\"num_ratings\";s:3:\"288\";s:7:\"ratings\";a:5:{i:5;i:277;i:4;i:2;i:3;i:1;i:2;i:1;i:1;i:7;}s:5:\"added\";s:10:\"2018-10-24\";s:3:\"url\";s:20:\"https://wpreset.com/\";s:7:\"package\";s:85:\"https://dashboard.wpreset.com/wp-content/uploads/2020/09/wp-reset-pro-v566-gdrive.zip\";s:13:\"download_link\";s:85:\"https://dashboard.wpreset.com/wp-content/uploads/2020/09/wp-reset-pro-v566-gdrive.zip\";s:14:\"upgrade_notice\";s:26:\"See changelog for details.\";s:7:\"banners\";a:1:{s:3:\"low\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=1807800\";}s:5:\"icons\";a:4:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1797141\";s:2:\"1x\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"svg\";s:0:\"\";}s:8:\"sections\";a:1:{s:9:\"changelog\";s:5340:\"<strong>v5.66</strong> - 2020-09-22<ul><li>Updated Google Drive API</li></ul><strong>v5.65</strong> - 2020-09-20<ul><li>Exported snapshot ZIPs will be deleted from the website when the snapshot is deleted</li></ul><strong>v5.64</strong> - 2020-09-18<ul>\r\n<li>Performance improvements and tweaks</li>\r\n<li>Compatibility fixes</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.63</strong> - 2020-09-08<ul>\r\n<li>Added support for Icedrive</li>\r\n<li>Various tweaks and fixes</li>\r\n</ul><strong>v5.62</strong> - 2020-09-02<ul><li>Tweaks and bug fixes</li></ul><strong>v5.59</strong> - 2020-08-14<ul><li>Admin bar menu bug fix</li></ul><strong>v5.58</strong> - 2020-08-09<ul><li>WordPress 5.5 update</li></ul><strong>v5.57</strong> - 2020-07-09<ul>\r\n<li>Added automatic upload option for user created snapshots</li>\r\n<li>Added option to automatically delete snapshots after they are uploaded to cloud</li>\r\n<li>When the White Label option is activated, license keys are hidden and collections editing is disabled</li>\r\n</ul><strong>v5.56</strong> - 2020-06-15<ul><li>Added HTML Support for Collection Item Description</li></ul><strong>v5.55</strong> - 2020-06-15<ul>\r\n<li>Custom Support / Branding Text can now be added for licenses in Dashboard and it will be displayed in the Support tab when White label is active</li>\r\n<li>License key is now always hidden after activation</li>\r\n</ul><strong>v5.50</strong> - 2020-06-01<ul><li>Database Bug Fix and Tweaks</li></ul><strong>v5.49</strong> - 2020-05-25<ul><li>pCloud API updates</li></ul><strong>v5.48</strong> - 2020-05-12<ul><li>Added warning if PHP ZipArchive extension is disabled or missing</li><li>Tweaks and minor bug fixes</li></ul><strong>v5.47</strong> - 2020-05-08<ul>\r\n<li>Added option to optimize tables before creating snapshots</li>\r\n<li>Added option to throttle AJAX requests</li>\r\n<li>fixed wp-cli bug</li>\r\n</ul><strong>v5.46</strong> - 2020-05-04<ul>\r\n<li>Google Drive cloud tweaks</li>\r\n<li>Improved support for long table names</li>\r\n</ul><strong>v5.45</strong> - 2020-05-03<ul><li>improved pCloud error handling and overall experience</li></ul><strong>v5.44</strong> - 2020-05-01<ul><li>fixed bug causing no results in plugin/theme search when adding new collection items from WordPress.org</li></ul><strong>v5.43</strong> - 2020-04-29<ul><li>bug fix</li></ul><strong>v5.42</strong> - 2020-04-29<ul><li>typo fix</li></ul><strong>v5.41</strong> - 2020-04-26<ul><li>Freemius license activation fix</li></ul><strong>v5.40</strong> - 2020-04-25<ul>\r\n<li>Bug fixes</li>\r\n</ul><strong>v5.33</strong> - 2020-04-12<ul>\r\n<li>Improved Emergency Recovery GUI, new section for WordPress Information</li>\r\n<li>Added button to update Emergency Recovery to latest version</li>\r\n<li>Fixed issue with Collection items license keys not being saved properly in some cases</li>\r\n<li>Delete .htaccess tool: Added button to restore .htaccess to default</li>\r\n<li>New tool: Reset User Roles</li>\r\n<li>Tweaks and minor bug fixes</li>\r\n</ul><strong>v5.32</strong> - 2020-04-06<ul><li>Added automatic license activation for Oxygen plugins</li></ul><strong>v5.31</strong> - 2020-03-21<ul><li>Fixed White Label bug</li></ul><strong>v5.30</strong> - 2020-03-20<ul>\r\n<li>started using the new dashboard to handle licenses</li>\r\n</ul>\r\n<strong>v5.26</strong> - 2020-03-12<ul><li>Added pCloud Support</li><li>Added automatic license activation for Advanced Custom Fields</li><li>Bug Fixes</li></ul><strong>v5.24</strong> - 2020-02-19<ul><li>Added automatic license activation for WebFactory plugins, Freemius plugins as well as Ninja Tables PRO, SEOpress PRO and the Astra Pro Addon Plugin</li><li>Bug fixes</li></ul><strong>v5.23</strong> - 2020-01-30<ul><li>Added support for long lincense keys for collection items</li><li>Fixed install issues with some collection themes</li></ul><strong>v5.22</strong> - 2020-01-29<ul><li>Fixed sometimes not reading plugin information correctly when adding a ZIP to collection</li><li>Fixed active cloud setting sometimes being set to Disabled when saving settings</li><li>Minor tweaks and bug fixes</li></ul><strong>v5.21</strong> - 2020-01-28<ul><li>Timezone bug fix</li></ul><strong>v5.20</strong> - 2020-01-27<ul><li>added mandatory password for emergency recovery script</li><li>fixed a lot of bugs</li><li>enabled snapshots cloud storage on Dropbox, Google Drive and WP Reset Cloud</li><li>enabled support for premium plugins (via ZIP archive) in collections</li><li>added support for license keys for premium plugins (only storage for now, not activation)</li></ul><strong>v5.17</strong> - 2020-01-12<ul><li>Preparations for cloud features coming out by January 28th</li><li>Keep timezone when resetting</li><li>Moved Snapshot Settings to Settings tab</li><li>Minor bug fixes</li></ul><strong>v5.15</strong> - 2019-11-26<ul><li>Added Delete MU Plugins & Drop-ins Tool</li><li>Added delete snapshots button</li><li>Added White-label option for Agency Licenses</li><li>Tweaks and bug fixes</li></ul><strong>v5.13</strong> - 2019-11-23<ul><li>Tweaks and Bug Fixes</li></ul><strong>v5.12</strong> - 2019-11-19<ul><li>CSS Bug Fix</li></ul><strong>v5.11</strong> - 2019-11-18<ul><li>First official pro  release</li></ul><strong>v5.01</strong> - 2019-11-17<ul><li>Test beta update</li></ul><strong>v5.00</strong> - 2019-11-17<ul><li>First public beta release</li></ul>\";}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.6\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{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:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:21:\"wp-reset/wp-reset.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/wp-reset\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:11:\"new_version\";s:4:\"1.80\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/wp-reset/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/wp-reset.1.80.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-256x256.png?rev=1906468\";s:2:\"1x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1906468\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=2163880\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-reset/assets/banner-772x250.png?rev=2163880\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/wpvivid-backuprestore\";s:4:\"slug\";s:21:\"wpvivid-backuprestore\";s:6:\"plugin\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:11:\"new_version\";s:6:\"0.9.46\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/wpvivid-backuprestore/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/wpvivid-backuprestore.0.9.46.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-256x256.png?rev=2086438\";s:2:\"1x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-128x128.png?rev=2086438\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-1544x500.png?rev=2086438\";s:2:\"1x\";s:76:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-772x250.png?rev=2086438\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `irxuti_wpk0_postmeta`
--

CREATE TABLE `irxuti_wpk0_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `irxuti_wpk0_postmeta`
--

INSERT INTO `irxuti_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(7, 7, '_wp_attached_file', '2020/09/prosportsfoundation.com_wpvivid-5f62c63fbca5e_2020-09-17-02-13_backup_all.zip'),
(8, 7, '_wp_attachment_context', 'upgrader');

-- --------------------------------------------------------

--
-- Table structure for table `irxuti_wpk0_posts`
--

CREATE TABLE `irxuti_wpk0_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `irxuti_wpk0_posts`
--

INSERT INTO `irxuti_wpk0_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, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?p=1', 0, 'post', '', 1),
(2, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- 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://newgen.stun.tech/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=2', 0, 'page', '', 0),
(3, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://newgen.stun.tech.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>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>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 we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=3', 0, 'page', '', 0),
(4, 1, '2020-09-23 17:14:04', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2020-09-23 17:14:04', '0000-00-00 00:00:00', '', 0, 'https://newgen.stun.tech/?p=4', 0, 'post', '', 0),
(7, 1, '2020-09-23 17:20:40', '2020-09-23 17:20:40', 'https://newgen.stun.tech/wp-content/uploads/2020/09/prosportsfoundation.com_wpvivid-5f62c63fbca5e_2020-09-17-02-13_backup_all.zip', 'prosportsfoundation.com_wpvivid-5f62c63fbca5e_2020-09-17-02-13_backup_all.zip', '', 'private', 'open', 'closed', '', 'prosportsfoundation-com_wpvivid-5f62c63fbca5e_2020-09-17-02-13_backup_all-zip', '', '', '2020-09-23 17:20:40', '2020-09-23 17:20:40', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/prosportsfoundation.com_wpvivid-5f62c63fbca5e_2020-09-17-02-13_backup_all.zip', 0, 'attachment', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `irxuti_wpk0_termmeta`
--

CREATE TABLE `irxuti_wpk0_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `irxuti_wpk0_terms`
--

CREATE TABLE `irxuti_wpk0_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `irxuti_wpk0_terms`
--

INSERT INTO `irxuti_wpk0_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0);

-- --------------------------------------------------------

--
-- Table structure for table `irxuti_wpk0_term_relationships`
--

CREATE TABLE `irxuti_wpk0_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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `irxuti_wpk0_term_relationships`
--

INSERT INTO `irxuti_wpk0_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `irxuti_wpk0_term_taxonomy`
--

CREATE TABLE `irxuti_wpk0_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `irxuti_wpk0_term_taxonomy`
--

INSERT INTO `irxuti_wpk0_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `irxuti_wpk0_usermeta`
--

CREATE TABLE `irxuti_wpk0_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `irxuti_wpk0_usermeta`
--

INSERT INTO `irxuti_wpk0_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'Newgen'),
(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, 'wpk0_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpk0_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"da35225b6a1eb749cd7e3fcdac029248bcdc4efb0e76090f36137f32aa8f6e79\";a:4:{s:10:\"expiration\";i:1601054043;s:2:\"ip\";s:14:\"106.51.241.220\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36\";s:5:\"login\";i:1600881243;}}'),
(17, 1, 'wpk0_dashboard_quick_press_last_post_id', '4'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"106.51.241.0\";}');

-- --------------------------------------------------------

--
-- Table structure for table `irxuti_wpk0_users`
--

CREATE TABLE `irxuti_wpk0_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `irxuti_wpk0_users`
--

INSERT INTO `irxuti_wpk0_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'Newgen', '$P$BsyKzp0O5rfYV29.SxEoWtMaK/jR8i.', 'Newgen', 'admin@stun.tech', 'https://newgen.stun.tech', '2020-09-23 17:05:56', '', 0, 'Newgen');

-- --------------------------------------------------------

--
-- Table structure for table `irxuti_wpk0_wpvivid_scan_result`
--

CREATE TABLE `irxuti_wpk0_wpvivid_scan_result` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `from_post` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `irxuti_wpk0_wpvivid_unused_uploads_files`
--

CREATE TABLE `irxuti_wpk0_wpvivid_unused_uploads_files` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `folder` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `kmintr_wpk0_commentmeta`
--

CREATE TABLE `kmintr_wpk0_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `kmintr_wpk0_comments`
--

CREATE TABLE `kmintr_wpk0_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `kmintr_wpk0_comments`
--

INSERT INTO `kmintr_wpk0_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/', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `kmintr_wpk0_links`
--

CREATE TABLE `kmintr_wpk0_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_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_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `kmintr_wpk0_options`
--

CREATE TABLE `kmintr_wpk0_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `kmintr_wpk0_options`
--

INSERT INTO `kmintr_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://newgen.stun.tech', 'yes'),
(2, 'home', 'https://newgen.stun.tech', 'yes'),
(3, 'blogname', 'Newgen', 'yes'),
(4, 'blogdescription', 'Newgen', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@stun.tech', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:97:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=21&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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:5:{i:0;s:24:\"header-footer/plugin.php\";i:1;s:20:\"oxygen/functions.php\";i:2;s:21:\"wp-reset/wp-reset.php\";i:3;s:41:\"wpvivid-backup-pro/wpvivid-backup-pro.php\";i:4;s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'twentytwenty', 'yes'),
(41, 'stylesheet', 'twentytwenty', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '48748', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i: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:1:{s:21:\"wp-reset/wp-reset.php\";a:2:{i:0;s:8:\"WP_Reset\";i:1;s:16:\"uninstall_plugin\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '21', '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', '1616432756', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'initial_db_version', '48748', 'yes'),
(96, 'wpk0_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(97, 'fresh_site', '0', 'yes'),
(98, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'sidebars_widgets', 'a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(104, 'cron', 'a:6:{i:1612595157;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:1612631156;a:4:{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: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:1612631644;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: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:1612632271;a:1:{s:24:\"wpvivid_pro_update_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:1613063156;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'),
(105, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'recovery_keys', 'a:0:{}', 'yes'),
(116, 'theme_mods_twentytwenty', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(1536, '_site_transient_timeout_theme_roots', '1612595599', 'no'),
(1537, '_site_transient_theme_roots', 'a:3:{s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}', 'no'),
(1538, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1612594029;s:7:\"checked\";a:3:{s:14:\"twentynineteen\";s:3:\"1.7\";s:15:\"twentyseventeen\";s:3:\"2.4\";s:12:\"twentytwenty\";s:3:\"1.5\";}s:8:\"response\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.9.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.6.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(198, 'wp-reset', 'a:4:{s:7:\"options\";a:19:{s:15:\"tools_snapshots\";b:1;s:16:\"events_snapshots\";b:1;s:20:\"snapshots_autoupload\";b:0;s:24:\"autosnapshots_autoupload\";b:0;s:23:\"snapshots_upload_delete\";b:0;s:19:\"scheduled_snapshots\";b:0;s:15:\"prune_snapshots\";b:0;s:23:\"prune_snapshots_details\";s:6:\"days-5\";s:18:\"adminbar_snapshots\";b:1;s:15:\"optimize_tables\";b:0;s:13:\"throttle_ajax\";b:0;s:12:\"fix_datetime\";b:0;s:21:\"ajax_snapshots_export\";b:0;s:15:\"cloud_snapshots\";b:0;s:15:\"onboarding_done\";b:1;s:10:\"whitelabel\";b:0;s:5:\"debug\";b:0;s:13:\"cloud_service\";s:4:\"none\";s:10:\"cloud_data\";a:1:{s:8:\"icedrive\";b:0;}}s:4:\"meta\";a:3:{s:13:\"first_version\";s:4:\"5.65\";s:13:\"first_install\";i:1600881446;s:11:\"reset_count\";i:0;}s:17:\"dismissed_notices\";a:1:{s:7:\"welcome\";b:1;}s:12:\"autouploader\";a:0:{}}', 'yes'),
(1522, '_site_transient_timeout_php_check_6a93f292d9a273c004fc36e1f86d97b3', '1613097022', 'no'),
(1523, '_site_transient_php_check_6a93f292d9a273c004fc36e1f86d97b3', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(654, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:15:\"admin@stun.tech\";s:7:\"version\";s:5:\"5.5.3\";s:9:\"timestamp\";i:1604121746;}', 'no'),
(661, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.6-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.6-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1612593999;s:15:\"version_checked\";s:5:\"5.5.3\";s:12:\"translations\";a:0:{}}', 'no'),
(1532, '_transient_doing_cron', '1612593796.3572471141815185546875', 'yes'),
(1557, '_transient_timeout_wf_plugin_update_wpr', '1612594172', 'no'),
(1558, '_transient_wf_plugin_update_wpr', 'a:2:{s:7:\"success\";b:1;s:4:\"data\";a:23:{s:4:\"name\";s:12:\"WP Reset PRO\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:6:\"author\";s:59:\"<a href=\"https://www.webfactoryltd.com/\">WebFactory Ltd</a>\";s:11:\"new_version\";s:4:\"5.80\";s:7:\"version\";s:4:\"5.80\";s:8:\"homepage\";s:20:\"https://wpreset.com/\";s:12:\"last_updated\";s:19:\"2021-02-01 09:47:08\";s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:4:\"5.60\";s:4:\"tags\";s:64:\"reset, reset database, reset wordpress database, wordpress-reset\";s:15:\"active_installs\";s:6:\"200000\";s:6:\"rating\";s:3:\"100\";s:11:\"num_ratings\";s:3:\"288\";s:7:\"ratings\";a:5:{i:5;i:277;i:4;i:2;i:3;i:1;i:2;i:1;i:1;i:7;}s:5:\"added\";s:10:\"2018-10-24\";s:3:\"url\";s:20:\"https://wpreset.com/\";s:7:\"package\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:13:\"download_link\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:14:\"upgrade_notice\";s:26:\"See changelog for details.\";s:7:\"banners\";a:1:{s:3:\"low\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=1807800\";}s:5:\"icons\";a:4:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1797141\";s:2:\"1x\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"svg\";s:0:\"\";}s:8:\"sections\";a:1:{s:9:\"changelog\";s:6523:\"<strong>v5.80</strong> - 2021-02-01<ul><li>Minor Tweaks</li></ul><strong>v5.79</strong> - 2021-01-13<ul><li>Fixed snapshot export compatibility issues</li></ul><strong>v5.78</strong> - 2020-12-19<ul><li>Compatibility fixes</li></ul><strong>v5.77</strong> - 2020-12-17<ul>\r\n<li>Compatibility improvements</li>\r\n<li>Various minor tweaks</li>\r\n</ul><strong>v5.73</strong> - 2020-12-08<ul><li>WordPress 5.6 update</li></ul><strong>v5.72</strong> - 2020-12-05<ul><li>Added support for pCloud EU</li></ul><strong>v5.71</strong> - 2020-11-30<ul><li>Compatibility with extended ascii characters in Site Title</li></ul><strong>v5.70</strong> - 2020-11-28<ul><li>Typo fix</li></ul><strong>v5.69</strong> - 2020-11-27<ul><li>Fixed Database usage space alert bug</li></ul><strong>v5.68</strong> - 2020-11-26<ul><li>Fixed Snapshot Size Alert option sometimes not being saved</li></ul><strong>v5.67</strong> - 2020-11-21<ul>\r\n<li>Added select checkboxes for snapshots and bulk delete of selected snapshots</li>\r\n<li>Automatic license activation for 301 Redirects PRO</li>\r\n<li>Debugger log improvements</li>\r\n<li>Tweaked upload of automatic snapshots to cloud</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.66</strong> - 2020-09-22<ul><li>Updated Google Drive API</li></ul><strong>v5.65</strong> - 2020-09-20<ul><li>Exported snapshot ZIPs will be deleted from the website when the snapshot is deleted</li></ul><strong>v5.64</strong> - 2020-09-18<ul>\r\n<li>Performance improvements and tweaks</li>\r\n<li>Compatibility fixes</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.63</strong> - 2020-09-08<ul>\r\n<li>Added support for Icedrive</li>\r\n<li>Various tweaks and fixes</li>\r\n</ul><strong>v5.62</strong> - 2020-09-02<ul><li>Tweaks and bug fixes</li></ul><strong>v5.59</strong> - 2020-08-14<ul><li>Admin bar menu bug fix</li></ul><strong>v5.58</strong> - 2020-08-09<ul><li>WordPress 5.5 update</li></ul><strong>v5.57</strong> - 2020-07-09<ul>\r\n<li>Added automatic upload option for user created snapshots</li>\r\n<li>Added option to automatically delete snapshots after they are uploaded to cloud</li>\r\n<li>When the White Label option is activated, license keys are hidden and collections editing is disabled</li>\r\n</ul><strong>v5.56</strong> - 2020-06-15<ul><li>Added HTML Support for Collection Item Description</li></ul><strong>v5.55</strong> - 2020-06-15<ul>\r\n<li>Custom Support / Branding Text can now be added for licenses in Dashboard and it will be displayed in the Support tab when White label is active</li>\r\n<li>License key is now always hidden after activation</li>\r\n</ul><strong>v5.50</strong> - 2020-06-01<ul><li>Database Bug Fix and Tweaks</li></ul><strong>v5.49</strong> - 2020-05-25<ul><li>pCloud API updates</li></ul><strong>v5.48</strong> - 2020-05-12<ul><li>Added warning if PHP ZipArchive extension is disabled or missing</li><li>Tweaks and minor bug fixes</li></ul><strong>v5.47</strong> - 2020-05-08<ul>\r\n<li>Added option to optimize tables before creating snapshots</li>\r\n<li>Added option to throttle AJAX requests</li>\r\n<li>fixed wp-cli bug</li>\r\n</ul><strong>v5.46</strong> - 2020-05-04<ul>\r\n<li>Google Drive cloud tweaks</li>\r\n<li>Improved support for long table names</li>\r\n</ul><strong>v5.45</strong> - 2020-05-03<ul><li>improved pCloud error handling and overall experience</li></ul><strong>v5.44</strong> - 2020-05-01<ul><li>fixed bug causing no results in plugin/theme search when adding new collection items from WordPress.org</li></ul><strong>v5.43</strong> - 2020-04-29<ul><li>bug fix</li></ul><strong>v5.42</strong> - 2020-04-29<ul><li>typo fix</li></ul><strong>v5.41</strong> - 2020-04-26<ul><li>Freemius license activation fix</li></ul><strong>v5.40</strong> - 2020-04-25<ul>\r\n<li>Bug fixes</li>\r\n</ul><strong>v5.33</strong> - 2020-04-12<ul>\r\n<li>Improved Emergency Recovery GUI, new section for WordPress Information</li>\r\n<li>Added button to update Emergency Recovery to latest version</li>\r\n<li>Fixed issue with Collection items license keys not being saved properly in some cases</li>\r\n<li>Delete .htaccess tool: Added button to restore .htaccess to default</li>\r\n<li>New tool: Reset User Roles</li>\r\n<li>Tweaks and minor bug fixes</li>\r\n</ul><strong>v5.32</strong> - 2020-04-06<ul><li>Added automatic license activation for Oxygen plugins</li></ul><strong>v5.31</strong> - 2020-03-21<ul><li>Fixed White Label bug</li></ul><strong>v5.30</strong> - 2020-03-20<ul>\r\n<li>started using the new dashboard to handle licenses</li>\r\n</ul>\r\n<strong>v5.26</strong> - 2020-03-12<ul><li>Added pCloud Support</li><li>Added automatic license activation for Advanced Custom Fields</li><li>Bug Fixes</li></ul><strong>v5.24</strong> - 2020-02-19<ul><li>Added automatic license activation for WebFactory plugins, Freemius plugins as well as Ninja Tables PRO, SEOpress PRO and the Astra Pro Addon Plugin</li><li>Bug fixes</li></ul><strong>v5.23</strong> - 2020-01-30<ul><li>Added support for long lincense keys for collection items</li><li>Fixed install issues with some collection themes</li></ul><strong>v5.22</strong> - 2020-01-29<ul><li>Fixed sometimes not reading plugin information correctly when adding a ZIP to collection</li><li>Fixed active cloud setting sometimes being set to Disabled when saving settings</li><li>Minor tweaks and bug fixes</li></ul><strong>v5.21</strong> - 2020-01-28<ul><li>Timezone bug fix</li></ul><strong>v5.20</strong> - 2020-01-27<ul><li>added mandatory password for emergency recovery script</li><li>fixed a lot of bugs</li><li>enabled snapshots cloud storage on Dropbox, Google Drive and WP Reset Cloud</li><li>enabled support for premium plugins (via ZIP archive) in collections</li><li>added support for license keys for premium plugins (only storage for now, not activation)</li></ul><strong>v5.17</strong> - 2020-01-12<ul><li>Preparations for cloud features coming out by January 28th</li><li>Keep timezone when resetting</li><li>Moved Snapshot Settings to Settings tab</li><li>Minor bug fixes</li></ul><strong>v5.15</strong> - 2019-11-26<ul><li>Added Delete MU Plugins & Drop-ins Tool</li><li>Added delete snapshots button</li><li>Added White-label option for Agency Licenses</li><li>Tweaks and bug fixes</li></ul><strong>v5.13</strong> - 2019-11-23<ul><li>Tweaks and Bug Fixes</li></ul><strong>v5.12</strong> - 2019-11-19<ul><li>CSS Bug Fix</li></ul><strong>v5.11</strong> - 2019-11-18<ul><li>First official pro  release</li></ul><strong>v5.01</strong> - 2019-11-17<ul><li>Test beta update</li></ul><strong>v5.00</strong> - 2019-11-17<ul><li>First public beta release</li></ul>\";}}}', 'no'),
(570, 'hefo', 'a:75:{s:4:\"head\";s:407:\"<script>\r\n    Userback = window.Userback || {};\r\n    Userback.access_token = \'5274|20165|vjvucuLRKroUIMS3PbbdovUtgeWNbItVTqsVo83jSUx14nD8ri\';\r\n    (function(id) {\r\n        var s = document.createElement(\'script\');\r\n        s.async = 1;s.src = \'https://static.userback.io/widget/v1.js\';\r\n        var parent_node = document.head || document.body;parent_node.appendChild(s);\r\n    })(\'userback-sdk\');\r\n</script>\";s:9:\"head_home\";s:0:\"\";s:4:\"body\";s:0:\"\";s:11:\"mobile_body\";s:0:\"\";s:6:\"footer\";s:0:\"\";s:13:\"mobile_footer\";s:0:\"\";s:13:\"generic_tag_1\";s:0:\"\";s:9:\"generic_1\";s:0:\"\";s:16:\"mobile_generic_1\";s:0:\"\";s:13:\"generic_tag_2\";s:0:\"\";s:9:\"generic_2\";s:0:\"\";s:16:\"mobile_generic_2\";s:0:\"\";s:13:\"generic_tag_3\";s:0:\"\";s:9:\"generic_3\";s:0:\"\";s:16:\"mobile_generic_3\";s:0:\"\";s:13:\"generic_tag_4\";s:0:\"\";s:9:\"generic_4\";s:0:\"\";s:16:\"mobile_generic_4\";s:0:\"\";s:13:\"generic_tag_5\";s:0:\"\";s:9:\"generic_5\";s:0:\"\";s:16:\"mobile_generic_5\";s:0:\"\";s:6:\"before\";s:0:\"\";s:13:\"mobile_before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:12:\"mobile_after\";s:0:\"\";s:11:\"inner_pos_1\";s:5:\"after\";s:11:\"inner_tag_1\";s:0:\"\";s:12:\"inner_skip_1\";s:1:\"0\";s:11:\"inner_alt_1\";s:0:\"\";s:7:\"inner_1\";s:0:\"\";s:14:\"mobile_inner_1\";s:0:\"\";s:11:\"inner_pos_2\";s:5:\"after\";s:11:\"inner_tag_2\";s:0:\"\";s:12:\"inner_skip_2\";s:1:\"0\";s:11:\"inner_alt_2\";s:0:\"\";s:7:\"inner_2\";s:0:\"\";s:14:\"mobile_inner_2\";s:0:\"\";s:11:\"inner_pos_3\";s:5:\"after\";s:11:\"inner_tag_3\";s:0:\"\";s:12:\"inner_skip_3\";s:1:\"0\";s:11:\"inner_alt_3\";s:0:\"\";s:7:\"inner_3\";s:0:\"\";s:14:\"mobile_inner_3\";s:0:\"\";s:11:\"inner_pos_4\";s:5:\"after\";s:11:\"inner_tag_4\";s:0:\"\";s:12:\"inner_skip_4\";s:1:\"0\";s:11:\"inner_alt_4\";s:0:\"\";s:7:\"inner_4\";s:0:\"\";s:14:\"mobile_inner_4\";s:0:\"\";s:11:\"inner_pos_5\";s:5:\"after\";s:11:\"inner_tag_5\";s:0:\"\";s:12:\"inner_skip_5\";s:1:\"0\";s:11:\"inner_alt_5\";s:0:\"\";s:7:\"inner_5\";s:0:\"\";s:14:\"mobile_inner_5\";s:0:\"\";s:11:\"page_before\";s:0:\"\";s:18:\"mobile_page_before\";s:0:\"\";s:10:\"page_after\";s:0:\"\";s:17:\"mobile_page_after\";s:0:\"\";s:14:\"excerpt_before\";s:0:\"\";s:13:\"excerpt_after\";s:0:\"\";s:8:\"amp_head\";s:0:\"\";s:7:\"amp_css\";s:0:\"\";s:8:\"amp_body\";s:0:\"\";s:15:\"amp_post_before\";s:0:\"\";s:14:\"amp_post_after\";s:0:\"\";s:10:\"amp_footer\";s:0:\"\";s:9:\"snippet_1\";s:0:\"\";s:9:\"snippet_2\";s:0:\"\";s:9:\"snippet_3\";s:0:\"\";s:9:\"snippet_4\";s:0:\"\";s:9:\"snippet_5\";s:0:\"\";s:18:\"mobile_user_agents\";s:38:\"phone\niphone\nipod\nandroid.+mobile\nxoom\";s:5:\"notes\";s:0:\"\";s:25:\"mobile_user_agents_parsed\";s:38:\"phone|iphone|ipod|android.+mobile|xoom\";}', 'yes');
INSERT INTO `kmintr_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1539, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1612594053;s:7:\"checked\";a:7:{s:19:\"akismet/akismet.php\";s:5:\"4.1.7\";s:24:\"header-footer/plugin.php\";s:5:\"3.2.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:20:\"oxygen/functions.php\";s:3:\"3.5\";s:21:\"wp-reset/wp-reset.php\";s:4:\"5.66\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:6:\"0.9.46\";s:41:\"wpvivid-backup-pro/wpvivid-backup-pro.php\";s:6:\"1.9.21\";}s:8:\"response\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/wpvivid-backuprestore\";s:4:\"slug\";s:21:\"wpvivid-backuprestore\";s:6:\"plugin\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:11:\"new_version\";s:6:\"0.9.49\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/wpvivid-backuprestore/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/wpvivid-backuprestore.0.9.49.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-256x256.png?rev=2086438\";s:2:\"1x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-128x128.png?rev=2086438\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-1544x500.png?rev=2086438\";s:2:\"1x\";s:76:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-772x250.png?rev=2086438\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:21:\"wp-reset/wp-reset.php\";O:8:\"stdClass\":23:{s:4:\"name\";s:12:\"WP Reset PRO\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:6:\"author\";s:59:\"<a href=\"https://www.webfactoryltd.com/\">WebFactory Ltd</a>\";s:11:\"new_version\";s:4:\"5.80\";s:7:\"version\";s:4:\"5.80\";s:8:\"homepage\";s:20:\"https://wpreset.com/\";s:12:\"last_updated\";s:19:\"2021-02-01 09:47:08\";s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:4:\"5.60\";s:4:\"tags\";s:64:\"reset, reset database, reset wordpress database, wordpress-reset\";s:15:\"active_installs\";s:6:\"200000\";s:6:\"rating\";s:3:\"100\";s:11:\"num_ratings\";s:3:\"288\";s:7:\"ratings\";a:5:{i:5;i:277;i:4;i:2;i:3;i:1;i:2;i:1;i:1;i:7;}s:5:\"added\";s:10:\"2018-10-24\";s:3:\"url\";s:20:\"https://wpreset.com/\";s:7:\"package\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:13:\"download_link\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:14:\"upgrade_notice\";s:26:\"See changelog for details.\";s:7:\"banners\";a:1:{s:3:\"low\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=1807800\";}s:5:\"icons\";a:4:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1797141\";s:2:\"1x\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"svg\";s:0:\"\";}s:8:\"sections\";a:1:{s:9:\"changelog\";s:6523:\"<strong>v5.80</strong> - 2021-02-01<ul><li>Minor Tweaks</li></ul><strong>v5.79</strong> - 2021-01-13<ul><li>Fixed snapshot export compatibility issues</li></ul><strong>v5.78</strong> - 2020-12-19<ul><li>Compatibility fixes</li></ul><strong>v5.77</strong> - 2020-12-17<ul>\r\n<li>Compatibility improvements</li>\r\n<li>Various minor tweaks</li>\r\n</ul><strong>v5.73</strong> - 2020-12-08<ul><li>WordPress 5.6 update</li></ul><strong>v5.72</strong> - 2020-12-05<ul><li>Added support for pCloud EU</li></ul><strong>v5.71</strong> - 2020-11-30<ul><li>Compatibility with extended ascii characters in Site Title</li></ul><strong>v5.70</strong> - 2020-11-28<ul><li>Typo fix</li></ul><strong>v5.69</strong> - 2020-11-27<ul><li>Fixed Database usage space alert bug</li></ul><strong>v5.68</strong> - 2020-11-26<ul><li>Fixed Snapshot Size Alert option sometimes not being saved</li></ul><strong>v5.67</strong> - 2020-11-21<ul>\r\n<li>Added select checkboxes for snapshots and bulk delete of selected snapshots</li>\r\n<li>Automatic license activation for 301 Redirects PRO</li>\r\n<li>Debugger log improvements</li>\r\n<li>Tweaked upload of automatic snapshots to cloud</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.66</strong> - 2020-09-22<ul><li>Updated Google Drive API</li></ul><strong>v5.65</strong> - 2020-09-20<ul><li>Exported snapshot ZIPs will be deleted from the website when the snapshot is deleted</li></ul><strong>v5.64</strong> - 2020-09-18<ul>\r\n<li>Performance improvements and tweaks</li>\r\n<li>Compatibility fixes</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.63</strong> - 2020-09-08<ul>\r\n<li>Added support for Icedrive</li>\r\n<li>Various tweaks and fixes</li>\r\n</ul><strong>v5.62</strong> - 2020-09-02<ul><li>Tweaks and bug fixes</li></ul><strong>v5.59</strong> - 2020-08-14<ul><li>Admin bar menu bug fix</li></ul><strong>v5.58</strong> - 2020-08-09<ul><li>WordPress 5.5 update</li></ul><strong>v5.57</strong> - 2020-07-09<ul>\r\n<li>Added automatic upload option for user created snapshots</li>\r\n<li>Added option to automatically delete snapshots after they are uploaded to cloud</li>\r\n<li>When the White Label option is activated, license keys are hidden and collections editing is disabled</li>\r\n</ul><strong>v5.56</strong> - 2020-06-15<ul><li>Added HTML Support for Collection Item Description</li></ul><strong>v5.55</strong> - 2020-06-15<ul>\r\n<li>Custom Support / Branding Text can now be added for licenses in Dashboard and it will be displayed in the Support tab when White label is active</li>\r\n<li>License key is now always hidden after activation</li>\r\n</ul><strong>v5.50</strong> - 2020-06-01<ul><li>Database Bug Fix and Tweaks</li></ul><strong>v5.49</strong> - 2020-05-25<ul><li>pCloud API updates</li></ul><strong>v5.48</strong> - 2020-05-12<ul><li>Added warning if PHP ZipArchive extension is disabled or missing</li><li>Tweaks and minor bug fixes</li></ul><strong>v5.47</strong> - 2020-05-08<ul>\r\n<li>Added option to optimize tables before creating snapshots</li>\r\n<li>Added option to throttle AJAX requests</li>\r\n<li>fixed wp-cli bug</li>\r\n</ul><strong>v5.46</strong> - 2020-05-04<ul>\r\n<li>Google Drive cloud tweaks</li>\r\n<li>Improved support for long table names</li>\r\n</ul><strong>v5.45</strong> - 2020-05-03<ul><li>improved pCloud error handling and overall experience</li></ul><strong>v5.44</strong> - 2020-05-01<ul><li>fixed bug causing no results in plugin/theme search when adding new collection items from WordPress.org</li></ul><strong>v5.43</strong> - 2020-04-29<ul><li>bug fix</li></ul><strong>v5.42</strong> - 2020-04-29<ul><li>typo fix</li></ul><strong>v5.41</strong> - 2020-04-26<ul><li>Freemius license activation fix</li></ul><strong>v5.40</strong> - 2020-04-25<ul>\r\n<li>Bug fixes</li>\r\n</ul><strong>v5.33</strong> - 2020-04-12<ul>\r\n<li>Improved Emergency Recovery GUI, new section for WordPress Information</li>\r\n<li>Added button to update Emergency Recovery to latest version</li>\r\n<li>Fixed issue with Collection items license keys not being saved properly in some cases</li>\r\n<li>Delete .htaccess tool: Added button to restore .htaccess to default</li>\r\n<li>New tool: Reset User Roles</li>\r\n<li>Tweaks and minor bug fixes</li>\r\n</ul><strong>v5.32</strong> - 2020-04-06<ul><li>Added automatic license activation for Oxygen plugins</li></ul><strong>v5.31</strong> - 2020-03-21<ul><li>Fixed White Label bug</li></ul><strong>v5.30</strong> - 2020-03-20<ul>\r\n<li>started using the new dashboard to handle licenses</li>\r\n</ul>\r\n<strong>v5.26</strong> - 2020-03-12<ul><li>Added pCloud Support</li><li>Added automatic license activation for Advanced Custom Fields</li><li>Bug Fixes</li></ul><strong>v5.24</strong> - 2020-02-19<ul><li>Added automatic license activation for WebFactory plugins, Freemius plugins as well as Ninja Tables PRO, SEOpress PRO and the Astra Pro Addon Plugin</li><li>Bug fixes</li></ul><strong>v5.23</strong> - 2020-01-30<ul><li>Added support for long lincense keys for collection items</li><li>Fixed install issues with some collection themes</li></ul><strong>v5.22</strong> - 2020-01-29<ul><li>Fixed sometimes not reading plugin information correctly when adding a ZIP to collection</li><li>Fixed active cloud setting sometimes being set to Disabled when saving settings</li><li>Minor tweaks and bug fixes</li></ul><strong>v5.21</strong> - 2020-01-28<ul><li>Timezone bug fix</li></ul><strong>v5.20</strong> - 2020-01-27<ul><li>added mandatory password for emergency recovery script</li><li>fixed a lot of bugs</li><li>enabled snapshots cloud storage on Dropbox, Google Drive and WP Reset Cloud</li><li>enabled support for premium plugins (via ZIP archive) in collections</li><li>added support for license keys for premium plugins (only storage for now, not activation)</li></ul><strong>v5.17</strong> - 2020-01-12<ul><li>Preparations for cloud features coming out by January 28th</li><li>Keep timezone when resetting</li><li>Moved Snapshot Settings to Settings tab</li><li>Minor bug fixes</li></ul><strong>v5.15</strong> - 2019-11-26<ul><li>Added Delete MU Plugins & Drop-ins Tool</li><li>Added delete snapshots button</li><li>Added White-label option for Agency Licenses</li><li>Tweaks and bug fixes</li></ul><strong>v5.13</strong> - 2019-11-23<ul><li>Tweaks and Bug Fixes</li></ul><strong>v5.12</strong> - 2019-11-19<ul><li>CSS Bug Fix</li></ul><strong>v5.11</strong> - 2019-11-18<ul><li>First official pro  release</li></ul><strong>v5.01</strong> - 2019-11-17<ul><li>Test beta update</li></ul><strong>v5.00</strong> - 2019-11-17<ul><li>First public beta release</li></ul>\";}}s:20:\"oxygen/functions.php\";O:8:\"stdClass\":12:{s:11:\"new_version\";s:5:\"3.6.1\";s:14:\"stable_version\";s:5:\"3.6.1\";s:4:\"name\";s:6:\"Oxygen\";s:4:\"slug\";s:9:\"functions\";s:3:\"url\";s:55:\"https://oxygenbuilder.com/downloads/oxygen/?changelog=1\";s:12:\"last_updated\";s:19:\"2020-11-20 11:21:49\";s:8:\"homepage\";s:43:\"https://oxygenbuilder.com/downloads/oxygen/\";s:7:\"package\";s:194:\"https://oxygenbuilder.com/edd-sl/package_download/MzE4OTM3NjA1Mjo3MTFiOThhMmMxODc1ZDFmOWJhYTBlNzgyOTRjZGI0Zjo2MzE6YTNmYTIwZmFiNjgyMzcwNDlmZjJmNDIzNjUxZTE2NDM6aHR0cHNALy9uZXdnZW4uc3R1bi50ZWNoOjA=\";s:13:\"download_link\";s:194:\"https://oxygenbuilder.com/edd-sl/package_download/MzE4OTM3NjA1Mjo3MTFiOThhMmMxODc1ZDFmOWJhYTBlNzgyOTRjZGI0Zjo2MzE6YTNmYTIwZmFiNjgyMzcwNDlmZjJmNDIzNjUxZTE2NDM6aHR0cHNALy9uZXdnZW4uc3R1bi50ZWNoOjA=\";s:8:\"sections\";a:2:{s:11:\"description\";s:0:\"\";s:9:\"changelog\";s:3749:\"<p><strong>Oxygen 3.6.1 - November 20th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.6 - November 6th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.5 - August 25th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.4 - July 3rd, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.3.1 - May 25th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.3 - May 5th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.2.1 - March 25th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.2 - February 26th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.1.1 - January 22nd, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.1 - November 13th</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for the changelog.</p>\n<p><strong>Oxygen 3.0.1 - September 25th</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for the changelog.</p>\n<p><strong>Oxygen 3.0 - September 2nd</strong></p>\n<p>Visit https://oxygenbuilder.com/blog/ for the changelog.</p>\n<p><strong>Oxygen 2.4.1 - July 19th</strong></p>\n<ul>\n<li>Fixed issue that caused images inserted via Media Library to stretch to full width in some cases.</li>\n<li>Fixed issue with invalid shortcode warnings being shown when special characters were used in some fields in Oxygen.</li>\n</ul>\n<p>Details at https://oxygenbuilder.com/2019/07/19/oxygen-2-4-1-now-available/.</p>\n<p><strong>Oxygen 2.4 - July 8th</strong></p>\n<p>Find changelog, video overview, and additional details at <a href=\"https://oxygenbuilder.com/2019/07/08/oxygen-2-4-now-available/\">https://oxygenbuilder.com/2019/07/08/oxygen-2-4-now-available/</a></p>\n<p><strong>Oxygen 2.3 - May 3rd</strong></p>\n<p>Find changelog, video overview, and additional details at <a href=\"https://oxygenbuilder.com/2019/05/03/oxygen-2-3-now-available/\">https://oxygenbuilder.com/2019/05/03/oxygen-2-3-now-available/</a></p>\n<p><strong>Oxygen 2.2.1 - March 15th</strong></p>\n<ul>\n<li>Fix various plugin compatibility issues related to the loading of scripts and styles</li>\n<li>Fix NextGEN Gallery plugin incompatibility issue related to GZIP compression</li>\n<li>Fix \"200\" errors while saving caused by CSS cache feature in some cases</li>\n<li>Fix bug when importing the new 2.2 design sets when running PHP 7.2</li>\n</ul>\n<p>Details at <a href=\"https://oxygenbuilder.com/2019/03/15/oxygen-2-2-1-now-available/\">https://oxygenbuilder.com/2019/03/15/oxygen-2-2-1-now-available/</a></p>\n<p><strong>Oxygen 2.2 - Feb 21st</strong></p>\n<p>Find changelog, video overview, and additional details at <a href=\"https://oxygenbuilder.com/2019/02/21/oxygen-2-2-now-available/\">https://oxygenbuilder.com/2019/02/21/oxygen-2-2-now-available/</a></p>\n<p><strong>Oxygen 2.1.2 - Dec 13th</strong></p>\n<ul>\n<li>WP 5.0.1 compatibility</li>\n</ul>\n<p><strong>Oxygen 2.1.1 - Dec 8th</strong></p>\n<ul>\n<li>WP5 compatibility</li>\n<li>Fix for Toolset\'s WP5 Compatibility Update</li>\n</ul>\n<p><strong>Oxygen 2.1 - October 19th</strong></p>\n<p>Find changelog, video overview, and additional details at <a href=\"https://oxygenbuilder.com/2018/10/19/oxygen-2-1-now-available/\">https://oxygenbuilder.com/2018/10/19/oxygen-2-1-now-available/</a></p>\n<p>&nbsp;</p>\n<p><strong>Oxygen 2.0</strong></p>\n<p>Initial 2.0 release. No backwards compatibility with 1.x. Almost a new product.</p>\n\";}s:7:\"banners\";s:41:\"a:2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}\";s:5:\"icons\";s:6:\"a:0:{}\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:24:\"header-footer/plugin.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/header-footer\";s:4:\"slug\";s:13:\"header-footer\";s:6:\"plugin\";s:24:\"header-footer/plugin.php\";s:11:\"new_version\";s:5:\"3.2.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/header-footer/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/header-footer.3.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";s:2:\"1x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/header-footer/assets/banner-772x250.png?rev=1064202\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{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:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:21:\"wp-reset/wp-reset.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/wp-reset\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:11:\"new_version\";s:4:\"1.85\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/wp-reset/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/wp-reset.1.85.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-256x256.png?rev=1906468\";s:2:\"1x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1906468\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=2163880\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-reset/assets/banner-772x250.png?rev=2163880\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(1540, '_site_transient_timeout_browser_ef8c11bbf706ecb5727a62290421c07c', '1613198711', 'no'),
(1541, '_site_transient_browser_ef8c11bbf706ecb5727a62290421c07c', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"88.0.4324.96\";s:8:\"platform\";s:9:\"Macintosh\";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'),
(1542, '_site_transient_timeout_community-events-ad68bed797607a6bf73f0bca274590d8', '1612637121', 'no'),
(1543, '_site_transient_community-events-ad68bed797607a6bf73f0bca274590d8', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"106.51.243.0\";}s:6:\"events\";a:6:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:59:\"Discussion Group: Intro to Publishing with the Block Editor\";s:3:\"url\";s:68:\"https://www.meetup.com/learn-wordpress-discussions/events/275831420/\";s:6:\"meetup\";s:27:\"Learn WordPress Discussions\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/learn-wordpress-discussions/\";s:4:\"date\";s:19:\"2021-02-10 07:00:00\";s:8:\"end_date\";s:19:\"2021-02-10 08:00:00\";s:20:\"start_unix_timestamp\";i:1612969200;s:18:\"end_unix_timestamp\";i:1612972800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.7799987792970028976924368180334568023681640625;s:9:\"longitude\";d:-122.419998168950002082056016661226749420166015625;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:31:\"WordCampIN Contributors Weekend\";s:3:\"url\";s:59:\"https://www.meetup.com/BengaluruWordPress/events/275837948/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-02-06 15:00:00\";s:8:\"end_date\";s:19:\"2021-02-07 20:00:00\";s:20:\"start_unix_timestamp\";i:1612603800;s:18:\"end_unix_timestamp\";i:1612708200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"WordCampIN Speaker Sessions\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhryccdbbc/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-02-13 15:00:00\";s:8:\"end_date\";s:19:\"2021-02-14 20:30:00\";s:20:\"start_unix_timestamp\";i:1613208600;s:18:\"end_unix_timestamp\";i:1613314800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WordCampIN Sessions\";s:3:\"url\";s:59:\"https://www.meetup.com/BengaluruWordPress/events/275838089/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-02-13 16:00:00\";s:8:\"end_date\";s:19:\"2021-02-14 20:00:00\";s:20:\"start_unix_timestamp\";i:1613212200;s:18:\"end_unix_timestamp\";i:1613313000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Meetup - Topic & Venue to be decided\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhryccfbbc/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-03-20 15:00:00\";s:8:\"end_date\";s:19:\"2021-03-20 16:30:00\";s:20:\"start_unix_timestamp\";i:1616232600;s:18:\"end_unix_timestamp\";i:1616238000;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Bengaluru, KA, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:5;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Meetup - Topic & Venue to be decided\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhryccgbwb/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-04-17 15:00:00\";s:8:\"end_date\";s:19:\"2021-04-17 16:30:00\";s:20:\"start_unix_timestamp\";i:1618651800;s:18:\"end_unix_timestamp\";i:1618657200;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Bengaluru, KA, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}}}', 'no'),
(1544, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1612637121', 'no');
INSERT INTO `kmintr_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1545, '_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:49:\"\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:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News –  – 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:\"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: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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 21:30:51 +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=5.7-beta1-50231\";s: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:57:\"\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:\"WordPress 5.6.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/02/wordpress-5-6-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 21:30:51 +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:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9574\";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:468:\"WordPress 5.6.1 is now available! This maintenance release features&#160;20 bug fixes as well as&#160;7 issues fixed for the&#160;block&#160;editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade. You can&#160;download WordPress 5.6.1 directly, or visit the&#160;Dashboard → Updates&#160;screen&#160;and click&#160;Update Now. If your sites support automatic background updates, they’ve already started the update process. WordPress [&#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:9:\"Jb Audras\";s: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:8347:\"\n<p>WordPress 5.6.1 is now available!</p>\n\n\n\n<p>This maintenance release features&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.6.1&amp;group=status&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">20 bug fixes</a> as well as&nbsp;7 issues fixed for the&nbsp;block&nbsp;editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-5.6.1.zip\">download WordPress 5.6.1 directly</a>, or visit the<strong>&nbsp;Dashboard → Updates</strong>&nbsp;screen&nbsp;and click&nbsp;<strong>Update Now</strong>. If your sites support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>WordPress 5.6.1 is a short-cycle maintenance release. The next major release will be&nbsp;<a href=\"https://make.wordpress.org/core/5-7/\">version 5.7</a>.</p>\n\n\n\n<p>To see a full list of changes, you can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.6.1&amp;group=status&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">list on Trac</a>, read the&nbsp;<a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">5.6.1 RC1</a>&nbsp;post, or visit the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-6-1/\">5.6.1 documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.6.1 release was led by <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a> and <a href=\'https://profiles.wordpress.org/whyisjake/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>whyisjake</a>. Thanks to <a href=\'https://profiles.wordpress.org/metalandcoffee/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>metalandcoffee</a> and <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a> for running bug scrubs, <a href=\'https://profiles.wordpress.org/planningwrite/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>planningwrite</a> and <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a> for their help on the release post.</p>\n\n\n\n<p>Props to everyone who helped make WordPress 5.6.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</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:4:\"9574\";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:57:\"\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:\"The Month in WordPress: January 2021\";s: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/2021/02/the-month-in-wordpress-january-2021/\";s: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, 03 Feb 2021 15:01:17 +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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9632\";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:382:\"For WordPress, 2021 started on a high note. Read on to learn about updates from last month.&#160; WordPress release updates WordPress project executive director — Josepha Haden (@chanthaboune) shared big picture goals for WordPress in 2021. Highlights include shipping&#160; Full Site Editing&#160; — first on the Gutenberg plugin in April 2021&#160; and later in core [&#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:\"Hari Shanker R\";s: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:11651:\"\n<p>For WordPress, 2021 started on a high note. Read on to learn about updates from last month.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress release updates</h2>\n\n\n\n<p>WordPress project executive director — Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">shared big picture goals for WordPress in 2021</a>. Highlights include shipping&nbsp; Full Site Editing&nbsp; — first on the Gutenberg plugin in April 2021&nbsp; and later in core (with WordPress 5.8), improved learning opportunities on learn.wordpress.org, and better tooling for contributors. As per the updated <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a>, WordPress version 5.7 is planned to launch in March 2021 and WordPress 5.8 in June 2021. Some related updates:</p>\n\n\n\n<ul><li>Contributor teams are working on <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">an updated admin color palette for WordPress 5.7</a> that will be more accessible and easy to read.&nbsp;</li><li>The Core team is working on a proposal to <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">align WordPress release cycles with industry standards</a>.&nbsp;</li><li>WordPress 5.6.1 <a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">Release Candidate 1</a> is out. This release is set to launch by<a href=\"https://make.wordpress.org/core/2021/02/02/a-week-in-core-february-1-2021/\"> February 3, 2021</a>. Questions and answers for <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">WordPress 5.6</a> are now <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">available on GitHub</a>. Contact the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel in the WordPress Slack, if you would like to contribute.</li><li>The <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> release is out! Download the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip file</a> or use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">beta tester plugin</a> to test it out.&nbsp;</li></ul>\n\n\n\n<p>Want to be involved in the next release? You can help build WordPress Core by following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a> and joining the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal to return to in-person WordPress events in safe locations</h2>\n\n\n\n<p>The Community team is <a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\">discussing an updated proposal</a> to create a decision-making checklist for meetup organizers. The proposal is aimed at locations that have more effectively contained COVID-19 (such as New Zealand and Taiwan, for instance) so that local meetup groups in these areas can organize safe, in-person events. According to the proposal, in-person meetup organizers should review local/global health instructions based on resources and complete a checklist — which recommends whether to organize an event or not based on the organizer’s inputs and other factors. Compulsory safety precautions should be taken for any in-person meetup, and participants/organizers can share event feedback with WordCamp Central. The proposal is still being discussed, so if you have any thoughts, please<a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\"> share them in the comments</a>. <strong>Please note: WordPress meetups and WordCamps are still online at this time and will continue to remain online until further notice.</strong></p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog</a>, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RQC7RN\">#community-events</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a local WordPress community event, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>.&nbsp;</p>\n\n\n\n<h2>Gutenberg 9.7 and 9.8</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">Version 9.7</a> on January 6th and <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">Version 9.8</a> on January 20th. Version 9.7 allows users to drag block patterns from the inserter right into a desired position within the editor. It also has a new block variations feature and several improvements to reusable blocks. Version 9.6 makes the spacer block semi-transparent, adds a variation icon to the block switcher, adds site editor content to an iframe, and stabilizes Full Site Editing (FSE) by removing the auto drafts feature. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can find out more about the Gutenberg roadmap in the latest <a href=\"https://make.wordpress.org/core/2021/02/01/whats-next-in-gutenberg-february-2021/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<h2>Inviting Learn WordPress Contributors</h2>\n\n\n\n<p>Contributor teams working on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> initiative are asking for <a href=\"https://learn.wordpress.org/contribute/\">new workshop presenters and discussion group facilitators</a>. The Training Team is recruiting<a href=\"https://make.wordpress.org/training/2021/01/27/learn-wordpress-working-group-call-for-handbook-volunteers/\"> volunteers for the Learn WordPress handbook</a> and has put up a <a href=\"https://make.wordpress.org/training/2021/01/29/request-for-testing-slides-plugin/\">call for testing for the slides plugin</a> to identify a simplified way to present slides. The Polyglots Team has floated a proposal to <a href=\"https://make.wordpress.org/polyglots/2021/01/13/proposal-translating-learn-wordpress/\">translate Learn WordPress</a>. The Meta Team is exploring the possibility of <a href=\"https://make.wordpress.org/meta/2021/01/03/protecting-childrens-privacy-on-wordpress-through-the-lens-of-coppa/\">making Learn WordPress (and wordpress.org) COPPA-compliant</a> to host workshops aimed at kids. </p>\n\n\n\n<p>Want to contribute to the Training team? Follow the <a href=\"https://make.wordpress.org/training/\">Training team</a> blog, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RW657Q\">#training</a> channel in the Make WordPress Slack.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">Round 1</a> of the Full Site Editing (FSE) outreach program <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">has wrapped up</a>. As a result, gaps were identified in the Gutenberg 9.6 template-switching experience &#8211; you can follow the issues in GitHub. You can follow issues in GitHub and submit questions to the team. The program identified gaps in the current template-switching experience that shipped with Gutenberg 9.6. You can follow the <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">issues reported in GitHub</a>. Do you have questions about the FSE program? You can now <a href=\"https://make.wordpress.org/test/2021/02/02/fse-program-bring-your-questions/\">submit them here as part of the outreach program</a>.</li><li><a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> — A cross-team initiative led by the Marketing team to highlight WordPress contributors is back with <a href=\"https://wordpress.org/news/2021/01/people-of-wordpress-thelma-mutete/\">a post featuring Thelma Muelte of Zimbabwe</a>. If you are an active contributor to a WordPress.org team or a local WordCamp, contact the Marketing Team with the #ContributorStory tag to be featured in the series.</li><li>Joseph Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) launched a podcast titled <a href=\"https://wordpress.org/news/2021/02/welcome-to-your-wp-briefing/\">WP Briefing</a> which is aimed at WordPress users, builders, and contributors of all levels. The podcast &#8211; which is available on all major platforms, will include overviews of WordPress philosophy, community success stories, and major updates. </li><li>The Plugin team has added a requirement that <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">plugins in the WordPress repository must not make changes to the default auto-update settings on a site</a>. The only exception to this requirement is for those plugins that manage auto-updates.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India 2021</a> — a regional online WordCamp has begun. It’s running over three weekends and started with <a href=\"https://india.wordcamp.org/2021/workshops/\">Multilingual workshop sessions on January 30 and 31</a>. The workshops <a href=\"https://india.wordcamp.org/2021/workshops/\">can be found on the event site</a> and will soon be featured on <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. <a href=\"https://india.wordcamp.org/2021/tickets/\">Tickets are still available</a> for the event —which will have a contribution event on February 6-7, followed by sessions on February 13th and 14th. </li><li>The WordPress Foundation has <a href=\"https://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\">invited applications for online do_action hackathons and encouraged folks to organize online open-source workshops</a> in 2021.</li><li>The Themes Team shared a post on the usage of the “Report this theme” button in 2020. The team is also <a href=\"https://make.wordpress.org/themes/2021/01/25/call-for-maintainers-theme-unit-test/\">looking for maintainers</a> for its <a href=\"https://codex.wordpress.org/Theme_Unit_Test\">Theme unit test</a>.</li><li>The Meta Team has launched an initiative to <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">facilitate automated theme testing</a> and is <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">requesting feedback</a>.</li><li>Members of the Core Team are <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">considering a “stale bot”</a> to close out stale issues in the Gutenberg GitHub repository.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></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:4:\"9632\";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:20:\"WordPress 5.7 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/2021/02/wordpress-5-7-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, 02 Feb 2021 22:31: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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9599\";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:333:\"WordPress 5.7 Beta 1 is now available for testing! 🗣 This software is still in development,&#160;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version. You can test the WordPress 5.7 Beta 1 in two ways: Install/activate the WordPress Beta Tester [&#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:13:\"Ebonie Butler\";s: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:7831:\"\n<p>WordPress 5.7 Beta 1 is now available for testing! <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.7 Beta 1 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for final release is March 9, 2021. That’s just <strong>five weeks away</strong>, so your help is vital to making sure that the final release is as good as it can be.</p>\n\n\n\n<p>So what’s new? <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"🤔\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<h2><strong>Improvements in Core</strong></h2>\n\n\n\n<p><strong>Lazy-load iframes</strong><br>Now you can enable lazy-loading of iframes by adding the <code>loading=\"lazy\"</code> attribute to iframe tags on the front-end.&nbsp;</p>\n\n\n\n<p><strong>Migrating from HTTP to HTTPS is streamlined</strong><br>Switching a WordPress site from HTTP to HTTPS has proven to be a pain for all involved. While on the surface, the Site Address and WordPress Address have to be updated, content with embedded HTTP URLs remains unchanged in the database. With this release, migrating a site to HTTPS is now a one-click interaction. URLs in the database are automatically replaced when the Site and WordPress Address are both using HTTPS.&nbsp; Also, Site Health now includes an HTTPS status check.</p>\n\n\n\n<p><strong>Standardize colors used in WP-Admin CSS to a single palette</strong><br>This change collapses all colors used in the CSS to one of the available shades of blue, green, red, yellow, grey, black, and white. The palette makes it simpler than ever to build components your users can read, because half the range gives you great contrast with white type and a half with black, according to current accessibility guidelines.</p>\n\n\n\n<p><strong>Ongoing cleanup after update to jQuery 3.5.1</strong><br>jQuery deprecations in WordPress Core and bundled themes show up a lot less often, and the notifications make more sense to the user.</p>\n\n\n\n<p><strong>New Robots API</strong><br>The new Robots API allows the filter directives to be included in the ‘robots’ meta tag. Also, the directive <code>max-image-preview:large</code> is now included by default to allow large image previews to be displayed in search engines (unless the blog is marked as not being public).</p>\n\n\n\n<h2><strong>Improvements in the Editor</strong></h2>\n\n\n\n<ul><li>Inserter drag and drop: Blocks and block patterns can now be dragged directly from the inserter into the post canvas.</li><li>Full height alignment: Blocks such as the Cover block now can have an option to expand to fill the entire viewport.</li><li>Block variations: The icon and description of a block variation is now shown in the block inspector, and a new dropdown in the block inspector lets you switch between block variations.</li><li>Reusable blocks: Several enhancements to the usability and stability of reusable blocks have been made, and reusable blocks are now saved at the same time that the post is saved.</li><li>Buttons block: The Buttons block now supports vertical alignments, and you can set the width of a button to a preset percentage.</li><li>Social Icons block: You can now change the size of the icons in the Social Icons block.</li><li>Font size in more places: You can now change the font size in the List and Code blocks.</li><li>Many many other enhancements and bug fixes. To see all of the features for each release in detail check out the Gutenberg release posts: <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">9.3</a>, <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">9.4</a>, <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">9.5</a>, <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a>, <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">9.7</a>, <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">9.8</a>, and 9.9 (link forthcoming).</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the Make WordPress Core blog for 5.7-related developer notes in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=..02%2F03%2F2021&amp;milestone=5.7&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\">143 tickets in WordPress 5.7</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;changetime=..02%2F03%2F2021&amp;type=enhancement&amp;type=feature+request&amp;milestone=5.7&amp;group=component&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=changetime&amp;col=owner&amp;col=priority&amp;col=keywords&amp;order=changetime\">68 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricker</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>, <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>, and <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> for your peer revisions and <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, and <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> for final review on this exciting news.</em></p>\n\n\n\n<p>____________________________________</p>\n\n\n\n<p><em>New Year, new goals<br>Each day, one small step<br>It’s the little things&#8230;</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:4:\"9599\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"People of WordPress: Thelma Mutete\";s: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/2021/01/people-of-wordpress-thelma-mutete/\";s: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, 21 Jan 2021 16:40:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s: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:1;a:5:{s:4:\"data\";s:16:\"ContributorStory\";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:13:\"Web 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:34:\"https://wordpress.org/news/?p=9518\";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:171:\"From writing her first line of code when she was 16, Thelma Mutete knew she wanted to work in IT. She shares her journey in web development and her discovery 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s: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:8707:\"\n<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=500%2C750&#038;ssl=1\" alt=\"Thelma Mutete at a WordCamp\" class=\"wp-image-9564\" width=\"500\" height=\"750\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?w=667&amp;ssl=1 667w, https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=200%2C300&amp;ssl=1 200w\" sizes=\"(max-width: 500px) 100vw, 500px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>From a young age Thelma was encouraged by her father to ‘work hard, and dream big’. In High School, she pursued a career in Computer Science. She said: “I did not know what I would be doing or how I would get there but I just knew that I was going to pursue a career in information technology.”</p>\n\n\n\n<p>She wrote her first line of code at the age of 16 living in Zimbabwe, Africa. This was to mark the beginning of her enthusiasm for computer programming.</p>\n\n\n\n<p>When she joined the school’s computer class, Thelma thought she would learn Excel and Word. Instead, the assignment was to write her first program in C. She said: “It was not easy, but it was very exciting. l remember writing up simple code for a Video Club – a check-in/out for VHS tapes and CDs. Thus began my fascination with computers.”</p>\n\n\n\n<p>Seven years later, she went on to university to study for a Bachelors in Business Management and Information Technology. Her third year internship was at a local web design and hosting company. Though she had hoped her placement would be at a local bank or telecommunications company, the chance to discover website design turned out to be the best thing that could have happened.&nbsp;</p>\n\n\n\n<p>In 2017, Thelma went on to work for a company designing websites using HTML, CSS, PHP, JavaScript and Joomla. She had heard about WordPress but had not used it. She recalls: “People have this misconception that WordPress is not for real developers and it is not secure and at that time I was one of those people.”</p>\n\n\n\n<h2>Finding a local community</h2>\n\n\n\n<p>From a discussion with a member of the local WordPress community, <a href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">Thabo Tswana</a>, about a striking swag gift from a WordCamp, Thelma’s interest was sparked.&nbsp;</p>\n\n\n\n<p>She started to find out more about WordPress and WooCommerce, and visited her local WordCamp Harare website. She was delighted to find that she could learn more about WordPress without needing any pre-existing knowledge, and wanted to be involved. So instead of just attending the camp, she volunteered too!&nbsp;</p>\n\n\n\n<p>Her response to her first WordPress event mirrors the experience of many others in the community. She said: “I only started using WordPress because of the awesome people that l had met at that WordCamp. Everyone was so welcoming.”</p>\n\n\n\n<p>A week later, with help from Thabo, she designed her first website using WordPress.</p>\n\n\n\n<p>She soon became more involved with the community and Meetups. Thelma participated in the first-ever ‘Women Who WordPress’ Meetup in 2018, with lots of women getting involved from bloggers to developers.&nbsp;</p>\n\n\n\n<p>She said: “We were free to talk and discuss a lot of things. We had more time to discuss the difference between WordPress.com and WordPress.org, we shared views on how to handle discrimination at work, how to promote your website and a whole lot of other things.”</p>\n\n\n\n<h2>Establishing roots in WordPress</h2>\n\n\n\n<p>In 2018, WordCamp Harare had its first-ever female Lead Organizer <a href=\"https://tapiwanashe.com/\">Tapiwanashe Manhobo</a>. Thelma was part of the organising team that year and was assigned to handle Harare’s first Kids Camp to take place eight months later. You can read more about her experiences of organizing a <a href=\"https://thelmachido.wordpress.com/2019/11/21/wordpress-juniours-first-edition/\"><strong>Kids Camp</strong></a> on her blog.</p>\n\n\n\n<p>She said: “After the first Kids Camp, we had several people in the local Zimbabwean WordPress community who were enthusiastic about encouraging young people to embrace ICT. In 2019, we had not planned to have a Kids Camp because of financial constraints but to our surprise, we had some anonymous donations and we managed to have a WordPress Community outreach to a youth centre, <a href=\"https://cttzim.org/\"><strong>Centre for Total Transformation</strong></a>, a week after our WordCamp. It is a non-formal school that caters for underprivileged and vulnerable children. The group were able to share practical skills about using WordPress, computer hardware and software.</p>\n\n\n\n<p>Thelma shares that she became hooked on WordPress because of its community. “I enjoy attending WordCamps, meeting new people and just learning new stuff. I have a huge list of WordCamps I would like to attend. Last year I managed to cross WordCamp Johannesburg off my list. When everything is back to normal my plan to travel to WordCamps will proceed (fingers crossed).”</p>\n\n\n\n<h2>Reaping the fruits of ongoing learning</h2>\n\n\n\n<p>Thelma is committed to ongoing development training. She said: “Even though I can still cook up code in C and Java, for now, I have also included WordPress PHP functions to the mix. It was not easy to get to this point, daring myself got me to this slightly better stage. I try to do my best where I can and I am happy to say it has paid off so far.”</p>\n\n\n\n<p>Thelma has continued her journey working in design and digital marketing last year with Trust Nhokovenzo who works in digital marketing and is active in&nbsp; the WordPress Community. He came across her name as a developer from talking with others involved in WordPress. She went to work with his team at a marketing agency.</p>\n\n\n\n<p>Her interest in the development of WordPress continued and she joined the <a href=\"https://wordpress.org/news/2020/12/simone/\">5.6 Release Squad</a> in the mid 2020.&nbsp;At the end of 2020, she moved to become a Happiness Engineer working with WordPress.com. Thelma’s fascination with the platform and the community continues to grow and her contributor story is ongoing.</p>\n\n\n\n<p>Find out more about the <a href=\"https://www.meetup.com/Harare-WordPress-Meetup\">Harare WordPress community</a> in Zimbabwe.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>) and Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>), Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), 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>), Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>), and Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>). Thank you to Thelma Mutete (<a href=\'https://profiles.wordpress.org/thelmachido/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>thelmachido</a>) for sharing her #ContributorStory.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh4.googleusercontent.com/s24EVZGKbxVeafljPU1ubF1DjIwn98E3-wGx1LD2CWYk7zYQppFhXNpb0aUhGe01TStMdTwXrcYaxBZQHRgZJ10lvW2hsg61Ce37_pBGJuTRQlJ6r9iUxlJtvuDuwLhIvPo1MVEb\" alt=\"HeroPress logo\" /></figure>\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community</em>.</p>\n\n\n\n<p>#ContributorStory #HeroPress</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:4:\"9518\";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:57:\"\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:37:\"The Month in WordPress: December 2020\";s: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/2021/01/the-month-in-wordpress-december-2020/\";s: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, 05 Jan 2021 10:55:56 +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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9508\";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:333:\"We bid goodbye to 2020 in style with the release of WordPress 5.6 and the launch of Learn WordPress. But these weren’t the only exciting updates from WordPress in December. Read on to learn more! WordPress 5.6 is here The latest major WordPress release, version 5.6 “Simone”, came out on December 8. The release ships [&#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:\"Hari Shanker R\";s: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:11612:\"\n<p>We bid goodbye to 2020 in style with the release of WordPress 5.6 and the launch of Learn WordPress. But these weren’t the only exciting updates from WordPress in December. Read on to learn more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.6 is here</h2>\n\n\n\n<p>The latest major WordPress release,<a href=\"https://wordpress.org/news/2020/12/simone/\"> version 5.6</a> “Simone”, came out on December 8. The release ships with a new default theme called <a href=\"https://wordpress.org/themes/twentytwentyone/\">Twenty Twenty One</a>. It offers a host of features, including:</p>\n\n\n\n<ul><li>Greater layout flexibility</li><li>More block patterns</li><li>Video captioning support</li><li>Auto-updates</li><li>Beta-compatibility for PHP 8.0</li><li>Application password support for the REST API</li><li>Updates to jQuery</li></ul>\n\n\n\n<p>In addition, WordPress 5.6 is now available in 55 languages. You can find more information about the release in the <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">field guide</a>, and you can update to the latest version directly from your WordPress dashboard or by <a href=\"https://wordpress.org/download/\">downloading</a> it directly from WordPress.org. A total of 605 people hailing from 57 different countries contributed to the development of WordPress 5.6. <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> has <a href=\"https://jeanbaptisteaudras.com/en/2020/12/wordpress-5-6-core-stats-contributions-by-country-company/\">compiled many more stats like that</a>, showing what a tremendous group effort this was—they’re well worth a read!</p>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel on the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core team blog</a> to learn the <a href=\"https://make.wordpress.org/core/2020/12/21/wordpress-5-7-planning-roundup/\">latest on WordPress 5.7</a>, which is <a href=\"https://wordpress.org/about/roadmap/\">slated to be out by March 9, 2021</a>. The Core team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&amp;min=00&amp;sec=0\">5 a.m.</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 p.m.</a> UTC.</p>\n\n\n\n<h2>Watch the State of the Word 2020 recording</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/\">State of the Word 2020</a>, the annual keynote address delivered by WordPress co-founder Matt Mullenweg, was streamed online for the first time on December 17. It was followed by a live Q&amp;A from community members all across the world. You can find the stream recording on <a href=\"https://www.youtube.com/watch?v=QI3qCoiuG3w\">YouTube</a>, <a href=\"https://www.facebook.com/WordPress/videos/1281447442248369\">Facebook</a>, and <a href=\"https://twitter.com/i/broadcasts/1dRKZNvnrmdKB\">Twitter</a>. The <a href=\"https://wordpress.tv/2020/12/17/matt-mullenweg-2020-state-of-the-word/\">State of the Word</a> video and the <a href=\"https://wordpress.tv/2020/12/17/matt-mullenweg-2020-state-of-the-word-qa/\">Q&amp;A session</a> are also available on WordPress.tv.&nbsp;</p>\n\n\n\n<h2>Learn WordPress has launched</h2>\n\n\n\n<p>Learn WordPress, a new free, on-demand WordPress learning resource, launched officially on December 15. It offers <a href=\"https://learn.wordpress.org/workshops/\">workshops</a>, <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a>, quizzes, and <a href=\"https://learn.wordpress.org/courses/\">courses</a> for anyone interested in publishing with, building for, or contributing to WordPress. WordPress enthusiasts can also <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">participate in discussion groups</a> focused on specific topics to learn with and from each other.</p>\n\n\n\n<p>Want to participate in Learn WordPress? <a href=\"https://learn.wordpress.org/contribute/\">Here are four ways you can do so</a>! Additionally, contributors have <a href=\"https://make.wordpress.org/training/2020/12/03/learn-wordpress-blue-sky-thinking/\">launched a discussion</a> on the future of <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>—feel free to share your thoughts in the comments. To help promote Learn WordPress, check out the <a href=\"https://make.wordpress.org/marketing/\">Marketing Team</a>’s <a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">materials</a>, which detail a <a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">range of fun and creative ways</a> to share this new resource.</p>\n\n\n\n<h2>Give feedback on the Full Site Editing project</h2>\n\n\n\n<p>Contributor teams have kicked off the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">Full Site Editing (FSE) outreach program</a> for anyone who is building or maintaining a WordPress site so that they can give feedback on the upcoming <a href=\"https://make.wordpress.org/design/handbook/focuses/full-site-editing/\">FSE feature</a> that will be part of Gutenberg Phase 2. Your feedback will go a long way in improving FSE user flows. To participate, <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">check out the initial testing call</a> on the <a href=\"https://make.wordpress.org/test/\">Make/Test blog</a> and join the <a href=\"https://make.wordpress.org/core/tag/fse-outreach-experiment/\">#fse-outreach-experiment</a> Slack channel.<br><br>Want to follow updates on the FSE project? Check out <a href=\"https://make.wordpress.org/core/2020/05/20/ways-to-keep-up-with-full-site-editing-fse/\">this blog post</a>. You can find <a href=\"https://make.wordpress.org/core/2020/12/10/status-check-site-editing-and-customization/\">2020 updates to the FSE project</a> in the Make/Core blog.</p>\n\n\n\n<h2>BuddyPress 7.0 “Filippi” and 7.10 are now available</h2>\n\n\n\n<p><a href=\"https://buddypress.org/2020/12/buddypress-7-0-0-filippi/\">BuddyPress version 7.0</a> went live on December 9. Its features include:&nbsp;</p>\n\n\n\n<ul><li>New administration screens to manage Member and Group Types</li><li>New BP blocks for posts and pages</li><li>A default profile image for network sites</li><li>Improved BuddyPress Noveau support for the Twenty Twenty One theme.&nbsp;</li></ul>\n\n\n\n<p>A BuddyPress maintenance release (<a href=\"https://buddypress.org/2020/12/buddypress-7-1-0-maintenance-release/\">version 7.1</a>) launched on December 21.&nbsp;</p>\n\n\n\n<p>Want to provide feedback or suggestions for BuddyPress? Share your comments on the announcement posts for <a href=\"https://buddypress.org/2020/12/buddypress-7-0-0-filippi/\">7.0</a> or <a href=\"https://buddypress.org/2020/12/buddypress-7-1-0-maintenance-release/\">7.1</a>. If you find a bug, please report it in the <a href=\"https://buddypress.org/support/\">support forums</a>.&nbsp;</p>\n\n\n\n<h2>Gutenberg 9.5 and 9.6 released</h2>\n\n\n\n<p>The Core team launched <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">version 9.5</a> and <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a> of Gutenberg last month. Both versions include several improvements to FSE flows, bug fixes, and feature upgrades. Version 9.5 introduces features like full height alignment and support for font sizes in the code block. Version 9.6 includes features like the ability to drag blocks from the inserter and a vertical layout for buttons.&nbsp;</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>The Community team <a href=\"https://make.wordpress.org/community/2020/12/01/discussion-how-can-the-wordpress-community-return-to-hosting-safe-in-person-events/\">kicked off a discussion</a> about what the WordPress Community can do to host safe, in-person events again, in light of the continuing pandemic. </li><li>The Polyglots team published its <a href=\"https://make.wordpress.org/polyglots/2020/12/30/polyglots-team-end-of-year-post-2020/\">end-of-year post</a>, along with the <a href=\"https://make.wordpress.org/polyglots/author/evarlese/\">results of its 2020 translator survey</a>.</li><li><a href=\"https://sevilla.wordcamp.org/2020/\">WordCamp Sevilla 2020</a> was held online from December 26-29. You can catch the recorded livestream playback on <a href=\"https://www.youtube.com/c/wordpresssevilla/live\">YouTube</a>. Videos of the event will <a href=\"https://wordpress.tv/event/wordcamp-sevilla-2020/\">soon be available on WordPress.tv</a>.</li><li>WordPress project executive director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> and project co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> will be jointly hosting <a href=\"https://make.wordpress.org/core/2020/12/15/regular-office-and-listening-hours/\">quarterly office and listening hours</a> in 2021. Sign-ups for the <a href=\"https://make.wordpress.org/core/2020/12/15/regular-office-and-listening-hours/\">first ones in January 2021</a> are almost filled up.</li><li>The Core team <a href=\"https://make.wordpress.org/core/2020/12/02/wp-notify-project-review/\">published updates</a> on the <a href=\"https://make.wordpress.org/core/tag/feature-notifications/\">WP Notify project</a>, which seeks to <a href=\"https://make.wordpress.org/core/2019/08/05/feature-project-proposal-wp-notify/\">improve the notifications system</a> in WordPress Core.</li><li>The Support team <a href=\"https://make.wordpress.org/support/2020/12/handling-potential-jquery-issues-in-wordpress-5-6/\">published a post</a> detailing jQuery issues in WordPress 5.6.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India Online 2021</a> will be held over three weekends between January 30 and February 14. There will be workshops, a contributor event, and sessions (in that order). The calls for <a href=\"https://india.wordcamp.org/2021/call-for-sponsors/\">sponsors</a>, <a href=\"https://india.wordcamp.org/2021/call-for-workshops/\">workshop presenters</a>, <a href=\"https://india.wordcamp.org/2021/call-for-contributor-team-leads/\">contributor team leads</a>, and <a href=\"https://india.wordcamp.org/2021/call-for-volunteers/\">volunteers</a> are now open. Don’t forget to grab your <a href=\"https://india.wordcamp.org/2021/tickets/\">free tickets</a>!</li><li>The Documentation team <a href=\"https://make.wordpress.org/docs/2020/12/01/external-linking-policy-1st-review-of-plugin-developer-handbook/\">shared a first review</a> of its <a href=\"https://make.wordpress.org/docs/tag/external-linking-policy/\">external linking policy</a>. It is using the <a href=\"https://developer.wordpress.org/plugins/\">plugin developer handbook</a> as a test.</li></ul>\n\n\n\n<p><br><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></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:4:\"9508\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Introducing Learn 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/news/2020/12/introducing-learn-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Dec 2020 13: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:3:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"learnwordpress\";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:7:\"learnwp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9444\";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:\"Learn WordPress is a learning resource providing workshops, quizzes, courses, and lesson plans to help you to do more with 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:10336:\"\n<p><strong><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a learning resource providing workshops, quizzes, courses, lesson plans, and discussion groups so that anyone, from beginners to advanced users, can learn to do more with WordPress. Learning how to use, build for, and contribute to WordPress is essential for anyone wanting to dive deeper into the software and its community.&nbsp;</strong></p>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://learn.wordpress.org/\">Learn WordPress</a></div>\n</div>\n\n\n\n<p>This cross-team initiative is part of the WordPress.org network and features content from contributors from the global community. It will be updated weekly and will help connect new and existing WordPress users with the broader community while they learn.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"331\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=632%2C331&#038;ssl=1\" alt=\"\" class=\"wp-image-9457\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=1024%2C537&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=300%2C157&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=768%2C403&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=1536%2C806&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?w=1700&amp;ssl=1 1700w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>What can you learn about WordPress?</h2>\n\n\n\n<p>On Learn WordPress you can find a range of material and opportunities to use at the time which works for you.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/workshops/\"><strong>Workshops</strong></a> are practical, skills-based videos that show viewers how to do new things with WordPress, whether you publish, manage, develop with, or contribute to WordPress. Most workshops include quizzes for you to test your newly gained knowledge.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/discussion-groups/\"><strong>Discussion groups</strong></a> provide an opportunity for further collaborative learning with participants meeting together to discuss the workshop content &#8211; they take place online, either in video calls or Slack and accommodate all time zones.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/lesson-plans/\"><strong>Lesson plans</strong></a> are guides for facilitators to use while presenting at events or within educational environments. Facilitators will find learning objectives (telling people what they are going to learn), any prerequisite skills, assets such as screenshots and slide decks, and learning assessments.&nbsp;</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/courses/\"><strong>Courses</strong></a> are a series of interconnected lesson plans to be presented by a facilitator that will strategically focus on defined learning outcomes. Participants can go through these courses individually or as part of a group. After completing the learning, attendees should be able to apply their skills in the real world.</p>\n\n\n\n<p>In addition to the wealth of valuable content available on Learn WordPress, the platform provides an opportunity for individuals to learn alongside other community members and become connected with a global network of WordPress users, developers, and contributors.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' width=\'632\' height=\'356\' src=\'https://www.youtube.com/embed?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent&#038;listType=playlist&#038;list=PLCVEqsAbLffeEXhn9T1yBVTMaHIMtlzFj\' allowfullscreen=\'true\' style=\'border:0;\' sandbox=\'allow-scripts allow-same-origin allow-popups allow-presentation\'></iframe>\n</div></figure>\n\n\n\n<p><a href=\"https://www.youtube.com/playlist?list=PLCVEqsAbLffeEXhn9T1yBVTMaHIMtlzFj\">Why you should use Learn WordPress</a> &#8211; videos from our community.</p>\n\n\n\n<h2>How can you get involved?</h2>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://learn.wordpress.org/\">Start learning today!</a></div>\n</div>\n\n\n\n<p>Learn WordPress is an open-source platform available for anyone to contribute content in any areas mentioned above. <a href=\"https://learn.wordpress.org/contribute/\">Find out more about how you can get involved</a> with this initiative.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">Take part in our fun promotion campaigns</a> on social and with your local community.</p>\n\n\n\n<p><em>Hundreds of people spanning a number of years have contributed to the development of learning materials. Thanks to everyone who worked so hard to make Learn WordPress a reality.&nbsp;</em></p>\n\n\n\n<p><strong><em>Particular thanks to</em></strong>:</p>\n\n\n\n<p><strong><em>Training:</em></strong><em> <a href=\'https://profiles.wordpress.org/courane01/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courane01</a>, <a href=\'https://profiles.wordpress.org/azhiyadev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>azhiyadev</a>, <a href=\'https://profiles.wordpress.org/geheren/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>geheren</a>, <a href=\'https://profiles.wordpress.org/webtechpooja/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webtechpooja</a>, <a href=\'https://profiles.wordpress.org/jessecowens/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jessecowens</a>, <a href=\'https://profiles.wordpress.org/onealtr/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>onealtr</a>, <a href=\'https://profiles.wordpress.org/rastaban/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rastaban</a>, <a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a>, <a href=\'https://profiles.wordpress.org/manzwebdesigns/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>manzwebdesigns</a></em><br><strong><em>Meta: </em></strong><em><a href=\'https://profiles.wordpress.org/coreymckrill/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>coreymckrill</a>, <a href=\'https://profiles.wordpress.org/dufresnesteven/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dufresnesteven</a>, <em><a href=\'https://profiles.wordpress.org/jonoaldersonwp/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jonoaldersonwp</a></em></em><br><strong><em>Community:</em></strong><em> <a href=\'https://profiles.wordpress.org/hlashbrooke/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hlashbrooke</a>, <a href=\'https://profiles.wordpress.org/camikaos/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>camikaos</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a>, <a href=\'https://profiles.wordpress.org/angelasjin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>angelasjin</a>, <a href=\'https://profiles.wordpress.org/nao/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nao</a>, <a href=\'https://profiles.wordpress.org/courtneypk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courtneypk</a>, <a href=\'https://profiles.wordpress.org/andreamiddleton/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>andreamiddleton</a>, <a href=\'https://profiles.wordpress.org/rmarks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmarks</a>, <a href=\'https://profiles.wordpress.org/sippis/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sippis</a></em><br><strong><em>Marketing: </em></strong><em><a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>,  <a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>, <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>, <a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>, <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>, <a href=\'https://profiles.wordpress.org/megphillips91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>megphillips91</a>, <a href=\'https://profiles.wordpress.org/marks99/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marks99</a>, <em><a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a></em></em>, <em><a href=\'https://profiles.wordpress.org/antialiasfactory/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>antialiasfactory</a>, <a href=\'https://profiles.wordpress.org/herculespekkas/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>herculespekkas</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a></em><br><strong><em>Design:</em></strong><em> <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a> </em></p>\n\n\n\n<p><em>For a fuller list of the contributors who have been involved in training and Learn WordPress, visit <a href=\"https://make.wordpress.org/community/2020/08/12/learn-wordpress-is-live/\">the initial beta launch post</a>. Thanks to everyone who has been involved to date and will be in the future.&nbsp;</em></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/tag/learnwordpress\">#LearnWordPress</a> <a href=\"https://learn.wordpress.org/tag/learnwp\">#LearnWP</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:4:\"9444\";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: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:26:\"WordPress 5.6 “Simone”\";s: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:42:\"https://wordpress.org/news/2020/12/simone/\";s: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, 08 Dec 2020 19:46: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:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9325\";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:206:\"Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone. Fire up a playlist with her best work and read on to discover what WordPress 5.6 has in store for you. \";s: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:\"Josepha\";s: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:66195:\"\n<p>Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone, who is known for tunes like &#8220;Feeling Good&#8221;, &#8220;Young, Gifted and Black&#8221;, and &#8220;Four Women&#8221;. Fire up a playlist with her best work and read on to discover what we have in store for you. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"633\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=632%2C633&#038;ssl=1\" alt=\"WordPress 5.6 Simone with a photo of Nina Simone\" class=\"wp-image-9416\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=1022%2C1024&amp;ssl=1 1022w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=300%2C300&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=768%2C769&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#d1e4dd;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#d1e4dd;padding: 10px\">Welcome to WordPress 5.6</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">Sharing your stories has never been easier.</h3>\n</div></div>\n\n\n\n<p>WordPress 5.6 brings you countless ways to set your ideas free and bring them to life. With a brand-new default theme as your canvas, it supports an ever-growing collection of blocks as your brushes. Paint with words. Pictures. Sound. Or rich embedded media.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"234\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=632%2C234&#038;ssl=1\" alt=\"colored circles\" class=\"wp-image-9346\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=1024%2C379&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=300%2C111&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=768%2C284&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>Greater layout flexibility</h3>\n\n\n\n<p>Bring your stories to life with more tools that let you edit your layout with or without code. Single column blocks, designs using mixed widths and columns, full-width headers, and gradients in your cover block—make small changes or big statements with equal ease!</p>\n\n\n\n<h3>More block patterns</h3>\n\n\n\n<p>In some themes, preconfigured block patterns make setting up standard pages on your site a breeze. Let the power of patterns streamline your workflow and save you clicks. Plus, share these features with clients, editors, and more.</p>\n\n\n\n<h3>Better video captioning</h3>\n\n\n\n<p>To help you add subtitles or captions to your videos, you can now upload them within your post or page. This makes it easier than ever to make your videos accessible for anyone who needs or prefers to use subtitles.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"120\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=632%2C120&#038;ssl=1\" alt=\"black vertical line\" class=\"wp-image-9347\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=1024%2C194&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=300%2C57&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=768%2C146&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Twenty Twenty-One is here!</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"714\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=632%2C714&#038;ssl=1\" alt=\"Examples of block patterns available in Twenty Twenty-One.\" class=\"wp-image-9426\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=907%2C1024&amp;ssl=1 907w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=266%2C300&amp;ssl=1 266w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=768%2C867&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=1360%2C1536&amp;ssl=1 1360w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=1814%2C2048&amp;ssl=1 1814w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1975&amp;ssl=1 1975w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Twenty Twenty-One is a blank canvas for your ideas, and the block editor is the best brush. It is built for the block editor and packed with brand-new block patterns you can only get in the default themes. Try different layouts in a matter of seconds, and let the theme’s eye-catching, yet timeless design make your work shine.&nbsp;</p>\n\n\n\n<p>What’s more, this default theme puts accessibility at the heart of your website. It conforms to the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">WordPress accessibility-ready guidelines</a> and addresses several more specialized standards from the <a href=\"https://www.w3.org/WAI/WCAG2AAA-Conformance\">Web Content Accessibility Guidelines (WCAG) 2.1 at level AAA</a>. It will help you meet the highest level of international accessibility standards when you create accessible content and choose plugins which are accessible too!</p>\n\n\n\n<h3>A rainbow of soft pastels</h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"167\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=632%2C167&#038;ssl=1\" alt=\"A mobile screenshot of each included color palette in Twenty Twenty-One, going in ROYGBIV order.\" class=\"wp-image-9424\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=1024%2C270&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=300%2C79&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=768%2C202&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=1536%2C405&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=2048%2C540&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Perfect for a new year, Twenty Twenty-One gives you a range of pre-selected color palettes in pastel, all of which conform to AAA standards for contrast. You can also choose your own background color for the theme, and the theme chooses accessibility-conscious text colors for you — automatically!</p>\n\n\n\n<p>Need more flexibility than that? You can also choose your own color palette from the color picker.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"151\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=632%2C151&#038;ssl=1\" alt=\"colored circles\" class=\"wp-image-9351\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=1024%2C245&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=300%2C72&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=768%2C183&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Improvements for everyone</h2>\n\n\n\n<h3>Expanding auto-updates</h3>\n\n\n\n<p>For years, only developers have been able to update WordPress automatically. But now you have that option, right in your dashboard. If this is your first site, you have auto-updates ready to go, right now! Upgrading an existing site? No problem! Everything is the same as it was before.</p>\n\n\n\n<h3>Accessibility Statement&nbsp;</h3>\n\n\n\n<p>Even if you’re not an expert, you can start letting others know about your site’s commitment to accessibility! The new <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">feature plugin</a> includes template copy for you to edit and publish, and it’s written to support different contexts and jurisdictions.&nbsp;&nbsp;</p>\n\n\n\n<h3>Built-in Patterns</h3>\n\n\n\n<p>If you’ve not had the chance to play with block patterns yet, all default themes now feature a range of block patterns that let you master complex layouts with minimal effort. Customize the patterns to your liking with the copy, images, and colors that fit your story or brand.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"185\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=632%2C185&#038;ssl=1\" alt=\"colored and textured rectangles\" class=\"wp-image-9352\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=1024%2C300&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=300%2C88&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=768%2C225&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>For developers</h2>\n\n\n\n<h3>REST API authentication with Application Passwords</h3>\n\n\n\n<p>Thanks to the API’s new Application Passwords authorization feature, third-party apps can connect to your site seamlessly and securely. This new REST API feature lets you see what apps are connecting to your site and control what they do.&nbsp;</p>\n\n\n\n<h3>More PHP 8 support</h3>\n\n\n\n<p>5.6 marks the first steps toward WordPress Core support for PHP 8. Now is a great time to start planning how your WordPress products, services, and sites can support the latest PHP version. For more information about what to expect next, <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">read the PHP 8 developer note</a>.</p>\n\n\n\n<h3>jQuery</h3>\n\n\n\n<p>Updates to jQuery in WordPress take place across three releases 5.5, 5.6, and 5.7. As we reach the mid-point of this process, <a href=\"https://wordpress.org/plugins/wp-jquery-update-test/\">run the update test plugin to check your sites for errors</a> ahead of time.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>If you find issues with the way your site looks ( e.g. a slider doesn’t work, a button is stuck — that sort of thing), install <a href=\"https://wordpress.org/plugins/enable-jquery-migrate-helper/\">the jQuery Migrate plugin</a>.</p>\n\n\n\n<h3>Check out the Field Guide</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">Read about the latest version of WordPress in this guide.</a> It highlights developer notes for each change in the release.&nbsp;</p>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#d1e4dd;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#d1e4dd;padding: 10px\">“It’s a new day, it’s a new life for me&#8230;.and I’m feeling good.”</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">~Nina Simone</h3>\n</div></div>\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>The WordPress 5.6 release comes to you from an all-women and non-binary identifying release squad:  </p>\n\n\n\n<ul><li><strong>Release Lead:</strong> Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>).&nbsp; Cohort: Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Angela Jin (<a href=\"https://profiles.wordpress.org/angelasjin/\">@angelasjin</a>).</li><li><strong>Release Coordinator:</strong> Dee Teal (<a href=\"https://profiles.wordpress.org/thewebprincess/\">@thewebprincess</a>).&nbsp; Cohort: Thelma Mutete (<a href=\"https://profiles.wordpress.org/thelmachido/\">@thelmachido</a>) and Laura Nelson (<a href=\"https://profiles.wordpress.org/laurora/\">@laurora</a>).</li><li><strong>Triage Lead:</strong> Tonya Mork (<a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>).&nbsp;</li><li><strong>Core Tech Lead:</strong> Helen Hou-Sandì (<a href=\"https://profiles.wordpress.org/helen/\">@helen</a>).&nbsp; Cohort: Amy Kamala (<a href=\"https://profiles.wordpress.org/amykamala/\">@amykamala</a>) and Ebonie Butler (<a href=\"https://profiles.wordpress.org/metalandcoffee/\">@metalandcoffee</a>).</li><li><strong>Editor Tech Lead:</strong> Isabel Brison (<a href=\"https://profiles.wordpress.org/isabel_brison/\">@isabel_brison</a>).&nbsp; Cohort: Chandrika Guntur (<a href=\"https://profiles.wordpress.org/cguntur/\">@cguntur</a>), Anchen le Roux (<a href=\"https://profiles.wordpress.org/anchenlr/\">@anchenlr</a>), and Rebecca Hum (<a href=\"https://profiles.wordpress.org/rebasaurus/\">@rebasaurus</a>).</li><li><strong>Design Leads:</strong> Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>) and Tammie Lister (<a href=\"https://profiles.wordpress.org/karmatosed/\">@karmatosed</a>).&nbsp; Cohort: Anyssa Ferreira (<a href=\"https://profiles.wordpress.org/anyssa/\">@anyssa</a>), Estela Rueda (<a href=\"https://profiles.wordpress.org/estelaris/\">@estelaris</a>), Tracy Apps (<a href=\"https://profiles.wordpress.org/tray/\">@tray</a>), and Sophia DeRosia (<a href=\"https://profiles.wordpress.org/eringoblog/\">@eringoblog</a>).</li><li><strong>Design Tech Lead:</strong> Shital Marakana (<a href=\"https://profiles.wordpress.org/shital-patel/\">@shital-patel</a>).</li><li><strong>Accessibility Lead:</strong> Sarah Ricker (<a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricke<strong>r</strong></a>).&nbsp;Cohort: Hauwa Abashiya (<a href=\"https://profiles.wordpress.org/azhiyadev/\">@azhiyadev</a>).</li><li><strong>Marketing &amp; Communications Leads:</strong> Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>) and Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>).&nbsp;Cohort: Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">@nalininonstopnewsuk</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Olga Gleckler (<a href=\"https://profiles.wordpress.org/oglekler/\">@ogleckler</a>), Larissa Murrillo (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), Michelle Frechette (<a href=\"https://profiles.wordpress.org/michelleames/\">@michelleames</a>), Breann McDede (<a href=\"https://profiles.wordpress.org/bmcdede/\">@bmcdede</a>), and Afshana Diya (<a href=\"https://profiles.wordpress.org/afshanadiya/\">@afshanadiya</a>).</li><li><strong>Documentation Lead: </strong>Shawntelle Coker (<a href=\"https://profiles.wordpress.org/sncoker/\">@sncoker</a>). Cohort: Daisy Olsen (<a href=\"https://profiles.wordpress.org/daisyo/\">@DaisyO</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Winstina Hughes (<a href=\"https://profiles.wordpress.org/planningwrite/\">@planningwrite</a>).</li><li><strong>Documentation Review Lead:</strong> Michele Butcher-Jones (<a href=\"https://profiles.wordpress.org/m_butcher/\">@m_butcher</a>).&nbsp; Cohort: Nidhi Jain (<a href=\"https://profiles.wordpress.org/jainnidhi/\">@jainnidhi</a>), Laura Byrne Cristiano (<a href=\"https://wordpress.org/support/users/newyorkerlaura/\">@newyorkerlaura</a>).</li><li><strong>Default Theme Design Lead:</strong> Mel Choyce-Dwan (<a href=\"https://profiles.wordpress.org/melchoyce/\">@melchoyce</a>).&nbsp; Cohort: Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>).</li><li><strong>Default Theme Development Lead:</strong> Carolina Nymark (<a href=\"https://profiles.wordpress.org/poena/\">@poena</a>).&nbsp; Cohort: Kelly Choyce-Dwan (<a href=\"https://profiles.wordpress.org/ryelle/\">@ryelle</a>) and Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Default Theme Wrangler:</strong> Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Test Lead:</strong> Monika Rao (<a href=\"https://profiles.wordpress.org/monikarao/\">@monikarao</a>).&nbsp; Cohort: Allie Nimmons (<a href=\"https://profiles.wordpress.org/alliennimmons/\">@alliennimmons</a>).</li><li><strong>Support Lead:</strong> Bet Hannon (<a href=\"https://profiles.wordpress.org/bethannon1/\">@bethannon1</a>).</li></ul>\n\n\n\n<p>As always, this release reflects the hard work of 605 generous volunteer contributors. They collaborated on nearly 350 tickets on Trac and over 1,000 pull requests on GitHub.</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/zgrkaralar/\">&#214;zg&#252;r KARALAR</a>, <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich/\">A5hleyRich</a>, <a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">aaronrobertshaw</a>, <a href=\"https://profiles.wordpress.org/abderrahman/\">abderrahman</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/pokhriyal/\">Abhishek Pokhriyal</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/adriandegrafreak/\">Adri&#225;n de Grafreak</a>, <a href=\"https://profiles.wordpress.org/adriantirusli/\">Adrianti Rusli</a>, <a href=\"https://profiles.wordpress.org/afshanadiya/\">Afshana Diya</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a>, <a href=\"https://profiles.wordpress.org/elgameel/\">Ahmed Elgameel</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/ajensen/\">ajensen</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/aktasfatih/\">aktasfatih</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/cawa-93/\">Alex Kozack</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexstandiford/\">Alex Standiford</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/alliennimmons/\">Allie Nimmons</a>, <a href=\"https://profiles.wordpress.org/ambienthack/\">ambienthack</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a>, <a href=\"https://profiles.wordpress.org/anandau14/\">Anand Upadhyay</a>, <a href=\"https://profiles.wordpress.org/anchenlr/\">Anchen le Roux</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andr&#233; Maneiro</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/baicusandrei/\">Andrei Baicus</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/andy/\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/andystitt829/\">Andy Stitt</a>, <a href=\"https://profiles.wordpress.org/akissz/\">Angel Hess</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a>, <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a>, <a href=\"https://profiles.wordpress.org/anuj2/\">anuj2</a>, <a href=\"https://profiles.wordpress.org/anyssa/\">Anyssa Ferreira</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/archduck/\">archduck</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/arippberger/\">arippberger</a>, <a href=\"https://profiles.wordpress.org/arjendejong/\">arjendejong</a>, <a href=\"https://profiles.wordpress.org/arnaudban/\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/akkspro/\">Arslan Ahmed Kalwar</a>, <a href=\"https://profiles.wordpress.org/asvinballoo/\">Asvin Balloo</a>, <a href=\"https://profiles.wordpress.org/tacitonic/\">Atharva Dhekne</a>, <a href=\"https://profiles.wordpress.org/austyfrosty/\">Austin Passy</a>, <a href=\"https://profiles.wordpress.org/austin880625/\">austin880625</a>, <a href=\"https://profiles.wordpress.org/avixansa/\">avixansa</a>, <a href=\"https://profiles.wordpress.org/ayesh/\">ayesh</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/barry/\">Barry</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\">Bart Czyz</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/bduclos/\">bduclos</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/benmeredithgmailcom/\">Ben Meredith</a>, <a href=\"https://profiles.wordpress.org/kau-boy/\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bethannon1/\">Bet Hannon</a>, <a href=\"https://profiles.wordpress.org/bethsoderberg/\">Beth Soderberg</a>, <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a>, <a href=\"https://profiles.wordpress.org/hareshlive/\">Bhagvan Mangukiya</a>, <a href=\"https://profiles.wordpress.org/bhautikvirani/\">bhautikvirani</a>, <a href=\"https://profiles.wordpress.org/bananastalktome/\">Billy S</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boldgrid/\">BoldGrid</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ibdz/\">Boy Witthaya</a>, <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/bmcdede/\">Breann McDede</a>, <a href=\"https://profiles.wordpress.org/bmillersw/\">Brent Miller</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brianhenryie/\">Brian Henry</a>, <a href=\"https://profiles.wordpress.org/brianhogg/\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard/\">Bridget Willard</a>, <a href=\"https://profiles.wordpress.org/brijeshb42/\">brijeshb42</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calin/\">Calin Don</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/campusboy1987/\">campusboy</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/carolinegeven/\">Caroline</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chadreitsma/\">Chad Reitsma</a>, <a href=\"https://profiles.wordpress.org/cguntur/\">Chandrika Guntur</a>, <a href=\"https://profiles.wordpress.org/cpapazoglou/\">Charalampos Papazoglou</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chexwarrior/\">chexwarrior</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/alexandec/\">Chris Alexander</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/ctmartin0/\">Christian Martin</a>, <a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/chunkysteveo/\">chunkysteveo</a>, <a href=\"https://profiles.wordpress.org/claudiulodro/\">Claudiu Lodromanean</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/commeuneimage/\">Commeuneimage</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/salzano/\">Corey Salzano</a>, <a href=\"https://profiles.wordpress.org/cranewest/\">cranewest</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/ctmartin/\">ctmartin</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">D&#225;vid Szab&#243;</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">danieltj</a>, <a href=\"https://profiles.wordpress.org/dantahoua/\">dantahoua</a>, <a href=\"https://profiles.wordpress.org/dkotter/\">Darin Kotter</a>, <a href=\"https://profiles.wordpress.org/dmchale/\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/davidjlaietta/\">David Wolfpaw</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/davisshaver/\">Davis Shaver</a>, <a href=\"https://profiles.wordpress.org/dd32/\">dd32</a>, <a href=\"https://profiles.wordpress.org/p00ya/\">Dean</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a>, <a href=\"https://profiles.wordpress.org/deepaklalwani/\">Deepak Lalwani</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/demetris/\">demetris (Demetris Kikizas)</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy/\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/valendesigns/\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/designer023/\">Designer023</a>, <a href=\"https://profiles.wordpress.org/dfenton/\">dfenton</a>, <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dharmin16/\">Dharmin Shah</a>, <a href=\"https://profiles.wordpress.org/dhruvin/\">Dhruvin</a>, <a href=\"https://profiles.wordpress.org/dhulwells/\">Dhul Wells</a>, <a href=\"https://profiles.wordpress.org/dietpawel/\">dietpawel</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/djzone/\">DjZoNe</a>, <a href=\"https://profiles.wordpress.org/dogwithblog/\">dogwithblog</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/donsony/\">donsony</a>, <a href=\"https://profiles.wordpress.org/dossy/\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dpacks/\">dpacks</a>, <a href=\"https://profiles.wordpress.org/raubvogel/\">Dr. Ronny Harbich</a>, <a href=\"https://profiles.wordpress.org/dratwas/\">dratwas</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dsifford/\">dsifford</a>, <a href=\"https://profiles.wordpress.org/dushakov/\">dushakov</a>, <a href=\"https://profiles.wordpress.org/dushanthi/\">dushanthi</a>, <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique S&#225;nchez</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a>, <a href=\"https://profiles.wordpress.org/erikjandelange/\">erikjandelange</a>, <a href=\"https://profiles.wordpress.org/folletto/\">Erin \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/eringoblog/\">eringoblog</a>, <a href=\"https://profiles.wordpress.org/eroraghav/\">eroraghav</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">etoledom</a>, <a href=\"https://profiles.wordpress.org/thegp/\">EugeneBos</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/dyrer/\">Evangelos Athanasiadis</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/ferkho/\">Ferenc Forgacs</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/flymike/\">flymike</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett/\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyc40/\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/subscriptiongroup/\">George</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/glauberglauber/\">Glauber Mota</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/goldenapples/\">goldenapples</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Zi&#243;łkowski</a>, <a href=\"https://profiles.wordpress.org/guidooffermans/\">guidooffermans</a>, <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a>, <a href=\"https://profiles.wordpress.org/hvar/\">H-var</a>, <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/isharis/\">Haris Zulfiqar</a>, <a href=\"https://profiles.wordpress.org/harrym/\">harrym</a>, <a href=\"https://profiles.wordpress.org/harshbarach/\">harshbarach</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hoasi/\">HoaSi</a>, <a href=\"https://profiles.wordpress.org/hongnizzle/\">Hong Nga Nguyen</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/igorradovanov/\">Igor Radovanov</a>, <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/ingereck/\">ingereck</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/iqbalbary/\">iqbalbary</a>, <a href=\"https://profiles.wordpress.org/ireneyoast/\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/jagirbaheshwp/\">jagirbaheshwp</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/twentyzerotwo/\">Jake Whiteley</a>, <a href=\"https://profiles.wordpress.org/jamescollins/\">James Collins</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesros161/\">James Rosado</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/javidalkaruzi/\">Janvo Aldred</a>, <a href=\"https://profiles.wordpress.org/jaredcobb/\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jaswrks/\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/javorszky/\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami/\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jeffikus/\">jeffikus</a>, <a href=\"https://profiles.wordpress.org/jellypixel/\">jellypixel</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">Jeremy Scott</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a>, <a href=\"https://profiles.wordpress.org/jeslen/\">Jeslen Bucci</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jfoulquier/\">jfoulquier</a>, <a href=\"https://profiles.wordpress.org/jimyaghi/\">jimyaghi</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelyoder/\">Joel Yoder</a>, <a href=\"https://profiles.wordpress.org/joelclimbsthings/\">joelclimbsthings</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johannadevos/\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/joseaneto/\">joseaneto</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshlevinson/\">Josh Levinson</a>, <a href=\"https://profiles.wordpress.org/shelob9/\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a>, <a href=\"https://profiles.wordpress.org/tai/\">JOTAKI, Taisuke</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/junaidbhura/\">Junaid Bhura</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/justlevine/\">justlevine</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/karthikbhatb/\">Karthik Bhat</a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/kelsu02/\">Kelly R</a>, <a href=\"https://profiles.wordpress.org/kellybleck/\">kellybleck</a>, <a href=\"https://profiles.wordpress.org/kellylawrence/\">kellylawrence</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/kipperlenny/\">Kipperlenny</a>, <a href=\"https://profiles.wordpress.org/kirilzh/\">Kiril Zhelyazkov</a>, <a href=\"https://profiles.wordpress.org/kburgoine/\">Kirsty Burgoine</a>, <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">KittMedia</a>, <a href=\"https://profiles.wordpress.org/kjbenk/\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/komagain/\">komagain</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a>, <a href=\"https://profiles.wordpress.org/landau/\">landau</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\">Larissa Murillo</a>, <a href=\"https://profiles.wordpress.org/latifi/\">latifi</a>, <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a>, <a href=\"https://profiles.wordpress.org/laurora/\">Laura Nelson</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/gamerz/\">Lester Chan</a>, <a href=\"https://profiles.wordpress.org/leutrimh/\">Leutrim Husaj</a>, <a href=\"https://profiles.wordpress.org/limera1n/\">lim3ra</a>, <a href=\"https://profiles.wordpress.org/lpointet/\">Lionel Pointet</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/llizard/\">llizard</a>, <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a>, <a href=\"https://profiles.wordpress.org/lucagrandicelli/\">Luca Grandicelli</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/_luigi/\">Luigi Cavalieri</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lumne/\">Lumne</a>, <a href=\"https://profiles.wordpress.org/mager19/\">mager19</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mailnew2ster/\">mailnew2ster</a>, <a href=\"https://profiles.wordpress.org/shamimmoeen/\">Mainul Hassan Main</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/malinajirka/\">malinajirka</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/manzwebdesigns/\">manzwebdesigns</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a>, <a href=\"https://profiles.wordpress.org/marijnkoopman/\">Marijn Koopman</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a>, <a href=\"https://profiles.wordpress.org/markscottrobson/\">Mark Robson</a>, <a href=\"https://profiles.wordpress.org/marks99/\">Mark Smallman</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep/\">markshep</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/wetah/\">Mateus Machado Luna</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom/\">Matt Cromwell</a>, <a href=\"https://profiles.wordpress.org/gothickgothickorguk/\">Matt Gibson</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/pfefferle/\">Matthias Pfefferle</a>, <a href=\"https://profiles.wordpress.org/mattoperry/\">mattoperry</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/mayankmajeji/\">Mayank Majeji</a>, <a href=\"https://profiles.wordpress.org/meaganhanes/\">Meagan Hanes</a>, <a href=\"https://profiles.wordpress.org/megphillips91/\">Meg Phillips</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>, <a href=\"https://profiles.wordpress.org/mgrenierfarmmedia/\">mgrenierfarmmedia</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/m_butcher/\">Michele Butcher-Jones</a>, <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikelopez/\">mikelopez</a>, <a href=\"https://profiles.wordpress.org/mikeyarce/\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/eemitch/\">Mitchell Bennis</a>, <a href=\"https://profiles.wordpress.org/mmarco9/\">mmarco9</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/mopsyd/\">mopsyd</a>, <a href=\"https://profiles.wordpress.org/morganestes/\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/gwendydd/\">Morgan Kay</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a>, <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a>, <a href=\"https://profiles.wordpress.org/mrgrt/\">mrgrt</a>, <a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/musicaljoeker/\">musicaljoeker</a>, <a href=\"https://profiles.wordpress.org/mweichert/\">mweichert</a>, <a href=\"https://profiles.wordpress.org/n5hzr/\">n5hzr</a>, <a href=\"https://profiles.wordpress.org/nabilmoqbel/\">Nabil Moqbel</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/naoki0h/\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nateinaction/\">Nate Gay</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/navanathbhosale/\">Navanath Bhosale</a>, <a href=\"https://profiles.wordpress.org/naveenkharwar/\">Naveen Kharwar</a>, <a href=\"https://profiles.wordpress.org/lcyh78/\">Neil James (lcyh78)</a>, <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/arealnobrainer/\">Netravnen</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/nicomollet/\">nicomollet</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/nikolam/\">Nikola</a>, <a href=\"https://profiles.wordpress.org/nbachiyski/\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/njbrown/\">njbrown</a>, <a href=\"https://profiles.wordpress.org/nlpro/\">nlpro</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/noahshrader/\">noahshrader</a>, <a href=\"https://profiles.wordpress.org/nourma/\">nourma</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/oolleegg55/\">oolleegg55</a>, <a href=\"https://profiles.wordpress.org/optimizingmatters/\">Optimizing Matters</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/ovann86/\">ovann86</a>, <a href=\"https://profiles.wordpress.org/ovenall/\">ovenall</a>, <a href=\"https://profiles.wordpress.org/oxyc/\">oxyc</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/jhonqwerty/\">pabloselin</a>, <a href=\"https://profiles.wordpress.org/paddy/\">Paddy</a>, <a href=\"https://profiles.wordpress.org/pankajmohale/\">Pankaj Mohale</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pabline/\">Paul Bunkham</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulstonier/\">Paul Stonier</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/pentatonicfunk/\">pentatonicfunk</a>, <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>, <a href=\"https://profiles.wordpress.org/pekz0r/\">Peter Elmered</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/decrecementofeliz/\">Pilar Mera</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/pishmishy/\">pishmishy</a>, <a href=\"https://profiles.wordpress.org/pkvillanueva/\">pkvillanueva</a>, <a href=\"https://profiles.wordpress.org/prashanttholia/\">prashanttholia</a>, <a href=\"https://profiles.wordpress.org/pratikkry/\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/prionkor/\">prionkor</a>, <a href=\"https://profiles.wordpress.org/psealock/\">psealock</a>, <a href=\"https://profiles.wordpress.org/puneetsahalot/\">Puneet Sahalot</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajanit2000/\">Rajan Vijayan</a>, <a href=\"https://profiles.wordpress.org/rajeshsingh520/\">rajeshsingh520</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/redstar504/\">redstar504</a>, <a href=\"https://profiles.wordpress.org/regankhadgi/\">Regan Khadgi</a>, <a href=\"https://profiles.wordpress.org/renehermi/\">Rene Hermenau</a>, <a href=\"https://profiles.wordpress.org/retlehs/\">retlehs</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/riaanlom/\">riaanlom</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">ribaricplusplus</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rnaby/\">Rnaby</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rogerlos/\">rogerlos</a>, <a href=\"https://profiles.wordpress.org/roikles/\">roikles</a>, <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a>, <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/roo2/\">roo2</a>, <a href=\"https://profiles.wordpress.org/rtagliento/\">rtagliento</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a>, <a href=\"https://profiles.wordpress.org/sabrinazeidan/\">Sabrina Zeidan</a>, <a href=\"https://profiles.wordpress.org/saeedfard/\">Saeed Fard</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla/\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a>, <a href=\"https://profiles.wordpress.org/sswebster/\">Sam Webster</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a>, <a href=\"https://profiles.wordpress.org/saqibameen/\">Saqib Ameen</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">Sarah Ricker</a>, <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>, <a href=\"https://profiles.wordpress.org/sawanoboly/\">sawanoboly</a>, <a href=\"https://profiles.wordpress.org/scarolan/\">scarolan</a>, <a href=\"https://profiles.wordpress.org/l3rady/\">Scott Cariss</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanpaulrasmussen/\">seanpaulrasmussen</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/senning/\">Senning</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/sncoker/\">Shawntelle Coker</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shramee/\">shramee</a>, <a href=\"https://profiles.wordpress.org/sresok/\">Simon Resok</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/sproutchris/\">sproutchris</a>, <a href=\"https://profiles.wordpress.org/stulab/\">St&#233;phane Treilhou</a>, <a href=\"https://profiles.wordpress.org/metodiew/\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/garubi/\">Stefano Garuti</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/sterndata/\">Steven Stern (sterndata)</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stoyangeorgiev/\">Stoyan Georgiev</a>, <a href=\"https://profiles.wordpress.org/sudoshreyansh/\">sudoshreyansh</a>, <a href=\"https://profiles.wordpress.org/smub/\">Syed Balkhi</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/utz119/\">TeBenachi</a>, <a href=\"https://profiles.wordpress.org/techboyg5/\">techboyg5</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/thefarlilacfield/\">thefarlilacfield</a>, <a href=\"https://profiles.wordpress.org/thelmachido/\">Thelma Mutete</a>, <a href=\"https://profiles.wordpress.org/thib3113/\">thib3113</a>, <a href=\"https://profiles.wordpress.org/thijsvanloef/\">thijsvanloef</a>, <a href=\"https://profiles.wordpress.org/webzunft/\">Thomas M</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/thomaslhotta/\">thomaslhotta</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timotijhof/\">TimoTijhof</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul I Chowdhury</a>, <a href=\"https://profiles.wordpress.org/tray/\">tracy apps</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, <a href=\"https://profiles.wordpress.org/treibstoff/\">treibstoff</a>, <a href=\"https://profiles.wordpress.org/trisha_cornelius/\">Trisha Cornelius</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/tzafrir/\">tzafrir</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/uxkai/\">uxkai</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\">Valentin Bora</a>, <a href=\"https://profiles.wordpress.org/contact-banker/\">Varun Sharma</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">vcanales</a>, <a href=\"https://profiles.wordpress.org/ravivaddweb/\">vidhiaddweb</a>, <a href=\"https://profiles.wordpress.org/vinayakanivase/\">Vinayak Anivase</a>, <a href=\"https://profiles.wordpress.org/vinita29/\">Vinita Tandulkar</a>, <a href=\"https://profiles.wordpress.org/usestrict/\">Vinny</a>, <a href=\"https://profiles.wordpress.org/virgodesign/\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/webmigrates/\">Webmigrates Technologies</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/planningwrite/\">Winstina Hughes</a>, <a href=\"https://profiles.wordpress.org/wittich/\">wittich</a>, <a href=\"https://profiles.wordpress.org/worldweb/\">worldweb</a>, <a href=\"https://profiles.wordpress.org/y_kolev/\">Y_Kolev</a>, <a href=\"https://profiles.wordpress.org/yansern/\">Yan Sern</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yscik/\">yscik</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, and <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>.\n\n\n\n<p></p>\n\n\n\n<p>In addition, many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time, or they’ve been around since the first release all the way back in 2003. These releases are as successful as they are because of their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who helped make WordPress 5.6. available in 38 languages at the time of release. Our community translators are hard at work ensuring more languages are on their way (70 are already at 90%). If contributing to WordPress appeals to you, it’s easy to learn more. Check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> or the <a href=\"https://make.wordpress.org/core/\">core development blog</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:4:\"9325\";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:57:\"\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:22:\"State of the Word 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2020/12/state-of-the-word-2020/\";s: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, 04 Dec 2020 22:55: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:1:{i:0;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9296\";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:110:\"State of the Word will be streamed on Facebook, YouTube, and Twitter on Thursday, Dec 17th, 2020  at 1600 UTC.\";s: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:\"Josepha\";s: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:1225:\"\n<p>State of the Word is an annual keynote address delivered by the project co-founder, Matt Mullenweg. Catch this year&#8217;s keynote in the video below!</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' width=\'632\' height=\'356\' src=\'https://www.youtube.com/embed/QI3qCoiuG3w?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\' sandbox=\'allow-scripts allow-same-origin allow-popups allow-presentation\'></iframe>\n</div></figure>\n\n\n\n<h3>New to State of the Word?</h3>\n\n\n\n<p>If this is your first time hearing of this talk, you’re in luck! Check out previous recordings below.</p>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">State of the Word 2019 &#8211; WordCamp US, St. Louis</a></li><li><a href=\"https://wordpress.tv/2018/12/27/state-of-the-word-2018/\">State of the Word 2018 &#8211; WordCamp US, Nashville</a></li><li><a href=\"https://wordpress.tv/tag/state-of-the-word/\">All recordings</a></li></ul>\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:4:\"9296\";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:57:\"\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:37:\"The Month in WordPress: November 2020\";s: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/2020/12/the-month-in-wordpress-november-2020/\";s: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, 02 Dec 2020 09:13:48 +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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9283\";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:304:\"November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world! WordPress 5.6 updates The Core team released WordPress 5.6 Beta 3 on Nov. 2, Beta 4 on Nov. 12, release candidate 1 on Nov. 17, and release candidate 2 on Dec. 1. You [&#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:\"Hari Shanker R\";s: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:10892:\"\n<p>November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.6 updates</h2>\n\n\n\n<p>The Core team released WordPress 5.6 <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-3/\">Beta 3</a> on Nov. 2, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-4/\">Beta 4</a> on Nov. 12, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-release-candidate/\">release candidate</a> 1 on Nov. 17, and <a href=\"https://wordpress.org/news/2020/12/wordpress-5-6-release-candidate-2/\">release candidate 2</a> on Dec. 1. You can test the Beta versions and the release candidates by <a href=\"https://wordpress.org/wordpress-5.6-beta2.zip\">downloading them from WordPress.org</a> or by using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin. Check out the <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 field guide</a> to understand the features of WordPress 5.6 and learn how you can incorporate them into your websites. WordPress 5.6 <a href=\"https://make.wordpress.org/core/5-6/\">will be out by Dec. 9, 2020</a>. </p>\n\n\n\n<p>But our work is never done: You can submit <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-5-7-whats-on-your-wishlist/\">feature suggestions for WordPress 5.7</a> by Dec. 15.&nbsp;</p>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress Core dev chats on Wednesdays at 5 a.m. and 8 p.m. UTC in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel on the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>, and <a href=\"https://make.wordpress.org/core/tag/dev-chat/\">catch up with recaps</a> on the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>. If you would like to help with WordPress 5.6 outreach, contact the <a href=\"https://make.wordpress.org/marketing/\">WordPress Marketing team</a> on the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel.</p>\n\n\n\n<h2>Gutenberg 9.3 and 9.4 are out</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">Version 9.3</a> on Nov. 4 and <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">Version 9.4</a> on Nov. 18. Both versions include&nbsp; several improvements to Full Site Editing (FSE) flows, in addition to bug fixes and feature upgrades. Version 9.3 is the first release that isn’t included entirely in WordPress 5.6; the version automatically enables FSE experiments when a block-based theme is active. Version 9.4 introduces some new features like percentage width for button blocks, block variation transformations, social icon support, and font size support for the list block. You can find out more about the Gutenberg roadmap in the <a href=\"https://make.wordpress.org/core/2020/11/02/whats-next-in-gutenberg-november-2020/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Learn WordPress updates</h2>\n\n\n\n<p>WordPress contributor teams are all set to launch <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> in December. Community members can now watch<a href=\"https://learn.wordpress.org/workshops\"> video workshops</a> to learn about various WordPress topics, <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">participate in discussion groups</a>, and use <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a> for organizing their own workshops. Contributor teams have launched <a href=\"https://make.wordpress.org/community/2020/11/18/quizzes-are-now-live-on-learn-wordpress/\">quizzes</a> and are also working on <a href=\"https://make.wordpress.org/community/2020/11/18/standards-for-learn-wordpress-workshop-content/\">setting standards</a> for workshops.<br></p>\n\n\n\n<p>Want to contribute to Learn WordPress? You can now submit a <a href=\"https://learn.wordpress.org/workshop-presenter-application/\">workshop application</a> (submissions in languages other than English are welcome!), apply to become a <a href=\"https://learn.wordpress.org/discussion-group-leader-application/\">discussion group leader</a>, organize <a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\">discussions for your local WordPress meetup group</a>, or <a href=\"https://make.wordpress.org/training/2020/11/25/high-priority-items-before-learn-wordpress-org-launch-part-2/\">help fix issues with existing lesson plans</a>.</p>\n\n\n\n<h2>WordPress 5.6 Translations and Polyglots survey</h2>\n\n\n\n<p>WordPress 5.6 is ready to be translated and is now at <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a>. If you would like to contribute, <a href=\"https://make.wordpress.org/polyglots/2020/11/07/wordpress-5-6-ready-to-be-translated/\">check out these instructions</a> and ensure that <a href=\"https://make.wordpress.org/polyglots/handbook/translating/packaging-localized-wordpress/automated-release-packages/\">your locale is ready for an automated release</a>. The Polyglots team has also kicked off its <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">translator research survey</a>. Please <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">participate in the survey</a>, share the <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">survey link</a> with members of your locale, and help amplify the <a href=\"https://www.facebook.com/WPTranslationDay/posts/1275404086174610\">Facebook</a>, <a href=\"https://twitter.com/TranslateWP/status/1333342595913834496\">Twitter</a>, and <a href=\"https://www.linkedin.com/posts/wptranslationday_makewordpress-wordpress-activity-6739110862650523648-fX8R/\">LinkedIn</a> posts about it.</p>\n\n\n\n<p>Want to help WordPress speak your language? Follow <a href=\"https://make.wordpress.org/polyglots\">the Polyglots team blog</a> and join the <a href=\"https://wordpress.slack.com/archives/C02RP50LK\">#polyglots</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li><a href=\"https://www.php.net/releases/8.0/en.php\">PHP 8</a> is out, and WordPress 5.6 <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">aims to be &#8220;beta-compatible&#8221; with the latest PHP version</a>.</li><li>Contributor teams have kicked off <a href=\"https://make.wordpress.org/themes/2020/11/18/theme-previews-in-the-time-of-blocks/\">an ongoing discussion on starter content for WordPress themes</a>. Starter content for the <a href=\"http://wp-themes.com/twentytwentyone/\">Twenty Twenty One</a>, <a href=\"http://wp-themes.com/twentytwenty/\">Twenty Twenty</a>, and <a href=\"http://wp-themes.com/twentyseventeen/\">Twenty Seventeen</a> themes are now available.</li><li>The Accessibility team is <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">testing a tool</a> to generate the structure of an accessibility statement for WordPress websites based on <a href=\"https://www.w3.org/WAI/planning/statements/generator/#create\">W3C standards</a>, and it is <a href=\"https://github.com/10degrees/accessibility-statement-plugin/issues\">requesting feedback from the community</a>.</li><li>The <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> has published a <a href=\"https://wordpressfoundation.org/2020/open-source-workshops-november-2020-report/\">report on Open Source workshops</a> that were held online in 2020, based on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> platform.</li><li>The Docs team is actively <a href=\"https://make.wordpress.org/docs/2020/11/12/follow-up-on-gutenberg-developer-documentation-restructuring-proposal/\">following up</a> on a proposal to <a href=\"https://make.wordpress.org/docs/2020/08/13/plan-proposal-for-a-new-better-structured-gutenberg-developer-documentation/\">restructure the Gutenberg developer documentation</a>.</li><li>The Community team is back with <a href=\"https://make.wordpress.org/community/tag/tuesdaytrainings/\">Tuesday Trainings</a>. The team is <a href=\"https://make.wordpress.org/community/2020/11/16/community-team-goals-for-2021-share-your-suggestions/\">also inviting suggestions on team goals for 2021</a> with a deadline of Dec. 14.</li><li>The Support team is <a href=\"https://make.wordpress.org/support/2020/11/changing-up-the-forum-front-page/\">making changes to the forum page</a> to improve discoverability. </li><li>Two online WordCamps took place in November: <a href=\"https://finland.wordcamp.org/2020/\">WordCamp Finland Online</a> and <a href=\"https://mexico.wordcamp.org/2020/\">WordCamp Mexico Online</a>. You can find Livestream recaps of the events on their websites. Videos will soon be available on WordPress.tv as well.</li><li>The Themes team <a href=\"https://make.wordpress.org/themes/2020/11/11/meeting-notes-tuesday-november-10-2020/\">made some changes to WordPress theme requirements</a>. These include removing updated CSS guidelines and a proposed plan to make WordPress themes accessibility-ready. The team is also <a href=\"https://make.wordpress.org/themes/2020/11/19/feedback-requested-resolution-process-for-issues-found-in-live-themes/\">requesting feedback</a> on the resolution process for issues found in live themes.</li><li>WordPress 5.6 will feature a <a href=\"https://make.wordpress.org/core/2020/11/05/updating-core-jquery-to-version-3-part-2/\">major jQuery change</a>, with the bundled jQuery version being updated to Version 3.5.1 and jQuery Migrate being updated to Version 3.3.2.</li><li>The <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Diversity speaker training group</a> of the Community team is requesting feedback on reimagining their work. Please <a href=\"https://make.wordpress.org/community/2020/11/12/input-requested-re-imagining-the-work-of-the-diverse-speaker-training-group-wpdiversity/\">share your feedback as comments on the post</a> by Dec. 18.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></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:4:\"9283\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 5.6 Release Candidate 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/12/wordpress-5-6-release-candidate-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Dec 2020 22:09: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:8:\"category\";a:3:{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:\"5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9274\";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:388:\"The second release candidate for WordPress 5.6 is here! WordPress 5.6 is slated for release on December 8, 2020, and we need your help to get there—if you haven’t tried 5.6 yet, now is the time! You can test WordPress 5.6 release candidate 2 in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option). Or download the release [&#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:7:\"Josepha\";s: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:2249:\"\n<p>The second release candidate for WordPress 5.6 is here!</p>\n\n\n\n<p>WordPress 5.6 is slated for release on <strong>December 8, 2020</strong>, and we need <em>your</em> help to get there—if you haven’t tried 5.6 yet, now is the time!</p>\n\n\n\n<p>You can test WordPress 5.6 release candidate 2 in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option).</li><li>Or <a href=\"https://wordpress.org/wordpress-5.6-RC2.zip\">download the release candidate here (zip)</a>.</li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the&nbsp;Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.6 and update the <em>Tested up to</em> version in the readme file to 5.6. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>. That way, those can be figured out before the final release. </p>\n\n\n\n<p>For a more detailed breakdown of the changes included in WordPress 5.6, check out the <a href=\"https://wordpress.org/news/2020/10/wordpress-5-6-beta-1/\">WordPress 5.6 beta 1 post</a>. The <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 Field Guide</a> is also out! It’s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>Think you found a bug?</strong> Post it to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report you can <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>. Don&#8217;t forget to check <a href=\"https://core.trac.wordpress.org/tickets/major\">the list of known bugs</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:4:\"9274\";s: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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 06 Feb 2021 06:45:21 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 03 Feb 2021 21:30:51 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:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20200502025608\";}', 'no');
INSERT INTO `kmintr_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1546, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1612637121', 'no'),
(1547, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1612593921', 'no'),
(1548, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1612637121', 'no');
INSERT INTO `kmintr_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1549, '_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:131:\"WPTavern: Gutenberg 9.9 Adds Color Options for Social Icons, Includes Rounded Borders for Images, and Changes the Theme JSON Format\";s: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=111628\";s: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:303:\"https://wptavern.com/gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format\";s: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:7460:\"<p class=\"has-drop-cap\">Version 9.9 of the <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg plugin</a> landed earlier today. While it includes several minor UI improvements, the biggest user-facing change is the inclusion of icon and background color options for the Social Links block. Theme authors can now add support for rounded image borders. They are also faced with a breaking change to their theme JSON files.</p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-5-7-beta-1-is-ready-for-testing\">WordPress 5.7 Beta 1 </a>was released earlier this week. The final 5.7 release will include features from Gutenberg 9.9 back down to 9.3. Only bug fixes from upcoming plugin updates should be ported into WordPress during the rest of the development cycle.</p>\n\n\n\n<p>The development team squashed over 30 bugs in the latest plugin update. It also includes several enhancements and API updates. Plugin developers can now <a href=\"https://github.com/WordPress/gutenberg/pull/28482\">override the block category</a> when registering variations, which should help with discoverability.</p>\n\n\n\n<p>Full Site Editing and other experimental work continued as usual. One item that theme authors should keep an eye on is the initial groundwork for additional <a href=\"https://github.com/WordPress/gutenberg/pull/28049\">border options</a>. The experimental feature for adding border colors, styles, and widths for blocks has long been on the wish list of many. I expect that the team will start slowly rolling out block support and a UI in coming versions.</p>\n\n\n\n<h2>Color Options for Social Links</h2>\n\n\n\n<img />Icon and background colors for Social Links.\n\n\n\n<p class=\"has-drop-cap\">Users can now <a href=\"https://github.com/WordPress/gutenberg/issues/21605\">change the icon color and background</a> in the Social Links block. This change allows the user to customize the colors for all icons in the links list. The &ldquo;logos only&rdquo; block style does not support a background color.</p>\n\n\n\n<p>The missing piece is the ability to set individual icon colors and their hover colors. One of the use cases in theme design is to provide a solid-colored group of icons that change to the brand colors on hover or focus. The only way to do this from the user&rsquo;s end is via individual icon color options. Even the ability to set the icon hover color for the entire block is still unavailable.</p>\n\n\n\n<p>Branding guidelines were <a href=\"https://github.com/WordPress/gutenberg/issues/21605#issuecomment-629318653\">mentioned as a concern</a> with the current color options, but that concern is outside the scope of WordPress&rsquo;s responsibility (see <a href=\"https://github.com/WordPress/gutenberg/pull/21900#issuecomment-624307120\">longer analysis regarding logos</a>). Many brands also have alternate colors they allow, which are not possible to use without icon-specific colors.</p>\n\n\n\n<p>Setting the background and text color for all icons at once is a step in the right direction, but the block editor is still not matching what theme authors are doing in traditional theme design. These missing features are blockers for the eventual adoption of Full Site Editing.</p>\n\n\n\n<h2>Rounded Border Support for Themes</h2>\n\n\n\n<img />Border radius setting for the Image block.\n\n\n\n<p class=\"has-drop-cap\">Theme authors can now <a href=\"https://github.com/WordPress/gutenberg/pull/27667\">opt into border-radius support</a> for images. Support comes in two forms. One is a setting to allow end-users to customize the border-radius via the block options sidebar. The second is setting a default border-radius value for all images.</p>\n\n\n\n<p>The Gutenberg team first added border-radius support to the Group block in <a href=\"https://wptavern.com/gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame\">version 9.8</a>. Currently, only the Group and Image blocks support the feature.</p>\n\n\n\n<p>The following theme JSON code will add settings and styles support. Note the new format change, which is covered in the next section.</p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"settings\": {\n        \"core/image\": {\n            \"border\": {\n                \"customRadius\": true\n            }\n        }\n    },\n    \"styles\": {\n        \"core/image\": {\n            \"border\" : {\n                \"radius\": \"10px\"\n            }\n        }\n    }\n}</code></pre>\n\n\n\n<h2>New Theme JSON File Format</h2>\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 9.9 introduces two breaking changes to the <code>experimental-theme.json</code> file, which will eventually be renamed to <code>theme.json</code> once it is out of the experimental stage. This file allows theme authors to configure custom styles and settings for the block system. Any themes currently using the pre-9.9 format will need to be updated.</p>\n\n\n\n<p>The first change makes <code>settings</code> and <code>styles</code> <a href=\"https://github.com/WordPress/gutenberg/pull/28110\">top-level keys in the file</a>. The second change <a href=\"https://github.com/WordPress/gutenberg/pull/28533\">renames and splits</a> the <code>global</code> key to <code>defaults</code> and <code>root</code>. <code>defaults</code> deal with default values and styles while <code>root</code> handles the site root block.</p>\n\n\n\n<p>Ari Stathopoulos wrote a <a href=\"https://make.wordpress.org/themes/2021/02/04/gutenberg-9-9-new-json-structure-for-theme-json-files/\">tutorial for theme authors</a> to update their themes on the Make Themes blog.</p>\n\n\n\n<p>&ldquo;The rationale for this change is that the use cases for theme.json have grown beyond initially considered, and the vision is now being able to absorb a lot of things that themes declare at the moment via other means,&rdquo; wrote Andr&eacute;s Maneiro, the creator of both tickets. &ldquo;Some examples are registering (and translate?) custom templates, declare theme metadata that is currently stored in the stylesheet, declare stylesheet paths, etc.&rdquo;</p>\n\n\n\n<p>He also shared a vision of what the format might look like:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"name\": \"TwentyTwentyOne\",\n    \"description\": \"...\",\n    \"customTemplates\": ...,\n    \"textDomain\": ...,\n    \"version\": 1,\n    \"settings\": {\n            \"global\": { ... },\n            \"core/paragraph\": { ... }\n    },\n    \"styles\": {\n            \"global\": { ... },\n            \"core/paragraph\": { ... }\n    }\n}</code></pre>\n\n\n\n<p>For users, this data might not make much sense. However, any theme author should be able to recognize the significance of potentially moving metadata that is currently stored in their theme&rsquo;s <code>style.css</code> through a non-standard system that WordPress has used for ages. Eventually moving that data to a standard format, JSON, would give WordPress flexibility to shed some of its legacy baggage.</p>\n\n\n\n<p>WordPress themes currently have a hard requirement of including a <code>style.css</code> file. We could well be on our way to building WordPress themes that have no need for a stylesheet at all. The future of FSE is likely one in which CSS is all handled through the Global Styles system with the theme&rsquo;s default values set via the <code>theme.json</code> file. If a theme has no styles, it does not make sense to hold onto the <code>style.css</code> file.</p>\n\n\n\n<p>However, this change is not merely limited to that possibility. The new format is cleaner and better prepared for future additions.</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, 05 Feb 2021 21:53: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:14:\"Justin Tadlock\";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:64:\"WPTavern: Newspack Publishes Showcase with 60 Newsrooms Launched\";s: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=111568\";s: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:173:\"https://wptavern.com/newspack-publishes-showcase-with-60-newsrooms-launched?utm_source=rss&utm_medium=rss&utm_campaign=newspack-publishes-showcase-with-60-newsrooms-launched\";s: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:4464:\"<p><a href=\"https://newspack.pub/\">Newspack</a>, a project funded by the Google News initiative and WordPress.com, has published a <a href=\"https://raindrop.io/collection/11158847\">showcase</a> of 60 news sites running on the platform. WordPress.com <a href=\"https://wptavern.com/wordpress-com-secures-2-4-million-in-funding-from-google-and-partners-to-build-a-publishing-platform-for-news-organizations\">announced</a> its plans to build the Newspack CMS two years ago and successfully signed on more than 50 sites in the first year. The cloud-based platform is open source and highly customized to generate revenue for small to medium-sized publications.</p>\n\n\n\n<p>Early adopters include the <a href=\"https://austinweeklynews.com/\">Austin Weekly News</a>, <a href=\"https://mississippitoday.org/\">Mississippi Today</a>, <a href=\"https://hongkongfp.com/\">Hong Kong Free Press</a>, <a href=\"https://oklahomawatch.org/\">Oklahoma Watch</a>, <a rel=\"noreferrer noopener\" href=\"https://bangordailynews.com/\" target=\"_blank\">Bangor Daily News</a>,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://oaklandside.org/\" target=\"_blank\">The Oaklandside</a>, and many other watchdog publications serving their communities with vital local news coverage. </p>\n\n\n\n<p>The <a href=\"https://raindrop.io/collection/11158847\">showcase</a> was created using the Raindrop bookmark manager, which allows viewers to search for a specific site and see all the various homepages at a glance. The diversity of the publications is striking, but clicking through to their websites it&rsquo;s clear that most of them share an intimate connection with their communities that might otherwise have evaporated in the <a href=\"https://wptavern.com/finding-wordpress-in-the-post-print-news-era\">post-print news era</a>. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Newspack stands out as an affordable, open source alternative to proprietary systems. Publishers generally pay <a href=\"https://newspack.pub/pricing/\">$500-$2,000/month</a> using a sliding scale based on their annual revenue. The <a href=\"https://newspack.pub/2019/08/12/see-the-revenue-generation-features-of-newspack-in-action/\">tools</a> they are given are open and designed to help create economically sustainable journalism. It&rsquo;s not surprising that a community has sprung up around the product, as small publishers share many of the same issues.  A dedicated Slack workspace. facilitates conversation and collaboration for more than 150 editors, designers, product and business people who are all using the same building blocks to run their publications.</p>\n\n\n\n<p>In 2020, thirteen Newspack publications were awarded <a href=\"https://newspack.pub/2020/05/07/newspack-publishers-earn-share-of-covid-19-relief-package/\">a total of more than $1 million in grants</a> from the Facebook Journalism Program&rsquo;s relief effort for local news due to Covid-19. Publishing online at a low cost on WordPress has helped many of these publications weather the pandemic, instead of being forced to consolidate or shutter. </p>\n\n\n\n<p>In May, 2020, analysts from&nbsp;<a href=\"https://fundjournalism.org/\">News Revenue Hub</a> published a <a href=\"https://fundjournalism.org/2020/05/26/hub-report-several-sites-are-now-on-newspack-hows-that-going/?utm_source=dlvr.it&utm_medium=twitter\">study</a> examining how Newspack-powered newsrooms are interacting with WordPress. A few key findings showed that Newspack users may require more assistance in managing their sites, which leverage the block editor and come with more than 50 pre-configured plugins:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The role of Newspack in reducing or replacing the need for website management-related technical resources is unclear, and depends greatly on an individual newsroom&rsquo;s technical knowledge and resources.</p><p>Potential improvements going forward should focus on providing deeper, more standardized education and documentation to broad groups of users.</p></blockquote>\n\n\n\n<p>The report concluded that &ldquo;Newspack has established itself as a valuable tool for newsrooms, as well as a valuable method for building sites collaboratively,&rdquo; but warns that the project may face challenges in scaling the hands-on support that pilot newsrooms received in the early stages. More revenue-generating features are still being developed but overall participating newsrooms had a high rate of satisfaction with the platform.</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, 05 Feb 2021 06:38: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: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: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:99:\"WPTavern: Call for Feedback on Theme Review Action, a New Automated WordPress Theme Testing Project\";s: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=111325\";s: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:241:\"https://wptavern.com/call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project?utm_source=rss&utm_medium=rss&utm_campaign=call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project\";s: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:5176:\"<img />GitHub output of Theme Review Action.\n\n\n\n<p class=\"has-drop-cap\">Automation. It is one of those dreams in the minds of many reviewers from the Themes Team. If there was a tool to take care of 90% of the issues, the team could focus on the 10% not easily found by automated scripts.</p>\n\n\n\n<p>Enter the <a href=\"https://github.com/WordPress/theme-review-action\">Theme Review Action</a> project. Steve Dufresne, a WordPress Meta team contributor, put out a <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">call for testing and feedback </a>of the new project on Monday.</p>\n\n\n\n<p>&ldquo;If we could combine some of the existing code analysis tools, automate away some of the manual testing and open them up to more development workflows, could we improve theme quality, alleviate pressure on manual testing, and speed up the theme review process?&rdquo; asked Dufresne.</p>\n\n\n\n<p>The project currently runs several test suites, including the current <a href=\"https://wordpress.org/plugins/theme-check/\">Theme Check</a> plugin. Theme authors can run the texts by running the NPX command in their theme folder, adding it as an action on GitHub, or cloning and running it locally. Running via NPX is not currently supported on Windows.</p>\n\n\n\n<p>Right now, theme authors are needed. Regardless of whether you are building themes for the directory, clients, third-party marketplaces, or a theme shop, this is an opportunity to give back to WordPress. It is also an opportunity to improve the tools that you could benefit from as a theme developer in the long term. Automated theme tests help the entire theme ecosystem.</p>\n\n\n\n<p>&ldquo;Theme authors need to be open to this and understand that it is not all about requirements,&rdquo; said Carolina Nymark, a Themes Team representative. &ldquo;It is about improving theme quality.&rdquo;</p>\n\n\n\n<p>The project was, in part, informed by a Themes Team <a href=\"https://make.wordpress.org/themes/2020/04/03/proposal-github-theme-review/\">proposal in early 2020</a>. Denis &#381;oljom identified three problems the team was fighting against:</p>\n\n\n\n<ul><li>People don&rsquo;t like to read requirements or handbooks.</li><li>Some of the issues that are popping up are repetitive and could be caught automatically.</li><li>Reviewing themes in Trac is really cumbersome.</li></ul>\n\n\n\n<p>The proposal&rsquo;s focus was on moving reviews to GitHub, focusing on the third point. However, the Theme Review Action project could be the start of handling one or more issues.</p>\n\n\n\n<p>The obvious solution is that the project can be automated. However, because the Theme Review Action project can be set as a GitHub Action, it leaves room for the team&rsquo;s GitHub review proposal.</p>\n\n\n\n<p>&ldquo;Two things I mentioned to Steve &mdash; and these are my opinions &ndash;, is that we need checks that run on theme upload and on live themes, and we need a long-term solution,&rdquo; said Nymark. &ldquo;There have been attempts to automate testing before that have not been followed through, and without a plan for how the tool will be used, I am worried about spending time on it.&rdquo;</p>\n\n\n\n<p>The team had hoped that the <a href=\"https://make.wordpress.org/themes/handbook/theme-sniffer/\">Theme Sniffer</a> project would lead to more automation at one point. It is hard to get hopes up after previous goals never came to fruition.</p>\n\n\n\n<p>&ldquo;I too have a similar concern where the project might not get enough adoption to make it to .ORG checking, and that is one of the reasons (other than just being super busy) that I haven&rsquo;t been able to prioritize looking at [Theme Review Action],&rdquo; said Themes Team rep William Patton.</p>\n\n\n\n<p>While the team and some theme authors still use the Theme Sniffer, the UI leaves a lot to be desired. Nymark pointed out that it was hard for theme authors to distinguish between the baseline requirements and recommendations.</p>\n\n\n\n<p>&ldquo;To display messages from automated tools that are not strictly requirements is very difficult to get right,&rdquo; she said. &ldquo;For example, if a tool started reporting CSS linting errors for the WordPress CSS coding standards, many people would find that too opinionated and limiting.&rdquo;</p>\n\n\n\n<p>Theme authors, the group that reaps the most financial and reputational benefits from the theme directory, have often been reluctant to chip in. Few companies spare an employee to perform reviews or work on tools that developers and the team need. Calls for testing, feedback, and discussion often go unanswered, leaving a select few to do the lion&rsquo;s share of the work. For this project to be successful and not feel like something foisted upon them down the road, theme developers need to be in the mix.</p>\n\n\n\n<p>In the <a href=\"https://wptavern.com/wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks\">first episode</a> of the WP Briefing podcast, WordPress Executive Director Josepha Haden Chomphosy talked about focusing on automation as one of this year&rsquo;s goals. If there is one team that could use such tools, it would be the Themes Team.</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, 04 Feb 2021 22:51:42 +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:\"Justin Tadlock\";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:109:\"WPTavern: New Report Estimates WordPress’ Market Share of US Higher Education Institution Websites at 40.8%\";s: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=111416\";s: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:255:\"https://wptavern.com/new-report-estimates-wordpress-market-share-of-us-higher-education-institution-websites-at-40-8?utm_source=rss&utm_medium=rss&utm_campaign=new-report-estimates-wordpress-market-share-of-us-higher-education-institution-websites-at-40-8\";s: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:2613:\"<p>A new <a href=\"https://www.eqafy.com/component/content/article/49-higher-education-research/315-us-university-and-college-content-management-systems-2021.html\">report</a> from eQAfy, a company that collects and analyzes data about higher education websites, has benchmarked which content management systems US institutions are using. The report is a snapshot of data from December 2020, sourced from the&nbsp;<a href=\"https://nces.ed.gov/\">National Center for Education Statistics</a>&nbsp;<a href=\"https://nces.ed.gov/ipeds/\">IPEDS database</a>. After scanning a list of 4,000 active institutions,  EQAfy&rsquo;s headless browser was able to detect the CMS for 3,359 homepages (83.8%).</p>\n\n\n\n<p>A market leading group of 12 content management systems made up 90% of the homepages eQAfy detected, including four open source solutions and eight proprietary solutions. WordPress captures 40.8% of the market, followed by Drupal at 19.1%, as measured across all institution types (public, private for profit, and private non-profit), levels (2-year and 4-year), and sizes.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>WordPress&rsquo; estimated market share for public institutions came in at 27%, and is much higher in the private for-profit institutions category at 55%. </p>\n\n\n\n<p>Looking at 2-year public higher education institutions by student population, WordPress falls to #3 at just 18.3%. Drupal leads the pack in that category with 29.2%, and proprietary CMS&rsquo;s take up the rest of the market. WordPress does much better in the category of 4-year private for-profit higher education institutions, capturing a staggering 75% of the market.</p>\n\n\n\n<p>When examining CMS suppliers for institutions by size, WordPress is the overall market leader but does far better in the smallest institutional size categories, with waning dominance in the large to very large categories.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The <a href=\"https://www.eqafy.com/component/content/article/49-higher-education-research/315-us-university-and-college-content-management-systems-2021.html#table-10-2-year-private-non-profit-institutions\">report</a> has more interesting data comparisons across different categories if you want to dig deeper. It&rsquo;s important to note that eQAfy only collected the main websites for these institutions, which may not be representative of the CMS that powers the schools&rsquo; ancillary websites. They are often created using a combination of platforms. This report covers only which CMS the schools preferred to use for the face of their institutions.</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, 04 Feb 2021 04:48:39 +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: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:64:\"WPTavern: FSE and WordPress Themes: What Does the MVP Look Like?\";s: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=111262\";s: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:169:\"https://wptavern.com/fse-and-wordpress-themes-what-does-the-mvp-look-like?utm_source=rss&utm_medium=rss&utm_campaign=fse-and-wordpress-themes-what-does-the-mvp-look-like\";s: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:8894:\"<p class=\"has-drop-cap\">Josepha Haden Chomphosy, the Executive Director of WordPress, <a href=\"https://make.wordpress.org/core/2021/02/01/full-site-editing-and-themes-where-things-are/\">posted a follow-up</a> to her <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">outline of the upcoming year</a>. Questions mounted about what a minimum viable product (MVP) looked like for Full Site Editing (FSE), which is expected to be ready in the Gutenberg plugin in April. The core team is also shooting for a June launch of FSE in WordPress when it ships WordPress 5.8.</p>\n\n\n\n<p>These seem like lofty goals, but members of the WordPress development and business community were left asking, &ldquo;What is an MVP for FSE?&rdquo; This is not a new question. Whether it is the swift pace of development, a communication breakdown, or so much of the project being hidden behind layer upon layer of GitHub issues, it can be hard to follow. There is no big webpage that spells out each step in minute detail of where the project is going. Information can sometimes feel scattered. This can give pause to third-party developers and business owners who need to know what to expect to update their products.</p>\n\n\n\n<p>Joost de Valk, the CPO of Yoast, <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/#comment-4975\">voiced his frustration</a> with the process in the comments. We later discussed this in more detail.</p>\n\n\n\n<p>&ldquo;I think FSE will change what a theme is, and, if it gets executed properly, will make it far easier to build a theme, as themes will be much smaller,&rdquo; he said. &ldquo;That brings the burden onto the community to come up with reliable methods of styling though, and conventions on class names or similar, to make styling work everywhere. I currently don&rsquo;t understand what is even considered as MVP for Full Site Editing, nor do I see any discussions about how it&rsquo;ll work with themes not purpose built for it, and that worries me.&rdquo;</p>\n\n\n\n<p>He shares some of the same concerns as others in the community who feel like there is no process in place for an MVP.</p>\n\n\n\n<p>&ldquo;And there is no such thing,&rdquo; he said. &ldquo;Vision without execution is just hallucination.&rdquo;</p>\n\n\n\n<p>Chomphosy said that she was aware of the interconnectedness. &ldquo;I also see that the information we have published isn&rsquo;t in a tidy and followable post that would help people make good decisions on behalf of 39% of the web,&rdquo; she said.</p>\n\n\n\n<p>She pointed to a <a href=\"https://github.com/WordPress/gutenberg/issues/24551\">ticket that lists six (now seven) milestones</a>. Each of those milestones, when taken together, represent where FSE needs to be for an MVP.</p>\n\n\n\n<p>&ldquo;Together they outline an architecture that allows the expression of a full theme using blocks and an editor capable of customizing that theme,&rdquo; she wrote. &ldquo;<strong>The MVP should make it possible to build a version of the Twenty Twenty-One theme, using only blocks, without any coding knowledge.</strong>&ldquo;</p>\n\n\n\n<p>The following is a breakdown of the milestones that need to reach completion before we see the first version of FSE land in WordPress:</p>\n\n\n\n<h2>Milestone 1: Infrastructure and UI</h2>\n\n\n\n<p>Perhaps the most crucial part of FSE is a <a href=\"https://github.com/WordPress/gutenberg/issues/24818\">workable site editor</a>. Merging the WordPress templating system into a cohesive UI is the foundation of the project. The underlying infrastructure handles how templates and template parts work. At this point, this foundation is in a reliable spot. It is all the features that build upon it that need more work. This milestone also includes getting the site-editing interface in place and handling multi-entity saving.</p>\n\n\n\n<p>The final leg of the milestone allows users to <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">edit templates</a> from within the post editor, effectively switching between content and design editing. The FSE Outreach Program recently <a href=\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\">tested this feature</a> to garner feedback after Gutenberg 9.6.</p>\n\n\n\n<h2>Milestone 2: Browsing</h2>\n\n\n\n<p>This milestone covers all of the work for <a href=\"https://github.com/WordPress/gutenberg/issues/24552\">navigating the UI</a> of the site editor. There are many moving parts, such as switching between pages, templates, template parts, global styles, and more. Users must know which element they are working on.</p>\n\n\n\n<p>This is the only milestone marked as completed. However, there is an open ticket for exploring the idea of a <a href=\"https://github.com/WordPress/gutenberg/issues/23328\">&ldquo;browsing&rdquo; mode</a> alongside the edit and select modes.</p>\n\n\n\n<h2>Milestone 3: Styling</h2>\n\n\n\n<p>For the most part, this milestone centers on the upcoming Global Styles system. The <a href=\"https://github.com/WordPress/gutenberg/issues/20331\">system creates a hierarchy</a> of how styles are applied to blocks from theme defaults to global user modifications, down to per-block style options.</p>\n\n\n\n<p>While much of the work is complete for an MVP, there are dozens of feature tickets in the backlog. This is also an area where the block system is years behind third-party page builders. Expect to see long-term feature additions based on post-launch feedback.</p>\n\n\n\n<h2>Milestone 4: Theme Blocks</h2>\n\n\n\n<p>Theme authors should keep a close eye on this ticket. The only way that block-based themes become a reality for most theme developers is if all <a href=\"https://github.com/WordPress/gutenberg/issues/22724\">template tags have a corresponding block</a> in the site editor. Or, at least if the most-used template tags do. Some of these functions are no longer applicable in the block editor. Theme developers should make sure they have the blocks they need to recreate anything they are building today.</p>\n\n\n\n<p>Admittedly, I am sad to see that blocks for Bookmarks/Links are unlikely to be moving forward. While the feature is deprecated, I am still nostalgic about the good ol&rsquo; blogroll days. Maybe this would be best left a plugin. A revival of the <a href=\"https://wordpress.org/plugins/link-manager/\">Link Manager</a> plugin could be in order.</p>\n\n\n\n<h2>Milestone 5: Query Block</h2>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/issues/24762\">Query block</a> and its corresponding Loop block are, in some ways, the most essential pieces of Full Site Editing. They handle what posts are loaded and how they are displayed. The feature is one of the more complex puzzles to solve. The Gutenberg development team has continued iterating on it for months, and it is now at a good baseline. However, it has miles to go before it can seriously handle all the things that theme authors need to do with it.</p>\n\n\n\n<p>Right now, the Query block only handles a handful of options for customizing the query. The team needs to determine what controls should be available in the sidebar for end-users and integrate the blocks with patterns for different types of post-list displays.</p>\n\n\n\n<h2>Milestone 6: Navigation Block</h2>\n\n\n\n<p>Aside from the Query block, Navigation is the only other block that requires <a href=\"https://github.com/WordPress/gutenberg/issues/27593\">its own milestone</a>. Navigation menu issues have plagued the WordPress project for well over a decade. It is one of the hardest things to get right. While nav menus in WordPress today are generally easy to work with, their design is not customizable by the end-user. The output is wholly at the theme author&rsquo;s discretion. Catering to the array of possible menu designs theme authors might want and making it customizable for the end-user is likely one of the toughest problems for the Gutenberg project.</p>\n\n\n\n<p>There are at least a couple of dozen sub-tickets that need contributors. Even then, it could be several versions later before the Navigation block is ready for the more complex patterns used in some themes today.</p>\n\n\n\n<h2>Milestone 7: Gradual Adoption</h2>\n\n\n\n<p>After the first six milestones representing the MVP are completed, WordPress needs a way to allow end-users and theme authors to gradually adopt FSE. Primarily, this would be a mix of block-based templates and traditional PHP-based templates. Developers should be allowed to update their themes without changing them wholesale, potentially leaving segments of their user base behind.</p>\n\n\n\n<p>Block-based widgets and navigation screens also fall under this milestone. Both features were punted to future releases after failing to land in 2020. However, these will be stepping stones for users who are not quite ready to switch to FSE or are unable to because of their theme.</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, 03 Feb 2021 22:55:56 +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:\"Justin Tadlock\";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:55:\"WordPress.org blog: WordPress 5.6.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9574\";s: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/2021/02/wordpress-5-6-1-maintenance-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8265:\"<p>WordPress 5.6.1 is now available!</p>\n\n\n\n<p>This maintenance release features&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.6.1&group=status&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">20 bug fixes</a> as well as&nbsp;7 issues fixed for the&nbsp;block&nbsp;editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-5.6.1.zip\">download WordPress 5.6.1 directly</a>, or visit the<strong>&nbsp;Dashboard → Updates</strong>&nbsp;screen&nbsp;and click&nbsp;<strong>Update Now</strong>. If your sites support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>WordPress 5.6.1 is a short-cycle maintenance release. The next major release will be&nbsp;<a href=\"https://make.wordpress.org/core/5-7/\">version 5.7</a>.</p>\n\n\n\n<p>To see a full list of changes, you can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.6.1&group=status&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">list on Trac</a>, read the&nbsp;<a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">5.6.1 RC1</a>&nbsp;post, or visit the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-6-1/\">5.6.1 documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.6.1 release was led by <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a>, <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sergeybiryukov</a> and <a href=\"https://profiles.wordpress.org/whyisjake/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>whyisjake</a>. Thanks to <a href=\"https://profiles.wordpress.org/metalandcoffee/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>metalandcoffee</a> and <a href=\"https://profiles.wordpress.org/hellofromtonya/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>hellofromtonya</a> for running bug scrubs, <a href=\"https://profiles.wordpress.org/planningwrite/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>planningwrite</a> and <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a> for their help on the release post.</p>\n\n\n\n<p>Props to everyone who helped make WordPress 5.6.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</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, 03 Feb 2021 21:30:51 +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:9:\"Jb Audras\";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:51:\"WPTavern: WordPress 5.7 Beta 1 Is 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=111333\";s: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:147:\"https://wptavern.com/wordpress-5-7-beta-1-is-ready-for-testing?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-7-beta-1-is-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:3105:\"<p><a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> was released this week on schedule and is ready for wider testing. This release will introduce <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..02%2F03%2F2021&type=enhancement&type=feature+request&milestone=5.7&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">68 new features and enhancements</a>, dozens of bug fixes, and versions 9.3 &ndash; 9.9 of the Gutenberg plugin. </p>\n\n\n\n<p>A few of the highlights expected in 5.7 include the following: </p>\n\n\n\n<ul><li><strong>Lazy-load iframes</strong>: When WordPress 5.4 added lazy loading for images, contributors discussed extending this to iframes as well. Now that the&nbsp;<code>loading</code>&nbsp;attribute on&nbsp;<code>iframe</code>&nbsp;tags has been added to the HTML standard, it will be supported in core in 5.7. </li><li><strong>Streamlined migration from HTTP to HTTPS</strong>: WordPress can now detect if a user&rsquo;s hosting environment supports HTTPS and <a href=\"https://wptavern.com/wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https\">enables a one-click update process</a>, handling mixed content rewrites where possible. </li><li><strong>Standardize colors used in WP-Admin CSS to a single palette</strong>: WordPress is <a href=\"https://wptavern.com/skinning-the-wordpress-admin-css-custom-properties-on-the-way\">implementing a CSS custom properties system</a> that will make it easier to add custom color schemes.</li><li><strong>Ongoing cleanup after update to jQuery 3.5.1</strong></li><li><strong>New Robots API</strong>: <a href=\"https://core.trac.wordpress.org/changeset/49992\">This new API</a> allows developers to centrally manage the content of the&nbsp;<code>robots</code>&nbsp;meta tag injected into the page, and includes a setting to toggle whether search engines are allowed to display large media from the site. By default, a&nbsp;<code>max-image-preview:large</code>&nbsp;robots directive which will be injected into the&nbsp;<code>robots</code>&nbsp;meta tag based on the new setting.</li></ul>\n\n\n\n<p>These features need testing, along with the host of updates rolling over from the Gutenberg plugin. The editor is getting the most visible enhancements in 5.7, with features like dragging blocks and block patterns from the inserter into the canvas, major improvements to the buttons block, new social icons, and much more.</p>\n\n\n\n<p>The official release is expected in just under five weeks on March 9, 2021. Testing is a critical part of the process for making WordPress better with each update. The easiest way to get in on that is to install the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (set to the&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<code>Beta/RC Only</code>&nbsp;stream), or download and install the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a> of the beta version.</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, 03 Feb 2021 18:54:13 +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: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:56:\"WordPress.org blog: The Month in WordPress: January 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9632\";s: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/2021/02/the-month-in-wordpress-january-2021/\";s: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:11649:\"<p>For WordPress, 2021 started on a high note. Read on to learn about updates from last month.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress release updates</h2>\n\n\n\n<p>WordPress project executive director — Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">shared big picture goals for WordPress in 2021</a>. Highlights include shipping&nbsp; Full Site Editing&nbsp; — first on the Gutenberg plugin in April 2021&nbsp; and later in core (with WordPress 5.8), improved learning opportunities on learn.wordpress.org, and better tooling for contributors. As per the updated <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a>, WordPress version 5.7 is planned to launch in March 2021 and WordPress 5.8 in June 2021. Some related updates:</p>\n\n\n\n<ul><li>Contributor teams are working on <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">an updated admin color palette for WordPress 5.7</a> that will be more accessible and easy to read.&nbsp;</li><li>The Core team is working on a proposal to <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">align WordPress release cycles with industry standards</a>.&nbsp;</li><li>WordPress 5.6.1 <a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">Release Candidate 1</a> is out. This release is set to launch by<a href=\"https://make.wordpress.org/core/2021/02/02/a-week-in-core-february-1-2021/\"> February 3, 2021</a>. Questions and answers for <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">WordPress 5.6</a> are now <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">available on GitHub</a>. Contact the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel in the WordPress Slack, if you would like to contribute.</li><li>The <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> release is out! Download the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip file</a> or use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">beta tester plugin</a> to test it out.&nbsp;</li></ul>\n\n\n\n<p>Want to be involved in the next release? You can help build WordPress Core by following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a> and joining the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal to return to in-person WordPress events in safe locations</h2>\n\n\n\n<p>The Community team is <a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\">discussing an updated proposal</a> to create a decision-making checklist for meetup organizers. The proposal is aimed at locations that have more effectively contained COVID-19 (such as New Zealand and Taiwan, for instance) so that local meetup groups in these areas can organize safe, in-person events. According to the proposal, in-person meetup organizers should review local/global health instructions based on resources and complete a checklist — which recommends whether to organize an event or not based on the organizer’s inputs and other factors. Compulsory safety precautions should be taken for any in-person meetup, and participants/organizers can share event feedback with WordCamp Central. The proposal is still being discussed, so if you have any thoughts, please<a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\"> share them in the comments</a>. <strong>Please note: WordPress meetups and WordCamps are still online at this time and will continue to remain online until further notice.</strong></p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog</a>, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RQC7RN\">#community-events</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a local WordPress community event, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>.&nbsp;</p>\n\n\n\n<h2>Gutenberg 9.7 and 9.8</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">Version 9.7</a> on January 6th and <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">Version 9.8</a> on January 20th. Version 9.7 allows users to drag block patterns from the inserter right into a desired position within the editor. It also has a new block variations feature and several improvements to reusable blocks. Version 9.6 makes the spacer block semi-transparent, adds a variation icon to the block switcher, adds site editor content to an iframe, and stabilizes Full Site Editing (FSE) by removing the auto drafts feature. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can find out more about the Gutenberg roadmap in the latest <a href=\"https://make.wordpress.org/core/2021/02/01/whats-next-in-gutenberg-february-2021/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<h2>Inviting Learn WordPress Contributors</h2>\n\n\n\n<p>Contributor teams working on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> initiative are asking for <a href=\"https://learn.wordpress.org/contribute/\">new workshop presenters and discussion group facilitators</a>. The Training Team is recruiting<a href=\"https://make.wordpress.org/training/2021/01/27/learn-wordpress-working-group-call-for-handbook-volunteers/\"> volunteers for the Learn WordPress handbook</a> and has put up a <a href=\"https://make.wordpress.org/training/2021/01/29/request-for-testing-slides-plugin/\">call for testing for the slides plugin</a> to identify a simplified way to present slides. The Polyglots Team has floated a proposal to <a href=\"https://make.wordpress.org/polyglots/2021/01/13/proposal-translating-learn-wordpress/\">translate Learn WordPress</a>. The Meta Team is exploring the possibility of <a href=\"https://make.wordpress.org/meta/2021/01/03/protecting-childrens-privacy-on-wordpress-through-the-lens-of-coppa/\">making Learn WordPress (and wordpress.org) COPPA-compliant</a> to host workshops aimed at kids. </p>\n\n\n\n<p>Want to contribute to the Training team? Follow the <a href=\"https://make.wordpress.org/training/\">Training team</a> blog, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RW657Q\">#training</a> channel in the Make WordPress Slack.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">Round 1</a> of the Full Site Editing (FSE) outreach program <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">has wrapped up</a>. As a result, gaps were identified in the Gutenberg 9.6 template-switching experience &#8211; you can follow the issues in GitHub. You can follow issues in GitHub and submit questions to the team. The program identified gaps in the current template-switching experience that shipped with Gutenberg 9.6. You can follow the <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">issues reported in GitHub</a>. Do you have questions about the FSE program? You can now <a href=\"https://make.wordpress.org/test/2021/02/02/fse-program-bring-your-questions/\">submit them here as part of the outreach program</a>.</li><li><a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> — A cross-team initiative led by the Marketing team to highlight WordPress contributors is back with <a href=\"https://wordpress.org/news/2021/01/people-of-wordpress-thelma-mutete/\">a post featuring Thelma Muelte of Zimbabwe</a>. If you are an active contributor to a WordPress.org team or a local WordCamp, contact the Marketing Team with the #ContributorStory tag to be featured in the series.</li><li>Joseph Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) launched a podcast titled <a href=\"https://wordpress.org/news/2021/02/welcome-to-your-wp-briefing/\">WP Briefing</a> which is aimed at WordPress users, builders, and contributors of all levels. The podcast &#8211; which is available on all major platforms, will include overviews of WordPress philosophy, community success stories, and major updates. </li><li>The Plugin team has added a requirement that <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">plugins in the WordPress repository must not make changes to the default auto-update settings on a site</a>. The only exception to this requirement is for those plugins that manage auto-updates.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India 2021</a> — a regional online WordCamp has begun. It’s running over three weekends and started with <a href=\"https://india.wordcamp.org/2021/workshops/\">Multilingual workshop sessions on January 30 and 31</a>. The workshops <a href=\"https://india.wordcamp.org/2021/workshops/\">can be found on the event site</a> and will soon be featured on <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. <a href=\"https://india.wordcamp.org/2021/tickets/\">Tickets are still available</a> for the event —which will have a contribution event on February 6-7, followed by sessions on February 13th and 14th. </li><li>The WordPress Foundation has <a href=\"https://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\">invited applications for online do_action hackathons and encouraged folks to organize online open-source workshops</a> in 2021.</li><li>The Themes Team shared a post on the usage of the “Report this theme” button in 2020. The team is also <a href=\"https://make.wordpress.org/themes/2021/01/25/call-for-maintainers-theme-unit-test/\">looking for maintainers</a> for its <a href=\"https://codex.wordpress.org/Theme_Unit_Test\">Theme unit test</a>.</li><li>The Meta Team has launched an initiative to <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">facilitate automated theme testing</a> and is <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">requesting feedback</a>.</li><li>Members of the Core Team are <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">considering a “stale bot”</a> to close out stale issues in the Gutenberg GitHub repository.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></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:\"Wed, 03 Feb 2021 15:01:17 +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:\"Hari Shanker R\";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:36:\"HeroPress: Discover Where You Belong\";s: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=3469\";s: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://heropress.com/essays/discover-where-you-belong/#utm_source=rss&utm_medium=rss&utm_campaign=discover-where-you-belong\";s: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:7102:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/020221-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I discovered that the way forward was to create spaces for others.\" /><p>My path to WordPress is, like so many stories, a twisty road lined with both struggle and good fortune. And yet, when I reflect on what led me here, it simply comes down to the common threads that bind us together as a community: the desire to make meaningful connections, the ability to do amazing things together, and the very human comfort that comes with knowing that I belong here.</p>\n<h3>It starts here</h3>\n<p>Just before I made my way into this world, my parents immigrated from Taipei, Taiwan to San Diego, USA. Growing up, I held a level of pride in being first generation which warred against a long list of discomforts that, as a kid, I couldn’t fully comprehend. That unlike my school mates, I rarely saw my extended family. That my English didn’t sound like that of my Californian friends, nor did my Mandarin mirror my Taiwanese cousins’. That cultural norms at friends’ homes were diametric experiences from my home.</p>\n<p>I realize that this sounds like I had a challenging, confusing childhood, but I assure you that I had a good time growing up. My folks are loving and made sure I had opportunities whenever possible. I always have had wonderful friends who generously share their lives and love my quirks. And, I have a brother who, despite being far smarter than I will ever be, still puts up with my big sister act.</p>\n<p>My point is that, it was painfully clear to me where I couldn’t fit in. Like many third culture kids, my perplexing cultural foundation had a profound impact on my values, and created importance around the concept of belonging, something I still hold to this day, and which pushed me along my way to WordPress.</p>\n<h3>The twisty road</h3>\n<p>I was terrible at college. I had no sense of what I wanted to do with my life, and drifted from major to major until I found myself entirely broke and rudderless. It was 2010, and with minimal job experience and 45 credits short of a degree, I desperately applied for jobs, taking the first that offered me a full time position.</p>\n<p>It was a pivotal moment in my life. The job gave me purpose, and I actually felt like I was good at something for a change. I worked closely with my boss and mentor, a highly regarded commercial real estate advisor with a warm heart and penchant for dad jokes. What set him apart was his belief in community values: the importance of education, humility, empathy, good stewardship, qualities that made him a respected leader in many circles. Over the ensuing years, I would finish my degree. But the lessons that meant the most were learned by following my mentor’s example, and would later translate well to open source leadership.</p>\n<p>Meanwhile, I began volunteering with renewed passion: sorting clothes at homeless shelters, working on literacy programs, teaching English at the library, serving meals, maintaining trails, building homes. I fund raised and coordinated volunteer events. Eventually, I joined advisory boards and committees of a few nonprofits, and became enamored of the strategic, thoughtful work that came with these roles.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/HfH-Nicaragua.jpg\"><img /></a>Building homes in Estelí, Nicaragua. One of my favorite volunteer memories!\n<p>Ideas around positive change and impact through community initiatives blossomed in my mind. Driven by strongly held values, I continued to help and was welcomed at every turn. I learned that it was people who could create spaces in which anyone, everyone could belong and add value by virtue of being a unique, enthusiastic human being. I wanted to create these spaces.</p>\n<h3>Finding WordPress</h3>\n<p>Now, it is a true story that I also found my way to WordPress through my partner, and that WordPress brought us together. We met through a mutual friend, and when I realized that he could build me a website, I asked him to do so for work. Arguably, one of my first experiences with WordPress could be described either as sharing what my site required with my developer, or innocently flirting with my future partner. The joke I like to tease him with is that I needed someone to maintain the site, so I married him.</p>\n<p>The other truth was that, after eight years of volunteering and lessons in leadership, my passion had turned to community building. I wanted a career in creating sustainable communities where people were openly welcomed, and members tangibly feel that they belong and experience joy in their participation.</p>\n<p>Simultaneously, working with my WordPress site also reinforced my sense of belonging to something bigger. Despite not having any technical background (y’all, my degree is in English), I was able to not just publish with WordPress, but have a functional site that worked incredibly well for my purposes. I saw WordPress as a way for anyone to have a voice online, and as a result, I was also drawn to the idea of creating these tools that non-developers, like myself, could use in an increasingly online world.</p>\n<p>By that point, my WordPress developer had become my fiancé, and he once again suggested a WordPress-based solution, this time for my career needs. Just before we married, he forwarded a job opportunity with Automattic as a sponsored community organizer within the WordPress open source project. It was a perfect match.</p>\n<p>And that is how, in 2018, after going through the standard Automattic interview process (another story that I’m happy to share with anyone interested) I found myself a community organizer for the WordPress Project.</p>\n<h3>Where do we go now?</h3>\n<p>I’ve only been in my current role for two and a half years, but during this time, my belief in the power of resilient communities has only grown, fortified by supporting meetup and WordCamp organizers, bolstered by working on diversity initiatives, and humbled by opportunities to serve teams as their lead, mentor, or member. I’ve met and worked with so many phenomenal community members, full of passion and creativity, and have loved every minute of what we do together.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/WCUS-2019.jpg\"><img /></a>The WordCamp US 2019 team. I miss you all so much!\n<p>More than anything, what excites me the most is that we still have so much more we can achieve together. Personally, I also still have much to learn, about community growth, about WordPress, and about every individual who seeks to add WordPress to their story.</p>\n<p>In seeking out where I belong, I found WordPress, and I discovered that the way forward was to create spaces for others &#8211; I invite you to do that with me.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/discover-where-you-belong/\">Discover Where You Belong</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, 03 Feb 2021 07:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Angela Jin\";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:21:\"Matt: Compounding Ice\";s: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:22:\"https://ma.tt/?p=53641\";s: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:38:\"https://ma.tt/2021/02/compounding-ice/\";s: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:1899:\"<p>I learned something novel about how the ice age happened from this <a href=\"https://www.collaborativefund.com/blog/the-freakishly-strong-base/\">Freakishly Strong Base post by Morgan Housel</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The prevailing idea before [Wladimir] Köppen was that ice ages occur when the earth’s tilt supercharges the wrath of cold winters. Köppen showed that wasn’t the case. Instead, moderately cool summers are the culprit.</p><p>It begins when a summer never gets warm enough to melt the previous winter’s snow. The leftover ice base makes it easier for snow to accumulate the following winter, which increases the odds of snow sticking around in the following summer, which attracts even more accumulation the following winter. Perpetual snow reflects more of the sun’s rays, which exacerbates cooling, which brings more snowfall, and on and on.</p><p>You start with a thin layer of snow left over from a cool summer that no one pays much attention to, and after a few tens of thousands of years the entire earth is covered in miles-thick ice.</p></blockquote>\n\n\n\n<p>Fascinating! The blog goes on to apply the idea to that strong base, accumulating a bit at a time, to investing and business. The power of compounding seems appropriate to share on <a href=\"https://www.aboutamazon.com/news/company-news/email-from-jeff-bezos-to-employees\">the day Jeff Bezos announced his retirement</a>.</p>\n\n\n\n<p>I&#8217;ll leave you with one of my favorite quotes from Charlie Munger, which is also how the <a href=\"https://www.collaborativefund.com/blog/the-freakishly-strong-base/\">article ends</a>: </p>\n\n\n\n<blockquote><p>&#8216;The first rule of compounding: never interrupt it unnecessarily.&#8217;</p><cite>Charlie Munger</cite></blockquote>\n\n\n\n<p><em>The iceberg photo is one <a href=\"https://ma.tt/2011/08/glacier/\">I took near Svalbard in 2011</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:\"Wed, 03 Feb 2021 01:44:42 +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:4:\"Matt\";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:40:\"WordPress.org blog: WordPress 5.7 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9599\";s: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/2021/02/wordpress-5-7-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7617:\"<p>WordPress 5.7 Beta 1 is now available for testing! <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" /></p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.7 Beta 1 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for final release is March 9, 2021. That’s just <strong>five weeks away</strong>, so your help is vital to making sure that the final release is as good as it can be.</p>\n\n\n\n<p>So what’s new? <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"🤔\" class=\"wp-smiley\" /></p>\n\n\n\n<h2><strong>Improvements in Core</strong></h2>\n\n\n\n<p><strong>Lazy-load iframes</strong><br />Now you can enable lazy-loading of iframes by adding the <code>loading=\"lazy\"</code> attribute to iframe tags on the front-end.&nbsp;</p>\n\n\n\n<p><strong>Migrating from HTTP to HTTPS is streamlined</strong><br />Switching a WordPress site from HTTP to HTTPS has proven to be a pain for all involved. While on the surface, the Site Address and WordPress Address have to be updated, content with embedded HTTP URLs remains unchanged in the database. With this release, migrating a site to HTTPS is now a one-click interaction. URLs in the database are automatically replaced when the Site and WordPress Address are both using HTTPS.&nbsp; Also, Site Health now includes an HTTPS status check.</p>\n\n\n\n<p><strong>Standardize colors used in WP-Admin CSS to a single palette</strong><br />This change collapses all colors used in the CSS to one of the available shades of blue, green, red, yellow, grey, black, and white. The palette makes it simpler than ever to build components your users can read, because half the range gives you great contrast with white type and a half with black, according to current accessibility guidelines.</p>\n\n\n\n<p><strong>Ongoing cleanup after update to jQuery 3.5.1</strong><br />jQuery deprecations in WordPress Core and bundled themes show up a lot less often, and the notifications make more sense to the user.</p>\n\n\n\n<p><strong>New Robots API</strong><br />The new Robots API allows the filter directives to be included in the ‘robots’ meta tag. Also, the directive <code>max-image-preview:large</code> is now included by default to allow large image previews to be displayed in search engines (unless the blog is marked as not being public).</p>\n\n\n\n<h2><strong>Improvements in the Editor</strong></h2>\n\n\n\n<ul><li>Inserter drag and drop: Blocks and block patterns can now be dragged directly from the inserter into the post canvas.</li><li>Full height alignment: Blocks such as the Cover block now can have an option to expand to fill the entire viewport.</li><li>Block variations: The icon and description of a block variation is now shown in the block inspector, and a new dropdown in the block inspector lets you switch between block variations.</li><li>Reusable blocks: Several enhancements to the usability and stability of reusable blocks have been made, and reusable blocks are now saved at the same time that the post is saved.</li><li>Buttons block: The Buttons block now supports vertical alignments, and you can set the width of a button to a preset percentage.</li><li>Social Icons block: You can now change the size of the icons in the Social Icons block.</li><li>Font size in more places: You can now change the font size in the List and Code blocks.</li><li>Many many other enhancements and bug fixes. To see all of the features for each release in detail check out the Gutenberg release posts: <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">9.3</a>, <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">9.4</a>, <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">9.5</a>, <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a>, <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">9.7</a>, <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">9.8</a>, and 9.9 (link forthcoming).</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the Make WordPress Core blog for 5.7-related developer notes in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..02%2F03%2F2021&milestone=5.7&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">143 tickets in WordPress 5.7</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..02%2F03%2F2021&type=enhancement&type=feature+request&milestone=5.7&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">68 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricker</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jeffpaul</a>, and <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a> for your peer revisions and <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>, and <a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> for final review on this exciting news.</em></p>\n\n\n\n<p>____________________________________</p>\n\n\n\n<p><em>New Year, new goals<br />Each day, one small step<br />It’s the little things&#8230;</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:\"Tue, 02 Feb 2021 22:31: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:13:\"Ebonie Butler\";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:72:\"WPTavern: Skinning the WordPress Admin, CSS Custom Properties on the Way\";s: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=111327\";s: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:187:\"https://wptavern.com/skinning-the-wordpress-admin-css-custom-properties-on-the-way?utm_source=rss&utm_medium=rss&utm_campaign=skinning-the-wordpress-admin-css-custom-properties-on-the-way\";s: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:4912:\"<p class=\"has-drop-cap\">Using CSS custom properties for the WordPress admin color scheme system is listed for the WordPress 5.7 milestone. It feels low-key enough that most would pass it over as a simple upgrade to keep up with the times. However, this feature can create ripples that spread and benefit the ecosystem in the years to come.</p>\n\n\n\n<p>Kirsty Burgoine, a front-end developer at Human Made, announced the <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">introduction of CSS custom properties</a> for the WordPress admin. The initial work landed in a ticket for <a href=\"https://core.trac.wordpress.org/ticket/49999\">iterating on the admin color schemes</a>. The first stage reduced the color palette from 199 colors down to 99, creating a more reasonable list to work from.</p>\n\n\n\n<img /><a href=\"https://codepen.io/ryelle/full/WNGVEjw\">WordPress color palette</a> by Kelly Choyce-Dwan.\n\n\n\n<p>The second stage will look at how to implement a CSS custom properties system that makes sense. That means doing the dreaded work of <em>naming things</em>. The Core CSS team is currently looking for feedback on how to best handle property names going forward and are open to alternative implementation suggestions.</p>\n\n\n\n<p>Once custom properties are in place, the new system could open a world of possibilities in the long term.</p>\n\n\n\n<h2>Thinking Ahead</h2>\n\n\n\n<p class=\"has-drop-cap\">My hopes of having WordPress admin themes have lived and died on each piece of news around custom color schemes, imaginative mockups, and the general hype of projects that never lived up to their promise. I may well be getting my hopes up again.</p>\n\n\n\n<p>Developers have been able to register custom admin color schemes since WordPress 2.5, but it was never an ideal system.</p>\n\n\n\n<p>One of my favorite plugins is <a href=\"https://wordpress.org/plugins/admin-color-schemes/\">Admin Color Schemes</a>, which is maintained by designers from the core WordPress team. It adds several schemes for users to choose from.</p>\n\n\n\n<img />Cruise scheme from the Admin Color Schemes plugin.\n\n\n\n<p>Sass, which is used to generate the admin color schemes in core today, has simplified the process. However, third-party developers still need to make sure their custom schemes remain updated between WordPress versions. The system is not built to protect against future compatibility issues.</p>\n\n\n\n<p>CSS custom properties change the game. With their widespread use and compatibility with modern browsers, custom admin theming &mdash; at least color scheming &mdash; is much more of a reality.</p>\n\n\n\n<p>I have not been this excited about the possibility of something new since Tung Do released his <a href=\"https://wptavern.com/dp-dashboard-an-alternative-wordpress-admin-design\">short-lived DP Dashboard plugin</a> in 2013. Now, a few days shy of eight years since its initial beta testing phase, I once again have some hope.</p>\n\n\n\n<img />Original beta design of the DP Dashboard plugin.\n\n\n\n<p>Given the little wisdom I have accumulated over the years, I now see that completely custom admin themes never led to the right path. I am happy we never went down it. Administration UIs need to work consistently for users and adapt to changes over time. Custom themes were a maintenance nightmare every time WordPress added a feature. However, a system built on CSS custom properties means that customizations do not break &mdash; or break far less often &mdash; as the software&rsquo;s UI evolves.</p>\n\n\n\n<p>While the focus right now is on color schemes, nothing is stopping WordPress from moving onto other features in the future. It is possible to set up a global styles system for designers to skin the admin in all kinds of interesting ways without breaking anything. Minor options like the border-radius of buttons, font-family choices, or heading font-sizes would be easy to roll in over time.</p>\n\n\n\n<p>As the block system continues to replace parts of the WordPress admin, custom admin skins will be far easier to maintain. Because everything in the block system is built as a component, it better future-proofs against back-compatibility issues.</p>\n\n\n\n<p>There is a long and winding path toward a feature-complete admin skinning system. However, it is not outside the realm of possibility.</p>\n\n\n\n<p>I look forward to the day when theme authors can easily roll out admin designs that match the front end. Perhaps integration with the block system&rsquo;s <code>theme.json</code> is a possibility. I would not mind seeing a separate admin theme directory in the future either. The use case may be too niche at this point, but it never hurts to keep the idea in the back of everyone&rsquo;s mind.</p>\n\n\n\n<p>If nothing else, the move to custom properties lets the team clean up the admin CSS and makes it easier to add custom color schemes. That is a win for the WordPress project.</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, 02 Feb 2021 22:16: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:14:\"Justin Tadlock\";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:73:\"WPTavern: WordPress 5.7 Will Make It Easier to Migrate From HTTP to HTTPS\";s: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=111377\";s: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:191:\"https://wptavern.com/wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https\";s: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:2593:\"<p>The next major release of WordPress will make it much easier for users to <a href=\"https://core.trac.wordpress.org/changeset/50131\">migrate their sites from HTTP to HTTPS</a>. It introduces new capabilities to detect if the user&rsquo;s hosting environment has support for HTTPS and provides a one-click update process, handling mixed content rewrites where possible.</p>\n\n\n\n<p>&ldquo;A major pain point in WordPress has been the migration of a WordPress site from HTTP to HTTPS: While changing the Site Address and WordPress Address to use HTTPS is trivial, updating references to the old URLs in existing content is not,&rdquo; WordPress Core Committer Felix Arntz said in the <a href=\"https://core.trac.wordpress.org/ticket/51437\">ticket</a> proposing the feature. &ldquo;It cannot be accomplished within core UI and requires use of more advanced tools, such as WP-CLI or plugins like Better Search Replace, which is a no-go for most users.&rdquo;</p>\n\n\n\n<p>In WordPress 5.6, there is no clear guidance in the Site Health screen about how to migrate to HTTPS, even though it shows as an issue. The user would need to learn more about how to update it manually, starting with changing the site URLs. </p>\n\n\n\n<p>In WordPress 5.7, if HTTPS is supported, the Site Health Status screen will notify users and guide them with a new button that updates the site with a single click. It also migrates the site content on the fly to use HTTPS for URLs. Arntz recorded a video demo of the update:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>This change also comes with new environment variables and filters that allow hosting providers to change the URLs linked in the HTTPS status check in Site Health, so they can more effectively manage it for their customers&rsquo; hosting options. This is similar to how hosts can modify URLs for updating the PHP version, which has had a positive impact on getting sites running on supported versions of PHP.</p>\n\n\n\n<p>It&rsquo;s important to note that the streamlined HTTP to HTTPS migration in 5.7 does not handle updating content in the database. Also, if a site&rsquo;s URLs are controlled by constants, the update is not possible to complete automatically. In these instances, the HTTPS status check on the Site Health screen will inform the user why the site would need to be manually updated.</p>\n\n\n\n<p>More technical details are available in the <a href=\"https://core.trac.wordpress.org/ticket/51437\">ticket</a> and<a href=\"https://core.trac.wordpress.org/changeset/50131\"> commit message</a>, and a dev note should be forthcoming.</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, 02 Feb 2021 19:08:50 +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: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:44:\"WPTavern: Block Manager Redesign Coming Soon\";s: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=111349\";s: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:133:\"https://wptavern.com/block-manager-redesign-coming-soon?utm_source=rss&utm_medium=rss&utm_campaign=block-manager-redesign-coming-soon\";s: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:4379:\"<p>WordPress&rsquo; block management interface was <a href=\"https://wptavern.com/gutenberg-5-3-introduces-block-management-adds-nesting-to-the-cover-block\">introduced in Gutenberg 5.3</a>, released in March 2019, and is due for an update. In case you haven&rsquo;t explored the editor&rsquo;s Tools menu, the block manager setting allows you to select which blocks will be shown or hidden in the block inserter.</p>\n\n\n\n<p>Last week, Automattic engineer Nik Tsekouras opened a new issue in the Gutenberg repository for tracking <a href=\"https://github.com/WordPress/gutenberg/issues/28572\">block manager enhancements</a>. A few planned enhancements are already on deck, including moving the block manager into the Preferences Modal, redesigning it to use panels, and adding support for <a href=\"https://github.com/WordPress/gutenberg/issues/27708\">toggling block variations</a> on and off.</p>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/pull/28329\">updated Preferences Modal</a> is expected in the&nbsp;<a href=\"https://github.com/WordPress/gutenberg/milestone/141\">Gutenberg 9.9</a>&nbsp;milestone, which will be included in WordPress 5.7. (Gutenberg versions 9.3 &ndash; 9.9 will be rolled into the release.) Moving the block manager into its future home inside the Preferences modal will be completed in a follow-up PR, since it needs to be refactored to use the panels design. Tsekouras shared a gif of the design plan for this update:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://cloudup.com/ccaOScZFCHe\"><img src=\"https://cldup.com/AlD8gnb5Wn.gif\" alt=\"Block manager update\" width=\"3002\" height=\"2288\" /></a>\n</div>\n\n\n\n<p>In the discussion on the tracking issue, Birgit Pauli-Haack requested that the updated block manager also include information about how many times each particular block is used on the site. She <a href=\"https://github.com/WordPress/gutenberg/issues/28572?mc_cid=e944847429&mc_eid=68ffa9a210#issuecomment-770220305\">described</a> a common scenario where this feature could be helpful:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>We recently took a site live were multiple team members collaborated designing the site and adding content, each aiming for the best outcome with blocks.</p><p>Some installed additional blocks from plugins to test and provide options or just do a proof of concept.</p><p>Before we took the site live, we noticed there are now 148 blocks available over 4 additional plugins + core.</p><p>We now have no way to find out which blocks were used over 40 pages and posts. I looked at a few Block managers plugins and none seems to be able to provide an answer to a fairly basic question:<br />Which blocks did we actually use throughout the site?</p><p>We would need the information to decide on which plugin can we safely uninstall.and which should we keep.</p><p>A revamp of Block managers could &ndash; and should- provide an answer.</p></blockquote>\n\n\n\n<div class=\"wp-block-image\"><img />An example of instances displayed in the Find My Blocks plugin</div>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/find-my-blocks/\">Find My Blocks</a> plugin, created by Eddy Sims, offers a more advanced version of what Pauli-Haack is requesting. It has its own dedicated settings page for displaying a list of the block types in use on the site, along with the number of times each has been used, posts/pages where the blocks are in use, if it is a reusable block, a nested block, and much more information. Pauli-Haack suggests the block manager simply show the number of instances where the block is in use.</p>\n\n\n\n<p>As the block editor becomes more widely adopted, it is going to become imperative for users to be able to see, at a glance, the number of instances where a block is in use. Right now, even those who adopted the block editor right away haven&rsquo;t been using it for more than a few years. Long term, after years of adding blocks, people are going to need more information when managing them, and they may not know about utility plugins like Find My Blocks. </p>\n\n\n\n<p>Discussion is still open on the topic Pauli-Haack raised regarding block manager enhancements. You can subscribe to the new block manager enhancements <a href=\"https://github.com/WordPress/gutenberg/issues/28572\">tracking issue</a> if you want to follow the progress on updates coming in the next few months.</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, 02 Feb 2021 04:14:29 +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:81:\"WPTavern: WordPress Launches WP Briefing Podcast, Episodes Expected Every 2 Weeks\";s: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=111330\";s: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:205:\"https://wptavern.com/wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks\";s: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:5097:\"<p class=\"has-drop-cap\">True to its name, the <a href=\"https://wordpress.org/news/podcast/welcome-to-your-wp-briefing/\">first WP Briefing podcast</a> lasted just over 12 minutes. Josepha Haden Chomphosy, the Executive Director of WordPress, jump-started the second month of 2021 with a show that should arrive on the our doorstep every two weeks. With what seems to be overwhelming <a href=\"https://twitter.com/WordPress/status/1356271101559656453\">positive support on Twitter,</a> the podcast was welcomed by the WordPress community.</p>\n\n\n\n<p>This will be different from many other podcasts in the WordPress ecosystem. It will not cater specifically to a developer audience. Chomphosy also said there would be no hot-takes <a href=\"https://twitter.com/JosephaHaden/status/1356277030921244672\">on Twitter</a>. &ldquo;Just bite-sized chunks about the WordPress OSS project and the how/why around what it does.&rdquo;</p>\n\n\n\n<p>The show promises to be short. And, because it will only come around every fortnight, it gives people time to keep up to date at their leisure.</p>\n\n\n\n<p>&ldquo;You can think of this as a sort of WordPress appreciation for any level &mdash; and honestly, all levels of WordPress awareness,&rdquo; said Chomphosy of the podcast&rsquo;s purpose. &ldquo;Bite-sized insights into what makes it all work. &ldquo;</p>\n\n\n\n<p>Chomphosy will be running the show every couple of weeks and plans to follow a specific format of three segments:</p>\n\n\n\n<ol><li>An easy-to-digest overview of a cool WP philosophy.</li><li>A highlight of a community success story or a noteworthy contributor.</li><li>A small list of big things to know about (or do) in the coming weeks.</li></ol>\n\n\n\n<p>Guest speakers may join the show from time to time to cover specific topics when their expertise is warranted.</p>\n\n\n\n<p>A common theme in the past few years, particularly as the pace of block development has quickened, is that many people find it hard to keep up with the project. Even those who are neck-deep in WordPress development can feel a little lost at times. A podcast built on the idea of keeping the community in the loop may even be a bit overdue.</p>\n\n\n\n<p>&ldquo;It&rsquo;s been on my list of needs since late 2017, but hasn&rsquo;t been my highest priority during that time,&rdquo; said Chomphosy. &ldquo;It&rsquo;s been years since WordPress has been small enough for any single, part-time contributor to keep track of what&rsquo;s next. Contributors across the project are doing excellent work to communicate efficiently about the work we&rsquo;re all focused on, but it never hurts to lend some clarification where possible.&rdquo;</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/seriously-simple-podcasting/\">Seriously Simple Podcasting</a> plugin currently powers the podcast. The plugin is developed by Castos, which is a podcasting host and analytics service. It has over 20,000 active installs and a 4.8-star rating.</p>\n\n\n\n<p>Chomphosy said they chose Seriously Simple Podcasting because the WP Briefing crew was already familiar with it. &ldquo;I didn&rsquo;t want to ask folks to learn an entirely new software while we&rsquo;re still working out the process.&rdquo;</p>\n\n\n\n<p>The first episode focused on an introduction to WP Briefing. The overview segment covered three trends in action from Matt Mullenweg&rsquo;s <a href=\"https://wptavern.com/state-of-the-word-2020-wordpress-moves-toward-full-site-editing\">State of the Word 2020</a> address. Dave Loodts was this week&rsquo;s success story after sharing how he &ldquo;blindly&rdquo; chose a career in freelance web development and is still going strong after 15 years (<em>congrats, Dave!</em>). Chomphosy wrapped up the podcast with notes on Full Site Editing, <a href=\"https://wptavern.com/learn-wordpress-platform-launches-with-free-courses-workshops-and-lesson-plans\">Learn WordPress</a>, and automation tools to help contributor teams.</p>\n\n\n\n<p>It is definitely worth a listen if you can spare a few minutes. I am excited to see where this project goes in the future and see how it helps keep more of the community in <em>the loop</em>.</p>\n\n\n\n<p>If I had one feature request, it would be for the development team to put the podcast player in the WordPress embed, which is easy enough to do with a custom embed template. This would let bloggers embed the show on their pages and share it with more people.</p>\n\n\n\n<p>However, there may be ways to embed it via third-party services down the road. &ldquo;It just went live and we&rsquo;re working on getting it listed everywhere,&rdquo; said Automattician Marcus Kazmierczak in response to <a href=\"https://twitter.com/gkurushin/status/1356273579273428995\">whether it would be on Google Podcasts or Spotify</a>. &ldquo;Hopefully it&rsquo;ll be showing up shortly.&rdquo;</p>\n\n\n\n<p><strong>Update:</strong> the embed now includes the audio player:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/news/podcast/welcome-to-your-wp-briefing/\">Welcome to your WP Briefing</a></blockquote>\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, 01 Feb 2021 21:52:41 +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:\"Justin Tadlock\";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:82:\"WPTavern: Upsells, Barriers, and the End/Beginning of the Quality $free Themes Era\";s: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=110940\";s: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:203:\"https://wptavern.com/upsells-barriers-and-the-end-beginning-of-the-quality-free-themes-era?utm_source=rss&utm_medium=rss&utm_campaign=upsells-barriers-and-the-end-beginning-of-the-quality-free-themes-era\";s: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:14535:\"<blockquote class=\"wp-block-quote\"><p>The WordPress.org theme directory is becoming little more than a crippleware distributor. I suppose it was inevitable given its reach, which can be worth $1,000s/month for theme authors.</p><cite>Justin Tadlock <a href=\"https://twitter.com/justintadlock/status/1147472529113698311\">via Twitter</a></cite></blockquote>\n\n\n\n<p class=\"has-drop-cap\">As I think back on that tweet from 2019, I realize how unfair it was to refer to the themes coming into the directory as &ldquo;crippleware.&rdquo; At the time, I was a part of the Themes Team (formerly the Theme Review Team). However, there were real cases of crippleware submitted to the directory when I wrote that.</p>\n\n\n\n<p>To define crippleware: some themes blocked core WordPress features and made them available via the &ldquo;pro&rdquo; versions. It was one of the more blatant abuses of the free themes directory I had seen for a profit.</p>\n\n\n\n<p>However, the term does not represent the majority of themes submitted. Most of what we see today are &ldquo;lite&rdquo; themes. Some of them are well-designed themes that provide value to end-users at no cost. Others are stripped-down versions of what you would typically see from a starter theme. While they are fully functional &mdash; the Themes Team&rsquo;s rules have been strict on this requirement &mdash; the real value of the theme is in the upsell.</p>\n\n\n\n<p>This is not the start of an anti-commercial theme rant. When WordPress developers and agencies are successful, it benefits the whole ecosystem. But, how do we balance that with providing value &mdash; which is subjective, I know &mdash; to the free theme directory? How do we transition the theme directory to something flowing with more artistic or even experimental ideas?</p>\n\n\n\n<h2>Guidelines and Stumbling Blocks</h2>\n\n\n\n<p class=\"has-drop-cap\">Matt Mullenweg, WordPress co-founder and project lead, posted the following on the Post Status Slack <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1610310645240600\">two weeks ago</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The .org theme directory is particularly bad when you compare it to any half-decent commercial theme marketing page, or the designs available on other site building services or Themeforest directories. The .org theme directory rules and update mechanism have driven out creative contributions, it&rsquo;s largely crowded out by upsell motived contributions.</p></blockquote>\n\n\n\n<p>There is a lot to unpack in his statement. I agree with most of it. The Themes Team agrees with at least some of it. However, its members lack direct control over the system outside of the guidelines.</p>\n\n\n\n<p>&ldquo;I actually agree with this in a sense,&rdquo; said Themes Team rep William Patton. &ldquo;Creativity has not prospered in the directory, and I think a large part of it is the barrier of entry. &lsquo;Don&rsquo;t do bad things&rsquo; is the overarching guideline for the theme directory, but that can be viewed very subjectively. If it were the only guideline we would see a lot of things that might not be best suited here. If we want to encourage creativity then more freedom to express it would likely be a good way to start bringing it back. However, it can be hard to know where the line should be placed.&rdquo;</p>\n\n\n\n<p>The team sometimes gets pulled in two different directions. When the project lead asks for things to be more open, many members rally around that idea. On the other hand, the call for <a href=\"https://wptavern.com/why-accessibility-matters-for-wordpress-themes-and-their-users\">stricter accessibility requirements</a>, for example, are popular with others in the community. It is a choice between two ends of the spectrum that are tough to pull together as the gatekeepers to the official directory.</p>\n\n\n\n<p>&ldquo;Why couldn&rsquo;t it be more like the plugin directory?&rdquo; asked Mullenweg. &ldquo;That has all the same potential issues and has been working pretty well. I&rsquo;d like it to work just like the plugin directory, with direct access for authors, and most reviews being post-review vs. pre-review.&rdquo;</p>\n\n\n\n<p>The Themes Team is not against the idea. More than anything, they just need the help to make any significant change.</p>\n\n\n\n<p>&ldquo;Having the themes directory work like the plugins directory would be great!&rdquo; said Themes Team rep Ari Stathopoulos. &ldquo;And, in fact, it&rsquo;s something we&rsquo;ve all been asking for years, but there are many technical challenges because they are built fundamentally differently. Plugin authors have access to their plugin&rsquo;s SVN while themes don&rsquo;t. Theme reviews are public while plugin reviews are private and closed. There would need to be lots of changes in systems and meta. Not to mention that, as far as I know, plugins don&rsquo;t do post-reviews, they do pre-reviews the first time a plugin is uploaded and post-reviews for updates (which is exactly what happens in themes too).&rdquo;</p>\n\n\n\n<p>The team has created tickets, asked for help, and have generally awaited a champion to push innovative ideas &mdash; or any ideas &mdash; forward. <em><a href=\"https://meta.trac.wordpress.org/ticket/215\">Seven-year-old ticket</a> to support the standard readme files available to plugins?</em> No takers as of yet. <em><a href=\"https://meta.trac.wordpress.org/ticket/5504\">Allowing block-based themes</a> to be uploaded?</em> Maybe we can make that happen sometime soon.</p>\n\n\n\n<p>The guidelines are likely less crippling than the outdated Trac review system, uploading ZIP files for updates (which Mullenweg mentioned), the limitation of a <code>style.css</code> header for the theme description, and the lackluster theme previewer.</p>\n\n\n\n<img />Theme review system on Trac.\n\n\n\n<p>For the most part, nearly every guideline has been put in place in hindsight. The team finds consistent abuse or issues and course-corrects.</p>\n\n\n\n<p>&ldquo;I don&rsquo;t think that Matt&rsquo;s idea of a creative theme is a theme that is not secure or not compatible with GPL,&rdquo; said team repo Carolina Nymark. &ldquo;Creativity is not limited by being asked to sanitize options. It is not limited by making sure that your theme can be translated. If the reviewers saw creative, beautiful themes that lacked in some other aspect like basic accessibility, then the team could help explain to the theme author what kind of changes are necessary. But that is not the kind of themes that are being submitted.&rdquo;</p>\n\n\n\n<h2>Financial Incentive</h2>\n\n\n\n<p class=\"has-drop-cap\">In the mid-2000s, the average theme developer could get away with building an entire theme on a lazy weekend afternoon. WordPress was far less complicated. Theme development was not a race to the bottom, bundling every feature imaginable.</p>\n\n\n\n<p>Today, we live in the era of the multi-purpose theme. To soar to the top of the popular list, most themes need to handle everything from being the online face of a pizza restaurant to masonry grids for artist portfolios. They also either need good luck, name recognition, or good marketing. That is the reality for the average theme developers trying to make a name for themselves.</p>\n\n\n\n<p>It makes for boring themes in a free theme directory. If the theme author has any financial motivation behind creating a WordPress theme, they need to bundle the <em>nicer</em> features into a paid package.</p>\n\n\n\n<p>As Eric Karkovack wrote in his piece for Speckyboy, <a href=\"https://speckyboy.com/are-high-quality-free-wordpress-themes-a-thing-of-the-past/\">Are High-Quality Free WordPress Themes a Thing of the Past?</a>, &ldquo;Money changed the equation.&rdquo;</p>\n\n\n\n<p>There is not much incentive to push a free theme out to the directory just for fun. Most themers are spending a month or more of their time in today&rsquo;s ecosystem to build a theme. The days of the weekend-afternoon project seem all but gone.</p>\n\n\n\n<p>Even releasing a theme to give back can often be a letdown. There is little chance of any name recognition as the developer&rsquo;s creation is swamped by the hordes of lite themes in control of the directory. There is no way for unknown players to get any exposure through the directory except in the brief moments their theme lands in the latest themes list. It is that one make-or-break moment that could potentially help best the algorithm and slip into the nearly unattainable popular list.</p>\n\n\n\n<p>In comparison to Themeforest, the WordPress.org directory is lacking. Themeforest is inviting to users because it provides the backend tools for theme authors to market their themes. They can load up custom demos, provide screenshots, use a modern categorization system, and provide all sorts of extra data to end-users. They&rsquo;re in the business of selling a product to users. </p>\n\n\n\n<img />WordPress themes on ThemeForest\n\n\n\n<p>While WordPress.org may be free, it should still be selling the promise of a beautiful website to its users. I have always said it, the themes available on WordPress.org are the face of WordPress.</p>\n\n\n\n<p>Users deserve better. Theme authors deserve better tools to make it happen.</p>\n\n\n\n<p>Even with better tools and a better-designed directory in place, there is no guarantee of an uptick of creative contributions or a better overall balance that keeps pure upsells in check.</p>\n\n\n\n<p>&ldquo;I think that due to the reach a theme or plugin that becomes popular quickly commands, monetization is a necessity to be able to properly &lsquo;support&rsquo; such an endeavor,&rdquo; said Joost de Valk, CPO of Yoast, in response to Mullenweg&rsquo;s statement on Post Stats. &ldquo;I think the community also &lsquo;demands&rsquo; a certain stability and a certain level of support that is simply unfeasible to expect from any non paid contributor. Because WordPress.org has no way of doing that monetization &lsquo;on platform,&rsquo; this is what you end up with.&rdquo;</p>\n\n\n\n<p>He also argued that something akin to an app store would make things like the &ldquo;balkanization from non-G-based site builders&rdquo; less attractive to theme authors. Such a store has little or no chance of becoming a reality.</p>\n\n\n\n<p>&ldquo;I think we first need to agree on what the theme directory should be,&rdquo; he said. &ldquo;We need a &lsquo;mission statement,&rsquo; of sorts. And I think we probably need less control than we currently have, be much more like the plugin directory. But if we have a vision of what it should be, then we could work towards that.&rdquo;</p>\n\n\n\n<p>There is an opportunity to turn things around. Full Site Editing will leave ample room for releasing creative, fully-featured themes with upsells. There is plenty of reason to be excited about pattern design and template packs, <a href=\"https://wptavern.com/block-system-will-create-more-commercial-opportunities-for-wordpress-theme-authors\">better value-adds</a> for theme authors who want to upsell. The problem is going to be getting authors to abandon traditional themes and explore new terrain.</p>\n\n\n\n<h2>Changes Are Coming, Maybe, Hopefully</h2>\n\n\n\n<img />Popular listing on the WordPress theme directory.\n\n\n\n<p class=\"has-drop-cap\">For some, this is a song and dance they already know the lyrics and steps to. It is a years-long conversation that has netted little in return.</p>\n\n\n\n<p>However, the WordPress.org theme directory may be forced to change one way or another. Block-based themes are not arriving in some distant future; they are knocking at the door. Full Site Editing is slated to <a href=\"https://wptavern.com/wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021\">land in WordPress 5.8</a> this June.</p>\n\n\n\n<p>With this change, the WordPress.org theme directory needs to be prepared. Even with a move today, it will be a mad scramble to get systems ready in a handful of months. If waiting for the last minute, it is just asking for chaos. Block-based themes should already be <a href=\"https://meta.trac.wordpress.org/ticket/5504\">allowed to be uploaded</a>, for example.</p>\n\n\n\n<p>As we saw earlier this week, Automattic launched its <a href=\"https://wptavern.com/automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites\">Blank Canvas</a> theme. It is designed to work on single-page websites. It does not support commenting out of the box, which is a requirement for inclusion into the official directory.</p>\n\n\n\n<p>Block-based themes will forever change the system. In the past, traditional themes needed to cover all their bases, integrating with every front-end feature of WordPress. In the future, that is not necessarily the case. Because everything will be built from blocks and users will have direct access to customize those blocks, a theme has no need to cover everything. The user can add and remove features at their leisure.  The review guidelines need to be molded for this future.</p>\n\n\n\n<p>Full Site Editing almost seems purpose-built for outside-the-box theme designers. Whether it is a simple, one-page wedding invitation or an author&rsquo;s book landing page, there are more possibilities upcoming than there ever were in the past. And, these things will be far easier to build on the theme-design side of things. It will remove a lot of burden from developers and from the Themes Team during reviews.</p>\n\n\n\n<p>&ldquo;Regarding the FSE themes: to be honest all my hopes are there,&rdquo; said Stathopoulos. &ldquo;They are very different, and it&rsquo;s a fresh start for the repository. New theme paradigm, a different set of rules (with of course some overlap for basic things), and a new way of doing things and thinking about themes. However, if they are presented in the same way in the same repo we have now, then nothing will change. the theme repo <em>needs</em> to change, and there&rsquo;s no way around that. But that&rsquo;s a decision that will have to be made from the WordPress leadership and implemented by meta.&rdquo;</p>\n\n\n\n<p>As always, I remain optimistic about the future of WordPress themes, hoping for the ushering in of a new era. I get the sense that the Themes Team shares some of that enthusiasm, at least cautiously so. More than anything, they need the community, particularly theme authors, to chip in and shape that vision of what the WordPress theme directory should be.</p>\n\n\n\n<p>Perhaps today, the stars are nearing alignment. Mullenweg plans to chat with the team and gather feedback in the coming 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:\"Fri, 29 Jan 2021 22:53: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:14:\"Justin Tadlock\";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:60:\"WPTavern: GitLab Drops Bronze/Starter Tier in Pricing Update\";s: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=111219\";s: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:165:\"https://wptavern.com/gitlab-drops-bronze-starter-tier-in-pricing-update?utm_source=rss&utm_medium=rss&utm_campaign=gitlab-drops-bronze-starter-tier-in-pricing-update\";s: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:5745:\"<p>This week GitLab <a href=\"https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/\">announced</a> a pricing change that eliminates its Bronze/Starter tier in favor of a three-tier subscription model. The Starter tier, previously offered at $4/month, included features like single-team project management, next day business support, and 2,000 CI/CD minutes.</p>\n\n\n\n<img />GitLab Pricing prior to Jan 26, 2021 Update\n\n\n\n<p>GitLab&rsquo;s updated <a href=\"https://about.gitlab.com/pricing/\">pricing</a> page shows the benefits that were included in the Starter plan are now only available in the Premium tier at a 5x price increase, introducing a larger gap between free accounts and paying customers. The change specifically impacts those who were happy to pay for a few extras but don&rsquo;t need the full array of premium features.</p>\n\n\n\n<img />\n\n\n\n<p>GitLab is offering to transition customers at a discount, where existing customers have the option to renew at the current price for an additional year or upgrade to Premium at a discount. The company also makes a case for the free tier, which it says includes 89% of the features in Bronze/Starter, with 450 new features added last year. </p>\n\n\n\n<p>&ldquo;The Bronze/Starter tier does not meet the&nbsp;<a href=\"https://www.investopedia.com/terms/h/hurdlerate.asp\">hurdle rate</a>&nbsp;that GitLab expects from a tier and is limiting us from investing to improve GitLab for all customers,&rdquo; GitLab co-founder and CEO Sid Sijbrandij said. &ldquo;Ending availability of the Bronze/Starter tier will help us accelerate development on&nbsp;customers&rsquo; priority needs&nbsp;such as improving usability, availability, performance, and delivering enterprise-grade security and compliance.&rdquo;</p>\n\n\n\n<p>It makes sense that GitLab is turning its attention to factors like &ldquo;hurdle rate,&rdquo; as Sijbrandij told <a href=\"https://www.cnbc.com/2021/01/15/gitlab-ceo-eyes-public-market-after-secondary-valued-it-at-6-billion-.html\">CNBC</a> that he&rsquo;s still looking to take the company public after a late 2020 employee share sale, which valued the company at $6 billion. GitLab passed $150 million in annual recurring revenue in 2020, but is tightening up its subscription model as the company tailors commercial offerings for those who need DevOps features.</p>\n\n\n\n<p>GitLab did not share the pricing update announcement on Twitter, perhaps in anticipation of how controversial it would be. The company posted the link in the <a href=\"https://forum.gitlab.com/t/new-gitlab-product-subscription-model/45923\">GitLab forums</a> where customers expressed disappointment in the change.</p>\n\n\n\n<p>&ldquo;We are currently paying Bronze level because there are some features that we find interesting,&rdquo; Riccardo Padovani said. He specifically referenced issue weights, iterations, multiple issue assignees, and issue dependencies.</p>\n\n\n\n<p>&ldquo;These features are now in the premium level. We were not interested in the previous &lsquo;silver&rsquo; level. On the long term, this is basically a 5 times price increase. Being a vocal supporter of GitLab in my company,&nbsp;<strong>I am not happy about this, at all</strong>.&rdquo;</p>\n\n\n\n<p>One customer said the change &ldquo;feels like a bit of a kick in the teeth,&rdquo; while another noted that GitLab&rsquo;s mid-tier offering costs just one dollar less than <a href=\"https://github.com/pricing\">GitHub&rsquo;s enterprise plan</a>. Many of GitLab&rsquo;s existing Starter tier customers have a large number of users who are not developers and do not have access to code or pipeline features. They are supporting staff who check bug reports or project management teams that create issues. Without the ability to pay per user role, upgrading every seat in the team to Premium doesn&rsquo;t make sense for these types of use cases. </p>\n\n\n\n<p>Customers who had recently convinced their organizations to go with GitLab, along with those who have invested time developing processes around the Starter tier features, are some of the most vocal opponents to the change. Some <a href=\"https://forum.gitlab.com/t/new-gitlab-product-subscription-model/45923/42\">found the announcement off-putting</a>, as it made it seem like paying Starter plan customers were actually costing GitLab money, requiring the tier to be eliminated. Many expressed that they only signed up for the tier to support GitLab and that they only used a handful of the features.</p>\n\n\n\n<p>&ldquo;It&rsquo;s worth pointing out that you say that &lsquo;many Bronze/Starter customers adopted Gitlab just for source code management,&rsquo; &ndash; yes &ndash; that&rsquo;s exactly what we use Gitlab for,&rdquo; one customer said. &ldquo;We don&rsquo;t use CI, Issue Tracking, or any other features offered even in the free version, but we do want to have a couple of the SCM features offered in the Bronze/Starter tier. Do you really think that customers like us that are only looking for SCM are going to pay more for unnecessary features?&rdquo;</p>\n\n\n\n<p>The GitLab employees in the thread seemed ready to defend the decision against the onslaught of criticism. While a few said they will take customers&rsquo; concerns and feedback under consideration, most were prepared to assure critics that the decision was made &ldquo;through extensive research,&rdquo; which likely leaves those most affected further alienated, if the 5x cost increase didn&rsquo;t already make the decision for them. Bronze/Starter tier customers who are still examining their options can find the various transition paths in the pricing change <a href=\"https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/\">announcement</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:\"Fri, 29 Jan 2021 19:16: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: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:76:\"WordPress Foundation: do_action hackathons and open-source workshops in 2021\";s: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:41:\"https://wordpressfoundation.org/?p=172229\";s: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://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\";s: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:6654:\"<p>In 2020, we saw do_action events and open-source workshops move online. Around the world, community members organized 5 do_action hackathons (<a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">4 of which were online</a>) and a handful of <a href=\"https://wordpressfoundation.org/2020/open-source-workshops-november-2020-report/\">open-source workshops</a> last year. In moving these events online, community organizers not only brought their WordPress community closer together, but they were also able to make a positive impact on their local or regional community in an exceptionally-difficult year.&nbsp;&nbsp;</p>\n\n\n\n<p>Seeing this impact, we would like to help more organizers host even more of these online charity hackathons (do_action events) and Introduction to Open Source workshops in 2021. This post shares more information for community organizers who would like to organize do_action events in 2021.</p>\n\n\n\n<h3>do_action charity hackathons</h3>\n\n\n\n<p>Based on feedback from the community members, <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">do_action events so far have been quite impactful</a> in how they bring participants together to help non-profits establish an online presence, something all the more significant in 2021. Here is how we plan to support do_action events in 2021:</p>\n\n\n\n<ul><li><strong>Improving the online do_action event documentation: </strong>The community team is currently working on revamping the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/organising-an-online-do_action-event/\">documentation for online do_action events</a> to include tips on remote collaboration, using collaboration tools, remote project management etc. Additionally, we will be reaching out to past do_action organizers to share recaps and help share task lists to help organizers get used to the online event format.&nbsp;</li><li><strong>Sponsored accounts:</strong> Organizers can reserve and use <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">Community-sponsored Zoom Pro accounts</a> for their events.&nbsp;</li><li><strong>Countrywide do_action events: </strong>There were <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">a few countrywide do_action</a> events in 2020. More regional/countrywide events are encouraged.&nbsp;</li><li><strong>Linking do_action events with WordCamps and mentoring: </strong>Since WordCamps are also online, organizers can organize do_action events in tandem with their online WordCamps, for more impact. Similarly, new do_action organizers will get mentoring from past organizers/mentors/community deputies.</li><li><strong>Technology changes: </strong>The following changes will be implemented on the doaction.org website in 2021 to support our organizers in a better way:&nbsp;<ul><li>doaction.org to Google Workspace / G Suite (so that organizers can use custom emails &#8211; get access to a branded Google Workspace account) &#8211; <em>Due March 2021</em></li><li>Doaction.org will be modified to support multiple event dates. &#8211; <em>Due June 2021</em></li><li>The do_action application will be moved to doaction.org.- <em>Due June 2021</em></li></ul></li></ul>\n\n\n\n<p>Does all of this sound exciting? If you would like to organize a do_action event in your locality, please <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/do_action-event-application/\">send in your application through this form</a>! Community deputies will get back to you shortly to take it forward.</p>\n\n\n\n<h3>Introduction to Open-source workshops</h3>\n\n\n\n<p>Introduction to Open Source workshops help spread knowledge and understanding of the open web and open source. They have also been instrumental in onboarding new contributors to WordPress. With the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> workshops on<a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\"> Introduction to Open-source</a>, meetup groups could host a watch party of the recorded workshop or <a href=\"https://make.wordpress.org/community/2020/12/08/tuesday-trainings-how-to-organize-a-successful-discussion-group/\">organize a discussion group</a>. Here’s how community members can organize open-source workshops in 2021.&nbsp;</p>\n\n\n\n<ul><li>Community members can now host <a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\">Introduction to Open-source workshop</a> discussion groups in the <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">Learn WordPress meetup group</a>. If you would like to host a discussion group for a global audience, please <a href=\"https://learn.wordpress.org/discussion-groups/\">apply to become a discussion group leader</a>.</li><li><a href=\"https://github.com/wptrainingteam/what-is-open-source\">Lesson</a> <a href=\"https://github.com/wptrainingteam/what-you-can-do-with-wordpress\">plans</a> for the Introduction to Open-source workshops are available! Any meetup group can plan their open-source workshop based on the lesson plans.&nbsp;</li><li>Meetup groups worldwide are also encouraged to<a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\"> organize an Introduction to WordPress watch party + discussion group</a> (based on the Learn WordPress workshop on <a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\">Introduction to Open-source</a>) as part of their meetup (it does not need any prior approval).&nbsp;</li></ul>\n\n\n\n<p>Organizers can feature these workshops and discussion groups in the WordPress Foundation blogs by <a href=\"https://make.wordpress.org/community/contact/\">reaching out to the community team</a>. Since open-source workshops are online, there is no cost involved in organizing them, but organizers can always <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">request paid zoom accounts for their event</a>.&nbsp;</p>\n\n\n\n<p>The WordPress community has the power to uplift and empower people across the world by organizing these events. Our community organizers have already done stellar work in 2020, despite the challenges posed by the COVID-19 pandemic. As we step into 2021, we look forward to supporting and seeing what organizers do with these online events to help their communities!</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, 29 Jan 2021 12:55: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:12:\"Hari Shanker\";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:112:\"WPTavern: WP Lookout Lets WordPress Users Track and Receive Notifications for Their Preferred Plugins and Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108062\";s: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:269:\"https://wptavern.com/wp-lookout-lets-wordpress-users-track-and-receive-notifications-for-their-preferred-plugins-and-themes?utm_source=rss&utm_medium=rss&utm_campaign=wp-lookout-lets-wordpress-users-track-and-receive-notifications-for-their-preferred-plugins-and-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8074:\"<p class=\"has-drop-cap\"><em>Should WordPress notify users of plugin ownership changes?</em> That was the question that Ian Atkins asked two months ago. WP Tavern readers seemed to think it was a good idea, at least those who commented on our <a href=\"https://wptavern.com/should-wordpress-notify-users-of-plugin-ownership-changes\">coverage of it</a>. However, the original <a href=\"https://meta.trac.wordpress.org/ticket/5509\">Trac ticket</a> has not seen any movement since.</p>\n\n\n\n<p>There are real technical issues with automating the process. A change of ownership does not necessarily equate to a change of the plugin author. This is often the case when someone acquires a company and maintains the brand.</p>\n\n\n\n<p>Tracking such changes does not necessarily need to go through WordPress. Chris Hardie built a service called <a href=\"https://wplookout.com/\">WP Lookout</a> that notifies users of such changes and much more. It has also been available since August of 2020.</p>\n\n\n\n<p>&ldquo;WP Lookout watches for interesting changes to the WordPress themes and plugins that someone cares about,&rdquo; said Hardie. &ldquo;I created WP Lookout for professional WordPress developers, consultants, and site managers who want to stay more informed about the plugins and themes that they (and their clients) depend on.&rdquo;</p>\n\n\n\n<p>While WP Lookout faces the same challenges with plugin ownership changes, it does have an advantage. It also <a href=\"https://wplookout.com/2020/12/tracking-mentions-in-wordpress-news/\">tracks WordPress news organizations</a>, including WP Tavern and <a href=\"https://poststatus.com/\">Post Status</a>. Even if the ownership change is not reflected on the plugin&rsquo;s WordPress.org page, the story may be picked up in the news.</p>\n\n\n\n<p>Hardie launched the news-tracking feature in early December 2020. It includes the <a href=\"https://www.wordfence.com/blog/category/vulnerabilities/\">Wordfence vulnerabilities blog</a> and <a href=\"https://ithemes.com/category/wordpress-vulnerability-roundup/\">iThemes vulnerabilities roundup blog</a> as a part of the service&rsquo;s security notification system. The service also scans change logs for keywords related to security.</p>\n\n\n\n<p>Notifications do not stop there. The WP Lookout tracks plugin, theme, and core WordPress updates. It also supports several commercial plugins such as Advanced Custom Fields Pro, Gravity Forms, and WP Rocket.</p>\n\n\n\n<p>&ldquo;When we first decide to use a theme or plugin on a WordPress site, we hopefully research it thoroughly &mdash; code quality, ratings, support responsiveness, new release history, speed of security fixes, and so on &mdash; but once it&rsquo;s installed it&rsquo;s easy to neglect those important bits of &lsquo;health&rsquo; information over time,&rdquo; said Hardie. &ldquo;Auto-updates are great from many perspectives, but I think anyone who has had to manage and troubleshoot a non-trivial WordPress site over time knows that it&rsquo;s also important to stay aware of, for example, what&rsquo;s happening in the change log or whether ownership of a plugin has changed hands. But nobody wants to log in to wp-admin on a bunch of sites every week to gather that info.&rdquo;</p>\n\n\n\n<p>Hardie said WP Lookout will always have a robust free option for people who just want a daily email notification for a handful of plugins and themes. However, there are paid tiers for customers to access more features. They allow users to track more plugins and themes and get immediate alerts through email, RSS, Slack, or custom webhooks.</p>\n\n\n\n<p>&ldquo;The middle tier supports up to 50 themes/plugins, immediate email notifications, and a personalized RSS feed,&rdquo; he said. &ldquo;The Builder tier supports up to 200 themes/plugins and adds in Slack and custom webhook support along with the option to just get security-related notifications. With more real-world user feedback, we may adjust what&rsquo;s in each tier over time.&rdquo;</p>\n\n\n\n<p>All users get access to the Builder tier for a few weeks after signing up. After that, they must subscribe or stick with the free tier features.</p>\n\n\n\n<h2>How the Service Works</h2>\n\n\n\n<img />Single plugin tracking history.\n\n\n\n<p class=\"has-drop-cap\">WP Lookout allows users to search for and add a tracker for individual plugins. The service primarily relies on the public WordPress.org API for getting plugin and theme data. This is the same system that WordPress uses to check to see if updates are available.</p>\n\n\n\n<p>&ldquo;But it also goes beyond what the API offers,&rdquo; said Hardie. &ldquo;For example, there&rsquo;s no standard yet for theme authors to provide .ORG theme change logs, and so that information doesn&rsquo;t show up when you go to update a theme in wp-admin; you&rsquo;d have to go poking around in Trac or source files to find it. So WP Lookout follows the trail to the change log details and <a href=\"https://wplookout.com/2020/08/wordpress-theme-changelog-details/\">puts that right in front of you</a>.&rdquo;</p>\n\n\n\n<img />Active plugin trackers.\n\n\n\n<p>There is also a <a href=\"https://wordpress.org/plugins/wp-lookout/\">WP Lookout plugin</a> available in the plugin directory. It uses an API key, which users can get from the WP Lookout website. The plugin then lets the WP Lookout service know what plugins and themes are installed and adds them as trackers. Using the plugin is far more efficient than manually adding individual plugins and themes.</p>\n\n\n\n<p>For plugins and themes that are not on WordPress.org, the service uses custom update APIs provided by the third-party developers. If that is not sufficient, it uses webpage scraping. For news sources, it parses RSS feeds.</p>\n\n\n\n<p>&ldquo;It&rsquo;s been interesting to see the wide variety of ways that WordPress theme and plugin authors do or don&rsquo;t manage and present data publicly about their products,&rdquo; said Hardie. &ldquo;Some have API endpoints that return the same level of detail as the .ORG API, others have change log/version documents generated by some internal tools, and still others don&rsquo;t bother doing much at all. I think an argument could be made to standardize on something here for the long-run to help boost the culture of keeping software updated, even/especially if it eventually makes the need for a tool like WP Lookout obsolete.&rdquo;</p>\n\n\n\n<h2>The Future of WP Lookout</h2>\n\n\n\n<p class=\"has-drop-cap\">Hardie has no plans of sitting on what he has already built. One of the next goals is regularly adding new themes and plugins that are not on WordPress.org. This will mean connecting with development teams and figuring out how users can get notifications of things that often have no public APIs. The lack of standardization in the space could be a tough hurdle to jump.</p>\n\n\n\n<p>&ldquo;I have a long list of features I&rsquo;m planning to add, including things like integrating tracking GitHub repo releases, bringing some helpful data points from WP Lookout into the wp-admin interface, WordPress Packagist integration, allowing per-tracker Slack channel configurations, better internationalization, and better handling of change logs that theme/plugin authors chose to maintain outside of their .org code repositories,&rdquo; he said.</p>\n\n\n\n<p>Hardie does not want to get too far ahead of himself with feature ideas. He said he is excited to get more feedback from users about what they find useful. Currently, there are 80 users, which is publicly available data. WP Lookout maintains an <a href=\"https://wplookout.com/open/\">open data and financial transparency page</a>.</p>\n\n\n\n<p>&ldquo;Despite having paid options for more advanced users, I mostly think of this as a service I want to operate for the WordPress community, and I&rsquo;ll always have a robust set of free functionality,&rdquo; he said. &ldquo;I&rsquo;m also committed to participation in Five for the Future, bringing what I&rsquo;ve learned here back into improvements that might benefit all WordPress users, whether they take advantage of WP Lookout or not.&rdquo;</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, 28 Jan 2021 21:56:16 +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:\"Justin Tadlock\";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:104:\"WPTavern: ElasticPress.io Service Considers Next Move after Elasticsearch Abandons Open Source Licensing\";s: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=110644\";s: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:253:\"https://wptavern.com/elasticpress-io-service-considers-next-move-after-elasticsearch-abandons-open-source-licensing?utm_source=rss&utm_medium=rss&utm_campaign=elasticpress-io-service-considers-next-move-after-elasticsearch-abandons-open-source-licensing\";s: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:6933:\"<p>Elastic, makers of the search and analytic engine&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.elastic.co/what-is/elasticsearch\" target=\"_blank\">Elasticsearch</a>, have re-licensed its core product so that it is no longer open source. The company is moving new versions of both Kibana and Elasticsearch from the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.apache.org/licenses/LICENSE-2.0\" target=\"_blank\">Apache 2.0-license</a>&nbsp;to be dual-licensed under the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.mongodb.com/licensing/server-side-public-license\" target=\"_blank\">Server Side Public License (SSPL)</a>&nbsp;and the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://github.com/elastic/elasticsearch/blob/0d8aa7527e242fbda9d84867ab8bc955758eebce/licenses/ELASTIC-LICENSE.txt\" target=\"_blank\">Elastic License</a>, which do not meet the <a href=\"https://opensource.org/osd\">Open Source Definition</a>. </p>\n\n\n\n<p>In a post titled &ldquo;<a href=\"https://www.elastic.co/blog/why-license-change-AWS\">Amazon: NOT OK &ndash; why we had to change Elastic licensing</a>,&rdquo; Elastic blames Amazon for the license change:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Our license change is aimed at preventing companies from taking our Elasticsearch and Kibana products and providing them directly as a service without collaborating with us.</p><p>Our license change comes after years of what we believe to be Amazon/AWS misleading and confusing the community &ndash; enough is enough.</p></blockquote>\n\n\n\n<p>Elastic claims AWS&rsquo;s behavior has &ldquo;forced&rdquo; the company to abandon its open source licensing, citing examples of what they perceive to be &ldquo;ethically challenged behavior.&rdquo; In 2019, Amazon created an Open Distro for Elasticsearch, and Elastic claims they used code copied by a third party from their commercial code, further dividing the community.</p>\n\n\n\n<p>As a result of the license change, Amazon <a href=\"https://aws.amazon.com/blogs/opensource/stepping-up-for-a-truly-open-source-elasticsearch/\">announced</a> its intention to officially fork Elasticsearch and Kibana, with plans to roll the forks into its Open Distro distributions:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Our forks of Elasticsearch and Kibana will be based on the latest ALv2-licensed codebases, version 7.10. We will publish new GitHub repositories in the next few weeks. In time, both will be included in the existing Open Distro distributions, replacing the ALv2 builds provided by Elastic. We&rsquo;re in this for the long haul, and will work in a way that fosters healthy and sustainable open source practices&mdash;including implementing shared project governance with a community of contributors.</p></blockquote>\n\n\n\n<p>The Open Source Initiative (OSI) <a href=\"https://opensource.org/node/1099\">reacted</a> to the news of the license change, calling the SSPL a &ldquo;fauxpen&rdquo; source license:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Fauxpen source licenses allow a user to view the source code but do not allow other highly important rights protected by the <a href=\"https://opensource.org/osd\">Open Source Definition</a>, such as the right to make use of the program for any field of endeavor. By design, and as explained by <a href=\"https://www.elastic.co/blog/licensing-change\">the most recent adopter</a>, Elastic, in a post it unironically titled &ldquo;<a href=\"https://www.elastic.co/blog/licensing-change\">Doubling Down on Open</a>,&rdquo; Elastic says that it now can &ldquo;restrict cloud service providers from offering our software as a service&rdquo; in violation of OSD6. Elastic didn&rsquo;t double down, it threw its cards in.</p></blockquote>\n\n\n\n<p>Elastic&rsquo;s license changes may affect a few companies in the WordPress ecosystem that are redistributing Elasticsearch as a commercial offering. <a href=\"https://10up.com/\">10up</a>, creators of <a href=\"https://wordpress.org/plugins/elasticpress/\">ElasticPress</a>, by far the most popular Elasticsearch plugin for WordPress, also runs the&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://elasticpress.io/\">ElasticPress.io</a>&nbsp;SaaS platform. More than 6,000 sites are using the open source plugin, but the company said these users will not be affected.</p>\n\n\n\n<p>&ldquo;No matter what this won&rsquo;t affect the EP plugin,&rdquo; 10up vice president of engineering Taylor Lovett said. &ldquo;I would say the news is definitely discouraging and not a great look for Elastic.&rdquo;</p>\n\n\n\n<p>10up <a href=\"https://wptavern.com/10up-unveils-elasticpress-io-elasticsearch-as-a-service-for-wordpress-sites\">launched</a> ElasticPress.io in 2017 and Lovett says it has become &ldquo;an active part of the business with a plethora of customers,&rdquo; and continues to grow. The company is currently seeking legal advice on how Elasticsearch&rsquo;s licensing change will affect the ElasticPress.io service. Since previous versions of Elasticsearch remain open source, the company has time to figure out a new way forward.</p>\n\n\n\n<p>&ldquo;Right now we really don&rsquo;t know what&rsquo;s going to happen,&rdquo; Lovett said. &ldquo;There is no rush for us to upgrade&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://elasticpress.io/\">ElasticPress.io</a>&nbsp;to Elasticsearch 7.11+ so we have plenty of time to decide how to address the issue.&rdquo;</p>\n\n\n\n<p>Lovett confirmed that 10up is considering using the Amazon fork as an option but has not  made a decision on the matter yet.</p>\n\n\n\n<p>&ldquo;I will say this does affect the end user in a way that they may end up having to choose between different flavors of Elasticserarch,&rdquo; Lovett said.<br /><br />&ldquo;For example, you may need to decide if you want the official Elastic distribution or if you want to go with AWS&rsquo;s fork.&rdquo;</p>\n\n\n\n<p>Unfortunately, for businesses that built services on top of redistributing the previously open source Elasticsearch, Elastic&rsquo;s creators have gone back on <a href=\"https://web.archive.org/web/20200120104750/https:/www.elastic.co/what-is/open-x-pack\">the promise they made in 2018</a> to never change the license of any of the Apache 2.0 code of Elasticsearch, Kibana, Beats, and Logstash projects.&nbsp;As a consequence, Amazon has emerged as the one to drive the truly open source option for Elasticsearch and Kibana for the future.</p>\n\n\n\n<p>&ldquo;Elastic&rsquo;s relicensing is not evidence of any failure of the open source licensing model or a gap in open source licenses,&rdquo; the OSI board of directors stated in a recent <a href=\"https://opensource.org/node/1099\">post</a> on the matter. &ldquo;It is simply that Elastic&rsquo;s current business model is inconsistent with what open source licenses are designed to do. Its current business desires are what proprietary licenses (which includes source available) are designed for.&rdquo;</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, 28 Jan 2021 20:25: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: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:96:\"WPTavern: Automattic Launches the Blank Canvas WordPress Theme for Building Single-Page Websites\";s: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=110986\";s: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:237:\"https://wptavern.com/automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites?utm_source=rss&utm_medium=rss&utm_campaign=automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites\";s: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:7389:\"<img />Split Screen pattern from Blank Canvas.\n\n\n\n<p class=\"has-drop-cap\">On Monday, Automattic <a href=\"https://wordpress.com/blog/2021/01/25/building-single-page-websites-on-wordpress-com/\">announced its Blank Canvas theme</a> on WordPress.com. The goal is to allow end-users to build single-page websites, such as an &ldquo;about me&rdquo; or product landing page.</p>\n\n\n\n<p>Blank Canvas is a child theme of <a href=\"https://wptavern.com/exploring-seedlet-automattics-block-first-wordpress-theme\">Seedlet</a>, which Automattic&rsquo;s <a href=\"https://themeshaper.com/about/\">Theme Team</a> has been using as a launchpad. One example is its recently-released <a href=\"https://wptavern.com/automattic-releases-spearhead-a-seedlet-child-theme-aimed-at-podcasters-and-content-creators\">Spearhead</a> child theme. It also provided the foundational work for the recent Twenty Twenty-One default WordPress theme.</p>\n\n\n\n<p>One-page themes are nothing new. Theme builders have been releasing them for years in various forms.</p>\n\n\n\n<p>&ldquo;We&rsquo;ve been working on block patterns a lot lately, and it became clear that many of the single-page websites we come across daily &mdash; collections of links, newsletter signups, etc. &mdash; are basically just simple block patterns sitting on an otherwise blank page,&rdquo; said Kjell Reigstad, the lead developer on the theme. &ldquo;That being the case, it seemed like WordPress should be able to power these sorts of single-page sites pretty easily. Blank Canvas is an attempt to try that out.&rdquo;</p>\n\n\n\n<p>WordPress is not the ideal platform for the majority of one-page sites. Doing so includes setting up a database, installing the software, and keeping everything updated. The admin interface is not well-suited to those types of sites. WordPress is a content management system. One page is not enough content to need a full-blown CMS to manage. There simply is little upside for the average user to go through the hassle of doing this on even the cheapest of shared hosting.</p>\n\n\n\n<p>However, if you have a network where someone else, such as WordPress.com, takes out all the hassle of maintaining the backend and when it does not cost you a dime, WordPress suddenly makes more sense. It becomes an ideal platform for these types of sites.</p>\n\n\n\n<p>Frankly, I do not know why they have not pushed this concept sooner. Jason Schuller has made a go of it with Leeflets in the past. Since then, he and Philip Kurth have taken that idea further and launched <a href=\"https://wptavern.com/landing-kit-for-wordpress-maps-any-post-or-page-to-a-custom-domain\">WP Landing Kit</a>, which builds on the same concept of creating multiple single-page landing sites from one WordPress installation.</p>\n\n\n\n<p>In some respects, Blank Canvas offers a glimpse into Full Site Editing. It is almost a stepping stone or a small yet limited preview of things to come. The theme puts the entire design process into a single page and a single editor. Eventually, this will be extended to the whole website.</p>\n\n\n\n<p>&ldquo;I think that&rsquo;s a great way to think about it,&rdquo; said Reigstad. &ldquo;Full Site Editing is coming soon, but in the meantime, Blank Canvas lets you do just a little bit more with Gutenberg than you could before.&rdquo;</p>\n\n\n\n<h2>About the Theme</h2>\n\n\n\n<p class=\"has-drop-cap\">The theme is called <strong>Blank</strong> Canvas for a reason. Its <a href=\"https://blankcanvasdemo.wordpress.com/\">demo page</a> is literally a blank screen with a footer message. The idea is that the end-user designs their homepage &mdash; or their entire site in the case of a single-page website &mdash; via the block editor.</p>\n\n\n\n<p>For those who need a starting point, the theme comes packaged with six block patterns:</p>\n\n\n\n<ul><li>About Me</li><li>Links</li><li>Invitation</li><li>Split Screen</li><li>Card</li><li>Email Signup</li></ul>\n\n\n\n<img />Invitation block pattern.\n\n\n\n<p>Self-hosted WordPress users can install the theme too. It is currently awaiting review for the theme directory, but they can snag the ZIP file or SVN link from its <a href=\"https://themes.trac.wordpress.org/ticket/94482\">Trac ticket</a>. For those giving it a test, be sure to disable the title and tagline via the customizer so they do not appear on the front end. That is assuming you want to use the theme as intended. It will also work as a more traditional theme because the Seedlet parent theme covers all the necessary features.</p>\n\n\n\n<p>There are differences between the theme on WordPress.com and that submitted to the WordPress.org theme directory. The .ORG version has only four block patterns. The .COM version includes an additional Card pattern, which integrates with Automattic&rsquo;s Layout Grid plugin. The Email Signup pattern needs Jetpack&rsquo;s form feature.</p>\n\n\n\n<p>Simple conditional checks for Layout Grid or Jetpack before registering the patterns would suffice for users with those plugins installed. &ldquo;That&rsquo;s planned,&rdquo; said Reigstad of adding the missing patterns, &ldquo;but we just didn&rsquo;t implement it yet.&rdquo;</p>\n\n\n\n<img />Email Signup block pattern.\n\n\n\n<p>WordPress.com users have something else to look forward to. In November, the service <a href=\"https://wptavern.com/wordpress-com-drops-over-100-block-patterns-carving-a-path-the-design-community-should-follow\">launched over 100 patterns</a>. &ldquo;One of the nice things is that there are already a lot of patterns out there that seem ready-made for single-page websites,&rdquo; said Reigstad.</p>\n\n\n\n<p>He did say the team is working on bundling more patterns in the future. These may include more &ldquo;link in bio&rdquo; designs that expand on the one already in the theme today.</p>\n\n\n\n<h2>Pioneering Block-Friendly Themes</h2>\n\n\n\n<p class=\"has-drop-cap\">Several of the ideas available in this theme seemed to have started from the WordPress <a href=\"https://github.com/WordPress/theme-experiments\">Theme Experiments repository</a>. It features block patterns similar in scope to the <a href=\"https://wptavern.com/carrd-like-theme-experiment-provides-a-glimpse-into-the-future-of-theming\">Carrd-like theme</a> Reigstad built last October.</p>\n\n\n\n<p>&ldquo;In general, building block-based themes helped redefine our idea of what a theme needed to be,&rdquo; he said. &ldquo;We&rsquo;d tended to think of a theme as a complicated piece of software that accounts for every scenario you throw at it: a blog, custom post types, category pages, search pages, the 404 page, etc.&rdquo;</p>\n\n\n\n<p>Reigstad said that the block-based themes paradigm has forced the Theme Team to start small. Because Full Site Editing is still in flux, its features not ready, the team has built proof-of-concept themes with limited functionality.</p>\n\n\n\n<p>&ldquo;The possibilities for block-based themes have grown considerably since then (as shown by TT1 Blocks, Q, Block-based Bosco, and others), but the early constraints helped spark ideas like that Carrd-inspired theme,&rdquo; he said. &ldquo;It turned out that you could build a pretty useful site with just a handful of blocks.</p>\n\n\n\n<p>&ldquo;That mindset definitely informed Blank Canvas &mdash; we started small, with just the functionality someone would need to build a single-page site. Since it&rsquo;s based on a full-featured theme (Seedlet), you can grow with it too.&rdquo;</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, 27 Jan 2021 22:11: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:\"Justin Tadlock\";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:106:\"WPTavern: Plugin Team Draws a Line: Plugins Must Not Change WordPress’ Default Automatic Update Settings\";s: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=111034\";s: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:249:\"https://wptavern.com/plugin-team-draws-a-line-plugins-must-not-change-wordpress-default-automatic-update-settings?utm_source=rss&utm_medium=rss&utm_campaign=plugin-team-draws-a-line-plugins-must-not-change-wordpress-default-automatic-update-settings\";s: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:3110:\"<p>WordPress&rsquo; plugin team has published a <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">statement</a> regarding plugins making changes to users&rsquo; update services: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Unless your&nbsp;plugin&nbsp;has the&nbsp;<em>purpose</em>&nbsp;of managing updates, you&nbsp;<strong>must not</strong>&nbsp;change the&nbsp;defaults&nbsp;of WordPress&rsquo; update settings.</p><p>You&nbsp;<em>may</em>&nbsp;offer a feature to auto-update, but it has to honor the&nbsp;core&nbsp;settings. This means if someone has set their site to &ldquo;Never update any of my plugins or themes&rdquo; you are not to change those for them unless they opt-in and request it.</p></blockquote>\n\n\n\n<p>The statement was prompted by plugins overstepping this boundary, which, up until recently, has simply been understood but not explicitly forbidden. Mika Epstein said the practice &ldquo;destroys the faith users have in you to not break their sites.&rdquo; It also reflects poorly on WordPress as a whole when plugin authors abuse core features to serve their own interests.</p>\n\n\n\n<p>&ldquo;Sadly, this happened recently to a well used plugin, and the fallout has been pretty bad,&rdquo; Epstein said. </p>\n\n\n\n<p>She did not identify the plugin in question, but one particular incident that happened last month bears a strong likeness to this description. On December 21, 2020, the <a href=\"https://wptavern.com/all-in-one-seo-plugin-turns-on-automatic-updates-without-notifying-users-removes-functionality-in-latest-release\">All in One SEO plugin turned on automatic updates without notifying its users</a>, aside from a short, ambiguous note in the changelog.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>All in One SEO was active on more than 2 million WordPress sites when it rolled out this update. Many users were frustrated to discover that their sites had been updated without permission, despite having auto updates turned off for the plugin. The plugin&rsquo;s developers removed the auto updates wrapper&nbsp;functionality from the plugin earlier this month, in favor of letting WordPress handle updates.</p>\n\n\n\n<p>After this incident, those who were affected were left with questions. Should WordPress allow this practice? Should plugin developers be required to place a notice in the dashboard if they are going to flip automatic updates on? While many users are willing to trust WordPress core to do automatic updates in a safe way, some are not willing to extend that trust to plugin developers, whose quality of updates vary widely. The plugin team offering guidance and communication on this matter was absolutely necessary to deter aggressive plugin developers from destroying what is still a fragile trust in automatic updates.</p>\n\n\n\n<p>&ldquo;At this time, we have no plans to spell this out in a guideline,&rdquo; Epstein said. &ldquo;We do currently, regularly flag plugins that go outside their dictated (self defined) boundaries, and this is not a change. Please, respect your users.&rdquo;</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, 27 Jan 2021 20:43:13 +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:102:\"WPTavern: Jetpack Launches Customer Research Project to Improve the Plugin and Reduce User Frustration\";s: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=110995\";s: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:249:\"https://wptavern.com/jetpack-launches-customer-research-project-to-improve-the-plugin-and-reduce-user-frustration?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-launches-customer-research-project-to-improve-the-plugin-and-reduce-user-frustration\";s: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:6244:\"<p>Jetpack&rsquo;s Design and Research Team is <a href=\"https://automattic.design/2021/01/26/were-all-ears/\">launching a new customer research panel</a> as part of an ongoing effort to collect feedback in advance of launching new features. They are allocating one day every month to talk with users:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>It&rsquo;s a small step toward an important goal of better understanding what our users need, seeing and hearing first hand where they are frustrated, and learning how Jetpack can work better for them.</p><p>The relationship benefits both sides. Our customers enjoy a sneak preview of features coming down the roadmap, and are empowered to help shape the product&rsquo;s future. And our design slash research team sees first hand, how our products perform with real folks using them.</p></blockquote>\n\n\n\n<p>Jetpack is recruiting customers for 45-minute long interviews on Zoom where they will preview some new designs and talk about proposed product improvements that are already in the works. In exchange, participants receive a $25 Amazon gift card.  </p>\n\n\n\n<p>This outreach effort may help in easing the periodic friction between Automattic and the larger WordPress community, which tends to emerge like pop-up storms on social media and quickly dissipate, but not without taxing onlookers&rsquo; good will. Although Jetpack is active on more than 5 million sites, and is marketed as &ldquo;the most popular WordPress plugin for just about everything,&rdquo; its team occasionally seems out of touch with users.</p>\n\n\n\n<p>One recent example of this happened when Matt Medeiros drew attention to the wording for the Jetpack Scan upsells that appear on the plugins page in the admin.  Specifically, people took issue with the claim that &ldquo;adding plugins can expose your site to security risks.&rdquo; While this is true, participants in the resulting heated discussion said it implies that Jetpack, the plugin that claims to do &ldquo;just about everything,&rdquo; is the only safe plugin. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Everyone: WordPress is amazing because you can use plugins! <br />Jetpack: Careful, it\'s a scary place that WordPress repo is.<br />Everyone: Didn\'t you come from .org? <br />Jetpack: Just buy my protection plan. <a href=\"https://t.co/5oqbsroqSA\">pic.twitter.com/5oqbsroqSA</a></p>&mdash; I podcast a lot&#127897; (@mattmedeiros) <a href=\"https://twitter.com/mattmedeiros/status/1352275821763948550?ref_src=twsrc%5Etfw\">January 21, 2021</a></blockquote>\n</div>\n\n\n\n<p>Some perceived it to be in violation of <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#11-plugins-should-not-hijack-the-admin-dashboard\">#11 of the Plugin Directory guidelines</a>, which states that plugins should not hijack the admin dashboard. The guideline also recommends avoiding advertising in the admin &ldquo;as it is generally ineffective,&rdquo; as well as frustrating for users who are not looking for additional complications while solving problems.</p>\n\n\n\n<p>This particular case was resolved after Automattic product designer Jeff Golenski took the community feedback to his team. They <a href=\"https://twitter.com/jeffgolenski/status/1352417067849428993\">updated the advertisement</a> to be less fear-inspiring regarding the WordPress plugin ecosystem.</p>\n\n\n\n<p>In another potent example of disconnect from the larger community, <a href=\"https://wptavern.com/jetpack-7-1-adds-feature-suggestions-to-plugin-search-results\">Jetpack 7.1 quietly introduced suggestions to the plugin search screen</a>. The update artificially inserted a search result into the first plugin card slot, identifying the corresponding Jetpack feature if one was available. Jetpack&rsquo;s module placement in the results subtly implied that other plugins were inferior options to its existing modules. Some of the modules advertised required an upgrade. The UI did not make it clear that the artificial search result was not coming from the plugin directory&rsquo;s algorithm. The Jetpack team claimed that it was designed to be a notice but its implementation was virtually indistinguishable from an advertisement.</p>\n\n\n\n<p>In a later release, Jetpack <a href=\"https://wptavern.com/jetpack-7-2-1-removes-promotions-for-paid-upgrades-from-the-search-screen\">removed all feature suggestions that previously advertised upgrades</a>, characterizing the mistake as &ldquo;an error in judgment.&rdquo; This kind of misstep could have easily been avoided if the feature had been presented to actual users in advance. User researchers could have asked, &ldquo;How would you like it if we put some of our paid upgrades in the top search spot when you are searching for a new plugin?&rdquo; </p>\n\n\n\n<p>Historically, the company has had a few rocky launches where it seemed some product teams did not consider the community&rsquo;s perception in their marketing approaches. Most recently, this was evident in the launch of WordPress.com&rsquo;s new&nbsp;<a href=\"https://wptavern.com/wordpress-com-rattles-freelancer-community-with-new-website-building-service-launch\">website building service</a>, which failed to include important information, i.e. that the intention was to refer business out. </p>\n\n\n\n<p>The new customer research panel is a strategic move for Automattic and should allow the company to avoid a lot more frustration and miscommunication around Jetpack. It could also be valuable as a means of testing potential marketing angles, beyond just specific features the team is developing.</p>\n\n\n\n<p>&ldquo;When you have a team continually connecting with their customers, you find that they start to become internal ambassadors for the users, helping to weave the user&rsquo;s voice into product and design conversations throughout the entire product design process.&rdquo; Automattic UX/Product Designer Yvonne Doll said in the announcment.</p>\n\n\n\n<p>If you want to help the Jetpack team realize these goals and become ambassadors for their users, visit the plugin&rsquo;s <a href=\"https://jetpackresearch.blog/\">user research blog</a> and sign up to participate in upcoming interviews. </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, 27 Jan 2021 02:33: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: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:64:\"WPTavern: WP Buffs Finalizes First Acquisition, Purchases WP EZI\";s: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=110796\";s: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:171:\"https://wptavern.com/wp-buffs-finalizes-first-acquisition-purchases-wp-ezi?utm_source=rss&utm_medium=rss&utm_campaign=wp-buffs-finalizes-first-acquisition-purchases-wp-ezi\";s: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:6915:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Earlier today, WP Buffs <a href=\"https://wpbuffs.com/wp-ezi-acqusition/\">announced that it had acquired WP EZI</a>, a WordPress maintenance and support service. It was a five-figure acquisition for 64 active subscriptions and 343 total customers. Paul Tselekidis, the former owner of WP EZI, is <a href=\"https://wpezi.com/joining-wp-buffs/\">stepping away from the project</a>.</p>\n\n\n\n<p>WP Buffs offers 24/7 WordPress website management. Its team works directly with website owners and startups. They also work with white-label partners in the WordPress space. Agencies, freelancers, and hosting companies resell the WP Buffs subscription services instead of hiring a global team of their own.</p>\n\n\n\n<p>This is the first acquisition for the company and was done through their new <a href=\"https://wpbuffs.com/acquisitions/\">Business Acquisition Unit</a>.</p>\n\n\n\n<p>For WP EZI users, nothing should change about how they use the service. &ldquo;The day-to-day of the folks at WP EZI (aside from Paul) will continue unchanged as they&rsquo;ve all decided to stay on board and are excited for this new chapter of the business,&rdquo; said Joe Howard, the Founder and CEO of WP Buffs. &ldquo;For the time being, they will continue to function as team members of WP EZI, although they&rsquo;ll, of course, be given a warm welcome as new members of the WP Buffs family.&rdquo;</p>\n\n\n\n<p>At the moment, none of the pre-acquisition WP Buffs staff will move over to any WP EZI projects or vice versa. The two brands will remain separate.</p>\n\n\n\n<p>&ldquo;Mostly, this is for current WP EZI subscription clients, as keeping them happy and unbothered is our top priority,&rdquo; said Howard.</p>\n\n\n\n<p>One change coming to WP EZI is that it will no longer offer new care plan subscriptions. The goal is to send those leads to WP Buffs. WP EZI will continue serving current care plan customers and handle one-off projects.</p>\n\n\n\n<p>&ldquo;The strength of WP Buffs is in our strong systems and scalable business model of selling and executing on subscription services,&rdquo; said Howard. &ldquo;That&rsquo;s why we&rsquo;ll continue to accept new care plans there and send all one-time requests to WP EZI. They have experience with this business model, so we&rsquo;re going to keep that team doing the work they&rsquo;ve proved to be strong at.&rdquo;</p>\n\n\n\n<p>Howard did not give much away in terms of long-term changes. He said that while they are mulling over some ideas, their priorities were a peaceful transition for WP EZI clients and learning from and helping the current team.</p>\n\n\n\n<p>&ldquo;Most of the benefits for WP Buffs come from acquiring an already profitable business and client base,&rdquo; he said. &ldquo;Furthermore, the acquisition allows us to funnel care plan leads into WP Buffs and more one-time work into WP EZI. These silos will allow each team to be more efficient since they&rsquo;ll be able to focus on their areas of strength.&rdquo;</p>\n\n\n\n<h2>On Acquisitions and Growth</h2>\n\n\n\n<p class=\"has-drop-cap\">On the low end, the deal was likely at least mid to upper-five figures. We know that it was a five-figure acquisition. There were 64 active customers with an $87 per month subscription or more. This also assumes a consistent active subscription count for the last year or so. This is speculation but should provide some low ballpark numbers for others looking to sell a WordPress-related business.</p>\n\n\n\n<p>While Howard did not provide an exact figure, his company provided far more information than is typical of business acquisitions in the WordPress ecosystem. Often, these deals are made only with an agreement that neither party share the sale price. The transparency from WP Buffs should come as a breath of fresh air to other small business owners. It can be overwhelming venturing into a first acquisition from either end.</p>\n\n\n\n<p>One of his goals is to be transparent with how WP Buffs is run. His <a href=\"https://wpbuffs.com/2020-year-in-review/\">2020 year in review</a> post is lengthy, but he does not hold back on mistakes and successes. It provides a lot of insight that other business owners can learn from.</p>\n\n\n\n<p>Howard has some experience scaling businesses beyond that $10,000 &ndash; $15,000 monthly recurring revenue (MRR) spot, which is where some small businesses begin to plateau. I asked him to share his experience with other business owners.</p>\n\n\n\n<p>&ldquo;WP Buffs now does $100,000+ MRR,&rdquo; he said. &ldquo;That means we don&rsquo;t have the same issues as a care plan company at the scale of WP EZI &mdash; and if we do, we can pay to make those challenges go away.&rdquo;</p>\n\n\n\n<p>With WP Buffs now in control of the WP EZI brand, they can dedicate funding where needed and use their leadership and management where needed. Because their team has been here before, it should provide the experience to push past any hurdles.</p>\n\n\n\n<p>&ldquo;The reality here is just an economics of scale,&rdquo; said Howard. &ldquo;&lsquo;Bigger&rsquo; companies can simply flex a little more muscle to get rid of roadblocks. Plus, they have more financial flexibility to experiment and get things wrong to find that one thing that makes the difference when it comes to growth.&rdquo;</p>\n\n\n\n<p>He wrapped up his advice by saying that businesses should focus on their subscription metrics:</p>\n\n\n\n<ul><li>Develop 1-2 predictable, lead acquisition channels and grow those (increase MRR growth from new sales).</li><li>Get a ton of client feedback and make fast adjustments to keep them happy (lower churn).</li><li>From the client feedback, implement new features, offerings, value to current clients so they&rsquo;ll stay with you longer and tell others about you (increase expansion revenue and lifetime value).</li></ul>\n\n\n\n<p>&ldquo;One basic piece of advice is it&rsquo;s never too early to start thinking about selling, even if it&rsquo;s not on your roadmap,&rdquo; said Howard. &ldquo;Whether you ever want to sell your business or not, the things that make the kind of business people want to purchase are the same things that simply make it a good business, so why not do them?&rdquo;</p>\n\n\n\n<p>Howard and Tselekidis had an <a href=\"https://wpmrr.com/podcast/paul-kidis-wp-ezi/\">open and honest conversation</a> about the acquisition on the WPMRR podcast. Some of it is personal, but it provides a glimpse behind the curtain of a WordPress business sale.</p>\n\n\n\n<p>Tselekidis talked about spreading himself too thin among his various projects in the podcast. After a self-analysis and reevaluating his interests, he decided to find a new home for WP EZI. This will allow him to focus on and pursue other goals. &ldquo;It&rsquo;s time to move on; like it&rsquo;s my time,&rdquo; he said of continuing work that he was not as passionate about. &ldquo;I don&rsquo;t want to do a disservice by my clients.&rdquo;</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, 26 Jan 2021 21:41:16 +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:\"Justin Tadlock\";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:25:\"Matt: Revue Joins Twitter\";s: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:42:\"https://ma.tt/2021/01/revue-joins-twitter/\";s: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:42:\"https://ma.tt/2021/01/revue-joins-twitter/\";s: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:591:\"<p>Very excited to share the <a href=\"https://blog.twitter.com/en_us/topics/company/2021/making-twitter-a-better-home-for-writers.html\">news that Revue is joining Twitter</a>. I’m a huge fan of the idea of better newsletters and <a href=\"https://automattic.com\">Automattic</a> was the largest investor in <a href=\"https://www.getrevue.co/\">Revue</a>. I’m looking forward to seeing what the very talented team will do as part of the Twitter network. Also many thanks to <a href=\"https://kk.org\">Kevin Kelly</a> and <a href=\"https://om.co\">Om</a> for introducing me to Revue early on. </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, 26 Jan 2021 18:43: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:4:\"Matt\";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:91:\"WPTavern: WordPress Roadmap Update: Full-Site Editing Targeted for 5.8 Release in June 2021\";s: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=110884\";s: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:225:\"https://wptavern.com/wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021\";s: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:3700:\"<p>WordPress core contributors are pushing forward on an ambitious plan to land full-site editing in core before the end of the year. Josepha Haden Chomphosy, the open source project&rsquo;s executive director, published an <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">updated roadmap</a> for 2021 that aims to get an MVP of full-site editing (FSE) in the Gutenberg plugin by April, 2021. FSE v1 would then be on track for shipping with WordPress 5.8, which is anticipated in June, 2021.</p>\n\n\n\n<table><tbody><tr><th>5.7&nbsp;</th><td>April 2021 &ndash; <strong>MVP for FSE in Gutenberg plugin</strong></td></tr><tr><th>5.8</th><td>June 2021 &ndash; <strong>&nbsp;v1 in Core</strong></td></tr></tbody></table>\n\n\n\n<p>Chomphosy defined the scope of FSE as &ldquo;the ability to edit all elements of a site using Gutenberg blocks&rdquo; and said it will include &ldquo;all in-progress features designed to help existing users transition to Gutenberg as well.&rdquo;</p>\n\n\n\n<p>When asked what would be considered an MVP of full-site editing, Chomphosy pointed to <a href=\"https://github.com/WordPress/gutenberg/issues/24551\">a GitHub issue</a> that contributors are using for tracking all the milestones associated with the project. Part of the infrastructure and UI is marked as complete, as well as browsing between pages, templates, and template parts. Styling, theme blocks, the query block, and the navigation block still need more work. More progress may have been made but the tracking issue has not been updated since December 19, 2020. </p>\n\n\n\n<p>Dipping into the <a href=\"https://make.wordpress.org/core/2021/01/22/editor-chat-summary-20th-january-2021/\">notes</a> from the recent editor meetings shows a steady stream of FSE improvements, which presumably will coalesce into an MVP in approximately five weeks. Chomphosy&rsquo;s announcement avoided explicit promises regarding what features are expected at that time.  </p>\n\n\n\n<p>Related projects like the widgets and navigation block editors have new dedicated Slack channels for those interested in following and contributing: </p>\n\n\n\n<ul><li><a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C01D71823PB\" target=\"_blank\">#feature-widgets-block-editor</a></li><li><a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C01KDAZJMQ9\" target=\"_blank\">#feature-navigation-block-editor</a></li></ul>\n\n\n\n<p>If you have questions about where FSE is headed, an upcoming Gutenberg Times Live Q&amp;A episode titled &ldquo;<em>Updates on WordPress Site-Editor (FSE) and Themes</em>&rdquo; will feature a panel of people who are actively contributing in these areas. It includes Carolina Nymark, author of <a href=\"https://fullsiteediting.com/\">a course on full site editing and block based themes</a>, Ari Stathopoulos, core contributor and author of the first block-based theme in the repository, and Anne McCarthy, who is managing the FSE outreach experiment. </p>\n\n\n\n<p>The episode will air live on Friday, January 29th, 2021, at 11AM EST, hosted by Birgit Pauli-Haack, curator of the <a href=\"https://gutenbergtimes.com/\">Gutenberg Times</a>. <a href=\"https://us02web.zoom.us/webinar/register/9716061492351/WN_vtNXZ0zTTs2S0S98X0Y9og\">Registration</a> for the event is free. Pauli-Haack plans to cover all the latest updates on full-site editing, block-based themes, and global styles. The panel will also touch on the navigation and widget screens, as well as what features will most likely land in WordPress 5.7. Viewers can bring questions and participate via Zoom and YouTube live. The episode will be recorded and shared afterwards with a transcript and resources.</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, 26 Jan 2021 03:16:56 +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: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:81:\"WPTavern: Jump-Start a Year’s Worth of Content via the Launch With Words 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=110800\";s: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:201:\"https://wptavern.com/jump-start-a-years-worth-of-content-via-the-launch-with-words-plugin?utm_source=rss&utm_medium=rss&utm_campaign=jump-start-a-years-worth-of-content-via-the-launch-with-words-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:8435:\"<p class=\"has-drop-cap\">On Sunday, Bridget Willard announced her latest project, <a href=\"http://launchwithwords.com\">Launch With Words</a>. In collaboration with Ronald Huereca, who performed the development work, they built a plugin that helps clients jump-start routine, monthly blog posts. In the future, there will be premium &ldquo;content packs&rdquo; that include content for various industries.</p>\n\n\n\n<p>The Launch With Words plugin is essentially a JSON importer for blog posts. The plugin itself is simple. However, the idea is what makes this plugin special.</p>\n\n\n\n<p>&ldquo;The audience is small business owners,&rdquo; said Willard. &ldquo;So many of us in the WordPress ecosystem are overeducated. We are annoyed that clients don&rsquo;t know how to do X, Y, and Z. But that&rsquo;s not their job; it&rsquo;s ours.&rdquo;</p>\n\n\n\n<p>Willard wrote starter content for both the Twenty Nineteen and Twenty Twenty default WordPress themes. She said it occurred to her that theme starter content is great, but why was no one tackling this for blog posts?</p>\n\n\n\n<p>&ldquo;This plugin comes from something I&rsquo;ve been saying to friends for years, &lsquo;launch with words; get paid faster,\'&rdquo; she said. &ldquo;<em>Lorem ipsum</em> is such a pain. Seriously. As someone who partners with WordPress agencies and freelancers to write copy for website launches, placeholder text is my nemesis.&rdquo;</p>\n\n\n\n<p>Willard <a href=\"https://bridgetwillard.com/\">runs her own business</a>, which offers social media management, copywriting, consulting, and business coaching. She is a marketing consultant who has been writing for the web since 2001.</p>\n\n\n\n<p>&ldquo;I was a secretary by trade with a background in accounts receivables and collections,&rdquo; she said. &ldquo;After I earned my teaching credential, I spent a year teaching junior high and high school math before I realized I didn&rsquo;t like parents. But hey, that bachelor&rsquo;s degree isn&rsquo;t wasted. I decided to go back to office work and landed in accounting (hello, algebra). I excelled in accounts receivable and collections but was at the top of my salary range.&rdquo;</p>\n\n\n\n<p>She left the construction industry in 2015 and began working for an advertising agency. During this time, she helped build the GiveWP brand. She also led the WordPress Marketing Team for two years.</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<img />Importing content with the Launch With Words plugin.\n\n\n\n<p class=\"has-drop-cap\">Launch With Words simply imports content. On its own, it does nothing else. Willard provides a downloadable JSON file via the Launch With Words website. This &ldquo;<a href=\"https://bridgetwillard.com/downloads/launch-with-words-starter-content-pack/\">starter pack</a>&rdquo; is available for free to everyone. It includes 12 draft blog posts to keep users blogging on their site for the next year.</p>\n\n\n\n<p>While it is geared toward freelancers and agencies working with small business owners, anyone can use the plugin and starter pack. If you are having trouble pushing out content regularly, the monthly prompts could be the injection you need to get the creative juices flowing.</p>\n\n\n\n<p>Each draft post includes a topic theme, topic type, and blog checklist. The topic theme is centered on usual events or holidays that match the month of the year. For example, the following is the theme for May:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Topic Theme: Summer is around the corner and, if your business is seasonal, you may have a bit of extra time or be swamped. It generally depends on your sales cycle.</p><p>This is a great time to go to your inspiration journal and look for a case study that can be written. Get the content published before people start going on vacations and forget about hiring a small business.</p></blockquote>\n\n\n\n<p>Just pull up each month&rsquo;s draft post, follow the topic, and go from there.</p>\n\n\n\n<img />Draft blog post for December.\n\n\n\n<p>Willard says that the plugin builds off the services she offers. &ldquo;This plugin absolutely solves the repeated issues I encounter with people &mdash; namely, &lsquo;What do I write about?\'&rdquo;</p>\n\n\n\n<p>She has not started using the Launch With Words plugin with her clients yet. In the past, she has used the <a href=\"https://bit.ly/BridgetWebQuestions\">Website Content Questionnaire</a>, a tool she built that others can copy to their Google Drive for free.</p>\n\n\n\n<p>&ldquo;What makes web copy great is having a bit of the backstory about people,&rdquo; she said. &ldquo;What makes them different? Do they like hockey? Did they start working in fast food? Are they building sites for the healthcare industry?&rdquo;</p>\n\n\n\n<h2>Premium Content Packs</h2>\n\n\n\n<p class=\"has-drop-cap\">Willard will begin offering premium content packs soon. Each will come with 12 fully-written blog post drafts for each month of the year, catering to specific industries. She plans to launch these individual packs at $497.</p>\n\n\n\n<p>&ldquo;I get asked how I come up with prices often,&rdquo; she said. &ldquo;Because I look at websites and products and SaaS services constantly, pricing is now intuitive to me. It&rsquo;s pretty easy for a developer or a small business to throw down $500 knowing it will give them content for a year. It&rsquo;s a crazy low price. I&rsquo;m not a fan of the word &lsquo;cheap.&rsquo; But this is buying in bulk. This is the Costco model.&rdquo;</p>\n\n\n\n<p>The blog posts should range between 300 and 500 words, a service in which Willard would generally charge $200.</p>\n\n\n\n<p>&ldquo;Anyone can tweak the copy to localize it or make it their own,&rdquo; she said. &ldquo;Before you ask, the only thing worse than duplicate content is no content. It&rsquo;s not novel to offer content; what&rsquo;s novel is to offer content that lives in a blog post. It&rsquo;s not an RSS feed from a syndication service that you can&rsquo;t edit. It&rsquo;s amazing how much franchises pay for boring content to distribute to their networks. Any business should have access to quality content that they can localize.&rdquo;</p>\n\n\n\n<p>One has to wonder how Willard could pace herself and produce quality content for these premium packs. However, she is no stranger to the writing process. She has published several books, writing four in the past year.</p>\n\n\n\n<p>&ldquo;I write to teach,&rdquo; she said. &ldquo;If you boil my essence down, I am a teacher. A few people have encouraged me to publish books. I have two Christian-based books out on Amazon that I did on Lulu.com, but it was so painful, I didn&rsquo;t bother.&rdquo;</p>\n\n\n\n<p>It was not until she talked with Nathan Ingram, a business coach in the WordPress space, at WordCamp Seattle in 2019 that she decided to give things another go. He introduced her to Kindle Direct Publishing, a driving factor behind her more recent publishing success.</p>\n\n\n\n<p>&ldquo;So I took a blog series idea, &lsquo;Dysfunctional Love Songs,&rsquo; and wrote and published that book in April as my COVID project. In October, &lsquo;Keys to Being Social,&rsquo; my life&rsquo;s work was published. &lsquo;The Definitive Guide to Twitter Marketing&rsquo; was written on a Sunday in January. My fourth book, &lsquo;How to Market Your WordPress Plugin&rsquo; is with my editor and will be published this year.&rdquo;</p>\n\n\n\n<p>Willard said these writing projects have helped her stay focused on positive things during the Covid-era.</p>\n\n\n\n<p>&ldquo;Otherwise, it&rsquo;s easy for things to turn dark &mdash; if we&rsquo;re all going to die, why pay off my credit cards? You know? I can&rsquo;t just sit around watching Netflix. I do, but I need an outlet.&rdquo;</p>\n\n\n\n<p>She does not plan on going it alone for all of the premium content packs. She is already in talks with writers in other fields who would be better suited to the specific subject matter. However, Willard will lean on her construction-related expertise to build some of the packs.</p>\n\n\n\n<p>&ldquo;The best advice writers give is that you should write what you know,&rdquo; she said. &ldquo;It&rsquo;s the first chapter in Anne Lamott&rsquo;s &lsquo;Bird by Bird.&rsquo; I&rsquo;ve been writing about construction for 20 years. It won&rsquo;t require very much research. I mean, if I can sit down on a Sunday and write 7,000 words on Twitter for that book, I&rsquo;m pretty sure I can write 12 blog posts fairly soon.&rdquo;</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, 25 Jan 2021 21:57: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:14:\"Justin Tadlock\";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:83:\"WPTavern: Ask the Bartender: How To Bulk Convert Classic WordPress Posts To Blocks?\";s: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=110841\";s: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:207:\"https://wptavern.com/ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks?utm_source=rss&utm_medium=rss&utm_campaign=ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks\";s: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:5513:\"<blockquote class=\"wp-block-quote\"><p>I was wondering if you could help me. I want to convert all of my old posts (about 600) to Gutenberg blocks. Do you know an easy way to do that?</p><p>Philip</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">I often get these short questions via private messages. I always try my best to help other WordPress users whenever I can. This was an easy solution in Philip&rsquo;s case. After a quick chat, he actually learned that he did not need to migrate his posts to the block system. I thought it would be best to open this topic to a wider audience. Maybe it would help someone else along the way.</p>\n\n\n\n<p>There is currently an <a href=\"https://github.com/WordPress/gutenberg/issues/18645\">open ticket</a> on the Gutenberg repository for a bulk converter. It has sat dormant until a few days ago. The primary argument for including this feature in the plugin and eventually WordPress itself is that the lack of this option is an obstacle for newcomers to the block editor.</p>\n\n\n\n<p>I disagree with the notion that it is any sort of obstacle for block-editor adoption. There does not seem to be a massive call for the feature in the WordPress support forums. Web searches do not pull up too many support queries for it. It seems to be a niche use case. Or, in some cases, there is a simple misunderstanding that end-users need to do any sort of conversion or migration at all.</p>\n\n\n\n<p>However, the biggest reason it is a non-obstacle is that posts written in the classic editor are still basic HTML. Regardless of the editor, older content will output just fine on the front end, at least in most cases.</p>\n\n\n\n<p>The first question anyone should ask before deciding on bulk converting their old posts to the newer block format is whether they should do it at all. The answer for the majority of users will simply be <em><strong>no</strong></em>. There are few reasons to do so.</p>\n\n\n\n<p>Doing a mass conversion like this, especially with hundreds or more posts, is subject to broken sites. I have done enough single-post updates to know that the process does not always go smoothly. Sometimes, I need to touch up something here or do some manual changes there. On a large scale, there really is no way to know what got broken until you test every single post or page on the site. In some cases, everything is OK. In others, it is a nightmare.</p>\n\n\n\n<p>If you are thinking of going down the bulk-conversion route, make a backup first. There is a good chance that you will need it. You should also test this on a staging site.</p>\n\n\n\n<p>My recommendation for most users is to convert posts on an as-needed basis. I like to make the switch any time I edit an old post. The only reason I convert them is that I prefer working with the block editor over classic.</p>\n\n\n\n<p>Posts written in the old editor will be in the Classic block. After selecting the block that houses the content, I hit the &ldquo;Convert to blocks&rdquo; button in the block toolbar. I do a quick check of anything that might need to be fixed before hitting the update button.</p>\n\n\n\n<img />&ldquo;Convert to blocks&rdquo; button for the Classic block.\n\n\n\n<p>In most cases, there is no reason to convert old posts to blocks except when you are actually editing those posts.</p>\n\n\n\n<p>Despite claims that things will &ldquo;just work&rdquo; when switching to the block editor, that is not the day-to-day reality of all WordPress users. Some of the biggest reasons I have seen to bulk convert are around theme design issues. For example, the block system made some fundamental changes to image markup. If your theme handles left and right-aligned images added via the block editor but breaks down on your old posts, bulk converting may be an option. However, the first course of action should be checking in with your theme author about adding support for the classic markup.</p>\n\n\n\n<p>There are likely numerous other edge cases. Bulk converting posts is an invasive operation that can only be reverted by restoring a pre-conversion backup. It should be a last resort.</p>\n\n\n\n<p>If you are at the point where you know you need to convert all your old posts, there are a few options available.</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/bulk-block-converter/\">Bulk Block Converter</a> plugin is likely the most-used solution at the moment. Organic Themes released it a little over a year ago but has only updated it once. User reviews have been mixed. A few of the problems seemingly stem from WordPress &mdash; the plugin extends the core WordPress block converter used in single posts.</p>\n\n\n\n<p>For those with clients who want to find a middle ground between bulk conversion and having the client manually convert their old posts, 10up&rsquo;s <a href=\"https://github.com/10up/convert-to-blocks\">Convert to Blocks</a> plugin might be the right solution. It converts posts on the fly, only making changes when a user opens the post-editing screen.</p>\n\n\n\n<p>Fr&auml;nk Klein is also working on a PHP-based bulk converter plugin named <a href=\"https://bulkconverttoblocks.com/\">Bulk Convert to Blocks</a>. It is currently in the development stage and not ready for use on live sites. It offers a screen in the WordPress admin to perform the conversion and will continue working in the background if the user leaves the page. Because it runs via PHP, developers can extend it with custom actions and filters. It also provides a WP CLI command for those who prefer to work from the command line.</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, 22 Jan 2021 22:39:30 +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:\"Justin Tadlock\";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:66:\"WPTavern: TasteWP Spins Up Free WordPress Testing Sites in Seconds\";s: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=110274\";s: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:177:\"https://wptavern.com/tastewp-spins-up-free-wordpress-testing-sites-in-seconds?utm_source=rss&utm_medium=rss&utm_campaign=tastewp-spins-up-free-wordpress-testing-sites-in-seconds\";s: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:5318:\"<p><a href=\"https://tastewp.com/\">TasteWP</a> is a newcomer among online WordPress sandboxing solutions. The site allows users to spin up a new WordPress instance in a matter of seconds. Web-based sandboxes like these have been popular for a long time, since they are convenient to fire up and destroy when performing a quick test on a plugin or theme. It&rsquo;s easier than maintaining a local development environment, which many casual WordPress users have not taken the time to set up. </p>\n\n\n\n<p>TasteWP&rsquo;s temporary testing sites are hosted for 48 hours for non-logged-in users and 7 days for those who are logged in. The one-click setup gives you a random site URL and login credentials.</p>\n\n\n\n<img />\n\n\n\n<p>The free sites are limited to 220MB per instance. A successful set-up notice is displayed in the dashboard with information on when the site will be automatically deleted. TasteWP limits non-logged-in users to creating 2 sites and the limit is 6 for logged-in users. They can be removed or added within the site manager. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>When creating a new site, the Advanced Options allows users to set up multisite, select a PHP version, WordPress version, and choose from a number of advanced configuration options and pre-installed extensions. The PHP version can also be changed later within the site manager.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>TasteWP is reminiscent of the now defunct <a href=\"https://wptavern.com/poopy-life-lets-you-create-free-unlimited-wordpress-test-installs\">poopy.life</a> service. In addition to the unsavory and unforgettable name, poopy.life was laden with obtrusive upgrade ads that floated across the screen periodically. TasteWP takes a different route for promotion and includes three of its plugins pre-installed on the default testing sites.</p>\n\n\n\n<p>TasteWP is run by <a href=\"https://inisev.com/\">Inisev</a>, a 15-person company that has been developing&nbsp;WordPress&nbsp;plugins for four years.</p>\n\n\n\n<p>&ldquo;Our key motivator for starting&nbsp;TasteWP&nbsp;was a) scratching our own itch (we needed a platform ourselves to try out new plugin versions on different&nbsp;WP/PHP version combinations) and b) promoting our products,&rdquo; Inisev co-founder Nicolas Ahmann said.</p>\n\n\n\n<p>&ldquo;Having said that, if there is enough demand (and there seems to be), we&rsquo;ll also offer very affordable premium plans for non-expiring instances with bumped space soon.&rdquo;</p>\n\n\n\n<p>Ahmann said the team is currently funding their projects from their own pockets as well as a few private investors.</p>\n\n\n\n<p>&ldquo;We had some VCs knock at our door recently, and while we don&rsquo;t rule out taking them on board at some point in the future, we feel quite comfortable with our current approach where we grow organically (i.e. without too much ad spending),&rdquo; Ahmann said. &ldquo;I&rsquo;m sure, if we had taken on a lot of capital a few years ago, we would have spent a lot of marketing budget on products which weren&rsquo;t ready at the time. Instead, we were forced to make the products better. Limited budgets sharpen your mind immensely.&rdquo;</p>\n\n\n\n<p>Ahmann said the company has several enhancements planned for TasteWP, but they don&rsquo;t want to make the product more complicated to use. </p>\n\n\n\n<p>&ldquo;We developed a Linux application which copies exactly the same moves as user would do to create a website, except that we&rsquo;re omitting the front-end and graphics rendering parts which makes it much easier to process by the computer,&rdquo; he said. &ldquo;Also we inject anything that is needed into the database directly. That allows us to create those sites so fast without preparing them before (but still fully customized for each user).&rdquo;</p>\n\n\n\n<p>The company is planning to enable users to call specific URLs, such as&nbsp;<a rel=\"noreferrer noopener\" href=\"https://tastewp.com/?themeslug=slug-of-theme\" target=\"_blank\">https://tastewp.com?themeslug=slug-of-theme</a>,&nbsp;which would spin up an instance with that theme or plugin already installed. This would allow theme and plugin creators to share the link with their potential users/customers so that they can play around themselves. </p>\n\n\n\n<p>Localization is also a high priority for future TasteWP enhancements, since the company is based in Europe where many languages are spoken. </p>\n\n\n\n<p>&ldquo;We always felt that it doesn&rsquo;t get the attention as it needs, considering that approximately<a href=\"https://w3techs.com/technologies/overview/content_language\"> 40% of websites are not in English,</a>&rdquo; Ahmann said. &ldquo;It&rsquo;s often just DIY people (not devs) who are trying to create their websites. We always encourage them to learn English (as it&rsquo;s the world&rsquo;s&nbsp;language). But imagine you grew up in Turkey, for example. Nobody around you speaks English &ndash; the teachers in schools only speak it in a broken way. In those cases it&rsquo;s key that people can take their first&nbsp;WordPress&nbsp;steps in their language, and what&rsquo;s easier to&nbsp;do&nbsp;so than spinning up an instance with one click on&nbsp;TasteWP&nbsp;which is in your language? Long story short: we&rsquo;ll keep translating it into (many) more languages.&rdquo;</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, 22 Jan 2021 20:47: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: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: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:119:\"WPTavern: Gutenberg 9.8 Brings Rounded Borders To the Group Block and Moves the Site Editor Canvas Into an Inline Frame\";s: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=110768\";s: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:283:\"https://wptavern.com/gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame\";s: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:6699:\"<p class=\"has-drop-cap\">Gutenberg 9.8 <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">launched yesterday</a> with a few minor UI improvements. The development team added an initial implementation for border-radius support for the Group block that theme authors can opt into. They also moved the site editor into an iframe element to remove CSS conflicts from the global admin styles.</p>\n\n\n\n<p>Those who have been testing Full Site Editing should be pleased that they will no longer need to deal with the seemingly never-ending creation of auto-drafts for templates and template parts. <em>Good riddance.</em> They would have inevitably caused user confusion in the long run. The change took around a <a href=\"https://github.com/WordPress/gutenberg/pull/27910\">month of discussion and work</a>, but it reduced a complex and fragile process into a more stable system for the long term.</p>\n\n\n\n<p>While the previous plugin release saw barely more than a handful of bug fixes, version 9.8 jumped back to over two dozen. A Gutenberg update without at least that many just does not feel right.</p>\n\n\n\n<h2>Minor UI Improvements</h2>\n\n\n\n<p class=\"has-drop-cap\">The latest version of the plugin improves the UI when working with the Spacer block. When a user selected the block in the past, it appeared as a light gray rectangle. Now, it is <a href=\"https://github.com/WordPress/gutenberg/pull/28103\">semi-transparent. </a>This allows whatever is in the background, such as the Cover block with a background image, to show. This change should help users more easily make size adjustments in cases where viewing the background is necessary.</p>\n\n\n\n<img />Semi-transparent Spacer block when selected.\n\n\n\n<p>While I hope the Spacer block will eventually die a slow and agonizing death as it is replaced by more appropriate margin and padding block options, this change does help in the interim.</p>\n\n\n\n<p>In a follow-up to the UI improvements in Gutenberg 9.7, work on block variations continues. Variations are when one block is used as the foundation to create multiple variations of the same block. The most common example is the Embed block, which has YouTube, Vimeo, and other variations. Before 9.7, these variations shared the same generic icon, name, and description in the block inspector and navigation instead of the variation-specific information.</p>\n\n\n\n<p>Gutenberg 9.8 builds on the trend of using the variation&rsquo;s data where it makes sense. The block switcher (transform) button in the editor toolbar now <a href=\"https://github.com/WordPress/gutenberg/pull/27903\">displays the variation&rsquo;s icon</a>.</p>\n\n\n\n<img />Variation icon in use in the block switcher.\n\n\n\n<p>It is a small change, but it shows the development team&rsquo;s continued devotion to polishing the editor interface.</p>\n\n\n\n<h2>Loading the Site Editor Canvas in an iframe</h2>\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 9.8 separates the canvas area of the <a href=\"https://github.com/WordPress/gutenberg/pull/25775\">site editor into an iframe</a>. This separation means that global admin styles do not bleed into or override styles within the editor itself. The good news is this is a first step toward doing the same in the post editor too.</p>\n\n\n\n<p>This has been a change that I have been waiting for since the inception of the block editor. From a theme development and design standpoint, styling the editor to match the front end is ripe with issues. It has meant nesting CSS selectors when it should have been unnecessary. It has meant adding a few <code>!important</code> rules to overwrite what seems like oddities in the core CSS. While styling the block editor has improved by leaps and bounds in the past couple of years, it can still often be a pain.</p>\n\n\n\n<p>WordPress core committer Ella van Durpe <a href=\"https://github.com/WordPress/gutenberg/issues/20797#issue-579381499\">listed the benefits</a> of moving the canvas into an iframe:</p>\n\n\n\n<ul><li>There would be no admin CSS bleed at all. This is something we&rsquo;ve been struggling with since the beginning.</li><li>There would be no need to simulate media queries, which is arguably technically more difficult than using an iframe.</li><li>Relative units like <code>(r)em</code> and <code>vw</code>/<code>vh</code> just work.</li><li>For a full site, a theme stylesheet can be just dropped in the editor without any adjustment. I think this is important as it makes the life of theme authors much easier.</li><li>It&rsquo;s possible to have one selection per window, so one in the admin and one in the content. This is useful for e.g. the link UI where the selection in the content can be kept while the selection is also in an input element (for the URL). Maybe be useful in other cases.</li></ul>\n\n\n\n<p>While I find it tough to believe that theme stylesheets would just work without a hitch &mdash; <em>does such a world exist?</em> &ndash;, they should work far better than in the past. There are likely items theme authors will need to contend with, but they should be minimal. Developers should keep a close eye on the future development of this.</p>\n\n\n\n<h2>Border Radius Support for the Group Block</h2>\n\n\n\n<p class=\"has-drop-cap\">As part of Gutenberg&rsquo;s experimental feature set, the Group block now supports a <a href=\"https://github.com/WordPress/gutenberg/pull/27665\">border radius option</a>. However, end-users will not automatically see it in the block inspector. This is an opt-in feature for themes at the moment. Presumably, it will be a part of the default set of options for several blocks in the future.</p>\n\n\n\n<img />Setting the border-radius value for the Group block.\n\n\n\n<p>For theme authors who want to add support, they will need to drop the following code snippet into their <code>experimental-theme.json</code> file and edit the <code>radius</code> value:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"core/group\" : {\n        \"styles\" : {\n                \"border\" : {\n                        \"radius\" : \"50px\"\n                }\n        }\n}</code></pre>\n\n\n\n<p>This will allow theme authors to set the default border-radius for the group block. However, it will not hand over control to users. For that, themes will need to add the following snippet under the <code>settings</code> section of their <code>experimental-theme.json</code> file:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"border\" : {\n        \"customRadius\" : true\n}</code></pre>\n\n\n\n<p>I tested this with a modified version of the <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks </a>theme without issue. Mostly, I am looking forward to more styling options like this in future iterations of the plugin.</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, 21 Jan 2021 22:31:51 +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:\"Justin Tadlock\";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:54:\"WordPress.org blog: People of WordPress: Thelma Mutete\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9518\";s: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/2021/01/people-of-wordpress-thelma-mutete/\";s: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:8322:\"<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=500%2C750&ssl=1\" alt=\"Thelma Mutete at a WordCamp\" class=\"wp-image-9564\" width=\"500\" height=\"750\" />\n\n\n\n<p>From a young age Thelma was encouraged by her father to ‘work hard, and dream big’. In High School, she pursued a career in Computer Science. She said: “I did not know what I would be doing or how I would get there but I just knew that I was going to pursue a career in information technology.”</p>\n\n\n\n<p>She wrote her first line of code at the age of 16 living in Zimbabwe, Africa. This was to mark the beginning of her enthusiasm for computer programming.</p>\n\n\n\n<p>When she joined the school’s computer class, Thelma thought she would learn Excel and Word. Instead, the assignment was to write her first program in C. She said: “It was not easy, but it was very exciting. l remember writing up simple code for a Video Club – a check-in/out for VHS tapes and CDs. Thus began my fascination with computers.”</p>\n\n\n\n<p>Seven years later, she went on to university to study for a Bachelors in Business Management and Information Technology. Her third year internship was at a local web design and hosting company. Though she had hoped her placement would be at a local bank or telecommunications company, the chance to discover website design turned out to be the best thing that could have happened.&nbsp;</p>\n\n\n\n<p>In 2017, Thelma went on to work for a company designing websites using HTML, CSS, PHP, JavaScript and Joomla. She had heard about WordPress but had not used it. She recalls: “People have this misconception that WordPress is not for real developers and it is not secure and at that time I was one of those people.”</p>\n\n\n\n<h2>Finding a local community</h2>\n\n\n\n<p>From a discussion with a member of the local WordPress community, <a href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">Thabo Tswana</a>, about a striking swag gift from a WordCamp, Thelma’s interest was sparked.&nbsp;</p>\n\n\n\n<p>She started to find out more about WordPress and WooCommerce, and visited her local WordCamp Harare website. She was delighted to find that she could learn more about WordPress without needing any pre-existing knowledge, and wanted to be involved. So instead of just attending the camp, she volunteered too!&nbsp;</p>\n\n\n\n<p>Her response to her first WordPress event mirrors the experience of many others in the community. She said: “I only started using WordPress because of the awesome people that l had met at that WordCamp. Everyone was so welcoming.”</p>\n\n\n\n<p>A week later, with help from Thabo, she designed her first website using WordPress.</p>\n\n\n\n<p>She soon became more involved with the community and Meetups. Thelma participated in the first-ever ‘Women Who WordPress’ Meetup in 2018, with lots of women getting involved from bloggers to developers.&nbsp;</p>\n\n\n\n<p>She said: “We were free to talk and discuss a lot of things. We had more time to discuss the difference between WordPress.com and WordPress.org, we shared views on how to handle discrimination at work, how to promote your website and a whole lot of other things.”</p>\n\n\n\n<h2>Establishing roots in WordPress</h2>\n\n\n\n<p>In 2018, WordCamp Harare had its first-ever female Lead Organizer <a href=\"https://tapiwanashe.com/\">Tapiwanashe Manhobo</a>. Thelma was part of the organising team that year and was assigned to handle Harare’s first Kids Camp to take place eight months later. You can read more about her experiences of organizing a <a href=\"https://thelmachido.wordpress.com/2019/11/21/wordpress-juniours-first-edition/\"><strong>Kids Camp</strong></a> on her blog.</p>\n\n\n\n<p>She said: “After the first Kids Camp, we had several people in the local Zimbabwean WordPress community who were enthusiastic about encouraging young people to embrace ICT. In 2019, we had not planned to have a Kids Camp because of financial constraints but to our surprise, we had some anonymous donations and we managed to have a WordPress Community outreach to a youth centre, <a href=\"https://cttzim.org/\"><strong>Centre for Total Transformation</strong></a>, a week after our WordCamp. It is a non-formal school that caters for underprivileged and vulnerable children. The group were able to share practical skills about using WordPress, computer hardware and software.</p>\n\n\n\n<p>Thelma shares that she became hooked on WordPress because of its community. “I enjoy attending WordCamps, meeting new people and just learning new stuff. I have a huge list of WordCamps I would like to attend. Last year I managed to cross WordCamp Johannesburg off my list. When everything is back to normal my plan to travel to WordCamps will proceed (fingers crossed).”</p>\n\n\n\n<h2>Reaping the fruits of ongoing learning</h2>\n\n\n\n<p>Thelma is committed to ongoing development training. She said: “Even though I can still cook up code in C and Java, for now, I have also included WordPress PHP functions to the mix. It was not easy to get to this point, daring myself got me to this slightly better stage. I try to do my best where I can and I am happy to say it has paid off so far.”</p>\n\n\n\n<p>Thelma has continued her journey working in design and digital marketing last year with Trust Nhokovenzo who works in digital marketing and is active in&nbsp; the WordPress Community. He came across her name as a developer from talking with others involved in WordPress. She went to work with his team at a marketing agency.</p>\n\n\n\n<p>Her interest in the development of WordPress continued and she joined the <a href=\"https://wordpress.org/news/2020/12/simone/\">5.6 Release Squad</a> in the mid 2020.&nbsp;At the end of 2020, she moved to become a Happiness Engineer working with WordPress.com. Thelma’s fascination with the platform and the community continues to grow and her contributor story is ongoing.</p>\n\n\n\n<p>Find out more about the <a href=\"https://www.meetup.com/Harare-WordPress-Meetup\">Harare WordPress community</a> in Zimbabwe.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nalininonstopnewsuk</a>) and Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sthakor</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>yvettesonneveld</a>), 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>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>), and Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>). Thank you to Thelma Mutete (<a href=\"https://profiles.wordpress.org/thelmachido/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>thelmachido</a>) for sharing her #ContributorStory.</p>\n\n\n\n<img src=\"https://lh4.googleusercontent.com/s24EVZGKbxVeafljPU1ubF1DjIwn98E3-wGx1LD2CWYk7zYQppFhXNpb0aUhGe01TStMdTwXrcYaxBZQHRgZJ10lvW2hsg61Ce37_pBGJuTRQlJ6r9iUxlJtvuDuwLhIvPo1MVEb\" alt=\"HeroPress logo\" />\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community</em>.</p>\n\n\n\n<p>#ContributorStory #HeroPress</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, 21 Jan 2021 16:40:13 +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:28:\"webcommsat AbhaNonStopNewsUK\";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:82:\"WPTavern: Gutenberg Contributors Consider Implementing a Bot to Close Stale Issues\";s: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=110562\";s: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:209:\"https://wptavern.com/gutenberg-contributors-consider-implementing-a-bot-to-close-stale-issues?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-contributors-consider-implementing-a-bot-to-close-stale-issues\";s: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:5386:\"<p>Gutenberg project contributors are considering <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">implementing a stale bot</a> to tame the repository&rsquo;s overgrown <a href=\"https://github.com/WordPress/gutenberg/issues\">issues</a> queue, which currently has 2,733 open issues. Stale bots are usually employed to automatically close &ldquo;stale&rdquo; issues and PRs based on a predefined set of parameters for inactivity. </p>\n\n\n\n<p>&ldquo;The current recommendation is to set our policy to a 180-day of no activity, so if no comments or commits are on an issue or PR in 180 days, then the bot will post a comment to the issue alerting the user it will be closed in 7-days due to inactivity,&rdquo; Marcus Kazmierczak proposed.</p>\n\n\n\n<p>One important concern is getting the tone right for the automatically-generated message. When you&rsquo;re employing bots on a widely used open source project, they had better be friendly. A chilly, indifferent bot can unwittingly turn away potential contributors with the wrong kind of messaging. Kazmierczak proposed the following message:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>This is an auto-generated message to let you know that this issue has gone 180 days without any activity and meets the project&rsquo;s definition of stale. This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a &ldquo;bump&rdquo; to keep it open, or add the &ldquo;[Status] Not Stale&rdquo; label. Thanks for keeping our repository healthy!</p></blockquote>\n\n\n\n<p>Participants in the discussion on the proposal are divided on the best approach. Daniel Llewellyn, one of the most vocal opponents to using a stale bot, contends that an automatically closing issues sends the wrong message. </p>\n\n\n\n<p>&ldquo;If we care about users and that they trust that we will fix their problem then automatically closing their issue gives them the signal that we don&rsquo;t,&rdquo; Llewellyn said.</p>\n\n\n\n<p>&ldquo;If you don&rsquo;t want to fix a problem then it is better for a human to explain why the problem won&rsquo;t be fixed and personally close the issue. Automating this on the assumption that because nobody has commented in a while means it isn&rsquo;t important is bad!&rdquo;</p>\n\n\n\n<p>Joy Reynolds agreed with this assessment, noting that closing issues through any means can be discouraging.</p>\n\n\n\n<p>&ldquo;I&rsquo;ve had issues closed by humans for being stale, also, and it isn&rsquo;t any better,&rdquo; Reynolds said. &ldquo;I&rsquo;ve had issues closed because someone created a new issue on the same thing. This loses all the history and the watchers.</p>\n\n\n\n<p>&ldquo;I&rsquo;ve also had an issue closed at Launchpad for being stale (and their system used only two weeks as a time frame). That served no purpose at all. It only makes people go away, frustrated.&rdquo;</p>\n\n\n\n<p>Kazmierczak reiterated in the comments that the bot can be configured to skip issues labeled as bugs and that issues and PRs can be bumped to reset the 6-month clock.</p>\n\n\n\n<p>&ldquo;The overall goal of the proposal is to improve feedback and responses to issues by ensuring what&rsquo;s there is relevant,&rdquo; Kazmierczak said.</p>\n\n\n\n<p>Auto-closing issues is the most controversial part of the plan. The general consensus in the comments leans towards using the bot for labeling and triaging in order to manually close the issue later.</p>\n\n\n\n<p>&ldquo;My preference would be for a bot to alert humans in a&nbsp;slack&nbsp;channel when a&nbsp;ticket&nbsp;is declared stale and become progressively more insistent until a human responds,&rdquo; Peter Wilson said. </p>\n\n\n\n<p>Milana Cap suggested using a bot to nudge the ticket author as a compromise between &ldquo;being friendly and thoughtful to contributors while keeping maintainers sane.&rdquo;</p>\n\n\n\n<p>Whatever approach contributors land on, excluding tickets marked as bugs is going to be critical for making the stale bot productive. Otherwise, it becomes just a fancy way of kicking the can down the road, delaying the inevitable. </p>\n\n\n\n<p>In a recent post titled &ldquo;<a href=\"https://blog.benwinding.com/github-stale-bots/\">Github Stale Bots: A False Economy</a>,&rdquo; software developer Ben Winding wrote about why stale bots don&rsquo;t deliver what maintainers are aiming to achieve. Based on his experience with the <a href=\"https://github.com/angular/angular/issues\">Angular</a> repository&rsquo;s bot, Winding summarized the stale bot&rsquo;s effect on the issues queue: </p>\n\n\n\n<ol><li>Reduce the metric of&nbsp;<em>Open Issues</em>&nbsp;in github</li><li>Made duplicate issues far more likely</li><li>Increased friction of users reporting that the issue still exists</li><li>Ultimately decreased the quality of the software, as the issues don&rsquo;t accurately reflect reality</li></ol>\n\n\n\n<p>If the Gutenberg repository&rsquo;s stale bot can be configured not to close bugs and used to maximize human involvement, it will be less likely to deter people from reporting issues. Feedback on the <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">proposal</a> is open until January 29, 2021. Kazmierczak is seeking input on the bot&rsquo;s implementation, specifically its time threshold and messaging.</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, 21 Jan 2021 16:03: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: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:24:\"Matt: New WhiteHouse.gov\";s: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:22:\"https://ma.tt/?p=53526\";s: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:41:\"https://ma.tt/2021/01/new-whitehouse-gov/\";s: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:2842:\"<p>After you&#8217;ve watched <a href=\"https://www.npr.org/sections/inauguration-day-live-updates/2021/01/20/958743170/poet-amanda-gorman-reads-the-hill-we-climb\">the amazing poem from Amanda Gorman</a>, check out the <a href=\"https://www.whitehouse.gov/\">new WhiteHouse.gov that re-launched today</a> using WordPress &amp; Gutenberg with a number of cool features including dark mode, text zoom, a totally responsive layout, and a Spanish version of the site. The site is clean, <a href=\"https://twitter.com/wesbos/status/1351957829461155849\">fast</a>, and accessible. It&#8217;s exciting and an honor that the online home for the Executive branch is on Open Source software, and I&#8217;m proud WordPress can carry the torch that <a href=\"https://dri.es/whitehouse-gov-using-drupal\">Drupal lit in 2009</a>.</p>\n\n\n\n<p>Besides Gutenberg, poking around I noticed a HTTP header and HTML comment <a href=\"https://usds.gov/apply\">encouraging people to join USDS</a>, and this great #46 easter egg in the theme file:</p>\n\n\n\n<img />\n\n\n\n<p>Anyone notice any other plugins? I haven&#8217;t spoken to him directly but I&#8217;d be shocked if <a href=\"https://nacin.com/\">Nacin</a> wasn&#8217;t involved with this one. I&#8217;m also curious if any of the WP agencies were involved, it has touches of <a href=\"https://10up.com/\">10up</a> but I don&#8217;t see any mention of it on their site or <a href=\"https://twitter.com/10up\">Twitter</a>. <a href=\"https://twitter.com/HoeflerCo/status/1351984719634771970\">Hoefler&amp;Co  credits</a> <a href=\"https://wideeye.co/\">Wide Eye Creative with the design</a>.</p>\n\n\n\n<p>I noticed a few people happy that some previous pages and files on the old site were returning 404 errors, like the <a href=\"https://www.nbcnews.com/news/nbcblk/how-trump-administration-s-1776-report-warps-history-racism-slavery-n1254926\">controversial 1776 report</a>, but on this I think the webmasters of the United States of America should demand better, since <a href=\"https://www.w3.org/Provider/Style/URI\">Cool URIs Don&#8217;t Change</a>. Previous websites are <a href=\"https://www.archives.gov/presidential-libraries/archived-websites\">all saved by the National Archives</a>, but there doesn&#8217;t appear to be any sort of norm for automatically redirecting links that went to any subdirectories or addresses under WhiteHouse.gov. </p>\n\n\n\n<p>There are WP plugins that could help, like <a href=\"https://wordpress.org/plugins/redirection/\">Redirection</a>, but also perhaps the root domain itself could always redirect to a subdomain, like 46.whitehouse.gov, so we&#8217;d have a consistent domain and permalinks for everything, and then each new administration would get a new subdomain.</p>\n\n\n\n<p><a href=\"https://wptavern.com/biden-white-house-sticks-with-wordpress-for-website-relaunch\">More coverage on WP Tavern</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, 21 Jan 2021 01: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";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:70:\"WPTavern: Biden White House Sticks with WordPress for Website Relaunch\";s: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=110712\";s: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:185:\"https://wptavern.com/biden-white-house-sticks-with-wordpress-for-website-relaunch?utm_source=rss&utm_medium=rss&utm_campaign=biden-white-house-sticks-with-wordpress-for-website-relaunch\";s: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:3896:\"<img />\n\n\n\n<p>President Joe Biden took office today and unveiled a new <a href=\"https://www.whitehouse.gov/\">whitehouse.gov</a> that has been relaunched on WordPress. The previous administration switched from Drupal to WordPress in 2017, and technologists working with the Biden administration decided to stick with the same CMS. </p>\n\n\n\n<p>In keeping with the multilingual and accessibility features implemented on <a href=\"https://wptavern.com/biden-harris-transition-website-launches-on-wordpress\">the Biden-Harris transition team website</a>, whitehouse.gov launched with toggles for contrast and font size, along with a Spanish language switcher. The relaunched site also includes an <a href=\"https://www.whitehouse.gov/accessibility/\">accessibility statement</a> with a commitment from the administration to work towards conforming to the Web Content Accessibility Guidelines (WCAG) version 2.1, level AA criteria.</p>\n\n\n\n<p>Much of the content and design from the transition website has been preserved. The transition site now forwards to whitehouse.gov, while links to the previous administration&rsquo;s pages land on a 404 page with a link to <a href=\"https://www.archives.gov/presidential-libraries/archived-websites\">archived presidential websites</a>.</p>\n\n\n\n<p>Savvy observers might notice that the typography has been updated from the transition site, flipping the Mercury and Decimal typefaces. Hoefler&amp;Co, the typeface design firm that <a href=\"https://www.typography.com/blog/biden-fonts\">created these typefaces</a> for Biden&rsquo;s 2020 campaign, <a href=\"https://twitter.com/HoeflerCo/status/1351984719634771970\">tweeted</a> about how &ldquo;the serif Mercury felt more like the voice of the institution.&rdquo;  The sans-serif Decimal functions more in a supporting role on the site.</p>\n\n\n\n<p>Web professionals kicked the tires a bit and noticed the site is putting up fairly decent Lighthouse scores.  </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://t.co/hoaioTVqE3\">https://t.co/hoaioTVqE3</a> scoring super well on lighthouse, has dark mode and font size selector<br /><br />h8ers gonna be mad that it\'s wordpress and jQuery tho <a href=\"https://t.co/tyMNjdmnTH\">pic.twitter.com/tyMNjdmnTH</a></p>&mdash; Wes Bos (@wesbos) <a href=\"https://twitter.com/wesbos/status/1351957829461155849?ref_src=twsrc%5Etfw\">January 20, 2021</a></blockquote>\n</div>\n\n\n\n<p>Under the hood, code snoopers noticed an advertisement for the <a href=\"https://www.usds.gov/\">U.S. Digital Service</a> (USDS), the group of technologists who maintain many of the federal government&rsquo;s public-facing digital services.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>In addition to the message from USDS, the site&rsquo;s source code includes a link to the US government&rsquo;s analytics program at <a rel=\"noreferrer noopener\" href=\"https://analytics.usa.gov/\" target=\"_blank\">analytics.usa.gov</a>. Tim Lowden, who manages the federal government&rsquo;s aggregated web analytics initiative, <a href=\"https://twitter.com/tdlowden/status/1351939004342685697\">said</a> this data has been made available for the first time since late 2017.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The analytics service records more than 2.5 billion pageviews across federal government websites each month. The data is available to the public, but it&nbsp;<a href=\"https://www.digitalgov.gov/services/dap/common-questions-about-dap-faq/#part-4\">does not track individuals</a>, and&nbsp;<a href=\"https://support.google.com/analytics/answer/2763052?hl=en\">anonymizes the IP addresses</a>&nbsp;of visitors. It shows information for visitors&rsquo; devices, browsers, operating systems, and location broken down into cities and countries. Many of those visiting the site today are from countries other than the U.S. </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, 21 Jan 2021 00:20: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:\"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:46:\"Gary: WordPress Importers: Free (as in Speech)\";s: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:25:\"https://pento.net/?p=5478\";s: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://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\";s: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:8227:\"<p>Back at<a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\"> the start of this series</a>, I listed four problems within the scope of the WordPress Importers that we needed to address. Three of them are largely technical problems, which I covered in previous posts. In wrapping up this series, I want to focus exclusively on the fourth problem, which has a philosophical side as well as a technical one — but that does not mean we cannot tackle it!</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 4</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>Some services work against their customers, and actively prevent site owners from controlling their own content.</strong></p>\n</div></div>\n\n\n\n<p>Some services are merely inconvenient: they provide exports, but it often involves downloading a bunch of different files. Your CMS content is in one export, your store products are in another, your orders are in another, and your mailing list is in yet another. It&#8217;s not ideal, but they at least let you get a copy of your data.</p>\n\n\n\n<p>However, there&#8217;s another class of services that actively work against their customers. It&#8217;s these services I want to focus on: the services that don&#8217;t provide any ability to export your content — effectively locking people in to using their platform. We could offer these folks an escape! The aim isn’t to necessarily make them use WordPress, it’s to give them a way out, if they want it. Whether they choose to use WordPress or not after that is immaterial (though I certainly hope they would, of course). The important part is freedom of choice.</p>\n\n\n\n<p>It&#8217;s worth acknowledging that this is a different approach to how WordPress has historically operated in relation to other CMSes. We provide <em>importers</em> for many CMSes, but we previously haven&#8217;t written <em>exporters</em>. However, I don&#8217;t think this is a particularly large step: for CMSes that already provide exports, we&#8217;d continue to use those export files. This is focussed on the few services that try to lock their customers in.</p>\n\n\n\n<h2>Why Should WordPress Take This On?</h2>\n\n\n\n<p>There are several aspects to <em>why</em> we should focus on this.</p>\n\n\n\n<p>First of all, it&#8217;s the <a href=\"https://wordpress.org/about/\">the WordPress mission</a>. Underpinning every part of WordPress is the simplest of statements: </p>\n\n\n\n<p class=\"has-text-align-center\"><strong>Democratise Publishing</strong></p>\n\n\n\n<p class=\"has-text-align-center\"><em>The freedom to build. The freedom to change. The freedom to share.</em></p>\n\n\n\n<p>These freedoms are the pillars of a Free and Open Web, but they’re not invulnerable: at times, they need to be defended, and that needs people with the time and resources to offer a defence.</p>\n\n\n\n<p>Which brings me to my second point: WordPress has the people who can offer that defence! The WordPress project has so many individuals working on it, from such a wide variety of backgrounds, we&#8217;re able to take on a vast array of projects that a smaller CMS just wouldn&#8217;t have the bandwidth for. That&#8217;s not to say that we can do <em>everything</em>, but when there&#8217;s a need to defend the entire ecosystem, we&#8217;re able to devote people to the cause.</p>\n\n\n\n<p>Finally, it’s important to remember that WordPress doesn’t exist in a vacuum, we’re part of a broad ecosystem which can only exist through the web remaining open and free. By encouraging all CMSes to provide proper exports, and implementing them for those that don’t, we help keep our ecosystem healthy.</p>\n\n\n\n<p>We have the ability to take on these challenges, but we have a responsibility that goes alongside. We can&#8217;t do it solely to benefit WordPress, we need to make that benefit available to the entire ecosystem. This is why it&#8217;s important to<a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\"> define a WordPress export schema</a>, so that any CMS can make use of the export we produce, not just WordPress. If you’ll excuse the imagery for a moment, we can be the knight in shining armour that frees people — then gives them the choice of what they do with that freedom, without obligation.</p>\n\n\n\n<h2>How Can We Do It?</h2>\n\n\n\n<p>Moving on to the technical side of this problem, I can give you some good news: the answer is definitely <em>not</em> screen scraping. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f604.png\" alt=\"😄\" class=\"wp-smiley\" /> Scraping a site is fragile, impossible to transform into the full content, and provides an incomplete export of the site: anything that&#8217;s only available in the site dashboard can&#8217;t be obtained through scraping.</p>\n\n\n\n<p>I&#8217;ve recently been experimenting with an alternative approach to solving this problem. Rather than trying to create something resembling a traditional exporter, it turns out that modern CMSes provide the tools we need, in the form of REST APIs. All we need to do is call the appropriate APIs, and collate the results. The fun part is that we can authenticate with these APIs as the site owner, by calling them from a browser extension! So, that’s what I’ve been experimenting with, and it’s showing a lot of promise.</p>\n\n\n\n<p>If you&#8217;re interested in playing around with it, <a href=\"https://github.com/pento/free-as-in-speech\">the experimental code is living in this repository</a>. It&#8217;s a simple proof of concept, capable of exporting the text content of a blog on a Wix site, showing that we can make a smooth, comprehensive, easy-to-use exporter for any Wix site owner.</p>\n\n\n\n<img width=\"904\" height=\"446\" src=\"https://pento.net/wp-content/uploads/2021/01/Screen-Shot-2021-01-20-at-5.26.38-pm.png\" alt=\"Screenshot of the \" />\n\n\n\n<p>Clicking the export button starts a background script, which calls Wix&#8217;s REST APIs <em>as the site owner</em>, to get the original copy of the content. It then packages it up, and presents it as a WXR file to download.</p>\n\n\n\n<img width=\"972\" height=\"948\" src=\"https://pento.net/wp-content/uploads/2021/01/Screen-Shot-2021-01-20-at-5.27.38-pm.png\" alt=\"Screenshot of a Firefox download dialog, showing a Wix site packaged up as a WXR file.\" class=\"wp-image-5528\" />\n\n\n\n<p>I&#8217;m really excited about how promising this experiment is. It can ultimately provide a full export of any Wix site, and we can add support for other CMS services that choose to artificially lock their customers in.</p>\n\n\n\n<h2>Where Can I Help?</h2>\n\n\n\n<p>If you’re a designer or developer who’s excited about working on something new, head on over to the repository and <a href=\"https://github.com/pento/free-as-in-speech/issues\">check out the open issues</a>: if there’s something that isn’t already covered, feel free to open a new issue.</p>\n\n\n\n<p>Since this is new ground for a WordPress project, both technically and philosophically, I&#8217;d love to hear more points of view. It’s being discussed in <a href=\"https://make.wordpress.org/core/2021/01/19/dev-chat-agenda-for-january-20-2021-january-21-2021/#comment-40563\">the WordPress Core Dev Chat this week</a>, and you can also let me know what you think in the comments!</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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:\"Thu, 21 Jan 2021 00:14: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:4:\"Gary\";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:102:\"WPTavern: First Round of the FSE Outreach Program Concludes, Identifies Template-Editing Mode Problems\";s: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=110638\";s: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:247:\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems?utm_source=rss&utm_medium=rss&utm_campaign=first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\";s: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:5309:\"<p class=\"has-drop-cap\">The Full Site Editing (FSE) <a href=\"https://wptavern.com/help-steer-the-future-of-wordpress-via-the-fse-outreach-program\">Outreach Program</a> has now concluded its <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">first round of testing</a>. Its first focus area was centered on the template-editing mode introduced in <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">Gutenberg 9.6</a>. The volunteers involved with the project identified several pain points.</p>\n\n\n\n<p>Gutenberg 9.6 added a new button that allows end-users, provided they are using a block-based theme, to switch between editing their post and the template that displays the post. As Josepha Haden <a href=\"https://wptavern.com/gutenberg-9-3-provides-indicator-of-where-full-site-editing-is-going-a-future-without-widgets-and-customizer-screens\">said last year</a>, the ultimate goal is to &ldquo;consolidate down to just one beautiful, intuitive interface.&rdquo; Essentially, this new feature merges content and design in a way we have not seen in core WordPress before. It is a step toward that lofty goal.</p>\n\n\n\n<p>Traditionally, WordPress has always separated content from design. However, these two aspects of websites are continually merging together. There is a desire for this. The adoption of page builders over the last half-decade or so has made it abundantly clear.</p>\n\n\n\n<p>The biggest issue with this new template mode is that users need a working knowledge of the WordPress template system to understand the ramifications of their edits. One of the primary questions of the focus area was whether it was clear that the user was making large-scale changes to all posts when switching to the template-editing mode.</p>\n\n\n\n<p>&ldquo;I believe it was not clear enough how those changes could impact the site,&rdquo; <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/#comment-1307\">wrote H&eacute;ctor Prieto in response</a>. &ldquo;If you don&rsquo;t already know how templates, template parts, and global blocks like Site Title work, you might not understand how your editing will affect the rest of the site.&rdquo;</p>\n\n\n\n<p>Switching modes does create a quick popup at the bottom left of the screen that reads:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Editing template. Changes made here affect all posts and pages that use the template.</p></blockquote>\n\n\n\n<p>It is easy to miss before it fades away. There is a ticket to <a href=\"https://github.com/WordPress/gutenberg/issues/28175\">stick this message</a> on the screen and allow the user to dismiss it. There is also another ticket for clarifying when a user is <a href=\"https://github.com/WordPress/gutenberg/issues/27849\">editing a template vs. content</a>.</p>\n\n\n\n<img />Entering template-editing mode from the post editor.\n\n\n\n<p>Gutenberg&rsquo;s current method is different than what you might see in a typical page builder. When switching to template-editing mode, the user is no longer editing that single post&rsquo;s front-end output. Instead, they are making global edits. A page builder would generally save any customizations to that page alone. If this remains the same, it could be a hurdle for the average user to clear.</p>\n\n\n\n<p>A template creation feature needs to be a part of this new mode. Users should be able to fork or clone their existing single post template and save it as a new template specific to that post. Or, maybe hand them a way to save it as a reusable template (i.e., &ldquo;page&rdquo; template). Paal Joachim Romdahl <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/#comment-1303\">shared a similar thought</a>, likening it to the &ldquo;Save As&hellip;&rdquo; feature commonly found in computer programs.</p>\n\n\n\n<p>I do question whether users should be able to edit global templates while editing a single post. The two are only related insofar as the template displays the post content on the front end. WordPress should explore any type of design work from the post-editing screen as, first and foremost, specific to that post.</p>\n\n\n\n<p>The volunteers also identified other issues. Applying changes to the template and saving drops the user back into the post editor. The &ldquo;cancel&rdquo; button is tough to find &mdash; it is in a different location than where the user clicked to go into template-editing mode.</p>\n\n\n\n<p>Switching between post and template editing feels like an FSE 2.0 type of thing. The development team has enough issues on its plate with the normal site editor. It is a far cry from being a viable, production-ready product. The team&rsquo;s focus should be on working the kinks out of that system before merging it with the post editor. Crawl before you walk. Walk before you run.</p>\n\n\n\n<p>However, I am willing to be pleasantly surprised. In the long run, it will probably be a good thing that we are getting an early look at what these two different pieces of WordPress will look like working in conjunction.</p>\n\n\n\n<p>This is also why participation in the FSE Outreach Program is vital. The community needs this more formal type of process to identify areas that need improvement.</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, 20 Jan 2021 23:17: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:14:\"Justin Tadlock\";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:42:\"HeroPress: Changing Careers Into 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:56:\"https://heropress.com/?post_type=heropress-essays&p=3454\";s: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:136:\"https://heropress.com/essays/changing-careers-into-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=changing-careers-into-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:6844:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/012021-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: With WordPress skills, you have more concrete skills to offer.\" /><p>If you’re looking to change careers into technology, WordPress is a great way to do it.</p>\n<p>In 2013, I was in a career counselor’s office. Just realizing that I needed to change careers out of music, almost the only thing I had known for the last 20 years:</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/trombone-namm.jpg\"><img /></a>At NAMM in Anaheim, California\n<p>Aside from feeling like a huge failure, I knew I’d need a lot of luck to get a job.</p>\n<p>Someone would have to take a big chance on me.</p>\n<p>But there were a few problems.</p>\n<p>I was terrified of talking to strangers, much less asking them big favors. And I had almost no traditionally useful skills.</p>\n<p>Enter WordPress.</p>\n<h2>Lots Of Options</h2>\n<p>When you’re changing careers, you’ll want skills that will help no matter what you end up doing.</p>\n<p>You don’t want to deep-dive into calculus and find out that it won’t help.</p>\n<p>Learning WordPress is perfect.</p>\n<p>If you get really interested in the technical side, you can be a JS or PHP developer.</p>\n<p>If you really like content creation, that’s also great. You can start a blog or work in marketing.</p>\n<p>If none of it interests you, at least you can help people set up a website as you look for another career.</p>\n<p>So soon after meeting with the career counselor, I took Zac Gordon’s course on WordPress Theme Development.</p>\n<p>I wrote a theme based on his course, and really liked how WordPress worked.</p>\n<p>He taught me to build sites, and later write plugins.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-zac-gordon.jpg\"><img /></a>Zac Gordon with XWP\n<h2>Invite Yourself To The Party</h2>\n<p>The great thing about WordPress is that you can contribute right away.</p>\n<p>With some careers, you need somebody to take a chance on you before you can do much.</p>\n<p>To get experience as an investment banker or business consultant, you probably need to actually have the job.</p>\n<p>But with WordPress, you can invite yourself.</p>\n<p>You can open pull requests to Core or Gutenberg without anyone asking.</p>\n<p>You can deploy plugins to wp.org that real people use, without having a college degree.</p>\n<p>With this growing experience, I applied online to <a href=\"https://xwp.co/\">XWP</a>.</p>\n<p>Weston Ruter responded right away, and was really helpful.</p>\n<p>I started opening simple PRs to “help” with the Customizer work.</p>\n<p>In reality, my work might have slowed things down, and was really simple.</p>\n<p>But I didn’t have to wait to be invited. I invited myself to the party, and one of the PRs was merged into Core.</p>\n<p>Later, when I interviewed with <a href=\"https://xwp.co/\">XWP</a> and got the job, I could show that I had a little experience working with other developers.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-xwp-1.jpg\"><img /></a>XWP At WordCamp US Contributor Day, 2017\n<p>It’s still embarrassing looking back at the work I did. But WordPress allows you to contribute, regardless of your experience level.</p>\n<p>Years later, when I lived in Mexico City, one of my friends got interested in technology.</p>\n<p>He was like me. He had a degree in an unrelated field, and wanted a great career.</p>\n<p>So I showed him how much opportunity WordPress has.</p>\n<p>He did something similar to what I did.</p>\n<p>He opened PRs to an agency’s repos, and the agency asked him if he wanted to talk about a job, without him needing to apply. Years later, he’s still doing really well at his job.</p>\n<p>I did very little, other than point him to a huge opportunity: WordPress.</p>\n<h2>Concrete Skills</h2>\n<p>Changing careers is really awkward.</p>\n<p>You read about networking, which seems like you’re asking strangers for favors and sending spam DMs.</p>\n<p>You also learn to reframe things as transferable skills.</p>\n<p>So if you’ve done hard things, you can say you’re “comfortable with ambiguity.”</p>\n<p>But with WordPress skills, you have more concrete skills to offer.</p>\n<p>It’s less awkward explaining to someone why they should take a chance on you.</p>\n<p>You’ve shown you’re committed to your career path by your portfolio of plugins.</p>\n<p>And you don’t have to send spam DMs on LinkedIn.</p>\n<p>In 2014, I went to my first WordPress meetup, <a href=\"https://www.meetup.com/WPLosAngeles\">WordPress Los Angeles</a>. I was nervous, but I wasn’t trying to take any value.</p>\n<p>I could even answer a few questions.</p>\n<p>Renee Johnson and I met there. We even reunited in WordCamp Europe and Mexico City several years later when I lived there:</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-renee.jpg\"><img /></a>Yani Jimenez and Renee Johnson, Mexico City\n<p>With WordPress skills, you can flip from taking to giving value. Everything is much less awkward.</p>\n<p>As you probably know, there are many self-taught developers in WordPress.</p>\n<p>College degrees rarely come up in hiring conversations, at least in my experience.</p>\n<p>And I’ve found WordPress very accepting of different career backgrounds. Matt Mullenweg was a musician, famously naming every release after a jazz musician.</p>\n<p>People in WordPress are very understanding about changing careers.</p>\n<p>Now, I don’t hide it, and it’s rarely more than a footnote in conversations.</p>\n<h2>Mentorship</h2>\n<p>Don’t go it alone.</p>\n<p>It’s easy to think that you can just take online courses and eventually be ready for a job.</p>\n<p>But code reviews are one of the main ways you’ll learn. And people in WP want to help.</p>\n<p>If you contribute a few PRs to someone’s GitHub repo, they’ll probably do a quick code review of your own plugin or theme.</p>\n<p>Weston was really helpful in doing a detailed review of my theme.</p>\n<p>You also can learn a lot contributing to Gutenberg or other plugins.</p>\n<p>They’ll give you detailed reviews. And you’ll basically get the same experience as if you were getting paid.</p>\n<p>But if I were to do this again, I’d also look for more formal mentorship.</p>\n<p>Hiring someone to review your plugins and themes would probably help.</p>\n<h2>Nothing To Fix</h2>\n<p>There’s a saying in marketing “what you can’t fix, you feature.”</p>\n<p>In WordPress, you don’t have to fix your non-traditional career background.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/changing-careers-into-wordpress/\">Changing Careers Into WordPress</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, 20 Jan 2021 17:50:06 +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:\"Ryan Kienstra\";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:44:\"Gary: WordPress Importers: Defining a Schema\";s: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:25:\"https://pento.net/?p=5495\";s: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://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\";s: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:8792:\"<p>While schemata are usually implemented using language-specific tools (eg, XML uses <a href=\"https://www.w3.org/standards/xml/schema\">XML Schema</a>, JSON uses <a href=\"https://json-schema.org/\">JSON Schema</a>), they largely use the same concepts when talking about data. This is rather helpful, we don&#8217;t need to make a decision on <a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">data formats</a> before we can start thinking about how the data should be arranged.</p>\n\n\n\n<p><em>Note: Since these concepts apply equally to all data formats, I&#8217;m using &#8220;WXR&#8221; in this post as shorthand for &#8220;the structured data section of whichever file format we ultimately use&#8221;, rather than specifically referring to the existing WXR format.</em> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<h2>Why is a Schema Important?</h2>\n\n\n\n<p>It&#8217;s fair to ask why, if the WordPress Importers have survived this entire time <em>without</em> a formal schema, why would we need one now?</p>\n\n\n\n<p>There are two major reasons why we haven&#8217;t needed one in the past:</p>\n\n\n\n<ul><li>WXR has remained largely unchanged in the last 10 years: there have been small additions or tweaks, but nothing significant. There&#8217;s been no need to keep track of changes.</li><li>WXR is currently very simple, with just a handful of basic elements. In a recent experiment, I was able to implement a JavaScript-based WXR generator in just a few days, entirely by referencing <a href=\"https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/export.php\">the Core implementation</a>.</li></ul>\n\n\n\n<p>These reasons are also why it would help to implement a schema for the future:</p>\n\n\n\n<ul><li>As work on WXR proceeds, there will likely need to be substantial changes to what data is included: adding new fields, modifying existing fields, and removing redundant fields. Tracking these changes helps ensure any WXR implementations can stay in sync.</li><li>These changes will result in a more complex schema: relying on the source to re-implement it will become increasingly difficult and error-prone. Following Gutenberg&#8217;s lead, it&#8217;s likely that we&#8217;d want to provide official libraries in both PHP and JavaScript: keeping them in sync is best done from a source schema, rather than having one implementation copy the other.</li></ul>\n\n\n\n<p>Taking the time to plan out a schema now gives us a solid base to work from, and it allows for future changes to happen in a reliable fashion.</p>\n\n\n\n<h2>WXR for all of WordPress</h2>\n\n\n\n<p>With a well defined schema, we can start to expand what data will be included in a WXR file.</p>\n\n\n\n<h3>Media</h3>\n\n\n\n<p>Interestingly, many of the challenges around media files are less to do with WXR, and more to do with importer capabilities. The biggest headache is retrieving the actual files, which the importer currently handles by trying to retrieve the file from the remote server, as defined in the <code>wp:attachment_url</code> node. In context, this behaviour is understandable: 10+ years ago, personal internet connections were too slow to be moving media around, it was better to have the servers talk to each other. It&#8217;s a useful mechanism that we should keep as a fallback, but the more reliable solution is to include the media file with the export.</p>\n\n\n\n<h3>Plugins and Themes</h3>\n\n\n\n<p>There are two parts to plugins and themes: the code, and the content. Modern WordPress sites <em>require</em> plugins to function, and most are customised to suit their particular theme.</p>\n\n\n\n<p>For exporting the code, I wonder if a tiered solution could be applied:</p>\n\n\n\n<ul><li>Anything from WordPress.org would just need their slug, since they can be re-downloaded during import. Particularly as WordPress continues to move towards an auto-updated future, modified versions of plugins and themes are explicitly not supported.</li><li>Third party plugins and themes would be given a filter to use, where they can provide a download URL that can be included in the export file.</li><li>Third party plugins/themes that don’t provide a download URL would either need to be skipped, or zipped up and included in the export file.</li></ul>\n\n\n\n<p>For exporting the content, WXR already includes custom post types, but doesn&#8217;t include custom settings, or custom tables. The former should be included automatically, and the latter would likely be handled by an appropriate action for the plugin to hook into.</p>\n\n\n\n<h3>Settings</h3>\n\n\n\n<p>There are a currently handful of special settings that are exported, but (as I just noted, particularly with plugins and themes being exported) this would likely need to be expanded to included most items in&nbsp;<code>wp_options</code>.</p>\n\n\n\n<h3>Users</h3>\n\n\n\n<p>Currently, the bare minimum information about users who’ve authored a post is included in the export. This would need to be expanded to include more user information, as well as users who aren’t post authors.</p>\n\n\n\n<h2>WXR for <em>parts</em> of WordPress</h2>\n\n\n\n<p>The modern use case for importers isn&#8217;t just to handle a full site, but to handle keeping sites in sync. For example, most news organisations will have a staging site (or even several layers of staging!) which is synchronised to production.</p>\n\n\n\n<p>While it&#8217;s well outside the scope of this project to directly handle every one of these use cases, we should be able to provide the framework for organisations to build reliable platforms on. Exports should be repeatable, objects in the export should have unique identifiers, and the importer should be able to handle any subset of WXR.</p>\n\n\n\n<h2>WXR Beyond WordPress</h2>\n\n\n\n<p>Up until this point, we&#8217;ve really been talking about&nbsp;WordPress→WordPress migrations, but I think WXR is a useful format beyond that. Instead of just containing direct exports of the data from particular plugins, we could also allow it to contain &#8220;types&#8221; of data. This turns WXR into an intermediary language, exports can be created from any source, and imported into WordPress.</p>\n\n\n\n<p>Let&#8217;s consider an example. Say we create a tool that can export a Shopify, Wix, or GoDaddy site to WXR, how would we represent an online store in the WXR file? We don&#8217;t want to export in the format that any particular plugin would use, since a WordPress Core tool shouldn&#8217;t be advantaging one plugin over others.</p>\n\n\n\n<p>Instead, it would be better if we could format the data in a platform-agnostic way, which plugins could then implement support for. As luck would have it, <a href=\"https://schema.org/\">Schema.org</a> provides exactly the kind of data structure we could use here. It&#8217;s been <a href=\"https://schema.org/docs/releases.html\">actively maintained for nearly nine years</a>, it supports a <a href=\"https://schema.org/docs/schemas.html\">wide variety of data types</a>, and is intentionally platform-agnostic.</p>\n\n\n\n<p>Gazing into my crystal ball for a moment, I can certainly imagine a future where plugins could implement and declare support for importing certain data types. When handling such an import (assuming one of those plugins wasn&#8217;t already installed), the WordPress Importer could offer them as options during the import process. This kind of seamless integration allows WordPress to show that it offers the same kind of fully-featured site building experience that modern CMS services do.</p>\n\n\n\n<p>Of course, reality is never quite as simple as crystal balls and magic wands make them out to be. We have to contend with services that provide incomplete or fragmented exports, and there are even services that deliberately don&#8217;t provide exports at all. In the next post, I&#8217;ll be writing about why we should address this problem, and how we might be able to go about it.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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, 19 Jan 2021 23:13: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:4:\"Gary\";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:101:\"WPTavern: Custom Layouts Plugin Creates a Posts Display System for Both the Classic and Block Editors\";s: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=110409\";s: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:247:\"https://wptavern.com/custom-layouts-plugin-creates-a-posts-display-system-for-both-the-classic-and-block-editors?utm_source=rss&utm_medium=rss&utm_campaign=custom-layouts-plugin-creates-a-posts-display-system-for-both-the-classic-and-block-editors\";s: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:5383:\"<p class=\"has-drop-cap\">Ross Morsali, via his brand Code Amp, released the <a href=\"https://wordpress.org/plugins/custom-layouts/\">Custom Layouts</a> plugin last week. The plugin&rsquo;s goal is to provide a visual post layout builder for users of both the block and classic editors.</p>\n\n\n\n<p>For end-users, this is yet another choice between the multitude of plugins for displaying posts. After years of new plugins launching in this space, it would seem that there would be a clear front-runner, but developers are still trying to tame this wild and complex feature. The Custom Layouts plugin has its own approach, and it is worth giving it a quick spin to see if it suits you.</p>\n\n\n\n<p>I have written extensively about the <a href=\"https://wptavern.com/gutenberg-9-6-introduces-drag-and-drop-blocks-and-global-inheritance-for-the-query-block\">upcoming Query block</a> and its role in the <a href=\"https://wptavern.com/understanding-the-query-block-and-its-importance-in-site-editing\">future of WordPress</a>. However, it is necessary to look at alternative solutions for displaying posts via the block editor. The Gutenberg development team should take note of the things that work and those that do not.</p>\n\n\n\n<p>For developers, the plugin is a noteworthy experiment that uses the block editor component system outside of the actual editor. Custom Layouts uses these various components on its custom Layout and Template Editor screens.</p>\n\n\n\n<p>The plugin is a product of Morsali learning React and the block system in the last year and a half. &ldquo;Working with Gutenberg and the Block Editor as a developer is a far superior experience to the old paradigm (the classic editor) &mdash; the learning curve is definitely greater, but once you get over the hump it seems the future is bright,&rdquo; he wrote in the <a href=\"https://codeamp.com/creating-the-custom-layouts-plugin/\">plugin&rsquo;s announcement post</a>. &ldquo;I also love the fact that we don&rsquo;t actually need to be using the Block Editor to use Gutenberg components &mdash; that means we can still build what we want and how we want it (providing we&rsquo;re using React), whilst keeping the UI in tune with the rest of WordPress.&rdquo;</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<img />Template editor screen.\n\n\n\n<p class=\"has-drop-cap\">Custom Layouts takes a different route than similar plugins, splitting its components into different screens. The terminology can be confusing to the uninitiated. The plugin introduces two parts that serve as the foundation of its system:</p>\n\n\n\n<ul><li><strong>Templates:</strong> Handles the design of individual posts.</li><li><strong>Layouts:</strong> Controls queried posts and their layout.</li></ul>\n\n\n\n<p>I have had a beta version of the plugin since late December. This has given me three weeks to decide whether I like the approach. On the one hand, the plugin caters to two different user bases. One set can implement their layouts via the Custom Layouts block. Those on the classic editor can use the Layout Editor screen. Both share the Template Editor.</p>\n\n\n\n<img />Creating a three-column grid layout.\n\n\n\n<p>The plugin&rsquo;s system is a good option for users of the classic editor. It comes with a visual interface they would otherwise not have. It also provides a shortcode for easy copying/pasting into the post editor.</p>\n\n\n\n<p>For users of the block editor, having a separate screen for the template builder will likely feel unnatural. Because the block editor is a visual interface itself, the multiple screens create a disjointed atmosphere that never feels <em>right</em>.</p>\n\n\n\n<p>However, there is a solution for that in the plugin. I recommend users skip the Template Editor and Layout Editor screens altogether. The Custom Layouts block serves as an alternative layout builder in the block editor. Plus, users can edit existing templates via a popup overlay or even create new ones without ever leaving the post-editing screen. </p>\n\n\n\n<img />Overlay for editing a template.\n\n\n\n<p>Building everything from the post editor feels like it should feel. Users get more of that instant feedback that they are accustomed to through the block editor.</p>\n\n\n\n<p>There are benefits to the multi-component system. Separating the template builder means that users can build and reuse a specific design from a single source. They can also update individual templates, which will subsequently apply to all uses of those templates across the site.</p>\n\n\n\n<p>The other benefit is that end-users are not overloaded with choices. Building a query-related block, widget, shortcode, or similar component is fraught with complexity. This is because there are three pieces of laying out a list of posts: the query to load them, the overall layout, and the design of the individual posts. Putting options for each of these pieces into the block inspector, for example, means creating a balance between sacrificing some choices and providing every possible setting to the user. This balancing act is what drove Morsali toward separating the components of the plugin.</p>\n\n\n\n<p>On the whole, Custom Layouts is a solid plugin. The downside is that there is a little bit of a learning curve because it serves two audiences. Users will need to figure out which workflow best suits them first. Once they figure that out, the plugin is pretty nice to work with.</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, 19 Jan 2021 21: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:14:\"Justin Tadlock\";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:84:\"WPTavern: WordPress for Android Previews New Story Posts Feature, Now in Public 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=110474\";s: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:211:\"https://wptavern.com/wordpress-for-android-previews-new-story-posts-feature-now-in-public-beta?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-for-android-previews-new-story-posts-feature-now-in-public-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:3697:\"<p>WordPress users on Android may have noticed a new prompt in the mobile app for publishing Story posts. This feature is now in public beta in the Android app, ahead of an upcoming launch on the WordPress iOS app. Stories will also coming to the Block editor on WordPress.com in early 2021. </p>\n\n\n\n<p>Early access to Story posts is available in version 16.3+ of the app, released in mid-December. The prompt appears at the bottom of the site management screen. Selecting a Story post immediately takes you to your phone&rsquo;s media where you can add photos or a video.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p><br />The mobile app&rsquo;s implementation of the Stories feature is different from other platforms, like Instagram and Facebook, in several key ways. Most importantly, WordPress stories are not ephemeral. They live permanently on your site and anyone can view them after they are published. WordPress.com&rsquo;s <a href=\"https://wordpress.com/support/story-block/\">documentation</a> for the block highlights a few differences: </p>\n\n\n\n<ul><li>Posts with Stories won&rsquo;t disappear after 24 hours.&nbsp;</li><li>The Story content can be added to and edited after publishing.&nbsp;</li><li>Anyone visiting your site can view the Story.&nbsp;</li><li>You can share your Story on any platform using the post&nbsp;<a href=\"https://wordpress.com/support/permalinks-and-slugs/\">permalink</a>.</li></ul>\n\n\n\n<p>After testing the feature, I can confirm a few more differences. While the WordPress app&rsquo;s implementation transcends other platforms&rsquo; limitations on the duration of the story&rsquo;s visibility, it lacks basic features that users have come to expect from other apps. It doesn&rsquo;t support animated gifs, effects, location, stickers, music, and other embellishments that make stories such a creative social medium. At the moment, the only thing you can do is add colored text with a background.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>Videos work as Stories, too, but they don&rsquo;t seem to have the same preview with a thumbnail image. It&rsquo;s just a generic placeholder for now. That may be something the team is still working on, but I logged an <a href=\"https://github.com/wordpress-mobile/WordPress-Android/issues/13809\">issue</a> on GitHub for it, in case it&rsquo;s a bug. </p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>In the interest of owning your own content, I can see it being useful to create stories on your own website and share them to other networks. The current implementation is basically a fullscreen slideshow. It is not yet more compelling than what social networks offer, but it looks like WordPress for iOS <a href=\"https://github.com/tumblr/kanvas-ios/projects/1\">plans to expand on these features</a> using the open source <a href=\"https://github.com/tumblr/kanvas-ios\">Kanvas library</a> from Tumblr.</p>\n\n\n\n<p>Kanvas makes it possible to add&nbsp;effects, drawings, text, stickers, and make GIFs from existing media or the camera. If you have ever used the&nbsp;<a href=\"https://apps.apple.com/us/app/tumblr/id305343404\">Tumblr iOS app</a> then you have seen Kanvas in action in the camera, media editor, GIF maker, and media posting tool. It should make for a more exciting Stories implementation on iOS, with features on par with what users have come to expect from other platforms. Something similar for Android may be in the works and this post will be updated as soon as we receive comments from the mobile team.</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, 18 Jan 2021 23:55:06 +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:53:\"Gary: WordPress Importers: Getting Our House in Order\";s: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:25:\"https://pento.net/?p=5465\";s: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://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\";s: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:15440:\"<p>The <a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">previous post</a> talked about the broad problems we need to tackle to bring our importers up to speed, making them available for everyone to use.</p>\n\n\n\n<p>In this post, I&#8217;m going to focus on what we could do with the existing technology, in order to give us the best possible framework going forward.</p>\n\n\n\n<h2>A Reliable Base</h2>\n\n\n\n<p>Importers are an interesting technical problem. Much like you&#8217;d expect from any backup/restore code, importers need to be extremely reliable. They need to comfortable handle all sorts of unusual data, and they need to keep it all safe. Particularly considering their age, the WordPress Importers do a remarkably good job of handling most content you can throw at it.</p>\n\n\n\n<p>However, modern development practices have evolved and improved since the importers were first written, and we should certainly be making use of such practices, when they fit with our requirements.</p>\n\n\n\n<p>For building reliable software that we expect to largely run by itself, a variety of comprehensive automated testing is critical. This ensures we can confidently take on the broader issues, safe in the knowledge that we have a reliable base to work from.</p>\n\n\n\n<p>Testing <em>must</em> be the first item on this list. A variety of automated testing gives us confidence that changes are safe, and that the code can continue to be maintained in the future.</p>\n\n\n\n<p>Data formats must be well defined. While this is useful for ensuring data can be handled in a predictable fashion, it&#8217;s also a very clear demonstration of our commitment to data freedom.</p>\n\n\n\n<p>APIs for creating or extending importers should be straightforward for hooking into.</p>\n\n\n\n<h3>Performance Isn&#8217;t an Optional Extra</h3>\n\n\n\n<p>With sites constantly growing in size (and with the export files potentially gaining a heap of extra data), we need to care about the performance of the importers.</p>\n\n\n\n<p>Luckily, there&#8217;s already been some substantial work done on this front:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2015/11/18/wordpress-importer-redux/\">WordPress Importer Redux</a></blockquote>\n</div>\n\n\n\n<p>There are other groups in the WordPress world who&#8217;ve made performance improvements in their own tools: gathering all of that experience is a relatively quick way to bring in production-tested improvements.</p>\n\n\n\n<h2>The WXR Format</h2>\n\n\n\n<p>It&#8217;s worth talking about the WXR format itself, and determining whether it&#8217;s the best option for handling exports into the future. XML-based formats are largely viewed as a relic of days gone past, so (if we were to completely ignore backwards compatibility for a moment) is there a modern data format that would work better?</p>\n\n\n\n<p>The short answer&#8230; kind of. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<p>XML is actually well suited to this use case, and (particularly when looking at performance improvements) is the only data format for which PHP comes with a built-in streaming parser.</p>\n\n\n\n<p>That said, WXR is basically an extension of the RSS format: as we add more data to the file that clearly doesn&#8217;t belong in RSS, there is likely an argument for defining an entirely WordPress-focused schema.</p>\n\n\n\n<h3>Alternative Formats</h3>\n\n\n\n<p>It&#8217;s important to consider what the priorities are for our export format, which will help guide any decision we make. So, I&#8217;d like to suggest the following priorities (in approximate priority order):</p>\n\n\n\n<ul><li><strong>PHP Support</strong>: The format should be natively supported in PHP, thought it is still workable if we need to ship an additional library.</li><li><strong>Performant</strong>: Particularly when looking at very large exports, it should be processed as quickly as possible, using minimal RAM.</li><li><strong>Supports Binary Files</strong>: <a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/#comment-37926\">The first comments on my previous post</a> asked about media support, we clearly should be treating it as a first-class citizen.</li><li><strong>Standards Based</strong>: Is the format based on a documented standard? (Another way to ask this: are there multiple different implementations of the format? Do those implementations all function the same?</li><li><strong>Backward Compatible</strong>: Can the format be used by existing tools with no changes, or minimal changes?</li><li><strong>Self Descriptive</strong>: Does the format include information about what data you&#8217;re currently looking at, or do you need to refer to a schema?</li><li><strong>Human Readable</strong>: Can the file be opened and read in a text editor?</li></ul>\n\n\n\n<p>Given these priorities, what are some options?</p>\n\n\n\n<h4>WXR (XML-based)</h4>\n\n\n\n<p>Either the RSS-based schema that we already use, or a custom-defined XML schema, the arguments for this format are pretty well known.</p>\n\n\n\n<p>One argument that hasn&#8217;t been well covered is how there&#8217;s a definite trade-off when it comes to supporting binary files. Currently, the importer tries to scrape the media file from the original source, which is not particularly reliable. So, if we were to look at including media files in the WXR file, the best option for storing them is to base64 encode them. Unfortunately, that would have a serious effect on performance, as well as readability: adding huge base64 strings would make even the smallest exports impossible to read.</p>\n\n\n\n<p>Either way, this option would be mostly backwards compatible, though some tools may require a bit of reworking if we were to substantial change the schema.</p>\n\n\n\n<h4>WXR (ZIP-based)</h4>\n\n\n\n<p>To address the issues with media files, an alternative option might be to follow the path that Microsoft Word and OpenOffice use: put the text content in an XML file, put the binary content into folders, and compress the whole thing. </p>\n\n\n\n<p>This addresses the performance and binary support problems, but is initially worse for readability: if you don&#8217;t know that it&#8217;s a ZIP file, you can&#8217;t read it in a text editor. Once you unzip it, however, it does become quite readable, and has the same level of backwards compatibility as the XML-based format.</p>\n\n\n\n<h4>JSON</h4>\n\n\n\n<p>JSON could work as a replacement for XML in both of the above formats, with one additional caveat: there is no streaming JSON parser built in to PHP. There are 3rd party libraries available, but given <a href=\"http://seriot.ch/parsing_json.php\">the documented differences between JSON parsers</a>, I would be wary about using one library to produce the JSON, and another to parse it.</p>\n\n\n\n<p>This format largely wouldn&#8217;t be backwards compatible, though tools which rely on the export file being plain text (eg, command line tools to do broad search-and-replaces on the file) can be modified relatively easily.</p>\n\n\n\n<p>There are additional subjective arguments (both for and against) the readability of JSON vs XML, but I&#8217;m not sure there&#8217;s anything to them beyond personal preference.</p>\n\n\n\n<h4>SQLite</h4>\n\n\n\n<p>The <a href=\"https://sqlite.org/index.html\">SQLite</a> team wrote <a href=\"https://www.sqlite.org/affcase1.html\">an interesting (indirect) argument</a> on this topic: OpenOffice uses a ZIP-based format for storing documents, the SQLite team argued that there would be benefits (particularly around performance and reliability) for OpenOffice to switch to SQLite.</p>\n\n\n\n<p>They key issues that I see are:</p>\n\n\n\n<ul><li>SQLite is included in PHP, but <a href=\"https://www.php.net/manual/en/sqlite3.installation.php\">not enabled by default on Windows</a>.</li><li>While the SQLite team have a strong commitment to providing long-term support, SQLite is not a standard, and the only implementation is the one provided by the SQLite team.</li><li>This option is not backwards compatible at all.</li></ul>\n\n\n\n<h4>FlatBuffers</h4>\n\n\n\n<p><a href=\"http://google.github.io/flatbuffers/\">FlatBuffers</a> is an interesting comparison, since it&#8217;s a data format focussed entirely on speed. The down side of this focus is that it <em>requires</em> a defined schema to read the data. Much like SQLite, the only standard for FlatBuffers is the implementation. Unlike SQLite, FlatBuffers has made no commitments to providing long-term support.</p>\n\n\n\n<table class=\"has-fixed-layout\"><thead><tr><th></th><th class=\"has-text-align-center\">WXR (XML-based)</th><th class=\"has-text-align-center\">WXR (ZIP-based)</th><th class=\"has-text-align-center\">JSON</th><th class=\"has-text-align-center\">SQLite</th><th class=\"has-text-align-center\">FlatBuffers</th></tr></thead><tbody><tr><td>Works in PHP?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td></tr><tr><td>Performant?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td></tr><tr><td>Supports Binary Files?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td></tr><tr><td>Standards Based?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /> / <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr><tr><td>Backwards Compatible?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr><tr><td>Self Descriptive?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr><tr><td>Readable?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /> / <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr></tbody></table>\n\n\n\n<p>As with any decision, this is a matter of trade-offs. I&#8217;m certainly interested in hearing additional perspectives on these options, or thoughts on options that I haven&#8217;t considered.</p>\n\n\n\n<p>Regardless of which particular format we choose for storing WordPress exports, every format should have (or in the case of FlatBuffers, <em>requires</em>) a schema. We can talk about schemata without going into implementation details, so I&#8217;ll be writing about that in the next post.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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:\"Mon, 18 Jan 2021 22:50: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";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:63:\"WPTavern: Kinsta Launches Free Local WordPress Development Tool\";s: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=110351\";s: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:171:\"https://wptavern.com/kinsta-launches-free-local-wordpress-development-tool?utm_source=rss&utm_medium=rss&utm_campaign=kinsta-launches-free-local-wordpress-development-tool\";s: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:5961:\"<p class=\"has-drop-cap\">Kinsta, a managed WordPress hosting company, announced its local development tool named <a href=\"https://kinsta.com/devkinsta/\">DevKinsta</a> earlier today. The tool allows developers to spin up new WordPress sites, including multisite support, in moments. Each site is automatically configured with Nginx, PHP, and MySQL.</p>\n\n\n\n<p>DevKinsta packages Adminer, an open-source database manager. The system also includes an SMTP server and email inbox for testing outgoing emails locally.</p>\n\n\n\n<p>&ldquo;This is the first version of the tool, let&rsquo;s say the MVP, but we have a dedicated development team supporting and adding a lot of new features to it,&rdquo; said Tom Zsomborgi, Kinsta&rsquo;s Chief Business Officer.</p>\n\n\n\n<p>Developers can run and test HTTPS support and enable <code>WP_DEBUG</code> at the flip of a switch. Kinsta web hosting customers can also deploy their sites directly from the interface.</p>\n\n\n\n<p>It took me around an hour to get the system set up and running. To be more exact, I spent 53 minutes. Close enough. Between having to sign out, restart my laptop, and waiting for various pieces to install, I at least managed to get a little laundry done in those dull, in-between moments.</p>\n\n\n\n<img />Installing DevKinsta on Windows.\n\n\n\n<p>The setup process was not a completely pain-free affair. However, the price of admission to use this tool &mdash; a little bit of my time &mdash; was well worth it.</p>\n\n\n\n<p>Let me be clear. I have tested far worse systems. Even with over 15 years of development experience under my belt, I have utterly failed at setting up other local dev environments. For DevKinsta to simply get me to the finish line is a success.</p>\n\n\n\n<p>However, I like simple things, and I prefer them to move along relatively quickly. I am accustomed to a 20-minute XAMPP setup. While it may not be as fancy or have the bells and whistles of more sophisticated development tools, it gets the job done and rarely doles out headaches.</p>\n\n\n\n<p>The holdup was setting up Windows Subsystem for Linux (WSL 2) and Docker, which are both requirements. Jump-starting DevKinsta itself was a breeze. And, as an old-school XAMPP user, DevKinsta&rsquo;s ease of use has pulled me in enough to do more than just give it a passing glance. I could actually see myself using this on a day-to-day basis.</p>\n\n\n\n<p>In short, I am sold. DevKinsta is a tool all WordPress developers should at least spin up once.</p>\n\n\n\n<p>Thus far, the <a href=\"https://twitter.com/kinsta/status/1351177344740941829\">feedback on Twitter</a> has been generally positive. However, Linux users may have to wait a bit because the tool is only available for macOS and Windows at the moment.</p>\n\n\n\n<p>&ldquo;I love seeing companies releasing local development tools but I wish more would offer their services to Linux users,&rdquo; <a href=\"https://twitter.com/chadmccullough/status/1351195217483988998\">tweeted</a> WordPress developer Chad McCullough. &ldquo;There are a lot of us developers out there running Linux.&rdquo; The Kinsta team responded that the tool will eventually support Linux and that news is forthcoming.</p>\n\n\n\n<img />Spinning up a new WordPress site.\n\n\n\n<p>The simple and straightforward UI is what makes this tool useful. Most developers do not need overly complicated configurations and options. They simply need to launch an environment that lets them work on their own projects. Anything beyond the basics far too often gets in the way.</p>\n\n\n\n<p>DevKinsta makes it easy to launch and manage multiple development installs. Developers can also switch PHP versions via a simple dropdown &mdash; versions 7.2 &ndash; 8.0 are currently supported.</p>\n\n\n\n<img />Site management screen.\n\n\n\n<p>The obvious comparison for DevKinsta will be against <a href=\"https://localwp.com/\">Local by Flywheel</a>, which has increasingly become a primary tool for many WordPress developers.</p>\n\n\n\n<p>Zsomborgi explained why the company thinks DevKinsta is a better option. &ldquo;In our case, Docker is an important part here. Local doesn&rsquo;t use virtualization in the background. Local has to install every piece of the environment to the host machine (NGINX, apache, different PHP versions, etc.). DevKinsta encapsulates these technologies into containers. Containers do make things easier for maintaining different applications without interrupting the host OS or installing many of the dependencies that are not required. We pretty much don&rsquo;t touch the host OS, but have Docker as our main dependency to run the applications on their own environments.&rdquo;</p>\n\n\n\n<p>He said this speeds up the upgrade process and makes it easier to maintain bug fixes and send out security patches. He also said that because each application runs on its own Kernel namespace, any security issues should not affect the host OS.</p>\n\n\n\n<p>&ldquo;If the user is comfortable enough with Docker, he can extend DevKinsta features,&rdquo; said Zsomborgi. &ldquo;For example, he can monitor the usage of the container, or the PHP usage specifically as an example with docker monitoring tools that comes out of the box with Docker installation. The user can install any utility inside DevKinsta containers without touching the host OS and use applications that are not supported on Windows, for example.&rdquo;</p>\n\n\n\n<p>One of the use cases he mentioned was installing a benchmark tool to get statistics about site performance. This can be installed inside the Nginx container as a sidecar or separate container.</p>\n\n\n\n<p>&ldquo;In the past, Local didn&rsquo;t use exactly Docker,&rdquo; said Zsomborgi. &ldquo;They used VirtualBox + DockerMachine. We tried it, and it was a bit painful. But without VirtualBox, DevKinsta can be more stable and scalable. So we use Docker without VirtualBox. It also needs virtualization, but nowadays, there are fewer Windows computers that have disabled virtualization by default.&rdquo;</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, 18 Jan 2021 21:07:16 +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:\"Justin Tadlock\";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:46:\"Gary: WordPress Importers: Stating the Problem\";s: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:25:\"https://pento.net/?p=5449\";s: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://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\";s: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:8838:\"<p>It&#8217;s time to focus on the WordPress Importers.</p>\n\n\n\n<p>I&#8217;m not talking about tidying them up, or improve performance, or fixing some bugs, though these are certainly things that should happen. Instead, we need to consider their purpose, how they fit as a driver of WordPress&#8217; commitment to Open Source, and how they can be a key element in helping to keep the Internet Open and Free.</p>\n\n\n\n<h2>The History</h2>\n\n\n\n<p>The WordPress Importers are arguably <em>the</em> key driver to WordPress&#8217; early success. Before the importer plugins existed (before WordPress even supported plugins!) there were a handful of <code>import-*.php</code> scripts in the <a href=\"https://core.trac.wordpress.org/browser/trunk/wp-admin?rev=688\"><code>wp-admin</code> directory</a> that could be used to import blogs from other blogging platforms. When other platforms fell out of favour, WordPress already had an importer ready for people to move their site over. One of the most notable instances was in 2004, <a href=\"https://github.com/WordPress/book/blob/trunk/Content/Part%202/9-freedom-zero.md\">when Moveable Type changed their license and prices</a>, suddenly requiring personal blog authors to pay for something that had previously been free. WordPress was fortunate enough to be in the right place at the right time: many of WordPress&#8217; earliest users came from Moveable Type.</p>\n\n\n\n<p>As time went on, WordPress became well known in its own right. Growth relied less on people wanting to switch from another provider, and more on people choosing to start their site with WordPress. For <a href=\"https://core.trac.wordpress.org/ticket/13307\">practical reasons</a>, the importers were moved out of WordPress Core, and into their own plugins. Since then, they&#8217;ve largely been in maintenance mode: bugs are fixed when they come up, but since export formats rarely change, they&#8217;ve just continued to work for all these years.</p>\n\n\n\n<p>An unfortunate side effect of this, however, is that new importers are rarely written. While a new breed of services have sprung up over the years, the WordPress importers haven&#8217;t kept up.</p>\n\n\n\n<h2>The New Services</h2>\n\n\n\n<p>There are many new CMS services that have cropped up in recent years, and we don&#8217;t have importers for any of them. WordPress.com has a few extra ones written, but they&#8217;ve been built on the WordPress.com infrastructure out of necessity.</p>\n\n\n\n<p>You see, we&#8217;ve always assumed that other CMSes will provide some sort of export file that we can use to import into WordPress. That isn&#8217;t always the case, however. Some services (notable, <a href=\"https://support.wix.com/en/article/exporting-or-embedding-your-wix-site-elsewhere\">Wix</a> and <a href=\"https://godaddy.com/community/Websites-Marketing-Website/Exporting-Website-Builder-Site-to-Word-Press/td-p/124526\">GoDaddy Website Builder</a>) deliberately don&#8217;t allow you to export your own content. Other services provide incomplete or fragmented exports, needlessly forcing stress upon site owners who want to use their own content outside of that service.</p>\n\n\n\n<p>To work around this, WordPress.com has implemented importers that effectively scrape the site: while this has worked to some degree, it does require regular maintenance, and the importer has to do a lot of guessing about how the content should be transformed. This is clearly not a solution that would be maintainable as a plugin.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 4</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>Some services work against their customers, and actively prevent site owners from controlling their own content.</strong></p>\n</div></div>\n\n\n\n<p>This strikes at the heart of the <a href=\"https://wordpress.org/about/#bill-of-rights\">WordPress Bill of Rights</a>. WordPress is built with fundamental freedoms in mind: all of those freedoms point to owning your content, and being able to make use of it in any form you like. When a CMS actively works against providing such freedom to their community, I would argue that we have an obligation to help that community out.</p>\n\n\n\n<h2>A Variety of Content</h2>\n\n\n\n<p>It&#8217;s worth discussing how, when starting a modern CMS service, the bar for success is very high. You can&#8217;t get away with just providing a basic CMS: you need to provide all the options. Blogs, eCommerce, mailing lists, forums, themes, polls, statistics, contact forms, integrations, embeds, the list goes on. The closest comparison to modern CMS services is&#8230; the <em>entire</em> WordPress ecosystem: built on WordPress core, but with the myriad of plugins and themes available, along with the variety of services offered by a huge array of companies.</p>\n\n\n\n<p>So, when we talk about the importers, we need to consider how they&#8217;ll be used.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 3</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>To import from a modern CMS service into WordPress, your importer needs to map from service features to WordPress plugins.</strong></p>\n</div></div>\n\n\n\n<h2>Getting Our Own House In Order</h2>\n\n\n\n<p>Some of these problems don&#8217;t just apply to new services, however.</p>\n\n\n\n<p>Out of the box, WordPress exports to WXR (WordPress eXtended RSS) files: an XML file that contains the <em>content</em> of the site. Back when WXR was first created, this was all you really needed, but much like the rest of the WordPress importers, it hasn&#8217;t kept up with the times. A modern WordPress site isn&#8217;t just the sum of its content: a WordPress site has plugins and themes. It has various options configured, it has huge quantities of media, it has masses of text content, far more than the first WordPress sites ever had.  </p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 2</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>WXR doesn&#8217;t contain a full export of a WordPress site.</strong></p>\n</div></div>\n\n\n\n<p>In my view, WXR is a solid format for handling exports. An XML-based system is quite capable of containing all forms of content, so it&#8217;s reasonable that we could expand the WXR format to contain the entire site.</p>\n\n\n\n<h2>Built for the Future</h2>\n\n\n\n<p>If there&#8217;s one thing we can learn from the history of the WordPress importers, it&#8217;s that maintenance will potentially be sporadic. Importers are unlikely to receive the same attention that the broader WordPress Core project does, owners may come and go. An importer will get attention if it breaks, of course, but it otherwise may go months or years without changing.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 1</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>We can&#8217;t depend on regular importer maintenance in the future.</strong></p>\n</div></div>\n\n\n\n<p>It&#8217;s quite possible to build code that will be running in 10+ years: we see examples all across the WordPress ecosystem. Doing it in a reliable fashion needs to be a deliberate choice, however.</p>\n\n\n\n<h2>What&#8217;s Next?</h2>\n\n\n\n<p>Having worked our way down from the larger philosophical reasons for the importers, to some of the more technically-oriented implementation problems; I&#8217;d like to work our way back out again, focussing on each problem individually. In the following posts, I&#8217;ll start laying out how I think we can bring our importers up to speed, prepare them for the future, and make them available for everyone.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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:\"Mon, 18 Jan 2021 00:25: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:4:\"Gary\";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:77:\"WPTavern: MapLibre Launches as Official Open Source Successor to Mapbox GL JS\";s: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=110489\";s: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:199:\"https://wptavern.com/maplibre-launches-as-official-open-source-successor-to-mapbox-gl-js?utm_source=rss&utm_medium=rss&utm_campaign=maplibre-launches-as-official-open-source-successor-to-mapbox-gl-js\";s: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:2864:\"<p>In December, Mapbox shocked its open source contributor community with the news that <a href=\"https://wptavern.com/mapbox-gl-js-is-no-longer-open-source\">Mapbox GL JS version 2.0 would be released under a proprietary license</a>. The JavaScript library powers interactive, customizable vector maps on many high profile websites like CNN, The New York Times, Ancestry, Strava, Shopify, Facebook, and more. Older versions remain open source but Mapbox will only be investing in developing new features for the proprietary version going forward.</p>\n\n\n\n<p>Multiple parties started their own forks immediately following Mapbox&rsquo;s announcement. In an effort to avoid fragmentation, the community worked together to merge their ideas under one project. One month later, <a href=\"https://github.com/maplibre/maplibre-gl-js\">MapLibre GL</a> is now the official open source successor to Mapbox GL JS. The project&rsquo;s founders represent a diverse group of companies who relied on the open source software, including MapTiler, Elastic, StadiaMaps, Microsoft, Ceres Imaging, WhereGroup, Jawg, Stamen Design, and more.</p>\n\n\n\n<p>&ldquo;In December 2020, Mapbox released the second version of their JavaScript library for publishing maps online,&rdquo; MapTiler founder and CEO Petr Pridal said. &ldquo;However, this time all the new features were overshadowed by a change in the license: previously free as in freedom, it became closed for external contributors and usage was restricted to people with active Mapbox subscriptions. One has to pay even for loading this JavaScript library.&rdquo;</p>\n\n\n\n<p>Pridal said the MapLibre project name is a shortened form of &ldquo;Map library restarted (or reinvented),&rdquo; with <em>libre</em> referring to freedom and independence. Its founders agreed that MapLibre should be provider-independent, so developers can load maps from their preferred providers or self-hosted maps.</p>\n\n\n\n<p> The community-led fork may also become home to <a href=\"https://github.com/maptiler/maplibre-gl-native\">MapLibre GL Native</a>, as contributors are considering a proposal to put MapTiler&rsquo;s open source fork of Mapbox&rsquo;s mobile map SDKs for Android and iOS under the MapLibre umbrella.</p>\n\n\n\n<p>Mapbox is used by <a href=\"https://jetpack.com/support/jetpack-blocks/map-block/\">WordPress.com</a> as well as in Jetpack for the <a href=\"https://jetpack.com/support/jetpack-blocks/map-block/\">Map block</a>. The library is also used in many&nbsp;<a href=\"https://wordpress.org/plugins/search/mapbox/\">plugins</a>&nbsp;on WordPress.org, some with tens of thousands of users. Plugin developers who have integrated Mapbox GL JS version 1.13 or older will want to check out the <a href=\"https://github.com/maplibre/maplibre-gl-js\">MapLibre</a> project as an open source alternative to Mapbox&rsquo;s proprietary 2.0 update. </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, 15 Jan 2021 23:51: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: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:99:\"WPTavern: A Multi-Theme System, the Decade-Long Wait for Grandchild Themes, and Themeless Templates\";s: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=110476\";s: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:239:\"https://wptavern.com/a-multi-theme-system-the-decade-long-wait-for-grandchild-themes-and-themeless-templates?utm_source=rss&utm_medium=rss&utm_campaign=a-multi-theme-system-the-decade-long-wait-for-grandchild-themes-and-themeless-templates\";s: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:5994:\"<p class=\"has-drop-cap\">Around 2010, child theming had finally caught its stride. Bigger theme shops were starting to take note, and some were implementing advanced parent themes that were meant to serve as a &ldquo;framework&rdquo; for creating child themes. The theme development community hit a bit of a brick wall amid this explosion of child theming. Grandchild themes became a topic of debate.</p>\n\n\n\n<p>One of the use cases for child themes was to protect customizations made by end-users. When the parent theme was updated, those changes remained intact within the child theme. Users could get bug fixes and enhancements without worry. It was an ingenious system.</p>\n\n\n\n<p>However, another use case for child themes was to create vast customizations of the parent theme. Many of these child themes were marketed and sold to end-users. <em>The problem?</em> There was no way for users to protect their customizations if and when the developer updated the child theme. WordPress had no grandchild theme concept or any other sort of cascading theme system beyond the parent-child relationship.</p>\n\n\n\n<p>So, the problem remained. Unsolved.</p>\n\n\n\n<p>Some businesses such as StudioPress and its Genesis parent theme thrived over the years with this system. Others moved along. In reality, child theming became a niche feature that WordPress never expanded upon in any meaningful way. Theme authors were left to their own devices. With the arrival of the customizer and the expansion of page builders, code customizations almost disappeared. Most modifications were handled via an interface launched from the WordPress admin. The average user had little need to DIY their way through custom templates. Thus began child theming&rsquo;s drizzle into near obscurity.</p>\n\n\n\n<p>Gutenberg&rsquo;s site editor, which will likely land in WordPress this year, had seemed to be the upcoming final blow to the child theming paradigm. Everyone from developers to end-users will be able to roll out custom templates directly from the WordPress admin.</p>\n\n\n\n<p>However, should we be rethinking the role of a hierarchical theming system?</p>\n\n\n\n<p>Full Site Editing is already introducing an extra level to the hierarchy. Traditionally, WordPress theming had a two-tier template hierarchy. In the future, it will add a tier for user-created templates. If that is possible, why not go ahead and throw in grandchild themes? Or, simply do away with such arbitrary limitations altogether?</p>\n\n\n\n<p>A new pull request to the Gutenberg repository essentially <a href=\"https://github.com/WordPress/gutenberg/pull/28131\">creates a multi-theme system</a>. Or, rather, it creates a multi-theme templating system. Aside from the <code>style.css</code>, <code>functions.php</code>, and <code>theme.json</code> files, block-based themes are essentially a collection of templates.</p>\n\n\n\n<p>The patch is proposing that users should be able to opt into this multi-template system. They would have the option to keep templates from an old theme around when they switch to a new one. While not currently implemented in the pull request, he also proposes allowing users to clone templates from their old theme.</p>\n\n\n\n<p>&ldquo;In recent months, there have been whispers around the future possibility of multiple themes being active, templates being &lsquo;themeless,&rsquo; etc.,&rdquo; wrote the patch creator. &ldquo;This branch is an implementation of that. The idea behind this implementation is there can only be one active theme at a time, but the <code>wp_theme</code> taxonomy can be used to link up individual templates / template parts with one or more themes at a time.&rdquo;</p>\n\n\n\n<p>It does not fulfill the dreams of a decade-old grandchild theme system. However, it could provide some precedent for exploring a full hierarchical theme system.</p>\n\n\n\n<p>With the simplification and further standardization of how themes work, we should be dusting off old ideas and shoving them into a new light.</p>\n\n\n\n<p>Full Site Editing will eventually solve the grandchild theme problem regardless of whether it had intended to. With the new tier of custom user templates, the upgradability problem created years ago will simply disappear. Users will be able to readily update their parent and child themes without fear of losing customizations. WordPress will safely store their custom templates in the database. It will even keep their design changes via the Global Styles system. Maybe, just maybe, child themes will begin to reach their initial height of popularity.</p>\n\n\n\n<p>With the proposed system, users could mix and match templates from unrelated themes. If this happens, it begs the question of whether <em>theme</em> templates are even necessary.</p>\n\n\n\n<p>Last year, Rich Tabor opened a discussion on the possibility of a <a href=\"https://richtabor.com/the-future-of-wordpress-themes/\">single master theme</a> for WordPress. In that system, WordPress would create a set of base templates. Theme authors could simply override the pieces that they wanted. They could even pare themes down to simple <code>style.css</code> and <code>theme.json</code> files.</p>\n\n\n\n<p>That almost seems to be a recipe for bland and boring themes. However, if you couple it with a template directory on WordPress.org similar to what GutenbergHub has <a href=\"https://wptavern.com/gutenberg-hub-launches-landing-page-templates-directory\">already introduced</a>, users could pick and choose the templates they want. It could be both wondrous and disastrous, but I would not mind exploring the idea.</p>\n\n\n\n<p>WordPress and its Gutenberg project have a lot of options on the table. Theme building could become interesting in the next year or two.</p>\n\n\n\n<p class=\"is-style-highlight\"><strong>Update:</strong><em> some names have been removed from this post at the request of the people in question.  While this is not standard procedure, they were removed because they were not integral to the story in this instance.</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, 15 Jan 2021 21:04: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:14:\"Justin Tadlock\";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:83:\"WPTavern: New Local Blueprint Enables One-Click Setup for Testing Full Site 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=110252\";s: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:211:\"https://wptavern.com/new-local-blueprint-enables-one-click-setup-for-testing-full-site-editing?utm_source=rss&utm_medium=rss&utm_campaign=new-local-blueprint-enables-one-click-setup-for-testing-full-site-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:5484:\"<p>If you haven&rsquo;t yet tested the Gutenberg team&rsquo;s progress on the full site editing (FSE) project, WordPress developer Carrie Dils has created a <a href=\"https://carriedils.com/full-site-editing-blueprint-for-local/\">blueprint for Local</a> that makes it easy to jump right in. Full site editing is phase 2 on the Gutenberg roadmap and is one of the <a href=\"https://wptavern.com/wordpress-5-7-development-kicks-off-with-focus-on-full-site-editing\">main focuses</a> for WordPress core development in 2021. (Check out <a href=\"https://wptavern.com/what-is-full-site-editing-and-what-does-it-mean-for-the-future-of-wordpress\">What Is Full Site Editing and What Does It Mean for the Future of WordPress</a> for a more in-depth look at why it is critical for end users to provide feedback during its development.)</p>\n\n\n\n<p><a href=\"https://localwp.com/\">Local</a> is one of the most popular free development tools for WordPress that allows users to set up new testing sites with one click, along with a host of more advanced features. Blueprints make it possible for users to save any site as a Blueprint so that it can be used as a quick start setup option later. The blueprint includes all files, databases, config files, and Local settings. Dils&rsquo; <a href=\"https://carriedils.com/full-site-editing-blueprint-for-local/\">full site editing blueprint</a> includes the following: </p>\n\n\n\n<ul><li><a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg</a>&nbsp;plugin (with &ldquo;Full Site Editing&rdquo; experiment enabled)</li><li><a href=\"https://github.com/WordPress/theme-experiments\">WordPress theme experiments</a>&nbsp;(these are themes with support for full site editing) with the Twenty Twenty-One Blocks theme enabled</li><li><a href=\"https://github.com/Automattic/theme-tools/tree/master/gutenberg-test-data\">Gutenberg test data</a>&nbsp;(demo blog posts that use the most common Gutenberg blocks)</li></ul>\n\n\n\n<p>Follow Dils&rsquo; instructions for downloading and installing the FSE blueprint on MacOS or Windows. Local does not yet have an easy way for installing and sharing blueprints to other Local users, so you will need to add it to the right place within the application&rsquo;s files. If you find that you don&rsquo;t have a Blueprints folder, it may be because it is hidden or because you have never created a blueprint before. Once the zip file is in the right location, you will see the full site editing blueprint among the advanced options when you set up a new site: </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Once your site is set up, you can start exploring the brave new world of full site editing. (Be prepared &ndash; it is far from production ready but FSE is at a critical time in its development where it needs testing from real users to be a success.) The Gutenberg plugin may need to be updated to the latest. Your new site editing playground can be launched from the Site Editor menu item. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>On the frontend you will find the Twenty Twenty Blocks theme activated. You can also test using the <a href=\"https://wordpress.org/themes/tt1-blocks/\">Twenty Twenty-One (TT1) Blocks theme</a>, which was added to the WordPress.org Themes directory today, or any of the other experimental block based themes included in the blueprint. Click around, explore the template browser, try editing the template parts, change the global styles, and see how it&rsquo;s coming along. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The current state of full site editing is rough. It&rsquo;s hard to tell a feature from a bug at times, but once you get familiar with navigating it you might consider joining the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">FSE Outreach Experiment</a>. This is an effort to test different aspects of site editing in order to ground the interface in real world feedback as it is developed. For the past few weeks, contributors have been testing the interaction between editing a post versus editing templates. </p>\n\n\n\n<p>Anne McCarthy posted the <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">first call for testing</a> to the&nbsp;<a href=\"https://make.wordpress.org/test/\">Make Test</a>&nbsp;blog with instructions for participants. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>This call for testing is designed to explore the interaction between the two editing experiences (post vs. template editing) to make sure it&rsquo;s clear when you&rsquo;re editing each, granular saving works properly, etc. Ultimately, being able to edit templates like index, single, or archive directly is a huge leap forward compared to what&rsquo;s been possible in the past! Unlocking this level of customization gives you far more control to build the site you want and this call for testing is to help ensure it&rsquo;s as intuitive as possible.</p></blockquote>\n\n\n\n<p>The second testing challenge should be published soon. Anyone can contribute by following along with the test script and leaving comments on the post or <a href=\"https://github.com/WordPress/gutenberg/issues\">logging them as issues on GitHub</a>. Participants are also invited to join the&nbsp;<a href=\"https://make.wordpress.org/core/tag/fse-outreach-experiment/\">#fse-outreach-experiment</a>&nbsp;channel on WordPress Slack for updates or questions regarding testing.</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, 15 Jan 2021 08:21: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: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:73:\"WPTavern: Show and Hide Content via the Block Visibility WordPress 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=110411\";s: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:191:\"https://wptavern.com/show-and-hide-content-via-the-block-visibility-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=show-and-hide-content-via-the-block-visibility-wordpress-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:5736:\"<p class=\"has-drop-cap\">Nick Diego&rsquo;s <a href=\"https://wordpress.org/plugins/block-visibility/\">Block Visibility</a> is not the only plugin to take on the challenge of controlling when blocks are visible on the front end. Other plugins like EditorsKit do a fine job of it. However, Block Visibility is a solution users should not overlook, even if they have already begun testing other options.</p>\n\n\n\n<p>Diego first released the plugin in August 2020. Since then, he has added routine updates that have added value without shifting its focus.</p>\n\n\n\n<p>One of the biggest reasons to use this plugin is that it is a standalone project. It is purely about doing one thing and doing it well. Its settings are all about giving users complete control over how they want to manage block visibility. From my experience with it, the plugin does its job better than alternatives.</p>\n\n\n\n<p>It may not have a large number of installs, but if its five-star rating on WordPress.org is any indication, it at least has a happy user base.</p>\n\n\n\n<p>Diego does have plans for a <a href=\"https://www.blockvisibilitywp.com/premium/\">pro add-on</a>. The tentative release date is set for Spring 2021. He seems to be moving forward with that launch after adding some foundational code in the recent version 1.4 release.</p>\n\n\n\n<p>&ldquo;As Block Visibility grows, there will be advanced and/or niche functionality that will be useful for certain users,&rdquo; wrote Diego in the <a href=\"https://www.blockvisibilitywp.com/whats-new-in-version-1-4/\">1.4 release announcement</a>. &ldquo;Think integrations with other third-party plugins. There will always be a free version of the plugin but some of these additional features will ultimately be provided by a premium (paid) add-on called Block Visibility Pro.&rdquo;</p>\n\n\n\n<p>In my previous job, one of my primary products focused on membership solutions. There is a seemingly endless number of possibilities that users dream up to control content visibility. I have little doubt that a pro add-on is necessary for catching all of the edge cases.</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<p class=\"has-drop-cap\">Block Visibility is easy to use. End-users click a toggle switch, select from a date-picker, or tick a radio box. Their blocks are shown or hidden on the front end based on their selections. It does not get much simpler than that.</p>\n\n\n\n<p>The plugin adds a new &ldquo;Visibility&rdquo; tab for each block, which displays the visibility controls. The exception to this is for inner blocks. For example, the Columns block has controls, but the inner Column blocks do not. However, this can be enabled for inner blocks via the &ldquo;Full Control Mode&rdquo; on the plugin&rsquo;s settings screen.</p>\n\n\n\n<p>There are three primary types of options:</p>\n\n\n\n<ul><li>Hide the block from everyone.</li><li>Time-based start and stop dates for displaying.</li><li>Visibility by user role.</li></ul>\n\n\n\n<img />Block Visibility&rsquo;s controls in the inspector.\n\n\n\n<p>Hiding the block from everyone might be useful for users who are testing on a page or for blocks that are a work in progress. Start and stop dates create the potential for drip or trial content on membership-based sites, especially when combined with the role-based visibility options.</p>\n\n\n\n<p>These basic options will cover the majority of scenarios that the average user will need them for.</p>\n\n\n\n<p>One of the nicer features of the plugin is that it adds a transparent gray overlay, dashed border, and icon to each block that has visibility options set. This is shown when the block is not selected in the editor. It is one of those small touches that make the plugin useful.</p>\n\n\n\n<img />Overlay for blocks with visibility options.\n\n\n\n<p>There is one confusing piece of the UI. There are two instances where there is a &ldquo;public&rdquo; option. That label immediately makes me think that the block should be visible to everyone. However, reading the description is necessary. These options are for showing content to logged-out users only. I would rather see these two options renamed to &ldquo;logged out&rdquo; for clarity.</p>\n\n\n\n<h2>A Promising Future</h2>\n\n\n\n<p class=\"has-drop-cap\">While Block Visibility is a solid plugin right now, we are barely scratching the surface of what will be possible in the long run. In version 1.4, released two weeks ago, Diego added preliminary compatibility with Full Site Editing. This means visibility options will no longer be confined to the post or page content.</p>\n\n\n\n<p>&ldquo;Once every piece of content on a website is a &lsquo;block,&rsquo; you will be able to easily control the visibility of practically anything on a WordPress website,&rdquo; wrote Diego in the version 1.4 announcement post. &ldquo;From dynamic navigation menus to user specific headers and footers, the possibilities are endless!&rdquo;</p>\n\n\n\n<p>Gutenberg&rsquo;s site editor is a beta feature right now, but the plugin&rsquo;s integration seems to already work well. I ran a quick test to show a custom nav menu to shop customers only. I had no problems on my end.</p>\n\n\n\n<img />Setting visibility options for a menu in Gutenberg&rsquo;s site editor.\n\n\n\n<p>Users will not be limited to such basic needs in the future. Imagine showing ads in a sidebar to logged-out users. Imagine adding a time-sensitive holiday sale banner in the header. Imagine designing a homepage template that displays different content to subscribers vs. visitors.</p>\n\n\n\n<p>There are ways to do all of this today by piecing various plugins together, using custom shortcodes, or writing code. However, when an entire site is made of blocks, you only need one method to control anything&rsquo;s visibility. Literally.</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, 14 Jan 2021 22:23: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:14:\"Justin Tadlock\";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:74:\"WPTavern: WordPress Proposal To Align Release Cycle With Industry Standard\";s: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=110354\";s: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:193:\"https://wptavern.com/wordpress-proposal-to-align-release-cycle-with-industry-standard?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-proposal-to-align-release-cycle-with-industry-standard\";s: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:7102:\"<p class=\"has-drop-cap\">Yesterday, Francesca Marano opened a <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">proposal for changing the phases</a> of the core WordPress release cycle. It was a recap of a <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/\">discussion</a> the began in October 2020. The goal is to align the platform&rsquo;s phases with the larger development industry standard.</p>\n\n\n\n<p>Aside from naming, WordPress has mostly followed the software industry in how it tackles its release cycle. Following a well-known convention can make it easier for developers outside of the WordPress ecosystem to transition into it. It would also allow developers to follow cycles of other projects, many of which are WordPress dependencies. This sort of standardization is generally viewed as a good thing throughout the software development world.</p>\n\n\n\n<p>Based on the ongoing discussions since October, there is a consensus on renaming the phases to align with the standard. The following table shows what each phase would be renamed to:</p>\n\n\n\n<table class=\"has-subtle-pale-blue-background-color has-background\"><thead><tr><th class=\"has-text-align-right text-right\">Phase</th><th>Current Name</th><th>Proposed Name</th></tr></thead><tbody><tr><td class=\"has-text-align-right text-right\"><strong>1</strong></td><td>Planning and securing team leads</td><td>Preliminary Planning</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>2</strong></td><td>Development work begins</td><td>Alpha</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>3</strong></td><td>Beta</td><td>Beta</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>4</strong></td><td>Release candidate</td><td>Release Candidate</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>5</strong></td><td>Launch</td><td>General release</td></tr></tbody></table>\n\n\n\n<p>However, this is a two-part proposal. Simply renaming the phases does not change how the release cycle works. To follow the standard strictly, WordPress would need to change when code is committed too.</p>\n\n\n\n<h2>How To Handle the Beta Phase</h2>\n\n\n\n<p class=\"has-drop-cap\">There is one point of contention with how to handle the Beta stage. The standard calls for no additional code changes other than new bug fixes introduced earlier in the cycle. For the WordPress project, this creates a problem.</p>\n\n\n\n<p>WordPress will be 18 years old this year. Over the years, it has racked up a ton of older bugs. These are often fixed later in the cycle, sometimes during the Beta stage. These older bugs may not have been a part of the Preliminary Planning phase, but does that mean they should wait until the next release to go in? Strictly following the proposal, they should be put on hold.</p>\n\n\n\n<p>It would also introduce a hard freeze on any enhancements set for the release but incomplete.</p>\n\n\n\n<p>&ldquo;I worry that we aren&rsquo;t allowing space for older bugs that aren&rsquo;t specific to the planned features in the release,&rdquo; wrote Josepha Haden in a <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/#comment-40391\">comment on the initial discussion</a>. &ldquo;I also worry that by calling hard freeze earlier in the process we narrow the window for feature inclusion too much. I don&rsquo;t like limiting ourselves to feature specific bugs right now, since that excludes so many of our volunteer contributors. It&rsquo;s harder to work on features since they are complex and fast-moving, and older bugs present more opportunities for casual contributors.&rdquo;</p>\n\n\n\n<p>On the flip side, there is potential that a bug fix could introduce new, unforeseen bugs. The later it is added during Beta, the less likely such bugs are noticed before the General Release phase. Waiting for the next cycle provides more time for testing.</p>\n\n\n\n<p>One of the benefits of this system is that almost no new bugs would be created during Beta. This would allow volunteers to shift more efforts to testing and fixing issues that emerged in Alpha.</p>\n\n\n\n<p>WordPress has always marched to the beat of its own drum. It can more closely follow standards while breaking free from strict confines when it makes sense to do so for the project. Beta-stage bug fixes not intended for a particular release could be handled on a case-by-case basis. We have people in leadership positions who are capable of making these calls when they arise. With automatic updates for minor releases, I am less concerned about late-stage bugs.</p>\n\n\n\n<p>Tonya Mork <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/#comment-40380\">proposed two solutions</a> for defect work to continue in and around the release cycle. Both would require that WordPress branch off at Beta, providing contributors an avenue to push forward fixing bugs.</p>\n\n\n\n<p>The first proposal calls for an earlier feature freeze, providing two or three weeks before Beta 1. This period at the end of the Alpha phase would be solely dedicated to defect work.</p>\n\n\n\n<p>The second solution moves this defect work to overlap the previous release&rsquo;s Beta and Release Candidate. This allows work to continue during the time between major releases. It could also shorten the overall major release cycle.</p>\n\n\n\n<p>This second solution is also consistent with Joost de Valk&rsquo;s thoughts on handling defect work. &ldquo;I think we should just branch off earlier, and keep trunk open for normal business,&rdquo; <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/#comment-40393\">he said on the proposal</a>. &ldquo;That way, <em>everything</em> can be worked on all the time, but it won&rsquo;t be included in the next release depending on when you commit it. That&rsquo;s fine, every piece of open source software I know in the world works like that, except for WordPress.&rdquo;</p>\n\n\n\n<p>Many plugin and theme developers already find it tough to keep up when changes drop in the Beta or Release Candidate phases. Having a clear and defined point where changes land will benefit the extension ecosystem, also helping end-users in the long run. This second solution would do that.</p>\n\n\n\n<p>There is nothing wrong with combining both solutions either.  Since the plan would be to branch off at the Beta phase, the second solution is already in place by the act of branching.  The real discussion is over whether the project should dedicate a block of time during its Alpha stage that focuses purely on bug fixes.</p>\n\n\n\n<p>Comments on the proposal are open through January 20 before moving toward a final decision.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>The next proposal: <a href=\"https://semver.org/\">semantic versioning</a>, anyone? <em>Anyone? Is this thing on?</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:\"Wed, 13 Jan 2021 21:52: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:14:\"Justin Tadlock\";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:97:\"WPTavern: WPScan Can Now Assign CVE Numbers for WordPress Core, Plugin, and Theme Vulnerabilities\";s: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=110347\";s: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:235:\"https://wptavern.com/wpscan-can-now-assign-cve-numbers-for-wordpress-core-plugin-and-theme-vulnerabilities?utm_source=rss&utm_medium=rss&utm_campaign=wpscan-can-now-assign-cve-numbers-for-wordpress-core-plugin-and-theme-vulnerabilities\";s: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:3148:\"<p><a href=\"https://wpscan.com/\">WPScan</a>, a security company that maintains a database of WordPress vulnerabilities, has been officially designated as a CVE (Common Vulnerability and Exposures) Numbering Authority (CNA). The company joins <a href=\"https://cve.mitre.org/cve/request_id.html#cna_participants\">151</a>&nbsp;organizations from&nbsp;<a href=\"https://cve.mitre.org/cve/cna.html#cnas_growth\">25</a>&nbsp;countries that participate in the <a href=\"https://cve.mitre.org/\">CVE Program</a> as CNAs. These organizations are authorized to assign&nbsp;<a href=\"https://cve.mitre.org/about/terminology.html#cve_id\">CVE Identifiers (CVE IDs)</a>&nbsp;to vulnerabilities within their own distinct scopes of work, contributing to CVE&rsquo;s <a href=\"https://cve.mitre.org/cve/\">list</a>&nbsp;of records for publicly known security vulnerabilities.</p>\n\n\n\n<p>WPScan&rsquo;s scope includes WordPress core, plugin, and theme vulnerabilities. The company has catalogued more than 21,905 vulnerabilities since 2014 in its database, which it makes available to the community through an API. That API is also used by the <a href=\"https://wordpress.org/plugins/wpscan/\">WPScan Security Scanner</a> plugin, which is installed on 5,000+ websites. </p>\n\n\n\n<p>Being designated as a CNA helps WPScan better manage WordPress vulnerabilities by assigning them unique IDs that are recognized across the industry.</p>\n\n\n\n<p>&ldquo;Asking MITRE to assign CVEs for each of our vulnerabilities would have been too time consuming in the past,&rdquo; WPScan founder and CEO Ryan Dewhurst said. &ldquo;Although some security researchers will go through this process directly with MITRE, we didn&rsquo;t due to the volume of vulnerabilities we have to manage. And security researchers only requested them themselves very rarely. The new process means that we ourselves can assign CVE numbers directly to vulnerabilities. This will result in many more WordPress related vulnerabilities being assigned CVE numbers.&rdquo;</p>\n\n\n\n<p>WPScan is a team of three security researchers who come from penetration testing backgrounds and have worked within security consulting for the past 10 to 15 years. The company started with a simple Ruby script in 2011, which identified vulnerabilities in self-hosted WordPress sites. For the past two years, Automattic has sponsored the company&rsquo;s efforts in maintaining the database, as WPScan has transitioned to become a sustainable business by selling access to its API.</p>\n\n\n\n<p>Dewhurst said the company&rsquo;s customers include &ldquo;some of the biggest security plugins and hosting companies in the world,&rdquo; but many of them don&rsquo;t advertise the fact that use a third-party to source the vulnerabilities. Most of WPScan&rsquo;s enterprise customers are security plugins, companies, and hosts that integrate data from the vulnerability database into their own products and services.</p>\n\n\n\n<p>&ldquo;Our business is doing well,&rdquo; he said. &ldquo;Right now we are trying to find the right balance between being a business and making money, while also benefiting the community as much as possible.&rdquo; </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, 13 Jan 2021 20:52:12 +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: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:73:\"WPTavern: Google Introduces Performance Report for Google News Publishers\";s: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=110267\";s: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:191:\"https://wptavern.com/google-introduces-performance-report-for-google-news-publishers?utm_source=rss&utm_medium=rss&utm_campaign=google-introduces-performance-report-for-google-news-publishers\";s: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:2915:\"<p>Google has <a href=\"https://developers.google.com/search/blog/2021/01/google-news-performance-report\">launched</a> a new Search Console performance report for sites that appear in Google News. Publishers can now track clicks, impressions, and CTR for traffic coming from <a href=\"https://news.google.com/\">news.google.com</a> and the Google News apps for Android and iOS.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The report helps publishers see how often their articles appear to users in Google News and which ones performed the best. It also includes breakdowns for countries, devices, and dates to give publishers a better overall understanding of how visitors are interacting with their content through Google News. Although the date period defaults to the last three months, the data only goes as far back as December 15, 2020.</p>\n\n\n\n<p>In the past, publishers had to submit their sites to be eligible for inclusion in Google News but the policy <a href=\"https://support.google.com/news/publisher-center/answer/9607025\">changed in 2019</a>. Sites are now automatically considered for Top stories or the News tab of Search as long as they &ldquo;produce high-quality content and comply with Google News content policies.&rdquo; </p>\n\n\n\n<p>This new report does not include stats from the News tab on Google Search. That information was added in July 2020, when Google updated the Performance report section of its Search Console to allow publishers to filter by News. This screen also lets users compare different traffic sources, i.e. Web vs News to see the impact of articles showing up under the News tab.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The new report can be grouped by dimensions to get more specific information with different combinations of date ranges, reader locations, devices, and pages. For example, you can get a detailed look at clicks, impressions, and average CTR on a per country basis. This can also be filtered for one certain article to explore more narrow branches of the content&rsquo;s reach.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Publishers who are using AMP will want to note that this new report includes data from the canonical URL. If you have multiple versions for different devices, the report contains data for both:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Data will only be shown in the property that contains the canonical URL. Therefore, if you have both&nbsp;AMP and desktop versions of a page, the desktop property (which is usually the canonical property) will contain all the data for both AMP and desktop clicks, impressions, and CTR.</p></blockquote>\n\n\n\n<p>Google has published a <a href=\"https://support.google.com/webmasters/answer/10083653?hl=en&ref_topic=9384513\">help document</a> with more information on configuring the report, data discrepancies, and how to filter and compare data across groups.</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, 13 Jan 2021 03:54: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: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:\"Sat, 06 Feb 2021 06:45:21 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sat, 06 Feb 2021 06:30:15 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20200502025608\";}', 'no');
INSERT INTO `kmintr_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(141, 'can_compress_scripts', '0', 'no'),
(142, 'recently_activated', 'a:0:{}', 'yes'),
(148, 'finished_updating_comment_type', '1', 'yes'),
(194, 'oxygen-vsb-activated', '1', 'yes'),
(151, 'oxygen_rewrite_rules_updated', '1', 'yes'),
(152, 'oxygen_vsb_disable_emojis', 'true', 'yes'),
(153, 'oxygen_vsb_disable_jquery_migrate', 'true', 'yes'),
(154, 'oxygen_vsb_disable_embeds', 'false', 'yes'),
(155, 'oxygen_vsb_use_css_for_google_fonts', 'true', 'yes'),
(156, 'oxygen_vsb_universal_css_cache', 'true', 'yes'),
(157, 'oxygen_aos_classes', '', 'yes'),
(158, 'oxygen_vsb_universal_css_cache_success', '1', 'yes'),
(159, 'oxygen_vsb_universal_css_url', '//newgen.stun.tech/wp-content/uploads/oxygen/css/universal.css', 'yes'),
(160, 'oxygen_vsb_last_save_time', '1604910335', 'yes'),
(161, 'oxygen_vsb_universal_css_latest_version', '2.1', 'yes'),
(162, 'oxygen_vsb_presets_updated_3_3', '1', 'yes');
INSERT INTO `kmintr_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(163, 'oxygen_vsb_element_presets', 'a:3:{s:12:\"oxy_comments\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"Default\";s:4:\"slug\";s:7:\"default\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:0:\"\";}}}i:1;a:3:{s:4:\"name\";s:14:\"Grey Highlight\";s:4:\"slug\";s:14:\"grey-highlight\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:1246:\"\n.oxy-comments li.comment .comment-body .comment-content {\n  border: 1px solid #eee;\n  padding: 1.5em;\n  margin-top: 1.5em;\n  border-radius: 3px;\n  background-color: #fafafa;\n  margin-bottom: 0;\n}\n\n.oxy-comments li.comment .comment-body {\n  margin-bottom: 35px;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p {\n  margin-top: 0;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p:last-child {\n  margin-bottom: 0;\n}\n\n.oxy-comments .reply {\n  display: flex;\n  margin: 0;\n}\n\n.oxy-comments .reply .comment-reply-link {\n  margin-left: auto;\n  font-size: .75em;\n  background-color: #eee;\n  margin-right: 1em;\n  padding: 5px 10px;\n  border-bottom-left-radius: 3px;\n  border-bottom-right-radius: 3px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta {\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n  justify-content: space-between;\n}\n\n.oxy-comments .comment-meta .comment-metadata {\n  margin: 0;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  max-width: 50px;\n  max-height: 50px;\n  border-radius: 50%;\n  border: 1px solid #eee;\n  padding: 2px;\n}\n\n.oxy-comments .comment-meta .comment-author span.says {\n  display: none;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.35);\n}\n\";}}}i:2;a:3:{s:4:\"name\";s:12:\"White Blocks\";s:4:\"slug\";s:12:\"white-blocks\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:705:\"\n.oxy-comments li.comment {\n  padding: 40px;\n  background-color: white;\n  border-radius: 5px;\n  box-shadow: rgba(0,0,0,0.04) 0px 0px 10px 0px;\n  border: 1px solid #eee;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.5);\n}\n\n.oxy-comments .comment-meta .comment-author {\n  border-bottom: 1px solid #eee;\n  padding-bottom: 20px;\n  margin-bottom: 20px;\n}\n\n.oxy-comments li.comment.even {\n  background-color: #fafafa;\n}\n\n.oxy-comments ol.comments-list > li.comment {\n  margin-bottom: 40px;\n}\n\n\n.comment-reply-link {\n  border: 1px solid;\n  padding: 0.75em 1.5em;\n  border-radius: 2px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  border-radius: 50%;\n}\";}}}}s:14:\"oxy_posts_grid\";a:17:{i:0;a:3:{s:4:\"name\";s:23:\"Grid - Image - Standard\";s:4:\"slug\";s:19:\"grid-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:859:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:1415:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  width: 33.33%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:1;a:3:{s:4:\"name\";s:46:\"Grid - Image w/ Animated Dark Gradient Overlay\";s:4:\"slug\";s:24:\"grid-image-dark-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:717:\"<div class=\'oxy-post\'>\n  \n  <div class=\'oxy-post-padding\'>\n    \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n      \n      <div class=\'oxy-post-content-and-link-wrap\'>\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n      </div>\n      \n    </div>\n    \n  </div>\n\n</div>\";s:8:\"code-css\";s:1652:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  position: relative;\n  margin: 1em;\n  display: flex;\n  position: relative;\n  flex-direction: column;\n  overflow: hidden;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  position: absolute;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  padding: 2em;\n  pointer-events: none;\n  padding-top: 200px;\n  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 300px);\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;\n}\n\n%%EPID%% .oxy-post-content-and-link-wrap {\n  opacity: 0;\n  max-height: 0px;\n  overflow: hidden;\n  transition: 1s ease-in-out opacity, 1s ease-in-out max-height;\n}\n\n%%EPID%% .oxy-post-padding:hover .oxy-post-content-and-link-wrap {\n  opacity: 1;\n  max-height: 400px;\n}\n\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n  margin-bottom: 0.5em;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:5:\"white\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:2;a:3:{s:4:\"name\";s:32:\"Grid - Image w/ Gradient Overlap\";s:4:\"slug\";s:19:\"grid-image-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1644:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 70%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1) 150px);\n  padding: 2em;\n  padding-top: 100px;\n  align-self: stretch;\n  margin-top: -150px;\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;  \n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:3;a:3:{s:4:\"name\";s:33:\"Grid - Image w/ Rectangle Overlap\";s:4:\"slug\";s:30:\"grid-image-w-rectangle-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1514:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:6:\"tablet\";}}}i:4;a:3:{s:4:\"name\";s:29:\"Grid - Image w/ Title Overlay\";s:4:\"slug\";s:26:\"grid-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:398:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-padding\'>\n    <div class=\'oxy-post-image\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>            \n	</div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n  </div>\n</a>\";s:8:\"code-css\";s:1148:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  margin: 1em;\n  overflow: hidden;\n  position: relative;\n}\n\n\n%%EPID%% .oxy-post-image {\n  transition: 0.5s ease-in-out all;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-image {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  transition: 0.5s ease-in-out all;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-overlay {\n  background-color: rgba(0,0,0,0.25);\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:5;a:3:{s:4:\"name\";s:20:\"List - Image on Left\";s:4:\"slug\";s:18:\"list-image-on-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1014:\"<div class=\'oxy-post\'>\n\n  <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n  </a>\n\n  \n  <div class=\'oxy-post-wrap\'>\n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<!--div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div-->\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			By <?php the_author(); ?>\n		</div>\n\n		<!--div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div-->\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n  </div>\n  \n</div>\";s:8:\"code-css\";s:1674:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 6em;\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n}\n\n%%EPID%% .oxy-post-wrap {\n  width: 100%;\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n}\n\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 40%;\n  flex-shrink: 0;\n  flex-grow: 0;\n  margin-right: 2em;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-post {\n    flex-direction: column;\n  }\n  %%EPID%% .oxy-post-image {\n    width: 100%;\n    margin-bottom: 1em;\n    margin-right: 0;\n  }\n  %%EPID%% .oxy-post-image-fixed-ratio {\n    padding-bottom: 56%;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:9:\"text link\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:6;a:3:{s:4:\"name\";s:26:\"List - Standard (Centered)\";s:4:\"slug\";s:22:\"list-standard-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:772:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:7;a:3:{s:4:\"name\";s:22:\"List - Standard (Left)\";s:4:\"slug\";s:18:\"list-standard-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:774:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:8;a:3:{s:4:\"name\";s:36:\"List w/ Rectangle Overlap (Centered)\";s:4:\"slug\";s:33:\"list-w-rectangle-overlap-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1556:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  justify-content: center;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:9;a:3:{s:4:\"name\";s:32:\"List w/ Rectangle Overlap (left)\";s:4:\"slug\";s:29:\"list-w-rectangle-overlap-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1531:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:10;a:3:{s:4:\"name\";s:26:\"Masonry - Image - Standard\";s:4:\"slug\";s:22:\"masonry-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:722:\"<div class=\'oxy-post\'>\n  \n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:980:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:11;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:12;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:13;a:3:{s:4:\"name\";s:32:\"Masonry - Image w/ Title Overlay\";s:4:\"slug\";s:29:\"masonry-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:289:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-background\'>\n	  <img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' />  \n  </div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n</a>\";s:8:\"code-css\";s:1034:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 2em;\n  break-inside: avoid;\n  position: relative;\n  overflow: hidden;\n  display: flex;\n  background-color: #000;\n}\n\n%%EPID%% .oxy-post-background {\n  transition: 0.5s ease-in-out all;\n  line-height: 0;\n  min-height: 150px;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-background {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-image {\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  -webkit-font-smoothing: antialiased;\n}\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:14;a:3:{s:4:\"name\";s:26:\"Timeline - Title & Excerpt\";s:4:\"slug\";s:17:\"timeline-template\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:323:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:15;a:3:{s:4:\"name\";s:33:\"Timeline - Title & Featured Image\";s:4:\"slug\";s:18:\"timeline-template2\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:462:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n            <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n            </div>\n        </a>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:16;a:3:{s:4:\"name\";s:42:\"Timeline - Title, Featured Image & Excerpt\";s:4:\"slug\";s:18:\"timeline-template3\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:553:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n            <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n            </div>\n        </a>\n\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}}s:12:\"oxy-pro-menu\";a:10:{i:0;a:4:{s:4:\"name\";s:14:\"Slide to Right\";s:4:\"slug\";s:14:\"slide-to-right\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:66:{s:7:\"menu_id\";s:2:\"31\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"16\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dddddd\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dddddd\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:1:\"4\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:1:\"4\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:11:\"slide-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"4\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"4\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"64\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"64\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#f8f8f8\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#ff0000\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:22:\"globalConditionsResult\";b:1;s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#eeeeee\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:2:\"-8\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:1:\"0\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_dropdown_icon_item_margin_margin-right\";s:1:\"0\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:1:\"8\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dddddd\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dddddd\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#ff0000\";}}}i:1;a:4:{s:4:\"name\";s:18:\"Desktop and Mobile\";s:4:\"slug\";s:18:\"desktop-and-mobile\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:75:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:23:\"menu_dropdown_animation\";s:12:\"zoom-in-down\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:27:\"Lineariconsicon-menu-circle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:28:\"Lineariconsicon-cross-circle\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:13:\"border-radius\";s:1:\"8\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:4:\"hide\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:4:\"left\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"32\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dedede\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dedede\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:16:\"background-color\";s:4:\"#eee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"32\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:40:\"oxy-pro-menu_menu_item_margin_margin-top\";s:1:\"0\";s:41:\"oxy-pro-menu_menu_item_margin_margin-left\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_margin_margin-bottom\";s:1:\"0\";s:42:\"oxy-pro-menu_menu_item_margin_margin-right\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dedede\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dedede\";}}}i:2;a:4:{s:4:\"name\";s:16:\"Desktop Vertical\";s:4:\"slug\";s:16:\"desktop-vertical\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:33:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:5:\"never\";s:24:\"oxy-pro-menu_orientation\";s:8:\"Vertical\";s:16:\"background-color\";s:7:\"#eeeeee\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dedede\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_dropdown_icon\";s:29:\"FontAwesomeicon-chevron-right\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#dddddd\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:2:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dedede\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#dddddd\";}}}i:3;a:4:{s:4:\"name\";s:10:\"Minimalism\";s:4:\"slug\";s:10:\"minimalism\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:55:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#dedede\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#d1d1d1\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#eeeeee\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:6:\"center\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#dedede\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#d1d1d1\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"8\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:2:\"12\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:2:\"12\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#dddddd\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:26:\"oxy-pro-menu_dropdown_icon\";s:26:\"FontAwesomeicon-arrow-down\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"900\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dddddd\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ff0000\";}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#d1d1d1\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#d1d1d1\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dddddd\";}}}i:4;a:4:{s:4:\"name\";s:12:\"Flip to Left\";s:4:\"slug\";s:12:\"flip-to-left\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"2\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:16:\"background-color\";s:7:\"#eaeaea\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:1:\"1\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:102:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-decoration\";s:4:\"none\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"12\";s:23:\"menu_dropdown_animation\";s:9:\"fade-left\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:53:\"oxy-pro-menu_dropdown_child_item_padding_padding-left\";s:2:\"12\";s:54:\"oxy-pro-menu_dropdown_child_item_padding_padding-right\";s:2:\"12\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"16\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:24:\"FontAwesomeicon-th-large\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"600\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:10:\"flip-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#dddddd\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:5:\"Right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"600\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#cccccc\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#bbbbbb\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#d3d3d3\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"0\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"0\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#bbbbbb\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#d3d3d3\";}}}i:5;a:4:{s:4:\"name\";s:13:\"Music Teacher\";s:4:\"slug\";s:13:\"music-teacher\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:92:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#180700\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"3\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#13c5df\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"Lineariconsicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#2f201a\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:15:\"rgba(0,0,0,0.1)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#2f201a\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:23:\"menu_dropdown_animation\";s:7:\"fade-up\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"14\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#13c5df\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#2f201a\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"24\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#2f201a\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#3d2e2d\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:65:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-size\";s:2:\"14\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"3\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"3\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:4:\"Menu\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:16:\"rgba(24,7,0,0.9)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:14:\"zoom-out-right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"80\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"80\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"12\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"12\";s:110:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:111:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff668d\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#13c5df\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#2f201a\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#13c5df\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#3d2e2d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff668d\";}}}i:6;a:4:{s:4:\"name\";s:16:\"Marketing Agency\";s:4:\"slug\";s:16:\"marketing-agency\";s:10:\"is_default\";b:1;s:7:\"options\";a:3:{s:8:\"original\";a:65:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(252,0,255,0.89)\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(0,219,222,0.91)\";}}s:12:\"linear-angle\";s:3:\"140\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"16\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"300\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:21:\"rgba(255,255,255,0.2)\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:24:\"Lineariconsicon-bookmark\";s:11:\"padding-top\";s:1:\"4\";s:12:\"padding-left\";s:1:\"4\";s:13:\"padding-right\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#5a58a3\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"0\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ec2758\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:7:\"#3c3876\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.14)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"-90\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_letter-spacing\";s:1:\"1\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-list\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#ffffff\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#3c3876\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#ffffff\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#3c3876\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#ffffff\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(60,56,118,0.98)\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#ffffff\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:12:\"show in line\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:21:\"rgba(255,255,255,0.2)\";s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ec2758\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#ffffff\";}s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:6:{s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}}}}}i:7;a:4:{s:4:\"name\";s:6:\"Winery\";s:4:\"slug\";s:6:\"winery\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:16:\"background-color\";s:7:\"#48303e\";s:11:\"padding-top\";s:1:\"8\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:14:\"padding-bottom\";s:1:\"8\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.3\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#75455d\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#75455d\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:26:\"oxy-pro-menu_dropdown_icon\";s:33:\"FontAwesomeicon-angle-double-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#cc5972\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#cc5972\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:4:\"none\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#75455d\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#cc5972\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#75455d\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#cc5972\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:19:\"rgba(72,48,62,0.98)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:12:\"zoom-in-left\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"1\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"0\";}s:5:\"hover\";a:5:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#75455d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#cc5972\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#cc5972\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#cc5972\";}}}i:8;a:4:{s:4:\"name\";s:10:\"Conference\";s:4:\"slug\";s:10:\"conference\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:84:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:15:\"phone-landscape\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#ff4c1c\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#d7193d\";}}s:12:\"linear-angle\";s:3:\"240\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ff7f0d\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#d7193d\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#d7193d\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff4c1c\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"700\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:36:\"FontAwesomeicon-caret-square-o-right\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"20\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"4\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"700\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"1\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:35:\"FontAwesomeicon-caret-square-o-left\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"20\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"4\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(215,25,61,0.95)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"700\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"1\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"20\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.3\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\";s:7:\"#f9c5af\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_style\";s:5:\"solid\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:25:\"menu_off_canvas_animation\";s:10:\"fade-right\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ff7f0d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff4c1c\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";}}}i:9;a:4:{s:4:\"name\";s:9:\"Financial\";s:4:\"slug\";s:9:\"financial\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:64:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#eff4f7\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#2b2c27\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.5\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#566d8f\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ffffff\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#65bec2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#65bec2\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:114:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:113:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-chevron-circle-down\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#65bec2\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#ffffff\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:9:\"color(52)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#65bec2\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#566d8f\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:22:\"rgba(255,255,255,0.96)\";s:23:\"oxy-pro-menu_off_canvas\";s:5:\"false\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:11:\"transparent\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#566d8f\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#566d8f\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#65bec2\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#566d8f\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#566d8f\";}}}}}', 'yes');
INSERT INTO `kmintr_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(245, 'oxygen_vsb_presets_updated_3_4', '1', 'yes'),
(164, 'oxygen_license_key', '711b98a2c1875d1f9baa0e78294cdb4f', 'yes'),
(165, 'oxygen_license_updated', '1', 'yes'),
(166, 'oxygen_vsb_css_cache_generated_2_2', 'true', 'yes'),
(167, 'oxygen_vsb_global_colors', 'a:4:{s:15:\"colorsIncrement\";i:16;s:13:\"setsIncrement\";i:3;s:6:\"colors\";a:16:{i:0;a:4:{s:2:\"id\";i:12;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:3;}i:1;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:13:\"Catalina Blue\";s:5:\"value\";s:7:\"#2a445a\";s:3:\"set\";i:2;}i:2;a:4:{s:2:\"id\";i:2;s:4:\"name\";s:16:\"White Transluent\";s:5:\"value\";s:21:\"rgba(255,255,255,0.6)\";s:3:\"set\";i:2;}i:3;a:4:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:2;}i:4;a:4:{s:2:\"id\";i:4;s:4:\"name\";s:9:\"Iris Blue\";s:5:\"value\";s:7:\"#07adb7\";s:3:\"set\";i:2;}i:5;a:4:{s:2:\"id\";i:5;s:4:\"name\";s:9:\"Dove Gray\";s:5:\"value\";s:7:\"#666666\";s:3:\"set\";i:2;}i:6;a:4:{s:2:\"id\";i:6;s:4:\"name\";s:6:\"Shadow\";s:5:\"value\";s:15:\"rgba(0,0,0,0.2)\";s:3:\"set\";i:2;}i:7;a:4:{s:2:\"id\";i:7;s:4:\"name\";s:5:\"Polar\";s:5:\"value\";s:7:\"#f6fafd\";s:3:\"set\";i:2;}i:8;a:4:{s:2:\"id\";i:8;s:4:\"name\";s:11:\"Wild Willow\";s:5:\"value\";s:7:\"#b2d27d\";s:3:\"set\";i:2;}i:9;a:4:{s:2:\"id\";i:9;s:4:\"name\";s:6:\"Keppel\";s:5:\"value\";s:7:\"#31b1ac\";s:3:\"set\";i:2;}i:10;a:4:{s:2:\"id\";i:10;s:4:\"name\";s:9:\"Tradewind\";s:5:\"value\";s:7:\"#5abc9c\";s:3:\"set\";i:2;}i:11;a:4:{s:2:\"id\";i:11;s:4:\"name\";s:6:\"DeYork\";s:5:\"value\";s:7:\"#8ec98a\";s:3:\"set\";i:2;}i:12;a:4:{s:2:\"id\";i:13;s:4:\"name\";s:13:\"Fountain Blue\";s:5:\"value\";s:7:\"#65bec2\";s:3:\"set\";i:3;}i:13;a:4:{s:2:\"id\";i:14;s:4:\"name\";s:11:\"Hippie Blue\";s:5:\"value\";s:7:\"#6799b2\";s:3:\"set\";i:3;}i:14;a:4:{s:2:\"id\";i:15;s:4:\"name\";s:11:\"Heavy Metal\";s:5:\"value\";s:7:\"#2b2c27\";s:3:\"set\";i:3;}i:15;a:4:{s:2:\"id\";i:16;s:4:\"name\";s:12:\"Waikawa Gray\";s:5:\"value\";s:7:\"#566d8f\";s:3:\"set\";i:3;}}s:4:\"sets\";a:3:{i:0;a:2:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"Global Colors\";}i:1;a:2:{s:2:\"id\";i:2;s:4:\"name\";s:7:\"hosting\";}i:2;a:2:{s:2:\"id\";i:3;s:4:\"name\";s:6:\"atomic\";}}}', 'yes');
INSERT INTO `kmintr_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(168, 'ct_svg_sets', 'a:2:{s:12:\"Font Awesome\";s:579449:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"FontAwesomeicon-asterisk\" viewBox=\"0 0 26 28\">\n<title>asterisk</title>\n<path d=\"M23.156 16.406c0.953 0.547 1.281 1.781 0.734 2.734l-1 1.719c-0.547 0.953-1.781 1.281-2.734 0.734l-4.156-2.391v4.797c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-4.797l-4.156 2.391c-0.953 0.547-2.187 0.219-2.734-0.734l-1-1.719c-0.547-0.953-0.219-2.188 0.734-2.734l4.156-2.406-4.156-2.406c-0.953-0.547-1.281-1.781-0.734-2.734l1-1.719c0.547-0.953 1.781-1.281 2.734-0.734l4.156 2.391v-4.797c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v4.797l4.156-2.391c0.953-0.547 2.188-0.219 2.734 0.734l1 1.719c0.547 0.953 0.219 2.188-0.734 2.734l-4.156 2.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus\" viewBox=\"0 0 22 28\">\n<title>plus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-6.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h6.5v-6.5c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5v6.5h6.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question\" viewBox=\"0 0 17 28\">\n<title>question</title>\n<path d=\"M11 19.625v3.75c0 0.344-0.281 0.625-0.625 0.625h-3.75c-0.344 0-0.625-0.281-0.625-0.625v-3.75c0-0.344 0.281-0.625 0.625-0.625h3.75c0.344 0 0.625 0.281 0.625 0.625zM15.937 10.25c0 2.969-2.016 4.109-3.5 4.937-0.922 0.531-1.5 1.609-1.5 2.063v0c0 0.344-0.266 0.75-0.625 0.75h-3.75c-0.344 0-0.562-0.531-0.562-0.875v-0.703c0-1.891 1.875-3.516 3.25-4.141 1.203-0.547 1.703-1.062 1.703-2.063 0-0.875-1.141-1.656-2.406-1.656-0.703 0-1.344 0.219-1.687 0.453-0.375 0.266-0.75 0.641-1.672 1.797-0.125 0.156-0.313 0.25-0.484 0.25-0.141 0-0.266-0.047-0.391-0.125l-2.562-1.953c-0.266-0.203-0.328-0.547-0.156-0.828 1.687-2.797 4.062-4.156 7.25-4.156 3.344 0 7.094 2.672 7.094 6.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus\" viewBox=\"0 0 22 28\">\n<title>minus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-19c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h19c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glass\" viewBox=\"0 0 28 28\">\n<title>glass</title>\n<path d=\"M26.547 2.906c0 0.453-0.359 0.906-0.672 1.219l-9.875 9.875v12h5c0.547 0 1 0.453 1 1s-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1s0.453-1 1-1h5v-12l-9.875-9.875c-0.313-0.313-0.672-0.766-0.672-1.219 0-0.766 0.969-0.906 1.547-0.906h22c0.578 0 1.547 0.141 1.547 0.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-music\" viewBox=\"0 0 24 28\">\n<title>music</title>\n<path d=\"M24 3.5v17.5c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-8.391l-12 3.703v11.078c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-15.109c0-0.656 0.438-1.234 1.062-1.437l13-4c0.141-0.047 0.281-0.063 0.438-0.063 0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search\" viewBox=\"0 0 26 28\">\n<title>search</title>\n<path d=\"M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.094-0.906 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-o\" viewBox=\"0 0 28 28\">\n<title>envelope-o</title>\n<path d=\"M26 23.5v-12c-0.328 0.375-0.688 0.719-1.078 1.031-2.234 1.719-4.484 3.469-6.656 5.281-1.172 0.984-2.625 2.188-4.25 2.188h-0.031c-1.625 0-3.078-1.203-4.25-2.188-2.172-1.813-4.422-3.563-6.656-5.281-0.391-0.313-0.75-0.656-1.078-1.031v12c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM26 7.078c0-0.391 0.094-1.078-0.5-1.078h-23c-0.266 0-0.5 0.234-0.5 0.5 0 1.781 0.891 3.328 2.297 4.438 2.094 1.641 4.188 3.297 6.266 4.953 0.828 0.672 2.328 2.109 3.422 2.109h0.031c1.094 0 2.594-1.437 3.422-2.109 2.078-1.656 4.172-3.313 6.266-4.953 1.016-0.797 2.297-2.531 2.297-3.859zM28 6.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart\" viewBox=\"0 0 28 28\">\n<title>heart</title>\n<path d=\"M14 26c-0.25 0-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313 0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star\" viewBox=\"0 0 26 28\">\n<title>star</title>\n<path d=\"M26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.406-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-o\" viewBox=\"0 0 26 28\">\n<title>star-o</title>\n<path d=\"M17.766 15.687l4.781-4.641-6.594-0.969-2.953-5.969-2.953 5.969-6.594 0.969 4.781 4.641-1.141 6.578 5.906-3.109 5.891 3.109zM26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.422-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user\" viewBox=\"0 0 20 28\">\n<title>user</title>\n<path d=\"M20 21.859c0 2.281-1.5 4.141-3.328 4.141h-13.344c-1.828 0-3.328-1.859-3.328-4.141 0-4.109 1.016-8.859 5.109-8.859 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c4.094 0 5.109 4.75 5.109 8.859zM16 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-film\" viewBox=\"0 0 30 28\">\n<title>film</title>\n<path d=\"M6 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 25v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM6 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 13v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM28 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM30 4.5v21c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-21c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-large\" viewBox=\"0 0 26 28\">\n<title>th-large</title>\n<path d=\"M12 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM12 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th\" viewBox=\"0 0 28 28\">\n<title>th</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-list\" viewBox=\"0 0 28 28\">\n<title>th-list</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check\" viewBox=\"0 0 28 28\">\n<title>check</title>\n<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-close\" viewBox=\"0 0 22 28\">\n<title>close</title>\n<path d=\"M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-plus\" viewBox=\"0 0 26 28\">\n<title>search-plus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-3.5v3.5c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-3.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h3.5v-3.5c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5v3.5h3.5c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-minus\" viewBox=\"0 0 26 28\">\n<title>search-minus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-9c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h9c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-power-off\" viewBox=\"0 0 24 28\">\n<title>power-off</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12s-12-5.391-12-12c0-3.797 1.75-7.297 4.797-9.578 0.891-0.672 2.141-0.5 2.797 0.391 0.672 0.875 0.484 2.141-0.391 2.797-2.031 1.531-3.203 3.859-3.203 6.391 0 4.406 3.594 8 8 8s8-3.594 8-8c0-2.531-1.172-4.859-3.203-6.391-0.875-0.656-1.062-1.922-0.391-2.797 0.656-0.891 1.922-1.062 2.797-0.391 3.047 2.281 4.797 5.781 4.797 9.578zM14 2v10c0 1.094-0.906 2-2 2s-2-0.906-2-2v-10c0-1.094 0.906-2 2-2s2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-signal\" viewBox=\"0 0 28 28\">\n<title>signal</title>\n<path d=\"M4 22.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 20.5v5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 16.5v9c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 10.5v15c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 2.5v23c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-23c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cog\" viewBox=\"0 0 24 28\">\n<title>cog</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM24 12.297v3.469c0 0.234-0.187 0.516-0.438 0.562l-2.891 0.438c-0.172 0.5-0.359 0.969-0.609 1.422 0.531 0.766 1.094 1.453 1.672 2.156 0.094 0.109 0.156 0.25 0.156 0.391s-0.047 0.25-0.141 0.359c-0.375 0.5-2.484 2.797-3.016 2.797-0.141 0-0.281-0.063-0.406-0.141l-2.156-1.687c-0.453 0.234-0.938 0.438-1.422 0.594-0.109 0.953-0.203 1.969-0.453 2.906-0.063 0.25-0.281 0.438-0.562 0.438h-3.469c-0.281 0-0.531-0.203-0.562-0.469l-0.438-2.875c-0.484-0.156-0.953-0.344-1.406-0.578l-2.203 1.672c-0.109 0.094-0.25 0.141-0.391 0.141s-0.281-0.063-0.391-0.172c-0.828-0.75-1.922-1.719-2.578-2.625-0.078-0.109-0.109-0.234-0.109-0.359 0-0.141 0.047-0.25 0.125-0.359 0.531-0.719 1.109-1.406 1.641-2.141-0.266-0.5-0.484-1.016-0.641-1.547l-2.859-0.422c-0.266-0.047-0.453-0.297-0.453-0.562v-3.469c0-0.234 0.187-0.516 0.422-0.562l2.906-0.438c0.156-0.5 0.359-0.969 0.609-1.437-0.531-0.75-1.094-1.453-1.672-2.156-0.094-0.109-0.156-0.234-0.156-0.375s0.063-0.25 0.141-0.359c0.375-0.516 2.484-2.797 3.016-2.797 0.141 0 0.281 0.063 0.406 0.156l2.156 1.672c0.453-0.234 0.938-0.438 1.422-0.594 0.109-0.953 0.203-1.969 0.453-2.906 0.063-0.25 0.281-0.438 0.562-0.438h3.469c0.281 0 0.531 0.203 0.562 0.469l0.438 2.875c0.484 0.156 0.953 0.344 1.406 0.578l2.219-1.672c0.094-0.094 0.234-0.141 0.375-0.141s0.281 0.063 0.391 0.156c0.828 0.766 1.922 1.734 2.578 2.656 0.078 0.094 0.109 0.219 0.109 0.344 0 0.141-0.047 0.25-0.125 0.359-0.531 0.719-1.109 1.406-1.641 2.141 0.266 0.5 0.484 1.016 0.641 1.531l2.859 0.438c0.266 0.047 0.453 0.297 0.453 0.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash-o\" viewBox=\"0 0 22 28\">\n<title>trash-o</title>\n<path d=\"M8 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM12 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM16 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM18 22.813v-14.812h-14v14.812c0 0.75 0.422 1.188 0.5 1.188h13c0.078 0 0.5-0.438 0.5-1.188zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-home\" viewBox=\"0 0 26 28\">\n<title>home</title>\n<path d=\"M22 15.5v7.5c0 0.547-0.453 1-1 1h-6v-6h-4v6h-6c-0.547 0-1-0.453-1-1v-7.5c0-0.031 0.016-0.063 0.016-0.094l8.984-7.406 8.984 7.406c0.016 0.031 0.016 0.063 0.016 0.094zM25.484 14.422l-0.969 1.156c-0.078 0.094-0.203 0.156-0.328 0.172h-0.047c-0.125 0-0.234-0.031-0.328-0.109l-10.813-9.016-10.813 9.016c-0.109 0.078-0.234 0.125-0.375 0.109-0.125-0.016-0.25-0.078-0.328-0.172l-0.969-1.156c-0.172-0.203-0.141-0.531 0.063-0.703l11.234-9.359c0.656-0.547 1.719-0.547 2.375 0l3.813 3.187v-3.047c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v6.375l3.422 2.844c0.203 0.172 0.234 0.5 0.063 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-o\" viewBox=\"0 0 24 28\">\n<title>file-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clock-o\" viewBox=\"0 0 24 28\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-road\" viewBox=\"0 0 30 28\">\n<title>road</title>\n<path d=\"M17.359 15.563v-0.063l-0.375-5c-0.016-0.281-0.266-0.5-0.531-0.5h-2.906c-0.266 0-0.516 0.219-0.531 0.5l-0.375 5v0.063c-0.016 0.25 0.219 0.438 0.453 0.438h3.813c0.234 0 0.469-0.187 0.453-0.438zM29.219 22.859c0 0.453-0.125 1.141-0.719 1.141h-11c0.266 0 0.484-0.219 0.469-0.5l-0.313-4c-0.016-0.281-0.266-0.5-0.531-0.5h-4.25c-0.266 0-0.516 0.219-0.531 0.5l-0.313 4c-0.016 0.281 0.203 0.5 0.469 0.5h-11c-0.594 0-0.719-0.688-0.719-1.141 0-0.625 0.172-1.25 0.406-1.813l6.516-16.312c0.156-0.391 0.578-0.734 1-0.734h5.297c-0.266 0-0.516 0.219-0.531 0.5l-0.234 3c-0.016 0.281 0.187 0.5 0.469 0.5h2.594c0.281 0 0.484-0.219 0.469-0.5l-0.234-3c-0.016-0.281-0.266-0.5-0.531-0.5h5.297c0.422 0 0.844 0.344 1 0.734l6.516 16.312c0.234 0.562 0.406 1.188 0.406 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-download\" viewBox=\"0 0 26 28\">\n<title>download</title>\n<path d=\"M20 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 17.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h7.266l2.109 2.125c0.578 0.562 1.328 0.875 2.125 0.875s1.547-0.313 2.125-0.875l2.125-2.125h7.25c0.828 0 1.5 0.672 1.5 1.5zM20.922 8.609c0.156 0.375 0.078 0.812-0.219 1.094l-7 7c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-7-7c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h4v-7c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1v7h4c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-down</title>\n<path d=\"M17.5 14.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-5.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v5.5h3c0.281 0 0.5 0.219 0.5 0.5zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-up</title>\n<path d=\"M17.469 13.687c-0.078 0.187-0.266 0.313-0.469 0.313h-3v5.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-3c-0.281 0-0.5-0.219-0.5-0.5 0-0.141 0.063-0.266 0.156-0.375l4.984-4.984c0.109-0.094 0.234-0.141 0.359-0.141s0.25 0.047 0.359 0.141l5 5c0.141 0.156 0.187 0.359 0.109 0.547zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inbox\" viewBox=\"0 0 24 28\">\n<title>inbox</title>\n<path d=\"M15.984 15h4.937c-0.031-0.078-0.047-0.172-0.078-0.25l-3.313-7.75h-11.062l-3.313 7.75c-0.031 0.078-0.047 0.172-0.078 0.25h4.937l1.484 3h5zM24 15.469v7.531c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-7.531c0-0.562 0.172-1.391 0.391-1.922l3.719-8.625c0.219-0.516 0.844-0.922 1.391-0.922h13c0.547 0 1.172 0.406 1.391 0.922l3.719 8.625c0.219 0.531 0.391 1.359 0.391 1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle-o\" viewBox=\"0 0 24 28\">\n<title>play-circle-o</title>\n<path d=\"M18.5 14c0 0.359-0.187 0.688-0.5 0.859l-8.5 5c-0.156 0.094-0.328 0.141-0.5 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-10c0-0.359 0.187-0.688 0.5-0.875 0.313-0.172 0.703-0.172 1 0.016l8.5 5c0.313 0.172 0.5 0.5 0.5 0.859zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-repeat\" viewBox=\"0 0 24 28\">\n<title>repeat</title>\n<path d=\"M24 4v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.156-2.156c-1.469-1.359-3.406-2.141-5.453-2.141-4.406 0-8 3.594-8 8s3.594 8 8 8c2.484 0 4.781-1.125 6.312-3.109 0.078-0.109 0.219-0.172 0.359-0.187 0.141 0 0.281 0.047 0.391 0.141l2.141 2.156c0.187 0.172 0.187 0.469 0.031 0.672-2.281 2.75-5.656 4.328-9.234 4.328-6.609 0-12-5.391-12-12s5.391-12 12-12c3.078 0 6.062 1.234 8.266 3.313l2.031-2.016c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-refresh\" viewBox=\"0 0 24 28\">\n<title>refresh</title>\n<path d=\"M23.609 16.5c0 0.031 0 0.078-0.016 0.109-1.328 5.531-5.891 9.391-11.656 9.391-3.047 0-6-1.203-8.219-3.313l-2.016 2.016c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-2.141 2.141c1.469 1.375 3.422 2.156 5.437 2.156 2.781 0 5.359-1.437 6.813-3.813 0.375-0.609 0.562-1.203 0.828-1.828 0.078-0.219 0.234-0.359 0.469-0.359h3c0.281 0 0.5 0.234 0.5 0.5zM24 4v7c0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l2.156-2.156c-1.484-1.375-3.437-2.141-5.453-2.141-2.781 0-5.359 1.437-6.813 3.813-0.375 0.609-0.562 1.203-0.828 1.828-0.078 0.219-0.234 0.359-0.469 0.359h-3.109c-0.281 0-0.5-0.234-0.5-0.5v-0.109c1.344-5.547 5.953-9.391 11.719-9.391 3.063 0 6.047 1.219 8.266 3.313l2.031-2.016c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-alt\" viewBox=\"0 0 28 28\">\n<title>list-alt</title>\n<path d=\"M6 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM24 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM26 21.5v-13c0-0.266-0.234-0.5-0.5-0.5h-23c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lock\" viewBox=\"0 0 18 28\">\n<title>lock</title>\n<path d=\"M5 12h8v-3c0-2.203-1.797-4-4-4s-4 1.797-4 4v3zM18 13.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-3c0-3.844 3.156-7 7-7s7 3.156 7 7v3h0.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag\" viewBox=\"0 0 29 28\">\n<title>flag</title>\n<path d=\"M5 4c0 0.719-0.391 1.359-1 1.719v19.781c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-19.781c-0.609-0.359-1-1-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.578-0.359 0.797-0.812 1.031-1.766 0.953-3.719 1.813-5.766 1.813-2.875 0-4.25-2.188-7.656-2.188-2.484 0-5.094 1.125-7.25 2.281-0.172 0.094-0.328 0.141-0.516 0.141-0.547 0-1-0.453-1-1v-11.594c0-0.375 0.187-0.641 0.484-0.859 0.375-0.25 0.828-0.469 1.234-0.672 1.969-1 4.359-1.875 6.578-1.875 2.453 0 4.375 0.812 6.547 1.828 0.438 0.219 0.891 0.297 1.375 0.297 2.453 0 5.094-2.125 5.781-2.125 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-headphones\" viewBox=\"0 0 26 28\">\n<title>headphones</title>\n<path d=\"M26 13.844c0 1.703-0.313 3.359-0.938 4.906l-0.313 0.766-2.891 0.516c-0.453 1.703-2 2.969-3.859 2.969v0.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v0.5c1.5 0 2.797 0.828 3.484 2.047l1.062-0.187c0.297-0.969 0.453-1.969 0.453-3.016 0-4.719-4.672-8.844-10-8.844s-10 4.125-10 8.844c0 1.047 0.156 2.047 0.453 3.016l1.062 0.187c0.688-1.219 1.984-2.047 3.484-2.047v-0.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-0.5c-1.859 0-3.406-1.266-3.859-2.969l-2.891-0.516-0.313-0.766c-0.625-1.547-0.938-3.203-0.938-4.906 0-6.422 5.953-11.844 13-11.844s13 5.422 13 11.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-off\" viewBox=\"0 0 12 28\">\n<title>volume-off</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-down\" viewBox=\"0 0 18 28\">\n<title>volume-down</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-up\" viewBox=\"0 0 26 28\">\n<title>volume-up</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672zM22 14c0 3.172-1.906 6.125-4.844 7.359-0.125 0.047-0.266 0.078-0.391 0.078-0.562 0-1.016-0.453-1.016-1 0-0.438 0.25-0.734 0.609-0.922 0.422-0.219 0.812-0.406 1.188-0.688 1.547-1.125 2.453-2.922 2.453-4.828s-0.906-3.703-2.453-4.828c-0.375-0.281-0.766-0.469-1.188-0.688-0.359-0.187-0.609-0.484-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 2.938 1.234 4.844 4.188 4.844 7.359zM26 14c0 4.797-2.859 9.141-7.266 11.031-0.125 0.047-0.266 0.078-0.406 0.078-0.547 0-1-0.453-1-1 0-0.453 0.234-0.703 0.609-0.922 0.219-0.125 0.469-0.203 0.703-0.328 0.438-0.234 0.875-0.5 1.281-0.797 2.562-1.891 4.078-4.875 4.078-8.062s-1.516-6.172-4.078-8.062c-0.406-0.297-0.844-0.562-1.281-0.797-0.234-0.125-0.484-0.203-0.703-0.328-0.375-0.219-0.609-0.469-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 4.406 1.891 7.266 6.234 7.266 11.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qrcode\" viewBox=\"0 0 22 28\">\n<title>qrcode</title>\n<path d=\"M6 18v2h-2v-2h2zM6 6v2h-2v-2h2zM18 6v2h-2v-2h2zM2 21.984h6v-5.984h-6v5.984zM2 10h6v-6h-6v6zM14 10h6v-6h-6v6zM10 14v10h-10v-10h10zM18 22v2h-2v-2h2zM22 22v2h-2v-2h2zM22 14v6h-6v-2h-2v6h-2v-10h6v2h2v-2h2zM10 2v10h-10v-10h10zM22 2v10h-10v-10h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-barcode\" viewBox=\"0 0 28 28\">\n<title>barcode</title>\n<path d=\"M0.984 24h-0.984v-22h0.984v22zM1.969 23.984h-0.5v-21.984h0.5v21.984zM3.437 23.984h-0.484v-21.984h0.484v21.984zM5.891 23.984h-0.484v-21.984h0.484v21.984zM8.344 23.984h-0.969v-21.984h0.969v21.984zM10.313 23.984h-0.484v-21.984h0.484v21.984zM11.297 23.984h-0.484v-21.984h0.484v21.984zM12.281 23.984h-0.484v-21.984h0.484v21.984zM14.734 23.984h-0.984v-21.984h0.984v21.984zM17.187 23.984h-0.984v-21.984h0.984v21.984zM19.156 23.984h-0.984v-21.984h0.984v21.984zM21.125 23.984h-0.984v-21.984h0.984v21.984zM22.594 23.984h-0.984v-21.984h0.984v21.984zM25.547 23.984h-1.469v-21.984h1.469v21.984zM26.531 23.984h-0.5v-21.984h0.5v21.984zM28 24h-0.984v-22h0.984v22z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tag\" viewBox=\"0 0 24 28\">\n<title>tag</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tags\" viewBox=\"0 0 30 28\">\n<title>tags</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422zM29.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578-0.812 0-1.219-0.375-1.75-0.922l7.344-7.344c0.359-0.359 0.578-0.875 0.578-1.406s-0.219-1.047-0.578-1.422l-11.172-11.156c-0.797-0.797-2.312-1.422-3.422-1.422h3.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-book\" viewBox=\"0 0 26 28\">\n<title>book</title>\n<path d=\"M25.609 7.469c0.391 0.562 0.5 1.297 0.281 2.016l-4.297 14.156c-0.391 1.328-1.766 2.359-3.109 2.359h-14.422c-1.594 0-3.297-1.266-3.875-2.891-0.25-0.703-0.25-1.391-0.031-1.984 0.031-0.313 0.094-0.625 0.109-1 0.016-0.25-0.125-0.453-0.094-0.641 0.063-0.375 0.391-0.641 0.641-1.062 0.469-0.781 1-2.047 1.172-2.859 0.078-0.297-0.078-0.641 0-0.906 0.078-0.297 0.375-0.516 0.531-0.797 0.422-0.719 0.969-2.109 1.047-2.844 0.031-0.328-0.125-0.688-0.031-0.938 0.109-0.359 0.453-0.516 0.688-0.828 0.375-0.516 1-2 1.094-2.828 0.031-0.266-0.125-0.531-0.078-0.812 0.063-0.297 0.438-0.609 0.688-0.969 0.656-0.969 0.781-3.109 2.766-2.547l-0.016 0.047c0.266-0.063 0.531-0.141 0.797-0.141h11.891c0.734 0 1.391 0.328 1.781 0.875 0.406 0.562 0.5 1.297 0.281 2.031l-4.281 14.156c-0.734 2.406-1.141 2.938-3.125 2.938h-13.578c-0.203 0-0.453 0.047-0.594 0.234-0.125 0.187-0.141 0.328-0.016 0.672 0.313 0.906 1.391 1.094 2.25 1.094h14.422c0.578 0 1.25-0.328 1.422-0.891l4.688-15.422c0.094-0.297 0.094-0.609 0.078-0.891 0.359 0.141 0.688 0.359 0.922 0.672zM8.984 7.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5zM7.688 11.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark\" viewBox=\"0 0 20 28\">\n<title>bookmark</title>\n<path d=\"M18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-print\" viewBox=\"0 0 26 28\">\n<title>print</title>\n<path d=\"M6 24h14v-4h-14v4zM6 14h14v-6h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v10zM24 15c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 15v6.5c0 0.266-0.234 0.5-0.5 0.5h-3.5v2.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-6.5c0-1.641 1.359-3 3-3h1v-8.5c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.969 0.469 2.562 1.062l2.375 2.375c0.594 0.594 1.062 1.734 1.062 2.562v4h1c1.641 0 3 1.359 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera\" viewBox=\"0 0 30 28\">\n<title>camera</title>\n<path d=\"M15 10.5c2.484 0 4.5 2.016 4.5 4.5s-2.016 4.5-4.5 4.5-4.5-2.016-4.5-4.5 2.016-4.5 4.5-4.5zM26 4c2.203 0 4 1.797 4 4v14c0 2.203-1.797 4-4 4h-22c-2.203 0-4-1.797-4-4v-14c0-2.203 1.797-4 4-4h3.5l0.797-2.125c0.391-1.031 1.609-1.875 2.703-1.875h8c1.094 0 2.312 0.844 2.703 1.875l0.797 2.125h3.5zM15 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-font\" viewBox=\"0 0 26 28\">\n<title>font</title>\n<path d=\"M11.328 8.734l-2.656 7.031c1.547 0.016 3.094 0.063 4.641 0.063 0.297 0 0.594-0.016 0.891-0.031-0.812-2.375-1.766-4.797-2.875-7.063zM0 26l0.031-1.234c1.469-0.453 3.063-0.141 3.719-1.828l3.703-9.625 4.375-11.312h2c0.063 0.109 0.125 0.219 0.172 0.328l3.203 7.5c1.172 2.766 2.25 5.563 3.437 8.313 0.703 1.625 1.25 3.297 2.031 4.891 0.109 0.25 0.328 0.719 0.547 0.891 0.516 0.406 1.953 0.5 2.688 0.781 0.047 0.297 0.094 0.594 0.094 0.891 0 0.141-0.016 0.266-0.016 0.406-1.984 0-3.969-0.25-5.953-0.25-2.047 0-4.094 0.172-6.141 0.234 0-0.406 0.016-0.812 0.063-1.219l2.047-0.438c0.422-0.094 1.25-0.203 1.25-0.781 0-0.562-2.016-5.203-2.266-5.844l-7.031-0.031c-0.406 0.906-1.984 5-1.984 5.594 0 1.203 2.297 1.25 3.187 1.375 0.016 0.297 0.016 0.594 0.016 0.906 0 0.141-0.016 0.281-0.031 0.422-1.813 0-3.641-0.313-5.453-0.313-0.219 0-0.531 0.094-0.75 0.125-0.984 0.172-1.953 0.219-2.938 0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bold\" viewBox=\"0 0 22 28\">\n<title>bold</title>\n<path d=\"M8.672 23.766c0.688 0.297 1.437 0.5 2.188 0.5 3.563 0 5.875-1.422 5.875-5.234 0-0.969-0.125-1.984-0.641-2.812-1.453-2.344-3.547-2.469-6.062-2.469-0.469 0-1.141 0-1.578 0.156 0 1.656-0.016 3.313-0.016 4.953 0 1.078-0.141 4 0.234 4.906zM8.453 12.109c0.562 0.094 1.141 0.109 1.703 0.109 3.219 0 5.516-0.906 5.516-4.516 0-3.047-2.703-4.094-5.313-4.094-0.688 0-1.359 0.094-2.031 0.203 0 1.578 0.125 3.156 0.125 4.734 0 0.828-0.016 1.656-0.016 2.484 0 0.359 0 0.719 0.016 1.078zM0 26l0.031-1.469c1-0.25 2.016-0.266 2.984-0.672 0.547-0.922 0.469-2.547 0.469-3.594 0-0.344 0.031-15.281-0.344-16.016-0.234-0.453-2.531-0.562-3.047-0.625l-0.063-1.297c3.719-0.063 7.438-0.328 11.141-0.328 0.703 0 1.422 0.016 2.125 0.016 3.531 0 7.422 1.687 7.422 5.75 0 2.797-2.125 3.844-4.328 4.844 2.969 0.672 5.609 2.688 5.609 5.969 0 5.375-4.891 7.156-9.469 7.156-1.375 0-2.75-0.094-4.125-0.094-2.797 0-5.625 0.25-8.406 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-italic\" viewBox=\"0 0 16 28\">\n<title>italic</title>\n<path d=\"M0 25.969l0.266-1.328c1-0.313 2.078-0.438 3.016-0.922 0.359-0.453 0.531-1.031 0.641-1.578 0.203-1.062 3.609-16.391 3.563-17.641v-0.391c-0.859-0.469-1.906-0.344-2.844-0.5l0.297-1.609c2.016 0.094 4.062 0.25 6.094 0.25 1.656 0 3.313-0.156 4.969-0.25-0.063 0.469-0.172 0.938-0.297 1.391-1.078 0.375-2.219 0.547-3.281 0.969-0.344 0.844-0.422 1.766-0.578 2.656-0.75 4.047-1.75 8.094-2.578 12.109-0.156 0.75-0.922 3.859-0.859 4.516l0.016 0.281c0.953 0.219 1.922 0.328 2.891 0.484-0.031 0.516-0.125 1.031-0.25 1.547-0.344 0-0.672 0.047-1.016 0.047-0.891 0-1.813-0.297-2.703-0.313-1.078-0.016-2.156-0.031-3.219-0.031-1.391 0-2.75 0.234-4.125 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-height\" viewBox=\"0 0 28 28\">\n<title>text-height</title>\n<path d=\"M27.25 22c0.688 0 0.906 0.438 0.484 0.984l-1.969 2.531c-0.422 0.547-1.109 0.547-1.531 0l-1.969-2.531c-0.422-0.547-0.203-0.984 0.484-0.984h1.25v-16h-1.25c-0.688 0-0.906-0.438-0.484-0.984l1.969-2.531c0.422-0.547 1.109-0.547 1.531 0l1.969 2.531c0.422 0.547 0.203 0.984-0.484 0.984h-1.25v16h1.25zM1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 1.125 0 2.234 0.016 3.359 0.016h4.578c0.625 0 0.984 0.141 1.406-0.453l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.547 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.484-2.422-0.516-2.453-0.328-0.406-0.688-0.328-1.172-0.328-1.422 0-2.906-0.063-4.312 0.109-0.078 0.688-0.141 1.422-0.125 2.125 0.016 4.391 0.063 8.781 0.063 13.172 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.344-0.766 0.297-5 0.297-5.984 0-3.156-0.094-6.312-0.094-9.469v-1.828c0-0.281 0.063-1.406-0.125-1.625-0.219-0.234-2.266-0.187-2.531-0.187-0.578 0-2.25 0.266-2.703 0.594-0.75 0.516-0.75 3.641-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-width\" viewBox=\"0 0 24 28\">\n<title>text-width</title>\n<path d=\"M1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 4.141 0 8.328-0.094 12.469 0.047 0.344 0.016 0.672-0.203 0.875-0.484l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.562 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.5-2.422-0.516-2.453-0.109-0.141-0.25-0.234-0.422-0.297-0.125-0.047-0.875-0.031-1.031-0.031-1.922 0-4.141-0.109-6.031 0.109-0.078 0.688-0.141 1.422-0.125 2.125l0.016 2.375v-0.812c0.016 2.547 0.047 5.078 0.047 7.609 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.391-0.875 0.281-8.266 0.281-9.641 0-0.219-0.078-0.453-0.078-0.688 0-0.641 0.109-4.312-0.125-4.578-0.219-0.234-2.266-0.187-2.531-0.187-0.656 0-4.328 0.344-4.703 0.594-0.734 0.484-0.75 3.625-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984zM20.469 22.047c0.547 0 2.625 1.859 3.047 2.188 0.234 0.187 0.406 0.453 0.406 0.766s-0.172 0.578-0.406 0.766c-0.422 0.328-2.5 2.188-3.047 2.188-0.719 0-0.469-1.672-0.469-1.953h-16c0 0.281 0.25 1.953-0.469 1.953-0.547 0-2.625-1.859-3.047-2.188-0.234-0.187-0.406-0.453-0.406-0.766s0.172-0.578 0.406-0.766c0.422-0.328 2.5-2.188 3.047-2.188 0.719 0 0.469 1.672 0.469 1.953h16c0-0.281-0.25-1.953 0.469-1.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-left\" viewBox=\"0 0 28 28\">\n<title>align-left</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-center\" viewBox=\"0 0 28 28\">\n<title>align-center</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h10c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-right\" viewBox=\"0 0 28 28\">\n<title>align-right</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-justify\" viewBox=\"0 0 28 28\">\n<title>align-justify</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list\" viewBox=\"0 0 28 28\">\n<title>list</title>\n<path d=\"M4 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM4 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dedent\" viewBox=\"0 0 28 28\">\n<title>dedent</title>\n<path d=\"M6 8.5v9c0 0.266-0.234 0.5-0.5 0.5-0.125 0-0.266-0.047-0.359-0.141l-4.5-4.5c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l4.5-4.5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-indent\" viewBox=\"0 0 28 28\">\n<title>indent</title>\n<path d=\"M5.5 13c0 0.125-0.047 0.266-0.141 0.359l-4.5 4.5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-9c0-0.266 0.234-0.5 0.5-0.5 0.125 0 0.266 0.047 0.359 0.141l4.5 4.5c0.094 0.094 0.141 0.234 0.141 0.359zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-video-camera\" viewBox=\"0 0 28 28\">\n<title>video-camera</title>\n<path d=\"M28 5.5v17c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-6.297-6.297v2.594c0 2.484-2.016 4.5-4.5 4.5h-11c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h11c2.484 0 4.5 2.016 4.5 4.5v2.578l6.297-6.281c0.187-0.203 0.438-0.297 0.703-0.297 0.125 0 0.266 0.031 0.391 0.078 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-image\" viewBox=\"0 0 30 28\">\n<title>image</title>\n<path d=\"M10 9c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 15v7h-22v-3l5-5 2.5 2.5 8-8zM27.5 4h-25c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5v-19c0-0.266-0.234-0.5-0.5-0.5zM30 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil\" viewBox=\"0 0 24 28\">\n<title>pencil</title>\n<path d=\"M5.672 24l1.422-1.422-3.672-3.672-1.422 1.422v1.672h2v2h1.672zM13.844 9.5c0-0.203-0.141-0.344-0.344-0.344-0.094 0-0.187 0.031-0.266 0.109l-8.469 8.469c-0.078 0.078-0.109 0.172-0.109 0.266 0 0.203 0.141 0.344 0.344 0.344 0.094 0 0.187-0.031 0.266-0.109l8.469-8.469c0.078-0.078 0.109-0.172 0.109-0.266zM13 6.5l6.5 6.5-13 13h-6.5v-6.5zM23.672 8c0 0.531-0.219 1.047-0.578 1.406l-2.594 2.594-6.5-6.5 2.594-2.578c0.359-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l3.672 3.656c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-marker\" viewBox=\"0 0 16 28\">\n<title>map-marker</title>\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adjust\" viewBox=\"0 0 24 28\">\n<title>adjust</title>\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tint\" viewBox=\"0 0 16 28\">\n<title>tint</title>\n<path d=\"M8 18c0-0.391-0.125-0.766-0.313-1.078-0.203-0.313-1.031-1.375-1.359-2.422-0.047-0.172-0.203-0.25-0.328-0.25s-0.281 0.078-0.328 0.25c-0.328 1.047-1.156 2.109-1.359 2.422-0.187 0.313-0.313 0.688-0.313 1.078 0 1.109 0.891 2 2 2s2-0.891 2-2zM16 16c0 4.422-3.578 8-8 8s-8-3.578-8-8c0-1.578 0.484-3.047 1.266-4.297 0.797-1.25 4.141-5.484 5.406-9.703 0.203-0.672 0.828-1 1.328-1s1.141 0.328 1.328 1c1.266 4.219 4.609 8.453 5.406 9.703s1.266 2.719 1.266 4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edit\" viewBox=\"0 0 28 28\">\n<title>edit</title>\n<path d=\"M13.875 18.5l1.813-1.813-2.375-2.375-1.813 1.813v0.875h1.5v1.5h0.875zM20.75 7.25c-0.141-0.141-0.375-0.125-0.516 0.016l-5.469 5.469c-0.141 0.141-0.156 0.375-0.016 0.516s0.375 0.125 0.516-0.016l5.469-5.469c0.141-0.141 0.156-0.375 0.016-0.516zM22 16.531v2.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.141 0.141-0.328 0.187-0.5 0.125-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-1.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.156-0.156 0.359-0.187 0.547-0.109s0.313 0.25 0.313 0.453zM20.5 5l4.5 4.5-10.5 10.5h-4.5v-4.5zM27.438 7.063l-1.437 1.437-4.5-4.5 1.437-1.437c0.578-0.578 1.547-0.578 2.125 0l2.375 2.375c0.578 0.578 0.578 1.547 0 2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square-o\" viewBox=\"0 0 26 28\">\n<title>share-square-o</title>\n<path d=\"M22 15.453v4.047c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h3.984c0.266 0 0.5 0.219 0.5 0.5 0 0.25-0.172 0.453-0.406 0.5-0.781 0.266-1.484 0.578-2.078 0.938-0.078 0.031-0.156 0.063-0.25 0.063h-1.75c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.344c0-0.187 0.109-0.359 0.281-0.453 0.313-0.141 0.594-0.344 0.844-0.578 0.141-0.141 0.359-0.203 0.547-0.125s0.328 0.25 0.328 0.453zM25.703 7.703l-6 6c-0.187 0.203-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.391-0.078-0.359-0.156-0.609-0.516-0.609-0.922v-3h-2.5c-3.437 0-5.625 0.656-6.844 2.047-1.266 1.453-1.641 3.797-1.156 7.391 0.031 0.219-0.109 0.438-0.313 0.531-0.063 0.016-0.125 0.031-0.187 0.031-0.156 0-0.313-0.078-0.406-0.203-0.109-0.156-2.594-3.672-2.594-6.797 0-4.188 1.313-9 11.5-9h2.5v-3c0-0.406 0.25-0.766 0.609-0.922 0.125-0.047 0.266-0.078 0.391-0.078 0.266 0 0.516 0.109 0.703 0.297l6 6c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square-o\" viewBox=\"0 0 26 28\">\n<title>check-square-o</title>\n<path d=\"M22 14.531v4.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.094 0.094-0.234 0.156-0.359 0.156-0.047 0-0.094-0.016-0.141-0.031-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.109-0.109 0.234-0.156 0.359-0.156 0.063 0 0.125 0.016 0.187 0.047 0.187 0.078 0.313 0.25 0.313 0.453zM25.609 6.891l-12.719 12.719c-0.5 0.5-1.281 0.5-1.781 0l-6.719-6.719c-0.5-0.5-0.5-1.281 0-1.781l1.719-1.719c0.5-0.5 1.281-0.5 1.781 0l4.109 4.109 10.109-10.109c0.5-0.5 1.281-0.5 1.781 0l1.719 1.719c0.5 0.5 0.5 1.281 0 1.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows\" viewBox=\"0 0 28 28\">\n<title>arrows</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-6v6h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-6h-6v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h6v-6h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-2v6h6v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-backward\" viewBox=\"0 0 16 28\">\n<title>step-backward</title>\n<path d=\"M15.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-backward\" viewBox=\"0 0 28 28\">\n<title>fast-backward</title>\n<path d=\"M27.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-backward\" viewBox=\"0 0 28 28\">\n<title>backward</title>\n<path d=\"M25.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.391-0.391-0.391-1.016 0-1.406l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play\" viewBox=\"0 0 22 28\">\n<title>play</title>\n<path d=\"M21.625 14.484l-20.75 11.531c-0.484 0.266-0.875 0.031-0.875-0.516v-23c0-0.547 0.391-0.781 0.875-0.516l20.75 11.531c0.484 0.266 0.484 0.703 0 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause\" viewBox=\"0 0 24 28\">\n<title>pause</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1zM10 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop\" viewBox=\"0 0 24 28\">\n<title>stop</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forward\" viewBox=\"0 0 24 28\">\n<title>forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.391 0.391 0.391 1.016 0 1.406l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-forward\" viewBox=\"0 0 28 28\">\n<title>fast-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-forward\" viewBox=\"0 0 16 28\">\n<title>step-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eject\" viewBox=\"0 0 24 28\">\n<title>eject</title>\n<path d=\"M0.219 15.297l11.094-11.094c0.391-0.391 1.016-0.391 1.406 0l11.094 11.094c0.391 0.391 0.25 0.703-0.297 0.703h-23c-0.547 0-0.688-0.313-0.297-0.703zM23.016 24h-22c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-left\" viewBox=\"0 0 21 28\">\n<title>chevron-left</title>\n<path d=\"M18.297 4.703l-8.297 8.297 8.297 8.297c0.391 0.391 0.391 1.016 0 1.406l-2.594 2.594c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.594c-0.391-0.391-0.391-1.016 0-1.406l11.594-11.594c0.391-0.391 1.016-0.391 1.406 0l2.594 2.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-right\" viewBox=\"0 0 19 28\">\n<title>chevron-right</title>\n<path d=\"M17.297 13.703l-11.594 11.594c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.594c-0.391-0.391-0.391-1.016 0-1.406l8.297-8.297-8.297-8.297c-0.391-0.391-0.391-1.016 0-1.406l2.594-2.594c0.391-0.391 1.016-0.391 1.406 0l11.594 11.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-circle\" viewBox=\"0 0 24 28\">\n<title>plus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-4v-4c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v4h-4c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h4v4c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-4h4c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-circle\" viewBox=\"0 0 24 28\">\n<title>minus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle\" viewBox=\"0 0 24 28\">\n<title>times-circle</title>\n<path d=\"M17.953 17.531c0-0.266-0.109-0.516-0.297-0.703l-2.828-2.828 2.828-2.828c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.531-0.297-0.719l-1.406-1.406c-0.187-0.187-0.453-0.297-0.719-0.297s-0.516 0.109-0.703 0.297l-2.828 2.828-2.828-2.828c-0.187-0.187-0.438-0.297-0.703-0.297s-0.531 0.109-0.719 0.297l-1.406 1.406c-0.187 0.187-0.297 0.453-0.297 0.719s0.109 0.516 0.297 0.703l2.828 2.828-2.828 2.828c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.531 0.297 0.719l1.406 1.406c0.187 0.187 0.453 0.297 0.719 0.297s0.516-0.109 0.703-0.297l2.828-2.828 2.828 2.828c0.187 0.187 0.438 0.297 0.703 0.297s0.531-0.109 0.719-0.297l1.406-1.406c0.187-0.187 0.297-0.453 0.297-0.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle\" viewBox=\"0 0 24 28\">\n<title>check-circle</title>\n<path d=\"M20.062 11.469c0-0.266-0.094-0.531-0.281-0.719l-1.422-1.406c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-6.375 6.359-3.531-3.531c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.406c-0.187 0.187-0.281 0.453-0.281 0.719s0.094 0.516 0.281 0.703l5.656 5.656c0.187 0.187 0.453 0.297 0.703 0.297 0.266 0 0.531-0.109 0.719-0.297l8.484-8.484c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle\" viewBox=\"0 0 24 28\">\n<title>question-circle</title>\n<path d=\"M14 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM18 11c0-2.859-3-5-5.688-5-2.547 0-4.453 1.094-5.797 3.328-0.141 0.219-0.078 0.5 0.125 0.656l2.063 1.563c0.078 0.063 0.187 0.094 0.297 0.094 0.141 0 0.297-0.063 0.391-0.187 0.734-0.938 1.047-1.219 1.344-1.437 0.266-0.187 0.781-0.375 1.344-0.375 1 0 1.922 0.641 1.922 1.328 0 0.812-0.422 1.219-1.375 1.656-1.109 0.5-2.625 1.797-2.625 3.313v0.562c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v0c0-0.359 0.453-1.125 1.188-1.547 1.188-0.672 2.812-1.578 2.812-3.953zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info-circle\" viewBox=\"0 0 24 28\">\n<title>info-circle</title>\n<path d=\"M16 21.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-1.5v-8c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h1.5v5h-1.5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h7c0.281 0 0.5-0.219 0.5-0.5zM14 7.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crosshairs\" viewBox=\"0 0 24 28\">\n<title>crosshairs</title>\n<path d=\"M18.703 16h-1.703c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1.703c-0.672-2.25-2.453-4.031-4.703-4.703v1.703c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-1.703c-2.25 0.672-4.031 2.453-4.703 4.703h1.703c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1.703c0.672 2.25 2.453 4.031 4.703 4.703v-1.703c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1.703c2.25-0.672 4.031-2.453 4.703-4.703zM24 13v2c0 0.547-0.453 1-1 1h-2.234c-0.766 3.359-3.406 6-6.766 6.766v2.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-2.234c-3.359-0.766-6-3.406-6.766-6.766h-2.234c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h2.234c0.766-3.359 3.406-6 6.766-6.766v-2.234c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v2.234c3.359 0.766 6 3.406 6.766 6.766h2.234c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle-o\" viewBox=\"0 0 24 28\">\n<title>times-circle-o</title>\n<path d=\"M17.141 16.859l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.141-2.141-2.141 2.141c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.141-2.141-2.141-2.141c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.141 2.141 2.141-2.141c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.141 2.141 2.141 2.141c0.203 0.203 0.203 0.516 0 0.719zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle-o\" viewBox=\"0 0 24 28\">\n<title>check-circle-o</title>\n<path d=\"M18.297 12.703l-6.594 6.594c-0.391 0.391-1.016 0.391-1.406 0l-4.594-4.594c-0.391-0.391-0.391-1.016 0-1.406l1.594-1.594c0.391-0.391 1.016-0.391 1.406 0l2.297 2.297 4.297-4.297c0.391-0.391 1.016-0.391 1.406 0l1.594 1.594c0.391 0.391 0.391 1.016 0 1.406zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ban\" viewBox=\"0 0 24 28\">\n<title>ban</title>\n<path d=\"M20.5 13.953c0-1.703-0.5-3.281-1.359-4.609l-11.781 11.766c1.344 0.875 2.938 1.391 4.641 1.391 4.688 0 8.5-3.828 8.5-8.547zM4.891 18.625l11.797-11.781c-1.344-0.906-2.953-1.422-4.688-1.422-4.688 0-8.5 3.828-8.5 8.531 0 1.734 0.516 3.328 1.391 4.672zM24 13.953c0 6.656-5.375 12.047-12 12.047s-12-5.391-12-12.047c0-6.641 5.375-12.031 12-12.031s12 5.391 12 12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-left\" viewBox=\"0 0 25 28\">\n<title>arrow-left</title>\n<path d=\"M24 14v2c0 1.062-0.703 2-1.828 2h-11l4.578 4.594c0.375 0.359 0.594 0.875 0.594 1.406s-0.219 1.047-0.594 1.406l-1.172 1.188c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-10.172-10.187c-0.359-0.359-0.578-0.875-0.578-1.406s0.219-1.047 0.578-1.422l10.172-10.156c0.375-0.375 0.891-0.594 1.422-0.594s1.031 0.219 1.406 0.594l1.172 1.156c0.375 0.375 0.594 0.891 0.594 1.422s-0.219 1.047-0.594 1.422l-4.578 4.578h11c1.125 0 1.828 0.938 1.828 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-right\" viewBox=\"0 0 23 28\">\n<title>arrow-right</title>\n<path d=\"M23 15c0 0.531-0.203 1.047-0.578 1.422l-10.172 10.172c-0.375 0.359-0.891 0.578-1.422 0.578s-1.031-0.219-1.406-0.578l-1.172-1.172c-0.375-0.375-0.594-0.891-0.594-1.422s0.219-1.047 0.594-1.422l4.578-4.578h-11c-1.125 0-1.828-0.938-1.828-2v-2c0-1.062 0.703-2 1.828-2h11l-4.578-4.594c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.406l1.172-1.172c0.375-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l10.172 10.172c0.375 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-up\" viewBox=\"0 0 26 28\">\n<title>arrow-up</title>\n<path d=\"M25.172 15.172c0 0.531-0.219 1.031-0.578 1.406l-1.172 1.172c-0.375 0.375-0.891 0.594-1.422 0.594s-1.047-0.219-1.406-0.594l-4.594-4.578v11c0 1.125-0.938 1.828-2 1.828h-2c-1.062 0-2-0.703-2-1.828v-11l-4.594 4.578c-0.359 0.375-0.875 0.594-1.406 0.594s-1.047-0.219-1.406-0.594l-1.172-1.172c-0.375-0.375-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.172-10.172c0.359-0.375 0.875-0.578 1.406-0.578s1.047 0.203 1.422 0.578l10.172 10.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-down\" viewBox=\"0 0 26 28\">\n<title>arrow-down</title>\n<path d=\"M25.172 13c0 0.531-0.219 1.047-0.578 1.406l-10.172 10.187c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-10.172-10.187c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l1.156-1.172c0.375-0.359 0.891-0.578 1.422-0.578s1.047 0.219 1.406 0.578l4.594 4.594v-11c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v11l4.594-4.594c0.359-0.359 0.875-0.578 1.406-0.578s1.047 0.219 1.422 0.578l1.172 1.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-forward\" viewBox=\"0 0 28 28\">\n<title>mail-forward</title>\n<path d=\"M28 10c0 0.266-0.109 0.516-0.297 0.703l-8 8c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4h-3.5c-6.734 0-11.156 1.297-11.156 8.75 0 0.641 0.031 1.281 0.078 1.922 0.016 0.25 0.078 0.531 0.078 0.781 0 0.297-0.187 0.547-0.5 0.547-0.219 0-0.328-0.109-0.438-0.266-0.234-0.328-0.406-0.828-0.578-1.188-0.891-2-1.984-4.859-1.984-7.047 0-1.75 0.172-3.547 0.828-5.203 2.172-5.391 8.547-6.297 13.672-6.297h3.5v-4c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8 8c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expand\" viewBox=\"0 0 24 28\">\n<title>expand</title>\n<path d=\"M11.797 16.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359zM24 3v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compress\" viewBox=\"0 0 24 28\">\n<title>compress</title>\n<path d=\"M12 15v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1zM23.797 4.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-circle\" viewBox=\"0 0 24 28\">\n<title>exclamation-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM14 21.484v-2.969c0-0.281-0.219-0.516-0.484-0.516h-3c-0.281 0-0.516 0.234-0.516 0.516v2.969c0 0.281 0.234 0.516 0.516 0.516h3c0.266 0 0.484-0.234 0.484-0.516zM13.969 16.109l0.281-9.703c0-0.109-0.047-0.219-0.156-0.281-0.094-0.078-0.234-0.125-0.375-0.125h-3.437c-0.141 0-0.281 0.047-0.375 0.125-0.109 0.063-0.156 0.172-0.156 0.281l0.266 9.703c0 0.219 0.234 0.391 0.531 0.391h2.891c0.281 0 0.516-0.172 0.531-0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gift\" viewBox=\"0 0 24 28\">\n<title>gift</title>\n<path d=\"M14.5 21.187v-11.188h-5v11.188c0 0.547 0.453 0.812 1 0.812h3c0.547 0 1-0.266 1-0.812zM7.375 8h3.047l-1.969-2.516c-0.172-0.203-0.547-0.484-1.078-0.484-0.828 0-1.5 0.672-1.5 1.5s0.672 1.5 1.5 1.5zM18.125 6.5c0-0.828-0.672-1.5-1.5-1.5-0.531 0-0.906 0.281-1.078 0.484l-1.953 2.516h3.031c0.828 0 1.5-0.672 1.5-1.5zM24 10.5v5c0 0.281-0.219 0.5-0.5 0.5h-1.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-17c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h6.875c-1.937 0-3.5-1.563-3.5-3.5s1.563-3.5 3.5-3.5c1.047 0 2.016 0.438 2.625 1.203l2 2.578 2-2.578c0.609-0.766 1.578-1.203 2.625-1.203 1.937 0 3.5 1.563 3.5 3.5s-1.563 3.5-3.5 3.5h6.875c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leaf\" viewBox=\"0 0 28 28\">\n<title>leaf</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-5.531 0-9.094 2.312-12.703 6.297-0.187 0.203-0.297 0.422-0.297 0.703 0 0.547 0.453 1 1 1 0.281 0 0.5-0.109 0.703-0.297 0.766-0.688 1.453-1.437 2.203-2.141 2.828-2.547 5.25-3.563 9.094-3.563 0.547 0 1-0.453 1-1zM28 7.906c0 1-0.109 2.016-0.313 3.016-1 4.859-4.125 8.016-8.469 10.172-2.109 1.062-4.469 1.687-6.844 1.687-1.5 0-3.047-0.25-4.469-0.734-0.75-0.25-2.25-1.234-2.875-1.234-0.781 0-1.719 3.187-3.078 3.187-0.984 0-1.281-0.484-1.703-1.203-0.141-0.266-0.25-0.359-0.25-0.688 0-1.625 3.094-2.891 3.094-3.797 0-0.141-0.406-0.969-0.469-1.281-0.094-0.531-0.141-1.078-0.141-1.625 0-4.969 3.953-8.516 8.391-9.984 3.203-1.062 10.016 0.172 12.187-1.891 0.859-0.797 1.281-1.531 2.594-1.531 1.766 0 2.344 4.578 2.344 5.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire\" viewBox=\"0 0 22 28\">\n<title>fire</title>\n<path d=\"M22 26.5v1c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM18 10c0 5.984-7 6.516-7 10.5 0 1.094 0.547 2.547 1.047 3.5l-0.063-0.016 0.016 0.016c-4.312-1.984-8-4.719-8-10 0-5.984 7-6.516 7-10.5 0-1.094-0.547-2.547-1.031-3.5l0.047 0.016-0.016-0.016c4.312 1.984 8 4.719 8 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye\" viewBox=\"0 0 28 28\">\n<title>eye</title>\n<path d=\"M26 15c-1.484-2.297-3.516-4.266-5.953-5.516 0.625 1.062 0.953 2.281 0.953 3.516 0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 2.672 4.125 6.984 7 12 7s9.328-2.875 12-7zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.781 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM28 15c0 0.391-0.125 0.75-0.313 1.078-2.875 4.734-8.141 7.922-13.687 7.922s-10.813-3.203-13.687-7.922c-0.187-0.328-0.313-0.688-0.313-1.078s0.125-0.75 0.313-1.078c2.875-4.719 8.141-7.922 13.687-7.922s10.813 3.203 13.687 7.922c0.187 0.328 0.313 0.688 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye-slash\" viewBox=\"0 0 28 28\">\n<title>eye-slash</title>\n<path d=\"M8.672 20.859l1.219-2.203c-1.813-1.313-2.891-3.422-2.891-5.656 0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 1.625 2.516 3.922 4.625 6.672 5.859zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.797 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM20.422 6.016c0 0.031 0 0.109-0.016 0.141-3.297 5.891-6.563 11.813-9.859 17.703l-0.766 1.391c-0.094 0.156-0.266 0.25-0.438 0.25-0.281 0-1.766-0.906-2.094-1.094-0.156-0.094-0.25-0.25-0.25-0.438 0-0.25 0.531-1.094 0.688-1.359-3.031-1.375-5.578-3.719-7.375-6.531-0.203-0.313-0.313-0.688-0.313-1.078 0-0.375 0.109-0.766 0.313-1.078 3.094-4.75 7.922-7.922 13.687-7.922 0.938 0 1.891 0.094 2.812 0.266l0.844-1.516c0.094-0.156 0.25-0.25 0.438-0.25 0.281 0 1.75 0.906 2.078 1.094 0.156 0.094 0.25 0.25 0.25 0.422zM21 13c0 2.906-1.797 5.5-4.5 6.531l4.375-7.844c0.078 0.438 0.125 0.875 0.125 1.313zM28 15c0 0.406-0.109 0.734-0.313 1.078-0.484 0.797-1.094 1.563-1.703 2.266-3.063 3.516-7.281 5.656-11.984 5.656l1.156-2.063c4.547-0.391 8.406-3.156 10.844-6.937-1.156-1.797-2.641-3.375-4.406-4.594l0.984-1.75c1.937 1.297 3.891 3.25 5.109 5.266 0.203 0.344 0.313 0.672 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-triangle\" viewBox=\"0 0 28 28\">\n<title>exclamation-triangle</title>\n<path d=\"M16 21.484v-2.969c0-0.281-0.219-0.516-0.5-0.516h-3c-0.281 0-0.5 0.234-0.5 0.516v2.969c0 0.281 0.219 0.516 0.5 0.516h3c0.281 0 0.5-0.234 0.5-0.516zM15.969 15.641l0.281-7.172c0-0.094-0.047-0.219-0.156-0.297-0.094-0.078-0.234-0.172-0.375-0.172h-3.437c-0.141 0-0.281 0.094-0.375 0.172-0.109 0.078-0.156 0.234-0.156 0.328l0.266 7.141c0 0.203 0.234 0.359 0.531 0.359h2.891c0.281 0 0.516-0.156 0.531-0.359zM15.75 1.047l12 22c0.344 0.609 0.328 1.359-0.031 1.969s-1.016 0.984-1.719 0.984h-24c-0.703 0-1.359-0.375-1.719-0.984s-0.375-1.359-0.031-1.969l12-22c0.344-0.641 1.016-1.047 1.75-1.047s1.406 0.406 1.75 1.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plane\" viewBox=\"0 0 22 28\">\n<title>plane</title>\n<path d=\"M21.5 2.5c1 1 0 3.5-1.5 5l-2.516 2.516 2.5 10.875c0.047 0.187-0.031 0.391-0.187 0.516l-2 1.5c-0.078 0.063-0.187 0.094-0.297 0.094-0.031 0-0.063 0-0.109-0.016-0.141-0.031-0.266-0.109-0.328-0.25l-4.359-7.938-4.047 4.047 0.828 3.031c0.047 0.172 0 0.344-0.125 0.484l-1.5 1.5c-0.094 0.094-0.234 0.141-0.359 0.141h-0.031c-0.156-0.016-0.281-0.078-0.375-0.203l-2.953-3.938-3.938-2.953c-0.125-0.078-0.187-0.219-0.203-0.359s0.047-0.281 0.141-0.391l1.5-1.516c0.094-0.094 0.234-0.141 0.359-0.141 0.047 0 0.094 0 0.125 0.016l3.031 0.828 4.047-4.047-7.938-4.359c-0.141-0.078-0.234-0.219-0.266-0.375-0.016-0.141 0.031-0.313 0.141-0.422l2-2c0.125-0.109 0.313-0.172 0.469-0.125l10.391 2.484 2.5-2.5c1.5-1.5 4-2.5 5-1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar\" viewBox=\"0 0 26 28\">\n<title>calendar</title>\n<path d=\"M2 26h4.5v-4.5h-4.5v4.5zM7.5 26h5v-4.5h-5v4.5zM2 20.5h4.5v-5h-4.5v5zM7.5 20.5h5v-5h-5v5zM2 14.5h4.5v-4.5h-4.5v4.5zM13.5 26h5v-4.5h-5v4.5zM7.5 14.5h5v-4.5h-5v4.5zM19.5 26h4.5v-4.5h-4.5v4.5zM13.5 20.5h5v-5h-5v5zM8 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM19.5 20.5h4.5v-5h-4.5v5zM13.5 14.5h5v-4.5h-5v4.5zM19.5 14.5h4.5v-4.5h-4.5v4.5zM20 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-random\" viewBox=\"0 0 28 28\">\n<title>random</title>\n<path d=\"M10.406 7.516c-0.875 1.344-1.516 2.797-2.141 4.266-0.906-1.891-1.906-3.781-4.266-3.781h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.781 0 4.828 1.297 6.406 3.516zM28 20c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3c-4.641 0-7.5 0.547-10.391-3.516 0.859-1.344 1.5-2.797 2.125-4.266 0.906 1.891 1.906 3.781 4.266 3.781h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM28 6c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.219-0.5-0.5v-3h-4c-2.078 0-3.063 1.422-3.938 3.109-0.453 0.875-0.844 1.781-1.219 2.672-1.734 4.031-3.766 8.219-8.844 8.219h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.078 0 3.063-1.422 3.938-3.109 0.453-0.875 0.844-1.781 1.219-2.672 1.734-4.031 3.766-8.219 8.844-8.219h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment\" viewBox=\"0 0 28 28\">\n<title>comment</title>\n<path d=\"M28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344-0.344 0.031-0.672-0.219-0.75-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magnet\" viewBox=\"0 0 24 28\">\n<title>magnet</title>\n<path d=\"M24 13v2c0 6.375-5.047 11-12 11s-12-4.625-12-11v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v2c0 2.859 3.328 3 4 3s4-0.141 4-3v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM8 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM24 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-up\" viewBox=\"0 0 28 28\">\n<title>chevron-up</title>\n<path d=\"M26.297 20.797l-2.594 2.578c-0.391 0.391-1.016 0.391-1.406 0l-8.297-8.297-8.297 8.297c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.578c-0.391-0.391-0.391-1.031 0-1.422l11.594-11.578c0.391-0.391 1.016-0.391 1.406 0l11.594 11.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-down\" viewBox=\"0 0 28 28\">\n<title>chevron-down</title>\n<path d=\"M26.297 12.625l-11.594 11.578c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.578c-0.391-0.391-0.391-1.031 0-1.422l2.594-2.578c0.391-0.391 1.016-0.391 1.406 0l8.297 8.297 8.297-8.297c0.391-0.391 1.016-0.391 1.406 0l2.594 2.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-retweet\" viewBox=\"0 0 30 28\">\n<title>retweet</title>\n<path d=\"M20 23.5c0 0.266-0.234 0.5-0.5 0.5h-15c-0.578 0-0.5-0.609-0.5-1v-9h-3c-0.547 0-1-0.453-1-1 0-0.234 0.078-0.469 0.234-0.641l5-6c0.187-0.219 0.469-0.344 0.766-0.344s0.578 0.125 0.766 0.344l5 6c0.156 0.172 0.234 0.406 0.234 0.641 0 0.547-0.453 1-1 1h-3v6h9c0.141 0 0.297 0.063 0.391 0.172l2.5 3c0.063 0.094 0.109 0.219 0.109 0.328zM30 17c0 0.234-0.078 0.469-0.234 0.641l-5 6c-0.187 0.219-0.469 0.359-0.766 0.359s-0.578-0.141-0.766-0.359l-5-6c-0.156-0.172-0.234-0.406-0.234-0.641 0-0.547 0.453-1 1-1h3v-6h-9c-0.141 0-0.297-0.063-0.391-0.187l-2.5-3c-0.063-0.078-0.109-0.203-0.109-0.313 0-0.266 0.234-0.5 0.5-0.5h15c0.578 0 0.5 0.609 0.5 1v9h3c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-cart\" viewBox=\"0 0 26 28\">\n<title>shopping-cart</title>\n<path d=\"M10 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM24 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM26 7v8c0 0.5-0.391 0.938-0.891 1l-16.312 1.906c0.078 0.359 0.203 0.719 0.203 1.094 0 0.359-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.703-1.656 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.047 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder\" viewBox=\"0 0 26 28\">\n<title>folder</title>\n<path d=\"M26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open\" viewBox=\"0 0 29 28\">\n<title>folder-open</title>\n<path d=\"M29.359 14.875c0 0.375-0.234 0.75-0.484 1.031l-5.25 6.188c-0.906 1.062-2.75 1.906-4.125 1.906h-17c-0.562 0-1.359-0.172-1.359-0.875 0-0.375 0.234-0.75 0.484-1.031l5.25-6.188c0.906-1.062 2.75-1.906 4.125-1.906h17c0.562 0 1.359 0.172 1.359 0.875zM24 9.5v2.5h-13c-1.953 0-4.375 1.109-5.641 2.609l-5.344 6.281c0-0.125-0.016-0.266-0.016-0.391v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-v\" viewBox=\"0 0 12 28\">\n<title>arrows-v</title>\n<path d=\"M11 5c0 0.547-0.453 1-1 1h-2v16h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-16h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-h\" viewBox=\"0 0 28 28\">\n<title>arrows-h</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-16v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h16v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bar-chart\" viewBox=\"0 0 32 28\">\n<title>bar-chart</title>\n<path d=\"M10 14v8h-4v-8h4zM16 6v16h-4v-16h4zM32 24v2h-32v-24h2v22h30zM22 10v12h-4v-12h4zM28 4v18h-4v-18h4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter-square\" viewBox=\"0 0 24 28\">\n<title>twitter-square</title>\n<path d=\"M20 9.531c-0.594 0.266-1.219 0.438-1.891 0.531 0.688-0.406 1.203-1.062 1.453-1.828-0.641 0.375-1.344 0.656-2.094 0.797-0.594-0.641-1.453-1.031-2.391-1.031-1.813 0-3.281 1.469-3.281 3.281 0 0.25 0.016 0.516 0.078 0.75-2.734-0.141-5.156-1.437-6.781-3.437-0.281 0.484-0.453 1.062-0.453 1.656 0 1.141 0.531 2.141 1.422 2.734-0.547-0.016-1.062-0.172-1.563-0.406v0.031c0 1.594 1.203 2.922 2.703 3.219-0.281 0.078-0.5 0.125-0.797 0.125-0.203 0-0.406-0.031-0.609-0.063 0.422 1.297 1.625 2.25 3.063 2.281-1.125 0.875-2.531 1.406-4.078 1.406-0.266 0-0.531-0.016-0.781-0.047 1.453 0.922 3.172 1.469 5.031 1.469 6.031 0 9.344-5 9.344-9.344 0-0.141 0-0.281-0.016-0.422 0.641-0.453 1.203-1.031 1.641-1.703zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-square\" viewBox=\"0 0 24 28\">\n<title>facebook-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-2.938v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-8.313c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera-retro\" viewBox=\"0 0 28 28\">\n<title>camera-retro</title>\n<path d=\"M14.5 13c0-0.281-0.219-0.5-0.5-0.5-1.375 0-2.5 1.125-2.5 2.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-0.828 0.672-1.5 1.5-1.5 0.281 0 0.5-0.219 0.5-0.5zM18 15.031c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM2 24h24v-2h-24v2zM20 15.031c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM4 5h6v-2h-6v2zM2 8h24v-4h-12.938l-1 2h-10.063v2zM28 4v20c0 1.109-0.891 2-2 2h-24c-1.109 0-2-0.891-2-2v-20c0-1.109 0.891-2 2-2h24c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-key\" viewBox=\"0 0 26 28\">\n<title>key</title>\n<path d=\"M13 8c0-1.656-1.344-3-3-3s-3 1.344-3 3c0 0.453 0.109 0.891 0.297 1.297-0.406-0.187-0.844-0.297-1.297-0.297-1.656 0-3 1.344-3 3s1.344 3 3 3 3-1.344 3-3c0-0.453-0.109-0.891-0.297-1.297 0.406 0.187 0.844 0.297 1.297 0.297 1.656 0 3-1.344 3-3zM26.297 19c0 0.359-1.437 1.797-1.797 1.797-0.406 0-1.672-1.469-2-1.797l-1.5 1.5 3.437 3.437c0.281 0.281 0.438 0.672 0.438 1.062 0 0.875-1 1.875-1.875 1.875-0.391 0-0.781-0.156-1.062-0.438l-10.484-10.484c-1.641 1.219-3.641 2.047-5.703 2.047-3.406 0-5.75-2.359-5.75-5.75 0-5.125 5.125-10.25 10.25-10.25 3.391 0 5.75 2.344 5.75 5.75 0 2.063-0.828 4.062-2.047 5.703l5.547 5.547 1.5-1.5c-0.328-0.328-1.797-1.594-1.797-2 0-0.359 1.437-1.797 1.797-1.797 0.125 0 0.266 0.063 0.359 0.156 0.578 0.578 4.937 4.688 4.937 5.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cogs\" viewBox=\"0 0 30 28\">\n<title>cogs</title>\n<path d=\"M14 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM26 22c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM26 6c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM20 12.578v2.891c0 0.203-0.156 0.438-0.359 0.469l-2.422 0.375c-0.125 0.406-0.297 0.797-0.5 1.188 0.438 0.625 0.906 1.203 1.406 1.797 0.063 0.094 0.109 0.187 0.109 0.313 0 0.109-0.031 0.219-0.109 0.297-0.313 0.422-2.063 2.328-2.516 2.328-0.125 0-0.234-0.047-0.328-0.109l-1.797-1.406c-0.391 0.203-0.781 0.359-1.203 0.484-0.078 0.797-0.156 1.656-0.359 2.422-0.063 0.219-0.25 0.375-0.469 0.375h-2.906c-0.219 0-0.438-0.172-0.469-0.391l-0.359-2.391c-0.406-0.125-0.797-0.297-1.172-0.484l-1.844 1.391c-0.078 0.078-0.203 0.109-0.313 0.109-0.125 0-0.234-0.047-0.328-0.125-0.406-0.375-2.25-2.047-2.25-2.5 0-0.109 0.047-0.203 0.109-0.297 0.453-0.594 0.922-1.172 1.375-1.781-0.219-0.422-0.406-0.844-0.547-1.281l-2.375-0.375c-0.219-0.031-0.375-0.234-0.375-0.453v-2.891c0-0.203 0.156-0.438 0.359-0.469l2.422-0.375c0.125-0.406 0.297-0.797 0.5-1.188-0.438-0.625-0.906-1.203-1.406-1.797-0.063-0.094-0.109-0.203-0.109-0.313s0.031-0.219 0.109-0.313c0.313-0.422 2.063-2.312 2.516-2.312 0.125 0 0.234 0.047 0.328 0.109l1.797 1.406c0.391-0.203 0.781-0.359 1.203-0.5 0.078-0.781 0.156-1.641 0.359-2.406 0.063-0.219 0.25-0.375 0.469-0.375h2.906c0.219 0 0.438 0.172 0.469 0.391l0.359 2.391c0.406 0.125 0.797 0.297 1.172 0.484l1.844-1.391c0.094-0.078 0.203-0.109 0.313-0.109 0.125 0 0.234 0.047 0.328 0.125 0.406 0.375 2.25 2.063 2.25 2.5 0 0.109-0.047 0.203-0.109 0.297-0.453 0.609-0.922 1.172-1.359 1.781 0.203 0.422 0.391 0.844 0.531 1.281l2.375 0.359c0.219 0.047 0.375 0.25 0.375 0.469zM30 20.906v2.188c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484zM30 4.906v2.187c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments\" viewBox=\"0 0 28 28\">\n<title>comments</title>\n<path d=\"M22 12c0 4.422-4.922 8-11 8-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8s11 3.578 11 8zM28 16c0 2.547-1.625 4.797-4.156 6.266 0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-up\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 12c0-1.062-0.953-2-2-2h-5.5c0-1.828 1.5-3.156 1.5-5 0-1.828-0.359-3-2.5-3-1 1.016-0.484 3.406-2 5-0.438 0.453-0.812 0.938-1.203 1.422-0.703 0.906-2.562 3.578-3.797 3.578h-0.5v10h0.5c0.875 0 2.312 0.562 3.156 0.859 1.719 0.594 3.5 1.141 5.344 1.141h1.891c1.766 0 3-0.703 3-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609 0.734-0.016 1.172-1.422 1.172-2zM24 11.984c0 0.906-0.266 1.797-0.766 2.547 0.094 0.344 0.141 0.719 0.141 1.078 0 0.781-0.203 1.563-0.594 2.25 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688h-2.016c-2.219 0-4.281-0.656-6.344-1.375-0.453-0.156-1.719-0.625-2.156-0.625h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.281c0.609-0.406 1.672-1.813 2.141-2.422 0.531-0.688 1.078-1.359 1.672-2 0.938-1 0.438-3.469 2-5 0.375-0.359 0.875-0.578 1.406-0.578 1.625 0 3.187 0.578 3.953 2.094 0.484 0.953 0.547 1.859 0.547 2.906 0 1.094-0.281 2.031-0.75 3h2.75c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-down\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-down</title>\n<path d=\"M4 7c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 16c0-0.578-0.438-1.984-1.172-2 0.328-0.375 0.547-1.109 0.547-1.609 0-0.734-0.297-1.359-0.828-1.859 0.187-0.328 0.281-0.703 0.281-1.078 0-0.719-0.359-1.609-1.016-1.969 0.047-0.281 0.078-0.578 0.078-0.875 0-1.828-1.156-2.609-2.891-2.609h-2c-1.844 0-3.625 0.547-5.344 1.141-0.844 0.297-2.281 0.859-3.156 0.859h-0.5v10h0.5c1.234 0 3.094 2.672 3.797 3.578 0.391 0.484 0.766 0.969 1.203 1.422 1.516 1.594 1 3.984 2 5 2.141 0 2.5-1.172 2.5-3 0-1.844-1.5-3.172-1.5-5h5.5c1.047 0 2-0.938 2-2zM24 16.016c0 2.156-1.844 3.984-4 3.984h-2.75c0.469 0.969 0.75 1.906 0.75 3 0 1.031-0.063 1.969-0.547 2.906-0.766 1.516-2.328 2.094-3.953 2.094-0.531 0-1.031-0.219-1.406-0.578-1.563-1.531-1.078-4-2-5.016-0.594-0.625-1.141-1.297-1.672-1.984-0.469-0.609-1.531-2.016-2.141-2.422h-4.281c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.438 0 1.703-0.469 2.156-0.625 2.25-0.781 4.203-1.375 6.609-1.375h1.75c2.844 0 4.891 1.687 4.875 4.609v0.078c0.609 0.781 0.938 1.781 0.938 2.781 0 0.219-0.016 0.453-0.047 0.672 0.391 0.688 0.594 1.469 0.594 2.25 0 0.359-0.047 0.734-0.141 1.078 0.5 0.75 0.766 1.641 0.766 2.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half\" viewBox=\"0 0 13 28\">\n<title>star-half</title>\n<path d=\"M13 0.5v20.922l-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart-o\" viewBox=\"0 0 28 28\">\n<title>heart-o</title>\n<path d=\"M26 9.312c0-4.391-2.969-5.313-5.469-5.313-2.328 0-4.953 2.516-5.766 3.484-0.375 0.453-1.156 0.453-1.531 0-0.812-0.969-3.437-3.484-5.766-3.484-2.5 0-5.469 0.922-5.469 5.313 0 2.859 2.891 5.516 2.922 5.547l9.078 8.75 9.063-8.734c0.047-0.047 2.938-2.703 2.938-5.563zM28 9.312c0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-out\" viewBox=\"0 0 25 28\">\n<title>sign-out</title>\n<path d=\"M10 22.5c0 0.438 0.203 1.5-0.5 1.5h-5c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h5c0.266 0 0.5 0.234 0.5 0.5 0 0.438 0.203 1.5-0.5 1.5h-5c-1.375 0-2.5 1.125-2.5 2.5v11c0 1.375 1.125 2.5 2.5 2.5h4.5c0.391 0 1-0.078 1 0.5zM24.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin-square\" viewBox=\"0 0 24 28\">\n<title>linkedin-square</title>\n<path d=\"M3.703 22.094h3.609v-10.844h-3.609v10.844zM7.547 7.906c-0.016-1.062-0.781-1.875-2.016-1.875s-2.047 0.812-2.047 1.875c0 1.031 0.781 1.875 2 1.875h0.016c1.266 0 2.047-0.844 2.047-1.875zM16.688 22.094h3.609v-6.219c0-3.328-1.781-4.875-4.156-4.875-1.937 0-2.797 1.078-3.266 1.828h0.031v-1.578h-3.609s0.047 1.016 0 10.844v0h3.609v-6.062c0-0.313 0.016-0.641 0.109-0.875 0.266-0.641 0.859-1.313 1.859-1.313 1.297 0 1.813 0.984 1.813 2.453v5.797zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumb-tack\" viewBox=\"0 0 18 28\">\n<title>thumb-tack</title>\n<path d=\"M7.5 13.5v-7c0-0.281-0.219-0.5-0.5-0.5s-0.5 0.219-0.5 0.5v7c0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5zM18 19c0 0.547-0.453 1-1 1h-6.703l-0.797 7.547c-0.031 0.25-0.234 0.453-0.484 0.453h-0.016c-0.25 0-0.453-0.172-0.5-0.422l-1.188-7.578h-6.312c-0.547 0-1-0.453-1-1 0-2.562 1.937-5 4-5v-8c-1.094 0-2-0.906-2-2s0.906-2 2-2h10c1.094 0 2 0.906 2 2s-0.906 2-2 2v8c2.063 0 4 2.438 4 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link\" viewBox=\"0 0 28 28\">\n<title>external-link</title>\n<path d=\"M22 14.5v5c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM28 1v8c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.75-2.75-10.187 10.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l10.187-10.187-2.75-2.75c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-in\" viewBox=\"0 0 24 28\">\n<title>sign-in</title>\n<path d=\"M18.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703zM24 8.5v11c0 2.484-2.016 4.5-4.5 4.5h-5c-0.266 0-0.5-0.234-0.5-0.5 0-0.438-0.203-1.5 0.5-1.5h5c1.375 0 2.5-1.125 2.5-2.5v-11c0-1.375-1.125-2.5-2.5-2.5h-4.5c-0.391 0-1 0.078-1-0.5 0-0.438-0.203-1.5 0.5-1.5h5c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trophy\" viewBox=\"0 0 26 28\">\n<title>trophy</title>\n<path d=\"M7.156 13.797c-0.656-1.437-1.156-3.344-1.156-5.797h-4v1.5c0 1.531 2.078 3.656 5.156 4.297zM24 9.5v-1.5h-4c0 2.453-0.5 4.359-1.156 5.797 3.078-0.641 5.156-2.766 5.156-4.297zM26 7.5v2c0 2.969-3.594 6.25-8.469 6.484-0.625 0.797-1.203 1.266-1.484 1.484-0.828 0.75-1.047 1.531-1.047 2.531s0.5 2 2 2 3 1 3 2.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-1.5 1.5-2.5 3-2.5s2-1 2-2-0.219-1.781-1.047-2.531c-0.281-0.219-0.859-0.688-1.484-1.484-4.875-0.234-8.469-3.516-8.469-6.484v-2c0-0.828 0.672-1.5 1.5-1.5h4.5v-1.5c0-1.375 1.125-2.5 2.5-2.5h9c1.375 0 2.5 1.125 2.5 2.5v1.5h4.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-square\" viewBox=\"0 0 24 28\">\n<title>github-square</title>\n<path d=\"M8.109 18.75v0c0.031-0.047 0.016-0.141-0.047-0.203-0.078-0.063-0.172-0.078-0.219-0.031-0.031 0.047-0.016 0.141 0.047 0.203 0.078 0.063 0.172 0.078 0.219 0.031zM7.672 18.109c-0.047-0.063-0.125-0.094-0.187-0.063-0.047 0.031-0.047 0.125 0 0.187 0.063 0.078 0.141 0.109 0.187 0.078v0c0.047-0.031 0.047-0.125 0-0.203zM7.031 17.484v0c0.016-0.031-0.016-0.094-0.078-0.125-0.047-0.016-0.109-0.016-0.125 0.031-0.031 0.047 0 0.094 0.063 0.125 0.063 0.016 0.125 0.016 0.141-0.031zM7.359 17.844v0c0.031-0.031 0.031-0.109-0.031-0.156-0.047-0.063-0.125-0.078-0.156-0.047-0.047 0.047-0.031 0.109 0.016 0.172 0.047 0.047 0.125 0.078 0.172 0.031zM8.703 19.016v0c0.016-0.063-0.047-0.141-0.141-0.172s-0.172 0-0.203 0.063c-0.016 0.063 0.047 0.141 0.141 0.172s0.172 0 0.203-0.063zM9.359 19.063v0c0-0.063-0.078-0.125-0.187-0.125-0.094 0-0.156 0.063-0.156 0.125s0.078 0.125 0.172 0.125 0.172-0.063 0.172-0.125zM9.969 18.953v0c-0.016-0.063-0.109-0.094-0.203-0.078s-0.156 0.078-0.141 0.141 0.094 0.109 0.187 0.094 0.156-0.094 0.156-0.156zM20 14c0-4.422-3.578-8-8-8s-8 3.578-8 8c0 3.531 2.297 6.531 5.469 7.594 0.406 0.078 0.547-0.172 0.547-0.391 0-0.187 0-0.812-0.016-1.484 0 0-2.219 0.484-2.688-0.953 0 0-0.359-0.922-0.891-1.156 0 0-0.719-0.5 0.063-0.5 0 0 0.781 0.063 1.219 0.828 0.703 1.234 1.875 0.875 2.328 0.672 0.078-0.516 0.281-0.875 0.516-1.078-1.781-0.203-3.656-0.891-3.656-3.953 0-0.875 0.313-1.578 0.828-2.141-0.078-0.203-0.359-1.016 0.078-2.125 0.672-0.203 2.203 0.828 2.203 0.828 0.641-0.187 1.313-0.266 2-0.266s1.359 0.078 2 0.266c0 0 1.531-1.031 2.203-0.828 0.438 1.109 0.156 1.922 0.078 2.125 0.516 0.562 0.828 1.266 0.828 2.141 0 3.078-1.875 3.75-3.656 3.953 0.281 0.25 0.547 0.734 0.547 1.484 0 1.062-0.016 1.922-0.016 2.188 0 0.219 0.141 0.469 0.547 0.391 3.172-1.062 5.469-4.062 5.469-7.594zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-upload\" viewBox=\"0 0 26 28\">\n<title>upload</title>\n<path d=\"M20 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h6.672c0.422 1.156 1.531 2 2.828 2h4c1.297 0 2.406-0.844 2.828-2h6.672c0.828 0 1.5 0.672 1.5 1.5zM20.922 9.375c-0.156 0.375-0.516 0.625-0.922 0.625h-4v7c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-7h-4c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l7-7c0.187-0.203 0.453-0.297 0.703-0.297s0.516 0.094 0.703 0.297l7 7c0.297 0.281 0.375 0.719 0.219 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lemon-o\" viewBox=\"0 0 24 28\">\n<title>lemon-o</title>\n<path d=\"M21.984 12.906c0-0.734-0.141-2.656-0.391-3.281-0.297-0.75-0.469-1.172-0.469-2.016 0-0.719 0.156-1.422 0.156-2.125 0-0.297-0.016-0.609-0.156-0.859-0.063-0.016-0.141-0.016-0.203-0.016-0.609 0-1.219 0.141-1.828 0.141-1.859 0-3.625-0.75-5.484-0.75-1.453 0-2.859 0.547-4.203 1.078-1.062 0.422-2.234 0.922-3.156 1.609-3.156 2.391-4.25 6.766-4.25 10.531 0 1.266 0.391 2.5 0.391 3.766 0 0.719-0.344 1.375-0.344 2.063 0 0.438 0.25 0.797 0.719 0.797 0.766 0 1.5-0.344 2.281-0.344 1.781 0 3.516 0.484 5.297 0.484 1.391 0 3.141-0.109 4.438-0.562 4.109-1.453 7.203-6.203 7.203-10.516zM23.984 12.875c0 5.203-3.609 10.687-8.547 12.437-1.547 0.547-3.469 0.688-5.094 0.688-1.781 0-3.531-0.453-5.297-0.453-0.75 0-1.5 0.453-2.281 0.453-1.547 0-2.719-1.391-2.719-2.875 0-0.734 0.344-1.391 0.344-2.109 0-1.266-0.391-2.5-0.391-3.781 0-4.438 1.359-9.344 5.047-12.141 1.062-0.812 2.391-1.391 3.625-1.875 1.594-0.641 3.203-1.219 4.937-1.219 1.859 0 3.625 0.75 5.453 0.75 0.594 0 1.188-0.156 1.797-0.156 1.781 0 2.422 1.266 2.422 2.891 0 0.703-0.156 1.422-0.156 2.125 0 0.562 0.141 0.781 0.328 1.281 0.359 0.906 0.531 2.984 0.531 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone\" viewBox=\"0 0 22 28\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square-o\" viewBox=\"0 0 22 28\">\n<title>square-o</title>\n<path d=\"M17.5 4h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-13c0-1.375-1.125-2.5-2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark-o\" viewBox=\"0 0 20 28\">\n<title>bookmark-o</title>\n<path d=\"M18 4h-16v19.406l8-7.672 1.391 1.328 6.609 6.344v-19.406zM18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone-square\" viewBox=\"0 0 24 28\">\n<title>phone-square</title>\n<path d=\"M20 18.641c0-0.078 0-0.172-0.031-0.25-0.094-0.281-2.375-1.437-2.812-1.687-0.297-0.172-0.656-0.516-1.016-0.516-0.688 0-1.703 2.047-2.312 2.047-0.313 0-0.703-0.281-0.984-0.438-2.063-1.156-3.484-2.578-4.641-4.641-0.156-0.281-0.438-0.672-0.438-0.984 0-0.609 2.047-1.625 2.047-2.312 0-0.359-0.344-0.719-0.516-1.016-0.25-0.438-1.406-2.719-1.687-2.812-0.078-0.031-0.172-0.031-0.25-0.031-0.406 0-1.203 0.187-1.578 0.344-1.031 0.469-1.781 2.438-1.781 3.516 0 1.047 0.422 2 0.781 2.969 1.25 3.422 4.969 7.141 8.391 8.391 0.969 0.359 1.922 0.781 2.969 0.781 1.078 0 3.047-0.75 3.516-1.781 0.156-0.375 0.344-1.172 0.344-1.578zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter\" viewBox=\"0 0 26 28\">\n<title>twitter</title>\n<path d=\"M25.312 6.375c-0.688 1-1.547 1.891-2.531 2.609 0.016 0.219 0.016 0.438 0.016 0.656 0 6.672-5.078 14.359-14.359 14.359-2.859 0-5.516-0.828-7.75-2.266 0.406 0.047 0.797 0.063 1.219 0.063 2.359 0 4.531-0.797 6.266-2.156-2.219-0.047-4.078-1.5-4.719-3.5 0.313 0.047 0.625 0.078 0.953 0.078 0.453 0 0.906-0.063 1.328-0.172-2.312-0.469-4.047-2.5-4.047-4.953v-0.063c0.672 0.375 1.453 0.609 2.281 0.641-1.359-0.906-2.25-2.453-2.25-4.203 0-0.938 0.25-1.797 0.688-2.547 2.484 3.062 6.219 5.063 10.406 5.281-0.078-0.375-0.125-0.766-0.125-1.156 0-2.781 2.25-5.047 5.047-5.047 1.453 0 2.766 0.609 3.687 1.594 1.141-0.219 2.234-0.641 3.203-1.219-0.375 1.172-1.172 2.156-2.219 2.781 1.016-0.109 2-0.391 2.906-0.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook\" viewBox=\"0 0 16 28\">\n<title>facebook</title>\n<path d=\"M14.984 0.187v4.125h-2.453c-1.922 0-2.281 0.922-2.281 2.25v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406c0-3.953 2.422-6.109 5.953-6.109 1.687 0 3.141 0.125 3.563 0.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github\" viewBox=\"0 0 24 28\">\n<title>github</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12 0 5.297-3.437 9.797-8.203 11.391-0.609 0.109-0.828-0.266-0.828-0.578 0-0.391 0.016-1.687 0.016-3.297 0-1.125-0.375-1.844-0.812-2.219 2.672-0.297 5.484-1.313 5.484-5.922 0-1.313-0.469-2.375-1.234-3.219 0.125-0.313 0.531-1.531-0.125-3.187-1-0.313-3.297 1.234-3.297 1.234-0.953-0.266-1.984-0.406-3-0.406s-2.047 0.141-3 0.406c0 0-2.297-1.547-3.297-1.234-0.656 1.656-0.25 2.875-0.125 3.187-0.766 0.844-1.234 1.906-1.234 3.219 0 4.594 2.797 5.625 5.469 5.922-0.344 0.313-0.656 0.844-0.766 1.609-0.688 0.313-2.438 0.844-3.484-1-0.656-1.141-1.844-1.234-1.844-1.234-1.172-0.016-0.078 0.734-0.078 0.734 0.781 0.359 1.328 1.75 1.328 1.75 0.703 2.141 4.047 1.422 4.047 1.422 0 1 0.016 1.937 0.016 2.234 0 0.313-0.219 0.688-0.828 0.578-4.766-1.594-8.203-6.094-8.203-11.391 0-6.625 5.375-12 12-12zM4.547 19.234c0.031-0.063-0.016-0.141-0.109-0.187-0.094-0.031-0.172-0.016-0.203 0.031-0.031 0.063 0.016 0.141 0.109 0.187 0.078 0.047 0.172 0.031 0.203-0.031zM5.031 19.766c0.063-0.047 0.047-0.156-0.031-0.25-0.078-0.078-0.187-0.109-0.25-0.047-0.063 0.047-0.047 0.156 0.031 0.25 0.078 0.078 0.187 0.109 0.25 0.047zM5.5 20.469c0.078-0.063 0.078-0.187 0-0.297-0.063-0.109-0.187-0.156-0.266-0.094-0.078 0.047-0.078 0.172 0 0.281s0.203 0.156 0.266 0.109zM6.156 21.125c0.063-0.063 0.031-0.203-0.063-0.297-0.109-0.109-0.25-0.125-0.313-0.047-0.078 0.063-0.047 0.203 0.063 0.297 0.109 0.109 0.25 0.125 0.313 0.047zM7.047 21.516c0.031-0.094-0.063-0.203-0.203-0.25-0.125-0.031-0.266 0.016-0.297 0.109s0.063 0.203 0.203 0.234c0.125 0.047 0.266 0 0.297-0.094zM8.031 21.594c0-0.109-0.125-0.187-0.266-0.172-0.141 0-0.25 0.078-0.25 0.172 0 0.109 0.109 0.187 0.266 0.172 0.141 0 0.25-0.078 0.25-0.172zM8.937 21.438c-0.016-0.094-0.141-0.156-0.281-0.141-0.141 0.031-0.234 0.125-0.219 0.234 0.016 0.094 0.141 0.156 0.281 0.125s0.234-0.125 0.219-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock\" viewBox=\"0 0 26 28\">\n<title>unlock</title>\n<path d=\"M26 9v4c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v3h1.5c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h10.5v-3c0-3.859 3.141-7 7-7s7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card\" viewBox=\"0 0 30 28\">\n<title>credit-card</title>\n<path d=\"M27.5 2c1.375 0 2.5 1.125 2.5 2.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25zM2.5 4c-0.266 0-0.5 0.234-0.5 0.5v3.5h26v-3.5c0-0.266-0.234-0.5-0.5-0.5h-25zM27.5 24c0.266 0 0.5-0.234 0.5-0.5v-9.5h-26v9.5c0 0.266 0.234 0.5 0.5 0.5h25zM4 22v-2h4v2h-4zM10 22v-2h6v2h-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-feed\" viewBox=\"0 0 22 28\">\n<title>feed</title>\n<path d=\"M6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 22.922c0.016 0.281-0.078 0.547-0.266 0.75-0.187 0.219-0.453 0.328-0.734 0.328h-2.109c-0.516 0-0.938-0.391-0.984-0.906-0.453-4.766-4.234-8.547-9-9-0.516-0.047-0.906-0.469-0.906-0.984v-2.109c0-0.281 0.109-0.547 0.328-0.734 0.172-0.172 0.422-0.266 0.672-0.266h0.078c3.328 0.266 6.469 1.719 8.828 4.094 2.375 2.359 3.828 5.5 4.094 8.828zM22 22.953c0.016 0.266-0.078 0.531-0.281 0.734-0.187 0.203-0.438 0.313-0.719 0.313h-2.234c-0.531 0-0.969-0.406-1-0.938-0.516-9.078-7.75-16.312-16.828-16.844-0.531-0.031-0.938-0.469-0.938-0.984v-2.234c0-0.281 0.109-0.531 0.313-0.719 0.187-0.187 0.438-0.281 0.688-0.281h0.047c5.469 0.281 10.609 2.578 14.484 6.469 3.891 3.875 6.188 9.016 6.469 14.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hdd-o\" viewBox=\"0 0 24 28\">\n<title>hdd-o</title>\n<path d=\"M16.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM20.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM22 21.5v-5c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5zM2.781 14h18.438l-2.453-7.531c-0.078-0.266-0.375-0.469-0.656-0.469h-12.219c-0.281 0-0.578 0.203-0.656 0.469zM24 16.5v5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-5c0-0.422 0.125-0.781 0.25-1.172l3.078-9.469c0.359-1.094 1.406-1.859 2.562-1.859h12.219c1.156 0 2.203 0.766 2.562 1.859l3.078 9.469c0.125 0.391 0.25 0.75 0.25 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullhorn\" viewBox=\"0 0 28 28\">\n<title>bullhorn</title>\n<path d=\"M26 10c1.109 0 2 0.891 2 2s-0.891 2-2 2v6c0 1.094-0.906 2-2 2-2.781-2.312-7.266-5.484-12.688-5.938-1.859 0.625-2.5 2.797-1.281 4.047-1.094 1.797 0.313 3.063 1.969 4.359-0.969 1.906-5 1.937-6.438 0.609-0.906-2.781-2.25-5.563-1.156-9.078h-1.906c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h7.5c6 0 11-3.5 14-6 1.094 0 2 0.906 2 2v6zM24 19.437v-14.906c-4.078 3.125-8.031 4.922-12 5.359v4.219c3.969 0.438 7.922 2.203 12 5.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-o\" viewBox=\"0 0 28 28\">\n<title>bell-o</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM3.844 22h20.312c-2.797-3.156-4.156-7.438-4.156-13 0-2.016-1.906-5-6-5s-6 2.984-6 5c0 5.563-1.359 9.844-4.156 13zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-certificate\" viewBox=\"0 0 24 28\">\n<title>certificate</title>\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-right\" viewBox=\"0 0 28 28\">\n<title>hand-o-right</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 12c0-1.062-0.953-2-2-2h-9c0-0.984 1.5-2 1.5-4 0-1.5-1.172-2-2.5-2-0.438 0-1.234 1.813-1.406 2.172-0.187 0.344-0.375 0.688-0.578 1.016-0.516 0.828-1.109 1.547-1.75 2.266-1 1.141-2.109 2.547-3.766 2.547h-0.5v10h0.5c2.734 0 5.406 2 8.437 2 1.75 0 2.953-0.734 2.953-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609h5.172c1.078 0 2-0.922 2-2zM28 11.984c0 2.188-1.813 4.016-4 4.016h-2.641c-0.047 0.656-0.25 1.281-0.578 1.859 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688-1.75 0-3.406-0.484-5.031-1.078-0.953-0.344-2.5-0.922-3.484-0.922h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.75 0 1.813-1.344 2.266-1.859 0.562-0.641 1.094-1.281 1.563-2.016 0.906-1.453 1.578-4.125 3.672-4.125 2.484 0 4.5 1.359 4.5 4 0 0.688-0.109 1.359-0.344 2h5.844c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-left\" viewBox=\"0 0 28 28\">\n<title>hand-o-left</title>\n<path d=\"M21.5 22h0.5v-10h-0.5c-1.656 0-2.766-1.406-3.766-2.547-0.641-0.719-1.234-1.437-1.75-2.266-0.219-0.344-0.406-0.703-0.594-1.062s-0.969-2.125-1.391-2.125c-1.328 0-2.5 0.5-2.5 2 0 2 1.5 3.016 1.5 4h-9c-1.047 0-2 0.938-2 2 0 1.078 0.922 2 2 2h5.172c-0.328 0.375-0.547 1.109-0.547 1.609 0 0.734 0.297 1.359 0.828 1.859-0.187 0.328-0.281 0.703-0.281 1.078 0 0.719 0.359 1.609 1.016 1.969-0.047 0.281-0.063 0.578-0.063 0.875 0 1.844 1.141 2.609 2.875 2.609 3.109 0 5.766-2 8.5-2zM26 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 12v10c0 1.109-0.891 2-2 2h-4.5c-0.984 0-2.531 0.578-3.484 0.922-1.594 0.578-3.234 1.078-4.953 1.078-2.875 0-4.969-1.625-4.953-4.609l0.016-0.078c-0.625-0.781-0.953-1.781-0.953-2.781 0-0.219 0.016-0.453 0.047-0.672-0.328-0.578-0.531-1.203-0.578-1.859h-2.641c-2.188 0-4-1.828-4-4.016 0-2.156 1.844-3.984 4-3.984h5.844c-0.234-0.641-0.344-1.312-0.344-2 0-2.641 2.016-4 4.5-4 2.094 0 2.766 2.672 3.672 4.125 0.469 0.734 1 1.375 1.563 2.016 0.453 0.516 1.516 1.859 2.266 1.859h4.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-up\" viewBox=\"0 0 24 28\">\n<title>hand-o-up</title>\n<path d=\"M20 25c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 13.062c0-1.766-0.719-2.953-2.609-2.953-0.297 0-0.594 0.031-0.875 0.078-0.359-0.656-1.25-1.016-1.969-1.016-0.375 0-0.75 0.094-1.078 0.281-0.5-0.531-1.125-0.828-1.859-0.828-0.5 0-1.234 0.219-1.609 0.547v-5.172c0-1.078-0.922-2-2-2-1.062 0-2 0.953-2 2v9c-0.984 0-2-1.5-4-1.5-1.5 0-2 1.172-2 2.5 0 0.438 1.813 1.234 2.172 1.406 0.344 0.187 0.688 0.375 1.016 0.578 0.828 0.516 1.547 1.109 2.266 1.75 1.141 1 2.547 2.109 2.547 3.766v0.5h10v-0.5c0-2.734 2-5.406 2-8.437zM24 12.984c0 1.75-0.484 3.406-1.078 5.031-0.344 0.953-0.922 2.5-0.922 3.484v4.5c0 1.109-0.891 2-2 2h-10c-1.109 0-2-0.891-2-2v-4.5c0-0.75-1.344-1.813-1.859-2.266-0.641-0.562-1.281-1.094-2.016-1.563-1.453-0.906-4.125-1.578-4.125-3.672 0-2.484 1.359-4.5 4-4.5 0.688 0 1.359 0.109 2 0.344v-5.844c0-2.156 1.828-4 3.984-4 2.188 0 4.016 1.813 4.016 4v2.641c0.656 0.047 1.281 0.25 1.859 0.578 0.219-0.031 0.453-0.047 0.672-0.047 1 0 2 0.328 2.781 0.938 2.953-0.031 4.688 1.984 4.688 4.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-down\" viewBox=\"0 0 24 28\">\n<title>hand-o-down</title>\n<path d=\"M22 15c0-3.109-2-5.766-2-8.5v-0.5h-10v0.5c0 1.656-1.406 2.766-2.547 3.766-0.719 0.641-1.437 1.234-2.266 1.75-0.344 0.219-0.703 0.406-1.062 0.594s-2.125 0.969-2.125 1.391c0 1.328 0.5 2.5 2 2.5 2 0 3.016-1.5 4-1.5v9c0 1.047 0.938 2 2 2 1.078 0 2-0.922 2-2v-5.172c0.406 0.313 1.094 0.547 1.609 0.547 0.734 0 1.359-0.297 1.859-0.828 0.328 0.187 0.703 0.281 1.078 0.281 0.719 0 1.609-0.359 1.969-1.016 0.281 0.047 0.578 0.063 0.875 0.063 1.844 0 2.609-1.141 2.609-2.875zM20 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 14.938c0 2.875-1.625 4.969-4.609 4.953l-0.078-0.016c-0.781 0.625-1.781 0.953-2.781 0.953-0.219 0-0.453-0.016-0.672-0.047-0.531 0.297-1.25 0.516-1.859 0.578v2.641c0 2.188-1.828 4-4.016 4-2.156 0-3.984-1.844-3.984-4v-5.844c-0.609 0.25-1.344 0.344-2 0.344-2.625 0-4-2.016-4-4.5 0-2.094 2.672-2.766 4.125-3.672 0.734-0.469 1.375-1 2.016-1.563 0.516-0.453 1.859-1.516 1.859-2.266v-4.5c0-1.109 0.891-2 2-2h10c1.109 0 2 0.891 2 2v4.5c0 0.984 0.578 2.531 0.922 3.484 0.578 1.594 1.078 3.234 1.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-left</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-7.844l2.953-2.953c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.516-0.297-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703s-0.094-0.516-0.281-0.703l-2.953-2.953h7.844c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-right</title>\n<path d=\"M20.078 14c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l2.953 2.953h-7.844c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h7.844l-2.953 2.953c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.516 0.297 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-up</title>\n<path d=\"M20.062 13.984c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l2.953-2.953v7.844c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-7.844l2.953 2.953c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-down</title>\n<path d=\"M20.062 14.016c0-0.266-0.094-0.516-0.281-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-2.953 2.953v-7.844c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v7.844l-2.953-2.953c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-globe\" viewBox=\"0 0 24 28\">\n<title>globe</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM16.281 10.141c-0.125 0.094-0.203 0.266-0.359 0.297 0.078-0.016 0.156-0.297 0.203-0.359 0.094-0.109 0.219-0.172 0.344-0.234 0.266-0.109 0.531-0.141 0.812-0.187 0.266-0.063 0.594-0.063 0.797 0.172-0.047-0.047 0.328-0.375 0.375-0.391 0.141-0.078 0.375-0.047 0.469-0.187 0.031-0.047 0.031-0.344 0.031-0.344-0.266 0.031-0.359-0.219-0.375-0.438 0 0.016-0.031 0.063-0.094 0.125 0.016-0.234-0.281-0.063-0.391-0.094-0.359-0.094-0.313-0.344-0.422-0.609-0.063-0.141-0.234-0.187-0.297-0.328-0.063-0.094-0.094-0.297-0.234-0.313-0.094-0.016-0.266 0.328-0.297 0.313-0.141-0.078-0.203 0.031-0.313 0.094-0.094 0.063-0.172 0.031-0.266 0.078 0.281-0.094-0.125-0.25-0.266-0.219 0.219-0.063 0.109-0.297-0.016-0.406h0.078c-0.031-0.141-0.469-0.266-0.609-0.359s-0.891-0.25-1.047-0.156c-0.187 0.109 0.047 0.422 0.047 0.578 0.016 0.187-0.187 0.234-0.187 0.391 0 0.266 0.5 0.219 0.375 0.578-0.078 0.219-0.375 0.266-0.5 0.438-0.125 0.156 0.016 0.438 0.141 0.547 0.125 0.094-0.219 0.25-0.266 0.281-0.266 0.125-0.469-0.266-0.531-0.5-0.047-0.172-0.063-0.375-0.25-0.469-0.094-0.031-0.391-0.078-0.453 0.016-0.094-0.234-0.422-0.328-0.641-0.406-0.313-0.109-0.578-0.109-0.906-0.063 0.109-0.016-0.031-0.5-0.297-0.422 0.078-0.156 0.047-0.328 0.078-0.484 0.031-0.125 0.094-0.25 0.187-0.359 0.031-0.063 0.375-0.422 0.266-0.438 0.266 0.031 0.562 0.047 0.781-0.172 0.141-0.141 0.203-0.375 0.344-0.531 0.203-0.234 0.453 0.063 0.672 0.078 0.313 0.016 0.297-0.328 0.125-0.484 0.203 0.016 0.031-0.359-0.078-0.406-0.141-0.047-0.672 0.094-0.391 0.203-0.063-0.031-0.438 0.75-0.656 0.359-0.063-0.078-0.094-0.406-0.234-0.422-0.125 0-0.203 0.141-0.25 0.234 0.078-0.203-0.438-0.344-0.547-0.359 0.234-0.156 0.047-0.328-0.125-0.422-0.125-0.078-0.516-0.141-0.625-0.016-0.297 0.359 0.313 0.406 0.469 0.5 0.047 0.031 0.234 0.141 0.125 0.219-0.094 0.047-0.375 0.125-0.406 0.187-0.094 0.141 0.109 0.297-0.031 0.438-0.141-0.141-0.141-0.375-0.25-0.531 0.141 0.172-0.562 0.078-0.547 0.078-0.234 0-0.609 0.156-0.781-0.078-0.031-0.063-0.031-0.422 0.063-0.344-0.141-0.109-0.234-0.219-0.328-0.281-0.516 0.172-1 0.391-1.469 0.641 0.063 0.016 0.109 0.016 0.187-0.016 0.125-0.047 0.234-0.125 0.359-0.187 0.156-0.063 0.484-0.25 0.656-0.109 0.016-0.031 0.063-0.063 0.078-0.078 0.109 0.125 0.219 0.25 0.313 0.391-0.125-0.063-0.328-0.031-0.469-0.016-0.109 0.031-0.297 0.063-0.344 0.187 0.047 0.078 0.109 0.203 0.078 0.281-0.203-0.141-0.359-0.375-0.641-0.406-0.125 0-0.25 0-0.344 0.016-1.5 0.828-2.766 2.031-3.672 3.469 0.063 0.063 0.125 0.109 0.187 0.125 0.156 0.047 0 0.5 0.297 0.266 0.094 0.078 0.109 0.187 0.047 0.297 0.016-0.016 0.641 0.391 0.688 0.422 0.109 0.094 0.281 0.203 0.328 0.328 0.031 0.109-0.063 0.234-0.156 0.281-0.016-0.031-0.25-0.266-0.281-0.203-0.047 0.078 0 0.5 0.172 0.484-0.25 0.016-0.141 0.984-0.203 1.172 0 0.016 0.031 0.016 0.031 0.016-0.047 0.187 0.109 0.922 0.422 0.844-0.203 0.047 0.359 0.766 0.438 0.812 0.203 0.141 0.438 0.234 0.578 0.438 0.156 0.219 0.156 0.547 0.375 0.719-0.063 0.187 0.328 0.406 0.313 0.672-0.031 0.016-0.047 0.016-0.078 0.031 0.078 0.219 0.375 0.219 0.484 0.422 0.063 0.125 0 0.422 0.203 0.359 0.031-0.344-0.203-0.688-0.375-0.969-0.094-0.156-0.187-0.297-0.266-0.453-0.078-0.141-0.094-0.313-0.156-0.469 0.063 0.016 0.406 0.141 0.375 0.187-0.125 0.313 0.5 0.859 0.672 1.062 0.047 0.047 0.406 0.516 0.219 0.516 0.203 0 0.484 0.313 0.578 0.469 0.141 0.234 0.109 0.531 0.203 0.781 0.094 0.313 0.531 0.453 0.781 0.594 0.219 0.109 0.406 0.266 0.625 0.344 0.328 0.125 0.406 0.016 0.688-0.031 0.406-0.063 0.453 0.391 0.781 0.562 0.203 0.109 0.641 0.266 0.859 0.172-0.094 0.031 0.328 0.672 0.359 0.719 0.141 0.187 0.406 0.281 0.562 0.469 0.047-0.031 0.094-0.078 0.109-0.141-0.063 0.172 0.234 0.5 0.391 0.469 0.172-0.031 0.219-0.375 0.219-0.5-0.313 0.156-0.594 0.031-0.766-0.281-0.031-0.078-0.281-0.516-0.063-0.516 0.297 0 0.094-0.234 0.063-0.453s-0.25-0.359-0.359-0.547c-0.094 0.187-0.406 0.141-0.5-0.016 0 0.047-0.047 0.125-0.047 0.187-0.078 0-0.156 0.016-0.234-0.016 0.031-0.187 0.047-0.422 0.094-0.625 0.078-0.281 0.594-0.828-0.078-0.797-0.234 0.016-0.328 0.109-0.406 0.313-0.078 0.187-0.047 0.359-0.266 0.453-0.141 0.063-0.609 0.031-0.75-0.047-0.297-0.172-0.5-0.719-0.5-1.031-0.016-0.422 0.203-0.797 0-1.188 0.094-0.078 0.187-0.234 0.297-0.313 0.094-0.063 0.203 0.047 0.25-0.141-0.047-0.031-0.109-0.094-0.125-0.094 0.234 0.109 0.672-0.156 0.875 0 0.125 0.094 0.266 0.125 0.344-0.031 0.016-0.047-0.109-0.234-0.047-0.359 0.047 0.266 0.219 0.313 0.453 0.141 0.094 0.094 0.344 0.063 0.516 0.156 0.172 0.109 0.203 0.281 0.406 0.047 0.125 0.187 0.141 0.187 0.187 0.375 0.047 0.172 0.141 0.609 0.297 0.688 0.328 0.203 0.25-0.344 0.219-0.531-0.016-0.016-0.016-0.531-0.031-0.531-0.5-0.109-0.313-0.5-0.031-0.766 0.047-0.031 0.406-0.156 0.562-0.281 0.141-0.125 0.313-0.344 0.234-0.547 0.078 0 0.141-0.063 0.172-0.141-0.047-0.016-0.234-0.172-0.266-0.156 0.109-0.063 0.094-0.156 0.031-0.25 0.156-0.094 0.078-0.266 0.234-0.328 0.172 0.234 0.516-0.031 0.344-0.219 0.156-0.219 0.516-0.109 0.609-0.313 0.234 0.063 0.063-0.234 0.187-0.406 0.109-0.141 0.297-0.141 0.438-0.219 0 0.016 0.391-0.219 0.266-0.234 0.266 0.031 0.797-0.25 0.391-0.484 0.063-0.141-0.141-0.203-0.281-0.234 0.109-0.031 0.25 0.031 0.344-0.031 0.203-0.141 0.063-0.203-0.109-0.25-0.219-0.063-0.5 0.078-0.672 0.187zM13.734 23.844c2.141-0.375 4.047-1.437 5.484-2.953-0.094-0.094-0.266-0.063-0.391-0.125-0.125-0.047-0.219-0.094-0.375-0.125 0.031-0.313-0.313-0.422-0.531-0.578-0.203-0.156-0.328-0.328-0.625-0.266-0.031 0.016-0.344 0.125-0.281 0.187-0.203-0.172-0.297-0.266-0.562-0.344-0.25-0.078-0.422-0.391-0.672-0.109-0.125 0.125-0.063 0.313-0.125 0.438-0.203-0.172 0.187-0.375 0.031-0.562-0.187-0.219-0.516 0.141-0.672 0.234-0.094 0.078-0.203 0.109-0.266 0.203-0.078 0.109-0.109 0.25-0.172 0.359-0.047-0.125-0.313-0.094-0.328-0.187 0.063 0.375 0.063 0.766 0.141 1.141 0.047 0.219 0 0.578-0.187 0.75s-0.422 0.359-0.453 0.625c-0.031 0.187 0.016 0.359 0.187 0.406 0.016 0.234-0.25 0.406-0.234 0.656 0 0.016 0.016 0.172 0.031 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wrench\" viewBox=\"0 0 26 28\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tasks\" viewBox=\"0 0 28 28\">\n<title>tasks</title>\n<path d=\"M16 22h10v-2h-10v2zM10 14h16v-2h-16v2zM20 6h6v-2h-6v2zM28 19v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 11v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-filter\" viewBox=\"0 0 22 28\">\n<title>filter</title>\n<path d=\"M21.922 4.609c0.156 0.375 0.078 0.812-0.219 1.094l-7.703 7.703v11.594c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703v-7.594l-7.703-7.703c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h20c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-briefcase\" viewBox=\"0 0 28 28\">\n<title>briefcase</title>\n<path d=\"M10 4h8v-2h-8v2zM28 14v7.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-7.5h10.5v2.5c0 0.547 0.453 1 1 1h5c0.547 0 1-0.453 1-1v-2.5h10.5zM16 14v2h-4v-2h4zM28 6.5v6h-28v-6c0-1.375 1.125-2.5 2.5-2.5h5.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-alt\" viewBox=\"0 0 24 28\">\n<title>arrows-alt</title>\n<path d=\"M20.047 8.453l-5.547 5.547 5.547 5.547 2.25-2.25c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.25-2.25-5.547-5.547-5.547 5.547 2.25 2.25c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.25 2.25 5.547-5.547-5.547-5.547-2.25 2.25c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-7c0-0.547 0.453-1 1-1h7c0.406 0 0.766 0.25 0.922 0.625 0.156 0.359 0.078 0.797-0.219 1.078l-2.25 2.25 5.547 5.547 5.547-5.547-2.25-2.25c-0.297-0.281-0.375-0.719-0.219-1.078 0.156-0.375 0.516-0.625 0.922-0.625h7c0.547 0 1 0.453 1 1v7c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.109-0.703-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-group\" viewBox=\"0 0 30 28\">\n<title>group</title>\n<path d=\"M9.266 14c-1.625 0.047-3.094 0.75-4.141 2h-2.094c-1.563 0-3.031-0.75-3.031-2.484 0-1.266-0.047-5.516 1.937-5.516 0.328 0 1.953 1.328 4.062 1.328 0.719 0 1.406-0.125 2.078-0.359-0.047 0.344-0.078 0.688-0.078 1.031 0 1.422 0.453 2.828 1.266 4zM26 23.953c0 2.531-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.516-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.531 0 2.469 2.172 5.594 2.172s5.063-2.172 5.594-2.172c4.578 0 5.406 5.422 5.406 8.953zM10 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM21 10c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM30 13.516c0 1.734-1.469 2.484-3.031 2.484h-2.094c-1.047-1.25-2.516-1.953-4.141-2 0.812-1.172 1.266-2.578 1.266-4 0-0.344-0.031-0.688-0.078-1.031 0.672 0.234 1.359 0.359 2.078 0.359 2.109 0 3.734-1.328 4.062-1.328 1.984 0 1.937 4.25 1.937 5.516zM28 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain\" viewBox=\"0 0 26 28\">\n<title>chain</title>\n<path d=\"M22.75 19c0-0.406-0.156-0.781-0.438-1.062l-3.25-3.25c-0.281-0.281-0.672-0.438-1.062-0.438-0.453 0-0.812 0.172-1.125 0.5 0.516 0.516 1.125 0.953 1.125 1.75 0 0.828-0.672 1.5-1.5 1.5-0.797 0-1.234-0.609-1.75-1.125-0.328 0.313-0.516 0.672-0.516 1.141 0 0.391 0.156 0.781 0.438 1.062l3.219 3.234c0.281 0.281 0.672 0.422 1.062 0.422s0.781-0.141 1.062-0.406l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047zM11.766 7.984c0-0.391-0.156-0.781-0.438-1.062l-3.219-3.234c-0.281-0.281-0.672-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l3.25 3.25c0.281 0.281 0.672 0.422 1.062 0.422 0.453 0 0.812-0.156 1.125-0.484-0.516-0.516-1.125-0.953-1.125-1.75 0-0.828 0.672-1.5 1.5-1.5 0.797 0 1.234 0.609 1.75 1.125 0.328-0.313 0.516-0.672 0.516-1.141zM25.75 19c0 1.188-0.484 2.344-1.328 3.172l-2.297 2.281c-0.844 0.844-1.984 1.297-3.172 1.297-1.203 0-2.344-0.469-3.187-1.328l-3.219-3.234c-0.844-0.844-1.297-1.984-1.297-3.172 0-1.234 0.5-2.406 1.375-3.266l-1.375-1.375c-0.859 0.875-2.016 1.375-3.25 1.375-1.188 0-2.344-0.469-3.187-1.313l-3.25-3.25c-0.859-0.859-1.313-1.984-1.313-3.187 0-1.188 0.484-2.344 1.328-3.172l2.297-2.281c0.844-0.844 1.984-1.297 3.172-1.297 1.203 0 2.344 0.469 3.187 1.328l3.219 3.234c0.844 0.844 1.297 1.984 1.297 3.172 0 1.234-0.5 2.406-1.375 3.266l1.375 1.375c0.859-0.875 2.016-1.375 3.25-1.375 1.188 0 2.344 0.469 3.187 1.313l3.25 3.25c0.859 0.859 1.313 1.984 1.313 3.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud\" viewBox=\"0 0 30 28\">\n<title>cloud</title>\n<path d=\"M30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.797 1.656-5.219 4.031-6.328-0.016-0.219-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.344 0 6.203 2.047 7.406 4.969 0.688-0.609 1.594-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.797-0.234 1.531-0.641 2.156 2.656 0.625 4.641 3 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flask\" viewBox=\"0 0 26 28\">\n<title>flask</title>\n<path d=\"M23.859 22.625c1.172 1.859 0.344 3.375-1.859 3.375h-18c-2.203 0-3.031-1.516-1.859-3.375l7.859-12.391v-6.234h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h8c0.547 0 1 0.453 1 1s-0.453 1-1 1h-1v6.234zM11.688 11.297l-4.25 6.703h11.125l-4.25-6.703-0.313-0.484v-6.813h-2v6.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cut\" viewBox=\"0 0 28 28\">\n<title>cut</title>\n<path d=\"M15 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19.688 15l7.922 6.219c0.281 0.203 0.422 0.547 0.391 0.875-0.047 0.344-0.25 0.641-0.547 0.797l-2 1c-0.141 0.078-0.297 0.109-0.453 0.109-0.172 0-0.344-0.047-0.484-0.125l-10.781-6.047-1.719 1.031c-0.063 0.031-0.125 0.063-0.187 0.078 0.141 0.484 0.203 1 0.156 1.516-0.141 1.609-1.219 3.141-2.938 4.234-1.328 0.844-2.859 1.313-4.328 1.313-1.406 0-2.594-0.422-3.469-1.219-0.891-0.828-1.344-2.016-1.234-3.234 0.141-1.594 1.219-3.141 2.922-4.234 1.328-0.844 2.875-1.313 4.344-1.313 0.875 0 1.672 0.172 2.359 0.484 0.094-0.141 0.203-0.25 0.344-0.344l1.906-1.141-1.906-1.141c-0.141-0.094-0.25-0.203-0.344-0.344-0.688 0.313-1.484 0.484-2.359 0.484-1.469 0-3.016-0.469-4.344-1.313-1.703-1.094-2.781-2.641-2.922-4.234-0.109-1.219 0.344-2.406 1.234-3.219 0.875-0.812 2.063-1.234 3.469-1.234 1.469 0 3 0.469 4.328 1.313 1.719 1.078 2.797 2.625 2.938 4.234 0.047 0.516-0.016 1.031-0.156 1.516 0.063 0.016 0.125 0.047 0.187 0.078l1.719 1.031 10.781-6.047c0.141-0.078 0.313-0.125 0.484-0.125 0.156 0 0.313 0.031 0.453 0.109l2 1c0.297 0.156 0.5 0.453 0.547 0.797 0.031 0.328-0.109 0.672-0.391 0.875zM9.047 10.938c0.953-0.875 0.359-2.453-1.328-3.516-0.953-0.609-2.063-0.922-3-0.922-0.719 0-1.359 0.187-1.766 0.562-0.953 0.875-0.359 2.453 1.328 3.516 0.953 0.609 2.047 0.922 3 0.922 0.719 0 1.359-0.187 1.766-0.562zM7.719 22.578c1.687-1.062 2.281-2.641 1.328-3.516-0.406-0.375-1.047-0.562-1.766-0.562-0.953 0-2.047 0.313-3 0.922-1.687 1.062-2.281 2.641-1.328 3.516 0.406 0.375 1.047 0.562 1.766 0.562 0.938 0 2.047-0.313 3-0.922zM10.5 13l1.5 0.906v-0.172c0-0.359 0.203-0.688 0.516-0.875l0.219-0.125-1.234-0.734-0.406 0.406c-0.125 0.125-0.219 0.25-0.344 0.359-0.047 0.047-0.078 0.063-0.109 0.094zM14 16.5l1.5 0.5 11.5-9-2-1-12 6.734v1.766l-2.5 1.5 0.141 0.125c0.031 0.047 0.063 0.063 0.109 0.094 0.125 0.125 0.219 0.25 0.344 0.375l0.406 0.406zM25 23l2-1-8.125-6.375-2.766 2.156c-0.047 0.063-0.125 0.078-0.203 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copy\" viewBox=\"0 0 28 28\">\n<title>copy</title>\n<path d=\"M26.5 6c0.828 0 1.5 0.672 1.5 1.5v19c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-4.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-10.5c0-0.828 0.484-1.984 1.062-2.562l6.375-6.375c0.578-0.578 1.734-1.062 2.562-1.062h6.5c0.828 0 1.5 0.672 1.5 1.5v5.125c0.609-0.359 1.391-0.625 2-0.625h6.5zM18 9.328l-4.672 4.672h4.672v-4.672zM8 3.328l-4.672 4.672h4.672v-4.672zM11.062 13.438l4.937-4.937v-6.5h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h8v-4c0-0.828 0.484-1.984 1.062-2.562zM26 26v-18h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paperclip\" viewBox=\"0 0 22 28\">\n<title>paperclip</title>\n<path d=\"M21.938 21.641c0 2.438-1.859 4.297-4.297 4.297-1.375 0-2.703-0.594-3.672-1.563l-12.141-12.125c-1.109-1.125-1.766-2.656-1.766-4.234 0-3.313 2.609-5.953 5.922-5.953 1.594 0 3.125 0.641 4.266 1.766l9.453 9.469c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.875 1.203-1.203 1.203-0.141 0-0.266-0.063-0.359-0.156l-9.469-9.484c-0.75-0.734-1.766-1.203-2.828-1.203-2.219 0-3.938 1.797-3.938 4 0 1.062 0.438 2.078 1.188 2.828l12.125 12.141c0.594 0.594 1.422 0.984 2.266 0.984 1.328 0 2.312-0.984 2.312-2.312 0-0.859-0.391-1.672-0.984-2.266l-9.078-9.078c-0.25-0.234-0.594-0.375-0.938-0.375-0.594 0-1.047 0.438-1.047 1.047 0 0.344 0.156 0.672 0.391 0.922l6.406 6.406c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.891 1.219-1.219 1.219-0.125 0-0.25-0.063-0.344-0.156l-6.406-6.406c-0.625-0.609-0.984-1.469-0.984-2.328 0-1.719 1.344-3.062 3.063-3.062 0.875 0 1.719 0.359 2.328 0.984l9.078 9.078c0.984 0.969 1.563 2.297 1.563 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-floppy-o\" viewBox=\"0 0 24 28\">\n<title>floppy-o</title>\n<path d=\"M6 24h12v-6h-12v6zM20 24h2v-14c0-0.297-0.266-0.938-0.469-1.141l-4.391-4.391c-0.219-0.219-0.828-0.469-1.141-0.469v6.5c0 0.828-0.672 1.5-1.5 1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v20h2v-6.5c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5v6.5zM14 9.5v-5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5zM24 10v14.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h14.5c0.828 0 1.969 0.469 2.562 1.062l4.375 4.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square\" viewBox=\"0 0 24 28\">\n<title>square</title>\n<path d=\"M24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bars\" viewBox=\"0 0 24 28\">\n<title>bars</title>\n<path d=\"M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ul\" viewBox=\"0 0 28 28\">\n<title>list-ul</title>\n<path d=\"M6 22c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM6 14c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM6 6c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ol\" viewBox=\"0 0 28 28\">\n<title>list-ol</title>\n<path d=\"M5.953 25.312c0 1.719-1.344 2.688-2.969 2.688-0.984 0-1.984-0.328-2.688-1.031l0.891-1.375c0.422 0.391 1.062 0.703 1.656 0.703 0.547 0 1.125-0.266 1.125-0.891 0-0.875-1-0.922-1.641-0.875l-0.406-0.875c0.562-0.719 1.078-1.516 1.75-2.125v-0.016c-0.5 0-1.016 0.031-1.516 0.031v0.828h-1.656v-2.375h5.203v1.375l-1.484 1.797c1.047 0.25 1.734 1.062 1.734 2.141zM5.984 15.516v2.484h-5.656c-0.047-0.281-0.094-0.562-0.094-0.844 0-2.891 3.531-3.328 3.531-4.641 0-0.531-0.328-0.812-0.844-0.812-0.547 0-1 0.469-1.266 0.906l-1.328-0.922c0.516-1.078 1.578-1.687 2.766-1.687 1.453 0 2.703 0.859 2.703 2.406 0 2.312-3.391 2.828-3.437 4.047h1.984v-0.938h1.641zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM6 6.453v1.547h-5.234v-1.547h1.672c0-1.266 0.016-2.531 0.016-3.797v-0.187h-0.031c-0.172 0.344-0.484 0.578-0.781 0.844l-1.109-1.188 2.125-1.984h1.656v6.312h1.687zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-strikethrough\" viewBox=\"0 0 28 28\">\n<title>strikethrough</title>\n<path d=\"M27.5 14c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h27zM7.547 13c-0.297-0.375-0.562-0.797-0.797-1.25-0.5-1.016-0.75-2-0.75-2.938 0-1.906 0.703-3.5 2.094-4.828s3.437-1.984 6.141-1.984c0.594 0 1.453 0.109 2.609 0.297 0.688 0.125 1.609 0.375 2.766 0.75 0.109 0.406 0.219 1.031 0.328 1.844 0.141 1.234 0.219 2.187 0.219 2.859 0 0.219-0.031 0.453-0.078 0.703l-0.187 0.047-1.313-0.094-0.219-0.031c-0.531-1.578-1.078-2.641-1.609-3.203-0.922-0.953-2.031-1.422-3.281-1.422-1.188 0-2.141 0.313-2.844 0.922s-1.047 1.375-1.047 2.281c0 0.766 0.344 1.484 1.031 2.188s2.141 1.375 4.359 2.016c0.75 0.219 1.641 0.562 2.703 1.031 0.562 0.266 1.062 0.531 1.484 0.812h-11.609zM15.469 17h6.422c0.078 0.438 0.109 0.922 0.109 1.437 0 1.125-0.203 2.234-0.641 3.313-0.234 0.578-0.594 1.109-1.109 1.625-0.375 0.359-0.938 0.781-1.703 1.266-0.781 0.469-1.563 0.828-2.391 1.031-0.828 0.219-1.875 0.328-3.172 0.328-0.859 0-1.891-0.031-3.047-0.359l-2.188-0.625c-0.609-0.172-0.969-0.313-1.125-0.438-0.063-0.063-0.125-0.172-0.125-0.344v-0.203c0-0.125 0.031-0.938-0.031-2.438-0.031-0.781 0.031-1.328 0.031-1.641v-0.688l1.594-0.031c0.578 1.328 0.844 2.125 1.016 2.406 0.375 0.609 0.797 1.094 1.25 1.469s1 0.672 1.641 0.891c0.625 0.234 1.328 0.344 2.063 0.344 0.656 0 1.391-0.141 2.172-0.422 0.797-0.266 1.437-0.719 1.906-1.344 0.484-0.625 0.734-1.297 0.734-2.016 0-0.875-0.422-1.687-1.266-2.453-0.344-0.297-1.062-0.672-2.141-1.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-underline\" viewBox=\"0 0 24 28\">\n<title>underline</title>\n<path d=\"M0.75 3.484c-0.281-0.016-0.516-0.016-0.703-0.063l-0.047-1.375c0.203-0.016 0.406-0.016 0.625-0.016 0.547 0 1.141 0.016 1.75 0.063 1.469 0.078 2.344 0.109 2.594 0.109 0.891 0 1.766-0.016 2.625-0.047 0.844-0.031 1.609-0.063 2.281-0.078 0.656 0 1.109-0.016 1.344-0.031l-0.016 0.219 0.031 1v0.141c-0.625 0.094-1.266 0.141-1.937 0.141-0.625 0-1.031 0.125-1.234 0.391-0.141 0.156-0.203 0.844-0.203 2.063 0 0.375 0.016 0.672 0.016 0.906l0.016 3.578 0.219 4.375c0.063 1.266 0.313 2.312 0.797 3.156 0.359 0.609 0.859 1.094 1.5 1.437 0.938 0.5 1.859 0.734 2.766 0.734 1.062 0 2.063-0.141 2.984-0.438 0.547-0.172 1.062-0.422 1.547-0.797 0.484-0.359 0.828-0.688 1.016-1 0.406-0.625 0.672-1.234 0.828-1.781 0.219-0.766 0.328-1.953 0.328-3.578 0-2.797-0.203-2.875-0.438-6.406l-0.063-0.922c-0.047-0.672-0.156-1.141-0.375-1.375-0.344-0.359-0.75-0.547-1.203-0.531l-1.563 0.031-0.219-0.047 0.031-1.344h1.313l3.203 0.156c1.062 0.047 2.078-0.047 3.063-0.156l0.281 0.031c0.063 0.391 0.094 0.656 0.094 0.797s-0.031 0.297-0.063 0.484c-0.422 0.109-0.859 0.187-1.313 0.203-0.734 0.109-1.156 0.187-1.234 0.266-0.141 0.141-0.234 0.344-0.234 0.641 0 0.203 0.031 0.516 0.047 0.906 0 0 0.125 0.281 0.344 6.188 0.078 2.359-0.078 3.953-0.234 4.75s-0.375 1.437-0.641 1.906c-0.406 0.688-1 1.328-1.75 1.922-0.766 0.578-1.703 1.047-2.844 1.391s-2.469 0.516-3.984 0.516c-1.719 0-3.203-0.234-4.438-0.719s-2.172-1.125-2.797-1.906-1.062-1.797-1.297-3.047c-0.172-0.859-0.25-2.094-0.25-3.703v-5.203c0-1.969-0.094-3.078-0.266-3.328-0.25-0.359-1.016-0.578-2.297-0.609zM24 25.5v-1c0-0.281-0.219-0.5-0.5-0.5h-23c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h23c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-table\" viewBox=\"0 0 26 28\">\n<title>table</title>\n<path d=\"M8 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM26 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magic\" viewBox=\"0 0 26 28\">\n<title>magic</title>\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-truck\" viewBox=\"0 0 29 28\">\n<title>truck</title>\n<path d=\"M10 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM4 14h6v-4h-2.469c-0.063 0-0.297 0.094-0.344 0.141l-3.047 3.047c-0.047 0.047-0.141 0.281-0.141 0.344v0.469zM24 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM28 5v16c0 1.156-1.219 1-2 1 0 2.203-1.797 4-4 4s-4-1.797-4-4h-6c0 2.203-1.797 4-4 4s-4-1.797-4-4h-1c-0.781 0-2 0.156-2-1 0-0.547 0.453-1 1-1v-5c0-1.109-0.156-2.344 0.703-3.203l3.094-3.094c0.391-0.391 1.141-0.703 1.703-0.703h2.5v-3c0-0.547 0.453-1 1-1h16c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest\" viewBox=\"0 0 24 28\">\n<title>pinterest</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12-1.188 0-2.312-0.172-3.406-0.5 0.453-0.719 0.969-1.641 1.219-2.562 0 0 0.141-0.531 0.844-3.297 0.406 0.797 1.625 1.5 2.922 1.5 3.859 0 6.484-3.516 6.484-8.234 0-3.547-3.016-6.875-7.609-6.875-5.688 0-8.563 4.094-8.563 7.5 0 2.063 0.781 3.906 2.453 4.594 0.266 0.109 0.516 0 0.594-0.313 0.063-0.203 0.187-0.734 0.25-0.953 0.078-0.313 0.047-0.406-0.172-0.672-0.484-0.578-0.797-1.313-0.797-2.359 0-3.031 2.266-5.75 5.906-5.75 3.219 0 5 1.969 5 4.609 0 3.453-1.531 6.375-3.813 6.375-1.25 0-2.188-1.031-1.891-2.312 0.359-1.516 1.062-3.156 1.062-4.25 0-0.984-0.531-1.813-1.625-1.813-1.281 0-2.312 1.328-2.312 3.109 0 0 0 1.141 0.391 1.906-1.313 5.563-1.547 6.531-1.547 6.531-0.219 0.906-0.234 1.922-0.203 2.766-4.234-1.859-7.187-6.078-7.187-11 0-6.625 5.375-12 12-12s12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-square\" viewBox=\"0 0 24 28\">\n<title>pinterest-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-11.328c0.516-0.734 1.359-2 1.687-3.281 0 0 0.141-0.531 0.828-3.266 0.422 0.797 1.625 1.484 2.906 1.484 3.813 0 6.406-3.484 6.406-8.141 0-3.516-2.984-6.797-7.516-6.797-5.641 0-8.484 4.047-8.484 7.422 0 2.031 0.781 3.844 2.438 4.531 0.266 0.109 0.516 0 0.594-0.297 0.047-0.203 0.172-0.734 0.234-0.953 0.078-0.297 0.047-0.406-0.172-0.656-0.469-0.578-0.781-1.297-0.781-2.344 0-3 2.25-5.672 5.844-5.672 3.187 0 4.937 1.937 4.937 4.547 0 3.422-1.516 6.312-3.766 6.312-1.234 0-2.172-1.031-1.875-2.297 0.359-1.5 1.047-3.125 1.047-4.203 0-0.969-0.516-1.781-1.594-1.781-1.266 0-2.281 1.313-2.281 3.063 0 0 0 1.125 0.375 1.891-1.297 5.5-1.531 6.469-1.531 6.469-0.344 1.437-0.203 3.109-0.109 3.969h-2.859c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-square\" viewBox=\"0 0 24 28\">\n<title>google-plus-square</title>\n<path d=\"M14.328 14.141c0-0.391-0.047-0.703-0.094-1h-5.656v2.063h3.391c-0.125 0.875-1.016 2.578-3.391 2.578-2.063 0-3.734-1.687-3.734-3.781s1.672-3.781 3.734-3.781c1.156 0 1.937 0.484 2.391 0.922l1.625-1.578c-1.047-0.969-2.406-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus\" viewBox=\"0 0 36 28\">\n<title>google-plus</title>\n<path d=\"M22.453 14.266c0 6.547-4.391 11.188-11 11.188-6.328 0-11.453-5.125-11.453-11.453s5.125-11.453 11.453-11.453c3.094 0 5.672 1.125 7.672 3l-3.109 2.984c-0.844-0.812-2.328-1.766-4.562-1.766-3.906 0-7.094 3.234-7.094 7.234s3.187 7.234 7.094 7.234c4.531 0 6.234-3.266 6.5-4.937h-6.5v-3.938h10.813c0.109 0.578 0.187 1.156 0.187 1.906zM36 12.359v3.281h-3.266v3.266h-3.281v-3.266h-3.266v-3.281h3.266v-3.266h3.281v3.266h3.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-money\" viewBox=\"0 0 30 28\">\n<title>money</title>\n<path d=\"M12 18h6v-1.5h-2v-7h-1.781l-2.312 2.141 1.203 1.25c0.375-0.328 0.609-0.5 0.859-0.891h0.031v4.5h-2v1.5zM20 14c0 2.844-1.719 6.5-5 6.5s-5-3.656-5-6.5 1.719-6.5 5-6.5 5 3.656 5 6.5zM28 18v-8c-2.203 0-4-1.797-4-4h-18c0 2.203-1.797 4-4 4v8c2.203 0 4 1.797 4 4h18c0-2.203 1.797-4 4-4zM30 5v18c0 0.547-0.453 1-1 1h-28c-0.547 0-1-0.453-1-1v-18c0-0.547 0.453-1 1-1h28c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-down\" viewBox=\"0 0 16 28\">\n<title>caret-down</title>\n<path d=\"M16 11c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-up\" viewBox=\"0 0 16 28\">\n<title>caret-up</title>\n<path d=\"M16 19c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-left\" viewBox=\"0 0 11 28\">\n<title>caret-left</title>\n<path d=\"M10 7v14c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-right\" viewBox=\"0 0 9 28\">\n<title>caret-right</title>\n<path d=\"M9 14c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-14c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-columns\" viewBox=\"0 0 26 28\">\n<title>columns</title>\n<path d=\"M2.5 24h9.5v-18h-10v17.5c0 0.266 0.234 0.5 0.5 0.5zM24 23.5v-17.5h-10v18h9.5c0.266 0 0.5-0.234 0.5-0.5zM26 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort\" viewBox=\"0 0 16 28\">\n<title>sort</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-desc\" viewBox=\"0 0 16 28\">\n<title>sort-desc</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-asc\" viewBox=\"0 0 16 28\">\n<title>sort-asc</title>\n<path d=\"M16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope\" viewBox=\"0 0 28 28\">\n<title>envelope</title>\n<path d=\"M28 11.094v12.406c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-12.406c0.469 0.516 1 0.969 1.578 1.359 2.594 1.766 5.219 3.531 7.766 5.391 1.313 0.969 2.938 2.156 4.641 2.156h0.031c1.703 0 3.328-1.188 4.641-2.156 2.547-1.844 5.172-3.625 7.781-5.391 0.562-0.391 1.094-0.844 1.563-1.359zM28 6.5c0 1.75-1.297 3.328-2.672 4.281-2.438 1.687-4.891 3.375-7.313 5.078-1.016 0.703-2.734 2.141-4 2.141h-0.031c-1.266 0-2.984-1.437-4-2.141-2.422-1.703-4.875-3.391-7.297-5.078-1.109-0.75-2.688-2.516-2.688-3.938 0-1.531 0.828-2.844 2.5-2.844h23c1.359 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin\" viewBox=\"0 0 24 28\">\n<title>linkedin</title>\n<path d=\"M5.453 9.766v15.484h-5.156v-15.484h5.156zM5.781 4.984c0.016 1.484-1.109 2.672-2.906 2.672v0h-0.031c-1.734 0-2.844-1.188-2.844-2.672 0-1.516 1.156-2.672 2.906-2.672 1.766 0 2.859 1.156 2.875 2.672zM24 16.375v8.875h-5.141v-8.281c0-2.078-0.75-3.5-2.609-3.5-1.422 0-2.266 0.953-2.641 1.875-0.125 0.344-0.172 0.797-0.172 1.266v8.641h-5.141c0.063-14.031 0-15.484 0-15.484h5.141v2.25h-0.031c0.672-1.062 1.891-2.609 4.672-2.609 3.391 0 5.922 2.219 5.922 6.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rotate-left\" viewBox=\"0 0 24 28\">\n<title>rotate-left</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gavel\" viewBox=\"0 0 28 28\">\n<title>gavel</title>\n<path d=\"M27.672 24c0 0.531-0.219 1.047-0.578 1.406l-1.672 1.687c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-5.672-5.688c-0.375-0.359-0.594-0.875-0.594-1.406 0-0.594 0.25-1.078 0.672-1.5l-4-4-1.969 1.969c-0.141 0.141-0.328 0.219-0.531 0.219s-0.391-0.078-0.531-0.219c0.469 0.469 0.906 0.812 0.906 1.531 0 0.406-0.156 0.766-0.438 1.062-0.531 0.562-1.094 1.313-1.937 1.313-0.391 0-0.781-0.156-1.062-0.438l-6.375-6.375c-0.281-0.281-0.438-0.672-0.438-1.062 0-0.844 0.75-1.406 1.313-1.937 0.297-0.281 0.656-0.438 1.062-0.438 0.719 0 1.062 0.438 1.531 0.906-0.141-0.141-0.219-0.328-0.219-0.531s0.078-0.391 0.219-0.531l5.437-5.437c0.141-0.141 0.328-0.219 0.531-0.219s0.391 0.078 0.531 0.219c-0.469-0.469-0.906-0.812-0.906-1.531 0-0.406 0.156-0.766 0.438-1.062 0.531-0.562 1.094-1.313 1.937-1.313 0.391 0 0.781 0.156 1.062 0.438l6.375 6.375c0.281 0.281 0.438 0.672 0.438 1.062 0 0.844-0.75 1.406-1.313 1.937-0.297 0.281-0.656 0.438-1.062 0.438-0.719 0-1.062-0.438-1.531-0.906 0.141 0.141 0.219 0.328 0.219 0.531s-0.078 0.391-0.219 0.531l-1.969 1.969 4 4c0.422-0.422 0.906-0.672 1.5-0.672 0.531 0 1.047 0.219 1.422 0.578l5.672 5.672c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashboard\" viewBox=\"0 0 28 28\">\n<title>dashboard</title>\n<path d=\"M6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM9 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM15.687 18.516l1.578-5.969c0.125-0.531-0.187-1.078-0.719-1.219v0c-0.531-0.141-1.078 0.187-1.219 0.719l-1.578 5.969c-1.234 0.094-2.312 0.953-2.656 2.219-0.422 1.609 0.547 3.25 2.141 3.672 1.609 0.422 3.25-0.547 3.672-2.141 0.328-1.266-0.203-2.547-1.219-3.25zM26 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 18c0 2.688-0.766 5.281-2.203 7.547-0.187 0.281-0.5 0.453-0.844 0.453h-21.906c-0.344 0-0.656-0.172-0.844-0.453-1.437-2.25-2.203-4.859-2.203-7.547 0-7.719 6.281-14 14-14s14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment-o\" viewBox=\"0 0 28 28\">\n<title>comment-o</title>\n<path d=\"M14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.531 6.266-10 14-10v0c7.734 0 14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments-o\" viewBox=\"0 0 28 28\">\n<title>comments-o</title>\n<path d=\"M11 6c-4.875 0-9 2.75-9 6 0 1.719 1.156 3.375 3.156 4.531l1.516 0.875-0.547 1.313c0.328-0.187 0.656-0.391 0.969-0.609l0.688-0.484 0.828 0.156c0.781 0.141 1.578 0.219 2.391 0.219 4.875 0 9-2.75 9-6s-4.125-6-9-6zM11 4c6.078 0 11 3.578 11 8s-4.922 8-11 8c-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8zM23.844 22.266c0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375 0 2.547-1.625 4.797-4.156 6.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bolt\" viewBox=\"0 0 14 28\">\n<title>bolt</title>\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sitemap\" viewBox=\"0 0 28 28\">\n<title>sitemap</title>\n<path d=\"M28 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3c0-1.094 0.906-2 2-2h8v-3h-1.5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-1.5v3h8c1.094 0 2 0.906 2 2v3h1.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-umbrella\" viewBox=\"0 0 26 28\">\n<title>umbrella</title>\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clipboard\" viewBox=\"0 0 28 28\">\n<title>clipboard</title>\n<path d=\"M12 26h14v-10h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6v18zM16 3.5v-1c0-0.266-0.234-0.5-0.5-0.5h-11c-0.266 0-0.5 0.234-0.5 0.5v1c0 0.266 0.234 0.5 0.5 0.5h11c0.266 0 0.5-0.234 0.5-0.5zM20 14h4.672l-4.672-4.672v4.672zM28 16v10.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h17c0.828 0 1.5 0.672 1.5 1.5v5.125c0.203 0.125 0.391 0.266 0.562 0.437l6.375 6.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lightbulb-o\" viewBox=\"0 0 16 28\">\n<title>lightbulb-o</title>\n<path d=\"M11.5 9c0 0.266-0.234 0.5-0.5 0.5s-0.5-0.234-0.5-0.5c0-1.078-1.672-1.5-2.5-1.5-0.266 0-0.5-0.234-0.5-0.5s0.234-0.5 0.5-0.5c1.453 0 3.5 0.766 3.5 2.5zM14 9c0-3.125-3.172-5-6-5s-6 1.875-6 5c0 1 0.406 2.047 1.062 2.812 0.297 0.344 0.641 0.672 0.953 1.031 1.109 1.328 2.047 2.891 2.203 4.656h3.563c0.156-1.766 1.094-3.328 2.203-4.656 0.313-0.359 0.656-0.688 0.953-1.031 0.656-0.766 1.062-1.813 1.062-2.812zM16 9c0 1.609-0.531 3-1.609 4.188s-2.5 2.859-2.625 4.531c0.453 0.266 0.734 0.766 0.734 1.281 0 0.375-0.141 0.734-0.391 1 0.25 0.266 0.391 0.625 0.391 1 0 0.516-0.266 0.984-0.703 1.266 0.125 0.219 0.203 0.484 0.203 0.734 0 1.016-0.797 1.5-1.703 1.5-0.406 0.906-1.313 1.5-2.297 1.5s-1.891-0.594-2.297-1.5c-0.906 0-1.703-0.484-1.703-1.5 0-0.25 0.078-0.516 0.203-0.734-0.438-0.281-0.703-0.75-0.703-1.266 0-0.375 0.141-0.734 0.391-1-0.25-0.266-0.391-0.625-0.391-1 0-0.516 0.281-1.016 0.734-1.281-0.125-1.672-1.547-3.344-2.625-4.531s-1.609-2.578-1.609-4.188c0-4.25 4.047-7 8-7s8 2.75 8 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exchange\" viewBox=\"0 0 28 28\">\n<title>exchange</title>\n<path d=\"M28 18.5v3c0 0.266-0.234 0.5-0.5 0.5h-21.5v3c0 0.266-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-5c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.219 0.5 0.5v3h21.5c0.266 0 0.5 0.219 0.5 0.5zM28 10c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-21.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-download\" viewBox=\"0 0 30 28\">\n<title>cloud-download</title>\n<path d=\"M20 14.5c0-0.281-0.219-0.5-0.5-0.5h-3.5v-5.5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5.5h-3.5c-0.281 0-0.5 0.234-0.5 0.5 0 0.125 0.047 0.266 0.141 0.359l5.5 5.5c0.094 0.094 0.219 0.141 0.359 0.141 0.125 0 0.266-0.047 0.359-0.141l5.484-5.484c0.094-0.109 0.156-0.234 0.156-0.375zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-upload\" viewBox=\"0 0 30 28\">\n<title>cloud-upload</title>\n<path d=\"M20 13.5c0-0.125-0.047-0.266-0.141-0.359l-5.5-5.5c-0.094-0.094-0.219-0.141-0.359-0.141-0.125 0-0.266 0.047-0.359 0.141l-5.484 5.484c-0.094 0.109-0.156 0.234-0.156 0.375 0 0.281 0.219 0.5 0.5 0.5h3.5v5.5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5v-5.5h3.5c0.281 0 0.5-0.234 0.5-0.5zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-md\" viewBox=\"0 0 22 28\">\n<title>user-md</title>\n<path d=\"M6 21c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.109 0.625-8.016 4.344-8.828-0.25 0.594-0.344 1.234-0.344 1.875v3.172c-1.203 0.422-2 1.563-2 2.828 0 1.656 1.344 3 3 3s3-1.344 3-3c0-1.266-0.812-2.406-2-2.828v-3.172c0-0.516 0.047-1.031 0.391-1.453 1.313 1.031 2.938 1.625 4.609 1.625s3.297-0.594 4.609-1.625c0.344 0.422 0.391 0.938 0.391 1.453v1c-2.203 0-4 1.797-4 4v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.094 0.906-2 2-2s2 0.906 2 2v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.422-0.766-2.75-2-3.453 0-1.141 0.109-2.359-0.344-3.422 3.719 0.812 4.344 5.719 4.344 8.828zM17 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stethoscope\" viewBox=\"0 0 22 28\">\n<title>stethoscope</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 11c0 1.313-0.828 2.406-2 2.828v6.172c0 3.313-3.141 6-7 6s-7-2.688-7-6v-2.063c-3.391-0.422-6-2.922-6-5.938v-8c0-0.547 0.453-1 1-1 0.094 0 0.172 0.016 0.25 0.031 0.344-0.609 1-1.031 1.75-1.031 1.109 0 2 0.891 2 2s-0.891 2-2 2c-0.359 0-0.703-0.109-1-0.281v6.281c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.281c-0.297 0.172-0.641 0.281-1 0.281-1.109 0-2-0.891-2-2s0.891-2 2-2c0.75 0 1.406 0.422 1.75 1.031 0.078-0.016 0.156-0.031 0.25-0.031 0.547 0 1 0.453 1 1v8c0 3.016-2.609 5.516-6 5.938v2.063c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.172c-1.172-0.422-2-1.516-2-2.828 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-suitcase\" viewBox=\"0 0 28 28\">\n<title>suitcase</title>\n<path d=\"M10 6h8v-2h-8v2zM4.5 6v20h-1c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h1zM22 6v20h-16v-20h2v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-1v-20h1c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell\" viewBox=\"0 0 28 28\">\n<title>bell</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-coffee\" viewBox=\"0 0 29 28\">\n<title>coffee</title>\n<path d=\"M26 10c0-1.656-1.344-3-3-3h-1v6h1c1.656 0 3-1.344 3-3zM0 22h28c0 2.203-1.797 4-4 4h-20c-2.203 0-4-1.797-4-4zM29 10c0 3.313-2.688 6-6 6h-1v0.5c0 1.922-1.578 3.5-3.5 3.5h-11c-1.922 0-3.5-1.578-3.5-3.5v-11.5c0-0.547 0.453-1 1-1h18c3.313 0 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cutlery\" viewBox=\"0 0 22 28\">\n<title>cutlery</title>\n<path d=\"M10 1v10c0 1.266-0.812 2.406-2 2.828v12.172c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-12.172c-1.188-0.422-2-1.563-2-2.828v-10c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1zM22 1v25c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-8h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-12.5c0-2.75 2.25-5 5-5h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text-o\" viewBox=\"0 0 24 28\">\n<title>file-text-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6 12.5c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1zM17.5 16c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11zM17.5 20c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building-o\" viewBox=\"0 0 22 28\">\n<title>building-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-24h-18v24h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM22 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hospital-o\" viewBox=\"0 0 22 28\">\n<title>hospital-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-18h-4v0.5c0 0.828-0.672 1.5-1.5 1.5h-7c-0.828 0-1.5-0.672-1.5-1.5v-0.5h-4v18h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM14 7.5v-5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v1.5h-2v-1.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5v-1.5h2v1.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM22 7v20c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-20c0-0.547 0.453-1 1-1h5v-4.5c0-0.828 0.672-1.5 1.5-1.5h7c0.828 0 1.5 0.672 1.5 1.5v4.5h5c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ambulance\" viewBox=\"0 0 31 28\">\n<title>ambulance</title>\n<path d=\"M10 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM4 14h6v-4h-2.469c-0.094 0.016-0.266 0.078-0.344 0.141l-3.047 3.047c-0.047 0.078-0.125 0.25-0.141 0.344v0.469zM24 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 11.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM30 3v18c0 0.547-0.453 1-1 1h-3c0 2.203-1.781 4-4 4-2.203 0-4-1.797-4-4h-6c0 2.203-1.781 4-4 4s-4-1.797-4-4h-2c-0.547 0-1-0.453-1-1s0.453-1 1-1v-6.5c0-0.547 0.313-1.313 0.703-1.703l3.094-3.094c0.391-0.391 1.156-0.703 1.703-0.703h2.5v-5c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medkit\" viewBox=\"0 0 28 28\">\n<title>medkit</title>\n<path d=\"M20 17.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM10 6h8v-2h-8v2zM4 6v20h-0.5c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h0.5zM22.5 6v20h-17v-20h2.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2.5zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-0.5v-20h0.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fighter-jet\" viewBox=\"0 0 30 28\">\n<title>fighter-jet</title>\n<path d=\"M30 15c0 0 0 0.5-4.5 1.5l-5.5 0.5-3.5 1h-1l-4.578 5.5h1.078c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-5v-0.5h1v-6.5h-2.5l-3 3.5h-1.5l-0.5-0.5v-3h0.5v-0.5h2v-0.125l-3-0.375v-2l3-0.375v-0.125h-2v-0.5h-0.5v-3l0.5-0.5h1.5l3 3.5h2.5v-6.5h-1v-0.5h5c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-1.078l4.578 5.5h1l3.5 1 5.5 0.5c4.5 1 4.5 1.5 4.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-beer\" viewBox=\"0 0 27 28\">\n<title>beer</title>\n<path d=\"M10 14v-6h-4v4c0 1.109 0.891 2 2 2h2zM26 21v3h-18v-3l2-3h-2c-3.313 0-6-2.688-6-6v-5l-1-1 0.5-2h7.5l0.5-2h15l0.5 3-1 0.5v12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-h-square\" viewBox=\"0 0 24 28\">\n<title>h-square</title>\n<path d=\"M20 21v-14c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-8v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v14c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h8v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square\" viewBox=\"0 0 24 28\">\n<title>plus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-5v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-5c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h5v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h5c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-left\" viewBox=\"0 0 17 28\">\n<title>angle-double-left</title>\n<path d=\"M9.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359zM15.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-right\" viewBox=\"0 0 15 28\">\n<title>angle-double-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM15.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-up\" viewBox=\"0 0 18 28\">\n<title>angle-double-up</title>\n<path d=\"M16.797 20.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 14.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-down\" viewBox=\"0 0 18 28\">\n<title>angle-double-down</title>\n<path d=\"M16.797 13.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 7.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-left\" viewBox=\"0 0 11 28\">\n<title>angle-left</title>\n<path d=\"M9.797 8.5c0 0.125-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.219 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-right\" viewBox=\"0 0 9 28\">\n<title>angle-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359 0-0.125 0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-up\" viewBox=\"0 0 18 28\">\n<title>angle-up</title>\n<path d=\"M16.797 18.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-down\" viewBox=\"0 0 18 28\">\n<title>angle-down</title>\n<path d=\"M16.797 11.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-desktop\" viewBox=\"0 0 30 28\">\n<title>desktop</title>\n<path d=\"M28 15.5v-13c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-8.5c0 1.328 1 2.453 1 3s-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1 0-0.578 1-1.641 1-3h-8.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-laptop\" viewBox=\"0 0 30 28\">\n<title>laptop</title>\n<path d=\"M6.5 20c-1.375 0-2.5-1.125-2.5-2.5v-11c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5v11c0 1.375-1.125 2.5-2.5 2.5h-17zM6 6.5v11c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5v-11c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5zM27.5 21h2.5v1.5c0 0.828-1.125 1.5-2.5 1.5h-25c-1.375 0-2.5-0.672-2.5-1.5v-1.5h27.5zM16.25 22.5c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tablet\" viewBox=\"0 0 18 28\">\n<title>tablet</title>\n<path d=\"M10 22c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-13c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h13c0.266 0 0.5-0.234 0.5-0.5zM18 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-13c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h13c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mobile\" viewBox=\"0 0 12 28\">\n<title>mobile</title>\n<path d=\"M7.25 22c0-0.688-0.562-1.25-1.25-1.25s-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25 1.25-0.562 1.25-1.25zM10.5 19.5v-11c0-0.266-0.234-0.5-0.5-0.5h-8c-0.266 0-0.5 0.234-0.5 0.5v11c0 0.266 0.234 0.5 0.5 0.5h8c0.266 0 0.5-0.234 0.5-0.5zM7.5 6.25c0-0.141-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5c0.141 0 0.25-0.109 0.25-0.25zM12 6v16c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-16c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o\" viewBox=\"0 0 24 28\">\n<title>circle-o</title>\n<path d=\"M12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-left\" viewBox=\"0 0 26 28\">\n<title>quote-left</title>\n<path d=\"M12 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3zM26 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-right\" viewBox=\"0 0 26 28\">\n<title>quote-right</title>\n<path d=\"M12 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3zM26 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spinner\" viewBox=\"0 0 28 28\">\n<title>spinner</title>\n<path d=\"M8.219 21.781c0 1.094-0.891 2-2 2-1.094 0-2-0.906-2-2 0-1.109 0.906-2 2-2 1.109 0 2 0.891 2 2zM16 25c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM5 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM23.781 21.781c0 1.094-0.906 2-2 2-1.109 0-2-0.906-2-2 0-1.109 0.891-2 2-2 1.094 0 2 0.891 2 2zM8.719 6.219c0 1.375-1.125 2.5-2.5 2.5s-2.5-1.125-2.5-2.5 1.125-2.5 2.5-2.5 2.5 1.125 2.5 2.5zM27 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM17 3c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM25.281 6.219c0 1.937-1.578 3.5-3.5 3.5-1.937 0-3.5-1.563-3.5-3.5 0-1.922 1.563-3.5 3.5-3.5 1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle\" viewBox=\"0 0 24 28\">\n<title>circle</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply\" viewBox=\"0 0 28 28\">\n<title>mail-reply</title>\n<path d=\"M28 17.5c0 2.188-1.094 5.047-1.984 7.047-0.172 0.359-0.344 0.859-0.578 1.188-0.109 0.156-0.219 0.266-0.438 0.266-0.313 0-0.5-0.25-0.5-0.547 0-0.25 0.063-0.531 0.078-0.781 0.047-0.641 0.078-1.281 0.078-1.922 0-7.453-4.422-8.75-11.156-8.75h-3.5v4c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-8-8c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l8-8c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v4h3.5c5.125 0 11.5 0.906 13.672 6.297 0.656 1.656 0.828 3.453 0.828 5.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-alt\" viewBox=\"0 0 26 28\">\n<title>github-alt</title>\n<path d=\"M10 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM20 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM22.5 19c0-2.391-1.453-4.5-4-4.5-1.031 0-2.016 0.187-3.047 0.328-0.812 0.125-1.625 0.172-2.453 0.172s-1.641-0.047-2.453-0.172c-1.016-0.141-2.016-0.328-3.047-0.328-2.547 0-4 2.109-4 4.5 0 4.781 4.375 5.516 8.188 5.516h2.625c3.813 0 8.188-0.734 8.188-5.516zM26 16.25c0 1.734-0.172 3.578-0.953 5.172-2.063 4.172-7.734 4.578-11.797 4.578-4.125 0-10.141-0.359-12.281-4.578-0.797-1.578-0.969-3.437-0.969-5.172 0-2.281 0.625-4.438 2.125-6.188-0.281-0.859-0.422-1.766-0.422-2.656 0-1.172 0.266-2.344 0.797-3.406 2.469 0 4.047 1.078 5.922 2.547 1.578-0.375 3.203-0.547 4.828-0.547 1.469 0 2.953 0.156 4.375 0.5 1.859-1.453 3.437-2.5 5.875-2.5 0.531 1.062 0.797 2.234 0.797 3.406 0 0.891-0.141 1.781-0.422 2.625 1.5 1.766 2.125 3.938 2.125 6.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-o\" viewBox=\"0 0 26 28\">\n<title>folder-o</title>\n<path d=\"M24 20.5v-11c0-0.828-0.672-1.5-1.5-1.5h-11c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v15c0 0.828 0.672 1.5 1.5 1.5h19c0.828 0 1.5-0.672 1.5-1.5zM26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open-o\" viewBox=\"0 0 30 28\">\n<title>folder-open-o</title>\n<path d=\"M27.828 14.547c0-0.438-0.484-0.547-0.828-0.547h-17c-0.828 0-1.922 0.516-2.453 1.156l-4.594 5.672c-0.141 0.187-0.281 0.391-0.281 0.625 0 0.438 0.484 0.547 0.828 0.547h17c0.828 0 1.922-0.516 2.453-1.172l4.594-5.672c0.141-0.172 0.281-0.375 0.281-0.609zM10 12h12v-2.5c0-0.828-0.672-1.5-1.5-1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v13.328l4-4.922c0.906-1.109 2.578-1.906 4-1.906zM29.828 14.547c0 0.688-0.297 1.344-0.719 1.875l-4.609 5.672c-0.891 1.094-2.594 1.906-4 1.906h-17c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5v2.5h3c1.062 0 2.125 0.484 2.594 1.484 0.156 0.328 0.234 0.688 0.234 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-smile-o\" viewBox=\"0 0 24 28\">\n<title>smile-o</title>\n<path d=\"M17.719 16.797c-0.781 2.516-3.078 4.203-5.719 4.203s-4.937-1.687-5.719-4.203c-0.172-0.531 0.125-1.078 0.656-1.25 0.516-0.172 1.078 0.125 1.25 0.656 0.516 1.672 2.063 2.797 3.813 2.797s3.297-1.125 3.813-2.797c0.172-0.531 0.734-0.828 1.266-0.656 0.516 0.172 0.812 0.719 0.641 1.25zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-frown-o\" viewBox=\"0 0 24 28\">\n<title>frown-o</title>\n<path d=\"M17.719 19.203c0.172 0.531-0.125 1.078-0.641 1.25-0.531 0.172-1.094-0.125-1.266-0.656-0.516-1.672-2.063-2.797-3.813-2.797s-3.297 1.125-3.813 2.797c-0.172 0.531-0.734 0.828-1.25 0.656-0.531-0.172-0.828-0.719-0.656-1.25 0.781-2.516 3.078-4.203 5.719-4.203s4.937 1.687 5.719 4.203zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meh-o\" viewBox=\"0 0 24 28\">\n<title>meh-o</title>\n<path d=\"M18 17c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h10c0.547 0 1 0.453 1 1zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gamepad\" viewBox=\"0 0 30 28\">\n<title>gamepad</title>\n<path d=\"M13 17v-2c0-0.281-0.219-0.5-0.5-0.5h-3v-3c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v3h-3c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h3v3c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5v-3h3c0.281 0 0.5-0.219 0.5-0.5zM22 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM30 16c0 4.422-3.578 8-8 8-2.031 0-3.875-0.766-5.281-2h-3.437c-1.406 1.234-3.25 2-5.281 2-4.422 0-8-3.578-8-8s3.578-8 8-8h14c4.422 0 8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-keyboard-o\" viewBox=\"0 0 30 28\">\n<title>keyboard-o</title>\n<path d=\"M6 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM8 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h3.5c0.141 0 0.25 0.109 0.25 0.25zM6 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-13.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h13.5c0.141 0 0.25 0.109 0.25 0.25zM12 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM10 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM16 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM14 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM20 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM18 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 10.25v5.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.75v-3.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM28 22v-14h-26v14h26zM30 8v14c0 1.109-0.891 2-2 2h-26c-1.109 0-2-0.891-2-2v-14c0-1.109 0.891-2 2-2h26c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-o\" viewBox=\"0 0 29 28\">\n<title>flag-o</title>\n<path d=\"M26 16.328v-9.625c-1.25 0.672-3 1.422-4.781 1.422v0c-0.828 0-1.594-0.156-2.266-0.5-1.672-0.828-3.484-1.625-5.656-1.625-2.016 0-4.484 0.984-6.297 1.984v9.359c2.063-0.953 4.688-1.766 6.766-1.766 2.406 0 3.969 0.797 5.641 1.625l0.438 0.219c0.438 0.219 0.969 0.344 1.578 0.344 1.734 0 3.609-0.922 4.578-1.437zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-checkered\" viewBox=\"0 0 29 28\">\n<title>flag-checkered</title>\n<path d=\"M13 15.625v-3c-1.906 0.172-4.203 0.938-6 1.828v2.891c1.813-0.844 4.062-1.563 6-1.719zM13 9.094v-3.078c-1.969 0.094-4.281 1.016-6 1.969v2.953c1.844-0.953 4.062-1.766 6-1.844zM26 16.328v-2.875c-1.422 0.703-3.906 1.75-6 1.109v-3.5c-0.203-0.063-0.406-0.141-0.609-0.234-1.797-0.906-3.266-1.75-5.625-1.75-0.25 0-0.5 0.016-0.766 0.047v3.469h0.297c2.359 0 4.297 0.844 6.094 1.734 0.203 0.094 0.406 0.172 0.609 0.234v2.938c0.422 0.172 0.891 0.266 1.422 0.266 1.734 0 3.609-0.922 4.578-1.437zM26 9.656v-2.953c-1.25 0.672-3 1.422-4.781 1.422v0c-0.422 0-0.828-0.031-1.219-0.125v3.063c2.094 0.594 4.578-0.609 6-1.406zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-terminal\" viewBox=\"0 0 26 28\">\n<title>terminal</title>\n<path d=\"M9.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719zM26 22.5v1c0 0.281-0.219 0.5-0.5 0.5h-15c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h15c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code\" viewBox=\"0 0 30 28\">\n<title>code</title>\n<path d=\"M9.641 21.859l-0.781 0.781c-0.203 0.203-0.516 0.203-0.719 0l-7.281-7.281c-0.203-0.203-0.203-0.516 0-0.719l7.281-7.281c0.203-0.203 0.516-0.203 0.719 0l0.781 0.781c0.203 0.203 0.203 0.516 0 0.719l-6.141 6.141 6.141 6.141c0.203 0.203 0.203 0.516 0 0.719zM18.875 5.187l-5.828 20.172c-0.078 0.266-0.359 0.422-0.609 0.344l-0.969-0.266c-0.266-0.078-0.422-0.359-0.344-0.625l5.828-20.172c0.078-0.266 0.359-0.422 0.609-0.344l0.969 0.266c0.266 0.078 0.422 0.359 0.344 0.625zM29.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply-all\" viewBox=\"0 0 28 28\">\n<title>mail-reply-all</title>\n<path d=\"M10 16.906v1.094c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v1.078l-6.203 6.219c-0.391 0.391-0.391 1.016 0 1.406zM28 17.5c0 3.25-2.453 8.031-2.562 8.234-0.078 0.172-0.25 0.266-0.438 0.266-0.047 0-0.094 0-0.141-0.016-0.234-0.078-0.375-0.297-0.359-0.531 0.453-4.266-0.078-7.078-1.656-8.828-1.328-1.484-3.484-2.281-6.844-2.547v3.922c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v4.094c4.312 0.297 7.391 1.437 9.359 3.453 2.359 2.422 2.641 5.703 2.641 7.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half-empty\" viewBox=\"0 0 26 28\">\n<title>star-half-empty</title>\n<path d=\"M18.531 14.953l4.016-3.906-6.594-0.969-0.469-0.938-2.484-5.031v15.047l0.922 0.484 4.969 2.625-0.938-5.547-0.187-1.031zM25.594 10.859l-5.672 5.531 1.344 7.812c0.109 0.688-0.141 1.094-0.625 1.094-0.172 0-0.391-0.063-0.625-0.187l-7.016-3.687-7.016 3.687c-0.234 0.125-0.453 0.187-0.625 0.187-0.484 0-0.734-0.406-0.625-1.094l1.344-7.812-5.688-5.531c-0.672-0.672-0.453-1.328 0.484-1.469l7.844-1.141 3.516-7.109c0.203-0.422 0.484-0.641 0.766-0.641v0c0.281 0 0.547 0.219 0.766 0.641l3.516 7.109 7.844 1.141c0.938 0.141 1.156 0.797 0.469 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-location-arrow\" viewBox=\"0 0 22 28\">\n<title>location-arrow</title>\n<path d=\"M21.891 5.453l-10 20c-0.172 0.344-0.516 0.547-0.891 0.547-0.078 0-0.156-0.016-0.234-0.031-0.453-0.109-0.766-0.5-0.766-0.969v-9h-9c-0.469 0-0.859-0.313-0.969-0.766s0.109-0.922 0.516-1.125l20-10c0.141-0.078 0.297-0.109 0.453-0.109 0.266 0 0.516 0.094 0.703 0.297 0.313 0.297 0.391 0.766 0.187 1.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crop\" viewBox=\"0 0 26 28\">\n<title>crop</title>\n<path d=\"M8.703 20h9.297v-9.297zM8 19.297l9.297-9.297h-9.297v9.297zM26 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-13.5c-0.281 0-0.5-0.219-0.5-0.5v-13.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v3.5h13.297l3.844-3.859c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719l-3.859 3.844v13.297h3.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code-fork\" viewBox=\"0 0 16 28\">\n<title>code-fork</title>\n<path d=\"M4.5 23c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM4.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM14.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM16 7c0 1.109-0.609 2.078-1.5 2.594-0.047 5.641-4.047 6.891-6.703 7.734-2.484 0.781-3.297 1.156-3.297 2.672v0.406c0.891 0.516 1.5 1.484 1.5 2.594 0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.109 0.609-2.078 1.5-2.594v-12.812c-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3c0 1.109-0.609 2.078-1.5 2.594v7.766c0.797-0.391 1.641-0.656 2.406-0.891 2.906-0.922 4.562-1.609 4.594-4.875-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain-broken\" viewBox=\"0 0 26 28\">\n<title>chain-broken</title>\n<path d=\"M6.859 19.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719zM9.5 20.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM6 17c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM25.75 19c0 1.203-0.469 2.328-1.328 3.172l-2.297 2.281c-0.844 0.844-1.969 1.297-3.172 1.297s-2.344-0.469-3.187-1.328l-5.219-5.234c-0.266-0.266-0.469-0.562-0.656-0.875l3.734-0.281 4.266 4.281c0.562 0.562 1.563 0.578 2.125 0.016l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047 0-0.406-0.156-0.781-0.438-1.062l-4.281-4.297 0.281-3.734c0.313 0.187 0.609 0.391 0.875 0.656l5.25 5.25c0.844 0.859 1.313 1.984 1.313 3.187zM16.109 7.688l-3.734 0.281-4.266-4.281c-0.281-0.281-0.656-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l4.281 4.281-0.281 3.75c-0.313-0.187-0.609-0.391-0.875-0.656l-5.25-5.25c-0.844-0.859-1.313-1.984-1.313-3.187s0.469-2.328 1.328-3.172l2.297-2.281c0.844-0.844 1.969-1.297 3.172-1.297s2.344 0.469 3.187 1.328l5.219 5.234c0.266 0.266 0.469 0.562 0.656 0.875zM26 9c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM17.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM23.859 2.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info\" viewBox=\"0 0 10 28\">\n<title>info</title>\n<path d=\"M10 21v2c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1v-6h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v9h1c0.547 0 1 0.453 1 1zM8 3v3c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation\" viewBox=\"0 0 10 28\">\n<title>exclamation</title>\n<path d=\"M8 19.5v3.5c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3.5c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1zM8.469 3l-0.438 12c-0.016 0.547-0.484 1-1.031 1h-4c-0.547 0-1.016-0.453-1.031-1l-0.438-12c-0.016-0.547 0.422-1 0.969-1h5c0.547 0 0.984 0.453 0.969 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superscript\" viewBox=\"0 0 24 28\">\n<title>superscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM23.969 10.781v3.219h-8.031l-0.047-0.422c-0.031-0.219-0.063-0.516-0.063-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.594 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.516 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.75-5.187 4.062-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subscript\" viewBox=\"0 0 24 28\">\n<title>subscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM24 24.781v3.219h-8.031l-0.063-0.422c-0.016-0.234-0.047-0.516-0.047-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.609 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.531 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.734-5.187 4.047-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eraser\" viewBox=\"0 0 30 28\">\n<title>eraser</title>\n<path d=\"M14 22l5.25-6h-12l-5.25 6h12zM29.828 5.172c0.313 0.719 0.187 1.547-0.328 2.141l-14 16c-0.375 0.438-0.922 0.688-1.5 0.688h-12c-0.781 0-1.5-0.453-1.828-1.172-0.313-0.719-0.187-1.547 0.328-2.141l14-16c0.375-0.438 0.922-0.688 1.5-0.688h12c0.781 0 1.5 0.453 1.828 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-puzzle-piece\" viewBox=\"0 0 26 28\">\n<title>puzzle-piece</title>\n<path d=\"M26 17.156c0 1.609-0.922 2.953-2.625 2.953-1.906 0-2.406-1.734-4.125-1.734-1.25 0-1.719 0.781-1.719 1.937 0 1.219 0.5 2.391 0.484 3.594v0.078c-0.172 0-0.344 0-0.516 0.016-1.609 0.156-3.234 0.469-4.859 0.469-1.109 0-2.266-0.438-2.266-1.719 0-1.719 1.734-2.219 1.734-4.125 0-1.703-1.344-2.625-2.953-2.625-1.641 0-3.156 0.906-3.156 2.703 0 1.984 1.516 2.844 1.516 3.922 0 0.547-0.344 1.031-0.719 1.391-0.484 0.453-1.172 0.547-1.828 0.547-1.281 0-2.562-0.172-3.828-0.375-0.281-0.047-0.578-0.078-0.859-0.125l-0.203-0.031c-0.031-0.016-0.078-0.016-0.078-0.031v-16c0.063 0.047 0.984 0.156 1.141 0.187 1.266 0.203 2.547 0.375 3.828 0.375 0.656 0 1.344-0.094 1.828-0.547 0.375-0.359 0.719-0.844 0.719-1.391 0-1.078-1.516-1.937-1.516-3.922 0-1.797 1.516-2.703 3.172-2.703 1.594 0 2.938 0.922 2.938 2.625 0 1.906-1.734 2.406-1.734 4.125 0 1.281 1.156 1.719 2.266 1.719 1.797 0 3.578-0.406 5.359-0.5v0.031c-0.047 0.063-0.156 0.984-0.187 1.141-0.203 1.266-0.375 2.547-0.375 3.828 0 0.656 0.094 1.344 0.547 1.828 0.359 0.375 0.844 0.719 1.391 0.719 1.078 0 1.937-1.516 3.922-1.516 1.797 0 2.703 1.516 2.703 3.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone\" viewBox=\"0 0 18 28\">\n<title>microphone</title>\n<path d=\"M18 11v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-4.5-0.5-8-4.312-8-8.937v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 3.859 3.141 7 7 7s7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1zM14 5v8c0 2.75-2.25 5-5 5s-5-2.25-5-5v-8c0-2.75 2.25-5 5-5s5 2.25 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone-slash\" viewBox=\"0 0 22 28\">\n<title>microphone-slash</title>\n<path d=\"M4.234 14.766l-1.578 1.578c-0.422-1.031-0.656-2.156-0.656-3.344v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 0.609 0.094 1.203 0.234 1.766zM21.641 5.359l-5.641 5.641v2c0 2.75-2.25 5-5 5-0.594 0-1.172-0.109-1.703-0.297l-1.5 1.5c0.953 0.5 2.047 0.797 3.203 0.797 3.859 0 7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-1.328-0.141-2.578-0.594-3.672-1.266l-3.969 3.969c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l19.281-19.281c0.203-0.203 0.516-0.203 0.719 0l1.281 1.281c0.203 0.203 0.203 0.516 0 0.719zM15.703 3.297l-9.703 9.703v-8c0-2.75 2.25-5 5-5 2.156 0 4 1.391 4.703 3.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shield\" viewBox=\"0 0 20 28\">\n<title>shield</title>\n<path d=\"M17 15v-10h-7v17.766c0.797-0.422 2.078-1.156 3.328-2.141 1.672-1.313 3.672-3.359 3.672-5.625zM20 3v12c0 6.578-9.203 10.734-9.594 10.906-0.125 0.063-0.266 0.094-0.406 0.094s-0.281-0.031-0.406-0.094c-0.391-0.172-9.594-4.328-9.594-10.906v-12c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-o\" viewBox=\"0 0 26 28\">\n<title>calendar-o</title>\n<path d=\"M2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire-extinguisher\" viewBox=\"0 0 22 28\">\n<title>fire-extinguisher</title>\n<path d=\"M8 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 2.5v5c0 0.156-0.063 0.297-0.187 0.391-0.094 0.078-0.203 0.109-0.313 0.109-0.031 0-0.063 0-0.109-0.016l-7-1.5c-0.219-0.047-0.391-0.25-0.391-0.484h-4v1.594c2.281 0.469 4 2.484 4 4.906v12.5c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-12.5c0-2.234 1.469-4.141 3.5-4.766v-1.734h-0.5c-3.313 0-5.094 3.422-5.109 3.453-0.172 0.344-0.531 0.547-0.891 0.547-0.156 0-0.313-0.031-0.453-0.109-0.484-0.25-0.688-0.844-0.438-1.344 0.078-0.156 1.641-3.187 4.781-4.203-0.234-0.391-0.391-0.844-0.391-1.344 0-1.375 1.125-2.5 2.5-2.5s2.5 1.125 2.5 2.5c0 0.359-0.078 0.688-0.219 1h4.719c0-0.234 0.172-0.438 0.391-0.484l7-1.5c0.047-0.016 0.078-0.016 0.109-0.016 0.109 0 0.219 0.031 0.313 0.109 0.125 0.094 0.187 0.234 0.187 0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rocket\" viewBox=\"0 0 26 28\">\n<title>rocket</title>\n<path d=\"M22.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26 2.5c0 5.187-1.437 8.641-5.141 12.359-0.906 0.891-1.937 1.813-3.047 2.75l-0.313 5.922c-0.016 0.156-0.109 0.313-0.25 0.406l-6 3.5c-0.078 0.047-0.156 0.063-0.25 0.063-0.125 0-0.25-0.047-0.359-0.141l-1-1c-0.125-0.141-0.172-0.328-0.125-0.5l1.328-4.312-4.391-4.391-4.312 1.328c-0.047 0.016-0.094 0.016-0.141 0.016-0.125 0-0.266-0.047-0.359-0.141l-1-1c-0.156-0.172-0.187-0.422-0.078-0.609l3.5-6c0.094-0.141 0.25-0.234 0.406-0.25l5.922-0.313c0.938-1.109 1.859-2.141 2.75-3.047 3.906-3.891 6.891-5.141 12.328-5.141 0.281 0 0.531 0.219 0.531 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-maxcdn\" viewBox=\"0 0 28 28\">\n<title>maxcdn</title>\n<path d=\"M27.266 12.078l-2.562 11.922h-5.219l2.781-13c0.125-0.547 0.047-1.047-0.234-1.375-0.266-0.328-0.734-0.516-1.297-0.516h-2.641l-3.187 14.891h-5.219l3.187-14.891h-4.469l-3.187 14.891h-5.219l3.187-14.891-2.391-5.109h19.938c2.109 0 4.031 0.875 5.266 2.406 1.25 1.531 1.703 3.609 1.266 5.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-left\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-left</title>\n<path d=\"M14.203 21.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-4.797-4.797 4.797-4.797c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-right\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-right</title>\n<path d=\"M11.203 21.797l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l4.797 4.797-4.797 4.797c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-up\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-up</title>\n<path d=\"M18.203 17.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l4.797-4.797 4.797 4.797c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-down\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-down</title>\n<path d=\"M12.703 20.297l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-4.797 4.797-4.797-4.797c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-html5\" viewBox=\"0 0 22 28\">\n<title>html5</title>\n<path d=\"M17.656 9.328l0.25-2.734h-13.813l0.734 8.344h9.562l-0.344 3.563-3.078 0.828-3.063-0.828-0.203-2.188h-2.734l0.344 4.344 5.656 1.563h0.063v-0.016l5.609-1.547 0.781-8.5h-10.063l-0.234-2.828h10.531zM0 2h22l-2 22.469-9.031 2.531-8.969-2.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-css3\" viewBox=\"0 0 28 28\">\n<title>css3</title>\n<path d=\"M4.297 2h23.516l-4.156 20.828-12.563 4.172-10.906-4.172 1.109-5.563h4.641l-0.453 2.297 6.594 2.516 7.594-2.516 1.062-5.297h-18.875l0.906-4.641h18.891l0.594-2.984h-18.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-anchor\" viewBox=\"0 0 28 28\">\n<title>anchor</title>\n<path d=\"M15 4c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 18.5v5.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-1.453-1.453c-2.453 2.953-6.859 4.844-11.688 4.844s-9.234-1.891-11.688-4.844l-1.453 1.453c-0.094 0.094-0.234 0.141-0.359 0.141-0.063 0-0.125-0.016-0.187-0.031-0.187-0.078-0.313-0.266-0.313-0.469v-5.5c0-0.281 0.219-0.5 0.5-0.5h5.5c0.203 0 0.391 0.125 0.469 0.313s0.031 0.391-0.109 0.547l-1.563 1.563c1.406 1.891 4.109 3.266 7.203 3.687v-10.109h-3c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h3v-2.547c-1.188-0.688-2-1.969-2-3.453 0-2.203 1.797-4 4-4s4 1.797 4 4c0 1.484-0.812 2.766-2 3.453v2.547h3c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-3v10.109c3.094-0.422 5.797-1.797 7.203-3.687l-1.563-1.563c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h5.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock-alt\" viewBox=\"0 0 18 28\">\n<title>unlock-alt</title>\n<path d=\"M16.5 12c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-5c0-3.859 3.141-7 7-7s7 3.141 7 7c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1 0-2.203-1.797-4-4-4s-4 1.797-4 4v5h11.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullseye\" viewBox=\"0 0 24 28\">\n<title>bullseye</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-h\" viewBox=\"0 0 22 28\">\n<title>ellipsis-h</title>\n<path d=\"M6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM14 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-v\" viewBox=\"0 0 6 28\">\n<title>ellipsis-v</title>\n<path d=\"M6 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rss-square\" viewBox=\"0 0 24 28\">\n<title>rss-square</title>\n<path d=\"M8 20c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM13.484 21.469c-0.266-4.844-4.109-8.687-8.953-8.953-0.141-0.016-0.281 0.047-0.375 0.141s-0.156 0.219-0.156 0.359v2c0 0.266 0.203 0.484 0.469 0.5 3.203 0.234 5.781 2.812 6.016 6.016 0.016 0.266 0.234 0.469 0.5 0.469h2c0.141 0 0.266-0.063 0.359-0.156s0.156-0.234 0.141-0.375zM19.484 21.484c-0.266-8.125-6.844-14.703-14.969-14.969-0.156-0.016-0.266 0.031-0.359 0.141-0.094 0.094-0.156 0.219-0.156 0.359v2c0 0.266 0.219 0.484 0.484 0.5 6.484 0.234 11.766 5.516 12 12 0.016 0.266 0.234 0.484 0.5 0.484h2c0.141 0 0.266-0.063 0.359-0.156 0.109-0.094 0.156-0.219 0.141-0.359zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle\" viewBox=\"0 0 24 28\">\n<title>play-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM18 14.859c0.313-0.172 0.5-0.5 0.5-0.859s-0.187-0.688-0.5-0.859l-8.5-5c-0.297-0.187-0.688-0.187-1-0.016-0.313 0.187-0.5 0.516-0.5 0.875v10c0 0.359 0.187 0.688 0.5 0.875 0.156 0.078 0.328 0.125 0.5 0.125s0.344-0.047 0.5-0.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ticket\" viewBox=\"0 0 28 28\">\n<title>ticket</title>\n<path d=\"M16 7.063l4.937 4.937-8.937 8.937-4.937-4.937zM12.703 22.359l9.656-9.656c0.391-0.391 0.391-1.016 0-1.406l-5.656-5.656c-0.375-0.375-1.031-0.375-1.406 0l-9.656 9.656c-0.391 0.391-0.391 1.016 0 1.406l5.656 5.656c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281zM26.594 12.406l-14.172 14.187c-0.781 0.766-2.063 0.766-2.828 0l-1.969-1.969c1.172-1.172 1.172-3.078 0-4.25s-3.078-1.172-4.25 0l-1.953-1.969c-0.781-0.766-0.781-2.047 0-2.828l14.172-14.156c0.766-0.781 2.047-0.781 2.828 0l1.953 1.953c-1.172 1.172-1.172 3.078 0 4.25s3.078 1.172 4.25 0l1.969 1.953c0.766 0.781 0.766 2.063 0 2.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square\" viewBox=\"0 0 24 28\">\n<title>minus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square-o\" viewBox=\"0 0 22 28\">\n<title>minus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-up\" viewBox=\"0 0 16 28\">\n<title>level-up</title>\n<path d=\"M15.906 9.422c-0.172 0.359-0.516 0.578-0.906 0.578h-3v13.5c0 0.281-0.219 0.5-0.5 0.5h-11c-0.187 0-0.375-0.109-0.453-0.281-0.078-0.187-0.063-0.391 0.063-0.547l2.5-3c0.094-0.109 0.25-0.172 0.391-0.172h5v-10h-3c-0.391 0-0.734-0.219-0.906-0.578-0.156-0.344-0.109-0.766 0.141-1.062l5-6c0.375-0.453 1.156-0.453 1.531 0l5 6c0.25 0.297 0.313 0.719 0.141 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-down\" viewBox=\"0 0 16 28\">\n<title>level-down</title>\n<path d=\"M0.5 4h11c0.281 0 0.5 0.234 0.5 0.516v13.484h3c0.391 0 0.734 0.234 0.906 0.578 0.172 0.359 0.109 0.781-0.141 1.078l-5 6c-0.375 0.453-1.156 0.453-1.531 0l-5-6c-0.25-0.297-0.297-0.719-0.141-1.078 0.172-0.344 0.516-0.578 0.906-0.578h3v-10h-5c-0.141 0-0.281-0.063-0.391-0.172l-2.5-3c-0.125-0.141-0.141-0.359-0.063-0.531s0.266-0.297 0.453-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square\" viewBox=\"0 0 24 28\">\n<title>check-square</title>\n<path d=\"M10.703 20.297l9.594-9.594c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.297 7.297-3.297-3.297c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l5.594 5.594c0.391 0.391 1.016 0.391 1.406 0zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil-square\" viewBox=\"0 0 24 28\">\n<title>pencil-square</title>\n<path d=\"M6.312 17.313l2.375 2.375-0.812 0.812h-0.875v-1.5h-1.5v-0.875zM12.781 11.219c0.125 0.109 0.094 0.328-0.047 0.469l-4.547 4.547c-0.141 0.141-0.359 0.172-0.469 0.047-0.125-0.109-0.094-0.328 0.047-0.469l4.547-4.547c0.141-0.141 0.359-0.172 0.469-0.047zM8.5 22l8.5-8.5-4.5-4.5-8.5 8.5v4.5h4.5zM18 12.5l1.437-1.437c0.578-0.578 0.578-1.547 0-2.125l-2.375-2.375c-0.578-0.578-1.547-0.578-2.125 0l-1.437 1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link-square\" viewBox=\"0 0 24 28\">\n<title>external-link-square</title>\n<path d=\"M20 14.5v-7.5c0-0.547-0.453-1-1-1h-7.5c-0.406 0-0.766 0.25-0.922 0.609-0.156 0.375-0.078 0.812 0.219 1.094l2.25 2.25-8.344 8.344c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l8.344-8.344 2.25 2.25c0.187 0.203 0.438 0.297 0.703 0.297 0.125 0 0.266-0.031 0.391-0.078 0.359-0.156 0.609-0.516 0.609-0.922zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square\" viewBox=\"0 0 24 28\">\n<title>share-square</title>\n<path d=\"M15.703 17.203l5.5-5.5c0.391-0.391 0.391-1.016 0-1.406l-5.5-5.5c-0.281-0.297-0.719-0.375-1.078-0.219-0.375 0.156-0.625 0.516-0.625 0.922v2.5c-8.969 0-10 5.141-10 9 0 3.141 2.516 6.188 2.609 6.312 0.109 0.125 0.25 0.187 0.391 0.187 0.063 0 0.141-0.016 0.203-0.047 0.203-0.078 0.328-0.297 0.297-0.516-0.469-3.766-0.172-6.109 0.969-7.391 0.953-1.078 2.609-1.547 5.531-1.547v2.5c0 0.406 0.25 0.766 0.625 0.922 0.109 0.047 0.25 0.078 0.375 0.078 0.266 0 0.516-0.109 0.703-0.297zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compass\" viewBox=\"0 0 24 28\">\n<title>compass</title>\n<path d=\"M10 17l4-2-4-2v4zM16 7.766v8.469l-8 4v-8.469zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-down\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-down</title>\n<path d=\"M17.891 10.547c0.172 0.328 0.141 0.734-0.078 1.031l-5 7c-0.187 0.266-0.484 0.422-0.812 0.422s-0.625-0.156-0.812-0.422l-5-7c-0.219-0.297-0.25-0.703-0.078-1.031 0.172-0.344 0.516-0.547 0.891-0.547h10c0.375 0 0.719 0.203 0.891 0.547zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-up\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-up</title>\n<path d=\"M17.891 17.453c-0.172 0.344-0.516 0.547-0.891 0.547h-10c-0.375 0-0.719-0.203-0.891-0.547-0.172-0.328-0.141-0.734 0.078-1.031l5-7c0.187-0.266 0.484-0.422 0.812-0.422s0.625 0.156 0.812 0.422l5 7c0.219 0.297 0.25 0.703 0.078 1.031zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-right\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-right</title>\n<path d=\"M17 14c0 0.328-0.156 0.625-0.422 0.812l-7 5c-0.297 0.219-0.703 0.25-1.031 0.078-0.344-0.172-0.547-0.516-0.547-0.891v-10c0-0.375 0.203-0.719 0.547-0.891 0.328-0.172 0.734-0.141 1.031 0.078l7 5c0.266 0.187 0.422 0.484 0.422 0.812zM20 21.5v-15c0-0.281-0.219-0.5-0.5-0.5h-15c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h15c0.281 0 0.5-0.219 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eur\" viewBox=\"0 0 16 28\">\n<title>eur</title>\n<path d=\"M15.25 20.422l0.547 2.484c0.063 0.25-0.078 0.5-0.313 0.578-0.063 0.016-1.516 0.516-3.391 0.516-4.875 0-8.797-2.938-10.109-7.531h-1.484c-0.281 0-0.5-0.234-0.5-0.5v-1.766c0-0.266 0.219-0.5 0.5-0.5h1.031c-0.016-0.5-0.016-1.094 0.016-1.641h-1.047c-0.281 0-0.5-0.219-0.5-0.5v-1.781c0-0.281 0.219-0.5 0.5-0.5h1.531c1.391-4.375 5.391-7.281 10.063-7.281 1.625 0 2.969 0.344 3.031 0.359 0.125 0.031 0.234 0.125 0.313 0.234 0.063 0.109 0.078 0.25 0.047 0.375l-0.672 2.484c-0.063 0.266-0.328 0.422-0.594 0.344-0.016 0-1.078-0.266-2.188-0.266-2.625 0-4.828 1.422-5.875 3.75h7.313c0.156 0 0.297 0.063 0.391 0.187 0.094 0.109 0.141 0.266 0.109 0.406l-0.375 1.781c-0.047 0.234-0.25 0.406-0.5 0.406h-7.625c-0.047 0.5-0.031 1.031 0 1.641h7.172c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.422l-0.375 1.75c-0.047 0.234-0.25 0.406-0.484 0.406h-6.047c1 2.438 3.25 3.969 5.906 3.969 1.359 0 2.469-0.375 2.484-0.375 0.125-0.047 0.281-0.031 0.406 0.031 0.125 0.078 0.203 0.203 0.234 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gbp\" viewBox=\"0 0 16 28\">\n<title>gbp</title>\n<path d=\"M15.937 17.766v5.734c0 0.281-0.219 0.5-0.5 0.5h-14.938c-0.281 0-0.5-0.219-0.5-0.5v-2.344c0-0.266 0.219-0.5 0.5-0.5h1.516v-5.984h-1.484c-0.281 0-0.5-0.219-0.5-0.5v-2.047c0-0.281 0.219-0.5 0.5-0.5h1.484v-3.484c0-3.563 2.875-6.141 6.844-6.141 3.125 0 5.141 1.875 5.234 1.953 0.187 0.172 0.203 0.469 0.047 0.672l-1.609 1.984c-0.094 0.109-0.203 0.172-0.344 0.187-0.125 0.016-0.266-0.031-0.359-0.109-0.016-0.016-1.359-1.078-2.938-1.078-1.766 0-2.953 1.062-2.953 2.656v3.359h4.766c0.281 0 0.5 0.219 0.5 0.5v2.047c0 0.281-0.219 0.5-0.5 0.5h-4.766v5.922h6.469v-2.828c0-0.281 0.219-0.5 0.5-0.5h2.531c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dollar\" viewBox=\"0 0 16 28\">\n<title>dollar</title>\n<path d=\"M15.281 18.516c0 3.187-2.281 5.703-5.594 6.25v2.734c0 0.281-0.219 0.5-0.5 0.5h-2.109c-0.266 0-0.5-0.219-0.5-0.5v-2.734c-3.656-0.516-5.656-2.703-5.734-2.797-0.156-0.187-0.172-0.453-0.031-0.641l1.609-2.109c0.078-0.109 0.219-0.172 0.359-0.187s0.281 0.031 0.375 0.141c0.031 0.016 2.219 2.109 4.984 2.109 1.531 0 3.187-0.812 3.187-2.578 0-1.5-1.844-2.234-3.953-3.078-2.812-1.109-6.312-2.516-6.312-6.438 0-2.875 2.25-5.25 5.516-5.875v-2.812c0-0.281 0.234-0.5 0.5-0.5h2.109c0.281 0 0.5 0.219 0.5 0.5v2.75c3.172 0.359 4.859 2.078 4.922 2.141 0.156 0.172 0.187 0.406 0.078 0.594l-1.266 2.281c-0.078 0.141-0.203 0.234-0.359 0.25-0.156 0.031-0.297-0.016-0.422-0.109-0.016-0.016-1.906-1.687-4.25-1.687-1.984 0-3.359 0.984-3.359 2.406 0 1.656 1.906 2.391 4.125 3.25 2.875 1.109 6.125 2.375 6.125 6.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inr\" viewBox=\"0 0 14 28\">\n<title>inr</title>\n<path d=\"M14.031 7.344v1.594c0 0.281-0.219 0.5-0.5 0.5h-2.625c-0.484 3-2.781 4.953-6.328 5.375 2.328 2.484 4.813 5.484 7.172 8.375 0.125 0.141 0.156 0.359 0.063 0.531-0.078 0.172-0.25 0.281-0.453 0.281h-3.047c-0.156 0-0.297-0.063-0.391-0.187-2.516-3.016-4.828-5.781-7.781-8.922-0.094-0.094-0.141-0.219-0.141-0.344v-1.984c0-0.266 0.219-0.5 0.5-0.5h1.75c2.75 0 4.469-0.922 4.922-2.625h-6.672c-0.281 0-0.5-0.219-0.5-0.5v-1.594c0-0.281 0.219-0.5 0.5-0.5h6.453c-0.594-1.172-2-1.766-4.188-1.766h-2.266c-0.281 0-0.5-0.234-0.5-0.5v-2.078c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5v1.594c0 0.281-0.219 0.5-0.5 0.5h-3.641c0.5 0.641 0.828 1.391 1 2.25h2.672c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cny\" viewBox=\"0 0 16 28\">\n<title>cny</title>\n<path d=\"M9.422 24h-2.688c-0.281 0-0.5-0.219-0.5-0.5v-5.156h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.609c0-0.281 0.219-0.5 0.5-0.5h4.5v-1.328h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.625c0-0.266 0.219-0.5 0.5-0.5h3.344l-5.016-9.031c-0.078-0.156-0.078-0.344 0-0.5 0.094-0.156 0.266-0.25 0.438-0.25h3.031c0.187 0 0.359 0.109 0.453 0.281l3.359 6.641c0.375 0.734 0.625 1.359 0.875 1.953 0.266-0.672 0.609-1.328 0.906-2.016l2.984-6.562c0.078-0.187 0.266-0.297 0.453-0.297h2.984c0.172 0 0.328 0.094 0.422 0.25 0.094 0.141 0.094 0.328 0.016 0.484l-4.891 9.047h3.359c0.281 0 0.5 0.234 0.5 0.5v1.625c0 0.281-0.219 0.5-0.5 0.5h-4.531v1.328h4.531c0.281 0 0.5 0.219 0.5 0.5v1.609c0 0.281-0.219 0.5-0.5 0.5h-4.531v5.156c0 0.281-0.234 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rouble\" viewBox=\"0 0 20 28\">\n<title>rouble</title>\n<path d=\"M16.297 8.828c0-2.094-1.484-3.5-3.687-3.5h-5v7h5c2.203 0 3.687-1.406 3.687-3.5zM20 8.828c0 4.016-2.906 6.828-7.078 6.828h-5.313v1.844h7.891c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-7.891v3c0 0.281-0.219 0.5-0.5 0.5h-2.609c-0.281 0-0.5-0.219-0.5-0.5v-3h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h3.5v-1.844h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2.328c0-0.281 0.219-0.5 0.5-0.5h3.5v-9.828c0-0.281 0.219-0.5 0.5-0.5h8.422c4.172 0 7.078 2.812 7.078 6.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-krw\" viewBox=\"0 0 28 28\">\n<title>krw</title>\n<path d=\"M8.031 18.672l1.266-4.672h-2.484l1.172 4.688c0.016 0.031 0.016 0.063 0.031 0.094 0-0.031 0.016-0.078 0.016-0.109zM9.844 12l0.547-2h-4.562l0.5 2h3.516zM12.844 12h2.172l-0.547-2h-1.094zM19.859 18.688l1.219-4.688h-2.531l1.266 4.672c0.016 0.047 0.016 0.078 0.031 0.109 0-0.031 0.016-0.063 0.016-0.094zM21.594 12l0.516-2h-4.641l0.531 2h3.594zM28 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.328l-2.562 9.625c-0.063 0.219-0.266 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.484-0.375l-2.594-9.625h-3.266l-2.609 9.625c-0.063 0.219-0.25 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.469-0.375l-2.5-9.625h-3.25c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.734l-0.516-2h-2.219c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.703l-1.391-5.375c-0.047-0.156-0.016-0.313 0.078-0.438 0.094-0.109 0.25-0.187 0.406-0.187h2.141c0.234 0 0.438 0.156 0.484 0.375l1.406 5.625h5.609l1.516-5.625c0.063-0.219 0.266-0.375 0.484-0.375h1.969c0.234 0 0.422 0.156 0.484 0.375l1.531 5.625h5.703l1.453-5.625c0.047-0.219 0.25-0.375 0.484-0.375h2.141c0.156 0 0.313 0.078 0.406 0.187 0.094 0.125 0.125 0.297 0.078 0.438l-1.422 5.375h1.734c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.266l-0.531 2h2.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitcoin\" viewBox=\"0 0 21 28\">\n<title>bitcoin</title>\n<path d=\"M18.234 10c0.203 2.078-0.672 3.328-2.047 4.031 2.281 0.547 3.719 1.906 3.437 4.953-0.359 3.797-3.172 4.813-7.203 5.031v3.984h-2.406v-3.922c-0.609 0-1.25 0-1.906-0.016v3.938h-2.406v-3.984c-0.562 0-1.125-0.016-1.703-0.016h-3.125l0.484-2.859c1.766 0.031 1.734 0 1.734 0 0.672 0 0.859-0.484 0.906-0.797v-6.281h0.25c-0.094-0.016-0.187-0.016-0.25-0.016v-4.484c-0.094-0.5-0.406-1.062-1.391-1.062 0 0 0.031-0.031-1.734 0v-2.562l3.313 0.016c0.484 0 1 0 1.516-0.016v-3.938h2.406v3.859c0.641-0.016 1.281-0.031 1.906-0.031v-3.828h2.406v3.938c3.094 0.266 5.547 1.219 5.812 4.062zM14.875 18.516c0-3.094-5.094-2.641-6.719-2.641v5.281c1.625 0 6.719 0.344 6.719-2.641zM13.766 11.078c0-2.828-4.25-2.406-5.609-2.406v4.797c1.359 0 5.609 0.313 5.609-2.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file\" viewBox=\"0 0 24 28\">\n<title>file</title>\n<path d=\"M16 8v-7.375c0.219 0.141 0.406 0.281 0.562 0.438l6.375 6.375c0.156 0.156 0.297 0.344 0.438 0.562h-7.375zM14 8.5c0 0.828 0.672 1.5 1.5 1.5h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text\" viewBox=\"0 0 24 28\">\n<title>file-text</title>\n<path d=\"M22.937 7.438c0.156 0.156 0.297 0.344 0.438 0.562h-7.375v-7.375c0.219 0.141 0.406 0.281 0.562 0.438zM15.5 10h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5c0 0.828 0.672 1.5 1.5 1.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-asc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-asc</title>\n<path d=\"M18.609 6.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM24.563 24.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.172v0.031l0.219-0.031c0.141-0.031 0.281-0.031 0.469-0.031h3.875v-1.859h1.891zM25.953 10.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-desc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-desc</title>\n<path d=\"M18.609 22.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM25.953 26.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094zM24.563 8.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.156v0.047l0.219-0.047c0.141-0.016 0.281-0.016 0.469-0.016h3.875v-1.859h1.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-asc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-asc</title>\n<path d=\"M11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM25 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM22 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM19 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-desc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-desc</title>\n<path d=\"M19 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM25 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM28 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-asc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-asc</title>\n<path d=\"M21.031 20.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM23.219 21.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422zM22.75 10.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-desc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-desc</title>\n<path d=\"M21.031 4.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22.75 26.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578zM23.219 5.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-up\" viewBox=\"0 0 25 28\">\n<title>thumbs-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1-0.562 0-1 0.453-1 1 0 0.562 0.438 1 1 1 0.547 0 1-0.438 1-1zM6.5 13v10c0 0.547-0.453 1-1 1h-4.5c-0.547 0-1-0.453-1-1v-10c0-0.547 0.453-1 1-1h4.5c0.547 0 1 0.453 1 1zM25 13c0 0.828-0.328 1.719-0.859 2.328 0.172 0.5 0.234 0.969 0.234 1.188 0.031 0.781-0.203 1.516-0.672 2.141 0.172 0.578 0.172 1.203 0 1.828-0.156 0.578-0.453 1.094-0.844 1.469 0.094 1.172-0.172 2.125-0.766 2.828-0.672 0.797-1.703 1.203-3.078 1.219h-2.016c-2.234 0-4.344-0.734-6.031-1.313-0.984-0.344-1.922-0.672-2.469-0.688-0.531-0.016-1-0.453-1-1v-10.016c0-0.516 0.438-0.953 0.953-1 0.578-0.047 2.078-1.906 2.766-2.812 0.562-0.719 1.094-1.391 1.578-1.875 0.609-0.609 0.781-1.547 0.969-2.453 0.172-0.922 0.359-1.891 1.031-2.547 0.187-0.187 0.438-0.297 0.703-0.297 3.5 0 3.5 2.797 3.5 4 0 1.281-0.453 2.188-0.875 3-0.172 0.344-0.328 0.5-0.453 1h4.328c1.625 0 3 1.375 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-down\" viewBox=\"0 0 25 28\">\n<title>thumbs-down</title>\n<path d=\"M4 9c0 0.547-0.453 1-1 1-0.562 0-1-0.453-1-1 0-0.562 0.438-1 1-1 0.547 0 1 0.438 1 1zM6.5 17v-10c0-0.547-0.453-1-1-1h-4.5c-0.547 0-1 0.453-1 1v10c0 0.547 0.453 1 1 1h4.5c0.547 0 1-0.453 1-1zM24.141 14.672c0.531 0.594 0.859 1.5 0.859 2.328-0.016 1.625-1.375 3-3 3h-4.328c0.125 0.5 0.281 0.656 0.453 1 0.406 0.812 0.875 1.719 0.875 3 0 1.203 0 4-3.5 4-0.266 0-0.516-0.109-0.703-0.297-0.672-0.656-0.859-1.625-1.031-2.547-0.187-0.906-0.359-1.844-0.969-2.453-0.484-0.484-1.016-1.156-1.578-1.875-0.688-0.906-2.188-2.766-2.766-2.812-0.516-0.047-0.953-0.484-0.953-1v-10.016c0-0.547 0.469-0.984 1-1 0.547-0.016 1.484-0.344 2.469-0.688 1.687-0.578 3.797-1.313 6.031-1.313h2.016c1.375 0.016 2.406 0.422 3.078 1.219 0.594 0.703 0.859 1.656 0.766 2.828 0.391 0.375 0.688 0.891 0.844 1.469 0.172 0.625 0.172 1.25 0 1.828 0.469 0.625 0.703 1.359 0.672 2.141 0 0.219-0.063 0.688-0.234 1.188z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-square\" viewBox=\"0 0 24 28\">\n<title>youtube-square</title>\n<path d=\"M14.359 20.359v-2.453c0-0.516-0.156-0.781-0.453-0.781-0.172 0-0.344 0.078-0.516 0.25v3.5c0.172 0.172 0.344 0.25 0.516 0.25 0.297 0 0.453-0.25 0.453-0.766zM17.234 18.453h1.031v-0.531c0-0.531-0.172-0.797-0.516-0.797s-0.516 0.266-0.516 0.797v0.531zM8.313 14.297v1.094h-1.25v6.609h-1.156v-6.609h-1.219v-1.094h3.625zM11.453 16.266v5.734h-1.047v-0.625c-0.406 0.469-0.797 0.703-1.188 0.703-0.328 0-0.562-0.141-0.656-0.438-0.063-0.172-0.094-0.438-0.094-0.844v-4.531h1.031v4.219c0 0.234 0 0.375 0.016 0.406 0.016 0.156 0.094 0.234 0.234 0.234 0.219 0 0.422-0.156 0.656-0.484v-4.375h1.047zM15.391 18v2.281c0 0.516-0.031 0.906-0.109 1.141-0.125 0.438-0.406 0.656-0.828 0.656-0.359 0-0.719-0.219-1.062-0.641v0.562h-1.047v-7.703h1.047v2.516c0.328-0.406 0.688-0.625 1.062-0.625 0.422 0 0.703 0.219 0.828 0.656 0.078 0.234 0.109 0.609 0.109 1.156zM19.313 20.016v0.141c0 0.344-0.016 0.562-0.031 0.672-0.031 0.234-0.109 0.438-0.234 0.625-0.281 0.422-0.719 0.625-1.25 0.625-0.547 0-0.969-0.203-1.266-0.594-0.219-0.281-0.328-0.734-0.328-1.344v-2.016c0-0.609 0.094-1.047 0.313-1.344 0.297-0.391 0.719-0.594 1.25-0.594 0.516 0 0.938 0.203 1.219 0.594 0.219 0.297 0.328 0.734 0.328 1.344v1.188h-2.078v1.016c0 0.531 0.172 0.797 0.531 0.797 0.25 0 0.406-0.141 0.469-0.406 0-0.063 0.016-0.297 0.016-0.703h1.062zM12.266 7.141v2.438c0 0.531-0.172 0.797-0.5 0.797-0.344 0-0.5-0.266-0.5-0.797v-2.438c0-0.531 0.156-0.812 0.5-0.812 0.328 0 0.5 0.281 0.5 0.812zM20.594 18.281v0c0-1.344 0-2.766-0.297-4.062-0.219-0.922-0.969-1.594-1.859-1.687-2.125-0.234-4.281-0.234-6.438-0.234-2.141 0-4.297 0-6.422 0.234-0.906 0.094-1.656 0.766-1.859 1.687-0.297 1.297-0.313 2.719-0.313 4.062v0c0 1.328 0 2.75 0.313 4.062 0.203 0.906 0.953 1.578 1.844 1.687 2.141 0.234 4.297 0.234 6.438 0.234s4.297 0 6.438-0.234c0.891-0.109 1.641-0.781 1.844-1.687 0.313-1.313 0.313-2.734 0.313-4.062zM8.797 8.109l1.406-4.625h-1.172l-0.797 3.047-0.828-3.047h-1.219c0.234 0.719 0.5 1.437 0.734 2.156 0.375 1.094 0.609 1.906 0.719 2.469v3.141h1.156v-3.141zM13.312 9.375v-2.031c0-0.609-0.109-1.062-0.328-1.359-0.297-0.391-0.703-0.594-1.219-0.594-0.531 0-0.938 0.203-1.219 0.594-0.219 0.297-0.328 0.75-0.328 1.359v2.031c0 0.609 0.109 1.062 0.328 1.359 0.281 0.391 0.688 0.594 1.219 0.594 0.516 0 0.922-0.203 1.219-0.594 0.219-0.281 0.328-0.75 0.328-1.359zM16.141 11.25h1.047v-5.781h-1.047v4.422c-0.234 0.328-0.453 0.484-0.656 0.484-0.141 0-0.234-0.078-0.25-0.25-0.016-0.031-0.016-0.156-0.016-0.406v-4.25h-1.047v4.578c0 0.406 0.031 0.672 0.094 0.859 0.109 0.281 0.344 0.422 0.672 0.422 0.391 0 0.781-0.234 1.203-0.703v0.625zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube\" viewBox=\"0 0 24 28\">\n<title>youtube</title>\n<path d=\"M15.172 19.437v3.297c0 0.703-0.203 1.047-0.609 1.047-0.234 0-0.469-0.109-0.703-0.344v-4.703c0.234-0.234 0.469-0.344 0.703-0.344 0.406 0 0.609 0.359 0.609 1.047zM20.453 19.453v0.719h-1.406v-0.719c0-0.703 0.234-1.062 0.703-1.062s0.703 0.359 0.703 1.062zM5.359 16.047h1.672v-1.469h-4.875v1.469h1.641v8.891h1.563v-8.891zM9.859 24.938h1.391v-7.719h-1.391v5.906c-0.313 0.438-0.609 0.656-0.891 0.656-0.187 0-0.297-0.109-0.328-0.328-0.016-0.047-0.016-0.219-0.016-0.547v-5.688h-1.391v6.109c0 0.547 0.047 0.906 0.125 1.141 0.125 0.391 0.453 0.578 0.906 0.578 0.5 0 1.031-0.313 1.594-0.953v0.844zM16.562 22.625v-3.078c0-0.719-0.031-1.234-0.141-1.547-0.172-0.578-0.562-0.875-1.109-0.875-0.516 0-1 0.281-1.453 0.844v-3.391h-1.391v10.359h1.391v-0.75c0.469 0.578 0.953 0.859 1.453 0.859 0.547 0 0.938-0.297 1.109-0.859 0.109-0.328 0.141-0.844 0.141-1.563zM21.844 22.469v-0.203h-1.422c0 0.562-0.016 0.875-0.031 0.953-0.078 0.375-0.281 0.562-0.625 0.562-0.484 0-0.719-0.359-0.719-1.078v-1.359h2.797v-1.609c0-0.828-0.141-1.422-0.422-1.813-0.406-0.531-0.953-0.797-1.656-0.797-0.719 0-1.266 0.266-1.672 0.797-0.297 0.391-0.438 0.984-0.438 1.813v2.703c0 0.828 0.156 1.437 0.453 1.813 0.406 0.531 0.953 0.797 1.687 0.797s1.313-0.281 1.687-0.828c0.172-0.25 0.297-0.531 0.328-0.844 0.031-0.141 0.031-0.453 0.031-0.906zM12.344 8.203v-3.281c0-0.719-0.203-1.078-0.672-1.078-0.453 0-0.672 0.359-0.672 1.078v3.281c0 0.719 0.219 1.094 0.672 1.094 0.469 0 0.672-0.375 0.672-1.094zM23.578 19.938c0 1.797-0.016 3.719-0.406 5.469-0.297 1.234-1.297 2.141-2.5 2.266-2.875 0.328-5.781 0.328-8.672 0.328s-5.797 0-8.672-0.328c-1.203-0.125-2.219-1.031-2.5-2.266-0.406-1.75-0.406-3.672-0.406-5.469v0c0-1.813 0.016-3.719 0.406-5.469 0.297-1.234 1.297-2.141 2.516-2.281 2.859-0.313 5.766-0.313 8.656-0.313s5.797 0 8.672 0.313c1.203 0.141 2.219 1.047 2.5 2.281 0.406 1.75 0.406 3.656 0.406 5.469zM7.984 0h1.594l-1.891 6.234v4.234h-1.563v-4.234c-0.141-0.766-0.453-1.859-0.953-3.313-0.344-0.969-0.688-1.953-1.016-2.922h1.656l1.109 4.109zM13.766 5.203v2.734c0 0.828-0.141 1.453-0.438 1.844-0.391 0.531-0.938 0.797-1.656 0.797-0.703 0-1.25-0.266-1.641-0.797-0.297-0.406-0.438-1.016-0.438-1.844v-2.734c0-0.828 0.141-1.437 0.438-1.828 0.391-0.531 0.938-0.797 1.641-0.797 0.719 0 1.266 0.266 1.656 0.797 0.297 0.391 0.438 1 0.438 1.828zM19 2.672v7.797h-1.422v-0.859c-0.562 0.656-1.094 0.969-1.609 0.969-0.453 0-0.781-0.187-0.922-0.578-0.078-0.234-0.125-0.609-0.125-1.172v-6.156h1.422v5.734c0 0.328 0 0.516 0.016 0.547 0.031 0.219 0.141 0.344 0.328 0.344 0.281 0 0.578-0.219 0.891-0.672v-5.953h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing\" viewBox=\"0 0 22 28\">\n<title>xing</title>\n<path d=\"M9.328 10.422c0 0-0.156 0.266-4.016 7.125-0.203 0.344-0.469 0.719-1.016 0.719h-3.734c-0.219 0-0.391-0.109-0.484-0.266s-0.109-0.359 0-0.562l3.953-7c0.016 0 0.016 0 0-0.016l-2.516-4.359c-0.109-0.203-0.125-0.422-0.016-0.578 0.094-0.156 0.281-0.234 0.5-0.234h3.734c0.562 0 0.844 0.375 1.031 0.703 2.547 4.453 2.562 4.469 2.562 4.469zM21.922 0.391c0.109 0.156 0.109 0.375 0 0.578l-8.25 14.594c-0.016 0-0.016 0.016 0 0.016l5.25 9.609c0.109 0.203 0.109 0.422 0.016 0.578-0.109 0.156-0.281 0.234-0.5 0.234h-3.734c-0.562 0-0.859-0.375-1.031-0.703-5.297-9.703-5.297-9.719-5.297-9.719s0.266-0.469 8.297-14.719c0.203-0.359 0.438-0.703 1-0.703h3.766c0.219 0 0.391 0.078 0.484 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing-square\" viewBox=\"0 0 24 28\">\n<title>xing-square</title>\n<path d=\"M10.703 11.953c0 0 0-0.016-1.969-3.469-0.156-0.25-0.375-0.531-0.812-0.531h-2.875c-0.187 0-0.328 0.063-0.406 0.172-0.078 0.125-0.063 0.297 0.016 0.453l1.953 3.375v0.016l-3.063 5.406c-0.094 0.156-0.078 0.313 0 0.438s0.203 0.203 0.375 0.203h2.891c0.422 0 0.641-0.297 0.781-0.562 3-5.297 3.109-5.5 3.109-5.5zM20.453 4.188c-0.078-0.125-0.203-0.187-0.375-0.187h-2.922c-0.422 0-0.609 0.266-0.766 0.547-6.219 11.031-6.422 11.391-6.422 11.391s0 0.016 4.094 7.516c0.141 0.25 0.359 0.547 0.812 0.547h2.875c0.172 0 0.313-0.063 0.391-0.187s0.078-0.281-0.016-0.438l-4.062-7.438v-0.016l6.391-11.297c0.078-0.156 0.078-0.313 0-0.438zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-play\" viewBox=\"0 0 28 28\">\n<title>youtube-play</title>\n<path d=\"M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797 0.281 9.797 0.281 0.547 0.063 1.75 0.063 2.812 1.188 0 0 0.859 0.844 1.109 2.781 0.297 2.266 0.281 4.531 0.281 4.531v2.125s0.016 2.266-0.281 4.531c-0.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906 0.297-9.797 0.297v0c-7.281-0.063-9.516-0.281-9.516-0.281-0.625-0.109-2.031-0.078-3.094-1.188 0 0-0.859-0.859-1.109-2.781-0.297-2.266-0.281-4.531-0.281-4.531v-2.125s-0.016-2.266 0.281-4.531c0.25-1.937 1.109-2.781 1.109-2.781 1.062-1.125 2.266-1.125 2.812-1.188 0 0 3.906-0.281 9.797-0.281v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dropbox\" viewBox=\"0 0 28 28\">\n<title>dropbox</title>\n<path d=\"M6.281 11.047l7.719 4.766-5.344 4.453-7.656-4.984zM21.688 19.719v1.687l-7.656 4.578v0.016l-0.016-0.016-0.016 0.016v-0.016l-7.641-4.578v-1.687l2.297 1.5 5.344-4.438v-0.031l0.016 0.016 0.016-0.016v0.031l5.359 4.438zM8.656 1.844l5.344 4.453-7.719 4.75-5.281-4.219zM21.719 11.047l5.281 4.234-7.641 4.984-5.359-4.453zM19.359 1.844l7.641 4.984-5.281 4.219-7.719-4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-overflow\" viewBox=\"0 0 24 28\">\n<title>stack-overflow</title>\n<path d=\"M20.141 25.5h-17.469v-7.5h-2.5v10h22.469v-10h-2.5v7.5zM5.422 17.313l0.516-2.453 12.234 2.578-0.516 2.438zM7.031 11.469l1.047-2.281 11.328 5.297-1.047 2.266zM10.172 5.906l1.594-1.922 9.594 8.016-1.594 1.922zM16.375 0l7.453 10.016-2 1.5-7.453-10.016zM5.156 22.984v-2.484h12.5v2.484h-12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-instagram\" viewBox=\"0 0 24 28\">\n<title>instagram</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM18.156 14c0 3.406-2.75 6.156-6.156 6.156s-6.156-2.75-6.156-6.156 2.75-6.156 6.156-6.156 6.156 2.75 6.156 6.156zM19.844 7.594c0 0.797-0.641 1.437-1.437 1.437s-1.437-0.641-1.437-1.437 0.641-1.437 1.437-1.437 1.437 0.641 1.437 1.437zM12 4.156c-1.75 0-5.5-0.141-7.078 0.484-0.547 0.219-0.953 0.484-1.375 0.906s-0.688 0.828-0.906 1.375c-0.625 1.578-0.484 5.328-0.484 7.078s-0.141 5.5 0.484 7.078c0.219 0.547 0.484 0.953 0.906 1.375s0.828 0.688 1.375 0.906c1.578 0.625 5.328 0.484 7.078 0.484s5.5 0.141 7.078-0.484c0.547-0.219 0.953-0.484 1.375-0.906s0.688-0.828 0.906-1.375c0.625-1.578 0.484-5.328 0.484-7.078s0.141-5.5-0.484-7.078c-0.219-0.547-0.484-0.953-0.906-1.375s-0.828-0.688-1.375-0.906c-1.578-0.625-5.328-0.484-7.078-0.484zM24 14c0 1.656 0.016 3.297-0.078 4.953-0.094 1.922-0.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656 0.094-3.297 0.078-4.953 0.078s-3.297 0.016-4.953-0.078c-1.922-0.094-3.625-0.531-5.031-1.937s-1.844-3.109-1.937-5.031c-0.094-1.656-0.078-3.297-0.078-4.953s-0.016-3.297 0.078-4.953c0.094-1.922 0.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-0.094 3.297-0.078 4.953-0.078s3.297-0.016 4.953 0.078c1.922 0.094 3.625 0.531 5.031 1.937s1.844 3.109 1.937 5.031c0.094 1.656 0.078 3.297 0.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flickr\" viewBox=\"0 0 24 28\">\n<title>flickr</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM10.906 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313zM19.719 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adn\" viewBox=\"0 0 24 28\">\n<title>adn</title>\n<path d=\"M12 9.719l3.141 4.781h-6.281zM17.703 18h1.469l-7.172-10.797-7.172 10.797h1.469l1.625-2.5h8.156zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket\" viewBox=\"0 0 22 28\">\n<title>bitbucket</title>\n<path d=\"M12.734 13.422c0.172 1.312-1.422 2.344-2.531 1.672-1.25-0.547-1.25-2.531-0.031-3.094 1.047-0.641 2.562 0.203 2.562 1.422zM14.469 13.094c-0.281-2.219-2.797-3.687-4.844-2.766-1.297 0.578-2.172 1.953-2.109 3.406 0.078 1.906 1.891 3.469 3.797 3.297s3.391-2.031 3.156-3.938zM18.203 4.625c-0.688-0.906-1.859-1.062-2.891-1.234-2.922-0.469-5.922-0.484-8.844 0.031-0.969 0.156-2.063 0.328-2.672 1.203 1 0.938 2.422 1.078 3.703 1.234 2.312 0.297 4.688 0.313 7 0.016 1.297-0.156 2.734-0.281 3.703-1.25zM19.094 20.797c-0.438 1.531-0.187 3.594-1.813 4.484-2.797 1.547-6.188 1.719-9.266 1.172-1.625-0.297-3.531-0.812-4.422-2.344-0.391-1.5-0.641-3.031-0.891-4.562l0.094-0.25 0.281-0.141c4.656 3.078 11.172 3.078 15.844 0 0.734 0.219 0.187 1.109 0.172 1.641zM21.922 5.781c-0.531 3.422-1.141 6.828-1.734 10.234-0.172 1-1.141 1.563-1.953 1.984-2.922 1.469-6.328 1.719-9.531 1.375-2.172-0.234-4.391-0.812-6.156-2.172-0.828-0.641-0.828-1.734-0.984-2.656-0.547-3.203-1.172-6.406-1.563-9.641 0.187-1.406 1.766-2.016 2.938-2.453 1.563-0.578 3.234-0.844 4.891-1 3.531-0.344 7.141-0.219 10.563 0.781 1.219 0.359 2.531 0.859 3.359 1.906 0.375 0.484 0.25 1.094 0.172 1.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket-square\" viewBox=\"0 0 24 28\">\n<title>bitbucket-square</title>\n<path d=\"M13.25 13.594c0-0.891-1.094-1.5-1.844-1.047-0.891 0.422-0.891 1.859 0.016 2.234 0.812 0.484 1.953-0.25 1.828-1.188zM14.5 13.344c0.172 1.375-0.906 2.719-2.281 2.844s-2.672-1-2.734-2.391c-0.047-1.031 0.594-2.031 1.531-2.453 1.469-0.656 3.281 0.406 3.484 2zM17.187 7.234c-0.688 0.703-1.734 0.797-2.656 0.906-1.672 0.219-3.375 0.203-5.063 0-0.922-0.125-1.937-0.234-2.656-0.906 0.438-0.625 1.219-0.75 1.922-0.859 2.109-0.375 4.266-0.359 6.375-0.016 0.75 0.109 1.594 0.234 2.078 0.875zM17.844 18.891c0-0.375 0.391-1.016-0.141-1.172-3.359 2.219-8.047 2.219-11.422 0l-0.187 0.094-0.078 0.187c0.187 1.094 0.359 2.203 0.641 3.281 0.641 1.109 2.016 1.484 3.187 1.687 2.219 0.406 4.672 0.281 6.687-0.828 1.172-0.656 0.984-2.141 1.313-3.25zM19.875 8.062c0.063-0.375 0.141-0.828-0.125-1.172-0.594-0.75-1.531-1.109-2.422-1.375-2.469-0.719-5.078-0.812-7.609-0.562-1.203 0.109-2.406 0.313-3.531 0.719-0.844 0.328-1.984 0.766-2.125 1.766 0.281 2.344 0.734 4.641 1.125 6.969 0.125 0.656 0.125 1.437 0.719 1.906 1.266 0.969 2.875 1.391 4.438 1.563 2.312 0.25 4.766 0.078 6.875-0.984 0.594-0.313 1.281-0.719 1.406-1.437 0.438-2.453 0.859-4.906 1.25-7.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr\" viewBox=\"0 0 17 28\">\n<title>tumblr</title>\n<path d=\"M14.75 20.766l1.25 3.703c-0.469 0.703-2.594 1.5-4.5 1.531-5.672 0.094-7.812-4.031-7.812-6.937v-8.5h-2.625v-3.359c3.938-1.422 4.891-4.984 5.109-7.016 0.016-0.125 0.125-0.187 0.187-0.187h3.813v6.625h5.203v3.937h-5.219v8.094c0 1.094 0.406 2.609 2.5 2.562 0.688-0.016 1.609-0.219 2.094-0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr-square\" viewBox=\"0 0 24 28\">\n<title>tumblr-square</title>\n<path d=\"M17.75 22.828l-0.969-2.859c-0.375 0.187-1.078 0.344-1.609 0.344-1.594 0.047-1.922-1.109-1.922-1.969v-6.219h4.016v-3.031h-4v-5.094h-2.938c-0.047 0-0.125 0.047-0.141 0.156-0.172 1.547-0.906 4.297-3.938 5.391v2.578h2.031v6.531c0 2.234 1.641 5.422 6 5.344 1.469-0.031 3.109-0.641 3.469-1.172zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-down\" viewBox=\"0 0 12 28\">\n<title>long-arrow-down</title>\n<path d=\"M11.953 20.297c0.078 0.187 0.047 0.391-0.078 0.547l-5.469 6c-0.094 0.094-0.219 0.156-0.359 0.156v0c-0.141 0-0.281-0.063-0.375-0.156l-5.547-6c-0.125-0.156-0.156-0.359-0.078-0.547 0.078-0.172 0.25-0.297 0.453-0.297h3.5v-19.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v19.5h3.5c0.203 0 0.375 0.109 0.453 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-up\" viewBox=\"0 0 12 28\">\n<title>long-arrow-up</title>\n<path d=\"M11.953 7.703c-0.078 0.172-0.25 0.297-0.453 0.297h-3.5v19.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-19.5h-3.5c-0.203 0-0.375-0.109-0.453-0.297s-0.047-0.391 0.078-0.547l5.469-6c0.094-0.094 0.219-0.156 0.359-0.156v0c0.141 0 0.281 0.063 0.375 0.156l5.547 6c0.125 0.156 0.156 0.359 0.078 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-left\" viewBox=\"0 0 29 28\">\n<title>long-arrow-left</title>\n<path d=\"M28 12.5v3c0 0.281-0.219 0.5-0.5 0.5h-19.5v3.5c0 0.203-0.109 0.375-0.297 0.453s-0.391 0.047-0.547-0.078l-6-5.469c-0.094-0.094-0.156-0.219-0.156-0.359v0c0-0.141 0.063-0.281 0.156-0.375l6-5.531c0.156-0.141 0.359-0.172 0.547-0.094 0.172 0.078 0.297 0.25 0.297 0.453v3.5h19.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-right\" viewBox=\"0 0 27 28\">\n<title>long-arrow-right</title>\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-apple\" viewBox=\"0 0 22 28\">\n<title>apple</title>\n<path d=\"M21.766 18.984c-0.391 1.234-1.016 2.547-1.922 3.906-1.344 2.047-2.688 3.063-4.016 3.063-0.531 0-1.25-0.172-2.188-0.5-0.922-0.344-1.719-0.5-2.359-0.5-0.625 0-1.375 0.172-2.219 0.516-0.859 0.359-1.547 0.531-2.063 0.531-1.609 0-3.156-1.359-4.703-4.047-1.516-2.688-2.297-5.297-2.297-7.859 0-2.391 0.594-4.328 1.766-5.844 1.172-1.5 2.641-2.25 4.438-2.25 0.766 0 1.672 0.156 2.766 0.469 1.078 0.313 1.797 0.469 2.156 0.469 0.453 0 1.203-0.172 2.234-0.531 1.031-0.344 1.937-0.531 2.703-0.531 1.25 0 2.359 0.344 3.328 1.016 0.547 0.375 1.094 0.906 1.625 1.563-0.812 0.688-1.406 1.297-1.781 1.844-0.672 0.969-1.016 2.047-1.016 3.234 0 1.281 0.359 2.453 1.078 3.484s1.547 1.687 2.469 1.969zM15.891 0.656c0 0.641-0.156 1.359-0.453 2.125-0.313 0.781-0.797 1.5-1.453 2.156-0.562 0.562-1.125 0.938-1.687 1.125-0.359 0.109-0.891 0.203-1.625 0.266 0.031-1.547 0.438-2.891 1.219-4.016s2.094-1.891 3.906-2.312c0.031 0.141 0.063 0.25 0.078 0.344 0 0.109 0.016 0.203 0.016 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-windows\" viewBox=\"0 0 26 28\">\n<title>windows</title>\n<path d=\"M10.656 15.719v10.172l-10.656-1.469v-8.703h10.656zM10.656 4.109v10.297h-10.656v-8.828zM26 15.719v12.281l-14.172-1.953v-10.328h14.172zM26 2v12.406h-14.172v-10.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-android\" viewBox=\"0 0 22 28\">\n<title>android</title>\n<path d=\"M7.703 7.547c0.344 0 0.609-0.281 0.609-0.609s-0.266-0.609-0.609-0.609c-0.328 0-0.594 0.281-0.594 0.609s0.266 0.609 0.594 0.609zM14.297 7.547c0.328 0 0.594-0.281 0.594-0.609s-0.266-0.609-0.594-0.609c-0.344 0-0.609 0.281-0.609 0.609s0.266 0.609 0.609 0.609zM1.609 10.422c0.875 0 1.594 0.719 1.594 1.594v6.719c0 0.891-0.703 1.609-1.594 1.609s-1.609-0.719-1.609-1.609v-6.719c0-0.875 0.719-1.594 1.609-1.594zM18.172 10.719v10.406c0 0.953-0.766 1.719-1.703 1.719h-1.172v3.547c0 0.891-0.719 1.609-1.609 1.609s-1.609-0.719-1.609-1.609v-3.547h-2.156v3.547c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609l-0.016-3.547h-1.156c-0.953 0-1.719-0.766-1.719-1.719v-10.406h14.344zM14.547 4.391c2.188 1.125 3.672 3.281 3.672 5.766h-14.453c0-2.484 1.484-4.641 3.687-5.766l-1.109-2.047c-0.063-0.109-0.031-0.25 0.078-0.313 0.109-0.047 0.25-0.016 0.313 0.094l1.125 2.063c0.953-0.422 2.016-0.656 3.141-0.656s2.188 0.234 3.141 0.656l1.125-2.063c0.063-0.109 0.203-0.141 0.313-0.094 0.109 0.063 0.141 0.203 0.078 0.313zM22 12.016v6.719c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609v-6.719c0-0.891 0.719-1.594 1.594-1.594 0.891 0 1.609 0.703 1.609 1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linux\" viewBox=\"0 0 25 28\">\n<title>linux</title>\n<path d=\"M10.359 6.422v0c-0.313 0.031-0.203 0.313-0.375 0.313-0.156 0.016-0.125-0.344 0.375-0.313zM11.719 6.641c-0.156 0.047-0.172-0.25-0.453-0.172v0c0.453-0.203 0.609 0.109 0.453 0.172zM6.234 13.312c-0.141-0.047-0.109 0.234-0.25 0.453-0.109 0.203-0.391 0.359-0.172 0.391v0c0.078 0.016 0.297-0.172 0.391-0.391 0.078-0.266 0.156-0.406 0.031-0.453zM19.594 18.922c0-0.281-0.609-0.547-0.859-0.656 0.422-1.406 0.234-1.969-0.047-3.297-0.219-1-1.141-2.359-1.859-2.781 0.187 0.156 0.531 0.609 0.891 1.297 0.625 1.172 1.25 2.906 0.844 4.344-0.156 0.562-0.531 0.641-0.781 0.656-1.094 0.125-0.453-1.313-0.906-3.266-0.516-2.188-1.047-2.344-1.172-2.516-0.641-2.844-1.344-2.562-1.547-3.625-0.172-0.953 0.828-1.734-0.531-2-0.422-0.078-1.016-0.5-1.25-0.531s-0.359-1.578 0.516-1.625c0.859-0.063 1.016 0.969 0.859 1.375-0.25 0.406 0.016 0.562 0.438 0.422 0.344-0.109 0.125-1.016 0.203-1.141-0.219-1.313-0.766-1.5-1.328-1.609-2.156 0.172-1.188 2.547-1.406 2.328-0.313-0.328-1.219-0.031-1.219-0.234 0.016-1.219-0.391-1.922-0.953-1.937-0.625-0.016-0.875 0.859-0.906 1.359-0.047 0.469 0.266 1.453 0.5 1.375 0.156-0.047 0.422-0.359 0.141-0.344-0.141 0-0.359-0.344-0.391-0.75-0.016-0.406 0.141-0.812 0.672-0.797 0.609 0.016 0.609 1.234 0.547 1.281-0.203 0.141-0.453 0.406-0.484 0.453-0.203 0.328-0.594 0.422-0.75 0.562-0.266 0.281-0.328 0.594-0.125 0.703 0.719 0.406 0.484 0.875 1.484 0.906 0.656 0.031 1.141-0.094 1.594-0.234 0.344-0.109 1.453-0.344 1.687-0.75 0.109-0.172 0.234-0.172 0.313-0.125 0.156 0.078 0.187 0.375-0.203 0.469-0.547 0.156-1.094 0.453-1.594 0.641-0.484 0.203-0.641 0.281-1.094 0.359-1.031 0.187-1.797-0.375-1.109 0.297 0.234 0.219 0.453 0.359 1.047 0.344 1.313-0.047 2.766-1.625 2.906-0.922 0.031 0.156-0.406 0.344-0.75 0.516-1.219 0.594-2.078 1.781-2.859 1.375-0.703-0.375-1.406-2.109-1.391-1.328 0.016 1.203-1.578 2.266-0.844 3.641-0.484 0.125-1.563 2.422-1.719 3.609-0.094 0.688 0.063 1.531-0.109 2-0.234 0.688-1.297-0.656-0.953-2.297 0.063-0.281 0-0.344-0.078-0.203-0.422 0.766-0.187 1.844 0.156 2.594 0.141 0.328 0.5 0.469 0.766 0.75 0.547 0.625 2.703 2.219 3.078 2.609 0.484 0.453 0.344 1.516-0.656 1.625v0c0.516 0.969 1.016 1.062 1 2.641 0.594-0.313 0.359-1 0.109-1.437-0.172-0.313-0.391-0.453-0.344-0.531 0.031-0.047 0.344-0.313 0.516-0.109 0.531 0.594 1.531 0.703 2.594 0.562 1.078-0.125 2.234-0.5 2.766-1.359 0.25-0.406 0.422-0.547 0.531-0.469 0.125 0.063 0.172 0.344 0.156 0.812-0.016 0.5-0.219 1.016-0.359 1.437-0.141 0.484-0.187 0.812 0.281 0.828 0.125-0.875 0.375-1.734 0.438-2.609 0.078-1-0.641-2.844 0.141-3.766 0.203-0.25 0.453-0.281 0.797-0.281 0.047-1.25 1.969-1.156 2.609-0.641zM9.781 6c0.063-0.391-0.125-0.672-0.219-0.703-0.187-0.047-0.156 0.234-0.063 0.203v0c0.063 0 0.141 0.094 0.109 0.234-0.031 0.187-0.016 0.313 0.125 0.313 0.016 0 0.047 0 0.047-0.047zM16.328 9.078c-0.063-0.297-0.281-0.187-0.531-0.344-0.297-0.187-0.359-0.5-0.469-0.391v0c-0.328 0.359 0.406 1.109 0.719 1.172 0.187 0.031 0.328-0.219 0.281-0.438zM13.547 5.75c0.016-0.375-0.313-0.562-0.391-0.547-0.203 0.016-0.141 0.109-0.047 0.141v0c0.125 0.031 0.25 0.25 0.281 0.484 0 0.031 0.156-0.031 0.156-0.078zM14.391 2.109c0.016-0.078-0.187-0.172-0.328-0.281-0.125-0.125-0.25-0.234-0.375-0.234-0.313 0.031-0.156 0.359-0.203 0.516v0c-0.063 0.172-0.297 0.313-0.141 0.438 0.141 0.109 0.234-0.172 0.531-0.281 0.078-0.031 0.438 0.016 0.516-0.156zM23.219 23.063c1.922 1.188-0.719 2.172-1.859 2.75-0.891 0.453-2.078 1.453-2.516 1.875-0.328 0.313-1.687 0.469-2.453 0.078-0.891-0.453-0.422-1.172-1.797-1.219-0.688-0.016-1.359-0.016-2.031-0.016-0.594 0.016-1.188 0.047-1.797 0.063-2.063 0.047-2.266 1.375-3.594 1.328-0.906-0.031-2.047-0.75-4.016-1.156-1.375-0.281-2.703-0.359-2.984-0.969s0.344-1.297 0.391-1.891c0.047-0.797-0.594-1.875-0.125-2.281 0.406-0.359 1.266-0.094 1.828-0.406 0.594-0.344 0.844-0.609 0.844-1.344 0.219 0.75-0.016 1.359-0.5 1.656-0.297 0.187-0.844 0.281-1.297 0.234-0.359-0.031-0.578 0.016-0.672 0.156-0.141 0.172-0.094 0.484 0.078 0.891s0.375 0.672 0.344 1.172c-0.016 0.5-0.578 1.094-0.484 1.516 0.031 0.156 0.187 0.297 0.578 0.406 0.625 0.172 1.766 0.344 2.875 0.609 1.234 0.313 2.516 0.875 3.313 0.766 2.375-0.328 1.016-2.875 0.641-3.484v0c-2.016-3.156-3.344-5.219-4.406-4.406-0.266 0.219-0.281-0.531-0.266-0.828 0.047-1.031 0.562-1.406 0.875-2.203 0.594-1.516 1.047-3.25 1.953-4.141 0.672-0.875 1.734-2.297 1.937-3.047-0.172-1.625-0.219-3.344-0.25-4.844-0.031-1.609 0.219-3.016 2.031-4 0.438-0.234 1.016-0.328 1.625-0.328 1.078-0.016 2.281 0.297 3.047 0.859 1.219 0.906 1.984 2.828 1.891 4.203-0.063 1.078 0.125 2.188 0.469 3.344 0.406 1.359 1.047 2.312 2.078 3.406 1.234 1.313 2.203 3.891 2.484 5.531 0.25 1.531-0.094 2.484-0.422 2.531-0.5 0.078-0.812 1.656-2.375 1.594-1-0.047-1.094-0.641-1.375-1.156-0.453-0.797-0.906-0.547-1.078 0.297-0.094 0.422-0.031 1.047 0.109 1.516 0.281 0.984 0.187 1.906 0.016 3.047-0.328 2.156 1.516 2.562 2.75 1.531 1.219-1.016 1.484-1.172 3.016-1.703 2.328-0.797 1.547-1.5 0.297-1.922-1.125-0.375-1.172-2.266-0.766-2.625 0.094 2.031 1.156 2.328 1.594 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dribbble\" viewBox=\"0 0 24 28\">\n<title>dribbble</title>\n<path d=\"M16 23.438c-0.156-0.906-0.75-4.031-2.188-7.781-0.016 0-0.047 0.016-0.063 0.016 0 0-6.078 2.125-8.047 6.406-0.094-0.078-0.234-0.172-0.234-0.172 1.781 1.453 4.047 2.344 6.531 2.344 1.422 0 2.766-0.297 4-0.812zM13.109 13.953c-0.25-0.578-0.531-1.156-0.828-1.734-5.281 1.578-10.344 1.453-10.516 1.453-0.016 0.109-0.016 0.219-0.016 0.328 0 2.625 1 5.031 2.625 6.844v0c2.797-4.984 8.328-6.766 8.328-6.766 0.141-0.047 0.281-0.078 0.406-0.125zM11.438 10.641c-1.781-3.156-3.672-5.719-3.813-5.906-2.859 1.344-4.984 3.984-5.656 7.156 0.266 0 4.547 0.047 9.469-1.25zM22.125 15.625c-0.219-0.063-3.078-0.969-6.391-0.453 1.344 3.703 1.891 6.719 2 7.328 2.297-1.547 3.922-4.016 4.391-6.875zM9.547 4.047c-0.016 0-0.016 0-0.031 0.016 0 0 0.016-0.016 0.031-0.016zM18.766 6.312c-1.797-1.594-4.172-2.562-6.766-2.562-0.828 0-1.641 0.109-2.422 0.297 0.156 0.203 2.094 2.75 3.844 5.969 3.859-1.437 5.313-3.656 5.344-3.703zM22.25 13.891c-0.031-2.422-0.891-4.656-2.328-6.406-0.031 0.031-1.672 2.406-5.719 4.062 0.234 0.484 0.469 0.984 0.688 1.484 0.078 0.172 0.141 0.359 0.219 0.531 3.531-0.453 7.016 0.313 7.141 0.328zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skype\" viewBox=\"0 0 24 28\">\n<title>skype</title>\n<path d=\"M18.328 16.609c0-2.719-2.641-3.656-4.859-4.156l-1.625-0.375c-1.188-0.281-2.078-0.484-2.078-1.391 0-0.828 0.875-1.203 2.25-1.203 2.453 0 2.5 1.797 4.016 1.797 1.016 0 1.625-0.797 1.625-1.703 0-1.797-2.984-2.969-5.938-2.969-2.703 0-5.844 1.172-5.844 4.344 0 2.625 1.75 3.563 4.031 4.109l2.281 0.562c1.391 0.344 2.25 0.5 2.25 1.5 0 0.797-0.891 1.406-2.266 1.406-2.891 0-3.047-2.406-4.719-2.406-1.094 0-1.578 0.781-1.578 1.641 0 1.922 2.938 3.484 6.453 3.484 2.938 0 6-1.469 6-4.641zM24 20c0 3.313-2.688 6-6 6-1.375 0-2.641-0.469-3.656-1.25-0.75 0.156-1.547 0.25-2.344 0.25-6.078 0-11-4.922-11-11 0-0.797 0.094-1.594 0.25-2.344-0.781-1.016-1.25-2.281-1.25-3.656 0-3.313 2.688-6 6-6 1.375 0 2.641 0.469 3.656 1.25 0.75-0.156 1.547-0.25 2.344-0.25 6.078 0 11 4.922 11 11 0 0.797-0.094 1.594-0.25 2.344 0.781 1.016 1.25 2.281 1.25 3.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-foursquare\" viewBox=\"0 0 20 28\">\n<title>foursquare</title>\n<path d=\"M15.625 6.781l0.578-3.031c0.109-0.5-0.266-0.891-0.688-0.891h-11.125c-0.5 0-0.844 0.453-0.844 0.844v17.203c0 0.047 0.047 0.063 0.094 0.016 4.094-4.922 4.547-5.5 4.547-5.5 0.469-0.547 0.656-0.641 1.344-0.641h3.734c0.516 0 0.812-0.438 0.859-0.688s0.484-2.531 0.578-2.984-0.328-0.922-0.75-0.922h-4.594c-0.609 0-1.047-0.438-1.047-1.047v-0.656c0-0.609 0.438-1.031 1.047-1.031h5.406c0.375 0 0.797-0.344 0.859-0.672zM19.172 3.313c-0.578 2.812-2.312 11.703-2.469 12.344-0.187 0.734-0.469 2.016-2.25 2.016h-4.234c-0.172 0-0.187-0.016-0.344 0.156 0 0-0.109 0.125-6.656 7.719-0.516 0.594-1.359 0.484-1.672 0.359s-0.859-0.5-0.859-1.531v-22.031c0-0.906 0.562-2.344 2.469-2.344h13.875c2.031 0 2.578 1.156 2.141 3.313zM19.172 3.313l-2.469 12.344c0.156-0.641 1.891-9.531 2.469-12.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trello\" viewBox=\"0 0 24 28\">\n<title>trello</title>\n<path d=\"M11 21v-16c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v16c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM21.5 15v-10c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v10c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-female\" viewBox=\"0 0 20 28\">\n<title>female</title>\n<path d=\"M20 16.5c0 0.828-0.672 1.5-1.5 1.5-0.5 0-0.969-0.25-1.25-0.672l-3.547-5.328h-0.703v2.063l3.859 6.422c0.094 0.156 0.141 0.328 0.141 0.516 0 0.547-0.453 1-1 1h-3v4.25c0 0.969-0.781 1.75-1.75 1.75h-2.5c-0.953 0-1.75-0.781-1.75-1.75v-4.25h-3c-0.547 0-1-0.453-1-1 0-0.187 0.047-0.359 0.141-0.516l3.859-6.422v-2.063h-0.703l-3.547 5.328c-0.281 0.422-0.75 0.672-1.25 0.672-0.828 0-1.5-0.672-1.5-1.5 0-0.297 0.094-0.594 0.25-0.828l4-6c0.625-0.922 1.594-1.672 2.75-1.672h6c1.156 0 2.125 0.75 2.75 1.672l4 6c0.156 0.234 0.25 0.531 0.25 0.828zM13.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-male\" viewBox=\"0 0 16 28\">\n<title>male</title>\n<path d=\"M16 11v6.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-5.5h-1v14.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-7.25h-1v7.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-14.25h-1v5.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-6.5c0-1.656 1.344-3 3-3h10c1.656 0 3 1.344 3 3zM11.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gittip\" viewBox=\"0 0 24 28\">\n<title>gittip</title>\n<path d=\"M12.078 20.344l5.469-7.391c0.422-0.578 0.922-2.438-0.672-3.484-1.344-0.875-2.625-0.203-3.297 0.578-0.25 0.281-0.688 0.625-1.5 0.625s-1.234-0.344-1.484-0.625c-0.672-0.781-1.953-1.453-3.313-0.578-1.578 1.047-1.078 2.906-0.656 3.484zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sun-o\" viewBox=\"0 0 28 28\">\n<title>sun-o</title>\n<path d=\"M23 14c0-4.969-4.031-9-9-9s-9 4.031-9 9 4.031 9 9 9 9-4.031 9-9zM27.312 18.328c-0.047 0.156-0.172 0.266-0.313 0.313l-4.562 1.5v4.781c0 0.156-0.078 0.313-0.203 0.406-0.141 0.094-0.297 0.125-0.453 0.063l-4.562-1.469-2.812 3.875c-0.094 0.125-0.25 0.203-0.406 0.203s-0.313-0.078-0.406-0.203l-2.812-3.875-4.562 1.469c-0.156 0.063-0.313 0.031-0.453-0.063-0.125-0.094-0.203-0.25-0.203-0.406v-4.781l-4.562-1.5c-0.141-0.047-0.266-0.156-0.313-0.313s-0.031-0.328 0.063-0.453l2.812-3.875-2.812-3.875c-0.094-0.141-0.109-0.297-0.063-0.453s0.172-0.266 0.313-0.313l4.562-1.5v-4.781c0-0.156 0.078-0.313 0.203-0.406 0.141-0.094 0.297-0.125 0.453-0.063l4.562 1.469 2.812-3.875c0.187-0.25 0.625-0.25 0.812 0l2.812 3.875 4.562-1.469c0.156-0.063 0.313-0.031 0.453 0.063 0.125 0.094 0.203 0.25 0.203 0.406v4.781l4.562 1.5c0.141 0.047 0.266 0.156 0.313 0.313s0.031 0.313-0.063 0.453l-2.812 3.875 2.812 3.875c0.094 0.125 0.109 0.297 0.063 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-moon-o\" viewBox=\"0 0 23 28\">\n<title>moon-o</title>\n<path d=\"M19.719 20.359c-0.562 0.094-1.141 0.141-1.719 0.141-5.797 0-10.5-4.703-10.5-10.5 0-1.984 0.578-3.922 1.625-5.578-4.156 1.234-7.125 5.047-7.125 9.578 0 5.516 4.484 10 10 10 3.016 0 5.844-1.375 7.719-3.641zM22.891 19.031c-1.953 4.234-6.234 6.969-10.891 6.969-6.609 0-12-5.391-12-12 0-6.484 5.078-11.75 11.547-11.984 0.438-0.016 0.797 0.234 0.953 0.609 0.172 0.391 0.063 0.844-0.234 1.125-1.781 1.625-2.766 3.844-2.766 6.25 0 4.688 3.813 8.5 8.5 8.5 1.234 0 2.422-0.266 3.563-0.797 0.391-0.172 0.828-0.094 1.125 0.203s0.375 0.75 0.203 1.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-archive\" viewBox=\"0 0 28 28\">\n<title>archive</title>\n<path d=\"M17 13c0-0.547-0.453-1-1-1h-4c-0.547 0-1 0.453-1 1s0.453 1 1 1h4c0.547 0 1-0.453 1-1zM26 10v15c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-15c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM27 3v4c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bug\" viewBox=\"0 0 26 28\">\n<title>bug</title>\n<path d=\"M25.5 15c0 0.547-0.453 1-1 1h-3.5c0 1.953-0.422 3.422-1.047 4.531l3.25 3.266c0.391 0.391 0.391 1.016 0 1.406-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-3.094-3.078s-2.047 1.875-4.703 1.875v-14h-2v14c-2.828 0-4.891-2.063-4.891-2.063l-2.859 3.234c-0.203 0.219-0.469 0.328-0.75 0.328-0.234 0-0.469-0.078-0.672-0.25-0.406-0.375-0.438-1-0.078-1.422l3.156-3.547c-0.547-1.078-0.906-2.469-0.906-4.281h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h3.5v-4.594l-2.703-2.703c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0l2.703 2.703h13.188l2.703-2.703c0.391-0.391 1.016-0.391 1.406 0s0.391 1.016 0 1.406l-2.703 2.703v4.594h3.5c0.547 0 1 0.453 1 1zM18 6h-10c0-2.766 2.234-5 5-5s5 2.234 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vk\" viewBox=\"0 0 31 28\">\n<title>vk</title>\n<path d=\"M29.953 8.125c0.234 0.641-0.5 2.141-2.344 4.594-3.031 4.031-3.359 3.656-0.859 5.984 2.406 2.234 2.906 3.313 2.984 3.453 0 0 1 1.75-1.109 1.766l-4 0.063c-0.859 0.172-2-0.609-2-0.609-1.5-1.031-2.906-3.703-4-3.359 0 0-1.125 0.359-1.094 2.766 0.016 0.516-0.234 0.797-0.234 0.797s-0.281 0.297-0.828 0.344h-1.797c-3.953 0.25-7.438-3.391-7.438-3.391s-3.813-3.938-7.156-11.797c-0.219-0.516 0.016-0.766 0.016-0.766s0.234-0.297 0.891-0.297l4.281-0.031c0.406 0.063 0.688 0.281 0.688 0.281s0.25 0.172 0.375 0.5c0.703 1.75 1.609 3.344 1.609 3.344 1.563 3.219 2.625 3.766 3.234 3.437 0 0 0.797-0.484 0.625-4.375-0.063-1.406-0.453-2.047-0.453-2.047-0.359-0.484-1.031-0.625-1.328-0.672-0.234-0.031 0.156-0.594 0.672-0.844 0.766-0.375 2.125-0.391 3.734-0.375 1.266 0.016 1.625 0.094 2.109 0.203 1.484 0.359 0.984 1.734 0.984 5.047 0 1.062-0.203 2.547 0.562 3.031 0.328 0.219 1.141 0.031 3.141-3.375 0 0 0.938-1.625 1.672-3.516 0.125-0.344 0.391-0.484 0.391-0.484s0.25-0.141 0.594-0.094l4.5-0.031c1.359-0.172 1.578 0.453 1.578 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-weibo\" viewBox=\"0 0 28 28\">\n<title>weibo</title>\n<path d=\"M10.547 20.062c0.438-0.719 0.203-1.547-0.531-1.859-0.703-0.297-1.641 0.016-2.078 0.703-0.453 0.703-0.234 1.531 0.469 1.859 0.719 0.328 1.687 0.016 2.141-0.703zM12.016 18.172c0.156-0.281 0.063-0.594-0.219-0.703-0.281-0.094-0.625 0.031-0.781 0.297-0.156 0.281-0.078 0.578 0.203 0.703 0.281 0.109 0.641-0.016 0.797-0.297zM14.734 19.844c-0.938 2.125-3.656 3.281-5.969 2.531-2.234-0.719-3.172-2.922-2.203-4.906 0.969-1.937 3.453-3.031 5.656-2.469 2.297 0.594 3.453 2.75 2.516 4.844zM19.609 17.344c-0.297-3.047-4.297-5.141-8.937-4.688-4.641 0.469-8.141 3.297-7.844 6.344s4.297 5.141 8.937 4.688c4.641-0.469 8.141-3.297 7.844-6.344zM24.422 17.406c0 3.516-5.063 7.938-12.672 7.938-5.812 0-11.75-2.812-11.75-7.453 0-2.422 1.531-5.219 4.172-7.859 3.531-3.531 7.641-5.125 9.188-3.578 0.688 0.672 0.75 1.859 0.313 3.266-0.219 0.719 0.672 0.313 0.672 0.328 2.844-1.203 5.328-1.266 6.234 0.031 0.484 0.688 0.438 1.656 0 2.781-0.203 0.516 0.063 0.594 0.453 0.719 1.609 0.5 3.391 1.703 3.391 3.828zM23.266 7.656c0.891 0.984 1.141 2.344 0.75 3.531-0.156 0.484-0.672 0.75-1.156 0.594s-0.75-0.672-0.594-1.156v0c0.187-0.594 0.063-1.25-0.375-1.734s-1.078-0.672-1.672-0.547v0c-0.5 0.109-1-0.203-1.094-0.703-0.109-0.5 0.203-0.984 0.703-1.094 1.219-0.266 2.547 0.109 3.437 1.109zM26.094 5.109c1.844 2.031 2.328 4.812 1.547 7.25v0c-0.187 0.562-0.781 0.875-1.344 0.688s-0.875-0.781-0.703-1.344v0c0.562-1.734 0.219-3.719-1.094-5.156-1.313-1.453-3.234-2-5.016-1.625-0.578 0.125-1.156-0.25-1.281-0.828s0.25-1.141 0.828-1.266v0c2.516-0.531 5.219 0.234 7.063 2.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-renren\" viewBox=\"0 0 24 28\">\n<title>renren</title>\n<path d=\"M17.703 24.531c-1.703 0.938-3.656 1.469-5.75 1.469-2.078 0-4.031-0.531-5.734-1.469 2.766-1.75 5-4.391 5.734-7.484 0.75 3.094 2.984 5.734 5.75 7.484zM9.969 2.219v7.578c0 5.344-2.953 9.938-7.141 11.969-1.766-2.094-2.828-4.781-2.828-7.734 0-5.938 4.312-10.859 9.969-11.813zM24 14.031c0 2.953-1.062 5.641-2.828 7.734-4.188-2.031-7.141-6.625-7.141-11.969v-7.578c5.656 0.953 9.969 5.875 9.969 11.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pagelines\" viewBox=\"0 0 22 28\">\n<title>pagelines</title>\n<path d=\"M21.906 17.234c-3.141 7.797-10.672 3.078-10.672 3.078-2.312 4.672-6.125 7.672-10.531 7.688-0.391 0-0.703-0.313-0.703-0.703s0.313-0.688 0.703-0.688c3.672-0.016 6.875-2.438 8.969-6.281-2.344 0.906-6.766 1.594-9.219-4.688 6.219-2.562 9.078 0.641 10.172 2.594 0.562-1.391 0.969-2.906 1.234-4.547 0 0-7.969 1.25-8.531-5.594 6.797-2.734 8.703 4.375 8.703 4.375 0.094-0.953 0.187-3 0.187-3.047 0 0-6.062-4.203-2.172-9.422 7.109 2.453 3.5 9.266 3.5 9.266 0.031 0.094 0.031 1.359 0 1.906 0 0 2.578-5.078 7.781-3.281-0.234 7.641-8.094 6.062-8.094 6.062-0.25 1.563-0.641 3.047-1.141 4.422 0 0 4.734-5.234 9.812-1.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-exchange\" viewBox=\"0 0 20 28\">\n<title>stack-exchange</title>\n<path d=\"M19.672 19.578v1.031c0 1.766-1.375 3.187-3.063 3.187h-0.891l-4.062 4.203v-4.203h-8.266c-1.687 0-3.063-1.422-3.063-3.187v-1.031h19.344zM19.672 14.484v3.984h-19.344v-3.984h19.344zM19.672 9.359v3.984h-19.344v-3.984h19.344zM19.672 7.172v1.047h-19.344v-1.047c0-1.75 1.375-3.172 3.063-3.172h13.219c1.687 0 3.063 1.422 3.063 3.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-right</title>\n<path d=\"M18 14c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-left</title>\n<path d=\"M18 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v3c0 0.281-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-4.984c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5v3h5.5c0.266 0 0.5 0.234 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-left\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-left</title>\n<path d=\"M16 9v10c0 0.547-0.453 1-1 1-0.203 0-0.406-0.063-0.578-0.187l-7-5c-0.266-0.187-0.422-0.484-0.422-0.812 0-0.313 0.156-0.625 0.422-0.812l7-5c0.172-0.125 0.375-0.187 0.578-0.187 0.547 0 1 0.453 1 1zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dot-circle-o\" viewBox=\"0 0 24 28\">\n<title>dot-circle-o</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair\" viewBox=\"0 0 25 28\">\n<title>wheelchair</title>\n<path d=\"M15.984 18.547l1.594 3.187c-1.203 3.719-4.672 6.266-8.578 6.266-4.953 0-9-4.047-9-9 0-3.781 2.375-7.156 5.922-8.453l0.266 2.047c-2.547 1.125-4.188 3.625-4.188 6.406 0 3.859 3.141 7 7 7 4.016 0 7.266-3.437 6.984-7.453zM24.547 20.109l0.906 1.781-4 2c-0.141 0.078-0.297 0.109-0.453 0.109-0.375 0-0.734-0.219-0.891-0.547l-3.734-7.453h-7.375c-0.5 0-0.938-0.391-1-0.891l-1.5-12.172c-0.016-0.156 0.047-0.5 0.094-0.656 0.297-1.078 1.297-1.781 2.406-1.781 1.375 0 2.5 1.125 2.5 2.5 0 1.422-1.25 2.641-2.688 2.484l0.578 4.516h6.609v2h-6.359l0.25 2h7.109c0.375 0 0.734 0.219 0.891 0.547l3.563 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo-square\" viewBox=\"0 0 24 28\">\n<title>vimeo-square</title>\n<path d=\"M20.188 9.969c0.109-2.266-0.734-3.406-2.516-3.469-2.406-0.078-4.031 1.281-4.875 4.078 0.438-0.187 0.859-0.297 1.281-0.297 0.875 0 1.266 0.5 1.156 1.5-0.047 0.594-0.438 1.469-1.156 2.609-0.734 1.156-1.281 1.719-1.641 1.719-0.469 0-0.875-0.875-1.281-2.641-0.125-0.531-0.359-1.844-0.703-3.984-0.313-1.969-1.141-2.891-2.5-2.766-0.562 0.063-1.437 0.562-2.562 1.563-0.844 0.734-1.672 1.5-2.531 2.25l0.812 1.047c0.781-0.531 1.234-0.812 1.359-0.812 0.594 0 1.156 0.938 1.672 2.797 0.469 1.719 0.938 3.422 1.406 5.141 0.703 1.859 1.547 2.797 2.562 2.797 1.625 0 3.625-1.531 5.984-4.594 2.281-2.938 3.469-5.25 3.531-6.937zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-try\" viewBox=\"0 0 18 28\">\n<title>try</title>\n<path d=\"M18 13c0 6.062-4.937 11-11 11h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-9.547l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-1.453l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-3.906c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v2.828l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v1.453l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v7.609c3.906-0.266 7-3.516 7-7.484 0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square-o\" viewBox=\"0 0 22 28\">\n<title>plus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-5.5v5.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-5.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v5.5h5.5c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-space-shuttle\" viewBox=\"0 0 34 28\">\n<title>space-shuttle</title>\n<path d=\"M9.688 17.5c-1.078 0.625-2.547 1-4.188 1h-2v-1h-1c-0.281 0-0.5-0.562-0.5-1.25 0-0.281 0.047-0.547 0.109-0.766-1.203-0.031-2.109-0.234-2.109-0.484s0.906-0.453 2.109-0.484c-0.063-0.219-0.109-0.484-0.109-0.766 0-0.688 0.219-1.25 0.5-1.25h1v-1h2c1.641 0 3.109 0.375 4.188 1h17.391c1.156 0.203 2.203 0.375 2.922 0.5 3 0.5 4 1.5 4 2s-1 1.5-4 2c-0.719 0.125-1.766 0.297-2.922 0.5h-17.391zM27.172 13.563c0.5 0.344 0.828 0.859 0.828 1.437s-0.328 1.094-0.828 1.437l1.266 0.469c0.641-0.453 1.062-1.141 1.062-1.906s-0.422-1.453-1.062-1.906zM9.766 17.75h15.859s-3.391 0.594-7.125 1.25c-2 0-3.5 1.5-3.5 1.5l-4.5 4.5s-1.516 1-2.5 1h-1.5l-1.453-7.25h0.453c1.594 0 3.109-0.359 4.266-1zM5.5 11.25h-0.453l1.453-7.25h1.5c1.016 0 2 0.5 2.5 1l4.5 4.5c0 0 1.5 1.5 3.5 1.5 3.734 0.656 7.125 1.25 7.125 1.25h-15.859c-1.156-0.641-2.672-1-4.266-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slack\" viewBox=\"0 0 26 28\">\n<title>slack</title>\n<path d=\"M23.734 12.125c1.281 0 2.266 0.938 2.266 2.219 0 1-0.516 1.703-1.453 2.031l-2.688 0.922 0.875 2.609c0.078 0.234 0.109 0.484 0.109 0.734 0 1.234-1 2.266-2.234 2.266-0.984 0-1.859-0.609-2.172-1.547l-0.859-2.578-4.844 1.656 0.859 2.562c0.078 0.234 0.125 0.484 0.125 0.734 0 1.219-1 2.266-2.25 2.266-0.984 0-1.844-0.609-2.156-1.547l-0.859-2.547-2.391 0.828c-0.25 0.078-0.516 0.141-0.781 0.141-1.266 0-2.219-0.938-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.438-0.828-1.641-4.891-2.438 0.844c-0.25 0.078-0.5 0.125-0.75 0.125-1.25 0-2.219-0.953-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.453-0.828-0.828-2.484c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1-2.266 2.25-2.266 0.984 0 1.844 0.609 2.156 1.547l0.844 2.5 4.844-1.641-0.844-2.5c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1.016-2.266 2.25-2.266 0.984 0 1.859 0.625 2.172 1.547l0.828 2.516 2.531-0.859c0.219-0.063 0.438-0.094 0.672-0.094 1.219 0 2.266 0.906 2.266 2.156 0 0.969-0.75 1.781-1.625 2.078l-2.453 0.844 1.641 4.937 2.562-0.875c0.234-0.078 0.484-0.125 0.719-0.125zM11.328 16.219l4.844-1.641-1.641-4.922-4.844 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-square\" viewBox=\"0 0 24 28\">\n<title>envelope-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM20 18.5v-6.813c-0.297 0.328-0.625 0.625-1 0.859-1.469 0.969-2.984 1.875-4.438 2.875-0.734 0.516-1.641 1.078-2.562 1.078v0 0 0 0c-0.922 0-1.828-0.562-2.562-1.078-1.453-1-2.984-1.891-4.438-2.891-0.359-0.234-0.641-0.578-1-0.844v6.813c0 0.828 0.672 1.5 1.5 1.5h13c0.828 0 1.5-0.672 1.5-1.5zM20 9.547c0-0.844-0.625-1.547-1.5-1.547h-13c-0.828 0-1.5 0.672-1.5 1.5 0 0.844 0.875 1.766 1.531 2.203 1.375 0.922 2.797 1.781 4.172 2.688 0.594 0.391 1.578 1.109 2.297 1.109s1.703-0.719 2.297-1.109c1.391-0.906 2.781-1.797 4.172-2.719 0.609-0.406 1.531-1.344 1.531-2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wordpress\" viewBox=\"0 0 28 28\">\n<title>wordpress</title>\n<path d=\"M1.984 14c0-1.734 0.375-3.391 1.047-4.891l5.734 15.703c-4.016-1.953-6.781-6.062-6.781-10.813zM22.109 13.391c0 1.031-0.422 2.219-0.922 3.891l-1.188 4-4.344-12.906s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.953 0.141-3.203 0.156-3.203 0.156s-1.172-0.016-3.156-0.156c-0.656-0.047-0.734 0.938-0.078 0.984 0.609 0.063 1.25 0.125 1.25 0.125l1.875 5.125-2.625 7.875-4.375-13s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.937 0.141-3.203 0.156-3.203 0.156-0.219 0-0.484-0.016-0.766-0.016 2.141-3.266 5.828-5.422 10.031-5.422 3.125 0 5.969 1.203 8.109 3.156h-0.156c-1.172 0-2.016 1.016-2.016 2.125 0 0.984 0.578 1.813 1.188 2.812 0.469 0.797 0.984 1.828 0.984 3.313zM14.203 15.047l3.703 10.109c0.016 0.063 0.047 0.125 0.078 0.172-1.25 0.438-2.578 0.688-3.984 0.688-1.172 0-2.312-0.172-3.391-0.5zM24.531 8.234c0.938 1.719 1.484 3.672 1.484 5.766 0 4.438-2.406 8.297-5.984 10.375l3.672-10.594c0.609-1.75 0.922-3.094 0.922-4.312 0-0.438-0.031-0.844-0.094-1.234zM14 0c7.719 0 14 6.281 14 14s-6.281 14-14 14-14-6.281-14-14 6.281-14 14-14zM14 27.359c7.359 0 13.359-6 13.359-13.359s-6-13.359-13.359-13.359-13.359 6-13.359 13.359 6 13.359 13.359 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-openid\" viewBox=\"0 0 28 28\">\n<title>openid</title>\n<path d=\"M16.969 0v24l-4.25 2c-7.187-0.641-12.719-4.469-12.719-9.109 0-4.469 5.156-8.188 11.984-9.016v2.688c-4.469 0.781-7.75 3.313-7.75 6.328 0 3.187 3.656 5.828 8.484 6.438v0-21.25zM27.422 9.094l0.578 6.094-8.203-1.781 2.297-1.297c-1.219-0.719-2.719-1.25-4.375-1.547v-2.688c2.891 0.344 5.484 1.219 7.516 2.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bank\" viewBox=\"0 0 30 28\">\n<title>bank</title>\n<path d=\"M15 0l15 6v2h-2c0 0.547-0.484 1-1.078 1h-23.844c-0.594 0-1.078-0.453-1.078-1h-2v-2zM4 10h4v12h2v-12h4v12h2v-12h4v12h2v-12h4v12h0.922c0.594 0 1.078 0.453 1.078 1v1h-26v-1c0-0.547 0.484-1 1.078-1h0.922v-12zM28.922 25c0.594 0 1.078 0.453 1.078 1v2h-30v-2c0-0.547 0.484-1 1.078-1h27.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-graduation-cap\" viewBox=\"0 0 36 28\">\n<title>graduation-cap</title>\n<path d=\"M27.719 13.062l0.281 4.937c0.125 2.203-4.484 4-10 4s-10.125-1.797-10-4l0.281-4.937 8.969 2.828c0.25 0.078 0.5 0.109 0.75 0.109s0.5-0.031 0.75-0.109zM36 8c0 0.219-0.141 0.406-0.344 0.484l-17.5 5.5c-0.063 0.016-0.109 0.016-0.156 0.016s-0.094 0-0.156-0.016l-10.187-3.219c-0.891 0.703-1.516 2.422-1.641 4.531 0.594 0.344 0.984 0.969 0.984 1.703 0 0.703-0.359 1.313-0.906 1.672l0.906 6.766c0.016 0.141-0.031 0.281-0.125 0.391s-0.234 0.172-0.375 0.172h-3c-0.141 0-0.281-0.063-0.375-0.172s-0.141-0.25-0.125-0.391l0.906-6.766c-0.547-0.359-0.906-0.969-0.906-1.672 0-0.75 0.422-1.391 1.016-1.734 0.094-1.828 0.562-3.797 1.531-5.156l-5.203-1.625c-0.203-0.078-0.344-0.266-0.344-0.484s0.141-0.406 0.344-0.484l17.5-5.5c0.063-0.016 0.109-0.016 0.156-0.016s0.094 0 0.156 0.016l17.5 5.5c0.203 0.078 0.344 0.266 0.344 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yahoo\" viewBox=\"0 0 24 28\">\n<title>yahoo</title>\n<path d=\"M13.422 14.953l0.203 11.047c-0.531-0.094-1.078-0.172-1.641-0.172-0.547 0-1.094 0.078-1.641 0.172l0.203-11.047c-2.906-5.016-5.641-10.125-8.844-14.953 0.547 0.141 1.109 0.234 1.687 0.234s1.172-0.109 1.734-0.234c2.187 3.875 4.562 7.641 6.859 11.453 2.312-3.781 4.766-7.547 6.859-11.453 0.547 0.141 1.109 0.219 1.672 0.219 0.594 0 1.203-0.078 1.781-0.219v0 0c-1.25 1.719-2.281 3.594-3.359 5.422-1.859 3.172-3.687 6.344-5.516 9.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google\" viewBox=\"0 0 24 28\">\n<title>google</title>\n<path d=\"M12 12.281h11.328c0.109 0.609 0.187 1.203 0.187 2 0 6.844-4.594 11.719-11.516 11.719-6.641 0-12-5.359-12-12s5.359-12 12-12c3.234 0 5.953 1.188 8.047 3.141l-3.266 3.141c-0.891-0.859-2.453-1.859-4.781-1.859-4.094 0-7.438 3.391-7.438 7.578s3.344 7.578 7.438 7.578c4.75 0 6.531-3.406 6.813-5.172h-6.813v-4.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit\" viewBox=\"0 0 28 28\">\n<title>reddit</title>\n<path d=\"M17.109 18.234c0.141 0.141 0.141 0.359 0 0.484-0.891 0.891-2.609 0.969-3.109 0.969s-2.219-0.078-3.109-0.969c-0.141-0.125-0.141-0.344 0-0.484 0.125-0.125 0.344-0.125 0.469 0 0.562 0.578 1.781 0.766 2.641 0.766s2.063-0.187 2.641-0.766c0.125-0.125 0.344-0.125 0.469 0zM12.313 15.406c0 0.766-0.625 1.391-1.391 1.391-0.781 0-1.406-0.625-1.406-1.391 0-0.781 0.625-1.406 1.406-1.406 0.766 0 1.391 0.625 1.391 1.406zM18.484 15.406c0 0.766-0.625 1.391-1.406 1.391-0.766 0-1.391-0.625-1.391-1.391 0-0.781 0.625-1.406 1.391-1.406 0.781 0 1.406 0.625 1.406 1.406zM22.406 13.531c0-1.031-0.844-1.859-1.875-1.859-0.531 0-1 0.219-1.344 0.562-1.266-0.875-2.969-1.437-4.859-1.5l0.984-4.422 3.125 0.703c0 0.766 0.625 1.391 1.391 1.391 0.781 0 1.406-0.641 1.406-1.406s-0.625-1.406-1.406-1.406c-0.547 0-1.016 0.328-1.25 0.781l-3.453-0.766c-0.172-0.047-0.344 0.078-0.391 0.25l-1.078 4.875c-1.875 0.078-3.563 0.641-4.828 1.516-0.344-0.359-0.828-0.578-1.359-0.578-1.031 0-1.875 0.828-1.875 1.859 0 0.75 0.438 1.375 1.062 1.687-0.063 0.281-0.094 0.578-0.094 0.875 0 2.969 3.344 5.375 7.453 5.375 4.125 0 7.469-2.406 7.469-5.375 0-0.297-0.031-0.609-0.109-0.891 0.609-0.313 1.031-0.938 1.031-1.672zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-square\" viewBox=\"0 0 24 28\">\n<title>reddit-square</title>\n<path d=\"M14.672 17.641c0.109 0.109 0.109 0.297 0 0.406-0.766 0.766-2.234 0.828-2.672 0.828s-1.906-0.063-2.672-0.828c-0.109-0.109-0.109-0.297 0-0.406 0.109-0.125 0.297-0.125 0.406 0 0.484 0.484 1.531 0.656 2.266 0.656s1.781-0.172 2.266-0.656c0.109-0.125 0.297-0.125 0.406 0zM10.563 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM15.844 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM19.203 13.594c0-0.875-0.719-1.594-1.609-1.594-0.438 0-0.844 0.187-1.141 0.484-1.094-0.75-2.562-1.234-4.172-1.281l0.844-3.797 2.672 0.609c0.016 0.656 0.547 1.188 1.203 1.188s1.203-0.547 1.203-1.203-0.547-1.203-1.203-1.203c-0.469 0-0.875 0.266-1.078 0.672l-2.953-0.656c-0.156-0.047-0.297 0.063-0.328 0.203l-0.938 4.188c-1.609 0.063-3.063 0.547-4.141 1.297-0.297-0.313-0.703-0.5-1.156-0.5-0.891 0-1.609 0.719-1.609 1.594 0 0.641 0.375 1.188 0.906 1.453-0.047 0.234-0.078 0.5-0.078 0.75 0 2.547 2.859 4.609 6.391 4.609s6.406-2.063 6.406-4.609c0-0.266-0.031-0.516-0.094-0.766 0.516-0.266 0.875-0.812 0.875-1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon-circle\" viewBox=\"0 0 24 28\">\n<title>stumbleupon-circle</title>\n<path d=\"M13.531 13.109l1.406-0.422v-0.969c0-1.656-1.406-2.984-3.063-2.984s-3.063 1.313-3.063 2.969v4.422c0 0.406-0.328 0.734-0.734 0.734s-0.719-0.328-0.719-0.734v-1.875h-2.359v1.906c0 1.703 1.375 3.063 3.078 3.063 1.672 0 3.063-1.344 3.063-3.016v-4.375c0-0.406 0.328-0.734 0.734-0.734 0.391 0 0.719 0.328 0.719 0.734v0.844zM18.734 16.156v-1.906h-2.344v1.969c0 0.406-0.328 0.734-0.734 0.734-0.391 0-0.719-0.328-0.719-0.734v-1.922l-1.406 0.406-0.938-0.438v1.922c0 1.672 1.391 3.031 3.078 3.031s3.063-1.359 3.063-3.063zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon\" viewBox=\"0 0 30 28\">\n<title>stumbleupon</title>\n<path d=\"M16.594 11.125v-1.844c0-0.875-0.719-1.594-1.594-1.594s-1.594 0.719-1.594 1.594v9.562c0 3.656-3.031 6.609-6.703 6.609-3.703 0-6.703-3-6.703-6.703v-4.156h5.125v4.094c0 0.891 0.719 1.594 1.594 1.594s1.594-0.703 1.594-1.594v-9.688c0-3.578 3.063-6.453 6.687-6.453 3.641 0 6.687 2.891 6.687 6.5v2.125l-3.047 0.906zM24.875 14.594h5.125v4.156c0 3.703-3 6.703-6.703 6.703-3.687 0-6.703-2.969-6.703-6.641v-4.188l2.047 0.953 3.047-0.906v4.219c0 0.875 0.719 1.578 1.594 1.578s1.594-0.703 1.594-1.578v-4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-delicious\" viewBox=\"0 0 24 28\">\n<title>delicious</title>\n<path d=\"M23 21.5v-7.5h-11v-11h-7.5c-1.937 0-3.5 1.563-3.5 3.5v7.5h11v11h7.5c1.937 0 3.5-1.563 3.5-3.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-digg\" viewBox=\"0 0 32 28\">\n<title>digg</title>\n<path d=\"M5.125 4.406h3.187v15.359h-8.313v-10.891h5.125v-4.469zM5.125 17.203v-5.766h-1.922v5.766h1.922zM9.594 8.875v10.891h3.203v-10.891h-3.203zM9.594 4.406v3.187h3.203v-3.187h-3.203zM14.078 8.875h8.328v14.719h-8.328v-2.547h5.125v-1.281h-5.125v-10.891zM19.203 17.203v-5.766h-1.922v5.766h1.922zM23.688 8.875h8.313v14.719h-8.313v-2.547h5.109v-1.281h-5.109v-10.891zM28.797 17.203v-5.766h-1.922v5.766h1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-pp\" viewBox=\"0 0 24 28\">\n<title>pied-piper-pp</title>\n<path d=\"M16.344 15.937c0 1.328-0.906 2.406-2.016 2.406-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.422zM10.984 9.25c0 1.344-0.906 2.422-2.016 2.422-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.406zM19.766 15.984c0-2.797-2.109-5.063-4.703-5.063-0.203 0-0.406 0.016-0.609 0.047-0.234 0.797-0.641 1.516-1.219 2.125-0.875 0.953-2.047 1.516-3.297 1.578v9.938l3.297-0.641v-3.219c0.547 0.203 1.156 0.297 1.828 0.297 2.594 0 4.703-2.266 4.703-5.063zM14.406 9.312c0-2.797-2.109-5.063-4.719-5.063-0.766 0-1.531 0.203-2.203 0.562h-2.906v13.125l3.297-0.641v-3.219c0.547 0.187 1.156 0.297 1.813 0.297 2.609 0 4.719-2.266 4.719-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-alt\" viewBox=\"0 0 32 28\">\n<title>pied-piper-alt</title>\n<path d=\"M19.094 14.516c4.062-0.156 6.312 3.187 8.156 6.281 1.094 1.859 2.375 2.953 3.953 4.344-1.687 1.047-3.828 1.75-5.641 2.562-3-2.516-1.25-12.5-6.062-12.5l-0.156 0.031-0.094 0.063c0.063 0.078 0.141 0.156 0.203 0.219 1.297 1.094 1.813 1.328 1.891 3.187l0.016 0.516c0.047 1.172-0.297 2.312-0.531 3.453-1.047-0.031-2.063 0.313-3.109 0.313-0.391 0-0.766-0.047-1.125-0.156-0.031-0.25-0.031-0.5-0.031-0.734 0-0.484-0.016-1.031 0.047-1.5 0.078-0.516 1.828-1.625 1.797-2.375-0.297-0.031-0.5 0.141-0.672 0.375-0.719 1.062-2.562 2.281-3.875 2.281-0.906 0-3.063-3.891-4.156-4.672-0.172-0.125-0.281-0.297-0.422-0.469-0.875 0.203-7.578 1.75-8.016 1.75-0.328 0-0.625-0.266-0.625-0.594 0-0.297 0.187-0.578 0.484-0.641l7.594-1.656c-0.516-0.938 0.672-0.953 1.172-1.094 0.172-0.047 0.344-0.219 0.516-0.219 0.344 0 0.641 0.484 0.75 0.766 0.344-0.078 2.484-0.578 2.688-0.578 0.344 0 0.656 0.25 0.656 0.609 0 0.297-0.187 0.562-0.5 0.625l-2.844 0.625-0.016 0.25c-0.016 0.547 2.469 3.266 2.906 3.266 0.984 0 2.984-2.266 2.984-3.266 0-1.672-2.328-0.688-2.328-1.828 0-0.187 0.063-0.359 0.156-0.531l-1.062-0.297c0.484-0.5 0.672-1.141 0.672-1.828 0-0.297-0.031-0.609-0.078-0.906 0.797-0.156 1.453-0.25 2.25-0.25 3.094 0 2.484 0.469 3.563 2.953l0.781-0.391c-0.125 1.859-1.969 0.953-1.906 1.687zM20.031 10.844c-0.609-0.703-0.875-1.047-1.234-1.203-0.375-0.172-0.859-0.125-1.984-0.125-1.172 0-2.328 0.172-3.391 0.672 0.344-0.641 0.719-0.922 1.406-1.188 1.484-0.562 2.188-1.656 3.203-2.781 0.531 0.375 0.766 1.313 1.531 1.266l0.187-0.016v1.188l0.344 0.016c2.031-0.781 4.062-1.641 5.797-2.969 2.625-2 2.875-2.719 4.422-5.437l0.109-0.141c-0.031 0.766-0.344 1.484-0.672 2.172-1.656 3.469-4.281 5.453-7.984 6.344-0.672 0.156-1.437 0.172-2.047 0.484 0.078 0.531 0.719 0.984 0.719 1.25 0 0.187-0.297 0.391-0.406 0.469zM16.578 25.234c0.859-0.562 3.313-1.078 4.344-1.078 0.516 0 1.531 2.453 1.797 3-1.219 0.453-2.5 0.703-3.813 0.703-0.656 0-1.313-0.063-1.953-0.172zM12.844 15.125l0.75-0.187 1.703 2.766-1.141 0.75zM20.672 23.203c0.016 0.078 0.047 0.172 0.047 0.25 0 0.406-2.688 0.688-3.172 0.766l-0.109-0.672c0.969-0.109 2.047-0.359 3.016-0.344h0.219zM13.531 13.391l-1.5 0.313-0.094-0.266c0.359-0.031 0.688-0.203 1.047-0.203 0.203 0 0.375 0.047 0.547 0.156zM16.578 23.297h0.484l0.156 1.297-0.641 0.187v-1.484zM30.469 0.016v0 0zM30.469 0.016l-0.016 0.078-0.031 0.031 0.016-0.047zM30.469 0.016l0.016-0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drupal\" viewBox=\"0 0 24 28\">\n<title>drupal</title>\n<path d=\"M18.234 24.781c-0.031-0.109-0.125-0.266-0.375-0.078-0.531 0.391-1.719 0.875-3.406 0.875s-2.484-0.359-3.016-0.766c-0.078-0.063-0.047-0.063-0.203-0.063-0.172 0-0.266 0.078-0.406 0.187-0.125 0.109-0.187 0.375 0 0.562 1.156 1.062 3.094 0.969 4.516 0.844 1.437-0.141 2.656-0.984 2.781-1.109 0.187-0.187 0.141-0.344 0.109-0.453zM17.625 22.984c-0.109-0.266-0.297-0.734-0.609-0.953-0.313-0.203-0.766-0.234-1.188-0.234s-0.656-0.031-1.109 0.156-0.922 0.609-1.219 0.875-0.344 0.469-0.187 0.688c0.156 0.203 0.328 0.078 0.766-0.297 0.453-0.359 0.75-0.688 1.672-0.688s1.078 0.344 1.266 0.688 0.203 0.391 0.391 0.297c0.219-0.109 0.328-0.266 0.219-0.531zM23.172 18.594c0-0.812-0.359-2.188-1.687-2.188-1.25 0-3.781 2.594-5.109 2.609-1.547 0.031-3.687-3.063-6.781-3.031-2.438 0.016-4.359 1.953-4.391 4.016-0.016 1.156 0.359 2.016 1.156 2.562 0.531 0.359 1.016 0.578 2.594 0.578 2.625 0 5.953-3.25 7.484-3.203 1.219 0.047 3.109 3.031 4.062 3.094 0.75 0.063 1.141-0.281 1.781-1.203 0.625-0.938 0.891-2.406 0.891-3.234zM24 16.094c0 7-5.531 11.625-11.891 11.625-6.375 0-12.109-5.016-12.109-11.844 0-6.813 5.313-9.969 6.297-10.484 1.172-0.625 2.016-0.953 3.344-2.016 0.656-0.516 1.203-1.266 1.375-3.094 0.953 1.141 2.094 2.469 2.906 3.016 1.328 0.875 2.656 1.219 4.047 2.094 0.844 0.516 6.031 3.687 6.031 10.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-joomla\" viewBox=\"0 0 24 28\">\n<title>joomla</title>\n<path d=\"M16.719 16.766l-2.5 2.5-2.359 2.375-0.469 0.469c-1.375 1.359-3.297 1.828-5.047 1.391-0.328 1.437-1.609 2.5-3.141 2.5-1.766 0-3.203-1.437-3.203-3.219 0-1.516 1.047-2.797 2.469-3.125-0.453-1.766 0.016-3.703 1.391-5.078l0.187-0.187 2.359 2.375-0.172 0.172c-0.781 0.766-0.766 2.016 0 2.797 0.766 0.766 2.016 0.766 2.781 0l0.469-0.469 2.359-2.375 2.516-2.5zM11.391 6.109l0.187 0.187-2.375 2.375-0.187-0.187c-0.766-0.766-2.016-0.766-2.781 0s-0.766 2.031 0 2.797l5.328 5.328-2.359 2.375-2.516-2.5-2.359-2.375-0.469-0.469c-1.437-1.422-1.875-3.469-1.328-5.297-1.437-0.313-2.5-1.594-2.5-3.125 0-1.781 1.437-3.219 3.203-3.219 1.609 0 2.922 1.172 3.172 2.688 1.734-0.406 3.625 0.078 4.984 1.422zM24 22.781c0 1.781-1.437 3.219-3.203 3.219-1.563 0-2.859-1.109-3.156-2.578v0c-1.813 0.562-3.891 0.125-5.328-1.313l-0.172-0.187 2.359-2.375 0.187 0.187c0.766 0.766 2.016 0.766 2.781 0s0.766-2.016 0-2.781l-5.344-5.344 2.375-2.375 4.875 4.875 0.453 0.469c1.359 1.359 1.844 3.281 1.406 5.031 1.563 0.219 2.766 1.547 2.766 3.172zM23.969 5.219c0 1.625-1.219 2.969-2.781 3.187 0.516 1.797 0.063 3.813-1.359 5.234l-0.187 0.187-2.359-2.375 0.187-0.187c0.766-0.766 0.766-2.016 0-2.781s-2.016-0.766-2.781 0l-5.344 5.344-2.375-2.375 2.516-2.5 2.375-2.375 0.453-0.469c1.422-1.422 3.453-1.875 5.266-1.344 0.219-1.563 1.563-2.766 3.187-2.766 1.766 0 3.203 1.437 3.203 3.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-language\" viewBox=\"0 0 24 28\">\n<title>language</title>\n<path d=\"M10.219 16.844c-0.031 0.109-0.797-0.25-1-0.328-0.203-0.094-1.125-0.609-1.359-0.766s-1.125-0.891-1.234-0.938v0c-0.562 0.859-1.281 1.875-2.094 2.828-0.281 0.328-1.125 1.391-1.641 1.719-0.078 0.047-0.531 0.094-0.594 0.063 0.25-0.187 0.969-1.078 1.281-1.437 0.391-0.453 2.25-3.047 2.562-3.641 0.328-0.594 1.312-2.562 1.359-2.75-0.156-0.016-1.391 0.406-1.719 0.516-0.313 0.094-1.172 0.297-1.234 0.344-0.063 0.063-0.016 0.25-0.047 0.313s-0.313 0.203-0.484 0.234c-0.156 0.047-0.516 0.063-0.734 0-0.203-0.047-0.391-0.25-0.438-0.328 0 0-0.063-0.094-0.078-0.359 0.187-0.063 0.5-0.078 0.844-0.172s1.188-0.344 1.641-0.5 1.328-0.484 1.594-0.547c0.281-0.047 0.984-0.516 1.359-0.641s0.641-0.281 0.656-0.203 0 0.422-0.016 0.516c-0.016 0.078-0.766 1.547-0.875 1.781-0.063 0.125-0.5 0.953-1.203 2.047 0.25 0.109 0.781 0.328 1 0.438 0.266 0.125 2.125 0.906 2.219 0.938s0.266 0.75 0.234 0.875zM7.016 9.25c0.047 0.266-0.031 0.375-0.063 0.438-0.156 0.297-0.547 0.5-0.781 0.594s-0.625 0.187-0.938 0.187c-0.141-0.016-0.422-0.063-0.766-0.406-0.187-0.203-0.328-0.75-0.266-0.688s0.516 0.125 0.719 0.078 0.688-0.187 0.906-0.25c0.234-0.078 0.703-0.203 0.859-0.219 0.156 0 0.281 0.063 0.328 0.266zM17.922 11.266l0.984 3.547-2.172-0.656zM0.609 23.766l10.844-3.625v-16.125l-10.844 3.641v16.109zM20 18.813l1.594 0.484-2.828-10.266-1.563-0.484-3.375 8.375 1.594 0.484 0.703-1.719 3.297 1.016zM12.141 3.781l8.953 2.875v-5.938zM17 24.453l2.469 0.203-0.844 2.5-0.625-1.031c-1.266 0.812-2.828 1.437-4.312 1.687-0.453 0.094-0.969 0.187-1.422 0.187h-1.313c-1.656 0-4.672-0.984-5.984-1.937-0.094-0.078-0.125-0.141-0.125-0.25 0-0.172 0.125-0.297 0.281-0.297 0.141 0 0.875 0.453 1.078 0.547 1.406 0.703 3.375 1.344 4.953 1.344 1.953 0 3.281-0.25 5.063-1.016 0.516-0.234 0.969-0.531 1.453-0.797zM24 7.594v16.859c-12.078-3.844-12.094-3.844-12.094-3.844-0.25 0.109-11.453 3.891-11.609 3.891-0.125 0-0.234-0.078-0.281-0.203 0-0.016-0.016-0.031-0.016-0.047v-16.844c0.016-0.047 0.031-0.125 0.063-0.156 0.094-0.109 0.219-0.141 0.313-0.172 0.047-0.016 1-0.328 2.328-0.781v-6l8.719 3.094c0.109-0.031 9.828-3.391 9.969-3.391 0.172 0 0.313 0.125 0.313 0.328v6.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fax\" viewBox=\"0 0 28 28\">\n<title>fax</title>\n<path d=\"M4.5 6c1.375 0 2.5 1.125 2.5 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-2c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h2zM26 8.547c1.188 0.688 2 1.984 2 3.453v12c0 2.203-1.797 4-4 4h-13.5c-1.375 0-2.5-1.125-2.5-2.5v-24c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.984 0.484 2.562 1.062l2.375 2.375c0.578 0.578 1.062 1.734 1.062 2.562v2.547zM14.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM24 10v-4h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v8h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building\" viewBox=\"0 0 22 28\">\n<title>building</title>\n<path d=\"M21 0c0.547 0 1 0.453 1 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20zM8 4.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 8.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 12.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 16.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 25.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM14 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-child\" viewBox=\"0 0 20 28\">\n<title>child</title>\n<path d=\"M18.562 8.563l-4.562 4.562v12.875c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-6h-1v6c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-12.875l-4.562-4.562c-0.578-0.594-0.578-1.531 0-2.125 0.594-0.578 1.531-0.578 2.125 0l3.563 3.563h5.75l3.563-3.563c0.594-0.578 1.531-0.578 2.125 0 0.578 0.594 0.578 1.531 0 2.125zM13.5 6c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paw\" viewBox=\"0 0 26 28\">\n<title>paw</title>\n<path d=\"M12.187 7.375c0 1.75-0.906 3.828-2.922 3.828-2.531 0-4.062-3.187-4.062-5.375 0-1.75 0.906-3.828 2.922-3.828 2.547 0 4.062 3.187 4.062 5.375zM6.844 14.922c0 1.516-0.797 3.094-2.516 3.094-2.5 0-4.328-3.063-4.328-5.328 0-1.516 0.812-3.109 2.516-3.109 2.5 0 4.328 3.078 4.328 5.344zM13 14.5c3.828 0 9 5.516 9 9.203 0 1.984-1.625 2.297-3.219 2.297-2.094 0-3.781-1.406-5.781-1.406-2.094 0-3.875 1.391-6.141 1.391-1.516 0-2.859-0.516-2.859-2.281 0-3.703 5.172-9.203 9-9.203zM16.734 11.203c-2.016 0-2.922-2.078-2.922-3.828 0-2.188 1.516-5.375 4.062-5.375 2.016 0 2.922 2.078 2.922 3.828 0 2.188-1.531 5.375-4.062 5.375zM23.484 9.578c1.703 0 2.516 1.594 2.516 3.109 0 2.266-1.828 5.328-4.328 5.328-1.719 0-2.516-1.578-2.516-3.094 0-2.266 1.828-5.344 4.328-5.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spoon\" viewBox=\"0 0 12 28\">\n<title>spoon</title>\n<path d=\"M11 8.25c0 3.125-1.359 5.172-3.266 5.922l0.703 12.828c0.031 0.547-0.391 1-0.938 1h-3c-0.547 0-0.969-0.453-0.938-1l0.703-12.828c-1.906-0.75-3.266-2.797-3.266-5.922 0-4 2.234-8.25 5-8.25s5 4.25 5 8.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cube\" viewBox=\"0 0 26 28\">\n<title>cube</title>\n<path d=\"M14 25.453l10-5.453v-9.938l-10 3.641v11.75zM13 11.937l10.906-3.969-10.906-3.969-10.906 3.969zM26 8v12c0 0.734-0.406 1.406-1.047 1.75l-11 6c-0.297 0.172-0.625 0.25-0.953 0.25s-0.656-0.078-0.953-0.25l-11-6c-0.641-0.344-1.047-1.016-1.047-1.75v-12c0-0.844 0.531-1.594 1.313-1.875l11-4c0.219-0.078 0.453-0.125 0.688-0.125s0.469 0.047 0.688 0.125l11 4c0.781 0.281 1.313 1.031 1.313 1.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cubes\" viewBox=\"0 0 34 28\">\n<title>cubes</title>\n<path d=\"M10 25.5l6-3v-4.906l-6 2.562v5.344zM9 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM26 25.5l6-3v-4.906l-6 2.562v5.344zM25 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM18 13.828l6-2.578v-4.156l-6 2.562v4.172zM17 7.906l6.891-2.953-6.891-2.953-6.891 2.953zM34 16v6.5c0 0.75-0.422 1.453-1.109 1.781l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.047-0.016-0.078-0.031-0.109-0.063-0.031 0.031-0.063 0.047-0.109 0.063l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.688-0.328-1.109-1.031-1.109-1.781v-6.5c0-0.797 0.484-1.516 1.219-1.844l6.781-2.906v-6.25c0-0.797 0.484-1.516 1.219-1.844l7-3c0.25-0.109 0.516-0.156 0.781-0.156s0.531 0.047 0.781 0.156l7 3c0.734 0.328 1.219 1.047 1.219 1.844v6.25l6.781 2.906c0.75 0.328 1.219 1.047 1.219 1.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance\" viewBox=\"0 0 32 28\">\n<title>behance</title>\n<path d=\"M28.875 5.297h-7.984v1.937h7.984v-1.937zM24.938 11.953c-1.875 0-3.125 1.172-3.25 3.047h6.375c-0.172-1.891-1.156-3.047-3.125-3.047zM25.188 21.094c1.188 0 2.719-0.641 3.094-1.859h3.453c-1.062 3.266-3.266 4.797-6.672 4.797-4.5 0-7.297-3.047-7.297-7.484 0-4.281 2.953-7.547 7.297-7.547 4.469 0 6.937 3.516 6.937 7.734 0 0.25-0.016 0.5-0.031 0.734h-10.281c0 2.281 1.203 3.625 3.5 3.625zM4.328 20.312h4.625c1.766 0 3.203-0.625 3.203-2.609 0-2.016-1.203-2.812-3.109-2.812h-4.719v5.422zM4.328 11.922h4.391c1.547 0 2.641-0.672 2.641-2.344 0-1.813-1.406-2.25-2.969-2.25h-4.062v4.594zM0 3.969h9.281c3.375 0 6.297 0.953 6.297 4.875 0 1.984-0.922 3.266-2.688 4.109 2.422 0.688 3.594 2.516 3.594 4.984 0 4-3.359 5.719-6.937 5.719h-9.547v-19.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance-square\" viewBox=\"0 0 24 28\">\n<title>behance-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM7.797 7.734h-5.797v12.297h5.969c2.234 0 4.328-1.062 4.328-3.563 0-1.547-0.734-2.688-2.234-3.125 1.094-0.531 1.672-1.328 1.672-2.562 0-2.453-1.828-3.047-3.937-3.047zM7.453 12.703h-2.75v-2.875h2.547c0.969 0 1.859 0.266 1.859 1.406 0 1.047-0.688 1.469-1.656 1.469zM7.594 17.938h-2.891v-3.391h2.953c1.188 0 1.937 0.516 1.937 1.766s-0.891 1.625-2 1.625zM17.75 18.438c-1.437 0-2.188-0.844-2.188-2.266h6.422c0.016-0.156 0.016-0.313 0.016-0.469 0-2.625-1.547-4.828-4.344-4.828-2.703 0-4.562 2.047-4.562 4.719 0 2.781 1.75 4.672 4.562 4.672 2.141 0 3.516-0.953 4.172-2.984h-2.156c-0.234 0.75-1.188 1.156-1.922 1.156zM17.594 12.719c1.219 0 1.828 0.734 1.937 1.906h-3.969c0.078-1.172 0.859-1.906 2.031-1.906zM15.062 8.563h4.984v1.203h-4.984v-1.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam\" viewBox=\"0 0 28 28\">\n<title>steam</title>\n<path d=\"M24.719 9.094c0 2.109-1.719 3.813-3.813 3.813-2.109 0-3.813-1.703-3.813-3.813s1.703-3.813 3.813-3.813c2.094 0 3.813 1.703 3.813 3.813zM12.688 20.687c0-2.172-1.734-3.906-3.906-3.906-0.281 0-0.562 0.031-0.844 0.094l1.625 0.656c1.594 0.641 2.375 2.438 1.734 4.031s-2.453 2.375-4.047 1.719c-0.641-0.25-1.281-0.516-1.922-0.766 0.656 1.234 1.953 2.078 3.453 2.078 2.172 0 3.906-1.734 3.906-3.906zM25.656 9.109c0-2.625-2.141-4.766-4.766-4.766-2.641 0-4.781 2.141-4.781 4.766 0 2.641 2.141 4.766 4.781 4.766 2.625 0 4.766-2.125 4.766-4.766zM28 9.109c0 3.938-3.187 7.109-7.109 7.109l-6.828 4.984c-0.25 2.688-2.531 4.797-5.281 4.797-2.531 0-4.672-1.797-5.187-4.188l-3.594-1.437v-6.703l6.078 2.453c0.797-0.484 1.719-0.75 2.703-0.75 0.187 0 0.375 0.016 0.547 0.031l4.438-6.359c0.031-3.891 3.219-7.047 7.125-7.047 3.922 0 7.109 3.187 7.109 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam-square\" viewBox=\"0 0 24 28\">\n<title>steam-square</title>\n<path d=\"M19.406 10.109c0-1.656-1.359-3.016-3.031-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.031-1.344 3.031-3.016zM9.875 19.297c0 1.719-1.375 3.094-3.094 3.094-1.188 0-2.219-0.672-2.734-1.656 0.516 0.203 1.016 0.406 1.531 0.625 1.25 0.5 2.688-0.109 3.203-1.375 0.5-1.25-0.109-2.688-1.375-3.187l-1.281-0.516c0.203-0.047 0.438-0.078 0.656-0.078 1.719 0 3.094 1.375 3.094 3.094zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-2.391l2.688 1.078c0.406 1.891 2.094 3.313 4.094 3.313 2.187 0 3.984-1.672 4.188-3.797l5.391-3.938c3.125 0 5.641-2.531 5.641-5.625 0-3.125-2.516-5.641-5.641-5.641-3.078 0-5.594 2.5-5.625 5.578l-3.516 5.031c-0.141-0.016-0.281-0.016-0.438-0.016-0.781 0-1.516 0.203-2.141 0.578l-4.641-1.859v-7.313c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5zM20.141 10.141c0 2.078-1.687 3.766-3.781 3.766-2.078 0-3.766-1.687-3.766-3.766 0-2.094 1.687-3.781 3.766-3.781 2.094 0 3.781 1.687 3.781 3.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-recycle\" viewBox=\"0 0 28 28\">\n<title>recycle</title>\n<path d=\"M13.062 18.266l-0.234 5.75-0.031 0.344-6.563-0.453c-0.812-0.063-1.484-0.828-1.781-1.516-0.625-1.453 0.187-3.172 0.656-4.562 0 0 1.203 0.187 7.953 0.438zM7.016 9.109l2.812 5.922-2.297-1.437c-3.516 4.016-3.844 7-3.844 7l-2.969-5.578c-0.609-0.906-0.063-1.891-0.063-1.891s0.547-0.984 1.781-2.938l-2.188-1.344zM26.25 17.187l-2.938 5.609c-0.406 1.016-1.531 1.109-1.531 1.109s-1.109 0.109-3.422 0.187l0.125 2.562-3.594-5.734 3.297-5.656 0.109 2.703c5.297 0.641 7.953-0.781 7.953-0.781zM13.984 2.75c0 0-0.734 0.969-4.141 6.797l-4.953-2.922-0.297-0.187 3.516-5.563c0.438-0.688 1.422-0.938 2.188-0.859 1.563 0.141 2.688 1.656 3.687 2.734zM24.219 7.547l3.313 5.672c0.422 0.703 0.172 1.687-0.234 2.344-0.844 1.313-2.719 1.625-4.125 2.016 0 0-0.531-1.109-4.141-6.813l4.891-3.047zM21.984 4.016l2.219-1.297-3.437 5.828-6.547-0.313 2.359-1.344c-1.875-4.984-4.359-6.703-4.359-6.703l6.328 0.016c1.094-0.094 1.687 0.844 1.687 0.844s0.609 0.953 1.75 2.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-automobile\" viewBox=\"0 0 32 28\">\n<title>automobile</title>\n<path d=\"M7.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM8.062 12h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM29.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM32 15.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-16v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h12c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438c1.937 0 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cab\" viewBox=\"0 0 32 28\">\n<title>cab</title>\n<path d=\"M28.5 14c1.937 0 3.5 1.563 3.5 3.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-16v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h2v-3.5c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5v3.5h2c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438zM5 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM8.062 14h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM27 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tree\" viewBox=\"0 0 24 28\">\n<title>tree</title>\n<path d=\"M23.5 23c0 0.547-0.453 1-1 1h-7.219c0.047 1 0.172 2.047 0.172 3.063 0 0.516-0.422 0.938-0.953 0.938h-5c-0.531 0-0.953-0.422-0.953-0.938 0-1.016 0.125-2.063 0.172-3.063h-7.219c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.578c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.078c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6-6c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l6 6c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.078l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.578l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spotify\" viewBox=\"0 0 24 28\">\n<title>spotify</title>\n<path d=\"M17.609 18.906c0-0.438-0.172-0.609-0.469-0.797-2.016-1.203-4.359-1.797-6.984-1.797-1.531 0-3 0.203-4.484 0.531-0.359 0.078-0.656 0.313-0.656 0.812 0 0.391 0.297 0.766 0.766 0.766 0.141 0 0.391-0.078 0.578-0.125 1.219-0.25 2.5-0.422 3.797-0.422 2.297 0 4.469 0.562 6.203 1.609 0.187 0.109 0.313 0.172 0.516 0.172 0.391 0 0.734-0.313 0.734-0.75zM19.109 15.547c0-0.422-0.156-0.719-0.547-0.953-2.391-1.422-5.422-2.203-8.563-2.203-2.016 0-3.391 0.281-4.734 0.656-0.5 0.141-0.75 0.484-0.75 1s0.422 0.938 0.938 0.938c0.219 0 0.344-0.063 0.578-0.125 1.094-0.297 2.406-0.516 3.922-0.516 2.969 0 5.672 0.781 7.625 1.937 0.172 0.094 0.344 0.203 0.594 0.203 0.531 0 0.938-0.422 0.938-0.938zM20.797 11.672c0-0.578-0.25-0.875-0.625-1.094-2.703-1.578-6.406-2.312-9.938-2.312-2.078 0-3.984 0.234-5.688 0.734-0.438 0.125-0.844 0.5-0.844 1.156 0 0.641 0.484 1.141 1.125 1.141 0.234 0 0.453-0.078 0.625-0.125 1.516-0.422 3.156-0.578 4.797-0.578 3.25 0 6.625 0.719 8.797 2.016 0.219 0.125 0.375 0.187 0.625 0.187 0.594 0 1.125-0.469 1.125-1.125zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deviantart\" viewBox=\"0 0 16 28\">\n<title>deviantart</title>\n<path d=\"M16 4.734l-4.734 9.094 0.375 0.484h4.359v6.484h-7.922l-0.688 0.469-2.219 4.266c-0.016 0-0.438 0.438-0.469 0.469h-4.703v-4.734l4.734-9.109-0.375-0.469h-4.359v-6.484h7.922l0.688-0.469 2.219-4.266c0.016 0 0.438-0.438 0.469-0.469h4.703v4.734z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-soundcloud\" viewBox=\"0 0 36 28\">\n<title>soundcloud</title>\n<path d=\"M12.25 21.438l0.25-3.766-0.25-8.172c-0.016-0.203-0.172-0.375-0.375-0.375-0.187 0-0.359 0.172-0.359 0.375l-0.219 8.172 0.219 3.766c0.016 0.203 0.172 0.359 0.359 0.359 0.203 0 0.359-0.156 0.375-0.359zM16.875 20.984l0.172-3.297-0.187-9.156c0-0.156-0.078-0.297-0.203-0.375-0.078-0.047-0.156-0.078-0.25-0.078s-0.172 0.031-0.25 0.078c-0.125 0.078-0.203 0.219-0.203 0.375l-0.016 0.094-0.156 9.047s0 0.016 0.172 3.687v0.016c0 0.094 0.031 0.187 0.094 0.266 0.094 0.109 0.219 0.172 0.359 0.172 0.125 0 0.234-0.063 0.313-0.141 0.094-0.078 0.141-0.187 0.141-0.313zM0.547 15.672l0.313 2-0.313 1.969c-0.016 0.078-0.063 0.141-0.141 0.141s-0.125-0.063-0.141-0.141l-0.266-1.969 0.266-2c0.016-0.078 0.063-0.141 0.141-0.141s0.125 0.063 0.141 0.141zM1.891 14.438l0.406 3.234-0.406 3.172c-0.016 0.078-0.078 0.141-0.156 0.141s-0.141-0.063-0.141-0.156l-0.359-3.156 0.359-3.234c0-0.078 0.063-0.141 0.141-0.141s0.141 0.063 0.156 0.141zM6.266 21.516v0 0zM3.328 13.844l0.391 3.828-0.391 3.703c0 0.094-0.078 0.172-0.172 0.172s-0.172-0.078-0.187-0.172l-0.328-3.703 0.328-3.828c0.016-0.109 0.094-0.187 0.187-0.187s0.172 0.078 0.172 0.187zM4.797 13.734l0.359 3.938-0.359 3.813c-0.016 0.125-0.109 0.203-0.219 0.203s-0.203-0.078-0.203-0.203l-0.328-3.813 0.328-3.938c0-0.125 0.094-0.203 0.203-0.203s0.203 0.078 0.219 0.203zM6.266 14.016l0.328 3.656-0.328 3.844c-0.016 0.141-0.125 0.25-0.25 0.25s-0.234-0.109-0.234-0.25l-0.313-3.844 0.313-3.656c0-0.125 0.109-0.234 0.234-0.234s0.234 0.109 0.25 0.234zM12.25 21.438v0 0zM7.734 11.734l0.328 5.938-0.328 3.844c0 0.156-0.125 0.281-0.266 0.281-0.156 0-0.266-0.125-0.281-0.281l-0.281-3.844 0.281-5.938c0.016-0.156 0.125-0.281 0.281-0.281 0.141 0 0.266 0.125 0.266 0.281zM9.203 10.391l0.297 7.313-0.297 3.813c0 0.172-0.141 0.297-0.297 0.297-0.172 0-0.297-0.125-0.313-0.297l-0.25-3.813 0.25-7.313c0.016-0.172 0.141-0.297 0.313-0.297 0.156 0 0.297 0.125 0.297 0.297zM10.734 9.766l0.281 7.906-0.281 3.781c-0.016 0.187-0.156 0.328-0.344 0.328-0.172 0-0.313-0.141-0.328-0.328l-0.25-3.781 0.25-7.906c0-0.187 0.156-0.344 0.328-0.344 0.187 0 0.328 0.156 0.344 0.344zM16.859 21.359v0 0 0 0 0 0zM13.766 9.703l0.234 7.969-0.234 3.734c0 0.219-0.172 0.391-0.391 0.391s-0.375-0.172-0.391-0.391l-0.219-3.734 0.219-7.969c0-0.219 0.172-0.391 0.391-0.391s0.391 0.172 0.391 0.391zM15.313 10l0.219 7.688-0.219 3.687c0 0.234-0.187 0.422-0.422 0.422s-0.422-0.187-0.438-0.422l-0.187-3.687 0.187-7.688c0.016-0.25 0.203-0.438 0.438-0.438s0.406 0.187 0.422 0.438zM18.625 17.687l-0.219 3.609c0 0.266-0.219 0.484-0.484 0.484s-0.484-0.219-0.5-0.484l-0.094-1.781-0.094-1.828 0.187-9.938v-0.047c0.016-0.141 0.078-0.281 0.187-0.375 0.078-0.063 0.187-0.109 0.313-0.109 0.078 0 0.172 0.031 0.234 0.078 0.141 0.078 0.234 0.234 0.25 0.406zM36 17.391c0 2.438-1.984 4.406-4.422 4.406h-12.281c-0.266-0.031-0.484-0.234-0.484-0.516v-14.047c0-0.266 0.094-0.391 0.438-0.516 0.859-0.344 1.828-0.531 2.828-0.531 4.078 0 7.422 3.125 7.781 7.109 0.531-0.219 1.109-0.344 1.719-0.344 2.438 0 4.422 1.984 4.422 4.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-database\" viewBox=\"0 0 24 28\">\n<title>database</title>\n<path d=\"M12 12c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 24c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 18c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 0c6.625 0 12 1.797 12 4v2c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2c0-2.203 5.375-4 12-4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-pdf-o\" viewBox=\"0 0 24 28\">\n<title>file-pdf-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM13.969 16.734c0.391 0.313 0.828 0.594 1.312 0.875 0.656-0.078 1.266-0.109 1.828-0.109 1.047 0 2.375 0.125 2.766 0.766 0.109 0.156 0.203 0.438 0.031 0.812-0.016 0.016-0.031 0.047-0.047 0.063v0.016c-0.047 0.281-0.281 0.594-1.109 0.594-1 0-2.516-0.453-3.828-1.141-2.172 0.234-4.453 0.719-6.125 1.297-1.609 2.75-2.844 4.094-3.781 4.094-0.156 0-0.297-0.031-0.438-0.109l-0.375-0.187c-0.047-0.016-0.063-0.047-0.094-0.078-0.078-0.078-0.141-0.25-0.094-0.562 0.156-0.719 1-1.922 2.938-2.938 0.125-0.078 0.281-0.031 0.359 0.094 0.016 0.016 0.031 0.047 0.031 0.063 0.484-0.797 1.047-1.813 1.672-3.078 0.703-1.406 1.25-2.781 1.625-4.094-0.5-1.703-0.656-3.453-0.375-4.484 0.109-0.391 0.344-0.625 0.656-0.625h0.344c0.234 0 0.422 0.078 0.547 0.234 0.187 0.219 0.234 0.562 0.141 1.062-0.016 0.047-0.031 0.094-0.063 0.125 0.016 0.047 0.016 0.078 0.016 0.125v0.469c-0.016 0.984-0.031 1.922-0.219 3 0.547 1.641 1.359 2.969 2.281 3.719zM4.969 23.156c0.469-0.219 1.141-0.891 2.141-2.469-1.172 0.906-1.906 1.937-2.141 2.469zM11.188 8.781c-0.156 0.438-0.156 1.188-0.031 2.063 0.047-0.25 0.078-0.484 0.109-0.688 0.031-0.266 0.078-0.484 0.109-0.672 0.016-0.047 0.031-0.078 0.063-0.125-0.016-0.016-0.016-0.047-0.031-0.078-0.016-0.281-0.109-0.453-0.203-0.562 0 0.031-0.016 0.047-0.016 0.063zM9.25 19.109c1.375-0.547 2.906-0.984 4.438-1.266-0.156-0.125-0.313-0.234-0.453-0.359-0.766-0.672-1.453-1.609-1.984-2.75-0.297 0.953-0.734 1.969-1.297 3.078-0.234 0.438-0.469 0.875-0.703 1.297zM19.344 18.859c-0.078-0.078-0.484-0.375-2.188-0.375 0.766 0.281 1.469 0.438 1.937 0.438 0.141 0 0.219 0 0.281-0.016 0-0.016-0.016-0.031-0.031-0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-word-o\" viewBox=\"0 0 24 28\">\n<title>file-word-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM3.641 12v1.672h1.094l2.562 10.328h2.484l2-7.578c0.078-0.234 0.125-0.469 0.156-0.719 0.016-0.125 0.031-0.25 0.031-0.375h0.063l0.047 0.375c0.047 0.219 0.063 0.469 0.141 0.719l2 7.578h2.484l2.562-10.328h1.094v-1.672h-4.688v1.672h1.406l-1.547 6.844c-0.063 0.25-0.094 0.516-0.109 0.719l-0.031 0.328h-0.063c0-0.094-0.031-0.219-0.047-0.328-0.047-0.203-0.078-0.469-0.141-0.719l-2.25-8.516h-1.781l-2.25 8.516c-0.063 0.25-0.078 0.516-0.125 0.719l-0.063 0.328h-0.063l-0.031-0.328c-0.016-0.203-0.047-0.469-0.109-0.719l-1.547-6.844h1.406v-1.672h-4.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-excel-o\" viewBox=\"0 0 24 28\">\n<title>file-excel-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.703 22.344v1.656h4.391v-1.656h-1.172l1.609-2.516c0.187-0.297 0.281-0.531 0.328-0.531h0.031c0.016 0.063 0.047 0.109 0.078 0.156 0.063 0.125 0.156 0.219 0.266 0.375l1.672 2.516h-1.188v1.656h4.547v-1.656h-1.062l-3-4.266 3.047-4.406h1.047v-1.672h-4.359v1.672h1.156l-1.609 2.484c-0.187 0.297-0.328 0.531-0.328 0.516h-0.031c-0.016-0.063-0.047-0.109-0.078-0.156-0.063-0.109-0.141-0.219-0.266-0.359l-1.656-2.484h1.188v-1.672h-4.531v1.672h1.062l2.953 4.25-3.031 4.422h-1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-powerpoint-o\" viewBox=\"0 0 24 28\">\n<title>file-powerpoint-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.5 22.344v1.656h5.109v-1.656h-1.453v-2.609h2.141c0.672 0 1.281-0.031 1.844-0.234 1.406-0.484 2.281-1.937 2.281-3.641s-0.844-3.016-2.141-3.563c-0.594-0.234-1.313-0.297-2.031-0.297h-5.75v1.672h1.437v8.672h-1.437zM12.016 17.969h-1.859v-4.188h1.875c0.547 0 0.969 0.094 1.297 0.281 0.562 0.328 0.875 0.969 0.875 1.797 0 0.875-0.313 1.547-0.969 1.875-0.328 0.156-0.734 0.234-1.219 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-image-o\" viewBox=\"0 0 24 28\">\n<title>file-image-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM20 19v5h-16v-3l3-3 2 2 6-6zM7 16c-1.656 0-3-1.344-3-3s1.344-3 3-3 3 1.344 3 3-1.344 3-3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-archive-o\" viewBox=\"0 0 24 28\">\n<title>file-archive-o</title>\n<path d=\"M10 6v-2h-2v2h2zM12 8v-2h-2v2h2zM10 10v-2h-2v2h2zM12 12v-2h-2v2h2zM22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v2h-2v-2h-8v24h20zM12.203 14.734c1.328 4.484 1.672 5.453 1.672 5.453 0.078 0.266 0.125 0.531 0.125 0.812 0 1.734-1.687 3-4 3s-4-1.266-4-3c0-0.281 0.047-0.547 0.125-0.812 0 0 0.328-0.969 1.875-6.188v-2h2v2h1.234c0.453 0 0.844 0.297 0.969 0.734zM10 22c1.109 0 2-0.453 2-1s-0.891-1-2-1-2 0.453-2 1 0.891 1 2 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-audio-o\" viewBox=\"0 0 24 28\">\n<title>file-audio-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM9.688 13.281c0.187 0.078 0.313 0.266 0.313 0.469v8.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-2.594-2.609h-2.047c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h2.047l2.594-2.609c0.156-0.141 0.359-0.187 0.547-0.109zM16.203 24.047c0.297 0 0.578-0.125 0.781-0.375 1.297-1.594 2.016-3.609 2.016-5.672s-0.719-4.078-2.016-5.672c-0.344-0.438-0.984-0.5-1.406-0.156-0.438 0.359-0.5 0.984-0.141 1.422 1.016 1.25 1.563 2.781 1.563 4.406s-0.547 3.156-1.563 4.406c-0.359 0.438-0.297 1.062 0.141 1.406 0.187 0.156 0.406 0.234 0.625 0.234zM12.906 21.734c0.266 0 0.531-0.109 0.734-0.313 0.875-0.938 1.359-2.141 1.359-3.422s-0.484-2.484-1.359-3.422c-0.375-0.406-1.016-0.422-1.422-0.047-0.391 0.375-0.422 1.016-0.031 1.422 0.516 0.562 0.812 1.281 0.812 2.047s-0.297 1.484-0.812 2.047c-0.391 0.406-0.359 1.047 0.031 1.422 0.203 0.172 0.453 0.266 0.688 0.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-movie-o\" viewBox=\"0 0 24 28\">\n<title>file-movie-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM12 12c1.094 0 2 0.906 2 2v6c0 1.094-0.906 2-2 2h-6c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h6zM19.688 12.031c0.187 0.078 0.313 0.266 0.313 0.469v9c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.266-0.047-0.359-0.141l-4.141-4.156v-1.406l4.141-4.156c0.094-0.094 0.234-0.141 0.359-0.141 0.063 0 0.125 0.016 0.187 0.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-code-o\" viewBox=\"0 0 24 28\">\n<title>file-code-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM7.5 12c0.172-0.219 0.484-0.266 0.703-0.094l0.797 0.594c0.219 0.172 0.266 0.484 0.094 0.703l-2.844 3.797 2.844 3.797c0.172 0.219 0.125 0.531-0.094 0.703l-0.797 0.594c-0.219 0.172-0.531 0.125-0.703-0.094l-3.531-4.703c-0.125-0.172-0.125-0.422 0-0.594zM20.031 16.703c0.125 0.172 0.125 0.422 0 0.594l-3.531 4.703c-0.172 0.219-0.484 0.266-0.703 0.094l-0.797-0.594c-0.219-0.172-0.266-0.484-0.094-0.703l2.844-3.797-2.844-3.797c-0.172-0.219-0.125-0.531 0.094-0.703l0.797-0.594c0.219-0.172 0.531-0.125 0.703 0.094zM10.344 23.906c-0.281-0.047-0.453-0.313-0.406-0.578l2.156-12.984c0.047-0.281 0.313-0.453 0.578-0.406l0.984 0.156c0.281 0.047 0.453 0.313 0.406 0.578l-2.156 12.984c-0.047 0.281-0.313 0.453-0.578 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vine\" viewBox=\"0 0 24 28\">\n<title>vine</title>\n<path d=\"M23.391 12.922v3.094c-1.094 0.25-2.188 0.359-3.094 0.359-2.188 4.594-6.109 8.531-7.422 9.266-0.828 0.469-1.609 0.5-2.531-0.047-1.609-0.969-7.703-5.969-9.734-21.688h4.422c1.109 9.438 3.828 14.281 6.813 17.906 1.656-1.656 3.25-3.859 4.484-6.344-2.953-1.5-4.75-4.797-4.75-8.641 0-3.891 2.234-6.828 6.062-6.828 3.719 0 5.75 2.312 5.75 6.297 0 1.484-0.313 3.172-0.906 4.469 0 0-2.75 0.547-3.766-1.219 0.203-0.672 0.484-1.828 0.484-2.875 0-1.859-0.672-2.766-1.687-2.766-1.078 0-1.828 1.016-1.828 2.969 0 3.984 2.531 6.266 5.812 6.266 0.578 0 1.234-0.063 1.891-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codepen\" viewBox=\"0 0 28 28\">\n<title>codepen</title>\n<path d=\"M3.375 18.266l9.422 6.281v-5.609l-5.219-3.484zM2.406 16.016l3.016-2.016-3.016-2.016v4.031zM15.203 24.547l9.422-6.281-4.203-2.812-5.219 3.484v5.609zM14 16.844l4.25-2.844-4.25-2.844-4.25 2.844zM7.578 12.547l5.219-3.484v-5.609l-9.422 6.281zM22.578 14l3.016 2.016v-4.031zM20.422 12.547l4.203-2.812-9.422-6.281v5.609zM28 9.734v8.531c0 0.391-0.203 0.781-0.531 1l-12.797 8.531c-0.203 0.125-0.438 0.203-0.672 0.203s-0.469-0.078-0.672-0.203l-12.797-8.531c-0.328-0.219-0.531-0.609-0.531-1v-8.531c0-0.391 0.203-0.781 0.531-1l12.797-8.531c0.203-0.125 0.438-0.203 0.672-0.203s0.469 0.078 0.672 0.203l12.797 8.531c0.328 0.219 0.531 0.609 0.531 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-jsfiddle\" viewBox=\"0 0 32 28\">\n<title>jsfiddle</title>\n<path d=\"M28.125 12.063c2.266 0.938 3.875 3.156 3.875 5.734 0 3.422-2.828 6.203-6.297 6.203-0.125 0-0.234-0.016-0.344-0.016h-19.016c-3.5-0.203-6.344-2.875-6.344-6.344 0-2.328 1.266-4.359 3.156-5.469-0.125-0.406-0.187-0.828-0.187-1.281 0-2.391 1.953-4.328 4.391-4.328 1 0 1.937 0.344 2.688 0.906 1.531-3.156 4.781-5.344 8.578-5.344 5.266 0 9.516 4.203 9.516 9.375 0 0.187-0.016 0.375-0.016 0.562zM7.313 16.219c0 2.641 2.078 4.125 4.562 4.125 1.531 0 2.641-0.484 3.75-1.547-0.453-0.562-0.953-1.109-1.422-1.672-0.641 0.625-1.344 1.016-2.25 1.016-1.109 0-2.063-0.734-2.063-1.891 0-1.141 0.953-1.891 2.031-1.891 3.437 0 4.172 6 9.172 6 2.438 0 4.5-1.531 4.5-4.094 0-2.594-2.078-4.109-4.547-4.109-1.531 0-2.672 0.438-3.766 1.516 0.5 0.547 0.969 1.125 1.453 1.687 0.625-0.609 1.328-1 2.219-1 1.031 0 2.063 0.734 2.063 1.828 0 1.203-0.875 1.969-2.047 1.969-3.328 0-4.219-6-9.094-6-2.422 0-4.562 1.484-4.562 4.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-life-bouy\" viewBox=\"0 0 28 28\">\n<title>life-bouy</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM14 2c-2.031 0-3.953 0.516-5.641 1.406l3.031 3.031c0.828-0.281 1.703-0.438 2.609-0.438 0.922 0 1.781 0.156 2.609 0.438l3.031-3.031c-1.687-0.891-3.609-1.406-5.641-1.406zM3.406 19.641l3.031-3.031c-0.281-0.828-0.438-1.703-0.438-2.609 0-0.922 0.156-1.781 0.438-2.609l-3.031-3.031c-0.891 1.687-1.406 3.609-1.406 5.641s0.516 3.953 1.406 5.641zM14 26c2.031 0 3.953-0.516 5.641-1.406l-3.031-3.031c-0.828 0.281-1.687 0.438-2.609 0.438-0.906 0-1.781-0.156-2.609-0.438l-3.031 3.031c1.687 0.891 3.609 1.406 5.641 1.406zM14 20c3.313 0 6-2.688 6-6s-2.688-6-6-6-6 2.688-6 6 2.688 6 6 6zM21.562 16.609l3.031 3.031c0.891-1.687 1.406-3.609 1.406-5.641s-0.516-3.953-1.406-5.641l-3.031 3.031c0.281 0.828 0.438 1.703 0.438 2.609s-0.156 1.781-0.438 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o-notch\" viewBox=\"0 0 28 28\">\n<title>circle-o-notch</title>\n<path d=\"M27.5 14c0 7.453-6.047 13.5-13.5 13.5s-13.5-6.047-13.5-13.5c0-6.781 5-12.391 11.5-13.359v3.563c-4.562 0.922-8 4.969-8 9.797 0 5.516 4.484 10 10 10s10-4.484 10-10c0-4.828-3.437-8.875-8-9.797v-3.563c6.5 0.969 11.5 6.578 11.5 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ra\" viewBox=\"0 0 28 28\">\n<title>ra</title>\n<path d=\"M0.297 13.656c0.156-4.469 2.438-8.594 6.578-11.312 0.016 0 0.109-0.031 0.063 0.047-0.328 0.313-6.281 7.328-0.797 12.781 2.812 2.797 5.078 0.141 5.078 0.141 2.172-2.828-0.031-7.109-0.031-7.109-0.562-1.406-2.578-2.266-2.578-2.266l1.625-1.797c1.375 0.594 2.438 2.188 2.438 2.188 0.047-1.672-1.234-3.469-1.234-3.469l2.516-2.859 2.5 2.828c-1.156 1.625-1.234 3.531-1.234 3.531 0.781-1.297 2.453-2.219 2.453-2.219l1.609 1.797c-1.547 0.5-2.562 2.25-2.562 2.25-0.891 1.609-1.531 5.047 0.031 7.187 1.828 2.516 4.953-0.156 4.953-0.156 5.797-5.187-0.594-12.703-0.594-12.703-0.344-0.313 0.047-0.156 0.047-0.156 2.828 2.063 6.469 4.766 6.563 11.562 0.109 8.219-5.641 14.078-13.687 14.078-7.859 0-13.969-6.563-13.734-14.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-empire\" viewBox=\"0 0 28 28\">\n<title>empire</title>\n<path d=\"M13.656 25.594v1.031c-4.406-0.125-8.266-2.5-10.437-6.016l0.906-0.531c0.328 0.547 0.719 1.062 1.141 1.547l1.016-0.891c1.469 1.672 3.469 2.859 5.75 3.313l-0.266 1.344c0.609 0.109 1.25 0.187 1.891 0.203zM4.312 17.313l-1.297 0.438c0.219 0.609 0.469 1.188 0.766 1.75l-0.891 0.516c-0.969-1.781-1.531-3.844-1.531-6.016s0.562-4.234 1.531-6.016l0.891 0.516c-0.297 0.547-0.562 1.141-0.766 1.75l1.281 0.438c-0.359 1.031-0.547 2.156-0.547 3.313s0.203 2.281 0.562 3.313zM23.875 20.078l0.906 0.531c-2.172 3.516-6.031 5.891-10.437 6.016v-1.031c0.641-0.016 1.281-0.094 1.891-0.203l-0.266-1.344c2.281-0.453 4.281-1.641 5.75-3.313l1.016 0.891c0.422-0.484 0.812-1 1.141-1.547zM21.516 11.422l-3.641 1.25c0.141 0.422 0.219 0.859 0.219 1.328s-0.078 0.906-0.219 1.328l3.625 1.25c-0.328 0.984-0.859 1.875-1.531 2.641l-2.891-2.531c-0.578 0.672-1.375 1.141-2.297 1.328l0.75 3.766c-0.484 0.094-1 0.156-1.531 0.156s-1.047-0.063-1.531-0.156l0.75-3.766c-0.922-0.187-1.719-0.656-2.297-1.328l-2.891 2.531c-0.672-0.766-1.203-1.656-1.531-2.641l3.625-1.25c-0.141-0.422-0.219-0.859-0.219-1.328s0.078-0.906 0.219-1.328l-3.641-1.25c0.344-0.984 0.875-1.875 1.547-2.641l2.891 2.531c0.578-0.672 1.375-1.156 2.297-1.344l-0.75-3.75c0.484-0.109 1-0.156 1.531-0.156s1.047 0.047 1.531 0.156l-0.75 3.75c0.922 0.187 1.719 0.672 2.297 1.344l2.891-2.531c0.672 0.766 1.203 1.656 1.547 2.641zM13.656 1.375v1.031c-0.641 0.016-1.281 0.078-1.891 0.203l0.266 1.344c-2.281 0.437-4.281 1.625-5.75 3.297l-1.016-0.875c-0.422 0.469-0.797 0.984-1.141 1.531l-0.891-0.516c2.172-3.531 6.016-5.891 10.422-6.016v0zM26.641 14c0 2.172-0.562 4.234-1.531 6.016l-0.891-0.516c0.297-0.562 0.547-1.141 0.766-1.75l-1.297-0.438c0.359-1.031 0.562-2.156 0.562-3.313s-0.187-2.281-0.547-3.313l1.281-0.438c-0.203-0.609-0.469-1.203-0.766-1.75l0.891-0.516c0.969 1.781 1.531 3.844 1.531 6.016zM24.766 7.391l-0.891 0.516c-0.344-0.547-0.719-1.062-1.141-1.531l-1.016 0.875c-1.469-1.672-3.469-2.859-5.75-3.297l0.266-1.344c-0.609-0.125-1.25-0.187-1.891-0.203v-1.031c4.406 0.125 8.25 2.484 10.422 6.016zM27.312 14c0-7.344-5.969-13.312-13.312-13.312v0c-7.344 0-13.312 5.969-13.312 13.312s5.969 13.312 13.312 13.312 13.312-5.969 13.312-13.312zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git-square\" viewBox=\"0 0 24 28\">\n<title>git-square</title>\n<path d=\"M9.094 20.438c0 0.844-0.766 1.031-1.453 1.031-0.672 0-1.672-0.109-1.672-0.984 0-0.859 0.844-1 1.531-1 0.656 0 1.594 0.109 1.594 0.953zM8.531 13.156c0 0.781-0.313 1.328-1.156 1.328-0.859 0-1.203-0.5-1.203-1.313s0.313-1.406 1.203-1.406c0.797 0 1.156 0.656 1.156 1.391zM11.125 11.984v-1.953c-0.672 0.25-1.391 0.453-2.109 0.453-0.516-0.297-1.109-0.453-1.719-0.453-1.781 0-3.187 1.313-3.187 3.125 0 0.969 0.641 2.312 1.609 2.641v0.047c-0.5 0.219-0.594 0.828-0.594 1.328 0 0.516 0.187 0.938 0.641 1.203v0.047c-1.062 0.344-1.766 1.016-1.766 2.172 0 1.984 1.891 2.547 3.547 2.547 2 0 3.5-0.734 3.5-2.938 0-1.563-1.422-2.031-2.719-2.266-0.438-0.078-1.188-0.391-1.188-0.938 0-0.516 0.281-0.734 0.766-0.812 1.594-0.313 2.609-1.547 2.609-3.187 0-0.281-0.063-0.547-0.156-0.812 0.25-0.063 0.516-0.125 0.766-0.203zM12.047 18.531h2.141c-0.031-0.422-0.031-0.859-0.031-1.281v-6.047c0-0.359 0-0.719 0.031-1.078h-2.141c0.047 0.359 0.047 0.75 0.047 1.109v6.125c0 0.391 0 0.781-0.047 1.172zM20 18.281v-1.891c-0.313 0.219-0.688 0.328-1.062 0.328-0.703 0-0.828-0.703-0.828-1.281v-3.516h0.812c0.281 0 0.547 0.031 0.828 0.031v-1.828h-1.641c0-0.531-0.031-1.062 0.047-1.594h-2.188c0.047 0.281 0.063 0.562 0.063 0.859v0.734h-0.938v1.828c0.187-0.016 0.375-0.047 0.578-0.047 0.109 0 0.234 0.016 0.359 0.016v0.031h-0.031v3.391c0 1.687 0.25 3.313 2.312 3.313 0.578 0 1.172-0.094 1.687-0.375zM14.438 7.25c0-0.734-0.547-1.422-1.313-1.422s-1.328 0.672-1.328 1.422c0 0.734 0.578 1.391 1.328 1.391s1.313-0.672 1.313-1.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git\" viewBox=\"0 0 28 28\">\n<title>git</title>\n<path d=\"M9.297 23.656c0-1.375-1.516-1.563-2.578-1.563-1.109 0-2.469 0.234-2.469 1.625 0 1.406 1.609 1.578 2.688 1.578 1.141 0 2.359-0.281 2.359-1.641zM8.375 11.859c0-1.172-0.562-2.234-1.859-2.234-1.437 0-1.937 0.953-1.937 2.266 0 1.297 0.562 2.109 1.937 2.109 1.359 0 1.859-0.875 1.859-2.141zM12.578 6.797v3.156c-0.406 0.141-0.812 0.25-1.234 0.344 0.156 0.422 0.25 0.859 0.25 1.313 0 2.641-1.625 4.656-4.219 5.141-0.781 0.156-1.234 0.484-1.234 1.328 0 2.391 6.312 0.766 6.312 5.172 0 3.578-2.422 4.75-5.672 4.75-2.672 0-5.719-0.891-5.719-4.109 0-1.875 1.141-2.953 2.844-3.516v-0.063c-0.719-0.438-1.047-1.125-1.047-1.969 0-0.797 0.172-1.781 0.984-2.141v-0.063c-1.578-0.531-2.609-2.703-2.609-4.281 0-2.922 2.266-5.063 5.156-5.063 0.969 0 1.937 0.25 2.781 0.734 1.172 0 2.328-0.313 3.406-0.734zM17.547 20.563h-3.469c0.063-0.703 0.063-1.391 0.063-2.094v-9.516c0-0.672 0.016-1.344-0.063-2h3.469c-0.078 0.641-0.063 1.297-0.063 1.937v9.578c0 0.703 0 1.391 0.063 2.094zM26.938 17.094v3.063c-0.828 0.453-1.781 0.609-2.719 0.609-3.344 0-3.734-2.641-3.734-5.359v-5.484h0.031v-0.063c-0.203 0-0.391-0.031-0.578-0.031-0.313 0-0.625 0.047-0.922 0.094v-2.969h1.5v-1.188c0-0.469-0.016-0.938-0.094-1.391h3.547c-0.125 0.859-0.094 1.719-0.094 2.578h2.672v2.969c-0.453 0-0.906-0.063-1.344-0.063h-1.328v5.703c0 0.922 0.203 2.047 1.359 2.047 0.609 0 1.203-0.172 1.703-0.516zM17.938 2.297c0 1.172-0.906 2.266-2.109 2.266-1.234 0-2.156-1.078-2.156-2.266 0-1.203 0.906-2.297 2.156-2.297 1.234 0 2.109 1.125 2.109 2.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hacker-news\" viewBox=\"0 0 24 28\">\n<title>hacker-news</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tencent-weibo\" viewBox=\"0 0 20 28\">\n<title>tencent-weibo</title>\n<path d=\"M13.156 8.937c0 1.656-1.359 3.016-3.016 3.016-0.641 0-1.234-0.203-1.734-0.547-0.562 0.609-1.188 1.375-1.797 2.281-2.547 3.828-3.625 8.344-3.156 13.422 0.031 0.453-0.297 0.844-0.734 0.891h-0.078c-0.406 0-0.766-0.313-0.812-0.734-0.609-6.844 1.563-11.688 3.484-14.547 0.703-1.047 1.406-1.891 2.063-2.578-0.172-0.375-0.25-0.781-0.25-1.203 0-1.672 1.344-3.016 3.016-3.016 1.656 0 3.016 1.344 3.016 3.016zM19.109 9.109c0 5.016-4.078 9.094-9.109 9.094-0.688 0-1.375-0.078-2.047-0.219-0.438-0.109-0.703-0.547-0.609-0.984 0.109-0.422 0.531-0.703 0.969-0.609 0.547 0.141 1.125 0.203 1.687 0.203 4.125 0 7.484-3.359 7.484-7.484s-3.359-7.484-7.484-7.484-7.484 3.359-7.484 7.484c0 1.203 0.281 2.344 0.812 3.406 0.203 0.406 0.047 0.891-0.344 1.094-0.406 0.203-0.891 0.047-1.094-0.359-0.656-1.266-1-2.703-1-4.141 0-5.031 4.094-9.109 9.109-9.109 5.031 0 9.109 4.078 9.109 9.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qq\" viewBox=\"0 0 28 28\">\n<title>qq</title>\n<path d=\"M4.219 12.594c-0.109-0.266-0.125-0.531-0.125-0.812 0-0.438 0.281-1.141 0.547-1.469-0.016-0.406 0.156-1.234 0.469-1.5 0-2.891 2.234-6.531 4.844-7.781 1.609-0.766 3.297-1.031 5.063-1.031 1.375 0 2.875 0.328 4.156 0.859 3.672 1.547 4.5 4.422 5.281 8.094l0.016 0.078c0.453 0.688 0.859 1.5 0.859 2.344 0 0.422-0.281 0.844-0.281 1.219 0 0.031 0.094 0.156 0.109 0.187 1.344 1.984 2.562 4.141 2.562 6.609 0 0.547-0.297 2.453-1.172 2.453-0.609 0-1.281-1.484-1.5-1.891-0.016-0.016-0.031-0.016-0.047-0.016l-0.078 0.063c-0.5 1.297-1.047 2.516-2.063 3.484 0.891 0.859 2.328 0.781 2.594 2.266-0.078 0.172-0.047 0.359-0.172 0.531-0.891 1.344-3.281 1.516-4.719 1.516-1.906 0-3.453-0.5-5.25-1.031-0.375-0.109-0.938-0.047-1.344-0.094-0.953 1.047-3.281 1.328-4.625 1.328-1.188 0-5.781-0.078-5.781-2.109 0-0.875 0.187-1.125 0.797-1.687 0.484-0.094 0.844-0.359 1.406-0.391 0.078 0 0.141-0.016 0.219-0.031 0.016-0.016 0.031-0.016 0.031-0.063l-0.031-0.047c-1.078-0.25-2.594-2.969-2.828-4.094l-0.078-0.047c-0.109 0-0.156 0.234-0.187 0.313-0.344 0.797-1.156 1.656-2.063 1.75h-0.016c-0.125 0-0.078-0.125-0.172-0.156-0.219-0.516-0.359-0.984-0.359-1.563 0-3.125 1.5-5.437 3.938-7.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wechat\" viewBox=\"0 0 32 28\">\n<title>wechat</title>\n<path d=\"M9.063 7.203c0-0.859-0.562-1.422-1.422-1.422-0.844 0-1.703 0.562-1.703 1.422 0 0.844 0.859 1.406 1.703 1.406 0.859 0 1.422-0.562 1.422-1.406zM20.672 15.125c0-0.562-0.562-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.859 0 1.422-0.562 1.422-1.141zM16.984 7.203c0-0.859-0.562-1.422-1.406-1.422-0.859 0-1.703 0.562-1.703 1.422 0 0.844 0.844 1.406 1.703 1.406 0.844 0 1.406-0.562 1.406-1.406zM26.906 15.125c0-0.562-0.578-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.844 0 1.422-0.562 1.422-1.141zM22.75 8.922c-0.359-0.047-0.719-0.063-1.094-0.063-5.375 0-9.625 4.016-9.625 8.953 0 0.828 0.125 1.625 0.359 2.375-0.359 0.031-0.703 0.047-1.062 0.047-1.422 0-2.547-0.281-3.969-0.562l-3.953 1.984 1.125-3.406c-2.828-1.984-4.531-4.547-4.531-7.656 0-5.391 5.094-9.625 11.328-9.625 5.563 0 10.453 3.391 11.422 7.953zM32 17.687c0 2.547-1.687 4.813-3.969 6.516l0.859 2.828-3.109-1.703c-1.141 0.281-2.281 0.578-3.406 0.578-5.391 0-9.625-3.687-9.625-8.219s4.234-8.219 9.625-8.219c5.094 0 9.625 3.687 9.625 8.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane\" viewBox=\"0 0 28 28\">\n<title>paper-plane</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-7.078-2.891-3.781 4.609c-0.187 0.234-0.469 0.359-0.766 0.359-0.109 0-0.234-0.016-0.344-0.063-0.391-0.141-0.656-0.516-0.656-0.938v-5.453l13.5-16.547-16.703 14.453-6.172-2.531c-0.359-0.141-0.594-0.469-0.625-0.859-0.016-0.375 0.172-0.734 0.5-0.922l26-15c0.156-0.094 0.328-0.141 0.5-0.141 0.203 0 0.406 0.063 0.562 0.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane-o\" viewBox=\"0 0 28 28\">\n<title>paper-plane-o</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-8.234-3.359-4.656 5.109c-0.187 0.219-0.453 0.328-0.734 0.328-0.125 0-0.25-0.016-0.359-0.063-0.391-0.156-0.641-0.531-0.641-0.938v-7.063l-7.375-3.016c-0.359-0.141-0.594-0.469-0.625-0.859-0.031-0.375 0.172-0.734 0.5-0.922l26-15c0.328-0.203 0.75-0.187 1.062 0.031zM22.219 23.594l3.453-20.672-22.406 12.922 5.25 2.141 13.484-9.984-7.469 12.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-history\" viewBox=\"0 0 24 28\">\n<title>history</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12zM14 9.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-thin\" viewBox=\"0 0 24 28\">\n<title>circle-thin</title>\n<path d=\"M12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-header\" viewBox=\"0 0 28 28\">\n<title>header</title>\n<path d=\"M26.281 26c-1.375 0-2.766-0.109-4.156-0.109-1.375 0-2.75 0.109-4.125 0.109-0.531 0-0.781-0.578-0.781-1.031 0-1.391 1.563-0.797 2.375-1.328 0.516-0.328 0.516-1.641 0.516-2.188l-0.016-6.109c0-0.172 0-0.328-0.016-0.484-0.25-0.078-0.531-0.063-0.781-0.063h-10.547c-0.266 0-0.547-0.016-0.797 0.063-0.016 0.156-0.016 0.313-0.016 0.484l-0.016 5.797c0 0.594 0 2.219 0.578 2.562 0.812 0.5 2.656-0.203 2.656 1.203 0 0.469-0.219 1.094-0.766 1.094-1.453 0-2.906-0.109-4.344-0.109-1.328 0-2.656 0.109-3.984 0.109-0.516 0-0.75-0.594-0.75-1.031 0-1.359 1.437-0.797 2.203-1.328 0.5-0.344 0.516-1.687 0.516-2.234l-0.016-0.891v-12.703c0-0.75 0.109-3.156-0.594-3.578-0.781-0.484-2.453 0.266-2.453-1.141 0-0.453 0.203-1.094 0.75-1.094 1.437 0 2.891 0.109 4.328 0.109 1.313 0 2.641-0.109 3.953-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.344-1.547 0.688-2.312 1.172-0.547 0.328-0.547 1.937-0.547 2.5l0.016 5c0 0.172 0 0.328 0.016 0.5 0.203 0.047 0.406 0.047 0.609 0.047h10.922c0.187 0 0.391 0 0.594-0.047 0.016-0.172 0.016-0.328 0.016-0.5l0.016-5c0-0.578 0-2.172-0.547-2.5-0.781-0.469-2.344 0.156-2.344-1.172 0-0.469 0.219-1.094 0.781-1.094 1.375 0 2.75 0.109 4.125 0.109 1.344 0 2.688-0.109 4.031-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.359-1.609 0.672-2.391 1.156-0.531 0.344-0.547 1.953-0.547 2.516l0.016 14.734c0 0.516 0.031 1.875 0.531 2.188 0.797 0.5 2.484-0.141 2.484 1.219 0 0.453-0.203 1.094-0.75 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paragraph\" viewBox=\"0 0 20 28\">\n<title>paragraph</title>\n<path d=\"M19.969 2.953v1.141c0 0.531-0.422 1.453-0.953 1.453-0.266 0-0.578-0.047-0.844 0.016-0.25 0.063-0.438 0.234-0.5 0.484-0.078 0.297-0.047 0.672-0.047 1v18c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-19.031h-2.234v19.031c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-7.75c-1.516-0.125-2.812-0.438-3.828-0.922-1.313-0.609-2.312-1.547-3-2.797-0.656-1.203-1-2.562-1-4.047 0-1.734 0.469-3.234 1.375-4.469 0.922-1.234 2.016-2.063 3.266-2.484 1.172-0.391 3.641-0.578 6.516-0.578h7.484c0.531 0 0.953 0.422 0.953 0.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sliders\" viewBox=\"0 0 24 28\">\n<title>sliders</title>\n<path d=\"M5.5 22v2h-5.5v-2h5.5zM11 20c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM13.5 14v2h-13.5v-2h13.5zM3.5 6v2h-3.5v-2h3.5zM24 22v2h-11.5v-2h11.5zM9 4c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM19 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM24 14v2h-3.5v-2h3.5zM24 6v2h-13.5v-2h13.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt\" viewBox=\"0 0 24 28\">\n<title>share-alt</title>\n<path d=\"M19 16c2.766 0 5 2.234 5 5s-2.234 5-5 5-5-2.234-5-5c0-0.172 0.016-0.359 0.031-0.531l-5.625-2.812c-0.891 0.828-2.094 1.344-3.406 1.344-2.766 0-5-2.234-5-5s2.234-5 5-5c1.313 0 2.516 0.516 3.406 1.344l5.625-2.812c-0.016-0.172-0.031-0.359-0.031-0.531 0-2.766 2.234-5 5-5s5 2.234 5 5-2.234 5-5 5c-1.313 0-2.516-0.516-3.406-1.344l-5.625 2.812c0.016 0.172 0.031 0.359 0.031 0.531s-0.016 0.359-0.031 0.531l5.625 2.812c0.891-0.828 2.094-1.344 3.406-1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt-square\" viewBox=\"0 0 24 28\">\n<title>share-alt-square</title>\n<path d=\"M20 18.672c0-1.844-1.5-3.344-3.328-3.344-0.875 0-1.672 0.344-2.266 0.906l-3.766-1.875c0.016-0.125 0.031-0.234 0.031-0.359s-0.016-0.234-0.031-0.359l3.766-1.875c0.594 0.562 1.391 0.906 2.266 0.906 1.828 0 3.328-1.5 3.328-3.344 0-1.828-1.5-3.328-3.328-3.328-1.844 0-3.344 1.5-3.344 3.328 0 0.125 0.016 0.234 0.031 0.359l-3.766 1.875c-0.594-0.547-1.391-0.891-2.266-0.891-1.828 0-3.328 1.484-3.328 3.328s1.5 3.328 3.328 3.328c0.875 0 1.672-0.344 2.266-0.891l3.766 1.875c-0.016 0.125-0.031 0.234-0.031 0.359 0 1.828 1.5 3.328 3.344 3.328 1.828 0 3.328-1.5 3.328-3.328zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bomb\" viewBox=\"0 0 28 28\">\n<title>bomb</title>\n<path d=\"M8.922 9.203c-0.203-0.516-0.781-0.75-1.297-0.547-2.25 0.906-4.062 2.719-4.969 4.969-0.203 0.516 0.031 1.094 0.547 1.297 0.125 0.047 0.25 0.078 0.375 0.078 0.406 0 0.766-0.234 0.938-0.625 0.703-1.75 2.109-3.156 3.859-3.859 0.516-0.219 0.766-0.797 0.547-1.313zM23.641 3.641l0.719 0.719-3.813 3.797 1.062 1.062c0.391 0.391 0.391 1.031 0 1.422l-1 1c0.875 1.578 1.391 3.406 1.391 5.359 0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11c1.953 0 3.781 0.516 5.359 1.391l1-1c0.391-0.391 1.031-0.391 1.422 0l1.062 1.062zM23.766 2.766c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156l-1.422-1.406c-0.187-0.203-0.187-0.516 0-0.719 0.203-0.187 0.516-0.187 0.719 0l1.406 1.422c0.203 0.187 0.203 0.516 0 0.703zM27.359 6.359c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-1.406-1.422c-0.203-0.187-0.203-0.516 0-0.703 0.187-0.203 0.516-0.203 0.703 0l1.422 1.406c0.187 0.203 0.187 0.516 0 0.719zM28 3.5c0 0.281-0.219 0.5-0.5 0.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h1.5c0.281 0 0.5 0.219 0.5 0.5zM25 0.5v1.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-1.5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM27.359 1.359l-1.422 1.406c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156-0.203-0.187-0.203-0.516 0-0.703l1.406-1.422c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-futbol-o\" viewBox=\"0 0 28 28\">\n<title>futbol-o</title>\n<path d=\"M9.516 12.75l4.484-3.25 4.484 3.25-1.703 5.25h-5.547zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM23.672 21.094c1.469-2 2.328-4.438 2.328-7.094v-0.047l-1.594 1.391-3.75-3.5 0.984-5.047 2.094 0.187c-1.484-2.047-3.609-3.625-6.078-4.406l0.828 1.937-4.484 2.484-4.484-2.484 0.828-1.937c-2.469 0.781-4.594 2.359-6.078 4.406l2.109-0.187 0.969 5.047-3.75 3.5-1.594-1.391v0.047c0 2.656 0.859 5.094 2.328 7.094l0.469-2.063 5.094 0.625 2.172 4.656-1.813 1.078c1.172 0.391 2.438 0.609 3.75 0.609s2.578-0.219 3.75-0.609l-1.813-1.078 2.172-4.656 5.094-0.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tty\" viewBox=\"0 0 28 28\">\n<title>tty</title>\n<path d=\"M7 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM4 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM13 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM1.031 12c-0.578 0-1.031-0.453-1.031-1.016v-2.016h8.031v2.016c0 0.562-0.453 1.016-1.016 1.016h-5.984zM19 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM25 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.125v0.203h-8.031v-0.156c0-0.578-0.5-1.625-5.969-1.594-5.469 0.016-5.969 1.016-5.969 1.594v0.156h-8.031v-0.203c0-1.047 1.875-6.125 14-6.125 12.109 0 14 5.078 14 6.125zM28 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.969v2.016c0 0.562-0.453 1.016-1.016 1.016h-6c-0.562 0-1.016-0.453-1.016-1.016v-2.016h8.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-binoculars\" viewBox=\"0 0 28 28\">\n<title>binoculars</title>\n<path d=\"M11 5v12c0 0.547-0.453 1-1 1v0 9c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-8l3.891-13.641c0.063-0.219 0.266-0.359 0.484-0.359h6.625zM16 5v11h-4v-11h4zM28 19v8c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-9c-0.547 0-1-0.453-1-1v-12h6.625c0.219 0 0.422 0.141 0.484 0.359zM11.5 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5zM22 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plug\" viewBox=\"0 0 28 28\">\n<title>plug</title>\n<path d=\"M27.422 7.078c0.766 0.781 0.766 2.047 0 2.828l-6.266 6.25 2.344 2.344-2.5 2.5c-3.422 3.422-8.641 3.906-12.516 1.344l-5.656 5.656h-2.828v-2.828l5.656-5.656c-2.562-3.875-2.078-9.094 1.344-12.516l2.5-2.5 2.344 2.344 6.25-6.266c0.781-0.766 2.047-0.766 2.828 0 0.781 0.781 0.781 2.063 0 2.828l-6.25 6.266 3.656 3.656 6.266-6.25c0.781-0.781 2.047-0.781 2.828 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slideshare\" viewBox=\"0 0 28 28\">\n<title>slideshare</title>\n<path d=\"M13.641 11.562c0 1.734-1.516 3.156-3.375 3.156s-3.375-1.422-3.375-3.156c0-1.75 1.516-3.156 3.375-3.156s3.375 1.406 3.375 3.156zM21.484 11.562c0 1.734-1.5 3.156-3.375 3.156-1.859 0-3.375-1.422-3.375-3.156 0-1.75 1.516-3.156 3.375-3.156 1.875 0 3.375 1.406 3.375 3.156zM25 14.375v-10.422c0-1.797-0.578-2.5-2.234-2.5h-17.375c-1.734 0-2.219 0.594-2.219 2.5v10.516c3.703 1.937 6.875 1.594 8.609 1.531 0.734-0.016 1.203 0.125 1.484 0.422 0.047 0.047 0.094 0.094 0.156 0.141 0.328 0.313 0.641 0.562 0.953 0.797 0.063-0.859 0.547-1.406 1.844-1.359 1.766 0.078 5.016 0.422 8.781-1.625zM27.547 14.297c-1 1.234-2.906 2.75-5.812 3.938 3.078 10.484-7.516 12.156-7.344 6.781 0 0.094-0.016-2.891-0.016-5.109-0.234-0.047-0.469-0.109-0.75-0.172 0 2.234-0.016 5.375-0.016 5.281 0.172 5.375-10.422 3.703-7.344-6.781-2.906-1.188-4.813-2.703-5.812-3.938-0.5-0.75 0.047-1.547 0.875-0.969 0.109 0.078 0.234 0.156 0.344 0.234v-10.844c0-1.5 1.125-2.719 2.516-2.719h19.641c1.391 0 2.516 1.219 2.516 2.719v10.844l0.328-0.234c0.828-0.578 1.375 0.219 0.875 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitch\" viewBox=\"0 0 28 28\">\n<title>twitch</title>\n<path d=\"M14 6.781v6.781h-2.266v-6.781h2.266zM20.219 6.781v6.781h-2.266v-6.781h2.266zM20.219 18.656l3.953-3.969v-12.422h-18.656v16.391h5.094v3.391l3.391-3.391h6.219zM26.437 0v15.828l-6.781 6.781h-5.094l-3.391 3.391h-3.391v-3.391h-6.219v-18.094l1.703-4.516h23.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yelp\" viewBox=\"0 0 24 28\">\n<title>yelp</title>\n<path d=\"M12.078 20.609v1.984c-0.016 4.406-0.016 4.562-0.094 4.766-0.125 0.328-0.406 0.547-0.797 0.625-1.125 0.187-4.641-1.109-5.375-1.984-0.156-0.172-0.234-0.375-0.266-0.562-0.016-0.141 0.016-0.281 0.063-0.406 0.078-0.219 0.219-0.391 3.359-4.109 0 0 0.016 0 0.938-1.094 0.313-0.391 0.875-0.516 1.391-0.328 0.516 0.203 0.797 0.641 0.781 1.109zM9.75 16.688c-0.031 0.547-0.344 0.953-0.812 1.094l-1.875 0.609c-4.203 1.344-4.344 1.375-4.562 1.375-0.344-0.016-0.656-0.219-0.844-0.562-0.125-0.25-0.219-0.672-0.266-1.172-0.172-1.531 0.031-3.828 0.484-4.547 0.219-0.344 0.531-0.516 0.875-0.5 0.234 0 0.422 0.094 4.953 1.937 0 0-0.016 0.016 1.313 0.531 0.469 0.187 0.766 0.672 0.734 1.234zM22.656 21.328c-0.156 1.125-2.484 4.078-3.547 4.5-0.359 0.141-0.719 0.109-0.984-0.109-0.187-0.141-0.375-0.422-2.875-4.484l-0.734-1.203c-0.281-0.438-0.234-1 0.125-1.437 0.344-0.422 0.844-0.562 1.297-0.406 0 0 0.016 0.016 1.859 0.625 4.203 1.375 4.344 1.422 4.516 1.563 0.281 0.219 0.406 0.547 0.344 0.953zM12.156 11.453c0.078 1.625-0.609 1.828-0.844 1.906-0.219 0.063-0.906 0.266-1.781-1.109-5.75-9.078-5.906-9.344-5.906-9.344-0.078-0.328 0.016-0.688 0.297-0.969 0.859-0.891 5.531-2.203 6.75-1.891 0.391 0.094 0.672 0.344 0.766 0.703 0.063 0.391 0.625 8.813 0.719 10.703zM22.5 13.141c0.031 0.391-0.109 0.719-0.406 0.922-0.187 0.125-0.375 0.187-5.141 1.344-0.766 0.172-1.188 0.281-1.422 0.359l0.016-0.031c-0.469 0.125-1-0.094-1.297-0.562s-0.281-0.984 0-1.359c0 0 0.016-0.016 1.172-1.594 2.562-3.5 2.688-3.672 2.875-3.797 0.297-0.203 0.656-0.203 1.016-0.031 1.016 0.484 3.063 3.531 3.187 4.703v0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-newspaper-o\" viewBox=\"0 0 32 28\">\n<title>newspaper-o</title>\n<path d=\"M16 8h-6v6h6v-6zM18 18v2h-10v-2h10zM18 6v10h-10v-10h10zM28 18v2h-8v-2h8zM28 14v2h-8v-2h8zM28 10v2h-8v-2h8zM28 6v2h-8v-2h8zM4 21v-15h-2v15c0 0.547 0.453 1 1 1s1-0.453 1-1zM30 21v-17h-24v17c0 0.344-0.063 0.688-0.172 1h23.172c0.547 0 1-0.453 1-1zM32 2v19c0 1.656-1.344 3-3 3h-26c-1.656 0-3-1.344-3-3v-17h4v-2h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wifi\" viewBox=\"0 0 32 28\">\n<title>wifi</title>\n<path d=\"M16 23.797c-0.406 0-2.594-2.188-2.594-2.609 0-0.766 2-1.188 2.594-1.188s2.594 0.422 2.594 1.188c0 0.422-2.188 2.609-2.594 2.609zM20.219 19.563c-0.219 0-1.922-1.563-4.219-1.563-2.312 0-3.984 1.563-4.219 1.563-0.375 0-2.641-2.25-2.641-2.625 0-0.141 0.063-0.266 0.156-0.359 1.672-1.656 4.391-2.578 6.703-2.578s5.031 0.922 6.703 2.578c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.641 2.625zM24.484 15.313c-0.125 0-0.266-0.063-0.359-0.125-2.578-2-4.75-3.187-8.125-3.187-4.719 0-8.313 3.313-8.484 3.313-0.359 0-2.609-2.25-2.609-2.625 0-0.125 0.063-0.25 0.156-0.344 2.797-2.797 7.016-4.344 10.938-4.344s8.141 1.547 10.938 4.344c0.094 0.094 0.156 0.219 0.156 0.344 0 0.375-2.25 2.625-2.609 2.625zM28.719 11.078c-0.125 0-0.25-0.063-0.344-0.141-3.609-3.172-7.5-4.937-12.375-4.937s-8.766 1.766-12.375 4.937c-0.094 0.078-0.219 0.141-0.344 0.141-0.359 0-2.625-2.25-2.625-2.625 0-0.141 0.063-0.266 0.156-0.359 3.953-3.922 9.656-6.094 15.188-6.094s11.234 2.172 15.188 6.094c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.625 2.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calculator\" viewBox=\"0 0 26 28\">\n<title>calculator</title>\n<path d=\"M6 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 24v-6c0-1.094-0.906-2-2-2v0c-1.094 0-2 0.906-2 2v6c0 1.094 0.906 2 2 2v0c1.094 0 2-0.906 2-2zM18 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 7v-4c0-0.547-0.453-1-1-1h-20c-0.547 0-1 0.453-1 1v4c0 0.547 0.453 1 1 1h20c0.547 0 1-0.453 1-1zM24 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 2v24c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-24c0-1.094 0.906-2 2-2h22c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paypal\" viewBox=\"0 0 24 28\">\n<title>paypal</title>\n<path d=\"M23.734 10.094v0c0.203 0.938 0.156 2.016-0.063 3.187-1.016 5.156-4.438 6.937-8.828 6.937h-0.688c-0.531 0-0.969 0.391-1.062 0.922l-0.063 0.297-0.859 5.406-0.031 0.234c-0.109 0.531-0.547 0.922-1.078 0.922h-3.922c-0.438 0-0.719-0.359-0.656-0.797 0.281-1.75 0.547-3.5 0.828-5.25s0.562-3.484 0.844-5.234c0.047-0.375 0.297-0.578 0.672-0.578 0.625 0 1.25-0.016 2.047 0 1.125 0.016 2.422-0.047 3.687-0.328 1.687-0.375 3.219-1.062 4.484-2.25 1.141-1.062 1.906-2.375 2.422-3.844 0.234-0.688 0.422-1.375 0.547-2.078 0.031-0.187 0.078-0.156 0.187-0.078 0.859 0.641 1.344 1.5 1.531 2.531zM21.047 5.688c0 1.281-0.297 2.5-0.719 3.687-0.812 2.359-2.344 4.047-4.719 4.922-1.266 0.453-2.594 0.641-3.938 0.656-0.938 0.016-1.875 0-2.812 0-1.016 0-1.656 0.5-1.844 1.5-0.219 1.188-1.078 6.719-1.328 8.281-0.016 0.109-0.063 0.156-0.187 0.156h-4.609c-0.469 0-0.812-0.406-0.75-0.859l3.625-22.984c0.094-0.594 0.625-1.047 1.234-1.047h9.344c0.672 0 2.219 0.297 3.266 0.703 2.219 0.859 3.437 2.609 3.437 4.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-wallet\" viewBox=\"0 0 28 28\">\n<title>google-wallet</title>\n<path d=\"M6.891 10.5c0.313 0 0.625 0.156 0.812 0.406 2.734 3.734 4.641 7.734 5.656 12.094h-6.969c-1.25-4.344-3.094-8.313-5.734-11.703-0.25-0.328 0-0.797 0.406-0.797h5.828zM15.625 16.078c-0.516 2.109-1.172 4.156-1.953 6.141-0.828-3.266-2.156-6.328-4-9.281 0.406-2.266 0.641-4.594 0.688-7.016 2.203 3.547 3.953 6.922 5.266 10.156zM17.172 5c4.672 6.438 8.141 14.375 8.891 23h-7.047c-0.516-8.344-4.359-16.25-8.641-23h6.797zM28 14c0 4.344-0.594 8.906-1.578 12.688-0.688-5.781-2.594-11.531-5.609-16.922-0.266-3.156-0.828-6.219-1.656-9.125-0.078-0.328 0.156-0.641 0.484-0.641h5.609c0.438 0 0.844 0.297 0.953 0.719 1.188 4.219 1.797 8.687 1.797 13.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-visa\" viewBox=\"0 0 36 28\">\n<title>cc-visa</title>\n<path d=\"M30.859 15.469h-2.156c0 0 0.219-0.578 1.031-2.797-0.016 0.016 0.219-0.578 0.344-0.953l0.187 0.859c0.484 2.391 0.594 2.891 0.594 2.891zM8.297 14.453l-0.906-4.609c-0.125-0.641-0.609-0.844-1.172-0.844h-4.188l-0.031 0.203c2.875 0.734 5.234 2.297 6.297 5.25zM11.094 9l-2.531 6.844-0.266-1.391c-0.547-1.453-1.875-2.797-3.375-3.406l2.109 7.969h2.734l4.078-10.016h-2.75zM13.266 19.031h2.594l1.625-10.031h-2.594zM25.266 9.25c-0.516-0.203-1.328-0.422-2.328-0.422-2.562 0-4.359 1.359-4.375 3.313-0.016 1.437 1.281 2.234 2.266 2.719 1.016 0.484 1.344 0.812 1.344 1.25 0 0.672-0.812 0.969-1.547 0.969-1.047 0-1.609-0.125-2.438-0.516l-0.344-0.172-0.359 2.25c0.609 0.281 1.719 0.531 2.891 0.531 2.719 0.016 4.484-1.344 4.516-3.422 0-1.141-0.703-2-2.188-2.719-0.906-0.453-1.453-0.781-1.453-1.25 0-0.422 0.469-0.859 1.484-0.859 0.844-0.016 1.469 0.156 1.937 0.375l0.234 0.125zM31.906 9h-2c-0.625 0-1.094 0.187-1.359 0.844l-3.844 9.188h2.719c0.438-1.234 0.547-1.5 0.547-1.5h3.313c0 0 0.078 0.344 0.313 1.5h2.406zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-mastercard\" viewBox=\"0 0 36 28\">\n<title>cc-mastercard</title>\n<path d=\"M17.484 5.328c-1.297-0.859-2.828-1.328-4.391-1.328-4.391 0-7.953 3.563-7.953 7.938 0 4.391 3.563 7.953 7.953 7.953 1.563 0 3.094-0.469 4.391-1.328-4.188-3.406-4.156-9.828 0-13.234zM18 5.703c-4.031 3.172-4.047 9.328 0 12.484 4.047-3.156 4.031-9.312 0-12.484zM18.516 5.328c4.141 3.406 4.203 9.844 0 13.234 1.297 0.859 2.844 1.328 4.391 1.328 4.391 0 7.953-3.563 7.953-7.953 0-4.375-3.563-7.938-7.953-7.938-1.563 0-3.094 0.469-4.391 1.328zM30.094 16.609h0.109v-0.047h-0.266v0.047h0.109v0.266h0.047v-0.266zM30.547 16.875h0.063v-0.313h-0.078l-0.094 0.203-0.094-0.203h-0.078v0.313h0.047v-0.234l0.094 0.203h0.063l0.078-0.203v0.234zM30.422 23.75v0.031h-0.078v-0.047h0.078v0.016zM30.422 23.891h0.047l-0.063-0.078c0.031 0 0.031-0.016 0.047-0.016 0.016-0.016 0.016-0.031 0.016-0.047s0-0.031-0.016-0.047c-0.016 0-0.031-0.016-0.063-0.016h-0.094v0.203h0.047v-0.078h0.016zM10.703 22.828c0-0.375 0.234-0.672 0.641-0.672 0.375 0 0.625 0.297 0.625 0.672 0 0.391-0.25 0.672-0.625 0.672-0.406 0-0.641-0.297-0.641-0.672zM18.094 22.141c0.297 0 0.5 0.172 0.547 0.5h-1.094c0.047-0.297 0.234-0.5 0.547-0.5zM23.656 22.828c0-0.375 0.234-0.672 0.625-0.672s0.641 0.297 0.641 0.672c0 0.391-0.25 0.672-0.641 0.672s-0.625-0.297-0.625-0.672zM27.906 22.828c0-0.375 0.25-0.672 0.641-0.672 0.375 0 0.641 0.297 0.641 0.672 0 0.391-0.266 0.672-0.641 0.672-0.391 0-0.641-0.297-0.641-0.672zM30.375 23.953c-0.016 0-0.031 0-0.063-0.016-0.016 0-0.031-0.016-0.047-0.031s-0.031-0.031-0.031-0.047-0.016-0.047-0.016-0.063 0-0.047 0.016-0.063c0-0.031 0.016-0.047 0.031-0.063s0.031-0.016 0.047-0.031 0.047-0.016 0.063-0.016 0.047 0 0.063 0.016 0.047 0.016 0.063 0.031 0.016 0.031 0.031 0.063c0 0.016 0.016 0.031 0.016 0.063 0 0.016-0.016 0.031-0.016 0.063-0.016 0.016-0.016 0.031-0.031 0.047s-0.031 0.031-0.063 0.031c-0.016 0.016-0.031 0.016-0.063 0.016zM9.359 23.891h0.469v-1.328c0-0.5-0.328-0.828-0.844-0.844-0.266 0-0.547 0.078-0.734 0.375-0.141-0.234-0.375-0.375-0.703-0.375-0.219 0-0.438 0.078-0.609 0.313v-0.25h-0.469v2.109h0.469v-1.172c0-0.375 0.203-0.562 0.516-0.562s0.469 0.203 0.469 0.562v1.172h0.453v-1.172c0-0.375 0.219-0.562 0.516-0.562 0.313 0 0.469 0.203 0.469 0.562v1.172zM11.953 23.891h0.453v-2.109h-0.453v0.25c-0.156-0.187-0.375-0.313-0.672-0.313-0.594 0-1.047 0.469-1.047 1.109s0.453 1.109 1.047 1.109c0.297 0 0.516-0.109 0.672-0.313v0.266zM14.734 23.25c0-0.375-0.281-0.562-0.734-0.625l-0.219-0.031c-0.203-0.031-0.359-0.078-0.359-0.219s0.141-0.234 0.391-0.234c0.281 0 0.531 0.094 0.672 0.172l0.187-0.375c-0.219-0.141-0.516-0.219-0.859-0.219-0.531 0-0.875 0.266-0.875 0.688 0 0.344 0.25 0.547 0.734 0.609l0.203 0.031c0.266 0.047 0.375 0.109 0.375 0.219 0 0.172-0.172 0.266-0.484 0.266s-0.547-0.109-0.703-0.219l-0.203 0.359c0.25 0.172 0.562 0.266 0.906 0.266 0.609 0 0.969-0.281 0.969-0.688zM16.766 23.781l-0.125-0.391c-0.141 0.078-0.281 0.109-0.406 0.109-0.234 0-0.297-0.141-0.297-0.344v-0.953h0.75v-0.422h-0.75v-0.641h-0.469v0.641h-0.438v0.422h0.438v0.953c0 0.484 0.187 0.781 0.734 0.781 0.187 0 0.422-0.063 0.562-0.156zM18.109 21.719c-0.609 0-1.047 0.453-1.047 1.109 0 0.672 0.453 1.109 1.078 1.109 0.313 0 0.609-0.078 0.859-0.297l-0.219-0.344c-0.172 0.141-0.406 0.234-0.609 0.234-0.297 0-0.562-0.141-0.641-0.516h1.578v-0.187c0-0.656-0.406-1.109-1-1.109zM20.594 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.469v2.109h0.469v-1.188c0-0.344 0.141-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.109-0.047-0.234-0.063-0.328-0.063zM21.063 22.828c0 0.641 0.438 1.109 1.125 1.109 0.313 0 0.531-0.063 0.75-0.25l-0.219-0.375c-0.172 0.125-0.344 0.203-0.547 0.187-0.375 0-0.641-0.266-0.641-0.672s0.266-0.672 0.641-0.672c0.203 0 0.375 0.063 0.547 0.187l0.219-0.375c-0.219-0.172-0.438-0.25-0.75-0.25-0.688 0-1.125 0.469-1.125 1.109zM24.891 23.891h0.469v-2.109h-0.469v0.25c-0.141-0.187-0.359-0.313-0.656-0.313-0.594 0-1.062 0.469-1.062 1.109s0.469 1.109 1.062 1.109c0.297 0 0.516-0.109 0.656-0.313v0.266zM26.969 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.453v2.109h0.453v-1.188c0-0.344 0.156-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.094-0.047-0.234-0.063-0.328-0.063zM29.156 23.891h0.453v-2.969h-0.453v1.109c-0.141-0.187-0.359-0.313-0.672-0.313-0.578 0-1.047 0.469-1.047 1.109s0.469 1.109 1.047 1.109c0.313 0 0.531-0.109 0.672-0.313v0.266zM30.375 23.578c-0.016 0-0.047 0.016-0.078 0.016-0.031 0.016-0.047 0.031-0.063 0.047-0.031 0.016-0.047 0.047-0.047 0.063-0.016 0.031-0.016 0.063-0.016 0.094 0 0.016 0 0.047 0.016 0.078 0 0.016 0.016 0.047 0.047 0.063 0.016 0.016 0.031 0.031 0.063 0.047s0.063 0.016 0.078 0.016c0.031 0 0.063 0 0.094-0.016 0.016-0.016 0.047-0.031 0.063-0.047s0.031-0.047 0.047-0.063c0.016-0.031 0.016-0.063 0.016-0.078 0-0.031 0-0.063-0.016-0.094-0.016-0.016-0.031-0.047-0.047-0.063s-0.047-0.031-0.063-0.047c-0.031 0-0.063-0.016-0.094-0.016zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-discover\" viewBox=\"0 0 36 28\">\n<title>cc-discover</title>\n<path d=\"M4.891 12.141c0 0.5-0.203 0.984-0.562 1.313-0.313 0.281-0.734 0.406-1.391 0.406h-0.266v-3.437h0.266c0.656 0 1.062 0.109 1.391 0.422 0.359 0.313 0.562 0.797 0.562 1.297zM32.641 11.125c0 0.531-0.344 0.812-1 0.812h-0.297v-1.578h0.313c0.641 0 0.984 0.266 0.984 0.766zM5.938 12.141c0-1.531-1.141-2.609-2.797-2.609h-1.484v5.203h1.484c0.781 0 1.359-0.172 1.859-0.594 0.594-0.5 0.938-1.234 0.938-2zM6.406 14.734h1.016v-5.203h-1.016v5.203zM11.406 13.156c0-0.828-0.344-1.203-1.5-1.625-0.609-0.219-0.781-0.375-0.781-0.656 0-0.328 0.313-0.578 0.75-0.578 0.313 0 0.562 0.125 0.828 0.422l0.531-0.688c-0.438-0.391-0.969-0.578-1.531-0.578-0.922 0-1.625 0.641-1.625 1.484 0 0.719 0.328 1.094 1.281 1.437 0.391 0.141 0.594 0.219 0.703 0.297 0.203 0.125 0.297 0.313 0.297 0.531 0 0.422-0.328 0.734-0.781 0.734-0.484 0-0.875-0.234-1.109-0.688l-0.656 0.625c0.469 0.688 1.031 1 1.797 1 1.062 0 1.797-0.703 1.797-1.719zM15.75 14.562v-1.203c-0.406 0.406-0.766 0.578-1.219 0.578-1.031 0-1.75-0.75-1.75-1.797 0-1 0.75-1.797 1.703-1.797 0.484 0 0.844 0.172 1.266 0.594v-1.203c-0.438-0.219-0.812-0.313-1.25-0.313-1.531 0-2.766 1.203-2.766 2.719 0 1.531 1.203 2.719 2.75 2.719 0.438 0 0.812-0.078 1.266-0.297zM35 24v-8.234c-2.5 1.563-11.297 6.563-25.516 9.234h24.516c0.547 0 1-0.453 1-1zM21.703 12.172c0-1.563-1.266-2.828-2.828-2.828s-2.828 1.266-2.828 2.828 1.266 2.828 2.828 2.828 2.828-1.266 2.828-2.828zM24.078 14.875l2.25-5.344h-1.109l-1.406 3.5-1.391-3.5h-1.109l2.219 5.344h0.547zM26.781 14.734h2.875v-0.875h-1.859v-1.406h1.797v-0.875h-1.797v-1.156h1.859v-0.891h-2.875v5.203zM32.891 14.734h1.25l-1.641-2.188c0.766-0.156 1.188-0.672 1.188-1.469 0-0.984-0.672-1.547-1.844-1.547h-1.516v5.203h1.016v-2.078h0.141zM36 4.094v19.812c0 1.156-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.938-2.063-2.094v-19.812c0-1.156 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.938 2.063 2.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-amex\" viewBox=\"0 0 36 28\">\n<title>cc-amex</title>\n<path d=\"M1.859 10.656h1.391l-0.703-1.687zM11.562 18.875l1.156-1.234-1.094-1.234h-2.547v0.766h2.219v0.859h-2.219v0.844h2.484zM14.031 17.656l1.547 1.719v-3.391zM18.531 16.922c0-0.375-0.281-0.516-0.625-0.516h-1.313v1.078h1.297c0.359 0 0.641-0.172 0.641-0.562zM23.047 16.859c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.953h1.266c0.344 0 0.672-0.078 0.672-0.5zM18.703 9.578c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.938h1.266c0.344 0 0.672-0.078 0.672-0.484zM25.875 10.656h1.391l-0.688-1.687zM10.922 8.234v4.234h-1.031v-3.313l-1.469 3.313h-0.891l-1.469-3.313v3.313h-2.063l-0.391-0.938h-2.109l-0.391 0.938h-1.094l1.813-4.234h1.5l1.719 4.016v-4.016h1.656l1.328 2.875 1.203-2.875h1.687zM19.609 16.922c0 1.703-1.859 1.422-3.016 1.422v1.422h-1.969l-1.25-1.406-1.297 1.406h-4v-4.234h4.062l1.25 1.391 1.281-1.391h3.234c0.953 0 1.703 0.328 1.703 1.391zM15.062 11.594v0.875h-3.391v-4.234h3.391v0.891h-2.375v0.766h2.312v0.859h-2.312v0.844h2.375zM36 20.328v3.578c0 1.141-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.953-2.063-2.094v-10.594h1.734l0.391-0.953h0.859l0.391 0.953h3.406v-0.719l0.297 0.719h1.766l0.313-0.734v0.734h8.453v-1.547l0.156-0.016c0.141 0 0.156 0.109 0.156 0.219v1.344h4.359v-0.359c1.016 0.531 2.406 0.359 3.469 0.359l0.391-0.953h0.875l0.391 0.953h3.547v-0.906l0.531 0.906h2.844v-5.906h-2.812v0.688l-0.391-0.688h-2.891v0.688l-0.359-0.688h-3.891c-0.578 0-1.188 0.063-1.703 0.344v-0.344h-2.688v0.344c-0.313-0.281-0.734-0.344-1.141-0.344h-9.812l-0.672 1.516-0.672-1.516h-3.094v0.688l-0.344-0.688h-2.641l-1.219 2.797v-6.109c0-1.141 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.953 2.063 2.094v10.594h-1.875c-0.438 0-0.906 0.078-1.266 0.344v-0.344h-2.766c-0.391 0-0.922 0.063-1.219 0.344v-0.344h-4.937v0.344c-0.375-0.266-0.922-0.344-1.359-0.344h-3.266v0.344c-0.328-0.313-1-0.344-1.422-0.344h-3.656l-0.844 0.906-0.781-0.906h-5.453v5.906h5.359l0.859-0.922 0.812 0.922h3.297v-1.391h0.328c0.469 0 0.953-0.016 1.406-0.203v1.594h2.719v-1.547h0.125c0.156 0 0.187 0.016 0.187 0.187v1.359h8.266c0.453 0 1.016-0.094 1.375-0.375v0.375h2.625c0.5 0 1.031-0.047 1.484-0.266zM24.156 16.672c0 0.469-0.25 0.938-0.719 1.125 0.562 0.203 0.672 0.578 0.672 1.125v0.844h-1.016v-0.703c0-0.719-0.234-0.844-0.906-0.844h-1.078v1.547h-1.016v-4.234h2.406c0.797 0 1.656 0.141 1.656 1.141zM19.828 9.375c0 0.484-0.266 0.953-0.719 1.141 0.578 0.203 0.672 0.562 0.672 1.125v0.828h-1.016c-0.016-0.906 0.219-1.531-0.906-1.531h-1.094v1.531h-1v-4.234l2.391 0.016c0.812 0 1.672 0.125 1.672 1.125zM28.094 18.891v0.875h-3.375v-4.234h3.375v0.875h-2.359v0.766h2.312v0.859h-2.312v0.844zM21.438 8.234v4.234h-1.031v-4.234h1.031zM32.266 18.422c0 1-0.688 1.344-1.594 1.344h-1.969v-0.906h1.969c0.25 0 0.531-0.063 0.531-0.391 0-0.906-2.609 0.344-2.609-1.672 0-0.859 0.656-1.266 1.437-1.266h2.031v0.891h-1.859c-0.266 0-0.562 0.047-0.562 0.391 0 0.922 2.625-0.422 2.625 1.609zM36 17.641v1.578c-0.297 0.438-0.875 0.547-1.375 0.547h-1.953v-0.906h1.953c0.25 0 0.516-0.078 0.516-0.391 0-0.891-2.609 0.344-2.609-1.672 0-0.859 0.672-1.266 1.453-1.266h2.016v0.891h-1.844c-0.281 0-0.562 0.047-0.562 0.391 0 0.75 1.766-0.016 2.406 0.828zM33.422 8.25v4.219h-1.437l-1.906-3.172v3.172h-2.063l-0.406-0.938h-2.094l-0.391 0.938h-1.172c-1.391 0-2.016-0.719-2.016-2.078 0-1.422 0.641-2.156 2.078-2.156h0.984v0.922c-1.062-0.016-2.031-0.25-2.031 1.203 0 0.719 0.172 1.219 0.984 1.219h0.453l1.437-3.328h1.516l1.703 4v-4h1.547l1.781 2.938v-2.938h1.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-paypal\" viewBox=\"0 0 36 28\">\n<title>cc-paypal</title>\n<path d=\"M11.641 14.156c0 0.766-0.609 1.344-1.375 1.344-0.578 0-1-0.328-1-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM23.906 11.828c0 0.938-0.562 1.125-1.375 1.125l-0.5 0.016 0.266-1.672c0.016-0.109 0.094-0.172 0.203-0.172h0.281c0.531 0 1.125 0.031 1.125 0.703zM29.391 14.156c0 0.766-0.609 1.344-1.359 1.344-0.578 0-1.016-0.328-1.016-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM8.016 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.5c-0.156 0-0.313 0.125-0.328 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.188c0.172 0 0.328-0.125 0.344-0.297l0.281-1.719c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM12.844 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.359-0.531-0.891-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.562 0 1.266-0.25 1.656-0.688-0.031 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM19.828 12.25c0-0.109-0.094-0.219-0.203-0.219h-1.203c-0.109 0-0.219 0.063-0.281 0.156l-1.656 2.438-0.688-2.344c-0.047-0.141-0.187-0.25-0.344-0.25h-1.172c-0.109 0-0.203 0.109-0.203 0.219 0 0.078 1.219 3.609 1.328 3.938-0.172 0.234-1.281 1.687-1.281 1.875 0 0.109 0.094 0.203 0.203 0.203h1.203c0.109 0 0.219-0.063 0.281-0.156l3.984-5.75c0.031-0.031 0.031-0.063 0.031-0.109zM25.766 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.484c-0.172 0-0.328 0.125-0.344 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.281c0.125 0 0.219-0.094 0.25-0.203l0.281-1.813c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM30.594 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.344-0.531-0.875-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.578 0 1.281-0.25 1.656-0.688-0.016 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM34 9.969v-0.016c0-0.125-0.094-0.219-0.203-0.219h-1.156c-0.094 0-0.187 0.078-0.203 0.172l-1.016 6.5-0.016 0.031c0 0.109 0.094 0.219 0.219 0.219h1.031c0.156 0 0.313-0.125 0.328-0.297zM6.125 12.063c-0.125 0.797-0.656 0.891-1.344 0.891l-0.516 0.016 0.266-1.672c0.016-0.109 0.109-0.172 0.203-0.172h0.297c0.703 0 1.234 0.094 1.094 0.938zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-stripe\" viewBox=\"0 0 36 28\">\n<title>cc-stripe</title>\n<path d=\"M24.953 14.109c0 0.719-0.109 1.266-0.328 1.656-0.187 0.344-0.484 0.547-0.812 0.547-0.234 0-0.453-0.047-0.641-0.141v-3.5c0.406-0.422 0.766-0.469 0.891-0.469 0.594 0 0.891 0.656 0.891 1.906zM31.797 13.547h-1.719c0.063-1.047 0.344-1.531 0.875-1.531s0.812 0.5 0.844 1.531zM7.438 15.656c0-1.313-0.797-1.859-2.094-2.328v0c-0.688-0.25-1.062-0.453-1.062-0.766 0-0.266 0.219-0.406 0.594-0.406 0.719 0 1.437 0.266 1.937 0.516l0.281-1.75c-0.391-0.187-1.203-0.5-2.328-0.5-0.797 0-1.453 0.203-1.922 0.594-0.5 0.406-0.75 1-0.75 1.703 0 1.281 0.781 1.844 2.063 2.297 0.812 0.297 1.094 0.5 1.094 0.828 0 0.313-0.266 0.484-0.75 0.484-0.594 0-1.578-0.297-2.219-0.672l-0.281 1.766c0.547 0.313 1.563 0.641 2.625 0.641 0.844 0 1.531-0.203 2.016-0.578 0.531-0.422 0.797-1.031 0.797-1.828zM12.047 12.297l0.297-1.734h-1.5v-2.109l-2.016 0.328-0.281 1.781-0.719 0.125-0.266 1.609h0.969v3.422c0 0.891 0.234 1.5 0.688 1.875 0.391 0.313 0.953 0.469 1.734 0.469 0.609 0 0.969-0.109 1.234-0.172v-1.844c-0.141 0.031-0.469 0.109-0.688 0.109-0.453 0-0.656-0.25-0.656-0.781v-3.078h1.203zM16.984 12.688v-2.172c-0.156-0.031-0.297-0.047-0.438-0.047-0.656 0-1.188 0.344-1.391 0.969l-0.156-0.875h-2.047v7.359h2.344v-4.781c0.297-0.359 0.719-0.484 1.281-0.484 0.125 0 0.25 0 0.406 0.031zM17.563 17.922h2.344v-7.359h-2.344v7.359zM27.281 14.031c0-1.25-0.234-2.203-0.703-2.797-0.422-0.547-1-0.812-1.734-0.812-0.672 0-1.266 0.281-1.828 0.875l-0.125-0.734h-2.063v10.078l2.344-0.391v-2.359c0.359 0.109 0.734 0.172 1.062 0.172 0.578 0 1.437-0.156 2.094-0.875 0.641-0.688 0.953-1.75 0.953-3.156zM19.969 8.594c0-0.688-0.547-1.234-1.234-1.234s-1.234 0.547-1.234 1.234 0.547 1.25 1.234 1.25 1.234-0.562 1.234-1.25zM34 14.172c0-1.172-0.25-2.094-0.75-2.75-0.516-0.656-1.281-1-2.25-1-2 0-3.234 1.469-3.234 3.844 0 1.313 0.328 2.312 0.984 2.938 0.578 0.578 1.422 0.859 2.516 0.859 1 0 1.922-0.234 2.5-0.625l-0.25-1.609c-0.578 0.313-1.25 0.484-2 0.484-0.453 0-0.766-0.094-0.984-0.297-0.25-0.203-0.391-0.547-0.438-1.031h3.875c0.016-0.109 0.031-0.641 0.031-0.812zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash\" viewBox=\"0 0 32 28\">\n<title>bell-slash</title>\n<path d=\"M24.344 13.312c0.797 4.656 2.844 7.156 4.656 8.687 0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984zM16 26.75c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25c-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75zM31.656 1.75c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash-o\" viewBox=\"0 0 32 28\">\n<title>bell-slash-o</title>\n<path d=\"M16.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM7.859 19.078l13.703-11.875c-0.781-1.641-2.594-3.203-5.563-3.203-4.094 0-6 2.984-6 5 0 4-0.703 7.344-2.141 10.078zM29 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984l2.328-2.016h11.828c-1.734-1.953-2.906-4.328-3.547-7.172l1.734-1.516c0.797 4.656 2.844 7.156 4.656 8.687zM30.344 0.25l1.313 1.5c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash\" viewBox=\"0 0 22 28\">\n<title>trash</title>\n<path d=\"M8 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM12 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copyright\" viewBox=\"0 0 24 28\">\n<title>copyright</title>\n<path d=\"M17.969 16.781v1.703c0 2.203-3.516 3.016-5.719 3.016-4.281 0-7.5-3.266-7.5-7.578 0-4.234 3.187-7.422 7.422-7.422 1.547 0 5.594 0.547 5.594 3.031v1.703c0 0.141-0.109 0.25-0.25 0.25h-1.844c-0.141 0-0.25-0.109-0.25-0.25v-1.094c0-0.984-1.891-1.437-3.172-1.437-2.922 0-4.953 2.109-4.953 5.141 0 3.141 2.125 5.437 5.078 5.437 1.125 0 3.25-0.422 3.25-1.406v-1.094c0-0.141 0.109-0.25 0.234-0.25h1.859c0.125 0 0.25 0.109 0.25 0.25zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-at\" viewBox=\"0 0 24 28\">\n<title>at</title>\n<path d=\"M15.188 12.109c0-2.25-1.172-3.594-3.141-3.594-2.594 0-5.375 2.578-5.375 6.75 0 2.328 1.156 3.656 3.187 3.656 3.141 0 5.328-3.594 5.328-6.813zM24 14c0 4.859-3.469 6.687-6.438 6.781-0.203 0-0.281 0.016-0.5 0.016-0.969 0-1.734-0.281-2.219-0.828-0.297-0.344-0.469-0.781-0.516-1.297-0.969 1.219-2.656 2.406-4.766 2.406-3.359 0-5.281-2.078-5.281-5.703 0-4.984 3.453-9.031 7.672-9.031 1.828 0 3.297 0.781 4.078 2.109l0.031-0.297 0.172-0.875c0.016-0.125 0.125-0.281 0.234-0.281h1.844c0.078 0 0.156 0.109 0.203 0.172 0.047 0.047 0.063 0.172 0.047 0.25l-1.875 9.594c-0.063 0.297-0.078 0.531-0.078 0.75 0 0.844 0.25 1.016 0.891 1.016 1.062-0.031 4.5-0.469 4.5-4.781 0-6.078-3.922-10-10-10-5.516 0-10 4.484-10 10s4.484 10 10 10c2.297 0 4.547-0.797 6.328-2.25 0.219-0.187 0.531-0.156 0.703 0.063l0.641 0.766c0.078 0.109 0.125 0.234 0.109 0.375-0.016 0.125-0.078 0.25-0.187 0.344-2.125 1.734-4.828 2.703-7.594 2.703-6.609 0-12-5.391-12-12s5.391-12 12-12c7.172 0 12 4.828 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eyedropper\" viewBox=\"0 0 29 28\">\n<title>eyedropper</title>\n<path d=\"M26.531 1.469c1.953 1.953 1.969 5.125 0 7.063l-3.516 3.484 1.625 1.625c0.203 0.203 0.203 0.516 0 0.719l-3.281 3.281c-0.203 0.203-0.516 0.203-0.719 0l-1.641-1.641-9.422 9.422c-0.375 0.375-0.875 0.578-1.406 0.578h-3.172l-4 2-1-1 2-4v-3.172c0-0.531 0.203-1.031 0.578-1.406l9.422-9.422-1.641-1.641c-0.203-0.203-0.203-0.516 0-0.719l3.281-3.281c0.203-0.203 0.516-0.203 0.719 0l1.625 1.625 3.484-3.516c1.937-1.969 5.109-1.953 7.063 0zM8 23l9-9-3-3-9 9v3h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paint-brush\" viewBox=\"0 0 28 28\">\n<title>paint-brush</title>\n<path d=\"M25.234 0c1.422 0 2.734 1.062 2.734 2.547 0 0.828-0.328 1.625-0.703 2.359-1.219 2.312-5.313 9.953-7.266 11.75-0.953 0.891-2.078 1.422-3.406 1.422-2.641 0-4.797-2.25-4.797-4.875 0-1.25 0.516-2.469 1.437-3.313l9.969-9.047c0.547-0.5 1.266-0.844 2.031-0.844zM11.031 16.156c0.812 1.578 2.297 2.766 4.016 3.219l0.016 1.109c0.094 4.453-3 7.516-7.469 7.516-5.297 0-7.594-4.219-7.594-9.016 0.578 0.391 2.594 2 3.25 2 0.391 0 0.719-0.219 0.859-0.578 1.328-3.469 3.406-4.094 6.922-4.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-birthday-cake\" viewBox=\"0 0 28 28\">\n<title>birthday-cake</title>\n<path d=\"M28 22v6h-28v-6c1.531 0 2.344-0.688 2.984-1.234 0.531-0.469 0.891-0.766 1.687-0.766s1.141 0.297 1.687 0.766c0.641 0.547 1.437 1.234 2.984 1.234 1.531 0 2.328-0.688 2.984-1.234 0.531-0.469 0.875-0.766 1.672-0.766s1.156 0.297 1.687 0.766c0.641 0.547 1.453 1.234 2.984 1.234s2.344-0.688 2.984-1.234c0.531-0.469 0.891-0.766 1.687-0.766 0.781 0 1.141 0.297 1.672 0.766 0.641 0.547 1.453 1.234 2.984 1.234zM28 17v3c-0.797 0-1.141-0.297-1.687-0.766-0.641-0.547-1.437-1.234-2.969-1.234-1.547 0-2.344 0.688-2.984 1.234-0.547 0.469-0.891 0.766-1.687 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.437-1.234-2.984-1.234-1.531 0-2.328 0.688-2.984 1.234-0.531 0.469-0.875 0.766-1.672 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.453-1.234-2.984-1.234-1.547 0-2.344 0.688-2.984 1.234-0.531 0.469-0.891 0.766-1.687 0.766v-3c0-1.656 1.344-3 3-3h1v-7h4v7h4v-7h4v7h4v-7h4v7h1c1.656 0 3 1.344 3 3zM8 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM16 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM24 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-area-chart\" viewBox=\"0 0 32 28\">\n<title>area-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM26 8l4 14h-26v-9l7-9 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pie-chart\" viewBox=\"0 0 27 28\">\n<title>pie-chart</title>\n<path d=\"M12 13.906l8.531 8.531c-2.172 2.203-5.203 3.563-8.531 3.563-6.625 0-12-5.375-12-12s5.375-12 12-12v11.906zM14.922 14h12.078c0 3.328-1.359 6.359-3.563 8.531zM26 12h-12v-12c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-line-chart\" viewBox=\"0 0 32 28\">\n<title>line-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM30 4.5v6.797c0 0.438-0.531 0.672-0.859 0.344l-1.891-1.891-9.891 9.891c-0.203 0.203-0.516 0.203-0.719 0l-3.641-3.641-6.5 6.5-3-3 9.141-9.141c0.203-0.203 0.516-0.203 0.719 0l3.641 3.641 7.25-7.25-1.891-1.891c-0.328-0.328-0.094-0.859 0.344-0.859h6.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm\" viewBox=\"0 0 28 28\">\n<title>lastfm</title>\n<path d=\"M20.188 11c0 0.094 0.125 0.531 0.156 0.641 0.422 1.281 1.406 1.547 2.578 1.875 2.609 0.734 5.078 2.125 5.078 5.187 0 3.109-2.594 5.297-5.625 5.297-5.031 0-6.594-6.156-8.047-9.906-1.203-3.094-2.469-4.906-5.953-4.906-3.094 0-5.812 2.969-5.812 6.016 0 3.234 2.422 6.234 5.781 6.234 1.484 0 3.031-0.313 4.031-1.484v0c0.484-0.547 0.953-1.141 1.297-1.813l1.313 2.375c-0.172 0.391-0.422 0.766-0.688 1.094l0.016 0.016c-1.578 1.828-3.734 2.375-6.062 2.375-4.719 0-8.25-4.172-8.25-8.766 0-4.453 3.875-8.594 8.375-8.594 7.469 0 7.844 6.469 10.375 11.672 0.688 1.437 1.859 3.125 3.641 3.125 1.625 0 3.063-1.047 3.063-2.766 0-3.719-6.828-1.188-7.797-7.297-0.031-0.172-0.047-0.344-0.047-0.516 0-2.312 2.172-4.297 4.469-4.219 1.375 0.047 2.203 0.094 3.297 1.062h-0.016c0.422 0.391 0.734 0.922 1.062 1.375l-2.016 1.547c-0.234-0.438-0.453-0.797-0.844-1.094v-0.016c-0.375-0.344-1.047-0.328-1.516-0.328-1.016 0-1.859 0.766-1.859 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm-square\" viewBox=\"0 0 24 28\">\n<title>lastfm-square</title>\n<path d=\"M22.375 16.438c0-2.203-1.781-3.203-3.656-3.734-0.859-0.234-1.563-0.438-1.875-1.375-0.016-0.078-0.094-0.375-0.094-0.438 0-0.75 0.594-1.297 1.328-1.297 0.344 0 0.828-0.016 1.109 0.234h-0.016c0.297 0.219 0.438 0.469 0.609 0.797l1.453-1.109c-0.234-0.328-0.469-0.719-0.766-1v0c-0.734-0.656-1.422-0.766-2.391-0.766-1.641 0-3.187 1.344-3.187 3.047 0 0.125 0.016 0.234 0.031 0.359 0.344 2.125 1.422 2.781 3.328 3.328 0.938 0.266 2.266 0.688 2.281 1.844v0.078c0.016 1.25-1.031 2-2.203 2-1.281 0-2.109-1.219-2.609-2.25-1.813-3.734-2.094-8.406-7.469-8.406-3.234 0-6.141 2.984-6.031 6.188v0.016c0.109 3.344 2.406 6.297 5.938 6.297 1.672 0 3.234-0.391 4.359-1.719v0c0.187-0.25 0.359-0.516 0.484-0.797l-0.938-1.703c-0.875 1.656-1.953 2.375-3.828 2.375-2.469 0-4.172-2.188-4.172-4.547 0-2.172 2-4.266 4.188-4.266 2.5 0 3.406 1.297 4.281 3.531 1.047 2.688 2.172 7.125 5.797 7.125 2.172 0 4.047-1.578 4.047-3.813zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-off\" viewBox=\"0 0 32 28\">\n<title>toggle-off</title>\n<path d=\"M18 14c0-4.406-3.594-8-8-8s-8 3.594-8 8 3.594 8 8 8 8-3.594 8-8zM30 14c0-4.406-3.594-8-8-8h-6.031c2.438 1.828 4.031 4.734 4.031 8s-1.594 6.172-4.031 8h6.031c4.406 0 8-3.594 8-8zM32 14c0 5.516-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10s4.484-10 10-10h12c5.516 0 10 4.484 10 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-on\" viewBox=\"0 0 32 28\">\n<title>toggle-on</title>\n<path d=\"M0 14c0-5.516 4.484-10 10-10h12c5.516 0 10 4.484 10 10s-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10zM22 22c4.406 0 8-3.594 8-8s-3.594-8-8-8-8 3.594-8 8 3.594 8 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bicycle\" viewBox=\"0 0 36 28\">\n<title>bicycle</title>\n<path d=\"M11.906 18h-4.906c-0.828 0-1.297-0.938-0.797-1.594l2.938-3.922c-0.656-0.313-1.375-0.484-2.141-0.484-2.75 0-5 2.25-5 5s2.25 5 5 5c2.422 0 4.438-1.719 4.906-4zM9 16h2.906c-0.187-0.875-0.594-1.672-1.172-2.312zM16.5 16l4.5-6h-7.5l-1.547 2.063c1.047 1.031 1.75 2.406 1.969 3.938h2.578zM34 17c0-2.75-2.25-5-5-5-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5s5-2.25 5-5zM36 17c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-2.063 0.906-3.922 2.328-5.203l-1.016-1.531-5.516 7.328c-0.187 0.266-0.484 0.406-0.797 0.406h-3.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c1.219 0 2.359 0.313 3.359 0.859l2.141-2.859h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h6v2h6.797l-1.328-2h-3.469c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c0.328 0 0.641 0.172 0.828 0.438l4.172 6.25c0.906-0.438 1.922-0.688 3-0.688 3.859 0 7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bus\" viewBox=\"0 0 24 28\">\n<title>bus</title>\n<path d=\"M6 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM21.281 12.812l-1.125-6c-0.094-0.469-0.5-0.812-0.984-0.812h-14.344c-0.484 0-0.891 0.344-0.984 0.812l-1.125 6c-0.109 0.625 0.359 1.188 0.984 1.188h16.594c0.625 0 1.094-0.562 0.984-1.188zM17.75 3.25c0-0.422-0.328-0.75-0.75-0.75h-10c-0.406 0-0.75 0.328-0.75 0.75s0.344 0.75 0.75 0.75h10c0.422 0 0.75-0.328 0.75-0.75zM24 14.578v9.422h-2v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-12v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-2v-9.422c0-1.281 0.109-2.234 0.391-3.484l1.609-7.094c0.297-2.5 4.672-4 10-4s9.703 1.5 10 4l1.641 7.094c0.281 1.25 0.359 2.203 0.359 3.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ioxhost\" viewBox=\"0 0 32 28\">\n<title>ioxhost</title>\n<path d=\"M22.859 13c0 0.734-0.594 1.344-1.344 1.344h-10.969c-0.75 0-1.344-0.609-1.344-1.344s0.594-1.344 1.344-1.344h10.969c0.75 0 1.344 0.609 1.344 1.344zM26.203 13c0-0.922-0.125-1.797-0.359-2.656h-15.344c-0.75 0-1.344-0.594-1.344-1.328 0-0.75 0.594-1.344 1.344-1.344h14.187c-1.797-2.922-5.016-4.859-8.672-4.859-5.625 0-10.203 4.562-10.203 10.187 0 0.922 0.125 1.797 0.359 2.656h15.344c0.75 0 1.344 0.594 1.344 1.328 0 0.75-0.594 1.344-1.344 1.344h-14.187c1.797 2.922 5.016 4.859 8.687 4.859 5.609 0 10.187-4.562 10.187-10.187zM32 9.016c0 0.734-0.594 1.328-1.344 1.328h-2.047c0.172 0.859 0.266 1.75 0.266 2.656 0 7.094-5.766 12.875-12.859 12.875-5.203 0-9.688-3.094-11.719-7.547h-2.953c-0.75 0-1.344-0.594-1.344-1.344 0-0.734 0.594-1.328 1.344-1.328h2.063c-0.172-0.859-0.266-1.75-0.266-2.656 0-7.094 5.766-12.875 12.875-12.875 5.187 0 9.672 3.094 11.703 7.547h2.938c0.75 0 1.344 0.594 1.344 1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angellist\" viewBox=\"0 0 20 28\">\n<title>angellist</title>\n<path d=\"M14.891 5.906l-1.781 5.125 1.828 0.328c0.469-1.281 2.578-7.047 2.578-8.094 0-0.391-0.125-0.875-0.594-0.875-0.875 0-1.813 2.844-2.031 3.516zM10.219 16.641c0.172 0.453 0.359 0.906 0.516 1.375 0.344-0.391 0.703-0.75 1.109-1.047-0.547-0.109-1.094-0.156-1.625-0.328zM5.656 2.641c0 1.594 1.891 6.563 2.484 8.141 0.219-0.125 0.5-0.156 0.766-0.156 0.375 0 0.797 0.047 1.172 0.078l-1.891-5.484c-0.203-0.594-1.109-3.437-1.922-3.437-0.422 0-0.609 0.5-0.609 0.859zM4.422 14.5c0 1.141 3.063 5.344 4.203 5.344 0.313 0 0.578-0.344 0.578-0.625 0-0.359-0.359-1.25-0.5-1.594-0.406-1.047-1.891-4.281-3.172-4.281-0.422 0-1.109 0.734-1.109 1.156zM1.953 19.734c0 0.562 0.187 1.109 0.391 1.625 1.234 3.047 4.016 4.828 7.266 4.828 2.375 0 4.375-0.906 5.969-2.656 1.687-1.875 2.375-4.188 2.375-6.672 0-0.875 0.016-2.266-0.672-2.891-1.312-1.156-5.766-1.594-7.531-1.594-0.219 0-0.594 0.016-0.766 0.172-0.187 0.078-0.187 0.375-0.187 0.547 0 2.391 5.047 2.172 6.563 2.172 0.297 0 0.438 0.078 0.625 0.297 0.203 0.25 0.266 0.547 0.297 0.859-0.406 0.406-0.969 0.641-1.5 0.844-0.516 0.187-1.016 0.391-1.453 0.719-1.203 0.875-2.391 2.375-2.391 3.922 0 0.969 0.578 1.797 0.578 2.75 0 0.016-0.109 0.359-0.109 0.406-1.781-0.125-2.219-1.891-2.281-3.375-0.187 0.047-0.438 0.031-0.641 0.031 0.031 0.109 0.031 0.219 0.031 0.328 0 1.141-1.016 1.969-2.109 1.969-1.687 0-3.922-1.984-3.922-3.703 0-0.469 0.203-0.734 0.516-1.047 0.313 0.391 0.641 0.781 0.938 1.188 0.453 0.609 1.234 1.625 2.078 1.625 0.219 0 0.641-0.187 0.641-0.453 0-0.703-2.562-4-3.187-4-0.984 0-1.516 1.297-1.516 2.109zM0.172 19.875c0-2.031 0.781-3.375 2.797-3.922-0.172-0.453-0.438-1.141-0.438-1.625 0-1.281 1.578-2.875 2.859-2.875 0.375 0 0.75 0.109 1.094 0.234-0.656-1.859-2.547-7.094-2.547-8.859 0-1.578 0.797-2.828 2.5-2.828 2.187 0 4.672 7.875 5.203 9.438 0.688-1.719 2.844-8.922 5.281-8.922 1.531 0 2.391 1.219 2.391 2.672 0 1.656-1.844 6.813-2.484 8.594 2.625 0.641 3 2.766 3 5.125 0 6.25-3.984 11.094-10.437 11.094-1.188 0-2.359-0.234-3.484-0.656-2.969-1.125-5.734-4.172-5.734-7.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc\" viewBox=\"0 0 32 28\">\n<title>cc</title>\n<path d=\"M12.266 15.75h3.234c-0.297 3.297-2.188 5.297-4.891 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.172c-0.109-1.328-0.766-2.094-1.828-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.313 3.484 2.016 3.484 1.078 0 1.578-0.938 1.703-2.172zM23.391 15.75h3.219c-0.297 3.297-2.172 5.297-4.875 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.187c-0.094-1.328-0.766-2.094-1.813-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.297 3.484 2 3.484 1.078 0 1.594-0.938 1.719-2.172zM29 13.891c0-4.188-0.219-6-1.188-7.313-0.203-0.266-0.531-0.438-0.797-0.625-0.984-0.719-5.563-0.984-10.891-0.984s-10.125 0.266-11.094 0.984c-0.281 0.203-0.625 0.359-0.828 0.625-0.969 1.297-1.172 3.125-1.172 7.313 0 4.203 0.219 6.016 1.172 7.313 0.219 0.297 0.547 0.422 0.828 0.641 0.969 0.719 5.766 1.016 11.094 1.016s9.906-0.281 10.891-1.016c0.266-0.203 0.609-0.328 0.797-0.641 0.984-1.281 1.188-3.109 1.188-7.313zM32 2v24h-32v-24h32z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ils\" viewBox=\"0 0 22 28\">\n<title>ils</title>\n<path d=\"M15.5 9.75v7.75c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-7.75c0-2.344-1.906-4.25-4.25-4.25h-4.25v18c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-21c0-0.281 0.219-0.5 0.5-0.5h7.25c4.281 0 7.75 3.469 7.75 7.75zM21.5 2.5v13.75c0 4.281-3.469 7.75-7.75 7.75h-7.25c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v12h4.25c2.344 0 4.25-1.906 4.25-4.25v-13.75c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meanpath\" viewBox=\"0 0 24 28\">\n<title>meanpath</title>\n<path d=\"M20.484 13.156v1.781c0 0.5-0.297 0.812-0.797 0.812h-3.156c-0.5 0-0.812-0.313-0.812-0.812v-1.781c0-0.5 0.313-0.812 0.812-0.812h3.156c0.5 0 0.797 0.313 0.797 0.812zM12.828 16.75v-3.906c0-1.109-0.734-1.844-1.844-1.844h-2.078c-0.703 0-1.219 0.297-1.5 0.812-0.281-0.516-0.797-0.812-1.5-0.812h-2.031c-1.094 0-1.844 0.734-1.844 1.844v3.906c0 0.234 0.109 0.344 0.328 0.344h0.859c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.297-0.812 0.812-0.812h1.469c0.5 0 0.812 0.313 0.812 0.812v3.594c0 0.234 0.094 0.344 0.328 0.344h0.844c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.313-0.812 0.812-0.812h1.516c0.5 0 0.797 0.313 0.797 0.812v3.594c0 0.234 0.109 0.344 0.344 0.344h0.859c0.219 0 0.328-0.109 0.328-0.344zM22.031 15.25v-2.406c0-1.109-0.75-1.844-1.859-1.844h-4.125c-1.109 0-1.859 0.734-1.859 1.844v6.406c0 0.234 0.125 0.328 0.344 0.328h0.859c0.234 0 0.328-0.094 0.328-0.328v-2.812c0.297 0.406 0.766 0.656 1.469 0.656h2.984c1.109 0 1.859-0.75 1.859-1.844zM24 5.625v16.75c0 2-1.625 3.625-3.625 3.625h-16.75c-2 0-3.625-1.625-3.625-3.625v-16.75c0-2 1.625-3.625 3.625-3.625h16.75c2 0 3.625 1.625 3.625 3.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-buysellads\" viewBox=\"0 0 24 28\">\n<title>buysellads</title>\n<path d=\"M14.297 16.969h-4.594l2.297-8.609zM15.641 22h4.859l-5.063-16h-6.875l-5.063 16h4.859l5.984-4.906zM24 6.5v15c0 2.469-2.031 4.5-4.5 4.5h-15c-2.469 0-4.5-2.031-4.5-4.5v-15c0-2.469 2.031-4.5 4.5-4.5h15c2.469 0 4.5 2.031 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-connectdevelop\" viewBox=\"0 0 32 28\">\n<title>connectdevelop</title>\n<path d=\"M32 13.984c0 0.438-0.313 0.797-0.719 0.875l-3.203 5.563c0.031 0.094 0.047 0.187 0.047 0.281 0 0.422-0.297 0.781-0.703 0.859l-3.016 5.266c0.031 0.078 0.047 0.156 0.047 0.25 0 0.484-0.391 0.891-0.891 0.891-0.25 0-0.484-0.109-0.641-0.281h-6.25c-0.156 0.187-0.406 0.313-0.672 0.313s-0.516-0.125-0.672-0.313h-6.234c-0.156 0.187-0.391 0.313-0.672 0.313-0.484 0-0.891-0.391-0.891-0.891 0-0.109 0.031-0.219 0.063-0.313l-3.016-5.234c-0.406-0.078-0.703-0.438-0.703-0.859 0-0.109 0.016-0.187 0.047-0.281l-3.219-5.563c-0.406-0.094-0.703-0.453-0.703-0.875 0-0.438 0.313-0.797 0.734-0.875l3.109-5.375c0-0.031-0.016-0.063-0.016-0.094 0-0.359 0.219-0.656 0.531-0.797l3.266-5.672c-0.031-0.078-0.063-0.187-0.063-0.281 0-0.5 0.406-0.891 0.891-0.891 0.281 0 0.516 0.125 0.688 0.328h6.188c0.156-0.203 0.391-0.328 0.672-0.328s0.516 0.125 0.672 0.328h6.219c0.172-0.203 0.406-0.328 0.688-0.328 0.484 0 0.891 0.391 0.891 0.891 0 0.094-0.031 0.187-0.063 0.281l3.234 5.594c0.469 0.016 0.859 0.406 0.859 0.875 0 0.156-0.047 0.297-0.109 0.422l2.922 5.063c0.391 0.078 0.688 0.438 0.688 0.859zM16.609 26.469h6.078l-5.344-5.531h-2.234l-5.344 5.531h5.625c0.156-0.141 0.375-0.25 0.609-0.25s0.453 0.109 0.609 0.25zM1.75 13.781c0.016 0.063 0.016 0.125 0.016 0.203s0 0.156-0.031 0.234l3.25 5.625c0.078 0.016 0.156 0.063 0.234 0.094l2.938-3.109v-5.422l-2.922-3.031c-0.141 0.094-0.297 0.141-0.453 0.156zM15.406 1.531h-6.062l2.969 3.125 8.656-3.125h-4.375c-0.156 0.156-0.359 0.25-0.594 0.25s-0.438-0.094-0.594-0.25zM26.391 20.469c0.016-0.063 0.047-0.125 0.078-0.172l-1-1.062-0.266 1.234h1.188zM24.734 20.469l0.344-1.641-3.938-4.156-4.625 4.797 0.984 1h7.234zM23.359 26.219l0.25-0.438 1.016-4.844h-6.672l5.203 5.359c0.063-0.031 0.125-0.063 0.203-0.078zM9.031 26.469h0.078l5.344-5.531h-5.828v5.234l0.063 0.094c0.141 0.047 0.25 0.109 0.344 0.203zM8.625 20.469h6.281l1-1.031-4.828-5.016-2.453 2.594v3.453zM5.609 20.469h2.547v-2.953l-2.625 2.766c0.031 0.063 0.063 0.125 0.078 0.187zM5.594 7.578c0 0.016 0.016 0.047 0.016 0.063 0 0.172-0.047 0.328-0.125 0.453l2.672 2.766v-4.203zM8.625 6.484v4.859l2.391 2.453 4.641-4.906-3.484-3.687zM8.687 1.734l-0.063 0.125v4.125l3.203-1.156-2.984-3.141c-0.047 0.016-0.094 0.031-0.156 0.047zM22.609 1.531h-0.25l-9.703 3.5 3.328 3.516zM15.984 9.219l-4.641 4.922 4.859 4.984 4.625-4.797zM10.75 14.094l-2.125-2.203v4.438zM16.219 19.781l-0.656 0.688h1.328zM21.469 14.344l3.719 3.922 2.063-9.75-0.047-0.078-0.016-0.016zM26.844 8.094c-0.078-0.125-0.125-0.281-0.125-0.453v-0.031l-3.375-5.875c-0.078-0.016-0.141-0.047-0.203-0.078l-6.828 7.234 4.844 5.109zM8.156 6.156v-3.484l-2.547 4.406zM8.156 20.937h-2.547l2.547 4.422v-4.422zM25.109 20.937l-0.75 3.547 2.031-3.547h-1.281zM27.016 19.844l3.234-5.641c-0.016-0.078-0.031-0.141-0.031-0.219 0-0.094 0.031-0.172 0.047-0.25l-2.672-4.625-2.016 9.562 1.203 1.281c0.078-0.047 0.156-0.078 0.234-0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashcube\" viewBox=\"0 0 22 28\">\n<title>dashcube</title>\n<path d=\"M0 10.625c0-2.703 2.156-5.031 4.906-5.031h11.594l5.5-5.594v22.969c0 2.719-2.156 5.031-4.906 5.031h-12.187c-2.75 0-4.906-2.312-4.906-5.031v-12.344zM19.25 22.406l-2.75-2.812v-6.641c0-0.953-0.766-1.75-1.719-1.75h-7.562c-0.953 0-1.719 0.797-1.719 1.75v7.688c0 0.953 0.766 1.766 1.719 1.766h12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forumbee\" viewBox=\"0 0 24 28\">\n<title>forumbee</title>\n<path d=\"M14.594 2.344c-6.609 2.516-11.813 7.797-14.281 14.422-0.203-0.906-0.313-1.828-0.313-2.75 0-6.609 5.344-11.969 11.953-11.969 0.891 0 1.781 0.109 2.641 0.297zM18.797 4.203c0.969 0.672 1.828 1.484 2.562 2.422-8.094 2.359-14.422 8.719-16.734 16.828-0.922-0.719-1.75-1.563-2.422-2.531 2.328-8.031 8.578-14.344 16.594-16.719zM7.344 25.047c2.406-7.422 8.219-13.266 15.609-15.719 0.422 0.969 0.703 2 0.844 3.047-6.094 2.5-10.938 7.375-13.422 13.484-1.047-0.141-2.063-0.406-3.031-0.812zM24 25.953c-1.937-0.5-3.859-1.094-5.734-1.797-1.375 0.859-2.922 1.437-4.531 1.672 2.281-4.266 5.797-7.797 10.047-10.094-0.219 1.563-0.766 3.094-1.578 4.438 0.703 1.891 1.297 3.828 1.797 5.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leanpub\" viewBox=\"0 0 32 28\">\n<title>leanpub</title>\n<path d=\"M29.578 6.125l2.422 19.875c-1.453 0-2.703-0.297-4.016-0.891-1.953-0.891-3.984-1.422-6.141-1.422-2.219 0-4.266 0.734-5.844 2.312-1.578-1.578-3.625-2.312-5.844-2.312-2.156 0-4.188 0.531-6.141 1.422-1.266 0.562-2.547 0.891-3.938 0.891h-0.078l2.422-19.875c2.234-1.266 4.953-1.984 7.531-1.984 2.109 0 4.281 0.438 6.047 1.656 1.766-1.219 3.938-1.656 6.047-1.656 2.578 0 5.297 0.719 7.531 1.984zM21.844 21.547c2.969 0 5 0.797 7.688 1.906l-1.937-15.953c-1.75-0.797-3.828-1.219-5.75-1.219-2.188 0-4.234 0.688-5.844 2.203-1.609-1.516-3.656-2.203-5.844-2.203-1.922 0-4 0.422-5.75 1.219l-1.937 15.953c2.688-1.109 4.719-1.906 7.688-1.906 2.141 0 4.031 0.547 5.844 1.687 1.813-1.141 3.703-1.687 5.844-1.687zM22.469 21.016l-0.859-14.172c-2.25 0.047-4.031 0.812-5.609 2.422-1.641-1.672-3.5-2.422-5.844-2.422-1.75 0-3.625 0.359-5.25 1.031l-1.781 14.703c2.359-0.969 4.438-1.578 7.031-1.578 2.063 0 4.078 0.5 5.844 1.594 1.766-1.094 3.781-1.641 5.844-1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sellsy\" viewBox=\"0 0 32 28\">\n<title>sellsy</title>\n<path d=\"M23.438 21.422v-11.453c0-0.438-0.359-0.797-0.781-0.797h-1.453c-0.422 0-0.781 0.359-0.781 0.797v11.453c0 0.422 0.359 0.781 0.781 0.781h1.453c0.422 0 0.781-0.359 0.781-0.781zM19 21.422v-8.297c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v8.297c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM14.438 21.422v-6.703c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v6.703c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM9.875 21.422v-5.656c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v5.656c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM32 19.141c0 3.469-2.828 6.281-6.281 6.281h-19.437c-3.453 0-6.281-2.812-6.281-6.281 0-2.422 1.422-4.641 3.609-5.672-0.109-0.375-0.156-0.766-0.156-1.141 0-2.359 1.922-4.281 4.281-4.281 1.031 0 2.031 0.375 2.812 1.047 0.938-3.813 4.375-6.516 8.313-6.516 4.719 0 8.563 3.844 8.563 8.563 0 0.641-0.063 1.281-0.219 1.906 2.812 0.688 4.797 3.219 4.797 6.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shirtsinbulk\" viewBox=\"0 0 24 28\">\n<title>shirtsinbulk</title>\n<path d=\"M0 0h24v21.75l-12.125 5.281-11.875-5.281v-21.75zM22.437 20.734v-14.469h-20.875v14.469l10.328 4.594zM22.437 4.703v-3.141h-20.875v3.141h20.875zM2.828 9.359v1.797h-0.578v-1.797h0.578zM2.828 11.672v1.797h-0.578v-1.797h0.578zM2.828 13.984v1.797h-0.578v-1.797h0.578zM2.828 16.297v1.797h-0.578v-1.797h0.578zM2.828 18.609v1.797h-0.578v-1.797h0.578zM3.234 20.844l0.234-0.531 1.641 0.734-0.234 0.516zM5.359 21.781l0.234-0.531 1.641 0.719-0.234 0.531zM7.469 22.719l0.234-0.531 1.641 0.719-0.234 0.531zM9.594 23.641l0.234-0.516 1.625 0.719-0.234 0.531zM12.453 23.844l1.641-0.719 0.234 0.516-1.641 0.734zM14.562 22.906l1.641-0.719 0.234 0.531-1.641 0.719zM16.688 21.969l1.641-0.719 0.234 0.531-1.641 0.719zM18.797 21.047l1.641-0.734 0.234 0.531-1.641 0.719zM4.047 2.297v0.562h-1.781v-0.562h1.781zM6.578 2.297v0.562h-1.797v-0.562h1.797zM9.109 2.297v0.562h-1.797v-0.562h1.797zM11.625 2.297v0.562h-1.781v-0.562h1.781zM14.156 2.297v0.562h-1.781v-0.562h1.781zM16.688 2.297v0.562h-1.797v-0.562h1.797zM19.219 2.297v0.562h-1.797v-0.562h1.797zM21.734 2.297v0.562h-1.781v-0.562h1.781zM2.828 7.609v1.234h-0.578v-1.797h1.797v0.562h-1.219zM6.578 7.047v0.562h-1.797v-0.562h1.797zM9.109 7.047v0.562h-1.797v-0.562h1.797zM11.625 7.047v0.562h-1.781v-0.562h1.781zM14.156 7.047v0.562h-1.781v-0.562h1.781zM16.688 7.047v0.562h-1.797v-0.562h1.797zM19.219 7.047v0.562h-1.797v-0.562h1.797zM21.172 8.844v-1.234h-1.219v-0.562h1.797v1.797h-0.578zM21.172 11.156v-1.797h0.578v1.797h-0.578zM21.172 13.469v-1.797h0.578v1.797h-0.578zM21.172 15.781v-1.797h0.578v1.797h-0.578zM21.172 18.094v-1.797h0.578v1.797h-0.578zM21.172 20.406v-1.797h0.578v1.797h-0.578zM11.875 19.859c-2.688 0-4.891-2.188-4.891-4.891 0-2.688 2.203-4.891 4.891-4.891 2.703 0 4.891 2.203 4.891 4.891 0 2.703-2.188 4.891-4.891 4.891zM9.297 13.906c0 2.375 4.156 0.641 4.156 2.031 0 0.703-1.281 0.766-1.75 0.766-0.656 0-1.594-0.141-1.922-0.797h-0.047l-0.484 0.984c0.797 0.5 1.563 0.656 2.531 0.656 1.047 0 2.734-0.313 2.734-1.672 0-2.578-4.203-0.875-4.203-2.031 0-0.703 1.109-0.797 1.594-0.797 0.578 0 1.563 0.172 1.906 0.703h0.047l0.469-0.906c-0.812-0.328-1.469-0.641-2.375-0.641-1.078 0-2.656 0.344-2.656 1.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-simplybuilt\" viewBox=\"0 0 32 28\">\n<title>simplybuilt</title>\n<path d=\"M13.484 16.125c0-2.344-1.891-4.234-4.234-4.234-2.328 0-4.219 1.891-4.219 4.234 0 2.328 1.891 4.219 4.219 4.219 2.344 0 4.234-1.891 4.234-4.219zM26.969 16.109c0-2.328-1.891-4.219-4.219-4.219-2.344 0-4.234 1.891-4.234 4.219 0 2.344 1.891 4.234 4.234 4.234 2.328 0 4.219-1.891 4.219-4.234zM32 3.469v21.063c0 0.922-0.75 1.672-1.687 1.672h-28.625c-0.938 0-1.687-0.75-1.687-1.672v-21.063c0-0.922 0.75-1.672 1.687-1.672h6.734c0.922 0 1.687 0.75 1.687 1.672v2.516h11.781v-2.516c0-0.922 0.766-1.672 1.687-1.672h6.734c0.938 0 1.687 0.75 1.687 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skyatlas\" viewBox=\"0 0 32 28\">\n<title>skyatlas</title>\n<path d=\"M22.344 9.109c0 0-0.016-0.016 0 0v0zM26.406 12.297c3.031 0 5.594 2.266 5.594 5.359 0 3.297-2.625 5.719-5.875 5.719-8.297 0-9.828-12.484-17.984-12.484-3.156 0-5.453 2.016-5.453 5.25 0 3.344 2.5 5.359 5.734 5.359 2.125 0 4.547-0.891 6.266-2.125 0.281-0.203 0.844-0.812 1.141-0.812s0.547 0.25 0.547 0.547c0 0.391-0.656 0.953-0.938 1.203-2.047 1.781-5.016 3.063-7.734 3.063-4.172 0-7.703-2.953-7.703-7.25s3.375-7.453 7.641-7.453c9.266 0 11.125 12.297 18.094 12.297 2.094 0 3.672-1.359 3.672-3.5 0-1.984-1.531-3.484-3.5-3.484-0.875 0-1.75 0.578-2.344 0.578-0.422 0-0.797-0.359-0.797-0.781 0-0.578 0.266-1.188 0.266-1.813 0-3.328-2.547-5.734-5.844-5.734-2.656 0-4 1.844-4.438 1.844-0.313 0-0.562-0.25-0.562-0.562 0-0.281 0.203-0.516 0.391-0.719 1.266-1.437 3.234-2.188 5.141-2.188 3.969 0 6.953 2.922 6.953 6.891 0 0.344-0.016 0.688-0.063 1.031 0.594-0.156 1.203-0.234 1.797-0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-plus\" viewBox=\"0 0 26 28\">\n<title>cart-plus</title>\n<path d=\"M19 11c0-0.547-0.453-1-1-1h-2v-2c0-0.547-0.453-1-1-1s-1 0.453-1 1v2h-2c-0.547 0-1 0.453-1 1s0.453 1 1 1h2v2c0 0.547 0.453 1 1 1s1-0.453 1-1v-2h2c0.547 0 1-0.453 1-1zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-arrow-down\" viewBox=\"0 0 26 28\">\n<title>cart-arrow-down</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-0.266 0-0.516 0.109-0.703 0.297l-2.297 2.281v-4.578c0-0.547-0.453-1-1-1s-1 0.453-1 1v4.578l-2.297-2.281c-0.187-0.187-0.438-0.297-0.703-0.297-0.547 0-1 0.453-1 1 0 0.266 0.109 0.516 0.297 0.703l4 4c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l4-4c0.187-0.187 0.297-0.438 0.297-0.703zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-diamond\" viewBox=\"0 0 32 28\">\n<title>diamond</title>\n<path d=\"M3.313 12l9.734 10.391-4.688-10.391h-5.047zM16 24.063l5.453-12.063h-10.906zM8.406 10l3.187-6h-4.094l-4.5 6h5.406zM18.953 22.391l9.734-10.391h-5.047zM10.672 10h10.656l-3.187-6h-4.281zM23.594 10h5.406l-4.5-6h-4.094zM25.797 2.406l6 8c0.297 0.375 0.266 0.922-0.063 1.281l-15 16c-0.187 0.203-0.453 0.313-0.734 0.313s-0.547-0.109-0.734-0.313l-15-16c-0.328-0.359-0.359-0.906-0.063-1.281l6-8c0.187-0.266 0.484-0.406 0.797-0.406h18c0.313 0 0.609 0.141 0.797 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ship\" viewBox=\"0 0 32 28\">\n<title>ship</title>\n<path d=\"M28.297 24.297c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297zM3.703 23.703c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1-1v-4.578l-3.281-4.906c-0.359-0.547-0.109-1.297 0.516-1.516l2.766-0.906v-4.672h2v-2h4v-2h4v2h4v2h2v4.672l2.766 0.906c0.625 0.219 0.875 0.969 0.516 1.516l-3.281 4.906v4.578l0.297-0.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297zM10 6v2l6-2 6 2v-2h-2v-2h-8v2h-2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-secret\" viewBox=\"0 0 22 28\">\n<title>user-secret</title>\n<path d=\"M9 24l1.5-7-1.5-2-2-1zM13 24l2-10-2 1-1.5 2zM15.5 8.219c-0.016-0.031-0.031-0.063-0.063-0.094-0.141-0.109-1.266-0.125-1.5-0.125-0.891 0-1.734 0.125-2.609 0.297-0.109 0.031-0.219 0.031-0.328 0.031s-0.219 0-0.328-0.031c-0.875-0.172-1.719-0.297-2.609-0.297-0.234 0-1.359 0.016-1.5 0.125-0.031 0.031-0.047 0.063-0.063 0.094 0.016 0.141 0.031 0.281 0.063 0.422 0.094 0.125 0.172 0.078 0.234 0.266 0.406 1.109 0.594 1.969 2 1.969 2.016 0 1.453-1.859 2.109-1.859h0.187c0.656 0 0.094 1.859 2.109 1.859 1.406 0 1.594-0.859 2-1.969 0.063-0.187 0.141-0.141 0.234-0.266 0.031-0.141 0.047-0.281 0.063-0.422zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-2.828 0.5-7.109 3.406-8.516l-1.406-3.437h3.344c-0.219-0.641-0.344-1.313-0.344-2 0-0.172 0.016-0.344 0.031-0.5-0.609-0.125-3.031-0.625-3.031-1.5 0-0.922 2.656-1.422 3.281-1.547 0.328-1.172 1.109-2.953 1.906-3.875 0.313-0.359 0.703-0.578 1.188-0.578 0.938 0 1.687 0.969 2.625 0.969s1.687-0.969 2.625-0.969c0.484 0 0.875 0.219 1.188 0.578 0.797 0.922 1.578 2.703 1.906 3.875 0.625 0.125 3.281 0.625 3.281 1.547 0 0.875-2.422 1.375-3.031 1.5 0.078 0.844-0.031 1.687-0.313 2.5h3.344l-1.281 3.516c2.797 1.453 3.281 5.656 3.281 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-motorcycle\" viewBox=\"0 0 36 28\">\n<title>motorcycle</title>\n<path d=\"M35.953 16.188c0.5 4.391-3.078 8.078-7.438 7.797-3.344-0.219-6.125-2.891-6.469-6.234-0.25-2.375 0.688-4.516 2.281-5.953l-1.109-1.672c-1.969 1.641-3.219 4.094-3.219 6.844 0 0.562-0.438 1.031-1 1.031h-5.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c0.828 0 1.625 0.156 2.375 0.422l0.375-0.703c-1.203-1.078-2.781-1.719-4.75-1.719h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h2c3.5 0 5.281 1.437 6 2h9.797l-1.328-2h-3.469c-0.609 0-1.094-0.547-0.984-1.172 0.078-0.484 0.547-0.828 1.031-0.828h3.953c0.328 0 0.641 0.172 0.828 0.438l1.094 1.641 1.781-1.781c0.187-0.187 0.453-0.297 0.719-0.297h1.578c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-2.797l1.797 2.688c1.266-0.609 2.734-0.859 4.297-0.562 2.984 0.547 5.313 3.047 5.656 6.062zM7 22c2.422 0 4.438-1.719 4.906-4h-4.906c-0.344 0-0.672-0.187-0.859-0.484-0.172-0.297-0.187-0.672-0.016-0.984l2.297-4.328c-0.453-0.125-0.922-0.203-1.422-0.203-2.75 0-5 2.25-5 5s2.25 5 5 5zM29 22c2.75 0 5-2.25 5-5s-2.25-5-5-5c-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-street-view\" viewBox=\"0 0 22 28\">\n<title>street-view</title>\n<path d=\"M22 24c0 2.75-5.703 4-11 4s-11-1.25-11-4c0-2.125 3.172-3.125 5.828-3.578 0.547-0.094 1.062 0.266 1.156 0.812s-0.266 1.062-0.812 1.156c-3.219 0.562-4.125 1.437-4.172 1.625 0.156 0.531 3.156 1.984 9 1.984s8.844-1.453 9-2.016c-0.047-0.156-0.953-1.031-4.172-1.594-0.547-0.094-0.906-0.609-0.812-1.156s0.609-0.906 1.156-0.812c2.656 0.453 5.828 1.453 5.828 3.578zM16 10v6c0 0.547-0.453 1-1 1h-1v6c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-6h-1c-0.547 0-1-0.453-1-1v-6c0-1.109 0.891-2 2-2h6c1.109 0 2 0.891 2 2zM14.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heartbeat\" viewBox=\"0 0 28 28\">\n<title>heartbeat</title>\n<path d=\"M20 16h4.766c-0.187 0.203-0.313 0.313-0.344 0.344l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.031-0.016-0.156-0.125-0.328-0.313h5.766c0.453 0 0.859-0.313 0.969-0.75l1.094-4.391 2.969 10.422c0.125 0.422 0.516 0.719 0.969 0.719v0c0.438 0 0.828-0.297 0.953-0.719l2.281-7.578 0.875 1.75c0.172 0.328 0.516 0.547 0.891 0.547zM28 9.312c0 1.797-0.781 3.437-1.609 4.688h-5.766l-1.734-3.453c-0.172-0.359-0.578-0.578-0.969-0.547-0.422 0.047-0.766 0.313-0.875 0.719l-2.016 6.719-3.063-10.719c-0.125-0.422-0.516-0.719-0.984-0.719-0.453 0-0.844 0.313-0.953 0.75l-1.813 7.25h-6.609c-0.828-1.25-1.609-2.891-1.609-4.688 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus\" viewBox=\"0 0 18 28\">\n<title>venus</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.25 3.719-7.734 7.938-8.203 5.437-0.609 10.031 3.625 10.031 8.937zM2 9c0 3.859 3.141 7 7 7s7-3.141 7-7-3.141-7-7-7-7 3.141-7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars\" viewBox=\"0 0 24 28\">\n<title>mars</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-5.969 5.984c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l5.969-5.969h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mercury\" viewBox=\"0 0 18 28\">\n<title>mercury</title>\n<path d=\"M12.969 4.937c2.969 1.469 5.031 4.531 5.031 8.062 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-3.531 2.063-6.594 5.031-8.062-1.641-0.953-2.922-2.453-3.563-4.266-0.125-0.328 0.125-0.672 0.469-0.672h1.078c0.203 0 0.375 0.125 0.453 0.313 0.906 2.172 3.047 3.687 5.531 3.687s4.625-1.516 5.531-3.687c0.078-0.187 0.25-0.313 0.578-0.313h0.953c0.344 0 0.594 0.344 0.469 0.672-0.641 1.813-1.922 3.313-3.563 4.266zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-intersex\" viewBox=\"0 0 22 28\">\n<title>intersex</title>\n<path d=\"M16 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.719-0.516-8.359-4.719-7.969-9.656 0.328-4.25 3.703-7.734 7.922-8.219 2.531-0.297 4.875 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-transgender-alt\" viewBox=\"0 0 26 28\">\n<title>transgender-alt</title>\n<path d=\"M20 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-2.125 0.75-4.078 1.969-5.609l-0.812-0.828-1.578 1.734c-0.187 0.203-0.5 0.219-0.703 0.047l-0.75-0.688c-0.203-0.172-0.219-0.5-0.031-0.703l1.641-1.797-1.734-1.75v2.094c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.5c0-0.547 0.453-1 1-1h4.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.078l1.656 1.672 1.344-1.469c0.187-0.203 0.5-0.219 0.703-0.047l0.75 0.688c0.203 0.172 0.219 0.5 0.031 0.703l-1.406 1.547 0.891 0.875c1.531-1.219 3.484-1.969 5.609-1.969s4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM13 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-double\" viewBox=\"0 0 28 28\">\n<title>venus-double</title>\n<path d=\"M27.969 8.266c0.391 4.953-3.234 9.156-7.969 9.672v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-8v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.297 3.797-7.812 8.078-8.219 2.188-0.219 4.234 0.359 5.891 1.469 1.656-1.109 3.703-1.687 5.891-1.469 4.281 0.406 7.734 3.922 8.078 8.219zM14 13.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM9 16c1.234 0 2.391-0.328 3.406-0.891-1.5-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1.016-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7s3.141 7 7 7zM18 22v-4.062c-1.469-0.156-2.828-0.688-4-1.469-1.172 0.781-2.531 1.313-4 1.469v4.062h8zM19 16c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.391 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.906 4.5-2.406 6.109c1.016 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-double\" viewBox=\"0 0 30 28\">\n<title>mars-double</title>\n<path d=\"M24 6.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.797-3.75 6.781-7.562 7.313-4.469 0.625-8.422-2.047-9.781-5.938-4.937-0.25-8.828-4.5-8.5-9.578 0.281-4.281 3.672-7.844 7.938-8.328 2.516-0.297 4.859 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c0.625 0.781 1.109 1.672 1.453 2.641 1.937 0.094 3.703 0.812 5.125 1.937l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM16 13c0-0.313-0.031-0.609-0.063-0.906-3.359 0.516-5.938 3.406-5.938 6.906 0 0.313 0.031 0.609 0.063 0.906 3.359-0.516 5.938-3.406 5.938-6.906zM2 13c0 3.531 2.641 6.453 6.047 6.922-0.031-0.297-0.047-0.609-0.047-0.922 0-4.406 3.187-8.078 7.391-8.844-1.094-2.453-3.547-4.156-6.391-4.156-3.859 0-7 3.141-7 7zM17 26c3.859 0 7-3.141 7-7 0-3.531-2.641-6.453-6.047-6.922 0.031 0.297 0.047 0.609 0.047 0.922 0 4.406-3.187 8.078-7.391 8.844 1.094 2.453 3.547 4.156 6.391 4.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-mars\" viewBox=\"0 0 31 28\">\n<title>venus-mars</title>\n<path d=\"M26 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.75-3.703 6.734-7.469 7.297-2.375 0.359-4.609-0.219-6.391-1.406-1.172 0.781-2.531 1.297-4 1.453v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.906-0.547-8.641-5.047-7.906-10.219 0.531-3.891 3.625-7.016 7.5-7.609 2.391-0.359 4.625 0.219 6.406 1.406 1.437-0.953 3.156-1.516 5-1.516 2.125 0 4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM14 17.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM2 13c0 3.859 3.141 7 7 7 1.234 0 2.406-0.328 3.406-0.891-1.484-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7zM19 20c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.406 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.922 4.5-2.406 6.109c1 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke\" viewBox=\"0 0 24 28\">\n<title>mars-stroke</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-3.328 3.344 2.188 2.188c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.188-2.203-1.219 1.234c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l1.219-1.219-2.688-2.688c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.688 2.688 3.328-3.328h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-v\" viewBox=\"0 0 18 28\">\n<title>mars-stroke-v</title>\n<path d=\"M10 10.063c4.5 0.5 8 4.312 8 8.937 0 5.313-4.594 9.547-10.031 8.937-4.219-0.469-7.594-3.953-7.938-8.203-0.391-4.953 3.234-9.156 7.969-9.672v-2.063h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.5v-2.578l-1.437 1.437c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l3.156-3.141c0.391-0.391 1.016-0.391 1.406 0l3.156 3.141c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-1.437-1.437v2.578h2.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.5v2.063zM9 26c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-h\" viewBox=\"0 0 30 28\">\n<title>mars-stroke-h</title>\n<path d=\"M29.703 14.297c0.391 0.391 0.391 1.016 0 1.406l-4.594 4.594c-0.187 0.203-0.516 0.203-0.703 0l-0.703-0.703c-0.203-0.187-0.203-0.516 0-0.703l2.891-2.891h-4.594v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-2.063c-0.5 4.5-4.312 8-8.937 8-5.313 0-9.547-4.594-8.937-10.031 0.469-4.219 3.953-7.594 8.203-7.938 4.953-0.391 9.156 3.234 9.672 7.969h2.063v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5h4.594l-2.891-2.891c-0.203-0.187-0.203-0.516 0-0.703l0.703-0.703c0.187-0.203 0.516-0.203 0.703 0zM9 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-neuter\" viewBox=\"0 0 18 28\">\n<title>neuter</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v9.562c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9.562c-4.5-0.5-8-4.312-8-8.937 0-4.969 4.031-9 9-9s9 4.031 9 9zM9 16c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-genderless\" viewBox=\"0 0 18 28\">\n<title>genderless</title>\n<path d=\"M16 15c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM18 15c0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9 9 4.031 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-official\" viewBox=\"0 0 24 28\">\n<title>facebook-official</title>\n<path d=\"M22.672 2c0.734 0 1.328 0.594 1.328 1.328v21.344c0 0.734-0.594 1.328-1.328 1.328h-6.109v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-11.484c-0.734 0-1.328-0.594-1.328-1.328v-21.344c0-0.734 0.594-1.328 1.328-1.328h21.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-p\" viewBox=\"0 0 20 28\">\n<title>pinterest-p</title>\n<path d=\"M0 9.328c0-5.766 5.281-9.328 10.625-9.328 4.906 0 9.375 3.375 9.375 8.547 0 4.859-2.484 10.25-8.016 10.25-1.313 0-2.969-0.656-3.609-1.875-1.188 4.703-1.094 5.406-3.719 9l-0.219 0.078-0.141-0.156c-0.094-0.984-0.234-1.953-0.234-2.938 0-3.187 1.469-7.797 2.188-10.891-0.391-0.797-0.5-1.766-0.5-2.641 0-1.578 1.094-3.578 2.875-3.578 1.313 0 2.016 1 2.016 2.234 0 2.031-1.375 3.938-1.375 5.906 0 1.344 1.109 2.281 2.406 2.281 3.594 0 4.703-5.187 4.703-7.953 0-3.703-2.625-5.719-6.172-5.719-4.125 0-7.313 2.969-7.313 7.156 0 2.016 1.234 3.047 1.234 3.531 0 0.406-0.297 1.844-0.812 1.844-0.078 0-0.187-0.031-0.266-0.047-2.234-0.672-3.047-3.656-3.047-5.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-whatsapp\" viewBox=\"0 0 24 28\">\n<title>whatsapp</title>\n<path d=\"M15.391 15.219c0.266 0 2.812 1.328 2.922 1.516 0.031 0.078 0.031 0.172 0.031 0.234 0 0.391-0.125 0.828-0.266 1.188-0.359 0.875-1.813 1.437-2.703 1.437-0.75 0-2.297-0.656-2.969-0.969-2.234-1.016-3.625-2.75-4.969-4.734-0.594-0.875-1.125-1.953-1.109-3.031v-0.125c0.031-1.031 0.406-1.766 1.156-2.469 0.234-0.219 0.484-0.344 0.812-0.344 0.187 0 0.375 0.047 0.578 0.047 0.422 0 0.5 0.125 0.656 0.531 0.109 0.266 0.906 2.391 0.906 2.547 0 0.594-1.078 1.266-1.078 1.625 0 0.078 0.031 0.156 0.078 0.234 0.344 0.734 1 1.578 1.594 2.141 0.719 0.688 1.484 1.141 2.359 1.578 0.109 0.063 0.219 0.109 0.344 0.109 0.469 0 1.25-1.516 1.656-1.516zM12.219 23.5c5.406 0 9.812-4.406 9.812-9.812s-4.406-9.812-9.812-9.812-9.812 4.406-9.812 9.812c0 2.063 0.656 4.078 1.875 5.75l-1.234 3.641 3.781-1.203c1.594 1.047 3.484 1.625 5.391 1.625zM12.219 1.906c6.5 0 11.781 5.281 11.781 11.781s-5.281 11.781-11.781 11.781c-1.984 0-3.953-0.5-5.703-1.469l-6.516 2.094 2.125-6.328c-1.109-1.828-1.687-3.938-1.687-6.078 0-6.5 5.281-11.781 11.781-11.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-server\" viewBox=\"0 0 28 28\">\n<title>server</title>\n<path d=\"M2 22h16v-2h-16v2zM2 14h16v-2h-16v2zM26.5 21c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM2 6h16v-2h-16v2zM26.5 13c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM28 18v6h-28v-6h28zM28 10v6h-28v-6h28zM28 2v6h-28v-6h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-plus\" viewBox=\"0 0 32 28\">\n<title>user-plus</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM26 16h5.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v5.5c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-5.5h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-5.5c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5v5.5zM14.5 19.5c0 1.094 0.906 2 2 2h4v3.719c-0.766 0.562-1.734 0.781-2.672 0.781h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.531 1.172 3.016 1.906 4.984 1.906s3.453-0.734 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 1.328 0 2.5 0.5 3.391 1.5h-3.484c-1.094 0-2 0.906-2 2v3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-times\" viewBox=\"0 0 32 28\">\n<title>user-times</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM27.828 19l3.891 3.891c0.094 0.094 0.141 0.219 0.141 0.359 0 0.125-0.047 0.25-0.141 0.344l-2.125 2.125c-0.094 0.094-0.219 0.141-0.344 0.141-0.141 0-0.266-0.047-0.359-0.141l-3.891-3.891-3.891 3.891c-0.094 0.094-0.219 0.141-0.359 0.141-0.125 0-0.25-0.047-0.344-0.141l-2.125-2.125c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l3.891-3.891-3.891-3.891c-0.094-0.094-0.141-0.219-0.141-0.359 0-0.125 0.047-0.25 0.141-0.344l2.125-2.125c0.094-0.094 0.219-0.141 0.344-0.141 0.141 0 0.266 0.047 0.359 0.141l3.891 3.891 3.891-3.891c0.094-0.094 0.219-0.141 0.359-0.141 0.125 0 0.25 0.047 0.344 0.141l2.125 2.125c0.094 0.094 0.141 0.219 0.141 0.344 0 0.141-0.047 0.266-0.141 0.359zM20.047 19l-2.828 2.828c-0.375 0.375-0.578 0.891-0.578 1.422 0 0.516 0.203 1.031 0.578 1.406l1.297 1.297c-0.219 0.031-0.453 0.047-0.688 0.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.5 1.188 3.031 1.906 4.984 1.906s3.484-0.719 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 0.297 0 0.594 0.031 0.891 0.094-0.516 0.5-0.844 0.906-0.844 1.656 0 0.531 0.203 1.047 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bed\" viewBox=\"0 0 32 28\">\n<title>bed</title>\n<path d=\"M4 16h27c0.547 0 1 0.453 1 1v7h-4v-4h-24v4h-4v-19c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v11zM13 11c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM32 15v-1c0-3.313-2.688-6-6-6h-11c-0.547 0-1 0.453-1 1v6h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viacoin\" viewBox=\"0 0 24 28\">\n<title>viacoin</title>\n<path d=\"M24 0l-3 7h3v3h-4.281l-0.859 2h5.141v3h-6.422l-5.578 13-5.578-13h-6.422v-3h5.141l-0.859-2h-4.281v-3h3l-3-7h4l5.047 12h5.906l5.047-12h4zM12 19l1.687-4h-3.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-train\" viewBox=\"0 0 24 28\">\n<title>train</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM12 21c1.656 0 3-1.344 3-3s-1.344-3-3-3-3 1.344-3 3 1.344 3 3 3zM21 12v-8h-18v8h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subway\" viewBox=\"0 0 24 28\">\n<title>subway</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM4.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM11 12v-8h-8.5v8h8.5zM19.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM22 12v-8h-9v8h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medium\" viewBox=\"0 0 28 28\">\n<title>medium</title>\n<path d=\"M9.328 6.578v18.328c0 0.484-0.234 0.938-0.766 0.938-0.187 0-0.359-0.047-0.516-0.125l-7.266-3.641c-0.438-0.219-0.781-0.781-0.781-1.25v-17.813c0-0.391 0.187-0.75 0.609-0.75 0.25 0 0.469 0.125 0.688 0.234l7.984 4c0.016 0.016 0.047 0.063 0.047 0.078zM10.328 8.156l8.344 13.531-8.344-4.156v-9.375zM28 8.437v16.469c0 0.516-0.297 0.875-0.812 0.875-0.266 0-0.516-0.078-0.734-0.203l-6.891-3.437zM27.953 6.563c0 0.063-8.078 13.172-8.703 14.172l-6.094-9.906 5.063-8.234c0.172-0.281 0.484-0.438 0.812-0.438 0.141 0 0.281 0.031 0.406 0.094l8.453 4.219c0.031 0.016 0.063 0.047 0.063 0.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-y-combinator\" viewBox=\"0 0 24 28\">\n<title>y-combinator</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 2v24h-24v-24h24z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-optin-monster\" viewBox=\"0 0 36 28\">\n<title>optin-monster</title>\n<path d=\"M7.469 26.172c-0.156 0.328-0.609 0.781-1 0.938-0.547 0.187-1.219-0.172-1.25-0.547-0.031-0.484 1.172-1.359 1.687-1.453 0.5-0.094 0.734 0.656 0.562 1.062zM28.422 26.172c0.141 0.328 0.594 0.781 1 0.938 0.531 0.187 1.219-0.172 1.234-0.547 0.047-0.484-1.172-1.359-1.687-1.453-0.484-0.094-0.719 0.656-0.547 1.062zM29.172 24.469c0.281 0.562 1.391 1.391 2.094 1.578 0.953 0.266 1.859-0.187 1.859-0.859 0-1.031-1.953-2.406-2.859-2.5-0.859-0.109-1.422 1.109-1.094 1.781zM6.687 24.469c-0.281 0.562-1.375 1.391-2.078 1.578-0.953 0.266-1.859-0.187-1.859-0.859 0-1.031 1.953-2.406 2.859-2.5 0.859-0.109 1.422 1.109 1.078 1.781zM18.094 6.906h0.016c-0.422 0-0.828 0.078-1.188 0.234 0.547 0.172 0.953 0.672 0.953 1.25 0 0.734-0.641 1.328-1.437 1.328-0.531 0-1-0.281-1.25-0.672-0.047 0.219-0.078 0.422-0.078 0.656 0 1.547 1.328 2.797 2.984 2.797s3-1.25 3-2.797-1.344-2.797-3-2.797zM22.844 3.5c-2.063-2.266-4.703-2.766-7.281-1.359 1.453-3.25 7.063-2.812 7.281 1.359zM34.563 22.859c0.078 0.109-0.016 0.391-0.172 0.656 0.063 0.203 0.109 0.406 0.109 0.625 0.047 1.828-2.562 3.703-4.25 3.766-1 0.047-2-0.484-2.469-1.359-6.563 0.234-13.125 0.281-19.672 0-0.484 0.875-1.484 1.391-2.484 1.359-1.672-0.063-4.281-1.937-4.25-3.766 0.016-0.219 0.047-0.422 0.109-0.625-0.156-0.266-0.25-0.547-0.172-0.656 0.063-0.094 0.266-0.094 0.484-0.016 0.187-0.297 0.406-0.547 0.641-0.797-0.063-0.266-0.063-0.5 0.031-0.594 0.109-0.094 0.359-0.063 0.609 0.063 0.266-0.187 0.578-0.375 0.922-0.531 0-0.281 0.078-0.5 0.203-0.578 0.187-0.094 0.516-0.031 0.797 0.25 0.328-0.047 0.656-0.047 0.953 0.031 0.203 0.047 0.406 0.156 0.594 0.297v-1.141c-0.094 0-0.172 0-0.281-0.031-1.016-0.187-2.125-0.891-2.375-2.063-0.094-0.391-0.094-0.812 0-1.266 0.187-0.781 0.859-1.234 1.453-1.484 0.047-0.344 0.469-0.812 0.859-0.922 0.438-0.109 0.719 0.266 0.812 0.594h0.203c0.281 0.031 0.734 0.094 0.938 0.359 0.031 0.031 0.063 0.078 0.078 0.109 0.313-0.031 0.641-0.078 0.953-0.109-0.141-0.109-0.297-0.203-0.469-0.266-0.297-0.516-0.797-0.641-1.422-0.672 0-0.047 0-0.094 0.016-0.156-1.141-0.031-2.547-0.328-3.172-1.031-0.719-0.797-0.844-2.156-0.703-3.187 0.125-1.016 0.547-2.188 1.406-2.797 0.484-0.328 1.25-0.047 1.313 0.562 0.031 0.266 0.078 1.172 0.328 1.313 0.281 0.141 0.734 0.203 1.188 0.187 0.469-0.453 0.969-0.844 1.531-1.156-0.859-0.078-1.672 0.094-2.531 0.219l0.734-0.719c0.719-0.688 1.672-1.281 2.547-1.734 1.359-0.688 2.891-1.203 4.406-1.344-1.078-0.453-2.312-0.688-3.453-0.953 4.422-0.938 10.094-1.281 14.125 2.172 1.047 0.891 1.875 2.094 2.469 3.469 0.641 0.078 1.453 0.094 1.891-0.141h0.016c0.25-0.141 0.297-1.031 0.328-1.313 0.063-0.594 0.828-0.891 1.313-0.547 0.859 0.609 1.281 1.781 1.422 2.781 0.125 1.031 0.016 2.391-0.719 3.187-0.625 0.703-1.984 1.016-3.109 1.047v0.156c-0.641 0.016-1.172 0.141-1.484 0.672-0.172 0.063-0.328 0.156-0.484 0.266 0.328 0.031 0.656 0.078 0.969 0.109 0.016-0.047 0.047-0.094 0.078-0.125 0.219-0.25 0.672-0.328 0.938-0.359h0.203c0.094-0.313 0.391-0.688 0.812-0.594s0.812 0.578 0.859 0.922c0.625 0.25 1.281 0.703 1.453 1.484 0.109 0.469 0.094 0.875 0.016 1.266-0.266 1.172-1.375 1.891-2.391 2.063-0.078 0.016-0.187 0.031-0.266 0.031 0 0.391 0 0.766-0.016 1.141 0.187-0.141 0.375-0.25 0.594-0.297 0.297-0.078 0.625-0.078 0.953-0.031 0.281-0.281 0.625-0.344 0.797-0.25 0.125 0.078 0.219 0.297 0.219 0.578 0.328 0.156 0.656 0.344 0.922 0.531 0.25-0.125 0.484-0.156 0.594-0.063 0.094 0.094 0.109 0.328 0.031 0.594 0.234 0.25 0.469 0.516 0.641 0.797 0.219-0.078 0.406-0.078 0.484 0.016zM30.266 7.984c0 0.359-0.078 0.672-0.141 0.844 1 0.391 1.516 1.281 1.75 2.063 0.063-0.609-0.156-2.281-0.797-2.953-0.422-0.422-0.812-0.297-0.812 0.047zM29.047 9.547v0c0.75 0.906 0.984 2.406 0.734 3.641 0.625-0.125 1.188-0.359 1.516-0.703 0.109-0.125 0.219-0.281 0.281-0.438-0.063-1.234-0.594-2.469-1.719-2.828-0.187 0.187-0.531 0.281-0.812 0.328v0zM28.469 9.609c-0.219 0-0.469 0-0.688-0.016 0.438 1.188 0.719 2.469 0.828 3.734 0.203 0 0.438-0.016 0.672-0.047 0.344-1.406-0.016-2.984-0.812-3.672zM4.031 10.891c0.234-0.781 0.75-1.672 1.75-2.063-0.063-0.172-0.141-0.484-0.141-0.844 0-0.344-0.406-0.469-0.812-0.047-0.656 0.672-0.859 2.344-0.797 2.953zM4.594 12.484c0.328 0.359 0.891 0.578 1.516 0.703-0.25-1.234-0.016-2.734 0.734-3.641v0 0 0c-0.281-0.047-0.625-0.141-0.812-0.328-1.125 0.359-1.641 1.594-1.719 2.828 0.078 0.156 0.172 0.313 0.281 0.438zM7.359 13.328c0.141-1.281 0.531-2.531 1.141-3.672-0.297 0.063-0.578 0.172-0.859 0.281l-0.703 0.297v-0.016c-0.422 0.812-0.578 1.984-0.313 3.063 0.266 0.031 0.5 0.047 0.734 0.047zM22.406 13.937v0c0.203 1.031 0.281 2.063 0.438 3.094 0.063 0.359 0.172 0.438 0.516 0.266 0.922-0.469 1.313-2.266 1.328-3.297-0.75-0.047-1.516-0.047-2.281-0.063zM18 3.922c-2.422 0-4.406 1.969-4.406 4.391 0 2.438 1.984 4.406 4.406 4.406s4.406-1.969 4.406-4.406c0-2.422-1.984-4.391-4.406-4.391zM21.562 13.906c-1.094-0.016-2.203-0.016-3.297 0v-0.016c-0.016 0.297 0.016 2.203 0.25 2.375 0.641 0.313 2.281 0.266 2.953 0.063 0.313-0.094 0.141-2.141 0.094-2.422zM17.375 17.016c0.266-0.141 0.141-2.625 0.078-3.109v-0.016c-1.125 0.016-2.234 0.016-3.344 0.047-0.109 0.531-0.266 2.828 0.109 2.984 0.75 0.328 2.406 0.297 3.156 0.094zM11.219 14.063c-0.313 1.141 0.016 2.609 1.281 3.172 0.313 0.141 0.5 0.141 0.562-0.25 0.109-0.5 0.141-2.125 0.281-3.016v0c-0.703 0.016-1.422 0.047-2.125 0.094zM9.234 16.031c0.031 0.281-0.219 0.453-0.531 0.562 2.531 2.719 5.359 4.953 9.016 6.156 3.906-1.109 6.687-3.469 9.438-6.188-0.281-0.109-0.5-0.297-0.469-0.531 0.016-0.063 0.031-0.094 0.047-0.141v0 0c-0.516-0.047-1.031-0.109-1.531-0.156-0.547 1.906-2.078 3.063-2.703 1.828-0.156-0.297-0.203-0.672-0.266-0.969-0.219 0.484-0.766 0.469-1.422 0.516-0.766 0.063-1.828 0.078-2.547-0.172-0.172 0.75-0.641 0.75-1.547 0.828-0.812 0.078-2.812 0.234-3.172-0.625-0.063 1.656-2.031 0.578-2.609-0.406-0.187-0.328-0.313-0.656-0.406-1.016-0.453 0.047-0.906 0.094-1.359 0.156 0.031 0.047 0.047 0.109 0.063 0.156zM7.922 25.844c0.031-0.141 0.047-0.297 0.047-0.469-0.328-1.344-1.078-2.875-1.937-3.125-1.297-0.391-3.984 1.359-3.828 3.156 0.734 1.125 2.312 2.063 3.422 2.109 1.031 0.047 2.078-0.641 2.297-1.672zM7.969 23.172c0.187 0.516 0.375 1.203 0.422 1.859 1.937-1.125 4-2.063 6.125-2.719-2.234-1.188-3.938-2.766-5.625-4.453-0.125 0.078-0.297 0.141-0.453 0.203-0.016 0.047-0.016 0.094-0.031 0.141 0.266 0.156 0.453 0.344 0.344 0.578-0.125 0.234-0.5 0.438-0.875 0.531-0.125 0.156-0.297 0.281-0.453 0.375h-0.016c-0.016 0.781-0.016 1.563 0.016 2.344 0.219 0.391 0.406 0.797 0.547 1.141zM9.047 25.766c5.969 0.234 11.937 0.203 17.891 0-2.125-1.234-4.281-2.391-6.687-3.063-0.797 0.359-1.609 0.656-2.438 0.891-0.125 0.047-0.125 0.047-0.25 0-0.688-0.219-1.344-0.469-2.016-0.766-2.328 0.672-4.469 1.687-6.5 2.938h-0.016v0.016c0.016 0 0.016 0 0.016-0.016zM27.547 25.047c0.047-0.656 0.25-1.359 0.438-1.875 0.125-0.344 0.297-0.734 0.516-1.109l-0.016 0.016c0.031-0.797 0.047-1.594 0.047-2.391-0.172-0.094-0.328-0.234-0.469-0.391-0.375-0.078-0.75-0.297-0.875-0.516-0.109-0.234 0.078-0.438 0.344-0.594-0.016-0.031-0.031-0.094-0.031-0.141-0.172-0.047-0.313-0.109-0.438-0.187-1.828 1.703-3.781 3.281-5.984 4.438 2.25 0.672 4.391 1.625 6.469 2.75zM33.672 25.406c0.172-1.797-2.516-3.547-3.828-3.156-0.844 0.25-1.609 1.781-1.937 3.125 0 0.172 0.016 0.328 0.047 0.469 0.219 1.031 1.266 1.719 2.297 1.672 1.109-0.047 2.688-0.984 3.422-2.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opencart\" viewBox=\"0 0 43 28\">\n<title>opencart</title>\n<path d=\"M23.812 24.391c0 1.422-1.141 2.562-2.562 2.562s-2.578-1.141-2.578-2.562 1.156-2.578 2.578-2.578 2.562 1.156 2.562 2.578zM12.109 24.391c0 1.422-1.156 2.562-2.578 2.562s-2.562-1.141-2.562-2.562 1.141-2.578 2.562-2.578 2.578 1.156 2.578 2.578zM0 1.047c4.609 4.859 8.937 5.578 25.937 5.578s9.531 3.781-0.969 13.156c3.328-5.781 14.766-10.906-3.984-10.625-17.984 0.266-19.047-5.203-20.984-8.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expeditedssl\" viewBox=\"0 0 28 28\">\n<title>expeditedssl</title>\n<path d=\"M14 1c-7.172 0-13 5.828-13 13s5.828 13 13 13 13-5.828 13-13-5.828-13-13-13zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM7.75 13c0.141 0 0.25 0.109 0.25 0.25v7.5c0 0.141-0.109 0.25-0.25 0.25h-0.5c-0.141 0-0.25-0.109-0.25-0.25v-7.5c0-0.141 0.109-0.25 0.25-0.25h0.5zM14 14c1.109 0 2 0.891 2 2 0 0.734-0.406 1.375-1 1.719v1.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2zM14 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM8.5 9.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-1.937 1.563-3.5 3.5-3.5s3.5 1.563 3.5 3.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5zM22 21v-8c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery\" viewBox=\"0 0 36 28\">\n<title>battery</title>\n<path d=\"M30 8v12h-26v-12h26zM32 17h2v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5zM36 11v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-3\" viewBox=\"0 0 36 28\">\n<title>battery-3</title>\n<path d=\"M4 20v-12h20v12h-20zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-2\" viewBox=\"0 0 36 28\">\n<title>battery-2</title>\n<path d=\"M4 20v-12h14v12h-14zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-1\" viewBox=\"0 0 36 28\">\n<title>battery-1</title>\n<path d=\"M4 20v-12h8v12h-8zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-0\" viewBox=\"0 0 36 28\">\n<title>battery-0</title>\n<path d=\"M34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mouse-pointer\" viewBox=\"0 0 18 28\">\n<title>mouse-pointer</title>\n<path d=\"M17.703 16.297c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-5.969l3.141 7.438c0.219 0.516-0.031 1.094-0.531 1.313l-2.766 1.172c-0.516 0.219-1.094-0.031-1.313-0.531l-2.984-7.063-4.875 4.875c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-23.5c0-0.406 0.25-0.766 0.625-0.922 0.109-0.047 0.25-0.078 0.375-0.078 0.266 0 0.516 0.094 0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-i-cursor\" viewBox=\"0 0 14 28\">\n<title>i-cursor</title>\n<path d=\"M13 2c-3.313 0-5 1.172-5 3.5v6.5h2v2h-2v8.5c0 2.328 1.687 3.5 5 3.5h1v2h-1c-2.812 0-4.875-0.812-6-2.281-1.125 1.469-3.187 2.281-6 2.281h-1v-2h1c3.313 0 5-1.172 5-3.5v-8.5h-2v-2h2v-6.5c0-2.328-1.687-3.5-5-3.5h-1v-2h1c2.812 0 4.875 0.812 6 2.281 1.125-1.469 3.187-2.281 6-2.281h1v2h-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-group\" viewBox=\"0 0 32 28\">\n<title>object-group</title>\n<path d=\"M32 6h-2v16h2v6h-6v-2h-20v2h-6v-6h2v-16h-2v-6h6v2h20v-2h6v6zM28 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 26v-2h-2v2h2zM26 24v-2h2v-16h-2v-2h-20v2h-2v16h2v2h20zM30 26v-2h-2v2h2zM20 10h6v12h-14v-4h-6v-12h14v4zM8 16h10v-8h-10v8zM24 20v-8h-4v6h-6v2h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-ungroup\" viewBox=\"0 0 36 28\">\n<title>object-ungroup</title>\n<path d=\"M36 12h-2v10h2v6h-6v-2h-14v2h-6v-6h2v-2h-6v2h-6v-6h2v-10h-2v-6h6v2h14v-2h6v6h-2v2h6v-2h6v6zM32 8v2h2v-2h-2zM22 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 20v-2h-2v2h2zM24 18h-2v2h2v-2zM6 18h14v-2h2v-10h-2v-2h-14v2h-2v10h2v2zM14 26v-2h-2v2h2zM34 26v-2h-2v2h2zM32 22v-10h-2v-2h-6v6h2v6h-6v-2h-6v2h2v2h14v-2h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note\" viewBox=\"0 0 24 28\">\n<title>sticky-note</title>\n<path d=\"M16 19.5v6.5h-14.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5v14.5h-6.5c-0.828 0-1.5 0.672-1.5 1.5zM18 20h5.953c-0.141 0.75-0.547 1.594-1.016 2.063l-2.875 2.875c-0.469 0.469-1.313 0.875-2.063 1.016v-5.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note-o\" viewBox=\"0 0 24 28\">\n<title>sticky-note-o</title>\n<path d=\"M21.875 20h-3.875v3.875c0.266-0.094 0.531-0.234 0.641-0.344l2.891-2.891c0.109-0.109 0.25-0.375 0.344-0.641zM17.5 18h4.5v-14h-20v20h14v-4.5c0-0.828 0.672-1.5 1.5-1.5zM24 3.5v16c0 0.828-0.484 1.984-1.062 2.562l-2.875 2.875c-0.578 0.578-1.734 1.062-2.562 1.062h-16c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-jcb\" viewBox=\"0 0 36 28\">\n<title>cc-jcb</title>\n<path d=\"M30.484 15.594c0 0.562-0.375 0.969-0.844 1.062-0.063 0.016-0.203 0.031-0.281 0.031h-2.391v-2.188h2.391c0.078 0 0.219 0.016 0.281 0.031 0.469 0.094 0.844 0.516 0.844 1.062zM30.203 12.266c0 0.547-0.375 0.906-0.828 0.984-0.047 0.016-0.156 0.016-0.234 0.016h-2.172v-2.016h2.172c0.078 0 0.187 0.016 0.234 0.016 0.453 0.078 0.828 0.453 0.828 1zM11.375 14.828v-4.813h-3.563v4.813c0 1.172-0.797 2.047-2.234 2.047-1.219 0-2.422-0.359-3.578-0.922v1.75c1.875 0.516 4.25 0.516 4.25 0.516 3.969 0 5.125-1.516 5.125-3.391zM22.531 17.703v-1.766c-0.812 0.422-1.844 0.828-3.125 0.922-2.25 0.172-3.594-0.922-3.594-2.859s1.344-3.031 3.594-2.859c1.281 0.094 2.297 0.484 3.125 0.906v-1.75c-1.672-0.422-3.25-0.484-3.25-0.484-5.5-0.25-7.063 1.922-7.063 4.188s1.563 4.438 7.063 4.188c0 0 1.578-0.063 3.25-0.484zM34 15.906c0-1.156-1.031-1.906-2.375-2v-0.047c1.219-0.172 1.891-0.969 1.891-1.891 0-1.188-0.984-1.875-2.312-1.937-0.094 0-0.266-0.016-0.406-0.016h-7.109v7.969h7.672c1.516 0 2.641-0.812 2.641-2.078zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-diners-club\" viewBox=\"0 0 36 28\">\n<title>cc-diners-club</title>\n<path d=\"M13.406 19.391v-10.828c-2.172 0.844-3.719 2.953-3.719 5.422s1.547 4.578 3.719 5.406zM21.281 13.984c0-2.469-1.547-4.578-3.719-5.422v10.844c2.172-0.844 3.719-2.953 3.719-5.422zM24.641 13.984c0 5.047-4.094 9.156-9.156 9.156-5.047 0-9.156-4.109-9.156-9.156 0-5.063 4.109-9.156 9.156-9.156 5.063 0 9.156 4.094 9.156 9.156zM30.625 14.094c0-5.969-4.984-10.094-10.453-10.094h-4.703c-5.531 0-10.094 4.125-10.094 10.094 0 5.453 4.562 9.906 10.094 9.906h4.703c5.469 0 10.453-4.453 10.453-9.906zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clone\" viewBox=\"0 0 28 28\">\n<title>clone</title>\n<path d=\"M26 25.5v-17c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5zM28 8.5v17c0 1.375-1.125 2.5-2.5 2.5h-17c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5zM22 2.5v2.5h-2v-2.5c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h2.5v2h-2.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-balance-scale\" viewBox=\"0 0 34 28\">\n<title>balance-scale</title>\n<path d=\"M27 7l-6 11h12zM7 7l-6 11h12zM19.828 4c-0.297 0.844-0.984 1.531-1.828 1.828v20.172h9.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-21c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9.5v-20.172c-0.844-0.297-1.531-0.984-1.828-1.828h-7.672c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h7.672c0.422-1.172 1.516-2 2.828-2s2.406 0.828 2.828 2h7.672c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-7.672zM17 4.25c0.688 0 1.25-0.562 1.25-1.25s-0.562-1.25-1.25-1.25-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25zM34 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484v0zM14 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-o\" viewBox=\"0 0 24 28\">\n<title>hourglass-o</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-3.156 1.188-6.344 5.359-6.344 11.062h16c0-5.703-3.187-9.875-6.344-11.062-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-1\" viewBox=\"0 0 24 28\">\n<title>hourglass-1</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 0.688 0.047 1.359 0.141 2h15.719c0.094-0.641 0.141-1.313 0.141-2zM20 26c0-5.609-3.094-9.75-6.203-11h-3.594c-3.109 1.25-6.203 5.391-6.203 11h16z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-2\" viewBox=\"0 0 24 28\">\n<title>hourglass-2</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 2.281 0.516 4.297 1.328 6h13.344c0.812-1.703 1.328-3.719 1.328-6zM19.109 21c-1.156-3.016-3.234-5.156-5.313-6h-3.594c-2.078 0.844-4.156 2.984-5.313 6h14.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-3\" viewBox=\"0 0 24 28\">\n<title>hourglass-3</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-1.344 0.5-2.703 1.563-3.813 3.063h10.938c-1.109-1.5-2.469-2.562-3.813-3.063-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass\" viewBox=\"0 0 24 28\">\n<title>hourglass</title>\n<path d=\"M23.5 25c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23zM2.031 24c0.297-5.266 4.594-8.094 7.469-10-2.875-1.906-7.172-4.734-7.469-10h19.938c-0.297 5.266-4.594 8.094-7.469 10 2.875 1.906 7.172 4.734 7.469 10h-19.938zM23.5 0c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-grab-o\" viewBox=\"0 0 24 28\">\n<title>hand-grab-o</title>\n<path d=\"M12 6c-1.109 0-2 0.891-2 2v2h-0.5v-1.453c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v6.703l-0.5-0.469v-2.688c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v3.5c0 0.484 0.203 0.938 0.547 1.281l4.844 4.625c0.453 0.453 0.609 0.969 0.609 1.594 0 0.547 0.453 1 1 1h10c0.547 0 1-0.453 1-1v-0.391c0-0.406 0.047-0.812 0.156-1.203l1.687-6.813c0.109-0.391 0.156-0.797 0.156-1.203v-3.844c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v0.5h-0.5v-1.953c0-0.828-0.562-1.594-1.391-1.766-0.109-0.016-0.234-0.031-0.359-0.031-0.969 0-1.75 0.781-1.75 1.75v2h-0.5v-1.906c0-1.047-0.75-1.969-1.797-2.078-0.078-0.016-0.141-0.016-0.203-0.016zM12 4c0.844 0 1.656 0.266 2.328 0.781 0.578-0.344 1.25-0.531 1.922-0.531 1.234 0 2.375 0.594 3.078 1.609 0.297-0.078 0.609-0.109 0.922-0.109 2.094 0 3.75 1.719 3.75 3.797v3.844c0 0.562-0.078 1.141-0.203 1.687l-1.703 6.813c-0.094 0.375-0.094 0.734-0.094 1.109 0 1.656-1.344 3-3 3h-10c-1.781 0-3-1.422-3-3.141l-4.813-4.625c-0.734-0.703-1.188-1.703-1.188-2.734v-3.5c0-2.063 1.687-3.75 3.75-3.75 0.094 0 0.172 0 0.25 0.016 0.125-1.984 1.781-3.516 3.75-3.516 0.531 0 1.047 0.109 1.531 0.328 0.734-0.703 1.703-1.078 2.719-1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-paper-o\" viewBox=\"0 0 26 28\">\n<title>hand-paper-o</title>\n<path d=\"M13.75 2c-0.969 0-1.75 0.781-1.75 1.75v10.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v12.25l-2.406-3.203c-0.375-0.5-0.969-0.797-1.594-0.797-1.109 0-2 0.906-2 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h10.75c0.719 0 1.344-0.516 1.484-1.219l1.188-6.328c0.047-0.297 0.078-0.609 0.078-0.922v-7.781c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v4.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v8.25h-0.5v-10.25c0-0.969-0.781-1.75-1.75-1.75zM13.75 0c1.406 0 2.703 0.797 3.344 2.063 0.219-0.047 0.438-0.063 0.656-0.063 2.063 0 3.75 1.687 3.75 3.75v0.266c2.172-0.125 4 1.547 4 3.734v7.781c0 0.438-0.047 0.875-0.125 1.297l-1.188 6.312c-0.297 1.656-1.75 2.859-3.437 2.859h-10.75c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.203 1.781-4 4-4 0.656 0 1.453 0.156 2 0.531v-6.781c0-2.063 1.687-3.75 3.75-3.75 0.219 0 0.438 0.016 0.656 0.063 0.641-1.266 1.937-2.063 3.344-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-scissors-o\" viewBox=\"0 0 28 28\">\n<title>hand-scissors-o</title>\n<path d=\"M16.766 26h-2.766c-1.625 0-2.859-0.703-3.531-2.203-0.234-0.5-0.359-1.047-0.359-1.594v-0.078c-1.281-0.625-2.109-1.937-2.109-3.375 0-0.172 0-0.594 0.078-0.75h-4.078c-2.203 0-4-1.797-4-4s1.797-4 4-4h1.766l-0.688-0.266c-1.547-0.578-2.578-2.078-2.578-3.734 0-2.203 1.797-4 4-4 0.484 0 0.969 0.094 1.422 0.266l9.812 3.734h6.266c2.203 0 4 1.797 4 4v10.437c0 1.844-1.25 3.437-3.031 3.875l-5.297 1.328c-0.938 0.234-1.922 0.359-2.906 0.359zM16 14.891l-2.422 1.109-2.547 1.156c-0.625 0.281-1.031 0.906-1.031 1.594 0 0.969 0.781 1.75 1.75 1.75 0.25 0 0.5-0.047 0.719-0.156l5.281-2.406c-1.016-0.219-1.75-1.141-1.75-2.188v-0.859zM21 19.75c0-0.969-0.781-1.75-1.75-1.75-0.25 0-0.5 0.047-0.719 0.156l-4.531 2.063c-0.938 0.422-1.891 0.797-1.891 1.984 0 1.031 0.719 1.781 1.766 1.781 0.187 0 0.438-0.063 0.594-0.141l5.5-2.5c0.625-0.281 1.031-0.906 1.031-1.594zM17.375 8l-10.156-3.875c-0.234-0.078-0.469-0.125-0.719-0.125-1.094 0-2 0.891-2 2 0 0.828 0.516 1.578 1.281 1.875l8.219 3.125v1h-10c-1.109 0-2 0.891-2 2s0.891 2 2 2h8.359l3.641-1.656v-3.094c0-0.625 0.266-1.234 0.719-1.656l1.734-1.594h-1.078zM16.766 24c0.812 0 1.641-0.094 2.422-0.297l5.297-1.328c0.891-0.219 1.516-1.016 1.516-1.937v-10.437c0-1.109-0.891-2-2-2h-4.813l-2.125 1.969c-0.359 0.328-0.562 0.797-0.562 1.281v4.625c0 0.969 0.797 1.687 1.75 1.687 0.969 0 1.75-0.859 1.75-1.813v-3.25h0.5v3.25c0 0.703-0.344 1.359-0.891 1.781 1.094 0.172 1.891 1.125 1.891 2.219 0 0.875-0.516 1.687-1.313 2.047l-4.844 2.203h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-lizard-o\" viewBox=\"0 0 32 28\">\n<title>hand-lizard-o</title>\n<path d=\"M17.984 0c1.266 0 2.484 0.609 3.234 1.641l8.937 12.203c1.203 1.625 1.844 3.578 1.844 5.609v5.547c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-2.766l-4.469-2.234h-8.531c-1.656 0-3-1.344-3-3v-0.5c0-2.484 2.016-4.5 4.5-4.5h6.563l0.656-2h-10.719c-2.078 0-3.813-1.594-3.984-3.656-0.656-0.797-1.016-1.813-1.016-2.844v-0.5c0-1.656 1.344-3 3-3h14.984zM30 25v-5.547c0-1.578-0.516-3.156-1.453-4.438l-8.953-12.203c-0.375-0.5-0.969-0.812-1.609-0.812h-14.984c-0.547 0-1 0.453-1 1 0 0.828 0.016 1.406 0.562 2.078 0.203-0.641 0.781-1.078 1.437-1.078h13v0.5h-13c-0.547 0-1 0.453-1 1 0 0.297-0.016 0.609 0.047 0.906 0.172 0.922 1.016 1.594 1.953 1.594h11.422c0.828 0 1.5 0.672 1.5 1.5 0 0.156-0.031 0.328-0.078 0.469l-1 3c-0.203 0.609-0.781 1.031-1.422 1.031h-6.922c-1.375 0-2.5 1.125-2.5 2.5v0.5c0 0.547 0.453 1 1 1h8.766c0.156 0 0.313 0.031 0.453 0.109l4.953 2.469c0.5 0.266 0.828 0.781 0.828 1.344v3.078c0 0.547 0.453 1 1 1h6c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-spock-o\" viewBox=\"0 0 30 28\">\n<title>hand-spock-o</title>\n<path d=\"M7.172 28c-1.609 0-3-1.094-3.391-2.656l-1.578-6.266c-0.125-0.547-0.203-1.125-0.203-1.687 0-0.359 0-0.703-0.078-1.047l-1.813-7.453c-0.078-0.297-0.109-0.594-0.109-0.891 0-1.937 1.469-3.531 3.391-3.734 0.344-1.766 1.859-3.016 3.672-3.016 1.734 0 3.234 1.188 3.641 2.875l1.297 5.437 1.609-6.687c0.406-1.687 1.906-2.875 3.641-2.875 1.859 0 3.391 1.344 3.687 3.156 1.922 0.219 3.313 1.844 3.313 3.766 0 0.297-0.047 0.609-0.109 0.922l-1.922 8c1.25-0.938 2.156-1.844 3.797-1.844 2.172 0 3.984 1.766 3.984 3.953 0 1.313-0.641 2.531-1.672 3.313l-7.922 5.938c-0.688 0.516-1.531 0.797-2.391 0.797h-10.844zM17.25 2c-0.797 0-1.5 0.562-1.687 1.344l-2.562 10.656h-1.984l-2.266-9.406c-0.187-0.781-0.891-1.344-1.687-1.344-1 0-1.75 0.797-1.75 1.766 0 0.156 0.016 0.297 0.047 0.438l2.063 8.547h-0.406l-1.547-6.375c-0.187-0.766-0.891-1.375-1.703-1.375-0.969 0-1.766 0.781-1.766 1.75 0 0.141 0.016 0.281 0.047 0.406l1.813 7.469c0.219 0.906 0.063 1.813 0.297 2.719l1.563 6.266c0.172 0.672 0.766 1.141 1.453 1.141h10.844c0.422 0 0.844-0.141 1.188-0.406l7.922-5.922c0.531-0.406 0.875-1.047 0.875-1.719 0-1.094-0.906-1.953-1.984-1.953-0.438 0-0.859 0.141-1.203 0.406l-4.797 3.594v-3.547c0-0.125 2.016-8.406 2.172-9.078 0.031-0.141 0.063-0.297 0.063-0.453 0-0.969-0.734-1.797-1.734-1.797-0.812 0-1.516 0.562-1.703 1.344l-1.813 7.531h-0.406l2.344-9.75c0.031-0.141 0.047-0.297 0.047-0.438 0-0.984-0.719-1.813-1.734-1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-pointer-o\" viewBox=\"0 0 26 28\">\n<title>hand-pointer-o</title>\n<path d=\"M10 2c-1.109 0-2 0.891-2 2v14l-2.359-3.156c-0.391-0.516-1.016-0.844-1.672-0.844-1.094 0-1.969 0.922-1.969 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h11.219c0.453 0 0.859-0.313 0.969-0.75l1.437-5.75c0.25-1 0.375-2.016 0.375-3.031v-3.391c0-0.828-0.641-1.578-1.5-1.578-0.828 0-1.5 0.672-1.5 1.5h-0.5v-0.953c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v1h-0.5v-1.406c0-1.125-0.859-2.094-2-2.094-1.109 0-2 0.891-2 2v1.5h-0.5v-8.906c0-1.125-0.859-2.094-2-2.094zM10 0c2.234 0 4 1.875 4 4.094v3.437c0.172-0.016 0.328-0.031 0.5-0.031 1.016 0 1.969 0.391 2.703 1.078 0.484-0.219 1.016-0.328 1.547-0.328 1.125 0 2.172 0.5 2.875 1.359 0.297-0.078 0.578-0.109 0.875-0.109 1.969 0 3.5 1.641 3.5 3.578v3.391c0 1.172-0.141 2.359-0.438 3.516l-1.437 5.75c-0.328 1.328-1.531 2.266-2.906 2.266h-11.219c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.188 1.781-4 3.969-4 0.719 0 1.422 0.187 2.031 0.547v-8.547c0-2.203 1.797-4 4-4zM12 22v-6h-0.5v6h0.5zM16 22v-6h-0.5v6h0.5zM20 22v-6h-0.5v6h0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-peace-o\" viewBox=\"0 0 24 28\">\n<title>hand-peace-o</title>\n<path d=\"M20.125 10.109c0.578 0 1.156 0.109 1.672 0.359 1.5 0.672 2.203 1.906 2.203 3.531v2.766c0 0.984-0.125 1.969-0.359 2.906l-1.328 5.297c-0.438 1.781-2.031 3.031-3.875 3.031h-10.437c-2.203 0-4-1.797-4-4v-6.266l-3.734-9.812c-0.172-0.453-0.266-0.938-0.266-1.422 0-2.203 1.797-4 4-4 1.656 0 3.156 1.031 3.734 2.578l0.266 0.688v-1.766c0-2.203 1.797-4 4-4s4 1.797 4 4v4.078c0.25-0.047 0.5-0.078 0.75-0.078 1.437 0 2.75 0.828 3.375 2.109zM16.75 10c-0.688 0-1.313 0.406-1.594 1.031l-1.156 2.547-1.109 2.422h0.859c1.047 0 1.969 0.734 2.188 1.75l2.406-5.281c0.109-0.219 0.156-0.469 0.156-0.719 0-0.969-0.781-1.75-1.75-1.75zM20.203 12.109c-1.188 0-1.563 0.953-1.984 1.891l-2.063 4.531c-0.109 0.219-0.156 0.469-0.156 0.719 0 0.969 0.781 1.75 1.75 1.75 0.688 0 1.313-0.406 1.594-1.031l2.5-5.5c0.078-0.156 0.141-0.406 0.141-0.594 0-1.047-0.75-1.766-1.781-1.766zM2 6.5c0 0.25 0.047 0.484 0.125 0.719l3.875 10.156v1.078l1.594-1.734c0.422-0.453 1.031-0.719 1.656-0.719h3.094l1.656-3.641v-8.359c0-1.109-0.891-2-2-2s-2 0.891-2 2v10h-1l-3.125-8.219c-0.297-0.766-1.047-1.281-1.875-1.281-1.109 0-2 0.906-2 2zM18.438 26c0.922 0 1.719-0.625 1.937-1.516l1.328-5.297c0.203-0.781 0.297-1.609 0.297-2.422v-1.422l-2.203 4.844c-0.359 0.797-1.172 1.313-2.047 1.313-1.094 0-2.047-0.797-2.219-1.891-0.422 0.547-1.078 0.891-1.781 0.891h-3.25v-0.5h3.25c0.953 0 1.813-0.781 1.813-1.75 0-0.953-0.719-1.75-1.687-1.75h-4.625c-0.484 0-0.953 0.203-1.281 0.562l-1.969 2.125v4.813c0 1.109 0.891 2 2 2h10.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trademark\" viewBox=\"0 0 31 28\">\n<title>trademark</title>\n<path d=\"M13.391 8.5v1.828c0 0.266-0.234 0.484-0.5 0.484h-4.656v12.688c0 0.281-0.219 0.5-0.484 0.5h-2.109c-0.281 0-0.5-0.219-0.5-0.5v-12.688h-4.641c-0.281 0-0.5-0.219-0.5-0.484v-1.828c0-0.281 0.219-0.5 0.5-0.5h12.391c0.266 0 0.5 0.219 0.5 0.5zM29.609 8.453l1.203 15.016c0.016 0.141-0.031 0.266-0.125 0.375-0.094 0.094-0.219 0.156-0.359 0.156h-2.094c-0.25 0-0.469-0.203-0.484-0.453l-0.719-9.188-2.953 6.641c-0.078 0.187-0.25 0.297-0.453 0.297h-1.875c-0.187 0-0.359-0.109-0.453-0.297l-2.938-6.672-0.703 9.219c-0.016 0.25-0.234 0.453-0.484 0.453h-2.109c-0.141 0-0.266-0.063-0.359-0.156-0.094-0.109-0.141-0.234-0.141-0.375l1.219-15.016c0.016-0.25 0.234-0.453 0.484-0.453h2.219c0.203 0 0.375 0.125 0.453 0.297l3.437 8.125c0.109 0.25 0.219 0.531 0.313 0.797 0.109-0.266 0.203-0.547 0.313-0.797l3.453-8.125c0.078-0.172 0.25-0.297 0.453-0.297h2.203c0.266 0 0.484 0.203 0.5 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-registered\" viewBox=\"0 0 28 28\">\n<title>registered</title>\n<path d=\"M16.281 10.984c0-0.906-0.313-1.547-0.938-1.891-0.313-0.172-0.75-0.281-1.828-0.281h-1.922v4.391h2.531c1.375 0 2.156-0.812 2.156-2.219zM17.094 15.437l3.203 5.828c0.078 0.156 0.078 0.344-0.016 0.484-0.078 0.156-0.25 0.25-0.422 0.25h-2.375c-0.187 0-0.359-0.094-0.438-0.266l-3.031-5.703h-2.422v5.469c0 0.281-0.219 0.5-0.5 0.5h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h4.594c1.641 0 2.359 0.141 2.969 0.375 1.766 0.656 2.859 2.391 2.859 4.516 0 1.922-0.953 3.547-2.469 4.297 0.047 0.078 0.094 0.156 0.141 0.25zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-creative-commons\" viewBox=\"0 0 28 28\">\n<title>creative-commons</title>\n<path d=\"M9.453 19.266c2.562 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.047-0.562l-0.703-1.281c-0.063-0.141-0.219-0.234-0.375-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.297 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.078 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM19.297 19.266c2.578 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.063-0.562l-0.703-1.281c-0.078-0.141-0.219-0.234-0.391-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.313 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.063 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg\" viewBox=\"0 0 32 28\">\n<title>gg</title>\n<path d=\"M11.5 12.5l6 6-6 6-10.5-10.5 10.5-10.5 2.625 2.625-1.5 1.5-1.125-1.125-7.5 7.5 7.5 7.5 3.016-3.016-4.516-4.484zM20.5 3.5l10.5 10.5-10.5 10.5-2.625-2.625 1.5-1.5 1.125 1.125 7.5-7.5-7.5-7.5-3.016 3.016 4.516 4.484-1.5 1.5-6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg-circle\" viewBox=\"0 0 28 28\">\n<title>gg-circle</title>\n<path d=\"M11.203 21.156l4.234-4.234-4.359-4.359-1.375 1.375 3 2.984-1.5 1.5-4.359-4.359 4.359-4.359 0.625 0.625 1.359-1.359-1.984-2-7.094 7.094zM16.797 21.031l7.094-7.094-7.094-7.094-4.234 4.234 4.359 4.359 1.375-1.375-3-2.984 1.5-1.5 4.359 4.359-4.359 4.359-0.625-0.625-1.359 1.375zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tripadvisor\" viewBox=\"0 0 36 28\">\n<title>tripadvisor</title>\n<path d=\"M10.172 15.578c0 0.812-0.656 1.469-1.453 1.469-0.812 0-1.469-0.656-1.469-1.469 0-0.797 0.656-1.453 1.469-1.453 0.797 0 1.453 0.656 1.453 1.453zM28.203 15.563c0 0.812-0.656 1.469-1.469 1.469s-1.469-0.656-1.469-1.469 0.656-1.453 1.469-1.453 1.469 0.641 1.469 1.453zM11.953 15.578c0-1.656-1.359-3.016-3.016-3.016-1.672 0-3.016 1.359-3.016 3.016 0 1.672 1.344 3.016 3.016 3.016 1.656 0 3.016-1.344 3.016-3.016zM29.969 15.563c0-1.656-1.344-3.016-3.016-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.016-1.344 3.016-3.016zM13.281 15.578c0 2.406-1.937 4.359-4.344 4.359s-4.359-1.953-4.359-4.359c0-2.391 1.953-4.344 4.359-4.344s4.344 1.953 4.344 4.344zM31.313 15.563c0 2.406-1.953 4.344-4.359 4.344-2.391 0-4.344-1.937-4.344-4.344s1.953-4.344 4.344-4.344c2.406 0 4.359 1.937 4.359 4.344zM16.25 15.609c0-3.984-3.234-7.219-7.219-7.219-3.969 0-7.203 3.234-7.203 7.219s3.234 7.219 7.203 7.219c3.984 0 7.219-3.234 7.219-7.219zM26.688 6.656c-2.578-1.125-5.484-1.734-8.687-1.734s-6.391 0.609-8.953 1.719c4.953 0.016 8.953 4.016 8.953 8.969 0-4.859 3.859-8.813 8.687-8.953zM34.172 15.609c0-3.984-3.219-7.219-7.203-7.219s-7.219 3.234-7.219 7.219 3.234 7.219 7.219 7.219 7.203-3.234 7.203-7.219zM30.016 6.766h5.984c-0.938 1.094-1.625 2.562-1.797 3.578 1.078 1.484 1.719 3.297 1.719 5.266 0 4.953-4.016 8.953-8.953 8.953-2.812 0-5.313-1.281-6.953-3.297 0 0-0.734 0.875-2.016 2.797-0.219-0.453-1.328-2.031-2-2.812-1.641 2.031-4.156 3.313-6.969 3.313-4.937 0-8.953-4-8.953-8.953 0-1.969 0.641-3.781 1.719-5.266-0.172-1.016-0.859-2.484-1.797-3.578h5.703c3.063-2.047 7.516-3.328 12.297-3.328s8.953 1.281 12.016 3.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki\" viewBox=\"0 0 20 28\">\n<title>odnoklassniki</title>\n<path d=\"M10 14.172c-3.906 0-7.094-3.172-7.094-7.078 0-3.922 3.187-7.094 7.094-7.094s7.094 3.172 7.094 7.094c0 3.906-3.187 7.078-7.094 7.078zM10 3.594c-1.922 0-3.484 1.563-3.484 3.5 0 1.922 1.563 3.484 3.484 3.484s3.484-1.563 3.484-3.484c0-1.937-1.563-3.5-3.484-3.5zM18.172 15.031c0.688 1.406-0.094 2.078-1.875 3.234-1.5 0.953-3.563 1.328-4.922 1.469l1.141 1.125 4.172 4.172c0.625 0.641 0.625 1.672 0 2.297l-0.187 0.203c-0.641 0.625-1.672 0.625-2.312 0-1.047-1.062-2.578-2.594-4.172-4.188l-4.172 4.188c-0.641 0.625-1.672 0.625-2.297 0l-0.187-0.203c-0.641-0.625-0.641-1.656 0-2.297 1.062-1.062 2.578-2.594 4.172-4.172l1.125-1.125c-1.344-0.141-3.437-0.5-4.953-1.469-1.781-1.156-2.562-1.828-1.875-3.234 0.406-0.797 1.516-1.469 2.984-0.313 0 0 1.984 1.578 5.187 1.578s5.187-1.578 5.187-1.578c1.469-1.156 2.578-0.484 2.984 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki-square\" viewBox=\"0 0 24 28\">\n<title>odnoklassniki-square</title>\n<path d=\"M14.484 9.063c0 1.375-1.109 2.484-2.484 2.484s-2.484-1.109-2.484-2.484 1.109-2.484 2.484-2.484 2.484 1.109 2.484 2.484zM17.828 14.734c-0.281-0.562-1.078-1.047-2.125-0.219 0 0-1.422 1.125-3.703 1.125s-3.703-1.125-3.703-1.125c-1.047-0.828-1.844-0.344-2.125 0.219-0.5 1 0.063 1.484 1.328 2.312 1.078 0.688 2.578 0.953 3.531 1.047l-0.797 0.812c-1.125 1.125-2.219 2.219-2.984 2.969-0.453 0.453-0.453 1.188 0 1.641l0.141 0.141c0.453 0.453 1.188 0.453 1.641 0l2.984-2.984c1.125 1.141 2.219 2.234 2.984 2.984 0.453 0.453 1.188 0.453 1.641 0l0.141-0.141c0.453-0.453 0.453-1.188 0-1.641l-2.984-2.969-0.812-0.812c0.969-0.094 2.438-0.359 3.516-1.047 1.266-0.828 1.828-1.313 1.328-2.312zM17.063 9.063c0-2.797-2.266-5.063-5.063-5.063s-5.063 2.266-5.063 5.063 2.266 5.063 5.063 5.063 5.063-2.266 5.063-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-get-pocket\" viewBox=\"0 0 27 28\">\n<title>get-pocket</title>\n<path d=\"M24.453 2c1.359 0 2.422 1.094 2.422 2.438v8.109c0 7.484-5.984 13.453-13.422 13.453-7.469 0-13.453-5.969-13.453-13.453v-8.109c0-1.328 1.109-2.438 2.438-2.438h22.016zM13.453 18.625c0.469 0 0.938-0.187 1.281-0.516l6.312-6.062c0.359-0.344 0.578-0.828 0.578-1.328 0-1.016-0.828-1.844-1.844-1.844-0.484 0-0.938 0.187-1.281 0.516l-5.047 4.844-5.047-4.844c-0.344-0.328-0.797-0.516-1.266-0.516-1.016 0-1.844 0.828-1.844 1.844 0 0.5 0.203 0.984 0.562 1.328l6.328 6.062c0.328 0.328 0.797 0.516 1.266 0.516z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wikipedia-w\" viewBox=\"0 0 36 28\">\n<title>wikipedia-w</title>\n<path d=\"M23.344 25.609l-4.609-10.859c-1.828 3.578-3.844 7.313-5.578 10.859-0.016 0.016-0.844 0-0.844-0.016-2.641-6.172-5.406-12.297-8.047-18.484-0.641-1.5-2.781-3.938-4.25-3.922 0-0.172-0.016-0.562-0.016-0.797h9.109v0.781c-1.078 0.063-2.969 0.75-2.438 1.922 1.234 2.797 5.828 13.516 7.063 16.234 0.844-1.672 3.25-6.141 4.234-8.031-0.781-1.594-3.297-7.531-4.094-9-0.547-1-2.031-1.094-3.141-1.109v-0.781l8.016 0.016v0.734c-1.094 0.031-2.141 0.438-1.656 1.469 1.062 2.25 1.719 3.828 2.703 5.891 0.313-0.609 1.953-3.906 2.703-5.672 0.5-1.156-0.219-1.609-2.172-1.656 0.016-0.203 0-0.578 0.016-0.766 2.5-0.016 6.25-0.016 6.922-0.031v0.766c-1.266 0.047-2.578 0.719-3.266 1.781l-3.328 6.906c0.359 0.906 3.563 8.031 3.891 8.813l6.891-15.891c-0.484-1.297-2.047-1.578-2.656-1.594v-0.781l7.187 0.063 0.016 0.031-0.016 0.688c-1.578 0.047-2.531 0.891-3.141 2.266-1.406 3.25-5.812 13.5-8.734 20.172h-0.766z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-safari\" viewBox=\"0 0 28 28\">\n<title>safari</title>\n<path d=\"M14.828 13.953c0 0.516-0.359 1-0.906 1-0.516 0-1-0.375-1-0.906 0-0.516 0.375-1 0.922-1 0.5 0 0.984 0.359 0.984 0.906zM15.062 14.859l5.469-9.078c-0.734 0.688-7.578 6.984-7.766 7.313l-5.453 9.063c0.719-0.672 7.578-7 7.75-7.297zM25.172 14c0 2.047-0.562 4.062-1.625 5.797-0.156-0.078-0.812-0.547-0.938-0.547-0.109 0-0.203 0.094-0.203 0.203 0 0.203 0.734 0.578 0.922 0.688-1.547 2.344-3.938 4.031-6.656 4.703l-0.25-1.047c-0.016-0.141-0.109-0.156-0.234-0.156-0.109 0-0.172 0.156-0.156 0.234l0.25 1.062c-0.75 0.156-1.516 0.234-2.281 0.234-2.047 0-4.062-0.578-5.812-1.641 0.094-0.156 0.688-1.016 0.688-1.141 0-0.109-0.094-0.203-0.203-0.203-0.219 0-0.688 0.938-0.828 1.125-2.359-1.563-4.062-3.984-4.719-6.75l1.078-0.234c0.125-0.031 0.156-0.125 0.156-0.234s-0.156-0.172-0.25-0.156l-1.062 0.234c-0.141-0.719-0.219-1.437-0.219-2.172 0-2.094 0.594-4.156 1.703-5.922 0.156 0.094 0.906 0.609 1.031 0.609 0.109 0 0.203-0.078 0.203-0.187 0-0.219-0.828-0.641-1.016-0.766 1.594-2.328 4.016-4 6.766-4.625l0.234 1.047c0.031 0.125 0.125 0.156 0.234 0.156s0.172-0.156 0.156-0.25l-0.234-1.031c0.688-0.125 1.391-0.203 2.094-0.203v0c2.094 0 4.141 0.594 5.922 1.703-0.109 0.156-0.609 0.891-0.609 1.016 0 0.109 0.078 0.203 0.187 0.203 0.219 0 0.641-0.812 0.75-1 2.312 1.563 3.969 3.953 4.609 6.672l-0.875 0.187c-0.141 0.031-0.156 0.125-0.156 0.25 0 0.109 0.156 0.172 0.234 0.156l0.891-0.203c0.141 0.719 0.219 1.453 0.219 2.187zM26.5 14c0-6.906-5.594-12.5-12.5-12.5s-12.5 5.594-12.5 12.5 5.594 12.5 12.5 12.5 12.5-5.594 12.5-12.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chrome\" viewBox=\"0 0 30 28\">\n<title>chrome</title>\n<path d=\"M13.953 0c2.391-0.016 4.828 0.594 7.047 1.875 2.453 1.422 4.312 3.469 5.5 5.812l-11.594-0.609c-3.281-0.187-6.406 1.656-7.484 4.75l-4.312-6.625c2.688-3.344 6.719-5.187 10.844-5.203zM2.281 6.328l5.266 10.359c1.484 2.922 4.625 4.703 7.875 4.094l-3.594 7.047c-6.703-1.031-11.828-6.828-11.828-13.828 0-2.828 0.844-5.469 2.281-7.672zM27.062 8.969c2.453 6.312 0 13.656-6.062 17.156-2.453 1.422-5.156 2-7.781 1.859l6.328-9.734c1.797-2.766 1.766-6.375-0.375-8.875zM14 9.281c2.609 0 4.719 2.109 4.719 4.719s-2.109 4.719-4.719 4.719-4.719-2.109-4.719-4.719 2.109-4.719 4.719-4.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-firefox\" viewBox=\"0 0 27 28\">\n<title>firefox</title>\n<path d=\"M14.109 28c-6.031 0-10.828-3.531-13.031-8.578-2.469-5.609-0.5-14.594 3.891-18.562l-0.172 4.391c0.219-0.281 1.891-0.359 2.156 0 0.906-1.734 3.828-3.031 6.172-3.078-0.891 0.75-2.953 3.484-2.781 4.875 1.141 0.359 2.891 0.375 3.813 0.438 0.281 0.156 0.234 1.109-0.328 1.891 0 0-0.734 1.016-2.719 1.375l0.234 2.953-2.172-1.047c-0.703 1.781 0.984 3.359 2.734 3.063 1.937-0.328 2.625-1.594 3.984-1.516 1.344 0.078 1.875 0.828 1.703 1.531 0 0-0.219 0.844-1.672 0.703-1.234 1.953-2.875 2.812-5.531 2.578 4.031 3.344 9.469 0.313 10.844-2.422 1.375-2.719 0.172-6.766-1.203-7.906 1.625 0.703 2.75 1.422 3.344 3 0.313-3.5-1.297-7.469-4.172-9.797 5.406 1.578 8.703 5.766 8.797 12.453s-5.922 13.656-13.891 13.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opera\" viewBox=\"0 0 28 28\">\n<title>opera</title>\n<path d=\"M23.328 3.563c-1.641-1.094-3.563-1.719-5.609-1.719-3.328 0-6.266 1.703-8.328 4.266-1.5 1.875-2.547 4.531-2.625 7.562v0.656c0.078 3.031 1.125 5.688 2.625 7.562 2.063 2.562 5 4.266 8.328 4.266 2.047 0 3.969-0.625 5.609-1.719-2.469 2.219-5.75 3.563-9.328 3.563-0.219 0-0.453 0-0.672-0.016-7.422-0.344-13.328-6.469-13.328-13.984 0-7.734 6.266-14 14-14h0.047c3.563 0.016 6.813 1.359 9.281 3.563zM28 14c0 4.078-1.75 7.734-4.531 10.297-1.062 0.641-2.234 0.984-3.469 0.984-1.437 0-2.797-0.469-3.984-1.313 3.172-1.156 5.516-5.172 5.516-9.969 0-4.781-2.328-8.797-5.5-9.969 1.188-0.828 2.531-1.297 3.969-1.297 1.266 0 2.453 0.359 3.531 1.016 2.75 2.562 4.469 6.203 4.469 10.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-internet-explorer\" viewBox=\"0 0 28 28\">\n<title>internet-explorer</title>\n<path d=\"M28 14.641c0 0.547-0.031 1.094-0.109 1.625h-17.984c0 3.109 2.734 5.359 5.734 5.359 2.031 0 3.984-1 5.031-2.766h6.609c-1.781 5.016-6.547 8.375-11.859 8.375-1.922 0-3.844-0.453-5.563-1.297-1.75 0.891-4.203 1.813-6.156 1.813-2.625 0-3.703-1.609-3.703-4.109 0-1.453 0.313-2.906 0.703-4.297 0.25-0.906 1.25-2.75 1.703-3.578 1.922-3.484 4.453-6.828 7.422-9.469-2.391 1.031-4.984 3.625-6.672 5.531 1.313-5.719 6.406-9.766 12.266-9.766 0.234 0 0.469 0 0.703 0.016 1.937-0.891 4.641-1.828 6.766-1.828 2.531 0 4.703 0.969 4.703 3.828 0 1.5-0.578 3.125-1.172 4.469 1.031 1.859 1.578 3.969 1.578 6.094zM26.906 4.641c0-1.75-1.25-2.828-2.969-2.828-1.313 0-2.797 0.531-3.969 1.094 2.531 0.984 4.703 2.797 6.141 5.109 0.391-1.031 0.797-2.281 0.797-3.375zM2 23.969c0 1.813 1.078 2.797 2.859 2.797 1.391 0 2.938-0.625 4.156-1.297-2.547-1.5-4.516-3.891-5.484-6.687-0.719 1.5-1.531 3.5-1.531 5.187zM9.875 12.828h11.375c-0.109-3.016-2.766-5.187-5.688-5.187-2.938 0-5.578 2.172-5.688 5.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-television\" viewBox=\"0 0 30 28\">\n<title>television</title>\n<path d=\"M28 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 4.5v15c0 1.375-1.125 2.5-2.5 2.5h-11.5v2h5.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-2h-11.5c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-contao\" viewBox=\"0 0 28 28\">\n<title>contao</title>\n<path d=\"M2.156 2h3.078c-0.734 0.672-1.391 1.453-1.969 2.328-2.422 3.734-1.437 7.828-0.5 12.234 0.766 3.578 1.406 6.984 3.641 9.438h-4.25c-1 0-1.813-0.812-1.813-1.813v-20.375c0-1 0.812-1.813 1.813-1.813zM21.031 2h4.813c1 0 1.813 0.812 1.813 1.813v20.375c0 1-0.812 1.813-1.813 1.813h-2.781c2.063-2.047 3.234-5.016 3.063-8.828l-7.328 1.578c-0.094 1.734-0.688 3.406-3.063 3.906-1.328 0.281-2.422-0.031-3.109-0.625-0.844-0.719-1.516-1.656-2.641-7-1.141-5.359-0.906-6.484-0.438-7.484 0.391-0.812 1.266-1.563 2.578-1.844 2.391-0.5 3.609 0.797 4.406 2.344l7.313-1.563c-0.719-1.844-1.672-3.344-2.812-4.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-500px\" viewBox=\"0 0 22 28\">\n<title>500px</title>\n<path d=\"M21.891 24.172l-0.094 0.094c-1.172 1.172-2.531 2.094-4.047 2.734-1.578 0.656-3.234 1-4.953 1s-3.391-0.344-4.953-1c-1.516-0.641-2.891-1.563-4.047-2.734-1.172-1.156-2.094-2.516-2.734-4.031-0.391-0.953-0.703-1.937-0.844-2.953v0c-0.063-0.438 0.547-0.531 0.75-0.562 0.484-0.078 0.812-0.047 0.875 0.313 0.016 0.016 0.016 0.031 0.016 0.063 0.063 0.313 0.219 1.25 0.719 2.484 0.516 1.281 1.313 2.469 2.375 3.531 1.016 1.016 2.203 1.813 3.531 2.375 1.359 0.578 2.812 0.875 4.312 0.875 1.484 0 2.938-0.297 4.312-0.875 1.313-0.562 2.5-1.359 3.516-2.375l0.094-0.094c0.109-0.109 0.234-0.141 0.391-0.094 0.141 0.031 0.313 0.156 0.516 0.344v0c0.5 0.516 0.391 0.766 0.266 0.906zM14.516 14.562l-1.031 1.031 0.984 0.984c0.109 0.109 0.313 0.344-0.109 0.766-0.172 0.172-0.344 0.266-0.5 0.266-0.109 0-0.203-0.047-0.297-0.156l-0.969-0.953-1.031 1.031c-0.031 0.031-0.109 0.078-0.234 0.078-0.141 0-0.313-0.078-0.484-0.25l-0.031-0.031c-0.109-0.094-0.281-0.266-0.281-0.453 0-0.094 0.047-0.172 0.125-0.266l1.031-1.016-1.031-1.031c-0.172-0.172-0.094-0.391 0.219-0.703 0.187-0.187 0.344-0.281 0.484-0.281 0.078 0 0.141 0.031 0.203 0.078l1.016 1.031 1.016-1.016c0.172-0.172 0.453-0.094 0.75 0.203 0.187 0.187 0.391 0.453 0.172 0.688zM21.875 15.453c0 1.234-0.25 2.438-0.719 3.563-0.469 1.094-1.125 2.063-1.969 2.906s-1.828 1.5-2.922 1.969c-1.125 0.484-2.328 0.719-3.563 0.719s-2.438-0.234-3.563-0.719c-1.094-0.469-2.078-1.125-2.922-1.969s-1.5-1.813-1.953-2.906c-0.094-0.203-0.234-0.594-0.234-0.625h-0.016c-0.141-0.438 0.484-0.625 0.672-0.688 0.453-0.141 0.797-0.203 0.938 0.187 0.375 1 0.953 1.969 1.516 2.609h0.016v-5.328c0.031-1.313 0.578-2.641 1.594-3.625 1.047-1.031 2.453-1.609 3.953-1.609 3.063 0 5.547 2.469 5.547 5.5 0 3.063-2.5 5.547-5.547 5.547-0.609 0-1.062-0.047-1.75-0.25-0.078-0.031-0.438-0.187-0.203-0.953 0.063-0.203 0.25-0.797 0.688-0.672 0.031 0 0.797 0.187 1.203 0.187 2.172 0 3.875-1.687 3.875-3.844 0-1.016-0.406-1.969-1.125-2.672-0.719-0.719-1.687-1.109-2.734-1.109-1.078 0-2.063 0.438-2.781 1.25-0.625 0.703-1 1.641-1 2.5v6.453c1.125 0.688 2.422 1.047 3.781 1.047 2 0 3.937-0.797 5.328-2.188 1.406-1.406 2.188-3.297 2.188-5.281 0-2-0.781-3.875-2.203-5.297-1.406-1.406-3.281-2.188-5.297-2.188s-3.906 0.781-5.313 2.188c-0.016 0.016-0.906 0.938-1.203 1.359l-0.031 0.031c-0.187 0.266-0.359 0.516-1.141 0.344-0.391-0.094-0.812-0.328-0.812-0.672v-10.625c0-0.281 0.219-0.594 0.594-0.594h13.703c0.469 0 0.469 0.656 0.469 0.859 0 0.219 0 0.859-0.469 0.859h-12.672v7.547h0.016c0.875-0.922 2.391-1.891 3.281-2.266 1.109-0.469 2.359-0.719 3.609-0.719 1.234 0 2.438 0.234 3.563 0.719 1.094 0.469 2.078 1.125 2.922 1.969s1.5 1.813 1.969 2.906c0.469 1.141 0.719 2.328 0.719 3.578zM21.391 6.375c0.297 0.266 0.094 0.547-0.203 0.891-0.187 0.187-0.391 0.406-0.609 0.406-0.094 0-0.172-0.031-0.25-0.109-1.125-0.969-2.141-1.625-3.234-2.078-1.359-0.594-2.812-0.875-4.312-0.875-1.328 0-2.781 0.266-4.094 0.766-0.406 0.156-0.625-0.375-0.703-0.578-0.094-0.25-0.141-0.453-0.125-0.594 0.031-0.156 0.109-0.266 0.25-0.313 1.281-0.562 3.031-0.891 4.672-0.891 1.703 0 3.375 0.344 4.937 1 1.437 0.609 2.609 1.359 3.672 2.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-amazon\" viewBox=\"0 0 28 28\">\n<title>amazon</title>\n<path d=\"M24.234 23.063c0.469-0.234 0.828 0.125 0.344 0.75s-4.375 4.188-10.906 4.188-11.531-4.469-13.062-6.312c-0.422-0.484 0.063-0.703 0.344-0.516 4.578 2.781 11.734 7.359 23.281 1.891zM27.469 21.266c0.234 0.313 0 1.687-0.406 2.688-0.406 0.984-1 1.672-1.328 1.937-0.344 0.281-0.594 0.172-0.406-0.234s1.203-2.906 0.797-3.437c-0.406-0.516-2.312-0.266-3-0.203-0.672 0.063-0.812 0.125-0.875-0.016-0.141-0.359 1.359-0.969 2.344-1.094 0.984-0.109 2.562-0.047 2.875 0.359zM21.313 14.344c0 1.719 2.016 3.297 2.016 3.297l-3.547 3.5c-1.391-1.313-2.438-2.406-2.438-2.406-0.156-0.156-0.281-0.344-0.391-0.516-2.828 4.422-11.469 4.141-11.469-2.703 0-6.375 7.547-7.234 10.594-7.344v-1.984c0-0.422 0.156-2.344-2.219-2.344 0 0-2.375 0-3.391 3.094l-4.594-0.422c0-3.078 2.922-6.516 8.422-6.516 5.484 0 7.016 3.563 7.016 5.141v9.203zM10.813 14.672c0 3.172 5.266 3.922 5.266-1.078v-2.531c-2.109 0.063-5.266 0.656-5.266 3.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-plus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-plus-o</title>\n<path d=\"M24 4c1.094 0 2 0.906 2 2v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2zM18 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM24 26v-16h-22v16h22zM14 17h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-minus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-minus-o</title>\n<path d=\"M18 17.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-times-o\" viewBox=\"0 0 26 28\">\n<title>calendar-times-o</title>\n<path d=\"M17.359 21.641l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.938-2.953-2.938 2.953c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l2.953-2.938-2.953-2.938c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.938 2.938 2.938-2.938c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703l-2.938 2.938 2.938 2.938c0.187 0.203 0.187 0.516 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-check-o\" viewBox=\"0 0 26 28\">\n<title>calendar-check-o</title>\n<path d=\"M20.359 15.062l-8 8c-0.203 0.187-0.516 0.187-0.719 0l-4.5-4.5c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l3.437 3.437 6.937-6.937c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-industry\" viewBox=\"0 0 28 28\">\n<title>industry</title>\n<path d=\"M7 0c0.547 0 1 0.453 1 1v13.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v5.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v18c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-pin\" viewBox=\"0 0 16 28\">\n<title>map-pin</title>\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-signs\" viewBox=\"0 0 28 28\">\n<title>map-signs</title>\n<path d=\"M27.266 4.641c0.203 0.203 0.203 0.516 0 0.719l-2.203 2.203c-0.281 0.281-0.672 0.438-1.062 0.438h-21c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h9v-1c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1h8c0.391 0 0.781 0.156 1.062 0.438zM12 19h4v8c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-8zM25 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-21c-0.391 0-0.781-0.156-1.062-0.438l-2.203-2.203c-0.203-0.203-0.203-0.516 0-0.719l2.203-2.203c0.281-0.281 0.672-0.438 1.062-0.438h8v-3h4v3h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-o\" viewBox=\"0 0 32 28\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map\" viewBox=\"0 0 28 28\">\n<title>map</title>\n<path d=\"M8 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM27.5 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM10 0c0.078 0 0.156 0.016 0.219 0.047l8 4c0.172 0.094 0.281 0.266 0.281 0.453v23c0 0.266-0.234 0.5-0.5 0.5-0.078 0-0.156-0.016-0.219-0.047l-8-4c-0.172-0.094-0.281-0.266-0.281-0.453v-23c0-0.266 0.234-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting\" viewBox=\"0 0 28 28\">\n<title>commenting</title>\n<path d=\"M10 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 14c0 5.531-6.266 10-14 10-1.141 0-2.25-0.094-3.297-0.281-1.781 1.781-4.109 3-6.797 3.578-0.422 0.078-0.875 0.156-1.344 0.203-0.25 0.031-0.484-0.141-0.547-0.375v0c-0.063-0.25 0.125-0.406 0.313-0.578 0.984-0.922 2.156-1.656 2.562-4.953-2.984-1.828-4.891-4.547-4.891-7.594 0-5.531 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting-o\" viewBox=\"0 0 28 28\">\n<title>commenting-o</title>\n<path d=\"M10 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM16 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10v0c7.734 0 14 4.484 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-houzz\" viewBox=\"0 0 16 28\">\n<title>houzz</title>\n<path d=\"M8 18.609l8-4.609v9.234l-8 4.625v-9.25zM0 14v9.234l8-4.625-8-4.609zM8 0.141v9.234l-8 4.625v-9.234zM8 9.375l8-4.609v9.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo\" viewBox=\"0 0 28 28\">\n<title>vimeo</title>\n<path d=\"M26.703 8.094c-0.109 2.469-1.844 5.859-5.187 10.172-3.469 4.484-6.375 6.734-8.781 6.734-1.484 0-2.734-1.375-3.75-4.109-0.688-2.5-1.375-5.016-2.063-7.531-0.75-2.734-1.578-4.094-2.453-4.094-0.187 0-0.844 0.391-1.984 1.188l-1.203-1.531c1.25-1.109 2.484-2.234 3.719-3.313 1.656-1.469 2.922-2.203 3.766-2.281 1.984-0.187 3.187 1.156 3.656 4.047 0.484 3.125 0.844 5.078 1.031 5.828 0.578 2.594 1.188 3.891 1.875 3.891 0.531 0 1.328-0.828 2.406-2.516 1.062-1.687 1.625-2.969 1.703-3.844 0.141-1.453-0.422-2.172-1.703-2.172-0.609 0-1.234 0.141-1.891 0.406 1.25-4.094 3.641-6.078 7.172-5.969 2.609 0.078 3.844 1.781 3.687 5.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-black-tie\" viewBox=\"0 0 24 28\">\n<title>black-tie</title>\n<path d=\"M0 2h24v24h-24v-24zM16.953 19.422l-3.453-9.859 3.453-4.641h-9.906l3.453 4.641-3.453 9.859 4.953 4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fonticons\" viewBox=\"0 0 24 28\">\n<title>fonticons</title>\n<path d=\"M0 2h24v24h-24v-24zM14.187 7l-0.187 0.516 1.172 1.297-0.484 1.781 0.391 0.391 1.672-0.891 1.672 0.891 0.391-0.391-0.484-1.781 1.172-1.297-0.187-0.516h-1.484l-0.828-1.5h-0.5l-0.828 1.5h-1.484zM10.016 9.547c0.641 0 0.891 0.234 0.875 1.234l2.719-0.328c0-2.391-1.641-2.828-3.469-2.828-2.719 0-4.141 1.094-4.141 3.75v1.125h-1.5v2h1.188c0.156 0 0.313 0 0.313 0.125v5.969c0 0.297-0.078 0.391-0.359 0.422l-1.141 0.109v1.375h7v-1.344l-2.328-0.219c-0.281-0.031-0.172-0.078-0.172-0.391v-6.047h2.984l0.594-2h-3.609c-0.156 0 0.031-0.109 0.031-0.234v-1.25c0-0.938 0.031-1.469 1.016-1.469zM19.5 22.5v-1.344l-0.844-0.141c-0.297-0.047-0.156-0.078-0.156-0.391v-8.125h-4.297l-0.359 1.578 1.297 0.344c0.203 0.063 0.359 0.203 0.359 0.422v5.781c0 0.297-0.125 0.359-0.406 0.391l-1.094 0.141v1.344h5.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-alien\" viewBox=\"0 0 28 28\">\n<title>reddit-alien</title>\n<path d=\"M28 13.219c0 1.219-0.688 2.266-1.703 2.781 0.125 0.484 0.187 0.984 0.187 1.5 0 4.937-5.578 8.937-12.453 8.937-6.859 0-12.437-4-12.437-8.937 0-0.5 0.063-1 0.172-1.469-1.047-0.516-1.766-1.578-1.766-2.812 0-1.719 1.391-3.109 3.109-3.109 0.891 0 1.687 0.375 2.266 0.984 2.109-1.469 4.922-2.422 8.047-2.531l1.813-8.141c0.063-0.281 0.359-0.469 0.641-0.406l5.766 1.266c0.375-0.75 1.172-1.281 2.078-1.281 1.297 0 2.344 1.047 2.344 2.328 0 1.297-1.047 2.344-2.344 2.344-1.281 0-2.328-1.047-2.328-2.328l-5.219-1.156-1.625 7.375c3.141 0.094 5.984 1.031 8.109 2.5 0.562-0.594 1.359-0.953 2.234-0.953 1.719 0 3.109 1.391 3.109 3.109zM6.531 16.328c0 1.297 1.047 2.344 2.328 2.344 1.297 0 2.344-1.047 2.344-2.344 0-1.281-1.047-2.328-2.344-2.328-1.281 0-2.328 1.047-2.328 2.328zM19.187 21.875c0.234-0.234 0.234-0.578 0-0.812-0.219-0.219-0.578-0.219-0.797 0-0.938 0.953-2.953 1.281-4.391 1.281s-3.453-0.328-4.391-1.281c-0.219-0.219-0.578-0.219-0.797 0-0.234 0.219-0.234 0.578 0 0.812 1.484 1.484 4.344 1.594 5.187 1.594s3.703-0.109 5.187-1.594zM19.141 18.672c1.281 0 2.328-1.047 2.328-2.344 0-1.281-1.047-2.328-2.328-2.328-1.297 0-2.344 1.047-2.344 2.328 0 1.297 1.047 2.344 2.344 2.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edge\" viewBox=\"0 0 28 28\">\n<title>edge</title>\n<path d=\"M1.078 12.422h0.016c0.812-6.469 5.234-12.437 13.141-12.422 4.797 0 8.75 2.25 11.062 6.391 1.188 2.141 1.625 4.422 1.625 6.906v2.938h-17.578c0.078 7.25 10.656 7 15.219 3.813v5.891c-2.672 1.609-8.703 3-13.406 1.203-3.984-1.531-6.766-5.672-6.813-9.703-0.063-5.203 2.578-8.656 6.813-10.625-0.891 1.125-1.578 2.344-1.937 4.453h9.922c0.578-5.922-5.609-5.922-5.609-5.922-5.844 0.203-10.063 3.609-12.453 7.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card-alt\" viewBox=\"0 0 36 28\">\n<title>credit-card-alt</title>\n<path d=\"M0 23.5v-9.5h36v9.5c0 1.375-1.125 2.5-2.5 2.5h-31c-1.375 0-2.5-1.125-2.5-2.5zM10 20v2h6v-2h-6zM4 20v2h4v-2h-4zM33.5 2c1.375 0 2.5 1.125 2.5 2.5v3.5h-36v-3.5c0-1.375 1.125-2.5 2.5-2.5h31z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codiepie\" viewBox=\"0 0 27 28\">\n<title>codiepie</title>\n<path d=\"M24.75 20.156l-3.406-1.734c-1.531 2.5-4.25 4.031-7.187 4.031-4.656 0-8.422-3.766-8.422-8.406 0-4.656 3.766-8.422 8.422-8.422 2.734 0 5.297 1.328 6.875 3.578l3.359-1.953c-2.297-3.531-6.188-5.641-10.391-5.641-6.844 0-12.391 5.547-12.391 12.391s5.547 12.391 12.391 12.391c4.438 0 8.547-2.375 10.75-6.234zM16.094 13.953l10.828 5.5c-2.375 5.187-7.141 8.547-12.922 8.547-7.734 0-14-6.266-14-14s6.266-14 14-14c5.5 0 10.031 3.031 12.594 7.812zM24.109 14h-0.609v2.5h-1.5v-5.5h2.125c1.734 0 1.891 3-0.016 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-modx\" viewBox=\"0 0 28 28\">\n<title>modx</title>\n<path d=\"M22.297 11.078l-9.594-6.031 1.437-2.359h13.359zM6.328 15.219l-2.875-1.813v-13.406l18.484 11.609zM22.25 13.109l2.297 1.484v13.406l-8.313-5.234zM21.672 12.781l-7.812 12.531h-13.359l5.563-8.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fort-awesome\" viewBox=\"0 0 26 28\">\n<title>fort-awesome</title>\n<path d=\"M10 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM18 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM26 16.25v11.75h-10v-5c0-1.656-1.344-3-3-3s-3 1.344-3 3v5h-10v-11.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-9.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.328 0.438-0.25 0.641-0.25v-6.109c-0.297-0.141-0.5-0.453-0.5-0.781 0-0.469 0.391-0.859 0.859-0.859s0.859 0.391 0.859 0.859c0 0.328-0.203 0.641-0.5 0.781v0.266c0.422-0.094 0.859-0.156 1.297-0.156 0.641 0 1.25 0.234 1.781 0.234 0.484 0 1.031-0.234 1.313-0.234 0.141 0 0.25 0.109 0.25 0.25v3.281c0 0.375-1.266 0.438-1.516 0.438-0.578 0-1.125-0.234-1.719-0.234-0.469 0-0.953 0.078-1.406 0.187v2.078c0.203 0 0.641-0.078 0.641 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v9.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-usb\" viewBox=\"0 0 36 28\">\n<title>usb</title>\n<path d=\"M35.75 12.578c0.156 0.078 0.25 0.25 0.25 0.422s-0.094 0.344-0.25 0.422l-5 3c-0.078 0.047-0.156 0.078-0.25 0.078-0.078 0-0.172-0.016-0.25-0.063-0.156-0.094-0.25-0.25-0.25-0.438v-2h-13.406c0.5 0.781 0.922 1.703 1.297 2.578 0.75 1.687 1.516 3.422 2.609 3.422h1.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-2.391 0-3.469-2.453-4.438-4.609-0.734-1.672-1.5-3.391-2.562-3.391h-5.625c-0.453 1.719-2.016 3-3.875 3-2.203 0-4-1.797-4-4s1.797-4 4-4c1.859 0 3.422 1.281 3.875 3h1.625c1.062 0 1.828-1.719 2.562-3.391 0.969-2.156 2.047-4.609 4.438-4.609h1.672c0.422-1.172 1.516-2 2.828-2 1.656 0 3 1.344 3 3s-1.344 3-3 3c-1.313 0-2.406-0.828-2.828-2h-1.672c-1.094 0-1.859 1.734-2.609 3.422-0.375 0.875-0.797 1.797-1.297 2.578h17.406v-2c0-0.187 0.094-0.344 0.25-0.438s0.359-0.078 0.5 0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-product-hunt\" viewBox=\"0 0 28 28\">\n<title>product-hunt</title>\n<path d=\"M17.969 11.906c0 1.156-0.938 2.094-2.109 2.094v0h-3.953v-4.203h3.953c1.172 0 2.109 0.938 2.109 2.109zM20.766 11.906c0-2.719-2.188-4.906-4.906-4.906v0h-6.766v14h2.812v-4.203h3.953c2.719 0 4.906-2.188 4.906-4.891zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mixcloud\" viewBox=\"0 0 36 28\">\n<title>mixcloud</title>\n<path d=\"M25.703 17.156c0-1.25-0.797-2.312-1.891-2.734-0.078 0.484-0.203 0.969-0.359 1.437-0.156 0.5-0.625 0.812-1.125 0.812-0.125 0-0.25-0.016-0.375-0.047-0.641-0.219-0.969-0.891-0.766-1.516 0.234-0.719 0.359-1.469 0.359-2.234 0-3.906-3.187-7.094-7.109-7.094-2.812 0-5.344 1.672-6.469 4.172 1.094 0.281 2.109 0.844 2.938 1.656 0.469 0.469 0.469 1.234 0 1.703s-1.234 0.469-1.703 0c-0.75-0.75-1.75-1.172-2.812-1.172-2.203 0-4 1.781-4 3.984s1.797 3.984 4 3.984h16.344c1.641 0 2.969-1.328 2.969-2.953zM28.094 17.156c0 2.953-2.406 5.344-5.359 5.344h-16.344c-3.531 0-6.391-2.859-6.391-6.375 0-3.203 2.375-5.844 5.453-6.297 1.297-3.813 4.906-6.438 8.984-6.438 4.922 0 8.984 3.766 9.453 8.563 2.391 0.516 4.203 2.656 4.203 5.203zM32 17.156c0 1.781-0.516 3.5-1.516 4.984-0.234 0.344-0.609 0.516-1 0.516v0c-0.234 0-0.469-0.063-0.672-0.203-0.547-0.359-0.688-1.109-0.313-1.656 0.734-1.078 1.109-2.328 1.109-3.641 0-1.297-0.375-2.562-1.109-3.641-0.375-0.547-0.234-1.281 0.313-1.656s1.297-0.219 1.672 0.328c1 1.469 1.516 3.187 1.516 4.969zM36 17.156c0 2.484-0.719 4.875-2.094 6.922-0.234 0.344-0.609 0.531-1 0.531v0c-0.219 0-0.453-0.063-0.656-0.203-0.547-0.375-0.703-1.109-0.328-1.656 1.094-1.656 1.687-3.594 1.687-5.594s-0.594-3.937-1.687-5.578c-0.375-0.547-0.219-1.297 0.328-1.656 0.547-0.375 1.281-0.234 1.656 0.328 1.375 2.031 2.094 4.422 2.094 6.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-scribd\" viewBox=\"0 0 24 28\">\n<title>scribd</title>\n<path d=\"M23.438 24.203c0 1.859-1.5 3.375-3.375 3.375s-3.391-1.516-3.391-3.375c0-1.875 1.516-3.391 3.391-3.391s3.375 1.516 3.375 3.391zM19.797 19.812c-2.375 0.313-4.219 2.344-4.219 4.813 0 0.766 0.187 1.516 0.516 2.156-1.406 0.75-3.313 1.219-5.922 1.219-8.313 0-9.609-5.875-9.609-6.656 0-0.797 0.469-3.406 3.406-3.406s3.344 2.516 3.344 3.031c0 0 0 0.531-0.359 1.266 1 0.938 3.359 0.938 3.359 0.938 2.359 0 4.141-1.156 4.141-2.875 0-1.734-2-2.578-6.563-4.719-4.562-2.156-6.281-3.734-6.281-7.656 0-3.938 2.625-7.922 9.172-7.922s9.016 3.672 9.016 6.188-2.141 3.141-2.938 3.141c-0.781 0-3.672 0.266-3.672-4.078-0.516-0.578-2.766-0.578-2.766-0.578-2.266 0-3.266 1.719-3.266 2.766 0 1.062 0.422 2.375 5.141 3.938 7.234 2.406 7.5 5.547 7.5 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle\" viewBox=\"0 0 24 28\">\n<title>pause-circle</title>\n<path d=\"M11 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM18 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle-o\" viewBox=\"0 0 24 28\">\n<title>pause-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM13.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle\" viewBox=\"0 0 24 28\">\n<title>stop-circle</title>\n<path d=\"M17 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle-o\" viewBox=\"0 0 24 28\">\n<title>stop-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-bag\" viewBox=\"0 0 28 28\">\n<title>shopping-bag</title>\n<path d=\"M27.453 22l0.547 4.891c0.031 0.281-0.063 0.562-0.25 0.781-0.187 0.203-0.469 0.328-0.75 0.328h-26c-0.281 0-0.562-0.125-0.75-0.328-0.187-0.219-0.281-0.5-0.25-0.781l0.547-4.891h26.906zM26 8.891l1.344 12.109h-26.688l1.344-12.109c0.063-0.5 0.484-0.891 1-0.891h4v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h6v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h4c0.516 0 0.938 0.391 1 0.891zM20 6v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-3.313 2.688-6 6-6s6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-basket\" viewBox=\"0 0 32 28\">\n<title>shopping-basket</title>\n<path d=\"M30 12c1.109 0 2 0.891 2 2s-0.891 2-2 2h-0.234l-1.797 10.344c-0.172 0.953-1 1.656-1.969 1.656h-20c-0.969 0-1.797-0.703-1.969-1.656l-1.797-10.344h-0.234c-1.109 0-2-0.891-2-2s0.891-2 2-2h28zM7.578 24.5c0.547-0.047 0.969-0.531 0.922-1.078l-0.5-6.5c-0.047-0.547-0.531-0.969-1.078-0.922s-0.969 0.531-0.922 1.078l0.5 6.5c0.047 0.516 0.484 0.922 1 0.922h0.078zM14 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM20 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM25.5 23.578l0.5-6.5c0.047-0.547-0.375-1.031-0.922-1.078s-1.031 0.375-1.078 0.922l-0.5 6.5c-0.047 0.547 0.375 1.031 0.922 1.078h0.078c0.516 0 0.953-0.406 1-0.922zM7.438 4.562l-1.453 6.438h-2.063l1.578-6.891c0.406-1.828 2.016-3.109 3.891-3.109h2.609c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1h2.609c1.875 0 3.484 1.281 3.891 3.109l1.578 6.891h-2.063l-1.453-6.438c-0.219-0.922-1.016-1.563-1.953-1.563h-2.609c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1h-2.609c-0.938 0-1.734 0.641-1.953 1.563z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hashtag\" viewBox=\"0 0 28 28\">\n<title>hashtag</title>\n<path d=\"M15.484 16l1-4h-3.969l-1 4h3.969zM27.484 8.125l-0.875 3.5c-0.063 0.219-0.25 0.375-0.484 0.375h-5.109l-1 4h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.141 0.281 0.094 0.438l-0.875 3.5c-0.047 0.219-0.25 0.375-0.484 0.375h-5.109l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.5c-0.156 0-0.313-0.078-0.406-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-3.969l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.516c-0.141 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l0.875-3.5c0.063-0.219 0.25-0.375 0.484-0.375h5.109l1-4h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.141-0.281-0.094-0.438l0.875-3.5c0.047-0.219 0.25-0.375 0.484-0.375h5.109l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h3.969l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth\" viewBox=\"0 0 24 28\">\n<title>bluetooth</title>\n<path d=\"M13.141 16.453l2.312 2.312-2.328 2.328zM13.125 6.906l2.328 2.328-2.312 2.312-0.016-4.641zM11.094 26.031l7.25-7.25-4.781-4.781 4.781-4.781-7.25-7.25v9.547l-3.984-3.984-1.453 1.453 5 5.016-5 5.016 1.453 1.453 3.984-3.984v9.547zM22.328 14c0 11.094-4.219 14-10.328 14v0c-6.109 0-10.328-2.906-10.328-14s4.219-14 10.328-14 10.328 2.906 10.328 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth-b\" viewBox=\"0 0 16 28\">\n<title>bluetooth-b</title>\n<path d=\"M9.312 22.234l2.703-2.688-2.703-2.688v5.375zM9.312 11.141l2.703-2.688-2.703-2.688v5.375zM9.812 14l5.563 5.563-8.422 8.437v-11.109l-4.641 4.625-1.687-1.687 5.812-5.828-5.812-5.828 1.687-1.687 4.641 4.625v-11.109l8.422 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-percent\" viewBox=\"0 0 24 28\">\n<title>percent</title>\n<path d=\"M20 20c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM8 8c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM24 20c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM22.5 3c0 0.219-0.078 0.422-0.203 0.594l-16.5 22c-0.187 0.25-0.484 0.406-0.797 0.406h-2.5c-0.547 0-1-0.453-1-1 0-0.219 0.078-0.422 0.203-0.594l16.5-22c0.187-0.25 0.484-0.406 0.797-0.406h2.5c0.547 0 1 0.453 1 1zM12 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gitlab\" viewBox=\"0 0 28 28\">\n<title>gitlab</title>\n<path d=\"M1.625 11.031l12.375 15.859-13.563-9.844c-0.375-0.281-0.531-0.766-0.391-1.203l1.578-4.813zM8.844 11.031h10.313l-5.156 15.859zM5.75 1.469l3.094 9.562h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0zM26.375 11.031l1.578 4.813c0.141 0.438-0.016 0.922-0.391 1.203l-13.563 9.844 12.375-15.859zM26.375 11.031h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpbeginner\" viewBox=\"0 0 28 28\">\n<title>wpbeginner</title>\n<path d=\"M6 13h2.5v-3.5h-2.5v3.5zM19.078 18.188v-1.437c-1.344 0.469-2.453 0.578-3.797 0.594-3.016 0.016-5.688-1.234-7.5-2.641l0.016 1.5c1.703 1.547 4.312 2.766 7.562 2.75 1.359 0 2.641-0.281 3.719-0.766zM10 13h10v-3.5h-10v3.5zM28 12.5c0 1.984-0.562 3.859-1.547 5.5 0.875 1 1.391 2.234 1.391 3.578 0 3.266-3.094 5.922-6.922 5.922-2.594 0-4.844-1.219-6.031-3.016-0.297 0.016-0.594 0.016-0.891 0.016s-0.594 0-0.891-0.016c-1.188 1.797-3.437 3.016-6.031 3.016-3.828 0-6.922-2.656-6.922-5.922 0-1.344 0.516-2.578 1.391-3.578-0.984-1.641-1.547-3.516-1.547-5.5 0-6.625 6.266-12 14-12s14 5.375 14 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpforms\" viewBox=\"0 0 24 28\">\n<title>wpforms</title>\n<path d=\"M8.047 14.234v2h-3.938v-2h3.938zM8.047 10.25v1.984h-3.938v-1.984h3.938zM19.891 18.234v2h-5.328v-2h5.328zM19.891 14.234v2h-10.5v-2h10.5zM19.891 10.25v1.984h-10.5v-1.984h10.5zM22 23.688v-19.375c0-0.172-0.141-0.313-0.313-0.313h-0.5l-5.906 4-3.281-2.672-3.281 2.672-5.906-4h-0.5c-0.172 0-0.313 0.141-0.313 0.313v19.375c0 0.172 0.141 0.313 0.313 0.313h19.375c0.172 0 0.313-0.141 0.313-0.313zM8.641 6.344l2.891-2.344h-6.344zM15.359 6.344l3.453-2.344h-6.344zM24 4.312v19.375c0 1.281-1.031 2.312-2.312 2.312h-19.375c-1.281 0-2.312-1.031-2.312-2.312v-19.375c0-1.281 1.031-2.312 2.312-2.312h19.375c1.281 0 2.312 1.031 2.312 2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envira\" viewBox=\"0 0 30 28\">\n<title>envira</title>\n<path d=\"M14 12.75c-1.984-3.75-3.813-7.406-9.016-9.875-3.109-1.469-0.328 0.578-0.328 0.578 2.828 1.953 4.125 4.594 5.641 7.484 1.969 3.766 4.937 8.734 9.016 10.484 4.062 1.75 2.141 0.781 0.375-0.531-1.766-1.328-4.266-5.437-5.688-8.141zM8.578 21.234c-5.641-4.469-5.328-9.812-8.578-21.234 29.859 0 22.922 19.828 22.953 22.891l5.047 5.109h-1.625l-4.391-4.453c-2.438 0.266-7.781 2.156-13.406-2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-universal-access\" viewBox=\"0 0 28 28\">\n<title>universal-access</title>\n<path d=\"M21.469 10.266c-0.125-0.531-0.656-0.859-1.203-0.734-2.234 0.531-4.266 0.969-6.266 0.969s-4.031-0.438-6.266-0.969c-0.547-0.125-1.078 0.203-1.203 0.734-0.125 0.547 0.203 1.078 0.734 1.203 1.656 0.391 3.203 0.734 4.734 0.906-0.063 5.281-0.641 6.75-1.297 8.437l-0.141 0.328c-0.203 0.516 0.063 1.094 0.578 1.297 0.109 0.047 0.234 0.063 0.359 0.063 0.406 0 0.781-0.234 0.938-0.641l0.125-0.313c0.438-1.125 0.844-2.172 1.109-4.047h0.656c0.266 1.875 0.672 2.922 1.109 4.047l0.125 0.313c0.156 0.406 0.531 0.641 0.938 0.641 0.125 0 0.25-0.016 0.359-0.063 0.516-0.203 0.781-0.781 0.578-1.297l-0.141-0.328c-0.656-1.687-1.234-3.156-1.297-8.437 1.531-0.172 3.078-0.516 4.734-0.906 0.531-0.125 0.859-0.656 0.734-1.203zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM25 14c0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11 11 4.922 11 11zM14 2c-6.609 0-12 5.391-12 12s5.391 12 12 12 12-5.391 12-12-5.391-12-12-12zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair-alt\" viewBox=\"0 0 24 28\">\n<title>wheelchair-alt</title>\n<path d=\"M22.469 12.703c0.328 0.344 0.5 0.812 0.453 1.281l-0.688 8.609c-0.078 0.875-0.797 1.531-1.656 1.531-0.047 0-0.094 0-0.141-0.016-0.922-0.063-1.594-0.875-1.531-1.781l0.547-6.703-2.234 0.125c0.547 1.125 0.859 2.406 0.859 3.75 0 2.25-0.875 4.297-2.312 5.812l-2.141-2.141c0.875-0.969 1.422-2.266 1.422-3.672 0-3.031-2.453-5.484-5.469-5.484-1.422 0-2.703 0.547-3.687 1.437l-2.141-2.156c1.203-1.141 2.734-1.922 4.438-2.203l4.125-4.688-2.328-1.359-2.828 2.516c-0.688 0.625-1.734 0.562-2.344-0.125s-0.547-1.734 0.125-2.344l3.734-3.328c0.531-0.484 1.313-0.562 1.937-0.187 7.609 4.422 7.625 4.422 7.625 4.422 0.406 0.234 0.641 0.641 0.75 1.062 0.156 0.609 0.047 1.297-0.406 1.828l-3.203 3.625 5.797-0.313c0.484-0.031 0.953 0.141 1.297 0.5zM19.375 5.563c-1.531 0-2.781-1.234-2.781-2.781 0-1.531 1.25-2.781 2.781-2.781 1.547 0 2.797 1.25 2.797 2.781 0 1.547-1.25 2.781-2.797 2.781zM9.578 24.969c1.125 0 2.188-0.359 3.063-0.953l2.172 2.172c-1.437 1.141-3.266 1.813-5.234 1.813-4.703 0-8.516-3.813-8.516-8.5 0-1.984 0.672-3.797 1.813-5.25l2.172 2.172c-0.594 0.875-0.938 1.937-0.938 3.078 0 3.016 2.453 5.469 5.469 5.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle-o\" viewBox=\"0 0 24 28\">\n<title>question-circle-o</title>\n<path d=\"M13.75 18.75v2.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-2.5c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5zM17.75 11c0 2.219-1.547 3.094-2.688 3.734-0.812 0.469-1.313 0.766-1.313 1.266v0.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1.062c0-1.922 1.375-2.531 2.484-3.031 0.938-0.438 1.516-0.734 1.516-1.437 0-0.906-1.141-1.578-2.172-1.578-0.547 0-1.125 0.172-1.484 0.422-0.344 0.234-0.672 0.578-1.25 1.297-0.094 0.125-0.234 0.187-0.391 0.187-0.109 0-0.219-0.031-0.297-0.094l-1.687-1.281c-0.203-0.156-0.25-0.453-0.109-0.672 1.281-2.016 3.078-3 5.453-3v0c2.562 0 5.437 2.031 5.437 4.75zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-blind\" viewBox=\"0 0 22 28\">\n<title>blind</title>\n<path d=\"M5.719 4.859c-1.344 0-2.438-1.094-2.438-2.438 0-1.328 1.094-2.422 2.438-2.422s2.422 1.094 2.422 2.422c0 1.344-1.078 2.438-2.422 2.438zM14.328 14.891c0 1.687-1.797 1.313-2.203 0.625l-5.734-6.844c-0.25-0.406-0.438-0.219-0.438-0.219s-0.109 0.125 0.063 0.328l1.906 2.172 0.016 5.531c-1.344 3.906-2.516 7.141-2.516 7.141-0.734 2.094-1.344 3.906-1.875 4.156-0.641 0.328-1.109 0.25-1.609 0.016-0.656-0.297-0.844-1.094-0.797-1.563 0 0 0.031-0.25 3.078-9.656l0.078-6.5-1.328 2.562 0.547 3.469c0.203 1.313-0.906 1.484-0.906 1.484-1.062 0.172-1.281-1.062-1.281-1.094l-0.719-4.672c3.281-5.922 3.297-5.953 3.297-5.953v0c0.25-0.375 0.812-0.531 1.766-0.531 0.844 0 1.375 0.25 1.672 0.625v0l6.625 8.141c0.094 0.063 0.156 0.156 0.219 0.266l0.047 0.047-0.016 0.016c0.078 0.141 0.109 0.297 0.109 0.453zM8.031 17.234c1.5 3.984 2.844 7 2.844 7 0.453 1.156 1.234 2.812 0.094 3.469-1.125 0.656-2.031-0.109-2.281-0.641v0h-0.016c-0.047-0.125-0.094-0.25-0.125-0.391l-1.937-5.484zM20.906 26.484c0.328 0.516 0.609 0.891 0.438 1-0.297 0.187-0.391-0.359-0.719-0.891 0 0-1.766-2.672-6.609-10.328 0.094 0.031 0.266-0.109 0.266-0.109s0.172-0.141 0.172-0.266c4.813 7.859 6.453 10.594 6.453 10.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-audio-description\" viewBox=\"0 0 36 28\">\n<title>audio-description</title>\n<path d=\"M7.875 15.531h2.672l-0.016-4.141zM23.906 13.984c0-1.734-1-3.016-3.078-3.016h-0.844v6.062h0.812c1.953 0 3.109-1.422 3.109-3.047zM14.938 8.094l0.016 11.813c0 0.297-0.234 0.531-0.516 0.531h-3.375c-0.281 0-0.516-0.234-0.516-0.531v-0.969h-4.547l-0.859 1.266c-0.094 0.141-0.266 0.234-0.438 0.234h-4.172c-0.438 0-0.688-0.484-0.422-0.828l8.687-11.828c0.094-0.141 0.25-0.219 0.422-0.219h5.187c0.297 0 0.531 0.234 0.531 0.531zM27.859 13.984c0 4.109-3 6.453-7.031 6.453h-4.219c-0.297 0-0.531-0.234-0.531-0.531v-11.813c0-0.297 0.234-0.531 0.531-0.531h4.188c4.062 0 7.063 2.312 7.063 6.422zM30.297 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.109-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM33.172 14c0 0 0.063 4.062-2.328 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM36 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.109-2.531 2.156-6.469 2.156-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-control-phone\" viewBox=\"0 0 22 28\">\n<title>volume-control-phone</title>\n<path d=\"M9.641 26.391c0-0.375-0.828-3.031-1-3.656-0.094-0.391-0.125-1.031-0.422-1.313-0.203-0.187-0.531-0.219-0.797-0.219-0.734 0-1.469 0.172-2.203 0.172-0.219 0-0.547-0.016-0.734-0.172-0.25-0.203-0.375-0.906-0.469-1.219-0.375-1.297-0.578-2.625-0.578-3.984s0.203-2.688 0.578-3.984c0.094-0.313 0.219-1.016 0.469-1.219 0.187-0.156 0.516-0.172 0.734-0.172 0.734 0 1.469 0.172 2.203 0.172 0.266 0 0.594-0.031 0.797-0.219 0.297-0.281 0.328-0.922 0.422-1.313 0.172-0.625 1-3.281 1-3.656 0-0.531-1.406-1.313-1.859-1.484-0.234-0.094-0.469-0.125-0.703-0.125-0.516 0-1.031 0.141-1.531 0.281-2.562 0.766-3.172 2.328-4.188 4.531-1.094 2.359-1.359 4.609-1.359 7.187s0.266 4.828 1.359 7.187c1.016 2.203 1.625 3.766 4.188 4.531 0.5 0.141 1.016 0.281 1.531 0.281 0.234 0 0.469-0.031 0.703-0.125 0.453-0.172 1.859-0.953 1.859-1.484zM12.125 12.125c-0.266 0-0.516-0.109-0.703-0.297-0.391-0.391-0.406-1.031 0-1.422 0.375-0.375 0.578-0.875 0.578-1.406s-0.203-1.031-0.578-1.422c-0.406-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c0.75 0.75 1.172 1.766 1.172 2.828s-0.422 2.078-1.172 2.828c-0.203 0.187-0.453 0.297-0.703 0.297zM14.953 14.953c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.125-1.141 1.75-2.641 1.75-4.25s-0.625-3.109-1.75-4.25c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c1.516 1.516 2.344 3.516 2.344 5.656s-0.828 4.141-2.344 5.656c-0.187 0.203-0.453 0.297-0.703 0.297zM17.781 17.781c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.875-1.891 2.922-4.406 2.922-7.078s-1.047-5.187-2.922-7.078c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c2.266 2.266 3.516 5.281 3.516 8.484s-1.25 6.219-3.516 8.484c-0.187 0.203-0.453 0.297-0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-braille\" viewBox=\"0 0 34 28\">\n<title>braille</title>\n<path d=\"M3 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 2.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM34 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-assistive-listening-systems\" viewBox=\"0 0 28 28\">\n<title>assistive-listening-systems</title>\n<path d=\"M2 27c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5 24c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5.703 18.297l4 4-1.406 1.406-4-4zM11 18c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22.047 13c0 2.594-1.219 3.984-2.281 5.219-0.984 1.125-1.766 2.016-1.766 3.781 0 3.313-2.688 6-6 6-0.547 0-1-0.453-1-1s0.453-1 1-1c2.203 0 4-1.797 4-4 0-2.516 1.203-3.891 2.25-5.094 0.969-1.109 1.797-2.063 1.797-3.906 0-3.859-3.141-7-7-7s-7 3.141-7 7c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-4.969 4.031-9 9-9s9 4.031 9 9zM14 15c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM18.5 13c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-1.937-1.563-3.5-3.5-3.5-1.922 0-3.5 1.563-3.5 3.5 0 0.547-0.453 1-1 1s-1-0.453-1-1c0-3.031 2.469-5.5 5.5-5.5s5.5 2.469 5.5 5.5zM24.656 8.484c0.203 0.516-0.063 1.094-0.578 1.297-0.109 0.047-0.234 0.063-0.359 0.063-0.391 0-0.781-0.234-0.922-0.641-0.703-1.828-1.922-3.422-3.5-4.609-0.438-0.328-0.531-0.953-0.203-1.391 0.344-0.438 0.969-0.531 1.406-0.203 1.875 1.406 3.313 3.313 4.156 5.484zM27.937 7.219c0.187 0.516-0.063 1.094-0.578 1.297-0.125 0.047-0.234 0.063-0.359 0.063-0.406 0-0.781-0.234-0.938-0.641-0.938-2.438-2.547-4.562-4.641-6.141-0.453-0.328-0.531-0.953-0.203-1.391 0.328-0.453 0.953-0.531 1.391-0.203 2.406 1.797 4.25 4.234 5.328 7.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-american-sign-language-interpreting\" viewBox=\"0 0 36 28\">\n<title>american-sign-language-interpreting</title>\n<path d=\"M16.125 15c-0.547-0.016-1.062-0.328-1.313-0.859-0.344-0.703-1.031-1.141-1.813-1.141-1.109 0-2 0.891-2 2 0 0.531 0.187 1.047 0.562 1.391l0.156 0.125c0.344 0.313 0.797 0.484 1.281 0.484 0.781 0 1.469-0.438 1.813-1.141 0.25-0.531 0.766-0.844 1.313-0.859zM25 13c0-0.531-0.187-1.047-0.562-1.391l-0.156-0.125c-0.344-0.313-0.797-0.484-1.281-0.484-0.781 0-1.469 0.438-1.813 1.141-0.25 0.531-0.766 0.844-1.313 0.859 0.547 0.016 1.062 0.328 1.313 0.859 0.344 0.703 1.031 1.141 1.813 1.141 1.109 0 2-0.891 2-2zM18.344 9.547c-0.359 0.734-1.266 1.047-2 0.688-0.656-0.328-1.359-0.484-2.094-0.484-0.547 0-1.062 0.094-1.547 0.266 0.094 0 0.203-0.016 0.297-0.016 1.922 0 3.687 1.125 4.516 2.859 0.359 0.75 0.031 1.641-0.719 2-0.187 0.094-0.391 0.141-0.609 0.141 0.219 0 0.422 0.047 0.609 0.141 0.75 0.359 1.078 1.25 0.719 2-0.828 1.734-2.594 2.859-4.516 2.859v0h-0.094c-0.234-0.031-0.453-0.047-0.688-0.063l-4.531-0.422-3.734 1.875c-0.156 0.078-0.297 0.109-0.453 0.109-0.359 0-0.719-0.203-0.891-0.547l-2.5-5c-0.234-0.484-0.063-1.062 0.391-1.328l3.266-1.859 2.312-4.172c0.359-3.219 1.953-6.172 4.484-8.25 0.641-0.531 1.594-0.438 2.109 0.203 0.531 0.641 0.438 1.578-0.203 2.109-0.703 0.594-1.328 1.266-1.828 2 1.219-0.828 2.625-1.391 4.172-1.578 0.828-0.109 1.578 0.469 1.672 1.297 0.109 0.828-0.469 1.578-1.297 1.672-0.906 0.109-1.75 0.422-2.484 0.859 0.5-0.109 1.016-0.156 1.547-0.156 1.188 0 2.344 0.266 3.406 0.781 0.75 0.375 1.062 1.266 0.688 2.016zM33.391 7.047l2.5 5c0.234 0.484 0.063 1.062-0.391 1.328l-3.266 1.859-2.312 4.172c-0.359 3.219-1.953 6.172-4.484 8.25-0.281 0.234-0.625 0.344-0.953 0.344-0.438 0-0.859-0.187-1.156-0.547-0.531-0.641-0.438-1.578 0.203-2.109 0.703-0.594 1.328-1.266 1.828-2-1.219 0.828-2.625 1.391-4.172 1.578-0.063 0.016-0.125 0.016-0.187 0.016-0.75 0-1.391-0.562-1.484-1.313-0.109-0.828 0.469-1.578 1.297-1.672 0.906-0.109 1.75-0.422 2.484-0.859-0.5 0.109-1.016 0.156-1.547 0.156-1.188 0-2.344-0.266-3.406-0.781-0.75-0.375-1.062-1.266-0.688-2.016 0.359-0.734 1.266-1.047 2-0.688 0.656 0.328 1.359 0.484 2.094 0.484 0.547 0 1.062-0.094 1.547-0.266-0.094 0-0.203 0.016-0.297 0.016-1.922 0-3.687-1.125-4.516-2.859-0.359-0.75-0.031-1.641 0.719-2 0.187-0.094 0.391-0.141 0.609-0.141-0.219 0-0.422-0.047-0.609-0.141-0.75-0.359-1.078-1.25-0.719-2 0.828-1.734 2.594-2.859 4.516-2.859v0h0.109c0.219 0.031 0.438 0.047 0.656 0.063l4.547 0.422 3.734-1.875c0.156-0.078 0.297-0.109 0.453-0.109 0.359 0 0.719 0.203 0.891 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deaf\" viewBox=\"0 0 28 28\">\n<title>deaf</title>\n<path d=\"M16.5 13c0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5c0 0.547 0.453 1 1 1s1-0.453 1-1c0-1.937 1.578-3.5 3.5-3.5s3.5 1.563 3.5 3.5zM13.047 4c-4.969 0-9 4.031-9 9 0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.859 3.141-7 7-7s7 3.141 7 7c0 1.844-0.828 2.797-1.797 3.906-1.047 1.203-2.25 2.578-2.25 5.094 0 2.203-1.797 4-4 4-0.547 0-1 0.453-1 1s0.453 1 1 1c3.313 0 6-2.688 6-6 0-1.766 0.781-2.656 1.766-3.781 1.062-1.234 2.281-2.625 2.281-5.219 0-4.969-4.031-9-9-9zM9.234 15.234l3.531 3.531-9.047 9.047c-0.25 0.25-0.656 0.25-0.906 0l-2.625-2.625c-0.25-0.25-0.25-0.656 0-0.906zM25.188 0.187l2.625 2.625c0.25 0.25 0.25 0.656 0 0.922l-3.641 3.641-0.406 0.391-1.109 1.109c-0.672-1.563-1.703-2.938-3.047-4.031l4.656-4.656c0.266-0.25 0.672-0.25 0.922 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide\" viewBox=\"0 0 24 28\">\n<title>glide</title>\n<path d=\"M13.531 8.047c0 0.5-0.109 0.984-0.203 1.469-0.328 1.563-0.641 3.125-0.969 4.688-0.047 0.219-0.047 0.219-0.281 0.234-0.156 0.016-0.328 0.031-0.484 0.031-1.344 0-1.719-1.453-1.719-2.547 0-1.625 0.641-3.797 2.156-4.656 0.25-0.125 0.516-0.219 0.797-0.219 0.641 0 0.703 0.469 0.703 1zM21.125 14.672c0-0.281-1.156-2.109-1.422-2.219-0.125-0.047-0.391-0.125-0.531-0.125-1.281 0-2.438 0.578-3.531 1.203l-0.031-0.031c0.25-1.672 0.812-3.156 0.812-4.891 0-2.484-1.328-3.641-3.781-3.641-0.359 0-0.719 0.047-1.062 0.094-3.078 0.547-4.953 4.062-4.953 6.953 0 3.063 1.766 4.75 4.813 4.75 0.063 0 0.391-0.031 0.391 0.047 0 0.031 0 0.047-0.016 0.078-0.063 0.594-0.25 1.25-0.406 1.828-0.234 0.859-1.047 2.344-2.094 2.344-0.453 0-0.656-0.313-0.656-0.734 0-1.359 1.563-2.172 1.594-2.25 0-0.063-0.078-0.125-0.109-0.156-0.484-0.438-1.281-0.797-1.937-0.797-1.188 0-1.828 1.906-1.828 2.875 0 1.813 1.141 3.063 2.969 3.063 2.703 0 4.672-2.844 5.281-5.187 0.172-0.688 0.297-1.391 0.469-2.078 0.031-0.141 0.078-0.203 0.219-0.281 1.109-0.562 2.281-0.938 3.547-0.938 0.688 0 1.297 0.125 1.984 0.281 0.016 0.016 0.047 0.016 0.063 0.016 0.094 0 0.219-0.109 0.219-0.203zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide-g\" viewBox=\"0 0 24 28\">\n<title>glide-g</title>\n<path d=\"M11.625 4.766c0-0.828-0.078-1.547-1.078-1.547-0.422 0-0.844 0.141-1.219 0.359-2.359 1.297-3.328 4.656-3.328 7.187 0 1.687 0.578 3.938 2.641 3.938 0.469 0 1.062 0.125 1.188-0.422 0.5-2.406 1-4.828 1.5-7.234 0.156-0.75 0.297-1.516 0.297-2.281zM23.406 15.016c0 0.156-0.203 0.313-0.359 0.313l-0.094-0.016c-1.062-0.156-2-0.438-3.078-0.438-1.953 0-3.75 0.578-5.484 1.453-0.219 0.109-0.266 0.203-0.328 0.422-0.281 1.062-0.469 2.156-0.734 3.219-0.938 3.641-3.984 8.031-8.156 8.031-2.844 0-4.594-1.937-4.594-4.734 0-1.516 0.984-4.469 2.812-4.469 0.641 0 3.156 0.828 3.172 1.484-0.031 0.125-2.453 1.375-2.453 3.484 0 0.641 0.313 1.141 1.016 1.141 2.484 0 3.625-4.531 3.875-6.438v-0.141c0-0.125-0.5-0.063-0.594-0.063-4.703 0-7.453-2.625-7.453-7.359 0-4.469 2.906-9.922 7.672-10.75 0.547-0.094 1.094-0.141 1.656-0.141 3.781 0 5.844 1.766 5.844 5.625 0 2.609-0.891 5.016-1.266 7.562l0.047 0.047c1.687-0.953 3.469-1.859 5.469-1.859 0.203 0 0.641 0.125 0.828 0.203 0.406 0.156 2.203 2.984 2.203 3.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-language\" viewBox=\"0 0 26 28\">\n<title>sign-language</title>\n<path d=\"M12.984 10.516c0.328 0 0.641 0.094 0.922 0.281l3.469 2.312c0.641 0.422 1.219 0.938 1.719 1.516l2.281 2.656c0.391 0.453 0.562 1.062 0.453 1.656l-1.125 6.453c-0.125 0.656-0.656 1.156-1.328 1.234l-8.234 0.875-5.5 0.5h-0.141c-0.812 0-1.5-0.656-1.5-1.5 0-0.781 0.656-1.406 1.437-1.5l4.062-0.5h-7c-0.859 0-1.547-0.719-1.5-1.578 0.047-0.812 0.766-1.422 1.578-1.422l6.906-0.016-8.141-1c-0.844-0.094-1.453-0.859-1.328-1.719 0.125-0.75 0.812-1.25 1.563-1.25h0.156l7.516 0.938-5.484-1.469c-0.781-0.203-1.375-0.922-1.25-1.719 0.125-0.75 0.766-1.266 1.484-1.266 0.109 0 0.203 0.016 0.313 0.031l7 1.5 3.391 0.578c0.031 0 0.063 0.016 0.094 0.016 0.469 0 0.703-0.641 0.281-0.922l-2.906-1.953c-0.719-0.484-0.891-1.453-0.375-2.141 0.281-0.391 0.734-0.594 1.188-0.594zM11.891 13.672l2.906 1.953-3.406-0.578-0.078-0.031-0.562-0.594-3.719-4.094c-0.031-0.031-0.047-0.078-0.078-0.109-0.484-0.641-0.375-1.578 0.297-2.094 0.625-0.484 1.516-0.328 2.063 0.25l2.219 2.297c-0.047 0.047-0.094 0.078-0.141 0.125-0.328 0.453-0.453 1-0.359 1.547 0.094 0.531 0.406 1.016 0.859 1.328zM25.75 6.578l0.234 4.156c0.047 0.766-0.016 1.547-0.172 2.297l-0.75 3.422c-0.125 0.594-0.5 1.078-1.047 1.359l-1.656 0.844c0.016-0.625-0.187-1.219-0.609-1.703l-2.281-2.656c-0.531-0.609-1.141-1.156-1.828-1.609l-3.469-2.312c-0.344-0.234-0.75-0.359-1.188-0.359-0.531 0-1.016 0.219-1.375 0.578l-3.672-4.875c-0.516-0.688-0.359-1.656 0.359-2.141 0.672-0.469 1.594-0.25 2.094 0.406l4.156 5.5-4.094-7.109c-0.438-0.734-0.187-1.687 0.578-2.094 0.719-0.375 1.625-0.078 2.031 0.625l3.766 6.563-2.125-5.266c-0.297-0.75-0.094-1.656 0.625-2.031 0.766-0.406 1.703-0.078 2.063 0.703l3.016 6.484 1.578 3.063c0.25 0.484 0.984 0.281 0.953-0.25l-0.187-3.5c-0.047-0.859 0.625-1.578 1.484-1.594 0.812 0 1.469 0.688 1.516 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-low-vision\" viewBox=\"0 0 28 28\">\n<title>low-vision</title>\n<path d=\"M5.234 21.187c-0.031 0-0.063-0.016-0.094-0.031-1.828-1.219-3.656-3.219-4.813-5.078-0.219-0.313-0.328-0.688-0.328-1.078 0-0.812 0.562-1.469 1.016-2.078 1.813-2.469 4.234-4.5 7.063-5.703-0.234-0.422-1.719-3.016-1.719-3.297 0-0.187 0.109-0.359 0.266-0.453 0.313-0.172 1.719-1 2-1 0.172 0 0.344 0.094 0.438 0.25l1.937 3.578c0.984-0.203 2-0.297 3-0.297 5.656 0 10.687 3.203 13.687 7.922 0.203 0.313 0.313 0.688 0.313 1.078s-0.109 0.766-0.313 1.078c-1.859 2.922-4.578 5.344-7.766 6.703 0.234 0.422 1.719 3.016 1.719 3.297 0 0.187-0.094 0.359-0.266 0.453-0.313 0.172-1.719 1-1.984 1-0.187 0-0.359-0.094-0.453-0.25l-1.937-3.578-1-1.859-6.937-12.812 0.109-0.109c-0.531 0.219-1.047 0.453-1.547 0.734 0.187 0.359 7.641 14.047 7.641 14.156 0 0.078-0.063 0.125-0.141 0.141-0.344 0.078-0.781 0.047-1.125 0.047-0.172 0-0.875 0.031-0.938-0.109l-7.125-13.141c-0.453 0.328-0.875 0.688-1.281 1.062 0.344 0.609 6.312 11.594 6.312 11.688 0 0.125-0.078 0.156-0.172 0.156-0.266 0-2.344-0.641-2.422-0.781l-1.656-3.078-3.5-6.453c-0.438 0.531-0.844 1.078-1.219 1.656 0.203 0.297 0.469 0.609 0.641 0.922 0.219 0.406 2.75 5.016 2.75 5.109 0 0.078-0.078 0.156-0.156 0.156zM18.203 19.594l0.766 1.422c2.922-1.188 5.328-3.375 7.031-6.016-1.734-2.672-4.203-4.891-7.172-6.078 1.391 1.328 2.172 3.156 2.172 5.078 0 2.203-1.031 4.281-2.797 5.594zM13.25 10c0 0.406 0.344 0.75 0.75 0.75 0.859 0 1.687 0.344 2.297 0.953s0.953 1.437 0.953 2.297c0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-2.625-2.125-4.75-4.75-4.75-0.406 0-0.75 0.344-0.75 0.75zM18.969 8.984l-0.141-0.063 0.109 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo\" viewBox=\"0 0 20 28\">\n<title>viadeo</title>\n<path d=\"M16.406 17.281c0 2.234-0.781 4.203-2.297 5.844-1.578 1.719-3.578 2.516-5.906 2.516-2.312 0-4.328-0.781-5.906-2.516-1.516-1.641-2.297-3.609-2.297-5.844 0-4.641 3.5-8.437 8.203-8.437 0.969 0 1.937 0.156 2.844 0.484-0.313 0.609-0.531 1.281-0.609 1.969-0.703-0.297-1.469-0.438-2.234-0.438-3.547 0-6.156 3.031-6.156 6.469 0 3.5 2.594 6.359 6.156 6.359s6.141-2.859 6.141-6.359c0-0.891-0.156-1.766-0.5-2.594 0.688-0.141 1.344-0.406 1.922-0.766 0.438 1.047 0.641 2.188 0.641 3.313zM13.219 14.328c0 3.938-1.594 7.219-4.969 9.344l-0.219 0.016c-0.328 0-0.656-0.031-0.969-0.078 4.516-1.719 5.344-8.578 5.344-12.766 0-0.531 0-1.078-0.047-1.609 0.562 1.641 0.859 3.359 0.859 5.094zM12.359 9.203v0.031c-0.812-2.391-1.937-4.703-3.219-6.875 1.969 1.328 3.047 4.547 3.219 6.844zM16.172 12.375c-0.969 0-1.828-0.516-2.5-1.172 1.594-0.875 3.609-2.234 4.531-3.859 0.109-0.219 0.297-0.625 0.328-0.875-0.906 2.031-3.219 3.625-5.375 4.125-0.344-0.531-0.547-1.125-0.547-1.766 0-0.75 0.375-1.75 0.938-2.297 0.641-0.609 1.594-0.922 2.453-1.156 1.25-0.344 2.266-1.313 2.812-2.484 0.812 1.156 1.156 2.562 1.156 3.953 0 0.703-0.109 1.984-0.375 2.656-0.578 1.406-1.75 2.875-3.422 2.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo-square\" viewBox=\"0 0 24 28\">\n<title>viadeo-square</title>\n<path d=\"M16.406 16.266c0-0.781-0.141-1.563-0.438-2.297-0.406 0.25-0.859 0.438-1.328 0.531 0.25 0.562 0.344 1.172 0.344 1.781 0 2.406-1.781 4.375-4.219 4.375-2.453 0-4.234-1.969-4.234-4.375 0-2.359 1.797-4.438 4.234-4.438 0.531 0 1.047 0.094 1.531 0.297 0.047-0.469 0.203-0.938 0.422-1.359-0.625-0.219-1.281-0.328-1.953-0.328-3.234 0-5.641 2.609-5.641 5.812s2.422 5.734 5.641 5.734 5.641-2.547 5.641-5.734zM13.625 10.719c0.031 0.375 0.031 0.75 0.031 1.109 0 2.891-0.562 7.594-3.672 8.781 0.219 0.031 0.438 0.047 0.656 0.047h0.156c2.312-1.469 3.422-3.719 3.422-6.422 0-1.203-0.203-2.391-0.594-3.516zM13.625 10.719c-0.078-1.516-0.938-3.859-2.219-4.719 0.875 1.484 1.656 3.078 2.219 4.719zM18.859 9.078c0-0.953-0.234-1.922-0.797-2.719-0.375 0.797-1.078 1.469-1.937 1.703-1.234 0.344-2.328 0.922-2.328 2.391 0 0.422 0.141 0.844 0.375 1.203 1.484-0.344 3.063-1.437 3.687-2.844-0.094 1.25-2.422 2.766-3.328 3.266 0.453 0.453 1.047 0.812 1.719 0.812 1.141 0 1.953-1.016 2.344-1.984 0.187-0.469 0.266-1.344 0.266-1.828zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat\" viewBox=\"0 0 24 28\">\n<title>snapchat</title>\n<path d=\"M19.984 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.313-2.5-1.297-3.094-2.609-0.047-0.125-0.109-0.25-0.109-0.391 0-0.703 1.953-0.562 1.953-1.563 0-0.422-0.516-0.688-0.891-0.688-0.359 0-0.641 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.031-0.594 0.078-1.188 0.078-1.781 0-0.547-0.031-1.297-0.266-1.781-0.75-1.625-2.203-2.578-3.984-2.578-1.953 0-3.437 0.719-4.297 2.578-0.234 0.484-0.266 1.234-0.266 1.781 0 0.594 0.047 1.188 0.078 1.781-0.063 0.031-0.141 0.031-0.219 0.031-0.359 0-0.641-0.234-0.969-0.234-0.391 0-0.875 0.25-0.875 0.688 0 0.969 1.953 0.844 1.953 1.547 0 0.141-0.063 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.719 1.656 0.984 2.141 1.062 0.141 0.375 0.078 1.031 0.641 1.031 0.391 0 0.781-0.141 1.203-0.141 1.641 0 2.078 1.484 3.984 1.484 1.984 0 2.359-1.484 4.016-1.484 0.422 0 0.812 0.125 1.219 0.125 0.547 0 0.484-0.656 0.625-1.016 0.484-0.078 2.141-0.344 2.141-1.062zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-ghost\" viewBox=\"0 0 26 28\">\n<title>snapchat-ghost</title>\n<path d=\"M13.25 2c2.812-0.031 5.141 1.547 6.312 4.078 0.359 0.766 0.422 1.953 0.422 2.797 0 1-0.078 1.984-0.141 2.984 0.125 0.063 0.297 0.109 0.438 0.109 0.562 0 1.031-0.422 1.594-0.422 0.531 0 1.297 0.375 1.297 1 0 1.5-3.141 1.219-3.141 2.531 0 0.234 0.094 0.453 0.187 0.672 0.75 1.641 2.172 3.219 3.859 3.922 0.406 0.172 0.812 0.266 1.25 0.359 0.281 0.063 0.438 0.266 0.438 0.547 0 1.062-2.703 1.5-3.422 1.609-0.313 0.484-0.078 1.625-0.906 1.625-0.641 0-1.281-0.203-1.969-0.203-0.328 0-0.656 0.016-0.969 0.078-1.859 0.313-2.484 2.312-5.531 2.312-2.938 0-3.641-2-5.453-2.312-0.328-0.063-0.656-0.078-0.984-0.078-0.703 0-1.375 0.234-1.937 0.234-0.875 0-0.609-1.156-0.938-1.656-0.719-0.109-3.422-0.547-3.422-1.609 0-0.281 0.156-0.484 0.438-0.547 0.438-0.094 0.844-0.187 1.25-0.359 1.672-0.688 3.125-2.281 3.859-3.922 0.094-0.219 0.187-0.438 0.187-0.672 0-1.313-3.156-1.062-3.156-2.516 0-0.609 0.719-1 1.266-1 0.484 0 0.969 0.406 1.578 0.406 0.172 0 0.344-0.031 0.5-0.109-0.063-0.984-0.141-1.969-0.141-2.969 0-0.844 0.063-2.047 0.422-2.812 1.375-2.969 3.703-4.047 6.813-4.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-square\" viewBox=\"0 0 24 28\">\n<title>snapchat-square</title>\n<path d=\"M20 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.297-2.5-1.297-3.094-2.609-0.063-0.125-0.109-0.25-0.109-0.391 0-0.703 1.937-0.562 1.937-1.563 0-0.422-0.516-0.688-0.891-0.688-0.344 0-0.625 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.047-0.594 0.078-1.203 0.078-1.797 0-0.531-0.031-1.281-0.266-1.781-0.75-1.625-2.187-2.578-3.984-2.578-1.953 0-3.437 0.734-4.297 2.578-0.234 0.5-0.281 1.25-0.281 1.797 0 0.594 0.047 1.188 0.094 1.781-0.078 0.016-0.156 0.031-0.234 0.031-0.344 0-0.641-0.25-0.969-0.25-0.391 0-0.859 0.266-0.859 0.703 0 0.969 1.937 0.844 1.937 1.547 0 0.141-0.047 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.734 1.656 1 2.156 1.078 0.141 0.375 0.078 1.031 0.625 1.031 0.406 0 0.797-0.156 1.203-0.156 1.656 0 2.094 1.484 4 1.484 1.984 0 2.359-1.484 4.031-1.484 0.406 0 0.812 0.141 1.219 0.141 0.531 0 0.484-0.656 0.609-1.016 0.5-0.078 2.156-0.344 2.156-1.078zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper\" viewBox=\"0 0 36 28\">\n<title>pied-piper</title>\n<path d=\"M36 0c-4.547 3.016-5.031 5.203-5.422 5.875-0.375 0.688-0.656 3.391-1.313 4.703-0.656 1.328-3.047 2.375-3.719 2.812-0.656 0.438-1.594 2.141-2.359 3.609-3.453-0.141-6.875 0.703-9.844 2.469 0 0-1.437 0.828-4.734 2.797 1.656-0.547 2.438-0.938 2.438-0.938 4.125-1.578 5.219-2.328 8.547-2.875 2.562-0.422 5.875-0.078 7.266 0.109 0.063 0 0.109 0.031 0.156 0.047 0.219 0.125 0.297 0.391 0.172 0.609l-3.031 5.391c-0.141 0.266-0.438 0.406-0.734 0.344-0.75-0.141-2.469-0.375-5.531-0.375-4.438 0-8.047 1.359-12.406 1.422-3.672 0.047-5.109-1.453-5.469-1.937 0-0.016-0.016-0.031-0.016-0.047 0-0.063 0.031-0.094 0.094-0.094 0 0 2.156 0 5.797-0.859 4.141-7.891 7.828-10.656 11.844-10.656 0 0 4.031 0 5.094 3.484 1.281-2.234 1.594-2.766 1.594-2.766 0.297-0.531 1.969-4.344 4.859-7.953v0c2.906-3.609 5.094-4.5 6.719-5.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-first-order\" viewBox=\"0 0 24 28\">\n<title>first-order</title>\n<path d=\"M20.656 14c0 0.406-0.016 0.797-0.078 1.188l-3.687-0.219 3.5 1.219c-0.203 0.797-0.516 1.531-0.906 2.203l-3.344-1.609 2.766 2.469c-0.469 0.641-1.031 1.203-1.672 1.687l-2.453-2.781 1.609 3.359c-0.672 0.406-1.406 0.703-2.188 0.922l-1.234-3.563 0.219 3.75c-0.391 0.063-0.781 0.094-1.188 0.094-0.391 0-0.797-0.031-1.188-0.094l0.219-3.719-1.219 3.531c-0.781-0.203-1.516-0.516-2.188-0.922l1.609-3.359-2.453 2.781c-0.641-0.469-1.203-1.047-1.687-1.687l2.781-2.469-3.344 1.625c-0.391-0.688-0.703-1.422-0.906-2.203l3.5-1.234-3.703 0.219c-0.047-0.391-0.078-0.781-0.078-1.188s0.031-0.812 0.078-1.203l3.719 0.219-3.516-1.234c0.203-0.781 0.516-1.516 0.906-2.188l3.344 1.625-2.766-2.484c0.484-0.641 1.047-1.203 1.672-1.687l2.469 2.781-1.609-3.359c0.672-0.391 1.406-0.703 2.188-0.906l1.203 3.5-0.203-3.687c0.375-0.063 0.781-0.094 1.172-0.094 0.406 0 0.797 0.031 1.188 0.094l-0.219 3.703 1.219-3.516c0.781 0.203 1.516 0.516 2.188 0.922l-1.609 3.344 2.469-2.781c0.625 0.484 1.188 1.047 1.672 1.687l-2.766 2.484 3.328-1.625c0.406 0.672 0.703 1.422 0.906 2.203l-3.5 1.219 3.703-0.219c0.063 0.391 0.078 0.797 0.078 1.203zM21.125 14c0-5.078-4.094-9.188-9.125-9.188-5.047 0-9.125 4.109-9.125 9.188 0 5.063 4.078 9.172 9.125 9.172 5.031 0 9.125-4.109 9.125-9.172zM22.266 8.016v11.969l-10.266 5.984-10.266-5.984v-11.969l10.266-5.984zM12 26.859l11.062-6.438v-12.859l-11.062-6.422-11.062 6.422v12.859zM24 7v14l-12 7-12-7v-14l12-7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yoast\" viewBox=\"0 0 26 28\">\n<title>yoast</title>\n<path d=\"M5.297 3.406h10.797l-0.406 1.125h-10.391c-2.297 0-4.172 1.891-4.172 4.188v12.047c0 1.969 1.406 3.703 3.344 4.109 0.5 0.109 1.016 0.078 1.531 0.078v1.125h-0.703c-2.922 0-5.297-2.391-5.297-5.313v-12.047c0-2.922 2.375-5.313 5.297-5.313zM18.594 0h3.859l-7.531 20.219c-1.406 3.75-3.109 7.656-7.734 7.781v-3.047c1.734-0.281 2.844-1.234 3.437-2.844 0.203-0.531 0.313-1.078 0.313-1.641s-0.109-1.125-0.313-1.656l-4.453-11.453h3.563l2.922 9.141zM26 8.719v17.359h-12.422c0.25-0.375 0.516-0.734 0.703-1.141h10.594v-16.219c0-1.781-1.125-3.375-2.797-3.969l0.391-1.047c2.125 0.719 3.531 2.781 3.531 5.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-themeisle\" viewBox=\"0 0 28 28\">\n<title>themeisle</title>\n<path d=\"M13.312 4.828c0 0.562-0.359 1.188-0.969 1.188-0.625 0-0.969-0.625-0.969-1.188 0-0.547 0.344-1.188 0.969-1.188 0.609 0 0.969 0.641 0.969 1.188zM10.75 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.094 0.531-1.094 1.141v1.781c0 0.609 0.469 1.156 1.094 1.156s1.109-0.531 1.109-1.156zM13.438 26.328v-1.781c0-0.609-0.469-1.141-1.094-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.094-0.547 1.094-1.156zM16.156 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.531 1.109-1.156zM18.875 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.547 1.109-1.156zM23.063 15.641c-1.687 3.234-4.937 5.609-8.672 5.609-5.281 0-8.781-4.625-8.781-9.656 0-0.922 0.109-1.828 0.328-2.719-1.094 1.844-1.625 3.969-1.625 6.094 0 3.297 1.359 6.656 3.906 8.797 0.281-0.531 0.812-0.891 1.422-0.891 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.797-0.781 1.359-0.781 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.812-0.781 1.359-0.781s1.062 0.313 1.359 0.781c0.281-0.469 0.797-0.781 1.344-0.781 0.594 0 1.141 0.359 1.406 0.875 2.375-1.984 3.75-5.031 3.906-8.109zM20.719 15.188c0-0.781-0.344-1.172-1.125-1.172-0.25 0-0.5 0.047-0.734 0.094-0.781 0.156-1.547 0.297-2.328 0.297-2.469 0-3.531-1.437-3.531-3.797 0-1.078 0.203-2.141 0.469-3.187-0.828 1.266-1.297 2.781-1.297 4.297 0 2.953 1.875 5.797 5.063 5.797 1.172 0 2.328-0.422 3.281-1.094 0.109-0.406 0.203-0.812 0.203-1.234zM13.813 4.891c0-0.984-0.688-2.016-1.766-2.016s-1.766 1.031-1.766 2.016c0 1 0.688 2.031 1.766 2.031s1.766-1.031 1.766-2.031zM23.641 10.187c0-2.938-1.891-5.781-5.063-5.781-1.656 0-3.203 0.828-4.312 2.016-0.391 1.297-0.75 2.812-0.75 4.188 0 2.078 0.828 3.281 3.016 3.281 0.75 0 1.484-0.141 2.219-0.297 0.281-0.047 0.547-0.094 0.828-0.094 1.078 0 1.625 0.625 1.625 1.687 0 0.234-0.016 0.484-0.063 0.719 1.578-1.422 2.5-3.594 2.5-5.719zM28 13.578c0 1.969-0.625 5.594-1.984 7.094-1.25 1.359-4.781 3.344-6.609 3.859l-0.063 0.016v1.781c0 0.891-0.688 1.672-1.594 1.672-0.547 0-1.062-0.313-1.344-0.781-0.297 0.469-0.812 0.781-1.359 0.781s-1.062-0.313-1.359-0.781c-0.281 0.469-0.797 0.781-1.344 0.781-0.562 0-1.062-0.313-1.359-0.781-0.281 0.469-0.797 0.781-1.344 0.781-1.031 0-1.609-0.859-1.609-1.797-0.891 0.672-1.953 1.062-3.094 1.062-1.203 0-2.375-0.453-3.297-1.25 0.562-0.016 1.125-0.125 1.656-0.313-1.141-0.313-2.156-1.031-2.844-1.984 0.359 0.078 0.734 0.109 1.109 0.109 0.906 0 1.797-0.25 2.562-0.719-1.203-1.203-3.094-3.219-3.75-4.781-0.313-0.734-0.375-1.719-0.375-2.5 0-2.719 1.109-8.75 4.719-8.75 0.578 0 1.031 0.266 1.266 0.812 0.203-0.297 0.422-0.578 0.656-0.844 0.109-0.141 0.313-0.297 0.391-0.453 0.438-0.688 0.641-1.156 1.188-1.859 1.766-2.25 4.469-3.797 7.375-3.797 0.328 0 0.656 0.016 0.969 0.063 0.594-0.641 1.422-1 2.281-1 0.797 0 1.625 0.328 2.188 0.891 0.047 0.047 0.078 0.125 0.078 0.187 0 0.203-0.562 0.734-0.703 0.891 0.234 0.078 0.859 0.375 0.859 0.656 0 0.156-0.156 0.281-0.25 0.391 1.719 1.516 2.703 3.672 3.078 5.906 0.234-0.281 0.562-0.469 0.938-0.469 0.578 0 1.141 0.391 1.563 0.766 1.141 1.016 1.406 2.906 1.406 4.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-circle\" viewBox=\"0 0 24 28\">\n<title>google-plus-circle</title>\n<path d=\"M14.328 14.141c0-0.344-0.031-0.672-0.094-1h-5.656v2.063h3.391c-0.25 1.656-1.813 2.578-3.391 2.578-2.078 0-3.734-1.719-3.734-3.781s1.656-3.781 3.734-3.781c0.875 0 1.75 0.297 2.391 0.922l1.625-1.578c-1.109-1.031-2.5-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fa\" viewBox=\"0 0 25 28\">\n<title>fa</title>\n<path d=\"M24 8v13.109c0 0.484-0.313 0.844-0.766 0.969-1.672 0.5-3.547 0.812-5.281 0.812-2.344 0-4.328-0.922-6.922-0.922-1.922 0-3.906 0.313-5.781 0.75v5.281h-2.5v-21.375c-1.313-0.516-2.172-1.797-2.172-3.203 0-1.891 1.531-3.422 3.422-3.422s3.422 1.531 3.422 3.422c0 1.406-0.859 2.688-2.172 3.203v1.062c1.75-0.406 3.563-0.688 5.359-0.688 1.031 0 2.063 0.078 3.094 0.234 1.344 0.203 2.703 0.672 4.078 0.672 0.859 0 1.734-0.109 2.578-0.281 0.641-0.125 2.109-0.625 2.641-0.625 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-handshake-o\" viewBox=\"0 0 36 28\">\n<title>handshake-o</title>\n<path d=\"M3 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM26.016 17.094c-1.234-1.609-2.438-3.25-3.844-4.719l-1.953 2.188c-1.719 1.953-4.797 1.906-6.469-0.094-1.188-1.437-1.188-3.5 0.031-4.922l2.766-3.219c-0.969-0.5-2.141-0.328-3.187-0.328-0.922 0-1.813 0.375-2.469 1.031l-2.469 2.469h-2.422v8.5c0.688 0 1.312-0.094 1.859 0.438l4.641 4.562c0.953 0.922 2.187 1.734 3.547 1.734 0.703 0 1.453-0.234 1.953-0.734 1.172 0.406 2.531-0.25 2.891-1.453 0.75 0.063 1.437-0.172 1.984-0.688 0.359-0.328 0.828-0.984 0.781-1.5 0.141 0.141 0.484 0.156 0.672 0.156 1.859 0 2.828-1.953 1.687-3.422zM28.5 18h1.5v-8h-1.453l-2.453-2.812c-0.656-0.75-1.641-1.188-2.641-1.188h-2.609c-0.875 0-1.719 0.391-2.281 1.047l-3.266 3.797c-0.578 0.688-0.578 1.656-0.016 2.344 0.891 1.062 2.531 1.078 3.453 0.047l3.016-3.406c0.719-0.797 2.031-0.047 1.703 0.969 0.594 0.688 1.234 1.359 1.813 2.047 0.781 0.969 1.531 1.984 2.297 2.969 0.484 0.625 0.844 1.375 0.938 2.188zM33 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM36 9v10c0 0.547-0.453 1-1 1h-6.781c-0.562 1.359-1.797 2.266-3.234 2.469-0.672 0.984-1.703 1.734-2.859 1.984-0.859 1.094-2.25 1.75-3.641 1.656-2.578 1.453-5.484 0.187-7.406-1.703l-4.484-4.406h-5.594c-0.547 0-1-0.453-1-1v-10.5c0-0.547 0.453-1 1-1h6.578c1.813-1.813 3.062-3.5 5.781-3.5h1.828c1.016 0 2 0.313 2.828 0.875 0.828-0.562 1.813-0.875 2.828-0.875h2.609c2.969 0 4.203 1.937 6 4h5.547c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open\" viewBox=\"0 0 28 28\">\n<title>envelope-open</title>\n<path d=\"M28 10.219v15.281c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-15.281c0-0.141 0.063-0.281 0.172-0.375 1.641-1.437 1.656-1.609 9.812-7.562 0.984-0.719 2.719-2.281 4.016-2.281s3.047 1.578 4.016 2.281c8.156 5.953 8.172 6.125 9.812 7.562 0.109 0.094 0.172 0.234 0.172 0.375zM19.187 19.359c2.438-1.766 4.141-3 5.391-3.938 0.219-0.156 0.266-0.469 0.094-0.688l-0.594-0.812c-0.172-0.219-0.484-0.266-0.703-0.094-1.234 0.906-2.922 2.156-5.359 3.906-0.969 0.703-2.719 2.266-4.016 2.266s-3.047-1.563-4.016-2.266c-2.438-1.766-4.125-3-5.359-3.906-0.219-0.172-0.531-0.125-0.703 0.094l-0.594 0.812c-0.172 0.219-0.125 0.531 0.094 0.688 1.25 0.938 2.953 2.172 5.391 3.938 1.219 0.875 3.141 2.641 5.187 2.641 2.063 0 4.031-1.797 5.187-2.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open-o\" viewBox=\"0 0 28 28\">\n<title>envelope-open-o</title>\n<path d=\"M23.031 14.266l0.609 0.797c0.172 0.219 0.125 0.516-0.078 0.688-1.563 1.219-5.156 3.984-5.313 4.109-1.109 0.906-2.609 2.156-4.234 2.141h-0.031c-1.625 0-3.125-1.234-4.234-2.141-0.172-0.141-3.641-2.812-5.172-4-0.219-0.172-0.266-0.469-0.094-0.688l0.578-0.812c0.172-0.234 0.5-0.281 0.719-0.094 1.062 0.828 2.562 1.984 4.781 3.687 0.781 0.594 2.328 2.047 3.422 2.047h0.031c1.094 0 2.641-1.453 3.422-2.047 2.297-1.766 3.828-2.938 4.891-3.781 0.219-0.172 0.531-0.125 0.703 0.094zM26 25.5v-14.5c-1.563-1.453-1.328-1.328-8.563-6.922-0.781-0.609-2.328-2.078-3.422-2.078h-0.031c-1.094 0-2.641 1.469-3.422 2.078-7.234 5.594-7 5.469-8.563 6.922v14.5c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 11v14.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-14.5c0-0.562 0.234-1.094 0.641-1.469 3.203-2.969 6.891-5.547 9.109-7.375 1.094-0.906 2.609-2.156 4.234-2.156h0.031c1.625 0 3.141 1.25 4.234 2.156 2.063 1.703 5.984 4.469 9.109 7.375 0.406 0.375 0.641 0.906 0.641 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linode\" viewBox=\"0 0 24 28\">\n<title>linode</title>\n<path d=\"M5.156 23.984l3.156 3.344-0.531-3.687-3.375-3.328zM8.687 27.516l4.281-3.406-0.172-3.828-4.688 3.359zM3.828 17.547l3.547 3.328-0.75-5.109-3.828-3.187zM7.734 21.047l4.953-3.344-0.219-5.063-5.5 3.125zM13.172 21.219l1.484 1.25-0.031-3.734-1.609-1.234c0 0.125 0.063 0.344-0.063 0.438l-1.219 0.812 1.328 1.094c0.156 0.125 0.109 1.188 0.109 1.375zM2.156 9.469l4 3.125-1.062-7.266-4.359-2.703zM18.328 19.828l0.234-3.656-3.594 2.562 0.031 3.75zM6.516 12.719l5.828-3.031-0.297-6.891-6.609 2.547zM19.844 18.422l0.313-3.641-3.531-2.219-0.031 1.641 2.25 1.484c0.047 0.031 0.078 0.094 0.063 0.141l-0.109 1.859zM22.828 16.25l0.469-3.469-2.797 2-0.313 3.563zM19.891 18.859l-1.109-0.766-0.125 1.828c0 0.047-0.016 0.094-0.063 0.125l-3.656 2.922c-0.063 0.047-0.156 0.047-0.219 0l-1.531-1.297 0.109 2.516c0 0.047-0.016 0.094-0.063 0.125l-4.578 3.656c-0.031 0.016-0.063 0.031-0.094 0.031-0.047-0.016-0.094-0.016-0.125-0.047l-3.563-3.781c-0.078-0.078-0.844-3.938-0.922-4.328-0.016-0.063 0.031-0.141 0.078-0.172l0.953-0.578c-0.187-0.172-1.453-1.281-1.484-1.437l-1.125-5.484c-0.016-0.063 0.016-0.141 0.094-0.187l1.469-0.703c-0.25-0.187-2.063-1.5-2.109-1.687l-1.5-7.281c-0.016-0.094 0.031-0.172 0.109-0.203l6.766-2.109c0.031 0 0.078 0 0.125 0.016l4.953 2.391c0.047 0.031 0.094 0.094 0.094 0.141l0.313 7.234c0 0.063-0.031 0.125-0.094 0.156l-1.844 0.953 1.969 1.328c0.047 0.016 0.078 0.078 0.078 0.125l0.078 1.922 1.891-1.156c0.047-0.031 0.125-0.031 0.172 0l1.313 0.875 0.047-1.719c0-0.047 0.031-0.109 0.078-0.141l3.219-1.969c0.063-0.031 0.125-0.031 0.172 0l3.828 2.109c0.031 0.031 0.063 0.063 0.078 0.109 0.031 0.109-0.484 3.625-0.531 3.984 0 0.047-0.031 0.094-0.063 0.109l-2.984 2.391c-0.063 0.047-0.141 0.047-0.203 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book\" viewBox=\"0 0 26 28\">\n<title>address-book</title>\n<path d=\"M18.766 19.344c0-2.766-0.672-5.844-3.453-5.844-0.859 0.5-2.031 1.359-3.313 1.359s-2.453-0.859-3.313-1.359c-2.781 0-3.453 3.078-3.453 5.844 0 1.547 1.016 2.656 2.266 2.656h9c1.25 0 2.266-1.109 2.266-2.656zM16.063 10.063c0-2.25-1.828-4.062-4.062-4.062s-4.062 1.813-4.062 4.062c0 2.234 1.828 4.047 4.062 4.047s4.062-1.813 4.062-4.047zM26 18.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book-o\" viewBox=\"0 0 26 28\">\n<title>address-book-o</title>\n<path d=\"M16.063 10.063c0 2.234-1.828 4.047-4.062 4.047s-4.062-1.813-4.062-4.047c0-2.25 1.828-4.062 4.062-4.062s4.062 1.813 4.062 4.062zM15.313 13.5c2.984 0 3.453 3.547 3.453 5.844 0 1.313-0.828 2.656-2.266 2.656h-9c-1.437 0-2.266-1.344-2.266-2.656 0-2.203 0.469-5.844 3.375-5.844h0.078c1.031 0.609 2.078 1.359 3.313 1.359s2.281-0.75 3.313-1.359zM26 9.5c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.266 0 0.5 0.234 0.5 0.5v3zM22 25.5v-23c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v23c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card\" viewBox=\"0 0 32 28\">\n<title>address-card</title>\n<path d=\"M16 17.672c0-2.422-0.594-5.109-3.063-5.109-0.766 0.438-1.797 1.188-2.938 1.188s-2.172-0.75-2.938-1.188c-2.469 0-3.063 2.688-3.063 5.109 0 1.359 0.891 2.328 2 2.328h8c1.109 0 2-0.969 2-2.328zM13.547 9.547c0-1.953-1.594-3.547-3.547-3.547s-3.547 1.594-3.547 3.547c0 1.969 1.594 3.547 3.547 3.547s3.547-1.578 3.547-3.547zM28 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM28 13.438v-0.875c0-0.313-0.25-0.562-0.562-0.562h-8.875c-0.313 0-0.562 0.25-0.562 0.562v0.875c0 0.313 0.25 0.562 0.562 0.562h8.875c0.313 0 0.562-0.25 0.562-0.562zM28 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-5.5v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-12v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-5.5c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card-o\" viewBox=\"0 0 32 28\">\n<title>address-card-o</title>\n<path d=\"M16 17.672c0 1.359-0.891 2.328-2 2.328h-8c-1.109 0-2-0.969-2-2.328 0-2.422 0.594-5.109 3.062-5.109 0.766 0.438 1.797 1.188 2.938 1.188s2.172-0.75 2.938-1.188c2.469 0 3.062 2.688 3.062 5.109zM13.547 9.547c0 1.969-1.594 3.547-3.547 3.547s-3.547-1.578-3.547-3.547c0-1.953 1.594-3.547 3.547-3.547s3.547 1.594 3.547 3.547zM28 16.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM28 12.563v0.875c0 0.313-0.25 0.562-0.562 0.562h-8.875c-0.313 0-0.562-0.25-0.562-0.562v-0.875c0-0.313 0.25-0.562 0.562-0.562h8.875c0.313 0 0.562 0.25 0.562 0.562zM28 8.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-19c0-0.266-0.234-0.5-0.5-0.5h-27c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h5.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h12v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h5.5c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle\" viewBox=\"0 0 28 28\">\n<title>user-circle</title>\n<path d=\"M23.797 20.922c-0.406-2.922-1.594-5.516-4.25-5.875-1.375 1.5-3.359 2.453-5.547 2.453s-4.172-0.953-5.547-2.453c-2.656 0.359-3.844 2.953-4.25 5.875 2.172 3.063 5.75 5.078 9.797 5.078s7.625-2.016 9.797-5.078zM20 10c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM28 14c0 7.703-6.25 14-14 14-7.734 0-14-6.281-14-14 0-7.734 6.266-14 14-14s14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle-o\" viewBox=\"0 0 28 28\">\n<title>user-circle-o</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14 0 7.688-6.234 14-14 14-7.75 0-14-6.297-14-14 0-7.734 6.266-14 14-14zM23.672 21.109c1.453-2 2.328-4.453 2.328-7.109 0-6.609-5.391-12-12-12s-12 5.391-12 12c0 2.656 0.875 5.109 2.328 7.109 0.562-2.797 1.922-5.109 4.781-5.109 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c2.859 0 4.219 2.312 4.781 5.109zM20 11c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-o\" viewBox=\"0 0 24 28\">\n<title>user-o</title>\n<path d=\"M18.766 12.25c2.203 0.641 5.234 2.812 5.234 9.922 0 3.219-2.391 5.828-5.328 5.828h-13.344c-2.938 0-5.328-2.609-5.328-5.828 0-7.109 3.031-9.281 5.234-9.922-0.781-1.234-1.234-2.688-1.234-4.25 0-4.406 3.594-8 8-8s8 3.594 8 8c0 1.563-0.453 3.016-1.234 4.25zM12 2c-3.313 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6-2.688-6-6-6zM18.672 26c1.828 0 3.328-1.703 3.328-3.828 0-4.922-1.656-8-4.75-8.156-1.406 1.234-3.234 1.984-5.25 1.984s-3.844-0.75-5.25-1.984c-3.094 0.156-4.75 3.234-4.75 8.156 0 2.125 1.5 3.828 3.328 3.828h13.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-id-badge\" viewBox=\"0 0 20 28\">\n<title>id-badge</title>\n<path d=\"M16 19.656c0 1.344-0.891 2.344-2 2.344h-8c-1.109 0-2-1-2-2.344 0-2.438 0.609-5.141 3.062-5.141 0.766 0.719 1.797 1.172 2.938 1.172s2.172-0.453 2.938-1.172c2.453 0 3.062 2.703 3.062 5.141zM13.594 11.547c0 1.969-1.609 3.547-3.594 3.547s-3.594-1.578-3.594-3.547c0-1.953 1.609-3.547 3.594-3.547s3.594 1.594 3.594 3.547zM18 25.5v-21.5h-16v21.5c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM20 2.5v23c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h5.5v1.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-1.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license\" viewBox=\"0 0 32 28\">\n<title>drivers-license</title>\n<path d=\"M14 18.937c0-2.063-0.5-4.438-2.562-4.438-0.625 0.625-1.484 1-2.438 1s-1.813-0.375-2.438-1c-2.063 0-2.562 2.375-2.562 4.438 0 1.141 0.75 2.063 1.672 2.063h6.656c0.922 0 1.672-0.922 1.672-2.063zM12 12c0-1.656-1.344-3-3-3s-3 1.344-3 3 1.344 3 3 3 3-1.344 3-3zM28 19.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM22 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM28 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM28 11.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM2 6h28v-1.5c0-0.281-0.219-0.5-0.5-0.5h-27c-0.281 0-0.5 0.219-0.5 0.5v1.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license-o\" viewBox=\"0 0 32 28\">\n<title>drivers-license-o</title>\n<path d=\"M14 18.937c0 1.141-0.75 2.063-1.672 2.063h-6.656c-0.922 0-1.672-0.922-1.672-2.063 0-2.063 0.5-4.438 2.562-4.438 0.625 0.625 1.484 1 2.438 1s1.813-0.375 2.438-1c2.063 0 2.562 2.375 2.562 4.438zM12 12c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 18.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 10.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-17.5h-28v17.5c0 0.266 0.234 0.5 0.5 0.5h27c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quora\" viewBox=\"0 0 28 28\">\n<title>quora</title>\n<path d=\"M19.609 12.297c0-6.516-2.031-9.859-6.797-9.859-4.688 0-6.719 3.344-6.719 9.859 0 6.484 2.031 9.797 6.719 9.797 0.75 0 1.422-0.078 2.047-0.266v0c-0.969-1.906-2.109-3.828-4.328-3.828-0.422 0-0.844 0.063-1.234 0.25l-0.766-1.516c0.922-0.797 2.406-1.422 4.312-1.422 2.984 0 4.5 1.437 5.719 3.266 0.703-1.563 1.047-3.672 1.047-6.281zM25.703 22.172h1.828c0.109 1.125-0.453 5.828-5.563 5.828-3.094 0-4.719-1.797-5.953-3.891v0c-1.016 0.281-2.109 0.422-3.203 0.422-6.25 0-12.359-4.984-12.359-12.234 0-7.313 6.125-12.297 12.359-12.297 6.359 0 12.406 4.953 12.406 12.297 0 4.094-1.906 7.422-4.672 9.562 0.891 1.344 1.813 2.234 3.094 2.234 1.406 0 1.969-1.078 2.063-1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-free-code-camp\" viewBox=\"0 0 36 28\">\n<title>free-code-camp</title>\n<path d=\"M7.078 25.578c0 0.438-0.391 0.844-0.828 0.844-0.063 0-0.141-0.031-0.203-0.047v0c-0.875-0.203-2-1.516-2.531-2.188-2.438-3.078-3.516-6.672-3.516-10.563 0-3.625 1.094-6.734 3.328-9.594 0.516-0.672 2.047-2.438 2.953-2.438 0.391 0 0.797 0.313 0.797 0.719 0 0.469-0.688 1.109-0.984 1.406-0.859 0.891-1.656 1.797-2.297 2.875-1.328 2.219-1.859 4.438-1.859 7.016 0 2.766 0.516 5.266 1.922 7.672 0.594 1.016 1.297 1.859 2.125 2.703 0.328 0.359 1.094 1.062 1.094 1.594zM28.063 23.484c0 0.578-0.391 1.062-1 1.062h-16.891c-0.547 0-1-0.453-1-1 0-0.578 0.391-1.062 1-1.062h16.891c0.547 0 1 0.453 1 1zM24.703 13.937c0 1.312-0.297 2.531-1.047 3.641-0.516 0.766-1.563 1.75-2.391 2.172-0.125 0.078-0.281 0.156-0.422 0.156-0.125 0-0.359-0.141-0.359-0.281 0-0.453 1.906-1.531 1.906-3.625 0-0.688-0.172-1.453-0.547-2.031-0.109-0.156-0.5-0.656-0.719-0.656-0.047 0-0.047 0.031-0.047 0.078 0 0.375 0.234 0.734 0.234 1.125 0 0.5-0.609 0.75-1.031 0.75-0.734 0-1.031-0.516-1.031-1.188 0-0.453 0.047-0.922 0.047-1.375 0-0.328-0.016-0.422-0.156-0.719-0.219-0.422-0.938-1.281-1.453-1.281-0.141 0-0.187 0-0.187 0.141 0 0.219 0.5 0.453 0.5 1.25 0 2.078-2.859 2.453-2.859 4.531 0 0.938 0.125 1.719 0.656 2.5 0.328 0.484 0.688 0.766 1.234 0.984 0.141 0.047 0.281 0.063 0.281 0.234s-0.141 0.25-0.281 0.25c-0.078 0-0.438-0.141-0.516-0.172v0c-2.406-0.875-4.234-2.969-4.234-5.594 0-3.109 3.734-5.828 3.734-8.813 0-0.578-0.094-0.984-0.391-1.469-0.172-0.281-0.594-0.828-0.875-1-0.125-0.063-0.297-0.172-0.297-0.328 0-0.266 0.453-0.313 0.641-0.313 0.562 0 1.203 0.203 1.719 0.453 2.172 1.031 2.625 2.609 3 4.797 0.094 0.516 0.281 2.156 1.031 2.156 0.484 0 0.797-0.328 0.797-0.797 0-0.703-0.625-1.469-0.625-1.859 0-0.109 0.063-0.156 0.156-0.156 0.391 0 1.203 0.828 1.453 1.094 1.516 1.609 2.078 3.172 2.078 5.344zM36 14.391c0 2.75-0.734 5.5-2.156 7.859-0.656 1.094-2.812 4.156-4.234 4.156-0.328 0-0.719-0.406-0.719-0.734 0-0.531 1.828-2.234 2.281-2.812 1.937-2.438 2.859-5.187 2.859-8.297 0-2.562-0.313-4.641-1.453-6.969-0.703-1.437-1.437-2.406-2.547-3.563-0.359-0.375-1.141-1.078-1.141-1.641 0-0.391 0.406-0.812 0.797-0.812 1.031 0 2.516 1.906 3.063 2.641 2.094 2.812 2.984 5.703 3.219 9.172 0.016 0.328 0.031 0.672 0.031 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-telegram\" viewBox=\"0 0 28 28\">\n<title>telegram</title>\n<path d=\"M18.578 20.422l2.297-10.828c0.203-0.953-0.344-1.328-0.969-1.094l-13.5 5.203c-0.922 0.359-0.906 0.875-0.156 1.109l3.453 1.078 8.016-5.047c0.375-0.25 0.719-0.109 0.438 0.141l-6.484 5.859-0.25 3.563c0.359 0 0.516-0.156 0.703-0.344l1.687-1.625 3.5 2.578c0.641 0.359 1.094 0.172 1.266-0.594zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer\" viewBox=\"0 0 16 28\">\n<title>thermometer</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-14.172h2v14.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-3\" viewBox=\"0 0 16 28\">\n<title>thermometer-3</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-10.172h2v10.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-2\" viewBox=\"0 0 16 28\">\n<title>thermometer-2</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-6.172h2v6.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-1\" viewBox=\"0 0 16 28\">\n<title>thermometer-1</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-2.172h2v2.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-0\" viewBox=\"0 0 16 28\">\n<title>thermometer-0</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.641 1.328-3 3-3s3 1.375 3 3zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shower\" viewBox=\"0 0 30 28\">\n<title>shower</title>\n<path d=\"M22.391 3.891c0.203 0.203 0.203 0.516 0 0.719l-9.781 9.781c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l0.688-0.688c-1.516-1.906-1.703-4.516-0.547-6.594-0.719-0.688-1.687-1.109-2.75-1.109-2.203 0-4 1.797-4 4v20h-4v-20c0-4.406 3.594-8 8-8 2.25 0 4.281 0.938 5.734 2.438 1.969-0.797 4.25-0.5 5.969 0.859l0.688-0.688c0.203-0.203 0.516-0.203 0.719 0zM21 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM25 10c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM29 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM22 11c0-0.547 0.453-1 1-1s1 0.453 1 1-0.453 1-1 1-1-0.453-1-1zM27 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 14c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM25 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 16c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM23 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 18c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 20c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bath\" viewBox=\"0 0 28 28\">\n<title>bath</title>\n<path d=\"M26 17v3c0 1.781-0.781 3.359-2 4.469v3.031c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.844c-0.625 0.219-1.297 0.344-2 0.344h-12c-0.703 0-1.375-0.125-2-0.344v1.719c0 0.344-0.219 0.625-0.5 0.625h-1c-0.281 0-0.5-0.281-0.5-0.625v-2.906c-1.219-1.109-2-2.688-2-4.469v-3h24zM11 10.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 9.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-10c0-2.203 1.797-4 4-4 1.125 0 2.141 0.469 2.875 1.219 0.969-0.391 2.125-0.25 2.984 0.422l0.344-0.344c0.094-0.094 0.25-0.094 0.344 0l0.656 0.656c0.094 0.094 0.094 0.25 0 0.344l-4.906 4.906c-0.094 0.094-0.25 0.094-0.344 0l-0.656-0.656c-0.094-0.094-0.094-0.25 0-0.344l0.344-0.344c-0.75-0.953-0.844-2.266-0.266-3.313-0.359-0.344-0.844-0.547-1.375-0.547-1.109 0-2 0.891-2 2v10h23.5c0.281 0 0.5 0.219 0.5 0.5zM14 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM14 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM16 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM17 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-podcast\" viewBox=\"0 0 24 28\">\n<title>podcast</title>\n<path d=\"M15.531 18.625c0 1.031-0.109 2.063-0.266 3.078-0.234 1.625-0.469 3.297-0.859 4.891-0.281 1.141-1.344 1.406-2.375 1.406s-2.094-0.266-2.375-1.406c-0.391-1.594-0.625-3.266-0.859-4.891-0.156-1.016-0.266-2.047-0.266-3.078 0-2.109 1.703-2.625 3.5-2.625s3.5 0.516 3.5 2.625zM24 12c0 5.063-3.125 9.391-7.562 11.156-0.172 0.063-0.359-0.094-0.328-0.281 0.047-0.328 0.094-0.672 0.156-1.031 0.031-0.25 0.063-0.5 0.094-0.734 0.016-0.094 0.063-0.156 0.141-0.187 3.25-1.656 5.5-5.031 5.5-8.922 0-5.703-4.781-10.297-10.547-9.984-5.281 0.281-9.484 4.781-9.453 10.063 0.031 3.891 2.297 7.25 5.563 8.875 0.078 0.031 0.125 0.109 0.141 0.187 0.031 0.219 0.063 0.453 0.094 0.703 0.063 0.375 0.109 0.719 0.172 1.062 0.031 0.187-0.172 0.344-0.344 0.266-4.641-1.813-7.875-6.438-7.609-11.766 0.297-6.047 5.172-11 11.219-11.375 6.969-0.438 12.766 5.094 12.766 11.969zM15.531 11.5c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5zM20.031 12c0 2.578-1.234 4.891-3.125 6.344-0.156 0.125-0.375 0.016-0.406-0.187-0.047-0.438-0.172-0.953-0.453-1.437-0.063-0.094-0.047-0.219 0.047-0.313 1.188-1.094 1.937-2.656 1.937-4.406 0-3.531-3.078-6.359-6.687-5.969-2.766 0.313-5.016 2.594-5.281 5.375-0.203 1.969 0.578 3.781 1.906 5 0.094 0.094 0.109 0.219 0.047 0.313-0.281 0.484-0.406 1-0.453 1.453-0.031 0.187-0.25 0.297-0.406 0.172-1.937-1.5-3.172-3.859-3.125-6.516 0.094-4.156 3.469-7.625 7.609-7.812 4.594-0.219 8.391 3.437 8.391 7.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-maximize\" viewBox=\"0 0 28 28\">\n<title>window-maximize</title>\n<path d=\"M4 22h20v-12h-20v12zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-minimize\" viewBox=\"0 0 28 28\">\n<title>window-minimize</title>\n<path d=\"M28 20.5v3c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-restore\" viewBox=\"0 0 32 28\">\n<title>window-restore</title>\n<path d=\"M4 24h12v-8h-12v8zM20 16h8v-12h-12v4h1.5c1.375 0 2.5 1.125 2.5 2.5v5.5zM32 2.5v15c0 1.375-1.125 2.5-2.5 2.5h-9.5v5.5c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h9.5v-5.5c0-1.375 1.125-2.5 2.5-2.5h15c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle\" viewBox=\"0 0 28 28\">\n<title>times-rectangle</title>\n<path d=\"M18.359 20.641l2.281-2.281c0.203-0.203 0.203-0.516 0-0.719l-3.641-3.641 3.641-3.641c0.203-0.203 0.203-0.516 0-0.719l-2.281-2.281c-0.203-0.203-0.516-0.203-0.719 0l-3.641 3.641-3.641-3.641c-0.203-0.203-0.516-0.203-0.719 0l-2.281 2.281c-0.203 0.203-0.203 0.516 0 0.719l3.641 3.641-3.641 3.641c-0.203 0.203-0.203 0.516 0 0.719l2.281 2.281c0.203 0.203 0.516 0.203 0.719 0l3.641-3.641 3.641 3.641c0.203 0.203 0.516 0.203 0.719 0zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle-o\" viewBox=\"0 0 28 28\">\n<title>times-rectangle-o</title>\n<path d=\"M19.641 17.359l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.641-2.641-2.641 2.641c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.641-2.641-2.641-2.641c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.641 2.641 2.641-2.641c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.641 2.641 2.641 2.641c0.203 0.203 0.203 0.516 0 0.719zM4 22h20v-16h-20v16zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bandcamp\" viewBox=\"0 0 28 28\">\n<title>bandcamp</title>\n<path d=\"M16.719 18.406l4.781-8.813h-10.219l-4.781 8.813h10.219zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-grav\" viewBox=\"0 0 28 28\">\n<title>grav</title>\n<path d=\"M20.172 7.438c-0.5-0.562-1.313 0.391-0.875 0.906 0.422 0.516 1.813 0.141 0.875-0.906zM13.984 11.281c-0.172 0.172-0.438 0.172-0.594 0-0.172-0.156-0.172-0.422 0-0.578 0.156-0.172 0.422-0.172 0.594 0 0.156 0.156 0.156 0.422 0 0.578zM16.562 12.437l-0.547 0.547c-0.25 0.266-0.672 0.266-0.938 0l-0.594-0.594c-0.25-0.266-0.25-0.672 0-0.938l0.547-0.547c0.25-0.25 0.672-0.25 0.938 0l0.594 0.609c0.25 0.25 0.25 0.672 0 0.922zM14.859 10.406c-0.156 0.156-0.422 0.156-0.594 0-0.156-0.172-0.156-0.438 0-0.594 0.172-0.172 0.438-0.172 0.594 0 0.172 0.156 0.172 0.422 0 0.594zM21.156 8.875c-0.703 1.328-2.547 1.875-3.672 1.078-1.125-0.812-1.906-2.438-0.672-3.844 1.219-1.406 2.297-0.969 3.375 0.047 0.672 0.641 1.656 1.406 0.969 2.719zM24.297 16.406c0.141-0.906-1.156-0.938-1.437-1.453-0.766-1.359-1.563-2.078-3.078-1.719 0.656-0.453 1.328-0.344 1.328-0.344 0.016-0.359 0-0.734-0.531-1.406 0.219-0.703 0.016-1.266 0.016-1.266 0.875-0.484 1.516-1.375 1.641-2.438 0.203-1.75-1.062-3.344-2.812-3.547-1.25-0.141-2.469 0.438-3.063 1.453-1.313 2.266 0.078 4 1.266 4.594-0.812-0.078-1.937-0.672-2.266-1.937-0.375-1.453 0.156-2.812 0.5-3.469 0 0-0.25-0.328-0.453-0.5 0 0-0.781 0-1.391 0.297 0.672-0.859 1.422-0.812 1.422-0.812 0-0.359-0.031-0.844-0.203-1.219-0.313-0.641-1.406-0.734-1.828 0.234 0.016-0.047 0.031-0.078 0.063-0.109-0.281 0.672-0.063 3.156 0.953 4.922-0.141 0.078-0.516 0.344-0.734 0.562-1.219 0.547-3.172 3.406-3.172 3.406-1.594 0.609-4.375 2.875-4 4.5v0c0.016 0.172 0.078 0.313 0.172 0.422-0.156 0.125-0.313 0.281-0.469 0.469-0.672 0.781-0.297 1.984 1 1.375 0.891-0.406 1.687-1.141 2.063-1.719 0 0-0.328-0.281-0.938-0.25 1.563-0.375 1.953-0.531 2.625-0.516 0.453 0.219 0.453-1.937 0.453-1.937 0-0.828-0.125-1.75-0.625-2.344 0.703 0.688 1.641 1.844 1.578 3.422-0.047 1.031-0.859 1.297-0.859 1.297-0.516 0.938-2.438 3.719-1.719 5.984 0 0-0.547-0.844-0.578-1.25-0.984 1.094-2.641 2.953-1.406 3.641 1.5 0.828 6.156-5 7.141-8.031 1.953-1.172 3.125-2.672 3.609-3.672 1.25 2.484 5.406 5.359 5.734 3.359zM28.031 14c0 7.734-6.281 14-14.016 14s-14.016-6.266-14.016-14 6.281-14 14.016-14 14.016 6.266 14.016 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-etsy\" viewBox=\"0 0 24 28\">\n<title>etsy</title>\n<path d=\"M8.094 2.859v10.234c3.625 0.031 5.531-0.156 5.531-0.156 1.469-0.047 1.687-0.422 2.031-1.859l0.516-2.219h1.609l-0.219 5.031 0.109 4.984h-1.609l-0.453-1.984c-0.328-1.484-0.969-1.844-2.016-1.859 0 0-1.344-0.125-5.5-0.125v8.687c0 1.625 0.891 2.391 2.766 2.391h5.578c1.875 0 3.563-0.187 4.719-2.859l1.453-3.375h1.391c-0.109 0.672-0.859 6.875-0.969 8.25-5.141-0.187-7.344-0.187-7.344-0.187h-9.812l-5.875 0.187v-1.594l1.984-0.391c1.391-0.266 1.813-0.672 1.828-1.813 0.094-3.781 0.125-10.047 0.125-10.047s0.047-6.281-0.125-10.078c-0.047-1.297-0.438-1.609-1.828-1.875l-1.984-0.375v-1.594l5.875 0.187h10.969s2.172 0 5.844-0.422c-0.219 2.391-0.484 7.906-0.484 7.906h-1.453l-0.5-1.937c-0.609-2.422-1.422-3.719-2.922-3.719h-8.563c-0.641 0-0.672 0.219-0.672 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-imdb\" viewBox=\"0 0 24 28\">\n<title>imdb</title>\n<path d=\"M14.406 12.453v2.844c0 0.562 0.109 1.078-0.594 1.062v-4.828c0.688 0 0.594 0.359 0.594 0.922zM19.344 13.953v1.891c0 0.313 0.094 0.828-0.359 0.828-0.094 0-0.172-0.047-0.219-0.141-0.125-0.297-0.063-2.547-0.063-2.578 0-0.219-0.063-0.734 0.281-0.734 0.422 0 0.359 0.422 0.359 0.734zM2.812 17.641h1.906v-7.375h-1.906v7.375zM9.594 17.641h1.656v-7.375h-2.484l-0.438 3.453c-0.156-1.156-0.313-2.312-0.5-3.453h-2.469v7.375h1.672v-4.875l0.703 4.875h1.188l0.672-4.984v4.984zM16.234 12.875c0-0.469 0.016-0.969-0.078-1.406-0.25-1.297-1.813-1.203-2.828-1.203h-1.422v7.375c4.969 0 4.328 0.344 4.328-4.766zM21.187 15.953v-2.078c0-1-0.047-1.734-1.281-1.734-0.516 0-0.859 0.156-1.203 0.531v-2.406h-1.828v7.375h1.719l0.109-0.469c0.328 0.391 0.688 0.562 1.203 0.562 1.141 0 1.281-0.875 1.281-1.781zM24 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ravelry\" viewBox=\"0 0 34 28\">\n<title>ravelry</title>\n<path d=\"M17.859 27.078c-0.063-0.016-0.109-0.031-0.172-0.063 0 0-5.141-3.016-6.875-7.891-0.578-0.094-1.797-0.375-2.734-0.578v0c1.359 4.422 5.141 7.797 9.781 8.531zM7.844 17.609l2.625 0.438c-0.891-2.672-1-5.719-1-5.719-1.047 1.016-1.609 2.406-1.891 3.5v0c0.047 0.609 0.125 1.203 0.266 1.781zM9.562 8.094v0c-0.484 0.719-0.875 1.5-1.203 2.312 0.516-0.547 0.938-0.906 1.156-1.062-0.031-0.469 0.047-1.25 0.047-1.25zM32.016 14.875c0-6.813-5.5-12.344-12.25-12.344-3.125 0-5.969 1.188-8.141 3.141-0.328 0.641-0.547 1.453-0.703 2.5 3.328-2.828 9.266-2.125 9.266-2.125 1.484 0.063 1.313 1.375 1.297 1.781-5.406-0.453-8.062 1.094-10.687 3.328 0 0 0.516 5 1.703 7.031 6.844 0.313 12.047-3.406 12.047-3.406 0.656-0.469 1.234-0.516 1.359 0.297 0.094 0.656 0.141 1.547-0.609 1.891-2.281 1.062-4.797 1.734-7.297 2.094-1.625 0.234-2.531 0.297-4.953 0.25 2.312 5.375 8.094 6.844 8.094 6.844 1.813 0.297 3.187 0.063 4.109-0.234v0c4-2.031 6.766-6.219 6.766-11.047zM33.172 14.297c-0.109 1.062-0.281 2.297-0.625 3.313-1.406 4.172-3.359 6.891-7.812 9.375-0.406 0.281-0.844 0.547-1.281 0.688-0.797 0.281-1.656 0.344-2.547 0.25-0.375 0.031-0.75 0.047-1.141 0.047-5.953 0-10.984-4.062-12.5-9.609-0.047 0-0.094-0.016-0.141-0.016-0.359 2.812 1.719 6.609 1.719 6.609s0.125 0.187 0.844 1.281c-3.984-2.109-4.094-8.328-4.094-8.328-0.953-0.359-4.266-1.484-4.844-2.406 0 0 2.594 1.422 4.828 1.703-0.016-0.016 0.031-0.5 0.031-0.5 0.141-1.906 0.797-3.391 1.469-4.531 0.438-2.141 1.406-4.078 2.75-5.703 0.234-0.969 0.609-2.125 1.266-3.344 0.281-0.531 0.547-0.875 1.266-1.203 4.75-2.219 9.438-2.781 14.25-0.281v0c4.609 2.406 7.109 7.438 6.563 12.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eercast\" viewBox=\"0 0 27 28\">\n<title>eercast</title>\n<path d=\"M20.953 12.25c0.547-0.844-0.094-2.984-2-4.25-1.891-1.266-4.312-1.172-4.875-0.328-0.547 0.828 0.625 0.297 2.766 1.094 3.531 1.313 3.563 4.328 4.109 3.484zM26.625 21.219c-4.422 10.875-24.344 8.125-23.922-5.984 0.047-1.797 0.547-3 1.062-4.719-3.297 13.5 15.094 21.359 22.641 10.703 0.281-0.391 0.359-0.359 0.219 0zM22.891 14.203c0 4.422-3.563 8.016-7.953 8.016s-7.953-3.594-7.953-8.016 3.563-8.016 7.953-8.016 7.953 3.594 7.953 8.016zM27.375 9.703c-5.563-12.625-28.531-7.969-25.984 9.203-5.281-17.203 16.484-25.094 24.531-12.844 0.656 1 1.406 2.75 1.453 3.641zM26.406 15.047c0.266-5.281-3.391-8.891-8.328-10.25-0.078 0-0.422-0.141 0.219-0.203 12.063 0.406 12.5 19.688-0.641 19.906 4.281-1.188 8.484-4.156 8.75-9.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microchip\" viewBox=\"0 0 24 28\">\n<title>microchip</title>\n<path d=\"M3 20v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 16v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 12v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 8v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 4v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM20 1.5v23c0 0.828-0.672 1.5-1.5 1.5h-13c-0.828 0-1.5-0.672-1.5-1.5v-23c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5zM24 20.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 16.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 12.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 8.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 4.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snowflake-o\" viewBox=\"0 0 26 28\">\n<title>snowflake-o</title>\n<path d=\"M24.469 17.453l-2.609 0.516 2.906 1.672c0.469 0.266 0.641 0.891 0.359 1.359s-0.891 0.641-1.359 0.359l-2.906-1.656 0.859 2.5c0.438 1.25-1.469 1.891-1.891 0.656l-1.594-4.688-4.234-2.438v4.891l3.25 3.719c0.875 0.984-0.641 2.312-1.5 1.313l-1.75-2v3.344c0 0.547-0.453 1-1 1s-1-0.453-1-1v-3.344l-1.75 2c-0.859 1-2.375-0.328-1.5-1.313l3.25-3.719v-4.891l-4.234 2.438-1.594 4.688c-0.422 1.234-2.328 0.594-1.891-0.656l0.859-2.5-2.906 1.656c-0.469 0.281-1.078 0.109-1.359-0.359s-0.109-1.094 0.359-1.359l2.906-1.672-2.609-0.516c-1.297-0.266-0.906-2.219 0.391-1.969l4.844 0.969 4.234-2.453-4.234-2.453-4.844 0.969c-0.063 0.016-0.141 0.016-0.203 0.016-1.188 0-1.359-1.75-0.187-1.984l2.609-0.516-2.906-1.672c-0.469-0.266-0.641-0.891-0.359-1.359 0.281-0.484 0.891-0.641 1.359-0.359l2.906 1.656-0.859-2.5c-0.438-1.25 1.469-1.891 1.891-0.656l1.594 4.688 4.234 2.438v-4.891l-3.25-3.719c-0.875-0.984 0.641-2.312 1.5-1.313l1.75 2v-3.344c0-0.547 0.453-1 1-1s1 0.453 1 1v3.344l1.75-2c0.859-1 2.375 0.328 1.5 1.313l-3.25 3.719v4.891l4.234-2.438 1.594-4.688c0.422-1.234 2.328-0.594 1.891 0.656l-0.859 2.5 2.906-1.656c0.469-0.281 1.078-0.109 1.359 0.359s0.109 1.094-0.359 1.359l-2.906 1.672 2.609 0.516c1.172 0.234 1 1.984-0.187 1.984-0.063 0-0.141 0-0.203-0.016l-4.844-0.969-4.234 2.453 4.234 2.453 4.844-0.969c1.297-0.25 1.687 1.703 0.391 1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superpowers\" viewBox=\"0 0 28 28\">\n<title>superpowers</title>\n<path d=\"M23.016 14.516c0.281-5-3.547-9.141-8.5-9.438-4.922-0.297-9.281 3.453-9.562 8.406-0.281 5 3.547 9.141 8.516 9.438 4.922 0.297 9.281-3.437 9.547-8.406zM28 0l-5.453 5.437c2.484 2.422 3.828 5.797 3.609 9.266-0.344 5.812-4.813 10.453-10.547 11.234l-15.609 2.063 5.422-5.422c-2.484-2.422-3.813-5.797-3.609-9.266 0.359-5.828 4.813-10.469 10.563-11.25 5.203-0.688 10.422-1.375 15.625-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpexplorer\" viewBox=\"0 0 28 28\">\n<title>wpexplorer</title>\n<path d=\"M14.812 16.063l2.547 5.141h-0.797l-2.734-5.469-2.672 5.469h-0.766l2.797-5.844-1.219-0.516 0.328-0.766 3.75 1.594-0.328 0.781zM8.797 6.813l4.75 2.031-2.031 4.75-4.75-2.031zM14.172 9.703l3.75 1.609-1.609 3.734-3.734-1.594zM18.562 12.047l2.984 1.266-1.281 2.969-2.969-1.266zM26.25 14c0-6.75-5.5-12.25-12.25-12.25s-12.25 5.5-12.25 12.25 5.5 12.25 12.25 12.25 12.25-5.5 12.25-12.25zM28 14c0 7.719-6.281 14-14 14s-14-6.281-14-14 6.281-14 14-14 14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meetup\" viewBox=\"0 0 30 28\">\n<title>meetup</title>\n<path d=\"M20.844 19.281c-0.172-1.125-2.234-0.25-2.359-1.484-0.172-1.75 2.391-5.531 2.188-7-0.187-1.313-1.062-1.594-1.828-1.609-0.734-0.016-0.922 0.109-1.172 0.25-0.156 0.094-0.359 0.266-0.641-0.016-0.344-0.328-0.609-0.641-1.062-0.703-0.672-0.109-0.969 0.109-1.453 0.531-0.187 0.156-0.656 0.703-1.094 0.5-0.187-0.094-0.844-0.422-1.313-0.625-0.891-0.391-2.188 0.25-2.656 1.094-0.703 1.25-2.078 6.188-2.281 6.844-0.469 1.453 0.594 2.656 2.016 2.578 0.609-0.031 1-0.25 1.391-0.953 0.219-0.406 2.281-5.891 2.438-6.156 0.109-0.187 0.484-0.438 0.797-0.281 0.313 0.172 0.375 0.516 0.328 0.828-0.063 0.531-1.531 3.875-1.578 4.25-0.187 1.25 1.469 1.453 2.109 0.219 0.203-0.391 2.5-5.063 2.703-5.375 0.234-0.344 0.406-0.453 0.641-0.438 0.172 0 0.453 0.047 0.391 0.594-0.078 0.516-1.922 3.953-2.125 4.797-0.25 1.125 0.359 2.266 1.359 2.766 0.625 0.313 3.422 0.859 3.203-0.609zM5.984 22.656c0.063 0.313-0.125 0.609-0.438 0.672-0.297 0.063-0.594-0.125-0.656-0.438-0.063-0.297 0.125-0.609 0.422-0.672s0.609 0.125 0.672 0.438zM14.891 26.766c0.25 0.359 0.156 0.844-0.187 1.094-0.359 0.25-0.844 0.156-1.094-0.203-0.234-0.359-0.141-0.844 0.203-1.094 0.359-0.25 0.844-0.156 1.078 0.203zM2.766 14.078c-0.375 0.562-1.125 0.703-1.672 0.313-0.547-0.375-0.688-1.141-0.313-1.687 0.375-0.562 1.125-0.703 1.672-0.328 0.547 0.391 0.688 1.141 0.313 1.703zM22.922 24.656c0.391 0.578 0.25 1.375-0.328 1.781-0.578 0.391-1.359 0.25-1.75-0.328s-0.25-1.375 0.313-1.781c0.578-0.406 1.359-0.25 1.766 0.328zM24.672 15.219c1.437 2.359 0.828 5.469-1.437 7.063-0.953 0.672-2.031 0.969-3.109 0.938-0.656 2.578-3.797 3.531-5.75 1.781-0.063 0.047-0.141 0.094-0.203 0.156-2.141 1.484-5.047 0.953-6.531-1.219-0.531-0.781-0.797-1.672-0.828-2.562-3.578-0.594-4.922-5.141-2.25-7.641-1.547-2.562 0.031-5.875 2.922-6.281 1.375-3.625 5.891-5.344 8.953-2.969 3.687-1.219 7.453 1.609 7.156 5.531 2.25 0.688 2.891 3.656 1.078 5.203zM7.109 4.906c0.281 0.422 0.187 1-0.234 1.297-0.406 0.281-0.984 0.187-1.266-0.234s-0.187-1 0.234-1.297c0.406-0.281 0.984-0.187 1.266 0.234zM9.594 0.516c0.078 0.344-0.141 0.688-0.484 0.766s-0.688-0.141-0.766-0.5c-0.063-0.344 0.156-0.688 0.5-0.766s0.688 0.141 0.75 0.5zM28.125 15.328c0.094 0.422-0.172 0.828-0.578 0.906-0.406 0.094-0.812-0.172-0.891-0.578-0.094-0.422 0.172-0.828 0.578-0.922 0.406-0.078 0.812 0.187 0.891 0.594zM17.75 1.375c0.328 0.562 0.156 1.312-0.422 1.656-0.562 0.344-1.297 0.156-1.625-0.406-0.344-0.578-0.156-1.328 0.406-1.672s1.297-0.156 1.641 0.422zM29.406 11.625c0.078 0.313-0.125 0.609-0.422 0.688-0.313 0.063-0.609-0.141-0.672-0.438-0.063-0.313 0.125-0.625 0.438-0.688 0.297-0.063 0.594 0.125 0.656 0.438zM26.422 7.859c0.313 0.469 0.203 1.109-0.25 1.437-0.469 0.313-1.109 0.203-1.422-0.266s-0.203-1.109 0.266-1.437c0.453-0.328 1.094-0.203 1.406 0.266z\"/>\n</symbol>\n</defs>\n</svg>\n\";s:11:\"Linearicons\";s:184660:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"Lineariconsicon-home\" viewBox=\"0 0 20 20\">\n<title>home</title>\n<path class=\"path1\" d=\"M19.871 12.165l-8.829-9.758c-0.274-0.303-0.644-0.47-1.042-0.47-0 0 0 0 0 0-0.397 0-0.767 0.167-1.042 0.47l-8.829 9.758c-0.185 0.205-0.169 0.521 0.035 0.706 0.096 0.087 0.216 0.129 0.335 0.129 0.136 0 0.272-0.055 0.371-0.165l2.129-2.353v8.018c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-8.018l2.129 2.353c0.185 0.205 0.501 0.221 0.706 0.035s0.221-0.501 0.035-0.706zM12 19h-4v-4.5c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v4.5zM16 18.5c0 0.276-0.224 0.5-0.5 0.5h-2.5v-4.5c0-0.827-0.673-1.5-1.5-1.5h-3c-0.827 0-1.5 0.673-1.5 1.5v4.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-9.123l5.7-6.3c0.082-0.091 0.189-0.141 0.3-0.141s0.218 0.050 0.3 0.141l5.7 6.3v9.123z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-apartment\" viewBox=\"0 0 20 20\">\n<title>apartment</title>\n<path class=\"path1\" d=\"M14 6h1v1h-1v-1z\"/>\n<path class=\"path2\" d=\"M14 8h1v1h-1v-1z\"/>\n<path class=\"path3\" d=\"M14 10h1v1h-1v-1z\"/>\n<path class=\"path4\" d=\"M14 12h1v1h-1v-1z\"/>\n<path class=\"path5\" d=\"M14 16h1v1h-1v-1z\"/>\n<path class=\"path6\" d=\"M14 14h1v1h-1v-1z\"/>\n<path class=\"path7\" d=\"M6 6h1v1h-1v-1z\"/>\n<path class=\"path8\" d=\"M6 8h1v1h-1v-1z\"/>\n<path class=\"path9\" d=\"M6 10h1v1h-1v-1z\"/>\n<path class=\"path10\" d=\"M6 12h1v1h-1v-1z\"/>\n<path class=\"path11\" d=\"M6 16h1v1h-1v-1z\"/>\n<path class=\"path12\" d=\"M6 14h1v1h-1v-1z\"/>\n<path class=\"path13\" d=\"M4 6h1v1h-1v-1z\"/>\n<path class=\"path14\" d=\"M4 8h1v1h-1v-1z\"/>\n<path class=\"path15\" d=\"M4 10h1v1h-1v-1z\"/>\n<path class=\"path16\" d=\"M4 12h1v1h-1v-1z\"/>\n<path class=\"path17\" d=\"M4 16h1v1h-1v-1z\"/>\n<path class=\"path18\" d=\"M4 14h1v1h-1v-1z\"/>\n<path class=\"path19\" d=\"M8 6h1v1h-1v-1z\"/>\n<path class=\"path20\" d=\"M8 8h1v1h-1v-1z\"/>\n<path class=\"path21\" d=\"M8 10h1v1h-1v-1z\"/>\n<path class=\"path22\" d=\"M8 12h1v1h-1v-1z\"/>\n<path class=\"path23\" d=\"M8 16h1v1h-1v-1z\"/>\n<path class=\"path24\" d=\"M8 14h1v1h-1v-1z\"/>\n<path class=\"path25\" d=\"M18.5 19h-0.5v-13.5c0-0.763-0.567-1.549-1.291-1.791l-4.709-1.57v-1.64c0-0.158-0.075-0.307-0.202-0.401s-0.291-0.123-0.442-0.078l-9.042 2.713c-0.737 0.221-1.314 0.997-1.314 1.766v14.5h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h18c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM16.393 4.658c0.318 0.106 0.607 0.507 0.607 0.842v13.5h-5v-15.806l4.393 1.464zM2 4.5c0-0.329 0.287-0.714 0.602-0.808l8.398-2.52v17.828h-9v-14.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pencil\" viewBox=\"0 0 20 20\">\n<title>pencil</title>\n<path class=\"path1\" d=\"M19.104 0.896c-0.562-0.562-1.309-0.871-2.104-0.871s-1.542 0.309-2.104 0.871l-12.75 12.75c-0.052 0.052-0.091 0.114-0.116 0.183l-2 5.5c-0.066 0.183-0.021 0.387 0.116 0.524 0.095 0.095 0.223 0.146 0.354 0.146 0.057 0 0.115-0.010 0.171-0.030l5.5-2c0.069-0.025 0.131-0.065 0.183-0.116l12.75-12.75c0.562-0.562 0.871-1.309 0.871-2.104s-0.309-1.542-0.871-2.104zM5.725 17.068l-4.389 1.596 1.596-4.389 11.068-11.068 2.793 2.793-11.068 11.068zM18.396 4.396l-0.896 0.896-2.793-2.793 0.896-0.896c0.373-0.373 0.869-0.578 1.396-0.578s1.023 0.205 1.396 0.578c0.373 0.373 0.578 0.869 0.578 1.396s-0.205 1.023-0.578 1.396z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magic-wand\" viewBox=\"0 0 20 20\">\n<title>magic-wand</title>\n<path class=\"path1\" d=\"M11.5 7c-0.276 0-0.5-0.224-0.5-0.5 0-1.378-1.122-2.5-2.5-2.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c1.378 0 2.5-1.122 2.5-2.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 1.378 1.122 2.5 2.5 2.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-1.378 0-2.5 1.122-2.5 2.5 0 0.276-0.224 0.5-0.5 0.5zM10.301 3.5c0.49 0.296 0.903 0.708 1.199 1.199 0.296-0.49 0.708-0.903 1.199-1.199-0.49-0.296-0.903-0.708-1.199-1.199-0.296 0.49-0.708 0.903-1.199 1.199z\"/>\n<path class=\"path2\" d=\"M1.5 10c-0.276 0-0.5-0.224-0.5-0.5s-0.224-0.5-0.5-0.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.276 0 0.5-0.224 0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5c0 0.276 0.224 0.5 0.5 0.5s0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5c-0.276 0-0.5 0.224-0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.147 15.939l-10.586-10.586c-0.283-0.283-0.659-0.438-1.061-0.438s-0.778 0.156-1.061 0.438l-0.586 0.586c-0.283 0.283-0.438 0.659-0.438 1.061s0.156 0.778 0.438 1.061l10.586 10.586c0.283 0.283 0.659 0.438 1.061 0.438s0.778-0.156 1.061-0.438l0.586-0.586c0.283-0.283 0.438-0.659 0.438-1.061s-0.156-0.778-0.438-1.061zM5.561 6.646l0.586-0.586c0.094-0.094 0.219-0.145 0.354-0.145s0.26 0.052 0.354 0.145l1.439 1.439-1.293 1.293-1.439-1.439c-0.195-0.195-0.195-0.512 0-0.707zM17.439 17.354l-0.586 0.586c-0.094 0.094-0.219 0.145-0.353 0.145s-0.26-0.052-0.353-0.145l-8.439-8.439 1.293-1.293 8.439 8.439c0.195 0.195 0.195 0.512 0 0.707z\"/>\n<path class=\"path4\" d=\"M3.5 5c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 2.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n<path class=\"path5\" d=\"M3.5 15c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 12.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-drop\" viewBox=\"0 0 20 20\">\n<title>drop</title>\n<path class=\"path1\" d=\"M10 20c-1.614 0-3.118-0.655-4.236-1.845-1.133-1.206-1.757-2.859-1.757-4.655 0-2.943 1.308-5.049 2.693-7.278 1.070-1.723 2.177-3.504 2.817-5.853 0.059-0.218 0.257-0.368 0.482-0.368s0.423 0.151 0.482 0.368c0.641 2.35 1.749 4.132 2.821 5.855 1.387 2.229 2.697 4.335 2.697 7.277 0 1.799-0.62 3.452-1.746 4.654-1.115 1.19-2.626 1.846-4.254 1.846zM10 2.113c-0.674 1.776-1.574 3.225-2.45 4.636-1.364 2.196-2.543 4.093-2.543 6.751 0 3.136 2.147 5.5 4.993 5.5 2.85 0 5-2.364 5-5.5 0-2.657-1.18-4.553-2.546-6.749-0.878-1.411-1.78-2.861-2.454-4.638z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lighter\" viewBox=\"0 0 20 20\">\n<title>lighter</title>\n<path class=\"path1\" d=\"M17.5 9h-0.69l-0.855-1.722c-0.084-0.17-0.258-0.278-0.448-0.278h-4.007c-0.276 0-0.5 0.224-0.5 0.5v1.5h-1.211l-3.856-6.678c-0.138-0.239-0.444-0.321-0.683-0.183l-3.464 2c-0.239 0.138-0.321 0.444-0.183 0.683l4 6.928c0.093 0.16 0.261 0.25 0.433 0.25 0.085 0 0.171-0.022 0.25-0.067l2.714-1.567v8.134c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-9c0-0.276-0.224-0.5-0.5-0.5zM17 15h-1v-3h1v3zM12 8h3.197l0.497 1h-3.694v-1zM6.219 10.817l-3.5-6.062 2.598-1.5 3.5 6.062-2.598 1.5zM10 18v-8h6.497c0.001 0 0.002 0 0.004 0s0.001-0 0.002-0h0.497v1h-1.5c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h1.5v2h-7z\"/>\n<path class=\"path2\" d=\"M15.5 6c-0.75 0-1.115-0.354-1.289-0.652-0.331-0.565-0.275-1.418 0.169-2.606 0.299-0.799 0.668-1.459 0.684-1.487 0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255c0.016 0.028 0.385 0.688 0.684 1.487 0.444 1.189 0.5 2.041 0.169 2.606-0.174 0.297-0.539 0.652-1.289 0.652zM15.5 2.64c-0.063 0.146-0.127 0.302-0.187 0.463-0.453 1.218-0.297 1.64-0.238 1.741 0.025 0.043 0.092 0.156 0.425 0.156s0.401-0.114 0.426-0.156c0.059-0.101 0.216-0.525-0.243-1.751-0.059-0.158-0.121-0.31-0.183-0.453z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-poop\" viewBox=\"0 0 20 20\">\n<title>poop</title>\n<path class=\"path1\" d=\"M17.057 13.303c-0.077-0.044-0.157-0.087-0.239-0.129 0.955-0.749 1.181-1.568 1.181-2.174 0-1.419-1.193-2.655-3.175-3.409 0.115-0.351 0.175-0.72 0.175-1.091 0-1.93-1.57-3.5-3.5-3.5-0.684 0-1.5-0.173-1.5-1 0-0.453 0.578-0.948 0.779-1.085 0.183-0.123 0.264-0.35 0.2-0.561s-0.258-0.354-0.478-0.354c-1.567 0-3.178 0.515-4.418 1.413-0.633 0.458-1.135 0.988-1.493 1.575-0.391 0.641-0.589 1.318-0.589 2.012 0 0.288 0.024 0.574 0.070 0.855-0.849 0.41-1.566 0.951-2.090 1.581-0.641 0.77-0.98 1.657-0.98 2.564 0 0.546 0.123 1.103 0.356 1.641-0.888 0.854-1.356 1.836-1.356 2.859 0 1.525 1.028 2.936 2.893 3.973 1.773 0.985 4.119 1.527 6.607 1.527 2.558 0 4.879-0.333 6.535-0.937 2.45-0.893 2.965-2.159 2.965-3.063 0-0.728-0.337-1.787-1.943-2.697zM15.693 18.124c-1.55 0.565-3.749 0.876-6.193 0.876-2.32 0-4.494-0.498-6.121-1.402-1.534-0.852-2.379-1.953-2.379-3.098 0-0.797 0.41-1.461 0.867-1.952 0.115 0.164 0.24 0.324 0.377 0.479 0.796 0.909 1.904 1.603 3.118 1.953 0.046 0.013 0.093 0.020 0.139 0.020 0.217 0 0.417-0.142 0.48-0.361 0.077-0.265-0.076-0.542-0.342-0.619-2.074-0.599-3.639-2.327-3.639-4.020 0-1.224 0.88-2.399 2.329-3.155 0.524 1.443 1.63 2.641 3.004 3.127 0.055 0.019 0.111 0.029 0.167 0.029 0.206 0 0.399-0.128 0.471-0.333 0.092-0.26-0.044-0.546-0.305-0.638-1.52-0.537-2.667-2.269-2.667-4.029 0-1.012 0.592-1.998 1.668-2.777 0.744-0.538 1.643-0.918 2.578-1.1-0.144 0.258-0.246 0.554-0.246 0.877 0 0.967 0.657 2 2.5 2 1.378 0 2.5 1.122 2.5 2.5 0 0.271-0.042 0.533-0.125 0.784-0.408-0.111-0.841-0.204-1.295-0.277-0.273-0.044-0.529 0.142-0.573 0.414s0.142 0.529 0.414 0.573c1.387 0.223 2.563 0.647 3.401 1.226 0.538 0.372 1.179 0.982 1.179 1.78 0 0.645-0.428 1.218-1.273 1.705-0.915-0.325-1.986-0.564-3.169-0.702-0.274-0.032-0.523 0.164-0.555 0.439s0.164 0.523 0.439 0.555c1.686 0.197 3.112 0.604 4.122 1.176 0.655 0.371 1.436 0.989 1.436 1.827 0 1.060-1.255 1.74-2.307 2.124z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sun\" viewBox=\"0 0 20 20\">\n<title>sun</title>\n<path class=\"path1\" d=\"M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z\"/>\n<path class=\"path2\" d=\"M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path8\" d=\"M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path9\" d=\"M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-moon\" viewBox=\"0 0 20 20\">\n<title>moon</title>\n<path class=\"path1\" d=\"M10.25 20c-2.738 0-5.312-1.066-7.248-3.002s-3.002-4.51-3.002-7.248c0-2.251 0.723-4.375 2.090-6.143 0.655-0.847 1.439-1.585 2.331-2.194 0.899-0.614 1.888-1.083 2.938-1.392 0.192-0.057 0.399 0.007 0.527 0.161s0.151 0.369 0.060 0.547c-0.645 1.257-0.945 2.455-0.945 3.772 0 4.687 3.813 8.5 8.5 8.5 1.317 0 2.515-0.3 3.772-0.945 0.178-0.091 0.393-0.068 0.547 0.060s0.217 0.335 0.161 0.527c-0.31 1.050-0.778 2.039-1.392 2.938-0.609 0.892-1.347 1.676-2.194 2.331-1.768 1.367-3.893 2.090-6.143 2.090zM6.57 1.365c-3.374 1.445-5.57 4.689-5.57 8.385 0 5.1 4.15 9.25 9.25 9.25 3.696 0 6.94-2.197 8.385-5.57-1.024 0.383-2.058 0.57-3.135 0.57-2.538 0-4.923-0.988-6.717-2.782s-2.783-4.18-2.783-6.718c0-1.077 0.188-2.111 0.57-3.135z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud\" viewBox=\"0 0 20 20\">\n<title>cloud</title>\n<path class=\"path1\" d=\"M16.006 16h-10.006c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.602 0 3.137 0.643 4.26 1.775 0.088-0.194 0.196-0.38 0.325-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.178 1.017 0.061-0.003 0.122-0.004 0.184-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994zM6 5c-2.757 0-5 2.243-5 5s2.243 5 5 5h10.006c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.354 0-0.699 0.061-1.026 0.18-0.218 0.080-0.462-0.001-0.59-0.195s-0.104-0.45 0.056-0.619c0.357-0.376 0.554-0.865 0.554-1.379 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.23 0.312-0.365 0.678-0.388 1.057-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.193c-0.11-0.156-0.229-0.307-0.354-0.447-0.949-1.068-2.312-1.681-3.74-1.681z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-upload\" viewBox=\"0 0 20 20\">\n<title>cloud-upload</title>\n<path class=\"path1\" d=\"M16.006 16h-3.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h2.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 12.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v3.793c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3.793l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-download\" viewBox=\"0 0 20 20\">\n<title>cloud-download</title>\n<path class=\"path1\" d=\"M16.006 16h-2.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-1.146 1.146v-3.793c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3.793l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-sync\" viewBox=\"0 0 20 20\">\n<title>cloud-sync</title>\n<path class=\"path1\" d=\"M16.006 8.012c-0.061 0-0.122 0.001-0.183 0.004 0.116-0.322 0.177-0.666 0.177-1.017 0-1.654-1.346-3-3-3-0.948 0-1.851 0.456-2.415 1.22-0.129 0.174-0.237 0.36-0.324 0.555-1.123-1.132-2.658-1.775-4.261-1.775-3.308 0-6 2.692-6 6s2.692 6 6 6h10.006c2.202 0 3.994-1.792 3.994-3.994s-1.792-3.994-3.994-3.994zM16.006 15h-10.006c-2.757 0-5-2.243-5-5s2.243-5 5-5c1.428 0 2.791 0.613 3.74 1.681 0.125 0.141 0.243 0.29 0.351 0.442l0.005 0.007c0.122 0.174 0.34 0.253 0.545 0.195s0.351-0.238 0.364-0.451c0.024-0.384 0.157-0.751 0.386-1.061 0.382-0.517 0.969-0.814 1.611-0.814 1.103 0 2 0.897 2 2 0 0.515-0.195 1.004-0.55 1.377-0.16 0.168-0.183 0.424-0.056 0.618s0.371 0.275 0.589 0.196c0.327-0.119 0.671-0.179 1.023-0.179 1.651 0 2.994 1.343 2.994 2.994s-1.343 2.994-2.994 2.994z\"/>\n<path class=\"path2\" d=\"M6.404 11.959c-0.132 0.027-0.268 0.041-0.404 0.041-1.103 0-2-0.897-2-2v-0.293l0.146 0.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1-1c-0.195-0.195-0.512-0.195-0.707 0l-1 1c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l0.146-0.146v0.293c0 1.654 1.346 3 3 3 0.203 0 0.406-0.021 0.604-0.061 0.271-0.055 0.445-0.32 0.39-0.59s-0.319-0.445-0.59-0.39z\"/>\n<path class=\"path3\" d=\"M9.146 10.146l-0.146 0.146v-0.293c0-1.654-1.346-3-3-3-0.203 0-0.406 0.021-0.604 0.061-0.271 0.055-0.445 0.32-0.39 0.59s0.32 0.445 0.59 0.39c0.132-0.027 0.268-0.041 0.404-0.041 1.103 0 2 0.897 2 2v0.293l-0.146-0.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1 1c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-check\" viewBox=\"0 0 20 20\">\n<title>cloud-check</title>\n<path class=\"path1\" d=\"M16 16h-9.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9.5c1.654 0 3-1.346 3-3s-1.346-3-3-3c-0.343 0-0.68 0.057-1 0.17-0.217 0.077-0.458-0.005-0.584-0.197s-0.105-0.446 0.051-0.615c0.344-0.371 0.533-0.853 0.533-1.359 0-1.103-0.897-2-2-2-1.055 0-1.931 0.823-1.996 1.875-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.194c-0.937-1.334-2.468-2.131-4.096-2.131-2.757 0-5 2.243-5 5 0 0.152 0.007 0.305 0.020 0.455 0.025 0.275-0.178 0.518-0.453 0.543s-0.518-0.178-0.543-0.453c-0.016-0.18-0.024-0.363-0.024-0.545 0-3.308 2.692-6 6-6 1.611 0 3.143 0.65 4.261 1.776 0.471-1.050 1.527-1.776 2.739-1.776 1.654 0 3 1.346 3 3 0 0.346-0.059 0.685-0.172 1.004 0.057-0.002 0.115-0.004 0.172-0.004 2.206 0 4 1.794 4 4s-1.794 4-4 4z\"/>\n<path class=\"path2\" d=\"M3.5 15.5c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1.646 1.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-database\" viewBox=\"0 0 20 20\">\n<title>database</title>\n<path class=\"path1\" d=\"M18.067 1.609c-0.497-0.326-1.193-0.615-2.069-0.858-1.742-0.484-4.050-0.75-6.498-0.75s-4.756 0.267-6.498 0.75c-0.877 0.243-1.573 0.532-2.069 0.858-0.619 0.407-0.933 0.874-0.933 1.391v12c0 0.517 0.314 0.985 0.933 1.391 0.497 0.326 1.193 0.615 2.069 0.858 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.877-0.243 1.573-0.532 2.069-0.858 0.619-0.406 0.933-0.874 0.933-1.391v-12c0-0.517-0.314-0.985-0.933-1.391zM3.27 1.714c1.658-0.46 3.87-0.714 6.23-0.714s4.573 0.254 6.23 0.714c1.795 0.499 2.27 1.059 2.27 1.286s-0.474 0.787-2.27 1.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286s0.474-0.787 2.27-1.286zM15.73 16.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 12.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 8.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lock\" viewBox=\"0 0 20 20\">\n<title>lock</title>\n<path class=\"path1\" d=\"M14.5 8h-0.5v-1.5c0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5v1.5h-0.5c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5zM6 6.5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v1.5h-7v-1.5zM15 17.5c0 0.276-0.224 0.5-0.5 0.5h-10c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5v8z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cog\" viewBox=\"0 0 20 20\">\n<title>cog</title>\n<path class=\"path1\" d=\"M7.631 19.702c-0.041 0-0.083-0.005-0.125-0.016-0.898-0.231-1.761-0.587-2.564-1.059-0.233-0.137-0.315-0.434-0.186-0.671 0.159-0.292 0.243-0.622 0.243-0.957 0-1.103-0.897-2-2-2-0.334 0-0.665 0.084-0.957 0.243-0.237 0.129-0.534 0.047-0.671-0.186-0.472-0.804-0.828-1.666-1.059-2.564-0.065-0.254 0.077-0.515 0.325-0.598 0.814-0.274 1.362-1.036 1.362-1.895s-0.547-1.621-1.362-1.895c-0.248-0.084-0.39-0.344-0.325-0.598 0.231-0.898 0.587-1.761 1.059-2.564 0.137-0.233 0.434-0.315 0.671-0.186 0.291 0.159 0.622 0.243 0.957 0.243 1.103 0 2-0.897 2-2 0-0.334-0.084-0.665-0.243-0.957-0.129-0.237-0.047-0.534 0.186-0.671 0.804-0.472 1.666-0.828 2.564-1.059 0.254-0.065 0.515 0.077 0.598 0.325 0.274 0.814 1.036 1.362 1.895 1.362s1.621-0.547 1.895-1.362c0.084-0.248 0.345-0.39 0.598-0.325 0.898 0.231 1.761 0.587 2.564 1.059 0.233 0.137 0.315 0.434 0.186 0.671-0.159 0.292-0.243 0.622-0.243 0.957 0 1.103 0.897 2 2 2 0.334 0 0.665-0.084 0.957-0.243 0.237-0.129 0.534-0.047 0.671 0.186 0.472 0.804 0.828 1.666 1.059 2.564 0.065 0.254-0.077 0.515-0.325 0.598-0.814 0.274-1.362 1.036-1.362 1.895s0.547 1.621 1.362 1.895c0.248 0.084 0.39 0.344 0.325 0.598-0.231 0.898-0.587 1.761-1.059 2.564-0.137 0.233-0.434 0.315-0.671 0.186-0.292-0.159-0.622-0.243-0.957-0.243-1.103 0-2 0.897-2 2 0 0.334 0.084 0.665 0.243 0.957 0.129 0.237 0.047 0.534-0.186 0.671-0.804 0.472-1.666 0.828-2.564 1.059-0.254 0.065-0.515-0.077-0.598-0.325-0.274-0.814-1.036-1.362-1.895-1.362s-1.621 0.547-1.895 1.362c-0.070 0.207-0.264 0.341-0.474 0.341zM10 17c1.127 0 2.142 0.628 2.655 1.602 0.52-0.161 1.026-0.369 1.51-0.622-0.108-0.314-0.164-0.646-0.164-0.98 0-1.654 1.346-3 3-3 0.334 0 0.666 0.056 0.98 0.164 0.253-0.484 0.462-0.989 0.622-1.51-0.974-0.512-1.602-1.527-1.602-2.655s0.628-2.142 1.602-2.655c-0.161-0.52-0.369-1.026-0.622-1.51-0.314 0.108-0.646 0.164-0.98 0.164-1.654 0-3-1.346-3-3 0-0.334 0.056-0.666 0.164-0.98-0.484-0.253-0.989-0.462-1.51-0.622-0.512 0.974-1.527 1.602-2.655 1.602s-2.142-0.628-2.655-1.602c-0.52 0.16-1.026 0.369-1.51 0.622 0.108 0.314 0.164 0.646 0.164 0.98 0 1.654-1.346 3-3 3-0.334 0-0.666-0.056-0.98-0.164-0.253 0.484-0.462 0.989-0.622 1.51 0.974 0.512 1.602 1.527 1.602 2.655s-0.628 2.142-1.602 2.655c0.16 0.52 0.369 1.026 0.622 1.51 0.314-0.108 0.646-0.164 0.98-0.164 1.654 0 3 1.346 3 3 0 0.334-0.056 0.666-0.164 0.98 0.484 0.253 0.989 0.462 1.51 0.622 0.512-0.974 1.527-1.602 2.655-1.602z\"/>\n<path class=\"path2\" d=\"M10 13c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 8c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-trash\" viewBox=\"0 0 20 20\">\n<title>trash</title>\n<path class=\"path1\" d=\"M15.5 2h-3.5v-0.5c0-0.827-0.673-1.5-1.5-1.5h-2c-0.827 0-1.5 0.673-1.5 1.5v0.5h-3.5c-0.827 0-1.5 0.673-1.5 1.5v1c0 0.652 0.418 1.208 1 1.414v12.586c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-12.586c0.582-0.206 1-0.762 1-1.414v-1c0-0.827-0.673-1.5-1.5-1.5zM8 1.5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v0.5h-3v-0.5zM14.5 19h-10c-0.276 0-0.5-0.224-0.5-0.5v-12.5h11v12.5c0 0.276-0.224 0.5-0.5 0.5zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-12c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n<path class=\"path2\" d=\"M12.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M9.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dice\" viewBox=\"0 0 20 20\">\n<title>dice</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M5.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M5.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M13.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M13.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path7\" d=\"M15.5 19h-12c-1.378 0-2.5-1.122-2.5-2.5v-12c0-1.378 1.122-2.5 2.5-2.5h12c1.378 0 2.5 1.122 2.5 2.5v12c0 1.378-1.122 2.5-2.5 2.5zM3.5 3c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.827 0.673 1.5 1.5 1.5h12c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart\" viewBox=\"0 0 20 20\">\n<title>heart</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.094-0.052-2.326-1.301-4.592-3.347-1.341-1.21-2.411-2.448-3.183-3.68-0.984-1.571-1.482-3.139-1.482-4.66 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.521-0.499 3.089-1.482 4.66-0.771 1.232-1.842 2.47-3.182 3.68-2.266 2.046-4.498 3.295-4.592 3.347-0.076 0.042-0.159 0.063-0.243 0.063zM5.25 3c-2.343 0-4.25 1.907-4.25 4.25 0 3.040 2.35 5.802 4.321 7.585 1.76 1.592 3.544 2.708 4.179 3.087 0.635-0.379 2.419-1.495 4.179-3.087 1.971-1.782 4.321-4.545 4.321-7.585 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star\" viewBox=\"0 0 20 20\">\n<title>star</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-5.261-2.869-5.261 2.869c-0.168 0.092-0.373 0.079-0.529-0.032s-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276s0.363 0.107 0.447 0.276l2.386 4.772 5.749 0.958c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-3.818 3.818 0.958 5.746c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093zM10 15c0.082 0 0.165 0.020 0.239 0.061l4.599 2.508-0.831-4.987c-0.027-0.159 0.025-0.322 0.14-0.436l3.313-3.313-5.042-0.84c-0.158-0.026-0.293-0.127-0.365-0.27l-2.053-4.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.075-0.041 0.157-0.061 0.239-0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-half\" viewBox=\"0 0 20 20\">\n<title>star-half</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.098 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path2\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path3\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path4\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path5\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.199 0.678s-0.436 0.332-0.678 0.199l-0.261-0.142-5.261 2.869c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-empty\" viewBox=\"0 0 20 20\">\n<title>star-empty</title>\n<path class=\"path1\" d=\"M5.499 8.333c-0.24 0-0.452-0.173-0.493-0.418-0.045-0.272 0.139-0.53 0.411-0.575l1.749-0.291 0.386-0.772c0.123-0.247 0.424-0.347 0.671-0.224s0.347 0.424 0.224 0.671l-0.5 1c-0.072 0.143-0.207 0.243-0.365 0.27l-2 0.333c-0.028 0.005-0.056 0.007-0.083 0.007z\"/>\n<path class=\"path2\" d=\"M2.5 10c-0.128 0-0.256-0.049-0.354-0.146l-1-1c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l2-0.333c0.273-0.045 0.53 0.139 0.575 0.411s-0.139 0.53-0.411 0.575l-1.042 0.174 0.313 0.313c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path4\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.099 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path5\" d=\"M5.334 14c-0.027 0-0.055-0.002-0.083-0.007-0.272-0.045-0.456-0.303-0.411-0.575l0.124-0.746-0.818-0.818c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1 1c0.114 0.114 0.166 0.276 0.14 0.436l-0.167 1c-0.041 0.245-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path6\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.5-3c0.045-0.272 0.303-0.456 0.575-0.411s0.456 0.303 0.411 0.575l-0.331 1.987 1.099-0.599c0.242-0.132 0.546-0.043 0.678 0.199s0.043 0.546-0.2 0.678l-2 1.091c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n<path class=\"path7\" d=\"M8.5 16.818c-0.177 0-0.349-0.094-0.439-0.261-0.132-0.242-0.043-0.546 0.2-0.678l1.5-0.818c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.2 0.678s-0.436 0.332-0.678 0.2l-0.261-0.142-1.261 0.688c-0.076 0.041-0.158 0.061-0.239 0.061z\"/>\n<path class=\"path8\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path9\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path10\" d=\"M9 5c-0.075 0-0.151-0.017-0.223-0.053-0.247-0.123-0.347-0.424-0.224-0.671l1-2c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-0.553 1.106c-0.088 0.175-0.264 0.277-0.448 0.277z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-flag\" viewBox=\"0 0 20 20\">\n<title>flag</title>\n<path class=\"path1\" d=\"M1.5 19c-0.276 0-0.5-0.224-0.5-0.5v-15c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M3.5 10c-0.104 0-0.21-0.033-0.3-0.1-0.221-0.166-0.266-0.479-0.1-0.7 0.067-0.090 1.676-2.2 3.9-2.2 1.694 0 2.813 0.599 3.801 1.127 0.875 0.468 1.631 0.873 2.699 0.873 2.192 0 3.758-2.080 4.65-3.718-0.698 0.397-1.59 0.718-2.65 0.718-2.207 0-3.347-1.14-4.354-2.146-0.995-0.995-1.854-1.854-3.646-1.854-2.224 0-3.587 1.782-3.6 1.8-0.166 0.221-0.479 0.266-0.7 0.1s-0.266-0.479-0.1-0.7c0.067-0.090 1.681-2.2 4.4-2.2 2.207 0 3.347 1.14 4.354 2.146 0.995 0.995 1.854 1.854 3.646 1.854 2.224 0 3.587-1.782 3.6-1.8 0.147-0.196 0.415-0.257 0.632-0.143s0.32 0.368 0.242 0.601c-0.021 0.064-0.533 1.581-1.558 3.119-0.612 0.918-1.282 1.653-1.991 2.185-0.918 0.688-1.902 1.037-2.925 1.037-1.318 0-2.26-0.504-3.171-0.991-0.97-0.519-1.886-1.009-3.329-1.009-1.73 0-3.087 1.782-3.1 1.8-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-envelope\" viewBox=\"0 0 20 20\">\n<title>envelope</title>\n<path class=\"path1\" d=\"M17.5 6h-16c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h16c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM17.5 7c0.030 0 0.058 0.003 0.087 0.008l-7.532 5.021c-0.29 0.193-0.819 0.193-1.109 0l-7.532-5.021c0.028-0.005 0.057-0.008 0.087-0.008h16zM17.5 17h-16c-0.276 0-0.5-0.224-0.5-0.5v-8.566l7.391 4.927c0.311 0.207 0.71 0.311 1.109 0.311s0.798-0.104 1.109-0.311l7.391-4.927v8.566c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paperclip\" viewBox=\"0 0 20 20\">\n<title>paperclip</title>\n<path class=\"path1\" d=\"M9.5 20c-2.481 0-4.5-2.019-4.5-4.5v-12c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v11c0 1.378-1.122 2.5-2.5 2.5s-2.5-1.122-2.5-2.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827 0.673 1.5 1.5 1.5s1.5-0.673 1.5-1.5v-11c0-1.378-1.122-2.5-2.5-2.5s-2.5 1.122-2.5 2.5v12c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7c0 2.481-2.019 4.5-4.5 4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-inbox\" viewBox=\"0 0 20 20\">\n<title>inbox</title>\n<path class=\"path1\" d=\"M19.557 10.383l-2.698-6.168c-0.298-0.682-1.115-1.216-1.859-1.216h-10c-0.744 0-1.561 0.534-1.859 1.216l-2.698 6.168c-0.248 0.568-0.443 1.497-0.443 2.117v4c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.619-0.194-1.549-0.443-2.117zM4.057 4.617c0.141-0.323 0.591-0.617 0.943-0.617h10c0.352 0 0.802 0.294 0.943 0.617l2.698 6.168c0.030 0.069 0.060 0.148 0.089 0.233-0.075-0.012-0.152-0.018-0.23-0.018h-6c-0.276 0-0.5 0.224-0.5 0.5v0.5c0 1.103-0.897 2-2 2s-2-0.897-2-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-6c-0.078 0-0.155 0.006-0.23 0.018 0.029-0.085 0.058-0.164 0.089-0.233l2.698-6.168zM19 16.5c0 0.276-0.224 0.5-0.5 0.5h-17c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5h5.5c0 1.654 1.346 3 3 3s3-1.346 3-3h5.5c0.276 0 0.5 0.224 0.5 0.5v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-eye\" viewBox=\"0 0 20 20\">\n<title>eye</title>\n<path class=\"path1\" d=\"M19.872 10.166c-0.047-0.053-1.182-1.305-2.956-2.572-1.047-0.748-2.1-1.344-3.13-1.773-1.305-0.544-2.579-0.82-3.786-0.82s-2.481 0.276-3.786 0.82c-1.030 0.429-2.083 1.026-3.13 1.773-1.774 1.267-2.909 2.52-2.956 2.572-0.171 0.19-0.171 0.479 0 0.669 0.047 0.053 1.182 1.305 2.956 2.572 1.047 0.748 2.1 1.344 3.13 1.773 1.305 0.544 2.579 0.82 3.786 0.82s2.481-0.276 3.786-0.82c1.030-0.429 2.083-1.026 3.13-1.773 1.774-1.267 2.909-2.52 2.956-2.572 0.171-0.19 0.171-0.479 0-0.669zM12.574 6.438c0.907 0.763 1.426 1.873 1.426 3.062 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.188 0.519-2.299 1.426-3.062 0.822-0.268 1.691-0.438 2.574-0.438s1.752 0.17 2.574 0.438zM16.317 12.606c-1.533 1.092-3.873 2.394-6.317 2.394s-4.784-1.302-6.317-2.394c-1.157-0.824-2.042-1.658-2.489-2.106 0.447-0.448 1.332-1.281 2.489-2.106 0.53-0.378 1.156-0.78 1.85-1.145-0.347 0.688-0.533 1.455-0.533 2.251 0 2.757 2.243 5 5 5s5-2.243 5-5c0-0.796-0.186-1.563-0.533-2.251 0.694 0.365 1.32 0.768 1.85 1.145 1.157 0.824 2.042 1.658 2.489 2.106-0.447 0.448-1.332 1.281-2.489 2.106z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-printer\" viewBox=\"0 0 20 20\">\n<title>printer</title>\n<path class=\"path1\" d=\"M18.5 4h-1.5v-2.5c0-0.827-0.673-1.5-1.5-1.5h-11c-0.827 0-1.5 0.673-1.5 1.5v2.5h-1.5c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h1.5v2.5c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-2.5h1.5c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM4 1.5c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v2.5h-12v-2.5zM15.5 19h-11c-0.276 0-0.5-0.224-0.5-0.5v-6.5h12v6.5c0 0.276-0.224 0.5-0.5 0.5zM19 14.5c0 0.276-0.224 0.5-0.5 0.5h-1.5v-3h0.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5v3h-1.5c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h17c0.276 0 0.5 0.224 0.5 0.5v9z\"/>\n<path class=\"path2\" d=\"M14.5 14h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 16h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 9c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM16.5 7c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-empty\" viewBox=\"0 0 20 20\">\n<title>file-empty</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-add\" viewBox=\"0 0 20 20\">\n<title>file-add</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM16.5 19h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 13h-2.5v-2.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.5h-2.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h2.5v2.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-2.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter\" viewBox=\"0 0 20 20\">\n<title>enter</title>\n<path class=\"path1\" d=\"M17.5 2h-9c-0.827 0-1.5 0.673-1.5 1.5v3c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h7.564l-3.842 1.647c-0.685 0.294-1.222 1.108-1.222 1.853v9.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5h2.5v1.5c0 0.433 0.18 0.801 0.495 1.008 0.174 0.114 0.376 0.172 0.589 0.172 0.173 0 0.354-0.038 0.532-0.114l5.162-2.212c0.685-0.294 1.222-1.108 1.222-1.854v-12c0-0.827-0.673-1.5-1.5-1.5zM18 15.5c0 0.351-0.294 0.796-0.616 0.934l-5.162 2.212c-0.096 0.041-0.159 0.038-0.177 0.027s-0.045-0.069-0.045-0.173v-12c0-0.351 0.294-0.796 0.616-0.934l5.333-2.286c0.033 0.066 0.051 0.141 0.051 0.22v12z\"/>\n<path class=\"path2\" d=\"M8.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit\" viewBox=\"0 0 20 20\">\n<title>exit</title>\n<path class=\"path1\" d=\"M11.5 8c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.827-0.673-1.5-1.5-1.5h-9c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.746 0.537 1.56 1.222 1.853l5.162 2.212c0.178 0.076 0.359 0.114 0.532 0.114 0.213-0 0.416-0.058 0.589-0.172 0.314-0.207 0.495-0.575 0.495-1.008v-1.5h2.5c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5h-2.5v-9.5c0-0.746-0.537-1.56-1.222-1.853l-3.842-1.647h7.564c0.276 0 0.5 0.224 0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5zM6.384 5.566c0.322 0.138 0.616 0.584 0.616 0.934v12c0 0.104-0.028 0.162-0.045 0.173s-0.081 0.014-0.177-0.027l-5.162-2.212c-0.322-0.138-0.616-0.583-0.616-0.934v-12c0-0.079 0.018-0.153 0.051-0.22l5.333 2.286z\"/>\n<path class=\"path2\" d=\"M18.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-graduation-hat\" viewBox=\"0 0 20 20\">\n<title>graduation-hat</title>\n<path class=\"path1\" d=\"M18.658 7.026l-9-3c-0.103-0.034-0.214-0.034-0.316 0l-9 3c-0.204 0.068-0.342 0.259-0.342 0.474s0.138 0.406 0.342 0.474l2.658 0.886v2.64c0 0.133 0.053 0.26 0.146 0.354 0.088 0.088 2.194 2.146 6.354 2.146 1.513 0 2.924-0.272 4.195-0.809 0.254-0.107 0.373-0.401 0.266-0.655s-0.401-0.373-0.655-0.266c-1.147 0.485-2.427 0.73-3.805 0.73-1.945 0-3.376-0.504-4.234-0.926-0.635-0.313-1.060-0.629-1.266-0.799v-2.081l5.342 1.781c0.051 0.017 0.105 0.026 0.158 0.026s0.107-0.009 0.158-0.026l5.342-1.781v0.892c-0.582 0.206-1 0.762-1 1.414 0 0.611 0.367 1.137 0.892 1.371l-0.877 3.508c-0.037 0.149-0.004 0.308 0.091 0.429s0.24 0.192 0.394 0.192h2c0.154 0 0.299-0.071 0.394-0.192s0.128-0.28 0.091-0.429l-0.877-3.508c0.525-0.234 0.892-0.76 0.892-1.371 0-0.652-0.418-1.208-1-1.414v-1.226l2.658-0.886c0.204-0.068 0.342-0.259 0.342-0.474s-0.138-0.406-0.342-0.474zM15.5 11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5-0.5-0.224-0.5-0.5 0.224-0.5 0.5-0.5zM15.14 16l0.36-1.438 0.36 1.438h-0.719zM15.46 7.986l-5.877-0.98c-0.273-0.045-0.53 0.139-0.575 0.411s0.139 0.53 0.411 0.575l4.014 0.669-3.932 1.311-7.419-2.473 7.419-2.473 7.419 2.473-1.459 0.486z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-license\" viewBox=\"0 0 20 20\">\n<title>license</title>\n<path class=\"path1\" d=\"M18.5 18h-17c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v13c0 0.827-0.673 1.5-1.5 1.5zM1.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-13c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M9.5 6h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 9h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M9.5 11h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M9.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M8.5 15h-5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M17.943 6.544l-0.813-0.591-0.311-0.956h-1.005l-0.813-0.591-0.813 0.591h-1.005l-0.311 0.956-0.813 0.591 0.311 0.956-0.311 0.956 0.813 0.591 0.132 0.406c-0.002 0.016-0.002 0.031-0.002 0.047v5c0 0.202 0.122 0.385 0.309 0.462s0.402 0.035 0.545-0.108l1.146-1.146 1.146 1.146c0.096 0.096 0.223 0.147 0.354 0.146 0.064 0 0.129-0.012 0.191-0.038 0.187-0.077 0.309-0.26 0.309-0.462v-5c0-0.016-0.001-0.032-0.002-0.047l0.132-0.406 0.813-0.591-0.311-0.956 0.311-0.956zM13.233 6.926l0.488-0.355 0.187-0.574h0.604l0.488-0.355 0.488 0.355h0.604l0.187 0.574 0.488 0.355-0.187 0.574 0.187 0.574-0.488 0.355-0.187 0.574h-0.604l-0.488 0.355-0.488-0.355h-0.604l-0.187-0.574-0.488-0.355 0.187-0.574-0.187-0.574zM15.354 12.646c-0.195-0.195-0.512-0.195-0.707 0l-0.646 0.646v-3.29h0.187l0.813 0.591 0.813-0.591h0.187v3.29l-0.646-0.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-music-note\" viewBox=\"0 0 20 20\">\n<title>music-note</title>\n<path class=\"path1\" d=\"M19.82 1.116c-0.114-0.095-0.264-0.135-0.41-0.108l-11 2c-0.238 0.043-0.411 0.25-0.411 0.492v11.399c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-10.084l10-1.847v8.33c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-13c0-0.148-0.066-0.289-0.18-0.384zM4.5 18c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5 3.5 0.792 3.5 1.5-1.497 1.5-3.5 1.5zM9 5.399v-1.482l10-1.818v1.453l-10 1.847zM15.5 16c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5c2.003 0 3.5 0.792 3.5 1.5s-1.497 1.5-3.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-film-play\" viewBox=\"0 0 20 20\">\n<title>film-play</title>\n<path class=\"path1\" d=\"M7.5 15c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-9c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l6 4.5c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-6 4.5c-0.088 0.066-0.194 0.1-0.3 0.1zM8 6.5v7l4.667-3.5-4.667-3.5z\"/>\n<path class=\"path2\" d=\"M19.5 2h-19c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276 0.224 0.5 0.5 0.5h19c0.276 0 0.5-0.224 0.5-0.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3 11h-2v-2h2v2zM3 8h-2v-2h2v2zM1 12h2v2h-2v-2zM4 3h12v14h-12v-14zM17 9h2v2h-2v-2zM17 8v-2h2v2h-2zM17 12h2v2h-2v-2zM19 5h-2v-2h2v2zM3 3v2h-2v-2h2zM1 15h2v2h-2v-2zM17 17v-2h2v2h-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera-video\" viewBox=\"0 0 20 20\">\n<title>camera-video</title>\n<path class=\"path1\" d=\"M19.131 17.053c-0 0-0 0-0 0-0.242-0-0.485-0.097-0.724-0.288l-3.438-2.751c-0.552-0.442-0.969-1.308-0.969-2.015v-3c0-0.707 0.416-1.573 0.969-2.015l3.438-2.751c0.239-0.191 0.482-0.288 0.724-0.288 0.433-0 0.869 0.326 0.869 1.053v11c0 0.278-0.064 0.512-0.19 0.694-0.157 0.228-0.405 0.359-0.679 0.359zM19 5.040l-3.407 2.725c-0.31 0.248-0.593 0.837-0.593 1.234v3c0 0.398 0.283 0.986 0.593 1.234l3.407 2.725v-10.919z\"/>\n<path class=\"path2\" d=\"M11.5 17h-10c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h10c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera\" viewBox=\"0 0 20 20\">\n<title>camera</title>\n<path class=\"path1\" d=\"M9.5 15c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5c2.481 0 4.5 2.019 4.5 4.5s-2.019 4.5-4.5 4.5zM9.5 7c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5z\"/>\n<path class=\"path2\" d=\"M17.5 18h-16c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h1.5c0.415 0 1.060-0.267 1.354-0.561l0.586-0.586c0.487-0.487 1.373-0.854 2.061-0.854h5c0.688 0 1.574 0.367 2.061 0.854l0.586 0.586c0.293 0.293 0.939 0.561 1.354 0.561h1.5c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-1.5c-0.688 0-1.574-0.367-2.061-0.854l-0.586-0.586c-0.293-0.293-0.939-0.561-1.354-0.561h-5c-0.415 0-1.060 0.267-1.354 0.561l-0.586 0.586c-0.487 0.487-1.372 0.854-2.061 0.854h-1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-picture\" viewBox=\"0 0 20 20\">\n<title>picture</title>\n<path class=\"path1\" d=\"M18.5 20h-17c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM1.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M13 9c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM13 6c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.5 2h-15c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-12c0-0.276-0.224-0.5-0.5-0.5zM3 11.69l3.209-3.611c0.082-0.092 0.189-0.144 0.302-0.145s0.221 0.048 0.305 0.138l5.533 5.928h-9.349v-2.31zM17 14h-3.283l-6.169-6.61c-0.279-0.299-0.651-0.461-1.049-0.456s-0.766 0.176-1.037 0.481l-2.462 2.77v-7.185h14v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-book\" viewBox=\"0 0 20 20\">\n<title>book</title>\n<path class=\"path1\" d=\"M14.5 18h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M16.5 3c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5h-11c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5h9c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-10c-0.827 0-1.5 0.673-1.5 1.5v15c0 1.378 1.122 2.5 2.5 2.5h11c0.827 0 1.5-0.673 1.5-1.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3.5 2h10c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5h-9c-0.562 0-1.082 0.187-1.5 0.501v-13.001c0-0.276 0.224-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bookmark\" viewBox=\"0 0 20 20\">\n<title>bookmark</title>\n<path class=\"path1\" d=\"M15.5 20c-0.143 0-0.283-0.062-0.38-0.175l-5.62-6.557-5.62 6.557c-0.136 0.159-0.357 0.216-0.553 0.144s-0.327-0.26-0.327-0.469v-18c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v18c0 0.209-0.13 0.396-0.327 0.469-0.057 0.021-0.115 0.031-0.173 0.031zM9.5 12c0.146 0 0.285 0.064 0.38 0.175l5.12 5.974v-16.148h-11v16.148l5.12-5.974c0.095-0.111 0.234-0.175 0.38-0.175z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-user\" viewBox=\"0 0 20 20\">\n<title>user</title>\n<path class=\"path1\" d=\"M9.5 11c-3.033 0-5.5-2.467-5.5-5.5s2.467-5.5 5.5-5.5 5.5 2.467 5.5 5.5-2.467 5.5-5.5 5.5zM9.5 1c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5c2.481 0 4.5-2.019 4.5-4.5s-2.019-4.5-4.5-4.5z\"/>\n<path class=\"path2\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5 0-0.068 0.014-1.685 1.225-3.3 0.705-0.94 1.67-1.687 2.869-2.219 1.464-0.651 3.283-0.981 5.406-0.981s3.942 0.33 5.406 0.981c1.199 0.533 2.164 1.279 2.869 2.219 1.211 1.615 1.225 3.232 1.225 3.3 0 0.827-0.673 1.5-1.5 1.5zM9.5 13c-3.487 0-6.060 0.953-7.441 2.756-1.035 1.351-1.058 2.732-1.059 2.746 0 0.274 0.224 0.498 0.5 0.498h16c0.276 0 0.5-0.224 0.5-0.5-0-0.012-0.023-1.393-1.059-2.744-1.382-1.803-3.955-2.756-7.441-2.756z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-users\" viewBox=\"0 0 20 20\">\n<title>users</title>\n<path class=\"path1\" d=\"M18.5 18h-11c-0.827 0-1.5-0.673-1.5-1.5 0-0.048 0.011-1.19 0.924-2.315 0.525-0.646 1.241-1.158 2.128-1.522 1.071-0.44 2.4-0.662 3.948-0.662s2.876 0.223 3.948 0.662c0.887 0.364 1.603 0.876 2.128 1.522 0.914 1.125 0.924 2.267 0.924 2.315 0 0.827-0.673 1.5-1.5 1.5zM7 16.503c0.001 0.275 0.225 0.497 0.5 0.497h11c0.275 0 0.499-0.223 0.5-0.497-0.001-0.035-0.032-0.895-0.739-1.734-0.974-1.157-2.793-1.768-5.261-1.768s-4.287 0.612-5.261 1.768c-0.707 0.84-0.738 1.699-0.739 1.734z\"/>\n<path class=\"path2\" d=\"M13 11c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4c0 2.206-1.794 4-4 4zM13 4c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path3\" d=\"M4.5 18h-3c-0.827 0-1.5-0.673-1.5-1.5 0-0.037 0.008-0.927 0.663-1.8 0.378-0.505 0.894-0.904 1.533-1.188 0.764-0.34 1.708-0.512 2.805-0.512 0.179 0 0.356 0.005 0.527 0.014 0.276 0.015 0.487 0.25 0.473 0.526s-0.25 0.488-0.526 0.473c-0.153-0.008-0.312-0.012-0.473-0.012-3.894 0-3.997 2.379-4 2.503 0.001 0.274 0.225 0.497 0.5 0.497h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M5 12c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM5 7c-1.103 0-2 0.897-2 2s0.897 2 2 2 2-0.897 2-2c0-1.103-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-shirt\" viewBox=\"0 0 20 20\">\n<title>shirt</title>\n<path class=\"path1\" d=\"M13.5 19h-8c-0.827 0-1.5-0.673-1.5-1.5v-9.306l-2.342 0.781c-0.262 0.087-0.545-0.054-0.632-0.316l-1-3c-0.079-0.236 0.028-0.494 0.251-0.605l6-3c0.155-0.077 0.339-0.069 0.486 0.022s0.237 0.252 0.237 0.425c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.173 0.090-0.334 0.237-0.425s0.331-0.099 0.486-0.022l6 3c0.223 0.111 0.329 0.369 0.251 0.605l-1 3c-0.087 0.262-0.37 0.404-0.632 0.316l-2.342-0.781v9.306c0 0.827-0.673 1.5-1.5 1.5zM4.5 7c0.104 0 0.206 0.032 0.292 0.094 0.13 0.094 0.208 0.245 0.208 0.406v10c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.161 0.077-0.312 0.208-0.406s0.298-0.12 0.45-0.069l2.526 0.842 0.705-2.114-4.973-2.487c-0.351 1.562-1.749 2.733-3.415 2.733s-3.065-1.171-3.415-2.733l-4.973 2.487 0.705 2.114 2.526-0.842c0.052-0.017 0.105-0.026 0.158-0.026z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-store\" viewBox=\"0 0 20 20\">\n<title>store</title>\n<path class=\"path1\" d=\"M18 9.5v-1c0-0.078-0.018-0.154-0.053-0.224l-2-4c-0.085-0.169-0.258-0.276-0.447-0.276h-12c-0.189 0-0.363 0.107-0.447 0.276l-2 4c-0.035 0.069-0.053 0.146-0.053 0.224v1c0 0.816 0.393 1.542 1 1.999v6.501h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6.501c0.607-0.457 1-1.182 1-1.999zM11.5 11c-0.827 0-1.5-0.673-1.5-1.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5zM2 9.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5zM9 5v3h-2.86l0.75-3h2.11zM12.11 5l0.75 3h-2.86v-3h2.11zM6 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM14 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM16.691 8h-2.801l-0.75-3h2.051l1.5 3zM3.809 5h2.051l-0.75 3h-2.801l1.5-3zM3 11.95c0.162 0.033 0.329 0.050 0.5 0.050 0.817 0 1.544-0.394 2-1.002 0.456 0.608 1.183 1.002 2 1.002s1.544-0.394 2-1.002c0.361 0.48 0.89 0.827 1.5 0.951v6.050h-8v-6.050zM16 18h-4v-6.050c0.61-0.124 1.139-0.471 1.5-0.951 0.456 0.608 1.183 1.002 2 1.002 0.171 0 0.338-0.017 0.5-0.050v6.050z\"/>\n<path class=\"path2\" d=\"M14 14.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M5.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3-3c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path5\" d=\"M8.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cart\" viewBox=\"0 0 20 20\">\n<title>cart</title>\n<path class=\"path1\" d=\"M8 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM8 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path2\" d=\"M15 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM15 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.539 4.467c-0.251-0.297-0.63-0.467-1.039-0.467h-12.243l-0.099-0.596c-0.131-0.787-0.859-1.404-1.658-1.404h-1c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1c0.307 0 0.621 0.266 0.671 0.569l1.671 10.027c0.131 0.787 0.859 1.404 1.658 1.404h10c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-10c-0.307 0-0.621-0.266-0.671-0.569l-0.247-1.48 9.965-0.867c0.775-0.067 1.483-0.721 1.611-1.489l0.671-4.027c0.067-0.404-0.038-0.806-0.289-1.102zM16.842 5.404l-0.671 4.027c-0.053 0.316-0.391 0.629-0.711 0.657l-10.043 0.873-0.994-5.962h12.076c0.117 0 0.215 0.040 0.276 0.113s0.085 0.176 0.066 0.291z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tag\" viewBox=\"0 0 20 20\">\n<title>tag</title>\n<path class=\"path1\" d=\"M7.5 19.085c-0.401 0-0.778-0.156-1.061-0.438l-5.086-5.086c-0.283-0.283-0.438-0.659-0.438-1.061s0.156-0.778 0.438-1.061l8.586-8.586c0.487-0.487 1.372-0.854 2.061-0.854h4.5c0.827 0 1.5 0.673 1.5 1.5v4.5c0 0.688-0.367 1.574-0.853 2.061l-8.586 8.586c-0.283 0.283-0.659 0.438-1.061 0.438zM12 3c-0.415 0-1.060 0.267-1.353 0.561l-8.586 8.586c-0.094 0.094-0.145 0.219-0.145 0.354s0.052 0.26 0.145 0.353l5.086 5.086c0.094 0.094 0.219 0.145 0.354 0.145s0.26-0.052 0.354-0.145l8.586-8.586c0.293-0.293 0.561-0.939 0.561-1.354v-4.5c0-0.276-0.224-0.5-0.5-0.5h-4.5z\"/>\n<path class=\"path2\" d=\"M14.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone-handset\" viewBox=\"0 0 20 20\">\n<title>phone-handset</title>\n<path class=\"path1\" d=\"M16 20c-1.771 0-3.655-0.502-5.6-1.492-1.793-0.913-3.564-2.22-5.122-3.78s-2.863-3.333-3.775-5.127c-0.988-1.946-1.49-3.83-1.49-5.601 0-1.148 1.070-2.257 1.529-2.68 0.661-0.609 1.701-1.32 2.457-1.32 0.376 0 0.816 0.246 1.387 0.774 0.425 0.394 0.904 0.928 1.383 1.544 0.289 0.372 1.73 2.271 1.73 3.182 0 0.747-0.845 1.267-1.739 1.816-0.346 0.212-0.703 0.432-0.961 0.639-0.276 0.221-0.325 0.338-0.333 0.364 0.949 2.366 3.85 5.267 6.215 6.215 0.021-0.007 0.138-0.053 0.363-0.333 0.207-0.258 0.427-0.616 0.639-0.961 0.55-0.894 1.069-1.739 1.816-1.739 0.911 0 2.81 1.441 3.182 1.73 0.616 0.479 1.15 0.958 1.544 1.383 0.528 0.57 0.774 1.011 0.774 1.387 0 0.756-0.711 1.799-1.319 2.463-0.424 0.462-1.533 1.537-2.681 1.537zM3.994 1c-0.268 0.005-0.989 0.333-1.773 1.055-0.744 0.686-1.207 1.431-1.207 1.945 0 6.729 8.264 15 14.986 15 0.513 0 1.258-0.465 1.944-1.213 0.723-0.788 1.051-1.512 1.056-1.781-0.032-0.19-0.558-0.929-1.997-2.037-1.237-0.952-2.24-1.463-2.498-1.469-0.018 0.005-0.13 0.048-0.357 0.336-0.197 0.251-0.408 0.594-0.613 0.926-0.56 0.911-1.089 1.772-1.858 1.772-0.124 0-0.246-0.024-0.363-0.071-2.625-1.050-5.729-4.154-6.779-6.779-0.126-0.315-0.146-0.809 0.474-1.371 0.33-0.299 0.786-0.579 1.228-0.851 0.332-0.204 0.676-0.415 0.926-0.613 0.288-0.227 0.331-0.339 0.336-0.357-0.007-0.258-0.517-1.261-1.469-2.498-1.108-1.439-1.847-1.964-2.037-1.997z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone\" viewBox=\"0 0 20 20\">\n<title>phone</title>\n<path class=\"path1\" d=\"M17.894 8.897c-1.041 0-2.928-0.375-3.516-0.963-0.361-0.361-0.446-0.813-0.515-1.177-0.085-0.448-0.136-0.581-0.332-0.666-0.902-0.388-2.196-0.61-3.551-0.61-1.34 0-2.62 0.219-3.512 0.6-0.194 0.083-0.244 0.216-0.327 0.663-0.068 0.365-0.152 0.819-0.512 1.179-0.328 0.328-1.015 0.554-1.533 0.685-0.668 0.169-1.384 0.267-1.963 0.267-0.664 0-1.113-0.126-1.372-0.386-0.391-0.391-0.641-0.926-0.685-1.467-0.037-0.456 0.051-1.132 0.68-1.762 1.022-1.022 2.396-1.819 4.086-2.368 1.554-0.506 3.322-0.773 5.114-0.773 1.804 0 3.587 0.27 5.156 0.782 1.705 0.556 3.093 1.361 4.124 2.393 1.050 1.050 0.79 2.443 0.012 3.221-0.257 0.257-0.7 0.382-1.354 0.382zM9.98 4.481c1.507 0 2.908 0.246 3.946 0.691 0.713 0.306 0.833 0.938 0.92 1.398 0.052 0.275 0.097 0.513 0.24 0.656 0.252 0.252 1.706 0.671 2.809 0.671 0.481 0 0.633-0.082 0.652-0.094 0.31-0.314 0.698-1.086-0.017-1.802-1.805-1.805-5.010-2.882-8.574-2.882-3.535 0-6.709 1.065-8.493 2.848-0.288 0.288-0.42 0.616-0.391 0.974 0.025 0.302 0.17 0.614 0.39 0.836 0.019 0.012 0.173 0.098 0.67 0.098 1.098 0 2.541-0.411 2.789-0.659 0.141-0.141 0.185-0.379 0.236-0.654 0.086-0.462 0.203-1.095 0.917-1.4 1.026-0.439 2.413-0.68 3.905-0.68z\"/>\n<path class=\"path2\" d=\"M16.5 18h-13c-0.671 0-1.29-0.264-1.743-0.743s-0.682-1.112-0.645-1.782c0.004-0.077 0.118-1.901 1.27-3.739 0.682-1.088 1.586-1.955 2.686-2.577 1.361-0.769 3.020-1.159 4.932-1.159s3.571 0.39 4.932 1.159c1.101 0.622 2.005 1.489 2.686 2.577 1.152 1.839 1.266 3.663 1.27 3.739 0.037 0.67-0.192 1.303-0.645 1.782s-1.072 0.743-1.743 0.743zM10 9c-3.117 0-5.388 1.088-6.749 3.233-1.030 1.623-1.139 3.282-1.14 3.299-0.022 0.392 0.111 0.761 0.373 1.038s0.623 0.43 1.017 0.43h13c0.393 0 0.754-0.153 1.017-0.43s0.395-0.646 0.373-1.039c-0.001-0.016-0.111-1.675-1.14-3.298-1.362-2.145-3.633-3.233-6.749-3.233z\"/>\n<path class=\"path3\" d=\"M10 16c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 11c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pushpin\" viewBox=\"0 0 20 20\">\n<title>pushpin</title>\n<path class=\"path1\" d=\"M18 6.793l-5.293-5.293c-0.188-0.188-0.44-0.292-0.707-0.292s-0.519 0.104-0.707 0.292l-0.293 0.293c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-2.793 2.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-0.293 0.293c-0.39 0.39-0.39 1.024 0 1.414l1.553 1.553-4.95 6.435c-0.153 0.199-0.135 0.481 0.043 0.658 0.097 0.097 0.225 0.146 0.354 0.146 0.107 0 0.214-0.034 0.305-0.104l6.435-4.95 1.553 1.553c0.188 0.188 0.44 0.292 0.707 0.292s0.519-0.104 0.707-0.292l0.293-0.293c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l2.793-2.793c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l0.293-0.293c0.188-0.188 0.292-0.44 0.292-0.707s-0.104-0.519-0.292-0.707zM4.234 15.266l2.533-3.293 0.76 0.76-3.293 2.533zM17 7.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-2.793 2.793c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-0.292 0.292c-0 0-0.001 0-0.001 0v0.001l-5.293-5.293 0.293-0.293c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l2.793-2.793c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l0.293-0.293 5.293 5.293-0.293 0.293z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map-marker\" viewBox=\"0 0 20 20\">\n<title>map-marker</title>\n<path class=\"path1\" d=\"M10 20c-0.153 0-0.298-0.070-0.393-0.191-0.057-0.073-1.418-1.814-2.797-4.385-0.812-1.513-1.46-2.999-1.925-4.416-0.587-1.787-0.884-3.472-0.884-5.008 0-3.308 2.692-6 6-6s6 2.692 6 6c0 1.536-0.298 3.22-0.884 5.008-0.465 1.417-1.113 2.903-1.925 4.416-1.38 2.571-2.74 4.312-2.797 4.385-0.095 0.121-0.24 0.191-0.393 0.191zM10 1c-2.757 0-5 2.243-5 5 0 3.254 1.463 6.664 2.691 8.951 0.902 1.681 1.809 3.014 2.309 3.71 0.502-0.699 1.415-2.040 2.318-3.726 1.223-2.283 2.682-5.687 2.682-8.935 0-2.757-2.243-5-5-5z\"/>\n<path class=\"path2\" d=\"M10 9c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 4c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map\" viewBox=\"0 0 20 20\">\n<title>map</title>\n<path class=\"path1\" d=\"M18.763 1.075c-0.147-0.091-0.331-0.099-0.486-0.022l-5.776 2.888-5.776-2.888c-0.141-0.070-0.306-0.070-0.447 0l-6 3c-0.169 0.085-0.276 0.258-0.276 0.447v15c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l5.776-2.888 5.776 2.888c0.141 0.070 0.307 0.070 0.447 0l6-3c0.169-0.085 0.276-0.258 0.276-0.447v-15c-0-0.173-0.090-0.334-0.237-0.425zM6 16.191l-5 2.5v-13.882l5-2.5v13.882zM7 2.309l5 2.5v13.882l-5-2.5v-13.882zM18 16.191l-5 2.5v-13.882l5-2.5v13.882z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-location\" viewBox=\"0 0 20 20\">\n<title>location</title>\n<path class=\"path1\" d=\"M8.5 20c-0.043 0-0.087-0.006-0.13-0.017-0.218-0.059-0.37-0.257-0.37-0.483v-7.5h-7.5c-0.226 0-0.424-0.152-0.483-0.37s0.037-0.449 0.232-0.562l19-11c0.196-0.113 0.444-0.081 0.604 0.079s0.193 0.408 0.079 0.604l-11 19c-0.091 0.157-0.258 0.249-0.433 0.249zM2.362 11h6.138c0.276 0 0.5 0.224 0.5 0.5v6.138l9.128-15.766-15.766 9.128z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-calendar-full\" viewBox=\"0 0 20 20\">\n<title>calendar-full</title>\n<path class=\"path1\" d=\"M18.5 2h-2.5v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-10v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-2.5c-0.827 0-1.5 0.673-1.5 1.5v14c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-14c0-0.827-0.673-1.5-1.5-1.5zM1.5 3h2.5v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h10v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h2.5c0.276 0 0.5 0.224 0.5 0.5v2.5h-18v-2.5c0-0.276 0.224-0.5 0.5-0.5zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-10.5h18v10.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M7.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M10.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M7.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M10.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M13.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M16.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path11\" d=\"M4.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path12\" d=\"M7.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path13\" d=\"M10.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path14\" d=\"M13.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path15\" d=\"M16.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path16\" d=\"M4.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path17\" d=\"M7.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path18\" d=\"M10.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path19\" d=\"M13.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path20\" d=\"M16.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-keyboard\" viewBox=\"0 0 20 20\">\n<title>keyboard</title>\n<path class=\"path1\" d=\"M17.5 16h-16c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M3.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M16.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M4.5 10h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M3.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M11.5 14h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M14.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M16.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.5v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M5.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M6 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path11\" d=\"M8 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path12\" d=\"M10 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path13\" d=\"M12 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path14\" d=\"M14 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path15\" d=\"M7 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path16\" d=\"M9 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path17\" d=\"M11 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path18\" d=\"M13 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path19\" d=\"M15 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path20\" d=\"M8 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path21\" d=\"M10 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path22\" d=\"M12 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-spell-check\" viewBox=\"0 0 20 20\">\n<title>spell-check</title>\n<path class=\"path1\" d=\"M4.5 14c-0.276 0-0.5 0.224-0.5 0.5v0.001c-0.418-0.315-0.938-0.501-1.5-0.501-1.378 0-2.5 1.122-2.5 2.5s1.122 2.5 2.5 2.5c0.562 0 1.082-0.187 1.5-0.501v0.001c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM2.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M8.5 14c-0.562 0-1.082 0.187-1.5 0.501v-4.001c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.001c0.418 0.315 0.938 0.501 1.5 0.501 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5zM8.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M14.5 19c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5c0.439 0 0.872 0.116 1.25 0.335 0.239 0.138 0.321 0.444 0.183 0.683s-0.444 0.321-0.683 0.183c-0.227-0.131-0.486-0.2-0.75-0.2-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5c0.264 0 0.523-0.069 0.75-0.2 0.239-0.138 0.545-0.057 0.683 0.182s0.057 0.545-0.182 0.683c-0.379 0.219-0.811 0.335-1.25 0.335z\"/>\n<path class=\"path4\" d=\"M11.5 10.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-screen\" viewBox=\"0 0 20 20\">\n<title>screen</title>\n<path class=\"path1\" d=\"M17.5 2h-16c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h7.5v2h-3.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-2h7.5c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5zM18 13.5c0 0.276-0.224 0.5-0.5 0.5h-16c-0.276 0-0.5-0.224-0.5-0.5v-10c0-0.276 0.224-0.5 0.5-0.5h16c0.276 0 0.5 0.224 0.5 0.5v10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smartphone\" viewBox=\"0 0 20 20\">\n<title>smartphone</title>\n<path class=\"path1\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M14.5 20h-9c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h9c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM5.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-9z\"/>\n<path class=\"path3\" d=\"M13.5 16h-7c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM7 15h6v-12h-6v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tablet\" viewBox=\"0 0 20 20\">\n<title>tablet</title>\n<path class=\"path1\" d=\"M16.5 20h-13c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM3.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h13c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-13z\"/>\n<path class=\"path2\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15.5 16h-11c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM5 15h10v-12h-10v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop\" viewBox=\"0 0 20 20\">\n<title>laptop</title>\n<path class=\"path1\" d=\"M3.5 14h13c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5h-13c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5zM3 4.5c0-0.276 0.224-0.5 0.5-0.5h13c0.276 0 0.5 0.224 0.5 0.5v8c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-8z\"/>\n<path class=\"path2\" d=\"M19.5 15h-19c-0.276 0-0.5 0.224-0.5 0.5v1c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-1c0-0.276-0.224-0.5-0.5-0.5zM18.5 17h-17c-0.276 0-0.5-0.224-0.5-0.5v-0.5h18v0.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop-phone\" viewBox=\"0 0 20 20\">\n<title>laptop-phone</title>\n<path class=\"path1\" d=\"M11.5 14h-8c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5h-13c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 18h-10c-0.827 0-1.5-0.673-1.5-1.5v-1c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.5v0.5c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 18h-4c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h4c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM14.5 8c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-4z\"/>\n<path class=\"path4\" d=\"M16.5 16c-0.132 0-0.26-0.053-0.353-0.147s-0.147-0.222-0.147-0.353 0.053-0.261 0.147-0.353c0.093-0.093 0.222-0.147 0.353-0.147s0.261 0.053 0.353 0.147c0.093 0.093 0.147 0.222 0.147 0.353s-0.053 0.261-0.147 0.353c-0.093 0.093-0.222 0.147-0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-power-switch\" viewBox=\"0 0 20 20\">\n<title>power-switch</title>\n<path class=\"path1\" d=\"M9.5 12c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M9.5 19c-2.003 0-3.887-0.78-5.303-2.197s-2.197-3.3-2.197-5.303c0-1.648 0.525-3.212 1.517-4.523 0.96-1.268 2.324-2.215 3.84-2.666 0.265-0.079 0.543 0.072 0.622 0.337s-0.072 0.543-0.337 0.622c-2.733 0.814-4.643 3.376-4.643 6.231 0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5c0-2.855-1.909-5.417-4.643-6.231-0.265-0.079-0.415-0.357-0.337-0.622s0.357-0.415 0.622-0.337c1.517 0.451 2.88 1.398 3.84 2.666 0.993 1.311 1.517 2.875 1.517 4.523 0 2.003-0.78 3.887-2.197 5.303s-3.3 2.197-5.303 2.197z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bubble\" viewBox=\"0 0 20 20\">\n<title>bubble</title>\n<path class=\"path1\" d=\"M0.5 19c-0.225 0-0.422-0.15-0.482-0.367s0.032-0.447 0.225-0.562c1.691-1.014 2.392-2.489 2.641-3.179-1.838-1.407-2.884-3.354-2.884-5.392 0-1.029 0.258-2.026 0.768-2.964 0.486-0.894 1.18-1.695 2.061-2.381 1.787-1.39 4.156-2.156 6.671-2.156s4.884 0.766 6.671 2.156c0.881 0.685 1.575 1.486 2.061 2.381 0.51 0.937 0.768 1.934 0.768 2.964s-0.258 2.026-0.768 2.964c-0.486 0.894-1.18 1.695-2.061 2.381-1.787 1.39-4.156 2.156-6.671 2.156-1.033 0-2.047-0.129-3.016-0.385-0.429 0.286-1.231 0.793-2.189 1.27-1.488 0.74-2.764 1.115-3.794 1.115zM9.5 3c-4.687 0-8.5 2.916-8.5 6.5 0 1.815 1.005 3.562 2.756 4.792 0.172 0.121 0.25 0.336 0.196 0.539-0.117 0.436-0.515 1.633-1.58 2.788 1.302-0.456 2.704-1.247 3.739-1.959 0.123-0.085 0.277-0.11 0.421-0.069 0.948 0.271 1.947 0.409 2.968 0.409 4.687 0 8.5-2.916 8.5-6.5s-3.813-6.5-8.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart-pulse\" viewBox=\"0 0 20 20\">\n<title>heart-pulse</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.116-0.065-2.877-1.611-5.369-4.082-0.196-0.194-0.197-0.511-0.003-0.707s0.511-0.197 0.707-0.003c1.979 1.962 4.186 3.346 4.908 3.776 0.723-0.431 2.932-1.817 4.908-3.776 0.196-0.194 0.513-0.193 0.707 0.003s0.193 0.513-0.003 0.707c-2.493 2.471-5.253 4.017-5.369 4.082-0.076 0.042-0.159 0.063-0.243 0.063z\"/>\n<path class=\"path2\" d=\"M1.279 11c-0.188 0-0.368-0.106-0.453-0.287-0.548-1.165-0.826-2.33-0.826-3.463 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.133-0.278 2.298-0.826 3.463-0.118 0.25-0.415 0.357-0.665 0.24s-0.357-0.415-0.24-0.665c0.485-1.031 0.731-2.053 0.731-3.037 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658-2.343 0-4.25 1.907-4.25 4.25 0 0.984 0.246 2.006 0.731 3.037 0.118 0.25 0.010 0.548-0.24 0.665-0.069 0.032-0.141 0.048-0.212 0.048z\"/>\n<path class=\"path3\" d=\"M10.515 15c-0.005 0-0.009-0-0.013-0-0.202-0.004-0.569-0.109-0.753-0.766l-1.217-4.334-0.807 3.279c-0.158 0.643-0.525 0.778-0.73 0.8s-0.592-0.027-0.889-0.62l-0.606-1.211c-0.029-0.058-0.056-0.094-0.076-0.117-0.003 0.004-0.007 0.009-0.011 0.015-0.37 0.543-1.192 0.953-1.913 0.953h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.421 0 0.921-0.272 1.087-0.516 0.223-0.327 0.547-0.501 0.891-0.478 0.374 0.025 0.708 0.279 0.917 0.696l0.445 0.89 0.936-3.803c0.158-0.64 0.482-0.779 0.726-0.783s0.572 0.125 0.751 0.76l1.284 4.576 1.178-3.608c0.205-0.628 0.582-0.736 0.788-0.745s0.59 0.068 0.847 0.677l0.724 1.719c0.136 0.322 0.578 0.616 0.927 0.616h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.747 0-1.559-0.539-1.849-1.228l-0.592-1.406-1.274 3.9c-0.207 0.634-0.566 0.733-0.771 0.733z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-construction\" viewBox=\"0 0 20 20\">\n<title>construction</title>\n<path class=\"path1\" d=\"M20 5v-1.5c0-0.276-0.224-0.5-0.5-0.5h-3.5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5.5c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h1.5v6h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-3h10v3h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6h1.5c0.276 0 0.5-0.224 0.5-0.5v-4.5c0-0 0-0 0-0zM19 4.793l-4.207 4.207h-3.586l5-5h2.793v0.793zM6.207 9l5-5h3.586l-5 5h-3.586zM1.207 9l5-5h3.586l-5 5h-3.586zM4.793 4l-3.793 3.793v-3.793h3.793zM3 16v-6h1v6h-1zM5 12v-2h10v2h-10zM17 16h-1v-6h1v6zM16.207 9l2.793-2.793v2.793h-2.793z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pie-chart\" viewBox=\"0 0 20 20\">\n<title>pie-chart</title>\n<path class=\"path1\" d=\"M8.5 20c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010s3.74-2.49 6.010-2.49c0.276 0 0.5 0.224 0.5 0.5v7.5h7.5c0.276 0 0.5 0.224 0.5 0.5 0 2.27-0.884 4.405-2.49 6.010s-3.74 2.49-6.010 2.49zM8 4.016c-3.903 0.258-7 3.516-7 7.484 0 4.136 3.364 7.5 7.5 7.5 3.967 0 7.225-3.097 7.484-7h-7.484c-0.276 0-0.5-0.224-0.5-0.5v-7.484z\"/>\n<path class=\"path2\" d=\"M18.5 10h-8c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5 2.27 0 4.405 0.884 6.010 2.49s2.49 3.74 2.49 6.010c0 0.276-0.224 0.5-0.5 0.5zM11 9h6.984c-0.247-3.738-3.246-6.736-6.984-6.984v6.984z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chart-bars\" viewBox=\"0 0 20 20\">\n<title>chart-bars</title>\n<path class=\"path1\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5v-16c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v16c0 0.827-0.673 1.5-1.5 1.5zM1.5 2c-0.276 0-0.5 0.224-0.5 0.5v16c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-16c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M6.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5zM5 16h1v-8h-1v8z\"/>\n<path class=\"path3\" d=\"M10.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-12c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5zM9 16h1v-11h-1v11z\"/>\n<path class=\"path4\" d=\"M14.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5zM13 16h1v-4h-1v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-gift\" viewBox=\"0 0 20 20\">\n<title>gift</title>\n<path class=\"path1\" d=\"M18.5 5h-3.001c0.315-0.418 0.501-0.938 0.501-1.5 0-1.378-1.122-2.5-2.5-2.5-1.39 0-2.556 1.101-3.127 1.758-0.346 0.397-0.644 0.823-0.873 1.235-0.229-0.412-0.527-0.837-0.873-1.235-0.571-0.656-1.737-1.758-3.127-1.758-1.378 0-2.5 1.122-2.5 2.5 0 0.562 0.187 1.082 0.501 1.5h-3.001c-0.276 0-0.5 0.224-0.5 0.5v3c0 0.276 0.224 0.5 0.5 0.5h0.5v9.5c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5v-9.5h0.5c0.276 0 0.5-0.224 0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5zM11.127 3.414c0.782-0.899 1.647-1.414 2.373-1.414 0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5h-3.378c0.173-0.442 0.523-1.032 1.005-1.586zM11 19h-3v-13h3v13zM4 3.5c0-0.827 0.673-1.5 1.5-1.5 0.726 0 1.591 0.515 2.373 1.414 0.482 0.554 0.832 1.144 1.005 1.586h-3.378c-0.827 0-1.5-0.673-1.5-1.5zM1 6h6v2h-6v-2zM2 18.5v-9.5h5v10h-4.5c-0.276 0-0.5-0.224-0.5-0.5zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-4.5v-10h5v9.5zM18 8h-6v-2h6v2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-diamond\" viewBox=\"0 0 20 20\">\n<title>diamond</title>\n<path class=\"path1\" d=\"M18.9 7.2l-3-4c-0.077-0.103-0.191-0.172-0.318-0.193l-6-1c-0.054-0.009-0.11-0.009-0.164 0l-6 1c-0.127 0.021-0.241 0.090-0.318 0.193l-3 4c-0.143 0.191-0.131 0.457 0.028 0.634l9 10c0.095 0.105 0.23 0.166 0.372 0.166s0.277-0.060 0.372-0.166l9-10c0.16-0.178 0.172-0.443 0.028-0.634zM12.786 7l-3.286 9.037-3.286-9.037h6.572zM6.707 6l2.793-2.793 2.793 2.793h-5.586zM10.957 3.25l3.698 0.616-1.233 1.849-2.466-2.465zM5.578 5.715l-1.233-1.849 3.698-0.616-2.465 2.465zM4.67 6.156l-2.985 0.597 1.791-2.388 1.194 1.791zM5.177 7.075l2.974 8.179-6.692-7.436 3.718-0.744zM13.823 7.075l3.718 0.744-6.692 7.436 2.974-8.179zM14.33 6.156l1.194-1.791 1.791 2.388-2.985-0.597z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-linearicons\" viewBox=\"0 0 20 20\">\n<title>linearicons</title>\n<path class=\"path1\" d=\"M19.5 16h-0.5c-0.579 0-1 0.631-1 1.5 0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5-0.138 0-0.263 0.056-0.354 0.147-0.196-0.094-0.415-0.147-0.646-0.147-0.827 0-1.5 0.673-1.5 1.5 0 0.175 0.031 0.343 0.086 0.5h-1.086c-0.406 0-1.019-0.277-1.288-0.58l-1.044-1.181 9.207-10.408c0.161-0.182 0.165-0.447 0.024-0.633l-2.999-3.998c-0.094-0.126-0.243-0.2-0.4-0.2h-13c-0.157 0-0.306 0.074-0.4 0.2l-2.999 3.998c-0.141 0.186-0.136 0.451 0.024 0.633l9.207 10.408-1.044 1.181c-0.289 0.327-0.795 0.58-1.038 0.58h-0.25v-0.5c0-0.827-0.673-1.5-1.5-1.5-0.282 0-0.545 0.078-0.77 0.213-0.127-0.135-0.292-0.213-0.48-0.213-0.308 0-0.537 0.243-0.702 0.455-0.152 0.195-0.309 0.449-0.442 0.716l-0.106 0.211v-0.882c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5 0.282 0 0.545-0.078 0.77-0.214 0.127 0.135 0.292 0.214 0.48 0.214 0.308 0 0.537-0.243 0.702-0.455 0.152-0.195 0.309-0.449 0.442-0.716l0.106-0.211v0.882c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276 0.224 0.5 0.5 0.5h0.75c0.556 0 1.324-0.395 1.787-0.918l0.963-1.089 0.963 1.088c0.463 0.523 1.339 0.918 2.037 0.918h2.5c0.384 0 0.734-0.145 1-0.383 0.266 0.238 0.616 0.383 1 0.383 0.827 0 1.5-0.673 1.5-1.5 0-0.249 0.061-0.422 0.103-0.5h0.397c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM1.145 5.474l2.605-3.474h12.5l2.605 3.474-8.855 10.011-8.855-10.011zM15.5 18c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M2.5 15c0.132 0 0.261-0.053 0.353-0.147s0.147-0.222 0.147-0.353-0.053-0.26-0.147-0.353c-0.093-0.093-0.222-0.147-0.353-0.147s-0.26 0.053-0.353 0.147c-0.093 0.093-0.147 0.222-0.147 0.353s0.053 0.261 0.147 0.353c0.093 0.093 0.222 0.147 0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dinner\" viewBox=\"0 0 20 20\">\n<title>dinner</title>\n<path class=\"path1\" d=\"M8 0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.306 0.252 2.397 0.455 3.274 0.198 0.854 0.353 1.529 0.13 1.811-0.186 0.234-0.717 0.37-1.581 0.406-0.002-0.162-0.004-0.326-0.004-0.49v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.165-0.001 0.328-0.004 0.49-0.861-0.037-1.391-0.174-1.577-0.408-0.225-0.283-0.069-0.959 0.128-1.814 0.202-0.875 0.453-1.965 0.453-3.267 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.189-0.237 2.217-0.427 3.043-0.258 1.118-0.461 2.002 0.064 2.662 0.39 0.49 1.101 0.733 2.333 0.785-0.112 2.79-0.516 5.19-0.851 7.177-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284-0.334-1.985-0.738-4.384-0.851-7.172 1.235-0.050 1.946-0.292 2.337-0.783 0.524-0.659 0.32-1.541 0.062-2.659-0.191-0.827-0.429-1.857-0.429-3.048zM6.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.701 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n<path class=\"path2\" d=\"M15.882 14.162c-0.393-2.331-0.881-5.231-0.882-8.662v-5c0-0.227-0.153-0.425-0.372-0.483s-0.45 0.038-0.562 0.235c-2.019 3.534-3.016 8.931-3.058 9.159-0.027 0.146 0.013 0.296 0.108 0.41s0.236 0.18 0.384 0.18h2.235c-0.175 1.544-0.409 2.935-0.617 4.166-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284zM12.111 9c0.248-1.171 0.882-3.887 1.889-6.317v2.817c0 1.236-0.063 2.403-0.163 3.5h-1.727zM15.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.702 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-coffee-cup\" viewBox=\"0 0 20 20\">\n<title>coffee-cup</title>\n<path class=\"path1\" d=\"M10 15c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 10c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n<path class=\"path2\" d=\"M15.904 2.056l-0.177-0.707c-0.189-0.756-0.948-1.349-1.728-1.349h-8c-0.78 0-1.538 0.593-1.728 1.349l-0.177 0.707c-0.631 0.177-1.096 0.757-1.096 1.444v1c0 0.663 0.432 1.226 1.029 1.424l0.901 12.614c0.058 0.806 0.762 1.462 1.57 1.462h7c0.808 0 1.512-0.656 1.57-1.462l0.901-12.614c0.597-0.198 1.029-0.761 1.029-1.424v-1c0-0.687-0.464-1.267-1.096-1.444zM6 1h8c0.319 0 0.68 0.282 0.757 0.591l0.102 0.409h-9.719l0.102-0.409c0.077-0.309 0.438-0.591 0.757-0.591zM14.892 7h-9.783l-0.071-1h9.926l-0.071 1zM14.249 16h-8.497l-0.571-8h9.64l-0.571 8zM13.5 19h-7c-0.29 0-0.552-0.244-0.573-0.533l-0.105-1.467h8.355l-0.105 1.467c-0.021 0.289-0.283 0.533-0.573 0.533zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-11c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.275 0.224-0.499 0.499-0.5 0.001 0 0.001 0 0.002 0s0.002-0 0.003-0h10.997c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-leaf\" viewBox=\"0 0 20 20\">\n<title>leaf</title>\n<path class=\"path1\" d=\"M19.883 0.178c-0.095-0.113-0.235-0.178-0.382-0.178l-0.51-0c-5.040-0.002-9.021-0.003-11.952 0.698-1.575 0.377-2.793 0.946-3.723 1.739-1.004 0.856-1.688 1.977-2.093 3.429-0.269 0.964-0.395 2.705 0.136 4.437 0.196 0.64 0.502 1.244 0.91 1.799-1.216 1.905-2.267 4.414-2.267 7.399 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-4.605 2.728-8.021 4.354-9.646 1.167-1.167 2.486-2.152 3.816-2.848 1.238-0.648 2.421-1.005 3.331-1.005 0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5c-1.084 0-2.396 0.387-3.794 1.12-1.418 0.743-2.822 1.789-4.059 3.027-0.522 0.522-1.15 1.218-1.774 2.070-0.242-0.381-0.43-0.785-0.559-1.207-0.5-1.632-0.316-3.204-0.129-3.875 1.43-5.125 6.862-5.138 16.717-5.135-1.175 6.288-3.366 10.358-6.516 12.101-2.922 1.617-5.82 0.735-6.931 0.28-0.234-0.096-0.47-0.214-0.699-0.35-0.237-0.141-0.544-0.063-0.685 0.174s-0.063 0.544 0.174 0.685c0.272 0.162 0.552 0.302 0.832 0.417 0.622 0.254 1.624 0.58 2.865 0.687 0.274 0.024 0.545 0.035 0.814 0.035 1.469 0 2.849-0.353 4.115-1.053 1.609-0.89 3.001-2.339 4.139-4.304 1.334-2.305 2.338-5.362 2.983-9.086 0.025-0.145-0.015-0.294-0.11-0.407z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paw\" viewBox=\"0 0 20 20\">\n<title>paw</title>\n<path class=\"path1\" d=\"M3 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM3 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path2\" d=\"M6.998 8c-1.12 0-1.998-1.318-1.998-3s0.878-3 1.998-3 1.998 1.318 1.998 3-0.878 3-1.998 3zM6.998 3c-0.471 0-0.998 0.855-0.998 2s0.527 2 0.998 2 0.998-0.855 0.998-2-0.527-2-0.998-2z\"/>\n<path class=\"path3\" d=\"M12 8c-1.122 0-2-1.318-2-3s0.878-3 2-3 2 1.318 2 3-0.878 3-2 3zM12 3c-0.472 0-1 0.855-1 2s0.528 2 1 2 1-0.855 1-2-0.528-2-1-2z\"/>\n<path class=\"path4\" d=\"M16 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM16 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path5\" d=\"M13 18c-0.868 0-1.455-0.294-1.972-0.553-0.48-0.24-0.894-0.447-1.528-0.447-0.631 0-1.045 0.207-1.525 0.447-0.519 0.259-1.107 0.553-1.975 0.553-0.556 0-1.079-0.303-1.437-0.831-0.627-0.926-0.637-2.331-0.028-3.855 1.097-2.742 2.906-4.314 4.964-4.314s3.868 1.572 4.964 4.314c0.609 1.524 0.599 2.929-0.028 3.855-0.357 0.528-0.881 0.831-1.437 0.831zM9.5 16c0.869 0 1.457 0.294 1.975 0.553 0.479 0.24 0.893 0.447 1.525 0.447 0.218 0 0.44-0.143 0.609-0.391 0.432-0.637 0.404-1.73-0.073-2.923-0.937-2.342-2.408-3.686-4.036-3.686s-3.099 1.343-4.036 3.686c-0.477 1.193-0.504 2.286-0.073 2.923 0.168 0.249 0.39 0.391 0.609 0.391 0.632 0 1.047-0.207 1.528-0.448 0.518-0.259 1.106-0.553 1.972-0.553z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-rocket\" viewBox=\"0 0 20 20\">\n<title>rocket</title>\n<path class=\"path1\" d=\"M13.5 9c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5 2.5 1.122 2.5 2.5-1.122 2.5-2.5 2.5zM13.5 5c-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5 1.5-0.673 1.5-1.5-0.673-1.5-1.5-1.5z\"/>\n<path class=\"path2\" d=\"M0.5 20c-0.13 0-0.258-0.051-0.354-0.146-0.137-0.137-0.183-0.342-0.116-0.524 1.539-4.231 3.157-6.377 4.808-6.377 0.545 0 1.054 0.234 1.515 0.694 0.728 0.728 0.754 1.453 0.648 1.933-0.334 1.508-2.464 2.985-6.33 4.391-0.056 0.020-0.114 0.030-0.171 0.030zM4.839 13.952c-0.495 0-1.078 0.434-1.685 1.255-0.597 0.807-1.197 1.957-1.788 3.427 1.335-0.537 2.408-1.082 3.199-1.625 1.067-0.733 1.383-1.3 1.46-1.646s-0.047-0.677-0.379-1.009c-0.27-0.27-0.534-0.401-0.808-0.401z\"/>\n<path class=\"path3\" d=\"M19.5 0c-2.595 0-4.907 0.44-6.874 1.308-1.621 0.716-3.009 1.72-4.126 2.986-0.208 0.236-0.401 0.475-0.58 0.715-0.862 0.057-1.744 0.4-2.624 1.020-0.745 0.524-1.493 1.25-2.225 2.157-1.23 1.524-1.986 3.027-2.018 3.090-0.109 0.219-0.044 0.485 0.154 0.628 0.088 0.064 0.191 0.095 0.293 0.095 0.128 0 0.256-0.049 0.353-0.145 0.005-0.005 0.483-0.475 1.298-0.936 0.672-0.38 1.708-0.827 2.961-0.906 0.317 0.811 1.224 1.781 1.659 2.216s1.405 1.342 2.216 1.659c-0.079 1.253-0.526 2.289-0.906 2.961-0.462 0.816-0.931 1.293-0.935 1.297-0.173 0.173-0.195 0.447-0.052 0.646 0.097 0.134 0.249 0.208 0.406 0.208 0.076 0 0.152-0.017 0.223-0.053 0.063-0.032 1.566-0.788 3.090-2.018 0.907-0.732 1.633-1.48 2.157-2.225 0.62-0.881 0.962-1.762 1.020-2.624 0.239-0.178 0.478-0.371 0.715-0.58 1.266-1.117 2.27-2.505 2.986-4.126 0.868-1.966 1.308-4.279 1.308-6.874v-0.5h-0.5zM3.107 9.808c0.953-1.383 2.41-3.098 4.052-3.637-0.649 1.137-0.985 2.181-1.106 2.843-1.159 0.071-2.158 0.408-2.946 0.794zM10.193 16.89c0.386-0.788 0.723-1.786 0.793-2.944 0.661-0.121 1.706-0.457 2.842-1.105-0.54 1.639-2.254 3.096-3.636 4.049zM15.044 10.75c-2.080 1.835-4.234 2.25-4.544 2.25-0.002 0-0.207-0.004-0.759-0.393-0.385-0.271-0.834-0.657-1.262-1.085s-0.814-0.877-1.085-1.262c-0.389-0.552-0.393-0.757-0.393-0.759 0-0.31 0.415-2.464 2.25-4.544 2.196-2.488 5.557-3.849 9.744-3.95-0.101 4.187-1.461 7.548-3.95 9.744z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-briefcase\" viewBox=\"0 0 20 20\">\n<title>briefcase</title>\n<path class=\"path1\" d=\"M18.5 5h-4.5v-1.5c0-0.827-0.673-1.5-1.5-1.5h-5c-0.827 0-1.5 0.673-1.5 1.5v1.5h-4.5c-0.827 0-1.5 0.673-1.5 1.5v11c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-11c0-0.827-0.673-1.5-1.5-1.5zM7 3.5c0-0.276 0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5v1.5h-6v-1.5zM1.5 6h17c0.276 0 0.5 0.224 0.5 0.5v7.5h-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-8v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-2v-7.5c0-0.276 0.224-0.5 0.5-0.5zM16 14v1h-1v-1h1zM5 14v1h-1v-1h1zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-2.5h2v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h8v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h2v2.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bus\" viewBox=\"0 0 20 20\">\n<title>bus</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M13.5 5h-7c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 6h-11c-0.276 0-0.5 0.224-0.5 0.5v5c0 0.276 0.224 0.5 0.5 0.5h4.998c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h4.996c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h0.998c0.276 0 0.5-0.224 0.5-0.5v-5c0-0.276-0.224-0.5-0.5-0.5zM5 7h10v4h-0.349l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-3.197l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-2.849v-4z\"/>\n<path class=\"path5\" d=\"M15.616 1.783c-1.363-0.519-3.253-0.783-5.616-0.783s-4.252 0.263-5.616 0.783c-1.971 0.751-2.384 1.892-2.384 2.717v11c0 1.207 0.86 2.217 2 2.45v1.050c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h6v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.050c1.14-0.232 2-1.242 2-2.45v-11c0-0.825-0.414-1.966-2.384-2.717zM6 19h-1v-1h1v1zM14 19v-1h1v1h-1zM17 15.5c0 0.827-0.673 1.5-1.5 1.5h-11c-0.827 0-1.5-0.673-1.5-1.5v-11c0-0.743 0.586-1.343 1.741-1.783 1.232-0.469 3.050-0.717 5.259-0.717s4.028 0.248 5.259 0.717c1.155 0.44 1.741 1.040 1.741 1.783v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-car\" viewBox=\"0 0 20 20\">\n<title>car</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M16.958 11.907c-0.13-0.792-0.553-3.214-1.011-4.131-0.305-0.61-1.088-1.077-2.326-1.386-1.006-0.251-2.292-0.39-3.621-0.39s-2.615 0.138-3.621 0.39c-1.238 0.31-2.021 0.776-2.326 1.386-0.458 0.916-0.881 3.339-1.011 4.131-0.699 0.479-1.042 1.172-1.042 2.093v2.5c0 0.652 0.418 1.208 1 1.414v1.086c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h8v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.086c0.582-0.206 1-0.762 1-1.414v-2.5c0-0.921-0.343-1.614-1.042-2.093zM4.947 8.224c0.297-0.593 2.168-1.224 5.053-1.224s4.756 0.63 5.053 1.224c0.287 0.575 0.606 2.096 0.803 3.183-0.098-0.029-0.199-0.056-0.303-0.080-0.267-0.063-0.555-0.114-0.863-0.156l-2.899-2.077c-0.224-0.161-0.537-0.109-0.698 0.115s-0.109 0.537 0.115 0.698l1.566 1.122c-0.85-0.028-1.782-0.028-2.775-0.028-0.117 0-0.233 0-0.349 0l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.644 1.096c-1.341 0.024-2.507 0.097-3.42 0.314-0.104 0.025-0.205 0.052-0.303 0.080 0.198-1.087 0.516-2.608 0.804-3.183zM5 19h-1v-1h1v1zM15 19v-1h1v1h-1zM17 16.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-2.5c0-0.924 0.486-1.417 1.678-1.701 1.255-0.299 3.14-0.299 5.322-0.299s4.066 0 5.322 0.299c1.192 0.284 1.678 0.777 1.678 1.701v2.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-train\" viewBox=\"0 0 20 20\">\n<title>train</title>\n<path class=\"path1\" d=\"M14.5 15h-10c-1.378 0-2.5-1.122-2.5-2.5v-10c0-1.378 1.122-2.5 2.5-2.5h10c1.378 0 2.5 1.122 2.5 2.5v10c0 1.378-1.122 2.5-2.5 2.5zM4.5 1c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5h-10z\"/>\n<path class=\"path2\" d=\"M18.947 19.276l-2-4c-0.123-0.247-0.424-0.347-0.671-0.224s-0.347 0.424-0.224 0.671l0.138 0.276h-13.382l0.138-0.276c0.123-0.247 0.023-0.547-0.224-0.671s-0.547-0.023-0.671 0.224l-2 4c-0.123 0.247-0.023 0.547 0.224 0.671 0.072 0.036 0.148 0.053 0.223 0.053 0.183 0 0.36-0.101 0.448-0.277l0.362-0.724h16.382l0.362 0.724c0.088 0.175 0.264 0.277 0.448 0.277 0.075 0 0.151-0.017 0.223-0.053 0.247-0.123 0.347-0.424 0.224-0.671zM1.809 18l0.5-1h14.382l0.5 1h-15.382z\"/>\n<path class=\"path3\" d=\"M5.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M12.5 3h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M14.5 4h-10c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM5 5h4v3h-4v-3zM14 8h-4v-3h4v3z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bicycle\" viewBox=\"0 0 20 20\">\n<title>bicycle</title>\n<path class=\"path1\" d=\"M5.5 9.002c-0.828 0-1.502-0.674-1.502-1.502s0.674-1.502 1.502-1.502 1.502 0.674 1.502 1.502-0.674 1.502-1.502 1.502zM5.5 6.998c-0.277 0-0.502 0.225-0.502 0.502s0.225 0.502 0.502 0.502 0.502-0.225 0.502-0.502-0.225-0.502-0.502-0.502z\"/>\n<path class=\"path2\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-2.998c0-0.772 0.581-1.543 1.324-1.756l1.5-0.429-3.26-2.173-1.71 1.71c-0.094 0.094-0.221 0.146-0.354 0.146h-2.002c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1.795l1.854-1.854c0.169-0.169 0.433-0.195 0.631-0.063l3.668 2.445c0.55 0.367 0.548 0.797 0.522 0.966s-0.156 0.579-0.791 0.761l-1.577 0.452c-0.313 0.090-0.599 0.468-0.599 0.795v2.998c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15 20c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4zM15 13c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path4\" d=\"M3.999 20c-2.205 0-3.999-1.794-3.999-3.999s1.794-3.999 3.999-3.999 3.999 1.794 3.999 3.999-1.794 3.999-3.999 3.999zM3.999 13.002c-1.654 0-2.999 1.345-2.999 2.999s1.345 2.999 2.999 2.999 2.999-1.345 2.999-2.999-1.345-2.999-2.999-2.999z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-wheelchair\" viewBox=\"0 0 20 20\">\n<title>wheelchair</title>\n<path class=\"path1\" d=\"M17.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-0.651 0.651-2.729-2.656c-0.002-0.002-0.003-0.003-0.005-0.004-0.007-0.007-0.015-0.013-0.022-0.019-0.006-0.005-0.011-0.009-0.017-0.014s-0.013-0.010-0.020-0.014c-0.007-0.005-0.014-0.010-0.021-0.014-0.006-0.003-0.011-0.007-0.017-0.010-0.008-0.005-0.017-0.010-0.026-0.014-0.006-0.003-0.011-0.005-0.017-0.008-0.009-0.004-0.018-0.008-0.027-0.012-0.007-0.003-0.014-0.005-0.021-0.007-0.008-0.003-0.016-0.006-0.024-0.008s-0.018-0.004-0.027-0.006c-0.007-0.001-0.013-0.003-0.020-0.004-0.010-0.002-0.020-0.003-0.031-0.004-0.006-0.001-0.011-0.002-0.017-0.002-0.010-0.001-0.020-0.001-0.030-0.001-0.006-0-0.012-0-0.019-0-0.009 0-0.018 0.001-0.026 0.002s-0.016 0.001-0.023 0.002c-0.007 0.001-0.015 0.002-0.022 0.003-0.009 0.002-0.019 0.003-0.028 0.005-0.002 0.001-0.004 0.001-0.007 0.001l-3.945 0.953c-0.106 0.026-0.199 0.013-0.26-0.035s-0.095-0.135-0.095-0.244v-1.688h3.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-3.050c0.162 0.033 0.329 0.050 0.5 0.050 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5-2.5 1.122-2.5 2.5c0 0.816 0.393 1.542 1 1.999v6.189c0 0.416 0.174 0.792 0.476 1.030 0.218 0.172 0.49 0.262 0.777 0.262 0.111 0 0.223-0.013 0.336-0.041l3.677-0.888 2.885 2.808c0.097 0.094 0.223 0.142 0.349 0.142 0.128 0 0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707zM9.5 2c0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5z\"/>\n<path class=\"path2\" d=\"M7.5 20c-3.584 0-6.5-2.916-6.5-6.5 0-1.547 0.552-3.045 1.556-4.22 0.992-1.161 2.363-1.939 3.862-2.191 0.272-0.046 0.53 0.138 0.576 0.41s-0.138 0.53-0.41 0.576c-2.655 0.446-4.583 2.727-4.583 5.424 0 3.033 2.467 5.5 5.5 5.5 2.697 0 4.978-1.927 5.424-4.583 0.046-0.272 0.304-0.456 0.576-0.41s0.456 0.303 0.41 0.576c-0.251 1.498-1.029 2.87-2.191 3.862-1.174 1.003-2.673 1.556-4.22 1.556z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-select\" viewBox=\"0 0 20 20\">\n<title>select</title>\n<path class=\"path1\" d=\"M5.5 15h-4c-0.827 0-1.5-0.673-1.5-1.5v-12c0-0.827 0.673-1.5 1.5-1.5h14c0.827 0 1.5 0.673 1.5 1.5v7c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-7c0-0.276-0.224-0.5-0.5-0.5h-14c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13 20c-0.198 0-0.386-0.119-0.464-0.314l-1.697-4.242-2.963 3.386c-0.137 0.157-0.357 0.212-0.552 0.139s-0.324-0.26-0.324-0.468v-15c0-0.198 0.117-0.377 0.298-0.457s0.392-0.046 0.539 0.087l11 10c0.153 0.139 0.205 0.358 0.13 0.55s-0.26 0.32-0.466 0.32h-4.261l1.726 4.314c0.103 0.256-0.022 0.547-0.279 0.65l-2.5 1c-0.061 0.024-0.124 0.036-0.186 0.036zM11 14c0.028 0 0.056 0.002 0.084 0.007 0.172 0.029 0.315 0.146 0.38 0.307l1.814 4.536 1.572-0.629-1.814-4.536c-0.062-0.154-0.043-0.329 0.050-0.466s0.248-0.22 0.414-0.22h3.707l-9.207-8.37v12.539l2.624-2.999c0.096-0.109 0.233-0.171 0.376-0.171z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-earth\" viewBox=\"0 0 20 20\">\n<title>earth</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929s-5.182 1.040-7.071 2.929c-1.889 1.889-2.929 4.4-2.929 7.071s1.040 5.182 2.929 7.071c1.889 1.889 4.4 2.929 7.071 2.929s5.182-1.040 7.071-2.929c1.889-1.889 2.929-4.4 2.929-7.071s-1.040-5.182-2.929-7.071zM18.397 6.761c-0.195-0.351-0.685-0.518-1.325-0.736-0.687-0.234-0.93-0.94-1.211-1.758-0.244-0.71-0.496-1.443-1.095-1.899 1.639 1.027 2.924 2.567 3.631 4.393zM15.591 10.191c0.076 0.677 0.154 1.378-0.687 2.322-0.227 0.255-0.36 0.61-0.501 0.986-0.326 0.871-0.634 1.694-1.946 1.706-0.037-0.044-0.141-0.21-0.234-0.733-0.085-0.482-0.134-1.106-0.187-1.765-0.080-1.012-0.171-2.16-0.421-3.112-0.32-1.217-0.857-1.936-1.641-2.198-0.342-0.114-0.692-0.17-1.068-0.17-0.278 0-0.53 0.030-0.752 0.056-0.173 0.020-0.337 0.040-0.475 0.040 0 0-0 0-0 0-0.234 0-0.499 0-0.826-0.748-0.469-1.075-0.123-2.798 1.254-3.707 0.755-0.498 1.276-0.711 1.742-0.711 0.372 0 0.773 0.129 1.342 0.433 0.672 0.358 1.199 0.404 1.583 0.404 0.152 0 0.29-0.008 0.423-0.016 0.112-0.007 0.217-0.013 0.315-0.013 0.22 0 0.398 0.029 0.607 0.171 0.385 0.263 0.585 0.844 0.796 1.458 0.32 0.932 0.683 1.988 1.835 2.38 0.155 0.053 0.421 0.143 0.61 0.222-0.163 0.168-0.435 0.411-0.702 0.649-0.172 0.154-0.367 0.328-0.583 0.525-0.624 0.569-0.55 1.235-0.484 1.822zM1.001 9.923c0.108 0.019 0.224 0.042 0.344 0.067 0.562 0.12 0.825 0.228 0.94 0.289-0.053 0.103-0.16 0.255-0.231 0.355-0.247 0.351-0.555 0.788-0.438 1.269 0.079 0.325 0.012 0.723-0.103 1.091-0.332-0.938-0.513-1.946-0.513-2.996 0-0.026 0.001-0.051 0.001-0.077zM10 19c-3.425 0-6.41-1.924-7.93-4.747 0.262-0.499 0.748-1.603 0.521-2.569 0.016-0.097 0.181-0.331 0.28-0.472 0.271-0.385 0.608-0.863 0.358-1.37-0.175-0.356-0.644-0.596-1.566-0.804-0.214-0.048-0.422-0.087-0.599-0.118 0.536-4.455 4.338-7.919 8.935-7.919 1.578 0 3.062 0.409 4.352 1.125-0.319-0.139-0.608-0.161-0.84-0.161-0.127 0-0.253 0.007-0.375 0.015-0.119 0.007-0.242 0.014-0.364 0.014-0.284 0-0.638-0.034-1.112-0.287-0.724-0.385-1.266-0.55-1.812-0.55-0.676 0-1.362 0.262-2.293 0.876-0.805 0.531-1.411 1.343-1.707 2.288-0.289 0.921-0.258 1.864 0.087 2.654 0.407 0.932 0.944 1.348 1.742 1.348 0 0 0 0 0 0 0.197 0 0.389-0.023 0.592-0.047 0.205-0.024 0.416-0.049 0.635-0.049 0.271 0 0.51 0.038 0.751 0.118 0.439 0.147 0.763 0.639 0.991 1.504s0.314 1.966 0.391 2.936c0.064 0.81 0.124 1.574 0.257 2.151 0.081 0.35 0.185 0.616 0.32 0.813 0.201 0.294 0.489 0.456 0.811 0.456 0.884 0 1.59-0.285 2.099-0.847 0.423-0.467 0.639-1.044 0.813-1.508 0.102-0.273 0.208-0.556 0.311-0.672 1.137-1.277 1.020-2.329 0.934-3.098-0.063-0.564-0.064-0.764 0.164-0.972 0.212-0.193 0.405-0.366 0.575-0.518 0.363-0.324 0.625-0.558 0.809-0.758 0.126-0.138 0.422-0.461 0.34-0.865-0.001-0.004-0.002-0.007-0.002-0.011 0.343 0.951 0.53 1.976 0.53 3.044 0 4.963-4.037 9-9 9z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smile\" viewBox=\"0 0 20 20\">\n<title>smile</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M9.5 17c-3.584 0-6.5-2.916-6.5-6.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.033 2.467 5.5 5.5 5.5s5.5-2.467 5.5-5.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.584-2.916 6.5-6.5 6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sad\" viewBox=\"0 0 20 20\">\n<title>sad</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M5.499 15c-0.105 0-0.21-0.033-0.3-0.1-0.221-0.166-0.265-0.479-0.099-0.7 0.502-0.668 1.159-1.221 1.901-1.6 0.778-0.398 1.619-0.599 2.499-0.599s1.721 0.202 2.499 0.599c0.742 0.379 1.399 0.932 1.901 1.6 0.166 0.221 0.121 0.534-0.099 0.7s-0.534 0.121-0.7-0.099c-0.859-1.144-2.172-1.8-3.601-1.8s-2.741 0.656-3.601 1.8c-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-neutral\" viewBox=\"0 0 20 20\">\n<title>neutral</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M13.5 13h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mustache\" viewBox=\"0 0 20 20\">\n<title>mustache</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M15.923 12.233c-0.111-0.175-0.318-0.264-0.521-0.224-0.187 0.037-0.368 0.056-0.536 0.056-0 0-0 0-0 0-0.872-0-1.402-0.503-1.962-1.036-0.533-0.506-1.084-1.030-1.903-1.030-0.597 0-1.133 0.263-1.5 0.679-0.367-0.416-0.903-0.679-1.5-0.679-0.819 0-1.37 0.524-1.903 1.030-0.561 0.533-1.090 1.036-1.962 1.036-0.169 0-0.349-0.019-0.536-0.056-0.203-0.041-0.411 0.048-0.521 0.224s-0.101 0.401 0.023 0.567c1.157 1.543 2.642 1.867 3.685 1.867 0.621 0 1.115-0.117 1.355-0.187 0.531-0.154 1.018-0.542 1.36-1.028 0.343 0.486 0.83 0.873 1.36 1.028 0.24 0.070 0.734 0.187 1.355 0.187 1.042-0 2.528-0.324 3.685-1.867 0.124-0.166 0.134-0.391 0.023-0.567zM7.86 13.52c-0.188 0.055-0.579 0.147-1.076 0.147-0.585 0-1.349-0.131-2.069-0.654 0.935-0.179 1.556-0.768 2.070-1.258 0.492-0.468 0.815-0.755 1.214-0.755 0.551 0 1 0.449 1 1 0 0.611-0.554 1.349-1.14 1.52zM12.215 13.667c-0.497 0-0.887-0.092-1.076-0.147-0.586-0.17-1.14-0.909-1.14-1.52 0-0.551 0.449-1 1-1 0.4 0 0.722 0.287 1.214 0.755 0.515 0.489 1.135 1.079 2.070 1.257-0.721 0.523-1.485 0.654-2.069 0.654z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-alarm\" viewBox=\"0 0 20 20\">\n<title>alarm</title>\n<path class=\"path1\" d=\"M16.8 15.101c-1.144-0.859-1.8-2.172-1.8-3.601v-3c0-2.513-1.694-4.638-4-5.292l-0-0.708c0-0.827-0.673-1.5-1.5-1.5s-1.5 0.673-1.5 1.5v0.708c-2.306 0.655-4 2.779-4 5.292v3c0 1.429-0.656 2.741-1.8 3.601-0.172 0.129-0.242 0.354-0.174 0.558s0.259 0.342 0.474 0.342h4.55c-0.033 0.164-0.051 0.331-0.051 0.5 0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.168-0.017-0.336-0.050-0.5h4.55c0.215 0 0.406-0.138 0.474-0.342s-0.002-0.429-0.174-0.558zM9 2.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.523c-0.165-0.015-0.331-0.023-0.5-0.023s-0.335 0.008-0.5 0.023v-0.523zM11 16.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5c0-0.171 0.030-0.34 0.086-0.5h2.828c0.056 0.16 0.086 0.329 0.086 0.5zM3.742 15c0.255-0.309 0.477-0.646 0.659-1.001 0.398-0.778 0.599-1.619 0.599-2.499v-3c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5v3c0 0.88 0.202 1.721 0.599 2.499 0.182 0.356 0.404 0.692 0.659 1.001h-11.517z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bullhorn\" viewBox=\"0 0 20 20\">\n<title>bullhorn</title>\n<path class=\"path1\" d=\"M19.389 3.099c-0.578-1.735-1.346-2.099-1.889-2.099-0.011 0-0.023 0-0.035 0.001-0.553 0.012-1.536 0.299-3.008 0.731-3.084 0.903-7.744 2.269-12.458 2.269-1.14 0-2 1.505-2 3.5s0.86 3.5 2 3.5c0.369 0 0.738 0.008 1.105 0.024l1.666 6.628c0.19 0.756 0.949 1.348 1.729 1.348h1.313c0.433 0 0.801-0.18 1.008-0.495s0.229-0.723 0.060-1.121l-2.577-6.048c3.136 0.462 6.022 1.308 8.154 1.932 1.472 0.431 2.455 0.719 3.008 0.731 0.012 0 0.023 0.001 0.035 0.001 0.542 0 1.31-0.364 1.889-2.099 0.394-1.183 0.611-2.746 0.611-4.401s-0.217-3.218-0.611-4.401zM16 7.5c0-0.513 0.022-1.015 0.064-1.496 0.513 0.052 0.936 0.716 0.936 1.496s-0.422 1.445-0.936 1.496c-0.042-0.481-0.064-0.983-0.064-1.496zM1 7.5c0-1.526 0.592-2.5 1-2.5 1.135 0 2.264-0.076 3.368-0.204-0.237 0.758-0.368 1.697-0.368 2.704s0.13 1.946 0.368 2.704c-1.104-0.128-2.233-0.204-3.368-0.204-0.408 0-1-0.974-1-2.5zM7.961 17.776c0.041 0.096 0.038 0.16 0.026 0.178s-0.069 0.046-0.174 0.046h-1.313c-0.319 0-0.681-0.282-0.759-0.592l-1.588-6.319c0.335 0.027 0.669 0.059 1 0.097l2.808 6.59zM6.489 10.353c-0.304-0.687-0.489-1.748-0.489-2.853 0-1.122 0.18-2.163 0.488-2.852 3.185-0.473 6.096-1.325 8.25-1.957 0.415-0.122 0.811-0.238 1.171-0.339-0.103 0.215-0.203 0.463-0.298 0.747-0.394 1.183-0.611 2.746-0.611 4.401s0.217 3.218 0.611 4.401c0.095 0.284 0.195 0.532 0.298 0.747-0.36-0.101-0.756-0.217-1.171-0.339-2.155-0.631-5.065-1.484-8.25-1.957zM18.44 11.585c-0.373 1.12-0.778 1.415-0.94 1.415s-0.567-0.296-0.94-1.415c-0.157-0.47-0.283-1.009-0.375-1.596 0.486-0.056 0.943-0.331 1.276-0.775 0.348-0.464 0.539-1.073 0.539-1.714s-0.192-1.251-0.539-1.714c-0.333-0.444-0.79-0.719-1.276-0.775 0.093-0.586 0.219-1.126 0.375-1.596 0.373-1.12 0.778-1.416 0.94-1.416s0.567 0.296 0.94 1.415c0.361 1.084 0.56 2.534 0.56 4.085s-0.199 3.001-0.56 4.085z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-high\" viewBox=\"0 0 20 20\">\n<title>volume-high</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M15.545 17.209c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.761-1.432 2.771-3.554 2.771-5.821s-1.010-4.389-2.771-5.821c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.995 1.623 3.14 4.028 3.14 6.597s-1.144 4.974-3.14 6.597c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path4\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-medium\" viewBox=\"0 0 20 20\">\n<title>volume-medium</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-low\" viewBox=\"0 0 20 20\">\n<title>volume-low</title>\n<path class=\"path1\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume\" viewBox=\"0 0 20 20\">\n<title>volume</title>\n<path class=\"path1\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mic\" viewBox=\"0 0 20 20\">\n<title>mic</title>\n<path class=\"path1\" d=\"M9.5 14c-1.93 0-3.5-1.57-3.5-3.5v-6c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v6c0 1.93-1.57 3.5-3.5 3.5zM9.5 2c-1.378 0-2.5 1.122-2.5 2.5v6c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5v-6c0-1.378-1.122-2.5-2.5-2.5z\"/>\n<path class=\"path2\" d=\"M16 10.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.033-2.467 5.5-5.5 5.5s-5.5-2.467-5.5-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.416 2.649 6.225 6 6.481v2.019h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-1.5v-2.019c3.351-0.256 6-3.065 6-6.481z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hourglass\" viewBox=\"0 0 20 20\">\n<title>hourglass</title>\n<path class=\"path1\" d=\"M16 3.5v-0.5c0-0.392-0.241-0.733-0.717-1.014-0.344-0.203-0.821-0.382-1.419-0.531-1.172-0.293-2.722-0.454-4.364-0.454s-3.192 0.161-4.364 0.454c-0.598 0.149-1.075 0.328-1.419 0.531-0.476 0.281-0.717 0.622-0.717 1.014v0.5c0 2.631 1.593 4.999 4 6.002v1.997c-2.407 1.003-4 3.371-4 6.002v0.5c0 0.392 0.241 0.733 0.717 1.014 0.344 0.203 0.821 0.382 1.419 0.531 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.598-0.149 1.075-0.328 1.419-0.531 0.476-0.281 0.717-0.623 0.717-1.014v-0.5c0-2.631-1.593-4.999-4-6.002v-1.997c2.407-1.003 4-3.371 4-6.002zM5.612 2.369c1.066-0.238 2.447-0.369 3.888-0.369s2.823 0.131 3.888 0.369c1.15 0.257 1.498 0.534 1.589 0.631-0.091 0.097-0.439 0.374-1.589 0.631-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.15-0.257-1.498-0.534-1.589-0.631 0.091-0.097 0.439-0.374 1.589-0.631zM11.333 12.313c2.193 0.775 3.667 2.86 3.667 5.187v0.473c-0.042 0.057-0.324 0.37-1.612 0.657-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.287-0.288-1.57-0.6-1.612-0.657v-0.473c0-2.327 1.473-4.412 3.667-5.187 0.2-0.071 0.333-0.259 0.333-0.471v-2.683c0-0.212-0.134-0.401-0.333-0.471-1.976-0.699-3.368-2.461-3.624-4.506 0.3 0.135 0.666 0.257 1.093 0.364 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.428-0.107 0.794-0.229 1.093-0.364-0.256 2.045-1.647 3.807-3.624 4.506-0.2 0.071-0.333 0.26-0.333 0.471v2.683c0 0.212 0.134 0.401 0.333 0.471z\"/>\n<path class=\"path2\" d=\"M13.667 16.529c-2.262-0.799-3.667-2.726-3.667-5.029v-3.025c0.6-0.059 1.178-0.225 1.723-0.495 0.247-0.123 0.348-0.423 0.225-0.67s-0.423-0.348-0.67-0.225c-0.555 0.276-1.153 0.416-1.778 0.416s-1.223-0.14-1.778-0.416c-0.247-0.123-0.547-0.022-0.67 0.225s-0.022 0.547 0.225 0.67c0.545 0.271 1.122 0.436 1.723 0.495v3.025c0 2.302-1.405 4.229-3.667 5.029-0.21 0.074-0.346 0.279-0.332 0.501s0.172 0.409 0.39 0.458c0.982 0.22 2.477 0.512 4.109 0.512s3.127-0.292 4.109-0.512c0.218-0.049 0.377-0.236 0.39-0.458s-0.122-0.427-0.332-0.501zM9.5 17c-0.877 0-1.701-0.087-2.437-0.205 0.665-0.421 1.244-0.952 1.711-1.575 0.293-0.391 0.536-0.812 0.726-1.254 0.19 0.442 0.433 0.863 0.726 1.254 0.466 0.622 1.045 1.153 1.711 1.575-0.736 0.117-1.56 0.205-2.437 0.205z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-undo\" viewBox=\"0 0 20 20\">\n<title>undo</title>\n<path class=\"path1\" d=\"M17.51 4.49c-1.605-1.605-3.74-2.49-6.010-2.49s-4.405 0.884-6.010 2.49-2.49 3.74-2.49 6.010v1.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-1.293c0-4.136 3.364-7.5 7.5-7.5s7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c2.27 0 4.405-0.884 6.010-2.49s2.49-3.74 2.49-6.010c0-2.27-0.884-4.405-2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-redo\" viewBox=\"0 0 20 20\">\n<title>redo</title>\n<path class=\"path1\" d=\"M2.49 4.49c1.605-1.605 3.74-2.49 6.010-2.49s4.405 0.884 6.010 2.49 2.49 3.74 2.49 6.010v1.293l2.146-2.146c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.146 2.146v-1.293c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5c0 4.136 3.364 7.5 7.5 7.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sync\" viewBox=\"0 0 20 20\">\n<title>sync</title>\n<path class=\"path1\" d=\"M19.854 8.646c-0.195-0.195-0.512-0.195-0.707 0l-1.149 1.149c-0.051-2.060-0.878-3.99-2.341-5.452-1.511-1.511-3.52-2.343-5.657-2.343-2.974 0-5.686 1.635-7.077 4.266-0.129 0.244-0.036 0.547 0.208 0.676s0.547 0.036 0.676-0.208c1.217-2.303 3.59-3.734 6.193-3.734 3.789 0 6.885 3.027 6.997 6.789l-1.143-1.143c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M16.869 13.058c-0.244-0.129-0.547-0.036-0.676 0.208-1.217 2.303-3.59 3.734-6.193 3.734-3.789 0-6.885-3.027-6.997-6.789l1.143 1.143c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.149-1.149c0.051 2.060 0.878 3.99 2.341 5.452 1.511 1.511 3.52 2.343 5.657 2.343 2.974 0 5.686-1.635 7.077-4.266 0.129-0.244 0.036-0.547-0.208-0.676z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-history\" viewBox=\"0 0 20 20\">\n<title>history</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929-3.094 0-5.975 1.425-7.853 3.807v-1.307c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.972c0 0.229 0.155 0.428 0.377 0.485 0.097 0.025 0.195 0.019 0.284-0.011v0l2.853-0.972c0.261-0.089 0.401-0.373 0.312-0.634s-0.373-0.401-0.634-0.312l-1.49 0.508c1.688-2.208 4.32-3.534 7.152-3.534 4.963 0 9 4.037 9 9s-4.037 9-9 9c-3.316 0-6.354-1.815-7.928-4.737-0.131-0.243-0.434-0.334-0.677-0.203s-0.334 0.434-0.203 0.677c1.749 3.246 5.125 5.263 8.809 5.263 2.671 0 5.182-1.040 7.071-2.929s2.929-4.4 2.929-7.071c0-2.671-1.040-5.182-2.929-7.071z\"/>\n<path class=\"path2\" d=\"M10 10.5c-0.084 0-0.167-0.021-0.243-0.063l-4.5-2.5c-0.241-0.134-0.328-0.438-0.194-0.68s0.438-0.328 0.68-0.194l4.24 2.355 5.249-3.34c0.233-0.148 0.542-0.080 0.69 0.153s0.080 0.542-0.153 0.69l-5.5 3.5c-0.082 0.052-0.175 0.078-0.268 0.078z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-clock\" viewBox=\"0 0 20 20\">\n<title>clock</title>\n<path class=\"path1\" d=\"M16.32 17.113c1.729-1.782 2.68-4.124 2.68-6.613 0-2.37-0.862-4.608-2.438-6.355l0.688-0.688 0.647 0.646c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l0.647 0.646-0.688 0.688c-1.747-1.576-3.985-2.438-6.355-2.438s-4.608 0.862-6.355 2.438l-0.688-0.688 0.646-0.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l0.646-0.646 0.688 0.688c-1.576 1.747-2.438 3.985-2.438 6.355 0 2.489 0.951 4.831 2.68 6.613l-2.034 2.034c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.354-0.147l2.060-2.059c1.705 1.428 3.836 2.206 6.087 2.206s4.382-0.778 6.087-2.206l2.059 2.059c0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.353-0.147c0.195-0.195 0.195-0.512 0-0.707l-2.034-2.034zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M15.129 7.25c-0.138-0.239-0.444-0.321-0.683-0.183l-4.92 2.841-3.835-2.685c-0.226-0.158-0.538-0.103-0.696 0.123s-0.103 0.538 0.123 0.696l4.096 2.868c0.001 0.001 0.002 0.001 0.002 0.002 0.009 0.006 0.018 0.012 0.027 0.017 0.002 0.001 0.004 0.003 0.006 0.004 0.009 0.005 0.018 0.010 0.027 0.015 0.002 0.001 0.004 0.002 0.006 0.003 0.010 0.005 0.020 0.009 0.031 0.014 0.006 0.003 0.013 0.005 0.019 0.007 0.004 0.001 0.008 0.003 0.013 0.005 0.007 0.002 0.014 0.004 0.021 0.006 0.004 0.001 0.008 0.002 0.012 0.003 0.007 0.002 0.014 0.003 0.022 0.005 0.004 0.001 0.008 0.002 0.012 0.002 0.007 0.001 0.014 0.002 0.021 0.003 0.005 0.001 0.010 0.001 0.015 0.002 0.006 0.001 0.012 0.001 0.018 0.002 0.009 0.001 0.018 0.001 0.027 0.001 0.002 0 0.004 0 0.006 0 0 0 0-0 0-0s0 0 0.001 0c0.019 0 0.037-0.001 0.056-0.003 0.001-0 0.002-0 0.003-0 0.018-0.002 0.036-0.005 0.054-0.010 0.002-0 0.003-0.001 0.005-0.001 0.017-0.004 0.034-0.009 0.050-0.015 0.003-0.001 0.006-0.002 0.008-0.003 0.016-0.006 0.031-0.012 0.046-0.020 0.004-0.002 0.007-0.004 0.011-0.006 0.005-0.003 0.011-0.005 0.016-0.008l5.196-3c0.239-0.138 0.321-0.444 0.183-0.683z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-download\" viewBox=\"0 0 20 20\">\n<title>download</title>\n<path class=\"path1\" d=\"M14.853 9.647c-0.195-0.195-0.512-0.195-0.707 0l-4.146 4.146v-11.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v11.293l-4.146-4.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.147l5-5c0.195-0.195 0.195-0.512-0-0.707z\"/>\n<path class=\"path2\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-upload\" viewBox=\"0 0 20 20\">\n<title>upload</title>\n<path class=\"path1\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M14.854 8.646l-5-5c-0.195-0.195-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l4.146-4.146v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l4.146 4.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter-down\" viewBox=\"0 0 20 20\">\n<title>enter-down</title>\n<path class=\"path1\" d=\"M12.854 11.646c-0.195-0.195-0.512-0.195-0.707 0l-2.146 2.146v-12.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v12.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit-up\" viewBox=\"0 0 20 20\">\n<title>exit-up</title>\n<path class=\"path1\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M12.853 3.646l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.147-2.146v11.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.293l2.147 2.146c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bug\" viewBox=\"0 0 20 20\">\n<title>bug</title>\n<path class=\"path1\" d=\"M17.5 12h-1.515c-0.062-1.099-0.33-2.153-0.781-3.102 1.036-0.305 1.795-1.264 1.795-2.398 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 0.761-0.57 1.392-1.306 1.487-0.174-0.266-0.365-0.521-0.571-0.762-0.108-0.126-0.219-0.246-0.333-0.362 0.14-0.439 0.21-0.896 0.21-1.363 0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5c0 0.467 0.071 0.924 0.21 1.363-0.114 0.116-0.225 0.236-0.333 0.362-0.207 0.241-0.397 0.496-0.571 0.762-0.736-0.095-1.306-0.726-1.306-1.487 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.134 0.759 2.093 1.795 2.398-0.451 0.949-0.718 2.003-0.781 3.102h-1.514c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.515c0.062 1.099 0.33 2.153 0.781 3.102-1.036 0.305-1.795 1.264-1.795 2.398 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-0.761 0.57-1.392 1.306-1.487 0.174 0.266 0.365 0.521 0.571 0.762 1.23 1.435 2.871 2.225 4.622 2.225s3.393-0.79 4.622-2.225c0.207-0.241 0.397-0.496 0.571-0.762 0.736 0.095 1.306 0.726 1.306 1.487 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-1.134-0.759-2.093-1.795-2.398 0.451-0.949 0.718-2.003 0.781-3.102h1.514c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM9.5 2c1.93 0 3.5 1.57 3.5 3.5 0 0.215-0.019 0.426-0.057 0.634-1.022-0.738-2.205-1.134-3.443-1.134s-2.421 0.395-3.443 1.134c-0.038-0.208-0.057-0.419-0.057-0.634 0-1.93 1.57-3.5 3.5-3.5zM4 12.5c0-3.385 2.201-6.173 5-6.473v12.946c-2.799-0.3-5-3.088-5-6.473zM10 18.973v-12.946c2.799 0.3 5 3.088 5 6.473s-2.201 6.173-5 6.473z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-code\" viewBox=\"0 0 20 20\">\n<title>code</title>\n<path class=\"path1\" d=\"M5 15c-0.128 0-0.256-0.049-0.354-0.146l-4-4c-0.195-0.195-0.195-0.512 0-0.707l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.646 3.646 3.646 3.646c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path2\" d=\"M15 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.646-3.646-3.646-3.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l4 4c0.195 0.195 0.195 0.512 0 0.707l-4 4c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M7.5 15c-0.091 0-0.182-0.025-0.265-0.076-0.234-0.146-0.305-0.455-0.159-0.689l5-8c0.146-0.234 0.455-0.305 0.689-0.159s0.305 0.455 0.159 0.689l-5 8c-0.095 0.152-0.258 0.235-0.424 0.235z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-link\" viewBox=\"0 0 20 20\">\n<title>link</title>\n<path class=\"path1\" d=\"M10.682 12.998c-0.943 0-1.886-0.359-2.604-1.077-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0c1.046 1.046 2.747 1.046 3.793 0l3.636-3.636c1.046-1.046 1.046-2.747 0-3.793s-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0s1.436 3.772 0 5.207l-3.636 3.636c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n<path class=\"path2\" d=\"M4.682 18.998c-0.943 0-1.886-0.359-2.604-1.077-1.436-1.436-1.436-3.772 0-5.207l3.636-3.636c1.436-1.436 3.772-1.436 5.207 0 0.195 0.195 0.195 0.512 0 0.707s-0.512 0.195-0.707 0c-1.046-1.046-2.747-1.046-3.793 0l-3.636 3.636c-1.046 1.046-1.046 2.747 0 3.793s2.747 1.046 3.793 0l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-unlink\" viewBox=\"0 0 20 20\">\n<title>unlink</title>\n<path class=\"path1\" d=\"M13.5 11.5c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.068-3.068c0.507-0.507 0.786-1.18 0.786-1.896s-0.279-1.39-0.786-1.896c-1.046-1.046-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0 0.695 0.695 1.078 1.62 1.078 2.604s-0.383 1.908-1.078 2.604l-3.068 3.068c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path2\" d=\"M4.682 19c-0.983 0-1.908-0.383-2.604-1.078-1.436-1.436-1.436-3.772 0-5.207l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-1.046 1.046-1.046 2.747 0 3.793 0.507 0.507 1.18 0.786 1.896 0.786s1.39-0.279 1.896-0.786l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.695 0.695-1.62 1.078-2.604 1.078z\"/>\n<path class=\"path3\" d=\"M5.5 7c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M7.5 6c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M4.5 9h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M15.5 17c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M17.5 13h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M11.5 19c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-up\" viewBox=\"0 0 20 20\">\n<title>thumbs-up</title>\n<path class=\"path1\" d=\"M18.916 11.208c0.443-0.511 0.695-1.355 0.695-2.159 0-0.531-0.115-0.996-0.333-1.345-0.284-0.454-0.738-0.704-1.278-0.704h-2.618c1.425-2.591 1.785-4.543 1.070-5.807-0.499-0.881-1.413-1.193-2.045-1.193-0.25 0-0.462 0.185-0.495 0.433-0.179 1.319-1.188 2.893-2.768 4.318-1.514 1.365-3.374 2.456-5.286 3.11-0.241-0.508-0.758-0.86-1.356-0.86h-3c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h3c0.634 0 1.176-0.395 1.396-0.952 1.961 0.246 2.699 0.64 3.414 1.022 0.895 0.478 1.739 0.93 4.503 0.93 0.72 0 1.398-0.188 1.91-0.529 0.5-0.333 0.82-0.801 0.926-1.343 0.399-0.162 0.753-0.536 1.024-1.092 0.264-0.541 0.435-1.232 0.435-1.761 0-0.099-0.006-0.19-0.017-0.274 0.253-0.186 0.48-0.473 0.667-0.851 0.27-0.545 0.432-1.228 0.432-1.826 0-0.424-0.079-0.777-0.234-1.051-0.013-0.022-0.026-0.044-0.039-0.065zM4.5 18h-3c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v8.999c0 0 0 0.001 0 0.001-0 0.276-0.224 0.5-0.5 0.5zM18.339 10.274c-0.151 0.304-0.304 0.414-0.37 0.414-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c0.042 0 0.072 0 0.117 0.078 0.066 0.117 0.104 0.32 0.104 0.558 0 0.445-0.126 0.974-0.328 1.382-0.198 0.399-0.399 0.544-0.487 0.544-0.276 0-0.5 0.224-0.5 0.5 0 0.177 0.092 0.333 0.231 0.422 0.031 0.317-0.117 1.165-0.501 1.718-0.145 0.209-0.298 0.329-0.418 0.329-0.276 0-0.5 0.224-0.5 0.5 0 0.88-0.972 1.281-1.875 1.281-2.513 0-3.217-0.376-4.032-0.812-0.762-0.407-1.618-0.865-3.781-1.134v-8.187c2.101-0.689 4.152-1.877 5.812-3.373 1.593-1.436 2.639-2.988 2.994-4.426 0.272 0.087 0.579 0.271 0.776 0.618 0.334 0.59 0.584 2.096-1.493 5.557-0.093 0.154-0.095 0.347-0.006 0.504s0.255 0.254 0.435 0.254h3.483c0.199 0 0.327 0.070 0.43 0.234 0.117 0.187 0.181 0.477 0.181 0.815 0 0.424-0.102 0.882-0.272 1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-down\" viewBox=\"0 0 20 20\">\n<title>thumbs-down</title>\n<path class=\"path1\" d=\"M18.916 8.792c0.443 0.511 0.695 1.355 0.695 2.159 0 0.531-0.115 0.996-0.333 1.345-0.284 0.454-0.738 0.704-1.278 0.704h-2.618c1.425 2.591 1.785 4.543 1.070 5.807-0.499 0.881-1.413 1.193-2.045 1.193-0.25 0-0.462-0.185-0.495-0.433-0.179-1.319-1.188-2.893-2.768-4.318-1.514-1.365-3.374-2.456-5.286-3.11-0.241 0.508-0.758 0.86-1.356 0.86h-3c-0.827 0-1.5-0.673-1.5-1.5v-9c0-0.827 0.673-1.5 1.5-1.5h3c0.634 0 1.176 0.395 1.396 0.952 1.961-0.246 2.699-0.64 3.414-1.022 0.895-0.478 1.739-0.93 4.503-0.93 0.72 0 1.398 0.188 1.91 0.529 0.5 0.333 0.82 0.801 0.926 1.343 0.399 0.162 0.753 0.536 1.024 1.092 0.264 0.541 0.435 1.232 0.435 1.761 0 0.099-0.006 0.19-0.017 0.274 0.253 0.186 0.48 0.473 0.667 0.851 0.27 0.545 0.432 1.228 0.432 1.826 0 0.424-0.079 0.777-0.234 1.051-0.013 0.022-0.026 0.044-0.039 0.065zM4.5 2h-3c-0.276 0-0.5 0.224-0.5 0.5v9c0 0.276 0.224 0.5 0.5 0.5h3c0.276 0 0.5-0.224 0.5-0.5v-8.999c0-0 0-0.001 0-0.001-0-0.276-0.224-0.5-0.5-0.5zM18.339 9.726c-0.151-0.304-0.304-0.414-0.37-0.414-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.042 0 0.072 0 0.117-0.078 0.066-0.117 0.104-0.32 0.104-0.558 0-0.445-0.126-0.974-0.328-1.382-0.198-0.399-0.399-0.544-0.487-0.544-0.276 0-0.5-0.224-0.5-0.5 0-0.177 0.092-0.333 0.231-0.422 0.031-0.317-0.117-1.165-0.501-1.718-0.145-0.209-0.298-0.329-0.418-0.329-0.276 0-0.5-0.224-0.5-0.5 0-0.88-0.972-1.281-1.875-1.281-2.513 0-3.217 0.376-4.032 0.812-0.762 0.407-1.618 0.865-3.781 1.134v8.187c2.101 0.689 4.152 1.877 5.812 3.373 1.593 1.436 2.639 2.988 2.994 4.426 0.272-0.087 0.579-0.271 0.776-0.618 0.334-0.59 0.584-2.096-1.493-5.557-0.093-0.154-0.095-0.347-0.006-0.504s0.255-0.254 0.435-0.254h3.483c0.199 0 0.327-0.070 0.43-0.234 0.117-0.187 0.181-0.477 0.181-0.815 0-0.424-0.102-0.882-0.272-1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magnifier\" viewBox=\"0 0 20 20\">\n<title>magnifier</title>\n<path class=\"path1\" d=\"M18.869 19.162l-5.943-6.484c1.339-1.401 2.075-3.233 2.075-5.178 0-2.003-0.78-3.887-2.197-5.303s-3.3-2.197-5.303-2.197-3.887 0.78-5.303 2.197-2.197 3.3-2.197 5.303 0.78 3.887 2.197 5.303 3.3 2.197 5.303 2.197c1.726 0 3.362-0.579 4.688-1.645l5.943 6.483c0.099 0.108 0.233 0.162 0.369 0.162 0.121 0 0.242-0.043 0.338-0.131 0.204-0.187 0.217-0.503 0.031-0.706zM1 7.5c0-3.584 2.916-6.5 6.5-6.5s6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5-6.5-2.916-6.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross\" viewBox=\"0 0 20 20\">\n<title>cross</title>\n<path class=\"path1\" d=\"M10.707 10.5l5.646-5.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.646 5.646-5.646-5.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.646 5.646-5.646 5.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l5.646-5.646 5.646 5.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-5.646-5.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu\" viewBox=\"0 0 20 20\">\n<title>menu</title>\n<path class=\"path1\" d=\"M17.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-list\" viewBox=\"0 0 20 20\">\n<title>list</title>\n<path class=\"path1\" d=\"M19.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M19.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M19.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M1.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M1.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5c0 0.827-0.673 1.5-1.5 1.5zM1.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M1.5 17c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up\" viewBox=\"0 0 20 20\">\n<title>chevron-up</title>\n<path class=\"path1\" d=\"M0 15c0 0.128 0.049 0.256 0.146 0.354 0.195 0.195 0.512 0.195 0.707 0l8.646-8.646 8.646 8.646c0.195 0.195 0.512 0.195 0.707 0s0.195-0.512 0-0.707l-9-9c-0.195-0.195-0.512-0.195-0.707 0l-9 9c-0.098 0.098-0.146 0.226-0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down\" viewBox=\"0 0 20 20\">\n<title>chevron-down</title>\n<path class=\"path1\" d=\"M0 6c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l8.646 8.646 8.646-8.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-9 9c-0.195 0.195-0.512 0.195-0.707 0l-9-9c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left\" viewBox=\"0 0 20 20\">\n<title>chevron-left</title>\n<path class=\"path1\" d=\"M14 20c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-8.646-8.646 8.646-8.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-9 9c-0.195 0.195-0.195 0.512 0 0.707l9 9c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right\" viewBox=\"0 0 20 20\">\n<title>chevron-right</title>\n<path class=\"path1\" d=\"M5 20c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l8.646-8.646-8.646-8.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l9 9c0.195 0.195 0.195 0.512 0 0.707l-9 9c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up\" viewBox=\"0 0 20 20\">\n<title>arrow-up</title>\n<path class=\"path1\" d=\"M9.146 0.646l-6 6c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l5.146-5.146v16.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-16.293l5.146 5.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.354s-0.049-0.256-0.146-0.354l-6-6c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down\" viewBox=\"0 0 20 20\">\n<title>arrow-down</title>\n<path class=\"path1\" d=\"M9.854 19.354l6-6c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.146 5.146v-16.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v16.293l-5.146-5.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.354s0.049 0.256 0.146 0.354l6 6c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left\" viewBox=\"0 0 20 20\">\n<title>arrow-left</title>\n<path class=\"path1\" d=\"M0.646 10.146l6-6c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5.146 5.146h16.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-16.293l5.146 5.146c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-6-6c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right\" viewBox=\"0 0 20 20\">\n<title>arrow-right</title>\n<path class=\"path1\" d=\"M19.354 10.146l-6-6c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.146 5.146h-16.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16.293l-5.146 5.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l6-6c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-move\" viewBox=\"0 0 20 20\">\n<title>move</title>\n<path class=\"path1\" d=\"M18.354 10.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.793v-6.793l2.146 2.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.146-2.146v6.793h-6.793l2.146-2.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2.146-2.146h6.793v6.793l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-6.793h6.793l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-warning\" viewBox=\"0 0 20 20\">\n<title>warning</title>\n<path class=\"path1\" d=\"M18.5 19h-18c-0.178 0-0.342-0.094-0.432-0.248s-0.091-0.343-0.004-0.498l9-16c0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255l9 16c0.087 0.155 0.085 0.344-0.004 0.498s-0.254 0.248-0.432 0.248zM1.355 18h16.29l-8.145-14.48-8.145 14.48z\"/>\n<path class=\"path2\" d=\"M9.5 14c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-question-circle\" viewBox=\"0 0 20 20\">\n<title>question-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.5 15c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5 1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5-3.5 1.57-3.5 3.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5c0 2.312-1.753 4.223-4 4.472v1.528c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 18c-0 0 0 0 0 0-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5 0 0 0 0 0 0 0.276 0 0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu-circle\" viewBox=\"0 0 20 20\">\n<title>menu-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M14.5 8h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 11h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 14h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-checkmark-circle\" viewBox=\"0 0 20 20\">\n<title>checkmark-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M7.5 14.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross-circle\" viewBox=\"0 0 20 20\">\n<title>cross-circle</title>\n<path class=\"path1\" d=\"M14.332 14.126l-4.080-3.626 4.080-3.626c0.206-0.183 0.225-0.499 0.042-0.706s-0.499-0.225-0.706-0.042l-4.168 3.705-4.168-3.705c-0.206-0.183-0.522-0.165-0.706 0.042s-0.165 0.522 0.042 0.706l4.080 3.626-4.080 3.626c-0.206 0.183-0.225 0.499-0.042 0.706 0.099 0.111 0.236 0.168 0.374 0.168 0.118 0 0.237-0.042 0.332-0.126l4.168-3.705 4.168 3.705c0.095 0.085 0.214 0.126 0.332 0.126 0.138 0 0.275-0.057 0.374-0.168 0.183-0.206 0.165-0.522-0.042-0.706z\"/>\n<path class=\"path2\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-plus-circle\" viewBox=\"0 0 20 20\">\n<title>plus-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 10h-5.5v-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v5.5h-5.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.5v5.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-5.5h5.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-circle-minus\" viewBox=\"0 0 20 20\">\n<title>circle-minus</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 11h-12c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.147 4.647l-4 4c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l3.146-3.147v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l3.147 3.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.353s-0.049-0.256-0.147-0.353l-4-4c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M9.853 16.353l4-4c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.146 3.147v-10.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v10.293l-3.147-3.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.353s0.049 0.256 0.147 0.353l4 4c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M3.647 10.147l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.147 3.146h10.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.293l3.146 3.147c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.353 0.146s-0.256-0.049-0.353-0.147l-4-4c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.353 10.147l-4-4c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3.147 3.146h-10.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h10.293l-3.146 3.147c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.147l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15 12c0 0.128-0.049 0.256-0.146 0.354-0.195 0.195-0.512 0.195-0.707 0l-4.646-4.646-4.646 4.646c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l5-5c0.195-0.195 0.512-0.195 0.707 0l5 5c0.098 0.098 0.146 0.226 0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M4 9c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l4.646 4.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.195 0.195-0.512 0.195-0.707 0l-5-5c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M11 16c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-4.646-4.646 4.646-4.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M8 16c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l4.646-4.646-4.646-4.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l5 5c0.195 0.195 0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-crop\" viewBox=\"0 0 20 20\">\n<title>crop</title>\n<path class=\"path1\" d=\"M19.5 15h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M12.5 15h-7c-0.276 0-0.5-0.224-0.5-0.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6.5h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M5.5 4c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 20c-0.276 0-0.5-0.224-0.5-0.5v-13.5h-13.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5v14c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-expand\" viewBox=\"0 0 20 20\">\n<title>frame-expand</title>\n<path class=\"path1\" d=\"M18.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M0.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M3.5 18h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 18h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-contract\" viewBox=\"0 0 20 20\">\n<title>frame-contract</title>\n<path class=\"path1\" d=\"M14.5 9h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M6.5 9h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M11.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-layers\" viewBox=\"0 0 20 20\">\n<title>layers</title>\n<path class=\"path1\" d=\"M10 12c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.185-0.078-0.306-0.26-0.306-0.461s0.121-0.383 0.306-0.461l9.5-4c0.124-0.052 0.264-0.052 0.388 0l9.5 4c0.185 0.078 0.306 0.26 0.306 0.461s-0.121 0.383-0.306 0.461l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039zM1.788 7.5l8.212 3.457 8.212-3.457-8.212-3.457-8.212 3.457z\"/>\n<path class=\"path2\" d=\"M10 15c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n<path class=\"path3\" d=\"M10 18c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-funnel\" viewBox=\"0 0 20 20\">\n<title>funnel</title>\n<path class=\"path1\" d=\"M16.23 3.307c-0.396-0.268-0.949-0.504-1.643-0.702-1.366-0.39-3.172-0.605-5.087-0.605s-3.722 0.215-5.087 0.605c-0.694 0.198-1.246 0.434-1.643 0.702-0.637 0.43-0.77 0.886-0.77 1.193v0.5c0 0.428 0.321 1.133 0.639 1.609l4.891 7.336c0.251 0.376 0.471 1.103 0.471 1.555v3c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l2-1c0.169-0.085 0.276-0.258 0.276-0.447v-2c0-0.452 0.22-1.179 0.471-1.555l4.891-7.336c0.317-0.476 0.639-1.182 0.639-1.609v-0.5c0-0.307-0.134-0.763-0.77-1.193zM4.688 3.567c1.279-0.365 2.988-0.567 4.812-0.567s3.534 0.201 4.812 0.567c1.378 0.394 1.688 0.816 1.688 0.933s-0.31 0.54-1.688 0.933c-1.279 0.365-2.988 0.567-4.812 0.567s-3.534-0.201-4.812-0.567c-1.378-0.394-1.688-0.816-1.688-0.933s0.31-0.54 1.688-0.933zM10.639 13.391c-0.358 0.537-0.639 1.464-0.639 2.109v1.691l-1 0.5v-2.191c0-0.646-0.281-1.572-0.639-2.109l-4.88-7.32c0.274 0.117 0.585 0.226 0.932 0.324 1.366 0.39 3.172 0.605 5.087 0.605s3.722-0.215 5.087-0.605c0.346-0.099 0.658-0.207 0.932-0.325l-4.88 7.32z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format\" viewBox=\"0 0 20 20\">\n<title>text-format</title>\n<path class=\"path1\" d=\"M16.5 19h-14c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.96 15.303l-2.57-5.996c-0.001-0.001-0.001-0.003-0.002-0.004l-3.428-8c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3.428 8c-0.001 0.002-0.001 0.003-0.002 0.005l-2.57 5.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l2.442-5.697h6.198l2.442 5.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM6.83 9l2.67-6.231 2.67 6.231h-5.341z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format-remove\" viewBox=\"0 0 20 20\">\n<title>text-format-remove</title>\n<path class=\"path1\" d=\"M13.5 1h-12c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.41l-1.903 11.418c-0.045 0.272 0.139 0.53 0.411 0.575 0.028 0.005 0.056 0.007 0.083 0.007 0.24 0 0.452-0.173 0.493-0.418l1.93-11.582h5.576c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M10.5 16h-9c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M15.707 16.5l1.646-1.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-1.646 1.646-1.646-1.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.646 1.646-1.646 1.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1.646-1.646 1.646 1.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.646-1.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-size\" viewBox=\"0 0 20 20\">\n<title>text-size</title>\n<path class=\"path1\" d=\"M6.96 16.303l-1.284-2.996c-0.001-0.001-0.001-0.003-0.002-0.004l-1.714-4c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-1.714 4c-0.001 0.001-0.001 0.003-0.002 0.004l-1.284 2.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM2.544 13l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path2\" d=\"M19.962 16.308l-2.083-5c-0.001-0.001-0.001-0.003-0.002-0.004l-2.915-6.996c-0.078-0.186-0.26-0.308-0.462-0.308s-0.384 0.121-0.462 0.308l-2.915 6.996c-0.001 0.001-0.001 0.003-0.002 0.004l-2.083 5c-0.106 0.255 0.014 0.548 0.269 0.654s0.548-0.014 0.654-0.269l1.955-4.692h5.167l1.955 4.692c0.080 0.192 0.266 0.308 0.462 0.308 0.064 0 0.129-0.012 0.192-0.039 0.255-0.106 0.375-0.399 0.269-0.654zM12.333 11l2.167-5.2 2.167 5.2h-4.333z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bold\" viewBox=\"0 0 20 20\">\n<title>bold</title>\n<path class=\"path1\" d=\"M10 9h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h2.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 8h2c0.551 0 1-0.449 1-1s-0.449-1-1-1h-2v2z\"/>\n<path class=\"path2\" d=\"M11 15h-3.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h3.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 14h3c0.551 0 1-0.449 1-1s-0.449-1-1-1h-3v2z\"/>\n<path class=\"path3\" d=\"M11 18h-5.5c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h4.5c2.757 0 5 2.243 5 5 0 0.824-0.202 1.628-0.587 2.349 1.013 0.945 1.587 2.253 1.587 3.651 0 2.757-2.243 5-5 5zM5.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h5.5c2.206 0 4-1.794 4-4 0-1.237-0.561-2.385-1.539-3.151-0.211-0.165-0.253-0.466-0.1-0.682 0.418-0.646 0.639-1.395 0.639-2.167 0-2.206-1.794-4-4-4h-4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-italic\" viewBox=\"0 0 20 20\">\n<title>italic</title>\n<path class=\"path1\" d=\"M15.5 2h-4.001c-0.001 0-0.003 0-0.004 0h-3.995c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.39l-2.8 14h-3.59c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.999c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h3.997c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.39l2.8-14h3.59c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-underline\" viewBox=\"0 0 20 20\">\n<title>underline</title>\n<path class=\"path1\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M10 15c-2.757 0-5-2.243-5-5v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.206 1.794 4 4 4s4-1.794 4-4v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.757-2.243 5-5 5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-strikethrough\" viewBox=\"0 0 20 20\">\n<title>strikethrough</title>\n<path class=\"path1\" d=\"M16.5 2h-14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.5v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5h6.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M9.5 18c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 12h-18c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h18c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM1 11h17v-1h-17v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-highlight\" viewBox=\"0 0 20 20\">\n<title>highlight</title>\n<path class=\"path1\" d=\"M19.854 9.646c-0.195-0.195-0.512-0.195-0.707 0l-3.586 3.586c-0.585 0.585-1.537 0.585-2.121 0l-4.672-4.672c-0.282-0.282-0.437-0.658-0.437-1.061s0.155-0.779 0.437-1.061l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.586 3.586c-0.471 0.471-0.73 1.098-0.73 1.768 0 0.285 0.048 0.563 0.138 0.824l-7.322 7.322c-0.094 0.094-0.146 0.221-0.146 0.354v1.5c0 0.276 0.224 0.5 0.5 0.5h9.5c0.133 0 0.26-0.053 0.354-0.146l3.322-3.322c0.261 0.091 0.539 0.138 0.824 0.138 0.669 0 1.297-0.259 1.768-0.73l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707zM9.793 17h-8.793v-0.793l7.002-7.002c0.020 0.021 0.039 0.042 0.059 0.062l4.672 4.672c0.020 0.020 0.041 0.040 0.062 0.059l-3.002 3.002z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-left\" viewBox=\"0 0 20 20\">\n<title>text-align-left</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-center\" viewBox=\"0 0 20 20\">\n<title>text-align-center</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-right\" viewBox=\"0 0 20 20\">\n<title>text-align-right</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-justify\" viewBox=\"0 0 20 20\">\n<title>text-align-justify</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-line-spacing\" viewBox=\"0 0 20 20\">\n<title>line-spacing</title>\n<path class=\"path1\" d=\"M18.5 5h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M18.5 9h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 13h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M18.5 17h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M5.146 13.646l-1.146 1.146v-8.586l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v8.586l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-increase\" viewBox=\"0 0 20 20\">\n<title>indent-increase</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M2.5 14c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-6c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l4 3c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-4 3c-0.088 0.066-0.194 0.1-0.3 0.1zM3 8.5v4l2.667-2-2.667-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-decrease\" viewBox=\"0 0 20 20\">\n<title>indent-decrease</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M6.5 14c-0.106 0-0.212-0.034-0.3-0.1l-4-3c-0.126-0.094-0.2-0.243-0.2-0.4s0.074-0.306 0.2-0.4l4-3c0.152-0.114 0.354-0.132 0.524-0.047s0.276 0.258 0.276 0.447v6c0 0.189-0.107 0.363-0.276 0.447-0.071 0.035-0.147 0.053-0.224 0.053zM3.333 10.5l2.667 2v-4l-2.667 2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pilcrow\" viewBox=\"0 0 20 20\">\n<title>pilcrow</title>\n<path class=\"path1\" d=\"M15.5 2h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h3v14.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 9h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-ltr\" viewBox=\"0 0 20 20\">\n<title>direction-ltr</title>\n<path class=\"path1\" d=\"M15.354 17.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.146 1.146h-9.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9.293l-1.146 1.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-rtl\" viewBox=\"0 0 20 20\">\n<title>direction-rtl</title>\n<path class=\"path1\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n<path class=\"path2\" d=\"M14.5 17h-9.293l1.146-1.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.146-1.146h9.293c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-page-break\" viewBox=\"0 0 20 20\">\n<title>page-break</title>\n<path class=\"path1\" d=\"M17.5 9h-15c-0.827 0-1.5-0.673-1.5-1.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M1.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M10.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M13.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M16.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M19.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M18.5 20c-0.276 0-0.5-0.224-0.5-0.5v-6c0-0.276-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-6c0-0.827 0.673-1.5 1.5-1.5h15c0.827 0 1.5 0.673 1.5 1.5v6c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-alpha-asc\" viewBox=\"0 0 20 20\">\n<title>sort-alpha-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M19.96 7.303l-3-7c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3 7c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM15.544 4l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path3\" d=\"M18.5 20h-4c-0.178 0-0.343-0.095-0.432-0.249s-0.090-0.344-0.002-0.499l3.573-6.252h-3.138c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.178 0 0.343 0.095 0.432 0.249s0.090 0.344 0.002 0.499l-3.573 6.252h3.138c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-amount-asc\" viewBox=\"0 0 20 20\">\n<title>sort-amount-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M13.5 5h-2c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 4h1v-1h-1v1z\"/>\n<path class=\"path3\" d=\"M15.5 9h-4c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h4c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 8h3v-1h-3v1z\"/>\n<path class=\"path4\" d=\"M17.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 12h5v-1h-5v1z\"/>\n<path class=\"path5\" d=\"M19.5 17h-8c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 16h7v-1h-7v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hand\" viewBox=\"0 0 20 20\">\n<title>hand</title>\n<path class=\"path1\" d=\"M17 4c-0.364 0-0.706 0.098-1 0.269v-1.269c0-1.103-0.897-2-2-2-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339s-1.614 0.56-1.887 1.339c-0.318-0.214-0.701-0.339-1.113-0.339-1.103 0-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.851 0 1.642-0.277 2.352-0.822 0.667-0.513 1.246-1.255 1.72-2.204 0.934-1.868 1.428-4.452 1.428-7.474v-3.5c0-1.103-0.897-2-2-2zM18 9.5c0 2.867-0.457 5.296-1.322 7.026-0.564 1.128-1.574 2.474-3.178 2.474h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.813c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-7.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-6.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5c0-0.551 0.449-1 1-1s1 0.449 1 1v3.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-up\" viewBox=\"0 0 20 20\">\n<title>pointer-up</title>\n<path class=\"path1\" d=\"M17 8c-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.364 0-0.706 0.098-1 0.269v-3.269c0-1.103-0.897-2-2-2s-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.848 0 1.632-0.245 2.331-0.73 0.676-0.468 1.259-1.152 1.734-2.033 0.939-1.743 1.435-4.246 1.435-7.237 0-1.103-0.897-2-2-2zM16.685 16.763c-0.549 1.021-1.548 2.237-3.185 2.237h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.812c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1c0 2.826-0.455 5.165-1.315 6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-right\" viewBox=\"0 0 20 20\">\n<title>pointer-right</title>\n<path class=\"path1\" d=\"M12 17c0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.364-0.098-0.706-0.269-1h3.269c1.103 0 2-0.897 2-2s-0.897-2-2-2h-7.373l2.333-1.346c0.475-0.261 0.813-0.687 0.953-1.199 0.136-0.499 0.064-1.018-0.202-1.462-0.544-0.907-1.774-1.253-2.742-0.77-0.061 0.030-1.368 0.668-5.35 2.66-1.875 0.938-3.216 1.967-3.984 3.059-0.603 0.857-0.634 1.449-0.634 1.559v5c0 0.848 0.245 1.632 0.73 2.331 0.468 0.676 1.152 1.259 2.033 1.734 1.743 0.939 4.246 1.435 7.237 1.435 1.103 0 2-0.897 2-2zM3.237 16.685c-1.021-0.549-2.237-1.548-2.237-3.185v-4.99c0.003-0.039 0.050-0.46 0.525-1.095 0.474-0.633 1.472-1.605 3.54-2.638 4.054-2.027 5.331-2.65 5.343-2.656 0.002-0.001 0.003-0.001 0.004-0.002 0.503-0.251 1.162-0.073 1.439 0.389 0.125 0.208 0.158 0.451 0.095 0.685-0.068 0.249-0.236 0.458-0.472 0.587-0.003 0.002-0.007 0.004-0.010 0.006l-2.705 1.561c-0.583 0.319-0.828 0.678-0.729 1.067 0.099 0.39 0.489 0.587 1.157 0.587h7.812c0.551 0 1 0.449 1 1s-0.449 1-1 1h-6.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1c-2.826 0-5.165-0.455-6.763-1.315z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-down\" viewBox=\"0 0 20 20\">\n<title>pointer-down</title>\n<path class=\"path1\" d=\"M17 12c-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.364 0-0.706-0.098-1-0.269v3.269c0 1.103-0.897 2-2 2s-2-0.897-2-2v-7.373l-1.346 2.333c-0.261 0.475-0.687 0.813-1.199 0.953-0.499 0.136-1.018 0.064-1.462-0.202-0.907-0.544-1.253-1.774-0.77-2.742 0.030-0.061 0.668-1.368 2.66-5.35 0.938-1.875 1.967-3.216 3.059-3.984 0.857-0.603 1.449-0.634 1.559-0.634h5c0.848 0 1.632 0.245 2.331 0.73 0.676 0.468 1.259 1.152 1.734 2.033 0.939 1.743 1.435 4.246 1.435 7.237 0 1.103-0.897 2-2 2zM16.685 3.237c-0.549-1.021-1.548-2.237-3.185-2.237h-4.99c-0.039 0.003-0.46 0.050-1.095 0.525-0.633 0.474-1.605 1.472-2.638 3.54-2.027 4.054-2.65 5.331-2.656 5.343-0.001 0.002-0.001 0.003-0.002 0.004-0.251 0.503-0.073 1.162 0.389 1.439 0.208 0.125 0.451 0.158 0.685 0.095 0.249-0.068 0.458-0.236 0.587-0.472 0.002-0.003 0.004-0.007 0.006-0.010l1.561-2.705c0.319-0.583 0.678-0.828 1.067-0.729 0.39 0.099 0.587 0.489 0.587 1.157v7.812c0 0.551 0.449 1 1 1s1-0.449 1-1v-6.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1c0-2.826-0.455-5.165-1.315-6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-left\" viewBox=\"0 0 20 20\">\n<title>pointer-left</title>\n<path class=\"path1\" d=\"M8 17c0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.364 0.098-0.706 0.269-1h-3.269c-1.103 0-2-0.897-2-2s0.897-2 2-2h7.373l-2.333-1.346c-0.475-0.261-0.813-0.687-0.953-1.199-0.136-0.499-0.064-1.018 0.202-1.462 0.544-0.907 1.774-1.253 2.742-0.77 0.061 0.030 1.368 0.668 5.35 2.66 1.875 0.938 3.216 1.967 3.984 3.059 0.603 0.857 0.634 1.449 0.634 1.559v5c0 0.848-0.245 1.632-0.73 2.331-0.468 0.676-1.152 1.259-2.033 1.734-1.743 0.939-4.246 1.435-7.237 1.435-1.103 0-2-0.897-2-2zM16.763 16.685c1.021-0.549 2.237-1.548 2.237-3.185v-4.99c-0.003-0.039-0.050-0.46-0.525-1.095-0.474-0.633-1.472-1.605-3.54-2.638-4.054-2.027-5.331-2.65-5.343-2.656-0.002-0.001-0.003-0.001-0.004-0.002-0.503-0.251-1.162-0.073-1.439 0.389-0.125 0.208-0.158 0.451-0.095 0.685 0.068 0.249 0.236 0.458 0.472 0.587 0.003 0.002 0.007 0.004 0.010 0.006l2.705 1.561c0.583 0.319 0.828 0.678 0.729 1.067-0.099 0.39-0.489 0.587-1.157 0.587h-7.812c-0.551 0-1 0.449-1 1s0.449 1 1 1h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1c2.826 0 5.165-0.455 6.763-1.315z\"/>\n</symbol>\n</defs>\n</svg>\n\";}', 'yes');
INSERT INTO `kmintr_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(169, 'oxygen_vsb_history_limit', '', 'yes'),
(170, 'oxygen_vsb_preview_dropdown_limit', '', 'yes'),
(171, 'oxygen_vsb_preview_dropdown_exclude_non_public', 'true', 'yes'),
(172, 'oxygen_vsb_enable_selector_detector', '', 'yes'),
(173, 'oxygen_vsb_enable_default_designsets', 'true', 'yes'),
(174, 'oxygen_vsb_enable_3rdp_designsets', '', 'yes'),
(175, 'oxygen_vsb_enable_connection', '', 'yes'),
(176, 'oxygen_vsb_google_maps_api_key', '', 'yes'),
(177, 'oxygen_vsb_show_all_acf_fields', 'true', 'yes'),
(178, 'oxygen_vsb_enable_google_fonts_cache', 'true', 'yes'),
(179, 'oxygen_vsb_enable_ie_layout_improvements', 'true', 'yes'),
(180, 'oxygen_vsb_enable_signature_validation', 'true', 'yes'),
(181, 'oxygen_vsb_enable_signature_frontend_errors', 'false', 'yes'),
(182, 'oxygen_vsb_disable_google_fonts', '', 'yes'),
(183, 'oxygen_vsb_block_category_label', '', 'yes'),
(184, 'oxygen_vsb_full_page_block_category_label', '', 'yes'),
(185, 'oxygen_vsb_access_role_editor', '', 'yes'),
(186, 'oxygen_vsb_access_role_author', '', 'yes'),
(187, 'oxygen_vsb_access_role_contributor', '', 'yes'),
(188, 'oxygen_vsb_access_role_subscriber', '', 'yes'),
(189, 'oxygen_vsb_ignore_post_type_post', '', 'yes'),
(190, 'oxygen_vsb_ignore_post_type_page', '', 'yes'),
(191, 'oxygen_vsb_ignore_post_type_user_request', '', 'yes'),
(192, 'oxygen_vsb_ignore_post_type_wp_block', '', 'yes'),
(195, 'oxygen_license_status', 'valid', 'yes'),
(202, 'wpvivid_email_setting', 'a:3:{s:7:\"send_to\";a:0:{}s:6:\"always\";b:1;s:12:\"email_enable\";b:0;}', 'no'),
(203, 'wpvivid_compress_setting', 'a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}', 'no'),
(204, 'wpvivid_local_setting', 'a:2:{s:4:\"path\";s:14:\"wpvividbackups\";s:10:\"save_local\";i:1;}', 'no'),
(205, 'wpvivid_upload_setting', 'a:1:{s:15:\"remote_selected\";a:0:{}}', 'no'),
(206, 'wpvivid_common_setting', 'a:10:{s:18:\"max_execution_time\";i:180;s:17:\"log_save_location\";s:26:\"wpvividbackups/wpvivid_log\";s:16:\"max_backup_count\";i:30;s:14:\"show_admin_bar\";b:1;s:14:\"domain_include\";b:1;s:15:\"estimate_backup\";b:1;s:16:\"max_resume_count\";i:6;s:12:\"memory_limit\";s:4:\"256M\";s:20:\"restore_memory_limit\";s:4:\"256M\";s:12:\"migrate_size\";s:4:\"2048\";}', 'no'),
(207, 'wpvivid_init', 'init', 'no'),
(208, 'wpvivid_backup_list', 'a:0:{}', 'no'),
(209, 'wpvivid_remote_init', 'init', 'no'),
(211, 'wpvivid_need_review', 'not', 'no'),
(212, 'wpvivid_task_list', 'a:0:{}', 'no'),
(213, 'wf_licensing_wpr', 'a:6:{s:11:\"license_key\";s:26:\"E5ECE478-0ECF620D-66CC285A\";s:5:\"error\";s:0:\"\";s:4:\"name\";s:16:\"WP Reset PRO LTD\";s:10:\"last_check\";i:1612593796;s:11:\"valid_until\";s:10:\"2035-01-01\";s:4:\"meta\";a:3:{s:11:\"white_label\";b:0;s:9:\"wpr_cloud\";b:0;s:24:\"white_label_support_text\";s:0:\"\";}}', 'yes'),
(218, 'wp-reset-snapshots', 'a:4:{s:6:\"irxuti\";a:16:{s:4:\"name\";s:47:\"Before WPvivid Backup Pro v1.9.21 was activated\";s:7:\"plugins\";a:1:{s:26:\"WPvivid Backup Pro v1.9.21\";s:70:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/wpvivid-backup-pro/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"irxuti\";s:9:\"timestamp\";s:19:\"2020-09-23 17:24:01\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:214295;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:237;s:8:\"tbl_size\";i:1616433;s:5:\"local\";b:1;}s:6:\"pfmjzt\";a:16:{s:4:\"name\";s:60:\"Before Head, Footer and Post Injections v3.2.1 was activated\";s:7:\"plugins\";a:1:{s:39:\"Head, Footer and Post Injections v3.2.1\";s:65:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/header-footer/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"pfmjzt\";s:9:\"timestamp\";s:19:\"2020-10-18 04:16:39\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:72164;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:524;s:8:\"tbl_size\";i:3703961;s:5:\"local\";b:1;}s:6:\"wvnksb\";a:16:{s:4:\"name\";s:52:\"Before Akismet AntiSpam v4.1.6 was updated to v4.1.7\";s:7:\"plugins\";a:1:{s:23:\"Akismet AntiSpam v4.1.6\";s:59:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/akismet/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"wvnksb\";s:9:\"timestamp\";s:19:\"2020-11-09 04:46:48\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:74075;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:522;s:8:\"tbl_size\";i:3703961;s:5:\"local\";b:1;}s:6:\"taflwj\";a:14:{s:4:\"name\";s:49:\"Before WordPress was upgraded from 5.5.3 to 5.6.1\";s:7:\"plugins\";a:0:{}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"taflwj\";s:9:\"timestamp\";s:19:\"2021-02-06 06:45:52\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:549;s:8:\"tbl_size\";i:3771273;}}', 'yes'),
(219, 'wp-reset-log', 'a:16:{i:0;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:24:\"Deleting snapshot xhibau\";}i:1;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:37:\"Deleted table xhibau_wpk0_commentmeta\";}i:2;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_comments\";}i:3;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_links\";}i:4;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:33:\"Deleted table xhibau_wpk0_options\";}i:5;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_postmeta\";}i:6;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_posts\";}i:7;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"Deleted table xhibau_wpk0_term_relationships\";}i:8;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:39:\"Deleted table xhibau_wpk0_term_taxonomy\";}i:9;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_termmeta\";}i:10;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_terms\";}i:11;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_usermeta\";}i:12;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_users\";}i:13;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:45:\"Deleted table xhibau_wpk0_wpvivid_scan_result\";}i:14;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:54:\"Deleted table xhibau_wpk0_wpvivid_unused_uploads_files\";}i:15;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:36:\"Deleted snapshot xhibau successfully\";}}', 'yes'),
(1550, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1612637121', 'no'),
(1551, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1612593921', 'no'),
(1552, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1612637121', 'no'),
(1553, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/02/wordpress-5-6-1-maintenance-release/\'>WordPress 5.6.1 Maintenance Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format\'>WPTavern: Gutenberg 9.9 Adds Color Options for Social Icons, Includes Rounded Borders for Images, and Changes the Theme JSON Format</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/newspack-publishes-showcase-with-60-newsrooms-launched?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=newspack-publishes-showcase-with-60-newsrooms-launched\'>WPTavern: Newspack Publishes Showcase with 60 Newsrooms Launched</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project\'>WPTavern: Call for Feedback on Theme Review Action, a New Automated WordPress Theme Testing Project</a></li></ul></div>', 'no'),
(231, '_transient_oxygen_vsb_source_color_lookup_table', 'a:1:{s:0:\"\";s:0:\"\";}', 'yes'),
(241, 'ct_components_classes', 'a:75:{s:9:\"Paragraph\";a:3:{s:3:\"key\";s:9:\"Paragraph\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:9:\"custom-js\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.5\";s:9:\"max-width\";s:3:\"500\";}}s:19:\"hosting-heading-one\";a:4:{s:3:\"key\";s:19:\"hosting-heading-one\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"48\";}}}s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"64\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";}}s:25:\"hosting-contact-3-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-contact-3-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:12:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:13:\"margin-bottom\";s:2:\"20\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:9:\"font-size\";s:2:\"16\";s:5:\"color\";s:8:\"color(3)\";s:14:\"padding-bottom\";s:2:\"20\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(2)\";}}s:22:\"hosting-contact-3-icon\";a:3:{s:3:\"key\";s:22:\"hosting-contact-3-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"28\";s:10:\"icon-color\";s:8:\"color(3)\";s:12:\"margin-right\";s:2:\"12\";}}s:19:\"hosting-heading-two\";a:4:{s:3:\"key\";s:19:\"hosting-heading-two\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"32\";}}}s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"40\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"0\";}}s:29:\"hosting-testimonial-4-wrapper\";a:4:{s:3:\"key\";s:29:\"hosting-testimonial-4-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}}s:8:\"original\";a:19:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:13:\"border-radius\";s:1:\"5\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:11:\"padding-top\";s:2:\"24\";s:12:\"padding-left\";s:2:\"28\";s:13:\"padding-right\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"20\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";s:9:\"max-width\";s:3:\"480\";}}s:26:\"hosting-testimonial-4-text\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-4-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"font-style\";s:6:\"italic\";s:13:\"margin-bottom\";s:2:\"24\";}}s:26:\"hosting-testimonial-5-icon\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-5-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"24\";s:13:\"margin-bottom\";s:1:\"8\";}}s:36:\"hosting-testimonial-4-avatar-wrapper\";a:3:{s:3:\"key\";s:36:\"hosting-testimonial-4-avatar-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:15:\"margin-top-unit\";s:4:\"auto\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}s:27:\"hosting-testimonial-4-image\";a:3:{s:3:\"key\";s:27:\"hosting-testimonial-4-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:5:\"width\";s:2:\"64\";s:18:\"border-radius-unit\";s:1:\"%\";s:13:\"border-radius\";s:3:\"100\";s:12:\"margin-right\";s:2:\"12\";}}s:26:\"hosting-testimonial-4-name\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-4-name\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";}}s:28:\"hosting-testimonial-4-column\";a:3:{s:3:\"key\";s:28:\"hosting-testimonial-4-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:17:\"atomic-subheading\";a:4:{s:3:\"key\";s:17:\"atomic-subheading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"20\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}}s:8:\"original\";a:8:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:9:\"color(15)\";s:9:\"font-size\";s:2:\"24\";s:11:\"line-height\";s:3:\"1.6\";s:11:\"font-weight\";s:3:\"200\";s:14:\"max-width-unit\";s:2:\"px\";s:9:\"max-width\";s:3:\"480\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:22:\"atomic-primary-heading\";a:4:{s:3:\"key\";s:22:\"atomic-primary-heading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"56\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"44\";}}}s:8:\"original\";a:6:{s:5:\"color\";s:9:\"color(15)\";s:9:\"font-size\";s:2:\"64\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.1\";s:10:\"margin-top\";s:1:\"0\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:21:\"atomic-primary-button\";a:5:{s:3:\"key\";s:21:\"atomic-primary-button\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:11:\"padding-top\";s:2:\"16\";s:12:\"padding-left\";s:2:\"36\";s:13:\"padding-right\";s:2:\"36\";s:14:\"padding-bottom\";s:2:\"16\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"16\";}}}s:8:\"original\";a:20:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:16:\"background-color\";s:9:\"color(13)\";s:11:\"padding-top\";s:2:\"20\";s:14:\"padding-bottom\";s:2:\"20\";s:12:\"padding-left\";s:2:\"48\";s:13:\"padding-right\";s:2:\"48\";s:9:\"font-size\";s:2:\"20\";s:5:\"color\";s:9:\"color(12)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:3:\".25\";s:10:\"text-align\";s:6:\"center\";s:19:\"letter-spacing-unit\";s:2:\"em\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:19:\"transition-duration\";s:3:\"0.5\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";s:14:\"text-transform\";s:4:\"none\";s:15:\"text-decoration\";s:4:\"none\";s:10:\"font-style\";s:6:\"normal\";}s:5:\"hover\";a:2:{s:16:\"background-color\";s:9:\"color(14)\";s:5:\"color\";s:9:\"color(12)\";}}s:24:\"atomic-content-19-column\";a:3:{s:3:\"key\";s:24:\"atomic-content-19-column\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:0:{}}s:23:\"atomic-content-19-image\";a:4:{s:3:\"key\";s:23:\"atomic-content-19-image\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:0:{}s:5:\"hover\";a:0:{}}s:26:\"hosting-iconblock-1-column\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-1-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:10:\"flex-start\";}}s:24:\"hosting-iconblock-1-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(4)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:25:\"hosting-iconblock-1-title\";a:3:{s:3:\"key\";s:25:\"hosting-iconblock-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"900\";s:5:\"color\";s:8:\"color(1)\";s:11:\"line-height\";s:3:\"1.1\";s:15:\"margin-top-unit\";s:4:\"auto\";}}s:25:\"hosting-company-2-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-company-2-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:5:\"width\";s:2:\"25\";}}s:22:\"hosting-company-2-icon\";a:3:{s:3:\"key\";s:22:\"hosting-company-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-company-2-title\";a:3:{s:3:\"key\";s:23:\"hosting-company-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:22:\"hosting-company-2-text\";a:3:{s:3:\"key\";s:22:\"hosting-company-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";}}s:21:\"hosting-about-2-image\";a:3:{s:3:\"key\";s:21:\"hosting-about-2-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:13:\"border-radius\";s:1:\"5\";s:13:\"margin-bottom\";s:2:\"40\";}}s:27:\"hosting-dark-outline-button\";a:4:{s:3:\"key\";s:27:\"hosting-dark-outline-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:21:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:8:\"color(4)\";s:9:\"font-size\";s:2:\"16\";s:11:\"button-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"700\";s:13:\"border-radius\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:16:\"background-color\";s:8:\"color(3)\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:24:\"oxy-stock-content-styles\";a:3:{s:3:\"key\";s:24:\"oxy-stock-content-styles\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:20:\"hosting-other-single\";a:3:{s:3:\"key\";s:20:\"hosting-other-single\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:12:\"hosting-logo\";a:4:{s:3:\"key\";s:12:\"hosting-logo\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:0:{}}s:21:\"hosting-simple-button\";a:4:{s:3:\"key\";s:21:\"hosting-simple-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:12:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:12:\"button-style\";s:1:\"1\";s:11:\"button-size\";s:2:\"12\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:17:\"button-text-color\";s:8:\"color(3)\";s:12:\"button-color\";s:11:\"transparent\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:28:\"hosting-white-outline-button\";a:4:{s:3:\"key\";s:28:\"hosting-white-outline-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:20:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"16\";s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:8:\"color(3)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"button-size\";s:2:\"12\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:13:\"border-radius\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:23:\"hosting-footer-1-column\";a:4:{s:3:\"key\";s:23:\"hosting-footer-1-column\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:7:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(2)\";}}}s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:11:\"align-items\";s:6:\"center\";}}s:22:\"hosting-footer-1-image\";a:3:{s:3:\"key\";s:22:\"hosting-footer-1-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(3)\";s:9:\"icon-size\";s:2:\"28\";s:12:\"margin-right\";s:2:\"12\";}}s:21:\"hosting-footer-1-text\";a:3:{s:3:\"key\";s:21:\"hosting-footer-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(2)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";}}s:19:\"hosting-main-button\";a:4:{s:3:\"key\";s:19:\"hosting-main-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:11:{s:12:\"button-style\";s:1:\"1\";s:11:\"button-size\";s:2:\"12\";s:12:\"button-color\";s:8:\"color(4)\";s:17:\"button-text-color\";s:8:\"color(3)\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:11:\"font-weight\";s:3:\"700\";s:13:\"border-radius\";s:1:\"5\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:6:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:2:\"30\";s:17:\"box-shadow-spread\";s:3:\"-20\";s:15:\"box-shadow-blur\";s:2:\"20\";}}s:24:\"hosting-features-2-photo\";a:3:{s:3:\"key\";s:24:\"hosting-features-2-photo\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:13:\"border-radius\";s:1:\"5\";}}s:26:\"hosting-features-1-wrapper\";a:3:{s:3:\"key\";s:26:\"hosting-features-1-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";s:5:\"width\";s:5:\"33.33\";}}s:23:\"hosting-features-1-icon\";a:3:{s:3:\"key\";s:23:\"hosting-features-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(3)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hosting-features-1-title\";a:3:{s:3:\"key\";s:24:\"hosting-features-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:23:\"hosting-features-1-text\";a:3:{s:3:\"key\";s:23:\"hosting-features-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:5:\"color\";s:8:\"color(7)\";}}s:31:\"hosting-product-1-check-wrapper\";a:3:{s:3:\"key\";s:31:\"hosting-product-1-check-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-product-1-check\";a:3:{s:3:\"key\";s:23:\"hosting-product-1-check\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:10:\"icon-color\";s:9:\"color(10)\";s:9:\"icon-size\";s:2:\"16\";s:12:\"margin-right\";s:1:\"8\";s:10:\"margin-top\";s:1:\"4\";}}s:22:\"hosting-product-1-text\";a:3:{s:3:\"key\";s:22:\"hosting-product-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";}}s:25:\"hosting-product-2-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-product-2-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:14:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:13:\"border-radius\";s:1:\"5\";s:11:\"padding-top\";s:2:\"28\";s:12:\"padding-left\";s:2:\"28\";s:13:\"padding-right\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"28\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";}}s:22:\"hosting-product-2-icon\";a:3:{s:3:\"key\";s:22:\"hosting-product-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-product-2-title\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:22:\"hosting-product-2-text\";a:3:{s:3:\"key\";s:22:\"hosting-product-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"12\";s:11:\"margin-left\";s:2:\"12\";}}s:24:\"hosting-product-2-bullet\";a:3:{s:3:\"key\";s:24:\"hosting-product-2-bullet\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:5:\"color\";s:9:\"color(11)\";s:11:\"margin-left\";s:3:\"-12\";}}s:23:\"hosting-product-2-digit\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-digit\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"48\";s:5:\"color\";s:8:\"color(1)\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:10:\"margin-top\";s:1:\"4\";}}s:23:\"hosting-product-2-label\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-label\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"20\";}}s:33:\"hosting-providers-1-image-wrapper\";a:3:{s:3:\"key\";s:33:\"hosting-providers-1-image-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";}}s:26:\"hosting-providers-1-images\";a:3:{s:3:\"key\";s:26:\"hosting-providers-1-images\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:32:\"hosting-providers-1-text-wrapper\";a:3:{s:3:\"key\";s:32:\"hosting-providers-1-text-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}s:25:\"hosting-providers-1-title\";a:3:{s:3:\"key\";s:25:\"hosting-providers-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:10:\"width-unit\";s:1:\"%\";s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hosting-providers-2-text\";a:3:{s:3:\"key\";s:24:\"hosting-providers-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";}}s:23:\"hosting-contact-3-title\";a:3:{s:3:\"key\";s:23:\"hosting-contact-3-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:22:\"hosting-contact-3-text\";a:3:{s:3:\"key\";s:22:\"hosting-contact-3-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:1:\"4\";}}s:26:\"hosting-contact-3-textlink\";a:4:{s:3:\"key\";s:26:\"hosting-contact-3-textlink\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(4)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:15:\"text-decoration\";s:4:\"none\";}s:5:\"hover\";a:1:{s:15:\"text-decoration\";s:9:\"underline\";}}s:11:\"toggle-4605\";a:3:{s:3:\"key\";s:11:\"toggle-4605\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:17:\"toggle_icon_color\";s:8:\"color(4)\";s:16:\"toggle_icon_size\";s:2:\"12\";s:11:\"margin-left\";s:3:\"-16\";s:13:\"margin-bottom\";s:1:\"8\";s:5:\"color\";s:8:\"color(4)\";}}s:20:\"toggle-4605-expanded\";a:3:{s:3:\"key\";s:20:\"toggle-4605-expanded\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:25:\"hosting-accordion-1-title\";a:4:{s:3:\"key\";s:25:\"hosting-accordion-1-title\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:14:\"flex-direction\";s:5:\"unset\";}}}s:8:\"original\";a:11:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.6\";s:19:\"border-bottom-style\";s:6:\"dashed\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(4)\";s:14:\"flex-direction\";s:5:\"unset\";s:7:\"display\";s:11:\"inline-flex\";s:10:\"text-align\";s:4:\"left\";}}s:24:\"hosting-accordion-1-text\";a:3:{s:3:\"key\";s:24:\"hosting-accordion-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";s:13:\"margin-bottom\";s:2:\"16\";}}s:20:\"hosting-hero-1-image\";a:4:{s:3:\"key\";s:20:\"hosting-hero-1-image\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:5:\"33.33\";}}}s:8:\"original\";a:3:{s:5:\"width\";s:2:\"16\";s:7:\"opacity\";s:3:\"0.5\";s:10:\"width-unit\";s:1:\"%\";}}s:23:\"hosting-price-1-wrapper\";a:3:{s:3:\"key\";s:23:\"hosting-price-1-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:21:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:13:\"border-radius\";s:1:\"5\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";s:16:\"border-top-color\";s:8:\"color(8)\";s:16:\"border-top-width\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:11:\"padding-top\";s:2:\"30\";s:12:\"padding-left\";s:2:\"30\";s:13:\"padding-right\";s:2:\"30\";s:14:\"padding-bottom\";s:2:\"30\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:7:\"stretch\";s:10:\"text-align\";s:4:\"left\";}}s:22:\"hosting-pricing-1-icon\";a:3:{s:3:\"key\";s:22:\"hosting-pricing-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(4)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-pricing-1-title\";a:3:{s:3:\"key\";s:23:\"hosting-pricing-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:22:\"hosting-pricing-1-text\";a:3:{s:3:\"key\";s:22:\"hosting-pricing-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"12\";s:9:\"max-width\";s:3:\"360\";}}s:23:\"hosting-pricing-1-month\";a:3:{s:3:\"key\";s:23:\"hosting-pricing-1-month\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"24\";}}s:22:\"hosting-slider-1-slide\";a:3:{s:3:\"key\";s:22:\"hosting-slider-1-slide\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:16:\"background-color\";s:8:\"color(3)\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:16:\"box-shadow-inset\";s:5:\"false\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:13:\"border-radius\";s:1:\"5\";}}s:22:\"hosting-slider-1-image\";a:3:{s:3:\"key\";s:22:\"hosting-slider-1-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:9:\"transform\";a:1:{i:0;a:1:{s:14:\"transform-type\";s:6:\"rotate\";}}}}s:21:\"hosting-slider-1-text\";a:3:{s:3:\"key\";s:21:\"hosting-slider-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"24\";s:10:\"font-style\";s:6:\"italic\";}}s:26:\"hosting-iconblock-2-column\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-2-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:24:\"hosting-iconblock-3-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-3-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:13:\"margin-bottom\";s:2:\"12\";s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(3)\";}}s:25:\"hosting-iconblock-2-title\";a:3:{s:3:\"key\";s:25:\"hosting-iconblock-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.2\";s:13:\"margin-bottom\";s:1:\"4\";}}s:24:\"hosting-iconblock-2-text\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:9:\"max-width\";s:3:\"360\";}}}', 'yes'),
(233, 'ct_style_sheets', 'a:1:{i:0;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:7:\"hosting\";s:6:\"status\";i:1;s:6:\"folder\";i:1;}}', 'yes'),
(234, 'ct_global_settings', 'a:11:{s:5:\"fonts\";a:2:{s:4:\"Text\";s:9:\"Maven Pro\";s:7:\"Display\";s:7:\"Raleway\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:15:\"indicateParents\";s:4:\"true\";s:21:\"classSuggestionsLimit\";s:1:\"5\";s:8:\"headings\";a:6:{s:2:\"H1\";a:4:{s:9:\"font-size\";s:2:\"36\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#404040\";}s:2:\"H2\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H3\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H4\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H5\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H6\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:9:\"body_text\";a:5:{s:9:\"font-size\";s:2:\"16\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:5:\"color\";s:7:\"#404040\";}s:5:\"links\";a:4:{s:3:\"all\";a:5:{s:5:\"color\";s:8:\"color(4)\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:4:\"none\";s:11:\"hover_color\";s:8:\"color(1)\";s:21:\"hover_text-decoration\";s:4:\"none\";}s:9:\"text_link\";a:5:{s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:21:\"hover_text-decoration\";s:0:\"\";}s:12:\"link_wrapper\";a:0:{}s:6:\"button\";a:0:{}}s:8:\"sections\";a:8:{s:21:\"container-padding-top\";s:2:\"75\";s:26:\"container-padding-top-unit\";s:2:\"px\";s:24:\"container-padding-bottom\";s:2:\"75\";s:29:\"container-padding-bottom-unit\";s:2:\"px\";s:22:\"container-padding-left\";s:2:\"20\";s:27:\"container-padding-left-unit\";s:2:\"px\";s:23:\"container-padding-right\";s:2:\"20\";s:28:\"container-padding-right-unit\";s:2:\"px\";}s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:9:\"max-width\";s:4:\"1120\";s:11:\"breakpoints\";a:3:{s:6:\"tablet\";s:3:\"992\";s:15:\"phone-landscape\";s:3:\"768\";s:14:\"phone-portrait\";s:3:\"480\";}}', 'yes'),
(235, 'ct_style_sets', 'a:1:{s:30:\"Uncategorized Custom Selectors\";a:1:{s:3:\"key\";s:30:\"Uncategorized Custom Selectors\";}}', 'yes'),
(236, 'ct_custom_selectors', 'a:0:{}', 'yes'),
(239, 'oxygen_private_key', '$;Bl@NL/>8,J%X4t0~.Koi?ZQh4|dxD_', 'yes'),
(240, 'oxygen_vsb_css_files_state', 'a:11:{i:9;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:67:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/default-post-9.css\";s:4:\"path\";s:80:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/default-post-9.css\";s:14:\"last_save_time\";i:1600914272;}i:10;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:63:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/archive-10.css\";s:4:\"path\";s:76:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/archive-10.css\";s:14:\"last_save_time\";i:1600914272;}i:11;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/other-single-11.css\";s:4:\"path\";s:81:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/other-single-11.css\";s:14:\"last_save_time\";i:1600914272;}i:12;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/default-page-12.css\";s:4:\"path\";s:81:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/default-page-12.css\";s:14:\"last_save_time\";i:1600914272;}i:13;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:60:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/main-13.css\";s:4:\"path\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/main-13.css\";s:14:\"last_save_time\";i:1604905028;}i:14;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/about-14.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/about-14.css\";s:14:\"last_save_time\";i:1600914274;}i:15;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:64:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/features-15.css\";s:4:\"path\";s:77:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/features-15.css\";s:14:\"last_save_time\";i:1600914274;}i:16;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:64:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/products-16.css\";s:4:\"path\";s:77:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/products-16.css\";s:14:\"last_save_time\";i:1600914274;}i:17;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/login-17.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/login-17.css\";s:14:\"last_save_time\";i:1600914274;}i:19;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:63:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/contact-19.css\";s:4:\"path\";s:76:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/contact-19.css\";s:14:\"last_save_time\";i:1600914274;}i:21;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:60:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/home-21.css\";s:4:\"path\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/home-21.css\";s:14:\"last_save_time\";i:1604910335;}}', 'yes'),
(485, 'category_children', 'a:0:{}', 'yes'),
(242, 'ct_style_folders', 'a:2:{s:7:\"hosting\";a:2:{s:3:\"key\";s:7:\"hosting\";s:6:\"status\";i:1;}s:6:\"atomic\";a:2:{s:3:\"key\";s:6:\"atomic\";s:6:\"status\";i:1;}}', 'yes'),
(243, 'ct_last_installed_default_data', 'hosting', 'yes'),
(251, 'oxygen_vsb_easy_posts_templates', 'a:0:{}', 'yes'),
(252, 'oxygen_vsb_comments_list_templates', 'a:0:{}', 'yes'),
(253, 'oxygen_vsb_latest_typekit_fonts', 'a:0:{}', 'yes'),
(254, 'oxygen_breakpoints_cache_update_required', '1', 'yes');
INSERT INTO `kmintr_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(255, 'oxygen_vsb_google_fonts_cache', 'a:1003:{i:0;a:2:{s:6:\"family\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:1;a:2:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:2;a:2:{s:6:\"family\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:3;a:2:{s:6:\"family\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:4;a:2:{s:6:\"family\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:5;a:2:{s:6:\"family\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:6;a:2:{s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:7;a:2:{s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:8;a:2:{s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:9;a:2:{s:6:\"family\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:10;a:2:{s:6:\"family\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:11;a:2:{s:6:\"family\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:12;a:2:{s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:13;a:2:{s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:14;a:2:{s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:15;a:2:{s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:16;a:2:{s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:17;a:2:{s:6:\"family\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}}i:18;a:2:{s:6:\"family\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:19;a:2:{s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:20;a:2:{s:6:\"family\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:21;a:2:{s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:22;a:2:{s:6:\"family\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:23;a:2:{s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:24;a:2:{s:6:\"family\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}}i:25;a:2:{s:6:\"family\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:26;a:2:{s:6:\"family\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:27;a:2:{s:6:\"family\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:28;a:2:{s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:29;a:2:{s:6:\"family\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}}i:30;a:2:{s:6:\"family\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:31;a:2:{s:6:\"family\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:32;a:2:{s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:33;a:2:{s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:34;a:2:{s:6:\"family\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:35;a:2:{s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:36;a:2:{s:6:\"family\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:37;a:2:{s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:38;a:2:{s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:39;a:2:{s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:40;a:2:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:41;a:2:{s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:42;a:2:{s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:43;a:2:{s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:44;a:2:{s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:45;a:2:{s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:46;a:2:{s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:47;a:2:{s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:48;a:2:{s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:49;a:2:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:50;a:2:{s:6:\"family\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:51;a:2:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:52;a:2:{s:6:\"family\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:53;a:2:{s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:54;a:2:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:55;a:2:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:56;a:2:{s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:57;a:2:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:58;a:2:{s:6:\"family\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:59;a:2:{s:6:\"family\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:60;a:2:{s:6:\"family\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:61;a:2:{s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:62;a:2:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:63;a:2:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:64;a:2:{s:6:\"family\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:65;a:2:{s:6:\"family\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:66;a:2:{s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:67;a:2:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:68;a:2:{s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}}i:69;a:2:{s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:70;a:2:{s:6:\"family\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:71;a:2:{s:6:\"family\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:72;a:2:{s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:73;a:2:{s:6:\"family\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:74;a:2:{s:6:\"family\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:75;a:2:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:76;a:2:{s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:77;a:2:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:78;a:2:{s:6:\"family\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:79;a:2:{s:6:\"family\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:80;a:2:{s:6:\"family\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:81;a:2:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:82;a:2:{s:6:\"family\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:83;a:2:{s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:84;a:2:{s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}}i:85;a:2:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:86;a:2:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:87;a:2:{s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:88;a:2:{s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:89;a:2:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:90;a:2:{s:6:\"family\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:91;a:2:{s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:92;a:2:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:93;a:2:{s:6:\"family\";s:9:\"Assistant\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:94;a:2:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:95;a:2:{s:6:\"family\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:96;a:2:{s:6:\"family\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:97;a:2:{s:6:\"family\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:98;a:2:{s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:99;a:2:{s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:100;a:2:{s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:101;a:2:{s:6:\"family\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:102;a:2:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:103;a:2:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:104;a:2:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:105;a:2:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:106;a:2:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:107;a:2:{s:6:\"family\";s:6:\"Caveat\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:108;a:2:{s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:109;a:2:{s:6:\"family\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:110;a:2:{s:6:\"family\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:111;a:2:{s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:112;a:2:{s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:113;a:2:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:114;a:2:{s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:115;a:2:{s:6:\"family\";s:7:\"Archivo\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:116;a:2:{s:6:\"family\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:117;a:2:{s:6:\"family\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:118;a:2:{s:6:\"family\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:119;a:2:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:120;a:2:{s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:121;a:2:{s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:122;a:2:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:123;a:2:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:124;a:2:{s:6:\"family\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:125;a:2:{s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:126;a:2:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:127;a:2:{s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:128;a:2:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:129;a:2:{s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:130;a:2:{s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:131;a:2:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:132;a:2:{s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:133;a:2:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:134;a:2:{s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:135;a:2:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:136;a:2:{s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:137;a:2:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:138;a:2:{s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:139;a:2:{s:6:\"family\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:140;a:2:{s:6:\"family\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:141;a:2:{s:6:\"family\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:142;a:2:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:143;a:2:{s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:144;a:2:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:145;a:2:{s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:146;a:2:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:147;a:2:{s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:148;a:2:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:149;a:2:{s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:150;a:2:{s:6:\"family\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:151;a:2:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:152;a:2:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:153;a:2:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:154;a:2:{s:6:\"family\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:155;a:2:{s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:156;a:2:{s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:157;a:2:{s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:158;a:2:{s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:159;a:2:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:160;a:2:{s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:161;a:2:{s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:162;a:2:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:163;a:2:{s:6:\"family\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:164;a:2:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:165;a:2:{s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:166;a:2:{s:6:\"family\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:167;a:2:{s:6:\"family\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:168;a:2:{s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:169;a:2:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:170;a:2:{s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:171;a:2:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:172;a:2:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:173;a:2:{s:6:\"family\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:174;a:2:{s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:175;a:2:{s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:176;a:2:{s:6:\"family\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"800\";}}i:177;a:2:{s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:178;a:2:{s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:179;a:2:{s:6:\"family\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:180;a:2:{s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:181;a:2:{s:6:\"family\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:182;a:2:{s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:183;a:2:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:184;a:2:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:185;a:2:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:186;a:2:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:187;a:2:{s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:188;a:2:{s:6:\"family\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:189;a:2:{s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:190;a:2:{s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:191;a:2:{s:6:\"family\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:192;a:2:{s:6:\"family\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:193;a:2:{s:6:\"family\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:194;a:2:{s:6:\"family\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:195;a:2:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:196;a:2:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:197;a:2:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:198;a:2:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:199;a:2:{s:6:\"family\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:200;a:2:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:201;a:2:{s:6:\"family\";s:5:\"Saira\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:202;a:2:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:203;a:2:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:204;a:2:{s:6:\"family\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:205;a:2:{s:6:\"family\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:206;a:2:{s:6:\"family\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:207;a:2:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:208;a:2:{s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:209;a:2:{s:6:\"family\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:210;a:2:{s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:211;a:2:{s:6:\"family\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:212;a:2:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:213;a:2:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:214;a:2:{s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:215;a:2:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:216;a:2:{s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:217;a:2:{s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:218;a:2:{s:6:\"family\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:219;a:2:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:220;a:2:{s:6:\"family\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:221;a:2:{s:6:\"family\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:222;a:2:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:223;a:2:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:224;a:2:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:225;a:2:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:226;a:2:{s:6:\"family\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:227;a:2:{s:6:\"family\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:228;a:2:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:229;a:2:{s:6:\"family\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:230;a:2:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:231;a:2:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:232;a:2:{s:6:\"family\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:233;a:2:{s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:234;a:2:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:235;a:2:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:236;a:2:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:237;a:2:{s:6:\"family\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:238;a:2:{s:6:\"family\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:239;a:2:{s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:240;a:2:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:241;a:2:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:242;a:2:{s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:243;a:2:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:244;a:2:{s:6:\"family\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:245;a:2:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:246;a:2:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:247;a:2:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:248;a:2:{s:6:\"family\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:249;a:2:{s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:250;a:2:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:251;a:2:{s:6:\"family\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:252;a:2:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:253;a:2:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:254;a:2:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:255;a:2:{s:6:\"family\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:256;a:2:{s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:257;a:2:{s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:258;a:2:{s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"900\";}}i:259;a:2:{s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:260;a:2:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:261;a:2:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:262;a:2:{s:6:\"family\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:263;a:2:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:264;a:2:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:265;a:2:{s:6:\"family\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:266;a:2:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:267;a:2:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:268;a:2:{s:6:\"family\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:269;a:2:{s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:270;a:2:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:271;a:2:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:272;a:2:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:273;a:2:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:274;a:2:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:275;a:2:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:276;a:2:{s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:277;a:2:{s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:278;a:2:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:279;a:2:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:280;a:2:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:281;a:2:{s:6:\"family\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:282;a:2:{s:6:\"family\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:283;a:2:{s:6:\"family\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:284;a:2:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:285;a:2:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:286;a:2:{s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:287;a:2:{s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:288;a:2:{s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:289;a:2:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:290;a:2:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:291;a:2:{s:6:\"family\";s:15:\"Red Hat Display\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:292;a:2:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:293;a:2:{s:6:\"family\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:294;a:2:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:295;a:2:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:296;a:2:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:297;a:2:{s:6:\"family\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:298;a:2:{s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:299;a:2:{s:6:\"family\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:300;a:2:{s:6:\"family\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:301;a:2:{s:6:\"family\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:302;a:2:{s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:303;a:2:{s:6:\"family\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:304;a:2:{s:6:\"family\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:305;a:2:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:306;a:2:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:307;a:2:{s:6:\"family\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:308;a:2:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:309;a:2:{s:6:\"family\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:310;a:2:{s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:311;a:2:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:312;a:2:{s:6:\"family\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:313;a:2:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:314;a:2:{s:6:\"family\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:315;a:2:{s:6:\"family\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:316;a:2:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:317;a:2:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:318;a:2:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:319;a:2:{s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:320;a:2:{s:6:\"family\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:321;a:2:{s:6:\"family\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:322;a:2:{s:6:\"family\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:323;a:2:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:324;a:2:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:325;a:2:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:326;a:2:{s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:327;a:2:{s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:328;a:2:{s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:329;a:2:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:330;a:2:{s:6:\"family\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:331;a:2:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:332;a:2:{s:6:\"family\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:333;a:2:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:334;a:2:{s:6:\"family\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:335;a:2:{s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:336;a:2:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:337;a:2:{s:6:\"family\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:338;a:2:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:339;a:2:{s:6:\"family\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:340;a:2:{s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:341;a:2:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:342;a:2:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:343;a:2:{s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:344;a:2:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:345;a:2:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:346;a:2:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:347;a:2:{s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:348;a:2:{s:6:\"family\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:349;a:2:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:350;a:2:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:351;a:2:{s:6:\"family\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:352;a:2:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:353;a:2:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:354;a:2:{s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:355;a:2:{s:6:\"family\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}}i:356;a:2:{s:6:\"family\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:357;a:2:{s:6:\"family\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:358;a:2:{s:6:\"family\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:359;a:2:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:360;a:2:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:361;a:2:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:362;a:2:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:363;a:2:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:364;a:2:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:365;a:2:{s:6:\"family\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:366;a:2:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:367;a:2:{s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:368;a:2:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:369;a:2:{s:6:\"family\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:370;a:2:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:371;a:2:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:372;a:2:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:373;a:2:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:374;a:2:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:375;a:2:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:376;a:2:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:377;a:2:{s:6:\"family\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:378;a:2:{s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:379;a:2:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:380;a:2:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:381;a:2:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:382;a:2:{s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:383;a:2:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:384;a:2:{s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:385;a:2:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:386;a:2:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:387;a:2:{s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:388;a:2:{s:6:\"family\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:389;a:2:{s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:390;a:2:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:391;a:2:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:392;a:2:{s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:393;a:2:{s:6:\"family\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:394;a:2:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:395;a:2:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:396;a:2:{s:6:\"family\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:397;a:2:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:398;a:2:{s:6:\"family\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:399;a:2:{s:6:\"family\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:400;a:2:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:401;a:2:{s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:402;a:2:{s:6:\"family\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:403;a:2:{s:6:\"family\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:404;a:2:{s:6:\"family\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:405;a:2:{s:6:\"family\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:406;a:2:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:407;a:2:{s:6:\"family\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:408;a:2:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:409;a:2:{s:6:\"family\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:410;a:2:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:411;a:2:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:412;a:2:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:413;a:2:{s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:414;a:2:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:415;a:2:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:416;a:2:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:417;a:2:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:418;a:2:{s:6:\"family\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:419;a:2:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:420;a:2:{s:6:\"family\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:421;a:2:{s:6:\"family\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:422;a:2:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:423;a:2:{s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:424;a:2:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:425;a:2:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:426;a:2:{s:6:\"family\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:427;a:2:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:428;a:2:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:429;a:2:{s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:430;a:2:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:431;a:2:{s:6:\"family\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:432;a:2:{s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:433;a:2:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:434;a:2:{s:6:\"family\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:435;a:2:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:436;a:2:{s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:437;a:2:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:438;a:2:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:439;a:2:{s:6:\"family\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:440;a:2:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:441;a:2:{s:6:\"family\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:442;a:2:{s:6:\"family\";s:12:\"Red Hat Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:443;a:2:{s:6:\"family\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:444;a:2:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:445;a:2:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:446;a:2:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:447;a:2:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:448;a:2:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:449;a:2:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:450;a:2:{s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:451;a:2:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:452;a:2:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:453;a:2:{s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:454;a:2:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:455;a:2:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:456;a:2:{s:6:\"family\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:457;a:2:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:458;a:2:{s:6:\"family\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}}i:459;a:2:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:460;a:2:{s:6:\"family\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:461;a:2:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:462;a:2:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:463;a:2:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:464;a:2:{s:6:\"family\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:465;a:2:{s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}}i:466;a:2:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:467;a:2:{s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:468;a:2:{s:6:\"family\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:469;a:2:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:470;a:2:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:471;a:2:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:472;a:2:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:473;a:2:{s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:474;a:2:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:475;a:2:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:476;a:2:{s:6:\"family\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:477;a:2:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:478;a:2:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:479;a:2:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:480;a:2:{s:6:\"family\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:481;a:2:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:482;a:2:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:483;a:2:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:484;a:2:{s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:485;a:2:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:486;a:2:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:487;a:2:{s:6:\"family\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:488;a:2:{s:6:\"family\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:489;a:2:{s:6:\"family\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:490;a:2:{s:6:\"family\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:491;a:2:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:492;a:2:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:493;a:2:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:494;a:2:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:495;a:2:{s:6:\"family\";s:8:\"Red Rose\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:496;a:2:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:497;a:2:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:498;a:2:{s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:499;a:2:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:500;a:2:{s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:501;a:2:{s:6:\"family\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:502;a:2:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:503;a:2:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:504;a:2:{s:6:\"family\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:505;a:2:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:506;a:2:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:507;a:2:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:508;a:2:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:509;a:2:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:510;a:2:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:511;a:2:{s:6:\"family\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:512;a:2:{s:6:\"family\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:513;a:2:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:514;a:2:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:515;a:2:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:516;a:2:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:517;a:2:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:518;a:2:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:519;a:2:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:520;a:2:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:521;a:2:{s:6:\"family\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:522;a:2:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:523;a:2:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:524;a:2:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:525;a:2:{s:6:\"family\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:526;a:2:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:527;a:2:{s:6:\"family\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:528;a:2:{s:6:\"family\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:529;a:2:{s:6:\"family\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:530;a:2:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:531;a:2:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:532;a:2:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:533;a:2:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:534;a:2:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:535;a:2:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:536;a:2:{s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:537;a:2:{s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:538;a:2:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:539;a:2:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:540;a:2:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:541;a:2:{s:6:\"family\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:542;a:2:{s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:543;a:2:{s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:544;a:2:{s:6:\"family\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:545;a:2:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:546;a:2:{s:6:\"family\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:547;a:2:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:548;a:2:{s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:549;a:2:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:550;a:2:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:551;a:2:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:552;a:2:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:553;a:2:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:554;a:2:{s:6:\"family\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:555;a:2:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:556;a:2:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:557;a:2:{s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:558;a:2:{s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:559;a:2:{s:6:\"family\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:560;a:2:{s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:561;a:2:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:562;a:2:{s:6:\"family\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";}}i:563;a:2:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:564;a:2:{s:6:\"family\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:565;a:2:{s:6:\"family\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:566;a:2:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:567;a:2:{s:6:\"family\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:568;a:2:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:569;a:2:{s:6:\"family\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:570;a:2:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:571;a:2:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:572;a:2:{s:6:\"family\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:573;a:2:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:574;a:2:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:575;a:2:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:576;a:2:{s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:577;a:2:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:578;a:2:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:579;a:2:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:580;a:2:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:581;a:2:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:582;a:2:{s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:583;a:2:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:584;a:2:{s:6:\"family\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:585;a:2:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:586;a:2:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:587;a:2:{s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:588;a:2:{s:6:\"family\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:589;a:2:{s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:590;a:2:{s:6:\"family\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:591;a:2:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:592;a:2:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:593;a:2:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:594;a:2:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:595;a:2:{s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:596;a:2:{s:6:\"family\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:597;a:2:{s:6:\"family\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:598;a:2:{s:6:\"family\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:599;a:2:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:600;a:2:{s:6:\"family\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:601;a:2:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:602;a:2:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:603;a:2:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:604;a:2:{s:6:\"family\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:605;a:2:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:606;a:2:{s:6:\"family\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:607;a:2:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:608;a:2:{s:6:\"family\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:609;a:2:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:610;a:2:{s:6:\"family\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:611;a:2:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:612;a:2:{s:6:\"family\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:613;a:2:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:614;a:2:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:615;a:2:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:616;a:2:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:617;a:2:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:618;a:2:{s:6:\"family\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:619;a:2:{s:6:\"family\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:620;a:2:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:621;a:2:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:622;a:2:{s:6:\"family\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:623;a:2:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:624;a:2:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:625;a:2:{s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:626;a:2:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:627;a:2:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:628;a:2:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:629;a:2:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:630;a:2:{s:6:\"family\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:631;a:2:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:632;a:2:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:633;a:2:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:634;a:2:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:635;a:2:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:636;a:2:{s:6:\"family\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:637;a:2:{s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:638;a:2:{s:6:\"family\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:639;a:2:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:640;a:2:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:641;a:2:{s:6:\"family\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:642;a:2:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:643;a:2:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:644;a:2:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:645;a:2:{s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:646;a:2:{s:6:\"family\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:647;a:2:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:648;a:2:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:649;a:2:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:650;a:2:{s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:651;a:2:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:652;a:2:{s:6:\"family\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:653;a:2:{s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:654;a:2:{s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:655;a:2:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:656;a:2:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:657;a:2:{s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:658;a:2:{s:6:\"family\";s:10:\"Be Vietnam\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:659;a:2:{s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:660;a:2:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:661;a:2:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:662;a:2:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:663;a:2:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:664;a:2:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:665;a:2:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:666;a:2:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:667;a:2:{s:6:\"family\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:668;a:2:{s:6:\"family\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:669;a:2:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:670;a:2:{s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:671;a:2:{s:6:\"family\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:672;a:2:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:673;a:2:{s:6:\"family\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:674;a:2:{s:6:\"family\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:675;a:2:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:676;a:2:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:677;a:2:{s:6:\"family\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:678;a:2:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:679;a:2:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:680;a:2:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:681;a:2:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:682;a:2:{s:6:\"family\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:683;a:2:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:684;a:2:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:685;a:2:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:686;a:2:{s:6:\"family\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:687;a:2:{s:6:\"family\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:688;a:2:{s:6:\"family\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:689;a:2:{s:6:\"family\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:690;a:2:{s:6:\"family\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:691;a:2:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:692;a:2:{s:6:\"family\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:693;a:2:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:694;a:2:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:695;a:2:{s:6:\"family\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:696;a:2:{s:6:\"family\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:697;a:2:{s:6:\"family\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:698;a:2:{s:6:\"family\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:699;a:2:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:700;a:2:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:701;a:2:{s:6:\"family\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:702;a:2:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:703;a:2:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:704;a:2:{s:6:\"family\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:705;a:2:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:706;a:2:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:707;a:2:{s:6:\"family\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:708;a:2:{s:6:\"family\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:709;a:2:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:710;a:2:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:711;a:2:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:712;a:2:{s:6:\"family\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:713;a:2:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:714;a:2:{s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:715;a:2:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:716;a:2:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:717;a:2:{s:6:\"family\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:718;a:2:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:719;a:2:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:720;a:2:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:721;a:2:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:722;a:2:{s:6:\"family\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:723;a:2:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:724;a:2:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:725;a:2:{s:6:\"family\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:726;a:2:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:727;a:2:{s:6:\"family\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:728;a:2:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:729;a:2:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:730;a:2:{s:6:\"family\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:731;a:2:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:732;a:2:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:733;a:2:{s:6:\"family\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:734;a:2:{s:6:\"family\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:735;a:2:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:736;a:2:{s:6:\"family\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:737;a:2:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:738;a:2:{s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:739;a:2:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:740;a:2:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:741;a:2:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:742;a:2:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:743;a:2:{s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:744;a:2:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:745;a:2:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:746;a:2:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:747;a:2:{s:6:\"family\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:748;a:2:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:749;a:2:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:750;a:2:{s:6:\"family\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:751;a:2:{s:6:\"family\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:752;a:2:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:753;a:2:{s:6:\"family\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:754;a:2:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:755;a:2:{s:6:\"family\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:756;a:2:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:757;a:2:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:758;a:2:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:759;a:2:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:760;a:2:{s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:761;a:2:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:762;a:2:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:763;a:2:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:764;a:2:{s:6:\"family\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:765;a:2:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:766;a:2:{s:6:\"family\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:767;a:2:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:768;a:2:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:769;a:2:{s:6:\"family\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:770;a:2:{s:6:\"family\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:771;a:2:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:772;a:2:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:773;a:2:{s:6:\"family\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:774;a:2:{s:6:\"family\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:775;a:2:{s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:776;a:2:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:777;a:2:{s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}}i:778;a:2:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:779;a:2:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:780;a:2:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:781;a:2:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:782;a:2:{s:6:\"family\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:783;a:2:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:784;a:2:{s:6:\"family\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:785;a:2:{s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:786;a:2:{s:6:\"family\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:787;a:2:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}}i:788;a:2:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:789;a:2:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:790;a:2:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:791;a:2:{s:6:\"family\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:792;a:2:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}}i:793;a:2:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:794;a:2:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:795;a:2:{s:6:\"family\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:796;a:2:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:797;a:2:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:798;a:2:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:799;a:2:{s:6:\"family\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:800;a:2:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:801;a:2:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:802;a:2:{s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:803;a:2:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:804;a:2:{s:6:\"family\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:805;a:2:{s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:806;a:2:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:807;a:2:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:808;a:2:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:809;a:2:{s:6:\"family\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:810;a:2:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:811;a:2:{s:6:\"family\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:812;a:2:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:813;a:2:{s:6:\"family\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:814;a:2:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:815;a:2:{s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:816;a:2:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:817;a:2:{s:6:\"family\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:818;a:2:{s:6:\"family\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:819;a:2:{s:6:\"family\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:820;a:2:{s:6:\"family\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:821;a:2:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:822;a:2:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:823;a:2:{s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:824;a:2:{s:6:\"family\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:825;a:2:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:826;a:2:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:827;a:2:{s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:828;a:2:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:829;a:2:{s:6:\"family\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:830;a:2:{s:6:\"family\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:831;a:2:{s:6:\"family\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:832;a:2:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:833;a:2:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:834;a:2:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:835;a:2:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:836;a:2:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:837;a:2:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:838;a:2:{s:6:\"family\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:839;a:2:{s:6:\"family\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:840;a:2:{s:6:\"family\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:841;a:2:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:842;a:2:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}}i:843;a:2:{s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:844;a:2:{s:6:\"family\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:845;a:2:{s:6:\"family\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:846;a:2:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:847;a:2:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:848;a:2:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:849;a:2:{s:6:\"family\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:850;a:2:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:851;a:2:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:852;a:2:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:853;a:2:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:854;a:2:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:855;a:2:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:856;a:2:{s:6:\"family\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:857;a:2:{s:6:\"family\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:858;a:2:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:859;a:2:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:860;a:2:{s:6:\"family\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:861;a:2:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:862;a:2:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:863;a:2:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:864;a:2:{s:6:\"family\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:865;a:2:{s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:866;a:2:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:867;a:2:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:868;a:2:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:869;a:2:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:870;a:2:{s:6:\"family\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:871;a:2:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:872;a:2:{s:6:\"family\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:873;a:2:{s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:874;a:2:{s:6:\"family\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:875;a:2:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:876;a:2:{s:6:\"family\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:877;a:2:{s:6:\"family\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";}}i:878;a:2:{s:6:\"family\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:879;a:2:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:880;a:2:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:881;a:2:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:882;a:2:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:883;a:2:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:884;a:2:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:885;a:2:{s:6:\"family\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:886;a:2:{s:6:\"family\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:887;a:2:{s:6:\"family\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:888;a:2:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:889;a:2:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:890;a:2:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:891;a:2:{s:6:\"family\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:892;a:2:{s:6:\"family\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:893;a:2:{s:6:\"family\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:894;a:2:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:895;a:2:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:896;a:2:{s:6:\"family\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:897;a:2:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:898;a:2:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:899;a:2:{s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:900;a:2:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:901;a:2:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:902;a:2:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:903;a:2:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:904;a:2:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:905;a:2:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:906;a:2:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:907;a:2:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:908;a:2:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:909;a:2:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:910;a:2:{s:6:\"family\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:911;a:2:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:912;a:2:{s:6:\"family\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:913;a:2:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:914;a:2:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:915;a:2:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:916;a:2:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:917;a:2:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:918;a:2:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:919;a:2:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:920;a:2:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:921;a:2:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:922;a:2:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:923;a:2:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:924;a:2:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:925;a:2:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:926;a:2:{s:6:\"family\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:927;a:2:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:928;a:2:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:929;a:2:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:930;a:2:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:931;a:2:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:932;a:2:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:933;a:2:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:934;a:2:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:935;a:2:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:936;a:2:{s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:937;a:2:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:938;a:2:{s:6:\"family\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:939;a:2:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:940;a:2:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:941;a:2:{s:6:\"family\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:942;a:2:{s:6:\"family\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:943;a:2:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:944;a:2:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:945;a:2:{s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:946;a:2:{s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:947;a:2:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:948;a:2:{s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:949;a:2:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:950;a:2:{s:6:\"family\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:951;a:2:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:952;a:2:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:953;a:2:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:954;a:2:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:955;a:2:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:956;a:2:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:957;a:2:{s:6:\"family\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:958;a:2:{s:6:\"family\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:959;a:2:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:960;a:2:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:961;a:2:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:962;a:2:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:963;a:2:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:964;a:2:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:965;a:2:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:966;a:2:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:967;a:2:{s:6:\"family\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:968;a:2:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:969;a:2:{s:6:\"family\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:970;a:2:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:971;a:2:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:972;a:2:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:973;a:2:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:974;a:2:{s:6:\"family\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:975;a:2:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:976;a:2:{s:6:\"family\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:977;a:2:{s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:978;a:2:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:979;a:2:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:980;a:2:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:981;a:2:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:982;a:2:{s:6:\"family\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:983;a:2:{s:6:\"family\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:984;a:2:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:985;a:2:{s:6:\"family\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:986;a:2:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:987;a:2:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:988;a:2:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:989;a:2:{s:6:\"family\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:990;a:2:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:991;a:2:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:992;a:2:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:993;a:2:{s:6:\"family\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:994;a:2:{s:6:\"family\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:995;a:2:{s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:996;a:2:{s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:997;a:2:{s:6:\"family\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:998;a:2:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:999;a:2:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1000;a:2:{s:6:\"family\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1001;a:2:{s:6:\"family\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1002;a:2:{s:6:\"family\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}}', 'yes');
INSERT INTO `kmintr_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(262, 'oxygen_global_colors_cache_update_required', '1', 'yes'),
(277, '_transient_health-check-site-status-result', '{\"good\":\"10\",\"recommended\":\"10\",\"critical\":\"0\"}', 'yes'),
(1556, 'core_updater.lock', '1612593991', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `kmintr_wpk0_postmeta`
--

CREATE TABLE `kmintr_wpk0_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `kmintr_wpk0_postmeta`
--

INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(11, 9, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'38a8ddb69d911976bb937e545faea8a1ebcf4fed89a829d430c512dbcb2771ed\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-111\",\"original\":{\"background-color\":\"color(4)\",\"background-image\":\"[oxygen ct_sign_sha256=\'a3917e03abdc9597a1609ca96f6dd37b937924bd930b4c48b1c4d1ac757ef56b\' data=\'featured_image\' ]\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(177,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(0,165,189,0.9)\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Hero Section\"}\'][ct_headline ct_sign_sha256=\'441dd868f003323c434e9c2092d919fdf1159c7fd36ccb6d930985806f25478b\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"headline-10-111\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'c92336085c748cc3ed55848197c9ab1d4d8e0c0e5c4a92c1ed4854a82643314a\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-111\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'6560b861762565cf541264f34313d4717f55b07e4ed0dcb9664845e39e4f3608\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"text_block-12-111\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'48a0322c502dfa8385c5720ed21dac5f601354e8ec729a3673dcb761d5c6e809\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-111\"}\'][oxygen ct_sign_sha256=\'f8aae5be7515150c44fb6dd2f7eae7a5c2ce154b0cb6eb022ac99185a940d66e\' data=\'date\' ][/ct_span][/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'dbac85ca31754dcbad8bc39acead23dd3e4a188f90b3e8e45ff7e7ea65b884c0\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-111\",\"original\":{\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\",\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Post Content\"}\'][ct_text_block ct_sign_sha256=\'f954361a52f80c15617bd08ac6c7a60eaeb292740314e73573cdadbbf8f64fd2\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-111\"}\'][ct_span ct_sign_sha256=\'e9e1b395247855b9118fefb457274f72d65c590a45c5d35bb415cc01e9c57547\' ct_options=\'{\"ct_id\":7,\"ct_parent\":5,\"selector\":\"span-7-111\",\"classes\":{\"0\":\"oxy-stock-content-styles\",\"1\":\"hosting-other-single\"},\"activeselector\":\"hosting-other-single\"}\'][oxygen ct_sign_sha256=\'c3b66dff1dc1557e12d3fd2d57a725778f4d675b3c1c49e4c49b402719b47fe0\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'26a2731efffd3fe98848372d027200c401289ae7ebf12d59f7bc57096635f666\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"code_block-4-111\",\"original\":{\"code-css\":\"Lmhvc3Rpbmctb3RoZXItc2luZ2xlIGgxLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgzLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg0LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg2IHsKCWNvbG9yOiAjMkE0NDVBOwogICAgbGluZS1oZWlnaHQ6IDEuMTsKICAgIGZvbnQtd2VpZ2h0OiA3MDA7CiAgICBtYXJnaW4tYm90dG9tOiAuMmVtOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDEgewogIGZvbnQtc2l6ZTogNjRweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyIHsKICBmb250LXNpemU6IDQwcHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoMyB7CiAgZm9udC1zaXplOiAzNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDQgewogIGZvbnQtc2l6ZTogMzJweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1IHsKICBmb250LXNpemU6IDI0cHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoNiB7CiAgZm9udC1zaXplOiAxNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIHRvcCBsZWZ0LCAjMDFBNUJDLCAjQUZEMTdFKTsKICBjb2xvcjogI2ZmZmZmZjsKICBwYWRkaW5nOiAxOHB4IDQycHg7CiAgbWFyZ2luLWxlZnQ6IDA7CiAgbWFyZ2luLXJpZ2h0OiAwOwogIGZvbnQtc2l6ZTogMTZweDsKICBsaW5lLWhlaWdodDogMS42ZW07CiAgZm9udC1zdHlsZTogaXRhbGljOwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBvbCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24tdGV4dCB7CiAgY29sb3I6IHJnYmEoMCwwLDAsMC4zKTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBhIHsKICBjb2xvcjogIzA3QURCNzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGE6aG92ZXIgewogIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwp9CgpwcmUgewogIHdoaXRlLXNwYWNlOiBub3JtYWwgIWltcG9ydGFudDsKICBjb2xvcjogcmdiYSgwLDAsMCwwLjMpOwp9Cg==\",\"code-php\":\"PCEtLSAtLT4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'3124d2a46053640813fae7b1465c74d8b7451d076c4bd98f0c5370417814b904\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-111\",\"original\":{\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\",\"background-color\":\"color(7)\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Blog Post Comments\",\"ct_category\":\"Blog\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][oxy_comments ct_sign_sha256=\'e462315ff68d692ddf5f85a4a3a9724969f7edc9b35c1b1e5f5490541bc9f10d\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_comments-15-111\",\"original\":{\"code-php\":\"PD9waHAKCmlmIChoYXZlX2NvbW1lbnRzKCkpIHsKCgk/PgoKCTxoMyBjbGFzcz0iY29tbWVudHMtdGl0bGUiPgoJCTw/cGhwCgkJZWNobyBPeHlnZW5fVlNCX0NvbW1lbnRzX0xpc3Q6OnV0aWxfdGl0bGUoKTsKCQk/PgoJPC9oMz4KCgk8b2wgY2xhc3M9ImNvbW1lbnRzLWxpc3QiPgoKCSAgICA8P3BocAoKCSAgICB3cF9saXN0X2NvbW1lbnRzKAoJICAgIAlhcnJheSgKCgkgICAgCQknc3R5bGUnID0+ICdvbCcsCgkgICAgCQknZm9ybWF0JyA9PiAnaHRtbDUnLAoJICAgIAkJJ2F2YXRhcl9zaXplJyA9PiAnMTAwJwoJICAgIAkpCgkgICAgKTsKCgkgICAgPz4KCgk8L29sPgoKCTxkaXYgY2xhc3M9ImNvbW1lbnRzLW5hdmlnYXRpb24iPgoJCTxkaXYgY2xhc3M9J3ByZXZpb3VzLWNvbW1lbnRzLWxpbmsnPjw/cGhwIHByZXZpb3VzX2NvbW1lbnRzX2xpbmsoKTsgPz48L2Rpdj4KCQk8ZGl2IGNsYXNzPSduZXh0LWNvbW1lbnRzLWxpbmsnPjw/cGhwIG5leHRfY29tbWVudHNfbGluaygpOyA/PjwvZGl2PgoJPC9kaXY+CgoJPD9waHAKCn0KCj8+\",\"code-css\":\"LmNvbW1lbnRzLXRpdGxlIHsKICBmb250LXNpemU6IDQwcHg7CiAgY29sb3I6ICMyQTQ0NUE7CiAgbGluZS1oZWlnaHQ6IDEuMTsKICB0ZXh0LWFsaWduOiBjZW50ZXI7CiAgbWFyZ2luLWJvdHRvbTogNDhweDsKICBkaXNwbGF5OiBibG9jazsKfQoKLmNvbW1lbnQtYm9keSB7CiAgYmFja2dyb3VuZDogd2hpdGU7CiAgYm94LXNoYWRvdzogcmdiYSgwLDAsMCwwLjEpIDAgMCA1cHg7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIHBhZGRpbmc6IDI4cHg7CiAgbWFyZ2luLWJvdHRvbTogMjBweCAhaW1wb3J0YW50Owp9CgpAbWVkaWEgKG1heC13aWR0aDogNzY4cHgpIHsKLm94eS1jb21tZW50cyBvbC5jaGlsZHJlbiB7CiAgICBtYXJnaW4tbGVmdDogMDsKICB9Cn0KCi5jb21tZW50LWNvbnRlbnQgewogIGNvbG9yOiAjNjY2OwogIGZvbnQtc2l6ZTogMTZweDsKfQoKLmNvbW1lbnQtcmVwbHktbGluayB7CiAgY29sb3I6ICMwN0FEQjc7CiAgZm9udC1zaXplOiAxNnB4ICFpbXBvcnRhbnQ7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBwYWRkaW5nOiAxMnB4IDMycHg7CiAgYm9yZGVyOiAycHggc29saWQgIzA3QURCNzsKICBib3JkZXItcmFkaXVzOiA1cHg7Cn0KCi5jb21tZW50LXJlcGx5LWxpbms6aG92ZXIgewogIHRyYW5zZm9ybTogc2NhbGUoMS4wNSwxLjA1KTsKfQoKLmF2YXRhciB7CiAgYm9yZGVyLXJhZGl1czogMTAwJTsKICBib3JkZXI6IDNweCBzb2xpZCAjOEVDOThBOwogIG1hcmdpbi1yaWdodDogMTJweCAhaW1wb3J0YW50Owp9CgouY29tbWVudC1hdXRob3IgewogIG1hcmdpbi1ib3R0b206IDE2cHg7CiAgZm9udC1mYW1pbHk6ICdSYWxld2F5JzsKICBjb2xvcjogIzJBNDQ1QTsKfQoKLmZuIHsKICBmb250LXdlaWdodDogOTAwOwp9CgouY29tbWVudC1tZXRhZGF0YSBhIHsKICBjb2xvcjogIzA3QURCNzsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgbWFyZ2luLXJpZ2h0OiAxMnB4Owp9CgouY29tbWVudC1tZXRhZGF0YSBhOmhvdmVyIHsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKLm94eS1jb21tZW50LWZvcm0gbGFiZWwgewogIGRpc3BsYXk6IG5vbmU7Cn0KCi5veHktY29tbWVudC1mb3JtIHRleHRhcmVhIHsKICBwYWRkaW5nOiAyMHB4OwogIHJlc2l6ZTogbm9uZTsKICBvdXRsaW5lOiBub25lOwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7Cn0KCi5veHktY29tbWVudC1mb3JtIHRleHRhcmVhOmZvY3VzIHsKICBib3gtc2hhZG93OiByZ2JhKDAsMCwwLDAuMikgMCAwIDEwcHg7Cn0KCi5veHktY29tbWVudC1mb3JtICNzdWJtaXQgewogIGJveC1zaGFkb3c6IDBweCAyNXB4IDIwcHggLTIwcHggcmdiYSgwLDAsMCwwLjIpICFpbXBvcnRhbnQ7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICB0cmFuc2l0aW9uOiBhbGwgZWFzZSAwLjJzOwogIG91dGxpbmU6IG5vbmU7Cn0KCi5veHktY29tbWVudC1mb3JtICNzdWJtaXQ6aG92ZXIgewogIHRyYW5zZm9ybTogc2NhbGUoMS4wNSwxLjA1KTsKfQoKLmNvbW1lbnQtcmVwbHktdGl0bGUgewogIGNvbG9yOiAjZmZmOwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgZm9udC1zaXplOiA0MHB4OwogIGxpbmUtaGVpZ2h0OiAxLjE7Cn0KCi5jb21tZW50LXJlcGx5LXRpdGxlIGEgewogIGNvbG9yOiByZ2JhKDI1NSwyNTUsMjU1LDAuNSk7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7Cn0KCi5jb21tZW50LXJlcGx5LXRpdGxlIGE6aG92ZXIgewogIGNvbG9yOiB3aGl0ZTsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKcC5sb2dnZWQtaW4tYXMgewogIG1hcmdpbi1ib3R0b206IDI4cHggIWltcG9ydGFudDsKICBjb2xvcjogdHJhbnNwYXJlbnQ7Cn0KCi5sb2dnZWQtaW4tYXMgYSB7CiAgY29sb3I6IHJnYmEoMjU1LDI1NSwyNTUsMC41KTsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBtYXJnaW46IDAgOHB4Owp9CgoubG9nZ2VkLWluLWFzIGE6aG92ZXIgewogIGNvbG9yOiB3aGl0ZTsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQ==\"},\"activeselector\":false}\'][/oxy_comments][oxy_comment_form ct_sign_sha256=\'5b8ccde26acc29e5d2ffbbf0a7089af4e293dadd7cb578bbbddca75024a58863\' ct_options=\'{\"ct_id\":16,\"ct_parent\":14,\"selector\":\"_comment_form-16-111\",\"original\":{\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"#b1d27d\"},\"1\":{\"position-unit\":\"px\",\"value\":\"#00a5bd\"}},\"linear-angle\":\"135\",\"gradient-type\":\"linear\"},\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"stretch\",\"padding-top\":\"28\",\"padding-left\":\"28\",\"padding-right\":\"28\",\"padding-bottom\":\"12\",\"border-radius\":\"5\",\"text-align\":\"center\",\"form_field_border_color\":\"color(3)\",\"field_border_radius\":\"5\",\"form_field_text_color\":\"color(5)\",\"submit_button_background_color\":\"color(4)\",\"submit_button_text_color\":\"color(3)\",\"color\":\"color(3)\"}}\'][/oxy_comment_form][/ct_section]'),
(12, 9, 'ct_template_type', ''),
(13, 9, 'ct_template_order', '1'),
(14, 9, 'ct_parent_template', '13'),
(15, 9, 'ct_template_single_all', ''),
(16, 9, 'ct_template_post_types', 'a:1:{i:0;s:4:\"post\";}'),
(17, 9, 'ct_use_template_taxonomies', ''),
(18, 9, 'ct_template_taxonomies', NULL),
(19, 9, 'ct_template_apply_if_post_of_parents', ''),
(20, 9, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(21, 9, 'ct_template_all_archives', ''),
(22, 9, 'ct_template_apply_if_archive_among_taxonomies', ''),
(23, 9, 'ct_template_archive_among_taxonomies', NULL),
(24, 9, 'ct_template_apply_if_archive_among_cpt', ''),
(25, 9, 'ct_template_archive_post_types', 'a:0:{}'),
(26, 9, 'ct_template_date_archive', ''),
(27, 9, 'ct_template_front_page', ''),
(28, 9, 'ct_template_blog_posts', ''),
(29, 9, 'ct_template_search_page', ''),
(30, 9, 'ct_template_404_page', ''),
(31, 9, 'ct_template_index', ''),
(32, 9, 'ct_template_inner_content', ''),
(33, 10, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'619f65b25d1550e57c0fb55afd969ee7a4b56ac26edf1119d4102c8b49d3ce2b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-106\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Blogposts Hero\",\"ct_category\":\"Blog\"}\'][ct_headline ct_sign_sha256=\'6f89c03a8f15c24738103441229e22457ea5bfbff22b13aa70c60f9a1c4d85b5\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-106\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our Blogposts[/ct_headline][ct_text_block ct_sign_sha256=\'98e4332da5ad2da893b2c152693d0c09642382a2cf4c6c1004ac773a111773c9\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"text_block-6-106\",\"original\":{\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']Yet preference connection unpleasant yet melancholy but end appearance. And excellence partiality estimating terminated day everything.[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'210525e84d9bf076b2d6d896119b5db6ccdec734b1533bf143a61e39bdf9f8ee\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-106\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"20\"},\"ct_category\":\"Blog\",\"nicename\":\"Blog Posts\",\"activeselector\":false}\'][oxy_posts_grid ct_sign_sha256=\'f27d2a413b046d398c798a82226d1dd80c06641bcd9914b48d61bd34280097f6\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"_posts_grid-9-106\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QnPgogIDxkaXYgY2xhc3M9J294eS1wb3N0LXdyYXBwZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgICA8ZGl2IGNsYXNzPSdveHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXknPgoJCTw/cGhwIHRoZV90aW1lKGdldF9vcHRpb24oJ2RhdGVfZm9ybWF0JykpOyA/PgoJICA8L2Rpdj4KICAgICAgPC9kaXY+CiAgICAgIAoJPC9hPgogIAoJPGEgY2xhc3M9J294eS1wb3N0LXRpdGxlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz48P3BocCB0aGVfdGl0bGUoKTsgPz48L2E+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YSc+CgoJCTxkaXYgY2xhc3M9J294eS1wb3N0LW1ldGEtYXV0aG9yIG94eS1wb3N0LW1ldGEtaXRlbSc+CgkJCTw/cGhwIHRoZV9hdXRob3IoKTsgPz4KCQk8L2Rpdj4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1jb21tZW50cyBveHktcG9zdC1tZXRhLWl0ZW0nPgoJCQk8YSBocmVmPSc8P3BocCBjb21tZW50c19saW5rKCk7ID8+Jz48P3BocCBjb21tZW50c19udW1iZXIoKTsgPz48L2E+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkJPD9waHAgdGhlX2V4Y2VycHQoKTsgPz4KCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlJz5SZWFkIE1vcmU8L2E+CiAgPC9kaXY+Cgo8L2Rpdj4=\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKICBtYXJnaW4tYm90dG9tOiAzZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdCB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogY29sdW1uOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgd2lkdGg6IDMzLjMzJTsKICBwYWRkaW5nOiAyMHB4Owp9CgolJUVQSUQlJSAub3h5LXBvc3Qtd3JhcHBlciB7CiAgYmFja2dyb3VuZDogd2hpdGU7CiAgYm94LXNoYWRvdzogcmdiYSgwLDAsMCwwLjEpIDAgMCA1cHg7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIG92ZXJmbG93OiBoaWRkZW47Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZSB7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBiYWNrZ3JvdW5kLWNvbG9yOiBncmV5OwogIGJhY2tncm91bmQtaW1hZ2U6IHJlcGVhdGluZy1saW5lYXItZ3JhZGllbnQoCiAgNDVkZWcsCiAgI2VlZSwKICAjZWVlIDEwcHgsCiAgI2RkZCAxMHB4LAogICNkZGQgMjBweCk7CiAgd2lkdGg6IDEwMCU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1maXhlZC1yYXRpbyB7CiAgcGFkZGluZy1ib3R0b206IDYwJTsKICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyOwogIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7CiAgcG9zaXRpb246IHJlbGF0aXZlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZGF0ZS1vdmVybGF5IHsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdG9wOiAxZW07CiAgcmlnaHQ6IDFlbTsKICBmb250LXNpemU6IC43ZW07CiAgY29sb3I6IHdoaXRlOwogIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMCwwLDAsMC41KTsKICBwYWRkaW5nOiAuN2VtIDFlbTsKICBmb250LXdlaWdodDogYm9sZDsKICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDsKICBib3JkZXItcmFkaXVzOiA1cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC10aXRsZSB7CiAgZm9udC1mYW1pbHk6ICdSYWxld2F5JzsKICBmb250LXNpemU6IDEuNWVtOwogIGxpbmUtaGVpZ2h0OiAxLjJlbTsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgZm9udC13ZWlnaHQ6IDkwMDsKICBkaXNwbGF5OiBibG9jazsKICBtYXJnaW46IDE2cHggMjRweCAyMHB4IDI0cHg7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogIG1hcmdpbi10b3A6IDAuNWVtOwogIGZvbnQtc2l6ZTogLjhlbTsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiByb3c7CiAgbWFyZ2luOiAwIDI0cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIGEgewogIGNvbG9yOiAjMDdBREI3OwogIHRleHQtZGVjb3JhdGlvbjogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgYTpob3ZlciB7CiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhLWl0ZW06OmFmdGVyIHsKCWNvbnRlbnQ6ICJcMDBiNyI7CgltYXJnaW4tcmlnaHQ6IC41ZW07CgltYXJnaW4tbGVmdDogLjVlbTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTpsYXN0LWNoaWxkOjphZnRlciB7Cgljb250ZW50OiAiIjsKCWRpc3BsYXk6IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHsKICBtYXJnaW46IDE2cHggMjRweDsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgcCB7CiAgbWFyZ2luOiAwOwp9CgolJUVQSUQlJSAub3h5LXJlYWQtbW9yZSB7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBib3JkZXI6IDJweCBzb2xpZCAjMDdBREI3OwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7CiAgbWF4LXdpZHRoOiAxMDAlOwogIHRleHQtYWxpZ246IGNlbnRlcjsKICBtYXJnaW46IDI0cHg7CiAgZGlzcGxheTogYmxvY2s7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIHBhZGRpbmc6IDEycHggMzZweDsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcmVhZC1tb3JlOmhvdmVyIHsKICB0cmFuc2Zvcm06IHNjYWxlKDEuMDUsMS4wNSk7Cn0KCiUlRVBJRCUlIC5wYWdlLW51bWJlcnMgewogIGNvbG9yOiAjMDdBREI3OwogIHRleHQtZGVjb3JhdGlvbjogbm9uZTsKICBmb250LXNpemU6IDE2cHg7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBtYXJnaW46IDAgMTJweDsKfQoKJSVFUElEJSUgLmN1cnJlbnQgewogIGJhY2tncm91bmQ6ICMwN0FEQjc7CiAgY29sb3I6ICNmZmY7CiAgcGFkZGluZzogMTJweCAxNnB4OwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQ==\",\"read_more_display_as\":\"text link\",\"paginate_alignment\":\"center\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"default\",\"query_post_types\":{\"0\":\"post\"},\"read_more_size\":\"16\",\"read_more_text_color\":\"color(4)\",\"read_more_button_color\":\"color(3)\",\"title_size\":\"24\",\"title_color\":\"color(1)\",\"title_hover_color\":\"color(4)\",\"meta_size\":\"12\",\"meta_color\":\"color(5)\",\"content_size\":\"16\",\"content_color\":\"color(5)\",\"read_more_text_hover_color\":\"color(4)\",\"read_more_button_hover_color\":\"color(3)\",\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{}},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section]'),
(34, 10, 'ct_template_type', ''),
(35, 10, 'ct_template_order', '1'),
(36, 10, 'ct_parent_template', '13'),
(37, 10, 'ct_template_single_all', ''),
(38, 10, 'ct_template_post_types', 'a:0:{}'),
(39, 10, 'ct_use_template_taxonomies', ''),
(40, 10, 'ct_template_taxonomies', NULL),
(41, 10, 'ct_template_apply_if_post_of_parents', ''),
(42, 10, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(43, 10, 'ct_template_all_archives', 'true'),
(44, 10, 'ct_template_apply_if_archive_among_taxonomies', ''),
(45, 10, 'ct_template_archive_among_taxonomies', NULL),
(46, 10, 'ct_template_apply_if_archive_among_cpt', ''),
(47, 10, 'ct_template_archive_post_types', 'a:0:{}'),
(48, 10, 'ct_template_date_archive', ''),
(49, 10, 'ct_template_front_page', ''),
(50, 10, 'ct_template_blog_posts', ''),
(51, 10, 'ct_template_search_page', ''),
(52, 10, 'ct_template_404_page', ''),
(53, 10, 'ct_template_index', ''),
(54, 10, 'ct_template_inner_content', ''),
(55, 11, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'63619539eb70129c97071b9184beae2a6e4944bb258f69c4bb1e5ad5e957f97c\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-98\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Other Single Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c1274cc7b4d1177fdc1a565c6e7aea252ac4b64c592c8825272d7db0073a1dbd\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"headline-10-98\",\"original\":{\"margin-bottom\":\"12\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'eb668b24aecd783ccfe25c663cf541c07c005d7b0f7c786935236b452c8ea99e\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-98\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'db44e0a7b1be8228cd4ea133a017c8d56afbff392cc25a54f7f432ff9d8a0938\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"text_block-12-98\",\"original\":{\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"color\":\"color(2)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f0e145c0320788c051e6a475794364ec2576365ad2a1b67d9552bbe200489a47\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-98\"}\'][oxygen ct_sign_sha256=\'f8aae5be7515150c44fb6dd2f7eae7a5c2ce154b0cb6eb022ac99185a940d66e\' data=\'date\' ][/ct_span][/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'25c6cc23a5c2a5459776c960098810dfaefdb384094c9e877cff777c39a2c776\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-98\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\"},\"activeselector\":false,\"nicename\":\"Other Single Content\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"0\"}}}}\'][ct_code_block ct_sign_sha256=\'8f5aea05bc20b86c220001b21ecf02a615fd5c47d1fec9f3ba65a1b6dd27dc08\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"code_block-4-98\",\"original\":{\"code-css\":\"Lmhvc3Rpbmctb3RoZXItc2luZ2xlIGgxLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgzLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg0LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg2IHsKCWNvbG9yOiAjMkE0NDVBOwogICAgbGluZS1oZWlnaHQ6IDEuMTsKICAgIGZvbnQtd2VpZ2h0OiA3MDA7CiAgICBtYXJnaW4tYm90dG9tOiAuMmVtOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDEgewogIGZvbnQtc2l6ZTogNjRweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyIHsKICBmb250LXNpemU6IDQwcHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoMyB7CiAgZm9udC1zaXplOiAzNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDQgewogIGZvbnQtc2l6ZTogMzJweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1IHsKICBmb250LXNpemU6IDI0cHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoNiB7CiAgZm9udC1zaXplOiAxNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIHRvcCBsZWZ0LCAjMDFBNUJDLCAjQUZEMTdFKTsKICBjb2xvcjogI2ZmZmZmZjsKICBwYWRkaW5nOiAxOHB4IDQycHg7CiAgbWFyZ2luLWxlZnQ6IDA7CiAgbWFyZ2luLXJpZ2h0OiAwOwogIGZvbnQtc2l6ZTogMTZweDsKICBsaW5lLWhlaWdodDogMS42ZW07CiAgZm9udC1zdHlsZTogaXRhbGljOwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBvbCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24tdGV4dCB7CiAgY29sb3I6IHJnYmEoMCwwLDAsMC4zKTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBhIHsKICBjb2xvcjogIzA3QURCNzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGE6aG92ZXIgewogIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwp9CgpwcmUgewogIHdoaXRlLXNwYWNlOiBub3JtYWwgIWltcG9ydGFudDsKICBjb2xvcjogcmdiYSgwLDAsMCwwLjMpOwp9Cg==\",\"code-php\":\"PCEtLSAtLT4=\"},\"activeselector\":false}\'][/ct_code_block][ct_text_block ct_sign_sha256=\'06235bd2bae1d2043b817e472be94aa639f275c2e0261697bc0a6bebccc96a67\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-98\",\"original\":{\"color\":\"color(5)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'afb5a201d9b17b0d146eb42f0e6d53ec655c7d105ece271e87a8fad96cd88c8a\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-98\",\"classes\":{\"0\":\"oxy-stock-content-styles\",\"1\":\"hosting-other-single\"},\"activeselector\":\"hosting-other-single\"}\'][oxygen ct_sign_sha256=\'c3b66dff1dc1557e12d3fd2d57a725778f4d675b3c1c49e4c49b402719b47fe0\' data=\'content\' ][/ct_span][/ct_text_block][/ct_section]'),
(56, 11, 'ct_template_type', ''),
(57, 11, 'ct_template_order', '0'),
(58, 11, 'ct_parent_template', '13'),
(59, 11, 'ct_template_single_all', ''),
(60, 11, 'ct_template_post_types', 'a:1:{i:0;s:4:\"page\";}'),
(61, 11, 'ct_use_template_taxonomies', ''),
(62, 11, 'ct_template_taxonomies', NULL),
(63, 11, 'ct_template_apply_if_post_of_parents', ''),
(64, 11, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(65, 11, 'ct_template_all_archives', ''),
(66, 11, 'ct_template_apply_if_archive_among_taxonomies', ''),
(67, 11, 'ct_template_archive_among_taxonomies', NULL),
(68, 11, 'ct_template_apply_if_archive_among_cpt', ''),
(69, 11, 'ct_template_archive_post_types', 'a:0:{}'),
(70, 11, 'ct_template_date_archive', ''),
(71, 11, 'ct_template_front_page', ''),
(72, 11, 'ct_template_blog_posts', ''),
(73, 11, 'ct_template_search_page', ''),
(74, 11, 'ct_template_404_page', ''),
(75, 11, 'ct_template_index', ''),
(76, 11, 'ct_template_inner_content', ''),
(77, 12, 'ct_builder_shortcodes', '[ct_inner_content ct_sign_sha256=\'f7a9d5b56baf001449b29e3b78c5cb423e359cae8645fd983d89dac6fe39a576\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"inner_content-3-88\"}\'][/ct_inner_content]'),
(78, 12, 'ct_template_type', ''),
(79, 12, 'ct_template_order', '1'),
(80, 12, 'ct_parent_template', '13'),
(81, 12, 'ct_template_single_all', ''),
(82, 12, 'ct_template_post_types', 'a:1:{i:0;s:4:\"page\";}'),
(83, 12, 'ct_use_template_taxonomies', ''),
(84, 12, 'ct_template_taxonomies', NULL),
(85, 12, 'ct_template_apply_if_post_of_parents', ''),
(86, 12, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(87, 12, 'ct_template_all_archives', ''),
(88, 12, 'ct_template_apply_if_archive_among_taxonomies', ''),
(89, 12, 'ct_template_archive_among_taxonomies', NULL),
(90, 12, 'ct_template_apply_if_archive_among_cpt', ''),
(91, 12, 'ct_template_archive_post_types', 'a:0:{}'),
(92, 12, 'ct_template_date_archive', ''),
(93, 12, 'ct_template_front_page', ''),
(94, 12, 'ct_template_blog_posts', ''),
(95, 12, 'ct_template_search_page', ''),
(96, 12, 'ct_template_404_page', ''),
(97, 12, 'ct_template_index', ''),
(98, 12, 'ct_template_inner_content', ''),
(99, 13, 'ct_builder_shortcodes', '[ct_div_block ct_sign_sha256=\'3d80534c801985b2462a5a204ecaba21eb0ea0eea0228cab57ab674624f26e86\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'621f0fdb4a6fc5abe6920c3799581f168702c4518d9443507a6e71f362a7545e\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'e902a30cdb97328edbbab2f2b0af46687bca072caf2fb662ecad3ea1348f948d\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'4613868e04d422d4ebb98c24ccd0806905e34bdc5578646edeeff3e7d35bf298\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'42b6663cf2fc5cca4a454a43d146e303a8822fc0de6b9514975e077a31e3e25d\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'fdef88cb298f900a57c5dbc303bbbe6e588283931a4f449931fabab88be9055c\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'2256f6f4b5fed3580254e4b98fd722e8d3dc2841b6eb01acfe7d75b7c611b568\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\",\"button-color\":\"#3585b8\",\"url\":\"#\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"},\"hover\":{\"background-color\":\"color(3)\",\"button-text-color\":\"#3585b8\",\"button-style\":\"2\",\"button-color\":\"#3585b8\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(300, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'d3a8b3fe19c5a0e3f04a014fb5c661e2251e8dc508a4bc457d340c159a31fede\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'5b56451c4d33773f780904965ab82c88359c9e0a1502081cbc7b1435da5d3ef1\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'ea8cb01d1e1136a48063ba81f23c4f89059e0074acdae90976ec66e9363cf4ee\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'7d40f749a0267ff1d141d27fb65a71e8bad2522250f0acb591171d84cc3d5caf\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(251, 13, 'ct_preview_url', 'https://newgen.stun.tech/');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(252, 13, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(253, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'40e13c501d2696c673935ed76f4464c94ed4a23a8291161f1e544eab0a25defb\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'ac39710e1b4e4519f9b88b32d96d74b6b5146a5f3b318c94da529c3302353c71\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'d4b386ff18db2b3dc24d9c4bbdb9f3840a75f5251b1bd424569b0a7bb7648ec8\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'12824aed854a378cdb975b8c54846c41b8a4c58a248a0c50c8c2ac5d8a6e7b47\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'6a87c0f5e1ab9dbe3e2edf6ea750066a10bd1e82dcfbe3ec4e0c40c4d8e52415\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']Proudly designed with Oxygen, the world\'s best visual website design software[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ad2a5d5c53a0fcd95cf309ecbcba9a2867be17411810ef1110c266d32b7fff0d\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'b1f3f00678c5996fe490b264b61e42e1027cebb42d3351ecc66acec8ce971942\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://linkedin.com\",\"icon-youtube\":\"https://youtube.com\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(100, 13, 'ct_template_type', ''),
(101, 13, 'ct_template_order', '0'),
(102, 13, 'ct_parent_template', NULL),
(103, 13, 'ct_template_single_all', ''),
(104, 13, 'ct_template_post_types', 'a:0:{}'),
(105, 13, 'ct_use_template_taxonomies', ''),
(106, 13, 'ct_template_taxonomies', NULL),
(107, 13, 'ct_template_apply_if_post_of_parents', ''),
(108, 13, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(109, 13, 'ct_template_all_archives', ''),
(110, 13, 'ct_template_apply_if_archive_among_taxonomies', ''),
(111, 13, 'ct_template_archive_among_taxonomies', NULL),
(112, 13, 'ct_template_apply_if_archive_among_cpt', ''),
(113, 13, 'ct_template_archive_post_types', 'a:0:{}'),
(114, 13, 'ct_template_date_archive', ''),
(115, 13, 'ct_template_front_page', ''),
(116, 13, 'ct_template_blog_posts', ''),
(117, 13, 'ct_template_search_page', ''),
(118, 13, 'ct_template_404_page', ''),
(119, 13, 'ct_template_index', 'true'),
(120, 13, 'ct_template_inner_content', ''),
(121, 14, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'729cfd9c98885bf1218187f94f6fdd034cf77d11ba967639eb7d007269c5fa7a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-139\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'a4f7d4de0a02b4538ec2c6eb5c7ed413e5a81cb8467b1189b42c9e01495b32fb\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-139\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission to&nbsp;help you grow your business[/ct_headline][ct_fancy_icon ct_sign_sha256=\'973c507c52326a8ea4984eb5aac682b2951f766ba0152036ff4371cc43019ce5\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"fancy_icon-6-139\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'eb0bc6ccdf8274eb794a11712657ae3b198a2b6c05ea2da3f125978ade819993\' ct_options=\'{\"ct_id\":7,\"ct_parent\":2,\"selector\":\"text_block-7-139\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'f8559dcdb56b92e8db94789fd5a2fc492ae3789c1c875550ea96679b9dd01715\' ct_options=\'{\"ct_id\":11,\"ct_parent\":2,\"selector\":\"link_button-11-139\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'cb833dcbc156800d3c19e7a71ec285c4d51ffd4503641222e9ffb6ecff4a15ee\' ct_options=\'{\"ct_id\":13,\"ct_parent\":0,\"selector\":\"section-13-139\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'9ff73f35a0317cc13fd3f241e8e36d4c90c618fc85d69867101f610dda6ab69e\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"new_columns-14-139\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'813d4a96ce68a60d9a2d36902c22d336ed1b85e224bc28a429b2c48bbfaa0b69\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"div_block-15-139\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7374dfcc05b6d9feaf08198d02b0c1b0c1511e255967ad95d4dd70e57280596a\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"image-18-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7048cb149703bc134a33757243d667870c8435f0fe2c6ac3968b8a958bdd4b9c\' ct_options=\'{\"ct_id\":19,\"ct_parent\":15,\"selector\":\"image-19-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'da0badffa9d572ff27e2b474535e4d6573d4d369e3c857785adb38690ffa99fd\' ct_options=\'{\"ct_id\":16,\"ct_parent\":14,\"selector\":\"div_block-16-139\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'25a24b8bdfef79c8e24e4a8f01ed2e00c6c9952e467e0cf0192b0ecf06b3e392\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"image-20-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7935b807aba61cd6ec324f6900b8625814d88e70ba2be18ee733c27c8a9a9482\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"image-22-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7e7d811a3ede1bc655f24d7cec01b638637531520848a2308941d3004e4aeea7\' ct_options=\'{\"ct_id\":17,\"ct_parent\":14,\"selector\":\"div_block-17-139\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'1bc5471124e85f785c8367e66bc0af4140930d870f35d14f20d8eb01b53c15c7\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"image-23-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'8ef0fe703a7f5085bf9b87141726d705a0573cf38786a057409af1753a4620b9\' ct_options=\'{\"ct_id\":25,\"ct_parent\":17,\"selector\":\"image-25-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\",\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'ab59136b0daeb723d16dec9d2a98e4d7b2797c09f42826d35afadc60b178ec70\' ct_options=\'{\"ct_id\":26,\"ct_parent\":0,\"selector\":\"section-26-139\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2c8502b216ae5747f701d33bf7f079234db3f4adad049154d2bf2b9da4ea430e\' ct_options=\'{\"ct_id\":69,\"ct_parent\":26,\"selector\":\"headline-69-139\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'ecc1ba69f63a26ed8f428f2a33f52166a2da86b693aac2719101dc227f59b12f\' ct_options=\'{\"ct_id\":72,\"ct_parent\":26,\"selector\":\"new_columns-72-139\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4cebb9fcf75e74e13b2f0cdb58f1ebf1ce77427040e88c98917f7f4432981075\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'1fd6ad775fb37b013c9ae5428c7ed8b08d63d999ce3bac4d1bd069ba35cf9d2d\' ct_options=\'{\"ct_id\":35,\"ct_parent\":73,\"selector\":\"fancy_icon-35-139\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'320de7a503956ea82b1a9f17488e919931084fd187724cb91622631c944789dc\' ct_options=\'{\"ct_id\":42,\"ct_parent\":73,\"selector\":\"headline-42-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'5400d95047ceab29e0781eff25db778ba975547250459930210a956bfdcae955\' ct_options=\'{\"ct_id\":53,\"ct_parent\":73,\"selector\":\"text_block-53-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e9e6a1220053aa711f0e5b9aa8df979662e06a6f4b307dfcbeaafe185c0b4d56\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'e78ecb44565a69565521a421004ea7de5653fd7081b4e8d6f59a6c706cd52137\' ct_options=\'{\"ct_id\":36,\"ct_parent\":74,\"selector\":\"fancy_icon-36-139\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7b721c703680d331c4eaa21b8ca612ec8fd0e371c3651366e9313499623cc6a8\' ct_options=\'{\"ct_id\":43,\"ct_parent\":74,\"selector\":\"headline-43-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'83e9336f7e59ced78efe758b45d4a8767aa60eed551896e4c2ea2680f783f647\' ct_options=\'{\"ct_id\":57,\"ct_parent\":74,\"selector\":\"text_block-57-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1164c8d385201fdf7c4a4c06bcebf466f4dd3c28054fb08e8769647051401d4d\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'9b4c56e03aed65e052bca8c04d7654704dd5aa7dca68d71f5836ea4eb7d1fd94\' ct_options=\'{\"ct_id\":37,\"ct_parent\":75,\"selector\":\"fancy_icon-37-139\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c9ad1321e154f434844ee6fd3bae6cccdb3e47e41ab679f6fffb0c4da0e00dd3\' ct_options=\'{\"ct_id\":45,\"ct_parent\":75,\"selector\":\"headline-45-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'84c448ea1cf23ecbaf238e388fdce2275070969279f6a4ed596ff0f9826c0945\' ct_options=\'{\"ct_id\":59,\"ct_parent\":75,\"selector\":\"text_block-59-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a3bf3e7954d344e1eff8999d82bf6cecfca2c80283743ffa8b5374ee427896b8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":72,\"selector\":\"div_block-76-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'4ca2d6cdbbf8596eb6779e8c5bfdf63ddc6dd06541144876f4b73aa07ae6e3c9\' ct_options=\'{\"ct_id\":38,\"ct_parent\":76,\"selector\":\"fancy_icon-38-139\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'8f860a37ab4a5927d9610528a6c6a6af18a2519ac281ec713b8ecdeb9d316cd5\' ct_options=\'{\"ct_id\":47,\"ct_parent\":76,\"selector\":\"headline-47-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'c4f59d9ad660249f2ea4dff6cfe6d534f445b0553baed91773692b8a0aaf075d\' ct_options=\'{\"ct_id\":61,\"ct_parent\":76,\"selector\":\"text_block-61-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(122, 14, 'ct_other_template', '0'),
(123, 15, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'cf7eb4c467327e4d9d29033a0b0e6b64246dda07231a6dfab5a9a5569de24bb6\' ct_options=\'{\"ct_id\":96,\"ct_parent\":0,\"selector\":\"section-96-133\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-bottom\":\"90\"},\"nicename\":\"Features Hero\",\"ct_category\":\"Heros & Titles\",\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'8898102f761b915779eb881337727a89303dea81ccb50d5d36954cbcff7bd0ad\' ct_options=\'{\"ct_id\":98,\"ct_parent\":96,\"selector\":\"headline-98-133\",\"original\":{\"margin-left\":\"40\",\"margin-right\":\"40\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Help Businesses to&nbsp;Grow[/ct_headline][ct_text_block ct_sign_sha256=\'49bc40e76cd0ccfa5214edcc6129accd0af1d4e61c2c401e2c909f421cb5ab43\' ct_options=\'{\"ct_id\":102,\"ct_parent\":96,\"selector\":\"text_block-102-133\",\"original\":{\"margin-left\":\"40\",\"margin-right\":\"40\",\"max-width\":\"480\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"},\"activeselector\":false}\']Dashwoods eagerness oh extensive as discourse sportsman frankness. Husbands see disposed surprise likewise humoured yet pleasure. Fifteen no inquiry cordial so resolve garrets as.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'615d77b5d7f48c339ff667e4f08083d0732b9d7b7ab15d512a844e90477be34b\' ct_options=\'{\"ct_id\":107,\"ct_parent\":96,\"selector\":\"div_block-107-133\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'15e735e1798fa2477761e10ba1a6840f325f56fb67664729bccb836c1154bc95\' ct_options=\'{\"ct_id\":108,\"ct_parent\":107,\"selector\":\"link_button-108-133\",\"original\":{\"margin-left\":\"6\",\"margin-right\":\"6\",\"url\":\"/login/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Get Started[/ct_link_button][ct_link_button ct_sign_sha256=\'da04807c83c88719e9cbfdab11e573093aafcc066073ec93c74491e17d5c2ab1\' ct_options=\'{\"ct_id\":109,\"ct_parent\":107,\"selector\":\"link_button-109-133\",\"original\":{\"margin-left\":\"6\",\"margin-right\":\"6\",\"url\":\"/products/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'8dc1e4142f595166b2a4c4cb5fddccf9d27effe978d9aff55334cd106680f4b5\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'15cf5b2a3604b9300c86252d47f1e7023acc460c342930a1b7273969934251bc\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"new_columns-3-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"reverse-column-order\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'59c8513cc37728dcd8db0d25a570febcdd7a6e249a96e1ec5363d44a4347d6ad\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'da23e8dfbe4cb99be83866615528e321cd55dd6856e2eeafc2cc9025d448166b\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"headline-6-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Free to Try[/ct_headline][ct_text_block ct_sign_sha256=\'09e836e07ed12b135dd30ca947c08dcb7d7c1e4edd6749241a845a942255acec\' ct_options=\'{\"ct_id\":8,\"ct_parent\":4,\"selector\":\"text_block-8-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']On am we offices expense thought. Its hence ten smile age means. Seven chief sight far point any. Of so high into easy. Dashwoods eagerness oh extensive as discourse sportsman frankness.[/ct_text_block][ct_link_button ct_sign_sha256=\'b1f6573cab2bd4dd3d8d02948b83c2c32f18e66f9de9f2abe746736bf6485ad9\' ct_options=\'{\"ct_id\":10,\"ct_parent\":4,\"selector\":\"link_button-10-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9ed3c499f7459679a110d6b6bfaf9b7d870744d9d26444e09e00107bfd032317\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"div_block-5-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'6fa1e687275a6ea2058a351713359f1dd3823298423f46be7f3f4ea6dbc212dc\' ct_options=\'{\"ct_id\":13,\"ct_parent\":5,\"selector\":\"image-13-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/280ddb8e-7c33-4807-b93e-7e137deeab082x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'cef887c0b527e90f20730dbf689e217f51e416a0ae0ff690069488cffeb18a01\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'de57b3a47abac0709207daa6f7fe4ad04f7e7e96f80ea53156dcef327415c116\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"new_columns-15-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'f718b93f2ef8fde316b2c665d62ffbce696a4e0ad0de9c25c4744dd2fdf107f7\' ct_options=\'{\"ct_id\":20,\"ct_parent\":15,\"selector\":\"div_block-20-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'571e47fc826aa947f49cc8e4e5b51d2b22d958cacf8e06fc0f1a2c5ebc02be56\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"image-21-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/b194577b-1049-4392-abcf-72e40dce5f7b2x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'11a0c2b7d0de1aec114bcf4951511db45d0bd953b648fb4a02e02da92271940e\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"div_block-16-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'a0e960ed0f77aa16112292eca33c2e3d05c523323bd6c6e2bc000c4d98db1ed0\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"headline-17-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Cloud Server Storage[/ct_headline][ct_text_block ct_sign_sha256=\'01be3b481c4bd840455ef2431eac4446db60f52f5ca1cb9bbf5ecedf6249c964\' ct_options=\'{\"ct_id\":18,\"ct_parent\":16,\"selector\":\"text_block-18-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']In as name to here them deny wise this. As rapid woody my he me which. Men but they fail shew just wish next put. Led all visitor musical calling nor her. Within coming figure sand things are.[/ct_text_block][ct_link_button ct_sign_sha256=\'245aae74b7b8554789f331f8d80e014187a70a46046f286e50965b17105d4fc8\' ct_options=\'{\"ct_id\":19,\"ct_parent\":16,\"selector\":\"link_button-19-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'88c135367b714929a2c059d4d357a7d87b20580c08051c0d40762cca4c140bfe\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-133\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Features Row\",\"ct_category\":\"Showcase\"}\'][ct_new_columns_3 ct_sign_sha256=\'df11d1faaeb8602426e776b97723c85ffbc1b2c75c90349fe0e43575e4b69d9b\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"new_columns-46-133\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'263223bf06dcf4b02695c3239f6b020106a5dda9bd164e731edaeb3413c3e14e\' ct_options=\'{\"ct_id\":88,\"ct_parent\":46,\"selector\":\"div_block-88-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'2fb6b432068bc83cfff61263a2fc17f93b2bc71d28a209e70d30652b842720d1\' ct_options=\'{\"ct_id\":89,\"ct_parent\":88,\"selector\":\"fancy_icon-89-133\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a492306ab4e16c1c40f9cc31b0b74137ebc07a2b2f3b40cc230463c84caf3762\' ct_options=\'{\"ct_id\":90,\"ct_parent\":88,\"selector\":\"headline-90-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']Cross-Marketing Opportunities[/ct_headline][ct_text_block ct_sign_sha256=\'47173cc5c84360e760c637283df9c7c11812ee3815b2de366486e2ed0993737e\' ct_options=\'{\"ct_id\":91,\"ct_parent\":88,\"selector\":\"text_block-91-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Far estimable extremely middleton his concealed.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cee7ce94bbca4ab5ef3a9814f00baca576d0268ae924f481fe552f3e8e91a325\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"div_block-47-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\",\"background-color\":\"color(11)\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"border-radius\":\"5\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'1de20e8ce10f01a0a81e9c84cf844b14df0265d7eda6ec6c9f5bc47118d7e462\' ct_options=\'{\"ct_id\":51,\"ct_parent\":47,\"selector\":\"fancy_icon-51-133\",\"original\":{\"icon-id\":\"Lineariconsicon-coffee-cup\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f911da53e9245afb316314da5a6278f5d6106ce829b1c985746c34736af06665\' ct_options=\'{\"ct_id\":58,\"ct_parent\":47,\"selector\":\"headline-58-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']Speed-Up your Website[/ct_headline][ct_text_block ct_sign_sha256=\'73984ffca0f2805d6815192d94f086bf22c620918996174288a2e4f7110ead88\' ct_options=\'{\"ct_id\":73,\"ct_parent\":47,\"selector\":\"text_block-73-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Drawings can followed improved out sociable not. Earnestly sod.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2f5e430000c99a9df36fe63ce61ea40ed710ffb10fa28d7525c66f1d6e580430\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\",\"nicename\":\"Div 48\"}\'][ct_fancy_icon ct_sign_sha256=\'80dedb4bb692d2d286da3f965ef9ea2454c8e4c27e1490d0067a143caffbe994\' ct_options=\'{\"ct_id\":52,\"ct_parent\":48,\"selector\":\"fancy_icon-52-133\",\"original\":{\"icon-id\":\"Lineariconsicon-lock\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'251d9d6c2d53aa40b68fb577e2b6010954dd0bd98a0d9a8dfdeb343176b209f5\' ct_options=\'{\"ct_id\":59,\"ct_parent\":48,\"selector\":\"headline-59-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']100% Secure Connection[/ct_headline][ct_text_block ct_sign_sha256=\'e3050970d88684d474315abd16cb6bf450422c3a533e862dc443bd8a73a0888c\' ct_options=\'{\"ct_id\":75,\"ct_parent\":48,\"selector\":\"text_block-75-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Allowance too applauded now way something recommend.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'447e9249c5838526253c88827c627218865844ee1a21c8c831de1441340bcf70\' ct_options=\'{\"ct_id\":24,\"ct_parent\":0,\"selector\":\"section-24-133\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'3cb38ee0edd73841412a66a3bb9c17f34ec2245fb0d52542e3754b98eec785ba\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"new_columns-25-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"never\",\"reverse-column-order\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c0cc7cfa88355f9e0a69d8437e904731666bdd49b0c66c08ecaf7600a253994a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"div_block-26-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'be1b8599387032d037565df0570ce8dbd9952f3df92a3c214f625d5383bcfc63\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"headline-27-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Full File Access[/ct_headline][ct_text_block ct_sign_sha256=\'8328bfb0d8a6a514cb2ab51231216ec890d45b3c1b08f6fb85be92b5823787a1\' ct_options=\'{\"ct_id\":28,\"ct_parent\":26,\"selector\":\"text_block-28-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Continual delighted as elsewhere am convinced unfeeling. Introduced stimulated attachment no by projection. To loud lady whom my mile sold four. Need miss all four case fine age tell.[/ct_text_block][ct_link_button ct_sign_sha256=\'87a7710070edf33ea5a70a5f1bdcb5fc0120162b3a9a0f65ba6de345511ffdfc\' ct_options=\'{\"ct_id\":29,\"ct_parent\":26,\"selector\":\"link_button-29-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5126b8cfe48d615fea6d57a9c99863afee06d4bfe35b138f45503e306b688a21\' ct_options=\'{\"ct_id\":30,\"ct_parent\":25,\"selector\":\"div_block-30-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'d304ec0e6c0536be5385fc82b769dd848197c260155147b9ac7aa5755591a5de\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"image-31-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/f387b9c4-f497-48ac-845a-05ba97f805d12x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'263b3e54f924c751d6f6573e29438fe41b7876ae6a194d6b9af74ee8dcf4a686\' ct_options=\'{\"ct_id\":33,\"ct_parent\":0,\"selector\":\"section-33-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(3)\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'cc25ecde0573f53c4d0ccf010cd4c2197bd97c2d80566575f5990cffb78361b2\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"new_columns-34-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'3db9f867fb400b18b04b29f534bec7f121a5c3ab15bc566cede8c15a59b9b441\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"div_block-35-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7a854aa8a570e3ce09f2354ed3a67b8fee45759f010bdf0c6dd1368b1d223b9c\' ct_options=\'{\"ct_id\":36,\"ct_parent\":35,\"selector\":\"image-36-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e6ae632e6e9459516b0372e3b6dbec17adca193f3937cc6131254734e9b3a0cd\' ct_options=\'{\"ct_id\":37,\"ct_parent\":34,\"selector\":\"div_block-37-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'4420d7d8c663341bf7a19be075b2904cf3bc1055e3b5e64357dce25895f0fab0\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']DDos Protection[/ct_headline][ct_text_block ct_sign_sha256=\'5ebf88a3419a613f5838cface305f4a3145aad2bc6ac88764f4a622d7ab14d4e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Civility vicinity graceful is it at. Improve up at to on mention perhaps raising. Way building not get formerly her peculiar. Up uncommonly prosperous sentiments simplicity acceptance to so.[/ct_text_block][ct_link_button ct_sign_sha256=\'4f193ce422831d23e936bacf0475d0489f31f6643cc8b3f2ca2c8c939092e4bf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":37,\"selector\":\"link_button-40-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(124, 15, 'ct_other_template', '0');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(125, 16, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'d1a9d9c9f833f8d3e5ed8d94b6a4be4792c2828b1f2da4053ceada0915b6def0\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-115\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"20\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"nicename\":\"Products Hero Section\",\"ct_category\":\"Heros & Titles\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'b6550489b3b57d72cae96be0cf8667952c76618277ca01c30f4ca6193b38fee6\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-115\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get Fully Managed<br>Hosting Located in&nbsp;USA[/ct_headline][ct_text_block ct_sign_sha256=\'4ebe553b5ac20f7c88f414c5b416093bd5b192e226dce74bb1c3defc07e48d9a\' ct_options=\'{\"ct_id\":7,\"ct_parent\":2,\"selector\":\"text_block-7-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"max-width\":\"480\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']One morning, when Gregor Samsa woke from troubled dreams, himself transformed in his bed into a horrible vermin.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'bb8e8d30fceab3a2231cb828164f55650d800eb6b5a69801f18ef2091571f5fb\' ct_options=\'{\"ct_id\":9,\"ct_parent\":2,\"selector\":\"new_columns-9-115\",\"original\":{\"max-width\":\"720\"},\"media\":{\"tablet\":{\"original\":{\"max-width\":\"360\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'b5ec2f0e4be373f2c7c0f3d9770577fda4dfd44345449f5b092cedb3329c8227\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-115\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_div_block_4 ct_sign_sha256=\'a24c64748b2287e944bf25f0ae361d31e674124407b30b50087de4fd8c7ed60d\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"div_block-13-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'709059fb5999953ff6fcf0854a715a3db548412ed7ea96640cb2e319fe7b1989\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"fancy_icon-14-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c9c3e6e8765f78ce301da3aaad9e843db27c46f40d473cc3f80f7f177fba1ac6\' ct_options=\'{\"ct_id\":15,\"ct_parent\":13,\"selector\":\"text_block-15-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']24x7x365 support coverage;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'61e2bf211f3cd8f0bc6668ed6af1d835230c7c2815e3f521a013daf7a5154f04\' ct_options=\'{\"ct_id\":17,\"ct_parent\":10,\"selector\":\"div_block-17-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'989b58b2369154deb42d6f793ddf27ff075f511ba9d55656bb295ec0f3641c37\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"fancy_icon-18-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'057da57aeebc24cdc888ff5ab34334fb604b47fd5a91e0822ff642d2a47d0014\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"text_block-19-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Transparent 100% Uptime SLA;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'e7cf39f69122301d1c7b2574cf9c5eb135c2f99e7c86bfeac6814f452f7d12ef\' ct_options=\'{\"ct_id\":23,\"ct_parent\":10,\"selector\":\"div_block-23-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'c92340a13d454d56836c5091f608ce86081c5424a5e61b4aa3d03b16c888df8e\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"fancy_icon-24-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'1fb48139293c186bce088e30b0cfc81497f2d697eac59e5258624db63e683517\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"text_block-25-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Windows and Linux VPS available;[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e56aa21cc83b7cbaabe76142011185f2c56d7f9b2f92425a8503be02dc07bd37\' ct_options=\'{\"ct_id\":11,\"ct_parent\":9,\"selector\":\"div_block-11-115\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_div_block_4 ct_sign_sha256=\'9e2a8040a59e95fc8b0fe32ccf3d0d0571a10d2d4c525a777febff523350ffa7\' ct_options=\'{\"ct_id\":20,\"ct_parent\":11,\"selector\":\"div_block-20-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'f30beb01f01a67abe283c47069760f094eb44975c64ef303377494054fb80af6\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"fancy_icon-21-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'218616c2b2692d4d094cdc8d38dc71d2796e1e1117ee06f18e535fd8099a6273\' ct_options=\'{\"ct_id\":22,\"ct_parent\":20,\"selector\":\"text_block-22-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Automatic daily backups;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'507a0f4f79bbe5ce319c8f65c75768adddb8a71e4950ad8bdf2a7b791311d778\' ct_options=\'{\"ct_id\":29,\"ct_parent\":11,\"selector\":\"div_block-29-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'71d21d5463c2ffe61c3d52171caec7eda77c8b1a564ff2e3d2ada4be3fc823b9\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"fancy_icon-30-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'06e9538f2f268ce6a96b3ec8e25cf121ee253adbf9d7d43bf59f9befb5ccf655\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"text_block-31-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']No limits on support time per month;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'69862593b8b38a5d6fc6ed2c56b95526bfb2fb9cc0de9352efba17b3e8672139\' ct_options=\'{\"ct_id\":32,\"ct_parent\":11,\"selector\":\"div_block-32-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'0bb13c0bbee52f9f546e584e4a9cf7bb1606b176afec62a76670d620cb386bfb\' ct_options=\'{\"ct_id\":33,\"ct_parent\":32,\"selector\":\"fancy_icon-33-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'4266b92f736ab17f87917b755ba5ee4ca9d92bce82802ea54d27604edf718851\' ct_options=\'{\"ct_id\":34,\"ct_parent\":32,\"selector\":\"text_block-34-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Easy Scalability.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'f4c333d70bd6839810090343956ed485796af6757d95d8ce810f3602f5541eee\' ct_options=\'{\"ct_id\":45,\"ct_parent\":0,\"selector\":\"section-45-115\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"ct_category\":\"Showcase\",\"nicename\":\"Products Section\"}\'][ct_new_columns_3 ct_sign_sha256=\'4a54ba157ee798a6bcc3a53effc585e2f762a16854be7b5da53a094d9909facb\' ct_options=\'{\"ct_id\":46,\"ct_parent\":45,\"selector\":\"new_columns-46-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'c8921fcdd55fea986f2ea38f4faaf63c0ac3d3f1cb97295458385fce2da7e0e0\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"div_block-47-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'7378fefbf21ba319729a84cb5be0568870354171c92edc6b84b3f88754f9db35\' ct_options=\'{\"ct_id\":51,\"ct_parent\":47,\"selector\":\"div_block-51-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'be147729169df419692bb35ae0b629dfdf063dd41f6fb95c6cfbfc330eb26ccb\' ct_options=\'{\"ct_id\":69,\"ct_parent\":51,\"selector\":\"fancy_icon-69-115\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6cfa47fc0ee1f5a15dedc61154be5ee3da87f23860ee8f9742a7383df97509f0\' ct_options=\'{\"ct_id\":58,\"ct_parent\":51,\"selector\":\"headline-58-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Managed VPS[/ct_headline][ct_text_block ct_sign_sha256=\'7e0dd7f98262dfaa6d7468957bc608d6ee0437b93b258240b71bd09147813d48\' ct_options=\'{\"ct_id\":87,\"ct_parent\":51,\"selector\":\"text_block-87-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'6a34461364931a9743f1d061832e6c02a6677c003a28df433d3be034683f2e24\' ct_options=\'{\"ct_id\":91,\"ct_parent\":87,\"selector\":\"span-91-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;24x7x365 support coverage;[/ct_text_block][ct_text_block ct_sign_sha256=\'38854b58a843a5d91e82566683d8a138f2ef61e78b9af2520397074599370293\' ct_options=\'{\"ct_id\":94,\"ct_parent\":51,\"selector\":\"text_block-94-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'e202c9028e9fecb3ecd0ea562cf0f03707abe0d878d2ac19fe4e13ab61b7027c\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"span-95-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'f6c656a64040a831ca4f0ffe857741d5daed7f86c9942335a83501f35473287c\' ct_options=\'{\"ct_id\":98,\"ct_parent\":51,\"selector\":\"text_block-98-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'114eeb355e3789706788bae47dc6c2be1a0640c2b1991003ac83866a4b3c0aae\' ct_options=\'{\"ct_id\":99,\"ct_parent\":98,\"selector\":\"span-99-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'9dabef5f08a6428bc03fd7fa7aef143fc0ef22c32966a5a3f68435f8f27bb33f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":51,\"selector\":\"headline-138-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$49[/ct_headline][ct_text_block ct_sign_sha256=\'98d028e902cdff674ca798080bed9bf4408009a4d18aa13af625c94178b0dc6e\' ct_options=\'{\"ct_id\":152,\"ct_parent\":51,\"selector\":\"text_block-152-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'e22fdd751cbbc84a5de2998ed1b05c521e857a38485f1068834e98229c63b495\' ct_options=\'{\"ct_id\":77,\"ct_parent\":51,\"selector\":\"link_button-77-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top-unit\":\"px\"}}}}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1bedfc8d8144576c7c6e45666983444e168ebf51b7a3a5377b261269d57f15c9\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e1db4d7d79f5578b60f2aab10099486cff14bb4b040ed4cc2b294da91dd41fca\' ct_options=\'{\"ct_id\":52,\"ct_parent\":48,\"selector\":\"div_block-52-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'2b7cf63723f043ba539af61e88870a445bc1e0af972d931e606d08e2cc84c784\' ct_options=\'{\"ct_id\":71,\"ct_parent\":52,\"selector\":\"fancy_icon-71-115\",\"original\":{\"icon-id\":\"Lineariconsicon-printer\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1f2697b82e1ac03e452acc92865e531992ff2566080671cee54a0c15934f5a62\' ct_options=\'{\"ct_id\":60,\"ct_parent\":52,\"selector\":\"headline-60-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Servers[/ct_headline][ct_text_block ct_sign_sha256=\'a45ce7f0c0182ff1261f064b2454bfac837067c8088e4df575f45c3d0a8e1899\' ct_options=\'{\"ct_id\":102,\"ct_parent\":52,\"selector\":\"text_block-102-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'3d6d95b3b0d651233d6c67e3c62e9d7884b6c6f4cfd06e476aa915ae30e2d38f\' ct_options=\'{\"ct_id\":103,\"ct_parent\":102,\"selector\":\"span-103-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;No limits on support time per month;[/ct_text_block][ct_text_block ct_sign_sha256=\'93bdf04f8f572e9ad3f42b8e1be1e991961ebe768c6dee6a122e97b70a558a99\' ct_options=\'{\"ct_id\":105,\"ct_parent\":52,\"selector\":\"text_block-105-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'908994f1bd9232f997adcb93bbe2a14ba54a2afc91b4534eef4d431d4252c39b\' ct_options=\'{\"ct_id\":106,\"ct_parent\":105,\"selector\":\"span-106-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'4fd86bf0c3f566d463f6ed90ea0ba370ecc1b786751b5099b8f14d92c750cc9f\' ct_options=\'{\"ct_id\":108,\"ct_parent\":52,\"selector\":\"text_block-108-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'9b44544271ae708c0aab33dcb0f952e9486ca43804217a5f577011f5f4908839\' ct_options=\'{\"ct_id\":109,\"ct_parent\":108,\"selector\":\"span-109-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'32330a37ee71cc284dd9a29003041a0915d913419924369f4fe946649d6e14f5\' ct_options=\'{\"ct_id\":142,\"ct_parent\":52,\"selector\":\"headline-142-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$79[/ct_headline][ct_text_block ct_sign_sha256=\'a9dabd34de3edb8d17ab1b755838fd012cc96aaa15a1ff9d8ac5537de812e3fb\' ct_options=\'{\"ct_id\":154,\"ct_parent\":52,\"selector\":\"text_block-154-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'aacd72539d92dc32398138dba52d459e54dc1b28a102f793a2095297d617bc12\' ct_options=\'{\"ct_id\":80,\"ct_parent\":52,\"selector\":\"link_button-80-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'28a79b3abb83af005e096b0555b33df3d894c577f5a79aa07cb5de50be80442a\' ct_options=\'{\"ct_id\":49,\"ct_parent\":46,\"selector\":\"div_block-49-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'f23fab2545ba5e56d58a97980861e09d7b7daa52fa31061e8cc09c40b742e0f5\' ct_options=\'{\"ct_id\":54,\"ct_parent\":49,\"selector\":\"div_block-54-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'afcb30f91b176ad9c5d154b8b0d583a705534153a2dac3a317aa4a27209f9f79\' ct_options=\'{\"ct_id\":73,\"ct_parent\":54,\"selector\":\"fancy_icon-73-115\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-upload\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1f6b3e662397884ba5400dfca6c951a4e0141dbd88c279c0bdb8d32cdebef590\' ct_options=\'{\"ct_id\":62,\"ct_parent\":54,\"selector\":\"headline-62-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Private Clous[/ct_headline][ct_text_block ct_sign_sha256=\'bdc75984633e6edf47885914891993d971706f508f2581b9dc33a76d5f0ea3b6\' ct_options=\'{\"ct_id\":111,\"ct_parent\":54,\"selector\":\"text_block-111-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'0708ae53406833aa1e7a8f8c91a8efc7f28ab5208db64974769a30c05c5769a2\' ct_options=\'{\"ct_id\":112,\"ct_parent\":111,\"selector\":\"span-112-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Automatic daily backups;[/ct_text_block][ct_text_block ct_sign_sha256=\'a3a9174a23c202f30c96076db7fdc1a95fb9f13c97a33ad2018e3e79abc3b6da\' ct_options=\'{\"ct_id\":117,\"ct_parent\":54,\"selector\":\"text_block-117-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'cb84084d930044f12efa02134e5d4d413d233cee67285727873b5844f3adc46d\' ct_options=\'{\"ct_id\":118,\"ct_parent\":117,\"selector\":\"span-118-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'90b390f0867bedd957fa04dc79357270043bac0a0d8427788bfcad432fc472e4\' ct_options=\'{\"ct_id\":123,\"ct_parent\":54,\"selector\":\"text_block-123-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'2bdc219fa732f8bf135eae5919477fa66c0ab475ab748865830652eb9085b977\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"span-124-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'7094a15eb7e298304f028c3db6490d6292cb1595000db28704ff27b0965731a8\' ct_options=\'{\"ct_id\":145,\"ct_parent\":54,\"selector\":\"headline-145-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$99[/ct_headline][ct_text_block ct_sign_sha256=\'566427f041553e349fb7f1da2c7115f08cee2cd8fddd0882492772f1c7c16b7b\' ct_options=\'{\"ct_id\":156,\"ct_parent\":54,\"selector\":\"text_block-156-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'2ec814cb61880fc2413bd4847b9cff52693972d7081071fb40fd86c9ea5bfa4b\' ct_options=\'{\"ct_id\":83,\"ct_parent\":54,\"selector\":\"link_button-83-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c956d60c1a1fe7e46fba2781f5039b5098bb34c442c62e1dd1cd9f71c203927e\' ct_options=\'{\"ct_id\":50,\"ct_parent\":46,\"selector\":\"div_block-50-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'f323f0d57ce884ad3a5279d4559f219608ce729e7c9718e3f9d5b5dfaa87e537\' ct_options=\'{\"ct_id\":56,\"ct_parent\":50,\"selector\":\"div_block-56-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'ea93c4aabe3d1692c551212392ac87bcb695ab308effd0f790aab4af52ca96a4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":56,\"selector\":\"fancy_icon-75-115\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'09708d8d65683e7fffd8719af619d7e8a3ef9662e5bf8d04716a386ac92ad62f\' ct_options=\'{\"ct_id\":64,\"ct_parent\":56,\"selector\":\"headline-64-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Clusters[/ct_headline][ct_text_block ct_sign_sha256=\'d26843680fa5799f965c58220f049bfcf634d174675152968465111befc5c1a7\' ct_options=\'{\"ct_id\":114,\"ct_parent\":56,\"selector\":\"text_block-114-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'3b927ec2064b470d8e2dfa267aa291f591e9d9dd4a88847d1328a2e33b5d3d3a\' ct_options=\'{\"ct_id\":115,\"ct_parent\":114,\"selector\":\"span-115-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Windows and Linux VPS available;[/ct_text_block][ct_text_block ct_sign_sha256=\'cefcb0078ed3ec69418838b672953e8922844b15b7701d030183cf96e800165c\' ct_options=\'{\"ct_id\":120,\"ct_parent\":56,\"selector\":\"text_block-120-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'f1f4288a1a4c9645463fdbecf7caeda296b66ffb37015817a7887c753883b409\' ct_options=\'{\"ct_id\":121,\"ct_parent\":120,\"selector\":\"span-121-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'2b14fbd1c440c98302289f6b0c047506a4f5f56b72d847ac7f562ee939b7fdee\' ct_options=\'{\"ct_id\":126,\"ct_parent\":56,\"selector\":\"text_block-126-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'23fb39258a1dd102690a5303b70f464338a50bd2f7ee8bcef3e05431a10fd2c0\' ct_options=\'{\"ct_id\":127,\"ct_parent\":126,\"selector\":\"span-127-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'cff8fb26d58df032e1dcb5fd8d853c0c5a88bf664ec9f5c3ff703d257e8907c2\' ct_options=\'{\"ct_id\":147,\"ct_parent\":56,\"selector\":\"headline-147-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$139[/ct_headline][ct_text_block ct_sign_sha256=\'8dbdf7b28aca2ee61166e8caa752ee753917c5cbb062cdb076bd2ebbc7f8e6e5\' ct_options=\'{\"ct_id\":158,\"ct_parent\":56,\"selector\":\"text_block-158-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ffaa2f11a7e528d687e3fb4ff62baf0ec47b1c17ee0816a88321f460cec9b817\' ct_options=\'{\"ct_id\":85,\"ct_parent\":56,\"selector\":\"link_button-85-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'13c18dc486594112681badb786903399e8fe5a32fb489e324a573293f5e1d61c\' ct_options=\'{\"ct_id\":160,\"ct_parent\":0,\"selector\":\"section-160-115\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\"},\"activeselector\":false,\"nicename\":\"Providers Section\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'63fecabbb0cc464db2469d5fe0be858b4daa676e787bade048a19e5c882cb530\' ct_options=\'{\"ct_id\":162,\"ct_parent\":160,\"selector\":\"headline-162-115\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Not all hosting providers are&nbsp;the&nbsp;same[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8cd0a78cff98d5a304231eb593b9a46912e86b4432a683935b4b0bfa2b05c5cd\' ct_options=\'{\"ct_id\":167,\"ct_parent\":160,\"selector\":\"new_columns-167-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'f760d71d76cc8d58a0d658d9ac6cd61b8eba00ec5e108dc81365ebdd81ed4039\' ct_options=\'{\"ct_id\":169,\"ct_parent\":167,\"selector\":\"div_block-169-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'301dfa58f217c78956532624a82ac5a58fcca69aa52667b1822b133692e3b8f5\' ct_options=\'{\"ct_id\":161,\"ct_parent\":169,\"selector\":\"image-161-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'087d84328ed611ecefaf2bc2b97b61fca80efe29080fb7d5e9c30a54894706ac\' ct_options=\'{\"ct_id\":170,\"ct_parent\":167,\"selector\":\"div_block-170-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'ae539d448eb7ec7f48c0101f0d72c0465af5e79fc6545edcf8e6a63bc78c9f5c\' ct_options=\'{\"ct_id\":172,\"ct_parent\":170,\"selector\":\"headline-172-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']A collection of textile samples[/ct_headline][ct_text_block ct_sign_sha256=\'b98da63ed7b801c1115b960abc63b4f87070555285cf247c37e48a98a6d21f4d\' ct_options=\'{\"ct_id\":176,\"ct_parent\":170,\"selector\":\"text_block-176-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'d29c1bbe3106e9a24bd53bde6f17b9151f2ad3a485cada0b3c51cb432c4c7e25\' ct_options=\'{\"ct_id\":179,\"ct_parent\":160,\"selector\":\"new_columns-179-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'84026eaff21c4ee40cf4d2a0e48e366a937ae9aa351e0cf242c79e4380133e0d\' ct_options=\'{\"ct_id\":180,\"ct_parent\":179,\"selector\":\"div_block-180-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'c6be63cb7e0af7c49ba487ece4fe852898d088b64a91362423f49e2b6ce0ec37\' ct_options=\'{\"ct_id\":181,\"ct_parent\":180,\"selector\":\"image-181-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'4be9a30b77128cadf0135850662e362c63617ecaaec98d7b74d48e04669a6ce2\' ct_options=\'{\"ct_id\":182,\"ct_parent\":179,\"selector\":\"div_block-182-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'1ac0a6ec19a66fccb02a60a6bde1e5d116ae9ae3bf3cf9bd4affee514ccf598d\' ct_options=\'{\"ct_id\":183,\"ct_parent\":182,\"selector\":\"headline-183-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']He lay on his armour-like back[/ct_headline][ct_text_block ct_sign_sha256=\'544c278ec0ea7ea28bb92af628c4f2683e924b7590a4d11cd217ff0483b2abb2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":182,\"selector\":\"text_block-184-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'19b882823909e0552c9a703fc34176d51ba07797a7c7f6baa1c90e4edd35bf1e\' ct_options=\'{\"ct_id\":185,\"ct_parent\":160,\"selector\":\"new_columns-185-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d634dbdd6438548d030e18d4f8727b5694a45d3d009a325a949f3370477f340e\' ct_options=\'{\"ct_id\":186,\"ct_parent\":185,\"selector\":\"div_block-186-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'e4f444d3591227aa672eef7405a7ca5765473a1f7f9c7ce84170bd05648af95c\' ct_options=\'{\"ct_id\":187,\"ct_parent\":186,\"selector\":\"image-187-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6422d2c7241b1a5fb6edfd43eb7d6a27db44ce78d4e959e563ab49c99a3e82fc\' ct_options=\'{\"ct_id\":188,\"ct_parent\":185,\"selector\":\"div_block-188-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'cfcdf77a9c3a09002d43e012c7b108f8ef79fca28137f5ea49aeef3d5b6ea007\' ct_options=\'{\"ct_id\":189,\"ct_parent\":188,\"selector\":\"headline-189-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']His room, a proper human[/ct_headline][ct_text_block ct_sign_sha256=\'c79c60313166658e1bae958d95abc9a42c21d2ee645dbc5cca991725a6c3d5ad\' ct_options=\'{\"ct_id\":190,\"ct_parent\":188,\"selector\":\"text_block-190-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. \"What\'s happened to me?\" he thought.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'09c4ebe35e227d5f878a10c8280147353290ffb16f89bca962cc597c1fbc81c3\' ct_options=\'{\"ct_id\":195,\"ct_parent\":0,\"selector\":\"section-195-115\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"#b2d27d\"},\"1\":{\"position-unit\":\"px\",\"value\":\"#00a5bd\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"ct_category\":\"Call To Action\",\"nicename\":\"Sign Up CTA\"}\'][ct_headline ct_sign_sha256=\'17bfd10d3b51603d08fc04c8d1ca5d8507ab47ae7c41f9786a45f607b6a02a6f\' ct_options=\'{\"ct_id\":196,\"ct_parent\":195,\"selector\":\"headline-196-115\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Ready to Start?[/ct_headline][ct_text_block ct_sign_sha256=\'c805fbfa7598fb434dd17a785ec24ec95be36581230749c5079b9a7d2116584b\' ct_options=\'{\"ct_id\":200,\"ct_parent\":195,\"selector\":\"text_block-200-115\",\"original\":{\"color\":\"color(2)\",\"margin-bottom\":\"20\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']Try us risk-free with a 30 day money backed guarantee[/ct_text_block][ct_link_button ct_sign_sha256=\'50f4e3124cdcc33c8f2dd04a4d02651f3da7eeed1cdd562444b9afd9a7e4a770\' ct_options=\'{\"ct_id\":198,\"ct_parent\":195,\"selector\":\"link_button-198-115\",\"original\":{\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"25\",\"box-shadow-blur\":\"20\",\"box-shadow-spread\":\"-20\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"url\":\"/login/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false}\']Sign Up[/ct_link_button][/ct_section_2]'),
(126, 16, 'ct_other_template', '0'),
(127, 17, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'6bf9caf616fd6e2a777af4ae85c5c84eaaf652f115c2dda9aa32c3671a5e1bd9\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-114\",\"original\":{\"background-color\":\"color(7)\",\"height-unit\":\"vh\",\"height\":\"80\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"ct_category\":\"Call To Action\",\"nicename\":\"Log In Form\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\",\"height-unit\":\"auto\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'3c1784fbf9e68f96422e1db61a61abeac69746ac3687237dc3d8f3a8343768da\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-114\",\"original\":{\"background-color\":\"color(3)\",\"width-unit\":\"%\",\"width\":\"100\",\"max-width\":\"480\",\"border-radius\":\"5\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'254df16921e2043cf74dc5fe62fb6a98d88c03cd467200cacaa0a1b2bf7722a4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-114\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"36\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Log In/Sign Up[/ct_headline][ct_div_block_4 ct_sign_sha256=\'d92ed91d2ff924162651283622b2d61f6502ff2785ac7b4f48e95da31b0adf01\' ct_options=\'{\"ct_id\":13,\"ct_parent\":3,\"selector\":\"div_block-13-114\",\"original\":{\"background-color\":\"color(7)\",\"justify-content\":\"center\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"36\",\"border-radius\":\"5\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'9bdaa2c496bf15e997522ba40b58043ec4d3b98abb93f5a6f058588266a408ec\' ct_options=\'{\"ct_id\":8,\"ct_parent\":13,\"selector\":\"fancy_icon-8-114\",\"original\":{\"icon-color\":\"color(4)\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'925f2cc91b1015bd7db08fb6e221cc7152f1014f74d6cbd355ca8751a734abb7\' ct_options=\'{\"ct_id\":9,\"ct_parent\":13,\"selector\":\"headline-9-114\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"20\",\"font-weight\":\"500\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Login Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'68db52f7a80ed094d28385df61d61bcdb943c9cefa9d6e1956e9c9fb0a924b3b\' ct_options=\'{\"ct_id\":11,\"ct_parent\":13,\"selector\":\"text_block-11-114\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\"},\"activeselector\":false}\']Oxygen works with any Contact Form Plugins...[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_section_2]'),
(128, 17, 'ct_other_template', '0'),
(129, 18, 'ct_builder_shortcodes', ''),
(130, 18, 'ct_other_template', '11');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(131, 19, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'91a9635680a8233be32b5de7f79b8428f4aec55ee60b1d0e173a7819bb2b5efe\' ct_options=\'{\"ct_id\":4,\"ct_parent\":0,\"selector\":\"section-4-62\",\"original\":{\"background-color\":\"color(7)\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'f0005d17e52e17deecfa9905df97c6ccf90e75be2e7d4d7e2976b89284326e80\' ct_options=\'{\"ct_id\":7,\"ct_parent\":4,\"selector\":\"headline-7-62\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get Quote[/ct_headline][ct_text_block ct_sign_sha256=\'9d5eecc871a6b7bdc8f17eb9786950de280744a2e94eda0b9b6c2e7d959d45d9\' ct_options=\'{\"ct_id\":9,\"ct_parent\":4,\"selector\":\"text_block-9-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Since launching in April of 2004, EuroVPS now manages the hosting of&nbsp;+2,000 clients in +100 countries. We\'d love for you to&nbsp;join![/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'d014fc8d997fab5dd27431b636d4ccc555b76e69cb5bf9530092ebf7ed502db6\' ct_options=\'{\"ct_id\":518,\"ct_parent\":4,\"selector\":\"new_columns-518-62\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'29dad91d91a2ea1146b61db2ba1b55c6a9f6242321aa3094898b231eb196e4b7\' ct_options=\'{\"ct_id\":520,\"ct_parent\":518,\"selector\":\"div_block-520-62\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'ec93f9a6f9c4e65bb81db993f3121a0c3cc1d5a71c6836198242e3ce61dea42d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":520,\"selector\":\"div_block-24-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'7bdf4478941e87892fffe334c63d74bb23e9e3ba8feefc35a498602c4024b893\' ct_options=\'{\"ct_id\":531,\"ct_parent\":24,\"selector\":\"fancy_icon-531-62\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-sync\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f20e53e5e59507d3882d004b770e28b218e5ae16bd114031045adae3939cb32a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":24,\"selector\":\"text_block-26-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free migration<br>&amp;&nbsp;personalized onboarding[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ccfa9d57653b98a4aa5665ef49bdc6cb4b0d3dd163f8e300757cfaa163342cc4\' ct_options=\'{\"ct_id\":27,\"ct_parent\":520,\"selector\":\"div_block-27-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'12f6b5ce52eb68228d5314bec7d9592e5e5ece0272d01ed51127bd80c257132a\' ct_options=\'{\"ct_id\":532,\"ct_parent\":27,\"selector\":\"fancy_icon-532-62\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'af8b10588f560762b5450ccf188f69e434c1d06d77c598873a29b480ea7d4a65\' ct_options=\'{\"ct_id\":29,\"ct_parent\":27,\"selector\":\"text_block-29-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']100% credit<br>backed SLA[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d2efe8db0e1165cfcb8219361988b55989d43bf1ffedfc05a31b6f6c02470249\' ct_options=\'{\"ct_id\":30,\"ct_parent\":520,\"selector\":\"div_block-30-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2e2fb8c0638ba9502e5611601374ecfc84d6a02175bedc488e381ba2becb3ca6\' ct_options=\'{\"ct_id\":534,\"ct_parent\":30,\"selector\":\"fancy_icon-534-62\",\"original\":{\"icon-id\":\"Lineariconsicon-bullhorn\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'48c9821b0c96c1d8cd29f0fe392fe3ec303368c4841dee3107715b35db393bcd\' ct_options=\'{\"ct_id\":32,\"ct_parent\":30,\"selector\":\"text_block-32-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Unlimited support<br>at no extra cost[/ct_text_block][/ct_div_block_3][ct_text_block ct_sign_sha256=\'9e391318860a984b26703ea8bfb8a68072d123ec662d62416039ae69eddb6041\' ct_options=\'{\"ct_id\":117,\"ct_parent\":520,\"selector\":\"text_block-117-62\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']Since launching in April of 2004, EuroVPS now manages the&nbsp;hosting of +2,000 clients in +100 countries. We\'d love for you to&nbsp;join!<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'730f563ece9da7ef641df06a7d2c4e620f68f9ddfdb845eb65f6e0fd857a19c6\' ct_options=\'{\"ct_id\":521,\"ct_parent\":518,\"selector\":\"div_block-521-62\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'32c4824762b40fc5e56f9de98bd9fba5ed5233e71e0d5e2b755c93bb711ed6b3\' ct_options=\'{\"ct_id\":119,\"ct_parent\":521,\"selector\":\"headline-119-62\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Request 14-Day Free Trial[/ct_headline][ct_div_block_3 ct_sign_sha256=\'7e2451f77e3dbe95657e8d4332c8f6ffd69820f79b916fb9860d1d94c9489dec\' ct_options=\'{\"ct_id\":467,\"ct_parent\":521,\"selector\":\"div_block-467-62\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'4266f019ea7bb8bb60697ea4a075473c39d237cf6fd8c6a27f2e6a4916ce5f92\' ct_options=\'{\"ct_id\":468,\"ct_parent\":467,\"selector\":\"fancy_icon-468-62\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d43953f3041e35fc7fb1a1d1e619a64cba5349b8ef358fec14a460feef81b4f4\' ct_options=\'{\"ct_id\":469,\"ct_parent\":467,\"selector\":\"headline-469-62\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'c6fe55dc4c0206c909d4e40e1932522d397136d4f970035ff3b2af82b428e963\' ct_options=\'{\"ct_id\":471,\"ct_parent\":467,\"selector\":\"text_block-471-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Oxygen works with any Contact Form Plugins[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f0e54165345cf9c7137c2b405c6215e304e91b0d08f4e8899404e1b5bc50d9b0\' ct_options=\'{\"ct_id\":293,\"ct_parent\":0,\"selector\":\"section-293-62\",\"original\":{\"container-padding-top\":\"160\",\"flex-direction\":\"column\",\"display\":\"flex\",\"justify-content\":\"flex-start\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"container-padding-bottom\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"120\"}}},\"nicename\":\"Contact\",\"ct_category\":\"Contact\"}\'][ct_new_columns_2 ct_sign_sha256=\'6998947522119027c457951452250a6e1cfa1bd1f7652bd5bf665acc3cee71d2\' ct_options=\'{\"ct_id\":461,\"ct_parent\":293,\"selector\":\"new_columns-461-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'c2f5c993b5b424f500213d2f389acaece76dd9ef3e72277867abec659ffa213e\' ct_options=\'{\"ct_id\":463,\"ct_parent\":461,\"selector\":\"div_block-463-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'6642e4128c741f624beea3b3ab8a38074313663d218c799f24ee5ec3f4d0abc5\' ct_options=\'{\"ct_id\":297,\"ct_parent\":463,\"selector\":\"headline-297-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Interested in working together?[/ct_headline][ct_text_block ct_sign_sha256=\'0e5131e067e16fe69db1423186ebc3eb3eadaa55731682245e7b16fcfc25feaf\' ct_options=\'{\"ct_id\":299,\"ct_parent\":463,\"selector\":\"text_block-299-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Get a free one-on-one consultation to receive an offer based on&nbsp;your use case and specific needs.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'64339ff0751dada131e99c22a1b6b02beac5d9b693cbd75dbb555e1f3ba360f2\' ct_options=\'{\"ct_id\":527,\"ct_parent\":463,\"selector\":\"div_block-527-62\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'b8ab9b0c573815c5254b08a04440a69779d12df6967d6d33fe82adeb27c86dce\' ct_options=\'{\"ct_id\":528,\"ct_parent\":527,\"selector\":\"fancy_icon-528-62\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'79e6f8edce64292c31ab7e995375b303e65dde55e8c48751658015d979d19c6a\' ct_options=\'{\"ct_id\":529,\"ct_parent\":527,\"selector\":\"headline-529-62\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'662542a5b51d69dc535a60a16f4e7db5bd056af14f563dcf59fdf9b5989b8f51\' ct_options=\'{\"ct_id\":530,\"ct_parent\":527,\"selector\":\"text_block-530-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Oxygen works with any Contact Form Plugins[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d2e59ba67147c8c31a97784123cb1c4c6696823c2ba7cc643943c12b0b8dcedd\' ct_options=\'{\"ct_id\":464,\"ct_parent\":461,\"selector\":\"div_block-464-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'06626cfadf2386bde8f57e05fb3ef0f92a7872492ab6a99a1e5f4c965081aa32\' ct_options=\'{\"ct_id\":341,\"ct_parent\":464,\"selector\":\"headline-341-62\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Call Us[/ct_headline][ct_text_block ct_sign_sha256=\'dd243bcbfc275c80a57a6df53cf43515ca6f8a0be601a5b7795d6ccd9e42c460\' ct_options=\'{\"ct_id\":343,\"ct_parent\":464,\"selector\":\"text_block-343-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']NL: +31 8 5208 6592[/ct_text_block][ct_text_block ct_sign_sha256=\'0ba5cad4bb586eb32b31620f55dff83db28db64faea577b0765c53a9424d10c4\' ct_options=\'{\"ct_id\":476,\"ct_parent\":464,\"selector\":\"text_block-476-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']UK: +44 2038 089 127[/ct_text_block][ct_text_block ct_sign_sha256=\'63f311af4aa804c712a1953f464cac7fd99112e0211f6b88d466d80ba4a3f1a9\' ct_options=\'{\"ct_id\":477,\"ct_parent\":464,\"selector\":\"text_block-477-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']USA: +1 888 426 1427[/ct_text_block][ct_headline ct_sign_sha256=\'4ca3194704c1167e17e37083b7f33807bf822636235bc137e4a352f509e88781\' ct_options=\'{\"ct_id\":482,\"ct_parent\":464,\"selector\":\"headline-482-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Sales[/ct_headline][ct_text_block ct_sign_sha256=\'4b21030c382514d3b1318ae8221f88952662c8d432eb236b061b27021ffa4fb7\' ct_options=\'{\"ct_id\":490,\"ct_parent\":464,\"selector\":\"text_block-490-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Monday - Saturday:&nbsp;9am - 5pm CET[/ct_text_block][ct_text_block ct_sign_sha256=\'6cb70b3a8ae5dc441aa2d8bc0e9815f4b6d409b33fdfc0e965e1a256fec18141\' ct_options=\'{\"ct_id\":496,\"ct_parent\":464,\"selector\":\"text_block-496-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Sunday:&nbsp;Closed[/ct_text_block][ct_text_block ct_sign_sha256=\'a2bedc2ab3d6a993c157dc6e1c7d8c3da885abd0803bd97f4ad63b46eb329198\' ct_options=\'{\"ct_id\":497,\"ct_parent\":464,\"selector\":\"text_block-497-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Email: <a href=\"mailto:sales@example.com\">[ct_span ct_sign_sha256=\'6283bd2ab465c132a63e32bdcaa2217b38974b3fc006ebfeed921ef22e5f2bb9\' ct_options=\'{\"ct_id\":505,\"ct_parent\":497,\"selector\":\"span-505-62\",\"classes\":{\"0\":\"hosting-contact-3-textlink\"},\"activeselector\":\"hosting-contact-3-textlink\"}\']sales@example.com[/ct_span]</a>[/ct_text_block][ct_headline ct_sign_sha256=\'06c7406a235e5e745278ae307d124b405b7eefddde8edcb9c5f819ec4dfdd92d\' ct_options=\'{\"ct_id\":485,\"ct_parent\":464,\"selector\":\"headline-485-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Administration[/ct_headline][ct_text_block ct_sign_sha256=\'4b01fd70a9b8768624c8686a000a8e1de7486e26e7fd29959cf237e5530a17fa\' ct_options=\'{\"ct_id\":507,\"ct_parent\":464,\"selector\":\"text_block-507-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Monday - Saturday:&nbsp;9am - 12pm CET[/ct_text_block][ct_text_block ct_sign_sha256=\'6808ace661d0850367173482c0c2431cf54f1dead6168b150a87fe01f8777c83\' ct_options=\'{\"ct_id\":509,\"ct_parent\":464,\"selector\":\"text_block-509-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Sunday: Closed[/ct_text_block][ct_text_block ct_sign_sha256=\'8454a26de227a0e95f5cd10d9545860e79795e0adb55554b36a25b9209a47b16\' ct_options=\'{\"ct_id\":511,\"ct_parent\":464,\"selector\":\"text_block-511-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Email: <a href=\"mailto:sales@example.com\">[ct_span ct_sign_sha256=\'fe8742b5a90aeaa74df10f75c4d21016f62a34c1f02532e169c73be5883f9175\' ct_options=\'{\"ct_id\":512,\"ct_parent\":511,\"selector\":\"span-512-62\",\"classes\":{\"0\":\"hosting-contact-3-textlink\"},\"activeselector\":\"hosting-contact-3-textlink\"}\']admin@example.com[/ct_span]</a>[/ct_text_block][ct_headline ct_sign_sha256=\'9d3805e1b8e91b77a3ece4c40b2127148fb38aeb09d199ffff69bcc28a0e8176\' ct_options=\'{\"ct_id\":487,\"ct_parent\":464,\"selector\":\"headline-487-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Follow Us[/ct_headline][oxy_social_icons ct_sign_sha256=\'c4e454c9e6cb748ce0336275cfa66d7cf4d96783b2b8cfbcc9a52ee4f37d4318\' ct_options=\'{\"ct_id\":457,\"ct_parent\":464,\"selector\":\"_social_icons-457-62\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"4\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(4)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(8)\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'7ab9f73e42cd9154acce552178d0f958b5a61fdb0fa02bfbfefabd9346ade4dd\' ct_options=\'{\"ct_id\":419,\"ct_parent\":0,\"selector\":\"section-419-62\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"FAQ Accordion Dark\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}},\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'e8d9db1ab548a960a7d8daa52c7ebd1f4dc5400a4b00b82cbda463ce89174866\' ct_options=\'{\"ct_id\":421,\"ct_parent\":419,\"selector\":\"headline-421-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Frequently Asked Questions[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'b66725f95f768fbce0641d01de677152ee9f05f20b6667e8572acf913076cc4c\' ct_options=\'{\"ct_id\":422,\"ct_parent\":419,\"selector\":\"new_columns-422-62\"}\'][ct_div_block_3 ct_sign_sha256=\'c8620d5b8948218eaf7e6e698131c347f9de256b4908fa23fa52888002e4d06b\' ct_options=\'{\"ct_id\":423,\"ct_parent\":422,\"selector\":\"div_block-423-62\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_4 ct_sign_sha256=\'41b8d94116be275c10aeffb64072a5bb119e3b48043e8572403eda3caf70071d\' ct_options=\'{\"ct_id\":424,\"ct_parent\":423,\"selector\":\"_toggle-424-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f3d98079a2e66d4c3122c04aee9a5fa8e2ffd2c2b47641e8fa62aa0774f94b21\' ct_options=\'{\"ct_id\":425,\"ct_parent\":424,\"selector\":\"headline-425-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'ecd09f0ace46b7410f7aad8d994861f8649d1af8cc390f06eb799e13d5491e67\' ct_options=\'{\"ct_id\":426,\"ct_parent\":423,\"selector\":\"text_block-426-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'ba4029539ebfd077f72dcf71a8bb1375084b8d4be0cc805e4d721519ba344dbe\' ct_options=\'{\"ct_id\":427,\"ct_parent\":423,\"selector\":\"_toggle-427-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'7a1dab1063cfb4303e8b1f891dba8f15efe55535e3eac980fcc15b9c540ecfd2\' ct_options=\'{\"ct_id\":428,\"ct_parent\":427,\"selector\":\"headline-428-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b4c25b3ccf244991d44ca1e74e30c78136c31d2012c7622330bd91c0d5bd4926\' ct_options=\'{\"ct_id\":429,\"ct_parent\":423,\"selector\":\"text_block-429-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'f2c6c97efb33eed73c672e5f15d0f6db488ffe0f276bc66c800563ce221ac37e\' ct_options=\'{\"ct_id\":430,\"ct_parent\":423,\"selector\":\"_toggle-430-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fef70a5df6eeccc2d5936f74f3e02bded78698bb88baf2ea867d1121cb2b6b54\' ct_options=\'{\"ct_id\":431,\"ct_parent\":430,\"selector\":\"headline-431-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'83ae1d37ea3e82e6a40fffc3e7d602a4a0e26c8e5936caf206baef0f443fdaf8\' ct_options=\'{\"ct_id\":432,\"ct_parent\":423,\"selector\":\"text_block-432-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'8d82a1525e4a70355e84b5c3d3dd401d83fd7cb487415c8aba15dcf8f449cca7\' ct_options=\'{\"ct_id\":433,\"ct_parent\":423,\"selector\":\"_toggle-433-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f5afe68bb9b2a3481d7254005f8b5c341b67400a8f07b2ee1f59437771e2ce60\' ct_options=\'{\"ct_id\":434,\"ct_parent\":433,\"selector\":\"headline-434-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'c1199fd941eed2761b3c3dca284e6823d44e165d9717c0a9668f1f2b844fc61c\' ct_options=\'{\"ct_id\":435,\"ct_parent\":423,\"selector\":\"text_block-435-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'f9f04d3d02cf6d395f5c82945c0dd0ceaee6f90e6a8aa0fe09aa206837e2c291\' ct_options=\'{\"ct_id\":436,\"ct_parent\":423,\"selector\":\"_toggle-436-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e58f687832932d9679f98f2bc66d9ba39c81f0d1a56bca14f9a46af171792ba5\' ct_options=\'{\"ct_id\":437,\"ct_parent\":436,\"selector\":\"headline-437-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b871d946d0786e16395a7182bd7cc4c57e8670854531ac2fa59b4127cc3eaf5b\' ct_options=\'{\"ct_id\":438,\"ct_parent\":423,\"selector\":\"text_block-438-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f09fe3aa598a09f62d6b5925bd9c2985ea981cfe72af0552b83b9bd5043e3b49\' ct_options=\'{\"ct_id\":439,\"ct_parent\":422,\"selector\":\"div_block-439-62\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_4 ct_sign_sha256=\'89c885c90e8aeda76e78fffb5baad5795cc7247265dcbbc743f4710dbfc3d989\' ct_options=\'{\"ct_id\":440,\"ct_parent\":439,\"selector\":\"_toggle-440-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'74c93987fc84fdda43a816121c6883fb3f17d1d93bb392fc214262d5e0a29fec\' ct_options=\'{\"ct_id\":441,\"ct_parent\":440,\"selector\":\"headline-441-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'0c2de781cf23d2bae5bc151804ddaf68830a1881c7b770d0fdd69089d795cdba\' ct_options=\'{\"ct_id\":442,\"ct_parent\":439,\"selector\":\"text_block-442-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'bdc4d8b8d5806d2fea69cf87e7d9507eaf2ce10b3a95b50b2e9fd4564ddbff52\' ct_options=\'{\"ct_id\":443,\"ct_parent\":439,\"selector\":\"_toggle-443-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a38e0e26c0fb508ed9fecdd6d8aeb1a1b3f3ce1296d851b57a419dc92794d582\' ct_options=\'{\"ct_id\":444,\"ct_parent\":443,\"selector\":\"headline-444-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'fbbb2353a384d59fb7c12387a9fdacf013dba7cbff6a3ab47219f059b2cfb214\' ct_options=\'{\"ct_id\":445,\"ct_parent\":439,\"selector\":\"text_block-445-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'b0006b0e362f904366ef1e9063548730f8dc3ddc1dd1c77602a0353baadc0631\' ct_options=\'{\"ct_id\":446,\"ct_parent\":439,\"selector\":\"_toggle-446-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'8016fee4cdb4cacad13bc8c534858e348202386cf06b781eaf8b56f0e37eae53\' ct_options=\'{\"ct_id\":447,\"ct_parent\":446,\"selector\":\"headline-447-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'06712de5cf12007fb7601f23cdc06fb64c72ff918791f8eb86c46b694fdf0021\' ct_options=\'{\"ct_id\":448,\"ct_parent\":439,\"selector\":\"text_block-448-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'9654860883839d7cba1fe1f02ed2bae334a12f993642e6dcb68747781aec8bf0\' ct_options=\'{\"ct_id\":449,\"ct_parent\":439,\"selector\":\"_toggle-449-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'12126e9e0637f971836bec1c6d616e053c9c3943f22b963842e1ae7264ff161b\' ct_options=\'{\"ct_id\":450,\"ct_parent\":449,\"selector\":\"headline-450-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b3dbeea1880da186bde1184cdf87ee35ae344fac69d74b31a13da21d9e3a0229\' ct_options=\'{\"ct_id\":451,\"ct_parent\":439,\"selector\":\"text_block-451-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'d0b2febd116dfc4e636d852c677593e8cf001cf1db2e766e279f02cb6e30f958\' ct_options=\'{\"ct_id\":452,\"ct_parent\":439,\"selector\":\"_toggle-452-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5f11073948e1b517ac8c965b2d85c0121fb363936bf287e50e563de9844fc81f\' ct_options=\'{\"ct_id\":453,\"ct_parent\":452,\"selector\":\"headline-453-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'2b4046660d59e4a7498b03b67389a427bc16875d43e9d9ea019ef8bd61aec4a0\' ct_options=\'{\"ct_id\":454,\"ct_parent\":439,\"selector\":\"text_block-454-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(132, 19, 'ct_other_template', '0'),
(133, 20, 'ct_builder_shortcodes', ''),
(134, 20, 'ct_other_template', '0');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(135, 21, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'7b9ea4cff260c40949a16fda77c4b669b91a2ce2918b42d116eb846ac1098b02\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'42416f854892ddbf2faf801899a61d11ae5d7dbe4eb58478e8f4343324b43aa7\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7ae010d2ff699e693a183a6023b2ac0dbe2946c04179d6c8ec3ed4c62c5cc241\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'84d42a9132b04662a45a33fe19093269efbd1e7dcc6b4627b9d4e5e3ef91665d\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d080ae52c01792991b087fc3d659a9e2e037cc3a9ec2b483eb69181d7d3dab33\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'1cd5a2e69b802f59b1cb96a703e110082350d00be684a826d404c0c2b7b6bfac\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f732d5a9e4564f26840bc4cbb38ddca6eec25238452af9a9b58f3c595f1b6714\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'393e723b562055bf24cddb3c7625ca155cceff82ebb41473d9beae119bba2289\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'04e7bdd3cb74a7aa8b8a36c1201056727bbba6db829a5e8f35979470ec7e13a0\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3206018c48a9dd2d39dc8f7e5d9c1d7a4afb4db9e1f9818892f4c4fcbdd1cb46\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'8856d13f32f61aabfe6ff4a7a7843ccb04f72c28e6de7a6f59222441be042e85\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'ac334d3c69e223299579b49039421d6ee7944a4bff4efedd8932bfee76f98715\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9d0cc35d516f6d319ddebe1617fb53b3a388be0978f27e857fd89183b1f47296\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5d2190c50b24b77d66d3700ffb780efd9683387c3957fd9f07bea0e4f5f477f2\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'58661ead9316c9c5f32d669236acc41931edccda9ce3af6ffafc43781e3964d4\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(141, 21, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(136, 21, 'ct_other_template', '0'),
(137, 30, '_wp_attached_file', '2020/09/tostem-house.jpg'),
(138, 30, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2020/09/tostem-house.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"tostem-house-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"tostem-house-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tostem-house-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"tostem-house-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"tostem-house-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;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:{}}}'),
(274, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'8e168e692fecc4a47d9de8846fba8ec2c474b9fdcf3f05e47d5aef90228ca99d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(245, 51, '_wp_attached_file', '2020/10/NewGEN-Logo-scaled.jpg'),
(246, 51, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:818;s:4:\"file\";s:30:\"2020/10/NewGEN-Logo-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"NewGEN-Logo-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-1024x327.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"NewGEN-Logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"NewGEN-Logo-768x245.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-1536x491.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-2048x655.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:655;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:{}}s:14:\"original_image\";s:15:\"NewGEN-Logo.jpg\";}'),
(247, 52, '_wp_attached_file', '2020/10/NewGen-Windows-Logo.png'),
(248, 52, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3445;s:6:\"height\";i:915;s:4:\"file\";s:31:\"2020/10/NewGen-Windows-Logo.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NewGen-Windows-Logo-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-1024x272.png\";s:5:\"width\";i:1024;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"NewGen-Windows-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"NewGen-Windows-Logo-768x204.png\";s:5:\"width\";i:768;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-1536x408.png\";s:5:\"width\";i:1536;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-2048x544.png\";s:5:\"width\";i:2048;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(249, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'980efb3a6e5aaaa1a23a4ad8df1f1293cb0bb2e90f9a2d384ca4594a153f4a3e\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'d55d1e8cab4ac7c2049f532454e9e50f75f30c9d828179124765aceaec8725e6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'2fa6900d681e73f90195571071f2dd191cfc14d56229d3a8cbb32f46737f5174\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'a06d232fb362f3eb9951663c2e47fb40a24359c77d06bf6f88eacc07e392a70f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'b738bd19e1cff9c3ca1ba5641e65bb2fd5c0b9564af6db7613a4534862a7f6c5\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'ed42771aed384e6b8bfb9816f17ad03d5508cb52467bffbcab6c6db744f96511\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'a6639ad45389efeb511edaa167bde2d17223a56b2ed4b859f4a56a25cea39268\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Logo@2x.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'5f4a4d80fd716316093f82f5e2be1dba34daa9907ff7ac6c5db902f5964f69f4\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'9a3aa9f43e6117bf21bd7136d138580c2c4b3c3f9ad335b3a2c8a62f51890e47\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'b59ef5e4ad652a17265ec47c3e3072c3a3abd17727da7088e7cba50f19462062\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"link_button-30-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-simple-button\",\"classes\":{\"0\":\"hosting-simple-button\"}}\']Create Account[/ct_link_button][ct_link_button ct_sign_sha256=\'0cd95fd68bccdec7789efeebd373304e61fcd1d33734f90bf11068f5ba651f36\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Login[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'04e692ac810040776b2e26bb915efcae012e749581a90316d4bc84a4d7b34e67\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'17cd677987c12984952f168b94ce3df6ec06afb0732839ab17ea9fcf56b2424c\' ct_options=\'{\"ct_id\":100,\"ct_parent\":8,\"selector\":\"new_columns-100-87\",\"original\":{\"border-bottom-style\":\"solid\",\"border-bottom-width\":\"1\",\"border-bottom-color\":\"color(2)\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"border-bottom-style\":\"none\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'1c6bed7a00b8abcf497974c5b2f6954239f8fc8ac7dc3b084510acb1bac6c38f\' ct_options=\'{\"ct_id\":101,\"ct_parent\":100,\"selector\":\"div_block-101-87\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'be881668bcb306e1bfea0ad8f6e244353f4ce751d75197e6691ac2f4f1485add\' ct_options=\'{\"ct_id\":149,\"ct_parent\":101,\"selector\":\"fancy_icon-149-87\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-sync\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'5fc78275a182b70d774526628cfd1273f62fb1452b973946f556864cf9f3d899\' ct_options=\'{\"ct_id\":110,\"ct_parent\":101,\"selector\":\"text_block-110-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']Free migration<br>&amp; personalized onboarding[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'81923232f11f577aba7c9f28672241019ff0c780a4918a7f7e477b2b0c3103b7\' ct_options=\'{\"ct_id\":102,\"ct_parent\":100,\"selector\":\"div_block-102-87\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'3019db50745bf068d57e34823a987ef513535bfe0f7b935a5a83f77eddcd6861\' ct_options=\'{\"ct_id\":150,\"ct_parent\":102,\"selector\":\"fancy_icon-150-87\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'dea4b12d64c96dfdcee3afc4a64d29825f22d8396616b4f28d520d50332f8d17\' ct_options=\'{\"ct_id\":111,\"ct_parent\":102,\"selector\":\"text_block-111-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']100% credit<br>backed SLA[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e9103dfc2197fc1f8f168fa945c3a2fe668138880234b7a2e17b018055f1c21f\' ct_options=\'{\"ct_id\":103,\"ct_parent\":100,\"selector\":\"div_block-103-87\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'32f6cf9587a2bb79c14eb5659def807a0f3aabca0f1f7500a1d3566f8a95c087\' ct_options=\'{\"ct_id\":152,\"ct_parent\":103,\"selector\":\"fancy_icon-152-87\",\"original\":{\"icon-id\":\"Lineariconsicon-bullhorn\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c76cb34144053b2ae82c94f1d0f2f90407438ee02baa1f6251068c4a4f109977\' ct_options=\'{\"ct_id\":113,\"ct_parent\":103,\"selector\":\"text_block-113-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']Unlimited support<br>at no extra cost[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'3afd6bd19c3547fd7b6d48d84812721e10305e0e94bb299b2246a5e858c2b18b\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'667ce168f85b49930ab0fe7eb99c5e67099198a36d68e7d1be2daaeb7d6adc77\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'6e900e4e2dcede03774c9b2d813d618fbaa71732894ba7adfb2ebc21ecd21dfb\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'182c020dee8bd66ed2fe5fd7e09720b19b9eb6f1ddd4c4ff1868a84a5b881eed\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Logo@2x.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'6a87c0f5e1ab9dbe3e2edf6ea750066a10bd1e82dcfbe3ec4e0c40c4d8e52415\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']Proudly designed with Oxygen, the world\'s best visual website design software[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1f7759d1ea3c0c448a74325090f11b462a30169b7cb1bda11ddf9e1b5668266a\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'9135a8bced3886c068b9bc2940ccbb7f1bde847047c27c242c35cb9d1f3f425e\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']We in Social Networks[/ct_headline][oxy_social_icons ct_sign_sha256=\'b1f3f00678c5996fe490b264b61e42e1027cebb42d3351ecc66acec8ce971942\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://linkedin.com\",\"icon-youtube\":\"https://youtube.com\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(144, 31, '_wp_attached_file', '2020/09/buildtrack-logo.png'),
(145, 31, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:437;s:6:\"height\";i:142;s:4:\"file\";s:27:\"2020/09/buildtrack-logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"buildtrack-logo-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"buildtrack-logo-150x142.png\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(146, 32, '_wp_attached_file', '2020/09/hunter-douglas-logo-1.png'),
(147, 32, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:130;s:4:\"file\";s:33:\"2020/09/hunter-douglas-logo-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hunter-douglas-logo-1-300x65.png\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"hunter-douglas-logo-1-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(148, 33, '_wp_attached_file', '2020/09/Tostem-Aluk.jpg'),
(149, 33, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:572;s:6:\"height\";i:362;s:4:\"file\";s:23:\"2020/09/Tostem-Aluk.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Tostem-Aluk-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tostem-Aluk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(150, 34, '_wp_attached_file', '2020/09/Tsotem-logo.png'),
(151, 34, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:390;s:6:\"height\";i:186;s:4:\"file\";s:23:\"2020/09/Tsotem-logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Tsotem-logo-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tsotem-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(297, 13, 'ct_builder_shortcodes_revisions_dates', '1604904118'),
(299, 13, 'ct_builder_shortcodes_revisions_dates', '1604904503'),
(301, 13, 'ct_builder_shortcodes_revisions_dates', '1604904817'),
(302, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'68e315251fa137ab293820ec0d190d62f78fc9ced0fc1149be6a194b1af6093d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'6728d0b57a8ddd6386c319ca2eb013981ec7fdf84861726b7700f21f177300d2\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'5a74b8f3457827b32de5f1c95f0499f0a06c65d4dad91ea91011ac71222f4e81\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'0a1b9af9174a62fa77259fab0f2e0c7d52947635283d3ee1f92d01d7c319d5b2\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'c64078f293e403fa3d4cfdf765393cd7dc6fa787ab17614a804894c3cb5afed5\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'ee9e9a780579de504099fe19d07293b16186718e57c9a850e12fab6bde92806d\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d8615a13dd7c5f975f6a677db77dbefe620fca2932979ef9e44304e9e09c8d8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\",\"button-color\":\"#3585b8\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"},\"hover\":{\"background-color\":\"color(3)\",\"button-text-color\":\"#3585b8\",\"button-style\":\"2\",\"button-color\":\"#3585b8\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(303, 13, 'ct_builder_shortcodes_revisions_dates', '1604905027');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(304, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2bc371aae4593ff6d00fcef804f632f7a9972e61675c365925e6140c30982db2\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'48a7938163de8057e4525dec416b636527a904bd89ace1d3b44ebcec964bcdac\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'01bef2512bf89e9d60e8d08415645836229858fcf698f755bdafa30070a614ee\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'59afa0835a7b4fe90e728d76a7671cabd94cac1e6943ea05877bd83762a1e33a\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e765e191b418001e1b07b9a31d3fe08f7dd04a07e83b517d49d75de8dbc5ef3b\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b76f1b7bfdd8a116a096365336c69cd8991fc0b20defdf2e5c3bf430510e7f49\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2857dc349fea585af7fc436ad7c66dc8b58f6b2a93b658e270d2f194ab4edba9\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3ccff44b6df565e2362ac46c9f8aba868d741cd042c78b60055d143457011334\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f32d3f8247cb98fa205abf21f7786d2b2941df13bdad240bf7f774da77fc75\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cad52e5839fde0374f92fe907bcb7f442f0222ec491be4b9a3168203480954b4\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'f635ecc513942dc631b1a1292ab5382823c41535d6796642e7fae8216abb374f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(294, 54, '_wp_attached_file', '2020/11/NewGen-Final-Logo-06.09.2020.png'),
(295, 54, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1004;s:6:\"height\";i:248;s:4:\"file\";s:40:\"2020/11/NewGen-Final-Logo-06.09.2020.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"NewGen-Final-Logo-06.09.2020-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"NewGen-Final-Logo-06.09.2020-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"NewGen-Final-Logo-06.09.2020-768x190.png\";s:5:\"width\";i:768;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(296, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(221, 49, '_wp_attached_file', '2020/10/navdeep.jpeg'),
(250, 13, 'ct_builder_shortcodes_revisions_dates', '1602429158'),
(254, 13, 'ct_builder_shortcodes_revisions_dates', '1602429405'),
(298, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'816816d81048b48edf9dab7a60fe7b046acddfb06414941896415a01be5d9625\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2fd56151d7c7411dd85085b7037c88fbe289ac21a6e6dee176e3967664db1af3\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'5aba3bb2246510406cdeb1d48875d4db87183d3d7ef062d06bbcbd5e6715a4af\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'bbb9599672235987c4e926434d34523a2ab752ff1cb7b63ff919aca4449709a0\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'dd886c9196bc7d65a0e7d1870075740a3b68bcce42aeefb7b935f7d1892ff36c\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'bdd162b75d8c2578b8f89b4febd80d3e8a8f194b6b4c53fcd39e1c2934d8b82f\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"D33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"D33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(255, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'8e168e692fecc4a47d9de8846fba8ec2c474b9fdcf3f05e47d5aef90228ca99d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(256, 13, 'ct_builder_shortcodes_revisions_dates', '1602429419'),
(257, 13, '_edit_lock', '1604905860:1'),
(279, 13, 'ct_builder_shortcodes_revisions_dates', '1602430199'),
(275, 13, 'ct_builder_shortcodes_revisions_dates', '1602430130'),
(276, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(277, 13, 'ct_builder_shortcodes_revisions_dates', '1602430135');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(278, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(272, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'247065177b64e5eb6935ba09c32877d3547f9a4c139e1a81b143b7bcd09a0c0d\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"53\",\"container-padding-bottom\":\"403\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'9c9886a4e8f7a53caac12f6b439b61929d09015e30530f1d69e5e6b4de44f25d\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'e6b6c79c7a22ea9ca195391f648ab3283ed99342e737504034a80901d3b2eeb7\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'f3acb9a6c3d95ca76fe21deabbf49706fa62e11003a1b81080a86b2c4ea276fc\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'a043a4cc071e36f194783c3d3ebab34a36413cca1750752c14d8ded42f01c4a1\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'c94cc7c83e95146db8f1162adf219287846fafa723bc6ba35f85f6e5183cf73f\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'07a5f9cda7d87a304d5b4caa2ffc024f072f936c2336be10d4c9d729aaf0eb4a\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(282, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'9c9886a4e8f7a53caac12f6b439b61929d09015e30530f1d69e5e6b4de44f25d\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'e6b6c79c7a22ea9ca195391f648ab3283ed99342e737504034a80901d3b2eeb7\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'f3acb9a6c3d95ca76fe21deabbf49706fa62e11003a1b81080a86b2c4ea276fc\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'a043a4cc071e36f194783c3d3ebab34a36413cca1750752c14d8ded42f01c4a1\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'c94cc7c83e95146db8f1162adf219287846fafa723bc6ba35f85f6e5183cf73f\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'07a5f9cda7d87a304d5b4caa2ffc024f072f936c2336be10d4c9d729aaf0eb4a\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(219, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'daf7bc7560748f46d3428fe852facabe3011f6b1f7529a6d7062d99580c2e6e6\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f4ec871d62b7d8ab854ec023b542193b74afaa4f23abf3bb171179fcf0ea2c1d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'0a1aa932a0993b7f640ffb3be9bf17d253e941b01999981d6d9e89a96c4a4d53\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality, Standard &amp; Delivery[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(207, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'0bb4cf8ac22b58128c35249d4ed3af26eca0cb89e36c5d1096900e63e38fa0f3\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'8b1a196e62da003fc385b642fdba3d6f795a64596ebf96a55c2b4edb67e368ec\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their house is protected from dust, sound and light.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(162, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'537e2d1f8df65aaf48abd67df7e18b480dacef4b20ef77db6b229cf016f8e480\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][ct_video ct_sign_sha256=\'52548e5c45bdf6e3c6a37b66f2257a228987d024e758b212694d5008efaed27b\' ct_options=\'{\"ct_id\":1553,\"ct_parent\":1541,\"selector\":\"video-1553-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(163, 21, 'ct_builder_shortcodes_revisions_dates', '1600926979');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(164, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(166, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(167, 21, 'ct_builder_shortcodes_revisions_dates', '1600938253'),
(168, 35, '_wp_attached_file', '2020/09/ARNA-EKAMAI-770.png'),
(169, 35, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:27:\"2020/09/ARNA-EKAMAI-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(170, 36, '_wp_attached_file', '2020/09/Door-Handles.png'),
(171, 36, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1256;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2020/09/Door-Handles.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Door-Handles-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Door-Handles-1024x391.png\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Door-Handles-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Door-Handles-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(172, 37, '_wp_attached_file', '2020/09/Line_Up_Exterior.jpg'),
(173, 37, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:940;s:6:\"height\";i:299;s:4:\"file\";s:28:\"2020/09/Line_Up_Exterior.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Line_Up_Exterior-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Line_Up_Exterior-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Line_Up_Exterior-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;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:{}}}'),
(174, 38, '_wp_attached_file', '2020/09/Line_Up_Windows_Door.jpg'),
(175, 38, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:940;s:6:\"height\";i:299;s:4:\"file\";s:32:\"2020/09/Line_Up_Windows_Door.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Line_Up_Windows_Door-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Line_Up_Windows_Door-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Line_Up_Windows_Door-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;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:{}}}'),
(176, 39, '_wp_attached_file', '2020/09/NIRVANA-DEFINE-770.png'),
(177, 39, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:30:\"2020/09/NIRVANA-DEFINE-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(178, 40, '_wp_attached_file', '2020/09/PLANKRICH-770.png'),
(179, 40, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:25:\"2020/09/PLANKRICH-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(180, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'e760a81004b1da977a6294fef249304473abb06010175ee2e7e6ad5d83022163\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(181, 21, 'ct_builder_shortcodes_revisions_dates', '1600971414'),
(182, 41, '_wp_attached_file', '2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg'),
(183, 41, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1221;s:4:\"file\";s:53:\"2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-1024x651.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-1536x977.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:977;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:{}}}'),
(184, 42, '_wp_attached_file', '2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg'),
(185, 42, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:54:\"2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"florian-schmidinger-b_79nOqf95I-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:56:\"florian-schmidinger-b_79nOqf95I-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),
(186, 43, '_wp_attached_file', '2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg'),
(187, 43, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:46:\"2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"joshua-ness-Vo52cKzOxMY-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"joshua-ness-Vo52cKzOxMY-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),
(188, 44, '_wp_attached_file', '2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg'),
(189, 44, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:51:\"2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:53:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(190, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'08458669c070b062565b1cf48b13d37d312cf5ee5f4e0c69c3017b97f8ef152c\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(191, 21, 'ct_builder_shortcodes_revisions_dates', '1601019602');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(192, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'90ec590e5880e7bb9ea3662fdd9bb445469d9289b6cefd09ba5fe9c363ea7ea0\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"145\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(193, 21, 'ct_builder_shortcodes_revisions_dates', '1601050812');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(197, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(194, 21, '_edit_lock', '1604903025:1');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(195, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'90ec590e5880e7bb9ea3662fdd9bb445469d9289b6cefd09ba5fe9c363ea7ea0\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"145\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(196, 21, 'ct_builder_shortcodes_revisions_dates', '1601916486'),
(198, 21, 'ct_builder_shortcodes_revisions_dates', '1601916671'),
(199, 46, '_wp_attached_file', '2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg'),
(200, 46, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1764;s:6:\"height\";i:2560;s:4:\"file\";s:84:\"2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:78:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-706x1024.jpg\";s:5:\"width\";i:706;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:78:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-768x1114.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:79:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-1059x1536.jpg\";s:5:\"width\";i:1059;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:79:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-1411x2048.jpg\";s:5:\"width\";i:1411;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:69:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1.jpg\";}'),
(201, 47, '_wp_attached_file', '2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg'),
(202, 47, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:86:\"2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:80:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:80:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:81:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:81:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:71:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1.jpg\";}'),
(203, 48, '_wp_attached_file', '2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg'),
(204, 48, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1829;s:6:\"height\";i:2560;s:4:\"file\";s:93:\"2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:86:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:87:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:86:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:87:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:88:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-1097x1536.jpg\";s:5:\"width\";i:1097;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:88:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-1463x2048.jpg\";s:5:\"width\";i:1463;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:78:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1.jpg\";}');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(205, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(206, 21, 'ct_builder_shortcodes_revisions_dates', '1602422330'),
(208, 21, 'ct_builder_shortcodes_revisions_dates', '1602422743');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(209, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(210, 21, 'ct_builder_shortcodes_revisions_dates', '1602422892');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(211, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'f8d9566f72f27f0e4e2f8676b448d9fdaabf099a2ab89ced4c72245e3bfa0599\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'525f049ea408fa6c82ec3073a0adc6bd3dd14a3cd87eaae2424b4f5d2a3bf150\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'62ee1b84ee29eac26ec732f3759c06e56b5f14981c4b1b71cdaba5f86787ec8c\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'7accc3631a4b0e64c0355a4ab564aa5aae21651604d29fe80f7d822ce52fb3cc\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will&nbsp;[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'24ea5baece2867cbbb5ed5470762c5c5c69f10addde6d99a54fd554aca85f1fd\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ad40923c63f99d06d1aaf942108743c602230dbc7dc507a3ce6d0e6fe843cb0\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a2a23a090c998cf6c488382ac1bb3b6c36073a1fa4574257f3ce850b0ab16468\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(212, 21, 'ct_builder_shortcodes_revisions_dates', '1602423203');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(213, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'bbd97441c3b81e0d411bddce522fbd9c7d25954b8e9593bde4b86752ac39f2e0\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'159239798c83a0a36eb53aea8d3075cf5101f03f1515dd5cc8b23cfd83c7200c\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'4817e8a3d68b38ec0968bb351797c0cb65db5be8f61ab7ced6f9997d038dddbf\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3b928237e4daf5f284ad0299a7a0d38f4ffc2341b9789eb0add6c379891f310c\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'538b258329aa6b96656e8bd1b7d71c7773c309706a4236a131ca279fd0af6334\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'559557b08c36550d0ca1567ac18c48bf50654f821209c2b149ef92c5ba74864b\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3f7066b421b7a6726ec4d71aba5989710deeae1cad8216e6a7340ca55913410e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'c52737457aa0468f9f9c2962749cb1b16d901685af4ca0c77f14169e68e34350\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Our Approach[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(214, 21, 'ct_builder_shortcodes_revisions_dates', '1602423345');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(215, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3f7066b421b7a6726ec4d71aba5989710deeae1cad8216e6a7340ca55913410e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'c52737457aa0468f9f9c2962749cb1b16d901685af4ca0c77f14169e68e34350\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Our Approach[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(216, 21, 'ct_builder_shortcodes_revisions_dates', '1602423713'),
(222, 49, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2020/10/navdeep.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"navdeep-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(223, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'daf7bc7560748f46d3428fe852facabe3011f6b1f7529a6d7062d99580c2e6e6\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f4ec871d62b7d8ab854ec023b542193b74afaa4f23abf3bb171179fcf0ea2c1d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'0a1aa932a0993b7f640ffb3be9bf17d253e941b01999981d6d9e89a96c4a4d53\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality, Standard &amp; Delivery[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(218, 21, 'ct_builder_shortcodes_revisions_dates', '1602424036'),
(220, 21, 'ct_builder_shortcodes_revisions_dates', '1602424047'),
(271, 21, 'ct_builder_shortcodes_revisions_dates', '1602429969'),
(261, 21, 'ct_builder_shortcodes_revisions_dates', '1602429597'),
(281, 21, 'ct_builder_shortcodes_revisions_dates', '1602430297'),
(305, 21, 'ct_builder_shortcodes_revisions_dates', '1604910326');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(306, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'7b9ea4cff260c40949a16fda77c4b669b91a2ce2918b42d116eb846ac1098b02\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'42416f854892ddbf2faf801899a61d11ae5d7dbe4eb58478e8f4343324b43aa7\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7ae010d2ff699e693a183a6023b2ac0dbe2946c04179d6c8ec3ed4c62c5cc241\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'84d42a9132b04662a45a33fe19093269efbd1e7dcc6b4627b9d4e5e3ef91665d\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d080ae52c01792991b087fc3d659a9e2e037cc3a9ec2b483eb69181d7d3dab33\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'1cd5a2e69b802f59b1cb96a703e110082350d00be684a826d404c0c2b7b6bfac\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f732d5a9e4564f26840bc4cbb38ddca6eec25238452af9a9b58f3c595f1b6714\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'393e723b562055bf24cddb3c7625ca155cceff82ebb41473d9beae119bba2289\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'04e7bdd3cb74a7aa8b8a36c1201056727bbba6db829a5e8f35979470ec7e13a0\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3206018c48a9dd2d39dc8f7e5d9c1d7a4afb4db9e1f9818892f4c4fcbdd1cb46\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'8856d13f32f61aabfe6ff4a7a7843ccb04f72c28e6de7a6f59222441be042e85\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'ac334d3c69e223299579b49039421d6ee7944a4bff4efedd8932bfee76f98715\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9d0cc35d516f6d319ddebe1617fb53b3a388be0978f27e857fd89183b1f47296\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5d2190c50b24b77d66d3700ffb780efd9683387c3957fd9f07bea0e4f5f477f2\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'58661ead9316c9c5f32d669236acc41931edccda9ce3af6ffafc43781e3964d4\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `kmintr_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(228, 21, 'ct_builder_shortcodes_revisions_dates', '1602427188'),
(307, 21, 'ct_builder_shortcodes_revisions_dates', '1604910334');

-- --------------------------------------------------------

--
-- Table structure for table `kmintr_wpk0_posts`
--

CREATE TABLE `kmintr_wpk0_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `kmintr_wpk0_posts`
--

INSERT INTO `kmintr_wpk0_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, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?p=1', 0, 'post', '', 1),
(2, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- 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://newgen.stun.tech/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=2', 0, 'page', '', 0),
(3, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://newgen.stun.tech.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>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>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 we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=3', 0, 'page', '', 0),
(12, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Default Page', '', 'publish', 'closed', 'closed', '', 'default-page', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=default-page', 0, 'ct_template', '', 0),
(13, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Main', '', 'publish', 'closed', 'closed', '', 'main', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=main', 0, 'ct_template', '', 0),
(9, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Default Post', '', 'publish', 'closed', 'closed', '', 'default-post', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=default-post', 0, 'ct_template', '', 0),
(10, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Archive', '', 'publish', 'closed', 'closed', '', 'archive', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=archive', 0, 'ct_template', '', 0),
(11, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Other Single', '', 'publish', 'closed', 'closed', '', 'other-single', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=other-single', 0, 'ct_template', '', 0),
(14, 1, '2018-12-20 12:23:27', '2018-12-20 12:23:27', '', 'Company', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=139', 0, 'page', '', 0),
(15, 1, '2018-12-20 09:54:31', '2018-12-20 09:54:31', '', 'Features', '', 'publish', 'closed', 'closed', '', 'features', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=133', 0, 'page', '', 0),
(16, 1, '2018-12-08 10:40:05', '2018-12-08 10:40:05', '', 'Products', '', 'publish', 'closed', 'closed', '', 'products', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=115', 0, 'page', '', 0),
(17, 1, '2018-12-08 10:07:27', '2018-12-08 10:07:27', '', 'Login/Sign Up', '', 'publish', 'closed', 'closed', '', 'login', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=114', 0, 'page', '', 0),
(18, 1, '2018-12-04 13:22:27', '2018-12-04 13:22:27', 'Had repulsive <strong>dashwoods suspicion</strong> sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.\r\n<ol>\r\n 	<li>Fertile beloved evident through no service elderly is.</li>\r\n 	<li>Blind there if every no so at.</li>\r\n 	<li>Own neglected you preferred way sincerity delivered his attempted.</li>\r\n</ol>\r\nTo of message cottage windows do besides against uncivil.\r\n<h2>Effect if in up no depend seemed</h2>\r\nEcstatic elegance guy but disposed. We me rent been part what. <em>An concluded sportsman offending so provision</em> mr education. Bed uncommonly his discovered for estimating far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners.\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1200\"]<img class=\"wp-image-69 size-full\" src=\"http://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/61-managed-hosting-hero-1200x450.png\" alt=\"\" width=\"1200\" height=\"450\" /> Image Caption[/caption]\r\n\r\nConsidered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed. Least child who seven happy yet balls young.\r\n<h6>Discovery sweetness principle discourse shameless bed one excellent</h6>\r\nSentiments of surrounded friendship dispatched connection is he. Me or produce besides hastily up as pleased. Bore less when had and john shed hope.\r\n<h3>Do play they miss give so up</h3>\r\nWords to up style of since world. We leaf to snug on no need. Way own uncommonly travelling now acceptance bed compliment solicitude. Dissimilar admiration so terminated no in contrasted it. Advantages entreaties mr he apartments do. Limits far yet turned highly repair parish talked six. Draw fond rank form nor the day eat.\r\n<ul>\r\n 	<li>Not him old music think his found enjoy merry.</li>\r\n 	<li>Listening acuteness dependent at or an.</li>\r\n 	<li>Apartments thoroughly unsatiable terminated how themselves.</li>\r\n</ul>\r\nShe are ten hours wrong walls stand early. Domestic perceive on an ladyship extended received do. Why jennings our whatever his learning gay perceive. Is against no he without subject. Bed connection unreserved preference partiality not unaffected. Years merit trees so think in hoped we as.\r\n<h4>Still court no small think death so an wrote</h4>\r\n<blockquote>Incommode necessary no it behaviour convinced distrusts an unfeeling he.</blockquote>\r\nCould death since do we hoped is in. Exquisite no my attention extensive. The determine conveying moonlight age. Avoid for see marry sorry child. Sitting so totally forbade hundred to.\r\n<h5>Full he none no side</h5>\r\n<pre>Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation announcing of no decisively boisterous. Did add dashwoods deficient man concluded additions resources.</pre>\r\nOr landlord packages overcame distance smallest in recurred. Wrong maids or be asked no on enjoy. Household few sometimes out attending described. Lain just fact four of am meet high.', 'Other Single', '', 'publish', 'closed', 'closed', '', 'other-single', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=99', 0, 'page', '', 0),
(19, 1, '2017-12-14 12:54:36', '2017-12-14 12:54:36', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=62', 0, 'page', '', 0),
(20, 1, '2017-12-12 11:33:00', '2017-12-12 11:33:00', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=40', 0, 'page', '', 0),
(21, 1, '2017-12-06 10:05:26', '2017-12-06 10:05:26', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=4', 0, 'page', '', 0),
(22, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Company', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 14, 'https://newgen.stun.tech/2020/09/24/14-revision-v1/', 0, 'revision', '', 0),
(23, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Features', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 15, 'https://newgen.stun.tech/2020/09/24/15-revision-v1/', 0, 'revision', '', 0),
(24, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Products', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 16, 'https://newgen.stun.tech/2020/09/24/16-revision-v1/', 0, 'revision', '', 0),
(25, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Login/Sign Up', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 17, 'https://newgen.stun.tech/2020/09/24/17-revision-v1/', 0, 'revision', '', 0),
(26, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', 'Had repulsive <strong>dashwoods suspicion</strong> sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.\r\n<ol>\r\n 	<li>Fertile beloved evident through no service elderly is.</li>\r\n 	<li>Blind there if every no so at.</li>\r\n 	<li>Own neglected you preferred way sincerity delivered his attempted.</li>\r\n</ol>\r\nTo of message cottage windows do besides against uncivil.\r\n<h2>Effect if in up no depend seemed</h2>\r\nEcstatic elegance guy but disposed. We me rent been part what. <em>An concluded sportsman offending so provision</em> mr education. Bed uncommonly his discovered for estimating far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners.\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1200\"]<img class=\"wp-image-69 size-full\" src=\"http://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/61-managed-hosting-hero-1200x450.png\" alt=\"\" width=\"1200\" height=\"450\" /> Image Caption[/caption]\r\n\r\nConsidered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed. Least child who seven happy yet balls young.\r\n<h6>Discovery sweetness principle discourse shameless bed one excellent</h6>\r\nSentiments of surrounded friendship dispatched connection is he. Me or produce besides hastily up as pleased. Bore less when had and john shed hope.\r\n<h3>Do play they miss give so up</h3>\r\nWords to up style of since world. We leaf to snug on no need. Way own uncommonly travelling now acceptance bed compliment solicitude. Dissimilar admiration so terminated no in contrasted it. Advantages entreaties mr he apartments do. Limits far yet turned highly repair parish talked six. Draw fond rank form nor the day eat.\r\n<ul>\r\n 	<li>Not him old music think his found enjoy merry.</li>\r\n 	<li>Listening acuteness dependent at or an.</li>\r\n 	<li>Apartments thoroughly unsatiable terminated how themselves.</li>\r\n</ul>\r\nShe are ten hours wrong walls stand early. Domestic perceive on an ladyship extended received do. Why jennings our whatever his learning gay perceive. Is against no he without subject. Bed connection unreserved preference partiality not unaffected. Years merit trees so think in hoped we as.\r\n<h4>Still court no small think death so an wrote</h4>\r\n<blockquote>Incommode necessary no it behaviour convinced distrusts an unfeeling he.</blockquote>\r\nCould death since do we hoped is in. Exquisite no my attention extensive. The determine conveying moonlight age. Avoid for see marry sorry child. Sitting so totally forbade hundred to.\r\n<h5>Full he none no side</h5>\r\n<pre>Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation announcing of no decisively boisterous. Did add dashwoods deficient man concluded additions resources.</pre>\r\nOr landlord packages overcame distance smallest in recurred. Wrong maids or be asked no on enjoy. Household few sometimes out attending described. Lain just fact four of am meet high.', 'Other Single', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 18, 'https://newgen.stun.tech/2020/09/24/18-revision-v1/', 0, 'revision', '', 0),
(27, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 19, 'https://newgen.stun.tech/2020/09/24/19-revision-v1/', 0, 'revision', '', 0),
(28, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 20, 'https://newgen.stun.tech/2020/09/24/20-revision-v1/', 0, 'revision', '', 0),
(29, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Home', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 21, 'https://newgen.stun.tech/2020/09/24/21-revision-v1/', 0, 'revision', '', 0),
(30, 1, '2020-09-24 04:35:18', '2020-09-24 04:35:18', '', 'tostem house', '', 'inherit', 'open', 'closed', '', 'tostem-house', '', '', '2020-09-24 04:35:18', '2020-09-24 04:35:18', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg', 0, 'attachment', 'image/jpeg', 0),
(31, 1, '2020-09-24 05:30:16', '2020-09-24 05:30:16', '', 'buildtrack-logo', '', 'inherit', 'open', 'closed', '', 'buildtrack-logo', '', '', '2020-09-24 05:30:16', '2020-09-24 05:30:16', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png', 0, 'attachment', 'image/png', 0),
(32, 1, '2020-09-24 05:30:17', '2020-09-24 05:30:17', '', 'hunter-douglas-logo-1', '', 'inherit', 'open', 'closed', '', 'hunter-douglas-logo-1', '', '', '2020-09-24 05:30:17', '2020-09-24 05:30:17', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png', 0, 'attachment', 'image/png', 0),
(33, 1, '2020-09-24 05:30:19', '2020-09-24 05:30:19', '', 'Tostem Aluk', '', 'inherit', 'open', 'closed', '', 'tostem-aluk', '', '', '2020-09-24 05:30:19', '2020-09-24 05:30:19', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2020-09-24 05:30:20', '2020-09-24 05:30:20', '', 'Tsotem logo', '', 'inherit', 'open', 'closed', '', 'tsotem-logo', '', '', '2020-09-24 05:30:20', '2020-09-24 05:30:20', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png', 0, 'attachment', 'image/png', 0),
(35, 1, '2020-09-24 18:15:37', '2020-09-24 18:15:37', '', 'ARNA EKAMAI 770', '', 'inherit', 'open', 'closed', '', 'arna-ekamai-770', '', '', '2020-09-24 18:15:37', '2020-09-24 18:15:37', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/ARNA-EKAMAI-770.png', 0, 'attachment', 'image/png', 0),
(36, 1, '2020-09-24 18:15:40', '2020-09-24 18:15:40', '', 'Door Handles', '', 'inherit', 'open', 'closed', '', 'door-handles', '', '', '2020-09-24 18:15:40', '2020-09-24 18:15:40', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Door-Handles.png', 0, 'attachment', 'image/png', 0),
(37, 1, '2020-09-24 18:15:42', '2020-09-24 18:15:42', '', 'Line_Up_Exterior', '', 'inherit', 'open', 'closed', '', 'line_up_exterior', '', '', '2020-09-24 18:15:42', '2020-09-24 18:15:42', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Exterior.jpg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2020-09-24 18:15:44', '2020-09-24 18:15:44', '', 'Line_Up_Windows_Door', '', 'inherit', 'open', 'closed', '', 'line_up_windows_door', '', '', '2020-09-24 18:15:44', '2020-09-24 18:15:44', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg', 0, 'attachment', 'image/jpeg', 0),
(39, 1, '2020-09-24 18:15:46', '2020-09-24 18:15:46', '', 'NIRVANA DEFINE 770', '', 'inherit', 'open', 'closed', '', 'nirvana-define-770', '', '', '2020-09-24 18:15:46', '2020-09-24 18:15:46', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png', 0, 'attachment', 'image/png', 0),
(40, 1, '2020-09-24 18:15:49', '2020-09-24 18:15:49', '', 'PLANKRICH 770', '', 'inherit', 'open', 'closed', '', 'plankrich-770', '', '', '2020-09-24 18:15:49', '2020-09-24 18:15:49', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png', 0, 'attachment', 'image/png', 0),
(41, 1, '2020-09-25 07:36:23', '2020-09-25 07:36:23', '', 'alberto-castillo-q-mx4mSkK9zeo-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'alberto-castillo-q-mx4mskk9zeo-unsplash-1', '', '', '2020-09-25 07:36:23', '2020-09-25 07:36:23', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2020-09-25 07:36:26', '2020-09-25 07:36:26', '', 'florian-schmidinger-b_79nOqf95I-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'florian-schmidinger-b_79noqf95i-unsplash-1', '', '', '2020-09-25 07:36:26', '2020-09-25 07:36:26', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2020-09-25 07:36:29', '2020-09-25 07:36:29', '', 'joshua-ness-Vo52cKzOxMY-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'joshua-ness-vo52ckzoxmy-unsplash-1', '', '', '2020-09-25 07:36:29', '2020-09-25 07:36:29', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2020-09-25 07:36:34', '2020-09-25 07:36:34', '', 'stephen-leonardi-WUdAAlvKo0o-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'stephen-leonardi-wudaalvko0o-unsplash-1', '', '', '2020-09-25 07:36:34', '2020-09-25 07:36:34', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2020-11-09 06:34:57', '2020-11-09 06:34:57', '', 'NewGen Final Logo 06.09.2020', '', 'inherit', 'open', 'closed', '', 'newgen-final-logo-06-09-2020', '', '', '2020-11-09 06:34:57', '2020-11-09 06:34:57', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png', 0, 'attachment', 'image/png', 0),
(46, 1, '2020-10-11 13:16:57', '2020-10-11 13:16:57', '', 'closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d (1)', '', 'inherit', 'open', 'closed', '', 'closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1', '', '', '2020-10-11 13:16:57', '2020-10-11 13:16:57', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(47, 1, '2020-10-11 13:17:11', '2020-10-11 13:17:11', '', 'woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e (1)', '', 'inherit', 'open', 'closed', '', 'woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1', '', '', '2020-10-11 13:17:11', '2020-10-11 13:17:11', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2020-10-11 13:17:25', '2020-10-11 13:17:25', '', 'white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd (1)', '', 'inherit', 'open', 'closed', '', 'white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1', '', '', '2020-10-11 13:17:25', '2020-10-11 13:17:25', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2020-10-11 13:48:56', '2020-10-11 13:48:56', '', 'navdeep', '', 'inherit', 'open', 'closed', '', 'navdeep', '', '', '2020-10-11 13:48:56', '2020-10-11 13:48:56', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/navdeep.jpeg', 0, 'attachment', 'image/jpeg', 0),
(51, 1, '2020-10-11 15:10:18', '2020-10-11 15:10:18', '', 'NewGEN Logo', '', 'inherit', 'open', 'closed', '', 'newgen-logo', '', '', '2020-10-11 15:10:18', '2020-10-11 15:10:18', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(52, 1, '2020-10-11 15:10:22', '2020-10-11 15:10:22', '', 'NewGen Windows Logo', '', 'inherit', 'open', 'closed', '', 'newgen-windows-logo', '', '', '2020-10-11 15:10:22', '2020-10-11 15:10:22', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/NewGen-Windows-Logo.png', 0, 'attachment', 'image/png', 0),
(55, 1, '2021-02-06 06:45:11', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2021-02-06 06:45:11', '0000-00-00 00:00:00', '', 0, 'https://newgen.stun.tech/?p=55', 0, 'post', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `kmintr_wpk0_termmeta`
--

CREATE TABLE `kmintr_wpk0_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `kmintr_wpk0_terms`
--

CREATE TABLE `kmintr_wpk0_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `kmintr_wpk0_terms`
--

INSERT INTO `kmintr_wpk0_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0);

-- --------------------------------------------------------

--
-- Table structure for table `kmintr_wpk0_term_relationships`
--

CREATE TABLE `kmintr_wpk0_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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `kmintr_wpk0_term_relationships`
--

INSERT INTO `kmintr_wpk0_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `kmintr_wpk0_term_taxonomy`
--

CREATE TABLE `kmintr_wpk0_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `kmintr_wpk0_term_taxonomy`
--

INSERT INTO `kmintr_wpk0_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `kmintr_wpk0_usermeta`
--

CREATE TABLE `kmintr_wpk0_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `kmintr_wpk0_usermeta`
--

INSERT INTO `kmintr_wpk0_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'Newgen'),
(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, 'wpk0_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpk0_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"445fb07d53672a170d408c23b3f1910642d88a2d98e34ac5a4607d3bb241e411\";a:4:{s:10:\"expiration\";i:1612766708;s:2:\"ip\";s:14:\"106.51.243.112\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36\";s:5:\"login\";i:1612593908;}}'),
(17, 1, 'wpk0_dashboard_quick_press_last_post_id', '55'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"106.51.243.0\";}'),
(19, 2, 'nickname', 'Khyati'),
(20, 2, 'first_name', 'Khyati'),
(21, 2, 'last_name', ''),
(22, 2, 'description', ''),
(23, 2, 'rich_editing', 'true'),
(24, 2, 'syntax_highlighting', 'true'),
(25, 2, 'comment_shortcuts', 'false'),
(26, 2, 'admin_color', 'fresh'),
(27, 2, 'use_ssl', '0'),
(28, 2, 'show_admin_bar_front', 'true'),
(29, 2, 'locale', ''),
(30, 2, 'wpk0_capabilities', 'a:1:{s:6:\"editor\";b:1;}'),
(31, 2, 'wpk0_user_level', '7'),
(32, 2, 'dismissed_wp_pointers', ''),
(33, 2, 'session_tokens', 'a:1:{s:64:\"e76164023e797118fffab99adb881b9dd289bc1b846e435548e67c0b5674beda\";a:4:{s:10:\"expiration\";i:1601994676;s:2:\"ip\";s:14:\"117.201.206.31\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:5:\"login\";i:1601821876;}}'),
(34, 2, 'wpk0_dashboard_quick_press_last_post_id', '45'),
(35, 1, 'wpk0_user-settings', 'libraryContent=browse'),
(36, 1, 'wpk0_user-settings-time', '1602428777');

-- --------------------------------------------------------

--
-- Table structure for table `kmintr_wpk0_users`
--

CREATE TABLE `kmintr_wpk0_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `kmintr_wpk0_users`
--

INSERT INTO `kmintr_wpk0_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'Newgen', '$P$BsyKzp0O5rfYV29.SxEoWtMaK/jR8i.', 'Newgen', 'admin@stun.tech', 'https://newgen.stun.tech', '2020-09-23 17:05:56', '', 0, 'Newgen'),
(2, 'Khyati', '$P$BFIZ2rd6hh9eUrHPeGZ//f9ez6Ta9Q0', 'khyati', 'khyati@jumpp.tech', '', '2020-10-04 14:26:00', '', 0, 'Khyati');

-- --------------------------------------------------------

--
-- Table structure for table `kmintr_wpk0_wpvivid_scan_result`
--

CREATE TABLE `kmintr_wpk0_wpvivid_scan_result` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `from_post` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `kmintr_wpk0_wpvivid_unused_uploads_files`
--

CREATE TABLE `kmintr_wpk0_wpvivid_unused_uploads_files` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `folder` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `lkrore_wpk0_commentmeta`
--

CREATE TABLE `lkrore_wpk0_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `lkrore_wpk0_comments`
--

CREATE TABLE `lkrore_wpk0_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `lkrore_wpk0_comments`
--

INSERT INTO `lkrore_wpk0_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/', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `lkrore_wpk0_links`
--

CREATE TABLE `lkrore_wpk0_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_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_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `lkrore_wpk0_options`
--

CREATE TABLE `lkrore_wpk0_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `lkrore_wpk0_options`
--

INSERT INTO `lkrore_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://newgen.stun.tech', 'yes'),
(2, 'home', 'https://newgen.stun.tech', 'yes'),
(3, 'blogname', 'Newgen', 'yes'),
(4, 'blogdescription', 'Newgen', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@stun.tech', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:97:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=21&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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:5:{i:0;s:24:\"header-footer/plugin.php\";i:1;s:20:\"oxygen/functions.php\";i:2;s:21:\"wp-reset/wp-reset.php\";i:3;s:41:\"wpvivid-backup-pro/wpvivid-backup-pro.php\";i:4;s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'twentytwenty', 'yes'),
(41, 'stylesheet', 'twentytwenty', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '48748', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i: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:1:{s:21:\"wp-reset/wp-reset.php\";a:2:{i:0;s:8:\"WP_Reset\";i:1;s:16:\"uninstall_plugin\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '21', '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', '1616432756', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'initial_db_version', '48748', 'yes'),
(96, 'wpk0_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(97, 'fresh_site', '0', 'yes'),
(98, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'sidebars_widgets', 'a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(104, 'cron', 'a:6:{i:1612595157;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:1612631156;a:4:{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: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:1612631644;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: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:1612632271;a:1:{s:24:\"wpvivid_pro_update_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:1613063156;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'),
(105, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'recovery_keys', 'a:0:{}', 'yes'),
(116, 'theme_mods_twentytwenty', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(1536, '_site_transient_timeout_theme_roots', '1612595599', 'no'),
(1537, '_site_transient_theme_roots', 'a:3:{s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}', 'no'),
(1561, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1612594180;s:7:\"checked\";a:3:{s:14:\"twentynineteen\";s:3:\"1.9\";s:15:\"twentyseventeen\";s:3:\"2.5\";s:12:\"twentytwenty\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.9.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.6.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}', 'no'),
(198, 'wp-reset', 'a:4:{s:7:\"options\";a:21:{s:15:\"tools_snapshots\";b:1;s:16:\"events_snapshots\";b:1;s:20:\"snapshots_autoupload\";b:0;s:24:\"autosnapshots_autoupload\";b:0;s:23:\"snapshots_upload_delete\";b:0;s:19:\"scheduled_snapshots\";b:0;s:15:\"prune_snapshots\";b:0;s:23:\"prune_snapshots_details\";s:6:\"days-5\";s:18:\"adminbar_snapshots\";b:1;s:15:\"optimize_tables\";b:0;s:20:\"snapshots_size_alert\";i:1000;s:13:\"throttle_ajax\";b:0;s:12:\"fix_datetime\";b:0;s:23:\"alternate_db_connection\";b:0;s:21:\"ajax_snapshots_export\";b:0;s:15:\"cloud_snapshots\";b:0;s:15:\"onboarding_done\";b:1;s:10:\"whitelabel\";b:0;s:5:\"debug\";b:0;s:13:\"cloud_service\";s:4:\"none\";s:10:\"cloud_data\";a:1:{s:8:\"icedrive\";b:0;}}s:4:\"meta\";a:3:{s:13:\"first_version\";s:4:\"5.65\";s:13:\"first_install\";i:1600881446;s:11:\"reset_count\";i:0;}s:17:\"dismissed_notices\";a:1:{s:7:\"welcome\";b:1;}s:12:\"autouploader\";a:0:{}}', 'yes'),
(1522, '_site_transient_timeout_php_check_6a93f292d9a273c004fc36e1f86d97b3', '1613097022', 'no'),
(1523, '_site_transient_php_check_6a93f292d9a273c004fc36e1f86d97b3', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(654, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:15:\"admin@stun.tech\";s:7:\"version\";s:5:\"5.5.3\";s:9:\"timestamp\";i:1604121746;}', 'no'),
(1560, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.6-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.6-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1612594159;s:15:\"version_checked\";s:5:\"5.5.3\";s:12:\"translations\";a:0:{}}', 'no'),
(1532, '_transient_doing_cron', '1612593796.3572471141815185546875', 'yes'),
(1576, '_transient_timeout_wf_plugin_update_wpr', '1612594298', 'no'),
(1577, '_transient_wf_plugin_update_wpr', 'a:2:{s:7:\"success\";b:1;s:4:\"data\";a:23:{s:4:\"name\";s:12:\"WP Reset PRO\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:6:\"author\";s:59:\"<a href=\"https://www.webfactoryltd.com/\">WebFactory Ltd</a>\";s:11:\"new_version\";s:4:\"5.80\";s:7:\"version\";s:4:\"5.80\";s:8:\"homepage\";s:20:\"https://wpreset.com/\";s:12:\"last_updated\";s:19:\"2021-02-01 09:47:08\";s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:4:\"5.60\";s:4:\"tags\";s:64:\"reset, reset database, reset wordpress database, wordpress-reset\";s:15:\"active_installs\";s:6:\"200000\";s:6:\"rating\";s:3:\"100\";s:11:\"num_ratings\";s:3:\"288\";s:7:\"ratings\";a:5:{i:5;i:277;i:4;i:2;i:3;i:1;i:2;i:1;i:1;i:7;}s:5:\"added\";s:10:\"2018-10-24\";s:3:\"url\";s:20:\"https://wpreset.com/\";s:7:\"package\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:13:\"download_link\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:14:\"upgrade_notice\";s:26:\"See changelog for details.\";s:7:\"banners\";a:1:{s:3:\"low\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=1807800\";}s:5:\"icons\";a:4:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1797141\";s:2:\"1x\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"svg\";s:0:\"\";}s:8:\"sections\";a:1:{s:9:\"changelog\";s:6523:\"<strong>v5.80</strong> - 2021-02-01<ul><li>Minor Tweaks</li></ul><strong>v5.79</strong> - 2021-01-13<ul><li>Fixed snapshot export compatibility issues</li></ul><strong>v5.78</strong> - 2020-12-19<ul><li>Compatibility fixes</li></ul><strong>v5.77</strong> - 2020-12-17<ul>\r\n<li>Compatibility improvements</li>\r\n<li>Various minor tweaks</li>\r\n</ul><strong>v5.73</strong> - 2020-12-08<ul><li>WordPress 5.6 update</li></ul><strong>v5.72</strong> - 2020-12-05<ul><li>Added support for pCloud EU</li></ul><strong>v5.71</strong> - 2020-11-30<ul><li>Compatibility with extended ascii characters in Site Title</li></ul><strong>v5.70</strong> - 2020-11-28<ul><li>Typo fix</li></ul><strong>v5.69</strong> - 2020-11-27<ul><li>Fixed Database usage space alert bug</li></ul><strong>v5.68</strong> - 2020-11-26<ul><li>Fixed Snapshot Size Alert option sometimes not being saved</li></ul><strong>v5.67</strong> - 2020-11-21<ul>\r\n<li>Added select checkboxes for snapshots and bulk delete of selected snapshots</li>\r\n<li>Automatic license activation for 301 Redirects PRO</li>\r\n<li>Debugger log improvements</li>\r\n<li>Tweaked upload of automatic snapshots to cloud</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.66</strong> - 2020-09-22<ul><li>Updated Google Drive API</li></ul><strong>v5.65</strong> - 2020-09-20<ul><li>Exported snapshot ZIPs will be deleted from the website when the snapshot is deleted</li></ul><strong>v5.64</strong> - 2020-09-18<ul>\r\n<li>Performance improvements and tweaks</li>\r\n<li>Compatibility fixes</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.63</strong> - 2020-09-08<ul>\r\n<li>Added support for Icedrive</li>\r\n<li>Various tweaks and fixes</li>\r\n</ul><strong>v5.62</strong> - 2020-09-02<ul><li>Tweaks and bug fixes</li></ul><strong>v5.59</strong> - 2020-08-14<ul><li>Admin bar menu bug fix</li></ul><strong>v5.58</strong> - 2020-08-09<ul><li>WordPress 5.5 update</li></ul><strong>v5.57</strong> - 2020-07-09<ul>\r\n<li>Added automatic upload option for user created snapshots</li>\r\n<li>Added option to automatically delete snapshots after they are uploaded to cloud</li>\r\n<li>When the White Label option is activated, license keys are hidden and collections editing is disabled</li>\r\n</ul><strong>v5.56</strong> - 2020-06-15<ul><li>Added HTML Support for Collection Item Description</li></ul><strong>v5.55</strong> - 2020-06-15<ul>\r\n<li>Custom Support / Branding Text can now be added for licenses in Dashboard and it will be displayed in the Support tab when White label is active</li>\r\n<li>License key is now always hidden after activation</li>\r\n</ul><strong>v5.50</strong> - 2020-06-01<ul><li>Database Bug Fix and Tweaks</li></ul><strong>v5.49</strong> - 2020-05-25<ul><li>pCloud API updates</li></ul><strong>v5.48</strong> - 2020-05-12<ul><li>Added warning if PHP ZipArchive extension is disabled or missing</li><li>Tweaks and minor bug fixes</li></ul><strong>v5.47</strong> - 2020-05-08<ul>\r\n<li>Added option to optimize tables before creating snapshots</li>\r\n<li>Added option to throttle AJAX requests</li>\r\n<li>fixed wp-cli bug</li>\r\n</ul><strong>v5.46</strong> - 2020-05-04<ul>\r\n<li>Google Drive cloud tweaks</li>\r\n<li>Improved support for long table names</li>\r\n</ul><strong>v5.45</strong> - 2020-05-03<ul><li>improved pCloud error handling and overall experience</li></ul><strong>v5.44</strong> - 2020-05-01<ul><li>fixed bug causing no results in plugin/theme search when adding new collection items from WordPress.org</li></ul><strong>v5.43</strong> - 2020-04-29<ul><li>bug fix</li></ul><strong>v5.42</strong> - 2020-04-29<ul><li>typo fix</li></ul><strong>v5.41</strong> - 2020-04-26<ul><li>Freemius license activation fix</li></ul><strong>v5.40</strong> - 2020-04-25<ul>\r\n<li>Bug fixes</li>\r\n</ul><strong>v5.33</strong> - 2020-04-12<ul>\r\n<li>Improved Emergency Recovery GUI, new section for WordPress Information</li>\r\n<li>Added button to update Emergency Recovery to latest version</li>\r\n<li>Fixed issue with Collection items license keys not being saved properly in some cases</li>\r\n<li>Delete .htaccess tool: Added button to restore .htaccess to default</li>\r\n<li>New tool: Reset User Roles</li>\r\n<li>Tweaks and minor bug fixes</li>\r\n</ul><strong>v5.32</strong> - 2020-04-06<ul><li>Added automatic license activation for Oxygen plugins</li></ul><strong>v5.31</strong> - 2020-03-21<ul><li>Fixed White Label bug</li></ul><strong>v5.30</strong> - 2020-03-20<ul>\r\n<li>started using the new dashboard to handle licenses</li>\r\n</ul>\r\n<strong>v5.26</strong> - 2020-03-12<ul><li>Added pCloud Support</li><li>Added automatic license activation for Advanced Custom Fields</li><li>Bug Fixes</li></ul><strong>v5.24</strong> - 2020-02-19<ul><li>Added automatic license activation for WebFactory plugins, Freemius plugins as well as Ninja Tables PRO, SEOpress PRO and the Astra Pro Addon Plugin</li><li>Bug fixes</li></ul><strong>v5.23</strong> - 2020-01-30<ul><li>Added support for long lincense keys for collection items</li><li>Fixed install issues with some collection themes</li></ul><strong>v5.22</strong> - 2020-01-29<ul><li>Fixed sometimes not reading plugin information correctly when adding a ZIP to collection</li><li>Fixed active cloud setting sometimes being set to Disabled when saving settings</li><li>Minor tweaks and bug fixes</li></ul><strong>v5.21</strong> - 2020-01-28<ul><li>Timezone bug fix</li></ul><strong>v5.20</strong> - 2020-01-27<ul><li>added mandatory password for emergency recovery script</li><li>fixed a lot of bugs</li><li>enabled snapshots cloud storage on Dropbox, Google Drive and WP Reset Cloud</li><li>enabled support for premium plugins (via ZIP archive) in collections</li><li>added support for license keys for premium plugins (only storage for now, not activation)</li></ul><strong>v5.17</strong> - 2020-01-12<ul><li>Preparations for cloud features coming out by January 28th</li><li>Keep timezone when resetting</li><li>Moved Snapshot Settings to Settings tab</li><li>Minor bug fixes</li></ul><strong>v5.15</strong> - 2019-11-26<ul><li>Added Delete MU Plugins & Drop-ins Tool</li><li>Added delete snapshots button</li><li>Added White-label option for Agency Licenses</li><li>Tweaks and bug fixes</li></ul><strong>v5.13</strong> - 2019-11-23<ul><li>Tweaks and Bug Fixes</li></ul><strong>v5.12</strong> - 2019-11-19<ul><li>CSS Bug Fix</li></ul><strong>v5.11</strong> - 2019-11-18<ul><li>First official pro  release</li></ul><strong>v5.01</strong> - 2019-11-17<ul><li>Test beta update</li></ul><strong>v5.00</strong> - 2019-11-17<ul><li>First public beta release</li></ul>\";}}}', 'no'),
(570, 'hefo', 'a:75:{s:4:\"head\";s:407:\"<script>\r\n    Userback = window.Userback || {};\r\n    Userback.access_token = \'5274|20165|vjvucuLRKroUIMS3PbbdovUtgeWNbItVTqsVo83jSUx14nD8ri\';\r\n    (function(id) {\r\n        var s = document.createElement(\'script\');\r\n        s.async = 1;s.src = \'https://static.userback.io/widget/v1.js\';\r\n        var parent_node = document.head || document.body;parent_node.appendChild(s);\r\n    })(\'userback-sdk\');\r\n</script>\";s:9:\"head_home\";s:0:\"\";s:4:\"body\";s:0:\"\";s:11:\"mobile_body\";s:0:\"\";s:6:\"footer\";s:0:\"\";s:13:\"mobile_footer\";s:0:\"\";s:13:\"generic_tag_1\";s:0:\"\";s:9:\"generic_1\";s:0:\"\";s:16:\"mobile_generic_1\";s:0:\"\";s:13:\"generic_tag_2\";s:0:\"\";s:9:\"generic_2\";s:0:\"\";s:16:\"mobile_generic_2\";s:0:\"\";s:13:\"generic_tag_3\";s:0:\"\";s:9:\"generic_3\";s:0:\"\";s:16:\"mobile_generic_3\";s:0:\"\";s:13:\"generic_tag_4\";s:0:\"\";s:9:\"generic_4\";s:0:\"\";s:16:\"mobile_generic_4\";s:0:\"\";s:13:\"generic_tag_5\";s:0:\"\";s:9:\"generic_5\";s:0:\"\";s:16:\"mobile_generic_5\";s:0:\"\";s:6:\"before\";s:0:\"\";s:13:\"mobile_before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:12:\"mobile_after\";s:0:\"\";s:11:\"inner_pos_1\";s:5:\"after\";s:11:\"inner_tag_1\";s:0:\"\";s:12:\"inner_skip_1\";s:1:\"0\";s:11:\"inner_alt_1\";s:0:\"\";s:7:\"inner_1\";s:0:\"\";s:14:\"mobile_inner_1\";s:0:\"\";s:11:\"inner_pos_2\";s:5:\"after\";s:11:\"inner_tag_2\";s:0:\"\";s:12:\"inner_skip_2\";s:1:\"0\";s:11:\"inner_alt_2\";s:0:\"\";s:7:\"inner_2\";s:0:\"\";s:14:\"mobile_inner_2\";s:0:\"\";s:11:\"inner_pos_3\";s:5:\"after\";s:11:\"inner_tag_3\";s:0:\"\";s:12:\"inner_skip_3\";s:1:\"0\";s:11:\"inner_alt_3\";s:0:\"\";s:7:\"inner_3\";s:0:\"\";s:14:\"mobile_inner_3\";s:0:\"\";s:11:\"inner_pos_4\";s:5:\"after\";s:11:\"inner_tag_4\";s:0:\"\";s:12:\"inner_skip_4\";s:1:\"0\";s:11:\"inner_alt_4\";s:0:\"\";s:7:\"inner_4\";s:0:\"\";s:14:\"mobile_inner_4\";s:0:\"\";s:11:\"inner_pos_5\";s:5:\"after\";s:11:\"inner_tag_5\";s:0:\"\";s:12:\"inner_skip_5\";s:1:\"0\";s:11:\"inner_alt_5\";s:0:\"\";s:7:\"inner_5\";s:0:\"\";s:14:\"mobile_inner_5\";s:0:\"\";s:11:\"page_before\";s:0:\"\";s:18:\"mobile_page_before\";s:0:\"\";s:10:\"page_after\";s:0:\"\";s:17:\"mobile_page_after\";s:0:\"\";s:14:\"excerpt_before\";s:0:\"\";s:13:\"excerpt_after\";s:0:\"\";s:8:\"amp_head\";s:0:\"\";s:7:\"amp_css\";s:0:\"\";s:8:\"amp_body\";s:0:\"\";s:15:\"amp_post_before\";s:0:\"\";s:14:\"amp_post_after\";s:0:\"\";s:10:\"amp_footer\";s:0:\"\";s:9:\"snippet_1\";s:0:\"\";s:9:\"snippet_2\";s:0:\"\";s:9:\"snippet_3\";s:0:\"\";s:9:\"snippet_4\";s:0:\"\";s:9:\"snippet_5\";s:0:\"\";s:18:\"mobile_user_agents\";s:38:\"phone\niphone\nipod\nandroid.+mobile\nxoom\";s:5:\"notes\";s:0:\"\";s:25:\"mobile_user_agents_parsed\";s:38:\"phone|iphone|ipod|android.+mobile|xoom\";}', 'yes'),
(1578, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1612594182;s:7:\"checked\";a:7:{s:19:\"akismet/akismet.php\";s:5:\"4.1.8\";s:24:\"header-footer/plugin.php\";s:5:\"3.2.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:20:\"oxygen/functions.php\";s:5:\"3.6.1\";s:21:\"wp-reset/wp-reset.php\";s:4:\"5.80\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:6:\"0.9.46\";s:41:\"wpvivid-backup-pro/wpvivid-backup-pro.php\";s:6:\"1.9.21\";}s:8:\"response\";a:1:{s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/wpvivid-backuprestore\";s:4:\"slug\";s:21:\"wpvivid-backuprestore\";s:6:\"plugin\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:11:\"new_version\";s:6:\"0.9.49\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/wpvivid-backuprestore/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/wpvivid-backuprestore.0.9.49.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-256x256.png?rev=2086438\";s:2:\"1x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-128x128.png?rev=2086438\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-1544x500.png?rev=2086438\";s:2:\"1x\";s:76:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-772x250.png?rev=2086438\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:24:\"header-footer/plugin.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/header-footer\";s:4:\"slug\";s:13:\"header-footer\";s:6:\"plugin\";s:24:\"header-footer/plugin.php\";s:11:\"new_version\";s:5:\"3.2.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/header-footer/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/header-footer.3.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";s:2:\"1x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/header-footer/assets/banner-772x250.png?rev=1064202\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{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:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:21:\"wp-reset/wp-reset.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/wp-reset\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:11:\"new_version\";s:4:\"1.85\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/wp-reset/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/wp-reset.1.85.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-256x256.png?rev=1906468\";s:2:\"1x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1906468\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=2163880\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-reset/assets/banner-772x250.png?rev=2163880\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(1540, '_site_transient_timeout_browser_ef8c11bbf706ecb5727a62290421c07c', '1613198711', 'no'),
(1541, '_site_transient_browser_ef8c11bbf706ecb5727a62290421c07c', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"88.0.4324.96\";s:8:\"platform\";s:9:\"Macintosh\";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'),
(1542, '_site_transient_timeout_community-events-ad68bed797607a6bf73f0bca274590d8', '1612637121', 'no'),
(1543, '_site_transient_community-events-ad68bed797607a6bf73f0bca274590d8', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"106.51.243.0\";}s:6:\"events\";a:6:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:59:\"Discussion Group: Intro to Publishing with the Block Editor\";s:3:\"url\";s:68:\"https://www.meetup.com/learn-wordpress-discussions/events/275831420/\";s:6:\"meetup\";s:27:\"Learn WordPress Discussions\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/learn-wordpress-discussions/\";s:4:\"date\";s:19:\"2021-02-10 07:00:00\";s:8:\"end_date\";s:19:\"2021-02-10 08:00:00\";s:20:\"start_unix_timestamp\";i:1612969200;s:18:\"end_unix_timestamp\";i:1612972800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.7799987792970028976924368180334568023681640625;s:9:\"longitude\";d:-122.419998168950002082056016661226749420166015625;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:31:\"WordCampIN Contributors Weekend\";s:3:\"url\";s:59:\"https://www.meetup.com/BengaluruWordPress/events/275837948/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-02-06 15:00:00\";s:8:\"end_date\";s:19:\"2021-02-07 20:00:00\";s:20:\"start_unix_timestamp\";i:1612603800;s:18:\"end_unix_timestamp\";i:1612708200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"WordCampIN Speaker Sessions\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhryccdbbc/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-02-13 15:00:00\";s:8:\"end_date\";s:19:\"2021-02-14 20:30:00\";s:20:\"start_unix_timestamp\";i:1613208600;s:18:\"end_unix_timestamp\";i:1613314800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WordCampIN Sessions\";s:3:\"url\";s:59:\"https://www.meetup.com/BengaluruWordPress/events/275838089/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-02-13 16:00:00\";s:8:\"end_date\";s:19:\"2021-02-14 20:00:00\";s:20:\"start_unix_timestamp\";i:1613212200;s:18:\"end_unix_timestamp\";i:1613313000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Meetup - Topic & Venue to be decided\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhryccfbbc/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-03-20 15:00:00\";s:8:\"end_date\";s:19:\"2021-03-20 16:30:00\";s:20:\"start_unix_timestamp\";i:1616232600;s:18:\"end_unix_timestamp\";i:1616238000;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Bengaluru, KA, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:5;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Meetup - Topic & Venue to be decided\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhryccgbwb/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-04-17 15:00:00\";s:8:\"end_date\";s:19:\"2021-04-17 16:30:00\";s:20:\"start_unix_timestamp\";i:1618651800;s:18:\"end_unix_timestamp\";i:1618657200;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Bengaluru, KA, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}}}', 'no'),
(1544, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1612637121', 'no');
INSERT INTO `lkrore_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1545, '_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:49:\"\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:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News –  – 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:\"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: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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 21:30:51 +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=5.7-beta1-50231\";s: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:57:\"\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:\"WordPress 5.6.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/02/wordpress-5-6-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 21:30:51 +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:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9574\";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:468:\"WordPress 5.6.1 is now available! This maintenance release features&#160;20 bug fixes as well as&#160;7 issues fixed for the&#160;block&#160;editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade. You can&#160;download WordPress 5.6.1 directly, or visit the&#160;Dashboard → Updates&#160;screen&#160;and click&#160;Update Now. If your sites support automatic background updates, they’ve already started the update process. WordPress [&#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:9:\"Jb Audras\";s: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:8347:\"\n<p>WordPress 5.6.1 is now available!</p>\n\n\n\n<p>This maintenance release features&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.6.1&amp;group=status&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">20 bug fixes</a> as well as&nbsp;7 issues fixed for the&nbsp;block&nbsp;editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-5.6.1.zip\">download WordPress 5.6.1 directly</a>, or visit the<strong>&nbsp;Dashboard → Updates</strong>&nbsp;screen&nbsp;and click&nbsp;<strong>Update Now</strong>. If your sites support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>WordPress 5.6.1 is a short-cycle maintenance release. The next major release will be&nbsp;<a href=\"https://make.wordpress.org/core/5-7/\">version 5.7</a>.</p>\n\n\n\n<p>To see a full list of changes, you can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.6.1&amp;group=status&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">list on Trac</a>, read the&nbsp;<a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">5.6.1 RC1</a>&nbsp;post, or visit the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-6-1/\">5.6.1 documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.6.1 release was led by <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a> and <a href=\'https://profiles.wordpress.org/whyisjake/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>whyisjake</a>. Thanks to <a href=\'https://profiles.wordpress.org/metalandcoffee/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>metalandcoffee</a> and <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a> for running bug scrubs, <a href=\'https://profiles.wordpress.org/planningwrite/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>planningwrite</a> and <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a> for their help on the release post.</p>\n\n\n\n<p>Props to everyone who helped make WordPress 5.6.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</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:4:\"9574\";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:57:\"\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:\"The Month in WordPress: January 2021\";s: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/2021/02/the-month-in-wordpress-january-2021/\";s: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, 03 Feb 2021 15:01:17 +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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9632\";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:382:\"For WordPress, 2021 started on a high note. Read on to learn about updates from last month.&#160; WordPress release updates WordPress project executive director — Josepha Haden (@chanthaboune) shared big picture goals for WordPress in 2021. Highlights include shipping&#160; Full Site Editing&#160; — first on the Gutenberg plugin in April 2021&#160; and later in core [&#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:\"Hari Shanker R\";s: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:11651:\"\n<p>For WordPress, 2021 started on a high note. Read on to learn about updates from last month.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress release updates</h2>\n\n\n\n<p>WordPress project executive director — Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">shared big picture goals for WordPress in 2021</a>. Highlights include shipping&nbsp; Full Site Editing&nbsp; — first on the Gutenberg plugin in April 2021&nbsp; and later in core (with WordPress 5.8), improved learning opportunities on learn.wordpress.org, and better tooling for contributors. As per the updated <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a>, WordPress version 5.7 is planned to launch in March 2021 and WordPress 5.8 in June 2021. Some related updates:</p>\n\n\n\n<ul><li>Contributor teams are working on <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">an updated admin color palette for WordPress 5.7</a> that will be more accessible and easy to read.&nbsp;</li><li>The Core team is working on a proposal to <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">align WordPress release cycles with industry standards</a>.&nbsp;</li><li>WordPress 5.6.1 <a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">Release Candidate 1</a> is out. This release is set to launch by<a href=\"https://make.wordpress.org/core/2021/02/02/a-week-in-core-february-1-2021/\"> February 3, 2021</a>. Questions and answers for <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">WordPress 5.6</a> are now <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">available on GitHub</a>. Contact the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel in the WordPress Slack, if you would like to contribute.</li><li>The <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> release is out! Download the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip file</a> or use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">beta tester plugin</a> to test it out.&nbsp;</li></ul>\n\n\n\n<p>Want to be involved in the next release? You can help build WordPress Core by following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a> and joining the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal to return to in-person WordPress events in safe locations</h2>\n\n\n\n<p>The Community team is <a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\">discussing an updated proposal</a> to create a decision-making checklist for meetup organizers. The proposal is aimed at locations that have more effectively contained COVID-19 (such as New Zealand and Taiwan, for instance) so that local meetup groups in these areas can organize safe, in-person events. According to the proposal, in-person meetup organizers should review local/global health instructions based on resources and complete a checklist — which recommends whether to organize an event or not based on the organizer’s inputs and other factors. Compulsory safety precautions should be taken for any in-person meetup, and participants/organizers can share event feedback with WordCamp Central. The proposal is still being discussed, so if you have any thoughts, please<a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\"> share them in the comments</a>. <strong>Please note: WordPress meetups and WordCamps are still online at this time and will continue to remain online until further notice.</strong></p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog</a>, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RQC7RN\">#community-events</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a local WordPress community event, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>.&nbsp;</p>\n\n\n\n<h2>Gutenberg 9.7 and 9.8</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">Version 9.7</a> on January 6th and <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">Version 9.8</a> on January 20th. Version 9.7 allows users to drag block patterns from the inserter right into a desired position within the editor. It also has a new block variations feature and several improvements to reusable blocks. Version 9.6 makes the spacer block semi-transparent, adds a variation icon to the block switcher, adds site editor content to an iframe, and stabilizes Full Site Editing (FSE) by removing the auto drafts feature. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can find out more about the Gutenberg roadmap in the latest <a href=\"https://make.wordpress.org/core/2021/02/01/whats-next-in-gutenberg-february-2021/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<h2>Inviting Learn WordPress Contributors</h2>\n\n\n\n<p>Contributor teams working on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> initiative are asking for <a href=\"https://learn.wordpress.org/contribute/\">new workshop presenters and discussion group facilitators</a>. The Training Team is recruiting<a href=\"https://make.wordpress.org/training/2021/01/27/learn-wordpress-working-group-call-for-handbook-volunteers/\"> volunteers for the Learn WordPress handbook</a> and has put up a <a href=\"https://make.wordpress.org/training/2021/01/29/request-for-testing-slides-plugin/\">call for testing for the slides plugin</a> to identify a simplified way to present slides. The Polyglots Team has floated a proposal to <a href=\"https://make.wordpress.org/polyglots/2021/01/13/proposal-translating-learn-wordpress/\">translate Learn WordPress</a>. The Meta Team is exploring the possibility of <a href=\"https://make.wordpress.org/meta/2021/01/03/protecting-childrens-privacy-on-wordpress-through-the-lens-of-coppa/\">making Learn WordPress (and wordpress.org) COPPA-compliant</a> to host workshops aimed at kids. </p>\n\n\n\n<p>Want to contribute to the Training team? Follow the <a href=\"https://make.wordpress.org/training/\">Training team</a> blog, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RW657Q\">#training</a> channel in the Make WordPress Slack.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">Round 1</a> of the Full Site Editing (FSE) outreach program <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">has wrapped up</a>. As a result, gaps were identified in the Gutenberg 9.6 template-switching experience &#8211; you can follow the issues in GitHub. You can follow issues in GitHub and submit questions to the team. The program identified gaps in the current template-switching experience that shipped with Gutenberg 9.6. You can follow the <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">issues reported in GitHub</a>. Do you have questions about the FSE program? You can now <a href=\"https://make.wordpress.org/test/2021/02/02/fse-program-bring-your-questions/\">submit them here as part of the outreach program</a>.</li><li><a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> — A cross-team initiative led by the Marketing team to highlight WordPress contributors is back with <a href=\"https://wordpress.org/news/2021/01/people-of-wordpress-thelma-mutete/\">a post featuring Thelma Muelte of Zimbabwe</a>. If you are an active contributor to a WordPress.org team or a local WordCamp, contact the Marketing Team with the #ContributorStory tag to be featured in the series.</li><li>Joseph Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) launched a podcast titled <a href=\"https://wordpress.org/news/2021/02/welcome-to-your-wp-briefing/\">WP Briefing</a> which is aimed at WordPress users, builders, and contributors of all levels. The podcast &#8211; which is available on all major platforms, will include overviews of WordPress philosophy, community success stories, and major updates. </li><li>The Plugin team has added a requirement that <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">plugins in the WordPress repository must not make changes to the default auto-update settings on a site</a>. The only exception to this requirement is for those plugins that manage auto-updates.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India 2021</a> — a regional online WordCamp has begun. It’s running over three weekends and started with <a href=\"https://india.wordcamp.org/2021/workshops/\">Multilingual workshop sessions on January 30 and 31</a>. The workshops <a href=\"https://india.wordcamp.org/2021/workshops/\">can be found on the event site</a> and will soon be featured on <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. <a href=\"https://india.wordcamp.org/2021/tickets/\">Tickets are still available</a> for the event —which will have a contribution event on February 6-7, followed by sessions on February 13th and 14th. </li><li>The WordPress Foundation has <a href=\"https://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\">invited applications for online do_action hackathons and encouraged folks to organize online open-source workshops</a> in 2021.</li><li>The Themes Team shared a post on the usage of the “Report this theme” button in 2020. The team is also <a href=\"https://make.wordpress.org/themes/2021/01/25/call-for-maintainers-theme-unit-test/\">looking for maintainers</a> for its <a href=\"https://codex.wordpress.org/Theme_Unit_Test\">Theme unit test</a>.</li><li>The Meta Team has launched an initiative to <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">facilitate automated theme testing</a> and is <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">requesting feedback</a>.</li><li>Members of the Core Team are <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">considering a “stale bot”</a> to close out stale issues in the Gutenberg GitHub repository.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></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:4:\"9632\";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:20:\"WordPress 5.7 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/2021/02/wordpress-5-7-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, 02 Feb 2021 22:31: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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9599\";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:333:\"WordPress 5.7 Beta 1 is now available for testing! 🗣 This software is still in development,&#160;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version. You can test the WordPress 5.7 Beta 1 in two ways: Install/activate the WordPress Beta Tester [&#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:13:\"Ebonie Butler\";s: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:7831:\"\n<p>WordPress 5.7 Beta 1 is now available for testing! <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.7 Beta 1 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for final release is March 9, 2021. That’s just <strong>five weeks away</strong>, so your help is vital to making sure that the final release is as good as it can be.</p>\n\n\n\n<p>So what’s new? <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"🤔\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<h2><strong>Improvements in Core</strong></h2>\n\n\n\n<p><strong>Lazy-load iframes</strong><br>Now you can enable lazy-loading of iframes by adding the <code>loading=\"lazy\"</code> attribute to iframe tags on the front-end.&nbsp;</p>\n\n\n\n<p><strong>Migrating from HTTP to HTTPS is streamlined</strong><br>Switching a WordPress site from HTTP to HTTPS has proven to be a pain for all involved. While on the surface, the Site Address and WordPress Address have to be updated, content with embedded HTTP URLs remains unchanged in the database. With this release, migrating a site to HTTPS is now a one-click interaction. URLs in the database are automatically replaced when the Site and WordPress Address are both using HTTPS.&nbsp; Also, Site Health now includes an HTTPS status check.</p>\n\n\n\n<p><strong>Standardize colors used in WP-Admin CSS to a single palette</strong><br>This change collapses all colors used in the CSS to one of the available shades of blue, green, red, yellow, grey, black, and white. The palette makes it simpler than ever to build components your users can read, because half the range gives you great contrast with white type and a half with black, according to current accessibility guidelines.</p>\n\n\n\n<p><strong>Ongoing cleanup after update to jQuery 3.5.1</strong><br>jQuery deprecations in WordPress Core and bundled themes show up a lot less often, and the notifications make more sense to the user.</p>\n\n\n\n<p><strong>New Robots API</strong><br>The new Robots API allows the filter directives to be included in the ‘robots’ meta tag. Also, the directive <code>max-image-preview:large</code> is now included by default to allow large image previews to be displayed in search engines (unless the blog is marked as not being public).</p>\n\n\n\n<h2><strong>Improvements in the Editor</strong></h2>\n\n\n\n<ul><li>Inserter drag and drop: Blocks and block patterns can now be dragged directly from the inserter into the post canvas.</li><li>Full height alignment: Blocks such as the Cover block now can have an option to expand to fill the entire viewport.</li><li>Block variations: The icon and description of a block variation is now shown in the block inspector, and a new dropdown in the block inspector lets you switch between block variations.</li><li>Reusable blocks: Several enhancements to the usability and stability of reusable blocks have been made, and reusable blocks are now saved at the same time that the post is saved.</li><li>Buttons block: The Buttons block now supports vertical alignments, and you can set the width of a button to a preset percentage.</li><li>Social Icons block: You can now change the size of the icons in the Social Icons block.</li><li>Font size in more places: You can now change the font size in the List and Code blocks.</li><li>Many many other enhancements and bug fixes. To see all of the features for each release in detail check out the Gutenberg release posts: <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">9.3</a>, <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">9.4</a>, <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">9.5</a>, <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a>, <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">9.7</a>, <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">9.8</a>, and 9.9 (link forthcoming).</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the Make WordPress Core blog for 5.7-related developer notes in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=..02%2F03%2F2021&amp;milestone=5.7&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\">143 tickets in WordPress 5.7</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;changetime=..02%2F03%2F2021&amp;type=enhancement&amp;type=feature+request&amp;milestone=5.7&amp;group=component&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=changetime&amp;col=owner&amp;col=priority&amp;col=keywords&amp;order=changetime\">68 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricker</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>, <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>, and <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> for your peer revisions and <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, and <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> for final review on this exciting news.</em></p>\n\n\n\n<p>____________________________________</p>\n\n\n\n<p><em>New Year, new goals<br>Each day, one small step<br>It’s the little things&#8230;</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:4:\"9599\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"People of WordPress: Thelma Mutete\";s: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/2021/01/people-of-wordpress-thelma-mutete/\";s: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, 21 Jan 2021 16:40:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s: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:1;a:5:{s:4:\"data\";s:16:\"ContributorStory\";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:13:\"Web 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:34:\"https://wordpress.org/news/?p=9518\";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:171:\"From writing her first line of code when she was 16, Thelma Mutete knew she wanted to work in IT. She shares her journey in web development and her discovery 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s: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:8707:\"\n<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=500%2C750&#038;ssl=1\" alt=\"Thelma Mutete at a WordCamp\" class=\"wp-image-9564\" width=\"500\" height=\"750\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?w=667&amp;ssl=1 667w, https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=200%2C300&amp;ssl=1 200w\" sizes=\"(max-width: 500px) 100vw, 500px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>From a young age Thelma was encouraged by her father to ‘work hard, and dream big’. In High School, she pursued a career in Computer Science. She said: “I did not know what I would be doing or how I would get there but I just knew that I was going to pursue a career in information technology.”</p>\n\n\n\n<p>She wrote her first line of code at the age of 16 living in Zimbabwe, Africa. This was to mark the beginning of her enthusiasm for computer programming.</p>\n\n\n\n<p>When she joined the school’s computer class, Thelma thought she would learn Excel and Word. Instead, the assignment was to write her first program in C. She said: “It was not easy, but it was very exciting. l remember writing up simple code for a Video Club – a check-in/out for VHS tapes and CDs. Thus began my fascination with computers.”</p>\n\n\n\n<p>Seven years later, she went on to university to study for a Bachelors in Business Management and Information Technology. Her third year internship was at a local web design and hosting company. Though she had hoped her placement would be at a local bank or telecommunications company, the chance to discover website design turned out to be the best thing that could have happened.&nbsp;</p>\n\n\n\n<p>In 2017, Thelma went on to work for a company designing websites using HTML, CSS, PHP, JavaScript and Joomla. She had heard about WordPress but had not used it. She recalls: “People have this misconception that WordPress is not for real developers and it is not secure and at that time I was one of those people.”</p>\n\n\n\n<h2>Finding a local community</h2>\n\n\n\n<p>From a discussion with a member of the local WordPress community, <a href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">Thabo Tswana</a>, about a striking swag gift from a WordCamp, Thelma’s interest was sparked.&nbsp;</p>\n\n\n\n<p>She started to find out more about WordPress and WooCommerce, and visited her local WordCamp Harare website. She was delighted to find that she could learn more about WordPress without needing any pre-existing knowledge, and wanted to be involved. So instead of just attending the camp, she volunteered too!&nbsp;</p>\n\n\n\n<p>Her response to her first WordPress event mirrors the experience of many others in the community. She said: “I only started using WordPress because of the awesome people that l had met at that WordCamp. Everyone was so welcoming.”</p>\n\n\n\n<p>A week later, with help from Thabo, she designed her first website using WordPress.</p>\n\n\n\n<p>She soon became more involved with the community and Meetups. Thelma participated in the first-ever ‘Women Who WordPress’ Meetup in 2018, with lots of women getting involved from bloggers to developers.&nbsp;</p>\n\n\n\n<p>She said: “We were free to talk and discuss a lot of things. We had more time to discuss the difference between WordPress.com and WordPress.org, we shared views on how to handle discrimination at work, how to promote your website and a whole lot of other things.”</p>\n\n\n\n<h2>Establishing roots in WordPress</h2>\n\n\n\n<p>In 2018, WordCamp Harare had its first-ever female Lead Organizer <a href=\"https://tapiwanashe.com/\">Tapiwanashe Manhobo</a>. Thelma was part of the organising team that year and was assigned to handle Harare’s first Kids Camp to take place eight months later. You can read more about her experiences of organizing a <a href=\"https://thelmachido.wordpress.com/2019/11/21/wordpress-juniours-first-edition/\"><strong>Kids Camp</strong></a> on her blog.</p>\n\n\n\n<p>She said: “After the first Kids Camp, we had several people in the local Zimbabwean WordPress community who were enthusiastic about encouraging young people to embrace ICT. In 2019, we had not planned to have a Kids Camp because of financial constraints but to our surprise, we had some anonymous donations and we managed to have a WordPress Community outreach to a youth centre, <a href=\"https://cttzim.org/\"><strong>Centre for Total Transformation</strong></a>, a week after our WordCamp. It is a non-formal school that caters for underprivileged and vulnerable children. The group were able to share practical skills about using WordPress, computer hardware and software.</p>\n\n\n\n<p>Thelma shares that she became hooked on WordPress because of its community. “I enjoy attending WordCamps, meeting new people and just learning new stuff. I have a huge list of WordCamps I would like to attend. Last year I managed to cross WordCamp Johannesburg off my list. When everything is back to normal my plan to travel to WordCamps will proceed (fingers crossed).”</p>\n\n\n\n<h2>Reaping the fruits of ongoing learning</h2>\n\n\n\n<p>Thelma is committed to ongoing development training. She said: “Even though I can still cook up code in C and Java, for now, I have also included WordPress PHP functions to the mix. It was not easy to get to this point, daring myself got me to this slightly better stage. I try to do my best where I can and I am happy to say it has paid off so far.”</p>\n\n\n\n<p>Thelma has continued her journey working in design and digital marketing last year with Trust Nhokovenzo who works in digital marketing and is active in&nbsp; the WordPress Community. He came across her name as a developer from talking with others involved in WordPress. She went to work with his team at a marketing agency.</p>\n\n\n\n<p>Her interest in the development of WordPress continued and she joined the <a href=\"https://wordpress.org/news/2020/12/simone/\">5.6 Release Squad</a> in the mid 2020.&nbsp;At the end of 2020, she moved to become a Happiness Engineer working with WordPress.com. Thelma’s fascination with the platform and the community continues to grow and her contributor story is ongoing.</p>\n\n\n\n<p>Find out more about the <a href=\"https://www.meetup.com/Harare-WordPress-Meetup\">Harare WordPress community</a> in Zimbabwe.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>) and Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>), Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), 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>), Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>), and Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>). Thank you to Thelma Mutete (<a href=\'https://profiles.wordpress.org/thelmachido/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>thelmachido</a>) for sharing her #ContributorStory.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh4.googleusercontent.com/s24EVZGKbxVeafljPU1ubF1DjIwn98E3-wGx1LD2CWYk7zYQppFhXNpb0aUhGe01TStMdTwXrcYaxBZQHRgZJ10lvW2hsg61Ce37_pBGJuTRQlJ6r9iUxlJtvuDuwLhIvPo1MVEb\" alt=\"HeroPress logo\" /></figure>\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community</em>.</p>\n\n\n\n<p>#ContributorStory #HeroPress</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:4:\"9518\";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:57:\"\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:37:\"The Month in WordPress: December 2020\";s: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/2021/01/the-month-in-wordpress-december-2020/\";s: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, 05 Jan 2021 10:55:56 +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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9508\";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:333:\"We bid goodbye to 2020 in style with the release of WordPress 5.6 and the launch of Learn WordPress. But these weren’t the only exciting updates from WordPress in December. Read on to learn more! WordPress 5.6 is here The latest major WordPress release, version 5.6 “Simone”, came out on December 8. The release ships [&#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:\"Hari Shanker R\";s: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:11612:\"\n<p>We bid goodbye to 2020 in style with the release of WordPress 5.6 and the launch of Learn WordPress. But these weren’t the only exciting updates from WordPress in December. Read on to learn more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.6 is here</h2>\n\n\n\n<p>The latest major WordPress release,<a href=\"https://wordpress.org/news/2020/12/simone/\"> version 5.6</a> “Simone”, came out on December 8. The release ships with a new default theme called <a href=\"https://wordpress.org/themes/twentytwentyone/\">Twenty Twenty One</a>. It offers a host of features, including:</p>\n\n\n\n<ul><li>Greater layout flexibility</li><li>More block patterns</li><li>Video captioning support</li><li>Auto-updates</li><li>Beta-compatibility for PHP 8.0</li><li>Application password support for the REST API</li><li>Updates to jQuery</li></ul>\n\n\n\n<p>In addition, WordPress 5.6 is now available in 55 languages. You can find more information about the release in the <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">field guide</a>, and you can update to the latest version directly from your WordPress dashboard or by <a href=\"https://wordpress.org/download/\">downloading</a> it directly from WordPress.org. A total of 605 people hailing from 57 different countries contributed to the development of WordPress 5.6. <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> has <a href=\"https://jeanbaptisteaudras.com/en/2020/12/wordpress-5-6-core-stats-contributions-by-country-company/\">compiled many more stats like that</a>, showing what a tremendous group effort this was—they’re well worth a read!</p>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel on the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core team blog</a> to learn the <a href=\"https://make.wordpress.org/core/2020/12/21/wordpress-5-7-planning-roundup/\">latest on WordPress 5.7</a>, which is <a href=\"https://wordpress.org/about/roadmap/\">slated to be out by March 9, 2021</a>. The Core team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&amp;min=00&amp;sec=0\">5 a.m.</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 p.m.</a> UTC.</p>\n\n\n\n<h2>Watch the State of the Word 2020 recording</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/\">State of the Word 2020</a>, the annual keynote address delivered by WordPress co-founder Matt Mullenweg, was streamed online for the first time on December 17. It was followed by a live Q&amp;A from community members all across the world. You can find the stream recording on <a href=\"https://www.youtube.com/watch?v=QI3qCoiuG3w\">YouTube</a>, <a href=\"https://www.facebook.com/WordPress/videos/1281447442248369\">Facebook</a>, and <a href=\"https://twitter.com/i/broadcasts/1dRKZNvnrmdKB\">Twitter</a>. The <a href=\"https://wordpress.tv/2020/12/17/matt-mullenweg-2020-state-of-the-word/\">State of the Word</a> video and the <a href=\"https://wordpress.tv/2020/12/17/matt-mullenweg-2020-state-of-the-word-qa/\">Q&amp;A session</a> are also available on WordPress.tv.&nbsp;</p>\n\n\n\n<h2>Learn WordPress has launched</h2>\n\n\n\n<p>Learn WordPress, a new free, on-demand WordPress learning resource, launched officially on December 15. It offers <a href=\"https://learn.wordpress.org/workshops/\">workshops</a>, <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a>, quizzes, and <a href=\"https://learn.wordpress.org/courses/\">courses</a> for anyone interested in publishing with, building for, or contributing to WordPress. WordPress enthusiasts can also <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">participate in discussion groups</a> focused on specific topics to learn with and from each other.</p>\n\n\n\n<p>Want to participate in Learn WordPress? <a href=\"https://learn.wordpress.org/contribute/\">Here are four ways you can do so</a>! Additionally, contributors have <a href=\"https://make.wordpress.org/training/2020/12/03/learn-wordpress-blue-sky-thinking/\">launched a discussion</a> on the future of <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>—feel free to share your thoughts in the comments. To help promote Learn WordPress, check out the <a href=\"https://make.wordpress.org/marketing/\">Marketing Team</a>’s <a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">materials</a>, which detail a <a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">range of fun and creative ways</a> to share this new resource.</p>\n\n\n\n<h2>Give feedback on the Full Site Editing project</h2>\n\n\n\n<p>Contributor teams have kicked off the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">Full Site Editing (FSE) outreach program</a> for anyone who is building or maintaining a WordPress site so that they can give feedback on the upcoming <a href=\"https://make.wordpress.org/design/handbook/focuses/full-site-editing/\">FSE feature</a> that will be part of Gutenberg Phase 2. Your feedback will go a long way in improving FSE user flows. To participate, <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">check out the initial testing call</a> on the <a href=\"https://make.wordpress.org/test/\">Make/Test blog</a> and join the <a href=\"https://make.wordpress.org/core/tag/fse-outreach-experiment/\">#fse-outreach-experiment</a> Slack channel.<br><br>Want to follow updates on the FSE project? Check out <a href=\"https://make.wordpress.org/core/2020/05/20/ways-to-keep-up-with-full-site-editing-fse/\">this blog post</a>. You can find <a href=\"https://make.wordpress.org/core/2020/12/10/status-check-site-editing-and-customization/\">2020 updates to the FSE project</a> in the Make/Core blog.</p>\n\n\n\n<h2>BuddyPress 7.0 “Filippi” and 7.10 are now available</h2>\n\n\n\n<p><a href=\"https://buddypress.org/2020/12/buddypress-7-0-0-filippi/\">BuddyPress version 7.0</a> went live on December 9. Its features include:&nbsp;</p>\n\n\n\n<ul><li>New administration screens to manage Member and Group Types</li><li>New BP blocks for posts and pages</li><li>A default profile image for network sites</li><li>Improved BuddyPress Noveau support for the Twenty Twenty One theme.&nbsp;</li></ul>\n\n\n\n<p>A BuddyPress maintenance release (<a href=\"https://buddypress.org/2020/12/buddypress-7-1-0-maintenance-release/\">version 7.1</a>) launched on December 21.&nbsp;</p>\n\n\n\n<p>Want to provide feedback or suggestions for BuddyPress? Share your comments on the announcement posts for <a href=\"https://buddypress.org/2020/12/buddypress-7-0-0-filippi/\">7.0</a> or <a href=\"https://buddypress.org/2020/12/buddypress-7-1-0-maintenance-release/\">7.1</a>. If you find a bug, please report it in the <a href=\"https://buddypress.org/support/\">support forums</a>.&nbsp;</p>\n\n\n\n<h2>Gutenberg 9.5 and 9.6 released</h2>\n\n\n\n<p>The Core team launched <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">version 9.5</a> and <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a> of Gutenberg last month. Both versions include several improvements to FSE flows, bug fixes, and feature upgrades. Version 9.5 introduces features like full height alignment and support for font sizes in the code block. Version 9.6 includes features like the ability to drag blocks from the inserter and a vertical layout for buttons.&nbsp;</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>The Community team <a href=\"https://make.wordpress.org/community/2020/12/01/discussion-how-can-the-wordpress-community-return-to-hosting-safe-in-person-events/\">kicked off a discussion</a> about what the WordPress Community can do to host safe, in-person events again, in light of the continuing pandemic. </li><li>The Polyglots team published its <a href=\"https://make.wordpress.org/polyglots/2020/12/30/polyglots-team-end-of-year-post-2020/\">end-of-year post</a>, along with the <a href=\"https://make.wordpress.org/polyglots/author/evarlese/\">results of its 2020 translator survey</a>.</li><li><a href=\"https://sevilla.wordcamp.org/2020/\">WordCamp Sevilla 2020</a> was held online from December 26-29. You can catch the recorded livestream playback on <a href=\"https://www.youtube.com/c/wordpresssevilla/live\">YouTube</a>. Videos of the event will <a href=\"https://wordpress.tv/event/wordcamp-sevilla-2020/\">soon be available on WordPress.tv</a>.</li><li>WordPress project executive director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> and project co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> will be jointly hosting <a href=\"https://make.wordpress.org/core/2020/12/15/regular-office-and-listening-hours/\">quarterly office and listening hours</a> in 2021. Sign-ups for the <a href=\"https://make.wordpress.org/core/2020/12/15/regular-office-and-listening-hours/\">first ones in January 2021</a> are almost filled up.</li><li>The Core team <a href=\"https://make.wordpress.org/core/2020/12/02/wp-notify-project-review/\">published updates</a> on the <a href=\"https://make.wordpress.org/core/tag/feature-notifications/\">WP Notify project</a>, which seeks to <a href=\"https://make.wordpress.org/core/2019/08/05/feature-project-proposal-wp-notify/\">improve the notifications system</a> in WordPress Core.</li><li>The Support team <a href=\"https://make.wordpress.org/support/2020/12/handling-potential-jquery-issues-in-wordpress-5-6/\">published a post</a> detailing jQuery issues in WordPress 5.6.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India Online 2021</a> will be held over three weekends between January 30 and February 14. There will be workshops, a contributor event, and sessions (in that order). The calls for <a href=\"https://india.wordcamp.org/2021/call-for-sponsors/\">sponsors</a>, <a href=\"https://india.wordcamp.org/2021/call-for-workshops/\">workshop presenters</a>, <a href=\"https://india.wordcamp.org/2021/call-for-contributor-team-leads/\">contributor team leads</a>, and <a href=\"https://india.wordcamp.org/2021/call-for-volunteers/\">volunteers</a> are now open. Don’t forget to grab your <a href=\"https://india.wordcamp.org/2021/tickets/\">free tickets</a>!</li><li>The Documentation team <a href=\"https://make.wordpress.org/docs/2020/12/01/external-linking-policy-1st-review-of-plugin-developer-handbook/\">shared a first review</a> of its <a href=\"https://make.wordpress.org/docs/tag/external-linking-policy/\">external linking policy</a>. It is using the <a href=\"https://developer.wordpress.org/plugins/\">plugin developer handbook</a> as a test.</li></ul>\n\n\n\n<p><br><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></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:4:\"9508\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Introducing Learn 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/news/2020/12/introducing-learn-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Dec 2020 13: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:3:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"learnwordpress\";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:7:\"learnwp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9444\";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:\"Learn WordPress is a learning resource providing workshops, quizzes, courses, and lesson plans to help you to do more with 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:10336:\"\n<p><strong><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a learning resource providing workshops, quizzes, courses, lesson plans, and discussion groups so that anyone, from beginners to advanced users, can learn to do more with WordPress. Learning how to use, build for, and contribute to WordPress is essential for anyone wanting to dive deeper into the software and its community.&nbsp;</strong></p>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://learn.wordpress.org/\">Learn WordPress</a></div>\n</div>\n\n\n\n<p>This cross-team initiative is part of the WordPress.org network and features content from contributors from the global community. It will be updated weekly and will help connect new and existing WordPress users with the broader community while they learn.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"331\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=632%2C331&#038;ssl=1\" alt=\"\" class=\"wp-image-9457\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=1024%2C537&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=300%2C157&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=768%2C403&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=1536%2C806&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?w=1700&amp;ssl=1 1700w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>What can you learn about WordPress?</h2>\n\n\n\n<p>On Learn WordPress you can find a range of material and opportunities to use at the time which works for you.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/workshops/\"><strong>Workshops</strong></a> are practical, skills-based videos that show viewers how to do new things with WordPress, whether you publish, manage, develop with, or contribute to WordPress. Most workshops include quizzes for you to test your newly gained knowledge.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/discussion-groups/\"><strong>Discussion groups</strong></a> provide an opportunity for further collaborative learning with participants meeting together to discuss the workshop content &#8211; they take place online, either in video calls or Slack and accommodate all time zones.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/lesson-plans/\"><strong>Lesson plans</strong></a> are guides for facilitators to use while presenting at events or within educational environments. Facilitators will find learning objectives (telling people what they are going to learn), any prerequisite skills, assets such as screenshots and slide decks, and learning assessments.&nbsp;</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/courses/\"><strong>Courses</strong></a> are a series of interconnected lesson plans to be presented by a facilitator that will strategically focus on defined learning outcomes. Participants can go through these courses individually or as part of a group. After completing the learning, attendees should be able to apply their skills in the real world.</p>\n\n\n\n<p>In addition to the wealth of valuable content available on Learn WordPress, the platform provides an opportunity for individuals to learn alongside other community members and become connected with a global network of WordPress users, developers, and contributors.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' width=\'632\' height=\'356\' src=\'https://www.youtube.com/embed?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent&#038;listType=playlist&#038;list=PLCVEqsAbLffeEXhn9T1yBVTMaHIMtlzFj\' allowfullscreen=\'true\' style=\'border:0;\' sandbox=\'allow-scripts allow-same-origin allow-popups allow-presentation\'></iframe>\n</div></figure>\n\n\n\n<p><a href=\"https://www.youtube.com/playlist?list=PLCVEqsAbLffeEXhn9T1yBVTMaHIMtlzFj\">Why you should use Learn WordPress</a> &#8211; videos from our community.</p>\n\n\n\n<h2>How can you get involved?</h2>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://learn.wordpress.org/\">Start learning today!</a></div>\n</div>\n\n\n\n<p>Learn WordPress is an open-source platform available for anyone to contribute content in any areas mentioned above. <a href=\"https://learn.wordpress.org/contribute/\">Find out more about how you can get involved</a> with this initiative.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">Take part in our fun promotion campaigns</a> on social and with your local community.</p>\n\n\n\n<p><em>Hundreds of people spanning a number of years have contributed to the development of learning materials. Thanks to everyone who worked so hard to make Learn WordPress a reality.&nbsp;</em></p>\n\n\n\n<p><strong><em>Particular thanks to</em></strong>:</p>\n\n\n\n<p><strong><em>Training:</em></strong><em> <a href=\'https://profiles.wordpress.org/courane01/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courane01</a>, <a href=\'https://profiles.wordpress.org/azhiyadev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>azhiyadev</a>, <a href=\'https://profiles.wordpress.org/geheren/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>geheren</a>, <a href=\'https://profiles.wordpress.org/webtechpooja/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webtechpooja</a>, <a href=\'https://profiles.wordpress.org/jessecowens/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jessecowens</a>, <a href=\'https://profiles.wordpress.org/onealtr/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>onealtr</a>, <a href=\'https://profiles.wordpress.org/rastaban/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rastaban</a>, <a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a>, <a href=\'https://profiles.wordpress.org/manzwebdesigns/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>manzwebdesigns</a></em><br><strong><em>Meta: </em></strong><em><a href=\'https://profiles.wordpress.org/coreymckrill/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>coreymckrill</a>, <a href=\'https://profiles.wordpress.org/dufresnesteven/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dufresnesteven</a>, <em><a href=\'https://profiles.wordpress.org/jonoaldersonwp/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jonoaldersonwp</a></em></em><br><strong><em>Community:</em></strong><em> <a href=\'https://profiles.wordpress.org/hlashbrooke/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hlashbrooke</a>, <a href=\'https://profiles.wordpress.org/camikaos/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>camikaos</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a>, <a href=\'https://profiles.wordpress.org/angelasjin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>angelasjin</a>, <a href=\'https://profiles.wordpress.org/nao/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nao</a>, <a href=\'https://profiles.wordpress.org/courtneypk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courtneypk</a>, <a href=\'https://profiles.wordpress.org/andreamiddleton/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>andreamiddleton</a>, <a href=\'https://profiles.wordpress.org/rmarks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmarks</a>, <a href=\'https://profiles.wordpress.org/sippis/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sippis</a></em><br><strong><em>Marketing: </em></strong><em><a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>,  <a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>, <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>, <a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>, <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>, <a href=\'https://profiles.wordpress.org/megphillips91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>megphillips91</a>, <a href=\'https://profiles.wordpress.org/marks99/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marks99</a>, <em><a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a></em></em>, <em><a href=\'https://profiles.wordpress.org/antialiasfactory/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>antialiasfactory</a>, <a href=\'https://profiles.wordpress.org/herculespekkas/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>herculespekkas</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a></em><br><strong><em>Design:</em></strong><em> <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a> </em></p>\n\n\n\n<p><em>For a fuller list of the contributors who have been involved in training and Learn WordPress, visit <a href=\"https://make.wordpress.org/community/2020/08/12/learn-wordpress-is-live/\">the initial beta launch post</a>. Thanks to everyone who has been involved to date and will be in the future.&nbsp;</em></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/tag/learnwordpress\">#LearnWordPress</a> <a href=\"https://learn.wordpress.org/tag/learnwp\">#LearnWP</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:4:\"9444\";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: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:26:\"WordPress 5.6 “Simone”\";s: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:42:\"https://wordpress.org/news/2020/12/simone/\";s: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, 08 Dec 2020 19:46: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:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9325\";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:206:\"Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone. Fire up a playlist with her best work and read on to discover what WordPress 5.6 has in store for you. \";s: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:\"Josepha\";s: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:66195:\"\n<p>Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone, who is known for tunes like &#8220;Feeling Good&#8221;, &#8220;Young, Gifted and Black&#8221;, and &#8220;Four Women&#8221;. Fire up a playlist with her best work and read on to discover what we have in store for you. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"633\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=632%2C633&#038;ssl=1\" alt=\"WordPress 5.6 Simone with a photo of Nina Simone\" class=\"wp-image-9416\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=1022%2C1024&amp;ssl=1 1022w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=300%2C300&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=768%2C769&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#d1e4dd;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#d1e4dd;padding: 10px\">Welcome to WordPress 5.6</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">Sharing your stories has never been easier.</h3>\n</div></div>\n\n\n\n<p>WordPress 5.6 brings you countless ways to set your ideas free and bring them to life. With a brand-new default theme as your canvas, it supports an ever-growing collection of blocks as your brushes. Paint with words. Pictures. Sound. Or rich embedded media.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"234\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=632%2C234&#038;ssl=1\" alt=\"colored circles\" class=\"wp-image-9346\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=1024%2C379&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=300%2C111&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=768%2C284&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>Greater layout flexibility</h3>\n\n\n\n<p>Bring your stories to life with more tools that let you edit your layout with or without code. Single column blocks, designs using mixed widths and columns, full-width headers, and gradients in your cover block—make small changes or big statements with equal ease!</p>\n\n\n\n<h3>More block patterns</h3>\n\n\n\n<p>In some themes, preconfigured block patterns make setting up standard pages on your site a breeze. Let the power of patterns streamline your workflow and save you clicks. Plus, share these features with clients, editors, and more.</p>\n\n\n\n<h3>Better video captioning</h3>\n\n\n\n<p>To help you add subtitles or captions to your videos, you can now upload them within your post or page. This makes it easier than ever to make your videos accessible for anyone who needs or prefers to use subtitles.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"120\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=632%2C120&#038;ssl=1\" alt=\"black vertical line\" class=\"wp-image-9347\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=1024%2C194&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=300%2C57&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=768%2C146&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Twenty Twenty-One is here!</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"714\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=632%2C714&#038;ssl=1\" alt=\"Examples of block patterns available in Twenty Twenty-One.\" class=\"wp-image-9426\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=907%2C1024&amp;ssl=1 907w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=266%2C300&amp;ssl=1 266w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=768%2C867&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=1360%2C1536&amp;ssl=1 1360w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=1814%2C2048&amp;ssl=1 1814w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1975&amp;ssl=1 1975w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Twenty Twenty-One is a blank canvas for your ideas, and the block editor is the best brush. It is built for the block editor and packed with brand-new block patterns you can only get in the default themes. Try different layouts in a matter of seconds, and let the theme’s eye-catching, yet timeless design make your work shine.&nbsp;</p>\n\n\n\n<p>What’s more, this default theme puts accessibility at the heart of your website. It conforms to the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">WordPress accessibility-ready guidelines</a> and addresses several more specialized standards from the <a href=\"https://www.w3.org/WAI/WCAG2AAA-Conformance\">Web Content Accessibility Guidelines (WCAG) 2.1 at level AAA</a>. It will help you meet the highest level of international accessibility standards when you create accessible content and choose plugins which are accessible too!</p>\n\n\n\n<h3>A rainbow of soft pastels</h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"167\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=632%2C167&#038;ssl=1\" alt=\"A mobile screenshot of each included color palette in Twenty Twenty-One, going in ROYGBIV order.\" class=\"wp-image-9424\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=1024%2C270&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=300%2C79&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=768%2C202&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=1536%2C405&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=2048%2C540&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Perfect for a new year, Twenty Twenty-One gives you a range of pre-selected color palettes in pastel, all of which conform to AAA standards for contrast. You can also choose your own background color for the theme, and the theme chooses accessibility-conscious text colors for you — automatically!</p>\n\n\n\n<p>Need more flexibility than that? You can also choose your own color palette from the color picker.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"151\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=632%2C151&#038;ssl=1\" alt=\"colored circles\" class=\"wp-image-9351\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=1024%2C245&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=300%2C72&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=768%2C183&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Improvements for everyone</h2>\n\n\n\n<h3>Expanding auto-updates</h3>\n\n\n\n<p>For years, only developers have been able to update WordPress automatically. But now you have that option, right in your dashboard. If this is your first site, you have auto-updates ready to go, right now! Upgrading an existing site? No problem! Everything is the same as it was before.</p>\n\n\n\n<h3>Accessibility Statement&nbsp;</h3>\n\n\n\n<p>Even if you’re not an expert, you can start letting others know about your site’s commitment to accessibility! The new <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">feature plugin</a> includes template copy for you to edit and publish, and it’s written to support different contexts and jurisdictions.&nbsp;&nbsp;</p>\n\n\n\n<h3>Built-in Patterns</h3>\n\n\n\n<p>If you’ve not had the chance to play with block patterns yet, all default themes now feature a range of block patterns that let you master complex layouts with minimal effort. Customize the patterns to your liking with the copy, images, and colors that fit your story or brand.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"185\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=632%2C185&#038;ssl=1\" alt=\"colored and textured rectangles\" class=\"wp-image-9352\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=1024%2C300&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=300%2C88&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=768%2C225&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>For developers</h2>\n\n\n\n<h3>REST API authentication with Application Passwords</h3>\n\n\n\n<p>Thanks to the API’s new Application Passwords authorization feature, third-party apps can connect to your site seamlessly and securely. This new REST API feature lets you see what apps are connecting to your site and control what they do.&nbsp;</p>\n\n\n\n<h3>More PHP 8 support</h3>\n\n\n\n<p>5.6 marks the first steps toward WordPress Core support for PHP 8. Now is a great time to start planning how your WordPress products, services, and sites can support the latest PHP version. For more information about what to expect next, <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">read the PHP 8 developer note</a>.</p>\n\n\n\n<h3>jQuery</h3>\n\n\n\n<p>Updates to jQuery in WordPress take place across three releases 5.5, 5.6, and 5.7. As we reach the mid-point of this process, <a href=\"https://wordpress.org/plugins/wp-jquery-update-test/\">run the update test plugin to check your sites for errors</a> ahead of time.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>If you find issues with the way your site looks ( e.g. a slider doesn’t work, a button is stuck — that sort of thing), install <a href=\"https://wordpress.org/plugins/enable-jquery-migrate-helper/\">the jQuery Migrate plugin</a>.</p>\n\n\n\n<h3>Check out the Field Guide</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">Read about the latest version of WordPress in this guide.</a> It highlights developer notes for each change in the release.&nbsp;</p>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#d1e4dd;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#d1e4dd;padding: 10px\">“It’s a new day, it’s a new life for me&#8230;.and I’m feeling good.”</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">~Nina Simone</h3>\n</div></div>\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>The WordPress 5.6 release comes to you from an all-women and non-binary identifying release squad:  </p>\n\n\n\n<ul><li><strong>Release Lead:</strong> Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>).&nbsp; Cohort: Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Angela Jin (<a href=\"https://profiles.wordpress.org/angelasjin/\">@angelasjin</a>).</li><li><strong>Release Coordinator:</strong> Dee Teal (<a href=\"https://profiles.wordpress.org/thewebprincess/\">@thewebprincess</a>).&nbsp; Cohort: Thelma Mutete (<a href=\"https://profiles.wordpress.org/thelmachido/\">@thelmachido</a>) and Laura Nelson (<a href=\"https://profiles.wordpress.org/laurora/\">@laurora</a>).</li><li><strong>Triage Lead:</strong> Tonya Mork (<a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>).&nbsp;</li><li><strong>Core Tech Lead:</strong> Helen Hou-Sandì (<a href=\"https://profiles.wordpress.org/helen/\">@helen</a>).&nbsp; Cohort: Amy Kamala (<a href=\"https://profiles.wordpress.org/amykamala/\">@amykamala</a>) and Ebonie Butler (<a href=\"https://profiles.wordpress.org/metalandcoffee/\">@metalandcoffee</a>).</li><li><strong>Editor Tech Lead:</strong> Isabel Brison (<a href=\"https://profiles.wordpress.org/isabel_brison/\">@isabel_brison</a>).&nbsp; Cohort: Chandrika Guntur (<a href=\"https://profiles.wordpress.org/cguntur/\">@cguntur</a>), Anchen le Roux (<a href=\"https://profiles.wordpress.org/anchenlr/\">@anchenlr</a>), and Rebecca Hum (<a href=\"https://profiles.wordpress.org/rebasaurus/\">@rebasaurus</a>).</li><li><strong>Design Leads:</strong> Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>) and Tammie Lister (<a href=\"https://profiles.wordpress.org/karmatosed/\">@karmatosed</a>).&nbsp; Cohort: Anyssa Ferreira (<a href=\"https://profiles.wordpress.org/anyssa/\">@anyssa</a>), Estela Rueda (<a href=\"https://profiles.wordpress.org/estelaris/\">@estelaris</a>), Tracy Apps (<a href=\"https://profiles.wordpress.org/tray/\">@tray</a>), and Sophia DeRosia (<a href=\"https://profiles.wordpress.org/eringoblog/\">@eringoblog</a>).</li><li><strong>Design Tech Lead:</strong> Shital Marakana (<a href=\"https://profiles.wordpress.org/shital-patel/\">@shital-patel</a>).</li><li><strong>Accessibility Lead:</strong> Sarah Ricker (<a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricke<strong>r</strong></a>).&nbsp;Cohort: Hauwa Abashiya (<a href=\"https://profiles.wordpress.org/azhiyadev/\">@azhiyadev</a>).</li><li><strong>Marketing &amp; Communications Leads:</strong> Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>) and Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>).&nbsp;Cohort: Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">@nalininonstopnewsuk</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Olga Gleckler (<a href=\"https://profiles.wordpress.org/oglekler/\">@ogleckler</a>), Larissa Murrillo (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), Michelle Frechette (<a href=\"https://profiles.wordpress.org/michelleames/\">@michelleames</a>), Breann McDede (<a href=\"https://profiles.wordpress.org/bmcdede/\">@bmcdede</a>), and Afshana Diya (<a href=\"https://profiles.wordpress.org/afshanadiya/\">@afshanadiya</a>).</li><li><strong>Documentation Lead: </strong>Shawntelle Coker (<a href=\"https://profiles.wordpress.org/sncoker/\">@sncoker</a>). Cohort: Daisy Olsen (<a href=\"https://profiles.wordpress.org/daisyo/\">@DaisyO</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Winstina Hughes (<a href=\"https://profiles.wordpress.org/planningwrite/\">@planningwrite</a>).</li><li><strong>Documentation Review Lead:</strong> Michele Butcher-Jones (<a href=\"https://profiles.wordpress.org/m_butcher/\">@m_butcher</a>).&nbsp; Cohort: Nidhi Jain (<a href=\"https://profiles.wordpress.org/jainnidhi/\">@jainnidhi</a>), Laura Byrne Cristiano (<a href=\"https://wordpress.org/support/users/newyorkerlaura/\">@newyorkerlaura</a>).</li><li><strong>Default Theme Design Lead:</strong> Mel Choyce-Dwan (<a href=\"https://profiles.wordpress.org/melchoyce/\">@melchoyce</a>).&nbsp; Cohort: Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>).</li><li><strong>Default Theme Development Lead:</strong> Carolina Nymark (<a href=\"https://profiles.wordpress.org/poena/\">@poena</a>).&nbsp; Cohort: Kelly Choyce-Dwan (<a href=\"https://profiles.wordpress.org/ryelle/\">@ryelle</a>) and Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Default Theme Wrangler:</strong> Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Test Lead:</strong> Monika Rao (<a href=\"https://profiles.wordpress.org/monikarao/\">@monikarao</a>).&nbsp; Cohort: Allie Nimmons (<a href=\"https://profiles.wordpress.org/alliennimmons/\">@alliennimmons</a>).</li><li><strong>Support Lead:</strong> Bet Hannon (<a href=\"https://profiles.wordpress.org/bethannon1/\">@bethannon1</a>).</li></ul>\n\n\n\n<p>As always, this release reflects the hard work of 605 generous volunteer contributors. They collaborated on nearly 350 tickets on Trac and over 1,000 pull requests on GitHub.</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/zgrkaralar/\">&#214;zg&#252;r KARALAR</a>, <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich/\">A5hleyRich</a>, <a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">aaronrobertshaw</a>, <a href=\"https://profiles.wordpress.org/abderrahman/\">abderrahman</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/pokhriyal/\">Abhishek Pokhriyal</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/adriandegrafreak/\">Adri&#225;n de Grafreak</a>, <a href=\"https://profiles.wordpress.org/adriantirusli/\">Adrianti Rusli</a>, <a href=\"https://profiles.wordpress.org/afshanadiya/\">Afshana Diya</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a>, <a href=\"https://profiles.wordpress.org/elgameel/\">Ahmed Elgameel</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/ajensen/\">ajensen</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/aktasfatih/\">aktasfatih</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/cawa-93/\">Alex Kozack</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexstandiford/\">Alex Standiford</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/alliennimmons/\">Allie Nimmons</a>, <a href=\"https://profiles.wordpress.org/ambienthack/\">ambienthack</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a>, <a href=\"https://profiles.wordpress.org/anandau14/\">Anand Upadhyay</a>, <a href=\"https://profiles.wordpress.org/anchenlr/\">Anchen le Roux</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andr&#233; Maneiro</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/baicusandrei/\">Andrei Baicus</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/andy/\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/andystitt829/\">Andy Stitt</a>, <a href=\"https://profiles.wordpress.org/akissz/\">Angel Hess</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a>, <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a>, <a href=\"https://profiles.wordpress.org/anuj2/\">anuj2</a>, <a href=\"https://profiles.wordpress.org/anyssa/\">Anyssa Ferreira</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/archduck/\">archduck</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/arippberger/\">arippberger</a>, <a href=\"https://profiles.wordpress.org/arjendejong/\">arjendejong</a>, <a href=\"https://profiles.wordpress.org/arnaudban/\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/akkspro/\">Arslan Ahmed Kalwar</a>, <a href=\"https://profiles.wordpress.org/asvinballoo/\">Asvin Balloo</a>, <a href=\"https://profiles.wordpress.org/tacitonic/\">Atharva Dhekne</a>, <a href=\"https://profiles.wordpress.org/austyfrosty/\">Austin Passy</a>, <a href=\"https://profiles.wordpress.org/austin880625/\">austin880625</a>, <a href=\"https://profiles.wordpress.org/avixansa/\">avixansa</a>, <a href=\"https://profiles.wordpress.org/ayesh/\">ayesh</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/barry/\">Barry</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\">Bart Czyz</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/bduclos/\">bduclos</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/benmeredithgmailcom/\">Ben Meredith</a>, <a href=\"https://profiles.wordpress.org/kau-boy/\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bethannon1/\">Bet Hannon</a>, <a href=\"https://profiles.wordpress.org/bethsoderberg/\">Beth Soderberg</a>, <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a>, <a href=\"https://profiles.wordpress.org/hareshlive/\">Bhagvan Mangukiya</a>, <a href=\"https://profiles.wordpress.org/bhautikvirani/\">bhautikvirani</a>, <a href=\"https://profiles.wordpress.org/bananastalktome/\">Billy S</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boldgrid/\">BoldGrid</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ibdz/\">Boy Witthaya</a>, <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/bmcdede/\">Breann McDede</a>, <a href=\"https://profiles.wordpress.org/bmillersw/\">Brent Miller</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brianhenryie/\">Brian Henry</a>, <a href=\"https://profiles.wordpress.org/brianhogg/\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard/\">Bridget Willard</a>, <a href=\"https://profiles.wordpress.org/brijeshb42/\">brijeshb42</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calin/\">Calin Don</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/campusboy1987/\">campusboy</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/carolinegeven/\">Caroline</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chadreitsma/\">Chad Reitsma</a>, <a href=\"https://profiles.wordpress.org/cguntur/\">Chandrika Guntur</a>, <a href=\"https://profiles.wordpress.org/cpapazoglou/\">Charalampos Papazoglou</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chexwarrior/\">chexwarrior</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/alexandec/\">Chris Alexander</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/ctmartin0/\">Christian Martin</a>, <a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/chunkysteveo/\">chunkysteveo</a>, <a href=\"https://profiles.wordpress.org/claudiulodro/\">Claudiu Lodromanean</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/commeuneimage/\">Commeuneimage</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/salzano/\">Corey Salzano</a>, <a href=\"https://profiles.wordpress.org/cranewest/\">cranewest</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/ctmartin/\">ctmartin</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">D&#225;vid Szab&#243;</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">danieltj</a>, <a href=\"https://profiles.wordpress.org/dantahoua/\">dantahoua</a>, <a href=\"https://profiles.wordpress.org/dkotter/\">Darin Kotter</a>, <a href=\"https://profiles.wordpress.org/dmchale/\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/davidjlaietta/\">David Wolfpaw</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/davisshaver/\">Davis Shaver</a>, <a href=\"https://profiles.wordpress.org/dd32/\">dd32</a>, <a href=\"https://profiles.wordpress.org/p00ya/\">Dean</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a>, <a href=\"https://profiles.wordpress.org/deepaklalwani/\">Deepak Lalwani</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/demetris/\">demetris (Demetris Kikizas)</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy/\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/valendesigns/\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/designer023/\">Designer023</a>, <a href=\"https://profiles.wordpress.org/dfenton/\">dfenton</a>, <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dharmin16/\">Dharmin Shah</a>, <a href=\"https://profiles.wordpress.org/dhruvin/\">Dhruvin</a>, <a href=\"https://profiles.wordpress.org/dhulwells/\">Dhul Wells</a>, <a href=\"https://profiles.wordpress.org/dietpawel/\">dietpawel</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/djzone/\">DjZoNe</a>, <a href=\"https://profiles.wordpress.org/dogwithblog/\">dogwithblog</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/donsony/\">donsony</a>, <a href=\"https://profiles.wordpress.org/dossy/\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dpacks/\">dpacks</a>, <a href=\"https://profiles.wordpress.org/raubvogel/\">Dr. Ronny Harbich</a>, <a href=\"https://profiles.wordpress.org/dratwas/\">dratwas</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dsifford/\">dsifford</a>, <a href=\"https://profiles.wordpress.org/dushakov/\">dushakov</a>, <a href=\"https://profiles.wordpress.org/dushanthi/\">dushanthi</a>, <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique S&#225;nchez</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a>, <a href=\"https://profiles.wordpress.org/erikjandelange/\">erikjandelange</a>, <a href=\"https://profiles.wordpress.org/folletto/\">Erin \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/eringoblog/\">eringoblog</a>, <a href=\"https://profiles.wordpress.org/eroraghav/\">eroraghav</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">etoledom</a>, <a href=\"https://profiles.wordpress.org/thegp/\">EugeneBos</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/dyrer/\">Evangelos Athanasiadis</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/ferkho/\">Ferenc Forgacs</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/flymike/\">flymike</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett/\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyc40/\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/subscriptiongroup/\">George</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/glauberglauber/\">Glauber Mota</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/goldenapples/\">goldenapples</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Zi&#243;łkowski</a>, <a href=\"https://profiles.wordpress.org/guidooffermans/\">guidooffermans</a>, <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a>, <a href=\"https://profiles.wordpress.org/hvar/\">H-var</a>, <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/isharis/\">Haris Zulfiqar</a>, <a href=\"https://profiles.wordpress.org/harrym/\">harrym</a>, <a href=\"https://profiles.wordpress.org/harshbarach/\">harshbarach</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hoasi/\">HoaSi</a>, <a href=\"https://profiles.wordpress.org/hongnizzle/\">Hong Nga Nguyen</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/igorradovanov/\">Igor Radovanov</a>, <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/ingereck/\">ingereck</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/iqbalbary/\">iqbalbary</a>, <a href=\"https://profiles.wordpress.org/ireneyoast/\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/jagirbaheshwp/\">jagirbaheshwp</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/twentyzerotwo/\">Jake Whiteley</a>, <a href=\"https://profiles.wordpress.org/jamescollins/\">James Collins</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesros161/\">James Rosado</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/javidalkaruzi/\">Janvo Aldred</a>, <a href=\"https://profiles.wordpress.org/jaredcobb/\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jaswrks/\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/javorszky/\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami/\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jeffikus/\">jeffikus</a>, <a href=\"https://profiles.wordpress.org/jellypixel/\">jellypixel</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">Jeremy Scott</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a>, <a href=\"https://profiles.wordpress.org/jeslen/\">Jeslen Bucci</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jfoulquier/\">jfoulquier</a>, <a href=\"https://profiles.wordpress.org/jimyaghi/\">jimyaghi</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelyoder/\">Joel Yoder</a>, <a href=\"https://profiles.wordpress.org/joelclimbsthings/\">joelclimbsthings</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johannadevos/\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/joseaneto/\">joseaneto</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshlevinson/\">Josh Levinson</a>, <a href=\"https://profiles.wordpress.org/shelob9/\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a>, <a href=\"https://profiles.wordpress.org/tai/\">JOTAKI, Taisuke</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/junaidbhura/\">Junaid Bhura</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/justlevine/\">justlevine</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/karthikbhatb/\">Karthik Bhat</a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/kelsu02/\">Kelly R</a>, <a href=\"https://profiles.wordpress.org/kellybleck/\">kellybleck</a>, <a href=\"https://profiles.wordpress.org/kellylawrence/\">kellylawrence</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/kipperlenny/\">Kipperlenny</a>, <a href=\"https://profiles.wordpress.org/kirilzh/\">Kiril Zhelyazkov</a>, <a href=\"https://profiles.wordpress.org/kburgoine/\">Kirsty Burgoine</a>, <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">KittMedia</a>, <a href=\"https://profiles.wordpress.org/kjbenk/\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/komagain/\">komagain</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a>, <a href=\"https://profiles.wordpress.org/landau/\">landau</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\">Larissa Murillo</a>, <a href=\"https://profiles.wordpress.org/latifi/\">latifi</a>, <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a>, <a href=\"https://profiles.wordpress.org/laurora/\">Laura Nelson</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/gamerz/\">Lester Chan</a>, <a href=\"https://profiles.wordpress.org/leutrimh/\">Leutrim Husaj</a>, <a href=\"https://profiles.wordpress.org/limera1n/\">lim3ra</a>, <a href=\"https://profiles.wordpress.org/lpointet/\">Lionel Pointet</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/llizard/\">llizard</a>, <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a>, <a href=\"https://profiles.wordpress.org/lucagrandicelli/\">Luca Grandicelli</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/_luigi/\">Luigi Cavalieri</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lumne/\">Lumne</a>, <a href=\"https://profiles.wordpress.org/mager19/\">mager19</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mailnew2ster/\">mailnew2ster</a>, <a href=\"https://profiles.wordpress.org/shamimmoeen/\">Mainul Hassan Main</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/malinajirka/\">malinajirka</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/manzwebdesigns/\">manzwebdesigns</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a>, <a href=\"https://profiles.wordpress.org/marijnkoopman/\">Marijn Koopman</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a>, <a href=\"https://profiles.wordpress.org/markscottrobson/\">Mark Robson</a>, <a href=\"https://profiles.wordpress.org/marks99/\">Mark Smallman</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep/\">markshep</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/wetah/\">Mateus Machado Luna</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom/\">Matt Cromwell</a>, <a href=\"https://profiles.wordpress.org/gothickgothickorguk/\">Matt Gibson</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/pfefferle/\">Matthias Pfefferle</a>, <a href=\"https://profiles.wordpress.org/mattoperry/\">mattoperry</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/mayankmajeji/\">Mayank Majeji</a>, <a href=\"https://profiles.wordpress.org/meaganhanes/\">Meagan Hanes</a>, <a href=\"https://profiles.wordpress.org/megphillips91/\">Meg Phillips</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>, <a href=\"https://profiles.wordpress.org/mgrenierfarmmedia/\">mgrenierfarmmedia</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/m_butcher/\">Michele Butcher-Jones</a>, <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikelopez/\">mikelopez</a>, <a href=\"https://profiles.wordpress.org/mikeyarce/\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/eemitch/\">Mitchell Bennis</a>, <a href=\"https://profiles.wordpress.org/mmarco9/\">mmarco9</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/mopsyd/\">mopsyd</a>, <a href=\"https://profiles.wordpress.org/morganestes/\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/gwendydd/\">Morgan Kay</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a>, <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a>, <a href=\"https://profiles.wordpress.org/mrgrt/\">mrgrt</a>, <a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/musicaljoeker/\">musicaljoeker</a>, <a href=\"https://profiles.wordpress.org/mweichert/\">mweichert</a>, <a href=\"https://profiles.wordpress.org/n5hzr/\">n5hzr</a>, <a href=\"https://profiles.wordpress.org/nabilmoqbel/\">Nabil Moqbel</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/naoki0h/\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nateinaction/\">Nate Gay</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/navanathbhosale/\">Navanath Bhosale</a>, <a href=\"https://profiles.wordpress.org/naveenkharwar/\">Naveen Kharwar</a>, <a href=\"https://profiles.wordpress.org/lcyh78/\">Neil James (lcyh78)</a>, <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/arealnobrainer/\">Netravnen</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/nicomollet/\">nicomollet</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/nikolam/\">Nikola</a>, <a href=\"https://profiles.wordpress.org/nbachiyski/\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/njbrown/\">njbrown</a>, <a href=\"https://profiles.wordpress.org/nlpro/\">nlpro</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/noahshrader/\">noahshrader</a>, <a href=\"https://profiles.wordpress.org/nourma/\">nourma</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/oolleegg55/\">oolleegg55</a>, <a href=\"https://profiles.wordpress.org/optimizingmatters/\">Optimizing Matters</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/ovann86/\">ovann86</a>, <a href=\"https://profiles.wordpress.org/ovenall/\">ovenall</a>, <a href=\"https://profiles.wordpress.org/oxyc/\">oxyc</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/jhonqwerty/\">pabloselin</a>, <a href=\"https://profiles.wordpress.org/paddy/\">Paddy</a>, <a href=\"https://profiles.wordpress.org/pankajmohale/\">Pankaj Mohale</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pabline/\">Paul Bunkham</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulstonier/\">Paul Stonier</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/pentatonicfunk/\">pentatonicfunk</a>, <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>, <a href=\"https://profiles.wordpress.org/pekz0r/\">Peter Elmered</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/decrecementofeliz/\">Pilar Mera</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/pishmishy/\">pishmishy</a>, <a href=\"https://profiles.wordpress.org/pkvillanueva/\">pkvillanueva</a>, <a href=\"https://profiles.wordpress.org/prashanttholia/\">prashanttholia</a>, <a href=\"https://profiles.wordpress.org/pratikkry/\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/prionkor/\">prionkor</a>, <a href=\"https://profiles.wordpress.org/psealock/\">psealock</a>, <a href=\"https://profiles.wordpress.org/puneetsahalot/\">Puneet Sahalot</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajanit2000/\">Rajan Vijayan</a>, <a href=\"https://profiles.wordpress.org/rajeshsingh520/\">rajeshsingh520</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/redstar504/\">redstar504</a>, <a href=\"https://profiles.wordpress.org/regankhadgi/\">Regan Khadgi</a>, <a href=\"https://profiles.wordpress.org/renehermi/\">Rene Hermenau</a>, <a href=\"https://profiles.wordpress.org/retlehs/\">retlehs</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/riaanlom/\">riaanlom</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">ribaricplusplus</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rnaby/\">Rnaby</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rogerlos/\">rogerlos</a>, <a href=\"https://profiles.wordpress.org/roikles/\">roikles</a>, <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a>, <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/roo2/\">roo2</a>, <a href=\"https://profiles.wordpress.org/rtagliento/\">rtagliento</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a>, <a href=\"https://profiles.wordpress.org/sabrinazeidan/\">Sabrina Zeidan</a>, <a href=\"https://profiles.wordpress.org/saeedfard/\">Saeed Fard</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla/\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a>, <a href=\"https://profiles.wordpress.org/sswebster/\">Sam Webster</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a>, <a href=\"https://profiles.wordpress.org/saqibameen/\">Saqib Ameen</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">Sarah Ricker</a>, <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>, <a href=\"https://profiles.wordpress.org/sawanoboly/\">sawanoboly</a>, <a href=\"https://profiles.wordpress.org/scarolan/\">scarolan</a>, <a href=\"https://profiles.wordpress.org/l3rady/\">Scott Cariss</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanpaulrasmussen/\">seanpaulrasmussen</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/senning/\">Senning</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/sncoker/\">Shawntelle Coker</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shramee/\">shramee</a>, <a href=\"https://profiles.wordpress.org/sresok/\">Simon Resok</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/sproutchris/\">sproutchris</a>, <a href=\"https://profiles.wordpress.org/stulab/\">St&#233;phane Treilhou</a>, <a href=\"https://profiles.wordpress.org/metodiew/\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/garubi/\">Stefano Garuti</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/sterndata/\">Steven Stern (sterndata)</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stoyangeorgiev/\">Stoyan Georgiev</a>, <a href=\"https://profiles.wordpress.org/sudoshreyansh/\">sudoshreyansh</a>, <a href=\"https://profiles.wordpress.org/smub/\">Syed Balkhi</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/utz119/\">TeBenachi</a>, <a href=\"https://profiles.wordpress.org/techboyg5/\">techboyg5</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/thefarlilacfield/\">thefarlilacfield</a>, <a href=\"https://profiles.wordpress.org/thelmachido/\">Thelma Mutete</a>, <a href=\"https://profiles.wordpress.org/thib3113/\">thib3113</a>, <a href=\"https://profiles.wordpress.org/thijsvanloef/\">thijsvanloef</a>, <a href=\"https://profiles.wordpress.org/webzunft/\">Thomas M</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/thomaslhotta/\">thomaslhotta</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timotijhof/\">TimoTijhof</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul I Chowdhury</a>, <a href=\"https://profiles.wordpress.org/tray/\">tracy apps</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, <a href=\"https://profiles.wordpress.org/treibstoff/\">treibstoff</a>, <a href=\"https://profiles.wordpress.org/trisha_cornelius/\">Trisha Cornelius</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/tzafrir/\">tzafrir</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/uxkai/\">uxkai</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\">Valentin Bora</a>, <a href=\"https://profiles.wordpress.org/contact-banker/\">Varun Sharma</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">vcanales</a>, <a href=\"https://profiles.wordpress.org/ravivaddweb/\">vidhiaddweb</a>, <a href=\"https://profiles.wordpress.org/vinayakanivase/\">Vinayak Anivase</a>, <a href=\"https://profiles.wordpress.org/vinita29/\">Vinita Tandulkar</a>, <a href=\"https://profiles.wordpress.org/usestrict/\">Vinny</a>, <a href=\"https://profiles.wordpress.org/virgodesign/\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/webmigrates/\">Webmigrates Technologies</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/planningwrite/\">Winstina Hughes</a>, <a href=\"https://profiles.wordpress.org/wittich/\">wittich</a>, <a href=\"https://profiles.wordpress.org/worldweb/\">worldweb</a>, <a href=\"https://profiles.wordpress.org/y_kolev/\">Y_Kolev</a>, <a href=\"https://profiles.wordpress.org/yansern/\">Yan Sern</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yscik/\">yscik</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, and <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>.\n\n\n\n<p></p>\n\n\n\n<p>In addition, many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time, or they’ve been around since the first release all the way back in 2003. These releases are as successful as they are because of their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who helped make WordPress 5.6. available in 38 languages at the time of release. Our community translators are hard at work ensuring more languages are on their way (70 are already at 90%). If contributing to WordPress appeals to you, it’s easy to learn more. Check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> or the <a href=\"https://make.wordpress.org/core/\">core development blog</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:4:\"9325\";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:57:\"\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:22:\"State of the Word 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2020/12/state-of-the-word-2020/\";s: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, 04 Dec 2020 22:55: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:1:{i:0;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9296\";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:110:\"State of the Word will be streamed on Facebook, YouTube, and Twitter on Thursday, Dec 17th, 2020  at 1600 UTC.\";s: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:\"Josepha\";s: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:1225:\"\n<p>State of the Word is an annual keynote address delivered by the project co-founder, Matt Mullenweg. Catch this year&#8217;s keynote in the video below!</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' width=\'632\' height=\'356\' src=\'https://www.youtube.com/embed/QI3qCoiuG3w?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\' sandbox=\'allow-scripts allow-same-origin allow-popups allow-presentation\'></iframe>\n</div></figure>\n\n\n\n<h3>New to State of the Word?</h3>\n\n\n\n<p>If this is your first time hearing of this talk, you’re in luck! Check out previous recordings below.</p>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">State of the Word 2019 &#8211; WordCamp US, St. Louis</a></li><li><a href=\"https://wordpress.tv/2018/12/27/state-of-the-word-2018/\">State of the Word 2018 &#8211; WordCamp US, Nashville</a></li><li><a href=\"https://wordpress.tv/tag/state-of-the-word/\">All recordings</a></li></ul>\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:4:\"9296\";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:57:\"\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:37:\"The Month in WordPress: November 2020\";s: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/2020/12/the-month-in-wordpress-november-2020/\";s: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, 02 Dec 2020 09:13:48 +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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9283\";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:304:\"November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world! WordPress 5.6 updates The Core team released WordPress 5.6 Beta 3 on Nov. 2, Beta 4 on Nov. 12, release candidate 1 on Nov. 17, and release candidate 2 on Dec. 1. You [&#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:\"Hari Shanker R\";s: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:10892:\"\n<p>November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.6 updates</h2>\n\n\n\n<p>The Core team released WordPress 5.6 <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-3/\">Beta 3</a> on Nov. 2, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-4/\">Beta 4</a> on Nov. 12, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-release-candidate/\">release candidate</a> 1 on Nov. 17, and <a href=\"https://wordpress.org/news/2020/12/wordpress-5-6-release-candidate-2/\">release candidate 2</a> on Dec. 1. You can test the Beta versions and the release candidates by <a href=\"https://wordpress.org/wordpress-5.6-beta2.zip\">downloading them from WordPress.org</a> or by using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin. Check out the <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 field guide</a> to understand the features of WordPress 5.6 and learn how you can incorporate them into your websites. WordPress 5.6 <a href=\"https://make.wordpress.org/core/5-6/\">will be out by Dec. 9, 2020</a>. </p>\n\n\n\n<p>But our work is never done: You can submit <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-5-7-whats-on-your-wishlist/\">feature suggestions for WordPress 5.7</a> by Dec. 15.&nbsp;</p>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress Core dev chats on Wednesdays at 5 a.m. and 8 p.m. UTC in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel on the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>, and <a href=\"https://make.wordpress.org/core/tag/dev-chat/\">catch up with recaps</a> on the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>. If you would like to help with WordPress 5.6 outreach, contact the <a href=\"https://make.wordpress.org/marketing/\">WordPress Marketing team</a> on the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel.</p>\n\n\n\n<h2>Gutenberg 9.3 and 9.4 are out</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">Version 9.3</a> on Nov. 4 and <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">Version 9.4</a> on Nov. 18. Both versions include&nbsp; several improvements to Full Site Editing (FSE) flows, in addition to bug fixes and feature upgrades. Version 9.3 is the first release that isn’t included entirely in WordPress 5.6; the version automatically enables FSE experiments when a block-based theme is active. Version 9.4 introduces some new features like percentage width for button blocks, block variation transformations, social icon support, and font size support for the list block. You can find out more about the Gutenberg roadmap in the <a href=\"https://make.wordpress.org/core/2020/11/02/whats-next-in-gutenberg-november-2020/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Learn WordPress updates</h2>\n\n\n\n<p>WordPress contributor teams are all set to launch <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> in December. Community members can now watch<a href=\"https://learn.wordpress.org/workshops\"> video workshops</a> to learn about various WordPress topics, <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">participate in discussion groups</a>, and use <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a> for organizing their own workshops. Contributor teams have launched <a href=\"https://make.wordpress.org/community/2020/11/18/quizzes-are-now-live-on-learn-wordpress/\">quizzes</a> and are also working on <a href=\"https://make.wordpress.org/community/2020/11/18/standards-for-learn-wordpress-workshop-content/\">setting standards</a> for workshops.<br></p>\n\n\n\n<p>Want to contribute to Learn WordPress? You can now submit a <a href=\"https://learn.wordpress.org/workshop-presenter-application/\">workshop application</a> (submissions in languages other than English are welcome!), apply to become a <a href=\"https://learn.wordpress.org/discussion-group-leader-application/\">discussion group leader</a>, organize <a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\">discussions for your local WordPress meetup group</a>, or <a href=\"https://make.wordpress.org/training/2020/11/25/high-priority-items-before-learn-wordpress-org-launch-part-2/\">help fix issues with existing lesson plans</a>.</p>\n\n\n\n<h2>WordPress 5.6 Translations and Polyglots survey</h2>\n\n\n\n<p>WordPress 5.6 is ready to be translated and is now at <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a>. If you would like to contribute, <a href=\"https://make.wordpress.org/polyglots/2020/11/07/wordpress-5-6-ready-to-be-translated/\">check out these instructions</a> and ensure that <a href=\"https://make.wordpress.org/polyglots/handbook/translating/packaging-localized-wordpress/automated-release-packages/\">your locale is ready for an automated release</a>. The Polyglots team has also kicked off its <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">translator research survey</a>. Please <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">participate in the survey</a>, share the <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">survey link</a> with members of your locale, and help amplify the <a href=\"https://www.facebook.com/WPTranslationDay/posts/1275404086174610\">Facebook</a>, <a href=\"https://twitter.com/TranslateWP/status/1333342595913834496\">Twitter</a>, and <a href=\"https://www.linkedin.com/posts/wptranslationday_makewordpress-wordpress-activity-6739110862650523648-fX8R/\">LinkedIn</a> posts about it.</p>\n\n\n\n<p>Want to help WordPress speak your language? Follow <a href=\"https://make.wordpress.org/polyglots\">the Polyglots team blog</a> and join the <a href=\"https://wordpress.slack.com/archives/C02RP50LK\">#polyglots</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li><a href=\"https://www.php.net/releases/8.0/en.php\">PHP 8</a> is out, and WordPress 5.6 <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">aims to be &#8220;beta-compatible&#8221; with the latest PHP version</a>.</li><li>Contributor teams have kicked off <a href=\"https://make.wordpress.org/themes/2020/11/18/theme-previews-in-the-time-of-blocks/\">an ongoing discussion on starter content for WordPress themes</a>. Starter content for the <a href=\"http://wp-themes.com/twentytwentyone/\">Twenty Twenty One</a>, <a href=\"http://wp-themes.com/twentytwenty/\">Twenty Twenty</a>, and <a href=\"http://wp-themes.com/twentyseventeen/\">Twenty Seventeen</a> themes are now available.</li><li>The Accessibility team is <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">testing a tool</a> to generate the structure of an accessibility statement for WordPress websites based on <a href=\"https://www.w3.org/WAI/planning/statements/generator/#create\">W3C standards</a>, and it is <a href=\"https://github.com/10degrees/accessibility-statement-plugin/issues\">requesting feedback from the community</a>.</li><li>The <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> has published a <a href=\"https://wordpressfoundation.org/2020/open-source-workshops-november-2020-report/\">report on Open Source workshops</a> that were held online in 2020, based on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> platform.</li><li>The Docs team is actively <a href=\"https://make.wordpress.org/docs/2020/11/12/follow-up-on-gutenberg-developer-documentation-restructuring-proposal/\">following up</a> on a proposal to <a href=\"https://make.wordpress.org/docs/2020/08/13/plan-proposal-for-a-new-better-structured-gutenberg-developer-documentation/\">restructure the Gutenberg developer documentation</a>.</li><li>The Community team is back with <a href=\"https://make.wordpress.org/community/tag/tuesdaytrainings/\">Tuesday Trainings</a>. The team is <a href=\"https://make.wordpress.org/community/2020/11/16/community-team-goals-for-2021-share-your-suggestions/\">also inviting suggestions on team goals for 2021</a> with a deadline of Dec. 14.</li><li>The Support team is <a href=\"https://make.wordpress.org/support/2020/11/changing-up-the-forum-front-page/\">making changes to the forum page</a> to improve discoverability. </li><li>Two online WordCamps took place in November: <a href=\"https://finland.wordcamp.org/2020/\">WordCamp Finland Online</a> and <a href=\"https://mexico.wordcamp.org/2020/\">WordCamp Mexico Online</a>. You can find Livestream recaps of the events on their websites. Videos will soon be available on WordPress.tv as well.</li><li>The Themes team <a href=\"https://make.wordpress.org/themes/2020/11/11/meeting-notes-tuesday-november-10-2020/\">made some changes to WordPress theme requirements</a>. These include removing updated CSS guidelines and a proposed plan to make WordPress themes accessibility-ready. The team is also <a href=\"https://make.wordpress.org/themes/2020/11/19/feedback-requested-resolution-process-for-issues-found-in-live-themes/\">requesting feedback</a> on the resolution process for issues found in live themes.</li><li>WordPress 5.6 will feature a <a href=\"https://make.wordpress.org/core/2020/11/05/updating-core-jquery-to-version-3-part-2/\">major jQuery change</a>, with the bundled jQuery version being updated to Version 3.5.1 and jQuery Migrate being updated to Version 3.3.2.</li><li>The <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Diversity speaker training group</a> of the Community team is requesting feedback on reimagining their work. Please <a href=\"https://make.wordpress.org/community/2020/11/12/input-requested-re-imagining-the-work-of-the-diverse-speaker-training-group-wpdiversity/\">share your feedback as comments on the post</a> by Dec. 18.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></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:4:\"9283\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 5.6 Release Candidate 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/12/wordpress-5-6-release-candidate-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Dec 2020 22:09: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:8:\"category\";a:3:{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:\"5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9274\";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:388:\"The second release candidate for WordPress 5.6 is here! WordPress 5.6 is slated for release on December 8, 2020, and we need your help to get there—if you haven’t tried 5.6 yet, now is the time! You can test WordPress 5.6 release candidate 2 in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option). Or download the release [&#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:7:\"Josepha\";s: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:2249:\"\n<p>The second release candidate for WordPress 5.6 is here!</p>\n\n\n\n<p>WordPress 5.6 is slated for release on <strong>December 8, 2020</strong>, and we need <em>your</em> help to get there—if you haven’t tried 5.6 yet, now is the time!</p>\n\n\n\n<p>You can test WordPress 5.6 release candidate 2 in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option).</li><li>Or <a href=\"https://wordpress.org/wordpress-5.6-RC2.zip\">download the release candidate here (zip)</a>.</li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the&nbsp;Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.6 and update the <em>Tested up to</em> version in the readme file to 5.6. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>. That way, those can be figured out before the final release. </p>\n\n\n\n<p>For a more detailed breakdown of the changes included in WordPress 5.6, check out the <a href=\"https://wordpress.org/news/2020/10/wordpress-5-6-beta-1/\">WordPress 5.6 beta 1 post</a>. The <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 Field Guide</a> is also out! It’s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>Think you found a bug?</strong> Post it to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report you can <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>. Don&#8217;t forget to check <a href=\"https://core.trac.wordpress.org/tickets/major\">the list of known bugs</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:4:\"9274\";s: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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 06 Feb 2021 06:45:21 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 03 Feb 2021 21:30:51 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:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20200502025608\";}', 'no');
INSERT INTO `lkrore_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1546, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1612637121', 'no'),
(1547, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1612593921', 'no'),
(1548, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1612637121', 'no');
INSERT INTO `lkrore_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1549, '_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:131:\"WPTavern: Gutenberg 9.9 Adds Color Options for Social Icons, Includes Rounded Borders for Images, and Changes the Theme JSON Format\";s: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=111628\";s: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:303:\"https://wptavern.com/gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format\";s: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:7460:\"<p class=\"has-drop-cap\">Version 9.9 of the <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg plugin</a> landed earlier today. While it includes several minor UI improvements, the biggest user-facing change is the inclusion of icon and background color options for the Social Links block. Theme authors can now add support for rounded image borders. They are also faced with a breaking change to their theme JSON files.</p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-5-7-beta-1-is-ready-for-testing\">WordPress 5.7 Beta 1 </a>was released earlier this week. The final 5.7 release will include features from Gutenberg 9.9 back down to 9.3. Only bug fixes from upcoming plugin updates should be ported into WordPress during the rest of the development cycle.</p>\n\n\n\n<p>The development team squashed over 30 bugs in the latest plugin update. It also includes several enhancements and API updates. Plugin developers can now <a href=\"https://github.com/WordPress/gutenberg/pull/28482\">override the block category</a> when registering variations, which should help with discoverability.</p>\n\n\n\n<p>Full Site Editing and other experimental work continued as usual. One item that theme authors should keep an eye on is the initial groundwork for additional <a href=\"https://github.com/WordPress/gutenberg/pull/28049\">border options</a>. The experimental feature for adding border colors, styles, and widths for blocks has long been on the wish list of many. I expect that the team will start slowly rolling out block support and a UI in coming versions.</p>\n\n\n\n<h2>Color Options for Social Links</h2>\n\n\n\n<img />Icon and background colors for Social Links.\n\n\n\n<p class=\"has-drop-cap\">Users can now <a href=\"https://github.com/WordPress/gutenberg/issues/21605\">change the icon color and background</a> in the Social Links block. This change allows the user to customize the colors for all icons in the links list. The &ldquo;logos only&rdquo; block style does not support a background color.</p>\n\n\n\n<p>The missing piece is the ability to set individual icon colors and their hover colors. One of the use cases in theme design is to provide a solid-colored group of icons that change to the brand colors on hover or focus. The only way to do this from the user&rsquo;s end is via individual icon color options. Even the ability to set the icon hover color for the entire block is still unavailable.</p>\n\n\n\n<p>Branding guidelines were <a href=\"https://github.com/WordPress/gutenberg/issues/21605#issuecomment-629318653\">mentioned as a concern</a> with the current color options, but that concern is outside the scope of WordPress&rsquo;s responsibility (see <a href=\"https://github.com/WordPress/gutenberg/pull/21900#issuecomment-624307120\">longer analysis regarding logos</a>). Many brands also have alternate colors they allow, which are not possible to use without icon-specific colors.</p>\n\n\n\n<p>Setting the background and text color for all icons at once is a step in the right direction, but the block editor is still not matching what theme authors are doing in traditional theme design. These missing features are blockers for the eventual adoption of Full Site Editing.</p>\n\n\n\n<h2>Rounded Border Support for Themes</h2>\n\n\n\n<img />Border radius setting for the Image block.\n\n\n\n<p class=\"has-drop-cap\">Theme authors can now <a href=\"https://github.com/WordPress/gutenberg/pull/27667\">opt into border-radius support</a> for images. Support comes in two forms. One is a setting to allow end-users to customize the border-radius via the block options sidebar. The second is setting a default border-radius value for all images.</p>\n\n\n\n<p>The Gutenberg team first added border-radius support to the Group block in <a href=\"https://wptavern.com/gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame\">version 9.8</a>. Currently, only the Group and Image blocks support the feature.</p>\n\n\n\n<p>The following theme JSON code will add settings and styles support. Note the new format change, which is covered in the next section.</p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"settings\": {\n        \"core/image\": {\n            \"border\": {\n                \"customRadius\": true\n            }\n        }\n    },\n    \"styles\": {\n        \"core/image\": {\n            \"border\" : {\n                \"radius\": \"10px\"\n            }\n        }\n    }\n}</code></pre>\n\n\n\n<h2>New Theme JSON File Format</h2>\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 9.9 introduces two breaking changes to the <code>experimental-theme.json</code> file, which will eventually be renamed to <code>theme.json</code> once it is out of the experimental stage. This file allows theme authors to configure custom styles and settings for the block system. Any themes currently using the pre-9.9 format will need to be updated.</p>\n\n\n\n<p>The first change makes <code>settings</code> and <code>styles</code> <a href=\"https://github.com/WordPress/gutenberg/pull/28110\">top-level keys in the file</a>. The second change <a href=\"https://github.com/WordPress/gutenberg/pull/28533\">renames and splits</a> the <code>global</code> key to <code>defaults</code> and <code>root</code>. <code>defaults</code> deal with default values and styles while <code>root</code> handles the site root block.</p>\n\n\n\n<p>Ari Stathopoulos wrote a <a href=\"https://make.wordpress.org/themes/2021/02/04/gutenberg-9-9-new-json-structure-for-theme-json-files/\">tutorial for theme authors</a> to update their themes on the Make Themes blog.</p>\n\n\n\n<p>&ldquo;The rationale for this change is that the use cases for theme.json have grown beyond initially considered, and the vision is now being able to absorb a lot of things that themes declare at the moment via other means,&rdquo; wrote Andr&eacute;s Maneiro, the creator of both tickets. &ldquo;Some examples are registering (and translate?) custom templates, declare theme metadata that is currently stored in the stylesheet, declare stylesheet paths, etc.&rdquo;</p>\n\n\n\n<p>He also shared a vision of what the format might look like:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"name\": \"TwentyTwentyOne\",\n    \"description\": \"...\",\n    \"customTemplates\": ...,\n    \"textDomain\": ...,\n    \"version\": 1,\n    \"settings\": {\n            \"global\": { ... },\n            \"core/paragraph\": { ... }\n    },\n    \"styles\": {\n            \"global\": { ... },\n            \"core/paragraph\": { ... }\n    }\n}</code></pre>\n\n\n\n<p>For users, this data might not make much sense. However, any theme author should be able to recognize the significance of potentially moving metadata that is currently stored in their theme&rsquo;s <code>style.css</code> through a non-standard system that WordPress has used for ages. Eventually moving that data to a standard format, JSON, would give WordPress flexibility to shed some of its legacy baggage.</p>\n\n\n\n<p>WordPress themes currently have a hard requirement of including a <code>style.css</code> file. We could well be on our way to building WordPress themes that have no need for a stylesheet at all. The future of FSE is likely one in which CSS is all handled through the Global Styles system with the theme&rsquo;s default values set via the <code>theme.json</code> file. If a theme has no styles, it does not make sense to hold onto the <code>style.css</code> file.</p>\n\n\n\n<p>However, this change is not merely limited to that possibility. The new format is cleaner and better prepared for future additions.</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, 05 Feb 2021 21:53: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:14:\"Justin Tadlock\";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:64:\"WPTavern: Newspack Publishes Showcase with 60 Newsrooms Launched\";s: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=111568\";s: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:173:\"https://wptavern.com/newspack-publishes-showcase-with-60-newsrooms-launched?utm_source=rss&utm_medium=rss&utm_campaign=newspack-publishes-showcase-with-60-newsrooms-launched\";s: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:4464:\"<p><a href=\"https://newspack.pub/\">Newspack</a>, a project funded by the Google News initiative and WordPress.com, has published a <a href=\"https://raindrop.io/collection/11158847\">showcase</a> of 60 news sites running on the platform. WordPress.com <a href=\"https://wptavern.com/wordpress-com-secures-2-4-million-in-funding-from-google-and-partners-to-build-a-publishing-platform-for-news-organizations\">announced</a> its plans to build the Newspack CMS two years ago and successfully signed on more than 50 sites in the first year. The cloud-based platform is open source and highly customized to generate revenue for small to medium-sized publications.</p>\n\n\n\n<p>Early adopters include the <a href=\"https://austinweeklynews.com/\">Austin Weekly News</a>, <a href=\"https://mississippitoday.org/\">Mississippi Today</a>, <a href=\"https://hongkongfp.com/\">Hong Kong Free Press</a>, <a href=\"https://oklahomawatch.org/\">Oklahoma Watch</a>, <a rel=\"noreferrer noopener\" href=\"https://bangordailynews.com/\" target=\"_blank\">Bangor Daily News</a>,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://oaklandside.org/\" target=\"_blank\">The Oaklandside</a>, and many other watchdog publications serving their communities with vital local news coverage. </p>\n\n\n\n<p>The <a href=\"https://raindrop.io/collection/11158847\">showcase</a> was created using the Raindrop bookmark manager, which allows viewers to search for a specific site and see all the various homepages at a glance. The diversity of the publications is striking, but clicking through to their websites it&rsquo;s clear that most of them share an intimate connection with their communities that might otherwise have evaporated in the <a href=\"https://wptavern.com/finding-wordpress-in-the-post-print-news-era\">post-print news era</a>. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Newspack stands out as an affordable, open source alternative to proprietary systems. Publishers generally pay <a href=\"https://newspack.pub/pricing/\">$500-$2,000/month</a> using a sliding scale based on their annual revenue. The <a href=\"https://newspack.pub/2019/08/12/see-the-revenue-generation-features-of-newspack-in-action/\">tools</a> they are given are open and designed to help create economically sustainable journalism. It&rsquo;s not surprising that a community has sprung up around the product, as small publishers share many of the same issues.  A dedicated Slack workspace. facilitates conversation and collaboration for more than 150 editors, designers, product and business people who are all using the same building blocks to run their publications.</p>\n\n\n\n<p>In 2020, thirteen Newspack publications were awarded <a href=\"https://newspack.pub/2020/05/07/newspack-publishers-earn-share-of-covid-19-relief-package/\">a total of more than $1 million in grants</a> from the Facebook Journalism Program&rsquo;s relief effort for local news due to Covid-19. Publishing online at a low cost on WordPress has helped many of these publications weather the pandemic, instead of being forced to consolidate or shutter. </p>\n\n\n\n<p>In May, 2020, analysts from&nbsp;<a href=\"https://fundjournalism.org/\">News Revenue Hub</a> published a <a href=\"https://fundjournalism.org/2020/05/26/hub-report-several-sites-are-now-on-newspack-hows-that-going/?utm_source=dlvr.it&utm_medium=twitter\">study</a> examining how Newspack-powered newsrooms are interacting with WordPress. A few key findings showed that Newspack users may require more assistance in managing their sites, which leverage the block editor and come with more than 50 pre-configured plugins:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The role of Newspack in reducing or replacing the need for website management-related technical resources is unclear, and depends greatly on an individual newsroom&rsquo;s technical knowledge and resources.</p><p>Potential improvements going forward should focus on providing deeper, more standardized education and documentation to broad groups of users.</p></blockquote>\n\n\n\n<p>The report concluded that &ldquo;Newspack has established itself as a valuable tool for newsrooms, as well as a valuable method for building sites collaboratively,&rdquo; but warns that the project may face challenges in scaling the hands-on support that pilot newsrooms received in the early stages. More revenue-generating features are still being developed but overall participating newsrooms had a high rate of satisfaction with the platform.</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, 05 Feb 2021 06:38: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: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: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:99:\"WPTavern: Call for Feedback on Theme Review Action, a New Automated WordPress Theme Testing Project\";s: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=111325\";s: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:241:\"https://wptavern.com/call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project?utm_source=rss&utm_medium=rss&utm_campaign=call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project\";s: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:5176:\"<img />GitHub output of Theme Review Action.\n\n\n\n<p class=\"has-drop-cap\">Automation. It is one of those dreams in the minds of many reviewers from the Themes Team. If there was a tool to take care of 90% of the issues, the team could focus on the 10% not easily found by automated scripts.</p>\n\n\n\n<p>Enter the <a href=\"https://github.com/WordPress/theme-review-action\">Theme Review Action</a> project. Steve Dufresne, a WordPress Meta team contributor, put out a <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">call for testing and feedback </a>of the new project on Monday.</p>\n\n\n\n<p>&ldquo;If we could combine some of the existing code analysis tools, automate away some of the manual testing and open them up to more development workflows, could we improve theme quality, alleviate pressure on manual testing, and speed up the theme review process?&rdquo; asked Dufresne.</p>\n\n\n\n<p>The project currently runs several test suites, including the current <a href=\"https://wordpress.org/plugins/theme-check/\">Theme Check</a> plugin. Theme authors can run the texts by running the NPX command in their theme folder, adding it as an action on GitHub, or cloning and running it locally. Running via NPX is not currently supported on Windows.</p>\n\n\n\n<p>Right now, theme authors are needed. Regardless of whether you are building themes for the directory, clients, third-party marketplaces, or a theme shop, this is an opportunity to give back to WordPress. It is also an opportunity to improve the tools that you could benefit from as a theme developer in the long term. Automated theme tests help the entire theme ecosystem.</p>\n\n\n\n<p>&ldquo;Theme authors need to be open to this and understand that it is not all about requirements,&rdquo; said Carolina Nymark, a Themes Team representative. &ldquo;It is about improving theme quality.&rdquo;</p>\n\n\n\n<p>The project was, in part, informed by a Themes Team <a href=\"https://make.wordpress.org/themes/2020/04/03/proposal-github-theme-review/\">proposal in early 2020</a>. Denis &#381;oljom identified three problems the team was fighting against:</p>\n\n\n\n<ul><li>People don&rsquo;t like to read requirements or handbooks.</li><li>Some of the issues that are popping up are repetitive and could be caught automatically.</li><li>Reviewing themes in Trac is really cumbersome.</li></ul>\n\n\n\n<p>The proposal&rsquo;s focus was on moving reviews to GitHub, focusing on the third point. However, the Theme Review Action project could be the start of handling one or more issues.</p>\n\n\n\n<p>The obvious solution is that the project can be automated. However, because the Theme Review Action project can be set as a GitHub Action, it leaves room for the team&rsquo;s GitHub review proposal.</p>\n\n\n\n<p>&ldquo;Two things I mentioned to Steve &mdash; and these are my opinions &ndash;, is that we need checks that run on theme upload and on live themes, and we need a long-term solution,&rdquo; said Nymark. &ldquo;There have been attempts to automate testing before that have not been followed through, and without a plan for how the tool will be used, I am worried about spending time on it.&rdquo;</p>\n\n\n\n<p>The team had hoped that the <a href=\"https://make.wordpress.org/themes/handbook/theme-sniffer/\">Theme Sniffer</a> project would lead to more automation at one point. It is hard to get hopes up after previous goals never came to fruition.</p>\n\n\n\n<p>&ldquo;I too have a similar concern where the project might not get enough adoption to make it to .ORG checking, and that is one of the reasons (other than just being super busy) that I haven&rsquo;t been able to prioritize looking at [Theme Review Action],&rdquo; said Themes Team rep William Patton.</p>\n\n\n\n<p>While the team and some theme authors still use the Theme Sniffer, the UI leaves a lot to be desired. Nymark pointed out that it was hard for theme authors to distinguish between the baseline requirements and recommendations.</p>\n\n\n\n<p>&ldquo;To display messages from automated tools that are not strictly requirements is very difficult to get right,&rdquo; she said. &ldquo;For example, if a tool started reporting CSS linting errors for the WordPress CSS coding standards, many people would find that too opinionated and limiting.&rdquo;</p>\n\n\n\n<p>Theme authors, the group that reaps the most financial and reputational benefits from the theme directory, have often been reluctant to chip in. Few companies spare an employee to perform reviews or work on tools that developers and the team need. Calls for testing, feedback, and discussion often go unanswered, leaving a select few to do the lion&rsquo;s share of the work. For this project to be successful and not feel like something foisted upon them down the road, theme developers need to be in the mix.</p>\n\n\n\n<p>In the <a href=\"https://wptavern.com/wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks\">first episode</a> of the WP Briefing podcast, WordPress Executive Director Josepha Haden Chomphosy talked about focusing on automation as one of this year&rsquo;s goals. If there is one team that could use such tools, it would be the Themes Team.</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, 04 Feb 2021 22:51:42 +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:\"Justin Tadlock\";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:109:\"WPTavern: New Report Estimates WordPress’ Market Share of US Higher Education Institution Websites at 40.8%\";s: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=111416\";s: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:255:\"https://wptavern.com/new-report-estimates-wordpress-market-share-of-us-higher-education-institution-websites-at-40-8?utm_source=rss&utm_medium=rss&utm_campaign=new-report-estimates-wordpress-market-share-of-us-higher-education-institution-websites-at-40-8\";s: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:2613:\"<p>A new <a href=\"https://www.eqafy.com/component/content/article/49-higher-education-research/315-us-university-and-college-content-management-systems-2021.html\">report</a> from eQAfy, a company that collects and analyzes data about higher education websites, has benchmarked which content management systems US institutions are using. The report is a snapshot of data from December 2020, sourced from the&nbsp;<a href=\"https://nces.ed.gov/\">National Center for Education Statistics</a>&nbsp;<a href=\"https://nces.ed.gov/ipeds/\">IPEDS database</a>. After scanning a list of 4,000 active institutions,  EQAfy&rsquo;s headless browser was able to detect the CMS for 3,359 homepages (83.8%).</p>\n\n\n\n<p>A market leading group of 12 content management systems made up 90% of the homepages eQAfy detected, including four open source solutions and eight proprietary solutions. WordPress captures 40.8% of the market, followed by Drupal at 19.1%, as measured across all institution types (public, private for profit, and private non-profit), levels (2-year and 4-year), and sizes.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>WordPress&rsquo; estimated market share for public institutions came in at 27%, and is much higher in the private for-profit institutions category at 55%. </p>\n\n\n\n<p>Looking at 2-year public higher education institutions by student population, WordPress falls to #3 at just 18.3%. Drupal leads the pack in that category with 29.2%, and proprietary CMS&rsquo;s take up the rest of the market. WordPress does much better in the category of 4-year private for-profit higher education institutions, capturing a staggering 75% of the market.</p>\n\n\n\n<p>When examining CMS suppliers for institutions by size, WordPress is the overall market leader but does far better in the smallest institutional size categories, with waning dominance in the large to very large categories.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The <a href=\"https://www.eqafy.com/component/content/article/49-higher-education-research/315-us-university-and-college-content-management-systems-2021.html#table-10-2-year-private-non-profit-institutions\">report</a> has more interesting data comparisons across different categories if you want to dig deeper. It&rsquo;s important to note that eQAfy only collected the main websites for these institutions, which may not be representative of the CMS that powers the schools&rsquo; ancillary websites. They are often created using a combination of platforms. This report covers only which CMS the schools preferred to use for the face of their institutions.</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, 04 Feb 2021 04:48:39 +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: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:64:\"WPTavern: FSE and WordPress Themes: What Does the MVP Look Like?\";s: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=111262\";s: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:169:\"https://wptavern.com/fse-and-wordpress-themes-what-does-the-mvp-look-like?utm_source=rss&utm_medium=rss&utm_campaign=fse-and-wordpress-themes-what-does-the-mvp-look-like\";s: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:8894:\"<p class=\"has-drop-cap\">Josepha Haden Chomphosy, the Executive Director of WordPress, <a href=\"https://make.wordpress.org/core/2021/02/01/full-site-editing-and-themes-where-things-are/\">posted a follow-up</a> to her <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">outline of the upcoming year</a>. Questions mounted about what a minimum viable product (MVP) looked like for Full Site Editing (FSE), which is expected to be ready in the Gutenberg plugin in April. The core team is also shooting for a June launch of FSE in WordPress when it ships WordPress 5.8.</p>\n\n\n\n<p>These seem like lofty goals, but members of the WordPress development and business community were left asking, &ldquo;What is an MVP for FSE?&rdquo; This is not a new question. Whether it is the swift pace of development, a communication breakdown, or so much of the project being hidden behind layer upon layer of GitHub issues, it can be hard to follow. There is no big webpage that spells out each step in minute detail of where the project is going. Information can sometimes feel scattered. This can give pause to third-party developers and business owners who need to know what to expect to update their products.</p>\n\n\n\n<p>Joost de Valk, the CPO of Yoast, <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/#comment-4975\">voiced his frustration</a> with the process in the comments. We later discussed this in more detail.</p>\n\n\n\n<p>&ldquo;I think FSE will change what a theme is, and, if it gets executed properly, will make it far easier to build a theme, as themes will be much smaller,&rdquo; he said. &ldquo;That brings the burden onto the community to come up with reliable methods of styling though, and conventions on class names or similar, to make styling work everywhere. I currently don&rsquo;t understand what is even considered as MVP for Full Site Editing, nor do I see any discussions about how it&rsquo;ll work with themes not purpose built for it, and that worries me.&rdquo;</p>\n\n\n\n<p>He shares some of the same concerns as others in the community who feel like there is no process in place for an MVP.</p>\n\n\n\n<p>&ldquo;And there is no such thing,&rdquo; he said. &ldquo;Vision without execution is just hallucination.&rdquo;</p>\n\n\n\n<p>Chomphosy said that she was aware of the interconnectedness. &ldquo;I also see that the information we have published isn&rsquo;t in a tidy and followable post that would help people make good decisions on behalf of 39% of the web,&rdquo; she said.</p>\n\n\n\n<p>She pointed to a <a href=\"https://github.com/WordPress/gutenberg/issues/24551\">ticket that lists six (now seven) milestones</a>. Each of those milestones, when taken together, represent where FSE needs to be for an MVP.</p>\n\n\n\n<p>&ldquo;Together they outline an architecture that allows the expression of a full theme using blocks and an editor capable of customizing that theme,&rdquo; she wrote. &ldquo;<strong>The MVP should make it possible to build a version of the Twenty Twenty-One theme, using only blocks, without any coding knowledge.</strong>&ldquo;</p>\n\n\n\n<p>The following is a breakdown of the milestones that need to reach completion before we see the first version of FSE land in WordPress:</p>\n\n\n\n<h2>Milestone 1: Infrastructure and UI</h2>\n\n\n\n<p>Perhaps the most crucial part of FSE is a <a href=\"https://github.com/WordPress/gutenberg/issues/24818\">workable site editor</a>. Merging the WordPress templating system into a cohesive UI is the foundation of the project. The underlying infrastructure handles how templates and template parts work. At this point, this foundation is in a reliable spot. It is all the features that build upon it that need more work. This milestone also includes getting the site-editing interface in place and handling multi-entity saving.</p>\n\n\n\n<p>The final leg of the milestone allows users to <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">edit templates</a> from within the post editor, effectively switching between content and design editing. The FSE Outreach Program recently <a href=\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\">tested this feature</a> to garner feedback after Gutenberg 9.6.</p>\n\n\n\n<h2>Milestone 2: Browsing</h2>\n\n\n\n<p>This milestone covers all of the work for <a href=\"https://github.com/WordPress/gutenberg/issues/24552\">navigating the UI</a> of the site editor. There are many moving parts, such as switching between pages, templates, template parts, global styles, and more. Users must know which element they are working on.</p>\n\n\n\n<p>This is the only milestone marked as completed. However, there is an open ticket for exploring the idea of a <a href=\"https://github.com/WordPress/gutenberg/issues/23328\">&ldquo;browsing&rdquo; mode</a> alongside the edit and select modes.</p>\n\n\n\n<h2>Milestone 3: Styling</h2>\n\n\n\n<p>For the most part, this milestone centers on the upcoming Global Styles system. The <a href=\"https://github.com/WordPress/gutenberg/issues/20331\">system creates a hierarchy</a> of how styles are applied to blocks from theme defaults to global user modifications, down to per-block style options.</p>\n\n\n\n<p>While much of the work is complete for an MVP, there are dozens of feature tickets in the backlog. This is also an area where the block system is years behind third-party page builders. Expect to see long-term feature additions based on post-launch feedback.</p>\n\n\n\n<h2>Milestone 4: Theme Blocks</h2>\n\n\n\n<p>Theme authors should keep a close eye on this ticket. The only way that block-based themes become a reality for most theme developers is if all <a href=\"https://github.com/WordPress/gutenberg/issues/22724\">template tags have a corresponding block</a> in the site editor. Or, at least if the most-used template tags do. Some of these functions are no longer applicable in the block editor. Theme developers should make sure they have the blocks they need to recreate anything they are building today.</p>\n\n\n\n<p>Admittedly, I am sad to see that blocks for Bookmarks/Links are unlikely to be moving forward. While the feature is deprecated, I am still nostalgic about the good ol&rsquo; blogroll days. Maybe this would be best left a plugin. A revival of the <a href=\"https://wordpress.org/plugins/link-manager/\">Link Manager</a> plugin could be in order.</p>\n\n\n\n<h2>Milestone 5: Query Block</h2>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/issues/24762\">Query block</a> and its corresponding Loop block are, in some ways, the most essential pieces of Full Site Editing. They handle what posts are loaded and how they are displayed. The feature is one of the more complex puzzles to solve. The Gutenberg development team has continued iterating on it for months, and it is now at a good baseline. However, it has miles to go before it can seriously handle all the things that theme authors need to do with it.</p>\n\n\n\n<p>Right now, the Query block only handles a handful of options for customizing the query. The team needs to determine what controls should be available in the sidebar for end-users and integrate the blocks with patterns for different types of post-list displays.</p>\n\n\n\n<h2>Milestone 6: Navigation Block</h2>\n\n\n\n<p>Aside from the Query block, Navigation is the only other block that requires <a href=\"https://github.com/WordPress/gutenberg/issues/27593\">its own milestone</a>. Navigation menu issues have plagued the WordPress project for well over a decade. It is one of the hardest things to get right. While nav menus in WordPress today are generally easy to work with, their design is not customizable by the end-user. The output is wholly at the theme author&rsquo;s discretion. Catering to the array of possible menu designs theme authors might want and making it customizable for the end-user is likely one of the toughest problems for the Gutenberg project.</p>\n\n\n\n<p>There are at least a couple of dozen sub-tickets that need contributors. Even then, it could be several versions later before the Navigation block is ready for the more complex patterns used in some themes today.</p>\n\n\n\n<h2>Milestone 7: Gradual Adoption</h2>\n\n\n\n<p>After the first six milestones representing the MVP are completed, WordPress needs a way to allow end-users and theme authors to gradually adopt FSE. Primarily, this would be a mix of block-based templates and traditional PHP-based templates. Developers should be allowed to update their themes without changing them wholesale, potentially leaving segments of their user base behind.</p>\n\n\n\n<p>Block-based widgets and navigation screens also fall under this milestone. Both features were punted to future releases after failing to land in 2020. However, these will be stepping stones for users who are not quite ready to switch to FSE or are unable to because of their theme.</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, 03 Feb 2021 22:55:56 +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:\"Justin Tadlock\";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:55:\"WordPress.org blog: WordPress 5.6.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9574\";s: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/2021/02/wordpress-5-6-1-maintenance-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8265:\"<p>WordPress 5.6.1 is now available!</p>\n\n\n\n<p>This maintenance release features&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.6.1&group=status&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">20 bug fixes</a> as well as&nbsp;7 issues fixed for the&nbsp;block&nbsp;editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-5.6.1.zip\">download WordPress 5.6.1 directly</a>, or visit the<strong>&nbsp;Dashboard → Updates</strong>&nbsp;screen&nbsp;and click&nbsp;<strong>Update Now</strong>. If your sites support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>WordPress 5.6.1 is a short-cycle maintenance release. The next major release will be&nbsp;<a href=\"https://make.wordpress.org/core/5-7/\">version 5.7</a>.</p>\n\n\n\n<p>To see a full list of changes, you can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.6.1&group=status&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">list on Trac</a>, read the&nbsp;<a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">5.6.1 RC1</a>&nbsp;post, or visit the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-6-1/\">5.6.1 documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.6.1 release was led by <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a>, <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sergeybiryukov</a> and <a href=\"https://profiles.wordpress.org/whyisjake/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>whyisjake</a>. Thanks to <a href=\"https://profiles.wordpress.org/metalandcoffee/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>metalandcoffee</a> and <a href=\"https://profiles.wordpress.org/hellofromtonya/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>hellofromtonya</a> for running bug scrubs, <a href=\"https://profiles.wordpress.org/planningwrite/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>planningwrite</a> and <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a> for their help on the release post.</p>\n\n\n\n<p>Props to everyone who helped make WordPress 5.6.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</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, 03 Feb 2021 21:30:51 +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:9:\"Jb Audras\";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:51:\"WPTavern: WordPress 5.7 Beta 1 Is 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=111333\";s: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:147:\"https://wptavern.com/wordpress-5-7-beta-1-is-ready-for-testing?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-7-beta-1-is-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:3105:\"<p><a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> was released this week on schedule and is ready for wider testing. This release will introduce <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..02%2F03%2F2021&type=enhancement&type=feature+request&milestone=5.7&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">68 new features and enhancements</a>, dozens of bug fixes, and versions 9.3 &ndash; 9.9 of the Gutenberg plugin. </p>\n\n\n\n<p>A few of the highlights expected in 5.7 include the following: </p>\n\n\n\n<ul><li><strong>Lazy-load iframes</strong>: When WordPress 5.4 added lazy loading for images, contributors discussed extending this to iframes as well. Now that the&nbsp;<code>loading</code>&nbsp;attribute on&nbsp;<code>iframe</code>&nbsp;tags has been added to the HTML standard, it will be supported in core in 5.7. </li><li><strong>Streamlined migration from HTTP to HTTPS</strong>: WordPress can now detect if a user&rsquo;s hosting environment supports HTTPS and <a href=\"https://wptavern.com/wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https\">enables a one-click update process</a>, handling mixed content rewrites where possible. </li><li><strong>Standardize colors used in WP-Admin CSS to a single palette</strong>: WordPress is <a href=\"https://wptavern.com/skinning-the-wordpress-admin-css-custom-properties-on-the-way\">implementing a CSS custom properties system</a> that will make it easier to add custom color schemes.</li><li><strong>Ongoing cleanup after update to jQuery 3.5.1</strong></li><li><strong>New Robots API</strong>: <a href=\"https://core.trac.wordpress.org/changeset/49992\">This new API</a> allows developers to centrally manage the content of the&nbsp;<code>robots</code>&nbsp;meta tag injected into the page, and includes a setting to toggle whether search engines are allowed to display large media from the site. By default, a&nbsp;<code>max-image-preview:large</code>&nbsp;robots directive which will be injected into the&nbsp;<code>robots</code>&nbsp;meta tag based on the new setting.</li></ul>\n\n\n\n<p>These features need testing, along with the host of updates rolling over from the Gutenberg plugin. The editor is getting the most visible enhancements in 5.7, with features like dragging blocks and block patterns from the inserter into the canvas, major improvements to the buttons block, new social icons, and much more.</p>\n\n\n\n<p>The official release is expected in just under five weeks on March 9, 2021. Testing is a critical part of the process for making WordPress better with each update. The easiest way to get in on that is to install the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (set to the&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<code>Beta/RC Only</code>&nbsp;stream), or download and install the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a> of the beta version.</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, 03 Feb 2021 18:54:13 +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: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:56:\"WordPress.org blog: The Month in WordPress: January 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9632\";s: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/2021/02/the-month-in-wordpress-january-2021/\";s: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:11649:\"<p>For WordPress, 2021 started on a high note. Read on to learn about updates from last month.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress release updates</h2>\n\n\n\n<p>WordPress project executive director — Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">shared big picture goals for WordPress in 2021</a>. Highlights include shipping&nbsp; Full Site Editing&nbsp; — first on the Gutenberg plugin in April 2021&nbsp; and later in core (with WordPress 5.8), improved learning opportunities on learn.wordpress.org, and better tooling for contributors. As per the updated <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a>, WordPress version 5.7 is planned to launch in March 2021 and WordPress 5.8 in June 2021. Some related updates:</p>\n\n\n\n<ul><li>Contributor teams are working on <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">an updated admin color palette for WordPress 5.7</a> that will be more accessible and easy to read.&nbsp;</li><li>The Core team is working on a proposal to <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">align WordPress release cycles with industry standards</a>.&nbsp;</li><li>WordPress 5.6.1 <a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">Release Candidate 1</a> is out. This release is set to launch by<a href=\"https://make.wordpress.org/core/2021/02/02/a-week-in-core-february-1-2021/\"> February 3, 2021</a>. Questions and answers for <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">WordPress 5.6</a> are now <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">available on GitHub</a>. Contact the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel in the WordPress Slack, if you would like to contribute.</li><li>The <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> release is out! Download the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip file</a> or use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">beta tester plugin</a> to test it out.&nbsp;</li></ul>\n\n\n\n<p>Want to be involved in the next release? You can help build WordPress Core by following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a> and joining the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal to return to in-person WordPress events in safe locations</h2>\n\n\n\n<p>The Community team is <a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\">discussing an updated proposal</a> to create a decision-making checklist for meetup organizers. The proposal is aimed at locations that have more effectively contained COVID-19 (such as New Zealand and Taiwan, for instance) so that local meetup groups in these areas can organize safe, in-person events. According to the proposal, in-person meetup organizers should review local/global health instructions based on resources and complete a checklist — which recommends whether to organize an event or not based on the organizer’s inputs and other factors. Compulsory safety precautions should be taken for any in-person meetup, and participants/organizers can share event feedback with WordCamp Central. The proposal is still being discussed, so if you have any thoughts, please<a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\"> share them in the comments</a>. <strong>Please note: WordPress meetups and WordCamps are still online at this time and will continue to remain online until further notice.</strong></p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog</a>, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RQC7RN\">#community-events</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a local WordPress community event, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>.&nbsp;</p>\n\n\n\n<h2>Gutenberg 9.7 and 9.8</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">Version 9.7</a> on January 6th and <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">Version 9.8</a> on January 20th. Version 9.7 allows users to drag block patterns from the inserter right into a desired position within the editor. It also has a new block variations feature and several improvements to reusable blocks. Version 9.6 makes the spacer block semi-transparent, adds a variation icon to the block switcher, adds site editor content to an iframe, and stabilizes Full Site Editing (FSE) by removing the auto drafts feature. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can find out more about the Gutenberg roadmap in the latest <a href=\"https://make.wordpress.org/core/2021/02/01/whats-next-in-gutenberg-february-2021/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<h2>Inviting Learn WordPress Contributors</h2>\n\n\n\n<p>Contributor teams working on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> initiative are asking for <a href=\"https://learn.wordpress.org/contribute/\">new workshop presenters and discussion group facilitators</a>. The Training Team is recruiting<a href=\"https://make.wordpress.org/training/2021/01/27/learn-wordpress-working-group-call-for-handbook-volunteers/\"> volunteers for the Learn WordPress handbook</a> and has put up a <a href=\"https://make.wordpress.org/training/2021/01/29/request-for-testing-slides-plugin/\">call for testing for the slides plugin</a> to identify a simplified way to present slides. The Polyglots Team has floated a proposal to <a href=\"https://make.wordpress.org/polyglots/2021/01/13/proposal-translating-learn-wordpress/\">translate Learn WordPress</a>. The Meta Team is exploring the possibility of <a href=\"https://make.wordpress.org/meta/2021/01/03/protecting-childrens-privacy-on-wordpress-through-the-lens-of-coppa/\">making Learn WordPress (and wordpress.org) COPPA-compliant</a> to host workshops aimed at kids. </p>\n\n\n\n<p>Want to contribute to the Training team? Follow the <a href=\"https://make.wordpress.org/training/\">Training team</a> blog, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RW657Q\">#training</a> channel in the Make WordPress Slack.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">Round 1</a> of the Full Site Editing (FSE) outreach program <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">has wrapped up</a>. As a result, gaps were identified in the Gutenberg 9.6 template-switching experience &#8211; you can follow the issues in GitHub. You can follow issues in GitHub and submit questions to the team. The program identified gaps in the current template-switching experience that shipped with Gutenberg 9.6. You can follow the <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">issues reported in GitHub</a>. Do you have questions about the FSE program? You can now <a href=\"https://make.wordpress.org/test/2021/02/02/fse-program-bring-your-questions/\">submit them here as part of the outreach program</a>.</li><li><a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> — A cross-team initiative led by the Marketing team to highlight WordPress contributors is back with <a href=\"https://wordpress.org/news/2021/01/people-of-wordpress-thelma-mutete/\">a post featuring Thelma Muelte of Zimbabwe</a>. If you are an active contributor to a WordPress.org team or a local WordCamp, contact the Marketing Team with the #ContributorStory tag to be featured in the series.</li><li>Joseph Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) launched a podcast titled <a href=\"https://wordpress.org/news/2021/02/welcome-to-your-wp-briefing/\">WP Briefing</a> which is aimed at WordPress users, builders, and contributors of all levels. The podcast &#8211; which is available on all major platforms, will include overviews of WordPress philosophy, community success stories, and major updates. </li><li>The Plugin team has added a requirement that <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">plugins in the WordPress repository must not make changes to the default auto-update settings on a site</a>. The only exception to this requirement is for those plugins that manage auto-updates.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India 2021</a> — a regional online WordCamp has begun. It’s running over three weekends and started with <a href=\"https://india.wordcamp.org/2021/workshops/\">Multilingual workshop sessions on January 30 and 31</a>. The workshops <a href=\"https://india.wordcamp.org/2021/workshops/\">can be found on the event site</a> and will soon be featured on <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. <a href=\"https://india.wordcamp.org/2021/tickets/\">Tickets are still available</a> for the event —which will have a contribution event on February 6-7, followed by sessions on February 13th and 14th. </li><li>The WordPress Foundation has <a href=\"https://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\">invited applications for online do_action hackathons and encouraged folks to organize online open-source workshops</a> in 2021.</li><li>The Themes Team shared a post on the usage of the “Report this theme” button in 2020. The team is also <a href=\"https://make.wordpress.org/themes/2021/01/25/call-for-maintainers-theme-unit-test/\">looking for maintainers</a> for its <a href=\"https://codex.wordpress.org/Theme_Unit_Test\">Theme unit test</a>.</li><li>The Meta Team has launched an initiative to <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">facilitate automated theme testing</a> and is <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">requesting feedback</a>.</li><li>Members of the Core Team are <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">considering a “stale bot”</a> to close out stale issues in the Gutenberg GitHub repository.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></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:\"Wed, 03 Feb 2021 15:01:17 +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:\"Hari Shanker R\";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:36:\"HeroPress: Discover Where You Belong\";s: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=3469\";s: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://heropress.com/essays/discover-where-you-belong/#utm_source=rss&utm_medium=rss&utm_campaign=discover-where-you-belong\";s: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:7102:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/020221-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I discovered that the way forward was to create spaces for others.\" /><p>My path to WordPress is, like so many stories, a twisty road lined with both struggle and good fortune. And yet, when I reflect on what led me here, it simply comes down to the common threads that bind us together as a community: the desire to make meaningful connections, the ability to do amazing things together, and the very human comfort that comes with knowing that I belong here.</p>\n<h3>It starts here</h3>\n<p>Just before I made my way into this world, my parents immigrated from Taipei, Taiwan to San Diego, USA. Growing up, I held a level of pride in being first generation which warred against a long list of discomforts that, as a kid, I couldn’t fully comprehend. That unlike my school mates, I rarely saw my extended family. That my English didn’t sound like that of my Californian friends, nor did my Mandarin mirror my Taiwanese cousins’. That cultural norms at friends’ homes were diametric experiences from my home.</p>\n<p>I realize that this sounds like I had a challenging, confusing childhood, but I assure you that I had a good time growing up. My folks are loving and made sure I had opportunities whenever possible. I always have had wonderful friends who generously share their lives and love my quirks. And, I have a brother who, despite being far smarter than I will ever be, still puts up with my big sister act.</p>\n<p>My point is that, it was painfully clear to me where I couldn’t fit in. Like many third culture kids, my perplexing cultural foundation had a profound impact on my values, and created importance around the concept of belonging, something I still hold to this day, and which pushed me along my way to WordPress.</p>\n<h3>The twisty road</h3>\n<p>I was terrible at college. I had no sense of what I wanted to do with my life, and drifted from major to major until I found myself entirely broke and rudderless. It was 2010, and with minimal job experience and 45 credits short of a degree, I desperately applied for jobs, taking the first that offered me a full time position.</p>\n<p>It was a pivotal moment in my life. The job gave me purpose, and I actually felt like I was good at something for a change. I worked closely with my boss and mentor, a highly regarded commercial real estate advisor with a warm heart and penchant for dad jokes. What set him apart was his belief in community values: the importance of education, humility, empathy, good stewardship, qualities that made him a respected leader in many circles. Over the ensuing years, I would finish my degree. But the lessons that meant the most were learned by following my mentor’s example, and would later translate well to open source leadership.</p>\n<p>Meanwhile, I began volunteering with renewed passion: sorting clothes at homeless shelters, working on literacy programs, teaching English at the library, serving meals, maintaining trails, building homes. I fund raised and coordinated volunteer events. Eventually, I joined advisory boards and committees of a few nonprofits, and became enamored of the strategic, thoughtful work that came with these roles.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/HfH-Nicaragua.jpg\"><img /></a>Building homes in Estelí, Nicaragua. One of my favorite volunteer memories!\n<p>Ideas around positive change and impact through community initiatives blossomed in my mind. Driven by strongly held values, I continued to help and was welcomed at every turn. I learned that it was people who could create spaces in which anyone, everyone could belong and add value by virtue of being a unique, enthusiastic human being. I wanted to create these spaces.</p>\n<h3>Finding WordPress</h3>\n<p>Now, it is a true story that I also found my way to WordPress through my partner, and that WordPress brought us together. We met through a mutual friend, and when I realized that he could build me a website, I asked him to do so for work. Arguably, one of my first experiences with WordPress could be described either as sharing what my site required with my developer, or innocently flirting with my future partner. The joke I like to tease him with is that I needed someone to maintain the site, so I married him.</p>\n<p>The other truth was that, after eight years of volunteering and lessons in leadership, my passion had turned to community building. I wanted a career in creating sustainable communities where people were openly welcomed, and members tangibly feel that they belong and experience joy in their participation.</p>\n<p>Simultaneously, working with my WordPress site also reinforced my sense of belonging to something bigger. Despite not having any technical background (y’all, my degree is in English), I was able to not just publish with WordPress, but have a functional site that worked incredibly well for my purposes. I saw WordPress as a way for anyone to have a voice online, and as a result, I was also drawn to the idea of creating these tools that non-developers, like myself, could use in an increasingly online world.</p>\n<p>By that point, my WordPress developer had become my fiancé, and he once again suggested a WordPress-based solution, this time for my career needs. Just before we married, he forwarded a job opportunity with Automattic as a sponsored community organizer within the WordPress open source project. It was a perfect match.</p>\n<p>And that is how, in 2018, after going through the standard Automattic interview process (another story that I’m happy to share with anyone interested) I found myself a community organizer for the WordPress Project.</p>\n<h3>Where do we go now?</h3>\n<p>I’ve only been in my current role for two and a half years, but during this time, my belief in the power of resilient communities has only grown, fortified by supporting meetup and WordCamp organizers, bolstered by working on diversity initiatives, and humbled by opportunities to serve teams as their lead, mentor, or member. I’ve met and worked with so many phenomenal community members, full of passion and creativity, and have loved every minute of what we do together.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/WCUS-2019.jpg\"><img /></a>The WordCamp US 2019 team. I miss you all so much!\n<p>More than anything, what excites me the most is that we still have so much more we can achieve together. Personally, I also still have much to learn, about community growth, about WordPress, and about every individual who seeks to add WordPress to their story.</p>\n<p>In seeking out where I belong, I found WordPress, and I discovered that the way forward was to create spaces for others &#8211; I invite you to do that with me.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/discover-where-you-belong/\">Discover Where You Belong</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, 03 Feb 2021 07:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Angela Jin\";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:21:\"Matt: Compounding Ice\";s: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:22:\"https://ma.tt/?p=53641\";s: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:38:\"https://ma.tt/2021/02/compounding-ice/\";s: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:1899:\"<p>I learned something novel about how the ice age happened from this <a href=\"https://www.collaborativefund.com/blog/the-freakishly-strong-base/\">Freakishly Strong Base post by Morgan Housel</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The prevailing idea before [Wladimir] Köppen was that ice ages occur when the earth’s tilt supercharges the wrath of cold winters. Köppen showed that wasn’t the case. Instead, moderately cool summers are the culprit.</p><p>It begins when a summer never gets warm enough to melt the previous winter’s snow. The leftover ice base makes it easier for snow to accumulate the following winter, which increases the odds of snow sticking around in the following summer, which attracts even more accumulation the following winter. Perpetual snow reflects more of the sun’s rays, which exacerbates cooling, which brings more snowfall, and on and on.</p><p>You start with a thin layer of snow left over from a cool summer that no one pays much attention to, and after a few tens of thousands of years the entire earth is covered in miles-thick ice.</p></blockquote>\n\n\n\n<p>Fascinating! The blog goes on to apply the idea to that strong base, accumulating a bit at a time, to investing and business. The power of compounding seems appropriate to share on <a href=\"https://www.aboutamazon.com/news/company-news/email-from-jeff-bezos-to-employees\">the day Jeff Bezos announced his retirement</a>.</p>\n\n\n\n<p>I&#8217;ll leave you with one of my favorite quotes from Charlie Munger, which is also how the <a href=\"https://www.collaborativefund.com/blog/the-freakishly-strong-base/\">article ends</a>: </p>\n\n\n\n<blockquote><p>&#8216;The first rule of compounding: never interrupt it unnecessarily.&#8217;</p><cite>Charlie Munger</cite></blockquote>\n\n\n\n<p><em>The iceberg photo is one <a href=\"https://ma.tt/2011/08/glacier/\">I took near Svalbard in 2011</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:\"Wed, 03 Feb 2021 01:44:42 +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:4:\"Matt\";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:40:\"WordPress.org blog: WordPress 5.7 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9599\";s: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/2021/02/wordpress-5-7-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7617:\"<p>WordPress 5.7 Beta 1 is now available for testing! <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" /></p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.7 Beta 1 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for final release is March 9, 2021. That’s just <strong>five weeks away</strong>, so your help is vital to making sure that the final release is as good as it can be.</p>\n\n\n\n<p>So what’s new? <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"🤔\" class=\"wp-smiley\" /></p>\n\n\n\n<h2><strong>Improvements in Core</strong></h2>\n\n\n\n<p><strong>Lazy-load iframes</strong><br />Now you can enable lazy-loading of iframes by adding the <code>loading=\"lazy\"</code> attribute to iframe tags on the front-end.&nbsp;</p>\n\n\n\n<p><strong>Migrating from HTTP to HTTPS is streamlined</strong><br />Switching a WordPress site from HTTP to HTTPS has proven to be a pain for all involved. While on the surface, the Site Address and WordPress Address have to be updated, content with embedded HTTP URLs remains unchanged in the database. With this release, migrating a site to HTTPS is now a one-click interaction. URLs in the database are automatically replaced when the Site and WordPress Address are both using HTTPS.&nbsp; Also, Site Health now includes an HTTPS status check.</p>\n\n\n\n<p><strong>Standardize colors used in WP-Admin CSS to a single palette</strong><br />This change collapses all colors used in the CSS to one of the available shades of blue, green, red, yellow, grey, black, and white. The palette makes it simpler than ever to build components your users can read, because half the range gives you great contrast with white type and a half with black, according to current accessibility guidelines.</p>\n\n\n\n<p><strong>Ongoing cleanup after update to jQuery 3.5.1</strong><br />jQuery deprecations in WordPress Core and bundled themes show up a lot less often, and the notifications make more sense to the user.</p>\n\n\n\n<p><strong>New Robots API</strong><br />The new Robots API allows the filter directives to be included in the ‘robots’ meta tag. Also, the directive <code>max-image-preview:large</code> is now included by default to allow large image previews to be displayed in search engines (unless the blog is marked as not being public).</p>\n\n\n\n<h2><strong>Improvements in the Editor</strong></h2>\n\n\n\n<ul><li>Inserter drag and drop: Blocks and block patterns can now be dragged directly from the inserter into the post canvas.</li><li>Full height alignment: Blocks such as the Cover block now can have an option to expand to fill the entire viewport.</li><li>Block variations: The icon and description of a block variation is now shown in the block inspector, and a new dropdown in the block inspector lets you switch between block variations.</li><li>Reusable blocks: Several enhancements to the usability and stability of reusable blocks have been made, and reusable blocks are now saved at the same time that the post is saved.</li><li>Buttons block: The Buttons block now supports vertical alignments, and you can set the width of a button to a preset percentage.</li><li>Social Icons block: You can now change the size of the icons in the Social Icons block.</li><li>Font size in more places: You can now change the font size in the List and Code blocks.</li><li>Many many other enhancements and bug fixes. To see all of the features for each release in detail check out the Gutenberg release posts: <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">9.3</a>, <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">9.4</a>, <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">9.5</a>, <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a>, <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">9.7</a>, <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">9.8</a>, and 9.9 (link forthcoming).</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the Make WordPress Core blog for 5.7-related developer notes in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..02%2F03%2F2021&milestone=5.7&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">143 tickets in WordPress 5.7</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..02%2F03%2F2021&type=enhancement&type=feature+request&milestone=5.7&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">68 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricker</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jeffpaul</a>, and <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a> for your peer revisions and <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>, and <a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> for final review on this exciting news.</em></p>\n\n\n\n<p>____________________________________</p>\n\n\n\n<p><em>New Year, new goals<br />Each day, one small step<br />It’s the little things&#8230;</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:\"Tue, 02 Feb 2021 22:31: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:13:\"Ebonie Butler\";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:72:\"WPTavern: Skinning the WordPress Admin, CSS Custom Properties on the Way\";s: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=111327\";s: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:187:\"https://wptavern.com/skinning-the-wordpress-admin-css-custom-properties-on-the-way?utm_source=rss&utm_medium=rss&utm_campaign=skinning-the-wordpress-admin-css-custom-properties-on-the-way\";s: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:4912:\"<p class=\"has-drop-cap\">Using CSS custom properties for the WordPress admin color scheme system is listed for the WordPress 5.7 milestone. It feels low-key enough that most would pass it over as a simple upgrade to keep up with the times. However, this feature can create ripples that spread and benefit the ecosystem in the years to come.</p>\n\n\n\n<p>Kirsty Burgoine, a front-end developer at Human Made, announced the <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">introduction of CSS custom properties</a> for the WordPress admin. The initial work landed in a ticket for <a href=\"https://core.trac.wordpress.org/ticket/49999\">iterating on the admin color schemes</a>. The first stage reduced the color palette from 199 colors down to 99, creating a more reasonable list to work from.</p>\n\n\n\n<img /><a href=\"https://codepen.io/ryelle/full/WNGVEjw\">WordPress color palette</a> by Kelly Choyce-Dwan.\n\n\n\n<p>The second stage will look at how to implement a CSS custom properties system that makes sense. That means doing the dreaded work of <em>naming things</em>. The Core CSS team is currently looking for feedback on how to best handle property names going forward and are open to alternative implementation suggestions.</p>\n\n\n\n<p>Once custom properties are in place, the new system could open a world of possibilities in the long term.</p>\n\n\n\n<h2>Thinking Ahead</h2>\n\n\n\n<p class=\"has-drop-cap\">My hopes of having WordPress admin themes have lived and died on each piece of news around custom color schemes, imaginative mockups, and the general hype of projects that never lived up to their promise. I may well be getting my hopes up again.</p>\n\n\n\n<p>Developers have been able to register custom admin color schemes since WordPress 2.5, but it was never an ideal system.</p>\n\n\n\n<p>One of my favorite plugins is <a href=\"https://wordpress.org/plugins/admin-color-schemes/\">Admin Color Schemes</a>, which is maintained by designers from the core WordPress team. It adds several schemes for users to choose from.</p>\n\n\n\n<img />Cruise scheme from the Admin Color Schemes plugin.\n\n\n\n<p>Sass, which is used to generate the admin color schemes in core today, has simplified the process. However, third-party developers still need to make sure their custom schemes remain updated between WordPress versions. The system is not built to protect against future compatibility issues.</p>\n\n\n\n<p>CSS custom properties change the game. With their widespread use and compatibility with modern browsers, custom admin theming &mdash; at least color scheming &mdash; is much more of a reality.</p>\n\n\n\n<p>I have not been this excited about the possibility of something new since Tung Do released his <a href=\"https://wptavern.com/dp-dashboard-an-alternative-wordpress-admin-design\">short-lived DP Dashboard plugin</a> in 2013. Now, a few days shy of eight years since its initial beta testing phase, I once again have some hope.</p>\n\n\n\n<img />Original beta design of the DP Dashboard plugin.\n\n\n\n<p>Given the little wisdom I have accumulated over the years, I now see that completely custom admin themes never led to the right path. I am happy we never went down it. Administration UIs need to work consistently for users and adapt to changes over time. Custom themes were a maintenance nightmare every time WordPress added a feature. However, a system built on CSS custom properties means that customizations do not break &mdash; or break far less often &mdash; as the software&rsquo;s UI evolves.</p>\n\n\n\n<p>While the focus right now is on color schemes, nothing is stopping WordPress from moving onto other features in the future. It is possible to set up a global styles system for designers to skin the admin in all kinds of interesting ways without breaking anything. Minor options like the border-radius of buttons, font-family choices, or heading font-sizes would be easy to roll in over time.</p>\n\n\n\n<p>As the block system continues to replace parts of the WordPress admin, custom admin skins will be far easier to maintain. Because everything in the block system is built as a component, it better future-proofs against back-compatibility issues.</p>\n\n\n\n<p>There is a long and winding path toward a feature-complete admin skinning system. However, it is not outside the realm of possibility.</p>\n\n\n\n<p>I look forward to the day when theme authors can easily roll out admin designs that match the front end. Perhaps integration with the block system&rsquo;s <code>theme.json</code> is a possibility. I would not mind seeing a separate admin theme directory in the future either. The use case may be too niche at this point, but it never hurts to keep the idea in the back of everyone&rsquo;s mind.</p>\n\n\n\n<p>If nothing else, the move to custom properties lets the team clean up the admin CSS and makes it easier to add custom color schemes. That is a win for the WordPress project.</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, 02 Feb 2021 22:16: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:14:\"Justin Tadlock\";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:73:\"WPTavern: WordPress 5.7 Will Make It Easier to Migrate From HTTP to HTTPS\";s: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=111377\";s: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:191:\"https://wptavern.com/wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https\";s: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:2593:\"<p>The next major release of WordPress will make it much easier for users to <a href=\"https://core.trac.wordpress.org/changeset/50131\">migrate their sites from HTTP to HTTPS</a>. It introduces new capabilities to detect if the user&rsquo;s hosting environment has support for HTTPS and provides a one-click update process, handling mixed content rewrites where possible.</p>\n\n\n\n<p>&ldquo;A major pain point in WordPress has been the migration of a WordPress site from HTTP to HTTPS: While changing the Site Address and WordPress Address to use HTTPS is trivial, updating references to the old URLs in existing content is not,&rdquo; WordPress Core Committer Felix Arntz said in the <a href=\"https://core.trac.wordpress.org/ticket/51437\">ticket</a> proposing the feature. &ldquo;It cannot be accomplished within core UI and requires use of more advanced tools, such as WP-CLI or plugins like Better Search Replace, which is a no-go for most users.&rdquo;</p>\n\n\n\n<p>In WordPress 5.6, there is no clear guidance in the Site Health screen about how to migrate to HTTPS, even though it shows as an issue. The user would need to learn more about how to update it manually, starting with changing the site URLs. </p>\n\n\n\n<p>In WordPress 5.7, if HTTPS is supported, the Site Health Status screen will notify users and guide them with a new button that updates the site with a single click. It also migrates the site content on the fly to use HTTPS for URLs. Arntz recorded a video demo of the update:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>This change also comes with new environment variables and filters that allow hosting providers to change the URLs linked in the HTTPS status check in Site Health, so they can more effectively manage it for their customers&rsquo; hosting options. This is similar to how hosts can modify URLs for updating the PHP version, which has had a positive impact on getting sites running on supported versions of PHP.</p>\n\n\n\n<p>It&rsquo;s important to note that the streamlined HTTP to HTTPS migration in 5.7 does not handle updating content in the database. Also, if a site&rsquo;s URLs are controlled by constants, the update is not possible to complete automatically. In these instances, the HTTPS status check on the Site Health screen will inform the user why the site would need to be manually updated.</p>\n\n\n\n<p>More technical details are available in the <a href=\"https://core.trac.wordpress.org/ticket/51437\">ticket</a> and<a href=\"https://core.trac.wordpress.org/changeset/50131\"> commit message</a>, and a dev note should be forthcoming.</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, 02 Feb 2021 19:08:50 +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: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:44:\"WPTavern: Block Manager Redesign Coming Soon\";s: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=111349\";s: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:133:\"https://wptavern.com/block-manager-redesign-coming-soon?utm_source=rss&utm_medium=rss&utm_campaign=block-manager-redesign-coming-soon\";s: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:4379:\"<p>WordPress&rsquo; block management interface was <a href=\"https://wptavern.com/gutenberg-5-3-introduces-block-management-adds-nesting-to-the-cover-block\">introduced in Gutenberg 5.3</a>, released in March 2019, and is due for an update. In case you haven&rsquo;t explored the editor&rsquo;s Tools menu, the block manager setting allows you to select which blocks will be shown or hidden in the block inserter.</p>\n\n\n\n<p>Last week, Automattic engineer Nik Tsekouras opened a new issue in the Gutenberg repository for tracking <a href=\"https://github.com/WordPress/gutenberg/issues/28572\">block manager enhancements</a>. A few planned enhancements are already on deck, including moving the block manager into the Preferences Modal, redesigning it to use panels, and adding support for <a href=\"https://github.com/WordPress/gutenberg/issues/27708\">toggling block variations</a> on and off.</p>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/pull/28329\">updated Preferences Modal</a> is expected in the&nbsp;<a href=\"https://github.com/WordPress/gutenberg/milestone/141\">Gutenberg 9.9</a>&nbsp;milestone, which will be included in WordPress 5.7. (Gutenberg versions 9.3 &ndash; 9.9 will be rolled into the release.) Moving the block manager into its future home inside the Preferences modal will be completed in a follow-up PR, since it needs to be refactored to use the panels design. Tsekouras shared a gif of the design plan for this update:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://cloudup.com/ccaOScZFCHe\"><img src=\"https://cldup.com/AlD8gnb5Wn.gif\" alt=\"Block manager update\" width=\"3002\" height=\"2288\" /></a>\n</div>\n\n\n\n<p>In the discussion on the tracking issue, Birgit Pauli-Haack requested that the updated block manager also include information about how many times each particular block is used on the site. She <a href=\"https://github.com/WordPress/gutenberg/issues/28572?mc_cid=e944847429&mc_eid=68ffa9a210#issuecomment-770220305\">described</a> a common scenario where this feature could be helpful:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>We recently took a site live were multiple team members collaborated designing the site and adding content, each aiming for the best outcome with blocks.</p><p>Some installed additional blocks from plugins to test and provide options or just do a proof of concept.</p><p>Before we took the site live, we noticed there are now 148 blocks available over 4 additional plugins + core.</p><p>We now have no way to find out which blocks were used over 40 pages and posts. I looked at a few Block managers plugins and none seems to be able to provide an answer to a fairly basic question:<br />Which blocks did we actually use throughout the site?</p><p>We would need the information to decide on which plugin can we safely uninstall.and which should we keep.</p><p>A revamp of Block managers could &ndash; and should- provide an answer.</p></blockquote>\n\n\n\n<div class=\"wp-block-image\"><img />An example of instances displayed in the Find My Blocks plugin</div>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/find-my-blocks/\">Find My Blocks</a> plugin, created by Eddy Sims, offers a more advanced version of what Pauli-Haack is requesting. It has its own dedicated settings page for displaying a list of the block types in use on the site, along with the number of times each has been used, posts/pages where the blocks are in use, if it is a reusable block, a nested block, and much more information. Pauli-Haack suggests the block manager simply show the number of instances where the block is in use.</p>\n\n\n\n<p>As the block editor becomes more widely adopted, it is going to become imperative for users to be able to see, at a glance, the number of instances where a block is in use. Right now, even those who adopted the block editor right away haven&rsquo;t been using it for more than a few years. Long term, after years of adding blocks, people are going to need more information when managing them, and they may not know about utility plugins like Find My Blocks. </p>\n\n\n\n<p>Discussion is still open on the topic Pauli-Haack raised regarding block manager enhancements. You can subscribe to the new block manager enhancements <a href=\"https://github.com/WordPress/gutenberg/issues/28572\">tracking issue</a> if you want to follow the progress on updates coming in the next few months.</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, 02 Feb 2021 04:14:29 +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:81:\"WPTavern: WordPress Launches WP Briefing Podcast, Episodes Expected Every 2 Weeks\";s: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=111330\";s: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:205:\"https://wptavern.com/wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks\";s: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:5097:\"<p class=\"has-drop-cap\">True to its name, the <a href=\"https://wordpress.org/news/podcast/welcome-to-your-wp-briefing/\">first WP Briefing podcast</a> lasted just over 12 minutes. Josepha Haden Chomphosy, the Executive Director of WordPress, jump-started the second month of 2021 with a show that should arrive on the our doorstep every two weeks. With what seems to be overwhelming <a href=\"https://twitter.com/WordPress/status/1356271101559656453\">positive support on Twitter,</a> the podcast was welcomed by the WordPress community.</p>\n\n\n\n<p>This will be different from many other podcasts in the WordPress ecosystem. It will not cater specifically to a developer audience. Chomphosy also said there would be no hot-takes <a href=\"https://twitter.com/JosephaHaden/status/1356277030921244672\">on Twitter</a>. &ldquo;Just bite-sized chunks about the WordPress OSS project and the how/why around what it does.&rdquo;</p>\n\n\n\n<p>The show promises to be short. And, because it will only come around every fortnight, it gives people time to keep up to date at their leisure.</p>\n\n\n\n<p>&ldquo;You can think of this as a sort of WordPress appreciation for any level &mdash; and honestly, all levels of WordPress awareness,&rdquo; said Chomphosy of the podcast&rsquo;s purpose. &ldquo;Bite-sized insights into what makes it all work. &ldquo;</p>\n\n\n\n<p>Chomphosy will be running the show every couple of weeks and plans to follow a specific format of three segments:</p>\n\n\n\n<ol><li>An easy-to-digest overview of a cool WP philosophy.</li><li>A highlight of a community success story or a noteworthy contributor.</li><li>A small list of big things to know about (or do) in the coming weeks.</li></ol>\n\n\n\n<p>Guest speakers may join the show from time to time to cover specific topics when their expertise is warranted.</p>\n\n\n\n<p>A common theme in the past few years, particularly as the pace of block development has quickened, is that many people find it hard to keep up with the project. Even those who are neck-deep in WordPress development can feel a little lost at times. A podcast built on the idea of keeping the community in the loop may even be a bit overdue.</p>\n\n\n\n<p>&ldquo;It&rsquo;s been on my list of needs since late 2017, but hasn&rsquo;t been my highest priority during that time,&rdquo; said Chomphosy. &ldquo;It&rsquo;s been years since WordPress has been small enough for any single, part-time contributor to keep track of what&rsquo;s next. Contributors across the project are doing excellent work to communicate efficiently about the work we&rsquo;re all focused on, but it never hurts to lend some clarification where possible.&rdquo;</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/seriously-simple-podcasting/\">Seriously Simple Podcasting</a> plugin currently powers the podcast. The plugin is developed by Castos, which is a podcasting host and analytics service. It has over 20,000 active installs and a 4.8-star rating.</p>\n\n\n\n<p>Chomphosy said they chose Seriously Simple Podcasting because the WP Briefing crew was already familiar with it. &ldquo;I didn&rsquo;t want to ask folks to learn an entirely new software while we&rsquo;re still working out the process.&rdquo;</p>\n\n\n\n<p>The first episode focused on an introduction to WP Briefing. The overview segment covered three trends in action from Matt Mullenweg&rsquo;s <a href=\"https://wptavern.com/state-of-the-word-2020-wordpress-moves-toward-full-site-editing\">State of the Word 2020</a> address. Dave Loodts was this week&rsquo;s success story after sharing how he &ldquo;blindly&rdquo; chose a career in freelance web development and is still going strong after 15 years (<em>congrats, Dave!</em>). Chomphosy wrapped up the podcast with notes on Full Site Editing, <a href=\"https://wptavern.com/learn-wordpress-platform-launches-with-free-courses-workshops-and-lesson-plans\">Learn WordPress</a>, and automation tools to help contributor teams.</p>\n\n\n\n<p>It is definitely worth a listen if you can spare a few minutes. I am excited to see where this project goes in the future and see how it helps keep more of the community in <em>the loop</em>.</p>\n\n\n\n<p>If I had one feature request, it would be for the development team to put the podcast player in the WordPress embed, which is easy enough to do with a custom embed template. This would let bloggers embed the show on their pages and share it with more people.</p>\n\n\n\n<p>However, there may be ways to embed it via third-party services down the road. &ldquo;It just went live and we&rsquo;re working on getting it listed everywhere,&rdquo; said Automattician Marcus Kazmierczak in response to <a href=\"https://twitter.com/gkurushin/status/1356273579273428995\">whether it would be on Google Podcasts or Spotify</a>. &ldquo;Hopefully it&rsquo;ll be showing up shortly.&rdquo;</p>\n\n\n\n<p><strong>Update:</strong> the embed now includes the audio player:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/news/podcast/welcome-to-your-wp-briefing/\">Welcome to your WP Briefing</a></blockquote>\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, 01 Feb 2021 21:52:41 +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:\"Justin Tadlock\";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:82:\"WPTavern: Upsells, Barriers, and the End/Beginning of the Quality $free Themes Era\";s: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=110940\";s: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:203:\"https://wptavern.com/upsells-barriers-and-the-end-beginning-of-the-quality-free-themes-era?utm_source=rss&utm_medium=rss&utm_campaign=upsells-barriers-and-the-end-beginning-of-the-quality-free-themes-era\";s: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:14535:\"<blockquote class=\"wp-block-quote\"><p>The WordPress.org theme directory is becoming little more than a crippleware distributor. I suppose it was inevitable given its reach, which can be worth $1,000s/month for theme authors.</p><cite>Justin Tadlock <a href=\"https://twitter.com/justintadlock/status/1147472529113698311\">via Twitter</a></cite></blockquote>\n\n\n\n<p class=\"has-drop-cap\">As I think back on that tweet from 2019, I realize how unfair it was to refer to the themes coming into the directory as &ldquo;crippleware.&rdquo; At the time, I was a part of the Themes Team (formerly the Theme Review Team). However, there were real cases of crippleware submitted to the directory when I wrote that.</p>\n\n\n\n<p>To define crippleware: some themes blocked core WordPress features and made them available via the &ldquo;pro&rdquo; versions. It was one of the more blatant abuses of the free themes directory I had seen for a profit.</p>\n\n\n\n<p>However, the term does not represent the majority of themes submitted. Most of what we see today are &ldquo;lite&rdquo; themes. Some of them are well-designed themes that provide value to end-users at no cost. Others are stripped-down versions of what you would typically see from a starter theme. While they are fully functional &mdash; the Themes Team&rsquo;s rules have been strict on this requirement &mdash; the real value of the theme is in the upsell.</p>\n\n\n\n<p>This is not the start of an anti-commercial theme rant. When WordPress developers and agencies are successful, it benefits the whole ecosystem. But, how do we balance that with providing value &mdash; which is subjective, I know &mdash; to the free theme directory? How do we transition the theme directory to something flowing with more artistic or even experimental ideas?</p>\n\n\n\n<h2>Guidelines and Stumbling Blocks</h2>\n\n\n\n<p class=\"has-drop-cap\">Matt Mullenweg, WordPress co-founder and project lead, posted the following on the Post Status Slack <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1610310645240600\">two weeks ago</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The .org theme directory is particularly bad when you compare it to any half-decent commercial theme marketing page, or the designs available on other site building services or Themeforest directories. The .org theme directory rules and update mechanism have driven out creative contributions, it&rsquo;s largely crowded out by upsell motived contributions.</p></blockquote>\n\n\n\n<p>There is a lot to unpack in his statement. I agree with most of it. The Themes Team agrees with at least some of it. However, its members lack direct control over the system outside of the guidelines.</p>\n\n\n\n<p>&ldquo;I actually agree with this in a sense,&rdquo; said Themes Team rep William Patton. &ldquo;Creativity has not prospered in the directory, and I think a large part of it is the barrier of entry. &lsquo;Don&rsquo;t do bad things&rsquo; is the overarching guideline for the theme directory, but that can be viewed very subjectively. If it were the only guideline we would see a lot of things that might not be best suited here. If we want to encourage creativity then more freedom to express it would likely be a good way to start bringing it back. However, it can be hard to know where the line should be placed.&rdquo;</p>\n\n\n\n<p>The team sometimes gets pulled in two different directions. When the project lead asks for things to be more open, many members rally around that idea. On the other hand, the call for <a href=\"https://wptavern.com/why-accessibility-matters-for-wordpress-themes-and-their-users\">stricter accessibility requirements</a>, for example, are popular with others in the community. It is a choice between two ends of the spectrum that are tough to pull together as the gatekeepers to the official directory.</p>\n\n\n\n<p>&ldquo;Why couldn&rsquo;t it be more like the plugin directory?&rdquo; asked Mullenweg. &ldquo;That has all the same potential issues and has been working pretty well. I&rsquo;d like it to work just like the plugin directory, with direct access for authors, and most reviews being post-review vs. pre-review.&rdquo;</p>\n\n\n\n<p>The Themes Team is not against the idea. More than anything, they just need the help to make any significant change.</p>\n\n\n\n<p>&ldquo;Having the themes directory work like the plugins directory would be great!&rdquo; said Themes Team rep Ari Stathopoulos. &ldquo;And, in fact, it&rsquo;s something we&rsquo;ve all been asking for years, but there are many technical challenges because they are built fundamentally differently. Plugin authors have access to their plugin&rsquo;s SVN while themes don&rsquo;t. Theme reviews are public while plugin reviews are private and closed. There would need to be lots of changes in systems and meta. Not to mention that, as far as I know, plugins don&rsquo;t do post-reviews, they do pre-reviews the first time a plugin is uploaded and post-reviews for updates (which is exactly what happens in themes too).&rdquo;</p>\n\n\n\n<p>The team has created tickets, asked for help, and have generally awaited a champion to push innovative ideas &mdash; or any ideas &mdash; forward. <em><a href=\"https://meta.trac.wordpress.org/ticket/215\">Seven-year-old ticket</a> to support the standard readme files available to plugins?</em> No takers as of yet. <em><a href=\"https://meta.trac.wordpress.org/ticket/5504\">Allowing block-based themes</a> to be uploaded?</em> Maybe we can make that happen sometime soon.</p>\n\n\n\n<p>The guidelines are likely less crippling than the outdated Trac review system, uploading ZIP files for updates (which Mullenweg mentioned), the limitation of a <code>style.css</code> header for the theme description, and the lackluster theme previewer.</p>\n\n\n\n<img />Theme review system on Trac.\n\n\n\n<p>For the most part, nearly every guideline has been put in place in hindsight. The team finds consistent abuse or issues and course-corrects.</p>\n\n\n\n<p>&ldquo;I don&rsquo;t think that Matt&rsquo;s idea of a creative theme is a theme that is not secure or not compatible with GPL,&rdquo; said team repo Carolina Nymark. &ldquo;Creativity is not limited by being asked to sanitize options. It is not limited by making sure that your theme can be translated. If the reviewers saw creative, beautiful themes that lacked in some other aspect like basic accessibility, then the team could help explain to the theme author what kind of changes are necessary. But that is not the kind of themes that are being submitted.&rdquo;</p>\n\n\n\n<h2>Financial Incentive</h2>\n\n\n\n<p class=\"has-drop-cap\">In the mid-2000s, the average theme developer could get away with building an entire theme on a lazy weekend afternoon. WordPress was far less complicated. Theme development was not a race to the bottom, bundling every feature imaginable.</p>\n\n\n\n<p>Today, we live in the era of the multi-purpose theme. To soar to the top of the popular list, most themes need to handle everything from being the online face of a pizza restaurant to masonry grids for artist portfolios. They also either need good luck, name recognition, or good marketing. That is the reality for the average theme developers trying to make a name for themselves.</p>\n\n\n\n<p>It makes for boring themes in a free theme directory. If the theme author has any financial motivation behind creating a WordPress theme, they need to bundle the <em>nicer</em> features into a paid package.</p>\n\n\n\n<p>As Eric Karkovack wrote in his piece for Speckyboy, <a href=\"https://speckyboy.com/are-high-quality-free-wordpress-themes-a-thing-of-the-past/\">Are High-Quality Free WordPress Themes a Thing of the Past?</a>, &ldquo;Money changed the equation.&rdquo;</p>\n\n\n\n<p>There is not much incentive to push a free theme out to the directory just for fun. Most themers are spending a month or more of their time in today&rsquo;s ecosystem to build a theme. The days of the weekend-afternoon project seem all but gone.</p>\n\n\n\n<p>Even releasing a theme to give back can often be a letdown. There is little chance of any name recognition as the developer&rsquo;s creation is swamped by the hordes of lite themes in control of the directory. There is no way for unknown players to get any exposure through the directory except in the brief moments their theme lands in the latest themes list. It is that one make-or-break moment that could potentially help best the algorithm and slip into the nearly unattainable popular list.</p>\n\n\n\n<p>In comparison to Themeforest, the WordPress.org directory is lacking. Themeforest is inviting to users because it provides the backend tools for theme authors to market their themes. They can load up custom demos, provide screenshots, use a modern categorization system, and provide all sorts of extra data to end-users. They&rsquo;re in the business of selling a product to users. </p>\n\n\n\n<img />WordPress themes on ThemeForest\n\n\n\n<p>While WordPress.org may be free, it should still be selling the promise of a beautiful website to its users. I have always said it, the themes available on WordPress.org are the face of WordPress.</p>\n\n\n\n<p>Users deserve better. Theme authors deserve better tools to make it happen.</p>\n\n\n\n<p>Even with better tools and a better-designed directory in place, there is no guarantee of an uptick of creative contributions or a better overall balance that keeps pure upsells in check.</p>\n\n\n\n<p>&ldquo;I think that due to the reach a theme or plugin that becomes popular quickly commands, monetization is a necessity to be able to properly &lsquo;support&rsquo; such an endeavor,&rdquo; said Joost de Valk, CPO of Yoast, in response to Mullenweg&rsquo;s statement on Post Stats. &ldquo;I think the community also &lsquo;demands&rsquo; a certain stability and a certain level of support that is simply unfeasible to expect from any non paid contributor. Because WordPress.org has no way of doing that monetization &lsquo;on platform,&rsquo; this is what you end up with.&rdquo;</p>\n\n\n\n<p>He also argued that something akin to an app store would make things like the &ldquo;balkanization from non-G-based site builders&rdquo; less attractive to theme authors. Such a store has little or no chance of becoming a reality.</p>\n\n\n\n<p>&ldquo;I think we first need to agree on what the theme directory should be,&rdquo; he said. &ldquo;We need a &lsquo;mission statement,&rsquo; of sorts. And I think we probably need less control than we currently have, be much more like the plugin directory. But if we have a vision of what it should be, then we could work towards that.&rdquo;</p>\n\n\n\n<p>There is an opportunity to turn things around. Full Site Editing will leave ample room for releasing creative, fully-featured themes with upsells. There is plenty of reason to be excited about pattern design and template packs, <a href=\"https://wptavern.com/block-system-will-create-more-commercial-opportunities-for-wordpress-theme-authors\">better value-adds</a> for theme authors who want to upsell. The problem is going to be getting authors to abandon traditional themes and explore new terrain.</p>\n\n\n\n<h2>Changes Are Coming, Maybe, Hopefully</h2>\n\n\n\n<img />Popular listing on the WordPress theme directory.\n\n\n\n<p class=\"has-drop-cap\">For some, this is a song and dance they already know the lyrics and steps to. It is a years-long conversation that has netted little in return.</p>\n\n\n\n<p>However, the WordPress.org theme directory may be forced to change one way or another. Block-based themes are not arriving in some distant future; they are knocking at the door. Full Site Editing is slated to <a href=\"https://wptavern.com/wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021\">land in WordPress 5.8</a> this June.</p>\n\n\n\n<p>With this change, the WordPress.org theme directory needs to be prepared. Even with a move today, it will be a mad scramble to get systems ready in a handful of months. If waiting for the last minute, it is just asking for chaos. Block-based themes should already be <a href=\"https://meta.trac.wordpress.org/ticket/5504\">allowed to be uploaded</a>, for example.</p>\n\n\n\n<p>As we saw earlier this week, Automattic launched its <a href=\"https://wptavern.com/automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites\">Blank Canvas</a> theme. It is designed to work on single-page websites. It does not support commenting out of the box, which is a requirement for inclusion into the official directory.</p>\n\n\n\n<p>Block-based themes will forever change the system. In the past, traditional themes needed to cover all their bases, integrating with every front-end feature of WordPress. In the future, that is not necessarily the case. Because everything will be built from blocks and users will have direct access to customize those blocks, a theme has no need to cover everything. The user can add and remove features at their leisure.  The review guidelines need to be molded for this future.</p>\n\n\n\n<p>Full Site Editing almost seems purpose-built for outside-the-box theme designers. Whether it is a simple, one-page wedding invitation or an author&rsquo;s book landing page, there are more possibilities upcoming than there ever were in the past. And, these things will be far easier to build on the theme-design side of things. It will remove a lot of burden from developers and from the Themes Team during reviews.</p>\n\n\n\n<p>&ldquo;Regarding the FSE themes: to be honest all my hopes are there,&rdquo; said Stathopoulos. &ldquo;They are very different, and it&rsquo;s a fresh start for the repository. New theme paradigm, a different set of rules (with of course some overlap for basic things), and a new way of doing things and thinking about themes. However, if they are presented in the same way in the same repo we have now, then nothing will change. the theme repo <em>needs</em> to change, and there&rsquo;s no way around that. But that&rsquo;s a decision that will have to be made from the WordPress leadership and implemented by meta.&rdquo;</p>\n\n\n\n<p>As always, I remain optimistic about the future of WordPress themes, hoping for the ushering in of a new era. I get the sense that the Themes Team shares some of that enthusiasm, at least cautiously so. More than anything, they need the community, particularly theme authors, to chip in and shape that vision of what the WordPress theme directory should be.</p>\n\n\n\n<p>Perhaps today, the stars are nearing alignment. Mullenweg plans to chat with the team and gather feedback in the coming 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:\"Fri, 29 Jan 2021 22:53: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:14:\"Justin Tadlock\";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:60:\"WPTavern: GitLab Drops Bronze/Starter Tier in Pricing Update\";s: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=111219\";s: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:165:\"https://wptavern.com/gitlab-drops-bronze-starter-tier-in-pricing-update?utm_source=rss&utm_medium=rss&utm_campaign=gitlab-drops-bronze-starter-tier-in-pricing-update\";s: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:5745:\"<p>This week GitLab <a href=\"https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/\">announced</a> a pricing change that eliminates its Bronze/Starter tier in favor of a three-tier subscription model. The Starter tier, previously offered at $4/month, included features like single-team project management, next day business support, and 2,000 CI/CD minutes.</p>\n\n\n\n<img />GitLab Pricing prior to Jan 26, 2021 Update\n\n\n\n<p>GitLab&rsquo;s updated <a href=\"https://about.gitlab.com/pricing/\">pricing</a> page shows the benefits that were included in the Starter plan are now only available in the Premium tier at a 5x price increase, introducing a larger gap between free accounts and paying customers. The change specifically impacts those who were happy to pay for a few extras but don&rsquo;t need the full array of premium features.</p>\n\n\n\n<img />\n\n\n\n<p>GitLab is offering to transition customers at a discount, where existing customers have the option to renew at the current price for an additional year or upgrade to Premium at a discount. The company also makes a case for the free tier, which it says includes 89% of the features in Bronze/Starter, with 450 new features added last year. </p>\n\n\n\n<p>&ldquo;The Bronze/Starter tier does not meet the&nbsp;<a href=\"https://www.investopedia.com/terms/h/hurdlerate.asp\">hurdle rate</a>&nbsp;that GitLab expects from a tier and is limiting us from investing to improve GitLab for all customers,&rdquo; GitLab co-founder and CEO Sid Sijbrandij said. &ldquo;Ending availability of the Bronze/Starter tier will help us accelerate development on&nbsp;customers&rsquo; priority needs&nbsp;such as improving usability, availability, performance, and delivering enterprise-grade security and compliance.&rdquo;</p>\n\n\n\n<p>It makes sense that GitLab is turning its attention to factors like &ldquo;hurdle rate,&rdquo; as Sijbrandij told <a href=\"https://www.cnbc.com/2021/01/15/gitlab-ceo-eyes-public-market-after-secondary-valued-it-at-6-billion-.html\">CNBC</a> that he&rsquo;s still looking to take the company public after a late 2020 employee share sale, which valued the company at $6 billion. GitLab passed $150 million in annual recurring revenue in 2020, but is tightening up its subscription model as the company tailors commercial offerings for those who need DevOps features.</p>\n\n\n\n<p>GitLab did not share the pricing update announcement on Twitter, perhaps in anticipation of how controversial it would be. The company posted the link in the <a href=\"https://forum.gitlab.com/t/new-gitlab-product-subscription-model/45923\">GitLab forums</a> where customers expressed disappointment in the change.</p>\n\n\n\n<p>&ldquo;We are currently paying Bronze level because there are some features that we find interesting,&rdquo; Riccardo Padovani said. He specifically referenced issue weights, iterations, multiple issue assignees, and issue dependencies.</p>\n\n\n\n<p>&ldquo;These features are now in the premium level. We were not interested in the previous &lsquo;silver&rsquo; level. On the long term, this is basically a 5 times price increase. Being a vocal supporter of GitLab in my company,&nbsp;<strong>I am not happy about this, at all</strong>.&rdquo;</p>\n\n\n\n<p>One customer said the change &ldquo;feels like a bit of a kick in the teeth,&rdquo; while another noted that GitLab&rsquo;s mid-tier offering costs just one dollar less than <a href=\"https://github.com/pricing\">GitHub&rsquo;s enterprise plan</a>. Many of GitLab&rsquo;s existing Starter tier customers have a large number of users who are not developers and do not have access to code or pipeline features. They are supporting staff who check bug reports or project management teams that create issues. Without the ability to pay per user role, upgrading every seat in the team to Premium doesn&rsquo;t make sense for these types of use cases. </p>\n\n\n\n<p>Customers who had recently convinced their organizations to go with GitLab, along with those who have invested time developing processes around the Starter tier features, are some of the most vocal opponents to the change. Some <a href=\"https://forum.gitlab.com/t/new-gitlab-product-subscription-model/45923/42\">found the announcement off-putting</a>, as it made it seem like paying Starter plan customers were actually costing GitLab money, requiring the tier to be eliminated. Many expressed that they only signed up for the tier to support GitLab and that they only used a handful of the features.</p>\n\n\n\n<p>&ldquo;It&rsquo;s worth pointing out that you say that &lsquo;many Bronze/Starter customers adopted Gitlab just for source code management,&rsquo; &ndash; yes &ndash; that&rsquo;s exactly what we use Gitlab for,&rdquo; one customer said. &ldquo;We don&rsquo;t use CI, Issue Tracking, or any other features offered even in the free version, but we do want to have a couple of the SCM features offered in the Bronze/Starter tier. Do you really think that customers like us that are only looking for SCM are going to pay more for unnecessary features?&rdquo;</p>\n\n\n\n<p>The GitLab employees in the thread seemed ready to defend the decision against the onslaught of criticism. While a few said they will take customers&rsquo; concerns and feedback under consideration, most were prepared to assure critics that the decision was made &ldquo;through extensive research,&rdquo; which likely leaves those most affected further alienated, if the 5x cost increase didn&rsquo;t already make the decision for them. Bronze/Starter tier customers who are still examining their options can find the various transition paths in the pricing change <a href=\"https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/\">announcement</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:\"Fri, 29 Jan 2021 19:16: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: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:76:\"WordPress Foundation: do_action hackathons and open-source workshops in 2021\";s: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:41:\"https://wordpressfoundation.org/?p=172229\";s: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://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\";s: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:6654:\"<p>In 2020, we saw do_action events and open-source workshops move online. Around the world, community members organized 5 do_action hackathons (<a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">4 of which were online</a>) and a handful of <a href=\"https://wordpressfoundation.org/2020/open-source-workshops-november-2020-report/\">open-source workshops</a> last year. In moving these events online, community organizers not only brought their WordPress community closer together, but they were also able to make a positive impact on their local or regional community in an exceptionally-difficult year.&nbsp;&nbsp;</p>\n\n\n\n<p>Seeing this impact, we would like to help more organizers host even more of these online charity hackathons (do_action events) and Introduction to Open Source workshops in 2021. This post shares more information for community organizers who would like to organize do_action events in 2021.</p>\n\n\n\n<h3>do_action charity hackathons</h3>\n\n\n\n<p>Based on feedback from the community members, <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">do_action events so far have been quite impactful</a> in how they bring participants together to help non-profits establish an online presence, something all the more significant in 2021. Here is how we plan to support do_action events in 2021:</p>\n\n\n\n<ul><li><strong>Improving the online do_action event documentation: </strong>The community team is currently working on revamping the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/organising-an-online-do_action-event/\">documentation for online do_action events</a> to include tips on remote collaboration, using collaboration tools, remote project management etc. Additionally, we will be reaching out to past do_action organizers to share recaps and help share task lists to help organizers get used to the online event format.&nbsp;</li><li><strong>Sponsored accounts:</strong> Organizers can reserve and use <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">Community-sponsored Zoom Pro accounts</a> for their events.&nbsp;</li><li><strong>Countrywide do_action events: </strong>There were <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">a few countrywide do_action</a> events in 2020. More regional/countrywide events are encouraged.&nbsp;</li><li><strong>Linking do_action events with WordCamps and mentoring: </strong>Since WordCamps are also online, organizers can organize do_action events in tandem with their online WordCamps, for more impact. Similarly, new do_action organizers will get mentoring from past organizers/mentors/community deputies.</li><li><strong>Technology changes: </strong>The following changes will be implemented on the doaction.org website in 2021 to support our organizers in a better way:&nbsp;<ul><li>doaction.org to Google Workspace / G Suite (so that organizers can use custom emails &#8211; get access to a branded Google Workspace account) &#8211; <em>Due March 2021</em></li><li>Doaction.org will be modified to support multiple event dates. &#8211; <em>Due June 2021</em></li><li>The do_action application will be moved to doaction.org.- <em>Due June 2021</em></li></ul></li></ul>\n\n\n\n<p>Does all of this sound exciting? If you would like to organize a do_action event in your locality, please <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/do_action-event-application/\">send in your application through this form</a>! Community deputies will get back to you shortly to take it forward.</p>\n\n\n\n<h3>Introduction to Open-source workshops</h3>\n\n\n\n<p>Introduction to Open Source workshops help spread knowledge and understanding of the open web and open source. They have also been instrumental in onboarding new contributors to WordPress. With the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> workshops on<a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\"> Introduction to Open-source</a>, meetup groups could host a watch party of the recorded workshop or <a href=\"https://make.wordpress.org/community/2020/12/08/tuesday-trainings-how-to-organize-a-successful-discussion-group/\">organize a discussion group</a>. Here’s how community members can organize open-source workshops in 2021.&nbsp;</p>\n\n\n\n<ul><li>Community members can now host <a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\">Introduction to Open-source workshop</a> discussion groups in the <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">Learn WordPress meetup group</a>. If you would like to host a discussion group for a global audience, please <a href=\"https://learn.wordpress.org/discussion-groups/\">apply to become a discussion group leader</a>.</li><li><a href=\"https://github.com/wptrainingteam/what-is-open-source\">Lesson</a> <a href=\"https://github.com/wptrainingteam/what-you-can-do-with-wordpress\">plans</a> for the Introduction to Open-source workshops are available! Any meetup group can plan their open-source workshop based on the lesson plans.&nbsp;</li><li>Meetup groups worldwide are also encouraged to<a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\"> organize an Introduction to WordPress watch party + discussion group</a> (based on the Learn WordPress workshop on <a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\">Introduction to Open-source</a>) as part of their meetup (it does not need any prior approval).&nbsp;</li></ul>\n\n\n\n<p>Organizers can feature these workshops and discussion groups in the WordPress Foundation blogs by <a href=\"https://make.wordpress.org/community/contact/\">reaching out to the community team</a>. Since open-source workshops are online, there is no cost involved in organizing them, but organizers can always <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">request paid zoom accounts for their event</a>.&nbsp;</p>\n\n\n\n<p>The WordPress community has the power to uplift and empower people across the world by organizing these events. Our community organizers have already done stellar work in 2020, despite the challenges posed by the COVID-19 pandemic. As we step into 2021, we look forward to supporting and seeing what organizers do with these online events to help their communities!</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, 29 Jan 2021 12:55: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:12:\"Hari Shanker\";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:112:\"WPTavern: WP Lookout Lets WordPress Users Track and Receive Notifications for Their Preferred Plugins and Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108062\";s: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:269:\"https://wptavern.com/wp-lookout-lets-wordpress-users-track-and-receive-notifications-for-their-preferred-plugins-and-themes?utm_source=rss&utm_medium=rss&utm_campaign=wp-lookout-lets-wordpress-users-track-and-receive-notifications-for-their-preferred-plugins-and-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8074:\"<p class=\"has-drop-cap\"><em>Should WordPress notify users of plugin ownership changes?</em> That was the question that Ian Atkins asked two months ago. WP Tavern readers seemed to think it was a good idea, at least those who commented on our <a href=\"https://wptavern.com/should-wordpress-notify-users-of-plugin-ownership-changes\">coverage of it</a>. However, the original <a href=\"https://meta.trac.wordpress.org/ticket/5509\">Trac ticket</a> has not seen any movement since.</p>\n\n\n\n<p>There are real technical issues with automating the process. A change of ownership does not necessarily equate to a change of the plugin author. This is often the case when someone acquires a company and maintains the brand.</p>\n\n\n\n<p>Tracking such changes does not necessarily need to go through WordPress. Chris Hardie built a service called <a href=\"https://wplookout.com/\">WP Lookout</a> that notifies users of such changes and much more. It has also been available since August of 2020.</p>\n\n\n\n<p>&ldquo;WP Lookout watches for interesting changes to the WordPress themes and plugins that someone cares about,&rdquo; said Hardie. &ldquo;I created WP Lookout for professional WordPress developers, consultants, and site managers who want to stay more informed about the plugins and themes that they (and their clients) depend on.&rdquo;</p>\n\n\n\n<p>While WP Lookout faces the same challenges with plugin ownership changes, it does have an advantage. It also <a href=\"https://wplookout.com/2020/12/tracking-mentions-in-wordpress-news/\">tracks WordPress news organizations</a>, including WP Tavern and <a href=\"https://poststatus.com/\">Post Status</a>. Even if the ownership change is not reflected on the plugin&rsquo;s WordPress.org page, the story may be picked up in the news.</p>\n\n\n\n<p>Hardie launched the news-tracking feature in early December 2020. It includes the <a href=\"https://www.wordfence.com/blog/category/vulnerabilities/\">Wordfence vulnerabilities blog</a> and <a href=\"https://ithemes.com/category/wordpress-vulnerability-roundup/\">iThemes vulnerabilities roundup blog</a> as a part of the service&rsquo;s security notification system. The service also scans change logs for keywords related to security.</p>\n\n\n\n<p>Notifications do not stop there. The WP Lookout tracks plugin, theme, and core WordPress updates. It also supports several commercial plugins such as Advanced Custom Fields Pro, Gravity Forms, and WP Rocket.</p>\n\n\n\n<p>&ldquo;When we first decide to use a theme or plugin on a WordPress site, we hopefully research it thoroughly &mdash; code quality, ratings, support responsiveness, new release history, speed of security fixes, and so on &mdash; but once it&rsquo;s installed it&rsquo;s easy to neglect those important bits of &lsquo;health&rsquo; information over time,&rdquo; said Hardie. &ldquo;Auto-updates are great from many perspectives, but I think anyone who has had to manage and troubleshoot a non-trivial WordPress site over time knows that it&rsquo;s also important to stay aware of, for example, what&rsquo;s happening in the change log or whether ownership of a plugin has changed hands. But nobody wants to log in to wp-admin on a bunch of sites every week to gather that info.&rdquo;</p>\n\n\n\n<p>Hardie said WP Lookout will always have a robust free option for people who just want a daily email notification for a handful of plugins and themes. However, there are paid tiers for customers to access more features. They allow users to track more plugins and themes and get immediate alerts through email, RSS, Slack, or custom webhooks.</p>\n\n\n\n<p>&ldquo;The middle tier supports up to 50 themes/plugins, immediate email notifications, and a personalized RSS feed,&rdquo; he said. &ldquo;The Builder tier supports up to 200 themes/plugins and adds in Slack and custom webhook support along with the option to just get security-related notifications. With more real-world user feedback, we may adjust what&rsquo;s in each tier over time.&rdquo;</p>\n\n\n\n<p>All users get access to the Builder tier for a few weeks after signing up. After that, they must subscribe or stick with the free tier features.</p>\n\n\n\n<h2>How the Service Works</h2>\n\n\n\n<img />Single plugin tracking history.\n\n\n\n<p class=\"has-drop-cap\">WP Lookout allows users to search for and add a tracker for individual plugins. The service primarily relies on the public WordPress.org API for getting plugin and theme data. This is the same system that WordPress uses to check to see if updates are available.</p>\n\n\n\n<p>&ldquo;But it also goes beyond what the API offers,&rdquo; said Hardie. &ldquo;For example, there&rsquo;s no standard yet for theme authors to provide .ORG theme change logs, and so that information doesn&rsquo;t show up when you go to update a theme in wp-admin; you&rsquo;d have to go poking around in Trac or source files to find it. So WP Lookout follows the trail to the change log details and <a href=\"https://wplookout.com/2020/08/wordpress-theme-changelog-details/\">puts that right in front of you</a>.&rdquo;</p>\n\n\n\n<img />Active plugin trackers.\n\n\n\n<p>There is also a <a href=\"https://wordpress.org/plugins/wp-lookout/\">WP Lookout plugin</a> available in the plugin directory. It uses an API key, which users can get from the WP Lookout website. The plugin then lets the WP Lookout service know what plugins and themes are installed and adds them as trackers. Using the plugin is far more efficient than manually adding individual plugins and themes.</p>\n\n\n\n<p>For plugins and themes that are not on WordPress.org, the service uses custom update APIs provided by the third-party developers. If that is not sufficient, it uses webpage scraping. For news sources, it parses RSS feeds.</p>\n\n\n\n<p>&ldquo;It&rsquo;s been interesting to see the wide variety of ways that WordPress theme and plugin authors do or don&rsquo;t manage and present data publicly about their products,&rdquo; said Hardie. &ldquo;Some have API endpoints that return the same level of detail as the .ORG API, others have change log/version documents generated by some internal tools, and still others don&rsquo;t bother doing much at all. I think an argument could be made to standardize on something here for the long-run to help boost the culture of keeping software updated, even/especially if it eventually makes the need for a tool like WP Lookout obsolete.&rdquo;</p>\n\n\n\n<h2>The Future of WP Lookout</h2>\n\n\n\n<p class=\"has-drop-cap\">Hardie has no plans of sitting on what he has already built. One of the next goals is regularly adding new themes and plugins that are not on WordPress.org. This will mean connecting with development teams and figuring out how users can get notifications of things that often have no public APIs. The lack of standardization in the space could be a tough hurdle to jump.</p>\n\n\n\n<p>&ldquo;I have a long list of features I&rsquo;m planning to add, including things like integrating tracking GitHub repo releases, bringing some helpful data points from WP Lookout into the wp-admin interface, WordPress Packagist integration, allowing per-tracker Slack channel configurations, better internationalization, and better handling of change logs that theme/plugin authors chose to maintain outside of their .org code repositories,&rdquo; he said.</p>\n\n\n\n<p>Hardie does not want to get too far ahead of himself with feature ideas. He said he is excited to get more feedback from users about what they find useful. Currently, there are 80 users, which is publicly available data. WP Lookout maintains an <a href=\"https://wplookout.com/open/\">open data and financial transparency page</a>.</p>\n\n\n\n<p>&ldquo;Despite having paid options for more advanced users, I mostly think of this as a service I want to operate for the WordPress community, and I&rsquo;ll always have a robust set of free functionality,&rdquo; he said. &ldquo;I&rsquo;m also committed to participation in Five for the Future, bringing what I&rsquo;ve learned here back into improvements that might benefit all WordPress users, whether they take advantage of WP Lookout or not.&rdquo;</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, 28 Jan 2021 21:56:16 +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:\"Justin Tadlock\";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:104:\"WPTavern: ElasticPress.io Service Considers Next Move after Elasticsearch Abandons Open Source Licensing\";s: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=110644\";s: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:253:\"https://wptavern.com/elasticpress-io-service-considers-next-move-after-elasticsearch-abandons-open-source-licensing?utm_source=rss&utm_medium=rss&utm_campaign=elasticpress-io-service-considers-next-move-after-elasticsearch-abandons-open-source-licensing\";s: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:6933:\"<p>Elastic, makers of the search and analytic engine&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.elastic.co/what-is/elasticsearch\" target=\"_blank\">Elasticsearch</a>, have re-licensed its core product so that it is no longer open source. The company is moving new versions of both Kibana and Elasticsearch from the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.apache.org/licenses/LICENSE-2.0\" target=\"_blank\">Apache 2.0-license</a>&nbsp;to be dual-licensed under the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.mongodb.com/licensing/server-side-public-license\" target=\"_blank\">Server Side Public License (SSPL)</a>&nbsp;and the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://github.com/elastic/elasticsearch/blob/0d8aa7527e242fbda9d84867ab8bc955758eebce/licenses/ELASTIC-LICENSE.txt\" target=\"_blank\">Elastic License</a>, which do not meet the <a href=\"https://opensource.org/osd\">Open Source Definition</a>. </p>\n\n\n\n<p>In a post titled &ldquo;<a href=\"https://www.elastic.co/blog/why-license-change-AWS\">Amazon: NOT OK &ndash; why we had to change Elastic licensing</a>,&rdquo; Elastic blames Amazon for the license change:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Our license change is aimed at preventing companies from taking our Elasticsearch and Kibana products and providing them directly as a service without collaborating with us.</p><p>Our license change comes after years of what we believe to be Amazon/AWS misleading and confusing the community &ndash; enough is enough.</p></blockquote>\n\n\n\n<p>Elastic claims AWS&rsquo;s behavior has &ldquo;forced&rdquo; the company to abandon its open source licensing, citing examples of what they perceive to be &ldquo;ethically challenged behavior.&rdquo; In 2019, Amazon created an Open Distro for Elasticsearch, and Elastic claims they used code copied by a third party from their commercial code, further dividing the community.</p>\n\n\n\n<p>As a result of the license change, Amazon <a href=\"https://aws.amazon.com/blogs/opensource/stepping-up-for-a-truly-open-source-elasticsearch/\">announced</a> its intention to officially fork Elasticsearch and Kibana, with plans to roll the forks into its Open Distro distributions:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Our forks of Elasticsearch and Kibana will be based on the latest ALv2-licensed codebases, version 7.10. We will publish new GitHub repositories in the next few weeks. In time, both will be included in the existing Open Distro distributions, replacing the ALv2 builds provided by Elastic. We&rsquo;re in this for the long haul, and will work in a way that fosters healthy and sustainable open source practices&mdash;including implementing shared project governance with a community of contributors.</p></blockquote>\n\n\n\n<p>The Open Source Initiative (OSI) <a href=\"https://opensource.org/node/1099\">reacted</a> to the news of the license change, calling the SSPL a &ldquo;fauxpen&rdquo; source license:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Fauxpen source licenses allow a user to view the source code but do not allow other highly important rights protected by the <a href=\"https://opensource.org/osd\">Open Source Definition</a>, such as the right to make use of the program for any field of endeavor. By design, and as explained by <a href=\"https://www.elastic.co/blog/licensing-change\">the most recent adopter</a>, Elastic, in a post it unironically titled &ldquo;<a href=\"https://www.elastic.co/blog/licensing-change\">Doubling Down on Open</a>,&rdquo; Elastic says that it now can &ldquo;restrict cloud service providers from offering our software as a service&rdquo; in violation of OSD6. Elastic didn&rsquo;t double down, it threw its cards in.</p></blockquote>\n\n\n\n<p>Elastic&rsquo;s license changes may affect a few companies in the WordPress ecosystem that are redistributing Elasticsearch as a commercial offering. <a href=\"https://10up.com/\">10up</a>, creators of <a href=\"https://wordpress.org/plugins/elasticpress/\">ElasticPress</a>, by far the most popular Elasticsearch plugin for WordPress, also runs the&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://elasticpress.io/\">ElasticPress.io</a>&nbsp;SaaS platform. More than 6,000 sites are using the open source plugin, but the company said these users will not be affected.</p>\n\n\n\n<p>&ldquo;No matter what this won&rsquo;t affect the EP plugin,&rdquo; 10up vice president of engineering Taylor Lovett said. &ldquo;I would say the news is definitely discouraging and not a great look for Elastic.&rdquo;</p>\n\n\n\n<p>10up <a href=\"https://wptavern.com/10up-unveils-elasticpress-io-elasticsearch-as-a-service-for-wordpress-sites\">launched</a> ElasticPress.io in 2017 and Lovett says it has become &ldquo;an active part of the business with a plethora of customers,&rdquo; and continues to grow. The company is currently seeking legal advice on how Elasticsearch&rsquo;s licensing change will affect the ElasticPress.io service. Since previous versions of Elasticsearch remain open source, the company has time to figure out a new way forward.</p>\n\n\n\n<p>&ldquo;Right now we really don&rsquo;t know what&rsquo;s going to happen,&rdquo; Lovett said. &ldquo;There is no rush for us to upgrade&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://elasticpress.io/\">ElasticPress.io</a>&nbsp;to Elasticsearch 7.11+ so we have plenty of time to decide how to address the issue.&rdquo;</p>\n\n\n\n<p>Lovett confirmed that 10up is considering using the Amazon fork as an option but has not  made a decision on the matter yet.</p>\n\n\n\n<p>&ldquo;I will say this does affect the end user in a way that they may end up having to choose between different flavors of Elasticserarch,&rdquo; Lovett said.<br /><br />&ldquo;For example, you may need to decide if you want the official Elastic distribution or if you want to go with AWS&rsquo;s fork.&rdquo;</p>\n\n\n\n<p>Unfortunately, for businesses that built services on top of redistributing the previously open source Elasticsearch, Elastic&rsquo;s creators have gone back on <a href=\"https://web.archive.org/web/20200120104750/https:/www.elastic.co/what-is/open-x-pack\">the promise they made in 2018</a> to never change the license of any of the Apache 2.0 code of Elasticsearch, Kibana, Beats, and Logstash projects.&nbsp;As a consequence, Amazon has emerged as the one to drive the truly open source option for Elasticsearch and Kibana for the future.</p>\n\n\n\n<p>&ldquo;Elastic&rsquo;s relicensing is not evidence of any failure of the open source licensing model or a gap in open source licenses,&rdquo; the OSI board of directors stated in a recent <a href=\"https://opensource.org/node/1099\">post</a> on the matter. &ldquo;It is simply that Elastic&rsquo;s current business model is inconsistent with what open source licenses are designed to do. Its current business desires are what proprietary licenses (which includes source available) are designed for.&rdquo;</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, 28 Jan 2021 20:25: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: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:96:\"WPTavern: Automattic Launches the Blank Canvas WordPress Theme for Building Single-Page Websites\";s: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=110986\";s: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:237:\"https://wptavern.com/automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites?utm_source=rss&utm_medium=rss&utm_campaign=automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites\";s: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:7389:\"<img />Split Screen pattern from Blank Canvas.\n\n\n\n<p class=\"has-drop-cap\">On Monday, Automattic <a href=\"https://wordpress.com/blog/2021/01/25/building-single-page-websites-on-wordpress-com/\">announced its Blank Canvas theme</a> on WordPress.com. The goal is to allow end-users to build single-page websites, such as an &ldquo;about me&rdquo; or product landing page.</p>\n\n\n\n<p>Blank Canvas is a child theme of <a href=\"https://wptavern.com/exploring-seedlet-automattics-block-first-wordpress-theme\">Seedlet</a>, which Automattic&rsquo;s <a href=\"https://themeshaper.com/about/\">Theme Team</a> has been using as a launchpad. One example is its recently-released <a href=\"https://wptavern.com/automattic-releases-spearhead-a-seedlet-child-theme-aimed-at-podcasters-and-content-creators\">Spearhead</a> child theme. It also provided the foundational work for the recent Twenty Twenty-One default WordPress theme.</p>\n\n\n\n<p>One-page themes are nothing new. Theme builders have been releasing them for years in various forms.</p>\n\n\n\n<p>&ldquo;We&rsquo;ve been working on block patterns a lot lately, and it became clear that many of the single-page websites we come across daily &mdash; collections of links, newsletter signups, etc. &mdash; are basically just simple block patterns sitting on an otherwise blank page,&rdquo; said Kjell Reigstad, the lead developer on the theme. &ldquo;That being the case, it seemed like WordPress should be able to power these sorts of single-page sites pretty easily. Blank Canvas is an attempt to try that out.&rdquo;</p>\n\n\n\n<p>WordPress is not the ideal platform for the majority of one-page sites. Doing so includes setting up a database, installing the software, and keeping everything updated. The admin interface is not well-suited to those types of sites. WordPress is a content management system. One page is not enough content to need a full-blown CMS to manage. There simply is little upside for the average user to go through the hassle of doing this on even the cheapest of shared hosting.</p>\n\n\n\n<p>However, if you have a network where someone else, such as WordPress.com, takes out all the hassle of maintaining the backend and when it does not cost you a dime, WordPress suddenly makes more sense. It becomes an ideal platform for these types of sites.</p>\n\n\n\n<p>Frankly, I do not know why they have not pushed this concept sooner. Jason Schuller has made a go of it with Leeflets in the past. Since then, he and Philip Kurth have taken that idea further and launched <a href=\"https://wptavern.com/landing-kit-for-wordpress-maps-any-post-or-page-to-a-custom-domain\">WP Landing Kit</a>, which builds on the same concept of creating multiple single-page landing sites from one WordPress installation.</p>\n\n\n\n<p>In some respects, Blank Canvas offers a glimpse into Full Site Editing. It is almost a stepping stone or a small yet limited preview of things to come. The theme puts the entire design process into a single page and a single editor. Eventually, this will be extended to the whole website.</p>\n\n\n\n<p>&ldquo;I think that&rsquo;s a great way to think about it,&rdquo; said Reigstad. &ldquo;Full Site Editing is coming soon, but in the meantime, Blank Canvas lets you do just a little bit more with Gutenberg than you could before.&rdquo;</p>\n\n\n\n<h2>About the Theme</h2>\n\n\n\n<p class=\"has-drop-cap\">The theme is called <strong>Blank</strong> Canvas for a reason. Its <a href=\"https://blankcanvasdemo.wordpress.com/\">demo page</a> is literally a blank screen with a footer message. The idea is that the end-user designs their homepage &mdash; or their entire site in the case of a single-page website &mdash; via the block editor.</p>\n\n\n\n<p>For those who need a starting point, the theme comes packaged with six block patterns:</p>\n\n\n\n<ul><li>About Me</li><li>Links</li><li>Invitation</li><li>Split Screen</li><li>Card</li><li>Email Signup</li></ul>\n\n\n\n<img />Invitation block pattern.\n\n\n\n<p>Self-hosted WordPress users can install the theme too. It is currently awaiting review for the theme directory, but they can snag the ZIP file or SVN link from its <a href=\"https://themes.trac.wordpress.org/ticket/94482\">Trac ticket</a>. For those giving it a test, be sure to disable the title and tagline via the customizer so they do not appear on the front end. That is assuming you want to use the theme as intended. It will also work as a more traditional theme because the Seedlet parent theme covers all the necessary features.</p>\n\n\n\n<p>There are differences between the theme on WordPress.com and that submitted to the WordPress.org theme directory. The .ORG version has only four block patterns. The .COM version includes an additional Card pattern, which integrates with Automattic&rsquo;s Layout Grid plugin. The Email Signup pattern needs Jetpack&rsquo;s form feature.</p>\n\n\n\n<p>Simple conditional checks for Layout Grid or Jetpack before registering the patterns would suffice for users with those plugins installed. &ldquo;That&rsquo;s planned,&rdquo; said Reigstad of adding the missing patterns, &ldquo;but we just didn&rsquo;t implement it yet.&rdquo;</p>\n\n\n\n<img />Email Signup block pattern.\n\n\n\n<p>WordPress.com users have something else to look forward to. In November, the service <a href=\"https://wptavern.com/wordpress-com-drops-over-100-block-patterns-carving-a-path-the-design-community-should-follow\">launched over 100 patterns</a>. &ldquo;One of the nice things is that there are already a lot of patterns out there that seem ready-made for single-page websites,&rdquo; said Reigstad.</p>\n\n\n\n<p>He did say the team is working on bundling more patterns in the future. These may include more &ldquo;link in bio&rdquo; designs that expand on the one already in the theme today.</p>\n\n\n\n<h2>Pioneering Block-Friendly Themes</h2>\n\n\n\n<p class=\"has-drop-cap\">Several of the ideas available in this theme seemed to have started from the WordPress <a href=\"https://github.com/WordPress/theme-experiments\">Theme Experiments repository</a>. It features block patterns similar in scope to the <a href=\"https://wptavern.com/carrd-like-theme-experiment-provides-a-glimpse-into-the-future-of-theming\">Carrd-like theme</a> Reigstad built last October.</p>\n\n\n\n<p>&ldquo;In general, building block-based themes helped redefine our idea of what a theme needed to be,&rdquo; he said. &ldquo;We&rsquo;d tended to think of a theme as a complicated piece of software that accounts for every scenario you throw at it: a blog, custom post types, category pages, search pages, the 404 page, etc.&rdquo;</p>\n\n\n\n<p>Reigstad said that the block-based themes paradigm has forced the Theme Team to start small. Because Full Site Editing is still in flux, its features not ready, the team has built proof-of-concept themes with limited functionality.</p>\n\n\n\n<p>&ldquo;The possibilities for block-based themes have grown considerably since then (as shown by TT1 Blocks, Q, Block-based Bosco, and others), but the early constraints helped spark ideas like that Carrd-inspired theme,&rdquo; he said. &ldquo;It turned out that you could build a pretty useful site with just a handful of blocks.</p>\n\n\n\n<p>&ldquo;That mindset definitely informed Blank Canvas &mdash; we started small, with just the functionality someone would need to build a single-page site. Since it&rsquo;s based on a full-featured theme (Seedlet), you can grow with it too.&rdquo;</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, 27 Jan 2021 22:11: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:\"Justin Tadlock\";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:106:\"WPTavern: Plugin Team Draws a Line: Plugins Must Not Change WordPress’ Default Automatic Update Settings\";s: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=111034\";s: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:249:\"https://wptavern.com/plugin-team-draws-a-line-plugins-must-not-change-wordpress-default-automatic-update-settings?utm_source=rss&utm_medium=rss&utm_campaign=plugin-team-draws-a-line-plugins-must-not-change-wordpress-default-automatic-update-settings\";s: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:3110:\"<p>WordPress&rsquo; plugin team has published a <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">statement</a> regarding plugins making changes to users&rsquo; update services: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Unless your&nbsp;plugin&nbsp;has the&nbsp;<em>purpose</em>&nbsp;of managing updates, you&nbsp;<strong>must not</strong>&nbsp;change the&nbsp;defaults&nbsp;of WordPress&rsquo; update settings.</p><p>You&nbsp;<em>may</em>&nbsp;offer a feature to auto-update, but it has to honor the&nbsp;core&nbsp;settings. This means if someone has set their site to &ldquo;Never update any of my plugins or themes&rdquo; you are not to change those for them unless they opt-in and request it.</p></blockquote>\n\n\n\n<p>The statement was prompted by plugins overstepping this boundary, which, up until recently, has simply been understood but not explicitly forbidden. Mika Epstein said the practice &ldquo;destroys the faith users have in you to not break their sites.&rdquo; It also reflects poorly on WordPress as a whole when plugin authors abuse core features to serve their own interests.</p>\n\n\n\n<p>&ldquo;Sadly, this happened recently to a well used plugin, and the fallout has been pretty bad,&rdquo; Epstein said. </p>\n\n\n\n<p>She did not identify the plugin in question, but one particular incident that happened last month bears a strong likeness to this description. On December 21, 2020, the <a href=\"https://wptavern.com/all-in-one-seo-plugin-turns-on-automatic-updates-without-notifying-users-removes-functionality-in-latest-release\">All in One SEO plugin turned on automatic updates without notifying its users</a>, aside from a short, ambiguous note in the changelog.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>All in One SEO was active on more than 2 million WordPress sites when it rolled out this update. Many users were frustrated to discover that their sites had been updated without permission, despite having auto updates turned off for the plugin. The plugin&rsquo;s developers removed the auto updates wrapper&nbsp;functionality from the plugin earlier this month, in favor of letting WordPress handle updates.</p>\n\n\n\n<p>After this incident, those who were affected were left with questions. Should WordPress allow this practice? Should plugin developers be required to place a notice in the dashboard if they are going to flip automatic updates on? While many users are willing to trust WordPress core to do automatic updates in a safe way, some are not willing to extend that trust to plugin developers, whose quality of updates vary widely. The plugin team offering guidance and communication on this matter was absolutely necessary to deter aggressive plugin developers from destroying what is still a fragile trust in automatic updates.</p>\n\n\n\n<p>&ldquo;At this time, we have no plans to spell this out in a guideline,&rdquo; Epstein said. &ldquo;We do currently, regularly flag plugins that go outside their dictated (self defined) boundaries, and this is not a change. Please, respect your users.&rdquo;</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, 27 Jan 2021 20:43:13 +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:102:\"WPTavern: Jetpack Launches Customer Research Project to Improve the Plugin and Reduce User Frustration\";s: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=110995\";s: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:249:\"https://wptavern.com/jetpack-launches-customer-research-project-to-improve-the-plugin-and-reduce-user-frustration?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-launches-customer-research-project-to-improve-the-plugin-and-reduce-user-frustration\";s: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:6244:\"<p>Jetpack&rsquo;s Design and Research Team is <a href=\"https://automattic.design/2021/01/26/were-all-ears/\">launching a new customer research panel</a> as part of an ongoing effort to collect feedback in advance of launching new features. They are allocating one day every month to talk with users:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>It&rsquo;s a small step toward an important goal of better understanding what our users need, seeing and hearing first hand where they are frustrated, and learning how Jetpack can work better for them.</p><p>The relationship benefits both sides. Our customers enjoy a sneak preview of features coming down the roadmap, and are empowered to help shape the product&rsquo;s future. And our design slash research team sees first hand, how our products perform with real folks using them.</p></blockquote>\n\n\n\n<p>Jetpack is recruiting customers for 45-minute long interviews on Zoom where they will preview some new designs and talk about proposed product improvements that are already in the works. In exchange, participants receive a $25 Amazon gift card.  </p>\n\n\n\n<p>This outreach effort may help in easing the periodic friction between Automattic and the larger WordPress community, which tends to emerge like pop-up storms on social media and quickly dissipate, but not without taxing onlookers&rsquo; good will. Although Jetpack is active on more than 5 million sites, and is marketed as &ldquo;the most popular WordPress plugin for just about everything,&rdquo; its team occasionally seems out of touch with users.</p>\n\n\n\n<p>One recent example of this happened when Matt Medeiros drew attention to the wording for the Jetpack Scan upsells that appear on the plugins page in the admin.  Specifically, people took issue with the claim that &ldquo;adding plugins can expose your site to security risks.&rdquo; While this is true, participants in the resulting heated discussion said it implies that Jetpack, the plugin that claims to do &ldquo;just about everything,&rdquo; is the only safe plugin. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Everyone: WordPress is amazing because you can use plugins! <br />Jetpack: Careful, it\'s a scary place that WordPress repo is.<br />Everyone: Didn\'t you come from .org? <br />Jetpack: Just buy my protection plan. <a href=\"https://t.co/5oqbsroqSA\">pic.twitter.com/5oqbsroqSA</a></p>&mdash; I podcast a lot&#127897; (@mattmedeiros) <a href=\"https://twitter.com/mattmedeiros/status/1352275821763948550?ref_src=twsrc%5Etfw\">January 21, 2021</a></blockquote>\n</div>\n\n\n\n<p>Some perceived it to be in violation of <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#11-plugins-should-not-hijack-the-admin-dashboard\">#11 of the Plugin Directory guidelines</a>, which states that plugins should not hijack the admin dashboard. The guideline also recommends avoiding advertising in the admin &ldquo;as it is generally ineffective,&rdquo; as well as frustrating for users who are not looking for additional complications while solving problems.</p>\n\n\n\n<p>This particular case was resolved after Automattic product designer Jeff Golenski took the community feedback to his team. They <a href=\"https://twitter.com/jeffgolenski/status/1352417067849428993\">updated the advertisement</a> to be less fear-inspiring regarding the WordPress plugin ecosystem.</p>\n\n\n\n<p>In another potent example of disconnect from the larger community, <a href=\"https://wptavern.com/jetpack-7-1-adds-feature-suggestions-to-plugin-search-results\">Jetpack 7.1 quietly introduced suggestions to the plugin search screen</a>. The update artificially inserted a search result into the first plugin card slot, identifying the corresponding Jetpack feature if one was available. Jetpack&rsquo;s module placement in the results subtly implied that other plugins were inferior options to its existing modules. Some of the modules advertised required an upgrade. The UI did not make it clear that the artificial search result was not coming from the plugin directory&rsquo;s algorithm. The Jetpack team claimed that it was designed to be a notice but its implementation was virtually indistinguishable from an advertisement.</p>\n\n\n\n<p>In a later release, Jetpack <a href=\"https://wptavern.com/jetpack-7-2-1-removes-promotions-for-paid-upgrades-from-the-search-screen\">removed all feature suggestions that previously advertised upgrades</a>, characterizing the mistake as &ldquo;an error in judgment.&rdquo; This kind of misstep could have easily been avoided if the feature had been presented to actual users in advance. User researchers could have asked, &ldquo;How would you like it if we put some of our paid upgrades in the top search spot when you are searching for a new plugin?&rdquo; </p>\n\n\n\n<p>Historically, the company has had a few rocky launches where it seemed some product teams did not consider the community&rsquo;s perception in their marketing approaches. Most recently, this was evident in the launch of WordPress.com&rsquo;s new&nbsp;<a href=\"https://wptavern.com/wordpress-com-rattles-freelancer-community-with-new-website-building-service-launch\">website building service</a>, which failed to include important information, i.e. that the intention was to refer business out. </p>\n\n\n\n<p>The new customer research panel is a strategic move for Automattic and should allow the company to avoid a lot more frustration and miscommunication around Jetpack. It could also be valuable as a means of testing potential marketing angles, beyond just specific features the team is developing.</p>\n\n\n\n<p>&ldquo;When you have a team continually connecting with their customers, you find that they start to become internal ambassadors for the users, helping to weave the user&rsquo;s voice into product and design conversations throughout the entire product design process.&rdquo; Automattic UX/Product Designer Yvonne Doll said in the announcment.</p>\n\n\n\n<p>If you want to help the Jetpack team realize these goals and become ambassadors for their users, visit the plugin&rsquo;s <a href=\"https://jetpackresearch.blog/\">user research blog</a> and sign up to participate in upcoming interviews. </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, 27 Jan 2021 02:33: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: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:64:\"WPTavern: WP Buffs Finalizes First Acquisition, Purchases WP EZI\";s: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=110796\";s: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:171:\"https://wptavern.com/wp-buffs-finalizes-first-acquisition-purchases-wp-ezi?utm_source=rss&utm_medium=rss&utm_campaign=wp-buffs-finalizes-first-acquisition-purchases-wp-ezi\";s: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:6915:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Earlier today, WP Buffs <a href=\"https://wpbuffs.com/wp-ezi-acqusition/\">announced that it had acquired WP EZI</a>, a WordPress maintenance and support service. It was a five-figure acquisition for 64 active subscriptions and 343 total customers. Paul Tselekidis, the former owner of WP EZI, is <a href=\"https://wpezi.com/joining-wp-buffs/\">stepping away from the project</a>.</p>\n\n\n\n<p>WP Buffs offers 24/7 WordPress website management. Its team works directly with website owners and startups. They also work with white-label partners in the WordPress space. Agencies, freelancers, and hosting companies resell the WP Buffs subscription services instead of hiring a global team of their own.</p>\n\n\n\n<p>This is the first acquisition for the company and was done through their new <a href=\"https://wpbuffs.com/acquisitions/\">Business Acquisition Unit</a>.</p>\n\n\n\n<p>For WP EZI users, nothing should change about how they use the service. &ldquo;The day-to-day of the folks at WP EZI (aside from Paul) will continue unchanged as they&rsquo;ve all decided to stay on board and are excited for this new chapter of the business,&rdquo; said Joe Howard, the Founder and CEO of WP Buffs. &ldquo;For the time being, they will continue to function as team members of WP EZI, although they&rsquo;ll, of course, be given a warm welcome as new members of the WP Buffs family.&rdquo;</p>\n\n\n\n<p>At the moment, none of the pre-acquisition WP Buffs staff will move over to any WP EZI projects or vice versa. The two brands will remain separate.</p>\n\n\n\n<p>&ldquo;Mostly, this is for current WP EZI subscription clients, as keeping them happy and unbothered is our top priority,&rdquo; said Howard.</p>\n\n\n\n<p>One change coming to WP EZI is that it will no longer offer new care plan subscriptions. The goal is to send those leads to WP Buffs. WP EZI will continue serving current care plan customers and handle one-off projects.</p>\n\n\n\n<p>&ldquo;The strength of WP Buffs is in our strong systems and scalable business model of selling and executing on subscription services,&rdquo; said Howard. &ldquo;That&rsquo;s why we&rsquo;ll continue to accept new care plans there and send all one-time requests to WP EZI. They have experience with this business model, so we&rsquo;re going to keep that team doing the work they&rsquo;ve proved to be strong at.&rdquo;</p>\n\n\n\n<p>Howard did not give much away in terms of long-term changes. He said that while they are mulling over some ideas, their priorities were a peaceful transition for WP EZI clients and learning from and helping the current team.</p>\n\n\n\n<p>&ldquo;Most of the benefits for WP Buffs come from acquiring an already profitable business and client base,&rdquo; he said. &ldquo;Furthermore, the acquisition allows us to funnel care plan leads into WP Buffs and more one-time work into WP EZI. These silos will allow each team to be more efficient since they&rsquo;ll be able to focus on their areas of strength.&rdquo;</p>\n\n\n\n<h2>On Acquisitions and Growth</h2>\n\n\n\n<p class=\"has-drop-cap\">On the low end, the deal was likely at least mid to upper-five figures. We know that it was a five-figure acquisition. There were 64 active customers with an $87 per month subscription or more. This also assumes a consistent active subscription count for the last year or so. This is speculation but should provide some low ballpark numbers for others looking to sell a WordPress-related business.</p>\n\n\n\n<p>While Howard did not provide an exact figure, his company provided far more information than is typical of business acquisitions in the WordPress ecosystem. Often, these deals are made only with an agreement that neither party share the sale price. The transparency from WP Buffs should come as a breath of fresh air to other small business owners. It can be overwhelming venturing into a first acquisition from either end.</p>\n\n\n\n<p>One of his goals is to be transparent with how WP Buffs is run. His <a href=\"https://wpbuffs.com/2020-year-in-review/\">2020 year in review</a> post is lengthy, but he does not hold back on mistakes and successes. It provides a lot of insight that other business owners can learn from.</p>\n\n\n\n<p>Howard has some experience scaling businesses beyond that $10,000 &ndash; $15,000 monthly recurring revenue (MRR) spot, which is where some small businesses begin to plateau. I asked him to share his experience with other business owners.</p>\n\n\n\n<p>&ldquo;WP Buffs now does $100,000+ MRR,&rdquo; he said. &ldquo;That means we don&rsquo;t have the same issues as a care plan company at the scale of WP EZI &mdash; and if we do, we can pay to make those challenges go away.&rdquo;</p>\n\n\n\n<p>With WP Buffs now in control of the WP EZI brand, they can dedicate funding where needed and use their leadership and management where needed. Because their team has been here before, it should provide the experience to push past any hurdles.</p>\n\n\n\n<p>&ldquo;The reality here is just an economics of scale,&rdquo; said Howard. &ldquo;&lsquo;Bigger&rsquo; companies can simply flex a little more muscle to get rid of roadblocks. Plus, they have more financial flexibility to experiment and get things wrong to find that one thing that makes the difference when it comes to growth.&rdquo;</p>\n\n\n\n<p>He wrapped up his advice by saying that businesses should focus on their subscription metrics:</p>\n\n\n\n<ul><li>Develop 1-2 predictable, lead acquisition channels and grow those (increase MRR growth from new sales).</li><li>Get a ton of client feedback and make fast adjustments to keep them happy (lower churn).</li><li>From the client feedback, implement new features, offerings, value to current clients so they&rsquo;ll stay with you longer and tell others about you (increase expansion revenue and lifetime value).</li></ul>\n\n\n\n<p>&ldquo;One basic piece of advice is it&rsquo;s never too early to start thinking about selling, even if it&rsquo;s not on your roadmap,&rdquo; said Howard. &ldquo;Whether you ever want to sell your business or not, the things that make the kind of business people want to purchase are the same things that simply make it a good business, so why not do them?&rdquo;</p>\n\n\n\n<p>Howard and Tselekidis had an <a href=\"https://wpmrr.com/podcast/paul-kidis-wp-ezi/\">open and honest conversation</a> about the acquisition on the WPMRR podcast. Some of it is personal, but it provides a glimpse behind the curtain of a WordPress business sale.</p>\n\n\n\n<p>Tselekidis talked about spreading himself too thin among his various projects in the podcast. After a self-analysis and reevaluating his interests, he decided to find a new home for WP EZI. This will allow him to focus on and pursue other goals. &ldquo;It&rsquo;s time to move on; like it&rsquo;s my time,&rdquo; he said of continuing work that he was not as passionate about. &ldquo;I don&rsquo;t want to do a disservice by my clients.&rdquo;</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, 26 Jan 2021 21:41:16 +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:\"Justin Tadlock\";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:25:\"Matt: Revue Joins Twitter\";s: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:42:\"https://ma.tt/2021/01/revue-joins-twitter/\";s: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:42:\"https://ma.tt/2021/01/revue-joins-twitter/\";s: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:591:\"<p>Very excited to share the <a href=\"https://blog.twitter.com/en_us/topics/company/2021/making-twitter-a-better-home-for-writers.html\">news that Revue is joining Twitter</a>. I’m a huge fan of the idea of better newsletters and <a href=\"https://automattic.com\">Automattic</a> was the largest investor in <a href=\"https://www.getrevue.co/\">Revue</a>. I’m looking forward to seeing what the very talented team will do as part of the Twitter network. Also many thanks to <a href=\"https://kk.org\">Kevin Kelly</a> and <a href=\"https://om.co\">Om</a> for introducing me to Revue early on. </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, 26 Jan 2021 18:43: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:4:\"Matt\";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:91:\"WPTavern: WordPress Roadmap Update: Full-Site Editing Targeted for 5.8 Release in June 2021\";s: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=110884\";s: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:225:\"https://wptavern.com/wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021\";s: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:3700:\"<p>WordPress core contributors are pushing forward on an ambitious plan to land full-site editing in core before the end of the year. Josepha Haden Chomphosy, the open source project&rsquo;s executive director, published an <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">updated roadmap</a> for 2021 that aims to get an MVP of full-site editing (FSE) in the Gutenberg plugin by April, 2021. FSE v1 would then be on track for shipping with WordPress 5.8, which is anticipated in June, 2021.</p>\n\n\n\n<table><tbody><tr><th>5.7&nbsp;</th><td>April 2021 &ndash; <strong>MVP for FSE in Gutenberg plugin</strong></td></tr><tr><th>5.8</th><td>June 2021 &ndash; <strong>&nbsp;v1 in Core</strong></td></tr></tbody></table>\n\n\n\n<p>Chomphosy defined the scope of FSE as &ldquo;the ability to edit all elements of a site using Gutenberg blocks&rdquo; and said it will include &ldquo;all in-progress features designed to help existing users transition to Gutenberg as well.&rdquo;</p>\n\n\n\n<p>When asked what would be considered an MVP of full-site editing, Chomphosy pointed to <a href=\"https://github.com/WordPress/gutenberg/issues/24551\">a GitHub issue</a> that contributors are using for tracking all the milestones associated with the project. Part of the infrastructure and UI is marked as complete, as well as browsing between pages, templates, and template parts. Styling, theme blocks, the query block, and the navigation block still need more work. More progress may have been made but the tracking issue has not been updated since December 19, 2020. </p>\n\n\n\n<p>Dipping into the <a href=\"https://make.wordpress.org/core/2021/01/22/editor-chat-summary-20th-january-2021/\">notes</a> from the recent editor meetings shows a steady stream of FSE improvements, which presumably will coalesce into an MVP in approximately five weeks. Chomphosy&rsquo;s announcement avoided explicit promises regarding what features are expected at that time.  </p>\n\n\n\n<p>Related projects like the widgets and navigation block editors have new dedicated Slack channels for those interested in following and contributing: </p>\n\n\n\n<ul><li><a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C01D71823PB\" target=\"_blank\">#feature-widgets-block-editor</a></li><li><a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C01KDAZJMQ9\" target=\"_blank\">#feature-navigation-block-editor</a></li></ul>\n\n\n\n<p>If you have questions about where FSE is headed, an upcoming Gutenberg Times Live Q&amp;A episode titled &ldquo;<em>Updates on WordPress Site-Editor (FSE) and Themes</em>&rdquo; will feature a panel of people who are actively contributing in these areas. It includes Carolina Nymark, author of <a href=\"https://fullsiteediting.com/\">a course on full site editing and block based themes</a>, Ari Stathopoulos, core contributor and author of the first block-based theme in the repository, and Anne McCarthy, who is managing the FSE outreach experiment. </p>\n\n\n\n<p>The episode will air live on Friday, January 29th, 2021, at 11AM EST, hosted by Birgit Pauli-Haack, curator of the <a href=\"https://gutenbergtimes.com/\">Gutenberg Times</a>. <a href=\"https://us02web.zoom.us/webinar/register/9716061492351/WN_vtNXZ0zTTs2S0S98X0Y9og\">Registration</a> for the event is free. Pauli-Haack plans to cover all the latest updates on full-site editing, block-based themes, and global styles. The panel will also touch on the navigation and widget screens, as well as what features will most likely land in WordPress 5.7. Viewers can bring questions and participate via Zoom and YouTube live. The episode will be recorded and shared afterwards with a transcript and resources.</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, 26 Jan 2021 03:16:56 +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: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:81:\"WPTavern: Jump-Start a Year’s Worth of Content via the Launch With Words 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=110800\";s: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:201:\"https://wptavern.com/jump-start-a-years-worth-of-content-via-the-launch-with-words-plugin?utm_source=rss&utm_medium=rss&utm_campaign=jump-start-a-years-worth-of-content-via-the-launch-with-words-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:8435:\"<p class=\"has-drop-cap\">On Sunday, Bridget Willard announced her latest project, <a href=\"http://launchwithwords.com\">Launch With Words</a>. In collaboration with Ronald Huereca, who performed the development work, they built a plugin that helps clients jump-start routine, monthly blog posts. In the future, there will be premium &ldquo;content packs&rdquo; that include content for various industries.</p>\n\n\n\n<p>The Launch With Words plugin is essentially a JSON importer for blog posts. The plugin itself is simple. However, the idea is what makes this plugin special.</p>\n\n\n\n<p>&ldquo;The audience is small business owners,&rdquo; said Willard. &ldquo;So many of us in the WordPress ecosystem are overeducated. We are annoyed that clients don&rsquo;t know how to do X, Y, and Z. But that&rsquo;s not their job; it&rsquo;s ours.&rdquo;</p>\n\n\n\n<p>Willard wrote starter content for both the Twenty Nineteen and Twenty Twenty default WordPress themes. She said it occurred to her that theme starter content is great, but why was no one tackling this for blog posts?</p>\n\n\n\n<p>&ldquo;This plugin comes from something I&rsquo;ve been saying to friends for years, &lsquo;launch with words; get paid faster,\'&rdquo; she said. &ldquo;<em>Lorem ipsum</em> is such a pain. Seriously. As someone who partners with WordPress agencies and freelancers to write copy for website launches, placeholder text is my nemesis.&rdquo;</p>\n\n\n\n<p>Willard <a href=\"https://bridgetwillard.com/\">runs her own business</a>, which offers social media management, copywriting, consulting, and business coaching. She is a marketing consultant who has been writing for the web since 2001.</p>\n\n\n\n<p>&ldquo;I was a secretary by trade with a background in accounts receivables and collections,&rdquo; she said. &ldquo;After I earned my teaching credential, I spent a year teaching junior high and high school math before I realized I didn&rsquo;t like parents. But hey, that bachelor&rsquo;s degree isn&rsquo;t wasted. I decided to go back to office work and landed in accounting (hello, algebra). I excelled in accounts receivable and collections but was at the top of my salary range.&rdquo;</p>\n\n\n\n<p>She left the construction industry in 2015 and began working for an advertising agency. During this time, she helped build the GiveWP brand. She also led the WordPress Marketing Team for two years.</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<img />Importing content with the Launch With Words plugin.\n\n\n\n<p class=\"has-drop-cap\">Launch With Words simply imports content. On its own, it does nothing else. Willard provides a downloadable JSON file via the Launch With Words website. This &ldquo;<a href=\"https://bridgetwillard.com/downloads/launch-with-words-starter-content-pack/\">starter pack</a>&rdquo; is available for free to everyone. It includes 12 draft blog posts to keep users blogging on their site for the next year.</p>\n\n\n\n<p>While it is geared toward freelancers and agencies working with small business owners, anyone can use the plugin and starter pack. If you are having trouble pushing out content regularly, the monthly prompts could be the injection you need to get the creative juices flowing.</p>\n\n\n\n<p>Each draft post includes a topic theme, topic type, and blog checklist. The topic theme is centered on usual events or holidays that match the month of the year. For example, the following is the theme for May:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Topic Theme: Summer is around the corner and, if your business is seasonal, you may have a bit of extra time or be swamped. It generally depends on your sales cycle.</p><p>This is a great time to go to your inspiration journal and look for a case study that can be written. Get the content published before people start going on vacations and forget about hiring a small business.</p></blockquote>\n\n\n\n<p>Just pull up each month&rsquo;s draft post, follow the topic, and go from there.</p>\n\n\n\n<img />Draft blog post for December.\n\n\n\n<p>Willard says that the plugin builds off the services she offers. &ldquo;This plugin absolutely solves the repeated issues I encounter with people &mdash; namely, &lsquo;What do I write about?\'&rdquo;</p>\n\n\n\n<p>She has not started using the Launch With Words plugin with her clients yet. In the past, she has used the <a href=\"https://bit.ly/BridgetWebQuestions\">Website Content Questionnaire</a>, a tool she built that others can copy to their Google Drive for free.</p>\n\n\n\n<p>&ldquo;What makes web copy great is having a bit of the backstory about people,&rdquo; she said. &ldquo;What makes them different? Do they like hockey? Did they start working in fast food? Are they building sites for the healthcare industry?&rdquo;</p>\n\n\n\n<h2>Premium Content Packs</h2>\n\n\n\n<p class=\"has-drop-cap\">Willard will begin offering premium content packs soon. Each will come with 12 fully-written blog post drafts for each month of the year, catering to specific industries. She plans to launch these individual packs at $497.</p>\n\n\n\n<p>&ldquo;I get asked how I come up with prices often,&rdquo; she said. &ldquo;Because I look at websites and products and SaaS services constantly, pricing is now intuitive to me. It&rsquo;s pretty easy for a developer or a small business to throw down $500 knowing it will give them content for a year. It&rsquo;s a crazy low price. I&rsquo;m not a fan of the word &lsquo;cheap.&rsquo; But this is buying in bulk. This is the Costco model.&rdquo;</p>\n\n\n\n<p>The blog posts should range between 300 and 500 words, a service in which Willard would generally charge $200.</p>\n\n\n\n<p>&ldquo;Anyone can tweak the copy to localize it or make it their own,&rdquo; she said. &ldquo;Before you ask, the only thing worse than duplicate content is no content. It&rsquo;s not novel to offer content; what&rsquo;s novel is to offer content that lives in a blog post. It&rsquo;s not an RSS feed from a syndication service that you can&rsquo;t edit. It&rsquo;s amazing how much franchises pay for boring content to distribute to their networks. Any business should have access to quality content that they can localize.&rdquo;</p>\n\n\n\n<p>One has to wonder how Willard could pace herself and produce quality content for these premium packs. However, she is no stranger to the writing process. She has published several books, writing four in the past year.</p>\n\n\n\n<p>&ldquo;I write to teach,&rdquo; she said. &ldquo;If you boil my essence down, I am a teacher. A few people have encouraged me to publish books. I have two Christian-based books out on Amazon that I did on Lulu.com, but it was so painful, I didn&rsquo;t bother.&rdquo;</p>\n\n\n\n<p>It was not until she talked with Nathan Ingram, a business coach in the WordPress space, at WordCamp Seattle in 2019 that she decided to give things another go. He introduced her to Kindle Direct Publishing, a driving factor behind her more recent publishing success.</p>\n\n\n\n<p>&ldquo;So I took a blog series idea, &lsquo;Dysfunctional Love Songs,&rsquo; and wrote and published that book in April as my COVID project. In October, &lsquo;Keys to Being Social,&rsquo; my life&rsquo;s work was published. &lsquo;The Definitive Guide to Twitter Marketing&rsquo; was written on a Sunday in January. My fourth book, &lsquo;How to Market Your WordPress Plugin&rsquo; is with my editor and will be published this year.&rdquo;</p>\n\n\n\n<p>Willard said these writing projects have helped her stay focused on positive things during the Covid-era.</p>\n\n\n\n<p>&ldquo;Otherwise, it&rsquo;s easy for things to turn dark &mdash; if we&rsquo;re all going to die, why pay off my credit cards? You know? I can&rsquo;t just sit around watching Netflix. I do, but I need an outlet.&rdquo;</p>\n\n\n\n<p>She does not plan on going it alone for all of the premium content packs. She is already in talks with writers in other fields who would be better suited to the specific subject matter. However, Willard will lean on her construction-related expertise to build some of the packs.</p>\n\n\n\n<p>&ldquo;The best advice writers give is that you should write what you know,&rdquo; she said. &ldquo;It&rsquo;s the first chapter in Anne Lamott&rsquo;s &lsquo;Bird by Bird.&rsquo; I&rsquo;ve been writing about construction for 20 years. It won&rsquo;t require very much research. I mean, if I can sit down on a Sunday and write 7,000 words on Twitter for that book, I&rsquo;m pretty sure I can write 12 blog posts fairly soon.&rdquo;</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, 25 Jan 2021 21:57: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:14:\"Justin Tadlock\";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:83:\"WPTavern: Ask the Bartender: How To Bulk Convert Classic WordPress Posts To Blocks?\";s: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=110841\";s: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:207:\"https://wptavern.com/ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks?utm_source=rss&utm_medium=rss&utm_campaign=ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks\";s: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:5513:\"<blockquote class=\"wp-block-quote\"><p>I was wondering if you could help me. I want to convert all of my old posts (about 600) to Gutenberg blocks. Do you know an easy way to do that?</p><p>Philip</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">I often get these short questions via private messages. I always try my best to help other WordPress users whenever I can. This was an easy solution in Philip&rsquo;s case. After a quick chat, he actually learned that he did not need to migrate his posts to the block system. I thought it would be best to open this topic to a wider audience. Maybe it would help someone else along the way.</p>\n\n\n\n<p>There is currently an <a href=\"https://github.com/WordPress/gutenberg/issues/18645\">open ticket</a> on the Gutenberg repository for a bulk converter. It has sat dormant until a few days ago. The primary argument for including this feature in the plugin and eventually WordPress itself is that the lack of this option is an obstacle for newcomers to the block editor.</p>\n\n\n\n<p>I disagree with the notion that it is any sort of obstacle for block-editor adoption. There does not seem to be a massive call for the feature in the WordPress support forums. Web searches do not pull up too many support queries for it. It seems to be a niche use case. Or, in some cases, there is a simple misunderstanding that end-users need to do any sort of conversion or migration at all.</p>\n\n\n\n<p>However, the biggest reason it is a non-obstacle is that posts written in the classic editor are still basic HTML. Regardless of the editor, older content will output just fine on the front end, at least in most cases.</p>\n\n\n\n<p>The first question anyone should ask before deciding on bulk converting their old posts to the newer block format is whether they should do it at all. The answer for the majority of users will simply be <em><strong>no</strong></em>. There are few reasons to do so.</p>\n\n\n\n<p>Doing a mass conversion like this, especially with hundreds or more posts, is subject to broken sites. I have done enough single-post updates to know that the process does not always go smoothly. Sometimes, I need to touch up something here or do some manual changes there. On a large scale, there really is no way to know what got broken until you test every single post or page on the site. In some cases, everything is OK. In others, it is a nightmare.</p>\n\n\n\n<p>If you are thinking of going down the bulk-conversion route, make a backup first. There is a good chance that you will need it. You should also test this on a staging site.</p>\n\n\n\n<p>My recommendation for most users is to convert posts on an as-needed basis. I like to make the switch any time I edit an old post. The only reason I convert them is that I prefer working with the block editor over classic.</p>\n\n\n\n<p>Posts written in the old editor will be in the Classic block. After selecting the block that houses the content, I hit the &ldquo;Convert to blocks&rdquo; button in the block toolbar. I do a quick check of anything that might need to be fixed before hitting the update button.</p>\n\n\n\n<img />&ldquo;Convert to blocks&rdquo; button for the Classic block.\n\n\n\n<p>In most cases, there is no reason to convert old posts to blocks except when you are actually editing those posts.</p>\n\n\n\n<p>Despite claims that things will &ldquo;just work&rdquo; when switching to the block editor, that is not the day-to-day reality of all WordPress users. Some of the biggest reasons I have seen to bulk convert are around theme design issues. For example, the block system made some fundamental changes to image markup. If your theme handles left and right-aligned images added via the block editor but breaks down on your old posts, bulk converting may be an option. However, the first course of action should be checking in with your theme author about adding support for the classic markup.</p>\n\n\n\n<p>There are likely numerous other edge cases. Bulk converting posts is an invasive operation that can only be reverted by restoring a pre-conversion backup. It should be a last resort.</p>\n\n\n\n<p>If you are at the point where you know you need to convert all your old posts, there are a few options available.</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/bulk-block-converter/\">Bulk Block Converter</a> plugin is likely the most-used solution at the moment. Organic Themes released it a little over a year ago but has only updated it once. User reviews have been mixed. A few of the problems seemingly stem from WordPress &mdash; the plugin extends the core WordPress block converter used in single posts.</p>\n\n\n\n<p>For those with clients who want to find a middle ground between bulk conversion and having the client manually convert their old posts, 10up&rsquo;s <a href=\"https://github.com/10up/convert-to-blocks\">Convert to Blocks</a> plugin might be the right solution. It converts posts on the fly, only making changes when a user opens the post-editing screen.</p>\n\n\n\n<p>Fr&auml;nk Klein is also working on a PHP-based bulk converter plugin named <a href=\"https://bulkconverttoblocks.com/\">Bulk Convert to Blocks</a>. It is currently in the development stage and not ready for use on live sites. It offers a screen in the WordPress admin to perform the conversion and will continue working in the background if the user leaves the page. Because it runs via PHP, developers can extend it with custom actions and filters. It also provides a WP CLI command for those who prefer to work from the command line.</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, 22 Jan 2021 22:39:30 +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:\"Justin Tadlock\";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:66:\"WPTavern: TasteWP Spins Up Free WordPress Testing Sites in Seconds\";s: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=110274\";s: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:177:\"https://wptavern.com/tastewp-spins-up-free-wordpress-testing-sites-in-seconds?utm_source=rss&utm_medium=rss&utm_campaign=tastewp-spins-up-free-wordpress-testing-sites-in-seconds\";s: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:5318:\"<p><a href=\"https://tastewp.com/\">TasteWP</a> is a newcomer among online WordPress sandboxing solutions. The site allows users to spin up a new WordPress instance in a matter of seconds. Web-based sandboxes like these have been popular for a long time, since they are convenient to fire up and destroy when performing a quick test on a plugin or theme. It&rsquo;s easier than maintaining a local development environment, which many casual WordPress users have not taken the time to set up. </p>\n\n\n\n<p>TasteWP&rsquo;s temporary testing sites are hosted for 48 hours for non-logged-in users and 7 days for those who are logged in. The one-click setup gives you a random site URL and login credentials.</p>\n\n\n\n<img />\n\n\n\n<p>The free sites are limited to 220MB per instance. A successful set-up notice is displayed in the dashboard with information on when the site will be automatically deleted. TasteWP limits non-logged-in users to creating 2 sites and the limit is 6 for logged-in users. They can be removed or added within the site manager. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>When creating a new site, the Advanced Options allows users to set up multisite, select a PHP version, WordPress version, and choose from a number of advanced configuration options and pre-installed extensions. The PHP version can also be changed later within the site manager.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>TasteWP is reminiscent of the now defunct <a href=\"https://wptavern.com/poopy-life-lets-you-create-free-unlimited-wordpress-test-installs\">poopy.life</a> service. In addition to the unsavory and unforgettable name, poopy.life was laden with obtrusive upgrade ads that floated across the screen periodically. TasteWP takes a different route for promotion and includes three of its plugins pre-installed on the default testing sites.</p>\n\n\n\n<p>TasteWP is run by <a href=\"https://inisev.com/\">Inisev</a>, a 15-person company that has been developing&nbsp;WordPress&nbsp;plugins for four years.</p>\n\n\n\n<p>&ldquo;Our key motivator for starting&nbsp;TasteWP&nbsp;was a) scratching our own itch (we needed a platform ourselves to try out new plugin versions on different&nbsp;WP/PHP version combinations) and b) promoting our products,&rdquo; Inisev co-founder Nicolas Ahmann said.</p>\n\n\n\n<p>&ldquo;Having said that, if there is enough demand (and there seems to be), we&rsquo;ll also offer very affordable premium plans for non-expiring instances with bumped space soon.&rdquo;</p>\n\n\n\n<p>Ahmann said the team is currently funding their projects from their own pockets as well as a few private investors.</p>\n\n\n\n<p>&ldquo;We had some VCs knock at our door recently, and while we don&rsquo;t rule out taking them on board at some point in the future, we feel quite comfortable with our current approach where we grow organically (i.e. without too much ad spending),&rdquo; Ahmann said. &ldquo;I&rsquo;m sure, if we had taken on a lot of capital a few years ago, we would have spent a lot of marketing budget on products which weren&rsquo;t ready at the time. Instead, we were forced to make the products better. Limited budgets sharpen your mind immensely.&rdquo;</p>\n\n\n\n<p>Ahmann said the company has several enhancements planned for TasteWP, but they don&rsquo;t want to make the product more complicated to use. </p>\n\n\n\n<p>&ldquo;We developed a Linux application which copies exactly the same moves as user would do to create a website, except that we&rsquo;re omitting the front-end and graphics rendering parts which makes it much easier to process by the computer,&rdquo; he said. &ldquo;Also we inject anything that is needed into the database directly. That allows us to create those sites so fast without preparing them before (but still fully customized for each user).&rdquo;</p>\n\n\n\n<p>The company is planning to enable users to call specific URLs, such as&nbsp;<a rel=\"noreferrer noopener\" href=\"https://tastewp.com/?themeslug=slug-of-theme\" target=\"_blank\">https://tastewp.com?themeslug=slug-of-theme</a>,&nbsp;which would spin up an instance with that theme or plugin already installed. This would allow theme and plugin creators to share the link with their potential users/customers so that they can play around themselves. </p>\n\n\n\n<p>Localization is also a high priority for future TasteWP enhancements, since the company is based in Europe where many languages are spoken. </p>\n\n\n\n<p>&ldquo;We always felt that it doesn&rsquo;t get the attention as it needs, considering that approximately<a href=\"https://w3techs.com/technologies/overview/content_language\"> 40% of websites are not in English,</a>&rdquo; Ahmann said. &ldquo;It&rsquo;s often just DIY people (not devs) who are trying to create their websites. We always encourage them to learn English (as it&rsquo;s the world&rsquo;s&nbsp;language). But imagine you grew up in Turkey, for example. Nobody around you speaks English &ndash; the teachers in schools only speak it in a broken way. In those cases it&rsquo;s key that people can take their first&nbsp;WordPress&nbsp;steps in their language, and what&rsquo;s easier to&nbsp;do&nbsp;so than spinning up an instance with one click on&nbsp;TasteWP&nbsp;which is in your language? Long story short: we&rsquo;ll keep translating it into (many) more languages.&rdquo;</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, 22 Jan 2021 20:47: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: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: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:119:\"WPTavern: Gutenberg 9.8 Brings Rounded Borders To the Group Block and Moves the Site Editor Canvas Into an Inline Frame\";s: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=110768\";s: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:283:\"https://wptavern.com/gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame\";s: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:6699:\"<p class=\"has-drop-cap\">Gutenberg 9.8 <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">launched yesterday</a> with a few minor UI improvements. The development team added an initial implementation for border-radius support for the Group block that theme authors can opt into. They also moved the site editor into an iframe element to remove CSS conflicts from the global admin styles.</p>\n\n\n\n<p>Those who have been testing Full Site Editing should be pleased that they will no longer need to deal with the seemingly never-ending creation of auto-drafts for templates and template parts. <em>Good riddance.</em> They would have inevitably caused user confusion in the long run. The change took around a <a href=\"https://github.com/WordPress/gutenberg/pull/27910\">month of discussion and work</a>, but it reduced a complex and fragile process into a more stable system for the long term.</p>\n\n\n\n<p>While the previous plugin release saw barely more than a handful of bug fixes, version 9.8 jumped back to over two dozen. A Gutenberg update without at least that many just does not feel right.</p>\n\n\n\n<h2>Minor UI Improvements</h2>\n\n\n\n<p class=\"has-drop-cap\">The latest version of the plugin improves the UI when working with the Spacer block. When a user selected the block in the past, it appeared as a light gray rectangle. Now, it is <a href=\"https://github.com/WordPress/gutenberg/pull/28103\">semi-transparent. </a>This allows whatever is in the background, such as the Cover block with a background image, to show. This change should help users more easily make size adjustments in cases where viewing the background is necessary.</p>\n\n\n\n<img />Semi-transparent Spacer block when selected.\n\n\n\n<p>While I hope the Spacer block will eventually die a slow and agonizing death as it is replaced by more appropriate margin and padding block options, this change does help in the interim.</p>\n\n\n\n<p>In a follow-up to the UI improvements in Gutenberg 9.7, work on block variations continues. Variations are when one block is used as the foundation to create multiple variations of the same block. The most common example is the Embed block, which has YouTube, Vimeo, and other variations. Before 9.7, these variations shared the same generic icon, name, and description in the block inspector and navigation instead of the variation-specific information.</p>\n\n\n\n<p>Gutenberg 9.8 builds on the trend of using the variation&rsquo;s data where it makes sense. The block switcher (transform) button in the editor toolbar now <a href=\"https://github.com/WordPress/gutenberg/pull/27903\">displays the variation&rsquo;s icon</a>.</p>\n\n\n\n<img />Variation icon in use in the block switcher.\n\n\n\n<p>It is a small change, but it shows the development team&rsquo;s continued devotion to polishing the editor interface.</p>\n\n\n\n<h2>Loading the Site Editor Canvas in an iframe</h2>\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 9.8 separates the canvas area of the <a href=\"https://github.com/WordPress/gutenberg/pull/25775\">site editor into an iframe</a>. This separation means that global admin styles do not bleed into or override styles within the editor itself. The good news is this is a first step toward doing the same in the post editor too.</p>\n\n\n\n<p>This has been a change that I have been waiting for since the inception of the block editor. From a theme development and design standpoint, styling the editor to match the front end is ripe with issues. It has meant nesting CSS selectors when it should have been unnecessary. It has meant adding a few <code>!important</code> rules to overwrite what seems like oddities in the core CSS. While styling the block editor has improved by leaps and bounds in the past couple of years, it can still often be a pain.</p>\n\n\n\n<p>WordPress core committer Ella van Durpe <a href=\"https://github.com/WordPress/gutenberg/issues/20797#issue-579381499\">listed the benefits</a> of moving the canvas into an iframe:</p>\n\n\n\n<ul><li>There would be no admin CSS bleed at all. This is something we&rsquo;ve been struggling with since the beginning.</li><li>There would be no need to simulate media queries, which is arguably technically more difficult than using an iframe.</li><li>Relative units like <code>(r)em</code> and <code>vw</code>/<code>vh</code> just work.</li><li>For a full site, a theme stylesheet can be just dropped in the editor without any adjustment. I think this is important as it makes the life of theme authors much easier.</li><li>It&rsquo;s possible to have one selection per window, so one in the admin and one in the content. This is useful for e.g. the link UI where the selection in the content can be kept while the selection is also in an input element (for the URL). Maybe be useful in other cases.</li></ul>\n\n\n\n<p>While I find it tough to believe that theme stylesheets would just work without a hitch &mdash; <em>does such a world exist?</em> &ndash;, they should work far better than in the past. There are likely items theme authors will need to contend with, but they should be minimal. Developers should keep a close eye on the future development of this.</p>\n\n\n\n<h2>Border Radius Support for the Group Block</h2>\n\n\n\n<p class=\"has-drop-cap\">As part of Gutenberg&rsquo;s experimental feature set, the Group block now supports a <a href=\"https://github.com/WordPress/gutenberg/pull/27665\">border radius option</a>. However, end-users will not automatically see it in the block inspector. This is an opt-in feature for themes at the moment. Presumably, it will be a part of the default set of options for several blocks in the future.</p>\n\n\n\n<img />Setting the border-radius value for the Group block.\n\n\n\n<p>For theme authors who want to add support, they will need to drop the following code snippet into their <code>experimental-theme.json</code> file and edit the <code>radius</code> value:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"core/group\" : {\n        \"styles\" : {\n                \"border\" : {\n                        \"radius\" : \"50px\"\n                }\n        }\n}</code></pre>\n\n\n\n<p>This will allow theme authors to set the default border-radius for the group block. However, it will not hand over control to users. For that, themes will need to add the following snippet under the <code>settings</code> section of their <code>experimental-theme.json</code> file:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"border\" : {\n        \"customRadius\" : true\n}</code></pre>\n\n\n\n<p>I tested this with a modified version of the <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks </a>theme without issue. Mostly, I am looking forward to more styling options like this in future iterations of the plugin.</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, 21 Jan 2021 22:31:51 +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:\"Justin Tadlock\";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:54:\"WordPress.org blog: People of WordPress: Thelma Mutete\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9518\";s: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/2021/01/people-of-wordpress-thelma-mutete/\";s: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:8322:\"<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=500%2C750&ssl=1\" alt=\"Thelma Mutete at a WordCamp\" class=\"wp-image-9564\" width=\"500\" height=\"750\" />\n\n\n\n<p>From a young age Thelma was encouraged by her father to ‘work hard, and dream big’. In High School, she pursued a career in Computer Science. She said: “I did not know what I would be doing or how I would get there but I just knew that I was going to pursue a career in information technology.”</p>\n\n\n\n<p>She wrote her first line of code at the age of 16 living in Zimbabwe, Africa. This was to mark the beginning of her enthusiasm for computer programming.</p>\n\n\n\n<p>When she joined the school’s computer class, Thelma thought she would learn Excel and Word. Instead, the assignment was to write her first program in C. She said: “It was not easy, but it was very exciting. l remember writing up simple code for a Video Club – a check-in/out for VHS tapes and CDs. Thus began my fascination with computers.”</p>\n\n\n\n<p>Seven years later, she went on to university to study for a Bachelors in Business Management and Information Technology. Her third year internship was at a local web design and hosting company. Though she had hoped her placement would be at a local bank or telecommunications company, the chance to discover website design turned out to be the best thing that could have happened.&nbsp;</p>\n\n\n\n<p>In 2017, Thelma went on to work for a company designing websites using HTML, CSS, PHP, JavaScript and Joomla. She had heard about WordPress but had not used it. She recalls: “People have this misconception that WordPress is not for real developers and it is not secure and at that time I was one of those people.”</p>\n\n\n\n<h2>Finding a local community</h2>\n\n\n\n<p>From a discussion with a member of the local WordPress community, <a href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">Thabo Tswana</a>, about a striking swag gift from a WordCamp, Thelma’s interest was sparked.&nbsp;</p>\n\n\n\n<p>She started to find out more about WordPress and WooCommerce, and visited her local WordCamp Harare website. She was delighted to find that she could learn more about WordPress without needing any pre-existing knowledge, and wanted to be involved. So instead of just attending the camp, she volunteered too!&nbsp;</p>\n\n\n\n<p>Her response to her first WordPress event mirrors the experience of many others in the community. She said: “I only started using WordPress because of the awesome people that l had met at that WordCamp. Everyone was so welcoming.”</p>\n\n\n\n<p>A week later, with help from Thabo, she designed her first website using WordPress.</p>\n\n\n\n<p>She soon became more involved with the community and Meetups. Thelma participated in the first-ever ‘Women Who WordPress’ Meetup in 2018, with lots of women getting involved from bloggers to developers.&nbsp;</p>\n\n\n\n<p>She said: “We were free to talk and discuss a lot of things. We had more time to discuss the difference between WordPress.com and WordPress.org, we shared views on how to handle discrimination at work, how to promote your website and a whole lot of other things.”</p>\n\n\n\n<h2>Establishing roots in WordPress</h2>\n\n\n\n<p>In 2018, WordCamp Harare had its first-ever female Lead Organizer <a href=\"https://tapiwanashe.com/\">Tapiwanashe Manhobo</a>. Thelma was part of the organising team that year and was assigned to handle Harare’s first Kids Camp to take place eight months later. You can read more about her experiences of organizing a <a href=\"https://thelmachido.wordpress.com/2019/11/21/wordpress-juniours-first-edition/\"><strong>Kids Camp</strong></a> on her blog.</p>\n\n\n\n<p>She said: “After the first Kids Camp, we had several people in the local Zimbabwean WordPress community who were enthusiastic about encouraging young people to embrace ICT. In 2019, we had not planned to have a Kids Camp because of financial constraints but to our surprise, we had some anonymous donations and we managed to have a WordPress Community outreach to a youth centre, <a href=\"https://cttzim.org/\"><strong>Centre for Total Transformation</strong></a>, a week after our WordCamp. It is a non-formal school that caters for underprivileged and vulnerable children. The group were able to share practical skills about using WordPress, computer hardware and software.</p>\n\n\n\n<p>Thelma shares that she became hooked on WordPress because of its community. “I enjoy attending WordCamps, meeting new people and just learning new stuff. I have a huge list of WordCamps I would like to attend. Last year I managed to cross WordCamp Johannesburg off my list. When everything is back to normal my plan to travel to WordCamps will proceed (fingers crossed).”</p>\n\n\n\n<h2>Reaping the fruits of ongoing learning</h2>\n\n\n\n<p>Thelma is committed to ongoing development training. She said: “Even though I can still cook up code in C and Java, for now, I have also included WordPress PHP functions to the mix. It was not easy to get to this point, daring myself got me to this slightly better stage. I try to do my best where I can and I am happy to say it has paid off so far.”</p>\n\n\n\n<p>Thelma has continued her journey working in design and digital marketing last year with Trust Nhokovenzo who works in digital marketing and is active in&nbsp; the WordPress Community. He came across her name as a developer from talking with others involved in WordPress. She went to work with his team at a marketing agency.</p>\n\n\n\n<p>Her interest in the development of WordPress continued and she joined the <a href=\"https://wordpress.org/news/2020/12/simone/\">5.6 Release Squad</a> in the mid 2020.&nbsp;At the end of 2020, she moved to become a Happiness Engineer working with WordPress.com. Thelma’s fascination with the platform and the community continues to grow and her contributor story is ongoing.</p>\n\n\n\n<p>Find out more about the <a href=\"https://www.meetup.com/Harare-WordPress-Meetup\">Harare WordPress community</a> in Zimbabwe.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nalininonstopnewsuk</a>) and Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sthakor</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>yvettesonneveld</a>), 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>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>), and Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>). Thank you to Thelma Mutete (<a href=\"https://profiles.wordpress.org/thelmachido/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>thelmachido</a>) for sharing her #ContributorStory.</p>\n\n\n\n<img src=\"https://lh4.googleusercontent.com/s24EVZGKbxVeafljPU1ubF1DjIwn98E3-wGx1LD2CWYk7zYQppFhXNpb0aUhGe01TStMdTwXrcYaxBZQHRgZJ10lvW2hsg61Ce37_pBGJuTRQlJ6r9iUxlJtvuDuwLhIvPo1MVEb\" alt=\"HeroPress logo\" />\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community</em>.</p>\n\n\n\n<p>#ContributorStory #HeroPress</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, 21 Jan 2021 16:40:13 +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:28:\"webcommsat AbhaNonStopNewsUK\";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:82:\"WPTavern: Gutenberg Contributors Consider Implementing a Bot to Close Stale Issues\";s: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=110562\";s: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:209:\"https://wptavern.com/gutenberg-contributors-consider-implementing-a-bot-to-close-stale-issues?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-contributors-consider-implementing-a-bot-to-close-stale-issues\";s: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:5386:\"<p>Gutenberg project contributors are considering <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">implementing a stale bot</a> to tame the repository&rsquo;s overgrown <a href=\"https://github.com/WordPress/gutenberg/issues\">issues</a> queue, which currently has 2,733 open issues. Stale bots are usually employed to automatically close &ldquo;stale&rdquo; issues and PRs based on a predefined set of parameters for inactivity. </p>\n\n\n\n<p>&ldquo;The current recommendation is to set our policy to a 180-day of no activity, so if no comments or commits are on an issue or PR in 180 days, then the bot will post a comment to the issue alerting the user it will be closed in 7-days due to inactivity,&rdquo; Marcus Kazmierczak proposed.</p>\n\n\n\n<p>One important concern is getting the tone right for the automatically-generated message. When you&rsquo;re employing bots on a widely used open source project, they had better be friendly. A chilly, indifferent bot can unwittingly turn away potential contributors with the wrong kind of messaging. Kazmierczak proposed the following message:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>This is an auto-generated message to let you know that this issue has gone 180 days without any activity and meets the project&rsquo;s definition of stale. This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a &ldquo;bump&rdquo; to keep it open, or add the &ldquo;[Status] Not Stale&rdquo; label. Thanks for keeping our repository healthy!</p></blockquote>\n\n\n\n<p>Participants in the discussion on the proposal are divided on the best approach. Daniel Llewellyn, one of the most vocal opponents to using a stale bot, contends that an automatically closing issues sends the wrong message. </p>\n\n\n\n<p>&ldquo;If we care about users and that they trust that we will fix their problem then automatically closing their issue gives them the signal that we don&rsquo;t,&rdquo; Llewellyn said.</p>\n\n\n\n<p>&ldquo;If you don&rsquo;t want to fix a problem then it is better for a human to explain why the problem won&rsquo;t be fixed and personally close the issue. Automating this on the assumption that because nobody has commented in a while means it isn&rsquo;t important is bad!&rdquo;</p>\n\n\n\n<p>Joy Reynolds agreed with this assessment, noting that closing issues through any means can be discouraging.</p>\n\n\n\n<p>&ldquo;I&rsquo;ve had issues closed by humans for being stale, also, and it isn&rsquo;t any better,&rdquo; Reynolds said. &ldquo;I&rsquo;ve had issues closed because someone created a new issue on the same thing. This loses all the history and the watchers.</p>\n\n\n\n<p>&ldquo;I&rsquo;ve also had an issue closed at Launchpad for being stale (and their system used only two weeks as a time frame). That served no purpose at all. It only makes people go away, frustrated.&rdquo;</p>\n\n\n\n<p>Kazmierczak reiterated in the comments that the bot can be configured to skip issues labeled as bugs and that issues and PRs can be bumped to reset the 6-month clock.</p>\n\n\n\n<p>&ldquo;The overall goal of the proposal is to improve feedback and responses to issues by ensuring what&rsquo;s there is relevant,&rdquo; Kazmierczak said.</p>\n\n\n\n<p>Auto-closing issues is the most controversial part of the plan. The general consensus in the comments leans towards using the bot for labeling and triaging in order to manually close the issue later.</p>\n\n\n\n<p>&ldquo;My preference would be for a bot to alert humans in a&nbsp;slack&nbsp;channel when a&nbsp;ticket&nbsp;is declared stale and become progressively more insistent until a human responds,&rdquo; Peter Wilson said. </p>\n\n\n\n<p>Milana Cap suggested using a bot to nudge the ticket author as a compromise between &ldquo;being friendly and thoughtful to contributors while keeping maintainers sane.&rdquo;</p>\n\n\n\n<p>Whatever approach contributors land on, excluding tickets marked as bugs is going to be critical for making the stale bot productive. Otherwise, it becomes just a fancy way of kicking the can down the road, delaying the inevitable. </p>\n\n\n\n<p>In a recent post titled &ldquo;<a href=\"https://blog.benwinding.com/github-stale-bots/\">Github Stale Bots: A False Economy</a>,&rdquo; software developer Ben Winding wrote about why stale bots don&rsquo;t deliver what maintainers are aiming to achieve. Based on his experience with the <a href=\"https://github.com/angular/angular/issues\">Angular</a> repository&rsquo;s bot, Winding summarized the stale bot&rsquo;s effect on the issues queue: </p>\n\n\n\n<ol><li>Reduce the metric of&nbsp;<em>Open Issues</em>&nbsp;in github</li><li>Made duplicate issues far more likely</li><li>Increased friction of users reporting that the issue still exists</li><li>Ultimately decreased the quality of the software, as the issues don&rsquo;t accurately reflect reality</li></ol>\n\n\n\n<p>If the Gutenberg repository&rsquo;s stale bot can be configured not to close bugs and used to maximize human involvement, it will be less likely to deter people from reporting issues. Feedback on the <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">proposal</a> is open until January 29, 2021. Kazmierczak is seeking input on the bot&rsquo;s implementation, specifically its time threshold and messaging.</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, 21 Jan 2021 16:03: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: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:24:\"Matt: New WhiteHouse.gov\";s: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:22:\"https://ma.tt/?p=53526\";s: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:41:\"https://ma.tt/2021/01/new-whitehouse-gov/\";s: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:2842:\"<p>After you&#8217;ve watched <a href=\"https://www.npr.org/sections/inauguration-day-live-updates/2021/01/20/958743170/poet-amanda-gorman-reads-the-hill-we-climb\">the amazing poem from Amanda Gorman</a>, check out the <a href=\"https://www.whitehouse.gov/\">new WhiteHouse.gov that re-launched today</a> using WordPress &amp; Gutenberg with a number of cool features including dark mode, text zoom, a totally responsive layout, and a Spanish version of the site. The site is clean, <a href=\"https://twitter.com/wesbos/status/1351957829461155849\">fast</a>, and accessible. It&#8217;s exciting and an honor that the online home for the Executive branch is on Open Source software, and I&#8217;m proud WordPress can carry the torch that <a href=\"https://dri.es/whitehouse-gov-using-drupal\">Drupal lit in 2009</a>.</p>\n\n\n\n<p>Besides Gutenberg, poking around I noticed a HTTP header and HTML comment <a href=\"https://usds.gov/apply\">encouraging people to join USDS</a>, and this great #46 easter egg in the theme file:</p>\n\n\n\n<img />\n\n\n\n<p>Anyone notice any other plugins? I haven&#8217;t spoken to him directly but I&#8217;d be shocked if <a href=\"https://nacin.com/\">Nacin</a> wasn&#8217;t involved with this one. I&#8217;m also curious if any of the WP agencies were involved, it has touches of <a href=\"https://10up.com/\">10up</a> but I don&#8217;t see any mention of it on their site or <a href=\"https://twitter.com/10up\">Twitter</a>. <a href=\"https://twitter.com/HoeflerCo/status/1351984719634771970\">Hoefler&amp;Co  credits</a> <a href=\"https://wideeye.co/\">Wide Eye Creative with the design</a>.</p>\n\n\n\n<p>I noticed a few people happy that some previous pages and files on the old site were returning 404 errors, like the <a href=\"https://www.nbcnews.com/news/nbcblk/how-trump-administration-s-1776-report-warps-history-racism-slavery-n1254926\">controversial 1776 report</a>, but on this I think the webmasters of the United States of America should demand better, since <a href=\"https://www.w3.org/Provider/Style/URI\">Cool URIs Don&#8217;t Change</a>. Previous websites are <a href=\"https://www.archives.gov/presidential-libraries/archived-websites\">all saved by the National Archives</a>, but there doesn&#8217;t appear to be any sort of norm for automatically redirecting links that went to any subdirectories or addresses under WhiteHouse.gov. </p>\n\n\n\n<p>There are WP plugins that could help, like <a href=\"https://wordpress.org/plugins/redirection/\">Redirection</a>, but also perhaps the root domain itself could always redirect to a subdomain, like 46.whitehouse.gov, so we&#8217;d have a consistent domain and permalinks for everything, and then each new administration would get a new subdomain.</p>\n\n\n\n<p><a href=\"https://wptavern.com/biden-white-house-sticks-with-wordpress-for-website-relaunch\">More coverage on WP Tavern</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, 21 Jan 2021 01: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";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:70:\"WPTavern: Biden White House Sticks with WordPress for Website Relaunch\";s: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=110712\";s: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:185:\"https://wptavern.com/biden-white-house-sticks-with-wordpress-for-website-relaunch?utm_source=rss&utm_medium=rss&utm_campaign=biden-white-house-sticks-with-wordpress-for-website-relaunch\";s: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:3896:\"<img />\n\n\n\n<p>President Joe Biden took office today and unveiled a new <a href=\"https://www.whitehouse.gov/\">whitehouse.gov</a> that has been relaunched on WordPress. The previous administration switched from Drupal to WordPress in 2017, and technologists working with the Biden administration decided to stick with the same CMS. </p>\n\n\n\n<p>In keeping with the multilingual and accessibility features implemented on <a href=\"https://wptavern.com/biden-harris-transition-website-launches-on-wordpress\">the Biden-Harris transition team website</a>, whitehouse.gov launched with toggles for contrast and font size, along with a Spanish language switcher. The relaunched site also includes an <a href=\"https://www.whitehouse.gov/accessibility/\">accessibility statement</a> with a commitment from the administration to work towards conforming to the Web Content Accessibility Guidelines (WCAG) version 2.1, level AA criteria.</p>\n\n\n\n<p>Much of the content and design from the transition website has been preserved. The transition site now forwards to whitehouse.gov, while links to the previous administration&rsquo;s pages land on a 404 page with a link to <a href=\"https://www.archives.gov/presidential-libraries/archived-websites\">archived presidential websites</a>.</p>\n\n\n\n<p>Savvy observers might notice that the typography has been updated from the transition site, flipping the Mercury and Decimal typefaces. Hoefler&amp;Co, the typeface design firm that <a href=\"https://www.typography.com/blog/biden-fonts\">created these typefaces</a> for Biden&rsquo;s 2020 campaign, <a href=\"https://twitter.com/HoeflerCo/status/1351984719634771970\">tweeted</a> about how &ldquo;the serif Mercury felt more like the voice of the institution.&rdquo;  The sans-serif Decimal functions more in a supporting role on the site.</p>\n\n\n\n<p>Web professionals kicked the tires a bit and noticed the site is putting up fairly decent Lighthouse scores.  </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://t.co/hoaioTVqE3\">https://t.co/hoaioTVqE3</a> scoring super well on lighthouse, has dark mode and font size selector<br /><br />h8ers gonna be mad that it\'s wordpress and jQuery tho <a href=\"https://t.co/tyMNjdmnTH\">pic.twitter.com/tyMNjdmnTH</a></p>&mdash; Wes Bos (@wesbos) <a href=\"https://twitter.com/wesbos/status/1351957829461155849?ref_src=twsrc%5Etfw\">January 20, 2021</a></blockquote>\n</div>\n\n\n\n<p>Under the hood, code snoopers noticed an advertisement for the <a href=\"https://www.usds.gov/\">U.S. Digital Service</a> (USDS), the group of technologists who maintain many of the federal government&rsquo;s public-facing digital services.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>In addition to the message from USDS, the site&rsquo;s source code includes a link to the US government&rsquo;s analytics program at <a rel=\"noreferrer noopener\" href=\"https://analytics.usa.gov/\" target=\"_blank\">analytics.usa.gov</a>. Tim Lowden, who manages the federal government&rsquo;s aggregated web analytics initiative, <a href=\"https://twitter.com/tdlowden/status/1351939004342685697\">said</a> this data has been made available for the first time since late 2017.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The analytics service records more than 2.5 billion pageviews across federal government websites each month. The data is available to the public, but it&nbsp;<a href=\"https://www.digitalgov.gov/services/dap/common-questions-about-dap-faq/#part-4\">does not track individuals</a>, and&nbsp;<a href=\"https://support.google.com/analytics/answer/2763052?hl=en\">anonymizes the IP addresses</a>&nbsp;of visitors. It shows information for visitors&rsquo; devices, browsers, operating systems, and location broken down into cities and countries. Many of those visiting the site today are from countries other than the U.S. </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, 21 Jan 2021 00:20: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:\"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:46:\"Gary: WordPress Importers: Free (as in Speech)\";s: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:25:\"https://pento.net/?p=5478\";s: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://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\";s: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:8227:\"<p>Back at<a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\"> the start of this series</a>, I listed four problems within the scope of the WordPress Importers that we needed to address. Three of them are largely technical problems, which I covered in previous posts. In wrapping up this series, I want to focus exclusively on the fourth problem, which has a philosophical side as well as a technical one — but that does not mean we cannot tackle it!</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 4</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>Some services work against their customers, and actively prevent site owners from controlling their own content.</strong></p>\n</div></div>\n\n\n\n<p>Some services are merely inconvenient: they provide exports, but it often involves downloading a bunch of different files. Your CMS content is in one export, your store products are in another, your orders are in another, and your mailing list is in yet another. It&#8217;s not ideal, but they at least let you get a copy of your data.</p>\n\n\n\n<p>However, there&#8217;s another class of services that actively work against their customers. It&#8217;s these services I want to focus on: the services that don&#8217;t provide any ability to export your content — effectively locking people in to using their platform. We could offer these folks an escape! The aim isn’t to necessarily make them use WordPress, it’s to give them a way out, if they want it. Whether they choose to use WordPress or not after that is immaterial (though I certainly hope they would, of course). The important part is freedom of choice.</p>\n\n\n\n<p>It&#8217;s worth acknowledging that this is a different approach to how WordPress has historically operated in relation to other CMSes. We provide <em>importers</em> for many CMSes, but we previously haven&#8217;t written <em>exporters</em>. However, I don&#8217;t think this is a particularly large step: for CMSes that already provide exports, we&#8217;d continue to use those export files. This is focussed on the few services that try to lock their customers in.</p>\n\n\n\n<h2>Why Should WordPress Take This On?</h2>\n\n\n\n<p>There are several aspects to <em>why</em> we should focus on this.</p>\n\n\n\n<p>First of all, it&#8217;s the <a href=\"https://wordpress.org/about/\">the WordPress mission</a>. Underpinning every part of WordPress is the simplest of statements: </p>\n\n\n\n<p class=\"has-text-align-center\"><strong>Democratise Publishing</strong></p>\n\n\n\n<p class=\"has-text-align-center\"><em>The freedom to build. The freedom to change. The freedom to share.</em></p>\n\n\n\n<p>These freedoms are the pillars of a Free and Open Web, but they’re not invulnerable: at times, they need to be defended, and that needs people with the time and resources to offer a defence.</p>\n\n\n\n<p>Which brings me to my second point: WordPress has the people who can offer that defence! The WordPress project has so many individuals working on it, from such a wide variety of backgrounds, we&#8217;re able to take on a vast array of projects that a smaller CMS just wouldn&#8217;t have the bandwidth for. That&#8217;s not to say that we can do <em>everything</em>, but when there&#8217;s a need to defend the entire ecosystem, we&#8217;re able to devote people to the cause.</p>\n\n\n\n<p>Finally, it’s important to remember that WordPress doesn’t exist in a vacuum, we’re part of a broad ecosystem which can only exist through the web remaining open and free. By encouraging all CMSes to provide proper exports, and implementing them for those that don’t, we help keep our ecosystem healthy.</p>\n\n\n\n<p>We have the ability to take on these challenges, but we have a responsibility that goes alongside. We can&#8217;t do it solely to benefit WordPress, we need to make that benefit available to the entire ecosystem. This is why it&#8217;s important to<a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\"> define a WordPress export schema</a>, so that any CMS can make use of the export we produce, not just WordPress. If you’ll excuse the imagery for a moment, we can be the knight in shining armour that frees people — then gives them the choice of what they do with that freedom, without obligation.</p>\n\n\n\n<h2>How Can We Do It?</h2>\n\n\n\n<p>Moving on to the technical side of this problem, I can give you some good news: the answer is definitely <em>not</em> screen scraping. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f604.png\" alt=\"😄\" class=\"wp-smiley\" /> Scraping a site is fragile, impossible to transform into the full content, and provides an incomplete export of the site: anything that&#8217;s only available in the site dashboard can&#8217;t be obtained through scraping.</p>\n\n\n\n<p>I&#8217;ve recently been experimenting with an alternative approach to solving this problem. Rather than trying to create something resembling a traditional exporter, it turns out that modern CMSes provide the tools we need, in the form of REST APIs. All we need to do is call the appropriate APIs, and collate the results. The fun part is that we can authenticate with these APIs as the site owner, by calling them from a browser extension! So, that’s what I’ve been experimenting with, and it’s showing a lot of promise.</p>\n\n\n\n<p>If you&#8217;re interested in playing around with it, <a href=\"https://github.com/pento/free-as-in-speech\">the experimental code is living in this repository</a>. It&#8217;s a simple proof of concept, capable of exporting the text content of a blog on a Wix site, showing that we can make a smooth, comprehensive, easy-to-use exporter for any Wix site owner.</p>\n\n\n\n<img width=\"904\" height=\"446\" src=\"https://pento.net/wp-content/uploads/2021/01/Screen-Shot-2021-01-20-at-5.26.38-pm.png\" alt=\"Screenshot of the \" />\n\n\n\n<p>Clicking the export button starts a background script, which calls Wix&#8217;s REST APIs <em>as the site owner</em>, to get the original copy of the content. It then packages it up, and presents it as a WXR file to download.</p>\n\n\n\n<img width=\"972\" height=\"948\" src=\"https://pento.net/wp-content/uploads/2021/01/Screen-Shot-2021-01-20-at-5.27.38-pm.png\" alt=\"Screenshot of a Firefox download dialog, showing a Wix site packaged up as a WXR file.\" class=\"wp-image-5528\" />\n\n\n\n<p>I&#8217;m really excited about how promising this experiment is. It can ultimately provide a full export of any Wix site, and we can add support for other CMS services that choose to artificially lock their customers in.</p>\n\n\n\n<h2>Where Can I Help?</h2>\n\n\n\n<p>If you’re a designer or developer who’s excited about working on something new, head on over to the repository and <a href=\"https://github.com/pento/free-as-in-speech/issues\">check out the open issues</a>: if there’s something that isn’t already covered, feel free to open a new issue.</p>\n\n\n\n<p>Since this is new ground for a WordPress project, both technically and philosophically, I&#8217;d love to hear more points of view. It’s being discussed in <a href=\"https://make.wordpress.org/core/2021/01/19/dev-chat-agenda-for-january-20-2021-january-21-2021/#comment-40563\">the WordPress Core Dev Chat this week</a>, and you can also let me know what you think in the comments!</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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:\"Thu, 21 Jan 2021 00:14: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:4:\"Gary\";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:102:\"WPTavern: First Round of the FSE Outreach Program Concludes, Identifies Template-Editing Mode Problems\";s: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=110638\";s: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:247:\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems?utm_source=rss&utm_medium=rss&utm_campaign=first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\";s: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:5309:\"<p class=\"has-drop-cap\">The Full Site Editing (FSE) <a href=\"https://wptavern.com/help-steer-the-future-of-wordpress-via-the-fse-outreach-program\">Outreach Program</a> has now concluded its <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">first round of testing</a>. Its first focus area was centered on the template-editing mode introduced in <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">Gutenberg 9.6</a>. The volunteers involved with the project identified several pain points.</p>\n\n\n\n<p>Gutenberg 9.6 added a new button that allows end-users, provided they are using a block-based theme, to switch between editing their post and the template that displays the post. As Josepha Haden <a href=\"https://wptavern.com/gutenberg-9-3-provides-indicator-of-where-full-site-editing-is-going-a-future-without-widgets-and-customizer-screens\">said last year</a>, the ultimate goal is to &ldquo;consolidate down to just one beautiful, intuitive interface.&rdquo; Essentially, this new feature merges content and design in a way we have not seen in core WordPress before. It is a step toward that lofty goal.</p>\n\n\n\n<p>Traditionally, WordPress has always separated content from design. However, these two aspects of websites are continually merging together. There is a desire for this. The adoption of page builders over the last half-decade or so has made it abundantly clear.</p>\n\n\n\n<p>The biggest issue with this new template mode is that users need a working knowledge of the WordPress template system to understand the ramifications of their edits. One of the primary questions of the focus area was whether it was clear that the user was making large-scale changes to all posts when switching to the template-editing mode.</p>\n\n\n\n<p>&ldquo;I believe it was not clear enough how those changes could impact the site,&rdquo; <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/#comment-1307\">wrote H&eacute;ctor Prieto in response</a>. &ldquo;If you don&rsquo;t already know how templates, template parts, and global blocks like Site Title work, you might not understand how your editing will affect the rest of the site.&rdquo;</p>\n\n\n\n<p>Switching modes does create a quick popup at the bottom left of the screen that reads:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Editing template. Changes made here affect all posts and pages that use the template.</p></blockquote>\n\n\n\n<p>It is easy to miss before it fades away. There is a ticket to <a href=\"https://github.com/WordPress/gutenberg/issues/28175\">stick this message</a> on the screen and allow the user to dismiss it. There is also another ticket for clarifying when a user is <a href=\"https://github.com/WordPress/gutenberg/issues/27849\">editing a template vs. content</a>.</p>\n\n\n\n<img />Entering template-editing mode from the post editor.\n\n\n\n<p>Gutenberg&rsquo;s current method is different than what you might see in a typical page builder. When switching to template-editing mode, the user is no longer editing that single post&rsquo;s front-end output. Instead, they are making global edits. A page builder would generally save any customizations to that page alone. If this remains the same, it could be a hurdle for the average user to clear.</p>\n\n\n\n<p>A template creation feature needs to be a part of this new mode. Users should be able to fork or clone their existing single post template and save it as a new template specific to that post. Or, maybe hand them a way to save it as a reusable template (i.e., &ldquo;page&rdquo; template). Paal Joachim Romdahl <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/#comment-1303\">shared a similar thought</a>, likening it to the &ldquo;Save As&hellip;&rdquo; feature commonly found in computer programs.</p>\n\n\n\n<p>I do question whether users should be able to edit global templates while editing a single post. The two are only related insofar as the template displays the post content on the front end. WordPress should explore any type of design work from the post-editing screen as, first and foremost, specific to that post.</p>\n\n\n\n<p>The volunteers also identified other issues. Applying changes to the template and saving drops the user back into the post editor. The &ldquo;cancel&rdquo; button is tough to find &mdash; it is in a different location than where the user clicked to go into template-editing mode.</p>\n\n\n\n<p>Switching between post and template editing feels like an FSE 2.0 type of thing. The development team has enough issues on its plate with the normal site editor. It is a far cry from being a viable, production-ready product. The team&rsquo;s focus should be on working the kinks out of that system before merging it with the post editor. Crawl before you walk. Walk before you run.</p>\n\n\n\n<p>However, I am willing to be pleasantly surprised. In the long run, it will probably be a good thing that we are getting an early look at what these two different pieces of WordPress will look like working in conjunction.</p>\n\n\n\n<p>This is also why participation in the FSE Outreach Program is vital. The community needs this more formal type of process to identify areas that need improvement.</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, 20 Jan 2021 23:17: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:14:\"Justin Tadlock\";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:42:\"HeroPress: Changing Careers Into 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:56:\"https://heropress.com/?post_type=heropress-essays&p=3454\";s: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:136:\"https://heropress.com/essays/changing-careers-into-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=changing-careers-into-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:6844:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/012021-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: With WordPress skills, you have more concrete skills to offer.\" /><p>If you’re looking to change careers into technology, WordPress is a great way to do it.</p>\n<p>In 2013, I was in a career counselor’s office. Just realizing that I needed to change careers out of music, almost the only thing I had known for the last 20 years:</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/trombone-namm.jpg\"><img /></a>At NAMM in Anaheim, California\n<p>Aside from feeling like a huge failure, I knew I’d need a lot of luck to get a job.</p>\n<p>Someone would have to take a big chance on me.</p>\n<p>But there were a few problems.</p>\n<p>I was terrified of talking to strangers, much less asking them big favors. And I had almost no traditionally useful skills.</p>\n<p>Enter WordPress.</p>\n<h2>Lots Of Options</h2>\n<p>When you’re changing careers, you’ll want skills that will help no matter what you end up doing.</p>\n<p>You don’t want to deep-dive into calculus and find out that it won’t help.</p>\n<p>Learning WordPress is perfect.</p>\n<p>If you get really interested in the technical side, you can be a JS or PHP developer.</p>\n<p>If you really like content creation, that’s also great. You can start a blog or work in marketing.</p>\n<p>If none of it interests you, at least you can help people set up a website as you look for another career.</p>\n<p>So soon after meeting with the career counselor, I took Zac Gordon’s course on WordPress Theme Development.</p>\n<p>I wrote a theme based on his course, and really liked how WordPress worked.</p>\n<p>He taught me to build sites, and later write plugins.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-zac-gordon.jpg\"><img /></a>Zac Gordon with XWP\n<h2>Invite Yourself To The Party</h2>\n<p>The great thing about WordPress is that you can contribute right away.</p>\n<p>With some careers, you need somebody to take a chance on you before you can do much.</p>\n<p>To get experience as an investment banker or business consultant, you probably need to actually have the job.</p>\n<p>But with WordPress, you can invite yourself.</p>\n<p>You can open pull requests to Core or Gutenberg without anyone asking.</p>\n<p>You can deploy plugins to wp.org that real people use, without having a college degree.</p>\n<p>With this growing experience, I applied online to <a href=\"https://xwp.co/\">XWP</a>.</p>\n<p>Weston Ruter responded right away, and was really helpful.</p>\n<p>I started opening simple PRs to “help” with the Customizer work.</p>\n<p>In reality, my work might have slowed things down, and was really simple.</p>\n<p>But I didn’t have to wait to be invited. I invited myself to the party, and one of the PRs was merged into Core.</p>\n<p>Later, when I interviewed with <a href=\"https://xwp.co/\">XWP</a> and got the job, I could show that I had a little experience working with other developers.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-xwp-1.jpg\"><img /></a>XWP At WordCamp US Contributor Day, 2017\n<p>It’s still embarrassing looking back at the work I did. But WordPress allows you to contribute, regardless of your experience level.</p>\n<p>Years later, when I lived in Mexico City, one of my friends got interested in technology.</p>\n<p>He was like me. He had a degree in an unrelated field, and wanted a great career.</p>\n<p>So I showed him how much opportunity WordPress has.</p>\n<p>He did something similar to what I did.</p>\n<p>He opened PRs to an agency’s repos, and the agency asked him if he wanted to talk about a job, without him needing to apply. Years later, he’s still doing really well at his job.</p>\n<p>I did very little, other than point him to a huge opportunity: WordPress.</p>\n<h2>Concrete Skills</h2>\n<p>Changing careers is really awkward.</p>\n<p>You read about networking, which seems like you’re asking strangers for favors and sending spam DMs.</p>\n<p>You also learn to reframe things as transferable skills.</p>\n<p>So if you’ve done hard things, you can say you’re “comfortable with ambiguity.”</p>\n<p>But with WordPress skills, you have more concrete skills to offer.</p>\n<p>It’s less awkward explaining to someone why they should take a chance on you.</p>\n<p>You’ve shown you’re committed to your career path by your portfolio of plugins.</p>\n<p>And you don’t have to send spam DMs on LinkedIn.</p>\n<p>In 2014, I went to my first WordPress meetup, <a href=\"https://www.meetup.com/WPLosAngeles\">WordPress Los Angeles</a>. I was nervous, but I wasn’t trying to take any value.</p>\n<p>I could even answer a few questions.</p>\n<p>Renee Johnson and I met there. We even reunited in WordCamp Europe and Mexico City several years later when I lived there:</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-renee.jpg\"><img /></a>Yani Jimenez and Renee Johnson, Mexico City\n<p>With WordPress skills, you can flip from taking to giving value. Everything is much less awkward.</p>\n<p>As you probably know, there are many self-taught developers in WordPress.</p>\n<p>College degrees rarely come up in hiring conversations, at least in my experience.</p>\n<p>And I’ve found WordPress very accepting of different career backgrounds. Matt Mullenweg was a musician, famously naming every release after a jazz musician.</p>\n<p>People in WordPress are very understanding about changing careers.</p>\n<p>Now, I don’t hide it, and it’s rarely more than a footnote in conversations.</p>\n<h2>Mentorship</h2>\n<p>Don’t go it alone.</p>\n<p>It’s easy to think that you can just take online courses and eventually be ready for a job.</p>\n<p>But code reviews are one of the main ways you’ll learn. And people in WP want to help.</p>\n<p>If you contribute a few PRs to someone’s GitHub repo, they’ll probably do a quick code review of your own plugin or theme.</p>\n<p>Weston was really helpful in doing a detailed review of my theme.</p>\n<p>You also can learn a lot contributing to Gutenberg or other plugins.</p>\n<p>They’ll give you detailed reviews. And you’ll basically get the same experience as if you were getting paid.</p>\n<p>But if I were to do this again, I’d also look for more formal mentorship.</p>\n<p>Hiring someone to review your plugins and themes would probably help.</p>\n<h2>Nothing To Fix</h2>\n<p>There’s a saying in marketing “what you can’t fix, you feature.”</p>\n<p>In WordPress, you don’t have to fix your non-traditional career background.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/changing-careers-into-wordpress/\">Changing Careers Into WordPress</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, 20 Jan 2021 17:50:06 +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:\"Ryan Kienstra\";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:44:\"Gary: WordPress Importers: Defining a Schema\";s: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:25:\"https://pento.net/?p=5495\";s: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://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\";s: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:8792:\"<p>While schemata are usually implemented using language-specific tools (eg, XML uses <a href=\"https://www.w3.org/standards/xml/schema\">XML Schema</a>, JSON uses <a href=\"https://json-schema.org/\">JSON Schema</a>), they largely use the same concepts when talking about data. This is rather helpful, we don&#8217;t need to make a decision on <a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">data formats</a> before we can start thinking about how the data should be arranged.</p>\n\n\n\n<p><em>Note: Since these concepts apply equally to all data formats, I&#8217;m using &#8220;WXR&#8221; in this post as shorthand for &#8220;the structured data section of whichever file format we ultimately use&#8221;, rather than specifically referring to the existing WXR format.</em> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<h2>Why is a Schema Important?</h2>\n\n\n\n<p>It&#8217;s fair to ask why, if the WordPress Importers have survived this entire time <em>without</em> a formal schema, why would we need one now?</p>\n\n\n\n<p>There are two major reasons why we haven&#8217;t needed one in the past:</p>\n\n\n\n<ul><li>WXR has remained largely unchanged in the last 10 years: there have been small additions or tweaks, but nothing significant. There&#8217;s been no need to keep track of changes.</li><li>WXR is currently very simple, with just a handful of basic elements. In a recent experiment, I was able to implement a JavaScript-based WXR generator in just a few days, entirely by referencing <a href=\"https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/export.php\">the Core implementation</a>.</li></ul>\n\n\n\n<p>These reasons are also why it would help to implement a schema for the future:</p>\n\n\n\n<ul><li>As work on WXR proceeds, there will likely need to be substantial changes to what data is included: adding new fields, modifying existing fields, and removing redundant fields. Tracking these changes helps ensure any WXR implementations can stay in sync.</li><li>These changes will result in a more complex schema: relying on the source to re-implement it will become increasingly difficult and error-prone. Following Gutenberg&#8217;s lead, it&#8217;s likely that we&#8217;d want to provide official libraries in both PHP and JavaScript: keeping them in sync is best done from a source schema, rather than having one implementation copy the other.</li></ul>\n\n\n\n<p>Taking the time to plan out a schema now gives us a solid base to work from, and it allows for future changes to happen in a reliable fashion.</p>\n\n\n\n<h2>WXR for all of WordPress</h2>\n\n\n\n<p>With a well defined schema, we can start to expand what data will be included in a WXR file.</p>\n\n\n\n<h3>Media</h3>\n\n\n\n<p>Interestingly, many of the challenges around media files are less to do with WXR, and more to do with importer capabilities. The biggest headache is retrieving the actual files, which the importer currently handles by trying to retrieve the file from the remote server, as defined in the <code>wp:attachment_url</code> node. In context, this behaviour is understandable: 10+ years ago, personal internet connections were too slow to be moving media around, it was better to have the servers talk to each other. It&#8217;s a useful mechanism that we should keep as a fallback, but the more reliable solution is to include the media file with the export.</p>\n\n\n\n<h3>Plugins and Themes</h3>\n\n\n\n<p>There are two parts to plugins and themes: the code, and the content. Modern WordPress sites <em>require</em> plugins to function, and most are customised to suit their particular theme.</p>\n\n\n\n<p>For exporting the code, I wonder if a tiered solution could be applied:</p>\n\n\n\n<ul><li>Anything from WordPress.org would just need their slug, since they can be re-downloaded during import. Particularly as WordPress continues to move towards an auto-updated future, modified versions of plugins and themes are explicitly not supported.</li><li>Third party plugins and themes would be given a filter to use, where they can provide a download URL that can be included in the export file.</li><li>Third party plugins/themes that don’t provide a download URL would either need to be skipped, or zipped up and included in the export file.</li></ul>\n\n\n\n<p>For exporting the content, WXR already includes custom post types, but doesn&#8217;t include custom settings, or custom tables. The former should be included automatically, and the latter would likely be handled by an appropriate action for the plugin to hook into.</p>\n\n\n\n<h3>Settings</h3>\n\n\n\n<p>There are a currently handful of special settings that are exported, but (as I just noted, particularly with plugins and themes being exported) this would likely need to be expanded to included most items in&nbsp;<code>wp_options</code>.</p>\n\n\n\n<h3>Users</h3>\n\n\n\n<p>Currently, the bare minimum information about users who’ve authored a post is included in the export. This would need to be expanded to include more user information, as well as users who aren’t post authors.</p>\n\n\n\n<h2>WXR for <em>parts</em> of WordPress</h2>\n\n\n\n<p>The modern use case for importers isn&#8217;t just to handle a full site, but to handle keeping sites in sync. For example, most news organisations will have a staging site (or even several layers of staging!) which is synchronised to production.</p>\n\n\n\n<p>While it&#8217;s well outside the scope of this project to directly handle every one of these use cases, we should be able to provide the framework for organisations to build reliable platforms on. Exports should be repeatable, objects in the export should have unique identifiers, and the importer should be able to handle any subset of WXR.</p>\n\n\n\n<h2>WXR Beyond WordPress</h2>\n\n\n\n<p>Up until this point, we&#8217;ve really been talking about&nbsp;WordPress→WordPress migrations, but I think WXR is a useful format beyond that. Instead of just containing direct exports of the data from particular plugins, we could also allow it to contain &#8220;types&#8221; of data. This turns WXR into an intermediary language, exports can be created from any source, and imported into WordPress.</p>\n\n\n\n<p>Let&#8217;s consider an example. Say we create a tool that can export a Shopify, Wix, or GoDaddy site to WXR, how would we represent an online store in the WXR file? We don&#8217;t want to export in the format that any particular plugin would use, since a WordPress Core tool shouldn&#8217;t be advantaging one plugin over others.</p>\n\n\n\n<p>Instead, it would be better if we could format the data in a platform-agnostic way, which plugins could then implement support for. As luck would have it, <a href=\"https://schema.org/\">Schema.org</a> provides exactly the kind of data structure we could use here. It&#8217;s been <a href=\"https://schema.org/docs/releases.html\">actively maintained for nearly nine years</a>, it supports a <a href=\"https://schema.org/docs/schemas.html\">wide variety of data types</a>, and is intentionally platform-agnostic.</p>\n\n\n\n<p>Gazing into my crystal ball for a moment, I can certainly imagine a future where plugins could implement and declare support for importing certain data types. When handling such an import (assuming one of those plugins wasn&#8217;t already installed), the WordPress Importer could offer them as options during the import process. This kind of seamless integration allows WordPress to show that it offers the same kind of fully-featured site building experience that modern CMS services do.</p>\n\n\n\n<p>Of course, reality is never quite as simple as crystal balls and magic wands make them out to be. We have to contend with services that provide incomplete or fragmented exports, and there are even services that deliberately don&#8217;t provide exports at all. In the next post, I&#8217;ll be writing about why we should address this problem, and how we might be able to go about it.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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, 19 Jan 2021 23:13: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:4:\"Gary\";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:101:\"WPTavern: Custom Layouts Plugin Creates a Posts Display System for Both the Classic and Block Editors\";s: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=110409\";s: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:247:\"https://wptavern.com/custom-layouts-plugin-creates-a-posts-display-system-for-both-the-classic-and-block-editors?utm_source=rss&utm_medium=rss&utm_campaign=custom-layouts-plugin-creates-a-posts-display-system-for-both-the-classic-and-block-editors\";s: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:5383:\"<p class=\"has-drop-cap\">Ross Morsali, via his brand Code Amp, released the <a href=\"https://wordpress.org/plugins/custom-layouts/\">Custom Layouts</a> plugin last week. The plugin&rsquo;s goal is to provide a visual post layout builder for users of both the block and classic editors.</p>\n\n\n\n<p>For end-users, this is yet another choice between the multitude of plugins for displaying posts. After years of new plugins launching in this space, it would seem that there would be a clear front-runner, but developers are still trying to tame this wild and complex feature. The Custom Layouts plugin has its own approach, and it is worth giving it a quick spin to see if it suits you.</p>\n\n\n\n<p>I have written extensively about the <a href=\"https://wptavern.com/gutenberg-9-6-introduces-drag-and-drop-blocks-and-global-inheritance-for-the-query-block\">upcoming Query block</a> and its role in the <a href=\"https://wptavern.com/understanding-the-query-block-and-its-importance-in-site-editing\">future of WordPress</a>. However, it is necessary to look at alternative solutions for displaying posts via the block editor. The Gutenberg development team should take note of the things that work and those that do not.</p>\n\n\n\n<p>For developers, the plugin is a noteworthy experiment that uses the block editor component system outside of the actual editor. Custom Layouts uses these various components on its custom Layout and Template Editor screens.</p>\n\n\n\n<p>The plugin is a product of Morsali learning React and the block system in the last year and a half. &ldquo;Working with Gutenberg and the Block Editor as a developer is a far superior experience to the old paradigm (the classic editor) &mdash; the learning curve is definitely greater, but once you get over the hump it seems the future is bright,&rdquo; he wrote in the <a href=\"https://codeamp.com/creating-the-custom-layouts-plugin/\">plugin&rsquo;s announcement post</a>. &ldquo;I also love the fact that we don&rsquo;t actually need to be using the Block Editor to use Gutenberg components &mdash; that means we can still build what we want and how we want it (providing we&rsquo;re using React), whilst keeping the UI in tune with the rest of WordPress.&rdquo;</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<img />Template editor screen.\n\n\n\n<p class=\"has-drop-cap\">Custom Layouts takes a different route than similar plugins, splitting its components into different screens. The terminology can be confusing to the uninitiated. The plugin introduces two parts that serve as the foundation of its system:</p>\n\n\n\n<ul><li><strong>Templates:</strong> Handles the design of individual posts.</li><li><strong>Layouts:</strong> Controls queried posts and their layout.</li></ul>\n\n\n\n<p>I have had a beta version of the plugin since late December. This has given me three weeks to decide whether I like the approach. On the one hand, the plugin caters to two different user bases. One set can implement their layouts via the Custom Layouts block. Those on the classic editor can use the Layout Editor screen. Both share the Template Editor.</p>\n\n\n\n<img />Creating a three-column grid layout.\n\n\n\n<p>The plugin&rsquo;s system is a good option for users of the classic editor. It comes with a visual interface they would otherwise not have. It also provides a shortcode for easy copying/pasting into the post editor.</p>\n\n\n\n<p>For users of the block editor, having a separate screen for the template builder will likely feel unnatural. Because the block editor is a visual interface itself, the multiple screens create a disjointed atmosphere that never feels <em>right</em>.</p>\n\n\n\n<p>However, there is a solution for that in the plugin. I recommend users skip the Template Editor and Layout Editor screens altogether. The Custom Layouts block serves as an alternative layout builder in the block editor. Plus, users can edit existing templates via a popup overlay or even create new ones without ever leaving the post-editing screen. </p>\n\n\n\n<img />Overlay for editing a template.\n\n\n\n<p>Building everything from the post editor feels like it should feel. Users get more of that instant feedback that they are accustomed to through the block editor.</p>\n\n\n\n<p>There are benefits to the multi-component system. Separating the template builder means that users can build and reuse a specific design from a single source. They can also update individual templates, which will subsequently apply to all uses of those templates across the site.</p>\n\n\n\n<p>The other benefit is that end-users are not overloaded with choices. Building a query-related block, widget, shortcode, or similar component is fraught with complexity. This is because there are three pieces of laying out a list of posts: the query to load them, the overall layout, and the design of the individual posts. Putting options for each of these pieces into the block inspector, for example, means creating a balance between sacrificing some choices and providing every possible setting to the user. This balancing act is what drove Morsali toward separating the components of the plugin.</p>\n\n\n\n<p>On the whole, Custom Layouts is a solid plugin. The downside is that there is a little bit of a learning curve because it serves two audiences. Users will need to figure out which workflow best suits them first. Once they figure that out, the plugin is pretty nice to work with.</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, 19 Jan 2021 21: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:14:\"Justin Tadlock\";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:84:\"WPTavern: WordPress for Android Previews New Story Posts Feature, Now in Public 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=110474\";s: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:211:\"https://wptavern.com/wordpress-for-android-previews-new-story-posts-feature-now-in-public-beta?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-for-android-previews-new-story-posts-feature-now-in-public-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:3697:\"<p>WordPress users on Android may have noticed a new prompt in the mobile app for publishing Story posts. This feature is now in public beta in the Android app, ahead of an upcoming launch on the WordPress iOS app. Stories will also coming to the Block editor on WordPress.com in early 2021. </p>\n\n\n\n<p>Early access to Story posts is available in version 16.3+ of the app, released in mid-December. The prompt appears at the bottom of the site management screen. Selecting a Story post immediately takes you to your phone&rsquo;s media where you can add photos or a video.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p><br />The mobile app&rsquo;s implementation of the Stories feature is different from other platforms, like Instagram and Facebook, in several key ways. Most importantly, WordPress stories are not ephemeral. They live permanently on your site and anyone can view them after they are published. WordPress.com&rsquo;s <a href=\"https://wordpress.com/support/story-block/\">documentation</a> for the block highlights a few differences: </p>\n\n\n\n<ul><li>Posts with Stories won&rsquo;t disappear after 24 hours.&nbsp;</li><li>The Story content can be added to and edited after publishing.&nbsp;</li><li>Anyone visiting your site can view the Story.&nbsp;</li><li>You can share your Story on any platform using the post&nbsp;<a href=\"https://wordpress.com/support/permalinks-and-slugs/\">permalink</a>.</li></ul>\n\n\n\n<p>After testing the feature, I can confirm a few more differences. While the WordPress app&rsquo;s implementation transcends other platforms&rsquo; limitations on the duration of the story&rsquo;s visibility, it lacks basic features that users have come to expect from other apps. It doesn&rsquo;t support animated gifs, effects, location, stickers, music, and other embellishments that make stories such a creative social medium. At the moment, the only thing you can do is add colored text with a background.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>Videos work as Stories, too, but they don&rsquo;t seem to have the same preview with a thumbnail image. It&rsquo;s just a generic placeholder for now. That may be something the team is still working on, but I logged an <a href=\"https://github.com/wordpress-mobile/WordPress-Android/issues/13809\">issue</a> on GitHub for it, in case it&rsquo;s a bug. </p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>In the interest of owning your own content, I can see it being useful to create stories on your own website and share them to other networks. The current implementation is basically a fullscreen slideshow. It is not yet more compelling than what social networks offer, but it looks like WordPress for iOS <a href=\"https://github.com/tumblr/kanvas-ios/projects/1\">plans to expand on these features</a> using the open source <a href=\"https://github.com/tumblr/kanvas-ios\">Kanvas library</a> from Tumblr.</p>\n\n\n\n<p>Kanvas makes it possible to add&nbsp;effects, drawings, text, stickers, and make GIFs from existing media or the camera. If you have ever used the&nbsp;<a href=\"https://apps.apple.com/us/app/tumblr/id305343404\">Tumblr iOS app</a> then you have seen Kanvas in action in the camera, media editor, GIF maker, and media posting tool. It should make for a more exciting Stories implementation on iOS, with features on par with what users have come to expect from other platforms. Something similar for Android may be in the works and this post will be updated as soon as we receive comments from the mobile team.</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, 18 Jan 2021 23:55:06 +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:53:\"Gary: WordPress Importers: Getting Our House in Order\";s: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:25:\"https://pento.net/?p=5465\";s: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://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\";s: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:15440:\"<p>The <a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">previous post</a> talked about the broad problems we need to tackle to bring our importers up to speed, making them available for everyone to use.</p>\n\n\n\n<p>In this post, I&#8217;m going to focus on what we could do with the existing technology, in order to give us the best possible framework going forward.</p>\n\n\n\n<h2>A Reliable Base</h2>\n\n\n\n<p>Importers are an interesting technical problem. Much like you&#8217;d expect from any backup/restore code, importers need to be extremely reliable. They need to comfortable handle all sorts of unusual data, and they need to keep it all safe. Particularly considering their age, the WordPress Importers do a remarkably good job of handling most content you can throw at it.</p>\n\n\n\n<p>However, modern development practices have evolved and improved since the importers were first written, and we should certainly be making use of such practices, when they fit with our requirements.</p>\n\n\n\n<p>For building reliable software that we expect to largely run by itself, a variety of comprehensive automated testing is critical. This ensures we can confidently take on the broader issues, safe in the knowledge that we have a reliable base to work from.</p>\n\n\n\n<p>Testing <em>must</em> be the first item on this list. A variety of automated testing gives us confidence that changes are safe, and that the code can continue to be maintained in the future.</p>\n\n\n\n<p>Data formats must be well defined. While this is useful for ensuring data can be handled in a predictable fashion, it&#8217;s also a very clear demonstration of our commitment to data freedom.</p>\n\n\n\n<p>APIs for creating or extending importers should be straightforward for hooking into.</p>\n\n\n\n<h3>Performance Isn&#8217;t an Optional Extra</h3>\n\n\n\n<p>With sites constantly growing in size (and with the export files potentially gaining a heap of extra data), we need to care about the performance of the importers.</p>\n\n\n\n<p>Luckily, there&#8217;s already been some substantial work done on this front:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2015/11/18/wordpress-importer-redux/\">WordPress Importer Redux</a></blockquote>\n</div>\n\n\n\n<p>There are other groups in the WordPress world who&#8217;ve made performance improvements in their own tools: gathering all of that experience is a relatively quick way to bring in production-tested improvements.</p>\n\n\n\n<h2>The WXR Format</h2>\n\n\n\n<p>It&#8217;s worth talking about the WXR format itself, and determining whether it&#8217;s the best option for handling exports into the future. XML-based formats are largely viewed as a relic of days gone past, so (if we were to completely ignore backwards compatibility for a moment) is there a modern data format that would work better?</p>\n\n\n\n<p>The short answer&#8230; kind of. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<p>XML is actually well suited to this use case, and (particularly when looking at performance improvements) is the only data format for which PHP comes with a built-in streaming parser.</p>\n\n\n\n<p>That said, WXR is basically an extension of the RSS format: as we add more data to the file that clearly doesn&#8217;t belong in RSS, there is likely an argument for defining an entirely WordPress-focused schema.</p>\n\n\n\n<h3>Alternative Formats</h3>\n\n\n\n<p>It&#8217;s important to consider what the priorities are for our export format, which will help guide any decision we make. So, I&#8217;d like to suggest the following priorities (in approximate priority order):</p>\n\n\n\n<ul><li><strong>PHP Support</strong>: The format should be natively supported in PHP, thought it is still workable if we need to ship an additional library.</li><li><strong>Performant</strong>: Particularly when looking at very large exports, it should be processed as quickly as possible, using minimal RAM.</li><li><strong>Supports Binary Files</strong>: <a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/#comment-37926\">The first comments on my previous post</a> asked about media support, we clearly should be treating it as a first-class citizen.</li><li><strong>Standards Based</strong>: Is the format based on a documented standard? (Another way to ask this: are there multiple different implementations of the format? Do those implementations all function the same?</li><li><strong>Backward Compatible</strong>: Can the format be used by existing tools with no changes, or minimal changes?</li><li><strong>Self Descriptive</strong>: Does the format include information about what data you&#8217;re currently looking at, or do you need to refer to a schema?</li><li><strong>Human Readable</strong>: Can the file be opened and read in a text editor?</li></ul>\n\n\n\n<p>Given these priorities, what are some options?</p>\n\n\n\n<h4>WXR (XML-based)</h4>\n\n\n\n<p>Either the RSS-based schema that we already use, or a custom-defined XML schema, the arguments for this format are pretty well known.</p>\n\n\n\n<p>One argument that hasn&#8217;t been well covered is how there&#8217;s a definite trade-off when it comes to supporting binary files. Currently, the importer tries to scrape the media file from the original source, which is not particularly reliable. So, if we were to look at including media files in the WXR file, the best option for storing them is to base64 encode them. Unfortunately, that would have a serious effect on performance, as well as readability: adding huge base64 strings would make even the smallest exports impossible to read.</p>\n\n\n\n<p>Either way, this option would be mostly backwards compatible, though some tools may require a bit of reworking if we were to substantial change the schema.</p>\n\n\n\n<h4>WXR (ZIP-based)</h4>\n\n\n\n<p>To address the issues with media files, an alternative option might be to follow the path that Microsoft Word and OpenOffice use: put the text content in an XML file, put the binary content into folders, and compress the whole thing. </p>\n\n\n\n<p>This addresses the performance and binary support problems, but is initially worse for readability: if you don&#8217;t know that it&#8217;s a ZIP file, you can&#8217;t read it in a text editor. Once you unzip it, however, it does become quite readable, and has the same level of backwards compatibility as the XML-based format.</p>\n\n\n\n<h4>JSON</h4>\n\n\n\n<p>JSON could work as a replacement for XML in both of the above formats, with one additional caveat: there is no streaming JSON parser built in to PHP. There are 3rd party libraries available, but given <a href=\"http://seriot.ch/parsing_json.php\">the documented differences between JSON parsers</a>, I would be wary about using one library to produce the JSON, and another to parse it.</p>\n\n\n\n<p>This format largely wouldn&#8217;t be backwards compatible, though tools which rely on the export file being plain text (eg, command line tools to do broad search-and-replaces on the file) can be modified relatively easily.</p>\n\n\n\n<p>There are additional subjective arguments (both for and against) the readability of JSON vs XML, but I&#8217;m not sure there&#8217;s anything to them beyond personal preference.</p>\n\n\n\n<h4>SQLite</h4>\n\n\n\n<p>The <a href=\"https://sqlite.org/index.html\">SQLite</a> team wrote <a href=\"https://www.sqlite.org/affcase1.html\">an interesting (indirect) argument</a> on this topic: OpenOffice uses a ZIP-based format for storing documents, the SQLite team argued that there would be benefits (particularly around performance and reliability) for OpenOffice to switch to SQLite.</p>\n\n\n\n<p>They key issues that I see are:</p>\n\n\n\n<ul><li>SQLite is included in PHP, but <a href=\"https://www.php.net/manual/en/sqlite3.installation.php\">not enabled by default on Windows</a>.</li><li>While the SQLite team have a strong commitment to providing long-term support, SQLite is not a standard, and the only implementation is the one provided by the SQLite team.</li><li>This option is not backwards compatible at all.</li></ul>\n\n\n\n<h4>FlatBuffers</h4>\n\n\n\n<p><a href=\"http://google.github.io/flatbuffers/\">FlatBuffers</a> is an interesting comparison, since it&#8217;s a data format focussed entirely on speed. The down side of this focus is that it <em>requires</em> a defined schema to read the data. Much like SQLite, the only standard for FlatBuffers is the implementation. Unlike SQLite, FlatBuffers has made no commitments to providing long-term support.</p>\n\n\n\n<table class=\"has-fixed-layout\"><thead><tr><th></th><th class=\"has-text-align-center\">WXR (XML-based)</th><th class=\"has-text-align-center\">WXR (ZIP-based)</th><th class=\"has-text-align-center\">JSON</th><th class=\"has-text-align-center\">SQLite</th><th class=\"has-text-align-center\">FlatBuffers</th></tr></thead><tbody><tr><td>Works in PHP?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td></tr><tr><td>Performant?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td></tr><tr><td>Supports Binary Files?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td></tr><tr><td>Standards Based?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /> / <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr><tr><td>Backwards Compatible?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr><tr><td>Self Descriptive?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr><tr><td>Readable?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /> / <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr></tbody></table>\n\n\n\n<p>As with any decision, this is a matter of trade-offs. I&#8217;m certainly interested in hearing additional perspectives on these options, or thoughts on options that I haven&#8217;t considered.</p>\n\n\n\n<p>Regardless of which particular format we choose for storing WordPress exports, every format should have (or in the case of FlatBuffers, <em>requires</em>) a schema. We can talk about schemata without going into implementation details, so I&#8217;ll be writing about that in the next post.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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:\"Mon, 18 Jan 2021 22:50: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";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:63:\"WPTavern: Kinsta Launches Free Local WordPress Development Tool\";s: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=110351\";s: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:171:\"https://wptavern.com/kinsta-launches-free-local-wordpress-development-tool?utm_source=rss&utm_medium=rss&utm_campaign=kinsta-launches-free-local-wordpress-development-tool\";s: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:5961:\"<p class=\"has-drop-cap\">Kinsta, a managed WordPress hosting company, announced its local development tool named <a href=\"https://kinsta.com/devkinsta/\">DevKinsta</a> earlier today. The tool allows developers to spin up new WordPress sites, including multisite support, in moments. Each site is automatically configured with Nginx, PHP, and MySQL.</p>\n\n\n\n<p>DevKinsta packages Adminer, an open-source database manager. The system also includes an SMTP server and email inbox for testing outgoing emails locally.</p>\n\n\n\n<p>&ldquo;This is the first version of the tool, let&rsquo;s say the MVP, but we have a dedicated development team supporting and adding a lot of new features to it,&rdquo; said Tom Zsomborgi, Kinsta&rsquo;s Chief Business Officer.</p>\n\n\n\n<p>Developers can run and test HTTPS support and enable <code>WP_DEBUG</code> at the flip of a switch. Kinsta web hosting customers can also deploy their sites directly from the interface.</p>\n\n\n\n<p>It took me around an hour to get the system set up and running. To be more exact, I spent 53 minutes. Close enough. Between having to sign out, restart my laptop, and waiting for various pieces to install, I at least managed to get a little laundry done in those dull, in-between moments.</p>\n\n\n\n<img />Installing DevKinsta on Windows.\n\n\n\n<p>The setup process was not a completely pain-free affair. However, the price of admission to use this tool &mdash; a little bit of my time &mdash; was well worth it.</p>\n\n\n\n<p>Let me be clear. I have tested far worse systems. Even with over 15 years of development experience under my belt, I have utterly failed at setting up other local dev environments. For DevKinsta to simply get me to the finish line is a success.</p>\n\n\n\n<p>However, I like simple things, and I prefer them to move along relatively quickly. I am accustomed to a 20-minute XAMPP setup. While it may not be as fancy or have the bells and whistles of more sophisticated development tools, it gets the job done and rarely doles out headaches.</p>\n\n\n\n<p>The holdup was setting up Windows Subsystem for Linux (WSL 2) and Docker, which are both requirements. Jump-starting DevKinsta itself was a breeze. And, as an old-school XAMPP user, DevKinsta&rsquo;s ease of use has pulled me in enough to do more than just give it a passing glance. I could actually see myself using this on a day-to-day basis.</p>\n\n\n\n<p>In short, I am sold. DevKinsta is a tool all WordPress developers should at least spin up once.</p>\n\n\n\n<p>Thus far, the <a href=\"https://twitter.com/kinsta/status/1351177344740941829\">feedback on Twitter</a> has been generally positive. However, Linux users may have to wait a bit because the tool is only available for macOS and Windows at the moment.</p>\n\n\n\n<p>&ldquo;I love seeing companies releasing local development tools but I wish more would offer their services to Linux users,&rdquo; <a href=\"https://twitter.com/chadmccullough/status/1351195217483988998\">tweeted</a> WordPress developer Chad McCullough. &ldquo;There are a lot of us developers out there running Linux.&rdquo; The Kinsta team responded that the tool will eventually support Linux and that news is forthcoming.</p>\n\n\n\n<img />Spinning up a new WordPress site.\n\n\n\n<p>The simple and straightforward UI is what makes this tool useful. Most developers do not need overly complicated configurations and options. They simply need to launch an environment that lets them work on their own projects. Anything beyond the basics far too often gets in the way.</p>\n\n\n\n<p>DevKinsta makes it easy to launch and manage multiple development installs. Developers can also switch PHP versions via a simple dropdown &mdash; versions 7.2 &ndash; 8.0 are currently supported.</p>\n\n\n\n<img />Site management screen.\n\n\n\n<p>The obvious comparison for DevKinsta will be against <a href=\"https://localwp.com/\">Local by Flywheel</a>, which has increasingly become a primary tool for many WordPress developers.</p>\n\n\n\n<p>Zsomborgi explained why the company thinks DevKinsta is a better option. &ldquo;In our case, Docker is an important part here. Local doesn&rsquo;t use virtualization in the background. Local has to install every piece of the environment to the host machine (NGINX, apache, different PHP versions, etc.). DevKinsta encapsulates these technologies into containers. Containers do make things easier for maintaining different applications without interrupting the host OS or installing many of the dependencies that are not required. We pretty much don&rsquo;t touch the host OS, but have Docker as our main dependency to run the applications on their own environments.&rdquo;</p>\n\n\n\n<p>He said this speeds up the upgrade process and makes it easier to maintain bug fixes and send out security patches. He also said that because each application runs on its own Kernel namespace, any security issues should not affect the host OS.</p>\n\n\n\n<p>&ldquo;If the user is comfortable enough with Docker, he can extend DevKinsta features,&rdquo; said Zsomborgi. &ldquo;For example, he can monitor the usage of the container, or the PHP usage specifically as an example with docker monitoring tools that comes out of the box with Docker installation. The user can install any utility inside DevKinsta containers without touching the host OS and use applications that are not supported on Windows, for example.&rdquo;</p>\n\n\n\n<p>One of the use cases he mentioned was installing a benchmark tool to get statistics about site performance. This can be installed inside the Nginx container as a sidecar or separate container.</p>\n\n\n\n<p>&ldquo;In the past, Local didn&rsquo;t use exactly Docker,&rdquo; said Zsomborgi. &ldquo;They used VirtualBox + DockerMachine. We tried it, and it was a bit painful. But without VirtualBox, DevKinsta can be more stable and scalable. So we use Docker without VirtualBox. It also needs virtualization, but nowadays, there are fewer Windows computers that have disabled virtualization by default.&rdquo;</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, 18 Jan 2021 21:07:16 +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:\"Justin Tadlock\";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:46:\"Gary: WordPress Importers: Stating the Problem\";s: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:25:\"https://pento.net/?p=5449\";s: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://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\";s: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:8838:\"<p>It&#8217;s time to focus on the WordPress Importers.</p>\n\n\n\n<p>I&#8217;m not talking about tidying them up, or improve performance, or fixing some bugs, though these are certainly things that should happen. Instead, we need to consider their purpose, how they fit as a driver of WordPress&#8217; commitment to Open Source, and how they can be a key element in helping to keep the Internet Open and Free.</p>\n\n\n\n<h2>The History</h2>\n\n\n\n<p>The WordPress Importers are arguably <em>the</em> key driver to WordPress&#8217; early success. Before the importer plugins existed (before WordPress even supported plugins!) there were a handful of <code>import-*.php</code> scripts in the <a href=\"https://core.trac.wordpress.org/browser/trunk/wp-admin?rev=688\"><code>wp-admin</code> directory</a> that could be used to import blogs from other blogging platforms. When other platforms fell out of favour, WordPress already had an importer ready for people to move their site over. One of the most notable instances was in 2004, <a href=\"https://github.com/WordPress/book/blob/trunk/Content/Part%202/9-freedom-zero.md\">when Moveable Type changed their license and prices</a>, suddenly requiring personal blog authors to pay for something that had previously been free. WordPress was fortunate enough to be in the right place at the right time: many of WordPress&#8217; earliest users came from Moveable Type.</p>\n\n\n\n<p>As time went on, WordPress became well known in its own right. Growth relied less on people wanting to switch from another provider, and more on people choosing to start their site with WordPress. For <a href=\"https://core.trac.wordpress.org/ticket/13307\">practical reasons</a>, the importers were moved out of WordPress Core, and into their own plugins. Since then, they&#8217;ve largely been in maintenance mode: bugs are fixed when they come up, but since export formats rarely change, they&#8217;ve just continued to work for all these years.</p>\n\n\n\n<p>An unfortunate side effect of this, however, is that new importers are rarely written. While a new breed of services have sprung up over the years, the WordPress importers haven&#8217;t kept up.</p>\n\n\n\n<h2>The New Services</h2>\n\n\n\n<p>There are many new CMS services that have cropped up in recent years, and we don&#8217;t have importers for any of them. WordPress.com has a few extra ones written, but they&#8217;ve been built on the WordPress.com infrastructure out of necessity.</p>\n\n\n\n<p>You see, we&#8217;ve always assumed that other CMSes will provide some sort of export file that we can use to import into WordPress. That isn&#8217;t always the case, however. Some services (notable, <a href=\"https://support.wix.com/en/article/exporting-or-embedding-your-wix-site-elsewhere\">Wix</a> and <a href=\"https://godaddy.com/community/Websites-Marketing-Website/Exporting-Website-Builder-Site-to-Word-Press/td-p/124526\">GoDaddy Website Builder</a>) deliberately don&#8217;t allow you to export your own content. Other services provide incomplete or fragmented exports, needlessly forcing stress upon site owners who want to use their own content outside of that service.</p>\n\n\n\n<p>To work around this, WordPress.com has implemented importers that effectively scrape the site: while this has worked to some degree, it does require regular maintenance, and the importer has to do a lot of guessing about how the content should be transformed. This is clearly not a solution that would be maintainable as a plugin.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 4</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>Some services work against their customers, and actively prevent site owners from controlling their own content.</strong></p>\n</div></div>\n\n\n\n<p>This strikes at the heart of the <a href=\"https://wordpress.org/about/#bill-of-rights\">WordPress Bill of Rights</a>. WordPress is built with fundamental freedoms in mind: all of those freedoms point to owning your content, and being able to make use of it in any form you like. When a CMS actively works against providing such freedom to their community, I would argue that we have an obligation to help that community out.</p>\n\n\n\n<h2>A Variety of Content</h2>\n\n\n\n<p>It&#8217;s worth discussing how, when starting a modern CMS service, the bar for success is very high. You can&#8217;t get away with just providing a basic CMS: you need to provide all the options. Blogs, eCommerce, mailing lists, forums, themes, polls, statistics, contact forms, integrations, embeds, the list goes on. The closest comparison to modern CMS services is&#8230; the <em>entire</em> WordPress ecosystem: built on WordPress core, but with the myriad of plugins and themes available, along with the variety of services offered by a huge array of companies.</p>\n\n\n\n<p>So, when we talk about the importers, we need to consider how they&#8217;ll be used.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 3</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>To import from a modern CMS service into WordPress, your importer needs to map from service features to WordPress plugins.</strong></p>\n</div></div>\n\n\n\n<h2>Getting Our Own House In Order</h2>\n\n\n\n<p>Some of these problems don&#8217;t just apply to new services, however.</p>\n\n\n\n<p>Out of the box, WordPress exports to WXR (WordPress eXtended RSS) files: an XML file that contains the <em>content</em> of the site. Back when WXR was first created, this was all you really needed, but much like the rest of the WordPress importers, it hasn&#8217;t kept up with the times. A modern WordPress site isn&#8217;t just the sum of its content: a WordPress site has plugins and themes. It has various options configured, it has huge quantities of media, it has masses of text content, far more than the first WordPress sites ever had.  </p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 2</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>WXR doesn&#8217;t contain a full export of a WordPress site.</strong></p>\n</div></div>\n\n\n\n<p>In my view, WXR is a solid format for handling exports. An XML-based system is quite capable of containing all forms of content, so it&#8217;s reasonable that we could expand the WXR format to contain the entire site.</p>\n\n\n\n<h2>Built for the Future</h2>\n\n\n\n<p>If there&#8217;s one thing we can learn from the history of the WordPress importers, it&#8217;s that maintenance will potentially be sporadic. Importers are unlikely to receive the same attention that the broader WordPress Core project does, owners may come and go. An importer will get attention if it breaks, of course, but it otherwise may go months or years without changing.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 1</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>We can&#8217;t depend on regular importer maintenance in the future.</strong></p>\n</div></div>\n\n\n\n<p>It&#8217;s quite possible to build code that will be running in 10+ years: we see examples all across the WordPress ecosystem. Doing it in a reliable fashion needs to be a deliberate choice, however.</p>\n\n\n\n<h2>What&#8217;s Next?</h2>\n\n\n\n<p>Having worked our way down from the larger philosophical reasons for the importers, to some of the more technically-oriented implementation problems; I&#8217;d like to work our way back out again, focussing on each problem individually. In the following posts, I&#8217;ll start laying out how I think we can bring our importers up to speed, prepare them for the future, and make them available for everyone.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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:\"Mon, 18 Jan 2021 00:25: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:4:\"Gary\";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:77:\"WPTavern: MapLibre Launches as Official Open Source Successor to Mapbox GL JS\";s: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=110489\";s: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:199:\"https://wptavern.com/maplibre-launches-as-official-open-source-successor-to-mapbox-gl-js?utm_source=rss&utm_medium=rss&utm_campaign=maplibre-launches-as-official-open-source-successor-to-mapbox-gl-js\";s: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:2864:\"<p>In December, Mapbox shocked its open source contributor community with the news that <a href=\"https://wptavern.com/mapbox-gl-js-is-no-longer-open-source\">Mapbox GL JS version 2.0 would be released under a proprietary license</a>. The JavaScript library powers interactive, customizable vector maps on many high profile websites like CNN, The New York Times, Ancestry, Strava, Shopify, Facebook, and more. Older versions remain open source but Mapbox will only be investing in developing new features for the proprietary version going forward.</p>\n\n\n\n<p>Multiple parties started their own forks immediately following Mapbox&rsquo;s announcement. In an effort to avoid fragmentation, the community worked together to merge their ideas under one project. One month later, <a href=\"https://github.com/maplibre/maplibre-gl-js\">MapLibre GL</a> is now the official open source successor to Mapbox GL JS. The project&rsquo;s founders represent a diverse group of companies who relied on the open source software, including MapTiler, Elastic, StadiaMaps, Microsoft, Ceres Imaging, WhereGroup, Jawg, Stamen Design, and more.</p>\n\n\n\n<p>&ldquo;In December 2020, Mapbox released the second version of their JavaScript library for publishing maps online,&rdquo; MapTiler founder and CEO Petr Pridal said. &ldquo;However, this time all the new features were overshadowed by a change in the license: previously free as in freedom, it became closed for external contributors and usage was restricted to people with active Mapbox subscriptions. One has to pay even for loading this JavaScript library.&rdquo;</p>\n\n\n\n<p>Pridal said the MapLibre project name is a shortened form of &ldquo;Map library restarted (or reinvented),&rdquo; with <em>libre</em> referring to freedom and independence. Its founders agreed that MapLibre should be provider-independent, so developers can load maps from their preferred providers or self-hosted maps.</p>\n\n\n\n<p> The community-led fork may also become home to <a href=\"https://github.com/maptiler/maplibre-gl-native\">MapLibre GL Native</a>, as contributors are considering a proposal to put MapTiler&rsquo;s open source fork of Mapbox&rsquo;s mobile map SDKs for Android and iOS under the MapLibre umbrella.</p>\n\n\n\n<p>Mapbox is used by <a href=\"https://jetpack.com/support/jetpack-blocks/map-block/\">WordPress.com</a> as well as in Jetpack for the <a href=\"https://jetpack.com/support/jetpack-blocks/map-block/\">Map block</a>. The library is also used in many&nbsp;<a href=\"https://wordpress.org/plugins/search/mapbox/\">plugins</a>&nbsp;on WordPress.org, some with tens of thousands of users. Plugin developers who have integrated Mapbox GL JS version 1.13 or older will want to check out the <a href=\"https://github.com/maplibre/maplibre-gl-js\">MapLibre</a> project as an open source alternative to Mapbox&rsquo;s proprietary 2.0 update. </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, 15 Jan 2021 23:51: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: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:99:\"WPTavern: A Multi-Theme System, the Decade-Long Wait for Grandchild Themes, and Themeless Templates\";s: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=110476\";s: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:239:\"https://wptavern.com/a-multi-theme-system-the-decade-long-wait-for-grandchild-themes-and-themeless-templates?utm_source=rss&utm_medium=rss&utm_campaign=a-multi-theme-system-the-decade-long-wait-for-grandchild-themes-and-themeless-templates\";s: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:5994:\"<p class=\"has-drop-cap\">Around 2010, child theming had finally caught its stride. Bigger theme shops were starting to take note, and some were implementing advanced parent themes that were meant to serve as a &ldquo;framework&rdquo; for creating child themes. The theme development community hit a bit of a brick wall amid this explosion of child theming. Grandchild themes became a topic of debate.</p>\n\n\n\n<p>One of the use cases for child themes was to protect customizations made by end-users. When the parent theme was updated, those changes remained intact within the child theme. Users could get bug fixes and enhancements without worry. It was an ingenious system.</p>\n\n\n\n<p>However, another use case for child themes was to create vast customizations of the parent theme. Many of these child themes were marketed and sold to end-users. <em>The problem?</em> There was no way for users to protect their customizations if and when the developer updated the child theme. WordPress had no grandchild theme concept or any other sort of cascading theme system beyond the parent-child relationship.</p>\n\n\n\n<p>So, the problem remained. Unsolved.</p>\n\n\n\n<p>Some businesses such as StudioPress and its Genesis parent theme thrived over the years with this system. Others moved along. In reality, child theming became a niche feature that WordPress never expanded upon in any meaningful way. Theme authors were left to their own devices. With the arrival of the customizer and the expansion of page builders, code customizations almost disappeared. Most modifications were handled via an interface launched from the WordPress admin. The average user had little need to DIY their way through custom templates. Thus began child theming&rsquo;s drizzle into near obscurity.</p>\n\n\n\n<p>Gutenberg&rsquo;s site editor, which will likely land in WordPress this year, had seemed to be the upcoming final blow to the child theming paradigm. Everyone from developers to end-users will be able to roll out custom templates directly from the WordPress admin.</p>\n\n\n\n<p>However, should we be rethinking the role of a hierarchical theming system?</p>\n\n\n\n<p>Full Site Editing is already introducing an extra level to the hierarchy. Traditionally, WordPress theming had a two-tier template hierarchy. In the future, it will add a tier for user-created templates. If that is possible, why not go ahead and throw in grandchild themes? Or, simply do away with such arbitrary limitations altogether?</p>\n\n\n\n<p>A new pull request to the Gutenberg repository essentially <a href=\"https://github.com/WordPress/gutenberg/pull/28131\">creates a multi-theme system</a>. Or, rather, it creates a multi-theme templating system. Aside from the <code>style.css</code>, <code>functions.php</code>, and <code>theme.json</code> files, block-based themes are essentially a collection of templates.</p>\n\n\n\n<p>The patch is proposing that users should be able to opt into this multi-template system. They would have the option to keep templates from an old theme around when they switch to a new one. While not currently implemented in the pull request, he also proposes allowing users to clone templates from their old theme.</p>\n\n\n\n<p>&ldquo;In recent months, there have been whispers around the future possibility of multiple themes being active, templates being &lsquo;themeless,&rsquo; etc.,&rdquo; wrote the patch creator. &ldquo;This branch is an implementation of that. The idea behind this implementation is there can only be one active theme at a time, but the <code>wp_theme</code> taxonomy can be used to link up individual templates / template parts with one or more themes at a time.&rdquo;</p>\n\n\n\n<p>It does not fulfill the dreams of a decade-old grandchild theme system. However, it could provide some precedent for exploring a full hierarchical theme system.</p>\n\n\n\n<p>With the simplification and further standardization of how themes work, we should be dusting off old ideas and shoving them into a new light.</p>\n\n\n\n<p>Full Site Editing will eventually solve the grandchild theme problem regardless of whether it had intended to. With the new tier of custom user templates, the upgradability problem created years ago will simply disappear. Users will be able to readily update their parent and child themes without fear of losing customizations. WordPress will safely store their custom templates in the database. It will even keep their design changes via the Global Styles system. Maybe, just maybe, child themes will begin to reach their initial height of popularity.</p>\n\n\n\n<p>With the proposed system, users could mix and match templates from unrelated themes. If this happens, it begs the question of whether <em>theme</em> templates are even necessary.</p>\n\n\n\n<p>Last year, Rich Tabor opened a discussion on the possibility of a <a href=\"https://richtabor.com/the-future-of-wordpress-themes/\">single master theme</a> for WordPress. In that system, WordPress would create a set of base templates. Theme authors could simply override the pieces that they wanted. They could even pare themes down to simple <code>style.css</code> and <code>theme.json</code> files.</p>\n\n\n\n<p>That almost seems to be a recipe for bland and boring themes. However, if you couple it with a template directory on WordPress.org similar to what GutenbergHub has <a href=\"https://wptavern.com/gutenberg-hub-launches-landing-page-templates-directory\">already introduced</a>, users could pick and choose the templates they want. It could be both wondrous and disastrous, but I would not mind exploring the idea.</p>\n\n\n\n<p>WordPress and its Gutenberg project have a lot of options on the table. Theme building could become interesting in the next year or two.</p>\n\n\n\n<p class=\"is-style-highlight\"><strong>Update:</strong><em> some names have been removed from this post at the request of the people in question.  While this is not standard procedure, they were removed because they were not integral to the story in this instance.</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, 15 Jan 2021 21:04: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:14:\"Justin Tadlock\";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:83:\"WPTavern: New Local Blueprint Enables One-Click Setup for Testing Full Site 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=110252\";s: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:211:\"https://wptavern.com/new-local-blueprint-enables-one-click-setup-for-testing-full-site-editing?utm_source=rss&utm_medium=rss&utm_campaign=new-local-blueprint-enables-one-click-setup-for-testing-full-site-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:5484:\"<p>If you haven&rsquo;t yet tested the Gutenberg team&rsquo;s progress on the full site editing (FSE) project, WordPress developer Carrie Dils has created a <a href=\"https://carriedils.com/full-site-editing-blueprint-for-local/\">blueprint for Local</a> that makes it easy to jump right in. Full site editing is phase 2 on the Gutenberg roadmap and is one of the <a href=\"https://wptavern.com/wordpress-5-7-development-kicks-off-with-focus-on-full-site-editing\">main focuses</a> for WordPress core development in 2021. (Check out <a href=\"https://wptavern.com/what-is-full-site-editing-and-what-does-it-mean-for-the-future-of-wordpress\">What Is Full Site Editing and What Does It Mean for the Future of WordPress</a> for a more in-depth look at why it is critical for end users to provide feedback during its development.)</p>\n\n\n\n<p><a href=\"https://localwp.com/\">Local</a> is one of the most popular free development tools for WordPress that allows users to set up new testing sites with one click, along with a host of more advanced features. Blueprints make it possible for users to save any site as a Blueprint so that it can be used as a quick start setup option later. The blueprint includes all files, databases, config files, and Local settings. Dils&rsquo; <a href=\"https://carriedils.com/full-site-editing-blueprint-for-local/\">full site editing blueprint</a> includes the following: </p>\n\n\n\n<ul><li><a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg</a>&nbsp;plugin (with &ldquo;Full Site Editing&rdquo; experiment enabled)</li><li><a href=\"https://github.com/WordPress/theme-experiments\">WordPress theme experiments</a>&nbsp;(these are themes with support for full site editing) with the Twenty Twenty-One Blocks theme enabled</li><li><a href=\"https://github.com/Automattic/theme-tools/tree/master/gutenberg-test-data\">Gutenberg test data</a>&nbsp;(demo blog posts that use the most common Gutenberg blocks)</li></ul>\n\n\n\n<p>Follow Dils&rsquo; instructions for downloading and installing the FSE blueprint on MacOS or Windows. Local does not yet have an easy way for installing and sharing blueprints to other Local users, so you will need to add it to the right place within the application&rsquo;s files. If you find that you don&rsquo;t have a Blueprints folder, it may be because it is hidden or because you have never created a blueprint before. Once the zip file is in the right location, you will see the full site editing blueprint among the advanced options when you set up a new site: </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Once your site is set up, you can start exploring the brave new world of full site editing. (Be prepared &ndash; it is far from production ready but FSE is at a critical time in its development where it needs testing from real users to be a success.) The Gutenberg plugin may need to be updated to the latest. Your new site editing playground can be launched from the Site Editor menu item. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>On the frontend you will find the Twenty Twenty Blocks theme activated. You can also test using the <a href=\"https://wordpress.org/themes/tt1-blocks/\">Twenty Twenty-One (TT1) Blocks theme</a>, which was added to the WordPress.org Themes directory today, or any of the other experimental block based themes included in the blueprint. Click around, explore the template browser, try editing the template parts, change the global styles, and see how it&rsquo;s coming along. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The current state of full site editing is rough. It&rsquo;s hard to tell a feature from a bug at times, but once you get familiar with navigating it you might consider joining the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">FSE Outreach Experiment</a>. This is an effort to test different aspects of site editing in order to ground the interface in real world feedback as it is developed. For the past few weeks, contributors have been testing the interaction between editing a post versus editing templates. </p>\n\n\n\n<p>Anne McCarthy posted the <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">first call for testing</a> to the&nbsp;<a href=\"https://make.wordpress.org/test/\">Make Test</a>&nbsp;blog with instructions for participants. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>This call for testing is designed to explore the interaction between the two editing experiences (post vs. template editing) to make sure it&rsquo;s clear when you&rsquo;re editing each, granular saving works properly, etc. Ultimately, being able to edit templates like index, single, or archive directly is a huge leap forward compared to what&rsquo;s been possible in the past! Unlocking this level of customization gives you far more control to build the site you want and this call for testing is to help ensure it&rsquo;s as intuitive as possible.</p></blockquote>\n\n\n\n<p>The second testing challenge should be published soon. Anyone can contribute by following along with the test script and leaving comments on the post or <a href=\"https://github.com/WordPress/gutenberg/issues\">logging them as issues on GitHub</a>. Participants are also invited to join the&nbsp;<a href=\"https://make.wordpress.org/core/tag/fse-outreach-experiment/\">#fse-outreach-experiment</a>&nbsp;channel on WordPress Slack for updates or questions regarding testing.</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, 15 Jan 2021 08:21: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: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:73:\"WPTavern: Show and Hide Content via the Block Visibility WordPress 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=110411\";s: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:191:\"https://wptavern.com/show-and-hide-content-via-the-block-visibility-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=show-and-hide-content-via-the-block-visibility-wordpress-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:5736:\"<p class=\"has-drop-cap\">Nick Diego&rsquo;s <a href=\"https://wordpress.org/plugins/block-visibility/\">Block Visibility</a> is not the only plugin to take on the challenge of controlling when blocks are visible on the front end. Other plugins like EditorsKit do a fine job of it. However, Block Visibility is a solution users should not overlook, even if they have already begun testing other options.</p>\n\n\n\n<p>Diego first released the plugin in August 2020. Since then, he has added routine updates that have added value without shifting its focus.</p>\n\n\n\n<p>One of the biggest reasons to use this plugin is that it is a standalone project. It is purely about doing one thing and doing it well. Its settings are all about giving users complete control over how they want to manage block visibility. From my experience with it, the plugin does its job better than alternatives.</p>\n\n\n\n<p>It may not have a large number of installs, but if its five-star rating on WordPress.org is any indication, it at least has a happy user base.</p>\n\n\n\n<p>Diego does have plans for a <a href=\"https://www.blockvisibilitywp.com/premium/\">pro add-on</a>. The tentative release date is set for Spring 2021. He seems to be moving forward with that launch after adding some foundational code in the recent version 1.4 release.</p>\n\n\n\n<p>&ldquo;As Block Visibility grows, there will be advanced and/or niche functionality that will be useful for certain users,&rdquo; wrote Diego in the <a href=\"https://www.blockvisibilitywp.com/whats-new-in-version-1-4/\">1.4 release announcement</a>. &ldquo;Think integrations with other third-party plugins. There will always be a free version of the plugin but some of these additional features will ultimately be provided by a premium (paid) add-on called Block Visibility Pro.&rdquo;</p>\n\n\n\n<p>In my previous job, one of my primary products focused on membership solutions. There is a seemingly endless number of possibilities that users dream up to control content visibility. I have little doubt that a pro add-on is necessary for catching all of the edge cases.</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<p class=\"has-drop-cap\">Block Visibility is easy to use. End-users click a toggle switch, select from a date-picker, or tick a radio box. Their blocks are shown or hidden on the front end based on their selections. It does not get much simpler than that.</p>\n\n\n\n<p>The plugin adds a new &ldquo;Visibility&rdquo; tab for each block, which displays the visibility controls. The exception to this is for inner blocks. For example, the Columns block has controls, but the inner Column blocks do not. However, this can be enabled for inner blocks via the &ldquo;Full Control Mode&rdquo; on the plugin&rsquo;s settings screen.</p>\n\n\n\n<p>There are three primary types of options:</p>\n\n\n\n<ul><li>Hide the block from everyone.</li><li>Time-based start and stop dates for displaying.</li><li>Visibility by user role.</li></ul>\n\n\n\n<img />Block Visibility&rsquo;s controls in the inspector.\n\n\n\n<p>Hiding the block from everyone might be useful for users who are testing on a page or for blocks that are a work in progress. Start and stop dates create the potential for drip or trial content on membership-based sites, especially when combined with the role-based visibility options.</p>\n\n\n\n<p>These basic options will cover the majority of scenarios that the average user will need them for.</p>\n\n\n\n<p>One of the nicer features of the plugin is that it adds a transparent gray overlay, dashed border, and icon to each block that has visibility options set. This is shown when the block is not selected in the editor. It is one of those small touches that make the plugin useful.</p>\n\n\n\n<img />Overlay for blocks with visibility options.\n\n\n\n<p>There is one confusing piece of the UI. There are two instances where there is a &ldquo;public&rdquo; option. That label immediately makes me think that the block should be visible to everyone. However, reading the description is necessary. These options are for showing content to logged-out users only. I would rather see these two options renamed to &ldquo;logged out&rdquo; for clarity.</p>\n\n\n\n<h2>A Promising Future</h2>\n\n\n\n<p class=\"has-drop-cap\">While Block Visibility is a solid plugin right now, we are barely scratching the surface of what will be possible in the long run. In version 1.4, released two weeks ago, Diego added preliminary compatibility with Full Site Editing. This means visibility options will no longer be confined to the post or page content.</p>\n\n\n\n<p>&ldquo;Once every piece of content on a website is a &lsquo;block,&rsquo; you will be able to easily control the visibility of practically anything on a WordPress website,&rdquo; wrote Diego in the version 1.4 announcement post. &ldquo;From dynamic navigation menus to user specific headers and footers, the possibilities are endless!&rdquo;</p>\n\n\n\n<p>Gutenberg&rsquo;s site editor is a beta feature right now, but the plugin&rsquo;s integration seems to already work well. I ran a quick test to show a custom nav menu to shop customers only. I had no problems on my end.</p>\n\n\n\n<img />Setting visibility options for a menu in Gutenberg&rsquo;s site editor.\n\n\n\n<p>Users will not be limited to such basic needs in the future. Imagine showing ads in a sidebar to logged-out users. Imagine adding a time-sensitive holiday sale banner in the header. Imagine designing a homepage template that displays different content to subscribers vs. visitors.</p>\n\n\n\n<p>There are ways to do all of this today by piecing various plugins together, using custom shortcodes, or writing code. However, when an entire site is made of blocks, you only need one method to control anything&rsquo;s visibility. Literally.</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, 14 Jan 2021 22:23: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:14:\"Justin Tadlock\";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:74:\"WPTavern: WordPress Proposal To Align Release Cycle With Industry Standard\";s: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=110354\";s: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:193:\"https://wptavern.com/wordpress-proposal-to-align-release-cycle-with-industry-standard?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-proposal-to-align-release-cycle-with-industry-standard\";s: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:7102:\"<p class=\"has-drop-cap\">Yesterday, Francesca Marano opened a <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">proposal for changing the phases</a> of the core WordPress release cycle. It was a recap of a <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/\">discussion</a> the began in October 2020. The goal is to align the platform&rsquo;s phases with the larger development industry standard.</p>\n\n\n\n<p>Aside from naming, WordPress has mostly followed the software industry in how it tackles its release cycle. Following a well-known convention can make it easier for developers outside of the WordPress ecosystem to transition into it. It would also allow developers to follow cycles of other projects, many of which are WordPress dependencies. This sort of standardization is generally viewed as a good thing throughout the software development world.</p>\n\n\n\n<p>Based on the ongoing discussions since October, there is a consensus on renaming the phases to align with the standard. The following table shows what each phase would be renamed to:</p>\n\n\n\n<table class=\"has-subtle-pale-blue-background-color has-background\"><thead><tr><th class=\"has-text-align-right text-right\">Phase</th><th>Current Name</th><th>Proposed Name</th></tr></thead><tbody><tr><td class=\"has-text-align-right text-right\"><strong>1</strong></td><td>Planning and securing team leads</td><td>Preliminary Planning</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>2</strong></td><td>Development work begins</td><td>Alpha</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>3</strong></td><td>Beta</td><td>Beta</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>4</strong></td><td>Release candidate</td><td>Release Candidate</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>5</strong></td><td>Launch</td><td>General release</td></tr></tbody></table>\n\n\n\n<p>However, this is a two-part proposal. Simply renaming the phases does not change how the release cycle works. To follow the standard strictly, WordPress would need to change when code is committed too.</p>\n\n\n\n<h2>How To Handle the Beta Phase</h2>\n\n\n\n<p class=\"has-drop-cap\">There is one point of contention with how to handle the Beta stage. The standard calls for no additional code changes other than new bug fixes introduced earlier in the cycle. For the WordPress project, this creates a problem.</p>\n\n\n\n<p>WordPress will be 18 years old this year. Over the years, it has racked up a ton of older bugs. These are often fixed later in the cycle, sometimes during the Beta stage. These older bugs may not have been a part of the Preliminary Planning phase, but does that mean they should wait until the next release to go in? Strictly following the proposal, they should be put on hold.</p>\n\n\n\n<p>It would also introduce a hard freeze on any enhancements set for the release but incomplete.</p>\n\n\n\n<p>&ldquo;I worry that we aren&rsquo;t allowing space for older bugs that aren&rsquo;t specific to the planned features in the release,&rdquo; wrote Josepha Haden in a <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/#comment-40391\">comment on the initial discussion</a>. &ldquo;I also worry that by calling hard freeze earlier in the process we narrow the window for feature inclusion too much. I don&rsquo;t like limiting ourselves to feature specific bugs right now, since that excludes so many of our volunteer contributors. It&rsquo;s harder to work on features since they are complex and fast-moving, and older bugs present more opportunities for casual contributors.&rdquo;</p>\n\n\n\n<p>On the flip side, there is potential that a bug fix could introduce new, unforeseen bugs. The later it is added during Beta, the less likely such bugs are noticed before the General Release phase. Waiting for the next cycle provides more time for testing.</p>\n\n\n\n<p>One of the benefits of this system is that almost no new bugs would be created during Beta. This would allow volunteers to shift more efforts to testing and fixing issues that emerged in Alpha.</p>\n\n\n\n<p>WordPress has always marched to the beat of its own drum. It can more closely follow standards while breaking free from strict confines when it makes sense to do so for the project. Beta-stage bug fixes not intended for a particular release could be handled on a case-by-case basis. We have people in leadership positions who are capable of making these calls when they arise. With automatic updates for minor releases, I am less concerned about late-stage bugs.</p>\n\n\n\n<p>Tonya Mork <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/#comment-40380\">proposed two solutions</a> for defect work to continue in and around the release cycle. Both would require that WordPress branch off at Beta, providing contributors an avenue to push forward fixing bugs.</p>\n\n\n\n<p>The first proposal calls for an earlier feature freeze, providing two or three weeks before Beta 1. This period at the end of the Alpha phase would be solely dedicated to defect work.</p>\n\n\n\n<p>The second solution moves this defect work to overlap the previous release&rsquo;s Beta and Release Candidate. This allows work to continue during the time between major releases. It could also shorten the overall major release cycle.</p>\n\n\n\n<p>This second solution is also consistent with Joost de Valk&rsquo;s thoughts on handling defect work. &ldquo;I think we should just branch off earlier, and keep trunk open for normal business,&rdquo; <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/#comment-40393\">he said on the proposal</a>. &ldquo;That way, <em>everything</em> can be worked on all the time, but it won&rsquo;t be included in the next release depending on when you commit it. That&rsquo;s fine, every piece of open source software I know in the world works like that, except for WordPress.&rdquo;</p>\n\n\n\n<p>Many plugin and theme developers already find it tough to keep up when changes drop in the Beta or Release Candidate phases. Having a clear and defined point where changes land will benefit the extension ecosystem, also helping end-users in the long run. This second solution would do that.</p>\n\n\n\n<p>There is nothing wrong with combining both solutions either.  Since the plan would be to branch off at the Beta phase, the second solution is already in place by the act of branching.  The real discussion is over whether the project should dedicate a block of time during its Alpha stage that focuses purely on bug fixes.</p>\n\n\n\n<p>Comments on the proposal are open through January 20 before moving toward a final decision.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>The next proposal: <a href=\"https://semver.org/\">semantic versioning</a>, anyone? <em>Anyone? Is this thing on?</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:\"Wed, 13 Jan 2021 21:52: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:14:\"Justin Tadlock\";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:97:\"WPTavern: WPScan Can Now Assign CVE Numbers for WordPress Core, Plugin, and Theme Vulnerabilities\";s: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=110347\";s: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:235:\"https://wptavern.com/wpscan-can-now-assign-cve-numbers-for-wordpress-core-plugin-and-theme-vulnerabilities?utm_source=rss&utm_medium=rss&utm_campaign=wpscan-can-now-assign-cve-numbers-for-wordpress-core-plugin-and-theme-vulnerabilities\";s: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:3148:\"<p><a href=\"https://wpscan.com/\">WPScan</a>, a security company that maintains a database of WordPress vulnerabilities, has been officially designated as a CVE (Common Vulnerability and Exposures) Numbering Authority (CNA). The company joins <a href=\"https://cve.mitre.org/cve/request_id.html#cna_participants\">151</a>&nbsp;organizations from&nbsp;<a href=\"https://cve.mitre.org/cve/cna.html#cnas_growth\">25</a>&nbsp;countries that participate in the <a href=\"https://cve.mitre.org/\">CVE Program</a> as CNAs. These organizations are authorized to assign&nbsp;<a href=\"https://cve.mitre.org/about/terminology.html#cve_id\">CVE Identifiers (CVE IDs)</a>&nbsp;to vulnerabilities within their own distinct scopes of work, contributing to CVE&rsquo;s <a href=\"https://cve.mitre.org/cve/\">list</a>&nbsp;of records for publicly known security vulnerabilities.</p>\n\n\n\n<p>WPScan&rsquo;s scope includes WordPress core, plugin, and theme vulnerabilities. The company has catalogued more than 21,905 vulnerabilities since 2014 in its database, which it makes available to the community through an API. That API is also used by the <a href=\"https://wordpress.org/plugins/wpscan/\">WPScan Security Scanner</a> plugin, which is installed on 5,000+ websites. </p>\n\n\n\n<p>Being designated as a CNA helps WPScan better manage WordPress vulnerabilities by assigning them unique IDs that are recognized across the industry.</p>\n\n\n\n<p>&ldquo;Asking MITRE to assign CVEs for each of our vulnerabilities would have been too time consuming in the past,&rdquo; WPScan founder and CEO Ryan Dewhurst said. &ldquo;Although some security researchers will go through this process directly with MITRE, we didn&rsquo;t due to the volume of vulnerabilities we have to manage. And security researchers only requested them themselves very rarely. The new process means that we ourselves can assign CVE numbers directly to vulnerabilities. This will result in many more WordPress related vulnerabilities being assigned CVE numbers.&rdquo;</p>\n\n\n\n<p>WPScan is a team of three security researchers who come from penetration testing backgrounds and have worked within security consulting for the past 10 to 15 years. The company started with a simple Ruby script in 2011, which identified vulnerabilities in self-hosted WordPress sites. For the past two years, Automattic has sponsored the company&rsquo;s efforts in maintaining the database, as WPScan has transitioned to become a sustainable business by selling access to its API.</p>\n\n\n\n<p>Dewhurst said the company&rsquo;s customers include &ldquo;some of the biggest security plugins and hosting companies in the world,&rdquo; but many of them don&rsquo;t advertise the fact that use a third-party to source the vulnerabilities. Most of WPScan&rsquo;s enterprise customers are security plugins, companies, and hosts that integrate data from the vulnerability database into their own products and services.</p>\n\n\n\n<p>&ldquo;Our business is doing well,&rdquo; he said. &ldquo;Right now we are trying to find the right balance between being a business and making money, while also benefiting the community as much as possible.&rdquo; </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, 13 Jan 2021 20:52:12 +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: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:73:\"WPTavern: Google Introduces Performance Report for Google News Publishers\";s: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=110267\";s: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:191:\"https://wptavern.com/google-introduces-performance-report-for-google-news-publishers?utm_source=rss&utm_medium=rss&utm_campaign=google-introduces-performance-report-for-google-news-publishers\";s: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:2915:\"<p>Google has <a href=\"https://developers.google.com/search/blog/2021/01/google-news-performance-report\">launched</a> a new Search Console performance report for sites that appear in Google News. Publishers can now track clicks, impressions, and CTR for traffic coming from <a href=\"https://news.google.com/\">news.google.com</a> and the Google News apps for Android and iOS.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The report helps publishers see how often their articles appear to users in Google News and which ones performed the best. It also includes breakdowns for countries, devices, and dates to give publishers a better overall understanding of how visitors are interacting with their content through Google News. Although the date period defaults to the last three months, the data only goes as far back as December 15, 2020.</p>\n\n\n\n<p>In the past, publishers had to submit their sites to be eligible for inclusion in Google News but the policy <a href=\"https://support.google.com/news/publisher-center/answer/9607025\">changed in 2019</a>. Sites are now automatically considered for Top stories or the News tab of Search as long as they &ldquo;produce high-quality content and comply with Google News content policies.&rdquo; </p>\n\n\n\n<p>This new report does not include stats from the News tab on Google Search. That information was added in July 2020, when Google updated the Performance report section of its Search Console to allow publishers to filter by News. This screen also lets users compare different traffic sources, i.e. Web vs News to see the impact of articles showing up under the News tab.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The new report can be grouped by dimensions to get more specific information with different combinations of date ranges, reader locations, devices, and pages. For example, you can get a detailed look at clicks, impressions, and average CTR on a per country basis. This can also be filtered for one certain article to explore more narrow branches of the content&rsquo;s reach.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Publishers who are using AMP will want to note that this new report includes data from the canonical URL. If you have multiple versions for different devices, the report contains data for both:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Data will only be shown in the property that contains the canonical URL. Therefore, if you have both&nbsp;AMP and desktop versions of a page, the desktop property (which is usually the canonical property) will contain all the data for both AMP and desktop clicks, impressions, and CTR.</p></blockquote>\n\n\n\n<p>Google has published a <a href=\"https://support.google.com/webmasters/answer/10083653?hl=en&ref_topic=9384513\">help document</a> with more information on configuring the report, data discrepancies, and how to filter and compare data across groups.</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, 13 Jan 2021 03:54: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: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:\"Sat, 06 Feb 2021 06:45:21 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sat, 06 Feb 2021 06:30:15 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20200502025608\";}', 'no');
INSERT INTO `lkrore_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(141, 'can_compress_scripts', '0', 'no'),
(142, 'recently_activated', 'a:0:{}', 'yes'),
(148, 'finished_updating_comment_type', '1', 'yes'),
(194, 'oxygen-vsb-activated', '1', 'yes'),
(151, 'oxygen_rewrite_rules_updated', '1', 'yes'),
(152, 'oxygen_vsb_disable_emojis', 'true', 'yes'),
(153, 'oxygen_vsb_disable_jquery_migrate', 'true', 'yes'),
(154, 'oxygen_vsb_disable_embeds', 'false', 'yes'),
(155, 'oxygen_vsb_use_css_for_google_fonts', 'true', 'yes'),
(156, 'oxygen_vsb_universal_css_cache', 'true', 'yes'),
(157, 'oxygen_aos_classes', '', 'yes'),
(158, 'oxygen_vsb_universal_css_cache_success', '1', 'yes'),
(159, 'oxygen_vsb_universal_css_url', '//newgen.stun.tech/wp-content/uploads/oxygen/css/universal.css', 'yes'),
(160, 'oxygen_vsb_last_save_time', '1612594168', 'yes'),
(161, 'oxygen_vsb_universal_css_latest_version', '2.1', 'yes'),
(162, 'oxygen_vsb_presets_updated_3_3', '1', 'yes');
INSERT INTO `lkrore_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(163, 'oxygen_vsb_element_presets', 'a:3:{s:12:\"oxy_comments\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"Default\";s:4:\"slug\";s:7:\"default\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:0:\"\";}}}i:1;a:3:{s:4:\"name\";s:14:\"Grey Highlight\";s:4:\"slug\";s:14:\"grey-highlight\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:1246:\"\n.oxy-comments li.comment .comment-body .comment-content {\n  border: 1px solid #eee;\n  padding: 1.5em;\n  margin-top: 1.5em;\n  border-radius: 3px;\n  background-color: #fafafa;\n  margin-bottom: 0;\n}\n\n.oxy-comments li.comment .comment-body {\n  margin-bottom: 35px;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p {\n  margin-top: 0;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p:last-child {\n  margin-bottom: 0;\n}\n\n.oxy-comments .reply {\n  display: flex;\n  margin: 0;\n}\n\n.oxy-comments .reply .comment-reply-link {\n  margin-left: auto;\n  font-size: .75em;\n  background-color: #eee;\n  margin-right: 1em;\n  padding: 5px 10px;\n  border-bottom-left-radius: 3px;\n  border-bottom-right-radius: 3px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta {\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n  justify-content: space-between;\n}\n\n.oxy-comments .comment-meta .comment-metadata {\n  margin: 0;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  max-width: 50px;\n  max-height: 50px;\n  border-radius: 50%;\n  border: 1px solid #eee;\n  padding: 2px;\n}\n\n.oxy-comments .comment-meta .comment-author span.says {\n  display: none;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.35);\n}\n\";}}}i:2;a:3:{s:4:\"name\";s:12:\"White Blocks\";s:4:\"slug\";s:12:\"white-blocks\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:705:\"\n.oxy-comments li.comment {\n  padding: 40px;\n  background-color: white;\n  border-radius: 5px;\n  box-shadow: rgba(0,0,0,0.04) 0px 0px 10px 0px;\n  border: 1px solid #eee;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.5);\n}\n\n.oxy-comments .comment-meta .comment-author {\n  border-bottom: 1px solid #eee;\n  padding-bottom: 20px;\n  margin-bottom: 20px;\n}\n\n.oxy-comments li.comment.even {\n  background-color: #fafafa;\n}\n\n.oxy-comments ol.comments-list > li.comment {\n  margin-bottom: 40px;\n}\n\n\n.comment-reply-link {\n  border: 1px solid;\n  padding: 0.75em 1.5em;\n  border-radius: 2px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  border-radius: 50%;\n}\";}}}}s:14:\"oxy_posts_grid\";a:17:{i:0;a:3:{s:4:\"name\";s:23:\"Grid - Image - Standard\";s:4:\"slug\";s:19:\"grid-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:859:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:1415:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  width: 33.33%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:1;a:3:{s:4:\"name\";s:46:\"Grid - Image w/ Animated Dark Gradient Overlay\";s:4:\"slug\";s:24:\"grid-image-dark-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:717:\"<div class=\'oxy-post\'>\n  \n  <div class=\'oxy-post-padding\'>\n    \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n      \n      <div class=\'oxy-post-content-and-link-wrap\'>\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n      </div>\n      \n    </div>\n    \n  </div>\n\n</div>\";s:8:\"code-css\";s:1652:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  position: relative;\n  margin: 1em;\n  display: flex;\n  position: relative;\n  flex-direction: column;\n  overflow: hidden;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  position: absolute;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  padding: 2em;\n  pointer-events: none;\n  padding-top: 200px;\n  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 300px);\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;\n}\n\n%%EPID%% .oxy-post-content-and-link-wrap {\n  opacity: 0;\n  max-height: 0px;\n  overflow: hidden;\n  transition: 1s ease-in-out opacity, 1s ease-in-out max-height;\n}\n\n%%EPID%% .oxy-post-padding:hover .oxy-post-content-and-link-wrap {\n  opacity: 1;\n  max-height: 400px;\n}\n\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n  margin-bottom: 0.5em;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:5:\"white\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:2;a:3:{s:4:\"name\";s:32:\"Grid - Image w/ Gradient Overlap\";s:4:\"slug\";s:19:\"grid-image-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1644:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 70%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1) 150px);\n  padding: 2em;\n  padding-top: 100px;\n  align-self: stretch;\n  margin-top: -150px;\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;  \n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:3;a:3:{s:4:\"name\";s:33:\"Grid - Image w/ Rectangle Overlap\";s:4:\"slug\";s:30:\"grid-image-w-rectangle-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1514:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:6:\"tablet\";}}}i:4;a:3:{s:4:\"name\";s:29:\"Grid - Image w/ Title Overlay\";s:4:\"slug\";s:26:\"grid-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:398:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-padding\'>\n    <div class=\'oxy-post-image\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>            \n	</div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n  </div>\n</a>\";s:8:\"code-css\";s:1148:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  margin: 1em;\n  overflow: hidden;\n  position: relative;\n}\n\n\n%%EPID%% .oxy-post-image {\n  transition: 0.5s ease-in-out all;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-image {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  transition: 0.5s ease-in-out all;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-overlay {\n  background-color: rgba(0,0,0,0.25);\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:5;a:3:{s:4:\"name\";s:20:\"List - Image on Left\";s:4:\"slug\";s:18:\"list-image-on-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1014:\"<div class=\'oxy-post\'>\n\n  <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n  </a>\n\n  \n  <div class=\'oxy-post-wrap\'>\n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<!--div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div-->\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			By <?php the_author(); ?>\n		</div>\n\n		<!--div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div-->\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n  </div>\n  \n</div>\";s:8:\"code-css\";s:1674:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 6em;\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n}\n\n%%EPID%% .oxy-post-wrap {\n  width: 100%;\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n}\n\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 40%;\n  flex-shrink: 0;\n  flex-grow: 0;\n  margin-right: 2em;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-post {\n    flex-direction: column;\n  }\n  %%EPID%% .oxy-post-image {\n    width: 100%;\n    margin-bottom: 1em;\n    margin-right: 0;\n  }\n  %%EPID%% .oxy-post-image-fixed-ratio {\n    padding-bottom: 56%;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:9:\"text link\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:6;a:3:{s:4:\"name\";s:26:\"List - Standard (Centered)\";s:4:\"slug\";s:22:\"list-standard-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:772:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:7;a:3:{s:4:\"name\";s:22:\"List - Standard (Left)\";s:4:\"slug\";s:18:\"list-standard-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:774:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:8;a:3:{s:4:\"name\";s:36:\"List w/ Rectangle Overlap (Centered)\";s:4:\"slug\";s:33:\"list-w-rectangle-overlap-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1556:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  justify-content: center;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:9;a:3:{s:4:\"name\";s:32:\"List w/ Rectangle Overlap (left)\";s:4:\"slug\";s:29:\"list-w-rectangle-overlap-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1531:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:10;a:3:{s:4:\"name\";s:26:\"Masonry - Image - Standard\";s:4:\"slug\";s:22:\"masonry-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:722:\"<div class=\'oxy-post\'>\n  \n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:980:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:11;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:12;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:13;a:3:{s:4:\"name\";s:32:\"Masonry - Image w/ Title Overlay\";s:4:\"slug\";s:29:\"masonry-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:289:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-background\'>\n	  <img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' />  \n  </div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n</a>\";s:8:\"code-css\";s:1034:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 2em;\n  break-inside: avoid;\n  position: relative;\n  overflow: hidden;\n  display: flex;\n  background-color: #000;\n}\n\n%%EPID%% .oxy-post-background {\n  transition: 0.5s ease-in-out all;\n  line-height: 0;\n  min-height: 150px;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-background {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-image {\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  -webkit-font-smoothing: antialiased;\n}\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:14;a:3:{s:4:\"name\";s:26:\"Timeline - Title & Excerpt\";s:4:\"slug\";s:17:\"timeline-template\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:323:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:15;a:3:{s:4:\"name\";s:33:\"Timeline - Title & Featured Image\";s:4:\"slug\";s:18:\"timeline-template2\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:462:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n            <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n            </div>\n        </a>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:16;a:3:{s:4:\"name\";s:42:\"Timeline - Title, Featured Image & Excerpt\";s:4:\"slug\";s:18:\"timeline-template3\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:553:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n            <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n            </div>\n        </a>\n\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}}s:12:\"oxy-pro-menu\";a:10:{i:0;a:4:{s:4:\"name\";s:14:\"Slide to Right\";s:4:\"slug\";s:14:\"slide-to-right\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:66:{s:7:\"menu_id\";s:2:\"31\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"16\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dddddd\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dddddd\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:1:\"4\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:1:\"4\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:11:\"slide-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"4\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"4\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"64\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"64\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#f8f8f8\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#ff0000\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:22:\"globalConditionsResult\";b:1;s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#eeeeee\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:2:\"-8\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:1:\"0\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_dropdown_icon_item_margin_margin-right\";s:1:\"0\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:1:\"8\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dddddd\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dddddd\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#ff0000\";}}}i:1;a:4:{s:4:\"name\";s:18:\"Desktop and Mobile\";s:4:\"slug\";s:18:\"desktop-and-mobile\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:75:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:23:\"menu_dropdown_animation\";s:12:\"zoom-in-down\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:27:\"Lineariconsicon-menu-circle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:28:\"Lineariconsicon-cross-circle\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:13:\"border-radius\";s:1:\"8\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:4:\"hide\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:4:\"left\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"32\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dedede\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dedede\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:16:\"background-color\";s:4:\"#eee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"32\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:40:\"oxy-pro-menu_menu_item_margin_margin-top\";s:1:\"0\";s:41:\"oxy-pro-menu_menu_item_margin_margin-left\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_margin_margin-bottom\";s:1:\"0\";s:42:\"oxy-pro-menu_menu_item_margin_margin-right\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dedede\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dedede\";}}}i:2;a:4:{s:4:\"name\";s:16:\"Desktop Vertical\";s:4:\"slug\";s:16:\"desktop-vertical\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:33:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:5:\"never\";s:24:\"oxy-pro-menu_orientation\";s:8:\"Vertical\";s:16:\"background-color\";s:7:\"#eeeeee\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dedede\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_dropdown_icon\";s:29:\"FontAwesomeicon-chevron-right\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#dddddd\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:2:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dedede\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#dddddd\";}}}i:3;a:4:{s:4:\"name\";s:10:\"Minimalism\";s:4:\"slug\";s:10:\"minimalism\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:55:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#dedede\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#d1d1d1\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#eeeeee\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:6:\"center\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#dedede\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#d1d1d1\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"8\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:2:\"12\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:2:\"12\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#dddddd\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:26:\"oxy-pro-menu_dropdown_icon\";s:26:\"FontAwesomeicon-arrow-down\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"900\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dddddd\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ff0000\";}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#d1d1d1\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#d1d1d1\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dddddd\";}}}i:4;a:4:{s:4:\"name\";s:12:\"Flip to Left\";s:4:\"slug\";s:12:\"flip-to-left\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"2\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:16:\"background-color\";s:7:\"#eaeaea\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:1:\"1\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:102:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-decoration\";s:4:\"none\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"12\";s:23:\"menu_dropdown_animation\";s:9:\"fade-left\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:53:\"oxy-pro-menu_dropdown_child_item_padding_padding-left\";s:2:\"12\";s:54:\"oxy-pro-menu_dropdown_child_item_padding_padding-right\";s:2:\"12\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"16\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:24:\"FontAwesomeicon-th-large\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"600\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:10:\"flip-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#dddddd\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:5:\"Right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"600\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#cccccc\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#bbbbbb\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#d3d3d3\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"0\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"0\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#bbbbbb\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#d3d3d3\";}}}i:5;a:4:{s:4:\"name\";s:13:\"Music Teacher\";s:4:\"slug\";s:13:\"music-teacher\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:92:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#180700\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"3\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#13c5df\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"Lineariconsicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#2f201a\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:15:\"rgba(0,0,0,0.1)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#2f201a\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:23:\"menu_dropdown_animation\";s:7:\"fade-up\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"14\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#13c5df\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#2f201a\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"24\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#2f201a\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#3d2e2d\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:65:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-size\";s:2:\"14\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"3\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"3\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:4:\"Menu\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:16:\"rgba(24,7,0,0.9)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:14:\"zoom-out-right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"80\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"80\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"12\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"12\";s:110:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:111:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff668d\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#13c5df\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#2f201a\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#13c5df\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#3d2e2d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff668d\";}}}i:6;a:4:{s:4:\"name\";s:16:\"Marketing Agency\";s:4:\"slug\";s:16:\"marketing-agency\";s:10:\"is_default\";b:1;s:7:\"options\";a:3:{s:8:\"original\";a:65:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(252,0,255,0.89)\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(0,219,222,0.91)\";}}s:12:\"linear-angle\";s:3:\"140\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"16\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"300\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:21:\"rgba(255,255,255,0.2)\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:24:\"Lineariconsicon-bookmark\";s:11:\"padding-top\";s:1:\"4\";s:12:\"padding-left\";s:1:\"4\";s:13:\"padding-right\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#5a58a3\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"0\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ec2758\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:7:\"#3c3876\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.14)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"-90\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_letter-spacing\";s:1:\"1\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-list\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#ffffff\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#3c3876\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#ffffff\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#3c3876\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#ffffff\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(60,56,118,0.98)\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#ffffff\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:12:\"show in line\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:21:\"rgba(255,255,255,0.2)\";s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ec2758\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#ffffff\";}s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:6:{s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}}}}}i:7;a:4:{s:4:\"name\";s:6:\"Winery\";s:4:\"slug\";s:6:\"winery\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:16:\"background-color\";s:7:\"#48303e\";s:11:\"padding-top\";s:1:\"8\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:14:\"padding-bottom\";s:1:\"8\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.3\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#75455d\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#75455d\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:26:\"oxy-pro-menu_dropdown_icon\";s:33:\"FontAwesomeicon-angle-double-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#cc5972\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#cc5972\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:4:\"none\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#75455d\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#cc5972\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#75455d\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#cc5972\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:19:\"rgba(72,48,62,0.98)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:12:\"zoom-in-left\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"1\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"0\";}s:5:\"hover\";a:5:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#75455d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#cc5972\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#cc5972\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#cc5972\";}}}i:8;a:4:{s:4:\"name\";s:10:\"Conference\";s:4:\"slug\";s:10:\"conference\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:84:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:15:\"phone-landscape\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#ff4c1c\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#d7193d\";}}s:12:\"linear-angle\";s:3:\"240\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ff7f0d\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#d7193d\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#d7193d\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff4c1c\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"700\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:36:\"FontAwesomeicon-caret-square-o-right\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"20\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"4\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"700\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"1\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:35:\"FontAwesomeicon-caret-square-o-left\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"20\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"4\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(215,25,61,0.95)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"700\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"1\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"20\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.3\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\";s:7:\"#f9c5af\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_style\";s:5:\"solid\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:25:\"menu_off_canvas_animation\";s:10:\"fade-right\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ff7f0d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff4c1c\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";}}}i:9;a:4:{s:4:\"name\";s:9:\"Financial\";s:4:\"slug\";s:9:\"financial\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:64:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#eff4f7\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#2b2c27\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.5\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#566d8f\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ffffff\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#65bec2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#65bec2\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:114:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:113:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-chevron-circle-down\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#65bec2\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#ffffff\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:9:\"color(52)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#65bec2\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#566d8f\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:22:\"rgba(255,255,255,0.96)\";s:23:\"oxy-pro-menu_off_canvas\";s:5:\"false\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:11:\"transparent\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#566d8f\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#566d8f\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#65bec2\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#566d8f\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#566d8f\";}}}}}', 'yes');
INSERT INTO `lkrore_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(245, 'oxygen_vsb_presets_updated_3_4', '1', 'yes'),
(164, 'oxygen_license_key', '711b98a2c1875d1f9baa0e78294cdb4f', 'yes'),
(165, 'oxygen_license_updated', '1', 'yes'),
(166, 'oxygen_vsb_css_cache_generated_2_2', 'true', 'yes'),
(167, 'oxygen_vsb_global_colors', 'a:4:{s:15:\"colorsIncrement\";i:16;s:13:\"setsIncrement\";i:3;s:6:\"colors\";a:16:{i:0;a:4:{s:2:\"id\";i:12;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:3;}i:1;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:13:\"Catalina Blue\";s:5:\"value\";s:7:\"#2a445a\";s:3:\"set\";i:2;}i:2;a:4:{s:2:\"id\";i:2;s:4:\"name\";s:16:\"White Transluent\";s:5:\"value\";s:21:\"rgba(255,255,255,0.6)\";s:3:\"set\";i:2;}i:3;a:4:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:2;}i:4;a:4:{s:2:\"id\";i:4;s:4:\"name\";s:9:\"Iris Blue\";s:5:\"value\";s:7:\"#07adb7\";s:3:\"set\";i:2;}i:5;a:4:{s:2:\"id\";i:5;s:4:\"name\";s:9:\"Dove Gray\";s:5:\"value\";s:7:\"#666666\";s:3:\"set\";i:2;}i:6;a:4:{s:2:\"id\";i:6;s:4:\"name\";s:6:\"Shadow\";s:5:\"value\";s:15:\"rgba(0,0,0,0.2)\";s:3:\"set\";i:2;}i:7;a:4:{s:2:\"id\";i:7;s:4:\"name\";s:5:\"Polar\";s:5:\"value\";s:7:\"#f6fafd\";s:3:\"set\";i:2;}i:8;a:4:{s:2:\"id\";i:8;s:4:\"name\";s:11:\"Wild Willow\";s:5:\"value\";s:7:\"#b2d27d\";s:3:\"set\";i:2;}i:9;a:4:{s:2:\"id\";i:9;s:4:\"name\";s:6:\"Keppel\";s:5:\"value\";s:7:\"#31b1ac\";s:3:\"set\";i:2;}i:10;a:4:{s:2:\"id\";i:10;s:4:\"name\";s:9:\"Tradewind\";s:5:\"value\";s:7:\"#5abc9c\";s:3:\"set\";i:2;}i:11;a:4:{s:2:\"id\";i:11;s:4:\"name\";s:6:\"DeYork\";s:5:\"value\";s:7:\"#8ec98a\";s:3:\"set\";i:2;}i:12;a:4:{s:2:\"id\";i:13;s:4:\"name\";s:13:\"Fountain Blue\";s:5:\"value\";s:7:\"#65bec2\";s:3:\"set\";i:3;}i:13;a:4:{s:2:\"id\";i:14;s:4:\"name\";s:11:\"Hippie Blue\";s:5:\"value\";s:7:\"#6799b2\";s:3:\"set\";i:3;}i:14;a:4:{s:2:\"id\";i:15;s:4:\"name\";s:11:\"Heavy Metal\";s:5:\"value\";s:7:\"#2b2c27\";s:3:\"set\";i:3;}i:15;a:4:{s:2:\"id\";i:16;s:4:\"name\";s:12:\"Waikawa Gray\";s:5:\"value\";s:7:\"#566d8f\";s:3:\"set\";i:3;}}s:4:\"sets\";a:3:{i:0;a:2:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"Global Colors\";}i:1;a:2:{s:2:\"id\";i:2;s:4:\"name\";s:7:\"hosting\";}i:2;a:2:{s:2:\"id\";i:3;s:4:\"name\";s:6:\"atomic\";}}}', 'yes');
INSERT INTO `lkrore_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(168, 'ct_svg_sets', 'a:2:{s:12:\"Font Awesome\";s:579449:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"FontAwesomeicon-asterisk\" viewBox=\"0 0 26 28\">\n<title>asterisk</title>\n<path d=\"M23.156 16.406c0.953 0.547 1.281 1.781 0.734 2.734l-1 1.719c-0.547 0.953-1.781 1.281-2.734 0.734l-4.156-2.391v4.797c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-4.797l-4.156 2.391c-0.953 0.547-2.187 0.219-2.734-0.734l-1-1.719c-0.547-0.953-0.219-2.188 0.734-2.734l4.156-2.406-4.156-2.406c-0.953-0.547-1.281-1.781-0.734-2.734l1-1.719c0.547-0.953 1.781-1.281 2.734-0.734l4.156 2.391v-4.797c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v4.797l4.156-2.391c0.953-0.547 2.188-0.219 2.734 0.734l1 1.719c0.547 0.953 0.219 2.188-0.734 2.734l-4.156 2.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus\" viewBox=\"0 0 22 28\">\n<title>plus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-6.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h6.5v-6.5c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5v6.5h6.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question\" viewBox=\"0 0 17 28\">\n<title>question</title>\n<path d=\"M11 19.625v3.75c0 0.344-0.281 0.625-0.625 0.625h-3.75c-0.344 0-0.625-0.281-0.625-0.625v-3.75c0-0.344 0.281-0.625 0.625-0.625h3.75c0.344 0 0.625 0.281 0.625 0.625zM15.937 10.25c0 2.969-2.016 4.109-3.5 4.937-0.922 0.531-1.5 1.609-1.5 2.063v0c0 0.344-0.266 0.75-0.625 0.75h-3.75c-0.344 0-0.562-0.531-0.562-0.875v-0.703c0-1.891 1.875-3.516 3.25-4.141 1.203-0.547 1.703-1.062 1.703-2.063 0-0.875-1.141-1.656-2.406-1.656-0.703 0-1.344 0.219-1.687 0.453-0.375 0.266-0.75 0.641-1.672 1.797-0.125 0.156-0.313 0.25-0.484 0.25-0.141 0-0.266-0.047-0.391-0.125l-2.562-1.953c-0.266-0.203-0.328-0.547-0.156-0.828 1.687-2.797 4.062-4.156 7.25-4.156 3.344 0 7.094 2.672 7.094 6.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus\" viewBox=\"0 0 22 28\">\n<title>minus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-19c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h19c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glass\" viewBox=\"0 0 28 28\">\n<title>glass</title>\n<path d=\"M26.547 2.906c0 0.453-0.359 0.906-0.672 1.219l-9.875 9.875v12h5c0.547 0 1 0.453 1 1s-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1s0.453-1 1-1h5v-12l-9.875-9.875c-0.313-0.313-0.672-0.766-0.672-1.219 0-0.766 0.969-0.906 1.547-0.906h22c0.578 0 1.547 0.141 1.547 0.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-music\" viewBox=\"0 0 24 28\">\n<title>music</title>\n<path d=\"M24 3.5v17.5c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-8.391l-12 3.703v11.078c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-15.109c0-0.656 0.438-1.234 1.062-1.437l13-4c0.141-0.047 0.281-0.063 0.438-0.063 0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search\" viewBox=\"0 0 26 28\">\n<title>search</title>\n<path d=\"M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.094-0.906 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-o\" viewBox=\"0 0 28 28\">\n<title>envelope-o</title>\n<path d=\"M26 23.5v-12c-0.328 0.375-0.688 0.719-1.078 1.031-2.234 1.719-4.484 3.469-6.656 5.281-1.172 0.984-2.625 2.188-4.25 2.188h-0.031c-1.625 0-3.078-1.203-4.25-2.188-2.172-1.813-4.422-3.563-6.656-5.281-0.391-0.313-0.75-0.656-1.078-1.031v12c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM26 7.078c0-0.391 0.094-1.078-0.5-1.078h-23c-0.266 0-0.5 0.234-0.5 0.5 0 1.781 0.891 3.328 2.297 4.438 2.094 1.641 4.188 3.297 6.266 4.953 0.828 0.672 2.328 2.109 3.422 2.109h0.031c1.094 0 2.594-1.437 3.422-2.109 2.078-1.656 4.172-3.313 6.266-4.953 1.016-0.797 2.297-2.531 2.297-3.859zM28 6.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart\" viewBox=\"0 0 28 28\">\n<title>heart</title>\n<path d=\"M14 26c-0.25 0-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313 0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star\" viewBox=\"0 0 26 28\">\n<title>star</title>\n<path d=\"M26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.406-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-o\" viewBox=\"0 0 26 28\">\n<title>star-o</title>\n<path d=\"M17.766 15.687l4.781-4.641-6.594-0.969-2.953-5.969-2.953 5.969-6.594 0.969 4.781 4.641-1.141 6.578 5.906-3.109 5.891 3.109zM26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.422-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user\" viewBox=\"0 0 20 28\">\n<title>user</title>\n<path d=\"M20 21.859c0 2.281-1.5 4.141-3.328 4.141h-13.344c-1.828 0-3.328-1.859-3.328-4.141 0-4.109 1.016-8.859 5.109-8.859 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c4.094 0 5.109 4.75 5.109 8.859zM16 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-film\" viewBox=\"0 0 30 28\">\n<title>film</title>\n<path d=\"M6 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 25v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM6 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 13v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM28 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM30 4.5v21c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-21c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-large\" viewBox=\"0 0 26 28\">\n<title>th-large</title>\n<path d=\"M12 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM12 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th\" viewBox=\"0 0 28 28\">\n<title>th</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-list\" viewBox=\"0 0 28 28\">\n<title>th-list</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check\" viewBox=\"0 0 28 28\">\n<title>check</title>\n<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-close\" viewBox=\"0 0 22 28\">\n<title>close</title>\n<path d=\"M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-plus\" viewBox=\"0 0 26 28\">\n<title>search-plus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-3.5v3.5c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-3.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h3.5v-3.5c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5v3.5h3.5c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-minus\" viewBox=\"0 0 26 28\">\n<title>search-minus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-9c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h9c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-power-off\" viewBox=\"0 0 24 28\">\n<title>power-off</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12s-12-5.391-12-12c0-3.797 1.75-7.297 4.797-9.578 0.891-0.672 2.141-0.5 2.797 0.391 0.672 0.875 0.484 2.141-0.391 2.797-2.031 1.531-3.203 3.859-3.203 6.391 0 4.406 3.594 8 8 8s8-3.594 8-8c0-2.531-1.172-4.859-3.203-6.391-0.875-0.656-1.062-1.922-0.391-2.797 0.656-0.891 1.922-1.062 2.797-0.391 3.047 2.281 4.797 5.781 4.797 9.578zM14 2v10c0 1.094-0.906 2-2 2s-2-0.906-2-2v-10c0-1.094 0.906-2 2-2s2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-signal\" viewBox=\"0 0 28 28\">\n<title>signal</title>\n<path d=\"M4 22.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 20.5v5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 16.5v9c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 10.5v15c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 2.5v23c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-23c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cog\" viewBox=\"0 0 24 28\">\n<title>cog</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM24 12.297v3.469c0 0.234-0.187 0.516-0.438 0.562l-2.891 0.438c-0.172 0.5-0.359 0.969-0.609 1.422 0.531 0.766 1.094 1.453 1.672 2.156 0.094 0.109 0.156 0.25 0.156 0.391s-0.047 0.25-0.141 0.359c-0.375 0.5-2.484 2.797-3.016 2.797-0.141 0-0.281-0.063-0.406-0.141l-2.156-1.687c-0.453 0.234-0.938 0.438-1.422 0.594-0.109 0.953-0.203 1.969-0.453 2.906-0.063 0.25-0.281 0.438-0.562 0.438h-3.469c-0.281 0-0.531-0.203-0.562-0.469l-0.438-2.875c-0.484-0.156-0.953-0.344-1.406-0.578l-2.203 1.672c-0.109 0.094-0.25 0.141-0.391 0.141s-0.281-0.063-0.391-0.172c-0.828-0.75-1.922-1.719-2.578-2.625-0.078-0.109-0.109-0.234-0.109-0.359 0-0.141 0.047-0.25 0.125-0.359 0.531-0.719 1.109-1.406 1.641-2.141-0.266-0.5-0.484-1.016-0.641-1.547l-2.859-0.422c-0.266-0.047-0.453-0.297-0.453-0.562v-3.469c0-0.234 0.187-0.516 0.422-0.562l2.906-0.438c0.156-0.5 0.359-0.969 0.609-1.437-0.531-0.75-1.094-1.453-1.672-2.156-0.094-0.109-0.156-0.234-0.156-0.375s0.063-0.25 0.141-0.359c0.375-0.516 2.484-2.797 3.016-2.797 0.141 0 0.281 0.063 0.406 0.156l2.156 1.672c0.453-0.234 0.938-0.438 1.422-0.594 0.109-0.953 0.203-1.969 0.453-2.906 0.063-0.25 0.281-0.438 0.562-0.438h3.469c0.281 0 0.531 0.203 0.562 0.469l0.438 2.875c0.484 0.156 0.953 0.344 1.406 0.578l2.219-1.672c0.094-0.094 0.234-0.141 0.375-0.141s0.281 0.063 0.391 0.156c0.828 0.766 1.922 1.734 2.578 2.656 0.078 0.094 0.109 0.219 0.109 0.344 0 0.141-0.047 0.25-0.125 0.359-0.531 0.719-1.109 1.406-1.641 2.141 0.266 0.5 0.484 1.016 0.641 1.531l2.859 0.438c0.266 0.047 0.453 0.297 0.453 0.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash-o\" viewBox=\"0 0 22 28\">\n<title>trash-o</title>\n<path d=\"M8 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM12 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM16 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM18 22.813v-14.812h-14v14.812c0 0.75 0.422 1.188 0.5 1.188h13c0.078 0 0.5-0.438 0.5-1.188zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-home\" viewBox=\"0 0 26 28\">\n<title>home</title>\n<path d=\"M22 15.5v7.5c0 0.547-0.453 1-1 1h-6v-6h-4v6h-6c-0.547 0-1-0.453-1-1v-7.5c0-0.031 0.016-0.063 0.016-0.094l8.984-7.406 8.984 7.406c0.016 0.031 0.016 0.063 0.016 0.094zM25.484 14.422l-0.969 1.156c-0.078 0.094-0.203 0.156-0.328 0.172h-0.047c-0.125 0-0.234-0.031-0.328-0.109l-10.813-9.016-10.813 9.016c-0.109 0.078-0.234 0.125-0.375 0.109-0.125-0.016-0.25-0.078-0.328-0.172l-0.969-1.156c-0.172-0.203-0.141-0.531 0.063-0.703l11.234-9.359c0.656-0.547 1.719-0.547 2.375 0l3.813 3.187v-3.047c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v6.375l3.422 2.844c0.203 0.172 0.234 0.5 0.063 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-o\" viewBox=\"0 0 24 28\">\n<title>file-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clock-o\" viewBox=\"0 0 24 28\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-road\" viewBox=\"0 0 30 28\">\n<title>road</title>\n<path d=\"M17.359 15.563v-0.063l-0.375-5c-0.016-0.281-0.266-0.5-0.531-0.5h-2.906c-0.266 0-0.516 0.219-0.531 0.5l-0.375 5v0.063c-0.016 0.25 0.219 0.438 0.453 0.438h3.813c0.234 0 0.469-0.187 0.453-0.438zM29.219 22.859c0 0.453-0.125 1.141-0.719 1.141h-11c0.266 0 0.484-0.219 0.469-0.5l-0.313-4c-0.016-0.281-0.266-0.5-0.531-0.5h-4.25c-0.266 0-0.516 0.219-0.531 0.5l-0.313 4c-0.016 0.281 0.203 0.5 0.469 0.5h-11c-0.594 0-0.719-0.688-0.719-1.141 0-0.625 0.172-1.25 0.406-1.813l6.516-16.312c0.156-0.391 0.578-0.734 1-0.734h5.297c-0.266 0-0.516 0.219-0.531 0.5l-0.234 3c-0.016 0.281 0.187 0.5 0.469 0.5h2.594c0.281 0 0.484-0.219 0.469-0.5l-0.234-3c-0.016-0.281-0.266-0.5-0.531-0.5h5.297c0.422 0 0.844 0.344 1 0.734l6.516 16.312c0.234 0.562 0.406 1.188 0.406 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-download\" viewBox=\"0 0 26 28\">\n<title>download</title>\n<path d=\"M20 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 17.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h7.266l2.109 2.125c0.578 0.562 1.328 0.875 2.125 0.875s1.547-0.313 2.125-0.875l2.125-2.125h7.25c0.828 0 1.5 0.672 1.5 1.5zM20.922 8.609c0.156 0.375 0.078 0.812-0.219 1.094l-7 7c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-7-7c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h4v-7c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1v7h4c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-down</title>\n<path d=\"M17.5 14.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-5.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v5.5h3c0.281 0 0.5 0.219 0.5 0.5zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-up</title>\n<path d=\"M17.469 13.687c-0.078 0.187-0.266 0.313-0.469 0.313h-3v5.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-3c-0.281 0-0.5-0.219-0.5-0.5 0-0.141 0.063-0.266 0.156-0.375l4.984-4.984c0.109-0.094 0.234-0.141 0.359-0.141s0.25 0.047 0.359 0.141l5 5c0.141 0.156 0.187 0.359 0.109 0.547zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inbox\" viewBox=\"0 0 24 28\">\n<title>inbox</title>\n<path d=\"M15.984 15h4.937c-0.031-0.078-0.047-0.172-0.078-0.25l-3.313-7.75h-11.062l-3.313 7.75c-0.031 0.078-0.047 0.172-0.078 0.25h4.937l1.484 3h5zM24 15.469v7.531c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-7.531c0-0.562 0.172-1.391 0.391-1.922l3.719-8.625c0.219-0.516 0.844-0.922 1.391-0.922h13c0.547 0 1.172 0.406 1.391 0.922l3.719 8.625c0.219 0.531 0.391 1.359 0.391 1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle-o\" viewBox=\"0 0 24 28\">\n<title>play-circle-o</title>\n<path d=\"M18.5 14c0 0.359-0.187 0.688-0.5 0.859l-8.5 5c-0.156 0.094-0.328 0.141-0.5 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-10c0-0.359 0.187-0.688 0.5-0.875 0.313-0.172 0.703-0.172 1 0.016l8.5 5c0.313 0.172 0.5 0.5 0.5 0.859zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-repeat\" viewBox=\"0 0 24 28\">\n<title>repeat</title>\n<path d=\"M24 4v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.156-2.156c-1.469-1.359-3.406-2.141-5.453-2.141-4.406 0-8 3.594-8 8s3.594 8 8 8c2.484 0 4.781-1.125 6.312-3.109 0.078-0.109 0.219-0.172 0.359-0.187 0.141 0 0.281 0.047 0.391 0.141l2.141 2.156c0.187 0.172 0.187 0.469 0.031 0.672-2.281 2.75-5.656 4.328-9.234 4.328-6.609 0-12-5.391-12-12s5.391-12 12-12c3.078 0 6.062 1.234 8.266 3.313l2.031-2.016c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-refresh\" viewBox=\"0 0 24 28\">\n<title>refresh</title>\n<path d=\"M23.609 16.5c0 0.031 0 0.078-0.016 0.109-1.328 5.531-5.891 9.391-11.656 9.391-3.047 0-6-1.203-8.219-3.313l-2.016 2.016c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-2.141 2.141c1.469 1.375 3.422 2.156 5.437 2.156 2.781 0 5.359-1.437 6.813-3.813 0.375-0.609 0.562-1.203 0.828-1.828 0.078-0.219 0.234-0.359 0.469-0.359h3c0.281 0 0.5 0.234 0.5 0.5zM24 4v7c0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l2.156-2.156c-1.484-1.375-3.437-2.141-5.453-2.141-2.781 0-5.359 1.437-6.813 3.813-0.375 0.609-0.562 1.203-0.828 1.828-0.078 0.219-0.234 0.359-0.469 0.359h-3.109c-0.281 0-0.5-0.234-0.5-0.5v-0.109c1.344-5.547 5.953-9.391 11.719-9.391 3.063 0 6.047 1.219 8.266 3.313l2.031-2.016c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-alt\" viewBox=\"0 0 28 28\">\n<title>list-alt</title>\n<path d=\"M6 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM24 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM26 21.5v-13c0-0.266-0.234-0.5-0.5-0.5h-23c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lock\" viewBox=\"0 0 18 28\">\n<title>lock</title>\n<path d=\"M5 12h8v-3c0-2.203-1.797-4-4-4s-4 1.797-4 4v3zM18 13.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-3c0-3.844 3.156-7 7-7s7 3.156 7 7v3h0.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag\" viewBox=\"0 0 29 28\">\n<title>flag</title>\n<path d=\"M5 4c0 0.719-0.391 1.359-1 1.719v19.781c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-19.781c-0.609-0.359-1-1-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.578-0.359 0.797-0.812 1.031-1.766 0.953-3.719 1.813-5.766 1.813-2.875 0-4.25-2.188-7.656-2.188-2.484 0-5.094 1.125-7.25 2.281-0.172 0.094-0.328 0.141-0.516 0.141-0.547 0-1-0.453-1-1v-11.594c0-0.375 0.187-0.641 0.484-0.859 0.375-0.25 0.828-0.469 1.234-0.672 1.969-1 4.359-1.875 6.578-1.875 2.453 0 4.375 0.812 6.547 1.828 0.438 0.219 0.891 0.297 1.375 0.297 2.453 0 5.094-2.125 5.781-2.125 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-headphones\" viewBox=\"0 0 26 28\">\n<title>headphones</title>\n<path d=\"M26 13.844c0 1.703-0.313 3.359-0.938 4.906l-0.313 0.766-2.891 0.516c-0.453 1.703-2 2.969-3.859 2.969v0.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v0.5c1.5 0 2.797 0.828 3.484 2.047l1.062-0.187c0.297-0.969 0.453-1.969 0.453-3.016 0-4.719-4.672-8.844-10-8.844s-10 4.125-10 8.844c0 1.047 0.156 2.047 0.453 3.016l1.062 0.187c0.688-1.219 1.984-2.047 3.484-2.047v-0.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-0.5c-1.859 0-3.406-1.266-3.859-2.969l-2.891-0.516-0.313-0.766c-0.625-1.547-0.938-3.203-0.938-4.906 0-6.422 5.953-11.844 13-11.844s13 5.422 13 11.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-off\" viewBox=\"0 0 12 28\">\n<title>volume-off</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-down\" viewBox=\"0 0 18 28\">\n<title>volume-down</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-up\" viewBox=\"0 0 26 28\">\n<title>volume-up</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672zM22 14c0 3.172-1.906 6.125-4.844 7.359-0.125 0.047-0.266 0.078-0.391 0.078-0.562 0-1.016-0.453-1.016-1 0-0.438 0.25-0.734 0.609-0.922 0.422-0.219 0.812-0.406 1.188-0.688 1.547-1.125 2.453-2.922 2.453-4.828s-0.906-3.703-2.453-4.828c-0.375-0.281-0.766-0.469-1.188-0.688-0.359-0.187-0.609-0.484-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 2.938 1.234 4.844 4.188 4.844 7.359zM26 14c0 4.797-2.859 9.141-7.266 11.031-0.125 0.047-0.266 0.078-0.406 0.078-0.547 0-1-0.453-1-1 0-0.453 0.234-0.703 0.609-0.922 0.219-0.125 0.469-0.203 0.703-0.328 0.438-0.234 0.875-0.5 1.281-0.797 2.562-1.891 4.078-4.875 4.078-8.062s-1.516-6.172-4.078-8.062c-0.406-0.297-0.844-0.562-1.281-0.797-0.234-0.125-0.484-0.203-0.703-0.328-0.375-0.219-0.609-0.469-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 4.406 1.891 7.266 6.234 7.266 11.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qrcode\" viewBox=\"0 0 22 28\">\n<title>qrcode</title>\n<path d=\"M6 18v2h-2v-2h2zM6 6v2h-2v-2h2zM18 6v2h-2v-2h2zM2 21.984h6v-5.984h-6v5.984zM2 10h6v-6h-6v6zM14 10h6v-6h-6v6zM10 14v10h-10v-10h10zM18 22v2h-2v-2h2zM22 22v2h-2v-2h2zM22 14v6h-6v-2h-2v6h-2v-10h6v2h2v-2h2zM10 2v10h-10v-10h10zM22 2v10h-10v-10h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-barcode\" viewBox=\"0 0 28 28\">\n<title>barcode</title>\n<path d=\"M0.984 24h-0.984v-22h0.984v22zM1.969 23.984h-0.5v-21.984h0.5v21.984zM3.437 23.984h-0.484v-21.984h0.484v21.984zM5.891 23.984h-0.484v-21.984h0.484v21.984zM8.344 23.984h-0.969v-21.984h0.969v21.984zM10.313 23.984h-0.484v-21.984h0.484v21.984zM11.297 23.984h-0.484v-21.984h0.484v21.984zM12.281 23.984h-0.484v-21.984h0.484v21.984zM14.734 23.984h-0.984v-21.984h0.984v21.984zM17.187 23.984h-0.984v-21.984h0.984v21.984zM19.156 23.984h-0.984v-21.984h0.984v21.984zM21.125 23.984h-0.984v-21.984h0.984v21.984zM22.594 23.984h-0.984v-21.984h0.984v21.984zM25.547 23.984h-1.469v-21.984h1.469v21.984zM26.531 23.984h-0.5v-21.984h0.5v21.984zM28 24h-0.984v-22h0.984v22z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tag\" viewBox=\"0 0 24 28\">\n<title>tag</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tags\" viewBox=\"0 0 30 28\">\n<title>tags</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422zM29.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578-0.812 0-1.219-0.375-1.75-0.922l7.344-7.344c0.359-0.359 0.578-0.875 0.578-1.406s-0.219-1.047-0.578-1.422l-11.172-11.156c-0.797-0.797-2.312-1.422-3.422-1.422h3.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-book\" viewBox=\"0 0 26 28\">\n<title>book</title>\n<path d=\"M25.609 7.469c0.391 0.562 0.5 1.297 0.281 2.016l-4.297 14.156c-0.391 1.328-1.766 2.359-3.109 2.359h-14.422c-1.594 0-3.297-1.266-3.875-2.891-0.25-0.703-0.25-1.391-0.031-1.984 0.031-0.313 0.094-0.625 0.109-1 0.016-0.25-0.125-0.453-0.094-0.641 0.063-0.375 0.391-0.641 0.641-1.062 0.469-0.781 1-2.047 1.172-2.859 0.078-0.297-0.078-0.641 0-0.906 0.078-0.297 0.375-0.516 0.531-0.797 0.422-0.719 0.969-2.109 1.047-2.844 0.031-0.328-0.125-0.688-0.031-0.938 0.109-0.359 0.453-0.516 0.688-0.828 0.375-0.516 1-2 1.094-2.828 0.031-0.266-0.125-0.531-0.078-0.812 0.063-0.297 0.438-0.609 0.688-0.969 0.656-0.969 0.781-3.109 2.766-2.547l-0.016 0.047c0.266-0.063 0.531-0.141 0.797-0.141h11.891c0.734 0 1.391 0.328 1.781 0.875 0.406 0.562 0.5 1.297 0.281 2.031l-4.281 14.156c-0.734 2.406-1.141 2.938-3.125 2.938h-13.578c-0.203 0-0.453 0.047-0.594 0.234-0.125 0.187-0.141 0.328-0.016 0.672 0.313 0.906 1.391 1.094 2.25 1.094h14.422c0.578 0 1.25-0.328 1.422-0.891l4.688-15.422c0.094-0.297 0.094-0.609 0.078-0.891 0.359 0.141 0.688 0.359 0.922 0.672zM8.984 7.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5zM7.688 11.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark\" viewBox=\"0 0 20 28\">\n<title>bookmark</title>\n<path d=\"M18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-print\" viewBox=\"0 0 26 28\">\n<title>print</title>\n<path d=\"M6 24h14v-4h-14v4zM6 14h14v-6h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v10zM24 15c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 15v6.5c0 0.266-0.234 0.5-0.5 0.5h-3.5v2.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-6.5c0-1.641 1.359-3 3-3h1v-8.5c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.969 0.469 2.562 1.062l2.375 2.375c0.594 0.594 1.062 1.734 1.062 2.562v4h1c1.641 0 3 1.359 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera\" viewBox=\"0 0 30 28\">\n<title>camera</title>\n<path d=\"M15 10.5c2.484 0 4.5 2.016 4.5 4.5s-2.016 4.5-4.5 4.5-4.5-2.016-4.5-4.5 2.016-4.5 4.5-4.5zM26 4c2.203 0 4 1.797 4 4v14c0 2.203-1.797 4-4 4h-22c-2.203 0-4-1.797-4-4v-14c0-2.203 1.797-4 4-4h3.5l0.797-2.125c0.391-1.031 1.609-1.875 2.703-1.875h8c1.094 0 2.312 0.844 2.703 1.875l0.797 2.125h3.5zM15 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-font\" viewBox=\"0 0 26 28\">\n<title>font</title>\n<path d=\"M11.328 8.734l-2.656 7.031c1.547 0.016 3.094 0.063 4.641 0.063 0.297 0 0.594-0.016 0.891-0.031-0.812-2.375-1.766-4.797-2.875-7.063zM0 26l0.031-1.234c1.469-0.453 3.063-0.141 3.719-1.828l3.703-9.625 4.375-11.312h2c0.063 0.109 0.125 0.219 0.172 0.328l3.203 7.5c1.172 2.766 2.25 5.563 3.437 8.313 0.703 1.625 1.25 3.297 2.031 4.891 0.109 0.25 0.328 0.719 0.547 0.891 0.516 0.406 1.953 0.5 2.688 0.781 0.047 0.297 0.094 0.594 0.094 0.891 0 0.141-0.016 0.266-0.016 0.406-1.984 0-3.969-0.25-5.953-0.25-2.047 0-4.094 0.172-6.141 0.234 0-0.406 0.016-0.812 0.063-1.219l2.047-0.438c0.422-0.094 1.25-0.203 1.25-0.781 0-0.562-2.016-5.203-2.266-5.844l-7.031-0.031c-0.406 0.906-1.984 5-1.984 5.594 0 1.203 2.297 1.25 3.187 1.375 0.016 0.297 0.016 0.594 0.016 0.906 0 0.141-0.016 0.281-0.031 0.422-1.813 0-3.641-0.313-5.453-0.313-0.219 0-0.531 0.094-0.75 0.125-0.984 0.172-1.953 0.219-2.938 0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bold\" viewBox=\"0 0 22 28\">\n<title>bold</title>\n<path d=\"M8.672 23.766c0.688 0.297 1.437 0.5 2.188 0.5 3.563 0 5.875-1.422 5.875-5.234 0-0.969-0.125-1.984-0.641-2.812-1.453-2.344-3.547-2.469-6.062-2.469-0.469 0-1.141 0-1.578 0.156 0 1.656-0.016 3.313-0.016 4.953 0 1.078-0.141 4 0.234 4.906zM8.453 12.109c0.562 0.094 1.141 0.109 1.703 0.109 3.219 0 5.516-0.906 5.516-4.516 0-3.047-2.703-4.094-5.313-4.094-0.688 0-1.359 0.094-2.031 0.203 0 1.578 0.125 3.156 0.125 4.734 0 0.828-0.016 1.656-0.016 2.484 0 0.359 0 0.719 0.016 1.078zM0 26l0.031-1.469c1-0.25 2.016-0.266 2.984-0.672 0.547-0.922 0.469-2.547 0.469-3.594 0-0.344 0.031-15.281-0.344-16.016-0.234-0.453-2.531-0.562-3.047-0.625l-0.063-1.297c3.719-0.063 7.438-0.328 11.141-0.328 0.703 0 1.422 0.016 2.125 0.016 3.531 0 7.422 1.687 7.422 5.75 0 2.797-2.125 3.844-4.328 4.844 2.969 0.672 5.609 2.688 5.609 5.969 0 5.375-4.891 7.156-9.469 7.156-1.375 0-2.75-0.094-4.125-0.094-2.797 0-5.625 0.25-8.406 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-italic\" viewBox=\"0 0 16 28\">\n<title>italic</title>\n<path d=\"M0 25.969l0.266-1.328c1-0.313 2.078-0.438 3.016-0.922 0.359-0.453 0.531-1.031 0.641-1.578 0.203-1.062 3.609-16.391 3.563-17.641v-0.391c-0.859-0.469-1.906-0.344-2.844-0.5l0.297-1.609c2.016 0.094 4.062 0.25 6.094 0.25 1.656 0 3.313-0.156 4.969-0.25-0.063 0.469-0.172 0.938-0.297 1.391-1.078 0.375-2.219 0.547-3.281 0.969-0.344 0.844-0.422 1.766-0.578 2.656-0.75 4.047-1.75 8.094-2.578 12.109-0.156 0.75-0.922 3.859-0.859 4.516l0.016 0.281c0.953 0.219 1.922 0.328 2.891 0.484-0.031 0.516-0.125 1.031-0.25 1.547-0.344 0-0.672 0.047-1.016 0.047-0.891 0-1.813-0.297-2.703-0.313-1.078-0.016-2.156-0.031-3.219-0.031-1.391 0-2.75 0.234-4.125 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-height\" viewBox=\"0 0 28 28\">\n<title>text-height</title>\n<path d=\"M27.25 22c0.688 0 0.906 0.438 0.484 0.984l-1.969 2.531c-0.422 0.547-1.109 0.547-1.531 0l-1.969-2.531c-0.422-0.547-0.203-0.984 0.484-0.984h1.25v-16h-1.25c-0.688 0-0.906-0.438-0.484-0.984l1.969-2.531c0.422-0.547 1.109-0.547 1.531 0l1.969 2.531c0.422 0.547 0.203 0.984-0.484 0.984h-1.25v16h1.25zM1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 1.125 0 2.234 0.016 3.359 0.016h4.578c0.625 0 0.984 0.141 1.406-0.453l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.547 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.484-2.422-0.516-2.453-0.328-0.406-0.688-0.328-1.172-0.328-1.422 0-2.906-0.063-4.312 0.109-0.078 0.688-0.141 1.422-0.125 2.125 0.016 4.391 0.063 8.781 0.063 13.172 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.344-0.766 0.297-5 0.297-5.984 0-3.156-0.094-6.312-0.094-9.469v-1.828c0-0.281 0.063-1.406-0.125-1.625-0.219-0.234-2.266-0.187-2.531-0.187-0.578 0-2.25 0.266-2.703 0.594-0.75 0.516-0.75 3.641-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-width\" viewBox=\"0 0 24 28\">\n<title>text-width</title>\n<path d=\"M1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 4.141 0 8.328-0.094 12.469 0.047 0.344 0.016 0.672-0.203 0.875-0.484l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.562 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.5-2.422-0.516-2.453-0.109-0.141-0.25-0.234-0.422-0.297-0.125-0.047-0.875-0.031-1.031-0.031-1.922 0-4.141-0.109-6.031 0.109-0.078 0.688-0.141 1.422-0.125 2.125l0.016 2.375v-0.812c0.016 2.547 0.047 5.078 0.047 7.609 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.391-0.875 0.281-8.266 0.281-9.641 0-0.219-0.078-0.453-0.078-0.688 0-0.641 0.109-4.312-0.125-4.578-0.219-0.234-2.266-0.187-2.531-0.187-0.656 0-4.328 0.344-4.703 0.594-0.734 0.484-0.75 3.625-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984zM20.469 22.047c0.547 0 2.625 1.859 3.047 2.188 0.234 0.187 0.406 0.453 0.406 0.766s-0.172 0.578-0.406 0.766c-0.422 0.328-2.5 2.188-3.047 2.188-0.719 0-0.469-1.672-0.469-1.953h-16c0 0.281 0.25 1.953-0.469 1.953-0.547 0-2.625-1.859-3.047-2.188-0.234-0.187-0.406-0.453-0.406-0.766s0.172-0.578 0.406-0.766c0.422-0.328 2.5-2.188 3.047-2.188 0.719 0 0.469 1.672 0.469 1.953h16c0-0.281-0.25-1.953 0.469-1.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-left\" viewBox=\"0 0 28 28\">\n<title>align-left</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-center\" viewBox=\"0 0 28 28\">\n<title>align-center</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h10c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-right\" viewBox=\"0 0 28 28\">\n<title>align-right</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-justify\" viewBox=\"0 0 28 28\">\n<title>align-justify</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list\" viewBox=\"0 0 28 28\">\n<title>list</title>\n<path d=\"M4 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM4 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dedent\" viewBox=\"0 0 28 28\">\n<title>dedent</title>\n<path d=\"M6 8.5v9c0 0.266-0.234 0.5-0.5 0.5-0.125 0-0.266-0.047-0.359-0.141l-4.5-4.5c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l4.5-4.5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-indent\" viewBox=\"0 0 28 28\">\n<title>indent</title>\n<path d=\"M5.5 13c0 0.125-0.047 0.266-0.141 0.359l-4.5 4.5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-9c0-0.266 0.234-0.5 0.5-0.5 0.125 0 0.266 0.047 0.359 0.141l4.5 4.5c0.094 0.094 0.141 0.234 0.141 0.359zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-video-camera\" viewBox=\"0 0 28 28\">\n<title>video-camera</title>\n<path d=\"M28 5.5v17c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-6.297-6.297v2.594c0 2.484-2.016 4.5-4.5 4.5h-11c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h11c2.484 0 4.5 2.016 4.5 4.5v2.578l6.297-6.281c0.187-0.203 0.438-0.297 0.703-0.297 0.125 0 0.266 0.031 0.391 0.078 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-image\" viewBox=\"0 0 30 28\">\n<title>image</title>\n<path d=\"M10 9c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 15v7h-22v-3l5-5 2.5 2.5 8-8zM27.5 4h-25c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5v-19c0-0.266-0.234-0.5-0.5-0.5zM30 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil\" viewBox=\"0 0 24 28\">\n<title>pencil</title>\n<path d=\"M5.672 24l1.422-1.422-3.672-3.672-1.422 1.422v1.672h2v2h1.672zM13.844 9.5c0-0.203-0.141-0.344-0.344-0.344-0.094 0-0.187 0.031-0.266 0.109l-8.469 8.469c-0.078 0.078-0.109 0.172-0.109 0.266 0 0.203 0.141 0.344 0.344 0.344 0.094 0 0.187-0.031 0.266-0.109l8.469-8.469c0.078-0.078 0.109-0.172 0.109-0.266zM13 6.5l6.5 6.5-13 13h-6.5v-6.5zM23.672 8c0 0.531-0.219 1.047-0.578 1.406l-2.594 2.594-6.5-6.5 2.594-2.578c0.359-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l3.672 3.656c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-marker\" viewBox=\"0 0 16 28\">\n<title>map-marker</title>\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adjust\" viewBox=\"0 0 24 28\">\n<title>adjust</title>\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tint\" viewBox=\"0 0 16 28\">\n<title>tint</title>\n<path d=\"M8 18c0-0.391-0.125-0.766-0.313-1.078-0.203-0.313-1.031-1.375-1.359-2.422-0.047-0.172-0.203-0.25-0.328-0.25s-0.281 0.078-0.328 0.25c-0.328 1.047-1.156 2.109-1.359 2.422-0.187 0.313-0.313 0.688-0.313 1.078 0 1.109 0.891 2 2 2s2-0.891 2-2zM16 16c0 4.422-3.578 8-8 8s-8-3.578-8-8c0-1.578 0.484-3.047 1.266-4.297 0.797-1.25 4.141-5.484 5.406-9.703 0.203-0.672 0.828-1 1.328-1s1.141 0.328 1.328 1c1.266 4.219 4.609 8.453 5.406 9.703s1.266 2.719 1.266 4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edit\" viewBox=\"0 0 28 28\">\n<title>edit</title>\n<path d=\"M13.875 18.5l1.813-1.813-2.375-2.375-1.813 1.813v0.875h1.5v1.5h0.875zM20.75 7.25c-0.141-0.141-0.375-0.125-0.516 0.016l-5.469 5.469c-0.141 0.141-0.156 0.375-0.016 0.516s0.375 0.125 0.516-0.016l5.469-5.469c0.141-0.141 0.156-0.375 0.016-0.516zM22 16.531v2.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.141 0.141-0.328 0.187-0.5 0.125-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-1.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.156-0.156 0.359-0.187 0.547-0.109s0.313 0.25 0.313 0.453zM20.5 5l4.5 4.5-10.5 10.5h-4.5v-4.5zM27.438 7.063l-1.437 1.437-4.5-4.5 1.437-1.437c0.578-0.578 1.547-0.578 2.125 0l2.375 2.375c0.578 0.578 0.578 1.547 0 2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square-o\" viewBox=\"0 0 26 28\">\n<title>share-square-o</title>\n<path d=\"M22 15.453v4.047c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h3.984c0.266 0 0.5 0.219 0.5 0.5 0 0.25-0.172 0.453-0.406 0.5-0.781 0.266-1.484 0.578-2.078 0.938-0.078 0.031-0.156 0.063-0.25 0.063h-1.75c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.344c0-0.187 0.109-0.359 0.281-0.453 0.313-0.141 0.594-0.344 0.844-0.578 0.141-0.141 0.359-0.203 0.547-0.125s0.328 0.25 0.328 0.453zM25.703 7.703l-6 6c-0.187 0.203-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.391-0.078-0.359-0.156-0.609-0.516-0.609-0.922v-3h-2.5c-3.437 0-5.625 0.656-6.844 2.047-1.266 1.453-1.641 3.797-1.156 7.391 0.031 0.219-0.109 0.438-0.313 0.531-0.063 0.016-0.125 0.031-0.187 0.031-0.156 0-0.313-0.078-0.406-0.203-0.109-0.156-2.594-3.672-2.594-6.797 0-4.188 1.313-9 11.5-9h2.5v-3c0-0.406 0.25-0.766 0.609-0.922 0.125-0.047 0.266-0.078 0.391-0.078 0.266 0 0.516 0.109 0.703 0.297l6 6c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square-o\" viewBox=\"0 0 26 28\">\n<title>check-square-o</title>\n<path d=\"M22 14.531v4.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.094 0.094-0.234 0.156-0.359 0.156-0.047 0-0.094-0.016-0.141-0.031-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.109-0.109 0.234-0.156 0.359-0.156 0.063 0 0.125 0.016 0.187 0.047 0.187 0.078 0.313 0.25 0.313 0.453zM25.609 6.891l-12.719 12.719c-0.5 0.5-1.281 0.5-1.781 0l-6.719-6.719c-0.5-0.5-0.5-1.281 0-1.781l1.719-1.719c0.5-0.5 1.281-0.5 1.781 0l4.109 4.109 10.109-10.109c0.5-0.5 1.281-0.5 1.781 0l1.719 1.719c0.5 0.5 0.5 1.281 0 1.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows\" viewBox=\"0 0 28 28\">\n<title>arrows</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-6v6h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-6h-6v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h6v-6h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-2v6h6v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-backward\" viewBox=\"0 0 16 28\">\n<title>step-backward</title>\n<path d=\"M15.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-backward\" viewBox=\"0 0 28 28\">\n<title>fast-backward</title>\n<path d=\"M27.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-backward\" viewBox=\"0 0 28 28\">\n<title>backward</title>\n<path d=\"M25.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.391-0.391-0.391-1.016 0-1.406l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play\" viewBox=\"0 0 22 28\">\n<title>play</title>\n<path d=\"M21.625 14.484l-20.75 11.531c-0.484 0.266-0.875 0.031-0.875-0.516v-23c0-0.547 0.391-0.781 0.875-0.516l20.75 11.531c0.484 0.266 0.484 0.703 0 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause\" viewBox=\"0 0 24 28\">\n<title>pause</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1zM10 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop\" viewBox=\"0 0 24 28\">\n<title>stop</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forward\" viewBox=\"0 0 24 28\">\n<title>forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.391 0.391 0.391 1.016 0 1.406l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-forward\" viewBox=\"0 0 28 28\">\n<title>fast-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-forward\" viewBox=\"0 0 16 28\">\n<title>step-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eject\" viewBox=\"0 0 24 28\">\n<title>eject</title>\n<path d=\"M0.219 15.297l11.094-11.094c0.391-0.391 1.016-0.391 1.406 0l11.094 11.094c0.391 0.391 0.25 0.703-0.297 0.703h-23c-0.547 0-0.688-0.313-0.297-0.703zM23.016 24h-22c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-left\" viewBox=\"0 0 21 28\">\n<title>chevron-left</title>\n<path d=\"M18.297 4.703l-8.297 8.297 8.297 8.297c0.391 0.391 0.391 1.016 0 1.406l-2.594 2.594c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.594c-0.391-0.391-0.391-1.016 0-1.406l11.594-11.594c0.391-0.391 1.016-0.391 1.406 0l2.594 2.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-right\" viewBox=\"0 0 19 28\">\n<title>chevron-right</title>\n<path d=\"M17.297 13.703l-11.594 11.594c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.594c-0.391-0.391-0.391-1.016 0-1.406l8.297-8.297-8.297-8.297c-0.391-0.391-0.391-1.016 0-1.406l2.594-2.594c0.391-0.391 1.016-0.391 1.406 0l11.594 11.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-circle\" viewBox=\"0 0 24 28\">\n<title>plus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-4v-4c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v4h-4c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h4v4c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-4h4c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-circle\" viewBox=\"0 0 24 28\">\n<title>minus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle\" viewBox=\"0 0 24 28\">\n<title>times-circle</title>\n<path d=\"M17.953 17.531c0-0.266-0.109-0.516-0.297-0.703l-2.828-2.828 2.828-2.828c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.531-0.297-0.719l-1.406-1.406c-0.187-0.187-0.453-0.297-0.719-0.297s-0.516 0.109-0.703 0.297l-2.828 2.828-2.828-2.828c-0.187-0.187-0.438-0.297-0.703-0.297s-0.531 0.109-0.719 0.297l-1.406 1.406c-0.187 0.187-0.297 0.453-0.297 0.719s0.109 0.516 0.297 0.703l2.828 2.828-2.828 2.828c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.531 0.297 0.719l1.406 1.406c0.187 0.187 0.453 0.297 0.719 0.297s0.516-0.109 0.703-0.297l2.828-2.828 2.828 2.828c0.187 0.187 0.438 0.297 0.703 0.297s0.531-0.109 0.719-0.297l1.406-1.406c0.187-0.187 0.297-0.453 0.297-0.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle\" viewBox=\"0 0 24 28\">\n<title>check-circle</title>\n<path d=\"M20.062 11.469c0-0.266-0.094-0.531-0.281-0.719l-1.422-1.406c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-6.375 6.359-3.531-3.531c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.406c-0.187 0.187-0.281 0.453-0.281 0.719s0.094 0.516 0.281 0.703l5.656 5.656c0.187 0.187 0.453 0.297 0.703 0.297 0.266 0 0.531-0.109 0.719-0.297l8.484-8.484c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle\" viewBox=\"0 0 24 28\">\n<title>question-circle</title>\n<path d=\"M14 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM18 11c0-2.859-3-5-5.688-5-2.547 0-4.453 1.094-5.797 3.328-0.141 0.219-0.078 0.5 0.125 0.656l2.063 1.563c0.078 0.063 0.187 0.094 0.297 0.094 0.141 0 0.297-0.063 0.391-0.187 0.734-0.938 1.047-1.219 1.344-1.437 0.266-0.187 0.781-0.375 1.344-0.375 1 0 1.922 0.641 1.922 1.328 0 0.812-0.422 1.219-1.375 1.656-1.109 0.5-2.625 1.797-2.625 3.313v0.562c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v0c0-0.359 0.453-1.125 1.188-1.547 1.188-0.672 2.812-1.578 2.812-3.953zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info-circle\" viewBox=\"0 0 24 28\">\n<title>info-circle</title>\n<path d=\"M16 21.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-1.5v-8c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h1.5v5h-1.5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h7c0.281 0 0.5-0.219 0.5-0.5zM14 7.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crosshairs\" viewBox=\"0 0 24 28\">\n<title>crosshairs</title>\n<path d=\"M18.703 16h-1.703c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1.703c-0.672-2.25-2.453-4.031-4.703-4.703v1.703c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-1.703c-2.25 0.672-4.031 2.453-4.703 4.703h1.703c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1.703c0.672 2.25 2.453 4.031 4.703 4.703v-1.703c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1.703c2.25-0.672 4.031-2.453 4.703-4.703zM24 13v2c0 0.547-0.453 1-1 1h-2.234c-0.766 3.359-3.406 6-6.766 6.766v2.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-2.234c-3.359-0.766-6-3.406-6.766-6.766h-2.234c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h2.234c0.766-3.359 3.406-6 6.766-6.766v-2.234c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v2.234c3.359 0.766 6 3.406 6.766 6.766h2.234c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle-o\" viewBox=\"0 0 24 28\">\n<title>times-circle-o</title>\n<path d=\"M17.141 16.859l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.141-2.141-2.141 2.141c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.141-2.141-2.141-2.141c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.141 2.141 2.141-2.141c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.141 2.141 2.141 2.141c0.203 0.203 0.203 0.516 0 0.719zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle-o\" viewBox=\"0 0 24 28\">\n<title>check-circle-o</title>\n<path d=\"M18.297 12.703l-6.594 6.594c-0.391 0.391-1.016 0.391-1.406 0l-4.594-4.594c-0.391-0.391-0.391-1.016 0-1.406l1.594-1.594c0.391-0.391 1.016-0.391 1.406 0l2.297 2.297 4.297-4.297c0.391-0.391 1.016-0.391 1.406 0l1.594 1.594c0.391 0.391 0.391 1.016 0 1.406zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ban\" viewBox=\"0 0 24 28\">\n<title>ban</title>\n<path d=\"M20.5 13.953c0-1.703-0.5-3.281-1.359-4.609l-11.781 11.766c1.344 0.875 2.938 1.391 4.641 1.391 4.688 0 8.5-3.828 8.5-8.547zM4.891 18.625l11.797-11.781c-1.344-0.906-2.953-1.422-4.688-1.422-4.688 0-8.5 3.828-8.5 8.531 0 1.734 0.516 3.328 1.391 4.672zM24 13.953c0 6.656-5.375 12.047-12 12.047s-12-5.391-12-12.047c0-6.641 5.375-12.031 12-12.031s12 5.391 12 12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-left\" viewBox=\"0 0 25 28\">\n<title>arrow-left</title>\n<path d=\"M24 14v2c0 1.062-0.703 2-1.828 2h-11l4.578 4.594c0.375 0.359 0.594 0.875 0.594 1.406s-0.219 1.047-0.594 1.406l-1.172 1.188c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-10.172-10.187c-0.359-0.359-0.578-0.875-0.578-1.406s0.219-1.047 0.578-1.422l10.172-10.156c0.375-0.375 0.891-0.594 1.422-0.594s1.031 0.219 1.406 0.594l1.172 1.156c0.375 0.375 0.594 0.891 0.594 1.422s-0.219 1.047-0.594 1.422l-4.578 4.578h11c1.125 0 1.828 0.938 1.828 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-right\" viewBox=\"0 0 23 28\">\n<title>arrow-right</title>\n<path d=\"M23 15c0 0.531-0.203 1.047-0.578 1.422l-10.172 10.172c-0.375 0.359-0.891 0.578-1.422 0.578s-1.031-0.219-1.406-0.578l-1.172-1.172c-0.375-0.375-0.594-0.891-0.594-1.422s0.219-1.047 0.594-1.422l4.578-4.578h-11c-1.125 0-1.828-0.938-1.828-2v-2c0-1.062 0.703-2 1.828-2h11l-4.578-4.594c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.406l1.172-1.172c0.375-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l10.172 10.172c0.375 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-up\" viewBox=\"0 0 26 28\">\n<title>arrow-up</title>\n<path d=\"M25.172 15.172c0 0.531-0.219 1.031-0.578 1.406l-1.172 1.172c-0.375 0.375-0.891 0.594-1.422 0.594s-1.047-0.219-1.406-0.594l-4.594-4.578v11c0 1.125-0.938 1.828-2 1.828h-2c-1.062 0-2-0.703-2-1.828v-11l-4.594 4.578c-0.359 0.375-0.875 0.594-1.406 0.594s-1.047-0.219-1.406-0.594l-1.172-1.172c-0.375-0.375-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.172-10.172c0.359-0.375 0.875-0.578 1.406-0.578s1.047 0.203 1.422 0.578l10.172 10.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-down\" viewBox=\"0 0 26 28\">\n<title>arrow-down</title>\n<path d=\"M25.172 13c0 0.531-0.219 1.047-0.578 1.406l-10.172 10.187c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-10.172-10.187c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l1.156-1.172c0.375-0.359 0.891-0.578 1.422-0.578s1.047 0.219 1.406 0.578l4.594 4.594v-11c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v11l4.594-4.594c0.359-0.359 0.875-0.578 1.406-0.578s1.047 0.219 1.422 0.578l1.172 1.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-forward\" viewBox=\"0 0 28 28\">\n<title>mail-forward</title>\n<path d=\"M28 10c0 0.266-0.109 0.516-0.297 0.703l-8 8c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4h-3.5c-6.734 0-11.156 1.297-11.156 8.75 0 0.641 0.031 1.281 0.078 1.922 0.016 0.25 0.078 0.531 0.078 0.781 0 0.297-0.187 0.547-0.5 0.547-0.219 0-0.328-0.109-0.438-0.266-0.234-0.328-0.406-0.828-0.578-1.188-0.891-2-1.984-4.859-1.984-7.047 0-1.75 0.172-3.547 0.828-5.203 2.172-5.391 8.547-6.297 13.672-6.297h3.5v-4c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8 8c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expand\" viewBox=\"0 0 24 28\">\n<title>expand</title>\n<path d=\"M11.797 16.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359zM24 3v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compress\" viewBox=\"0 0 24 28\">\n<title>compress</title>\n<path d=\"M12 15v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1zM23.797 4.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-circle\" viewBox=\"0 0 24 28\">\n<title>exclamation-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM14 21.484v-2.969c0-0.281-0.219-0.516-0.484-0.516h-3c-0.281 0-0.516 0.234-0.516 0.516v2.969c0 0.281 0.234 0.516 0.516 0.516h3c0.266 0 0.484-0.234 0.484-0.516zM13.969 16.109l0.281-9.703c0-0.109-0.047-0.219-0.156-0.281-0.094-0.078-0.234-0.125-0.375-0.125h-3.437c-0.141 0-0.281 0.047-0.375 0.125-0.109 0.063-0.156 0.172-0.156 0.281l0.266 9.703c0 0.219 0.234 0.391 0.531 0.391h2.891c0.281 0 0.516-0.172 0.531-0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gift\" viewBox=\"0 0 24 28\">\n<title>gift</title>\n<path d=\"M14.5 21.187v-11.188h-5v11.188c0 0.547 0.453 0.812 1 0.812h3c0.547 0 1-0.266 1-0.812zM7.375 8h3.047l-1.969-2.516c-0.172-0.203-0.547-0.484-1.078-0.484-0.828 0-1.5 0.672-1.5 1.5s0.672 1.5 1.5 1.5zM18.125 6.5c0-0.828-0.672-1.5-1.5-1.5-0.531 0-0.906 0.281-1.078 0.484l-1.953 2.516h3.031c0.828 0 1.5-0.672 1.5-1.5zM24 10.5v5c0 0.281-0.219 0.5-0.5 0.5h-1.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-17c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h6.875c-1.937 0-3.5-1.563-3.5-3.5s1.563-3.5 3.5-3.5c1.047 0 2.016 0.438 2.625 1.203l2 2.578 2-2.578c0.609-0.766 1.578-1.203 2.625-1.203 1.937 0 3.5 1.563 3.5 3.5s-1.563 3.5-3.5 3.5h6.875c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leaf\" viewBox=\"0 0 28 28\">\n<title>leaf</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-5.531 0-9.094 2.312-12.703 6.297-0.187 0.203-0.297 0.422-0.297 0.703 0 0.547 0.453 1 1 1 0.281 0 0.5-0.109 0.703-0.297 0.766-0.688 1.453-1.437 2.203-2.141 2.828-2.547 5.25-3.563 9.094-3.563 0.547 0 1-0.453 1-1zM28 7.906c0 1-0.109 2.016-0.313 3.016-1 4.859-4.125 8.016-8.469 10.172-2.109 1.062-4.469 1.687-6.844 1.687-1.5 0-3.047-0.25-4.469-0.734-0.75-0.25-2.25-1.234-2.875-1.234-0.781 0-1.719 3.187-3.078 3.187-0.984 0-1.281-0.484-1.703-1.203-0.141-0.266-0.25-0.359-0.25-0.688 0-1.625 3.094-2.891 3.094-3.797 0-0.141-0.406-0.969-0.469-1.281-0.094-0.531-0.141-1.078-0.141-1.625 0-4.969 3.953-8.516 8.391-9.984 3.203-1.062 10.016 0.172 12.187-1.891 0.859-0.797 1.281-1.531 2.594-1.531 1.766 0 2.344 4.578 2.344 5.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire\" viewBox=\"0 0 22 28\">\n<title>fire</title>\n<path d=\"M22 26.5v1c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM18 10c0 5.984-7 6.516-7 10.5 0 1.094 0.547 2.547 1.047 3.5l-0.063-0.016 0.016 0.016c-4.312-1.984-8-4.719-8-10 0-5.984 7-6.516 7-10.5 0-1.094-0.547-2.547-1.031-3.5l0.047 0.016-0.016-0.016c4.312 1.984 8 4.719 8 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye\" viewBox=\"0 0 28 28\">\n<title>eye</title>\n<path d=\"M26 15c-1.484-2.297-3.516-4.266-5.953-5.516 0.625 1.062 0.953 2.281 0.953 3.516 0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 2.672 4.125 6.984 7 12 7s9.328-2.875 12-7zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.781 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM28 15c0 0.391-0.125 0.75-0.313 1.078-2.875 4.734-8.141 7.922-13.687 7.922s-10.813-3.203-13.687-7.922c-0.187-0.328-0.313-0.688-0.313-1.078s0.125-0.75 0.313-1.078c2.875-4.719 8.141-7.922 13.687-7.922s10.813 3.203 13.687 7.922c0.187 0.328 0.313 0.688 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye-slash\" viewBox=\"0 0 28 28\">\n<title>eye-slash</title>\n<path d=\"M8.672 20.859l1.219-2.203c-1.813-1.313-2.891-3.422-2.891-5.656 0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 1.625 2.516 3.922 4.625 6.672 5.859zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.797 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM20.422 6.016c0 0.031 0 0.109-0.016 0.141-3.297 5.891-6.563 11.813-9.859 17.703l-0.766 1.391c-0.094 0.156-0.266 0.25-0.438 0.25-0.281 0-1.766-0.906-2.094-1.094-0.156-0.094-0.25-0.25-0.25-0.438 0-0.25 0.531-1.094 0.688-1.359-3.031-1.375-5.578-3.719-7.375-6.531-0.203-0.313-0.313-0.688-0.313-1.078 0-0.375 0.109-0.766 0.313-1.078 3.094-4.75 7.922-7.922 13.687-7.922 0.938 0 1.891 0.094 2.812 0.266l0.844-1.516c0.094-0.156 0.25-0.25 0.438-0.25 0.281 0 1.75 0.906 2.078 1.094 0.156 0.094 0.25 0.25 0.25 0.422zM21 13c0 2.906-1.797 5.5-4.5 6.531l4.375-7.844c0.078 0.438 0.125 0.875 0.125 1.313zM28 15c0 0.406-0.109 0.734-0.313 1.078-0.484 0.797-1.094 1.563-1.703 2.266-3.063 3.516-7.281 5.656-11.984 5.656l1.156-2.063c4.547-0.391 8.406-3.156 10.844-6.937-1.156-1.797-2.641-3.375-4.406-4.594l0.984-1.75c1.937 1.297 3.891 3.25 5.109 5.266 0.203 0.344 0.313 0.672 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-triangle\" viewBox=\"0 0 28 28\">\n<title>exclamation-triangle</title>\n<path d=\"M16 21.484v-2.969c0-0.281-0.219-0.516-0.5-0.516h-3c-0.281 0-0.5 0.234-0.5 0.516v2.969c0 0.281 0.219 0.516 0.5 0.516h3c0.281 0 0.5-0.234 0.5-0.516zM15.969 15.641l0.281-7.172c0-0.094-0.047-0.219-0.156-0.297-0.094-0.078-0.234-0.172-0.375-0.172h-3.437c-0.141 0-0.281 0.094-0.375 0.172-0.109 0.078-0.156 0.234-0.156 0.328l0.266 7.141c0 0.203 0.234 0.359 0.531 0.359h2.891c0.281 0 0.516-0.156 0.531-0.359zM15.75 1.047l12 22c0.344 0.609 0.328 1.359-0.031 1.969s-1.016 0.984-1.719 0.984h-24c-0.703 0-1.359-0.375-1.719-0.984s-0.375-1.359-0.031-1.969l12-22c0.344-0.641 1.016-1.047 1.75-1.047s1.406 0.406 1.75 1.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plane\" viewBox=\"0 0 22 28\">\n<title>plane</title>\n<path d=\"M21.5 2.5c1 1 0 3.5-1.5 5l-2.516 2.516 2.5 10.875c0.047 0.187-0.031 0.391-0.187 0.516l-2 1.5c-0.078 0.063-0.187 0.094-0.297 0.094-0.031 0-0.063 0-0.109-0.016-0.141-0.031-0.266-0.109-0.328-0.25l-4.359-7.938-4.047 4.047 0.828 3.031c0.047 0.172 0 0.344-0.125 0.484l-1.5 1.5c-0.094 0.094-0.234 0.141-0.359 0.141h-0.031c-0.156-0.016-0.281-0.078-0.375-0.203l-2.953-3.938-3.938-2.953c-0.125-0.078-0.187-0.219-0.203-0.359s0.047-0.281 0.141-0.391l1.5-1.516c0.094-0.094 0.234-0.141 0.359-0.141 0.047 0 0.094 0 0.125 0.016l3.031 0.828 4.047-4.047-7.938-4.359c-0.141-0.078-0.234-0.219-0.266-0.375-0.016-0.141 0.031-0.313 0.141-0.422l2-2c0.125-0.109 0.313-0.172 0.469-0.125l10.391 2.484 2.5-2.5c1.5-1.5 4-2.5 5-1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar\" viewBox=\"0 0 26 28\">\n<title>calendar</title>\n<path d=\"M2 26h4.5v-4.5h-4.5v4.5zM7.5 26h5v-4.5h-5v4.5zM2 20.5h4.5v-5h-4.5v5zM7.5 20.5h5v-5h-5v5zM2 14.5h4.5v-4.5h-4.5v4.5zM13.5 26h5v-4.5h-5v4.5zM7.5 14.5h5v-4.5h-5v4.5zM19.5 26h4.5v-4.5h-4.5v4.5zM13.5 20.5h5v-5h-5v5zM8 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM19.5 20.5h4.5v-5h-4.5v5zM13.5 14.5h5v-4.5h-5v4.5zM19.5 14.5h4.5v-4.5h-4.5v4.5zM20 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-random\" viewBox=\"0 0 28 28\">\n<title>random</title>\n<path d=\"M10.406 7.516c-0.875 1.344-1.516 2.797-2.141 4.266-0.906-1.891-1.906-3.781-4.266-3.781h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.781 0 4.828 1.297 6.406 3.516zM28 20c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3c-4.641 0-7.5 0.547-10.391-3.516 0.859-1.344 1.5-2.797 2.125-4.266 0.906 1.891 1.906 3.781 4.266 3.781h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM28 6c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.219-0.5-0.5v-3h-4c-2.078 0-3.063 1.422-3.938 3.109-0.453 0.875-0.844 1.781-1.219 2.672-1.734 4.031-3.766 8.219-8.844 8.219h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.078 0 3.063-1.422 3.938-3.109 0.453-0.875 0.844-1.781 1.219-2.672 1.734-4.031 3.766-8.219 8.844-8.219h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment\" viewBox=\"0 0 28 28\">\n<title>comment</title>\n<path d=\"M28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344-0.344 0.031-0.672-0.219-0.75-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magnet\" viewBox=\"0 0 24 28\">\n<title>magnet</title>\n<path d=\"M24 13v2c0 6.375-5.047 11-12 11s-12-4.625-12-11v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v2c0 2.859 3.328 3 4 3s4-0.141 4-3v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM8 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM24 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-up\" viewBox=\"0 0 28 28\">\n<title>chevron-up</title>\n<path d=\"M26.297 20.797l-2.594 2.578c-0.391 0.391-1.016 0.391-1.406 0l-8.297-8.297-8.297 8.297c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.578c-0.391-0.391-0.391-1.031 0-1.422l11.594-11.578c0.391-0.391 1.016-0.391 1.406 0l11.594 11.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-down\" viewBox=\"0 0 28 28\">\n<title>chevron-down</title>\n<path d=\"M26.297 12.625l-11.594 11.578c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.578c-0.391-0.391-0.391-1.031 0-1.422l2.594-2.578c0.391-0.391 1.016-0.391 1.406 0l8.297 8.297 8.297-8.297c0.391-0.391 1.016-0.391 1.406 0l2.594 2.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-retweet\" viewBox=\"0 0 30 28\">\n<title>retweet</title>\n<path d=\"M20 23.5c0 0.266-0.234 0.5-0.5 0.5h-15c-0.578 0-0.5-0.609-0.5-1v-9h-3c-0.547 0-1-0.453-1-1 0-0.234 0.078-0.469 0.234-0.641l5-6c0.187-0.219 0.469-0.344 0.766-0.344s0.578 0.125 0.766 0.344l5 6c0.156 0.172 0.234 0.406 0.234 0.641 0 0.547-0.453 1-1 1h-3v6h9c0.141 0 0.297 0.063 0.391 0.172l2.5 3c0.063 0.094 0.109 0.219 0.109 0.328zM30 17c0 0.234-0.078 0.469-0.234 0.641l-5 6c-0.187 0.219-0.469 0.359-0.766 0.359s-0.578-0.141-0.766-0.359l-5-6c-0.156-0.172-0.234-0.406-0.234-0.641 0-0.547 0.453-1 1-1h3v-6h-9c-0.141 0-0.297-0.063-0.391-0.187l-2.5-3c-0.063-0.078-0.109-0.203-0.109-0.313 0-0.266 0.234-0.5 0.5-0.5h15c0.578 0 0.5 0.609 0.5 1v9h3c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-cart\" viewBox=\"0 0 26 28\">\n<title>shopping-cart</title>\n<path d=\"M10 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM24 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM26 7v8c0 0.5-0.391 0.938-0.891 1l-16.312 1.906c0.078 0.359 0.203 0.719 0.203 1.094 0 0.359-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.703-1.656 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.047 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder\" viewBox=\"0 0 26 28\">\n<title>folder</title>\n<path d=\"M26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open\" viewBox=\"0 0 29 28\">\n<title>folder-open</title>\n<path d=\"M29.359 14.875c0 0.375-0.234 0.75-0.484 1.031l-5.25 6.188c-0.906 1.062-2.75 1.906-4.125 1.906h-17c-0.562 0-1.359-0.172-1.359-0.875 0-0.375 0.234-0.75 0.484-1.031l5.25-6.188c0.906-1.062 2.75-1.906 4.125-1.906h17c0.562 0 1.359 0.172 1.359 0.875zM24 9.5v2.5h-13c-1.953 0-4.375 1.109-5.641 2.609l-5.344 6.281c0-0.125-0.016-0.266-0.016-0.391v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-v\" viewBox=\"0 0 12 28\">\n<title>arrows-v</title>\n<path d=\"M11 5c0 0.547-0.453 1-1 1h-2v16h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-16h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-h\" viewBox=\"0 0 28 28\">\n<title>arrows-h</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-16v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h16v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bar-chart\" viewBox=\"0 0 32 28\">\n<title>bar-chart</title>\n<path d=\"M10 14v8h-4v-8h4zM16 6v16h-4v-16h4zM32 24v2h-32v-24h2v22h30zM22 10v12h-4v-12h4zM28 4v18h-4v-18h4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter-square\" viewBox=\"0 0 24 28\">\n<title>twitter-square</title>\n<path d=\"M20 9.531c-0.594 0.266-1.219 0.438-1.891 0.531 0.688-0.406 1.203-1.062 1.453-1.828-0.641 0.375-1.344 0.656-2.094 0.797-0.594-0.641-1.453-1.031-2.391-1.031-1.813 0-3.281 1.469-3.281 3.281 0 0.25 0.016 0.516 0.078 0.75-2.734-0.141-5.156-1.437-6.781-3.437-0.281 0.484-0.453 1.062-0.453 1.656 0 1.141 0.531 2.141 1.422 2.734-0.547-0.016-1.062-0.172-1.563-0.406v0.031c0 1.594 1.203 2.922 2.703 3.219-0.281 0.078-0.5 0.125-0.797 0.125-0.203 0-0.406-0.031-0.609-0.063 0.422 1.297 1.625 2.25 3.063 2.281-1.125 0.875-2.531 1.406-4.078 1.406-0.266 0-0.531-0.016-0.781-0.047 1.453 0.922 3.172 1.469 5.031 1.469 6.031 0 9.344-5 9.344-9.344 0-0.141 0-0.281-0.016-0.422 0.641-0.453 1.203-1.031 1.641-1.703zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-square\" viewBox=\"0 0 24 28\">\n<title>facebook-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-2.938v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-8.313c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera-retro\" viewBox=\"0 0 28 28\">\n<title>camera-retro</title>\n<path d=\"M14.5 13c0-0.281-0.219-0.5-0.5-0.5-1.375 0-2.5 1.125-2.5 2.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-0.828 0.672-1.5 1.5-1.5 0.281 0 0.5-0.219 0.5-0.5zM18 15.031c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM2 24h24v-2h-24v2zM20 15.031c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM4 5h6v-2h-6v2zM2 8h24v-4h-12.938l-1 2h-10.063v2zM28 4v20c0 1.109-0.891 2-2 2h-24c-1.109 0-2-0.891-2-2v-20c0-1.109 0.891-2 2-2h24c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-key\" viewBox=\"0 0 26 28\">\n<title>key</title>\n<path d=\"M13 8c0-1.656-1.344-3-3-3s-3 1.344-3 3c0 0.453 0.109 0.891 0.297 1.297-0.406-0.187-0.844-0.297-1.297-0.297-1.656 0-3 1.344-3 3s1.344 3 3 3 3-1.344 3-3c0-0.453-0.109-0.891-0.297-1.297 0.406 0.187 0.844 0.297 1.297 0.297 1.656 0 3-1.344 3-3zM26.297 19c0 0.359-1.437 1.797-1.797 1.797-0.406 0-1.672-1.469-2-1.797l-1.5 1.5 3.437 3.437c0.281 0.281 0.438 0.672 0.438 1.062 0 0.875-1 1.875-1.875 1.875-0.391 0-0.781-0.156-1.062-0.438l-10.484-10.484c-1.641 1.219-3.641 2.047-5.703 2.047-3.406 0-5.75-2.359-5.75-5.75 0-5.125 5.125-10.25 10.25-10.25 3.391 0 5.75 2.344 5.75 5.75 0 2.063-0.828 4.062-2.047 5.703l5.547 5.547 1.5-1.5c-0.328-0.328-1.797-1.594-1.797-2 0-0.359 1.437-1.797 1.797-1.797 0.125 0 0.266 0.063 0.359 0.156 0.578 0.578 4.937 4.688 4.937 5.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cogs\" viewBox=\"0 0 30 28\">\n<title>cogs</title>\n<path d=\"M14 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM26 22c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM26 6c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM20 12.578v2.891c0 0.203-0.156 0.438-0.359 0.469l-2.422 0.375c-0.125 0.406-0.297 0.797-0.5 1.188 0.438 0.625 0.906 1.203 1.406 1.797 0.063 0.094 0.109 0.187 0.109 0.313 0 0.109-0.031 0.219-0.109 0.297-0.313 0.422-2.063 2.328-2.516 2.328-0.125 0-0.234-0.047-0.328-0.109l-1.797-1.406c-0.391 0.203-0.781 0.359-1.203 0.484-0.078 0.797-0.156 1.656-0.359 2.422-0.063 0.219-0.25 0.375-0.469 0.375h-2.906c-0.219 0-0.438-0.172-0.469-0.391l-0.359-2.391c-0.406-0.125-0.797-0.297-1.172-0.484l-1.844 1.391c-0.078 0.078-0.203 0.109-0.313 0.109-0.125 0-0.234-0.047-0.328-0.125-0.406-0.375-2.25-2.047-2.25-2.5 0-0.109 0.047-0.203 0.109-0.297 0.453-0.594 0.922-1.172 1.375-1.781-0.219-0.422-0.406-0.844-0.547-1.281l-2.375-0.375c-0.219-0.031-0.375-0.234-0.375-0.453v-2.891c0-0.203 0.156-0.438 0.359-0.469l2.422-0.375c0.125-0.406 0.297-0.797 0.5-1.188-0.438-0.625-0.906-1.203-1.406-1.797-0.063-0.094-0.109-0.203-0.109-0.313s0.031-0.219 0.109-0.313c0.313-0.422 2.063-2.312 2.516-2.312 0.125 0 0.234 0.047 0.328 0.109l1.797 1.406c0.391-0.203 0.781-0.359 1.203-0.5 0.078-0.781 0.156-1.641 0.359-2.406 0.063-0.219 0.25-0.375 0.469-0.375h2.906c0.219 0 0.438 0.172 0.469 0.391l0.359 2.391c0.406 0.125 0.797 0.297 1.172 0.484l1.844-1.391c0.094-0.078 0.203-0.109 0.313-0.109 0.125 0 0.234 0.047 0.328 0.125 0.406 0.375 2.25 2.063 2.25 2.5 0 0.109-0.047 0.203-0.109 0.297-0.453 0.609-0.922 1.172-1.359 1.781 0.203 0.422 0.391 0.844 0.531 1.281l2.375 0.359c0.219 0.047 0.375 0.25 0.375 0.469zM30 20.906v2.188c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484zM30 4.906v2.187c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments\" viewBox=\"0 0 28 28\">\n<title>comments</title>\n<path d=\"M22 12c0 4.422-4.922 8-11 8-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8s11 3.578 11 8zM28 16c0 2.547-1.625 4.797-4.156 6.266 0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-up\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 12c0-1.062-0.953-2-2-2h-5.5c0-1.828 1.5-3.156 1.5-5 0-1.828-0.359-3-2.5-3-1 1.016-0.484 3.406-2 5-0.438 0.453-0.812 0.938-1.203 1.422-0.703 0.906-2.562 3.578-3.797 3.578h-0.5v10h0.5c0.875 0 2.312 0.562 3.156 0.859 1.719 0.594 3.5 1.141 5.344 1.141h1.891c1.766 0 3-0.703 3-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609 0.734-0.016 1.172-1.422 1.172-2zM24 11.984c0 0.906-0.266 1.797-0.766 2.547 0.094 0.344 0.141 0.719 0.141 1.078 0 0.781-0.203 1.563-0.594 2.25 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688h-2.016c-2.219 0-4.281-0.656-6.344-1.375-0.453-0.156-1.719-0.625-2.156-0.625h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.281c0.609-0.406 1.672-1.813 2.141-2.422 0.531-0.688 1.078-1.359 1.672-2 0.938-1 0.438-3.469 2-5 0.375-0.359 0.875-0.578 1.406-0.578 1.625 0 3.187 0.578 3.953 2.094 0.484 0.953 0.547 1.859 0.547 2.906 0 1.094-0.281 2.031-0.75 3h2.75c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-down\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-down</title>\n<path d=\"M4 7c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 16c0-0.578-0.438-1.984-1.172-2 0.328-0.375 0.547-1.109 0.547-1.609 0-0.734-0.297-1.359-0.828-1.859 0.187-0.328 0.281-0.703 0.281-1.078 0-0.719-0.359-1.609-1.016-1.969 0.047-0.281 0.078-0.578 0.078-0.875 0-1.828-1.156-2.609-2.891-2.609h-2c-1.844 0-3.625 0.547-5.344 1.141-0.844 0.297-2.281 0.859-3.156 0.859h-0.5v10h0.5c1.234 0 3.094 2.672 3.797 3.578 0.391 0.484 0.766 0.969 1.203 1.422 1.516 1.594 1 3.984 2 5 2.141 0 2.5-1.172 2.5-3 0-1.844-1.5-3.172-1.5-5h5.5c1.047 0 2-0.938 2-2zM24 16.016c0 2.156-1.844 3.984-4 3.984h-2.75c0.469 0.969 0.75 1.906 0.75 3 0 1.031-0.063 1.969-0.547 2.906-0.766 1.516-2.328 2.094-3.953 2.094-0.531 0-1.031-0.219-1.406-0.578-1.563-1.531-1.078-4-2-5.016-0.594-0.625-1.141-1.297-1.672-1.984-0.469-0.609-1.531-2.016-2.141-2.422h-4.281c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.438 0 1.703-0.469 2.156-0.625 2.25-0.781 4.203-1.375 6.609-1.375h1.75c2.844 0 4.891 1.687 4.875 4.609v0.078c0.609 0.781 0.938 1.781 0.938 2.781 0 0.219-0.016 0.453-0.047 0.672 0.391 0.688 0.594 1.469 0.594 2.25 0 0.359-0.047 0.734-0.141 1.078 0.5 0.75 0.766 1.641 0.766 2.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half\" viewBox=\"0 0 13 28\">\n<title>star-half</title>\n<path d=\"M13 0.5v20.922l-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart-o\" viewBox=\"0 0 28 28\">\n<title>heart-o</title>\n<path d=\"M26 9.312c0-4.391-2.969-5.313-5.469-5.313-2.328 0-4.953 2.516-5.766 3.484-0.375 0.453-1.156 0.453-1.531 0-0.812-0.969-3.437-3.484-5.766-3.484-2.5 0-5.469 0.922-5.469 5.313 0 2.859 2.891 5.516 2.922 5.547l9.078 8.75 9.063-8.734c0.047-0.047 2.938-2.703 2.938-5.563zM28 9.312c0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-out\" viewBox=\"0 0 25 28\">\n<title>sign-out</title>\n<path d=\"M10 22.5c0 0.438 0.203 1.5-0.5 1.5h-5c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h5c0.266 0 0.5 0.234 0.5 0.5 0 0.438 0.203 1.5-0.5 1.5h-5c-1.375 0-2.5 1.125-2.5 2.5v11c0 1.375 1.125 2.5 2.5 2.5h4.5c0.391 0 1-0.078 1 0.5zM24.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin-square\" viewBox=\"0 0 24 28\">\n<title>linkedin-square</title>\n<path d=\"M3.703 22.094h3.609v-10.844h-3.609v10.844zM7.547 7.906c-0.016-1.062-0.781-1.875-2.016-1.875s-2.047 0.812-2.047 1.875c0 1.031 0.781 1.875 2 1.875h0.016c1.266 0 2.047-0.844 2.047-1.875zM16.688 22.094h3.609v-6.219c0-3.328-1.781-4.875-4.156-4.875-1.937 0-2.797 1.078-3.266 1.828h0.031v-1.578h-3.609s0.047 1.016 0 10.844v0h3.609v-6.062c0-0.313 0.016-0.641 0.109-0.875 0.266-0.641 0.859-1.313 1.859-1.313 1.297 0 1.813 0.984 1.813 2.453v5.797zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumb-tack\" viewBox=\"0 0 18 28\">\n<title>thumb-tack</title>\n<path d=\"M7.5 13.5v-7c0-0.281-0.219-0.5-0.5-0.5s-0.5 0.219-0.5 0.5v7c0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5zM18 19c0 0.547-0.453 1-1 1h-6.703l-0.797 7.547c-0.031 0.25-0.234 0.453-0.484 0.453h-0.016c-0.25 0-0.453-0.172-0.5-0.422l-1.188-7.578h-6.312c-0.547 0-1-0.453-1-1 0-2.562 1.937-5 4-5v-8c-1.094 0-2-0.906-2-2s0.906-2 2-2h10c1.094 0 2 0.906 2 2s-0.906 2-2 2v8c2.063 0 4 2.438 4 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link\" viewBox=\"0 0 28 28\">\n<title>external-link</title>\n<path d=\"M22 14.5v5c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM28 1v8c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.75-2.75-10.187 10.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l10.187-10.187-2.75-2.75c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-in\" viewBox=\"0 0 24 28\">\n<title>sign-in</title>\n<path d=\"M18.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703zM24 8.5v11c0 2.484-2.016 4.5-4.5 4.5h-5c-0.266 0-0.5-0.234-0.5-0.5 0-0.438-0.203-1.5 0.5-1.5h5c1.375 0 2.5-1.125 2.5-2.5v-11c0-1.375-1.125-2.5-2.5-2.5h-4.5c-0.391 0-1 0.078-1-0.5 0-0.438-0.203-1.5 0.5-1.5h5c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trophy\" viewBox=\"0 0 26 28\">\n<title>trophy</title>\n<path d=\"M7.156 13.797c-0.656-1.437-1.156-3.344-1.156-5.797h-4v1.5c0 1.531 2.078 3.656 5.156 4.297zM24 9.5v-1.5h-4c0 2.453-0.5 4.359-1.156 5.797 3.078-0.641 5.156-2.766 5.156-4.297zM26 7.5v2c0 2.969-3.594 6.25-8.469 6.484-0.625 0.797-1.203 1.266-1.484 1.484-0.828 0.75-1.047 1.531-1.047 2.531s0.5 2 2 2 3 1 3 2.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-1.5 1.5-2.5 3-2.5s2-1 2-2-0.219-1.781-1.047-2.531c-0.281-0.219-0.859-0.688-1.484-1.484-4.875-0.234-8.469-3.516-8.469-6.484v-2c0-0.828 0.672-1.5 1.5-1.5h4.5v-1.5c0-1.375 1.125-2.5 2.5-2.5h9c1.375 0 2.5 1.125 2.5 2.5v1.5h4.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-square\" viewBox=\"0 0 24 28\">\n<title>github-square</title>\n<path d=\"M8.109 18.75v0c0.031-0.047 0.016-0.141-0.047-0.203-0.078-0.063-0.172-0.078-0.219-0.031-0.031 0.047-0.016 0.141 0.047 0.203 0.078 0.063 0.172 0.078 0.219 0.031zM7.672 18.109c-0.047-0.063-0.125-0.094-0.187-0.063-0.047 0.031-0.047 0.125 0 0.187 0.063 0.078 0.141 0.109 0.187 0.078v0c0.047-0.031 0.047-0.125 0-0.203zM7.031 17.484v0c0.016-0.031-0.016-0.094-0.078-0.125-0.047-0.016-0.109-0.016-0.125 0.031-0.031 0.047 0 0.094 0.063 0.125 0.063 0.016 0.125 0.016 0.141-0.031zM7.359 17.844v0c0.031-0.031 0.031-0.109-0.031-0.156-0.047-0.063-0.125-0.078-0.156-0.047-0.047 0.047-0.031 0.109 0.016 0.172 0.047 0.047 0.125 0.078 0.172 0.031zM8.703 19.016v0c0.016-0.063-0.047-0.141-0.141-0.172s-0.172 0-0.203 0.063c-0.016 0.063 0.047 0.141 0.141 0.172s0.172 0 0.203-0.063zM9.359 19.063v0c0-0.063-0.078-0.125-0.187-0.125-0.094 0-0.156 0.063-0.156 0.125s0.078 0.125 0.172 0.125 0.172-0.063 0.172-0.125zM9.969 18.953v0c-0.016-0.063-0.109-0.094-0.203-0.078s-0.156 0.078-0.141 0.141 0.094 0.109 0.187 0.094 0.156-0.094 0.156-0.156zM20 14c0-4.422-3.578-8-8-8s-8 3.578-8 8c0 3.531 2.297 6.531 5.469 7.594 0.406 0.078 0.547-0.172 0.547-0.391 0-0.187 0-0.812-0.016-1.484 0 0-2.219 0.484-2.688-0.953 0 0-0.359-0.922-0.891-1.156 0 0-0.719-0.5 0.063-0.5 0 0 0.781 0.063 1.219 0.828 0.703 1.234 1.875 0.875 2.328 0.672 0.078-0.516 0.281-0.875 0.516-1.078-1.781-0.203-3.656-0.891-3.656-3.953 0-0.875 0.313-1.578 0.828-2.141-0.078-0.203-0.359-1.016 0.078-2.125 0.672-0.203 2.203 0.828 2.203 0.828 0.641-0.187 1.313-0.266 2-0.266s1.359 0.078 2 0.266c0 0 1.531-1.031 2.203-0.828 0.438 1.109 0.156 1.922 0.078 2.125 0.516 0.562 0.828 1.266 0.828 2.141 0 3.078-1.875 3.75-3.656 3.953 0.281 0.25 0.547 0.734 0.547 1.484 0 1.062-0.016 1.922-0.016 2.188 0 0.219 0.141 0.469 0.547 0.391 3.172-1.062 5.469-4.062 5.469-7.594zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-upload\" viewBox=\"0 0 26 28\">\n<title>upload</title>\n<path d=\"M20 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h6.672c0.422 1.156 1.531 2 2.828 2h4c1.297 0 2.406-0.844 2.828-2h6.672c0.828 0 1.5 0.672 1.5 1.5zM20.922 9.375c-0.156 0.375-0.516 0.625-0.922 0.625h-4v7c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-7h-4c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l7-7c0.187-0.203 0.453-0.297 0.703-0.297s0.516 0.094 0.703 0.297l7 7c0.297 0.281 0.375 0.719 0.219 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lemon-o\" viewBox=\"0 0 24 28\">\n<title>lemon-o</title>\n<path d=\"M21.984 12.906c0-0.734-0.141-2.656-0.391-3.281-0.297-0.75-0.469-1.172-0.469-2.016 0-0.719 0.156-1.422 0.156-2.125 0-0.297-0.016-0.609-0.156-0.859-0.063-0.016-0.141-0.016-0.203-0.016-0.609 0-1.219 0.141-1.828 0.141-1.859 0-3.625-0.75-5.484-0.75-1.453 0-2.859 0.547-4.203 1.078-1.062 0.422-2.234 0.922-3.156 1.609-3.156 2.391-4.25 6.766-4.25 10.531 0 1.266 0.391 2.5 0.391 3.766 0 0.719-0.344 1.375-0.344 2.063 0 0.438 0.25 0.797 0.719 0.797 0.766 0 1.5-0.344 2.281-0.344 1.781 0 3.516 0.484 5.297 0.484 1.391 0 3.141-0.109 4.438-0.562 4.109-1.453 7.203-6.203 7.203-10.516zM23.984 12.875c0 5.203-3.609 10.687-8.547 12.437-1.547 0.547-3.469 0.688-5.094 0.688-1.781 0-3.531-0.453-5.297-0.453-0.75 0-1.5 0.453-2.281 0.453-1.547 0-2.719-1.391-2.719-2.875 0-0.734 0.344-1.391 0.344-2.109 0-1.266-0.391-2.5-0.391-3.781 0-4.438 1.359-9.344 5.047-12.141 1.062-0.812 2.391-1.391 3.625-1.875 1.594-0.641 3.203-1.219 4.937-1.219 1.859 0 3.625 0.75 5.453 0.75 0.594 0 1.188-0.156 1.797-0.156 1.781 0 2.422 1.266 2.422 2.891 0 0.703-0.156 1.422-0.156 2.125 0 0.562 0.141 0.781 0.328 1.281 0.359 0.906 0.531 2.984 0.531 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone\" viewBox=\"0 0 22 28\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square-o\" viewBox=\"0 0 22 28\">\n<title>square-o</title>\n<path d=\"M17.5 4h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-13c0-1.375-1.125-2.5-2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark-o\" viewBox=\"0 0 20 28\">\n<title>bookmark-o</title>\n<path d=\"M18 4h-16v19.406l8-7.672 1.391 1.328 6.609 6.344v-19.406zM18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone-square\" viewBox=\"0 0 24 28\">\n<title>phone-square</title>\n<path d=\"M20 18.641c0-0.078 0-0.172-0.031-0.25-0.094-0.281-2.375-1.437-2.812-1.687-0.297-0.172-0.656-0.516-1.016-0.516-0.688 0-1.703 2.047-2.312 2.047-0.313 0-0.703-0.281-0.984-0.438-2.063-1.156-3.484-2.578-4.641-4.641-0.156-0.281-0.438-0.672-0.438-0.984 0-0.609 2.047-1.625 2.047-2.312 0-0.359-0.344-0.719-0.516-1.016-0.25-0.438-1.406-2.719-1.687-2.812-0.078-0.031-0.172-0.031-0.25-0.031-0.406 0-1.203 0.187-1.578 0.344-1.031 0.469-1.781 2.438-1.781 3.516 0 1.047 0.422 2 0.781 2.969 1.25 3.422 4.969 7.141 8.391 8.391 0.969 0.359 1.922 0.781 2.969 0.781 1.078 0 3.047-0.75 3.516-1.781 0.156-0.375 0.344-1.172 0.344-1.578zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter\" viewBox=\"0 0 26 28\">\n<title>twitter</title>\n<path d=\"M25.312 6.375c-0.688 1-1.547 1.891-2.531 2.609 0.016 0.219 0.016 0.438 0.016 0.656 0 6.672-5.078 14.359-14.359 14.359-2.859 0-5.516-0.828-7.75-2.266 0.406 0.047 0.797 0.063 1.219 0.063 2.359 0 4.531-0.797 6.266-2.156-2.219-0.047-4.078-1.5-4.719-3.5 0.313 0.047 0.625 0.078 0.953 0.078 0.453 0 0.906-0.063 1.328-0.172-2.312-0.469-4.047-2.5-4.047-4.953v-0.063c0.672 0.375 1.453 0.609 2.281 0.641-1.359-0.906-2.25-2.453-2.25-4.203 0-0.938 0.25-1.797 0.688-2.547 2.484 3.062 6.219 5.063 10.406 5.281-0.078-0.375-0.125-0.766-0.125-1.156 0-2.781 2.25-5.047 5.047-5.047 1.453 0 2.766 0.609 3.687 1.594 1.141-0.219 2.234-0.641 3.203-1.219-0.375 1.172-1.172 2.156-2.219 2.781 1.016-0.109 2-0.391 2.906-0.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook\" viewBox=\"0 0 16 28\">\n<title>facebook</title>\n<path d=\"M14.984 0.187v4.125h-2.453c-1.922 0-2.281 0.922-2.281 2.25v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406c0-3.953 2.422-6.109 5.953-6.109 1.687 0 3.141 0.125 3.563 0.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github\" viewBox=\"0 0 24 28\">\n<title>github</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12 0 5.297-3.437 9.797-8.203 11.391-0.609 0.109-0.828-0.266-0.828-0.578 0-0.391 0.016-1.687 0.016-3.297 0-1.125-0.375-1.844-0.812-2.219 2.672-0.297 5.484-1.313 5.484-5.922 0-1.313-0.469-2.375-1.234-3.219 0.125-0.313 0.531-1.531-0.125-3.187-1-0.313-3.297 1.234-3.297 1.234-0.953-0.266-1.984-0.406-3-0.406s-2.047 0.141-3 0.406c0 0-2.297-1.547-3.297-1.234-0.656 1.656-0.25 2.875-0.125 3.187-0.766 0.844-1.234 1.906-1.234 3.219 0 4.594 2.797 5.625 5.469 5.922-0.344 0.313-0.656 0.844-0.766 1.609-0.688 0.313-2.438 0.844-3.484-1-0.656-1.141-1.844-1.234-1.844-1.234-1.172-0.016-0.078 0.734-0.078 0.734 0.781 0.359 1.328 1.75 1.328 1.75 0.703 2.141 4.047 1.422 4.047 1.422 0 1 0.016 1.937 0.016 2.234 0 0.313-0.219 0.688-0.828 0.578-4.766-1.594-8.203-6.094-8.203-11.391 0-6.625 5.375-12 12-12zM4.547 19.234c0.031-0.063-0.016-0.141-0.109-0.187-0.094-0.031-0.172-0.016-0.203 0.031-0.031 0.063 0.016 0.141 0.109 0.187 0.078 0.047 0.172 0.031 0.203-0.031zM5.031 19.766c0.063-0.047 0.047-0.156-0.031-0.25-0.078-0.078-0.187-0.109-0.25-0.047-0.063 0.047-0.047 0.156 0.031 0.25 0.078 0.078 0.187 0.109 0.25 0.047zM5.5 20.469c0.078-0.063 0.078-0.187 0-0.297-0.063-0.109-0.187-0.156-0.266-0.094-0.078 0.047-0.078 0.172 0 0.281s0.203 0.156 0.266 0.109zM6.156 21.125c0.063-0.063 0.031-0.203-0.063-0.297-0.109-0.109-0.25-0.125-0.313-0.047-0.078 0.063-0.047 0.203 0.063 0.297 0.109 0.109 0.25 0.125 0.313 0.047zM7.047 21.516c0.031-0.094-0.063-0.203-0.203-0.25-0.125-0.031-0.266 0.016-0.297 0.109s0.063 0.203 0.203 0.234c0.125 0.047 0.266 0 0.297-0.094zM8.031 21.594c0-0.109-0.125-0.187-0.266-0.172-0.141 0-0.25 0.078-0.25 0.172 0 0.109 0.109 0.187 0.266 0.172 0.141 0 0.25-0.078 0.25-0.172zM8.937 21.438c-0.016-0.094-0.141-0.156-0.281-0.141-0.141 0.031-0.234 0.125-0.219 0.234 0.016 0.094 0.141 0.156 0.281 0.125s0.234-0.125 0.219-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock\" viewBox=\"0 0 26 28\">\n<title>unlock</title>\n<path d=\"M26 9v4c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v3h1.5c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h10.5v-3c0-3.859 3.141-7 7-7s7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card\" viewBox=\"0 0 30 28\">\n<title>credit-card</title>\n<path d=\"M27.5 2c1.375 0 2.5 1.125 2.5 2.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25zM2.5 4c-0.266 0-0.5 0.234-0.5 0.5v3.5h26v-3.5c0-0.266-0.234-0.5-0.5-0.5h-25zM27.5 24c0.266 0 0.5-0.234 0.5-0.5v-9.5h-26v9.5c0 0.266 0.234 0.5 0.5 0.5h25zM4 22v-2h4v2h-4zM10 22v-2h6v2h-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-feed\" viewBox=\"0 0 22 28\">\n<title>feed</title>\n<path d=\"M6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 22.922c0.016 0.281-0.078 0.547-0.266 0.75-0.187 0.219-0.453 0.328-0.734 0.328h-2.109c-0.516 0-0.938-0.391-0.984-0.906-0.453-4.766-4.234-8.547-9-9-0.516-0.047-0.906-0.469-0.906-0.984v-2.109c0-0.281 0.109-0.547 0.328-0.734 0.172-0.172 0.422-0.266 0.672-0.266h0.078c3.328 0.266 6.469 1.719 8.828 4.094 2.375 2.359 3.828 5.5 4.094 8.828zM22 22.953c0.016 0.266-0.078 0.531-0.281 0.734-0.187 0.203-0.438 0.313-0.719 0.313h-2.234c-0.531 0-0.969-0.406-1-0.938-0.516-9.078-7.75-16.312-16.828-16.844-0.531-0.031-0.938-0.469-0.938-0.984v-2.234c0-0.281 0.109-0.531 0.313-0.719 0.187-0.187 0.438-0.281 0.688-0.281h0.047c5.469 0.281 10.609 2.578 14.484 6.469 3.891 3.875 6.188 9.016 6.469 14.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hdd-o\" viewBox=\"0 0 24 28\">\n<title>hdd-o</title>\n<path d=\"M16.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM20.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM22 21.5v-5c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5zM2.781 14h18.438l-2.453-7.531c-0.078-0.266-0.375-0.469-0.656-0.469h-12.219c-0.281 0-0.578 0.203-0.656 0.469zM24 16.5v5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-5c0-0.422 0.125-0.781 0.25-1.172l3.078-9.469c0.359-1.094 1.406-1.859 2.562-1.859h12.219c1.156 0 2.203 0.766 2.562 1.859l3.078 9.469c0.125 0.391 0.25 0.75 0.25 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullhorn\" viewBox=\"0 0 28 28\">\n<title>bullhorn</title>\n<path d=\"M26 10c1.109 0 2 0.891 2 2s-0.891 2-2 2v6c0 1.094-0.906 2-2 2-2.781-2.312-7.266-5.484-12.688-5.938-1.859 0.625-2.5 2.797-1.281 4.047-1.094 1.797 0.313 3.063 1.969 4.359-0.969 1.906-5 1.937-6.438 0.609-0.906-2.781-2.25-5.563-1.156-9.078h-1.906c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h7.5c6 0 11-3.5 14-6 1.094 0 2 0.906 2 2v6zM24 19.437v-14.906c-4.078 3.125-8.031 4.922-12 5.359v4.219c3.969 0.438 7.922 2.203 12 5.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-o\" viewBox=\"0 0 28 28\">\n<title>bell-o</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM3.844 22h20.312c-2.797-3.156-4.156-7.438-4.156-13 0-2.016-1.906-5-6-5s-6 2.984-6 5c0 5.563-1.359 9.844-4.156 13zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-certificate\" viewBox=\"0 0 24 28\">\n<title>certificate</title>\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-right\" viewBox=\"0 0 28 28\">\n<title>hand-o-right</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 12c0-1.062-0.953-2-2-2h-9c0-0.984 1.5-2 1.5-4 0-1.5-1.172-2-2.5-2-0.438 0-1.234 1.813-1.406 2.172-0.187 0.344-0.375 0.688-0.578 1.016-0.516 0.828-1.109 1.547-1.75 2.266-1 1.141-2.109 2.547-3.766 2.547h-0.5v10h0.5c2.734 0 5.406 2 8.437 2 1.75 0 2.953-0.734 2.953-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609h5.172c1.078 0 2-0.922 2-2zM28 11.984c0 2.188-1.813 4.016-4 4.016h-2.641c-0.047 0.656-0.25 1.281-0.578 1.859 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688-1.75 0-3.406-0.484-5.031-1.078-0.953-0.344-2.5-0.922-3.484-0.922h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.75 0 1.813-1.344 2.266-1.859 0.562-0.641 1.094-1.281 1.563-2.016 0.906-1.453 1.578-4.125 3.672-4.125 2.484 0 4.5 1.359 4.5 4 0 0.688-0.109 1.359-0.344 2h5.844c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-left\" viewBox=\"0 0 28 28\">\n<title>hand-o-left</title>\n<path d=\"M21.5 22h0.5v-10h-0.5c-1.656 0-2.766-1.406-3.766-2.547-0.641-0.719-1.234-1.437-1.75-2.266-0.219-0.344-0.406-0.703-0.594-1.062s-0.969-2.125-1.391-2.125c-1.328 0-2.5 0.5-2.5 2 0 2 1.5 3.016 1.5 4h-9c-1.047 0-2 0.938-2 2 0 1.078 0.922 2 2 2h5.172c-0.328 0.375-0.547 1.109-0.547 1.609 0 0.734 0.297 1.359 0.828 1.859-0.187 0.328-0.281 0.703-0.281 1.078 0 0.719 0.359 1.609 1.016 1.969-0.047 0.281-0.063 0.578-0.063 0.875 0 1.844 1.141 2.609 2.875 2.609 3.109 0 5.766-2 8.5-2zM26 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 12v10c0 1.109-0.891 2-2 2h-4.5c-0.984 0-2.531 0.578-3.484 0.922-1.594 0.578-3.234 1.078-4.953 1.078-2.875 0-4.969-1.625-4.953-4.609l0.016-0.078c-0.625-0.781-0.953-1.781-0.953-2.781 0-0.219 0.016-0.453 0.047-0.672-0.328-0.578-0.531-1.203-0.578-1.859h-2.641c-2.188 0-4-1.828-4-4.016 0-2.156 1.844-3.984 4-3.984h5.844c-0.234-0.641-0.344-1.312-0.344-2 0-2.641 2.016-4 4.5-4 2.094 0 2.766 2.672 3.672 4.125 0.469 0.734 1 1.375 1.563 2.016 0.453 0.516 1.516 1.859 2.266 1.859h4.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-up\" viewBox=\"0 0 24 28\">\n<title>hand-o-up</title>\n<path d=\"M20 25c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 13.062c0-1.766-0.719-2.953-2.609-2.953-0.297 0-0.594 0.031-0.875 0.078-0.359-0.656-1.25-1.016-1.969-1.016-0.375 0-0.75 0.094-1.078 0.281-0.5-0.531-1.125-0.828-1.859-0.828-0.5 0-1.234 0.219-1.609 0.547v-5.172c0-1.078-0.922-2-2-2-1.062 0-2 0.953-2 2v9c-0.984 0-2-1.5-4-1.5-1.5 0-2 1.172-2 2.5 0 0.438 1.813 1.234 2.172 1.406 0.344 0.187 0.688 0.375 1.016 0.578 0.828 0.516 1.547 1.109 2.266 1.75 1.141 1 2.547 2.109 2.547 3.766v0.5h10v-0.5c0-2.734 2-5.406 2-8.437zM24 12.984c0 1.75-0.484 3.406-1.078 5.031-0.344 0.953-0.922 2.5-0.922 3.484v4.5c0 1.109-0.891 2-2 2h-10c-1.109 0-2-0.891-2-2v-4.5c0-0.75-1.344-1.813-1.859-2.266-0.641-0.562-1.281-1.094-2.016-1.563-1.453-0.906-4.125-1.578-4.125-3.672 0-2.484 1.359-4.5 4-4.5 0.688 0 1.359 0.109 2 0.344v-5.844c0-2.156 1.828-4 3.984-4 2.188 0 4.016 1.813 4.016 4v2.641c0.656 0.047 1.281 0.25 1.859 0.578 0.219-0.031 0.453-0.047 0.672-0.047 1 0 2 0.328 2.781 0.938 2.953-0.031 4.688 1.984 4.688 4.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-down\" viewBox=\"0 0 24 28\">\n<title>hand-o-down</title>\n<path d=\"M22 15c0-3.109-2-5.766-2-8.5v-0.5h-10v0.5c0 1.656-1.406 2.766-2.547 3.766-0.719 0.641-1.437 1.234-2.266 1.75-0.344 0.219-0.703 0.406-1.062 0.594s-2.125 0.969-2.125 1.391c0 1.328 0.5 2.5 2 2.5 2 0 3.016-1.5 4-1.5v9c0 1.047 0.938 2 2 2 1.078 0 2-0.922 2-2v-5.172c0.406 0.313 1.094 0.547 1.609 0.547 0.734 0 1.359-0.297 1.859-0.828 0.328 0.187 0.703 0.281 1.078 0.281 0.719 0 1.609-0.359 1.969-1.016 0.281 0.047 0.578 0.063 0.875 0.063 1.844 0 2.609-1.141 2.609-2.875zM20 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 14.938c0 2.875-1.625 4.969-4.609 4.953l-0.078-0.016c-0.781 0.625-1.781 0.953-2.781 0.953-0.219 0-0.453-0.016-0.672-0.047-0.531 0.297-1.25 0.516-1.859 0.578v2.641c0 2.188-1.828 4-4.016 4-2.156 0-3.984-1.844-3.984-4v-5.844c-0.609 0.25-1.344 0.344-2 0.344-2.625 0-4-2.016-4-4.5 0-2.094 2.672-2.766 4.125-3.672 0.734-0.469 1.375-1 2.016-1.563 0.516-0.453 1.859-1.516 1.859-2.266v-4.5c0-1.109 0.891-2 2-2h10c1.109 0 2 0.891 2 2v4.5c0 0.984 0.578 2.531 0.922 3.484 0.578 1.594 1.078 3.234 1.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-left</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-7.844l2.953-2.953c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.516-0.297-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703s-0.094-0.516-0.281-0.703l-2.953-2.953h7.844c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-right</title>\n<path d=\"M20.078 14c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l2.953 2.953h-7.844c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h7.844l-2.953 2.953c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.516 0.297 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-up</title>\n<path d=\"M20.062 13.984c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l2.953-2.953v7.844c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-7.844l2.953 2.953c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-down</title>\n<path d=\"M20.062 14.016c0-0.266-0.094-0.516-0.281-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-2.953 2.953v-7.844c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v7.844l-2.953-2.953c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-globe\" viewBox=\"0 0 24 28\">\n<title>globe</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM16.281 10.141c-0.125 0.094-0.203 0.266-0.359 0.297 0.078-0.016 0.156-0.297 0.203-0.359 0.094-0.109 0.219-0.172 0.344-0.234 0.266-0.109 0.531-0.141 0.812-0.187 0.266-0.063 0.594-0.063 0.797 0.172-0.047-0.047 0.328-0.375 0.375-0.391 0.141-0.078 0.375-0.047 0.469-0.187 0.031-0.047 0.031-0.344 0.031-0.344-0.266 0.031-0.359-0.219-0.375-0.438 0 0.016-0.031 0.063-0.094 0.125 0.016-0.234-0.281-0.063-0.391-0.094-0.359-0.094-0.313-0.344-0.422-0.609-0.063-0.141-0.234-0.187-0.297-0.328-0.063-0.094-0.094-0.297-0.234-0.313-0.094-0.016-0.266 0.328-0.297 0.313-0.141-0.078-0.203 0.031-0.313 0.094-0.094 0.063-0.172 0.031-0.266 0.078 0.281-0.094-0.125-0.25-0.266-0.219 0.219-0.063 0.109-0.297-0.016-0.406h0.078c-0.031-0.141-0.469-0.266-0.609-0.359s-0.891-0.25-1.047-0.156c-0.187 0.109 0.047 0.422 0.047 0.578 0.016 0.187-0.187 0.234-0.187 0.391 0 0.266 0.5 0.219 0.375 0.578-0.078 0.219-0.375 0.266-0.5 0.438-0.125 0.156 0.016 0.438 0.141 0.547 0.125 0.094-0.219 0.25-0.266 0.281-0.266 0.125-0.469-0.266-0.531-0.5-0.047-0.172-0.063-0.375-0.25-0.469-0.094-0.031-0.391-0.078-0.453 0.016-0.094-0.234-0.422-0.328-0.641-0.406-0.313-0.109-0.578-0.109-0.906-0.063 0.109-0.016-0.031-0.5-0.297-0.422 0.078-0.156 0.047-0.328 0.078-0.484 0.031-0.125 0.094-0.25 0.187-0.359 0.031-0.063 0.375-0.422 0.266-0.438 0.266 0.031 0.562 0.047 0.781-0.172 0.141-0.141 0.203-0.375 0.344-0.531 0.203-0.234 0.453 0.063 0.672 0.078 0.313 0.016 0.297-0.328 0.125-0.484 0.203 0.016 0.031-0.359-0.078-0.406-0.141-0.047-0.672 0.094-0.391 0.203-0.063-0.031-0.438 0.75-0.656 0.359-0.063-0.078-0.094-0.406-0.234-0.422-0.125 0-0.203 0.141-0.25 0.234 0.078-0.203-0.438-0.344-0.547-0.359 0.234-0.156 0.047-0.328-0.125-0.422-0.125-0.078-0.516-0.141-0.625-0.016-0.297 0.359 0.313 0.406 0.469 0.5 0.047 0.031 0.234 0.141 0.125 0.219-0.094 0.047-0.375 0.125-0.406 0.187-0.094 0.141 0.109 0.297-0.031 0.438-0.141-0.141-0.141-0.375-0.25-0.531 0.141 0.172-0.562 0.078-0.547 0.078-0.234 0-0.609 0.156-0.781-0.078-0.031-0.063-0.031-0.422 0.063-0.344-0.141-0.109-0.234-0.219-0.328-0.281-0.516 0.172-1 0.391-1.469 0.641 0.063 0.016 0.109 0.016 0.187-0.016 0.125-0.047 0.234-0.125 0.359-0.187 0.156-0.063 0.484-0.25 0.656-0.109 0.016-0.031 0.063-0.063 0.078-0.078 0.109 0.125 0.219 0.25 0.313 0.391-0.125-0.063-0.328-0.031-0.469-0.016-0.109 0.031-0.297 0.063-0.344 0.187 0.047 0.078 0.109 0.203 0.078 0.281-0.203-0.141-0.359-0.375-0.641-0.406-0.125 0-0.25 0-0.344 0.016-1.5 0.828-2.766 2.031-3.672 3.469 0.063 0.063 0.125 0.109 0.187 0.125 0.156 0.047 0 0.5 0.297 0.266 0.094 0.078 0.109 0.187 0.047 0.297 0.016-0.016 0.641 0.391 0.688 0.422 0.109 0.094 0.281 0.203 0.328 0.328 0.031 0.109-0.063 0.234-0.156 0.281-0.016-0.031-0.25-0.266-0.281-0.203-0.047 0.078 0 0.5 0.172 0.484-0.25 0.016-0.141 0.984-0.203 1.172 0 0.016 0.031 0.016 0.031 0.016-0.047 0.187 0.109 0.922 0.422 0.844-0.203 0.047 0.359 0.766 0.438 0.812 0.203 0.141 0.438 0.234 0.578 0.438 0.156 0.219 0.156 0.547 0.375 0.719-0.063 0.187 0.328 0.406 0.313 0.672-0.031 0.016-0.047 0.016-0.078 0.031 0.078 0.219 0.375 0.219 0.484 0.422 0.063 0.125 0 0.422 0.203 0.359 0.031-0.344-0.203-0.688-0.375-0.969-0.094-0.156-0.187-0.297-0.266-0.453-0.078-0.141-0.094-0.313-0.156-0.469 0.063 0.016 0.406 0.141 0.375 0.187-0.125 0.313 0.5 0.859 0.672 1.062 0.047 0.047 0.406 0.516 0.219 0.516 0.203 0 0.484 0.313 0.578 0.469 0.141 0.234 0.109 0.531 0.203 0.781 0.094 0.313 0.531 0.453 0.781 0.594 0.219 0.109 0.406 0.266 0.625 0.344 0.328 0.125 0.406 0.016 0.688-0.031 0.406-0.063 0.453 0.391 0.781 0.562 0.203 0.109 0.641 0.266 0.859 0.172-0.094 0.031 0.328 0.672 0.359 0.719 0.141 0.187 0.406 0.281 0.562 0.469 0.047-0.031 0.094-0.078 0.109-0.141-0.063 0.172 0.234 0.5 0.391 0.469 0.172-0.031 0.219-0.375 0.219-0.5-0.313 0.156-0.594 0.031-0.766-0.281-0.031-0.078-0.281-0.516-0.063-0.516 0.297 0 0.094-0.234 0.063-0.453s-0.25-0.359-0.359-0.547c-0.094 0.187-0.406 0.141-0.5-0.016 0 0.047-0.047 0.125-0.047 0.187-0.078 0-0.156 0.016-0.234-0.016 0.031-0.187 0.047-0.422 0.094-0.625 0.078-0.281 0.594-0.828-0.078-0.797-0.234 0.016-0.328 0.109-0.406 0.313-0.078 0.187-0.047 0.359-0.266 0.453-0.141 0.063-0.609 0.031-0.75-0.047-0.297-0.172-0.5-0.719-0.5-1.031-0.016-0.422 0.203-0.797 0-1.188 0.094-0.078 0.187-0.234 0.297-0.313 0.094-0.063 0.203 0.047 0.25-0.141-0.047-0.031-0.109-0.094-0.125-0.094 0.234 0.109 0.672-0.156 0.875 0 0.125 0.094 0.266 0.125 0.344-0.031 0.016-0.047-0.109-0.234-0.047-0.359 0.047 0.266 0.219 0.313 0.453 0.141 0.094 0.094 0.344 0.063 0.516 0.156 0.172 0.109 0.203 0.281 0.406 0.047 0.125 0.187 0.141 0.187 0.187 0.375 0.047 0.172 0.141 0.609 0.297 0.688 0.328 0.203 0.25-0.344 0.219-0.531-0.016-0.016-0.016-0.531-0.031-0.531-0.5-0.109-0.313-0.5-0.031-0.766 0.047-0.031 0.406-0.156 0.562-0.281 0.141-0.125 0.313-0.344 0.234-0.547 0.078 0 0.141-0.063 0.172-0.141-0.047-0.016-0.234-0.172-0.266-0.156 0.109-0.063 0.094-0.156 0.031-0.25 0.156-0.094 0.078-0.266 0.234-0.328 0.172 0.234 0.516-0.031 0.344-0.219 0.156-0.219 0.516-0.109 0.609-0.313 0.234 0.063 0.063-0.234 0.187-0.406 0.109-0.141 0.297-0.141 0.438-0.219 0 0.016 0.391-0.219 0.266-0.234 0.266 0.031 0.797-0.25 0.391-0.484 0.063-0.141-0.141-0.203-0.281-0.234 0.109-0.031 0.25 0.031 0.344-0.031 0.203-0.141 0.063-0.203-0.109-0.25-0.219-0.063-0.5 0.078-0.672 0.187zM13.734 23.844c2.141-0.375 4.047-1.437 5.484-2.953-0.094-0.094-0.266-0.063-0.391-0.125-0.125-0.047-0.219-0.094-0.375-0.125 0.031-0.313-0.313-0.422-0.531-0.578-0.203-0.156-0.328-0.328-0.625-0.266-0.031 0.016-0.344 0.125-0.281 0.187-0.203-0.172-0.297-0.266-0.562-0.344-0.25-0.078-0.422-0.391-0.672-0.109-0.125 0.125-0.063 0.313-0.125 0.438-0.203-0.172 0.187-0.375 0.031-0.562-0.187-0.219-0.516 0.141-0.672 0.234-0.094 0.078-0.203 0.109-0.266 0.203-0.078 0.109-0.109 0.25-0.172 0.359-0.047-0.125-0.313-0.094-0.328-0.187 0.063 0.375 0.063 0.766 0.141 1.141 0.047 0.219 0 0.578-0.187 0.75s-0.422 0.359-0.453 0.625c-0.031 0.187 0.016 0.359 0.187 0.406 0.016 0.234-0.25 0.406-0.234 0.656 0 0.016 0.016 0.172 0.031 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wrench\" viewBox=\"0 0 26 28\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tasks\" viewBox=\"0 0 28 28\">\n<title>tasks</title>\n<path d=\"M16 22h10v-2h-10v2zM10 14h16v-2h-16v2zM20 6h6v-2h-6v2zM28 19v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 11v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-filter\" viewBox=\"0 0 22 28\">\n<title>filter</title>\n<path d=\"M21.922 4.609c0.156 0.375 0.078 0.812-0.219 1.094l-7.703 7.703v11.594c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703v-7.594l-7.703-7.703c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h20c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-briefcase\" viewBox=\"0 0 28 28\">\n<title>briefcase</title>\n<path d=\"M10 4h8v-2h-8v2zM28 14v7.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-7.5h10.5v2.5c0 0.547 0.453 1 1 1h5c0.547 0 1-0.453 1-1v-2.5h10.5zM16 14v2h-4v-2h4zM28 6.5v6h-28v-6c0-1.375 1.125-2.5 2.5-2.5h5.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-alt\" viewBox=\"0 0 24 28\">\n<title>arrows-alt</title>\n<path d=\"M20.047 8.453l-5.547 5.547 5.547 5.547 2.25-2.25c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.25-2.25-5.547-5.547-5.547 5.547 2.25 2.25c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.25 2.25 5.547-5.547-5.547-5.547-2.25 2.25c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-7c0-0.547 0.453-1 1-1h7c0.406 0 0.766 0.25 0.922 0.625 0.156 0.359 0.078 0.797-0.219 1.078l-2.25 2.25 5.547 5.547 5.547-5.547-2.25-2.25c-0.297-0.281-0.375-0.719-0.219-1.078 0.156-0.375 0.516-0.625 0.922-0.625h7c0.547 0 1 0.453 1 1v7c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.109-0.703-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-group\" viewBox=\"0 0 30 28\">\n<title>group</title>\n<path d=\"M9.266 14c-1.625 0.047-3.094 0.75-4.141 2h-2.094c-1.563 0-3.031-0.75-3.031-2.484 0-1.266-0.047-5.516 1.937-5.516 0.328 0 1.953 1.328 4.062 1.328 0.719 0 1.406-0.125 2.078-0.359-0.047 0.344-0.078 0.688-0.078 1.031 0 1.422 0.453 2.828 1.266 4zM26 23.953c0 2.531-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.516-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.531 0 2.469 2.172 5.594 2.172s5.063-2.172 5.594-2.172c4.578 0 5.406 5.422 5.406 8.953zM10 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM21 10c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM30 13.516c0 1.734-1.469 2.484-3.031 2.484h-2.094c-1.047-1.25-2.516-1.953-4.141-2 0.812-1.172 1.266-2.578 1.266-4 0-0.344-0.031-0.688-0.078-1.031 0.672 0.234 1.359 0.359 2.078 0.359 2.109 0 3.734-1.328 4.062-1.328 1.984 0 1.937 4.25 1.937 5.516zM28 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain\" viewBox=\"0 0 26 28\">\n<title>chain</title>\n<path d=\"M22.75 19c0-0.406-0.156-0.781-0.438-1.062l-3.25-3.25c-0.281-0.281-0.672-0.438-1.062-0.438-0.453 0-0.812 0.172-1.125 0.5 0.516 0.516 1.125 0.953 1.125 1.75 0 0.828-0.672 1.5-1.5 1.5-0.797 0-1.234-0.609-1.75-1.125-0.328 0.313-0.516 0.672-0.516 1.141 0 0.391 0.156 0.781 0.438 1.062l3.219 3.234c0.281 0.281 0.672 0.422 1.062 0.422s0.781-0.141 1.062-0.406l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047zM11.766 7.984c0-0.391-0.156-0.781-0.438-1.062l-3.219-3.234c-0.281-0.281-0.672-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l3.25 3.25c0.281 0.281 0.672 0.422 1.062 0.422 0.453 0 0.812-0.156 1.125-0.484-0.516-0.516-1.125-0.953-1.125-1.75 0-0.828 0.672-1.5 1.5-1.5 0.797 0 1.234 0.609 1.75 1.125 0.328-0.313 0.516-0.672 0.516-1.141zM25.75 19c0 1.188-0.484 2.344-1.328 3.172l-2.297 2.281c-0.844 0.844-1.984 1.297-3.172 1.297-1.203 0-2.344-0.469-3.187-1.328l-3.219-3.234c-0.844-0.844-1.297-1.984-1.297-3.172 0-1.234 0.5-2.406 1.375-3.266l-1.375-1.375c-0.859 0.875-2.016 1.375-3.25 1.375-1.188 0-2.344-0.469-3.187-1.313l-3.25-3.25c-0.859-0.859-1.313-1.984-1.313-3.187 0-1.188 0.484-2.344 1.328-3.172l2.297-2.281c0.844-0.844 1.984-1.297 3.172-1.297 1.203 0 2.344 0.469 3.187 1.328l3.219 3.234c0.844 0.844 1.297 1.984 1.297 3.172 0 1.234-0.5 2.406-1.375 3.266l1.375 1.375c0.859-0.875 2.016-1.375 3.25-1.375 1.188 0 2.344 0.469 3.187 1.313l3.25 3.25c0.859 0.859 1.313 1.984 1.313 3.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud\" viewBox=\"0 0 30 28\">\n<title>cloud</title>\n<path d=\"M30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.797 1.656-5.219 4.031-6.328-0.016-0.219-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.344 0 6.203 2.047 7.406 4.969 0.688-0.609 1.594-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.797-0.234 1.531-0.641 2.156 2.656 0.625 4.641 3 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flask\" viewBox=\"0 0 26 28\">\n<title>flask</title>\n<path d=\"M23.859 22.625c1.172 1.859 0.344 3.375-1.859 3.375h-18c-2.203 0-3.031-1.516-1.859-3.375l7.859-12.391v-6.234h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h8c0.547 0 1 0.453 1 1s-0.453 1-1 1h-1v6.234zM11.688 11.297l-4.25 6.703h11.125l-4.25-6.703-0.313-0.484v-6.813h-2v6.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cut\" viewBox=\"0 0 28 28\">\n<title>cut</title>\n<path d=\"M15 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19.688 15l7.922 6.219c0.281 0.203 0.422 0.547 0.391 0.875-0.047 0.344-0.25 0.641-0.547 0.797l-2 1c-0.141 0.078-0.297 0.109-0.453 0.109-0.172 0-0.344-0.047-0.484-0.125l-10.781-6.047-1.719 1.031c-0.063 0.031-0.125 0.063-0.187 0.078 0.141 0.484 0.203 1 0.156 1.516-0.141 1.609-1.219 3.141-2.938 4.234-1.328 0.844-2.859 1.313-4.328 1.313-1.406 0-2.594-0.422-3.469-1.219-0.891-0.828-1.344-2.016-1.234-3.234 0.141-1.594 1.219-3.141 2.922-4.234 1.328-0.844 2.875-1.313 4.344-1.313 0.875 0 1.672 0.172 2.359 0.484 0.094-0.141 0.203-0.25 0.344-0.344l1.906-1.141-1.906-1.141c-0.141-0.094-0.25-0.203-0.344-0.344-0.688 0.313-1.484 0.484-2.359 0.484-1.469 0-3.016-0.469-4.344-1.313-1.703-1.094-2.781-2.641-2.922-4.234-0.109-1.219 0.344-2.406 1.234-3.219 0.875-0.812 2.063-1.234 3.469-1.234 1.469 0 3 0.469 4.328 1.313 1.719 1.078 2.797 2.625 2.938 4.234 0.047 0.516-0.016 1.031-0.156 1.516 0.063 0.016 0.125 0.047 0.187 0.078l1.719 1.031 10.781-6.047c0.141-0.078 0.313-0.125 0.484-0.125 0.156 0 0.313 0.031 0.453 0.109l2 1c0.297 0.156 0.5 0.453 0.547 0.797 0.031 0.328-0.109 0.672-0.391 0.875zM9.047 10.938c0.953-0.875 0.359-2.453-1.328-3.516-0.953-0.609-2.063-0.922-3-0.922-0.719 0-1.359 0.187-1.766 0.562-0.953 0.875-0.359 2.453 1.328 3.516 0.953 0.609 2.047 0.922 3 0.922 0.719 0 1.359-0.187 1.766-0.562zM7.719 22.578c1.687-1.062 2.281-2.641 1.328-3.516-0.406-0.375-1.047-0.562-1.766-0.562-0.953 0-2.047 0.313-3 0.922-1.687 1.062-2.281 2.641-1.328 3.516 0.406 0.375 1.047 0.562 1.766 0.562 0.938 0 2.047-0.313 3-0.922zM10.5 13l1.5 0.906v-0.172c0-0.359 0.203-0.688 0.516-0.875l0.219-0.125-1.234-0.734-0.406 0.406c-0.125 0.125-0.219 0.25-0.344 0.359-0.047 0.047-0.078 0.063-0.109 0.094zM14 16.5l1.5 0.5 11.5-9-2-1-12 6.734v1.766l-2.5 1.5 0.141 0.125c0.031 0.047 0.063 0.063 0.109 0.094 0.125 0.125 0.219 0.25 0.344 0.375l0.406 0.406zM25 23l2-1-8.125-6.375-2.766 2.156c-0.047 0.063-0.125 0.078-0.203 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copy\" viewBox=\"0 0 28 28\">\n<title>copy</title>\n<path d=\"M26.5 6c0.828 0 1.5 0.672 1.5 1.5v19c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-4.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-10.5c0-0.828 0.484-1.984 1.062-2.562l6.375-6.375c0.578-0.578 1.734-1.062 2.562-1.062h6.5c0.828 0 1.5 0.672 1.5 1.5v5.125c0.609-0.359 1.391-0.625 2-0.625h6.5zM18 9.328l-4.672 4.672h4.672v-4.672zM8 3.328l-4.672 4.672h4.672v-4.672zM11.062 13.438l4.937-4.937v-6.5h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h8v-4c0-0.828 0.484-1.984 1.062-2.562zM26 26v-18h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paperclip\" viewBox=\"0 0 22 28\">\n<title>paperclip</title>\n<path d=\"M21.938 21.641c0 2.438-1.859 4.297-4.297 4.297-1.375 0-2.703-0.594-3.672-1.563l-12.141-12.125c-1.109-1.125-1.766-2.656-1.766-4.234 0-3.313 2.609-5.953 5.922-5.953 1.594 0 3.125 0.641 4.266 1.766l9.453 9.469c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.875 1.203-1.203 1.203-0.141 0-0.266-0.063-0.359-0.156l-9.469-9.484c-0.75-0.734-1.766-1.203-2.828-1.203-2.219 0-3.938 1.797-3.938 4 0 1.062 0.438 2.078 1.188 2.828l12.125 12.141c0.594 0.594 1.422 0.984 2.266 0.984 1.328 0 2.312-0.984 2.312-2.312 0-0.859-0.391-1.672-0.984-2.266l-9.078-9.078c-0.25-0.234-0.594-0.375-0.938-0.375-0.594 0-1.047 0.438-1.047 1.047 0 0.344 0.156 0.672 0.391 0.922l6.406 6.406c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.891 1.219-1.219 1.219-0.125 0-0.25-0.063-0.344-0.156l-6.406-6.406c-0.625-0.609-0.984-1.469-0.984-2.328 0-1.719 1.344-3.062 3.063-3.062 0.875 0 1.719 0.359 2.328 0.984l9.078 9.078c0.984 0.969 1.563 2.297 1.563 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-floppy-o\" viewBox=\"0 0 24 28\">\n<title>floppy-o</title>\n<path d=\"M6 24h12v-6h-12v6zM20 24h2v-14c0-0.297-0.266-0.938-0.469-1.141l-4.391-4.391c-0.219-0.219-0.828-0.469-1.141-0.469v6.5c0 0.828-0.672 1.5-1.5 1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v20h2v-6.5c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5v6.5zM14 9.5v-5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5zM24 10v14.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h14.5c0.828 0 1.969 0.469 2.562 1.062l4.375 4.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square\" viewBox=\"0 0 24 28\">\n<title>square</title>\n<path d=\"M24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bars\" viewBox=\"0 0 24 28\">\n<title>bars</title>\n<path d=\"M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ul\" viewBox=\"0 0 28 28\">\n<title>list-ul</title>\n<path d=\"M6 22c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM6 14c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM6 6c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ol\" viewBox=\"0 0 28 28\">\n<title>list-ol</title>\n<path d=\"M5.953 25.312c0 1.719-1.344 2.688-2.969 2.688-0.984 0-1.984-0.328-2.688-1.031l0.891-1.375c0.422 0.391 1.062 0.703 1.656 0.703 0.547 0 1.125-0.266 1.125-0.891 0-0.875-1-0.922-1.641-0.875l-0.406-0.875c0.562-0.719 1.078-1.516 1.75-2.125v-0.016c-0.5 0-1.016 0.031-1.516 0.031v0.828h-1.656v-2.375h5.203v1.375l-1.484 1.797c1.047 0.25 1.734 1.062 1.734 2.141zM5.984 15.516v2.484h-5.656c-0.047-0.281-0.094-0.562-0.094-0.844 0-2.891 3.531-3.328 3.531-4.641 0-0.531-0.328-0.812-0.844-0.812-0.547 0-1 0.469-1.266 0.906l-1.328-0.922c0.516-1.078 1.578-1.687 2.766-1.687 1.453 0 2.703 0.859 2.703 2.406 0 2.312-3.391 2.828-3.437 4.047h1.984v-0.938h1.641zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM6 6.453v1.547h-5.234v-1.547h1.672c0-1.266 0.016-2.531 0.016-3.797v-0.187h-0.031c-0.172 0.344-0.484 0.578-0.781 0.844l-1.109-1.188 2.125-1.984h1.656v6.312h1.687zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-strikethrough\" viewBox=\"0 0 28 28\">\n<title>strikethrough</title>\n<path d=\"M27.5 14c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h27zM7.547 13c-0.297-0.375-0.562-0.797-0.797-1.25-0.5-1.016-0.75-2-0.75-2.938 0-1.906 0.703-3.5 2.094-4.828s3.437-1.984 6.141-1.984c0.594 0 1.453 0.109 2.609 0.297 0.688 0.125 1.609 0.375 2.766 0.75 0.109 0.406 0.219 1.031 0.328 1.844 0.141 1.234 0.219 2.187 0.219 2.859 0 0.219-0.031 0.453-0.078 0.703l-0.187 0.047-1.313-0.094-0.219-0.031c-0.531-1.578-1.078-2.641-1.609-3.203-0.922-0.953-2.031-1.422-3.281-1.422-1.188 0-2.141 0.313-2.844 0.922s-1.047 1.375-1.047 2.281c0 0.766 0.344 1.484 1.031 2.188s2.141 1.375 4.359 2.016c0.75 0.219 1.641 0.562 2.703 1.031 0.562 0.266 1.062 0.531 1.484 0.812h-11.609zM15.469 17h6.422c0.078 0.438 0.109 0.922 0.109 1.437 0 1.125-0.203 2.234-0.641 3.313-0.234 0.578-0.594 1.109-1.109 1.625-0.375 0.359-0.938 0.781-1.703 1.266-0.781 0.469-1.563 0.828-2.391 1.031-0.828 0.219-1.875 0.328-3.172 0.328-0.859 0-1.891-0.031-3.047-0.359l-2.188-0.625c-0.609-0.172-0.969-0.313-1.125-0.438-0.063-0.063-0.125-0.172-0.125-0.344v-0.203c0-0.125 0.031-0.938-0.031-2.438-0.031-0.781 0.031-1.328 0.031-1.641v-0.688l1.594-0.031c0.578 1.328 0.844 2.125 1.016 2.406 0.375 0.609 0.797 1.094 1.25 1.469s1 0.672 1.641 0.891c0.625 0.234 1.328 0.344 2.063 0.344 0.656 0 1.391-0.141 2.172-0.422 0.797-0.266 1.437-0.719 1.906-1.344 0.484-0.625 0.734-1.297 0.734-2.016 0-0.875-0.422-1.687-1.266-2.453-0.344-0.297-1.062-0.672-2.141-1.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-underline\" viewBox=\"0 0 24 28\">\n<title>underline</title>\n<path d=\"M0.75 3.484c-0.281-0.016-0.516-0.016-0.703-0.063l-0.047-1.375c0.203-0.016 0.406-0.016 0.625-0.016 0.547 0 1.141 0.016 1.75 0.063 1.469 0.078 2.344 0.109 2.594 0.109 0.891 0 1.766-0.016 2.625-0.047 0.844-0.031 1.609-0.063 2.281-0.078 0.656 0 1.109-0.016 1.344-0.031l-0.016 0.219 0.031 1v0.141c-0.625 0.094-1.266 0.141-1.937 0.141-0.625 0-1.031 0.125-1.234 0.391-0.141 0.156-0.203 0.844-0.203 2.063 0 0.375 0.016 0.672 0.016 0.906l0.016 3.578 0.219 4.375c0.063 1.266 0.313 2.312 0.797 3.156 0.359 0.609 0.859 1.094 1.5 1.437 0.938 0.5 1.859 0.734 2.766 0.734 1.062 0 2.063-0.141 2.984-0.438 0.547-0.172 1.062-0.422 1.547-0.797 0.484-0.359 0.828-0.688 1.016-1 0.406-0.625 0.672-1.234 0.828-1.781 0.219-0.766 0.328-1.953 0.328-3.578 0-2.797-0.203-2.875-0.438-6.406l-0.063-0.922c-0.047-0.672-0.156-1.141-0.375-1.375-0.344-0.359-0.75-0.547-1.203-0.531l-1.563 0.031-0.219-0.047 0.031-1.344h1.313l3.203 0.156c1.062 0.047 2.078-0.047 3.063-0.156l0.281 0.031c0.063 0.391 0.094 0.656 0.094 0.797s-0.031 0.297-0.063 0.484c-0.422 0.109-0.859 0.187-1.313 0.203-0.734 0.109-1.156 0.187-1.234 0.266-0.141 0.141-0.234 0.344-0.234 0.641 0 0.203 0.031 0.516 0.047 0.906 0 0 0.125 0.281 0.344 6.188 0.078 2.359-0.078 3.953-0.234 4.75s-0.375 1.437-0.641 1.906c-0.406 0.688-1 1.328-1.75 1.922-0.766 0.578-1.703 1.047-2.844 1.391s-2.469 0.516-3.984 0.516c-1.719 0-3.203-0.234-4.438-0.719s-2.172-1.125-2.797-1.906-1.062-1.797-1.297-3.047c-0.172-0.859-0.25-2.094-0.25-3.703v-5.203c0-1.969-0.094-3.078-0.266-3.328-0.25-0.359-1.016-0.578-2.297-0.609zM24 25.5v-1c0-0.281-0.219-0.5-0.5-0.5h-23c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h23c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-table\" viewBox=\"0 0 26 28\">\n<title>table</title>\n<path d=\"M8 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM26 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magic\" viewBox=\"0 0 26 28\">\n<title>magic</title>\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-truck\" viewBox=\"0 0 29 28\">\n<title>truck</title>\n<path d=\"M10 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM4 14h6v-4h-2.469c-0.063 0-0.297 0.094-0.344 0.141l-3.047 3.047c-0.047 0.047-0.141 0.281-0.141 0.344v0.469zM24 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM28 5v16c0 1.156-1.219 1-2 1 0 2.203-1.797 4-4 4s-4-1.797-4-4h-6c0 2.203-1.797 4-4 4s-4-1.797-4-4h-1c-0.781 0-2 0.156-2-1 0-0.547 0.453-1 1-1v-5c0-1.109-0.156-2.344 0.703-3.203l3.094-3.094c0.391-0.391 1.141-0.703 1.703-0.703h2.5v-3c0-0.547 0.453-1 1-1h16c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest\" viewBox=\"0 0 24 28\">\n<title>pinterest</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12-1.188 0-2.312-0.172-3.406-0.5 0.453-0.719 0.969-1.641 1.219-2.562 0 0 0.141-0.531 0.844-3.297 0.406 0.797 1.625 1.5 2.922 1.5 3.859 0 6.484-3.516 6.484-8.234 0-3.547-3.016-6.875-7.609-6.875-5.688 0-8.563 4.094-8.563 7.5 0 2.063 0.781 3.906 2.453 4.594 0.266 0.109 0.516 0 0.594-0.313 0.063-0.203 0.187-0.734 0.25-0.953 0.078-0.313 0.047-0.406-0.172-0.672-0.484-0.578-0.797-1.313-0.797-2.359 0-3.031 2.266-5.75 5.906-5.75 3.219 0 5 1.969 5 4.609 0 3.453-1.531 6.375-3.813 6.375-1.25 0-2.188-1.031-1.891-2.312 0.359-1.516 1.062-3.156 1.062-4.25 0-0.984-0.531-1.813-1.625-1.813-1.281 0-2.312 1.328-2.312 3.109 0 0 0 1.141 0.391 1.906-1.313 5.563-1.547 6.531-1.547 6.531-0.219 0.906-0.234 1.922-0.203 2.766-4.234-1.859-7.187-6.078-7.187-11 0-6.625 5.375-12 12-12s12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-square\" viewBox=\"0 0 24 28\">\n<title>pinterest-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-11.328c0.516-0.734 1.359-2 1.687-3.281 0 0 0.141-0.531 0.828-3.266 0.422 0.797 1.625 1.484 2.906 1.484 3.813 0 6.406-3.484 6.406-8.141 0-3.516-2.984-6.797-7.516-6.797-5.641 0-8.484 4.047-8.484 7.422 0 2.031 0.781 3.844 2.438 4.531 0.266 0.109 0.516 0 0.594-0.297 0.047-0.203 0.172-0.734 0.234-0.953 0.078-0.297 0.047-0.406-0.172-0.656-0.469-0.578-0.781-1.297-0.781-2.344 0-3 2.25-5.672 5.844-5.672 3.187 0 4.937 1.937 4.937 4.547 0 3.422-1.516 6.312-3.766 6.312-1.234 0-2.172-1.031-1.875-2.297 0.359-1.5 1.047-3.125 1.047-4.203 0-0.969-0.516-1.781-1.594-1.781-1.266 0-2.281 1.313-2.281 3.063 0 0 0 1.125 0.375 1.891-1.297 5.5-1.531 6.469-1.531 6.469-0.344 1.437-0.203 3.109-0.109 3.969h-2.859c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-square\" viewBox=\"0 0 24 28\">\n<title>google-plus-square</title>\n<path d=\"M14.328 14.141c0-0.391-0.047-0.703-0.094-1h-5.656v2.063h3.391c-0.125 0.875-1.016 2.578-3.391 2.578-2.063 0-3.734-1.687-3.734-3.781s1.672-3.781 3.734-3.781c1.156 0 1.937 0.484 2.391 0.922l1.625-1.578c-1.047-0.969-2.406-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus\" viewBox=\"0 0 36 28\">\n<title>google-plus</title>\n<path d=\"M22.453 14.266c0 6.547-4.391 11.188-11 11.188-6.328 0-11.453-5.125-11.453-11.453s5.125-11.453 11.453-11.453c3.094 0 5.672 1.125 7.672 3l-3.109 2.984c-0.844-0.812-2.328-1.766-4.562-1.766-3.906 0-7.094 3.234-7.094 7.234s3.187 7.234 7.094 7.234c4.531 0 6.234-3.266 6.5-4.937h-6.5v-3.938h10.813c0.109 0.578 0.187 1.156 0.187 1.906zM36 12.359v3.281h-3.266v3.266h-3.281v-3.266h-3.266v-3.281h3.266v-3.266h3.281v3.266h3.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-money\" viewBox=\"0 0 30 28\">\n<title>money</title>\n<path d=\"M12 18h6v-1.5h-2v-7h-1.781l-2.312 2.141 1.203 1.25c0.375-0.328 0.609-0.5 0.859-0.891h0.031v4.5h-2v1.5zM20 14c0 2.844-1.719 6.5-5 6.5s-5-3.656-5-6.5 1.719-6.5 5-6.5 5 3.656 5 6.5zM28 18v-8c-2.203 0-4-1.797-4-4h-18c0 2.203-1.797 4-4 4v8c2.203 0 4 1.797 4 4h18c0-2.203 1.797-4 4-4zM30 5v18c0 0.547-0.453 1-1 1h-28c-0.547 0-1-0.453-1-1v-18c0-0.547 0.453-1 1-1h28c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-down\" viewBox=\"0 0 16 28\">\n<title>caret-down</title>\n<path d=\"M16 11c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-up\" viewBox=\"0 0 16 28\">\n<title>caret-up</title>\n<path d=\"M16 19c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-left\" viewBox=\"0 0 11 28\">\n<title>caret-left</title>\n<path d=\"M10 7v14c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-right\" viewBox=\"0 0 9 28\">\n<title>caret-right</title>\n<path d=\"M9 14c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-14c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-columns\" viewBox=\"0 0 26 28\">\n<title>columns</title>\n<path d=\"M2.5 24h9.5v-18h-10v17.5c0 0.266 0.234 0.5 0.5 0.5zM24 23.5v-17.5h-10v18h9.5c0.266 0 0.5-0.234 0.5-0.5zM26 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort\" viewBox=\"0 0 16 28\">\n<title>sort</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-desc\" viewBox=\"0 0 16 28\">\n<title>sort-desc</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-asc\" viewBox=\"0 0 16 28\">\n<title>sort-asc</title>\n<path d=\"M16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope\" viewBox=\"0 0 28 28\">\n<title>envelope</title>\n<path d=\"M28 11.094v12.406c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-12.406c0.469 0.516 1 0.969 1.578 1.359 2.594 1.766 5.219 3.531 7.766 5.391 1.313 0.969 2.938 2.156 4.641 2.156h0.031c1.703 0 3.328-1.188 4.641-2.156 2.547-1.844 5.172-3.625 7.781-5.391 0.562-0.391 1.094-0.844 1.563-1.359zM28 6.5c0 1.75-1.297 3.328-2.672 4.281-2.438 1.687-4.891 3.375-7.313 5.078-1.016 0.703-2.734 2.141-4 2.141h-0.031c-1.266 0-2.984-1.437-4-2.141-2.422-1.703-4.875-3.391-7.297-5.078-1.109-0.75-2.688-2.516-2.688-3.938 0-1.531 0.828-2.844 2.5-2.844h23c1.359 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin\" viewBox=\"0 0 24 28\">\n<title>linkedin</title>\n<path d=\"M5.453 9.766v15.484h-5.156v-15.484h5.156zM5.781 4.984c0.016 1.484-1.109 2.672-2.906 2.672v0h-0.031c-1.734 0-2.844-1.188-2.844-2.672 0-1.516 1.156-2.672 2.906-2.672 1.766 0 2.859 1.156 2.875 2.672zM24 16.375v8.875h-5.141v-8.281c0-2.078-0.75-3.5-2.609-3.5-1.422 0-2.266 0.953-2.641 1.875-0.125 0.344-0.172 0.797-0.172 1.266v8.641h-5.141c0.063-14.031 0-15.484 0-15.484h5.141v2.25h-0.031c0.672-1.062 1.891-2.609 4.672-2.609 3.391 0 5.922 2.219 5.922 6.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rotate-left\" viewBox=\"0 0 24 28\">\n<title>rotate-left</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gavel\" viewBox=\"0 0 28 28\">\n<title>gavel</title>\n<path d=\"M27.672 24c0 0.531-0.219 1.047-0.578 1.406l-1.672 1.687c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-5.672-5.688c-0.375-0.359-0.594-0.875-0.594-1.406 0-0.594 0.25-1.078 0.672-1.5l-4-4-1.969 1.969c-0.141 0.141-0.328 0.219-0.531 0.219s-0.391-0.078-0.531-0.219c0.469 0.469 0.906 0.812 0.906 1.531 0 0.406-0.156 0.766-0.438 1.062-0.531 0.562-1.094 1.313-1.937 1.313-0.391 0-0.781-0.156-1.062-0.438l-6.375-6.375c-0.281-0.281-0.438-0.672-0.438-1.062 0-0.844 0.75-1.406 1.313-1.937 0.297-0.281 0.656-0.438 1.062-0.438 0.719 0 1.062 0.438 1.531 0.906-0.141-0.141-0.219-0.328-0.219-0.531s0.078-0.391 0.219-0.531l5.437-5.437c0.141-0.141 0.328-0.219 0.531-0.219s0.391 0.078 0.531 0.219c-0.469-0.469-0.906-0.812-0.906-1.531 0-0.406 0.156-0.766 0.438-1.062 0.531-0.562 1.094-1.313 1.937-1.313 0.391 0 0.781 0.156 1.062 0.438l6.375 6.375c0.281 0.281 0.438 0.672 0.438 1.062 0 0.844-0.75 1.406-1.313 1.937-0.297 0.281-0.656 0.438-1.062 0.438-0.719 0-1.062-0.438-1.531-0.906 0.141 0.141 0.219 0.328 0.219 0.531s-0.078 0.391-0.219 0.531l-1.969 1.969 4 4c0.422-0.422 0.906-0.672 1.5-0.672 0.531 0 1.047 0.219 1.422 0.578l5.672 5.672c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashboard\" viewBox=\"0 0 28 28\">\n<title>dashboard</title>\n<path d=\"M6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM9 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM15.687 18.516l1.578-5.969c0.125-0.531-0.187-1.078-0.719-1.219v0c-0.531-0.141-1.078 0.187-1.219 0.719l-1.578 5.969c-1.234 0.094-2.312 0.953-2.656 2.219-0.422 1.609 0.547 3.25 2.141 3.672 1.609 0.422 3.25-0.547 3.672-2.141 0.328-1.266-0.203-2.547-1.219-3.25zM26 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 18c0 2.688-0.766 5.281-2.203 7.547-0.187 0.281-0.5 0.453-0.844 0.453h-21.906c-0.344 0-0.656-0.172-0.844-0.453-1.437-2.25-2.203-4.859-2.203-7.547 0-7.719 6.281-14 14-14s14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment-o\" viewBox=\"0 0 28 28\">\n<title>comment-o</title>\n<path d=\"M14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.531 6.266-10 14-10v0c7.734 0 14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments-o\" viewBox=\"0 0 28 28\">\n<title>comments-o</title>\n<path d=\"M11 6c-4.875 0-9 2.75-9 6 0 1.719 1.156 3.375 3.156 4.531l1.516 0.875-0.547 1.313c0.328-0.187 0.656-0.391 0.969-0.609l0.688-0.484 0.828 0.156c0.781 0.141 1.578 0.219 2.391 0.219 4.875 0 9-2.75 9-6s-4.125-6-9-6zM11 4c6.078 0 11 3.578 11 8s-4.922 8-11 8c-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8zM23.844 22.266c0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375 0 2.547-1.625 4.797-4.156 6.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bolt\" viewBox=\"0 0 14 28\">\n<title>bolt</title>\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sitemap\" viewBox=\"0 0 28 28\">\n<title>sitemap</title>\n<path d=\"M28 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3c0-1.094 0.906-2 2-2h8v-3h-1.5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-1.5v3h8c1.094 0 2 0.906 2 2v3h1.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-umbrella\" viewBox=\"0 0 26 28\">\n<title>umbrella</title>\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clipboard\" viewBox=\"0 0 28 28\">\n<title>clipboard</title>\n<path d=\"M12 26h14v-10h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6v18zM16 3.5v-1c0-0.266-0.234-0.5-0.5-0.5h-11c-0.266 0-0.5 0.234-0.5 0.5v1c0 0.266 0.234 0.5 0.5 0.5h11c0.266 0 0.5-0.234 0.5-0.5zM20 14h4.672l-4.672-4.672v4.672zM28 16v10.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h17c0.828 0 1.5 0.672 1.5 1.5v5.125c0.203 0.125 0.391 0.266 0.562 0.437l6.375 6.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lightbulb-o\" viewBox=\"0 0 16 28\">\n<title>lightbulb-o</title>\n<path d=\"M11.5 9c0 0.266-0.234 0.5-0.5 0.5s-0.5-0.234-0.5-0.5c0-1.078-1.672-1.5-2.5-1.5-0.266 0-0.5-0.234-0.5-0.5s0.234-0.5 0.5-0.5c1.453 0 3.5 0.766 3.5 2.5zM14 9c0-3.125-3.172-5-6-5s-6 1.875-6 5c0 1 0.406 2.047 1.062 2.812 0.297 0.344 0.641 0.672 0.953 1.031 1.109 1.328 2.047 2.891 2.203 4.656h3.563c0.156-1.766 1.094-3.328 2.203-4.656 0.313-0.359 0.656-0.688 0.953-1.031 0.656-0.766 1.062-1.813 1.062-2.812zM16 9c0 1.609-0.531 3-1.609 4.188s-2.5 2.859-2.625 4.531c0.453 0.266 0.734 0.766 0.734 1.281 0 0.375-0.141 0.734-0.391 1 0.25 0.266 0.391 0.625 0.391 1 0 0.516-0.266 0.984-0.703 1.266 0.125 0.219 0.203 0.484 0.203 0.734 0 1.016-0.797 1.5-1.703 1.5-0.406 0.906-1.313 1.5-2.297 1.5s-1.891-0.594-2.297-1.5c-0.906 0-1.703-0.484-1.703-1.5 0-0.25 0.078-0.516 0.203-0.734-0.438-0.281-0.703-0.75-0.703-1.266 0-0.375 0.141-0.734 0.391-1-0.25-0.266-0.391-0.625-0.391-1 0-0.516 0.281-1.016 0.734-1.281-0.125-1.672-1.547-3.344-2.625-4.531s-1.609-2.578-1.609-4.188c0-4.25 4.047-7 8-7s8 2.75 8 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exchange\" viewBox=\"0 0 28 28\">\n<title>exchange</title>\n<path d=\"M28 18.5v3c0 0.266-0.234 0.5-0.5 0.5h-21.5v3c0 0.266-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-5c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.219 0.5 0.5v3h21.5c0.266 0 0.5 0.219 0.5 0.5zM28 10c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-21.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-download\" viewBox=\"0 0 30 28\">\n<title>cloud-download</title>\n<path d=\"M20 14.5c0-0.281-0.219-0.5-0.5-0.5h-3.5v-5.5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5.5h-3.5c-0.281 0-0.5 0.234-0.5 0.5 0 0.125 0.047 0.266 0.141 0.359l5.5 5.5c0.094 0.094 0.219 0.141 0.359 0.141 0.125 0 0.266-0.047 0.359-0.141l5.484-5.484c0.094-0.109 0.156-0.234 0.156-0.375zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-upload\" viewBox=\"0 0 30 28\">\n<title>cloud-upload</title>\n<path d=\"M20 13.5c0-0.125-0.047-0.266-0.141-0.359l-5.5-5.5c-0.094-0.094-0.219-0.141-0.359-0.141-0.125 0-0.266 0.047-0.359 0.141l-5.484 5.484c-0.094 0.109-0.156 0.234-0.156 0.375 0 0.281 0.219 0.5 0.5 0.5h3.5v5.5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5v-5.5h3.5c0.281 0 0.5-0.234 0.5-0.5zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-md\" viewBox=\"0 0 22 28\">\n<title>user-md</title>\n<path d=\"M6 21c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.109 0.625-8.016 4.344-8.828-0.25 0.594-0.344 1.234-0.344 1.875v3.172c-1.203 0.422-2 1.563-2 2.828 0 1.656 1.344 3 3 3s3-1.344 3-3c0-1.266-0.812-2.406-2-2.828v-3.172c0-0.516 0.047-1.031 0.391-1.453 1.313 1.031 2.938 1.625 4.609 1.625s3.297-0.594 4.609-1.625c0.344 0.422 0.391 0.938 0.391 1.453v1c-2.203 0-4 1.797-4 4v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.094 0.906-2 2-2s2 0.906 2 2v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.422-0.766-2.75-2-3.453 0-1.141 0.109-2.359-0.344-3.422 3.719 0.812 4.344 5.719 4.344 8.828zM17 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stethoscope\" viewBox=\"0 0 22 28\">\n<title>stethoscope</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 11c0 1.313-0.828 2.406-2 2.828v6.172c0 3.313-3.141 6-7 6s-7-2.688-7-6v-2.063c-3.391-0.422-6-2.922-6-5.938v-8c0-0.547 0.453-1 1-1 0.094 0 0.172 0.016 0.25 0.031 0.344-0.609 1-1.031 1.75-1.031 1.109 0 2 0.891 2 2s-0.891 2-2 2c-0.359 0-0.703-0.109-1-0.281v6.281c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.281c-0.297 0.172-0.641 0.281-1 0.281-1.109 0-2-0.891-2-2s0.891-2 2-2c0.75 0 1.406 0.422 1.75 1.031 0.078-0.016 0.156-0.031 0.25-0.031 0.547 0 1 0.453 1 1v8c0 3.016-2.609 5.516-6 5.938v2.063c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.172c-1.172-0.422-2-1.516-2-2.828 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-suitcase\" viewBox=\"0 0 28 28\">\n<title>suitcase</title>\n<path d=\"M10 6h8v-2h-8v2zM4.5 6v20h-1c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h1zM22 6v20h-16v-20h2v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-1v-20h1c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell\" viewBox=\"0 0 28 28\">\n<title>bell</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-coffee\" viewBox=\"0 0 29 28\">\n<title>coffee</title>\n<path d=\"M26 10c0-1.656-1.344-3-3-3h-1v6h1c1.656 0 3-1.344 3-3zM0 22h28c0 2.203-1.797 4-4 4h-20c-2.203 0-4-1.797-4-4zM29 10c0 3.313-2.688 6-6 6h-1v0.5c0 1.922-1.578 3.5-3.5 3.5h-11c-1.922 0-3.5-1.578-3.5-3.5v-11.5c0-0.547 0.453-1 1-1h18c3.313 0 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cutlery\" viewBox=\"0 0 22 28\">\n<title>cutlery</title>\n<path d=\"M10 1v10c0 1.266-0.812 2.406-2 2.828v12.172c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-12.172c-1.188-0.422-2-1.563-2-2.828v-10c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1zM22 1v25c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-8h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-12.5c0-2.75 2.25-5 5-5h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text-o\" viewBox=\"0 0 24 28\">\n<title>file-text-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6 12.5c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1zM17.5 16c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11zM17.5 20c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building-o\" viewBox=\"0 0 22 28\">\n<title>building-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-24h-18v24h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM22 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hospital-o\" viewBox=\"0 0 22 28\">\n<title>hospital-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-18h-4v0.5c0 0.828-0.672 1.5-1.5 1.5h-7c-0.828 0-1.5-0.672-1.5-1.5v-0.5h-4v18h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM14 7.5v-5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v1.5h-2v-1.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5v-1.5h2v1.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM22 7v20c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-20c0-0.547 0.453-1 1-1h5v-4.5c0-0.828 0.672-1.5 1.5-1.5h7c0.828 0 1.5 0.672 1.5 1.5v4.5h5c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ambulance\" viewBox=\"0 0 31 28\">\n<title>ambulance</title>\n<path d=\"M10 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM4 14h6v-4h-2.469c-0.094 0.016-0.266 0.078-0.344 0.141l-3.047 3.047c-0.047 0.078-0.125 0.25-0.141 0.344v0.469zM24 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 11.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM30 3v18c0 0.547-0.453 1-1 1h-3c0 2.203-1.781 4-4 4-2.203 0-4-1.797-4-4h-6c0 2.203-1.781 4-4 4s-4-1.797-4-4h-2c-0.547 0-1-0.453-1-1s0.453-1 1-1v-6.5c0-0.547 0.313-1.313 0.703-1.703l3.094-3.094c0.391-0.391 1.156-0.703 1.703-0.703h2.5v-5c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medkit\" viewBox=\"0 0 28 28\">\n<title>medkit</title>\n<path d=\"M20 17.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM10 6h8v-2h-8v2zM4 6v20h-0.5c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h0.5zM22.5 6v20h-17v-20h2.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2.5zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-0.5v-20h0.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fighter-jet\" viewBox=\"0 0 30 28\">\n<title>fighter-jet</title>\n<path d=\"M30 15c0 0 0 0.5-4.5 1.5l-5.5 0.5-3.5 1h-1l-4.578 5.5h1.078c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-5v-0.5h1v-6.5h-2.5l-3 3.5h-1.5l-0.5-0.5v-3h0.5v-0.5h2v-0.125l-3-0.375v-2l3-0.375v-0.125h-2v-0.5h-0.5v-3l0.5-0.5h1.5l3 3.5h2.5v-6.5h-1v-0.5h5c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-1.078l4.578 5.5h1l3.5 1 5.5 0.5c4.5 1 4.5 1.5 4.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-beer\" viewBox=\"0 0 27 28\">\n<title>beer</title>\n<path d=\"M10 14v-6h-4v4c0 1.109 0.891 2 2 2h2zM26 21v3h-18v-3l2-3h-2c-3.313 0-6-2.688-6-6v-5l-1-1 0.5-2h7.5l0.5-2h15l0.5 3-1 0.5v12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-h-square\" viewBox=\"0 0 24 28\">\n<title>h-square</title>\n<path d=\"M20 21v-14c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-8v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v14c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h8v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square\" viewBox=\"0 0 24 28\">\n<title>plus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-5v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-5c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h5v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h5c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-left\" viewBox=\"0 0 17 28\">\n<title>angle-double-left</title>\n<path d=\"M9.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359zM15.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-right\" viewBox=\"0 0 15 28\">\n<title>angle-double-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM15.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-up\" viewBox=\"0 0 18 28\">\n<title>angle-double-up</title>\n<path d=\"M16.797 20.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 14.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-down\" viewBox=\"0 0 18 28\">\n<title>angle-double-down</title>\n<path d=\"M16.797 13.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 7.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-left\" viewBox=\"0 0 11 28\">\n<title>angle-left</title>\n<path d=\"M9.797 8.5c0 0.125-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.219 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-right\" viewBox=\"0 0 9 28\">\n<title>angle-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359 0-0.125 0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-up\" viewBox=\"0 0 18 28\">\n<title>angle-up</title>\n<path d=\"M16.797 18.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-down\" viewBox=\"0 0 18 28\">\n<title>angle-down</title>\n<path d=\"M16.797 11.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-desktop\" viewBox=\"0 0 30 28\">\n<title>desktop</title>\n<path d=\"M28 15.5v-13c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-8.5c0 1.328 1 2.453 1 3s-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1 0-0.578 1-1.641 1-3h-8.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-laptop\" viewBox=\"0 0 30 28\">\n<title>laptop</title>\n<path d=\"M6.5 20c-1.375 0-2.5-1.125-2.5-2.5v-11c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5v11c0 1.375-1.125 2.5-2.5 2.5h-17zM6 6.5v11c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5v-11c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5zM27.5 21h2.5v1.5c0 0.828-1.125 1.5-2.5 1.5h-25c-1.375 0-2.5-0.672-2.5-1.5v-1.5h27.5zM16.25 22.5c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tablet\" viewBox=\"0 0 18 28\">\n<title>tablet</title>\n<path d=\"M10 22c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-13c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h13c0.266 0 0.5-0.234 0.5-0.5zM18 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-13c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h13c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mobile\" viewBox=\"0 0 12 28\">\n<title>mobile</title>\n<path d=\"M7.25 22c0-0.688-0.562-1.25-1.25-1.25s-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25 1.25-0.562 1.25-1.25zM10.5 19.5v-11c0-0.266-0.234-0.5-0.5-0.5h-8c-0.266 0-0.5 0.234-0.5 0.5v11c0 0.266 0.234 0.5 0.5 0.5h8c0.266 0 0.5-0.234 0.5-0.5zM7.5 6.25c0-0.141-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5c0.141 0 0.25-0.109 0.25-0.25zM12 6v16c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-16c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o\" viewBox=\"0 0 24 28\">\n<title>circle-o</title>\n<path d=\"M12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-left\" viewBox=\"0 0 26 28\">\n<title>quote-left</title>\n<path d=\"M12 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3zM26 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-right\" viewBox=\"0 0 26 28\">\n<title>quote-right</title>\n<path d=\"M12 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3zM26 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spinner\" viewBox=\"0 0 28 28\">\n<title>spinner</title>\n<path d=\"M8.219 21.781c0 1.094-0.891 2-2 2-1.094 0-2-0.906-2-2 0-1.109 0.906-2 2-2 1.109 0 2 0.891 2 2zM16 25c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM5 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM23.781 21.781c0 1.094-0.906 2-2 2-1.109 0-2-0.906-2-2 0-1.109 0.891-2 2-2 1.094 0 2 0.891 2 2zM8.719 6.219c0 1.375-1.125 2.5-2.5 2.5s-2.5-1.125-2.5-2.5 1.125-2.5 2.5-2.5 2.5 1.125 2.5 2.5zM27 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM17 3c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM25.281 6.219c0 1.937-1.578 3.5-3.5 3.5-1.937 0-3.5-1.563-3.5-3.5 0-1.922 1.563-3.5 3.5-3.5 1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle\" viewBox=\"0 0 24 28\">\n<title>circle</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply\" viewBox=\"0 0 28 28\">\n<title>mail-reply</title>\n<path d=\"M28 17.5c0 2.188-1.094 5.047-1.984 7.047-0.172 0.359-0.344 0.859-0.578 1.188-0.109 0.156-0.219 0.266-0.438 0.266-0.313 0-0.5-0.25-0.5-0.547 0-0.25 0.063-0.531 0.078-0.781 0.047-0.641 0.078-1.281 0.078-1.922 0-7.453-4.422-8.75-11.156-8.75h-3.5v4c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-8-8c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l8-8c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v4h3.5c5.125 0 11.5 0.906 13.672 6.297 0.656 1.656 0.828 3.453 0.828 5.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-alt\" viewBox=\"0 0 26 28\">\n<title>github-alt</title>\n<path d=\"M10 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM20 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM22.5 19c0-2.391-1.453-4.5-4-4.5-1.031 0-2.016 0.187-3.047 0.328-0.812 0.125-1.625 0.172-2.453 0.172s-1.641-0.047-2.453-0.172c-1.016-0.141-2.016-0.328-3.047-0.328-2.547 0-4 2.109-4 4.5 0 4.781 4.375 5.516 8.188 5.516h2.625c3.813 0 8.188-0.734 8.188-5.516zM26 16.25c0 1.734-0.172 3.578-0.953 5.172-2.063 4.172-7.734 4.578-11.797 4.578-4.125 0-10.141-0.359-12.281-4.578-0.797-1.578-0.969-3.437-0.969-5.172 0-2.281 0.625-4.438 2.125-6.188-0.281-0.859-0.422-1.766-0.422-2.656 0-1.172 0.266-2.344 0.797-3.406 2.469 0 4.047 1.078 5.922 2.547 1.578-0.375 3.203-0.547 4.828-0.547 1.469 0 2.953 0.156 4.375 0.5 1.859-1.453 3.437-2.5 5.875-2.5 0.531 1.062 0.797 2.234 0.797 3.406 0 0.891-0.141 1.781-0.422 2.625 1.5 1.766 2.125 3.938 2.125 6.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-o\" viewBox=\"0 0 26 28\">\n<title>folder-o</title>\n<path d=\"M24 20.5v-11c0-0.828-0.672-1.5-1.5-1.5h-11c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v15c0 0.828 0.672 1.5 1.5 1.5h19c0.828 0 1.5-0.672 1.5-1.5zM26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open-o\" viewBox=\"0 0 30 28\">\n<title>folder-open-o</title>\n<path d=\"M27.828 14.547c0-0.438-0.484-0.547-0.828-0.547h-17c-0.828 0-1.922 0.516-2.453 1.156l-4.594 5.672c-0.141 0.187-0.281 0.391-0.281 0.625 0 0.438 0.484 0.547 0.828 0.547h17c0.828 0 1.922-0.516 2.453-1.172l4.594-5.672c0.141-0.172 0.281-0.375 0.281-0.609zM10 12h12v-2.5c0-0.828-0.672-1.5-1.5-1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v13.328l4-4.922c0.906-1.109 2.578-1.906 4-1.906zM29.828 14.547c0 0.688-0.297 1.344-0.719 1.875l-4.609 5.672c-0.891 1.094-2.594 1.906-4 1.906h-17c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5v2.5h3c1.062 0 2.125 0.484 2.594 1.484 0.156 0.328 0.234 0.688 0.234 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-smile-o\" viewBox=\"0 0 24 28\">\n<title>smile-o</title>\n<path d=\"M17.719 16.797c-0.781 2.516-3.078 4.203-5.719 4.203s-4.937-1.687-5.719-4.203c-0.172-0.531 0.125-1.078 0.656-1.25 0.516-0.172 1.078 0.125 1.25 0.656 0.516 1.672 2.063 2.797 3.813 2.797s3.297-1.125 3.813-2.797c0.172-0.531 0.734-0.828 1.266-0.656 0.516 0.172 0.812 0.719 0.641 1.25zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-frown-o\" viewBox=\"0 0 24 28\">\n<title>frown-o</title>\n<path d=\"M17.719 19.203c0.172 0.531-0.125 1.078-0.641 1.25-0.531 0.172-1.094-0.125-1.266-0.656-0.516-1.672-2.063-2.797-3.813-2.797s-3.297 1.125-3.813 2.797c-0.172 0.531-0.734 0.828-1.25 0.656-0.531-0.172-0.828-0.719-0.656-1.25 0.781-2.516 3.078-4.203 5.719-4.203s4.937 1.687 5.719 4.203zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meh-o\" viewBox=\"0 0 24 28\">\n<title>meh-o</title>\n<path d=\"M18 17c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h10c0.547 0 1 0.453 1 1zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gamepad\" viewBox=\"0 0 30 28\">\n<title>gamepad</title>\n<path d=\"M13 17v-2c0-0.281-0.219-0.5-0.5-0.5h-3v-3c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v3h-3c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h3v3c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5v-3h3c0.281 0 0.5-0.219 0.5-0.5zM22 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM30 16c0 4.422-3.578 8-8 8-2.031 0-3.875-0.766-5.281-2h-3.437c-1.406 1.234-3.25 2-5.281 2-4.422 0-8-3.578-8-8s3.578-8 8-8h14c4.422 0 8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-keyboard-o\" viewBox=\"0 0 30 28\">\n<title>keyboard-o</title>\n<path d=\"M6 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM8 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h3.5c0.141 0 0.25 0.109 0.25 0.25zM6 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-13.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h13.5c0.141 0 0.25 0.109 0.25 0.25zM12 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM10 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM16 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM14 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM20 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM18 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 10.25v5.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.75v-3.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM28 22v-14h-26v14h26zM30 8v14c0 1.109-0.891 2-2 2h-26c-1.109 0-2-0.891-2-2v-14c0-1.109 0.891-2 2-2h26c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-o\" viewBox=\"0 0 29 28\">\n<title>flag-o</title>\n<path d=\"M26 16.328v-9.625c-1.25 0.672-3 1.422-4.781 1.422v0c-0.828 0-1.594-0.156-2.266-0.5-1.672-0.828-3.484-1.625-5.656-1.625-2.016 0-4.484 0.984-6.297 1.984v9.359c2.063-0.953 4.688-1.766 6.766-1.766 2.406 0 3.969 0.797 5.641 1.625l0.438 0.219c0.438 0.219 0.969 0.344 1.578 0.344 1.734 0 3.609-0.922 4.578-1.437zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-checkered\" viewBox=\"0 0 29 28\">\n<title>flag-checkered</title>\n<path d=\"M13 15.625v-3c-1.906 0.172-4.203 0.938-6 1.828v2.891c1.813-0.844 4.062-1.563 6-1.719zM13 9.094v-3.078c-1.969 0.094-4.281 1.016-6 1.969v2.953c1.844-0.953 4.062-1.766 6-1.844zM26 16.328v-2.875c-1.422 0.703-3.906 1.75-6 1.109v-3.5c-0.203-0.063-0.406-0.141-0.609-0.234-1.797-0.906-3.266-1.75-5.625-1.75-0.25 0-0.5 0.016-0.766 0.047v3.469h0.297c2.359 0 4.297 0.844 6.094 1.734 0.203 0.094 0.406 0.172 0.609 0.234v2.938c0.422 0.172 0.891 0.266 1.422 0.266 1.734 0 3.609-0.922 4.578-1.437zM26 9.656v-2.953c-1.25 0.672-3 1.422-4.781 1.422v0c-0.422 0-0.828-0.031-1.219-0.125v3.063c2.094 0.594 4.578-0.609 6-1.406zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-terminal\" viewBox=\"0 0 26 28\">\n<title>terminal</title>\n<path d=\"M9.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719zM26 22.5v1c0 0.281-0.219 0.5-0.5 0.5h-15c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h15c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code\" viewBox=\"0 0 30 28\">\n<title>code</title>\n<path d=\"M9.641 21.859l-0.781 0.781c-0.203 0.203-0.516 0.203-0.719 0l-7.281-7.281c-0.203-0.203-0.203-0.516 0-0.719l7.281-7.281c0.203-0.203 0.516-0.203 0.719 0l0.781 0.781c0.203 0.203 0.203 0.516 0 0.719l-6.141 6.141 6.141 6.141c0.203 0.203 0.203 0.516 0 0.719zM18.875 5.187l-5.828 20.172c-0.078 0.266-0.359 0.422-0.609 0.344l-0.969-0.266c-0.266-0.078-0.422-0.359-0.344-0.625l5.828-20.172c0.078-0.266 0.359-0.422 0.609-0.344l0.969 0.266c0.266 0.078 0.422 0.359 0.344 0.625zM29.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply-all\" viewBox=\"0 0 28 28\">\n<title>mail-reply-all</title>\n<path d=\"M10 16.906v1.094c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v1.078l-6.203 6.219c-0.391 0.391-0.391 1.016 0 1.406zM28 17.5c0 3.25-2.453 8.031-2.562 8.234-0.078 0.172-0.25 0.266-0.438 0.266-0.047 0-0.094 0-0.141-0.016-0.234-0.078-0.375-0.297-0.359-0.531 0.453-4.266-0.078-7.078-1.656-8.828-1.328-1.484-3.484-2.281-6.844-2.547v3.922c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v4.094c4.312 0.297 7.391 1.437 9.359 3.453 2.359 2.422 2.641 5.703 2.641 7.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half-empty\" viewBox=\"0 0 26 28\">\n<title>star-half-empty</title>\n<path d=\"M18.531 14.953l4.016-3.906-6.594-0.969-0.469-0.938-2.484-5.031v15.047l0.922 0.484 4.969 2.625-0.938-5.547-0.187-1.031zM25.594 10.859l-5.672 5.531 1.344 7.812c0.109 0.688-0.141 1.094-0.625 1.094-0.172 0-0.391-0.063-0.625-0.187l-7.016-3.687-7.016 3.687c-0.234 0.125-0.453 0.187-0.625 0.187-0.484 0-0.734-0.406-0.625-1.094l1.344-7.812-5.688-5.531c-0.672-0.672-0.453-1.328 0.484-1.469l7.844-1.141 3.516-7.109c0.203-0.422 0.484-0.641 0.766-0.641v0c0.281 0 0.547 0.219 0.766 0.641l3.516 7.109 7.844 1.141c0.938 0.141 1.156 0.797 0.469 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-location-arrow\" viewBox=\"0 0 22 28\">\n<title>location-arrow</title>\n<path d=\"M21.891 5.453l-10 20c-0.172 0.344-0.516 0.547-0.891 0.547-0.078 0-0.156-0.016-0.234-0.031-0.453-0.109-0.766-0.5-0.766-0.969v-9h-9c-0.469 0-0.859-0.313-0.969-0.766s0.109-0.922 0.516-1.125l20-10c0.141-0.078 0.297-0.109 0.453-0.109 0.266 0 0.516 0.094 0.703 0.297 0.313 0.297 0.391 0.766 0.187 1.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crop\" viewBox=\"0 0 26 28\">\n<title>crop</title>\n<path d=\"M8.703 20h9.297v-9.297zM8 19.297l9.297-9.297h-9.297v9.297zM26 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-13.5c-0.281 0-0.5-0.219-0.5-0.5v-13.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v3.5h13.297l3.844-3.859c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719l-3.859 3.844v13.297h3.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code-fork\" viewBox=\"0 0 16 28\">\n<title>code-fork</title>\n<path d=\"M4.5 23c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM4.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM14.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM16 7c0 1.109-0.609 2.078-1.5 2.594-0.047 5.641-4.047 6.891-6.703 7.734-2.484 0.781-3.297 1.156-3.297 2.672v0.406c0.891 0.516 1.5 1.484 1.5 2.594 0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.109 0.609-2.078 1.5-2.594v-12.812c-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3c0 1.109-0.609 2.078-1.5 2.594v7.766c0.797-0.391 1.641-0.656 2.406-0.891 2.906-0.922 4.562-1.609 4.594-4.875-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain-broken\" viewBox=\"0 0 26 28\">\n<title>chain-broken</title>\n<path d=\"M6.859 19.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719zM9.5 20.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM6 17c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM25.75 19c0 1.203-0.469 2.328-1.328 3.172l-2.297 2.281c-0.844 0.844-1.969 1.297-3.172 1.297s-2.344-0.469-3.187-1.328l-5.219-5.234c-0.266-0.266-0.469-0.562-0.656-0.875l3.734-0.281 4.266 4.281c0.562 0.562 1.563 0.578 2.125 0.016l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047 0-0.406-0.156-0.781-0.438-1.062l-4.281-4.297 0.281-3.734c0.313 0.187 0.609 0.391 0.875 0.656l5.25 5.25c0.844 0.859 1.313 1.984 1.313 3.187zM16.109 7.688l-3.734 0.281-4.266-4.281c-0.281-0.281-0.656-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l4.281 4.281-0.281 3.75c-0.313-0.187-0.609-0.391-0.875-0.656l-5.25-5.25c-0.844-0.859-1.313-1.984-1.313-3.187s0.469-2.328 1.328-3.172l2.297-2.281c0.844-0.844 1.969-1.297 3.172-1.297s2.344 0.469 3.187 1.328l5.219 5.234c0.266 0.266 0.469 0.562 0.656 0.875zM26 9c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM17.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM23.859 2.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info\" viewBox=\"0 0 10 28\">\n<title>info</title>\n<path d=\"M10 21v2c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1v-6h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v9h1c0.547 0 1 0.453 1 1zM8 3v3c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation\" viewBox=\"0 0 10 28\">\n<title>exclamation</title>\n<path d=\"M8 19.5v3.5c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3.5c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1zM8.469 3l-0.438 12c-0.016 0.547-0.484 1-1.031 1h-4c-0.547 0-1.016-0.453-1.031-1l-0.438-12c-0.016-0.547 0.422-1 0.969-1h5c0.547 0 0.984 0.453 0.969 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superscript\" viewBox=\"0 0 24 28\">\n<title>superscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM23.969 10.781v3.219h-8.031l-0.047-0.422c-0.031-0.219-0.063-0.516-0.063-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.594 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.516 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.75-5.187 4.062-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subscript\" viewBox=\"0 0 24 28\">\n<title>subscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM24 24.781v3.219h-8.031l-0.063-0.422c-0.016-0.234-0.047-0.516-0.047-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.609 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.531 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.734-5.187 4.047-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eraser\" viewBox=\"0 0 30 28\">\n<title>eraser</title>\n<path d=\"M14 22l5.25-6h-12l-5.25 6h12zM29.828 5.172c0.313 0.719 0.187 1.547-0.328 2.141l-14 16c-0.375 0.438-0.922 0.688-1.5 0.688h-12c-0.781 0-1.5-0.453-1.828-1.172-0.313-0.719-0.187-1.547 0.328-2.141l14-16c0.375-0.438 0.922-0.688 1.5-0.688h12c0.781 0 1.5 0.453 1.828 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-puzzle-piece\" viewBox=\"0 0 26 28\">\n<title>puzzle-piece</title>\n<path d=\"M26 17.156c0 1.609-0.922 2.953-2.625 2.953-1.906 0-2.406-1.734-4.125-1.734-1.25 0-1.719 0.781-1.719 1.937 0 1.219 0.5 2.391 0.484 3.594v0.078c-0.172 0-0.344 0-0.516 0.016-1.609 0.156-3.234 0.469-4.859 0.469-1.109 0-2.266-0.438-2.266-1.719 0-1.719 1.734-2.219 1.734-4.125 0-1.703-1.344-2.625-2.953-2.625-1.641 0-3.156 0.906-3.156 2.703 0 1.984 1.516 2.844 1.516 3.922 0 0.547-0.344 1.031-0.719 1.391-0.484 0.453-1.172 0.547-1.828 0.547-1.281 0-2.562-0.172-3.828-0.375-0.281-0.047-0.578-0.078-0.859-0.125l-0.203-0.031c-0.031-0.016-0.078-0.016-0.078-0.031v-16c0.063 0.047 0.984 0.156 1.141 0.187 1.266 0.203 2.547 0.375 3.828 0.375 0.656 0 1.344-0.094 1.828-0.547 0.375-0.359 0.719-0.844 0.719-1.391 0-1.078-1.516-1.937-1.516-3.922 0-1.797 1.516-2.703 3.172-2.703 1.594 0 2.938 0.922 2.938 2.625 0 1.906-1.734 2.406-1.734 4.125 0 1.281 1.156 1.719 2.266 1.719 1.797 0 3.578-0.406 5.359-0.5v0.031c-0.047 0.063-0.156 0.984-0.187 1.141-0.203 1.266-0.375 2.547-0.375 3.828 0 0.656 0.094 1.344 0.547 1.828 0.359 0.375 0.844 0.719 1.391 0.719 1.078 0 1.937-1.516 3.922-1.516 1.797 0 2.703 1.516 2.703 3.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone\" viewBox=\"0 0 18 28\">\n<title>microphone</title>\n<path d=\"M18 11v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-4.5-0.5-8-4.312-8-8.937v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 3.859 3.141 7 7 7s7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1zM14 5v8c0 2.75-2.25 5-5 5s-5-2.25-5-5v-8c0-2.75 2.25-5 5-5s5 2.25 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone-slash\" viewBox=\"0 0 22 28\">\n<title>microphone-slash</title>\n<path d=\"M4.234 14.766l-1.578 1.578c-0.422-1.031-0.656-2.156-0.656-3.344v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 0.609 0.094 1.203 0.234 1.766zM21.641 5.359l-5.641 5.641v2c0 2.75-2.25 5-5 5-0.594 0-1.172-0.109-1.703-0.297l-1.5 1.5c0.953 0.5 2.047 0.797 3.203 0.797 3.859 0 7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-1.328-0.141-2.578-0.594-3.672-1.266l-3.969 3.969c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l19.281-19.281c0.203-0.203 0.516-0.203 0.719 0l1.281 1.281c0.203 0.203 0.203 0.516 0 0.719zM15.703 3.297l-9.703 9.703v-8c0-2.75 2.25-5 5-5 2.156 0 4 1.391 4.703 3.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shield\" viewBox=\"0 0 20 28\">\n<title>shield</title>\n<path d=\"M17 15v-10h-7v17.766c0.797-0.422 2.078-1.156 3.328-2.141 1.672-1.313 3.672-3.359 3.672-5.625zM20 3v12c0 6.578-9.203 10.734-9.594 10.906-0.125 0.063-0.266 0.094-0.406 0.094s-0.281-0.031-0.406-0.094c-0.391-0.172-9.594-4.328-9.594-10.906v-12c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-o\" viewBox=\"0 0 26 28\">\n<title>calendar-o</title>\n<path d=\"M2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire-extinguisher\" viewBox=\"0 0 22 28\">\n<title>fire-extinguisher</title>\n<path d=\"M8 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 2.5v5c0 0.156-0.063 0.297-0.187 0.391-0.094 0.078-0.203 0.109-0.313 0.109-0.031 0-0.063 0-0.109-0.016l-7-1.5c-0.219-0.047-0.391-0.25-0.391-0.484h-4v1.594c2.281 0.469 4 2.484 4 4.906v12.5c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-12.5c0-2.234 1.469-4.141 3.5-4.766v-1.734h-0.5c-3.313 0-5.094 3.422-5.109 3.453-0.172 0.344-0.531 0.547-0.891 0.547-0.156 0-0.313-0.031-0.453-0.109-0.484-0.25-0.688-0.844-0.438-1.344 0.078-0.156 1.641-3.187 4.781-4.203-0.234-0.391-0.391-0.844-0.391-1.344 0-1.375 1.125-2.5 2.5-2.5s2.5 1.125 2.5 2.5c0 0.359-0.078 0.688-0.219 1h4.719c0-0.234 0.172-0.438 0.391-0.484l7-1.5c0.047-0.016 0.078-0.016 0.109-0.016 0.109 0 0.219 0.031 0.313 0.109 0.125 0.094 0.187 0.234 0.187 0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rocket\" viewBox=\"0 0 26 28\">\n<title>rocket</title>\n<path d=\"M22.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26 2.5c0 5.187-1.437 8.641-5.141 12.359-0.906 0.891-1.937 1.813-3.047 2.75l-0.313 5.922c-0.016 0.156-0.109 0.313-0.25 0.406l-6 3.5c-0.078 0.047-0.156 0.063-0.25 0.063-0.125 0-0.25-0.047-0.359-0.141l-1-1c-0.125-0.141-0.172-0.328-0.125-0.5l1.328-4.312-4.391-4.391-4.312 1.328c-0.047 0.016-0.094 0.016-0.141 0.016-0.125 0-0.266-0.047-0.359-0.141l-1-1c-0.156-0.172-0.187-0.422-0.078-0.609l3.5-6c0.094-0.141 0.25-0.234 0.406-0.25l5.922-0.313c0.938-1.109 1.859-2.141 2.75-3.047 3.906-3.891 6.891-5.141 12.328-5.141 0.281 0 0.531 0.219 0.531 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-maxcdn\" viewBox=\"0 0 28 28\">\n<title>maxcdn</title>\n<path d=\"M27.266 12.078l-2.562 11.922h-5.219l2.781-13c0.125-0.547 0.047-1.047-0.234-1.375-0.266-0.328-0.734-0.516-1.297-0.516h-2.641l-3.187 14.891h-5.219l3.187-14.891h-4.469l-3.187 14.891h-5.219l3.187-14.891-2.391-5.109h19.938c2.109 0 4.031 0.875 5.266 2.406 1.25 1.531 1.703 3.609 1.266 5.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-left\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-left</title>\n<path d=\"M14.203 21.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-4.797-4.797 4.797-4.797c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-right\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-right</title>\n<path d=\"M11.203 21.797l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l4.797 4.797-4.797 4.797c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-up\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-up</title>\n<path d=\"M18.203 17.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l4.797-4.797 4.797 4.797c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-down\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-down</title>\n<path d=\"M12.703 20.297l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-4.797 4.797-4.797-4.797c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-html5\" viewBox=\"0 0 22 28\">\n<title>html5</title>\n<path d=\"M17.656 9.328l0.25-2.734h-13.813l0.734 8.344h9.562l-0.344 3.563-3.078 0.828-3.063-0.828-0.203-2.188h-2.734l0.344 4.344 5.656 1.563h0.063v-0.016l5.609-1.547 0.781-8.5h-10.063l-0.234-2.828h10.531zM0 2h22l-2 22.469-9.031 2.531-8.969-2.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-css3\" viewBox=\"0 0 28 28\">\n<title>css3</title>\n<path d=\"M4.297 2h23.516l-4.156 20.828-12.563 4.172-10.906-4.172 1.109-5.563h4.641l-0.453 2.297 6.594 2.516 7.594-2.516 1.062-5.297h-18.875l0.906-4.641h18.891l0.594-2.984h-18.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-anchor\" viewBox=\"0 0 28 28\">\n<title>anchor</title>\n<path d=\"M15 4c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 18.5v5.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-1.453-1.453c-2.453 2.953-6.859 4.844-11.688 4.844s-9.234-1.891-11.688-4.844l-1.453 1.453c-0.094 0.094-0.234 0.141-0.359 0.141-0.063 0-0.125-0.016-0.187-0.031-0.187-0.078-0.313-0.266-0.313-0.469v-5.5c0-0.281 0.219-0.5 0.5-0.5h5.5c0.203 0 0.391 0.125 0.469 0.313s0.031 0.391-0.109 0.547l-1.563 1.563c1.406 1.891 4.109 3.266 7.203 3.687v-10.109h-3c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h3v-2.547c-1.188-0.688-2-1.969-2-3.453 0-2.203 1.797-4 4-4s4 1.797 4 4c0 1.484-0.812 2.766-2 3.453v2.547h3c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-3v10.109c3.094-0.422 5.797-1.797 7.203-3.687l-1.563-1.563c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h5.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock-alt\" viewBox=\"0 0 18 28\">\n<title>unlock-alt</title>\n<path d=\"M16.5 12c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-5c0-3.859 3.141-7 7-7s7 3.141 7 7c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1 0-2.203-1.797-4-4-4s-4 1.797-4 4v5h11.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullseye\" viewBox=\"0 0 24 28\">\n<title>bullseye</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-h\" viewBox=\"0 0 22 28\">\n<title>ellipsis-h</title>\n<path d=\"M6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM14 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-v\" viewBox=\"0 0 6 28\">\n<title>ellipsis-v</title>\n<path d=\"M6 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rss-square\" viewBox=\"0 0 24 28\">\n<title>rss-square</title>\n<path d=\"M8 20c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM13.484 21.469c-0.266-4.844-4.109-8.687-8.953-8.953-0.141-0.016-0.281 0.047-0.375 0.141s-0.156 0.219-0.156 0.359v2c0 0.266 0.203 0.484 0.469 0.5 3.203 0.234 5.781 2.812 6.016 6.016 0.016 0.266 0.234 0.469 0.5 0.469h2c0.141 0 0.266-0.063 0.359-0.156s0.156-0.234 0.141-0.375zM19.484 21.484c-0.266-8.125-6.844-14.703-14.969-14.969-0.156-0.016-0.266 0.031-0.359 0.141-0.094 0.094-0.156 0.219-0.156 0.359v2c0 0.266 0.219 0.484 0.484 0.5 6.484 0.234 11.766 5.516 12 12 0.016 0.266 0.234 0.484 0.5 0.484h2c0.141 0 0.266-0.063 0.359-0.156 0.109-0.094 0.156-0.219 0.141-0.359zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle\" viewBox=\"0 0 24 28\">\n<title>play-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM18 14.859c0.313-0.172 0.5-0.5 0.5-0.859s-0.187-0.688-0.5-0.859l-8.5-5c-0.297-0.187-0.688-0.187-1-0.016-0.313 0.187-0.5 0.516-0.5 0.875v10c0 0.359 0.187 0.688 0.5 0.875 0.156 0.078 0.328 0.125 0.5 0.125s0.344-0.047 0.5-0.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ticket\" viewBox=\"0 0 28 28\">\n<title>ticket</title>\n<path d=\"M16 7.063l4.937 4.937-8.937 8.937-4.937-4.937zM12.703 22.359l9.656-9.656c0.391-0.391 0.391-1.016 0-1.406l-5.656-5.656c-0.375-0.375-1.031-0.375-1.406 0l-9.656 9.656c-0.391 0.391-0.391 1.016 0 1.406l5.656 5.656c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281zM26.594 12.406l-14.172 14.187c-0.781 0.766-2.063 0.766-2.828 0l-1.969-1.969c1.172-1.172 1.172-3.078 0-4.25s-3.078-1.172-4.25 0l-1.953-1.969c-0.781-0.766-0.781-2.047 0-2.828l14.172-14.156c0.766-0.781 2.047-0.781 2.828 0l1.953 1.953c-1.172 1.172-1.172 3.078 0 4.25s3.078 1.172 4.25 0l1.969 1.953c0.766 0.781 0.766 2.063 0 2.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square\" viewBox=\"0 0 24 28\">\n<title>minus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square-o\" viewBox=\"0 0 22 28\">\n<title>minus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-up\" viewBox=\"0 0 16 28\">\n<title>level-up</title>\n<path d=\"M15.906 9.422c-0.172 0.359-0.516 0.578-0.906 0.578h-3v13.5c0 0.281-0.219 0.5-0.5 0.5h-11c-0.187 0-0.375-0.109-0.453-0.281-0.078-0.187-0.063-0.391 0.063-0.547l2.5-3c0.094-0.109 0.25-0.172 0.391-0.172h5v-10h-3c-0.391 0-0.734-0.219-0.906-0.578-0.156-0.344-0.109-0.766 0.141-1.062l5-6c0.375-0.453 1.156-0.453 1.531 0l5 6c0.25 0.297 0.313 0.719 0.141 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-down\" viewBox=\"0 0 16 28\">\n<title>level-down</title>\n<path d=\"M0.5 4h11c0.281 0 0.5 0.234 0.5 0.516v13.484h3c0.391 0 0.734 0.234 0.906 0.578 0.172 0.359 0.109 0.781-0.141 1.078l-5 6c-0.375 0.453-1.156 0.453-1.531 0l-5-6c-0.25-0.297-0.297-0.719-0.141-1.078 0.172-0.344 0.516-0.578 0.906-0.578h3v-10h-5c-0.141 0-0.281-0.063-0.391-0.172l-2.5-3c-0.125-0.141-0.141-0.359-0.063-0.531s0.266-0.297 0.453-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square\" viewBox=\"0 0 24 28\">\n<title>check-square</title>\n<path d=\"M10.703 20.297l9.594-9.594c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.297 7.297-3.297-3.297c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l5.594 5.594c0.391 0.391 1.016 0.391 1.406 0zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil-square\" viewBox=\"0 0 24 28\">\n<title>pencil-square</title>\n<path d=\"M6.312 17.313l2.375 2.375-0.812 0.812h-0.875v-1.5h-1.5v-0.875zM12.781 11.219c0.125 0.109 0.094 0.328-0.047 0.469l-4.547 4.547c-0.141 0.141-0.359 0.172-0.469 0.047-0.125-0.109-0.094-0.328 0.047-0.469l4.547-4.547c0.141-0.141 0.359-0.172 0.469-0.047zM8.5 22l8.5-8.5-4.5-4.5-8.5 8.5v4.5h4.5zM18 12.5l1.437-1.437c0.578-0.578 0.578-1.547 0-2.125l-2.375-2.375c-0.578-0.578-1.547-0.578-2.125 0l-1.437 1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link-square\" viewBox=\"0 0 24 28\">\n<title>external-link-square</title>\n<path d=\"M20 14.5v-7.5c0-0.547-0.453-1-1-1h-7.5c-0.406 0-0.766 0.25-0.922 0.609-0.156 0.375-0.078 0.812 0.219 1.094l2.25 2.25-8.344 8.344c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l8.344-8.344 2.25 2.25c0.187 0.203 0.438 0.297 0.703 0.297 0.125 0 0.266-0.031 0.391-0.078 0.359-0.156 0.609-0.516 0.609-0.922zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square\" viewBox=\"0 0 24 28\">\n<title>share-square</title>\n<path d=\"M15.703 17.203l5.5-5.5c0.391-0.391 0.391-1.016 0-1.406l-5.5-5.5c-0.281-0.297-0.719-0.375-1.078-0.219-0.375 0.156-0.625 0.516-0.625 0.922v2.5c-8.969 0-10 5.141-10 9 0 3.141 2.516 6.188 2.609 6.312 0.109 0.125 0.25 0.187 0.391 0.187 0.063 0 0.141-0.016 0.203-0.047 0.203-0.078 0.328-0.297 0.297-0.516-0.469-3.766-0.172-6.109 0.969-7.391 0.953-1.078 2.609-1.547 5.531-1.547v2.5c0 0.406 0.25 0.766 0.625 0.922 0.109 0.047 0.25 0.078 0.375 0.078 0.266 0 0.516-0.109 0.703-0.297zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compass\" viewBox=\"0 0 24 28\">\n<title>compass</title>\n<path d=\"M10 17l4-2-4-2v4zM16 7.766v8.469l-8 4v-8.469zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-down\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-down</title>\n<path d=\"M17.891 10.547c0.172 0.328 0.141 0.734-0.078 1.031l-5 7c-0.187 0.266-0.484 0.422-0.812 0.422s-0.625-0.156-0.812-0.422l-5-7c-0.219-0.297-0.25-0.703-0.078-1.031 0.172-0.344 0.516-0.547 0.891-0.547h10c0.375 0 0.719 0.203 0.891 0.547zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-up\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-up</title>\n<path d=\"M17.891 17.453c-0.172 0.344-0.516 0.547-0.891 0.547h-10c-0.375 0-0.719-0.203-0.891-0.547-0.172-0.328-0.141-0.734 0.078-1.031l5-7c0.187-0.266 0.484-0.422 0.812-0.422s0.625 0.156 0.812 0.422l5 7c0.219 0.297 0.25 0.703 0.078 1.031zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-right\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-right</title>\n<path d=\"M17 14c0 0.328-0.156 0.625-0.422 0.812l-7 5c-0.297 0.219-0.703 0.25-1.031 0.078-0.344-0.172-0.547-0.516-0.547-0.891v-10c0-0.375 0.203-0.719 0.547-0.891 0.328-0.172 0.734-0.141 1.031 0.078l7 5c0.266 0.187 0.422 0.484 0.422 0.812zM20 21.5v-15c0-0.281-0.219-0.5-0.5-0.5h-15c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h15c0.281 0 0.5-0.219 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eur\" viewBox=\"0 0 16 28\">\n<title>eur</title>\n<path d=\"M15.25 20.422l0.547 2.484c0.063 0.25-0.078 0.5-0.313 0.578-0.063 0.016-1.516 0.516-3.391 0.516-4.875 0-8.797-2.938-10.109-7.531h-1.484c-0.281 0-0.5-0.234-0.5-0.5v-1.766c0-0.266 0.219-0.5 0.5-0.5h1.031c-0.016-0.5-0.016-1.094 0.016-1.641h-1.047c-0.281 0-0.5-0.219-0.5-0.5v-1.781c0-0.281 0.219-0.5 0.5-0.5h1.531c1.391-4.375 5.391-7.281 10.063-7.281 1.625 0 2.969 0.344 3.031 0.359 0.125 0.031 0.234 0.125 0.313 0.234 0.063 0.109 0.078 0.25 0.047 0.375l-0.672 2.484c-0.063 0.266-0.328 0.422-0.594 0.344-0.016 0-1.078-0.266-2.188-0.266-2.625 0-4.828 1.422-5.875 3.75h7.313c0.156 0 0.297 0.063 0.391 0.187 0.094 0.109 0.141 0.266 0.109 0.406l-0.375 1.781c-0.047 0.234-0.25 0.406-0.5 0.406h-7.625c-0.047 0.5-0.031 1.031 0 1.641h7.172c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.422l-0.375 1.75c-0.047 0.234-0.25 0.406-0.484 0.406h-6.047c1 2.438 3.25 3.969 5.906 3.969 1.359 0 2.469-0.375 2.484-0.375 0.125-0.047 0.281-0.031 0.406 0.031 0.125 0.078 0.203 0.203 0.234 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gbp\" viewBox=\"0 0 16 28\">\n<title>gbp</title>\n<path d=\"M15.937 17.766v5.734c0 0.281-0.219 0.5-0.5 0.5h-14.938c-0.281 0-0.5-0.219-0.5-0.5v-2.344c0-0.266 0.219-0.5 0.5-0.5h1.516v-5.984h-1.484c-0.281 0-0.5-0.219-0.5-0.5v-2.047c0-0.281 0.219-0.5 0.5-0.5h1.484v-3.484c0-3.563 2.875-6.141 6.844-6.141 3.125 0 5.141 1.875 5.234 1.953 0.187 0.172 0.203 0.469 0.047 0.672l-1.609 1.984c-0.094 0.109-0.203 0.172-0.344 0.187-0.125 0.016-0.266-0.031-0.359-0.109-0.016-0.016-1.359-1.078-2.938-1.078-1.766 0-2.953 1.062-2.953 2.656v3.359h4.766c0.281 0 0.5 0.219 0.5 0.5v2.047c0 0.281-0.219 0.5-0.5 0.5h-4.766v5.922h6.469v-2.828c0-0.281 0.219-0.5 0.5-0.5h2.531c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dollar\" viewBox=\"0 0 16 28\">\n<title>dollar</title>\n<path d=\"M15.281 18.516c0 3.187-2.281 5.703-5.594 6.25v2.734c0 0.281-0.219 0.5-0.5 0.5h-2.109c-0.266 0-0.5-0.219-0.5-0.5v-2.734c-3.656-0.516-5.656-2.703-5.734-2.797-0.156-0.187-0.172-0.453-0.031-0.641l1.609-2.109c0.078-0.109 0.219-0.172 0.359-0.187s0.281 0.031 0.375 0.141c0.031 0.016 2.219 2.109 4.984 2.109 1.531 0 3.187-0.812 3.187-2.578 0-1.5-1.844-2.234-3.953-3.078-2.812-1.109-6.312-2.516-6.312-6.438 0-2.875 2.25-5.25 5.516-5.875v-2.812c0-0.281 0.234-0.5 0.5-0.5h2.109c0.281 0 0.5 0.219 0.5 0.5v2.75c3.172 0.359 4.859 2.078 4.922 2.141 0.156 0.172 0.187 0.406 0.078 0.594l-1.266 2.281c-0.078 0.141-0.203 0.234-0.359 0.25-0.156 0.031-0.297-0.016-0.422-0.109-0.016-0.016-1.906-1.687-4.25-1.687-1.984 0-3.359 0.984-3.359 2.406 0 1.656 1.906 2.391 4.125 3.25 2.875 1.109 6.125 2.375 6.125 6.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inr\" viewBox=\"0 0 14 28\">\n<title>inr</title>\n<path d=\"M14.031 7.344v1.594c0 0.281-0.219 0.5-0.5 0.5h-2.625c-0.484 3-2.781 4.953-6.328 5.375 2.328 2.484 4.813 5.484 7.172 8.375 0.125 0.141 0.156 0.359 0.063 0.531-0.078 0.172-0.25 0.281-0.453 0.281h-3.047c-0.156 0-0.297-0.063-0.391-0.187-2.516-3.016-4.828-5.781-7.781-8.922-0.094-0.094-0.141-0.219-0.141-0.344v-1.984c0-0.266 0.219-0.5 0.5-0.5h1.75c2.75 0 4.469-0.922 4.922-2.625h-6.672c-0.281 0-0.5-0.219-0.5-0.5v-1.594c0-0.281 0.219-0.5 0.5-0.5h6.453c-0.594-1.172-2-1.766-4.188-1.766h-2.266c-0.281 0-0.5-0.234-0.5-0.5v-2.078c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5v1.594c0 0.281-0.219 0.5-0.5 0.5h-3.641c0.5 0.641 0.828 1.391 1 2.25h2.672c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cny\" viewBox=\"0 0 16 28\">\n<title>cny</title>\n<path d=\"M9.422 24h-2.688c-0.281 0-0.5-0.219-0.5-0.5v-5.156h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.609c0-0.281 0.219-0.5 0.5-0.5h4.5v-1.328h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.625c0-0.266 0.219-0.5 0.5-0.5h3.344l-5.016-9.031c-0.078-0.156-0.078-0.344 0-0.5 0.094-0.156 0.266-0.25 0.438-0.25h3.031c0.187 0 0.359 0.109 0.453 0.281l3.359 6.641c0.375 0.734 0.625 1.359 0.875 1.953 0.266-0.672 0.609-1.328 0.906-2.016l2.984-6.562c0.078-0.187 0.266-0.297 0.453-0.297h2.984c0.172 0 0.328 0.094 0.422 0.25 0.094 0.141 0.094 0.328 0.016 0.484l-4.891 9.047h3.359c0.281 0 0.5 0.234 0.5 0.5v1.625c0 0.281-0.219 0.5-0.5 0.5h-4.531v1.328h4.531c0.281 0 0.5 0.219 0.5 0.5v1.609c0 0.281-0.219 0.5-0.5 0.5h-4.531v5.156c0 0.281-0.234 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rouble\" viewBox=\"0 0 20 28\">\n<title>rouble</title>\n<path d=\"M16.297 8.828c0-2.094-1.484-3.5-3.687-3.5h-5v7h5c2.203 0 3.687-1.406 3.687-3.5zM20 8.828c0 4.016-2.906 6.828-7.078 6.828h-5.313v1.844h7.891c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-7.891v3c0 0.281-0.219 0.5-0.5 0.5h-2.609c-0.281 0-0.5-0.219-0.5-0.5v-3h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h3.5v-1.844h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2.328c0-0.281 0.219-0.5 0.5-0.5h3.5v-9.828c0-0.281 0.219-0.5 0.5-0.5h8.422c4.172 0 7.078 2.812 7.078 6.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-krw\" viewBox=\"0 0 28 28\">\n<title>krw</title>\n<path d=\"M8.031 18.672l1.266-4.672h-2.484l1.172 4.688c0.016 0.031 0.016 0.063 0.031 0.094 0-0.031 0.016-0.078 0.016-0.109zM9.844 12l0.547-2h-4.562l0.5 2h3.516zM12.844 12h2.172l-0.547-2h-1.094zM19.859 18.688l1.219-4.688h-2.531l1.266 4.672c0.016 0.047 0.016 0.078 0.031 0.109 0-0.031 0.016-0.063 0.016-0.094zM21.594 12l0.516-2h-4.641l0.531 2h3.594zM28 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.328l-2.562 9.625c-0.063 0.219-0.266 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.484-0.375l-2.594-9.625h-3.266l-2.609 9.625c-0.063 0.219-0.25 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.469-0.375l-2.5-9.625h-3.25c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.734l-0.516-2h-2.219c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.703l-1.391-5.375c-0.047-0.156-0.016-0.313 0.078-0.438 0.094-0.109 0.25-0.187 0.406-0.187h2.141c0.234 0 0.438 0.156 0.484 0.375l1.406 5.625h5.609l1.516-5.625c0.063-0.219 0.266-0.375 0.484-0.375h1.969c0.234 0 0.422 0.156 0.484 0.375l1.531 5.625h5.703l1.453-5.625c0.047-0.219 0.25-0.375 0.484-0.375h2.141c0.156 0 0.313 0.078 0.406 0.187 0.094 0.125 0.125 0.297 0.078 0.438l-1.422 5.375h1.734c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.266l-0.531 2h2.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitcoin\" viewBox=\"0 0 21 28\">\n<title>bitcoin</title>\n<path d=\"M18.234 10c0.203 2.078-0.672 3.328-2.047 4.031 2.281 0.547 3.719 1.906 3.437 4.953-0.359 3.797-3.172 4.813-7.203 5.031v3.984h-2.406v-3.922c-0.609 0-1.25 0-1.906-0.016v3.938h-2.406v-3.984c-0.562 0-1.125-0.016-1.703-0.016h-3.125l0.484-2.859c1.766 0.031 1.734 0 1.734 0 0.672 0 0.859-0.484 0.906-0.797v-6.281h0.25c-0.094-0.016-0.187-0.016-0.25-0.016v-4.484c-0.094-0.5-0.406-1.062-1.391-1.062 0 0 0.031-0.031-1.734 0v-2.562l3.313 0.016c0.484 0 1 0 1.516-0.016v-3.938h2.406v3.859c0.641-0.016 1.281-0.031 1.906-0.031v-3.828h2.406v3.938c3.094 0.266 5.547 1.219 5.812 4.062zM14.875 18.516c0-3.094-5.094-2.641-6.719-2.641v5.281c1.625 0 6.719 0.344 6.719-2.641zM13.766 11.078c0-2.828-4.25-2.406-5.609-2.406v4.797c1.359 0 5.609 0.313 5.609-2.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file\" viewBox=\"0 0 24 28\">\n<title>file</title>\n<path d=\"M16 8v-7.375c0.219 0.141 0.406 0.281 0.562 0.438l6.375 6.375c0.156 0.156 0.297 0.344 0.438 0.562h-7.375zM14 8.5c0 0.828 0.672 1.5 1.5 1.5h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text\" viewBox=\"0 0 24 28\">\n<title>file-text</title>\n<path d=\"M22.937 7.438c0.156 0.156 0.297 0.344 0.438 0.562h-7.375v-7.375c0.219 0.141 0.406 0.281 0.562 0.438zM15.5 10h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5c0 0.828 0.672 1.5 1.5 1.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-asc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-asc</title>\n<path d=\"M18.609 6.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM24.563 24.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.172v0.031l0.219-0.031c0.141-0.031 0.281-0.031 0.469-0.031h3.875v-1.859h1.891zM25.953 10.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-desc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-desc</title>\n<path d=\"M18.609 22.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM25.953 26.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094zM24.563 8.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.156v0.047l0.219-0.047c0.141-0.016 0.281-0.016 0.469-0.016h3.875v-1.859h1.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-asc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-asc</title>\n<path d=\"M11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM25 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM22 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM19 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-desc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-desc</title>\n<path d=\"M19 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM25 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM28 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-asc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-asc</title>\n<path d=\"M21.031 20.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM23.219 21.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422zM22.75 10.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-desc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-desc</title>\n<path d=\"M21.031 4.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22.75 26.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578zM23.219 5.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-up\" viewBox=\"0 0 25 28\">\n<title>thumbs-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1-0.562 0-1 0.453-1 1 0 0.562 0.438 1 1 1 0.547 0 1-0.438 1-1zM6.5 13v10c0 0.547-0.453 1-1 1h-4.5c-0.547 0-1-0.453-1-1v-10c0-0.547 0.453-1 1-1h4.5c0.547 0 1 0.453 1 1zM25 13c0 0.828-0.328 1.719-0.859 2.328 0.172 0.5 0.234 0.969 0.234 1.188 0.031 0.781-0.203 1.516-0.672 2.141 0.172 0.578 0.172 1.203 0 1.828-0.156 0.578-0.453 1.094-0.844 1.469 0.094 1.172-0.172 2.125-0.766 2.828-0.672 0.797-1.703 1.203-3.078 1.219h-2.016c-2.234 0-4.344-0.734-6.031-1.313-0.984-0.344-1.922-0.672-2.469-0.688-0.531-0.016-1-0.453-1-1v-10.016c0-0.516 0.438-0.953 0.953-1 0.578-0.047 2.078-1.906 2.766-2.812 0.562-0.719 1.094-1.391 1.578-1.875 0.609-0.609 0.781-1.547 0.969-2.453 0.172-0.922 0.359-1.891 1.031-2.547 0.187-0.187 0.438-0.297 0.703-0.297 3.5 0 3.5 2.797 3.5 4 0 1.281-0.453 2.188-0.875 3-0.172 0.344-0.328 0.5-0.453 1h4.328c1.625 0 3 1.375 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-down\" viewBox=\"0 0 25 28\">\n<title>thumbs-down</title>\n<path d=\"M4 9c0 0.547-0.453 1-1 1-0.562 0-1-0.453-1-1 0-0.562 0.438-1 1-1 0.547 0 1 0.438 1 1zM6.5 17v-10c0-0.547-0.453-1-1-1h-4.5c-0.547 0-1 0.453-1 1v10c0 0.547 0.453 1 1 1h4.5c0.547 0 1-0.453 1-1zM24.141 14.672c0.531 0.594 0.859 1.5 0.859 2.328-0.016 1.625-1.375 3-3 3h-4.328c0.125 0.5 0.281 0.656 0.453 1 0.406 0.812 0.875 1.719 0.875 3 0 1.203 0 4-3.5 4-0.266 0-0.516-0.109-0.703-0.297-0.672-0.656-0.859-1.625-1.031-2.547-0.187-0.906-0.359-1.844-0.969-2.453-0.484-0.484-1.016-1.156-1.578-1.875-0.688-0.906-2.188-2.766-2.766-2.812-0.516-0.047-0.953-0.484-0.953-1v-10.016c0-0.547 0.469-0.984 1-1 0.547-0.016 1.484-0.344 2.469-0.688 1.687-0.578 3.797-1.313 6.031-1.313h2.016c1.375 0.016 2.406 0.422 3.078 1.219 0.594 0.703 0.859 1.656 0.766 2.828 0.391 0.375 0.688 0.891 0.844 1.469 0.172 0.625 0.172 1.25 0 1.828 0.469 0.625 0.703 1.359 0.672 2.141 0 0.219-0.063 0.688-0.234 1.188z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-square\" viewBox=\"0 0 24 28\">\n<title>youtube-square</title>\n<path d=\"M14.359 20.359v-2.453c0-0.516-0.156-0.781-0.453-0.781-0.172 0-0.344 0.078-0.516 0.25v3.5c0.172 0.172 0.344 0.25 0.516 0.25 0.297 0 0.453-0.25 0.453-0.766zM17.234 18.453h1.031v-0.531c0-0.531-0.172-0.797-0.516-0.797s-0.516 0.266-0.516 0.797v0.531zM8.313 14.297v1.094h-1.25v6.609h-1.156v-6.609h-1.219v-1.094h3.625zM11.453 16.266v5.734h-1.047v-0.625c-0.406 0.469-0.797 0.703-1.188 0.703-0.328 0-0.562-0.141-0.656-0.438-0.063-0.172-0.094-0.438-0.094-0.844v-4.531h1.031v4.219c0 0.234 0 0.375 0.016 0.406 0.016 0.156 0.094 0.234 0.234 0.234 0.219 0 0.422-0.156 0.656-0.484v-4.375h1.047zM15.391 18v2.281c0 0.516-0.031 0.906-0.109 1.141-0.125 0.438-0.406 0.656-0.828 0.656-0.359 0-0.719-0.219-1.062-0.641v0.562h-1.047v-7.703h1.047v2.516c0.328-0.406 0.688-0.625 1.062-0.625 0.422 0 0.703 0.219 0.828 0.656 0.078 0.234 0.109 0.609 0.109 1.156zM19.313 20.016v0.141c0 0.344-0.016 0.562-0.031 0.672-0.031 0.234-0.109 0.438-0.234 0.625-0.281 0.422-0.719 0.625-1.25 0.625-0.547 0-0.969-0.203-1.266-0.594-0.219-0.281-0.328-0.734-0.328-1.344v-2.016c0-0.609 0.094-1.047 0.313-1.344 0.297-0.391 0.719-0.594 1.25-0.594 0.516 0 0.938 0.203 1.219 0.594 0.219 0.297 0.328 0.734 0.328 1.344v1.188h-2.078v1.016c0 0.531 0.172 0.797 0.531 0.797 0.25 0 0.406-0.141 0.469-0.406 0-0.063 0.016-0.297 0.016-0.703h1.062zM12.266 7.141v2.438c0 0.531-0.172 0.797-0.5 0.797-0.344 0-0.5-0.266-0.5-0.797v-2.438c0-0.531 0.156-0.812 0.5-0.812 0.328 0 0.5 0.281 0.5 0.812zM20.594 18.281v0c0-1.344 0-2.766-0.297-4.062-0.219-0.922-0.969-1.594-1.859-1.687-2.125-0.234-4.281-0.234-6.438-0.234-2.141 0-4.297 0-6.422 0.234-0.906 0.094-1.656 0.766-1.859 1.687-0.297 1.297-0.313 2.719-0.313 4.062v0c0 1.328 0 2.75 0.313 4.062 0.203 0.906 0.953 1.578 1.844 1.687 2.141 0.234 4.297 0.234 6.438 0.234s4.297 0 6.438-0.234c0.891-0.109 1.641-0.781 1.844-1.687 0.313-1.313 0.313-2.734 0.313-4.062zM8.797 8.109l1.406-4.625h-1.172l-0.797 3.047-0.828-3.047h-1.219c0.234 0.719 0.5 1.437 0.734 2.156 0.375 1.094 0.609 1.906 0.719 2.469v3.141h1.156v-3.141zM13.312 9.375v-2.031c0-0.609-0.109-1.062-0.328-1.359-0.297-0.391-0.703-0.594-1.219-0.594-0.531 0-0.938 0.203-1.219 0.594-0.219 0.297-0.328 0.75-0.328 1.359v2.031c0 0.609 0.109 1.062 0.328 1.359 0.281 0.391 0.688 0.594 1.219 0.594 0.516 0 0.922-0.203 1.219-0.594 0.219-0.281 0.328-0.75 0.328-1.359zM16.141 11.25h1.047v-5.781h-1.047v4.422c-0.234 0.328-0.453 0.484-0.656 0.484-0.141 0-0.234-0.078-0.25-0.25-0.016-0.031-0.016-0.156-0.016-0.406v-4.25h-1.047v4.578c0 0.406 0.031 0.672 0.094 0.859 0.109 0.281 0.344 0.422 0.672 0.422 0.391 0 0.781-0.234 1.203-0.703v0.625zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube\" viewBox=\"0 0 24 28\">\n<title>youtube</title>\n<path d=\"M15.172 19.437v3.297c0 0.703-0.203 1.047-0.609 1.047-0.234 0-0.469-0.109-0.703-0.344v-4.703c0.234-0.234 0.469-0.344 0.703-0.344 0.406 0 0.609 0.359 0.609 1.047zM20.453 19.453v0.719h-1.406v-0.719c0-0.703 0.234-1.062 0.703-1.062s0.703 0.359 0.703 1.062zM5.359 16.047h1.672v-1.469h-4.875v1.469h1.641v8.891h1.563v-8.891zM9.859 24.938h1.391v-7.719h-1.391v5.906c-0.313 0.438-0.609 0.656-0.891 0.656-0.187 0-0.297-0.109-0.328-0.328-0.016-0.047-0.016-0.219-0.016-0.547v-5.688h-1.391v6.109c0 0.547 0.047 0.906 0.125 1.141 0.125 0.391 0.453 0.578 0.906 0.578 0.5 0 1.031-0.313 1.594-0.953v0.844zM16.562 22.625v-3.078c0-0.719-0.031-1.234-0.141-1.547-0.172-0.578-0.562-0.875-1.109-0.875-0.516 0-1 0.281-1.453 0.844v-3.391h-1.391v10.359h1.391v-0.75c0.469 0.578 0.953 0.859 1.453 0.859 0.547 0 0.938-0.297 1.109-0.859 0.109-0.328 0.141-0.844 0.141-1.563zM21.844 22.469v-0.203h-1.422c0 0.562-0.016 0.875-0.031 0.953-0.078 0.375-0.281 0.562-0.625 0.562-0.484 0-0.719-0.359-0.719-1.078v-1.359h2.797v-1.609c0-0.828-0.141-1.422-0.422-1.813-0.406-0.531-0.953-0.797-1.656-0.797-0.719 0-1.266 0.266-1.672 0.797-0.297 0.391-0.438 0.984-0.438 1.813v2.703c0 0.828 0.156 1.437 0.453 1.813 0.406 0.531 0.953 0.797 1.687 0.797s1.313-0.281 1.687-0.828c0.172-0.25 0.297-0.531 0.328-0.844 0.031-0.141 0.031-0.453 0.031-0.906zM12.344 8.203v-3.281c0-0.719-0.203-1.078-0.672-1.078-0.453 0-0.672 0.359-0.672 1.078v3.281c0 0.719 0.219 1.094 0.672 1.094 0.469 0 0.672-0.375 0.672-1.094zM23.578 19.938c0 1.797-0.016 3.719-0.406 5.469-0.297 1.234-1.297 2.141-2.5 2.266-2.875 0.328-5.781 0.328-8.672 0.328s-5.797 0-8.672-0.328c-1.203-0.125-2.219-1.031-2.5-2.266-0.406-1.75-0.406-3.672-0.406-5.469v0c0-1.813 0.016-3.719 0.406-5.469 0.297-1.234 1.297-2.141 2.516-2.281 2.859-0.313 5.766-0.313 8.656-0.313s5.797 0 8.672 0.313c1.203 0.141 2.219 1.047 2.5 2.281 0.406 1.75 0.406 3.656 0.406 5.469zM7.984 0h1.594l-1.891 6.234v4.234h-1.563v-4.234c-0.141-0.766-0.453-1.859-0.953-3.313-0.344-0.969-0.688-1.953-1.016-2.922h1.656l1.109 4.109zM13.766 5.203v2.734c0 0.828-0.141 1.453-0.438 1.844-0.391 0.531-0.938 0.797-1.656 0.797-0.703 0-1.25-0.266-1.641-0.797-0.297-0.406-0.438-1.016-0.438-1.844v-2.734c0-0.828 0.141-1.437 0.438-1.828 0.391-0.531 0.938-0.797 1.641-0.797 0.719 0 1.266 0.266 1.656 0.797 0.297 0.391 0.438 1 0.438 1.828zM19 2.672v7.797h-1.422v-0.859c-0.562 0.656-1.094 0.969-1.609 0.969-0.453 0-0.781-0.187-0.922-0.578-0.078-0.234-0.125-0.609-0.125-1.172v-6.156h1.422v5.734c0 0.328 0 0.516 0.016 0.547 0.031 0.219 0.141 0.344 0.328 0.344 0.281 0 0.578-0.219 0.891-0.672v-5.953h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing\" viewBox=\"0 0 22 28\">\n<title>xing</title>\n<path d=\"M9.328 10.422c0 0-0.156 0.266-4.016 7.125-0.203 0.344-0.469 0.719-1.016 0.719h-3.734c-0.219 0-0.391-0.109-0.484-0.266s-0.109-0.359 0-0.562l3.953-7c0.016 0 0.016 0 0-0.016l-2.516-4.359c-0.109-0.203-0.125-0.422-0.016-0.578 0.094-0.156 0.281-0.234 0.5-0.234h3.734c0.562 0 0.844 0.375 1.031 0.703 2.547 4.453 2.562 4.469 2.562 4.469zM21.922 0.391c0.109 0.156 0.109 0.375 0 0.578l-8.25 14.594c-0.016 0-0.016 0.016 0 0.016l5.25 9.609c0.109 0.203 0.109 0.422 0.016 0.578-0.109 0.156-0.281 0.234-0.5 0.234h-3.734c-0.562 0-0.859-0.375-1.031-0.703-5.297-9.703-5.297-9.719-5.297-9.719s0.266-0.469 8.297-14.719c0.203-0.359 0.438-0.703 1-0.703h3.766c0.219 0 0.391 0.078 0.484 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing-square\" viewBox=\"0 0 24 28\">\n<title>xing-square</title>\n<path d=\"M10.703 11.953c0 0 0-0.016-1.969-3.469-0.156-0.25-0.375-0.531-0.812-0.531h-2.875c-0.187 0-0.328 0.063-0.406 0.172-0.078 0.125-0.063 0.297 0.016 0.453l1.953 3.375v0.016l-3.063 5.406c-0.094 0.156-0.078 0.313 0 0.438s0.203 0.203 0.375 0.203h2.891c0.422 0 0.641-0.297 0.781-0.562 3-5.297 3.109-5.5 3.109-5.5zM20.453 4.188c-0.078-0.125-0.203-0.187-0.375-0.187h-2.922c-0.422 0-0.609 0.266-0.766 0.547-6.219 11.031-6.422 11.391-6.422 11.391s0 0.016 4.094 7.516c0.141 0.25 0.359 0.547 0.812 0.547h2.875c0.172 0 0.313-0.063 0.391-0.187s0.078-0.281-0.016-0.438l-4.062-7.438v-0.016l6.391-11.297c0.078-0.156 0.078-0.313 0-0.438zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-play\" viewBox=\"0 0 28 28\">\n<title>youtube-play</title>\n<path d=\"M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797 0.281 9.797 0.281 0.547 0.063 1.75 0.063 2.812 1.188 0 0 0.859 0.844 1.109 2.781 0.297 2.266 0.281 4.531 0.281 4.531v2.125s0.016 2.266-0.281 4.531c-0.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906 0.297-9.797 0.297v0c-7.281-0.063-9.516-0.281-9.516-0.281-0.625-0.109-2.031-0.078-3.094-1.188 0 0-0.859-0.859-1.109-2.781-0.297-2.266-0.281-4.531-0.281-4.531v-2.125s-0.016-2.266 0.281-4.531c0.25-1.937 1.109-2.781 1.109-2.781 1.062-1.125 2.266-1.125 2.812-1.188 0 0 3.906-0.281 9.797-0.281v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dropbox\" viewBox=\"0 0 28 28\">\n<title>dropbox</title>\n<path d=\"M6.281 11.047l7.719 4.766-5.344 4.453-7.656-4.984zM21.688 19.719v1.687l-7.656 4.578v0.016l-0.016-0.016-0.016 0.016v-0.016l-7.641-4.578v-1.687l2.297 1.5 5.344-4.438v-0.031l0.016 0.016 0.016-0.016v0.031l5.359 4.438zM8.656 1.844l5.344 4.453-7.719 4.75-5.281-4.219zM21.719 11.047l5.281 4.234-7.641 4.984-5.359-4.453zM19.359 1.844l7.641 4.984-5.281 4.219-7.719-4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-overflow\" viewBox=\"0 0 24 28\">\n<title>stack-overflow</title>\n<path d=\"M20.141 25.5h-17.469v-7.5h-2.5v10h22.469v-10h-2.5v7.5zM5.422 17.313l0.516-2.453 12.234 2.578-0.516 2.438zM7.031 11.469l1.047-2.281 11.328 5.297-1.047 2.266zM10.172 5.906l1.594-1.922 9.594 8.016-1.594 1.922zM16.375 0l7.453 10.016-2 1.5-7.453-10.016zM5.156 22.984v-2.484h12.5v2.484h-12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-instagram\" viewBox=\"0 0 24 28\">\n<title>instagram</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM18.156 14c0 3.406-2.75 6.156-6.156 6.156s-6.156-2.75-6.156-6.156 2.75-6.156 6.156-6.156 6.156 2.75 6.156 6.156zM19.844 7.594c0 0.797-0.641 1.437-1.437 1.437s-1.437-0.641-1.437-1.437 0.641-1.437 1.437-1.437 1.437 0.641 1.437 1.437zM12 4.156c-1.75 0-5.5-0.141-7.078 0.484-0.547 0.219-0.953 0.484-1.375 0.906s-0.688 0.828-0.906 1.375c-0.625 1.578-0.484 5.328-0.484 7.078s-0.141 5.5 0.484 7.078c0.219 0.547 0.484 0.953 0.906 1.375s0.828 0.688 1.375 0.906c1.578 0.625 5.328 0.484 7.078 0.484s5.5 0.141 7.078-0.484c0.547-0.219 0.953-0.484 1.375-0.906s0.688-0.828 0.906-1.375c0.625-1.578 0.484-5.328 0.484-7.078s0.141-5.5-0.484-7.078c-0.219-0.547-0.484-0.953-0.906-1.375s-0.828-0.688-1.375-0.906c-1.578-0.625-5.328-0.484-7.078-0.484zM24 14c0 1.656 0.016 3.297-0.078 4.953-0.094 1.922-0.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656 0.094-3.297 0.078-4.953 0.078s-3.297 0.016-4.953-0.078c-1.922-0.094-3.625-0.531-5.031-1.937s-1.844-3.109-1.937-5.031c-0.094-1.656-0.078-3.297-0.078-4.953s-0.016-3.297 0.078-4.953c0.094-1.922 0.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-0.094 3.297-0.078 4.953-0.078s3.297-0.016 4.953 0.078c1.922 0.094 3.625 0.531 5.031 1.937s1.844 3.109 1.937 5.031c0.094 1.656 0.078 3.297 0.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flickr\" viewBox=\"0 0 24 28\">\n<title>flickr</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM10.906 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313zM19.719 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adn\" viewBox=\"0 0 24 28\">\n<title>adn</title>\n<path d=\"M12 9.719l3.141 4.781h-6.281zM17.703 18h1.469l-7.172-10.797-7.172 10.797h1.469l1.625-2.5h8.156zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket\" viewBox=\"0 0 22 28\">\n<title>bitbucket</title>\n<path d=\"M12.734 13.422c0.172 1.312-1.422 2.344-2.531 1.672-1.25-0.547-1.25-2.531-0.031-3.094 1.047-0.641 2.562 0.203 2.562 1.422zM14.469 13.094c-0.281-2.219-2.797-3.687-4.844-2.766-1.297 0.578-2.172 1.953-2.109 3.406 0.078 1.906 1.891 3.469 3.797 3.297s3.391-2.031 3.156-3.938zM18.203 4.625c-0.688-0.906-1.859-1.062-2.891-1.234-2.922-0.469-5.922-0.484-8.844 0.031-0.969 0.156-2.063 0.328-2.672 1.203 1 0.938 2.422 1.078 3.703 1.234 2.312 0.297 4.688 0.313 7 0.016 1.297-0.156 2.734-0.281 3.703-1.25zM19.094 20.797c-0.438 1.531-0.187 3.594-1.813 4.484-2.797 1.547-6.188 1.719-9.266 1.172-1.625-0.297-3.531-0.812-4.422-2.344-0.391-1.5-0.641-3.031-0.891-4.562l0.094-0.25 0.281-0.141c4.656 3.078 11.172 3.078 15.844 0 0.734 0.219 0.187 1.109 0.172 1.641zM21.922 5.781c-0.531 3.422-1.141 6.828-1.734 10.234-0.172 1-1.141 1.563-1.953 1.984-2.922 1.469-6.328 1.719-9.531 1.375-2.172-0.234-4.391-0.812-6.156-2.172-0.828-0.641-0.828-1.734-0.984-2.656-0.547-3.203-1.172-6.406-1.563-9.641 0.187-1.406 1.766-2.016 2.938-2.453 1.563-0.578 3.234-0.844 4.891-1 3.531-0.344 7.141-0.219 10.563 0.781 1.219 0.359 2.531 0.859 3.359 1.906 0.375 0.484 0.25 1.094 0.172 1.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket-square\" viewBox=\"0 0 24 28\">\n<title>bitbucket-square</title>\n<path d=\"M13.25 13.594c0-0.891-1.094-1.5-1.844-1.047-0.891 0.422-0.891 1.859 0.016 2.234 0.812 0.484 1.953-0.25 1.828-1.188zM14.5 13.344c0.172 1.375-0.906 2.719-2.281 2.844s-2.672-1-2.734-2.391c-0.047-1.031 0.594-2.031 1.531-2.453 1.469-0.656 3.281 0.406 3.484 2zM17.187 7.234c-0.688 0.703-1.734 0.797-2.656 0.906-1.672 0.219-3.375 0.203-5.063 0-0.922-0.125-1.937-0.234-2.656-0.906 0.438-0.625 1.219-0.75 1.922-0.859 2.109-0.375 4.266-0.359 6.375-0.016 0.75 0.109 1.594 0.234 2.078 0.875zM17.844 18.891c0-0.375 0.391-1.016-0.141-1.172-3.359 2.219-8.047 2.219-11.422 0l-0.187 0.094-0.078 0.187c0.187 1.094 0.359 2.203 0.641 3.281 0.641 1.109 2.016 1.484 3.187 1.687 2.219 0.406 4.672 0.281 6.687-0.828 1.172-0.656 0.984-2.141 1.313-3.25zM19.875 8.062c0.063-0.375 0.141-0.828-0.125-1.172-0.594-0.75-1.531-1.109-2.422-1.375-2.469-0.719-5.078-0.812-7.609-0.562-1.203 0.109-2.406 0.313-3.531 0.719-0.844 0.328-1.984 0.766-2.125 1.766 0.281 2.344 0.734 4.641 1.125 6.969 0.125 0.656 0.125 1.437 0.719 1.906 1.266 0.969 2.875 1.391 4.438 1.563 2.312 0.25 4.766 0.078 6.875-0.984 0.594-0.313 1.281-0.719 1.406-1.437 0.438-2.453 0.859-4.906 1.25-7.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr\" viewBox=\"0 0 17 28\">\n<title>tumblr</title>\n<path d=\"M14.75 20.766l1.25 3.703c-0.469 0.703-2.594 1.5-4.5 1.531-5.672 0.094-7.812-4.031-7.812-6.937v-8.5h-2.625v-3.359c3.938-1.422 4.891-4.984 5.109-7.016 0.016-0.125 0.125-0.187 0.187-0.187h3.813v6.625h5.203v3.937h-5.219v8.094c0 1.094 0.406 2.609 2.5 2.562 0.688-0.016 1.609-0.219 2.094-0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr-square\" viewBox=\"0 0 24 28\">\n<title>tumblr-square</title>\n<path d=\"M17.75 22.828l-0.969-2.859c-0.375 0.187-1.078 0.344-1.609 0.344-1.594 0.047-1.922-1.109-1.922-1.969v-6.219h4.016v-3.031h-4v-5.094h-2.938c-0.047 0-0.125 0.047-0.141 0.156-0.172 1.547-0.906 4.297-3.938 5.391v2.578h2.031v6.531c0 2.234 1.641 5.422 6 5.344 1.469-0.031 3.109-0.641 3.469-1.172zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-down\" viewBox=\"0 0 12 28\">\n<title>long-arrow-down</title>\n<path d=\"M11.953 20.297c0.078 0.187 0.047 0.391-0.078 0.547l-5.469 6c-0.094 0.094-0.219 0.156-0.359 0.156v0c-0.141 0-0.281-0.063-0.375-0.156l-5.547-6c-0.125-0.156-0.156-0.359-0.078-0.547 0.078-0.172 0.25-0.297 0.453-0.297h3.5v-19.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v19.5h3.5c0.203 0 0.375 0.109 0.453 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-up\" viewBox=\"0 0 12 28\">\n<title>long-arrow-up</title>\n<path d=\"M11.953 7.703c-0.078 0.172-0.25 0.297-0.453 0.297h-3.5v19.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-19.5h-3.5c-0.203 0-0.375-0.109-0.453-0.297s-0.047-0.391 0.078-0.547l5.469-6c0.094-0.094 0.219-0.156 0.359-0.156v0c0.141 0 0.281 0.063 0.375 0.156l5.547 6c0.125 0.156 0.156 0.359 0.078 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-left\" viewBox=\"0 0 29 28\">\n<title>long-arrow-left</title>\n<path d=\"M28 12.5v3c0 0.281-0.219 0.5-0.5 0.5h-19.5v3.5c0 0.203-0.109 0.375-0.297 0.453s-0.391 0.047-0.547-0.078l-6-5.469c-0.094-0.094-0.156-0.219-0.156-0.359v0c0-0.141 0.063-0.281 0.156-0.375l6-5.531c0.156-0.141 0.359-0.172 0.547-0.094 0.172 0.078 0.297 0.25 0.297 0.453v3.5h19.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-right\" viewBox=\"0 0 27 28\">\n<title>long-arrow-right</title>\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-apple\" viewBox=\"0 0 22 28\">\n<title>apple</title>\n<path d=\"M21.766 18.984c-0.391 1.234-1.016 2.547-1.922 3.906-1.344 2.047-2.688 3.063-4.016 3.063-0.531 0-1.25-0.172-2.188-0.5-0.922-0.344-1.719-0.5-2.359-0.5-0.625 0-1.375 0.172-2.219 0.516-0.859 0.359-1.547 0.531-2.063 0.531-1.609 0-3.156-1.359-4.703-4.047-1.516-2.688-2.297-5.297-2.297-7.859 0-2.391 0.594-4.328 1.766-5.844 1.172-1.5 2.641-2.25 4.438-2.25 0.766 0 1.672 0.156 2.766 0.469 1.078 0.313 1.797 0.469 2.156 0.469 0.453 0 1.203-0.172 2.234-0.531 1.031-0.344 1.937-0.531 2.703-0.531 1.25 0 2.359 0.344 3.328 1.016 0.547 0.375 1.094 0.906 1.625 1.563-0.812 0.688-1.406 1.297-1.781 1.844-0.672 0.969-1.016 2.047-1.016 3.234 0 1.281 0.359 2.453 1.078 3.484s1.547 1.687 2.469 1.969zM15.891 0.656c0 0.641-0.156 1.359-0.453 2.125-0.313 0.781-0.797 1.5-1.453 2.156-0.562 0.562-1.125 0.938-1.687 1.125-0.359 0.109-0.891 0.203-1.625 0.266 0.031-1.547 0.438-2.891 1.219-4.016s2.094-1.891 3.906-2.312c0.031 0.141 0.063 0.25 0.078 0.344 0 0.109 0.016 0.203 0.016 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-windows\" viewBox=\"0 0 26 28\">\n<title>windows</title>\n<path d=\"M10.656 15.719v10.172l-10.656-1.469v-8.703h10.656zM10.656 4.109v10.297h-10.656v-8.828zM26 15.719v12.281l-14.172-1.953v-10.328h14.172zM26 2v12.406h-14.172v-10.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-android\" viewBox=\"0 0 22 28\">\n<title>android</title>\n<path d=\"M7.703 7.547c0.344 0 0.609-0.281 0.609-0.609s-0.266-0.609-0.609-0.609c-0.328 0-0.594 0.281-0.594 0.609s0.266 0.609 0.594 0.609zM14.297 7.547c0.328 0 0.594-0.281 0.594-0.609s-0.266-0.609-0.594-0.609c-0.344 0-0.609 0.281-0.609 0.609s0.266 0.609 0.609 0.609zM1.609 10.422c0.875 0 1.594 0.719 1.594 1.594v6.719c0 0.891-0.703 1.609-1.594 1.609s-1.609-0.719-1.609-1.609v-6.719c0-0.875 0.719-1.594 1.609-1.594zM18.172 10.719v10.406c0 0.953-0.766 1.719-1.703 1.719h-1.172v3.547c0 0.891-0.719 1.609-1.609 1.609s-1.609-0.719-1.609-1.609v-3.547h-2.156v3.547c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609l-0.016-3.547h-1.156c-0.953 0-1.719-0.766-1.719-1.719v-10.406h14.344zM14.547 4.391c2.188 1.125 3.672 3.281 3.672 5.766h-14.453c0-2.484 1.484-4.641 3.687-5.766l-1.109-2.047c-0.063-0.109-0.031-0.25 0.078-0.313 0.109-0.047 0.25-0.016 0.313 0.094l1.125 2.063c0.953-0.422 2.016-0.656 3.141-0.656s2.188 0.234 3.141 0.656l1.125-2.063c0.063-0.109 0.203-0.141 0.313-0.094 0.109 0.063 0.141 0.203 0.078 0.313zM22 12.016v6.719c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609v-6.719c0-0.891 0.719-1.594 1.594-1.594 0.891 0 1.609 0.703 1.609 1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linux\" viewBox=\"0 0 25 28\">\n<title>linux</title>\n<path d=\"M10.359 6.422v0c-0.313 0.031-0.203 0.313-0.375 0.313-0.156 0.016-0.125-0.344 0.375-0.313zM11.719 6.641c-0.156 0.047-0.172-0.25-0.453-0.172v0c0.453-0.203 0.609 0.109 0.453 0.172zM6.234 13.312c-0.141-0.047-0.109 0.234-0.25 0.453-0.109 0.203-0.391 0.359-0.172 0.391v0c0.078 0.016 0.297-0.172 0.391-0.391 0.078-0.266 0.156-0.406 0.031-0.453zM19.594 18.922c0-0.281-0.609-0.547-0.859-0.656 0.422-1.406 0.234-1.969-0.047-3.297-0.219-1-1.141-2.359-1.859-2.781 0.187 0.156 0.531 0.609 0.891 1.297 0.625 1.172 1.25 2.906 0.844 4.344-0.156 0.562-0.531 0.641-0.781 0.656-1.094 0.125-0.453-1.313-0.906-3.266-0.516-2.188-1.047-2.344-1.172-2.516-0.641-2.844-1.344-2.562-1.547-3.625-0.172-0.953 0.828-1.734-0.531-2-0.422-0.078-1.016-0.5-1.25-0.531s-0.359-1.578 0.516-1.625c0.859-0.063 1.016 0.969 0.859 1.375-0.25 0.406 0.016 0.562 0.438 0.422 0.344-0.109 0.125-1.016 0.203-1.141-0.219-1.313-0.766-1.5-1.328-1.609-2.156 0.172-1.188 2.547-1.406 2.328-0.313-0.328-1.219-0.031-1.219-0.234 0.016-1.219-0.391-1.922-0.953-1.937-0.625-0.016-0.875 0.859-0.906 1.359-0.047 0.469 0.266 1.453 0.5 1.375 0.156-0.047 0.422-0.359 0.141-0.344-0.141 0-0.359-0.344-0.391-0.75-0.016-0.406 0.141-0.812 0.672-0.797 0.609 0.016 0.609 1.234 0.547 1.281-0.203 0.141-0.453 0.406-0.484 0.453-0.203 0.328-0.594 0.422-0.75 0.562-0.266 0.281-0.328 0.594-0.125 0.703 0.719 0.406 0.484 0.875 1.484 0.906 0.656 0.031 1.141-0.094 1.594-0.234 0.344-0.109 1.453-0.344 1.687-0.75 0.109-0.172 0.234-0.172 0.313-0.125 0.156 0.078 0.187 0.375-0.203 0.469-0.547 0.156-1.094 0.453-1.594 0.641-0.484 0.203-0.641 0.281-1.094 0.359-1.031 0.187-1.797-0.375-1.109 0.297 0.234 0.219 0.453 0.359 1.047 0.344 1.313-0.047 2.766-1.625 2.906-0.922 0.031 0.156-0.406 0.344-0.75 0.516-1.219 0.594-2.078 1.781-2.859 1.375-0.703-0.375-1.406-2.109-1.391-1.328 0.016 1.203-1.578 2.266-0.844 3.641-0.484 0.125-1.563 2.422-1.719 3.609-0.094 0.688 0.063 1.531-0.109 2-0.234 0.688-1.297-0.656-0.953-2.297 0.063-0.281 0-0.344-0.078-0.203-0.422 0.766-0.187 1.844 0.156 2.594 0.141 0.328 0.5 0.469 0.766 0.75 0.547 0.625 2.703 2.219 3.078 2.609 0.484 0.453 0.344 1.516-0.656 1.625v0c0.516 0.969 1.016 1.062 1 2.641 0.594-0.313 0.359-1 0.109-1.437-0.172-0.313-0.391-0.453-0.344-0.531 0.031-0.047 0.344-0.313 0.516-0.109 0.531 0.594 1.531 0.703 2.594 0.562 1.078-0.125 2.234-0.5 2.766-1.359 0.25-0.406 0.422-0.547 0.531-0.469 0.125 0.063 0.172 0.344 0.156 0.812-0.016 0.5-0.219 1.016-0.359 1.437-0.141 0.484-0.187 0.812 0.281 0.828 0.125-0.875 0.375-1.734 0.438-2.609 0.078-1-0.641-2.844 0.141-3.766 0.203-0.25 0.453-0.281 0.797-0.281 0.047-1.25 1.969-1.156 2.609-0.641zM9.781 6c0.063-0.391-0.125-0.672-0.219-0.703-0.187-0.047-0.156 0.234-0.063 0.203v0c0.063 0 0.141 0.094 0.109 0.234-0.031 0.187-0.016 0.313 0.125 0.313 0.016 0 0.047 0 0.047-0.047zM16.328 9.078c-0.063-0.297-0.281-0.187-0.531-0.344-0.297-0.187-0.359-0.5-0.469-0.391v0c-0.328 0.359 0.406 1.109 0.719 1.172 0.187 0.031 0.328-0.219 0.281-0.438zM13.547 5.75c0.016-0.375-0.313-0.562-0.391-0.547-0.203 0.016-0.141 0.109-0.047 0.141v0c0.125 0.031 0.25 0.25 0.281 0.484 0 0.031 0.156-0.031 0.156-0.078zM14.391 2.109c0.016-0.078-0.187-0.172-0.328-0.281-0.125-0.125-0.25-0.234-0.375-0.234-0.313 0.031-0.156 0.359-0.203 0.516v0c-0.063 0.172-0.297 0.313-0.141 0.438 0.141 0.109 0.234-0.172 0.531-0.281 0.078-0.031 0.438 0.016 0.516-0.156zM23.219 23.063c1.922 1.188-0.719 2.172-1.859 2.75-0.891 0.453-2.078 1.453-2.516 1.875-0.328 0.313-1.687 0.469-2.453 0.078-0.891-0.453-0.422-1.172-1.797-1.219-0.688-0.016-1.359-0.016-2.031-0.016-0.594 0.016-1.188 0.047-1.797 0.063-2.063 0.047-2.266 1.375-3.594 1.328-0.906-0.031-2.047-0.75-4.016-1.156-1.375-0.281-2.703-0.359-2.984-0.969s0.344-1.297 0.391-1.891c0.047-0.797-0.594-1.875-0.125-2.281 0.406-0.359 1.266-0.094 1.828-0.406 0.594-0.344 0.844-0.609 0.844-1.344 0.219 0.75-0.016 1.359-0.5 1.656-0.297 0.187-0.844 0.281-1.297 0.234-0.359-0.031-0.578 0.016-0.672 0.156-0.141 0.172-0.094 0.484 0.078 0.891s0.375 0.672 0.344 1.172c-0.016 0.5-0.578 1.094-0.484 1.516 0.031 0.156 0.187 0.297 0.578 0.406 0.625 0.172 1.766 0.344 2.875 0.609 1.234 0.313 2.516 0.875 3.313 0.766 2.375-0.328 1.016-2.875 0.641-3.484v0c-2.016-3.156-3.344-5.219-4.406-4.406-0.266 0.219-0.281-0.531-0.266-0.828 0.047-1.031 0.562-1.406 0.875-2.203 0.594-1.516 1.047-3.25 1.953-4.141 0.672-0.875 1.734-2.297 1.937-3.047-0.172-1.625-0.219-3.344-0.25-4.844-0.031-1.609 0.219-3.016 2.031-4 0.438-0.234 1.016-0.328 1.625-0.328 1.078-0.016 2.281 0.297 3.047 0.859 1.219 0.906 1.984 2.828 1.891 4.203-0.063 1.078 0.125 2.188 0.469 3.344 0.406 1.359 1.047 2.312 2.078 3.406 1.234 1.313 2.203 3.891 2.484 5.531 0.25 1.531-0.094 2.484-0.422 2.531-0.5 0.078-0.812 1.656-2.375 1.594-1-0.047-1.094-0.641-1.375-1.156-0.453-0.797-0.906-0.547-1.078 0.297-0.094 0.422-0.031 1.047 0.109 1.516 0.281 0.984 0.187 1.906 0.016 3.047-0.328 2.156 1.516 2.562 2.75 1.531 1.219-1.016 1.484-1.172 3.016-1.703 2.328-0.797 1.547-1.5 0.297-1.922-1.125-0.375-1.172-2.266-0.766-2.625 0.094 2.031 1.156 2.328 1.594 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dribbble\" viewBox=\"0 0 24 28\">\n<title>dribbble</title>\n<path d=\"M16 23.438c-0.156-0.906-0.75-4.031-2.188-7.781-0.016 0-0.047 0.016-0.063 0.016 0 0-6.078 2.125-8.047 6.406-0.094-0.078-0.234-0.172-0.234-0.172 1.781 1.453 4.047 2.344 6.531 2.344 1.422 0 2.766-0.297 4-0.812zM13.109 13.953c-0.25-0.578-0.531-1.156-0.828-1.734-5.281 1.578-10.344 1.453-10.516 1.453-0.016 0.109-0.016 0.219-0.016 0.328 0 2.625 1 5.031 2.625 6.844v0c2.797-4.984 8.328-6.766 8.328-6.766 0.141-0.047 0.281-0.078 0.406-0.125zM11.438 10.641c-1.781-3.156-3.672-5.719-3.813-5.906-2.859 1.344-4.984 3.984-5.656 7.156 0.266 0 4.547 0.047 9.469-1.25zM22.125 15.625c-0.219-0.063-3.078-0.969-6.391-0.453 1.344 3.703 1.891 6.719 2 7.328 2.297-1.547 3.922-4.016 4.391-6.875zM9.547 4.047c-0.016 0-0.016 0-0.031 0.016 0 0 0.016-0.016 0.031-0.016zM18.766 6.312c-1.797-1.594-4.172-2.562-6.766-2.562-0.828 0-1.641 0.109-2.422 0.297 0.156 0.203 2.094 2.75 3.844 5.969 3.859-1.437 5.313-3.656 5.344-3.703zM22.25 13.891c-0.031-2.422-0.891-4.656-2.328-6.406-0.031 0.031-1.672 2.406-5.719 4.062 0.234 0.484 0.469 0.984 0.688 1.484 0.078 0.172 0.141 0.359 0.219 0.531 3.531-0.453 7.016 0.313 7.141 0.328zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skype\" viewBox=\"0 0 24 28\">\n<title>skype</title>\n<path d=\"M18.328 16.609c0-2.719-2.641-3.656-4.859-4.156l-1.625-0.375c-1.188-0.281-2.078-0.484-2.078-1.391 0-0.828 0.875-1.203 2.25-1.203 2.453 0 2.5 1.797 4.016 1.797 1.016 0 1.625-0.797 1.625-1.703 0-1.797-2.984-2.969-5.938-2.969-2.703 0-5.844 1.172-5.844 4.344 0 2.625 1.75 3.563 4.031 4.109l2.281 0.562c1.391 0.344 2.25 0.5 2.25 1.5 0 0.797-0.891 1.406-2.266 1.406-2.891 0-3.047-2.406-4.719-2.406-1.094 0-1.578 0.781-1.578 1.641 0 1.922 2.938 3.484 6.453 3.484 2.938 0 6-1.469 6-4.641zM24 20c0 3.313-2.688 6-6 6-1.375 0-2.641-0.469-3.656-1.25-0.75 0.156-1.547 0.25-2.344 0.25-6.078 0-11-4.922-11-11 0-0.797 0.094-1.594 0.25-2.344-0.781-1.016-1.25-2.281-1.25-3.656 0-3.313 2.688-6 6-6 1.375 0 2.641 0.469 3.656 1.25 0.75-0.156 1.547-0.25 2.344-0.25 6.078 0 11 4.922 11 11 0 0.797-0.094 1.594-0.25 2.344 0.781 1.016 1.25 2.281 1.25 3.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-foursquare\" viewBox=\"0 0 20 28\">\n<title>foursquare</title>\n<path d=\"M15.625 6.781l0.578-3.031c0.109-0.5-0.266-0.891-0.688-0.891h-11.125c-0.5 0-0.844 0.453-0.844 0.844v17.203c0 0.047 0.047 0.063 0.094 0.016 4.094-4.922 4.547-5.5 4.547-5.5 0.469-0.547 0.656-0.641 1.344-0.641h3.734c0.516 0 0.812-0.438 0.859-0.688s0.484-2.531 0.578-2.984-0.328-0.922-0.75-0.922h-4.594c-0.609 0-1.047-0.438-1.047-1.047v-0.656c0-0.609 0.438-1.031 1.047-1.031h5.406c0.375 0 0.797-0.344 0.859-0.672zM19.172 3.313c-0.578 2.812-2.312 11.703-2.469 12.344-0.187 0.734-0.469 2.016-2.25 2.016h-4.234c-0.172 0-0.187-0.016-0.344 0.156 0 0-0.109 0.125-6.656 7.719-0.516 0.594-1.359 0.484-1.672 0.359s-0.859-0.5-0.859-1.531v-22.031c0-0.906 0.562-2.344 2.469-2.344h13.875c2.031 0 2.578 1.156 2.141 3.313zM19.172 3.313l-2.469 12.344c0.156-0.641 1.891-9.531 2.469-12.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trello\" viewBox=\"0 0 24 28\">\n<title>trello</title>\n<path d=\"M11 21v-16c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v16c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM21.5 15v-10c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v10c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-female\" viewBox=\"0 0 20 28\">\n<title>female</title>\n<path d=\"M20 16.5c0 0.828-0.672 1.5-1.5 1.5-0.5 0-0.969-0.25-1.25-0.672l-3.547-5.328h-0.703v2.063l3.859 6.422c0.094 0.156 0.141 0.328 0.141 0.516 0 0.547-0.453 1-1 1h-3v4.25c0 0.969-0.781 1.75-1.75 1.75h-2.5c-0.953 0-1.75-0.781-1.75-1.75v-4.25h-3c-0.547 0-1-0.453-1-1 0-0.187 0.047-0.359 0.141-0.516l3.859-6.422v-2.063h-0.703l-3.547 5.328c-0.281 0.422-0.75 0.672-1.25 0.672-0.828 0-1.5-0.672-1.5-1.5 0-0.297 0.094-0.594 0.25-0.828l4-6c0.625-0.922 1.594-1.672 2.75-1.672h6c1.156 0 2.125 0.75 2.75 1.672l4 6c0.156 0.234 0.25 0.531 0.25 0.828zM13.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-male\" viewBox=\"0 0 16 28\">\n<title>male</title>\n<path d=\"M16 11v6.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-5.5h-1v14.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-7.25h-1v7.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-14.25h-1v5.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-6.5c0-1.656 1.344-3 3-3h10c1.656 0 3 1.344 3 3zM11.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gittip\" viewBox=\"0 0 24 28\">\n<title>gittip</title>\n<path d=\"M12.078 20.344l5.469-7.391c0.422-0.578 0.922-2.438-0.672-3.484-1.344-0.875-2.625-0.203-3.297 0.578-0.25 0.281-0.688 0.625-1.5 0.625s-1.234-0.344-1.484-0.625c-0.672-0.781-1.953-1.453-3.313-0.578-1.578 1.047-1.078 2.906-0.656 3.484zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sun-o\" viewBox=\"0 0 28 28\">\n<title>sun-o</title>\n<path d=\"M23 14c0-4.969-4.031-9-9-9s-9 4.031-9 9 4.031 9 9 9 9-4.031 9-9zM27.312 18.328c-0.047 0.156-0.172 0.266-0.313 0.313l-4.562 1.5v4.781c0 0.156-0.078 0.313-0.203 0.406-0.141 0.094-0.297 0.125-0.453 0.063l-4.562-1.469-2.812 3.875c-0.094 0.125-0.25 0.203-0.406 0.203s-0.313-0.078-0.406-0.203l-2.812-3.875-4.562 1.469c-0.156 0.063-0.313 0.031-0.453-0.063-0.125-0.094-0.203-0.25-0.203-0.406v-4.781l-4.562-1.5c-0.141-0.047-0.266-0.156-0.313-0.313s-0.031-0.328 0.063-0.453l2.812-3.875-2.812-3.875c-0.094-0.141-0.109-0.297-0.063-0.453s0.172-0.266 0.313-0.313l4.562-1.5v-4.781c0-0.156 0.078-0.313 0.203-0.406 0.141-0.094 0.297-0.125 0.453-0.063l4.562 1.469 2.812-3.875c0.187-0.25 0.625-0.25 0.812 0l2.812 3.875 4.562-1.469c0.156-0.063 0.313-0.031 0.453 0.063 0.125 0.094 0.203 0.25 0.203 0.406v4.781l4.562 1.5c0.141 0.047 0.266 0.156 0.313 0.313s0.031 0.313-0.063 0.453l-2.812 3.875 2.812 3.875c0.094 0.125 0.109 0.297 0.063 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-moon-o\" viewBox=\"0 0 23 28\">\n<title>moon-o</title>\n<path d=\"M19.719 20.359c-0.562 0.094-1.141 0.141-1.719 0.141-5.797 0-10.5-4.703-10.5-10.5 0-1.984 0.578-3.922 1.625-5.578-4.156 1.234-7.125 5.047-7.125 9.578 0 5.516 4.484 10 10 10 3.016 0 5.844-1.375 7.719-3.641zM22.891 19.031c-1.953 4.234-6.234 6.969-10.891 6.969-6.609 0-12-5.391-12-12 0-6.484 5.078-11.75 11.547-11.984 0.438-0.016 0.797 0.234 0.953 0.609 0.172 0.391 0.063 0.844-0.234 1.125-1.781 1.625-2.766 3.844-2.766 6.25 0 4.688 3.813 8.5 8.5 8.5 1.234 0 2.422-0.266 3.563-0.797 0.391-0.172 0.828-0.094 1.125 0.203s0.375 0.75 0.203 1.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-archive\" viewBox=\"0 0 28 28\">\n<title>archive</title>\n<path d=\"M17 13c0-0.547-0.453-1-1-1h-4c-0.547 0-1 0.453-1 1s0.453 1 1 1h4c0.547 0 1-0.453 1-1zM26 10v15c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-15c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM27 3v4c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bug\" viewBox=\"0 0 26 28\">\n<title>bug</title>\n<path d=\"M25.5 15c0 0.547-0.453 1-1 1h-3.5c0 1.953-0.422 3.422-1.047 4.531l3.25 3.266c0.391 0.391 0.391 1.016 0 1.406-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-3.094-3.078s-2.047 1.875-4.703 1.875v-14h-2v14c-2.828 0-4.891-2.063-4.891-2.063l-2.859 3.234c-0.203 0.219-0.469 0.328-0.75 0.328-0.234 0-0.469-0.078-0.672-0.25-0.406-0.375-0.438-1-0.078-1.422l3.156-3.547c-0.547-1.078-0.906-2.469-0.906-4.281h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h3.5v-4.594l-2.703-2.703c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0l2.703 2.703h13.188l2.703-2.703c0.391-0.391 1.016-0.391 1.406 0s0.391 1.016 0 1.406l-2.703 2.703v4.594h3.5c0.547 0 1 0.453 1 1zM18 6h-10c0-2.766 2.234-5 5-5s5 2.234 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vk\" viewBox=\"0 0 31 28\">\n<title>vk</title>\n<path d=\"M29.953 8.125c0.234 0.641-0.5 2.141-2.344 4.594-3.031 4.031-3.359 3.656-0.859 5.984 2.406 2.234 2.906 3.313 2.984 3.453 0 0 1 1.75-1.109 1.766l-4 0.063c-0.859 0.172-2-0.609-2-0.609-1.5-1.031-2.906-3.703-4-3.359 0 0-1.125 0.359-1.094 2.766 0.016 0.516-0.234 0.797-0.234 0.797s-0.281 0.297-0.828 0.344h-1.797c-3.953 0.25-7.438-3.391-7.438-3.391s-3.813-3.938-7.156-11.797c-0.219-0.516 0.016-0.766 0.016-0.766s0.234-0.297 0.891-0.297l4.281-0.031c0.406 0.063 0.688 0.281 0.688 0.281s0.25 0.172 0.375 0.5c0.703 1.75 1.609 3.344 1.609 3.344 1.563 3.219 2.625 3.766 3.234 3.437 0 0 0.797-0.484 0.625-4.375-0.063-1.406-0.453-2.047-0.453-2.047-0.359-0.484-1.031-0.625-1.328-0.672-0.234-0.031 0.156-0.594 0.672-0.844 0.766-0.375 2.125-0.391 3.734-0.375 1.266 0.016 1.625 0.094 2.109 0.203 1.484 0.359 0.984 1.734 0.984 5.047 0 1.062-0.203 2.547 0.562 3.031 0.328 0.219 1.141 0.031 3.141-3.375 0 0 0.938-1.625 1.672-3.516 0.125-0.344 0.391-0.484 0.391-0.484s0.25-0.141 0.594-0.094l4.5-0.031c1.359-0.172 1.578 0.453 1.578 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-weibo\" viewBox=\"0 0 28 28\">\n<title>weibo</title>\n<path d=\"M10.547 20.062c0.438-0.719 0.203-1.547-0.531-1.859-0.703-0.297-1.641 0.016-2.078 0.703-0.453 0.703-0.234 1.531 0.469 1.859 0.719 0.328 1.687 0.016 2.141-0.703zM12.016 18.172c0.156-0.281 0.063-0.594-0.219-0.703-0.281-0.094-0.625 0.031-0.781 0.297-0.156 0.281-0.078 0.578 0.203 0.703 0.281 0.109 0.641-0.016 0.797-0.297zM14.734 19.844c-0.938 2.125-3.656 3.281-5.969 2.531-2.234-0.719-3.172-2.922-2.203-4.906 0.969-1.937 3.453-3.031 5.656-2.469 2.297 0.594 3.453 2.75 2.516 4.844zM19.609 17.344c-0.297-3.047-4.297-5.141-8.937-4.688-4.641 0.469-8.141 3.297-7.844 6.344s4.297 5.141 8.937 4.688c4.641-0.469 8.141-3.297 7.844-6.344zM24.422 17.406c0 3.516-5.063 7.938-12.672 7.938-5.812 0-11.75-2.812-11.75-7.453 0-2.422 1.531-5.219 4.172-7.859 3.531-3.531 7.641-5.125 9.188-3.578 0.688 0.672 0.75 1.859 0.313 3.266-0.219 0.719 0.672 0.313 0.672 0.328 2.844-1.203 5.328-1.266 6.234 0.031 0.484 0.688 0.438 1.656 0 2.781-0.203 0.516 0.063 0.594 0.453 0.719 1.609 0.5 3.391 1.703 3.391 3.828zM23.266 7.656c0.891 0.984 1.141 2.344 0.75 3.531-0.156 0.484-0.672 0.75-1.156 0.594s-0.75-0.672-0.594-1.156v0c0.187-0.594 0.063-1.25-0.375-1.734s-1.078-0.672-1.672-0.547v0c-0.5 0.109-1-0.203-1.094-0.703-0.109-0.5 0.203-0.984 0.703-1.094 1.219-0.266 2.547 0.109 3.437 1.109zM26.094 5.109c1.844 2.031 2.328 4.812 1.547 7.25v0c-0.187 0.562-0.781 0.875-1.344 0.688s-0.875-0.781-0.703-1.344v0c0.562-1.734 0.219-3.719-1.094-5.156-1.313-1.453-3.234-2-5.016-1.625-0.578 0.125-1.156-0.25-1.281-0.828s0.25-1.141 0.828-1.266v0c2.516-0.531 5.219 0.234 7.063 2.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-renren\" viewBox=\"0 0 24 28\">\n<title>renren</title>\n<path d=\"M17.703 24.531c-1.703 0.938-3.656 1.469-5.75 1.469-2.078 0-4.031-0.531-5.734-1.469 2.766-1.75 5-4.391 5.734-7.484 0.75 3.094 2.984 5.734 5.75 7.484zM9.969 2.219v7.578c0 5.344-2.953 9.938-7.141 11.969-1.766-2.094-2.828-4.781-2.828-7.734 0-5.938 4.312-10.859 9.969-11.813zM24 14.031c0 2.953-1.062 5.641-2.828 7.734-4.188-2.031-7.141-6.625-7.141-11.969v-7.578c5.656 0.953 9.969 5.875 9.969 11.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pagelines\" viewBox=\"0 0 22 28\">\n<title>pagelines</title>\n<path d=\"M21.906 17.234c-3.141 7.797-10.672 3.078-10.672 3.078-2.312 4.672-6.125 7.672-10.531 7.688-0.391 0-0.703-0.313-0.703-0.703s0.313-0.688 0.703-0.688c3.672-0.016 6.875-2.438 8.969-6.281-2.344 0.906-6.766 1.594-9.219-4.688 6.219-2.562 9.078 0.641 10.172 2.594 0.562-1.391 0.969-2.906 1.234-4.547 0 0-7.969 1.25-8.531-5.594 6.797-2.734 8.703 4.375 8.703 4.375 0.094-0.953 0.187-3 0.187-3.047 0 0-6.062-4.203-2.172-9.422 7.109 2.453 3.5 9.266 3.5 9.266 0.031 0.094 0.031 1.359 0 1.906 0 0 2.578-5.078 7.781-3.281-0.234 7.641-8.094 6.062-8.094 6.062-0.25 1.563-0.641 3.047-1.141 4.422 0 0 4.734-5.234 9.812-1.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-exchange\" viewBox=\"0 0 20 28\">\n<title>stack-exchange</title>\n<path d=\"M19.672 19.578v1.031c0 1.766-1.375 3.187-3.063 3.187h-0.891l-4.062 4.203v-4.203h-8.266c-1.687 0-3.063-1.422-3.063-3.187v-1.031h19.344zM19.672 14.484v3.984h-19.344v-3.984h19.344zM19.672 9.359v3.984h-19.344v-3.984h19.344zM19.672 7.172v1.047h-19.344v-1.047c0-1.75 1.375-3.172 3.063-3.172h13.219c1.687 0 3.063 1.422 3.063 3.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-right</title>\n<path d=\"M18 14c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-left</title>\n<path d=\"M18 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v3c0 0.281-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-4.984c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5v3h5.5c0.266 0 0.5 0.234 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-left\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-left</title>\n<path d=\"M16 9v10c0 0.547-0.453 1-1 1-0.203 0-0.406-0.063-0.578-0.187l-7-5c-0.266-0.187-0.422-0.484-0.422-0.812 0-0.313 0.156-0.625 0.422-0.812l7-5c0.172-0.125 0.375-0.187 0.578-0.187 0.547 0 1 0.453 1 1zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dot-circle-o\" viewBox=\"0 0 24 28\">\n<title>dot-circle-o</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair\" viewBox=\"0 0 25 28\">\n<title>wheelchair</title>\n<path d=\"M15.984 18.547l1.594 3.187c-1.203 3.719-4.672 6.266-8.578 6.266-4.953 0-9-4.047-9-9 0-3.781 2.375-7.156 5.922-8.453l0.266 2.047c-2.547 1.125-4.188 3.625-4.188 6.406 0 3.859 3.141 7 7 7 4.016 0 7.266-3.437 6.984-7.453zM24.547 20.109l0.906 1.781-4 2c-0.141 0.078-0.297 0.109-0.453 0.109-0.375 0-0.734-0.219-0.891-0.547l-3.734-7.453h-7.375c-0.5 0-0.938-0.391-1-0.891l-1.5-12.172c-0.016-0.156 0.047-0.5 0.094-0.656 0.297-1.078 1.297-1.781 2.406-1.781 1.375 0 2.5 1.125 2.5 2.5 0 1.422-1.25 2.641-2.688 2.484l0.578 4.516h6.609v2h-6.359l0.25 2h7.109c0.375 0 0.734 0.219 0.891 0.547l3.563 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo-square\" viewBox=\"0 0 24 28\">\n<title>vimeo-square</title>\n<path d=\"M20.188 9.969c0.109-2.266-0.734-3.406-2.516-3.469-2.406-0.078-4.031 1.281-4.875 4.078 0.438-0.187 0.859-0.297 1.281-0.297 0.875 0 1.266 0.5 1.156 1.5-0.047 0.594-0.438 1.469-1.156 2.609-0.734 1.156-1.281 1.719-1.641 1.719-0.469 0-0.875-0.875-1.281-2.641-0.125-0.531-0.359-1.844-0.703-3.984-0.313-1.969-1.141-2.891-2.5-2.766-0.562 0.063-1.437 0.562-2.562 1.563-0.844 0.734-1.672 1.5-2.531 2.25l0.812 1.047c0.781-0.531 1.234-0.812 1.359-0.812 0.594 0 1.156 0.938 1.672 2.797 0.469 1.719 0.938 3.422 1.406 5.141 0.703 1.859 1.547 2.797 2.562 2.797 1.625 0 3.625-1.531 5.984-4.594 2.281-2.938 3.469-5.25 3.531-6.937zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-try\" viewBox=\"0 0 18 28\">\n<title>try</title>\n<path d=\"M18 13c0 6.062-4.937 11-11 11h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-9.547l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-1.453l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-3.906c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v2.828l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v1.453l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v7.609c3.906-0.266 7-3.516 7-7.484 0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square-o\" viewBox=\"0 0 22 28\">\n<title>plus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-5.5v5.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-5.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v5.5h5.5c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-space-shuttle\" viewBox=\"0 0 34 28\">\n<title>space-shuttle</title>\n<path d=\"M9.688 17.5c-1.078 0.625-2.547 1-4.188 1h-2v-1h-1c-0.281 0-0.5-0.562-0.5-1.25 0-0.281 0.047-0.547 0.109-0.766-1.203-0.031-2.109-0.234-2.109-0.484s0.906-0.453 2.109-0.484c-0.063-0.219-0.109-0.484-0.109-0.766 0-0.688 0.219-1.25 0.5-1.25h1v-1h2c1.641 0 3.109 0.375 4.188 1h17.391c1.156 0.203 2.203 0.375 2.922 0.5 3 0.5 4 1.5 4 2s-1 1.5-4 2c-0.719 0.125-1.766 0.297-2.922 0.5h-17.391zM27.172 13.563c0.5 0.344 0.828 0.859 0.828 1.437s-0.328 1.094-0.828 1.437l1.266 0.469c0.641-0.453 1.062-1.141 1.062-1.906s-0.422-1.453-1.062-1.906zM9.766 17.75h15.859s-3.391 0.594-7.125 1.25c-2 0-3.5 1.5-3.5 1.5l-4.5 4.5s-1.516 1-2.5 1h-1.5l-1.453-7.25h0.453c1.594 0 3.109-0.359 4.266-1zM5.5 11.25h-0.453l1.453-7.25h1.5c1.016 0 2 0.5 2.5 1l4.5 4.5c0 0 1.5 1.5 3.5 1.5 3.734 0.656 7.125 1.25 7.125 1.25h-15.859c-1.156-0.641-2.672-1-4.266-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slack\" viewBox=\"0 0 26 28\">\n<title>slack</title>\n<path d=\"M23.734 12.125c1.281 0 2.266 0.938 2.266 2.219 0 1-0.516 1.703-1.453 2.031l-2.688 0.922 0.875 2.609c0.078 0.234 0.109 0.484 0.109 0.734 0 1.234-1 2.266-2.234 2.266-0.984 0-1.859-0.609-2.172-1.547l-0.859-2.578-4.844 1.656 0.859 2.562c0.078 0.234 0.125 0.484 0.125 0.734 0 1.219-1 2.266-2.25 2.266-0.984 0-1.844-0.609-2.156-1.547l-0.859-2.547-2.391 0.828c-0.25 0.078-0.516 0.141-0.781 0.141-1.266 0-2.219-0.938-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.438-0.828-1.641-4.891-2.438 0.844c-0.25 0.078-0.5 0.125-0.75 0.125-1.25 0-2.219-0.953-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.453-0.828-0.828-2.484c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1-2.266 2.25-2.266 0.984 0 1.844 0.609 2.156 1.547l0.844 2.5 4.844-1.641-0.844-2.5c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1.016-2.266 2.25-2.266 0.984 0 1.859 0.625 2.172 1.547l0.828 2.516 2.531-0.859c0.219-0.063 0.438-0.094 0.672-0.094 1.219 0 2.266 0.906 2.266 2.156 0 0.969-0.75 1.781-1.625 2.078l-2.453 0.844 1.641 4.937 2.562-0.875c0.234-0.078 0.484-0.125 0.719-0.125zM11.328 16.219l4.844-1.641-1.641-4.922-4.844 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-square\" viewBox=\"0 0 24 28\">\n<title>envelope-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM20 18.5v-6.813c-0.297 0.328-0.625 0.625-1 0.859-1.469 0.969-2.984 1.875-4.438 2.875-0.734 0.516-1.641 1.078-2.562 1.078v0 0 0 0c-0.922 0-1.828-0.562-2.562-1.078-1.453-1-2.984-1.891-4.438-2.891-0.359-0.234-0.641-0.578-1-0.844v6.813c0 0.828 0.672 1.5 1.5 1.5h13c0.828 0 1.5-0.672 1.5-1.5zM20 9.547c0-0.844-0.625-1.547-1.5-1.547h-13c-0.828 0-1.5 0.672-1.5 1.5 0 0.844 0.875 1.766 1.531 2.203 1.375 0.922 2.797 1.781 4.172 2.688 0.594 0.391 1.578 1.109 2.297 1.109s1.703-0.719 2.297-1.109c1.391-0.906 2.781-1.797 4.172-2.719 0.609-0.406 1.531-1.344 1.531-2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wordpress\" viewBox=\"0 0 28 28\">\n<title>wordpress</title>\n<path d=\"M1.984 14c0-1.734 0.375-3.391 1.047-4.891l5.734 15.703c-4.016-1.953-6.781-6.062-6.781-10.813zM22.109 13.391c0 1.031-0.422 2.219-0.922 3.891l-1.188 4-4.344-12.906s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.953 0.141-3.203 0.156-3.203 0.156s-1.172-0.016-3.156-0.156c-0.656-0.047-0.734 0.938-0.078 0.984 0.609 0.063 1.25 0.125 1.25 0.125l1.875 5.125-2.625 7.875-4.375-13s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.937 0.141-3.203 0.156-3.203 0.156-0.219 0-0.484-0.016-0.766-0.016 2.141-3.266 5.828-5.422 10.031-5.422 3.125 0 5.969 1.203 8.109 3.156h-0.156c-1.172 0-2.016 1.016-2.016 2.125 0 0.984 0.578 1.813 1.188 2.812 0.469 0.797 0.984 1.828 0.984 3.313zM14.203 15.047l3.703 10.109c0.016 0.063 0.047 0.125 0.078 0.172-1.25 0.438-2.578 0.688-3.984 0.688-1.172 0-2.312-0.172-3.391-0.5zM24.531 8.234c0.938 1.719 1.484 3.672 1.484 5.766 0 4.438-2.406 8.297-5.984 10.375l3.672-10.594c0.609-1.75 0.922-3.094 0.922-4.312 0-0.438-0.031-0.844-0.094-1.234zM14 0c7.719 0 14 6.281 14 14s-6.281 14-14 14-14-6.281-14-14 6.281-14 14-14zM14 27.359c7.359 0 13.359-6 13.359-13.359s-6-13.359-13.359-13.359-13.359 6-13.359 13.359 6 13.359 13.359 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-openid\" viewBox=\"0 0 28 28\">\n<title>openid</title>\n<path d=\"M16.969 0v24l-4.25 2c-7.187-0.641-12.719-4.469-12.719-9.109 0-4.469 5.156-8.188 11.984-9.016v2.688c-4.469 0.781-7.75 3.313-7.75 6.328 0 3.187 3.656 5.828 8.484 6.438v0-21.25zM27.422 9.094l0.578 6.094-8.203-1.781 2.297-1.297c-1.219-0.719-2.719-1.25-4.375-1.547v-2.688c2.891 0.344 5.484 1.219 7.516 2.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bank\" viewBox=\"0 0 30 28\">\n<title>bank</title>\n<path d=\"M15 0l15 6v2h-2c0 0.547-0.484 1-1.078 1h-23.844c-0.594 0-1.078-0.453-1.078-1h-2v-2zM4 10h4v12h2v-12h4v12h2v-12h4v12h2v-12h4v12h0.922c0.594 0 1.078 0.453 1.078 1v1h-26v-1c0-0.547 0.484-1 1.078-1h0.922v-12zM28.922 25c0.594 0 1.078 0.453 1.078 1v2h-30v-2c0-0.547 0.484-1 1.078-1h27.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-graduation-cap\" viewBox=\"0 0 36 28\">\n<title>graduation-cap</title>\n<path d=\"M27.719 13.062l0.281 4.937c0.125 2.203-4.484 4-10 4s-10.125-1.797-10-4l0.281-4.937 8.969 2.828c0.25 0.078 0.5 0.109 0.75 0.109s0.5-0.031 0.75-0.109zM36 8c0 0.219-0.141 0.406-0.344 0.484l-17.5 5.5c-0.063 0.016-0.109 0.016-0.156 0.016s-0.094 0-0.156-0.016l-10.187-3.219c-0.891 0.703-1.516 2.422-1.641 4.531 0.594 0.344 0.984 0.969 0.984 1.703 0 0.703-0.359 1.313-0.906 1.672l0.906 6.766c0.016 0.141-0.031 0.281-0.125 0.391s-0.234 0.172-0.375 0.172h-3c-0.141 0-0.281-0.063-0.375-0.172s-0.141-0.25-0.125-0.391l0.906-6.766c-0.547-0.359-0.906-0.969-0.906-1.672 0-0.75 0.422-1.391 1.016-1.734 0.094-1.828 0.562-3.797 1.531-5.156l-5.203-1.625c-0.203-0.078-0.344-0.266-0.344-0.484s0.141-0.406 0.344-0.484l17.5-5.5c0.063-0.016 0.109-0.016 0.156-0.016s0.094 0 0.156 0.016l17.5 5.5c0.203 0.078 0.344 0.266 0.344 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yahoo\" viewBox=\"0 0 24 28\">\n<title>yahoo</title>\n<path d=\"M13.422 14.953l0.203 11.047c-0.531-0.094-1.078-0.172-1.641-0.172-0.547 0-1.094 0.078-1.641 0.172l0.203-11.047c-2.906-5.016-5.641-10.125-8.844-14.953 0.547 0.141 1.109 0.234 1.687 0.234s1.172-0.109 1.734-0.234c2.187 3.875 4.562 7.641 6.859 11.453 2.312-3.781 4.766-7.547 6.859-11.453 0.547 0.141 1.109 0.219 1.672 0.219 0.594 0 1.203-0.078 1.781-0.219v0 0c-1.25 1.719-2.281 3.594-3.359 5.422-1.859 3.172-3.687 6.344-5.516 9.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google\" viewBox=\"0 0 24 28\">\n<title>google</title>\n<path d=\"M12 12.281h11.328c0.109 0.609 0.187 1.203 0.187 2 0 6.844-4.594 11.719-11.516 11.719-6.641 0-12-5.359-12-12s5.359-12 12-12c3.234 0 5.953 1.188 8.047 3.141l-3.266 3.141c-0.891-0.859-2.453-1.859-4.781-1.859-4.094 0-7.438 3.391-7.438 7.578s3.344 7.578 7.438 7.578c4.75 0 6.531-3.406 6.813-5.172h-6.813v-4.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit\" viewBox=\"0 0 28 28\">\n<title>reddit</title>\n<path d=\"M17.109 18.234c0.141 0.141 0.141 0.359 0 0.484-0.891 0.891-2.609 0.969-3.109 0.969s-2.219-0.078-3.109-0.969c-0.141-0.125-0.141-0.344 0-0.484 0.125-0.125 0.344-0.125 0.469 0 0.562 0.578 1.781 0.766 2.641 0.766s2.063-0.187 2.641-0.766c0.125-0.125 0.344-0.125 0.469 0zM12.313 15.406c0 0.766-0.625 1.391-1.391 1.391-0.781 0-1.406-0.625-1.406-1.391 0-0.781 0.625-1.406 1.406-1.406 0.766 0 1.391 0.625 1.391 1.406zM18.484 15.406c0 0.766-0.625 1.391-1.406 1.391-0.766 0-1.391-0.625-1.391-1.391 0-0.781 0.625-1.406 1.391-1.406 0.781 0 1.406 0.625 1.406 1.406zM22.406 13.531c0-1.031-0.844-1.859-1.875-1.859-0.531 0-1 0.219-1.344 0.562-1.266-0.875-2.969-1.437-4.859-1.5l0.984-4.422 3.125 0.703c0 0.766 0.625 1.391 1.391 1.391 0.781 0 1.406-0.641 1.406-1.406s-0.625-1.406-1.406-1.406c-0.547 0-1.016 0.328-1.25 0.781l-3.453-0.766c-0.172-0.047-0.344 0.078-0.391 0.25l-1.078 4.875c-1.875 0.078-3.563 0.641-4.828 1.516-0.344-0.359-0.828-0.578-1.359-0.578-1.031 0-1.875 0.828-1.875 1.859 0 0.75 0.438 1.375 1.062 1.687-0.063 0.281-0.094 0.578-0.094 0.875 0 2.969 3.344 5.375 7.453 5.375 4.125 0 7.469-2.406 7.469-5.375 0-0.297-0.031-0.609-0.109-0.891 0.609-0.313 1.031-0.938 1.031-1.672zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-square\" viewBox=\"0 0 24 28\">\n<title>reddit-square</title>\n<path d=\"M14.672 17.641c0.109 0.109 0.109 0.297 0 0.406-0.766 0.766-2.234 0.828-2.672 0.828s-1.906-0.063-2.672-0.828c-0.109-0.109-0.109-0.297 0-0.406 0.109-0.125 0.297-0.125 0.406 0 0.484 0.484 1.531 0.656 2.266 0.656s1.781-0.172 2.266-0.656c0.109-0.125 0.297-0.125 0.406 0zM10.563 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM15.844 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM19.203 13.594c0-0.875-0.719-1.594-1.609-1.594-0.438 0-0.844 0.187-1.141 0.484-1.094-0.75-2.562-1.234-4.172-1.281l0.844-3.797 2.672 0.609c0.016 0.656 0.547 1.188 1.203 1.188s1.203-0.547 1.203-1.203-0.547-1.203-1.203-1.203c-0.469 0-0.875 0.266-1.078 0.672l-2.953-0.656c-0.156-0.047-0.297 0.063-0.328 0.203l-0.938 4.188c-1.609 0.063-3.063 0.547-4.141 1.297-0.297-0.313-0.703-0.5-1.156-0.5-0.891 0-1.609 0.719-1.609 1.594 0 0.641 0.375 1.188 0.906 1.453-0.047 0.234-0.078 0.5-0.078 0.75 0 2.547 2.859 4.609 6.391 4.609s6.406-2.063 6.406-4.609c0-0.266-0.031-0.516-0.094-0.766 0.516-0.266 0.875-0.812 0.875-1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon-circle\" viewBox=\"0 0 24 28\">\n<title>stumbleupon-circle</title>\n<path d=\"M13.531 13.109l1.406-0.422v-0.969c0-1.656-1.406-2.984-3.063-2.984s-3.063 1.313-3.063 2.969v4.422c0 0.406-0.328 0.734-0.734 0.734s-0.719-0.328-0.719-0.734v-1.875h-2.359v1.906c0 1.703 1.375 3.063 3.078 3.063 1.672 0 3.063-1.344 3.063-3.016v-4.375c0-0.406 0.328-0.734 0.734-0.734 0.391 0 0.719 0.328 0.719 0.734v0.844zM18.734 16.156v-1.906h-2.344v1.969c0 0.406-0.328 0.734-0.734 0.734-0.391 0-0.719-0.328-0.719-0.734v-1.922l-1.406 0.406-0.938-0.438v1.922c0 1.672 1.391 3.031 3.078 3.031s3.063-1.359 3.063-3.063zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon\" viewBox=\"0 0 30 28\">\n<title>stumbleupon</title>\n<path d=\"M16.594 11.125v-1.844c0-0.875-0.719-1.594-1.594-1.594s-1.594 0.719-1.594 1.594v9.562c0 3.656-3.031 6.609-6.703 6.609-3.703 0-6.703-3-6.703-6.703v-4.156h5.125v4.094c0 0.891 0.719 1.594 1.594 1.594s1.594-0.703 1.594-1.594v-9.688c0-3.578 3.063-6.453 6.687-6.453 3.641 0 6.687 2.891 6.687 6.5v2.125l-3.047 0.906zM24.875 14.594h5.125v4.156c0 3.703-3 6.703-6.703 6.703-3.687 0-6.703-2.969-6.703-6.641v-4.188l2.047 0.953 3.047-0.906v4.219c0 0.875 0.719 1.578 1.594 1.578s1.594-0.703 1.594-1.578v-4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-delicious\" viewBox=\"0 0 24 28\">\n<title>delicious</title>\n<path d=\"M23 21.5v-7.5h-11v-11h-7.5c-1.937 0-3.5 1.563-3.5 3.5v7.5h11v11h7.5c1.937 0 3.5-1.563 3.5-3.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-digg\" viewBox=\"0 0 32 28\">\n<title>digg</title>\n<path d=\"M5.125 4.406h3.187v15.359h-8.313v-10.891h5.125v-4.469zM5.125 17.203v-5.766h-1.922v5.766h1.922zM9.594 8.875v10.891h3.203v-10.891h-3.203zM9.594 4.406v3.187h3.203v-3.187h-3.203zM14.078 8.875h8.328v14.719h-8.328v-2.547h5.125v-1.281h-5.125v-10.891zM19.203 17.203v-5.766h-1.922v5.766h1.922zM23.688 8.875h8.313v14.719h-8.313v-2.547h5.109v-1.281h-5.109v-10.891zM28.797 17.203v-5.766h-1.922v5.766h1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-pp\" viewBox=\"0 0 24 28\">\n<title>pied-piper-pp</title>\n<path d=\"M16.344 15.937c0 1.328-0.906 2.406-2.016 2.406-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.422zM10.984 9.25c0 1.344-0.906 2.422-2.016 2.422-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.406zM19.766 15.984c0-2.797-2.109-5.063-4.703-5.063-0.203 0-0.406 0.016-0.609 0.047-0.234 0.797-0.641 1.516-1.219 2.125-0.875 0.953-2.047 1.516-3.297 1.578v9.938l3.297-0.641v-3.219c0.547 0.203 1.156 0.297 1.828 0.297 2.594 0 4.703-2.266 4.703-5.063zM14.406 9.312c0-2.797-2.109-5.063-4.719-5.063-0.766 0-1.531 0.203-2.203 0.562h-2.906v13.125l3.297-0.641v-3.219c0.547 0.187 1.156 0.297 1.813 0.297 2.609 0 4.719-2.266 4.719-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-alt\" viewBox=\"0 0 32 28\">\n<title>pied-piper-alt</title>\n<path d=\"M19.094 14.516c4.062-0.156 6.312 3.187 8.156 6.281 1.094 1.859 2.375 2.953 3.953 4.344-1.687 1.047-3.828 1.75-5.641 2.562-3-2.516-1.25-12.5-6.062-12.5l-0.156 0.031-0.094 0.063c0.063 0.078 0.141 0.156 0.203 0.219 1.297 1.094 1.813 1.328 1.891 3.187l0.016 0.516c0.047 1.172-0.297 2.312-0.531 3.453-1.047-0.031-2.063 0.313-3.109 0.313-0.391 0-0.766-0.047-1.125-0.156-0.031-0.25-0.031-0.5-0.031-0.734 0-0.484-0.016-1.031 0.047-1.5 0.078-0.516 1.828-1.625 1.797-2.375-0.297-0.031-0.5 0.141-0.672 0.375-0.719 1.062-2.562 2.281-3.875 2.281-0.906 0-3.063-3.891-4.156-4.672-0.172-0.125-0.281-0.297-0.422-0.469-0.875 0.203-7.578 1.75-8.016 1.75-0.328 0-0.625-0.266-0.625-0.594 0-0.297 0.187-0.578 0.484-0.641l7.594-1.656c-0.516-0.938 0.672-0.953 1.172-1.094 0.172-0.047 0.344-0.219 0.516-0.219 0.344 0 0.641 0.484 0.75 0.766 0.344-0.078 2.484-0.578 2.688-0.578 0.344 0 0.656 0.25 0.656 0.609 0 0.297-0.187 0.562-0.5 0.625l-2.844 0.625-0.016 0.25c-0.016 0.547 2.469 3.266 2.906 3.266 0.984 0 2.984-2.266 2.984-3.266 0-1.672-2.328-0.688-2.328-1.828 0-0.187 0.063-0.359 0.156-0.531l-1.062-0.297c0.484-0.5 0.672-1.141 0.672-1.828 0-0.297-0.031-0.609-0.078-0.906 0.797-0.156 1.453-0.25 2.25-0.25 3.094 0 2.484 0.469 3.563 2.953l0.781-0.391c-0.125 1.859-1.969 0.953-1.906 1.687zM20.031 10.844c-0.609-0.703-0.875-1.047-1.234-1.203-0.375-0.172-0.859-0.125-1.984-0.125-1.172 0-2.328 0.172-3.391 0.672 0.344-0.641 0.719-0.922 1.406-1.188 1.484-0.562 2.188-1.656 3.203-2.781 0.531 0.375 0.766 1.313 1.531 1.266l0.187-0.016v1.188l0.344 0.016c2.031-0.781 4.062-1.641 5.797-2.969 2.625-2 2.875-2.719 4.422-5.437l0.109-0.141c-0.031 0.766-0.344 1.484-0.672 2.172-1.656 3.469-4.281 5.453-7.984 6.344-0.672 0.156-1.437 0.172-2.047 0.484 0.078 0.531 0.719 0.984 0.719 1.25 0 0.187-0.297 0.391-0.406 0.469zM16.578 25.234c0.859-0.562 3.313-1.078 4.344-1.078 0.516 0 1.531 2.453 1.797 3-1.219 0.453-2.5 0.703-3.813 0.703-0.656 0-1.313-0.063-1.953-0.172zM12.844 15.125l0.75-0.187 1.703 2.766-1.141 0.75zM20.672 23.203c0.016 0.078 0.047 0.172 0.047 0.25 0 0.406-2.688 0.688-3.172 0.766l-0.109-0.672c0.969-0.109 2.047-0.359 3.016-0.344h0.219zM13.531 13.391l-1.5 0.313-0.094-0.266c0.359-0.031 0.688-0.203 1.047-0.203 0.203 0 0.375 0.047 0.547 0.156zM16.578 23.297h0.484l0.156 1.297-0.641 0.187v-1.484zM30.469 0.016v0 0zM30.469 0.016l-0.016 0.078-0.031 0.031 0.016-0.047zM30.469 0.016l0.016-0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drupal\" viewBox=\"0 0 24 28\">\n<title>drupal</title>\n<path d=\"M18.234 24.781c-0.031-0.109-0.125-0.266-0.375-0.078-0.531 0.391-1.719 0.875-3.406 0.875s-2.484-0.359-3.016-0.766c-0.078-0.063-0.047-0.063-0.203-0.063-0.172 0-0.266 0.078-0.406 0.187-0.125 0.109-0.187 0.375 0 0.562 1.156 1.062 3.094 0.969 4.516 0.844 1.437-0.141 2.656-0.984 2.781-1.109 0.187-0.187 0.141-0.344 0.109-0.453zM17.625 22.984c-0.109-0.266-0.297-0.734-0.609-0.953-0.313-0.203-0.766-0.234-1.188-0.234s-0.656-0.031-1.109 0.156-0.922 0.609-1.219 0.875-0.344 0.469-0.187 0.688c0.156 0.203 0.328 0.078 0.766-0.297 0.453-0.359 0.75-0.688 1.672-0.688s1.078 0.344 1.266 0.688 0.203 0.391 0.391 0.297c0.219-0.109 0.328-0.266 0.219-0.531zM23.172 18.594c0-0.812-0.359-2.188-1.687-2.188-1.25 0-3.781 2.594-5.109 2.609-1.547 0.031-3.687-3.063-6.781-3.031-2.438 0.016-4.359 1.953-4.391 4.016-0.016 1.156 0.359 2.016 1.156 2.562 0.531 0.359 1.016 0.578 2.594 0.578 2.625 0 5.953-3.25 7.484-3.203 1.219 0.047 3.109 3.031 4.062 3.094 0.75 0.063 1.141-0.281 1.781-1.203 0.625-0.938 0.891-2.406 0.891-3.234zM24 16.094c0 7-5.531 11.625-11.891 11.625-6.375 0-12.109-5.016-12.109-11.844 0-6.813 5.313-9.969 6.297-10.484 1.172-0.625 2.016-0.953 3.344-2.016 0.656-0.516 1.203-1.266 1.375-3.094 0.953 1.141 2.094 2.469 2.906 3.016 1.328 0.875 2.656 1.219 4.047 2.094 0.844 0.516 6.031 3.687 6.031 10.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-joomla\" viewBox=\"0 0 24 28\">\n<title>joomla</title>\n<path d=\"M16.719 16.766l-2.5 2.5-2.359 2.375-0.469 0.469c-1.375 1.359-3.297 1.828-5.047 1.391-0.328 1.437-1.609 2.5-3.141 2.5-1.766 0-3.203-1.437-3.203-3.219 0-1.516 1.047-2.797 2.469-3.125-0.453-1.766 0.016-3.703 1.391-5.078l0.187-0.187 2.359 2.375-0.172 0.172c-0.781 0.766-0.766 2.016 0 2.797 0.766 0.766 2.016 0.766 2.781 0l0.469-0.469 2.359-2.375 2.516-2.5zM11.391 6.109l0.187 0.187-2.375 2.375-0.187-0.187c-0.766-0.766-2.016-0.766-2.781 0s-0.766 2.031 0 2.797l5.328 5.328-2.359 2.375-2.516-2.5-2.359-2.375-0.469-0.469c-1.437-1.422-1.875-3.469-1.328-5.297-1.437-0.313-2.5-1.594-2.5-3.125 0-1.781 1.437-3.219 3.203-3.219 1.609 0 2.922 1.172 3.172 2.688 1.734-0.406 3.625 0.078 4.984 1.422zM24 22.781c0 1.781-1.437 3.219-3.203 3.219-1.563 0-2.859-1.109-3.156-2.578v0c-1.813 0.562-3.891 0.125-5.328-1.313l-0.172-0.187 2.359-2.375 0.187 0.187c0.766 0.766 2.016 0.766 2.781 0s0.766-2.016 0-2.781l-5.344-5.344 2.375-2.375 4.875 4.875 0.453 0.469c1.359 1.359 1.844 3.281 1.406 5.031 1.563 0.219 2.766 1.547 2.766 3.172zM23.969 5.219c0 1.625-1.219 2.969-2.781 3.187 0.516 1.797 0.063 3.813-1.359 5.234l-0.187 0.187-2.359-2.375 0.187-0.187c0.766-0.766 0.766-2.016 0-2.781s-2.016-0.766-2.781 0l-5.344 5.344-2.375-2.375 2.516-2.5 2.375-2.375 0.453-0.469c1.422-1.422 3.453-1.875 5.266-1.344 0.219-1.563 1.563-2.766 3.187-2.766 1.766 0 3.203 1.437 3.203 3.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-language\" viewBox=\"0 0 24 28\">\n<title>language</title>\n<path d=\"M10.219 16.844c-0.031 0.109-0.797-0.25-1-0.328-0.203-0.094-1.125-0.609-1.359-0.766s-1.125-0.891-1.234-0.938v0c-0.562 0.859-1.281 1.875-2.094 2.828-0.281 0.328-1.125 1.391-1.641 1.719-0.078 0.047-0.531 0.094-0.594 0.063 0.25-0.187 0.969-1.078 1.281-1.437 0.391-0.453 2.25-3.047 2.562-3.641 0.328-0.594 1.312-2.562 1.359-2.75-0.156-0.016-1.391 0.406-1.719 0.516-0.313 0.094-1.172 0.297-1.234 0.344-0.063 0.063-0.016 0.25-0.047 0.313s-0.313 0.203-0.484 0.234c-0.156 0.047-0.516 0.063-0.734 0-0.203-0.047-0.391-0.25-0.438-0.328 0 0-0.063-0.094-0.078-0.359 0.187-0.063 0.5-0.078 0.844-0.172s1.188-0.344 1.641-0.5 1.328-0.484 1.594-0.547c0.281-0.047 0.984-0.516 1.359-0.641s0.641-0.281 0.656-0.203 0 0.422-0.016 0.516c-0.016 0.078-0.766 1.547-0.875 1.781-0.063 0.125-0.5 0.953-1.203 2.047 0.25 0.109 0.781 0.328 1 0.438 0.266 0.125 2.125 0.906 2.219 0.938s0.266 0.75 0.234 0.875zM7.016 9.25c0.047 0.266-0.031 0.375-0.063 0.438-0.156 0.297-0.547 0.5-0.781 0.594s-0.625 0.187-0.938 0.187c-0.141-0.016-0.422-0.063-0.766-0.406-0.187-0.203-0.328-0.75-0.266-0.688s0.516 0.125 0.719 0.078 0.688-0.187 0.906-0.25c0.234-0.078 0.703-0.203 0.859-0.219 0.156 0 0.281 0.063 0.328 0.266zM17.922 11.266l0.984 3.547-2.172-0.656zM0.609 23.766l10.844-3.625v-16.125l-10.844 3.641v16.109zM20 18.813l1.594 0.484-2.828-10.266-1.563-0.484-3.375 8.375 1.594 0.484 0.703-1.719 3.297 1.016zM12.141 3.781l8.953 2.875v-5.938zM17 24.453l2.469 0.203-0.844 2.5-0.625-1.031c-1.266 0.812-2.828 1.437-4.312 1.687-0.453 0.094-0.969 0.187-1.422 0.187h-1.313c-1.656 0-4.672-0.984-5.984-1.937-0.094-0.078-0.125-0.141-0.125-0.25 0-0.172 0.125-0.297 0.281-0.297 0.141 0 0.875 0.453 1.078 0.547 1.406 0.703 3.375 1.344 4.953 1.344 1.953 0 3.281-0.25 5.063-1.016 0.516-0.234 0.969-0.531 1.453-0.797zM24 7.594v16.859c-12.078-3.844-12.094-3.844-12.094-3.844-0.25 0.109-11.453 3.891-11.609 3.891-0.125 0-0.234-0.078-0.281-0.203 0-0.016-0.016-0.031-0.016-0.047v-16.844c0.016-0.047 0.031-0.125 0.063-0.156 0.094-0.109 0.219-0.141 0.313-0.172 0.047-0.016 1-0.328 2.328-0.781v-6l8.719 3.094c0.109-0.031 9.828-3.391 9.969-3.391 0.172 0 0.313 0.125 0.313 0.328v6.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fax\" viewBox=\"0 0 28 28\">\n<title>fax</title>\n<path d=\"M4.5 6c1.375 0 2.5 1.125 2.5 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-2c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h2zM26 8.547c1.188 0.688 2 1.984 2 3.453v12c0 2.203-1.797 4-4 4h-13.5c-1.375 0-2.5-1.125-2.5-2.5v-24c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.984 0.484 2.562 1.062l2.375 2.375c0.578 0.578 1.062 1.734 1.062 2.562v2.547zM14.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM24 10v-4h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v8h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building\" viewBox=\"0 0 22 28\">\n<title>building</title>\n<path d=\"M21 0c0.547 0 1 0.453 1 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20zM8 4.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 8.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 12.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 16.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 25.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM14 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-child\" viewBox=\"0 0 20 28\">\n<title>child</title>\n<path d=\"M18.562 8.563l-4.562 4.562v12.875c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-6h-1v6c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-12.875l-4.562-4.562c-0.578-0.594-0.578-1.531 0-2.125 0.594-0.578 1.531-0.578 2.125 0l3.563 3.563h5.75l3.563-3.563c0.594-0.578 1.531-0.578 2.125 0 0.578 0.594 0.578 1.531 0 2.125zM13.5 6c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paw\" viewBox=\"0 0 26 28\">\n<title>paw</title>\n<path d=\"M12.187 7.375c0 1.75-0.906 3.828-2.922 3.828-2.531 0-4.062-3.187-4.062-5.375 0-1.75 0.906-3.828 2.922-3.828 2.547 0 4.062 3.187 4.062 5.375zM6.844 14.922c0 1.516-0.797 3.094-2.516 3.094-2.5 0-4.328-3.063-4.328-5.328 0-1.516 0.812-3.109 2.516-3.109 2.5 0 4.328 3.078 4.328 5.344zM13 14.5c3.828 0 9 5.516 9 9.203 0 1.984-1.625 2.297-3.219 2.297-2.094 0-3.781-1.406-5.781-1.406-2.094 0-3.875 1.391-6.141 1.391-1.516 0-2.859-0.516-2.859-2.281 0-3.703 5.172-9.203 9-9.203zM16.734 11.203c-2.016 0-2.922-2.078-2.922-3.828 0-2.188 1.516-5.375 4.062-5.375 2.016 0 2.922 2.078 2.922 3.828 0 2.188-1.531 5.375-4.062 5.375zM23.484 9.578c1.703 0 2.516 1.594 2.516 3.109 0 2.266-1.828 5.328-4.328 5.328-1.719 0-2.516-1.578-2.516-3.094 0-2.266 1.828-5.344 4.328-5.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spoon\" viewBox=\"0 0 12 28\">\n<title>spoon</title>\n<path d=\"M11 8.25c0 3.125-1.359 5.172-3.266 5.922l0.703 12.828c0.031 0.547-0.391 1-0.938 1h-3c-0.547 0-0.969-0.453-0.938-1l0.703-12.828c-1.906-0.75-3.266-2.797-3.266-5.922 0-4 2.234-8.25 5-8.25s5 4.25 5 8.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cube\" viewBox=\"0 0 26 28\">\n<title>cube</title>\n<path d=\"M14 25.453l10-5.453v-9.938l-10 3.641v11.75zM13 11.937l10.906-3.969-10.906-3.969-10.906 3.969zM26 8v12c0 0.734-0.406 1.406-1.047 1.75l-11 6c-0.297 0.172-0.625 0.25-0.953 0.25s-0.656-0.078-0.953-0.25l-11-6c-0.641-0.344-1.047-1.016-1.047-1.75v-12c0-0.844 0.531-1.594 1.313-1.875l11-4c0.219-0.078 0.453-0.125 0.688-0.125s0.469 0.047 0.688 0.125l11 4c0.781 0.281 1.313 1.031 1.313 1.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cubes\" viewBox=\"0 0 34 28\">\n<title>cubes</title>\n<path d=\"M10 25.5l6-3v-4.906l-6 2.562v5.344zM9 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM26 25.5l6-3v-4.906l-6 2.562v5.344zM25 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM18 13.828l6-2.578v-4.156l-6 2.562v4.172zM17 7.906l6.891-2.953-6.891-2.953-6.891 2.953zM34 16v6.5c0 0.75-0.422 1.453-1.109 1.781l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.047-0.016-0.078-0.031-0.109-0.063-0.031 0.031-0.063 0.047-0.109 0.063l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.688-0.328-1.109-1.031-1.109-1.781v-6.5c0-0.797 0.484-1.516 1.219-1.844l6.781-2.906v-6.25c0-0.797 0.484-1.516 1.219-1.844l7-3c0.25-0.109 0.516-0.156 0.781-0.156s0.531 0.047 0.781 0.156l7 3c0.734 0.328 1.219 1.047 1.219 1.844v6.25l6.781 2.906c0.75 0.328 1.219 1.047 1.219 1.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance\" viewBox=\"0 0 32 28\">\n<title>behance</title>\n<path d=\"M28.875 5.297h-7.984v1.937h7.984v-1.937zM24.938 11.953c-1.875 0-3.125 1.172-3.25 3.047h6.375c-0.172-1.891-1.156-3.047-3.125-3.047zM25.188 21.094c1.188 0 2.719-0.641 3.094-1.859h3.453c-1.062 3.266-3.266 4.797-6.672 4.797-4.5 0-7.297-3.047-7.297-7.484 0-4.281 2.953-7.547 7.297-7.547 4.469 0 6.937 3.516 6.937 7.734 0 0.25-0.016 0.5-0.031 0.734h-10.281c0 2.281 1.203 3.625 3.5 3.625zM4.328 20.312h4.625c1.766 0 3.203-0.625 3.203-2.609 0-2.016-1.203-2.812-3.109-2.812h-4.719v5.422zM4.328 11.922h4.391c1.547 0 2.641-0.672 2.641-2.344 0-1.813-1.406-2.25-2.969-2.25h-4.062v4.594zM0 3.969h9.281c3.375 0 6.297 0.953 6.297 4.875 0 1.984-0.922 3.266-2.688 4.109 2.422 0.688 3.594 2.516 3.594 4.984 0 4-3.359 5.719-6.937 5.719h-9.547v-19.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance-square\" viewBox=\"0 0 24 28\">\n<title>behance-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM7.797 7.734h-5.797v12.297h5.969c2.234 0 4.328-1.062 4.328-3.563 0-1.547-0.734-2.688-2.234-3.125 1.094-0.531 1.672-1.328 1.672-2.562 0-2.453-1.828-3.047-3.937-3.047zM7.453 12.703h-2.75v-2.875h2.547c0.969 0 1.859 0.266 1.859 1.406 0 1.047-0.688 1.469-1.656 1.469zM7.594 17.938h-2.891v-3.391h2.953c1.188 0 1.937 0.516 1.937 1.766s-0.891 1.625-2 1.625zM17.75 18.438c-1.437 0-2.188-0.844-2.188-2.266h6.422c0.016-0.156 0.016-0.313 0.016-0.469 0-2.625-1.547-4.828-4.344-4.828-2.703 0-4.562 2.047-4.562 4.719 0 2.781 1.75 4.672 4.562 4.672 2.141 0 3.516-0.953 4.172-2.984h-2.156c-0.234 0.75-1.188 1.156-1.922 1.156zM17.594 12.719c1.219 0 1.828 0.734 1.937 1.906h-3.969c0.078-1.172 0.859-1.906 2.031-1.906zM15.062 8.563h4.984v1.203h-4.984v-1.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam\" viewBox=\"0 0 28 28\">\n<title>steam</title>\n<path d=\"M24.719 9.094c0 2.109-1.719 3.813-3.813 3.813-2.109 0-3.813-1.703-3.813-3.813s1.703-3.813 3.813-3.813c2.094 0 3.813 1.703 3.813 3.813zM12.688 20.687c0-2.172-1.734-3.906-3.906-3.906-0.281 0-0.562 0.031-0.844 0.094l1.625 0.656c1.594 0.641 2.375 2.438 1.734 4.031s-2.453 2.375-4.047 1.719c-0.641-0.25-1.281-0.516-1.922-0.766 0.656 1.234 1.953 2.078 3.453 2.078 2.172 0 3.906-1.734 3.906-3.906zM25.656 9.109c0-2.625-2.141-4.766-4.766-4.766-2.641 0-4.781 2.141-4.781 4.766 0 2.641 2.141 4.766 4.781 4.766 2.625 0 4.766-2.125 4.766-4.766zM28 9.109c0 3.938-3.187 7.109-7.109 7.109l-6.828 4.984c-0.25 2.688-2.531 4.797-5.281 4.797-2.531 0-4.672-1.797-5.187-4.188l-3.594-1.437v-6.703l6.078 2.453c0.797-0.484 1.719-0.75 2.703-0.75 0.187 0 0.375 0.016 0.547 0.031l4.438-6.359c0.031-3.891 3.219-7.047 7.125-7.047 3.922 0 7.109 3.187 7.109 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam-square\" viewBox=\"0 0 24 28\">\n<title>steam-square</title>\n<path d=\"M19.406 10.109c0-1.656-1.359-3.016-3.031-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.031-1.344 3.031-3.016zM9.875 19.297c0 1.719-1.375 3.094-3.094 3.094-1.188 0-2.219-0.672-2.734-1.656 0.516 0.203 1.016 0.406 1.531 0.625 1.25 0.5 2.688-0.109 3.203-1.375 0.5-1.25-0.109-2.688-1.375-3.187l-1.281-0.516c0.203-0.047 0.438-0.078 0.656-0.078 1.719 0 3.094 1.375 3.094 3.094zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-2.391l2.688 1.078c0.406 1.891 2.094 3.313 4.094 3.313 2.187 0 3.984-1.672 4.188-3.797l5.391-3.938c3.125 0 5.641-2.531 5.641-5.625 0-3.125-2.516-5.641-5.641-5.641-3.078 0-5.594 2.5-5.625 5.578l-3.516 5.031c-0.141-0.016-0.281-0.016-0.438-0.016-0.781 0-1.516 0.203-2.141 0.578l-4.641-1.859v-7.313c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5zM20.141 10.141c0 2.078-1.687 3.766-3.781 3.766-2.078 0-3.766-1.687-3.766-3.766 0-2.094 1.687-3.781 3.766-3.781 2.094 0 3.781 1.687 3.781 3.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-recycle\" viewBox=\"0 0 28 28\">\n<title>recycle</title>\n<path d=\"M13.062 18.266l-0.234 5.75-0.031 0.344-6.563-0.453c-0.812-0.063-1.484-0.828-1.781-1.516-0.625-1.453 0.187-3.172 0.656-4.562 0 0 1.203 0.187 7.953 0.438zM7.016 9.109l2.812 5.922-2.297-1.437c-3.516 4.016-3.844 7-3.844 7l-2.969-5.578c-0.609-0.906-0.063-1.891-0.063-1.891s0.547-0.984 1.781-2.938l-2.188-1.344zM26.25 17.187l-2.938 5.609c-0.406 1.016-1.531 1.109-1.531 1.109s-1.109 0.109-3.422 0.187l0.125 2.562-3.594-5.734 3.297-5.656 0.109 2.703c5.297 0.641 7.953-0.781 7.953-0.781zM13.984 2.75c0 0-0.734 0.969-4.141 6.797l-4.953-2.922-0.297-0.187 3.516-5.563c0.438-0.688 1.422-0.938 2.188-0.859 1.563 0.141 2.688 1.656 3.687 2.734zM24.219 7.547l3.313 5.672c0.422 0.703 0.172 1.687-0.234 2.344-0.844 1.313-2.719 1.625-4.125 2.016 0 0-0.531-1.109-4.141-6.813l4.891-3.047zM21.984 4.016l2.219-1.297-3.437 5.828-6.547-0.313 2.359-1.344c-1.875-4.984-4.359-6.703-4.359-6.703l6.328 0.016c1.094-0.094 1.687 0.844 1.687 0.844s0.609 0.953 1.75 2.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-automobile\" viewBox=\"0 0 32 28\">\n<title>automobile</title>\n<path d=\"M7.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM8.062 12h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM29.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM32 15.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-16v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h12c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438c1.937 0 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cab\" viewBox=\"0 0 32 28\">\n<title>cab</title>\n<path d=\"M28.5 14c1.937 0 3.5 1.563 3.5 3.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-16v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h2v-3.5c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5v3.5h2c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438zM5 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM8.062 14h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM27 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tree\" viewBox=\"0 0 24 28\">\n<title>tree</title>\n<path d=\"M23.5 23c0 0.547-0.453 1-1 1h-7.219c0.047 1 0.172 2.047 0.172 3.063 0 0.516-0.422 0.938-0.953 0.938h-5c-0.531 0-0.953-0.422-0.953-0.938 0-1.016 0.125-2.063 0.172-3.063h-7.219c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.578c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.078c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6-6c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l6 6c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.078l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.578l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spotify\" viewBox=\"0 0 24 28\">\n<title>spotify</title>\n<path d=\"M17.609 18.906c0-0.438-0.172-0.609-0.469-0.797-2.016-1.203-4.359-1.797-6.984-1.797-1.531 0-3 0.203-4.484 0.531-0.359 0.078-0.656 0.313-0.656 0.812 0 0.391 0.297 0.766 0.766 0.766 0.141 0 0.391-0.078 0.578-0.125 1.219-0.25 2.5-0.422 3.797-0.422 2.297 0 4.469 0.562 6.203 1.609 0.187 0.109 0.313 0.172 0.516 0.172 0.391 0 0.734-0.313 0.734-0.75zM19.109 15.547c0-0.422-0.156-0.719-0.547-0.953-2.391-1.422-5.422-2.203-8.563-2.203-2.016 0-3.391 0.281-4.734 0.656-0.5 0.141-0.75 0.484-0.75 1s0.422 0.938 0.938 0.938c0.219 0 0.344-0.063 0.578-0.125 1.094-0.297 2.406-0.516 3.922-0.516 2.969 0 5.672 0.781 7.625 1.937 0.172 0.094 0.344 0.203 0.594 0.203 0.531 0 0.938-0.422 0.938-0.938zM20.797 11.672c0-0.578-0.25-0.875-0.625-1.094-2.703-1.578-6.406-2.312-9.938-2.312-2.078 0-3.984 0.234-5.688 0.734-0.438 0.125-0.844 0.5-0.844 1.156 0 0.641 0.484 1.141 1.125 1.141 0.234 0 0.453-0.078 0.625-0.125 1.516-0.422 3.156-0.578 4.797-0.578 3.25 0 6.625 0.719 8.797 2.016 0.219 0.125 0.375 0.187 0.625 0.187 0.594 0 1.125-0.469 1.125-1.125zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deviantart\" viewBox=\"0 0 16 28\">\n<title>deviantart</title>\n<path d=\"M16 4.734l-4.734 9.094 0.375 0.484h4.359v6.484h-7.922l-0.688 0.469-2.219 4.266c-0.016 0-0.438 0.438-0.469 0.469h-4.703v-4.734l4.734-9.109-0.375-0.469h-4.359v-6.484h7.922l0.688-0.469 2.219-4.266c0.016 0 0.438-0.438 0.469-0.469h4.703v4.734z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-soundcloud\" viewBox=\"0 0 36 28\">\n<title>soundcloud</title>\n<path d=\"M12.25 21.438l0.25-3.766-0.25-8.172c-0.016-0.203-0.172-0.375-0.375-0.375-0.187 0-0.359 0.172-0.359 0.375l-0.219 8.172 0.219 3.766c0.016 0.203 0.172 0.359 0.359 0.359 0.203 0 0.359-0.156 0.375-0.359zM16.875 20.984l0.172-3.297-0.187-9.156c0-0.156-0.078-0.297-0.203-0.375-0.078-0.047-0.156-0.078-0.25-0.078s-0.172 0.031-0.25 0.078c-0.125 0.078-0.203 0.219-0.203 0.375l-0.016 0.094-0.156 9.047s0 0.016 0.172 3.687v0.016c0 0.094 0.031 0.187 0.094 0.266 0.094 0.109 0.219 0.172 0.359 0.172 0.125 0 0.234-0.063 0.313-0.141 0.094-0.078 0.141-0.187 0.141-0.313zM0.547 15.672l0.313 2-0.313 1.969c-0.016 0.078-0.063 0.141-0.141 0.141s-0.125-0.063-0.141-0.141l-0.266-1.969 0.266-2c0.016-0.078 0.063-0.141 0.141-0.141s0.125 0.063 0.141 0.141zM1.891 14.438l0.406 3.234-0.406 3.172c-0.016 0.078-0.078 0.141-0.156 0.141s-0.141-0.063-0.141-0.156l-0.359-3.156 0.359-3.234c0-0.078 0.063-0.141 0.141-0.141s0.141 0.063 0.156 0.141zM6.266 21.516v0 0zM3.328 13.844l0.391 3.828-0.391 3.703c0 0.094-0.078 0.172-0.172 0.172s-0.172-0.078-0.187-0.172l-0.328-3.703 0.328-3.828c0.016-0.109 0.094-0.187 0.187-0.187s0.172 0.078 0.172 0.187zM4.797 13.734l0.359 3.938-0.359 3.813c-0.016 0.125-0.109 0.203-0.219 0.203s-0.203-0.078-0.203-0.203l-0.328-3.813 0.328-3.938c0-0.125 0.094-0.203 0.203-0.203s0.203 0.078 0.219 0.203zM6.266 14.016l0.328 3.656-0.328 3.844c-0.016 0.141-0.125 0.25-0.25 0.25s-0.234-0.109-0.234-0.25l-0.313-3.844 0.313-3.656c0-0.125 0.109-0.234 0.234-0.234s0.234 0.109 0.25 0.234zM12.25 21.438v0 0zM7.734 11.734l0.328 5.938-0.328 3.844c0 0.156-0.125 0.281-0.266 0.281-0.156 0-0.266-0.125-0.281-0.281l-0.281-3.844 0.281-5.938c0.016-0.156 0.125-0.281 0.281-0.281 0.141 0 0.266 0.125 0.266 0.281zM9.203 10.391l0.297 7.313-0.297 3.813c0 0.172-0.141 0.297-0.297 0.297-0.172 0-0.297-0.125-0.313-0.297l-0.25-3.813 0.25-7.313c0.016-0.172 0.141-0.297 0.313-0.297 0.156 0 0.297 0.125 0.297 0.297zM10.734 9.766l0.281 7.906-0.281 3.781c-0.016 0.187-0.156 0.328-0.344 0.328-0.172 0-0.313-0.141-0.328-0.328l-0.25-3.781 0.25-7.906c0-0.187 0.156-0.344 0.328-0.344 0.187 0 0.328 0.156 0.344 0.344zM16.859 21.359v0 0 0 0 0 0zM13.766 9.703l0.234 7.969-0.234 3.734c0 0.219-0.172 0.391-0.391 0.391s-0.375-0.172-0.391-0.391l-0.219-3.734 0.219-7.969c0-0.219 0.172-0.391 0.391-0.391s0.391 0.172 0.391 0.391zM15.313 10l0.219 7.688-0.219 3.687c0 0.234-0.187 0.422-0.422 0.422s-0.422-0.187-0.438-0.422l-0.187-3.687 0.187-7.688c0.016-0.25 0.203-0.438 0.438-0.438s0.406 0.187 0.422 0.438zM18.625 17.687l-0.219 3.609c0 0.266-0.219 0.484-0.484 0.484s-0.484-0.219-0.5-0.484l-0.094-1.781-0.094-1.828 0.187-9.938v-0.047c0.016-0.141 0.078-0.281 0.187-0.375 0.078-0.063 0.187-0.109 0.313-0.109 0.078 0 0.172 0.031 0.234 0.078 0.141 0.078 0.234 0.234 0.25 0.406zM36 17.391c0 2.438-1.984 4.406-4.422 4.406h-12.281c-0.266-0.031-0.484-0.234-0.484-0.516v-14.047c0-0.266 0.094-0.391 0.438-0.516 0.859-0.344 1.828-0.531 2.828-0.531 4.078 0 7.422 3.125 7.781 7.109 0.531-0.219 1.109-0.344 1.719-0.344 2.438 0 4.422 1.984 4.422 4.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-database\" viewBox=\"0 0 24 28\">\n<title>database</title>\n<path d=\"M12 12c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 24c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 18c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 0c6.625 0 12 1.797 12 4v2c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2c0-2.203 5.375-4 12-4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-pdf-o\" viewBox=\"0 0 24 28\">\n<title>file-pdf-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM13.969 16.734c0.391 0.313 0.828 0.594 1.312 0.875 0.656-0.078 1.266-0.109 1.828-0.109 1.047 0 2.375 0.125 2.766 0.766 0.109 0.156 0.203 0.438 0.031 0.812-0.016 0.016-0.031 0.047-0.047 0.063v0.016c-0.047 0.281-0.281 0.594-1.109 0.594-1 0-2.516-0.453-3.828-1.141-2.172 0.234-4.453 0.719-6.125 1.297-1.609 2.75-2.844 4.094-3.781 4.094-0.156 0-0.297-0.031-0.438-0.109l-0.375-0.187c-0.047-0.016-0.063-0.047-0.094-0.078-0.078-0.078-0.141-0.25-0.094-0.562 0.156-0.719 1-1.922 2.938-2.938 0.125-0.078 0.281-0.031 0.359 0.094 0.016 0.016 0.031 0.047 0.031 0.063 0.484-0.797 1.047-1.813 1.672-3.078 0.703-1.406 1.25-2.781 1.625-4.094-0.5-1.703-0.656-3.453-0.375-4.484 0.109-0.391 0.344-0.625 0.656-0.625h0.344c0.234 0 0.422 0.078 0.547 0.234 0.187 0.219 0.234 0.562 0.141 1.062-0.016 0.047-0.031 0.094-0.063 0.125 0.016 0.047 0.016 0.078 0.016 0.125v0.469c-0.016 0.984-0.031 1.922-0.219 3 0.547 1.641 1.359 2.969 2.281 3.719zM4.969 23.156c0.469-0.219 1.141-0.891 2.141-2.469-1.172 0.906-1.906 1.937-2.141 2.469zM11.188 8.781c-0.156 0.438-0.156 1.188-0.031 2.063 0.047-0.25 0.078-0.484 0.109-0.688 0.031-0.266 0.078-0.484 0.109-0.672 0.016-0.047 0.031-0.078 0.063-0.125-0.016-0.016-0.016-0.047-0.031-0.078-0.016-0.281-0.109-0.453-0.203-0.562 0 0.031-0.016 0.047-0.016 0.063zM9.25 19.109c1.375-0.547 2.906-0.984 4.438-1.266-0.156-0.125-0.313-0.234-0.453-0.359-0.766-0.672-1.453-1.609-1.984-2.75-0.297 0.953-0.734 1.969-1.297 3.078-0.234 0.438-0.469 0.875-0.703 1.297zM19.344 18.859c-0.078-0.078-0.484-0.375-2.188-0.375 0.766 0.281 1.469 0.438 1.937 0.438 0.141 0 0.219 0 0.281-0.016 0-0.016-0.016-0.031-0.031-0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-word-o\" viewBox=\"0 0 24 28\">\n<title>file-word-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM3.641 12v1.672h1.094l2.562 10.328h2.484l2-7.578c0.078-0.234 0.125-0.469 0.156-0.719 0.016-0.125 0.031-0.25 0.031-0.375h0.063l0.047 0.375c0.047 0.219 0.063 0.469 0.141 0.719l2 7.578h2.484l2.562-10.328h1.094v-1.672h-4.688v1.672h1.406l-1.547 6.844c-0.063 0.25-0.094 0.516-0.109 0.719l-0.031 0.328h-0.063c0-0.094-0.031-0.219-0.047-0.328-0.047-0.203-0.078-0.469-0.141-0.719l-2.25-8.516h-1.781l-2.25 8.516c-0.063 0.25-0.078 0.516-0.125 0.719l-0.063 0.328h-0.063l-0.031-0.328c-0.016-0.203-0.047-0.469-0.109-0.719l-1.547-6.844h1.406v-1.672h-4.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-excel-o\" viewBox=\"0 0 24 28\">\n<title>file-excel-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.703 22.344v1.656h4.391v-1.656h-1.172l1.609-2.516c0.187-0.297 0.281-0.531 0.328-0.531h0.031c0.016 0.063 0.047 0.109 0.078 0.156 0.063 0.125 0.156 0.219 0.266 0.375l1.672 2.516h-1.188v1.656h4.547v-1.656h-1.062l-3-4.266 3.047-4.406h1.047v-1.672h-4.359v1.672h1.156l-1.609 2.484c-0.187 0.297-0.328 0.531-0.328 0.516h-0.031c-0.016-0.063-0.047-0.109-0.078-0.156-0.063-0.109-0.141-0.219-0.266-0.359l-1.656-2.484h1.188v-1.672h-4.531v1.672h1.062l2.953 4.25-3.031 4.422h-1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-powerpoint-o\" viewBox=\"0 0 24 28\">\n<title>file-powerpoint-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.5 22.344v1.656h5.109v-1.656h-1.453v-2.609h2.141c0.672 0 1.281-0.031 1.844-0.234 1.406-0.484 2.281-1.937 2.281-3.641s-0.844-3.016-2.141-3.563c-0.594-0.234-1.313-0.297-2.031-0.297h-5.75v1.672h1.437v8.672h-1.437zM12.016 17.969h-1.859v-4.188h1.875c0.547 0 0.969 0.094 1.297 0.281 0.562 0.328 0.875 0.969 0.875 1.797 0 0.875-0.313 1.547-0.969 1.875-0.328 0.156-0.734 0.234-1.219 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-image-o\" viewBox=\"0 0 24 28\">\n<title>file-image-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM20 19v5h-16v-3l3-3 2 2 6-6zM7 16c-1.656 0-3-1.344-3-3s1.344-3 3-3 3 1.344 3 3-1.344 3-3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-archive-o\" viewBox=\"0 0 24 28\">\n<title>file-archive-o</title>\n<path d=\"M10 6v-2h-2v2h2zM12 8v-2h-2v2h2zM10 10v-2h-2v2h2zM12 12v-2h-2v2h2zM22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v2h-2v-2h-8v24h20zM12.203 14.734c1.328 4.484 1.672 5.453 1.672 5.453 0.078 0.266 0.125 0.531 0.125 0.812 0 1.734-1.687 3-4 3s-4-1.266-4-3c0-0.281 0.047-0.547 0.125-0.812 0 0 0.328-0.969 1.875-6.188v-2h2v2h1.234c0.453 0 0.844 0.297 0.969 0.734zM10 22c1.109 0 2-0.453 2-1s-0.891-1-2-1-2 0.453-2 1 0.891 1 2 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-audio-o\" viewBox=\"0 0 24 28\">\n<title>file-audio-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM9.688 13.281c0.187 0.078 0.313 0.266 0.313 0.469v8.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-2.594-2.609h-2.047c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h2.047l2.594-2.609c0.156-0.141 0.359-0.187 0.547-0.109zM16.203 24.047c0.297 0 0.578-0.125 0.781-0.375 1.297-1.594 2.016-3.609 2.016-5.672s-0.719-4.078-2.016-5.672c-0.344-0.438-0.984-0.5-1.406-0.156-0.438 0.359-0.5 0.984-0.141 1.422 1.016 1.25 1.563 2.781 1.563 4.406s-0.547 3.156-1.563 4.406c-0.359 0.438-0.297 1.062 0.141 1.406 0.187 0.156 0.406 0.234 0.625 0.234zM12.906 21.734c0.266 0 0.531-0.109 0.734-0.313 0.875-0.938 1.359-2.141 1.359-3.422s-0.484-2.484-1.359-3.422c-0.375-0.406-1.016-0.422-1.422-0.047-0.391 0.375-0.422 1.016-0.031 1.422 0.516 0.562 0.812 1.281 0.812 2.047s-0.297 1.484-0.812 2.047c-0.391 0.406-0.359 1.047 0.031 1.422 0.203 0.172 0.453 0.266 0.688 0.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-movie-o\" viewBox=\"0 0 24 28\">\n<title>file-movie-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM12 12c1.094 0 2 0.906 2 2v6c0 1.094-0.906 2-2 2h-6c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h6zM19.688 12.031c0.187 0.078 0.313 0.266 0.313 0.469v9c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.266-0.047-0.359-0.141l-4.141-4.156v-1.406l4.141-4.156c0.094-0.094 0.234-0.141 0.359-0.141 0.063 0 0.125 0.016 0.187 0.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-code-o\" viewBox=\"0 0 24 28\">\n<title>file-code-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM7.5 12c0.172-0.219 0.484-0.266 0.703-0.094l0.797 0.594c0.219 0.172 0.266 0.484 0.094 0.703l-2.844 3.797 2.844 3.797c0.172 0.219 0.125 0.531-0.094 0.703l-0.797 0.594c-0.219 0.172-0.531 0.125-0.703-0.094l-3.531-4.703c-0.125-0.172-0.125-0.422 0-0.594zM20.031 16.703c0.125 0.172 0.125 0.422 0 0.594l-3.531 4.703c-0.172 0.219-0.484 0.266-0.703 0.094l-0.797-0.594c-0.219-0.172-0.266-0.484-0.094-0.703l2.844-3.797-2.844-3.797c-0.172-0.219-0.125-0.531 0.094-0.703l0.797-0.594c0.219-0.172 0.531-0.125 0.703 0.094zM10.344 23.906c-0.281-0.047-0.453-0.313-0.406-0.578l2.156-12.984c0.047-0.281 0.313-0.453 0.578-0.406l0.984 0.156c0.281 0.047 0.453 0.313 0.406 0.578l-2.156 12.984c-0.047 0.281-0.313 0.453-0.578 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vine\" viewBox=\"0 0 24 28\">\n<title>vine</title>\n<path d=\"M23.391 12.922v3.094c-1.094 0.25-2.188 0.359-3.094 0.359-2.188 4.594-6.109 8.531-7.422 9.266-0.828 0.469-1.609 0.5-2.531-0.047-1.609-0.969-7.703-5.969-9.734-21.688h4.422c1.109 9.438 3.828 14.281 6.813 17.906 1.656-1.656 3.25-3.859 4.484-6.344-2.953-1.5-4.75-4.797-4.75-8.641 0-3.891 2.234-6.828 6.062-6.828 3.719 0 5.75 2.312 5.75 6.297 0 1.484-0.313 3.172-0.906 4.469 0 0-2.75 0.547-3.766-1.219 0.203-0.672 0.484-1.828 0.484-2.875 0-1.859-0.672-2.766-1.687-2.766-1.078 0-1.828 1.016-1.828 2.969 0 3.984 2.531 6.266 5.812 6.266 0.578 0 1.234-0.063 1.891-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codepen\" viewBox=\"0 0 28 28\">\n<title>codepen</title>\n<path d=\"M3.375 18.266l9.422 6.281v-5.609l-5.219-3.484zM2.406 16.016l3.016-2.016-3.016-2.016v4.031zM15.203 24.547l9.422-6.281-4.203-2.812-5.219 3.484v5.609zM14 16.844l4.25-2.844-4.25-2.844-4.25 2.844zM7.578 12.547l5.219-3.484v-5.609l-9.422 6.281zM22.578 14l3.016 2.016v-4.031zM20.422 12.547l4.203-2.812-9.422-6.281v5.609zM28 9.734v8.531c0 0.391-0.203 0.781-0.531 1l-12.797 8.531c-0.203 0.125-0.438 0.203-0.672 0.203s-0.469-0.078-0.672-0.203l-12.797-8.531c-0.328-0.219-0.531-0.609-0.531-1v-8.531c0-0.391 0.203-0.781 0.531-1l12.797-8.531c0.203-0.125 0.438-0.203 0.672-0.203s0.469 0.078 0.672 0.203l12.797 8.531c0.328 0.219 0.531 0.609 0.531 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-jsfiddle\" viewBox=\"0 0 32 28\">\n<title>jsfiddle</title>\n<path d=\"M28.125 12.063c2.266 0.938 3.875 3.156 3.875 5.734 0 3.422-2.828 6.203-6.297 6.203-0.125 0-0.234-0.016-0.344-0.016h-19.016c-3.5-0.203-6.344-2.875-6.344-6.344 0-2.328 1.266-4.359 3.156-5.469-0.125-0.406-0.187-0.828-0.187-1.281 0-2.391 1.953-4.328 4.391-4.328 1 0 1.937 0.344 2.688 0.906 1.531-3.156 4.781-5.344 8.578-5.344 5.266 0 9.516 4.203 9.516 9.375 0 0.187-0.016 0.375-0.016 0.562zM7.313 16.219c0 2.641 2.078 4.125 4.562 4.125 1.531 0 2.641-0.484 3.75-1.547-0.453-0.562-0.953-1.109-1.422-1.672-0.641 0.625-1.344 1.016-2.25 1.016-1.109 0-2.063-0.734-2.063-1.891 0-1.141 0.953-1.891 2.031-1.891 3.437 0 4.172 6 9.172 6 2.438 0 4.5-1.531 4.5-4.094 0-2.594-2.078-4.109-4.547-4.109-1.531 0-2.672 0.438-3.766 1.516 0.5 0.547 0.969 1.125 1.453 1.687 0.625-0.609 1.328-1 2.219-1 1.031 0 2.063 0.734 2.063 1.828 0 1.203-0.875 1.969-2.047 1.969-3.328 0-4.219-6-9.094-6-2.422 0-4.562 1.484-4.562 4.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-life-bouy\" viewBox=\"0 0 28 28\">\n<title>life-bouy</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM14 2c-2.031 0-3.953 0.516-5.641 1.406l3.031 3.031c0.828-0.281 1.703-0.438 2.609-0.438 0.922 0 1.781 0.156 2.609 0.438l3.031-3.031c-1.687-0.891-3.609-1.406-5.641-1.406zM3.406 19.641l3.031-3.031c-0.281-0.828-0.438-1.703-0.438-2.609 0-0.922 0.156-1.781 0.438-2.609l-3.031-3.031c-0.891 1.687-1.406 3.609-1.406 5.641s0.516 3.953 1.406 5.641zM14 26c2.031 0 3.953-0.516 5.641-1.406l-3.031-3.031c-0.828 0.281-1.687 0.438-2.609 0.438-0.906 0-1.781-0.156-2.609-0.438l-3.031 3.031c1.687 0.891 3.609 1.406 5.641 1.406zM14 20c3.313 0 6-2.688 6-6s-2.688-6-6-6-6 2.688-6 6 2.688 6 6 6zM21.562 16.609l3.031 3.031c0.891-1.687 1.406-3.609 1.406-5.641s-0.516-3.953-1.406-5.641l-3.031 3.031c0.281 0.828 0.438 1.703 0.438 2.609s-0.156 1.781-0.438 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o-notch\" viewBox=\"0 0 28 28\">\n<title>circle-o-notch</title>\n<path d=\"M27.5 14c0 7.453-6.047 13.5-13.5 13.5s-13.5-6.047-13.5-13.5c0-6.781 5-12.391 11.5-13.359v3.563c-4.562 0.922-8 4.969-8 9.797 0 5.516 4.484 10 10 10s10-4.484 10-10c0-4.828-3.437-8.875-8-9.797v-3.563c6.5 0.969 11.5 6.578 11.5 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ra\" viewBox=\"0 0 28 28\">\n<title>ra</title>\n<path d=\"M0.297 13.656c0.156-4.469 2.438-8.594 6.578-11.312 0.016 0 0.109-0.031 0.063 0.047-0.328 0.313-6.281 7.328-0.797 12.781 2.812 2.797 5.078 0.141 5.078 0.141 2.172-2.828-0.031-7.109-0.031-7.109-0.562-1.406-2.578-2.266-2.578-2.266l1.625-1.797c1.375 0.594 2.438 2.188 2.438 2.188 0.047-1.672-1.234-3.469-1.234-3.469l2.516-2.859 2.5 2.828c-1.156 1.625-1.234 3.531-1.234 3.531 0.781-1.297 2.453-2.219 2.453-2.219l1.609 1.797c-1.547 0.5-2.562 2.25-2.562 2.25-0.891 1.609-1.531 5.047 0.031 7.187 1.828 2.516 4.953-0.156 4.953-0.156 5.797-5.187-0.594-12.703-0.594-12.703-0.344-0.313 0.047-0.156 0.047-0.156 2.828 2.063 6.469 4.766 6.563 11.562 0.109 8.219-5.641 14.078-13.687 14.078-7.859 0-13.969-6.563-13.734-14.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-empire\" viewBox=\"0 0 28 28\">\n<title>empire</title>\n<path d=\"M13.656 25.594v1.031c-4.406-0.125-8.266-2.5-10.437-6.016l0.906-0.531c0.328 0.547 0.719 1.062 1.141 1.547l1.016-0.891c1.469 1.672 3.469 2.859 5.75 3.313l-0.266 1.344c0.609 0.109 1.25 0.187 1.891 0.203zM4.312 17.313l-1.297 0.438c0.219 0.609 0.469 1.188 0.766 1.75l-0.891 0.516c-0.969-1.781-1.531-3.844-1.531-6.016s0.562-4.234 1.531-6.016l0.891 0.516c-0.297 0.547-0.562 1.141-0.766 1.75l1.281 0.438c-0.359 1.031-0.547 2.156-0.547 3.313s0.203 2.281 0.562 3.313zM23.875 20.078l0.906 0.531c-2.172 3.516-6.031 5.891-10.437 6.016v-1.031c0.641-0.016 1.281-0.094 1.891-0.203l-0.266-1.344c2.281-0.453 4.281-1.641 5.75-3.313l1.016 0.891c0.422-0.484 0.812-1 1.141-1.547zM21.516 11.422l-3.641 1.25c0.141 0.422 0.219 0.859 0.219 1.328s-0.078 0.906-0.219 1.328l3.625 1.25c-0.328 0.984-0.859 1.875-1.531 2.641l-2.891-2.531c-0.578 0.672-1.375 1.141-2.297 1.328l0.75 3.766c-0.484 0.094-1 0.156-1.531 0.156s-1.047-0.063-1.531-0.156l0.75-3.766c-0.922-0.187-1.719-0.656-2.297-1.328l-2.891 2.531c-0.672-0.766-1.203-1.656-1.531-2.641l3.625-1.25c-0.141-0.422-0.219-0.859-0.219-1.328s0.078-0.906 0.219-1.328l-3.641-1.25c0.344-0.984 0.875-1.875 1.547-2.641l2.891 2.531c0.578-0.672 1.375-1.156 2.297-1.344l-0.75-3.75c0.484-0.109 1-0.156 1.531-0.156s1.047 0.047 1.531 0.156l-0.75 3.75c0.922 0.187 1.719 0.672 2.297 1.344l2.891-2.531c0.672 0.766 1.203 1.656 1.547 2.641zM13.656 1.375v1.031c-0.641 0.016-1.281 0.078-1.891 0.203l0.266 1.344c-2.281 0.437-4.281 1.625-5.75 3.297l-1.016-0.875c-0.422 0.469-0.797 0.984-1.141 1.531l-0.891-0.516c2.172-3.531 6.016-5.891 10.422-6.016v0zM26.641 14c0 2.172-0.562 4.234-1.531 6.016l-0.891-0.516c0.297-0.562 0.547-1.141 0.766-1.75l-1.297-0.438c0.359-1.031 0.562-2.156 0.562-3.313s-0.187-2.281-0.547-3.313l1.281-0.438c-0.203-0.609-0.469-1.203-0.766-1.75l0.891-0.516c0.969 1.781 1.531 3.844 1.531 6.016zM24.766 7.391l-0.891 0.516c-0.344-0.547-0.719-1.062-1.141-1.531l-1.016 0.875c-1.469-1.672-3.469-2.859-5.75-3.297l0.266-1.344c-0.609-0.125-1.25-0.187-1.891-0.203v-1.031c4.406 0.125 8.25 2.484 10.422 6.016zM27.312 14c0-7.344-5.969-13.312-13.312-13.312v0c-7.344 0-13.312 5.969-13.312 13.312s5.969 13.312 13.312 13.312 13.312-5.969 13.312-13.312zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git-square\" viewBox=\"0 0 24 28\">\n<title>git-square</title>\n<path d=\"M9.094 20.438c0 0.844-0.766 1.031-1.453 1.031-0.672 0-1.672-0.109-1.672-0.984 0-0.859 0.844-1 1.531-1 0.656 0 1.594 0.109 1.594 0.953zM8.531 13.156c0 0.781-0.313 1.328-1.156 1.328-0.859 0-1.203-0.5-1.203-1.313s0.313-1.406 1.203-1.406c0.797 0 1.156 0.656 1.156 1.391zM11.125 11.984v-1.953c-0.672 0.25-1.391 0.453-2.109 0.453-0.516-0.297-1.109-0.453-1.719-0.453-1.781 0-3.187 1.313-3.187 3.125 0 0.969 0.641 2.312 1.609 2.641v0.047c-0.5 0.219-0.594 0.828-0.594 1.328 0 0.516 0.187 0.938 0.641 1.203v0.047c-1.062 0.344-1.766 1.016-1.766 2.172 0 1.984 1.891 2.547 3.547 2.547 2 0 3.5-0.734 3.5-2.938 0-1.563-1.422-2.031-2.719-2.266-0.438-0.078-1.188-0.391-1.188-0.938 0-0.516 0.281-0.734 0.766-0.812 1.594-0.313 2.609-1.547 2.609-3.187 0-0.281-0.063-0.547-0.156-0.812 0.25-0.063 0.516-0.125 0.766-0.203zM12.047 18.531h2.141c-0.031-0.422-0.031-0.859-0.031-1.281v-6.047c0-0.359 0-0.719 0.031-1.078h-2.141c0.047 0.359 0.047 0.75 0.047 1.109v6.125c0 0.391 0 0.781-0.047 1.172zM20 18.281v-1.891c-0.313 0.219-0.688 0.328-1.062 0.328-0.703 0-0.828-0.703-0.828-1.281v-3.516h0.812c0.281 0 0.547 0.031 0.828 0.031v-1.828h-1.641c0-0.531-0.031-1.062 0.047-1.594h-2.188c0.047 0.281 0.063 0.562 0.063 0.859v0.734h-0.938v1.828c0.187-0.016 0.375-0.047 0.578-0.047 0.109 0 0.234 0.016 0.359 0.016v0.031h-0.031v3.391c0 1.687 0.25 3.313 2.312 3.313 0.578 0 1.172-0.094 1.687-0.375zM14.438 7.25c0-0.734-0.547-1.422-1.313-1.422s-1.328 0.672-1.328 1.422c0 0.734 0.578 1.391 1.328 1.391s1.313-0.672 1.313-1.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git\" viewBox=\"0 0 28 28\">\n<title>git</title>\n<path d=\"M9.297 23.656c0-1.375-1.516-1.563-2.578-1.563-1.109 0-2.469 0.234-2.469 1.625 0 1.406 1.609 1.578 2.688 1.578 1.141 0 2.359-0.281 2.359-1.641zM8.375 11.859c0-1.172-0.562-2.234-1.859-2.234-1.437 0-1.937 0.953-1.937 2.266 0 1.297 0.562 2.109 1.937 2.109 1.359 0 1.859-0.875 1.859-2.141zM12.578 6.797v3.156c-0.406 0.141-0.812 0.25-1.234 0.344 0.156 0.422 0.25 0.859 0.25 1.313 0 2.641-1.625 4.656-4.219 5.141-0.781 0.156-1.234 0.484-1.234 1.328 0 2.391 6.312 0.766 6.312 5.172 0 3.578-2.422 4.75-5.672 4.75-2.672 0-5.719-0.891-5.719-4.109 0-1.875 1.141-2.953 2.844-3.516v-0.063c-0.719-0.438-1.047-1.125-1.047-1.969 0-0.797 0.172-1.781 0.984-2.141v-0.063c-1.578-0.531-2.609-2.703-2.609-4.281 0-2.922 2.266-5.063 5.156-5.063 0.969 0 1.937 0.25 2.781 0.734 1.172 0 2.328-0.313 3.406-0.734zM17.547 20.563h-3.469c0.063-0.703 0.063-1.391 0.063-2.094v-9.516c0-0.672 0.016-1.344-0.063-2h3.469c-0.078 0.641-0.063 1.297-0.063 1.937v9.578c0 0.703 0 1.391 0.063 2.094zM26.938 17.094v3.063c-0.828 0.453-1.781 0.609-2.719 0.609-3.344 0-3.734-2.641-3.734-5.359v-5.484h0.031v-0.063c-0.203 0-0.391-0.031-0.578-0.031-0.313 0-0.625 0.047-0.922 0.094v-2.969h1.5v-1.188c0-0.469-0.016-0.938-0.094-1.391h3.547c-0.125 0.859-0.094 1.719-0.094 2.578h2.672v2.969c-0.453 0-0.906-0.063-1.344-0.063h-1.328v5.703c0 0.922 0.203 2.047 1.359 2.047 0.609 0 1.203-0.172 1.703-0.516zM17.938 2.297c0 1.172-0.906 2.266-2.109 2.266-1.234 0-2.156-1.078-2.156-2.266 0-1.203 0.906-2.297 2.156-2.297 1.234 0 2.109 1.125 2.109 2.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hacker-news\" viewBox=\"0 0 24 28\">\n<title>hacker-news</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tencent-weibo\" viewBox=\"0 0 20 28\">\n<title>tencent-weibo</title>\n<path d=\"M13.156 8.937c0 1.656-1.359 3.016-3.016 3.016-0.641 0-1.234-0.203-1.734-0.547-0.562 0.609-1.188 1.375-1.797 2.281-2.547 3.828-3.625 8.344-3.156 13.422 0.031 0.453-0.297 0.844-0.734 0.891h-0.078c-0.406 0-0.766-0.313-0.812-0.734-0.609-6.844 1.563-11.688 3.484-14.547 0.703-1.047 1.406-1.891 2.063-2.578-0.172-0.375-0.25-0.781-0.25-1.203 0-1.672 1.344-3.016 3.016-3.016 1.656 0 3.016 1.344 3.016 3.016zM19.109 9.109c0 5.016-4.078 9.094-9.109 9.094-0.688 0-1.375-0.078-2.047-0.219-0.438-0.109-0.703-0.547-0.609-0.984 0.109-0.422 0.531-0.703 0.969-0.609 0.547 0.141 1.125 0.203 1.687 0.203 4.125 0 7.484-3.359 7.484-7.484s-3.359-7.484-7.484-7.484-7.484 3.359-7.484 7.484c0 1.203 0.281 2.344 0.812 3.406 0.203 0.406 0.047 0.891-0.344 1.094-0.406 0.203-0.891 0.047-1.094-0.359-0.656-1.266-1-2.703-1-4.141 0-5.031 4.094-9.109 9.109-9.109 5.031 0 9.109 4.078 9.109 9.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qq\" viewBox=\"0 0 28 28\">\n<title>qq</title>\n<path d=\"M4.219 12.594c-0.109-0.266-0.125-0.531-0.125-0.812 0-0.438 0.281-1.141 0.547-1.469-0.016-0.406 0.156-1.234 0.469-1.5 0-2.891 2.234-6.531 4.844-7.781 1.609-0.766 3.297-1.031 5.063-1.031 1.375 0 2.875 0.328 4.156 0.859 3.672 1.547 4.5 4.422 5.281 8.094l0.016 0.078c0.453 0.688 0.859 1.5 0.859 2.344 0 0.422-0.281 0.844-0.281 1.219 0 0.031 0.094 0.156 0.109 0.187 1.344 1.984 2.562 4.141 2.562 6.609 0 0.547-0.297 2.453-1.172 2.453-0.609 0-1.281-1.484-1.5-1.891-0.016-0.016-0.031-0.016-0.047-0.016l-0.078 0.063c-0.5 1.297-1.047 2.516-2.063 3.484 0.891 0.859 2.328 0.781 2.594 2.266-0.078 0.172-0.047 0.359-0.172 0.531-0.891 1.344-3.281 1.516-4.719 1.516-1.906 0-3.453-0.5-5.25-1.031-0.375-0.109-0.938-0.047-1.344-0.094-0.953 1.047-3.281 1.328-4.625 1.328-1.188 0-5.781-0.078-5.781-2.109 0-0.875 0.187-1.125 0.797-1.687 0.484-0.094 0.844-0.359 1.406-0.391 0.078 0 0.141-0.016 0.219-0.031 0.016-0.016 0.031-0.016 0.031-0.063l-0.031-0.047c-1.078-0.25-2.594-2.969-2.828-4.094l-0.078-0.047c-0.109 0-0.156 0.234-0.187 0.313-0.344 0.797-1.156 1.656-2.063 1.75h-0.016c-0.125 0-0.078-0.125-0.172-0.156-0.219-0.516-0.359-0.984-0.359-1.563 0-3.125 1.5-5.437 3.938-7.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wechat\" viewBox=\"0 0 32 28\">\n<title>wechat</title>\n<path d=\"M9.063 7.203c0-0.859-0.562-1.422-1.422-1.422-0.844 0-1.703 0.562-1.703 1.422 0 0.844 0.859 1.406 1.703 1.406 0.859 0 1.422-0.562 1.422-1.406zM20.672 15.125c0-0.562-0.562-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.859 0 1.422-0.562 1.422-1.141zM16.984 7.203c0-0.859-0.562-1.422-1.406-1.422-0.859 0-1.703 0.562-1.703 1.422 0 0.844 0.844 1.406 1.703 1.406 0.844 0 1.406-0.562 1.406-1.406zM26.906 15.125c0-0.562-0.578-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.844 0 1.422-0.562 1.422-1.141zM22.75 8.922c-0.359-0.047-0.719-0.063-1.094-0.063-5.375 0-9.625 4.016-9.625 8.953 0 0.828 0.125 1.625 0.359 2.375-0.359 0.031-0.703 0.047-1.062 0.047-1.422 0-2.547-0.281-3.969-0.562l-3.953 1.984 1.125-3.406c-2.828-1.984-4.531-4.547-4.531-7.656 0-5.391 5.094-9.625 11.328-9.625 5.563 0 10.453 3.391 11.422 7.953zM32 17.687c0 2.547-1.687 4.813-3.969 6.516l0.859 2.828-3.109-1.703c-1.141 0.281-2.281 0.578-3.406 0.578-5.391 0-9.625-3.687-9.625-8.219s4.234-8.219 9.625-8.219c5.094 0 9.625 3.687 9.625 8.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane\" viewBox=\"0 0 28 28\">\n<title>paper-plane</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-7.078-2.891-3.781 4.609c-0.187 0.234-0.469 0.359-0.766 0.359-0.109 0-0.234-0.016-0.344-0.063-0.391-0.141-0.656-0.516-0.656-0.938v-5.453l13.5-16.547-16.703 14.453-6.172-2.531c-0.359-0.141-0.594-0.469-0.625-0.859-0.016-0.375 0.172-0.734 0.5-0.922l26-15c0.156-0.094 0.328-0.141 0.5-0.141 0.203 0 0.406 0.063 0.562 0.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane-o\" viewBox=\"0 0 28 28\">\n<title>paper-plane-o</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-8.234-3.359-4.656 5.109c-0.187 0.219-0.453 0.328-0.734 0.328-0.125 0-0.25-0.016-0.359-0.063-0.391-0.156-0.641-0.531-0.641-0.938v-7.063l-7.375-3.016c-0.359-0.141-0.594-0.469-0.625-0.859-0.031-0.375 0.172-0.734 0.5-0.922l26-15c0.328-0.203 0.75-0.187 1.062 0.031zM22.219 23.594l3.453-20.672-22.406 12.922 5.25 2.141 13.484-9.984-7.469 12.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-history\" viewBox=\"0 0 24 28\">\n<title>history</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12zM14 9.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-thin\" viewBox=\"0 0 24 28\">\n<title>circle-thin</title>\n<path d=\"M12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-header\" viewBox=\"0 0 28 28\">\n<title>header</title>\n<path d=\"M26.281 26c-1.375 0-2.766-0.109-4.156-0.109-1.375 0-2.75 0.109-4.125 0.109-0.531 0-0.781-0.578-0.781-1.031 0-1.391 1.563-0.797 2.375-1.328 0.516-0.328 0.516-1.641 0.516-2.188l-0.016-6.109c0-0.172 0-0.328-0.016-0.484-0.25-0.078-0.531-0.063-0.781-0.063h-10.547c-0.266 0-0.547-0.016-0.797 0.063-0.016 0.156-0.016 0.313-0.016 0.484l-0.016 5.797c0 0.594 0 2.219 0.578 2.562 0.812 0.5 2.656-0.203 2.656 1.203 0 0.469-0.219 1.094-0.766 1.094-1.453 0-2.906-0.109-4.344-0.109-1.328 0-2.656 0.109-3.984 0.109-0.516 0-0.75-0.594-0.75-1.031 0-1.359 1.437-0.797 2.203-1.328 0.5-0.344 0.516-1.687 0.516-2.234l-0.016-0.891v-12.703c0-0.75 0.109-3.156-0.594-3.578-0.781-0.484-2.453 0.266-2.453-1.141 0-0.453 0.203-1.094 0.75-1.094 1.437 0 2.891 0.109 4.328 0.109 1.313 0 2.641-0.109 3.953-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.344-1.547 0.688-2.312 1.172-0.547 0.328-0.547 1.937-0.547 2.5l0.016 5c0 0.172 0 0.328 0.016 0.5 0.203 0.047 0.406 0.047 0.609 0.047h10.922c0.187 0 0.391 0 0.594-0.047 0.016-0.172 0.016-0.328 0.016-0.5l0.016-5c0-0.578 0-2.172-0.547-2.5-0.781-0.469-2.344 0.156-2.344-1.172 0-0.469 0.219-1.094 0.781-1.094 1.375 0 2.75 0.109 4.125 0.109 1.344 0 2.688-0.109 4.031-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.359-1.609 0.672-2.391 1.156-0.531 0.344-0.547 1.953-0.547 2.516l0.016 14.734c0 0.516 0.031 1.875 0.531 2.188 0.797 0.5 2.484-0.141 2.484 1.219 0 0.453-0.203 1.094-0.75 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paragraph\" viewBox=\"0 0 20 28\">\n<title>paragraph</title>\n<path d=\"M19.969 2.953v1.141c0 0.531-0.422 1.453-0.953 1.453-0.266 0-0.578-0.047-0.844 0.016-0.25 0.063-0.438 0.234-0.5 0.484-0.078 0.297-0.047 0.672-0.047 1v18c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-19.031h-2.234v19.031c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-7.75c-1.516-0.125-2.812-0.438-3.828-0.922-1.313-0.609-2.312-1.547-3-2.797-0.656-1.203-1-2.562-1-4.047 0-1.734 0.469-3.234 1.375-4.469 0.922-1.234 2.016-2.063 3.266-2.484 1.172-0.391 3.641-0.578 6.516-0.578h7.484c0.531 0 0.953 0.422 0.953 0.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sliders\" viewBox=\"0 0 24 28\">\n<title>sliders</title>\n<path d=\"M5.5 22v2h-5.5v-2h5.5zM11 20c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM13.5 14v2h-13.5v-2h13.5zM3.5 6v2h-3.5v-2h3.5zM24 22v2h-11.5v-2h11.5zM9 4c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM19 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM24 14v2h-3.5v-2h3.5zM24 6v2h-13.5v-2h13.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt\" viewBox=\"0 0 24 28\">\n<title>share-alt</title>\n<path d=\"M19 16c2.766 0 5 2.234 5 5s-2.234 5-5 5-5-2.234-5-5c0-0.172 0.016-0.359 0.031-0.531l-5.625-2.812c-0.891 0.828-2.094 1.344-3.406 1.344-2.766 0-5-2.234-5-5s2.234-5 5-5c1.313 0 2.516 0.516 3.406 1.344l5.625-2.812c-0.016-0.172-0.031-0.359-0.031-0.531 0-2.766 2.234-5 5-5s5 2.234 5 5-2.234 5-5 5c-1.313 0-2.516-0.516-3.406-1.344l-5.625 2.812c0.016 0.172 0.031 0.359 0.031 0.531s-0.016 0.359-0.031 0.531l5.625 2.812c0.891-0.828 2.094-1.344 3.406-1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt-square\" viewBox=\"0 0 24 28\">\n<title>share-alt-square</title>\n<path d=\"M20 18.672c0-1.844-1.5-3.344-3.328-3.344-0.875 0-1.672 0.344-2.266 0.906l-3.766-1.875c0.016-0.125 0.031-0.234 0.031-0.359s-0.016-0.234-0.031-0.359l3.766-1.875c0.594 0.562 1.391 0.906 2.266 0.906 1.828 0 3.328-1.5 3.328-3.344 0-1.828-1.5-3.328-3.328-3.328-1.844 0-3.344 1.5-3.344 3.328 0 0.125 0.016 0.234 0.031 0.359l-3.766 1.875c-0.594-0.547-1.391-0.891-2.266-0.891-1.828 0-3.328 1.484-3.328 3.328s1.5 3.328 3.328 3.328c0.875 0 1.672-0.344 2.266-0.891l3.766 1.875c-0.016 0.125-0.031 0.234-0.031 0.359 0 1.828 1.5 3.328 3.344 3.328 1.828 0 3.328-1.5 3.328-3.328zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bomb\" viewBox=\"0 0 28 28\">\n<title>bomb</title>\n<path d=\"M8.922 9.203c-0.203-0.516-0.781-0.75-1.297-0.547-2.25 0.906-4.062 2.719-4.969 4.969-0.203 0.516 0.031 1.094 0.547 1.297 0.125 0.047 0.25 0.078 0.375 0.078 0.406 0 0.766-0.234 0.938-0.625 0.703-1.75 2.109-3.156 3.859-3.859 0.516-0.219 0.766-0.797 0.547-1.313zM23.641 3.641l0.719 0.719-3.813 3.797 1.062 1.062c0.391 0.391 0.391 1.031 0 1.422l-1 1c0.875 1.578 1.391 3.406 1.391 5.359 0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11c1.953 0 3.781 0.516 5.359 1.391l1-1c0.391-0.391 1.031-0.391 1.422 0l1.062 1.062zM23.766 2.766c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156l-1.422-1.406c-0.187-0.203-0.187-0.516 0-0.719 0.203-0.187 0.516-0.187 0.719 0l1.406 1.422c0.203 0.187 0.203 0.516 0 0.703zM27.359 6.359c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-1.406-1.422c-0.203-0.187-0.203-0.516 0-0.703 0.187-0.203 0.516-0.203 0.703 0l1.422 1.406c0.187 0.203 0.187 0.516 0 0.719zM28 3.5c0 0.281-0.219 0.5-0.5 0.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h1.5c0.281 0 0.5 0.219 0.5 0.5zM25 0.5v1.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-1.5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM27.359 1.359l-1.422 1.406c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156-0.203-0.187-0.203-0.516 0-0.703l1.406-1.422c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-futbol-o\" viewBox=\"0 0 28 28\">\n<title>futbol-o</title>\n<path d=\"M9.516 12.75l4.484-3.25 4.484 3.25-1.703 5.25h-5.547zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM23.672 21.094c1.469-2 2.328-4.438 2.328-7.094v-0.047l-1.594 1.391-3.75-3.5 0.984-5.047 2.094 0.187c-1.484-2.047-3.609-3.625-6.078-4.406l0.828 1.937-4.484 2.484-4.484-2.484 0.828-1.937c-2.469 0.781-4.594 2.359-6.078 4.406l2.109-0.187 0.969 5.047-3.75 3.5-1.594-1.391v0.047c0 2.656 0.859 5.094 2.328 7.094l0.469-2.063 5.094 0.625 2.172 4.656-1.813 1.078c1.172 0.391 2.438 0.609 3.75 0.609s2.578-0.219 3.75-0.609l-1.813-1.078 2.172-4.656 5.094-0.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tty\" viewBox=\"0 0 28 28\">\n<title>tty</title>\n<path d=\"M7 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM4 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM13 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM1.031 12c-0.578 0-1.031-0.453-1.031-1.016v-2.016h8.031v2.016c0 0.562-0.453 1.016-1.016 1.016h-5.984zM19 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM25 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.125v0.203h-8.031v-0.156c0-0.578-0.5-1.625-5.969-1.594-5.469 0.016-5.969 1.016-5.969 1.594v0.156h-8.031v-0.203c0-1.047 1.875-6.125 14-6.125 12.109 0 14 5.078 14 6.125zM28 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.969v2.016c0 0.562-0.453 1.016-1.016 1.016h-6c-0.562 0-1.016-0.453-1.016-1.016v-2.016h8.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-binoculars\" viewBox=\"0 0 28 28\">\n<title>binoculars</title>\n<path d=\"M11 5v12c0 0.547-0.453 1-1 1v0 9c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-8l3.891-13.641c0.063-0.219 0.266-0.359 0.484-0.359h6.625zM16 5v11h-4v-11h4zM28 19v8c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-9c-0.547 0-1-0.453-1-1v-12h6.625c0.219 0 0.422 0.141 0.484 0.359zM11.5 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5zM22 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plug\" viewBox=\"0 0 28 28\">\n<title>plug</title>\n<path d=\"M27.422 7.078c0.766 0.781 0.766 2.047 0 2.828l-6.266 6.25 2.344 2.344-2.5 2.5c-3.422 3.422-8.641 3.906-12.516 1.344l-5.656 5.656h-2.828v-2.828l5.656-5.656c-2.562-3.875-2.078-9.094 1.344-12.516l2.5-2.5 2.344 2.344 6.25-6.266c0.781-0.766 2.047-0.766 2.828 0 0.781 0.781 0.781 2.063 0 2.828l-6.25 6.266 3.656 3.656 6.266-6.25c0.781-0.781 2.047-0.781 2.828 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slideshare\" viewBox=\"0 0 28 28\">\n<title>slideshare</title>\n<path d=\"M13.641 11.562c0 1.734-1.516 3.156-3.375 3.156s-3.375-1.422-3.375-3.156c0-1.75 1.516-3.156 3.375-3.156s3.375 1.406 3.375 3.156zM21.484 11.562c0 1.734-1.5 3.156-3.375 3.156-1.859 0-3.375-1.422-3.375-3.156 0-1.75 1.516-3.156 3.375-3.156 1.875 0 3.375 1.406 3.375 3.156zM25 14.375v-10.422c0-1.797-0.578-2.5-2.234-2.5h-17.375c-1.734 0-2.219 0.594-2.219 2.5v10.516c3.703 1.937 6.875 1.594 8.609 1.531 0.734-0.016 1.203 0.125 1.484 0.422 0.047 0.047 0.094 0.094 0.156 0.141 0.328 0.313 0.641 0.562 0.953 0.797 0.063-0.859 0.547-1.406 1.844-1.359 1.766 0.078 5.016 0.422 8.781-1.625zM27.547 14.297c-1 1.234-2.906 2.75-5.812 3.938 3.078 10.484-7.516 12.156-7.344 6.781 0 0.094-0.016-2.891-0.016-5.109-0.234-0.047-0.469-0.109-0.75-0.172 0 2.234-0.016 5.375-0.016 5.281 0.172 5.375-10.422 3.703-7.344-6.781-2.906-1.188-4.813-2.703-5.812-3.938-0.5-0.75 0.047-1.547 0.875-0.969 0.109 0.078 0.234 0.156 0.344 0.234v-10.844c0-1.5 1.125-2.719 2.516-2.719h19.641c1.391 0 2.516 1.219 2.516 2.719v10.844l0.328-0.234c0.828-0.578 1.375 0.219 0.875 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitch\" viewBox=\"0 0 28 28\">\n<title>twitch</title>\n<path d=\"M14 6.781v6.781h-2.266v-6.781h2.266zM20.219 6.781v6.781h-2.266v-6.781h2.266zM20.219 18.656l3.953-3.969v-12.422h-18.656v16.391h5.094v3.391l3.391-3.391h6.219zM26.437 0v15.828l-6.781 6.781h-5.094l-3.391 3.391h-3.391v-3.391h-6.219v-18.094l1.703-4.516h23.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yelp\" viewBox=\"0 0 24 28\">\n<title>yelp</title>\n<path d=\"M12.078 20.609v1.984c-0.016 4.406-0.016 4.562-0.094 4.766-0.125 0.328-0.406 0.547-0.797 0.625-1.125 0.187-4.641-1.109-5.375-1.984-0.156-0.172-0.234-0.375-0.266-0.562-0.016-0.141 0.016-0.281 0.063-0.406 0.078-0.219 0.219-0.391 3.359-4.109 0 0 0.016 0 0.938-1.094 0.313-0.391 0.875-0.516 1.391-0.328 0.516 0.203 0.797 0.641 0.781 1.109zM9.75 16.688c-0.031 0.547-0.344 0.953-0.812 1.094l-1.875 0.609c-4.203 1.344-4.344 1.375-4.562 1.375-0.344-0.016-0.656-0.219-0.844-0.562-0.125-0.25-0.219-0.672-0.266-1.172-0.172-1.531 0.031-3.828 0.484-4.547 0.219-0.344 0.531-0.516 0.875-0.5 0.234 0 0.422 0.094 4.953 1.937 0 0-0.016 0.016 1.313 0.531 0.469 0.187 0.766 0.672 0.734 1.234zM22.656 21.328c-0.156 1.125-2.484 4.078-3.547 4.5-0.359 0.141-0.719 0.109-0.984-0.109-0.187-0.141-0.375-0.422-2.875-4.484l-0.734-1.203c-0.281-0.438-0.234-1 0.125-1.437 0.344-0.422 0.844-0.562 1.297-0.406 0 0 0.016 0.016 1.859 0.625 4.203 1.375 4.344 1.422 4.516 1.563 0.281 0.219 0.406 0.547 0.344 0.953zM12.156 11.453c0.078 1.625-0.609 1.828-0.844 1.906-0.219 0.063-0.906 0.266-1.781-1.109-5.75-9.078-5.906-9.344-5.906-9.344-0.078-0.328 0.016-0.688 0.297-0.969 0.859-0.891 5.531-2.203 6.75-1.891 0.391 0.094 0.672 0.344 0.766 0.703 0.063 0.391 0.625 8.813 0.719 10.703zM22.5 13.141c0.031 0.391-0.109 0.719-0.406 0.922-0.187 0.125-0.375 0.187-5.141 1.344-0.766 0.172-1.188 0.281-1.422 0.359l0.016-0.031c-0.469 0.125-1-0.094-1.297-0.562s-0.281-0.984 0-1.359c0 0 0.016-0.016 1.172-1.594 2.562-3.5 2.688-3.672 2.875-3.797 0.297-0.203 0.656-0.203 1.016-0.031 1.016 0.484 3.063 3.531 3.187 4.703v0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-newspaper-o\" viewBox=\"0 0 32 28\">\n<title>newspaper-o</title>\n<path d=\"M16 8h-6v6h6v-6zM18 18v2h-10v-2h10zM18 6v10h-10v-10h10zM28 18v2h-8v-2h8zM28 14v2h-8v-2h8zM28 10v2h-8v-2h8zM28 6v2h-8v-2h8zM4 21v-15h-2v15c0 0.547 0.453 1 1 1s1-0.453 1-1zM30 21v-17h-24v17c0 0.344-0.063 0.688-0.172 1h23.172c0.547 0 1-0.453 1-1zM32 2v19c0 1.656-1.344 3-3 3h-26c-1.656 0-3-1.344-3-3v-17h4v-2h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wifi\" viewBox=\"0 0 32 28\">\n<title>wifi</title>\n<path d=\"M16 23.797c-0.406 0-2.594-2.188-2.594-2.609 0-0.766 2-1.188 2.594-1.188s2.594 0.422 2.594 1.188c0 0.422-2.188 2.609-2.594 2.609zM20.219 19.563c-0.219 0-1.922-1.563-4.219-1.563-2.312 0-3.984 1.563-4.219 1.563-0.375 0-2.641-2.25-2.641-2.625 0-0.141 0.063-0.266 0.156-0.359 1.672-1.656 4.391-2.578 6.703-2.578s5.031 0.922 6.703 2.578c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.641 2.625zM24.484 15.313c-0.125 0-0.266-0.063-0.359-0.125-2.578-2-4.75-3.187-8.125-3.187-4.719 0-8.313 3.313-8.484 3.313-0.359 0-2.609-2.25-2.609-2.625 0-0.125 0.063-0.25 0.156-0.344 2.797-2.797 7.016-4.344 10.938-4.344s8.141 1.547 10.938 4.344c0.094 0.094 0.156 0.219 0.156 0.344 0 0.375-2.25 2.625-2.609 2.625zM28.719 11.078c-0.125 0-0.25-0.063-0.344-0.141-3.609-3.172-7.5-4.937-12.375-4.937s-8.766 1.766-12.375 4.937c-0.094 0.078-0.219 0.141-0.344 0.141-0.359 0-2.625-2.25-2.625-2.625 0-0.141 0.063-0.266 0.156-0.359 3.953-3.922 9.656-6.094 15.188-6.094s11.234 2.172 15.188 6.094c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.625 2.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calculator\" viewBox=\"0 0 26 28\">\n<title>calculator</title>\n<path d=\"M6 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 24v-6c0-1.094-0.906-2-2-2v0c-1.094 0-2 0.906-2 2v6c0 1.094 0.906 2 2 2v0c1.094 0 2-0.906 2-2zM18 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 7v-4c0-0.547-0.453-1-1-1h-20c-0.547 0-1 0.453-1 1v4c0 0.547 0.453 1 1 1h20c0.547 0 1-0.453 1-1zM24 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 2v24c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-24c0-1.094 0.906-2 2-2h22c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paypal\" viewBox=\"0 0 24 28\">\n<title>paypal</title>\n<path d=\"M23.734 10.094v0c0.203 0.938 0.156 2.016-0.063 3.187-1.016 5.156-4.438 6.937-8.828 6.937h-0.688c-0.531 0-0.969 0.391-1.062 0.922l-0.063 0.297-0.859 5.406-0.031 0.234c-0.109 0.531-0.547 0.922-1.078 0.922h-3.922c-0.438 0-0.719-0.359-0.656-0.797 0.281-1.75 0.547-3.5 0.828-5.25s0.562-3.484 0.844-5.234c0.047-0.375 0.297-0.578 0.672-0.578 0.625 0 1.25-0.016 2.047 0 1.125 0.016 2.422-0.047 3.687-0.328 1.687-0.375 3.219-1.062 4.484-2.25 1.141-1.062 1.906-2.375 2.422-3.844 0.234-0.688 0.422-1.375 0.547-2.078 0.031-0.187 0.078-0.156 0.187-0.078 0.859 0.641 1.344 1.5 1.531 2.531zM21.047 5.688c0 1.281-0.297 2.5-0.719 3.687-0.812 2.359-2.344 4.047-4.719 4.922-1.266 0.453-2.594 0.641-3.938 0.656-0.938 0.016-1.875 0-2.812 0-1.016 0-1.656 0.5-1.844 1.5-0.219 1.188-1.078 6.719-1.328 8.281-0.016 0.109-0.063 0.156-0.187 0.156h-4.609c-0.469 0-0.812-0.406-0.75-0.859l3.625-22.984c0.094-0.594 0.625-1.047 1.234-1.047h9.344c0.672 0 2.219 0.297 3.266 0.703 2.219 0.859 3.437 2.609 3.437 4.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-wallet\" viewBox=\"0 0 28 28\">\n<title>google-wallet</title>\n<path d=\"M6.891 10.5c0.313 0 0.625 0.156 0.812 0.406 2.734 3.734 4.641 7.734 5.656 12.094h-6.969c-1.25-4.344-3.094-8.313-5.734-11.703-0.25-0.328 0-0.797 0.406-0.797h5.828zM15.625 16.078c-0.516 2.109-1.172 4.156-1.953 6.141-0.828-3.266-2.156-6.328-4-9.281 0.406-2.266 0.641-4.594 0.688-7.016 2.203 3.547 3.953 6.922 5.266 10.156zM17.172 5c4.672 6.438 8.141 14.375 8.891 23h-7.047c-0.516-8.344-4.359-16.25-8.641-23h6.797zM28 14c0 4.344-0.594 8.906-1.578 12.688-0.688-5.781-2.594-11.531-5.609-16.922-0.266-3.156-0.828-6.219-1.656-9.125-0.078-0.328 0.156-0.641 0.484-0.641h5.609c0.438 0 0.844 0.297 0.953 0.719 1.188 4.219 1.797 8.687 1.797 13.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-visa\" viewBox=\"0 0 36 28\">\n<title>cc-visa</title>\n<path d=\"M30.859 15.469h-2.156c0 0 0.219-0.578 1.031-2.797-0.016 0.016 0.219-0.578 0.344-0.953l0.187 0.859c0.484 2.391 0.594 2.891 0.594 2.891zM8.297 14.453l-0.906-4.609c-0.125-0.641-0.609-0.844-1.172-0.844h-4.188l-0.031 0.203c2.875 0.734 5.234 2.297 6.297 5.25zM11.094 9l-2.531 6.844-0.266-1.391c-0.547-1.453-1.875-2.797-3.375-3.406l2.109 7.969h2.734l4.078-10.016h-2.75zM13.266 19.031h2.594l1.625-10.031h-2.594zM25.266 9.25c-0.516-0.203-1.328-0.422-2.328-0.422-2.562 0-4.359 1.359-4.375 3.313-0.016 1.437 1.281 2.234 2.266 2.719 1.016 0.484 1.344 0.812 1.344 1.25 0 0.672-0.812 0.969-1.547 0.969-1.047 0-1.609-0.125-2.438-0.516l-0.344-0.172-0.359 2.25c0.609 0.281 1.719 0.531 2.891 0.531 2.719 0.016 4.484-1.344 4.516-3.422 0-1.141-0.703-2-2.188-2.719-0.906-0.453-1.453-0.781-1.453-1.25 0-0.422 0.469-0.859 1.484-0.859 0.844-0.016 1.469 0.156 1.937 0.375l0.234 0.125zM31.906 9h-2c-0.625 0-1.094 0.187-1.359 0.844l-3.844 9.188h2.719c0.438-1.234 0.547-1.5 0.547-1.5h3.313c0 0 0.078 0.344 0.313 1.5h2.406zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-mastercard\" viewBox=\"0 0 36 28\">\n<title>cc-mastercard</title>\n<path d=\"M17.484 5.328c-1.297-0.859-2.828-1.328-4.391-1.328-4.391 0-7.953 3.563-7.953 7.938 0 4.391 3.563 7.953 7.953 7.953 1.563 0 3.094-0.469 4.391-1.328-4.188-3.406-4.156-9.828 0-13.234zM18 5.703c-4.031 3.172-4.047 9.328 0 12.484 4.047-3.156 4.031-9.312 0-12.484zM18.516 5.328c4.141 3.406 4.203 9.844 0 13.234 1.297 0.859 2.844 1.328 4.391 1.328 4.391 0 7.953-3.563 7.953-7.953 0-4.375-3.563-7.938-7.953-7.938-1.563 0-3.094 0.469-4.391 1.328zM30.094 16.609h0.109v-0.047h-0.266v0.047h0.109v0.266h0.047v-0.266zM30.547 16.875h0.063v-0.313h-0.078l-0.094 0.203-0.094-0.203h-0.078v0.313h0.047v-0.234l0.094 0.203h0.063l0.078-0.203v0.234zM30.422 23.75v0.031h-0.078v-0.047h0.078v0.016zM30.422 23.891h0.047l-0.063-0.078c0.031 0 0.031-0.016 0.047-0.016 0.016-0.016 0.016-0.031 0.016-0.047s0-0.031-0.016-0.047c-0.016 0-0.031-0.016-0.063-0.016h-0.094v0.203h0.047v-0.078h0.016zM10.703 22.828c0-0.375 0.234-0.672 0.641-0.672 0.375 0 0.625 0.297 0.625 0.672 0 0.391-0.25 0.672-0.625 0.672-0.406 0-0.641-0.297-0.641-0.672zM18.094 22.141c0.297 0 0.5 0.172 0.547 0.5h-1.094c0.047-0.297 0.234-0.5 0.547-0.5zM23.656 22.828c0-0.375 0.234-0.672 0.625-0.672s0.641 0.297 0.641 0.672c0 0.391-0.25 0.672-0.641 0.672s-0.625-0.297-0.625-0.672zM27.906 22.828c0-0.375 0.25-0.672 0.641-0.672 0.375 0 0.641 0.297 0.641 0.672 0 0.391-0.266 0.672-0.641 0.672-0.391 0-0.641-0.297-0.641-0.672zM30.375 23.953c-0.016 0-0.031 0-0.063-0.016-0.016 0-0.031-0.016-0.047-0.031s-0.031-0.031-0.031-0.047-0.016-0.047-0.016-0.063 0-0.047 0.016-0.063c0-0.031 0.016-0.047 0.031-0.063s0.031-0.016 0.047-0.031 0.047-0.016 0.063-0.016 0.047 0 0.063 0.016 0.047 0.016 0.063 0.031 0.016 0.031 0.031 0.063c0 0.016 0.016 0.031 0.016 0.063 0 0.016-0.016 0.031-0.016 0.063-0.016 0.016-0.016 0.031-0.031 0.047s-0.031 0.031-0.063 0.031c-0.016 0.016-0.031 0.016-0.063 0.016zM9.359 23.891h0.469v-1.328c0-0.5-0.328-0.828-0.844-0.844-0.266 0-0.547 0.078-0.734 0.375-0.141-0.234-0.375-0.375-0.703-0.375-0.219 0-0.438 0.078-0.609 0.313v-0.25h-0.469v2.109h0.469v-1.172c0-0.375 0.203-0.562 0.516-0.562s0.469 0.203 0.469 0.562v1.172h0.453v-1.172c0-0.375 0.219-0.562 0.516-0.562 0.313 0 0.469 0.203 0.469 0.562v1.172zM11.953 23.891h0.453v-2.109h-0.453v0.25c-0.156-0.187-0.375-0.313-0.672-0.313-0.594 0-1.047 0.469-1.047 1.109s0.453 1.109 1.047 1.109c0.297 0 0.516-0.109 0.672-0.313v0.266zM14.734 23.25c0-0.375-0.281-0.562-0.734-0.625l-0.219-0.031c-0.203-0.031-0.359-0.078-0.359-0.219s0.141-0.234 0.391-0.234c0.281 0 0.531 0.094 0.672 0.172l0.187-0.375c-0.219-0.141-0.516-0.219-0.859-0.219-0.531 0-0.875 0.266-0.875 0.688 0 0.344 0.25 0.547 0.734 0.609l0.203 0.031c0.266 0.047 0.375 0.109 0.375 0.219 0 0.172-0.172 0.266-0.484 0.266s-0.547-0.109-0.703-0.219l-0.203 0.359c0.25 0.172 0.562 0.266 0.906 0.266 0.609 0 0.969-0.281 0.969-0.688zM16.766 23.781l-0.125-0.391c-0.141 0.078-0.281 0.109-0.406 0.109-0.234 0-0.297-0.141-0.297-0.344v-0.953h0.75v-0.422h-0.75v-0.641h-0.469v0.641h-0.438v0.422h0.438v0.953c0 0.484 0.187 0.781 0.734 0.781 0.187 0 0.422-0.063 0.562-0.156zM18.109 21.719c-0.609 0-1.047 0.453-1.047 1.109 0 0.672 0.453 1.109 1.078 1.109 0.313 0 0.609-0.078 0.859-0.297l-0.219-0.344c-0.172 0.141-0.406 0.234-0.609 0.234-0.297 0-0.562-0.141-0.641-0.516h1.578v-0.187c0-0.656-0.406-1.109-1-1.109zM20.594 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.469v2.109h0.469v-1.188c0-0.344 0.141-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.109-0.047-0.234-0.063-0.328-0.063zM21.063 22.828c0 0.641 0.438 1.109 1.125 1.109 0.313 0 0.531-0.063 0.75-0.25l-0.219-0.375c-0.172 0.125-0.344 0.203-0.547 0.187-0.375 0-0.641-0.266-0.641-0.672s0.266-0.672 0.641-0.672c0.203 0 0.375 0.063 0.547 0.187l0.219-0.375c-0.219-0.172-0.438-0.25-0.75-0.25-0.688 0-1.125 0.469-1.125 1.109zM24.891 23.891h0.469v-2.109h-0.469v0.25c-0.141-0.187-0.359-0.313-0.656-0.313-0.594 0-1.062 0.469-1.062 1.109s0.469 1.109 1.062 1.109c0.297 0 0.516-0.109 0.656-0.313v0.266zM26.969 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.453v2.109h0.453v-1.188c0-0.344 0.156-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.094-0.047-0.234-0.063-0.328-0.063zM29.156 23.891h0.453v-2.969h-0.453v1.109c-0.141-0.187-0.359-0.313-0.672-0.313-0.578 0-1.047 0.469-1.047 1.109s0.469 1.109 1.047 1.109c0.313 0 0.531-0.109 0.672-0.313v0.266zM30.375 23.578c-0.016 0-0.047 0.016-0.078 0.016-0.031 0.016-0.047 0.031-0.063 0.047-0.031 0.016-0.047 0.047-0.047 0.063-0.016 0.031-0.016 0.063-0.016 0.094 0 0.016 0 0.047 0.016 0.078 0 0.016 0.016 0.047 0.047 0.063 0.016 0.016 0.031 0.031 0.063 0.047s0.063 0.016 0.078 0.016c0.031 0 0.063 0 0.094-0.016 0.016-0.016 0.047-0.031 0.063-0.047s0.031-0.047 0.047-0.063c0.016-0.031 0.016-0.063 0.016-0.078 0-0.031 0-0.063-0.016-0.094-0.016-0.016-0.031-0.047-0.047-0.063s-0.047-0.031-0.063-0.047c-0.031 0-0.063-0.016-0.094-0.016zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-discover\" viewBox=\"0 0 36 28\">\n<title>cc-discover</title>\n<path d=\"M4.891 12.141c0 0.5-0.203 0.984-0.562 1.313-0.313 0.281-0.734 0.406-1.391 0.406h-0.266v-3.437h0.266c0.656 0 1.062 0.109 1.391 0.422 0.359 0.313 0.562 0.797 0.562 1.297zM32.641 11.125c0 0.531-0.344 0.812-1 0.812h-0.297v-1.578h0.313c0.641 0 0.984 0.266 0.984 0.766zM5.938 12.141c0-1.531-1.141-2.609-2.797-2.609h-1.484v5.203h1.484c0.781 0 1.359-0.172 1.859-0.594 0.594-0.5 0.938-1.234 0.938-2zM6.406 14.734h1.016v-5.203h-1.016v5.203zM11.406 13.156c0-0.828-0.344-1.203-1.5-1.625-0.609-0.219-0.781-0.375-0.781-0.656 0-0.328 0.313-0.578 0.75-0.578 0.313 0 0.562 0.125 0.828 0.422l0.531-0.688c-0.438-0.391-0.969-0.578-1.531-0.578-0.922 0-1.625 0.641-1.625 1.484 0 0.719 0.328 1.094 1.281 1.437 0.391 0.141 0.594 0.219 0.703 0.297 0.203 0.125 0.297 0.313 0.297 0.531 0 0.422-0.328 0.734-0.781 0.734-0.484 0-0.875-0.234-1.109-0.688l-0.656 0.625c0.469 0.688 1.031 1 1.797 1 1.062 0 1.797-0.703 1.797-1.719zM15.75 14.562v-1.203c-0.406 0.406-0.766 0.578-1.219 0.578-1.031 0-1.75-0.75-1.75-1.797 0-1 0.75-1.797 1.703-1.797 0.484 0 0.844 0.172 1.266 0.594v-1.203c-0.438-0.219-0.812-0.313-1.25-0.313-1.531 0-2.766 1.203-2.766 2.719 0 1.531 1.203 2.719 2.75 2.719 0.438 0 0.812-0.078 1.266-0.297zM35 24v-8.234c-2.5 1.563-11.297 6.563-25.516 9.234h24.516c0.547 0 1-0.453 1-1zM21.703 12.172c0-1.563-1.266-2.828-2.828-2.828s-2.828 1.266-2.828 2.828 1.266 2.828 2.828 2.828 2.828-1.266 2.828-2.828zM24.078 14.875l2.25-5.344h-1.109l-1.406 3.5-1.391-3.5h-1.109l2.219 5.344h0.547zM26.781 14.734h2.875v-0.875h-1.859v-1.406h1.797v-0.875h-1.797v-1.156h1.859v-0.891h-2.875v5.203zM32.891 14.734h1.25l-1.641-2.188c0.766-0.156 1.188-0.672 1.188-1.469 0-0.984-0.672-1.547-1.844-1.547h-1.516v5.203h1.016v-2.078h0.141zM36 4.094v19.812c0 1.156-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.938-2.063-2.094v-19.812c0-1.156 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.938 2.063 2.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-amex\" viewBox=\"0 0 36 28\">\n<title>cc-amex</title>\n<path d=\"M1.859 10.656h1.391l-0.703-1.687zM11.562 18.875l1.156-1.234-1.094-1.234h-2.547v0.766h2.219v0.859h-2.219v0.844h2.484zM14.031 17.656l1.547 1.719v-3.391zM18.531 16.922c0-0.375-0.281-0.516-0.625-0.516h-1.313v1.078h1.297c0.359 0 0.641-0.172 0.641-0.562zM23.047 16.859c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.953h1.266c0.344 0 0.672-0.078 0.672-0.5zM18.703 9.578c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.938h1.266c0.344 0 0.672-0.078 0.672-0.484zM25.875 10.656h1.391l-0.688-1.687zM10.922 8.234v4.234h-1.031v-3.313l-1.469 3.313h-0.891l-1.469-3.313v3.313h-2.063l-0.391-0.938h-2.109l-0.391 0.938h-1.094l1.813-4.234h1.5l1.719 4.016v-4.016h1.656l1.328 2.875 1.203-2.875h1.687zM19.609 16.922c0 1.703-1.859 1.422-3.016 1.422v1.422h-1.969l-1.25-1.406-1.297 1.406h-4v-4.234h4.062l1.25 1.391 1.281-1.391h3.234c0.953 0 1.703 0.328 1.703 1.391zM15.062 11.594v0.875h-3.391v-4.234h3.391v0.891h-2.375v0.766h2.312v0.859h-2.312v0.844h2.375zM36 20.328v3.578c0 1.141-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.953-2.063-2.094v-10.594h1.734l0.391-0.953h0.859l0.391 0.953h3.406v-0.719l0.297 0.719h1.766l0.313-0.734v0.734h8.453v-1.547l0.156-0.016c0.141 0 0.156 0.109 0.156 0.219v1.344h4.359v-0.359c1.016 0.531 2.406 0.359 3.469 0.359l0.391-0.953h0.875l0.391 0.953h3.547v-0.906l0.531 0.906h2.844v-5.906h-2.812v0.688l-0.391-0.688h-2.891v0.688l-0.359-0.688h-3.891c-0.578 0-1.188 0.063-1.703 0.344v-0.344h-2.688v0.344c-0.313-0.281-0.734-0.344-1.141-0.344h-9.812l-0.672 1.516-0.672-1.516h-3.094v0.688l-0.344-0.688h-2.641l-1.219 2.797v-6.109c0-1.141 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.953 2.063 2.094v10.594h-1.875c-0.438 0-0.906 0.078-1.266 0.344v-0.344h-2.766c-0.391 0-0.922 0.063-1.219 0.344v-0.344h-4.937v0.344c-0.375-0.266-0.922-0.344-1.359-0.344h-3.266v0.344c-0.328-0.313-1-0.344-1.422-0.344h-3.656l-0.844 0.906-0.781-0.906h-5.453v5.906h5.359l0.859-0.922 0.812 0.922h3.297v-1.391h0.328c0.469 0 0.953-0.016 1.406-0.203v1.594h2.719v-1.547h0.125c0.156 0 0.187 0.016 0.187 0.187v1.359h8.266c0.453 0 1.016-0.094 1.375-0.375v0.375h2.625c0.5 0 1.031-0.047 1.484-0.266zM24.156 16.672c0 0.469-0.25 0.938-0.719 1.125 0.562 0.203 0.672 0.578 0.672 1.125v0.844h-1.016v-0.703c0-0.719-0.234-0.844-0.906-0.844h-1.078v1.547h-1.016v-4.234h2.406c0.797 0 1.656 0.141 1.656 1.141zM19.828 9.375c0 0.484-0.266 0.953-0.719 1.141 0.578 0.203 0.672 0.562 0.672 1.125v0.828h-1.016c-0.016-0.906 0.219-1.531-0.906-1.531h-1.094v1.531h-1v-4.234l2.391 0.016c0.812 0 1.672 0.125 1.672 1.125zM28.094 18.891v0.875h-3.375v-4.234h3.375v0.875h-2.359v0.766h2.312v0.859h-2.312v0.844zM21.438 8.234v4.234h-1.031v-4.234h1.031zM32.266 18.422c0 1-0.688 1.344-1.594 1.344h-1.969v-0.906h1.969c0.25 0 0.531-0.063 0.531-0.391 0-0.906-2.609 0.344-2.609-1.672 0-0.859 0.656-1.266 1.437-1.266h2.031v0.891h-1.859c-0.266 0-0.562 0.047-0.562 0.391 0 0.922 2.625-0.422 2.625 1.609zM36 17.641v1.578c-0.297 0.438-0.875 0.547-1.375 0.547h-1.953v-0.906h1.953c0.25 0 0.516-0.078 0.516-0.391 0-0.891-2.609 0.344-2.609-1.672 0-0.859 0.672-1.266 1.453-1.266h2.016v0.891h-1.844c-0.281 0-0.562 0.047-0.562 0.391 0 0.75 1.766-0.016 2.406 0.828zM33.422 8.25v4.219h-1.437l-1.906-3.172v3.172h-2.063l-0.406-0.938h-2.094l-0.391 0.938h-1.172c-1.391 0-2.016-0.719-2.016-2.078 0-1.422 0.641-2.156 2.078-2.156h0.984v0.922c-1.062-0.016-2.031-0.25-2.031 1.203 0 0.719 0.172 1.219 0.984 1.219h0.453l1.437-3.328h1.516l1.703 4v-4h1.547l1.781 2.938v-2.938h1.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-paypal\" viewBox=\"0 0 36 28\">\n<title>cc-paypal</title>\n<path d=\"M11.641 14.156c0 0.766-0.609 1.344-1.375 1.344-0.578 0-1-0.328-1-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM23.906 11.828c0 0.938-0.562 1.125-1.375 1.125l-0.5 0.016 0.266-1.672c0.016-0.109 0.094-0.172 0.203-0.172h0.281c0.531 0 1.125 0.031 1.125 0.703zM29.391 14.156c0 0.766-0.609 1.344-1.359 1.344-0.578 0-1.016-0.328-1.016-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM8.016 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.5c-0.156 0-0.313 0.125-0.328 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.188c0.172 0 0.328-0.125 0.344-0.297l0.281-1.719c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM12.844 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.359-0.531-0.891-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.562 0 1.266-0.25 1.656-0.688-0.031 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM19.828 12.25c0-0.109-0.094-0.219-0.203-0.219h-1.203c-0.109 0-0.219 0.063-0.281 0.156l-1.656 2.438-0.688-2.344c-0.047-0.141-0.187-0.25-0.344-0.25h-1.172c-0.109 0-0.203 0.109-0.203 0.219 0 0.078 1.219 3.609 1.328 3.938-0.172 0.234-1.281 1.687-1.281 1.875 0 0.109 0.094 0.203 0.203 0.203h1.203c0.109 0 0.219-0.063 0.281-0.156l3.984-5.75c0.031-0.031 0.031-0.063 0.031-0.109zM25.766 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.484c-0.172 0-0.328 0.125-0.344 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.281c0.125 0 0.219-0.094 0.25-0.203l0.281-1.813c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM30.594 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.344-0.531-0.875-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.578 0 1.281-0.25 1.656-0.688-0.016 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM34 9.969v-0.016c0-0.125-0.094-0.219-0.203-0.219h-1.156c-0.094 0-0.187 0.078-0.203 0.172l-1.016 6.5-0.016 0.031c0 0.109 0.094 0.219 0.219 0.219h1.031c0.156 0 0.313-0.125 0.328-0.297zM6.125 12.063c-0.125 0.797-0.656 0.891-1.344 0.891l-0.516 0.016 0.266-1.672c0.016-0.109 0.109-0.172 0.203-0.172h0.297c0.703 0 1.234 0.094 1.094 0.938zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-stripe\" viewBox=\"0 0 36 28\">\n<title>cc-stripe</title>\n<path d=\"M24.953 14.109c0 0.719-0.109 1.266-0.328 1.656-0.187 0.344-0.484 0.547-0.812 0.547-0.234 0-0.453-0.047-0.641-0.141v-3.5c0.406-0.422 0.766-0.469 0.891-0.469 0.594 0 0.891 0.656 0.891 1.906zM31.797 13.547h-1.719c0.063-1.047 0.344-1.531 0.875-1.531s0.812 0.5 0.844 1.531zM7.438 15.656c0-1.313-0.797-1.859-2.094-2.328v0c-0.688-0.25-1.062-0.453-1.062-0.766 0-0.266 0.219-0.406 0.594-0.406 0.719 0 1.437 0.266 1.937 0.516l0.281-1.75c-0.391-0.187-1.203-0.5-2.328-0.5-0.797 0-1.453 0.203-1.922 0.594-0.5 0.406-0.75 1-0.75 1.703 0 1.281 0.781 1.844 2.063 2.297 0.812 0.297 1.094 0.5 1.094 0.828 0 0.313-0.266 0.484-0.75 0.484-0.594 0-1.578-0.297-2.219-0.672l-0.281 1.766c0.547 0.313 1.563 0.641 2.625 0.641 0.844 0 1.531-0.203 2.016-0.578 0.531-0.422 0.797-1.031 0.797-1.828zM12.047 12.297l0.297-1.734h-1.5v-2.109l-2.016 0.328-0.281 1.781-0.719 0.125-0.266 1.609h0.969v3.422c0 0.891 0.234 1.5 0.688 1.875 0.391 0.313 0.953 0.469 1.734 0.469 0.609 0 0.969-0.109 1.234-0.172v-1.844c-0.141 0.031-0.469 0.109-0.688 0.109-0.453 0-0.656-0.25-0.656-0.781v-3.078h1.203zM16.984 12.688v-2.172c-0.156-0.031-0.297-0.047-0.438-0.047-0.656 0-1.188 0.344-1.391 0.969l-0.156-0.875h-2.047v7.359h2.344v-4.781c0.297-0.359 0.719-0.484 1.281-0.484 0.125 0 0.25 0 0.406 0.031zM17.563 17.922h2.344v-7.359h-2.344v7.359zM27.281 14.031c0-1.25-0.234-2.203-0.703-2.797-0.422-0.547-1-0.812-1.734-0.812-0.672 0-1.266 0.281-1.828 0.875l-0.125-0.734h-2.063v10.078l2.344-0.391v-2.359c0.359 0.109 0.734 0.172 1.062 0.172 0.578 0 1.437-0.156 2.094-0.875 0.641-0.688 0.953-1.75 0.953-3.156zM19.969 8.594c0-0.688-0.547-1.234-1.234-1.234s-1.234 0.547-1.234 1.234 0.547 1.25 1.234 1.25 1.234-0.562 1.234-1.25zM34 14.172c0-1.172-0.25-2.094-0.75-2.75-0.516-0.656-1.281-1-2.25-1-2 0-3.234 1.469-3.234 3.844 0 1.313 0.328 2.312 0.984 2.938 0.578 0.578 1.422 0.859 2.516 0.859 1 0 1.922-0.234 2.5-0.625l-0.25-1.609c-0.578 0.313-1.25 0.484-2 0.484-0.453 0-0.766-0.094-0.984-0.297-0.25-0.203-0.391-0.547-0.438-1.031h3.875c0.016-0.109 0.031-0.641 0.031-0.812zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash\" viewBox=\"0 0 32 28\">\n<title>bell-slash</title>\n<path d=\"M24.344 13.312c0.797 4.656 2.844 7.156 4.656 8.687 0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984zM16 26.75c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25c-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75zM31.656 1.75c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash-o\" viewBox=\"0 0 32 28\">\n<title>bell-slash-o</title>\n<path d=\"M16.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM7.859 19.078l13.703-11.875c-0.781-1.641-2.594-3.203-5.563-3.203-4.094 0-6 2.984-6 5 0 4-0.703 7.344-2.141 10.078zM29 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984l2.328-2.016h11.828c-1.734-1.953-2.906-4.328-3.547-7.172l1.734-1.516c0.797 4.656 2.844 7.156 4.656 8.687zM30.344 0.25l1.313 1.5c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash\" viewBox=\"0 0 22 28\">\n<title>trash</title>\n<path d=\"M8 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM12 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copyright\" viewBox=\"0 0 24 28\">\n<title>copyright</title>\n<path d=\"M17.969 16.781v1.703c0 2.203-3.516 3.016-5.719 3.016-4.281 0-7.5-3.266-7.5-7.578 0-4.234 3.187-7.422 7.422-7.422 1.547 0 5.594 0.547 5.594 3.031v1.703c0 0.141-0.109 0.25-0.25 0.25h-1.844c-0.141 0-0.25-0.109-0.25-0.25v-1.094c0-0.984-1.891-1.437-3.172-1.437-2.922 0-4.953 2.109-4.953 5.141 0 3.141 2.125 5.437 5.078 5.437 1.125 0 3.25-0.422 3.25-1.406v-1.094c0-0.141 0.109-0.25 0.234-0.25h1.859c0.125 0 0.25 0.109 0.25 0.25zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-at\" viewBox=\"0 0 24 28\">\n<title>at</title>\n<path d=\"M15.188 12.109c0-2.25-1.172-3.594-3.141-3.594-2.594 0-5.375 2.578-5.375 6.75 0 2.328 1.156 3.656 3.187 3.656 3.141 0 5.328-3.594 5.328-6.813zM24 14c0 4.859-3.469 6.687-6.438 6.781-0.203 0-0.281 0.016-0.5 0.016-0.969 0-1.734-0.281-2.219-0.828-0.297-0.344-0.469-0.781-0.516-1.297-0.969 1.219-2.656 2.406-4.766 2.406-3.359 0-5.281-2.078-5.281-5.703 0-4.984 3.453-9.031 7.672-9.031 1.828 0 3.297 0.781 4.078 2.109l0.031-0.297 0.172-0.875c0.016-0.125 0.125-0.281 0.234-0.281h1.844c0.078 0 0.156 0.109 0.203 0.172 0.047 0.047 0.063 0.172 0.047 0.25l-1.875 9.594c-0.063 0.297-0.078 0.531-0.078 0.75 0 0.844 0.25 1.016 0.891 1.016 1.062-0.031 4.5-0.469 4.5-4.781 0-6.078-3.922-10-10-10-5.516 0-10 4.484-10 10s4.484 10 10 10c2.297 0 4.547-0.797 6.328-2.25 0.219-0.187 0.531-0.156 0.703 0.063l0.641 0.766c0.078 0.109 0.125 0.234 0.109 0.375-0.016 0.125-0.078 0.25-0.187 0.344-2.125 1.734-4.828 2.703-7.594 2.703-6.609 0-12-5.391-12-12s5.391-12 12-12c7.172 0 12 4.828 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eyedropper\" viewBox=\"0 0 29 28\">\n<title>eyedropper</title>\n<path d=\"M26.531 1.469c1.953 1.953 1.969 5.125 0 7.063l-3.516 3.484 1.625 1.625c0.203 0.203 0.203 0.516 0 0.719l-3.281 3.281c-0.203 0.203-0.516 0.203-0.719 0l-1.641-1.641-9.422 9.422c-0.375 0.375-0.875 0.578-1.406 0.578h-3.172l-4 2-1-1 2-4v-3.172c0-0.531 0.203-1.031 0.578-1.406l9.422-9.422-1.641-1.641c-0.203-0.203-0.203-0.516 0-0.719l3.281-3.281c0.203-0.203 0.516-0.203 0.719 0l1.625 1.625 3.484-3.516c1.937-1.969 5.109-1.953 7.063 0zM8 23l9-9-3-3-9 9v3h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paint-brush\" viewBox=\"0 0 28 28\">\n<title>paint-brush</title>\n<path d=\"M25.234 0c1.422 0 2.734 1.062 2.734 2.547 0 0.828-0.328 1.625-0.703 2.359-1.219 2.312-5.313 9.953-7.266 11.75-0.953 0.891-2.078 1.422-3.406 1.422-2.641 0-4.797-2.25-4.797-4.875 0-1.25 0.516-2.469 1.437-3.313l9.969-9.047c0.547-0.5 1.266-0.844 2.031-0.844zM11.031 16.156c0.812 1.578 2.297 2.766 4.016 3.219l0.016 1.109c0.094 4.453-3 7.516-7.469 7.516-5.297 0-7.594-4.219-7.594-9.016 0.578 0.391 2.594 2 3.25 2 0.391 0 0.719-0.219 0.859-0.578 1.328-3.469 3.406-4.094 6.922-4.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-birthday-cake\" viewBox=\"0 0 28 28\">\n<title>birthday-cake</title>\n<path d=\"M28 22v6h-28v-6c1.531 0 2.344-0.688 2.984-1.234 0.531-0.469 0.891-0.766 1.687-0.766s1.141 0.297 1.687 0.766c0.641 0.547 1.437 1.234 2.984 1.234 1.531 0 2.328-0.688 2.984-1.234 0.531-0.469 0.875-0.766 1.672-0.766s1.156 0.297 1.687 0.766c0.641 0.547 1.453 1.234 2.984 1.234s2.344-0.688 2.984-1.234c0.531-0.469 0.891-0.766 1.687-0.766 0.781 0 1.141 0.297 1.672 0.766 0.641 0.547 1.453 1.234 2.984 1.234zM28 17v3c-0.797 0-1.141-0.297-1.687-0.766-0.641-0.547-1.437-1.234-2.969-1.234-1.547 0-2.344 0.688-2.984 1.234-0.547 0.469-0.891 0.766-1.687 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.437-1.234-2.984-1.234-1.531 0-2.328 0.688-2.984 1.234-0.531 0.469-0.875 0.766-1.672 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.453-1.234-2.984-1.234-1.547 0-2.344 0.688-2.984 1.234-0.531 0.469-0.891 0.766-1.687 0.766v-3c0-1.656 1.344-3 3-3h1v-7h4v7h4v-7h4v7h4v-7h4v7h1c1.656 0 3 1.344 3 3zM8 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM16 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM24 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-area-chart\" viewBox=\"0 0 32 28\">\n<title>area-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM26 8l4 14h-26v-9l7-9 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pie-chart\" viewBox=\"0 0 27 28\">\n<title>pie-chart</title>\n<path d=\"M12 13.906l8.531 8.531c-2.172 2.203-5.203 3.563-8.531 3.563-6.625 0-12-5.375-12-12s5.375-12 12-12v11.906zM14.922 14h12.078c0 3.328-1.359 6.359-3.563 8.531zM26 12h-12v-12c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-line-chart\" viewBox=\"0 0 32 28\">\n<title>line-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM30 4.5v6.797c0 0.438-0.531 0.672-0.859 0.344l-1.891-1.891-9.891 9.891c-0.203 0.203-0.516 0.203-0.719 0l-3.641-3.641-6.5 6.5-3-3 9.141-9.141c0.203-0.203 0.516-0.203 0.719 0l3.641 3.641 7.25-7.25-1.891-1.891c-0.328-0.328-0.094-0.859 0.344-0.859h6.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm\" viewBox=\"0 0 28 28\">\n<title>lastfm</title>\n<path d=\"M20.188 11c0 0.094 0.125 0.531 0.156 0.641 0.422 1.281 1.406 1.547 2.578 1.875 2.609 0.734 5.078 2.125 5.078 5.187 0 3.109-2.594 5.297-5.625 5.297-5.031 0-6.594-6.156-8.047-9.906-1.203-3.094-2.469-4.906-5.953-4.906-3.094 0-5.812 2.969-5.812 6.016 0 3.234 2.422 6.234 5.781 6.234 1.484 0 3.031-0.313 4.031-1.484v0c0.484-0.547 0.953-1.141 1.297-1.813l1.313 2.375c-0.172 0.391-0.422 0.766-0.688 1.094l0.016 0.016c-1.578 1.828-3.734 2.375-6.062 2.375-4.719 0-8.25-4.172-8.25-8.766 0-4.453 3.875-8.594 8.375-8.594 7.469 0 7.844 6.469 10.375 11.672 0.688 1.437 1.859 3.125 3.641 3.125 1.625 0 3.063-1.047 3.063-2.766 0-3.719-6.828-1.188-7.797-7.297-0.031-0.172-0.047-0.344-0.047-0.516 0-2.312 2.172-4.297 4.469-4.219 1.375 0.047 2.203 0.094 3.297 1.062h-0.016c0.422 0.391 0.734 0.922 1.062 1.375l-2.016 1.547c-0.234-0.438-0.453-0.797-0.844-1.094v-0.016c-0.375-0.344-1.047-0.328-1.516-0.328-1.016 0-1.859 0.766-1.859 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm-square\" viewBox=\"0 0 24 28\">\n<title>lastfm-square</title>\n<path d=\"M22.375 16.438c0-2.203-1.781-3.203-3.656-3.734-0.859-0.234-1.563-0.438-1.875-1.375-0.016-0.078-0.094-0.375-0.094-0.438 0-0.75 0.594-1.297 1.328-1.297 0.344 0 0.828-0.016 1.109 0.234h-0.016c0.297 0.219 0.438 0.469 0.609 0.797l1.453-1.109c-0.234-0.328-0.469-0.719-0.766-1v0c-0.734-0.656-1.422-0.766-2.391-0.766-1.641 0-3.187 1.344-3.187 3.047 0 0.125 0.016 0.234 0.031 0.359 0.344 2.125 1.422 2.781 3.328 3.328 0.938 0.266 2.266 0.688 2.281 1.844v0.078c0.016 1.25-1.031 2-2.203 2-1.281 0-2.109-1.219-2.609-2.25-1.813-3.734-2.094-8.406-7.469-8.406-3.234 0-6.141 2.984-6.031 6.188v0.016c0.109 3.344 2.406 6.297 5.938 6.297 1.672 0 3.234-0.391 4.359-1.719v0c0.187-0.25 0.359-0.516 0.484-0.797l-0.938-1.703c-0.875 1.656-1.953 2.375-3.828 2.375-2.469 0-4.172-2.188-4.172-4.547 0-2.172 2-4.266 4.188-4.266 2.5 0 3.406 1.297 4.281 3.531 1.047 2.688 2.172 7.125 5.797 7.125 2.172 0 4.047-1.578 4.047-3.813zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-off\" viewBox=\"0 0 32 28\">\n<title>toggle-off</title>\n<path d=\"M18 14c0-4.406-3.594-8-8-8s-8 3.594-8 8 3.594 8 8 8 8-3.594 8-8zM30 14c0-4.406-3.594-8-8-8h-6.031c2.438 1.828 4.031 4.734 4.031 8s-1.594 6.172-4.031 8h6.031c4.406 0 8-3.594 8-8zM32 14c0 5.516-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10s4.484-10 10-10h12c5.516 0 10 4.484 10 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-on\" viewBox=\"0 0 32 28\">\n<title>toggle-on</title>\n<path d=\"M0 14c0-5.516 4.484-10 10-10h12c5.516 0 10 4.484 10 10s-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10zM22 22c4.406 0 8-3.594 8-8s-3.594-8-8-8-8 3.594-8 8 3.594 8 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bicycle\" viewBox=\"0 0 36 28\">\n<title>bicycle</title>\n<path d=\"M11.906 18h-4.906c-0.828 0-1.297-0.938-0.797-1.594l2.938-3.922c-0.656-0.313-1.375-0.484-2.141-0.484-2.75 0-5 2.25-5 5s2.25 5 5 5c2.422 0 4.438-1.719 4.906-4zM9 16h2.906c-0.187-0.875-0.594-1.672-1.172-2.312zM16.5 16l4.5-6h-7.5l-1.547 2.063c1.047 1.031 1.75 2.406 1.969 3.938h2.578zM34 17c0-2.75-2.25-5-5-5-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5s5-2.25 5-5zM36 17c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-2.063 0.906-3.922 2.328-5.203l-1.016-1.531-5.516 7.328c-0.187 0.266-0.484 0.406-0.797 0.406h-3.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c1.219 0 2.359 0.313 3.359 0.859l2.141-2.859h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h6v2h6.797l-1.328-2h-3.469c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c0.328 0 0.641 0.172 0.828 0.438l4.172 6.25c0.906-0.438 1.922-0.688 3-0.688 3.859 0 7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bus\" viewBox=\"0 0 24 28\">\n<title>bus</title>\n<path d=\"M6 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM21.281 12.812l-1.125-6c-0.094-0.469-0.5-0.812-0.984-0.812h-14.344c-0.484 0-0.891 0.344-0.984 0.812l-1.125 6c-0.109 0.625 0.359 1.188 0.984 1.188h16.594c0.625 0 1.094-0.562 0.984-1.188zM17.75 3.25c0-0.422-0.328-0.75-0.75-0.75h-10c-0.406 0-0.75 0.328-0.75 0.75s0.344 0.75 0.75 0.75h10c0.422 0 0.75-0.328 0.75-0.75zM24 14.578v9.422h-2v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-12v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-2v-9.422c0-1.281 0.109-2.234 0.391-3.484l1.609-7.094c0.297-2.5 4.672-4 10-4s9.703 1.5 10 4l1.641 7.094c0.281 1.25 0.359 2.203 0.359 3.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ioxhost\" viewBox=\"0 0 32 28\">\n<title>ioxhost</title>\n<path d=\"M22.859 13c0 0.734-0.594 1.344-1.344 1.344h-10.969c-0.75 0-1.344-0.609-1.344-1.344s0.594-1.344 1.344-1.344h10.969c0.75 0 1.344 0.609 1.344 1.344zM26.203 13c0-0.922-0.125-1.797-0.359-2.656h-15.344c-0.75 0-1.344-0.594-1.344-1.328 0-0.75 0.594-1.344 1.344-1.344h14.187c-1.797-2.922-5.016-4.859-8.672-4.859-5.625 0-10.203 4.562-10.203 10.187 0 0.922 0.125 1.797 0.359 2.656h15.344c0.75 0 1.344 0.594 1.344 1.328 0 0.75-0.594 1.344-1.344 1.344h-14.187c1.797 2.922 5.016 4.859 8.687 4.859 5.609 0 10.187-4.562 10.187-10.187zM32 9.016c0 0.734-0.594 1.328-1.344 1.328h-2.047c0.172 0.859 0.266 1.75 0.266 2.656 0 7.094-5.766 12.875-12.859 12.875-5.203 0-9.688-3.094-11.719-7.547h-2.953c-0.75 0-1.344-0.594-1.344-1.344 0-0.734 0.594-1.328 1.344-1.328h2.063c-0.172-0.859-0.266-1.75-0.266-2.656 0-7.094 5.766-12.875 12.875-12.875 5.187 0 9.672 3.094 11.703 7.547h2.938c0.75 0 1.344 0.594 1.344 1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angellist\" viewBox=\"0 0 20 28\">\n<title>angellist</title>\n<path d=\"M14.891 5.906l-1.781 5.125 1.828 0.328c0.469-1.281 2.578-7.047 2.578-8.094 0-0.391-0.125-0.875-0.594-0.875-0.875 0-1.813 2.844-2.031 3.516zM10.219 16.641c0.172 0.453 0.359 0.906 0.516 1.375 0.344-0.391 0.703-0.75 1.109-1.047-0.547-0.109-1.094-0.156-1.625-0.328zM5.656 2.641c0 1.594 1.891 6.563 2.484 8.141 0.219-0.125 0.5-0.156 0.766-0.156 0.375 0 0.797 0.047 1.172 0.078l-1.891-5.484c-0.203-0.594-1.109-3.437-1.922-3.437-0.422 0-0.609 0.5-0.609 0.859zM4.422 14.5c0 1.141 3.063 5.344 4.203 5.344 0.313 0 0.578-0.344 0.578-0.625 0-0.359-0.359-1.25-0.5-1.594-0.406-1.047-1.891-4.281-3.172-4.281-0.422 0-1.109 0.734-1.109 1.156zM1.953 19.734c0 0.562 0.187 1.109 0.391 1.625 1.234 3.047 4.016 4.828 7.266 4.828 2.375 0 4.375-0.906 5.969-2.656 1.687-1.875 2.375-4.188 2.375-6.672 0-0.875 0.016-2.266-0.672-2.891-1.312-1.156-5.766-1.594-7.531-1.594-0.219 0-0.594 0.016-0.766 0.172-0.187 0.078-0.187 0.375-0.187 0.547 0 2.391 5.047 2.172 6.563 2.172 0.297 0 0.438 0.078 0.625 0.297 0.203 0.25 0.266 0.547 0.297 0.859-0.406 0.406-0.969 0.641-1.5 0.844-0.516 0.187-1.016 0.391-1.453 0.719-1.203 0.875-2.391 2.375-2.391 3.922 0 0.969 0.578 1.797 0.578 2.75 0 0.016-0.109 0.359-0.109 0.406-1.781-0.125-2.219-1.891-2.281-3.375-0.187 0.047-0.438 0.031-0.641 0.031 0.031 0.109 0.031 0.219 0.031 0.328 0 1.141-1.016 1.969-2.109 1.969-1.687 0-3.922-1.984-3.922-3.703 0-0.469 0.203-0.734 0.516-1.047 0.313 0.391 0.641 0.781 0.938 1.188 0.453 0.609 1.234 1.625 2.078 1.625 0.219 0 0.641-0.187 0.641-0.453 0-0.703-2.562-4-3.187-4-0.984 0-1.516 1.297-1.516 2.109zM0.172 19.875c0-2.031 0.781-3.375 2.797-3.922-0.172-0.453-0.438-1.141-0.438-1.625 0-1.281 1.578-2.875 2.859-2.875 0.375 0 0.75 0.109 1.094 0.234-0.656-1.859-2.547-7.094-2.547-8.859 0-1.578 0.797-2.828 2.5-2.828 2.187 0 4.672 7.875 5.203 9.438 0.688-1.719 2.844-8.922 5.281-8.922 1.531 0 2.391 1.219 2.391 2.672 0 1.656-1.844 6.813-2.484 8.594 2.625 0.641 3 2.766 3 5.125 0 6.25-3.984 11.094-10.437 11.094-1.188 0-2.359-0.234-3.484-0.656-2.969-1.125-5.734-4.172-5.734-7.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc\" viewBox=\"0 0 32 28\">\n<title>cc</title>\n<path d=\"M12.266 15.75h3.234c-0.297 3.297-2.188 5.297-4.891 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.172c-0.109-1.328-0.766-2.094-1.828-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.313 3.484 2.016 3.484 1.078 0 1.578-0.938 1.703-2.172zM23.391 15.75h3.219c-0.297 3.297-2.172 5.297-4.875 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.187c-0.094-1.328-0.766-2.094-1.813-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.297 3.484 2 3.484 1.078 0 1.594-0.938 1.719-2.172zM29 13.891c0-4.188-0.219-6-1.188-7.313-0.203-0.266-0.531-0.438-0.797-0.625-0.984-0.719-5.563-0.984-10.891-0.984s-10.125 0.266-11.094 0.984c-0.281 0.203-0.625 0.359-0.828 0.625-0.969 1.297-1.172 3.125-1.172 7.313 0 4.203 0.219 6.016 1.172 7.313 0.219 0.297 0.547 0.422 0.828 0.641 0.969 0.719 5.766 1.016 11.094 1.016s9.906-0.281 10.891-1.016c0.266-0.203 0.609-0.328 0.797-0.641 0.984-1.281 1.188-3.109 1.188-7.313zM32 2v24h-32v-24h32z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ils\" viewBox=\"0 0 22 28\">\n<title>ils</title>\n<path d=\"M15.5 9.75v7.75c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-7.75c0-2.344-1.906-4.25-4.25-4.25h-4.25v18c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-21c0-0.281 0.219-0.5 0.5-0.5h7.25c4.281 0 7.75 3.469 7.75 7.75zM21.5 2.5v13.75c0 4.281-3.469 7.75-7.75 7.75h-7.25c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v12h4.25c2.344 0 4.25-1.906 4.25-4.25v-13.75c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meanpath\" viewBox=\"0 0 24 28\">\n<title>meanpath</title>\n<path d=\"M20.484 13.156v1.781c0 0.5-0.297 0.812-0.797 0.812h-3.156c-0.5 0-0.812-0.313-0.812-0.812v-1.781c0-0.5 0.313-0.812 0.812-0.812h3.156c0.5 0 0.797 0.313 0.797 0.812zM12.828 16.75v-3.906c0-1.109-0.734-1.844-1.844-1.844h-2.078c-0.703 0-1.219 0.297-1.5 0.812-0.281-0.516-0.797-0.812-1.5-0.812h-2.031c-1.094 0-1.844 0.734-1.844 1.844v3.906c0 0.234 0.109 0.344 0.328 0.344h0.859c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.297-0.812 0.812-0.812h1.469c0.5 0 0.812 0.313 0.812 0.812v3.594c0 0.234 0.094 0.344 0.328 0.344h0.844c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.313-0.812 0.812-0.812h1.516c0.5 0 0.797 0.313 0.797 0.812v3.594c0 0.234 0.109 0.344 0.344 0.344h0.859c0.219 0 0.328-0.109 0.328-0.344zM22.031 15.25v-2.406c0-1.109-0.75-1.844-1.859-1.844h-4.125c-1.109 0-1.859 0.734-1.859 1.844v6.406c0 0.234 0.125 0.328 0.344 0.328h0.859c0.234 0 0.328-0.094 0.328-0.328v-2.812c0.297 0.406 0.766 0.656 1.469 0.656h2.984c1.109 0 1.859-0.75 1.859-1.844zM24 5.625v16.75c0 2-1.625 3.625-3.625 3.625h-16.75c-2 0-3.625-1.625-3.625-3.625v-16.75c0-2 1.625-3.625 3.625-3.625h16.75c2 0 3.625 1.625 3.625 3.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-buysellads\" viewBox=\"0 0 24 28\">\n<title>buysellads</title>\n<path d=\"M14.297 16.969h-4.594l2.297-8.609zM15.641 22h4.859l-5.063-16h-6.875l-5.063 16h4.859l5.984-4.906zM24 6.5v15c0 2.469-2.031 4.5-4.5 4.5h-15c-2.469 0-4.5-2.031-4.5-4.5v-15c0-2.469 2.031-4.5 4.5-4.5h15c2.469 0 4.5 2.031 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-connectdevelop\" viewBox=\"0 0 32 28\">\n<title>connectdevelop</title>\n<path d=\"M32 13.984c0 0.438-0.313 0.797-0.719 0.875l-3.203 5.563c0.031 0.094 0.047 0.187 0.047 0.281 0 0.422-0.297 0.781-0.703 0.859l-3.016 5.266c0.031 0.078 0.047 0.156 0.047 0.25 0 0.484-0.391 0.891-0.891 0.891-0.25 0-0.484-0.109-0.641-0.281h-6.25c-0.156 0.187-0.406 0.313-0.672 0.313s-0.516-0.125-0.672-0.313h-6.234c-0.156 0.187-0.391 0.313-0.672 0.313-0.484 0-0.891-0.391-0.891-0.891 0-0.109 0.031-0.219 0.063-0.313l-3.016-5.234c-0.406-0.078-0.703-0.438-0.703-0.859 0-0.109 0.016-0.187 0.047-0.281l-3.219-5.563c-0.406-0.094-0.703-0.453-0.703-0.875 0-0.438 0.313-0.797 0.734-0.875l3.109-5.375c0-0.031-0.016-0.063-0.016-0.094 0-0.359 0.219-0.656 0.531-0.797l3.266-5.672c-0.031-0.078-0.063-0.187-0.063-0.281 0-0.5 0.406-0.891 0.891-0.891 0.281 0 0.516 0.125 0.688 0.328h6.188c0.156-0.203 0.391-0.328 0.672-0.328s0.516 0.125 0.672 0.328h6.219c0.172-0.203 0.406-0.328 0.688-0.328 0.484 0 0.891 0.391 0.891 0.891 0 0.094-0.031 0.187-0.063 0.281l3.234 5.594c0.469 0.016 0.859 0.406 0.859 0.875 0 0.156-0.047 0.297-0.109 0.422l2.922 5.063c0.391 0.078 0.688 0.438 0.688 0.859zM16.609 26.469h6.078l-5.344-5.531h-2.234l-5.344 5.531h5.625c0.156-0.141 0.375-0.25 0.609-0.25s0.453 0.109 0.609 0.25zM1.75 13.781c0.016 0.063 0.016 0.125 0.016 0.203s0 0.156-0.031 0.234l3.25 5.625c0.078 0.016 0.156 0.063 0.234 0.094l2.938-3.109v-5.422l-2.922-3.031c-0.141 0.094-0.297 0.141-0.453 0.156zM15.406 1.531h-6.062l2.969 3.125 8.656-3.125h-4.375c-0.156 0.156-0.359 0.25-0.594 0.25s-0.438-0.094-0.594-0.25zM26.391 20.469c0.016-0.063 0.047-0.125 0.078-0.172l-1-1.062-0.266 1.234h1.188zM24.734 20.469l0.344-1.641-3.938-4.156-4.625 4.797 0.984 1h7.234zM23.359 26.219l0.25-0.438 1.016-4.844h-6.672l5.203 5.359c0.063-0.031 0.125-0.063 0.203-0.078zM9.031 26.469h0.078l5.344-5.531h-5.828v5.234l0.063 0.094c0.141 0.047 0.25 0.109 0.344 0.203zM8.625 20.469h6.281l1-1.031-4.828-5.016-2.453 2.594v3.453zM5.609 20.469h2.547v-2.953l-2.625 2.766c0.031 0.063 0.063 0.125 0.078 0.187zM5.594 7.578c0 0.016 0.016 0.047 0.016 0.063 0 0.172-0.047 0.328-0.125 0.453l2.672 2.766v-4.203zM8.625 6.484v4.859l2.391 2.453 4.641-4.906-3.484-3.687zM8.687 1.734l-0.063 0.125v4.125l3.203-1.156-2.984-3.141c-0.047 0.016-0.094 0.031-0.156 0.047zM22.609 1.531h-0.25l-9.703 3.5 3.328 3.516zM15.984 9.219l-4.641 4.922 4.859 4.984 4.625-4.797zM10.75 14.094l-2.125-2.203v4.438zM16.219 19.781l-0.656 0.688h1.328zM21.469 14.344l3.719 3.922 2.063-9.75-0.047-0.078-0.016-0.016zM26.844 8.094c-0.078-0.125-0.125-0.281-0.125-0.453v-0.031l-3.375-5.875c-0.078-0.016-0.141-0.047-0.203-0.078l-6.828 7.234 4.844 5.109zM8.156 6.156v-3.484l-2.547 4.406zM8.156 20.937h-2.547l2.547 4.422v-4.422zM25.109 20.937l-0.75 3.547 2.031-3.547h-1.281zM27.016 19.844l3.234-5.641c-0.016-0.078-0.031-0.141-0.031-0.219 0-0.094 0.031-0.172 0.047-0.25l-2.672-4.625-2.016 9.562 1.203 1.281c0.078-0.047 0.156-0.078 0.234-0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashcube\" viewBox=\"0 0 22 28\">\n<title>dashcube</title>\n<path d=\"M0 10.625c0-2.703 2.156-5.031 4.906-5.031h11.594l5.5-5.594v22.969c0 2.719-2.156 5.031-4.906 5.031h-12.187c-2.75 0-4.906-2.312-4.906-5.031v-12.344zM19.25 22.406l-2.75-2.812v-6.641c0-0.953-0.766-1.75-1.719-1.75h-7.562c-0.953 0-1.719 0.797-1.719 1.75v7.688c0 0.953 0.766 1.766 1.719 1.766h12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forumbee\" viewBox=\"0 0 24 28\">\n<title>forumbee</title>\n<path d=\"M14.594 2.344c-6.609 2.516-11.813 7.797-14.281 14.422-0.203-0.906-0.313-1.828-0.313-2.75 0-6.609 5.344-11.969 11.953-11.969 0.891 0 1.781 0.109 2.641 0.297zM18.797 4.203c0.969 0.672 1.828 1.484 2.562 2.422-8.094 2.359-14.422 8.719-16.734 16.828-0.922-0.719-1.75-1.563-2.422-2.531 2.328-8.031 8.578-14.344 16.594-16.719zM7.344 25.047c2.406-7.422 8.219-13.266 15.609-15.719 0.422 0.969 0.703 2 0.844 3.047-6.094 2.5-10.938 7.375-13.422 13.484-1.047-0.141-2.063-0.406-3.031-0.812zM24 25.953c-1.937-0.5-3.859-1.094-5.734-1.797-1.375 0.859-2.922 1.437-4.531 1.672 2.281-4.266 5.797-7.797 10.047-10.094-0.219 1.563-0.766 3.094-1.578 4.438 0.703 1.891 1.297 3.828 1.797 5.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leanpub\" viewBox=\"0 0 32 28\">\n<title>leanpub</title>\n<path d=\"M29.578 6.125l2.422 19.875c-1.453 0-2.703-0.297-4.016-0.891-1.953-0.891-3.984-1.422-6.141-1.422-2.219 0-4.266 0.734-5.844 2.312-1.578-1.578-3.625-2.312-5.844-2.312-2.156 0-4.188 0.531-6.141 1.422-1.266 0.562-2.547 0.891-3.938 0.891h-0.078l2.422-19.875c2.234-1.266 4.953-1.984 7.531-1.984 2.109 0 4.281 0.438 6.047 1.656 1.766-1.219 3.938-1.656 6.047-1.656 2.578 0 5.297 0.719 7.531 1.984zM21.844 21.547c2.969 0 5 0.797 7.688 1.906l-1.937-15.953c-1.75-0.797-3.828-1.219-5.75-1.219-2.188 0-4.234 0.688-5.844 2.203-1.609-1.516-3.656-2.203-5.844-2.203-1.922 0-4 0.422-5.75 1.219l-1.937 15.953c2.688-1.109 4.719-1.906 7.688-1.906 2.141 0 4.031 0.547 5.844 1.687 1.813-1.141 3.703-1.687 5.844-1.687zM22.469 21.016l-0.859-14.172c-2.25 0.047-4.031 0.812-5.609 2.422-1.641-1.672-3.5-2.422-5.844-2.422-1.75 0-3.625 0.359-5.25 1.031l-1.781 14.703c2.359-0.969 4.438-1.578 7.031-1.578 2.063 0 4.078 0.5 5.844 1.594 1.766-1.094 3.781-1.641 5.844-1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sellsy\" viewBox=\"0 0 32 28\">\n<title>sellsy</title>\n<path d=\"M23.438 21.422v-11.453c0-0.438-0.359-0.797-0.781-0.797h-1.453c-0.422 0-0.781 0.359-0.781 0.797v11.453c0 0.422 0.359 0.781 0.781 0.781h1.453c0.422 0 0.781-0.359 0.781-0.781zM19 21.422v-8.297c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v8.297c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM14.438 21.422v-6.703c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v6.703c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM9.875 21.422v-5.656c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v5.656c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM32 19.141c0 3.469-2.828 6.281-6.281 6.281h-19.437c-3.453 0-6.281-2.812-6.281-6.281 0-2.422 1.422-4.641 3.609-5.672-0.109-0.375-0.156-0.766-0.156-1.141 0-2.359 1.922-4.281 4.281-4.281 1.031 0 2.031 0.375 2.812 1.047 0.938-3.813 4.375-6.516 8.313-6.516 4.719 0 8.563 3.844 8.563 8.563 0 0.641-0.063 1.281-0.219 1.906 2.812 0.688 4.797 3.219 4.797 6.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shirtsinbulk\" viewBox=\"0 0 24 28\">\n<title>shirtsinbulk</title>\n<path d=\"M0 0h24v21.75l-12.125 5.281-11.875-5.281v-21.75zM22.437 20.734v-14.469h-20.875v14.469l10.328 4.594zM22.437 4.703v-3.141h-20.875v3.141h20.875zM2.828 9.359v1.797h-0.578v-1.797h0.578zM2.828 11.672v1.797h-0.578v-1.797h0.578zM2.828 13.984v1.797h-0.578v-1.797h0.578zM2.828 16.297v1.797h-0.578v-1.797h0.578zM2.828 18.609v1.797h-0.578v-1.797h0.578zM3.234 20.844l0.234-0.531 1.641 0.734-0.234 0.516zM5.359 21.781l0.234-0.531 1.641 0.719-0.234 0.531zM7.469 22.719l0.234-0.531 1.641 0.719-0.234 0.531zM9.594 23.641l0.234-0.516 1.625 0.719-0.234 0.531zM12.453 23.844l1.641-0.719 0.234 0.516-1.641 0.734zM14.562 22.906l1.641-0.719 0.234 0.531-1.641 0.719zM16.688 21.969l1.641-0.719 0.234 0.531-1.641 0.719zM18.797 21.047l1.641-0.734 0.234 0.531-1.641 0.719zM4.047 2.297v0.562h-1.781v-0.562h1.781zM6.578 2.297v0.562h-1.797v-0.562h1.797zM9.109 2.297v0.562h-1.797v-0.562h1.797zM11.625 2.297v0.562h-1.781v-0.562h1.781zM14.156 2.297v0.562h-1.781v-0.562h1.781zM16.688 2.297v0.562h-1.797v-0.562h1.797zM19.219 2.297v0.562h-1.797v-0.562h1.797zM21.734 2.297v0.562h-1.781v-0.562h1.781zM2.828 7.609v1.234h-0.578v-1.797h1.797v0.562h-1.219zM6.578 7.047v0.562h-1.797v-0.562h1.797zM9.109 7.047v0.562h-1.797v-0.562h1.797zM11.625 7.047v0.562h-1.781v-0.562h1.781zM14.156 7.047v0.562h-1.781v-0.562h1.781zM16.688 7.047v0.562h-1.797v-0.562h1.797zM19.219 7.047v0.562h-1.797v-0.562h1.797zM21.172 8.844v-1.234h-1.219v-0.562h1.797v1.797h-0.578zM21.172 11.156v-1.797h0.578v1.797h-0.578zM21.172 13.469v-1.797h0.578v1.797h-0.578zM21.172 15.781v-1.797h0.578v1.797h-0.578zM21.172 18.094v-1.797h0.578v1.797h-0.578zM21.172 20.406v-1.797h0.578v1.797h-0.578zM11.875 19.859c-2.688 0-4.891-2.188-4.891-4.891 0-2.688 2.203-4.891 4.891-4.891 2.703 0 4.891 2.203 4.891 4.891 0 2.703-2.188 4.891-4.891 4.891zM9.297 13.906c0 2.375 4.156 0.641 4.156 2.031 0 0.703-1.281 0.766-1.75 0.766-0.656 0-1.594-0.141-1.922-0.797h-0.047l-0.484 0.984c0.797 0.5 1.563 0.656 2.531 0.656 1.047 0 2.734-0.313 2.734-1.672 0-2.578-4.203-0.875-4.203-2.031 0-0.703 1.109-0.797 1.594-0.797 0.578 0 1.563 0.172 1.906 0.703h0.047l0.469-0.906c-0.812-0.328-1.469-0.641-2.375-0.641-1.078 0-2.656 0.344-2.656 1.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-simplybuilt\" viewBox=\"0 0 32 28\">\n<title>simplybuilt</title>\n<path d=\"M13.484 16.125c0-2.344-1.891-4.234-4.234-4.234-2.328 0-4.219 1.891-4.219 4.234 0 2.328 1.891 4.219 4.219 4.219 2.344 0 4.234-1.891 4.234-4.219zM26.969 16.109c0-2.328-1.891-4.219-4.219-4.219-2.344 0-4.234 1.891-4.234 4.219 0 2.344 1.891 4.234 4.234 4.234 2.328 0 4.219-1.891 4.219-4.234zM32 3.469v21.063c0 0.922-0.75 1.672-1.687 1.672h-28.625c-0.938 0-1.687-0.75-1.687-1.672v-21.063c0-0.922 0.75-1.672 1.687-1.672h6.734c0.922 0 1.687 0.75 1.687 1.672v2.516h11.781v-2.516c0-0.922 0.766-1.672 1.687-1.672h6.734c0.938 0 1.687 0.75 1.687 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skyatlas\" viewBox=\"0 0 32 28\">\n<title>skyatlas</title>\n<path d=\"M22.344 9.109c0 0-0.016-0.016 0 0v0zM26.406 12.297c3.031 0 5.594 2.266 5.594 5.359 0 3.297-2.625 5.719-5.875 5.719-8.297 0-9.828-12.484-17.984-12.484-3.156 0-5.453 2.016-5.453 5.25 0 3.344 2.5 5.359 5.734 5.359 2.125 0 4.547-0.891 6.266-2.125 0.281-0.203 0.844-0.812 1.141-0.812s0.547 0.25 0.547 0.547c0 0.391-0.656 0.953-0.938 1.203-2.047 1.781-5.016 3.063-7.734 3.063-4.172 0-7.703-2.953-7.703-7.25s3.375-7.453 7.641-7.453c9.266 0 11.125 12.297 18.094 12.297 2.094 0 3.672-1.359 3.672-3.5 0-1.984-1.531-3.484-3.5-3.484-0.875 0-1.75 0.578-2.344 0.578-0.422 0-0.797-0.359-0.797-0.781 0-0.578 0.266-1.188 0.266-1.813 0-3.328-2.547-5.734-5.844-5.734-2.656 0-4 1.844-4.438 1.844-0.313 0-0.562-0.25-0.562-0.562 0-0.281 0.203-0.516 0.391-0.719 1.266-1.437 3.234-2.188 5.141-2.188 3.969 0 6.953 2.922 6.953 6.891 0 0.344-0.016 0.688-0.063 1.031 0.594-0.156 1.203-0.234 1.797-0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-plus\" viewBox=\"0 0 26 28\">\n<title>cart-plus</title>\n<path d=\"M19 11c0-0.547-0.453-1-1-1h-2v-2c0-0.547-0.453-1-1-1s-1 0.453-1 1v2h-2c-0.547 0-1 0.453-1 1s0.453 1 1 1h2v2c0 0.547 0.453 1 1 1s1-0.453 1-1v-2h2c0.547 0 1-0.453 1-1zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-arrow-down\" viewBox=\"0 0 26 28\">\n<title>cart-arrow-down</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-0.266 0-0.516 0.109-0.703 0.297l-2.297 2.281v-4.578c0-0.547-0.453-1-1-1s-1 0.453-1 1v4.578l-2.297-2.281c-0.187-0.187-0.438-0.297-0.703-0.297-0.547 0-1 0.453-1 1 0 0.266 0.109 0.516 0.297 0.703l4 4c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l4-4c0.187-0.187 0.297-0.438 0.297-0.703zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-diamond\" viewBox=\"0 0 32 28\">\n<title>diamond</title>\n<path d=\"M3.313 12l9.734 10.391-4.688-10.391h-5.047zM16 24.063l5.453-12.063h-10.906zM8.406 10l3.187-6h-4.094l-4.5 6h5.406zM18.953 22.391l9.734-10.391h-5.047zM10.672 10h10.656l-3.187-6h-4.281zM23.594 10h5.406l-4.5-6h-4.094zM25.797 2.406l6 8c0.297 0.375 0.266 0.922-0.063 1.281l-15 16c-0.187 0.203-0.453 0.313-0.734 0.313s-0.547-0.109-0.734-0.313l-15-16c-0.328-0.359-0.359-0.906-0.063-1.281l6-8c0.187-0.266 0.484-0.406 0.797-0.406h18c0.313 0 0.609 0.141 0.797 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ship\" viewBox=\"0 0 32 28\">\n<title>ship</title>\n<path d=\"M28.297 24.297c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297zM3.703 23.703c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1-1v-4.578l-3.281-4.906c-0.359-0.547-0.109-1.297 0.516-1.516l2.766-0.906v-4.672h2v-2h4v-2h4v2h4v2h2v4.672l2.766 0.906c0.625 0.219 0.875 0.969 0.516 1.516l-3.281 4.906v4.578l0.297-0.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297zM10 6v2l6-2 6 2v-2h-2v-2h-8v2h-2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-secret\" viewBox=\"0 0 22 28\">\n<title>user-secret</title>\n<path d=\"M9 24l1.5-7-1.5-2-2-1zM13 24l2-10-2 1-1.5 2zM15.5 8.219c-0.016-0.031-0.031-0.063-0.063-0.094-0.141-0.109-1.266-0.125-1.5-0.125-0.891 0-1.734 0.125-2.609 0.297-0.109 0.031-0.219 0.031-0.328 0.031s-0.219 0-0.328-0.031c-0.875-0.172-1.719-0.297-2.609-0.297-0.234 0-1.359 0.016-1.5 0.125-0.031 0.031-0.047 0.063-0.063 0.094 0.016 0.141 0.031 0.281 0.063 0.422 0.094 0.125 0.172 0.078 0.234 0.266 0.406 1.109 0.594 1.969 2 1.969 2.016 0 1.453-1.859 2.109-1.859h0.187c0.656 0 0.094 1.859 2.109 1.859 1.406 0 1.594-0.859 2-1.969 0.063-0.187 0.141-0.141 0.234-0.266 0.031-0.141 0.047-0.281 0.063-0.422zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-2.828 0.5-7.109 3.406-8.516l-1.406-3.437h3.344c-0.219-0.641-0.344-1.313-0.344-2 0-0.172 0.016-0.344 0.031-0.5-0.609-0.125-3.031-0.625-3.031-1.5 0-0.922 2.656-1.422 3.281-1.547 0.328-1.172 1.109-2.953 1.906-3.875 0.313-0.359 0.703-0.578 1.188-0.578 0.938 0 1.687 0.969 2.625 0.969s1.687-0.969 2.625-0.969c0.484 0 0.875 0.219 1.188 0.578 0.797 0.922 1.578 2.703 1.906 3.875 0.625 0.125 3.281 0.625 3.281 1.547 0 0.875-2.422 1.375-3.031 1.5 0.078 0.844-0.031 1.687-0.313 2.5h3.344l-1.281 3.516c2.797 1.453 3.281 5.656 3.281 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-motorcycle\" viewBox=\"0 0 36 28\">\n<title>motorcycle</title>\n<path d=\"M35.953 16.188c0.5 4.391-3.078 8.078-7.438 7.797-3.344-0.219-6.125-2.891-6.469-6.234-0.25-2.375 0.688-4.516 2.281-5.953l-1.109-1.672c-1.969 1.641-3.219 4.094-3.219 6.844 0 0.562-0.438 1.031-1 1.031h-5.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c0.828 0 1.625 0.156 2.375 0.422l0.375-0.703c-1.203-1.078-2.781-1.719-4.75-1.719h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h2c3.5 0 5.281 1.437 6 2h9.797l-1.328-2h-3.469c-0.609 0-1.094-0.547-0.984-1.172 0.078-0.484 0.547-0.828 1.031-0.828h3.953c0.328 0 0.641 0.172 0.828 0.438l1.094 1.641 1.781-1.781c0.187-0.187 0.453-0.297 0.719-0.297h1.578c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-2.797l1.797 2.688c1.266-0.609 2.734-0.859 4.297-0.562 2.984 0.547 5.313 3.047 5.656 6.062zM7 22c2.422 0 4.438-1.719 4.906-4h-4.906c-0.344 0-0.672-0.187-0.859-0.484-0.172-0.297-0.187-0.672-0.016-0.984l2.297-4.328c-0.453-0.125-0.922-0.203-1.422-0.203-2.75 0-5 2.25-5 5s2.25 5 5 5zM29 22c2.75 0 5-2.25 5-5s-2.25-5-5-5c-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-street-view\" viewBox=\"0 0 22 28\">\n<title>street-view</title>\n<path d=\"M22 24c0 2.75-5.703 4-11 4s-11-1.25-11-4c0-2.125 3.172-3.125 5.828-3.578 0.547-0.094 1.062 0.266 1.156 0.812s-0.266 1.062-0.812 1.156c-3.219 0.562-4.125 1.437-4.172 1.625 0.156 0.531 3.156 1.984 9 1.984s8.844-1.453 9-2.016c-0.047-0.156-0.953-1.031-4.172-1.594-0.547-0.094-0.906-0.609-0.812-1.156s0.609-0.906 1.156-0.812c2.656 0.453 5.828 1.453 5.828 3.578zM16 10v6c0 0.547-0.453 1-1 1h-1v6c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-6h-1c-0.547 0-1-0.453-1-1v-6c0-1.109 0.891-2 2-2h6c1.109 0 2 0.891 2 2zM14.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heartbeat\" viewBox=\"0 0 28 28\">\n<title>heartbeat</title>\n<path d=\"M20 16h4.766c-0.187 0.203-0.313 0.313-0.344 0.344l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.031-0.016-0.156-0.125-0.328-0.313h5.766c0.453 0 0.859-0.313 0.969-0.75l1.094-4.391 2.969 10.422c0.125 0.422 0.516 0.719 0.969 0.719v0c0.438 0 0.828-0.297 0.953-0.719l2.281-7.578 0.875 1.75c0.172 0.328 0.516 0.547 0.891 0.547zM28 9.312c0 1.797-0.781 3.437-1.609 4.688h-5.766l-1.734-3.453c-0.172-0.359-0.578-0.578-0.969-0.547-0.422 0.047-0.766 0.313-0.875 0.719l-2.016 6.719-3.063-10.719c-0.125-0.422-0.516-0.719-0.984-0.719-0.453 0-0.844 0.313-0.953 0.75l-1.813 7.25h-6.609c-0.828-1.25-1.609-2.891-1.609-4.688 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus\" viewBox=\"0 0 18 28\">\n<title>venus</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.25 3.719-7.734 7.938-8.203 5.437-0.609 10.031 3.625 10.031 8.937zM2 9c0 3.859 3.141 7 7 7s7-3.141 7-7-3.141-7-7-7-7 3.141-7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars\" viewBox=\"0 0 24 28\">\n<title>mars</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-5.969 5.984c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l5.969-5.969h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mercury\" viewBox=\"0 0 18 28\">\n<title>mercury</title>\n<path d=\"M12.969 4.937c2.969 1.469 5.031 4.531 5.031 8.062 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-3.531 2.063-6.594 5.031-8.062-1.641-0.953-2.922-2.453-3.563-4.266-0.125-0.328 0.125-0.672 0.469-0.672h1.078c0.203 0 0.375 0.125 0.453 0.313 0.906 2.172 3.047 3.687 5.531 3.687s4.625-1.516 5.531-3.687c0.078-0.187 0.25-0.313 0.578-0.313h0.953c0.344 0 0.594 0.344 0.469 0.672-0.641 1.813-1.922 3.313-3.563 4.266zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-intersex\" viewBox=\"0 0 22 28\">\n<title>intersex</title>\n<path d=\"M16 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.719-0.516-8.359-4.719-7.969-9.656 0.328-4.25 3.703-7.734 7.922-8.219 2.531-0.297 4.875 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-transgender-alt\" viewBox=\"0 0 26 28\">\n<title>transgender-alt</title>\n<path d=\"M20 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-2.125 0.75-4.078 1.969-5.609l-0.812-0.828-1.578 1.734c-0.187 0.203-0.5 0.219-0.703 0.047l-0.75-0.688c-0.203-0.172-0.219-0.5-0.031-0.703l1.641-1.797-1.734-1.75v2.094c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.5c0-0.547 0.453-1 1-1h4.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.078l1.656 1.672 1.344-1.469c0.187-0.203 0.5-0.219 0.703-0.047l0.75 0.688c0.203 0.172 0.219 0.5 0.031 0.703l-1.406 1.547 0.891 0.875c1.531-1.219 3.484-1.969 5.609-1.969s4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM13 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-double\" viewBox=\"0 0 28 28\">\n<title>venus-double</title>\n<path d=\"M27.969 8.266c0.391 4.953-3.234 9.156-7.969 9.672v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-8v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.297 3.797-7.812 8.078-8.219 2.188-0.219 4.234 0.359 5.891 1.469 1.656-1.109 3.703-1.687 5.891-1.469 4.281 0.406 7.734 3.922 8.078 8.219zM14 13.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM9 16c1.234 0 2.391-0.328 3.406-0.891-1.5-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1.016-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7s3.141 7 7 7zM18 22v-4.062c-1.469-0.156-2.828-0.688-4-1.469-1.172 0.781-2.531 1.313-4 1.469v4.062h8zM19 16c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.391 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.906 4.5-2.406 6.109c1.016 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-double\" viewBox=\"0 0 30 28\">\n<title>mars-double</title>\n<path d=\"M24 6.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.797-3.75 6.781-7.562 7.313-4.469 0.625-8.422-2.047-9.781-5.938-4.937-0.25-8.828-4.5-8.5-9.578 0.281-4.281 3.672-7.844 7.938-8.328 2.516-0.297 4.859 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c0.625 0.781 1.109 1.672 1.453 2.641 1.937 0.094 3.703 0.812 5.125 1.937l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM16 13c0-0.313-0.031-0.609-0.063-0.906-3.359 0.516-5.938 3.406-5.938 6.906 0 0.313 0.031 0.609 0.063 0.906 3.359-0.516 5.938-3.406 5.938-6.906zM2 13c0 3.531 2.641 6.453 6.047 6.922-0.031-0.297-0.047-0.609-0.047-0.922 0-4.406 3.187-8.078 7.391-8.844-1.094-2.453-3.547-4.156-6.391-4.156-3.859 0-7 3.141-7 7zM17 26c3.859 0 7-3.141 7-7 0-3.531-2.641-6.453-6.047-6.922 0.031 0.297 0.047 0.609 0.047 0.922 0 4.406-3.187 8.078-7.391 8.844 1.094 2.453 3.547 4.156 6.391 4.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-mars\" viewBox=\"0 0 31 28\">\n<title>venus-mars</title>\n<path d=\"M26 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.75-3.703 6.734-7.469 7.297-2.375 0.359-4.609-0.219-6.391-1.406-1.172 0.781-2.531 1.297-4 1.453v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.906-0.547-8.641-5.047-7.906-10.219 0.531-3.891 3.625-7.016 7.5-7.609 2.391-0.359 4.625 0.219 6.406 1.406 1.437-0.953 3.156-1.516 5-1.516 2.125 0 4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM14 17.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM2 13c0 3.859 3.141 7 7 7 1.234 0 2.406-0.328 3.406-0.891-1.484-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7zM19 20c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.406 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.922 4.5-2.406 6.109c1 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke\" viewBox=\"0 0 24 28\">\n<title>mars-stroke</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-3.328 3.344 2.188 2.188c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.188-2.203-1.219 1.234c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l1.219-1.219-2.688-2.688c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.688 2.688 3.328-3.328h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-v\" viewBox=\"0 0 18 28\">\n<title>mars-stroke-v</title>\n<path d=\"M10 10.063c4.5 0.5 8 4.312 8 8.937 0 5.313-4.594 9.547-10.031 8.937-4.219-0.469-7.594-3.953-7.938-8.203-0.391-4.953 3.234-9.156 7.969-9.672v-2.063h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.5v-2.578l-1.437 1.437c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l3.156-3.141c0.391-0.391 1.016-0.391 1.406 0l3.156 3.141c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-1.437-1.437v2.578h2.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.5v2.063zM9 26c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-h\" viewBox=\"0 0 30 28\">\n<title>mars-stroke-h</title>\n<path d=\"M29.703 14.297c0.391 0.391 0.391 1.016 0 1.406l-4.594 4.594c-0.187 0.203-0.516 0.203-0.703 0l-0.703-0.703c-0.203-0.187-0.203-0.516 0-0.703l2.891-2.891h-4.594v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-2.063c-0.5 4.5-4.312 8-8.937 8-5.313 0-9.547-4.594-8.937-10.031 0.469-4.219 3.953-7.594 8.203-7.938 4.953-0.391 9.156 3.234 9.672 7.969h2.063v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5h4.594l-2.891-2.891c-0.203-0.187-0.203-0.516 0-0.703l0.703-0.703c0.187-0.203 0.516-0.203 0.703 0zM9 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-neuter\" viewBox=\"0 0 18 28\">\n<title>neuter</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v9.562c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9.562c-4.5-0.5-8-4.312-8-8.937 0-4.969 4.031-9 9-9s9 4.031 9 9zM9 16c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-genderless\" viewBox=\"0 0 18 28\">\n<title>genderless</title>\n<path d=\"M16 15c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM18 15c0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9 9 4.031 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-official\" viewBox=\"0 0 24 28\">\n<title>facebook-official</title>\n<path d=\"M22.672 2c0.734 0 1.328 0.594 1.328 1.328v21.344c0 0.734-0.594 1.328-1.328 1.328h-6.109v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-11.484c-0.734 0-1.328-0.594-1.328-1.328v-21.344c0-0.734 0.594-1.328 1.328-1.328h21.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-p\" viewBox=\"0 0 20 28\">\n<title>pinterest-p</title>\n<path d=\"M0 9.328c0-5.766 5.281-9.328 10.625-9.328 4.906 0 9.375 3.375 9.375 8.547 0 4.859-2.484 10.25-8.016 10.25-1.313 0-2.969-0.656-3.609-1.875-1.188 4.703-1.094 5.406-3.719 9l-0.219 0.078-0.141-0.156c-0.094-0.984-0.234-1.953-0.234-2.938 0-3.187 1.469-7.797 2.188-10.891-0.391-0.797-0.5-1.766-0.5-2.641 0-1.578 1.094-3.578 2.875-3.578 1.313 0 2.016 1 2.016 2.234 0 2.031-1.375 3.938-1.375 5.906 0 1.344 1.109 2.281 2.406 2.281 3.594 0 4.703-5.187 4.703-7.953 0-3.703-2.625-5.719-6.172-5.719-4.125 0-7.313 2.969-7.313 7.156 0 2.016 1.234 3.047 1.234 3.531 0 0.406-0.297 1.844-0.812 1.844-0.078 0-0.187-0.031-0.266-0.047-2.234-0.672-3.047-3.656-3.047-5.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-whatsapp\" viewBox=\"0 0 24 28\">\n<title>whatsapp</title>\n<path d=\"M15.391 15.219c0.266 0 2.812 1.328 2.922 1.516 0.031 0.078 0.031 0.172 0.031 0.234 0 0.391-0.125 0.828-0.266 1.188-0.359 0.875-1.813 1.437-2.703 1.437-0.75 0-2.297-0.656-2.969-0.969-2.234-1.016-3.625-2.75-4.969-4.734-0.594-0.875-1.125-1.953-1.109-3.031v-0.125c0.031-1.031 0.406-1.766 1.156-2.469 0.234-0.219 0.484-0.344 0.812-0.344 0.187 0 0.375 0.047 0.578 0.047 0.422 0 0.5 0.125 0.656 0.531 0.109 0.266 0.906 2.391 0.906 2.547 0 0.594-1.078 1.266-1.078 1.625 0 0.078 0.031 0.156 0.078 0.234 0.344 0.734 1 1.578 1.594 2.141 0.719 0.688 1.484 1.141 2.359 1.578 0.109 0.063 0.219 0.109 0.344 0.109 0.469 0 1.25-1.516 1.656-1.516zM12.219 23.5c5.406 0 9.812-4.406 9.812-9.812s-4.406-9.812-9.812-9.812-9.812 4.406-9.812 9.812c0 2.063 0.656 4.078 1.875 5.75l-1.234 3.641 3.781-1.203c1.594 1.047 3.484 1.625 5.391 1.625zM12.219 1.906c6.5 0 11.781 5.281 11.781 11.781s-5.281 11.781-11.781 11.781c-1.984 0-3.953-0.5-5.703-1.469l-6.516 2.094 2.125-6.328c-1.109-1.828-1.687-3.938-1.687-6.078 0-6.5 5.281-11.781 11.781-11.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-server\" viewBox=\"0 0 28 28\">\n<title>server</title>\n<path d=\"M2 22h16v-2h-16v2zM2 14h16v-2h-16v2zM26.5 21c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM2 6h16v-2h-16v2zM26.5 13c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM28 18v6h-28v-6h28zM28 10v6h-28v-6h28zM28 2v6h-28v-6h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-plus\" viewBox=\"0 0 32 28\">\n<title>user-plus</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM26 16h5.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v5.5c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-5.5h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-5.5c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5v5.5zM14.5 19.5c0 1.094 0.906 2 2 2h4v3.719c-0.766 0.562-1.734 0.781-2.672 0.781h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.531 1.172 3.016 1.906 4.984 1.906s3.453-0.734 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 1.328 0 2.5 0.5 3.391 1.5h-3.484c-1.094 0-2 0.906-2 2v3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-times\" viewBox=\"0 0 32 28\">\n<title>user-times</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM27.828 19l3.891 3.891c0.094 0.094 0.141 0.219 0.141 0.359 0 0.125-0.047 0.25-0.141 0.344l-2.125 2.125c-0.094 0.094-0.219 0.141-0.344 0.141-0.141 0-0.266-0.047-0.359-0.141l-3.891-3.891-3.891 3.891c-0.094 0.094-0.219 0.141-0.359 0.141-0.125 0-0.25-0.047-0.344-0.141l-2.125-2.125c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l3.891-3.891-3.891-3.891c-0.094-0.094-0.141-0.219-0.141-0.359 0-0.125 0.047-0.25 0.141-0.344l2.125-2.125c0.094-0.094 0.219-0.141 0.344-0.141 0.141 0 0.266 0.047 0.359 0.141l3.891 3.891 3.891-3.891c0.094-0.094 0.219-0.141 0.359-0.141 0.125 0 0.25 0.047 0.344 0.141l2.125 2.125c0.094 0.094 0.141 0.219 0.141 0.344 0 0.141-0.047 0.266-0.141 0.359zM20.047 19l-2.828 2.828c-0.375 0.375-0.578 0.891-0.578 1.422 0 0.516 0.203 1.031 0.578 1.406l1.297 1.297c-0.219 0.031-0.453 0.047-0.688 0.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.5 1.188 3.031 1.906 4.984 1.906s3.484-0.719 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 0.297 0 0.594 0.031 0.891 0.094-0.516 0.5-0.844 0.906-0.844 1.656 0 0.531 0.203 1.047 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bed\" viewBox=\"0 0 32 28\">\n<title>bed</title>\n<path d=\"M4 16h27c0.547 0 1 0.453 1 1v7h-4v-4h-24v4h-4v-19c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v11zM13 11c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM32 15v-1c0-3.313-2.688-6-6-6h-11c-0.547 0-1 0.453-1 1v6h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viacoin\" viewBox=\"0 0 24 28\">\n<title>viacoin</title>\n<path d=\"M24 0l-3 7h3v3h-4.281l-0.859 2h5.141v3h-6.422l-5.578 13-5.578-13h-6.422v-3h5.141l-0.859-2h-4.281v-3h3l-3-7h4l5.047 12h5.906l5.047-12h4zM12 19l1.687-4h-3.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-train\" viewBox=\"0 0 24 28\">\n<title>train</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM12 21c1.656 0 3-1.344 3-3s-1.344-3-3-3-3 1.344-3 3 1.344 3 3 3zM21 12v-8h-18v8h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subway\" viewBox=\"0 0 24 28\">\n<title>subway</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM4.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM11 12v-8h-8.5v8h8.5zM19.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM22 12v-8h-9v8h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medium\" viewBox=\"0 0 28 28\">\n<title>medium</title>\n<path d=\"M9.328 6.578v18.328c0 0.484-0.234 0.938-0.766 0.938-0.187 0-0.359-0.047-0.516-0.125l-7.266-3.641c-0.438-0.219-0.781-0.781-0.781-1.25v-17.813c0-0.391 0.187-0.75 0.609-0.75 0.25 0 0.469 0.125 0.688 0.234l7.984 4c0.016 0.016 0.047 0.063 0.047 0.078zM10.328 8.156l8.344 13.531-8.344-4.156v-9.375zM28 8.437v16.469c0 0.516-0.297 0.875-0.812 0.875-0.266 0-0.516-0.078-0.734-0.203l-6.891-3.437zM27.953 6.563c0 0.063-8.078 13.172-8.703 14.172l-6.094-9.906 5.063-8.234c0.172-0.281 0.484-0.438 0.812-0.438 0.141 0 0.281 0.031 0.406 0.094l8.453 4.219c0.031 0.016 0.063 0.047 0.063 0.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-y-combinator\" viewBox=\"0 0 24 28\">\n<title>y-combinator</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 2v24h-24v-24h24z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-optin-monster\" viewBox=\"0 0 36 28\">\n<title>optin-monster</title>\n<path d=\"M7.469 26.172c-0.156 0.328-0.609 0.781-1 0.938-0.547 0.187-1.219-0.172-1.25-0.547-0.031-0.484 1.172-1.359 1.687-1.453 0.5-0.094 0.734 0.656 0.562 1.062zM28.422 26.172c0.141 0.328 0.594 0.781 1 0.938 0.531 0.187 1.219-0.172 1.234-0.547 0.047-0.484-1.172-1.359-1.687-1.453-0.484-0.094-0.719 0.656-0.547 1.062zM29.172 24.469c0.281 0.562 1.391 1.391 2.094 1.578 0.953 0.266 1.859-0.187 1.859-0.859 0-1.031-1.953-2.406-2.859-2.5-0.859-0.109-1.422 1.109-1.094 1.781zM6.687 24.469c-0.281 0.562-1.375 1.391-2.078 1.578-0.953 0.266-1.859-0.187-1.859-0.859 0-1.031 1.953-2.406 2.859-2.5 0.859-0.109 1.422 1.109 1.078 1.781zM18.094 6.906h0.016c-0.422 0-0.828 0.078-1.188 0.234 0.547 0.172 0.953 0.672 0.953 1.25 0 0.734-0.641 1.328-1.437 1.328-0.531 0-1-0.281-1.25-0.672-0.047 0.219-0.078 0.422-0.078 0.656 0 1.547 1.328 2.797 2.984 2.797s3-1.25 3-2.797-1.344-2.797-3-2.797zM22.844 3.5c-2.063-2.266-4.703-2.766-7.281-1.359 1.453-3.25 7.063-2.812 7.281 1.359zM34.563 22.859c0.078 0.109-0.016 0.391-0.172 0.656 0.063 0.203 0.109 0.406 0.109 0.625 0.047 1.828-2.562 3.703-4.25 3.766-1 0.047-2-0.484-2.469-1.359-6.563 0.234-13.125 0.281-19.672 0-0.484 0.875-1.484 1.391-2.484 1.359-1.672-0.063-4.281-1.937-4.25-3.766 0.016-0.219 0.047-0.422 0.109-0.625-0.156-0.266-0.25-0.547-0.172-0.656 0.063-0.094 0.266-0.094 0.484-0.016 0.187-0.297 0.406-0.547 0.641-0.797-0.063-0.266-0.063-0.5 0.031-0.594 0.109-0.094 0.359-0.063 0.609 0.063 0.266-0.187 0.578-0.375 0.922-0.531 0-0.281 0.078-0.5 0.203-0.578 0.187-0.094 0.516-0.031 0.797 0.25 0.328-0.047 0.656-0.047 0.953 0.031 0.203 0.047 0.406 0.156 0.594 0.297v-1.141c-0.094 0-0.172 0-0.281-0.031-1.016-0.187-2.125-0.891-2.375-2.063-0.094-0.391-0.094-0.812 0-1.266 0.187-0.781 0.859-1.234 1.453-1.484 0.047-0.344 0.469-0.812 0.859-0.922 0.438-0.109 0.719 0.266 0.812 0.594h0.203c0.281 0.031 0.734 0.094 0.938 0.359 0.031 0.031 0.063 0.078 0.078 0.109 0.313-0.031 0.641-0.078 0.953-0.109-0.141-0.109-0.297-0.203-0.469-0.266-0.297-0.516-0.797-0.641-1.422-0.672 0-0.047 0-0.094 0.016-0.156-1.141-0.031-2.547-0.328-3.172-1.031-0.719-0.797-0.844-2.156-0.703-3.187 0.125-1.016 0.547-2.188 1.406-2.797 0.484-0.328 1.25-0.047 1.313 0.562 0.031 0.266 0.078 1.172 0.328 1.313 0.281 0.141 0.734 0.203 1.188 0.187 0.469-0.453 0.969-0.844 1.531-1.156-0.859-0.078-1.672 0.094-2.531 0.219l0.734-0.719c0.719-0.688 1.672-1.281 2.547-1.734 1.359-0.688 2.891-1.203 4.406-1.344-1.078-0.453-2.312-0.688-3.453-0.953 4.422-0.938 10.094-1.281 14.125 2.172 1.047 0.891 1.875 2.094 2.469 3.469 0.641 0.078 1.453 0.094 1.891-0.141h0.016c0.25-0.141 0.297-1.031 0.328-1.313 0.063-0.594 0.828-0.891 1.313-0.547 0.859 0.609 1.281 1.781 1.422 2.781 0.125 1.031 0.016 2.391-0.719 3.187-0.625 0.703-1.984 1.016-3.109 1.047v0.156c-0.641 0.016-1.172 0.141-1.484 0.672-0.172 0.063-0.328 0.156-0.484 0.266 0.328 0.031 0.656 0.078 0.969 0.109 0.016-0.047 0.047-0.094 0.078-0.125 0.219-0.25 0.672-0.328 0.938-0.359h0.203c0.094-0.313 0.391-0.688 0.812-0.594s0.812 0.578 0.859 0.922c0.625 0.25 1.281 0.703 1.453 1.484 0.109 0.469 0.094 0.875 0.016 1.266-0.266 1.172-1.375 1.891-2.391 2.063-0.078 0.016-0.187 0.031-0.266 0.031 0 0.391 0 0.766-0.016 1.141 0.187-0.141 0.375-0.25 0.594-0.297 0.297-0.078 0.625-0.078 0.953-0.031 0.281-0.281 0.625-0.344 0.797-0.25 0.125 0.078 0.219 0.297 0.219 0.578 0.328 0.156 0.656 0.344 0.922 0.531 0.25-0.125 0.484-0.156 0.594-0.063 0.094 0.094 0.109 0.328 0.031 0.594 0.234 0.25 0.469 0.516 0.641 0.797 0.219-0.078 0.406-0.078 0.484 0.016zM30.266 7.984c0 0.359-0.078 0.672-0.141 0.844 1 0.391 1.516 1.281 1.75 2.063 0.063-0.609-0.156-2.281-0.797-2.953-0.422-0.422-0.812-0.297-0.812 0.047zM29.047 9.547v0c0.75 0.906 0.984 2.406 0.734 3.641 0.625-0.125 1.188-0.359 1.516-0.703 0.109-0.125 0.219-0.281 0.281-0.438-0.063-1.234-0.594-2.469-1.719-2.828-0.187 0.187-0.531 0.281-0.812 0.328v0zM28.469 9.609c-0.219 0-0.469 0-0.688-0.016 0.438 1.188 0.719 2.469 0.828 3.734 0.203 0 0.438-0.016 0.672-0.047 0.344-1.406-0.016-2.984-0.812-3.672zM4.031 10.891c0.234-0.781 0.75-1.672 1.75-2.063-0.063-0.172-0.141-0.484-0.141-0.844 0-0.344-0.406-0.469-0.812-0.047-0.656 0.672-0.859 2.344-0.797 2.953zM4.594 12.484c0.328 0.359 0.891 0.578 1.516 0.703-0.25-1.234-0.016-2.734 0.734-3.641v0 0 0c-0.281-0.047-0.625-0.141-0.812-0.328-1.125 0.359-1.641 1.594-1.719 2.828 0.078 0.156 0.172 0.313 0.281 0.438zM7.359 13.328c0.141-1.281 0.531-2.531 1.141-3.672-0.297 0.063-0.578 0.172-0.859 0.281l-0.703 0.297v-0.016c-0.422 0.812-0.578 1.984-0.313 3.063 0.266 0.031 0.5 0.047 0.734 0.047zM22.406 13.937v0c0.203 1.031 0.281 2.063 0.438 3.094 0.063 0.359 0.172 0.438 0.516 0.266 0.922-0.469 1.313-2.266 1.328-3.297-0.75-0.047-1.516-0.047-2.281-0.063zM18 3.922c-2.422 0-4.406 1.969-4.406 4.391 0 2.438 1.984 4.406 4.406 4.406s4.406-1.969 4.406-4.406c0-2.422-1.984-4.391-4.406-4.391zM21.562 13.906c-1.094-0.016-2.203-0.016-3.297 0v-0.016c-0.016 0.297 0.016 2.203 0.25 2.375 0.641 0.313 2.281 0.266 2.953 0.063 0.313-0.094 0.141-2.141 0.094-2.422zM17.375 17.016c0.266-0.141 0.141-2.625 0.078-3.109v-0.016c-1.125 0.016-2.234 0.016-3.344 0.047-0.109 0.531-0.266 2.828 0.109 2.984 0.75 0.328 2.406 0.297 3.156 0.094zM11.219 14.063c-0.313 1.141 0.016 2.609 1.281 3.172 0.313 0.141 0.5 0.141 0.562-0.25 0.109-0.5 0.141-2.125 0.281-3.016v0c-0.703 0.016-1.422 0.047-2.125 0.094zM9.234 16.031c0.031 0.281-0.219 0.453-0.531 0.562 2.531 2.719 5.359 4.953 9.016 6.156 3.906-1.109 6.687-3.469 9.438-6.188-0.281-0.109-0.5-0.297-0.469-0.531 0.016-0.063 0.031-0.094 0.047-0.141v0 0c-0.516-0.047-1.031-0.109-1.531-0.156-0.547 1.906-2.078 3.063-2.703 1.828-0.156-0.297-0.203-0.672-0.266-0.969-0.219 0.484-0.766 0.469-1.422 0.516-0.766 0.063-1.828 0.078-2.547-0.172-0.172 0.75-0.641 0.75-1.547 0.828-0.812 0.078-2.812 0.234-3.172-0.625-0.063 1.656-2.031 0.578-2.609-0.406-0.187-0.328-0.313-0.656-0.406-1.016-0.453 0.047-0.906 0.094-1.359 0.156 0.031 0.047 0.047 0.109 0.063 0.156zM7.922 25.844c0.031-0.141 0.047-0.297 0.047-0.469-0.328-1.344-1.078-2.875-1.937-3.125-1.297-0.391-3.984 1.359-3.828 3.156 0.734 1.125 2.312 2.063 3.422 2.109 1.031 0.047 2.078-0.641 2.297-1.672zM7.969 23.172c0.187 0.516 0.375 1.203 0.422 1.859 1.937-1.125 4-2.063 6.125-2.719-2.234-1.188-3.938-2.766-5.625-4.453-0.125 0.078-0.297 0.141-0.453 0.203-0.016 0.047-0.016 0.094-0.031 0.141 0.266 0.156 0.453 0.344 0.344 0.578-0.125 0.234-0.5 0.438-0.875 0.531-0.125 0.156-0.297 0.281-0.453 0.375h-0.016c-0.016 0.781-0.016 1.563 0.016 2.344 0.219 0.391 0.406 0.797 0.547 1.141zM9.047 25.766c5.969 0.234 11.937 0.203 17.891 0-2.125-1.234-4.281-2.391-6.687-3.063-0.797 0.359-1.609 0.656-2.438 0.891-0.125 0.047-0.125 0.047-0.25 0-0.688-0.219-1.344-0.469-2.016-0.766-2.328 0.672-4.469 1.687-6.5 2.938h-0.016v0.016c0.016 0 0.016 0 0.016-0.016zM27.547 25.047c0.047-0.656 0.25-1.359 0.438-1.875 0.125-0.344 0.297-0.734 0.516-1.109l-0.016 0.016c0.031-0.797 0.047-1.594 0.047-2.391-0.172-0.094-0.328-0.234-0.469-0.391-0.375-0.078-0.75-0.297-0.875-0.516-0.109-0.234 0.078-0.438 0.344-0.594-0.016-0.031-0.031-0.094-0.031-0.141-0.172-0.047-0.313-0.109-0.438-0.187-1.828 1.703-3.781 3.281-5.984 4.438 2.25 0.672 4.391 1.625 6.469 2.75zM33.672 25.406c0.172-1.797-2.516-3.547-3.828-3.156-0.844 0.25-1.609 1.781-1.937 3.125 0 0.172 0.016 0.328 0.047 0.469 0.219 1.031 1.266 1.719 2.297 1.672 1.109-0.047 2.688-0.984 3.422-2.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opencart\" viewBox=\"0 0 43 28\">\n<title>opencart</title>\n<path d=\"M23.812 24.391c0 1.422-1.141 2.562-2.562 2.562s-2.578-1.141-2.578-2.562 1.156-2.578 2.578-2.578 2.562 1.156 2.562 2.578zM12.109 24.391c0 1.422-1.156 2.562-2.578 2.562s-2.562-1.141-2.562-2.562 1.141-2.578 2.562-2.578 2.578 1.156 2.578 2.578zM0 1.047c4.609 4.859 8.937 5.578 25.937 5.578s9.531 3.781-0.969 13.156c3.328-5.781 14.766-10.906-3.984-10.625-17.984 0.266-19.047-5.203-20.984-8.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expeditedssl\" viewBox=\"0 0 28 28\">\n<title>expeditedssl</title>\n<path d=\"M14 1c-7.172 0-13 5.828-13 13s5.828 13 13 13 13-5.828 13-13-5.828-13-13-13zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM7.75 13c0.141 0 0.25 0.109 0.25 0.25v7.5c0 0.141-0.109 0.25-0.25 0.25h-0.5c-0.141 0-0.25-0.109-0.25-0.25v-7.5c0-0.141 0.109-0.25 0.25-0.25h0.5zM14 14c1.109 0 2 0.891 2 2 0 0.734-0.406 1.375-1 1.719v1.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2zM14 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM8.5 9.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-1.937 1.563-3.5 3.5-3.5s3.5 1.563 3.5 3.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5zM22 21v-8c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery\" viewBox=\"0 0 36 28\">\n<title>battery</title>\n<path d=\"M30 8v12h-26v-12h26zM32 17h2v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5zM36 11v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-3\" viewBox=\"0 0 36 28\">\n<title>battery-3</title>\n<path d=\"M4 20v-12h20v12h-20zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-2\" viewBox=\"0 0 36 28\">\n<title>battery-2</title>\n<path d=\"M4 20v-12h14v12h-14zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-1\" viewBox=\"0 0 36 28\">\n<title>battery-1</title>\n<path d=\"M4 20v-12h8v12h-8zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-0\" viewBox=\"0 0 36 28\">\n<title>battery-0</title>\n<path d=\"M34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mouse-pointer\" viewBox=\"0 0 18 28\">\n<title>mouse-pointer</title>\n<path d=\"M17.703 16.297c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-5.969l3.141 7.438c0.219 0.516-0.031 1.094-0.531 1.313l-2.766 1.172c-0.516 0.219-1.094-0.031-1.313-0.531l-2.984-7.063-4.875 4.875c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-23.5c0-0.406 0.25-0.766 0.625-0.922 0.109-0.047 0.25-0.078 0.375-0.078 0.266 0 0.516 0.094 0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-i-cursor\" viewBox=\"0 0 14 28\">\n<title>i-cursor</title>\n<path d=\"M13 2c-3.313 0-5 1.172-5 3.5v6.5h2v2h-2v8.5c0 2.328 1.687 3.5 5 3.5h1v2h-1c-2.812 0-4.875-0.812-6-2.281-1.125 1.469-3.187 2.281-6 2.281h-1v-2h1c3.313 0 5-1.172 5-3.5v-8.5h-2v-2h2v-6.5c0-2.328-1.687-3.5-5-3.5h-1v-2h1c2.812 0 4.875 0.812 6 2.281 1.125-1.469 3.187-2.281 6-2.281h1v2h-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-group\" viewBox=\"0 0 32 28\">\n<title>object-group</title>\n<path d=\"M32 6h-2v16h2v6h-6v-2h-20v2h-6v-6h2v-16h-2v-6h6v2h20v-2h6v6zM28 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 26v-2h-2v2h2zM26 24v-2h2v-16h-2v-2h-20v2h-2v16h2v2h20zM30 26v-2h-2v2h2zM20 10h6v12h-14v-4h-6v-12h14v4zM8 16h10v-8h-10v8zM24 20v-8h-4v6h-6v2h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-ungroup\" viewBox=\"0 0 36 28\">\n<title>object-ungroup</title>\n<path d=\"M36 12h-2v10h2v6h-6v-2h-14v2h-6v-6h2v-2h-6v2h-6v-6h2v-10h-2v-6h6v2h14v-2h6v6h-2v2h6v-2h6v6zM32 8v2h2v-2h-2zM22 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 20v-2h-2v2h2zM24 18h-2v2h2v-2zM6 18h14v-2h2v-10h-2v-2h-14v2h-2v10h2v2zM14 26v-2h-2v2h2zM34 26v-2h-2v2h2zM32 22v-10h-2v-2h-6v6h2v6h-6v-2h-6v2h2v2h14v-2h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note\" viewBox=\"0 0 24 28\">\n<title>sticky-note</title>\n<path d=\"M16 19.5v6.5h-14.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5v14.5h-6.5c-0.828 0-1.5 0.672-1.5 1.5zM18 20h5.953c-0.141 0.75-0.547 1.594-1.016 2.063l-2.875 2.875c-0.469 0.469-1.313 0.875-2.063 1.016v-5.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note-o\" viewBox=\"0 0 24 28\">\n<title>sticky-note-o</title>\n<path d=\"M21.875 20h-3.875v3.875c0.266-0.094 0.531-0.234 0.641-0.344l2.891-2.891c0.109-0.109 0.25-0.375 0.344-0.641zM17.5 18h4.5v-14h-20v20h14v-4.5c0-0.828 0.672-1.5 1.5-1.5zM24 3.5v16c0 0.828-0.484 1.984-1.062 2.562l-2.875 2.875c-0.578 0.578-1.734 1.062-2.562 1.062h-16c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-jcb\" viewBox=\"0 0 36 28\">\n<title>cc-jcb</title>\n<path d=\"M30.484 15.594c0 0.562-0.375 0.969-0.844 1.062-0.063 0.016-0.203 0.031-0.281 0.031h-2.391v-2.188h2.391c0.078 0 0.219 0.016 0.281 0.031 0.469 0.094 0.844 0.516 0.844 1.062zM30.203 12.266c0 0.547-0.375 0.906-0.828 0.984-0.047 0.016-0.156 0.016-0.234 0.016h-2.172v-2.016h2.172c0.078 0 0.187 0.016 0.234 0.016 0.453 0.078 0.828 0.453 0.828 1zM11.375 14.828v-4.813h-3.563v4.813c0 1.172-0.797 2.047-2.234 2.047-1.219 0-2.422-0.359-3.578-0.922v1.75c1.875 0.516 4.25 0.516 4.25 0.516 3.969 0 5.125-1.516 5.125-3.391zM22.531 17.703v-1.766c-0.812 0.422-1.844 0.828-3.125 0.922-2.25 0.172-3.594-0.922-3.594-2.859s1.344-3.031 3.594-2.859c1.281 0.094 2.297 0.484 3.125 0.906v-1.75c-1.672-0.422-3.25-0.484-3.25-0.484-5.5-0.25-7.063 1.922-7.063 4.188s1.563 4.438 7.063 4.188c0 0 1.578-0.063 3.25-0.484zM34 15.906c0-1.156-1.031-1.906-2.375-2v-0.047c1.219-0.172 1.891-0.969 1.891-1.891 0-1.188-0.984-1.875-2.312-1.937-0.094 0-0.266-0.016-0.406-0.016h-7.109v7.969h7.672c1.516 0 2.641-0.812 2.641-2.078zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-diners-club\" viewBox=\"0 0 36 28\">\n<title>cc-diners-club</title>\n<path d=\"M13.406 19.391v-10.828c-2.172 0.844-3.719 2.953-3.719 5.422s1.547 4.578 3.719 5.406zM21.281 13.984c0-2.469-1.547-4.578-3.719-5.422v10.844c2.172-0.844 3.719-2.953 3.719-5.422zM24.641 13.984c0 5.047-4.094 9.156-9.156 9.156-5.047 0-9.156-4.109-9.156-9.156 0-5.063 4.109-9.156 9.156-9.156 5.063 0 9.156 4.094 9.156 9.156zM30.625 14.094c0-5.969-4.984-10.094-10.453-10.094h-4.703c-5.531 0-10.094 4.125-10.094 10.094 0 5.453 4.562 9.906 10.094 9.906h4.703c5.469 0 10.453-4.453 10.453-9.906zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clone\" viewBox=\"0 0 28 28\">\n<title>clone</title>\n<path d=\"M26 25.5v-17c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5zM28 8.5v17c0 1.375-1.125 2.5-2.5 2.5h-17c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5zM22 2.5v2.5h-2v-2.5c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h2.5v2h-2.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-balance-scale\" viewBox=\"0 0 34 28\">\n<title>balance-scale</title>\n<path d=\"M27 7l-6 11h12zM7 7l-6 11h12zM19.828 4c-0.297 0.844-0.984 1.531-1.828 1.828v20.172h9.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-21c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9.5v-20.172c-0.844-0.297-1.531-0.984-1.828-1.828h-7.672c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h7.672c0.422-1.172 1.516-2 2.828-2s2.406 0.828 2.828 2h7.672c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-7.672zM17 4.25c0.688 0 1.25-0.562 1.25-1.25s-0.562-1.25-1.25-1.25-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25zM34 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484v0zM14 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-o\" viewBox=\"0 0 24 28\">\n<title>hourglass-o</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-3.156 1.188-6.344 5.359-6.344 11.062h16c0-5.703-3.187-9.875-6.344-11.062-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-1\" viewBox=\"0 0 24 28\">\n<title>hourglass-1</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 0.688 0.047 1.359 0.141 2h15.719c0.094-0.641 0.141-1.313 0.141-2zM20 26c0-5.609-3.094-9.75-6.203-11h-3.594c-3.109 1.25-6.203 5.391-6.203 11h16z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-2\" viewBox=\"0 0 24 28\">\n<title>hourglass-2</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 2.281 0.516 4.297 1.328 6h13.344c0.812-1.703 1.328-3.719 1.328-6zM19.109 21c-1.156-3.016-3.234-5.156-5.313-6h-3.594c-2.078 0.844-4.156 2.984-5.313 6h14.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-3\" viewBox=\"0 0 24 28\">\n<title>hourglass-3</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-1.344 0.5-2.703 1.563-3.813 3.063h10.938c-1.109-1.5-2.469-2.562-3.813-3.063-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass\" viewBox=\"0 0 24 28\">\n<title>hourglass</title>\n<path d=\"M23.5 25c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23zM2.031 24c0.297-5.266 4.594-8.094 7.469-10-2.875-1.906-7.172-4.734-7.469-10h19.938c-0.297 5.266-4.594 8.094-7.469 10 2.875 1.906 7.172 4.734 7.469 10h-19.938zM23.5 0c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-grab-o\" viewBox=\"0 0 24 28\">\n<title>hand-grab-o</title>\n<path d=\"M12 6c-1.109 0-2 0.891-2 2v2h-0.5v-1.453c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v6.703l-0.5-0.469v-2.688c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v3.5c0 0.484 0.203 0.938 0.547 1.281l4.844 4.625c0.453 0.453 0.609 0.969 0.609 1.594 0 0.547 0.453 1 1 1h10c0.547 0 1-0.453 1-1v-0.391c0-0.406 0.047-0.812 0.156-1.203l1.687-6.813c0.109-0.391 0.156-0.797 0.156-1.203v-3.844c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v0.5h-0.5v-1.953c0-0.828-0.562-1.594-1.391-1.766-0.109-0.016-0.234-0.031-0.359-0.031-0.969 0-1.75 0.781-1.75 1.75v2h-0.5v-1.906c0-1.047-0.75-1.969-1.797-2.078-0.078-0.016-0.141-0.016-0.203-0.016zM12 4c0.844 0 1.656 0.266 2.328 0.781 0.578-0.344 1.25-0.531 1.922-0.531 1.234 0 2.375 0.594 3.078 1.609 0.297-0.078 0.609-0.109 0.922-0.109 2.094 0 3.75 1.719 3.75 3.797v3.844c0 0.562-0.078 1.141-0.203 1.687l-1.703 6.813c-0.094 0.375-0.094 0.734-0.094 1.109 0 1.656-1.344 3-3 3h-10c-1.781 0-3-1.422-3-3.141l-4.813-4.625c-0.734-0.703-1.188-1.703-1.188-2.734v-3.5c0-2.063 1.687-3.75 3.75-3.75 0.094 0 0.172 0 0.25 0.016 0.125-1.984 1.781-3.516 3.75-3.516 0.531 0 1.047 0.109 1.531 0.328 0.734-0.703 1.703-1.078 2.719-1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-paper-o\" viewBox=\"0 0 26 28\">\n<title>hand-paper-o</title>\n<path d=\"M13.75 2c-0.969 0-1.75 0.781-1.75 1.75v10.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v12.25l-2.406-3.203c-0.375-0.5-0.969-0.797-1.594-0.797-1.109 0-2 0.906-2 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h10.75c0.719 0 1.344-0.516 1.484-1.219l1.188-6.328c0.047-0.297 0.078-0.609 0.078-0.922v-7.781c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v4.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v8.25h-0.5v-10.25c0-0.969-0.781-1.75-1.75-1.75zM13.75 0c1.406 0 2.703 0.797 3.344 2.063 0.219-0.047 0.438-0.063 0.656-0.063 2.063 0 3.75 1.687 3.75 3.75v0.266c2.172-0.125 4 1.547 4 3.734v7.781c0 0.438-0.047 0.875-0.125 1.297l-1.188 6.312c-0.297 1.656-1.75 2.859-3.437 2.859h-10.75c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.203 1.781-4 4-4 0.656 0 1.453 0.156 2 0.531v-6.781c0-2.063 1.687-3.75 3.75-3.75 0.219 0 0.438 0.016 0.656 0.063 0.641-1.266 1.937-2.063 3.344-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-scissors-o\" viewBox=\"0 0 28 28\">\n<title>hand-scissors-o</title>\n<path d=\"M16.766 26h-2.766c-1.625 0-2.859-0.703-3.531-2.203-0.234-0.5-0.359-1.047-0.359-1.594v-0.078c-1.281-0.625-2.109-1.937-2.109-3.375 0-0.172 0-0.594 0.078-0.75h-4.078c-2.203 0-4-1.797-4-4s1.797-4 4-4h1.766l-0.688-0.266c-1.547-0.578-2.578-2.078-2.578-3.734 0-2.203 1.797-4 4-4 0.484 0 0.969 0.094 1.422 0.266l9.812 3.734h6.266c2.203 0 4 1.797 4 4v10.437c0 1.844-1.25 3.437-3.031 3.875l-5.297 1.328c-0.938 0.234-1.922 0.359-2.906 0.359zM16 14.891l-2.422 1.109-2.547 1.156c-0.625 0.281-1.031 0.906-1.031 1.594 0 0.969 0.781 1.75 1.75 1.75 0.25 0 0.5-0.047 0.719-0.156l5.281-2.406c-1.016-0.219-1.75-1.141-1.75-2.188v-0.859zM21 19.75c0-0.969-0.781-1.75-1.75-1.75-0.25 0-0.5 0.047-0.719 0.156l-4.531 2.063c-0.938 0.422-1.891 0.797-1.891 1.984 0 1.031 0.719 1.781 1.766 1.781 0.187 0 0.438-0.063 0.594-0.141l5.5-2.5c0.625-0.281 1.031-0.906 1.031-1.594zM17.375 8l-10.156-3.875c-0.234-0.078-0.469-0.125-0.719-0.125-1.094 0-2 0.891-2 2 0 0.828 0.516 1.578 1.281 1.875l8.219 3.125v1h-10c-1.109 0-2 0.891-2 2s0.891 2 2 2h8.359l3.641-1.656v-3.094c0-0.625 0.266-1.234 0.719-1.656l1.734-1.594h-1.078zM16.766 24c0.812 0 1.641-0.094 2.422-0.297l5.297-1.328c0.891-0.219 1.516-1.016 1.516-1.937v-10.437c0-1.109-0.891-2-2-2h-4.813l-2.125 1.969c-0.359 0.328-0.562 0.797-0.562 1.281v4.625c0 0.969 0.797 1.687 1.75 1.687 0.969 0 1.75-0.859 1.75-1.813v-3.25h0.5v3.25c0 0.703-0.344 1.359-0.891 1.781 1.094 0.172 1.891 1.125 1.891 2.219 0 0.875-0.516 1.687-1.313 2.047l-4.844 2.203h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-lizard-o\" viewBox=\"0 0 32 28\">\n<title>hand-lizard-o</title>\n<path d=\"M17.984 0c1.266 0 2.484 0.609 3.234 1.641l8.937 12.203c1.203 1.625 1.844 3.578 1.844 5.609v5.547c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-2.766l-4.469-2.234h-8.531c-1.656 0-3-1.344-3-3v-0.5c0-2.484 2.016-4.5 4.5-4.5h6.563l0.656-2h-10.719c-2.078 0-3.813-1.594-3.984-3.656-0.656-0.797-1.016-1.813-1.016-2.844v-0.5c0-1.656 1.344-3 3-3h14.984zM30 25v-5.547c0-1.578-0.516-3.156-1.453-4.438l-8.953-12.203c-0.375-0.5-0.969-0.812-1.609-0.812h-14.984c-0.547 0-1 0.453-1 1 0 0.828 0.016 1.406 0.562 2.078 0.203-0.641 0.781-1.078 1.437-1.078h13v0.5h-13c-0.547 0-1 0.453-1 1 0 0.297-0.016 0.609 0.047 0.906 0.172 0.922 1.016 1.594 1.953 1.594h11.422c0.828 0 1.5 0.672 1.5 1.5 0 0.156-0.031 0.328-0.078 0.469l-1 3c-0.203 0.609-0.781 1.031-1.422 1.031h-6.922c-1.375 0-2.5 1.125-2.5 2.5v0.5c0 0.547 0.453 1 1 1h8.766c0.156 0 0.313 0.031 0.453 0.109l4.953 2.469c0.5 0.266 0.828 0.781 0.828 1.344v3.078c0 0.547 0.453 1 1 1h6c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-spock-o\" viewBox=\"0 0 30 28\">\n<title>hand-spock-o</title>\n<path d=\"M7.172 28c-1.609 0-3-1.094-3.391-2.656l-1.578-6.266c-0.125-0.547-0.203-1.125-0.203-1.687 0-0.359 0-0.703-0.078-1.047l-1.813-7.453c-0.078-0.297-0.109-0.594-0.109-0.891 0-1.937 1.469-3.531 3.391-3.734 0.344-1.766 1.859-3.016 3.672-3.016 1.734 0 3.234 1.188 3.641 2.875l1.297 5.437 1.609-6.687c0.406-1.687 1.906-2.875 3.641-2.875 1.859 0 3.391 1.344 3.687 3.156 1.922 0.219 3.313 1.844 3.313 3.766 0 0.297-0.047 0.609-0.109 0.922l-1.922 8c1.25-0.938 2.156-1.844 3.797-1.844 2.172 0 3.984 1.766 3.984 3.953 0 1.313-0.641 2.531-1.672 3.313l-7.922 5.938c-0.688 0.516-1.531 0.797-2.391 0.797h-10.844zM17.25 2c-0.797 0-1.5 0.562-1.687 1.344l-2.562 10.656h-1.984l-2.266-9.406c-0.187-0.781-0.891-1.344-1.687-1.344-1 0-1.75 0.797-1.75 1.766 0 0.156 0.016 0.297 0.047 0.438l2.063 8.547h-0.406l-1.547-6.375c-0.187-0.766-0.891-1.375-1.703-1.375-0.969 0-1.766 0.781-1.766 1.75 0 0.141 0.016 0.281 0.047 0.406l1.813 7.469c0.219 0.906 0.063 1.813 0.297 2.719l1.563 6.266c0.172 0.672 0.766 1.141 1.453 1.141h10.844c0.422 0 0.844-0.141 1.188-0.406l7.922-5.922c0.531-0.406 0.875-1.047 0.875-1.719 0-1.094-0.906-1.953-1.984-1.953-0.438 0-0.859 0.141-1.203 0.406l-4.797 3.594v-3.547c0-0.125 2.016-8.406 2.172-9.078 0.031-0.141 0.063-0.297 0.063-0.453 0-0.969-0.734-1.797-1.734-1.797-0.812 0-1.516 0.562-1.703 1.344l-1.813 7.531h-0.406l2.344-9.75c0.031-0.141 0.047-0.297 0.047-0.438 0-0.984-0.719-1.813-1.734-1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-pointer-o\" viewBox=\"0 0 26 28\">\n<title>hand-pointer-o</title>\n<path d=\"M10 2c-1.109 0-2 0.891-2 2v14l-2.359-3.156c-0.391-0.516-1.016-0.844-1.672-0.844-1.094 0-1.969 0.922-1.969 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h11.219c0.453 0 0.859-0.313 0.969-0.75l1.437-5.75c0.25-1 0.375-2.016 0.375-3.031v-3.391c0-0.828-0.641-1.578-1.5-1.578-0.828 0-1.5 0.672-1.5 1.5h-0.5v-0.953c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v1h-0.5v-1.406c0-1.125-0.859-2.094-2-2.094-1.109 0-2 0.891-2 2v1.5h-0.5v-8.906c0-1.125-0.859-2.094-2-2.094zM10 0c2.234 0 4 1.875 4 4.094v3.437c0.172-0.016 0.328-0.031 0.5-0.031 1.016 0 1.969 0.391 2.703 1.078 0.484-0.219 1.016-0.328 1.547-0.328 1.125 0 2.172 0.5 2.875 1.359 0.297-0.078 0.578-0.109 0.875-0.109 1.969 0 3.5 1.641 3.5 3.578v3.391c0 1.172-0.141 2.359-0.438 3.516l-1.437 5.75c-0.328 1.328-1.531 2.266-2.906 2.266h-11.219c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.188 1.781-4 3.969-4 0.719 0 1.422 0.187 2.031 0.547v-8.547c0-2.203 1.797-4 4-4zM12 22v-6h-0.5v6h0.5zM16 22v-6h-0.5v6h0.5zM20 22v-6h-0.5v6h0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-peace-o\" viewBox=\"0 0 24 28\">\n<title>hand-peace-o</title>\n<path d=\"M20.125 10.109c0.578 0 1.156 0.109 1.672 0.359 1.5 0.672 2.203 1.906 2.203 3.531v2.766c0 0.984-0.125 1.969-0.359 2.906l-1.328 5.297c-0.438 1.781-2.031 3.031-3.875 3.031h-10.437c-2.203 0-4-1.797-4-4v-6.266l-3.734-9.812c-0.172-0.453-0.266-0.938-0.266-1.422 0-2.203 1.797-4 4-4 1.656 0 3.156 1.031 3.734 2.578l0.266 0.688v-1.766c0-2.203 1.797-4 4-4s4 1.797 4 4v4.078c0.25-0.047 0.5-0.078 0.75-0.078 1.437 0 2.75 0.828 3.375 2.109zM16.75 10c-0.688 0-1.313 0.406-1.594 1.031l-1.156 2.547-1.109 2.422h0.859c1.047 0 1.969 0.734 2.188 1.75l2.406-5.281c0.109-0.219 0.156-0.469 0.156-0.719 0-0.969-0.781-1.75-1.75-1.75zM20.203 12.109c-1.188 0-1.563 0.953-1.984 1.891l-2.063 4.531c-0.109 0.219-0.156 0.469-0.156 0.719 0 0.969 0.781 1.75 1.75 1.75 0.688 0 1.313-0.406 1.594-1.031l2.5-5.5c0.078-0.156 0.141-0.406 0.141-0.594 0-1.047-0.75-1.766-1.781-1.766zM2 6.5c0 0.25 0.047 0.484 0.125 0.719l3.875 10.156v1.078l1.594-1.734c0.422-0.453 1.031-0.719 1.656-0.719h3.094l1.656-3.641v-8.359c0-1.109-0.891-2-2-2s-2 0.891-2 2v10h-1l-3.125-8.219c-0.297-0.766-1.047-1.281-1.875-1.281-1.109 0-2 0.906-2 2zM18.438 26c0.922 0 1.719-0.625 1.937-1.516l1.328-5.297c0.203-0.781 0.297-1.609 0.297-2.422v-1.422l-2.203 4.844c-0.359 0.797-1.172 1.313-2.047 1.313-1.094 0-2.047-0.797-2.219-1.891-0.422 0.547-1.078 0.891-1.781 0.891h-3.25v-0.5h3.25c0.953 0 1.813-0.781 1.813-1.75 0-0.953-0.719-1.75-1.687-1.75h-4.625c-0.484 0-0.953 0.203-1.281 0.562l-1.969 2.125v4.813c0 1.109 0.891 2 2 2h10.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trademark\" viewBox=\"0 0 31 28\">\n<title>trademark</title>\n<path d=\"M13.391 8.5v1.828c0 0.266-0.234 0.484-0.5 0.484h-4.656v12.688c0 0.281-0.219 0.5-0.484 0.5h-2.109c-0.281 0-0.5-0.219-0.5-0.5v-12.688h-4.641c-0.281 0-0.5-0.219-0.5-0.484v-1.828c0-0.281 0.219-0.5 0.5-0.5h12.391c0.266 0 0.5 0.219 0.5 0.5zM29.609 8.453l1.203 15.016c0.016 0.141-0.031 0.266-0.125 0.375-0.094 0.094-0.219 0.156-0.359 0.156h-2.094c-0.25 0-0.469-0.203-0.484-0.453l-0.719-9.188-2.953 6.641c-0.078 0.187-0.25 0.297-0.453 0.297h-1.875c-0.187 0-0.359-0.109-0.453-0.297l-2.938-6.672-0.703 9.219c-0.016 0.25-0.234 0.453-0.484 0.453h-2.109c-0.141 0-0.266-0.063-0.359-0.156-0.094-0.109-0.141-0.234-0.141-0.375l1.219-15.016c0.016-0.25 0.234-0.453 0.484-0.453h2.219c0.203 0 0.375 0.125 0.453 0.297l3.437 8.125c0.109 0.25 0.219 0.531 0.313 0.797 0.109-0.266 0.203-0.547 0.313-0.797l3.453-8.125c0.078-0.172 0.25-0.297 0.453-0.297h2.203c0.266 0 0.484 0.203 0.5 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-registered\" viewBox=\"0 0 28 28\">\n<title>registered</title>\n<path d=\"M16.281 10.984c0-0.906-0.313-1.547-0.938-1.891-0.313-0.172-0.75-0.281-1.828-0.281h-1.922v4.391h2.531c1.375 0 2.156-0.812 2.156-2.219zM17.094 15.437l3.203 5.828c0.078 0.156 0.078 0.344-0.016 0.484-0.078 0.156-0.25 0.25-0.422 0.25h-2.375c-0.187 0-0.359-0.094-0.438-0.266l-3.031-5.703h-2.422v5.469c0 0.281-0.219 0.5-0.5 0.5h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h4.594c1.641 0 2.359 0.141 2.969 0.375 1.766 0.656 2.859 2.391 2.859 4.516 0 1.922-0.953 3.547-2.469 4.297 0.047 0.078 0.094 0.156 0.141 0.25zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-creative-commons\" viewBox=\"0 0 28 28\">\n<title>creative-commons</title>\n<path d=\"M9.453 19.266c2.562 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.047-0.562l-0.703-1.281c-0.063-0.141-0.219-0.234-0.375-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.297 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.078 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM19.297 19.266c2.578 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.063-0.562l-0.703-1.281c-0.078-0.141-0.219-0.234-0.391-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.313 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.063 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg\" viewBox=\"0 0 32 28\">\n<title>gg</title>\n<path d=\"M11.5 12.5l6 6-6 6-10.5-10.5 10.5-10.5 2.625 2.625-1.5 1.5-1.125-1.125-7.5 7.5 7.5 7.5 3.016-3.016-4.516-4.484zM20.5 3.5l10.5 10.5-10.5 10.5-2.625-2.625 1.5-1.5 1.125 1.125 7.5-7.5-7.5-7.5-3.016 3.016 4.516 4.484-1.5 1.5-6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg-circle\" viewBox=\"0 0 28 28\">\n<title>gg-circle</title>\n<path d=\"M11.203 21.156l4.234-4.234-4.359-4.359-1.375 1.375 3 2.984-1.5 1.5-4.359-4.359 4.359-4.359 0.625 0.625 1.359-1.359-1.984-2-7.094 7.094zM16.797 21.031l7.094-7.094-7.094-7.094-4.234 4.234 4.359 4.359 1.375-1.375-3-2.984 1.5-1.5 4.359 4.359-4.359 4.359-0.625-0.625-1.359 1.375zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tripadvisor\" viewBox=\"0 0 36 28\">\n<title>tripadvisor</title>\n<path d=\"M10.172 15.578c0 0.812-0.656 1.469-1.453 1.469-0.812 0-1.469-0.656-1.469-1.469 0-0.797 0.656-1.453 1.469-1.453 0.797 0 1.453 0.656 1.453 1.453zM28.203 15.563c0 0.812-0.656 1.469-1.469 1.469s-1.469-0.656-1.469-1.469 0.656-1.453 1.469-1.453 1.469 0.641 1.469 1.453zM11.953 15.578c0-1.656-1.359-3.016-3.016-3.016-1.672 0-3.016 1.359-3.016 3.016 0 1.672 1.344 3.016 3.016 3.016 1.656 0 3.016-1.344 3.016-3.016zM29.969 15.563c0-1.656-1.344-3.016-3.016-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.016-1.344 3.016-3.016zM13.281 15.578c0 2.406-1.937 4.359-4.344 4.359s-4.359-1.953-4.359-4.359c0-2.391 1.953-4.344 4.359-4.344s4.344 1.953 4.344 4.344zM31.313 15.563c0 2.406-1.953 4.344-4.359 4.344-2.391 0-4.344-1.937-4.344-4.344s1.953-4.344 4.344-4.344c2.406 0 4.359 1.937 4.359 4.344zM16.25 15.609c0-3.984-3.234-7.219-7.219-7.219-3.969 0-7.203 3.234-7.203 7.219s3.234 7.219 7.203 7.219c3.984 0 7.219-3.234 7.219-7.219zM26.688 6.656c-2.578-1.125-5.484-1.734-8.687-1.734s-6.391 0.609-8.953 1.719c4.953 0.016 8.953 4.016 8.953 8.969 0-4.859 3.859-8.813 8.687-8.953zM34.172 15.609c0-3.984-3.219-7.219-7.203-7.219s-7.219 3.234-7.219 7.219 3.234 7.219 7.219 7.219 7.203-3.234 7.203-7.219zM30.016 6.766h5.984c-0.938 1.094-1.625 2.562-1.797 3.578 1.078 1.484 1.719 3.297 1.719 5.266 0 4.953-4.016 8.953-8.953 8.953-2.812 0-5.313-1.281-6.953-3.297 0 0-0.734 0.875-2.016 2.797-0.219-0.453-1.328-2.031-2-2.812-1.641 2.031-4.156 3.313-6.969 3.313-4.937 0-8.953-4-8.953-8.953 0-1.969 0.641-3.781 1.719-5.266-0.172-1.016-0.859-2.484-1.797-3.578h5.703c3.063-2.047 7.516-3.328 12.297-3.328s8.953 1.281 12.016 3.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki\" viewBox=\"0 0 20 28\">\n<title>odnoklassniki</title>\n<path d=\"M10 14.172c-3.906 0-7.094-3.172-7.094-7.078 0-3.922 3.187-7.094 7.094-7.094s7.094 3.172 7.094 7.094c0 3.906-3.187 7.078-7.094 7.078zM10 3.594c-1.922 0-3.484 1.563-3.484 3.5 0 1.922 1.563 3.484 3.484 3.484s3.484-1.563 3.484-3.484c0-1.937-1.563-3.5-3.484-3.5zM18.172 15.031c0.688 1.406-0.094 2.078-1.875 3.234-1.5 0.953-3.563 1.328-4.922 1.469l1.141 1.125 4.172 4.172c0.625 0.641 0.625 1.672 0 2.297l-0.187 0.203c-0.641 0.625-1.672 0.625-2.312 0-1.047-1.062-2.578-2.594-4.172-4.188l-4.172 4.188c-0.641 0.625-1.672 0.625-2.297 0l-0.187-0.203c-0.641-0.625-0.641-1.656 0-2.297 1.062-1.062 2.578-2.594 4.172-4.172l1.125-1.125c-1.344-0.141-3.437-0.5-4.953-1.469-1.781-1.156-2.562-1.828-1.875-3.234 0.406-0.797 1.516-1.469 2.984-0.313 0 0 1.984 1.578 5.187 1.578s5.187-1.578 5.187-1.578c1.469-1.156 2.578-0.484 2.984 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki-square\" viewBox=\"0 0 24 28\">\n<title>odnoklassniki-square</title>\n<path d=\"M14.484 9.063c0 1.375-1.109 2.484-2.484 2.484s-2.484-1.109-2.484-2.484 1.109-2.484 2.484-2.484 2.484 1.109 2.484 2.484zM17.828 14.734c-0.281-0.562-1.078-1.047-2.125-0.219 0 0-1.422 1.125-3.703 1.125s-3.703-1.125-3.703-1.125c-1.047-0.828-1.844-0.344-2.125 0.219-0.5 1 0.063 1.484 1.328 2.312 1.078 0.688 2.578 0.953 3.531 1.047l-0.797 0.812c-1.125 1.125-2.219 2.219-2.984 2.969-0.453 0.453-0.453 1.188 0 1.641l0.141 0.141c0.453 0.453 1.188 0.453 1.641 0l2.984-2.984c1.125 1.141 2.219 2.234 2.984 2.984 0.453 0.453 1.188 0.453 1.641 0l0.141-0.141c0.453-0.453 0.453-1.188 0-1.641l-2.984-2.969-0.812-0.812c0.969-0.094 2.438-0.359 3.516-1.047 1.266-0.828 1.828-1.313 1.328-2.312zM17.063 9.063c0-2.797-2.266-5.063-5.063-5.063s-5.063 2.266-5.063 5.063 2.266 5.063 5.063 5.063 5.063-2.266 5.063-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-get-pocket\" viewBox=\"0 0 27 28\">\n<title>get-pocket</title>\n<path d=\"M24.453 2c1.359 0 2.422 1.094 2.422 2.438v8.109c0 7.484-5.984 13.453-13.422 13.453-7.469 0-13.453-5.969-13.453-13.453v-8.109c0-1.328 1.109-2.438 2.438-2.438h22.016zM13.453 18.625c0.469 0 0.938-0.187 1.281-0.516l6.312-6.062c0.359-0.344 0.578-0.828 0.578-1.328 0-1.016-0.828-1.844-1.844-1.844-0.484 0-0.938 0.187-1.281 0.516l-5.047 4.844-5.047-4.844c-0.344-0.328-0.797-0.516-1.266-0.516-1.016 0-1.844 0.828-1.844 1.844 0 0.5 0.203 0.984 0.562 1.328l6.328 6.062c0.328 0.328 0.797 0.516 1.266 0.516z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wikipedia-w\" viewBox=\"0 0 36 28\">\n<title>wikipedia-w</title>\n<path d=\"M23.344 25.609l-4.609-10.859c-1.828 3.578-3.844 7.313-5.578 10.859-0.016 0.016-0.844 0-0.844-0.016-2.641-6.172-5.406-12.297-8.047-18.484-0.641-1.5-2.781-3.938-4.25-3.922 0-0.172-0.016-0.562-0.016-0.797h9.109v0.781c-1.078 0.063-2.969 0.75-2.438 1.922 1.234 2.797 5.828 13.516 7.063 16.234 0.844-1.672 3.25-6.141 4.234-8.031-0.781-1.594-3.297-7.531-4.094-9-0.547-1-2.031-1.094-3.141-1.109v-0.781l8.016 0.016v0.734c-1.094 0.031-2.141 0.438-1.656 1.469 1.062 2.25 1.719 3.828 2.703 5.891 0.313-0.609 1.953-3.906 2.703-5.672 0.5-1.156-0.219-1.609-2.172-1.656 0.016-0.203 0-0.578 0.016-0.766 2.5-0.016 6.25-0.016 6.922-0.031v0.766c-1.266 0.047-2.578 0.719-3.266 1.781l-3.328 6.906c0.359 0.906 3.563 8.031 3.891 8.813l6.891-15.891c-0.484-1.297-2.047-1.578-2.656-1.594v-0.781l7.187 0.063 0.016 0.031-0.016 0.688c-1.578 0.047-2.531 0.891-3.141 2.266-1.406 3.25-5.812 13.5-8.734 20.172h-0.766z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-safari\" viewBox=\"0 0 28 28\">\n<title>safari</title>\n<path d=\"M14.828 13.953c0 0.516-0.359 1-0.906 1-0.516 0-1-0.375-1-0.906 0-0.516 0.375-1 0.922-1 0.5 0 0.984 0.359 0.984 0.906zM15.062 14.859l5.469-9.078c-0.734 0.688-7.578 6.984-7.766 7.313l-5.453 9.063c0.719-0.672 7.578-7 7.75-7.297zM25.172 14c0 2.047-0.562 4.062-1.625 5.797-0.156-0.078-0.812-0.547-0.938-0.547-0.109 0-0.203 0.094-0.203 0.203 0 0.203 0.734 0.578 0.922 0.688-1.547 2.344-3.938 4.031-6.656 4.703l-0.25-1.047c-0.016-0.141-0.109-0.156-0.234-0.156-0.109 0-0.172 0.156-0.156 0.234l0.25 1.062c-0.75 0.156-1.516 0.234-2.281 0.234-2.047 0-4.062-0.578-5.812-1.641 0.094-0.156 0.688-1.016 0.688-1.141 0-0.109-0.094-0.203-0.203-0.203-0.219 0-0.688 0.938-0.828 1.125-2.359-1.563-4.062-3.984-4.719-6.75l1.078-0.234c0.125-0.031 0.156-0.125 0.156-0.234s-0.156-0.172-0.25-0.156l-1.062 0.234c-0.141-0.719-0.219-1.437-0.219-2.172 0-2.094 0.594-4.156 1.703-5.922 0.156 0.094 0.906 0.609 1.031 0.609 0.109 0 0.203-0.078 0.203-0.187 0-0.219-0.828-0.641-1.016-0.766 1.594-2.328 4.016-4 6.766-4.625l0.234 1.047c0.031 0.125 0.125 0.156 0.234 0.156s0.172-0.156 0.156-0.25l-0.234-1.031c0.688-0.125 1.391-0.203 2.094-0.203v0c2.094 0 4.141 0.594 5.922 1.703-0.109 0.156-0.609 0.891-0.609 1.016 0 0.109 0.078 0.203 0.187 0.203 0.219 0 0.641-0.812 0.75-1 2.312 1.563 3.969 3.953 4.609 6.672l-0.875 0.187c-0.141 0.031-0.156 0.125-0.156 0.25 0 0.109 0.156 0.172 0.234 0.156l0.891-0.203c0.141 0.719 0.219 1.453 0.219 2.187zM26.5 14c0-6.906-5.594-12.5-12.5-12.5s-12.5 5.594-12.5 12.5 5.594 12.5 12.5 12.5 12.5-5.594 12.5-12.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chrome\" viewBox=\"0 0 30 28\">\n<title>chrome</title>\n<path d=\"M13.953 0c2.391-0.016 4.828 0.594 7.047 1.875 2.453 1.422 4.312 3.469 5.5 5.812l-11.594-0.609c-3.281-0.187-6.406 1.656-7.484 4.75l-4.312-6.625c2.688-3.344 6.719-5.187 10.844-5.203zM2.281 6.328l5.266 10.359c1.484 2.922 4.625 4.703 7.875 4.094l-3.594 7.047c-6.703-1.031-11.828-6.828-11.828-13.828 0-2.828 0.844-5.469 2.281-7.672zM27.062 8.969c2.453 6.312 0 13.656-6.062 17.156-2.453 1.422-5.156 2-7.781 1.859l6.328-9.734c1.797-2.766 1.766-6.375-0.375-8.875zM14 9.281c2.609 0 4.719 2.109 4.719 4.719s-2.109 4.719-4.719 4.719-4.719-2.109-4.719-4.719 2.109-4.719 4.719-4.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-firefox\" viewBox=\"0 0 27 28\">\n<title>firefox</title>\n<path d=\"M14.109 28c-6.031 0-10.828-3.531-13.031-8.578-2.469-5.609-0.5-14.594 3.891-18.562l-0.172 4.391c0.219-0.281 1.891-0.359 2.156 0 0.906-1.734 3.828-3.031 6.172-3.078-0.891 0.75-2.953 3.484-2.781 4.875 1.141 0.359 2.891 0.375 3.813 0.438 0.281 0.156 0.234 1.109-0.328 1.891 0 0-0.734 1.016-2.719 1.375l0.234 2.953-2.172-1.047c-0.703 1.781 0.984 3.359 2.734 3.063 1.937-0.328 2.625-1.594 3.984-1.516 1.344 0.078 1.875 0.828 1.703 1.531 0 0-0.219 0.844-1.672 0.703-1.234 1.953-2.875 2.812-5.531 2.578 4.031 3.344 9.469 0.313 10.844-2.422 1.375-2.719 0.172-6.766-1.203-7.906 1.625 0.703 2.75 1.422 3.344 3 0.313-3.5-1.297-7.469-4.172-9.797 5.406 1.578 8.703 5.766 8.797 12.453s-5.922 13.656-13.891 13.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opera\" viewBox=\"0 0 28 28\">\n<title>opera</title>\n<path d=\"M23.328 3.563c-1.641-1.094-3.563-1.719-5.609-1.719-3.328 0-6.266 1.703-8.328 4.266-1.5 1.875-2.547 4.531-2.625 7.562v0.656c0.078 3.031 1.125 5.688 2.625 7.562 2.063 2.562 5 4.266 8.328 4.266 2.047 0 3.969-0.625 5.609-1.719-2.469 2.219-5.75 3.563-9.328 3.563-0.219 0-0.453 0-0.672-0.016-7.422-0.344-13.328-6.469-13.328-13.984 0-7.734 6.266-14 14-14h0.047c3.563 0.016 6.813 1.359 9.281 3.563zM28 14c0 4.078-1.75 7.734-4.531 10.297-1.062 0.641-2.234 0.984-3.469 0.984-1.437 0-2.797-0.469-3.984-1.313 3.172-1.156 5.516-5.172 5.516-9.969 0-4.781-2.328-8.797-5.5-9.969 1.188-0.828 2.531-1.297 3.969-1.297 1.266 0 2.453 0.359 3.531 1.016 2.75 2.562 4.469 6.203 4.469 10.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-internet-explorer\" viewBox=\"0 0 28 28\">\n<title>internet-explorer</title>\n<path d=\"M28 14.641c0 0.547-0.031 1.094-0.109 1.625h-17.984c0 3.109 2.734 5.359 5.734 5.359 2.031 0 3.984-1 5.031-2.766h6.609c-1.781 5.016-6.547 8.375-11.859 8.375-1.922 0-3.844-0.453-5.563-1.297-1.75 0.891-4.203 1.813-6.156 1.813-2.625 0-3.703-1.609-3.703-4.109 0-1.453 0.313-2.906 0.703-4.297 0.25-0.906 1.25-2.75 1.703-3.578 1.922-3.484 4.453-6.828 7.422-9.469-2.391 1.031-4.984 3.625-6.672 5.531 1.313-5.719 6.406-9.766 12.266-9.766 0.234 0 0.469 0 0.703 0.016 1.937-0.891 4.641-1.828 6.766-1.828 2.531 0 4.703 0.969 4.703 3.828 0 1.5-0.578 3.125-1.172 4.469 1.031 1.859 1.578 3.969 1.578 6.094zM26.906 4.641c0-1.75-1.25-2.828-2.969-2.828-1.313 0-2.797 0.531-3.969 1.094 2.531 0.984 4.703 2.797 6.141 5.109 0.391-1.031 0.797-2.281 0.797-3.375zM2 23.969c0 1.813 1.078 2.797 2.859 2.797 1.391 0 2.938-0.625 4.156-1.297-2.547-1.5-4.516-3.891-5.484-6.687-0.719 1.5-1.531 3.5-1.531 5.187zM9.875 12.828h11.375c-0.109-3.016-2.766-5.187-5.688-5.187-2.938 0-5.578 2.172-5.688 5.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-television\" viewBox=\"0 0 30 28\">\n<title>television</title>\n<path d=\"M28 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 4.5v15c0 1.375-1.125 2.5-2.5 2.5h-11.5v2h5.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-2h-11.5c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-contao\" viewBox=\"0 0 28 28\">\n<title>contao</title>\n<path d=\"M2.156 2h3.078c-0.734 0.672-1.391 1.453-1.969 2.328-2.422 3.734-1.437 7.828-0.5 12.234 0.766 3.578 1.406 6.984 3.641 9.438h-4.25c-1 0-1.813-0.812-1.813-1.813v-20.375c0-1 0.812-1.813 1.813-1.813zM21.031 2h4.813c1 0 1.813 0.812 1.813 1.813v20.375c0 1-0.812 1.813-1.813 1.813h-2.781c2.063-2.047 3.234-5.016 3.063-8.828l-7.328 1.578c-0.094 1.734-0.688 3.406-3.063 3.906-1.328 0.281-2.422-0.031-3.109-0.625-0.844-0.719-1.516-1.656-2.641-7-1.141-5.359-0.906-6.484-0.438-7.484 0.391-0.812 1.266-1.563 2.578-1.844 2.391-0.5 3.609 0.797 4.406 2.344l7.313-1.563c-0.719-1.844-1.672-3.344-2.812-4.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-500px\" viewBox=\"0 0 22 28\">\n<title>500px</title>\n<path d=\"M21.891 24.172l-0.094 0.094c-1.172 1.172-2.531 2.094-4.047 2.734-1.578 0.656-3.234 1-4.953 1s-3.391-0.344-4.953-1c-1.516-0.641-2.891-1.563-4.047-2.734-1.172-1.156-2.094-2.516-2.734-4.031-0.391-0.953-0.703-1.937-0.844-2.953v0c-0.063-0.438 0.547-0.531 0.75-0.562 0.484-0.078 0.812-0.047 0.875 0.313 0.016 0.016 0.016 0.031 0.016 0.063 0.063 0.313 0.219 1.25 0.719 2.484 0.516 1.281 1.313 2.469 2.375 3.531 1.016 1.016 2.203 1.813 3.531 2.375 1.359 0.578 2.812 0.875 4.312 0.875 1.484 0 2.938-0.297 4.312-0.875 1.313-0.562 2.5-1.359 3.516-2.375l0.094-0.094c0.109-0.109 0.234-0.141 0.391-0.094 0.141 0.031 0.313 0.156 0.516 0.344v0c0.5 0.516 0.391 0.766 0.266 0.906zM14.516 14.562l-1.031 1.031 0.984 0.984c0.109 0.109 0.313 0.344-0.109 0.766-0.172 0.172-0.344 0.266-0.5 0.266-0.109 0-0.203-0.047-0.297-0.156l-0.969-0.953-1.031 1.031c-0.031 0.031-0.109 0.078-0.234 0.078-0.141 0-0.313-0.078-0.484-0.25l-0.031-0.031c-0.109-0.094-0.281-0.266-0.281-0.453 0-0.094 0.047-0.172 0.125-0.266l1.031-1.016-1.031-1.031c-0.172-0.172-0.094-0.391 0.219-0.703 0.187-0.187 0.344-0.281 0.484-0.281 0.078 0 0.141 0.031 0.203 0.078l1.016 1.031 1.016-1.016c0.172-0.172 0.453-0.094 0.75 0.203 0.187 0.187 0.391 0.453 0.172 0.688zM21.875 15.453c0 1.234-0.25 2.438-0.719 3.563-0.469 1.094-1.125 2.063-1.969 2.906s-1.828 1.5-2.922 1.969c-1.125 0.484-2.328 0.719-3.563 0.719s-2.438-0.234-3.563-0.719c-1.094-0.469-2.078-1.125-2.922-1.969s-1.5-1.813-1.953-2.906c-0.094-0.203-0.234-0.594-0.234-0.625h-0.016c-0.141-0.438 0.484-0.625 0.672-0.688 0.453-0.141 0.797-0.203 0.938 0.187 0.375 1 0.953 1.969 1.516 2.609h0.016v-5.328c0.031-1.313 0.578-2.641 1.594-3.625 1.047-1.031 2.453-1.609 3.953-1.609 3.063 0 5.547 2.469 5.547 5.5 0 3.063-2.5 5.547-5.547 5.547-0.609 0-1.062-0.047-1.75-0.25-0.078-0.031-0.438-0.187-0.203-0.953 0.063-0.203 0.25-0.797 0.688-0.672 0.031 0 0.797 0.187 1.203 0.187 2.172 0 3.875-1.687 3.875-3.844 0-1.016-0.406-1.969-1.125-2.672-0.719-0.719-1.687-1.109-2.734-1.109-1.078 0-2.063 0.438-2.781 1.25-0.625 0.703-1 1.641-1 2.5v6.453c1.125 0.688 2.422 1.047 3.781 1.047 2 0 3.937-0.797 5.328-2.188 1.406-1.406 2.188-3.297 2.188-5.281 0-2-0.781-3.875-2.203-5.297-1.406-1.406-3.281-2.188-5.297-2.188s-3.906 0.781-5.313 2.188c-0.016 0.016-0.906 0.938-1.203 1.359l-0.031 0.031c-0.187 0.266-0.359 0.516-1.141 0.344-0.391-0.094-0.812-0.328-0.812-0.672v-10.625c0-0.281 0.219-0.594 0.594-0.594h13.703c0.469 0 0.469 0.656 0.469 0.859 0 0.219 0 0.859-0.469 0.859h-12.672v7.547h0.016c0.875-0.922 2.391-1.891 3.281-2.266 1.109-0.469 2.359-0.719 3.609-0.719 1.234 0 2.438 0.234 3.563 0.719 1.094 0.469 2.078 1.125 2.922 1.969s1.5 1.813 1.969 2.906c0.469 1.141 0.719 2.328 0.719 3.578zM21.391 6.375c0.297 0.266 0.094 0.547-0.203 0.891-0.187 0.187-0.391 0.406-0.609 0.406-0.094 0-0.172-0.031-0.25-0.109-1.125-0.969-2.141-1.625-3.234-2.078-1.359-0.594-2.812-0.875-4.312-0.875-1.328 0-2.781 0.266-4.094 0.766-0.406 0.156-0.625-0.375-0.703-0.578-0.094-0.25-0.141-0.453-0.125-0.594 0.031-0.156 0.109-0.266 0.25-0.313 1.281-0.562 3.031-0.891 4.672-0.891 1.703 0 3.375 0.344 4.937 1 1.437 0.609 2.609 1.359 3.672 2.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-amazon\" viewBox=\"0 0 28 28\">\n<title>amazon</title>\n<path d=\"M24.234 23.063c0.469-0.234 0.828 0.125 0.344 0.75s-4.375 4.188-10.906 4.188-11.531-4.469-13.062-6.312c-0.422-0.484 0.063-0.703 0.344-0.516 4.578 2.781 11.734 7.359 23.281 1.891zM27.469 21.266c0.234 0.313 0 1.687-0.406 2.688-0.406 0.984-1 1.672-1.328 1.937-0.344 0.281-0.594 0.172-0.406-0.234s1.203-2.906 0.797-3.437c-0.406-0.516-2.312-0.266-3-0.203-0.672 0.063-0.812 0.125-0.875-0.016-0.141-0.359 1.359-0.969 2.344-1.094 0.984-0.109 2.562-0.047 2.875 0.359zM21.313 14.344c0 1.719 2.016 3.297 2.016 3.297l-3.547 3.5c-1.391-1.313-2.438-2.406-2.438-2.406-0.156-0.156-0.281-0.344-0.391-0.516-2.828 4.422-11.469 4.141-11.469-2.703 0-6.375 7.547-7.234 10.594-7.344v-1.984c0-0.422 0.156-2.344-2.219-2.344 0 0-2.375 0-3.391 3.094l-4.594-0.422c0-3.078 2.922-6.516 8.422-6.516 5.484 0 7.016 3.563 7.016 5.141v9.203zM10.813 14.672c0 3.172 5.266 3.922 5.266-1.078v-2.531c-2.109 0.063-5.266 0.656-5.266 3.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-plus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-plus-o</title>\n<path d=\"M24 4c1.094 0 2 0.906 2 2v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2zM18 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM24 26v-16h-22v16h22zM14 17h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-minus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-minus-o</title>\n<path d=\"M18 17.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-times-o\" viewBox=\"0 0 26 28\">\n<title>calendar-times-o</title>\n<path d=\"M17.359 21.641l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.938-2.953-2.938 2.953c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l2.953-2.938-2.953-2.938c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.938 2.938 2.938-2.938c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703l-2.938 2.938 2.938 2.938c0.187 0.203 0.187 0.516 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-check-o\" viewBox=\"0 0 26 28\">\n<title>calendar-check-o</title>\n<path d=\"M20.359 15.062l-8 8c-0.203 0.187-0.516 0.187-0.719 0l-4.5-4.5c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l3.437 3.437 6.937-6.937c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-industry\" viewBox=\"0 0 28 28\">\n<title>industry</title>\n<path d=\"M7 0c0.547 0 1 0.453 1 1v13.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v5.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v18c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-pin\" viewBox=\"0 0 16 28\">\n<title>map-pin</title>\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-signs\" viewBox=\"0 0 28 28\">\n<title>map-signs</title>\n<path d=\"M27.266 4.641c0.203 0.203 0.203 0.516 0 0.719l-2.203 2.203c-0.281 0.281-0.672 0.438-1.062 0.438h-21c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h9v-1c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1h8c0.391 0 0.781 0.156 1.062 0.438zM12 19h4v8c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-8zM25 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-21c-0.391 0-0.781-0.156-1.062-0.438l-2.203-2.203c-0.203-0.203-0.203-0.516 0-0.719l2.203-2.203c0.281-0.281 0.672-0.438 1.062-0.438h8v-3h4v3h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-o\" viewBox=\"0 0 32 28\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map\" viewBox=\"0 0 28 28\">\n<title>map</title>\n<path d=\"M8 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM27.5 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM10 0c0.078 0 0.156 0.016 0.219 0.047l8 4c0.172 0.094 0.281 0.266 0.281 0.453v23c0 0.266-0.234 0.5-0.5 0.5-0.078 0-0.156-0.016-0.219-0.047l-8-4c-0.172-0.094-0.281-0.266-0.281-0.453v-23c0-0.266 0.234-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting\" viewBox=\"0 0 28 28\">\n<title>commenting</title>\n<path d=\"M10 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 14c0 5.531-6.266 10-14 10-1.141 0-2.25-0.094-3.297-0.281-1.781 1.781-4.109 3-6.797 3.578-0.422 0.078-0.875 0.156-1.344 0.203-0.25 0.031-0.484-0.141-0.547-0.375v0c-0.063-0.25 0.125-0.406 0.313-0.578 0.984-0.922 2.156-1.656 2.562-4.953-2.984-1.828-4.891-4.547-4.891-7.594 0-5.531 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting-o\" viewBox=\"0 0 28 28\">\n<title>commenting-o</title>\n<path d=\"M10 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM16 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10v0c7.734 0 14 4.484 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-houzz\" viewBox=\"0 0 16 28\">\n<title>houzz</title>\n<path d=\"M8 18.609l8-4.609v9.234l-8 4.625v-9.25zM0 14v9.234l8-4.625-8-4.609zM8 0.141v9.234l-8 4.625v-9.234zM8 9.375l8-4.609v9.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo\" viewBox=\"0 0 28 28\">\n<title>vimeo</title>\n<path d=\"M26.703 8.094c-0.109 2.469-1.844 5.859-5.187 10.172-3.469 4.484-6.375 6.734-8.781 6.734-1.484 0-2.734-1.375-3.75-4.109-0.688-2.5-1.375-5.016-2.063-7.531-0.75-2.734-1.578-4.094-2.453-4.094-0.187 0-0.844 0.391-1.984 1.188l-1.203-1.531c1.25-1.109 2.484-2.234 3.719-3.313 1.656-1.469 2.922-2.203 3.766-2.281 1.984-0.187 3.187 1.156 3.656 4.047 0.484 3.125 0.844 5.078 1.031 5.828 0.578 2.594 1.188 3.891 1.875 3.891 0.531 0 1.328-0.828 2.406-2.516 1.062-1.687 1.625-2.969 1.703-3.844 0.141-1.453-0.422-2.172-1.703-2.172-0.609 0-1.234 0.141-1.891 0.406 1.25-4.094 3.641-6.078 7.172-5.969 2.609 0.078 3.844 1.781 3.687 5.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-black-tie\" viewBox=\"0 0 24 28\">\n<title>black-tie</title>\n<path d=\"M0 2h24v24h-24v-24zM16.953 19.422l-3.453-9.859 3.453-4.641h-9.906l3.453 4.641-3.453 9.859 4.953 4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fonticons\" viewBox=\"0 0 24 28\">\n<title>fonticons</title>\n<path d=\"M0 2h24v24h-24v-24zM14.187 7l-0.187 0.516 1.172 1.297-0.484 1.781 0.391 0.391 1.672-0.891 1.672 0.891 0.391-0.391-0.484-1.781 1.172-1.297-0.187-0.516h-1.484l-0.828-1.5h-0.5l-0.828 1.5h-1.484zM10.016 9.547c0.641 0 0.891 0.234 0.875 1.234l2.719-0.328c0-2.391-1.641-2.828-3.469-2.828-2.719 0-4.141 1.094-4.141 3.75v1.125h-1.5v2h1.188c0.156 0 0.313 0 0.313 0.125v5.969c0 0.297-0.078 0.391-0.359 0.422l-1.141 0.109v1.375h7v-1.344l-2.328-0.219c-0.281-0.031-0.172-0.078-0.172-0.391v-6.047h2.984l0.594-2h-3.609c-0.156 0 0.031-0.109 0.031-0.234v-1.25c0-0.938 0.031-1.469 1.016-1.469zM19.5 22.5v-1.344l-0.844-0.141c-0.297-0.047-0.156-0.078-0.156-0.391v-8.125h-4.297l-0.359 1.578 1.297 0.344c0.203 0.063 0.359 0.203 0.359 0.422v5.781c0 0.297-0.125 0.359-0.406 0.391l-1.094 0.141v1.344h5.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-alien\" viewBox=\"0 0 28 28\">\n<title>reddit-alien</title>\n<path d=\"M28 13.219c0 1.219-0.688 2.266-1.703 2.781 0.125 0.484 0.187 0.984 0.187 1.5 0 4.937-5.578 8.937-12.453 8.937-6.859 0-12.437-4-12.437-8.937 0-0.5 0.063-1 0.172-1.469-1.047-0.516-1.766-1.578-1.766-2.812 0-1.719 1.391-3.109 3.109-3.109 0.891 0 1.687 0.375 2.266 0.984 2.109-1.469 4.922-2.422 8.047-2.531l1.813-8.141c0.063-0.281 0.359-0.469 0.641-0.406l5.766 1.266c0.375-0.75 1.172-1.281 2.078-1.281 1.297 0 2.344 1.047 2.344 2.328 0 1.297-1.047 2.344-2.344 2.344-1.281 0-2.328-1.047-2.328-2.328l-5.219-1.156-1.625 7.375c3.141 0.094 5.984 1.031 8.109 2.5 0.562-0.594 1.359-0.953 2.234-0.953 1.719 0 3.109 1.391 3.109 3.109zM6.531 16.328c0 1.297 1.047 2.344 2.328 2.344 1.297 0 2.344-1.047 2.344-2.344 0-1.281-1.047-2.328-2.344-2.328-1.281 0-2.328 1.047-2.328 2.328zM19.187 21.875c0.234-0.234 0.234-0.578 0-0.812-0.219-0.219-0.578-0.219-0.797 0-0.938 0.953-2.953 1.281-4.391 1.281s-3.453-0.328-4.391-1.281c-0.219-0.219-0.578-0.219-0.797 0-0.234 0.219-0.234 0.578 0 0.812 1.484 1.484 4.344 1.594 5.187 1.594s3.703-0.109 5.187-1.594zM19.141 18.672c1.281 0 2.328-1.047 2.328-2.344 0-1.281-1.047-2.328-2.328-2.328-1.297 0-2.344 1.047-2.344 2.328 0 1.297 1.047 2.344 2.344 2.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edge\" viewBox=\"0 0 28 28\">\n<title>edge</title>\n<path d=\"M1.078 12.422h0.016c0.812-6.469 5.234-12.437 13.141-12.422 4.797 0 8.75 2.25 11.062 6.391 1.188 2.141 1.625 4.422 1.625 6.906v2.938h-17.578c0.078 7.25 10.656 7 15.219 3.813v5.891c-2.672 1.609-8.703 3-13.406 1.203-3.984-1.531-6.766-5.672-6.813-9.703-0.063-5.203 2.578-8.656 6.813-10.625-0.891 1.125-1.578 2.344-1.937 4.453h9.922c0.578-5.922-5.609-5.922-5.609-5.922-5.844 0.203-10.063 3.609-12.453 7.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card-alt\" viewBox=\"0 0 36 28\">\n<title>credit-card-alt</title>\n<path d=\"M0 23.5v-9.5h36v9.5c0 1.375-1.125 2.5-2.5 2.5h-31c-1.375 0-2.5-1.125-2.5-2.5zM10 20v2h6v-2h-6zM4 20v2h4v-2h-4zM33.5 2c1.375 0 2.5 1.125 2.5 2.5v3.5h-36v-3.5c0-1.375 1.125-2.5 2.5-2.5h31z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codiepie\" viewBox=\"0 0 27 28\">\n<title>codiepie</title>\n<path d=\"M24.75 20.156l-3.406-1.734c-1.531 2.5-4.25 4.031-7.187 4.031-4.656 0-8.422-3.766-8.422-8.406 0-4.656 3.766-8.422 8.422-8.422 2.734 0 5.297 1.328 6.875 3.578l3.359-1.953c-2.297-3.531-6.188-5.641-10.391-5.641-6.844 0-12.391 5.547-12.391 12.391s5.547 12.391 12.391 12.391c4.438 0 8.547-2.375 10.75-6.234zM16.094 13.953l10.828 5.5c-2.375 5.187-7.141 8.547-12.922 8.547-7.734 0-14-6.266-14-14s6.266-14 14-14c5.5 0 10.031 3.031 12.594 7.812zM24.109 14h-0.609v2.5h-1.5v-5.5h2.125c1.734 0 1.891 3-0.016 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-modx\" viewBox=\"0 0 28 28\">\n<title>modx</title>\n<path d=\"M22.297 11.078l-9.594-6.031 1.437-2.359h13.359zM6.328 15.219l-2.875-1.813v-13.406l18.484 11.609zM22.25 13.109l2.297 1.484v13.406l-8.313-5.234zM21.672 12.781l-7.812 12.531h-13.359l5.563-8.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fort-awesome\" viewBox=\"0 0 26 28\">\n<title>fort-awesome</title>\n<path d=\"M10 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM18 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM26 16.25v11.75h-10v-5c0-1.656-1.344-3-3-3s-3 1.344-3 3v5h-10v-11.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-9.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.328 0.438-0.25 0.641-0.25v-6.109c-0.297-0.141-0.5-0.453-0.5-0.781 0-0.469 0.391-0.859 0.859-0.859s0.859 0.391 0.859 0.859c0 0.328-0.203 0.641-0.5 0.781v0.266c0.422-0.094 0.859-0.156 1.297-0.156 0.641 0 1.25 0.234 1.781 0.234 0.484 0 1.031-0.234 1.313-0.234 0.141 0 0.25 0.109 0.25 0.25v3.281c0 0.375-1.266 0.438-1.516 0.438-0.578 0-1.125-0.234-1.719-0.234-0.469 0-0.953 0.078-1.406 0.187v2.078c0.203 0 0.641-0.078 0.641 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v9.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-usb\" viewBox=\"0 0 36 28\">\n<title>usb</title>\n<path d=\"M35.75 12.578c0.156 0.078 0.25 0.25 0.25 0.422s-0.094 0.344-0.25 0.422l-5 3c-0.078 0.047-0.156 0.078-0.25 0.078-0.078 0-0.172-0.016-0.25-0.063-0.156-0.094-0.25-0.25-0.25-0.438v-2h-13.406c0.5 0.781 0.922 1.703 1.297 2.578 0.75 1.687 1.516 3.422 2.609 3.422h1.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-2.391 0-3.469-2.453-4.438-4.609-0.734-1.672-1.5-3.391-2.562-3.391h-5.625c-0.453 1.719-2.016 3-3.875 3-2.203 0-4-1.797-4-4s1.797-4 4-4c1.859 0 3.422 1.281 3.875 3h1.625c1.062 0 1.828-1.719 2.562-3.391 0.969-2.156 2.047-4.609 4.438-4.609h1.672c0.422-1.172 1.516-2 2.828-2 1.656 0 3 1.344 3 3s-1.344 3-3 3c-1.313 0-2.406-0.828-2.828-2h-1.672c-1.094 0-1.859 1.734-2.609 3.422-0.375 0.875-0.797 1.797-1.297 2.578h17.406v-2c0-0.187 0.094-0.344 0.25-0.438s0.359-0.078 0.5 0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-product-hunt\" viewBox=\"0 0 28 28\">\n<title>product-hunt</title>\n<path d=\"M17.969 11.906c0 1.156-0.938 2.094-2.109 2.094v0h-3.953v-4.203h3.953c1.172 0 2.109 0.938 2.109 2.109zM20.766 11.906c0-2.719-2.188-4.906-4.906-4.906v0h-6.766v14h2.812v-4.203h3.953c2.719 0 4.906-2.188 4.906-4.891zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mixcloud\" viewBox=\"0 0 36 28\">\n<title>mixcloud</title>\n<path d=\"M25.703 17.156c0-1.25-0.797-2.312-1.891-2.734-0.078 0.484-0.203 0.969-0.359 1.437-0.156 0.5-0.625 0.812-1.125 0.812-0.125 0-0.25-0.016-0.375-0.047-0.641-0.219-0.969-0.891-0.766-1.516 0.234-0.719 0.359-1.469 0.359-2.234 0-3.906-3.187-7.094-7.109-7.094-2.812 0-5.344 1.672-6.469 4.172 1.094 0.281 2.109 0.844 2.938 1.656 0.469 0.469 0.469 1.234 0 1.703s-1.234 0.469-1.703 0c-0.75-0.75-1.75-1.172-2.812-1.172-2.203 0-4 1.781-4 3.984s1.797 3.984 4 3.984h16.344c1.641 0 2.969-1.328 2.969-2.953zM28.094 17.156c0 2.953-2.406 5.344-5.359 5.344h-16.344c-3.531 0-6.391-2.859-6.391-6.375 0-3.203 2.375-5.844 5.453-6.297 1.297-3.813 4.906-6.438 8.984-6.438 4.922 0 8.984 3.766 9.453 8.563 2.391 0.516 4.203 2.656 4.203 5.203zM32 17.156c0 1.781-0.516 3.5-1.516 4.984-0.234 0.344-0.609 0.516-1 0.516v0c-0.234 0-0.469-0.063-0.672-0.203-0.547-0.359-0.688-1.109-0.313-1.656 0.734-1.078 1.109-2.328 1.109-3.641 0-1.297-0.375-2.562-1.109-3.641-0.375-0.547-0.234-1.281 0.313-1.656s1.297-0.219 1.672 0.328c1 1.469 1.516 3.187 1.516 4.969zM36 17.156c0 2.484-0.719 4.875-2.094 6.922-0.234 0.344-0.609 0.531-1 0.531v0c-0.219 0-0.453-0.063-0.656-0.203-0.547-0.375-0.703-1.109-0.328-1.656 1.094-1.656 1.687-3.594 1.687-5.594s-0.594-3.937-1.687-5.578c-0.375-0.547-0.219-1.297 0.328-1.656 0.547-0.375 1.281-0.234 1.656 0.328 1.375 2.031 2.094 4.422 2.094 6.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-scribd\" viewBox=\"0 0 24 28\">\n<title>scribd</title>\n<path d=\"M23.438 24.203c0 1.859-1.5 3.375-3.375 3.375s-3.391-1.516-3.391-3.375c0-1.875 1.516-3.391 3.391-3.391s3.375 1.516 3.375 3.391zM19.797 19.812c-2.375 0.313-4.219 2.344-4.219 4.813 0 0.766 0.187 1.516 0.516 2.156-1.406 0.75-3.313 1.219-5.922 1.219-8.313 0-9.609-5.875-9.609-6.656 0-0.797 0.469-3.406 3.406-3.406s3.344 2.516 3.344 3.031c0 0 0 0.531-0.359 1.266 1 0.938 3.359 0.938 3.359 0.938 2.359 0 4.141-1.156 4.141-2.875 0-1.734-2-2.578-6.563-4.719-4.562-2.156-6.281-3.734-6.281-7.656 0-3.938 2.625-7.922 9.172-7.922s9.016 3.672 9.016 6.188-2.141 3.141-2.938 3.141c-0.781 0-3.672 0.266-3.672-4.078-0.516-0.578-2.766-0.578-2.766-0.578-2.266 0-3.266 1.719-3.266 2.766 0 1.062 0.422 2.375 5.141 3.938 7.234 2.406 7.5 5.547 7.5 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle\" viewBox=\"0 0 24 28\">\n<title>pause-circle</title>\n<path d=\"M11 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM18 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle-o\" viewBox=\"0 0 24 28\">\n<title>pause-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM13.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle\" viewBox=\"0 0 24 28\">\n<title>stop-circle</title>\n<path d=\"M17 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle-o\" viewBox=\"0 0 24 28\">\n<title>stop-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-bag\" viewBox=\"0 0 28 28\">\n<title>shopping-bag</title>\n<path d=\"M27.453 22l0.547 4.891c0.031 0.281-0.063 0.562-0.25 0.781-0.187 0.203-0.469 0.328-0.75 0.328h-26c-0.281 0-0.562-0.125-0.75-0.328-0.187-0.219-0.281-0.5-0.25-0.781l0.547-4.891h26.906zM26 8.891l1.344 12.109h-26.688l1.344-12.109c0.063-0.5 0.484-0.891 1-0.891h4v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h6v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h4c0.516 0 0.938 0.391 1 0.891zM20 6v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-3.313 2.688-6 6-6s6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-basket\" viewBox=\"0 0 32 28\">\n<title>shopping-basket</title>\n<path d=\"M30 12c1.109 0 2 0.891 2 2s-0.891 2-2 2h-0.234l-1.797 10.344c-0.172 0.953-1 1.656-1.969 1.656h-20c-0.969 0-1.797-0.703-1.969-1.656l-1.797-10.344h-0.234c-1.109 0-2-0.891-2-2s0.891-2 2-2h28zM7.578 24.5c0.547-0.047 0.969-0.531 0.922-1.078l-0.5-6.5c-0.047-0.547-0.531-0.969-1.078-0.922s-0.969 0.531-0.922 1.078l0.5 6.5c0.047 0.516 0.484 0.922 1 0.922h0.078zM14 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM20 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM25.5 23.578l0.5-6.5c0.047-0.547-0.375-1.031-0.922-1.078s-1.031 0.375-1.078 0.922l-0.5 6.5c-0.047 0.547 0.375 1.031 0.922 1.078h0.078c0.516 0 0.953-0.406 1-0.922zM7.438 4.562l-1.453 6.438h-2.063l1.578-6.891c0.406-1.828 2.016-3.109 3.891-3.109h2.609c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1h2.609c1.875 0 3.484 1.281 3.891 3.109l1.578 6.891h-2.063l-1.453-6.438c-0.219-0.922-1.016-1.563-1.953-1.563h-2.609c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1h-2.609c-0.938 0-1.734 0.641-1.953 1.563z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hashtag\" viewBox=\"0 0 28 28\">\n<title>hashtag</title>\n<path d=\"M15.484 16l1-4h-3.969l-1 4h3.969zM27.484 8.125l-0.875 3.5c-0.063 0.219-0.25 0.375-0.484 0.375h-5.109l-1 4h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.141 0.281 0.094 0.438l-0.875 3.5c-0.047 0.219-0.25 0.375-0.484 0.375h-5.109l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.5c-0.156 0-0.313-0.078-0.406-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-3.969l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.516c-0.141 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l0.875-3.5c0.063-0.219 0.25-0.375 0.484-0.375h5.109l1-4h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.141-0.281-0.094-0.438l0.875-3.5c0.047-0.219 0.25-0.375 0.484-0.375h5.109l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h3.969l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth\" viewBox=\"0 0 24 28\">\n<title>bluetooth</title>\n<path d=\"M13.141 16.453l2.312 2.312-2.328 2.328zM13.125 6.906l2.328 2.328-2.312 2.312-0.016-4.641zM11.094 26.031l7.25-7.25-4.781-4.781 4.781-4.781-7.25-7.25v9.547l-3.984-3.984-1.453 1.453 5 5.016-5 5.016 1.453 1.453 3.984-3.984v9.547zM22.328 14c0 11.094-4.219 14-10.328 14v0c-6.109 0-10.328-2.906-10.328-14s4.219-14 10.328-14 10.328 2.906 10.328 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth-b\" viewBox=\"0 0 16 28\">\n<title>bluetooth-b</title>\n<path d=\"M9.312 22.234l2.703-2.688-2.703-2.688v5.375zM9.312 11.141l2.703-2.688-2.703-2.688v5.375zM9.812 14l5.563 5.563-8.422 8.437v-11.109l-4.641 4.625-1.687-1.687 5.812-5.828-5.812-5.828 1.687-1.687 4.641 4.625v-11.109l8.422 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-percent\" viewBox=\"0 0 24 28\">\n<title>percent</title>\n<path d=\"M20 20c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM8 8c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM24 20c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM22.5 3c0 0.219-0.078 0.422-0.203 0.594l-16.5 22c-0.187 0.25-0.484 0.406-0.797 0.406h-2.5c-0.547 0-1-0.453-1-1 0-0.219 0.078-0.422 0.203-0.594l16.5-22c0.187-0.25 0.484-0.406 0.797-0.406h2.5c0.547 0 1 0.453 1 1zM12 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gitlab\" viewBox=\"0 0 28 28\">\n<title>gitlab</title>\n<path d=\"M1.625 11.031l12.375 15.859-13.563-9.844c-0.375-0.281-0.531-0.766-0.391-1.203l1.578-4.813zM8.844 11.031h10.313l-5.156 15.859zM5.75 1.469l3.094 9.562h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0zM26.375 11.031l1.578 4.813c0.141 0.438-0.016 0.922-0.391 1.203l-13.563 9.844 12.375-15.859zM26.375 11.031h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpbeginner\" viewBox=\"0 0 28 28\">\n<title>wpbeginner</title>\n<path d=\"M6 13h2.5v-3.5h-2.5v3.5zM19.078 18.188v-1.437c-1.344 0.469-2.453 0.578-3.797 0.594-3.016 0.016-5.688-1.234-7.5-2.641l0.016 1.5c1.703 1.547 4.312 2.766 7.562 2.75 1.359 0 2.641-0.281 3.719-0.766zM10 13h10v-3.5h-10v3.5zM28 12.5c0 1.984-0.562 3.859-1.547 5.5 0.875 1 1.391 2.234 1.391 3.578 0 3.266-3.094 5.922-6.922 5.922-2.594 0-4.844-1.219-6.031-3.016-0.297 0.016-0.594 0.016-0.891 0.016s-0.594 0-0.891-0.016c-1.188 1.797-3.437 3.016-6.031 3.016-3.828 0-6.922-2.656-6.922-5.922 0-1.344 0.516-2.578 1.391-3.578-0.984-1.641-1.547-3.516-1.547-5.5 0-6.625 6.266-12 14-12s14 5.375 14 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpforms\" viewBox=\"0 0 24 28\">\n<title>wpforms</title>\n<path d=\"M8.047 14.234v2h-3.938v-2h3.938zM8.047 10.25v1.984h-3.938v-1.984h3.938zM19.891 18.234v2h-5.328v-2h5.328zM19.891 14.234v2h-10.5v-2h10.5zM19.891 10.25v1.984h-10.5v-1.984h10.5zM22 23.688v-19.375c0-0.172-0.141-0.313-0.313-0.313h-0.5l-5.906 4-3.281-2.672-3.281 2.672-5.906-4h-0.5c-0.172 0-0.313 0.141-0.313 0.313v19.375c0 0.172 0.141 0.313 0.313 0.313h19.375c0.172 0 0.313-0.141 0.313-0.313zM8.641 6.344l2.891-2.344h-6.344zM15.359 6.344l3.453-2.344h-6.344zM24 4.312v19.375c0 1.281-1.031 2.312-2.312 2.312h-19.375c-1.281 0-2.312-1.031-2.312-2.312v-19.375c0-1.281 1.031-2.312 2.312-2.312h19.375c1.281 0 2.312 1.031 2.312 2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envira\" viewBox=\"0 0 30 28\">\n<title>envira</title>\n<path d=\"M14 12.75c-1.984-3.75-3.813-7.406-9.016-9.875-3.109-1.469-0.328 0.578-0.328 0.578 2.828 1.953 4.125 4.594 5.641 7.484 1.969 3.766 4.937 8.734 9.016 10.484 4.062 1.75 2.141 0.781 0.375-0.531-1.766-1.328-4.266-5.437-5.688-8.141zM8.578 21.234c-5.641-4.469-5.328-9.812-8.578-21.234 29.859 0 22.922 19.828 22.953 22.891l5.047 5.109h-1.625l-4.391-4.453c-2.438 0.266-7.781 2.156-13.406-2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-universal-access\" viewBox=\"0 0 28 28\">\n<title>universal-access</title>\n<path d=\"M21.469 10.266c-0.125-0.531-0.656-0.859-1.203-0.734-2.234 0.531-4.266 0.969-6.266 0.969s-4.031-0.438-6.266-0.969c-0.547-0.125-1.078 0.203-1.203 0.734-0.125 0.547 0.203 1.078 0.734 1.203 1.656 0.391 3.203 0.734 4.734 0.906-0.063 5.281-0.641 6.75-1.297 8.437l-0.141 0.328c-0.203 0.516 0.063 1.094 0.578 1.297 0.109 0.047 0.234 0.063 0.359 0.063 0.406 0 0.781-0.234 0.938-0.641l0.125-0.313c0.438-1.125 0.844-2.172 1.109-4.047h0.656c0.266 1.875 0.672 2.922 1.109 4.047l0.125 0.313c0.156 0.406 0.531 0.641 0.938 0.641 0.125 0 0.25-0.016 0.359-0.063 0.516-0.203 0.781-0.781 0.578-1.297l-0.141-0.328c-0.656-1.687-1.234-3.156-1.297-8.437 1.531-0.172 3.078-0.516 4.734-0.906 0.531-0.125 0.859-0.656 0.734-1.203zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM25 14c0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11 11 4.922 11 11zM14 2c-6.609 0-12 5.391-12 12s5.391 12 12 12 12-5.391 12-12-5.391-12-12-12zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair-alt\" viewBox=\"0 0 24 28\">\n<title>wheelchair-alt</title>\n<path d=\"M22.469 12.703c0.328 0.344 0.5 0.812 0.453 1.281l-0.688 8.609c-0.078 0.875-0.797 1.531-1.656 1.531-0.047 0-0.094 0-0.141-0.016-0.922-0.063-1.594-0.875-1.531-1.781l0.547-6.703-2.234 0.125c0.547 1.125 0.859 2.406 0.859 3.75 0 2.25-0.875 4.297-2.312 5.812l-2.141-2.141c0.875-0.969 1.422-2.266 1.422-3.672 0-3.031-2.453-5.484-5.469-5.484-1.422 0-2.703 0.547-3.687 1.437l-2.141-2.156c1.203-1.141 2.734-1.922 4.438-2.203l4.125-4.688-2.328-1.359-2.828 2.516c-0.688 0.625-1.734 0.562-2.344-0.125s-0.547-1.734 0.125-2.344l3.734-3.328c0.531-0.484 1.313-0.562 1.937-0.187 7.609 4.422 7.625 4.422 7.625 4.422 0.406 0.234 0.641 0.641 0.75 1.062 0.156 0.609 0.047 1.297-0.406 1.828l-3.203 3.625 5.797-0.313c0.484-0.031 0.953 0.141 1.297 0.5zM19.375 5.563c-1.531 0-2.781-1.234-2.781-2.781 0-1.531 1.25-2.781 2.781-2.781 1.547 0 2.797 1.25 2.797 2.781 0 1.547-1.25 2.781-2.797 2.781zM9.578 24.969c1.125 0 2.188-0.359 3.063-0.953l2.172 2.172c-1.437 1.141-3.266 1.813-5.234 1.813-4.703 0-8.516-3.813-8.516-8.5 0-1.984 0.672-3.797 1.813-5.25l2.172 2.172c-0.594 0.875-0.938 1.937-0.938 3.078 0 3.016 2.453 5.469 5.469 5.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle-o\" viewBox=\"0 0 24 28\">\n<title>question-circle-o</title>\n<path d=\"M13.75 18.75v2.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-2.5c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5zM17.75 11c0 2.219-1.547 3.094-2.688 3.734-0.812 0.469-1.313 0.766-1.313 1.266v0.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1.062c0-1.922 1.375-2.531 2.484-3.031 0.938-0.438 1.516-0.734 1.516-1.437 0-0.906-1.141-1.578-2.172-1.578-0.547 0-1.125 0.172-1.484 0.422-0.344 0.234-0.672 0.578-1.25 1.297-0.094 0.125-0.234 0.187-0.391 0.187-0.109 0-0.219-0.031-0.297-0.094l-1.687-1.281c-0.203-0.156-0.25-0.453-0.109-0.672 1.281-2.016 3.078-3 5.453-3v0c2.562 0 5.437 2.031 5.437 4.75zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-blind\" viewBox=\"0 0 22 28\">\n<title>blind</title>\n<path d=\"M5.719 4.859c-1.344 0-2.438-1.094-2.438-2.438 0-1.328 1.094-2.422 2.438-2.422s2.422 1.094 2.422 2.422c0 1.344-1.078 2.438-2.422 2.438zM14.328 14.891c0 1.687-1.797 1.313-2.203 0.625l-5.734-6.844c-0.25-0.406-0.438-0.219-0.438-0.219s-0.109 0.125 0.063 0.328l1.906 2.172 0.016 5.531c-1.344 3.906-2.516 7.141-2.516 7.141-0.734 2.094-1.344 3.906-1.875 4.156-0.641 0.328-1.109 0.25-1.609 0.016-0.656-0.297-0.844-1.094-0.797-1.563 0 0 0.031-0.25 3.078-9.656l0.078-6.5-1.328 2.562 0.547 3.469c0.203 1.313-0.906 1.484-0.906 1.484-1.062 0.172-1.281-1.062-1.281-1.094l-0.719-4.672c3.281-5.922 3.297-5.953 3.297-5.953v0c0.25-0.375 0.812-0.531 1.766-0.531 0.844 0 1.375 0.25 1.672 0.625v0l6.625 8.141c0.094 0.063 0.156 0.156 0.219 0.266l0.047 0.047-0.016 0.016c0.078 0.141 0.109 0.297 0.109 0.453zM8.031 17.234c1.5 3.984 2.844 7 2.844 7 0.453 1.156 1.234 2.812 0.094 3.469-1.125 0.656-2.031-0.109-2.281-0.641v0h-0.016c-0.047-0.125-0.094-0.25-0.125-0.391l-1.937-5.484zM20.906 26.484c0.328 0.516 0.609 0.891 0.438 1-0.297 0.187-0.391-0.359-0.719-0.891 0 0-1.766-2.672-6.609-10.328 0.094 0.031 0.266-0.109 0.266-0.109s0.172-0.141 0.172-0.266c4.813 7.859 6.453 10.594 6.453 10.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-audio-description\" viewBox=\"0 0 36 28\">\n<title>audio-description</title>\n<path d=\"M7.875 15.531h2.672l-0.016-4.141zM23.906 13.984c0-1.734-1-3.016-3.078-3.016h-0.844v6.062h0.812c1.953 0 3.109-1.422 3.109-3.047zM14.938 8.094l0.016 11.813c0 0.297-0.234 0.531-0.516 0.531h-3.375c-0.281 0-0.516-0.234-0.516-0.531v-0.969h-4.547l-0.859 1.266c-0.094 0.141-0.266 0.234-0.438 0.234h-4.172c-0.438 0-0.688-0.484-0.422-0.828l8.687-11.828c0.094-0.141 0.25-0.219 0.422-0.219h5.187c0.297 0 0.531 0.234 0.531 0.531zM27.859 13.984c0 4.109-3 6.453-7.031 6.453h-4.219c-0.297 0-0.531-0.234-0.531-0.531v-11.813c0-0.297 0.234-0.531 0.531-0.531h4.188c4.062 0 7.063 2.312 7.063 6.422zM30.297 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.109-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM33.172 14c0 0 0.063 4.062-2.328 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM36 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.109-2.531 2.156-6.469 2.156-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-control-phone\" viewBox=\"0 0 22 28\">\n<title>volume-control-phone</title>\n<path d=\"M9.641 26.391c0-0.375-0.828-3.031-1-3.656-0.094-0.391-0.125-1.031-0.422-1.313-0.203-0.187-0.531-0.219-0.797-0.219-0.734 0-1.469 0.172-2.203 0.172-0.219 0-0.547-0.016-0.734-0.172-0.25-0.203-0.375-0.906-0.469-1.219-0.375-1.297-0.578-2.625-0.578-3.984s0.203-2.688 0.578-3.984c0.094-0.313 0.219-1.016 0.469-1.219 0.187-0.156 0.516-0.172 0.734-0.172 0.734 0 1.469 0.172 2.203 0.172 0.266 0 0.594-0.031 0.797-0.219 0.297-0.281 0.328-0.922 0.422-1.313 0.172-0.625 1-3.281 1-3.656 0-0.531-1.406-1.313-1.859-1.484-0.234-0.094-0.469-0.125-0.703-0.125-0.516 0-1.031 0.141-1.531 0.281-2.562 0.766-3.172 2.328-4.188 4.531-1.094 2.359-1.359 4.609-1.359 7.187s0.266 4.828 1.359 7.187c1.016 2.203 1.625 3.766 4.188 4.531 0.5 0.141 1.016 0.281 1.531 0.281 0.234 0 0.469-0.031 0.703-0.125 0.453-0.172 1.859-0.953 1.859-1.484zM12.125 12.125c-0.266 0-0.516-0.109-0.703-0.297-0.391-0.391-0.406-1.031 0-1.422 0.375-0.375 0.578-0.875 0.578-1.406s-0.203-1.031-0.578-1.422c-0.406-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c0.75 0.75 1.172 1.766 1.172 2.828s-0.422 2.078-1.172 2.828c-0.203 0.187-0.453 0.297-0.703 0.297zM14.953 14.953c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.125-1.141 1.75-2.641 1.75-4.25s-0.625-3.109-1.75-4.25c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c1.516 1.516 2.344 3.516 2.344 5.656s-0.828 4.141-2.344 5.656c-0.187 0.203-0.453 0.297-0.703 0.297zM17.781 17.781c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.875-1.891 2.922-4.406 2.922-7.078s-1.047-5.187-2.922-7.078c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c2.266 2.266 3.516 5.281 3.516 8.484s-1.25 6.219-3.516 8.484c-0.187 0.203-0.453 0.297-0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-braille\" viewBox=\"0 0 34 28\">\n<title>braille</title>\n<path d=\"M3 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 2.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM34 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-assistive-listening-systems\" viewBox=\"0 0 28 28\">\n<title>assistive-listening-systems</title>\n<path d=\"M2 27c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5 24c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5.703 18.297l4 4-1.406 1.406-4-4zM11 18c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22.047 13c0 2.594-1.219 3.984-2.281 5.219-0.984 1.125-1.766 2.016-1.766 3.781 0 3.313-2.688 6-6 6-0.547 0-1-0.453-1-1s0.453-1 1-1c2.203 0 4-1.797 4-4 0-2.516 1.203-3.891 2.25-5.094 0.969-1.109 1.797-2.063 1.797-3.906 0-3.859-3.141-7-7-7s-7 3.141-7 7c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-4.969 4.031-9 9-9s9 4.031 9 9zM14 15c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM18.5 13c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-1.937-1.563-3.5-3.5-3.5-1.922 0-3.5 1.563-3.5 3.5 0 0.547-0.453 1-1 1s-1-0.453-1-1c0-3.031 2.469-5.5 5.5-5.5s5.5 2.469 5.5 5.5zM24.656 8.484c0.203 0.516-0.063 1.094-0.578 1.297-0.109 0.047-0.234 0.063-0.359 0.063-0.391 0-0.781-0.234-0.922-0.641-0.703-1.828-1.922-3.422-3.5-4.609-0.438-0.328-0.531-0.953-0.203-1.391 0.344-0.438 0.969-0.531 1.406-0.203 1.875 1.406 3.313 3.313 4.156 5.484zM27.937 7.219c0.187 0.516-0.063 1.094-0.578 1.297-0.125 0.047-0.234 0.063-0.359 0.063-0.406 0-0.781-0.234-0.938-0.641-0.938-2.438-2.547-4.562-4.641-6.141-0.453-0.328-0.531-0.953-0.203-1.391 0.328-0.453 0.953-0.531 1.391-0.203 2.406 1.797 4.25 4.234 5.328 7.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-american-sign-language-interpreting\" viewBox=\"0 0 36 28\">\n<title>american-sign-language-interpreting</title>\n<path d=\"M16.125 15c-0.547-0.016-1.062-0.328-1.313-0.859-0.344-0.703-1.031-1.141-1.813-1.141-1.109 0-2 0.891-2 2 0 0.531 0.187 1.047 0.562 1.391l0.156 0.125c0.344 0.313 0.797 0.484 1.281 0.484 0.781 0 1.469-0.438 1.813-1.141 0.25-0.531 0.766-0.844 1.313-0.859zM25 13c0-0.531-0.187-1.047-0.562-1.391l-0.156-0.125c-0.344-0.313-0.797-0.484-1.281-0.484-0.781 0-1.469 0.438-1.813 1.141-0.25 0.531-0.766 0.844-1.313 0.859 0.547 0.016 1.062 0.328 1.313 0.859 0.344 0.703 1.031 1.141 1.813 1.141 1.109 0 2-0.891 2-2zM18.344 9.547c-0.359 0.734-1.266 1.047-2 0.688-0.656-0.328-1.359-0.484-2.094-0.484-0.547 0-1.062 0.094-1.547 0.266 0.094 0 0.203-0.016 0.297-0.016 1.922 0 3.687 1.125 4.516 2.859 0.359 0.75 0.031 1.641-0.719 2-0.187 0.094-0.391 0.141-0.609 0.141 0.219 0 0.422 0.047 0.609 0.141 0.75 0.359 1.078 1.25 0.719 2-0.828 1.734-2.594 2.859-4.516 2.859v0h-0.094c-0.234-0.031-0.453-0.047-0.688-0.063l-4.531-0.422-3.734 1.875c-0.156 0.078-0.297 0.109-0.453 0.109-0.359 0-0.719-0.203-0.891-0.547l-2.5-5c-0.234-0.484-0.063-1.062 0.391-1.328l3.266-1.859 2.312-4.172c0.359-3.219 1.953-6.172 4.484-8.25 0.641-0.531 1.594-0.438 2.109 0.203 0.531 0.641 0.438 1.578-0.203 2.109-0.703 0.594-1.328 1.266-1.828 2 1.219-0.828 2.625-1.391 4.172-1.578 0.828-0.109 1.578 0.469 1.672 1.297 0.109 0.828-0.469 1.578-1.297 1.672-0.906 0.109-1.75 0.422-2.484 0.859 0.5-0.109 1.016-0.156 1.547-0.156 1.188 0 2.344 0.266 3.406 0.781 0.75 0.375 1.062 1.266 0.688 2.016zM33.391 7.047l2.5 5c0.234 0.484 0.063 1.062-0.391 1.328l-3.266 1.859-2.312 4.172c-0.359 3.219-1.953 6.172-4.484 8.25-0.281 0.234-0.625 0.344-0.953 0.344-0.438 0-0.859-0.187-1.156-0.547-0.531-0.641-0.438-1.578 0.203-2.109 0.703-0.594 1.328-1.266 1.828-2-1.219 0.828-2.625 1.391-4.172 1.578-0.063 0.016-0.125 0.016-0.187 0.016-0.75 0-1.391-0.562-1.484-1.313-0.109-0.828 0.469-1.578 1.297-1.672 0.906-0.109 1.75-0.422 2.484-0.859-0.5 0.109-1.016 0.156-1.547 0.156-1.188 0-2.344-0.266-3.406-0.781-0.75-0.375-1.062-1.266-0.688-2.016 0.359-0.734 1.266-1.047 2-0.688 0.656 0.328 1.359 0.484 2.094 0.484 0.547 0 1.062-0.094 1.547-0.266-0.094 0-0.203 0.016-0.297 0.016-1.922 0-3.687-1.125-4.516-2.859-0.359-0.75-0.031-1.641 0.719-2 0.187-0.094 0.391-0.141 0.609-0.141-0.219 0-0.422-0.047-0.609-0.141-0.75-0.359-1.078-1.25-0.719-2 0.828-1.734 2.594-2.859 4.516-2.859v0h0.109c0.219 0.031 0.438 0.047 0.656 0.063l4.547 0.422 3.734-1.875c0.156-0.078 0.297-0.109 0.453-0.109 0.359 0 0.719 0.203 0.891 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deaf\" viewBox=\"0 0 28 28\">\n<title>deaf</title>\n<path d=\"M16.5 13c0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5c0 0.547 0.453 1 1 1s1-0.453 1-1c0-1.937 1.578-3.5 3.5-3.5s3.5 1.563 3.5 3.5zM13.047 4c-4.969 0-9 4.031-9 9 0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.859 3.141-7 7-7s7 3.141 7 7c0 1.844-0.828 2.797-1.797 3.906-1.047 1.203-2.25 2.578-2.25 5.094 0 2.203-1.797 4-4 4-0.547 0-1 0.453-1 1s0.453 1 1 1c3.313 0 6-2.688 6-6 0-1.766 0.781-2.656 1.766-3.781 1.062-1.234 2.281-2.625 2.281-5.219 0-4.969-4.031-9-9-9zM9.234 15.234l3.531 3.531-9.047 9.047c-0.25 0.25-0.656 0.25-0.906 0l-2.625-2.625c-0.25-0.25-0.25-0.656 0-0.906zM25.188 0.187l2.625 2.625c0.25 0.25 0.25 0.656 0 0.922l-3.641 3.641-0.406 0.391-1.109 1.109c-0.672-1.563-1.703-2.938-3.047-4.031l4.656-4.656c0.266-0.25 0.672-0.25 0.922 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide\" viewBox=\"0 0 24 28\">\n<title>glide</title>\n<path d=\"M13.531 8.047c0 0.5-0.109 0.984-0.203 1.469-0.328 1.563-0.641 3.125-0.969 4.688-0.047 0.219-0.047 0.219-0.281 0.234-0.156 0.016-0.328 0.031-0.484 0.031-1.344 0-1.719-1.453-1.719-2.547 0-1.625 0.641-3.797 2.156-4.656 0.25-0.125 0.516-0.219 0.797-0.219 0.641 0 0.703 0.469 0.703 1zM21.125 14.672c0-0.281-1.156-2.109-1.422-2.219-0.125-0.047-0.391-0.125-0.531-0.125-1.281 0-2.438 0.578-3.531 1.203l-0.031-0.031c0.25-1.672 0.812-3.156 0.812-4.891 0-2.484-1.328-3.641-3.781-3.641-0.359 0-0.719 0.047-1.062 0.094-3.078 0.547-4.953 4.062-4.953 6.953 0 3.063 1.766 4.75 4.813 4.75 0.063 0 0.391-0.031 0.391 0.047 0 0.031 0 0.047-0.016 0.078-0.063 0.594-0.25 1.25-0.406 1.828-0.234 0.859-1.047 2.344-2.094 2.344-0.453 0-0.656-0.313-0.656-0.734 0-1.359 1.563-2.172 1.594-2.25 0-0.063-0.078-0.125-0.109-0.156-0.484-0.438-1.281-0.797-1.937-0.797-1.188 0-1.828 1.906-1.828 2.875 0 1.813 1.141 3.063 2.969 3.063 2.703 0 4.672-2.844 5.281-5.187 0.172-0.688 0.297-1.391 0.469-2.078 0.031-0.141 0.078-0.203 0.219-0.281 1.109-0.562 2.281-0.938 3.547-0.938 0.688 0 1.297 0.125 1.984 0.281 0.016 0.016 0.047 0.016 0.063 0.016 0.094 0 0.219-0.109 0.219-0.203zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide-g\" viewBox=\"0 0 24 28\">\n<title>glide-g</title>\n<path d=\"M11.625 4.766c0-0.828-0.078-1.547-1.078-1.547-0.422 0-0.844 0.141-1.219 0.359-2.359 1.297-3.328 4.656-3.328 7.187 0 1.687 0.578 3.938 2.641 3.938 0.469 0 1.062 0.125 1.188-0.422 0.5-2.406 1-4.828 1.5-7.234 0.156-0.75 0.297-1.516 0.297-2.281zM23.406 15.016c0 0.156-0.203 0.313-0.359 0.313l-0.094-0.016c-1.062-0.156-2-0.438-3.078-0.438-1.953 0-3.75 0.578-5.484 1.453-0.219 0.109-0.266 0.203-0.328 0.422-0.281 1.062-0.469 2.156-0.734 3.219-0.938 3.641-3.984 8.031-8.156 8.031-2.844 0-4.594-1.937-4.594-4.734 0-1.516 0.984-4.469 2.812-4.469 0.641 0 3.156 0.828 3.172 1.484-0.031 0.125-2.453 1.375-2.453 3.484 0 0.641 0.313 1.141 1.016 1.141 2.484 0 3.625-4.531 3.875-6.438v-0.141c0-0.125-0.5-0.063-0.594-0.063-4.703 0-7.453-2.625-7.453-7.359 0-4.469 2.906-9.922 7.672-10.75 0.547-0.094 1.094-0.141 1.656-0.141 3.781 0 5.844 1.766 5.844 5.625 0 2.609-0.891 5.016-1.266 7.562l0.047 0.047c1.687-0.953 3.469-1.859 5.469-1.859 0.203 0 0.641 0.125 0.828 0.203 0.406 0.156 2.203 2.984 2.203 3.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-language\" viewBox=\"0 0 26 28\">\n<title>sign-language</title>\n<path d=\"M12.984 10.516c0.328 0 0.641 0.094 0.922 0.281l3.469 2.312c0.641 0.422 1.219 0.938 1.719 1.516l2.281 2.656c0.391 0.453 0.562 1.062 0.453 1.656l-1.125 6.453c-0.125 0.656-0.656 1.156-1.328 1.234l-8.234 0.875-5.5 0.5h-0.141c-0.812 0-1.5-0.656-1.5-1.5 0-0.781 0.656-1.406 1.437-1.5l4.062-0.5h-7c-0.859 0-1.547-0.719-1.5-1.578 0.047-0.812 0.766-1.422 1.578-1.422l6.906-0.016-8.141-1c-0.844-0.094-1.453-0.859-1.328-1.719 0.125-0.75 0.812-1.25 1.563-1.25h0.156l7.516 0.938-5.484-1.469c-0.781-0.203-1.375-0.922-1.25-1.719 0.125-0.75 0.766-1.266 1.484-1.266 0.109 0 0.203 0.016 0.313 0.031l7 1.5 3.391 0.578c0.031 0 0.063 0.016 0.094 0.016 0.469 0 0.703-0.641 0.281-0.922l-2.906-1.953c-0.719-0.484-0.891-1.453-0.375-2.141 0.281-0.391 0.734-0.594 1.188-0.594zM11.891 13.672l2.906 1.953-3.406-0.578-0.078-0.031-0.562-0.594-3.719-4.094c-0.031-0.031-0.047-0.078-0.078-0.109-0.484-0.641-0.375-1.578 0.297-2.094 0.625-0.484 1.516-0.328 2.063 0.25l2.219 2.297c-0.047 0.047-0.094 0.078-0.141 0.125-0.328 0.453-0.453 1-0.359 1.547 0.094 0.531 0.406 1.016 0.859 1.328zM25.75 6.578l0.234 4.156c0.047 0.766-0.016 1.547-0.172 2.297l-0.75 3.422c-0.125 0.594-0.5 1.078-1.047 1.359l-1.656 0.844c0.016-0.625-0.187-1.219-0.609-1.703l-2.281-2.656c-0.531-0.609-1.141-1.156-1.828-1.609l-3.469-2.312c-0.344-0.234-0.75-0.359-1.188-0.359-0.531 0-1.016 0.219-1.375 0.578l-3.672-4.875c-0.516-0.688-0.359-1.656 0.359-2.141 0.672-0.469 1.594-0.25 2.094 0.406l4.156 5.5-4.094-7.109c-0.438-0.734-0.187-1.687 0.578-2.094 0.719-0.375 1.625-0.078 2.031 0.625l3.766 6.563-2.125-5.266c-0.297-0.75-0.094-1.656 0.625-2.031 0.766-0.406 1.703-0.078 2.063 0.703l3.016 6.484 1.578 3.063c0.25 0.484 0.984 0.281 0.953-0.25l-0.187-3.5c-0.047-0.859 0.625-1.578 1.484-1.594 0.812 0 1.469 0.688 1.516 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-low-vision\" viewBox=\"0 0 28 28\">\n<title>low-vision</title>\n<path d=\"M5.234 21.187c-0.031 0-0.063-0.016-0.094-0.031-1.828-1.219-3.656-3.219-4.813-5.078-0.219-0.313-0.328-0.688-0.328-1.078 0-0.812 0.562-1.469 1.016-2.078 1.813-2.469 4.234-4.5 7.063-5.703-0.234-0.422-1.719-3.016-1.719-3.297 0-0.187 0.109-0.359 0.266-0.453 0.313-0.172 1.719-1 2-1 0.172 0 0.344 0.094 0.438 0.25l1.937 3.578c0.984-0.203 2-0.297 3-0.297 5.656 0 10.687 3.203 13.687 7.922 0.203 0.313 0.313 0.688 0.313 1.078s-0.109 0.766-0.313 1.078c-1.859 2.922-4.578 5.344-7.766 6.703 0.234 0.422 1.719 3.016 1.719 3.297 0 0.187-0.094 0.359-0.266 0.453-0.313 0.172-1.719 1-1.984 1-0.187 0-0.359-0.094-0.453-0.25l-1.937-3.578-1-1.859-6.937-12.812 0.109-0.109c-0.531 0.219-1.047 0.453-1.547 0.734 0.187 0.359 7.641 14.047 7.641 14.156 0 0.078-0.063 0.125-0.141 0.141-0.344 0.078-0.781 0.047-1.125 0.047-0.172 0-0.875 0.031-0.938-0.109l-7.125-13.141c-0.453 0.328-0.875 0.688-1.281 1.062 0.344 0.609 6.312 11.594 6.312 11.688 0 0.125-0.078 0.156-0.172 0.156-0.266 0-2.344-0.641-2.422-0.781l-1.656-3.078-3.5-6.453c-0.438 0.531-0.844 1.078-1.219 1.656 0.203 0.297 0.469 0.609 0.641 0.922 0.219 0.406 2.75 5.016 2.75 5.109 0 0.078-0.078 0.156-0.156 0.156zM18.203 19.594l0.766 1.422c2.922-1.188 5.328-3.375 7.031-6.016-1.734-2.672-4.203-4.891-7.172-6.078 1.391 1.328 2.172 3.156 2.172 5.078 0 2.203-1.031 4.281-2.797 5.594zM13.25 10c0 0.406 0.344 0.75 0.75 0.75 0.859 0 1.687 0.344 2.297 0.953s0.953 1.437 0.953 2.297c0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-2.625-2.125-4.75-4.75-4.75-0.406 0-0.75 0.344-0.75 0.75zM18.969 8.984l-0.141-0.063 0.109 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo\" viewBox=\"0 0 20 28\">\n<title>viadeo</title>\n<path d=\"M16.406 17.281c0 2.234-0.781 4.203-2.297 5.844-1.578 1.719-3.578 2.516-5.906 2.516-2.312 0-4.328-0.781-5.906-2.516-1.516-1.641-2.297-3.609-2.297-5.844 0-4.641 3.5-8.437 8.203-8.437 0.969 0 1.937 0.156 2.844 0.484-0.313 0.609-0.531 1.281-0.609 1.969-0.703-0.297-1.469-0.438-2.234-0.438-3.547 0-6.156 3.031-6.156 6.469 0 3.5 2.594 6.359 6.156 6.359s6.141-2.859 6.141-6.359c0-0.891-0.156-1.766-0.5-2.594 0.688-0.141 1.344-0.406 1.922-0.766 0.438 1.047 0.641 2.188 0.641 3.313zM13.219 14.328c0 3.938-1.594 7.219-4.969 9.344l-0.219 0.016c-0.328 0-0.656-0.031-0.969-0.078 4.516-1.719 5.344-8.578 5.344-12.766 0-0.531 0-1.078-0.047-1.609 0.562 1.641 0.859 3.359 0.859 5.094zM12.359 9.203v0.031c-0.812-2.391-1.937-4.703-3.219-6.875 1.969 1.328 3.047 4.547 3.219 6.844zM16.172 12.375c-0.969 0-1.828-0.516-2.5-1.172 1.594-0.875 3.609-2.234 4.531-3.859 0.109-0.219 0.297-0.625 0.328-0.875-0.906 2.031-3.219 3.625-5.375 4.125-0.344-0.531-0.547-1.125-0.547-1.766 0-0.75 0.375-1.75 0.938-2.297 0.641-0.609 1.594-0.922 2.453-1.156 1.25-0.344 2.266-1.313 2.812-2.484 0.812 1.156 1.156 2.562 1.156 3.953 0 0.703-0.109 1.984-0.375 2.656-0.578 1.406-1.75 2.875-3.422 2.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo-square\" viewBox=\"0 0 24 28\">\n<title>viadeo-square</title>\n<path d=\"M16.406 16.266c0-0.781-0.141-1.563-0.438-2.297-0.406 0.25-0.859 0.438-1.328 0.531 0.25 0.562 0.344 1.172 0.344 1.781 0 2.406-1.781 4.375-4.219 4.375-2.453 0-4.234-1.969-4.234-4.375 0-2.359 1.797-4.438 4.234-4.438 0.531 0 1.047 0.094 1.531 0.297 0.047-0.469 0.203-0.938 0.422-1.359-0.625-0.219-1.281-0.328-1.953-0.328-3.234 0-5.641 2.609-5.641 5.812s2.422 5.734 5.641 5.734 5.641-2.547 5.641-5.734zM13.625 10.719c0.031 0.375 0.031 0.75 0.031 1.109 0 2.891-0.562 7.594-3.672 8.781 0.219 0.031 0.438 0.047 0.656 0.047h0.156c2.312-1.469 3.422-3.719 3.422-6.422 0-1.203-0.203-2.391-0.594-3.516zM13.625 10.719c-0.078-1.516-0.938-3.859-2.219-4.719 0.875 1.484 1.656 3.078 2.219 4.719zM18.859 9.078c0-0.953-0.234-1.922-0.797-2.719-0.375 0.797-1.078 1.469-1.937 1.703-1.234 0.344-2.328 0.922-2.328 2.391 0 0.422 0.141 0.844 0.375 1.203 1.484-0.344 3.063-1.437 3.687-2.844-0.094 1.25-2.422 2.766-3.328 3.266 0.453 0.453 1.047 0.812 1.719 0.812 1.141 0 1.953-1.016 2.344-1.984 0.187-0.469 0.266-1.344 0.266-1.828zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat\" viewBox=\"0 0 24 28\">\n<title>snapchat</title>\n<path d=\"M19.984 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.313-2.5-1.297-3.094-2.609-0.047-0.125-0.109-0.25-0.109-0.391 0-0.703 1.953-0.562 1.953-1.563 0-0.422-0.516-0.688-0.891-0.688-0.359 0-0.641 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.031-0.594 0.078-1.188 0.078-1.781 0-0.547-0.031-1.297-0.266-1.781-0.75-1.625-2.203-2.578-3.984-2.578-1.953 0-3.437 0.719-4.297 2.578-0.234 0.484-0.266 1.234-0.266 1.781 0 0.594 0.047 1.188 0.078 1.781-0.063 0.031-0.141 0.031-0.219 0.031-0.359 0-0.641-0.234-0.969-0.234-0.391 0-0.875 0.25-0.875 0.688 0 0.969 1.953 0.844 1.953 1.547 0 0.141-0.063 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.719 1.656 0.984 2.141 1.062 0.141 0.375 0.078 1.031 0.641 1.031 0.391 0 0.781-0.141 1.203-0.141 1.641 0 2.078 1.484 3.984 1.484 1.984 0 2.359-1.484 4.016-1.484 0.422 0 0.812 0.125 1.219 0.125 0.547 0 0.484-0.656 0.625-1.016 0.484-0.078 2.141-0.344 2.141-1.062zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-ghost\" viewBox=\"0 0 26 28\">\n<title>snapchat-ghost</title>\n<path d=\"M13.25 2c2.812-0.031 5.141 1.547 6.312 4.078 0.359 0.766 0.422 1.953 0.422 2.797 0 1-0.078 1.984-0.141 2.984 0.125 0.063 0.297 0.109 0.438 0.109 0.562 0 1.031-0.422 1.594-0.422 0.531 0 1.297 0.375 1.297 1 0 1.5-3.141 1.219-3.141 2.531 0 0.234 0.094 0.453 0.187 0.672 0.75 1.641 2.172 3.219 3.859 3.922 0.406 0.172 0.812 0.266 1.25 0.359 0.281 0.063 0.438 0.266 0.438 0.547 0 1.062-2.703 1.5-3.422 1.609-0.313 0.484-0.078 1.625-0.906 1.625-0.641 0-1.281-0.203-1.969-0.203-0.328 0-0.656 0.016-0.969 0.078-1.859 0.313-2.484 2.312-5.531 2.312-2.938 0-3.641-2-5.453-2.312-0.328-0.063-0.656-0.078-0.984-0.078-0.703 0-1.375 0.234-1.937 0.234-0.875 0-0.609-1.156-0.938-1.656-0.719-0.109-3.422-0.547-3.422-1.609 0-0.281 0.156-0.484 0.438-0.547 0.438-0.094 0.844-0.187 1.25-0.359 1.672-0.688 3.125-2.281 3.859-3.922 0.094-0.219 0.187-0.438 0.187-0.672 0-1.313-3.156-1.062-3.156-2.516 0-0.609 0.719-1 1.266-1 0.484 0 0.969 0.406 1.578 0.406 0.172 0 0.344-0.031 0.5-0.109-0.063-0.984-0.141-1.969-0.141-2.969 0-0.844 0.063-2.047 0.422-2.812 1.375-2.969 3.703-4.047 6.813-4.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-square\" viewBox=\"0 0 24 28\">\n<title>snapchat-square</title>\n<path d=\"M20 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.297-2.5-1.297-3.094-2.609-0.063-0.125-0.109-0.25-0.109-0.391 0-0.703 1.937-0.562 1.937-1.563 0-0.422-0.516-0.688-0.891-0.688-0.344 0-0.625 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.047-0.594 0.078-1.203 0.078-1.797 0-0.531-0.031-1.281-0.266-1.781-0.75-1.625-2.187-2.578-3.984-2.578-1.953 0-3.437 0.734-4.297 2.578-0.234 0.5-0.281 1.25-0.281 1.797 0 0.594 0.047 1.188 0.094 1.781-0.078 0.016-0.156 0.031-0.234 0.031-0.344 0-0.641-0.25-0.969-0.25-0.391 0-0.859 0.266-0.859 0.703 0 0.969 1.937 0.844 1.937 1.547 0 0.141-0.047 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.734 1.656 1 2.156 1.078 0.141 0.375 0.078 1.031 0.625 1.031 0.406 0 0.797-0.156 1.203-0.156 1.656 0 2.094 1.484 4 1.484 1.984 0 2.359-1.484 4.031-1.484 0.406 0 0.812 0.141 1.219 0.141 0.531 0 0.484-0.656 0.609-1.016 0.5-0.078 2.156-0.344 2.156-1.078zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper\" viewBox=\"0 0 36 28\">\n<title>pied-piper</title>\n<path d=\"M36 0c-4.547 3.016-5.031 5.203-5.422 5.875-0.375 0.688-0.656 3.391-1.313 4.703-0.656 1.328-3.047 2.375-3.719 2.812-0.656 0.438-1.594 2.141-2.359 3.609-3.453-0.141-6.875 0.703-9.844 2.469 0 0-1.437 0.828-4.734 2.797 1.656-0.547 2.438-0.938 2.438-0.938 4.125-1.578 5.219-2.328 8.547-2.875 2.562-0.422 5.875-0.078 7.266 0.109 0.063 0 0.109 0.031 0.156 0.047 0.219 0.125 0.297 0.391 0.172 0.609l-3.031 5.391c-0.141 0.266-0.438 0.406-0.734 0.344-0.75-0.141-2.469-0.375-5.531-0.375-4.438 0-8.047 1.359-12.406 1.422-3.672 0.047-5.109-1.453-5.469-1.937 0-0.016-0.016-0.031-0.016-0.047 0-0.063 0.031-0.094 0.094-0.094 0 0 2.156 0 5.797-0.859 4.141-7.891 7.828-10.656 11.844-10.656 0 0 4.031 0 5.094 3.484 1.281-2.234 1.594-2.766 1.594-2.766 0.297-0.531 1.969-4.344 4.859-7.953v0c2.906-3.609 5.094-4.5 6.719-5.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-first-order\" viewBox=\"0 0 24 28\">\n<title>first-order</title>\n<path d=\"M20.656 14c0 0.406-0.016 0.797-0.078 1.188l-3.687-0.219 3.5 1.219c-0.203 0.797-0.516 1.531-0.906 2.203l-3.344-1.609 2.766 2.469c-0.469 0.641-1.031 1.203-1.672 1.687l-2.453-2.781 1.609 3.359c-0.672 0.406-1.406 0.703-2.188 0.922l-1.234-3.563 0.219 3.75c-0.391 0.063-0.781 0.094-1.188 0.094-0.391 0-0.797-0.031-1.188-0.094l0.219-3.719-1.219 3.531c-0.781-0.203-1.516-0.516-2.188-0.922l1.609-3.359-2.453 2.781c-0.641-0.469-1.203-1.047-1.687-1.687l2.781-2.469-3.344 1.625c-0.391-0.688-0.703-1.422-0.906-2.203l3.5-1.234-3.703 0.219c-0.047-0.391-0.078-0.781-0.078-1.188s0.031-0.812 0.078-1.203l3.719 0.219-3.516-1.234c0.203-0.781 0.516-1.516 0.906-2.188l3.344 1.625-2.766-2.484c0.484-0.641 1.047-1.203 1.672-1.687l2.469 2.781-1.609-3.359c0.672-0.391 1.406-0.703 2.188-0.906l1.203 3.5-0.203-3.687c0.375-0.063 0.781-0.094 1.172-0.094 0.406 0 0.797 0.031 1.188 0.094l-0.219 3.703 1.219-3.516c0.781 0.203 1.516 0.516 2.188 0.922l-1.609 3.344 2.469-2.781c0.625 0.484 1.188 1.047 1.672 1.687l-2.766 2.484 3.328-1.625c0.406 0.672 0.703 1.422 0.906 2.203l-3.5 1.219 3.703-0.219c0.063 0.391 0.078 0.797 0.078 1.203zM21.125 14c0-5.078-4.094-9.188-9.125-9.188-5.047 0-9.125 4.109-9.125 9.188 0 5.063 4.078 9.172 9.125 9.172 5.031 0 9.125-4.109 9.125-9.172zM22.266 8.016v11.969l-10.266 5.984-10.266-5.984v-11.969l10.266-5.984zM12 26.859l11.062-6.438v-12.859l-11.062-6.422-11.062 6.422v12.859zM24 7v14l-12 7-12-7v-14l12-7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yoast\" viewBox=\"0 0 26 28\">\n<title>yoast</title>\n<path d=\"M5.297 3.406h10.797l-0.406 1.125h-10.391c-2.297 0-4.172 1.891-4.172 4.188v12.047c0 1.969 1.406 3.703 3.344 4.109 0.5 0.109 1.016 0.078 1.531 0.078v1.125h-0.703c-2.922 0-5.297-2.391-5.297-5.313v-12.047c0-2.922 2.375-5.313 5.297-5.313zM18.594 0h3.859l-7.531 20.219c-1.406 3.75-3.109 7.656-7.734 7.781v-3.047c1.734-0.281 2.844-1.234 3.437-2.844 0.203-0.531 0.313-1.078 0.313-1.641s-0.109-1.125-0.313-1.656l-4.453-11.453h3.563l2.922 9.141zM26 8.719v17.359h-12.422c0.25-0.375 0.516-0.734 0.703-1.141h10.594v-16.219c0-1.781-1.125-3.375-2.797-3.969l0.391-1.047c2.125 0.719 3.531 2.781 3.531 5.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-themeisle\" viewBox=\"0 0 28 28\">\n<title>themeisle</title>\n<path d=\"M13.312 4.828c0 0.562-0.359 1.188-0.969 1.188-0.625 0-0.969-0.625-0.969-1.188 0-0.547 0.344-1.188 0.969-1.188 0.609 0 0.969 0.641 0.969 1.188zM10.75 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.094 0.531-1.094 1.141v1.781c0 0.609 0.469 1.156 1.094 1.156s1.109-0.531 1.109-1.156zM13.438 26.328v-1.781c0-0.609-0.469-1.141-1.094-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.094-0.547 1.094-1.156zM16.156 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.531 1.109-1.156zM18.875 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.547 1.109-1.156zM23.063 15.641c-1.687 3.234-4.937 5.609-8.672 5.609-5.281 0-8.781-4.625-8.781-9.656 0-0.922 0.109-1.828 0.328-2.719-1.094 1.844-1.625 3.969-1.625 6.094 0 3.297 1.359 6.656 3.906 8.797 0.281-0.531 0.812-0.891 1.422-0.891 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.797-0.781 1.359-0.781 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.812-0.781 1.359-0.781s1.062 0.313 1.359 0.781c0.281-0.469 0.797-0.781 1.344-0.781 0.594 0 1.141 0.359 1.406 0.875 2.375-1.984 3.75-5.031 3.906-8.109zM20.719 15.188c0-0.781-0.344-1.172-1.125-1.172-0.25 0-0.5 0.047-0.734 0.094-0.781 0.156-1.547 0.297-2.328 0.297-2.469 0-3.531-1.437-3.531-3.797 0-1.078 0.203-2.141 0.469-3.187-0.828 1.266-1.297 2.781-1.297 4.297 0 2.953 1.875 5.797 5.063 5.797 1.172 0 2.328-0.422 3.281-1.094 0.109-0.406 0.203-0.812 0.203-1.234zM13.813 4.891c0-0.984-0.688-2.016-1.766-2.016s-1.766 1.031-1.766 2.016c0 1 0.688 2.031 1.766 2.031s1.766-1.031 1.766-2.031zM23.641 10.187c0-2.938-1.891-5.781-5.063-5.781-1.656 0-3.203 0.828-4.312 2.016-0.391 1.297-0.75 2.812-0.75 4.188 0 2.078 0.828 3.281 3.016 3.281 0.75 0 1.484-0.141 2.219-0.297 0.281-0.047 0.547-0.094 0.828-0.094 1.078 0 1.625 0.625 1.625 1.687 0 0.234-0.016 0.484-0.063 0.719 1.578-1.422 2.5-3.594 2.5-5.719zM28 13.578c0 1.969-0.625 5.594-1.984 7.094-1.25 1.359-4.781 3.344-6.609 3.859l-0.063 0.016v1.781c0 0.891-0.688 1.672-1.594 1.672-0.547 0-1.062-0.313-1.344-0.781-0.297 0.469-0.812 0.781-1.359 0.781s-1.062-0.313-1.359-0.781c-0.281 0.469-0.797 0.781-1.344 0.781-0.562 0-1.062-0.313-1.359-0.781-0.281 0.469-0.797 0.781-1.344 0.781-1.031 0-1.609-0.859-1.609-1.797-0.891 0.672-1.953 1.062-3.094 1.062-1.203 0-2.375-0.453-3.297-1.25 0.562-0.016 1.125-0.125 1.656-0.313-1.141-0.313-2.156-1.031-2.844-1.984 0.359 0.078 0.734 0.109 1.109 0.109 0.906 0 1.797-0.25 2.562-0.719-1.203-1.203-3.094-3.219-3.75-4.781-0.313-0.734-0.375-1.719-0.375-2.5 0-2.719 1.109-8.75 4.719-8.75 0.578 0 1.031 0.266 1.266 0.812 0.203-0.297 0.422-0.578 0.656-0.844 0.109-0.141 0.313-0.297 0.391-0.453 0.438-0.688 0.641-1.156 1.188-1.859 1.766-2.25 4.469-3.797 7.375-3.797 0.328 0 0.656 0.016 0.969 0.063 0.594-0.641 1.422-1 2.281-1 0.797 0 1.625 0.328 2.188 0.891 0.047 0.047 0.078 0.125 0.078 0.187 0 0.203-0.562 0.734-0.703 0.891 0.234 0.078 0.859 0.375 0.859 0.656 0 0.156-0.156 0.281-0.25 0.391 1.719 1.516 2.703 3.672 3.078 5.906 0.234-0.281 0.562-0.469 0.938-0.469 0.578 0 1.141 0.391 1.563 0.766 1.141 1.016 1.406 2.906 1.406 4.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-circle\" viewBox=\"0 0 24 28\">\n<title>google-plus-circle</title>\n<path d=\"M14.328 14.141c0-0.344-0.031-0.672-0.094-1h-5.656v2.063h3.391c-0.25 1.656-1.813 2.578-3.391 2.578-2.078 0-3.734-1.719-3.734-3.781s1.656-3.781 3.734-3.781c0.875 0 1.75 0.297 2.391 0.922l1.625-1.578c-1.109-1.031-2.5-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fa\" viewBox=\"0 0 25 28\">\n<title>fa</title>\n<path d=\"M24 8v13.109c0 0.484-0.313 0.844-0.766 0.969-1.672 0.5-3.547 0.812-5.281 0.812-2.344 0-4.328-0.922-6.922-0.922-1.922 0-3.906 0.313-5.781 0.75v5.281h-2.5v-21.375c-1.313-0.516-2.172-1.797-2.172-3.203 0-1.891 1.531-3.422 3.422-3.422s3.422 1.531 3.422 3.422c0 1.406-0.859 2.688-2.172 3.203v1.062c1.75-0.406 3.563-0.688 5.359-0.688 1.031 0 2.063 0.078 3.094 0.234 1.344 0.203 2.703 0.672 4.078 0.672 0.859 0 1.734-0.109 2.578-0.281 0.641-0.125 2.109-0.625 2.641-0.625 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-handshake-o\" viewBox=\"0 0 36 28\">\n<title>handshake-o</title>\n<path d=\"M3 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM26.016 17.094c-1.234-1.609-2.438-3.25-3.844-4.719l-1.953 2.188c-1.719 1.953-4.797 1.906-6.469-0.094-1.188-1.437-1.188-3.5 0.031-4.922l2.766-3.219c-0.969-0.5-2.141-0.328-3.187-0.328-0.922 0-1.813 0.375-2.469 1.031l-2.469 2.469h-2.422v8.5c0.688 0 1.312-0.094 1.859 0.438l4.641 4.562c0.953 0.922 2.187 1.734 3.547 1.734 0.703 0 1.453-0.234 1.953-0.734 1.172 0.406 2.531-0.25 2.891-1.453 0.75 0.063 1.437-0.172 1.984-0.688 0.359-0.328 0.828-0.984 0.781-1.5 0.141 0.141 0.484 0.156 0.672 0.156 1.859 0 2.828-1.953 1.687-3.422zM28.5 18h1.5v-8h-1.453l-2.453-2.812c-0.656-0.75-1.641-1.188-2.641-1.188h-2.609c-0.875 0-1.719 0.391-2.281 1.047l-3.266 3.797c-0.578 0.688-0.578 1.656-0.016 2.344 0.891 1.062 2.531 1.078 3.453 0.047l3.016-3.406c0.719-0.797 2.031-0.047 1.703 0.969 0.594 0.688 1.234 1.359 1.813 2.047 0.781 0.969 1.531 1.984 2.297 2.969 0.484 0.625 0.844 1.375 0.938 2.188zM33 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM36 9v10c0 0.547-0.453 1-1 1h-6.781c-0.562 1.359-1.797 2.266-3.234 2.469-0.672 0.984-1.703 1.734-2.859 1.984-0.859 1.094-2.25 1.75-3.641 1.656-2.578 1.453-5.484 0.187-7.406-1.703l-4.484-4.406h-5.594c-0.547 0-1-0.453-1-1v-10.5c0-0.547 0.453-1 1-1h6.578c1.813-1.813 3.062-3.5 5.781-3.5h1.828c1.016 0 2 0.313 2.828 0.875 0.828-0.562 1.813-0.875 2.828-0.875h2.609c2.969 0 4.203 1.937 6 4h5.547c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open\" viewBox=\"0 0 28 28\">\n<title>envelope-open</title>\n<path d=\"M28 10.219v15.281c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-15.281c0-0.141 0.063-0.281 0.172-0.375 1.641-1.437 1.656-1.609 9.812-7.562 0.984-0.719 2.719-2.281 4.016-2.281s3.047 1.578 4.016 2.281c8.156 5.953 8.172 6.125 9.812 7.562 0.109 0.094 0.172 0.234 0.172 0.375zM19.187 19.359c2.438-1.766 4.141-3 5.391-3.938 0.219-0.156 0.266-0.469 0.094-0.688l-0.594-0.812c-0.172-0.219-0.484-0.266-0.703-0.094-1.234 0.906-2.922 2.156-5.359 3.906-0.969 0.703-2.719 2.266-4.016 2.266s-3.047-1.563-4.016-2.266c-2.438-1.766-4.125-3-5.359-3.906-0.219-0.172-0.531-0.125-0.703 0.094l-0.594 0.812c-0.172 0.219-0.125 0.531 0.094 0.688 1.25 0.938 2.953 2.172 5.391 3.938 1.219 0.875 3.141 2.641 5.187 2.641 2.063 0 4.031-1.797 5.187-2.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open-o\" viewBox=\"0 0 28 28\">\n<title>envelope-open-o</title>\n<path d=\"M23.031 14.266l0.609 0.797c0.172 0.219 0.125 0.516-0.078 0.688-1.563 1.219-5.156 3.984-5.313 4.109-1.109 0.906-2.609 2.156-4.234 2.141h-0.031c-1.625 0-3.125-1.234-4.234-2.141-0.172-0.141-3.641-2.812-5.172-4-0.219-0.172-0.266-0.469-0.094-0.688l0.578-0.812c0.172-0.234 0.5-0.281 0.719-0.094 1.062 0.828 2.562 1.984 4.781 3.687 0.781 0.594 2.328 2.047 3.422 2.047h0.031c1.094 0 2.641-1.453 3.422-2.047 2.297-1.766 3.828-2.938 4.891-3.781 0.219-0.172 0.531-0.125 0.703 0.094zM26 25.5v-14.5c-1.563-1.453-1.328-1.328-8.563-6.922-0.781-0.609-2.328-2.078-3.422-2.078h-0.031c-1.094 0-2.641 1.469-3.422 2.078-7.234 5.594-7 5.469-8.563 6.922v14.5c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 11v14.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-14.5c0-0.562 0.234-1.094 0.641-1.469 3.203-2.969 6.891-5.547 9.109-7.375 1.094-0.906 2.609-2.156 4.234-2.156h0.031c1.625 0 3.141 1.25 4.234 2.156 2.063 1.703 5.984 4.469 9.109 7.375 0.406 0.375 0.641 0.906 0.641 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linode\" viewBox=\"0 0 24 28\">\n<title>linode</title>\n<path d=\"M5.156 23.984l3.156 3.344-0.531-3.687-3.375-3.328zM8.687 27.516l4.281-3.406-0.172-3.828-4.688 3.359zM3.828 17.547l3.547 3.328-0.75-5.109-3.828-3.187zM7.734 21.047l4.953-3.344-0.219-5.063-5.5 3.125zM13.172 21.219l1.484 1.25-0.031-3.734-1.609-1.234c0 0.125 0.063 0.344-0.063 0.438l-1.219 0.812 1.328 1.094c0.156 0.125 0.109 1.188 0.109 1.375zM2.156 9.469l4 3.125-1.062-7.266-4.359-2.703zM18.328 19.828l0.234-3.656-3.594 2.562 0.031 3.75zM6.516 12.719l5.828-3.031-0.297-6.891-6.609 2.547zM19.844 18.422l0.313-3.641-3.531-2.219-0.031 1.641 2.25 1.484c0.047 0.031 0.078 0.094 0.063 0.141l-0.109 1.859zM22.828 16.25l0.469-3.469-2.797 2-0.313 3.563zM19.891 18.859l-1.109-0.766-0.125 1.828c0 0.047-0.016 0.094-0.063 0.125l-3.656 2.922c-0.063 0.047-0.156 0.047-0.219 0l-1.531-1.297 0.109 2.516c0 0.047-0.016 0.094-0.063 0.125l-4.578 3.656c-0.031 0.016-0.063 0.031-0.094 0.031-0.047-0.016-0.094-0.016-0.125-0.047l-3.563-3.781c-0.078-0.078-0.844-3.938-0.922-4.328-0.016-0.063 0.031-0.141 0.078-0.172l0.953-0.578c-0.187-0.172-1.453-1.281-1.484-1.437l-1.125-5.484c-0.016-0.063 0.016-0.141 0.094-0.187l1.469-0.703c-0.25-0.187-2.063-1.5-2.109-1.687l-1.5-7.281c-0.016-0.094 0.031-0.172 0.109-0.203l6.766-2.109c0.031 0 0.078 0 0.125 0.016l4.953 2.391c0.047 0.031 0.094 0.094 0.094 0.141l0.313 7.234c0 0.063-0.031 0.125-0.094 0.156l-1.844 0.953 1.969 1.328c0.047 0.016 0.078 0.078 0.078 0.125l0.078 1.922 1.891-1.156c0.047-0.031 0.125-0.031 0.172 0l1.313 0.875 0.047-1.719c0-0.047 0.031-0.109 0.078-0.141l3.219-1.969c0.063-0.031 0.125-0.031 0.172 0l3.828 2.109c0.031 0.031 0.063 0.063 0.078 0.109 0.031 0.109-0.484 3.625-0.531 3.984 0 0.047-0.031 0.094-0.063 0.109l-2.984 2.391c-0.063 0.047-0.141 0.047-0.203 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book\" viewBox=\"0 0 26 28\">\n<title>address-book</title>\n<path d=\"M18.766 19.344c0-2.766-0.672-5.844-3.453-5.844-0.859 0.5-2.031 1.359-3.313 1.359s-2.453-0.859-3.313-1.359c-2.781 0-3.453 3.078-3.453 5.844 0 1.547 1.016 2.656 2.266 2.656h9c1.25 0 2.266-1.109 2.266-2.656zM16.063 10.063c0-2.25-1.828-4.062-4.062-4.062s-4.062 1.813-4.062 4.062c0 2.234 1.828 4.047 4.062 4.047s4.062-1.813 4.062-4.047zM26 18.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book-o\" viewBox=\"0 0 26 28\">\n<title>address-book-o</title>\n<path d=\"M16.063 10.063c0 2.234-1.828 4.047-4.062 4.047s-4.062-1.813-4.062-4.047c0-2.25 1.828-4.062 4.062-4.062s4.062 1.813 4.062 4.062zM15.313 13.5c2.984 0 3.453 3.547 3.453 5.844 0 1.313-0.828 2.656-2.266 2.656h-9c-1.437 0-2.266-1.344-2.266-2.656 0-2.203 0.469-5.844 3.375-5.844h0.078c1.031 0.609 2.078 1.359 3.313 1.359s2.281-0.75 3.313-1.359zM26 9.5c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.266 0 0.5 0.234 0.5 0.5v3zM22 25.5v-23c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v23c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card\" viewBox=\"0 0 32 28\">\n<title>address-card</title>\n<path d=\"M16 17.672c0-2.422-0.594-5.109-3.063-5.109-0.766 0.438-1.797 1.188-2.938 1.188s-2.172-0.75-2.938-1.188c-2.469 0-3.063 2.688-3.063 5.109 0 1.359 0.891 2.328 2 2.328h8c1.109 0 2-0.969 2-2.328zM13.547 9.547c0-1.953-1.594-3.547-3.547-3.547s-3.547 1.594-3.547 3.547c0 1.969 1.594 3.547 3.547 3.547s3.547-1.578 3.547-3.547zM28 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM28 13.438v-0.875c0-0.313-0.25-0.562-0.562-0.562h-8.875c-0.313 0-0.562 0.25-0.562 0.562v0.875c0 0.313 0.25 0.562 0.562 0.562h8.875c0.313 0 0.562-0.25 0.562-0.562zM28 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-5.5v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-12v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-5.5c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card-o\" viewBox=\"0 0 32 28\">\n<title>address-card-o</title>\n<path d=\"M16 17.672c0 1.359-0.891 2.328-2 2.328h-8c-1.109 0-2-0.969-2-2.328 0-2.422 0.594-5.109 3.062-5.109 0.766 0.438 1.797 1.188 2.938 1.188s2.172-0.75 2.938-1.188c2.469 0 3.062 2.688 3.062 5.109zM13.547 9.547c0 1.969-1.594 3.547-3.547 3.547s-3.547-1.578-3.547-3.547c0-1.953 1.594-3.547 3.547-3.547s3.547 1.594 3.547 3.547zM28 16.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM28 12.563v0.875c0 0.313-0.25 0.562-0.562 0.562h-8.875c-0.313 0-0.562-0.25-0.562-0.562v-0.875c0-0.313 0.25-0.562 0.562-0.562h8.875c0.313 0 0.562 0.25 0.562 0.562zM28 8.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-19c0-0.266-0.234-0.5-0.5-0.5h-27c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h5.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h12v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h5.5c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle\" viewBox=\"0 0 28 28\">\n<title>user-circle</title>\n<path d=\"M23.797 20.922c-0.406-2.922-1.594-5.516-4.25-5.875-1.375 1.5-3.359 2.453-5.547 2.453s-4.172-0.953-5.547-2.453c-2.656 0.359-3.844 2.953-4.25 5.875 2.172 3.063 5.75 5.078 9.797 5.078s7.625-2.016 9.797-5.078zM20 10c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM28 14c0 7.703-6.25 14-14 14-7.734 0-14-6.281-14-14 0-7.734 6.266-14 14-14s14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle-o\" viewBox=\"0 0 28 28\">\n<title>user-circle-o</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14 0 7.688-6.234 14-14 14-7.75 0-14-6.297-14-14 0-7.734 6.266-14 14-14zM23.672 21.109c1.453-2 2.328-4.453 2.328-7.109 0-6.609-5.391-12-12-12s-12 5.391-12 12c0 2.656 0.875 5.109 2.328 7.109 0.562-2.797 1.922-5.109 4.781-5.109 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c2.859 0 4.219 2.312 4.781 5.109zM20 11c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-o\" viewBox=\"0 0 24 28\">\n<title>user-o</title>\n<path d=\"M18.766 12.25c2.203 0.641 5.234 2.812 5.234 9.922 0 3.219-2.391 5.828-5.328 5.828h-13.344c-2.938 0-5.328-2.609-5.328-5.828 0-7.109 3.031-9.281 5.234-9.922-0.781-1.234-1.234-2.688-1.234-4.25 0-4.406 3.594-8 8-8s8 3.594 8 8c0 1.563-0.453 3.016-1.234 4.25zM12 2c-3.313 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6-2.688-6-6-6zM18.672 26c1.828 0 3.328-1.703 3.328-3.828 0-4.922-1.656-8-4.75-8.156-1.406 1.234-3.234 1.984-5.25 1.984s-3.844-0.75-5.25-1.984c-3.094 0.156-4.75 3.234-4.75 8.156 0 2.125 1.5 3.828 3.328 3.828h13.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-id-badge\" viewBox=\"0 0 20 28\">\n<title>id-badge</title>\n<path d=\"M16 19.656c0 1.344-0.891 2.344-2 2.344h-8c-1.109 0-2-1-2-2.344 0-2.438 0.609-5.141 3.062-5.141 0.766 0.719 1.797 1.172 2.938 1.172s2.172-0.453 2.938-1.172c2.453 0 3.062 2.703 3.062 5.141zM13.594 11.547c0 1.969-1.609 3.547-3.594 3.547s-3.594-1.578-3.594-3.547c0-1.953 1.609-3.547 3.594-3.547s3.594 1.594 3.594 3.547zM18 25.5v-21.5h-16v21.5c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM20 2.5v23c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h5.5v1.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-1.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license\" viewBox=\"0 0 32 28\">\n<title>drivers-license</title>\n<path d=\"M14 18.937c0-2.063-0.5-4.438-2.562-4.438-0.625 0.625-1.484 1-2.438 1s-1.813-0.375-2.438-1c-2.063 0-2.562 2.375-2.562 4.438 0 1.141 0.75 2.063 1.672 2.063h6.656c0.922 0 1.672-0.922 1.672-2.063zM12 12c0-1.656-1.344-3-3-3s-3 1.344-3 3 1.344 3 3 3 3-1.344 3-3zM28 19.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM22 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM28 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM28 11.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM2 6h28v-1.5c0-0.281-0.219-0.5-0.5-0.5h-27c-0.281 0-0.5 0.219-0.5 0.5v1.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license-o\" viewBox=\"0 0 32 28\">\n<title>drivers-license-o</title>\n<path d=\"M14 18.937c0 1.141-0.75 2.063-1.672 2.063h-6.656c-0.922 0-1.672-0.922-1.672-2.063 0-2.063 0.5-4.438 2.562-4.438 0.625 0.625 1.484 1 2.438 1s1.813-0.375 2.438-1c2.063 0 2.562 2.375 2.562 4.438zM12 12c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 18.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 10.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-17.5h-28v17.5c0 0.266 0.234 0.5 0.5 0.5h27c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quora\" viewBox=\"0 0 28 28\">\n<title>quora</title>\n<path d=\"M19.609 12.297c0-6.516-2.031-9.859-6.797-9.859-4.688 0-6.719 3.344-6.719 9.859 0 6.484 2.031 9.797 6.719 9.797 0.75 0 1.422-0.078 2.047-0.266v0c-0.969-1.906-2.109-3.828-4.328-3.828-0.422 0-0.844 0.063-1.234 0.25l-0.766-1.516c0.922-0.797 2.406-1.422 4.312-1.422 2.984 0 4.5 1.437 5.719 3.266 0.703-1.563 1.047-3.672 1.047-6.281zM25.703 22.172h1.828c0.109 1.125-0.453 5.828-5.563 5.828-3.094 0-4.719-1.797-5.953-3.891v0c-1.016 0.281-2.109 0.422-3.203 0.422-6.25 0-12.359-4.984-12.359-12.234 0-7.313 6.125-12.297 12.359-12.297 6.359 0 12.406 4.953 12.406 12.297 0 4.094-1.906 7.422-4.672 9.562 0.891 1.344 1.813 2.234 3.094 2.234 1.406 0 1.969-1.078 2.063-1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-free-code-camp\" viewBox=\"0 0 36 28\">\n<title>free-code-camp</title>\n<path d=\"M7.078 25.578c0 0.438-0.391 0.844-0.828 0.844-0.063 0-0.141-0.031-0.203-0.047v0c-0.875-0.203-2-1.516-2.531-2.188-2.438-3.078-3.516-6.672-3.516-10.563 0-3.625 1.094-6.734 3.328-9.594 0.516-0.672 2.047-2.438 2.953-2.438 0.391 0 0.797 0.313 0.797 0.719 0 0.469-0.688 1.109-0.984 1.406-0.859 0.891-1.656 1.797-2.297 2.875-1.328 2.219-1.859 4.438-1.859 7.016 0 2.766 0.516 5.266 1.922 7.672 0.594 1.016 1.297 1.859 2.125 2.703 0.328 0.359 1.094 1.062 1.094 1.594zM28.063 23.484c0 0.578-0.391 1.062-1 1.062h-16.891c-0.547 0-1-0.453-1-1 0-0.578 0.391-1.062 1-1.062h16.891c0.547 0 1 0.453 1 1zM24.703 13.937c0 1.312-0.297 2.531-1.047 3.641-0.516 0.766-1.563 1.75-2.391 2.172-0.125 0.078-0.281 0.156-0.422 0.156-0.125 0-0.359-0.141-0.359-0.281 0-0.453 1.906-1.531 1.906-3.625 0-0.688-0.172-1.453-0.547-2.031-0.109-0.156-0.5-0.656-0.719-0.656-0.047 0-0.047 0.031-0.047 0.078 0 0.375 0.234 0.734 0.234 1.125 0 0.5-0.609 0.75-1.031 0.75-0.734 0-1.031-0.516-1.031-1.188 0-0.453 0.047-0.922 0.047-1.375 0-0.328-0.016-0.422-0.156-0.719-0.219-0.422-0.938-1.281-1.453-1.281-0.141 0-0.187 0-0.187 0.141 0 0.219 0.5 0.453 0.5 1.25 0 2.078-2.859 2.453-2.859 4.531 0 0.938 0.125 1.719 0.656 2.5 0.328 0.484 0.688 0.766 1.234 0.984 0.141 0.047 0.281 0.063 0.281 0.234s-0.141 0.25-0.281 0.25c-0.078 0-0.438-0.141-0.516-0.172v0c-2.406-0.875-4.234-2.969-4.234-5.594 0-3.109 3.734-5.828 3.734-8.813 0-0.578-0.094-0.984-0.391-1.469-0.172-0.281-0.594-0.828-0.875-1-0.125-0.063-0.297-0.172-0.297-0.328 0-0.266 0.453-0.313 0.641-0.313 0.562 0 1.203 0.203 1.719 0.453 2.172 1.031 2.625 2.609 3 4.797 0.094 0.516 0.281 2.156 1.031 2.156 0.484 0 0.797-0.328 0.797-0.797 0-0.703-0.625-1.469-0.625-1.859 0-0.109 0.063-0.156 0.156-0.156 0.391 0 1.203 0.828 1.453 1.094 1.516 1.609 2.078 3.172 2.078 5.344zM36 14.391c0 2.75-0.734 5.5-2.156 7.859-0.656 1.094-2.812 4.156-4.234 4.156-0.328 0-0.719-0.406-0.719-0.734 0-0.531 1.828-2.234 2.281-2.812 1.937-2.438 2.859-5.187 2.859-8.297 0-2.562-0.313-4.641-1.453-6.969-0.703-1.437-1.437-2.406-2.547-3.563-0.359-0.375-1.141-1.078-1.141-1.641 0-0.391 0.406-0.812 0.797-0.812 1.031 0 2.516 1.906 3.063 2.641 2.094 2.812 2.984 5.703 3.219 9.172 0.016 0.328 0.031 0.672 0.031 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-telegram\" viewBox=\"0 0 28 28\">\n<title>telegram</title>\n<path d=\"M18.578 20.422l2.297-10.828c0.203-0.953-0.344-1.328-0.969-1.094l-13.5 5.203c-0.922 0.359-0.906 0.875-0.156 1.109l3.453 1.078 8.016-5.047c0.375-0.25 0.719-0.109 0.438 0.141l-6.484 5.859-0.25 3.563c0.359 0 0.516-0.156 0.703-0.344l1.687-1.625 3.5 2.578c0.641 0.359 1.094 0.172 1.266-0.594zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer\" viewBox=\"0 0 16 28\">\n<title>thermometer</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-14.172h2v14.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-3\" viewBox=\"0 0 16 28\">\n<title>thermometer-3</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-10.172h2v10.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-2\" viewBox=\"0 0 16 28\">\n<title>thermometer-2</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-6.172h2v6.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-1\" viewBox=\"0 0 16 28\">\n<title>thermometer-1</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-2.172h2v2.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-0\" viewBox=\"0 0 16 28\">\n<title>thermometer-0</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.641 1.328-3 3-3s3 1.375 3 3zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shower\" viewBox=\"0 0 30 28\">\n<title>shower</title>\n<path d=\"M22.391 3.891c0.203 0.203 0.203 0.516 0 0.719l-9.781 9.781c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l0.688-0.688c-1.516-1.906-1.703-4.516-0.547-6.594-0.719-0.688-1.687-1.109-2.75-1.109-2.203 0-4 1.797-4 4v20h-4v-20c0-4.406 3.594-8 8-8 2.25 0 4.281 0.938 5.734 2.438 1.969-0.797 4.25-0.5 5.969 0.859l0.688-0.688c0.203-0.203 0.516-0.203 0.719 0zM21 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM25 10c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM29 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM22 11c0-0.547 0.453-1 1-1s1 0.453 1 1-0.453 1-1 1-1-0.453-1-1zM27 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 14c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM25 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 16c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM23 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 18c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 20c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bath\" viewBox=\"0 0 28 28\">\n<title>bath</title>\n<path d=\"M26 17v3c0 1.781-0.781 3.359-2 4.469v3.031c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.844c-0.625 0.219-1.297 0.344-2 0.344h-12c-0.703 0-1.375-0.125-2-0.344v1.719c0 0.344-0.219 0.625-0.5 0.625h-1c-0.281 0-0.5-0.281-0.5-0.625v-2.906c-1.219-1.109-2-2.688-2-4.469v-3h24zM11 10.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 9.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-10c0-2.203 1.797-4 4-4 1.125 0 2.141 0.469 2.875 1.219 0.969-0.391 2.125-0.25 2.984 0.422l0.344-0.344c0.094-0.094 0.25-0.094 0.344 0l0.656 0.656c0.094 0.094 0.094 0.25 0 0.344l-4.906 4.906c-0.094 0.094-0.25 0.094-0.344 0l-0.656-0.656c-0.094-0.094-0.094-0.25 0-0.344l0.344-0.344c-0.75-0.953-0.844-2.266-0.266-3.313-0.359-0.344-0.844-0.547-1.375-0.547-1.109 0-2 0.891-2 2v10h23.5c0.281 0 0.5 0.219 0.5 0.5zM14 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM14 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM16 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM17 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-podcast\" viewBox=\"0 0 24 28\">\n<title>podcast</title>\n<path d=\"M15.531 18.625c0 1.031-0.109 2.063-0.266 3.078-0.234 1.625-0.469 3.297-0.859 4.891-0.281 1.141-1.344 1.406-2.375 1.406s-2.094-0.266-2.375-1.406c-0.391-1.594-0.625-3.266-0.859-4.891-0.156-1.016-0.266-2.047-0.266-3.078 0-2.109 1.703-2.625 3.5-2.625s3.5 0.516 3.5 2.625zM24 12c0 5.063-3.125 9.391-7.562 11.156-0.172 0.063-0.359-0.094-0.328-0.281 0.047-0.328 0.094-0.672 0.156-1.031 0.031-0.25 0.063-0.5 0.094-0.734 0.016-0.094 0.063-0.156 0.141-0.187 3.25-1.656 5.5-5.031 5.5-8.922 0-5.703-4.781-10.297-10.547-9.984-5.281 0.281-9.484 4.781-9.453 10.063 0.031 3.891 2.297 7.25 5.563 8.875 0.078 0.031 0.125 0.109 0.141 0.187 0.031 0.219 0.063 0.453 0.094 0.703 0.063 0.375 0.109 0.719 0.172 1.062 0.031 0.187-0.172 0.344-0.344 0.266-4.641-1.813-7.875-6.438-7.609-11.766 0.297-6.047 5.172-11 11.219-11.375 6.969-0.438 12.766 5.094 12.766 11.969zM15.531 11.5c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5zM20.031 12c0 2.578-1.234 4.891-3.125 6.344-0.156 0.125-0.375 0.016-0.406-0.187-0.047-0.438-0.172-0.953-0.453-1.437-0.063-0.094-0.047-0.219 0.047-0.313 1.188-1.094 1.937-2.656 1.937-4.406 0-3.531-3.078-6.359-6.687-5.969-2.766 0.313-5.016 2.594-5.281 5.375-0.203 1.969 0.578 3.781 1.906 5 0.094 0.094 0.109 0.219 0.047 0.313-0.281 0.484-0.406 1-0.453 1.453-0.031 0.187-0.25 0.297-0.406 0.172-1.937-1.5-3.172-3.859-3.125-6.516 0.094-4.156 3.469-7.625 7.609-7.812 4.594-0.219 8.391 3.437 8.391 7.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-maximize\" viewBox=\"0 0 28 28\">\n<title>window-maximize</title>\n<path d=\"M4 22h20v-12h-20v12zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-minimize\" viewBox=\"0 0 28 28\">\n<title>window-minimize</title>\n<path d=\"M28 20.5v3c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-restore\" viewBox=\"0 0 32 28\">\n<title>window-restore</title>\n<path d=\"M4 24h12v-8h-12v8zM20 16h8v-12h-12v4h1.5c1.375 0 2.5 1.125 2.5 2.5v5.5zM32 2.5v15c0 1.375-1.125 2.5-2.5 2.5h-9.5v5.5c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h9.5v-5.5c0-1.375 1.125-2.5 2.5-2.5h15c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle\" viewBox=\"0 0 28 28\">\n<title>times-rectangle</title>\n<path d=\"M18.359 20.641l2.281-2.281c0.203-0.203 0.203-0.516 0-0.719l-3.641-3.641 3.641-3.641c0.203-0.203 0.203-0.516 0-0.719l-2.281-2.281c-0.203-0.203-0.516-0.203-0.719 0l-3.641 3.641-3.641-3.641c-0.203-0.203-0.516-0.203-0.719 0l-2.281 2.281c-0.203 0.203-0.203 0.516 0 0.719l3.641 3.641-3.641 3.641c-0.203 0.203-0.203 0.516 0 0.719l2.281 2.281c0.203 0.203 0.516 0.203 0.719 0l3.641-3.641 3.641 3.641c0.203 0.203 0.516 0.203 0.719 0zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle-o\" viewBox=\"0 0 28 28\">\n<title>times-rectangle-o</title>\n<path d=\"M19.641 17.359l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.641-2.641-2.641 2.641c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.641-2.641-2.641-2.641c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.641 2.641 2.641-2.641c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.641 2.641 2.641 2.641c0.203 0.203 0.203 0.516 0 0.719zM4 22h20v-16h-20v16zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bandcamp\" viewBox=\"0 0 28 28\">\n<title>bandcamp</title>\n<path d=\"M16.719 18.406l4.781-8.813h-10.219l-4.781 8.813h10.219zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-grav\" viewBox=\"0 0 28 28\">\n<title>grav</title>\n<path d=\"M20.172 7.438c-0.5-0.562-1.313 0.391-0.875 0.906 0.422 0.516 1.813 0.141 0.875-0.906zM13.984 11.281c-0.172 0.172-0.438 0.172-0.594 0-0.172-0.156-0.172-0.422 0-0.578 0.156-0.172 0.422-0.172 0.594 0 0.156 0.156 0.156 0.422 0 0.578zM16.562 12.437l-0.547 0.547c-0.25 0.266-0.672 0.266-0.938 0l-0.594-0.594c-0.25-0.266-0.25-0.672 0-0.938l0.547-0.547c0.25-0.25 0.672-0.25 0.938 0l0.594 0.609c0.25 0.25 0.25 0.672 0 0.922zM14.859 10.406c-0.156 0.156-0.422 0.156-0.594 0-0.156-0.172-0.156-0.438 0-0.594 0.172-0.172 0.438-0.172 0.594 0 0.172 0.156 0.172 0.422 0 0.594zM21.156 8.875c-0.703 1.328-2.547 1.875-3.672 1.078-1.125-0.812-1.906-2.438-0.672-3.844 1.219-1.406 2.297-0.969 3.375 0.047 0.672 0.641 1.656 1.406 0.969 2.719zM24.297 16.406c0.141-0.906-1.156-0.938-1.437-1.453-0.766-1.359-1.563-2.078-3.078-1.719 0.656-0.453 1.328-0.344 1.328-0.344 0.016-0.359 0-0.734-0.531-1.406 0.219-0.703 0.016-1.266 0.016-1.266 0.875-0.484 1.516-1.375 1.641-2.438 0.203-1.75-1.062-3.344-2.812-3.547-1.25-0.141-2.469 0.438-3.063 1.453-1.313 2.266 0.078 4 1.266 4.594-0.812-0.078-1.937-0.672-2.266-1.937-0.375-1.453 0.156-2.812 0.5-3.469 0 0-0.25-0.328-0.453-0.5 0 0-0.781 0-1.391 0.297 0.672-0.859 1.422-0.812 1.422-0.812 0-0.359-0.031-0.844-0.203-1.219-0.313-0.641-1.406-0.734-1.828 0.234 0.016-0.047 0.031-0.078 0.063-0.109-0.281 0.672-0.063 3.156 0.953 4.922-0.141 0.078-0.516 0.344-0.734 0.562-1.219 0.547-3.172 3.406-3.172 3.406-1.594 0.609-4.375 2.875-4 4.5v0c0.016 0.172 0.078 0.313 0.172 0.422-0.156 0.125-0.313 0.281-0.469 0.469-0.672 0.781-0.297 1.984 1 1.375 0.891-0.406 1.687-1.141 2.063-1.719 0 0-0.328-0.281-0.938-0.25 1.563-0.375 1.953-0.531 2.625-0.516 0.453 0.219 0.453-1.937 0.453-1.937 0-0.828-0.125-1.75-0.625-2.344 0.703 0.688 1.641 1.844 1.578 3.422-0.047 1.031-0.859 1.297-0.859 1.297-0.516 0.938-2.438 3.719-1.719 5.984 0 0-0.547-0.844-0.578-1.25-0.984 1.094-2.641 2.953-1.406 3.641 1.5 0.828 6.156-5 7.141-8.031 1.953-1.172 3.125-2.672 3.609-3.672 1.25 2.484 5.406 5.359 5.734 3.359zM28.031 14c0 7.734-6.281 14-14.016 14s-14.016-6.266-14.016-14 6.281-14 14.016-14 14.016 6.266 14.016 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-etsy\" viewBox=\"0 0 24 28\">\n<title>etsy</title>\n<path d=\"M8.094 2.859v10.234c3.625 0.031 5.531-0.156 5.531-0.156 1.469-0.047 1.687-0.422 2.031-1.859l0.516-2.219h1.609l-0.219 5.031 0.109 4.984h-1.609l-0.453-1.984c-0.328-1.484-0.969-1.844-2.016-1.859 0 0-1.344-0.125-5.5-0.125v8.687c0 1.625 0.891 2.391 2.766 2.391h5.578c1.875 0 3.563-0.187 4.719-2.859l1.453-3.375h1.391c-0.109 0.672-0.859 6.875-0.969 8.25-5.141-0.187-7.344-0.187-7.344-0.187h-9.812l-5.875 0.187v-1.594l1.984-0.391c1.391-0.266 1.813-0.672 1.828-1.813 0.094-3.781 0.125-10.047 0.125-10.047s0.047-6.281-0.125-10.078c-0.047-1.297-0.438-1.609-1.828-1.875l-1.984-0.375v-1.594l5.875 0.187h10.969s2.172 0 5.844-0.422c-0.219 2.391-0.484 7.906-0.484 7.906h-1.453l-0.5-1.937c-0.609-2.422-1.422-3.719-2.922-3.719h-8.563c-0.641 0-0.672 0.219-0.672 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-imdb\" viewBox=\"0 0 24 28\">\n<title>imdb</title>\n<path d=\"M14.406 12.453v2.844c0 0.562 0.109 1.078-0.594 1.062v-4.828c0.688 0 0.594 0.359 0.594 0.922zM19.344 13.953v1.891c0 0.313 0.094 0.828-0.359 0.828-0.094 0-0.172-0.047-0.219-0.141-0.125-0.297-0.063-2.547-0.063-2.578 0-0.219-0.063-0.734 0.281-0.734 0.422 0 0.359 0.422 0.359 0.734zM2.812 17.641h1.906v-7.375h-1.906v7.375zM9.594 17.641h1.656v-7.375h-2.484l-0.438 3.453c-0.156-1.156-0.313-2.312-0.5-3.453h-2.469v7.375h1.672v-4.875l0.703 4.875h1.188l0.672-4.984v4.984zM16.234 12.875c0-0.469 0.016-0.969-0.078-1.406-0.25-1.297-1.813-1.203-2.828-1.203h-1.422v7.375c4.969 0 4.328 0.344 4.328-4.766zM21.187 15.953v-2.078c0-1-0.047-1.734-1.281-1.734-0.516 0-0.859 0.156-1.203 0.531v-2.406h-1.828v7.375h1.719l0.109-0.469c0.328 0.391 0.688 0.562 1.203 0.562 1.141 0 1.281-0.875 1.281-1.781zM24 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ravelry\" viewBox=\"0 0 34 28\">\n<title>ravelry</title>\n<path d=\"M17.859 27.078c-0.063-0.016-0.109-0.031-0.172-0.063 0 0-5.141-3.016-6.875-7.891-0.578-0.094-1.797-0.375-2.734-0.578v0c1.359 4.422 5.141 7.797 9.781 8.531zM7.844 17.609l2.625 0.438c-0.891-2.672-1-5.719-1-5.719-1.047 1.016-1.609 2.406-1.891 3.5v0c0.047 0.609 0.125 1.203 0.266 1.781zM9.562 8.094v0c-0.484 0.719-0.875 1.5-1.203 2.312 0.516-0.547 0.938-0.906 1.156-1.062-0.031-0.469 0.047-1.25 0.047-1.25zM32.016 14.875c0-6.813-5.5-12.344-12.25-12.344-3.125 0-5.969 1.188-8.141 3.141-0.328 0.641-0.547 1.453-0.703 2.5 3.328-2.828 9.266-2.125 9.266-2.125 1.484 0.063 1.313 1.375 1.297 1.781-5.406-0.453-8.062 1.094-10.687 3.328 0 0 0.516 5 1.703 7.031 6.844 0.313 12.047-3.406 12.047-3.406 0.656-0.469 1.234-0.516 1.359 0.297 0.094 0.656 0.141 1.547-0.609 1.891-2.281 1.062-4.797 1.734-7.297 2.094-1.625 0.234-2.531 0.297-4.953 0.25 2.312 5.375 8.094 6.844 8.094 6.844 1.813 0.297 3.187 0.063 4.109-0.234v0c4-2.031 6.766-6.219 6.766-11.047zM33.172 14.297c-0.109 1.062-0.281 2.297-0.625 3.313-1.406 4.172-3.359 6.891-7.812 9.375-0.406 0.281-0.844 0.547-1.281 0.688-0.797 0.281-1.656 0.344-2.547 0.25-0.375 0.031-0.75 0.047-1.141 0.047-5.953 0-10.984-4.062-12.5-9.609-0.047 0-0.094-0.016-0.141-0.016-0.359 2.812 1.719 6.609 1.719 6.609s0.125 0.187 0.844 1.281c-3.984-2.109-4.094-8.328-4.094-8.328-0.953-0.359-4.266-1.484-4.844-2.406 0 0 2.594 1.422 4.828 1.703-0.016-0.016 0.031-0.5 0.031-0.5 0.141-1.906 0.797-3.391 1.469-4.531 0.438-2.141 1.406-4.078 2.75-5.703 0.234-0.969 0.609-2.125 1.266-3.344 0.281-0.531 0.547-0.875 1.266-1.203 4.75-2.219 9.438-2.781 14.25-0.281v0c4.609 2.406 7.109 7.438 6.563 12.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eercast\" viewBox=\"0 0 27 28\">\n<title>eercast</title>\n<path d=\"M20.953 12.25c0.547-0.844-0.094-2.984-2-4.25-1.891-1.266-4.312-1.172-4.875-0.328-0.547 0.828 0.625 0.297 2.766 1.094 3.531 1.313 3.563 4.328 4.109 3.484zM26.625 21.219c-4.422 10.875-24.344 8.125-23.922-5.984 0.047-1.797 0.547-3 1.062-4.719-3.297 13.5 15.094 21.359 22.641 10.703 0.281-0.391 0.359-0.359 0.219 0zM22.891 14.203c0 4.422-3.563 8.016-7.953 8.016s-7.953-3.594-7.953-8.016 3.563-8.016 7.953-8.016 7.953 3.594 7.953 8.016zM27.375 9.703c-5.563-12.625-28.531-7.969-25.984 9.203-5.281-17.203 16.484-25.094 24.531-12.844 0.656 1 1.406 2.75 1.453 3.641zM26.406 15.047c0.266-5.281-3.391-8.891-8.328-10.25-0.078 0-0.422-0.141 0.219-0.203 12.063 0.406 12.5 19.688-0.641 19.906 4.281-1.188 8.484-4.156 8.75-9.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microchip\" viewBox=\"0 0 24 28\">\n<title>microchip</title>\n<path d=\"M3 20v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 16v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 12v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 8v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 4v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM20 1.5v23c0 0.828-0.672 1.5-1.5 1.5h-13c-0.828 0-1.5-0.672-1.5-1.5v-23c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5zM24 20.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 16.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 12.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 8.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 4.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snowflake-o\" viewBox=\"0 0 26 28\">\n<title>snowflake-o</title>\n<path d=\"M24.469 17.453l-2.609 0.516 2.906 1.672c0.469 0.266 0.641 0.891 0.359 1.359s-0.891 0.641-1.359 0.359l-2.906-1.656 0.859 2.5c0.438 1.25-1.469 1.891-1.891 0.656l-1.594-4.688-4.234-2.438v4.891l3.25 3.719c0.875 0.984-0.641 2.312-1.5 1.313l-1.75-2v3.344c0 0.547-0.453 1-1 1s-1-0.453-1-1v-3.344l-1.75 2c-0.859 1-2.375-0.328-1.5-1.313l3.25-3.719v-4.891l-4.234 2.438-1.594 4.688c-0.422 1.234-2.328 0.594-1.891-0.656l0.859-2.5-2.906 1.656c-0.469 0.281-1.078 0.109-1.359-0.359s-0.109-1.094 0.359-1.359l2.906-1.672-2.609-0.516c-1.297-0.266-0.906-2.219 0.391-1.969l4.844 0.969 4.234-2.453-4.234-2.453-4.844 0.969c-0.063 0.016-0.141 0.016-0.203 0.016-1.188 0-1.359-1.75-0.187-1.984l2.609-0.516-2.906-1.672c-0.469-0.266-0.641-0.891-0.359-1.359 0.281-0.484 0.891-0.641 1.359-0.359l2.906 1.656-0.859-2.5c-0.438-1.25 1.469-1.891 1.891-0.656l1.594 4.688 4.234 2.438v-4.891l-3.25-3.719c-0.875-0.984 0.641-2.312 1.5-1.313l1.75 2v-3.344c0-0.547 0.453-1 1-1s1 0.453 1 1v3.344l1.75-2c0.859-1 2.375 0.328 1.5 1.313l-3.25 3.719v4.891l4.234-2.438 1.594-4.688c0.422-1.234 2.328-0.594 1.891 0.656l-0.859 2.5 2.906-1.656c0.469-0.281 1.078-0.109 1.359 0.359s0.109 1.094-0.359 1.359l-2.906 1.672 2.609 0.516c1.172 0.234 1 1.984-0.187 1.984-0.063 0-0.141 0-0.203-0.016l-4.844-0.969-4.234 2.453 4.234 2.453 4.844-0.969c1.297-0.25 1.687 1.703 0.391 1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superpowers\" viewBox=\"0 0 28 28\">\n<title>superpowers</title>\n<path d=\"M23.016 14.516c0.281-5-3.547-9.141-8.5-9.438-4.922-0.297-9.281 3.453-9.562 8.406-0.281 5 3.547 9.141 8.516 9.438 4.922 0.297 9.281-3.437 9.547-8.406zM28 0l-5.453 5.437c2.484 2.422 3.828 5.797 3.609 9.266-0.344 5.812-4.813 10.453-10.547 11.234l-15.609 2.063 5.422-5.422c-2.484-2.422-3.813-5.797-3.609-9.266 0.359-5.828 4.813-10.469 10.563-11.25 5.203-0.688 10.422-1.375 15.625-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpexplorer\" viewBox=\"0 0 28 28\">\n<title>wpexplorer</title>\n<path d=\"M14.812 16.063l2.547 5.141h-0.797l-2.734-5.469-2.672 5.469h-0.766l2.797-5.844-1.219-0.516 0.328-0.766 3.75 1.594-0.328 0.781zM8.797 6.813l4.75 2.031-2.031 4.75-4.75-2.031zM14.172 9.703l3.75 1.609-1.609 3.734-3.734-1.594zM18.562 12.047l2.984 1.266-1.281 2.969-2.969-1.266zM26.25 14c0-6.75-5.5-12.25-12.25-12.25s-12.25 5.5-12.25 12.25 5.5 12.25 12.25 12.25 12.25-5.5 12.25-12.25zM28 14c0 7.719-6.281 14-14 14s-14-6.281-14-14 6.281-14 14-14 14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meetup\" viewBox=\"0 0 30 28\">\n<title>meetup</title>\n<path d=\"M20.844 19.281c-0.172-1.125-2.234-0.25-2.359-1.484-0.172-1.75 2.391-5.531 2.188-7-0.187-1.313-1.062-1.594-1.828-1.609-0.734-0.016-0.922 0.109-1.172 0.25-0.156 0.094-0.359 0.266-0.641-0.016-0.344-0.328-0.609-0.641-1.062-0.703-0.672-0.109-0.969 0.109-1.453 0.531-0.187 0.156-0.656 0.703-1.094 0.5-0.187-0.094-0.844-0.422-1.313-0.625-0.891-0.391-2.188 0.25-2.656 1.094-0.703 1.25-2.078 6.188-2.281 6.844-0.469 1.453 0.594 2.656 2.016 2.578 0.609-0.031 1-0.25 1.391-0.953 0.219-0.406 2.281-5.891 2.438-6.156 0.109-0.187 0.484-0.438 0.797-0.281 0.313 0.172 0.375 0.516 0.328 0.828-0.063 0.531-1.531 3.875-1.578 4.25-0.187 1.25 1.469 1.453 2.109 0.219 0.203-0.391 2.5-5.063 2.703-5.375 0.234-0.344 0.406-0.453 0.641-0.438 0.172 0 0.453 0.047 0.391 0.594-0.078 0.516-1.922 3.953-2.125 4.797-0.25 1.125 0.359 2.266 1.359 2.766 0.625 0.313 3.422 0.859 3.203-0.609zM5.984 22.656c0.063 0.313-0.125 0.609-0.438 0.672-0.297 0.063-0.594-0.125-0.656-0.438-0.063-0.297 0.125-0.609 0.422-0.672s0.609 0.125 0.672 0.438zM14.891 26.766c0.25 0.359 0.156 0.844-0.187 1.094-0.359 0.25-0.844 0.156-1.094-0.203-0.234-0.359-0.141-0.844 0.203-1.094 0.359-0.25 0.844-0.156 1.078 0.203zM2.766 14.078c-0.375 0.562-1.125 0.703-1.672 0.313-0.547-0.375-0.688-1.141-0.313-1.687 0.375-0.562 1.125-0.703 1.672-0.328 0.547 0.391 0.688 1.141 0.313 1.703zM22.922 24.656c0.391 0.578 0.25 1.375-0.328 1.781-0.578 0.391-1.359 0.25-1.75-0.328s-0.25-1.375 0.313-1.781c0.578-0.406 1.359-0.25 1.766 0.328zM24.672 15.219c1.437 2.359 0.828 5.469-1.437 7.063-0.953 0.672-2.031 0.969-3.109 0.938-0.656 2.578-3.797 3.531-5.75 1.781-0.063 0.047-0.141 0.094-0.203 0.156-2.141 1.484-5.047 0.953-6.531-1.219-0.531-0.781-0.797-1.672-0.828-2.562-3.578-0.594-4.922-5.141-2.25-7.641-1.547-2.562 0.031-5.875 2.922-6.281 1.375-3.625 5.891-5.344 8.953-2.969 3.687-1.219 7.453 1.609 7.156 5.531 2.25 0.688 2.891 3.656 1.078 5.203zM7.109 4.906c0.281 0.422 0.187 1-0.234 1.297-0.406 0.281-0.984 0.187-1.266-0.234s-0.187-1 0.234-1.297c0.406-0.281 0.984-0.187 1.266 0.234zM9.594 0.516c0.078 0.344-0.141 0.688-0.484 0.766s-0.688-0.141-0.766-0.5c-0.063-0.344 0.156-0.688 0.5-0.766s0.688 0.141 0.75 0.5zM28.125 15.328c0.094 0.422-0.172 0.828-0.578 0.906-0.406 0.094-0.812-0.172-0.891-0.578-0.094-0.422 0.172-0.828 0.578-0.922 0.406-0.078 0.812 0.187 0.891 0.594zM17.75 1.375c0.328 0.562 0.156 1.312-0.422 1.656-0.562 0.344-1.297 0.156-1.625-0.406-0.344-0.578-0.156-1.328 0.406-1.672s1.297-0.156 1.641 0.422zM29.406 11.625c0.078 0.313-0.125 0.609-0.422 0.688-0.313 0.063-0.609-0.141-0.672-0.438-0.063-0.313 0.125-0.625 0.438-0.688 0.297-0.063 0.594 0.125 0.656 0.438zM26.422 7.859c0.313 0.469 0.203 1.109-0.25 1.437-0.469 0.313-1.109 0.203-1.422-0.266s-0.203-1.109 0.266-1.437c0.453-0.328 1.094-0.203 1.406 0.266z\"/>\n</symbol>\n</defs>\n</svg>\n\";s:11:\"Linearicons\";s:184660:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"Lineariconsicon-home\" viewBox=\"0 0 20 20\">\n<title>home</title>\n<path class=\"path1\" d=\"M19.871 12.165l-8.829-9.758c-0.274-0.303-0.644-0.47-1.042-0.47-0 0 0 0 0 0-0.397 0-0.767 0.167-1.042 0.47l-8.829 9.758c-0.185 0.205-0.169 0.521 0.035 0.706 0.096 0.087 0.216 0.129 0.335 0.129 0.136 0 0.272-0.055 0.371-0.165l2.129-2.353v8.018c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-8.018l2.129 2.353c0.185 0.205 0.501 0.221 0.706 0.035s0.221-0.501 0.035-0.706zM12 19h-4v-4.5c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v4.5zM16 18.5c0 0.276-0.224 0.5-0.5 0.5h-2.5v-4.5c0-0.827-0.673-1.5-1.5-1.5h-3c-0.827 0-1.5 0.673-1.5 1.5v4.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-9.123l5.7-6.3c0.082-0.091 0.189-0.141 0.3-0.141s0.218 0.050 0.3 0.141l5.7 6.3v9.123z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-apartment\" viewBox=\"0 0 20 20\">\n<title>apartment</title>\n<path class=\"path1\" d=\"M14 6h1v1h-1v-1z\"/>\n<path class=\"path2\" d=\"M14 8h1v1h-1v-1z\"/>\n<path class=\"path3\" d=\"M14 10h1v1h-1v-1z\"/>\n<path class=\"path4\" d=\"M14 12h1v1h-1v-1z\"/>\n<path class=\"path5\" d=\"M14 16h1v1h-1v-1z\"/>\n<path class=\"path6\" d=\"M14 14h1v1h-1v-1z\"/>\n<path class=\"path7\" d=\"M6 6h1v1h-1v-1z\"/>\n<path class=\"path8\" d=\"M6 8h1v1h-1v-1z\"/>\n<path class=\"path9\" d=\"M6 10h1v1h-1v-1z\"/>\n<path class=\"path10\" d=\"M6 12h1v1h-1v-1z\"/>\n<path class=\"path11\" d=\"M6 16h1v1h-1v-1z\"/>\n<path class=\"path12\" d=\"M6 14h1v1h-1v-1z\"/>\n<path class=\"path13\" d=\"M4 6h1v1h-1v-1z\"/>\n<path class=\"path14\" d=\"M4 8h1v1h-1v-1z\"/>\n<path class=\"path15\" d=\"M4 10h1v1h-1v-1z\"/>\n<path class=\"path16\" d=\"M4 12h1v1h-1v-1z\"/>\n<path class=\"path17\" d=\"M4 16h1v1h-1v-1z\"/>\n<path class=\"path18\" d=\"M4 14h1v1h-1v-1z\"/>\n<path class=\"path19\" d=\"M8 6h1v1h-1v-1z\"/>\n<path class=\"path20\" d=\"M8 8h1v1h-1v-1z\"/>\n<path class=\"path21\" d=\"M8 10h1v1h-1v-1z\"/>\n<path class=\"path22\" d=\"M8 12h1v1h-1v-1z\"/>\n<path class=\"path23\" d=\"M8 16h1v1h-1v-1z\"/>\n<path class=\"path24\" d=\"M8 14h1v1h-1v-1z\"/>\n<path class=\"path25\" d=\"M18.5 19h-0.5v-13.5c0-0.763-0.567-1.549-1.291-1.791l-4.709-1.57v-1.64c0-0.158-0.075-0.307-0.202-0.401s-0.291-0.123-0.442-0.078l-9.042 2.713c-0.737 0.221-1.314 0.997-1.314 1.766v14.5h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h18c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM16.393 4.658c0.318 0.106 0.607 0.507 0.607 0.842v13.5h-5v-15.806l4.393 1.464zM2 4.5c0-0.329 0.287-0.714 0.602-0.808l8.398-2.52v17.828h-9v-14.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pencil\" viewBox=\"0 0 20 20\">\n<title>pencil</title>\n<path class=\"path1\" d=\"M19.104 0.896c-0.562-0.562-1.309-0.871-2.104-0.871s-1.542 0.309-2.104 0.871l-12.75 12.75c-0.052 0.052-0.091 0.114-0.116 0.183l-2 5.5c-0.066 0.183-0.021 0.387 0.116 0.524 0.095 0.095 0.223 0.146 0.354 0.146 0.057 0 0.115-0.010 0.171-0.030l5.5-2c0.069-0.025 0.131-0.065 0.183-0.116l12.75-12.75c0.562-0.562 0.871-1.309 0.871-2.104s-0.309-1.542-0.871-2.104zM5.725 17.068l-4.389 1.596 1.596-4.389 11.068-11.068 2.793 2.793-11.068 11.068zM18.396 4.396l-0.896 0.896-2.793-2.793 0.896-0.896c0.373-0.373 0.869-0.578 1.396-0.578s1.023 0.205 1.396 0.578c0.373 0.373 0.578 0.869 0.578 1.396s-0.205 1.023-0.578 1.396z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magic-wand\" viewBox=\"0 0 20 20\">\n<title>magic-wand</title>\n<path class=\"path1\" d=\"M11.5 7c-0.276 0-0.5-0.224-0.5-0.5 0-1.378-1.122-2.5-2.5-2.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c1.378 0 2.5-1.122 2.5-2.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 1.378 1.122 2.5 2.5 2.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-1.378 0-2.5 1.122-2.5 2.5 0 0.276-0.224 0.5-0.5 0.5zM10.301 3.5c0.49 0.296 0.903 0.708 1.199 1.199 0.296-0.49 0.708-0.903 1.199-1.199-0.49-0.296-0.903-0.708-1.199-1.199-0.296 0.49-0.708 0.903-1.199 1.199z\"/>\n<path class=\"path2\" d=\"M1.5 10c-0.276 0-0.5-0.224-0.5-0.5s-0.224-0.5-0.5-0.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.276 0 0.5-0.224 0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5c0 0.276 0.224 0.5 0.5 0.5s0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5c-0.276 0-0.5 0.224-0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.147 15.939l-10.586-10.586c-0.283-0.283-0.659-0.438-1.061-0.438s-0.778 0.156-1.061 0.438l-0.586 0.586c-0.283 0.283-0.438 0.659-0.438 1.061s0.156 0.778 0.438 1.061l10.586 10.586c0.283 0.283 0.659 0.438 1.061 0.438s0.778-0.156 1.061-0.438l0.586-0.586c0.283-0.283 0.438-0.659 0.438-1.061s-0.156-0.778-0.438-1.061zM5.561 6.646l0.586-0.586c0.094-0.094 0.219-0.145 0.354-0.145s0.26 0.052 0.354 0.145l1.439 1.439-1.293 1.293-1.439-1.439c-0.195-0.195-0.195-0.512 0-0.707zM17.439 17.354l-0.586 0.586c-0.094 0.094-0.219 0.145-0.353 0.145s-0.26-0.052-0.353-0.145l-8.439-8.439 1.293-1.293 8.439 8.439c0.195 0.195 0.195 0.512 0 0.707z\"/>\n<path class=\"path4\" d=\"M3.5 5c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 2.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n<path class=\"path5\" d=\"M3.5 15c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 12.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-drop\" viewBox=\"0 0 20 20\">\n<title>drop</title>\n<path class=\"path1\" d=\"M10 20c-1.614 0-3.118-0.655-4.236-1.845-1.133-1.206-1.757-2.859-1.757-4.655 0-2.943 1.308-5.049 2.693-7.278 1.070-1.723 2.177-3.504 2.817-5.853 0.059-0.218 0.257-0.368 0.482-0.368s0.423 0.151 0.482 0.368c0.641 2.35 1.749 4.132 2.821 5.855 1.387 2.229 2.697 4.335 2.697 7.277 0 1.799-0.62 3.452-1.746 4.654-1.115 1.19-2.626 1.846-4.254 1.846zM10 2.113c-0.674 1.776-1.574 3.225-2.45 4.636-1.364 2.196-2.543 4.093-2.543 6.751 0 3.136 2.147 5.5 4.993 5.5 2.85 0 5-2.364 5-5.5 0-2.657-1.18-4.553-2.546-6.749-0.878-1.411-1.78-2.861-2.454-4.638z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lighter\" viewBox=\"0 0 20 20\">\n<title>lighter</title>\n<path class=\"path1\" d=\"M17.5 9h-0.69l-0.855-1.722c-0.084-0.17-0.258-0.278-0.448-0.278h-4.007c-0.276 0-0.5 0.224-0.5 0.5v1.5h-1.211l-3.856-6.678c-0.138-0.239-0.444-0.321-0.683-0.183l-3.464 2c-0.239 0.138-0.321 0.444-0.183 0.683l4 6.928c0.093 0.16 0.261 0.25 0.433 0.25 0.085 0 0.171-0.022 0.25-0.067l2.714-1.567v8.134c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-9c0-0.276-0.224-0.5-0.5-0.5zM17 15h-1v-3h1v3zM12 8h3.197l0.497 1h-3.694v-1zM6.219 10.817l-3.5-6.062 2.598-1.5 3.5 6.062-2.598 1.5zM10 18v-8h6.497c0.001 0 0.002 0 0.004 0s0.001-0 0.002-0h0.497v1h-1.5c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h1.5v2h-7z\"/>\n<path class=\"path2\" d=\"M15.5 6c-0.75 0-1.115-0.354-1.289-0.652-0.331-0.565-0.275-1.418 0.169-2.606 0.299-0.799 0.668-1.459 0.684-1.487 0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255c0.016 0.028 0.385 0.688 0.684 1.487 0.444 1.189 0.5 2.041 0.169 2.606-0.174 0.297-0.539 0.652-1.289 0.652zM15.5 2.64c-0.063 0.146-0.127 0.302-0.187 0.463-0.453 1.218-0.297 1.64-0.238 1.741 0.025 0.043 0.092 0.156 0.425 0.156s0.401-0.114 0.426-0.156c0.059-0.101 0.216-0.525-0.243-1.751-0.059-0.158-0.121-0.31-0.183-0.453z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-poop\" viewBox=\"0 0 20 20\">\n<title>poop</title>\n<path class=\"path1\" d=\"M17.057 13.303c-0.077-0.044-0.157-0.087-0.239-0.129 0.955-0.749 1.181-1.568 1.181-2.174 0-1.419-1.193-2.655-3.175-3.409 0.115-0.351 0.175-0.72 0.175-1.091 0-1.93-1.57-3.5-3.5-3.5-0.684 0-1.5-0.173-1.5-1 0-0.453 0.578-0.948 0.779-1.085 0.183-0.123 0.264-0.35 0.2-0.561s-0.258-0.354-0.478-0.354c-1.567 0-3.178 0.515-4.418 1.413-0.633 0.458-1.135 0.988-1.493 1.575-0.391 0.641-0.589 1.318-0.589 2.012 0 0.288 0.024 0.574 0.070 0.855-0.849 0.41-1.566 0.951-2.090 1.581-0.641 0.77-0.98 1.657-0.98 2.564 0 0.546 0.123 1.103 0.356 1.641-0.888 0.854-1.356 1.836-1.356 2.859 0 1.525 1.028 2.936 2.893 3.973 1.773 0.985 4.119 1.527 6.607 1.527 2.558 0 4.879-0.333 6.535-0.937 2.45-0.893 2.965-2.159 2.965-3.063 0-0.728-0.337-1.787-1.943-2.697zM15.693 18.124c-1.55 0.565-3.749 0.876-6.193 0.876-2.32 0-4.494-0.498-6.121-1.402-1.534-0.852-2.379-1.953-2.379-3.098 0-0.797 0.41-1.461 0.867-1.952 0.115 0.164 0.24 0.324 0.377 0.479 0.796 0.909 1.904 1.603 3.118 1.953 0.046 0.013 0.093 0.020 0.139 0.020 0.217 0 0.417-0.142 0.48-0.361 0.077-0.265-0.076-0.542-0.342-0.619-2.074-0.599-3.639-2.327-3.639-4.020 0-1.224 0.88-2.399 2.329-3.155 0.524 1.443 1.63 2.641 3.004 3.127 0.055 0.019 0.111 0.029 0.167 0.029 0.206 0 0.399-0.128 0.471-0.333 0.092-0.26-0.044-0.546-0.305-0.638-1.52-0.537-2.667-2.269-2.667-4.029 0-1.012 0.592-1.998 1.668-2.777 0.744-0.538 1.643-0.918 2.578-1.1-0.144 0.258-0.246 0.554-0.246 0.877 0 0.967 0.657 2 2.5 2 1.378 0 2.5 1.122 2.5 2.5 0 0.271-0.042 0.533-0.125 0.784-0.408-0.111-0.841-0.204-1.295-0.277-0.273-0.044-0.529 0.142-0.573 0.414s0.142 0.529 0.414 0.573c1.387 0.223 2.563 0.647 3.401 1.226 0.538 0.372 1.179 0.982 1.179 1.78 0 0.645-0.428 1.218-1.273 1.705-0.915-0.325-1.986-0.564-3.169-0.702-0.274-0.032-0.523 0.164-0.555 0.439s0.164 0.523 0.439 0.555c1.686 0.197 3.112 0.604 4.122 1.176 0.655 0.371 1.436 0.989 1.436 1.827 0 1.060-1.255 1.74-2.307 2.124z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sun\" viewBox=\"0 0 20 20\">\n<title>sun</title>\n<path class=\"path1\" d=\"M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z\"/>\n<path class=\"path2\" d=\"M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path8\" d=\"M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path9\" d=\"M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-moon\" viewBox=\"0 0 20 20\">\n<title>moon</title>\n<path class=\"path1\" d=\"M10.25 20c-2.738 0-5.312-1.066-7.248-3.002s-3.002-4.51-3.002-7.248c0-2.251 0.723-4.375 2.090-6.143 0.655-0.847 1.439-1.585 2.331-2.194 0.899-0.614 1.888-1.083 2.938-1.392 0.192-0.057 0.399 0.007 0.527 0.161s0.151 0.369 0.060 0.547c-0.645 1.257-0.945 2.455-0.945 3.772 0 4.687 3.813 8.5 8.5 8.5 1.317 0 2.515-0.3 3.772-0.945 0.178-0.091 0.393-0.068 0.547 0.060s0.217 0.335 0.161 0.527c-0.31 1.050-0.778 2.039-1.392 2.938-0.609 0.892-1.347 1.676-2.194 2.331-1.768 1.367-3.893 2.090-6.143 2.090zM6.57 1.365c-3.374 1.445-5.57 4.689-5.57 8.385 0 5.1 4.15 9.25 9.25 9.25 3.696 0 6.94-2.197 8.385-5.57-1.024 0.383-2.058 0.57-3.135 0.57-2.538 0-4.923-0.988-6.717-2.782s-2.783-4.18-2.783-6.718c0-1.077 0.188-2.111 0.57-3.135z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud\" viewBox=\"0 0 20 20\">\n<title>cloud</title>\n<path class=\"path1\" d=\"M16.006 16h-10.006c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.602 0 3.137 0.643 4.26 1.775 0.088-0.194 0.196-0.38 0.325-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.178 1.017 0.061-0.003 0.122-0.004 0.184-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994zM6 5c-2.757 0-5 2.243-5 5s2.243 5 5 5h10.006c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.354 0-0.699 0.061-1.026 0.18-0.218 0.080-0.462-0.001-0.59-0.195s-0.104-0.45 0.056-0.619c0.357-0.376 0.554-0.865 0.554-1.379 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.23 0.312-0.365 0.678-0.388 1.057-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.193c-0.11-0.156-0.229-0.307-0.354-0.447-0.949-1.068-2.312-1.681-3.74-1.681z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-upload\" viewBox=\"0 0 20 20\">\n<title>cloud-upload</title>\n<path class=\"path1\" d=\"M16.006 16h-3.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h2.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 12.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v3.793c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3.793l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-download\" viewBox=\"0 0 20 20\">\n<title>cloud-download</title>\n<path class=\"path1\" d=\"M16.006 16h-2.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-1.146 1.146v-3.793c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3.793l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-sync\" viewBox=\"0 0 20 20\">\n<title>cloud-sync</title>\n<path class=\"path1\" d=\"M16.006 8.012c-0.061 0-0.122 0.001-0.183 0.004 0.116-0.322 0.177-0.666 0.177-1.017 0-1.654-1.346-3-3-3-0.948 0-1.851 0.456-2.415 1.22-0.129 0.174-0.237 0.36-0.324 0.555-1.123-1.132-2.658-1.775-4.261-1.775-3.308 0-6 2.692-6 6s2.692 6 6 6h10.006c2.202 0 3.994-1.792 3.994-3.994s-1.792-3.994-3.994-3.994zM16.006 15h-10.006c-2.757 0-5-2.243-5-5s2.243-5 5-5c1.428 0 2.791 0.613 3.74 1.681 0.125 0.141 0.243 0.29 0.351 0.442l0.005 0.007c0.122 0.174 0.34 0.253 0.545 0.195s0.351-0.238 0.364-0.451c0.024-0.384 0.157-0.751 0.386-1.061 0.382-0.517 0.969-0.814 1.611-0.814 1.103 0 2 0.897 2 2 0 0.515-0.195 1.004-0.55 1.377-0.16 0.168-0.183 0.424-0.056 0.618s0.371 0.275 0.589 0.196c0.327-0.119 0.671-0.179 1.023-0.179 1.651 0 2.994 1.343 2.994 2.994s-1.343 2.994-2.994 2.994z\"/>\n<path class=\"path2\" d=\"M6.404 11.959c-0.132 0.027-0.268 0.041-0.404 0.041-1.103 0-2-0.897-2-2v-0.293l0.146 0.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1-1c-0.195-0.195-0.512-0.195-0.707 0l-1 1c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l0.146-0.146v0.293c0 1.654 1.346 3 3 3 0.203 0 0.406-0.021 0.604-0.061 0.271-0.055 0.445-0.32 0.39-0.59s-0.319-0.445-0.59-0.39z\"/>\n<path class=\"path3\" d=\"M9.146 10.146l-0.146 0.146v-0.293c0-1.654-1.346-3-3-3-0.203 0-0.406 0.021-0.604 0.061-0.271 0.055-0.445 0.32-0.39 0.59s0.32 0.445 0.59 0.39c0.132-0.027 0.268-0.041 0.404-0.041 1.103 0 2 0.897 2 2v0.293l-0.146-0.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1 1c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-check\" viewBox=\"0 0 20 20\">\n<title>cloud-check</title>\n<path class=\"path1\" d=\"M16 16h-9.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9.5c1.654 0 3-1.346 3-3s-1.346-3-3-3c-0.343 0-0.68 0.057-1 0.17-0.217 0.077-0.458-0.005-0.584-0.197s-0.105-0.446 0.051-0.615c0.344-0.371 0.533-0.853 0.533-1.359 0-1.103-0.897-2-2-2-1.055 0-1.931 0.823-1.996 1.875-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.194c-0.937-1.334-2.468-2.131-4.096-2.131-2.757 0-5 2.243-5 5 0 0.152 0.007 0.305 0.020 0.455 0.025 0.275-0.178 0.518-0.453 0.543s-0.518-0.178-0.543-0.453c-0.016-0.18-0.024-0.363-0.024-0.545 0-3.308 2.692-6 6-6 1.611 0 3.143 0.65 4.261 1.776 0.471-1.050 1.527-1.776 2.739-1.776 1.654 0 3 1.346 3 3 0 0.346-0.059 0.685-0.172 1.004 0.057-0.002 0.115-0.004 0.172-0.004 2.206 0 4 1.794 4 4s-1.794 4-4 4z\"/>\n<path class=\"path2\" d=\"M3.5 15.5c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1.646 1.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-database\" viewBox=\"0 0 20 20\">\n<title>database</title>\n<path class=\"path1\" d=\"M18.067 1.609c-0.497-0.326-1.193-0.615-2.069-0.858-1.742-0.484-4.050-0.75-6.498-0.75s-4.756 0.267-6.498 0.75c-0.877 0.243-1.573 0.532-2.069 0.858-0.619 0.407-0.933 0.874-0.933 1.391v12c0 0.517 0.314 0.985 0.933 1.391 0.497 0.326 1.193 0.615 2.069 0.858 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.877-0.243 1.573-0.532 2.069-0.858 0.619-0.406 0.933-0.874 0.933-1.391v-12c0-0.517-0.314-0.985-0.933-1.391zM3.27 1.714c1.658-0.46 3.87-0.714 6.23-0.714s4.573 0.254 6.23 0.714c1.795 0.499 2.27 1.059 2.27 1.286s-0.474 0.787-2.27 1.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286s0.474-0.787 2.27-1.286zM15.73 16.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 12.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 8.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lock\" viewBox=\"0 0 20 20\">\n<title>lock</title>\n<path class=\"path1\" d=\"M14.5 8h-0.5v-1.5c0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5v1.5h-0.5c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5zM6 6.5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v1.5h-7v-1.5zM15 17.5c0 0.276-0.224 0.5-0.5 0.5h-10c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5v8z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cog\" viewBox=\"0 0 20 20\">\n<title>cog</title>\n<path class=\"path1\" d=\"M7.631 19.702c-0.041 0-0.083-0.005-0.125-0.016-0.898-0.231-1.761-0.587-2.564-1.059-0.233-0.137-0.315-0.434-0.186-0.671 0.159-0.292 0.243-0.622 0.243-0.957 0-1.103-0.897-2-2-2-0.334 0-0.665 0.084-0.957 0.243-0.237 0.129-0.534 0.047-0.671-0.186-0.472-0.804-0.828-1.666-1.059-2.564-0.065-0.254 0.077-0.515 0.325-0.598 0.814-0.274 1.362-1.036 1.362-1.895s-0.547-1.621-1.362-1.895c-0.248-0.084-0.39-0.344-0.325-0.598 0.231-0.898 0.587-1.761 1.059-2.564 0.137-0.233 0.434-0.315 0.671-0.186 0.291 0.159 0.622 0.243 0.957 0.243 1.103 0 2-0.897 2-2 0-0.334-0.084-0.665-0.243-0.957-0.129-0.237-0.047-0.534 0.186-0.671 0.804-0.472 1.666-0.828 2.564-1.059 0.254-0.065 0.515 0.077 0.598 0.325 0.274 0.814 1.036 1.362 1.895 1.362s1.621-0.547 1.895-1.362c0.084-0.248 0.345-0.39 0.598-0.325 0.898 0.231 1.761 0.587 2.564 1.059 0.233 0.137 0.315 0.434 0.186 0.671-0.159 0.292-0.243 0.622-0.243 0.957 0 1.103 0.897 2 2 2 0.334 0 0.665-0.084 0.957-0.243 0.237-0.129 0.534-0.047 0.671 0.186 0.472 0.804 0.828 1.666 1.059 2.564 0.065 0.254-0.077 0.515-0.325 0.598-0.814 0.274-1.362 1.036-1.362 1.895s0.547 1.621 1.362 1.895c0.248 0.084 0.39 0.344 0.325 0.598-0.231 0.898-0.587 1.761-1.059 2.564-0.137 0.233-0.434 0.315-0.671 0.186-0.292-0.159-0.622-0.243-0.957-0.243-1.103 0-2 0.897-2 2 0 0.334 0.084 0.665 0.243 0.957 0.129 0.237 0.047 0.534-0.186 0.671-0.804 0.472-1.666 0.828-2.564 1.059-0.254 0.065-0.515-0.077-0.598-0.325-0.274-0.814-1.036-1.362-1.895-1.362s-1.621 0.547-1.895 1.362c-0.070 0.207-0.264 0.341-0.474 0.341zM10 17c1.127 0 2.142 0.628 2.655 1.602 0.52-0.161 1.026-0.369 1.51-0.622-0.108-0.314-0.164-0.646-0.164-0.98 0-1.654 1.346-3 3-3 0.334 0 0.666 0.056 0.98 0.164 0.253-0.484 0.462-0.989 0.622-1.51-0.974-0.512-1.602-1.527-1.602-2.655s0.628-2.142 1.602-2.655c-0.161-0.52-0.369-1.026-0.622-1.51-0.314 0.108-0.646 0.164-0.98 0.164-1.654 0-3-1.346-3-3 0-0.334 0.056-0.666 0.164-0.98-0.484-0.253-0.989-0.462-1.51-0.622-0.512 0.974-1.527 1.602-2.655 1.602s-2.142-0.628-2.655-1.602c-0.52 0.16-1.026 0.369-1.51 0.622 0.108 0.314 0.164 0.646 0.164 0.98 0 1.654-1.346 3-3 3-0.334 0-0.666-0.056-0.98-0.164-0.253 0.484-0.462 0.989-0.622 1.51 0.974 0.512 1.602 1.527 1.602 2.655s-0.628 2.142-1.602 2.655c0.16 0.52 0.369 1.026 0.622 1.51 0.314-0.108 0.646-0.164 0.98-0.164 1.654 0 3 1.346 3 3 0 0.334-0.056 0.666-0.164 0.98 0.484 0.253 0.989 0.462 1.51 0.622 0.512-0.974 1.527-1.602 2.655-1.602z\"/>\n<path class=\"path2\" d=\"M10 13c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 8c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-trash\" viewBox=\"0 0 20 20\">\n<title>trash</title>\n<path class=\"path1\" d=\"M15.5 2h-3.5v-0.5c0-0.827-0.673-1.5-1.5-1.5h-2c-0.827 0-1.5 0.673-1.5 1.5v0.5h-3.5c-0.827 0-1.5 0.673-1.5 1.5v1c0 0.652 0.418 1.208 1 1.414v12.586c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-12.586c0.582-0.206 1-0.762 1-1.414v-1c0-0.827-0.673-1.5-1.5-1.5zM8 1.5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v0.5h-3v-0.5zM14.5 19h-10c-0.276 0-0.5-0.224-0.5-0.5v-12.5h11v12.5c0 0.276-0.224 0.5-0.5 0.5zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-12c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n<path class=\"path2\" d=\"M12.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M9.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dice\" viewBox=\"0 0 20 20\">\n<title>dice</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M5.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M5.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M13.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M13.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path7\" d=\"M15.5 19h-12c-1.378 0-2.5-1.122-2.5-2.5v-12c0-1.378 1.122-2.5 2.5-2.5h12c1.378 0 2.5 1.122 2.5 2.5v12c0 1.378-1.122 2.5-2.5 2.5zM3.5 3c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.827 0.673 1.5 1.5 1.5h12c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart\" viewBox=\"0 0 20 20\">\n<title>heart</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.094-0.052-2.326-1.301-4.592-3.347-1.341-1.21-2.411-2.448-3.183-3.68-0.984-1.571-1.482-3.139-1.482-4.66 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.521-0.499 3.089-1.482 4.66-0.771 1.232-1.842 2.47-3.182 3.68-2.266 2.046-4.498 3.295-4.592 3.347-0.076 0.042-0.159 0.063-0.243 0.063zM5.25 3c-2.343 0-4.25 1.907-4.25 4.25 0 3.040 2.35 5.802 4.321 7.585 1.76 1.592 3.544 2.708 4.179 3.087 0.635-0.379 2.419-1.495 4.179-3.087 1.971-1.782 4.321-4.545 4.321-7.585 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star\" viewBox=\"0 0 20 20\">\n<title>star</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-5.261-2.869-5.261 2.869c-0.168 0.092-0.373 0.079-0.529-0.032s-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276s0.363 0.107 0.447 0.276l2.386 4.772 5.749 0.958c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-3.818 3.818 0.958 5.746c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093zM10 15c0.082 0 0.165 0.020 0.239 0.061l4.599 2.508-0.831-4.987c-0.027-0.159 0.025-0.322 0.14-0.436l3.313-3.313-5.042-0.84c-0.158-0.026-0.293-0.127-0.365-0.27l-2.053-4.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.075-0.041 0.157-0.061 0.239-0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-half\" viewBox=\"0 0 20 20\">\n<title>star-half</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.098 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path2\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path3\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path4\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path5\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.199 0.678s-0.436 0.332-0.678 0.199l-0.261-0.142-5.261 2.869c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-empty\" viewBox=\"0 0 20 20\">\n<title>star-empty</title>\n<path class=\"path1\" d=\"M5.499 8.333c-0.24 0-0.452-0.173-0.493-0.418-0.045-0.272 0.139-0.53 0.411-0.575l1.749-0.291 0.386-0.772c0.123-0.247 0.424-0.347 0.671-0.224s0.347 0.424 0.224 0.671l-0.5 1c-0.072 0.143-0.207 0.243-0.365 0.27l-2 0.333c-0.028 0.005-0.056 0.007-0.083 0.007z\"/>\n<path class=\"path2\" d=\"M2.5 10c-0.128 0-0.256-0.049-0.354-0.146l-1-1c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l2-0.333c0.273-0.045 0.53 0.139 0.575 0.411s-0.139 0.53-0.411 0.575l-1.042 0.174 0.313 0.313c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path4\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.099 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path5\" d=\"M5.334 14c-0.027 0-0.055-0.002-0.083-0.007-0.272-0.045-0.456-0.303-0.411-0.575l0.124-0.746-0.818-0.818c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1 1c0.114 0.114 0.166 0.276 0.14 0.436l-0.167 1c-0.041 0.245-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path6\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.5-3c0.045-0.272 0.303-0.456 0.575-0.411s0.456 0.303 0.411 0.575l-0.331 1.987 1.099-0.599c0.242-0.132 0.546-0.043 0.678 0.199s0.043 0.546-0.2 0.678l-2 1.091c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n<path class=\"path7\" d=\"M8.5 16.818c-0.177 0-0.349-0.094-0.439-0.261-0.132-0.242-0.043-0.546 0.2-0.678l1.5-0.818c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.2 0.678s-0.436 0.332-0.678 0.2l-0.261-0.142-1.261 0.688c-0.076 0.041-0.158 0.061-0.239 0.061z\"/>\n<path class=\"path8\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path9\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path10\" d=\"M9 5c-0.075 0-0.151-0.017-0.223-0.053-0.247-0.123-0.347-0.424-0.224-0.671l1-2c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-0.553 1.106c-0.088 0.175-0.264 0.277-0.448 0.277z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-flag\" viewBox=\"0 0 20 20\">\n<title>flag</title>\n<path class=\"path1\" d=\"M1.5 19c-0.276 0-0.5-0.224-0.5-0.5v-15c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M3.5 10c-0.104 0-0.21-0.033-0.3-0.1-0.221-0.166-0.266-0.479-0.1-0.7 0.067-0.090 1.676-2.2 3.9-2.2 1.694 0 2.813 0.599 3.801 1.127 0.875 0.468 1.631 0.873 2.699 0.873 2.192 0 3.758-2.080 4.65-3.718-0.698 0.397-1.59 0.718-2.65 0.718-2.207 0-3.347-1.14-4.354-2.146-0.995-0.995-1.854-1.854-3.646-1.854-2.224 0-3.587 1.782-3.6 1.8-0.166 0.221-0.479 0.266-0.7 0.1s-0.266-0.479-0.1-0.7c0.067-0.090 1.681-2.2 4.4-2.2 2.207 0 3.347 1.14 4.354 2.146 0.995 0.995 1.854 1.854 3.646 1.854 2.224 0 3.587-1.782 3.6-1.8 0.147-0.196 0.415-0.257 0.632-0.143s0.32 0.368 0.242 0.601c-0.021 0.064-0.533 1.581-1.558 3.119-0.612 0.918-1.282 1.653-1.991 2.185-0.918 0.688-1.902 1.037-2.925 1.037-1.318 0-2.26-0.504-3.171-0.991-0.97-0.519-1.886-1.009-3.329-1.009-1.73 0-3.087 1.782-3.1 1.8-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-envelope\" viewBox=\"0 0 20 20\">\n<title>envelope</title>\n<path class=\"path1\" d=\"M17.5 6h-16c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h16c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM17.5 7c0.030 0 0.058 0.003 0.087 0.008l-7.532 5.021c-0.29 0.193-0.819 0.193-1.109 0l-7.532-5.021c0.028-0.005 0.057-0.008 0.087-0.008h16zM17.5 17h-16c-0.276 0-0.5-0.224-0.5-0.5v-8.566l7.391 4.927c0.311 0.207 0.71 0.311 1.109 0.311s0.798-0.104 1.109-0.311l7.391-4.927v8.566c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paperclip\" viewBox=\"0 0 20 20\">\n<title>paperclip</title>\n<path class=\"path1\" d=\"M9.5 20c-2.481 0-4.5-2.019-4.5-4.5v-12c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v11c0 1.378-1.122 2.5-2.5 2.5s-2.5-1.122-2.5-2.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827 0.673 1.5 1.5 1.5s1.5-0.673 1.5-1.5v-11c0-1.378-1.122-2.5-2.5-2.5s-2.5 1.122-2.5 2.5v12c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7c0 2.481-2.019 4.5-4.5 4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-inbox\" viewBox=\"0 0 20 20\">\n<title>inbox</title>\n<path class=\"path1\" d=\"M19.557 10.383l-2.698-6.168c-0.298-0.682-1.115-1.216-1.859-1.216h-10c-0.744 0-1.561 0.534-1.859 1.216l-2.698 6.168c-0.248 0.568-0.443 1.497-0.443 2.117v4c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.619-0.194-1.549-0.443-2.117zM4.057 4.617c0.141-0.323 0.591-0.617 0.943-0.617h10c0.352 0 0.802 0.294 0.943 0.617l2.698 6.168c0.030 0.069 0.060 0.148 0.089 0.233-0.075-0.012-0.152-0.018-0.23-0.018h-6c-0.276 0-0.5 0.224-0.5 0.5v0.5c0 1.103-0.897 2-2 2s-2-0.897-2-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-6c-0.078 0-0.155 0.006-0.23 0.018 0.029-0.085 0.058-0.164 0.089-0.233l2.698-6.168zM19 16.5c0 0.276-0.224 0.5-0.5 0.5h-17c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5h5.5c0 1.654 1.346 3 3 3s3-1.346 3-3h5.5c0.276 0 0.5 0.224 0.5 0.5v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-eye\" viewBox=\"0 0 20 20\">\n<title>eye</title>\n<path class=\"path1\" d=\"M19.872 10.166c-0.047-0.053-1.182-1.305-2.956-2.572-1.047-0.748-2.1-1.344-3.13-1.773-1.305-0.544-2.579-0.82-3.786-0.82s-2.481 0.276-3.786 0.82c-1.030 0.429-2.083 1.026-3.13 1.773-1.774 1.267-2.909 2.52-2.956 2.572-0.171 0.19-0.171 0.479 0 0.669 0.047 0.053 1.182 1.305 2.956 2.572 1.047 0.748 2.1 1.344 3.13 1.773 1.305 0.544 2.579 0.82 3.786 0.82s2.481-0.276 3.786-0.82c1.030-0.429 2.083-1.026 3.13-1.773 1.774-1.267 2.909-2.52 2.956-2.572 0.171-0.19 0.171-0.479 0-0.669zM12.574 6.438c0.907 0.763 1.426 1.873 1.426 3.062 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.188 0.519-2.299 1.426-3.062 0.822-0.268 1.691-0.438 2.574-0.438s1.752 0.17 2.574 0.438zM16.317 12.606c-1.533 1.092-3.873 2.394-6.317 2.394s-4.784-1.302-6.317-2.394c-1.157-0.824-2.042-1.658-2.489-2.106 0.447-0.448 1.332-1.281 2.489-2.106 0.53-0.378 1.156-0.78 1.85-1.145-0.347 0.688-0.533 1.455-0.533 2.251 0 2.757 2.243 5 5 5s5-2.243 5-5c0-0.796-0.186-1.563-0.533-2.251 0.694 0.365 1.32 0.768 1.85 1.145 1.157 0.824 2.042 1.658 2.489 2.106-0.447 0.448-1.332 1.281-2.489 2.106z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-printer\" viewBox=\"0 0 20 20\">\n<title>printer</title>\n<path class=\"path1\" d=\"M18.5 4h-1.5v-2.5c0-0.827-0.673-1.5-1.5-1.5h-11c-0.827 0-1.5 0.673-1.5 1.5v2.5h-1.5c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h1.5v2.5c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-2.5h1.5c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM4 1.5c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v2.5h-12v-2.5zM15.5 19h-11c-0.276 0-0.5-0.224-0.5-0.5v-6.5h12v6.5c0 0.276-0.224 0.5-0.5 0.5zM19 14.5c0 0.276-0.224 0.5-0.5 0.5h-1.5v-3h0.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5v3h-1.5c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h17c0.276 0 0.5 0.224 0.5 0.5v9z\"/>\n<path class=\"path2\" d=\"M14.5 14h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 16h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 9c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM16.5 7c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-empty\" viewBox=\"0 0 20 20\">\n<title>file-empty</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-add\" viewBox=\"0 0 20 20\">\n<title>file-add</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM16.5 19h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 13h-2.5v-2.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.5h-2.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h2.5v2.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-2.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter\" viewBox=\"0 0 20 20\">\n<title>enter</title>\n<path class=\"path1\" d=\"M17.5 2h-9c-0.827 0-1.5 0.673-1.5 1.5v3c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h7.564l-3.842 1.647c-0.685 0.294-1.222 1.108-1.222 1.853v9.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5h2.5v1.5c0 0.433 0.18 0.801 0.495 1.008 0.174 0.114 0.376 0.172 0.589 0.172 0.173 0 0.354-0.038 0.532-0.114l5.162-2.212c0.685-0.294 1.222-1.108 1.222-1.854v-12c0-0.827-0.673-1.5-1.5-1.5zM18 15.5c0 0.351-0.294 0.796-0.616 0.934l-5.162 2.212c-0.096 0.041-0.159 0.038-0.177 0.027s-0.045-0.069-0.045-0.173v-12c0-0.351 0.294-0.796 0.616-0.934l5.333-2.286c0.033 0.066 0.051 0.141 0.051 0.22v12z\"/>\n<path class=\"path2\" d=\"M8.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit\" viewBox=\"0 0 20 20\">\n<title>exit</title>\n<path class=\"path1\" d=\"M11.5 8c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.827-0.673-1.5-1.5-1.5h-9c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.746 0.537 1.56 1.222 1.853l5.162 2.212c0.178 0.076 0.359 0.114 0.532 0.114 0.213-0 0.416-0.058 0.589-0.172 0.314-0.207 0.495-0.575 0.495-1.008v-1.5h2.5c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5h-2.5v-9.5c0-0.746-0.537-1.56-1.222-1.853l-3.842-1.647h7.564c0.276 0 0.5 0.224 0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5zM6.384 5.566c0.322 0.138 0.616 0.584 0.616 0.934v12c0 0.104-0.028 0.162-0.045 0.173s-0.081 0.014-0.177-0.027l-5.162-2.212c-0.322-0.138-0.616-0.583-0.616-0.934v-12c0-0.079 0.018-0.153 0.051-0.22l5.333 2.286z\"/>\n<path class=\"path2\" d=\"M18.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-graduation-hat\" viewBox=\"0 0 20 20\">\n<title>graduation-hat</title>\n<path class=\"path1\" d=\"M18.658 7.026l-9-3c-0.103-0.034-0.214-0.034-0.316 0l-9 3c-0.204 0.068-0.342 0.259-0.342 0.474s0.138 0.406 0.342 0.474l2.658 0.886v2.64c0 0.133 0.053 0.26 0.146 0.354 0.088 0.088 2.194 2.146 6.354 2.146 1.513 0 2.924-0.272 4.195-0.809 0.254-0.107 0.373-0.401 0.266-0.655s-0.401-0.373-0.655-0.266c-1.147 0.485-2.427 0.73-3.805 0.73-1.945 0-3.376-0.504-4.234-0.926-0.635-0.313-1.060-0.629-1.266-0.799v-2.081l5.342 1.781c0.051 0.017 0.105 0.026 0.158 0.026s0.107-0.009 0.158-0.026l5.342-1.781v0.892c-0.582 0.206-1 0.762-1 1.414 0 0.611 0.367 1.137 0.892 1.371l-0.877 3.508c-0.037 0.149-0.004 0.308 0.091 0.429s0.24 0.192 0.394 0.192h2c0.154 0 0.299-0.071 0.394-0.192s0.128-0.28 0.091-0.429l-0.877-3.508c0.525-0.234 0.892-0.76 0.892-1.371 0-0.652-0.418-1.208-1-1.414v-1.226l2.658-0.886c0.204-0.068 0.342-0.259 0.342-0.474s-0.138-0.406-0.342-0.474zM15.5 11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5-0.5-0.224-0.5-0.5 0.224-0.5 0.5-0.5zM15.14 16l0.36-1.438 0.36 1.438h-0.719zM15.46 7.986l-5.877-0.98c-0.273-0.045-0.53 0.139-0.575 0.411s0.139 0.53 0.411 0.575l4.014 0.669-3.932 1.311-7.419-2.473 7.419-2.473 7.419 2.473-1.459 0.486z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-license\" viewBox=\"0 0 20 20\">\n<title>license</title>\n<path class=\"path1\" d=\"M18.5 18h-17c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v13c0 0.827-0.673 1.5-1.5 1.5zM1.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-13c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M9.5 6h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 9h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M9.5 11h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M9.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M8.5 15h-5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M17.943 6.544l-0.813-0.591-0.311-0.956h-1.005l-0.813-0.591-0.813 0.591h-1.005l-0.311 0.956-0.813 0.591 0.311 0.956-0.311 0.956 0.813 0.591 0.132 0.406c-0.002 0.016-0.002 0.031-0.002 0.047v5c0 0.202 0.122 0.385 0.309 0.462s0.402 0.035 0.545-0.108l1.146-1.146 1.146 1.146c0.096 0.096 0.223 0.147 0.354 0.146 0.064 0 0.129-0.012 0.191-0.038 0.187-0.077 0.309-0.26 0.309-0.462v-5c0-0.016-0.001-0.032-0.002-0.047l0.132-0.406 0.813-0.591-0.311-0.956 0.311-0.956zM13.233 6.926l0.488-0.355 0.187-0.574h0.604l0.488-0.355 0.488 0.355h0.604l0.187 0.574 0.488 0.355-0.187 0.574 0.187 0.574-0.488 0.355-0.187 0.574h-0.604l-0.488 0.355-0.488-0.355h-0.604l-0.187-0.574-0.488-0.355 0.187-0.574-0.187-0.574zM15.354 12.646c-0.195-0.195-0.512-0.195-0.707 0l-0.646 0.646v-3.29h0.187l0.813 0.591 0.813-0.591h0.187v3.29l-0.646-0.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-music-note\" viewBox=\"0 0 20 20\">\n<title>music-note</title>\n<path class=\"path1\" d=\"M19.82 1.116c-0.114-0.095-0.264-0.135-0.41-0.108l-11 2c-0.238 0.043-0.411 0.25-0.411 0.492v11.399c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-10.084l10-1.847v8.33c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-13c0-0.148-0.066-0.289-0.18-0.384zM4.5 18c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5 3.5 0.792 3.5 1.5-1.497 1.5-3.5 1.5zM9 5.399v-1.482l10-1.818v1.453l-10 1.847zM15.5 16c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5c2.003 0 3.5 0.792 3.5 1.5s-1.497 1.5-3.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-film-play\" viewBox=\"0 0 20 20\">\n<title>film-play</title>\n<path class=\"path1\" d=\"M7.5 15c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-9c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l6 4.5c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-6 4.5c-0.088 0.066-0.194 0.1-0.3 0.1zM8 6.5v7l4.667-3.5-4.667-3.5z\"/>\n<path class=\"path2\" d=\"M19.5 2h-19c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276 0.224 0.5 0.5 0.5h19c0.276 0 0.5-0.224 0.5-0.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3 11h-2v-2h2v2zM3 8h-2v-2h2v2zM1 12h2v2h-2v-2zM4 3h12v14h-12v-14zM17 9h2v2h-2v-2zM17 8v-2h2v2h-2zM17 12h2v2h-2v-2zM19 5h-2v-2h2v2zM3 3v2h-2v-2h2zM1 15h2v2h-2v-2zM17 17v-2h2v2h-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera-video\" viewBox=\"0 0 20 20\">\n<title>camera-video</title>\n<path class=\"path1\" d=\"M19.131 17.053c-0 0-0 0-0 0-0.242-0-0.485-0.097-0.724-0.288l-3.438-2.751c-0.552-0.442-0.969-1.308-0.969-2.015v-3c0-0.707 0.416-1.573 0.969-2.015l3.438-2.751c0.239-0.191 0.482-0.288 0.724-0.288 0.433-0 0.869 0.326 0.869 1.053v11c0 0.278-0.064 0.512-0.19 0.694-0.157 0.228-0.405 0.359-0.679 0.359zM19 5.040l-3.407 2.725c-0.31 0.248-0.593 0.837-0.593 1.234v3c0 0.398 0.283 0.986 0.593 1.234l3.407 2.725v-10.919z\"/>\n<path class=\"path2\" d=\"M11.5 17h-10c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h10c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera\" viewBox=\"0 0 20 20\">\n<title>camera</title>\n<path class=\"path1\" d=\"M9.5 15c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5c2.481 0 4.5 2.019 4.5 4.5s-2.019 4.5-4.5 4.5zM9.5 7c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5z\"/>\n<path class=\"path2\" d=\"M17.5 18h-16c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h1.5c0.415 0 1.060-0.267 1.354-0.561l0.586-0.586c0.487-0.487 1.373-0.854 2.061-0.854h5c0.688 0 1.574 0.367 2.061 0.854l0.586 0.586c0.293 0.293 0.939 0.561 1.354 0.561h1.5c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-1.5c-0.688 0-1.574-0.367-2.061-0.854l-0.586-0.586c-0.293-0.293-0.939-0.561-1.354-0.561h-5c-0.415 0-1.060 0.267-1.354 0.561l-0.586 0.586c-0.487 0.487-1.372 0.854-2.061 0.854h-1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-picture\" viewBox=\"0 0 20 20\">\n<title>picture</title>\n<path class=\"path1\" d=\"M18.5 20h-17c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM1.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M13 9c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM13 6c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.5 2h-15c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-12c0-0.276-0.224-0.5-0.5-0.5zM3 11.69l3.209-3.611c0.082-0.092 0.189-0.144 0.302-0.145s0.221 0.048 0.305 0.138l5.533 5.928h-9.349v-2.31zM17 14h-3.283l-6.169-6.61c-0.279-0.299-0.651-0.461-1.049-0.456s-0.766 0.176-1.037 0.481l-2.462 2.77v-7.185h14v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-book\" viewBox=\"0 0 20 20\">\n<title>book</title>\n<path class=\"path1\" d=\"M14.5 18h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M16.5 3c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5h-11c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5h9c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-10c-0.827 0-1.5 0.673-1.5 1.5v15c0 1.378 1.122 2.5 2.5 2.5h11c0.827 0 1.5-0.673 1.5-1.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3.5 2h10c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5h-9c-0.562 0-1.082 0.187-1.5 0.501v-13.001c0-0.276 0.224-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bookmark\" viewBox=\"0 0 20 20\">\n<title>bookmark</title>\n<path class=\"path1\" d=\"M15.5 20c-0.143 0-0.283-0.062-0.38-0.175l-5.62-6.557-5.62 6.557c-0.136 0.159-0.357 0.216-0.553 0.144s-0.327-0.26-0.327-0.469v-18c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v18c0 0.209-0.13 0.396-0.327 0.469-0.057 0.021-0.115 0.031-0.173 0.031zM9.5 12c0.146 0 0.285 0.064 0.38 0.175l5.12 5.974v-16.148h-11v16.148l5.12-5.974c0.095-0.111 0.234-0.175 0.38-0.175z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-user\" viewBox=\"0 0 20 20\">\n<title>user</title>\n<path class=\"path1\" d=\"M9.5 11c-3.033 0-5.5-2.467-5.5-5.5s2.467-5.5 5.5-5.5 5.5 2.467 5.5 5.5-2.467 5.5-5.5 5.5zM9.5 1c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5c2.481 0 4.5-2.019 4.5-4.5s-2.019-4.5-4.5-4.5z\"/>\n<path class=\"path2\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5 0-0.068 0.014-1.685 1.225-3.3 0.705-0.94 1.67-1.687 2.869-2.219 1.464-0.651 3.283-0.981 5.406-0.981s3.942 0.33 5.406 0.981c1.199 0.533 2.164 1.279 2.869 2.219 1.211 1.615 1.225 3.232 1.225 3.3 0 0.827-0.673 1.5-1.5 1.5zM9.5 13c-3.487 0-6.060 0.953-7.441 2.756-1.035 1.351-1.058 2.732-1.059 2.746 0 0.274 0.224 0.498 0.5 0.498h16c0.276 0 0.5-0.224 0.5-0.5-0-0.012-0.023-1.393-1.059-2.744-1.382-1.803-3.955-2.756-7.441-2.756z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-users\" viewBox=\"0 0 20 20\">\n<title>users</title>\n<path class=\"path1\" d=\"M18.5 18h-11c-0.827 0-1.5-0.673-1.5-1.5 0-0.048 0.011-1.19 0.924-2.315 0.525-0.646 1.241-1.158 2.128-1.522 1.071-0.44 2.4-0.662 3.948-0.662s2.876 0.223 3.948 0.662c0.887 0.364 1.603 0.876 2.128 1.522 0.914 1.125 0.924 2.267 0.924 2.315 0 0.827-0.673 1.5-1.5 1.5zM7 16.503c0.001 0.275 0.225 0.497 0.5 0.497h11c0.275 0 0.499-0.223 0.5-0.497-0.001-0.035-0.032-0.895-0.739-1.734-0.974-1.157-2.793-1.768-5.261-1.768s-4.287 0.612-5.261 1.768c-0.707 0.84-0.738 1.699-0.739 1.734z\"/>\n<path class=\"path2\" d=\"M13 11c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4c0 2.206-1.794 4-4 4zM13 4c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path3\" d=\"M4.5 18h-3c-0.827 0-1.5-0.673-1.5-1.5 0-0.037 0.008-0.927 0.663-1.8 0.378-0.505 0.894-0.904 1.533-1.188 0.764-0.34 1.708-0.512 2.805-0.512 0.179 0 0.356 0.005 0.527 0.014 0.276 0.015 0.487 0.25 0.473 0.526s-0.25 0.488-0.526 0.473c-0.153-0.008-0.312-0.012-0.473-0.012-3.894 0-3.997 2.379-4 2.503 0.001 0.274 0.225 0.497 0.5 0.497h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M5 12c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM5 7c-1.103 0-2 0.897-2 2s0.897 2 2 2 2-0.897 2-2c0-1.103-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-shirt\" viewBox=\"0 0 20 20\">\n<title>shirt</title>\n<path class=\"path1\" d=\"M13.5 19h-8c-0.827 0-1.5-0.673-1.5-1.5v-9.306l-2.342 0.781c-0.262 0.087-0.545-0.054-0.632-0.316l-1-3c-0.079-0.236 0.028-0.494 0.251-0.605l6-3c0.155-0.077 0.339-0.069 0.486 0.022s0.237 0.252 0.237 0.425c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.173 0.090-0.334 0.237-0.425s0.331-0.099 0.486-0.022l6 3c0.223 0.111 0.329 0.369 0.251 0.605l-1 3c-0.087 0.262-0.37 0.404-0.632 0.316l-2.342-0.781v9.306c0 0.827-0.673 1.5-1.5 1.5zM4.5 7c0.104 0 0.206 0.032 0.292 0.094 0.13 0.094 0.208 0.245 0.208 0.406v10c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.161 0.077-0.312 0.208-0.406s0.298-0.12 0.45-0.069l2.526 0.842 0.705-2.114-4.973-2.487c-0.351 1.562-1.749 2.733-3.415 2.733s-3.065-1.171-3.415-2.733l-4.973 2.487 0.705 2.114 2.526-0.842c0.052-0.017 0.105-0.026 0.158-0.026z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-store\" viewBox=\"0 0 20 20\">\n<title>store</title>\n<path class=\"path1\" d=\"M18 9.5v-1c0-0.078-0.018-0.154-0.053-0.224l-2-4c-0.085-0.169-0.258-0.276-0.447-0.276h-12c-0.189 0-0.363 0.107-0.447 0.276l-2 4c-0.035 0.069-0.053 0.146-0.053 0.224v1c0 0.816 0.393 1.542 1 1.999v6.501h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6.501c0.607-0.457 1-1.182 1-1.999zM11.5 11c-0.827 0-1.5-0.673-1.5-1.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5zM2 9.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5zM9 5v3h-2.86l0.75-3h2.11zM12.11 5l0.75 3h-2.86v-3h2.11zM6 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM14 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM16.691 8h-2.801l-0.75-3h2.051l1.5 3zM3.809 5h2.051l-0.75 3h-2.801l1.5-3zM3 11.95c0.162 0.033 0.329 0.050 0.5 0.050 0.817 0 1.544-0.394 2-1.002 0.456 0.608 1.183 1.002 2 1.002s1.544-0.394 2-1.002c0.361 0.48 0.89 0.827 1.5 0.951v6.050h-8v-6.050zM16 18h-4v-6.050c0.61-0.124 1.139-0.471 1.5-0.951 0.456 0.608 1.183 1.002 2 1.002 0.171 0 0.338-0.017 0.5-0.050v6.050z\"/>\n<path class=\"path2\" d=\"M14 14.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M5.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3-3c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path5\" d=\"M8.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cart\" viewBox=\"0 0 20 20\">\n<title>cart</title>\n<path class=\"path1\" d=\"M8 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM8 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path2\" d=\"M15 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM15 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.539 4.467c-0.251-0.297-0.63-0.467-1.039-0.467h-12.243l-0.099-0.596c-0.131-0.787-0.859-1.404-1.658-1.404h-1c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1c0.307 0 0.621 0.266 0.671 0.569l1.671 10.027c0.131 0.787 0.859 1.404 1.658 1.404h10c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-10c-0.307 0-0.621-0.266-0.671-0.569l-0.247-1.48 9.965-0.867c0.775-0.067 1.483-0.721 1.611-1.489l0.671-4.027c0.067-0.404-0.038-0.806-0.289-1.102zM16.842 5.404l-0.671 4.027c-0.053 0.316-0.391 0.629-0.711 0.657l-10.043 0.873-0.994-5.962h12.076c0.117 0 0.215 0.040 0.276 0.113s0.085 0.176 0.066 0.291z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tag\" viewBox=\"0 0 20 20\">\n<title>tag</title>\n<path class=\"path1\" d=\"M7.5 19.085c-0.401 0-0.778-0.156-1.061-0.438l-5.086-5.086c-0.283-0.283-0.438-0.659-0.438-1.061s0.156-0.778 0.438-1.061l8.586-8.586c0.487-0.487 1.372-0.854 2.061-0.854h4.5c0.827 0 1.5 0.673 1.5 1.5v4.5c0 0.688-0.367 1.574-0.853 2.061l-8.586 8.586c-0.283 0.283-0.659 0.438-1.061 0.438zM12 3c-0.415 0-1.060 0.267-1.353 0.561l-8.586 8.586c-0.094 0.094-0.145 0.219-0.145 0.354s0.052 0.26 0.145 0.353l5.086 5.086c0.094 0.094 0.219 0.145 0.354 0.145s0.26-0.052 0.354-0.145l8.586-8.586c0.293-0.293 0.561-0.939 0.561-1.354v-4.5c0-0.276-0.224-0.5-0.5-0.5h-4.5z\"/>\n<path class=\"path2\" d=\"M14.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone-handset\" viewBox=\"0 0 20 20\">\n<title>phone-handset</title>\n<path class=\"path1\" d=\"M16 20c-1.771 0-3.655-0.502-5.6-1.492-1.793-0.913-3.564-2.22-5.122-3.78s-2.863-3.333-3.775-5.127c-0.988-1.946-1.49-3.83-1.49-5.601 0-1.148 1.070-2.257 1.529-2.68 0.661-0.609 1.701-1.32 2.457-1.32 0.376 0 0.816 0.246 1.387 0.774 0.425 0.394 0.904 0.928 1.383 1.544 0.289 0.372 1.73 2.271 1.73 3.182 0 0.747-0.845 1.267-1.739 1.816-0.346 0.212-0.703 0.432-0.961 0.639-0.276 0.221-0.325 0.338-0.333 0.364 0.949 2.366 3.85 5.267 6.215 6.215 0.021-0.007 0.138-0.053 0.363-0.333 0.207-0.258 0.427-0.616 0.639-0.961 0.55-0.894 1.069-1.739 1.816-1.739 0.911 0 2.81 1.441 3.182 1.73 0.616 0.479 1.15 0.958 1.544 1.383 0.528 0.57 0.774 1.011 0.774 1.387 0 0.756-0.711 1.799-1.319 2.463-0.424 0.462-1.533 1.537-2.681 1.537zM3.994 1c-0.268 0.005-0.989 0.333-1.773 1.055-0.744 0.686-1.207 1.431-1.207 1.945 0 6.729 8.264 15 14.986 15 0.513 0 1.258-0.465 1.944-1.213 0.723-0.788 1.051-1.512 1.056-1.781-0.032-0.19-0.558-0.929-1.997-2.037-1.237-0.952-2.24-1.463-2.498-1.469-0.018 0.005-0.13 0.048-0.357 0.336-0.197 0.251-0.408 0.594-0.613 0.926-0.56 0.911-1.089 1.772-1.858 1.772-0.124 0-0.246-0.024-0.363-0.071-2.625-1.050-5.729-4.154-6.779-6.779-0.126-0.315-0.146-0.809 0.474-1.371 0.33-0.299 0.786-0.579 1.228-0.851 0.332-0.204 0.676-0.415 0.926-0.613 0.288-0.227 0.331-0.339 0.336-0.357-0.007-0.258-0.517-1.261-1.469-2.498-1.108-1.439-1.847-1.964-2.037-1.997z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone\" viewBox=\"0 0 20 20\">\n<title>phone</title>\n<path class=\"path1\" d=\"M17.894 8.897c-1.041 0-2.928-0.375-3.516-0.963-0.361-0.361-0.446-0.813-0.515-1.177-0.085-0.448-0.136-0.581-0.332-0.666-0.902-0.388-2.196-0.61-3.551-0.61-1.34 0-2.62 0.219-3.512 0.6-0.194 0.083-0.244 0.216-0.327 0.663-0.068 0.365-0.152 0.819-0.512 1.179-0.328 0.328-1.015 0.554-1.533 0.685-0.668 0.169-1.384 0.267-1.963 0.267-0.664 0-1.113-0.126-1.372-0.386-0.391-0.391-0.641-0.926-0.685-1.467-0.037-0.456 0.051-1.132 0.68-1.762 1.022-1.022 2.396-1.819 4.086-2.368 1.554-0.506 3.322-0.773 5.114-0.773 1.804 0 3.587 0.27 5.156 0.782 1.705 0.556 3.093 1.361 4.124 2.393 1.050 1.050 0.79 2.443 0.012 3.221-0.257 0.257-0.7 0.382-1.354 0.382zM9.98 4.481c1.507 0 2.908 0.246 3.946 0.691 0.713 0.306 0.833 0.938 0.92 1.398 0.052 0.275 0.097 0.513 0.24 0.656 0.252 0.252 1.706 0.671 2.809 0.671 0.481 0 0.633-0.082 0.652-0.094 0.31-0.314 0.698-1.086-0.017-1.802-1.805-1.805-5.010-2.882-8.574-2.882-3.535 0-6.709 1.065-8.493 2.848-0.288 0.288-0.42 0.616-0.391 0.974 0.025 0.302 0.17 0.614 0.39 0.836 0.019 0.012 0.173 0.098 0.67 0.098 1.098 0 2.541-0.411 2.789-0.659 0.141-0.141 0.185-0.379 0.236-0.654 0.086-0.462 0.203-1.095 0.917-1.4 1.026-0.439 2.413-0.68 3.905-0.68z\"/>\n<path class=\"path2\" d=\"M16.5 18h-13c-0.671 0-1.29-0.264-1.743-0.743s-0.682-1.112-0.645-1.782c0.004-0.077 0.118-1.901 1.27-3.739 0.682-1.088 1.586-1.955 2.686-2.577 1.361-0.769 3.020-1.159 4.932-1.159s3.571 0.39 4.932 1.159c1.101 0.622 2.005 1.489 2.686 2.577 1.152 1.839 1.266 3.663 1.27 3.739 0.037 0.67-0.192 1.303-0.645 1.782s-1.072 0.743-1.743 0.743zM10 9c-3.117 0-5.388 1.088-6.749 3.233-1.030 1.623-1.139 3.282-1.14 3.299-0.022 0.392 0.111 0.761 0.373 1.038s0.623 0.43 1.017 0.43h13c0.393 0 0.754-0.153 1.017-0.43s0.395-0.646 0.373-1.039c-0.001-0.016-0.111-1.675-1.14-3.298-1.362-2.145-3.633-3.233-6.749-3.233z\"/>\n<path class=\"path3\" d=\"M10 16c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 11c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pushpin\" viewBox=\"0 0 20 20\">\n<title>pushpin</title>\n<path class=\"path1\" d=\"M18 6.793l-5.293-5.293c-0.188-0.188-0.44-0.292-0.707-0.292s-0.519 0.104-0.707 0.292l-0.293 0.293c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-2.793 2.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-0.293 0.293c-0.39 0.39-0.39 1.024 0 1.414l1.553 1.553-4.95 6.435c-0.153 0.199-0.135 0.481 0.043 0.658 0.097 0.097 0.225 0.146 0.354 0.146 0.107 0 0.214-0.034 0.305-0.104l6.435-4.95 1.553 1.553c0.188 0.188 0.44 0.292 0.707 0.292s0.519-0.104 0.707-0.292l0.293-0.293c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l2.793-2.793c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l0.293-0.293c0.188-0.188 0.292-0.44 0.292-0.707s-0.104-0.519-0.292-0.707zM4.234 15.266l2.533-3.293 0.76 0.76-3.293 2.533zM17 7.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-2.793 2.793c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-0.292 0.292c-0 0-0.001 0-0.001 0v0.001l-5.293-5.293 0.293-0.293c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l2.793-2.793c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l0.293-0.293 5.293 5.293-0.293 0.293z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map-marker\" viewBox=\"0 0 20 20\">\n<title>map-marker</title>\n<path class=\"path1\" d=\"M10 20c-0.153 0-0.298-0.070-0.393-0.191-0.057-0.073-1.418-1.814-2.797-4.385-0.812-1.513-1.46-2.999-1.925-4.416-0.587-1.787-0.884-3.472-0.884-5.008 0-3.308 2.692-6 6-6s6 2.692 6 6c0 1.536-0.298 3.22-0.884 5.008-0.465 1.417-1.113 2.903-1.925 4.416-1.38 2.571-2.74 4.312-2.797 4.385-0.095 0.121-0.24 0.191-0.393 0.191zM10 1c-2.757 0-5 2.243-5 5 0 3.254 1.463 6.664 2.691 8.951 0.902 1.681 1.809 3.014 2.309 3.71 0.502-0.699 1.415-2.040 2.318-3.726 1.223-2.283 2.682-5.687 2.682-8.935 0-2.757-2.243-5-5-5z\"/>\n<path class=\"path2\" d=\"M10 9c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 4c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map\" viewBox=\"0 0 20 20\">\n<title>map</title>\n<path class=\"path1\" d=\"M18.763 1.075c-0.147-0.091-0.331-0.099-0.486-0.022l-5.776 2.888-5.776-2.888c-0.141-0.070-0.306-0.070-0.447 0l-6 3c-0.169 0.085-0.276 0.258-0.276 0.447v15c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l5.776-2.888 5.776 2.888c0.141 0.070 0.307 0.070 0.447 0l6-3c0.169-0.085 0.276-0.258 0.276-0.447v-15c-0-0.173-0.090-0.334-0.237-0.425zM6 16.191l-5 2.5v-13.882l5-2.5v13.882zM7 2.309l5 2.5v13.882l-5-2.5v-13.882zM18 16.191l-5 2.5v-13.882l5-2.5v13.882z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-location\" viewBox=\"0 0 20 20\">\n<title>location</title>\n<path class=\"path1\" d=\"M8.5 20c-0.043 0-0.087-0.006-0.13-0.017-0.218-0.059-0.37-0.257-0.37-0.483v-7.5h-7.5c-0.226 0-0.424-0.152-0.483-0.37s0.037-0.449 0.232-0.562l19-11c0.196-0.113 0.444-0.081 0.604 0.079s0.193 0.408 0.079 0.604l-11 19c-0.091 0.157-0.258 0.249-0.433 0.249zM2.362 11h6.138c0.276 0 0.5 0.224 0.5 0.5v6.138l9.128-15.766-15.766 9.128z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-calendar-full\" viewBox=\"0 0 20 20\">\n<title>calendar-full</title>\n<path class=\"path1\" d=\"M18.5 2h-2.5v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-10v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-2.5c-0.827 0-1.5 0.673-1.5 1.5v14c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-14c0-0.827-0.673-1.5-1.5-1.5zM1.5 3h2.5v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h10v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h2.5c0.276 0 0.5 0.224 0.5 0.5v2.5h-18v-2.5c0-0.276 0.224-0.5 0.5-0.5zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-10.5h18v10.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M7.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M10.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M7.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M10.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M13.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M16.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path11\" d=\"M4.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path12\" d=\"M7.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path13\" d=\"M10.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path14\" d=\"M13.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path15\" d=\"M16.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path16\" d=\"M4.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path17\" d=\"M7.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path18\" d=\"M10.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path19\" d=\"M13.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path20\" d=\"M16.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-keyboard\" viewBox=\"0 0 20 20\">\n<title>keyboard</title>\n<path class=\"path1\" d=\"M17.5 16h-16c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M3.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M16.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M4.5 10h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M3.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M11.5 14h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M14.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M16.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.5v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M5.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M6 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path11\" d=\"M8 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path12\" d=\"M10 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path13\" d=\"M12 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path14\" d=\"M14 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path15\" d=\"M7 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path16\" d=\"M9 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path17\" d=\"M11 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path18\" d=\"M13 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path19\" d=\"M15 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path20\" d=\"M8 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path21\" d=\"M10 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path22\" d=\"M12 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-spell-check\" viewBox=\"0 0 20 20\">\n<title>spell-check</title>\n<path class=\"path1\" d=\"M4.5 14c-0.276 0-0.5 0.224-0.5 0.5v0.001c-0.418-0.315-0.938-0.501-1.5-0.501-1.378 0-2.5 1.122-2.5 2.5s1.122 2.5 2.5 2.5c0.562 0 1.082-0.187 1.5-0.501v0.001c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM2.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M8.5 14c-0.562 0-1.082 0.187-1.5 0.501v-4.001c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.001c0.418 0.315 0.938 0.501 1.5 0.501 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5zM8.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M14.5 19c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5c0.439 0 0.872 0.116 1.25 0.335 0.239 0.138 0.321 0.444 0.183 0.683s-0.444 0.321-0.683 0.183c-0.227-0.131-0.486-0.2-0.75-0.2-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5c0.264 0 0.523-0.069 0.75-0.2 0.239-0.138 0.545-0.057 0.683 0.182s0.057 0.545-0.182 0.683c-0.379 0.219-0.811 0.335-1.25 0.335z\"/>\n<path class=\"path4\" d=\"M11.5 10.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-screen\" viewBox=\"0 0 20 20\">\n<title>screen</title>\n<path class=\"path1\" d=\"M17.5 2h-16c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h7.5v2h-3.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-2h7.5c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5zM18 13.5c0 0.276-0.224 0.5-0.5 0.5h-16c-0.276 0-0.5-0.224-0.5-0.5v-10c0-0.276 0.224-0.5 0.5-0.5h16c0.276 0 0.5 0.224 0.5 0.5v10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smartphone\" viewBox=\"0 0 20 20\">\n<title>smartphone</title>\n<path class=\"path1\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M14.5 20h-9c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h9c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM5.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-9z\"/>\n<path class=\"path3\" d=\"M13.5 16h-7c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM7 15h6v-12h-6v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tablet\" viewBox=\"0 0 20 20\">\n<title>tablet</title>\n<path class=\"path1\" d=\"M16.5 20h-13c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM3.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h13c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-13z\"/>\n<path class=\"path2\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15.5 16h-11c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM5 15h10v-12h-10v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop\" viewBox=\"0 0 20 20\">\n<title>laptop</title>\n<path class=\"path1\" d=\"M3.5 14h13c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5h-13c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5zM3 4.5c0-0.276 0.224-0.5 0.5-0.5h13c0.276 0 0.5 0.224 0.5 0.5v8c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-8z\"/>\n<path class=\"path2\" d=\"M19.5 15h-19c-0.276 0-0.5 0.224-0.5 0.5v1c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-1c0-0.276-0.224-0.5-0.5-0.5zM18.5 17h-17c-0.276 0-0.5-0.224-0.5-0.5v-0.5h18v0.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop-phone\" viewBox=\"0 0 20 20\">\n<title>laptop-phone</title>\n<path class=\"path1\" d=\"M11.5 14h-8c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5h-13c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 18h-10c-0.827 0-1.5-0.673-1.5-1.5v-1c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.5v0.5c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 18h-4c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h4c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM14.5 8c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-4z\"/>\n<path class=\"path4\" d=\"M16.5 16c-0.132 0-0.26-0.053-0.353-0.147s-0.147-0.222-0.147-0.353 0.053-0.261 0.147-0.353c0.093-0.093 0.222-0.147 0.353-0.147s0.261 0.053 0.353 0.147c0.093 0.093 0.147 0.222 0.147 0.353s-0.053 0.261-0.147 0.353c-0.093 0.093-0.222 0.147-0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-power-switch\" viewBox=\"0 0 20 20\">\n<title>power-switch</title>\n<path class=\"path1\" d=\"M9.5 12c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M9.5 19c-2.003 0-3.887-0.78-5.303-2.197s-2.197-3.3-2.197-5.303c0-1.648 0.525-3.212 1.517-4.523 0.96-1.268 2.324-2.215 3.84-2.666 0.265-0.079 0.543 0.072 0.622 0.337s-0.072 0.543-0.337 0.622c-2.733 0.814-4.643 3.376-4.643 6.231 0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5c0-2.855-1.909-5.417-4.643-6.231-0.265-0.079-0.415-0.357-0.337-0.622s0.357-0.415 0.622-0.337c1.517 0.451 2.88 1.398 3.84 2.666 0.993 1.311 1.517 2.875 1.517 4.523 0 2.003-0.78 3.887-2.197 5.303s-3.3 2.197-5.303 2.197z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bubble\" viewBox=\"0 0 20 20\">\n<title>bubble</title>\n<path class=\"path1\" d=\"M0.5 19c-0.225 0-0.422-0.15-0.482-0.367s0.032-0.447 0.225-0.562c1.691-1.014 2.392-2.489 2.641-3.179-1.838-1.407-2.884-3.354-2.884-5.392 0-1.029 0.258-2.026 0.768-2.964 0.486-0.894 1.18-1.695 2.061-2.381 1.787-1.39 4.156-2.156 6.671-2.156s4.884 0.766 6.671 2.156c0.881 0.685 1.575 1.486 2.061 2.381 0.51 0.937 0.768 1.934 0.768 2.964s-0.258 2.026-0.768 2.964c-0.486 0.894-1.18 1.695-2.061 2.381-1.787 1.39-4.156 2.156-6.671 2.156-1.033 0-2.047-0.129-3.016-0.385-0.429 0.286-1.231 0.793-2.189 1.27-1.488 0.74-2.764 1.115-3.794 1.115zM9.5 3c-4.687 0-8.5 2.916-8.5 6.5 0 1.815 1.005 3.562 2.756 4.792 0.172 0.121 0.25 0.336 0.196 0.539-0.117 0.436-0.515 1.633-1.58 2.788 1.302-0.456 2.704-1.247 3.739-1.959 0.123-0.085 0.277-0.11 0.421-0.069 0.948 0.271 1.947 0.409 2.968 0.409 4.687 0 8.5-2.916 8.5-6.5s-3.813-6.5-8.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart-pulse\" viewBox=\"0 0 20 20\">\n<title>heart-pulse</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.116-0.065-2.877-1.611-5.369-4.082-0.196-0.194-0.197-0.511-0.003-0.707s0.511-0.197 0.707-0.003c1.979 1.962 4.186 3.346 4.908 3.776 0.723-0.431 2.932-1.817 4.908-3.776 0.196-0.194 0.513-0.193 0.707 0.003s0.193 0.513-0.003 0.707c-2.493 2.471-5.253 4.017-5.369 4.082-0.076 0.042-0.159 0.063-0.243 0.063z\"/>\n<path class=\"path2\" d=\"M1.279 11c-0.188 0-0.368-0.106-0.453-0.287-0.548-1.165-0.826-2.33-0.826-3.463 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.133-0.278 2.298-0.826 3.463-0.118 0.25-0.415 0.357-0.665 0.24s-0.357-0.415-0.24-0.665c0.485-1.031 0.731-2.053 0.731-3.037 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658-2.343 0-4.25 1.907-4.25 4.25 0 0.984 0.246 2.006 0.731 3.037 0.118 0.25 0.010 0.548-0.24 0.665-0.069 0.032-0.141 0.048-0.212 0.048z\"/>\n<path class=\"path3\" d=\"M10.515 15c-0.005 0-0.009-0-0.013-0-0.202-0.004-0.569-0.109-0.753-0.766l-1.217-4.334-0.807 3.279c-0.158 0.643-0.525 0.778-0.73 0.8s-0.592-0.027-0.889-0.62l-0.606-1.211c-0.029-0.058-0.056-0.094-0.076-0.117-0.003 0.004-0.007 0.009-0.011 0.015-0.37 0.543-1.192 0.953-1.913 0.953h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.421 0 0.921-0.272 1.087-0.516 0.223-0.327 0.547-0.501 0.891-0.478 0.374 0.025 0.708 0.279 0.917 0.696l0.445 0.89 0.936-3.803c0.158-0.64 0.482-0.779 0.726-0.783s0.572 0.125 0.751 0.76l1.284 4.576 1.178-3.608c0.205-0.628 0.582-0.736 0.788-0.745s0.59 0.068 0.847 0.677l0.724 1.719c0.136 0.322 0.578 0.616 0.927 0.616h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.747 0-1.559-0.539-1.849-1.228l-0.592-1.406-1.274 3.9c-0.207 0.634-0.566 0.733-0.771 0.733z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-construction\" viewBox=\"0 0 20 20\">\n<title>construction</title>\n<path class=\"path1\" d=\"M20 5v-1.5c0-0.276-0.224-0.5-0.5-0.5h-3.5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5.5c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h1.5v6h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-3h10v3h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6h1.5c0.276 0 0.5-0.224 0.5-0.5v-4.5c0-0 0-0 0-0zM19 4.793l-4.207 4.207h-3.586l5-5h2.793v0.793zM6.207 9l5-5h3.586l-5 5h-3.586zM1.207 9l5-5h3.586l-5 5h-3.586zM4.793 4l-3.793 3.793v-3.793h3.793zM3 16v-6h1v6h-1zM5 12v-2h10v2h-10zM17 16h-1v-6h1v6zM16.207 9l2.793-2.793v2.793h-2.793z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pie-chart\" viewBox=\"0 0 20 20\">\n<title>pie-chart</title>\n<path class=\"path1\" d=\"M8.5 20c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010s3.74-2.49 6.010-2.49c0.276 0 0.5 0.224 0.5 0.5v7.5h7.5c0.276 0 0.5 0.224 0.5 0.5 0 2.27-0.884 4.405-2.49 6.010s-3.74 2.49-6.010 2.49zM8 4.016c-3.903 0.258-7 3.516-7 7.484 0 4.136 3.364 7.5 7.5 7.5 3.967 0 7.225-3.097 7.484-7h-7.484c-0.276 0-0.5-0.224-0.5-0.5v-7.484z\"/>\n<path class=\"path2\" d=\"M18.5 10h-8c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5 2.27 0 4.405 0.884 6.010 2.49s2.49 3.74 2.49 6.010c0 0.276-0.224 0.5-0.5 0.5zM11 9h6.984c-0.247-3.738-3.246-6.736-6.984-6.984v6.984z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chart-bars\" viewBox=\"0 0 20 20\">\n<title>chart-bars</title>\n<path class=\"path1\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5v-16c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v16c0 0.827-0.673 1.5-1.5 1.5zM1.5 2c-0.276 0-0.5 0.224-0.5 0.5v16c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-16c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M6.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5zM5 16h1v-8h-1v8z\"/>\n<path class=\"path3\" d=\"M10.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-12c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5zM9 16h1v-11h-1v11z\"/>\n<path class=\"path4\" d=\"M14.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5zM13 16h1v-4h-1v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-gift\" viewBox=\"0 0 20 20\">\n<title>gift</title>\n<path class=\"path1\" d=\"M18.5 5h-3.001c0.315-0.418 0.501-0.938 0.501-1.5 0-1.378-1.122-2.5-2.5-2.5-1.39 0-2.556 1.101-3.127 1.758-0.346 0.397-0.644 0.823-0.873 1.235-0.229-0.412-0.527-0.837-0.873-1.235-0.571-0.656-1.737-1.758-3.127-1.758-1.378 0-2.5 1.122-2.5 2.5 0 0.562 0.187 1.082 0.501 1.5h-3.001c-0.276 0-0.5 0.224-0.5 0.5v3c0 0.276 0.224 0.5 0.5 0.5h0.5v9.5c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5v-9.5h0.5c0.276 0 0.5-0.224 0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5zM11.127 3.414c0.782-0.899 1.647-1.414 2.373-1.414 0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5h-3.378c0.173-0.442 0.523-1.032 1.005-1.586zM11 19h-3v-13h3v13zM4 3.5c0-0.827 0.673-1.5 1.5-1.5 0.726 0 1.591 0.515 2.373 1.414 0.482 0.554 0.832 1.144 1.005 1.586h-3.378c-0.827 0-1.5-0.673-1.5-1.5zM1 6h6v2h-6v-2zM2 18.5v-9.5h5v10h-4.5c-0.276 0-0.5-0.224-0.5-0.5zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-4.5v-10h5v9.5zM18 8h-6v-2h6v2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-diamond\" viewBox=\"0 0 20 20\">\n<title>diamond</title>\n<path class=\"path1\" d=\"M18.9 7.2l-3-4c-0.077-0.103-0.191-0.172-0.318-0.193l-6-1c-0.054-0.009-0.11-0.009-0.164 0l-6 1c-0.127 0.021-0.241 0.090-0.318 0.193l-3 4c-0.143 0.191-0.131 0.457 0.028 0.634l9 10c0.095 0.105 0.23 0.166 0.372 0.166s0.277-0.060 0.372-0.166l9-10c0.16-0.178 0.172-0.443 0.028-0.634zM12.786 7l-3.286 9.037-3.286-9.037h6.572zM6.707 6l2.793-2.793 2.793 2.793h-5.586zM10.957 3.25l3.698 0.616-1.233 1.849-2.466-2.465zM5.578 5.715l-1.233-1.849 3.698-0.616-2.465 2.465zM4.67 6.156l-2.985 0.597 1.791-2.388 1.194 1.791zM5.177 7.075l2.974 8.179-6.692-7.436 3.718-0.744zM13.823 7.075l3.718 0.744-6.692 7.436 2.974-8.179zM14.33 6.156l1.194-1.791 1.791 2.388-2.985-0.597z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-linearicons\" viewBox=\"0 0 20 20\">\n<title>linearicons</title>\n<path class=\"path1\" d=\"M19.5 16h-0.5c-0.579 0-1 0.631-1 1.5 0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5-0.138 0-0.263 0.056-0.354 0.147-0.196-0.094-0.415-0.147-0.646-0.147-0.827 0-1.5 0.673-1.5 1.5 0 0.175 0.031 0.343 0.086 0.5h-1.086c-0.406 0-1.019-0.277-1.288-0.58l-1.044-1.181 9.207-10.408c0.161-0.182 0.165-0.447 0.024-0.633l-2.999-3.998c-0.094-0.126-0.243-0.2-0.4-0.2h-13c-0.157 0-0.306 0.074-0.4 0.2l-2.999 3.998c-0.141 0.186-0.136 0.451 0.024 0.633l9.207 10.408-1.044 1.181c-0.289 0.327-0.795 0.58-1.038 0.58h-0.25v-0.5c0-0.827-0.673-1.5-1.5-1.5-0.282 0-0.545 0.078-0.77 0.213-0.127-0.135-0.292-0.213-0.48-0.213-0.308 0-0.537 0.243-0.702 0.455-0.152 0.195-0.309 0.449-0.442 0.716l-0.106 0.211v-0.882c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5 0.282 0 0.545-0.078 0.77-0.214 0.127 0.135 0.292 0.214 0.48 0.214 0.308 0 0.537-0.243 0.702-0.455 0.152-0.195 0.309-0.449 0.442-0.716l0.106-0.211v0.882c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276 0.224 0.5 0.5 0.5h0.75c0.556 0 1.324-0.395 1.787-0.918l0.963-1.089 0.963 1.088c0.463 0.523 1.339 0.918 2.037 0.918h2.5c0.384 0 0.734-0.145 1-0.383 0.266 0.238 0.616 0.383 1 0.383 0.827 0 1.5-0.673 1.5-1.5 0-0.249 0.061-0.422 0.103-0.5h0.397c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM1.145 5.474l2.605-3.474h12.5l2.605 3.474-8.855 10.011-8.855-10.011zM15.5 18c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M2.5 15c0.132 0 0.261-0.053 0.353-0.147s0.147-0.222 0.147-0.353-0.053-0.26-0.147-0.353c-0.093-0.093-0.222-0.147-0.353-0.147s-0.26 0.053-0.353 0.147c-0.093 0.093-0.147 0.222-0.147 0.353s0.053 0.261 0.147 0.353c0.093 0.093 0.222 0.147 0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dinner\" viewBox=\"0 0 20 20\">\n<title>dinner</title>\n<path class=\"path1\" d=\"M8 0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.306 0.252 2.397 0.455 3.274 0.198 0.854 0.353 1.529 0.13 1.811-0.186 0.234-0.717 0.37-1.581 0.406-0.002-0.162-0.004-0.326-0.004-0.49v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.165-0.001 0.328-0.004 0.49-0.861-0.037-1.391-0.174-1.577-0.408-0.225-0.283-0.069-0.959 0.128-1.814 0.202-0.875 0.453-1.965 0.453-3.267 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.189-0.237 2.217-0.427 3.043-0.258 1.118-0.461 2.002 0.064 2.662 0.39 0.49 1.101 0.733 2.333 0.785-0.112 2.79-0.516 5.19-0.851 7.177-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284-0.334-1.985-0.738-4.384-0.851-7.172 1.235-0.050 1.946-0.292 2.337-0.783 0.524-0.659 0.32-1.541 0.062-2.659-0.191-0.827-0.429-1.857-0.429-3.048zM6.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.701 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n<path class=\"path2\" d=\"M15.882 14.162c-0.393-2.331-0.881-5.231-0.882-8.662v-5c0-0.227-0.153-0.425-0.372-0.483s-0.45 0.038-0.562 0.235c-2.019 3.534-3.016 8.931-3.058 9.159-0.027 0.146 0.013 0.296 0.108 0.41s0.236 0.18 0.384 0.18h2.235c-0.175 1.544-0.409 2.935-0.617 4.166-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284zM12.111 9c0.248-1.171 0.882-3.887 1.889-6.317v2.817c0 1.236-0.063 2.403-0.163 3.5h-1.727zM15.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.702 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-coffee-cup\" viewBox=\"0 0 20 20\">\n<title>coffee-cup</title>\n<path class=\"path1\" d=\"M10 15c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 10c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n<path class=\"path2\" d=\"M15.904 2.056l-0.177-0.707c-0.189-0.756-0.948-1.349-1.728-1.349h-8c-0.78 0-1.538 0.593-1.728 1.349l-0.177 0.707c-0.631 0.177-1.096 0.757-1.096 1.444v1c0 0.663 0.432 1.226 1.029 1.424l0.901 12.614c0.058 0.806 0.762 1.462 1.57 1.462h7c0.808 0 1.512-0.656 1.57-1.462l0.901-12.614c0.597-0.198 1.029-0.761 1.029-1.424v-1c0-0.687-0.464-1.267-1.096-1.444zM6 1h8c0.319 0 0.68 0.282 0.757 0.591l0.102 0.409h-9.719l0.102-0.409c0.077-0.309 0.438-0.591 0.757-0.591zM14.892 7h-9.783l-0.071-1h9.926l-0.071 1zM14.249 16h-8.497l-0.571-8h9.64l-0.571 8zM13.5 19h-7c-0.29 0-0.552-0.244-0.573-0.533l-0.105-1.467h8.355l-0.105 1.467c-0.021 0.289-0.283 0.533-0.573 0.533zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-11c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.275 0.224-0.499 0.499-0.5 0.001 0 0.001 0 0.002 0s0.002-0 0.003-0h10.997c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-leaf\" viewBox=\"0 0 20 20\">\n<title>leaf</title>\n<path class=\"path1\" d=\"M19.883 0.178c-0.095-0.113-0.235-0.178-0.382-0.178l-0.51-0c-5.040-0.002-9.021-0.003-11.952 0.698-1.575 0.377-2.793 0.946-3.723 1.739-1.004 0.856-1.688 1.977-2.093 3.429-0.269 0.964-0.395 2.705 0.136 4.437 0.196 0.64 0.502 1.244 0.91 1.799-1.216 1.905-2.267 4.414-2.267 7.399 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-4.605 2.728-8.021 4.354-9.646 1.167-1.167 2.486-2.152 3.816-2.848 1.238-0.648 2.421-1.005 3.331-1.005 0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5c-1.084 0-2.396 0.387-3.794 1.12-1.418 0.743-2.822 1.789-4.059 3.027-0.522 0.522-1.15 1.218-1.774 2.070-0.242-0.381-0.43-0.785-0.559-1.207-0.5-1.632-0.316-3.204-0.129-3.875 1.43-5.125 6.862-5.138 16.717-5.135-1.175 6.288-3.366 10.358-6.516 12.101-2.922 1.617-5.82 0.735-6.931 0.28-0.234-0.096-0.47-0.214-0.699-0.35-0.237-0.141-0.544-0.063-0.685 0.174s-0.063 0.544 0.174 0.685c0.272 0.162 0.552 0.302 0.832 0.417 0.622 0.254 1.624 0.58 2.865 0.687 0.274 0.024 0.545 0.035 0.814 0.035 1.469 0 2.849-0.353 4.115-1.053 1.609-0.89 3.001-2.339 4.139-4.304 1.334-2.305 2.338-5.362 2.983-9.086 0.025-0.145-0.015-0.294-0.11-0.407z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paw\" viewBox=\"0 0 20 20\">\n<title>paw</title>\n<path class=\"path1\" d=\"M3 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM3 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path2\" d=\"M6.998 8c-1.12 0-1.998-1.318-1.998-3s0.878-3 1.998-3 1.998 1.318 1.998 3-0.878 3-1.998 3zM6.998 3c-0.471 0-0.998 0.855-0.998 2s0.527 2 0.998 2 0.998-0.855 0.998-2-0.527-2-0.998-2z\"/>\n<path class=\"path3\" d=\"M12 8c-1.122 0-2-1.318-2-3s0.878-3 2-3 2 1.318 2 3-0.878 3-2 3zM12 3c-0.472 0-1 0.855-1 2s0.528 2 1 2 1-0.855 1-2-0.528-2-1-2z\"/>\n<path class=\"path4\" d=\"M16 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM16 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path5\" d=\"M13 18c-0.868 0-1.455-0.294-1.972-0.553-0.48-0.24-0.894-0.447-1.528-0.447-0.631 0-1.045 0.207-1.525 0.447-0.519 0.259-1.107 0.553-1.975 0.553-0.556 0-1.079-0.303-1.437-0.831-0.627-0.926-0.637-2.331-0.028-3.855 1.097-2.742 2.906-4.314 4.964-4.314s3.868 1.572 4.964 4.314c0.609 1.524 0.599 2.929-0.028 3.855-0.357 0.528-0.881 0.831-1.437 0.831zM9.5 16c0.869 0 1.457 0.294 1.975 0.553 0.479 0.24 0.893 0.447 1.525 0.447 0.218 0 0.44-0.143 0.609-0.391 0.432-0.637 0.404-1.73-0.073-2.923-0.937-2.342-2.408-3.686-4.036-3.686s-3.099 1.343-4.036 3.686c-0.477 1.193-0.504 2.286-0.073 2.923 0.168 0.249 0.39 0.391 0.609 0.391 0.632 0 1.047-0.207 1.528-0.448 0.518-0.259 1.106-0.553 1.972-0.553z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-rocket\" viewBox=\"0 0 20 20\">\n<title>rocket</title>\n<path class=\"path1\" d=\"M13.5 9c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5 2.5 1.122 2.5 2.5-1.122 2.5-2.5 2.5zM13.5 5c-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5 1.5-0.673 1.5-1.5-0.673-1.5-1.5-1.5z\"/>\n<path class=\"path2\" d=\"M0.5 20c-0.13 0-0.258-0.051-0.354-0.146-0.137-0.137-0.183-0.342-0.116-0.524 1.539-4.231 3.157-6.377 4.808-6.377 0.545 0 1.054 0.234 1.515 0.694 0.728 0.728 0.754 1.453 0.648 1.933-0.334 1.508-2.464 2.985-6.33 4.391-0.056 0.020-0.114 0.030-0.171 0.030zM4.839 13.952c-0.495 0-1.078 0.434-1.685 1.255-0.597 0.807-1.197 1.957-1.788 3.427 1.335-0.537 2.408-1.082 3.199-1.625 1.067-0.733 1.383-1.3 1.46-1.646s-0.047-0.677-0.379-1.009c-0.27-0.27-0.534-0.401-0.808-0.401z\"/>\n<path class=\"path3\" d=\"M19.5 0c-2.595 0-4.907 0.44-6.874 1.308-1.621 0.716-3.009 1.72-4.126 2.986-0.208 0.236-0.401 0.475-0.58 0.715-0.862 0.057-1.744 0.4-2.624 1.020-0.745 0.524-1.493 1.25-2.225 2.157-1.23 1.524-1.986 3.027-2.018 3.090-0.109 0.219-0.044 0.485 0.154 0.628 0.088 0.064 0.191 0.095 0.293 0.095 0.128 0 0.256-0.049 0.353-0.145 0.005-0.005 0.483-0.475 1.298-0.936 0.672-0.38 1.708-0.827 2.961-0.906 0.317 0.811 1.224 1.781 1.659 2.216s1.405 1.342 2.216 1.659c-0.079 1.253-0.526 2.289-0.906 2.961-0.462 0.816-0.931 1.293-0.935 1.297-0.173 0.173-0.195 0.447-0.052 0.646 0.097 0.134 0.249 0.208 0.406 0.208 0.076 0 0.152-0.017 0.223-0.053 0.063-0.032 1.566-0.788 3.090-2.018 0.907-0.732 1.633-1.48 2.157-2.225 0.62-0.881 0.962-1.762 1.020-2.624 0.239-0.178 0.478-0.371 0.715-0.58 1.266-1.117 2.27-2.505 2.986-4.126 0.868-1.966 1.308-4.279 1.308-6.874v-0.5h-0.5zM3.107 9.808c0.953-1.383 2.41-3.098 4.052-3.637-0.649 1.137-0.985 2.181-1.106 2.843-1.159 0.071-2.158 0.408-2.946 0.794zM10.193 16.89c0.386-0.788 0.723-1.786 0.793-2.944 0.661-0.121 1.706-0.457 2.842-1.105-0.54 1.639-2.254 3.096-3.636 4.049zM15.044 10.75c-2.080 1.835-4.234 2.25-4.544 2.25-0.002 0-0.207-0.004-0.759-0.393-0.385-0.271-0.834-0.657-1.262-1.085s-0.814-0.877-1.085-1.262c-0.389-0.552-0.393-0.757-0.393-0.759 0-0.31 0.415-2.464 2.25-4.544 2.196-2.488 5.557-3.849 9.744-3.95-0.101 4.187-1.461 7.548-3.95 9.744z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-briefcase\" viewBox=\"0 0 20 20\">\n<title>briefcase</title>\n<path class=\"path1\" d=\"M18.5 5h-4.5v-1.5c0-0.827-0.673-1.5-1.5-1.5h-5c-0.827 0-1.5 0.673-1.5 1.5v1.5h-4.5c-0.827 0-1.5 0.673-1.5 1.5v11c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-11c0-0.827-0.673-1.5-1.5-1.5zM7 3.5c0-0.276 0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5v1.5h-6v-1.5zM1.5 6h17c0.276 0 0.5 0.224 0.5 0.5v7.5h-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-8v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-2v-7.5c0-0.276 0.224-0.5 0.5-0.5zM16 14v1h-1v-1h1zM5 14v1h-1v-1h1zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-2.5h2v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h8v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h2v2.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bus\" viewBox=\"0 0 20 20\">\n<title>bus</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M13.5 5h-7c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 6h-11c-0.276 0-0.5 0.224-0.5 0.5v5c0 0.276 0.224 0.5 0.5 0.5h4.998c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h4.996c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h0.998c0.276 0 0.5-0.224 0.5-0.5v-5c0-0.276-0.224-0.5-0.5-0.5zM5 7h10v4h-0.349l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-3.197l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-2.849v-4z\"/>\n<path class=\"path5\" d=\"M15.616 1.783c-1.363-0.519-3.253-0.783-5.616-0.783s-4.252 0.263-5.616 0.783c-1.971 0.751-2.384 1.892-2.384 2.717v11c0 1.207 0.86 2.217 2 2.45v1.050c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h6v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.050c1.14-0.232 2-1.242 2-2.45v-11c0-0.825-0.414-1.966-2.384-2.717zM6 19h-1v-1h1v1zM14 19v-1h1v1h-1zM17 15.5c0 0.827-0.673 1.5-1.5 1.5h-11c-0.827 0-1.5-0.673-1.5-1.5v-11c0-0.743 0.586-1.343 1.741-1.783 1.232-0.469 3.050-0.717 5.259-0.717s4.028 0.248 5.259 0.717c1.155 0.44 1.741 1.040 1.741 1.783v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-car\" viewBox=\"0 0 20 20\">\n<title>car</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M16.958 11.907c-0.13-0.792-0.553-3.214-1.011-4.131-0.305-0.61-1.088-1.077-2.326-1.386-1.006-0.251-2.292-0.39-3.621-0.39s-2.615 0.138-3.621 0.39c-1.238 0.31-2.021 0.776-2.326 1.386-0.458 0.916-0.881 3.339-1.011 4.131-0.699 0.479-1.042 1.172-1.042 2.093v2.5c0 0.652 0.418 1.208 1 1.414v1.086c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h8v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.086c0.582-0.206 1-0.762 1-1.414v-2.5c0-0.921-0.343-1.614-1.042-2.093zM4.947 8.224c0.297-0.593 2.168-1.224 5.053-1.224s4.756 0.63 5.053 1.224c0.287 0.575 0.606 2.096 0.803 3.183-0.098-0.029-0.199-0.056-0.303-0.080-0.267-0.063-0.555-0.114-0.863-0.156l-2.899-2.077c-0.224-0.161-0.537-0.109-0.698 0.115s-0.109 0.537 0.115 0.698l1.566 1.122c-0.85-0.028-1.782-0.028-2.775-0.028-0.117 0-0.233 0-0.349 0l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.644 1.096c-1.341 0.024-2.507 0.097-3.42 0.314-0.104 0.025-0.205 0.052-0.303 0.080 0.198-1.087 0.516-2.608 0.804-3.183zM5 19h-1v-1h1v1zM15 19v-1h1v1h-1zM17 16.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-2.5c0-0.924 0.486-1.417 1.678-1.701 1.255-0.299 3.14-0.299 5.322-0.299s4.066 0 5.322 0.299c1.192 0.284 1.678 0.777 1.678 1.701v2.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-train\" viewBox=\"0 0 20 20\">\n<title>train</title>\n<path class=\"path1\" d=\"M14.5 15h-10c-1.378 0-2.5-1.122-2.5-2.5v-10c0-1.378 1.122-2.5 2.5-2.5h10c1.378 0 2.5 1.122 2.5 2.5v10c0 1.378-1.122 2.5-2.5 2.5zM4.5 1c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5h-10z\"/>\n<path class=\"path2\" d=\"M18.947 19.276l-2-4c-0.123-0.247-0.424-0.347-0.671-0.224s-0.347 0.424-0.224 0.671l0.138 0.276h-13.382l0.138-0.276c0.123-0.247 0.023-0.547-0.224-0.671s-0.547-0.023-0.671 0.224l-2 4c-0.123 0.247-0.023 0.547 0.224 0.671 0.072 0.036 0.148 0.053 0.223 0.053 0.183 0 0.36-0.101 0.448-0.277l0.362-0.724h16.382l0.362 0.724c0.088 0.175 0.264 0.277 0.448 0.277 0.075 0 0.151-0.017 0.223-0.053 0.247-0.123 0.347-0.424 0.224-0.671zM1.809 18l0.5-1h14.382l0.5 1h-15.382z\"/>\n<path class=\"path3\" d=\"M5.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M12.5 3h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M14.5 4h-10c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM5 5h4v3h-4v-3zM14 8h-4v-3h4v3z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bicycle\" viewBox=\"0 0 20 20\">\n<title>bicycle</title>\n<path class=\"path1\" d=\"M5.5 9.002c-0.828 0-1.502-0.674-1.502-1.502s0.674-1.502 1.502-1.502 1.502 0.674 1.502 1.502-0.674 1.502-1.502 1.502zM5.5 6.998c-0.277 0-0.502 0.225-0.502 0.502s0.225 0.502 0.502 0.502 0.502-0.225 0.502-0.502-0.225-0.502-0.502-0.502z\"/>\n<path class=\"path2\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-2.998c0-0.772 0.581-1.543 1.324-1.756l1.5-0.429-3.26-2.173-1.71 1.71c-0.094 0.094-0.221 0.146-0.354 0.146h-2.002c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1.795l1.854-1.854c0.169-0.169 0.433-0.195 0.631-0.063l3.668 2.445c0.55 0.367 0.548 0.797 0.522 0.966s-0.156 0.579-0.791 0.761l-1.577 0.452c-0.313 0.090-0.599 0.468-0.599 0.795v2.998c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15 20c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4zM15 13c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path4\" d=\"M3.999 20c-2.205 0-3.999-1.794-3.999-3.999s1.794-3.999 3.999-3.999 3.999 1.794 3.999 3.999-1.794 3.999-3.999 3.999zM3.999 13.002c-1.654 0-2.999 1.345-2.999 2.999s1.345 2.999 2.999 2.999 2.999-1.345 2.999-2.999-1.345-2.999-2.999-2.999z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-wheelchair\" viewBox=\"0 0 20 20\">\n<title>wheelchair</title>\n<path class=\"path1\" d=\"M17.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-0.651 0.651-2.729-2.656c-0.002-0.002-0.003-0.003-0.005-0.004-0.007-0.007-0.015-0.013-0.022-0.019-0.006-0.005-0.011-0.009-0.017-0.014s-0.013-0.010-0.020-0.014c-0.007-0.005-0.014-0.010-0.021-0.014-0.006-0.003-0.011-0.007-0.017-0.010-0.008-0.005-0.017-0.010-0.026-0.014-0.006-0.003-0.011-0.005-0.017-0.008-0.009-0.004-0.018-0.008-0.027-0.012-0.007-0.003-0.014-0.005-0.021-0.007-0.008-0.003-0.016-0.006-0.024-0.008s-0.018-0.004-0.027-0.006c-0.007-0.001-0.013-0.003-0.020-0.004-0.010-0.002-0.020-0.003-0.031-0.004-0.006-0.001-0.011-0.002-0.017-0.002-0.010-0.001-0.020-0.001-0.030-0.001-0.006-0-0.012-0-0.019-0-0.009 0-0.018 0.001-0.026 0.002s-0.016 0.001-0.023 0.002c-0.007 0.001-0.015 0.002-0.022 0.003-0.009 0.002-0.019 0.003-0.028 0.005-0.002 0.001-0.004 0.001-0.007 0.001l-3.945 0.953c-0.106 0.026-0.199 0.013-0.26-0.035s-0.095-0.135-0.095-0.244v-1.688h3.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-3.050c0.162 0.033 0.329 0.050 0.5 0.050 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5-2.5 1.122-2.5 2.5c0 0.816 0.393 1.542 1 1.999v6.189c0 0.416 0.174 0.792 0.476 1.030 0.218 0.172 0.49 0.262 0.777 0.262 0.111 0 0.223-0.013 0.336-0.041l3.677-0.888 2.885 2.808c0.097 0.094 0.223 0.142 0.349 0.142 0.128 0 0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707zM9.5 2c0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5z\"/>\n<path class=\"path2\" d=\"M7.5 20c-3.584 0-6.5-2.916-6.5-6.5 0-1.547 0.552-3.045 1.556-4.22 0.992-1.161 2.363-1.939 3.862-2.191 0.272-0.046 0.53 0.138 0.576 0.41s-0.138 0.53-0.41 0.576c-2.655 0.446-4.583 2.727-4.583 5.424 0 3.033 2.467 5.5 5.5 5.5 2.697 0 4.978-1.927 5.424-4.583 0.046-0.272 0.304-0.456 0.576-0.41s0.456 0.303 0.41 0.576c-0.251 1.498-1.029 2.87-2.191 3.862-1.174 1.003-2.673 1.556-4.22 1.556z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-select\" viewBox=\"0 0 20 20\">\n<title>select</title>\n<path class=\"path1\" d=\"M5.5 15h-4c-0.827 0-1.5-0.673-1.5-1.5v-12c0-0.827 0.673-1.5 1.5-1.5h14c0.827 0 1.5 0.673 1.5 1.5v7c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-7c0-0.276-0.224-0.5-0.5-0.5h-14c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13 20c-0.198 0-0.386-0.119-0.464-0.314l-1.697-4.242-2.963 3.386c-0.137 0.157-0.357 0.212-0.552 0.139s-0.324-0.26-0.324-0.468v-15c0-0.198 0.117-0.377 0.298-0.457s0.392-0.046 0.539 0.087l11 10c0.153 0.139 0.205 0.358 0.13 0.55s-0.26 0.32-0.466 0.32h-4.261l1.726 4.314c0.103 0.256-0.022 0.547-0.279 0.65l-2.5 1c-0.061 0.024-0.124 0.036-0.186 0.036zM11 14c0.028 0 0.056 0.002 0.084 0.007 0.172 0.029 0.315 0.146 0.38 0.307l1.814 4.536 1.572-0.629-1.814-4.536c-0.062-0.154-0.043-0.329 0.050-0.466s0.248-0.22 0.414-0.22h3.707l-9.207-8.37v12.539l2.624-2.999c0.096-0.109 0.233-0.171 0.376-0.171z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-earth\" viewBox=\"0 0 20 20\">\n<title>earth</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929s-5.182 1.040-7.071 2.929c-1.889 1.889-2.929 4.4-2.929 7.071s1.040 5.182 2.929 7.071c1.889 1.889 4.4 2.929 7.071 2.929s5.182-1.040 7.071-2.929c1.889-1.889 2.929-4.4 2.929-7.071s-1.040-5.182-2.929-7.071zM18.397 6.761c-0.195-0.351-0.685-0.518-1.325-0.736-0.687-0.234-0.93-0.94-1.211-1.758-0.244-0.71-0.496-1.443-1.095-1.899 1.639 1.027 2.924 2.567 3.631 4.393zM15.591 10.191c0.076 0.677 0.154 1.378-0.687 2.322-0.227 0.255-0.36 0.61-0.501 0.986-0.326 0.871-0.634 1.694-1.946 1.706-0.037-0.044-0.141-0.21-0.234-0.733-0.085-0.482-0.134-1.106-0.187-1.765-0.080-1.012-0.171-2.16-0.421-3.112-0.32-1.217-0.857-1.936-1.641-2.198-0.342-0.114-0.692-0.17-1.068-0.17-0.278 0-0.53 0.030-0.752 0.056-0.173 0.020-0.337 0.040-0.475 0.040 0 0-0 0-0 0-0.234 0-0.499 0-0.826-0.748-0.469-1.075-0.123-2.798 1.254-3.707 0.755-0.498 1.276-0.711 1.742-0.711 0.372 0 0.773 0.129 1.342 0.433 0.672 0.358 1.199 0.404 1.583 0.404 0.152 0 0.29-0.008 0.423-0.016 0.112-0.007 0.217-0.013 0.315-0.013 0.22 0 0.398 0.029 0.607 0.171 0.385 0.263 0.585 0.844 0.796 1.458 0.32 0.932 0.683 1.988 1.835 2.38 0.155 0.053 0.421 0.143 0.61 0.222-0.163 0.168-0.435 0.411-0.702 0.649-0.172 0.154-0.367 0.328-0.583 0.525-0.624 0.569-0.55 1.235-0.484 1.822zM1.001 9.923c0.108 0.019 0.224 0.042 0.344 0.067 0.562 0.12 0.825 0.228 0.94 0.289-0.053 0.103-0.16 0.255-0.231 0.355-0.247 0.351-0.555 0.788-0.438 1.269 0.079 0.325 0.012 0.723-0.103 1.091-0.332-0.938-0.513-1.946-0.513-2.996 0-0.026 0.001-0.051 0.001-0.077zM10 19c-3.425 0-6.41-1.924-7.93-4.747 0.262-0.499 0.748-1.603 0.521-2.569 0.016-0.097 0.181-0.331 0.28-0.472 0.271-0.385 0.608-0.863 0.358-1.37-0.175-0.356-0.644-0.596-1.566-0.804-0.214-0.048-0.422-0.087-0.599-0.118 0.536-4.455 4.338-7.919 8.935-7.919 1.578 0 3.062 0.409 4.352 1.125-0.319-0.139-0.608-0.161-0.84-0.161-0.127 0-0.253 0.007-0.375 0.015-0.119 0.007-0.242 0.014-0.364 0.014-0.284 0-0.638-0.034-1.112-0.287-0.724-0.385-1.266-0.55-1.812-0.55-0.676 0-1.362 0.262-2.293 0.876-0.805 0.531-1.411 1.343-1.707 2.288-0.289 0.921-0.258 1.864 0.087 2.654 0.407 0.932 0.944 1.348 1.742 1.348 0 0 0 0 0 0 0.197 0 0.389-0.023 0.592-0.047 0.205-0.024 0.416-0.049 0.635-0.049 0.271 0 0.51 0.038 0.751 0.118 0.439 0.147 0.763 0.639 0.991 1.504s0.314 1.966 0.391 2.936c0.064 0.81 0.124 1.574 0.257 2.151 0.081 0.35 0.185 0.616 0.32 0.813 0.201 0.294 0.489 0.456 0.811 0.456 0.884 0 1.59-0.285 2.099-0.847 0.423-0.467 0.639-1.044 0.813-1.508 0.102-0.273 0.208-0.556 0.311-0.672 1.137-1.277 1.020-2.329 0.934-3.098-0.063-0.564-0.064-0.764 0.164-0.972 0.212-0.193 0.405-0.366 0.575-0.518 0.363-0.324 0.625-0.558 0.809-0.758 0.126-0.138 0.422-0.461 0.34-0.865-0.001-0.004-0.002-0.007-0.002-0.011 0.343 0.951 0.53 1.976 0.53 3.044 0 4.963-4.037 9-9 9z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smile\" viewBox=\"0 0 20 20\">\n<title>smile</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M9.5 17c-3.584 0-6.5-2.916-6.5-6.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.033 2.467 5.5 5.5 5.5s5.5-2.467 5.5-5.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.584-2.916 6.5-6.5 6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sad\" viewBox=\"0 0 20 20\">\n<title>sad</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M5.499 15c-0.105 0-0.21-0.033-0.3-0.1-0.221-0.166-0.265-0.479-0.099-0.7 0.502-0.668 1.159-1.221 1.901-1.6 0.778-0.398 1.619-0.599 2.499-0.599s1.721 0.202 2.499 0.599c0.742 0.379 1.399 0.932 1.901 1.6 0.166 0.221 0.121 0.534-0.099 0.7s-0.534 0.121-0.7-0.099c-0.859-1.144-2.172-1.8-3.601-1.8s-2.741 0.656-3.601 1.8c-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-neutral\" viewBox=\"0 0 20 20\">\n<title>neutral</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M13.5 13h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mustache\" viewBox=\"0 0 20 20\">\n<title>mustache</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M15.923 12.233c-0.111-0.175-0.318-0.264-0.521-0.224-0.187 0.037-0.368 0.056-0.536 0.056-0 0-0 0-0 0-0.872-0-1.402-0.503-1.962-1.036-0.533-0.506-1.084-1.030-1.903-1.030-0.597 0-1.133 0.263-1.5 0.679-0.367-0.416-0.903-0.679-1.5-0.679-0.819 0-1.37 0.524-1.903 1.030-0.561 0.533-1.090 1.036-1.962 1.036-0.169 0-0.349-0.019-0.536-0.056-0.203-0.041-0.411 0.048-0.521 0.224s-0.101 0.401 0.023 0.567c1.157 1.543 2.642 1.867 3.685 1.867 0.621 0 1.115-0.117 1.355-0.187 0.531-0.154 1.018-0.542 1.36-1.028 0.343 0.486 0.83 0.873 1.36 1.028 0.24 0.070 0.734 0.187 1.355 0.187 1.042-0 2.528-0.324 3.685-1.867 0.124-0.166 0.134-0.391 0.023-0.567zM7.86 13.52c-0.188 0.055-0.579 0.147-1.076 0.147-0.585 0-1.349-0.131-2.069-0.654 0.935-0.179 1.556-0.768 2.070-1.258 0.492-0.468 0.815-0.755 1.214-0.755 0.551 0 1 0.449 1 1 0 0.611-0.554 1.349-1.14 1.52zM12.215 13.667c-0.497 0-0.887-0.092-1.076-0.147-0.586-0.17-1.14-0.909-1.14-1.52 0-0.551 0.449-1 1-1 0.4 0 0.722 0.287 1.214 0.755 0.515 0.489 1.135 1.079 2.070 1.257-0.721 0.523-1.485 0.654-2.069 0.654z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-alarm\" viewBox=\"0 0 20 20\">\n<title>alarm</title>\n<path class=\"path1\" d=\"M16.8 15.101c-1.144-0.859-1.8-2.172-1.8-3.601v-3c0-2.513-1.694-4.638-4-5.292l-0-0.708c0-0.827-0.673-1.5-1.5-1.5s-1.5 0.673-1.5 1.5v0.708c-2.306 0.655-4 2.779-4 5.292v3c0 1.429-0.656 2.741-1.8 3.601-0.172 0.129-0.242 0.354-0.174 0.558s0.259 0.342 0.474 0.342h4.55c-0.033 0.164-0.051 0.331-0.051 0.5 0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.168-0.017-0.336-0.050-0.5h4.55c0.215 0 0.406-0.138 0.474-0.342s-0.002-0.429-0.174-0.558zM9 2.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.523c-0.165-0.015-0.331-0.023-0.5-0.023s-0.335 0.008-0.5 0.023v-0.523zM11 16.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5c0-0.171 0.030-0.34 0.086-0.5h2.828c0.056 0.16 0.086 0.329 0.086 0.5zM3.742 15c0.255-0.309 0.477-0.646 0.659-1.001 0.398-0.778 0.599-1.619 0.599-2.499v-3c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5v3c0 0.88 0.202 1.721 0.599 2.499 0.182 0.356 0.404 0.692 0.659 1.001h-11.517z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bullhorn\" viewBox=\"0 0 20 20\">\n<title>bullhorn</title>\n<path class=\"path1\" d=\"M19.389 3.099c-0.578-1.735-1.346-2.099-1.889-2.099-0.011 0-0.023 0-0.035 0.001-0.553 0.012-1.536 0.299-3.008 0.731-3.084 0.903-7.744 2.269-12.458 2.269-1.14 0-2 1.505-2 3.5s0.86 3.5 2 3.5c0.369 0 0.738 0.008 1.105 0.024l1.666 6.628c0.19 0.756 0.949 1.348 1.729 1.348h1.313c0.433 0 0.801-0.18 1.008-0.495s0.229-0.723 0.060-1.121l-2.577-6.048c3.136 0.462 6.022 1.308 8.154 1.932 1.472 0.431 2.455 0.719 3.008 0.731 0.012 0 0.023 0.001 0.035 0.001 0.542 0 1.31-0.364 1.889-2.099 0.394-1.183 0.611-2.746 0.611-4.401s-0.217-3.218-0.611-4.401zM16 7.5c0-0.513 0.022-1.015 0.064-1.496 0.513 0.052 0.936 0.716 0.936 1.496s-0.422 1.445-0.936 1.496c-0.042-0.481-0.064-0.983-0.064-1.496zM1 7.5c0-1.526 0.592-2.5 1-2.5 1.135 0 2.264-0.076 3.368-0.204-0.237 0.758-0.368 1.697-0.368 2.704s0.13 1.946 0.368 2.704c-1.104-0.128-2.233-0.204-3.368-0.204-0.408 0-1-0.974-1-2.5zM7.961 17.776c0.041 0.096 0.038 0.16 0.026 0.178s-0.069 0.046-0.174 0.046h-1.313c-0.319 0-0.681-0.282-0.759-0.592l-1.588-6.319c0.335 0.027 0.669 0.059 1 0.097l2.808 6.59zM6.489 10.353c-0.304-0.687-0.489-1.748-0.489-2.853 0-1.122 0.18-2.163 0.488-2.852 3.185-0.473 6.096-1.325 8.25-1.957 0.415-0.122 0.811-0.238 1.171-0.339-0.103 0.215-0.203 0.463-0.298 0.747-0.394 1.183-0.611 2.746-0.611 4.401s0.217 3.218 0.611 4.401c0.095 0.284 0.195 0.532 0.298 0.747-0.36-0.101-0.756-0.217-1.171-0.339-2.155-0.631-5.065-1.484-8.25-1.957zM18.44 11.585c-0.373 1.12-0.778 1.415-0.94 1.415s-0.567-0.296-0.94-1.415c-0.157-0.47-0.283-1.009-0.375-1.596 0.486-0.056 0.943-0.331 1.276-0.775 0.348-0.464 0.539-1.073 0.539-1.714s-0.192-1.251-0.539-1.714c-0.333-0.444-0.79-0.719-1.276-0.775 0.093-0.586 0.219-1.126 0.375-1.596 0.373-1.12 0.778-1.416 0.94-1.416s0.567 0.296 0.94 1.415c0.361 1.084 0.56 2.534 0.56 4.085s-0.199 3.001-0.56 4.085z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-high\" viewBox=\"0 0 20 20\">\n<title>volume-high</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M15.545 17.209c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.761-1.432 2.771-3.554 2.771-5.821s-1.010-4.389-2.771-5.821c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.995 1.623 3.14 4.028 3.14 6.597s-1.144 4.974-3.14 6.597c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path4\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-medium\" viewBox=\"0 0 20 20\">\n<title>volume-medium</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-low\" viewBox=\"0 0 20 20\">\n<title>volume-low</title>\n<path class=\"path1\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume\" viewBox=\"0 0 20 20\">\n<title>volume</title>\n<path class=\"path1\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mic\" viewBox=\"0 0 20 20\">\n<title>mic</title>\n<path class=\"path1\" d=\"M9.5 14c-1.93 0-3.5-1.57-3.5-3.5v-6c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v6c0 1.93-1.57 3.5-3.5 3.5zM9.5 2c-1.378 0-2.5 1.122-2.5 2.5v6c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5v-6c0-1.378-1.122-2.5-2.5-2.5z\"/>\n<path class=\"path2\" d=\"M16 10.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.033-2.467 5.5-5.5 5.5s-5.5-2.467-5.5-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.416 2.649 6.225 6 6.481v2.019h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-1.5v-2.019c3.351-0.256 6-3.065 6-6.481z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hourglass\" viewBox=\"0 0 20 20\">\n<title>hourglass</title>\n<path class=\"path1\" d=\"M16 3.5v-0.5c0-0.392-0.241-0.733-0.717-1.014-0.344-0.203-0.821-0.382-1.419-0.531-1.172-0.293-2.722-0.454-4.364-0.454s-3.192 0.161-4.364 0.454c-0.598 0.149-1.075 0.328-1.419 0.531-0.476 0.281-0.717 0.622-0.717 1.014v0.5c0 2.631 1.593 4.999 4 6.002v1.997c-2.407 1.003-4 3.371-4 6.002v0.5c0 0.392 0.241 0.733 0.717 1.014 0.344 0.203 0.821 0.382 1.419 0.531 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.598-0.149 1.075-0.328 1.419-0.531 0.476-0.281 0.717-0.623 0.717-1.014v-0.5c0-2.631-1.593-4.999-4-6.002v-1.997c2.407-1.003 4-3.371 4-6.002zM5.612 2.369c1.066-0.238 2.447-0.369 3.888-0.369s2.823 0.131 3.888 0.369c1.15 0.257 1.498 0.534 1.589 0.631-0.091 0.097-0.439 0.374-1.589 0.631-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.15-0.257-1.498-0.534-1.589-0.631 0.091-0.097 0.439-0.374 1.589-0.631zM11.333 12.313c2.193 0.775 3.667 2.86 3.667 5.187v0.473c-0.042 0.057-0.324 0.37-1.612 0.657-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.287-0.288-1.57-0.6-1.612-0.657v-0.473c0-2.327 1.473-4.412 3.667-5.187 0.2-0.071 0.333-0.259 0.333-0.471v-2.683c0-0.212-0.134-0.401-0.333-0.471-1.976-0.699-3.368-2.461-3.624-4.506 0.3 0.135 0.666 0.257 1.093 0.364 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.428-0.107 0.794-0.229 1.093-0.364-0.256 2.045-1.647 3.807-3.624 4.506-0.2 0.071-0.333 0.26-0.333 0.471v2.683c0 0.212 0.134 0.401 0.333 0.471z\"/>\n<path class=\"path2\" d=\"M13.667 16.529c-2.262-0.799-3.667-2.726-3.667-5.029v-3.025c0.6-0.059 1.178-0.225 1.723-0.495 0.247-0.123 0.348-0.423 0.225-0.67s-0.423-0.348-0.67-0.225c-0.555 0.276-1.153 0.416-1.778 0.416s-1.223-0.14-1.778-0.416c-0.247-0.123-0.547-0.022-0.67 0.225s-0.022 0.547 0.225 0.67c0.545 0.271 1.122 0.436 1.723 0.495v3.025c0 2.302-1.405 4.229-3.667 5.029-0.21 0.074-0.346 0.279-0.332 0.501s0.172 0.409 0.39 0.458c0.982 0.22 2.477 0.512 4.109 0.512s3.127-0.292 4.109-0.512c0.218-0.049 0.377-0.236 0.39-0.458s-0.122-0.427-0.332-0.501zM9.5 17c-0.877 0-1.701-0.087-2.437-0.205 0.665-0.421 1.244-0.952 1.711-1.575 0.293-0.391 0.536-0.812 0.726-1.254 0.19 0.442 0.433 0.863 0.726 1.254 0.466 0.622 1.045 1.153 1.711 1.575-0.736 0.117-1.56 0.205-2.437 0.205z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-undo\" viewBox=\"0 0 20 20\">\n<title>undo</title>\n<path class=\"path1\" d=\"M17.51 4.49c-1.605-1.605-3.74-2.49-6.010-2.49s-4.405 0.884-6.010 2.49-2.49 3.74-2.49 6.010v1.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-1.293c0-4.136 3.364-7.5 7.5-7.5s7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c2.27 0 4.405-0.884 6.010-2.49s2.49-3.74 2.49-6.010c0-2.27-0.884-4.405-2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-redo\" viewBox=\"0 0 20 20\">\n<title>redo</title>\n<path class=\"path1\" d=\"M2.49 4.49c1.605-1.605 3.74-2.49 6.010-2.49s4.405 0.884 6.010 2.49 2.49 3.74 2.49 6.010v1.293l2.146-2.146c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.146 2.146v-1.293c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5c0 4.136 3.364 7.5 7.5 7.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sync\" viewBox=\"0 0 20 20\">\n<title>sync</title>\n<path class=\"path1\" d=\"M19.854 8.646c-0.195-0.195-0.512-0.195-0.707 0l-1.149 1.149c-0.051-2.060-0.878-3.99-2.341-5.452-1.511-1.511-3.52-2.343-5.657-2.343-2.974 0-5.686 1.635-7.077 4.266-0.129 0.244-0.036 0.547 0.208 0.676s0.547 0.036 0.676-0.208c1.217-2.303 3.59-3.734 6.193-3.734 3.789 0 6.885 3.027 6.997 6.789l-1.143-1.143c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M16.869 13.058c-0.244-0.129-0.547-0.036-0.676 0.208-1.217 2.303-3.59 3.734-6.193 3.734-3.789 0-6.885-3.027-6.997-6.789l1.143 1.143c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.149-1.149c0.051 2.060 0.878 3.99 2.341 5.452 1.511 1.511 3.52 2.343 5.657 2.343 2.974 0 5.686-1.635 7.077-4.266 0.129-0.244 0.036-0.547-0.208-0.676z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-history\" viewBox=\"0 0 20 20\">\n<title>history</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929-3.094 0-5.975 1.425-7.853 3.807v-1.307c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.972c0 0.229 0.155 0.428 0.377 0.485 0.097 0.025 0.195 0.019 0.284-0.011v0l2.853-0.972c0.261-0.089 0.401-0.373 0.312-0.634s-0.373-0.401-0.634-0.312l-1.49 0.508c1.688-2.208 4.32-3.534 7.152-3.534 4.963 0 9 4.037 9 9s-4.037 9-9 9c-3.316 0-6.354-1.815-7.928-4.737-0.131-0.243-0.434-0.334-0.677-0.203s-0.334 0.434-0.203 0.677c1.749 3.246 5.125 5.263 8.809 5.263 2.671 0 5.182-1.040 7.071-2.929s2.929-4.4 2.929-7.071c0-2.671-1.040-5.182-2.929-7.071z\"/>\n<path class=\"path2\" d=\"M10 10.5c-0.084 0-0.167-0.021-0.243-0.063l-4.5-2.5c-0.241-0.134-0.328-0.438-0.194-0.68s0.438-0.328 0.68-0.194l4.24 2.355 5.249-3.34c0.233-0.148 0.542-0.080 0.69 0.153s0.080 0.542-0.153 0.69l-5.5 3.5c-0.082 0.052-0.175 0.078-0.268 0.078z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-clock\" viewBox=\"0 0 20 20\">\n<title>clock</title>\n<path class=\"path1\" d=\"M16.32 17.113c1.729-1.782 2.68-4.124 2.68-6.613 0-2.37-0.862-4.608-2.438-6.355l0.688-0.688 0.647 0.646c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l0.647 0.646-0.688 0.688c-1.747-1.576-3.985-2.438-6.355-2.438s-4.608 0.862-6.355 2.438l-0.688-0.688 0.646-0.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l0.646-0.646 0.688 0.688c-1.576 1.747-2.438 3.985-2.438 6.355 0 2.489 0.951 4.831 2.68 6.613l-2.034 2.034c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.354-0.147l2.060-2.059c1.705 1.428 3.836 2.206 6.087 2.206s4.382-0.778 6.087-2.206l2.059 2.059c0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.353-0.147c0.195-0.195 0.195-0.512 0-0.707l-2.034-2.034zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M15.129 7.25c-0.138-0.239-0.444-0.321-0.683-0.183l-4.92 2.841-3.835-2.685c-0.226-0.158-0.538-0.103-0.696 0.123s-0.103 0.538 0.123 0.696l4.096 2.868c0.001 0.001 0.002 0.001 0.002 0.002 0.009 0.006 0.018 0.012 0.027 0.017 0.002 0.001 0.004 0.003 0.006 0.004 0.009 0.005 0.018 0.010 0.027 0.015 0.002 0.001 0.004 0.002 0.006 0.003 0.010 0.005 0.020 0.009 0.031 0.014 0.006 0.003 0.013 0.005 0.019 0.007 0.004 0.001 0.008 0.003 0.013 0.005 0.007 0.002 0.014 0.004 0.021 0.006 0.004 0.001 0.008 0.002 0.012 0.003 0.007 0.002 0.014 0.003 0.022 0.005 0.004 0.001 0.008 0.002 0.012 0.002 0.007 0.001 0.014 0.002 0.021 0.003 0.005 0.001 0.010 0.001 0.015 0.002 0.006 0.001 0.012 0.001 0.018 0.002 0.009 0.001 0.018 0.001 0.027 0.001 0.002 0 0.004 0 0.006 0 0 0 0-0 0-0s0 0 0.001 0c0.019 0 0.037-0.001 0.056-0.003 0.001-0 0.002-0 0.003-0 0.018-0.002 0.036-0.005 0.054-0.010 0.002-0 0.003-0.001 0.005-0.001 0.017-0.004 0.034-0.009 0.050-0.015 0.003-0.001 0.006-0.002 0.008-0.003 0.016-0.006 0.031-0.012 0.046-0.020 0.004-0.002 0.007-0.004 0.011-0.006 0.005-0.003 0.011-0.005 0.016-0.008l5.196-3c0.239-0.138 0.321-0.444 0.183-0.683z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-download\" viewBox=\"0 0 20 20\">\n<title>download</title>\n<path class=\"path1\" d=\"M14.853 9.647c-0.195-0.195-0.512-0.195-0.707 0l-4.146 4.146v-11.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v11.293l-4.146-4.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.147l5-5c0.195-0.195 0.195-0.512-0-0.707z\"/>\n<path class=\"path2\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-upload\" viewBox=\"0 0 20 20\">\n<title>upload</title>\n<path class=\"path1\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M14.854 8.646l-5-5c-0.195-0.195-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l4.146-4.146v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l4.146 4.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter-down\" viewBox=\"0 0 20 20\">\n<title>enter-down</title>\n<path class=\"path1\" d=\"M12.854 11.646c-0.195-0.195-0.512-0.195-0.707 0l-2.146 2.146v-12.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v12.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit-up\" viewBox=\"0 0 20 20\">\n<title>exit-up</title>\n<path class=\"path1\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M12.853 3.646l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.147-2.146v11.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.293l2.147 2.146c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bug\" viewBox=\"0 0 20 20\">\n<title>bug</title>\n<path class=\"path1\" d=\"M17.5 12h-1.515c-0.062-1.099-0.33-2.153-0.781-3.102 1.036-0.305 1.795-1.264 1.795-2.398 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 0.761-0.57 1.392-1.306 1.487-0.174-0.266-0.365-0.521-0.571-0.762-0.108-0.126-0.219-0.246-0.333-0.362 0.14-0.439 0.21-0.896 0.21-1.363 0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5c0 0.467 0.071 0.924 0.21 1.363-0.114 0.116-0.225 0.236-0.333 0.362-0.207 0.241-0.397 0.496-0.571 0.762-0.736-0.095-1.306-0.726-1.306-1.487 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.134 0.759 2.093 1.795 2.398-0.451 0.949-0.718 2.003-0.781 3.102h-1.514c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.515c0.062 1.099 0.33 2.153 0.781 3.102-1.036 0.305-1.795 1.264-1.795 2.398 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-0.761 0.57-1.392 1.306-1.487 0.174 0.266 0.365 0.521 0.571 0.762 1.23 1.435 2.871 2.225 4.622 2.225s3.393-0.79 4.622-2.225c0.207-0.241 0.397-0.496 0.571-0.762 0.736 0.095 1.306 0.726 1.306 1.487 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-1.134-0.759-2.093-1.795-2.398 0.451-0.949 0.718-2.003 0.781-3.102h1.514c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM9.5 2c1.93 0 3.5 1.57 3.5 3.5 0 0.215-0.019 0.426-0.057 0.634-1.022-0.738-2.205-1.134-3.443-1.134s-2.421 0.395-3.443 1.134c-0.038-0.208-0.057-0.419-0.057-0.634 0-1.93 1.57-3.5 3.5-3.5zM4 12.5c0-3.385 2.201-6.173 5-6.473v12.946c-2.799-0.3-5-3.088-5-6.473zM10 18.973v-12.946c2.799 0.3 5 3.088 5 6.473s-2.201 6.173-5 6.473z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-code\" viewBox=\"0 0 20 20\">\n<title>code</title>\n<path class=\"path1\" d=\"M5 15c-0.128 0-0.256-0.049-0.354-0.146l-4-4c-0.195-0.195-0.195-0.512 0-0.707l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.646 3.646 3.646 3.646c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path2\" d=\"M15 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.646-3.646-3.646-3.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l4 4c0.195 0.195 0.195 0.512 0 0.707l-4 4c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M7.5 15c-0.091 0-0.182-0.025-0.265-0.076-0.234-0.146-0.305-0.455-0.159-0.689l5-8c0.146-0.234 0.455-0.305 0.689-0.159s0.305 0.455 0.159 0.689l-5 8c-0.095 0.152-0.258 0.235-0.424 0.235z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-link\" viewBox=\"0 0 20 20\">\n<title>link</title>\n<path class=\"path1\" d=\"M10.682 12.998c-0.943 0-1.886-0.359-2.604-1.077-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0c1.046 1.046 2.747 1.046 3.793 0l3.636-3.636c1.046-1.046 1.046-2.747 0-3.793s-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0s1.436 3.772 0 5.207l-3.636 3.636c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n<path class=\"path2\" d=\"M4.682 18.998c-0.943 0-1.886-0.359-2.604-1.077-1.436-1.436-1.436-3.772 0-5.207l3.636-3.636c1.436-1.436 3.772-1.436 5.207 0 0.195 0.195 0.195 0.512 0 0.707s-0.512 0.195-0.707 0c-1.046-1.046-2.747-1.046-3.793 0l-3.636 3.636c-1.046 1.046-1.046 2.747 0 3.793s2.747 1.046 3.793 0l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-unlink\" viewBox=\"0 0 20 20\">\n<title>unlink</title>\n<path class=\"path1\" d=\"M13.5 11.5c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.068-3.068c0.507-0.507 0.786-1.18 0.786-1.896s-0.279-1.39-0.786-1.896c-1.046-1.046-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0 0.695 0.695 1.078 1.62 1.078 2.604s-0.383 1.908-1.078 2.604l-3.068 3.068c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path2\" d=\"M4.682 19c-0.983 0-1.908-0.383-2.604-1.078-1.436-1.436-1.436-3.772 0-5.207l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-1.046 1.046-1.046 2.747 0 3.793 0.507 0.507 1.18 0.786 1.896 0.786s1.39-0.279 1.896-0.786l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.695 0.695-1.62 1.078-2.604 1.078z\"/>\n<path class=\"path3\" d=\"M5.5 7c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M7.5 6c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M4.5 9h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M15.5 17c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M17.5 13h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M11.5 19c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-up\" viewBox=\"0 0 20 20\">\n<title>thumbs-up</title>\n<path class=\"path1\" d=\"M18.916 11.208c0.443-0.511 0.695-1.355 0.695-2.159 0-0.531-0.115-0.996-0.333-1.345-0.284-0.454-0.738-0.704-1.278-0.704h-2.618c1.425-2.591 1.785-4.543 1.070-5.807-0.499-0.881-1.413-1.193-2.045-1.193-0.25 0-0.462 0.185-0.495 0.433-0.179 1.319-1.188 2.893-2.768 4.318-1.514 1.365-3.374 2.456-5.286 3.11-0.241-0.508-0.758-0.86-1.356-0.86h-3c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h3c0.634 0 1.176-0.395 1.396-0.952 1.961 0.246 2.699 0.64 3.414 1.022 0.895 0.478 1.739 0.93 4.503 0.93 0.72 0 1.398-0.188 1.91-0.529 0.5-0.333 0.82-0.801 0.926-1.343 0.399-0.162 0.753-0.536 1.024-1.092 0.264-0.541 0.435-1.232 0.435-1.761 0-0.099-0.006-0.19-0.017-0.274 0.253-0.186 0.48-0.473 0.667-0.851 0.27-0.545 0.432-1.228 0.432-1.826 0-0.424-0.079-0.777-0.234-1.051-0.013-0.022-0.026-0.044-0.039-0.065zM4.5 18h-3c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v8.999c0 0 0 0.001 0 0.001-0 0.276-0.224 0.5-0.5 0.5zM18.339 10.274c-0.151 0.304-0.304 0.414-0.37 0.414-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c0.042 0 0.072 0 0.117 0.078 0.066 0.117 0.104 0.32 0.104 0.558 0 0.445-0.126 0.974-0.328 1.382-0.198 0.399-0.399 0.544-0.487 0.544-0.276 0-0.5 0.224-0.5 0.5 0 0.177 0.092 0.333 0.231 0.422 0.031 0.317-0.117 1.165-0.501 1.718-0.145 0.209-0.298 0.329-0.418 0.329-0.276 0-0.5 0.224-0.5 0.5 0 0.88-0.972 1.281-1.875 1.281-2.513 0-3.217-0.376-4.032-0.812-0.762-0.407-1.618-0.865-3.781-1.134v-8.187c2.101-0.689 4.152-1.877 5.812-3.373 1.593-1.436 2.639-2.988 2.994-4.426 0.272 0.087 0.579 0.271 0.776 0.618 0.334 0.59 0.584 2.096-1.493 5.557-0.093 0.154-0.095 0.347-0.006 0.504s0.255 0.254 0.435 0.254h3.483c0.199 0 0.327 0.070 0.43 0.234 0.117 0.187 0.181 0.477 0.181 0.815 0 0.424-0.102 0.882-0.272 1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-down\" viewBox=\"0 0 20 20\">\n<title>thumbs-down</title>\n<path class=\"path1\" d=\"M18.916 8.792c0.443 0.511 0.695 1.355 0.695 2.159 0 0.531-0.115 0.996-0.333 1.345-0.284 0.454-0.738 0.704-1.278 0.704h-2.618c1.425 2.591 1.785 4.543 1.070 5.807-0.499 0.881-1.413 1.193-2.045 1.193-0.25 0-0.462-0.185-0.495-0.433-0.179-1.319-1.188-2.893-2.768-4.318-1.514-1.365-3.374-2.456-5.286-3.11-0.241 0.508-0.758 0.86-1.356 0.86h-3c-0.827 0-1.5-0.673-1.5-1.5v-9c0-0.827 0.673-1.5 1.5-1.5h3c0.634 0 1.176 0.395 1.396 0.952 1.961-0.246 2.699-0.64 3.414-1.022 0.895-0.478 1.739-0.93 4.503-0.93 0.72 0 1.398 0.188 1.91 0.529 0.5 0.333 0.82 0.801 0.926 1.343 0.399 0.162 0.753 0.536 1.024 1.092 0.264 0.541 0.435 1.232 0.435 1.761 0 0.099-0.006 0.19-0.017 0.274 0.253 0.186 0.48 0.473 0.667 0.851 0.27 0.545 0.432 1.228 0.432 1.826 0 0.424-0.079 0.777-0.234 1.051-0.013 0.022-0.026 0.044-0.039 0.065zM4.5 2h-3c-0.276 0-0.5 0.224-0.5 0.5v9c0 0.276 0.224 0.5 0.5 0.5h3c0.276 0 0.5-0.224 0.5-0.5v-8.999c0-0 0-0.001 0-0.001-0-0.276-0.224-0.5-0.5-0.5zM18.339 9.726c-0.151-0.304-0.304-0.414-0.37-0.414-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.042 0 0.072 0 0.117-0.078 0.066-0.117 0.104-0.32 0.104-0.558 0-0.445-0.126-0.974-0.328-1.382-0.198-0.399-0.399-0.544-0.487-0.544-0.276 0-0.5-0.224-0.5-0.5 0-0.177 0.092-0.333 0.231-0.422 0.031-0.317-0.117-1.165-0.501-1.718-0.145-0.209-0.298-0.329-0.418-0.329-0.276 0-0.5-0.224-0.5-0.5 0-0.88-0.972-1.281-1.875-1.281-2.513 0-3.217 0.376-4.032 0.812-0.762 0.407-1.618 0.865-3.781 1.134v8.187c2.101 0.689 4.152 1.877 5.812 3.373 1.593 1.436 2.639 2.988 2.994 4.426 0.272-0.087 0.579-0.271 0.776-0.618 0.334-0.59 0.584-2.096-1.493-5.557-0.093-0.154-0.095-0.347-0.006-0.504s0.255-0.254 0.435-0.254h3.483c0.199 0 0.327-0.070 0.43-0.234 0.117-0.187 0.181-0.477 0.181-0.815 0-0.424-0.102-0.882-0.272-1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magnifier\" viewBox=\"0 0 20 20\">\n<title>magnifier</title>\n<path class=\"path1\" d=\"M18.869 19.162l-5.943-6.484c1.339-1.401 2.075-3.233 2.075-5.178 0-2.003-0.78-3.887-2.197-5.303s-3.3-2.197-5.303-2.197-3.887 0.78-5.303 2.197-2.197 3.3-2.197 5.303 0.78 3.887 2.197 5.303 3.3 2.197 5.303 2.197c1.726 0 3.362-0.579 4.688-1.645l5.943 6.483c0.099 0.108 0.233 0.162 0.369 0.162 0.121 0 0.242-0.043 0.338-0.131 0.204-0.187 0.217-0.503 0.031-0.706zM1 7.5c0-3.584 2.916-6.5 6.5-6.5s6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5-6.5-2.916-6.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross\" viewBox=\"0 0 20 20\">\n<title>cross</title>\n<path class=\"path1\" d=\"M10.707 10.5l5.646-5.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.646 5.646-5.646-5.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.646 5.646-5.646 5.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l5.646-5.646 5.646 5.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-5.646-5.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu\" viewBox=\"0 0 20 20\">\n<title>menu</title>\n<path class=\"path1\" d=\"M17.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-list\" viewBox=\"0 0 20 20\">\n<title>list</title>\n<path class=\"path1\" d=\"M19.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M19.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M19.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M1.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M1.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5c0 0.827-0.673 1.5-1.5 1.5zM1.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M1.5 17c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up\" viewBox=\"0 0 20 20\">\n<title>chevron-up</title>\n<path class=\"path1\" d=\"M0 15c0 0.128 0.049 0.256 0.146 0.354 0.195 0.195 0.512 0.195 0.707 0l8.646-8.646 8.646 8.646c0.195 0.195 0.512 0.195 0.707 0s0.195-0.512 0-0.707l-9-9c-0.195-0.195-0.512-0.195-0.707 0l-9 9c-0.098 0.098-0.146 0.226-0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down\" viewBox=\"0 0 20 20\">\n<title>chevron-down</title>\n<path class=\"path1\" d=\"M0 6c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l8.646 8.646 8.646-8.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-9 9c-0.195 0.195-0.512 0.195-0.707 0l-9-9c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left\" viewBox=\"0 0 20 20\">\n<title>chevron-left</title>\n<path class=\"path1\" d=\"M14 20c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-8.646-8.646 8.646-8.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-9 9c-0.195 0.195-0.195 0.512 0 0.707l9 9c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right\" viewBox=\"0 0 20 20\">\n<title>chevron-right</title>\n<path class=\"path1\" d=\"M5 20c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l8.646-8.646-8.646-8.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l9 9c0.195 0.195 0.195 0.512 0 0.707l-9 9c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up\" viewBox=\"0 0 20 20\">\n<title>arrow-up</title>\n<path class=\"path1\" d=\"M9.146 0.646l-6 6c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l5.146-5.146v16.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-16.293l5.146 5.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.354s-0.049-0.256-0.146-0.354l-6-6c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down\" viewBox=\"0 0 20 20\">\n<title>arrow-down</title>\n<path class=\"path1\" d=\"M9.854 19.354l6-6c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.146 5.146v-16.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v16.293l-5.146-5.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.354s0.049 0.256 0.146 0.354l6 6c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left\" viewBox=\"0 0 20 20\">\n<title>arrow-left</title>\n<path class=\"path1\" d=\"M0.646 10.146l6-6c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5.146 5.146h16.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-16.293l5.146 5.146c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-6-6c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right\" viewBox=\"0 0 20 20\">\n<title>arrow-right</title>\n<path class=\"path1\" d=\"M19.354 10.146l-6-6c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.146 5.146h-16.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16.293l-5.146 5.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l6-6c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-move\" viewBox=\"0 0 20 20\">\n<title>move</title>\n<path class=\"path1\" d=\"M18.354 10.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.793v-6.793l2.146 2.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.146-2.146v6.793h-6.793l2.146-2.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2.146-2.146h6.793v6.793l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-6.793h6.793l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-warning\" viewBox=\"0 0 20 20\">\n<title>warning</title>\n<path class=\"path1\" d=\"M18.5 19h-18c-0.178 0-0.342-0.094-0.432-0.248s-0.091-0.343-0.004-0.498l9-16c0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255l9 16c0.087 0.155 0.085 0.344-0.004 0.498s-0.254 0.248-0.432 0.248zM1.355 18h16.29l-8.145-14.48-8.145 14.48z\"/>\n<path class=\"path2\" d=\"M9.5 14c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-question-circle\" viewBox=\"0 0 20 20\">\n<title>question-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.5 15c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5 1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5-3.5 1.57-3.5 3.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5c0 2.312-1.753 4.223-4 4.472v1.528c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 18c-0 0 0 0 0 0-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5 0 0 0 0 0 0 0.276 0 0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu-circle\" viewBox=\"0 0 20 20\">\n<title>menu-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M14.5 8h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 11h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 14h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-checkmark-circle\" viewBox=\"0 0 20 20\">\n<title>checkmark-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M7.5 14.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross-circle\" viewBox=\"0 0 20 20\">\n<title>cross-circle</title>\n<path class=\"path1\" d=\"M14.332 14.126l-4.080-3.626 4.080-3.626c0.206-0.183 0.225-0.499 0.042-0.706s-0.499-0.225-0.706-0.042l-4.168 3.705-4.168-3.705c-0.206-0.183-0.522-0.165-0.706 0.042s-0.165 0.522 0.042 0.706l4.080 3.626-4.080 3.626c-0.206 0.183-0.225 0.499-0.042 0.706 0.099 0.111 0.236 0.168 0.374 0.168 0.118 0 0.237-0.042 0.332-0.126l4.168-3.705 4.168 3.705c0.095 0.085 0.214 0.126 0.332 0.126 0.138 0 0.275-0.057 0.374-0.168 0.183-0.206 0.165-0.522-0.042-0.706z\"/>\n<path class=\"path2\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-plus-circle\" viewBox=\"0 0 20 20\">\n<title>plus-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 10h-5.5v-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v5.5h-5.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.5v5.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-5.5h5.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-circle-minus\" viewBox=\"0 0 20 20\">\n<title>circle-minus</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 11h-12c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.147 4.647l-4 4c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l3.146-3.147v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l3.147 3.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.353s-0.049-0.256-0.147-0.353l-4-4c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M9.853 16.353l4-4c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.146 3.147v-10.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v10.293l-3.147-3.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.353s0.049 0.256 0.147 0.353l4 4c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M3.647 10.147l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.147 3.146h10.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.293l3.146 3.147c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.353 0.146s-0.256-0.049-0.353-0.147l-4-4c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.353 10.147l-4-4c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3.147 3.146h-10.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h10.293l-3.146 3.147c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.147l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15 12c0 0.128-0.049 0.256-0.146 0.354-0.195 0.195-0.512 0.195-0.707 0l-4.646-4.646-4.646 4.646c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l5-5c0.195-0.195 0.512-0.195 0.707 0l5 5c0.098 0.098 0.146 0.226 0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M4 9c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l4.646 4.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.195 0.195-0.512 0.195-0.707 0l-5-5c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M11 16c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-4.646-4.646 4.646-4.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M8 16c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l4.646-4.646-4.646-4.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l5 5c0.195 0.195 0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-crop\" viewBox=\"0 0 20 20\">\n<title>crop</title>\n<path class=\"path1\" d=\"M19.5 15h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M12.5 15h-7c-0.276 0-0.5-0.224-0.5-0.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6.5h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M5.5 4c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 20c-0.276 0-0.5-0.224-0.5-0.5v-13.5h-13.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5v14c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-expand\" viewBox=\"0 0 20 20\">\n<title>frame-expand</title>\n<path class=\"path1\" d=\"M18.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M0.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M3.5 18h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 18h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-contract\" viewBox=\"0 0 20 20\">\n<title>frame-contract</title>\n<path class=\"path1\" d=\"M14.5 9h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M6.5 9h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M11.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-layers\" viewBox=\"0 0 20 20\">\n<title>layers</title>\n<path class=\"path1\" d=\"M10 12c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.185-0.078-0.306-0.26-0.306-0.461s0.121-0.383 0.306-0.461l9.5-4c0.124-0.052 0.264-0.052 0.388 0l9.5 4c0.185 0.078 0.306 0.26 0.306 0.461s-0.121 0.383-0.306 0.461l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039zM1.788 7.5l8.212 3.457 8.212-3.457-8.212-3.457-8.212 3.457z\"/>\n<path class=\"path2\" d=\"M10 15c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n<path class=\"path3\" d=\"M10 18c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-funnel\" viewBox=\"0 0 20 20\">\n<title>funnel</title>\n<path class=\"path1\" d=\"M16.23 3.307c-0.396-0.268-0.949-0.504-1.643-0.702-1.366-0.39-3.172-0.605-5.087-0.605s-3.722 0.215-5.087 0.605c-0.694 0.198-1.246 0.434-1.643 0.702-0.637 0.43-0.77 0.886-0.77 1.193v0.5c0 0.428 0.321 1.133 0.639 1.609l4.891 7.336c0.251 0.376 0.471 1.103 0.471 1.555v3c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l2-1c0.169-0.085 0.276-0.258 0.276-0.447v-2c0-0.452 0.22-1.179 0.471-1.555l4.891-7.336c0.317-0.476 0.639-1.182 0.639-1.609v-0.5c0-0.307-0.134-0.763-0.77-1.193zM4.688 3.567c1.279-0.365 2.988-0.567 4.812-0.567s3.534 0.201 4.812 0.567c1.378 0.394 1.688 0.816 1.688 0.933s-0.31 0.54-1.688 0.933c-1.279 0.365-2.988 0.567-4.812 0.567s-3.534-0.201-4.812-0.567c-1.378-0.394-1.688-0.816-1.688-0.933s0.31-0.54 1.688-0.933zM10.639 13.391c-0.358 0.537-0.639 1.464-0.639 2.109v1.691l-1 0.5v-2.191c0-0.646-0.281-1.572-0.639-2.109l-4.88-7.32c0.274 0.117 0.585 0.226 0.932 0.324 1.366 0.39 3.172 0.605 5.087 0.605s3.722-0.215 5.087-0.605c0.346-0.099 0.658-0.207 0.932-0.325l-4.88 7.32z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format\" viewBox=\"0 0 20 20\">\n<title>text-format</title>\n<path class=\"path1\" d=\"M16.5 19h-14c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.96 15.303l-2.57-5.996c-0.001-0.001-0.001-0.003-0.002-0.004l-3.428-8c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3.428 8c-0.001 0.002-0.001 0.003-0.002 0.005l-2.57 5.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l2.442-5.697h6.198l2.442 5.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM6.83 9l2.67-6.231 2.67 6.231h-5.341z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format-remove\" viewBox=\"0 0 20 20\">\n<title>text-format-remove</title>\n<path class=\"path1\" d=\"M13.5 1h-12c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.41l-1.903 11.418c-0.045 0.272 0.139 0.53 0.411 0.575 0.028 0.005 0.056 0.007 0.083 0.007 0.24 0 0.452-0.173 0.493-0.418l1.93-11.582h5.576c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M10.5 16h-9c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M15.707 16.5l1.646-1.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-1.646 1.646-1.646-1.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.646 1.646-1.646 1.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1.646-1.646 1.646 1.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.646-1.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-size\" viewBox=\"0 0 20 20\">\n<title>text-size</title>\n<path class=\"path1\" d=\"M6.96 16.303l-1.284-2.996c-0.001-0.001-0.001-0.003-0.002-0.004l-1.714-4c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-1.714 4c-0.001 0.001-0.001 0.003-0.002 0.004l-1.284 2.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM2.544 13l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path2\" d=\"M19.962 16.308l-2.083-5c-0.001-0.001-0.001-0.003-0.002-0.004l-2.915-6.996c-0.078-0.186-0.26-0.308-0.462-0.308s-0.384 0.121-0.462 0.308l-2.915 6.996c-0.001 0.001-0.001 0.003-0.002 0.004l-2.083 5c-0.106 0.255 0.014 0.548 0.269 0.654s0.548-0.014 0.654-0.269l1.955-4.692h5.167l1.955 4.692c0.080 0.192 0.266 0.308 0.462 0.308 0.064 0 0.129-0.012 0.192-0.039 0.255-0.106 0.375-0.399 0.269-0.654zM12.333 11l2.167-5.2 2.167 5.2h-4.333z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bold\" viewBox=\"0 0 20 20\">\n<title>bold</title>\n<path class=\"path1\" d=\"M10 9h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h2.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 8h2c0.551 0 1-0.449 1-1s-0.449-1-1-1h-2v2z\"/>\n<path class=\"path2\" d=\"M11 15h-3.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h3.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 14h3c0.551 0 1-0.449 1-1s-0.449-1-1-1h-3v2z\"/>\n<path class=\"path3\" d=\"M11 18h-5.5c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h4.5c2.757 0 5 2.243 5 5 0 0.824-0.202 1.628-0.587 2.349 1.013 0.945 1.587 2.253 1.587 3.651 0 2.757-2.243 5-5 5zM5.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h5.5c2.206 0 4-1.794 4-4 0-1.237-0.561-2.385-1.539-3.151-0.211-0.165-0.253-0.466-0.1-0.682 0.418-0.646 0.639-1.395 0.639-2.167 0-2.206-1.794-4-4-4h-4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-italic\" viewBox=\"0 0 20 20\">\n<title>italic</title>\n<path class=\"path1\" d=\"M15.5 2h-4.001c-0.001 0-0.003 0-0.004 0h-3.995c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.39l-2.8 14h-3.59c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.999c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h3.997c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.39l2.8-14h3.59c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-underline\" viewBox=\"0 0 20 20\">\n<title>underline</title>\n<path class=\"path1\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M10 15c-2.757 0-5-2.243-5-5v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.206 1.794 4 4 4s4-1.794 4-4v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.757-2.243 5-5 5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-strikethrough\" viewBox=\"0 0 20 20\">\n<title>strikethrough</title>\n<path class=\"path1\" d=\"M16.5 2h-14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.5v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5h6.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M9.5 18c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 12h-18c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h18c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM1 11h17v-1h-17v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-highlight\" viewBox=\"0 0 20 20\">\n<title>highlight</title>\n<path class=\"path1\" d=\"M19.854 9.646c-0.195-0.195-0.512-0.195-0.707 0l-3.586 3.586c-0.585 0.585-1.537 0.585-2.121 0l-4.672-4.672c-0.282-0.282-0.437-0.658-0.437-1.061s0.155-0.779 0.437-1.061l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.586 3.586c-0.471 0.471-0.73 1.098-0.73 1.768 0 0.285 0.048 0.563 0.138 0.824l-7.322 7.322c-0.094 0.094-0.146 0.221-0.146 0.354v1.5c0 0.276 0.224 0.5 0.5 0.5h9.5c0.133 0 0.26-0.053 0.354-0.146l3.322-3.322c0.261 0.091 0.539 0.138 0.824 0.138 0.669 0 1.297-0.259 1.768-0.73l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707zM9.793 17h-8.793v-0.793l7.002-7.002c0.020 0.021 0.039 0.042 0.059 0.062l4.672 4.672c0.020 0.020 0.041 0.040 0.062 0.059l-3.002 3.002z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-left\" viewBox=\"0 0 20 20\">\n<title>text-align-left</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-center\" viewBox=\"0 0 20 20\">\n<title>text-align-center</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-right\" viewBox=\"0 0 20 20\">\n<title>text-align-right</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-justify\" viewBox=\"0 0 20 20\">\n<title>text-align-justify</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-line-spacing\" viewBox=\"0 0 20 20\">\n<title>line-spacing</title>\n<path class=\"path1\" d=\"M18.5 5h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M18.5 9h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 13h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M18.5 17h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M5.146 13.646l-1.146 1.146v-8.586l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v8.586l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-increase\" viewBox=\"0 0 20 20\">\n<title>indent-increase</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M2.5 14c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-6c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l4 3c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-4 3c-0.088 0.066-0.194 0.1-0.3 0.1zM3 8.5v4l2.667-2-2.667-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-decrease\" viewBox=\"0 0 20 20\">\n<title>indent-decrease</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M6.5 14c-0.106 0-0.212-0.034-0.3-0.1l-4-3c-0.126-0.094-0.2-0.243-0.2-0.4s0.074-0.306 0.2-0.4l4-3c0.152-0.114 0.354-0.132 0.524-0.047s0.276 0.258 0.276 0.447v6c0 0.189-0.107 0.363-0.276 0.447-0.071 0.035-0.147 0.053-0.224 0.053zM3.333 10.5l2.667 2v-4l-2.667 2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pilcrow\" viewBox=\"0 0 20 20\">\n<title>pilcrow</title>\n<path class=\"path1\" d=\"M15.5 2h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h3v14.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 9h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-ltr\" viewBox=\"0 0 20 20\">\n<title>direction-ltr</title>\n<path class=\"path1\" d=\"M15.354 17.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.146 1.146h-9.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9.293l-1.146 1.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-rtl\" viewBox=\"0 0 20 20\">\n<title>direction-rtl</title>\n<path class=\"path1\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n<path class=\"path2\" d=\"M14.5 17h-9.293l1.146-1.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.146-1.146h9.293c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-page-break\" viewBox=\"0 0 20 20\">\n<title>page-break</title>\n<path class=\"path1\" d=\"M17.5 9h-15c-0.827 0-1.5-0.673-1.5-1.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M1.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M10.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M13.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M16.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M19.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M18.5 20c-0.276 0-0.5-0.224-0.5-0.5v-6c0-0.276-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-6c0-0.827 0.673-1.5 1.5-1.5h15c0.827 0 1.5 0.673 1.5 1.5v6c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-alpha-asc\" viewBox=\"0 0 20 20\">\n<title>sort-alpha-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M19.96 7.303l-3-7c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3 7c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM15.544 4l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path3\" d=\"M18.5 20h-4c-0.178 0-0.343-0.095-0.432-0.249s-0.090-0.344-0.002-0.499l3.573-6.252h-3.138c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.178 0 0.343 0.095 0.432 0.249s0.090 0.344 0.002 0.499l-3.573 6.252h3.138c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-amount-asc\" viewBox=\"0 0 20 20\">\n<title>sort-amount-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M13.5 5h-2c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 4h1v-1h-1v1z\"/>\n<path class=\"path3\" d=\"M15.5 9h-4c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h4c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 8h3v-1h-3v1z\"/>\n<path class=\"path4\" d=\"M17.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 12h5v-1h-5v1z\"/>\n<path class=\"path5\" d=\"M19.5 17h-8c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 16h7v-1h-7v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hand\" viewBox=\"0 0 20 20\">\n<title>hand</title>\n<path class=\"path1\" d=\"M17 4c-0.364 0-0.706 0.098-1 0.269v-1.269c0-1.103-0.897-2-2-2-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339s-1.614 0.56-1.887 1.339c-0.318-0.214-0.701-0.339-1.113-0.339-1.103 0-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.851 0 1.642-0.277 2.352-0.822 0.667-0.513 1.246-1.255 1.72-2.204 0.934-1.868 1.428-4.452 1.428-7.474v-3.5c0-1.103-0.897-2-2-2zM18 9.5c0 2.867-0.457 5.296-1.322 7.026-0.564 1.128-1.574 2.474-3.178 2.474h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.813c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-7.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-6.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5c0-0.551 0.449-1 1-1s1 0.449 1 1v3.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-up\" viewBox=\"0 0 20 20\">\n<title>pointer-up</title>\n<path class=\"path1\" d=\"M17 8c-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.364 0-0.706 0.098-1 0.269v-3.269c0-1.103-0.897-2-2-2s-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.848 0 1.632-0.245 2.331-0.73 0.676-0.468 1.259-1.152 1.734-2.033 0.939-1.743 1.435-4.246 1.435-7.237 0-1.103-0.897-2-2-2zM16.685 16.763c-0.549 1.021-1.548 2.237-3.185 2.237h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.812c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1c0 2.826-0.455 5.165-1.315 6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-right\" viewBox=\"0 0 20 20\">\n<title>pointer-right</title>\n<path class=\"path1\" d=\"M12 17c0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.364-0.098-0.706-0.269-1h3.269c1.103 0 2-0.897 2-2s-0.897-2-2-2h-7.373l2.333-1.346c0.475-0.261 0.813-0.687 0.953-1.199 0.136-0.499 0.064-1.018-0.202-1.462-0.544-0.907-1.774-1.253-2.742-0.77-0.061 0.030-1.368 0.668-5.35 2.66-1.875 0.938-3.216 1.967-3.984 3.059-0.603 0.857-0.634 1.449-0.634 1.559v5c0 0.848 0.245 1.632 0.73 2.331 0.468 0.676 1.152 1.259 2.033 1.734 1.743 0.939 4.246 1.435 7.237 1.435 1.103 0 2-0.897 2-2zM3.237 16.685c-1.021-0.549-2.237-1.548-2.237-3.185v-4.99c0.003-0.039 0.050-0.46 0.525-1.095 0.474-0.633 1.472-1.605 3.54-2.638 4.054-2.027 5.331-2.65 5.343-2.656 0.002-0.001 0.003-0.001 0.004-0.002 0.503-0.251 1.162-0.073 1.439 0.389 0.125 0.208 0.158 0.451 0.095 0.685-0.068 0.249-0.236 0.458-0.472 0.587-0.003 0.002-0.007 0.004-0.010 0.006l-2.705 1.561c-0.583 0.319-0.828 0.678-0.729 1.067 0.099 0.39 0.489 0.587 1.157 0.587h7.812c0.551 0 1 0.449 1 1s-0.449 1-1 1h-6.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1c-2.826 0-5.165-0.455-6.763-1.315z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-down\" viewBox=\"0 0 20 20\">\n<title>pointer-down</title>\n<path class=\"path1\" d=\"M17 12c-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.364 0-0.706-0.098-1-0.269v3.269c0 1.103-0.897 2-2 2s-2-0.897-2-2v-7.373l-1.346 2.333c-0.261 0.475-0.687 0.813-1.199 0.953-0.499 0.136-1.018 0.064-1.462-0.202-0.907-0.544-1.253-1.774-0.77-2.742 0.030-0.061 0.668-1.368 2.66-5.35 0.938-1.875 1.967-3.216 3.059-3.984 0.857-0.603 1.449-0.634 1.559-0.634h5c0.848 0 1.632 0.245 2.331 0.73 0.676 0.468 1.259 1.152 1.734 2.033 0.939 1.743 1.435 4.246 1.435 7.237 0 1.103-0.897 2-2 2zM16.685 3.237c-0.549-1.021-1.548-2.237-3.185-2.237h-4.99c-0.039 0.003-0.46 0.050-1.095 0.525-0.633 0.474-1.605 1.472-2.638 3.54-2.027 4.054-2.65 5.331-2.656 5.343-0.001 0.002-0.001 0.003-0.002 0.004-0.251 0.503-0.073 1.162 0.389 1.439 0.208 0.125 0.451 0.158 0.685 0.095 0.249-0.068 0.458-0.236 0.587-0.472 0.002-0.003 0.004-0.007 0.006-0.010l1.561-2.705c0.319-0.583 0.678-0.828 1.067-0.729 0.39 0.099 0.587 0.489 0.587 1.157v7.812c0 0.551 0.449 1 1 1s1-0.449 1-1v-6.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1c0-2.826-0.455-5.165-1.315-6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-left\" viewBox=\"0 0 20 20\">\n<title>pointer-left</title>\n<path class=\"path1\" d=\"M8 17c0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.364 0.098-0.706 0.269-1h-3.269c-1.103 0-2-0.897-2-2s0.897-2 2-2h7.373l-2.333-1.346c-0.475-0.261-0.813-0.687-0.953-1.199-0.136-0.499-0.064-1.018 0.202-1.462 0.544-0.907 1.774-1.253 2.742-0.77 0.061 0.030 1.368 0.668 5.35 2.66 1.875 0.938 3.216 1.967 3.984 3.059 0.603 0.857 0.634 1.449 0.634 1.559v5c0 0.848-0.245 1.632-0.73 2.331-0.468 0.676-1.152 1.259-2.033 1.734-1.743 0.939-4.246 1.435-7.237 1.435-1.103 0-2-0.897-2-2zM16.763 16.685c1.021-0.549 2.237-1.548 2.237-3.185v-4.99c-0.003-0.039-0.050-0.46-0.525-1.095-0.474-0.633-1.472-1.605-3.54-2.638-4.054-2.027-5.331-2.65-5.343-2.656-0.002-0.001-0.003-0.001-0.004-0.002-0.503-0.251-1.162-0.073-1.439 0.389-0.125 0.208-0.158 0.451-0.095 0.685 0.068 0.249 0.236 0.458 0.472 0.587 0.003 0.002 0.007 0.004 0.010 0.006l2.705 1.561c0.583 0.319 0.828 0.678 0.729 1.067-0.099 0.39-0.489 0.587-1.157 0.587h-7.812c-0.551 0-1 0.449-1 1s0.449 1 1 1h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1c2.826 0 5.165-0.455 6.763-1.315z\"/>\n</symbol>\n</defs>\n</svg>\n\";}', 'yes');
INSERT INTO `lkrore_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(169, 'oxygen_vsb_history_limit', '', 'yes'),
(170, 'oxygen_vsb_preview_dropdown_limit', '', 'yes'),
(171, 'oxygen_vsb_preview_dropdown_exclude_non_public', 'true', 'yes'),
(172, 'oxygen_vsb_enable_selector_detector', '', 'yes'),
(173, 'oxygen_vsb_enable_default_designsets', 'true', 'yes'),
(174, 'oxygen_vsb_enable_3rdp_designsets', '', 'yes'),
(175, 'oxygen_vsb_enable_connection', '', 'yes'),
(176, 'oxygen_vsb_google_maps_api_key', '', 'yes'),
(177, 'oxygen_vsb_show_all_acf_fields', 'true', 'yes'),
(178, 'oxygen_vsb_enable_google_fonts_cache', 'true', 'yes'),
(179, 'oxygen_vsb_enable_ie_layout_improvements', 'true', 'yes'),
(180, 'oxygen_vsb_enable_signature_validation', 'true', 'yes'),
(181, 'oxygen_vsb_enable_signature_frontend_errors', 'false', 'yes'),
(182, 'oxygen_vsb_disable_google_fonts', '', 'yes'),
(183, 'oxygen_vsb_block_category_label', '', 'yes'),
(184, 'oxygen_vsb_full_page_block_category_label', '', 'yes'),
(185, 'oxygen_vsb_access_role_editor', '', 'yes'),
(186, 'oxygen_vsb_access_role_author', '', 'yes'),
(187, 'oxygen_vsb_access_role_contributor', '', 'yes'),
(188, 'oxygen_vsb_access_role_subscriber', '', 'yes'),
(189, 'oxygen_vsb_ignore_post_type_post', '', 'yes'),
(190, 'oxygen_vsb_ignore_post_type_page', '', 'yes'),
(191, 'oxygen_vsb_ignore_post_type_user_request', '', 'yes'),
(192, 'oxygen_vsb_ignore_post_type_wp_block', '', 'yes'),
(195, 'oxygen_license_status', 'valid', 'yes'),
(202, 'wpvivid_email_setting', 'a:3:{s:7:\"send_to\";a:0:{}s:6:\"always\";b:1;s:12:\"email_enable\";b:0;}', 'no'),
(203, 'wpvivid_compress_setting', 'a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}', 'no'),
(204, 'wpvivid_local_setting', 'a:2:{s:4:\"path\";s:14:\"wpvividbackups\";s:10:\"save_local\";i:1;}', 'no'),
(205, 'wpvivid_upload_setting', 'a:1:{s:15:\"remote_selected\";a:0:{}}', 'no'),
(206, 'wpvivid_common_setting', 'a:10:{s:18:\"max_execution_time\";i:180;s:17:\"log_save_location\";s:26:\"wpvividbackups/wpvivid_log\";s:16:\"max_backup_count\";i:30;s:14:\"show_admin_bar\";b:1;s:14:\"domain_include\";b:1;s:15:\"estimate_backup\";b:1;s:16:\"max_resume_count\";i:6;s:12:\"memory_limit\";s:4:\"256M\";s:20:\"restore_memory_limit\";s:4:\"256M\";s:12:\"migrate_size\";s:4:\"2048\";}', 'no'),
(207, 'wpvivid_init', 'init', 'no'),
(208, 'wpvivid_backup_list', 'a:0:{}', 'no'),
(209, 'wpvivid_remote_init', 'init', 'no'),
(211, 'wpvivid_need_review', 'not', 'no'),
(212, 'wpvivid_task_list', 'a:0:{}', 'no'),
(213, 'wf_licensing_wpr', 'a:6:{s:11:\"license_key\";s:26:\"E5ECE478-0ECF620D-66CC285A\";s:5:\"error\";s:0:\"\";s:4:\"name\";s:16:\"WP Reset PRO LTD\";s:10:\"last_check\";i:1612593796;s:11:\"valid_until\";s:10:\"2035-01-01\";s:4:\"meta\";a:3:{s:11:\"white_label\";b:0;s:9:\"wpr_cloud\";b:0;s:24:\"white_label_support_text\";s:0:\"\";}}', 'yes'),
(218, 'wp-reset-snapshots', 'a:7:{s:6:\"irxuti\";a:16:{s:4:\"name\";s:47:\"Before WPvivid Backup Pro v1.9.21 was activated\";s:7:\"plugins\";a:1:{s:26:\"WPvivid Backup Pro v1.9.21\";s:70:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/wpvivid-backup-pro/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"irxuti\";s:9:\"timestamp\";s:19:\"2020-09-23 17:24:01\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:214295;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:237;s:8:\"tbl_size\";i:1616433;s:5:\"local\";b:1;}s:6:\"pfmjzt\";a:16:{s:4:\"name\";s:60:\"Before Head, Footer and Post Injections v3.2.1 was activated\";s:7:\"plugins\";a:1:{s:39:\"Head, Footer and Post Injections v3.2.1\";s:65:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/header-footer/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"pfmjzt\";s:9:\"timestamp\";s:19:\"2020-10-18 04:16:39\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:72164;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:524;s:8:\"tbl_size\";i:3703961;s:5:\"local\";b:1;}s:6:\"wvnksb\";a:16:{s:4:\"name\";s:52:\"Before Akismet AntiSpam v4.1.6 was updated to v4.1.7\";s:7:\"plugins\";a:1:{s:23:\"Akismet AntiSpam v4.1.6\";s:59:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/akismet/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"wvnksb\";s:9:\"timestamp\";s:19:\"2020-11-09 04:46:48\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:74075;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:522;s:8:\"tbl_size\";i:3703961;s:5:\"local\";b:1;}s:6:\"taflwj\";a:15:{s:4:\"name\";s:49:\"Before WordPress was upgraded from 5.5.3 to 5.6.1\";s:7:\"plugins\";a:0:{}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"taflwj\";s:9:\"timestamp\";s:19:\"2021-02-06 06:45:52\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:549;s:8:\"tbl_size\";i:3771273;s:5:\"local\";b:1;}s:6:\"kmintr\";a:16:{s:4:\"name\";s:105:\"Before the following themes were updated: Twenty Nineteen v1.7, Twenty Seventeen v2.4, Twenty Twenty v1.5\";s:7:\"plugins\";a:0:{}s:6:\"themes\";a:3:{s:20:\"Twenty Nineteen v1.7\";s:64:\"/home/thrill16/newgen.stun.tech/wp-content/themes/twentynineteen\";s:21:\"Twenty Seventeen v2.4\";s:65:\"/home/thrill16/newgen.stun.tech/wp-content/themes/twentyseventeen\";s:18:\"Twenty Twenty v1.5\";s:62:\"/home/thrill16/newgen.stun.tech/wp-content/themes/twentytwenty\";}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"kmintr\";s:9:\"timestamp\";s:19:\"2021-02-06 06:47:46\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:2177546;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:550;s:8:\"tbl_size\";i:3772121;s:5:\"local\";b:1;}s:6:\"srewqi\";a:16:{s:4:\"name\";s:52:\"Before Akismet AntiSpam v4.1.7 was updated to v4.1.8\";s:7:\"plugins\";a:1:{s:23:\"Akismet AntiSpam v4.1.7\";s:59:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/akismet/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"srewqi\";s:9:\"timestamp\";s:19:\"2021-02-06 06:48:47\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:74167;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:549;s:8:\"tbl_size\";i:3773297;s:5:\"local\";b:1;}s:6:\"nufsty\";a:15:{s:4:\"name\";s:40:\"Before Oxygen v3.5 was updated to v3.6.1\";s:7:\"plugins\";a:1:{s:11:\"Oxygen v3.5\";s:58:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/oxygen/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"nufsty\";s:9:\"timestamp\";s:19:\"2021-02-06 06:49:01\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:2781986;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:549;s:8:\"tbl_size\";i:3774201;}}', 'yes'),
(219, 'wp-reset-log', 'a:16:{i:0;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:24:\"Deleting snapshot xhibau\";}i:1;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:37:\"Deleted table xhibau_wpk0_commentmeta\";}i:2;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_comments\";}i:3;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_links\";}i:4;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:33:\"Deleted table xhibau_wpk0_options\";}i:5;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_postmeta\";}i:6;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_posts\";}i:7;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"Deleted table xhibau_wpk0_term_relationships\";}i:8;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:39:\"Deleted table xhibau_wpk0_term_taxonomy\";}i:9;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_termmeta\";}i:10;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_terms\";}i:11;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_usermeta\";}i:12;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_users\";}i:13;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:45:\"Deleted table xhibau_wpk0_wpvivid_scan_result\";}i:14;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:54:\"Deleted table xhibau_wpk0_wpvivid_unused_uploads_files\";}i:15;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:36:\"Deleted snapshot xhibau successfully\";}}', 'yes'),
(1550, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1612637121', 'no'),
(1551, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1612593921', 'no'),
(1552, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1612637121', 'no'),
(1553, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/02/wordpress-5-6-1-maintenance-release/\'>WordPress 5.6.1 Maintenance Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format\'>WPTavern: Gutenberg 9.9 Adds Color Options for Social Icons, Includes Rounded Borders for Images, and Changes the Theme JSON Format</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/newspack-publishes-showcase-with-60-newsrooms-launched?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=newspack-publishes-showcase-with-60-newsrooms-launched\'>WPTavern: Newspack Publishes Showcase with 60 Newsrooms Launched</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project\'>WPTavern: Call for Feedback on Theme Review Action, a New Automated WordPress Theme Testing Project</a></li></ul></div>', 'no'),
(231, '_transient_oxygen_vsb_source_color_lookup_table', 'a:1:{s:0:\"\";s:0:\"\";}', 'yes'),
(241, 'ct_components_classes', 'a:75:{s:9:\"Paragraph\";a:3:{s:3:\"key\";s:9:\"Paragraph\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:9:\"custom-js\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.5\";s:9:\"max-width\";s:3:\"500\";}}s:19:\"hosting-heading-one\";a:4:{s:3:\"key\";s:19:\"hosting-heading-one\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"48\";}}}s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"64\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";}}s:25:\"hosting-contact-3-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-contact-3-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:12:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:13:\"margin-bottom\";s:2:\"20\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:9:\"font-size\";s:2:\"16\";s:5:\"color\";s:8:\"color(3)\";s:14:\"padding-bottom\";s:2:\"20\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(2)\";}}s:22:\"hosting-contact-3-icon\";a:3:{s:3:\"key\";s:22:\"hosting-contact-3-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"28\";s:10:\"icon-color\";s:8:\"color(3)\";s:12:\"margin-right\";s:2:\"12\";}}s:19:\"hosting-heading-two\";a:4:{s:3:\"key\";s:19:\"hosting-heading-two\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"32\";}}}s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"40\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"0\";}}s:29:\"hosting-testimonial-4-wrapper\";a:4:{s:3:\"key\";s:29:\"hosting-testimonial-4-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}}s:8:\"original\";a:19:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:13:\"border-radius\";s:1:\"5\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:11:\"padding-top\";s:2:\"24\";s:12:\"padding-left\";s:2:\"28\";s:13:\"padding-right\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"20\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";s:9:\"max-width\";s:3:\"480\";}}s:26:\"hosting-testimonial-4-text\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-4-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"font-style\";s:6:\"italic\";s:13:\"margin-bottom\";s:2:\"24\";}}s:26:\"hosting-testimonial-5-icon\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-5-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"24\";s:13:\"margin-bottom\";s:1:\"8\";}}s:36:\"hosting-testimonial-4-avatar-wrapper\";a:3:{s:3:\"key\";s:36:\"hosting-testimonial-4-avatar-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:15:\"margin-top-unit\";s:4:\"auto\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}s:27:\"hosting-testimonial-4-image\";a:3:{s:3:\"key\";s:27:\"hosting-testimonial-4-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:5:\"width\";s:2:\"64\";s:18:\"border-radius-unit\";s:1:\"%\";s:13:\"border-radius\";s:3:\"100\";s:12:\"margin-right\";s:2:\"12\";}}s:26:\"hosting-testimonial-4-name\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-4-name\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";}}s:28:\"hosting-testimonial-4-column\";a:3:{s:3:\"key\";s:28:\"hosting-testimonial-4-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:17:\"atomic-subheading\";a:4:{s:3:\"key\";s:17:\"atomic-subheading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"20\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}}s:8:\"original\";a:8:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:9:\"color(15)\";s:9:\"font-size\";s:2:\"24\";s:11:\"line-height\";s:3:\"1.6\";s:11:\"font-weight\";s:3:\"200\";s:14:\"max-width-unit\";s:2:\"px\";s:9:\"max-width\";s:3:\"480\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:22:\"atomic-primary-heading\";a:4:{s:3:\"key\";s:22:\"atomic-primary-heading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"56\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"44\";}}}s:8:\"original\";a:6:{s:5:\"color\";s:9:\"color(15)\";s:9:\"font-size\";s:2:\"64\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.1\";s:10:\"margin-top\";s:1:\"0\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:21:\"atomic-primary-button\";a:5:{s:3:\"key\";s:21:\"atomic-primary-button\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:11:\"padding-top\";s:2:\"16\";s:12:\"padding-left\";s:2:\"36\";s:13:\"padding-right\";s:2:\"36\";s:14:\"padding-bottom\";s:2:\"16\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"16\";}}}s:8:\"original\";a:20:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:16:\"background-color\";s:9:\"color(13)\";s:11:\"padding-top\";s:2:\"20\";s:14:\"padding-bottom\";s:2:\"20\";s:12:\"padding-left\";s:2:\"48\";s:13:\"padding-right\";s:2:\"48\";s:9:\"font-size\";s:2:\"20\";s:5:\"color\";s:9:\"color(12)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:3:\".25\";s:10:\"text-align\";s:6:\"center\";s:19:\"letter-spacing-unit\";s:2:\"em\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:19:\"transition-duration\";s:3:\"0.5\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";s:14:\"text-transform\";s:4:\"none\";s:15:\"text-decoration\";s:4:\"none\";s:10:\"font-style\";s:6:\"normal\";}s:5:\"hover\";a:2:{s:16:\"background-color\";s:9:\"color(14)\";s:5:\"color\";s:9:\"color(12)\";}}s:24:\"atomic-content-19-column\";a:3:{s:3:\"key\";s:24:\"atomic-content-19-column\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:0:{}}s:23:\"atomic-content-19-image\";a:4:{s:3:\"key\";s:23:\"atomic-content-19-image\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:0:{}s:5:\"hover\";a:0:{}}s:26:\"hosting-iconblock-1-column\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-1-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:10:\"flex-start\";}}s:24:\"hosting-iconblock-1-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(4)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:25:\"hosting-iconblock-1-title\";a:3:{s:3:\"key\";s:25:\"hosting-iconblock-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"900\";s:5:\"color\";s:8:\"color(1)\";s:11:\"line-height\";s:3:\"1.1\";s:15:\"margin-top-unit\";s:4:\"auto\";}}s:25:\"hosting-company-2-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-company-2-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:5:\"width\";s:2:\"25\";}}s:22:\"hosting-company-2-icon\";a:3:{s:3:\"key\";s:22:\"hosting-company-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-company-2-title\";a:3:{s:3:\"key\";s:23:\"hosting-company-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:22:\"hosting-company-2-text\";a:3:{s:3:\"key\";s:22:\"hosting-company-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";}}s:21:\"hosting-about-2-image\";a:3:{s:3:\"key\";s:21:\"hosting-about-2-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:13:\"border-radius\";s:1:\"5\";s:13:\"margin-bottom\";s:2:\"40\";}}s:27:\"hosting-dark-outline-button\";a:4:{s:3:\"key\";s:27:\"hosting-dark-outline-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:21:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:8:\"color(4)\";s:9:\"font-size\";s:2:\"16\";s:11:\"button-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"700\";s:13:\"border-radius\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:16:\"background-color\";s:8:\"color(3)\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:24:\"oxy-stock-content-styles\";a:3:{s:3:\"key\";s:24:\"oxy-stock-content-styles\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:20:\"hosting-other-single\";a:3:{s:3:\"key\";s:20:\"hosting-other-single\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:12:\"hosting-logo\";a:4:{s:3:\"key\";s:12:\"hosting-logo\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:0:{}}s:21:\"hosting-simple-button\";a:4:{s:3:\"key\";s:21:\"hosting-simple-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:12:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:12:\"button-style\";s:1:\"1\";s:11:\"button-size\";s:2:\"12\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:17:\"button-text-color\";s:8:\"color(3)\";s:12:\"button-color\";s:11:\"transparent\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:28:\"hosting-white-outline-button\";a:4:{s:3:\"key\";s:28:\"hosting-white-outline-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:20:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"16\";s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:8:\"color(3)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"button-size\";s:2:\"12\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:13:\"border-radius\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:23:\"hosting-footer-1-column\";a:4:{s:3:\"key\";s:23:\"hosting-footer-1-column\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:7:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(2)\";}}}s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:11:\"align-items\";s:6:\"center\";}}s:22:\"hosting-footer-1-image\";a:3:{s:3:\"key\";s:22:\"hosting-footer-1-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(3)\";s:9:\"icon-size\";s:2:\"28\";s:12:\"margin-right\";s:2:\"12\";}}s:21:\"hosting-footer-1-text\";a:3:{s:3:\"key\";s:21:\"hosting-footer-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(2)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";}}s:19:\"hosting-main-button\";a:4:{s:3:\"key\";s:19:\"hosting-main-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:11:{s:12:\"button-style\";s:1:\"1\";s:11:\"button-size\";s:2:\"12\";s:12:\"button-color\";s:8:\"color(4)\";s:17:\"button-text-color\";s:8:\"color(3)\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:11:\"font-weight\";s:3:\"700\";s:13:\"border-radius\";s:1:\"5\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:6:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:2:\"30\";s:17:\"box-shadow-spread\";s:3:\"-20\";s:15:\"box-shadow-blur\";s:2:\"20\";}}s:24:\"hosting-features-2-photo\";a:3:{s:3:\"key\";s:24:\"hosting-features-2-photo\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:13:\"border-radius\";s:1:\"5\";}}s:26:\"hosting-features-1-wrapper\";a:3:{s:3:\"key\";s:26:\"hosting-features-1-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";s:5:\"width\";s:5:\"33.33\";}}s:23:\"hosting-features-1-icon\";a:3:{s:3:\"key\";s:23:\"hosting-features-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(3)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hosting-features-1-title\";a:3:{s:3:\"key\";s:24:\"hosting-features-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:23:\"hosting-features-1-text\";a:3:{s:3:\"key\";s:23:\"hosting-features-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:5:\"color\";s:8:\"color(7)\";}}s:31:\"hosting-product-1-check-wrapper\";a:3:{s:3:\"key\";s:31:\"hosting-product-1-check-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-product-1-check\";a:3:{s:3:\"key\";s:23:\"hosting-product-1-check\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:10:\"icon-color\";s:9:\"color(10)\";s:9:\"icon-size\";s:2:\"16\";s:12:\"margin-right\";s:1:\"8\";s:10:\"margin-top\";s:1:\"4\";}}s:22:\"hosting-product-1-text\";a:3:{s:3:\"key\";s:22:\"hosting-product-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";}}s:25:\"hosting-product-2-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-product-2-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:14:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:13:\"border-radius\";s:1:\"5\";s:11:\"padding-top\";s:2:\"28\";s:12:\"padding-left\";s:2:\"28\";s:13:\"padding-right\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"28\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";}}s:22:\"hosting-product-2-icon\";a:3:{s:3:\"key\";s:22:\"hosting-product-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-product-2-title\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:22:\"hosting-product-2-text\";a:3:{s:3:\"key\";s:22:\"hosting-product-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"12\";s:11:\"margin-left\";s:2:\"12\";}}s:24:\"hosting-product-2-bullet\";a:3:{s:3:\"key\";s:24:\"hosting-product-2-bullet\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:5:\"color\";s:9:\"color(11)\";s:11:\"margin-left\";s:3:\"-12\";}}s:23:\"hosting-product-2-digit\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-digit\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"48\";s:5:\"color\";s:8:\"color(1)\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:10:\"margin-top\";s:1:\"4\";}}s:23:\"hosting-product-2-label\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-label\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"20\";}}s:33:\"hosting-providers-1-image-wrapper\";a:3:{s:3:\"key\";s:33:\"hosting-providers-1-image-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";}}s:26:\"hosting-providers-1-images\";a:3:{s:3:\"key\";s:26:\"hosting-providers-1-images\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:32:\"hosting-providers-1-text-wrapper\";a:3:{s:3:\"key\";s:32:\"hosting-providers-1-text-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}s:25:\"hosting-providers-1-title\";a:3:{s:3:\"key\";s:25:\"hosting-providers-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:10:\"width-unit\";s:1:\"%\";s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hosting-providers-2-text\";a:3:{s:3:\"key\";s:24:\"hosting-providers-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";}}s:23:\"hosting-contact-3-title\";a:3:{s:3:\"key\";s:23:\"hosting-contact-3-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:22:\"hosting-contact-3-text\";a:3:{s:3:\"key\";s:22:\"hosting-contact-3-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:1:\"4\";}}s:26:\"hosting-contact-3-textlink\";a:4:{s:3:\"key\";s:26:\"hosting-contact-3-textlink\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(4)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:15:\"text-decoration\";s:4:\"none\";}s:5:\"hover\";a:1:{s:15:\"text-decoration\";s:9:\"underline\";}}s:11:\"toggle-4605\";a:3:{s:3:\"key\";s:11:\"toggle-4605\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:17:\"toggle_icon_color\";s:8:\"color(4)\";s:16:\"toggle_icon_size\";s:2:\"12\";s:11:\"margin-left\";s:3:\"-16\";s:13:\"margin-bottom\";s:1:\"8\";s:5:\"color\";s:8:\"color(4)\";}}s:20:\"toggle-4605-expanded\";a:3:{s:3:\"key\";s:20:\"toggle-4605-expanded\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:25:\"hosting-accordion-1-title\";a:4:{s:3:\"key\";s:25:\"hosting-accordion-1-title\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:14:\"flex-direction\";s:5:\"unset\";}}}s:8:\"original\";a:11:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.6\";s:19:\"border-bottom-style\";s:6:\"dashed\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(4)\";s:14:\"flex-direction\";s:5:\"unset\";s:7:\"display\";s:11:\"inline-flex\";s:10:\"text-align\";s:4:\"left\";}}s:24:\"hosting-accordion-1-text\";a:3:{s:3:\"key\";s:24:\"hosting-accordion-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";s:13:\"margin-bottom\";s:2:\"16\";}}s:20:\"hosting-hero-1-image\";a:4:{s:3:\"key\";s:20:\"hosting-hero-1-image\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:5:\"33.33\";}}}s:8:\"original\";a:3:{s:5:\"width\";s:2:\"16\";s:7:\"opacity\";s:3:\"0.5\";s:10:\"width-unit\";s:1:\"%\";}}s:23:\"hosting-price-1-wrapper\";a:3:{s:3:\"key\";s:23:\"hosting-price-1-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:21:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:13:\"border-radius\";s:1:\"5\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";s:16:\"border-top-color\";s:8:\"color(8)\";s:16:\"border-top-width\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:11:\"padding-top\";s:2:\"30\";s:12:\"padding-left\";s:2:\"30\";s:13:\"padding-right\";s:2:\"30\";s:14:\"padding-bottom\";s:2:\"30\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:7:\"stretch\";s:10:\"text-align\";s:4:\"left\";}}s:22:\"hosting-pricing-1-icon\";a:3:{s:3:\"key\";s:22:\"hosting-pricing-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(4)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-pricing-1-title\";a:3:{s:3:\"key\";s:23:\"hosting-pricing-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:22:\"hosting-pricing-1-text\";a:3:{s:3:\"key\";s:22:\"hosting-pricing-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"12\";s:9:\"max-width\";s:3:\"360\";}}s:23:\"hosting-pricing-1-month\";a:3:{s:3:\"key\";s:23:\"hosting-pricing-1-month\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"24\";}}s:22:\"hosting-slider-1-slide\";a:3:{s:3:\"key\";s:22:\"hosting-slider-1-slide\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:16:\"background-color\";s:8:\"color(3)\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:16:\"box-shadow-inset\";s:5:\"false\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:13:\"border-radius\";s:1:\"5\";}}s:22:\"hosting-slider-1-image\";a:3:{s:3:\"key\";s:22:\"hosting-slider-1-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:9:\"transform\";a:1:{i:0;a:1:{s:14:\"transform-type\";s:6:\"rotate\";}}}}s:21:\"hosting-slider-1-text\";a:3:{s:3:\"key\";s:21:\"hosting-slider-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"24\";s:10:\"font-style\";s:6:\"italic\";}}s:26:\"hosting-iconblock-2-column\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-2-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:24:\"hosting-iconblock-3-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-3-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:13:\"margin-bottom\";s:2:\"12\";s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(3)\";}}s:25:\"hosting-iconblock-2-title\";a:3:{s:3:\"key\";s:25:\"hosting-iconblock-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.2\";s:13:\"margin-bottom\";s:1:\"4\";}}s:24:\"hosting-iconblock-2-text\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:9:\"max-width\";s:3:\"360\";}}}', 'yes'),
(233, 'ct_style_sheets', 'a:1:{i:0;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:7:\"hosting\";s:6:\"status\";i:1;s:6:\"folder\";i:1;}}', 'yes'),
(234, 'ct_global_settings', 'a:11:{s:5:\"fonts\";a:2:{s:4:\"Text\";s:9:\"Maven Pro\";s:7:\"Display\";s:7:\"Raleway\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:15:\"indicateParents\";s:4:\"true\";s:21:\"classSuggestionsLimit\";s:1:\"5\";s:8:\"headings\";a:6:{s:2:\"H1\";a:4:{s:9:\"font-size\";s:2:\"36\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#404040\";}s:2:\"H2\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H3\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H4\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H5\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H6\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:9:\"body_text\";a:5:{s:9:\"font-size\";s:2:\"16\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:5:\"color\";s:7:\"#404040\";}s:5:\"links\";a:4:{s:3:\"all\";a:5:{s:5:\"color\";s:8:\"color(4)\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:4:\"none\";s:11:\"hover_color\";s:8:\"color(1)\";s:21:\"hover_text-decoration\";s:4:\"none\";}s:9:\"text_link\";a:5:{s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:21:\"hover_text-decoration\";s:0:\"\";}s:12:\"link_wrapper\";a:0:{}s:6:\"button\";a:0:{}}s:8:\"sections\";a:8:{s:21:\"container-padding-top\";s:2:\"75\";s:26:\"container-padding-top-unit\";s:2:\"px\";s:24:\"container-padding-bottom\";s:2:\"75\";s:29:\"container-padding-bottom-unit\";s:2:\"px\";s:22:\"container-padding-left\";s:2:\"20\";s:27:\"container-padding-left-unit\";s:2:\"px\";s:23:\"container-padding-right\";s:2:\"20\";s:28:\"container-padding-right-unit\";s:2:\"px\";}s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:9:\"max-width\";s:4:\"1120\";s:11:\"breakpoints\";a:3:{s:6:\"tablet\";s:3:\"992\";s:15:\"phone-landscape\";s:3:\"768\";s:14:\"phone-portrait\";s:3:\"480\";}}', 'yes'),
(235, 'ct_style_sets', 'a:1:{s:30:\"Uncategorized Custom Selectors\";a:1:{s:3:\"key\";s:30:\"Uncategorized Custom Selectors\";}}', 'yes'),
(236, 'ct_custom_selectors', 'a:0:{}', 'yes'),
(239, 'oxygen_private_key', '$;Bl@NL/>8,J%X4t0~.Koi?ZQh4|dxD_', 'yes'),
(240, 'oxygen_vsb_css_files_state', 'a:11:{i:9;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:67:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/default-post-9.css\";s:4:\"path\";s:80:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/default-post-9.css\";s:14:\"last_save_time\";i:1600914272;}i:10;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:63:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/archive-10.css\";s:4:\"path\";s:76:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/archive-10.css\";s:14:\"last_save_time\";i:1600914272;}i:11;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/other-single-11.css\";s:4:\"path\";s:81:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/other-single-11.css\";s:14:\"last_save_time\";i:1600914272;}i:12;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/default-page-12.css\";s:4:\"path\";s:81:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/default-page-12.css\";s:14:\"last_save_time\";i:1600914272;}i:13;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:60:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/main-13.css\";s:4:\"path\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/main-13.css\";s:14:\"last_save_time\";i:1604905028;}i:14;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/about-14.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/about-14.css\";s:14:\"last_save_time\";i:1600914274;}i:15;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:64:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/features-15.css\";s:4:\"path\";s:77:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/features-15.css\";s:14:\"last_save_time\";i:1600914274;}i:16;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:64:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/products-16.css\";s:4:\"path\";s:77:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/products-16.css\";s:14:\"last_save_time\";i:1600914274;}i:17;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/login-17.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/login-17.css\";s:14:\"last_save_time\";i:1600914274;}i:19;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:63:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/contact-19.css\";s:4:\"path\";s:76:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/contact-19.css\";s:14:\"last_save_time\";i:1600914274;}i:21;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:60:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/home-21.css\";s:4:\"path\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/home-21.css\";s:14:\"last_save_time\";i:1604910335;}}', 'yes'),
(485, 'category_children', 'a:0:{}', 'yes'),
(242, 'ct_style_folders', 'a:2:{s:7:\"hosting\";a:2:{s:3:\"key\";s:7:\"hosting\";s:6:\"status\";i:1;}s:6:\"atomic\";a:2:{s:3:\"key\";s:6:\"atomic\";s:6:\"status\";i:1;}}', 'yes'),
(243, 'ct_last_installed_default_data', 'hosting', 'yes'),
(251, 'oxygen_vsb_easy_posts_templates', 'a:0:{}', 'yes'),
(252, 'oxygen_vsb_comments_list_templates', 'a:0:{}', 'yes'),
(253, 'oxygen_vsb_latest_typekit_fonts', 'a:0:{}', 'yes'),
(254, 'oxygen_breakpoints_cache_update_required', '1', 'yes');
INSERT INTO `lkrore_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(255, 'oxygen_vsb_google_fonts_cache', 'a:1003:{i:0;a:2:{s:6:\"family\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:1;a:2:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:2;a:2:{s:6:\"family\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:3;a:2:{s:6:\"family\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:4;a:2:{s:6:\"family\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:5;a:2:{s:6:\"family\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:6;a:2:{s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:7;a:2:{s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:8;a:2:{s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:9;a:2:{s:6:\"family\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:10;a:2:{s:6:\"family\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:11;a:2:{s:6:\"family\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:12;a:2:{s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:13;a:2:{s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:14;a:2:{s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:15;a:2:{s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:16;a:2:{s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:17;a:2:{s:6:\"family\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}}i:18;a:2:{s:6:\"family\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:19;a:2:{s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:20;a:2:{s:6:\"family\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:21;a:2:{s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:22;a:2:{s:6:\"family\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:23;a:2:{s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:24;a:2:{s:6:\"family\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}}i:25;a:2:{s:6:\"family\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:26;a:2:{s:6:\"family\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:27;a:2:{s:6:\"family\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:28;a:2:{s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:29;a:2:{s:6:\"family\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}}i:30;a:2:{s:6:\"family\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:31;a:2:{s:6:\"family\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:32;a:2:{s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:33;a:2:{s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:34;a:2:{s:6:\"family\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:35;a:2:{s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:36;a:2:{s:6:\"family\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:37;a:2:{s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:38;a:2:{s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:39;a:2:{s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:40;a:2:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:41;a:2:{s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:42;a:2:{s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:43;a:2:{s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:44;a:2:{s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:45;a:2:{s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:46;a:2:{s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:47;a:2:{s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:48;a:2:{s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:49;a:2:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:50;a:2:{s:6:\"family\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:51;a:2:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:52;a:2:{s:6:\"family\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:53;a:2:{s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:54;a:2:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:55;a:2:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:56;a:2:{s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:57;a:2:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:58;a:2:{s:6:\"family\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:59;a:2:{s:6:\"family\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:60;a:2:{s:6:\"family\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:61;a:2:{s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:62;a:2:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:63;a:2:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:64;a:2:{s:6:\"family\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:65;a:2:{s:6:\"family\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:66;a:2:{s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:67;a:2:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:68;a:2:{s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}}i:69;a:2:{s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:70;a:2:{s:6:\"family\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:71;a:2:{s:6:\"family\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:72;a:2:{s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:73;a:2:{s:6:\"family\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:74;a:2:{s:6:\"family\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:75;a:2:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:76;a:2:{s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:77;a:2:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:78;a:2:{s:6:\"family\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:79;a:2:{s:6:\"family\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:80;a:2:{s:6:\"family\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:81;a:2:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:82;a:2:{s:6:\"family\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:83;a:2:{s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:84;a:2:{s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}}i:85;a:2:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:86;a:2:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:87;a:2:{s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:88;a:2:{s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:89;a:2:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:90;a:2:{s:6:\"family\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:91;a:2:{s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:92;a:2:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:93;a:2:{s:6:\"family\";s:9:\"Assistant\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:94;a:2:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:95;a:2:{s:6:\"family\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:96;a:2:{s:6:\"family\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:97;a:2:{s:6:\"family\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:98;a:2:{s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:99;a:2:{s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:100;a:2:{s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:101;a:2:{s:6:\"family\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:102;a:2:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:103;a:2:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:104;a:2:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:105;a:2:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:106;a:2:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:107;a:2:{s:6:\"family\";s:6:\"Caveat\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:108;a:2:{s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:109;a:2:{s:6:\"family\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:110;a:2:{s:6:\"family\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:111;a:2:{s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:112;a:2:{s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:113;a:2:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:114;a:2:{s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:115;a:2:{s:6:\"family\";s:7:\"Archivo\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:116;a:2:{s:6:\"family\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:117;a:2:{s:6:\"family\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:118;a:2:{s:6:\"family\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:119;a:2:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:120;a:2:{s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:121;a:2:{s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:122;a:2:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:123;a:2:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:124;a:2:{s:6:\"family\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:125;a:2:{s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:126;a:2:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:127;a:2:{s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:128;a:2:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:129;a:2:{s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:130;a:2:{s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:131;a:2:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:132;a:2:{s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:133;a:2:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:134;a:2:{s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:135;a:2:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:136;a:2:{s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:137;a:2:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:138;a:2:{s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:139;a:2:{s:6:\"family\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:140;a:2:{s:6:\"family\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:141;a:2:{s:6:\"family\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:142;a:2:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:143;a:2:{s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:144;a:2:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:145;a:2:{s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:146;a:2:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:147;a:2:{s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:148;a:2:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:149;a:2:{s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:150;a:2:{s:6:\"family\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:151;a:2:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:152;a:2:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:153;a:2:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:154;a:2:{s:6:\"family\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:155;a:2:{s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:156;a:2:{s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:157;a:2:{s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:158;a:2:{s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:159;a:2:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:160;a:2:{s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:161;a:2:{s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:162;a:2:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:163;a:2:{s:6:\"family\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:164;a:2:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:165;a:2:{s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:166;a:2:{s:6:\"family\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:167;a:2:{s:6:\"family\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:168;a:2:{s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:169;a:2:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:170;a:2:{s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:171;a:2:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:172;a:2:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:173;a:2:{s:6:\"family\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:174;a:2:{s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:175;a:2:{s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:176;a:2:{s:6:\"family\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"800\";}}i:177;a:2:{s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:178;a:2:{s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:179;a:2:{s:6:\"family\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:180;a:2:{s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:181;a:2:{s:6:\"family\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:182;a:2:{s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:183;a:2:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:184;a:2:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:185;a:2:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:186;a:2:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:187;a:2:{s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:188;a:2:{s:6:\"family\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:189;a:2:{s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:190;a:2:{s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:191;a:2:{s:6:\"family\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:192;a:2:{s:6:\"family\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:193;a:2:{s:6:\"family\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:194;a:2:{s:6:\"family\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:195;a:2:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:196;a:2:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:197;a:2:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:198;a:2:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:199;a:2:{s:6:\"family\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:200;a:2:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:201;a:2:{s:6:\"family\";s:5:\"Saira\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:202;a:2:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:203;a:2:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:204;a:2:{s:6:\"family\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:205;a:2:{s:6:\"family\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:206;a:2:{s:6:\"family\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:207;a:2:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:208;a:2:{s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:209;a:2:{s:6:\"family\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:210;a:2:{s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:211;a:2:{s:6:\"family\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:212;a:2:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:213;a:2:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:214;a:2:{s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:215;a:2:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:216;a:2:{s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:217;a:2:{s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:218;a:2:{s:6:\"family\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:219;a:2:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:220;a:2:{s:6:\"family\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:221;a:2:{s:6:\"family\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:222;a:2:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:223;a:2:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:224;a:2:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:225;a:2:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:226;a:2:{s:6:\"family\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:227;a:2:{s:6:\"family\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:228;a:2:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:229;a:2:{s:6:\"family\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:230;a:2:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:231;a:2:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:232;a:2:{s:6:\"family\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:233;a:2:{s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:234;a:2:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:235;a:2:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:236;a:2:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:237;a:2:{s:6:\"family\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:238;a:2:{s:6:\"family\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:239;a:2:{s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:240;a:2:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:241;a:2:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:242;a:2:{s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:243;a:2:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:244;a:2:{s:6:\"family\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:245;a:2:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:246;a:2:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:247;a:2:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:248;a:2:{s:6:\"family\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:249;a:2:{s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:250;a:2:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:251;a:2:{s:6:\"family\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:252;a:2:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:253;a:2:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:254;a:2:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:255;a:2:{s:6:\"family\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:256;a:2:{s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:257;a:2:{s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:258;a:2:{s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"900\";}}i:259;a:2:{s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:260;a:2:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:261;a:2:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:262;a:2:{s:6:\"family\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:263;a:2:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:264;a:2:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:265;a:2:{s:6:\"family\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:266;a:2:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:267;a:2:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:268;a:2:{s:6:\"family\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:269;a:2:{s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:270;a:2:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:271;a:2:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:272;a:2:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:273;a:2:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:274;a:2:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:275;a:2:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:276;a:2:{s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:277;a:2:{s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:278;a:2:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:279;a:2:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:280;a:2:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:281;a:2:{s:6:\"family\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:282;a:2:{s:6:\"family\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:283;a:2:{s:6:\"family\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:284;a:2:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:285;a:2:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:286;a:2:{s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:287;a:2:{s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:288;a:2:{s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:289;a:2:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:290;a:2:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:291;a:2:{s:6:\"family\";s:15:\"Red Hat Display\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:292;a:2:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:293;a:2:{s:6:\"family\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:294;a:2:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:295;a:2:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:296;a:2:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:297;a:2:{s:6:\"family\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:298;a:2:{s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:299;a:2:{s:6:\"family\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:300;a:2:{s:6:\"family\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:301;a:2:{s:6:\"family\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:302;a:2:{s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:303;a:2:{s:6:\"family\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:304;a:2:{s:6:\"family\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:305;a:2:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:306;a:2:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:307;a:2:{s:6:\"family\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:308;a:2:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:309;a:2:{s:6:\"family\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:310;a:2:{s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:311;a:2:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:312;a:2:{s:6:\"family\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:313;a:2:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:314;a:2:{s:6:\"family\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:315;a:2:{s:6:\"family\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:316;a:2:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:317;a:2:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:318;a:2:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:319;a:2:{s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:320;a:2:{s:6:\"family\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:321;a:2:{s:6:\"family\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:322;a:2:{s:6:\"family\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:323;a:2:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:324;a:2:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:325;a:2:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:326;a:2:{s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:327;a:2:{s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:328;a:2:{s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:329;a:2:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:330;a:2:{s:6:\"family\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:331;a:2:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:332;a:2:{s:6:\"family\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:333;a:2:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:334;a:2:{s:6:\"family\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:335;a:2:{s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:336;a:2:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:337;a:2:{s:6:\"family\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:338;a:2:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:339;a:2:{s:6:\"family\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:340;a:2:{s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:341;a:2:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:342;a:2:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:343;a:2:{s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:344;a:2:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:345;a:2:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:346;a:2:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:347;a:2:{s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:348;a:2:{s:6:\"family\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:349;a:2:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:350;a:2:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:351;a:2:{s:6:\"family\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:352;a:2:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:353;a:2:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:354;a:2:{s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:355;a:2:{s:6:\"family\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}}i:356;a:2:{s:6:\"family\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:357;a:2:{s:6:\"family\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:358;a:2:{s:6:\"family\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:359;a:2:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:360;a:2:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:361;a:2:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:362;a:2:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:363;a:2:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:364;a:2:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:365;a:2:{s:6:\"family\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:366;a:2:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:367;a:2:{s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:368;a:2:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:369;a:2:{s:6:\"family\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:370;a:2:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:371;a:2:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:372;a:2:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:373;a:2:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:374;a:2:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:375;a:2:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:376;a:2:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:377;a:2:{s:6:\"family\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:378;a:2:{s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:379;a:2:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:380;a:2:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:381;a:2:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:382;a:2:{s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:383;a:2:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:384;a:2:{s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:385;a:2:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:386;a:2:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:387;a:2:{s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:388;a:2:{s:6:\"family\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:389;a:2:{s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:390;a:2:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:391;a:2:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:392;a:2:{s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:393;a:2:{s:6:\"family\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:394;a:2:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:395;a:2:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:396;a:2:{s:6:\"family\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:397;a:2:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:398;a:2:{s:6:\"family\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:399;a:2:{s:6:\"family\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:400;a:2:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:401;a:2:{s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:402;a:2:{s:6:\"family\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:403;a:2:{s:6:\"family\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:404;a:2:{s:6:\"family\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:405;a:2:{s:6:\"family\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:406;a:2:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:407;a:2:{s:6:\"family\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:408;a:2:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:409;a:2:{s:6:\"family\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:410;a:2:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:411;a:2:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:412;a:2:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:413;a:2:{s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:414;a:2:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:415;a:2:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:416;a:2:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:417;a:2:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:418;a:2:{s:6:\"family\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:419;a:2:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:420;a:2:{s:6:\"family\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:421;a:2:{s:6:\"family\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:422;a:2:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:423;a:2:{s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:424;a:2:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:425;a:2:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:426;a:2:{s:6:\"family\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:427;a:2:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:428;a:2:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:429;a:2:{s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:430;a:2:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:431;a:2:{s:6:\"family\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:432;a:2:{s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:433;a:2:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:434;a:2:{s:6:\"family\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:435;a:2:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:436;a:2:{s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:437;a:2:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:438;a:2:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:439;a:2:{s:6:\"family\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:440;a:2:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:441;a:2:{s:6:\"family\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:442;a:2:{s:6:\"family\";s:12:\"Red Hat Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:443;a:2:{s:6:\"family\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:444;a:2:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:445;a:2:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:446;a:2:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:447;a:2:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:448;a:2:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:449;a:2:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:450;a:2:{s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:451;a:2:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:452;a:2:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:453;a:2:{s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:454;a:2:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:455;a:2:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:456;a:2:{s:6:\"family\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:457;a:2:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:458;a:2:{s:6:\"family\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}}i:459;a:2:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:460;a:2:{s:6:\"family\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:461;a:2:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:462;a:2:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:463;a:2:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:464;a:2:{s:6:\"family\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:465;a:2:{s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}}i:466;a:2:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:467;a:2:{s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:468;a:2:{s:6:\"family\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:469;a:2:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:470;a:2:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:471;a:2:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:472;a:2:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:473;a:2:{s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:474;a:2:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:475;a:2:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:476;a:2:{s:6:\"family\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:477;a:2:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:478;a:2:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:479;a:2:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:480;a:2:{s:6:\"family\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:481;a:2:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:482;a:2:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:483;a:2:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:484;a:2:{s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:485;a:2:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:486;a:2:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:487;a:2:{s:6:\"family\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:488;a:2:{s:6:\"family\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:489;a:2:{s:6:\"family\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:490;a:2:{s:6:\"family\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:491;a:2:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:492;a:2:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:493;a:2:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:494;a:2:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:495;a:2:{s:6:\"family\";s:8:\"Red Rose\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:496;a:2:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:497;a:2:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:498;a:2:{s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:499;a:2:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:500;a:2:{s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:501;a:2:{s:6:\"family\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:502;a:2:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:503;a:2:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:504;a:2:{s:6:\"family\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:505;a:2:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:506;a:2:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:507;a:2:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:508;a:2:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:509;a:2:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:510;a:2:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:511;a:2:{s:6:\"family\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:512;a:2:{s:6:\"family\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:513;a:2:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:514;a:2:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:515;a:2:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:516;a:2:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:517;a:2:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:518;a:2:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:519;a:2:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:520;a:2:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:521;a:2:{s:6:\"family\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:522;a:2:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:523;a:2:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:524;a:2:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:525;a:2:{s:6:\"family\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:526;a:2:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:527;a:2:{s:6:\"family\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:528;a:2:{s:6:\"family\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:529;a:2:{s:6:\"family\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:530;a:2:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:531;a:2:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:532;a:2:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:533;a:2:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:534;a:2:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:535;a:2:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:536;a:2:{s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:537;a:2:{s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:538;a:2:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:539;a:2:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:540;a:2:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:541;a:2:{s:6:\"family\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:542;a:2:{s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:543;a:2:{s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:544;a:2:{s:6:\"family\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:545;a:2:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:546;a:2:{s:6:\"family\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:547;a:2:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:548;a:2:{s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:549;a:2:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:550;a:2:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:551;a:2:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:552;a:2:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:553;a:2:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:554;a:2:{s:6:\"family\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:555;a:2:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:556;a:2:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:557;a:2:{s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:558;a:2:{s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:559;a:2:{s:6:\"family\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:560;a:2:{s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:561;a:2:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:562;a:2:{s:6:\"family\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";}}i:563;a:2:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:564;a:2:{s:6:\"family\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:565;a:2:{s:6:\"family\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:566;a:2:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:567;a:2:{s:6:\"family\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:568;a:2:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:569;a:2:{s:6:\"family\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:570;a:2:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:571;a:2:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:572;a:2:{s:6:\"family\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:573;a:2:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:574;a:2:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:575;a:2:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:576;a:2:{s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:577;a:2:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:578;a:2:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:579;a:2:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:580;a:2:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:581;a:2:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:582;a:2:{s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:583;a:2:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:584;a:2:{s:6:\"family\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:585;a:2:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:586;a:2:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:587;a:2:{s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:588;a:2:{s:6:\"family\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:589;a:2:{s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:590;a:2:{s:6:\"family\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:591;a:2:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:592;a:2:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:593;a:2:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:594;a:2:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:595;a:2:{s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:596;a:2:{s:6:\"family\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:597;a:2:{s:6:\"family\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:598;a:2:{s:6:\"family\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:599;a:2:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:600;a:2:{s:6:\"family\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:601;a:2:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:602;a:2:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:603;a:2:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:604;a:2:{s:6:\"family\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:605;a:2:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:606;a:2:{s:6:\"family\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:607;a:2:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:608;a:2:{s:6:\"family\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:609;a:2:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:610;a:2:{s:6:\"family\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:611;a:2:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:612;a:2:{s:6:\"family\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:613;a:2:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:614;a:2:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:615;a:2:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:616;a:2:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:617;a:2:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:618;a:2:{s:6:\"family\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:619;a:2:{s:6:\"family\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:620;a:2:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:621;a:2:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:622;a:2:{s:6:\"family\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:623;a:2:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:624;a:2:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:625;a:2:{s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:626;a:2:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:627;a:2:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:628;a:2:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:629;a:2:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:630;a:2:{s:6:\"family\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:631;a:2:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:632;a:2:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:633;a:2:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:634;a:2:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:635;a:2:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:636;a:2:{s:6:\"family\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:637;a:2:{s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:638;a:2:{s:6:\"family\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:639;a:2:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:640;a:2:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:641;a:2:{s:6:\"family\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:642;a:2:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:643;a:2:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:644;a:2:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:645;a:2:{s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:646;a:2:{s:6:\"family\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:647;a:2:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:648;a:2:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:649;a:2:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:650;a:2:{s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:651;a:2:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:652;a:2:{s:6:\"family\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:653;a:2:{s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:654;a:2:{s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:655;a:2:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:656;a:2:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:657;a:2:{s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:658;a:2:{s:6:\"family\";s:10:\"Be Vietnam\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:659;a:2:{s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:660;a:2:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:661;a:2:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:662;a:2:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:663;a:2:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:664;a:2:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:665;a:2:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:666;a:2:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:667;a:2:{s:6:\"family\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:668;a:2:{s:6:\"family\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:669;a:2:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:670;a:2:{s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:671;a:2:{s:6:\"family\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:672;a:2:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:673;a:2:{s:6:\"family\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:674;a:2:{s:6:\"family\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:675;a:2:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:676;a:2:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:677;a:2:{s:6:\"family\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:678;a:2:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:679;a:2:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:680;a:2:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:681;a:2:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:682;a:2:{s:6:\"family\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:683;a:2:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:684;a:2:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:685;a:2:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:686;a:2:{s:6:\"family\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:687;a:2:{s:6:\"family\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:688;a:2:{s:6:\"family\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:689;a:2:{s:6:\"family\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:690;a:2:{s:6:\"family\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:691;a:2:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:692;a:2:{s:6:\"family\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:693;a:2:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:694;a:2:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:695;a:2:{s:6:\"family\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:696;a:2:{s:6:\"family\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:697;a:2:{s:6:\"family\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:698;a:2:{s:6:\"family\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:699;a:2:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:700;a:2:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:701;a:2:{s:6:\"family\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:702;a:2:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:703;a:2:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:704;a:2:{s:6:\"family\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:705;a:2:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:706;a:2:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:707;a:2:{s:6:\"family\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:708;a:2:{s:6:\"family\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:709;a:2:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:710;a:2:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:711;a:2:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:712;a:2:{s:6:\"family\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:713;a:2:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:714;a:2:{s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:715;a:2:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:716;a:2:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:717;a:2:{s:6:\"family\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:718;a:2:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:719;a:2:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:720;a:2:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:721;a:2:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:722;a:2:{s:6:\"family\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:723;a:2:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:724;a:2:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:725;a:2:{s:6:\"family\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:726;a:2:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:727;a:2:{s:6:\"family\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:728;a:2:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:729;a:2:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:730;a:2:{s:6:\"family\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:731;a:2:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:732;a:2:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:733;a:2:{s:6:\"family\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:734;a:2:{s:6:\"family\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:735;a:2:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:736;a:2:{s:6:\"family\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:737;a:2:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:738;a:2:{s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:739;a:2:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:740;a:2:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:741;a:2:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:742;a:2:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:743;a:2:{s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:744;a:2:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:745;a:2:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:746;a:2:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:747;a:2:{s:6:\"family\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:748;a:2:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:749;a:2:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:750;a:2:{s:6:\"family\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:751;a:2:{s:6:\"family\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:752;a:2:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:753;a:2:{s:6:\"family\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:754;a:2:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:755;a:2:{s:6:\"family\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:756;a:2:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:757;a:2:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:758;a:2:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:759;a:2:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:760;a:2:{s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:761;a:2:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:762;a:2:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:763;a:2:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:764;a:2:{s:6:\"family\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:765;a:2:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:766;a:2:{s:6:\"family\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:767;a:2:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:768;a:2:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:769;a:2:{s:6:\"family\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:770;a:2:{s:6:\"family\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:771;a:2:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:772;a:2:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:773;a:2:{s:6:\"family\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:774;a:2:{s:6:\"family\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:775;a:2:{s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:776;a:2:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:777;a:2:{s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}}i:778;a:2:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:779;a:2:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:780;a:2:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:781;a:2:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:782;a:2:{s:6:\"family\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:783;a:2:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:784;a:2:{s:6:\"family\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:785;a:2:{s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:786;a:2:{s:6:\"family\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:787;a:2:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}}i:788;a:2:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:789;a:2:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:790;a:2:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:791;a:2:{s:6:\"family\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:792;a:2:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}}i:793;a:2:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:794;a:2:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:795;a:2:{s:6:\"family\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:796;a:2:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:797;a:2:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:798;a:2:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:799;a:2:{s:6:\"family\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:800;a:2:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:801;a:2:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:802;a:2:{s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:803;a:2:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:804;a:2:{s:6:\"family\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:805;a:2:{s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:806;a:2:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:807;a:2:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:808;a:2:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:809;a:2:{s:6:\"family\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:810;a:2:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:811;a:2:{s:6:\"family\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:812;a:2:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:813;a:2:{s:6:\"family\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:814;a:2:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:815;a:2:{s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:816;a:2:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:817;a:2:{s:6:\"family\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:818;a:2:{s:6:\"family\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:819;a:2:{s:6:\"family\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:820;a:2:{s:6:\"family\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:821;a:2:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:822;a:2:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:823;a:2:{s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:824;a:2:{s:6:\"family\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:825;a:2:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:826;a:2:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:827;a:2:{s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:828;a:2:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:829;a:2:{s:6:\"family\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:830;a:2:{s:6:\"family\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:831;a:2:{s:6:\"family\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:832;a:2:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:833;a:2:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:834;a:2:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:835;a:2:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:836;a:2:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:837;a:2:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:838;a:2:{s:6:\"family\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:839;a:2:{s:6:\"family\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:840;a:2:{s:6:\"family\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:841;a:2:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:842;a:2:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}}i:843;a:2:{s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:844;a:2:{s:6:\"family\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:845;a:2:{s:6:\"family\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:846;a:2:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:847;a:2:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:848;a:2:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:849;a:2:{s:6:\"family\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:850;a:2:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:851;a:2:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:852;a:2:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:853;a:2:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:854;a:2:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:855;a:2:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:856;a:2:{s:6:\"family\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:857;a:2:{s:6:\"family\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:858;a:2:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:859;a:2:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:860;a:2:{s:6:\"family\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:861;a:2:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:862;a:2:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:863;a:2:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:864;a:2:{s:6:\"family\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:865;a:2:{s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:866;a:2:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:867;a:2:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:868;a:2:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:869;a:2:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:870;a:2:{s:6:\"family\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:871;a:2:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:872;a:2:{s:6:\"family\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:873;a:2:{s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:874;a:2:{s:6:\"family\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:875;a:2:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:876;a:2:{s:6:\"family\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:877;a:2:{s:6:\"family\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";}}i:878;a:2:{s:6:\"family\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:879;a:2:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:880;a:2:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:881;a:2:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:882;a:2:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:883;a:2:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:884;a:2:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:885;a:2:{s:6:\"family\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:886;a:2:{s:6:\"family\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:887;a:2:{s:6:\"family\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:888;a:2:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:889;a:2:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:890;a:2:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:891;a:2:{s:6:\"family\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:892;a:2:{s:6:\"family\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:893;a:2:{s:6:\"family\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:894;a:2:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:895;a:2:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:896;a:2:{s:6:\"family\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:897;a:2:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:898;a:2:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:899;a:2:{s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:900;a:2:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:901;a:2:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:902;a:2:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:903;a:2:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:904;a:2:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:905;a:2:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:906;a:2:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:907;a:2:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:908;a:2:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:909;a:2:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:910;a:2:{s:6:\"family\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:911;a:2:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:912;a:2:{s:6:\"family\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:913;a:2:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:914;a:2:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:915;a:2:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:916;a:2:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:917;a:2:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:918;a:2:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:919;a:2:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:920;a:2:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:921;a:2:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:922;a:2:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:923;a:2:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:924;a:2:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:925;a:2:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:926;a:2:{s:6:\"family\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:927;a:2:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:928;a:2:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:929;a:2:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:930;a:2:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:931;a:2:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:932;a:2:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:933;a:2:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:934;a:2:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:935;a:2:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:936;a:2:{s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:937;a:2:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:938;a:2:{s:6:\"family\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:939;a:2:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:940;a:2:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:941;a:2:{s:6:\"family\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:942;a:2:{s:6:\"family\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:943;a:2:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:944;a:2:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:945;a:2:{s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:946;a:2:{s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:947;a:2:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:948;a:2:{s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:949;a:2:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:950;a:2:{s:6:\"family\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:951;a:2:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:952;a:2:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:953;a:2:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:954;a:2:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:955;a:2:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:956;a:2:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:957;a:2:{s:6:\"family\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:958;a:2:{s:6:\"family\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:959;a:2:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:960;a:2:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:961;a:2:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:962;a:2:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:963;a:2:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:964;a:2:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:965;a:2:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:966;a:2:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:967;a:2:{s:6:\"family\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:968;a:2:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:969;a:2:{s:6:\"family\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:970;a:2:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:971;a:2:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:972;a:2:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:973;a:2:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:974;a:2:{s:6:\"family\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:975;a:2:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:976;a:2:{s:6:\"family\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:977;a:2:{s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:978;a:2:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:979;a:2:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:980;a:2:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:981;a:2:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:982;a:2:{s:6:\"family\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:983;a:2:{s:6:\"family\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:984;a:2:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:985;a:2:{s:6:\"family\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:986;a:2:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:987;a:2:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:988;a:2:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:989;a:2:{s:6:\"family\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:990;a:2:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:991;a:2:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:992;a:2:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:993;a:2:{s:6:\"family\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:994;a:2:{s:6:\"family\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:995;a:2:{s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:996;a:2:{s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:997;a:2:{s:6:\"family\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:998;a:2:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:999;a:2:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1000;a:2:{s:6:\"family\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1001;a:2:{s:6:\"family\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1002;a:2:{s:6:\"family\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}}', 'yes');
INSERT INTO `lkrore_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(262, 'oxygen_global_colors_cache_update_required', '1', 'yes'),
(277, '_transient_health-check-site-status-result', '{\"good\":\"10\",\"recommended\":\"10\",\"critical\":\"0\"}', 'yes'),
(1564, 'oxygen_vsb_options_users_access_list', 'a:0:{}', 'yes'),
(1565, 'oxygen_vsb_options_users_access_enable_elements', 'a:0:{}', 'yes'),
(1566, 'oxygen_vsb_options_users_access_advanced_tab', 'a:0:{}', 'yes'),
(1567, 'oxygen_vsb_options_users_access_drag_n_drop', 'a:0:{}', 'yes'),
(1568, 'oxygen_vsb_options_users_access_enabled_elements', 'a:0:{}', 'yes'),
(1569, 'oxygen_vsb_options_users_access_disable_classes', 'a:0:{}', 'yes'),
(1570, 'oxygen_vsb_options_role_access_enable_elements', 'a:0:{}', 'yes'),
(1571, 'oxygen_vsb_options_role_access_advanced_tab', 'a:0:{}', 'yes'),
(1572, 'oxygen_vsb_options_role_access_drag_n_drop', 'a:0:{}', 'yes'),
(1573, 'oxygen_vsb_options_role_access_enabled_elements', 'a:0:{}', 'yes'),
(1574, 'oxygen_vsb_options_role_access_disable_classes', 'a:0:{}', 'yes'),
(1575, 'oxygen_vsb_update_3_6', '1', 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `lkrore_wpk0_postmeta`
--

CREATE TABLE `lkrore_wpk0_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `lkrore_wpk0_postmeta`
--

INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(11, 9, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'38a8ddb69d911976bb937e545faea8a1ebcf4fed89a829d430c512dbcb2771ed\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-111\",\"original\":{\"background-color\":\"color(4)\",\"background-image\":\"[oxygen ct_sign_sha256=\'a3917e03abdc9597a1609ca96f6dd37b937924bd930b4c48b1c4d1ac757ef56b\' data=\'featured_image\' ]\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(177,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(0,165,189,0.9)\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Hero Section\"}\'][ct_headline ct_sign_sha256=\'441dd868f003323c434e9c2092d919fdf1159c7fd36ccb6d930985806f25478b\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"headline-10-111\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'c92336085c748cc3ed55848197c9ab1d4d8e0c0e5c4a92c1ed4854a82643314a\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-111\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'6560b861762565cf541264f34313d4717f55b07e4ed0dcb9664845e39e4f3608\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"text_block-12-111\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'48a0322c502dfa8385c5720ed21dac5f601354e8ec729a3673dcb761d5c6e809\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-111\"}\'][oxygen ct_sign_sha256=\'f8aae5be7515150c44fb6dd2f7eae7a5c2ce154b0cb6eb022ac99185a940d66e\' data=\'date\' ][/ct_span][/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'dbac85ca31754dcbad8bc39acead23dd3e4a188f90b3e8e45ff7e7ea65b884c0\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-111\",\"original\":{\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\",\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Post Content\"}\'][ct_text_block ct_sign_sha256=\'f954361a52f80c15617bd08ac6c7a60eaeb292740314e73573cdadbbf8f64fd2\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-111\"}\'][ct_span ct_sign_sha256=\'e9e1b395247855b9118fefb457274f72d65c590a45c5d35bb415cc01e9c57547\' ct_options=\'{\"ct_id\":7,\"ct_parent\":5,\"selector\":\"span-7-111\",\"classes\":{\"0\":\"oxy-stock-content-styles\",\"1\":\"hosting-other-single\"},\"activeselector\":\"hosting-other-single\"}\'][oxygen ct_sign_sha256=\'c3b66dff1dc1557e12d3fd2d57a725778f4d675b3c1c49e4c49b402719b47fe0\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'26a2731efffd3fe98848372d027200c401289ae7ebf12d59f7bc57096635f666\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"code_block-4-111\",\"original\":{\"code-css\":\"Lmhvc3Rpbmctb3RoZXItc2luZ2xlIGgxLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgzLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg0LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg2IHsKCWNvbG9yOiAjMkE0NDVBOwogICAgbGluZS1oZWlnaHQ6IDEuMTsKICAgIGZvbnQtd2VpZ2h0OiA3MDA7CiAgICBtYXJnaW4tYm90dG9tOiAuMmVtOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDEgewogIGZvbnQtc2l6ZTogNjRweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyIHsKICBmb250LXNpemU6IDQwcHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoMyB7CiAgZm9udC1zaXplOiAzNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDQgewogIGZvbnQtc2l6ZTogMzJweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1IHsKICBmb250LXNpemU6IDI0cHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoNiB7CiAgZm9udC1zaXplOiAxNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIHRvcCBsZWZ0LCAjMDFBNUJDLCAjQUZEMTdFKTsKICBjb2xvcjogI2ZmZmZmZjsKICBwYWRkaW5nOiAxOHB4IDQycHg7CiAgbWFyZ2luLWxlZnQ6IDA7CiAgbWFyZ2luLXJpZ2h0OiAwOwogIGZvbnQtc2l6ZTogMTZweDsKICBsaW5lLWhlaWdodDogMS42ZW07CiAgZm9udC1zdHlsZTogaXRhbGljOwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBvbCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24tdGV4dCB7CiAgY29sb3I6IHJnYmEoMCwwLDAsMC4zKTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBhIHsKICBjb2xvcjogIzA3QURCNzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGE6aG92ZXIgewogIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwp9CgpwcmUgewogIHdoaXRlLXNwYWNlOiBub3JtYWwgIWltcG9ydGFudDsKICBjb2xvcjogcmdiYSgwLDAsMCwwLjMpOwp9Cg==\",\"code-php\":\"PCEtLSAtLT4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'3124d2a46053640813fae7b1465c74d8b7451d076c4bd98f0c5370417814b904\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-111\",\"original\":{\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\",\"background-color\":\"color(7)\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Blog Post Comments\",\"ct_category\":\"Blog\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][oxy_comments ct_sign_sha256=\'e462315ff68d692ddf5f85a4a3a9724969f7edc9b35c1b1e5f5490541bc9f10d\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_comments-15-111\",\"original\":{\"code-php\":\"PD9waHAKCmlmIChoYXZlX2NvbW1lbnRzKCkpIHsKCgk/PgoKCTxoMyBjbGFzcz0iY29tbWVudHMtdGl0bGUiPgoJCTw/cGhwCgkJZWNobyBPeHlnZW5fVlNCX0NvbW1lbnRzX0xpc3Q6OnV0aWxfdGl0bGUoKTsKCQk/PgoJPC9oMz4KCgk8b2wgY2xhc3M9ImNvbW1lbnRzLWxpc3QiPgoKCSAgICA8P3BocAoKCSAgICB3cF9saXN0X2NvbW1lbnRzKAoJICAgIAlhcnJheSgKCgkgICAgCQknc3R5bGUnID0+ICdvbCcsCgkgICAgCQknZm9ybWF0JyA9PiAnaHRtbDUnLAoJICAgIAkJJ2F2YXRhcl9zaXplJyA9PiAnMTAwJwoJICAgIAkpCgkgICAgKTsKCgkgICAgPz4KCgk8L29sPgoKCTxkaXYgY2xhc3M9ImNvbW1lbnRzLW5hdmlnYXRpb24iPgoJCTxkaXYgY2xhc3M9J3ByZXZpb3VzLWNvbW1lbnRzLWxpbmsnPjw/cGhwIHByZXZpb3VzX2NvbW1lbnRzX2xpbmsoKTsgPz48L2Rpdj4KCQk8ZGl2IGNsYXNzPSduZXh0LWNvbW1lbnRzLWxpbmsnPjw/cGhwIG5leHRfY29tbWVudHNfbGluaygpOyA/PjwvZGl2PgoJPC9kaXY+CgoJPD9waHAKCn0KCj8+\",\"code-css\":\"LmNvbW1lbnRzLXRpdGxlIHsKICBmb250LXNpemU6IDQwcHg7CiAgY29sb3I6ICMyQTQ0NUE7CiAgbGluZS1oZWlnaHQ6IDEuMTsKICB0ZXh0LWFsaWduOiBjZW50ZXI7CiAgbWFyZ2luLWJvdHRvbTogNDhweDsKICBkaXNwbGF5OiBibG9jazsKfQoKLmNvbW1lbnQtYm9keSB7CiAgYmFja2dyb3VuZDogd2hpdGU7CiAgYm94LXNoYWRvdzogcmdiYSgwLDAsMCwwLjEpIDAgMCA1cHg7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIHBhZGRpbmc6IDI4cHg7CiAgbWFyZ2luLWJvdHRvbTogMjBweCAhaW1wb3J0YW50Owp9CgpAbWVkaWEgKG1heC13aWR0aDogNzY4cHgpIHsKLm94eS1jb21tZW50cyBvbC5jaGlsZHJlbiB7CiAgICBtYXJnaW4tbGVmdDogMDsKICB9Cn0KCi5jb21tZW50LWNvbnRlbnQgewogIGNvbG9yOiAjNjY2OwogIGZvbnQtc2l6ZTogMTZweDsKfQoKLmNvbW1lbnQtcmVwbHktbGluayB7CiAgY29sb3I6ICMwN0FEQjc7CiAgZm9udC1zaXplOiAxNnB4ICFpbXBvcnRhbnQ7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBwYWRkaW5nOiAxMnB4IDMycHg7CiAgYm9yZGVyOiAycHggc29saWQgIzA3QURCNzsKICBib3JkZXItcmFkaXVzOiA1cHg7Cn0KCi5jb21tZW50LXJlcGx5LWxpbms6aG92ZXIgewogIHRyYW5zZm9ybTogc2NhbGUoMS4wNSwxLjA1KTsKfQoKLmF2YXRhciB7CiAgYm9yZGVyLXJhZGl1czogMTAwJTsKICBib3JkZXI6IDNweCBzb2xpZCAjOEVDOThBOwogIG1hcmdpbi1yaWdodDogMTJweCAhaW1wb3J0YW50Owp9CgouY29tbWVudC1hdXRob3IgewogIG1hcmdpbi1ib3R0b206IDE2cHg7CiAgZm9udC1mYW1pbHk6ICdSYWxld2F5JzsKICBjb2xvcjogIzJBNDQ1QTsKfQoKLmZuIHsKICBmb250LXdlaWdodDogOTAwOwp9CgouY29tbWVudC1tZXRhZGF0YSBhIHsKICBjb2xvcjogIzA3QURCNzsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgbWFyZ2luLXJpZ2h0OiAxMnB4Owp9CgouY29tbWVudC1tZXRhZGF0YSBhOmhvdmVyIHsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKLm94eS1jb21tZW50LWZvcm0gbGFiZWwgewogIGRpc3BsYXk6IG5vbmU7Cn0KCi5veHktY29tbWVudC1mb3JtIHRleHRhcmVhIHsKICBwYWRkaW5nOiAyMHB4OwogIHJlc2l6ZTogbm9uZTsKICBvdXRsaW5lOiBub25lOwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7Cn0KCi5veHktY29tbWVudC1mb3JtIHRleHRhcmVhOmZvY3VzIHsKICBib3gtc2hhZG93OiByZ2JhKDAsMCwwLDAuMikgMCAwIDEwcHg7Cn0KCi5veHktY29tbWVudC1mb3JtICNzdWJtaXQgewogIGJveC1zaGFkb3c6IDBweCAyNXB4IDIwcHggLTIwcHggcmdiYSgwLDAsMCwwLjIpICFpbXBvcnRhbnQ7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICB0cmFuc2l0aW9uOiBhbGwgZWFzZSAwLjJzOwogIG91dGxpbmU6IG5vbmU7Cn0KCi5veHktY29tbWVudC1mb3JtICNzdWJtaXQ6aG92ZXIgewogIHRyYW5zZm9ybTogc2NhbGUoMS4wNSwxLjA1KTsKfQoKLmNvbW1lbnQtcmVwbHktdGl0bGUgewogIGNvbG9yOiAjZmZmOwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgZm9udC1zaXplOiA0MHB4OwogIGxpbmUtaGVpZ2h0OiAxLjE7Cn0KCi5jb21tZW50LXJlcGx5LXRpdGxlIGEgewogIGNvbG9yOiByZ2JhKDI1NSwyNTUsMjU1LDAuNSk7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7Cn0KCi5jb21tZW50LXJlcGx5LXRpdGxlIGE6aG92ZXIgewogIGNvbG9yOiB3aGl0ZTsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKcC5sb2dnZWQtaW4tYXMgewogIG1hcmdpbi1ib3R0b206IDI4cHggIWltcG9ydGFudDsKICBjb2xvcjogdHJhbnNwYXJlbnQ7Cn0KCi5sb2dnZWQtaW4tYXMgYSB7CiAgY29sb3I6IHJnYmEoMjU1LDI1NSwyNTUsMC41KTsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBtYXJnaW46IDAgOHB4Owp9CgoubG9nZ2VkLWluLWFzIGE6aG92ZXIgewogIGNvbG9yOiB3aGl0ZTsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQ==\"},\"activeselector\":false}\'][/oxy_comments][oxy_comment_form ct_sign_sha256=\'5b8ccde26acc29e5d2ffbbf0a7089af4e293dadd7cb578bbbddca75024a58863\' ct_options=\'{\"ct_id\":16,\"ct_parent\":14,\"selector\":\"_comment_form-16-111\",\"original\":{\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"#b1d27d\"},\"1\":{\"position-unit\":\"px\",\"value\":\"#00a5bd\"}},\"linear-angle\":\"135\",\"gradient-type\":\"linear\"},\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"stretch\",\"padding-top\":\"28\",\"padding-left\":\"28\",\"padding-right\":\"28\",\"padding-bottom\":\"12\",\"border-radius\":\"5\",\"text-align\":\"center\",\"form_field_border_color\":\"color(3)\",\"field_border_radius\":\"5\",\"form_field_text_color\":\"color(5)\",\"submit_button_background_color\":\"color(4)\",\"submit_button_text_color\":\"color(3)\",\"color\":\"color(3)\"}}\'][/oxy_comment_form][/ct_section]'),
(12, 9, 'ct_template_type', ''),
(13, 9, 'ct_template_order', '1'),
(14, 9, 'ct_parent_template', '13'),
(15, 9, 'ct_template_single_all', ''),
(16, 9, 'ct_template_post_types', 'a:1:{i:0;s:4:\"post\";}'),
(17, 9, 'ct_use_template_taxonomies', ''),
(18, 9, 'ct_template_taxonomies', NULL),
(19, 9, 'ct_template_apply_if_post_of_parents', ''),
(20, 9, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(21, 9, 'ct_template_all_archives', ''),
(22, 9, 'ct_template_apply_if_archive_among_taxonomies', ''),
(23, 9, 'ct_template_archive_among_taxonomies', NULL),
(24, 9, 'ct_template_apply_if_archive_among_cpt', ''),
(25, 9, 'ct_template_archive_post_types', 'a:0:{}'),
(26, 9, 'ct_template_date_archive', ''),
(27, 9, 'ct_template_front_page', ''),
(28, 9, 'ct_template_blog_posts', ''),
(29, 9, 'ct_template_search_page', ''),
(30, 9, 'ct_template_404_page', ''),
(31, 9, 'ct_template_index', ''),
(32, 9, 'ct_template_inner_content', ''),
(33, 10, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'619f65b25d1550e57c0fb55afd969ee7a4b56ac26edf1119d4102c8b49d3ce2b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-106\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Blogposts Hero\",\"ct_category\":\"Blog\"}\'][ct_headline ct_sign_sha256=\'6f89c03a8f15c24738103441229e22457ea5bfbff22b13aa70c60f9a1c4d85b5\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-106\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our Blogposts[/ct_headline][ct_text_block ct_sign_sha256=\'98e4332da5ad2da893b2c152693d0c09642382a2cf4c6c1004ac773a111773c9\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"text_block-6-106\",\"original\":{\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']Yet preference connection unpleasant yet melancholy but end appearance. And excellence partiality estimating terminated day everything.[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'210525e84d9bf076b2d6d896119b5db6ccdec734b1533bf143a61e39bdf9f8ee\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-106\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"20\"},\"ct_category\":\"Blog\",\"nicename\":\"Blog Posts\",\"activeselector\":false}\'][oxy_posts_grid ct_sign_sha256=\'f27d2a413b046d398c798a82226d1dd80c06641bcd9914b48d61bd34280097f6\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"_posts_grid-9-106\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QnPgogIDxkaXYgY2xhc3M9J294eS1wb3N0LXdyYXBwZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgICA8ZGl2IGNsYXNzPSdveHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXknPgoJCTw/cGhwIHRoZV90aW1lKGdldF9vcHRpb24oJ2RhdGVfZm9ybWF0JykpOyA/PgoJICA8L2Rpdj4KICAgICAgPC9kaXY+CiAgICAgIAoJPC9hPgogIAoJPGEgY2xhc3M9J294eS1wb3N0LXRpdGxlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz48P3BocCB0aGVfdGl0bGUoKTsgPz48L2E+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YSc+CgoJCTxkaXYgY2xhc3M9J294eS1wb3N0LW1ldGEtYXV0aG9yIG94eS1wb3N0LW1ldGEtaXRlbSc+CgkJCTw/cGhwIHRoZV9hdXRob3IoKTsgPz4KCQk8L2Rpdj4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1jb21tZW50cyBveHktcG9zdC1tZXRhLWl0ZW0nPgoJCQk8YSBocmVmPSc8P3BocCBjb21tZW50c19saW5rKCk7ID8+Jz48P3BocCBjb21tZW50c19udW1iZXIoKTsgPz48L2E+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkJPD9waHAgdGhlX2V4Y2VycHQoKTsgPz4KCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlJz5SZWFkIE1vcmU8L2E+CiAgPC9kaXY+Cgo8L2Rpdj4=\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKICBtYXJnaW4tYm90dG9tOiAzZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdCB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogY29sdW1uOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgd2lkdGg6IDMzLjMzJTsKICBwYWRkaW5nOiAyMHB4Owp9CgolJUVQSUQlJSAub3h5LXBvc3Qtd3JhcHBlciB7CiAgYmFja2dyb3VuZDogd2hpdGU7CiAgYm94LXNoYWRvdzogcmdiYSgwLDAsMCwwLjEpIDAgMCA1cHg7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIG92ZXJmbG93OiBoaWRkZW47Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZSB7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBiYWNrZ3JvdW5kLWNvbG9yOiBncmV5OwogIGJhY2tncm91bmQtaW1hZ2U6IHJlcGVhdGluZy1saW5lYXItZ3JhZGllbnQoCiAgNDVkZWcsCiAgI2VlZSwKICAjZWVlIDEwcHgsCiAgI2RkZCAxMHB4LAogICNkZGQgMjBweCk7CiAgd2lkdGg6IDEwMCU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1maXhlZC1yYXRpbyB7CiAgcGFkZGluZy1ib3R0b206IDYwJTsKICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyOwogIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7CiAgcG9zaXRpb246IHJlbGF0aXZlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZGF0ZS1vdmVybGF5IHsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdG9wOiAxZW07CiAgcmlnaHQ6IDFlbTsKICBmb250LXNpemU6IC43ZW07CiAgY29sb3I6IHdoaXRlOwogIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMCwwLDAsMC41KTsKICBwYWRkaW5nOiAuN2VtIDFlbTsKICBmb250LXdlaWdodDogYm9sZDsKICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDsKICBib3JkZXItcmFkaXVzOiA1cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC10aXRsZSB7CiAgZm9udC1mYW1pbHk6ICdSYWxld2F5JzsKICBmb250LXNpemU6IDEuNWVtOwogIGxpbmUtaGVpZ2h0OiAxLjJlbTsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgZm9udC13ZWlnaHQ6IDkwMDsKICBkaXNwbGF5OiBibG9jazsKICBtYXJnaW46IDE2cHggMjRweCAyMHB4IDI0cHg7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogIG1hcmdpbi10b3A6IDAuNWVtOwogIGZvbnQtc2l6ZTogLjhlbTsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiByb3c7CiAgbWFyZ2luOiAwIDI0cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIGEgewogIGNvbG9yOiAjMDdBREI3OwogIHRleHQtZGVjb3JhdGlvbjogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgYTpob3ZlciB7CiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhLWl0ZW06OmFmdGVyIHsKCWNvbnRlbnQ6ICJcMDBiNyI7CgltYXJnaW4tcmlnaHQ6IC41ZW07CgltYXJnaW4tbGVmdDogLjVlbTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTpsYXN0LWNoaWxkOjphZnRlciB7Cgljb250ZW50OiAiIjsKCWRpc3BsYXk6IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHsKICBtYXJnaW46IDE2cHggMjRweDsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgcCB7CiAgbWFyZ2luOiAwOwp9CgolJUVQSUQlJSAub3h5LXJlYWQtbW9yZSB7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBib3JkZXI6IDJweCBzb2xpZCAjMDdBREI3OwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7CiAgbWF4LXdpZHRoOiAxMDAlOwogIHRleHQtYWxpZ246IGNlbnRlcjsKICBtYXJnaW46IDI0cHg7CiAgZGlzcGxheTogYmxvY2s7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIHBhZGRpbmc6IDEycHggMzZweDsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcmVhZC1tb3JlOmhvdmVyIHsKICB0cmFuc2Zvcm06IHNjYWxlKDEuMDUsMS4wNSk7Cn0KCiUlRVBJRCUlIC5wYWdlLW51bWJlcnMgewogIGNvbG9yOiAjMDdBREI3OwogIHRleHQtZGVjb3JhdGlvbjogbm9uZTsKICBmb250LXNpemU6IDE2cHg7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBtYXJnaW46IDAgMTJweDsKfQoKJSVFUElEJSUgLmN1cnJlbnQgewogIGJhY2tncm91bmQ6ICMwN0FEQjc7CiAgY29sb3I6ICNmZmY7CiAgcGFkZGluZzogMTJweCAxNnB4OwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQ==\",\"read_more_display_as\":\"text link\",\"paginate_alignment\":\"center\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"default\",\"query_post_types\":{\"0\":\"post\"},\"read_more_size\":\"16\",\"read_more_text_color\":\"color(4)\",\"read_more_button_color\":\"color(3)\",\"title_size\":\"24\",\"title_color\":\"color(1)\",\"title_hover_color\":\"color(4)\",\"meta_size\":\"12\",\"meta_color\":\"color(5)\",\"content_size\":\"16\",\"content_color\":\"color(5)\",\"read_more_text_hover_color\":\"color(4)\",\"read_more_button_hover_color\":\"color(3)\",\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{}},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section]'),
(34, 10, 'ct_template_type', ''),
(35, 10, 'ct_template_order', '1'),
(36, 10, 'ct_parent_template', '13'),
(37, 10, 'ct_template_single_all', ''),
(38, 10, 'ct_template_post_types', 'a:0:{}'),
(39, 10, 'ct_use_template_taxonomies', ''),
(40, 10, 'ct_template_taxonomies', NULL),
(41, 10, 'ct_template_apply_if_post_of_parents', ''),
(42, 10, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(43, 10, 'ct_template_all_archives', 'true'),
(44, 10, 'ct_template_apply_if_archive_among_taxonomies', ''),
(45, 10, 'ct_template_archive_among_taxonomies', NULL),
(46, 10, 'ct_template_apply_if_archive_among_cpt', ''),
(47, 10, 'ct_template_archive_post_types', 'a:0:{}'),
(48, 10, 'ct_template_date_archive', ''),
(49, 10, 'ct_template_front_page', ''),
(50, 10, 'ct_template_blog_posts', ''),
(51, 10, 'ct_template_search_page', ''),
(52, 10, 'ct_template_404_page', ''),
(53, 10, 'ct_template_index', ''),
(54, 10, 'ct_template_inner_content', ''),
(55, 11, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'63619539eb70129c97071b9184beae2a6e4944bb258f69c4bb1e5ad5e957f97c\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-98\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Other Single Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c1274cc7b4d1177fdc1a565c6e7aea252ac4b64c592c8825272d7db0073a1dbd\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"headline-10-98\",\"original\":{\"margin-bottom\":\"12\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'eb668b24aecd783ccfe25c663cf541c07c005d7b0f7c786935236b452c8ea99e\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-98\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'db44e0a7b1be8228cd4ea133a017c8d56afbff392cc25a54f7f432ff9d8a0938\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"text_block-12-98\",\"original\":{\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"color\":\"color(2)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f0e145c0320788c051e6a475794364ec2576365ad2a1b67d9552bbe200489a47\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-98\"}\'][oxygen ct_sign_sha256=\'f8aae5be7515150c44fb6dd2f7eae7a5c2ce154b0cb6eb022ac99185a940d66e\' data=\'date\' ][/ct_span][/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'25c6cc23a5c2a5459776c960098810dfaefdb384094c9e877cff777c39a2c776\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-98\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\"},\"activeselector\":false,\"nicename\":\"Other Single Content\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"0\"}}}}\'][ct_code_block ct_sign_sha256=\'8f5aea05bc20b86c220001b21ecf02a615fd5c47d1fec9f3ba65a1b6dd27dc08\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"code_block-4-98\",\"original\":{\"code-css\":\"Lmhvc3Rpbmctb3RoZXItc2luZ2xlIGgxLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgzLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg0LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg2IHsKCWNvbG9yOiAjMkE0NDVBOwogICAgbGluZS1oZWlnaHQ6IDEuMTsKICAgIGZvbnQtd2VpZ2h0OiA3MDA7CiAgICBtYXJnaW4tYm90dG9tOiAuMmVtOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDEgewogIGZvbnQtc2l6ZTogNjRweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyIHsKICBmb250LXNpemU6IDQwcHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoMyB7CiAgZm9udC1zaXplOiAzNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDQgewogIGZvbnQtc2l6ZTogMzJweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1IHsKICBmb250LXNpemU6IDI0cHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoNiB7CiAgZm9udC1zaXplOiAxNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIHRvcCBsZWZ0LCAjMDFBNUJDLCAjQUZEMTdFKTsKICBjb2xvcjogI2ZmZmZmZjsKICBwYWRkaW5nOiAxOHB4IDQycHg7CiAgbWFyZ2luLWxlZnQ6IDA7CiAgbWFyZ2luLXJpZ2h0OiAwOwogIGZvbnQtc2l6ZTogMTZweDsKICBsaW5lLWhlaWdodDogMS42ZW07CiAgZm9udC1zdHlsZTogaXRhbGljOwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBvbCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24tdGV4dCB7CiAgY29sb3I6IHJnYmEoMCwwLDAsMC4zKTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBhIHsKICBjb2xvcjogIzA3QURCNzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGE6aG92ZXIgewogIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwp9CgpwcmUgewogIHdoaXRlLXNwYWNlOiBub3JtYWwgIWltcG9ydGFudDsKICBjb2xvcjogcmdiYSgwLDAsMCwwLjMpOwp9Cg==\",\"code-php\":\"PCEtLSAtLT4=\"},\"activeselector\":false}\'][/ct_code_block][ct_text_block ct_sign_sha256=\'06235bd2bae1d2043b817e472be94aa639f275c2e0261697bc0a6bebccc96a67\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-98\",\"original\":{\"color\":\"color(5)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'afb5a201d9b17b0d146eb42f0e6d53ec655c7d105ece271e87a8fad96cd88c8a\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-98\",\"classes\":{\"0\":\"oxy-stock-content-styles\",\"1\":\"hosting-other-single\"},\"activeselector\":\"hosting-other-single\"}\'][oxygen ct_sign_sha256=\'c3b66dff1dc1557e12d3fd2d57a725778f4d675b3c1c49e4c49b402719b47fe0\' data=\'content\' ][/ct_span][/ct_text_block][/ct_section]'),
(56, 11, 'ct_template_type', ''),
(57, 11, 'ct_template_order', '0'),
(58, 11, 'ct_parent_template', '13'),
(59, 11, 'ct_template_single_all', ''),
(60, 11, 'ct_template_post_types', 'a:1:{i:0;s:4:\"page\";}'),
(61, 11, 'ct_use_template_taxonomies', ''),
(62, 11, 'ct_template_taxonomies', NULL),
(63, 11, 'ct_template_apply_if_post_of_parents', ''),
(64, 11, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(65, 11, 'ct_template_all_archives', ''),
(66, 11, 'ct_template_apply_if_archive_among_taxonomies', ''),
(67, 11, 'ct_template_archive_among_taxonomies', NULL),
(68, 11, 'ct_template_apply_if_archive_among_cpt', ''),
(69, 11, 'ct_template_archive_post_types', 'a:0:{}'),
(70, 11, 'ct_template_date_archive', ''),
(71, 11, 'ct_template_front_page', ''),
(72, 11, 'ct_template_blog_posts', ''),
(73, 11, 'ct_template_search_page', ''),
(74, 11, 'ct_template_404_page', ''),
(75, 11, 'ct_template_index', ''),
(76, 11, 'ct_template_inner_content', ''),
(77, 12, 'ct_builder_shortcodes', '[ct_inner_content ct_sign_sha256=\'f7a9d5b56baf001449b29e3b78c5cb423e359cae8645fd983d89dac6fe39a576\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"inner_content-3-88\"}\'][/ct_inner_content]'),
(78, 12, 'ct_template_type', ''),
(79, 12, 'ct_template_order', '1'),
(80, 12, 'ct_parent_template', '13'),
(81, 12, 'ct_template_single_all', ''),
(82, 12, 'ct_template_post_types', 'a:1:{i:0;s:4:\"page\";}'),
(83, 12, 'ct_use_template_taxonomies', ''),
(84, 12, 'ct_template_taxonomies', NULL),
(85, 12, 'ct_template_apply_if_post_of_parents', ''),
(86, 12, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(87, 12, 'ct_template_all_archives', ''),
(88, 12, 'ct_template_apply_if_archive_among_taxonomies', ''),
(89, 12, 'ct_template_archive_among_taxonomies', NULL),
(90, 12, 'ct_template_apply_if_archive_among_cpt', ''),
(91, 12, 'ct_template_archive_post_types', 'a:0:{}'),
(92, 12, 'ct_template_date_archive', ''),
(93, 12, 'ct_template_front_page', ''),
(94, 12, 'ct_template_blog_posts', ''),
(95, 12, 'ct_template_search_page', ''),
(96, 12, 'ct_template_404_page', ''),
(97, 12, 'ct_template_index', ''),
(98, 12, 'ct_template_inner_content', ''),
(99, 13, 'ct_builder_shortcodes', '[ct_div_block ct_sign_sha256=\'3d80534c801985b2462a5a204ecaba21eb0ea0eea0228cab57ab674624f26e86\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'621f0fdb4a6fc5abe6920c3799581f168702c4518d9443507a6e71f362a7545e\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'e902a30cdb97328edbbab2f2b0af46687bca072caf2fb662ecad3ea1348f948d\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'4613868e04d422d4ebb98c24ccd0806905e34bdc5578646edeeff3e7d35bf298\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'42b6663cf2fc5cca4a454a43d146e303a8822fc0de6b9514975e077a31e3e25d\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'fdef88cb298f900a57c5dbc303bbbe6e588283931a4f449931fabab88be9055c\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'2256f6f4b5fed3580254e4b98fd722e8d3dc2841b6eb01acfe7d75b7c611b568\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\",\"button-color\":\"#3585b8\",\"url\":\"#\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"},\"hover\":{\"background-color\":\"color(3)\",\"button-text-color\":\"#3585b8\",\"button-style\":\"2\",\"button-color\":\"#3585b8\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(300, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'d3a8b3fe19c5a0e3f04a014fb5c661e2251e8dc508a4bc457d340c159a31fede\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'5b56451c4d33773f780904965ab82c88359c9e0a1502081cbc7b1435da5d3ef1\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'ea8cb01d1e1136a48063ba81f23c4f89059e0074acdae90976ec66e9363cf4ee\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'7d40f749a0267ff1d141d27fb65a71e8bad2522250f0acb591171d84cc3d5caf\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(251, 13, 'ct_preview_url', 'https://newgen.stun.tech/');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(252, 13, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(253, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'40e13c501d2696c673935ed76f4464c94ed4a23a8291161f1e544eab0a25defb\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'ac39710e1b4e4519f9b88b32d96d74b6b5146a5f3b318c94da529c3302353c71\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'d4b386ff18db2b3dc24d9c4bbdb9f3840a75f5251b1bd424569b0a7bb7648ec8\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'12824aed854a378cdb975b8c54846c41b8a4c58a248a0c50c8c2ac5d8a6e7b47\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'6a87c0f5e1ab9dbe3e2edf6ea750066a10bd1e82dcfbe3ec4e0c40c4d8e52415\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']Proudly designed with Oxygen, the world\'s best visual website design software[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ad2a5d5c53a0fcd95cf309ecbcba9a2867be17411810ef1110c266d32b7fff0d\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'b1f3f00678c5996fe490b264b61e42e1027cebb42d3351ecc66acec8ce971942\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://linkedin.com\",\"icon-youtube\":\"https://youtube.com\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(100, 13, 'ct_template_type', ''),
(101, 13, 'ct_template_order', '0'),
(102, 13, 'ct_parent_template', NULL),
(103, 13, 'ct_template_single_all', ''),
(104, 13, 'ct_template_post_types', 'a:0:{}'),
(105, 13, 'ct_use_template_taxonomies', ''),
(106, 13, 'ct_template_taxonomies', NULL),
(107, 13, 'ct_template_apply_if_post_of_parents', ''),
(108, 13, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(109, 13, 'ct_template_all_archives', ''),
(110, 13, 'ct_template_apply_if_archive_among_taxonomies', ''),
(111, 13, 'ct_template_archive_among_taxonomies', NULL),
(112, 13, 'ct_template_apply_if_archive_among_cpt', ''),
(113, 13, 'ct_template_archive_post_types', 'a:0:{}'),
(114, 13, 'ct_template_date_archive', ''),
(115, 13, 'ct_template_front_page', ''),
(116, 13, 'ct_template_blog_posts', ''),
(117, 13, 'ct_template_search_page', ''),
(118, 13, 'ct_template_404_page', ''),
(119, 13, 'ct_template_index', 'true'),
(120, 13, 'ct_template_inner_content', ''),
(121, 14, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'729cfd9c98885bf1218187f94f6fdd034cf77d11ba967639eb7d007269c5fa7a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-139\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'a4f7d4de0a02b4538ec2c6eb5c7ed413e5a81cb8467b1189b42c9e01495b32fb\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-139\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission to&nbsp;help you grow your business[/ct_headline][ct_fancy_icon ct_sign_sha256=\'973c507c52326a8ea4984eb5aac682b2951f766ba0152036ff4371cc43019ce5\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"fancy_icon-6-139\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'eb0bc6ccdf8274eb794a11712657ae3b198a2b6c05ea2da3f125978ade819993\' ct_options=\'{\"ct_id\":7,\"ct_parent\":2,\"selector\":\"text_block-7-139\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'f8559dcdb56b92e8db94789fd5a2fc492ae3789c1c875550ea96679b9dd01715\' ct_options=\'{\"ct_id\":11,\"ct_parent\":2,\"selector\":\"link_button-11-139\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'cb833dcbc156800d3c19e7a71ec285c4d51ffd4503641222e9ffb6ecff4a15ee\' ct_options=\'{\"ct_id\":13,\"ct_parent\":0,\"selector\":\"section-13-139\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'9ff73f35a0317cc13fd3f241e8e36d4c90c618fc85d69867101f610dda6ab69e\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"new_columns-14-139\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'813d4a96ce68a60d9a2d36902c22d336ed1b85e224bc28a429b2c48bbfaa0b69\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"div_block-15-139\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7374dfcc05b6d9feaf08198d02b0c1b0c1511e255967ad95d4dd70e57280596a\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"image-18-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7048cb149703bc134a33757243d667870c8435f0fe2c6ac3968b8a958bdd4b9c\' ct_options=\'{\"ct_id\":19,\"ct_parent\":15,\"selector\":\"image-19-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'da0badffa9d572ff27e2b474535e4d6573d4d369e3c857785adb38690ffa99fd\' ct_options=\'{\"ct_id\":16,\"ct_parent\":14,\"selector\":\"div_block-16-139\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'25a24b8bdfef79c8e24e4a8f01ed2e00c6c9952e467e0cf0192b0ecf06b3e392\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"image-20-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7935b807aba61cd6ec324f6900b8625814d88e70ba2be18ee733c27c8a9a9482\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"image-22-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7e7d811a3ede1bc655f24d7cec01b638637531520848a2308941d3004e4aeea7\' ct_options=\'{\"ct_id\":17,\"ct_parent\":14,\"selector\":\"div_block-17-139\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'1bc5471124e85f785c8367e66bc0af4140930d870f35d14f20d8eb01b53c15c7\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"image-23-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'8ef0fe703a7f5085bf9b87141726d705a0573cf38786a057409af1753a4620b9\' ct_options=\'{\"ct_id\":25,\"ct_parent\":17,\"selector\":\"image-25-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\",\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'ab59136b0daeb723d16dec9d2a98e4d7b2797c09f42826d35afadc60b178ec70\' ct_options=\'{\"ct_id\":26,\"ct_parent\":0,\"selector\":\"section-26-139\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2c8502b216ae5747f701d33bf7f079234db3f4adad049154d2bf2b9da4ea430e\' ct_options=\'{\"ct_id\":69,\"ct_parent\":26,\"selector\":\"headline-69-139\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'ecc1ba69f63a26ed8f428f2a33f52166a2da86b693aac2719101dc227f59b12f\' ct_options=\'{\"ct_id\":72,\"ct_parent\":26,\"selector\":\"new_columns-72-139\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4cebb9fcf75e74e13b2f0cdb58f1ebf1ce77427040e88c98917f7f4432981075\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'1fd6ad775fb37b013c9ae5428c7ed8b08d63d999ce3bac4d1bd069ba35cf9d2d\' ct_options=\'{\"ct_id\":35,\"ct_parent\":73,\"selector\":\"fancy_icon-35-139\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'320de7a503956ea82b1a9f17488e919931084fd187724cb91622631c944789dc\' ct_options=\'{\"ct_id\":42,\"ct_parent\":73,\"selector\":\"headline-42-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'5400d95047ceab29e0781eff25db778ba975547250459930210a956bfdcae955\' ct_options=\'{\"ct_id\":53,\"ct_parent\":73,\"selector\":\"text_block-53-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e9e6a1220053aa711f0e5b9aa8df979662e06a6f4b307dfcbeaafe185c0b4d56\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'e78ecb44565a69565521a421004ea7de5653fd7081b4e8d6f59a6c706cd52137\' ct_options=\'{\"ct_id\":36,\"ct_parent\":74,\"selector\":\"fancy_icon-36-139\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7b721c703680d331c4eaa21b8ca612ec8fd0e371c3651366e9313499623cc6a8\' ct_options=\'{\"ct_id\":43,\"ct_parent\":74,\"selector\":\"headline-43-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'83e9336f7e59ced78efe758b45d4a8767aa60eed551896e4c2ea2680f783f647\' ct_options=\'{\"ct_id\":57,\"ct_parent\":74,\"selector\":\"text_block-57-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1164c8d385201fdf7c4a4c06bcebf466f4dd3c28054fb08e8769647051401d4d\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'9b4c56e03aed65e052bca8c04d7654704dd5aa7dca68d71f5836ea4eb7d1fd94\' ct_options=\'{\"ct_id\":37,\"ct_parent\":75,\"selector\":\"fancy_icon-37-139\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c9ad1321e154f434844ee6fd3bae6cccdb3e47e41ab679f6fffb0c4da0e00dd3\' ct_options=\'{\"ct_id\":45,\"ct_parent\":75,\"selector\":\"headline-45-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'84c448ea1cf23ecbaf238e388fdce2275070969279f6a4ed596ff0f9826c0945\' ct_options=\'{\"ct_id\":59,\"ct_parent\":75,\"selector\":\"text_block-59-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a3bf3e7954d344e1eff8999d82bf6cecfca2c80283743ffa8b5374ee427896b8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":72,\"selector\":\"div_block-76-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'4ca2d6cdbbf8596eb6779e8c5bfdf63ddc6dd06541144876f4b73aa07ae6e3c9\' ct_options=\'{\"ct_id\":38,\"ct_parent\":76,\"selector\":\"fancy_icon-38-139\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'8f860a37ab4a5927d9610528a6c6a6af18a2519ac281ec713b8ecdeb9d316cd5\' ct_options=\'{\"ct_id\":47,\"ct_parent\":76,\"selector\":\"headline-47-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'c4f59d9ad660249f2ea4dff6cfe6d534f445b0553baed91773692b8a0aaf075d\' ct_options=\'{\"ct_id\":61,\"ct_parent\":76,\"selector\":\"text_block-61-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(122, 14, 'ct_other_template', '0'),
(123, 15, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'cf7eb4c467327e4d9d29033a0b0e6b64246dda07231a6dfab5a9a5569de24bb6\' ct_options=\'{\"ct_id\":96,\"ct_parent\":0,\"selector\":\"section-96-133\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-bottom\":\"90\"},\"nicename\":\"Features Hero\",\"ct_category\":\"Heros & Titles\",\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'8898102f761b915779eb881337727a89303dea81ccb50d5d36954cbcff7bd0ad\' ct_options=\'{\"ct_id\":98,\"ct_parent\":96,\"selector\":\"headline-98-133\",\"original\":{\"margin-left\":\"40\",\"margin-right\":\"40\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Help Businesses to&nbsp;Grow[/ct_headline][ct_text_block ct_sign_sha256=\'49bc40e76cd0ccfa5214edcc6129accd0af1d4e61c2c401e2c909f421cb5ab43\' ct_options=\'{\"ct_id\":102,\"ct_parent\":96,\"selector\":\"text_block-102-133\",\"original\":{\"margin-left\":\"40\",\"margin-right\":\"40\",\"max-width\":\"480\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"},\"activeselector\":false}\']Dashwoods eagerness oh extensive as discourse sportsman frankness. Husbands see disposed surprise likewise humoured yet pleasure. Fifteen no inquiry cordial so resolve garrets as.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'615d77b5d7f48c339ff667e4f08083d0732b9d7b7ab15d512a844e90477be34b\' ct_options=\'{\"ct_id\":107,\"ct_parent\":96,\"selector\":\"div_block-107-133\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'15e735e1798fa2477761e10ba1a6840f325f56fb67664729bccb836c1154bc95\' ct_options=\'{\"ct_id\":108,\"ct_parent\":107,\"selector\":\"link_button-108-133\",\"original\":{\"margin-left\":\"6\",\"margin-right\":\"6\",\"url\":\"/login/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Get Started[/ct_link_button][ct_link_button ct_sign_sha256=\'da04807c83c88719e9cbfdab11e573093aafcc066073ec93c74491e17d5c2ab1\' ct_options=\'{\"ct_id\":109,\"ct_parent\":107,\"selector\":\"link_button-109-133\",\"original\":{\"margin-left\":\"6\",\"margin-right\":\"6\",\"url\":\"/products/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'8dc1e4142f595166b2a4c4cb5fddccf9d27effe978d9aff55334cd106680f4b5\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'15cf5b2a3604b9300c86252d47f1e7023acc460c342930a1b7273969934251bc\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"new_columns-3-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"reverse-column-order\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'59c8513cc37728dcd8db0d25a570febcdd7a6e249a96e1ec5363d44a4347d6ad\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'da23e8dfbe4cb99be83866615528e321cd55dd6856e2eeafc2cc9025d448166b\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"headline-6-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Free to Try[/ct_headline][ct_text_block ct_sign_sha256=\'09e836e07ed12b135dd30ca947c08dcb7d7c1e4edd6749241a845a942255acec\' ct_options=\'{\"ct_id\":8,\"ct_parent\":4,\"selector\":\"text_block-8-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']On am we offices expense thought. Its hence ten smile age means. Seven chief sight far point any. Of so high into easy. Dashwoods eagerness oh extensive as discourse sportsman frankness.[/ct_text_block][ct_link_button ct_sign_sha256=\'b1f6573cab2bd4dd3d8d02948b83c2c32f18e66f9de9f2abe746736bf6485ad9\' ct_options=\'{\"ct_id\":10,\"ct_parent\":4,\"selector\":\"link_button-10-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9ed3c499f7459679a110d6b6bfaf9b7d870744d9d26444e09e00107bfd032317\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"div_block-5-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'6fa1e687275a6ea2058a351713359f1dd3823298423f46be7f3f4ea6dbc212dc\' ct_options=\'{\"ct_id\":13,\"ct_parent\":5,\"selector\":\"image-13-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/280ddb8e-7c33-4807-b93e-7e137deeab082x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'cef887c0b527e90f20730dbf689e217f51e416a0ae0ff690069488cffeb18a01\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'de57b3a47abac0709207daa6f7fe4ad04f7e7e96f80ea53156dcef327415c116\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"new_columns-15-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'f718b93f2ef8fde316b2c665d62ffbce696a4e0ad0de9c25c4744dd2fdf107f7\' ct_options=\'{\"ct_id\":20,\"ct_parent\":15,\"selector\":\"div_block-20-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'571e47fc826aa947f49cc8e4e5b51d2b22d958cacf8e06fc0f1a2c5ebc02be56\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"image-21-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/b194577b-1049-4392-abcf-72e40dce5f7b2x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'11a0c2b7d0de1aec114bcf4951511db45d0bd953b648fb4a02e02da92271940e\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"div_block-16-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'a0e960ed0f77aa16112292eca33c2e3d05c523323bd6c6e2bc000c4d98db1ed0\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"headline-17-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Cloud Server Storage[/ct_headline][ct_text_block ct_sign_sha256=\'01be3b481c4bd840455ef2431eac4446db60f52f5ca1cb9bbf5ecedf6249c964\' ct_options=\'{\"ct_id\":18,\"ct_parent\":16,\"selector\":\"text_block-18-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']In as name to here them deny wise this. As rapid woody my he me which. Men but they fail shew just wish next put. Led all visitor musical calling nor her. Within coming figure sand things are.[/ct_text_block][ct_link_button ct_sign_sha256=\'245aae74b7b8554789f331f8d80e014187a70a46046f286e50965b17105d4fc8\' ct_options=\'{\"ct_id\":19,\"ct_parent\":16,\"selector\":\"link_button-19-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'88c135367b714929a2c059d4d357a7d87b20580c08051c0d40762cca4c140bfe\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-133\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Features Row\",\"ct_category\":\"Showcase\"}\'][ct_new_columns_3 ct_sign_sha256=\'df11d1faaeb8602426e776b97723c85ffbc1b2c75c90349fe0e43575e4b69d9b\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"new_columns-46-133\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'263223bf06dcf4b02695c3239f6b020106a5dda9bd164e731edaeb3413c3e14e\' ct_options=\'{\"ct_id\":88,\"ct_parent\":46,\"selector\":\"div_block-88-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'2fb6b432068bc83cfff61263a2fc17f93b2bc71d28a209e70d30652b842720d1\' ct_options=\'{\"ct_id\":89,\"ct_parent\":88,\"selector\":\"fancy_icon-89-133\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a492306ab4e16c1c40f9cc31b0b74137ebc07a2b2f3b40cc230463c84caf3762\' ct_options=\'{\"ct_id\":90,\"ct_parent\":88,\"selector\":\"headline-90-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']Cross-Marketing Opportunities[/ct_headline][ct_text_block ct_sign_sha256=\'47173cc5c84360e760c637283df9c7c11812ee3815b2de366486e2ed0993737e\' ct_options=\'{\"ct_id\":91,\"ct_parent\":88,\"selector\":\"text_block-91-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Far estimable extremely middleton his concealed.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cee7ce94bbca4ab5ef3a9814f00baca576d0268ae924f481fe552f3e8e91a325\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"div_block-47-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\",\"background-color\":\"color(11)\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"border-radius\":\"5\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'1de20e8ce10f01a0a81e9c84cf844b14df0265d7eda6ec6c9f5bc47118d7e462\' ct_options=\'{\"ct_id\":51,\"ct_parent\":47,\"selector\":\"fancy_icon-51-133\",\"original\":{\"icon-id\":\"Lineariconsicon-coffee-cup\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f911da53e9245afb316314da5a6278f5d6106ce829b1c985746c34736af06665\' ct_options=\'{\"ct_id\":58,\"ct_parent\":47,\"selector\":\"headline-58-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']Speed-Up your Website[/ct_headline][ct_text_block ct_sign_sha256=\'73984ffca0f2805d6815192d94f086bf22c620918996174288a2e4f7110ead88\' ct_options=\'{\"ct_id\":73,\"ct_parent\":47,\"selector\":\"text_block-73-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Drawings can followed improved out sociable not. Earnestly sod.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2f5e430000c99a9df36fe63ce61ea40ed710ffb10fa28d7525c66f1d6e580430\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\",\"nicename\":\"Div 48\"}\'][ct_fancy_icon ct_sign_sha256=\'80dedb4bb692d2d286da3f965ef9ea2454c8e4c27e1490d0067a143caffbe994\' ct_options=\'{\"ct_id\":52,\"ct_parent\":48,\"selector\":\"fancy_icon-52-133\",\"original\":{\"icon-id\":\"Lineariconsicon-lock\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'251d9d6c2d53aa40b68fb577e2b6010954dd0bd98a0d9a8dfdeb343176b209f5\' ct_options=\'{\"ct_id\":59,\"ct_parent\":48,\"selector\":\"headline-59-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']100% Secure Connection[/ct_headline][ct_text_block ct_sign_sha256=\'e3050970d88684d474315abd16cb6bf450422c3a533e862dc443bd8a73a0888c\' ct_options=\'{\"ct_id\":75,\"ct_parent\":48,\"selector\":\"text_block-75-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Allowance too applauded now way something recommend.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'447e9249c5838526253c88827c627218865844ee1a21c8c831de1441340bcf70\' ct_options=\'{\"ct_id\":24,\"ct_parent\":0,\"selector\":\"section-24-133\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'3cb38ee0edd73841412a66a3bb9c17f34ec2245fb0d52542e3754b98eec785ba\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"new_columns-25-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"never\",\"reverse-column-order\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c0cc7cfa88355f9e0a69d8437e904731666bdd49b0c66c08ecaf7600a253994a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"div_block-26-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'be1b8599387032d037565df0570ce8dbd9952f3df92a3c214f625d5383bcfc63\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"headline-27-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Full File Access[/ct_headline][ct_text_block ct_sign_sha256=\'8328bfb0d8a6a514cb2ab51231216ec890d45b3c1b08f6fb85be92b5823787a1\' ct_options=\'{\"ct_id\":28,\"ct_parent\":26,\"selector\":\"text_block-28-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Continual delighted as elsewhere am convinced unfeeling. Introduced stimulated attachment no by projection. To loud lady whom my mile sold four. Need miss all four case fine age tell.[/ct_text_block][ct_link_button ct_sign_sha256=\'87a7710070edf33ea5a70a5f1bdcb5fc0120162b3a9a0f65ba6de345511ffdfc\' ct_options=\'{\"ct_id\":29,\"ct_parent\":26,\"selector\":\"link_button-29-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5126b8cfe48d615fea6d57a9c99863afee06d4bfe35b138f45503e306b688a21\' ct_options=\'{\"ct_id\":30,\"ct_parent\":25,\"selector\":\"div_block-30-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'d304ec0e6c0536be5385fc82b769dd848197c260155147b9ac7aa5755591a5de\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"image-31-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/f387b9c4-f497-48ac-845a-05ba97f805d12x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'263b3e54f924c751d6f6573e29438fe41b7876ae6a194d6b9af74ee8dcf4a686\' ct_options=\'{\"ct_id\":33,\"ct_parent\":0,\"selector\":\"section-33-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(3)\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'cc25ecde0573f53c4d0ccf010cd4c2197bd97c2d80566575f5990cffb78361b2\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"new_columns-34-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'3db9f867fb400b18b04b29f534bec7f121a5c3ab15bc566cede8c15a59b9b441\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"div_block-35-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7a854aa8a570e3ce09f2354ed3a67b8fee45759f010bdf0c6dd1368b1d223b9c\' ct_options=\'{\"ct_id\":36,\"ct_parent\":35,\"selector\":\"image-36-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e6ae632e6e9459516b0372e3b6dbec17adca193f3937cc6131254734e9b3a0cd\' ct_options=\'{\"ct_id\":37,\"ct_parent\":34,\"selector\":\"div_block-37-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'4420d7d8c663341bf7a19be075b2904cf3bc1055e3b5e64357dce25895f0fab0\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']DDos Protection[/ct_headline][ct_text_block ct_sign_sha256=\'5ebf88a3419a613f5838cface305f4a3145aad2bc6ac88764f4a622d7ab14d4e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Civility vicinity graceful is it at. Improve up at to on mention perhaps raising. Way building not get formerly her peculiar. Up uncommonly prosperous sentiments simplicity acceptance to so.[/ct_text_block][ct_link_button ct_sign_sha256=\'4f193ce422831d23e936bacf0475d0489f31f6643cc8b3f2ca2c8c939092e4bf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":37,\"selector\":\"link_button-40-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(124, 15, 'ct_other_template', '0');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(125, 16, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'d1a9d9c9f833f8d3e5ed8d94b6a4be4792c2828b1f2da4053ceada0915b6def0\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-115\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"20\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"nicename\":\"Products Hero Section\",\"ct_category\":\"Heros & Titles\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'b6550489b3b57d72cae96be0cf8667952c76618277ca01c30f4ca6193b38fee6\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-115\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get Fully Managed<br>Hosting Located in&nbsp;USA[/ct_headline][ct_text_block ct_sign_sha256=\'4ebe553b5ac20f7c88f414c5b416093bd5b192e226dce74bb1c3defc07e48d9a\' ct_options=\'{\"ct_id\":7,\"ct_parent\":2,\"selector\":\"text_block-7-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"max-width\":\"480\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']One morning, when Gregor Samsa woke from troubled dreams, himself transformed in his bed into a horrible vermin.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'bb8e8d30fceab3a2231cb828164f55650d800eb6b5a69801f18ef2091571f5fb\' ct_options=\'{\"ct_id\":9,\"ct_parent\":2,\"selector\":\"new_columns-9-115\",\"original\":{\"max-width\":\"720\"},\"media\":{\"tablet\":{\"original\":{\"max-width\":\"360\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'b5ec2f0e4be373f2c7c0f3d9770577fda4dfd44345449f5b092cedb3329c8227\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-115\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_div_block_4 ct_sign_sha256=\'a24c64748b2287e944bf25f0ae361d31e674124407b30b50087de4fd8c7ed60d\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"div_block-13-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'709059fb5999953ff6fcf0854a715a3db548412ed7ea96640cb2e319fe7b1989\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"fancy_icon-14-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c9c3e6e8765f78ce301da3aaad9e843db27c46f40d473cc3f80f7f177fba1ac6\' ct_options=\'{\"ct_id\":15,\"ct_parent\":13,\"selector\":\"text_block-15-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']24x7x365 support coverage;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'61e2bf211f3cd8f0bc6668ed6af1d835230c7c2815e3f521a013daf7a5154f04\' ct_options=\'{\"ct_id\":17,\"ct_parent\":10,\"selector\":\"div_block-17-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'989b58b2369154deb42d6f793ddf27ff075f511ba9d55656bb295ec0f3641c37\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"fancy_icon-18-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'057da57aeebc24cdc888ff5ab34334fb604b47fd5a91e0822ff642d2a47d0014\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"text_block-19-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Transparent 100% Uptime SLA;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'e7cf39f69122301d1c7b2574cf9c5eb135c2f99e7c86bfeac6814f452f7d12ef\' ct_options=\'{\"ct_id\":23,\"ct_parent\":10,\"selector\":\"div_block-23-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'c92340a13d454d56836c5091f608ce86081c5424a5e61b4aa3d03b16c888df8e\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"fancy_icon-24-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'1fb48139293c186bce088e30b0cfc81497f2d697eac59e5258624db63e683517\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"text_block-25-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Windows and Linux VPS available;[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e56aa21cc83b7cbaabe76142011185f2c56d7f9b2f92425a8503be02dc07bd37\' ct_options=\'{\"ct_id\":11,\"ct_parent\":9,\"selector\":\"div_block-11-115\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_div_block_4 ct_sign_sha256=\'9e2a8040a59e95fc8b0fe32ccf3d0d0571a10d2d4c525a777febff523350ffa7\' ct_options=\'{\"ct_id\":20,\"ct_parent\":11,\"selector\":\"div_block-20-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'f30beb01f01a67abe283c47069760f094eb44975c64ef303377494054fb80af6\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"fancy_icon-21-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'218616c2b2692d4d094cdc8d38dc71d2796e1e1117ee06f18e535fd8099a6273\' ct_options=\'{\"ct_id\":22,\"ct_parent\":20,\"selector\":\"text_block-22-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Automatic daily backups;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'507a0f4f79bbe5ce319c8f65c75768adddb8a71e4950ad8bdf2a7b791311d778\' ct_options=\'{\"ct_id\":29,\"ct_parent\":11,\"selector\":\"div_block-29-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'71d21d5463c2ffe61c3d52171caec7eda77c8b1a564ff2e3d2ada4be3fc823b9\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"fancy_icon-30-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'06e9538f2f268ce6a96b3ec8e25cf121ee253adbf9d7d43bf59f9befb5ccf655\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"text_block-31-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']No limits on support time per month;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'69862593b8b38a5d6fc6ed2c56b95526bfb2fb9cc0de9352efba17b3e8672139\' ct_options=\'{\"ct_id\":32,\"ct_parent\":11,\"selector\":\"div_block-32-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'0bb13c0bbee52f9f546e584e4a9cf7bb1606b176afec62a76670d620cb386bfb\' ct_options=\'{\"ct_id\":33,\"ct_parent\":32,\"selector\":\"fancy_icon-33-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'4266b92f736ab17f87917b755ba5ee4ca9d92bce82802ea54d27604edf718851\' ct_options=\'{\"ct_id\":34,\"ct_parent\":32,\"selector\":\"text_block-34-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Easy Scalability.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'f4c333d70bd6839810090343956ed485796af6757d95d8ce810f3602f5541eee\' ct_options=\'{\"ct_id\":45,\"ct_parent\":0,\"selector\":\"section-45-115\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"ct_category\":\"Showcase\",\"nicename\":\"Products Section\"}\'][ct_new_columns_3 ct_sign_sha256=\'4a54ba157ee798a6bcc3a53effc585e2f762a16854be7b5da53a094d9909facb\' ct_options=\'{\"ct_id\":46,\"ct_parent\":45,\"selector\":\"new_columns-46-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'c8921fcdd55fea986f2ea38f4faaf63c0ac3d3f1cb97295458385fce2da7e0e0\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"div_block-47-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'7378fefbf21ba319729a84cb5be0568870354171c92edc6b84b3f88754f9db35\' ct_options=\'{\"ct_id\":51,\"ct_parent\":47,\"selector\":\"div_block-51-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'be147729169df419692bb35ae0b629dfdf063dd41f6fb95c6cfbfc330eb26ccb\' ct_options=\'{\"ct_id\":69,\"ct_parent\":51,\"selector\":\"fancy_icon-69-115\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6cfa47fc0ee1f5a15dedc61154be5ee3da87f23860ee8f9742a7383df97509f0\' ct_options=\'{\"ct_id\":58,\"ct_parent\":51,\"selector\":\"headline-58-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Managed VPS[/ct_headline][ct_text_block ct_sign_sha256=\'7e0dd7f98262dfaa6d7468957bc608d6ee0437b93b258240b71bd09147813d48\' ct_options=\'{\"ct_id\":87,\"ct_parent\":51,\"selector\":\"text_block-87-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'6a34461364931a9743f1d061832e6c02a6677c003a28df433d3be034683f2e24\' ct_options=\'{\"ct_id\":91,\"ct_parent\":87,\"selector\":\"span-91-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;24x7x365 support coverage;[/ct_text_block][ct_text_block ct_sign_sha256=\'38854b58a843a5d91e82566683d8a138f2ef61e78b9af2520397074599370293\' ct_options=\'{\"ct_id\":94,\"ct_parent\":51,\"selector\":\"text_block-94-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'e202c9028e9fecb3ecd0ea562cf0f03707abe0d878d2ac19fe4e13ab61b7027c\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"span-95-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'f6c656a64040a831ca4f0ffe857741d5daed7f86c9942335a83501f35473287c\' ct_options=\'{\"ct_id\":98,\"ct_parent\":51,\"selector\":\"text_block-98-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'114eeb355e3789706788bae47dc6c2be1a0640c2b1991003ac83866a4b3c0aae\' ct_options=\'{\"ct_id\":99,\"ct_parent\":98,\"selector\":\"span-99-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'9dabef5f08a6428bc03fd7fa7aef143fc0ef22c32966a5a3f68435f8f27bb33f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":51,\"selector\":\"headline-138-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$49[/ct_headline][ct_text_block ct_sign_sha256=\'98d028e902cdff674ca798080bed9bf4408009a4d18aa13af625c94178b0dc6e\' ct_options=\'{\"ct_id\":152,\"ct_parent\":51,\"selector\":\"text_block-152-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'e22fdd751cbbc84a5de2998ed1b05c521e857a38485f1068834e98229c63b495\' ct_options=\'{\"ct_id\":77,\"ct_parent\":51,\"selector\":\"link_button-77-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top-unit\":\"px\"}}}}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1bedfc8d8144576c7c6e45666983444e168ebf51b7a3a5377b261269d57f15c9\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e1db4d7d79f5578b60f2aab10099486cff14bb4b040ed4cc2b294da91dd41fca\' ct_options=\'{\"ct_id\":52,\"ct_parent\":48,\"selector\":\"div_block-52-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'2b7cf63723f043ba539af61e88870a445bc1e0af972d931e606d08e2cc84c784\' ct_options=\'{\"ct_id\":71,\"ct_parent\":52,\"selector\":\"fancy_icon-71-115\",\"original\":{\"icon-id\":\"Lineariconsicon-printer\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1f2697b82e1ac03e452acc92865e531992ff2566080671cee54a0c15934f5a62\' ct_options=\'{\"ct_id\":60,\"ct_parent\":52,\"selector\":\"headline-60-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Servers[/ct_headline][ct_text_block ct_sign_sha256=\'a45ce7f0c0182ff1261f064b2454bfac837067c8088e4df575f45c3d0a8e1899\' ct_options=\'{\"ct_id\":102,\"ct_parent\":52,\"selector\":\"text_block-102-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'3d6d95b3b0d651233d6c67e3c62e9d7884b6c6f4cfd06e476aa915ae30e2d38f\' ct_options=\'{\"ct_id\":103,\"ct_parent\":102,\"selector\":\"span-103-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;No limits on support time per month;[/ct_text_block][ct_text_block ct_sign_sha256=\'93bdf04f8f572e9ad3f42b8e1be1e991961ebe768c6dee6a122e97b70a558a99\' ct_options=\'{\"ct_id\":105,\"ct_parent\":52,\"selector\":\"text_block-105-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'908994f1bd9232f997adcb93bbe2a14ba54a2afc91b4534eef4d431d4252c39b\' ct_options=\'{\"ct_id\":106,\"ct_parent\":105,\"selector\":\"span-106-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'4fd86bf0c3f566d463f6ed90ea0ba370ecc1b786751b5099b8f14d92c750cc9f\' ct_options=\'{\"ct_id\":108,\"ct_parent\":52,\"selector\":\"text_block-108-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'9b44544271ae708c0aab33dcb0f952e9486ca43804217a5f577011f5f4908839\' ct_options=\'{\"ct_id\":109,\"ct_parent\":108,\"selector\":\"span-109-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'32330a37ee71cc284dd9a29003041a0915d913419924369f4fe946649d6e14f5\' ct_options=\'{\"ct_id\":142,\"ct_parent\":52,\"selector\":\"headline-142-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$79[/ct_headline][ct_text_block ct_sign_sha256=\'a9dabd34de3edb8d17ab1b755838fd012cc96aaa15a1ff9d8ac5537de812e3fb\' ct_options=\'{\"ct_id\":154,\"ct_parent\":52,\"selector\":\"text_block-154-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'aacd72539d92dc32398138dba52d459e54dc1b28a102f793a2095297d617bc12\' ct_options=\'{\"ct_id\":80,\"ct_parent\":52,\"selector\":\"link_button-80-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'28a79b3abb83af005e096b0555b33df3d894c577f5a79aa07cb5de50be80442a\' ct_options=\'{\"ct_id\":49,\"ct_parent\":46,\"selector\":\"div_block-49-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'f23fab2545ba5e56d58a97980861e09d7b7daa52fa31061e8cc09c40b742e0f5\' ct_options=\'{\"ct_id\":54,\"ct_parent\":49,\"selector\":\"div_block-54-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'afcb30f91b176ad9c5d154b8b0d583a705534153a2dac3a317aa4a27209f9f79\' ct_options=\'{\"ct_id\":73,\"ct_parent\":54,\"selector\":\"fancy_icon-73-115\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-upload\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1f6b3e662397884ba5400dfca6c951a4e0141dbd88c279c0bdb8d32cdebef590\' ct_options=\'{\"ct_id\":62,\"ct_parent\":54,\"selector\":\"headline-62-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Private Clous[/ct_headline][ct_text_block ct_sign_sha256=\'bdc75984633e6edf47885914891993d971706f508f2581b9dc33a76d5f0ea3b6\' ct_options=\'{\"ct_id\":111,\"ct_parent\":54,\"selector\":\"text_block-111-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'0708ae53406833aa1e7a8f8c91a8efc7f28ab5208db64974769a30c05c5769a2\' ct_options=\'{\"ct_id\":112,\"ct_parent\":111,\"selector\":\"span-112-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Automatic daily backups;[/ct_text_block][ct_text_block ct_sign_sha256=\'a3a9174a23c202f30c96076db7fdc1a95fb9f13c97a33ad2018e3e79abc3b6da\' ct_options=\'{\"ct_id\":117,\"ct_parent\":54,\"selector\":\"text_block-117-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'cb84084d930044f12efa02134e5d4d413d233cee67285727873b5844f3adc46d\' ct_options=\'{\"ct_id\":118,\"ct_parent\":117,\"selector\":\"span-118-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'90b390f0867bedd957fa04dc79357270043bac0a0d8427788bfcad432fc472e4\' ct_options=\'{\"ct_id\":123,\"ct_parent\":54,\"selector\":\"text_block-123-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'2bdc219fa732f8bf135eae5919477fa66c0ab475ab748865830652eb9085b977\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"span-124-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'7094a15eb7e298304f028c3db6490d6292cb1595000db28704ff27b0965731a8\' ct_options=\'{\"ct_id\":145,\"ct_parent\":54,\"selector\":\"headline-145-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$99[/ct_headline][ct_text_block ct_sign_sha256=\'566427f041553e349fb7f1da2c7115f08cee2cd8fddd0882492772f1c7c16b7b\' ct_options=\'{\"ct_id\":156,\"ct_parent\":54,\"selector\":\"text_block-156-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'2ec814cb61880fc2413bd4847b9cff52693972d7081071fb40fd86c9ea5bfa4b\' ct_options=\'{\"ct_id\":83,\"ct_parent\":54,\"selector\":\"link_button-83-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c956d60c1a1fe7e46fba2781f5039b5098bb34c442c62e1dd1cd9f71c203927e\' ct_options=\'{\"ct_id\":50,\"ct_parent\":46,\"selector\":\"div_block-50-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'f323f0d57ce884ad3a5279d4559f219608ce729e7c9718e3f9d5b5dfaa87e537\' ct_options=\'{\"ct_id\":56,\"ct_parent\":50,\"selector\":\"div_block-56-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'ea93c4aabe3d1692c551212392ac87bcb695ab308effd0f790aab4af52ca96a4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":56,\"selector\":\"fancy_icon-75-115\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'09708d8d65683e7fffd8719af619d7e8a3ef9662e5bf8d04716a386ac92ad62f\' ct_options=\'{\"ct_id\":64,\"ct_parent\":56,\"selector\":\"headline-64-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Clusters[/ct_headline][ct_text_block ct_sign_sha256=\'d26843680fa5799f965c58220f049bfcf634d174675152968465111befc5c1a7\' ct_options=\'{\"ct_id\":114,\"ct_parent\":56,\"selector\":\"text_block-114-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'3b927ec2064b470d8e2dfa267aa291f591e9d9dd4a88847d1328a2e33b5d3d3a\' ct_options=\'{\"ct_id\":115,\"ct_parent\":114,\"selector\":\"span-115-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Windows and Linux VPS available;[/ct_text_block][ct_text_block ct_sign_sha256=\'cefcb0078ed3ec69418838b672953e8922844b15b7701d030183cf96e800165c\' ct_options=\'{\"ct_id\":120,\"ct_parent\":56,\"selector\":\"text_block-120-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'f1f4288a1a4c9645463fdbecf7caeda296b66ffb37015817a7887c753883b409\' ct_options=\'{\"ct_id\":121,\"ct_parent\":120,\"selector\":\"span-121-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'2b14fbd1c440c98302289f6b0c047506a4f5f56b72d847ac7f562ee939b7fdee\' ct_options=\'{\"ct_id\":126,\"ct_parent\":56,\"selector\":\"text_block-126-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'23fb39258a1dd102690a5303b70f464338a50bd2f7ee8bcef3e05431a10fd2c0\' ct_options=\'{\"ct_id\":127,\"ct_parent\":126,\"selector\":\"span-127-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'cff8fb26d58df032e1dcb5fd8d853c0c5a88bf664ec9f5c3ff703d257e8907c2\' ct_options=\'{\"ct_id\":147,\"ct_parent\":56,\"selector\":\"headline-147-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$139[/ct_headline][ct_text_block ct_sign_sha256=\'8dbdf7b28aca2ee61166e8caa752ee753917c5cbb062cdb076bd2ebbc7f8e6e5\' ct_options=\'{\"ct_id\":158,\"ct_parent\":56,\"selector\":\"text_block-158-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ffaa2f11a7e528d687e3fb4ff62baf0ec47b1c17ee0816a88321f460cec9b817\' ct_options=\'{\"ct_id\":85,\"ct_parent\":56,\"selector\":\"link_button-85-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'13c18dc486594112681badb786903399e8fe5a32fb489e324a573293f5e1d61c\' ct_options=\'{\"ct_id\":160,\"ct_parent\":0,\"selector\":\"section-160-115\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\"},\"activeselector\":false,\"nicename\":\"Providers Section\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'63fecabbb0cc464db2469d5fe0be858b4daa676e787bade048a19e5c882cb530\' ct_options=\'{\"ct_id\":162,\"ct_parent\":160,\"selector\":\"headline-162-115\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Not all hosting providers are&nbsp;the&nbsp;same[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8cd0a78cff98d5a304231eb593b9a46912e86b4432a683935b4b0bfa2b05c5cd\' ct_options=\'{\"ct_id\":167,\"ct_parent\":160,\"selector\":\"new_columns-167-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'f760d71d76cc8d58a0d658d9ac6cd61b8eba00ec5e108dc81365ebdd81ed4039\' ct_options=\'{\"ct_id\":169,\"ct_parent\":167,\"selector\":\"div_block-169-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'301dfa58f217c78956532624a82ac5a58fcca69aa52667b1822b133692e3b8f5\' ct_options=\'{\"ct_id\":161,\"ct_parent\":169,\"selector\":\"image-161-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'087d84328ed611ecefaf2bc2b97b61fca80efe29080fb7d5e9c30a54894706ac\' ct_options=\'{\"ct_id\":170,\"ct_parent\":167,\"selector\":\"div_block-170-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'ae539d448eb7ec7f48c0101f0d72c0465af5e79fc6545edcf8e6a63bc78c9f5c\' ct_options=\'{\"ct_id\":172,\"ct_parent\":170,\"selector\":\"headline-172-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']A collection of textile samples[/ct_headline][ct_text_block ct_sign_sha256=\'b98da63ed7b801c1115b960abc63b4f87070555285cf247c37e48a98a6d21f4d\' ct_options=\'{\"ct_id\":176,\"ct_parent\":170,\"selector\":\"text_block-176-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'d29c1bbe3106e9a24bd53bde6f17b9151f2ad3a485cada0b3c51cb432c4c7e25\' ct_options=\'{\"ct_id\":179,\"ct_parent\":160,\"selector\":\"new_columns-179-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'84026eaff21c4ee40cf4d2a0e48e366a937ae9aa351e0cf242c79e4380133e0d\' ct_options=\'{\"ct_id\":180,\"ct_parent\":179,\"selector\":\"div_block-180-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'c6be63cb7e0af7c49ba487ece4fe852898d088b64a91362423f49e2b6ce0ec37\' ct_options=\'{\"ct_id\":181,\"ct_parent\":180,\"selector\":\"image-181-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'4be9a30b77128cadf0135850662e362c63617ecaaec98d7b74d48e04669a6ce2\' ct_options=\'{\"ct_id\":182,\"ct_parent\":179,\"selector\":\"div_block-182-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'1ac0a6ec19a66fccb02a60a6bde1e5d116ae9ae3bf3cf9bd4affee514ccf598d\' ct_options=\'{\"ct_id\":183,\"ct_parent\":182,\"selector\":\"headline-183-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']He lay on his armour-like back[/ct_headline][ct_text_block ct_sign_sha256=\'544c278ec0ea7ea28bb92af628c4f2683e924b7590a4d11cd217ff0483b2abb2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":182,\"selector\":\"text_block-184-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'19b882823909e0552c9a703fc34176d51ba07797a7c7f6baa1c90e4edd35bf1e\' ct_options=\'{\"ct_id\":185,\"ct_parent\":160,\"selector\":\"new_columns-185-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d634dbdd6438548d030e18d4f8727b5694a45d3d009a325a949f3370477f340e\' ct_options=\'{\"ct_id\":186,\"ct_parent\":185,\"selector\":\"div_block-186-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'e4f444d3591227aa672eef7405a7ca5765473a1f7f9c7ce84170bd05648af95c\' ct_options=\'{\"ct_id\":187,\"ct_parent\":186,\"selector\":\"image-187-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6422d2c7241b1a5fb6edfd43eb7d6a27db44ce78d4e959e563ab49c99a3e82fc\' ct_options=\'{\"ct_id\":188,\"ct_parent\":185,\"selector\":\"div_block-188-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'cfcdf77a9c3a09002d43e012c7b108f8ef79fca28137f5ea49aeef3d5b6ea007\' ct_options=\'{\"ct_id\":189,\"ct_parent\":188,\"selector\":\"headline-189-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']His room, a proper human[/ct_headline][ct_text_block ct_sign_sha256=\'c79c60313166658e1bae958d95abc9a42c21d2ee645dbc5cca991725a6c3d5ad\' ct_options=\'{\"ct_id\":190,\"ct_parent\":188,\"selector\":\"text_block-190-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. \"What\'s happened to me?\" he thought.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'09c4ebe35e227d5f878a10c8280147353290ffb16f89bca962cc597c1fbc81c3\' ct_options=\'{\"ct_id\":195,\"ct_parent\":0,\"selector\":\"section-195-115\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"#b2d27d\"},\"1\":{\"position-unit\":\"px\",\"value\":\"#00a5bd\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"ct_category\":\"Call To Action\",\"nicename\":\"Sign Up CTA\"}\'][ct_headline ct_sign_sha256=\'17bfd10d3b51603d08fc04c8d1ca5d8507ab47ae7c41f9786a45f607b6a02a6f\' ct_options=\'{\"ct_id\":196,\"ct_parent\":195,\"selector\":\"headline-196-115\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Ready to Start?[/ct_headline][ct_text_block ct_sign_sha256=\'c805fbfa7598fb434dd17a785ec24ec95be36581230749c5079b9a7d2116584b\' ct_options=\'{\"ct_id\":200,\"ct_parent\":195,\"selector\":\"text_block-200-115\",\"original\":{\"color\":\"color(2)\",\"margin-bottom\":\"20\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']Try us risk-free with a 30 day money backed guarantee[/ct_text_block][ct_link_button ct_sign_sha256=\'50f4e3124cdcc33c8f2dd04a4d02651f3da7eeed1cdd562444b9afd9a7e4a770\' ct_options=\'{\"ct_id\":198,\"ct_parent\":195,\"selector\":\"link_button-198-115\",\"original\":{\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"25\",\"box-shadow-blur\":\"20\",\"box-shadow-spread\":\"-20\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"url\":\"/login/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false}\']Sign Up[/ct_link_button][/ct_section_2]'),
(126, 16, 'ct_other_template', '0'),
(127, 17, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'6bf9caf616fd6e2a777af4ae85c5c84eaaf652f115c2dda9aa32c3671a5e1bd9\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-114\",\"original\":{\"background-color\":\"color(7)\",\"height-unit\":\"vh\",\"height\":\"80\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"ct_category\":\"Call To Action\",\"nicename\":\"Log In Form\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\",\"height-unit\":\"auto\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'3c1784fbf9e68f96422e1db61a61abeac69746ac3687237dc3d8f3a8343768da\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-114\",\"original\":{\"background-color\":\"color(3)\",\"width-unit\":\"%\",\"width\":\"100\",\"max-width\":\"480\",\"border-radius\":\"5\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'254df16921e2043cf74dc5fe62fb6a98d88c03cd467200cacaa0a1b2bf7722a4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-114\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"36\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Log In/Sign Up[/ct_headline][ct_div_block_4 ct_sign_sha256=\'d92ed91d2ff924162651283622b2d61f6502ff2785ac7b4f48e95da31b0adf01\' ct_options=\'{\"ct_id\":13,\"ct_parent\":3,\"selector\":\"div_block-13-114\",\"original\":{\"background-color\":\"color(7)\",\"justify-content\":\"center\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"36\",\"border-radius\":\"5\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'9bdaa2c496bf15e997522ba40b58043ec4d3b98abb93f5a6f058588266a408ec\' ct_options=\'{\"ct_id\":8,\"ct_parent\":13,\"selector\":\"fancy_icon-8-114\",\"original\":{\"icon-color\":\"color(4)\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'925f2cc91b1015bd7db08fb6e221cc7152f1014f74d6cbd355ca8751a734abb7\' ct_options=\'{\"ct_id\":9,\"ct_parent\":13,\"selector\":\"headline-9-114\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"20\",\"font-weight\":\"500\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Login Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'68db52f7a80ed094d28385df61d61bcdb943c9cefa9d6e1956e9c9fb0a924b3b\' ct_options=\'{\"ct_id\":11,\"ct_parent\":13,\"selector\":\"text_block-11-114\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\"},\"activeselector\":false}\']Oxygen works with any Contact Form Plugins...[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_section_2]'),
(128, 17, 'ct_other_template', '0'),
(129, 18, 'ct_builder_shortcodes', ''),
(130, 18, 'ct_other_template', '11');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(131, 19, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'91a9635680a8233be32b5de7f79b8428f4aec55ee60b1d0e173a7819bb2b5efe\' ct_options=\'{\"ct_id\":4,\"ct_parent\":0,\"selector\":\"section-4-62\",\"original\":{\"background-color\":\"color(7)\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'f0005d17e52e17deecfa9905df97c6ccf90e75be2e7d4d7e2976b89284326e80\' ct_options=\'{\"ct_id\":7,\"ct_parent\":4,\"selector\":\"headline-7-62\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get Quote[/ct_headline][ct_text_block ct_sign_sha256=\'9d5eecc871a6b7bdc8f17eb9786950de280744a2e94eda0b9b6c2e7d959d45d9\' ct_options=\'{\"ct_id\":9,\"ct_parent\":4,\"selector\":\"text_block-9-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Since launching in April of 2004, EuroVPS now manages the hosting of&nbsp;+2,000 clients in +100 countries. We\'d love for you to&nbsp;join![/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'d014fc8d997fab5dd27431b636d4ccc555b76e69cb5bf9530092ebf7ed502db6\' ct_options=\'{\"ct_id\":518,\"ct_parent\":4,\"selector\":\"new_columns-518-62\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'29dad91d91a2ea1146b61db2ba1b55c6a9f6242321aa3094898b231eb196e4b7\' ct_options=\'{\"ct_id\":520,\"ct_parent\":518,\"selector\":\"div_block-520-62\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'ec93f9a6f9c4e65bb81db993f3121a0c3cc1d5a71c6836198242e3ce61dea42d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":520,\"selector\":\"div_block-24-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'7bdf4478941e87892fffe334c63d74bb23e9e3ba8feefc35a498602c4024b893\' ct_options=\'{\"ct_id\":531,\"ct_parent\":24,\"selector\":\"fancy_icon-531-62\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-sync\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f20e53e5e59507d3882d004b770e28b218e5ae16bd114031045adae3939cb32a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":24,\"selector\":\"text_block-26-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free migration<br>&amp;&nbsp;personalized onboarding[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ccfa9d57653b98a4aa5665ef49bdc6cb4b0d3dd163f8e300757cfaa163342cc4\' ct_options=\'{\"ct_id\":27,\"ct_parent\":520,\"selector\":\"div_block-27-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'12f6b5ce52eb68228d5314bec7d9592e5e5ece0272d01ed51127bd80c257132a\' ct_options=\'{\"ct_id\":532,\"ct_parent\":27,\"selector\":\"fancy_icon-532-62\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'af8b10588f560762b5450ccf188f69e434c1d06d77c598873a29b480ea7d4a65\' ct_options=\'{\"ct_id\":29,\"ct_parent\":27,\"selector\":\"text_block-29-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']100% credit<br>backed SLA[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d2efe8db0e1165cfcb8219361988b55989d43bf1ffedfc05a31b6f6c02470249\' ct_options=\'{\"ct_id\":30,\"ct_parent\":520,\"selector\":\"div_block-30-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2e2fb8c0638ba9502e5611601374ecfc84d6a02175bedc488e381ba2becb3ca6\' ct_options=\'{\"ct_id\":534,\"ct_parent\":30,\"selector\":\"fancy_icon-534-62\",\"original\":{\"icon-id\":\"Lineariconsicon-bullhorn\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'48c9821b0c96c1d8cd29f0fe392fe3ec303368c4841dee3107715b35db393bcd\' ct_options=\'{\"ct_id\":32,\"ct_parent\":30,\"selector\":\"text_block-32-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Unlimited support<br>at no extra cost[/ct_text_block][/ct_div_block_3][ct_text_block ct_sign_sha256=\'9e391318860a984b26703ea8bfb8a68072d123ec662d62416039ae69eddb6041\' ct_options=\'{\"ct_id\":117,\"ct_parent\":520,\"selector\":\"text_block-117-62\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']Since launching in April of 2004, EuroVPS now manages the&nbsp;hosting of +2,000 clients in +100 countries. We\'d love for you to&nbsp;join!<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'730f563ece9da7ef641df06a7d2c4e620f68f9ddfdb845eb65f6e0fd857a19c6\' ct_options=\'{\"ct_id\":521,\"ct_parent\":518,\"selector\":\"div_block-521-62\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'32c4824762b40fc5e56f9de98bd9fba5ed5233e71e0d5e2b755c93bb711ed6b3\' ct_options=\'{\"ct_id\":119,\"ct_parent\":521,\"selector\":\"headline-119-62\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Request 14-Day Free Trial[/ct_headline][ct_div_block_3 ct_sign_sha256=\'7e2451f77e3dbe95657e8d4332c8f6ffd69820f79b916fb9860d1d94c9489dec\' ct_options=\'{\"ct_id\":467,\"ct_parent\":521,\"selector\":\"div_block-467-62\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'4266f019ea7bb8bb60697ea4a075473c39d237cf6fd8c6a27f2e6a4916ce5f92\' ct_options=\'{\"ct_id\":468,\"ct_parent\":467,\"selector\":\"fancy_icon-468-62\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d43953f3041e35fc7fb1a1d1e619a64cba5349b8ef358fec14a460feef81b4f4\' ct_options=\'{\"ct_id\":469,\"ct_parent\":467,\"selector\":\"headline-469-62\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'c6fe55dc4c0206c909d4e40e1932522d397136d4f970035ff3b2af82b428e963\' ct_options=\'{\"ct_id\":471,\"ct_parent\":467,\"selector\":\"text_block-471-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Oxygen works with any Contact Form Plugins[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f0e54165345cf9c7137c2b405c6215e304e91b0d08f4e8899404e1b5bc50d9b0\' ct_options=\'{\"ct_id\":293,\"ct_parent\":0,\"selector\":\"section-293-62\",\"original\":{\"container-padding-top\":\"160\",\"flex-direction\":\"column\",\"display\":\"flex\",\"justify-content\":\"flex-start\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"container-padding-bottom\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"120\"}}},\"nicename\":\"Contact\",\"ct_category\":\"Contact\"}\'][ct_new_columns_2 ct_sign_sha256=\'6998947522119027c457951452250a6e1cfa1bd1f7652bd5bf665acc3cee71d2\' ct_options=\'{\"ct_id\":461,\"ct_parent\":293,\"selector\":\"new_columns-461-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'c2f5c993b5b424f500213d2f389acaece76dd9ef3e72277867abec659ffa213e\' ct_options=\'{\"ct_id\":463,\"ct_parent\":461,\"selector\":\"div_block-463-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'6642e4128c741f624beea3b3ab8a38074313663d218c799f24ee5ec3f4d0abc5\' ct_options=\'{\"ct_id\":297,\"ct_parent\":463,\"selector\":\"headline-297-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Interested in working together?[/ct_headline][ct_text_block ct_sign_sha256=\'0e5131e067e16fe69db1423186ebc3eb3eadaa55731682245e7b16fcfc25feaf\' ct_options=\'{\"ct_id\":299,\"ct_parent\":463,\"selector\":\"text_block-299-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Get a free one-on-one consultation to receive an offer based on&nbsp;your use case and specific needs.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'64339ff0751dada131e99c22a1b6b02beac5d9b693cbd75dbb555e1f3ba360f2\' ct_options=\'{\"ct_id\":527,\"ct_parent\":463,\"selector\":\"div_block-527-62\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'b8ab9b0c573815c5254b08a04440a69779d12df6967d6d33fe82adeb27c86dce\' ct_options=\'{\"ct_id\":528,\"ct_parent\":527,\"selector\":\"fancy_icon-528-62\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'79e6f8edce64292c31ab7e995375b303e65dde55e8c48751658015d979d19c6a\' ct_options=\'{\"ct_id\":529,\"ct_parent\":527,\"selector\":\"headline-529-62\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'662542a5b51d69dc535a60a16f4e7db5bd056af14f563dcf59fdf9b5989b8f51\' ct_options=\'{\"ct_id\":530,\"ct_parent\":527,\"selector\":\"text_block-530-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Oxygen works with any Contact Form Plugins[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d2e59ba67147c8c31a97784123cb1c4c6696823c2ba7cc643943c12b0b8dcedd\' ct_options=\'{\"ct_id\":464,\"ct_parent\":461,\"selector\":\"div_block-464-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'06626cfadf2386bde8f57e05fb3ef0f92a7872492ab6a99a1e5f4c965081aa32\' ct_options=\'{\"ct_id\":341,\"ct_parent\":464,\"selector\":\"headline-341-62\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Call Us[/ct_headline][ct_text_block ct_sign_sha256=\'dd243bcbfc275c80a57a6df53cf43515ca6f8a0be601a5b7795d6ccd9e42c460\' ct_options=\'{\"ct_id\":343,\"ct_parent\":464,\"selector\":\"text_block-343-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']NL: +31 8 5208 6592[/ct_text_block][ct_text_block ct_sign_sha256=\'0ba5cad4bb586eb32b31620f55dff83db28db64faea577b0765c53a9424d10c4\' ct_options=\'{\"ct_id\":476,\"ct_parent\":464,\"selector\":\"text_block-476-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']UK: +44 2038 089 127[/ct_text_block][ct_text_block ct_sign_sha256=\'63f311af4aa804c712a1953f464cac7fd99112e0211f6b88d466d80ba4a3f1a9\' ct_options=\'{\"ct_id\":477,\"ct_parent\":464,\"selector\":\"text_block-477-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']USA: +1 888 426 1427[/ct_text_block][ct_headline ct_sign_sha256=\'4ca3194704c1167e17e37083b7f33807bf822636235bc137e4a352f509e88781\' ct_options=\'{\"ct_id\":482,\"ct_parent\":464,\"selector\":\"headline-482-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Sales[/ct_headline][ct_text_block ct_sign_sha256=\'4b21030c382514d3b1318ae8221f88952662c8d432eb236b061b27021ffa4fb7\' ct_options=\'{\"ct_id\":490,\"ct_parent\":464,\"selector\":\"text_block-490-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Monday - Saturday:&nbsp;9am - 5pm CET[/ct_text_block][ct_text_block ct_sign_sha256=\'6cb70b3a8ae5dc441aa2d8bc0e9815f4b6d409b33fdfc0e965e1a256fec18141\' ct_options=\'{\"ct_id\":496,\"ct_parent\":464,\"selector\":\"text_block-496-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Sunday:&nbsp;Closed[/ct_text_block][ct_text_block ct_sign_sha256=\'a2bedc2ab3d6a993c157dc6e1c7d8c3da885abd0803bd97f4ad63b46eb329198\' ct_options=\'{\"ct_id\":497,\"ct_parent\":464,\"selector\":\"text_block-497-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Email: <a href=\"mailto:sales@example.com\">[ct_span ct_sign_sha256=\'6283bd2ab465c132a63e32bdcaa2217b38974b3fc006ebfeed921ef22e5f2bb9\' ct_options=\'{\"ct_id\":505,\"ct_parent\":497,\"selector\":\"span-505-62\",\"classes\":{\"0\":\"hosting-contact-3-textlink\"},\"activeselector\":\"hosting-contact-3-textlink\"}\']sales@example.com[/ct_span]</a>[/ct_text_block][ct_headline ct_sign_sha256=\'06c7406a235e5e745278ae307d124b405b7eefddde8edcb9c5f819ec4dfdd92d\' ct_options=\'{\"ct_id\":485,\"ct_parent\":464,\"selector\":\"headline-485-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Administration[/ct_headline][ct_text_block ct_sign_sha256=\'4b01fd70a9b8768624c8686a000a8e1de7486e26e7fd29959cf237e5530a17fa\' ct_options=\'{\"ct_id\":507,\"ct_parent\":464,\"selector\":\"text_block-507-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Monday - Saturday:&nbsp;9am - 12pm CET[/ct_text_block][ct_text_block ct_sign_sha256=\'6808ace661d0850367173482c0c2431cf54f1dead6168b150a87fe01f8777c83\' ct_options=\'{\"ct_id\":509,\"ct_parent\":464,\"selector\":\"text_block-509-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Sunday: Closed[/ct_text_block][ct_text_block ct_sign_sha256=\'8454a26de227a0e95f5cd10d9545860e79795e0adb55554b36a25b9209a47b16\' ct_options=\'{\"ct_id\":511,\"ct_parent\":464,\"selector\":\"text_block-511-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Email: <a href=\"mailto:sales@example.com\">[ct_span ct_sign_sha256=\'fe8742b5a90aeaa74df10f75c4d21016f62a34c1f02532e169c73be5883f9175\' ct_options=\'{\"ct_id\":512,\"ct_parent\":511,\"selector\":\"span-512-62\",\"classes\":{\"0\":\"hosting-contact-3-textlink\"},\"activeselector\":\"hosting-contact-3-textlink\"}\']admin@example.com[/ct_span]</a>[/ct_text_block][ct_headline ct_sign_sha256=\'9d3805e1b8e91b77a3ece4c40b2127148fb38aeb09d199ffff69bcc28a0e8176\' ct_options=\'{\"ct_id\":487,\"ct_parent\":464,\"selector\":\"headline-487-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Follow Us[/ct_headline][oxy_social_icons ct_sign_sha256=\'c4e454c9e6cb748ce0336275cfa66d7cf4d96783b2b8cfbcc9a52ee4f37d4318\' ct_options=\'{\"ct_id\":457,\"ct_parent\":464,\"selector\":\"_social_icons-457-62\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"4\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(4)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(8)\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'7ab9f73e42cd9154acce552178d0f958b5a61fdb0fa02bfbfefabd9346ade4dd\' ct_options=\'{\"ct_id\":419,\"ct_parent\":0,\"selector\":\"section-419-62\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"FAQ Accordion Dark\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}},\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'e8d9db1ab548a960a7d8daa52c7ebd1f4dc5400a4b00b82cbda463ce89174866\' ct_options=\'{\"ct_id\":421,\"ct_parent\":419,\"selector\":\"headline-421-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Frequently Asked Questions[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'b66725f95f768fbce0641d01de677152ee9f05f20b6667e8572acf913076cc4c\' ct_options=\'{\"ct_id\":422,\"ct_parent\":419,\"selector\":\"new_columns-422-62\"}\'][ct_div_block_3 ct_sign_sha256=\'c8620d5b8948218eaf7e6e698131c347f9de256b4908fa23fa52888002e4d06b\' ct_options=\'{\"ct_id\":423,\"ct_parent\":422,\"selector\":\"div_block-423-62\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_4 ct_sign_sha256=\'41b8d94116be275c10aeffb64072a5bb119e3b48043e8572403eda3caf70071d\' ct_options=\'{\"ct_id\":424,\"ct_parent\":423,\"selector\":\"_toggle-424-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f3d98079a2e66d4c3122c04aee9a5fa8e2ffd2c2b47641e8fa62aa0774f94b21\' ct_options=\'{\"ct_id\":425,\"ct_parent\":424,\"selector\":\"headline-425-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'ecd09f0ace46b7410f7aad8d994861f8649d1af8cc390f06eb799e13d5491e67\' ct_options=\'{\"ct_id\":426,\"ct_parent\":423,\"selector\":\"text_block-426-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'ba4029539ebfd077f72dcf71a8bb1375084b8d4be0cc805e4d721519ba344dbe\' ct_options=\'{\"ct_id\":427,\"ct_parent\":423,\"selector\":\"_toggle-427-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'7a1dab1063cfb4303e8b1f891dba8f15efe55535e3eac980fcc15b9c540ecfd2\' ct_options=\'{\"ct_id\":428,\"ct_parent\":427,\"selector\":\"headline-428-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b4c25b3ccf244991d44ca1e74e30c78136c31d2012c7622330bd91c0d5bd4926\' ct_options=\'{\"ct_id\":429,\"ct_parent\":423,\"selector\":\"text_block-429-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'f2c6c97efb33eed73c672e5f15d0f6db488ffe0f276bc66c800563ce221ac37e\' ct_options=\'{\"ct_id\":430,\"ct_parent\":423,\"selector\":\"_toggle-430-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fef70a5df6eeccc2d5936f74f3e02bded78698bb88baf2ea867d1121cb2b6b54\' ct_options=\'{\"ct_id\":431,\"ct_parent\":430,\"selector\":\"headline-431-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'83ae1d37ea3e82e6a40fffc3e7d602a4a0e26c8e5936caf206baef0f443fdaf8\' ct_options=\'{\"ct_id\":432,\"ct_parent\":423,\"selector\":\"text_block-432-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'8d82a1525e4a70355e84b5c3d3dd401d83fd7cb487415c8aba15dcf8f449cca7\' ct_options=\'{\"ct_id\":433,\"ct_parent\":423,\"selector\":\"_toggle-433-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f5afe68bb9b2a3481d7254005f8b5c341b67400a8f07b2ee1f59437771e2ce60\' ct_options=\'{\"ct_id\":434,\"ct_parent\":433,\"selector\":\"headline-434-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'c1199fd941eed2761b3c3dca284e6823d44e165d9717c0a9668f1f2b844fc61c\' ct_options=\'{\"ct_id\":435,\"ct_parent\":423,\"selector\":\"text_block-435-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'f9f04d3d02cf6d395f5c82945c0dd0ceaee6f90e6a8aa0fe09aa206837e2c291\' ct_options=\'{\"ct_id\":436,\"ct_parent\":423,\"selector\":\"_toggle-436-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e58f687832932d9679f98f2bc66d9ba39c81f0d1a56bca14f9a46af171792ba5\' ct_options=\'{\"ct_id\":437,\"ct_parent\":436,\"selector\":\"headline-437-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b871d946d0786e16395a7182bd7cc4c57e8670854531ac2fa59b4127cc3eaf5b\' ct_options=\'{\"ct_id\":438,\"ct_parent\":423,\"selector\":\"text_block-438-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f09fe3aa598a09f62d6b5925bd9c2985ea981cfe72af0552b83b9bd5043e3b49\' ct_options=\'{\"ct_id\":439,\"ct_parent\":422,\"selector\":\"div_block-439-62\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_4 ct_sign_sha256=\'89c885c90e8aeda76e78fffb5baad5795cc7247265dcbbc743f4710dbfc3d989\' ct_options=\'{\"ct_id\":440,\"ct_parent\":439,\"selector\":\"_toggle-440-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'74c93987fc84fdda43a816121c6883fb3f17d1d93bb392fc214262d5e0a29fec\' ct_options=\'{\"ct_id\":441,\"ct_parent\":440,\"selector\":\"headline-441-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'0c2de781cf23d2bae5bc151804ddaf68830a1881c7b770d0fdd69089d795cdba\' ct_options=\'{\"ct_id\":442,\"ct_parent\":439,\"selector\":\"text_block-442-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'bdc4d8b8d5806d2fea69cf87e7d9507eaf2ce10b3a95b50b2e9fd4564ddbff52\' ct_options=\'{\"ct_id\":443,\"ct_parent\":439,\"selector\":\"_toggle-443-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a38e0e26c0fb508ed9fecdd6d8aeb1a1b3f3ce1296d851b57a419dc92794d582\' ct_options=\'{\"ct_id\":444,\"ct_parent\":443,\"selector\":\"headline-444-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'fbbb2353a384d59fb7c12387a9fdacf013dba7cbff6a3ab47219f059b2cfb214\' ct_options=\'{\"ct_id\":445,\"ct_parent\":439,\"selector\":\"text_block-445-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'b0006b0e362f904366ef1e9063548730f8dc3ddc1dd1c77602a0353baadc0631\' ct_options=\'{\"ct_id\":446,\"ct_parent\":439,\"selector\":\"_toggle-446-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'8016fee4cdb4cacad13bc8c534858e348202386cf06b781eaf8b56f0e37eae53\' ct_options=\'{\"ct_id\":447,\"ct_parent\":446,\"selector\":\"headline-447-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'06712de5cf12007fb7601f23cdc06fb64c72ff918791f8eb86c46b694fdf0021\' ct_options=\'{\"ct_id\":448,\"ct_parent\":439,\"selector\":\"text_block-448-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'9654860883839d7cba1fe1f02ed2bae334a12f993642e6dcb68747781aec8bf0\' ct_options=\'{\"ct_id\":449,\"ct_parent\":439,\"selector\":\"_toggle-449-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'12126e9e0637f971836bec1c6d616e053c9c3943f22b963842e1ae7264ff161b\' ct_options=\'{\"ct_id\":450,\"ct_parent\":449,\"selector\":\"headline-450-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b3dbeea1880da186bde1184cdf87ee35ae344fac69d74b31a13da21d9e3a0229\' ct_options=\'{\"ct_id\":451,\"ct_parent\":439,\"selector\":\"text_block-451-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'d0b2febd116dfc4e636d852c677593e8cf001cf1db2e766e279f02cb6e30f958\' ct_options=\'{\"ct_id\":452,\"ct_parent\":439,\"selector\":\"_toggle-452-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5f11073948e1b517ac8c965b2d85c0121fb363936bf287e50e563de9844fc81f\' ct_options=\'{\"ct_id\":453,\"ct_parent\":452,\"selector\":\"headline-453-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'2b4046660d59e4a7498b03b67389a427bc16875d43e9d9ea019ef8bd61aec4a0\' ct_options=\'{\"ct_id\":454,\"ct_parent\":439,\"selector\":\"text_block-454-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(132, 19, 'ct_other_template', '0'),
(133, 20, 'ct_builder_shortcodes', ''),
(134, 20, 'ct_other_template', '0');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(135, 21, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'7b9ea4cff260c40949a16fda77c4b669b91a2ce2918b42d116eb846ac1098b02\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'42416f854892ddbf2faf801899a61d11ae5d7dbe4eb58478e8f4343324b43aa7\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7ae010d2ff699e693a183a6023b2ac0dbe2946c04179d6c8ec3ed4c62c5cc241\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'84d42a9132b04662a45a33fe19093269efbd1e7dcc6b4627b9d4e5e3ef91665d\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d080ae52c01792991b087fc3d659a9e2e037cc3a9ec2b483eb69181d7d3dab33\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'1cd5a2e69b802f59b1cb96a703e110082350d00be684a826d404c0c2b7b6bfac\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f732d5a9e4564f26840bc4cbb38ddca6eec25238452af9a9b58f3c595f1b6714\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'393e723b562055bf24cddb3c7625ca155cceff82ebb41473d9beae119bba2289\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'04e7bdd3cb74a7aa8b8a36c1201056727bbba6db829a5e8f35979470ec7e13a0\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3206018c48a9dd2d39dc8f7e5d9c1d7a4afb4db9e1f9818892f4c4fcbdd1cb46\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'8856d13f32f61aabfe6ff4a7a7843ccb04f72c28e6de7a6f59222441be042e85\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'ac334d3c69e223299579b49039421d6ee7944a4bff4efedd8932bfee76f98715\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9d0cc35d516f6d319ddebe1617fb53b3a388be0978f27e857fd89183b1f47296\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5d2190c50b24b77d66d3700ffb780efd9683387c3957fd9f07bea0e4f5f477f2\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'58661ead9316c9c5f32d669236acc41931edccda9ce3af6ffafc43781e3964d4\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(141, 21, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(136, 21, 'ct_other_template', '0'),
(137, 30, '_wp_attached_file', '2020/09/tostem-house.jpg'),
(138, 30, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2020/09/tostem-house.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"tostem-house-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"tostem-house-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tostem-house-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"tostem-house-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"tostem-house-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;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:{}}}'),
(274, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'8e168e692fecc4a47d9de8846fba8ec2c474b9fdcf3f05e47d5aef90228ca99d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(245, 51, '_wp_attached_file', '2020/10/NewGEN-Logo-scaled.jpg'),
(246, 51, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:818;s:4:\"file\";s:30:\"2020/10/NewGEN-Logo-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"NewGEN-Logo-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-1024x327.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"NewGEN-Logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"NewGEN-Logo-768x245.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-1536x491.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-2048x655.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:655;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:{}}s:14:\"original_image\";s:15:\"NewGEN-Logo.jpg\";}'),
(247, 52, '_wp_attached_file', '2020/10/NewGen-Windows-Logo.png'),
(248, 52, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3445;s:6:\"height\";i:915;s:4:\"file\";s:31:\"2020/10/NewGen-Windows-Logo.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NewGen-Windows-Logo-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-1024x272.png\";s:5:\"width\";i:1024;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"NewGen-Windows-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"NewGen-Windows-Logo-768x204.png\";s:5:\"width\";i:768;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-1536x408.png\";s:5:\"width\";i:1536;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-2048x544.png\";s:5:\"width\";i:2048;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(249, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'980efb3a6e5aaaa1a23a4ad8df1f1293cb0bb2e90f9a2d384ca4594a153f4a3e\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'d55d1e8cab4ac7c2049f532454e9e50f75f30c9d828179124765aceaec8725e6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'2fa6900d681e73f90195571071f2dd191cfc14d56229d3a8cbb32f46737f5174\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'a06d232fb362f3eb9951663c2e47fb40a24359c77d06bf6f88eacc07e392a70f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'b738bd19e1cff9c3ca1ba5641e65bb2fd5c0b9564af6db7613a4534862a7f6c5\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'ed42771aed384e6b8bfb9816f17ad03d5508cb52467bffbcab6c6db744f96511\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'a6639ad45389efeb511edaa167bde2d17223a56b2ed4b859f4a56a25cea39268\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Logo@2x.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'5f4a4d80fd716316093f82f5e2be1dba34daa9907ff7ac6c5db902f5964f69f4\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'9a3aa9f43e6117bf21bd7136d138580c2c4b3c3f9ad335b3a2c8a62f51890e47\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'b59ef5e4ad652a17265ec47c3e3072c3a3abd17727da7088e7cba50f19462062\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"link_button-30-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-simple-button\",\"classes\":{\"0\":\"hosting-simple-button\"}}\']Create Account[/ct_link_button][ct_link_button ct_sign_sha256=\'0cd95fd68bccdec7789efeebd373304e61fcd1d33734f90bf11068f5ba651f36\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Login[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'04e692ac810040776b2e26bb915efcae012e749581a90316d4bc84a4d7b34e67\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'17cd677987c12984952f168b94ce3df6ec06afb0732839ab17ea9fcf56b2424c\' ct_options=\'{\"ct_id\":100,\"ct_parent\":8,\"selector\":\"new_columns-100-87\",\"original\":{\"border-bottom-style\":\"solid\",\"border-bottom-width\":\"1\",\"border-bottom-color\":\"color(2)\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"border-bottom-style\":\"none\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'1c6bed7a00b8abcf497974c5b2f6954239f8fc8ac7dc3b084510acb1bac6c38f\' ct_options=\'{\"ct_id\":101,\"ct_parent\":100,\"selector\":\"div_block-101-87\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'be881668bcb306e1bfea0ad8f6e244353f4ce751d75197e6691ac2f4f1485add\' ct_options=\'{\"ct_id\":149,\"ct_parent\":101,\"selector\":\"fancy_icon-149-87\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-sync\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'5fc78275a182b70d774526628cfd1273f62fb1452b973946f556864cf9f3d899\' ct_options=\'{\"ct_id\":110,\"ct_parent\":101,\"selector\":\"text_block-110-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']Free migration<br>&amp; personalized onboarding[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'81923232f11f577aba7c9f28672241019ff0c780a4918a7f7e477b2b0c3103b7\' ct_options=\'{\"ct_id\":102,\"ct_parent\":100,\"selector\":\"div_block-102-87\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'3019db50745bf068d57e34823a987ef513535bfe0f7b935a5a83f77eddcd6861\' ct_options=\'{\"ct_id\":150,\"ct_parent\":102,\"selector\":\"fancy_icon-150-87\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'dea4b12d64c96dfdcee3afc4a64d29825f22d8396616b4f28d520d50332f8d17\' ct_options=\'{\"ct_id\":111,\"ct_parent\":102,\"selector\":\"text_block-111-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']100% credit<br>backed SLA[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e9103dfc2197fc1f8f168fa945c3a2fe668138880234b7a2e17b018055f1c21f\' ct_options=\'{\"ct_id\":103,\"ct_parent\":100,\"selector\":\"div_block-103-87\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'32f6cf9587a2bb79c14eb5659def807a0f3aabca0f1f7500a1d3566f8a95c087\' ct_options=\'{\"ct_id\":152,\"ct_parent\":103,\"selector\":\"fancy_icon-152-87\",\"original\":{\"icon-id\":\"Lineariconsicon-bullhorn\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c76cb34144053b2ae82c94f1d0f2f90407438ee02baa1f6251068c4a4f109977\' ct_options=\'{\"ct_id\":113,\"ct_parent\":103,\"selector\":\"text_block-113-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']Unlimited support<br>at no extra cost[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'3afd6bd19c3547fd7b6d48d84812721e10305e0e94bb299b2246a5e858c2b18b\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'667ce168f85b49930ab0fe7eb99c5e67099198a36d68e7d1be2daaeb7d6adc77\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'6e900e4e2dcede03774c9b2d813d618fbaa71732894ba7adfb2ebc21ecd21dfb\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'182c020dee8bd66ed2fe5fd7e09720b19b9eb6f1ddd4c4ff1868a84a5b881eed\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Logo@2x.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'6a87c0f5e1ab9dbe3e2edf6ea750066a10bd1e82dcfbe3ec4e0c40c4d8e52415\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']Proudly designed with Oxygen, the world\'s best visual website design software[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1f7759d1ea3c0c448a74325090f11b462a30169b7cb1bda11ddf9e1b5668266a\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'9135a8bced3886c068b9bc2940ccbb7f1bde847047c27c242c35cb9d1f3f425e\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']We in Social Networks[/ct_headline][oxy_social_icons ct_sign_sha256=\'b1f3f00678c5996fe490b264b61e42e1027cebb42d3351ecc66acec8ce971942\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://linkedin.com\",\"icon-youtube\":\"https://youtube.com\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(144, 31, '_wp_attached_file', '2020/09/buildtrack-logo.png'),
(145, 31, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:437;s:6:\"height\";i:142;s:4:\"file\";s:27:\"2020/09/buildtrack-logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"buildtrack-logo-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"buildtrack-logo-150x142.png\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(146, 32, '_wp_attached_file', '2020/09/hunter-douglas-logo-1.png'),
(147, 32, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:130;s:4:\"file\";s:33:\"2020/09/hunter-douglas-logo-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hunter-douglas-logo-1-300x65.png\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"hunter-douglas-logo-1-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(148, 33, '_wp_attached_file', '2020/09/Tostem-Aluk.jpg'),
(149, 33, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:572;s:6:\"height\";i:362;s:4:\"file\";s:23:\"2020/09/Tostem-Aluk.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Tostem-Aluk-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tostem-Aluk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(150, 34, '_wp_attached_file', '2020/09/Tsotem-logo.png'),
(151, 34, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:390;s:6:\"height\";i:186;s:4:\"file\";s:23:\"2020/09/Tsotem-logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Tsotem-logo-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tsotem-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(297, 13, 'ct_builder_shortcodes_revisions_dates', '1604904118'),
(299, 13, 'ct_builder_shortcodes_revisions_dates', '1604904503'),
(301, 13, 'ct_builder_shortcodes_revisions_dates', '1604904817'),
(302, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'68e315251fa137ab293820ec0d190d62f78fc9ced0fc1149be6a194b1af6093d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'6728d0b57a8ddd6386c319ca2eb013981ec7fdf84861726b7700f21f177300d2\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'5a74b8f3457827b32de5f1c95f0499f0a06c65d4dad91ea91011ac71222f4e81\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'0a1b9af9174a62fa77259fab0f2e0c7d52947635283d3ee1f92d01d7c319d5b2\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'c64078f293e403fa3d4cfdf765393cd7dc6fa787ab17614a804894c3cb5afed5\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'ee9e9a780579de504099fe19d07293b16186718e57c9a850e12fab6bde92806d\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d8615a13dd7c5f975f6a677db77dbefe620fca2932979ef9e44304e9e09c8d8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\",\"button-color\":\"#3585b8\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"},\"hover\":{\"background-color\":\"color(3)\",\"button-text-color\":\"#3585b8\",\"button-style\":\"2\",\"button-color\":\"#3585b8\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(303, 13, 'ct_builder_shortcodes_revisions_dates', '1604905027');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(304, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2bc371aae4593ff6d00fcef804f632f7a9972e61675c365925e6140c30982db2\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'48a7938163de8057e4525dec416b636527a904bd89ace1d3b44ebcec964bcdac\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'01bef2512bf89e9d60e8d08415645836229858fcf698f755bdafa30070a614ee\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'59afa0835a7b4fe90e728d76a7671cabd94cac1e6943ea05877bd83762a1e33a\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e765e191b418001e1b07b9a31d3fe08f7dd04a07e83b517d49d75de8dbc5ef3b\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b76f1b7bfdd8a116a096365336c69cd8991fc0b20defdf2e5c3bf430510e7f49\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2857dc349fea585af7fc436ad7c66dc8b58f6b2a93b658e270d2f194ab4edba9\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3ccff44b6df565e2362ac46c9f8aba868d741cd042c78b60055d143457011334\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f32d3f8247cb98fa205abf21f7786d2b2941df13bdad240bf7f774da77fc75\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cad52e5839fde0374f92fe907bcb7f442f0222ec491be4b9a3168203480954b4\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'f635ecc513942dc631b1a1292ab5382823c41535d6796642e7fae8216abb374f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(294, 54, '_wp_attached_file', '2020/11/NewGen-Final-Logo-06.09.2020.png'),
(295, 54, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1004;s:6:\"height\";i:248;s:4:\"file\";s:40:\"2020/11/NewGen-Final-Logo-06.09.2020.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"NewGen-Final-Logo-06.09.2020-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"NewGen-Final-Logo-06.09.2020-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"NewGen-Final-Logo-06.09.2020-768x190.png\";s:5:\"width\";i:768;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(296, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(221, 49, '_wp_attached_file', '2020/10/navdeep.jpeg'),
(250, 13, 'ct_builder_shortcodes_revisions_dates', '1602429158'),
(254, 13, 'ct_builder_shortcodes_revisions_dates', '1602429405'),
(298, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'816816d81048b48edf9dab7a60fe7b046acddfb06414941896415a01be5d9625\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2fd56151d7c7411dd85085b7037c88fbe289ac21a6e6dee176e3967664db1af3\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'5aba3bb2246510406cdeb1d48875d4db87183d3d7ef062d06bbcbd5e6715a4af\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'bbb9599672235987c4e926434d34523a2ab752ff1cb7b63ff919aca4449709a0\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'dd886c9196bc7d65a0e7d1870075740a3b68bcce42aeefb7b935f7d1892ff36c\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'bdd162b75d8c2578b8f89b4febd80d3e8a8f194b6b4c53fcd39e1c2934d8b82f\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"D33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"D33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(255, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'8e168e692fecc4a47d9de8846fba8ec2c474b9fdcf3f05e47d5aef90228ca99d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(256, 13, 'ct_builder_shortcodes_revisions_dates', '1602429419'),
(257, 13, '_edit_lock', '1604905860:1'),
(279, 13, 'ct_builder_shortcodes_revisions_dates', '1602430199'),
(275, 13, 'ct_builder_shortcodes_revisions_dates', '1602430130'),
(276, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(277, 13, 'ct_builder_shortcodes_revisions_dates', '1602430135');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(278, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(272, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'247065177b64e5eb6935ba09c32877d3547f9a4c139e1a81b143b7bcd09a0c0d\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"53\",\"container-padding-bottom\":\"403\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'9c9886a4e8f7a53caac12f6b439b61929d09015e30530f1d69e5e6b4de44f25d\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'e6b6c79c7a22ea9ca195391f648ab3283ed99342e737504034a80901d3b2eeb7\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'f3acb9a6c3d95ca76fe21deabbf49706fa62e11003a1b81080a86b2c4ea276fc\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'a043a4cc071e36f194783c3d3ebab34a36413cca1750752c14d8ded42f01c4a1\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'c94cc7c83e95146db8f1162adf219287846fafa723bc6ba35f85f6e5183cf73f\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'07a5f9cda7d87a304d5b4caa2ffc024f072f936c2336be10d4c9d729aaf0eb4a\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(282, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'9c9886a4e8f7a53caac12f6b439b61929d09015e30530f1d69e5e6b4de44f25d\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'e6b6c79c7a22ea9ca195391f648ab3283ed99342e737504034a80901d3b2eeb7\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'f3acb9a6c3d95ca76fe21deabbf49706fa62e11003a1b81080a86b2c4ea276fc\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'a043a4cc071e36f194783c3d3ebab34a36413cca1750752c14d8ded42f01c4a1\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'c94cc7c83e95146db8f1162adf219287846fafa723bc6ba35f85f6e5183cf73f\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'07a5f9cda7d87a304d5b4caa2ffc024f072f936c2336be10d4c9d729aaf0eb4a\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(219, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'daf7bc7560748f46d3428fe852facabe3011f6b1f7529a6d7062d99580c2e6e6\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f4ec871d62b7d8ab854ec023b542193b74afaa4f23abf3bb171179fcf0ea2c1d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'0a1aa932a0993b7f640ffb3be9bf17d253e941b01999981d6d9e89a96c4a4d53\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality, Standard &amp; Delivery[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(207, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'0bb4cf8ac22b58128c35249d4ed3af26eca0cb89e36c5d1096900e63e38fa0f3\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'8b1a196e62da003fc385b642fdba3d6f795a64596ebf96a55c2b4edb67e368ec\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their house is protected from dust, sound and light.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(162, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'537e2d1f8df65aaf48abd67df7e18b480dacef4b20ef77db6b229cf016f8e480\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][ct_video ct_sign_sha256=\'52548e5c45bdf6e3c6a37b66f2257a228987d024e758b212694d5008efaed27b\' ct_options=\'{\"ct_id\":1553,\"ct_parent\":1541,\"selector\":\"video-1553-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(163, 21, 'ct_builder_shortcodes_revisions_dates', '1600926979');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(164, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(166, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(167, 21, 'ct_builder_shortcodes_revisions_dates', '1600938253'),
(168, 35, '_wp_attached_file', '2020/09/ARNA-EKAMAI-770.png'),
(169, 35, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:27:\"2020/09/ARNA-EKAMAI-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(170, 36, '_wp_attached_file', '2020/09/Door-Handles.png'),
(171, 36, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1256;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2020/09/Door-Handles.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Door-Handles-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Door-Handles-1024x391.png\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Door-Handles-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Door-Handles-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(172, 37, '_wp_attached_file', '2020/09/Line_Up_Exterior.jpg'),
(173, 37, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:940;s:6:\"height\";i:299;s:4:\"file\";s:28:\"2020/09/Line_Up_Exterior.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Line_Up_Exterior-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Line_Up_Exterior-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Line_Up_Exterior-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;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:{}}}'),
(174, 38, '_wp_attached_file', '2020/09/Line_Up_Windows_Door.jpg'),
(175, 38, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:940;s:6:\"height\";i:299;s:4:\"file\";s:32:\"2020/09/Line_Up_Windows_Door.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Line_Up_Windows_Door-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Line_Up_Windows_Door-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Line_Up_Windows_Door-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;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:{}}}'),
(176, 39, '_wp_attached_file', '2020/09/NIRVANA-DEFINE-770.png'),
(177, 39, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:30:\"2020/09/NIRVANA-DEFINE-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(178, 40, '_wp_attached_file', '2020/09/PLANKRICH-770.png'),
(179, 40, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:25:\"2020/09/PLANKRICH-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(180, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'e760a81004b1da977a6294fef249304473abb06010175ee2e7e6ad5d83022163\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(181, 21, 'ct_builder_shortcodes_revisions_dates', '1600971414'),
(182, 41, '_wp_attached_file', '2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg'),
(183, 41, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1221;s:4:\"file\";s:53:\"2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-1024x651.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-1536x977.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:977;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:{}}}'),
(184, 42, '_wp_attached_file', '2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg'),
(185, 42, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:54:\"2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"florian-schmidinger-b_79nOqf95I-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:56:\"florian-schmidinger-b_79nOqf95I-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),
(186, 43, '_wp_attached_file', '2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg'),
(187, 43, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:46:\"2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"joshua-ness-Vo52cKzOxMY-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"joshua-ness-Vo52cKzOxMY-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),
(188, 44, '_wp_attached_file', '2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg'),
(189, 44, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:51:\"2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:53:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(190, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'08458669c070b062565b1cf48b13d37d312cf5ee5f4e0c69c3017b97f8ef152c\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(191, 21, 'ct_builder_shortcodes_revisions_dates', '1601019602');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(192, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'90ec590e5880e7bb9ea3662fdd9bb445469d9289b6cefd09ba5fe9c363ea7ea0\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"145\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(193, 21, 'ct_builder_shortcodes_revisions_dates', '1601050812');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(197, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(194, 21, '_edit_lock', '1604903025:1');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(195, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'90ec590e5880e7bb9ea3662fdd9bb445469d9289b6cefd09ba5fe9c363ea7ea0\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"145\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(196, 21, 'ct_builder_shortcodes_revisions_dates', '1601916486'),
(198, 21, 'ct_builder_shortcodes_revisions_dates', '1601916671'),
(199, 46, '_wp_attached_file', '2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg'),
(200, 46, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1764;s:6:\"height\";i:2560;s:4:\"file\";s:84:\"2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:78:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-706x1024.jpg\";s:5:\"width\";i:706;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:78:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-768x1114.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:79:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-1059x1536.jpg\";s:5:\"width\";i:1059;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:79:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-1411x2048.jpg\";s:5:\"width\";i:1411;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:69:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1.jpg\";}'),
(201, 47, '_wp_attached_file', '2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg'),
(202, 47, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:86:\"2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:80:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:80:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:81:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:81:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:71:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1.jpg\";}'),
(203, 48, '_wp_attached_file', '2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg'),
(204, 48, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1829;s:6:\"height\";i:2560;s:4:\"file\";s:93:\"2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:86:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:87:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:86:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:87:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:88:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-1097x1536.jpg\";s:5:\"width\";i:1097;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:88:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-1463x2048.jpg\";s:5:\"width\";i:1463;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:78:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1.jpg\";}');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(205, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(206, 21, 'ct_builder_shortcodes_revisions_dates', '1602422330'),
(208, 21, 'ct_builder_shortcodes_revisions_dates', '1602422743');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(209, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(210, 21, 'ct_builder_shortcodes_revisions_dates', '1602422892');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(211, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'f8d9566f72f27f0e4e2f8676b448d9fdaabf099a2ab89ced4c72245e3bfa0599\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'525f049ea408fa6c82ec3073a0adc6bd3dd14a3cd87eaae2424b4f5d2a3bf150\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'62ee1b84ee29eac26ec732f3759c06e56b5f14981c4b1b71cdaba5f86787ec8c\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'7accc3631a4b0e64c0355a4ab564aa5aae21651604d29fe80f7d822ce52fb3cc\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will&nbsp;[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'24ea5baece2867cbbb5ed5470762c5c5c69f10addde6d99a54fd554aca85f1fd\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ad40923c63f99d06d1aaf942108743c602230dbc7dc507a3ce6d0e6fe843cb0\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a2a23a090c998cf6c488382ac1bb3b6c36073a1fa4574257f3ce850b0ab16468\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(212, 21, 'ct_builder_shortcodes_revisions_dates', '1602423203');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(213, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'bbd97441c3b81e0d411bddce522fbd9c7d25954b8e9593bde4b86752ac39f2e0\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'159239798c83a0a36eb53aea8d3075cf5101f03f1515dd5cc8b23cfd83c7200c\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'4817e8a3d68b38ec0968bb351797c0cb65db5be8f61ab7ced6f9997d038dddbf\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3b928237e4daf5f284ad0299a7a0d38f4ffc2341b9789eb0add6c379891f310c\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'538b258329aa6b96656e8bd1b7d71c7773c309706a4236a131ca279fd0af6334\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'559557b08c36550d0ca1567ac18c48bf50654f821209c2b149ef92c5ba74864b\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3f7066b421b7a6726ec4d71aba5989710deeae1cad8216e6a7340ca55913410e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'c52737457aa0468f9f9c2962749cb1b16d901685af4ca0c77f14169e68e34350\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Our Approach[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(214, 21, 'ct_builder_shortcodes_revisions_dates', '1602423345');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(215, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3f7066b421b7a6726ec4d71aba5989710deeae1cad8216e6a7340ca55913410e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'c52737457aa0468f9f9c2962749cb1b16d901685af4ca0c77f14169e68e34350\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Our Approach[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(216, 21, 'ct_builder_shortcodes_revisions_dates', '1602423713'),
(222, 49, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2020/10/navdeep.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"navdeep-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(223, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'daf7bc7560748f46d3428fe852facabe3011f6b1f7529a6d7062d99580c2e6e6\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f4ec871d62b7d8ab854ec023b542193b74afaa4f23abf3bb171179fcf0ea2c1d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'0a1aa932a0993b7f640ffb3be9bf17d253e941b01999981d6d9e89a96c4a4d53\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality, Standard &amp; Delivery[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(218, 21, 'ct_builder_shortcodes_revisions_dates', '1602424036'),
(220, 21, 'ct_builder_shortcodes_revisions_dates', '1602424047'),
(271, 21, 'ct_builder_shortcodes_revisions_dates', '1602429969'),
(261, 21, 'ct_builder_shortcodes_revisions_dates', '1602429597'),
(281, 21, 'ct_builder_shortcodes_revisions_dates', '1602430297'),
(305, 21, 'ct_builder_shortcodes_revisions_dates', '1604910326');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(306, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'7b9ea4cff260c40949a16fda77c4b669b91a2ce2918b42d116eb846ac1098b02\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'42416f854892ddbf2faf801899a61d11ae5d7dbe4eb58478e8f4343324b43aa7\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7ae010d2ff699e693a183a6023b2ac0dbe2946c04179d6c8ec3ed4c62c5cc241\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'84d42a9132b04662a45a33fe19093269efbd1e7dcc6b4627b9d4e5e3ef91665d\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d080ae52c01792991b087fc3d659a9e2e037cc3a9ec2b483eb69181d7d3dab33\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'1cd5a2e69b802f59b1cb96a703e110082350d00be684a826d404c0c2b7b6bfac\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f732d5a9e4564f26840bc4cbb38ddca6eec25238452af9a9b58f3c595f1b6714\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'393e723b562055bf24cddb3c7625ca155cceff82ebb41473d9beae119bba2289\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'04e7bdd3cb74a7aa8b8a36c1201056727bbba6db829a5e8f35979470ec7e13a0\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3206018c48a9dd2d39dc8f7e5d9c1d7a4afb4db9e1f9818892f4c4fcbdd1cb46\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'8856d13f32f61aabfe6ff4a7a7843ccb04f72c28e6de7a6f59222441be042e85\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'ac334d3c69e223299579b49039421d6ee7944a4bff4efedd8932bfee76f98715\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9d0cc35d516f6d319ddebe1617fb53b3a388be0978f27e857fd89183b1f47296\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5d2190c50b24b77d66d3700ffb780efd9683387c3957fd9f07bea0e4f5f477f2\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'58661ead9316c9c5f32d669236acc41931edccda9ce3af6ffafc43781e3964d4\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `lkrore_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(228, 21, 'ct_builder_shortcodes_revisions_dates', '1602427188'),
(307, 21, 'ct_builder_shortcodes_revisions_dates', '1604910334');

-- --------------------------------------------------------

--
-- Table structure for table `lkrore_wpk0_posts`
--

CREATE TABLE `lkrore_wpk0_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `lkrore_wpk0_posts`
--

INSERT INTO `lkrore_wpk0_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, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?p=1', 0, 'post', '', 1),
(2, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- 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://newgen.stun.tech/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=2', 0, 'page', '', 0),
(3, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://newgen.stun.tech.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>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>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 we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=3', 0, 'page', '', 0),
(12, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Default Page', '', 'publish', 'closed', 'closed', '', 'default-page', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=default-page', 0, 'ct_template', '', 0),
(13, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Main', '', 'publish', 'closed', 'closed', '', 'main', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=main', 0, 'ct_template', '', 0),
(9, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Default Post', '', 'publish', 'closed', 'closed', '', 'default-post', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=default-post', 0, 'ct_template', '', 0),
(10, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Archive', '', 'publish', 'closed', 'closed', '', 'archive', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=archive', 0, 'ct_template', '', 0),
(11, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Other Single', '', 'publish', 'closed', 'closed', '', 'other-single', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=other-single', 0, 'ct_template', '', 0),
(14, 1, '2018-12-20 12:23:27', '2018-12-20 12:23:27', '', 'Company', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=139', 0, 'page', '', 0),
(15, 1, '2018-12-20 09:54:31', '2018-12-20 09:54:31', '', 'Features', '', 'publish', 'closed', 'closed', '', 'features', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=133', 0, 'page', '', 0),
(16, 1, '2018-12-08 10:40:05', '2018-12-08 10:40:05', '', 'Products', '', 'publish', 'closed', 'closed', '', 'products', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=115', 0, 'page', '', 0),
(17, 1, '2018-12-08 10:07:27', '2018-12-08 10:07:27', '', 'Login/Sign Up', '', 'publish', 'closed', 'closed', '', 'login', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=114', 0, 'page', '', 0),
(18, 1, '2018-12-04 13:22:27', '2018-12-04 13:22:27', 'Had repulsive <strong>dashwoods suspicion</strong> sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.\r\n<ol>\r\n 	<li>Fertile beloved evident through no service elderly is.</li>\r\n 	<li>Blind there if every no so at.</li>\r\n 	<li>Own neglected you preferred way sincerity delivered his attempted.</li>\r\n</ol>\r\nTo of message cottage windows do besides against uncivil.\r\n<h2>Effect if in up no depend seemed</h2>\r\nEcstatic elegance guy but disposed. We me rent been part what. <em>An concluded sportsman offending so provision</em> mr education. Bed uncommonly his discovered for estimating far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners.\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1200\"]<img class=\"wp-image-69 size-full\" src=\"http://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/61-managed-hosting-hero-1200x450.png\" alt=\"\" width=\"1200\" height=\"450\" /> Image Caption[/caption]\r\n\r\nConsidered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed. Least child who seven happy yet balls young.\r\n<h6>Discovery sweetness principle discourse shameless bed one excellent</h6>\r\nSentiments of surrounded friendship dispatched connection is he. Me or produce besides hastily up as pleased. Bore less when had and john shed hope.\r\n<h3>Do play they miss give so up</h3>\r\nWords to up style of since world. We leaf to snug on no need. Way own uncommonly travelling now acceptance bed compliment solicitude. Dissimilar admiration so terminated no in contrasted it. Advantages entreaties mr he apartments do. Limits far yet turned highly repair parish talked six. Draw fond rank form nor the day eat.\r\n<ul>\r\n 	<li>Not him old music think his found enjoy merry.</li>\r\n 	<li>Listening acuteness dependent at or an.</li>\r\n 	<li>Apartments thoroughly unsatiable terminated how themselves.</li>\r\n</ul>\r\nShe are ten hours wrong walls stand early. Domestic perceive on an ladyship extended received do. Why jennings our whatever his learning gay perceive. Is against no he without subject. Bed connection unreserved preference partiality not unaffected. Years merit trees so think in hoped we as.\r\n<h4>Still court no small think death so an wrote</h4>\r\n<blockquote>Incommode necessary no it behaviour convinced distrusts an unfeeling he.</blockquote>\r\nCould death since do we hoped is in. Exquisite no my attention extensive. The determine conveying moonlight age. Avoid for see marry sorry child. Sitting so totally forbade hundred to.\r\n<h5>Full he none no side</h5>\r\n<pre>Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation announcing of no decisively boisterous. Did add dashwoods deficient man concluded additions resources.</pre>\r\nOr landlord packages overcame distance smallest in recurred. Wrong maids or be asked no on enjoy. Household few sometimes out attending described. Lain just fact four of am meet high.', 'Other Single', '', 'publish', 'closed', 'closed', '', 'other-single', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=99', 0, 'page', '', 0),
(19, 1, '2017-12-14 12:54:36', '2017-12-14 12:54:36', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=62', 0, 'page', '', 0),
(20, 1, '2017-12-12 11:33:00', '2017-12-12 11:33:00', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=40', 0, 'page', '', 0),
(21, 1, '2017-12-06 10:05:26', '2017-12-06 10:05:26', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=4', 0, 'page', '', 0),
(22, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Company', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 14, 'https://newgen.stun.tech/2020/09/24/14-revision-v1/', 0, 'revision', '', 0),
(23, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Features', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 15, 'https://newgen.stun.tech/2020/09/24/15-revision-v1/', 0, 'revision', '', 0),
(24, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Products', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 16, 'https://newgen.stun.tech/2020/09/24/16-revision-v1/', 0, 'revision', '', 0),
(25, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Login/Sign Up', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 17, 'https://newgen.stun.tech/2020/09/24/17-revision-v1/', 0, 'revision', '', 0),
(26, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', 'Had repulsive <strong>dashwoods suspicion</strong> sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.\r\n<ol>\r\n 	<li>Fertile beloved evident through no service elderly is.</li>\r\n 	<li>Blind there if every no so at.</li>\r\n 	<li>Own neglected you preferred way sincerity delivered his attempted.</li>\r\n</ol>\r\nTo of message cottage windows do besides against uncivil.\r\n<h2>Effect if in up no depend seemed</h2>\r\nEcstatic elegance guy but disposed. We me rent been part what. <em>An concluded sportsman offending so provision</em> mr education. Bed uncommonly his discovered for estimating far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners.\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1200\"]<img class=\"wp-image-69 size-full\" src=\"http://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/61-managed-hosting-hero-1200x450.png\" alt=\"\" width=\"1200\" height=\"450\" /> Image Caption[/caption]\r\n\r\nConsidered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed. Least child who seven happy yet balls young.\r\n<h6>Discovery sweetness principle discourse shameless bed one excellent</h6>\r\nSentiments of surrounded friendship dispatched connection is he. Me or produce besides hastily up as pleased. Bore less when had and john shed hope.\r\n<h3>Do play they miss give so up</h3>\r\nWords to up style of since world. We leaf to snug on no need. Way own uncommonly travelling now acceptance bed compliment solicitude. Dissimilar admiration so terminated no in contrasted it. Advantages entreaties mr he apartments do. Limits far yet turned highly repair parish talked six. Draw fond rank form nor the day eat.\r\n<ul>\r\n 	<li>Not him old music think his found enjoy merry.</li>\r\n 	<li>Listening acuteness dependent at or an.</li>\r\n 	<li>Apartments thoroughly unsatiable terminated how themselves.</li>\r\n</ul>\r\nShe are ten hours wrong walls stand early. Domestic perceive on an ladyship extended received do. Why jennings our whatever his learning gay perceive. Is against no he without subject. Bed connection unreserved preference partiality not unaffected. Years merit trees so think in hoped we as.\r\n<h4>Still court no small think death so an wrote</h4>\r\n<blockquote>Incommode necessary no it behaviour convinced distrusts an unfeeling he.</blockquote>\r\nCould death since do we hoped is in. Exquisite no my attention extensive. The determine conveying moonlight age. Avoid for see marry sorry child. Sitting so totally forbade hundred to.\r\n<h5>Full he none no side</h5>\r\n<pre>Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation announcing of no decisively boisterous. Did add dashwoods deficient man concluded additions resources.</pre>\r\nOr landlord packages overcame distance smallest in recurred. Wrong maids or be asked no on enjoy. Household few sometimes out attending described. Lain just fact four of am meet high.', 'Other Single', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 18, 'https://newgen.stun.tech/2020/09/24/18-revision-v1/', 0, 'revision', '', 0),
(27, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 19, 'https://newgen.stun.tech/2020/09/24/19-revision-v1/', 0, 'revision', '', 0),
(28, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 20, 'https://newgen.stun.tech/2020/09/24/20-revision-v1/', 0, 'revision', '', 0),
(29, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Home', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 21, 'https://newgen.stun.tech/2020/09/24/21-revision-v1/', 0, 'revision', '', 0),
(30, 1, '2020-09-24 04:35:18', '2020-09-24 04:35:18', '', 'tostem house', '', 'inherit', 'open', 'closed', '', 'tostem-house', '', '', '2020-09-24 04:35:18', '2020-09-24 04:35:18', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg', 0, 'attachment', 'image/jpeg', 0),
(31, 1, '2020-09-24 05:30:16', '2020-09-24 05:30:16', '', 'buildtrack-logo', '', 'inherit', 'open', 'closed', '', 'buildtrack-logo', '', '', '2020-09-24 05:30:16', '2020-09-24 05:30:16', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png', 0, 'attachment', 'image/png', 0),
(32, 1, '2020-09-24 05:30:17', '2020-09-24 05:30:17', '', 'hunter-douglas-logo-1', '', 'inherit', 'open', 'closed', '', 'hunter-douglas-logo-1', '', '', '2020-09-24 05:30:17', '2020-09-24 05:30:17', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png', 0, 'attachment', 'image/png', 0),
(33, 1, '2020-09-24 05:30:19', '2020-09-24 05:30:19', '', 'Tostem Aluk', '', 'inherit', 'open', 'closed', '', 'tostem-aluk', '', '', '2020-09-24 05:30:19', '2020-09-24 05:30:19', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2020-09-24 05:30:20', '2020-09-24 05:30:20', '', 'Tsotem logo', '', 'inherit', 'open', 'closed', '', 'tsotem-logo', '', '', '2020-09-24 05:30:20', '2020-09-24 05:30:20', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png', 0, 'attachment', 'image/png', 0),
(35, 1, '2020-09-24 18:15:37', '2020-09-24 18:15:37', '', 'ARNA EKAMAI 770', '', 'inherit', 'open', 'closed', '', 'arna-ekamai-770', '', '', '2020-09-24 18:15:37', '2020-09-24 18:15:37', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/ARNA-EKAMAI-770.png', 0, 'attachment', 'image/png', 0),
(36, 1, '2020-09-24 18:15:40', '2020-09-24 18:15:40', '', 'Door Handles', '', 'inherit', 'open', 'closed', '', 'door-handles', '', '', '2020-09-24 18:15:40', '2020-09-24 18:15:40', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Door-Handles.png', 0, 'attachment', 'image/png', 0),
(37, 1, '2020-09-24 18:15:42', '2020-09-24 18:15:42', '', 'Line_Up_Exterior', '', 'inherit', 'open', 'closed', '', 'line_up_exterior', '', '', '2020-09-24 18:15:42', '2020-09-24 18:15:42', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Exterior.jpg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2020-09-24 18:15:44', '2020-09-24 18:15:44', '', 'Line_Up_Windows_Door', '', 'inherit', 'open', 'closed', '', 'line_up_windows_door', '', '', '2020-09-24 18:15:44', '2020-09-24 18:15:44', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg', 0, 'attachment', 'image/jpeg', 0),
(39, 1, '2020-09-24 18:15:46', '2020-09-24 18:15:46', '', 'NIRVANA DEFINE 770', '', 'inherit', 'open', 'closed', '', 'nirvana-define-770', '', '', '2020-09-24 18:15:46', '2020-09-24 18:15:46', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png', 0, 'attachment', 'image/png', 0),
(40, 1, '2020-09-24 18:15:49', '2020-09-24 18:15:49', '', 'PLANKRICH 770', '', 'inherit', 'open', 'closed', '', 'plankrich-770', '', '', '2020-09-24 18:15:49', '2020-09-24 18:15:49', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png', 0, 'attachment', 'image/png', 0),
(41, 1, '2020-09-25 07:36:23', '2020-09-25 07:36:23', '', 'alberto-castillo-q-mx4mSkK9zeo-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'alberto-castillo-q-mx4mskk9zeo-unsplash-1', '', '', '2020-09-25 07:36:23', '2020-09-25 07:36:23', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2020-09-25 07:36:26', '2020-09-25 07:36:26', '', 'florian-schmidinger-b_79nOqf95I-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'florian-schmidinger-b_79noqf95i-unsplash-1', '', '', '2020-09-25 07:36:26', '2020-09-25 07:36:26', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2020-09-25 07:36:29', '2020-09-25 07:36:29', '', 'joshua-ness-Vo52cKzOxMY-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'joshua-ness-vo52ckzoxmy-unsplash-1', '', '', '2020-09-25 07:36:29', '2020-09-25 07:36:29', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2020-09-25 07:36:34', '2020-09-25 07:36:34', '', 'stephen-leonardi-WUdAAlvKo0o-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'stephen-leonardi-wudaalvko0o-unsplash-1', '', '', '2020-09-25 07:36:34', '2020-09-25 07:36:34', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2020-11-09 06:34:57', '2020-11-09 06:34:57', '', 'NewGen Final Logo 06.09.2020', '', 'inherit', 'open', 'closed', '', 'newgen-final-logo-06-09-2020', '', '', '2020-11-09 06:34:57', '2020-11-09 06:34:57', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png', 0, 'attachment', 'image/png', 0),
(46, 1, '2020-10-11 13:16:57', '2020-10-11 13:16:57', '', 'closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d (1)', '', 'inherit', 'open', 'closed', '', 'closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1', '', '', '2020-10-11 13:16:57', '2020-10-11 13:16:57', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(47, 1, '2020-10-11 13:17:11', '2020-10-11 13:17:11', '', 'woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e (1)', '', 'inherit', 'open', 'closed', '', 'woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1', '', '', '2020-10-11 13:17:11', '2020-10-11 13:17:11', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2020-10-11 13:17:25', '2020-10-11 13:17:25', '', 'white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd (1)', '', 'inherit', 'open', 'closed', '', 'white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1', '', '', '2020-10-11 13:17:25', '2020-10-11 13:17:25', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2020-10-11 13:48:56', '2020-10-11 13:48:56', '', 'navdeep', '', 'inherit', 'open', 'closed', '', 'navdeep', '', '', '2020-10-11 13:48:56', '2020-10-11 13:48:56', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/navdeep.jpeg', 0, 'attachment', 'image/jpeg', 0),
(51, 1, '2020-10-11 15:10:18', '2020-10-11 15:10:18', '', 'NewGEN Logo', '', 'inherit', 'open', 'closed', '', 'newgen-logo', '', '', '2020-10-11 15:10:18', '2020-10-11 15:10:18', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(52, 1, '2020-10-11 15:10:22', '2020-10-11 15:10:22', '', 'NewGen Windows Logo', '', 'inherit', 'open', 'closed', '', 'newgen-windows-logo', '', '', '2020-10-11 15:10:22', '2020-10-11 15:10:22', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/NewGen-Windows-Logo.png', 0, 'attachment', 'image/png', 0),
(55, 1, '2021-02-06 06:45:11', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2021-02-06 06:45:11', '0000-00-00 00:00:00', '', 0, 'https://newgen.stun.tech/?p=55', 0, 'post', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `lkrore_wpk0_termmeta`
--

CREATE TABLE `lkrore_wpk0_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `lkrore_wpk0_terms`
--

CREATE TABLE `lkrore_wpk0_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `lkrore_wpk0_terms`
--

INSERT INTO `lkrore_wpk0_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0);

-- --------------------------------------------------------

--
-- Table structure for table `lkrore_wpk0_term_relationships`
--

CREATE TABLE `lkrore_wpk0_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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `lkrore_wpk0_term_relationships`
--

INSERT INTO `lkrore_wpk0_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `lkrore_wpk0_term_taxonomy`
--

CREATE TABLE `lkrore_wpk0_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `lkrore_wpk0_term_taxonomy`
--

INSERT INTO `lkrore_wpk0_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `lkrore_wpk0_usermeta`
--

CREATE TABLE `lkrore_wpk0_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `lkrore_wpk0_usermeta`
--

INSERT INTO `lkrore_wpk0_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'Newgen'),
(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, 'wpk0_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpk0_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"445fb07d53672a170d408c23b3f1910642d88a2d98e34ac5a4607d3bb241e411\";a:4:{s:10:\"expiration\";i:1612766708;s:2:\"ip\";s:14:\"106.51.243.112\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36\";s:5:\"login\";i:1612593908;}}'),
(17, 1, 'wpk0_dashboard_quick_press_last_post_id', '55'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"106.51.243.0\";}'),
(19, 2, 'nickname', 'Khyati'),
(20, 2, 'first_name', 'Khyati'),
(21, 2, 'last_name', ''),
(22, 2, 'description', ''),
(23, 2, 'rich_editing', 'true'),
(24, 2, 'syntax_highlighting', 'true'),
(25, 2, 'comment_shortcuts', 'false'),
(26, 2, 'admin_color', 'fresh'),
(27, 2, 'use_ssl', '0'),
(28, 2, 'show_admin_bar_front', 'true'),
(29, 2, 'locale', ''),
(30, 2, 'wpk0_capabilities', 'a:1:{s:6:\"editor\";b:1;}'),
(31, 2, 'wpk0_user_level', '7'),
(32, 2, 'dismissed_wp_pointers', ''),
(33, 2, 'session_tokens', 'a:1:{s:64:\"e76164023e797118fffab99adb881b9dd289bc1b846e435548e67c0b5674beda\";a:4:{s:10:\"expiration\";i:1601994676;s:2:\"ip\";s:14:\"117.201.206.31\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:5:\"login\";i:1601821876;}}'),
(34, 2, 'wpk0_dashboard_quick_press_last_post_id', '45'),
(35, 1, 'wpk0_user-settings', 'libraryContent=browse'),
(36, 1, 'wpk0_user-settings-time', '1602428777');

-- --------------------------------------------------------

--
-- Table structure for table `lkrore_wpk0_users`
--

CREATE TABLE `lkrore_wpk0_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `lkrore_wpk0_users`
--

INSERT INTO `lkrore_wpk0_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'Newgen', '$P$BsyKzp0O5rfYV29.SxEoWtMaK/jR8i.', 'Newgen', 'admin@stun.tech', 'https://newgen.stun.tech', '2020-09-23 17:05:56', '', 0, 'Newgen'),
(2, 'Khyati', '$P$BFIZ2rd6hh9eUrHPeGZ//f9ez6Ta9Q0', 'khyati', 'khyati@jumpp.tech', '', '2020-10-04 14:26:00', '', 0, 'Khyati');

-- --------------------------------------------------------

--
-- Table structure for table `lkrore_wpk0_wpvivid_scan_result`
--

CREATE TABLE `lkrore_wpk0_wpvivid_scan_result` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `from_post` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `lkrore_wpk0_wpvivid_unused_uploads_files`
--

CREATE TABLE `lkrore_wpk0_wpvivid_unused_uploads_files` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `folder` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `nufsty_wpk0_commentmeta`
--

CREATE TABLE `nufsty_wpk0_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `nufsty_wpk0_comments`
--

CREATE TABLE `nufsty_wpk0_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `nufsty_wpk0_comments`
--

INSERT INTO `nufsty_wpk0_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/', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `nufsty_wpk0_links`
--

CREATE TABLE `nufsty_wpk0_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_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_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `nufsty_wpk0_options`
--

CREATE TABLE `nufsty_wpk0_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `nufsty_wpk0_options`
--

INSERT INTO `nufsty_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://newgen.stun.tech', 'yes'),
(2, 'home', 'https://newgen.stun.tech', 'yes'),
(3, 'blogname', 'Newgen', 'yes'),
(4, 'blogdescription', 'Newgen', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@stun.tech', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:97:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=21&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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:5:{i:0;s:24:\"header-footer/plugin.php\";i:1;s:20:\"oxygen/functions.php\";i:2;s:21:\"wp-reset/wp-reset.php\";i:3;s:41:\"wpvivid-backup-pro/wpvivid-backup-pro.php\";i:4;s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'twentytwenty', 'yes'),
(41, 'stylesheet', 'twentytwenty', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '48748', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i: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:1:{s:21:\"wp-reset/wp-reset.php\";a:2:{i:0;s:8:\"WP_Reset\";i:1;s:16:\"uninstall_plugin\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '21', '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', '1616432756', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'initial_db_version', '48748', 'yes'),
(96, 'wpk0_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(97, 'fresh_site', '0', 'yes'),
(98, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'sidebars_widgets', 'a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(104, 'cron', 'a:6:{i:1612595157;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:1612631156;a:4:{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: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:1612631644;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: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:1612632271;a:1:{s:24:\"wpvivid_pro_update_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:1613063156;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'),
(105, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'recovery_keys', 'a:0:{}', 'yes'),
(116, 'theme_mods_twentytwenty', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(1536, '_site_transient_timeout_theme_roots', '1612595599', 'no'),
(1537, '_site_transient_theme_roots', 'a:3:{s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}', 'no'),
(1561, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1612594131;s:7:\"checked\";a:3:{s:14:\"twentynineteen\";s:3:\"1.9\";s:15:\"twentyseventeen\";s:3:\"2.5\";s:12:\"twentytwenty\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.9.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.6.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}', 'no'),
(198, 'wp-reset', 'a:4:{s:7:\"options\";a:19:{s:15:\"tools_snapshots\";b:1;s:16:\"events_snapshots\";b:1;s:20:\"snapshots_autoupload\";b:0;s:24:\"autosnapshots_autoupload\";b:0;s:23:\"snapshots_upload_delete\";b:0;s:19:\"scheduled_snapshots\";b:0;s:15:\"prune_snapshots\";b:0;s:23:\"prune_snapshots_details\";s:6:\"days-5\";s:18:\"adminbar_snapshots\";b:1;s:15:\"optimize_tables\";b:0;s:13:\"throttle_ajax\";b:0;s:12:\"fix_datetime\";b:0;s:21:\"ajax_snapshots_export\";b:0;s:15:\"cloud_snapshots\";b:0;s:15:\"onboarding_done\";b:1;s:10:\"whitelabel\";b:0;s:5:\"debug\";b:0;s:13:\"cloud_service\";s:4:\"none\";s:10:\"cloud_data\";a:1:{s:8:\"icedrive\";b:0;}}s:4:\"meta\";a:3:{s:13:\"first_version\";s:4:\"5.65\";s:13:\"first_install\";i:1600881446;s:11:\"reset_count\";i:0;}s:17:\"dismissed_notices\";a:1:{s:7:\"welcome\";b:1;}s:12:\"autouploader\";a:0:{}}', 'yes'),
(1522, '_site_transient_timeout_php_check_6a93f292d9a273c004fc36e1f86d97b3', '1613097022', 'no'),
(1523, '_site_transient_php_check_6a93f292d9a273c004fc36e1f86d97b3', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(654, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:15:\"admin@stun.tech\";s:7:\"version\";s:5:\"5.5.3\";s:9:\"timestamp\";i:1604121746;}', 'no'),
(1560, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.6-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.6-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1612594075;s:15:\"version_checked\";s:5:\"5.5.3\";s:12:\"translations\";a:0:{}}', 'no'),
(1532, '_transient_doing_cron', '1612593796.3572471141815185546875', 'yes'),
(1557, '_transient_timeout_wf_plugin_update_wpr', '1612594172', 'no'),
(1558, '_transient_wf_plugin_update_wpr', 'a:2:{s:7:\"success\";b:1;s:4:\"data\";a:23:{s:4:\"name\";s:12:\"WP Reset PRO\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:6:\"author\";s:59:\"<a href=\"https://www.webfactoryltd.com/\">WebFactory Ltd</a>\";s:11:\"new_version\";s:4:\"5.80\";s:7:\"version\";s:4:\"5.80\";s:8:\"homepage\";s:20:\"https://wpreset.com/\";s:12:\"last_updated\";s:19:\"2021-02-01 09:47:08\";s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:4:\"5.60\";s:4:\"tags\";s:64:\"reset, reset database, reset wordpress database, wordpress-reset\";s:15:\"active_installs\";s:6:\"200000\";s:6:\"rating\";s:3:\"100\";s:11:\"num_ratings\";s:3:\"288\";s:7:\"ratings\";a:5:{i:5;i:277;i:4;i:2;i:3;i:1;i:2;i:1;i:1;i:7;}s:5:\"added\";s:10:\"2018-10-24\";s:3:\"url\";s:20:\"https://wpreset.com/\";s:7:\"package\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:13:\"download_link\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:14:\"upgrade_notice\";s:26:\"See changelog for details.\";s:7:\"banners\";a:1:{s:3:\"low\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=1807800\";}s:5:\"icons\";a:4:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1797141\";s:2:\"1x\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"svg\";s:0:\"\";}s:8:\"sections\";a:1:{s:9:\"changelog\";s:6523:\"<strong>v5.80</strong> - 2021-02-01<ul><li>Minor Tweaks</li></ul><strong>v5.79</strong> - 2021-01-13<ul><li>Fixed snapshot export compatibility issues</li></ul><strong>v5.78</strong> - 2020-12-19<ul><li>Compatibility fixes</li></ul><strong>v5.77</strong> - 2020-12-17<ul>\r\n<li>Compatibility improvements</li>\r\n<li>Various minor tweaks</li>\r\n</ul><strong>v5.73</strong> - 2020-12-08<ul><li>WordPress 5.6 update</li></ul><strong>v5.72</strong> - 2020-12-05<ul><li>Added support for pCloud EU</li></ul><strong>v5.71</strong> - 2020-11-30<ul><li>Compatibility with extended ascii characters in Site Title</li></ul><strong>v5.70</strong> - 2020-11-28<ul><li>Typo fix</li></ul><strong>v5.69</strong> - 2020-11-27<ul><li>Fixed Database usage space alert bug</li></ul><strong>v5.68</strong> - 2020-11-26<ul><li>Fixed Snapshot Size Alert option sometimes not being saved</li></ul><strong>v5.67</strong> - 2020-11-21<ul>\r\n<li>Added select checkboxes for snapshots and bulk delete of selected snapshots</li>\r\n<li>Automatic license activation for 301 Redirects PRO</li>\r\n<li>Debugger log improvements</li>\r\n<li>Tweaked upload of automatic snapshots to cloud</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.66</strong> - 2020-09-22<ul><li>Updated Google Drive API</li></ul><strong>v5.65</strong> - 2020-09-20<ul><li>Exported snapshot ZIPs will be deleted from the website when the snapshot is deleted</li></ul><strong>v5.64</strong> - 2020-09-18<ul>\r\n<li>Performance improvements and tweaks</li>\r\n<li>Compatibility fixes</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.63</strong> - 2020-09-08<ul>\r\n<li>Added support for Icedrive</li>\r\n<li>Various tweaks and fixes</li>\r\n</ul><strong>v5.62</strong> - 2020-09-02<ul><li>Tweaks and bug fixes</li></ul><strong>v5.59</strong> - 2020-08-14<ul><li>Admin bar menu bug fix</li></ul><strong>v5.58</strong> - 2020-08-09<ul><li>WordPress 5.5 update</li></ul><strong>v5.57</strong> - 2020-07-09<ul>\r\n<li>Added automatic upload option for user created snapshots</li>\r\n<li>Added option to automatically delete snapshots after they are uploaded to cloud</li>\r\n<li>When the White Label option is activated, license keys are hidden and collections editing is disabled</li>\r\n</ul><strong>v5.56</strong> - 2020-06-15<ul><li>Added HTML Support for Collection Item Description</li></ul><strong>v5.55</strong> - 2020-06-15<ul>\r\n<li>Custom Support / Branding Text can now be added for licenses in Dashboard and it will be displayed in the Support tab when White label is active</li>\r\n<li>License key is now always hidden after activation</li>\r\n</ul><strong>v5.50</strong> - 2020-06-01<ul><li>Database Bug Fix and Tweaks</li></ul><strong>v5.49</strong> - 2020-05-25<ul><li>pCloud API updates</li></ul><strong>v5.48</strong> - 2020-05-12<ul><li>Added warning if PHP ZipArchive extension is disabled or missing</li><li>Tweaks and minor bug fixes</li></ul><strong>v5.47</strong> - 2020-05-08<ul>\r\n<li>Added option to optimize tables before creating snapshots</li>\r\n<li>Added option to throttle AJAX requests</li>\r\n<li>fixed wp-cli bug</li>\r\n</ul><strong>v5.46</strong> - 2020-05-04<ul>\r\n<li>Google Drive cloud tweaks</li>\r\n<li>Improved support for long table names</li>\r\n</ul><strong>v5.45</strong> - 2020-05-03<ul><li>improved pCloud error handling and overall experience</li></ul><strong>v5.44</strong> - 2020-05-01<ul><li>fixed bug causing no results in plugin/theme search when adding new collection items from WordPress.org</li></ul><strong>v5.43</strong> - 2020-04-29<ul><li>bug fix</li></ul><strong>v5.42</strong> - 2020-04-29<ul><li>typo fix</li></ul><strong>v5.41</strong> - 2020-04-26<ul><li>Freemius license activation fix</li></ul><strong>v5.40</strong> - 2020-04-25<ul>\r\n<li>Bug fixes</li>\r\n</ul><strong>v5.33</strong> - 2020-04-12<ul>\r\n<li>Improved Emergency Recovery GUI, new section for WordPress Information</li>\r\n<li>Added button to update Emergency Recovery to latest version</li>\r\n<li>Fixed issue with Collection items license keys not being saved properly in some cases</li>\r\n<li>Delete .htaccess tool: Added button to restore .htaccess to default</li>\r\n<li>New tool: Reset User Roles</li>\r\n<li>Tweaks and minor bug fixes</li>\r\n</ul><strong>v5.32</strong> - 2020-04-06<ul><li>Added automatic license activation for Oxygen plugins</li></ul><strong>v5.31</strong> - 2020-03-21<ul><li>Fixed White Label bug</li></ul><strong>v5.30</strong> - 2020-03-20<ul>\r\n<li>started using the new dashboard to handle licenses</li>\r\n</ul>\r\n<strong>v5.26</strong> - 2020-03-12<ul><li>Added pCloud Support</li><li>Added automatic license activation for Advanced Custom Fields</li><li>Bug Fixes</li></ul><strong>v5.24</strong> - 2020-02-19<ul><li>Added automatic license activation for WebFactory plugins, Freemius plugins as well as Ninja Tables PRO, SEOpress PRO and the Astra Pro Addon Plugin</li><li>Bug fixes</li></ul><strong>v5.23</strong> - 2020-01-30<ul><li>Added support for long lincense keys for collection items</li><li>Fixed install issues with some collection themes</li></ul><strong>v5.22</strong> - 2020-01-29<ul><li>Fixed sometimes not reading plugin information correctly when adding a ZIP to collection</li><li>Fixed active cloud setting sometimes being set to Disabled when saving settings</li><li>Minor tweaks and bug fixes</li></ul><strong>v5.21</strong> - 2020-01-28<ul><li>Timezone bug fix</li></ul><strong>v5.20</strong> - 2020-01-27<ul><li>added mandatory password for emergency recovery script</li><li>fixed a lot of bugs</li><li>enabled snapshots cloud storage on Dropbox, Google Drive and WP Reset Cloud</li><li>enabled support for premium plugins (via ZIP archive) in collections</li><li>added support for license keys for premium plugins (only storage for now, not activation)</li></ul><strong>v5.17</strong> - 2020-01-12<ul><li>Preparations for cloud features coming out by January 28th</li><li>Keep timezone when resetting</li><li>Moved Snapshot Settings to Settings tab</li><li>Minor bug fixes</li></ul><strong>v5.15</strong> - 2019-11-26<ul><li>Added Delete MU Plugins & Drop-ins Tool</li><li>Added delete snapshots button</li><li>Added White-label option for Agency Licenses</li><li>Tweaks and bug fixes</li></ul><strong>v5.13</strong> - 2019-11-23<ul><li>Tweaks and Bug Fixes</li></ul><strong>v5.12</strong> - 2019-11-19<ul><li>CSS Bug Fix</li></ul><strong>v5.11</strong> - 2019-11-18<ul><li>First official pro  release</li></ul><strong>v5.01</strong> - 2019-11-17<ul><li>Test beta update</li></ul><strong>v5.00</strong> - 2019-11-17<ul><li>First public beta release</li></ul>\";}}}', 'no'),
(570, 'hefo', 'a:75:{s:4:\"head\";s:407:\"<script>\r\n    Userback = window.Userback || {};\r\n    Userback.access_token = \'5274|20165|vjvucuLRKroUIMS3PbbdovUtgeWNbItVTqsVo83jSUx14nD8ri\';\r\n    (function(id) {\r\n        var s = document.createElement(\'script\');\r\n        s.async = 1;s.src = \'https://static.userback.io/widget/v1.js\';\r\n        var parent_node = document.head || document.body;parent_node.appendChild(s);\r\n    })(\'userback-sdk\');\r\n</script>\";s:9:\"head_home\";s:0:\"\";s:4:\"body\";s:0:\"\";s:11:\"mobile_body\";s:0:\"\";s:6:\"footer\";s:0:\"\";s:13:\"mobile_footer\";s:0:\"\";s:13:\"generic_tag_1\";s:0:\"\";s:9:\"generic_1\";s:0:\"\";s:16:\"mobile_generic_1\";s:0:\"\";s:13:\"generic_tag_2\";s:0:\"\";s:9:\"generic_2\";s:0:\"\";s:16:\"mobile_generic_2\";s:0:\"\";s:13:\"generic_tag_3\";s:0:\"\";s:9:\"generic_3\";s:0:\"\";s:16:\"mobile_generic_3\";s:0:\"\";s:13:\"generic_tag_4\";s:0:\"\";s:9:\"generic_4\";s:0:\"\";s:16:\"mobile_generic_4\";s:0:\"\";s:13:\"generic_tag_5\";s:0:\"\";s:9:\"generic_5\";s:0:\"\";s:16:\"mobile_generic_5\";s:0:\"\";s:6:\"before\";s:0:\"\";s:13:\"mobile_before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:12:\"mobile_after\";s:0:\"\";s:11:\"inner_pos_1\";s:5:\"after\";s:11:\"inner_tag_1\";s:0:\"\";s:12:\"inner_skip_1\";s:1:\"0\";s:11:\"inner_alt_1\";s:0:\"\";s:7:\"inner_1\";s:0:\"\";s:14:\"mobile_inner_1\";s:0:\"\";s:11:\"inner_pos_2\";s:5:\"after\";s:11:\"inner_tag_2\";s:0:\"\";s:12:\"inner_skip_2\";s:1:\"0\";s:11:\"inner_alt_2\";s:0:\"\";s:7:\"inner_2\";s:0:\"\";s:14:\"mobile_inner_2\";s:0:\"\";s:11:\"inner_pos_3\";s:5:\"after\";s:11:\"inner_tag_3\";s:0:\"\";s:12:\"inner_skip_3\";s:1:\"0\";s:11:\"inner_alt_3\";s:0:\"\";s:7:\"inner_3\";s:0:\"\";s:14:\"mobile_inner_3\";s:0:\"\";s:11:\"inner_pos_4\";s:5:\"after\";s:11:\"inner_tag_4\";s:0:\"\";s:12:\"inner_skip_4\";s:1:\"0\";s:11:\"inner_alt_4\";s:0:\"\";s:7:\"inner_4\";s:0:\"\";s:14:\"mobile_inner_4\";s:0:\"\";s:11:\"inner_pos_5\";s:5:\"after\";s:11:\"inner_tag_5\";s:0:\"\";s:12:\"inner_skip_5\";s:1:\"0\";s:11:\"inner_alt_5\";s:0:\"\";s:7:\"inner_5\";s:0:\"\";s:14:\"mobile_inner_5\";s:0:\"\";s:11:\"page_before\";s:0:\"\";s:18:\"mobile_page_before\";s:0:\"\";s:10:\"page_after\";s:0:\"\";s:17:\"mobile_page_after\";s:0:\"\";s:14:\"excerpt_before\";s:0:\"\";s:13:\"excerpt_after\";s:0:\"\";s:8:\"amp_head\";s:0:\"\";s:7:\"amp_css\";s:0:\"\";s:8:\"amp_body\";s:0:\"\";s:15:\"amp_post_before\";s:0:\"\";s:14:\"amp_post_after\";s:0:\"\";s:10:\"amp_footer\";s:0:\"\";s:9:\"snippet_1\";s:0:\"\";s:9:\"snippet_2\";s:0:\"\";s:9:\"snippet_3\";s:0:\"\";s:9:\"snippet_4\";s:0:\"\";s:9:\"snippet_5\";s:0:\"\";s:18:\"mobile_user_agents\";s:38:\"phone\niphone\nipod\nandroid.+mobile\nxoom\";s:5:\"notes\";s:0:\"\";s:25:\"mobile_user_agents_parsed\";s:38:\"phone|iphone|ipod|android.+mobile|xoom\";}', 'yes'),
(1540, '_site_transient_timeout_browser_ef8c11bbf706ecb5727a62290421c07c', '1613198711', 'no'),
(1541, '_site_transient_browser_ef8c11bbf706ecb5727a62290421c07c', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"88.0.4324.96\";s:8:\"platform\";s:9:\"Macintosh\";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'),
(1542, '_site_transient_timeout_community-events-ad68bed797607a6bf73f0bca274590d8', '1612637121', 'no'),
(1543, '_site_transient_community-events-ad68bed797607a6bf73f0bca274590d8', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"106.51.243.0\";}s:6:\"events\";a:6:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:59:\"Discussion Group: Intro to Publishing with the Block Editor\";s:3:\"url\";s:68:\"https://www.meetup.com/learn-wordpress-discussions/events/275831420/\";s:6:\"meetup\";s:27:\"Learn WordPress Discussions\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/learn-wordpress-discussions/\";s:4:\"date\";s:19:\"2021-02-10 07:00:00\";s:8:\"end_date\";s:19:\"2021-02-10 08:00:00\";s:20:\"start_unix_timestamp\";i:1612969200;s:18:\"end_unix_timestamp\";i:1612972800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.7799987792970028976924368180334568023681640625;s:9:\"longitude\";d:-122.419998168950002082056016661226749420166015625;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:31:\"WordCampIN Contributors Weekend\";s:3:\"url\";s:59:\"https://www.meetup.com/BengaluruWordPress/events/275837948/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-02-06 15:00:00\";s:8:\"end_date\";s:19:\"2021-02-07 20:00:00\";s:20:\"start_unix_timestamp\";i:1612603800;s:18:\"end_unix_timestamp\";i:1612708200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"WordCampIN Speaker Sessions\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhryccdbbc/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-02-13 15:00:00\";s:8:\"end_date\";s:19:\"2021-02-14 20:30:00\";s:20:\"start_unix_timestamp\";i:1613208600;s:18:\"end_unix_timestamp\";i:1613314800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WordCampIN Sessions\";s:3:\"url\";s:59:\"https://www.meetup.com/BengaluruWordPress/events/275838089/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-02-13 16:00:00\";s:8:\"end_date\";s:19:\"2021-02-14 20:00:00\";s:20:\"start_unix_timestamp\";i:1613212200;s:18:\"end_unix_timestamp\";i:1613313000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Meetup - Topic & Venue to be decided\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhryccfbbc/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-03-20 15:00:00\";s:8:\"end_date\";s:19:\"2021-03-20 16:30:00\";s:20:\"start_unix_timestamp\";i:1616232600;s:18:\"end_unix_timestamp\";i:1616238000;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Bengaluru, KA, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:5;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Meetup - Topic & Venue to be decided\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhryccgbwb/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-04-17 15:00:00\";s:8:\"end_date\";s:19:\"2021-04-17 16:30:00\";s:20:\"start_unix_timestamp\";i:1618651800;s:18:\"end_unix_timestamp\";i:1618657200;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Bengaluru, KA, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}}}', 'no'),
(1544, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1612637121', 'no');
INSERT INTO `nufsty_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1545, '_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:49:\"\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:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News –  – 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:\"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: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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 21:30:51 +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=5.7-beta1-50231\";s: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:57:\"\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:\"WordPress 5.6.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/02/wordpress-5-6-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 21:30:51 +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:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9574\";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:468:\"WordPress 5.6.1 is now available! This maintenance release features&#160;20 bug fixes as well as&#160;7 issues fixed for the&#160;block&#160;editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade. You can&#160;download WordPress 5.6.1 directly, or visit the&#160;Dashboard → Updates&#160;screen&#160;and click&#160;Update Now. If your sites support automatic background updates, they’ve already started the update process. WordPress [&#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:9:\"Jb Audras\";s: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:8347:\"\n<p>WordPress 5.6.1 is now available!</p>\n\n\n\n<p>This maintenance release features&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.6.1&amp;group=status&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">20 bug fixes</a> as well as&nbsp;7 issues fixed for the&nbsp;block&nbsp;editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-5.6.1.zip\">download WordPress 5.6.1 directly</a>, or visit the<strong>&nbsp;Dashboard → Updates</strong>&nbsp;screen&nbsp;and click&nbsp;<strong>Update Now</strong>. If your sites support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>WordPress 5.6.1 is a short-cycle maintenance release. The next major release will be&nbsp;<a href=\"https://make.wordpress.org/core/5-7/\">version 5.7</a>.</p>\n\n\n\n<p>To see a full list of changes, you can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.6.1&amp;group=status&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">list on Trac</a>, read the&nbsp;<a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">5.6.1 RC1</a>&nbsp;post, or visit the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-6-1/\">5.6.1 documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.6.1 release was led by <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a> and <a href=\'https://profiles.wordpress.org/whyisjake/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>whyisjake</a>. Thanks to <a href=\'https://profiles.wordpress.org/metalandcoffee/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>metalandcoffee</a> and <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a> for running bug scrubs, <a href=\'https://profiles.wordpress.org/planningwrite/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>planningwrite</a> and <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a> for their help on the release post.</p>\n\n\n\n<p>Props to everyone who helped make WordPress 5.6.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</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:4:\"9574\";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:57:\"\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:\"The Month in WordPress: January 2021\";s: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/2021/02/the-month-in-wordpress-january-2021/\";s: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, 03 Feb 2021 15:01:17 +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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9632\";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:382:\"For WordPress, 2021 started on a high note. Read on to learn about updates from last month.&#160; WordPress release updates WordPress project executive director — Josepha Haden (@chanthaboune) shared big picture goals for WordPress in 2021. Highlights include shipping&#160; Full Site Editing&#160; — first on the Gutenberg plugin in April 2021&#160; and later in core [&#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:\"Hari Shanker R\";s: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:11651:\"\n<p>For WordPress, 2021 started on a high note. Read on to learn about updates from last month.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress release updates</h2>\n\n\n\n<p>WordPress project executive director — Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">shared big picture goals for WordPress in 2021</a>. Highlights include shipping&nbsp; Full Site Editing&nbsp; — first on the Gutenberg plugin in April 2021&nbsp; and later in core (with WordPress 5.8), improved learning opportunities on learn.wordpress.org, and better tooling for contributors. As per the updated <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a>, WordPress version 5.7 is planned to launch in March 2021 and WordPress 5.8 in June 2021. Some related updates:</p>\n\n\n\n<ul><li>Contributor teams are working on <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">an updated admin color palette for WordPress 5.7</a> that will be more accessible and easy to read.&nbsp;</li><li>The Core team is working on a proposal to <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">align WordPress release cycles with industry standards</a>.&nbsp;</li><li>WordPress 5.6.1 <a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">Release Candidate 1</a> is out. This release is set to launch by<a href=\"https://make.wordpress.org/core/2021/02/02/a-week-in-core-february-1-2021/\"> February 3, 2021</a>. Questions and answers for <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">WordPress 5.6</a> are now <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">available on GitHub</a>. Contact the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel in the WordPress Slack, if you would like to contribute.</li><li>The <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> release is out! Download the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip file</a> or use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">beta tester plugin</a> to test it out.&nbsp;</li></ul>\n\n\n\n<p>Want to be involved in the next release? You can help build WordPress Core by following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a> and joining the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal to return to in-person WordPress events in safe locations</h2>\n\n\n\n<p>The Community team is <a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\">discussing an updated proposal</a> to create a decision-making checklist for meetup organizers. The proposal is aimed at locations that have more effectively contained COVID-19 (such as New Zealand and Taiwan, for instance) so that local meetup groups in these areas can organize safe, in-person events. According to the proposal, in-person meetup organizers should review local/global health instructions based on resources and complete a checklist — which recommends whether to organize an event or not based on the organizer’s inputs and other factors. Compulsory safety precautions should be taken for any in-person meetup, and participants/organizers can share event feedback with WordCamp Central. The proposal is still being discussed, so if you have any thoughts, please<a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\"> share them in the comments</a>. <strong>Please note: WordPress meetups and WordCamps are still online at this time and will continue to remain online until further notice.</strong></p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog</a>, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RQC7RN\">#community-events</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a local WordPress community event, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>.&nbsp;</p>\n\n\n\n<h2>Gutenberg 9.7 and 9.8</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">Version 9.7</a> on January 6th and <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">Version 9.8</a> on January 20th. Version 9.7 allows users to drag block patterns from the inserter right into a desired position within the editor. It also has a new block variations feature and several improvements to reusable blocks. Version 9.6 makes the spacer block semi-transparent, adds a variation icon to the block switcher, adds site editor content to an iframe, and stabilizes Full Site Editing (FSE) by removing the auto drafts feature. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can find out more about the Gutenberg roadmap in the latest <a href=\"https://make.wordpress.org/core/2021/02/01/whats-next-in-gutenberg-february-2021/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<h2>Inviting Learn WordPress Contributors</h2>\n\n\n\n<p>Contributor teams working on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> initiative are asking for <a href=\"https://learn.wordpress.org/contribute/\">new workshop presenters and discussion group facilitators</a>. The Training Team is recruiting<a href=\"https://make.wordpress.org/training/2021/01/27/learn-wordpress-working-group-call-for-handbook-volunteers/\"> volunteers for the Learn WordPress handbook</a> and has put up a <a href=\"https://make.wordpress.org/training/2021/01/29/request-for-testing-slides-plugin/\">call for testing for the slides plugin</a> to identify a simplified way to present slides. The Polyglots Team has floated a proposal to <a href=\"https://make.wordpress.org/polyglots/2021/01/13/proposal-translating-learn-wordpress/\">translate Learn WordPress</a>. The Meta Team is exploring the possibility of <a href=\"https://make.wordpress.org/meta/2021/01/03/protecting-childrens-privacy-on-wordpress-through-the-lens-of-coppa/\">making Learn WordPress (and wordpress.org) COPPA-compliant</a> to host workshops aimed at kids. </p>\n\n\n\n<p>Want to contribute to the Training team? Follow the <a href=\"https://make.wordpress.org/training/\">Training team</a> blog, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RW657Q\">#training</a> channel in the Make WordPress Slack.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">Round 1</a> of the Full Site Editing (FSE) outreach program <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">has wrapped up</a>. As a result, gaps were identified in the Gutenberg 9.6 template-switching experience &#8211; you can follow the issues in GitHub. You can follow issues in GitHub and submit questions to the team. The program identified gaps in the current template-switching experience that shipped with Gutenberg 9.6. You can follow the <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">issues reported in GitHub</a>. Do you have questions about the FSE program? You can now <a href=\"https://make.wordpress.org/test/2021/02/02/fse-program-bring-your-questions/\">submit them here as part of the outreach program</a>.</li><li><a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> — A cross-team initiative led by the Marketing team to highlight WordPress contributors is back with <a href=\"https://wordpress.org/news/2021/01/people-of-wordpress-thelma-mutete/\">a post featuring Thelma Muelte of Zimbabwe</a>. If you are an active contributor to a WordPress.org team or a local WordCamp, contact the Marketing Team with the #ContributorStory tag to be featured in the series.</li><li>Joseph Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) launched a podcast titled <a href=\"https://wordpress.org/news/2021/02/welcome-to-your-wp-briefing/\">WP Briefing</a> which is aimed at WordPress users, builders, and contributors of all levels. The podcast &#8211; which is available on all major platforms, will include overviews of WordPress philosophy, community success stories, and major updates. </li><li>The Plugin team has added a requirement that <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">plugins in the WordPress repository must not make changes to the default auto-update settings on a site</a>. The only exception to this requirement is for those plugins that manage auto-updates.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India 2021</a> — a regional online WordCamp has begun. It’s running over three weekends and started with <a href=\"https://india.wordcamp.org/2021/workshops/\">Multilingual workshop sessions on January 30 and 31</a>. The workshops <a href=\"https://india.wordcamp.org/2021/workshops/\">can be found on the event site</a> and will soon be featured on <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. <a href=\"https://india.wordcamp.org/2021/tickets/\">Tickets are still available</a> for the event —which will have a contribution event on February 6-7, followed by sessions on February 13th and 14th. </li><li>The WordPress Foundation has <a href=\"https://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\">invited applications for online do_action hackathons and encouraged folks to organize online open-source workshops</a> in 2021.</li><li>The Themes Team shared a post on the usage of the “Report this theme” button in 2020. The team is also <a href=\"https://make.wordpress.org/themes/2021/01/25/call-for-maintainers-theme-unit-test/\">looking for maintainers</a> for its <a href=\"https://codex.wordpress.org/Theme_Unit_Test\">Theme unit test</a>.</li><li>The Meta Team has launched an initiative to <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">facilitate automated theme testing</a> and is <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">requesting feedback</a>.</li><li>Members of the Core Team are <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">considering a “stale bot”</a> to close out stale issues in the Gutenberg GitHub repository.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></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:4:\"9632\";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:20:\"WordPress 5.7 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/2021/02/wordpress-5-7-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, 02 Feb 2021 22:31: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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9599\";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:333:\"WordPress 5.7 Beta 1 is now available for testing! 🗣 This software is still in development,&#160;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version. You can test the WordPress 5.7 Beta 1 in two ways: Install/activate the WordPress Beta Tester [&#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:13:\"Ebonie Butler\";s: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:7831:\"\n<p>WordPress 5.7 Beta 1 is now available for testing! <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.7 Beta 1 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for final release is March 9, 2021. That’s just <strong>five weeks away</strong>, so your help is vital to making sure that the final release is as good as it can be.</p>\n\n\n\n<p>So what’s new? <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"🤔\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<h2><strong>Improvements in Core</strong></h2>\n\n\n\n<p><strong>Lazy-load iframes</strong><br>Now you can enable lazy-loading of iframes by adding the <code>loading=\"lazy\"</code> attribute to iframe tags on the front-end.&nbsp;</p>\n\n\n\n<p><strong>Migrating from HTTP to HTTPS is streamlined</strong><br>Switching a WordPress site from HTTP to HTTPS has proven to be a pain for all involved. While on the surface, the Site Address and WordPress Address have to be updated, content with embedded HTTP URLs remains unchanged in the database. With this release, migrating a site to HTTPS is now a one-click interaction. URLs in the database are automatically replaced when the Site and WordPress Address are both using HTTPS.&nbsp; Also, Site Health now includes an HTTPS status check.</p>\n\n\n\n<p><strong>Standardize colors used in WP-Admin CSS to a single palette</strong><br>This change collapses all colors used in the CSS to one of the available shades of blue, green, red, yellow, grey, black, and white. The palette makes it simpler than ever to build components your users can read, because half the range gives you great contrast with white type and a half with black, according to current accessibility guidelines.</p>\n\n\n\n<p><strong>Ongoing cleanup after update to jQuery 3.5.1</strong><br>jQuery deprecations in WordPress Core and bundled themes show up a lot less often, and the notifications make more sense to the user.</p>\n\n\n\n<p><strong>New Robots API</strong><br>The new Robots API allows the filter directives to be included in the ‘robots’ meta tag. Also, the directive <code>max-image-preview:large</code> is now included by default to allow large image previews to be displayed in search engines (unless the blog is marked as not being public).</p>\n\n\n\n<h2><strong>Improvements in the Editor</strong></h2>\n\n\n\n<ul><li>Inserter drag and drop: Blocks and block patterns can now be dragged directly from the inserter into the post canvas.</li><li>Full height alignment: Blocks such as the Cover block now can have an option to expand to fill the entire viewport.</li><li>Block variations: The icon and description of a block variation is now shown in the block inspector, and a new dropdown in the block inspector lets you switch between block variations.</li><li>Reusable blocks: Several enhancements to the usability and stability of reusable blocks have been made, and reusable blocks are now saved at the same time that the post is saved.</li><li>Buttons block: The Buttons block now supports vertical alignments, and you can set the width of a button to a preset percentage.</li><li>Social Icons block: You can now change the size of the icons in the Social Icons block.</li><li>Font size in more places: You can now change the font size in the List and Code blocks.</li><li>Many many other enhancements and bug fixes. To see all of the features for each release in detail check out the Gutenberg release posts: <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">9.3</a>, <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">9.4</a>, <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">9.5</a>, <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a>, <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">9.7</a>, <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">9.8</a>, and 9.9 (link forthcoming).</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the Make WordPress Core blog for 5.7-related developer notes in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=..02%2F03%2F2021&amp;milestone=5.7&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\">143 tickets in WordPress 5.7</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;changetime=..02%2F03%2F2021&amp;type=enhancement&amp;type=feature+request&amp;milestone=5.7&amp;group=component&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=changetime&amp;col=owner&amp;col=priority&amp;col=keywords&amp;order=changetime\">68 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricker</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>, <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>, and <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> for your peer revisions and <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, and <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> for final review on this exciting news.</em></p>\n\n\n\n<p>____________________________________</p>\n\n\n\n<p><em>New Year, new goals<br>Each day, one small step<br>It’s the little things&#8230;</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:4:\"9599\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"People of WordPress: Thelma Mutete\";s: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/2021/01/people-of-wordpress-thelma-mutete/\";s: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, 21 Jan 2021 16:40:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s: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:1;a:5:{s:4:\"data\";s:16:\"ContributorStory\";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:13:\"Web 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:34:\"https://wordpress.org/news/?p=9518\";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:171:\"From writing her first line of code when she was 16, Thelma Mutete knew she wanted to work in IT. She shares her journey in web development and her discovery 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s: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:8707:\"\n<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=500%2C750&#038;ssl=1\" alt=\"Thelma Mutete at a WordCamp\" class=\"wp-image-9564\" width=\"500\" height=\"750\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?w=667&amp;ssl=1 667w, https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=200%2C300&amp;ssl=1 200w\" sizes=\"(max-width: 500px) 100vw, 500px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>From a young age Thelma was encouraged by her father to ‘work hard, and dream big’. In High School, she pursued a career in Computer Science. She said: “I did not know what I would be doing or how I would get there but I just knew that I was going to pursue a career in information technology.”</p>\n\n\n\n<p>She wrote her first line of code at the age of 16 living in Zimbabwe, Africa. This was to mark the beginning of her enthusiasm for computer programming.</p>\n\n\n\n<p>When she joined the school’s computer class, Thelma thought she would learn Excel and Word. Instead, the assignment was to write her first program in C. She said: “It was not easy, but it was very exciting. l remember writing up simple code for a Video Club – a check-in/out for VHS tapes and CDs. Thus began my fascination with computers.”</p>\n\n\n\n<p>Seven years later, she went on to university to study for a Bachelors in Business Management and Information Technology. Her third year internship was at a local web design and hosting company. Though she had hoped her placement would be at a local bank or telecommunications company, the chance to discover website design turned out to be the best thing that could have happened.&nbsp;</p>\n\n\n\n<p>In 2017, Thelma went on to work for a company designing websites using HTML, CSS, PHP, JavaScript and Joomla. She had heard about WordPress but had not used it. She recalls: “People have this misconception that WordPress is not for real developers and it is not secure and at that time I was one of those people.”</p>\n\n\n\n<h2>Finding a local community</h2>\n\n\n\n<p>From a discussion with a member of the local WordPress community, <a href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">Thabo Tswana</a>, about a striking swag gift from a WordCamp, Thelma’s interest was sparked.&nbsp;</p>\n\n\n\n<p>She started to find out more about WordPress and WooCommerce, and visited her local WordCamp Harare website. She was delighted to find that she could learn more about WordPress without needing any pre-existing knowledge, and wanted to be involved. So instead of just attending the camp, she volunteered too!&nbsp;</p>\n\n\n\n<p>Her response to her first WordPress event mirrors the experience of many others in the community. She said: “I only started using WordPress because of the awesome people that l had met at that WordCamp. Everyone was so welcoming.”</p>\n\n\n\n<p>A week later, with help from Thabo, she designed her first website using WordPress.</p>\n\n\n\n<p>She soon became more involved with the community and Meetups. Thelma participated in the first-ever ‘Women Who WordPress’ Meetup in 2018, with lots of women getting involved from bloggers to developers.&nbsp;</p>\n\n\n\n<p>She said: “We were free to talk and discuss a lot of things. We had more time to discuss the difference between WordPress.com and WordPress.org, we shared views on how to handle discrimination at work, how to promote your website and a whole lot of other things.”</p>\n\n\n\n<h2>Establishing roots in WordPress</h2>\n\n\n\n<p>In 2018, WordCamp Harare had its first-ever female Lead Organizer <a href=\"https://tapiwanashe.com/\">Tapiwanashe Manhobo</a>. Thelma was part of the organising team that year and was assigned to handle Harare’s first Kids Camp to take place eight months later. You can read more about her experiences of organizing a <a href=\"https://thelmachido.wordpress.com/2019/11/21/wordpress-juniours-first-edition/\"><strong>Kids Camp</strong></a> on her blog.</p>\n\n\n\n<p>She said: “After the first Kids Camp, we had several people in the local Zimbabwean WordPress community who were enthusiastic about encouraging young people to embrace ICT. In 2019, we had not planned to have a Kids Camp because of financial constraints but to our surprise, we had some anonymous donations and we managed to have a WordPress Community outreach to a youth centre, <a href=\"https://cttzim.org/\"><strong>Centre for Total Transformation</strong></a>, a week after our WordCamp. It is a non-formal school that caters for underprivileged and vulnerable children. The group were able to share practical skills about using WordPress, computer hardware and software.</p>\n\n\n\n<p>Thelma shares that she became hooked on WordPress because of its community. “I enjoy attending WordCamps, meeting new people and just learning new stuff. I have a huge list of WordCamps I would like to attend. Last year I managed to cross WordCamp Johannesburg off my list. When everything is back to normal my plan to travel to WordCamps will proceed (fingers crossed).”</p>\n\n\n\n<h2>Reaping the fruits of ongoing learning</h2>\n\n\n\n<p>Thelma is committed to ongoing development training. She said: “Even though I can still cook up code in C and Java, for now, I have also included WordPress PHP functions to the mix. It was not easy to get to this point, daring myself got me to this slightly better stage. I try to do my best where I can and I am happy to say it has paid off so far.”</p>\n\n\n\n<p>Thelma has continued her journey working in design and digital marketing last year with Trust Nhokovenzo who works in digital marketing and is active in&nbsp; the WordPress Community. He came across her name as a developer from talking with others involved in WordPress. She went to work with his team at a marketing agency.</p>\n\n\n\n<p>Her interest in the development of WordPress continued and she joined the <a href=\"https://wordpress.org/news/2020/12/simone/\">5.6 Release Squad</a> in the mid 2020.&nbsp;At the end of 2020, she moved to become a Happiness Engineer working with WordPress.com. Thelma’s fascination with the platform and the community continues to grow and her contributor story is ongoing.</p>\n\n\n\n<p>Find out more about the <a href=\"https://www.meetup.com/Harare-WordPress-Meetup\">Harare WordPress community</a> in Zimbabwe.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>) and Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>), Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), 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>), Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>), and Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>). Thank you to Thelma Mutete (<a href=\'https://profiles.wordpress.org/thelmachido/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>thelmachido</a>) for sharing her #ContributorStory.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh4.googleusercontent.com/s24EVZGKbxVeafljPU1ubF1DjIwn98E3-wGx1LD2CWYk7zYQppFhXNpb0aUhGe01TStMdTwXrcYaxBZQHRgZJ10lvW2hsg61Ce37_pBGJuTRQlJ6r9iUxlJtvuDuwLhIvPo1MVEb\" alt=\"HeroPress logo\" /></figure>\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community</em>.</p>\n\n\n\n<p>#ContributorStory #HeroPress</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:4:\"9518\";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:57:\"\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:37:\"The Month in WordPress: December 2020\";s: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/2021/01/the-month-in-wordpress-december-2020/\";s: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, 05 Jan 2021 10:55:56 +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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9508\";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:333:\"We bid goodbye to 2020 in style with the release of WordPress 5.6 and the launch of Learn WordPress. But these weren’t the only exciting updates from WordPress in December. Read on to learn more! WordPress 5.6 is here The latest major WordPress release, version 5.6 “Simone”, came out on December 8. The release ships [&#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:\"Hari Shanker R\";s: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:11612:\"\n<p>We bid goodbye to 2020 in style with the release of WordPress 5.6 and the launch of Learn WordPress. But these weren’t the only exciting updates from WordPress in December. Read on to learn more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.6 is here</h2>\n\n\n\n<p>The latest major WordPress release,<a href=\"https://wordpress.org/news/2020/12/simone/\"> version 5.6</a> “Simone”, came out on December 8. The release ships with a new default theme called <a href=\"https://wordpress.org/themes/twentytwentyone/\">Twenty Twenty One</a>. It offers a host of features, including:</p>\n\n\n\n<ul><li>Greater layout flexibility</li><li>More block patterns</li><li>Video captioning support</li><li>Auto-updates</li><li>Beta-compatibility for PHP 8.0</li><li>Application password support for the REST API</li><li>Updates to jQuery</li></ul>\n\n\n\n<p>In addition, WordPress 5.6 is now available in 55 languages. You can find more information about the release in the <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">field guide</a>, and you can update to the latest version directly from your WordPress dashboard or by <a href=\"https://wordpress.org/download/\">downloading</a> it directly from WordPress.org. A total of 605 people hailing from 57 different countries contributed to the development of WordPress 5.6. <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> has <a href=\"https://jeanbaptisteaudras.com/en/2020/12/wordpress-5-6-core-stats-contributions-by-country-company/\">compiled many more stats like that</a>, showing what a tremendous group effort this was—they’re well worth a read!</p>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel on the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core team blog</a> to learn the <a href=\"https://make.wordpress.org/core/2020/12/21/wordpress-5-7-planning-roundup/\">latest on WordPress 5.7</a>, which is <a href=\"https://wordpress.org/about/roadmap/\">slated to be out by March 9, 2021</a>. The Core team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&amp;min=00&amp;sec=0\">5 a.m.</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 p.m.</a> UTC.</p>\n\n\n\n<h2>Watch the State of the Word 2020 recording</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/\">State of the Word 2020</a>, the annual keynote address delivered by WordPress co-founder Matt Mullenweg, was streamed online for the first time on December 17. It was followed by a live Q&amp;A from community members all across the world. You can find the stream recording on <a href=\"https://www.youtube.com/watch?v=QI3qCoiuG3w\">YouTube</a>, <a href=\"https://www.facebook.com/WordPress/videos/1281447442248369\">Facebook</a>, and <a href=\"https://twitter.com/i/broadcasts/1dRKZNvnrmdKB\">Twitter</a>. The <a href=\"https://wordpress.tv/2020/12/17/matt-mullenweg-2020-state-of-the-word/\">State of the Word</a> video and the <a href=\"https://wordpress.tv/2020/12/17/matt-mullenweg-2020-state-of-the-word-qa/\">Q&amp;A session</a> are also available on WordPress.tv.&nbsp;</p>\n\n\n\n<h2>Learn WordPress has launched</h2>\n\n\n\n<p>Learn WordPress, a new free, on-demand WordPress learning resource, launched officially on December 15. It offers <a href=\"https://learn.wordpress.org/workshops/\">workshops</a>, <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a>, quizzes, and <a href=\"https://learn.wordpress.org/courses/\">courses</a> for anyone interested in publishing with, building for, or contributing to WordPress. WordPress enthusiasts can also <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">participate in discussion groups</a> focused on specific topics to learn with and from each other.</p>\n\n\n\n<p>Want to participate in Learn WordPress? <a href=\"https://learn.wordpress.org/contribute/\">Here are four ways you can do so</a>! Additionally, contributors have <a href=\"https://make.wordpress.org/training/2020/12/03/learn-wordpress-blue-sky-thinking/\">launched a discussion</a> on the future of <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>—feel free to share your thoughts in the comments. To help promote Learn WordPress, check out the <a href=\"https://make.wordpress.org/marketing/\">Marketing Team</a>’s <a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">materials</a>, which detail a <a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">range of fun and creative ways</a> to share this new resource.</p>\n\n\n\n<h2>Give feedback on the Full Site Editing project</h2>\n\n\n\n<p>Contributor teams have kicked off the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">Full Site Editing (FSE) outreach program</a> for anyone who is building or maintaining a WordPress site so that they can give feedback on the upcoming <a href=\"https://make.wordpress.org/design/handbook/focuses/full-site-editing/\">FSE feature</a> that will be part of Gutenberg Phase 2. Your feedback will go a long way in improving FSE user flows. To participate, <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">check out the initial testing call</a> on the <a href=\"https://make.wordpress.org/test/\">Make/Test blog</a> and join the <a href=\"https://make.wordpress.org/core/tag/fse-outreach-experiment/\">#fse-outreach-experiment</a> Slack channel.<br><br>Want to follow updates on the FSE project? Check out <a href=\"https://make.wordpress.org/core/2020/05/20/ways-to-keep-up-with-full-site-editing-fse/\">this blog post</a>. You can find <a href=\"https://make.wordpress.org/core/2020/12/10/status-check-site-editing-and-customization/\">2020 updates to the FSE project</a> in the Make/Core blog.</p>\n\n\n\n<h2>BuddyPress 7.0 “Filippi” and 7.10 are now available</h2>\n\n\n\n<p><a href=\"https://buddypress.org/2020/12/buddypress-7-0-0-filippi/\">BuddyPress version 7.0</a> went live on December 9. Its features include:&nbsp;</p>\n\n\n\n<ul><li>New administration screens to manage Member and Group Types</li><li>New BP blocks for posts and pages</li><li>A default profile image for network sites</li><li>Improved BuddyPress Noveau support for the Twenty Twenty One theme.&nbsp;</li></ul>\n\n\n\n<p>A BuddyPress maintenance release (<a href=\"https://buddypress.org/2020/12/buddypress-7-1-0-maintenance-release/\">version 7.1</a>) launched on December 21.&nbsp;</p>\n\n\n\n<p>Want to provide feedback or suggestions for BuddyPress? Share your comments on the announcement posts for <a href=\"https://buddypress.org/2020/12/buddypress-7-0-0-filippi/\">7.0</a> or <a href=\"https://buddypress.org/2020/12/buddypress-7-1-0-maintenance-release/\">7.1</a>. If you find a bug, please report it in the <a href=\"https://buddypress.org/support/\">support forums</a>.&nbsp;</p>\n\n\n\n<h2>Gutenberg 9.5 and 9.6 released</h2>\n\n\n\n<p>The Core team launched <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">version 9.5</a> and <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a> of Gutenberg last month. Both versions include several improvements to FSE flows, bug fixes, and feature upgrades. Version 9.5 introduces features like full height alignment and support for font sizes in the code block. Version 9.6 includes features like the ability to drag blocks from the inserter and a vertical layout for buttons.&nbsp;</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>The Community team <a href=\"https://make.wordpress.org/community/2020/12/01/discussion-how-can-the-wordpress-community-return-to-hosting-safe-in-person-events/\">kicked off a discussion</a> about what the WordPress Community can do to host safe, in-person events again, in light of the continuing pandemic. </li><li>The Polyglots team published its <a href=\"https://make.wordpress.org/polyglots/2020/12/30/polyglots-team-end-of-year-post-2020/\">end-of-year post</a>, along with the <a href=\"https://make.wordpress.org/polyglots/author/evarlese/\">results of its 2020 translator survey</a>.</li><li><a href=\"https://sevilla.wordcamp.org/2020/\">WordCamp Sevilla 2020</a> was held online from December 26-29. You can catch the recorded livestream playback on <a href=\"https://www.youtube.com/c/wordpresssevilla/live\">YouTube</a>. Videos of the event will <a href=\"https://wordpress.tv/event/wordcamp-sevilla-2020/\">soon be available on WordPress.tv</a>.</li><li>WordPress project executive director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> and project co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> will be jointly hosting <a href=\"https://make.wordpress.org/core/2020/12/15/regular-office-and-listening-hours/\">quarterly office and listening hours</a> in 2021. Sign-ups for the <a href=\"https://make.wordpress.org/core/2020/12/15/regular-office-and-listening-hours/\">first ones in January 2021</a> are almost filled up.</li><li>The Core team <a href=\"https://make.wordpress.org/core/2020/12/02/wp-notify-project-review/\">published updates</a> on the <a href=\"https://make.wordpress.org/core/tag/feature-notifications/\">WP Notify project</a>, which seeks to <a href=\"https://make.wordpress.org/core/2019/08/05/feature-project-proposal-wp-notify/\">improve the notifications system</a> in WordPress Core.</li><li>The Support team <a href=\"https://make.wordpress.org/support/2020/12/handling-potential-jquery-issues-in-wordpress-5-6/\">published a post</a> detailing jQuery issues in WordPress 5.6.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India Online 2021</a> will be held over three weekends between January 30 and February 14. There will be workshops, a contributor event, and sessions (in that order). The calls for <a href=\"https://india.wordcamp.org/2021/call-for-sponsors/\">sponsors</a>, <a href=\"https://india.wordcamp.org/2021/call-for-workshops/\">workshop presenters</a>, <a href=\"https://india.wordcamp.org/2021/call-for-contributor-team-leads/\">contributor team leads</a>, and <a href=\"https://india.wordcamp.org/2021/call-for-volunteers/\">volunteers</a> are now open. Don’t forget to grab your <a href=\"https://india.wordcamp.org/2021/tickets/\">free tickets</a>!</li><li>The Documentation team <a href=\"https://make.wordpress.org/docs/2020/12/01/external-linking-policy-1st-review-of-plugin-developer-handbook/\">shared a first review</a> of its <a href=\"https://make.wordpress.org/docs/tag/external-linking-policy/\">external linking policy</a>. It is using the <a href=\"https://developer.wordpress.org/plugins/\">plugin developer handbook</a> as a test.</li></ul>\n\n\n\n<p><br><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></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:4:\"9508\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Introducing Learn 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/news/2020/12/introducing-learn-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Dec 2020 13: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:3:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"learnwordpress\";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:7:\"learnwp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9444\";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:\"Learn WordPress is a learning resource providing workshops, quizzes, courses, and lesson plans to help you to do more with 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:10336:\"\n<p><strong><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a learning resource providing workshops, quizzes, courses, lesson plans, and discussion groups so that anyone, from beginners to advanced users, can learn to do more with WordPress. Learning how to use, build for, and contribute to WordPress is essential for anyone wanting to dive deeper into the software and its community.&nbsp;</strong></p>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://learn.wordpress.org/\">Learn WordPress</a></div>\n</div>\n\n\n\n<p>This cross-team initiative is part of the WordPress.org network and features content from contributors from the global community. It will be updated weekly and will help connect new and existing WordPress users with the broader community while they learn.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"331\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=632%2C331&#038;ssl=1\" alt=\"\" class=\"wp-image-9457\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=1024%2C537&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=300%2C157&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=768%2C403&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=1536%2C806&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?w=1700&amp;ssl=1 1700w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>What can you learn about WordPress?</h2>\n\n\n\n<p>On Learn WordPress you can find a range of material and opportunities to use at the time which works for you.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/workshops/\"><strong>Workshops</strong></a> are practical, skills-based videos that show viewers how to do new things with WordPress, whether you publish, manage, develop with, or contribute to WordPress. Most workshops include quizzes for you to test your newly gained knowledge.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/discussion-groups/\"><strong>Discussion groups</strong></a> provide an opportunity for further collaborative learning with participants meeting together to discuss the workshop content &#8211; they take place online, either in video calls or Slack and accommodate all time zones.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/lesson-plans/\"><strong>Lesson plans</strong></a> are guides for facilitators to use while presenting at events or within educational environments. Facilitators will find learning objectives (telling people what they are going to learn), any prerequisite skills, assets such as screenshots and slide decks, and learning assessments.&nbsp;</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/courses/\"><strong>Courses</strong></a> are a series of interconnected lesson plans to be presented by a facilitator that will strategically focus on defined learning outcomes. Participants can go through these courses individually or as part of a group. After completing the learning, attendees should be able to apply their skills in the real world.</p>\n\n\n\n<p>In addition to the wealth of valuable content available on Learn WordPress, the platform provides an opportunity for individuals to learn alongside other community members and become connected with a global network of WordPress users, developers, and contributors.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' width=\'632\' height=\'356\' src=\'https://www.youtube.com/embed?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent&#038;listType=playlist&#038;list=PLCVEqsAbLffeEXhn9T1yBVTMaHIMtlzFj\' allowfullscreen=\'true\' style=\'border:0;\' sandbox=\'allow-scripts allow-same-origin allow-popups allow-presentation\'></iframe>\n</div></figure>\n\n\n\n<p><a href=\"https://www.youtube.com/playlist?list=PLCVEqsAbLffeEXhn9T1yBVTMaHIMtlzFj\">Why you should use Learn WordPress</a> &#8211; videos from our community.</p>\n\n\n\n<h2>How can you get involved?</h2>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://learn.wordpress.org/\">Start learning today!</a></div>\n</div>\n\n\n\n<p>Learn WordPress is an open-source platform available for anyone to contribute content in any areas mentioned above. <a href=\"https://learn.wordpress.org/contribute/\">Find out more about how you can get involved</a> with this initiative.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">Take part in our fun promotion campaigns</a> on social and with your local community.</p>\n\n\n\n<p><em>Hundreds of people spanning a number of years have contributed to the development of learning materials. Thanks to everyone who worked so hard to make Learn WordPress a reality.&nbsp;</em></p>\n\n\n\n<p><strong><em>Particular thanks to</em></strong>:</p>\n\n\n\n<p><strong><em>Training:</em></strong><em> <a href=\'https://profiles.wordpress.org/courane01/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courane01</a>, <a href=\'https://profiles.wordpress.org/azhiyadev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>azhiyadev</a>, <a href=\'https://profiles.wordpress.org/geheren/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>geheren</a>, <a href=\'https://profiles.wordpress.org/webtechpooja/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webtechpooja</a>, <a href=\'https://profiles.wordpress.org/jessecowens/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jessecowens</a>, <a href=\'https://profiles.wordpress.org/onealtr/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>onealtr</a>, <a href=\'https://profiles.wordpress.org/rastaban/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rastaban</a>, <a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a>, <a href=\'https://profiles.wordpress.org/manzwebdesigns/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>manzwebdesigns</a></em><br><strong><em>Meta: </em></strong><em><a href=\'https://profiles.wordpress.org/coreymckrill/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>coreymckrill</a>, <a href=\'https://profiles.wordpress.org/dufresnesteven/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dufresnesteven</a>, <em><a href=\'https://profiles.wordpress.org/jonoaldersonwp/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jonoaldersonwp</a></em></em><br><strong><em>Community:</em></strong><em> <a href=\'https://profiles.wordpress.org/hlashbrooke/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hlashbrooke</a>, <a href=\'https://profiles.wordpress.org/camikaos/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>camikaos</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a>, <a href=\'https://profiles.wordpress.org/angelasjin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>angelasjin</a>, <a href=\'https://profiles.wordpress.org/nao/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nao</a>, <a href=\'https://profiles.wordpress.org/courtneypk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courtneypk</a>, <a href=\'https://profiles.wordpress.org/andreamiddleton/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>andreamiddleton</a>, <a href=\'https://profiles.wordpress.org/rmarks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmarks</a>, <a href=\'https://profiles.wordpress.org/sippis/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sippis</a></em><br><strong><em>Marketing: </em></strong><em><a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>,  <a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>, <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>, <a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>, <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>, <a href=\'https://profiles.wordpress.org/megphillips91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>megphillips91</a>, <a href=\'https://profiles.wordpress.org/marks99/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marks99</a>, <em><a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a></em></em>, <em><a href=\'https://profiles.wordpress.org/antialiasfactory/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>antialiasfactory</a>, <a href=\'https://profiles.wordpress.org/herculespekkas/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>herculespekkas</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a></em><br><strong><em>Design:</em></strong><em> <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a> </em></p>\n\n\n\n<p><em>For a fuller list of the contributors who have been involved in training and Learn WordPress, visit <a href=\"https://make.wordpress.org/community/2020/08/12/learn-wordpress-is-live/\">the initial beta launch post</a>. Thanks to everyone who has been involved to date and will be in the future.&nbsp;</em></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/tag/learnwordpress\">#LearnWordPress</a> <a href=\"https://learn.wordpress.org/tag/learnwp\">#LearnWP</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:4:\"9444\";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: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:26:\"WordPress 5.6 “Simone”\";s: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:42:\"https://wordpress.org/news/2020/12/simone/\";s: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, 08 Dec 2020 19:46: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:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9325\";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:206:\"Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone. Fire up a playlist with her best work and read on to discover what WordPress 5.6 has in store for you. \";s: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:\"Josepha\";s: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:66195:\"\n<p>Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone, who is known for tunes like &#8220;Feeling Good&#8221;, &#8220;Young, Gifted and Black&#8221;, and &#8220;Four Women&#8221;. Fire up a playlist with her best work and read on to discover what we have in store for you. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"633\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=632%2C633&#038;ssl=1\" alt=\"WordPress 5.6 Simone with a photo of Nina Simone\" class=\"wp-image-9416\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=1022%2C1024&amp;ssl=1 1022w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=300%2C300&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=768%2C769&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#d1e4dd;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#d1e4dd;padding: 10px\">Welcome to WordPress 5.6</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">Sharing your stories has never been easier.</h3>\n</div></div>\n\n\n\n<p>WordPress 5.6 brings you countless ways to set your ideas free and bring them to life. With a brand-new default theme as your canvas, it supports an ever-growing collection of blocks as your brushes. Paint with words. Pictures. Sound. Or rich embedded media.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"234\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=632%2C234&#038;ssl=1\" alt=\"colored circles\" class=\"wp-image-9346\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=1024%2C379&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=300%2C111&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=768%2C284&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>Greater layout flexibility</h3>\n\n\n\n<p>Bring your stories to life with more tools that let you edit your layout with or without code. Single column blocks, designs using mixed widths and columns, full-width headers, and gradients in your cover block—make small changes or big statements with equal ease!</p>\n\n\n\n<h3>More block patterns</h3>\n\n\n\n<p>In some themes, preconfigured block patterns make setting up standard pages on your site a breeze. Let the power of patterns streamline your workflow and save you clicks. Plus, share these features with clients, editors, and more.</p>\n\n\n\n<h3>Better video captioning</h3>\n\n\n\n<p>To help you add subtitles or captions to your videos, you can now upload them within your post or page. This makes it easier than ever to make your videos accessible for anyone who needs or prefers to use subtitles.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"120\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=632%2C120&#038;ssl=1\" alt=\"black vertical line\" class=\"wp-image-9347\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=1024%2C194&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=300%2C57&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=768%2C146&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Twenty Twenty-One is here!</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"714\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=632%2C714&#038;ssl=1\" alt=\"Examples of block patterns available in Twenty Twenty-One.\" class=\"wp-image-9426\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=907%2C1024&amp;ssl=1 907w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=266%2C300&amp;ssl=1 266w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=768%2C867&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=1360%2C1536&amp;ssl=1 1360w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=1814%2C2048&amp;ssl=1 1814w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1975&amp;ssl=1 1975w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Twenty Twenty-One is a blank canvas for your ideas, and the block editor is the best brush. It is built for the block editor and packed with brand-new block patterns you can only get in the default themes. Try different layouts in a matter of seconds, and let the theme’s eye-catching, yet timeless design make your work shine.&nbsp;</p>\n\n\n\n<p>What’s more, this default theme puts accessibility at the heart of your website. It conforms to the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">WordPress accessibility-ready guidelines</a> and addresses several more specialized standards from the <a href=\"https://www.w3.org/WAI/WCAG2AAA-Conformance\">Web Content Accessibility Guidelines (WCAG) 2.1 at level AAA</a>. It will help you meet the highest level of international accessibility standards when you create accessible content and choose plugins which are accessible too!</p>\n\n\n\n<h3>A rainbow of soft pastels</h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"167\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=632%2C167&#038;ssl=1\" alt=\"A mobile screenshot of each included color palette in Twenty Twenty-One, going in ROYGBIV order.\" class=\"wp-image-9424\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=1024%2C270&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=300%2C79&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=768%2C202&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=1536%2C405&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=2048%2C540&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Perfect for a new year, Twenty Twenty-One gives you a range of pre-selected color palettes in pastel, all of which conform to AAA standards for contrast. You can also choose your own background color for the theme, and the theme chooses accessibility-conscious text colors for you — automatically!</p>\n\n\n\n<p>Need more flexibility than that? You can also choose your own color palette from the color picker.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"151\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=632%2C151&#038;ssl=1\" alt=\"colored circles\" class=\"wp-image-9351\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=1024%2C245&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=300%2C72&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=768%2C183&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Improvements for everyone</h2>\n\n\n\n<h3>Expanding auto-updates</h3>\n\n\n\n<p>For years, only developers have been able to update WordPress automatically. But now you have that option, right in your dashboard. If this is your first site, you have auto-updates ready to go, right now! Upgrading an existing site? No problem! Everything is the same as it was before.</p>\n\n\n\n<h3>Accessibility Statement&nbsp;</h3>\n\n\n\n<p>Even if you’re not an expert, you can start letting others know about your site’s commitment to accessibility! The new <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">feature plugin</a> includes template copy for you to edit and publish, and it’s written to support different contexts and jurisdictions.&nbsp;&nbsp;</p>\n\n\n\n<h3>Built-in Patterns</h3>\n\n\n\n<p>If you’ve not had the chance to play with block patterns yet, all default themes now feature a range of block patterns that let you master complex layouts with minimal effort. Customize the patterns to your liking with the copy, images, and colors that fit your story or brand.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"185\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=632%2C185&#038;ssl=1\" alt=\"colored and textured rectangles\" class=\"wp-image-9352\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=1024%2C300&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=300%2C88&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=768%2C225&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>For developers</h2>\n\n\n\n<h3>REST API authentication with Application Passwords</h3>\n\n\n\n<p>Thanks to the API’s new Application Passwords authorization feature, third-party apps can connect to your site seamlessly and securely. This new REST API feature lets you see what apps are connecting to your site and control what they do.&nbsp;</p>\n\n\n\n<h3>More PHP 8 support</h3>\n\n\n\n<p>5.6 marks the first steps toward WordPress Core support for PHP 8. Now is a great time to start planning how your WordPress products, services, and sites can support the latest PHP version. For more information about what to expect next, <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">read the PHP 8 developer note</a>.</p>\n\n\n\n<h3>jQuery</h3>\n\n\n\n<p>Updates to jQuery in WordPress take place across three releases 5.5, 5.6, and 5.7. As we reach the mid-point of this process, <a href=\"https://wordpress.org/plugins/wp-jquery-update-test/\">run the update test plugin to check your sites for errors</a> ahead of time.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>If you find issues with the way your site looks ( e.g. a slider doesn’t work, a button is stuck — that sort of thing), install <a href=\"https://wordpress.org/plugins/enable-jquery-migrate-helper/\">the jQuery Migrate plugin</a>.</p>\n\n\n\n<h3>Check out the Field Guide</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">Read about the latest version of WordPress in this guide.</a> It highlights developer notes for each change in the release.&nbsp;</p>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#d1e4dd;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#d1e4dd;padding: 10px\">“It’s a new day, it’s a new life for me&#8230;.and I’m feeling good.”</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">~Nina Simone</h3>\n</div></div>\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>The WordPress 5.6 release comes to you from an all-women and non-binary identifying release squad:  </p>\n\n\n\n<ul><li><strong>Release Lead:</strong> Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>).&nbsp; Cohort: Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Angela Jin (<a href=\"https://profiles.wordpress.org/angelasjin/\">@angelasjin</a>).</li><li><strong>Release Coordinator:</strong> Dee Teal (<a href=\"https://profiles.wordpress.org/thewebprincess/\">@thewebprincess</a>).&nbsp; Cohort: Thelma Mutete (<a href=\"https://profiles.wordpress.org/thelmachido/\">@thelmachido</a>) and Laura Nelson (<a href=\"https://profiles.wordpress.org/laurora/\">@laurora</a>).</li><li><strong>Triage Lead:</strong> Tonya Mork (<a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>).&nbsp;</li><li><strong>Core Tech Lead:</strong> Helen Hou-Sandì (<a href=\"https://profiles.wordpress.org/helen/\">@helen</a>).&nbsp; Cohort: Amy Kamala (<a href=\"https://profiles.wordpress.org/amykamala/\">@amykamala</a>) and Ebonie Butler (<a href=\"https://profiles.wordpress.org/metalandcoffee/\">@metalandcoffee</a>).</li><li><strong>Editor Tech Lead:</strong> Isabel Brison (<a href=\"https://profiles.wordpress.org/isabel_brison/\">@isabel_brison</a>).&nbsp; Cohort: Chandrika Guntur (<a href=\"https://profiles.wordpress.org/cguntur/\">@cguntur</a>), Anchen le Roux (<a href=\"https://profiles.wordpress.org/anchenlr/\">@anchenlr</a>), and Rebecca Hum (<a href=\"https://profiles.wordpress.org/rebasaurus/\">@rebasaurus</a>).</li><li><strong>Design Leads:</strong> Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>) and Tammie Lister (<a href=\"https://profiles.wordpress.org/karmatosed/\">@karmatosed</a>).&nbsp; Cohort: Anyssa Ferreira (<a href=\"https://profiles.wordpress.org/anyssa/\">@anyssa</a>), Estela Rueda (<a href=\"https://profiles.wordpress.org/estelaris/\">@estelaris</a>), Tracy Apps (<a href=\"https://profiles.wordpress.org/tray/\">@tray</a>), and Sophia DeRosia (<a href=\"https://profiles.wordpress.org/eringoblog/\">@eringoblog</a>).</li><li><strong>Design Tech Lead:</strong> Shital Marakana (<a href=\"https://profiles.wordpress.org/shital-patel/\">@shital-patel</a>).</li><li><strong>Accessibility Lead:</strong> Sarah Ricker (<a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricke<strong>r</strong></a>).&nbsp;Cohort: Hauwa Abashiya (<a href=\"https://profiles.wordpress.org/azhiyadev/\">@azhiyadev</a>).</li><li><strong>Marketing &amp; Communications Leads:</strong> Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>) and Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>).&nbsp;Cohort: Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">@nalininonstopnewsuk</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Olga Gleckler (<a href=\"https://profiles.wordpress.org/oglekler/\">@ogleckler</a>), Larissa Murrillo (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), Michelle Frechette (<a href=\"https://profiles.wordpress.org/michelleames/\">@michelleames</a>), Breann McDede (<a href=\"https://profiles.wordpress.org/bmcdede/\">@bmcdede</a>), and Afshana Diya (<a href=\"https://profiles.wordpress.org/afshanadiya/\">@afshanadiya</a>).</li><li><strong>Documentation Lead: </strong>Shawntelle Coker (<a href=\"https://profiles.wordpress.org/sncoker/\">@sncoker</a>). Cohort: Daisy Olsen (<a href=\"https://profiles.wordpress.org/daisyo/\">@DaisyO</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Winstina Hughes (<a href=\"https://profiles.wordpress.org/planningwrite/\">@planningwrite</a>).</li><li><strong>Documentation Review Lead:</strong> Michele Butcher-Jones (<a href=\"https://profiles.wordpress.org/m_butcher/\">@m_butcher</a>).&nbsp; Cohort: Nidhi Jain (<a href=\"https://profiles.wordpress.org/jainnidhi/\">@jainnidhi</a>), Laura Byrne Cristiano (<a href=\"https://wordpress.org/support/users/newyorkerlaura/\">@newyorkerlaura</a>).</li><li><strong>Default Theme Design Lead:</strong> Mel Choyce-Dwan (<a href=\"https://profiles.wordpress.org/melchoyce/\">@melchoyce</a>).&nbsp; Cohort: Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>).</li><li><strong>Default Theme Development Lead:</strong> Carolina Nymark (<a href=\"https://profiles.wordpress.org/poena/\">@poena</a>).&nbsp; Cohort: Kelly Choyce-Dwan (<a href=\"https://profiles.wordpress.org/ryelle/\">@ryelle</a>) and Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Default Theme Wrangler:</strong> Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Test Lead:</strong> Monika Rao (<a href=\"https://profiles.wordpress.org/monikarao/\">@monikarao</a>).&nbsp; Cohort: Allie Nimmons (<a href=\"https://profiles.wordpress.org/alliennimmons/\">@alliennimmons</a>).</li><li><strong>Support Lead:</strong> Bet Hannon (<a href=\"https://profiles.wordpress.org/bethannon1/\">@bethannon1</a>).</li></ul>\n\n\n\n<p>As always, this release reflects the hard work of 605 generous volunteer contributors. They collaborated on nearly 350 tickets on Trac and over 1,000 pull requests on GitHub.</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/zgrkaralar/\">&#214;zg&#252;r KARALAR</a>, <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich/\">A5hleyRich</a>, <a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">aaronrobertshaw</a>, <a href=\"https://profiles.wordpress.org/abderrahman/\">abderrahman</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/pokhriyal/\">Abhishek Pokhriyal</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/adriandegrafreak/\">Adri&#225;n de Grafreak</a>, <a href=\"https://profiles.wordpress.org/adriantirusli/\">Adrianti Rusli</a>, <a href=\"https://profiles.wordpress.org/afshanadiya/\">Afshana Diya</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a>, <a href=\"https://profiles.wordpress.org/elgameel/\">Ahmed Elgameel</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/ajensen/\">ajensen</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/aktasfatih/\">aktasfatih</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/cawa-93/\">Alex Kozack</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexstandiford/\">Alex Standiford</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/alliennimmons/\">Allie Nimmons</a>, <a href=\"https://profiles.wordpress.org/ambienthack/\">ambienthack</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a>, <a href=\"https://profiles.wordpress.org/anandau14/\">Anand Upadhyay</a>, <a href=\"https://profiles.wordpress.org/anchenlr/\">Anchen le Roux</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andr&#233; Maneiro</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/baicusandrei/\">Andrei Baicus</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/andy/\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/andystitt829/\">Andy Stitt</a>, <a href=\"https://profiles.wordpress.org/akissz/\">Angel Hess</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a>, <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a>, <a href=\"https://profiles.wordpress.org/anuj2/\">anuj2</a>, <a href=\"https://profiles.wordpress.org/anyssa/\">Anyssa Ferreira</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/archduck/\">archduck</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/arippberger/\">arippberger</a>, <a href=\"https://profiles.wordpress.org/arjendejong/\">arjendejong</a>, <a href=\"https://profiles.wordpress.org/arnaudban/\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/akkspro/\">Arslan Ahmed Kalwar</a>, <a href=\"https://profiles.wordpress.org/asvinballoo/\">Asvin Balloo</a>, <a href=\"https://profiles.wordpress.org/tacitonic/\">Atharva Dhekne</a>, <a href=\"https://profiles.wordpress.org/austyfrosty/\">Austin Passy</a>, <a href=\"https://profiles.wordpress.org/austin880625/\">austin880625</a>, <a href=\"https://profiles.wordpress.org/avixansa/\">avixansa</a>, <a href=\"https://profiles.wordpress.org/ayesh/\">ayesh</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/barry/\">Barry</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\">Bart Czyz</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/bduclos/\">bduclos</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/benmeredithgmailcom/\">Ben Meredith</a>, <a href=\"https://profiles.wordpress.org/kau-boy/\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bethannon1/\">Bet Hannon</a>, <a href=\"https://profiles.wordpress.org/bethsoderberg/\">Beth Soderberg</a>, <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a>, <a href=\"https://profiles.wordpress.org/hareshlive/\">Bhagvan Mangukiya</a>, <a href=\"https://profiles.wordpress.org/bhautikvirani/\">bhautikvirani</a>, <a href=\"https://profiles.wordpress.org/bananastalktome/\">Billy S</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boldgrid/\">BoldGrid</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ibdz/\">Boy Witthaya</a>, <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/bmcdede/\">Breann McDede</a>, <a href=\"https://profiles.wordpress.org/bmillersw/\">Brent Miller</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brianhenryie/\">Brian Henry</a>, <a href=\"https://profiles.wordpress.org/brianhogg/\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard/\">Bridget Willard</a>, <a href=\"https://profiles.wordpress.org/brijeshb42/\">brijeshb42</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calin/\">Calin Don</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/campusboy1987/\">campusboy</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/carolinegeven/\">Caroline</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chadreitsma/\">Chad Reitsma</a>, <a href=\"https://profiles.wordpress.org/cguntur/\">Chandrika Guntur</a>, <a href=\"https://profiles.wordpress.org/cpapazoglou/\">Charalampos Papazoglou</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chexwarrior/\">chexwarrior</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/alexandec/\">Chris Alexander</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/ctmartin0/\">Christian Martin</a>, <a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/chunkysteveo/\">chunkysteveo</a>, <a href=\"https://profiles.wordpress.org/claudiulodro/\">Claudiu Lodromanean</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/commeuneimage/\">Commeuneimage</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/salzano/\">Corey Salzano</a>, <a href=\"https://profiles.wordpress.org/cranewest/\">cranewest</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/ctmartin/\">ctmartin</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">D&#225;vid Szab&#243;</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">danieltj</a>, <a href=\"https://profiles.wordpress.org/dantahoua/\">dantahoua</a>, <a href=\"https://profiles.wordpress.org/dkotter/\">Darin Kotter</a>, <a href=\"https://profiles.wordpress.org/dmchale/\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/davidjlaietta/\">David Wolfpaw</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/davisshaver/\">Davis Shaver</a>, <a href=\"https://profiles.wordpress.org/dd32/\">dd32</a>, <a href=\"https://profiles.wordpress.org/p00ya/\">Dean</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a>, <a href=\"https://profiles.wordpress.org/deepaklalwani/\">Deepak Lalwani</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/demetris/\">demetris (Demetris Kikizas)</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy/\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/valendesigns/\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/designer023/\">Designer023</a>, <a href=\"https://profiles.wordpress.org/dfenton/\">dfenton</a>, <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dharmin16/\">Dharmin Shah</a>, <a href=\"https://profiles.wordpress.org/dhruvin/\">Dhruvin</a>, <a href=\"https://profiles.wordpress.org/dhulwells/\">Dhul Wells</a>, <a href=\"https://profiles.wordpress.org/dietpawel/\">dietpawel</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/djzone/\">DjZoNe</a>, <a href=\"https://profiles.wordpress.org/dogwithblog/\">dogwithblog</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/donsony/\">donsony</a>, <a href=\"https://profiles.wordpress.org/dossy/\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dpacks/\">dpacks</a>, <a href=\"https://profiles.wordpress.org/raubvogel/\">Dr. Ronny Harbich</a>, <a href=\"https://profiles.wordpress.org/dratwas/\">dratwas</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dsifford/\">dsifford</a>, <a href=\"https://profiles.wordpress.org/dushakov/\">dushakov</a>, <a href=\"https://profiles.wordpress.org/dushanthi/\">dushanthi</a>, <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique S&#225;nchez</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a>, <a href=\"https://profiles.wordpress.org/erikjandelange/\">erikjandelange</a>, <a href=\"https://profiles.wordpress.org/folletto/\">Erin \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/eringoblog/\">eringoblog</a>, <a href=\"https://profiles.wordpress.org/eroraghav/\">eroraghav</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">etoledom</a>, <a href=\"https://profiles.wordpress.org/thegp/\">EugeneBos</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/dyrer/\">Evangelos Athanasiadis</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/ferkho/\">Ferenc Forgacs</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/flymike/\">flymike</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett/\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyc40/\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/subscriptiongroup/\">George</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/glauberglauber/\">Glauber Mota</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/goldenapples/\">goldenapples</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Zi&#243;łkowski</a>, <a href=\"https://profiles.wordpress.org/guidooffermans/\">guidooffermans</a>, <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a>, <a href=\"https://profiles.wordpress.org/hvar/\">H-var</a>, <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/isharis/\">Haris Zulfiqar</a>, <a href=\"https://profiles.wordpress.org/harrym/\">harrym</a>, <a href=\"https://profiles.wordpress.org/harshbarach/\">harshbarach</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hoasi/\">HoaSi</a>, <a href=\"https://profiles.wordpress.org/hongnizzle/\">Hong Nga Nguyen</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/igorradovanov/\">Igor Radovanov</a>, <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/ingereck/\">ingereck</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/iqbalbary/\">iqbalbary</a>, <a href=\"https://profiles.wordpress.org/ireneyoast/\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/jagirbaheshwp/\">jagirbaheshwp</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/twentyzerotwo/\">Jake Whiteley</a>, <a href=\"https://profiles.wordpress.org/jamescollins/\">James Collins</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesros161/\">James Rosado</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/javidalkaruzi/\">Janvo Aldred</a>, <a href=\"https://profiles.wordpress.org/jaredcobb/\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jaswrks/\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/javorszky/\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami/\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jeffikus/\">jeffikus</a>, <a href=\"https://profiles.wordpress.org/jellypixel/\">jellypixel</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">Jeremy Scott</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a>, <a href=\"https://profiles.wordpress.org/jeslen/\">Jeslen Bucci</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jfoulquier/\">jfoulquier</a>, <a href=\"https://profiles.wordpress.org/jimyaghi/\">jimyaghi</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelyoder/\">Joel Yoder</a>, <a href=\"https://profiles.wordpress.org/joelclimbsthings/\">joelclimbsthings</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johannadevos/\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/joseaneto/\">joseaneto</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshlevinson/\">Josh Levinson</a>, <a href=\"https://profiles.wordpress.org/shelob9/\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a>, <a href=\"https://profiles.wordpress.org/tai/\">JOTAKI, Taisuke</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/junaidbhura/\">Junaid Bhura</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/justlevine/\">justlevine</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/karthikbhatb/\">Karthik Bhat</a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/kelsu02/\">Kelly R</a>, <a href=\"https://profiles.wordpress.org/kellybleck/\">kellybleck</a>, <a href=\"https://profiles.wordpress.org/kellylawrence/\">kellylawrence</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/kipperlenny/\">Kipperlenny</a>, <a href=\"https://profiles.wordpress.org/kirilzh/\">Kiril Zhelyazkov</a>, <a href=\"https://profiles.wordpress.org/kburgoine/\">Kirsty Burgoine</a>, <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">KittMedia</a>, <a href=\"https://profiles.wordpress.org/kjbenk/\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/komagain/\">komagain</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a>, <a href=\"https://profiles.wordpress.org/landau/\">landau</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\">Larissa Murillo</a>, <a href=\"https://profiles.wordpress.org/latifi/\">latifi</a>, <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a>, <a href=\"https://profiles.wordpress.org/laurora/\">Laura Nelson</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/gamerz/\">Lester Chan</a>, <a href=\"https://profiles.wordpress.org/leutrimh/\">Leutrim Husaj</a>, <a href=\"https://profiles.wordpress.org/limera1n/\">lim3ra</a>, <a href=\"https://profiles.wordpress.org/lpointet/\">Lionel Pointet</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/llizard/\">llizard</a>, <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a>, <a href=\"https://profiles.wordpress.org/lucagrandicelli/\">Luca Grandicelli</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/_luigi/\">Luigi Cavalieri</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lumne/\">Lumne</a>, <a href=\"https://profiles.wordpress.org/mager19/\">mager19</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mailnew2ster/\">mailnew2ster</a>, <a href=\"https://profiles.wordpress.org/shamimmoeen/\">Mainul Hassan Main</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/malinajirka/\">malinajirka</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/manzwebdesigns/\">manzwebdesigns</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a>, <a href=\"https://profiles.wordpress.org/marijnkoopman/\">Marijn Koopman</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a>, <a href=\"https://profiles.wordpress.org/markscottrobson/\">Mark Robson</a>, <a href=\"https://profiles.wordpress.org/marks99/\">Mark Smallman</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep/\">markshep</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/wetah/\">Mateus Machado Luna</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom/\">Matt Cromwell</a>, <a href=\"https://profiles.wordpress.org/gothickgothickorguk/\">Matt Gibson</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/pfefferle/\">Matthias Pfefferle</a>, <a href=\"https://profiles.wordpress.org/mattoperry/\">mattoperry</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/mayankmajeji/\">Mayank Majeji</a>, <a href=\"https://profiles.wordpress.org/meaganhanes/\">Meagan Hanes</a>, <a href=\"https://profiles.wordpress.org/megphillips91/\">Meg Phillips</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>, <a href=\"https://profiles.wordpress.org/mgrenierfarmmedia/\">mgrenierfarmmedia</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/m_butcher/\">Michele Butcher-Jones</a>, <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikelopez/\">mikelopez</a>, <a href=\"https://profiles.wordpress.org/mikeyarce/\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/eemitch/\">Mitchell Bennis</a>, <a href=\"https://profiles.wordpress.org/mmarco9/\">mmarco9</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/mopsyd/\">mopsyd</a>, <a href=\"https://profiles.wordpress.org/morganestes/\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/gwendydd/\">Morgan Kay</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a>, <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a>, <a href=\"https://profiles.wordpress.org/mrgrt/\">mrgrt</a>, <a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/musicaljoeker/\">musicaljoeker</a>, <a href=\"https://profiles.wordpress.org/mweichert/\">mweichert</a>, <a href=\"https://profiles.wordpress.org/n5hzr/\">n5hzr</a>, <a href=\"https://profiles.wordpress.org/nabilmoqbel/\">Nabil Moqbel</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/naoki0h/\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nateinaction/\">Nate Gay</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/navanathbhosale/\">Navanath Bhosale</a>, <a href=\"https://profiles.wordpress.org/naveenkharwar/\">Naveen Kharwar</a>, <a href=\"https://profiles.wordpress.org/lcyh78/\">Neil James (lcyh78)</a>, <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/arealnobrainer/\">Netravnen</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/nicomollet/\">nicomollet</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/nikolam/\">Nikola</a>, <a href=\"https://profiles.wordpress.org/nbachiyski/\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/njbrown/\">njbrown</a>, <a href=\"https://profiles.wordpress.org/nlpro/\">nlpro</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/noahshrader/\">noahshrader</a>, <a href=\"https://profiles.wordpress.org/nourma/\">nourma</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/oolleegg55/\">oolleegg55</a>, <a href=\"https://profiles.wordpress.org/optimizingmatters/\">Optimizing Matters</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/ovann86/\">ovann86</a>, <a href=\"https://profiles.wordpress.org/ovenall/\">ovenall</a>, <a href=\"https://profiles.wordpress.org/oxyc/\">oxyc</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/jhonqwerty/\">pabloselin</a>, <a href=\"https://profiles.wordpress.org/paddy/\">Paddy</a>, <a href=\"https://profiles.wordpress.org/pankajmohale/\">Pankaj Mohale</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pabline/\">Paul Bunkham</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulstonier/\">Paul Stonier</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/pentatonicfunk/\">pentatonicfunk</a>, <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>, <a href=\"https://profiles.wordpress.org/pekz0r/\">Peter Elmered</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/decrecementofeliz/\">Pilar Mera</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/pishmishy/\">pishmishy</a>, <a href=\"https://profiles.wordpress.org/pkvillanueva/\">pkvillanueva</a>, <a href=\"https://profiles.wordpress.org/prashanttholia/\">prashanttholia</a>, <a href=\"https://profiles.wordpress.org/pratikkry/\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/prionkor/\">prionkor</a>, <a href=\"https://profiles.wordpress.org/psealock/\">psealock</a>, <a href=\"https://profiles.wordpress.org/puneetsahalot/\">Puneet Sahalot</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajanit2000/\">Rajan Vijayan</a>, <a href=\"https://profiles.wordpress.org/rajeshsingh520/\">rajeshsingh520</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/redstar504/\">redstar504</a>, <a href=\"https://profiles.wordpress.org/regankhadgi/\">Regan Khadgi</a>, <a href=\"https://profiles.wordpress.org/renehermi/\">Rene Hermenau</a>, <a href=\"https://profiles.wordpress.org/retlehs/\">retlehs</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/riaanlom/\">riaanlom</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">ribaricplusplus</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rnaby/\">Rnaby</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rogerlos/\">rogerlos</a>, <a href=\"https://profiles.wordpress.org/roikles/\">roikles</a>, <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a>, <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/roo2/\">roo2</a>, <a href=\"https://profiles.wordpress.org/rtagliento/\">rtagliento</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a>, <a href=\"https://profiles.wordpress.org/sabrinazeidan/\">Sabrina Zeidan</a>, <a href=\"https://profiles.wordpress.org/saeedfard/\">Saeed Fard</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla/\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a>, <a href=\"https://profiles.wordpress.org/sswebster/\">Sam Webster</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a>, <a href=\"https://profiles.wordpress.org/saqibameen/\">Saqib Ameen</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">Sarah Ricker</a>, <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>, <a href=\"https://profiles.wordpress.org/sawanoboly/\">sawanoboly</a>, <a href=\"https://profiles.wordpress.org/scarolan/\">scarolan</a>, <a href=\"https://profiles.wordpress.org/l3rady/\">Scott Cariss</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanpaulrasmussen/\">seanpaulrasmussen</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/senning/\">Senning</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/sncoker/\">Shawntelle Coker</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shramee/\">shramee</a>, <a href=\"https://profiles.wordpress.org/sresok/\">Simon Resok</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/sproutchris/\">sproutchris</a>, <a href=\"https://profiles.wordpress.org/stulab/\">St&#233;phane Treilhou</a>, <a href=\"https://profiles.wordpress.org/metodiew/\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/garubi/\">Stefano Garuti</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/sterndata/\">Steven Stern (sterndata)</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stoyangeorgiev/\">Stoyan Georgiev</a>, <a href=\"https://profiles.wordpress.org/sudoshreyansh/\">sudoshreyansh</a>, <a href=\"https://profiles.wordpress.org/smub/\">Syed Balkhi</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/utz119/\">TeBenachi</a>, <a href=\"https://profiles.wordpress.org/techboyg5/\">techboyg5</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/thefarlilacfield/\">thefarlilacfield</a>, <a href=\"https://profiles.wordpress.org/thelmachido/\">Thelma Mutete</a>, <a href=\"https://profiles.wordpress.org/thib3113/\">thib3113</a>, <a href=\"https://profiles.wordpress.org/thijsvanloef/\">thijsvanloef</a>, <a href=\"https://profiles.wordpress.org/webzunft/\">Thomas M</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/thomaslhotta/\">thomaslhotta</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timotijhof/\">TimoTijhof</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul I Chowdhury</a>, <a href=\"https://profiles.wordpress.org/tray/\">tracy apps</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, <a href=\"https://profiles.wordpress.org/treibstoff/\">treibstoff</a>, <a href=\"https://profiles.wordpress.org/trisha_cornelius/\">Trisha Cornelius</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/tzafrir/\">tzafrir</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/uxkai/\">uxkai</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\">Valentin Bora</a>, <a href=\"https://profiles.wordpress.org/contact-banker/\">Varun Sharma</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">vcanales</a>, <a href=\"https://profiles.wordpress.org/ravivaddweb/\">vidhiaddweb</a>, <a href=\"https://profiles.wordpress.org/vinayakanivase/\">Vinayak Anivase</a>, <a href=\"https://profiles.wordpress.org/vinita29/\">Vinita Tandulkar</a>, <a href=\"https://profiles.wordpress.org/usestrict/\">Vinny</a>, <a href=\"https://profiles.wordpress.org/virgodesign/\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/webmigrates/\">Webmigrates Technologies</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/planningwrite/\">Winstina Hughes</a>, <a href=\"https://profiles.wordpress.org/wittich/\">wittich</a>, <a href=\"https://profiles.wordpress.org/worldweb/\">worldweb</a>, <a href=\"https://profiles.wordpress.org/y_kolev/\">Y_Kolev</a>, <a href=\"https://profiles.wordpress.org/yansern/\">Yan Sern</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yscik/\">yscik</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, and <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>.\n\n\n\n<p></p>\n\n\n\n<p>In addition, many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time, or they’ve been around since the first release all the way back in 2003. These releases are as successful as they are because of their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who helped make WordPress 5.6. available in 38 languages at the time of release. Our community translators are hard at work ensuring more languages are on their way (70 are already at 90%). If contributing to WordPress appeals to you, it’s easy to learn more. Check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> or the <a href=\"https://make.wordpress.org/core/\">core development blog</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:4:\"9325\";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:57:\"\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:22:\"State of the Word 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2020/12/state-of-the-word-2020/\";s: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, 04 Dec 2020 22:55: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:1:{i:0;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9296\";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:110:\"State of the Word will be streamed on Facebook, YouTube, and Twitter on Thursday, Dec 17th, 2020  at 1600 UTC.\";s: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:\"Josepha\";s: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:1225:\"\n<p>State of the Word is an annual keynote address delivered by the project co-founder, Matt Mullenweg. Catch this year&#8217;s keynote in the video below!</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' width=\'632\' height=\'356\' src=\'https://www.youtube.com/embed/QI3qCoiuG3w?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\' sandbox=\'allow-scripts allow-same-origin allow-popups allow-presentation\'></iframe>\n</div></figure>\n\n\n\n<h3>New to State of the Word?</h3>\n\n\n\n<p>If this is your first time hearing of this talk, you’re in luck! Check out previous recordings below.</p>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">State of the Word 2019 &#8211; WordCamp US, St. Louis</a></li><li><a href=\"https://wordpress.tv/2018/12/27/state-of-the-word-2018/\">State of the Word 2018 &#8211; WordCamp US, Nashville</a></li><li><a href=\"https://wordpress.tv/tag/state-of-the-word/\">All recordings</a></li></ul>\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:4:\"9296\";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:57:\"\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:37:\"The Month in WordPress: November 2020\";s: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/2020/12/the-month-in-wordpress-november-2020/\";s: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, 02 Dec 2020 09:13:48 +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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9283\";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:304:\"November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world! WordPress 5.6 updates The Core team released WordPress 5.6 Beta 3 on Nov. 2, Beta 4 on Nov. 12, release candidate 1 on Nov. 17, and release candidate 2 on Dec. 1. You [&#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:\"Hari Shanker R\";s: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:10892:\"\n<p>November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.6 updates</h2>\n\n\n\n<p>The Core team released WordPress 5.6 <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-3/\">Beta 3</a> on Nov. 2, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-4/\">Beta 4</a> on Nov. 12, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-release-candidate/\">release candidate</a> 1 on Nov. 17, and <a href=\"https://wordpress.org/news/2020/12/wordpress-5-6-release-candidate-2/\">release candidate 2</a> on Dec. 1. You can test the Beta versions and the release candidates by <a href=\"https://wordpress.org/wordpress-5.6-beta2.zip\">downloading them from WordPress.org</a> or by using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin. Check out the <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 field guide</a> to understand the features of WordPress 5.6 and learn how you can incorporate them into your websites. WordPress 5.6 <a href=\"https://make.wordpress.org/core/5-6/\">will be out by Dec. 9, 2020</a>. </p>\n\n\n\n<p>But our work is never done: You can submit <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-5-7-whats-on-your-wishlist/\">feature suggestions for WordPress 5.7</a> by Dec. 15.&nbsp;</p>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress Core dev chats on Wednesdays at 5 a.m. and 8 p.m. UTC in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel on the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>, and <a href=\"https://make.wordpress.org/core/tag/dev-chat/\">catch up with recaps</a> on the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>. If you would like to help with WordPress 5.6 outreach, contact the <a href=\"https://make.wordpress.org/marketing/\">WordPress Marketing team</a> on the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel.</p>\n\n\n\n<h2>Gutenberg 9.3 and 9.4 are out</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">Version 9.3</a> on Nov. 4 and <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">Version 9.4</a> on Nov. 18. Both versions include&nbsp; several improvements to Full Site Editing (FSE) flows, in addition to bug fixes and feature upgrades. Version 9.3 is the first release that isn’t included entirely in WordPress 5.6; the version automatically enables FSE experiments when a block-based theme is active. Version 9.4 introduces some new features like percentage width for button blocks, block variation transformations, social icon support, and font size support for the list block. You can find out more about the Gutenberg roadmap in the <a href=\"https://make.wordpress.org/core/2020/11/02/whats-next-in-gutenberg-november-2020/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Learn WordPress updates</h2>\n\n\n\n<p>WordPress contributor teams are all set to launch <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> in December. Community members can now watch<a href=\"https://learn.wordpress.org/workshops\"> video workshops</a> to learn about various WordPress topics, <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">participate in discussion groups</a>, and use <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a> for organizing their own workshops. Contributor teams have launched <a href=\"https://make.wordpress.org/community/2020/11/18/quizzes-are-now-live-on-learn-wordpress/\">quizzes</a> and are also working on <a href=\"https://make.wordpress.org/community/2020/11/18/standards-for-learn-wordpress-workshop-content/\">setting standards</a> for workshops.<br></p>\n\n\n\n<p>Want to contribute to Learn WordPress? You can now submit a <a href=\"https://learn.wordpress.org/workshop-presenter-application/\">workshop application</a> (submissions in languages other than English are welcome!), apply to become a <a href=\"https://learn.wordpress.org/discussion-group-leader-application/\">discussion group leader</a>, organize <a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\">discussions for your local WordPress meetup group</a>, or <a href=\"https://make.wordpress.org/training/2020/11/25/high-priority-items-before-learn-wordpress-org-launch-part-2/\">help fix issues with existing lesson plans</a>.</p>\n\n\n\n<h2>WordPress 5.6 Translations and Polyglots survey</h2>\n\n\n\n<p>WordPress 5.6 is ready to be translated and is now at <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a>. If you would like to contribute, <a href=\"https://make.wordpress.org/polyglots/2020/11/07/wordpress-5-6-ready-to-be-translated/\">check out these instructions</a> and ensure that <a href=\"https://make.wordpress.org/polyglots/handbook/translating/packaging-localized-wordpress/automated-release-packages/\">your locale is ready for an automated release</a>. The Polyglots team has also kicked off its <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">translator research survey</a>. Please <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">participate in the survey</a>, share the <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">survey link</a> with members of your locale, and help amplify the <a href=\"https://www.facebook.com/WPTranslationDay/posts/1275404086174610\">Facebook</a>, <a href=\"https://twitter.com/TranslateWP/status/1333342595913834496\">Twitter</a>, and <a href=\"https://www.linkedin.com/posts/wptranslationday_makewordpress-wordpress-activity-6739110862650523648-fX8R/\">LinkedIn</a> posts about it.</p>\n\n\n\n<p>Want to help WordPress speak your language? Follow <a href=\"https://make.wordpress.org/polyglots\">the Polyglots team blog</a> and join the <a href=\"https://wordpress.slack.com/archives/C02RP50LK\">#polyglots</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li><a href=\"https://www.php.net/releases/8.0/en.php\">PHP 8</a> is out, and WordPress 5.6 <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">aims to be &#8220;beta-compatible&#8221; with the latest PHP version</a>.</li><li>Contributor teams have kicked off <a href=\"https://make.wordpress.org/themes/2020/11/18/theme-previews-in-the-time-of-blocks/\">an ongoing discussion on starter content for WordPress themes</a>. Starter content for the <a href=\"http://wp-themes.com/twentytwentyone/\">Twenty Twenty One</a>, <a href=\"http://wp-themes.com/twentytwenty/\">Twenty Twenty</a>, and <a href=\"http://wp-themes.com/twentyseventeen/\">Twenty Seventeen</a> themes are now available.</li><li>The Accessibility team is <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">testing a tool</a> to generate the structure of an accessibility statement for WordPress websites based on <a href=\"https://www.w3.org/WAI/planning/statements/generator/#create\">W3C standards</a>, and it is <a href=\"https://github.com/10degrees/accessibility-statement-plugin/issues\">requesting feedback from the community</a>.</li><li>The <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> has published a <a href=\"https://wordpressfoundation.org/2020/open-source-workshops-november-2020-report/\">report on Open Source workshops</a> that were held online in 2020, based on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> platform.</li><li>The Docs team is actively <a href=\"https://make.wordpress.org/docs/2020/11/12/follow-up-on-gutenberg-developer-documentation-restructuring-proposal/\">following up</a> on a proposal to <a href=\"https://make.wordpress.org/docs/2020/08/13/plan-proposal-for-a-new-better-structured-gutenberg-developer-documentation/\">restructure the Gutenberg developer documentation</a>.</li><li>The Community team is back with <a href=\"https://make.wordpress.org/community/tag/tuesdaytrainings/\">Tuesday Trainings</a>. The team is <a href=\"https://make.wordpress.org/community/2020/11/16/community-team-goals-for-2021-share-your-suggestions/\">also inviting suggestions on team goals for 2021</a> with a deadline of Dec. 14.</li><li>The Support team is <a href=\"https://make.wordpress.org/support/2020/11/changing-up-the-forum-front-page/\">making changes to the forum page</a> to improve discoverability. </li><li>Two online WordCamps took place in November: <a href=\"https://finland.wordcamp.org/2020/\">WordCamp Finland Online</a> and <a href=\"https://mexico.wordcamp.org/2020/\">WordCamp Mexico Online</a>. You can find Livestream recaps of the events on their websites. Videos will soon be available on WordPress.tv as well.</li><li>The Themes team <a href=\"https://make.wordpress.org/themes/2020/11/11/meeting-notes-tuesday-november-10-2020/\">made some changes to WordPress theme requirements</a>. These include removing updated CSS guidelines and a proposed plan to make WordPress themes accessibility-ready. The team is also <a href=\"https://make.wordpress.org/themes/2020/11/19/feedback-requested-resolution-process-for-issues-found-in-live-themes/\">requesting feedback</a> on the resolution process for issues found in live themes.</li><li>WordPress 5.6 will feature a <a href=\"https://make.wordpress.org/core/2020/11/05/updating-core-jquery-to-version-3-part-2/\">major jQuery change</a>, with the bundled jQuery version being updated to Version 3.5.1 and jQuery Migrate being updated to Version 3.3.2.</li><li>The <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Diversity speaker training group</a> of the Community team is requesting feedback on reimagining their work. Please <a href=\"https://make.wordpress.org/community/2020/11/12/input-requested-re-imagining-the-work-of-the-diverse-speaker-training-group-wpdiversity/\">share your feedback as comments on the post</a> by Dec. 18.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></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:4:\"9283\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 5.6 Release Candidate 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/12/wordpress-5-6-release-candidate-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Dec 2020 22:09: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:8:\"category\";a:3:{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:\"5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9274\";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:388:\"The second release candidate for WordPress 5.6 is here! WordPress 5.6 is slated for release on December 8, 2020, and we need your help to get there—if you haven’t tried 5.6 yet, now is the time! You can test WordPress 5.6 release candidate 2 in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option). Or download the release [&#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:7:\"Josepha\";s: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:2249:\"\n<p>The second release candidate for WordPress 5.6 is here!</p>\n\n\n\n<p>WordPress 5.6 is slated for release on <strong>December 8, 2020</strong>, and we need <em>your</em> help to get there—if you haven’t tried 5.6 yet, now is the time!</p>\n\n\n\n<p>You can test WordPress 5.6 release candidate 2 in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option).</li><li>Or <a href=\"https://wordpress.org/wordpress-5.6-RC2.zip\">download the release candidate here (zip)</a>.</li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the&nbsp;Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.6 and update the <em>Tested up to</em> version in the readme file to 5.6. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>. That way, those can be figured out before the final release. </p>\n\n\n\n<p>For a more detailed breakdown of the changes included in WordPress 5.6, check out the <a href=\"https://wordpress.org/news/2020/10/wordpress-5-6-beta-1/\">WordPress 5.6 beta 1 post</a>. The <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 Field Guide</a> is also out! It’s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>Think you found a bug?</strong> Post it to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report you can <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>. Don&#8217;t forget to check <a href=\"https://core.trac.wordpress.org/tickets/major\">the list of known bugs</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:4:\"9274\";s: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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 06 Feb 2021 06:45:21 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 03 Feb 2021 21:30:51 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:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20200502025608\";}', 'no');
INSERT INTO `nufsty_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1546, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1612637121', 'no'),
(1547, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1612593921', 'no'),
(1548, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1612637121', 'no');
INSERT INTO `nufsty_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1549, '_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:131:\"WPTavern: Gutenberg 9.9 Adds Color Options for Social Icons, Includes Rounded Borders for Images, and Changes the Theme JSON Format\";s: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=111628\";s: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:303:\"https://wptavern.com/gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format\";s: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:7460:\"<p class=\"has-drop-cap\">Version 9.9 of the <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg plugin</a> landed earlier today. While it includes several minor UI improvements, the biggest user-facing change is the inclusion of icon and background color options for the Social Links block. Theme authors can now add support for rounded image borders. They are also faced with a breaking change to their theme JSON files.</p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-5-7-beta-1-is-ready-for-testing\">WordPress 5.7 Beta 1 </a>was released earlier this week. The final 5.7 release will include features from Gutenberg 9.9 back down to 9.3. Only bug fixes from upcoming plugin updates should be ported into WordPress during the rest of the development cycle.</p>\n\n\n\n<p>The development team squashed over 30 bugs in the latest plugin update. It also includes several enhancements and API updates. Plugin developers can now <a href=\"https://github.com/WordPress/gutenberg/pull/28482\">override the block category</a> when registering variations, which should help with discoverability.</p>\n\n\n\n<p>Full Site Editing and other experimental work continued as usual. One item that theme authors should keep an eye on is the initial groundwork for additional <a href=\"https://github.com/WordPress/gutenberg/pull/28049\">border options</a>. The experimental feature for adding border colors, styles, and widths for blocks has long been on the wish list of many. I expect that the team will start slowly rolling out block support and a UI in coming versions.</p>\n\n\n\n<h2>Color Options for Social Links</h2>\n\n\n\n<img />Icon and background colors for Social Links.\n\n\n\n<p class=\"has-drop-cap\">Users can now <a href=\"https://github.com/WordPress/gutenberg/issues/21605\">change the icon color and background</a> in the Social Links block. This change allows the user to customize the colors for all icons in the links list. The &ldquo;logos only&rdquo; block style does not support a background color.</p>\n\n\n\n<p>The missing piece is the ability to set individual icon colors and their hover colors. One of the use cases in theme design is to provide a solid-colored group of icons that change to the brand colors on hover or focus. The only way to do this from the user&rsquo;s end is via individual icon color options. Even the ability to set the icon hover color for the entire block is still unavailable.</p>\n\n\n\n<p>Branding guidelines were <a href=\"https://github.com/WordPress/gutenberg/issues/21605#issuecomment-629318653\">mentioned as a concern</a> with the current color options, but that concern is outside the scope of WordPress&rsquo;s responsibility (see <a href=\"https://github.com/WordPress/gutenberg/pull/21900#issuecomment-624307120\">longer analysis regarding logos</a>). Many brands also have alternate colors they allow, which are not possible to use without icon-specific colors.</p>\n\n\n\n<p>Setting the background and text color for all icons at once is a step in the right direction, but the block editor is still not matching what theme authors are doing in traditional theme design. These missing features are blockers for the eventual adoption of Full Site Editing.</p>\n\n\n\n<h2>Rounded Border Support for Themes</h2>\n\n\n\n<img />Border radius setting for the Image block.\n\n\n\n<p class=\"has-drop-cap\">Theme authors can now <a href=\"https://github.com/WordPress/gutenberg/pull/27667\">opt into border-radius support</a> for images. Support comes in two forms. One is a setting to allow end-users to customize the border-radius via the block options sidebar. The second is setting a default border-radius value for all images.</p>\n\n\n\n<p>The Gutenberg team first added border-radius support to the Group block in <a href=\"https://wptavern.com/gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame\">version 9.8</a>. Currently, only the Group and Image blocks support the feature.</p>\n\n\n\n<p>The following theme JSON code will add settings and styles support. Note the new format change, which is covered in the next section.</p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"settings\": {\n        \"core/image\": {\n            \"border\": {\n                \"customRadius\": true\n            }\n        }\n    },\n    \"styles\": {\n        \"core/image\": {\n            \"border\" : {\n                \"radius\": \"10px\"\n            }\n        }\n    }\n}</code></pre>\n\n\n\n<h2>New Theme JSON File Format</h2>\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 9.9 introduces two breaking changes to the <code>experimental-theme.json</code> file, which will eventually be renamed to <code>theme.json</code> once it is out of the experimental stage. This file allows theme authors to configure custom styles and settings for the block system. Any themes currently using the pre-9.9 format will need to be updated.</p>\n\n\n\n<p>The first change makes <code>settings</code> and <code>styles</code> <a href=\"https://github.com/WordPress/gutenberg/pull/28110\">top-level keys in the file</a>. The second change <a href=\"https://github.com/WordPress/gutenberg/pull/28533\">renames and splits</a> the <code>global</code> key to <code>defaults</code> and <code>root</code>. <code>defaults</code> deal with default values and styles while <code>root</code> handles the site root block.</p>\n\n\n\n<p>Ari Stathopoulos wrote a <a href=\"https://make.wordpress.org/themes/2021/02/04/gutenberg-9-9-new-json-structure-for-theme-json-files/\">tutorial for theme authors</a> to update their themes on the Make Themes blog.</p>\n\n\n\n<p>&ldquo;The rationale for this change is that the use cases for theme.json have grown beyond initially considered, and the vision is now being able to absorb a lot of things that themes declare at the moment via other means,&rdquo; wrote Andr&eacute;s Maneiro, the creator of both tickets. &ldquo;Some examples are registering (and translate?) custom templates, declare theme metadata that is currently stored in the stylesheet, declare stylesheet paths, etc.&rdquo;</p>\n\n\n\n<p>He also shared a vision of what the format might look like:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"name\": \"TwentyTwentyOne\",\n    \"description\": \"...\",\n    \"customTemplates\": ...,\n    \"textDomain\": ...,\n    \"version\": 1,\n    \"settings\": {\n            \"global\": { ... },\n            \"core/paragraph\": { ... }\n    },\n    \"styles\": {\n            \"global\": { ... },\n            \"core/paragraph\": { ... }\n    }\n}</code></pre>\n\n\n\n<p>For users, this data might not make much sense. However, any theme author should be able to recognize the significance of potentially moving metadata that is currently stored in their theme&rsquo;s <code>style.css</code> through a non-standard system that WordPress has used for ages. Eventually moving that data to a standard format, JSON, would give WordPress flexibility to shed some of its legacy baggage.</p>\n\n\n\n<p>WordPress themes currently have a hard requirement of including a <code>style.css</code> file. We could well be on our way to building WordPress themes that have no need for a stylesheet at all. The future of FSE is likely one in which CSS is all handled through the Global Styles system with the theme&rsquo;s default values set via the <code>theme.json</code> file. If a theme has no styles, it does not make sense to hold onto the <code>style.css</code> file.</p>\n\n\n\n<p>However, this change is not merely limited to that possibility. The new format is cleaner and better prepared for future additions.</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, 05 Feb 2021 21:53: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:14:\"Justin Tadlock\";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:64:\"WPTavern: Newspack Publishes Showcase with 60 Newsrooms Launched\";s: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=111568\";s: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:173:\"https://wptavern.com/newspack-publishes-showcase-with-60-newsrooms-launched?utm_source=rss&utm_medium=rss&utm_campaign=newspack-publishes-showcase-with-60-newsrooms-launched\";s: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:4464:\"<p><a href=\"https://newspack.pub/\">Newspack</a>, a project funded by the Google News initiative and WordPress.com, has published a <a href=\"https://raindrop.io/collection/11158847\">showcase</a> of 60 news sites running on the platform. WordPress.com <a href=\"https://wptavern.com/wordpress-com-secures-2-4-million-in-funding-from-google-and-partners-to-build-a-publishing-platform-for-news-organizations\">announced</a> its plans to build the Newspack CMS two years ago and successfully signed on more than 50 sites in the first year. The cloud-based platform is open source and highly customized to generate revenue for small to medium-sized publications.</p>\n\n\n\n<p>Early adopters include the <a href=\"https://austinweeklynews.com/\">Austin Weekly News</a>, <a href=\"https://mississippitoday.org/\">Mississippi Today</a>, <a href=\"https://hongkongfp.com/\">Hong Kong Free Press</a>, <a href=\"https://oklahomawatch.org/\">Oklahoma Watch</a>, <a rel=\"noreferrer noopener\" href=\"https://bangordailynews.com/\" target=\"_blank\">Bangor Daily News</a>,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://oaklandside.org/\" target=\"_blank\">The Oaklandside</a>, and many other watchdog publications serving their communities with vital local news coverage. </p>\n\n\n\n<p>The <a href=\"https://raindrop.io/collection/11158847\">showcase</a> was created using the Raindrop bookmark manager, which allows viewers to search for a specific site and see all the various homepages at a glance. The diversity of the publications is striking, but clicking through to their websites it&rsquo;s clear that most of them share an intimate connection with their communities that might otherwise have evaporated in the <a href=\"https://wptavern.com/finding-wordpress-in-the-post-print-news-era\">post-print news era</a>. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Newspack stands out as an affordable, open source alternative to proprietary systems. Publishers generally pay <a href=\"https://newspack.pub/pricing/\">$500-$2,000/month</a> using a sliding scale based on their annual revenue. The <a href=\"https://newspack.pub/2019/08/12/see-the-revenue-generation-features-of-newspack-in-action/\">tools</a> they are given are open and designed to help create economically sustainable journalism. It&rsquo;s not surprising that a community has sprung up around the product, as small publishers share many of the same issues.  A dedicated Slack workspace. facilitates conversation and collaboration for more than 150 editors, designers, product and business people who are all using the same building blocks to run their publications.</p>\n\n\n\n<p>In 2020, thirteen Newspack publications were awarded <a href=\"https://newspack.pub/2020/05/07/newspack-publishers-earn-share-of-covid-19-relief-package/\">a total of more than $1 million in grants</a> from the Facebook Journalism Program&rsquo;s relief effort for local news due to Covid-19. Publishing online at a low cost on WordPress has helped many of these publications weather the pandemic, instead of being forced to consolidate or shutter. </p>\n\n\n\n<p>In May, 2020, analysts from&nbsp;<a href=\"https://fundjournalism.org/\">News Revenue Hub</a> published a <a href=\"https://fundjournalism.org/2020/05/26/hub-report-several-sites-are-now-on-newspack-hows-that-going/?utm_source=dlvr.it&utm_medium=twitter\">study</a> examining how Newspack-powered newsrooms are interacting with WordPress. A few key findings showed that Newspack users may require more assistance in managing their sites, which leverage the block editor and come with more than 50 pre-configured plugins:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The role of Newspack in reducing or replacing the need for website management-related technical resources is unclear, and depends greatly on an individual newsroom&rsquo;s technical knowledge and resources.</p><p>Potential improvements going forward should focus on providing deeper, more standardized education and documentation to broad groups of users.</p></blockquote>\n\n\n\n<p>The report concluded that &ldquo;Newspack has established itself as a valuable tool for newsrooms, as well as a valuable method for building sites collaboratively,&rdquo; but warns that the project may face challenges in scaling the hands-on support that pilot newsrooms received in the early stages. More revenue-generating features are still being developed but overall participating newsrooms had a high rate of satisfaction with the platform.</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, 05 Feb 2021 06:38: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: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: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:99:\"WPTavern: Call for Feedback on Theme Review Action, a New Automated WordPress Theme Testing Project\";s: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=111325\";s: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:241:\"https://wptavern.com/call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project?utm_source=rss&utm_medium=rss&utm_campaign=call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project\";s: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:5176:\"<img />GitHub output of Theme Review Action.\n\n\n\n<p class=\"has-drop-cap\">Automation. It is one of those dreams in the minds of many reviewers from the Themes Team. If there was a tool to take care of 90% of the issues, the team could focus on the 10% not easily found by automated scripts.</p>\n\n\n\n<p>Enter the <a href=\"https://github.com/WordPress/theme-review-action\">Theme Review Action</a> project. Steve Dufresne, a WordPress Meta team contributor, put out a <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">call for testing and feedback </a>of the new project on Monday.</p>\n\n\n\n<p>&ldquo;If we could combine some of the existing code analysis tools, automate away some of the manual testing and open them up to more development workflows, could we improve theme quality, alleviate pressure on manual testing, and speed up the theme review process?&rdquo; asked Dufresne.</p>\n\n\n\n<p>The project currently runs several test suites, including the current <a href=\"https://wordpress.org/plugins/theme-check/\">Theme Check</a> plugin. Theme authors can run the texts by running the NPX command in their theme folder, adding it as an action on GitHub, or cloning and running it locally. Running via NPX is not currently supported on Windows.</p>\n\n\n\n<p>Right now, theme authors are needed. Regardless of whether you are building themes for the directory, clients, third-party marketplaces, or a theme shop, this is an opportunity to give back to WordPress. It is also an opportunity to improve the tools that you could benefit from as a theme developer in the long term. Automated theme tests help the entire theme ecosystem.</p>\n\n\n\n<p>&ldquo;Theme authors need to be open to this and understand that it is not all about requirements,&rdquo; said Carolina Nymark, a Themes Team representative. &ldquo;It is about improving theme quality.&rdquo;</p>\n\n\n\n<p>The project was, in part, informed by a Themes Team <a href=\"https://make.wordpress.org/themes/2020/04/03/proposal-github-theme-review/\">proposal in early 2020</a>. Denis &#381;oljom identified three problems the team was fighting against:</p>\n\n\n\n<ul><li>People don&rsquo;t like to read requirements or handbooks.</li><li>Some of the issues that are popping up are repetitive and could be caught automatically.</li><li>Reviewing themes in Trac is really cumbersome.</li></ul>\n\n\n\n<p>The proposal&rsquo;s focus was on moving reviews to GitHub, focusing on the third point. However, the Theme Review Action project could be the start of handling one or more issues.</p>\n\n\n\n<p>The obvious solution is that the project can be automated. However, because the Theme Review Action project can be set as a GitHub Action, it leaves room for the team&rsquo;s GitHub review proposal.</p>\n\n\n\n<p>&ldquo;Two things I mentioned to Steve &mdash; and these are my opinions &ndash;, is that we need checks that run on theme upload and on live themes, and we need a long-term solution,&rdquo; said Nymark. &ldquo;There have been attempts to automate testing before that have not been followed through, and without a plan for how the tool will be used, I am worried about spending time on it.&rdquo;</p>\n\n\n\n<p>The team had hoped that the <a href=\"https://make.wordpress.org/themes/handbook/theme-sniffer/\">Theme Sniffer</a> project would lead to more automation at one point. It is hard to get hopes up after previous goals never came to fruition.</p>\n\n\n\n<p>&ldquo;I too have a similar concern where the project might not get enough adoption to make it to .ORG checking, and that is one of the reasons (other than just being super busy) that I haven&rsquo;t been able to prioritize looking at [Theme Review Action],&rdquo; said Themes Team rep William Patton.</p>\n\n\n\n<p>While the team and some theme authors still use the Theme Sniffer, the UI leaves a lot to be desired. Nymark pointed out that it was hard for theme authors to distinguish between the baseline requirements and recommendations.</p>\n\n\n\n<p>&ldquo;To display messages from automated tools that are not strictly requirements is very difficult to get right,&rdquo; she said. &ldquo;For example, if a tool started reporting CSS linting errors for the WordPress CSS coding standards, many people would find that too opinionated and limiting.&rdquo;</p>\n\n\n\n<p>Theme authors, the group that reaps the most financial and reputational benefits from the theme directory, have often been reluctant to chip in. Few companies spare an employee to perform reviews or work on tools that developers and the team need. Calls for testing, feedback, and discussion often go unanswered, leaving a select few to do the lion&rsquo;s share of the work. For this project to be successful and not feel like something foisted upon them down the road, theme developers need to be in the mix.</p>\n\n\n\n<p>In the <a href=\"https://wptavern.com/wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks\">first episode</a> of the WP Briefing podcast, WordPress Executive Director Josepha Haden Chomphosy talked about focusing on automation as one of this year&rsquo;s goals. If there is one team that could use such tools, it would be the Themes Team.</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, 04 Feb 2021 22:51:42 +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:\"Justin Tadlock\";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:109:\"WPTavern: New Report Estimates WordPress’ Market Share of US Higher Education Institution Websites at 40.8%\";s: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=111416\";s: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:255:\"https://wptavern.com/new-report-estimates-wordpress-market-share-of-us-higher-education-institution-websites-at-40-8?utm_source=rss&utm_medium=rss&utm_campaign=new-report-estimates-wordpress-market-share-of-us-higher-education-institution-websites-at-40-8\";s: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:2613:\"<p>A new <a href=\"https://www.eqafy.com/component/content/article/49-higher-education-research/315-us-university-and-college-content-management-systems-2021.html\">report</a> from eQAfy, a company that collects and analyzes data about higher education websites, has benchmarked which content management systems US institutions are using. The report is a snapshot of data from December 2020, sourced from the&nbsp;<a href=\"https://nces.ed.gov/\">National Center for Education Statistics</a>&nbsp;<a href=\"https://nces.ed.gov/ipeds/\">IPEDS database</a>. After scanning a list of 4,000 active institutions,  EQAfy&rsquo;s headless browser was able to detect the CMS for 3,359 homepages (83.8%).</p>\n\n\n\n<p>A market leading group of 12 content management systems made up 90% of the homepages eQAfy detected, including four open source solutions and eight proprietary solutions. WordPress captures 40.8% of the market, followed by Drupal at 19.1%, as measured across all institution types (public, private for profit, and private non-profit), levels (2-year and 4-year), and sizes.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>WordPress&rsquo; estimated market share for public institutions came in at 27%, and is much higher in the private for-profit institutions category at 55%. </p>\n\n\n\n<p>Looking at 2-year public higher education institutions by student population, WordPress falls to #3 at just 18.3%. Drupal leads the pack in that category with 29.2%, and proprietary CMS&rsquo;s take up the rest of the market. WordPress does much better in the category of 4-year private for-profit higher education institutions, capturing a staggering 75% of the market.</p>\n\n\n\n<p>When examining CMS suppliers for institutions by size, WordPress is the overall market leader but does far better in the smallest institutional size categories, with waning dominance in the large to very large categories.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The <a href=\"https://www.eqafy.com/component/content/article/49-higher-education-research/315-us-university-and-college-content-management-systems-2021.html#table-10-2-year-private-non-profit-institutions\">report</a> has more interesting data comparisons across different categories if you want to dig deeper. It&rsquo;s important to note that eQAfy only collected the main websites for these institutions, which may not be representative of the CMS that powers the schools&rsquo; ancillary websites. They are often created using a combination of platforms. This report covers only which CMS the schools preferred to use for the face of their institutions.</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, 04 Feb 2021 04:48:39 +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: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:64:\"WPTavern: FSE and WordPress Themes: What Does the MVP Look Like?\";s: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=111262\";s: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:169:\"https://wptavern.com/fse-and-wordpress-themes-what-does-the-mvp-look-like?utm_source=rss&utm_medium=rss&utm_campaign=fse-and-wordpress-themes-what-does-the-mvp-look-like\";s: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:8894:\"<p class=\"has-drop-cap\">Josepha Haden Chomphosy, the Executive Director of WordPress, <a href=\"https://make.wordpress.org/core/2021/02/01/full-site-editing-and-themes-where-things-are/\">posted a follow-up</a> to her <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">outline of the upcoming year</a>. Questions mounted about what a minimum viable product (MVP) looked like for Full Site Editing (FSE), which is expected to be ready in the Gutenberg plugin in April. The core team is also shooting for a June launch of FSE in WordPress when it ships WordPress 5.8.</p>\n\n\n\n<p>These seem like lofty goals, but members of the WordPress development and business community were left asking, &ldquo;What is an MVP for FSE?&rdquo; This is not a new question. Whether it is the swift pace of development, a communication breakdown, or so much of the project being hidden behind layer upon layer of GitHub issues, it can be hard to follow. There is no big webpage that spells out each step in minute detail of where the project is going. Information can sometimes feel scattered. This can give pause to third-party developers and business owners who need to know what to expect to update their products.</p>\n\n\n\n<p>Joost de Valk, the CPO of Yoast, <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/#comment-4975\">voiced his frustration</a> with the process in the comments. We later discussed this in more detail.</p>\n\n\n\n<p>&ldquo;I think FSE will change what a theme is, and, if it gets executed properly, will make it far easier to build a theme, as themes will be much smaller,&rdquo; he said. &ldquo;That brings the burden onto the community to come up with reliable methods of styling though, and conventions on class names or similar, to make styling work everywhere. I currently don&rsquo;t understand what is even considered as MVP for Full Site Editing, nor do I see any discussions about how it&rsquo;ll work with themes not purpose built for it, and that worries me.&rdquo;</p>\n\n\n\n<p>He shares some of the same concerns as others in the community who feel like there is no process in place for an MVP.</p>\n\n\n\n<p>&ldquo;And there is no such thing,&rdquo; he said. &ldquo;Vision without execution is just hallucination.&rdquo;</p>\n\n\n\n<p>Chomphosy said that she was aware of the interconnectedness. &ldquo;I also see that the information we have published isn&rsquo;t in a tidy and followable post that would help people make good decisions on behalf of 39% of the web,&rdquo; she said.</p>\n\n\n\n<p>She pointed to a <a href=\"https://github.com/WordPress/gutenberg/issues/24551\">ticket that lists six (now seven) milestones</a>. Each of those milestones, when taken together, represent where FSE needs to be for an MVP.</p>\n\n\n\n<p>&ldquo;Together they outline an architecture that allows the expression of a full theme using blocks and an editor capable of customizing that theme,&rdquo; she wrote. &ldquo;<strong>The MVP should make it possible to build a version of the Twenty Twenty-One theme, using only blocks, without any coding knowledge.</strong>&ldquo;</p>\n\n\n\n<p>The following is a breakdown of the milestones that need to reach completion before we see the first version of FSE land in WordPress:</p>\n\n\n\n<h2>Milestone 1: Infrastructure and UI</h2>\n\n\n\n<p>Perhaps the most crucial part of FSE is a <a href=\"https://github.com/WordPress/gutenberg/issues/24818\">workable site editor</a>. Merging the WordPress templating system into a cohesive UI is the foundation of the project. The underlying infrastructure handles how templates and template parts work. At this point, this foundation is in a reliable spot. It is all the features that build upon it that need more work. This milestone also includes getting the site-editing interface in place and handling multi-entity saving.</p>\n\n\n\n<p>The final leg of the milestone allows users to <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">edit templates</a> from within the post editor, effectively switching between content and design editing. The FSE Outreach Program recently <a href=\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\">tested this feature</a> to garner feedback after Gutenberg 9.6.</p>\n\n\n\n<h2>Milestone 2: Browsing</h2>\n\n\n\n<p>This milestone covers all of the work for <a href=\"https://github.com/WordPress/gutenberg/issues/24552\">navigating the UI</a> of the site editor. There are many moving parts, such as switching between pages, templates, template parts, global styles, and more. Users must know which element they are working on.</p>\n\n\n\n<p>This is the only milestone marked as completed. However, there is an open ticket for exploring the idea of a <a href=\"https://github.com/WordPress/gutenberg/issues/23328\">&ldquo;browsing&rdquo; mode</a> alongside the edit and select modes.</p>\n\n\n\n<h2>Milestone 3: Styling</h2>\n\n\n\n<p>For the most part, this milestone centers on the upcoming Global Styles system. The <a href=\"https://github.com/WordPress/gutenberg/issues/20331\">system creates a hierarchy</a> of how styles are applied to blocks from theme defaults to global user modifications, down to per-block style options.</p>\n\n\n\n<p>While much of the work is complete for an MVP, there are dozens of feature tickets in the backlog. This is also an area where the block system is years behind third-party page builders. Expect to see long-term feature additions based on post-launch feedback.</p>\n\n\n\n<h2>Milestone 4: Theme Blocks</h2>\n\n\n\n<p>Theme authors should keep a close eye on this ticket. The only way that block-based themes become a reality for most theme developers is if all <a href=\"https://github.com/WordPress/gutenberg/issues/22724\">template tags have a corresponding block</a> in the site editor. Or, at least if the most-used template tags do. Some of these functions are no longer applicable in the block editor. Theme developers should make sure they have the blocks they need to recreate anything they are building today.</p>\n\n\n\n<p>Admittedly, I am sad to see that blocks for Bookmarks/Links are unlikely to be moving forward. While the feature is deprecated, I am still nostalgic about the good ol&rsquo; blogroll days. Maybe this would be best left a plugin. A revival of the <a href=\"https://wordpress.org/plugins/link-manager/\">Link Manager</a> plugin could be in order.</p>\n\n\n\n<h2>Milestone 5: Query Block</h2>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/issues/24762\">Query block</a> and its corresponding Loop block are, in some ways, the most essential pieces of Full Site Editing. They handle what posts are loaded and how they are displayed. The feature is one of the more complex puzzles to solve. The Gutenberg development team has continued iterating on it for months, and it is now at a good baseline. However, it has miles to go before it can seriously handle all the things that theme authors need to do with it.</p>\n\n\n\n<p>Right now, the Query block only handles a handful of options for customizing the query. The team needs to determine what controls should be available in the sidebar for end-users and integrate the blocks with patterns for different types of post-list displays.</p>\n\n\n\n<h2>Milestone 6: Navigation Block</h2>\n\n\n\n<p>Aside from the Query block, Navigation is the only other block that requires <a href=\"https://github.com/WordPress/gutenberg/issues/27593\">its own milestone</a>. Navigation menu issues have plagued the WordPress project for well over a decade. It is one of the hardest things to get right. While nav menus in WordPress today are generally easy to work with, their design is not customizable by the end-user. The output is wholly at the theme author&rsquo;s discretion. Catering to the array of possible menu designs theme authors might want and making it customizable for the end-user is likely one of the toughest problems for the Gutenberg project.</p>\n\n\n\n<p>There are at least a couple of dozen sub-tickets that need contributors. Even then, it could be several versions later before the Navigation block is ready for the more complex patterns used in some themes today.</p>\n\n\n\n<h2>Milestone 7: Gradual Adoption</h2>\n\n\n\n<p>After the first six milestones representing the MVP are completed, WordPress needs a way to allow end-users and theme authors to gradually adopt FSE. Primarily, this would be a mix of block-based templates and traditional PHP-based templates. Developers should be allowed to update their themes without changing them wholesale, potentially leaving segments of their user base behind.</p>\n\n\n\n<p>Block-based widgets and navigation screens also fall under this milestone. Both features were punted to future releases after failing to land in 2020. However, these will be stepping stones for users who are not quite ready to switch to FSE or are unable to because of their theme.</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, 03 Feb 2021 22:55:56 +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:\"Justin Tadlock\";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:55:\"WordPress.org blog: WordPress 5.6.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9574\";s: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/2021/02/wordpress-5-6-1-maintenance-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8265:\"<p>WordPress 5.6.1 is now available!</p>\n\n\n\n<p>This maintenance release features&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.6.1&group=status&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">20 bug fixes</a> as well as&nbsp;7 issues fixed for the&nbsp;block&nbsp;editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-5.6.1.zip\">download WordPress 5.6.1 directly</a>, or visit the<strong>&nbsp;Dashboard → Updates</strong>&nbsp;screen&nbsp;and click&nbsp;<strong>Update Now</strong>. If your sites support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>WordPress 5.6.1 is a short-cycle maintenance release. The next major release will be&nbsp;<a href=\"https://make.wordpress.org/core/5-7/\">version 5.7</a>.</p>\n\n\n\n<p>To see a full list of changes, you can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.6.1&group=status&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">list on Trac</a>, read the&nbsp;<a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">5.6.1 RC1</a>&nbsp;post, or visit the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-6-1/\">5.6.1 documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.6.1 release was led by <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a>, <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sergeybiryukov</a> and <a href=\"https://profiles.wordpress.org/whyisjake/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>whyisjake</a>. Thanks to <a href=\"https://profiles.wordpress.org/metalandcoffee/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>metalandcoffee</a> and <a href=\"https://profiles.wordpress.org/hellofromtonya/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>hellofromtonya</a> for running bug scrubs, <a href=\"https://profiles.wordpress.org/planningwrite/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>planningwrite</a> and <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a> for their help on the release post.</p>\n\n\n\n<p>Props to everyone who helped make WordPress 5.6.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</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, 03 Feb 2021 21:30:51 +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:9:\"Jb Audras\";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:51:\"WPTavern: WordPress 5.7 Beta 1 Is 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=111333\";s: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:147:\"https://wptavern.com/wordpress-5-7-beta-1-is-ready-for-testing?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-7-beta-1-is-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:3105:\"<p><a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> was released this week on schedule and is ready for wider testing. This release will introduce <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..02%2F03%2F2021&type=enhancement&type=feature+request&milestone=5.7&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">68 new features and enhancements</a>, dozens of bug fixes, and versions 9.3 &ndash; 9.9 of the Gutenberg plugin. </p>\n\n\n\n<p>A few of the highlights expected in 5.7 include the following: </p>\n\n\n\n<ul><li><strong>Lazy-load iframes</strong>: When WordPress 5.4 added lazy loading for images, contributors discussed extending this to iframes as well. Now that the&nbsp;<code>loading</code>&nbsp;attribute on&nbsp;<code>iframe</code>&nbsp;tags has been added to the HTML standard, it will be supported in core in 5.7. </li><li><strong>Streamlined migration from HTTP to HTTPS</strong>: WordPress can now detect if a user&rsquo;s hosting environment supports HTTPS and <a href=\"https://wptavern.com/wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https\">enables a one-click update process</a>, handling mixed content rewrites where possible. </li><li><strong>Standardize colors used in WP-Admin CSS to a single palette</strong>: WordPress is <a href=\"https://wptavern.com/skinning-the-wordpress-admin-css-custom-properties-on-the-way\">implementing a CSS custom properties system</a> that will make it easier to add custom color schemes.</li><li><strong>Ongoing cleanup after update to jQuery 3.5.1</strong></li><li><strong>New Robots API</strong>: <a href=\"https://core.trac.wordpress.org/changeset/49992\">This new API</a> allows developers to centrally manage the content of the&nbsp;<code>robots</code>&nbsp;meta tag injected into the page, and includes a setting to toggle whether search engines are allowed to display large media from the site. By default, a&nbsp;<code>max-image-preview:large</code>&nbsp;robots directive which will be injected into the&nbsp;<code>robots</code>&nbsp;meta tag based on the new setting.</li></ul>\n\n\n\n<p>These features need testing, along with the host of updates rolling over from the Gutenberg plugin. The editor is getting the most visible enhancements in 5.7, with features like dragging blocks and block patterns from the inserter into the canvas, major improvements to the buttons block, new social icons, and much more.</p>\n\n\n\n<p>The official release is expected in just under five weeks on March 9, 2021. Testing is a critical part of the process for making WordPress better with each update. The easiest way to get in on that is to install the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (set to the&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<code>Beta/RC Only</code>&nbsp;stream), or download and install the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a> of the beta version.</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, 03 Feb 2021 18:54:13 +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: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:56:\"WordPress.org blog: The Month in WordPress: January 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9632\";s: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/2021/02/the-month-in-wordpress-january-2021/\";s: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:11649:\"<p>For WordPress, 2021 started on a high note. Read on to learn about updates from last month.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress release updates</h2>\n\n\n\n<p>WordPress project executive director — Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">shared big picture goals for WordPress in 2021</a>. Highlights include shipping&nbsp; Full Site Editing&nbsp; — first on the Gutenberg plugin in April 2021&nbsp; and later in core (with WordPress 5.8), improved learning opportunities on learn.wordpress.org, and better tooling for contributors. As per the updated <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a>, WordPress version 5.7 is planned to launch in March 2021 and WordPress 5.8 in June 2021. Some related updates:</p>\n\n\n\n<ul><li>Contributor teams are working on <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">an updated admin color palette for WordPress 5.7</a> that will be more accessible and easy to read.&nbsp;</li><li>The Core team is working on a proposal to <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">align WordPress release cycles with industry standards</a>.&nbsp;</li><li>WordPress 5.6.1 <a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">Release Candidate 1</a> is out. This release is set to launch by<a href=\"https://make.wordpress.org/core/2021/02/02/a-week-in-core-february-1-2021/\"> February 3, 2021</a>. Questions and answers for <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">WordPress 5.6</a> are now <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">available on GitHub</a>. Contact the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel in the WordPress Slack, if you would like to contribute.</li><li>The <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> release is out! Download the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip file</a> or use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">beta tester plugin</a> to test it out.&nbsp;</li></ul>\n\n\n\n<p>Want to be involved in the next release? You can help build WordPress Core by following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a> and joining the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal to return to in-person WordPress events in safe locations</h2>\n\n\n\n<p>The Community team is <a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\">discussing an updated proposal</a> to create a decision-making checklist for meetup organizers. The proposal is aimed at locations that have more effectively contained COVID-19 (such as New Zealand and Taiwan, for instance) so that local meetup groups in these areas can organize safe, in-person events. According to the proposal, in-person meetup organizers should review local/global health instructions based on resources and complete a checklist — which recommends whether to organize an event or not based on the organizer’s inputs and other factors. Compulsory safety precautions should be taken for any in-person meetup, and participants/organizers can share event feedback with WordCamp Central. The proposal is still being discussed, so if you have any thoughts, please<a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\"> share them in the comments</a>. <strong>Please note: WordPress meetups and WordCamps are still online at this time and will continue to remain online until further notice.</strong></p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog</a>, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RQC7RN\">#community-events</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a local WordPress community event, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>.&nbsp;</p>\n\n\n\n<h2>Gutenberg 9.7 and 9.8</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">Version 9.7</a> on January 6th and <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">Version 9.8</a> on January 20th. Version 9.7 allows users to drag block patterns from the inserter right into a desired position within the editor. It also has a new block variations feature and several improvements to reusable blocks. Version 9.6 makes the spacer block semi-transparent, adds a variation icon to the block switcher, adds site editor content to an iframe, and stabilizes Full Site Editing (FSE) by removing the auto drafts feature. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can find out more about the Gutenberg roadmap in the latest <a href=\"https://make.wordpress.org/core/2021/02/01/whats-next-in-gutenberg-february-2021/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<h2>Inviting Learn WordPress Contributors</h2>\n\n\n\n<p>Contributor teams working on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> initiative are asking for <a href=\"https://learn.wordpress.org/contribute/\">new workshop presenters and discussion group facilitators</a>. The Training Team is recruiting<a href=\"https://make.wordpress.org/training/2021/01/27/learn-wordpress-working-group-call-for-handbook-volunteers/\"> volunteers for the Learn WordPress handbook</a> and has put up a <a href=\"https://make.wordpress.org/training/2021/01/29/request-for-testing-slides-plugin/\">call for testing for the slides plugin</a> to identify a simplified way to present slides. The Polyglots Team has floated a proposal to <a href=\"https://make.wordpress.org/polyglots/2021/01/13/proposal-translating-learn-wordpress/\">translate Learn WordPress</a>. The Meta Team is exploring the possibility of <a href=\"https://make.wordpress.org/meta/2021/01/03/protecting-childrens-privacy-on-wordpress-through-the-lens-of-coppa/\">making Learn WordPress (and wordpress.org) COPPA-compliant</a> to host workshops aimed at kids. </p>\n\n\n\n<p>Want to contribute to the Training team? Follow the <a href=\"https://make.wordpress.org/training/\">Training team</a> blog, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RW657Q\">#training</a> channel in the Make WordPress Slack.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">Round 1</a> of the Full Site Editing (FSE) outreach program <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">has wrapped up</a>. As a result, gaps were identified in the Gutenberg 9.6 template-switching experience &#8211; you can follow the issues in GitHub. You can follow issues in GitHub and submit questions to the team. The program identified gaps in the current template-switching experience that shipped with Gutenberg 9.6. You can follow the <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">issues reported in GitHub</a>. Do you have questions about the FSE program? You can now <a href=\"https://make.wordpress.org/test/2021/02/02/fse-program-bring-your-questions/\">submit them here as part of the outreach program</a>.</li><li><a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> — A cross-team initiative led by the Marketing team to highlight WordPress contributors is back with <a href=\"https://wordpress.org/news/2021/01/people-of-wordpress-thelma-mutete/\">a post featuring Thelma Muelte of Zimbabwe</a>. If you are an active contributor to a WordPress.org team or a local WordCamp, contact the Marketing Team with the #ContributorStory tag to be featured in the series.</li><li>Joseph Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) launched a podcast titled <a href=\"https://wordpress.org/news/2021/02/welcome-to-your-wp-briefing/\">WP Briefing</a> which is aimed at WordPress users, builders, and contributors of all levels. The podcast &#8211; which is available on all major platforms, will include overviews of WordPress philosophy, community success stories, and major updates. </li><li>The Plugin team has added a requirement that <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">plugins in the WordPress repository must not make changes to the default auto-update settings on a site</a>. The only exception to this requirement is for those plugins that manage auto-updates.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India 2021</a> — a regional online WordCamp has begun. It’s running over three weekends and started with <a href=\"https://india.wordcamp.org/2021/workshops/\">Multilingual workshop sessions on January 30 and 31</a>. The workshops <a href=\"https://india.wordcamp.org/2021/workshops/\">can be found on the event site</a> and will soon be featured on <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. <a href=\"https://india.wordcamp.org/2021/tickets/\">Tickets are still available</a> for the event —which will have a contribution event on February 6-7, followed by sessions on February 13th and 14th. </li><li>The WordPress Foundation has <a href=\"https://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\">invited applications for online do_action hackathons and encouraged folks to organize online open-source workshops</a> in 2021.</li><li>The Themes Team shared a post on the usage of the “Report this theme” button in 2020. The team is also <a href=\"https://make.wordpress.org/themes/2021/01/25/call-for-maintainers-theme-unit-test/\">looking for maintainers</a> for its <a href=\"https://codex.wordpress.org/Theme_Unit_Test\">Theme unit test</a>.</li><li>The Meta Team has launched an initiative to <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">facilitate automated theme testing</a> and is <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">requesting feedback</a>.</li><li>Members of the Core Team are <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">considering a “stale bot”</a> to close out stale issues in the Gutenberg GitHub repository.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></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:\"Wed, 03 Feb 2021 15:01:17 +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:\"Hari Shanker R\";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:36:\"HeroPress: Discover Where You Belong\";s: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=3469\";s: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://heropress.com/essays/discover-where-you-belong/#utm_source=rss&utm_medium=rss&utm_campaign=discover-where-you-belong\";s: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:7102:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/020221-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I discovered that the way forward was to create spaces for others.\" /><p>My path to WordPress is, like so many stories, a twisty road lined with both struggle and good fortune. And yet, when I reflect on what led me here, it simply comes down to the common threads that bind us together as a community: the desire to make meaningful connections, the ability to do amazing things together, and the very human comfort that comes with knowing that I belong here.</p>\n<h3>It starts here</h3>\n<p>Just before I made my way into this world, my parents immigrated from Taipei, Taiwan to San Diego, USA. Growing up, I held a level of pride in being first generation which warred against a long list of discomforts that, as a kid, I couldn’t fully comprehend. That unlike my school mates, I rarely saw my extended family. That my English didn’t sound like that of my Californian friends, nor did my Mandarin mirror my Taiwanese cousins’. That cultural norms at friends’ homes were diametric experiences from my home.</p>\n<p>I realize that this sounds like I had a challenging, confusing childhood, but I assure you that I had a good time growing up. My folks are loving and made sure I had opportunities whenever possible. I always have had wonderful friends who generously share their lives and love my quirks. And, I have a brother who, despite being far smarter than I will ever be, still puts up with my big sister act.</p>\n<p>My point is that, it was painfully clear to me where I couldn’t fit in. Like many third culture kids, my perplexing cultural foundation had a profound impact on my values, and created importance around the concept of belonging, something I still hold to this day, and which pushed me along my way to WordPress.</p>\n<h3>The twisty road</h3>\n<p>I was terrible at college. I had no sense of what I wanted to do with my life, and drifted from major to major until I found myself entirely broke and rudderless. It was 2010, and with minimal job experience and 45 credits short of a degree, I desperately applied for jobs, taking the first that offered me a full time position.</p>\n<p>It was a pivotal moment in my life. The job gave me purpose, and I actually felt like I was good at something for a change. I worked closely with my boss and mentor, a highly regarded commercial real estate advisor with a warm heart and penchant for dad jokes. What set him apart was his belief in community values: the importance of education, humility, empathy, good stewardship, qualities that made him a respected leader in many circles. Over the ensuing years, I would finish my degree. But the lessons that meant the most were learned by following my mentor’s example, and would later translate well to open source leadership.</p>\n<p>Meanwhile, I began volunteering with renewed passion: sorting clothes at homeless shelters, working on literacy programs, teaching English at the library, serving meals, maintaining trails, building homes. I fund raised and coordinated volunteer events. Eventually, I joined advisory boards and committees of a few nonprofits, and became enamored of the strategic, thoughtful work that came with these roles.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/HfH-Nicaragua.jpg\"><img /></a>Building homes in Estelí, Nicaragua. One of my favorite volunteer memories!\n<p>Ideas around positive change and impact through community initiatives blossomed in my mind. Driven by strongly held values, I continued to help and was welcomed at every turn. I learned that it was people who could create spaces in which anyone, everyone could belong and add value by virtue of being a unique, enthusiastic human being. I wanted to create these spaces.</p>\n<h3>Finding WordPress</h3>\n<p>Now, it is a true story that I also found my way to WordPress through my partner, and that WordPress brought us together. We met through a mutual friend, and when I realized that he could build me a website, I asked him to do so for work. Arguably, one of my first experiences with WordPress could be described either as sharing what my site required with my developer, or innocently flirting with my future partner. The joke I like to tease him with is that I needed someone to maintain the site, so I married him.</p>\n<p>The other truth was that, after eight years of volunteering and lessons in leadership, my passion had turned to community building. I wanted a career in creating sustainable communities where people were openly welcomed, and members tangibly feel that they belong and experience joy in their participation.</p>\n<p>Simultaneously, working with my WordPress site also reinforced my sense of belonging to something bigger. Despite not having any technical background (y’all, my degree is in English), I was able to not just publish with WordPress, but have a functional site that worked incredibly well for my purposes. I saw WordPress as a way for anyone to have a voice online, and as a result, I was also drawn to the idea of creating these tools that non-developers, like myself, could use in an increasingly online world.</p>\n<p>By that point, my WordPress developer had become my fiancé, and he once again suggested a WordPress-based solution, this time for my career needs. Just before we married, he forwarded a job opportunity with Automattic as a sponsored community organizer within the WordPress open source project. It was a perfect match.</p>\n<p>And that is how, in 2018, after going through the standard Automattic interview process (another story that I’m happy to share with anyone interested) I found myself a community organizer for the WordPress Project.</p>\n<h3>Where do we go now?</h3>\n<p>I’ve only been in my current role for two and a half years, but during this time, my belief in the power of resilient communities has only grown, fortified by supporting meetup and WordCamp organizers, bolstered by working on diversity initiatives, and humbled by opportunities to serve teams as their lead, mentor, or member. I’ve met and worked with so many phenomenal community members, full of passion and creativity, and have loved every minute of what we do together.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/WCUS-2019.jpg\"><img /></a>The WordCamp US 2019 team. I miss you all so much!\n<p>More than anything, what excites me the most is that we still have so much more we can achieve together. Personally, I also still have much to learn, about community growth, about WordPress, and about every individual who seeks to add WordPress to their story.</p>\n<p>In seeking out where I belong, I found WordPress, and I discovered that the way forward was to create spaces for others &#8211; I invite you to do that with me.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/discover-where-you-belong/\">Discover Where You Belong</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, 03 Feb 2021 07:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Angela Jin\";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:21:\"Matt: Compounding Ice\";s: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:22:\"https://ma.tt/?p=53641\";s: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:38:\"https://ma.tt/2021/02/compounding-ice/\";s: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:1899:\"<p>I learned something novel about how the ice age happened from this <a href=\"https://www.collaborativefund.com/blog/the-freakishly-strong-base/\">Freakishly Strong Base post by Morgan Housel</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The prevailing idea before [Wladimir] Köppen was that ice ages occur when the earth’s tilt supercharges the wrath of cold winters. Köppen showed that wasn’t the case. Instead, moderately cool summers are the culprit.</p><p>It begins when a summer never gets warm enough to melt the previous winter’s snow. The leftover ice base makes it easier for snow to accumulate the following winter, which increases the odds of snow sticking around in the following summer, which attracts even more accumulation the following winter. Perpetual snow reflects more of the sun’s rays, which exacerbates cooling, which brings more snowfall, and on and on.</p><p>You start with a thin layer of snow left over from a cool summer that no one pays much attention to, and after a few tens of thousands of years the entire earth is covered in miles-thick ice.</p></blockquote>\n\n\n\n<p>Fascinating! The blog goes on to apply the idea to that strong base, accumulating a bit at a time, to investing and business. The power of compounding seems appropriate to share on <a href=\"https://www.aboutamazon.com/news/company-news/email-from-jeff-bezos-to-employees\">the day Jeff Bezos announced his retirement</a>.</p>\n\n\n\n<p>I&#8217;ll leave you with one of my favorite quotes from Charlie Munger, which is also how the <a href=\"https://www.collaborativefund.com/blog/the-freakishly-strong-base/\">article ends</a>: </p>\n\n\n\n<blockquote><p>&#8216;The first rule of compounding: never interrupt it unnecessarily.&#8217;</p><cite>Charlie Munger</cite></blockquote>\n\n\n\n<p><em>The iceberg photo is one <a href=\"https://ma.tt/2011/08/glacier/\">I took near Svalbard in 2011</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:\"Wed, 03 Feb 2021 01:44:42 +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:4:\"Matt\";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:40:\"WordPress.org blog: WordPress 5.7 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9599\";s: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/2021/02/wordpress-5-7-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7617:\"<p>WordPress 5.7 Beta 1 is now available for testing! <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" /></p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.7 Beta 1 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for final release is March 9, 2021. That’s just <strong>five weeks away</strong>, so your help is vital to making sure that the final release is as good as it can be.</p>\n\n\n\n<p>So what’s new? <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"🤔\" class=\"wp-smiley\" /></p>\n\n\n\n<h2><strong>Improvements in Core</strong></h2>\n\n\n\n<p><strong>Lazy-load iframes</strong><br />Now you can enable lazy-loading of iframes by adding the <code>loading=\"lazy\"</code> attribute to iframe tags on the front-end.&nbsp;</p>\n\n\n\n<p><strong>Migrating from HTTP to HTTPS is streamlined</strong><br />Switching a WordPress site from HTTP to HTTPS has proven to be a pain for all involved. While on the surface, the Site Address and WordPress Address have to be updated, content with embedded HTTP URLs remains unchanged in the database. With this release, migrating a site to HTTPS is now a one-click interaction. URLs in the database are automatically replaced when the Site and WordPress Address are both using HTTPS.&nbsp; Also, Site Health now includes an HTTPS status check.</p>\n\n\n\n<p><strong>Standardize colors used in WP-Admin CSS to a single palette</strong><br />This change collapses all colors used in the CSS to one of the available shades of blue, green, red, yellow, grey, black, and white. The palette makes it simpler than ever to build components your users can read, because half the range gives you great contrast with white type and a half with black, according to current accessibility guidelines.</p>\n\n\n\n<p><strong>Ongoing cleanup after update to jQuery 3.5.1</strong><br />jQuery deprecations in WordPress Core and bundled themes show up a lot less often, and the notifications make more sense to the user.</p>\n\n\n\n<p><strong>New Robots API</strong><br />The new Robots API allows the filter directives to be included in the ‘robots’ meta tag. Also, the directive <code>max-image-preview:large</code> is now included by default to allow large image previews to be displayed in search engines (unless the blog is marked as not being public).</p>\n\n\n\n<h2><strong>Improvements in the Editor</strong></h2>\n\n\n\n<ul><li>Inserter drag and drop: Blocks and block patterns can now be dragged directly from the inserter into the post canvas.</li><li>Full height alignment: Blocks such as the Cover block now can have an option to expand to fill the entire viewport.</li><li>Block variations: The icon and description of a block variation is now shown in the block inspector, and a new dropdown in the block inspector lets you switch between block variations.</li><li>Reusable blocks: Several enhancements to the usability and stability of reusable blocks have been made, and reusable blocks are now saved at the same time that the post is saved.</li><li>Buttons block: The Buttons block now supports vertical alignments, and you can set the width of a button to a preset percentage.</li><li>Social Icons block: You can now change the size of the icons in the Social Icons block.</li><li>Font size in more places: You can now change the font size in the List and Code blocks.</li><li>Many many other enhancements and bug fixes. To see all of the features for each release in detail check out the Gutenberg release posts: <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">9.3</a>, <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">9.4</a>, <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">9.5</a>, <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a>, <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">9.7</a>, <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">9.8</a>, and 9.9 (link forthcoming).</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the Make WordPress Core blog for 5.7-related developer notes in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..02%2F03%2F2021&milestone=5.7&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">143 tickets in WordPress 5.7</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..02%2F03%2F2021&type=enhancement&type=feature+request&milestone=5.7&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">68 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricker</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jeffpaul</a>, and <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a> for your peer revisions and <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>, and <a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> for final review on this exciting news.</em></p>\n\n\n\n<p>____________________________________</p>\n\n\n\n<p><em>New Year, new goals<br />Each day, one small step<br />It’s the little things&#8230;</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:\"Tue, 02 Feb 2021 22:31: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:13:\"Ebonie Butler\";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:72:\"WPTavern: Skinning the WordPress Admin, CSS Custom Properties on the Way\";s: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=111327\";s: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:187:\"https://wptavern.com/skinning-the-wordpress-admin-css-custom-properties-on-the-way?utm_source=rss&utm_medium=rss&utm_campaign=skinning-the-wordpress-admin-css-custom-properties-on-the-way\";s: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:4912:\"<p class=\"has-drop-cap\">Using CSS custom properties for the WordPress admin color scheme system is listed for the WordPress 5.7 milestone. It feels low-key enough that most would pass it over as a simple upgrade to keep up with the times. However, this feature can create ripples that spread and benefit the ecosystem in the years to come.</p>\n\n\n\n<p>Kirsty Burgoine, a front-end developer at Human Made, announced the <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">introduction of CSS custom properties</a> for the WordPress admin. The initial work landed in a ticket for <a href=\"https://core.trac.wordpress.org/ticket/49999\">iterating on the admin color schemes</a>. The first stage reduced the color palette from 199 colors down to 99, creating a more reasonable list to work from.</p>\n\n\n\n<img /><a href=\"https://codepen.io/ryelle/full/WNGVEjw\">WordPress color palette</a> by Kelly Choyce-Dwan.\n\n\n\n<p>The second stage will look at how to implement a CSS custom properties system that makes sense. That means doing the dreaded work of <em>naming things</em>. The Core CSS team is currently looking for feedback on how to best handle property names going forward and are open to alternative implementation suggestions.</p>\n\n\n\n<p>Once custom properties are in place, the new system could open a world of possibilities in the long term.</p>\n\n\n\n<h2>Thinking Ahead</h2>\n\n\n\n<p class=\"has-drop-cap\">My hopes of having WordPress admin themes have lived and died on each piece of news around custom color schemes, imaginative mockups, and the general hype of projects that never lived up to their promise. I may well be getting my hopes up again.</p>\n\n\n\n<p>Developers have been able to register custom admin color schemes since WordPress 2.5, but it was never an ideal system.</p>\n\n\n\n<p>One of my favorite plugins is <a href=\"https://wordpress.org/plugins/admin-color-schemes/\">Admin Color Schemes</a>, which is maintained by designers from the core WordPress team. It adds several schemes for users to choose from.</p>\n\n\n\n<img />Cruise scheme from the Admin Color Schemes plugin.\n\n\n\n<p>Sass, which is used to generate the admin color schemes in core today, has simplified the process. However, third-party developers still need to make sure their custom schemes remain updated between WordPress versions. The system is not built to protect against future compatibility issues.</p>\n\n\n\n<p>CSS custom properties change the game. With their widespread use and compatibility with modern browsers, custom admin theming &mdash; at least color scheming &mdash; is much more of a reality.</p>\n\n\n\n<p>I have not been this excited about the possibility of something new since Tung Do released his <a href=\"https://wptavern.com/dp-dashboard-an-alternative-wordpress-admin-design\">short-lived DP Dashboard plugin</a> in 2013. Now, a few days shy of eight years since its initial beta testing phase, I once again have some hope.</p>\n\n\n\n<img />Original beta design of the DP Dashboard plugin.\n\n\n\n<p>Given the little wisdom I have accumulated over the years, I now see that completely custom admin themes never led to the right path. I am happy we never went down it. Administration UIs need to work consistently for users and adapt to changes over time. Custom themes were a maintenance nightmare every time WordPress added a feature. However, a system built on CSS custom properties means that customizations do not break &mdash; or break far less often &mdash; as the software&rsquo;s UI evolves.</p>\n\n\n\n<p>While the focus right now is on color schemes, nothing is stopping WordPress from moving onto other features in the future. It is possible to set up a global styles system for designers to skin the admin in all kinds of interesting ways without breaking anything. Minor options like the border-radius of buttons, font-family choices, or heading font-sizes would be easy to roll in over time.</p>\n\n\n\n<p>As the block system continues to replace parts of the WordPress admin, custom admin skins will be far easier to maintain. Because everything in the block system is built as a component, it better future-proofs against back-compatibility issues.</p>\n\n\n\n<p>There is a long and winding path toward a feature-complete admin skinning system. However, it is not outside the realm of possibility.</p>\n\n\n\n<p>I look forward to the day when theme authors can easily roll out admin designs that match the front end. Perhaps integration with the block system&rsquo;s <code>theme.json</code> is a possibility. I would not mind seeing a separate admin theme directory in the future either. The use case may be too niche at this point, but it never hurts to keep the idea in the back of everyone&rsquo;s mind.</p>\n\n\n\n<p>If nothing else, the move to custom properties lets the team clean up the admin CSS and makes it easier to add custom color schemes. That is a win for the WordPress project.</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, 02 Feb 2021 22:16: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:14:\"Justin Tadlock\";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:73:\"WPTavern: WordPress 5.7 Will Make It Easier to Migrate From HTTP to HTTPS\";s: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=111377\";s: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:191:\"https://wptavern.com/wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https\";s: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:2593:\"<p>The next major release of WordPress will make it much easier for users to <a href=\"https://core.trac.wordpress.org/changeset/50131\">migrate their sites from HTTP to HTTPS</a>. It introduces new capabilities to detect if the user&rsquo;s hosting environment has support for HTTPS and provides a one-click update process, handling mixed content rewrites where possible.</p>\n\n\n\n<p>&ldquo;A major pain point in WordPress has been the migration of a WordPress site from HTTP to HTTPS: While changing the Site Address and WordPress Address to use HTTPS is trivial, updating references to the old URLs in existing content is not,&rdquo; WordPress Core Committer Felix Arntz said in the <a href=\"https://core.trac.wordpress.org/ticket/51437\">ticket</a> proposing the feature. &ldquo;It cannot be accomplished within core UI and requires use of more advanced tools, such as WP-CLI or plugins like Better Search Replace, which is a no-go for most users.&rdquo;</p>\n\n\n\n<p>In WordPress 5.6, there is no clear guidance in the Site Health screen about how to migrate to HTTPS, even though it shows as an issue. The user would need to learn more about how to update it manually, starting with changing the site URLs. </p>\n\n\n\n<p>In WordPress 5.7, if HTTPS is supported, the Site Health Status screen will notify users and guide them with a new button that updates the site with a single click. It also migrates the site content on the fly to use HTTPS for URLs. Arntz recorded a video demo of the update:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>This change also comes with new environment variables and filters that allow hosting providers to change the URLs linked in the HTTPS status check in Site Health, so they can more effectively manage it for their customers&rsquo; hosting options. This is similar to how hosts can modify URLs for updating the PHP version, which has had a positive impact on getting sites running on supported versions of PHP.</p>\n\n\n\n<p>It&rsquo;s important to note that the streamlined HTTP to HTTPS migration in 5.7 does not handle updating content in the database. Also, if a site&rsquo;s URLs are controlled by constants, the update is not possible to complete automatically. In these instances, the HTTPS status check on the Site Health screen will inform the user why the site would need to be manually updated.</p>\n\n\n\n<p>More technical details are available in the <a href=\"https://core.trac.wordpress.org/ticket/51437\">ticket</a> and<a href=\"https://core.trac.wordpress.org/changeset/50131\"> commit message</a>, and a dev note should be forthcoming.</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, 02 Feb 2021 19:08:50 +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: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:44:\"WPTavern: Block Manager Redesign Coming Soon\";s: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=111349\";s: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:133:\"https://wptavern.com/block-manager-redesign-coming-soon?utm_source=rss&utm_medium=rss&utm_campaign=block-manager-redesign-coming-soon\";s: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:4379:\"<p>WordPress&rsquo; block management interface was <a href=\"https://wptavern.com/gutenberg-5-3-introduces-block-management-adds-nesting-to-the-cover-block\">introduced in Gutenberg 5.3</a>, released in March 2019, and is due for an update. In case you haven&rsquo;t explored the editor&rsquo;s Tools menu, the block manager setting allows you to select which blocks will be shown or hidden in the block inserter.</p>\n\n\n\n<p>Last week, Automattic engineer Nik Tsekouras opened a new issue in the Gutenberg repository for tracking <a href=\"https://github.com/WordPress/gutenberg/issues/28572\">block manager enhancements</a>. A few planned enhancements are already on deck, including moving the block manager into the Preferences Modal, redesigning it to use panels, and adding support for <a href=\"https://github.com/WordPress/gutenberg/issues/27708\">toggling block variations</a> on and off.</p>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/pull/28329\">updated Preferences Modal</a> is expected in the&nbsp;<a href=\"https://github.com/WordPress/gutenberg/milestone/141\">Gutenberg 9.9</a>&nbsp;milestone, which will be included in WordPress 5.7. (Gutenberg versions 9.3 &ndash; 9.9 will be rolled into the release.) Moving the block manager into its future home inside the Preferences modal will be completed in a follow-up PR, since it needs to be refactored to use the panels design. Tsekouras shared a gif of the design plan for this update:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://cloudup.com/ccaOScZFCHe\"><img src=\"https://cldup.com/AlD8gnb5Wn.gif\" alt=\"Block manager update\" width=\"3002\" height=\"2288\" /></a>\n</div>\n\n\n\n<p>In the discussion on the tracking issue, Birgit Pauli-Haack requested that the updated block manager also include information about how many times each particular block is used on the site. She <a href=\"https://github.com/WordPress/gutenberg/issues/28572?mc_cid=e944847429&mc_eid=68ffa9a210#issuecomment-770220305\">described</a> a common scenario where this feature could be helpful:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>We recently took a site live were multiple team members collaborated designing the site and adding content, each aiming for the best outcome with blocks.</p><p>Some installed additional blocks from plugins to test and provide options or just do a proof of concept.</p><p>Before we took the site live, we noticed there are now 148 blocks available over 4 additional plugins + core.</p><p>We now have no way to find out which blocks were used over 40 pages and posts. I looked at a few Block managers plugins and none seems to be able to provide an answer to a fairly basic question:<br />Which blocks did we actually use throughout the site?</p><p>We would need the information to decide on which plugin can we safely uninstall.and which should we keep.</p><p>A revamp of Block managers could &ndash; and should- provide an answer.</p></blockquote>\n\n\n\n<div class=\"wp-block-image\"><img />An example of instances displayed in the Find My Blocks plugin</div>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/find-my-blocks/\">Find My Blocks</a> plugin, created by Eddy Sims, offers a more advanced version of what Pauli-Haack is requesting. It has its own dedicated settings page for displaying a list of the block types in use on the site, along with the number of times each has been used, posts/pages where the blocks are in use, if it is a reusable block, a nested block, and much more information. Pauli-Haack suggests the block manager simply show the number of instances where the block is in use.</p>\n\n\n\n<p>As the block editor becomes more widely adopted, it is going to become imperative for users to be able to see, at a glance, the number of instances where a block is in use. Right now, even those who adopted the block editor right away haven&rsquo;t been using it for more than a few years. Long term, after years of adding blocks, people are going to need more information when managing them, and they may not know about utility plugins like Find My Blocks. </p>\n\n\n\n<p>Discussion is still open on the topic Pauli-Haack raised regarding block manager enhancements. You can subscribe to the new block manager enhancements <a href=\"https://github.com/WordPress/gutenberg/issues/28572\">tracking issue</a> if you want to follow the progress on updates coming in the next few months.</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, 02 Feb 2021 04:14:29 +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:81:\"WPTavern: WordPress Launches WP Briefing Podcast, Episodes Expected Every 2 Weeks\";s: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=111330\";s: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:205:\"https://wptavern.com/wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks\";s: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:5097:\"<p class=\"has-drop-cap\">True to its name, the <a href=\"https://wordpress.org/news/podcast/welcome-to-your-wp-briefing/\">first WP Briefing podcast</a> lasted just over 12 minutes. Josepha Haden Chomphosy, the Executive Director of WordPress, jump-started the second month of 2021 with a show that should arrive on the our doorstep every two weeks. With what seems to be overwhelming <a href=\"https://twitter.com/WordPress/status/1356271101559656453\">positive support on Twitter,</a> the podcast was welcomed by the WordPress community.</p>\n\n\n\n<p>This will be different from many other podcasts in the WordPress ecosystem. It will not cater specifically to a developer audience. Chomphosy also said there would be no hot-takes <a href=\"https://twitter.com/JosephaHaden/status/1356277030921244672\">on Twitter</a>. &ldquo;Just bite-sized chunks about the WordPress OSS project and the how/why around what it does.&rdquo;</p>\n\n\n\n<p>The show promises to be short. And, because it will only come around every fortnight, it gives people time to keep up to date at their leisure.</p>\n\n\n\n<p>&ldquo;You can think of this as a sort of WordPress appreciation for any level &mdash; and honestly, all levels of WordPress awareness,&rdquo; said Chomphosy of the podcast&rsquo;s purpose. &ldquo;Bite-sized insights into what makes it all work. &ldquo;</p>\n\n\n\n<p>Chomphosy will be running the show every couple of weeks and plans to follow a specific format of three segments:</p>\n\n\n\n<ol><li>An easy-to-digest overview of a cool WP philosophy.</li><li>A highlight of a community success story or a noteworthy contributor.</li><li>A small list of big things to know about (or do) in the coming weeks.</li></ol>\n\n\n\n<p>Guest speakers may join the show from time to time to cover specific topics when their expertise is warranted.</p>\n\n\n\n<p>A common theme in the past few years, particularly as the pace of block development has quickened, is that many people find it hard to keep up with the project. Even those who are neck-deep in WordPress development can feel a little lost at times. A podcast built on the idea of keeping the community in the loop may even be a bit overdue.</p>\n\n\n\n<p>&ldquo;It&rsquo;s been on my list of needs since late 2017, but hasn&rsquo;t been my highest priority during that time,&rdquo; said Chomphosy. &ldquo;It&rsquo;s been years since WordPress has been small enough for any single, part-time contributor to keep track of what&rsquo;s next. Contributors across the project are doing excellent work to communicate efficiently about the work we&rsquo;re all focused on, but it never hurts to lend some clarification where possible.&rdquo;</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/seriously-simple-podcasting/\">Seriously Simple Podcasting</a> plugin currently powers the podcast. The plugin is developed by Castos, which is a podcasting host and analytics service. It has over 20,000 active installs and a 4.8-star rating.</p>\n\n\n\n<p>Chomphosy said they chose Seriously Simple Podcasting because the WP Briefing crew was already familiar with it. &ldquo;I didn&rsquo;t want to ask folks to learn an entirely new software while we&rsquo;re still working out the process.&rdquo;</p>\n\n\n\n<p>The first episode focused on an introduction to WP Briefing. The overview segment covered three trends in action from Matt Mullenweg&rsquo;s <a href=\"https://wptavern.com/state-of-the-word-2020-wordpress-moves-toward-full-site-editing\">State of the Word 2020</a> address. Dave Loodts was this week&rsquo;s success story after sharing how he &ldquo;blindly&rdquo; chose a career in freelance web development and is still going strong after 15 years (<em>congrats, Dave!</em>). Chomphosy wrapped up the podcast with notes on Full Site Editing, <a href=\"https://wptavern.com/learn-wordpress-platform-launches-with-free-courses-workshops-and-lesson-plans\">Learn WordPress</a>, and automation tools to help contributor teams.</p>\n\n\n\n<p>It is definitely worth a listen if you can spare a few minutes. I am excited to see where this project goes in the future and see how it helps keep more of the community in <em>the loop</em>.</p>\n\n\n\n<p>If I had one feature request, it would be for the development team to put the podcast player in the WordPress embed, which is easy enough to do with a custom embed template. This would let bloggers embed the show on their pages and share it with more people.</p>\n\n\n\n<p>However, there may be ways to embed it via third-party services down the road. &ldquo;It just went live and we&rsquo;re working on getting it listed everywhere,&rdquo; said Automattician Marcus Kazmierczak in response to <a href=\"https://twitter.com/gkurushin/status/1356273579273428995\">whether it would be on Google Podcasts or Spotify</a>. &ldquo;Hopefully it&rsquo;ll be showing up shortly.&rdquo;</p>\n\n\n\n<p><strong>Update:</strong> the embed now includes the audio player:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/news/podcast/welcome-to-your-wp-briefing/\">Welcome to your WP Briefing</a></blockquote>\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, 01 Feb 2021 21:52:41 +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:\"Justin Tadlock\";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:82:\"WPTavern: Upsells, Barriers, and the End/Beginning of the Quality $free Themes Era\";s: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=110940\";s: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:203:\"https://wptavern.com/upsells-barriers-and-the-end-beginning-of-the-quality-free-themes-era?utm_source=rss&utm_medium=rss&utm_campaign=upsells-barriers-and-the-end-beginning-of-the-quality-free-themes-era\";s: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:14535:\"<blockquote class=\"wp-block-quote\"><p>The WordPress.org theme directory is becoming little more than a crippleware distributor. I suppose it was inevitable given its reach, which can be worth $1,000s/month for theme authors.</p><cite>Justin Tadlock <a href=\"https://twitter.com/justintadlock/status/1147472529113698311\">via Twitter</a></cite></blockquote>\n\n\n\n<p class=\"has-drop-cap\">As I think back on that tweet from 2019, I realize how unfair it was to refer to the themes coming into the directory as &ldquo;crippleware.&rdquo; At the time, I was a part of the Themes Team (formerly the Theme Review Team). However, there were real cases of crippleware submitted to the directory when I wrote that.</p>\n\n\n\n<p>To define crippleware: some themes blocked core WordPress features and made them available via the &ldquo;pro&rdquo; versions. It was one of the more blatant abuses of the free themes directory I had seen for a profit.</p>\n\n\n\n<p>However, the term does not represent the majority of themes submitted. Most of what we see today are &ldquo;lite&rdquo; themes. Some of them are well-designed themes that provide value to end-users at no cost. Others are stripped-down versions of what you would typically see from a starter theme. While they are fully functional &mdash; the Themes Team&rsquo;s rules have been strict on this requirement &mdash; the real value of the theme is in the upsell.</p>\n\n\n\n<p>This is not the start of an anti-commercial theme rant. When WordPress developers and agencies are successful, it benefits the whole ecosystem. But, how do we balance that with providing value &mdash; which is subjective, I know &mdash; to the free theme directory? How do we transition the theme directory to something flowing with more artistic or even experimental ideas?</p>\n\n\n\n<h2>Guidelines and Stumbling Blocks</h2>\n\n\n\n<p class=\"has-drop-cap\">Matt Mullenweg, WordPress co-founder and project lead, posted the following on the Post Status Slack <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1610310645240600\">two weeks ago</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The .org theme directory is particularly bad when you compare it to any half-decent commercial theme marketing page, or the designs available on other site building services or Themeforest directories. The .org theme directory rules and update mechanism have driven out creative contributions, it&rsquo;s largely crowded out by upsell motived contributions.</p></blockquote>\n\n\n\n<p>There is a lot to unpack in his statement. I agree with most of it. The Themes Team agrees with at least some of it. However, its members lack direct control over the system outside of the guidelines.</p>\n\n\n\n<p>&ldquo;I actually agree with this in a sense,&rdquo; said Themes Team rep William Patton. &ldquo;Creativity has not prospered in the directory, and I think a large part of it is the barrier of entry. &lsquo;Don&rsquo;t do bad things&rsquo; is the overarching guideline for the theme directory, but that can be viewed very subjectively. If it were the only guideline we would see a lot of things that might not be best suited here. If we want to encourage creativity then more freedom to express it would likely be a good way to start bringing it back. However, it can be hard to know where the line should be placed.&rdquo;</p>\n\n\n\n<p>The team sometimes gets pulled in two different directions. When the project lead asks for things to be more open, many members rally around that idea. On the other hand, the call for <a href=\"https://wptavern.com/why-accessibility-matters-for-wordpress-themes-and-their-users\">stricter accessibility requirements</a>, for example, are popular with others in the community. It is a choice between two ends of the spectrum that are tough to pull together as the gatekeepers to the official directory.</p>\n\n\n\n<p>&ldquo;Why couldn&rsquo;t it be more like the plugin directory?&rdquo; asked Mullenweg. &ldquo;That has all the same potential issues and has been working pretty well. I&rsquo;d like it to work just like the plugin directory, with direct access for authors, and most reviews being post-review vs. pre-review.&rdquo;</p>\n\n\n\n<p>The Themes Team is not against the idea. More than anything, they just need the help to make any significant change.</p>\n\n\n\n<p>&ldquo;Having the themes directory work like the plugins directory would be great!&rdquo; said Themes Team rep Ari Stathopoulos. &ldquo;And, in fact, it&rsquo;s something we&rsquo;ve all been asking for years, but there are many technical challenges because they are built fundamentally differently. Plugin authors have access to their plugin&rsquo;s SVN while themes don&rsquo;t. Theme reviews are public while plugin reviews are private and closed. There would need to be lots of changes in systems and meta. Not to mention that, as far as I know, plugins don&rsquo;t do post-reviews, they do pre-reviews the first time a plugin is uploaded and post-reviews for updates (which is exactly what happens in themes too).&rdquo;</p>\n\n\n\n<p>The team has created tickets, asked for help, and have generally awaited a champion to push innovative ideas &mdash; or any ideas &mdash; forward. <em><a href=\"https://meta.trac.wordpress.org/ticket/215\">Seven-year-old ticket</a> to support the standard readme files available to plugins?</em> No takers as of yet. <em><a href=\"https://meta.trac.wordpress.org/ticket/5504\">Allowing block-based themes</a> to be uploaded?</em> Maybe we can make that happen sometime soon.</p>\n\n\n\n<p>The guidelines are likely less crippling than the outdated Trac review system, uploading ZIP files for updates (which Mullenweg mentioned), the limitation of a <code>style.css</code> header for the theme description, and the lackluster theme previewer.</p>\n\n\n\n<img />Theme review system on Trac.\n\n\n\n<p>For the most part, nearly every guideline has been put in place in hindsight. The team finds consistent abuse or issues and course-corrects.</p>\n\n\n\n<p>&ldquo;I don&rsquo;t think that Matt&rsquo;s idea of a creative theme is a theme that is not secure or not compatible with GPL,&rdquo; said team repo Carolina Nymark. &ldquo;Creativity is not limited by being asked to sanitize options. It is not limited by making sure that your theme can be translated. If the reviewers saw creative, beautiful themes that lacked in some other aspect like basic accessibility, then the team could help explain to the theme author what kind of changes are necessary. But that is not the kind of themes that are being submitted.&rdquo;</p>\n\n\n\n<h2>Financial Incentive</h2>\n\n\n\n<p class=\"has-drop-cap\">In the mid-2000s, the average theme developer could get away with building an entire theme on a lazy weekend afternoon. WordPress was far less complicated. Theme development was not a race to the bottom, bundling every feature imaginable.</p>\n\n\n\n<p>Today, we live in the era of the multi-purpose theme. To soar to the top of the popular list, most themes need to handle everything from being the online face of a pizza restaurant to masonry grids for artist portfolios. They also either need good luck, name recognition, or good marketing. That is the reality for the average theme developers trying to make a name for themselves.</p>\n\n\n\n<p>It makes for boring themes in a free theme directory. If the theme author has any financial motivation behind creating a WordPress theme, they need to bundle the <em>nicer</em> features into a paid package.</p>\n\n\n\n<p>As Eric Karkovack wrote in his piece for Speckyboy, <a href=\"https://speckyboy.com/are-high-quality-free-wordpress-themes-a-thing-of-the-past/\">Are High-Quality Free WordPress Themes a Thing of the Past?</a>, &ldquo;Money changed the equation.&rdquo;</p>\n\n\n\n<p>There is not much incentive to push a free theme out to the directory just for fun. Most themers are spending a month or more of their time in today&rsquo;s ecosystem to build a theme. The days of the weekend-afternoon project seem all but gone.</p>\n\n\n\n<p>Even releasing a theme to give back can often be a letdown. There is little chance of any name recognition as the developer&rsquo;s creation is swamped by the hordes of lite themes in control of the directory. There is no way for unknown players to get any exposure through the directory except in the brief moments their theme lands in the latest themes list. It is that one make-or-break moment that could potentially help best the algorithm and slip into the nearly unattainable popular list.</p>\n\n\n\n<p>In comparison to Themeforest, the WordPress.org directory is lacking. Themeforest is inviting to users because it provides the backend tools for theme authors to market their themes. They can load up custom demos, provide screenshots, use a modern categorization system, and provide all sorts of extra data to end-users. They&rsquo;re in the business of selling a product to users. </p>\n\n\n\n<img />WordPress themes on ThemeForest\n\n\n\n<p>While WordPress.org may be free, it should still be selling the promise of a beautiful website to its users. I have always said it, the themes available on WordPress.org are the face of WordPress.</p>\n\n\n\n<p>Users deserve better. Theme authors deserve better tools to make it happen.</p>\n\n\n\n<p>Even with better tools and a better-designed directory in place, there is no guarantee of an uptick of creative contributions or a better overall balance that keeps pure upsells in check.</p>\n\n\n\n<p>&ldquo;I think that due to the reach a theme or plugin that becomes popular quickly commands, monetization is a necessity to be able to properly &lsquo;support&rsquo; such an endeavor,&rdquo; said Joost de Valk, CPO of Yoast, in response to Mullenweg&rsquo;s statement on Post Stats. &ldquo;I think the community also &lsquo;demands&rsquo; a certain stability and a certain level of support that is simply unfeasible to expect from any non paid contributor. Because WordPress.org has no way of doing that monetization &lsquo;on platform,&rsquo; this is what you end up with.&rdquo;</p>\n\n\n\n<p>He also argued that something akin to an app store would make things like the &ldquo;balkanization from non-G-based site builders&rdquo; less attractive to theme authors. Such a store has little or no chance of becoming a reality.</p>\n\n\n\n<p>&ldquo;I think we first need to agree on what the theme directory should be,&rdquo; he said. &ldquo;We need a &lsquo;mission statement,&rsquo; of sorts. And I think we probably need less control than we currently have, be much more like the plugin directory. But if we have a vision of what it should be, then we could work towards that.&rdquo;</p>\n\n\n\n<p>There is an opportunity to turn things around. Full Site Editing will leave ample room for releasing creative, fully-featured themes with upsells. There is plenty of reason to be excited about pattern design and template packs, <a href=\"https://wptavern.com/block-system-will-create-more-commercial-opportunities-for-wordpress-theme-authors\">better value-adds</a> for theme authors who want to upsell. The problem is going to be getting authors to abandon traditional themes and explore new terrain.</p>\n\n\n\n<h2>Changes Are Coming, Maybe, Hopefully</h2>\n\n\n\n<img />Popular listing on the WordPress theme directory.\n\n\n\n<p class=\"has-drop-cap\">For some, this is a song and dance they already know the lyrics and steps to. It is a years-long conversation that has netted little in return.</p>\n\n\n\n<p>However, the WordPress.org theme directory may be forced to change one way or another. Block-based themes are not arriving in some distant future; they are knocking at the door. Full Site Editing is slated to <a href=\"https://wptavern.com/wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021\">land in WordPress 5.8</a> this June.</p>\n\n\n\n<p>With this change, the WordPress.org theme directory needs to be prepared. Even with a move today, it will be a mad scramble to get systems ready in a handful of months. If waiting for the last minute, it is just asking for chaos. Block-based themes should already be <a href=\"https://meta.trac.wordpress.org/ticket/5504\">allowed to be uploaded</a>, for example.</p>\n\n\n\n<p>As we saw earlier this week, Automattic launched its <a href=\"https://wptavern.com/automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites\">Blank Canvas</a> theme. It is designed to work on single-page websites. It does not support commenting out of the box, which is a requirement for inclusion into the official directory.</p>\n\n\n\n<p>Block-based themes will forever change the system. In the past, traditional themes needed to cover all their bases, integrating with every front-end feature of WordPress. In the future, that is not necessarily the case. Because everything will be built from blocks and users will have direct access to customize those blocks, a theme has no need to cover everything. The user can add and remove features at their leisure.  The review guidelines need to be molded for this future.</p>\n\n\n\n<p>Full Site Editing almost seems purpose-built for outside-the-box theme designers. Whether it is a simple, one-page wedding invitation or an author&rsquo;s book landing page, there are more possibilities upcoming than there ever were in the past. And, these things will be far easier to build on the theme-design side of things. It will remove a lot of burden from developers and from the Themes Team during reviews.</p>\n\n\n\n<p>&ldquo;Regarding the FSE themes: to be honest all my hopes are there,&rdquo; said Stathopoulos. &ldquo;They are very different, and it&rsquo;s a fresh start for the repository. New theme paradigm, a different set of rules (with of course some overlap for basic things), and a new way of doing things and thinking about themes. However, if they are presented in the same way in the same repo we have now, then nothing will change. the theme repo <em>needs</em> to change, and there&rsquo;s no way around that. But that&rsquo;s a decision that will have to be made from the WordPress leadership and implemented by meta.&rdquo;</p>\n\n\n\n<p>As always, I remain optimistic about the future of WordPress themes, hoping for the ushering in of a new era. I get the sense that the Themes Team shares some of that enthusiasm, at least cautiously so. More than anything, they need the community, particularly theme authors, to chip in and shape that vision of what the WordPress theme directory should be.</p>\n\n\n\n<p>Perhaps today, the stars are nearing alignment. Mullenweg plans to chat with the team and gather feedback in the coming 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:\"Fri, 29 Jan 2021 22:53: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:14:\"Justin Tadlock\";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:60:\"WPTavern: GitLab Drops Bronze/Starter Tier in Pricing Update\";s: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=111219\";s: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:165:\"https://wptavern.com/gitlab-drops-bronze-starter-tier-in-pricing-update?utm_source=rss&utm_medium=rss&utm_campaign=gitlab-drops-bronze-starter-tier-in-pricing-update\";s: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:5745:\"<p>This week GitLab <a href=\"https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/\">announced</a> a pricing change that eliminates its Bronze/Starter tier in favor of a three-tier subscription model. The Starter tier, previously offered at $4/month, included features like single-team project management, next day business support, and 2,000 CI/CD minutes.</p>\n\n\n\n<img />GitLab Pricing prior to Jan 26, 2021 Update\n\n\n\n<p>GitLab&rsquo;s updated <a href=\"https://about.gitlab.com/pricing/\">pricing</a> page shows the benefits that were included in the Starter plan are now only available in the Premium tier at a 5x price increase, introducing a larger gap between free accounts and paying customers. The change specifically impacts those who were happy to pay for a few extras but don&rsquo;t need the full array of premium features.</p>\n\n\n\n<img />\n\n\n\n<p>GitLab is offering to transition customers at a discount, where existing customers have the option to renew at the current price for an additional year or upgrade to Premium at a discount. The company also makes a case for the free tier, which it says includes 89% of the features in Bronze/Starter, with 450 new features added last year. </p>\n\n\n\n<p>&ldquo;The Bronze/Starter tier does not meet the&nbsp;<a href=\"https://www.investopedia.com/terms/h/hurdlerate.asp\">hurdle rate</a>&nbsp;that GitLab expects from a tier and is limiting us from investing to improve GitLab for all customers,&rdquo; GitLab co-founder and CEO Sid Sijbrandij said. &ldquo;Ending availability of the Bronze/Starter tier will help us accelerate development on&nbsp;customers&rsquo; priority needs&nbsp;such as improving usability, availability, performance, and delivering enterprise-grade security and compliance.&rdquo;</p>\n\n\n\n<p>It makes sense that GitLab is turning its attention to factors like &ldquo;hurdle rate,&rdquo; as Sijbrandij told <a href=\"https://www.cnbc.com/2021/01/15/gitlab-ceo-eyes-public-market-after-secondary-valued-it-at-6-billion-.html\">CNBC</a> that he&rsquo;s still looking to take the company public after a late 2020 employee share sale, which valued the company at $6 billion. GitLab passed $150 million in annual recurring revenue in 2020, but is tightening up its subscription model as the company tailors commercial offerings for those who need DevOps features.</p>\n\n\n\n<p>GitLab did not share the pricing update announcement on Twitter, perhaps in anticipation of how controversial it would be. The company posted the link in the <a href=\"https://forum.gitlab.com/t/new-gitlab-product-subscription-model/45923\">GitLab forums</a> where customers expressed disappointment in the change.</p>\n\n\n\n<p>&ldquo;We are currently paying Bronze level because there are some features that we find interesting,&rdquo; Riccardo Padovani said. He specifically referenced issue weights, iterations, multiple issue assignees, and issue dependencies.</p>\n\n\n\n<p>&ldquo;These features are now in the premium level. We were not interested in the previous &lsquo;silver&rsquo; level. On the long term, this is basically a 5 times price increase. Being a vocal supporter of GitLab in my company,&nbsp;<strong>I am not happy about this, at all</strong>.&rdquo;</p>\n\n\n\n<p>One customer said the change &ldquo;feels like a bit of a kick in the teeth,&rdquo; while another noted that GitLab&rsquo;s mid-tier offering costs just one dollar less than <a href=\"https://github.com/pricing\">GitHub&rsquo;s enterprise plan</a>. Many of GitLab&rsquo;s existing Starter tier customers have a large number of users who are not developers and do not have access to code or pipeline features. They are supporting staff who check bug reports or project management teams that create issues. Without the ability to pay per user role, upgrading every seat in the team to Premium doesn&rsquo;t make sense for these types of use cases. </p>\n\n\n\n<p>Customers who had recently convinced their organizations to go with GitLab, along with those who have invested time developing processes around the Starter tier features, are some of the most vocal opponents to the change. Some <a href=\"https://forum.gitlab.com/t/new-gitlab-product-subscription-model/45923/42\">found the announcement off-putting</a>, as it made it seem like paying Starter plan customers were actually costing GitLab money, requiring the tier to be eliminated. Many expressed that they only signed up for the tier to support GitLab and that they only used a handful of the features.</p>\n\n\n\n<p>&ldquo;It&rsquo;s worth pointing out that you say that &lsquo;many Bronze/Starter customers adopted Gitlab just for source code management,&rsquo; &ndash; yes &ndash; that&rsquo;s exactly what we use Gitlab for,&rdquo; one customer said. &ldquo;We don&rsquo;t use CI, Issue Tracking, or any other features offered even in the free version, but we do want to have a couple of the SCM features offered in the Bronze/Starter tier. Do you really think that customers like us that are only looking for SCM are going to pay more for unnecessary features?&rdquo;</p>\n\n\n\n<p>The GitLab employees in the thread seemed ready to defend the decision against the onslaught of criticism. While a few said they will take customers&rsquo; concerns and feedback under consideration, most were prepared to assure critics that the decision was made &ldquo;through extensive research,&rdquo; which likely leaves those most affected further alienated, if the 5x cost increase didn&rsquo;t already make the decision for them. Bronze/Starter tier customers who are still examining their options can find the various transition paths in the pricing change <a href=\"https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/\">announcement</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:\"Fri, 29 Jan 2021 19:16: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: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:76:\"WordPress Foundation: do_action hackathons and open-source workshops in 2021\";s: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:41:\"https://wordpressfoundation.org/?p=172229\";s: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://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\";s: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:6654:\"<p>In 2020, we saw do_action events and open-source workshops move online. Around the world, community members organized 5 do_action hackathons (<a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">4 of which were online</a>) and a handful of <a href=\"https://wordpressfoundation.org/2020/open-source-workshops-november-2020-report/\">open-source workshops</a> last year. In moving these events online, community organizers not only brought their WordPress community closer together, but they were also able to make a positive impact on their local or regional community in an exceptionally-difficult year.&nbsp;&nbsp;</p>\n\n\n\n<p>Seeing this impact, we would like to help more organizers host even more of these online charity hackathons (do_action events) and Introduction to Open Source workshops in 2021. This post shares more information for community organizers who would like to organize do_action events in 2021.</p>\n\n\n\n<h3>do_action charity hackathons</h3>\n\n\n\n<p>Based on feedback from the community members, <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">do_action events so far have been quite impactful</a> in how they bring participants together to help non-profits establish an online presence, something all the more significant in 2021. Here is how we plan to support do_action events in 2021:</p>\n\n\n\n<ul><li><strong>Improving the online do_action event documentation: </strong>The community team is currently working on revamping the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/organising-an-online-do_action-event/\">documentation for online do_action events</a> to include tips on remote collaboration, using collaboration tools, remote project management etc. Additionally, we will be reaching out to past do_action organizers to share recaps and help share task lists to help organizers get used to the online event format.&nbsp;</li><li><strong>Sponsored accounts:</strong> Organizers can reserve and use <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">Community-sponsored Zoom Pro accounts</a> for their events.&nbsp;</li><li><strong>Countrywide do_action events: </strong>There were <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">a few countrywide do_action</a> events in 2020. More regional/countrywide events are encouraged.&nbsp;</li><li><strong>Linking do_action events with WordCamps and mentoring: </strong>Since WordCamps are also online, organizers can organize do_action events in tandem with their online WordCamps, for more impact. Similarly, new do_action organizers will get mentoring from past organizers/mentors/community deputies.</li><li><strong>Technology changes: </strong>The following changes will be implemented on the doaction.org website in 2021 to support our organizers in a better way:&nbsp;<ul><li>doaction.org to Google Workspace / G Suite (so that organizers can use custom emails &#8211; get access to a branded Google Workspace account) &#8211; <em>Due March 2021</em></li><li>Doaction.org will be modified to support multiple event dates. &#8211; <em>Due June 2021</em></li><li>The do_action application will be moved to doaction.org.- <em>Due June 2021</em></li></ul></li></ul>\n\n\n\n<p>Does all of this sound exciting? If you would like to organize a do_action event in your locality, please <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/do_action-event-application/\">send in your application through this form</a>! Community deputies will get back to you shortly to take it forward.</p>\n\n\n\n<h3>Introduction to Open-source workshops</h3>\n\n\n\n<p>Introduction to Open Source workshops help spread knowledge and understanding of the open web and open source. They have also been instrumental in onboarding new contributors to WordPress. With the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> workshops on<a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\"> Introduction to Open-source</a>, meetup groups could host a watch party of the recorded workshop or <a href=\"https://make.wordpress.org/community/2020/12/08/tuesday-trainings-how-to-organize-a-successful-discussion-group/\">organize a discussion group</a>. Here’s how community members can organize open-source workshops in 2021.&nbsp;</p>\n\n\n\n<ul><li>Community members can now host <a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\">Introduction to Open-source workshop</a> discussion groups in the <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">Learn WordPress meetup group</a>. If you would like to host a discussion group for a global audience, please <a href=\"https://learn.wordpress.org/discussion-groups/\">apply to become a discussion group leader</a>.</li><li><a href=\"https://github.com/wptrainingteam/what-is-open-source\">Lesson</a> <a href=\"https://github.com/wptrainingteam/what-you-can-do-with-wordpress\">plans</a> for the Introduction to Open-source workshops are available! Any meetup group can plan their open-source workshop based on the lesson plans.&nbsp;</li><li>Meetup groups worldwide are also encouraged to<a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\"> organize an Introduction to WordPress watch party + discussion group</a> (based on the Learn WordPress workshop on <a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\">Introduction to Open-source</a>) as part of their meetup (it does not need any prior approval).&nbsp;</li></ul>\n\n\n\n<p>Organizers can feature these workshops and discussion groups in the WordPress Foundation blogs by <a href=\"https://make.wordpress.org/community/contact/\">reaching out to the community team</a>. Since open-source workshops are online, there is no cost involved in organizing them, but organizers can always <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">request paid zoom accounts for their event</a>.&nbsp;</p>\n\n\n\n<p>The WordPress community has the power to uplift and empower people across the world by organizing these events. Our community organizers have already done stellar work in 2020, despite the challenges posed by the COVID-19 pandemic. As we step into 2021, we look forward to supporting and seeing what organizers do with these online events to help their communities!</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, 29 Jan 2021 12:55: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:12:\"Hari Shanker\";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:112:\"WPTavern: WP Lookout Lets WordPress Users Track and Receive Notifications for Their Preferred Plugins and Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108062\";s: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:269:\"https://wptavern.com/wp-lookout-lets-wordpress-users-track-and-receive-notifications-for-their-preferred-plugins-and-themes?utm_source=rss&utm_medium=rss&utm_campaign=wp-lookout-lets-wordpress-users-track-and-receive-notifications-for-their-preferred-plugins-and-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8074:\"<p class=\"has-drop-cap\"><em>Should WordPress notify users of plugin ownership changes?</em> That was the question that Ian Atkins asked two months ago. WP Tavern readers seemed to think it was a good idea, at least those who commented on our <a href=\"https://wptavern.com/should-wordpress-notify-users-of-plugin-ownership-changes\">coverage of it</a>. However, the original <a href=\"https://meta.trac.wordpress.org/ticket/5509\">Trac ticket</a> has not seen any movement since.</p>\n\n\n\n<p>There are real technical issues with automating the process. A change of ownership does not necessarily equate to a change of the plugin author. This is often the case when someone acquires a company and maintains the brand.</p>\n\n\n\n<p>Tracking such changes does not necessarily need to go through WordPress. Chris Hardie built a service called <a href=\"https://wplookout.com/\">WP Lookout</a> that notifies users of such changes and much more. It has also been available since August of 2020.</p>\n\n\n\n<p>&ldquo;WP Lookout watches for interesting changes to the WordPress themes and plugins that someone cares about,&rdquo; said Hardie. &ldquo;I created WP Lookout for professional WordPress developers, consultants, and site managers who want to stay more informed about the plugins and themes that they (and their clients) depend on.&rdquo;</p>\n\n\n\n<p>While WP Lookout faces the same challenges with plugin ownership changes, it does have an advantage. It also <a href=\"https://wplookout.com/2020/12/tracking-mentions-in-wordpress-news/\">tracks WordPress news organizations</a>, including WP Tavern and <a href=\"https://poststatus.com/\">Post Status</a>. Even if the ownership change is not reflected on the plugin&rsquo;s WordPress.org page, the story may be picked up in the news.</p>\n\n\n\n<p>Hardie launched the news-tracking feature in early December 2020. It includes the <a href=\"https://www.wordfence.com/blog/category/vulnerabilities/\">Wordfence vulnerabilities blog</a> and <a href=\"https://ithemes.com/category/wordpress-vulnerability-roundup/\">iThemes vulnerabilities roundup blog</a> as a part of the service&rsquo;s security notification system. The service also scans change logs for keywords related to security.</p>\n\n\n\n<p>Notifications do not stop there. The WP Lookout tracks plugin, theme, and core WordPress updates. It also supports several commercial plugins such as Advanced Custom Fields Pro, Gravity Forms, and WP Rocket.</p>\n\n\n\n<p>&ldquo;When we first decide to use a theme or plugin on a WordPress site, we hopefully research it thoroughly &mdash; code quality, ratings, support responsiveness, new release history, speed of security fixes, and so on &mdash; but once it&rsquo;s installed it&rsquo;s easy to neglect those important bits of &lsquo;health&rsquo; information over time,&rdquo; said Hardie. &ldquo;Auto-updates are great from many perspectives, but I think anyone who has had to manage and troubleshoot a non-trivial WordPress site over time knows that it&rsquo;s also important to stay aware of, for example, what&rsquo;s happening in the change log or whether ownership of a plugin has changed hands. But nobody wants to log in to wp-admin on a bunch of sites every week to gather that info.&rdquo;</p>\n\n\n\n<p>Hardie said WP Lookout will always have a robust free option for people who just want a daily email notification for a handful of plugins and themes. However, there are paid tiers for customers to access more features. They allow users to track more plugins and themes and get immediate alerts through email, RSS, Slack, or custom webhooks.</p>\n\n\n\n<p>&ldquo;The middle tier supports up to 50 themes/plugins, immediate email notifications, and a personalized RSS feed,&rdquo; he said. &ldquo;The Builder tier supports up to 200 themes/plugins and adds in Slack and custom webhook support along with the option to just get security-related notifications. With more real-world user feedback, we may adjust what&rsquo;s in each tier over time.&rdquo;</p>\n\n\n\n<p>All users get access to the Builder tier for a few weeks after signing up. After that, they must subscribe or stick with the free tier features.</p>\n\n\n\n<h2>How the Service Works</h2>\n\n\n\n<img />Single plugin tracking history.\n\n\n\n<p class=\"has-drop-cap\">WP Lookout allows users to search for and add a tracker for individual plugins. The service primarily relies on the public WordPress.org API for getting plugin and theme data. This is the same system that WordPress uses to check to see if updates are available.</p>\n\n\n\n<p>&ldquo;But it also goes beyond what the API offers,&rdquo; said Hardie. &ldquo;For example, there&rsquo;s no standard yet for theme authors to provide .ORG theme change logs, and so that information doesn&rsquo;t show up when you go to update a theme in wp-admin; you&rsquo;d have to go poking around in Trac or source files to find it. So WP Lookout follows the trail to the change log details and <a href=\"https://wplookout.com/2020/08/wordpress-theme-changelog-details/\">puts that right in front of you</a>.&rdquo;</p>\n\n\n\n<img />Active plugin trackers.\n\n\n\n<p>There is also a <a href=\"https://wordpress.org/plugins/wp-lookout/\">WP Lookout plugin</a> available in the plugin directory. It uses an API key, which users can get from the WP Lookout website. The plugin then lets the WP Lookout service know what plugins and themes are installed and adds them as trackers. Using the plugin is far more efficient than manually adding individual plugins and themes.</p>\n\n\n\n<p>For plugins and themes that are not on WordPress.org, the service uses custom update APIs provided by the third-party developers. If that is not sufficient, it uses webpage scraping. For news sources, it parses RSS feeds.</p>\n\n\n\n<p>&ldquo;It&rsquo;s been interesting to see the wide variety of ways that WordPress theme and plugin authors do or don&rsquo;t manage and present data publicly about their products,&rdquo; said Hardie. &ldquo;Some have API endpoints that return the same level of detail as the .ORG API, others have change log/version documents generated by some internal tools, and still others don&rsquo;t bother doing much at all. I think an argument could be made to standardize on something here for the long-run to help boost the culture of keeping software updated, even/especially if it eventually makes the need for a tool like WP Lookout obsolete.&rdquo;</p>\n\n\n\n<h2>The Future of WP Lookout</h2>\n\n\n\n<p class=\"has-drop-cap\">Hardie has no plans of sitting on what he has already built. One of the next goals is regularly adding new themes and plugins that are not on WordPress.org. This will mean connecting with development teams and figuring out how users can get notifications of things that often have no public APIs. The lack of standardization in the space could be a tough hurdle to jump.</p>\n\n\n\n<p>&ldquo;I have a long list of features I&rsquo;m planning to add, including things like integrating tracking GitHub repo releases, bringing some helpful data points from WP Lookout into the wp-admin interface, WordPress Packagist integration, allowing per-tracker Slack channel configurations, better internationalization, and better handling of change logs that theme/plugin authors chose to maintain outside of their .org code repositories,&rdquo; he said.</p>\n\n\n\n<p>Hardie does not want to get too far ahead of himself with feature ideas. He said he is excited to get more feedback from users about what they find useful. Currently, there are 80 users, which is publicly available data. WP Lookout maintains an <a href=\"https://wplookout.com/open/\">open data and financial transparency page</a>.</p>\n\n\n\n<p>&ldquo;Despite having paid options for more advanced users, I mostly think of this as a service I want to operate for the WordPress community, and I&rsquo;ll always have a robust set of free functionality,&rdquo; he said. &ldquo;I&rsquo;m also committed to participation in Five for the Future, bringing what I&rsquo;ve learned here back into improvements that might benefit all WordPress users, whether they take advantage of WP Lookout or not.&rdquo;</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, 28 Jan 2021 21:56:16 +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:\"Justin Tadlock\";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:104:\"WPTavern: ElasticPress.io Service Considers Next Move after Elasticsearch Abandons Open Source Licensing\";s: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=110644\";s: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:253:\"https://wptavern.com/elasticpress-io-service-considers-next-move-after-elasticsearch-abandons-open-source-licensing?utm_source=rss&utm_medium=rss&utm_campaign=elasticpress-io-service-considers-next-move-after-elasticsearch-abandons-open-source-licensing\";s: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:6933:\"<p>Elastic, makers of the search and analytic engine&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.elastic.co/what-is/elasticsearch\" target=\"_blank\">Elasticsearch</a>, have re-licensed its core product so that it is no longer open source. The company is moving new versions of both Kibana and Elasticsearch from the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.apache.org/licenses/LICENSE-2.0\" target=\"_blank\">Apache 2.0-license</a>&nbsp;to be dual-licensed under the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.mongodb.com/licensing/server-side-public-license\" target=\"_blank\">Server Side Public License (SSPL)</a>&nbsp;and the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://github.com/elastic/elasticsearch/blob/0d8aa7527e242fbda9d84867ab8bc955758eebce/licenses/ELASTIC-LICENSE.txt\" target=\"_blank\">Elastic License</a>, which do not meet the <a href=\"https://opensource.org/osd\">Open Source Definition</a>. </p>\n\n\n\n<p>In a post titled &ldquo;<a href=\"https://www.elastic.co/blog/why-license-change-AWS\">Amazon: NOT OK &ndash; why we had to change Elastic licensing</a>,&rdquo; Elastic blames Amazon for the license change:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Our license change is aimed at preventing companies from taking our Elasticsearch and Kibana products and providing them directly as a service without collaborating with us.</p><p>Our license change comes after years of what we believe to be Amazon/AWS misleading and confusing the community &ndash; enough is enough.</p></blockquote>\n\n\n\n<p>Elastic claims AWS&rsquo;s behavior has &ldquo;forced&rdquo; the company to abandon its open source licensing, citing examples of what they perceive to be &ldquo;ethically challenged behavior.&rdquo; In 2019, Amazon created an Open Distro for Elasticsearch, and Elastic claims they used code copied by a third party from their commercial code, further dividing the community.</p>\n\n\n\n<p>As a result of the license change, Amazon <a href=\"https://aws.amazon.com/blogs/opensource/stepping-up-for-a-truly-open-source-elasticsearch/\">announced</a> its intention to officially fork Elasticsearch and Kibana, with plans to roll the forks into its Open Distro distributions:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Our forks of Elasticsearch and Kibana will be based on the latest ALv2-licensed codebases, version 7.10. We will publish new GitHub repositories in the next few weeks. In time, both will be included in the existing Open Distro distributions, replacing the ALv2 builds provided by Elastic. We&rsquo;re in this for the long haul, and will work in a way that fosters healthy and sustainable open source practices&mdash;including implementing shared project governance with a community of contributors.</p></blockquote>\n\n\n\n<p>The Open Source Initiative (OSI) <a href=\"https://opensource.org/node/1099\">reacted</a> to the news of the license change, calling the SSPL a &ldquo;fauxpen&rdquo; source license:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Fauxpen source licenses allow a user to view the source code but do not allow other highly important rights protected by the <a href=\"https://opensource.org/osd\">Open Source Definition</a>, such as the right to make use of the program for any field of endeavor. By design, and as explained by <a href=\"https://www.elastic.co/blog/licensing-change\">the most recent adopter</a>, Elastic, in a post it unironically titled &ldquo;<a href=\"https://www.elastic.co/blog/licensing-change\">Doubling Down on Open</a>,&rdquo; Elastic says that it now can &ldquo;restrict cloud service providers from offering our software as a service&rdquo; in violation of OSD6. Elastic didn&rsquo;t double down, it threw its cards in.</p></blockquote>\n\n\n\n<p>Elastic&rsquo;s license changes may affect a few companies in the WordPress ecosystem that are redistributing Elasticsearch as a commercial offering. <a href=\"https://10up.com/\">10up</a>, creators of <a href=\"https://wordpress.org/plugins/elasticpress/\">ElasticPress</a>, by far the most popular Elasticsearch plugin for WordPress, also runs the&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://elasticpress.io/\">ElasticPress.io</a>&nbsp;SaaS platform. More than 6,000 sites are using the open source plugin, but the company said these users will not be affected.</p>\n\n\n\n<p>&ldquo;No matter what this won&rsquo;t affect the EP plugin,&rdquo; 10up vice president of engineering Taylor Lovett said. &ldquo;I would say the news is definitely discouraging and not a great look for Elastic.&rdquo;</p>\n\n\n\n<p>10up <a href=\"https://wptavern.com/10up-unveils-elasticpress-io-elasticsearch-as-a-service-for-wordpress-sites\">launched</a> ElasticPress.io in 2017 and Lovett says it has become &ldquo;an active part of the business with a plethora of customers,&rdquo; and continues to grow. The company is currently seeking legal advice on how Elasticsearch&rsquo;s licensing change will affect the ElasticPress.io service. Since previous versions of Elasticsearch remain open source, the company has time to figure out a new way forward.</p>\n\n\n\n<p>&ldquo;Right now we really don&rsquo;t know what&rsquo;s going to happen,&rdquo; Lovett said. &ldquo;There is no rush for us to upgrade&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://elasticpress.io/\">ElasticPress.io</a>&nbsp;to Elasticsearch 7.11+ so we have plenty of time to decide how to address the issue.&rdquo;</p>\n\n\n\n<p>Lovett confirmed that 10up is considering using the Amazon fork as an option but has not  made a decision on the matter yet.</p>\n\n\n\n<p>&ldquo;I will say this does affect the end user in a way that they may end up having to choose between different flavors of Elasticserarch,&rdquo; Lovett said.<br /><br />&ldquo;For example, you may need to decide if you want the official Elastic distribution or if you want to go with AWS&rsquo;s fork.&rdquo;</p>\n\n\n\n<p>Unfortunately, for businesses that built services on top of redistributing the previously open source Elasticsearch, Elastic&rsquo;s creators have gone back on <a href=\"https://web.archive.org/web/20200120104750/https:/www.elastic.co/what-is/open-x-pack\">the promise they made in 2018</a> to never change the license of any of the Apache 2.0 code of Elasticsearch, Kibana, Beats, and Logstash projects.&nbsp;As a consequence, Amazon has emerged as the one to drive the truly open source option for Elasticsearch and Kibana for the future.</p>\n\n\n\n<p>&ldquo;Elastic&rsquo;s relicensing is not evidence of any failure of the open source licensing model or a gap in open source licenses,&rdquo; the OSI board of directors stated in a recent <a href=\"https://opensource.org/node/1099\">post</a> on the matter. &ldquo;It is simply that Elastic&rsquo;s current business model is inconsistent with what open source licenses are designed to do. Its current business desires are what proprietary licenses (which includes source available) are designed for.&rdquo;</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, 28 Jan 2021 20:25: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: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:96:\"WPTavern: Automattic Launches the Blank Canvas WordPress Theme for Building Single-Page Websites\";s: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=110986\";s: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:237:\"https://wptavern.com/automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites?utm_source=rss&utm_medium=rss&utm_campaign=automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites\";s: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:7389:\"<img />Split Screen pattern from Blank Canvas.\n\n\n\n<p class=\"has-drop-cap\">On Monday, Automattic <a href=\"https://wordpress.com/blog/2021/01/25/building-single-page-websites-on-wordpress-com/\">announced its Blank Canvas theme</a> on WordPress.com. The goal is to allow end-users to build single-page websites, such as an &ldquo;about me&rdquo; or product landing page.</p>\n\n\n\n<p>Blank Canvas is a child theme of <a href=\"https://wptavern.com/exploring-seedlet-automattics-block-first-wordpress-theme\">Seedlet</a>, which Automattic&rsquo;s <a href=\"https://themeshaper.com/about/\">Theme Team</a> has been using as a launchpad. One example is its recently-released <a href=\"https://wptavern.com/automattic-releases-spearhead-a-seedlet-child-theme-aimed-at-podcasters-and-content-creators\">Spearhead</a> child theme. It also provided the foundational work for the recent Twenty Twenty-One default WordPress theme.</p>\n\n\n\n<p>One-page themes are nothing new. Theme builders have been releasing them for years in various forms.</p>\n\n\n\n<p>&ldquo;We&rsquo;ve been working on block patterns a lot lately, and it became clear that many of the single-page websites we come across daily &mdash; collections of links, newsletter signups, etc. &mdash; are basically just simple block patterns sitting on an otherwise blank page,&rdquo; said Kjell Reigstad, the lead developer on the theme. &ldquo;That being the case, it seemed like WordPress should be able to power these sorts of single-page sites pretty easily. Blank Canvas is an attempt to try that out.&rdquo;</p>\n\n\n\n<p>WordPress is not the ideal platform for the majority of one-page sites. Doing so includes setting up a database, installing the software, and keeping everything updated. The admin interface is not well-suited to those types of sites. WordPress is a content management system. One page is not enough content to need a full-blown CMS to manage. There simply is little upside for the average user to go through the hassle of doing this on even the cheapest of shared hosting.</p>\n\n\n\n<p>However, if you have a network where someone else, such as WordPress.com, takes out all the hassle of maintaining the backend and when it does not cost you a dime, WordPress suddenly makes more sense. It becomes an ideal platform for these types of sites.</p>\n\n\n\n<p>Frankly, I do not know why they have not pushed this concept sooner. Jason Schuller has made a go of it with Leeflets in the past. Since then, he and Philip Kurth have taken that idea further and launched <a href=\"https://wptavern.com/landing-kit-for-wordpress-maps-any-post-or-page-to-a-custom-domain\">WP Landing Kit</a>, which builds on the same concept of creating multiple single-page landing sites from one WordPress installation.</p>\n\n\n\n<p>In some respects, Blank Canvas offers a glimpse into Full Site Editing. It is almost a stepping stone or a small yet limited preview of things to come. The theme puts the entire design process into a single page and a single editor. Eventually, this will be extended to the whole website.</p>\n\n\n\n<p>&ldquo;I think that&rsquo;s a great way to think about it,&rdquo; said Reigstad. &ldquo;Full Site Editing is coming soon, but in the meantime, Blank Canvas lets you do just a little bit more with Gutenberg than you could before.&rdquo;</p>\n\n\n\n<h2>About the Theme</h2>\n\n\n\n<p class=\"has-drop-cap\">The theme is called <strong>Blank</strong> Canvas for a reason. Its <a href=\"https://blankcanvasdemo.wordpress.com/\">demo page</a> is literally a blank screen with a footer message. The idea is that the end-user designs their homepage &mdash; or their entire site in the case of a single-page website &mdash; via the block editor.</p>\n\n\n\n<p>For those who need a starting point, the theme comes packaged with six block patterns:</p>\n\n\n\n<ul><li>About Me</li><li>Links</li><li>Invitation</li><li>Split Screen</li><li>Card</li><li>Email Signup</li></ul>\n\n\n\n<img />Invitation block pattern.\n\n\n\n<p>Self-hosted WordPress users can install the theme too. It is currently awaiting review for the theme directory, but they can snag the ZIP file or SVN link from its <a href=\"https://themes.trac.wordpress.org/ticket/94482\">Trac ticket</a>. For those giving it a test, be sure to disable the title and tagline via the customizer so they do not appear on the front end. That is assuming you want to use the theme as intended. It will also work as a more traditional theme because the Seedlet parent theme covers all the necessary features.</p>\n\n\n\n<p>There are differences between the theme on WordPress.com and that submitted to the WordPress.org theme directory. The .ORG version has only four block patterns. The .COM version includes an additional Card pattern, which integrates with Automattic&rsquo;s Layout Grid plugin. The Email Signup pattern needs Jetpack&rsquo;s form feature.</p>\n\n\n\n<p>Simple conditional checks for Layout Grid or Jetpack before registering the patterns would suffice for users with those plugins installed. &ldquo;That&rsquo;s planned,&rdquo; said Reigstad of adding the missing patterns, &ldquo;but we just didn&rsquo;t implement it yet.&rdquo;</p>\n\n\n\n<img />Email Signup block pattern.\n\n\n\n<p>WordPress.com users have something else to look forward to. In November, the service <a href=\"https://wptavern.com/wordpress-com-drops-over-100-block-patterns-carving-a-path-the-design-community-should-follow\">launched over 100 patterns</a>. &ldquo;One of the nice things is that there are already a lot of patterns out there that seem ready-made for single-page websites,&rdquo; said Reigstad.</p>\n\n\n\n<p>He did say the team is working on bundling more patterns in the future. These may include more &ldquo;link in bio&rdquo; designs that expand on the one already in the theme today.</p>\n\n\n\n<h2>Pioneering Block-Friendly Themes</h2>\n\n\n\n<p class=\"has-drop-cap\">Several of the ideas available in this theme seemed to have started from the WordPress <a href=\"https://github.com/WordPress/theme-experiments\">Theme Experiments repository</a>. It features block patterns similar in scope to the <a href=\"https://wptavern.com/carrd-like-theme-experiment-provides-a-glimpse-into-the-future-of-theming\">Carrd-like theme</a> Reigstad built last October.</p>\n\n\n\n<p>&ldquo;In general, building block-based themes helped redefine our idea of what a theme needed to be,&rdquo; he said. &ldquo;We&rsquo;d tended to think of a theme as a complicated piece of software that accounts for every scenario you throw at it: a blog, custom post types, category pages, search pages, the 404 page, etc.&rdquo;</p>\n\n\n\n<p>Reigstad said that the block-based themes paradigm has forced the Theme Team to start small. Because Full Site Editing is still in flux, its features not ready, the team has built proof-of-concept themes with limited functionality.</p>\n\n\n\n<p>&ldquo;The possibilities for block-based themes have grown considerably since then (as shown by TT1 Blocks, Q, Block-based Bosco, and others), but the early constraints helped spark ideas like that Carrd-inspired theme,&rdquo; he said. &ldquo;It turned out that you could build a pretty useful site with just a handful of blocks.</p>\n\n\n\n<p>&ldquo;That mindset definitely informed Blank Canvas &mdash; we started small, with just the functionality someone would need to build a single-page site. Since it&rsquo;s based on a full-featured theme (Seedlet), you can grow with it too.&rdquo;</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, 27 Jan 2021 22:11: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:\"Justin Tadlock\";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:106:\"WPTavern: Plugin Team Draws a Line: Plugins Must Not Change WordPress’ Default Automatic Update Settings\";s: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=111034\";s: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:249:\"https://wptavern.com/plugin-team-draws-a-line-plugins-must-not-change-wordpress-default-automatic-update-settings?utm_source=rss&utm_medium=rss&utm_campaign=plugin-team-draws-a-line-plugins-must-not-change-wordpress-default-automatic-update-settings\";s: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:3110:\"<p>WordPress&rsquo; plugin team has published a <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">statement</a> regarding plugins making changes to users&rsquo; update services: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Unless your&nbsp;plugin&nbsp;has the&nbsp;<em>purpose</em>&nbsp;of managing updates, you&nbsp;<strong>must not</strong>&nbsp;change the&nbsp;defaults&nbsp;of WordPress&rsquo; update settings.</p><p>You&nbsp;<em>may</em>&nbsp;offer a feature to auto-update, but it has to honor the&nbsp;core&nbsp;settings. This means if someone has set their site to &ldquo;Never update any of my plugins or themes&rdquo; you are not to change those for them unless they opt-in and request it.</p></blockquote>\n\n\n\n<p>The statement was prompted by plugins overstepping this boundary, which, up until recently, has simply been understood but not explicitly forbidden. Mika Epstein said the practice &ldquo;destroys the faith users have in you to not break their sites.&rdquo; It also reflects poorly on WordPress as a whole when plugin authors abuse core features to serve their own interests.</p>\n\n\n\n<p>&ldquo;Sadly, this happened recently to a well used plugin, and the fallout has been pretty bad,&rdquo; Epstein said. </p>\n\n\n\n<p>She did not identify the plugin in question, but one particular incident that happened last month bears a strong likeness to this description. On December 21, 2020, the <a href=\"https://wptavern.com/all-in-one-seo-plugin-turns-on-automatic-updates-without-notifying-users-removes-functionality-in-latest-release\">All in One SEO plugin turned on automatic updates without notifying its users</a>, aside from a short, ambiguous note in the changelog.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>All in One SEO was active on more than 2 million WordPress sites when it rolled out this update. Many users were frustrated to discover that their sites had been updated without permission, despite having auto updates turned off for the plugin. The plugin&rsquo;s developers removed the auto updates wrapper&nbsp;functionality from the plugin earlier this month, in favor of letting WordPress handle updates.</p>\n\n\n\n<p>After this incident, those who were affected were left with questions. Should WordPress allow this practice? Should plugin developers be required to place a notice in the dashboard if they are going to flip automatic updates on? While many users are willing to trust WordPress core to do automatic updates in a safe way, some are not willing to extend that trust to plugin developers, whose quality of updates vary widely. The plugin team offering guidance and communication on this matter was absolutely necessary to deter aggressive plugin developers from destroying what is still a fragile trust in automatic updates.</p>\n\n\n\n<p>&ldquo;At this time, we have no plans to spell this out in a guideline,&rdquo; Epstein said. &ldquo;We do currently, regularly flag plugins that go outside their dictated (self defined) boundaries, and this is not a change. Please, respect your users.&rdquo;</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, 27 Jan 2021 20:43:13 +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:102:\"WPTavern: Jetpack Launches Customer Research Project to Improve the Plugin and Reduce User Frustration\";s: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=110995\";s: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:249:\"https://wptavern.com/jetpack-launches-customer-research-project-to-improve-the-plugin-and-reduce-user-frustration?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-launches-customer-research-project-to-improve-the-plugin-and-reduce-user-frustration\";s: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:6244:\"<p>Jetpack&rsquo;s Design and Research Team is <a href=\"https://automattic.design/2021/01/26/were-all-ears/\">launching a new customer research panel</a> as part of an ongoing effort to collect feedback in advance of launching new features. They are allocating one day every month to talk with users:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>It&rsquo;s a small step toward an important goal of better understanding what our users need, seeing and hearing first hand where they are frustrated, and learning how Jetpack can work better for them.</p><p>The relationship benefits both sides. Our customers enjoy a sneak preview of features coming down the roadmap, and are empowered to help shape the product&rsquo;s future. And our design slash research team sees first hand, how our products perform with real folks using them.</p></blockquote>\n\n\n\n<p>Jetpack is recruiting customers for 45-minute long interviews on Zoom where they will preview some new designs and talk about proposed product improvements that are already in the works. In exchange, participants receive a $25 Amazon gift card.  </p>\n\n\n\n<p>This outreach effort may help in easing the periodic friction between Automattic and the larger WordPress community, which tends to emerge like pop-up storms on social media and quickly dissipate, but not without taxing onlookers&rsquo; good will. Although Jetpack is active on more than 5 million sites, and is marketed as &ldquo;the most popular WordPress plugin for just about everything,&rdquo; its team occasionally seems out of touch with users.</p>\n\n\n\n<p>One recent example of this happened when Matt Medeiros drew attention to the wording for the Jetpack Scan upsells that appear on the plugins page in the admin.  Specifically, people took issue with the claim that &ldquo;adding plugins can expose your site to security risks.&rdquo; While this is true, participants in the resulting heated discussion said it implies that Jetpack, the plugin that claims to do &ldquo;just about everything,&rdquo; is the only safe plugin. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Everyone: WordPress is amazing because you can use plugins! <br />Jetpack: Careful, it\'s a scary place that WordPress repo is.<br />Everyone: Didn\'t you come from .org? <br />Jetpack: Just buy my protection plan. <a href=\"https://t.co/5oqbsroqSA\">pic.twitter.com/5oqbsroqSA</a></p>&mdash; I podcast a lot&#127897; (@mattmedeiros) <a href=\"https://twitter.com/mattmedeiros/status/1352275821763948550?ref_src=twsrc%5Etfw\">January 21, 2021</a></blockquote>\n</div>\n\n\n\n<p>Some perceived it to be in violation of <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#11-plugins-should-not-hijack-the-admin-dashboard\">#11 of the Plugin Directory guidelines</a>, which states that plugins should not hijack the admin dashboard. The guideline also recommends avoiding advertising in the admin &ldquo;as it is generally ineffective,&rdquo; as well as frustrating for users who are not looking for additional complications while solving problems.</p>\n\n\n\n<p>This particular case was resolved after Automattic product designer Jeff Golenski took the community feedback to his team. They <a href=\"https://twitter.com/jeffgolenski/status/1352417067849428993\">updated the advertisement</a> to be less fear-inspiring regarding the WordPress plugin ecosystem.</p>\n\n\n\n<p>In another potent example of disconnect from the larger community, <a href=\"https://wptavern.com/jetpack-7-1-adds-feature-suggestions-to-plugin-search-results\">Jetpack 7.1 quietly introduced suggestions to the plugin search screen</a>. The update artificially inserted a search result into the first plugin card slot, identifying the corresponding Jetpack feature if one was available. Jetpack&rsquo;s module placement in the results subtly implied that other plugins were inferior options to its existing modules. Some of the modules advertised required an upgrade. The UI did not make it clear that the artificial search result was not coming from the plugin directory&rsquo;s algorithm. The Jetpack team claimed that it was designed to be a notice but its implementation was virtually indistinguishable from an advertisement.</p>\n\n\n\n<p>In a later release, Jetpack <a href=\"https://wptavern.com/jetpack-7-2-1-removes-promotions-for-paid-upgrades-from-the-search-screen\">removed all feature suggestions that previously advertised upgrades</a>, characterizing the mistake as &ldquo;an error in judgment.&rdquo; This kind of misstep could have easily been avoided if the feature had been presented to actual users in advance. User researchers could have asked, &ldquo;How would you like it if we put some of our paid upgrades in the top search spot when you are searching for a new plugin?&rdquo; </p>\n\n\n\n<p>Historically, the company has had a few rocky launches where it seemed some product teams did not consider the community&rsquo;s perception in their marketing approaches. Most recently, this was evident in the launch of WordPress.com&rsquo;s new&nbsp;<a href=\"https://wptavern.com/wordpress-com-rattles-freelancer-community-with-new-website-building-service-launch\">website building service</a>, which failed to include important information, i.e. that the intention was to refer business out. </p>\n\n\n\n<p>The new customer research panel is a strategic move for Automattic and should allow the company to avoid a lot more frustration and miscommunication around Jetpack. It could also be valuable as a means of testing potential marketing angles, beyond just specific features the team is developing.</p>\n\n\n\n<p>&ldquo;When you have a team continually connecting with their customers, you find that they start to become internal ambassadors for the users, helping to weave the user&rsquo;s voice into product and design conversations throughout the entire product design process.&rdquo; Automattic UX/Product Designer Yvonne Doll said in the announcment.</p>\n\n\n\n<p>If you want to help the Jetpack team realize these goals and become ambassadors for their users, visit the plugin&rsquo;s <a href=\"https://jetpackresearch.blog/\">user research blog</a> and sign up to participate in upcoming interviews. </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, 27 Jan 2021 02:33: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: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:64:\"WPTavern: WP Buffs Finalizes First Acquisition, Purchases WP EZI\";s: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=110796\";s: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:171:\"https://wptavern.com/wp-buffs-finalizes-first-acquisition-purchases-wp-ezi?utm_source=rss&utm_medium=rss&utm_campaign=wp-buffs-finalizes-first-acquisition-purchases-wp-ezi\";s: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:6915:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Earlier today, WP Buffs <a href=\"https://wpbuffs.com/wp-ezi-acqusition/\">announced that it had acquired WP EZI</a>, a WordPress maintenance and support service. It was a five-figure acquisition for 64 active subscriptions and 343 total customers. Paul Tselekidis, the former owner of WP EZI, is <a href=\"https://wpezi.com/joining-wp-buffs/\">stepping away from the project</a>.</p>\n\n\n\n<p>WP Buffs offers 24/7 WordPress website management. Its team works directly with website owners and startups. They also work with white-label partners in the WordPress space. Agencies, freelancers, and hosting companies resell the WP Buffs subscription services instead of hiring a global team of their own.</p>\n\n\n\n<p>This is the first acquisition for the company and was done through their new <a href=\"https://wpbuffs.com/acquisitions/\">Business Acquisition Unit</a>.</p>\n\n\n\n<p>For WP EZI users, nothing should change about how they use the service. &ldquo;The day-to-day of the folks at WP EZI (aside from Paul) will continue unchanged as they&rsquo;ve all decided to stay on board and are excited for this new chapter of the business,&rdquo; said Joe Howard, the Founder and CEO of WP Buffs. &ldquo;For the time being, they will continue to function as team members of WP EZI, although they&rsquo;ll, of course, be given a warm welcome as new members of the WP Buffs family.&rdquo;</p>\n\n\n\n<p>At the moment, none of the pre-acquisition WP Buffs staff will move over to any WP EZI projects or vice versa. The two brands will remain separate.</p>\n\n\n\n<p>&ldquo;Mostly, this is for current WP EZI subscription clients, as keeping them happy and unbothered is our top priority,&rdquo; said Howard.</p>\n\n\n\n<p>One change coming to WP EZI is that it will no longer offer new care plan subscriptions. The goal is to send those leads to WP Buffs. WP EZI will continue serving current care plan customers and handle one-off projects.</p>\n\n\n\n<p>&ldquo;The strength of WP Buffs is in our strong systems and scalable business model of selling and executing on subscription services,&rdquo; said Howard. &ldquo;That&rsquo;s why we&rsquo;ll continue to accept new care plans there and send all one-time requests to WP EZI. They have experience with this business model, so we&rsquo;re going to keep that team doing the work they&rsquo;ve proved to be strong at.&rdquo;</p>\n\n\n\n<p>Howard did not give much away in terms of long-term changes. He said that while they are mulling over some ideas, their priorities were a peaceful transition for WP EZI clients and learning from and helping the current team.</p>\n\n\n\n<p>&ldquo;Most of the benefits for WP Buffs come from acquiring an already profitable business and client base,&rdquo; he said. &ldquo;Furthermore, the acquisition allows us to funnel care plan leads into WP Buffs and more one-time work into WP EZI. These silos will allow each team to be more efficient since they&rsquo;ll be able to focus on their areas of strength.&rdquo;</p>\n\n\n\n<h2>On Acquisitions and Growth</h2>\n\n\n\n<p class=\"has-drop-cap\">On the low end, the deal was likely at least mid to upper-five figures. We know that it was a five-figure acquisition. There were 64 active customers with an $87 per month subscription or more. This also assumes a consistent active subscription count for the last year or so. This is speculation but should provide some low ballpark numbers for others looking to sell a WordPress-related business.</p>\n\n\n\n<p>While Howard did not provide an exact figure, his company provided far more information than is typical of business acquisitions in the WordPress ecosystem. Often, these deals are made only with an agreement that neither party share the sale price. The transparency from WP Buffs should come as a breath of fresh air to other small business owners. It can be overwhelming venturing into a first acquisition from either end.</p>\n\n\n\n<p>One of his goals is to be transparent with how WP Buffs is run. His <a href=\"https://wpbuffs.com/2020-year-in-review/\">2020 year in review</a> post is lengthy, but he does not hold back on mistakes and successes. It provides a lot of insight that other business owners can learn from.</p>\n\n\n\n<p>Howard has some experience scaling businesses beyond that $10,000 &ndash; $15,000 monthly recurring revenue (MRR) spot, which is where some small businesses begin to plateau. I asked him to share his experience with other business owners.</p>\n\n\n\n<p>&ldquo;WP Buffs now does $100,000+ MRR,&rdquo; he said. &ldquo;That means we don&rsquo;t have the same issues as a care plan company at the scale of WP EZI &mdash; and if we do, we can pay to make those challenges go away.&rdquo;</p>\n\n\n\n<p>With WP Buffs now in control of the WP EZI brand, they can dedicate funding where needed and use their leadership and management where needed. Because their team has been here before, it should provide the experience to push past any hurdles.</p>\n\n\n\n<p>&ldquo;The reality here is just an economics of scale,&rdquo; said Howard. &ldquo;&lsquo;Bigger&rsquo; companies can simply flex a little more muscle to get rid of roadblocks. Plus, they have more financial flexibility to experiment and get things wrong to find that one thing that makes the difference when it comes to growth.&rdquo;</p>\n\n\n\n<p>He wrapped up his advice by saying that businesses should focus on their subscription metrics:</p>\n\n\n\n<ul><li>Develop 1-2 predictable, lead acquisition channels and grow those (increase MRR growth from new sales).</li><li>Get a ton of client feedback and make fast adjustments to keep them happy (lower churn).</li><li>From the client feedback, implement new features, offerings, value to current clients so they&rsquo;ll stay with you longer and tell others about you (increase expansion revenue and lifetime value).</li></ul>\n\n\n\n<p>&ldquo;One basic piece of advice is it&rsquo;s never too early to start thinking about selling, even if it&rsquo;s not on your roadmap,&rdquo; said Howard. &ldquo;Whether you ever want to sell your business or not, the things that make the kind of business people want to purchase are the same things that simply make it a good business, so why not do them?&rdquo;</p>\n\n\n\n<p>Howard and Tselekidis had an <a href=\"https://wpmrr.com/podcast/paul-kidis-wp-ezi/\">open and honest conversation</a> about the acquisition on the WPMRR podcast. Some of it is personal, but it provides a glimpse behind the curtain of a WordPress business sale.</p>\n\n\n\n<p>Tselekidis talked about spreading himself too thin among his various projects in the podcast. After a self-analysis and reevaluating his interests, he decided to find a new home for WP EZI. This will allow him to focus on and pursue other goals. &ldquo;It&rsquo;s time to move on; like it&rsquo;s my time,&rdquo; he said of continuing work that he was not as passionate about. &ldquo;I don&rsquo;t want to do a disservice by my clients.&rdquo;</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, 26 Jan 2021 21:41:16 +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:\"Justin Tadlock\";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:25:\"Matt: Revue Joins Twitter\";s: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:42:\"https://ma.tt/2021/01/revue-joins-twitter/\";s: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:42:\"https://ma.tt/2021/01/revue-joins-twitter/\";s: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:591:\"<p>Very excited to share the <a href=\"https://blog.twitter.com/en_us/topics/company/2021/making-twitter-a-better-home-for-writers.html\">news that Revue is joining Twitter</a>. I’m a huge fan of the idea of better newsletters and <a href=\"https://automattic.com\">Automattic</a> was the largest investor in <a href=\"https://www.getrevue.co/\">Revue</a>. I’m looking forward to seeing what the very talented team will do as part of the Twitter network. Also many thanks to <a href=\"https://kk.org\">Kevin Kelly</a> and <a href=\"https://om.co\">Om</a> for introducing me to Revue early on. </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, 26 Jan 2021 18:43: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:4:\"Matt\";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:91:\"WPTavern: WordPress Roadmap Update: Full-Site Editing Targeted for 5.8 Release in June 2021\";s: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=110884\";s: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:225:\"https://wptavern.com/wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021\";s: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:3700:\"<p>WordPress core contributors are pushing forward on an ambitious plan to land full-site editing in core before the end of the year. Josepha Haden Chomphosy, the open source project&rsquo;s executive director, published an <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">updated roadmap</a> for 2021 that aims to get an MVP of full-site editing (FSE) in the Gutenberg plugin by April, 2021. FSE v1 would then be on track for shipping with WordPress 5.8, which is anticipated in June, 2021.</p>\n\n\n\n<table><tbody><tr><th>5.7&nbsp;</th><td>April 2021 &ndash; <strong>MVP for FSE in Gutenberg plugin</strong></td></tr><tr><th>5.8</th><td>June 2021 &ndash; <strong>&nbsp;v1 in Core</strong></td></tr></tbody></table>\n\n\n\n<p>Chomphosy defined the scope of FSE as &ldquo;the ability to edit all elements of a site using Gutenberg blocks&rdquo; and said it will include &ldquo;all in-progress features designed to help existing users transition to Gutenberg as well.&rdquo;</p>\n\n\n\n<p>When asked what would be considered an MVP of full-site editing, Chomphosy pointed to <a href=\"https://github.com/WordPress/gutenberg/issues/24551\">a GitHub issue</a> that contributors are using for tracking all the milestones associated with the project. Part of the infrastructure and UI is marked as complete, as well as browsing between pages, templates, and template parts. Styling, theme blocks, the query block, and the navigation block still need more work. More progress may have been made but the tracking issue has not been updated since December 19, 2020. </p>\n\n\n\n<p>Dipping into the <a href=\"https://make.wordpress.org/core/2021/01/22/editor-chat-summary-20th-january-2021/\">notes</a> from the recent editor meetings shows a steady stream of FSE improvements, which presumably will coalesce into an MVP in approximately five weeks. Chomphosy&rsquo;s announcement avoided explicit promises regarding what features are expected at that time.  </p>\n\n\n\n<p>Related projects like the widgets and navigation block editors have new dedicated Slack channels for those interested in following and contributing: </p>\n\n\n\n<ul><li><a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C01D71823PB\" target=\"_blank\">#feature-widgets-block-editor</a></li><li><a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C01KDAZJMQ9\" target=\"_blank\">#feature-navigation-block-editor</a></li></ul>\n\n\n\n<p>If you have questions about where FSE is headed, an upcoming Gutenberg Times Live Q&amp;A episode titled &ldquo;<em>Updates on WordPress Site-Editor (FSE) and Themes</em>&rdquo; will feature a panel of people who are actively contributing in these areas. It includes Carolina Nymark, author of <a href=\"https://fullsiteediting.com/\">a course on full site editing and block based themes</a>, Ari Stathopoulos, core contributor and author of the first block-based theme in the repository, and Anne McCarthy, who is managing the FSE outreach experiment. </p>\n\n\n\n<p>The episode will air live on Friday, January 29th, 2021, at 11AM EST, hosted by Birgit Pauli-Haack, curator of the <a href=\"https://gutenbergtimes.com/\">Gutenberg Times</a>. <a href=\"https://us02web.zoom.us/webinar/register/9716061492351/WN_vtNXZ0zTTs2S0S98X0Y9og\">Registration</a> for the event is free. Pauli-Haack plans to cover all the latest updates on full-site editing, block-based themes, and global styles. The panel will also touch on the navigation and widget screens, as well as what features will most likely land in WordPress 5.7. Viewers can bring questions and participate via Zoom and YouTube live. The episode will be recorded and shared afterwards with a transcript and resources.</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, 26 Jan 2021 03:16:56 +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: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:81:\"WPTavern: Jump-Start a Year’s Worth of Content via the Launch With Words 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=110800\";s: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:201:\"https://wptavern.com/jump-start-a-years-worth-of-content-via-the-launch-with-words-plugin?utm_source=rss&utm_medium=rss&utm_campaign=jump-start-a-years-worth-of-content-via-the-launch-with-words-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:8435:\"<p class=\"has-drop-cap\">On Sunday, Bridget Willard announced her latest project, <a href=\"http://launchwithwords.com\">Launch With Words</a>. In collaboration with Ronald Huereca, who performed the development work, they built a plugin that helps clients jump-start routine, monthly blog posts. In the future, there will be premium &ldquo;content packs&rdquo; that include content for various industries.</p>\n\n\n\n<p>The Launch With Words plugin is essentially a JSON importer for blog posts. The plugin itself is simple. However, the idea is what makes this plugin special.</p>\n\n\n\n<p>&ldquo;The audience is small business owners,&rdquo; said Willard. &ldquo;So many of us in the WordPress ecosystem are overeducated. We are annoyed that clients don&rsquo;t know how to do X, Y, and Z. But that&rsquo;s not their job; it&rsquo;s ours.&rdquo;</p>\n\n\n\n<p>Willard wrote starter content for both the Twenty Nineteen and Twenty Twenty default WordPress themes. She said it occurred to her that theme starter content is great, but why was no one tackling this for blog posts?</p>\n\n\n\n<p>&ldquo;This plugin comes from something I&rsquo;ve been saying to friends for years, &lsquo;launch with words; get paid faster,\'&rdquo; she said. &ldquo;<em>Lorem ipsum</em> is such a pain. Seriously. As someone who partners with WordPress agencies and freelancers to write copy for website launches, placeholder text is my nemesis.&rdquo;</p>\n\n\n\n<p>Willard <a href=\"https://bridgetwillard.com/\">runs her own business</a>, which offers social media management, copywriting, consulting, and business coaching. She is a marketing consultant who has been writing for the web since 2001.</p>\n\n\n\n<p>&ldquo;I was a secretary by trade with a background in accounts receivables and collections,&rdquo; she said. &ldquo;After I earned my teaching credential, I spent a year teaching junior high and high school math before I realized I didn&rsquo;t like parents. But hey, that bachelor&rsquo;s degree isn&rsquo;t wasted. I decided to go back to office work and landed in accounting (hello, algebra). I excelled in accounts receivable and collections but was at the top of my salary range.&rdquo;</p>\n\n\n\n<p>She left the construction industry in 2015 and began working for an advertising agency. During this time, she helped build the GiveWP brand. She also led the WordPress Marketing Team for two years.</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<img />Importing content with the Launch With Words plugin.\n\n\n\n<p class=\"has-drop-cap\">Launch With Words simply imports content. On its own, it does nothing else. Willard provides a downloadable JSON file via the Launch With Words website. This &ldquo;<a href=\"https://bridgetwillard.com/downloads/launch-with-words-starter-content-pack/\">starter pack</a>&rdquo; is available for free to everyone. It includes 12 draft blog posts to keep users blogging on their site for the next year.</p>\n\n\n\n<p>While it is geared toward freelancers and agencies working with small business owners, anyone can use the plugin and starter pack. If you are having trouble pushing out content regularly, the monthly prompts could be the injection you need to get the creative juices flowing.</p>\n\n\n\n<p>Each draft post includes a topic theme, topic type, and blog checklist. The topic theme is centered on usual events or holidays that match the month of the year. For example, the following is the theme for May:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Topic Theme: Summer is around the corner and, if your business is seasonal, you may have a bit of extra time or be swamped. It generally depends on your sales cycle.</p><p>This is a great time to go to your inspiration journal and look for a case study that can be written. Get the content published before people start going on vacations and forget about hiring a small business.</p></blockquote>\n\n\n\n<p>Just pull up each month&rsquo;s draft post, follow the topic, and go from there.</p>\n\n\n\n<img />Draft blog post for December.\n\n\n\n<p>Willard says that the plugin builds off the services she offers. &ldquo;This plugin absolutely solves the repeated issues I encounter with people &mdash; namely, &lsquo;What do I write about?\'&rdquo;</p>\n\n\n\n<p>She has not started using the Launch With Words plugin with her clients yet. In the past, she has used the <a href=\"https://bit.ly/BridgetWebQuestions\">Website Content Questionnaire</a>, a tool she built that others can copy to their Google Drive for free.</p>\n\n\n\n<p>&ldquo;What makes web copy great is having a bit of the backstory about people,&rdquo; she said. &ldquo;What makes them different? Do they like hockey? Did they start working in fast food? Are they building sites for the healthcare industry?&rdquo;</p>\n\n\n\n<h2>Premium Content Packs</h2>\n\n\n\n<p class=\"has-drop-cap\">Willard will begin offering premium content packs soon. Each will come with 12 fully-written blog post drafts for each month of the year, catering to specific industries. She plans to launch these individual packs at $497.</p>\n\n\n\n<p>&ldquo;I get asked how I come up with prices often,&rdquo; she said. &ldquo;Because I look at websites and products and SaaS services constantly, pricing is now intuitive to me. It&rsquo;s pretty easy for a developer or a small business to throw down $500 knowing it will give them content for a year. It&rsquo;s a crazy low price. I&rsquo;m not a fan of the word &lsquo;cheap.&rsquo; But this is buying in bulk. This is the Costco model.&rdquo;</p>\n\n\n\n<p>The blog posts should range between 300 and 500 words, a service in which Willard would generally charge $200.</p>\n\n\n\n<p>&ldquo;Anyone can tweak the copy to localize it or make it their own,&rdquo; she said. &ldquo;Before you ask, the only thing worse than duplicate content is no content. It&rsquo;s not novel to offer content; what&rsquo;s novel is to offer content that lives in a blog post. It&rsquo;s not an RSS feed from a syndication service that you can&rsquo;t edit. It&rsquo;s amazing how much franchises pay for boring content to distribute to their networks. Any business should have access to quality content that they can localize.&rdquo;</p>\n\n\n\n<p>One has to wonder how Willard could pace herself and produce quality content for these premium packs. However, she is no stranger to the writing process. She has published several books, writing four in the past year.</p>\n\n\n\n<p>&ldquo;I write to teach,&rdquo; she said. &ldquo;If you boil my essence down, I am a teacher. A few people have encouraged me to publish books. I have two Christian-based books out on Amazon that I did on Lulu.com, but it was so painful, I didn&rsquo;t bother.&rdquo;</p>\n\n\n\n<p>It was not until she talked with Nathan Ingram, a business coach in the WordPress space, at WordCamp Seattle in 2019 that she decided to give things another go. He introduced her to Kindle Direct Publishing, a driving factor behind her more recent publishing success.</p>\n\n\n\n<p>&ldquo;So I took a blog series idea, &lsquo;Dysfunctional Love Songs,&rsquo; and wrote and published that book in April as my COVID project. In October, &lsquo;Keys to Being Social,&rsquo; my life&rsquo;s work was published. &lsquo;The Definitive Guide to Twitter Marketing&rsquo; was written on a Sunday in January. My fourth book, &lsquo;How to Market Your WordPress Plugin&rsquo; is with my editor and will be published this year.&rdquo;</p>\n\n\n\n<p>Willard said these writing projects have helped her stay focused on positive things during the Covid-era.</p>\n\n\n\n<p>&ldquo;Otherwise, it&rsquo;s easy for things to turn dark &mdash; if we&rsquo;re all going to die, why pay off my credit cards? You know? I can&rsquo;t just sit around watching Netflix. I do, but I need an outlet.&rdquo;</p>\n\n\n\n<p>She does not plan on going it alone for all of the premium content packs. She is already in talks with writers in other fields who would be better suited to the specific subject matter. However, Willard will lean on her construction-related expertise to build some of the packs.</p>\n\n\n\n<p>&ldquo;The best advice writers give is that you should write what you know,&rdquo; she said. &ldquo;It&rsquo;s the first chapter in Anne Lamott&rsquo;s &lsquo;Bird by Bird.&rsquo; I&rsquo;ve been writing about construction for 20 years. It won&rsquo;t require very much research. I mean, if I can sit down on a Sunday and write 7,000 words on Twitter for that book, I&rsquo;m pretty sure I can write 12 blog posts fairly soon.&rdquo;</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, 25 Jan 2021 21:57: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:14:\"Justin Tadlock\";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:83:\"WPTavern: Ask the Bartender: How To Bulk Convert Classic WordPress Posts To Blocks?\";s: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=110841\";s: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:207:\"https://wptavern.com/ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks?utm_source=rss&utm_medium=rss&utm_campaign=ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks\";s: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:5513:\"<blockquote class=\"wp-block-quote\"><p>I was wondering if you could help me. I want to convert all of my old posts (about 600) to Gutenberg blocks. Do you know an easy way to do that?</p><p>Philip</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">I often get these short questions via private messages. I always try my best to help other WordPress users whenever I can. This was an easy solution in Philip&rsquo;s case. After a quick chat, he actually learned that he did not need to migrate his posts to the block system. I thought it would be best to open this topic to a wider audience. Maybe it would help someone else along the way.</p>\n\n\n\n<p>There is currently an <a href=\"https://github.com/WordPress/gutenberg/issues/18645\">open ticket</a> on the Gutenberg repository for a bulk converter. It has sat dormant until a few days ago. The primary argument for including this feature in the plugin and eventually WordPress itself is that the lack of this option is an obstacle for newcomers to the block editor.</p>\n\n\n\n<p>I disagree with the notion that it is any sort of obstacle for block-editor adoption. There does not seem to be a massive call for the feature in the WordPress support forums. Web searches do not pull up too many support queries for it. It seems to be a niche use case. Or, in some cases, there is a simple misunderstanding that end-users need to do any sort of conversion or migration at all.</p>\n\n\n\n<p>However, the biggest reason it is a non-obstacle is that posts written in the classic editor are still basic HTML. Regardless of the editor, older content will output just fine on the front end, at least in most cases.</p>\n\n\n\n<p>The first question anyone should ask before deciding on bulk converting their old posts to the newer block format is whether they should do it at all. The answer for the majority of users will simply be <em><strong>no</strong></em>. There are few reasons to do so.</p>\n\n\n\n<p>Doing a mass conversion like this, especially with hundreds or more posts, is subject to broken sites. I have done enough single-post updates to know that the process does not always go smoothly. Sometimes, I need to touch up something here or do some manual changes there. On a large scale, there really is no way to know what got broken until you test every single post or page on the site. In some cases, everything is OK. In others, it is a nightmare.</p>\n\n\n\n<p>If you are thinking of going down the bulk-conversion route, make a backup first. There is a good chance that you will need it. You should also test this on a staging site.</p>\n\n\n\n<p>My recommendation for most users is to convert posts on an as-needed basis. I like to make the switch any time I edit an old post. The only reason I convert them is that I prefer working with the block editor over classic.</p>\n\n\n\n<p>Posts written in the old editor will be in the Classic block. After selecting the block that houses the content, I hit the &ldquo;Convert to blocks&rdquo; button in the block toolbar. I do a quick check of anything that might need to be fixed before hitting the update button.</p>\n\n\n\n<img />&ldquo;Convert to blocks&rdquo; button for the Classic block.\n\n\n\n<p>In most cases, there is no reason to convert old posts to blocks except when you are actually editing those posts.</p>\n\n\n\n<p>Despite claims that things will &ldquo;just work&rdquo; when switching to the block editor, that is not the day-to-day reality of all WordPress users. Some of the biggest reasons I have seen to bulk convert are around theme design issues. For example, the block system made some fundamental changes to image markup. If your theme handles left and right-aligned images added via the block editor but breaks down on your old posts, bulk converting may be an option. However, the first course of action should be checking in with your theme author about adding support for the classic markup.</p>\n\n\n\n<p>There are likely numerous other edge cases. Bulk converting posts is an invasive operation that can only be reverted by restoring a pre-conversion backup. It should be a last resort.</p>\n\n\n\n<p>If you are at the point where you know you need to convert all your old posts, there are a few options available.</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/bulk-block-converter/\">Bulk Block Converter</a> plugin is likely the most-used solution at the moment. Organic Themes released it a little over a year ago but has only updated it once. User reviews have been mixed. A few of the problems seemingly stem from WordPress &mdash; the plugin extends the core WordPress block converter used in single posts.</p>\n\n\n\n<p>For those with clients who want to find a middle ground between bulk conversion and having the client manually convert their old posts, 10up&rsquo;s <a href=\"https://github.com/10up/convert-to-blocks\">Convert to Blocks</a> plugin might be the right solution. It converts posts on the fly, only making changes when a user opens the post-editing screen.</p>\n\n\n\n<p>Fr&auml;nk Klein is also working on a PHP-based bulk converter plugin named <a href=\"https://bulkconverttoblocks.com/\">Bulk Convert to Blocks</a>. It is currently in the development stage and not ready for use on live sites. It offers a screen in the WordPress admin to perform the conversion and will continue working in the background if the user leaves the page. Because it runs via PHP, developers can extend it with custom actions and filters. It also provides a WP CLI command for those who prefer to work from the command line.</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, 22 Jan 2021 22:39:30 +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:\"Justin Tadlock\";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:66:\"WPTavern: TasteWP Spins Up Free WordPress Testing Sites in Seconds\";s: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=110274\";s: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:177:\"https://wptavern.com/tastewp-spins-up-free-wordpress-testing-sites-in-seconds?utm_source=rss&utm_medium=rss&utm_campaign=tastewp-spins-up-free-wordpress-testing-sites-in-seconds\";s: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:5318:\"<p><a href=\"https://tastewp.com/\">TasteWP</a> is a newcomer among online WordPress sandboxing solutions. The site allows users to spin up a new WordPress instance in a matter of seconds. Web-based sandboxes like these have been popular for a long time, since they are convenient to fire up and destroy when performing a quick test on a plugin or theme. It&rsquo;s easier than maintaining a local development environment, which many casual WordPress users have not taken the time to set up. </p>\n\n\n\n<p>TasteWP&rsquo;s temporary testing sites are hosted for 48 hours for non-logged-in users and 7 days for those who are logged in. The one-click setup gives you a random site URL and login credentials.</p>\n\n\n\n<img />\n\n\n\n<p>The free sites are limited to 220MB per instance. A successful set-up notice is displayed in the dashboard with information on when the site will be automatically deleted. TasteWP limits non-logged-in users to creating 2 sites and the limit is 6 for logged-in users. They can be removed or added within the site manager. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>When creating a new site, the Advanced Options allows users to set up multisite, select a PHP version, WordPress version, and choose from a number of advanced configuration options and pre-installed extensions. The PHP version can also be changed later within the site manager.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>TasteWP is reminiscent of the now defunct <a href=\"https://wptavern.com/poopy-life-lets-you-create-free-unlimited-wordpress-test-installs\">poopy.life</a> service. In addition to the unsavory and unforgettable name, poopy.life was laden with obtrusive upgrade ads that floated across the screen periodically. TasteWP takes a different route for promotion and includes three of its plugins pre-installed on the default testing sites.</p>\n\n\n\n<p>TasteWP is run by <a href=\"https://inisev.com/\">Inisev</a>, a 15-person company that has been developing&nbsp;WordPress&nbsp;plugins for four years.</p>\n\n\n\n<p>&ldquo;Our key motivator for starting&nbsp;TasteWP&nbsp;was a) scratching our own itch (we needed a platform ourselves to try out new plugin versions on different&nbsp;WP/PHP version combinations) and b) promoting our products,&rdquo; Inisev co-founder Nicolas Ahmann said.</p>\n\n\n\n<p>&ldquo;Having said that, if there is enough demand (and there seems to be), we&rsquo;ll also offer very affordable premium plans for non-expiring instances with bumped space soon.&rdquo;</p>\n\n\n\n<p>Ahmann said the team is currently funding their projects from their own pockets as well as a few private investors.</p>\n\n\n\n<p>&ldquo;We had some VCs knock at our door recently, and while we don&rsquo;t rule out taking them on board at some point in the future, we feel quite comfortable with our current approach where we grow organically (i.e. without too much ad spending),&rdquo; Ahmann said. &ldquo;I&rsquo;m sure, if we had taken on a lot of capital a few years ago, we would have spent a lot of marketing budget on products which weren&rsquo;t ready at the time. Instead, we were forced to make the products better. Limited budgets sharpen your mind immensely.&rdquo;</p>\n\n\n\n<p>Ahmann said the company has several enhancements planned for TasteWP, but they don&rsquo;t want to make the product more complicated to use. </p>\n\n\n\n<p>&ldquo;We developed a Linux application which copies exactly the same moves as user would do to create a website, except that we&rsquo;re omitting the front-end and graphics rendering parts which makes it much easier to process by the computer,&rdquo; he said. &ldquo;Also we inject anything that is needed into the database directly. That allows us to create those sites so fast without preparing them before (but still fully customized for each user).&rdquo;</p>\n\n\n\n<p>The company is planning to enable users to call specific URLs, such as&nbsp;<a rel=\"noreferrer noopener\" href=\"https://tastewp.com/?themeslug=slug-of-theme\" target=\"_blank\">https://tastewp.com?themeslug=slug-of-theme</a>,&nbsp;which would spin up an instance with that theme or plugin already installed. This would allow theme and plugin creators to share the link with their potential users/customers so that they can play around themselves. </p>\n\n\n\n<p>Localization is also a high priority for future TasteWP enhancements, since the company is based in Europe where many languages are spoken. </p>\n\n\n\n<p>&ldquo;We always felt that it doesn&rsquo;t get the attention as it needs, considering that approximately<a href=\"https://w3techs.com/technologies/overview/content_language\"> 40% of websites are not in English,</a>&rdquo; Ahmann said. &ldquo;It&rsquo;s often just DIY people (not devs) who are trying to create their websites. We always encourage them to learn English (as it&rsquo;s the world&rsquo;s&nbsp;language). But imagine you grew up in Turkey, for example. Nobody around you speaks English &ndash; the teachers in schools only speak it in a broken way. In those cases it&rsquo;s key that people can take their first&nbsp;WordPress&nbsp;steps in their language, and what&rsquo;s easier to&nbsp;do&nbsp;so than spinning up an instance with one click on&nbsp;TasteWP&nbsp;which is in your language? Long story short: we&rsquo;ll keep translating it into (many) more languages.&rdquo;</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, 22 Jan 2021 20:47: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: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: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:119:\"WPTavern: Gutenberg 9.8 Brings Rounded Borders To the Group Block and Moves the Site Editor Canvas Into an Inline Frame\";s: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=110768\";s: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:283:\"https://wptavern.com/gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame\";s: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:6699:\"<p class=\"has-drop-cap\">Gutenberg 9.8 <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">launched yesterday</a> with a few minor UI improvements. The development team added an initial implementation for border-radius support for the Group block that theme authors can opt into. They also moved the site editor into an iframe element to remove CSS conflicts from the global admin styles.</p>\n\n\n\n<p>Those who have been testing Full Site Editing should be pleased that they will no longer need to deal with the seemingly never-ending creation of auto-drafts for templates and template parts. <em>Good riddance.</em> They would have inevitably caused user confusion in the long run. The change took around a <a href=\"https://github.com/WordPress/gutenberg/pull/27910\">month of discussion and work</a>, but it reduced a complex and fragile process into a more stable system for the long term.</p>\n\n\n\n<p>While the previous plugin release saw barely more than a handful of bug fixes, version 9.8 jumped back to over two dozen. A Gutenberg update without at least that many just does not feel right.</p>\n\n\n\n<h2>Minor UI Improvements</h2>\n\n\n\n<p class=\"has-drop-cap\">The latest version of the plugin improves the UI when working with the Spacer block. When a user selected the block in the past, it appeared as a light gray rectangle. Now, it is <a href=\"https://github.com/WordPress/gutenberg/pull/28103\">semi-transparent. </a>This allows whatever is in the background, such as the Cover block with a background image, to show. This change should help users more easily make size adjustments in cases where viewing the background is necessary.</p>\n\n\n\n<img />Semi-transparent Spacer block when selected.\n\n\n\n<p>While I hope the Spacer block will eventually die a slow and agonizing death as it is replaced by more appropriate margin and padding block options, this change does help in the interim.</p>\n\n\n\n<p>In a follow-up to the UI improvements in Gutenberg 9.7, work on block variations continues. Variations are when one block is used as the foundation to create multiple variations of the same block. The most common example is the Embed block, which has YouTube, Vimeo, and other variations. Before 9.7, these variations shared the same generic icon, name, and description in the block inspector and navigation instead of the variation-specific information.</p>\n\n\n\n<p>Gutenberg 9.8 builds on the trend of using the variation&rsquo;s data where it makes sense. The block switcher (transform) button in the editor toolbar now <a href=\"https://github.com/WordPress/gutenberg/pull/27903\">displays the variation&rsquo;s icon</a>.</p>\n\n\n\n<img />Variation icon in use in the block switcher.\n\n\n\n<p>It is a small change, but it shows the development team&rsquo;s continued devotion to polishing the editor interface.</p>\n\n\n\n<h2>Loading the Site Editor Canvas in an iframe</h2>\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 9.8 separates the canvas area of the <a href=\"https://github.com/WordPress/gutenberg/pull/25775\">site editor into an iframe</a>. This separation means that global admin styles do not bleed into or override styles within the editor itself. The good news is this is a first step toward doing the same in the post editor too.</p>\n\n\n\n<p>This has been a change that I have been waiting for since the inception of the block editor. From a theme development and design standpoint, styling the editor to match the front end is ripe with issues. It has meant nesting CSS selectors when it should have been unnecessary. It has meant adding a few <code>!important</code> rules to overwrite what seems like oddities in the core CSS. While styling the block editor has improved by leaps and bounds in the past couple of years, it can still often be a pain.</p>\n\n\n\n<p>WordPress core committer Ella van Durpe <a href=\"https://github.com/WordPress/gutenberg/issues/20797#issue-579381499\">listed the benefits</a> of moving the canvas into an iframe:</p>\n\n\n\n<ul><li>There would be no admin CSS bleed at all. This is something we&rsquo;ve been struggling with since the beginning.</li><li>There would be no need to simulate media queries, which is arguably technically more difficult than using an iframe.</li><li>Relative units like <code>(r)em</code> and <code>vw</code>/<code>vh</code> just work.</li><li>For a full site, a theme stylesheet can be just dropped in the editor without any adjustment. I think this is important as it makes the life of theme authors much easier.</li><li>It&rsquo;s possible to have one selection per window, so one in the admin and one in the content. This is useful for e.g. the link UI where the selection in the content can be kept while the selection is also in an input element (for the URL). Maybe be useful in other cases.</li></ul>\n\n\n\n<p>While I find it tough to believe that theme stylesheets would just work without a hitch &mdash; <em>does such a world exist?</em> &ndash;, they should work far better than in the past. There are likely items theme authors will need to contend with, but they should be minimal. Developers should keep a close eye on the future development of this.</p>\n\n\n\n<h2>Border Radius Support for the Group Block</h2>\n\n\n\n<p class=\"has-drop-cap\">As part of Gutenberg&rsquo;s experimental feature set, the Group block now supports a <a href=\"https://github.com/WordPress/gutenberg/pull/27665\">border radius option</a>. However, end-users will not automatically see it in the block inspector. This is an opt-in feature for themes at the moment. Presumably, it will be a part of the default set of options for several blocks in the future.</p>\n\n\n\n<img />Setting the border-radius value for the Group block.\n\n\n\n<p>For theme authors who want to add support, they will need to drop the following code snippet into their <code>experimental-theme.json</code> file and edit the <code>radius</code> value:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"core/group\" : {\n        \"styles\" : {\n                \"border\" : {\n                        \"radius\" : \"50px\"\n                }\n        }\n}</code></pre>\n\n\n\n<p>This will allow theme authors to set the default border-radius for the group block. However, it will not hand over control to users. For that, themes will need to add the following snippet under the <code>settings</code> section of their <code>experimental-theme.json</code> file:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"border\" : {\n        \"customRadius\" : true\n}</code></pre>\n\n\n\n<p>I tested this with a modified version of the <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks </a>theme without issue. Mostly, I am looking forward to more styling options like this in future iterations of the plugin.</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, 21 Jan 2021 22:31:51 +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:\"Justin Tadlock\";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:54:\"WordPress.org blog: People of WordPress: Thelma Mutete\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9518\";s: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/2021/01/people-of-wordpress-thelma-mutete/\";s: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:8322:\"<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=500%2C750&ssl=1\" alt=\"Thelma Mutete at a WordCamp\" class=\"wp-image-9564\" width=\"500\" height=\"750\" />\n\n\n\n<p>From a young age Thelma was encouraged by her father to ‘work hard, and dream big’. In High School, she pursued a career in Computer Science. She said: “I did not know what I would be doing or how I would get there but I just knew that I was going to pursue a career in information technology.”</p>\n\n\n\n<p>She wrote her first line of code at the age of 16 living in Zimbabwe, Africa. This was to mark the beginning of her enthusiasm for computer programming.</p>\n\n\n\n<p>When she joined the school’s computer class, Thelma thought she would learn Excel and Word. Instead, the assignment was to write her first program in C. She said: “It was not easy, but it was very exciting. l remember writing up simple code for a Video Club – a check-in/out for VHS tapes and CDs. Thus began my fascination with computers.”</p>\n\n\n\n<p>Seven years later, she went on to university to study for a Bachelors in Business Management and Information Technology. Her third year internship was at a local web design and hosting company. Though she had hoped her placement would be at a local bank or telecommunications company, the chance to discover website design turned out to be the best thing that could have happened.&nbsp;</p>\n\n\n\n<p>In 2017, Thelma went on to work for a company designing websites using HTML, CSS, PHP, JavaScript and Joomla. She had heard about WordPress but had not used it. She recalls: “People have this misconception that WordPress is not for real developers and it is not secure and at that time I was one of those people.”</p>\n\n\n\n<h2>Finding a local community</h2>\n\n\n\n<p>From a discussion with a member of the local WordPress community, <a href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">Thabo Tswana</a>, about a striking swag gift from a WordCamp, Thelma’s interest was sparked.&nbsp;</p>\n\n\n\n<p>She started to find out more about WordPress and WooCommerce, and visited her local WordCamp Harare website. She was delighted to find that she could learn more about WordPress without needing any pre-existing knowledge, and wanted to be involved. So instead of just attending the camp, she volunteered too!&nbsp;</p>\n\n\n\n<p>Her response to her first WordPress event mirrors the experience of many others in the community. She said: “I only started using WordPress because of the awesome people that l had met at that WordCamp. Everyone was so welcoming.”</p>\n\n\n\n<p>A week later, with help from Thabo, she designed her first website using WordPress.</p>\n\n\n\n<p>She soon became more involved with the community and Meetups. Thelma participated in the first-ever ‘Women Who WordPress’ Meetup in 2018, with lots of women getting involved from bloggers to developers.&nbsp;</p>\n\n\n\n<p>She said: “We were free to talk and discuss a lot of things. We had more time to discuss the difference between WordPress.com and WordPress.org, we shared views on how to handle discrimination at work, how to promote your website and a whole lot of other things.”</p>\n\n\n\n<h2>Establishing roots in WordPress</h2>\n\n\n\n<p>In 2018, WordCamp Harare had its first-ever female Lead Organizer <a href=\"https://tapiwanashe.com/\">Tapiwanashe Manhobo</a>. Thelma was part of the organising team that year and was assigned to handle Harare’s first Kids Camp to take place eight months later. You can read more about her experiences of organizing a <a href=\"https://thelmachido.wordpress.com/2019/11/21/wordpress-juniours-first-edition/\"><strong>Kids Camp</strong></a> on her blog.</p>\n\n\n\n<p>She said: “After the first Kids Camp, we had several people in the local Zimbabwean WordPress community who were enthusiastic about encouraging young people to embrace ICT. In 2019, we had not planned to have a Kids Camp because of financial constraints but to our surprise, we had some anonymous donations and we managed to have a WordPress Community outreach to a youth centre, <a href=\"https://cttzim.org/\"><strong>Centre for Total Transformation</strong></a>, a week after our WordCamp. It is a non-formal school that caters for underprivileged and vulnerable children. The group were able to share practical skills about using WordPress, computer hardware and software.</p>\n\n\n\n<p>Thelma shares that she became hooked on WordPress because of its community. “I enjoy attending WordCamps, meeting new people and just learning new stuff. I have a huge list of WordCamps I would like to attend. Last year I managed to cross WordCamp Johannesburg off my list. When everything is back to normal my plan to travel to WordCamps will proceed (fingers crossed).”</p>\n\n\n\n<h2>Reaping the fruits of ongoing learning</h2>\n\n\n\n<p>Thelma is committed to ongoing development training. She said: “Even though I can still cook up code in C and Java, for now, I have also included WordPress PHP functions to the mix. It was not easy to get to this point, daring myself got me to this slightly better stage. I try to do my best where I can and I am happy to say it has paid off so far.”</p>\n\n\n\n<p>Thelma has continued her journey working in design and digital marketing last year with Trust Nhokovenzo who works in digital marketing and is active in&nbsp; the WordPress Community. He came across her name as a developer from talking with others involved in WordPress. She went to work with his team at a marketing agency.</p>\n\n\n\n<p>Her interest in the development of WordPress continued and she joined the <a href=\"https://wordpress.org/news/2020/12/simone/\">5.6 Release Squad</a> in the mid 2020.&nbsp;At the end of 2020, she moved to become a Happiness Engineer working with WordPress.com. Thelma’s fascination with the platform and the community continues to grow and her contributor story is ongoing.</p>\n\n\n\n<p>Find out more about the <a href=\"https://www.meetup.com/Harare-WordPress-Meetup\">Harare WordPress community</a> in Zimbabwe.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nalininonstopnewsuk</a>) and Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sthakor</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>yvettesonneveld</a>), 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>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>), and Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>). Thank you to Thelma Mutete (<a href=\"https://profiles.wordpress.org/thelmachido/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>thelmachido</a>) for sharing her #ContributorStory.</p>\n\n\n\n<img src=\"https://lh4.googleusercontent.com/s24EVZGKbxVeafljPU1ubF1DjIwn98E3-wGx1LD2CWYk7zYQppFhXNpb0aUhGe01TStMdTwXrcYaxBZQHRgZJ10lvW2hsg61Ce37_pBGJuTRQlJ6r9iUxlJtvuDuwLhIvPo1MVEb\" alt=\"HeroPress logo\" />\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community</em>.</p>\n\n\n\n<p>#ContributorStory #HeroPress</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, 21 Jan 2021 16:40:13 +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:28:\"webcommsat AbhaNonStopNewsUK\";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:82:\"WPTavern: Gutenberg Contributors Consider Implementing a Bot to Close Stale Issues\";s: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=110562\";s: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:209:\"https://wptavern.com/gutenberg-contributors-consider-implementing-a-bot-to-close-stale-issues?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-contributors-consider-implementing-a-bot-to-close-stale-issues\";s: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:5386:\"<p>Gutenberg project contributors are considering <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">implementing a stale bot</a> to tame the repository&rsquo;s overgrown <a href=\"https://github.com/WordPress/gutenberg/issues\">issues</a> queue, which currently has 2,733 open issues. Stale bots are usually employed to automatically close &ldquo;stale&rdquo; issues and PRs based on a predefined set of parameters for inactivity. </p>\n\n\n\n<p>&ldquo;The current recommendation is to set our policy to a 180-day of no activity, so if no comments or commits are on an issue or PR in 180 days, then the bot will post a comment to the issue alerting the user it will be closed in 7-days due to inactivity,&rdquo; Marcus Kazmierczak proposed.</p>\n\n\n\n<p>One important concern is getting the tone right for the automatically-generated message. When you&rsquo;re employing bots on a widely used open source project, they had better be friendly. A chilly, indifferent bot can unwittingly turn away potential contributors with the wrong kind of messaging. Kazmierczak proposed the following message:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>This is an auto-generated message to let you know that this issue has gone 180 days without any activity and meets the project&rsquo;s definition of stale. This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a &ldquo;bump&rdquo; to keep it open, or add the &ldquo;[Status] Not Stale&rdquo; label. Thanks for keeping our repository healthy!</p></blockquote>\n\n\n\n<p>Participants in the discussion on the proposal are divided on the best approach. Daniel Llewellyn, one of the most vocal opponents to using a stale bot, contends that an automatically closing issues sends the wrong message. </p>\n\n\n\n<p>&ldquo;If we care about users and that they trust that we will fix their problem then automatically closing their issue gives them the signal that we don&rsquo;t,&rdquo; Llewellyn said.</p>\n\n\n\n<p>&ldquo;If you don&rsquo;t want to fix a problem then it is better for a human to explain why the problem won&rsquo;t be fixed and personally close the issue. Automating this on the assumption that because nobody has commented in a while means it isn&rsquo;t important is bad!&rdquo;</p>\n\n\n\n<p>Joy Reynolds agreed with this assessment, noting that closing issues through any means can be discouraging.</p>\n\n\n\n<p>&ldquo;I&rsquo;ve had issues closed by humans for being stale, also, and it isn&rsquo;t any better,&rdquo; Reynolds said. &ldquo;I&rsquo;ve had issues closed because someone created a new issue on the same thing. This loses all the history and the watchers.</p>\n\n\n\n<p>&ldquo;I&rsquo;ve also had an issue closed at Launchpad for being stale (and their system used only two weeks as a time frame). That served no purpose at all. It only makes people go away, frustrated.&rdquo;</p>\n\n\n\n<p>Kazmierczak reiterated in the comments that the bot can be configured to skip issues labeled as bugs and that issues and PRs can be bumped to reset the 6-month clock.</p>\n\n\n\n<p>&ldquo;The overall goal of the proposal is to improve feedback and responses to issues by ensuring what&rsquo;s there is relevant,&rdquo; Kazmierczak said.</p>\n\n\n\n<p>Auto-closing issues is the most controversial part of the plan. The general consensus in the comments leans towards using the bot for labeling and triaging in order to manually close the issue later.</p>\n\n\n\n<p>&ldquo;My preference would be for a bot to alert humans in a&nbsp;slack&nbsp;channel when a&nbsp;ticket&nbsp;is declared stale and become progressively more insistent until a human responds,&rdquo; Peter Wilson said. </p>\n\n\n\n<p>Milana Cap suggested using a bot to nudge the ticket author as a compromise between &ldquo;being friendly and thoughtful to contributors while keeping maintainers sane.&rdquo;</p>\n\n\n\n<p>Whatever approach contributors land on, excluding tickets marked as bugs is going to be critical for making the stale bot productive. Otherwise, it becomes just a fancy way of kicking the can down the road, delaying the inevitable. </p>\n\n\n\n<p>In a recent post titled &ldquo;<a href=\"https://blog.benwinding.com/github-stale-bots/\">Github Stale Bots: A False Economy</a>,&rdquo; software developer Ben Winding wrote about why stale bots don&rsquo;t deliver what maintainers are aiming to achieve. Based on his experience with the <a href=\"https://github.com/angular/angular/issues\">Angular</a> repository&rsquo;s bot, Winding summarized the stale bot&rsquo;s effect on the issues queue: </p>\n\n\n\n<ol><li>Reduce the metric of&nbsp;<em>Open Issues</em>&nbsp;in github</li><li>Made duplicate issues far more likely</li><li>Increased friction of users reporting that the issue still exists</li><li>Ultimately decreased the quality of the software, as the issues don&rsquo;t accurately reflect reality</li></ol>\n\n\n\n<p>If the Gutenberg repository&rsquo;s stale bot can be configured not to close bugs and used to maximize human involvement, it will be less likely to deter people from reporting issues. Feedback on the <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">proposal</a> is open until January 29, 2021. Kazmierczak is seeking input on the bot&rsquo;s implementation, specifically its time threshold and messaging.</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, 21 Jan 2021 16:03: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: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:24:\"Matt: New WhiteHouse.gov\";s: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:22:\"https://ma.tt/?p=53526\";s: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:41:\"https://ma.tt/2021/01/new-whitehouse-gov/\";s: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:2842:\"<p>After you&#8217;ve watched <a href=\"https://www.npr.org/sections/inauguration-day-live-updates/2021/01/20/958743170/poet-amanda-gorman-reads-the-hill-we-climb\">the amazing poem from Amanda Gorman</a>, check out the <a href=\"https://www.whitehouse.gov/\">new WhiteHouse.gov that re-launched today</a> using WordPress &amp; Gutenberg with a number of cool features including dark mode, text zoom, a totally responsive layout, and a Spanish version of the site. The site is clean, <a href=\"https://twitter.com/wesbos/status/1351957829461155849\">fast</a>, and accessible. It&#8217;s exciting and an honor that the online home for the Executive branch is on Open Source software, and I&#8217;m proud WordPress can carry the torch that <a href=\"https://dri.es/whitehouse-gov-using-drupal\">Drupal lit in 2009</a>.</p>\n\n\n\n<p>Besides Gutenberg, poking around I noticed a HTTP header and HTML comment <a href=\"https://usds.gov/apply\">encouraging people to join USDS</a>, and this great #46 easter egg in the theme file:</p>\n\n\n\n<img />\n\n\n\n<p>Anyone notice any other plugins? I haven&#8217;t spoken to him directly but I&#8217;d be shocked if <a href=\"https://nacin.com/\">Nacin</a> wasn&#8217;t involved with this one. I&#8217;m also curious if any of the WP agencies were involved, it has touches of <a href=\"https://10up.com/\">10up</a> but I don&#8217;t see any mention of it on their site or <a href=\"https://twitter.com/10up\">Twitter</a>. <a href=\"https://twitter.com/HoeflerCo/status/1351984719634771970\">Hoefler&amp;Co  credits</a> <a href=\"https://wideeye.co/\">Wide Eye Creative with the design</a>.</p>\n\n\n\n<p>I noticed a few people happy that some previous pages and files on the old site were returning 404 errors, like the <a href=\"https://www.nbcnews.com/news/nbcblk/how-trump-administration-s-1776-report-warps-history-racism-slavery-n1254926\">controversial 1776 report</a>, but on this I think the webmasters of the United States of America should demand better, since <a href=\"https://www.w3.org/Provider/Style/URI\">Cool URIs Don&#8217;t Change</a>. Previous websites are <a href=\"https://www.archives.gov/presidential-libraries/archived-websites\">all saved by the National Archives</a>, but there doesn&#8217;t appear to be any sort of norm for automatically redirecting links that went to any subdirectories or addresses under WhiteHouse.gov. </p>\n\n\n\n<p>There are WP plugins that could help, like <a href=\"https://wordpress.org/plugins/redirection/\">Redirection</a>, but also perhaps the root domain itself could always redirect to a subdomain, like 46.whitehouse.gov, so we&#8217;d have a consistent domain and permalinks for everything, and then each new administration would get a new subdomain.</p>\n\n\n\n<p><a href=\"https://wptavern.com/biden-white-house-sticks-with-wordpress-for-website-relaunch\">More coverage on WP Tavern</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, 21 Jan 2021 01: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";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:70:\"WPTavern: Biden White House Sticks with WordPress for Website Relaunch\";s: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=110712\";s: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:185:\"https://wptavern.com/biden-white-house-sticks-with-wordpress-for-website-relaunch?utm_source=rss&utm_medium=rss&utm_campaign=biden-white-house-sticks-with-wordpress-for-website-relaunch\";s: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:3896:\"<img />\n\n\n\n<p>President Joe Biden took office today and unveiled a new <a href=\"https://www.whitehouse.gov/\">whitehouse.gov</a> that has been relaunched on WordPress. The previous administration switched from Drupal to WordPress in 2017, and technologists working with the Biden administration decided to stick with the same CMS. </p>\n\n\n\n<p>In keeping with the multilingual and accessibility features implemented on <a href=\"https://wptavern.com/biden-harris-transition-website-launches-on-wordpress\">the Biden-Harris transition team website</a>, whitehouse.gov launched with toggles for contrast and font size, along with a Spanish language switcher. The relaunched site also includes an <a href=\"https://www.whitehouse.gov/accessibility/\">accessibility statement</a> with a commitment from the administration to work towards conforming to the Web Content Accessibility Guidelines (WCAG) version 2.1, level AA criteria.</p>\n\n\n\n<p>Much of the content and design from the transition website has been preserved. The transition site now forwards to whitehouse.gov, while links to the previous administration&rsquo;s pages land on a 404 page with a link to <a href=\"https://www.archives.gov/presidential-libraries/archived-websites\">archived presidential websites</a>.</p>\n\n\n\n<p>Savvy observers might notice that the typography has been updated from the transition site, flipping the Mercury and Decimal typefaces. Hoefler&amp;Co, the typeface design firm that <a href=\"https://www.typography.com/blog/biden-fonts\">created these typefaces</a> for Biden&rsquo;s 2020 campaign, <a href=\"https://twitter.com/HoeflerCo/status/1351984719634771970\">tweeted</a> about how &ldquo;the serif Mercury felt more like the voice of the institution.&rdquo;  The sans-serif Decimal functions more in a supporting role on the site.</p>\n\n\n\n<p>Web professionals kicked the tires a bit and noticed the site is putting up fairly decent Lighthouse scores.  </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://t.co/hoaioTVqE3\">https://t.co/hoaioTVqE3</a> scoring super well on lighthouse, has dark mode and font size selector<br /><br />h8ers gonna be mad that it\'s wordpress and jQuery tho <a href=\"https://t.co/tyMNjdmnTH\">pic.twitter.com/tyMNjdmnTH</a></p>&mdash; Wes Bos (@wesbos) <a href=\"https://twitter.com/wesbos/status/1351957829461155849?ref_src=twsrc%5Etfw\">January 20, 2021</a></blockquote>\n</div>\n\n\n\n<p>Under the hood, code snoopers noticed an advertisement for the <a href=\"https://www.usds.gov/\">U.S. Digital Service</a> (USDS), the group of technologists who maintain many of the federal government&rsquo;s public-facing digital services.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>In addition to the message from USDS, the site&rsquo;s source code includes a link to the US government&rsquo;s analytics program at <a rel=\"noreferrer noopener\" href=\"https://analytics.usa.gov/\" target=\"_blank\">analytics.usa.gov</a>. Tim Lowden, who manages the federal government&rsquo;s aggregated web analytics initiative, <a href=\"https://twitter.com/tdlowden/status/1351939004342685697\">said</a> this data has been made available for the first time since late 2017.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The analytics service records more than 2.5 billion pageviews across federal government websites each month. The data is available to the public, but it&nbsp;<a href=\"https://www.digitalgov.gov/services/dap/common-questions-about-dap-faq/#part-4\">does not track individuals</a>, and&nbsp;<a href=\"https://support.google.com/analytics/answer/2763052?hl=en\">anonymizes the IP addresses</a>&nbsp;of visitors. It shows information for visitors&rsquo; devices, browsers, operating systems, and location broken down into cities and countries. Many of those visiting the site today are from countries other than the U.S. </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, 21 Jan 2021 00:20: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:\"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:46:\"Gary: WordPress Importers: Free (as in Speech)\";s: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:25:\"https://pento.net/?p=5478\";s: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://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\";s: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:8227:\"<p>Back at<a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\"> the start of this series</a>, I listed four problems within the scope of the WordPress Importers that we needed to address. Three of them are largely technical problems, which I covered in previous posts. In wrapping up this series, I want to focus exclusively on the fourth problem, which has a philosophical side as well as a technical one — but that does not mean we cannot tackle it!</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 4</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>Some services work against their customers, and actively prevent site owners from controlling their own content.</strong></p>\n</div></div>\n\n\n\n<p>Some services are merely inconvenient: they provide exports, but it often involves downloading a bunch of different files. Your CMS content is in one export, your store products are in another, your orders are in another, and your mailing list is in yet another. It&#8217;s not ideal, but they at least let you get a copy of your data.</p>\n\n\n\n<p>However, there&#8217;s another class of services that actively work against their customers. It&#8217;s these services I want to focus on: the services that don&#8217;t provide any ability to export your content — effectively locking people in to using their platform. We could offer these folks an escape! The aim isn’t to necessarily make them use WordPress, it’s to give them a way out, if they want it. Whether they choose to use WordPress or not after that is immaterial (though I certainly hope they would, of course). The important part is freedom of choice.</p>\n\n\n\n<p>It&#8217;s worth acknowledging that this is a different approach to how WordPress has historically operated in relation to other CMSes. We provide <em>importers</em> for many CMSes, but we previously haven&#8217;t written <em>exporters</em>. However, I don&#8217;t think this is a particularly large step: for CMSes that already provide exports, we&#8217;d continue to use those export files. This is focussed on the few services that try to lock their customers in.</p>\n\n\n\n<h2>Why Should WordPress Take This On?</h2>\n\n\n\n<p>There are several aspects to <em>why</em> we should focus on this.</p>\n\n\n\n<p>First of all, it&#8217;s the <a href=\"https://wordpress.org/about/\">the WordPress mission</a>. Underpinning every part of WordPress is the simplest of statements: </p>\n\n\n\n<p class=\"has-text-align-center\"><strong>Democratise Publishing</strong></p>\n\n\n\n<p class=\"has-text-align-center\"><em>The freedom to build. The freedom to change. The freedom to share.</em></p>\n\n\n\n<p>These freedoms are the pillars of a Free and Open Web, but they’re not invulnerable: at times, they need to be defended, and that needs people with the time and resources to offer a defence.</p>\n\n\n\n<p>Which brings me to my second point: WordPress has the people who can offer that defence! The WordPress project has so many individuals working on it, from such a wide variety of backgrounds, we&#8217;re able to take on a vast array of projects that a smaller CMS just wouldn&#8217;t have the bandwidth for. That&#8217;s not to say that we can do <em>everything</em>, but when there&#8217;s a need to defend the entire ecosystem, we&#8217;re able to devote people to the cause.</p>\n\n\n\n<p>Finally, it’s important to remember that WordPress doesn’t exist in a vacuum, we’re part of a broad ecosystem which can only exist through the web remaining open and free. By encouraging all CMSes to provide proper exports, and implementing them for those that don’t, we help keep our ecosystem healthy.</p>\n\n\n\n<p>We have the ability to take on these challenges, but we have a responsibility that goes alongside. We can&#8217;t do it solely to benefit WordPress, we need to make that benefit available to the entire ecosystem. This is why it&#8217;s important to<a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\"> define a WordPress export schema</a>, so that any CMS can make use of the export we produce, not just WordPress. If you’ll excuse the imagery for a moment, we can be the knight in shining armour that frees people — then gives them the choice of what they do with that freedom, without obligation.</p>\n\n\n\n<h2>How Can We Do It?</h2>\n\n\n\n<p>Moving on to the technical side of this problem, I can give you some good news: the answer is definitely <em>not</em> screen scraping. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f604.png\" alt=\"😄\" class=\"wp-smiley\" /> Scraping a site is fragile, impossible to transform into the full content, and provides an incomplete export of the site: anything that&#8217;s only available in the site dashboard can&#8217;t be obtained through scraping.</p>\n\n\n\n<p>I&#8217;ve recently been experimenting with an alternative approach to solving this problem. Rather than trying to create something resembling a traditional exporter, it turns out that modern CMSes provide the tools we need, in the form of REST APIs. All we need to do is call the appropriate APIs, and collate the results. The fun part is that we can authenticate with these APIs as the site owner, by calling them from a browser extension! So, that’s what I’ve been experimenting with, and it’s showing a lot of promise.</p>\n\n\n\n<p>If you&#8217;re interested in playing around with it, <a href=\"https://github.com/pento/free-as-in-speech\">the experimental code is living in this repository</a>. It&#8217;s a simple proof of concept, capable of exporting the text content of a blog on a Wix site, showing that we can make a smooth, comprehensive, easy-to-use exporter for any Wix site owner.</p>\n\n\n\n<img width=\"904\" height=\"446\" src=\"https://pento.net/wp-content/uploads/2021/01/Screen-Shot-2021-01-20-at-5.26.38-pm.png\" alt=\"Screenshot of the \" />\n\n\n\n<p>Clicking the export button starts a background script, which calls Wix&#8217;s REST APIs <em>as the site owner</em>, to get the original copy of the content. It then packages it up, and presents it as a WXR file to download.</p>\n\n\n\n<img width=\"972\" height=\"948\" src=\"https://pento.net/wp-content/uploads/2021/01/Screen-Shot-2021-01-20-at-5.27.38-pm.png\" alt=\"Screenshot of a Firefox download dialog, showing a Wix site packaged up as a WXR file.\" class=\"wp-image-5528\" />\n\n\n\n<p>I&#8217;m really excited about how promising this experiment is. It can ultimately provide a full export of any Wix site, and we can add support for other CMS services that choose to artificially lock their customers in.</p>\n\n\n\n<h2>Where Can I Help?</h2>\n\n\n\n<p>If you’re a designer or developer who’s excited about working on something new, head on over to the repository and <a href=\"https://github.com/pento/free-as-in-speech/issues\">check out the open issues</a>: if there’s something that isn’t already covered, feel free to open a new issue.</p>\n\n\n\n<p>Since this is new ground for a WordPress project, both technically and philosophically, I&#8217;d love to hear more points of view. It’s being discussed in <a href=\"https://make.wordpress.org/core/2021/01/19/dev-chat-agenda-for-january-20-2021-january-21-2021/#comment-40563\">the WordPress Core Dev Chat this week</a>, and you can also let me know what you think in the comments!</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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:\"Thu, 21 Jan 2021 00:14: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:4:\"Gary\";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:102:\"WPTavern: First Round of the FSE Outreach Program Concludes, Identifies Template-Editing Mode Problems\";s: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=110638\";s: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:247:\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems?utm_source=rss&utm_medium=rss&utm_campaign=first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\";s: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:5309:\"<p class=\"has-drop-cap\">The Full Site Editing (FSE) <a href=\"https://wptavern.com/help-steer-the-future-of-wordpress-via-the-fse-outreach-program\">Outreach Program</a> has now concluded its <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">first round of testing</a>. Its first focus area was centered on the template-editing mode introduced in <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">Gutenberg 9.6</a>. The volunteers involved with the project identified several pain points.</p>\n\n\n\n<p>Gutenberg 9.6 added a new button that allows end-users, provided they are using a block-based theme, to switch between editing their post and the template that displays the post. As Josepha Haden <a href=\"https://wptavern.com/gutenberg-9-3-provides-indicator-of-where-full-site-editing-is-going-a-future-without-widgets-and-customizer-screens\">said last year</a>, the ultimate goal is to &ldquo;consolidate down to just one beautiful, intuitive interface.&rdquo; Essentially, this new feature merges content and design in a way we have not seen in core WordPress before. It is a step toward that lofty goal.</p>\n\n\n\n<p>Traditionally, WordPress has always separated content from design. However, these two aspects of websites are continually merging together. There is a desire for this. The adoption of page builders over the last half-decade or so has made it abundantly clear.</p>\n\n\n\n<p>The biggest issue with this new template mode is that users need a working knowledge of the WordPress template system to understand the ramifications of their edits. One of the primary questions of the focus area was whether it was clear that the user was making large-scale changes to all posts when switching to the template-editing mode.</p>\n\n\n\n<p>&ldquo;I believe it was not clear enough how those changes could impact the site,&rdquo; <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/#comment-1307\">wrote H&eacute;ctor Prieto in response</a>. &ldquo;If you don&rsquo;t already know how templates, template parts, and global blocks like Site Title work, you might not understand how your editing will affect the rest of the site.&rdquo;</p>\n\n\n\n<p>Switching modes does create a quick popup at the bottom left of the screen that reads:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Editing template. Changes made here affect all posts and pages that use the template.</p></blockquote>\n\n\n\n<p>It is easy to miss before it fades away. There is a ticket to <a href=\"https://github.com/WordPress/gutenberg/issues/28175\">stick this message</a> on the screen and allow the user to dismiss it. There is also another ticket for clarifying when a user is <a href=\"https://github.com/WordPress/gutenberg/issues/27849\">editing a template vs. content</a>.</p>\n\n\n\n<img />Entering template-editing mode from the post editor.\n\n\n\n<p>Gutenberg&rsquo;s current method is different than what you might see in a typical page builder. When switching to template-editing mode, the user is no longer editing that single post&rsquo;s front-end output. Instead, they are making global edits. A page builder would generally save any customizations to that page alone. If this remains the same, it could be a hurdle for the average user to clear.</p>\n\n\n\n<p>A template creation feature needs to be a part of this new mode. Users should be able to fork or clone their existing single post template and save it as a new template specific to that post. Or, maybe hand them a way to save it as a reusable template (i.e., &ldquo;page&rdquo; template). Paal Joachim Romdahl <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/#comment-1303\">shared a similar thought</a>, likening it to the &ldquo;Save As&hellip;&rdquo; feature commonly found in computer programs.</p>\n\n\n\n<p>I do question whether users should be able to edit global templates while editing a single post. The two are only related insofar as the template displays the post content on the front end. WordPress should explore any type of design work from the post-editing screen as, first and foremost, specific to that post.</p>\n\n\n\n<p>The volunteers also identified other issues. Applying changes to the template and saving drops the user back into the post editor. The &ldquo;cancel&rdquo; button is tough to find &mdash; it is in a different location than where the user clicked to go into template-editing mode.</p>\n\n\n\n<p>Switching between post and template editing feels like an FSE 2.0 type of thing. The development team has enough issues on its plate with the normal site editor. It is a far cry from being a viable, production-ready product. The team&rsquo;s focus should be on working the kinks out of that system before merging it with the post editor. Crawl before you walk. Walk before you run.</p>\n\n\n\n<p>However, I am willing to be pleasantly surprised. In the long run, it will probably be a good thing that we are getting an early look at what these two different pieces of WordPress will look like working in conjunction.</p>\n\n\n\n<p>This is also why participation in the FSE Outreach Program is vital. The community needs this more formal type of process to identify areas that need improvement.</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, 20 Jan 2021 23:17: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:14:\"Justin Tadlock\";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:42:\"HeroPress: Changing Careers Into 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:56:\"https://heropress.com/?post_type=heropress-essays&p=3454\";s: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:136:\"https://heropress.com/essays/changing-careers-into-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=changing-careers-into-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:6844:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/012021-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: With WordPress skills, you have more concrete skills to offer.\" /><p>If you’re looking to change careers into technology, WordPress is a great way to do it.</p>\n<p>In 2013, I was in a career counselor’s office. Just realizing that I needed to change careers out of music, almost the only thing I had known for the last 20 years:</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/trombone-namm.jpg\"><img /></a>At NAMM in Anaheim, California\n<p>Aside from feeling like a huge failure, I knew I’d need a lot of luck to get a job.</p>\n<p>Someone would have to take a big chance on me.</p>\n<p>But there were a few problems.</p>\n<p>I was terrified of talking to strangers, much less asking them big favors. And I had almost no traditionally useful skills.</p>\n<p>Enter WordPress.</p>\n<h2>Lots Of Options</h2>\n<p>When you’re changing careers, you’ll want skills that will help no matter what you end up doing.</p>\n<p>You don’t want to deep-dive into calculus and find out that it won’t help.</p>\n<p>Learning WordPress is perfect.</p>\n<p>If you get really interested in the technical side, you can be a JS or PHP developer.</p>\n<p>If you really like content creation, that’s also great. You can start a blog or work in marketing.</p>\n<p>If none of it interests you, at least you can help people set up a website as you look for another career.</p>\n<p>So soon after meeting with the career counselor, I took Zac Gordon’s course on WordPress Theme Development.</p>\n<p>I wrote a theme based on his course, and really liked how WordPress worked.</p>\n<p>He taught me to build sites, and later write plugins.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-zac-gordon.jpg\"><img /></a>Zac Gordon with XWP\n<h2>Invite Yourself To The Party</h2>\n<p>The great thing about WordPress is that you can contribute right away.</p>\n<p>With some careers, you need somebody to take a chance on you before you can do much.</p>\n<p>To get experience as an investment banker or business consultant, you probably need to actually have the job.</p>\n<p>But with WordPress, you can invite yourself.</p>\n<p>You can open pull requests to Core or Gutenberg without anyone asking.</p>\n<p>You can deploy plugins to wp.org that real people use, without having a college degree.</p>\n<p>With this growing experience, I applied online to <a href=\"https://xwp.co/\">XWP</a>.</p>\n<p>Weston Ruter responded right away, and was really helpful.</p>\n<p>I started opening simple PRs to “help” with the Customizer work.</p>\n<p>In reality, my work might have slowed things down, and was really simple.</p>\n<p>But I didn’t have to wait to be invited. I invited myself to the party, and one of the PRs was merged into Core.</p>\n<p>Later, when I interviewed with <a href=\"https://xwp.co/\">XWP</a> and got the job, I could show that I had a little experience working with other developers.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-xwp-1.jpg\"><img /></a>XWP At WordCamp US Contributor Day, 2017\n<p>It’s still embarrassing looking back at the work I did. But WordPress allows you to contribute, regardless of your experience level.</p>\n<p>Years later, when I lived in Mexico City, one of my friends got interested in technology.</p>\n<p>He was like me. He had a degree in an unrelated field, and wanted a great career.</p>\n<p>So I showed him how much opportunity WordPress has.</p>\n<p>He did something similar to what I did.</p>\n<p>He opened PRs to an agency’s repos, and the agency asked him if he wanted to talk about a job, without him needing to apply. Years later, he’s still doing really well at his job.</p>\n<p>I did very little, other than point him to a huge opportunity: WordPress.</p>\n<h2>Concrete Skills</h2>\n<p>Changing careers is really awkward.</p>\n<p>You read about networking, which seems like you’re asking strangers for favors and sending spam DMs.</p>\n<p>You also learn to reframe things as transferable skills.</p>\n<p>So if you’ve done hard things, you can say you’re “comfortable with ambiguity.”</p>\n<p>But with WordPress skills, you have more concrete skills to offer.</p>\n<p>It’s less awkward explaining to someone why they should take a chance on you.</p>\n<p>You’ve shown you’re committed to your career path by your portfolio of plugins.</p>\n<p>And you don’t have to send spam DMs on LinkedIn.</p>\n<p>In 2014, I went to my first WordPress meetup, <a href=\"https://www.meetup.com/WPLosAngeles\">WordPress Los Angeles</a>. I was nervous, but I wasn’t trying to take any value.</p>\n<p>I could even answer a few questions.</p>\n<p>Renee Johnson and I met there. We even reunited in WordCamp Europe and Mexico City several years later when I lived there:</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-renee.jpg\"><img /></a>Yani Jimenez and Renee Johnson, Mexico City\n<p>With WordPress skills, you can flip from taking to giving value. Everything is much less awkward.</p>\n<p>As you probably know, there are many self-taught developers in WordPress.</p>\n<p>College degrees rarely come up in hiring conversations, at least in my experience.</p>\n<p>And I’ve found WordPress very accepting of different career backgrounds. Matt Mullenweg was a musician, famously naming every release after a jazz musician.</p>\n<p>People in WordPress are very understanding about changing careers.</p>\n<p>Now, I don’t hide it, and it’s rarely more than a footnote in conversations.</p>\n<h2>Mentorship</h2>\n<p>Don’t go it alone.</p>\n<p>It’s easy to think that you can just take online courses and eventually be ready for a job.</p>\n<p>But code reviews are one of the main ways you’ll learn. And people in WP want to help.</p>\n<p>If you contribute a few PRs to someone’s GitHub repo, they’ll probably do a quick code review of your own plugin or theme.</p>\n<p>Weston was really helpful in doing a detailed review of my theme.</p>\n<p>You also can learn a lot contributing to Gutenberg or other plugins.</p>\n<p>They’ll give you detailed reviews. And you’ll basically get the same experience as if you were getting paid.</p>\n<p>But if I were to do this again, I’d also look for more formal mentorship.</p>\n<p>Hiring someone to review your plugins and themes would probably help.</p>\n<h2>Nothing To Fix</h2>\n<p>There’s a saying in marketing “what you can’t fix, you feature.”</p>\n<p>In WordPress, you don’t have to fix your non-traditional career background.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/changing-careers-into-wordpress/\">Changing Careers Into WordPress</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, 20 Jan 2021 17:50:06 +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:\"Ryan Kienstra\";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:44:\"Gary: WordPress Importers: Defining a Schema\";s: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:25:\"https://pento.net/?p=5495\";s: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://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\";s: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:8792:\"<p>While schemata are usually implemented using language-specific tools (eg, XML uses <a href=\"https://www.w3.org/standards/xml/schema\">XML Schema</a>, JSON uses <a href=\"https://json-schema.org/\">JSON Schema</a>), they largely use the same concepts when talking about data. This is rather helpful, we don&#8217;t need to make a decision on <a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">data formats</a> before we can start thinking about how the data should be arranged.</p>\n\n\n\n<p><em>Note: Since these concepts apply equally to all data formats, I&#8217;m using &#8220;WXR&#8221; in this post as shorthand for &#8220;the structured data section of whichever file format we ultimately use&#8221;, rather than specifically referring to the existing WXR format.</em> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<h2>Why is a Schema Important?</h2>\n\n\n\n<p>It&#8217;s fair to ask why, if the WordPress Importers have survived this entire time <em>without</em> a formal schema, why would we need one now?</p>\n\n\n\n<p>There are two major reasons why we haven&#8217;t needed one in the past:</p>\n\n\n\n<ul><li>WXR has remained largely unchanged in the last 10 years: there have been small additions or tweaks, but nothing significant. There&#8217;s been no need to keep track of changes.</li><li>WXR is currently very simple, with just a handful of basic elements. In a recent experiment, I was able to implement a JavaScript-based WXR generator in just a few days, entirely by referencing <a href=\"https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/export.php\">the Core implementation</a>.</li></ul>\n\n\n\n<p>These reasons are also why it would help to implement a schema for the future:</p>\n\n\n\n<ul><li>As work on WXR proceeds, there will likely need to be substantial changes to what data is included: adding new fields, modifying existing fields, and removing redundant fields. Tracking these changes helps ensure any WXR implementations can stay in sync.</li><li>These changes will result in a more complex schema: relying on the source to re-implement it will become increasingly difficult and error-prone. Following Gutenberg&#8217;s lead, it&#8217;s likely that we&#8217;d want to provide official libraries in both PHP and JavaScript: keeping them in sync is best done from a source schema, rather than having one implementation copy the other.</li></ul>\n\n\n\n<p>Taking the time to plan out a schema now gives us a solid base to work from, and it allows for future changes to happen in a reliable fashion.</p>\n\n\n\n<h2>WXR for all of WordPress</h2>\n\n\n\n<p>With a well defined schema, we can start to expand what data will be included in a WXR file.</p>\n\n\n\n<h3>Media</h3>\n\n\n\n<p>Interestingly, many of the challenges around media files are less to do with WXR, and more to do with importer capabilities. The biggest headache is retrieving the actual files, which the importer currently handles by trying to retrieve the file from the remote server, as defined in the <code>wp:attachment_url</code> node. In context, this behaviour is understandable: 10+ years ago, personal internet connections were too slow to be moving media around, it was better to have the servers talk to each other. It&#8217;s a useful mechanism that we should keep as a fallback, but the more reliable solution is to include the media file with the export.</p>\n\n\n\n<h3>Plugins and Themes</h3>\n\n\n\n<p>There are two parts to plugins and themes: the code, and the content. Modern WordPress sites <em>require</em> plugins to function, and most are customised to suit their particular theme.</p>\n\n\n\n<p>For exporting the code, I wonder if a tiered solution could be applied:</p>\n\n\n\n<ul><li>Anything from WordPress.org would just need their slug, since they can be re-downloaded during import. Particularly as WordPress continues to move towards an auto-updated future, modified versions of plugins and themes are explicitly not supported.</li><li>Third party plugins and themes would be given a filter to use, where they can provide a download URL that can be included in the export file.</li><li>Third party plugins/themes that don’t provide a download URL would either need to be skipped, or zipped up and included in the export file.</li></ul>\n\n\n\n<p>For exporting the content, WXR already includes custom post types, but doesn&#8217;t include custom settings, or custom tables. The former should be included automatically, and the latter would likely be handled by an appropriate action for the plugin to hook into.</p>\n\n\n\n<h3>Settings</h3>\n\n\n\n<p>There are a currently handful of special settings that are exported, but (as I just noted, particularly with plugins and themes being exported) this would likely need to be expanded to included most items in&nbsp;<code>wp_options</code>.</p>\n\n\n\n<h3>Users</h3>\n\n\n\n<p>Currently, the bare minimum information about users who’ve authored a post is included in the export. This would need to be expanded to include more user information, as well as users who aren’t post authors.</p>\n\n\n\n<h2>WXR for <em>parts</em> of WordPress</h2>\n\n\n\n<p>The modern use case for importers isn&#8217;t just to handle a full site, but to handle keeping sites in sync. For example, most news organisations will have a staging site (or even several layers of staging!) which is synchronised to production.</p>\n\n\n\n<p>While it&#8217;s well outside the scope of this project to directly handle every one of these use cases, we should be able to provide the framework for organisations to build reliable platforms on. Exports should be repeatable, objects in the export should have unique identifiers, and the importer should be able to handle any subset of WXR.</p>\n\n\n\n<h2>WXR Beyond WordPress</h2>\n\n\n\n<p>Up until this point, we&#8217;ve really been talking about&nbsp;WordPress→WordPress migrations, but I think WXR is a useful format beyond that. Instead of just containing direct exports of the data from particular plugins, we could also allow it to contain &#8220;types&#8221; of data. This turns WXR into an intermediary language, exports can be created from any source, and imported into WordPress.</p>\n\n\n\n<p>Let&#8217;s consider an example. Say we create a tool that can export a Shopify, Wix, or GoDaddy site to WXR, how would we represent an online store in the WXR file? We don&#8217;t want to export in the format that any particular plugin would use, since a WordPress Core tool shouldn&#8217;t be advantaging one plugin over others.</p>\n\n\n\n<p>Instead, it would be better if we could format the data in a platform-agnostic way, which plugins could then implement support for. As luck would have it, <a href=\"https://schema.org/\">Schema.org</a> provides exactly the kind of data structure we could use here. It&#8217;s been <a href=\"https://schema.org/docs/releases.html\">actively maintained for nearly nine years</a>, it supports a <a href=\"https://schema.org/docs/schemas.html\">wide variety of data types</a>, and is intentionally platform-agnostic.</p>\n\n\n\n<p>Gazing into my crystal ball for a moment, I can certainly imagine a future where plugins could implement and declare support for importing certain data types. When handling such an import (assuming one of those plugins wasn&#8217;t already installed), the WordPress Importer could offer them as options during the import process. This kind of seamless integration allows WordPress to show that it offers the same kind of fully-featured site building experience that modern CMS services do.</p>\n\n\n\n<p>Of course, reality is never quite as simple as crystal balls and magic wands make them out to be. We have to contend with services that provide incomplete or fragmented exports, and there are even services that deliberately don&#8217;t provide exports at all. In the next post, I&#8217;ll be writing about why we should address this problem, and how we might be able to go about it.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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, 19 Jan 2021 23:13: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:4:\"Gary\";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:101:\"WPTavern: Custom Layouts Plugin Creates a Posts Display System for Both the Classic and Block Editors\";s: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=110409\";s: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:247:\"https://wptavern.com/custom-layouts-plugin-creates-a-posts-display-system-for-both-the-classic-and-block-editors?utm_source=rss&utm_medium=rss&utm_campaign=custom-layouts-plugin-creates-a-posts-display-system-for-both-the-classic-and-block-editors\";s: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:5383:\"<p class=\"has-drop-cap\">Ross Morsali, via his brand Code Amp, released the <a href=\"https://wordpress.org/plugins/custom-layouts/\">Custom Layouts</a> plugin last week. The plugin&rsquo;s goal is to provide a visual post layout builder for users of both the block and classic editors.</p>\n\n\n\n<p>For end-users, this is yet another choice between the multitude of plugins for displaying posts. After years of new plugins launching in this space, it would seem that there would be a clear front-runner, but developers are still trying to tame this wild and complex feature. The Custom Layouts plugin has its own approach, and it is worth giving it a quick spin to see if it suits you.</p>\n\n\n\n<p>I have written extensively about the <a href=\"https://wptavern.com/gutenberg-9-6-introduces-drag-and-drop-blocks-and-global-inheritance-for-the-query-block\">upcoming Query block</a> and its role in the <a href=\"https://wptavern.com/understanding-the-query-block-and-its-importance-in-site-editing\">future of WordPress</a>. However, it is necessary to look at alternative solutions for displaying posts via the block editor. The Gutenberg development team should take note of the things that work and those that do not.</p>\n\n\n\n<p>For developers, the plugin is a noteworthy experiment that uses the block editor component system outside of the actual editor. Custom Layouts uses these various components on its custom Layout and Template Editor screens.</p>\n\n\n\n<p>The plugin is a product of Morsali learning React and the block system in the last year and a half. &ldquo;Working with Gutenberg and the Block Editor as a developer is a far superior experience to the old paradigm (the classic editor) &mdash; the learning curve is definitely greater, but once you get over the hump it seems the future is bright,&rdquo; he wrote in the <a href=\"https://codeamp.com/creating-the-custom-layouts-plugin/\">plugin&rsquo;s announcement post</a>. &ldquo;I also love the fact that we don&rsquo;t actually need to be using the Block Editor to use Gutenberg components &mdash; that means we can still build what we want and how we want it (providing we&rsquo;re using React), whilst keeping the UI in tune with the rest of WordPress.&rdquo;</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<img />Template editor screen.\n\n\n\n<p class=\"has-drop-cap\">Custom Layouts takes a different route than similar plugins, splitting its components into different screens. The terminology can be confusing to the uninitiated. The plugin introduces two parts that serve as the foundation of its system:</p>\n\n\n\n<ul><li><strong>Templates:</strong> Handles the design of individual posts.</li><li><strong>Layouts:</strong> Controls queried posts and their layout.</li></ul>\n\n\n\n<p>I have had a beta version of the plugin since late December. This has given me three weeks to decide whether I like the approach. On the one hand, the plugin caters to two different user bases. One set can implement their layouts via the Custom Layouts block. Those on the classic editor can use the Layout Editor screen. Both share the Template Editor.</p>\n\n\n\n<img />Creating a three-column grid layout.\n\n\n\n<p>The plugin&rsquo;s system is a good option for users of the classic editor. It comes with a visual interface they would otherwise not have. It also provides a shortcode for easy copying/pasting into the post editor.</p>\n\n\n\n<p>For users of the block editor, having a separate screen for the template builder will likely feel unnatural. Because the block editor is a visual interface itself, the multiple screens create a disjointed atmosphere that never feels <em>right</em>.</p>\n\n\n\n<p>However, there is a solution for that in the plugin. I recommend users skip the Template Editor and Layout Editor screens altogether. The Custom Layouts block serves as an alternative layout builder in the block editor. Plus, users can edit existing templates via a popup overlay or even create new ones without ever leaving the post-editing screen. </p>\n\n\n\n<img />Overlay for editing a template.\n\n\n\n<p>Building everything from the post editor feels like it should feel. Users get more of that instant feedback that they are accustomed to through the block editor.</p>\n\n\n\n<p>There are benefits to the multi-component system. Separating the template builder means that users can build and reuse a specific design from a single source. They can also update individual templates, which will subsequently apply to all uses of those templates across the site.</p>\n\n\n\n<p>The other benefit is that end-users are not overloaded with choices. Building a query-related block, widget, shortcode, or similar component is fraught with complexity. This is because there are three pieces of laying out a list of posts: the query to load them, the overall layout, and the design of the individual posts. Putting options for each of these pieces into the block inspector, for example, means creating a balance between sacrificing some choices and providing every possible setting to the user. This balancing act is what drove Morsali toward separating the components of the plugin.</p>\n\n\n\n<p>On the whole, Custom Layouts is a solid plugin. The downside is that there is a little bit of a learning curve because it serves two audiences. Users will need to figure out which workflow best suits them first. Once they figure that out, the plugin is pretty nice to work with.</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, 19 Jan 2021 21: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:14:\"Justin Tadlock\";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:84:\"WPTavern: WordPress for Android Previews New Story Posts Feature, Now in Public 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=110474\";s: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:211:\"https://wptavern.com/wordpress-for-android-previews-new-story-posts-feature-now-in-public-beta?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-for-android-previews-new-story-posts-feature-now-in-public-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:3697:\"<p>WordPress users on Android may have noticed a new prompt in the mobile app for publishing Story posts. This feature is now in public beta in the Android app, ahead of an upcoming launch on the WordPress iOS app. Stories will also coming to the Block editor on WordPress.com in early 2021. </p>\n\n\n\n<p>Early access to Story posts is available in version 16.3+ of the app, released in mid-December. The prompt appears at the bottom of the site management screen. Selecting a Story post immediately takes you to your phone&rsquo;s media where you can add photos or a video.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p><br />The mobile app&rsquo;s implementation of the Stories feature is different from other platforms, like Instagram and Facebook, in several key ways. Most importantly, WordPress stories are not ephemeral. They live permanently on your site and anyone can view them after they are published. WordPress.com&rsquo;s <a href=\"https://wordpress.com/support/story-block/\">documentation</a> for the block highlights a few differences: </p>\n\n\n\n<ul><li>Posts with Stories won&rsquo;t disappear after 24 hours.&nbsp;</li><li>The Story content can be added to and edited after publishing.&nbsp;</li><li>Anyone visiting your site can view the Story.&nbsp;</li><li>You can share your Story on any platform using the post&nbsp;<a href=\"https://wordpress.com/support/permalinks-and-slugs/\">permalink</a>.</li></ul>\n\n\n\n<p>After testing the feature, I can confirm a few more differences. While the WordPress app&rsquo;s implementation transcends other platforms&rsquo; limitations on the duration of the story&rsquo;s visibility, it lacks basic features that users have come to expect from other apps. It doesn&rsquo;t support animated gifs, effects, location, stickers, music, and other embellishments that make stories such a creative social medium. At the moment, the only thing you can do is add colored text with a background.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>Videos work as Stories, too, but they don&rsquo;t seem to have the same preview with a thumbnail image. It&rsquo;s just a generic placeholder for now. That may be something the team is still working on, but I logged an <a href=\"https://github.com/wordpress-mobile/WordPress-Android/issues/13809\">issue</a> on GitHub for it, in case it&rsquo;s a bug. </p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>In the interest of owning your own content, I can see it being useful to create stories on your own website and share them to other networks. The current implementation is basically a fullscreen slideshow. It is not yet more compelling than what social networks offer, but it looks like WordPress for iOS <a href=\"https://github.com/tumblr/kanvas-ios/projects/1\">plans to expand on these features</a> using the open source <a href=\"https://github.com/tumblr/kanvas-ios\">Kanvas library</a> from Tumblr.</p>\n\n\n\n<p>Kanvas makes it possible to add&nbsp;effects, drawings, text, stickers, and make GIFs from existing media or the camera. If you have ever used the&nbsp;<a href=\"https://apps.apple.com/us/app/tumblr/id305343404\">Tumblr iOS app</a> then you have seen Kanvas in action in the camera, media editor, GIF maker, and media posting tool. It should make for a more exciting Stories implementation on iOS, with features on par with what users have come to expect from other platforms. Something similar for Android may be in the works and this post will be updated as soon as we receive comments from the mobile team.</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, 18 Jan 2021 23:55:06 +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:53:\"Gary: WordPress Importers: Getting Our House in Order\";s: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:25:\"https://pento.net/?p=5465\";s: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://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\";s: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:15440:\"<p>The <a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">previous post</a> talked about the broad problems we need to tackle to bring our importers up to speed, making them available for everyone to use.</p>\n\n\n\n<p>In this post, I&#8217;m going to focus on what we could do with the existing technology, in order to give us the best possible framework going forward.</p>\n\n\n\n<h2>A Reliable Base</h2>\n\n\n\n<p>Importers are an interesting technical problem. Much like you&#8217;d expect from any backup/restore code, importers need to be extremely reliable. They need to comfortable handle all sorts of unusual data, and they need to keep it all safe. Particularly considering their age, the WordPress Importers do a remarkably good job of handling most content you can throw at it.</p>\n\n\n\n<p>However, modern development practices have evolved and improved since the importers were first written, and we should certainly be making use of such practices, when they fit with our requirements.</p>\n\n\n\n<p>For building reliable software that we expect to largely run by itself, a variety of comprehensive automated testing is critical. This ensures we can confidently take on the broader issues, safe in the knowledge that we have a reliable base to work from.</p>\n\n\n\n<p>Testing <em>must</em> be the first item on this list. A variety of automated testing gives us confidence that changes are safe, and that the code can continue to be maintained in the future.</p>\n\n\n\n<p>Data formats must be well defined. While this is useful for ensuring data can be handled in a predictable fashion, it&#8217;s also a very clear demonstration of our commitment to data freedom.</p>\n\n\n\n<p>APIs for creating or extending importers should be straightforward for hooking into.</p>\n\n\n\n<h3>Performance Isn&#8217;t an Optional Extra</h3>\n\n\n\n<p>With sites constantly growing in size (and with the export files potentially gaining a heap of extra data), we need to care about the performance of the importers.</p>\n\n\n\n<p>Luckily, there&#8217;s already been some substantial work done on this front:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2015/11/18/wordpress-importer-redux/\">WordPress Importer Redux</a></blockquote>\n</div>\n\n\n\n<p>There are other groups in the WordPress world who&#8217;ve made performance improvements in their own tools: gathering all of that experience is a relatively quick way to bring in production-tested improvements.</p>\n\n\n\n<h2>The WXR Format</h2>\n\n\n\n<p>It&#8217;s worth talking about the WXR format itself, and determining whether it&#8217;s the best option for handling exports into the future. XML-based formats are largely viewed as a relic of days gone past, so (if we were to completely ignore backwards compatibility for a moment) is there a modern data format that would work better?</p>\n\n\n\n<p>The short answer&#8230; kind of. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<p>XML is actually well suited to this use case, and (particularly when looking at performance improvements) is the only data format for which PHP comes with a built-in streaming parser.</p>\n\n\n\n<p>That said, WXR is basically an extension of the RSS format: as we add more data to the file that clearly doesn&#8217;t belong in RSS, there is likely an argument for defining an entirely WordPress-focused schema.</p>\n\n\n\n<h3>Alternative Formats</h3>\n\n\n\n<p>It&#8217;s important to consider what the priorities are for our export format, which will help guide any decision we make. So, I&#8217;d like to suggest the following priorities (in approximate priority order):</p>\n\n\n\n<ul><li><strong>PHP Support</strong>: The format should be natively supported in PHP, thought it is still workable if we need to ship an additional library.</li><li><strong>Performant</strong>: Particularly when looking at very large exports, it should be processed as quickly as possible, using minimal RAM.</li><li><strong>Supports Binary Files</strong>: <a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/#comment-37926\">The first comments on my previous post</a> asked about media support, we clearly should be treating it as a first-class citizen.</li><li><strong>Standards Based</strong>: Is the format based on a documented standard? (Another way to ask this: are there multiple different implementations of the format? Do those implementations all function the same?</li><li><strong>Backward Compatible</strong>: Can the format be used by existing tools with no changes, or minimal changes?</li><li><strong>Self Descriptive</strong>: Does the format include information about what data you&#8217;re currently looking at, or do you need to refer to a schema?</li><li><strong>Human Readable</strong>: Can the file be opened and read in a text editor?</li></ul>\n\n\n\n<p>Given these priorities, what are some options?</p>\n\n\n\n<h4>WXR (XML-based)</h4>\n\n\n\n<p>Either the RSS-based schema that we already use, or a custom-defined XML schema, the arguments for this format are pretty well known.</p>\n\n\n\n<p>One argument that hasn&#8217;t been well covered is how there&#8217;s a definite trade-off when it comes to supporting binary files. Currently, the importer tries to scrape the media file from the original source, which is not particularly reliable. So, if we were to look at including media files in the WXR file, the best option for storing them is to base64 encode them. Unfortunately, that would have a serious effect on performance, as well as readability: adding huge base64 strings would make even the smallest exports impossible to read.</p>\n\n\n\n<p>Either way, this option would be mostly backwards compatible, though some tools may require a bit of reworking if we were to substantial change the schema.</p>\n\n\n\n<h4>WXR (ZIP-based)</h4>\n\n\n\n<p>To address the issues with media files, an alternative option might be to follow the path that Microsoft Word and OpenOffice use: put the text content in an XML file, put the binary content into folders, and compress the whole thing. </p>\n\n\n\n<p>This addresses the performance and binary support problems, but is initially worse for readability: if you don&#8217;t know that it&#8217;s a ZIP file, you can&#8217;t read it in a text editor. Once you unzip it, however, it does become quite readable, and has the same level of backwards compatibility as the XML-based format.</p>\n\n\n\n<h4>JSON</h4>\n\n\n\n<p>JSON could work as a replacement for XML in both of the above formats, with one additional caveat: there is no streaming JSON parser built in to PHP. There are 3rd party libraries available, but given <a href=\"http://seriot.ch/parsing_json.php\">the documented differences between JSON parsers</a>, I would be wary about using one library to produce the JSON, and another to parse it.</p>\n\n\n\n<p>This format largely wouldn&#8217;t be backwards compatible, though tools which rely on the export file being plain text (eg, command line tools to do broad search-and-replaces on the file) can be modified relatively easily.</p>\n\n\n\n<p>There are additional subjective arguments (both for and against) the readability of JSON vs XML, but I&#8217;m not sure there&#8217;s anything to them beyond personal preference.</p>\n\n\n\n<h4>SQLite</h4>\n\n\n\n<p>The <a href=\"https://sqlite.org/index.html\">SQLite</a> team wrote <a href=\"https://www.sqlite.org/affcase1.html\">an interesting (indirect) argument</a> on this topic: OpenOffice uses a ZIP-based format for storing documents, the SQLite team argued that there would be benefits (particularly around performance and reliability) for OpenOffice to switch to SQLite.</p>\n\n\n\n<p>They key issues that I see are:</p>\n\n\n\n<ul><li>SQLite is included in PHP, but <a href=\"https://www.php.net/manual/en/sqlite3.installation.php\">not enabled by default on Windows</a>.</li><li>While the SQLite team have a strong commitment to providing long-term support, SQLite is not a standard, and the only implementation is the one provided by the SQLite team.</li><li>This option is not backwards compatible at all.</li></ul>\n\n\n\n<h4>FlatBuffers</h4>\n\n\n\n<p><a href=\"http://google.github.io/flatbuffers/\">FlatBuffers</a> is an interesting comparison, since it&#8217;s a data format focussed entirely on speed. The down side of this focus is that it <em>requires</em> a defined schema to read the data. Much like SQLite, the only standard for FlatBuffers is the implementation. Unlike SQLite, FlatBuffers has made no commitments to providing long-term support.</p>\n\n\n\n<table class=\"has-fixed-layout\"><thead><tr><th></th><th class=\"has-text-align-center\">WXR (XML-based)</th><th class=\"has-text-align-center\">WXR (ZIP-based)</th><th class=\"has-text-align-center\">JSON</th><th class=\"has-text-align-center\">SQLite</th><th class=\"has-text-align-center\">FlatBuffers</th></tr></thead><tbody><tr><td>Works in PHP?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td></tr><tr><td>Performant?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td></tr><tr><td>Supports Binary Files?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td></tr><tr><td>Standards Based?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /> / <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr><tr><td>Backwards Compatible?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr><tr><td>Self Descriptive?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr><tr><td>Readable?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /> / <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr></tbody></table>\n\n\n\n<p>As with any decision, this is a matter of trade-offs. I&#8217;m certainly interested in hearing additional perspectives on these options, or thoughts on options that I haven&#8217;t considered.</p>\n\n\n\n<p>Regardless of which particular format we choose for storing WordPress exports, every format should have (or in the case of FlatBuffers, <em>requires</em>) a schema. We can talk about schemata without going into implementation details, so I&#8217;ll be writing about that in the next post.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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:\"Mon, 18 Jan 2021 22:50: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";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:63:\"WPTavern: Kinsta Launches Free Local WordPress Development Tool\";s: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=110351\";s: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:171:\"https://wptavern.com/kinsta-launches-free-local-wordpress-development-tool?utm_source=rss&utm_medium=rss&utm_campaign=kinsta-launches-free-local-wordpress-development-tool\";s: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:5961:\"<p class=\"has-drop-cap\">Kinsta, a managed WordPress hosting company, announced its local development tool named <a href=\"https://kinsta.com/devkinsta/\">DevKinsta</a> earlier today. The tool allows developers to spin up new WordPress sites, including multisite support, in moments. Each site is automatically configured with Nginx, PHP, and MySQL.</p>\n\n\n\n<p>DevKinsta packages Adminer, an open-source database manager. The system also includes an SMTP server and email inbox for testing outgoing emails locally.</p>\n\n\n\n<p>&ldquo;This is the first version of the tool, let&rsquo;s say the MVP, but we have a dedicated development team supporting and adding a lot of new features to it,&rdquo; said Tom Zsomborgi, Kinsta&rsquo;s Chief Business Officer.</p>\n\n\n\n<p>Developers can run and test HTTPS support and enable <code>WP_DEBUG</code> at the flip of a switch. Kinsta web hosting customers can also deploy their sites directly from the interface.</p>\n\n\n\n<p>It took me around an hour to get the system set up and running. To be more exact, I spent 53 minutes. Close enough. Between having to sign out, restart my laptop, and waiting for various pieces to install, I at least managed to get a little laundry done in those dull, in-between moments.</p>\n\n\n\n<img />Installing DevKinsta on Windows.\n\n\n\n<p>The setup process was not a completely pain-free affair. However, the price of admission to use this tool &mdash; a little bit of my time &mdash; was well worth it.</p>\n\n\n\n<p>Let me be clear. I have tested far worse systems. Even with over 15 years of development experience under my belt, I have utterly failed at setting up other local dev environments. For DevKinsta to simply get me to the finish line is a success.</p>\n\n\n\n<p>However, I like simple things, and I prefer them to move along relatively quickly. I am accustomed to a 20-minute XAMPP setup. While it may not be as fancy or have the bells and whistles of more sophisticated development tools, it gets the job done and rarely doles out headaches.</p>\n\n\n\n<p>The holdup was setting up Windows Subsystem for Linux (WSL 2) and Docker, which are both requirements. Jump-starting DevKinsta itself was a breeze. And, as an old-school XAMPP user, DevKinsta&rsquo;s ease of use has pulled me in enough to do more than just give it a passing glance. I could actually see myself using this on a day-to-day basis.</p>\n\n\n\n<p>In short, I am sold. DevKinsta is a tool all WordPress developers should at least spin up once.</p>\n\n\n\n<p>Thus far, the <a href=\"https://twitter.com/kinsta/status/1351177344740941829\">feedback on Twitter</a> has been generally positive. However, Linux users may have to wait a bit because the tool is only available for macOS and Windows at the moment.</p>\n\n\n\n<p>&ldquo;I love seeing companies releasing local development tools but I wish more would offer their services to Linux users,&rdquo; <a href=\"https://twitter.com/chadmccullough/status/1351195217483988998\">tweeted</a> WordPress developer Chad McCullough. &ldquo;There are a lot of us developers out there running Linux.&rdquo; The Kinsta team responded that the tool will eventually support Linux and that news is forthcoming.</p>\n\n\n\n<img />Spinning up a new WordPress site.\n\n\n\n<p>The simple and straightforward UI is what makes this tool useful. Most developers do not need overly complicated configurations and options. They simply need to launch an environment that lets them work on their own projects. Anything beyond the basics far too often gets in the way.</p>\n\n\n\n<p>DevKinsta makes it easy to launch and manage multiple development installs. Developers can also switch PHP versions via a simple dropdown &mdash; versions 7.2 &ndash; 8.0 are currently supported.</p>\n\n\n\n<img />Site management screen.\n\n\n\n<p>The obvious comparison for DevKinsta will be against <a href=\"https://localwp.com/\">Local by Flywheel</a>, which has increasingly become a primary tool for many WordPress developers.</p>\n\n\n\n<p>Zsomborgi explained why the company thinks DevKinsta is a better option. &ldquo;In our case, Docker is an important part here. Local doesn&rsquo;t use virtualization in the background. Local has to install every piece of the environment to the host machine (NGINX, apache, different PHP versions, etc.). DevKinsta encapsulates these technologies into containers. Containers do make things easier for maintaining different applications without interrupting the host OS or installing many of the dependencies that are not required. We pretty much don&rsquo;t touch the host OS, but have Docker as our main dependency to run the applications on their own environments.&rdquo;</p>\n\n\n\n<p>He said this speeds up the upgrade process and makes it easier to maintain bug fixes and send out security patches. He also said that because each application runs on its own Kernel namespace, any security issues should not affect the host OS.</p>\n\n\n\n<p>&ldquo;If the user is comfortable enough with Docker, he can extend DevKinsta features,&rdquo; said Zsomborgi. &ldquo;For example, he can monitor the usage of the container, or the PHP usage specifically as an example with docker monitoring tools that comes out of the box with Docker installation. The user can install any utility inside DevKinsta containers without touching the host OS and use applications that are not supported on Windows, for example.&rdquo;</p>\n\n\n\n<p>One of the use cases he mentioned was installing a benchmark tool to get statistics about site performance. This can be installed inside the Nginx container as a sidecar or separate container.</p>\n\n\n\n<p>&ldquo;In the past, Local didn&rsquo;t use exactly Docker,&rdquo; said Zsomborgi. &ldquo;They used VirtualBox + DockerMachine. We tried it, and it was a bit painful. But without VirtualBox, DevKinsta can be more stable and scalable. So we use Docker without VirtualBox. It also needs virtualization, but nowadays, there are fewer Windows computers that have disabled virtualization by default.&rdquo;</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, 18 Jan 2021 21:07:16 +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:\"Justin Tadlock\";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:46:\"Gary: WordPress Importers: Stating the Problem\";s: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:25:\"https://pento.net/?p=5449\";s: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://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\";s: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:8838:\"<p>It&#8217;s time to focus on the WordPress Importers.</p>\n\n\n\n<p>I&#8217;m not talking about tidying them up, or improve performance, or fixing some bugs, though these are certainly things that should happen. Instead, we need to consider their purpose, how they fit as a driver of WordPress&#8217; commitment to Open Source, and how they can be a key element in helping to keep the Internet Open and Free.</p>\n\n\n\n<h2>The History</h2>\n\n\n\n<p>The WordPress Importers are arguably <em>the</em> key driver to WordPress&#8217; early success. Before the importer plugins existed (before WordPress even supported plugins!) there were a handful of <code>import-*.php</code> scripts in the <a href=\"https://core.trac.wordpress.org/browser/trunk/wp-admin?rev=688\"><code>wp-admin</code> directory</a> that could be used to import blogs from other blogging platforms. When other platforms fell out of favour, WordPress already had an importer ready for people to move their site over. One of the most notable instances was in 2004, <a href=\"https://github.com/WordPress/book/blob/trunk/Content/Part%202/9-freedom-zero.md\">when Moveable Type changed their license and prices</a>, suddenly requiring personal blog authors to pay for something that had previously been free. WordPress was fortunate enough to be in the right place at the right time: many of WordPress&#8217; earliest users came from Moveable Type.</p>\n\n\n\n<p>As time went on, WordPress became well known in its own right. Growth relied less on people wanting to switch from another provider, and more on people choosing to start their site with WordPress. For <a href=\"https://core.trac.wordpress.org/ticket/13307\">practical reasons</a>, the importers were moved out of WordPress Core, and into their own plugins. Since then, they&#8217;ve largely been in maintenance mode: bugs are fixed when they come up, but since export formats rarely change, they&#8217;ve just continued to work for all these years.</p>\n\n\n\n<p>An unfortunate side effect of this, however, is that new importers are rarely written. While a new breed of services have sprung up over the years, the WordPress importers haven&#8217;t kept up.</p>\n\n\n\n<h2>The New Services</h2>\n\n\n\n<p>There are many new CMS services that have cropped up in recent years, and we don&#8217;t have importers for any of them. WordPress.com has a few extra ones written, but they&#8217;ve been built on the WordPress.com infrastructure out of necessity.</p>\n\n\n\n<p>You see, we&#8217;ve always assumed that other CMSes will provide some sort of export file that we can use to import into WordPress. That isn&#8217;t always the case, however. Some services (notable, <a href=\"https://support.wix.com/en/article/exporting-or-embedding-your-wix-site-elsewhere\">Wix</a> and <a href=\"https://godaddy.com/community/Websites-Marketing-Website/Exporting-Website-Builder-Site-to-Word-Press/td-p/124526\">GoDaddy Website Builder</a>) deliberately don&#8217;t allow you to export your own content. Other services provide incomplete or fragmented exports, needlessly forcing stress upon site owners who want to use their own content outside of that service.</p>\n\n\n\n<p>To work around this, WordPress.com has implemented importers that effectively scrape the site: while this has worked to some degree, it does require regular maintenance, and the importer has to do a lot of guessing about how the content should be transformed. This is clearly not a solution that would be maintainable as a plugin.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 4</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>Some services work against their customers, and actively prevent site owners from controlling their own content.</strong></p>\n</div></div>\n\n\n\n<p>This strikes at the heart of the <a href=\"https://wordpress.org/about/#bill-of-rights\">WordPress Bill of Rights</a>. WordPress is built with fundamental freedoms in mind: all of those freedoms point to owning your content, and being able to make use of it in any form you like. When a CMS actively works against providing such freedom to their community, I would argue that we have an obligation to help that community out.</p>\n\n\n\n<h2>A Variety of Content</h2>\n\n\n\n<p>It&#8217;s worth discussing how, when starting a modern CMS service, the bar for success is very high. You can&#8217;t get away with just providing a basic CMS: you need to provide all the options. Blogs, eCommerce, mailing lists, forums, themes, polls, statistics, contact forms, integrations, embeds, the list goes on. The closest comparison to modern CMS services is&#8230; the <em>entire</em> WordPress ecosystem: built on WordPress core, but with the myriad of plugins and themes available, along with the variety of services offered by a huge array of companies.</p>\n\n\n\n<p>So, when we talk about the importers, we need to consider how they&#8217;ll be used.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 3</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>To import from a modern CMS service into WordPress, your importer needs to map from service features to WordPress plugins.</strong></p>\n</div></div>\n\n\n\n<h2>Getting Our Own House In Order</h2>\n\n\n\n<p>Some of these problems don&#8217;t just apply to new services, however.</p>\n\n\n\n<p>Out of the box, WordPress exports to WXR (WordPress eXtended RSS) files: an XML file that contains the <em>content</em> of the site. Back when WXR was first created, this was all you really needed, but much like the rest of the WordPress importers, it hasn&#8217;t kept up with the times. A modern WordPress site isn&#8217;t just the sum of its content: a WordPress site has plugins and themes. It has various options configured, it has huge quantities of media, it has masses of text content, far more than the first WordPress sites ever had.  </p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 2</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>WXR doesn&#8217;t contain a full export of a WordPress site.</strong></p>\n</div></div>\n\n\n\n<p>In my view, WXR is a solid format for handling exports. An XML-based system is quite capable of containing all forms of content, so it&#8217;s reasonable that we could expand the WXR format to contain the entire site.</p>\n\n\n\n<h2>Built for the Future</h2>\n\n\n\n<p>If there&#8217;s one thing we can learn from the history of the WordPress importers, it&#8217;s that maintenance will potentially be sporadic. Importers are unlikely to receive the same attention that the broader WordPress Core project does, owners may come and go. An importer will get attention if it breaks, of course, but it otherwise may go months or years without changing.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 1</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>We can&#8217;t depend on regular importer maintenance in the future.</strong></p>\n</div></div>\n\n\n\n<p>It&#8217;s quite possible to build code that will be running in 10+ years: we see examples all across the WordPress ecosystem. Doing it in a reliable fashion needs to be a deliberate choice, however.</p>\n\n\n\n<h2>What&#8217;s Next?</h2>\n\n\n\n<p>Having worked our way down from the larger philosophical reasons for the importers, to some of the more technically-oriented implementation problems; I&#8217;d like to work our way back out again, focussing on each problem individually. In the following posts, I&#8217;ll start laying out how I think we can bring our importers up to speed, prepare them for the future, and make them available for everyone.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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:\"Mon, 18 Jan 2021 00:25: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:4:\"Gary\";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:77:\"WPTavern: MapLibre Launches as Official Open Source Successor to Mapbox GL JS\";s: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=110489\";s: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:199:\"https://wptavern.com/maplibre-launches-as-official-open-source-successor-to-mapbox-gl-js?utm_source=rss&utm_medium=rss&utm_campaign=maplibre-launches-as-official-open-source-successor-to-mapbox-gl-js\";s: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:2864:\"<p>In December, Mapbox shocked its open source contributor community with the news that <a href=\"https://wptavern.com/mapbox-gl-js-is-no-longer-open-source\">Mapbox GL JS version 2.0 would be released under a proprietary license</a>. The JavaScript library powers interactive, customizable vector maps on many high profile websites like CNN, The New York Times, Ancestry, Strava, Shopify, Facebook, and more. Older versions remain open source but Mapbox will only be investing in developing new features for the proprietary version going forward.</p>\n\n\n\n<p>Multiple parties started their own forks immediately following Mapbox&rsquo;s announcement. In an effort to avoid fragmentation, the community worked together to merge their ideas under one project. One month later, <a href=\"https://github.com/maplibre/maplibre-gl-js\">MapLibre GL</a> is now the official open source successor to Mapbox GL JS. The project&rsquo;s founders represent a diverse group of companies who relied on the open source software, including MapTiler, Elastic, StadiaMaps, Microsoft, Ceres Imaging, WhereGroup, Jawg, Stamen Design, and more.</p>\n\n\n\n<p>&ldquo;In December 2020, Mapbox released the second version of their JavaScript library for publishing maps online,&rdquo; MapTiler founder and CEO Petr Pridal said. &ldquo;However, this time all the new features were overshadowed by a change in the license: previously free as in freedom, it became closed for external contributors and usage was restricted to people with active Mapbox subscriptions. One has to pay even for loading this JavaScript library.&rdquo;</p>\n\n\n\n<p>Pridal said the MapLibre project name is a shortened form of &ldquo;Map library restarted (or reinvented),&rdquo; with <em>libre</em> referring to freedom and independence. Its founders agreed that MapLibre should be provider-independent, so developers can load maps from their preferred providers or self-hosted maps.</p>\n\n\n\n<p> The community-led fork may also become home to <a href=\"https://github.com/maptiler/maplibre-gl-native\">MapLibre GL Native</a>, as contributors are considering a proposal to put MapTiler&rsquo;s open source fork of Mapbox&rsquo;s mobile map SDKs for Android and iOS under the MapLibre umbrella.</p>\n\n\n\n<p>Mapbox is used by <a href=\"https://jetpack.com/support/jetpack-blocks/map-block/\">WordPress.com</a> as well as in Jetpack for the <a href=\"https://jetpack.com/support/jetpack-blocks/map-block/\">Map block</a>. The library is also used in many&nbsp;<a href=\"https://wordpress.org/plugins/search/mapbox/\">plugins</a>&nbsp;on WordPress.org, some with tens of thousands of users. Plugin developers who have integrated Mapbox GL JS version 1.13 or older will want to check out the <a href=\"https://github.com/maplibre/maplibre-gl-js\">MapLibre</a> project as an open source alternative to Mapbox&rsquo;s proprietary 2.0 update. </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, 15 Jan 2021 23:51: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: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:99:\"WPTavern: A Multi-Theme System, the Decade-Long Wait for Grandchild Themes, and Themeless Templates\";s: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=110476\";s: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:239:\"https://wptavern.com/a-multi-theme-system-the-decade-long-wait-for-grandchild-themes-and-themeless-templates?utm_source=rss&utm_medium=rss&utm_campaign=a-multi-theme-system-the-decade-long-wait-for-grandchild-themes-and-themeless-templates\";s: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:5994:\"<p class=\"has-drop-cap\">Around 2010, child theming had finally caught its stride. Bigger theme shops were starting to take note, and some were implementing advanced parent themes that were meant to serve as a &ldquo;framework&rdquo; for creating child themes. The theme development community hit a bit of a brick wall amid this explosion of child theming. Grandchild themes became a topic of debate.</p>\n\n\n\n<p>One of the use cases for child themes was to protect customizations made by end-users. When the parent theme was updated, those changes remained intact within the child theme. Users could get bug fixes and enhancements without worry. It was an ingenious system.</p>\n\n\n\n<p>However, another use case for child themes was to create vast customizations of the parent theme. Many of these child themes were marketed and sold to end-users. <em>The problem?</em> There was no way for users to protect their customizations if and when the developer updated the child theme. WordPress had no grandchild theme concept or any other sort of cascading theme system beyond the parent-child relationship.</p>\n\n\n\n<p>So, the problem remained. Unsolved.</p>\n\n\n\n<p>Some businesses such as StudioPress and its Genesis parent theme thrived over the years with this system. Others moved along. In reality, child theming became a niche feature that WordPress never expanded upon in any meaningful way. Theme authors were left to their own devices. With the arrival of the customizer and the expansion of page builders, code customizations almost disappeared. Most modifications were handled via an interface launched from the WordPress admin. The average user had little need to DIY their way through custom templates. Thus began child theming&rsquo;s drizzle into near obscurity.</p>\n\n\n\n<p>Gutenberg&rsquo;s site editor, which will likely land in WordPress this year, had seemed to be the upcoming final blow to the child theming paradigm. Everyone from developers to end-users will be able to roll out custom templates directly from the WordPress admin.</p>\n\n\n\n<p>However, should we be rethinking the role of a hierarchical theming system?</p>\n\n\n\n<p>Full Site Editing is already introducing an extra level to the hierarchy. Traditionally, WordPress theming had a two-tier template hierarchy. In the future, it will add a tier for user-created templates. If that is possible, why not go ahead and throw in grandchild themes? Or, simply do away with such arbitrary limitations altogether?</p>\n\n\n\n<p>A new pull request to the Gutenberg repository essentially <a href=\"https://github.com/WordPress/gutenberg/pull/28131\">creates a multi-theme system</a>. Or, rather, it creates a multi-theme templating system. Aside from the <code>style.css</code>, <code>functions.php</code>, and <code>theme.json</code> files, block-based themes are essentially a collection of templates.</p>\n\n\n\n<p>The patch is proposing that users should be able to opt into this multi-template system. They would have the option to keep templates from an old theme around when they switch to a new one. While not currently implemented in the pull request, he also proposes allowing users to clone templates from their old theme.</p>\n\n\n\n<p>&ldquo;In recent months, there have been whispers around the future possibility of multiple themes being active, templates being &lsquo;themeless,&rsquo; etc.,&rdquo; wrote the patch creator. &ldquo;This branch is an implementation of that. The idea behind this implementation is there can only be one active theme at a time, but the <code>wp_theme</code> taxonomy can be used to link up individual templates / template parts with one or more themes at a time.&rdquo;</p>\n\n\n\n<p>It does not fulfill the dreams of a decade-old grandchild theme system. However, it could provide some precedent for exploring a full hierarchical theme system.</p>\n\n\n\n<p>With the simplification and further standardization of how themes work, we should be dusting off old ideas and shoving them into a new light.</p>\n\n\n\n<p>Full Site Editing will eventually solve the grandchild theme problem regardless of whether it had intended to. With the new tier of custom user templates, the upgradability problem created years ago will simply disappear. Users will be able to readily update their parent and child themes without fear of losing customizations. WordPress will safely store their custom templates in the database. It will even keep their design changes via the Global Styles system. Maybe, just maybe, child themes will begin to reach their initial height of popularity.</p>\n\n\n\n<p>With the proposed system, users could mix and match templates from unrelated themes. If this happens, it begs the question of whether <em>theme</em> templates are even necessary.</p>\n\n\n\n<p>Last year, Rich Tabor opened a discussion on the possibility of a <a href=\"https://richtabor.com/the-future-of-wordpress-themes/\">single master theme</a> for WordPress. In that system, WordPress would create a set of base templates. Theme authors could simply override the pieces that they wanted. They could even pare themes down to simple <code>style.css</code> and <code>theme.json</code> files.</p>\n\n\n\n<p>That almost seems to be a recipe for bland and boring themes. However, if you couple it with a template directory on WordPress.org similar to what GutenbergHub has <a href=\"https://wptavern.com/gutenberg-hub-launches-landing-page-templates-directory\">already introduced</a>, users could pick and choose the templates they want. It could be both wondrous and disastrous, but I would not mind exploring the idea.</p>\n\n\n\n<p>WordPress and its Gutenberg project have a lot of options on the table. Theme building could become interesting in the next year or two.</p>\n\n\n\n<p class=\"is-style-highlight\"><strong>Update:</strong><em> some names have been removed from this post at the request of the people in question.  While this is not standard procedure, they were removed because they were not integral to the story in this instance.</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, 15 Jan 2021 21:04: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:14:\"Justin Tadlock\";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:83:\"WPTavern: New Local Blueprint Enables One-Click Setup for Testing Full Site 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=110252\";s: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:211:\"https://wptavern.com/new-local-blueprint-enables-one-click-setup-for-testing-full-site-editing?utm_source=rss&utm_medium=rss&utm_campaign=new-local-blueprint-enables-one-click-setup-for-testing-full-site-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:5484:\"<p>If you haven&rsquo;t yet tested the Gutenberg team&rsquo;s progress on the full site editing (FSE) project, WordPress developer Carrie Dils has created a <a href=\"https://carriedils.com/full-site-editing-blueprint-for-local/\">blueprint for Local</a> that makes it easy to jump right in. Full site editing is phase 2 on the Gutenberg roadmap and is one of the <a href=\"https://wptavern.com/wordpress-5-7-development-kicks-off-with-focus-on-full-site-editing\">main focuses</a> for WordPress core development in 2021. (Check out <a href=\"https://wptavern.com/what-is-full-site-editing-and-what-does-it-mean-for-the-future-of-wordpress\">What Is Full Site Editing and What Does It Mean for the Future of WordPress</a> for a more in-depth look at why it is critical for end users to provide feedback during its development.)</p>\n\n\n\n<p><a href=\"https://localwp.com/\">Local</a> is one of the most popular free development tools for WordPress that allows users to set up new testing sites with one click, along with a host of more advanced features. Blueprints make it possible for users to save any site as a Blueprint so that it can be used as a quick start setup option later. The blueprint includes all files, databases, config files, and Local settings. Dils&rsquo; <a href=\"https://carriedils.com/full-site-editing-blueprint-for-local/\">full site editing blueprint</a> includes the following: </p>\n\n\n\n<ul><li><a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg</a>&nbsp;plugin (with &ldquo;Full Site Editing&rdquo; experiment enabled)</li><li><a href=\"https://github.com/WordPress/theme-experiments\">WordPress theme experiments</a>&nbsp;(these are themes with support for full site editing) with the Twenty Twenty-One Blocks theme enabled</li><li><a href=\"https://github.com/Automattic/theme-tools/tree/master/gutenberg-test-data\">Gutenberg test data</a>&nbsp;(demo blog posts that use the most common Gutenberg blocks)</li></ul>\n\n\n\n<p>Follow Dils&rsquo; instructions for downloading and installing the FSE blueprint on MacOS or Windows. Local does not yet have an easy way for installing and sharing blueprints to other Local users, so you will need to add it to the right place within the application&rsquo;s files. If you find that you don&rsquo;t have a Blueprints folder, it may be because it is hidden or because you have never created a blueprint before. Once the zip file is in the right location, you will see the full site editing blueprint among the advanced options when you set up a new site: </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Once your site is set up, you can start exploring the brave new world of full site editing. (Be prepared &ndash; it is far from production ready but FSE is at a critical time in its development where it needs testing from real users to be a success.) The Gutenberg plugin may need to be updated to the latest. Your new site editing playground can be launched from the Site Editor menu item. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>On the frontend you will find the Twenty Twenty Blocks theme activated. You can also test using the <a href=\"https://wordpress.org/themes/tt1-blocks/\">Twenty Twenty-One (TT1) Blocks theme</a>, which was added to the WordPress.org Themes directory today, or any of the other experimental block based themes included in the blueprint. Click around, explore the template browser, try editing the template parts, change the global styles, and see how it&rsquo;s coming along. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The current state of full site editing is rough. It&rsquo;s hard to tell a feature from a bug at times, but once you get familiar with navigating it you might consider joining the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">FSE Outreach Experiment</a>. This is an effort to test different aspects of site editing in order to ground the interface in real world feedback as it is developed. For the past few weeks, contributors have been testing the interaction between editing a post versus editing templates. </p>\n\n\n\n<p>Anne McCarthy posted the <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">first call for testing</a> to the&nbsp;<a href=\"https://make.wordpress.org/test/\">Make Test</a>&nbsp;blog with instructions for participants. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>This call for testing is designed to explore the interaction between the two editing experiences (post vs. template editing) to make sure it&rsquo;s clear when you&rsquo;re editing each, granular saving works properly, etc. Ultimately, being able to edit templates like index, single, or archive directly is a huge leap forward compared to what&rsquo;s been possible in the past! Unlocking this level of customization gives you far more control to build the site you want and this call for testing is to help ensure it&rsquo;s as intuitive as possible.</p></blockquote>\n\n\n\n<p>The second testing challenge should be published soon. Anyone can contribute by following along with the test script and leaving comments on the post or <a href=\"https://github.com/WordPress/gutenberg/issues\">logging them as issues on GitHub</a>. Participants are also invited to join the&nbsp;<a href=\"https://make.wordpress.org/core/tag/fse-outreach-experiment/\">#fse-outreach-experiment</a>&nbsp;channel on WordPress Slack for updates or questions regarding testing.</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, 15 Jan 2021 08:21: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: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:73:\"WPTavern: Show and Hide Content via the Block Visibility WordPress 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=110411\";s: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:191:\"https://wptavern.com/show-and-hide-content-via-the-block-visibility-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=show-and-hide-content-via-the-block-visibility-wordpress-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:5736:\"<p class=\"has-drop-cap\">Nick Diego&rsquo;s <a href=\"https://wordpress.org/plugins/block-visibility/\">Block Visibility</a> is not the only plugin to take on the challenge of controlling when blocks are visible on the front end. Other plugins like EditorsKit do a fine job of it. However, Block Visibility is a solution users should not overlook, even if they have already begun testing other options.</p>\n\n\n\n<p>Diego first released the plugin in August 2020. Since then, he has added routine updates that have added value without shifting its focus.</p>\n\n\n\n<p>One of the biggest reasons to use this plugin is that it is a standalone project. It is purely about doing one thing and doing it well. Its settings are all about giving users complete control over how they want to manage block visibility. From my experience with it, the plugin does its job better than alternatives.</p>\n\n\n\n<p>It may not have a large number of installs, but if its five-star rating on WordPress.org is any indication, it at least has a happy user base.</p>\n\n\n\n<p>Diego does have plans for a <a href=\"https://www.blockvisibilitywp.com/premium/\">pro add-on</a>. The tentative release date is set for Spring 2021. He seems to be moving forward with that launch after adding some foundational code in the recent version 1.4 release.</p>\n\n\n\n<p>&ldquo;As Block Visibility grows, there will be advanced and/or niche functionality that will be useful for certain users,&rdquo; wrote Diego in the <a href=\"https://www.blockvisibilitywp.com/whats-new-in-version-1-4/\">1.4 release announcement</a>. &ldquo;Think integrations with other third-party plugins. There will always be a free version of the plugin but some of these additional features will ultimately be provided by a premium (paid) add-on called Block Visibility Pro.&rdquo;</p>\n\n\n\n<p>In my previous job, one of my primary products focused on membership solutions. There is a seemingly endless number of possibilities that users dream up to control content visibility. I have little doubt that a pro add-on is necessary for catching all of the edge cases.</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<p class=\"has-drop-cap\">Block Visibility is easy to use. End-users click a toggle switch, select from a date-picker, or tick a radio box. Their blocks are shown or hidden on the front end based on their selections. It does not get much simpler than that.</p>\n\n\n\n<p>The plugin adds a new &ldquo;Visibility&rdquo; tab for each block, which displays the visibility controls. The exception to this is for inner blocks. For example, the Columns block has controls, but the inner Column blocks do not. However, this can be enabled for inner blocks via the &ldquo;Full Control Mode&rdquo; on the plugin&rsquo;s settings screen.</p>\n\n\n\n<p>There are three primary types of options:</p>\n\n\n\n<ul><li>Hide the block from everyone.</li><li>Time-based start and stop dates for displaying.</li><li>Visibility by user role.</li></ul>\n\n\n\n<img />Block Visibility&rsquo;s controls in the inspector.\n\n\n\n<p>Hiding the block from everyone might be useful for users who are testing on a page or for blocks that are a work in progress. Start and stop dates create the potential for drip or trial content on membership-based sites, especially when combined with the role-based visibility options.</p>\n\n\n\n<p>These basic options will cover the majority of scenarios that the average user will need them for.</p>\n\n\n\n<p>One of the nicer features of the plugin is that it adds a transparent gray overlay, dashed border, and icon to each block that has visibility options set. This is shown when the block is not selected in the editor. It is one of those small touches that make the plugin useful.</p>\n\n\n\n<img />Overlay for blocks with visibility options.\n\n\n\n<p>There is one confusing piece of the UI. There are two instances where there is a &ldquo;public&rdquo; option. That label immediately makes me think that the block should be visible to everyone. However, reading the description is necessary. These options are for showing content to logged-out users only. I would rather see these two options renamed to &ldquo;logged out&rdquo; for clarity.</p>\n\n\n\n<h2>A Promising Future</h2>\n\n\n\n<p class=\"has-drop-cap\">While Block Visibility is a solid plugin right now, we are barely scratching the surface of what will be possible in the long run. In version 1.4, released two weeks ago, Diego added preliminary compatibility with Full Site Editing. This means visibility options will no longer be confined to the post or page content.</p>\n\n\n\n<p>&ldquo;Once every piece of content on a website is a &lsquo;block,&rsquo; you will be able to easily control the visibility of practically anything on a WordPress website,&rdquo; wrote Diego in the version 1.4 announcement post. &ldquo;From dynamic navigation menus to user specific headers and footers, the possibilities are endless!&rdquo;</p>\n\n\n\n<p>Gutenberg&rsquo;s site editor is a beta feature right now, but the plugin&rsquo;s integration seems to already work well. I ran a quick test to show a custom nav menu to shop customers only. I had no problems on my end.</p>\n\n\n\n<img />Setting visibility options for a menu in Gutenberg&rsquo;s site editor.\n\n\n\n<p>Users will not be limited to such basic needs in the future. Imagine showing ads in a sidebar to logged-out users. Imagine adding a time-sensitive holiday sale banner in the header. Imagine designing a homepage template that displays different content to subscribers vs. visitors.</p>\n\n\n\n<p>There are ways to do all of this today by piecing various plugins together, using custom shortcodes, or writing code. However, when an entire site is made of blocks, you only need one method to control anything&rsquo;s visibility. Literally.</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, 14 Jan 2021 22:23: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:14:\"Justin Tadlock\";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:74:\"WPTavern: WordPress Proposal To Align Release Cycle With Industry Standard\";s: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=110354\";s: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:193:\"https://wptavern.com/wordpress-proposal-to-align-release-cycle-with-industry-standard?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-proposal-to-align-release-cycle-with-industry-standard\";s: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:7102:\"<p class=\"has-drop-cap\">Yesterday, Francesca Marano opened a <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">proposal for changing the phases</a> of the core WordPress release cycle. It was a recap of a <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/\">discussion</a> the began in October 2020. The goal is to align the platform&rsquo;s phases with the larger development industry standard.</p>\n\n\n\n<p>Aside from naming, WordPress has mostly followed the software industry in how it tackles its release cycle. Following a well-known convention can make it easier for developers outside of the WordPress ecosystem to transition into it. It would also allow developers to follow cycles of other projects, many of which are WordPress dependencies. This sort of standardization is generally viewed as a good thing throughout the software development world.</p>\n\n\n\n<p>Based on the ongoing discussions since October, there is a consensus on renaming the phases to align with the standard. The following table shows what each phase would be renamed to:</p>\n\n\n\n<table class=\"has-subtle-pale-blue-background-color has-background\"><thead><tr><th class=\"has-text-align-right text-right\">Phase</th><th>Current Name</th><th>Proposed Name</th></tr></thead><tbody><tr><td class=\"has-text-align-right text-right\"><strong>1</strong></td><td>Planning and securing team leads</td><td>Preliminary Planning</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>2</strong></td><td>Development work begins</td><td>Alpha</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>3</strong></td><td>Beta</td><td>Beta</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>4</strong></td><td>Release candidate</td><td>Release Candidate</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>5</strong></td><td>Launch</td><td>General release</td></tr></tbody></table>\n\n\n\n<p>However, this is a two-part proposal. Simply renaming the phases does not change how the release cycle works. To follow the standard strictly, WordPress would need to change when code is committed too.</p>\n\n\n\n<h2>How To Handle the Beta Phase</h2>\n\n\n\n<p class=\"has-drop-cap\">There is one point of contention with how to handle the Beta stage. The standard calls for no additional code changes other than new bug fixes introduced earlier in the cycle. For the WordPress project, this creates a problem.</p>\n\n\n\n<p>WordPress will be 18 years old this year. Over the years, it has racked up a ton of older bugs. These are often fixed later in the cycle, sometimes during the Beta stage. These older bugs may not have been a part of the Preliminary Planning phase, but does that mean they should wait until the next release to go in? Strictly following the proposal, they should be put on hold.</p>\n\n\n\n<p>It would also introduce a hard freeze on any enhancements set for the release but incomplete.</p>\n\n\n\n<p>&ldquo;I worry that we aren&rsquo;t allowing space for older bugs that aren&rsquo;t specific to the planned features in the release,&rdquo; wrote Josepha Haden in a <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/#comment-40391\">comment on the initial discussion</a>. &ldquo;I also worry that by calling hard freeze earlier in the process we narrow the window for feature inclusion too much. I don&rsquo;t like limiting ourselves to feature specific bugs right now, since that excludes so many of our volunteer contributors. It&rsquo;s harder to work on features since they are complex and fast-moving, and older bugs present more opportunities for casual contributors.&rdquo;</p>\n\n\n\n<p>On the flip side, there is potential that a bug fix could introduce new, unforeseen bugs. The later it is added during Beta, the less likely such bugs are noticed before the General Release phase. Waiting for the next cycle provides more time for testing.</p>\n\n\n\n<p>One of the benefits of this system is that almost no new bugs would be created during Beta. This would allow volunteers to shift more efforts to testing and fixing issues that emerged in Alpha.</p>\n\n\n\n<p>WordPress has always marched to the beat of its own drum. It can more closely follow standards while breaking free from strict confines when it makes sense to do so for the project. Beta-stage bug fixes not intended for a particular release could be handled on a case-by-case basis. We have people in leadership positions who are capable of making these calls when they arise. With automatic updates for minor releases, I am less concerned about late-stage bugs.</p>\n\n\n\n<p>Tonya Mork <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/#comment-40380\">proposed two solutions</a> for defect work to continue in and around the release cycle. Both would require that WordPress branch off at Beta, providing contributors an avenue to push forward fixing bugs.</p>\n\n\n\n<p>The first proposal calls for an earlier feature freeze, providing two or three weeks before Beta 1. This period at the end of the Alpha phase would be solely dedicated to defect work.</p>\n\n\n\n<p>The second solution moves this defect work to overlap the previous release&rsquo;s Beta and Release Candidate. This allows work to continue during the time between major releases. It could also shorten the overall major release cycle.</p>\n\n\n\n<p>This second solution is also consistent with Joost de Valk&rsquo;s thoughts on handling defect work. &ldquo;I think we should just branch off earlier, and keep trunk open for normal business,&rdquo; <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/#comment-40393\">he said on the proposal</a>. &ldquo;That way, <em>everything</em> can be worked on all the time, but it won&rsquo;t be included in the next release depending on when you commit it. That&rsquo;s fine, every piece of open source software I know in the world works like that, except for WordPress.&rdquo;</p>\n\n\n\n<p>Many plugin and theme developers already find it tough to keep up when changes drop in the Beta or Release Candidate phases. Having a clear and defined point where changes land will benefit the extension ecosystem, also helping end-users in the long run. This second solution would do that.</p>\n\n\n\n<p>There is nothing wrong with combining both solutions either.  Since the plan would be to branch off at the Beta phase, the second solution is already in place by the act of branching.  The real discussion is over whether the project should dedicate a block of time during its Alpha stage that focuses purely on bug fixes.</p>\n\n\n\n<p>Comments on the proposal are open through January 20 before moving toward a final decision.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>The next proposal: <a href=\"https://semver.org/\">semantic versioning</a>, anyone? <em>Anyone? Is this thing on?</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:\"Wed, 13 Jan 2021 21:52: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:14:\"Justin Tadlock\";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:97:\"WPTavern: WPScan Can Now Assign CVE Numbers for WordPress Core, Plugin, and Theme Vulnerabilities\";s: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=110347\";s: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:235:\"https://wptavern.com/wpscan-can-now-assign-cve-numbers-for-wordpress-core-plugin-and-theme-vulnerabilities?utm_source=rss&utm_medium=rss&utm_campaign=wpscan-can-now-assign-cve-numbers-for-wordpress-core-plugin-and-theme-vulnerabilities\";s: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:3148:\"<p><a href=\"https://wpscan.com/\">WPScan</a>, a security company that maintains a database of WordPress vulnerabilities, has been officially designated as a CVE (Common Vulnerability and Exposures) Numbering Authority (CNA). The company joins <a href=\"https://cve.mitre.org/cve/request_id.html#cna_participants\">151</a>&nbsp;organizations from&nbsp;<a href=\"https://cve.mitre.org/cve/cna.html#cnas_growth\">25</a>&nbsp;countries that participate in the <a href=\"https://cve.mitre.org/\">CVE Program</a> as CNAs. These organizations are authorized to assign&nbsp;<a href=\"https://cve.mitre.org/about/terminology.html#cve_id\">CVE Identifiers (CVE IDs)</a>&nbsp;to vulnerabilities within their own distinct scopes of work, contributing to CVE&rsquo;s <a href=\"https://cve.mitre.org/cve/\">list</a>&nbsp;of records for publicly known security vulnerabilities.</p>\n\n\n\n<p>WPScan&rsquo;s scope includes WordPress core, plugin, and theme vulnerabilities. The company has catalogued more than 21,905 vulnerabilities since 2014 in its database, which it makes available to the community through an API. That API is also used by the <a href=\"https://wordpress.org/plugins/wpscan/\">WPScan Security Scanner</a> plugin, which is installed on 5,000+ websites. </p>\n\n\n\n<p>Being designated as a CNA helps WPScan better manage WordPress vulnerabilities by assigning them unique IDs that are recognized across the industry.</p>\n\n\n\n<p>&ldquo;Asking MITRE to assign CVEs for each of our vulnerabilities would have been too time consuming in the past,&rdquo; WPScan founder and CEO Ryan Dewhurst said. &ldquo;Although some security researchers will go through this process directly with MITRE, we didn&rsquo;t due to the volume of vulnerabilities we have to manage. And security researchers only requested them themselves very rarely. The new process means that we ourselves can assign CVE numbers directly to vulnerabilities. This will result in many more WordPress related vulnerabilities being assigned CVE numbers.&rdquo;</p>\n\n\n\n<p>WPScan is a team of three security researchers who come from penetration testing backgrounds and have worked within security consulting for the past 10 to 15 years. The company started with a simple Ruby script in 2011, which identified vulnerabilities in self-hosted WordPress sites. For the past two years, Automattic has sponsored the company&rsquo;s efforts in maintaining the database, as WPScan has transitioned to become a sustainable business by selling access to its API.</p>\n\n\n\n<p>Dewhurst said the company&rsquo;s customers include &ldquo;some of the biggest security plugins and hosting companies in the world,&rdquo; but many of them don&rsquo;t advertise the fact that use a third-party to source the vulnerabilities. Most of WPScan&rsquo;s enterprise customers are security plugins, companies, and hosts that integrate data from the vulnerability database into their own products and services.</p>\n\n\n\n<p>&ldquo;Our business is doing well,&rdquo; he said. &ldquo;Right now we are trying to find the right balance between being a business and making money, while also benefiting the community as much as possible.&rdquo; </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, 13 Jan 2021 20:52:12 +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: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:73:\"WPTavern: Google Introduces Performance Report for Google News Publishers\";s: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=110267\";s: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:191:\"https://wptavern.com/google-introduces-performance-report-for-google-news-publishers?utm_source=rss&utm_medium=rss&utm_campaign=google-introduces-performance-report-for-google-news-publishers\";s: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:2915:\"<p>Google has <a href=\"https://developers.google.com/search/blog/2021/01/google-news-performance-report\">launched</a> a new Search Console performance report for sites that appear in Google News. Publishers can now track clicks, impressions, and CTR for traffic coming from <a href=\"https://news.google.com/\">news.google.com</a> and the Google News apps for Android and iOS.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The report helps publishers see how often their articles appear to users in Google News and which ones performed the best. It also includes breakdowns for countries, devices, and dates to give publishers a better overall understanding of how visitors are interacting with their content through Google News. Although the date period defaults to the last three months, the data only goes as far back as December 15, 2020.</p>\n\n\n\n<p>In the past, publishers had to submit their sites to be eligible for inclusion in Google News but the policy <a href=\"https://support.google.com/news/publisher-center/answer/9607025\">changed in 2019</a>. Sites are now automatically considered for Top stories or the News tab of Search as long as they &ldquo;produce high-quality content and comply with Google News content policies.&rdquo; </p>\n\n\n\n<p>This new report does not include stats from the News tab on Google Search. That information was added in July 2020, when Google updated the Performance report section of its Search Console to allow publishers to filter by News. This screen also lets users compare different traffic sources, i.e. Web vs News to see the impact of articles showing up under the News tab.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The new report can be grouped by dimensions to get more specific information with different combinations of date ranges, reader locations, devices, and pages. For example, you can get a detailed look at clicks, impressions, and average CTR on a per country basis. This can also be filtered for one certain article to explore more narrow branches of the content&rsquo;s reach.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Publishers who are using AMP will want to note that this new report includes data from the canonical URL. If you have multiple versions for different devices, the report contains data for both:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Data will only be shown in the property that contains the canonical URL. Therefore, if you have both&nbsp;AMP and desktop versions of a page, the desktop property (which is usually the canonical property) will contain all the data for both AMP and desktop clicks, impressions, and CTR.</p></blockquote>\n\n\n\n<p>Google has published a <a href=\"https://support.google.com/webmasters/answer/10083653?hl=en&ref_topic=9384513\">help document</a> with more information on configuring the report, data discrepancies, and how to filter and compare data across groups.</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, 13 Jan 2021 03:54: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: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:\"Sat, 06 Feb 2021 06:45:21 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sat, 06 Feb 2021 06:30:15 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20200502025608\";}', 'no');
INSERT INTO `nufsty_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(141, 'can_compress_scripts', '0', 'no'),
(142, 'recently_activated', 'a:0:{}', 'yes'),
(148, 'finished_updating_comment_type', '1', 'yes'),
(194, 'oxygen-vsb-activated', '1', 'yes'),
(151, 'oxygen_rewrite_rules_updated', '1', 'yes'),
(152, 'oxygen_vsb_disable_emojis', 'true', 'yes'),
(153, 'oxygen_vsb_disable_jquery_migrate', 'true', 'yes'),
(154, 'oxygen_vsb_disable_embeds', 'false', 'yes'),
(155, 'oxygen_vsb_use_css_for_google_fonts', 'true', 'yes'),
(156, 'oxygen_vsb_universal_css_cache', 'true', 'yes'),
(157, 'oxygen_aos_classes', '', 'yes'),
(158, 'oxygen_vsb_universal_css_cache_success', '1', 'yes'),
(159, 'oxygen_vsb_universal_css_url', '//newgen.stun.tech/wp-content/uploads/oxygen/css/universal.css', 'yes'),
(160, 'oxygen_vsb_last_save_time', '1604910335', 'yes'),
(161, 'oxygen_vsb_universal_css_latest_version', '2.1', 'yes'),
(162, 'oxygen_vsb_presets_updated_3_3', '1', 'yes');
INSERT INTO `nufsty_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(163, 'oxygen_vsb_element_presets', 'a:3:{s:12:\"oxy_comments\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"Default\";s:4:\"slug\";s:7:\"default\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:0:\"\";}}}i:1;a:3:{s:4:\"name\";s:14:\"Grey Highlight\";s:4:\"slug\";s:14:\"grey-highlight\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:1246:\"\n.oxy-comments li.comment .comment-body .comment-content {\n  border: 1px solid #eee;\n  padding: 1.5em;\n  margin-top: 1.5em;\n  border-radius: 3px;\n  background-color: #fafafa;\n  margin-bottom: 0;\n}\n\n.oxy-comments li.comment .comment-body {\n  margin-bottom: 35px;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p {\n  margin-top: 0;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p:last-child {\n  margin-bottom: 0;\n}\n\n.oxy-comments .reply {\n  display: flex;\n  margin: 0;\n}\n\n.oxy-comments .reply .comment-reply-link {\n  margin-left: auto;\n  font-size: .75em;\n  background-color: #eee;\n  margin-right: 1em;\n  padding: 5px 10px;\n  border-bottom-left-radius: 3px;\n  border-bottom-right-radius: 3px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta {\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n  justify-content: space-between;\n}\n\n.oxy-comments .comment-meta .comment-metadata {\n  margin: 0;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  max-width: 50px;\n  max-height: 50px;\n  border-radius: 50%;\n  border: 1px solid #eee;\n  padding: 2px;\n}\n\n.oxy-comments .comment-meta .comment-author span.says {\n  display: none;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.35);\n}\n\";}}}i:2;a:3:{s:4:\"name\";s:12:\"White Blocks\";s:4:\"slug\";s:12:\"white-blocks\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:705:\"\n.oxy-comments li.comment {\n  padding: 40px;\n  background-color: white;\n  border-radius: 5px;\n  box-shadow: rgba(0,0,0,0.04) 0px 0px 10px 0px;\n  border: 1px solid #eee;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.5);\n}\n\n.oxy-comments .comment-meta .comment-author {\n  border-bottom: 1px solid #eee;\n  padding-bottom: 20px;\n  margin-bottom: 20px;\n}\n\n.oxy-comments li.comment.even {\n  background-color: #fafafa;\n}\n\n.oxy-comments ol.comments-list > li.comment {\n  margin-bottom: 40px;\n}\n\n\n.comment-reply-link {\n  border: 1px solid;\n  padding: 0.75em 1.5em;\n  border-radius: 2px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  border-radius: 50%;\n}\";}}}}s:14:\"oxy_posts_grid\";a:17:{i:0;a:3:{s:4:\"name\";s:23:\"Grid - Image - Standard\";s:4:\"slug\";s:19:\"grid-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:859:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:1415:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  width: 33.33%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:1;a:3:{s:4:\"name\";s:46:\"Grid - Image w/ Animated Dark Gradient Overlay\";s:4:\"slug\";s:24:\"grid-image-dark-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:717:\"<div class=\'oxy-post\'>\n  \n  <div class=\'oxy-post-padding\'>\n    \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n      \n      <div class=\'oxy-post-content-and-link-wrap\'>\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n      </div>\n      \n    </div>\n    \n  </div>\n\n</div>\";s:8:\"code-css\";s:1652:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  position: relative;\n  margin: 1em;\n  display: flex;\n  position: relative;\n  flex-direction: column;\n  overflow: hidden;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  position: absolute;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  padding: 2em;\n  pointer-events: none;\n  padding-top: 200px;\n  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 300px);\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;\n}\n\n%%EPID%% .oxy-post-content-and-link-wrap {\n  opacity: 0;\n  max-height: 0px;\n  overflow: hidden;\n  transition: 1s ease-in-out opacity, 1s ease-in-out max-height;\n}\n\n%%EPID%% .oxy-post-padding:hover .oxy-post-content-and-link-wrap {\n  opacity: 1;\n  max-height: 400px;\n}\n\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n  margin-bottom: 0.5em;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:5:\"white\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:2;a:3:{s:4:\"name\";s:32:\"Grid - Image w/ Gradient Overlap\";s:4:\"slug\";s:19:\"grid-image-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1644:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 70%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1) 150px);\n  padding: 2em;\n  padding-top: 100px;\n  align-self: stretch;\n  margin-top: -150px;\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;  \n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:3;a:3:{s:4:\"name\";s:33:\"Grid - Image w/ Rectangle Overlap\";s:4:\"slug\";s:30:\"grid-image-w-rectangle-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1514:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:6:\"tablet\";}}}i:4;a:3:{s:4:\"name\";s:29:\"Grid - Image w/ Title Overlay\";s:4:\"slug\";s:26:\"grid-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:398:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-padding\'>\n    <div class=\'oxy-post-image\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>            \n	</div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n  </div>\n</a>\";s:8:\"code-css\";s:1148:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  margin: 1em;\n  overflow: hidden;\n  position: relative;\n}\n\n\n%%EPID%% .oxy-post-image {\n  transition: 0.5s ease-in-out all;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-image {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  transition: 0.5s ease-in-out all;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-overlay {\n  background-color: rgba(0,0,0,0.25);\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:5;a:3:{s:4:\"name\";s:20:\"List - Image on Left\";s:4:\"slug\";s:18:\"list-image-on-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1014:\"<div class=\'oxy-post\'>\n\n  <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n  </a>\n\n  \n  <div class=\'oxy-post-wrap\'>\n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<!--div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div-->\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			By <?php the_author(); ?>\n		</div>\n\n		<!--div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div-->\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n  </div>\n  \n</div>\";s:8:\"code-css\";s:1674:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 6em;\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n}\n\n%%EPID%% .oxy-post-wrap {\n  width: 100%;\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n}\n\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 40%;\n  flex-shrink: 0;\n  flex-grow: 0;\n  margin-right: 2em;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-post {\n    flex-direction: column;\n  }\n  %%EPID%% .oxy-post-image {\n    width: 100%;\n    margin-bottom: 1em;\n    margin-right: 0;\n  }\n  %%EPID%% .oxy-post-image-fixed-ratio {\n    padding-bottom: 56%;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:9:\"text link\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:6;a:3:{s:4:\"name\";s:26:\"List - Standard (Centered)\";s:4:\"slug\";s:22:\"list-standard-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:772:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:7;a:3:{s:4:\"name\";s:22:\"List - Standard (Left)\";s:4:\"slug\";s:18:\"list-standard-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:774:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:8;a:3:{s:4:\"name\";s:36:\"List w/ Rectangle Overlap (Centered)\";s:4:\"slug\";s:33:\"list-w-rectangle-overlap-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1556:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  justify-content: center;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:9;a:3:{s:4:\"name\";s:32:\"List w/ Rectangle Overlap (left)\";s:4:\"slug\";s:29:\"list-w-rectangle-overlap-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1531:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:10;a:3:{s:4:\"name\";s:26:\"Masonry - Image - Standard\";s:4:\"slug\";s:22:\"masonry-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:722:\"<div class=\'oxy-post\'>\n  \n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:980:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:11;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:12;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:13;a:3:{s:4:\"name\";s:32:\"Masonry - Image w/ Title Overlay\";s:4:\"slug\";s:29:\"masonry-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:289:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-background\'>\n	  <img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' />  \n  </div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n</a>\";s:8:\"code-css\";s:1034:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 2em;\n  break-inside: avoid;\n  position: relative;\n  overflow: hidden;\n  display: flex;\n  background-color: #000;\n}\n\n%%EPID%% .oxy-post-background {\n  transition: 0.5s ease-in-out all;\n  line-height: 0;\n  min-height: 150px;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-background {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-image {\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  -webkit-font-smoothing: antialiased;\n}\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:14;a:3:{s:4:\"name\";s:26:\"Timeline - Title & Excerpt\";s:4:\"slug\";s:17:\"timeline-template\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:323:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:15;a:3:{s:4:\"name\";s:33:\"Timeline - Title & Featured Image\";s:4:\"slug\";s:18:\"timeline-template2\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:462:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n            <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n            </div>\n        </a>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:16;a:3:{s:4:\"name\";s:42:\"Timeline - Title, Featured Image & Excerpt\";s:4:\"slug\";s:18:\"timeline-template3\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:553:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n            <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n            </div>\n        </a>\n\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}}s:12:\"oxy-pro-menu\";a:10:{i:0;a:4:{s:4:\"name\";s:14:\"Slide to Right\";s:4:\"slug\";s:14:\"slide-to-right\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:66:{s:7:\"menu_id\";s:2:\"31\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"16\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dddddd\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dddddd\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:1:\"4\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:1:\"4\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:11:\"slide-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"4\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"4\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"64\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"64\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#f8f8f8\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#ff0000\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:22:\"globalConditionsResult\";b:1;s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#eeeeee\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:2:\"-8\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:1:\"0\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_dropdown_icon_item_margin_margin-right\";s:1:\"0\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:1:\"8\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dddddd\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dddddd\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#ff0000\";}}}i:1;a:4:{s:4:\"name\";s:18:\"Desktop and Mobile\";s:4:\"slug\";s:18:\"desktop-and-mobile\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:75:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:23:\"menu_dropdown_animation\";s:12:\"zoom-in-down\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:27:\"Lineariconsicon-menu-circle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:28:\"Lineariconsicon-cross-circle\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:13:\"border-radius\";s:1:\"8\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:4:\"hide\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:4:\"left\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"32\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dedede\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dedede\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:16:\"background-color\";s:4:\"#eee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"32\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:40:\"oxy-pro-menu_menu_item_margin_margin-top\";s:1:\"0\";s:41:\"oxy-pro-menu_menu_item_margin_margin-left\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_margin_margin-bottom\";s:1:\"0\";s:42:\"oxy-pro-menu_menu_item_margin_margin-right\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dedede\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dedede\";}}}i:2;a:4:{s:4:\"name\";s:16:\"Desktop Vertical\";s:4:\"slug\";s:16:\"desktop-vertical\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:33:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:5:\"never\";s:24:\"oxy-pro-menu_orientation\";s:8:\"Vertical\";s:16:\"background-color\";s:7:\"#eeeeee\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dedede\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_dropdown_icon\";s:29:\"FontAwesomeicon-chevron-right\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#dddddd\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:2:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dedede\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#dddddd\";}}}i:3;a:4:{s:4:\"name\";s:10:\"Minimalism\";s:4:\"slug\";s:10:\"minimalism\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:55:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#dedede\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#d1d1d1\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#eeeeee\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:6:\"center\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#dedede\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#d1d1d1\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"8\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:2:\"12\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:2:\"12\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#dddddd\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:26:\"oxy-pro-menu_dropdown_icon\";s:26:\"FontAwesomeicon-arrow-down\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"900\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dddddd\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ff0000\";}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#d1d1d1\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#d1d1d1\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dddddd\";}}}i:4;a:4:{s:4:\"name\";s:12:\"Flip to Left\";s:4:\"slug\";s:12:\"flip-to-left\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"2\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:16:\"background-color\";s:7:\"#eaeaea\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:1:\"1\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:102:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-decoration\";s:4:\"none\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"12\";s:23:\"menu_dropdown_animation\";s:9:\"fade-left\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:53:\"oxy-pro-menu_dropdown_child_item_padding_padding-left\";s:2:\"12\";s:54:\"oxy-pro-menu_dropdown_child_item_padding_padding-right\";s:2:\"12\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"16\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:24:\"FontAwesomeicon-th-large\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"600\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:10:\"flip-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#dddddd\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:5:\"Right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"600\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#cccccc\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#bbbbbb\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#d3d3d3\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"0\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"0\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#bbbbbb\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#d3d3d3\";}}}i:5;a:4:{s:4:\"name\";s:13:\"Music Teacher\";s:4:\"slug\";s:13:\"music-teacher\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:92:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#180700\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"3\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#13c5df\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"Lineariconsicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#2f201a\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:15:\"rgba(0,0,0,0.1)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#2f201a\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:23:\"menu_dropdown_animation\";s:7:\"fade-up\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"14\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#13c5df\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#2f201a\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"24\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#2f201a\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#3d2e2d\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:65:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-size\";s:2:\"14\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"3\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"3\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:4:\"Menu\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:16:\"rgba(24,7,0,0.9)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:14:\"zoom-out-right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"80\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"80\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"12\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"12\";s:110:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:111:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff668d\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#13c5df\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#2f201a\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#13c5df\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#3d2e2d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff668d\";}}}i:6;a:4:{s:4:\"name\";s:16:\"Marketing Agency\";s:4:\"slug\";s:16:\"marketing-agency\";s:10:\"is_default\";b:1;s:7:\"options\";a:3:{s:8:\"original\";a:65:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(252,0,255,0.89)\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(0,219,222,0.91)\";}}s:12:\"linear-angle\";s:3:\"140\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"16\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"300\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:21:\"rgba(255,255,255,0.2)\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:24:\"Lineariconsicon-bookmark\";s:11:\"padding-top\";s:1:\"4\";s:12:\"padding-left\";s:1:\"4\";s:13:\"padding-right\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#5a58a3\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"0\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ec2758\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:7:\"#3c3876\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.14)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"-90\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_letter-spacing\";s:1:\"1\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-list\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#ffffff\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#3c3876\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#ffffff\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#3c3876\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#ffffff\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(60,56,118,0.98)\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#ffffff\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:12:\"show in line\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:21:\"rgba(255,255,255,0.2)\";s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ec2758\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#ffffff\";}s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:6:{s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}}}}}i:7;a:4:{s:4:\"name\";s:6:\"Winery\";s:4:\"slug\";s:6:\"winery\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:16:\"background-color\";s:7:\"#48303e\";s:11:\"padding-top\";s:1:\"8\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:14:\"padding-bottom\";s:1:\"8\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.3\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#75455d\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#75455d\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:26:\"oxy-pro-menu_dropdown_icon\";s:33:\"FontAwesomeicon-angle-double-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#cc5972\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#cc5972\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:4:\"none\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#75455d\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#cc5972\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#75455d\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#cc5972\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:19:\"rgba(72,48,62,0.98)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:12:\"zoom-in-left\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"1\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"0\";}s:5:\"hover\";a:5:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#75455d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#cc5972\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#cc5972\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#cc5972\";}}}i:8;a:4:{s:4:\"name\";s:10:\"Conference\";s:4:\"slug\";s:10:\"conference\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:84:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:15:\"phone-landscape\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#ff4c1c\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#d7193d\";}}s:12:\"linear-angle\";s:3:\"240\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ff7f0d\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#d7193d\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#d7193d\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff4c1c\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"700\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:36:\"FontAwesomeicon-caret-square-o-right\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"20\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"4\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"700\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"1\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:35:\"FontAwesomeicon-caret-square-o-left\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"20\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"4\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(215,25,61,0.95)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"700\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"1\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"20\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.3\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\";s:7:\"#f9c5af\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_style\";s:5:\"solid\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:25:\"menu_off_canvas_animation\";s:10:\"fade-right\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ff7f0d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff4c1c\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";}}}i:9;a:4:{s:4:\"name\";s:9:\"Financial\";s:4:\"slug\";s:9:\"financial\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:64:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#eff4f7\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#2b2c27\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.5\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#566d8f\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ffffff\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#65bec2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#65bec2\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:114:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:113:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-chevron-circle-down\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#65bec2\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#ffffff\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:9:\"color(52)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#65bec2\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#566d8f\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:22:\"rgba(255,255,255,0.96)\";s:23:\"oxy-pro-menu_off_canvas\";s:5:\"false\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:11:\"transparent\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#566d8f\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#566d8f\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#65bec2\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#566d8f\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#566d8f\";}}}}}', 'yes');
INSERT INTO `nufsty_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(245, 'oxygen_vsb_presets_updated_3_4', '1', 'yes'),
(164, 'oxygen_license_key', '711b98a2c1875d1f9baa0e78294cdb4f', 'yes'),
(165, 'oxygen_license_updated', '1', 'yes'),
(166, 'oxygen_vsb_css_cache_generated_2_2', 'true', 'yes'),
(167, 'oxygen_vsb_global_colors', 'a:4:{s:15:\"colorsIncrement\";i:16;s:13:\"setsIncrement\";i:3;s:6:\"colors\";a:16:{i:0;a:4:{s:2:\"id\";i:12;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:3;}i:1;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:13:\"Catalina Blue\";s:5:\"value\";s:7:\"#2a445a\";s:3:\"set\";i:2;}i:2;a:4:{s:2:\"id\";i:2;s:4:\"name\";s:16:\"White Transluent\";s:5:\"value\";s:21:\"rgba(255,255,255,0.6)\";s:3:\"set\";i:2;}i:3;a:4:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:2;}i:4;a:4:{s:2:\"id\";i:4;s:4:\"name\";s:9:\"Iris Blue\";s:5:\"value\";s:7:\"#07adb7\";s:3:\"set\";i:2;}i:5;a:4:{s:2:\"id\";i:5;s:4:\"name\";s:9:\"Dove Gray\";s:5:\"value\";s:7:\"#666666\";s:3:\"set\";i:2;}i:6;a:4:{s:2:\"id\";i:6;s:4:\"name\";s:6:\"Shadow\";s:5:\"value\";s:15:\"rgba(0,0,0,0.2)\";s:3:\"set\";i:2;}i:7;a:4:{s:2:\"id\";i:7;s:4:\"name\";s:5:\"Polar\";s:5:\"value\";s:7:\"#f6fafd\";s:3:\"set\";i:2;}i:8;a:4:{s:2:\"id\";i:8;s:4:\"name\";s:11:\"Wild Willow\";s:5:\"value\";s:7:\"#b2d27d\";s:3:\"set\";i:2;}i:9;a:4:{s:2:\"id\";i:9;s:4:\"name\";s:6:\"Keppel\";s:5:\"value\";s:7:\"#31b1ac\";s:3:\"set\";i:2;}i:10;a:4:{s:2:\"id\";i:10;s:4:\"name\";s:9:\"Tradewind\";s:5:\"value\";s:7:\"#5abc9c\";s:3:\"set\";i:2;}i:11;a:4:{s:2:\"id\";i:11;s:4:\"name\";s:6:\"DeYork\";s:5:\"value\";s:7:\"#8ec98a\";s:3:\"set\";i:2;}i:12;a:4:{s:2:\"id\";i:13;s:4:\"name\";s:13:\"Fountain Blue\";s:5:\"value\";s:7:\"#65bec2\";s:3:\"set\";i:3;}i:13;a:4:{s:2:\"id\";i:14;s:4:\"name\";s:11:\"Hippie Blue\";s:5:\"value\";s:7:\"#6799b2\";s:3:\"set\";i:3;}i:14;a:4:{s:2:\"id\";i:15;s:4:\"name\";s:11:\"Heavy Metal\";s:5:\"value\";s:7:\"#2b2c27\";s:3:\"set\";i:3;}i:15;a:4:{s:2:\"id\";i:16;s:4:\"name\";s:12:\"Waikawa Gray\";s:5:\"value\";s:7:\"#566d8f\";s:3:\"set\";i:3;}}s:4:\"sets\";a:3:{i:0;a:2:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"Global Colors\";}i:1;a:2:{s:2:\"id\";i:2;s:4:\"name\";s:7:\"hosting\";}i:2;a:2:{s:2:\"id\";i:3;s:4:\"name\";s:6:\"atomic\";}}}', 'yes');
INSERT INTO `nufsty_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(168, 'ct_svg_sets', 'a:2:{s:12:\"Font Awesome\";s:579449:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"FontAwesomeicon-asterisk\" viewBox=\"0 0 26 28\">\n<title>asterisk</title>\n<path d=\"M23.156 16.406c0.953 0.547 1.281 1.781 0.734 2.734l-1 1.719c-0.547 0.953-1.781 1.281-2.734 0.734l-4.156-2.391v4.797c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-4.797l-4.156 2.391c-0.953 0.547-2.187 0.219-2.734-0.734l-1-1.719c-0.547-0.953-0.219-2.188 0.734-2.734l4.156-2.406-4.156-2.406c-0.953-0.547-1.281-1.781-0.734-2.734l1-1.719c0.547-0.953 1.781-1.281 2.734-0.734l4.156 2.391v-4.797c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v4.797l4.156-2.391c0.953-0.547 2.188-0.219 2.734 0.734l1 1.719c0.547 0.953 0.219 2.188-0.734 2.734l-4.156 2.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus\" viewBox=\"0 0 22 28\">\n<title>plus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-6.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h6.5v-6.5c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5v6.5h6.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question\" viewBox=\"0 0 17 28\">\n<title>question</title>\n<path d=\"M11 19.625v3.75c0 0.344-0.281 0.625-0.625 0.625h-3.75c-0.344 0-0.625-0.281-0.625-0.625v-3.75c0-0.344 0.281-0.625 0.625-0.625h3.75c0.344 0 0.625 0.281 0.625 0.625zM15.937 10.25c0 2.969-2.016 4.109-3.5 4.937-0.922 0.531-1.5 1.609-1.5 2.063v0c0 0.344-0.266 0.75-0.625 0.75h-3.75c-0.344 0-0.562-0.531-0.562-0.875v-0.703c0-1.891 1.875-3.516 3.25-4.141 1.203-0.547 1.703-1.062 1.703-2.063 0-0.875-1.141-1.656-2.406-1.656-0.703 0-1.344 0.219-1.687 0.453-0.375 0.266-0.75 0.641-1.672 1.797-0.125 0.156-0.313 0.25-0.484 0.25-0.141 0-0.266-0.047-0.391-0.125l-2.562-1.953c-0.266-0.203-0.328-0.547-0.156-0.828 1.687-2.797 4.062-4.156 7.25-4.156 3.344 0 7.094 2.672 7.094 6.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus\" viewBox=\"0 0 22 28\">\n<title>minus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-19c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h19c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glass\" viewBox=\"0 0 28 28\">\n<title>glass</title>\n<path d=\"M26.547 2.906c0 0.453-0.359 0.906-0.672 1.219l-9.875 9.875v12h5c0.547 0 1 0.453 1 1s-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1s0.453-1 1-1h5v-12l-9.875-9.875c-0.313-0.313-0.672-0.766-0.672-1.219 0-0.766 0.969-0.906 1.547-0.906h22c0.578 0 1.547 0.141 1.547 0.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-music\" viewBox=\"0 0 24 28\">\n<title>music</title>\n<path d=\"M24 3.5v17.5c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-8.391l-12 3.703v11.078c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-15.109c0-0.656 0.438-1.234 1.062-1.437l13-4c0.141-0.047 0.281-0.063 0.438-0.063 0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search\" viewBox=\"0 0 26 28\">\n<title>search</title>\n<path d=\"M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.094-0.906 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-o\" viewBox=\"0 0 28 28\">\n<title>envelope-o</title>\n<path d=\"M26 23.5v-12c-0.328 0.375-0.688 0.719-1.078 1.031-2.234 1.719-4.484 3.469-6.656 5.281-1.172 0.984-2.625 2.188-4.25 2.188h-0.031c-1.625 0-3.078-1.203-4.25-2.188-2.172-1.813-4.422-3.563-6.656-5.281-0.391-0.313-0.75-0.656-1.078-1.031v12c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM26 7.078c0-0.391 0.094-1.078-0.5-1.078h-23c-0.266 0-0.5 0.234-0.5 0.5 0 1.781 0.891 3.328 2.297 4.438 2.094 1.641 4.188 3.297 6.266 4.953 0.828 0.672 2.328 2.109 3.422 2.109h0.031c1.094 0 2.594-1.437 3.422-2.109 2.078-1.656 4.172-3.313 6.266-4.953 1.016-0.797 2.297-2.531 2.297-3.859zM28 6.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart\" viewBox=\"0 0 28 28\">\n<title>heart</title>\n<path d=\"M14 26c-0.25 0-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313 0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star\" viewBox=\"0 0 26 28\">\n<title>star</title>\n<path d=\"M26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.406-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-o\" viewBox=\"0 0 26 28\">\n<title>star-o</title>\n<path d=\"M17.766 15.687l4.781-4.641-6.594-0.969-2.953-5.969-2.953 5.969-6.594 0.969 4.781 4.641-1.141 6.578 5.906-3.109 5.891 3.109zM26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.422-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user\" viewBox=\"0 0 20 28\">\n<title>user</title>\n<path d=\"M20 21.859c0 2.281-1.5 4.141-3.328 4.141h-13.344c-1.828 0-3.328-1.859-3.328-4.141 0-4.109 1.016-8.859 5.109-8.859 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c4.094 0 5.109 4.75 5.109 8.859zM16 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-film\" viewBox=\"0 0 30 28\">\n<title>film</title>\n<path d=\"M6 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 25v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM6 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 13v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM28 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM30 4.5v21c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-21c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-large\" viewBox=\"0 0 26 28\">\n<title>th-large</title>\n<path d=\"M12 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM12 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th\" viewBox=\"0 0 28 28\">\n<title>th</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-list\" viewBox=\"0 0 28 28\">\n<title>th-list</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check\" viewBox=\"0 0 28 28\">\n<title>check</title>\n<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-close\" viewBox=\"0 0 22 28\">\n<title>close</title>\n<path d=\"M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-plus\" viewBox=\"0 0 26 28\">\n<title>search-plus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-3.5v3.5c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-3.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h3.5v-3.5c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5v3.5h3.5c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-minus\" viewBox=\"0 0 26 28\">\n<title>search-minus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-9c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h9c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-power-off\" viewBox=\"0 0 24 28\">\n<title>power-off</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12s-12-5.391-12-12c0-3.797 1.75-7.297 4.797-9.578 0.891-0.672 2.141-0.5 2.797 0.391 0.672 0.875 0.484 2.141-0.391 2.797-2.031 1.531-3.203 3.859-3.203 6.391 0 4.406 3.594 8 8 8s8-3.594 8-8c0-2.531-1.172-4.859-3.203-6.391-0.875-0.656-1.062-1.922-0.391-2.797 0.656-0.891 1.922-1.062 2.797-0.391 3.047 2.281 4.797 5.781 4.797 9.578zM14 2v10c0 1.094-0.906 2-2 2s-2-0.906-2-2v-10c0-1.094 0.906-2 2-2s2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-signal\" viewBox=\"0 0 28 28\">\n<title>signal</title>\n<path d=\"M4 22.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 20.5v5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 16.5v9c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 10.5v15c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 2.5v23c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-23c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cog\" viewBox=\"0 0 24 28\">\n<title>cog</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM24 12.297v3.469c0 0.234-0.187 0.516-0.438 0.562l-2.891 0.438c-0.172 0.5-0.359 0.969-0.609 1.422 0.531 0.766 1.094 1.453 1.672 2.156 0.094 0.109 0.156 0.25 0.156 0.391s-0.047 0.25-0.141 0.359c-0.375 0.5-2.484 2.797-3.016 2.797-0.141 0-0.281-0.063-0.406-0.141l-2.156-1.687c-0.453 0.234-0.938 0.438-1.422 0.594-0.109 0.953-0.203 1.969-0.453 2.906-0.063 0.25-0.281 0.438-0.562 0.438h-3.469c-0.281 0-0.531-0.203-0.562-0.469l-0.438-2.875c-0.484-0.156-0.953-0.344-1.406-0.578l-2.203 1.672c-0.109 0.094-0.25 0.141-0.391 0.141s-0.281-0.063-0.391-0.172c-0.828-0.75-1.922-1.719-2.578-2.625-0.078-0.109-0.109-0.234-0.109-0.359 0-0.141 0.047-0.25 0.125-0.359 0.531-0.719 1.109-1.406 1.641-2.141-0.266-0.5-0.484-1.016-0.641-1.547l-2.859-0.422c-0.266-0.047-0.453-0.297-0.453-0.562v-3.469c0-0.234 0.187-0.516 0.422-0.562l2.906-0.438c0.156-0.5 0.359-0.969 0.609-1.437-0.531-0.75-1.094-1.453-1.672-2.156-0.094-0.109-0.156-0.234-0.156-0.375s0.063-0.25 0.141-0.359c0.375-0.516 2.484-2.797 3.016-2.797 0.141 0 0.281 0.063 0.406 0.156l2.156 1.672c0.453-0.234 0.938-0.438 1.422-0.594 0.109-0.953 0.203-1.969 0.453-2.906 0.063-0.25 0.281-0.438 0.562-0.438h3.469c0.281 0 0.531 0.203 0.562 0.469l0.438 2.875c0.484 0.156 0.953 0.344 1.406 0.578l2.219-1.672c0.094-0.094 0.234-0.141 0.375-0.141s0.281 0.063 0.391 0.156c0.828 0.766 1.922 1.734 2.578 2.656 0.078 0.094 0.109 0.219 0.109 0.344 0 0.141-0.047 0.25-0.125 0.359-0.531 0.719-1.109 1.406-1.641 2.141 0.266 0.5 0.484 1.016 0.641 1.531l2.859 0.438c0.266 0.047 0.453 0.297 0.453 0.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash-o\" viewBox=\"0 0 22 28\">\n<title>trash-o</title>\n<path d=\"M8 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM12 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM16 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM18 22.813v-14.812h-14v14.812c0 0.75 0.422 1.188 0.5 1.188h13c0.078 0 0.5-0.438 0.5-1.188zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-home\" viewBox=\"0 0 26 28\">\n<title>home</title>\n<path d=\"M22 15.5v7.5c0 0.547-0.453 1-1 1h-6v-6h-4v6h-6c-0.547 0-1-0.453-1-1v-7.5c0-0.031 0.016-0.063 0.016-0.094l8.984-7.406 8.984 7.406c0.016 0.031 0.016 0.063 0.016 0.094zM25.484 14.422l-0.969 1.156c-0.078 0.094-0.203 0.156-0.328 0.172h-0.047c-0.125 0-0.234-0.031-0.328-0.109l-10.813-9.016-10.813 9.016c-0.109 0.078-0.234 0.125-0.375 0.109-0.125-0.016-0.25-0.078-0.328-0.172l-0.969-1.156c-0.172-0.203-0.141-0.531 0.063-0.703l11.234-9.359c0.656-0.547 1.719-0.547 2.375 0l3.813 3.187v-3.047c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v6.375l3.422 2.844c0.203 0.172 0.234 0.5 0.063 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-o\" viewBox=\"0 0 24 28\">\n<title>file-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clock-o\" viewBox=\"0 0 24 28\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-road\" viewBox=\"0 0 30 28\">\n<title>road</title>\n<path d=\"M17.359 15.563v-0.063l-0.375-5c-0.016-0.281-0.266-0.5-0.531-0.5h-2.906c-0.266 0-0.516 0.219-0.531 0.5l-0.375 5v0.063c-0.016 0.25 0.219 0.438 0.453 0.438h3.813c0.234 0 0.469-0.187 0.453-0.438zM29.219 22.859c0 0.453-0.125 1.141-0.719 1.141h-11c0.266 0 0.484-0.219 0.469-0.5l-0.313-4c-0.016-0.281-0.266-0.5-0.531-0.5h-4.25c-0.266 0-0.516 0.219-0.531 0.5l-0.313 4c-0.016 0.281 0.203 0.5 0.469 0.5h-11c-0.594 0-0.719-0.688-0.719-1.141 0-0.625 0.172-1.25 0.406-1.813l6.516-16.312c0.156-0.391 0.578-0.734 1-0.734h5.297c-0.266 0-0.516 0.219-0.531 0.5l-0.234 3c-0.016 0.281 0.187 0.5 0.469 0.5h2.594c0.281 0 0.484-0.219 0.469-0.5l-0.234-3c-0.016-0.281-0.266-0.5-0.531-0.5h5.297c0.422 0 0.844 0.344 1 0.734l6.516 16.312c0.234 0.562 0.406 1.188 0.406 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-download\" viewBox=\"0 0 26 28\">\n<title>download</title>\n<path d=\"M20 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 17.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h7.266l2.109 2.125c0.578 0.562 1.328 0.875 2.125 0.875s1.547-0.313 2.125-0.875l2.125-2.125h7.25c0.828 0 1.5 0.672 1.5 1.5zM20.922 8.609c0.156 0.375 0.078 0.812-0.219 1.094l-7 7c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-7-7c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h4v-7c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1v7h4c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-down</title>\n<path d=\"M17.5 14.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-5.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v5.5h3c0.281 0 0.5 0.219 0.5 0.5zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-up</title>\n<path d=\"M17.469 13.687c-0.078 0.187-0.266 0.313-0.469 0.313h-3v5.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-3c-0.281 0-0.5-0.219-0.5-0.5 0-0.141 0.063-0.266 0.156-0.375l4.984-4.984c0.109-0.094 0.234-0.141 0.359-0.141s0.25 0.047 0.359 0.141l5 5c0.141 0.156 0.187 0.359 0.109 0.547zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inbox\" viewBox=\"0 0 24 28\">\n<title>inbox</title>\n<path d=\"M15.984 15h4.937c-0.031-0.078-0.047-0.172-0.078-0.25l-3.313-7.75h-11.062l-3.313 7.75c-0.031 0.078-0.047 0.172-0.078 0.25h4.937l1.484 3h5zM24 15.469v7.531c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-7.531c0-0.562 0.172-1.391 0.391-1.922l3.719-8.625c0.219-0.516 0.844-0.922 1.391-0.922h13c0.547 0 1.172 0.406 1.391 0.922l3.719 8.625c0.219 0.531 0.391 1.359 0.391 1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle-o\" viewBox=\"0 0 24 28\">\n<title>play-circle-o</title>\n<path d=\"M18.5 14c0 0.359-0.187 0.688-0.5 0.859l-8.5 5c-0.156 0.094-0.328 0.141-0.5 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-10c0-0.359 0.187-0.688 0.5-0.875 0.313-0.172 0.703-0.172 1 0.016l8.5 5c0.313 0.172 0.5 0.5 0.5 0.859zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-repeat\" viewBox=\"0 0 24 28\">\n<title>repeat</title>\n<path d=\"M24 4v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.156-2.156c-1.469-1.359-3.406-2.141-5.453-2.141-4.406 0-8 3.594-8 8s3.594 8 8 8c2.484 0 4.781-1.125 6.312-3.109 0.078-0.109 0.219-0.172 0.359-0.187 0.141 0 0.281 0.047 0.391 0.141l2.141 2.156c0.187 0.172 0.187 0.469 0.031 0.672-2.281 2.75-5.656 4.328-9.234 4.328-6.609 0-12-5.391-12-12s5.391-12 12-12c3.078 0 6.062 1.234 8.266 3.313l2.031-2.016c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-refresh\" viewBox=\"0 0 24 28\">\n<title>refresh</title>\n<path d=\"M23.609 16.5c0 0.031 0 0.078-0.016 0.109-1.328 5.531-5.891 9.391-11.656 9.391-3.047 0-6-1.203-8.219-3.313l-2.016 2.016c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-2.141 2.141c1.469 1.375 3.422 2.156 5.437 2.156 2.781 0 5.359-1.437 6.813-3.813 0.375-0.609 0.562-1.203 0.828-1.828 0.078-0.219 0.234-0.359 0.469-0.359h3c0.281 0 0.5 0.234 0.5 0.5zM24 4v7c0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l2.156-2.156c-1.484-1.375-3.437-2.141-5.453-2.141-2.781 0-5.359 1.437-6.813 3.813-0.375 0.609-0.562 1.203-0.828 1.828-0.078 0.219-0.234 0.359-0.469 0.359h-3.109c-0.281 0-0.5-0.234-0.5-0.5v-0.109c1.344-5.547 5.953-9.391 11.719-9.391 3.063 0 6.047 1.219 8.266 3.313l2.031-2.016c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-alt\" viewBox=\"0 0 28 28\">\n<title>list-alt</title>\n<path d=\"M6 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM24 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM26 21.5v-13c0-0.266-0.234-0.5-0.5-0.5h-23c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lock\" viewBox=\"0 0 18 28\">\n<title>lock</title>\n<path d=\"M5 12h8v-3c0-2.203-1.797-4-4-4s-4 1.797-4 4v3zM18 13.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-3c0-3.844 3.156-7 7-7s7 3.156 7 7v3h0.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag\" viewBox=\"0 0 29 28\">\n<title>flag</title>\n<path d=\"M5 4c0 0.719-0.391 1.359-1 1.719v19.781c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-19.781c-0.609-0.359-1-1-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.578-0.359 0.797-0.812 1.031-1.766 0.953-3.719 1.813-5.766 1.813-2.875 0-4.25-2.188-7.656-2.188-2.484 0-5.094 1.125-7.25 2.281-0.172 0.094-0.328 0.141-0.516 0.141-0.547 0-1-0.453-1-1v-11.594c0-0.375 0.187-0.641 0.484-0.859 0.375-0.25 0.828-0.469 1.234-0.672 1.969-1 4.359-1.875 6.578-1.875 2.453 0 4.375 0.812 6.547 1.828 0.438 0.219 0.891 0.297 1.375 0.297 2.453 0 5.094-2.125 5.781-2.125 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-headphones\" viewBox=\"0 0 26 28\">\n<title>headphones</title>\n<path d=\"M26 13.844c0 1.703-0.313 3.359-0.938 4.906l-0.313 0.766-2.891 0.516c-0.453 1.703-2 2.969-3.859 2.969v0.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v0.5c1.5 0 2.797 0.828 3.484 2.047l1.062-0.187c0.297-0.969 0.453-1.969 0.453-3.016 0-4.719-4.672-8.844-10-8.844s-10 4.125-10 8.844c0 1.047 0.156 2.047 0.453 3.016l1.062 0.187c0.688-1.219 1.984-2.047 3.484-2.047v-0.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-0.5c-1.859 0-3.406-1.266-3.859-2.969l-2.891-0.516-0.313-0.766c-0.625-1.547-0.938-3.203-0.938-4.906 0-6.422 5.953-11.844 13-11.844s13 5.422 13 11.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-off\" viewBox=\"0 0 12 28\">\n<title>volume-off</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-down\" viewBox=\"0 0 18 28\">\n<title>volume-down</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-up\" viewBox=\"0 0 26 28\">\n<title>volume-up</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672zM22 14c0 3.172-1.906 6.125-4.844 7.359-0.125 0.047-0.266 0.078-0.391 0.078-0.562 0-1.016-0.453-1.016-1 0-0.438 0.25-0.734 0.609-0.922 0.422-0.219 0.812-0.406 1.188-0.688 1.547-1.125 2.453-2.922 2.453-4.828s-0.906-3.703-2.453-4.828c-0.375-0.281-0.766-0.469-1.188-0.688-0.359-0.187-0.609-0.484-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 2.938 1.234 4.844 4.188 4.844 7.359zM26 14c0 4.797-2.859 9.141-7.266 11.031-0.125 0.047-0.266 0.078-0.406 0.078-0.547 0-1-0.453-1-1 0-0.453 0.234-0.703 0.609-0.922 0.219-0.125 0.469-0.203 0.703-0.328 0.438-0.234 0.875-0.5 1.281-0.797 2.562-1.891 4.078-4.875 4.078-8.062s-1.516-6.172-4.078-8.062c-0.406-0.297-0.844-0.562-1.281-0.797-0.234-0.125-0.484-0.203-0.703-0.328-0.375-0.219-0.609-0.469-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 4.406 1.891 7.266 6.234 7.266 11.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qrcode\" viewBox=\"0 0 22 28\">\n<title>qrcode</title>\n<path d=\"M6 18v2h-2v-2h2zM6 6v2h-2v-2h2zM18 6v2h-2v-2h2zM2 21.984h6v-5.984h-6v5.984zM2 10h6v-6h-6v6zM14 10h6v-6h-6v6zM10 14v10h-10v-10h10zM18 22v2h-2v-2h2zM22 22v2h-2v-2h2zM22 14v6h-6v-2h-2v6h-2v-10h6v2h2v-2h2zM10 2v10h-10v-10h10zM22 2v10h-10v-10h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-barcode\" viewBox=\"0 0 28 28\">\n<title>barcode</title>\n<path d=\"M0.984 24h-0.984v-22h0.984v22zM1.969 23.984h-0.5v-21.984h0.5v21.984zM3.437 23.984h-0.484v-21.984h0.484v21.984zM5.891 23.984h-0.484v-21.984h0.484v21.984zM8.344 23.984h-0.969v-21.984h0.969v21.984zM10.313 23.984h-0.484v-21.984h0.484v21.984zM11.297 23.984h-0.484v-21.984h0.484v21.984zM12.281 23.984h-0.484v-21.984h0.484v21.984zM14.734 23.984h-0.984v-21.984h0.984v21.984zM17.187 23.984h-0.984v-21.984h0.984v21.984zM19.156 23.984h-0.984v-21.984h0.984v21.984zM21.125 23.984h-0.984v-21.984h0.984v21.984zM22.594 23.984h-0.984v-21.984h0.984v21.984zM25.547 23.984h-1.469v-21.984h1.469v21.984zM26.531 23.984h-0.5v-21.984h0.5v21.984zM28 24h-0.984v-22h0.984v22z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tag\" viewBox=\"0 0 24 28\">\n<title>tag</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tags\" viewBox=\"0 0 30 28\">\n<title>tags</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422zM29.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578-0.812 0-1.219-0.375-1.75-0.922l7.344-7.344c0.359-0.359 0.578-0.875 0.578-1.406s-0.219-1.047-0.578-1.422l-11.172-11.156c-0.797-0.797-2.312-1.422-3.422-1.422h3.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-book\" viewBox=\"0 0 26 28\">\n<title>book</title>\n<path d=\"M25.609 7.469c0.391 0.562 0.5 1.297 0.281 2.016l-4.297 14.156c-0.391 1.328-1.766 2.359-3.109 2.359h-14.422c-1.594 0-3.297-1.266-3.875-2.891-0.25-0.703-0.25-1.391-0.031-1.984 0.031-0.313 0.094-0.625 0.109-1 0.016-0.25-0.125-0.453-0.094-0.641 0.063-0.375 0.391-0.641 0.641-1.062 0.469-0.781 1-2.047 1.172-2.859 0.078-0.297-0.078-0.641 0-0.906 0.078-0.297 0.375-0.516 0.531-0.797 0.422-0.719 0.969-2.109 1.047-2.844 0.031-0.328-0.125-0.688-0.031-0.938 0.109-0.359 0.453-0.516 0.688-0.828 0.375-0.516 1-2 1.094-2.828 0.031-0.266-0.125-0.531-0.078-0.812 0.063-0.297 0.438-0.609 0.688-0.969 0.656-0.969 0.781-3.109 2.766-2.547l-0.016 0.047c0.266-0.063 0.531-0.141 0.797-0.141h11.891c0.734 0 1.391 0.328 1.781 0.875 0.406 0.562 0.5 1.297 0.281 2.031l-4.281 14.156c-0.734 2.406-1.141 2.938-3.125 2.938h-13.578c-0.203 0-0.453 0.047-0.594 0.234-0.125 0.187-0.141 0.328-0.016 0.672 0.313 0.906 1.391 1.094 2.25 1.094h14.422c0.578 0 1.25-0.328 1.422-0.891l4.688-15.422c0.094-0.297 0.094-0.609 0.078-0.891 0.359 0.141 0.688 0.359 0.922 0.672zM8.984 7.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5zM7.688 11.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark\" viewBox=\"0 0 20 28\">\n<title>bookmark</title>\n<path d=\"M18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-print\" viewBox=\"0 0 26 28\">\n<title>print</title>\n<path d=\"M6 24h14v-4h-14v4zM6 14h14v-6h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v10zM24 15c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 15v6.5c0 0.266-0.234 0.5-0.5 0.5h-3.5v2.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-6.5c0-1.641 1.359-3 3-3h1v-8.5c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.969 0.469 2.562 1.062l2.375 2.375c0.594 0.594 1.062 1.734 1.062 2.562v4h1c1.641 0 3 1.359 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera\" viewBox=\"0 0 30 28\">\n<title>camera</title>\n<path d=\"M15 10.5c2.484 0 4.5 2.016 4.5 4.5s-2.016 4.5-4.5 4.5-4.5-2.016-4.5-4.5 2.016-4.5 4.5-4.5zM26 4c2.203 0 4 1.797 4 4v14c0 2.203-1.797 4-4 4h-22c-2.203 0-4-1.797-4-4v-14c0-2.203 1.797-4 4-4h3.5l0.797-2.125c0.391-1.031 1.609-1.875 2.703-1.875h8c1.094 0 2.312 0.844 2.703 1.875l0.797 2.125h3.5zM15 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-font\" viewBox=\"0 0 26 28\">\n<title>font</title>\n<path d=\"M11.328 8.734l-2.656 7.031c1.547 0.016 3.094 0.063 4.641 0.063 0.297 0 0.594-0.016 0.891-0.031-0.812-2.375-1.766-4.797-2.875-7.063zM0 26l0.031-1.234c1.469-0.453 3.063-0.141 3.719-1.828l3.703-9.625 4.375-11.312h2c0.063 0.109 0.125 0.219 0.172 0.328l3.203 7.5c1.172 2.766 2.25 5.563 3.437 8.313 0.703 1.625 1.25 3.297 2.031 4.891 0.109 0.25 0.328 0.719 0.547 0.891 0.516 0.406 1.953 0.5 2.688 0.781 0.047 0.297 0.094 0.594 0.094 0.891 0 0.141-0.016 0.266-0.016 0.406-1.984 0-3.969-0.25-5.953-0.25-2.047 0-4.094 0.172-6.141 0.234 0-0.406 0.016-0.812 0.063-1.219l2.047-0.438c0.422-0.094 1.25-0.203 1.25-0.781 0-0.562-2.016-5.203-2.266-5.844l-7.031-0.031c-0.406 0.906-1.984 5-1.984 5.594 0 1.203 2.297 1.25 3.187 1.375 0.016 0.297 0.016 0.594 0.016 0.906 0 0.141-0.016 0.281-0.031 0.422-1.813 0-3.641-0.313-5.453-0.313-0.219 0-0.531 0.094-0.75 0.125-0.984 0.172-1.953 0.219-2.938 0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bold\" viewBox=\"0 0 22 28\">\n<title>bold</title>\n<path d=\"M8.672 23.766c0.688 0.297 1.437 0.5 2.188 0.5 3.563 0 5.875-1.422 5.875-5.234 0-0.969-0.125-1.984-0.641-2.812-1.453-2.344-3.547-2.469-6.062-2.469-0.469 0-1.141 0-1.578 0.156 0 1.656-0.016 3.313-0.016 4.953 0 1.078-0.141 4 0.234 4.906zM8.453 12.109c0.562 0.094 1.141 0.109 1.703 0.109 3.219 0 5.516-0.906 5.516-4.516 0-3.047-2.703-4.094-5.313-4.094-0.688 0-1.359 0.094-2.031 0.203 0 1.578 0.125 3.156 0.125 4.734 0 0.828-0.016 1.656-0.016 2.484 0 0.359 0 0.719 0.016 1.078zM0 26l0.031-1.469c1-0.25 2.016-0.266 2.984-0.672 0.547-0.922 0.469-2.547 0.469-3.594 0-0.344 0.031-15.281-0.344-16.016-0.234-0.453-2.531-0.562-3.047-0.625l-0.063-1.297c3.719-0.063 7.438-0.328 11.141-0.328 0.703 0 1.422 0.016 2.125 0.016 3.531 0 7.422 1.687 7.422 5.75 0 2.797-2.125 3.844-4.328 4.844 2.969 0.672 5.609 2.688 5.609 5.969 0 5.375-4.891 7.156-9.469 7.156-1.375 0-2.75-0.094-4.125-0.094-2.797 0-5.625 0.25-8.406 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-italic\" viewBox=\"0 0 16 28\">\n<title>italic</title>\n<path d=\"M0 25.969l0.266-1.328c1-0.313 2.078-0.438 3.016-0.922 0.359-0.453 0.531-1.031 0.641-1.578 0.203-1.062 3.609-16.391 3.563-17.641v-0.391c-0.859-0.469-1.906-0.344-2.844-0.5l0.297-1.609c2.016 0.094 4.062 0.25 6.094 0.25 1.656 0 3.313-0.156 4.969-0.25-0.063 0.469-0.172 0.938-0.297 1.391-1.078 0.375-2.219 0.547-3.281 0.969-0.344 0.844-0.422 1.766-0.578 2.656-0.75 4.047-1.75 8.094-2.578 12.109-0.156 0.75-0.922 3.859-0.859 4.516l0.016 0.281c0.953 0.219 1.922 0.328 2.891 0.484-0.031 0.516-0.125 1.031-0.25 1.547-0.344 0-0.672 0.047-1.016 0.047-0.891 0-1.813-0.297-2.703-0.313-1.078-0.016-2.156-0.031-3.219-0.031-1.391 0-2.75 0.234-4.125 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-height\" viewBox=\"0 0 28 28\">\n<title>text-height</title>\n<path d=\"M27.25 22c0.688 0 0.906 0.438 0.484 0.984l-1.969 2.531c-0.422 0.547-1.109 0.547-1.531 0l-1.969-2.531c-0.422-0.547-0.203-0.984 0.484-0.984h1.25v-16h-1.25c-0.688 0-0.906-0.438-0.484-0.984l1.969-2.531c0.422-0.547 1.109-0.547 1.531 0l1.969 2.531c0.422 0.547 0.203 0.984-0.484 0.984h-1.25v16h1.25zM1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 1.125 0 2.234 0.016 3.359 0.016h4.578c0.625 0 0.984 0.141 1.406-0.453l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.547 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.484-2.422-0.516-2.453-0.328-0.406-0.688-0.328-1.172-0.328-1.422 0-2.906-0.063-4.312 0.109-0.078 0.688-0.141 1.422-0.125 2.125 0.016 4.391 0.063 8.781 0.063 13.172 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.344-0.766 0.297-5 0.297-5.984 0-3.156-0.094-6.312-0.094-9.469v-1.828c0-0.281 0.063-1.406-0.125-1.625-0.219-0.234-2.266-0.187-2.531-0.187-0.578 0-2.25 0.266-2.703 0.594-0.75 0.516-0.75 3.641-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-width\" viewBox=\"0 0 24 28\">\n<title>text-width</title>\n<path d=\"M1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 4.141 0 8.328-0.094 12.469 0.047 0.344 0.016 0.672-0.203 0.875-0.484l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.562 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.5-2.422-0.516-2.453-0.109-0.141-0.25-0.234-0.422-0.297-0.125-0.047-0.875-0.031-1.031-0.031-1.922 0-4.141-0.109-6.031 0.109-0.078 0.688-0.141 1.422-0.125 2.125l0.016 2.375v-0.812c0.016 2.547 0.047 5.078 0.047 7.609 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.391-0.875 0.281-8.266 0.281-9.641 0-0.219-0.078-0.453-0.078-0.688 0-0.641 0.109-4.312-0.125-4.578-0.219-0.234-2.266-0.187-2.531-0.187-0.656 0-4.328 0.344-4.703 0.594-0.734 0.484-0.75 3.625-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984zM20.469 22.047c0.547 0 2.625 1.859 3.047 2.188 0.234 0.187 0.406 0.453 0.406 0.766s-0.172 0.578-0.406 0.766c-0.422 0.328-2.5 2.188-3.047 2.188-0.719 0-0.469-1.672-0.469-1.953h-16c0 0.281 0.25 1.953-0.469 1.953-0.547 0-2.625-1.859-3.047-2.188-0.234-0.187-0.406-0.453-0.406-0.766s0.172-0.578 0.406-0.766c0.422-0.328 2.5-2.188 3.047-2.188 0.719 0 0.469 1.672 0.469 1.953h16c0-0.281-0.25-1.953 0.469-1.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-left\" viewBox=\"0 0 28 28\">\n<title>align-left</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-center\" viewBox=\"0 0 28 28\">\n<title>align-center</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h10c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-right\" viewBox=\"0 0 28 28\">\n<title>align-right</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-justify\" viewBox=\"0 0 28 28\">\n<title>align-justify</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list\" viewBox=\"0 0 28 28\">\n<title>list</title>\n<path d=\"M4 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM4 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dedent\" viewBox=\"0 0 28 28\">\n<title>dedent</title>\n<path d=\"M6 8.5v9c0 0.266-0.234 0.5-0.5 0.5-0.125 0-0.266-0.047-0.359-0.141l-4.5-4.5c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l4.5-4.5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-indent\" viewBox=\"0 0 28 28\">\n<title>indent</title>\n<path d=\"M5.5 13c0 0.125-0.047 0.266-0.141 0.359l-4.5 4.5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-9c0-0.266 0.234-0.5 0.5-0.5 0.125 0 0.266 0.047 0.359 0.141l4.5 4.5c0.094 0.094 0.141 0.234 0.141 0.359zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-video-camera\" viewBox=\"0 0 28 28\">\n<title>video-camera</title>\n<path d=\"M28 5.5v17c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-6.297-6.297v2.594c0 2.484-2.016 4.5-4.5 4.5h-11c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h11c2.484 0 4.5 2.016 4.5 4.5v2.578l6.297-6.281c0.187-0.203 0.438-0.297 0.703-0.297 0.125 0 0.266 0.031 0.391 0.078 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-image\" viewBox=\"0 0 30 28\">\n<title>image</title>\n<path d=\"M10 9c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 15v7h-22v-3l5-5 2.5 2.5 8-8zM27.5 4h-25c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5v-19c0-0.266-0.234-0.5-0.5-0.5zM30 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil\" viewBox=\"0 0 24 28\">\n<title>pencil</title>\n<path d=\"M5.672 24l1.422-1.422-3.672-3.672-1.422 1.422v1.672h2v2h1.672zM13.844 9.5c0-0.203-0.141-0.344-0.344-0.344-0.094 0-0.187 0.031-0.266 0.109l-8.469 8.469c-0.078 0.078-0.109 0.172-0.109 0.266 0 0.203 0.141 0.344 0.344 0.344 0.094 0 0.187-0.031 0.266-0.109l8.469-8.469c0.078-0.078 0.109-0.172 0.109-0.266zM13 6.5l6.5 6.5-13 13h-6.5v-6.5zM23.672 8c0 0.531-0.219 1.047-0.578 1.406l-2.594 2.594-6.5-6.5 2.594-2.578c0.359-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l3.672 3.656c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-marker\" viewBox=\"0 0 16 28\">\n<title>map-marker</title>\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adjust\" viewBox=\"0 0 24 28\">\n<title>adjust</title>\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tint\" viewBox=\"0 0 16 28\">\n<title>tint</title>\n<path d=\"M8 18c0-0.391-0.125-0.766-0.313-1.078-0.203-0.313-1.031-1.375-1.359-2.422-0.047-0.172-0.203-0.25-0.328-0.25s-0.281 0.078-0.328 0.25c-0.328 1.047-1.156 2.109-1.359 2.422-0.187 0.313-0.313 0.688-0.313 1.078 0 1.109 0.891 2 2 2s2-0.891 2-2zM16 16c0 4.422-3.578 8-8 8s-8-3.578-8-8c0-1.578 0.484-3.047 1.266-4.297 0.797-1.25 4.141-5.484 5.406-9.703 0.203-0.672 0.828-1 1.328-1s1.141 0.328 1.328 1c1.266 4.219 4.609 8.453 5.406 9.703s1.266 2.719 1.266 4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edit\" viewBox=\"0 0 28 28\">\n<title>edit</title>\n<path d=\"M13.875 18.5l1.813-1.813-2.375-2.375-1.813 1.813v0.875h1.5v1.5h0.875zM20.75 7.25c-0.141-0.141-0.375-0.125-0.516 0.016l-5.469 5.469c-0.141 0.141-0.156 0.375-0.016 0.516s0.375 0.125 0.516-0.016l5.469-5.469c0.141-0.141 0.156-0.375 0.016-0.516zM22 16.531v2.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.141 0.141-0.328 0.187-0.5 0.125-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-1.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.156-0.156 0.359-0.187 0.547-0.109s0.313 0.25 0.313 0.453zM20.5 5l4.5 4.5-10.5 10.5h-4.5v-4.5zM27.438 7.063l-1.437 1.437-4.5-4.5 1.437-1.437c0.578-0.578 1.547-0.578 2.125 0l2.375 2.375c0.578 0.578 0.578 1.547 0 2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square-o\" viewBox=\"0 0 26 28\">\n<title>share-square-o</title>\n<path d=\"M22 15.453v4.047c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h3.984c0.266 0 0.5 0.219 0.5 0.5 0 0.25-0.172 0.453-0.406 0.5-0.781 0.266-1.484 0.578-2.078 0.938-0.078 0.031-0.156 0.063-0.25 0.063h-1.75c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.344c0-0.187 0.109-0.359 0.281-0.453 0.313-0.141 0.594-0.344 0.844-0.578 0.141-0.141 0.359-0.203 0.547-0.125s0.328 0.25 0.328 0.453zM25.703 7.703l-6 6c-0.187 0.203-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.391-0.078-0.359-0.156-0.609-0.516-0.609-0.922v-3h-2.5c-3.437 0-5.625 0.656-6.844 2.047-1.266 1.453-1.641 3.797-1.156 7.391 0.031 0.219-0.109 0.438-0.313 0.531-0.063 0.016-0.125 0.031-0.187 0.031-0.156 0-0.313-0.078-0.406-0.203-0.109-0.156-2.594-3.672-2.594-6.797 0-4.188 1.313-9 11.5-9h2.5v-3c0-0.406 0.25-0.766 0.609-0.922 0.125-0.047 0.266-0.078 0.391-0.078 0.266 0 0.516 0.109 0.703 0.297l6 6c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square-o\" viewBox=\"0 0 26 28\">\n<title>check-square-o</title>\n<path d=\"M22 14.531v4.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.094 0.094-0.234 0.156-0.359 0.156-0.047 0-0.094-0.016-0.141-0.031-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.109-0.109 0.234-0.156 0.359-0.156 0.063 0 0.125 0.016 0.187 0.047 0.187 0.078 0.313 0.25 0.313 0.453zM25.609 6.891l-12.719 12.719c-0.5 0.5-1.281 0.5-1.781 0l-6.719-6.719c-0.5-0.5-0.5-1.281 0-1.781l1.719-1.719c0.5-0.5 1.281-0.5 1.781 0l4.109 4.109 10.109-10.109c0.5-0.5 1.281-0.5 1.781 0l1.719 1.719c0.5 0.5 0.5 1.281 0 1.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows\" viewBox=\"0 0 28 28\">\n<title>arrows</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-6v6h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-6h-6v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h6v-6h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-2v6h6v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-backward\" viewBox=\"0 0 16 28\">\n<title>step-backward</title>\n<path d=\"M15.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-backward\" viewBox=\"0 0 28 28\">\n<title>fast-backward</title>\n<path d=\"M27.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-backward\" viewBox=\"0 0 28 28\">\n<title>backward</title>\n<path d=\"M25.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.391-0.391-0.391-1.016 0-1.406l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play\" viewBox=\"0 0 22 28\">\n<title>play</title>\n<path d=\"M21.625 14.484l-20.75 11.531c-0.484 0.266-0.875 0.031-0.875-0.516v-23c0-0.547 0.391-0.781 0.875-0.516l20.75 11.531c0.484 0.266 0.484 0.703 0 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause\" viewBox=\"0 0 24 28\">\n<title>pause</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1zM10 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop\" viewBox=\"0 0 24 28\">\n<title>stop</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forward\" viewBox=\"0 0 24 28\">\n<title>forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.391 0.391 0.391 1.016 0 1.406l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-forward\" viewBox=\"0 0 28 28\">\n<title>fast-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-forward\" viewBox=\"0 0 16 28\">\n<title>step-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eject\" viewBox=\"0 0 24 28\">\n<title>eject</title>\n<path d=\"M0.219 15.297l11.094-11.094c0.391-0.391 1.016-0.391 1.406 0l11.094 11.094c0.391 0.391 0.25 0.703-0.297 0.703h-23c-0.547 0-0.688-0.313-0.297-0.703zM23.016 24h-22c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-left\" viewBox=\"0 0 21 28\">\n<title>chevron-left</title>\n<path d=\"M18.297 4.703l-8.297 8.297 8.297 8.297c0.391 0.391 0.391 1.016 0 1.406l-2.594 2.594c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.594c-0.391-0.391-0.391-1.016 0-1.406l11.594-11.594c0.391-0.391 1.016-0.391 1.406 0l2.594 2.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-right\" viewBox=\"0 0 19 28\">\n<title>chevron-right</title>\n<path d=\"M17.297 13.703l-11.594 11.594c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.594c-0.391-0.391-0.391-1.016 0-1.406l8.297-8.297-8.297-8.297c-0.391-0.391-0.391-1.016 0-1.406l2.594-2.594c0.391-0.391 1.016-0.391 1.406 0l11.594 11.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-circle\" viewBox=\"0 0 24 28\">\n<title>plus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-4v-4c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v4h-4c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h4v4c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-4h4c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-circle\" viewBox=\"0 0 24 28\">\n<title>minus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle\" viewBox=\"0 0 24 28\">\n<title>times-circle</title>\n<path d=\"M17.953 17.531c0-0.266-0.109-0.516-0.297-0.703l-2.828-2.828 2.828-2.828c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.531-0.297-0.719l-1.406-1.406c-0.187-0.187-0.453-0.297-0.719-0.297s-0.516 0.109-0.703 0.297l-2.828 2.828-2.828-2.828c-0.187-0.187-0.438-0.297-0.703-0.297s-0.531 0.109-0.719 0.297l-1.406 1.406c-0.187 0.187-0.297 0.453-0.297 0.719s0.109 0.516 0.297 0.703l2.828 2.828-2.828 2.828c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.531 0.297 0.719l1.406 1.406c0.187 0.187 0.453 0.297 0.719 0.297s0.516-0.109 0.703-0.297l2.828-2.828 2.828 2.828c0.187 0.187 0.438 0.297 0.703 0.297s0.531-0.109 0.719-0.297l1.406-1.406c0.187-0.187 0.297-0.453 0.297-0.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle\" viewBox=\"0 0 24 28\">\n<title>check-circle</title>\n<path d=\"M20.062 11.469c0-0.266-0.094-0.531-0.281-0.719l-1.422-1.406c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-6.375 6.359-3.531-3.531c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.406c-0.187 0.187-0.281 0.453-0.281 0.719s0.094 0.516 0.281 0.703l5.656 5.656c0.187 0.187 0.453 0.297 0.703 0.297 0.266 0 0.531-0.109 0.719-0.297l8.484-8.484c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle\" viewBox=\"0 0 24 28\">\n<title>question-circle</title>\n<path d=\"M14 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM18 11c0-2.859-3-5-5.688-5-2.547 0-4.453 1.094-5.797 3.328-0.141 0.219-0.078 0.5 0.125 0.656l2.063 1.563c0.078 0.063 0.187 0.094 0.297 0.094 0.141 0 0.297-0.063 0.391-0.187 0.734-0.938 1.047-1.219 1.344-1.437 0.266-0.187 0.781-0.375 1.344-0.375 1 0 1.922 0.641 1.922 1.328 0 0.812-0.422 1.219-1.375 1.656-1.109 0.5-2.625 1.797-2.625 3.313v0.562c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v0c0-0.359 0.453-1.125 1.188-1.547 1.188-0.672 2.812-1.578 2.812-3.953zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info-circle\" viewBox=\"0 0 24 28\">\n<title>info-circle</title>\n<path d=\"M16 21.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-1.5v-8c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h1.5v5h-1.5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h7c0.281 0 0.5-0.219 0.5-0.5zM14 7.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crosshairs\" viewBox=\"0 0 24 28\">\n<title>crosshairs</title>\n<path d=\"M18.703 16h-1.703c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1.703c-0.672-2.25-2.453-4.031-4.703-4.703v1.703c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-1.703c-2.25 0.672-4.031 2.453-4.703 4.703h1.703c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1.703c0.672 2.25 2.453 4.031 4.703 4.703v-1.703c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1.703c2.25-0.672 4.031-2.453 4.703-4.703zM24 13v2c0 0.547-0.453 1-1 1h-2.234c-0.766 3.359-3.406 6-6.766 6.766v2.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-2.234c-3.359-0.766-6-3.406-6.766-6.766h-2.234c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h2.234c0.766-3.359 3.406-6 6.766-6.766v-2.234c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v2.234c3.359 0.766 6 3.406 6.766 6.766h2.234c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle-o\" viewBox=\"0 0 24 28\">\n<title>times-circle-o</title>\n<path d=\"M17.141 16.859l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.141-2.141-2.141 2.141c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.141-2.141-2.141-2.141c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.141 2.141 2.141-2.141c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.141 2.141 2.141 2.141c0.203 0.203 0.203 0.516 0 0.719zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle-o\" viewBox=\"0 0 24 28\">\n<title>check-circle-o</title>\n<path d=\"M18.297 12.703l-6.594 6.594c-0.391 0.391-1.016 0.391-1.406 0l-4.594-4.594c-0.391-0.391-0.391-1.016 0-1.406l1.594-1.594c0.391-0.391 1.016-0.391 1.406 0l2.297 2.297 4.297-4.297c0.391-0.391 1.016-0.391 1.406 0l1.594 1.594c0.391 0.391 0.391 1.016 0 1.406zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ban\" viewBox=\"0 0 24 28\">\n<title>ban</title>\n<path d=\"M20.5 13.953c0-1.703-0.5-3.281-1.359-4.609l-11.781 11.766c1.344 0.875 2.938 1.391 4.641 1.391 4.688 0 8.5-3.828 8.5-8.547zM4.891 18.625l11.797-11.781c-1.344-0.906-2.953-1.422-4.688-1.422-4.688 0-8.5 3.828-8.5 8.531 0 1.734 0.516 3.328 1.391 4.672zM24 13.953c0 6.656-5.375 12.047-12 12.047s-12-5.391-12-12.047c0-6.641 5.375-12.031 12-12.031s12 5.391 12 12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-left\" viewBox=\"0 0 25 28\">\n<title>arrow-left</title>\n<path d=\"M24 14v2c0 1.062-0.703 2-1.828 2h-11l4.578 4.594c0.375 0.359 0.594 0.875 0.594 1.406s-0.219 1.047-0.594 1.406l-1.172 1.188c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-10.172-10.187c-0.359-0.359-0.578-0.875-0.578-1.406s0.219-1.047 0.578-1.422l10.172-10.156c0.375-0.375 0.891-0.594 1.422-0.594s1.031 0.219 1.406 0.594l1.172 1.156c0.375 0.375 0.594 0.891 0.594 1.422s-0.219 1.047-0.594 1.422l-4.578 4.578h11c1.125 0 1.828 0.938 1.828 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-right\" viewBox=\"0 0 23 28\">\n<title>arrow-right</title>\n<path d=\"M23 15c0 0.531-0.203 1.047-0.578 1.422l-10.172 10.172c-0.375 0.359-0.891 0.578-1.422 0.578s-1.031-0.219-1.406-0.578l-1.172-1.172c-0.375-0.375-0.594-0.891-0.594-1.422s0.219-1.047 0.594-1.422l4.578-4.578h-11c-1.125 0-1.828-0.938-1.828-2v-2c0-1.062 0.703-2 1.828-2h11l-4.578-4.594c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.406l1.172-1.172c0.375-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l10.172 10.172c0.375 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-up\" viewBox=\"0 0 26 28\">\n<title>arrow-up</title>\n<path d=\"M25.172 15.172c0 0.531-0.219 1.031-0.578 1.406l-1.172 1.172c-0.375 0.375-0.891 0.594-1.422 0.594s-1.047-0.219-1.406-0.594l-4.594-4.578v11c0 1.125-0.938 1.828-2 1.828h-2c-1.062 0-2-0.703-2-1.828v-11l-4.594 4.578c-0.359 0.375-0.875 0.594-1.406 0.594s-1.047-0.219-1.406-0.594l-1.172-1.172c-0.375-0.375-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.172-10.172c0.359-0.375 0.875-0.578 1.406-0.578s1.047 0.203 1.422 0.578l10.172 10.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-down\" viewBox=\"0 0 26 28\">\n<title>arrow-down</title>\n<path d=\"M25.172 13c0 0.531-0.219 1.047-0.578 1.406l-10.172 10.187c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-10.172-10.187c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l1.156-1.172c0.375-0.359 0.891-0.578 1.422-0.578s1.047 0.219 1.406 0.578l4.594 4.594v-11c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v11l4.594-4.594c0.359-0.359 0.875-0.578 1.406-0.578s1.047 0.219 1.422 0.578l1.172 1.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-forward\" viewBox=\"0 0 28 28\">\n<title>mail-forward</title>\n<path d=\"M28 10c0 0.266-0.109 0.516-0.297 0.703l-8 8c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4h-3.5c-6.734 0-11.156 1.297-11.156 8.75 0 0.641 0.031 1.281 0.078 1.922 0.016 0.25 0.078 0.531 0.078 0.781 0 0.297-0.187 0.547-0.5 0.547-0.219 0-0.328-0.109-0.438-0.266-0.234-0.328-0.406-0.828-0.578-1.188-0.891-2-1.984-4.859-1.984-7.047 0-1.75 0.172-3.547 0.828-5.203 2.172-5.391 8.547-6.297 13.672-6.297h3.5v-4c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8 8c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expand\" viewBox=\"0 0 24 28\">\n<title>expand</title>\n<path d=\"M11.797 16.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359zM24 3v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compress\" viewBox=\"0 0 24 28\">\n<title>compress</title>\n<path d=\"M12 15v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1zM23.797 4.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-circle\" viewBox=\"0 0 24 28\">\n<title>exclamation-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM14 21.484v-2.969c0-0.281-0.219-0.516-0.484-0.516h-3c-0.281 0-0.516 0.234-0.516 0.516v2.969c0 0.281 0.234 0.516 0.516 0.516h3c0.266 0 0.484-0.234 0.484-0.516zM13.969 16.109l0.281-9.703c0-0.109-0.047-0.219-0.156-0.281-0.094-0.078-0.234-0.125-0.375-0.125h-3.437c-0.141 0-0.281 0.047-0.375 0.125-0.109 0.063-0.156 0.172-0.156 0.281l0.266 9.703c0 0.219 0.234 0.391 0.531 0.391h2.891c0.281 0 0.516-0.172 0.531-0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gift\" viewBox=\"0 0 24 28\">\n<title>gift</title>\n<path d=\"M14.5 21.187v-11.188h-5v11.188c0 0.547 0.453 0.812 1 0.812h3c0.547 0 1-0.266 1-0.812zM7.375 8h3.047l-1.969-2.516c-0.172-0.203-0.547-0.484-1.078-0.484-0.828 0-1.5 0.672-1.5 1.5s0.672 1.5 1.5 1.5zM18.125 6.5c0-0.828-0.672-1.5-1.5-1.5-0.531 0-0.906 0.281-1.078 0.484l-1.953 2.516h3.031c0.828 0 1.5-0.672 1.5-1.5zM24 10.5v5c0 0.281-0.219 0.5-0.5 0.5h-1.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-17c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h6.875c-1.937 0-3.5-1.563-3.5-3.5s1.563-3.5 3.5-3.5c1.047 0 2.016 0.438 2.625 1.203l2 2.578 2-2.578c0.609-0.766 1.578-1.203 2.625-1.203 1.937 0 3.5 1.563 3.5 3.5s-1.563 3.5-3.5 3.5h6.875c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leaf\" viewBox=\"0 0 28 28\">\n<title>leaf</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-5.531 0-9.094 2.312-12.703 6.297-0.187 0.203-0.297 0.422-0.297 0.703 0 0.547 0.453 1 1 1 0.281 0 0.5-0.109 0.703-0.297 0.766-0.688 1.453-1.437 2.203-2.141 2.828-2.547 5.25-3.563 9.094-3.563 0.547 0 1-0.453 1-1zM28 7.906c0 1-0.109 2.016-0.313 3.016-1 4.859-4.125 8.016-8.469 10.172-2.109 1.062-4.469 1.687-6.844 1.687-1.5 0-3.047-0.25-4.469-0.734-0.75-0.25-2.25-1.234-2.875-1.234-0.781 0-1.719 3.187-3.078 3.187-0.984 0-1.281-0.484-1.703-1.203-0.141-0.266-0.25-0.359-0.25-0.688 0-1.625 3.094-2.891 3.094-3.797 0-0.141-0.406-0.969-0.469-1.281-0.094-0.531-0.141-1.078-0.141-1.625 0-4.969 3.953-8.516 8.391-9.984 3.203-1.062 10.016 0.172 12.187-1.891 0.859-0.797 1.281-1.531 2.594-1.531 1.766 0 2.344 4.578 2.344 5.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire\" viewBox=\"0 0 22 28\">\n<title>fire</title>\n<path d=\"M22 26.5v1c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM18 10c0 5.984-7 6.516-7 10.5 0 1.094 0.547 2.547 1.047 3.5l-0.063-0.016 0.016 0.016c-4.312-1.984-8-4.719-8-10 0-5.984 7-6.516 7-10.5 0-1.094-0.547-2.547-1.031-3.5l0.047 0.016-0.016-0.016c4.312 1.984 8 4.719 8 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye\" viewBox=\"0 0 28 28\">\n<title>eye</title>\n<path d=\"M26 15c-1.484-2.297-3.516-4.266-5.953-5.516 0.625 1.062 0.953 2.281 0.953 3.516 0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 2.672 4.125 6.984 7 12 7s9.328-2.875 12-7zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.781 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM28 15c0 0.391-0.125 0.75-0.313 1.078-2.875 4.734-8.141 7.922-13.687 7.922s-10.813-3.203-13.687-7.922c-0.187-0.328-0.313-0.688-0.313-1.078s0.125-0.75 0.313-1.078c2.875-4.719 8.141-7.922 13.687-7.922s10.813 3.203 13.687 7.922c0.187 0.328 0.313 0.688 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye-slash\" viewBox=\"0 0 28 28\">\n<title>eye-slash</title>\n<path d=\"M8.672 20.859l1.219-2.203c-1.813-1.313-2.891-3.422-2.891-5.656 0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 1.625 2.516 3.922 4.625 6.672 5.859zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.797 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM20.422 6.016c0 0.031 0 0.109-0.016 0.141-3.297 5.891-6.563 11.813-9.859 17.703l-0.766 1.391c-0.094 0.156-0.266 0.25-0.438 0.25-0.281 0-1.766-0.906-2.094-1.094-0.156-0.094-0.25-0.25-0.25-0.438 0-0.25 0.531-1.094 0.688-1.359-3.031-1.375-5.578-3.719-7.375-6.531-0.203-0.313-0.313-0.688-0.313-1.078 0-0.375 0.109-0.766 0.313-1.078 3.094-4.75 7.922-7.922 13.687-7.922 0.938 0 1.891 0.094 2.812 0.266l0.844-1.516c0.094-0.156 0.25-0.25 0.438-0.25 0.281 0 1.75 0.906 2.078 1.094 0.156 0.094 0.25 0.25 0.25 0.422zM21 13c0 2.906-1.797 5.5-4.5 6.531l4.375-7.844c0.078 0.438 0.125 0.875 0.125 1.313zM28 15c0 0.406-0.109 0.734-0.313 1.078-0.484 0.797-1.094 1.563-1.703 2.266-3.063 3.516-7.281 5.656-11.984 5.656l1.156-2.063c4.547-0.391 8.406-3.156 10.844-6.937-1.156-1.797-2.641-3.375-4.406-4.594l0.984-1.75c1.937 1.297 3.891 3.25 5.109 5.266 0.203 0.344 0.313 0.672 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-triangle\" viewBox=\"0 0 28 28\">\n<title>exclamation-triangle</title>\n<path d=\"M16 21.484v-2.969c0-0.281-0.219-0.516-0.5-0.516h-3c-0.281 0-0.5 0.234-0.5 0.516v2.969c0 0.281 0.219 0.516 0.5 0.516h3c0.281 0 0.5-0.234 0.5-0.516zM15.969 15.641l0.281-7.172c0-0.094-0.047-0.219-0.156-0.297-0.094-0.078-0.234-0.172-0.375-0.172h-3.437c-0.141 0-0.281 0.094-0.375 0.172-0.109 0.078-0.156 0.234-0.156 0.328l0.266 7.141c0 0.203 0.234 0.359 0.531 0.359h2.891c0.281 0 0.516-0.156 0.531-0.359zM15.75 1.047l12 22c0.344 0.609 0.328 1.359-0.031 1.969s-1.016 0.984-1.719 0.984h-24c-0.703 0-1.359-0.375-1.719-0.984s-0.375-1.359-0.031-1.969l12-22c0.344-0.641 1.016-1.047 1.75-1.047s1.406 0.406 1.75 1.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plane\" viewBox=\"0 0 22 28\">\n<title>plane</title>\n<path d=\"M21.5 2.5c1 1 0 3.5-1.5 5l-2.516 2.516 2.5 10.875c0.047 0.187-0.031 0.391-0.187 0.516l-2 1.5c-0.078 0.063-0.187 0.094-0.297 0.094-0.031 0-0.063 0-0.109-0.016-0.141-0.031-0.266-0.109-0.328-0.25l-4.359-7.938-4.047 4.047 0.828 3.031c0.047 0.172 0 0.344-0.125 0.484l-1.5 1.5c-0.094 0.094-0.234 0.141-0.359 0.141h-0.031c-0.156-0.016-0.281-0.078-0.375-0.203l-2.953-3.938-3.938-2.953c-0.125-0.078-0.187-0.219-0.203-0.359s0.047-0.281 0.141-0.391l1.5-1.516c0.094-0.094 0.234-0.141 0.359-0.141 0.047 0 0.094 0 0.125 0.016l3.031 0.828 4.047-4.047-7.938-4.359c-0.141-0.078-0.234-0.219-0.266-0.375-0.016-0.141 0.031-0.313 0.141-0.422l2-2c0.125-0.109 0.313-0.172 0.469-0.125l10.391 2.484 2.5-2.5c1.5-1.5 4-2.5 5-1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar\" viewBox=\"0 0 26 28\">\n<title>calendar</title>\n<path d=\"M2 26h4.5v-4.5h-4.5v4.5zM7.5 26h5v-4.5h-5v4.5zM2 20.5h4.5v-5h-4.5v5zM7.5 20.5h5v-5h-5v5zM2 14.5h4.5v-4.5h-4.5v4.5zM13.5 26h5v-4.5h-5v4.5zM7.5 14.5h5v-4.5h-5v4.5zM19.5 26h4.5v-4.5h-4.5v4.5zM13.5 20.5h5v-5h-5v5zM8 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM19.5 20.5h4.5v-5h-4.5v5zM13.5 14.5h5v-4.5h-5v4.5zM19.5 14.5h4.5v-4.5h-4.5v4.5zM20 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-random\" viewBox=\"0 0 28 28\">\n<title>random</title>\n<path d=\"M10.406 7.516c-0.875 1.344-1.516 2.797-2.141 4.266-0.906-1.891-1.906-3.781-4.266-3.781h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.781 0 4.828 1.297 6.406 3.516zM28 20c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3c-4.641 0-7.5 0.547-10.391-3.516 0.859-1.344 1.5-2.797 2.125-4.266 0.906 1.891 1.906 3.781 4.266 3.781h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM28 6c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.219-0.5-0.5v-3h-4c-2.078 0-3.063 1.422-3.938 3.109-0.453 0.875-0.844 1.781-1.219 2.672-1.734 4.031-3.766 8.219-8.844 8.219h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.078 0 3.063-1.422 3.938-3.109 0.453-0.875 0.844-1.781 1.219-2.672 1.734-4.031 3.766-8.219 8.844-8.219h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment\" viewBox=\"0 0 28 28\">\n<title>comment</title>\n<path d=\"M28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344-0.344 0.031-0.672-0.219-0.75-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magnet\" viewBox=\"0 0 24 28\">\n<title>magnet</title>\n<path d=\"M24 13v2c0 6.375-5.047 11-12 11s-12-4.625-12-11v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v2c0 2.859 3.328 3 4 3s4-0.141 4-3v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM8 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM24 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-up\" viewBox=\"0 0 28 28\">\n<title>chevron-up</title>\n<path d=\"M26.297 20.797l-2.594 2.578c-0.391 0.391-1.016 0.391-1.406 0l-8.297-8.297-8.297 8.297c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.578c-0.391-0.391-0.391-1.031 0-1.422l11.594-11.578c0.391-0.391 1.016-0.391 1.406 0l11.594 11.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-down\" viewBox=\"0 0 28 28\">\n<title>chevron-down</title>\n<path d=\"M26.297 12.625l-11.594 11.578c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.578c-0.391-0.391-0.391-1.031 0-1.422l2.594-2.578c0.391-0.391 1.016-0.391 1.406 0l8.297 8.297 8.297-8.297c0.391-0.391 1.016-0.391 1.406 0l2.594 2.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-retweet\" viewBox=\"0 0 30 28\">\n<title>retweet</title>\n<path d=\"M20 23.5c0 0.266-0.234 0.5-0.5 0.5h-15c-0.578 0-0.5-0.609-0.5-1v-9h-3c-0.547 0-1-0.453-1-1 0-0.234 0.078-0.469 0.234-0.641l5-6c0.187-0.219 0.469-0.344 0.766-0.344s0.578 0.125 0.766 0.344l5 6c0.156 0.172 0.234 0.406 0.234 0.641 0 0.547-0.453 1-1 1h-3v6h9c0.141 0 0.297 0.063 0.391 0.172l2.5 3c0.063 0.094 0.109 0.219 0.109 0.328zM30 17c0 0.234-0.078 0.469-0.234 0.641l-5 6c-0.187 0.219-0.469 0.359-0.766 0.359s-0.578-0.141-0.766-0.359l-5-6c-0.156-0.172-0.234-0.406-0.234-0.641 0-0.547 0.453-1 1-1h3v-6h-9c-0.141 0-0.297-0.063-0.391-0.187l-2.5-3c-0.063-0.078-0.109-0.203-0.109-0.313 0-0.266 0.234-0.5 0.5-0.5h15c0.578 0 0.5 0.609 0.5 1v9h3c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-cart\" viewBox=\"0 0 26 28\">\n<title>shopping-cart</title>\n<path d=\"M10 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM24 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM26 7v8c0 0.5-0.391 0.938-0.891 1l-16.312 1.906c0.078 0.359 0.203 0.719 0.203 1.094 0 0.359-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.703-1.656 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.047 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder\" viewBox=\"0 0 26 28\">\n<title>folder</title>\n<path d=\"M26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open\" viewBox=\"0 0 29 28\">\n<title>folder-open</title>\n<path d=\"M29.359 14.875c0 0.375-0.234 0.75-0.484 1.031l-5.25 6.188c-0.906 1.062-2.75 1.906-4.125 1.906h-17c-0.562 0-1.359-0.172-1.359-0.875 0-0.375 0.234-0.75 0.484-1.031l5.25-6.188c0.906-1.062 2.75-1.906 4.125-1.906h17c0.562 0 1.359 0.172 1.359 0.875zM24 9.5v2.5h-13c-1.953 0-4.375 1.109-5.641 2.609l-5.344 6.281c0-0.125-0.016-0.266-0.016-0.391v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-v\" viewBox=\"0 0 12 28\">\n<title>arrows-v</title>\n<path d=\"M11 5c0 0.547-0.453 1-1 1h-2v16h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-16h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-h\" viewBox=\"0 0 28 28\">\n<title>arrows-h</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-16v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h16v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bar-chart\" viewBox=\"0 0 32 28\">\n<title>bar-chart</title>\n<path d=\"M10 14v8h-4v-8h4zM16 6v16h-4v-16h4zM32 24v2h-32v-24h2v22h30zM22 10v12h-4v-12h4zM28 4v18h-4v-18h4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter-square\" viewBox=\"0 0 24 28\">\n<title>twitter-square</title>\n<path d=\"M20 9.531c-0.594 0.266-1.219 0.438-1.891 0.531 0.688-0.406 1.203-1.062 1.453-1.828-0.641 0.375-1.344 0.656-2.094 0.797-0.594-0.641-1.453-1.031-2.391-1.031-1.813 0-3.281 1.469-3.281 3.281 0 0.25 0.016 0.516 0.078 0.75-2.734-0.141-5.156-1.437-6.781-3.437-0.281 0.484-0.453 1.062-0.453 1.656 0 1.141 0.531 2.141 1.422 2.734-0.547-0.016-1.062-0.172-1.563-0.406v0.031c0 1.594 1.203 2.922 2.703 3.219-0.281 0.078-0.5 0.125-0.797 0.125-0.203 0-0.406-0.031-0.609-0.063 0.422 1.297 1.625 2.25 3.063 2.281-1.125 0.875-2.531 1.406-4.078 1.406-0.266 0-0.531-0.016-0.781-0.047 1.453 0.922 3.172 1.469 5.031 1.469 6.031 0 9.344-5 9.344-9.344 0-0.141 0-0.281-0.016-0.422 0.641-0.453 1.203-1.031 1.641-1.703zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-square\" viewBox=\"0 0 24 28\">\n<title>facebook-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-2.938v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-8.313c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera-retro\" viewBox=\"0 0 28 28\">\n<title>camera-retro</title>\n<path d=\"M14.5 13c0-0.281-0.219-0.5-0.5-0.5-1.375 0-2.5 1.125-2.5 2.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-0.828 0.672-1.5 1.5-1.5 0.281 0 0.5-0.219 0.5-0.5zM18 15.031c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM2 24h24v-2h-24v2zM20 15.031c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM4 5h6v-2h-6v2zM2 8h24v-4h-12.938l-1 2h-10.063v2zM28 4v20c0 1.109-0.891 2-2 2h-24c-1.109 0-2-0.891-2-2v-20c0-1.109 0.891-2 2-2h24c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-key\" viewBox=\"0 0 26 28\">\n<title>key</title>\n<path d=\"M13 8c0-1.656-1.344-3-3-3s-3 1.344-3 3c0 0.453 0.109 0.891 0.297 1.297-0.406-0.187-0.844-0.297-1.297-0.297-1.656 0-3 1.344-3 3s1.344 3 3 3 3-1.344 3-3c0-0.453-0.109-0.891-0.297-1.297 0.406 0.187 0.844 0.297 1.297 0.297 1.656 0 3-1.344 3-3zM26.297 19c0 0.359-1.437 1.797-1.797 1.797-0.406 0-1.672-1.469-2-1.797l-1.5 1.5 3.437 3.437c0.281 0.281 0.438 0.672 0.438 1.062 0 0.875-1 1.875-1.875 1.875-0.391 0-0.781-0.156-1.062-0.438l-10.484-10.484c-1.641 1.219-3.641 2.047-5.703 2.047-3.406 0-5.75-2.359-5.75-5.75 0-5.125 5.125-10.25 10.25-10.25 3.391 0 5.75 2.344 5.75 5.75 0 2.063-0.828 4.062-2.047 5.703l5.547 5.547 1.5-1.5c-0.328-0.328-1.797-1.594-1.797-2 0-0.359 1.437-1.797 1.797-1.797 0.125 0 0.266 0.063 0.359 0.156 0.578 0.578 4.937 4.688 4.937 5.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cogs\" viewBox=\"0 0 30 28\">\n<title>cogs</title>\n<path d=\"M14 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM26 22c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM26 6c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM20 12.578v2.891c0 0.203-0.156 0.438-0.359 0.469l-2.422 0.375c-0.125 0.406-0.297 0.797-0.5 1.188 0.438 0.625 0.906 1.203 1.406 1.797 0.063 0.094 0.109 0.187 0.109 0.313 0 0.109-0.031 0.219-0.109 0.297-0.313 0.422-2.063 2.328-2.516 2.328-0.125 0-0.234-0.047-0.328-0.109l-1.797-1.406c-0.391 0.203-0.781 0.359-1.203 0.484-0.078 0.797-0.156 1.656-0.359 2.422-0.063 0.219-0.25 0.375-0.469 0.375h-2.906c-0.219 0-0.438-0.172-0.469-0.391l-0.359-2.391c-0.406-0.125-0.797-0.297-1.172-0.484l-1.844 1.391c-0.078 0.078-0.203 0.109-0.313 0.109-0.125 0-0.234-0.047-0.328-0.125-0.406-0.375-2.25-2.047-2.25-2.5 0-0.109 0.047-0.203 0.109-0.297 0.453-0.594 0.922-1.172 1.375-1.781-0.219-0.422-0.406-0.844-0.547-1.281l-2.375-0.375c-0.219-0.031-0.375-0.234-0.375-0.453v-2.891c0-0.203 0.156-0.438 0.359-0.469l2.422-0.375c0.125-0.406 0.297-0.797 0.5-1.188-0.438-0.625-0.906-1.203-1.406-1.797-0.063-0.094-0.109-0.203-0.109-0.313s0.031-0.219 0.109-0.313c0.313-0.422 2.063-2.312 2.516-2.312 0.125 0 0.234 0.047 0.328 0.109l1.797 1.406c0.391-0.203 0.781-0.359 1.203-0.5 0.078-0.781 0.156-1.641 0.359-2.406 0.063-0.219 0.25-0.375 0.469-0.375h2.906c0.219 0 0.438 0.172 0.469 0.391l0.359 2.391c0.406 0.125 0.797 0.297 1.172 0.484l1.844-1.391c0.094-0.078 0.203-0.109 0.313-0.109 0.125 0 0.234 0.047 0.328 0.125 0.406 0.375 2.25 2.063 2.25 2.5 0 0.109-0.047 0.203-0.109 0.297-0.453 0.609-0.922 1.172-1.359 1.781 0.203 0.422 0.391 0.844 0.531 1.281l2.375 0.359c0.219 0.047 0.375 0.25 0.375 0.469zM30 20.906v2.188c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484zM30 4.906v2.187c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments\" viewBox=\"0 0 28 28\">\n<title>comments</title>\n<path d=\"M22 12c0 4.422-4.922 8-11 8-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8s11 3.578 11 8zM28 16c0 2.547-1.625 4.797-4.156 6.266 0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-up\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 12c0-1.062-0.953-2-2-2h-5.5c0-1.828 1.5-3.156 1.5-5 0-1.828-0.359-3-2.5-3-1 1.016-0.484 3.406-2 5-0.438 0.453-0.812 0.938-1.203 1.422-0.703 0.906-2.562 3.578-3.797 3.578h-0.5v10h0.5c0.875 0 2.312 0.562 3.156 0.859 1.719 0.594 3.5 1.141 5.344 1.141h1.891c1.766 0 3-0.703 3-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609 0.734-0.016 1.172-1.422 1.172-2zM24 11.984c0 0.906-0.266 1.797-0.766 2.547 0.094 0.344 0.141 0.719 0.141 1.078 0 0.781-0.203 1.563-0.594 2.25 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688h-2.016c-2.219 0-4.281-0.656-6.344-1.375-0.453-0.156-1.719-0.625-2.156-0.625h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.281c0.609-0.406 1.672-1.813 2.141-2.422 0.531-0.688 1.078-1.359 1.672-2 0.938-1 0.438-3.469 2-5 0.375-0.359 0.875-0.578 1.406-0.578 1.625 0 3.187 0.578 3.953 2.094 0.484 0.953 0.547 1.859 0.547 2.906 0 1.094-0.281 2.031-0.75 3h2.75c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-down\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-down</title>\n<path d=\"M4 7c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 16c0-0.578-0.438-1.984-1.172-2 0.328-0.375 0.547-1.109 0.547-1.609 0-0.734-0.297-1.359-0.828-1.859 0.187-0.328 0.281-0.703 0.281-1.078 0-0.719-0.359-1.609-1.016-1.969 0.047-0.281 0.078-0.578 0.078-0.875 0-1.828-1.156-2.609-2.891-2.609h-2c-1.844 0-3.625 0.547-5.344 1.141-0.844 0.297-2.281 0.859-3.156 0.859h-0.5v10h0.5c1.234 0 3.094 2.672 3.797 3.578 0.391 0.484 0.766 0.969 1.203 1.422 1.516 1.594 1 3.984 2 5 2.141 0 2.5-1.172 2.5-3 0-1.844-1.5-3.172-1.5-5h5.5c1.047 0 2-0.938 2-2zM24 16.016c0 2.156-1.844 3.984-4 3.984h-2.75c0.469 0.969 0.75 1.906 0.75 3 0 1.031-0.063 1.969-0.547 2.906-0.766 1.516-2.328 2.094-3.953 2.094-0.531 0-1.031-0.219-1.406-0.578-1.563-1.531-1.078-4-2-5.016-0.594-0.625-1.141-1.297-1.672-1.984-0.469-0.609-1.531-2.016-2.141-2.422h-4.281c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.438 0 1.703-0.469 2.156-0.625 2.25-0.781 4.203-1.375 6.609-1.375h1.75c2.844 0 4.891 1.687 4.875 4.609v0.078c0.609 0.781 0.938 1.781 0.938 2.781 0 0.219-0.016 0.453-0.047 0.672 0.391 0.688 0.594 1.469 0.594 2.25 0 0.359-0.047 0.734-0.141 1.078 0.5 0.75 0.766 1.641 0.766 2.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half\" viewBox=\"0 0 13 28\">\n<title>star-half</title>\n<path d=\"M13 0.5v20.922l-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart-o\" viewBox=\"0 0 28 28\">\n<title>heart-o</title>\n<path d=\"M26 9.312c0-4.391-2.969-5.313-5.469-5.313-2.328 0-4.953 2.516-5.766 3.484-0.375 0.453-1.156 0.453-1.531 0-0.812-0.969-3.437-3.484-5.766-3.484-2.5 0-5.469 0.922-5.469 5.313 0 2.859 2.891 5.516 2.922 5.547l9.078 8.75 9.063-8.734c0.047-0.047 2.938-2.703 2.938-5.563zM28 9.312c0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-out\" viewBox=\"0 0 25 28\">\n<title>sign-out</title>\n<path d=\"M10 22.5c0 0.438 0.203 1.5-0.5 1.5h-5c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h5c0.266 0 0.5 0.234 0.5 0.5 0 0.438 0.203 1.5-0.5 1.5h-5c-1.375 0-2.5 1.125-2.5 2.5v11c0 1.375 1.125 2.5 2.5 2.5h4.5c0.391 0 1-0.078 1 0.5zM24.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin-square\" viewBox=\"0 0 24 28\">\n<title>linkedin-square</title>\n<path d=\"M3.703 22.094h3.609v-10.844h-3.609v10.844zM7.547 7.906c-0.016-1.062-0.781-1.875-2.016-1.875s-2.047 0.812-2.047 1.875c0 1.031 0.781 1.875 2 1.875h0.016c1.266 0 2.047-0.844 2.047-1.875zM16.688 22.094h3.609v-6.219c0-3.328-1.781-4.875-4.156-4.875-1.937 0-2.797 1.078-3.266 1.828h0.031v-1.578h-3.609s0.047 1.016 0 10.844v0h3.609v-6.062c0-0.313 0.016-0.641 0.109-0.875 0.266-0.641 0.859-1.313 1.859-1.313 1.297 0 1.813 0.984 1.813 2.453v5.797zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumb-tack\" viewBox=\"0 0 18 28\">\n<title>thumb-tack</title>\n<path d=\"M7.5 13.5v-7c0-0.281-0.219-0.5-0.5-0.5s-0.5 0.219-0.5 0.5v7c0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5zM18 19c0 0.547-0.453 1-1 1h-6.703l-0.797 7.547c-0.031 0.25-0.234 0.453-0.484 0.453h-0.016c-0.25 0-0.453-0.172-0.5-0.422l-1.188-7.578h-6.312c-0.547 0-1-0.453-1-1 0-2.562 1.937-5 4-5v-8c-1.094 0-2-0.906-2-2s0.906-2 2-2h10c1.094 0 2 0.906 2 2s-0.906 2-2 2v8c2.063 0 4 2.438 4 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link\" viewBox=\"0 0 28 28\">\n<title>external-link</title>\n<path d=\"M22 14.5v5c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM28 1v8c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.75-2.75-10.187 10.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l10.187-10.187-2.75-2.75c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-in\" viewBox=\"0 0 24 28\">\n<title>sign-in</title>\n<path d=\"M18.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703zM24 8.5v11c0 2.484-2.016 4.5-4.5 4.5h-5c-0.266 0-0.5-0.234-0.5-0.5 0-0.438-0.203-1.5 0.5-1.5h5c1.375 0 2.5-1.125 2.5-2.5v-11c0-1.375-1.125-2.5-2.5-2.5h-4.5c-0.391 0-1 0.078-1-0.5 0-0.438-0.203-1.5 0.5-1.5h5c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trophy\" viewBox=\"0 0 26 28\">\n<title>trophy</title>\n<path d=\"M7.156 13.797c-0.656-1.437-1.156-3.344-1.156-5.797h-4v1.5c0 1.531 2.078 3.656 5.156 4.297zM24 9.5v-1.5h-4c0 2.453-0.5 4.359-1.156 5.797 3.078-0.641 5.156-2.766 5.156-4.297zM26 7.5v2c0 2.969-3.594 6.25-8.469 6.484-0.625 0.797-1.203 1.266-1.484 1.484-0.828 0.75-1.047 1.531-1.047 2.531s0.5 2 2 2 3 1 3 2.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-1.5 1.5-2.5 3-2.5s2-1 2-2-0.219-1.781-1.047-2.531c-0.281-0.219-0.859-0.688-1.484-1.484-4.875-0.234-8.469-3.516-8.469-6.484v-2c0-0.828 0.672-1.5 1.5-1.5h4.5v-1.5c0-1.375 1.125-2.5 2.5-2.5h9c1.375 0 2.5 1.125 2.5 2.5v1.5h4.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-square\" viewBox=\"0 0 24 28\">\n<title>github-square</title>\n<path d=\"M8.109 18.75v0c0.031-0.047 0.016-0.141-0.047-0.203-0.078-0.063-0.172-0.078-0.219-0.031-0.031 0.047-0.016 0.141 0.047 0.203 0.078 0.063 0.172 0.078 0.219 0.031zM7.672 18.109c-0.047-0.063-0.125-0.094-0.187-0.063-0.047 0.031-0.047 0.125 0 0.187 0.063 0.078 0.141 0.109 0.187 0.078v0c0.047-0.031 0.047-0.125 0-0.203zM7.031 17.484v0c0.016-0.031-0.016-0.094-0.078-0.125-0.047-0.016-0.109-0.016-0.125 0.031-0.031 0.047 0 0.094 0.063 0.125 0.063 0.016 0.125 0.016 0.141-0.031zM7.359 17.844v0c0.031-0.031 0.031-0.109-0.031-0.156-0.047-0.063-0.125-0.078-0.156-0.047-0.047 0.047-0.031 0.109 0.016 0.172 0.047 0.047 0.125 0.078 0.172 0.031zM8.703 19.016v0c0.016-0.063-0.047-0.141-0.141-0.172s-0.172 0-0.203 0.063c-0.016 0.063 0.047 0.141 0.141 0.172s0.172 0 0.203-0.063zM9.359 19.063v0c0-0.063-0.078-0.125-0.187-0.125-0.094 0-0.156 0.063-0.156 0.125s0.078 0.125 0.172 0.125 0.172-0.063 0.172-0.125zM9.969 18.953v0c-0.016-0.063-0.109-0.094-0.203-0.078s-0.156 0.078-0.141 0.141 0.094 0.109 0.187 0.094 0.156-0.094 0.156-0.156zM20 14c0-4.422-3.578-8-8-8s-8 3.578-8 8c0 3.531 2.297 6.531 5.469 7.594 0.406 0.078 0.547-0.172 0.547-0.391 0-0.187 0-0.812-0.016-1.484 0 0-2.219 0.484-2.688-0.953 0 0-0.359-0.922-0.891-1.156 0 0-0.719-0.5 0.063-0.5 0 0 0.781 0.063 1.219 0.828 0.703 1.234 1.875 0.875 2.328 0.672 0.078-0.516 0.281-0.875 0.516-1.078-1.781-0.203-3.656-0.891-3.656-3.953 0-0.875 0.313-1.578 0.828-2.141-0.078-0.203-0.359-1.016 0.078-2.125 0.672-0.203 2.203 0.828 2.203 0.828 0.641-0.187 1.313-0.266 2-0.266s1.359 0.078 2 0.266c0 0 1.531-1.031 2.203-0.828 0.438 1.109 0.156 1.922 0.078 2.125 0.516 0.562 0.828 1.266 0.828 2.141 0 3.078-1.875 3.75-3.656 3.953 0.281 0.25 0.547 0.734 0.547 1.484 0 1.062-0.016 1.922-0.016 2.188 0 0.219 0.141 0.469 0.547 0.391 3.172-1.062 5.469-4.062 5.469-7.594zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-upload\" viewBox=\"0 0 26 28\">\n<title>upload</title>\n<path d=\"M20 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h6.672c0.422 1.156 1.531 2 2.828 2h4c1.297 0 2.406-0.844 2.828-2h6.672c0.828 0 1.5 0.672 1.5 1.5zM20.922 9.375c-0.156 0.375-0.516 0.625-0.922 0.625h-4v7c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-7h-4c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l7-7c0.187-0.203 0.453-0.297 0.703-0.297s0.516 0.094 0.703 0.297l7 7c0.297 0.281 0.375 0.719 0.219 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lemon-o\" viewBox=\"0 0 24 28\">\n<title>lemon-o</title>\n<path d=\"M21.984 12.906c0-0.734-0.141-2.656-0.391-3.281-0.297-0.75-0.469-1.172-0.469-2.016 0-0.719 0.156-1.422 0.156-2.125 0-0.297-0.016-0.609-0.156-0.859-0.063-0.016-0.141-0.016-0.203-0.016-0.609 0-1.219 0.141-1.828 0.141-1.859 0-3.625-0.75-5.484-0.75-1.453 0-2.859 0.547-4.203 1.078-1.062 0.422-2.234 0.922-3.156 1.609-3.156 2.391-4.25 6.766-4.25 10.531 0 1.266 0.391 2.5 0.391 3.766 0 0.719-0.344 1.375-0.344 2.063 0 0.438 0.25 0.797 0.719 0.797 0.766 0 1.5-0.344 2.281-0.344 1.781 0 3.516 0.484 5.297 0.484 1.391 0 3.141-0.109 4.438-0.562 4.109-1.453 7.203-6.203 7.203-10.516zM23.984 12.875c0 5.203-3.609 10.687-8.547 12.437-1.547 0.547-3.469 0.688-5.094 0.688-1.781 0-3.531-0.453-5.297-0.453-0.75 0-1.5 0.453-2.281 0.453-1.547 0-2.719-1.391-2.719-2.875 0-0.734 0.344-1.391 0.344-2.109 0-1.266-0.391-2.5-0.391-3.781 0-4.438 1.359-9.344 5.047-12.141 1.062-0.812 2.391-1.391 3.625-1.875 1.594-0.641 3.203-1.219 4.937-1.219 1.859 0 3.625 0.75 5.453 0.75 0.594 0 1.188-0.156 1.797-0.156 1.781 0 2.422 1.266 2.422 2.891 0 0.703-0.156 1.422-0.156 2.125 0 0.562 0.141 0.781 0.328 1.281 0.359 0.906 0.531 2.984 0.531 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone\" viewBox=\"0 0 22 28\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square-o\" viewBox=\"0 0 22 28\">\n<title>square-o</title>\n<path d=\"M17.5 4h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-13c0-1.375-1.125-2.5-2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark-o\" viewBox=\"0 0 20 28\">\n<title>bookmark-o</title>\n<path d=\"M18 4h-16v19.406l8-7.672 1.391 1.328 6.609 6.344v-19.406zM18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone-square\" viewBox=\"0 0 24 28\">\n<title>phone-square</title>\n<path d=\"M20 18.641c0-0.078 0-0.172-0.031-0.25-0.094-0.281-2.375-1.437-2.812-1.687-0.297-0.172-0.656-0.516-1.016-0.516-0.688 0-1.703 2.047-2.312 2.047-0.313 0-0.703-0.281-0.984-0.438-2.063-1.156-3.484-2.578-4.641-4.641-0.156-0.281-0.438-0.672-0.438-0.984 0-0.609 2.047-1.625 2.047-2.312 0-0.359-0.344-0.719-0.516-1.016-0.25-0.438-1.406-2.719-1.687-2.812-0.078-0.031-0.172-0.031-0.25-0.031-0.406 0-1.203 0.187-1.578 0.344-1.031 0.469-1.781 2.438-1.781 3.516 0 1.047 0.422 2 0.781 2.969 1.25 3.422 4.969 7.141 8.391 8.391 0.969 0.359 1.922 0.781 2.969 0.781 1.078 0 3.047-0.75 3.516-1.781 0.156-0.375 0.344-1.172 0.344-1.578zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter\" viewBox=\"0 0 26 28\">\n<title>twitter</title>\n<path d=\"M25.312 6.375c-0.688 1-1.547 1.891-2.531 2.609 0.016 0.219 0.016 0.438 0.016 0.656 0 6.672-5.078 14.359-14.359 14.359-2.859 0-5.516-0.828-7.75-2.266 0.406 0.047 0.797 0.063 1.219 0.063 2.359 0 4.531-0.797 6.266-2.156-2.219-0.047-4.078-1.5-4.719-3.5 0.313 0.047 0.625 0.078 0.953 0.078 0.453 0 0.906-0.063 1.328-0.172-2.312-0.469-4.047-2.5-4.047-4.953v-0.063c0.672 0.375 1.453 0.609 2.281 0.641-1.359-0.906-2.25-2.453-2.25-4.203 0-0.938 0.25-1.797 0.688-2.547 2.484 3.062 6.219 5.063 10.406 5.281-0.078-0.375-0.125-0.766-0.125-1.156 0-2.781 2.25-5.047 5.047-5.047 1.453 0 2.766 0.609 3.687 1.594 1.141-0.219 2.234-0.641 3.203-1.219-0.375 1.172-1.172 2.156-2.219 2.781 1.016-0.109 2-0.391 2.906-0.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook\" viewBox=\"0 0 16 28\">\n<title>facebook</title>\n<path d=\"M14.984 0.187v4.125h-2.453c-1.922 0-2.281 0.922-2.281 2.25v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406c0-3.953 2.422-6.109 5.953-6.109 1.687 0 3.141 0.125 3.563 0.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github\" viewBox=\"0 0 24 28\">\n<title>github</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12 0 5.297-3.437 9.797-8.203 11.391-0.609 0.109-0.828-0.266-0.828-0.578 0-0.391 0.016-1.687 0.016-3.297 0-1.125-0.375-1.844-0.812-2.219 2.672-0.297 5.484-1.313 5.484-5.922 0-1.313-0.469-2.375-1.234-3.219 0.125-0.313 0.531-1.531-0.125-3.187-1-0.313-3.297 1.234-3.297 1.234-0.953-0.266-1.984-0.406-3-0.406s-2.047 0.141-3 0.406c0 0-2.297-1.547-3.297-1.234-0.656 1.656-0.25 2.875-0.125 3.187-0.766 0.844-1.234 1.906-1.234 3.219 0 4.594 2.797 5.625 5.469 5.922-0.344 0.313-0.656 0.844-0.766 1.609-0.688 0.313-2.438 0.844-3.484-1-0.656-1.141-1.844-1.234-1.844-1.234-1.172-0.016-0.078 0.734-0.078 0.734 0.781 0.359 1.328 1.75 1.328 1.75 0.703 2.141 4.047 1.422 4.047 1.422 0 1 0.016 1.937 0.016 2.234 0 0.313-0.219 0.688-0.828 0.578-4.766-1.594-8.203-6.094-8.203-11.391 0-6.625 5.375-12 12-12zM4.547 19.234c0.031-0.063-0.016-0.141-0.109-0.187-0.094-0.031-0.172-0.016-0.203 0.031-0.031 0.063 0.016 0.141 0.109 0.187 0.078 0.047 0.172 0.031 0.203-0.031zM5.031 19.766c0.063-0.047 0.047-0.156-0.031-0.25-0.078-0.078-0.187-0.109-0.25-0.047-0.063 0.047-0.047 0.156 0.031 0.25 0.078 0.078 0.187 0.109 0.25 0.047zM5.5 20.469c0.078-0.063 0.078-0.187 0-0.297-0.063-0.109-0.187-0.156-0.266-0.094-0.078 0.047-0.078 0.172 0 0.281s0.203 0.156 0.266 0.109zM6.156 21.125c0.063-0.063 0.031-0.203-0.063-0.297-0.109-0.109-0.25-0.125-0.313-0.047-0.078 0.063-0.047 0.203 0.063 0.297 0.109 0.109 0.25 0.125 0.313 0.047zM7.047 21.516c0.031-0.094-0.063-0.203-0.203-0.25-0.125-0.031-0.266 0.016-0.297 0.109s0.063 0.203 0.203 0.234c0.125 0.047 0.266 0 0.297-0.094zM8.031 21.594c0-0.109-0.125-0.187-0.266-0.172-0.141 0-0.25 0.078-0.25 0.172 0 0.109 0.109 0.187 0.266 0.172 0.141 0 0.25-0.078 0.25-0.172zM8.937 21.438c-0.016-0.094-0.141-0.156-0.281-0.141-0.141 0.031-0.234 0.125-0.219 0.234 0.016 0.094 0.141 0.156 0.281 0.125s0.234-0.125 0.219-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock\" viewBox=\"0 0 26 28\">\n<title>unlock</title>\n<path d=\"M26 9v4c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v3h1.5c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h10.5v-3c0-3.859 3.141-7 7-7s7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card\" viewBox=\"0 0 30 28\">\n<title>credit-card</title>\n<path d=\"M27.5 2c1.375 0 2.5 1.125 2.5 2.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25zM2.5 4c-0.266 0-0.5 0.234-0.5 0.5v3.5h26v-3.5c0-0.266-0.234-0.5-0.5-0.5h-25zM27.5 24c0.266 0 0.5-0.234 0.5-0.5v-9.5h-26v9.5c0 0.266 0.234 0.5 0.5 0.5h25zM4 22v-2h4v2h-4zM10 22v-2h6v2h-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-feed\" viewBox=\"0 0 22 28\">\n<title>feed</title>\n<path d=\"M6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 22.922c0.016 0.281-0.078 0.547-0.266 0.75-0.187 0.219-0.453 0.328-0.734 0.328h-2.109c-0.516 0-0.938-0.391-0.984-0.906-0.453-4.766-4.234-8.547-9-9-0.516-0.047-0.906-0.469-0.906-0.984v-2.109c0-0.281 0.109-0.547 0.328-0.734 0.172-0.172 0.422-0.266 0.672-0.266h0.078c3.328 0.266 6.469 1.719 8.828 4.094 2.375 2.359 3.828 5.5 4.094 8.828zM22 22.953c0.016 0.266-0.078 0.531-0.281 0.734-0.187 0.203-0.438 0.313-0.719 0.313h-2.234c-0.531 0-0.969-0.406-1-0.938-0.516-9.078-7.75-16.312-16.828-16.844-0.531-0.031-0.938-0.469-0.938-0.984v-2.234c0-0.281 0.109-0.531 0.313-0.719 0.187-0.187 0.438-0.281 0.688-0.281h0.047c5.469 0.281 10.609 2.578 14.484 6.469 3.891 3.875 6.188 9.016 6.469 14.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hdd-o\" viewBox=\"0 0 24 28\">\n<title>hdd-o</title>\n<path d=\"M16.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM20.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM22 21.5v-5c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5zM2.781 14h18.438l-2.453-7.531c-0.078-0.266-0.375-0.469-0.656-0.469h-12.219c-0.281 0-0.578 0.203-0.656 0.469zM24 16.5v5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-5c0-0.422 0.125-0.781 0.25-1.172l3.078-9.469c0.359-1.094 1.406-1.859 2.562-1.859h12.219c1.156 0 2.203 0.766 2.562 1.859l3.078 9.469c0.125 0.391 0.25 0.75 0.25 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullhorn\" viewBox=\"0 0 28 28\">\n<title>bullhorn</title>\n<path d=\"M26 10c1.109 0 2 0.891 2 2s-0.891 2-2 2v6c0 1.094-0.906 2-2 2-2.781-2.312-7.266-5.484-12.688-5.938-1.859 0.625-2.5 2.797-1.281 4.047-1.094 1.797 0.313 3.063 1.969 4.359-0.969 1.906-5 1.937-6.438 0.609-0.906-2.781-2.25-5.563-1.156-9.078h-1.906c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h7.5c6 0 11-3.5 14-6 1.094 0 2 0.906 2 2v6zM24 19.437v-14.906c-4.078 3.125-8.031 4.922-12 5.359v4.219c3.969 0.438 7.922 2.203 12 5.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-o\" viewBox=\"0 0 28 28\">\n<title>bell-o</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM3.844 22h20.312c-2.797-3.156-4.156-7.438-4.156-13 0-2.016-1.906-5-6-5s-6 2.984-6 5c0 5.563-1.359 9.844-4.156 13zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-certificate\" viewBox=\"0 0 24 28\">\n<title>certificate</title>\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-right\" viewBox=\"0 0 28 28\">\n<title>hand-o-right</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 12c0-1.062-0.953-2-2-2h-9c0-0.984 1.5-2 1.5-4 0-1.5-1.172-2-2.5-2-0.438 0-1.234 1.813-1.406 2.172-0.187 0.344-0.375 0.688-0.578 1.016-0.516 0.828-1.109 1.547-1.75 2.266-1 1.141-2.109 2.547-3.766 2.547h-0.5v10h0.5c2.734 0 5.406 2 8.437 2 1.75 0 2.953-0.734 2.953-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609h5.172c1.078 0 2-0.922 2-2zM28 11.984c0 2.188-1.813 4.016-4 4.016h-2.641c-0.047 0.656-0.25 1.281-0.578 1.859 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688-1.75 0-3.406-0.484-5.031-1.078-0.953-0.344-2.5-0.922-3.484-0.922h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.75 0 1.813-1.344 2.266-1.859 0.562-0.641 1.094-1.281 1.563-2.016 0.906-1.453 1.578-4.125 3.672-4.125 2.484 0 4.5 1.359 4.5 4 0 0.688-0.109 1.359-0.344 2h5.844c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-left\" viewBox=\"0 0 28 28\">\n<title>hand-o-left</title>\n<path d=\"M21.5 22h0.5v-10h-0.5c-1.656 0-2.766-1.406-3.766-2.547-0.641-0.719-1.234-1.437-1.75-2.266-0.219-0.344-0.406-0.703-0.594-1.062s-0.969-2.125-1.391-2.125c-1.328 0-2.5 0.5-2.5 2 0 2 1.5 3.016 1.5 4h-9c-1.047 0-2 0.938-2 2 0 1.078 0.922 2 2 2h5.172c-0.328 0.375-0.547 1.109-0.547 1.609 0 0.734 0.297 1.359 0.828 1.859-0.187 0.328-0.281 0.703-0.281 1.078 0 0.719 0.359 1.609 1.016 1.969-0.047 0.281-0.063 0.578-0.063 0.875 0 1.844 1.141 2.609 2.875 2.609 3.109 0 5.766-2 8.5-2zM26 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 12v10c0 1.109-0.891 2-2 2h-4.5c-0.984 0-2.531 0.578-3.484 0.922-1.594 0.578-3.234 1.078-4.953 1.078-2.875 0-4.969-1.625-4.953-4.609l0.016-0.078c-0.625-0.781-0.953-1.781-0.953-2.781 0-0.219 0.016-0.453 0.047-0.672-0.328-0.578-0.531-1.203-0.578-1.859h-2.641c-2.188 0-4-1.828-4-4.016 0-2.156 1.844-3.984 4-3.984h5.844c-0.234-0.641-0.344-1.312-0.344-2 0-2.641 2.016-4 4.5-4 2.094 0 2.766 2.672 3.672 4.125 0.469 0.734 1 1.375 1.563 2.016 0.453 0.516 1.516 1.859 2.266 1.859h4.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-up\" viewBox=\"0 0 24 28\">\n<title>hand-o-up</title>\n<path d=\"M20 25c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 13.062c0-1.766-0.719-2.953-2.609-2.953-0.297 0-0.594 0.031-0.875 0.078-0.359-0.656-1.25-1.016-1.969-1.016-0.375 0-0.75 0.094-1.078 0.281-0.5-0.531-1.125-0.828-1.859-0.828-0.5 0-1.234 0.219-1.609 0.547v-5.172c0-1.078-0.922-2-2-2-1.062 0-2 0.953-2 2v9c-0.984 0-2-1.5-4-1.5-1.5 0-2 1.172-2 2.5 0 0.438 1.813 1.234 2.172 1.406 0.344 0.187 0.688 0.375 1.016 0.578 0.828 0.516 1.547 1.109 2.266 1.75 1.141 1 2.547 2.109 2.547 3.766v0.5h10v-0.5c0-2.734 2-5.406 2-8.437zM24 12.984c0 1.75-0.484 3.406-1.078 5.031-0.344 0.953-0.922 2.5-0.922 3.484v4.5c0 1.109-0.891 2-2 2h-10c-1.109 0-2-0.891-2-2v-4.5c0-0.75-1.344-1.813-1.859-2.266-0.641-0.562-1.281-1.094-2.016-1.563-1.453-0.906-4.125-1.578-4.125-3.672 0-2.484 1.359-4.5 4-4.5 0.688 0 1.359 0.109 2 0.344v-5.844c0-2.156 1.828-4 3.984-4 2.188 0 4.016 1.813 4.016 4v2.641c0.656 0.047 1.281 0.25 1.859 0.578 0.219-0.031 0.453-0.047 0.672-0.047 1 0 2 0.328 2.781 0.938 2.953-0.031 4.688 1.984 4.688 4.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-down\" viewBox=\"0 0 24 28\">\n<title>hand-o-down</title>\n<path d=\"M22 15c0-3.109-2-5.766-2-8.5v-0.5h-10v0.5c0 1.656-1.406 2.766-2.547 3.766-0.719 0.641-1.437 1.234-2.266 1.75-0.344 0.219-0.703 0.406-1.062 0.594s-2.125 0.969-2.125 1.391c0 1.328 0.5 2.5 2 2.5 2 0 3.016-1.5 4-1.5v9c0 1.047 0.938 2 2 2 1.078 0 2-0.922 2-2v-5.172c0.406 0.313 1.094 0.547 1.609 0.547 0.734 0 1.359-0.297 1.859-0.828 0.328 0.187 0.703 0.281 1.078 0.281 0.719 0 1.609-0.359 1.969-1.016 0.281 0.047 0.578 0.063 0.875 0.063 1.844 0 2.609-1.141 2.609-2.875zM20 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 14.938c0 2.875-1.625 4.969-4.609 4.953l-0.078-0.016c-0.781 0.625-1.781 0.953-2.781 0.953-0.219 0-0.453-0.016-0.672-0.047-0.531 0.297-1.25 0.516-1.859 0.578v2.641c0 2.188-1.828 4-4.016 4-2.156 0-3.984-1.844-3.984-4v-5.844c-0.609 0.25-1.344 0.344-2 0.344-2.625 0-4-2.016-4-4.5 0-2.094 2.672-2.766 4.125-3.672 0.734-0.469 1.375-1 2.016-1.563 0.516-0.453 1.859-1.516 1.859-2.266v-4.5c0-1.109 0.891-2 2-2h10c1.109 0 2 0.891 2 2v4.5c0 0.984 0.578 2.531 0.922 3.484 0.578 1.594 1.078 3.234 1.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-left</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-7.844l2.953-2.953c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.516-0.297-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703s-0.094-0.516-0.281-0.703l-2.953-2.953h7.844c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-right</title>\n<path d=\"M20.078 14c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l2.953 2.953h-7.844c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h7.844l-2.953 2.953c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.516 0.297 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-up</title>\n<path d=\"M20.062 13.984c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l2.953-2.953v7.844c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-7.844l2.953 2.953c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-down</title>\n<path d=\"M20.062 14.016c0-0.266-0.094-0.516-0.281-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-2.953 2.953v-7.844c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v7.844l-2.953-2.953c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-globe\" viewBox=\"0 0 24 28\">\n<title>globe</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM16.281 10.141c-0.125 0.094-0.203 0.266-0.359 0.297 0.078-0.016 0.156-0.297 0.203-0.359 0.094-0.109 0.219-0.172 0.344-0.234 0.266-0.109 0.531-0.141 0.812-0.187 0.266-0.063 0.594-0.063 0.797 0.172-0.047-0.047 0.328-0.375 0.375-0.391 0.141-0.078 0.375-0.047 0.469-0.187 0.031-0.047 0.031-0.344 0.031-0.344-0.266 0.031-0.359-0.219-0.375-0.438 0 0.016-0.031 0.063-0.094 0.125 0.016-0.234-0.281-0.063-0.391-0.094-0.359-0.094-0.313-0.344-0.422-0.609-0.063-0.141-0.234-0.187-0.297-0.328-0.063-0.094-0.094-0.297-0.234-0.313-0.094-0.016-0.266 0.328-0.297 0.313-0.141-0.078-0.203 0.031-0.313 0.094-0.094 0.063-0.172 0.031-0.266 0.078 0.281-0.094-0.125-0.25-0.266-0.219 0.219-0.063 0.109-0.297-0.016-0.406h0.078c-0.031-0.141-0.469-0.266-0.609-0.359s-0.891-0.25-1.047-0.156c-0.187 0.109 0.047 0.422 0.047 0.578 0.016 0.187-0.187 0.234-0.187 0.391 0 0.266 0.5 0.219 0.375 0.578-0.078 0.219-0.375 0.266-0.5 0.438-0.125 0.156 0.016 0.438 0.141 0.547 0.125 0.094-0.219 0.25-0.266 0.281-0.266 0.125-0.469-0.266-0.531-0.5-0.047-0.172-0.063-0.375-0.25-0.469-0.094-0.031-0.391-0.078-0.453 0.016-0.094-0.234-0.422-0.328-0.641-0.406-0.313-0.109-0.578-0.109-0.906-0.063 0.109-0.016-0.031-0.5-0.297-0.422 0.078-0.156 0.047-0.328 0.078-0.484 0.031-0.125 0.094-0.25 0.187-0.359 0.031-0.063 0.375-0.422 0.266-0.438 0.266 0.031 0.562 0.047 0.781-0.172 0.141-0.141 0.203-0.375 0.344-0.531 0.203-0.234 0.453 0.063 0.672 0.078 0.313 0.016 0.297-0.328 0.125-0.484 0.203 0.016 0.031-0.359-0.078-0.406-0.141-0.047-0.672 0.094-0.391 0.203-0.063-0.031-0.438 0.75-0.656 0.359-0.063-0.078-0.094-0.406-0.234-0.422-0.125 0-0.203 0.141-0.25 0.234 0.078-0.203-0.438-0.344-0.547-0.359 0.234-0.156 0.047-0.328-0.125-0.422-0.125-0.078-0.516-0.141-0.625-0.016-0.297 0.359 0.313 0.406 0.469 0.5 0.047 0.031 0.234 0.141 0.125 0.219-0.094 0.047-0.375 0.125-0.406 0.187-0.094 0.141 0.109 0.297-0.031 0.438-0.141-0.141-0.141-0.375-0.25-0.531 0.141 0.172-0.562 0.078-0.547 0.078-0.234 0-0.609 0.156-0.781-0.078-0.031-0.063-0.031-0.422 0.063-0.344-0.141-0.109-0.234-0.219-0.328-0.281-0.516 0.172-1 0.391-1.469 0.641 0.063 0.016 0.109 0.016 0.187-0.016 0.125-0.047 0.234-0.125 0.359-0.187 0.156-0.063 0.484-0.25 0.656-0.109 0.016-0.031 0.063-0.063 0.078-0.078 0.109 0.125 0.219 0.25 0.313 0.391-0.125-0.063-0.328-0.031-0.469-0.016-0.109 0.031-0.297 0.063-0.344 0.187 0.047 0.078 0.109 0.203 0.078 0.281-0.203-0.141-0.359-0.375-0.641-0.406-0.125 0-0.25 0-0.344 0.016-1.5 0.828-2.766 2.031-3.672 3.469 0.063 0.063 0.125 0.109 0.187 0.125 0.156 0.047 0 0.5 0.297 0.266 0.094 0.078 0.109 0.187 0.047 0.297 0.016-0.016 0.641 0.391 0.688 0.422 0.109 0.094 0.281 0.203 0.328 0.328 0.031 0.109-0.063 0.234-0.156 0.281-0.016-0.031-0.25-0.266-0.281-0.203-0.047 0.078 0 0.5 0.172 0.484-0.25 0.016-0.141 0.984-0.203 1.172 0 0.016 0.031 0.016 0.031 0.016-0.047 0.187 0.109 0.922 0.422 0.844-0.203 0.047 0.359 0.766 0.438 0.812 0.203 0.141 0.438 0.234 0.578 0.438 0.156 0.219 0.156 0.547 0.375 0.719-0.063 0.187 0.328 0.406 0.313 0.672-0.031 0.016-0.047 0.016-0.078 0.031 0.078 0.219 0.375 0.219 0.484 0.422 0.063 0.125 0 0.422 0.203 0.359 0.031-0.344-0.203-0.688-0.375-0.969-0.094-0.156-0.187-0.297-0.266-0.453-0.078-0.141-0.094-0.313-0.156-0.469 0.063 0.016 0.406 0.141 0.375 0.187-0.125 0.313 0.5 0.859 0.672 1.062 0.047 0.047 0.406 0.516 0.219 0.516 0.203 0 0.484 0.313 0.578 0.469 0.141 0.234 0.109 0.531 0.203 0.781 0.094 0.313 0.531 0.453 0.781 0.594 0.219 0.109 0.406 0.266 0.625 0.344 0.328 0.125 0.406 0.016 0.688-0.031 0.406-0.063 0.453 0.391 0.781 0.562 0.203 0.109 0.641 0.266 0.859 0.172-0.094 0.031 0.328 0.672 0.359 0.719 0.141 0.187 0.406 0.281 0.562 0.469 0.047-0.031 0.094-0.078 0.109-0.141-0.063 0.172 0.234 0.5 0.391 0.469 0.172-0.031 0.219-0.375 0.219-0.5-0.313 0.156-0.594 0.031-0.766-0.281-0.031-0.078-0.281-0.516-0.063-0.516 0.297 0 0.094-0.234 0.063-0.453s-0.25-0.359-0.359-0.547c-0.094 0.187-0.406 0.141-0.5-0.016 0 0.047-0.047 0.125-0.047 0.187-0.078 0-0.156 0.016-0.234-0.016 0.031-0.187 0.047-0.422 0.094-0.625 0.078-0.281 0.594-0.828-0.078-0.797-0.234 0.016-0.328 0.109-0.406 0.313-0.078 0.187-0.047 0.359-0.266 0.453-0.141 0.063-0.609 0.031-0.75-0.047-0.297-0.172-0.5-0.719-0.5-1.031-0.016-0.422 0.203-0.797 0-1.188 0.094-0.078 0.187-0.234 0.297-0.313 0.094-0.063 0.203 0.047 0.25-0.141-0.047-0.031-0.109-0.094-0.125-0.094 0.234 0.109 0.672-0.156 0.875 0 0.125 0.094 0.266 0.125 0.344-0.031 0.016-0.047-0.109-0.234-0.047-0.359 0.047 0.266 0.219 0.313 0.453 0.141 0.094 0.094 0.344 0.063 0.516 0.156 0.172 0.109 0.203 0.281 0.406 0.047 0.125 0.187 0.141 0.187 0.187 0.375 0.047 0.172 0.141 0.609 0.297 0.688 0.328 0.203 0.25-0.344 0.219-0.531-0.016-0.016-0.016-0.531-0.031-0.531-0.5-0.109-0.313-0.5-0.031-0.766 0.047-0.031 0.406-0.156 0.562-0.281 0.141-0.125 0.313-0.344 0.234-0.547 0.078 0 0.141-0.063 0.172-0.141-0.047-0.016-0.234-0.172-0.266-0.156 0.109-0.063 0.094-0.156 0.031-0.25 0.156-0.094 0.078-0.266 0.234-0.328 0.172 0.234 0.516-0.031 0.344-0.219 0.156-0.219 0.516-0.109 0.609-0.313 0.234 0.063 0.063-0.234 0.187-0.406 0.109-0.141 0.297-0.141 0.438-0.219 0 0.016 0.391-0.219 0.266-0.234 0.266 0.031 0.797-0.25 0.391-0.484 0.063-0.141-0.141-0.203-0.281-0.234 0.109-0.031 0.25 0.031 0.344-0.031 0.203-0.141 0.063-0.203-0.109-0.25-0.219-0.063-0.5 0.078-0.672 0.187zM13.734 23.844c2.141-0.375 4.047-1.437 5.484-2.953-0.094-0.094-0.266-0.063-0.391-0.125-0.125-0.047-0.219-0.094-0.375-0.125 0.031-0.313-0.313-0.422-0.531-0.578-0.203-0.156-0.328-0.328-0.625-0.266-0.031 0.016-0.344 0.125-0.281 0.187-0.203-0.172-0.297-0.266-0.562-0.344-0.25-0.078-0.422-0.391-0.672-0.109-0.125 0.125-0.063 0.313-0.125 0.438-0.203-0.172 0.187-0.375 0.031-0.562-0.187-0.219-0.516 0.141-0.672 0.234-0.094 0.078-0.203 0.109-0.266 0.203-0.078 0.109-0.109 0.25-0.172 0.359-0.047-0.125-0.313-0.094-0.328-0.187 0.063 0.375 0.063 0.766 0.141 1.141 0.047 0.219 0 0.578-0.187 0.75s-0.422 0.359-0.453 0.625c-0.031 0.187 0.016 0.359 0.187 0.406 0.016 0.234-0.25 0.406-0.234 0.656 0 0.016 0.016 0.172 0.031 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wrench\" viewBox=\"0 0 26 28\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tasks\" viewBox=\"0 0 28 28\">\n<title>tasks</title>\n<path d=\"M16 22h10v-2h-10v2zM10 14h16v-2h-16v2zM20 6h6v-2h-6v2zM28 19v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 11v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-filter\" viewBox=\"0 0 22 28\">\n<title>filter</title>\n<path d=\"M21.922 4.609c0.156 0.375 0.078 0.812-0.219 1.094l-7.703 7.703v11.594c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703v-7.594l-7.703-7.703c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h20c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-briefcase\" viewBox=\"0 0 28 28\">\n<title>briefcase</title>\n<path d=\"M10 4h8v-2h-8v2zM28 14v7.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-7.5h10.5v2.5c0 0.547 0.453 1 1 1h5c0.547 0 1-0.453 1-1v-2.5h10.5zM16 14v2h-4v-2h4zM28 6.5v6h-28v-6c0-1.375 1.125-2.5 2.5-2.5h5.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-alt\" viewBox=\"0 0 24 28\">\n<title>arrows-alt</title>\n<path d=\"M20.047 8.453l-5.547 5.547 5.547 5.547 2.25-2.25c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.25-2.25-5.547-5.547-5.547 5.547 2.25 2.25c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.25 2.25 5.547-5.547-5.547-5.547-2.25 2.25c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-7c0-0.547 0.453-1 1-1h7c0.406 0 0.766 0.25 0.922 0.625 0.156 0.359 0.078 0.797-0.219 1.078l-2.25 2.25 5.547 5.547 5.547-5.547-2.25-2.25c-0.297-0.281-0.375-0.719-0.219-1.078 0.156-0.375 0.516-0.625 0.922-0.625h7c0.547 0 1 0.453 1 1v7c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.109-0.703-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-group\" viewBox=\"0 0 30 28\">\n<title>group</title>\n<path d=\"M9.266 14c-1.625 0.047-3.094 0.75-4.141 2h-2.094c-1.563 0-3.031-0.75-3.031-2.484 0-1.266-0.047-5.516 1.937-5.516 0.328 0 1.953 1.328 4.062 1.328 0.719 0 1.406-0.125 2.078-0.359-0.047 0.344-0.078 0.688-0.078 1.031 0 1.422 0.453 2.828 1.266 4zM26 23.953c0 2.531-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.516-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.531 0 2.469 2.172 5.594 2.172s5.063-2.172 5.594-2.172c4.578 0 5.406 5.422 5.406 8.953zM10 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM21 10c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM30 13.516c0 1.734-1.469 2.484-3.031 2.484h-2.094c-1.047-1.25-2.516-1.953-4.141-2 0.812-1.172 1.266-2.578 1.266-4 0-0.344-0.031-0.688-0.078-1.031 0.672 0.234 1.359 0.359 2.078 0.359 2.109 0 3.734-1.328 4.062-1.328 1.984 0 1.937 4.25 1.937 5.516zM28 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain\" viewBox=\"0 0 26 28\">\n<title>chain</title>\n<path d=\"M22.75 19c0-0.406-0.156-0.781-0.438-1.062l-3.25-3.25c-0.281-0.281-0.672-0.438-1.062-0.438-0.453 0-0.812 0.172-1.125 0.5 0.516 0.516 1.125 0.953 1.125 1.75 0 0.828-0.672 1.5-1.5 1.5-0.797 0-1.234-0.609-1.75-1.125-0.328 0.313-0.516 0.672-0.516 1.141 0 0.391 0.156 0.781 0.438 1.062l3.219 3.234c0.281 0.281 0.672 0.422 1.062 0.422s0.781-0.141 1.062-0.406l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047zM11.766 7.984c0-0.391-0.156-0.781-0.438-1.062l-3.219-3.234c-0.281-0.281-0.672-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l3.25 3.25c0.281 0.281 0.672 0.422 1.062 0.422 0.453 0 0.812-0.156 1.125-0.484-0.516-0.516-1.125-0.953-1.125-1.75 0-0.828 0.672-1.5 1.5-1.5 0.797 0 1.234 0.609 1.75 1.125 0.328-0.313 0.516-0.672 0.516-1.141zM25.75 19c0 1.188-0.484 2.344-1.328 3.172l-2.297 2.281c-0.844 0.844-1.984 1.297-3.172 1.297-1.203 0-2.344-0.469-3.187-1.328l-3.219-3.234c-0.844-0.844-1.297-1.984-1.297-3.172 0-1.234 0.5-2.406 1.375-3.266l-1.375-1.375c-0.859 0.875-2.016 1.375-3.25 1.375-1.188 0-2.344-0.469-3.187-1.313l-3.25-3.25c-0.859-0.859-1.313-1.984-1.313-3.187 0-1.188 0.484-2.344 1.328-3.172l2.297-2.281c0.844-0.844 1.984-1.297 3.172-1.297 1.203 0 2.344 0.469 3.187 1.328l3.219 3.234c0.844 0.844 1.297 1.984 1.297 3.172 0 1.234-0.5 2.406-1.375 3.266l1.375 1.375c0.859-0.875 2.016-1.375 3.25-1.375 1.188 0 2.344 0.469 3.187 1.313l3.25 3.25c0.859 0.859 1.313 1.984 1.313 3.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud\" viewBox=\"0 0 30 28\">\n<title>cloud</title>\n<path d=\"M30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.797 1.656-5.219 4.031-6.328-0.016-0.219-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.344 0 6.203 2.047 7.406 4.969 0.688-0.609 1.594-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.797-0.234 1.531-0.641 2.156 2.656 0.625 4.641 3 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flask\" viewBox=\"0 0 26 28\">\n<title>flask</title>\n<path d=\"M23.859 22.625c1.172 1.859 0.344 3.375-1.859 3.375h-18c-2.203 0-3.031-1.516-1.859-3.375l7.859-12.391v-6.234h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h8c0.547 0 1 0.453 1 1s-0.453 1-1 1h-1v6.234zM11.688 11.297l-4.25 6.703h11.125l-4.25-6.703-0.313-0.484v-6.813h-2v6.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cut\" viewBox=\"0 0 28 28\">\n<title>cut</title>\n<path d=\"M15 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19.688 15l7.922 6.219c0.281 0.203 0.422 0.547 0.391 0.875-0.047 0.344-0.25 0.641-0.547 0.797l-2 1c-0.141 0.078-0.297 0.109-0.453 0.109-0.172 0-0.344-0.047-0.484-0.125l-10.781-6.047-1.719 1.031c-0.063 0.031-0.125 0.063-0.187 0.078 0.141 0.484 0.203 1 0.156 1.516-0.141 1.609-1.219 3.141-2.938 4.234-1.328 0.844-2.859 1.313-4.328 1.313-1.406 0-2.594-0.422-3.469-1.219-0.891-0.828-1.344-2.016-1.234-3.234 0.141-1.594 1.219-3.141 2.922-4.234 1.328-0.844 2.875-1.313 4.344-1.313 0.875 0 1.672 0.172 2.359 0.484 0.094-0.141 0.203-0.25 0.344-0.344l1.906-1.141-1.906-1.141c-0.141-0.094-0.25-0.203-0.344-0.344-0.688 0.313-1.484 0.484-2.359 0.484-1.469 0-3.016-0.469-4.344-1.313-1.703-1.094-2.781-2.641-2.922-4.234-0.109-1.219 0.344-2.406 1.234-3.219 0.875-0.812 2.063-1.234 3.469-1.234 1.469 0 3 0.469 4.328 1.313 1.719 1.078 2.797 2.625 2.938 4.234 0.047 0.516-0.016 1.031-0.156 1.516 0.063 0.016 0.125 0.047 0.187 0.078l1.719 1.031 10.781-6.047c0.141-0.078 0.313-0.125 0.484-0.125 0.156 0 0.313 0.031 0.453 0.109l2 1c0.297 0.156 0.5 0.453 0.547 0.797 0.031 0.328-0.109 0.672-0.391 0.875zM9.047 10.938c0.953-0.875 0.359-2.453-1.328-3.516-0.953-0.609-2.063-0.922-3-0.922-0.719 0-1.359 0.187-1.766 0.562-0.953 0.875-0.359 2.453 1.328 3.516 0.953 0.609 2.047 0.922 3 0.922 0.719 0 1.359-0.187 1.766-0.562zM7.719 22.578c1.687-1.062 2.281-2.641 1.328-3.516-0.406-0.375-1.047-0.562-1.766-0.562-0.953 0-2.047 0.313-3 0.922-1.687 1.062-2.281 2.641-1.328 3.516 0.406 0.375 1.047 0.562 1.766 0.562 0.938 0 2.047-0.313 3-0.922zM10.5 13l1.5 0.906v-0.172c0-0.359 0.203-0.688 0.516-0.875l0.219-0.125-1.234-0.734-0.406 0.406c-0.125 0.125-0.219 0.25-0.344 0.359-0.047 0.047-0.078 0.063-0.109 0.094zM14 16.5l1.5 0.5 11.5-9-2-1-12 6.734v1.766l-2.5 1.5 0.141 0.125c0.031 0.047 0.063 0.063 0.109 0.094 0.125 0.125 0.219 0.25 0.344 0.375l0.406 0.406zM25 23l2-1-8.125-6.375-2.766 2.156c-0.047 0.063-0.125 0.078-0.203 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copy\" viewBox=\"0 0 28 28\">\n<title>copy</title>\n<path d=\"M26.5 6c0.828 0 1.5 0.672 1.5 1.5v19c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-4.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-10.5c0-0.828 0.484-1.984 1.062-2.562l6.375-6.375c0.578-0.578 1.734-1.062 2.562-1.062h6.5c0.828 0 1.5 0.672 1.5 1.5v5.125c0.609-0.359 1.391-0.625 2-0.625h6.5zM18 9.328l-4.672 4.672h4.672v-4.672zM8 3.328l-4.672 4.672h4.672v-4.672zM11.062 13.438l4.937-4.937v-6.5h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h8v-4c0-0.828 0.484-1.984 1.062-2.562zM26 26v-18h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paperclip\" viewBox=\"0 0 22 28\">\n<title>paperclip</title>\n<path d=\"M21.938 21.641c0 2.438-1.859 4.297-4.297 4.297-1.375 0-2.703-0.594-3.672-1.563l-12.141-12.125c-1.109-1.125-1.766-2.656-1.766-4.234 0-3.313 2.609-5.953 5.922-5.953 1.594 0 3.125 0.641 4.266 1.766l9.453 9.469c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.875 1.203-1.203 1.203-0.141 0-0.266-0.063-0.359-0.156l-9.469-9.484c-0.75-0.734-1.766-1.203-2.828-1.203-2.219 0-3.938 1.797-3.938 4 0 1.062 0.438 2.078 1.188 2.828l12.125 12.141c0.594 0.594 1.422 0.984 2.266 0.984 1.328 0 2.312-0.984 2.312-2.312 0-0.859-0.391-1.672-0.984-2.266l-9.078-9.078c-0.25-0.234-0.594-0.375-0.938-0.375-0.594 0-1.047 0.438-1.047 1.047 0 0.344 0.156 0.672 0.391 0.922l6.406 6.406c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.891 1.219-1.219 1.219-0.125 0-0.25-0.063-0.344-0.156l-6.406-6.406c-0.625-0.609-0.984-1.469-0.984-2.328 0-1.719 1.344-3.062 3.063-3.062 0.875 0 1.719 0.359 2.328 0.984l9.078 9.078c0.984 0.969 1.563 2.297 1.563 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-floppy-o\" viewBox=\"0 0 24 28\">\n<title>floppy-o</title>\n<path d=\"M6 24h12v-6h-12v6zM20 24h2v-14c0-0.297-0.266-0.938-0.469-1.141l-4.391-4.391c-0.219-0.219-0.828-0.469-1.141-0.469v6.5c0 0.828-0.672 1.5-1.5 1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v20h2v-6.5c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5v6.5zM14 9.5v-5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5zM24 10v14.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h14.5c0.828 0 1.969 0.469 2.562 1.062l4.375 4.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square\" viewBox=\"0 0 24 28\">\n<title>square</title>\n<path d=\"M24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bars\" viewBox=\"0 0 24 28\">\n<title>bars</title>\n<path d=\"M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ul\" viewBox=\"0 0 28 28\">\n<title>list-ul</title>\n<path d=\"M6 22c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM6 14c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM6 6c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ol\" viewBox=\"0 0 28 28\">\n<title>list-ol</title>\n<path d=\"M5.953 25.312c0 1.719-1.344 2.688-2.969 2.688-0.984 0-1.984-0.328-2.688-1.031l0.891-1.375c0.422 0.391 1.062 0.703 1.656 0.703 0.547 0 1.125-0.266 1.125-0.891 0-0.875-1-0.922-1.641-0.875l-0.406-0.875c0.562-0.719 1.078-1.516 1.75-2.125v-0.016c-0.5 0-1.016 0.031-1.516 0.031v0.828h-1.656v-2.375h5.203v1.375l-1.484 1.797c1.047 0.25 1.734 1.062 1.734 2.141zM5.984 15.516v2.484h-5.656c-0.047-0.281-0.094-0.562-0.094-0.844 0-2.891 3.531-3.328 3.531-4.641 0-0.531-0.328-0.812-0.844-0.812-0.547 0-1 0.469-1.266 0.906l-1.328-0.922c0.516-1.078 1.578-1.687 2.766-1.687 1.453 0 2.703 0.859 2.703 2.406 0 2.312-3.391 2.828-3.437 4.047h1.984v-0.938h1.641zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM6 6.453v1.547h-5.234v-1.547h1.672c0-1.266 0.016-2.531 0.016-3.797v-0.187h-0.031c-0.172 0.344-0.484 0.578-0.781 0.844l-1.109-1.188 2.125-1.984h1.656v6.312h1.687zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-strikethrough\" viewBox=\"0 0 28 28\">\n<title>strikethrough</title>\n<path d=\"M27.5 14c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h27zM7.547 13c-0.297-0.375-0.562-0.797-0.797-1.25-0.5-1.016-0.75-2-0.75-2.938 0-1.906 0.703-3.5 2.094-4.828s3.437-1.984 6.141-1.984c0.594 0 1.453 0.109 2.609 0.297 0.688 0.125 1.609 0.375 2.766 0.75 0.109 0.406 0.219 1.031 0.328 1.844 0.141 1.234 0.219 2.187 0.219 2.859 0 0.219-0.031 0.453-0.078 0.703l-0.187 0.047-1.313-0.094-0.219-0.031c-0.531-1.578-1.078-2.641-1.609-3.203-0.922-0.953-2.031-1.422-3.281-1.422-1.188 0-2.141 0.313-2.844 0.922s-1.047 1.375-1.047 2.281c0 0.766 0.344 1.484 1.031 2.188s2.141 1.375 4.359 2.016c0.75 0.219 1.641 0.562 2.703 1.031 0.562 0.266 1.062 0.531 1.484 0.812h-11.609zM15.469 17h6.422c0.078 0.438 0.109 0.922 0.109 1.437 0 1.125-0.203 2.234-0.641 3.313-0.234 0.578-0.594 1.109-1.109 1.625-0.375 0.359-0.938 0.781-1.703 1.266-0.781 0.469-1.563 0.828-2.391 1.031-0.828 0.219-1.875 0.328-3.172 0.328-0.859 0-1.891-0.031-3.047-0.359l-2.188-0.625c-0.609-0.172-0.969-0.313-1.125-0.438-0.063-0.063-0.125-0.172-0.125-0.344v-0.203c0-0.125 0.031-0.938-0.031-2.438-0.031-0.781 0.031-1.328 0.031-1.641v-0.688l1.594-0.031c0.578 1.328 0.844 2.125 1.016 2.406 0.375 0.609 0.797 1.094 1.25 1.469s1 0.672 1.641 0.891c0.625 0.234 1.328 0.344 2.063 0.344 0.656 0 1.391-0.141 2.172-0.422 0.797-0.266 1.437-0.719 1.906-1.344 0.484-0.625 0.734-1.297 0.734-2.016 0-0.875-0.422-1.687-1.266-2.453-0.344-0.297-1.062-0.672-2.141-1.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-underline\" viewBox=\"0 0 24 28\">\n<title>underline</title>\n<path d=\"M0.75 3.484c-0.281-0.016-0.516-0.016-0.703-0.063l-0.047-1.375c0.203-0.016 0.406-0.016 0.625-0.016 0.547 0 1.141 0.016 1.75 0.063 1.469 0.078 2.344 0.109 2.594 0.109 0.891 0 1.766-0.016 2.625-0.047 0.844-0.031 1.609-0.063 2.281-0.078 0.656 0 1.109-0.016 1.344-0.031l-0.016 0.219 0.031 1v0.141c-0.625 0.094-1.266 0.141-1.937 0.141-0.625 0-1.031 0.125-1.234 0.391-0.141 0.156-0.203 0.844-0.203 2.063 0 0.375 0.016 0.672 0.016 0.906l0.016 3.578 0.219 4.375c0.063 1.266 0.313 2.312 0.797 3.156 0.359 0.609 0.859 1.094 1.5 1.437 0.938 0.5 1.859 0.734 2.766 0.734 1.062 0 2.063-0.141 2.984-0.438 0.547-0.172 1.062-0.422 1.547-0.797 0.484-0.359 0.828-0.688 1.016-1 0.406-0.625 0.672-1.234 0.828-1.781 0.219-0.766 0.328-1.953 0.328-3.578 0-2.797-0.203-2.875-0.438-6.406l-0.063-0.922c-0.047-0.672-0.156-1.141-0.375-1.375-0.344-0.359-0.75-0.547-1.203-0.531l-1.563 0.031-0.219-0.047 0.031-1.344h1.313l3.203 0.156c1.062 0.047 2.078-0.047 3.063-0.156l0.281 0.031c0.063 0.391 0.094 0.656 0.094 0.797s-0.031 0.297-0.063 0.484c-0.422 0.109-0.859 0.187-1.313 0.203-0.734 0.109-1.156 0.187-1.234 0.266-0.141 0.141-0.234 0.344-0.234 0.641 0 0.203 0.031 0.516 0.047 0.906 0 0 0.125 0.281 0.344 6.188 0.078 2.359-0.078 3.953-0.234 4.75s-0.375 1.437-0.641 1.906c-0.406 0.688-1 1.328-1.75 1.922-0.766 0.578-1.703 1.047-2.844 1.391s-2.469 0.516-3.984 0.516c-1.719 0-3.203-0.234-4.438-0.719s-2.172-1.125-2.797-1.906-1.062-1.797-1.297-3.047c-0.172-0.859-0.25-2.094-0.25-3.703v-5.203c0-1.969-0.094-3.078-0.266-3.328-0.25-0.359-1.016-0.578-2.297-0.609zM24 25.5v-1c0-0.281-0.219-0.5-0.5-0.5h-23c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h23c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-table\" viewBox=\"0 0 26 28\">\n<title>table</title>\n<path d=\"M8 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM26 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magic\" viewBox=\"0 0 26 28\">\n<title>magic</title>\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-truck\" viewBox=\"0 0 29 28\">\n<title>truck</title>\n<path d=\"M10 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM4 14h6v-4h-2.469c-0.063 0-0.297 0.094-0.344 0.141l-3.047 3.047c-0.047 0.047-0.141 0.281-0.141 0.344v0.469zM24 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM28 5v16c0 1.156-1.219 1-2 1 0 2.203-1.797 4-4 4s-4-1.797-4-4h-6c0 2.203-1.797 4-4 4s-4-1.797-4-4h-1c-0.781 0-2 0.156-2-1 0-0.547 0.453-1 1-1v-5c0-1.109-0.156-2.344 0.703-3.203l3.094-3.094c0.391-0.391 1.141-0.703 1.703-0.703h2.5v-3c0-0.547 0.453-1 1-1h16c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest\" viewBox=\"0 0 24 28\">\n<title>pinterest</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12-1.188 0-2.312-0.172-3.406-0.5 0.453-0.719 0.969-1.641 1.219-2.562 0 0 0.141-0.531 0.844-3.297 0.406 0.797 1.625 1.5 2.922 1.5 3.859 0 6.484-3.516 6.484-8.234 0-3.547-3.016-6.875-7.609-6.875-5.688 0-8.563 4.094-8.563 7.5 0 2.063 0.781 3.906 2.453 4.594 0.266 0.109 0.516 0 0.594-0.313 0.063-0.203 0.187-0.734 0.25-0.953 0.078-0.313 0.047-0.406-0.172-0.672-0.484-0.578-0.797-1.313-0.797-2.359 0-3.031 2.266-5.75 5.906-5.75 3.219 0 5 1.969 5 4.609 0 3.453-1.531 6.375-3.813 6.375-1.25 0-2.188-1.031-1.891-2.312 0.359-1.516 1.062-3.156 1.062-4.25 0-0.984-0.531-1.813-1.625-1.813-1.281 0-2.312 1.328-2.312 3.109 0 0 0 1.141 0.391 1.906-1.313 5.563-1.547 6.531-1.547 6.531-0.219 0.906-0.234 1.922-0.203 2.766-4.234-1.859-7.187-6.078-7.187-11 0-6.625 5.375-12 12-12s12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-square\" viewBox=\"0 0 24 28\">\n<title>pinterest-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-11.328c0.516-0.734 1.359-2 1.687-3.281 0 0 0.141-0.531 0.828-3.266 0.422 0.797 1.625 1.484 2.906 1.484 3.813 0 6.406-3.484 6.406-8.141 0-3.516-2.984-6.797-7.516-6.797-5.641 0-8.484 4.047-8.484 7.422 0 2.031 0.781 3.844 2.438 4.531 0.266 0.109 0.516 0 0.594-0.297 0.047-0.203 0.172-0.734 0.234-0.953 0.078-0.297 0.047-0.406-0.172-0.656-0.469-0.578-0.781-1.297-0.781-2.344 0-3 2.25-5.672 5.844-5.672 3.187 0 4.937 1.937 4.937 4.547 0 3.422-1.516 6.312-3.766 6.312-1.234 0-2.172-1.031-1.875-2.297 0.359-1.5 1.047-3.125 1.047-4.203 0-0.969-0.516-1.781-1.594-1.781-1.266 0-2.281 1.313-2.281 3.063 0 0 0 1.125 0.375 1.891-1.297 5.5-1.531 6.469-1.531 6.469-0.344 1.437-0.203 3.109-0.109 3.969h-2.859c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-square\" viewBox=\"0 0 24 28\">\n<title>google-plus-square</title>\n<path d=\"M14.328 14.141c0-0.391-0.047-0.703-0.094-1h-5.656v2.063h3.391c-0.125 0.875-1.016 2.578-3.391 2.578-2.063 0-3.734-1.687-3.734-3.781s1.672-3.781 3.734-3.781c1.156 0 1.937 0.484 2.391 0.922l1.625-1.578c-1.047-0.969-2.406-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus\" viewBox=\"0 0 36 28\">\n<title>google-plus</title>\n<path d=\"M22.453 14.266c0 6.547-4.391 11.188-11 11.188-6.328 0-11.453-5.125-11.453-11.453s5.125-11.453 11.453-11.453c3.094 0 5.672 1.125 7.672 3l-3.109 2.984c-0.844-0.812-2.328-1.766-4.562-1.766-3.906 0-7.094 3.234-7.094 7.234s3.187 7.234 7.094 7.234c4.531 0 6.234-3.266 6.5-4.937h-6.5v-3.938h10.813c0.109 0.578 0.187 1.156 0.187 1.906zM36 12.359v3.281h-3.266v3.266h-3.281v-3.266h-3.266v-3.281h3.266v-3.266h3.281v3.266h3.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-money\" viewBox=\"0 0 30 28\">\n<title>money</title>\n<path d=\"M12 18h6v-1.5h-2v-7h-1.781l-2.312 2.141 1.203 1.25c0.375-0.328 0.609-0.5 0.859-0.891h0.031v4.5h-2v1.5zM20 14c0 2.844-1.719 6.5-5 6.5s-5-3.656-5-6.5 1.719-6.5 5-6.5 5 3.656 5 6.5zM28 18v-8c-2.203 0-4-1.797-4-4h-18c0 2.203-1.797 4-4 4v8c2.203 0 4 1.797 4 4h18c0-2.203 1.797-4 4-4zM30 5v18c0 0.547-0.453 1-1 1h-28c-0.547 0-1-0.453-1-1v-18c0-0.547 0.453-1 1-1h28c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-down\" viewBox=\"0 0 16 28\">\n<title>caret-down</title>\n<path d=\"M16 11c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-up\" viewBox=\"0 0 16 28\">\n<title>caret-up</title>\n<path d=\"M16 19c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-left\" viewBox=\"0 0 11 28\">\n<title>caret-left</title>\n<path d=\"M10 7v14c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-right\" viewBox=\"0 0 9 28\">\n<title>caret-right</title>\n<path d=\"M9 14c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-14c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-columns\" viewBox=\"0 0 26 28\">\n<title>columns</title>\n<path d=\"M2.5 24h9.5v-18h-10v17.5c0 0.266 0.234 0.5 0.5 0.5zM24 23.5v-17.5h-10v18h9.5c0.266 0 0.5-0.234 0.5-0.5zM26 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort\" viewBox=\"0 0 16 28\">\n<title>sort</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-desc\" viewBox=\"0 0 16 28\">\n<title>sort-desc</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-asc\" viewBox=\"0 0 16 28\">\n<title>sort-asc</title>\n<path d=\"M16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope\" viewBox=\"0 0 28 28\">\n<title>envelope</title>\n<path d=\"M28 11.094v12.406c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-12.406c0.469 0.516 1 0.969 1.578 1.359 2.594 1.766 5.219 3.531 7.766 5.391 1.313 0.969 2.938 2.156 4.641 2.156h0.031c1.703 0 3.328-1.188 4.641-2.156 2.547-1.844 5.172-3.625 7.781-5.391 0.562-0.391 1.094-0.844 1.563-1.359zM28 6.5c0 1.75-1.297 3.328-2.672 4.281-2.438 1.687-4.891 3.375-7.313 5.078-1.016 0.703-2.734 2.141-4 2.141h-0.031c-1.266 0-2.984-1.437-4-2.141-2.422-1.703-4.875-3.391-7.297-5.078-1.109-0.75-2.688-2.516-2.688-3.938 0-1.531 0.828-2.844 2.5-2.844h23c1.359 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin\" viewBox=\"0 0 24 28\">\n<title>linkedin</title>\n<path d=\"M5.453 9.766v15.484h-5.156v-15.484h5.156zM5.781 4.984c0.016 1.484-1.109 2.672-2.906 2.672v0h-0.031c-1.734 0-2.844-1.188-2.844-2.672 0-1.516 1.156-2.672 2.906-2.672 1.766 0 2.859 1.156 2.875 2.672zM24 16.375v8.875h-5.141v-8.281c0-2.078-0.75-3.5-2.609-3.5-1.422 0-2.266 0.953-2.641 1.875-0.125 0.344-0.172 0.797-0.172 1.266v8.641h-5.141c0.063-14.031 0-15.484 0-15.484h5.141v2.25h-0.031c0.672-1.062 1.891-2.609 4.672-2.609 3.391 0 5.922 2.219 5.922 6.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rotate-left\" viewBox=\"0 0 24 28\">\n<title>rotate-left</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gavel\" viewBox=\"0 0 28 28\">\n<title>gavel</title>\n<path d=\"M27.672 24c0 0.531-0.219 1.047-0.578 1.406l-1.672 1.687c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-5.672-5.688c-0.375-0.359-0.594-0.875-0.594-1.406 0-0.594 0.25-1.078 0.672-1.5l-4-4-1.969 1.969c-0.141 0.141-0.328 0.219-0.531 0.219s-0.391-0.078-0.531-0.219c0.469 0.469 0.906 0.812 0.906 1.531 0 0.406-0.156 0.766-0.438 1.062-0.531 0.562-1.094 1.313-1.937 1.313-0.391 0-0.781-0.156-1.062-0.438l-6.375-6.375c-0.281-0.281-0.438-0.672-0.438-1.062 0-0.844 0.75-1.406 1.313-1.937 0.297-0.281 0.656-0.438 1.062-0.438 0.719 0 1.062 0.438 1.531 0.906-0.141-0.141-0.219-0.328-0.219-0.531s0.078-0.391 0.219-0.531l5.437-5.437c0.141-0.141 0.328-0.219 0.531-0.219s0.391 0.078 0.531 0.219c-0.469-0.469-0.906-0.812-0.906-1.531 0-0.406 0.156-0.766 0.438-1.062 0.531-0.562 1.094-1.313 1.937-1.313 0.391 0 0.781 0.156 1.062 0.438l6.375 6.375c0.281 0.281 0.438 0.672 0.438 1.062 0 0.844-0.75 1.406-1.313 1.937-0.297 0.281-0.656 0.438-1.062 0.438-0.719 0-1.062-0.438-1.531-0.906 0.141 0.141 0.219 0.328 0.219 0.531s-0.078 0.391-0.219 0.531l-1.969 1.969 4 4c0.422-0.422 0.906-0.672 1.5-0.672 0.531 0 1.047 0.219 1.422 0.578l5.672 5.672c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashboard\" viewBox=\"0 0 28 28\">\n<title>dashboard</title>\n<path d=\"M6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM9 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM15.687 18.516l1.578-5.969c0.125-0.531-0.187-1.078-0.719-1.219v0c-0.531-0.141-1.078 0.187-1.219 0.719l-1.578 5.969c-1.234 0.094-2.312 0.953-2.656 2.219-0.422 1.609 0.547 3.25 2.141 3.672 1.609 0.422 3.25-0.547 3.672-2.141 0.328-1.266-0.203-2.547-1.219-3.25zM26 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 18c0 2.688-0.766 5.281-2.203 7.547-0.187 0.281-0.5 0.453-0.844 0.453h-21.906c-0.344 0-0.656-0.172-0.844-0.453-1.437-2.25-2.203-4.859-2.203-7.547 0-7.719 6.281-14 14-14s14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment-o\" viewBox=\"0 0 28 28\">\n<title>comment-o</title>\n<path d=\"M14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.531 6.266-10 14-10v0c7.734 0 14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments-o\" viewBox=\"0 0 28 28\">\n<title>comments-o</title>\n<path d=\"M11 6c-4.875 0-9 2.75-9 6 0 1.719 1.156 3.375 3.156 4.531l1.516 0.875-0.547 1.313c0.328-0.187 0.656-0.391 0.969-0.609l0.688-0.484 0.828 0.156c0.781 0.141 1.578 0.219 2.391 0.219 4.875 0 9-2.75 9-6s-4.125-6-9-6zM11 4c6.078 0 11 3.578 11 8s-4.922 8-11 8c-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8zM23.844 22.266c0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375 0 2.547-1.625 4.797-4.156 6.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bolt\" viewBox=\"0 0 14 28\">\n<title>bolt</title>\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sitemap\" viewBox=\"0 0 28 28\">\n<title>sitemap</title>\n<path d=\"M28 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3c0-1.094 0.906-2 2-2h8v-3h-1.5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-1.5v3h8c1.094 0 2 0.906 2 2v3h1.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-umbrella\" viewBox=\"0 0 26 28\">\n<title>umbrella</title>\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clipboard\" viewBox=\"0 0 28 28\">\n<title>clipboard</title>\n<path d=\"M12 26h14v-10h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6v18zM16 3.5v-1c0-0.266-0.234-0.5-0.5-0.5h-11c-0.266 0-0.5 0.234-0.5 0.5v1c0 0.266 0.234 0.5 0.5 0.5h11c0.266 0 0.5-0.234 0.5-0.5zM20 14h4.672l-4.672-4.672v4.672zM28 16v10.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h17c0.828 0 1.5 0.672 1.5 1.5v5.125c0.203 0.125 0.391 0.266 0.562 0.437l6.375 6.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lightbulb-o\" viewBox=\"0 0 16 28\">\n<title>lightbulb-o</title>\n<path d=\"M11.5 9c0 0.266-0.234 0.5-0.5 0.5s-0.5-0.234-0.5-0.5c0-1.078-1.672-1.5-2.5-1.5-0.266 0-0.5-0.234-0.5-0.5s0.234-0.5 0.5-0.5c1.453 0 3.5 0.766 3.5 2.5zM14 9c0-3.125-3.172-5-6-5s-6 1.875-6 5c0 1 0.406 2.047 1.062 2.812 0.297 0.344 0.641 0.672 0.953 1.031 1.109 1.328 2.047 2.891 2.203 4.656h3.563c0.156-1.766 1.094-3.328 2.203-4.656 0.313-0.359 0.656-0.688 0.953-1.031 0.656-0.766 1.062-1.813 1.062-2.812zM16 9c0 1.609-0.531 3-1.609 4.188s-2.5 2.859-2.625 4.531c0.453 0.266 0.734 0.766 0.734 1.281 0 0.375-0.141 0.734-0.391 1 0.25 0.266 0.391 0.625 0.391 1 0 0.516-0.266 0.984-0.703 1.266 0.125 0.219 0.203 0.484 0.203 0.734 0 1.016-0.797 1.5-1.703 1.5-0.406 0.906-1.313 1.5-2.297 1.5s-1.891-0.594-2.297-1.5c-0.906 0-1.703-0.484-1.703-1.5 0-0.25 0.078-0.516 0.203-0.734-0.438-0.281-0.703-0.75-0.703-1.266 0-0.375 0.141-0.734 0.391-1-0.25-0.266-0.391-0.625-0.391-1 0-0.516 0.281-1.016 0.734-1.281-0.125-1.672-1.547-3.344-2.625-4.531s-1.609-2.578-1.609-4.188c0-4.25 4.047-7 8-7s8 2.75 8 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exchange\" viewBox=\"0 0 28 28\">\n<title>exchange</title>\n<path d=\"M28 18.5v3c0 0.266-0.234 0.5-0.5 0.5h-21.5v3c0 0.266-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-5c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.219 0.5 0.5v3h21.5c0.266 0 0.5 0.219 0.5 0.5zM28 10c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-21.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-download\" viewBox=\"0 0 30 28\">\n<title>cloud-download</title>\n<path d=\"M20 14.5c0-0.281-0.219-0.5-0.5-0.5h-3.5v-5.5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5.5h-3.5c-0.281 0-0.5 0.234-0.5 0.5 0 0.125 0.047 0.266 0.141 0.359l5.5 5.5c0.094 0.094 0.219 0.141 0.359 0.141 0.125 0 0.266-0.047 0.359-0.141l5.484-5.484c0.094-0.109 0.156-0.234 0.156-0.375zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-upload\" viewBox=\"0 0 30 28\">\n<title>cloud-upload</title>\n<path d=\"M20 13.5c0-0.125-0.047-0.266-0.141-0.359l-5.5-5.5c-0.094-0.094-0.219-0.141-0.359-0.141-0.125 0-0.266 0.047-0.359 0.141l-5.484 5.484c-0.094 0.109-0.156 0.234-0.156 0.375 0 0.281 0.219 0.5 0.5 0.5h3.5v5.5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5v-5.5h3.5c0.281 0 0.5-0.234 0.5-0.5zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-md\" viewBox=\"0 0 22 28\">\n<title>user-md</title>\n<path d=\"M6 21c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.109 0.625-8.016 4.344-8.828-0.25 0.594-0.344 1.234-0.344 1.875v3.172c-1.203 0.422-2 1.563-2 2.828 0 1.656 1.344 3 3 3s3-1.344 3-3c0-1.266-0.812-2.406-2-2.828v-3.172c0-0.516 0.047-1.031 0.391-1.453 1.313 1.031 2.938 1.625 4.609 1.625s3.297-0.594 4.609-1.625c0.344 0.422 0.391 0.938 0.391 1.453v1c-2.203 0-4 1.797-4 4v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.094 0.906-2 2-2s2 0.906 2 2v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.422-0.766-2.75-2-3.453 0-1.141 0.109-2.359-0.344-3.422 3.719 0.812 4.344 5.719 4.344 8.828zM17 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stethoscope\" viewBox=\"0 0 22 28\">\n<title>stethoscope</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 11c0 1.313-0.828 2.406-2 2.828v6.172c0 3.313-3.141 6-7 6s-7-2.688-7-6v-2.063c-3.391-0.422-6-2.922-6-5.938v-8c0-0.547 0.453-1 1-1 0.094 0 0.172 0.016 0.25 0.031 0.344-0.609 1-1.031 1.75-1.031 1.109 0 2 0.891 2 2s-0.891 2-2 2c-0.359 0-0.703-0.109-1-0.281v6.281c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.281c-0.297 0.172-0.641 0.281-1 0.281-1.109 0-2-0.891-2-2s0.891-2 2-2c0.75 0 1.406 0.422 1.75 1.031 0.078-0.016 0.156-0.031 0.25-0.031 0.547 0 1 0.453 1 1v8c0 3.016-2.609 5.516-6 5.938v2.063c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.172c-1.172-0.422-2-1.516-2-2.828 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-suitcase\" viewBox=\"0 0 28 28\">\n<title>suitcase</title>\n<path d=\"M10 6h8v-2h-8v2zM4.5 6v20h-1c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h1zM22 6v20h-16v-20h2v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-1v-20h1c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell\" viewBox=\"0 0 28 28\">\n<title>bell</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-coffee\" viewBox=\"0 0 29 28\">\n<title>coffee</title>\n<path d=\"M26 10c0-1.656-1.344-3-3-3h-1v6h1c1.656 0 3-1.344 3-3zM0 22h28c0 2.203-1.797 4-4 4h-20c-2.203 0-4-1.797-4-4zM29 10c0 3.313-2.688 6-6 6h-1v0.5c0 1.922-1.578 3.5-3.5 3.5h-11c-1.922 0-3.5-1.578-3.5-3.5v-11.5c0-0.547 0.453-1 1-1h18c3.313 0 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cutlery\" viewBox=\"0 0 22 28\">\n<title>cutlery</title>\n<path d=\"M10 1v10c0 1.266-0.812 2.406-2 2.828v12.172c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-12.172c-1.188-0.422-2-1.563-2-2.828v-10c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1zM22 1v25c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-8h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-12.5c0-2.75 2.25-5 5-5h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text-o\" viewBox=\"0 0 24 28\">\n<title>file-text-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6 12.5c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1zM17.5 16c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11zM17.5 20c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building-o\" viewBox=\"0 0 22 28\">\n<title>building-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-24h-18v24h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM22 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hospital-o\" viewBox=\"0 0 22 28\">\n<title>hospital-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-18h-4v0.5c0 0.828-0.672 1.5-1.5 1.5h-7c-0.828 0-1.5-0.672-1.5-1.5v-0.5h-4v18h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM14 7.5v-5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v1.5h-2v-1.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5v-1.5h2v1.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM22 7v20c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-20c0-0.547 0.453-1 1-1h5v-4.5c0-0.828 0.672-1.5 1.5-1.5h7c0.828 0 1.5 0.672 1.5 1.5v4.5h5c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ambulance\" viewBox=\"0 0 31 28\">\n<title>ambulance</title>\n<path d=\"M10 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM4 14h6v-4h-2.469c-0.094 0.016-0.266 0.078-0.344 0.141l-3.047 3.047c-0.047 0.078-0.125 0.25-0.141 0.344v0.469zM24 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 11.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM30 3v18c0 0.547-0.453 1-1 1h-3c0 2.203-1.781 4-4 4-2.203 0-4-1.797-4-4h-6c0 2.203-1.781 4-4 4s-4-1.797-4-4h-2c-0.547 0-1-0.453-1-1s0.453-1 1-1v-6.5c0-0.547 0.313-1.313 0.703-1.703l3.094-3.094c0.391-0.391 1.156-0.703 1.703-0.703h2.5v-5c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medkit\" viewBox=\"0 0 28 28\">\n<title>medkit</title>\n<path d=\"M20 17.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM10 6h8v-2h-8v2zM4 6v20h-0.5c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h0.5zM22.5 6v20h-17v-20h2.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2.5zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-0.5v-20h0.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fighter-jet\" viewBox=\"0 0 30 28\">\n<title>fighter-jet</title>\n<path d=\"M30 15c0 0 0 0.5-4.5 1.5l-5.5 0.5-3.5 1h-1l-4.578 5.5h1.078c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-5v-0.5h1v-6.5h-2.5l-3 3.5h-1.5l-0.5-0.5v-3h0.5v-0.5h2v-0.125l-3-0.375v-2l3-0.375v-0.125h-2v-0.5h-0.5v-3l0.5-0.5h1.5l3 3.5h2.5v-6.5h-1v-0.5h5c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-1.078l4.578 5.5h1l3.5 1 5.5 0.5c4.5 1 4.5 1.5 4.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-beer\" viewBox=\"0 0 27 28\">\n<title>beer</title>\n<path d=\"M10 14v-6h-4v4c0 1.109 0.891 2 2 2h2zM26 21v3h-18v-3l2-3h-2c-3.313 0-6-2.688-6-6v-5l-1-1 0.5-2h7.5l0.5-2h15l0.5 3-1 0.5v12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-h-square\" viewBox=\"0 0 24 28\">\n<title>h-square</title>\n<path d=\"M20 21v-14c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-8v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v14c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h8v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square\" viewBox=\"0 0 24 28\">\n<title>plus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-5v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-5c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h5v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h5c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-left\" viewBox=\"0 0 17 28\">\n<title>angle-double-left</title>\n<path d=\"M9.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359zM15.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-right\" viewBox=\"0 0 15 28\">\n<title>angle-double-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM15.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-up\" viewBox=\"0 0 18 28\">\n<title>angle-double-up</title>\n<path d=\"M16.797 20.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 14.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-down\" viewBox=\"0 0 18 28\">\n<title>angle-double-down</title>\n<path d=\"M16.797 13.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 7.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-left\" viewBox=\"0 0 11 28\">\n<title>angle-left</title>\n<path d=\"M9.797 8.5c0 0.125-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.219 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-right\" viewBox=\"0 0 9 28\">\n<title>angle-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359 0-0.125 0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-up\" viewBox=\"0 0 18 28\">\n<title>angle-up</title>\n<path d=\"M16.797 18.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-down\" viewBox=\"0 0 18 28\">\n<title>angle-down</title>\n<path d=\"M16.797 11.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-desktop\" viewBox=\"0 0 30 28\">\n<title>desktop</title>\n<path d=\"M28 15.5v-13c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-8.5c0 1.328 1 2.453 1 3s-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1 0-0.578 1-1.641 1-3h-8.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-laptop\" viewBox=\"0 0 30 28\">\n<title>laptop</title>\n<path d=\"M6.5 20c-1.375 0-2.5-1.125-2.5-2.5v-11c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5v11c0 1.375-1.125 2.5-2.5 2.5h-17zM6 6.5v11c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5v-11c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5zM27.5 21h2.5v1.5c0 0.828-1.125 1.5-2.5 1.5h-25c-1.375 0-2.5-0.672-2.5-1.5v-1.5h27.5zM16.25 22.5c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tablet\" viewBox=\"0 0 18 28\">\n<title>tablet</title>\n<path d=\"M10 22c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-13c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h13c0.266 0 0.5-0.234 0.5-0.5zM18 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-13c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h13c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mobile\" viewBox=\"0 0 12 28\">\n<title>mobile</title>\n<path d=\"M7.25 22c0-0.688-0.562-1.25-1.25-1.25s-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25 1.25-0.562 1.25-1.25zM10.5 19.5v-11c0-0.266-0.234-0.5-0.5-0.5h-8c-0.266 0-0.5 0.234-0.5 0.5v11c0 0.266 0.234 0.5 0.5 0.5h8c0.266 0 0.5-0.234 0.5-0.5zM7.5 6.25c0-0.141-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5c0.141 0 0.25-0.109 0.25-0.25zM12 6v16c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-16c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o\" viewBox=\"0 0 24 28\">\n<title>circle-o</title>\n<path d=\"M12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-left\" viewBox=\"0 0 26 28\">\n<title>quote-left</title>\n<path d=\"M12 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3zM26 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-right\" viewBox=\"0 0 26 28\">\n<title>quote-right</title>\n<path d=\"M12 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3zM26 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spinner\" viewBox=\"0 0 28 28\">\n<title>spinner</title>\n<path d=\"M8.219 21.781c0 1.094-0.891 2-2 2-1.094 0-2-0.906-2-2 0-1.109 0.906-2 2-2 1.109 0 2 0.891 2 2zM16 25c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM5 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM23.781 21.781c0 1.094-0.906 2-2 2-1.109 0-2-0.906-2-2 0-1.109 0.891-2 2-2 1.094 0 2 0.891 2 2zM8.719 6.219c0 1.375-1.125 2.5-2.5 2.5s-2.5-1.125-2.5-2.5 1.125-2.5 2.5-2.5 2.5 1.125 2.5 2.5zM27 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM17 3c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM25.281 6.219c0 1.937-1.578 3.5-3.5 3.5-1.937 0-3.5-1.563-3.5-3.5 0-1.922 1.563-3.5 3.5-3.5 1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle\" viewBox=\"0 0 24 28\">\n<title>circle</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply\" viewBox=\"0 0 28 28\">\n<title>mail-reply</title>\n<path d=\"M28 17.5c0 2.188-1.094 5.047-1.984 7.047-0.172 0.359-0.344 0.859-0.578 1.188-0.109 0.156-0.219 0.266-0.438 0.266-0.313 0-0.5-0.25-0.5-0.547 0-0.25 0.063-0.531 0.078-0.781 0.047-0.641 0.078-1.281 0.078-1.922 0-7.453-4.422-8.75-11.156-8.75h-3.5v4c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-8-8c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l8-8c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v4h3.5c5.125 0 11.5 0.906 13.672 6.297 0.656 1.656 0.828 3.453 0.828 5.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-alt\" viewBox=\"0 0 26 28\">\n<title>github-alt</title>\n<path d=\"M10 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM20 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM22.5 19c0-2.391-1.453-4.5-4-4.5-1.031 0-2.016 0.187-3.047 0.328-0.812 0.125-1.625 0.172-2.453 0.172s-1.641-0.047-2.453-0.172c-1.016-0.141-2.016-0.328-3.047-0.328-2.547 0-4 2.109-4 4.5 0 4.781 4.375 5.516 8.188 5.516h2.625c3.813 0 8.188-0.734 8.188-5.516zM26 16.25c0 1.734-0.172 3.578-0.953 5.172-2.063 4.172-7.734 4.578-11.797 4.578-4.125 0-10.141-0.359-12.281-4.578-0.797-1.578-0.969-3.437-0.969-5.172 0-2.281 0.625-4.438 2.125-6.188-0.281-0.859-0.422-1.766-0.422-2.656 0-1.172 0.266-2.344 0.797-3.406 2.469 0 4.047 1.078 5.922 2.547 1.578-0.375 3.203-0.547 4.828-0.547 1.469 0 2.953 0.156 4.375 0.5 1.859-1.453 3.437-2.5 5.875-2.5 0.531 1.062 0.797 2.234 0.797 3.406 0 0.891-0.141 1.781-0.422 2.625 1.5 1.766 2.125 3.938 2.125 6.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-o\" viewBox=\"0 0 26 28\">\n<title>folder-o</title>\n<path d=\"M24 20.5v-11c0-0.828-0.672-1.5-1.5-1.5h-11c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v15c0 0.828 0.672 1.5 1.5 1.5h19c0.828 0 1.5-0.672 1.5-1.5zM26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open-o\" viewBox=\"0 0 30 28\">\n<title>folder-open-o</title>\n<path d=\"M27.828 14.547c0-0.438-0.484-0.547-0.828-0.547h-17c-0.828 0-1.922 0.516-2.453 1.156l-4.594 5.672c-0.141 0.187-0.281 0.391-0.281 0.625 0 0.438 0.484 0.547 0.828 0.547h17c0.828 0 1.922-0.516 2.453-1.172l4.594-5.672c0.141-0.172 0.281-0.375 0.281-0.609zM10 12h12v-2.5c0-0.828-0.672-1.5-1.5-1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v13.328l4-4.922c0.906-1.109 2.578-1.906 4-1.906zM29.828 14.547c0 0.688-0.297 1.344-0.719 1.875l-4.609 5.672c-0.891 1.094-2.594 1.906-4 1.906h-17c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5v2.5h3c1.062 0 2.125 0.484 2.594 1.484 0.156 0.328 0.234 0.688 0.234 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-smile-o\" viewBox=\"0 0 24 28\">\n<title>smile-o</title>\n<path d=\"M17.719 16.797c-0.781 2.516-3.078 4.203-5.719 4.203s-4.937-1.687-5.719-4.203c-0.172-0.531 0.125-1.078 0.656-1.25 0.516-0.172 1.078 0.125 1.25 0.656 0.516 1.672 2.063 2.797 3.813 2.797s3.297-1.125 3.813-2.797c0.172-0.531 0.734-0.828 1.266-0.656 0.516 0.172 0.812 0.719 0.641 1.25zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-frown-o\" viewBox=\"0 0 24 28\">\n<title>frown-o</title>\n<path d=\"M17.719 19.203c0.172 0.531-0.125 1.078-0.641 1.25-0.531 0.172-1.094-0.125-1.266-0.656-0.516-1.672-2.063-2.797-3.813-2.797s-3.297 1.125-3.813 2.797c-0.172 0.531-0.734 0.828-1.25 0.656-0.531-0.172-0.828-0.719-0.656-1.25 0.781-2.516 3.078-4.203 5.719-4.203s4.937 1.687 5.719 4.203zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meh-o\" viewBox=\"0 0 24 28\">\n<title>meh-o</title>\n<path d=\"M18 17c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h10c0.547 0 1 0.453 1 1zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gamepad\" viewBox=\"0 0 30 28\">\n<title>gamepad</title>\n<path d=\"M13 17v-2c0-0.281-0.219-0.5-0.5-0.5h-3v-3c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v3h-3c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h3v3c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5v-3h3c0.281 0 0.5-0.219 0.5-0.5zM22 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM30 16c0 4.422-3.578 8-8 8-2.031 0-3.875-0.766-5.281-2h-3.437c-1.406 1.234-3.25 2-5.281 2-4.422 0-8-3.578-8-8s3.578-8 8-8h14c4.422 0 8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-keyboard-o\" viewBox=\"0 0 30 28\">\n<title>keyboard-o</title>\n<path d=\"M6 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM8 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h3.5c0.141 0 0.25 0.109 0.25 0.25zM6 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-13.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h13.5c0.141 0 0.25 0.109 0.25 0.25zM12 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM10 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM16 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM14 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM20 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM18 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 10.25v5.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.75v-3.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM28 22v-14h-26v14h26zM30 8v14c0 1.109-0.891 2-2 2h-26c-1.109 0-2-0.891-2-2v-14c0-1.109 0.891-2 2-2h26c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-o\" viewBox=\"0 0 29 28\">\n<title>flag-o</title>\n<path d=\"M26 16.328v-9.625c-1.25 0.672-3 1.422-4.781 1.422v0c-0.828 0-1.594-0.156-2.266-0.5-1.672-0.828-3.484-1.625-5.656-1.625-2.016 0-4.484 0.984-6.297 1.984v9.359c2.063-0.953 4.688-1.766 6.766-1.766 2.406 0 3.969 0.797 5.641 1.625l0.438 0.219c0.438 0.219 0.969 0.344 1.578 0.344 1.734 0 3.609-0.922 4.578-1.437zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-checkered\" viewBox=\"0 0 29 28\">\n<title>flag-checkered</title>\n<path d=\"M13 15.625v-3c-1.906 0.172-4.203 0.938-6 1.828v2.891c1.813-0.844 4.062-1.563 6-1.719zM13 9.094v-3.078c-1.969 0.094-4.281 1.016-6 1.969v2.953c1.844-0.953 4.062-1.766 6-1.844zM26 16.328v-2.875c-1.422 0.703-3.906 1.75-6 1.109v-3.5c-0.203-0.063-0.406-0.141-0.609-0.234-1.797-0.906-3.266-1.75-5.625-1.75-0.25 0-0.5 0.016-0.766 0.047v3.469h0.297c2.359 0 4.297 0.844 6.094 1.734 0.203 0.094 0.406 0.172 0.609 0.234v2.938c0.422 0.172 0.891 0.266 1.422 0.266 1.734 0 3.609-0.922 4.578-1.437zM26 9.656v-2.953c-1.25 0.672-3 1.422-4.781 1.422v0c-0.422 0-0.828-0.031-1.219-0.125v3.063c2.094 0.594 4.578-0.609 6-1.406zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-terminal\" viewBox=\"0 0 26 28\">\n<title>terminal</title>\n<path d=\"M9.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719zM26 22.5v1c0 0.281-0.219 0.5-0.5 0.5h-15c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h15c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code\" viewBox=\"0 0 30 28\">\n<title>code</title>\n<path d=\"M9.641 21.859l-0.781 0.781c-0.203 0.203-0.516 0.203-0.719 0l-7.281-7.281c-0.203-0.203-0.203-0.516 0-0.719l7.281-7.281c0.203-0.203 0.516-0.203 0.719 0l0.781 0.781c0.203 0.203 0.203 0.516 0 0.719l-6.141 6.141 6.141 6.141c0.203 0.203 0.203 0.516 0 0.719zM18.875 5.187l-5.828 20.172c-0.078 0.266-0.359 0.422-0.609 0.344l-0.969-0.266c-0.266-0.078-0.422-0.359-0.344-0.625l5.828-20.172c0.078-0.266 0.359-0.422 0.609-0.344l0.969 0.266c0.266 0.078 0.422 0.359 0.344 0.625zM29.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply-all\" viewBox=\"0 0 28 28\">\n<title>mail-reply-all</title>\n<path d=\"M10 16.906v1.094c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v1.078l-6.203 6.219c-0.391 0.391-0.391 1.016 0 1.406zM28 17.5c0 3.25-2.453 8.031-2.562 8.234-0.078 0.172-0.25 0.266-0.438 0.266-0.047 0-0.094 0-0.141-0.016-0.234-0.078-0.375-0.297-0.359-0.531 0.453-4.266-0.078-7.078-1.656-8.828-1.328-1.484-3.484-2.281-6.844-2.547v3.922c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v4.094c4.312 0.297 7.391 1.437 9.359 3.453 2.359 2.422 2.641 5.703 2.641 7.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half-empty\" viewBox=\"0 0 26 28\">\n<title>star-half-empty</title>\n<path d=\"M18.531 14.953l4.016-3.906-6.594-0.969-0.469-0.938-2.484-5.031v15.047l0.922 0.484 4.969 2.625-0.938-5.547-0.187-1.031zM25.594 10.859l-5.672 5.531 1.344 7.812c0.109 0.688-0.141 1.094-0.625 1.094-0.172 0-0.391-0.063-0.625-0.187l-7.016-3.687-7.016 3.687c-0.234 0.125-0.453 0.187-0.625 0.187-0.484 0-0.734-0.406-0.625-1.094l1.344-7.812-5.688-5.531c-0.672-0.672-0.453-1.328 0.484-1.469l7.844-1.141 3.516-7.109c0.203-0.422 0.484-0.641 0.766-0.641v0c0.281 0 0.547 0.219 0.766 0.641l3.516 7.109 7.844 1.141c0.938 0.141 1.156 0.797 0.469 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-location-arrow\" viewBox=\"0 0 22 28\">\n<title>location-arrow</title>\n<path d=\"M21.891 5.453l-10 20c-0.172 0.344-0.516 0.547-0.891 0.547-0.078 0-0.156-0.016-0.234-0.031-0.453-0.109-0.766-0.5-0.766-0.969v-9h-9c-0.469 0-0.859-0.313-0.969-0.766s0.109-0.922 0.516-1.125l20-10c0.141-0.078 0.297-0.109 0.453-0.109 0.266 0 0.516 0.094 0.703 0.297 0.313 0.297 0.391 0.766 0.187 1.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crop\" viewBox=\"0 0 26 28\">\n<title>crop</title>\n<path d=\"M8.703 20h9.297v-9.297zM8 19.297l9.297-9.297h-9.297v9.297zM26 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-13.5c-0.281 0-0.5-0.219-0.5-0.5v-13.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v3.5h13.297l3.844-3.859c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719l-3.859 3.844v13.297h3.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code-fork\" viewBox=\"0 0 16 28\">\n<title>code-fork</title>\n<path d=\"M4.5 23c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM4.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM14.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM16 7c0 1.109-0.609 2.078-1.5 2.594-0.047 5.641-4.047 6.891-6.703 7.734-2.484 0.781-3.297 1.156-3.297 2.672v0.406c0.891 0.516 1.5 1.484 1.5 2.594 0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.109 0.609-2.078 1.5-2.594v-12.812c-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3c0 1.109-0.609 2.078-1.5 2.594v7.766c0.797-0.391 1.641-0.656 2.406-0.891 2.906-0.922 4.562-1.609 4.594-4.875-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain-broken\" viewBox=\"0 0 26 28\">\n<title>chain-broken</title>\n<path d=\"M6.859 19.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719zM9.5 20.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM6 17c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM25.75 19c0 1.203-0.469 2.328-1.328 3.172l-2.297 2.281c-0.844 0.844-1.969 1.297-3.172 1.297s-2.344-0.469-3.187-1.328l-5.219-5.234c-0.266-0.266-0.469-0.562-0.656-0.875l3.734-0.281 4.266 4.281c0.562 0.562 1.563 0.578 2.125 0.016l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047 0-0.406-0.156-0.781-0.438-1.062l-4.281-4.297 0.281-3.734c0.313 0.187 0.609 0.391 0.875 0.656l5.25 5.25c0.844 0.859 1.313 1.984 1.313 3.187zM16.109 7.688l-3.734 0.281-4.266-4.281c-0.281-0.281-0.656-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l4.281 4.281-0.281 3.75c-0.313-0.187-0.609-0.391-0.875-0.656l-5.25-5.25c-0.844-0.859-1.313-1.984-1.313-3.187s0.469-2.328 1.328-3.172l2.297-2.281c0.844-0.844 1.969-1.297 3.172-1.297s2.344 0.469 3.187 1.328l5.219 5.234c0.266 0.266 0.469 0.562 0.656 0.875zM26 9c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM17.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM23.859 2.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info\" viewBox=\"0 0 10 28\">\n<title>info</title>\n<path d=\"M10 21v2c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1v-6h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v9h1c0.547 0 1 0.453 1 1zM8 3v3c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation\" viewBox=\"0 0 10 28\">\n<title>exclamation</title>\n<path d=\"M8 19.5v3.5c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3.5c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1zM8.469 3l-0.438 12c-0.016 0.547-0.484 1-1.031 1h-4c-0.547 0-1.016-0.453-1.031-1l-0.438-12c-0.016-0.547 0.422-1 0.969-1h5c0.547 0 0.984 0.453 0.969 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superscript\" viewBox=\"0 0 24 28\">\n<title>superscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM23.969 10.781v3.219h-8.031l-0.047-0.422c-0.031-0.219-0.063-0.516-0.063-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.594 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.516 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.75-5.187 4.062-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subscript\" viewBox=\"0 0 24 28\">\n<title>subscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM24 24.781v3.219h-8.031l-0.063-0.422c-0.016-0.234-0.047-0.516-0.047-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.609 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.531 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.734-5.187 4.047-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eraser\" viewBox=\"0 0 30 28\">\n<title>eraser</title>\n<path d=\"M14 22l5.25-6h-12l-5.25 6h12zM29.828 5.172c0.313 0.719 0.187 1.547-0.328 2.141l-14 16c-0.375 0.438-0.922 0.688-1.5 0.688h-12c-0.781 0-1.5-0.453-1.828-1.172-0.313-0.719-0.187-1.547 0.328-2.141l14-16c0.375-0.438 0.922-0.688 1.5-0.688h12c0.781 0 1.5 0.453 1.828 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-puzzle-piece\" viewBox=\"0 0 26 28\">\n<title>puzzle-piece</title>\n<path d=\"M26 17.156c0 1.609-0.922 2.953-2.625 2.953-1.906 0-2.406-1.734-4.125-1.734-1.25 0-1.719 0.781-1.719 1.937 0 1.219 0.5 2.391 0.484 3.594v0.078c-0.172 0-0.344 0-0.516 0.016-1.609 0.156-3.234 0.469-4.859 0.469-1.109 0-2.266-0.438-2.266-1.719 0-1.719 1.734-2.219 1.734-4.125 0-1.703-1.344-2.625-2.953-2.625-1.641 0-3.156 0.906-3.156 2.703 0 1.984 1.516 2.844 1.516 3.922 0 0.547-0.344 1.031-0.719 1.391-0.484 0.453-1.172 0.547-1.828 0.547-1.281 0-2.562-0.172-3.828-0.375-0.281-0.047-0.578-0.078-0.859-0.125l-0.203-0.031c-0.031-0.016-0.078-0.016-0.078-0.031v-16c0.063 0.047 0.984 0.156 1.141 0.187 1.266 0.203 2.547 0.375 3.828 0.375 0.656 0 1.344-0.094 1.828-0.547 0.375-0.359 0.719-0.844 0.719-1.391 0-1.078-1.516-1.937-1.516-3.922 0-1.797 1.516-2.703 3.172-2.703 1.594 0 2.938 0.922 2.938 2.625 0 1.906-1.734 2.406-1.734 4.125 0 1.281 1.156 1.719 2.266 1.719 1.797 0 3.578-0.406 5.359-0.5v0.031c-0.047 0.063-0.156 0.984-0.187 1.141-0.203 1.266-0.375 2.547-0.375 3.828 0 0.656 0.094 1.344 0.547 1.828 0.359 0.375 0.844 0.719 1.391 0.719 1.078 0 1.937-1.516 3.922-1.516 1.797 0 2.703 1.516 2.703 3.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone\" viewBox=\"0 0 18 28\">\n<title>microphone</title>\n<path d=\"M18 11v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-4.5-0.5-8-4.312-8-8.937v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 3.859 3.141 7 7 7s7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1zM14 5v8c0 2.75-2.25 5-5 5s-5-2.25-5-5v-8c0-2.75 2.25-5 5-5s5 2.25 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone-slash\" viewBox=\"0 0 22 28\">\n<title>microphone-slash</title>\n<path d=\"M4.234 14.766l-1.578 1.578c-0.422-1.031-0.656-2.156-0.656-3.344v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 0.609 0.094 1.203 0.234 1.766zM21.641 5.359l-5.641 5.641v2c0 2.75-2.25 5-5 5-0.594 0-1.172-0.109-1.703-0.297l-1.5 1.5c0.953 0.5 2.047 0.797 3.203 0.797 3.859 0 7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-1.328-0.141-2.578-0.594-3.672-1.266l-3.969 3.969c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l19.281-19.281c0.203-0.203 0.516-0.203 0.719 0l1.281 1.281c0.203 0.203 0.203 0.516 0 0.719zM15.703 3.297l-9.703 9.703v-8c0-2.75 2.25-5 5-5 2.156 0 4 1.391 4.703 3.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shield\" viewBox=\"0 0 20 28\">\n<title>shield</title>\n<path d=\"M17 15v-10h-7v17.766c0.797-0.422 2.078-1.156 3.328-2.141 1.672-1.313 3.672-3.359 3.672-5.625zM20 3v12c0 6.578-9.203 10.734-9.594 10.906-0.125 0.063-0.266 0.094-0.406 0.094s-0.281-0.031-0.406-0.094c-0.391-0.172-9.594-4.328-9.594-10.906v-12c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-o\" viewBox=\"0 0 26 28\">\n<title>calendar-o</title>\n<path d=\"M2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire-extinguisher\" viewBox=\"0 0 22 28\">\n<title>fire-extinguisher</title>\n<path d=\"M8 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 2.5v5c0 0.156-0.063 0.297-0.187 0.391-0.094 0.078-0.203 0.109-0.313 0.109-0.031 0-0.063 0-0.109-0.016l-7-1.5c-0.219-0.047-0.391-0.25-0.391-0.484h-4v1.594c2.281 0.469 4 2.484 4 4.906v12.5c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-12.5c0-2.234 1.469-4.141 3.5-4.766v-1.734h-0.5c-3.313 0-5.094 3.422-5.109 3.453-0.172 0.344-0.531 0.547-0.891 0.547-0.156 0-0.313-0.031-0.453-0.109-0.484-0.25-0.688-0.844-0.438-1.344 0.078-0.156 1.641-3.187 4.781-4.203-0.234-0.391-0.391-0.844-0.391-1.344 0-1.375 1.125-2.5 2.5-2.5s2.5 1.125 2.5 2.5c0 0.359-0.078 0.688-0.219 1h4.719c0-0.234 0.172-0.438 0.391-0.484l7-1.5c0.047-0.016 0.078-0.016 0.109-0.016 0.109 0 0.219 0.031 0.313 0.109 0.125 0.094 0.187 0.234 0.187 0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rocket\" viewBox=\"0 0 26 28\">\n<title>rocket</title>\n<path d=\"M22.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26 2.5c0 5.187-1.437 8.641-5.141 12.359-0.906 0.891-1.937 1.813-3.047 2.75l-0.313 5.922c-0.016 0.156-0.109 0.313-0.25 0.406l-6 3.5c-0.078 0.047-0.156 0.063-0.25 0.063-0.125 0-0.25-0.047-0.359-0.141l-1-1c-0.125-0.141-0.172-0.328-0.125-0.5l1.328-4.312-4.391-4.391-4.312 1.328c-0.047 0.016-0.094 0.016-0.141 0.016-0.125 0-0.266-0.047-0.359-0.141l-1-1c-0.156-0.172-0.187-0.422-0.078-0.609l3.5-6c0.094-0.141 0.25-0.234 0.406-0.25l5.922-0.313c0.938-1.109 1.859-2.141 2.75-3.047 3.906-3.891 6.891-5.141 12.328-5.141 0.281 0 0.531 0.219 0.531 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-maxcdn\" viewBox=\"0 0 28 28\">\n<title>maxcdn</title>\n<path d=\"M27.266 12.078l-2.562 11.922h-5.219l2.781-13c0.125-0.547 0.047-1.047-0.234-1.375-0.266-0.328-0.734-0.516-1.297-0.516h-2.641l-3.187 14.891h-5.219l3.187-14.891h-4.469l-3.187 14.891h-5.219l3.187-14.891-2.391-5.109h19.938c2.109 0 4.031 0.875 5.266 2.406 1.25 1.531 1.703 3.609 1.266 5.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-left\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-left</title>\n<path d=\"M14.203 21.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-4.797-4.797 4.797-4.797c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-right\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-right</title>\n<path d=\"M11.203 21.797l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l4.797 4.797-4.797 4.797c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-up\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-up</title>\n<path d=\"M18.203 17.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l4.797-4.797 4.797 4.797c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-down\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-down</title>\n<path d=\"M12.703 20.297l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-4.797 4.797-4.797-4.797c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-html5\" viewBox=\"0 0 22 28\">\n<title>html5</title>\n<path d=\"M17.656 9.328l0.25-2.734h-13.813l0.734 8.344h9.562l-0.344 3.563-3.078 0.828-3.063-0.828-0.203-2.188h-2.734l0.344 4.344 5.656 1.563h0.063v-0.016l5.609-1.547 0.781-8.5h-10.063l-0.234-2.828h10.531zM0 2h22l-2 22.469-9.031 2.531-8.969-2.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-css3\" viewBox=\"0 0 28 28\">\n<title>css3</title>\n<path d=\"M4.297 2h23.516l-4.156 20.828-12.563 4.172-10.906-4.172 1.109-5.563h4.641l-0.453 2.297 6.594 2.516 7.594-2.516 1.062-5.297h-18.875l0.906-4.641h18.891l0.594-2.984h-18.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-anchor\" viewBox=\"0 0 28 28\">\n<title>anchor</title>\n<path d=\"M15 4c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 18.5v5.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-1.453-1.453c-2.453 2.953-6.859 4.844-11.688 4.844s-9.234-1.891-11.688-4.844l-1.453 1.453c-0.094 0.094-0.234 0.141-0.359 0.141-0.063 0-0.125-0.016-0.187-0.031-0.187-0.078-0.313-0.266-0.313-0.469v-5.5c0-0.281 0.219-0.5 0.5-0.5h5.5c0.203 0 0.391 0.125 0.469 0.313s0.031 0.391-0.109 0.547l-1.563 1.563c1.406 1.891 4.109 3.266 7.203 3.687v-10.109h-3c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h3v-2.547c-1.188-0.688-2-1.969-2-3.453 0-2.203 1.797-4 4-4s4 1.797 4 4c0 1.484-0.812 2.766-2 3.453v2.547h3c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-3v10.109c3.094-0.422 5.797-1.797 7.203-3.687l-1.563-1.563c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h5.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock-alt\" viewBox=\"0 0 18 28\">\n<title>unlock-alt</title>\n<path d=\"M16.5 12c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-5c0-3.859 3.141-7 7-7s7 3.141 7 7c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1 0-2.203-1.797-4-4-4s-4 1.797-4 4v5h11.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullseye\" viewBox=\"0 0 24 28\">\n<title>bullseye</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-h\" viewBox=\"0 0 22 28\">\n<title>ellipsis-h</title>\n<path d=\"M6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM14 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-v\" viewBox=\"0 0 6 28\">\n<title>ellipsis-v</title>\n<path d=\"M6 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rss-square\" viewBox=\"0 0 24 28\">\n<title>rss-square</title>\n<path d=\"M8 20c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM13.484 21.469c-0.266-4.844-4.109-8.687-8.953-8.953-0.141-0.016-0.281 0.047-0.375 0.141s-0.156 0.219-0.156 0.359v2c0 0.266 0.203 0.484 0.469 0.5 3.203 0.234 5.781 2.812 6.016 6.016 0.016 0.266 0.234 0.469 0.5 0.469h2c0.141 0 0.266-0.063 0.359-0.156s0.156-0.234 0.141-0.375zM19.484 21.484c-0.266-8.125-6.844-14.703-14.969-14.969-0.156-0.016-0.266 0.031-0.359 0.141-0.094 0.094-0.156 0.219-0.156 0.359v2c0 0.266 0.219 0.484 0.484 0.5 6.484 0.234 11.766 5.516 12 12 0.016 0.266 0.234 0.484 0.5 0.484h2c0.141 0 0.266-0.063 0.359-0.156 0.109-0.094 0.156-0.219 0.141-0.359zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle\" viewBox=\"0 0 24 28\">\n<title>play-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM18 14.859c0.313-0.172 0.5-0.5 0.5-0.859s-0.187-0.688-0.5-0.859l-8.5-5c-0.297-0.187-0.688-0.187-1-0.016-0.313 0.187-0.5 0.516-0.5 0.875v10c0 0.359 0.187 0.688 0.5 0.875 0.156 0.078 0.328 0.125 0.5 0.125s0.344-0.047 0.5-0.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ticket\" viewBox=\"0 0 28 28\">\n<title>ticket</title>\n<path d=\"M16 7.063l4.937 4.937-8.937 8.937-4.937-4.937zM12.703 22.359l9.656-9.656c0.391-0.391 0.391-1.016 0-1.406l-5.656-5.656c-0.375-0.375-1.031-0.375-1.406 0l-9.656 9.656c-0.391 0.391-0.391 1.016 0 1.406l5.656 5.656c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281zM26.594 12.406l-14.172 14.187c-0.781 0.766-2.063 0.766-2.828 0l-1.969-1.969c1.172-1.172 1.172-3.078 0-4.25s-3.078-1.172-4.25 0l-1.953-1.969c-0.781-0.766-0.781-2.047 0-2.828l14.172-14.156c0.766-0.781 2.047-0.781 2.828 0l1.953 1.953c-1.172 1.172-1.172 3.078 0 4.25s3.078 1.172 4.25 0l1.969 1.953c0.766 0.781 0.766 2.063 0 2.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square\" viewBox=\"0 0 24 28\">\n<title>minus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square-o\" viewBox=\"0 0 22 28\">\n<title>minus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-up\" viewBox=\"0 0 16 28\">\n<title>level-up</title>\n<path d=\"M15.906 9.422c-0.172 0.359-0.516 0.578-0.906 0.578h-3v13.5c0 0.281-0.219 0.5-0.5 0.5h-11c-0.187 0-0.375-0.109-0.453-0.281-0.078-0.187-0.063-0.391 0.063-0.547l2.5-3c0.094-0.109 0.25-0.172 0.391-0.172h5v-10h-3c-0.391 0-0.734-0.219-0.906-0.578-0.156-0.344-0.109-0.766 0.141-1.062l5-6c0.375-0.453 1.156-0.453 1.531 0l5 6c0.25 0.297 0.313 0.719 0.141 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-down\" viewBox=\"0 0 16 28\">\n<title>level-down</title>\n<path d=\"M0.5 4h11c0.281 0 0.5 0.234 0.5 0.516v13.484h3c0.391 0 0.734 0.234 0.906 0.578 0.172 0.359 0.109 0.781-0.141 1.078l-5 6c-0.375 0.453-1.156 0.453-1.531 0l-5-6c-0.25-0.297-0.297-0.719-0.141-1.078 0.172-0.344 0.516-0.578 0.906-0.578h3v-10h-5c-0.141 0-0.281-0.063-0.391-0.172l-2.5-3c-0.125-0.141-0.141-0.359-0.063-0.531s0.266-0.297 0.453-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square\" viewBox=\"0 0 24 28\">\n<title>check-square</title>\n<path d=\"M10.703 20.297l9.594-9.594c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.297 7.297-3.297-3.297c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l5.594 5.594c0.391 0.391 1.016 0.391 1.406 0zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil-square\" viewBox=\"0 0 24 28\">\n<title>pencil-square</title>\n<path d=\"M6.312 17.313l2.375 2.375-0.812 0.812h-0.875v-1.5h-1.5v-0.875zM12.781 11.219c0.125 0.109 0.094 0.328-0.047 0.469l-4.547 4.547c-0.141 0.141-0.359 0.172-0.469 0.047-0.125-0.109-0.094-0.328 0.047-0.469l4.547-4.547c0.141-0.141 0.359-0.172 0.469-0.047zM8.5 22l8.5-8.5-4.5-4.5-8.5 8.5v4.5h4.5zM18 12.5l1.437-1.437c0.578-0.578 0.578-1.547 0-2.125l-2.375-2.375c-0.578-0.578-1.547-0.578-2.125 0l-1.437 1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link-square\" viewBox=\"0 0 24 28\">\n<title>external-link-square</title>\n<path d=\"M20 14.5v-7.5c0-0.547-0.453-1-1-1h-7.5c-0.406 0-0.766 0.25-0.922 0.609-0.156 0.375-0.078 0.812 0.219 1.094l2.25 2.25-8.344 8.344c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l8.344-8.344 2.25 2.25c0.187 0.203 0.438 0.297 0.703 0.297 0.125 0 0.266-0.031 0.391-0.078 0.359-0.156 0.609-0.516 0.609-0.922zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square\" viewBox=\"0 0 24 28\">\n<title>share-square</title>\n<path d=\"M15.703 17.203l5.5-5.5c0.391-0.391 0.391-1.016 0-1.406l-5.5-5.5c-0.281-0.297-0.719-0.375-1.078-0.219-0.375 0.156-0.625 0.516-0.625 0.922v2.5c-8.969 0-10 5.141-10 9 0 3.141 2.516 6.188 2.609 6.312 0.109 0.125 0.25 0.187 0.391 0.187 0.063 0 0.141-0.016 0.203-0.047 0.203-0.078 0.328-0.297 0.297-0.516-0.469-3.766-0.172-6.109 0.969-7.391 0.953-1.078 2.609-1.547 5.531-1.547v2.5c0 0.406 0.25 0.766 0.625 0.922 0.109 0.047 0.25 0.078 0.375 0.078 0.266 0 0.516-0.109 0.703-0.297zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compass\" viewBox=\"0 0 24 28\">\n<title>compass</title>\n<path d=\"M10 17l4-2-4-2v4zM16 7.766v8.469l-8 4v-8.469zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-down\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-down</title>\n<path d=\"M17.891 10.547c0.172 0.328 0.141 0.734-0.078 1.031l-5 7c-0.187 0.266-0.484 0.422-0.812 0.422s-0.625-0.156-0.812-0.422l-5-7c-0.219-0.297-0.25-0.703-0.078-1.031 0.172-0.344 0.516-0.547 0.891-0.547h10c0.375 0 0.719 0.203 0.891 0.547zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-up\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-up</title>\n<path d=\"M17.891 17.453c-0.172 0.344-0.516 0.547-0.891 0.547h-10c-0.375 0-0.719-0.203-0.891-0.547-0.172-0.328-0.141-0.734 0.078-1.031l5-7c0.187-0.266 0.484-0.422 0.812-0.422s0.625 0.156 0.812 0.422l5 7c0.219 0.297 0.25 0.703 0.078 1.031zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-right\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-right</title>\n<path d=\"M17 14c0 0.328-0.156 0.625-0.422 0.812l-7 5c-0.297 0.219-0.703 0.25-1.031 0.078-0.344-0.172-0.547-0.516-0.547-0.891v-10c0-0.375 0.203-0.719 0.547-0.891 0.328-0.172 0.734-0.141 1.031 0.078l7 5c0.266 0.187 0.422 0.484 0.422 0.812zM20 21.5v-15c0-0.281-0.219-0.5-0.5-0.5h-15c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h15c0.281 0 0.5-0.219 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eur\" viewBox=\"0 0 16 28\">\n<title>eur</title>\n<path d=\"M15.25 20.422l0.547 2.484c0.063 0.25-0.078 0.5-0.313 0.578-0.063 0.016-1.516 0.516-3.391 0.516-4.875 0-8.797-2.938-10.109-7.531h-1.484c-0.281 0-0.5-0.234-0.5-0.5v-1.766c0-0.266 0.219-0.5 0.5-0.5h1.031c-0.016-0.5-0.016-1.094 0.016-1.641h-1.047c-0.281 0-0.5-0.219-0.5-0.5v-1.781c0-0.281 0.219-0.5 0.5-0.5h1.531c1.391-4.375 5.391-7.281 10.063-7.281 1.625 0 2.969 0.344 3.031 0.359 0.125 0.031 0.234 0.125 0.313 0.234 0.063 0.109 0.078 0.25 0.047 0.375l-0.672 2.484c-0.063 0.266-0.328 0.422-0.594 0.344-0.016 0-1.078-0.266-2.188-0.266-2.625 0-4.828 1.422-5.875 3.75h7.313c0.156 0 0.297 0.063 0.391 0.187 0.094 0.109 0.141 0.266 0.109 0.406l-0.375 1.781c-0.047 0.234-0.25 0.406-0.5 0.406h-7.625c-0.047 0.5-0.031 1.031 0 1.641h7.172c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.422l-0.375 1.75c-0.047 0.234-0.25 0.406-0.484 0.406h-6.047c1 2.438 3.25 3.969 5.906 3.969 1.359 0 2.469-0.375 2.484-0.375 0.125-0.047 0.281-0.031 0.406 0.031 0.125 0.078 0.203 0.203 0.234 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gbp\" viewBox=\"0 0 16 28\">\n<title>gbp</title>\n<path d=\"M15.937 17.766v5.734c0 0.281-0.219 0.5-0.5 0.5h-14.938c-0.281 0-0.5-0.219-0.5-0.5v-2.344c0-0.266 0.219-0.5 0.5-0.5h1.516v-5.984h-1.484c-0.281 0-0.5-0.219-0.5-0.5v-2.047c0-0.281 0.219-0.5 0.5-0.5h1.484v-3.484c0-3.563 2.875-6.141 6.844-6.141 3.125 0 5.141 1.875 5.234 1.953 0.187 0.172 0.203 0.469 0.047 0.672l-1.609 1.984c-0.094 0.109-0.203 0.172-0.344 0.187-0.125 0.016-0.266-0.031-0.359-0.109-0.016-0.016-1.359-1.078-2.938-1.078-1.766 0-2.953 1.062-2.953 2.656v3.359h4.766c0.281 0 0.5 0.219 0.5 0.5v2.047c0 0.281-0.219 0.5-0.5 0.5h-4.766v5.922h6.469v-2.828c0-0.281 0.219-0.5 0.5-0.5h2.531c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dollar\" viewBox=\"0 0 16 28\">\n<title>dollar</title>\n<path d=\"M15.281 18.516c0 3.187-2.281 5.703-5.594 6.25v2.734c0 0.281-0.219 0.5-0.5 0.5h-2.109c-0.266 0-0.5-0.219-0.5-0.5v-2.734c-3.656-0.516-5.656-2.703-5.734-2.797-0.156-0.187-0.172-0.453-0.031-0.641l1.609-2.109c0.078-0.109 0.219-0.172 0.359-0.187s0.281 0.031 0.375 0.141c0.031 0.016 2.219 2.109 4.984 2.109 1.531 0 3.187-0.812 3.187-2.578 0-1.5-1.844-2.234-3.953-3.078-2.812-1.109-6.312-2.516-6.312-6.438 0-2.875 2.25-5.25 5.516-5.875v-2.812c0-0.281 0.234-0.5 0.5-0.5h2.109c0.281 0 0.5 0.219 0.5 0.5v2.75c3.172 0.359 4.859 2.078 4.922 2.141 0.156 0.172 0.187 0.406 0.078 0.594l-1.266 2.281c-0.078 0.141-0.203 0.234-0.359 0.25-0.156 0.031-0.297-0.016-0.422-0.109-0.016-0.016-1.906-1.687-4.25-1.687-1.984 0-3.359 0.984-3.359 2.406 0 1.656 1.906 2.391 4.125 3.25 2.875 1.109 6.125 2.375 6.125 6.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inr\" viewBox=\"0 0 14 28\">\n<title>inr</title>\n<path d=\"M14.031 7.344v1.594c0 0.281-0.219 0.5-0.5 0.5h-2.625c-0.484 3-2.781 4.953-6.328 5.375 2.328 2.484 4.813 5.484 7.172 8.375 0.125 0.141 0.156 0.359 0.063 0.531-0.078 0.172-0.25 0.281-0.453 0.281h-3.047c-0.156 0-0.297-0.063-0.391-0.187-2.516-3.016-4.828-5.781-7.781-8.922-0.094-0.094-0.141-0.219-0.141-0.344v-1.984c0-0.266 0.219-0.5 0.5-0.5h1.75c2.75 0 4.469-0.922 4.922-2.625h-6.672c-0.281 0-0.5-0.219-0.5-0.5v-1.594c0-0.281 0.219-0.5 0.5-0.5h6.453c-0.594-1.172-2-1.766-4.188-1.766h-2.266c-0.281 0-0.5-0.234-0.5-0.5v-2.078c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5v1.594c0 0.281-0.219 0.5-0.5 0.5h-3.641c0.5 0.641 0.828 1.391 1 2.25h2.672c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cny\" viewBox=\"0 0 16 28\">\n<title>cny</title>\n<path d=\"M9.422 24h-2.688c-0.281 0-0.5-0.219-0.5-0.5v-5.156h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.609c0-0.281 0.219-0.5 0.5-0.5h4.5v-1.328h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.625c0-0.266 0.219-0.5 0.5-0.5h3.344l-5.016-9.031c-0.078-0.156-0.078-0.344 0-0.5 0.094-0.156 0.266-0.25 0.438-0.25h3.031c0.187 0 0.359 0.109 0.453 0.281l3.359 6.641c0.375 0.734 0.625 1.359 0.875 1.953 0.266-0.672 0.609-1.328 0.906-2.016l2.984-6.562c0.078-0.187 0.266-0.297 0.453-0.297h2.984c0.172 0 0.328 0.094 0.422 0.25 0.094 0.141 0.094 0.328 0.016 0.484l-4.891 9.047h3.359c0.281 0 0.5 0.234 0.5 0.5v1.625c0 0.281-0.219 0.5-0.5 0.5h-4.531v1.328h4.531c0.281 0 0.5 0.219 0.5 0.5v1.609c0 0.281-0.219 0.5-0.5 0.5h-4.531v5.156c0 0.281-0.234 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rouble\" viewBox=\"0 0 20 28\">\n<title>rouble</title>\n<path d=\"M16.297 8.828c0-2.094-1.484-3.5-3.687-3.5h-5v7h5c2.203 0 3.687-1.406 3.687-3.5zM20 8.828c0 4.016-2.906 6.828-7.078 6.828h-5.313v1.844h7.891c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-7.891v3c0 0.281-0.219 0.5-0.5 0.5h-2.609c-0.281 0-0.5-0.219-0.5-0.5v-3h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h3.5v-1.844h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2.328c0-0.281 0.219-0.5 0.5-0.5h3.5v-9.828c0-0.281 0.219-0.5 0.5-0.5h8.422c4.172 0 7.078 2.812 7.078 6.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-krw\" viewBox=\"0 0 28 28\">\n<title>krw</title>\n<path d=\"M8.031 18.672l1.266-4.672h-2.484l1.172 4.688c0.016 0.031 0.016 0.063 0.031 0.094 0-0.031 0.016-0.078 0.016-0.109zM9.844 12l0.547-2h-4.562l0.5 2h3.516zM12.844 12h2.172l-0.547-2h-1.094zM19.859 18.688l1.219-4.688h-2.531l1.266 4.672c0.016 0.047 0.016 0.078 0.031 0.109 0-0.031 0.016-0.063 0.016-0.094zM21.594 12l0.516-2h-4.641l0.531 2h3.594zM28 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.328l-2.562 9.625c-0.063 0.219-0.266 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.484-0.375l-2.594-9.625h-3.266l-2.609 9.625c-0.063 0.219-0.25 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.469-0.375l-2.5-9.625h-3.25c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.734l-0.516-2h-2.219c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.703l-1.391-5.375c-0.047-0.156-0.016-0.313 0.078-0.438 0.094-0.109 0.25-0.187 0.406-0.187h2.141c0.234 0 0.438 0.156 0.484 0.375l1.406 5.625h5.609l1.516-5.625c0.063-0.219 0.266-0.375 0.484-0.375h1.969c0.234 0 0.422 0.156 0.484 0.375l1.531 5.625h5.703l1.453-5.625c0.047-0.219 0.25-0.375 0.484-0.375h2.141c0.156 0 0.313 0.078 0.406 0.187 0.094 0.125 0.125 0.297 0.078 0.438l-1.422 5.375h1.734c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.266l-0.531 2h2.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitcoin\" viewBox=\"0 0 21 28\">\n<title>bitcoin</title>\n<path d=\"M18.234 10c0.203 2.078-0.672 3.328-2.047 4.031 2.281 0.547 3.719 1.906 3.437 4.953-0.359 3.797-3.172 4.813-7.203 5.031v3.984h-2.406v-3.922c-0.609 0-1.25 0-1.906-0.016v3.938h-2.406v-3.984c-0.562 0-1.125-0.016-1.703-0.016h-3.125l0.484-2.859c1.766 0.031 1.734 0 1.734 0 0.672 0 0.859-0.484 0.906-0.797v-6.281h0.25c-0.094-0.016-0.187-0.016-0.25-0.016v-4.484c-0.094-0.5-0.406-1.062-1.391-1.062 0 0 0.031-0.031-1.734 0v-2.562l3.313 0.016c0.484 0 1 0 1.516-0.016v-3.938h2.406v3.859c0.641-0.016 1.281-0.031 1.906-0.031v-3.828h2.406v3.938c3.094 0.266 5.547 1.219 5.812 4.062zM14.875 18.516c0-3.094-5.094-2.641-6.719-2.641v5.281c1.625 0 6.719 0.344 6.719-2.641zM13.766 11.078c0-2.828-4.25-2.406-5.609-2.406v4.797c1.359 0 5.609 0.313 5.609-2.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file\" viewBox=\"0 0 24 28\">\n<title>file</title>\n<path d=\"M16 8v-7.375c0.219 0.141 0.406 0.281 0.562 0.438l6.375 6.375c0.156 0.156 0.297 0.344 0.438 0.562h-7.375zM14 8.5c0 0.828 0.672 1.5 1.5 1.5h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text\" viewBox=\"0 0 24 28\">\n<title>file-text</title>\n<path d=\"M22.937 7.438c0.156 0.156 0.297 0.344 0.438 0.562h-7.375v-7.375c0.219 0.141 0.406 0.281 0.562 0.438zM15.5 10h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5c0 0.828 0.672 1.5 1.5 1.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-asc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-asc</title>\n<path d=\"M18.609 6.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM24.563 24.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.172v0.031l0.219-0.031c0.141-0.031 0.281-0.031 0.469-0.031h3.875v-1.859h1.891zM25.953 10.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-desc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-desc</title>\n<path d=\"M18.609 22.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM25.953 26.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094zM24.563 8.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.156v0.047l0.219-0.047c0.141-0.016 0.281-0.016 0.469-0.016h3.875v-1.859h1.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-asc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-asc</title>\n<path d=\"M11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM25 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM22 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM19 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-desc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-desc</title>\n<path d=\"M19 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM25 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM28 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-asc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-asc</title>\n<path d=\"M21.031 20.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM23.219 21.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422zM22.75 10.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-desc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-desc</title>\n<path d=\"M21.031 4.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22.75 26.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578zM23.219 5.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-up\" viewBox=\"0 0 25 28\">\n<title>thumbs-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1-0.562 0-1 0.453-1 1 0 0.562 0.438 1 1 1 0.547 0 1-0.438 1-1zM6.5 13v10c0 0.547-0.453 1-1 1h-4.5c-0.547 0-1-0.453-1-1v-10c0-0.547 0.453-1 1-1h4.5c0.547 0 1 0.453 1 1zM25 13c0 0.828-0.328 1.719-0.859 2.328 0.172 0.5 0.234 0.969 0.234 1.188 0.031 0.781-0.203 1.516-0.672 2.141 0.172 0.578 0.172 1.203 0 1.828-0.156 0.578-0.453 1.094-0.844 1.469 0.094 1.172-0.172 2.125-0.766 2.828-0.672 0.797-1.703 1.203-3.078 1.219h-2.016c-2.234 0-4.344-0.734-6.031-1.313-0.984-0.344-1.922-0.672-2.469-0.688-0.531-0.016-1-0.453-1-1v-10.016c0-0.516 0.438-0.953 0.953-1 0.578-0.047 2.078-1.906 2.766-2.812 0.562-0.719 1.094-1.391 1.578-1.875 0.609-0.609 0.781-1.547 0.969-2.453 0.172-0.922 0.359-1.891 1.031-2.547 0.187-0.187 0.438-0.297 0.703-0.297 3.5 0 3.5 2.797 3.5 4 0 1.281-0.453 2.188-0.875 3-0.172 0.344-0.328 0.5-0.453 1h4.328c1.625 0 3 1.375 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-down\" viewBox=\"0 0 25 28\">\n<title>thumbs-down</title>\n<path d=\"M4 9c0 0.547-0.453 1-1 1-0.562 0-1-0.453-1-1 0-0.562 0.438-1 1-1 0.547 0 1 0.438 1 1zM6.5 17v-10c0-0.547-0.453-1-1-1h-4.5c-0.547 0-1 0.453-1 1v10c0 0.547 0.453 1 1 1h4.5c0.547 0 1-0.453 1-1zM24.141 14.672c0.531 0.594 0.859 1.5 0.859 2.328-0.016 1.625-1.375 3-3 3h-4.328c0.125 0.5 0.281 0.656 0.453 1 0.406 0.812 0.875 1.719 0.875 3 0 1.203 0 4-3.5 4-0.266 0-0.516-0.109-0.703-0.297-0.672-0.656-0.859-1.625-1.031-2.547-0.187-0.906-0.359-1.844-0.969-2.453-0.484-0.484-1.016-1.156-1.578-1.875-0.688-0.906-2.188-2.766-2.766-2.812-0.516-0.047-0.953-0.484-0.953-1v-10.016c0-0.547 0.469-0.984 1-1 0.547-0.016 1.484-0.344 2.469-0.688 1.687-0.578 3.797-1.313 6.031-1.313h2.016c1.375 0.016 2.406 0.422 3.078 1.219 0.594 0.703 0.859 1.656 0.766 2.828 0.391 0.375 0.688 0.891 0.844 1.469 0.172 0.625 0.172 1.25 0 1.828 0.469 0.625 0.703 1.359 0.672 2.141 0 0.219-0.063 0.688-0.234 1.188z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-square\" viewBox=\"0 0 24 28\">\n<title>youtube-square</title>\n<path d=\"M14.359 20.359v-2.453c0-0.516-0.156-0.781-0.453-0.781-0.172 0-0.344 0.078-0.516 0.25v3.5c0.172 0.172 0.344 0.25 0.516 0.25 0.297 0 0.453-0.25 0.453-0.766zM17.234 18.453h1.031v-0.531c0-0.531-0.172-0.797-0.516-0.797s-0.516 0.266-0.516 0.797v0.531zM8.313 14.297v1.094h-1.25v6.609h-1.156v-6.609h-1.219v-1.094h3.625zM11.453 16.266v5.734h-1.047v-0.625c-0.406 0.469-0.797 0.703-1.188 0.703-0.328 0-0.562-0.141-0.656-0.438-0.063-0.172-0.094-0.438-0.094-0.844v-4.531h1.031v4.219c0 0.234 0 0.375 0.016 0.406 0.016 0.156 0.094 0.234 0.234 0.234 0.219 0 0.422-0.156 0.656-0.484v-4.375h1.047zM15.391 18v2.281c0 0.516-0.031 0.906-0.109 1.141-0.125 0.438-0.406 0.656-0.828 0.656-0.359 0-0.719-0.219-1.062-0.641v0.562h-1.047v-7.703h1.047v2.516c0.328-0.406 0.688-0.625 1.062-0.625 0.422 0 0.703 0.219 0.828 0.656 0.078 0.234 0.109 0.609 0.109 1.156zM19.313 20.016v0.141c0 0.344-0.016 0.562-0.031 0.672-0.031 0.234-0.109 0.438-0.234 0.625-0.281 0.422-0.719 0.625-1.25 0.625-0.547 0-0.969-0.203-1.266-0.594-0.219-0.281-0.328-0.734-0.328-1.344v-2.016c0-0.609 0.094-1.047 0.313-1.344 0.297-0.391 0.719-0.594 1.25-0.594 0.516 0 0.938 0.203 1.219 0.594 0.219 0.297 0.328 0.734 0.328 1.344v1.188h-2.078v1.016c0 0.531 0.172 0.797 0.531 0.797 0.25 0 0.406-0.141 0.469-0.406 0-0.063 0.016-0.297 0.016-0.703h1.062zM12.266 7.141v2.438c0 0.531-0.172 0.797-0.5 0.797-0.344 0-0.5-0.266-0.5-0.797v-2.438c0-0.531 0.156-0.812 0.5-0.812 0.328 0 0.5 0.281 0.5 0.812zM20.594 18.281v0c0-1.344 0-2.766-0.297-4.062-0.219-0.922-0.969-1.594-1.859-1.687-2.125-0.234-4.281-0.234-6.438-0.234-2.141 0-4.297 0-6.422 0.234-0.906 0.094-1.656 0.766-1.859 1.687-0.297 1.297-0.313 2.719-0.313 4.062v0c0 1.328 0 2.75 0.313 4.062 0.203 0.906 0.953 1.578 1.844 1.687 2.141 0.234 4.297 0.234 6.438 0.234s4.297 0 6.438-0.234c0.891-0.109 1.641-0.781 1.844-1.687 0.313-1.313 0.313-2.734 0.313-4.062zM8.797 8.109l1.406-4.625h-1.172l-0.797 3.047-0.828-3.047h-1.219c0.234 0.719 0.5 1.437 0.734 2.156 0.375 1.094 0.609 1.906 0.719 2.469v3.141h1.156v-3.141zM13.312 9.375v-2.031c0-0.609-0.109-1.062-0.328-1.359-0.297-0.391-0.703-0.594-1.219-0.594-0.531 0-0.938 0.203-1.219 0.594-0.219 0.297-0.328 0.75-0.328 1.359v2.031c0 0.609 0.109 1.062 0.328 1.359 0.281 0.391 0.688 0.594 1.219 0.594 0.516 0 0.922-0.203 1.219-0.594 0.219-0.281 0.328-0.75 0.328-1.359zM16.141 11.25h1.047v-5.781h-1.047v4.422c-0.234 0.328-0.453 0.484-0.656 0.484-0.141 0-0.234-0.078-0.25-0.25-0.016-0.031-0.016-0.156-0.016-0.406v-4.25h-1.047v4.578c0 0.406 0.031 0.672 0.094 0.859 0.109 0.281 0.344 0.422 0.672 0.422 0.391 0 0.781-0.234 1.203-0.703v0.625zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube\" viewBox=\"0 0 24 28\">\n<title>youtube</title>\n<path d=\"M15.172 19.437v3.297c0 0.703-0.203 1.047-0.609 1.047-0.234 0-0.469-0.109-0.703-0.344v-4.703c0.234-0.234 0.469-0.344 0.703-0.344 0.406 0 0.609 0.359 0.609 1.047zM20.453 19.453v0.719h-1.406v-0.719c0-0.703 0.234-1.062 0.703-1.062s0.703 0.359 0.703 1.062zM5.359 16.047h1.672v-1.469h-4.875v1.469h1.641v8.891h1.563v-8.891zM9.859 24.938h1.391v-7.719h-1.391v5.906c-0.313 0.438-0.609 0.656-0.891 0.656-0.187 0-0.297-0.109-0.328-0.328-0.016-0.047-0.016-0.219-0.016-0.547v-5.688h-1.391v6.109c0 0.547 0.047 0.906 0.125 1.141 0.125 0.391 0.453 0.578 0.906 0.578 0.5 0 1.031-0.313 1.594-0.953v0.844zM16.562 22.625v-3.078c0-0.719-0.031-1.234-0.141-1.547-0.172-0.578-0.562-0.875-1.109-0.875-0.516 0-1 0.281-1.453 0.844v-3.391h-1.391v10.359h1.391v-0.75c0.469 0.578 0.953 0.859 1.453 0.859 0.547 0 0.938-0.297 1.109-0.859 0.109-0.328 0.141-0.844 0.141-1.563zM21.844 22.469v-0.203h-1.422c0 0.562-0.016 0.875-0.031 0.953-0.078 0.375-0.281 0.562-0.625 0.562-0.484 0-0.719-0.359-0.719-1.078v-1.359h2.797v-1.609c0-0.828-0.141-1.422-0.422-1.813-0.406-0.531-0.953-0.797-1.656-0.797-0.719 0-1.266 0.266-1.672 0.797-0.297 0.391-0.438 0.984-0.438 1.813v2.703c0 0.828 0.156 1.437 0.453 1.813 0.406 0.531 0.953 0.797 1.687 0.797s1.313-0.281 1.687-0.828c0.172-0.25 0.297-0.531 0.328-0.844 0.031-0.141 0.031-0.453 0.031-0.906zM12.344 8.203v-3.281c0-0.719-0.203-1.078-0.672-1.078-0.453 0-0.672 0.359-0.672 1.078v3.281c0 0.719 0.219 1.094 0.672 1.094 0.469 0 0.672-0.375 0.672-1.094zM23.578 19.938c0 1.797-0.016 3.719-0.406 5.469-0.297 1.234-1.297 2.141-2.5 2.266-2.875 0.328-5.781 0.328-8.672 0.328s-5.797 0-8.672-0.328c-1.203-0.125-2.219-1.031-2.5-2.266-0.406-1.75-0.406-3.672-0.406-5.469v0c0-1.813 0.016-3.719 0.406-5.469 0.297-1.234 1.297-2.141 2.516-2.281 2.859-0.313 5.766-0.313 8.656-0.313s5.797 0 8.672 0.313c1.203 0.141 2.219 1.047 2.5 2.281 0.406 1.75 0.406 3.656 0.406 5.469zM7.984 0h1.594l-1.891 6.234v4.234h-1.563v-4.234c-0.141-0.766-0.453-1.859-0.953-3.313-0.344-0.969-0.688-1.953-1.016-2.922h1.656l1.109 4.109zM13.766 5.203v2.734c0 0.828-0.141 1.453-0.438 1.844-0.391 0.531-0.938 0.797-1.656 0.797-0.703 0-1.25-0.266-1.641-0.797-0.297-0.406-0.438-1.016-0.438-1.844v-2.734c0-0.828 0.141-1.437 0.438-1.828 0.391-0.531 0.938-0.797 1.641-0.797 0.719 0 1.266 0.266 1.656 0.797 0.297 0.391 0.438 1 0.438 1.828zM19 2.672v7.797h-1.422v-0.859c-0.562 0.656-1.094 0.969-1.609 0.969-0.453 0-0.781-0.187-0.922-0.578-0.078-0.234-0.125-0.609-0.125-1.172v-6.156h1.422v5.734c0 0.328 0 0.516 0.016 0.547 0.031 0.219 0.141 0.344 0.328 0.344 0.281 0 0.578-0.219 0.891-0.672v-5.953h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing\" viewBox=\"0 0 22 28\">\n<title>xing</title>\n<path d=\"M9.328 10.422c0 0-0.156 0.266-4.016 7.125-0.203 0.344-0.469 0.719-1.016 0.719h-3.734c-0.219 0-0.391-0.109-0.484-0.266s-0.109-0.359 0-0.562l3.953-7c0.016 0 0.016 0 0-0.016l-2.516-4.359c-0.109-0.203-0.125-0.422-0.016-0.578 0.094-0.156 0.281-0.234 0.5-0.234h3.734c0.562 0 0.844 0.375 1.031 0.703 2.547 4.453 2.562 4.469 2.562 4.469zM21.922 0.391c0.109 0.156 0.109 0.375 0 0.578l-8.25 14.594c-0.016 0-0.016 0.016 0 0.016l5.25 9.609c0.109 0.203 0.109 0.422 0.016 0.578-0.109 0.156-0.281 0.234-0.5 0.234h-3.734c-0.562 0-0.859-0.375-1.031-0.703-5.297-9.703-5.297-9.719-5.297-9.719s0.266-0.469 8.297-14.719c0.203-0.359 0.438-0.703 1-0.703h3.766c0.219 0 0.391 0.078 0.484 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing-square\" viewBox=\"0 0 24 28\">\n<title>xing-square</title>\n<path d=\"M10.703 11.953c0 0 0-0.016-1.969-3.469-0.156-0.25-0.375-0.531-0.812-0.531h-2.875c-0.187 0-0.328 0.063-0.406 0.172-0.078 0.125-0.063 0.297 0.016 0.453l1.953 3.375v0.016l-3.063 5.406c-0.094 0.156-0.078 0.313 0 0.438s0.203 0.203 0.375 0.203h2.891c0.422 0 0.641-0.297 0.781-0.562 3-5.297 3.109-5.5 3.109-5.5zM20.453 4.188c-0.078-0.125-0.203-0.187-0.375-0.187h-2.922c-0.422 0-0.609 0.266-0.766 0.547-6.219 11.031-6.422 11.391-6.422 11.391s0 0.016 4.094 7.516c0.141 0.25 0.359 0.547 0.812 0.547h2.875c0.172 0 0.313-0.063 0.391-0.187s0.078-0.281-0.016-0.438l-4.062-7.438v-0.016l6.391-11.297c0.078-0.156 0.078-0.313 0-0.438zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-play\" viewBox=\"0 0 28 28\">\n<title>youtube-play</title>\n<path d=\"M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797 0.281 9.797 0.281 0.547 0.063 1.75 0.063 2.812 1.188 0 0 0.859 0.844 1.109 2.781 0.297 2.266 0.281 4.531 0.281 4.531v2.125s0.016 2.266-0.281 4.531c-0.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906 0.297-9.797 0.297v0c-7.281-0.063-9.516-0.281-9.516-0.281-0.625-0.109-2.031-0.078-3.094-1.188 0 0-0.859-0.859-1.109-2.781-0.297-2.266-0.281-4.531-0.281-4.531v-2.125s-0.016-2.266 0.281-4.531c0.25-1.937 1.109-2.781 1.109-2.781 1.062-1.125 2.266-1.125 2.812-1.188 0 0 3.906-0.281 9.797-0.281v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dropbox\" viewBox=\"0 0 28 28\">\n<title>dropbox</title>\n<path d=\"M6.281 11.047l7.719 4.766-5.344 4.453-7.656-4.984zM21.688 19.719v1.687l-7.656 4.578v0.016l-0.016-0.016-0.016 0.016v-0.016l-7.641-4.578v-1.687l2.297 1.5 5.344-4.438v-0.031l0.016 0.016 0.016-0.016v0.031l5.359 4.438zM8.656 1.844l5.344 4.453-7.719 4.75-5.281-4.219zM21.719 11.047l5.281 4.234-7.641 4.984-5.359-4.453zM19.359 1.844l7.641 4.984-5.281 4.219-7.719-4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-overflow\" viewBox=\"0 0 24 28\">\n<title>stack-overflow</title>\n<path d=\"M20.141 25.5h-17.469v-7.5h-2.5v10h22.469v-10h-2.5v7.5zM5.422 17.313l0.516-2.453 12.234 2.578-0.516 2.438zM7.031 11.469l1.047-2.281 11.328 5.297-1.047 2.266zM10.172 5.906l1.594-1.922 9.594 8.016-1.594 1.922zM16.375 0l7.453 10.016-2 1.5-7.453-10.016zM5.156 22.984v-2.484h12.5v2.484h-12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-instagram\" viewBox=\"0 0 24 28\">\n<title>instagram</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM18.156 14c0 3.406-2.75 6.156-6.156 6.156s-6.156-2.75-6.156-6.156 2.75-6.156 6.156-6.156 6.156 2.75 6.156 6.156zM19.844 7.594c0 0.797-0.641 1.437-1.437 1.437s-1.437-0.641-1.437-1.437 0.641-1.437 1.437-1.437 1.437 0.641 1.437 1.437zM12 4.156c-1.75 0-5.5-0.141-7.078 0.484-0.547 0.219-0.953 0.484-1.375 0.906s-0.688 0.828-0.906 1.375c-0.625 1.578-0.484 5.328-0.484 7.078s-0.141 5.5 0.484 7.078c0.219 0.547 0.484 0.953 0.906 1.375s0.828 0.688 1.375 0.906c1.578 0.625 5.328 0.484 7.078 0.484s5.5 0.141 7.078-0.484c0.547-0.219 0.953-0.484 1.375-0.906s0.688-0.828 0.906-1.375c0.625-1.578 0.484-5.328 0.484-7.078s0.141-5.5-0.484-7.078c-0.219-0.547-0.484-0.953-0.906-1.375s-0.828-0.688-1.375-0.906c-1.578-0.625-5.328-0.484-7.078-0.484zM24 14c0 1.656 0.016 3.297-0.078 4.953-0.094 1.922-0.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656 0.094-3.297 0.078-4.953 0.078s-3.297 0.016-4.953-0.078c-1.922-0.094-3.625-0.531-5.031-1.937s-1.844-3.109-1.937-5.031c-0.094-1.656-0.078-3.297-0.078-4.953s-0.016-3.297 0.078-4.953c0.094-1.922 0.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-0.094 3.297-0.078 4.953-0.078s3.297-0.016 4.953 0.078c1.922 0.094 3.625 0.531 5.031 1.937s1.844 3.109 1.937 5.031c0.094 1.656 0.078 3.297 0.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flickr\" viewBox=\"0 0 24 28\">\n<title>flickr</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM10.906 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313zM19.719 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adn\" viewBox=\"0 0 24 28\">\n<title>adn</title>\n<path d=\"M12 9.719l3.141 4.781h-6.281zM17.703 18h1.469l-7.172-10.797-7.172 10.797h1.469l1.625-2.5h8.156zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket\" viewBox=\"0 0 22 28\">\n<title>bitbucket</title>\n<path d=\"M12.734 13.422c0.172 1.312-1.422 2.344-2.531 1.672-1.25-0.547-1.25-2.531-0.031-3.094 1.047-0.641 2.562 0.203 2.562 1.422zM14.469 13.094c-0.281-2.219-2.797-3.687-4.844-2.766-1.297 0.578-2.172 1.953-2.109 3.406 0.078 1.906 1.891 3.469 3.797 3.297s3.391-2.031 3.156-3.938zM18.203 4.625c-0.688-0.906-1.859-1.062-2.891-1.234-2.922-0.469-5.922-0.484-8.844 0.031-0.969 0.156-2.063 0.328-2.672 1.203 1 0.938 2.422 1.078 3.703 1.234 2.312 0.297 4.688 0.313 7 0.016 1.297-0.156 2.734-0.281 3.703-1.25zM19.094 20.797c-0.438 1.531-0.187 3.594-1.813 4.484-2.797 1.547-6.188 1.719-9.266 1.172-1.625-0.297-3.531-0.812-4.422-2.344-0.391-1.5-0.641-3.031-0.891-4.562l0.094-0.25 0.281-0.141c4.656 3.078 11.172 3.078 15.844 0 0.734 0.219 0.187 1.109 0.172 1.641zM21.922 5.781c-0.531 3.422-1.141 6.828-1.734 10.234-0.172 1-1.141 1.563-1.953 1.984-2.922 1.469-6.328 1.719-9.531 1.375-2.172-0.234-4.391-0.812-6.156-2.172-0.828-0.641-0.828-1.734-0.984-2.656-0.547-3.203-1.172-6.406-1.563-9.641 0.187-1.406 1.766-2.016 2.938-2.453 1.563-0.578 3.234-0.844 4.891-1 3.531-0.344 7.141-0.219 10.563 0.781 1.219 0.359 2.531 0.859 3.359 1.906 0.375 0.484 0.25 1.094 0.172 1.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket-square\" viewBox=\"0 0 24 28\">\n<title>bitbucket-square</title>\n<path d=\"M13.25 13.594c0-0.891-1.094-1.5-1.844-1.047-0.891 0.422-0.891 1.859 0.016 2.234 0.812 0.484 1.953-0.25 1.828-1.188zM14.5 13.344c0.172 1.375-0.906 2.719-2.281 2.844s-2.672-1-2.734-2.391c-0.047-1.031 0.594-2.031 1.531-2.453 1.469-0.656 3.281 0.406 3.484 2zM17.187 7.234c-0.688 0.703-1.734 0.797-2.656 0.906-1.672 0.219-3.375 0.203-5.063 0-0.922-0.125-1.937-0.234-2.656-0.906 0.438-0.625 1.219-0.75 1.922-0.859 2.109-0.375 4.266-0.359 6.375-0.016 0.75 0.109 1.594 0.234 2.078 0.875zM17.844 18.891c0-0.375 0.391-1.016-0.141-1.172-3.359 2.219-8.047 2.219-11.422 0l-0.187 0.094-0.078 0.187c0.187 1.094 0.359 2.203 0.641 3.281 0.641 1.109 2.016 1.484 3.187 1.687 2.219 0.406 4.672 0.281 6.687-0.828 1.172-0.656 0.984-2.141 1.313-3.25zM19.875 8.062c0.063-0.375 0.141-0.828-0.125-1.172-0.594-0.75-1.531-1.109-2.422-1.375-2.469-0.719-5.078-0.812-7.609-0.562-1.203 0.109-2.406 0.313-3.531 0.719-0.844 0.328-1.984 0.766-2.125 1.766 0.281 2.344 0.734 4.641 1.125 6.969 0.125 0.656 0.125 1.437 0.719 1.906 1.266 0.969 2.875 1.391 4.438 1.563 2.312 0.25 4.766 0.078 6.875-0.984 0.594-0.313 1.281-0.719 1.406-1.437 0.438-2.453 0.859-4.906 1.25-7.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr\" viewBox=\"0 0 17 28\">\n<title>tumblr</title>\n<path d=\"M14.75 20.766l1.25 3.703c-0.469 0.703-2.594 1.5-4.5 1.531-5.672 0.094-7.812-4.031-7.812-6.937v-8.5h-2.625v-3.359c3.938-1.422 4.891-4.984 5.109-7.016 0.016-0.125 0.125-0.187 0.187-0.187h3.813v6.625h5.203v3.937h-5.219v8.094c0 1.094 0.406 2.609 2.5 2.562 0.688-0.016 1.609-0.219 2.094-0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr-square\" viewBox=\"0 0 24 28\">\n<title>tumblr-square</title>\n<path d=\"M17.75 22.828l-0.969-2.859c-0.375 0.187-1.078 0.344-1.609 0.344-1.594 0.047-1.922-1.109-1.922-1.969v-6.219h4.016v-3.031h-4v-5.094h-2.938c-0.047 0-0.125 0.047-0.141 0.156-0.172 1.547-0.906 4.297-3.938 5.391v2.578h2.031v6.531c0 2.234 1.641 5.422 6 5.344 1.469-0.031 3.109-0.641 3.469-1.172zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-down\" viewBox=\"0 0 12 28\">\n<title>long-arrow-down</title>\n<path d=\"M11.953 20.297c0.078 0.187 0.047 0.391-0.078 0.547l-5.469 6c-0.094 0.094-0.219 0.156-0.359 0.156v0c-0.141 0-0.281-0.063-0.375-0.156l-5.547-6c-0.125-0.156-0.156-0.359-0.078-0.547 0.078-0.172 0.25-0.297 0.453-0.297h3.5v-19.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v19.5h3.5c0.203 0 0.375 0.109 0.453 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-up\" viewBox=\"0 0 12 28\">\n<title>long-arrow-up</title>\n<path d=\"M11.953 7.703c-0.078 0.172-0.25 0.297-0.453 0.297h-3.5v19.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-19.5h-3.5c-0.203 0-0.375-0.109-0.453-0.297s-0.047-0.391 0.078-0.547l5.469-6c0.094-0.094 0.219-0.156 0.359-0.156v0c0.141 0 0.281 0.063 0.375 0.156l5.547 6c0.125 0.156 0.156 0.359 0.078 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-left\" viewBox=\"0 0 29 28\">\n<title>long-arrow-left</title>\n<path d=\"M28 12.5v3c0 0.281-0.219 0.5-0.5 0.5h-19.5v3.5c0 0.203-0.109 0.375-0.297 0.453s-0.391 0.047-0.547-0.078l-6-5.469c-0.094-0.094-0.156-0.219-0.156-0.359v0c0-0.141 0.063-0.281 0.156-0.375l6-5.531c0.156-0.141 0.359-0.172 0.547-0.094 0.172 0.078 0.297 0.25 0.297 0.453v3.5h19.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-right\" viewBox=\"0 0 27 28\">\n<title>long-arrow-right</title>\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-apple\" viewBox=\"0 0 22 28\">\n<title>apple</title>\n<path d=\"M21.766 18.984c-0.391 1.234-1.016 2.547-1.922 3.906-1.344 2.047-2.688 3.063-4.016 3.063-0.531 0-1.25-0.172-2.188-0.5-0.922-0.344-1.719-0.5-2.359-0.5-0.625 0-1.375 0.172-2.219 0.516-0.859 0.359-1.547 0.531-2.063 0.531-1.609 0-3.156-1.359-4.703-4.047-1.516-2.688-2.297-5.297-2.297-7.859 0-2.391 0.594-4.328 1.766-5.844 1.172-1.5 2.641-2.25 4.438-2.25 0.766 0 1.672 0.156 2.766 0.469 1.078 0.313 1.797 0.469 2.156 0.469 0.453 0 1.203-0.172 2.234-0.531 1.031-0.344 1.937-0.531 2.703-0.531 1.25 0 2.359 0.344 3.328 1.016 0.547 0.375 1.094 0.906 1.625 1.563-0.812 0.688-1.406 1.297-1.781 1.844-0.672 0.969-1.016 2.047-1.016 3.234 0 1.281 0.359 2.453 1.078 3.484s1.547 1.687 2.469 1.969zM15.891 0.656c0 0.641-0.156 1.359-0.453 2.125-0.313 0.781-0.797 1.5-1.453 2.156-0.562 0.562-1.125 0.938-1.687 1.125-0.359 0.109-0.891 0.203-1.625 0.266 0.031-1.547 0.438-2.891 1.219-4.016s2.094-1.891 3.906-2.312c0.031 0.141 0.063 0.25 0.078 0.344 0 0.109 0.016 0.203 0.016 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-windows\" viewBox=\"0 0 26 28\">\n<title>windows</title>\n<path d=\"M10.656 15.719v10.172l-10.656-1.469v-8.703h10.656zM10.656 4.109v10.297h-10.656v-8.828zM26 15.719v12.281l-14.172-1.953v-10.328h14.172zM26 2v12.406h-14.172v-10.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-android\" viewBox=\"0 0 22 28\">\n<title>android</title>\n<path d=\"M7.703 7.547c0.344 0 0.609-0.281 0.609-0.609s-0.266-0.609-0.609-0.609c-0.328 0-0.594 0.281-0.594 0.609s0.266 0.609 0.594 0.609zM14.297 7.547c0.328 0 0.594-0.281 0.594-0.609s-0.266-0.609-0.594-0.609c-0.344 0-0.609 0.281-0.609 0.609s0.266 0.609 0.609 0.609zM1.609 10.422c0.875 0 1.594 0.719 1.594 1.594v6.719c0 0.891-0.703 1.609-1.594 1.609s-1.609-0.719-1.609-1.609v-6.719c0-0.875 0.719-1.594 1.609-1.594zM18.172 10.719v10.406c0 0.953-0.766 1.719-1.703 1.719h-1.172v3.547c0 0.891-0.719 1.609-1.609 1.609s-1.609-0.719-1.609-1.609v-3.547h-2.156v3.547c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609l-0.016-3.547h-1.156c-0.953 0-1.719-0.766-1.719-1.719v-10.406h14.344zM14.547 4.391c2.188 1.125 3.672 3.281 3.672 5.766h-14.453c0-2.484 1.484-4.641 3.687-5.766l-1.109-2.047c-0.063-0.109-0.031-0.25 0.078-0.313 0.109-0.047 0.25-0.016 0.313 0.094l1.125 2.063c0.953-0.422 2.016-0.656 3.141-0.656s2.188 0.234 3.141 0.656l1.125-2.063c0.063-0.109 0.203-0.141 0.313-0.094 0.109 0.063 0.141 0.203 0.078 0.313zM22 12.016v6.719c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609v-6.719c0-0.891 0.719-1.594 1.594-1.594 0.891 0 1.609 0.703 1.609 1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linux\" viewBox=\"0 0 25 28\">\n<title>linux</title>\n<path d=\"M10.359 6.422v0c-0.313 0.031-0.203 0.313-0.375 0.313-0.156 0.016-0.125-0.344 0.375-0.313zM11.719 6.641c-0.156 0.047-0.172-0.25-0.453-0.172v0c0.453-0.203 0.609 0.109 0.453 0.172zM6.234 13.312c-0.141-0.047-0.109 0.234-0.25 0.453-0.109 0.203-0.391 0.359-0.172 0.391v0c0.078 0.016 0.297-0.172 0.391-0.391 0.078-0.266 0.156-0.406 0.031-0.453zM19.594 18.922c0-0.281-0.609-0.547-0.859-0.656 0.422-1.406 0.234-1.969-0.047-3.297-0.219-1-1.141-2.359-1.859-2.781 0.187 0.156 0.531 0.609 0.891 1.297 0.625 1.172 1.25 2.906 0.844 4.344-0.156 0.562-0.531 0.641-0.781 0.656-1.094 0.125-0.453-1.313-0.906-3.266-0.516-2.188-1.047-2.344-1.172-2.516-0.641-2.844-1.344-2.562-1.547-3.625-0.172-0.953 0.828-1.734-0.531-2-0.422-0.078-1.016-0.5-1.25-0.531s-0.359-1.578 0.516-1.625c0.859-0.063 1.016 0.969 0.859 1.375-0.25 0.406 0.016 0.562 0.438 0.422 0.344-0.109 0.125-1.016 0.203-1.141-0.219-1.313-0.766-1.5-1.328-1.609-2.156 0.172-1.188 2.547-1.406 2.328-0.313-0.328-1.219-0.031-1.219-0.234 0.016-1.219-0.391-1.922-0.953-1.937-0.625-0.016-0.875 0.859-0.906 1.359-0.047 0.469 0.266 1.453 0.5 1.375 0.156-0.047 0.422-0.359 0.141-0.344-0.141 0-0.359-0.344-0.391-0.75-0.016-0.406 0.141-0.812 0.672-0.797 0.609 0.016 0.609 1.234 0.547 1.281-0.203 0.141-0.453 0.406-0.484 0.453-0.203 0.328-0.594 0.422-0.75 0.562-0.266 0.281-0.328 0.594-0.125 0.703 0.719 0.406 0.484 0.875 1.484 0.906 0.656 0.031 1.141-0.094 1.594-0.234 0.344-0.109 1.453-0.344 1.687-0.75 0.109-0.172 0.234-0.172 0.313-0.125 0.156 0.078 0.187 0.375-0.203 0.469-0.547 0.156-1.094 0.453-1.594 0.641-0.484 0.203-0.641 0.281-1.094 0.359-1.031 0.187-1.797-0.375-1.109 0.297 0.234 0.219 0.453 0.359 1.047 0.344 1.313-0.047 2.766-1.625 2.906-0.922 0.031 0.156-0.406 0.344-0.75 0.516-1.219 0.594-2.078 1.781-2.859 1.375-0.703-0.375-1.406-2.109-1.391-1.328 0.016 1.203-1.578 2.266-0.844 3.641-0.484 0.125-1.563 2.422-1.719 3.609-0.094 0.688 0.063 1.531-0.109 2-0.234 0.688-1.297-0.656-0.953-2.297 0.063-0.281 0-0.344-0.078-0.203-0.422 0.766-0.187 1.844 0.156 2.594 0.141 0.328 0.5 0.469 0.766 0.75 0.547 0.625 2.703 2.219 3.078 2.609 0.484 0.453 0.344 1.516-0.656 1.625v0c0.516 0.969 1.016 1.062 1 2.641 0.594-0.313 0.359-1 0.109-1.437-0.172-0.313-0.391-0.453-0.344-0.531 0.031-0.047 0.344-0.313 0.516-0.109 0.531 0.594 1.531 0.703 2.594 0.562 1.078-0.125 2.234-0.5 2.766-1.359 0.25-0.406 0.422-0.547 0.531-0.469 0.125 0.063 0.172 0.344 0.156 0.812-0.016 0.5-0.219 1.016-0.359 1.437-0.141 0.484-0.187 0.812 0.281 0.828 0.125-0.875 0.375-1.734 0.438-2.609 0.078-1-0.641-2.844 0.141-3.766 0.203-0.25 0.453-0.281 0.797-0.281 0.047-1.25 1.969-1.156 2.609-0.641zM9.781 6c0.063-0.391-0.125-0.672-0.219-0.703-0.187-0.047-0.156 0.234-0.063 0.203v0c0.063 0 0.141 0.094 0.109 0.234-0.031 0.187-0.016 0.313 0.125 0.313 0.016 0 0.047 0 0.047-0.047zM16.328 9.078c-0.063-0.297-0.281-0.187-0.531-0.344-0.297-0.187-0.359-0.5-0.469-0.391v0c-0.328 0.359 0.406 1.109 0.719 1.172 0.187 0.031 0.328-0.219 0.281-0.438zM13.547 5.75c0.016-0.375-0.313-0.562-0.391-0.547-0.203 0.016-0.141 0.109-0.047 0.141v0c0.125 0.031 0.25 0.25 0.281 0.484 0 0.031 0.156-0.031 0.156-0.078zM14.391 2.109c0.016-0.078-0.187-0.172-0.328-0.281-0.125-0.125-0.25-0.234-0.375-0.234-0.313 0.031-0.156 0.359-0.203 0.516v0c-0.063 0.172-0.297 0.313-0.141 0.438 0.141 0.109 0.234-0.172 0.531-0.281 0.078-0.031 0.438 0.016 0.516-0.156zM23.219 23.063c1.922 1.188-0.719 2.172-1.859 2.75-0.891 0.453-2.078 1.453-2.516 1.875-0.328 0.313-1.687 0.469-2.453 0.078-0.891-0.453-0.422-1.172-1.797-1.219-0.688-0.016-1.359-0.016-2.031-0.016-0.594 0.016-1.188 0.047-1.797 0.063-2.063 0.047-2.266 1.375-3.594 1.328-0.906-0.031-2.047-0.75-4.016-1.156-1.375-0.281-2.703-0.359-2.984-0.969s0.344-1.297 0.391-1.891c0.047-0.797-0.594-1.875-0.125-2.281 0.406-0.359 1.266-0.094 1.828-0.406 0.594-0.344 0.844-0.609 0.844-1.344 0.219 0.75-0.016 1.359-0.5 1.656-0.297 0.187-0.844 0.281-1.297 0.234-0.359-0.031-0.578 0.016-0.672 0.156-0.141 0.172-0.094 0.484 0.078 0.891s0.375 0.672 0.344 1.172c-0.016 0.5-0.578 1.094-0.484 1.516 0.031 0.156 0.187 0.297 0.578 0.406 0.625 0.172 1.766 0.344 2.875 0.609 1.234 0.313 2.516 0.875 3.313 0.766 2.375-0.328 1.016-2.875 0.641-3.484v0c-2.016-3.156-3.344-5.219-4.406-4.406-0.266 0.219-0.281-0.531-0.266-0.828 0.047-1.031 0.562-1.406 0.875-2.203 0.594-1.516 1.047-3.25 1.953-4.141 0.672-0.875 1.734-2.297 1.937-3.047-0.172-1.625-0.219-3.344-0.25-4.844-0.031-1.609 0.219-3.016 2.031-4 0.438-0.234 1.016-0.328 1.625-0.328 1.078-0.016 2.281 0.297 3.047 0.859 1.219 0.906 1.984 2.828 1.891 4.203-0.063 1.078 0.125 2.188 0.469 3.344 0.406 1.359 1.047 2.312 2.078 3.406 1.234 1.313 2.203 3.891 2.484 5.531 0.25 1.531-0.094 2.484-0.422 2.531-0.5 0.078-0.812 1.656-2.375 1.594-1-0.047-1.094-0.641-1.375-1.156-0.453-0.797-0.906-0.547-1.078 0.297-0.094 0.422-0.031 1.047 0.109 1.516 0.281 0.984 0.187 1.906 0.016 3.047-0.328 2.156 1.516 2.562 2.75 1.531 1.219-1.016 1.484-1.172 3.016-1.703 2.328-0.797 1.547-1.5 0.297-1.922-1.125-0.375-1.172-2.266-0.766-2.625 0.094 2.031 1.156 2.328 1.594 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dribbble\" viewBox=\"0 0 24 28\">\n<title>dribbble</title>\n<path d=\"M16 23.438c-0.156-0.906-0.75-4.031-2.188-7.781-0.016 0-0.047 0.016-0.063 0.016 0 0-6.078 2.125-8.047 6.406-0.094-0.078-0.234-0.172-0.234-0.172 1.781 1.453 4.047 2.344 6.531 2.344 1.422 0 2.766-0.297 4-0.812zM13.109 13.953c-0.25-0.578-0.531-1.156-0.828-1.734-5.281 1.578-10.344 1.453-10.516 1.453-0.016 0.109-0.016 0.219-0.016 0.328 0 2.625 1 5.031 2.625 6.844v0c2.797-4.984 8.328-6.766 8.328-6.766 0.141-0.047 0.281-0.078 0.406-0.125zM11.438 10.641c-1.781-3.156-3.672-5.719-3.813-5.906-2.859 1.344-4.984 3.984-5.656 7.156 0.266 0 4.547 0.047 9.469-1.25zM22.125 15.625c-0.219-0.063-3.078-0.969-6.391-0.453 1.344 3.703 1.891 6.719 2 7.328 2.297-1.547 3.922-4.016 4.391-6.875zM9.547 4.047c-0.016 0-0.016 0-0.031 0.016 0 0 0.016-0.016 0.031-0.016zM18.766 6.312c-1.797-1.594-4.172-2.562-6.766-2.562-0.828 0-1.641 0.109-2.422 0.297 0.156 0.203 2.094 2.75 3.844 5.969 3.859-1.437 5.313-3.656 5.344-3.703zM22.25 13.891c-0.031-2.422-0.891-4.656-2.328-6.406-0.031 0.031-1.672 2.406-5.719 4.062 0.234 0.484 0.469 0.984 0.688 1.484 0.078 0.172 0.141 0.359 0.219 0.531 3.531-0.453 7.016 0.313 7.141 0.328zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skype\" viewBox=\"0 0 24 28\">\n<title>skype</title>\n<path d=\"M18.328 16.609c0-2.719-2.641-3.656-4.859-4.156l-1.625-0.375c-1.188-0.281-2.078-0.484-2.078-1.391 0-0.828 0.875-1.203 2.25-1.203 2.453 0 2.5 1.797 4.016 1.797 1.016 0 1.625-0.797 1.625-1.703 0-1.797-2.984-2.969-5.938-2.969-2.703 0-5.844 1.172-5.844 4.344 0 2.625 1.75 3.563 4.031 4.109l2.281 0.562c1.391 0.344 2.25 0.5 2.25 1.5 0 0.797-0.891 1.406-2.266 1.406-2.891 0-3.047-2.406-4.719-2.406-1.094 0-1.578 0.781-1.578 1.641 0 1.922 2.938 3.484 6.453 3.484 2.938 0 6-1.469 6-4.641zM24 20c0 3.313-2.688 6-6 6-1.375 0-2.641-0.469-3.656-1.25-0.75 0.156-1.547 0.25-2.344 0.25-6.078 0-11-4.922-11-11 0-0.797 0.094-1.594 0.25-2.344-0.781-1.016-1.25-2.281-1.25-3.656 0-3.313 2.688-6 6-6 1.375 0 2.641 0.469 3.656 1.25 0.75-0.156 1.547-0.25 2.344-0.25 6.078 0 11 4.922 11 11 0 0.797-0.094 1.594-0.25 2.344 0.781 1.016 1.25 2.281 1.25 3.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-foursquare\" viewBox=\"0 0 20 28\">\n<title>foursquare</title>\n<path d=\"M15.625 6.781l0.578-3.031c0.109-0.5-0.266-0.891-0.688-0.891h-11.125c-0.5 0-0.844 0.453-0.844 0.844v17.203c0 0.047 0.047 0.063 0.094 0.016 4.094-4.922 4.547-5.5 4.547-5.5 0.469-0.547 0.656-0.641 1.344-0.641h3.734c0.516 0 0.812-0.438 0.859-0.688s0.484-2.531 0.578-2.984-0.328-0.922-0.75-0.922h-4.594c-0.609 0-1.047-0.438-1.047-1.047v-0.656c0-0.609 0.438-1.031 1.047-1.031h5.406c0.375 0 0.797-0.344 0.859-0.672zM19.172 3.313c-0.578 2.812-2.312 11.703-2.469 12.344-0.187 0.734-0.469 2.016-2.25 2.016h-4.234c-0.172 0-0.187-0.016-0.344 0.156 0 0-0.109 0.125-6.656 7.719-0.516 0.594-1.359 0.484-1.672 0.359s-0.859-0.5-0.859-1.531v-22.031c0-0.906 0.562-2.344 2.469-2.344h13.875c2.031 0 2.578 1.156 2.141 3.313zM19.172 3.313l-2.469 12.344c0.156-0.641 1.891-9.531 2.469-12.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trello\" viewBox=\"0 0 24 28\">\n<title>trello</title>\n<path d=\"M11 21v-16c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v16c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM21.5 15v-10c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v10c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-female\" viewBox=\"0 0 20 28\">\n<title>female</title>\n<path d=\"M20 16.5c0 0.828-0.672 1.5-1.5 1.5-0.5 0-0.969-0.25-1.25-0.672l-3.547-5.328h-0.703v2.063l3.859 6.422c0.094 0.156 0.141 0.328 0.141 0.516 0 0.547-0.453 1-1 1h-3v4.25c0 0.969-0.781 1.75-1.75 1.75h-2.5c-0.953 0-1.75-0.781-1.75-1.75v-4.25h-3c-0.547 0-1-0.453-1-1 0-0.187 0.047-0.359 0.141-0.516l3.859-6.422v-2.063h-0.703l-3.547 5.328c-0.281 0.422-0.75 0.672-1.25 0.672-0.828 0-1.5-0.672-1.5-1.5 0-0.297 0.094-0.594 0.25-0.828l4-6c0.625-0.922 1.594-1.672 2.75-1.672h6c1.156 0 2.125 0.75 2.75 1.672l4 6c0.156 0.234 0.25 0.531 0.25 0.828zM13.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-male\" viewBox=\"0 0 16 28\">\n<title>male</title>\n<path d=\"M16 11v6.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-5.5h-1v14.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-7.25h-1v7.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-14.25h-1v5.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-6.5c0-1.656 1.344-3 3-3h10c1.656 0 3 1.344 3 3zM11.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gittip\" viewBox=\"0 0 24 28\">\n<title>gittip</title>\n<path d=\"M12.078 20.344l5.469-7.391c0.422-0.578 0.922-2.438-0.672-3.484-1.344-0.875-2.625-0.203-3.297 0.578-0.25 0.281-0.688 0.625-1.5 0.625s-1.234-0.344-1.484-0.625c-0.672-0.781-1.953-1.453-3.313-0.578-1.578 1.047-1.078 2.906-0.656 3.484zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sun-o\" viewBox=\"0 0 28 28\">\n<title>sun-o</title>\n<path d=\"M23 14c0-4.969-4.031-9-9-9s-9 4.031-9 9 4.031 9 9 9 9-4.031 9-9zM27.312 18.328c-0.047 0.156-0.172 0.266-0.313 0.313l-4.562 1.5v4.781c0 0.156-0.078 0.313-0.203 0.406-0.141 0.094-0.297 0.125-0.453 0.063l-4.562-1.469-2.812 3.875c-0.094 0.125-0.25 0.203-0.406 0.203s-0.313-0.078-0.406-0.203l-2.812-3.875-4.562 1.469c-0.156 0.063-0.313 0.031-0.453-0.063-0.125-0.094-0.203-0.25-0.203-0.406v-4.781l-4.562-1.5c-0.141-0.047-0.266-0.156-0.313-0.313s-0.031-0.328 0.063-0.453l2.812-3.875-2.812-3.875c-0.094-0.141-0.109-0.297-0.063-0.453s0.172-0.266 0.313-0.313l4.562-1.5v-4.781c0-0.156 0.078-0.313 0.203-0.406 0.141-0.094 0.297-0.125 0.453-0.063l4.562 1.469 2.812-3.875c0.187-0.25 0.625-0.25 0.812 0l2.812 3.875 4.562-1.469c0.156-0.063 0.313-0.031 0.453 0.063 0.125 0.094 0.203 0.25 0.203 0.406v4.781l4.562 1.5c0.141 0.047 0.266 0.156 0.313 0.313s0.031 0.313-0.063 0.453l-2.812 3.875 2.812 3.875c0.094 0.125 0.109 0.297 0.063 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-moon-o\" viewBox=\"0 0 23 28\">\n<title>moon-o</title>\n<path d=\"M19.719 20.359c-0.562 0.094-1.141 0.141-1.719 0.141-5.797 0-10.5-4.703-10.5-10.5 0-1.984 0.578-3.922 1.625-5.578-4.156 1.234-7.125 5.047-7.125 9.578 0 5.516 4.484 10 10 10 3.016 0 5.844-1.375 7.719-3.641zM22.891 19.031c-1.953 4.234-6.234 6.969-10.891 6.969-6.609 0-12-5.391-12-12 0-6.484 5.078-11.75 11.547-11.984 0.438-0.016 0.797 0.234 0.953 0.609 0.172 0.391 0.063 0.844-0.234 1.125-1.781 1.625-2.766 3.844-2.766 6.25 0 4.688 3.813 8.5 8.5 8.5 1.234 0 2.422-0.266 3.563-0.797 0.391-0.172 0.828-0.094 1.125 0.203s0.375 0.75 0.203 1.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-archive\" viewBox=\"0 0 28 28\">\n<title>archive</title>\n<path d=\"M17 13c0-0.547-0.453-1-1-1h-4c-0.547 0-1 0.453-1 1s0.453 1 1 1h4c0.547 0 1-0.453 1-1zM26 10v15c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-15c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM27 3v4c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bug\" viewBox=\"0 0 26 28\">\n<title>bug</title>\n<path d=\"M25.5 15c0 0.547-0.453 1-1 1h-3.5c0 1.953-0.422 3.422-1.047 4.531l3.25 3.266c0.391 0.391 0.391 1.016 0 1.406-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-3.094-3.078s-2.047 1.875-4.703 1.875v-14h-2v14c-2.828 0-4.891-2.063-4.891-2.063l-2.859 3.234c-0.203 0.219-0.469 0.328-0.75 0.328-0.234 0-0.469-0.078-0.672-0.25-0.406-0.375-0.438-1-0.078-1.422l3.156-3.547c-0.547-1.078-0.906-2.469-0.906-4.281h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h3.5v-4.594l-2.703-2.703c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0l2.703 2.703h13.188l2.703-2.703c0.391-0.391 1.016-0.391 1.406 0s0.391 1.016 0 1.406l-2.703 2.703v4.594h3.5c0.547 0 1 0.453 1 1zM18 6h-10c0-2.766 2.234-5 5-5s5 2.234 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vk\" viewBox=\"0 0 31 28\">\n<title>vk</title>\n<path d=\"M29.953 8.125c0.234 0.641-0.5 2.141-2.344 4.594-3.031 4.031-3.359 3.656-0.859 5.984 2.406 2.234 2.906 3.313 2.984 3.453 0 0 1 1.75-1.109 1.766l-4 0.063c-0.859 0.172-2-0.609-2-0.609-1.5-1.031-2.906-3.703-4-3.359 0 0-1.125 0.359-1.094 2.766 0.016 0.516-0.234 0.797-0.234 0.797s-0.281 0.297-0.828 0.344h-1.797c-3.953 0.25-7.438-3.391-7.438-3.391s-3.813-3.938-7.156-11.797c-0.219-0.516 0.016-0.766 0.016-0.766s0.234-0.297 0.891-0.297l4.281-0.031c0.406 0.063 0.688 0.281 0.688 0.281s0.25 0.172 0.375 0.5c0.703 1.75 1.609 3.344 1.609 3.344 1.563 3.219 2.625 3.766 3.234 3.437 0 0 0.797-0.484 0.625-4.375-0.063-1.406-0.453-2.047-0.453-2.047-0.359-0.484-1.031-0.625-1.328-0.672-0.234-0.031 0.156-0.594 0.672-0.844 0.766-0.375 2.125-0.391 3.734-0.375 1.266 0.016 1.625 0.094 2.109 0.203 1.484 0.359 0.984 1.734 0.984 5.047 0 1.062-0.203 2.547 0.562 3.031 0.328 0.219 1.141 0.031 3.141-3.375 0 0 0.938-1.625 1.672-3.516 0.125-0.344 0.391-0.484 0.391-0.484s0.25-0.141 0.594-0.094l4.5-0.031c1.359-0.172 1.578 0.453 1.578 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-weibo\" viewBox=\"0 0 28 28\">\n<title>weibo</title>\n<path d=\"M10.547 20.062c0.438-0.719 0.203-1.547-0.531-1.859-0.703-0.297-1.641 0.016-2.078 0.703-0.453 0.703-0.234 1.531 0.469 1.859 0.719 0.328 1.687 0.016 2.141-0.703zM12.016 18.172c0.156-0.281 0.063-0.594-0.219-0.703-0.281-0.094-0.625 0.031-0.781 0.297-0.156 0.281-0.078 0.578 0.203 0.703 0.281 0.109 0.641-0.016 0.797-0.297zM14.734 19.844c-0.938 2.125-3.656 3.281-5.969 2.531-2.234-0.719-3.172-2.922-2.203-4.906 0.969-1.937 3.453-3.031 5.656-2.469 2.297 0.594 3.453 2.75 2.516 4.844zM19.609 17.344c-0.297-3.047-4.297-5.141-8.937-4.688-4.641 0.469-8.141 3.297-7.844 6.344s4.297 5.141 8.937 4.688c4.641-0.469 8.141-3.297 7.844-6.344zM24.422 17.406c0 3.516-5.063 7.938-12.672 7.938-5.812 0-11.75-2.812-11.75-7.453 0-2.422 1.531-5.219 4.172-7.859 3.531-3.531 7.641-5.125 9.188-3.578 0.688 0.672 0.75 1.859 0.313 3.266-0.219 0.719 0.672 0.313 0.672 0.328 2.844-1.203 5.328-1.266 6.234 0.031 0.484 0.688 0.438 1.656 0 2.781-0.203 0.516 0.063 0.594 0.453 0.719 1.609 0.5 3.391 1.703 3.391 3.828zM23.266 7.656c0.891 0.984 1.141 2.344 0.75 3.531-0.156 0.484-0.672 0.75-1.156 0.594s-0.75-0.672-0.594-1.156v0c0.187-0.594 0.063-1.25-0.375-1.734s-1.078-0.672-1.672-0.547v0c-0.5 0.109-1-0.203-1.094-0.703-0.109-0.5 0.203-0.984 0.703-1.094 1.219-0.266 2.547 0.109 3.437 1.109zM26.094 5.109c1.844 2.031 2.328 4.812 1.547 7.25v0c-0.187 0.562-0.781 0.875-1.344 0.688s-0.875-0.781-0.703-1.344v0c0.562-1.734 0.219-3.719-1.094-5.156-1.313-1.453-3.234-2-5.016-1.625-0.578 0.125-1.156-0.25-1.281-0.828s0.25-1.141 0.828-1.266v0c2.516-0.531 5.219 0.234 7.063 2.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-renren\" viewBox=\"0 0 24 28\">\n<title>renren</title>\n<path d=\"M17.703 24.531c-1.703 0.938-3.656 1.469-5.75 1.469-2.078 0-4.031-0.531-5.734-1.469 2.766-1.75 5-4.391 5.734-7.484 0.75 3.094 2.984 5.734 5.75 7.484zM9.969 2.219v7.578c0 5.344-2.953 9.938-7.141 11.969-1.766-2.094-2.828-4.781-2.828-7.734 0-5.938 4.312-10.859 9.969-11.813zM24 14.031c0 2.953-1.062 5.641-2.828 7.734-4.188-2.031-7.141-6.625-7.141-11.969v-7.578c5.656 0.953 9.969 5.875 9.969 11.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pagelines\" viewBox=\"0 0 22 28\">\n<title>pagelines</title>\n<path d=\"M21.906 17.234c-3.141 7.797-10.672 3.078-10.672 3.078-2.312 4.672-6.125 7.672-10.531 7.688-0.391 0-0.703-0.313-0.703-0.703s0.313-0.688 0.703-0.688c3.672-0.016 6.875-2.438 8.969-6.281-2.344 0.906-6.766 1.594-9.219-4.688 6.219-2.562 9.078 0.641 10.172 2.594 0.562-1.391 0.969-2.906 1.234-4.547 0 0-7.969 1.25-8.531-5.594 6.797-2.734 8.703 4.375 8.703 4.375 0.094-0.953 0.187-3 0.187-3.047 0 0-6.062-4.203-2.172-9.422 7.109 2.453 3.5 9.266 3.5 9.266 0.031 0.094 0.031 1.359 0 1.906 0 0 2.578-5.078 7.781-3.281-0.234 7.641-8.094 6.062-8.094 6.062-0.25 1.563-0.641 3.047-1.141 4.422 0 0 4.734-5.234 9.812-1.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-exchange\" viewBox=\"0 0 20 28\">\n<title>stack-exchange</title>\n<path d=\"M19.672 19.578v1.031c0 1.766-1.375 3.187-3.063 3.187h-0.891l-4.062 4.203v-4.203h-8.266c-1.687 0-3.063-1.422-3.063-3.187v-1.031h19.344zM19.672 14.484v3.984h-19.344v-3.984h19.344zM19.672 9.359v3.984h-19.344v-3.984h19.344zM19.672 7.172v1.047h-19.344v-1.047c0-1.75 1.375-3.172 3.063-3.172h13.219c1.687 0 3.063 1.422 3.063 3.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-right</title>\n<path d=\"M18 14c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-left</title>\n<path d=\"M18 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v3c0 0.281-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-4.984c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5v3h5.5c0.266 0 0.5 0.234 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-left\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-left</title>\n<path d=\"M16 9v10c0 0.547-0.453 1-1 1-0.203 0-0.406-0.063-0.578-0.187l-7-5c-0.266-0.187-0.422-0.484-0.422-0.812 0-0.313 0.156-0.625 0.422-0.812l7-5c0.172-0.125 0.375-0.187 0.578-0.187 0.547 0 1 0.453 1 1zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dot-circle-o\" viewBox=\"0 0 24 28\">\n<title>dot-circle-o</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair\" viewBox=\"0 0 25 28\">\n<title>wheelchair</title>\n<path d=\"M15.984 18.547l1.594 3.187c-1.203 3.719-4.672 6.266-8.578 6.266-4.953 0-9-4.047-9-9 0-3.781 2.375-7.156 5.922-8.453l0.266 2.047c-2.547 1.125-4.188 3.625-4.188 6.406 0 3.859 3.141 7 7 7 4.016 0 7.266-3.437 6.984-7.453zM24.547 20.109l0.906 1.781-4 2c-0.141 0.078-0.297 0.109-0.453 0.109-0.375 0-0.734-0.219-0.891-0.547l-3.734-7.453h-7.375c-0.5 0-0.938-0.391-1-0.891l-1.5-12.172c-0.016-0.156 0.047-0.5 0.094-0.656 0.297-1.078 1.297-1.781 2.406-1.781 1.375 0 2.5 1.125 2.5 2.5 0 1.422-1.25 2.641-2.688 2.484l0.578 4.516h6.609v2h-6.359l0.25 2h7.109c0.375 0 0.734 0.219 0.891 0.547l3.563 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo-square\" viewBox=\"0 0 24 28\">\n<title>vimeo-square</title>\n<path d=\"M20.188 9.969c0.109-2.266-0.734-3.406-2.516-3.469-2.406-0.078-4.031 1.281-4.875 4.078 0.438-0.187 0.859-0.297 1.281-0.297 0.875 0 1.266 0.5 1.156 1.5-0.047 0.594-0.438 1.469-1.156 2.609-0.734 1.156-1.281 1.719-1.641 1.719-0.469 0-0.875-0.875-1.281-2.641-0.125-0.531-0.359-1.844-0.703-3.984-0.313-1.969-1.141-2.891-2.5-2.766-0.562 0.063-1.437 0.562-2.562 1.563-0.844 0.734-1.672 1.5-2.531 2.25l0.812 1.047c0.781-0.531 1.234-0.812 1.359-0.812 0.594 0 1.156 0.938 1.672 2.797 0.469 1.719 0.938 3.422 1.406 5.141 0.703 1.859 1.547 2.797 2.562 2.797 1.625 0 3.625-1.531 5.984-4.594 2.281-2.938 3.469-5.25 3.531-6.937zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-try\" viewBox=\"0 0 18 28\">\n<title>try</title>\n<path d=\"M18 13c0 6.062-4.937 11-11 11h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-9.547l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-1.453l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-3.906c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v2.828l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v1.453l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v7.609c3.906-0.266 7-3.516 7-7.484 0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square-o\" viewBox=\"0 0 22 28\">\n<title>plus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-5.5v5.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-5.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v5.5h5.5c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-space-shuttle\" viewBox=\"0 0 34 28\">\n<title>space-shuttle</title>\n<path d=\"M9.688 17.5c-1.078 0.625-2.547 1-4.188 1h-2v-1h-1c-0.281 0-0.5-0.562-0.5-1.25 0-0.281 0.047-0.547 0.109-0.766-1.203-0.031-2.109-0.234-2.109-0.484s0.906-0.453 2.109-0.484c-0.063-0.219-0.109-0.484-0.109-0.766 0-0.688 0.219-1.25 0.5-1.25h1v-1h2c1.641 0 3.109 0.375 4.188 1h17.391c1.156 0.203 2.203 0.375 2.922 0.5 3 0.5 4 1.5 4 2s-1 1.5-4 2c-0.719 0.125-1.766 0.297-2.922 0.5h-17.391zM27.172 13.563c0.5 0.344 0.828 0.859 0.828 1.437s-0.328 1.094-0.828 1.437l1.266 0.469c0.641-0.453 1.062-1.141 1.062-1.906s-0.422-1.453-1.062-1.906zM9.766 17.75h15.859s-3.391 0.594-7.125 1.25c-2 0-3.5 1.5-3.5 1.5l-4.5 4.5s-1.516 1-2.5 1h-1.5l-1.453-7.25h0.453c1.594 0 3.109-0.359 4.266-1zM5.5 11.25h-0.453l1.453-7.25h1.5c1.016 0 2 0.5 2.5 1l4.5 4.5c0 0 1.5 1.5 3.5 1.5 3.734 0.656 7.125 1.25 7.125 1.25h-15.859c-1.156-0.641-2.672-1-4.266-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slack\" viewBox=\"0 0 26 28\">\n<title>slack</title>\n<path d=\"M23.734 12.125c1.281 0 2.266 0.938 2.266 2.219 0 1-0.516 1.703-1.453 2.031l-2.688 0.922 0.875 2.609c0.078 0.234 0.109 0.484 0.109 0.734 0 1.234-1 2.266-2.234 2.266-0.984 0-1.859-0.609-2.172-1.547l-0.859-2.578-4.844 1.656 0.859 2.562c0.078 0.234 0.125 0.484 0.125 0.734 0 1.219-1 2.266-2.25 2.266-0.984 0-1.844-0.609-2.156-1.547l-0.859-2.547-2.391 0.828c-0.25 0.078-0.516 0.141-0.781 0.141-1.266 0-2.219-0.938-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.438-0.828-1.641-4.891-2.438 0.844c-0.25 0.078-0.5 0.125-0.75 0.125-1.25 0-2.219-0.953-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.453-0.828-0.828-2.484c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1-2.266 2.25-2.266 0.984 0 1.844 0.609 2.156 1.547l0.844 2.5 4.844-1.641-0.844-2.5c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1.016-2.266 2.25-2.266 0.984 0 1.859 0.625 2.172 1.547l0.828 2.516 2.531-0.859c0.219-0.063 0.438-0.094 0.672-0.094 1.219 0 2.266 0.906 2.266 2.156 0 0.969-0.75 1.781-1.625 2.078l-2.453 0.844 1.641 4.937 2.562-0.875c0.234-0.078 0.484-0.125 0.719-0.125zM11.328 16.219l4.844-1.641-1.641-4.922-4.844 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-square\" viewBox=\"0 0 24 28\">\n<title>envelope-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM20 18.5v-6.813c-0.297 0.328-0.625 0.625-1 0.859-1.469 0.969-2.984 1.875-4.438 2.875-0.734 0.516-1.641 1.078-2.562 1.078v0 0 0 0c-0.922 0-1.828-0.562-2.562-1.078-1.453-1-2.984-1.891-4.438-2.891-0.359-0.234-0.641-0.578-1-0.844v6.813c0 0.828 0.672 1.5 1.5 1.5h13c0.828 0 1.5-0.672 1.5-1.5zM20 9.547c0-0.844-0.625-1.547-1.5-1.547h-13c-0.828 0-1.5 0.672-1.5 1.5 0 0.844 0.875 1.766 1.531 2.203 1.375 0.922 2.797 1.781 4.172 2.688 0.594 0.391 1.578 1.109 2.297 1.109s1.703-0.719 2.297-1.109c1.391-0.906 2.781-1.797 4.172-2.719 0.609-0.406 1.531-1.344 1.531-2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wordpress\" viewBox=\"0 0 28 28\">\n<title>wordpress</title>\n<path d=\"M1.984 14c0-1.734 0.375-3.391 1.047-4.891l5.734 15.703c-4.016-1.953-6.781-6.062-6.781-10.813zM22.109 13.391c0 1.031-0.422 2.219-0.922 3.891l-1.188 4-4.344-12.906s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.953 0.141-3.203 0.156-3.203 0.156s-1.172-0.016-3.156-0.156c-0.656-0.047-0.734 0.938-0.078 0.984 0.609 0.063 1.25 0.125 1.25 0.125l1.875 5.125-2.625 7.875-4.375-13s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.937 0.141-3.203 0.156-3.203 0.156-0.219 0-0.484-0.016-0.766-0.016 2.141-3.266 5.828-5.422 10.031-5.422 3.125 0 5.969 1.203 8.109 3.156h-0.156c-1.172 0-2.016 1.016-2.016 2.125 0 0.984 0.578 1.813 1.188 2.812 0.469 0.797 0.984 1.828 0.984 3.313zM14.203 15.047l3.703 10.109c0.016 0.063 0.047 0.125 0.078 0.172-1.25 0.438-2.578 0.688-3.984 0.688-1.172 0-2.312-0.172-3.391-0.5zM24.531 8.234c0.938 1.719 1.484 3.672 1.484 5.766 0 4.438-2.406 8.297-5.984 10.375l3.672-10.594c0.609-1.75 0.922-3.094 0.922-4.312 0-0.438-0.031-0.844-0.094-1.234zM14 0c7.719 0 14 6.281 14 14s-6.281 14-14 14-14-6.281-14-14 6.281-14 14-14zM14 27.359c7.359 0 13.359-6 13.359-13.359s-6-13.359-13.359-13.359-13.359 6-13.359 13.359 6 13.359 13.359 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-openid\" viewBox=\"0 0 28 28\">\n<title>openid</title>\n<path d=\"M16.969 0v24l-4.25 2c-7.187-0.641-12.719-4.469-12.719-9.109 0-4.469 5.156-8.188 11.984-9.016v2.688c-4.469 0.781-7.75 3.313-7.75 6.328 0 3.187 3.656 5.828 8.484 6.438v0-21.25zM27.422 9.094l0.578 6.094-8.203-1.781 2.297-1.297c-1.219-0.719-2.719-1.25-4.375-1.547v-2.688c2.891 0.344 5.484 1.219 7.516 2.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bank\" viewBox=\"0 0 30 28\">\n<title>bank</title>\n<path d=\"M15 0l15 6v2h-2c0 0.547-0.484 1-1.078 1h-23.844c-0.594 0-1.078-0.453-1.078-1h-2v-2zM4 10h4v12h2v-12h4v12h2v-12h4v12h2v-12h4v12h0.922c0.594 0 1.078 0.453 1.078 1v1h-26v-1c0-0.547 0.484-1 1.078-1h0.922v-12zM28.922 25c0.594 0 1.078 0.453 1.078 1v2h-30v-2c0-0.547 0.484-1 1.078-1h27.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-graduation-cap\" viewBox=\"0 0 36 28\">\n<title>graduation-cap</title>\n<path d=\"M27.719 13.062l0.281 4.937c0.125 2.203-4.484 4-10 4s-10.125-1.797-10-4l0.281-4.937 8.969 2.828c0.25 0.078 0.5 0.109 0.75 0.109s0.5-0.031 0.75-0.109zM36 8c0 0.219-0.141 0.406-0.344 0.484l-17.5 5.5c-0.063 0.016-0.109 0.016-0.156 0.016s-0.094 0-0.156-0.016l-10.187-3.219c-0.891 0.703-1.516 2.422-1.641 4.531 0.594 0.344 0.984 0.969 0.984 1.703 0 0.703-0.359 1.313-0.906 1.672l0.906 6.766c0.016 0.141-0.031 0.281-0.125 0.391s-0.234 0.172-0.375 0.172h-3c-0.141 0-0.281-0.063-0.375-0.172s-0.141-0.25-0.125-0.391l0.906-6.766c-0.547-0.359-0.906-0.969-0.906-1.672 0-0.75 0.422-1.391 1.016-1.734 0.094-1.828 0.562-3.797 1.531-5.156l-5.203-1.625c-0.203-0.078-0.344-0.266-0.344-0.484s0.141-0.406 0.344-0.484l17.5-5.5c0.063-0.016 0.109-0.016 0.156-0.016s0.094 0 0.156 0.016l17.5 5.5c0.203 0.078 0.344 0.266 0.344 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yahoo\" viewBox=\"0 0 24 28\">\n<title>yahoo</title>\n<path d=\"M13.422 14.953l0.203 11.047c-0.531-0.094-1.078-0.172-1.641-0.172-0.547 0-1.094 0.078-1.641 0.172l0.203-11.047c-2.906-5.016-5.641-10.125-8.844-14.953 0.547 0.141 1.109 0.234 1.687 0.234s1.172-0.109 1.734-0.234c2.187 3.875 4.562 7.641 6.859 11.453 2.312-3.781 4.766-7.547 6.859-11.453 0.547 0.141 1.109 0.219 1.672 0.219 0.594 0 1.203-0.078 1.781-0.219v0 0c-1.25 1.719-2.281 3.594-3.359 5.422-1.859 3.172-3.687 6.344-5.516 9.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google\" viewBox=\"0 0 24 28\">\n<title>google</title>\n<path d=\"M12 12.281h11.328c0.109 0.609 0.187 1.203 0.187 2 0 6.844-4.594 11.719-11.516 11.719-6.641 0-12-5.359-12-12s5.359-12 12-12c3.234 0 5.953 1.188 8.047 3.141l-3.266 3.141c-0.891-0.859-2.453-1.859-4.781-1.859-4.094 0-7.438 3.391-7.438 7.578s3.344 7.578 7.438 7.578c4.75 0 6.531-3.406 6.813-5.172h-6.813v-4.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit\" viewBox=\"0 0 28 28\">\n<title>reddit</title>\n<path d=\"M17.109 18.234c0.141 0.141 0.141 0.359 0 0.484-0.891 0.891-2.609 0.969-3.109 0.969s-2.219-0.078-3.109-0.969c-0.141-0.125-0.141-0.344 0-0.484 0.125-0.125 0.344-0.125 0.469 0 0.562 0.578 1.781 0.766 2.641 0.766s2.063-0.187 2.641-0.766c0.125-0.125 0.344-0.125 0.469 0zM12.313 15.406c0 0.766-0.625 1.391-1.391 1.391-0.781 0-1.406-0.625-1.406-1.391 0-0.781 0.625-1.406 1.406-1.406 0.766 0 1.391 0.625 1.391 1.406zM18.484 15.406c0 0.766-0.625 1.391-1.406 1.391-0.766 0-1.391-0.625-1.391-1.391 0-0.781 0.625-1.406 1.391-1.406 0.781 0 1.406 0.625 1.406 1.406zM22.406 13.531c0-1.031-0.844-1.859-1.875-1.859-0.531 0-1 0.219-1.344 0.562-1.266-0.875-2.969-1.437-4.859-1.5l0.984-4.422 3.125 0.703c0 0.766 0.625 1.391 1.391 1.391 0.781 0 1.406-0.641 1.406-1.406s-0.625-1.406-1.406-1.406c-0.547 0-1.016 0.328-1.25 0.781l-3.453-0.766c-0.172-0.047-0.344 0.078-0.391 0.25l-1.078 4.875c-1.875 0.078-3.563 0.641-4.828 1.516-0.344-0.359-0.828-0.578-1.359-0.578-1.031 0-1.875 0.828-1.875 1.859 0 0.75 0.438 1.375 1.062 1.687-0.063 0.281-0.094 0.578-0.094 0.875 0 2.969 3.344 5.375 7.453 5.375 4.125 0 7.469-2.406 7.469-5.375 0-0.297-0.031-0.609-0.109-0.891 0.609-0.313 1.031-0.938 1.031-1.672zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-square\" viewBox=\"0 0 24 28\">\n<title>reddit-square</title>\n<path d=\"M14.672 17.641c0.109 0.109 0.109 0.297 0 0.406-0.766 0.766-2.234 0.828-2.672 0.828s-1.906-0.063-2.672-0.828c-0.109-0.109-0.109-0.297 0-0.406 0.109-0.125 0.297-0.125 0.406 0 0.484 0.484 1.531 0.656 2.266 0.656s1.781-0.172 2.266-0.656c0.109-0.125 0.297-0.125 0.406 0zM10.563 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM15.844 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM19.203 13.594c0-0.875-0.719-1.594-1.609-1.594-0.438 0-0.844 0.187-1.141 0.484-1.094-0.75-2.562-1.234-4.172-1.281l0.844-3.797 2.672 0.609c0.016 0.656 0.547 1.188 1.203 1.188s1.203-0.547 1.203-1.203-0.547-1.203-1.203-1.203c-0.469 0-0.875 0.266-1.078 0.672l-2.953-0.656c-0.156-0.047-0.297 0.063-0.328 0.203l-0.938 4.188c-1.609 0.063-3.063 0.547-4.141 1.297-0.297-0.313-0.703-0.5-1.156-0.5-0.891 0-1.609 0.719-1.609 1.594 0 0.641 0.375 1.188 0.906 1.453-0.047 0.234-0.078 0.5-0.078 0.75 0 2.547 2.859 4.609 6.391 4.609s6.406-2.063 6.406-4.609c0-0.266-0.031-0.516-0.094-0.766 0.516-0.266 0.875-0.812 0.875-1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon-circle\" viewBox=\"0 0 24 28\">\n<title>stumbleupon-circle</title>\n<path d=\"M13.531 13.109l1.406-0.422v-0.969c0-1.656-1.406-2.984-3.063-2.984s-3.063 1.313-3.063 2.969v4.422c0 0.406-0.328 0.734-0.734 0.734s-0.719-0.328-0.719-0.734v-1.875h-2.359v1.906c0 1.703 1.375 3.063 3.078 3.063 1.672 0 3.063-1.344 3.063-3.016v-4.375c0-0.406 0.328-0.734 0.734-0.734 0.391 0 0.719 0.328 0.719 0.734v0.844zM18.734 16.156v-1.906h-2.344v1.969c0 0.406-0.328 0.734-0.734 0.734-0.391 0-0.719-0.328-0.719-0.734v-1.922l-1.406 0.406-0.938-0.438v1.922c0 1.672 1.391 3.031 3.078 3.031s3.063-1.359 3.063-3.063zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon\" viewBox=\"0 0 30 28\">\n<title>stumbleupon</title>\n<path d=\"M16.594 11.125v-1.844c0-0.875-0.719-1.594-1.594-1.594s-1.594 0.719-1.594 1.594v9.562c0 3.656-3.031 6.609-6.703 6.609-3.703 0-6.703-3-6.703-6.703v-4.156h5.125v4.094c0 0.891 0.719 1.594 1.594 1.594s1.594-0.703 1.594-1.594v-9.688c0-3.578 3.063-6.453 6.687-6.453 3.641 0 6.687 2.891 6.687 6.5v2.125l-3.047 0.906zM24.875 14.594h5.125v4.156c0 3.703-3 6.703-6.703 6.703-3.687 0-6.703-2.969-6.703-6.641v-4.188l2.047 0.953 3.047-0.906v4.219c0 0.875 0.719 1.578 1.594 1.578s1.594-0.703 1.594-1.578v-4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-delicious\" viewBox=\"0 0 24 28\">\n<title>delicious</title>\n<path d=\"M23 21.5v-7.5h-11v-11h-7.5c-1.937 0-3.5 1.563-3.5 3.5v7.5h11v11h7.5c1.937 0 3.5-1.563 3.5-3.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-digg\" viewBox=\"0 0 32 28\">\n<title>digg</title>\n<path d=\"M5.125 4.406h3.187v15.359h-8.313v-10.891h5.125v-4.469zM5.125 17.203v-5.766h-1.922v5.766h1.922zM9.594 8.875v10.891h3.203v-10.891h-3.203zM9.594 4.406v3.187h3.203v-3.187h-3.203zM14.078 8.875h8.328v14.719h-8.328v-2.547h5.125v-1.281h-5.125v-10.891zM19.203 17.203v-5.766h-1.922v5.766h1.922zM23.688 8.875h8.313v14.719h-8.313v-2.547h5.109v-1.281h-5.109v-10.891zM28.797 17.203v-5.766h-1.922v5.766h1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-pp\" viewBox=\"0 0 24 28\">\n<title>pied-piper-pp</title>\n<path d=\"M16.344 15.937c0 1.328-0.906 2.406-2.016 2.406-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.422zM10.984 9.25c0 1.344-0.906 2.422-2.016 2.422-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.406zM19.766 15.984c0-2.797-2.109-5.063-4.703-5.063-0.203 0-0.406 0.016-0.609 0.047-0.234 0.797-0.641 1.516-1.219 2.125-0.875 0.953-2.047 1.516-3.297 1.578v9.938l3.297-0.641v-3.219c0.547 0.203 1.156 0.297 1.828 0.297 2.594 0 4.703-2.266 4.703-5.063zM14.406 9.312c0-2.797-2.109-5.063-4.719-5.063-0.766 0-1.531 0.203-2.203 0.562h-2.906v13.125l3.297-0.641v-3.219c0.547 0.187 1.156 0.297 1.813 0.297 2.609 0 4.719-2.266 4.719-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-alt\" viewBox=\"0 0 32 28\">\n<title>pied-piper-alt</title>\n<path d=\"M19.094 14.516c4.062-0.156 6.312 3.187 8.156 6.281 1.094 1.859 2.375 2.953 3.953 4.344-1.687 1.047-3.828 1.75-5.641 2.562-3-2.516-1.25-12.5-6.062-12.5l-0.156 0.031-0.094 0.063c0.063 0.078 0.141 0.156 0.203 0.219 1.297 1.094 1.813 1.328 1.891 3.187l0.016 0.516c0.047 1.172-0.297 2.312-0.531 3.453-1.047-0.031-2.063 0.313-3.109 0.313-0.391 0-0.766-0.047-1.125-0.156-0.031-0.25-0.031-0.5-0.031-0.734 0-0.484-0.016-1.031 0.047-1.5 0.078-0.516 1.828-1.625 1.797-2.375-0.297-0.031-0.5 0.141-0.672 0.375-0.719 1.062-2.562 2.281-3.875 2.281-0.906 0-3.063-3.891-4.156-4.672-0.172-0.125-0.281-0.297-0.422-0.469-0.875 0.203-7.578 1.75-8.016 1.75-0.328 0-0.625-0.266-0.625-0.594 0-0.297 0.187-0.578 0.484-0.641l7.594-1.656c-0.516-0.938 0.672-0.953 1.172-1.094 0.172-0.047 0.344-0.219 0.516-0.219 0.344 0 0.641 0.484 0.75 0.766 0.344-0.078 2.484-0.578 2.688-0.578 0.344 0 0.656 0.25 0.656 0.609 0 0.297-0.187 0.562-0.5 0.625l-2.844 0.625-0.016 0.25c-0.016 0.547 2.469 3.266 2.906 3.266 0.984 0 2.984-2.266 2.984-3.266 0-1.672-2.328-0.688-2.328-1.828 0-0.187 0.063-0.359 0.156-0.531l-1.062-0.297c0.484-0.5 0.672-1.141 0.672-1.828 0-0.297-0.031-0.609-0.078-0.906 0.797-0.156 1.453-0.25 2.25-0.25 3.094 0 2.484 0.469 3.563 2.953l0.781-0.391c-0.125 1.859-1.969 0.953-1.906 1.687zM20.031 10.844c-0.609-0.703-0.875-1.047-1.234-1.203-0.375-0.172-0.859-0.125-1.984-0.125-1.172 0-2.328 0.172-3.391 0.672 0.344-0.641 0.719-0.922 1.406-1.188 1.484-0.562 2.188-1.656 3.203-2.781 0.531 0.375 0.766 1.313 1.531 1.266l0.187-0.016v1.188l0.344 0.016c2.031-0.781 4.062-1.641 5.797-2.969 2.625-2 2.875-2.719 4.422-5.437l0.109-0.141c-0.031 0.766-0.344 1.484-0.672 2.172-1.656 3.469-4.281 5.453-7.984 6.344-0.672 0.156-1.437 0.172-2.047 0.484 0.078 0.531 0.719 0.984 0.719 1.25 0 0.187-0.297 0.391-0.406 0.469zM16.578 25.234c0.859-0.562 3.313-1.078 4.344-1.078 0.516 0 1.531 2.453 1.797 3-1.219 0.453-2.5 0.703-3.813 0.703-0.656 0-1.313-0.063-1.953-0.172zM12.844 15.125l0.75-0.187 1.703 2.766-1.141 0.75zM20.672 23.203c0.016 0.078 0.047 0.172 0.047 0.25 0 0.406-2.688 0.688-3.172 0.766l-0.109-0.672c0.969-0.109 2.047-0.359 3.016-0.344h0.219zM13.531 13.391l-1.5 0.313-0.094-0.266c0.359-0.031 0.688-0.203 1.047-0.203 0.203 0 0.375 0.047 0.547 0.156zM16.578 23.297h0.484l0.156 1.297-0.641 0.187v-1.484zM30.469 0.016v0 0zM30.469 0.016l-0.016 0.078-0.031 0.031 0.016-0.047zM30.469 0.016l0.016-0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drupal\" viewBox=\"0 0 24 28\">\n<title>drupal</title>\n<path d=\"M18.234 24.781c-0.031-0.109-0.125-0.266-0.375-0.078-0.531 0.391-1.719 0.875-3.406 0.875s-2.484-0.359-3.016-0.766c-0.078-0.063-0.047-0.063-0.203-0.063-0.172 0-0.266 0.078-0.406 0.187-0.125 0.109-0.187 0.375 0 0.562 1.156 1.062 3.094 0.969 4.516 0.844 1.437-0.141 2.656-0.984 2.781-1.109 0.187-0.187 0.141-0.344 0.109-0.453zM17.625 22.984c-0.109-0.266-0.297-0.734-0.609-0.953-0.313-0.203-0.766-0.234-1.188-0.234s-0.656-0.031-1.109 0.156-0.922 0.609-1.219 0.875-0.344 0.469-0.187 0.688c0.156 0.203 0.328 0.078 0.766-0.297 0.453-0.359 0.75-0.688 1.672-0.688s1.078 0.344 1.266 0.688 0.203 0.391 0.391 0.297c0.219-0.109 0.328-0.266 0.219-0.531zM23.172 18.594c0-0.812-0.359-2.188-1.687-2.188-1.25 0-3.781 2.594-5.109 2.609-1.547 0.031-3.687-3.063-6.781-3.031-2.438 0.016-4.359 1.953-4.391 4.016-0.016 1.156 0.359 2.016 1.156 2.562 0.531 0.359 1.016 0.578 2.594 0.578 2.625 0 5.953-3.25 7.484-3.203 1.219 0.047 3.109 3.031 4.062 3.094 0.75 0.063 1.141-0.281 1.781-1.203 0.625-0.938 0.891-2.406 0.891-3.234zM24 16.094c0 7-5.531 11.625-11.891 11.625-6.375 0-12.109-5.016-12.109-11.844 0-6.813 5.313-9.969 6.297-10.484 1.172-0.625 2.016-0.953 3.344-2.016 0.656-0.516 1.203-1.266 1.375-3.094 0.953 1.141 2.094 2.469 2.906 3.016 1.328 0.875 2.656 1.219 4.047 2.094 0.844 0.516 6.031 3.687 6.031 10.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-joomla\" viewBox=\"0 0 24 28\">\n<title>joomla</title>\n<path d=\"M16.719 16.766l-2.5 2.5-2.359 2.375-0.469 0.469c-1.375 1.359-3.297 1.828-5.047 1.391-0.328 1.437-1.609 2.5-3.141 2.5-1.766 0-3.203-1.437-3.203-3.219 0-1.516 1.047-2.797 2.469-3.125-0.453-1.766 0.016-3.703 1.391-5.078l0.187-0.187 2.359 2.375-0.172 0.172c-0.781 0.766-0.766 2.016 0 2.797 0.766 0.766 2.016 0.766 2.781 0l0.469-0.469 2.359-2.375 2.516-2.5zM11.391 6.109l0.187 0.187-2.375 2.375-0.187-0.187c-0.766-0.766-2.016-0.766-2.781 0s-0.766 2.031 0 2.797l5.328 5.328-2.359 2.375-2.516-2.5-2.359-2.375-0.469-0.469c-1.437-1.422-1.875-3.469-1.328-5.297-1.437-0.313-2.5-1.594-2.5-3.125 0-1.781 1.437-3.219 3.203-3.219 1.609 0 2.922 1.172 3.172 2.688 1.734-0.406 3.625 0.078 4.984 1.422zM24 22.781c0 1.781-1.437 3.219-3.203 3.219-1.563 0-2.859-1.109-3.156-2.578v0c-1.813 0.562-3.891 0.125-5.328-1.313l-0.172-0.187 2.359-2.375 0.187 0.187c0.766 0.766 2.016 0.766 2.781 0s0.766-2.016 0-2.781l-5.344-5.344 2.375-2.375 4.875 4.875 0.453 0.469c1.359 1.359 1.844 3.281 1.406 5.031 1.563 0.219 2.766 1.547 2.766 3.172zM23.969 5.219c0 1.625-1.219 2.969-2.781 3.187 0.516 1.797 0.063 3.813-1.359 5.234l-0.187 0.187-2.359-2.375 0.187-0.187c0.766-0.766 0.766-2.016 0-2.781s-2.016-0.766-2.781 0l-5.344 5.344-2.375-2.375 2.516-2.5 2.375-2.375 0.453-0.469c1.422-1.422 3.453-1.875 5.266-1.344 0.219-1.563 1.563-2.766 3.187-2.766 1.766 0 3.203 1.437 3.203 3.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-language\" viewBox=\"0 0 24 28\">\n<title>language</title>\n<path d=\"M10.219 16.844c-0.031 0.109-0.797-0.25-1-0.328-0.203-0.094-1.125-0.609-1.359-0.766s-1.125-0.891-1.234-0.938v0c-0.562 0.859-1.281 1.875-2.094 2.828-0.281 0.328-1.125 1.391-1.641 1.719-0.078 0.047-0.531 0.094-0.594 0.063 0.25-0.187 0.969-1.078 1.281-1.437 0.391-0.453 2.25-3.047 2.562-3.641 0.328-0.594 1.312-2.562 1.359-2.75-0.156-0.016-1.391 0.406-1.719 0.516-0.313 0.094-1.172 0.297-1.234 0.344-0.063 0.063-0.016 0.25-0.047 0.313s-0.313 0.203-0.484 0.234c-0.156 0.047-0.516 0.063-0.734 0-0.203-0.047-0.391-0.25-0.438-0.328 0 0-0.063-0.094-0.078-0.359 0.187-0.063 0.5-0.078 0.844-0.172s1.188-0.344 1.641-0.5 1.328-0.484 1.594-0.547c0.281-0.047 0.984-0.516 1.359-0.641s0.641-0.281 0.656-0.203 0 0.422-0.016 0.516c-0.016 0.078-0.766 1.547-0.875 1.781-0.063 0.125-0.5 0.953-1.203 2.047 0.25 0.109 0.781 0.328 1 0.438 0.266 0.125 2.125 0.906 2.219 0.938s0.266 0.75 0.234 0.875zM7.016 9.25c0.047 0.266-0.031 0.375-0.063 0.438-0.156 0.297-0.547 0.5-0.781 0.594s-0.625 0.187-0.938 0.187c-0.141-0.016-0.422-0.063-0.766-0.406-0.187-0.203-0.328-0.75-0.266-0.688s0.516 0.125 0.719 0.078 0.688-0.187 0.906-0.25c0.234-0.078 0.703-0.203 0.859-0.219 0.156 0 0.281 0.063 0.328 0.266zM17.922 11.266l0.984 3.547-2.172-0.656zM0.609 23.766l10.844-3.625v-16.125l-10.844 3.641v16.109zM20 18.813l1.594 0.484-2.828-10.266-1.563-0.484-3.375 8.375 1.594 0.484 0.703-1.719 3.297 1.016zM12.141 3.781l8.953 2.875v-5.938zM17 24.453l2.469 0.203-0.844 2.5-0.625-1.031c-1.266 0.812-2.828 1.437-4.312 1.687-0.453 0.094-0.969 0.187-1.422 0.187h-1.313c-1.656 0-4.672-0.984-5.984-1.937-0.094-0.078-0.125-0.141-0.125-0.25 0-0.172 0.125-0.297 0.281-0.297 0.141 0 0.875 0.453 1.078 0.547 1.406 0.703 3.375 1.344 4.953 1.344 1.953 0 3.281-0.25 5.063-1.016 0.516-0.234 0.969-0.531 1.453-0.797zM24 7.594v16.859c-12.078-3.844-12.094-3.844-12.094-3.844-0.25 0.109-11.453 3.891-11.609 3.891-0.125 0-0.234-0.078-0.281-0.203 0-0.016-0.016-0.031-0.016-0.047v-16.844c0.016-0.047 0.031-0.125 0.063-0.156 0.094-0.109 0.219-0.141 0.313-0.172 0.047-0.016 1-0.328 2.328-0.781v-6l8.719 3.094c0.109-0.031 9.828-3.391 9.969-3.391 0.172 0 0.313 0.125 0.313 0.328v6.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fax\" viewBox=\"0 0 28 28\">\n<title>fax</title>\n<path d=\"M4.5 6c1.375 0 2.5 1.125 2.5 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-2c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h2zM26 8.547c1.188 0.688 2 1.984 2 3.453v12c0 2.203-1.797 4-4 4h-13.5c-1.375 0-2.5-1.125-2.5-2.5v-24c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.984 0.484 2.562 1.062l2.375 2.375c0.578 0.578 1.062 1.734 1.062 2.562v2.547zM14.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM24 10v-4h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v8h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building\" viewBox=\"0 0 22 28\">\n<title>building</title>\n<path d=\"M21 0c0.547 0 1 0.453 1 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20zM8 4.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 8.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 12.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 16.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 25.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM14 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-child\" viewBox=\"0 0 20 28\">\n<title>child</title>\n<path d=\"M18.562 8.563l-4.562 4.562v12.875c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-6h-1v6c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-12.875l-4.562-4.562c-0.578-0.594-0.578-1.531 0-2.125 0.594-0.578 1.531-0.578 2.125 0l3.563 3.563h5.75l3.563-3.563c0.594-0.578 1.531-0.578 2.125 0 0.578 0.594 0.578 1.531 0 2.125zM13.5 6c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paw\" viewBox=\"0 0 26 28\">\n<title>paw</title>\n<path d=\"M12.187 7.375c0 1.75-0.906 3.828-2.922 3.828-2.531 0-4.062-3.187-4.062-5.375 0-1.75 0.906-3.828 2.922-3.828 2.547 0 4.062 3.187 4.062 5.375zM6.844 14.922c0 1.516-0.797 3.094-2.516 3.094-2.5 0-4.328-3.063-4.328-5.328 0-1.516 0.812-3.109 2.516-3.109 2.5 0 4.328 3.078 4.328 5.344zM13 14.5c3.828 0 9 5.516 9 9.203 0 1.984-1.625 2.297-3.219 2.297-2.094 0-3.781-1.406-5.781-1.406-2.094 0-3.875 1.391-6.141 1.391-1.516 0-2.859-0.516-2.859-2.281 0-3.703 5.172-9.203 9-9.203zM16.734 11.203c-2.016 0-2.922-2.078-2.922-3.828 0-2.188 1.516-5.375 4.062-5.375 2.016 0 2.922 2.078 2.922 3.828 0 2.188-1.531 5.375-4.062 5.375zM23.484 9.578c1.703 0 2.516 1.594 2.516 3.109 0 2.266-1.828 5.328-4.328 5.328-1.719 0-2.516-1.578-2.516-3.094 0-2.266 1.828-5.344 4.328-5.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spoon\" viewBox=\"0 0 12 28\">\n<title>spoon</title>\n<path d=\"M11 8.25c0 3.125-1.359 5.172-3.266 5.922l0.703 12.828c0.031 0.547-0.391 1-0.938 1h-3c-0.547 0-0.969-0.453-0.938-1l0.703-12.828c-1.906-0.75-3.266-2.797-3.266-5.922 0-4 2.234-8.25 5-8.25s5 4.25 5 8.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cube\" viewBox=\"0 0 26 28\">\n<title>cube</title>\n<path d=\"M14 25.453l10-5.453v-9.938l-10 3.641v11.75zM13 11.937l10.906-3.969-10.906-3.969-10.906 3.969zM26 8v12c0 0.734-0.406 1.406-1.047 1.75l-11 6c-0.297 0.172-0.625 0.25-0.953 0.25s-0.656-0.078-0.953-0.25l-11-6c-0.641-0.344-1.047-1.016-1.047-1.75v-12c0-0.844 0.531-1.594 1.313-1.875l11-4c0.219-0.078 0.453-0.125 0.688-0.125s0.469 0.047 0.688 0.125l11 4c0.781 0.281 1.313 1.031 1.313 1.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cubes\" viewBox=\"0 0 34 28\">\n<title>cubes</title>\n<path d=\"M10 25.5l6-3v-4.906l-6 2.562v5.344zM9 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM26 25.5l6-3v-4.906l-6 2.562v5.344zM25 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM18 13.828l6-2.578v-4.156l-6 2.562v4.172zM17 7.906l6.891-2.953-6.891-2.953-6.891 2.953zM34 16v6.5c0 0.75-0.422 1.453-1.109 1.781l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.047-0.016-0.078-0.031-0.109-0.063-0.031 0.031-0.063 0.047-0.109 0.063l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.688-0.328-1.109-1.031-1.109-1.781v-6.5c0-0.797 0.484-1.516 1.219-1.844l6.781-2.906v-6.25c0-0.797 0.484-1.516 1.219-1.844l7-3c0.25-0.109 0.516-0.156 0.781-0.156s0.531 0.047 0.781 0.156l7 3c0.734 0.328 1.219 1.047 1.219 1.844v6.25l6.781 2.906c0.75 0.328 1.219 1.047 1.219 1.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance\" viewBox=\"0 0 32 28\">\n<title>behance</title>\n<path d=\"M28.875 5.297h-7.984v1.937h7.984v-1.937zM24.938 11.953c-1.875 0-3.125 1.172-3.25 3.047h6.375c-0.172-1.891-1.156-3.047-3.125-3.047zM25.188 21.094c1.188 0 2.719-0.641 3.094-1.859h3.453c-1.062 3.266-3.266 4.797-6.672 4.797-4.5 0-7.297-3.047-7.297-7.484 0-4.281 2.953-7.547 7.297-7.547 4.469 0 6.937 3.516 6.937 7.734 0 0.25-0.016 0.5-0.031 0.734h-10.281c0 2.281 1.203 3.625 3.5 3.625zM4.328 20.312h4.625c1.766 0 3.203-0.625 3.203-2.609 0-2.016-1.203-2.812-3.109-2.812h-4.719v5.422zM4.328 11.922h4.391c1.547 0 2.641-0.672 2.641-2.344 0-1.813-1.406-2.25-2.969-2.25h-4.062v4.594zM0 3.969h9.281c3.375 0 6.297 0.953 6.297 4.875 0 1.984-0.922 3.266-2.688 4.109 2.422 0.688 3.594 2.516 3.594 4.984 0 4-3.359 5.719-6.937 5.719h-9.547v-19.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance-square\" viewBox=\"0 0 24 28\">\n<title>behance-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM7.797 7.734h-5.797v12.297h5.969c2.234 0 4.328-1.062 4.328-3.563 0-1.547-0.734-2.688-2.234-3.125 1.094-0.531 1.672-1.328 1.672-2.562 0-2.453-1.828-3.047-3.937-3.047zM7.453 12.703h-2.75v-2.875h2.547c0.969 0 1.859 0.266 1.859 1.406 0 1.047-0.688 1.469-1.656 1.469zM7.594 17.938h-2.891v-3.391h2.953c1.188 0 1.937 0.516 1.937 1.766s-0.891 1.625-2 1.625zM17.75 18.438c-1.437 0-2.188-0.844-2.188-2.266h6.422c0.016-0.156 0.016-0.313 0.016-0.469 0-2.625-1.547-4.828-4.344-4.828-2.703 0-4.562 2.047-4.562 4.719 0 2.781 1.75 4.672 4.562 4.672 2.141 0 3.516-0.953 4.172-2.984h-2.156c-0.234 0.75-1.188 1.156-1.922 1.156zM17.594 12.719c1.219 0 1.828 0.734 1.937 1.906h-3.969c0.078-1.172 0.859-1.906 2.031-1.906zM15.062 8.563h4.984v1.203h-4.984v-1.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam\" viewBox=\"0 0 28 28\">\n<title>steam</title>\n<path d=\"M24.719 9.094c0 2.109-1.719 3.813-3.813 3.813-2.109 0-3.813-1.703-3.813-3.813s1.703-3.813 3.813-3.813c2.094 0 3.813 1.703 3.813 3.813zM12.688 20.687c0-2.172-1.734-3.906-3.906-3.906-0.281 0-0.562 0.031-0.844 0.094l1.625 0.656c1.594 0.641 2.375 2.438 1.734 4.031s-2.453 2.375-4.047 1.719c-0.641-0.25-1.281-0.516-1.922-0.766 0.656 1.234 1.953 2.078 3.453 2.078 2.172 0 3.906-1.734 3.906-3.906zM25.656 9.109c0-2.625-2.141-4.766-4.766-4.766-2.641 0-4.781 2.141-4.781 4.766 0 2.641 2.141 4.766 4.781 4.766 2.625 0 4.766-2.125 4.766-4.766zM28 9.109c0 3.938-3.187 7.109-7.109 7.109l-6.828 4.984c-0.25 2.688-2.531 4.797-5.281 4.797-2.531 0-4.672-1.797-5.187-4.188l-3.594-1.437v-6.703l6.078 2.453c0.797-0.484 1.719-0.75 2.703-0.75 0.187 0 0.375 0.016 0.547 0.031l4.438-6.359c0.031-3.891 3.219-7.047 7.125-7.047 3.922 0 7.109 3.187 7.109 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam-square\" viewBox=\"0 0 24 28\">\n<title>steam-square</title>\n<path d=\"M19.406 10.109c0-1.656-1.359-3.016-3.031-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.031-1.344 3.031-3.016zM9.875 19.297c0 1.719-1.375 3.094-3.094 3.094-1.188 0-2.219-0.672-2.734-1.656 0.516 0.203 1.016 0.406 1.531 0.625 1.25 0.5 2.688-0.109 3.203-1.375 0.5-1.25-0.109-2.688-1.375-3.187l-1.281-0.516c0.203-0.047 0.438-0.078 0.656-0.078 1.719 0 3.094 1.375 3.094 3.094zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-2.391l2.688 1.078c0.406 1.891 2.094 3.313 4.094 3.313 2.187 0 3.984-1.672 4.188-3.797l5.391-3.938c3.125 0 5.641-2.531 5.641-5.625 0-3.125-2.516-5.641-5.641-5.641-3.078 0-5.594 2.5-5.625 5.578l-3.516 5.031c-0.141-0.016-0.281-0.016-0.438-0.016-0.781 0-1.516 0.203-2.141 0.578l-4.641-1.859v-7.313c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5zM20.141 10.141c0 2.078-1.687 3.766-3.781 3.766-2.078 0-3.766-1.687-3.766-3.766 0-2.094 1.687-3.781 3.766-3.781 2.094 0 3.781 1.687 3.781 3.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-recycle\" viewBox=\"0 0 28 28\">\n<title>recycle</title>\n<path d=\"M13.062 18.266l-0.234 5.75-0.031 0.344-6.563-0.453c-0.812-0.063-1.484-0.828-1.781-1.516-0.625-1.453 0.187-3.172 0.656-4.562 0 0 1.203 0.187 7.953 0.438zM7.016 9.109l2.812 5.922-2.297-1.437c-3.516 4.016-3.844 7-3.844 7l-2.969-5.578c-0.609-0.906-0.063-1.891-0.063-1.891s0.547-0.984 1.781-2.938l-2.188-1.344zM26.25 17.187l-2.938 5.609c-0.406 1.016-1.531 1.109-1.531 1.109s-1.109 0.109-3.422 0.187l0.125 2.562-3.594-5.734 3.297-5.656 0.109 2.703c5.297 0.641 7.953-0.781 7.953-0.781zM13.984 2.75c0 0-0.734 0.969-4.141 6.797l-4.953-2.922-0.297-0.187 3.516-5.563c0.438-0.688 1.422-0.938 2.188-0.859 1.563 0.141 2.688 1.656 3.687 2.734zM24.219 7.547l3.313 5.672c0.422 0.703 0.172 1.687-0.234 2.344-0.844 1.313-2.719 1.625-4.125 2.016 0 0-0.531-1.109-4.141-6.813l4.891-3.047zM21.984 4.016l2.219-1.297-3.437 5.828-6.547-0.313 2.359-1.344c-1.875-4.984-4.359-6.703-4.359-6.703l6.328 0.016c1.094-0.094 1.687 0.844 1.687 0.844s0.609 0.953 1.75 2.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-automobile\" viewBox=\"0 0 32 28\">\n<title>automobile</title>\n<path d=\"M7.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM8.062 12h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM29.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM32 15.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-16v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h12c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438c1.937 0 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cab\" viewBox=\"0 0 32 28\">\n<title>cab</title>\n<path d=\"M28.5 14c1.937 0 3.5 1.563 3.5 3.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-16v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h2v-3.5c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5v3.5h2c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438zM5 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM8.062 14h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM27 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tree\" viewBox=\"0 0 24 28\">\n<title>tree</title>\n<path d=\"M23.5 23c0 0.547-0.453 1-1 1h-7.219c0.047 1 0.172 2.047 0.172 3.063 0 0.516-0.422 0.938-0.953 0.938h-5c-0.531 0-0.953-0.422-0.953-0.938 0-1.016 0.125-2.063 0.172-3.063h-7.219c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.578c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.078c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6-6c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l6 6c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.078l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.578l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spotify\" viewBox=\"0 0 24 28\">\n<title>spotify</title>\n<path d=\"M17.609 18.906c0-0.438-0.172-0.609-0.469-0.797-2.016-1.203-4.359-1.797-6.984-1.797-1.531 0-3 0.203-4.484 0.531-0.359 0.078-0.656 0.313-0.656 0.812 0 0.391 0.297 0.766 0.766 0.766 0.141 0 0.391-0.078 0.578-0.125 1.219-0.25 2.5-0.422 3.797-0.422 2.297 0 4.469 0.562 6.203 1.609 0.187 0.109 0.313 0.172 0.516 0.172 0.391 0 0.734-0.313 0.734-0.75zM19.109 15.547c0-0.422-0.156-0.719-0.547-0.953-2.391-1.422-5.422-2.203-8.563-2.203-2.016 0-3.391 0.281-4.734 0.656-0.5 0.141-0.75 0.484-0.75 1s0.422 0.938 0.938 0.938c0.219 0 0.344-0.063 0.578-0.125 1.094-0.297 2.406-0.516 3.922-0.516 2.969 0 5.672 0.781 7.625 1.937 0.172 0.094 0.344 0.203 0.594 0.203 0.531 0 0.938-0.422 0.938-0.938zM20.797 11.672c0-0.578-0.25-0.875-0.625-1.094-2.703-1.578-6.406-2.312-9.938-2.312-2.078 0-3.984 0.234-5.688 0.734-0.438 0.125-0.844 0.5-0.844 1.156 0 0.641 0.484 1.141 1.125 1.141 0.234 0 0.453-0.078 0.625-0.125 1.516-0.422 3.156-0.578 4.797-0.578 3.25 0 6.625 0.719 8.797 2.016 0.219 0.125 0.375 0.187 0.625 0.187 0.594 0 1.125-0.469 1.125-1.125zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deviantart\" viewBox=\"0 0 16 28\">\n<title>deviantart</title>\n<path d=\"M16 4.734l-4.734 9.094 0.375 0.484h4.359v6.484h-7.922l-0.688 0.469-2.219 4.266c-0.016 0-0.438 0.438-0.469 0.469h-4.703v-4.734l4.734-9.109-0.375-0.469h-4.359v-6.484h7.922l0.688-0.469 2.219-4.266c0.016 0 0.438-0.438 0.469-0.469h4.703v4.734z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-soundcloud\" viewBox=\"0 0 36 28\">\n<title>soundcloud</title>\n<path d=\"M12.25 21.438l0.25-3.766-0.25-8.172c-0.016-0.203-0.172-0.375-0.375-0.375-0.187 0-0.359 0.172-0.359 0.375l-0.219 8.172 0.219 3.766c0.016 0.203 0.172 0.359 0.359 0.359 0.203 0 0.359-0.156 0.375-0.359zM16.875 20.984l0.172-3.297-0.187-9.156c0-0.156-0.078-0.297-0.203-0.375-0.078-0.047-0.156-0.078-0.25-0.078s-0.172 0.031-0.25 0.078c-0.125 0.078-0.203 0.219-0.203 0.375l-0.016 0.094-0.156 9.047s0 0.016 0.172 3.687v0.016c0 0.094 0.031 0.187 0.094 0.266 0.094 0.109 0.219 0.172 0.359 0.172 0.125 0 0.234-0.063 0.313-0.141 0.094-0.078 0.141-0.187 0.141-0.313zM0.547 15.672l0.313 2-0.313 1.969c-0.016 0.078-0.063 0.141-0.141 0.141s-0.125-0.063-0.141-0.141l-0.266-1.969 0.266-2c0.016-0.078 0.063-0.141 0.141-0.141s0.125 0.063 0.141 0.141zM1.891 14.438l0.406 3.234-0.406 3.172c-0.016 0.078-0.078 0.141-0.156 0.141s-0.141-0.063-0.141-0.156l-0.359-3.156 0.359-3.234c0-0.078 0.063-0.141 0.141-0.141s0.141 0.063 0.156 0.141zM6.266 21.516v0 0zM3.328 13.844l0.391 3.828-0.391 3.703c0 0.094-0.078 0.172-0.172 0.172s-0.172-0.078-0.187-0.172l-0.328-3.703 0.328-3.828c0.016-0.109 0.094-0.187 0.187-0.187s0.172 0.078 0.172 0.187zM4.797 13.734l0.359 3.938-0.359 3.813c-0.016 0.125-0.109 0.203-0.219 0.203s-0.203-0.078-0.203-0.203l-0.328-3.813 0.328-3.938c0-0.125 0.094-0.203 0.203-0.203s0.203 0.078 0.219 0.203zM6.266 14.016l0.328 3.656-0.328 3.844c-0.016 0.141-0.125 0.25-0.25 0.25s-0.234-0.109-0.234-0.25l-0.313-3.844 0.313-3.656c0-0.125 0.109-0.234 0.234-0.234s0.234 0.109 0.25 0.234zM12.25 21.438v0 0zM7.734 11.734l0.328 5.938-0.328 3.844c0 0.156-0.125 0.281-0.266 0.281-0.156 0-0.266-0.125-0.281-0.281l-0.281-3.844 0.281-5.938c0.016-0.156 0.125-0.281 0.281-0.281 0.141 0 0.266 0.125 0.266 0.281zM9.203 10.391l0.297 7.313-0.297 3.813c0 0.172-0.141 0.297-0.297 0.297-0.172 0-0.297-0.125-0.313-0.297l-0.25-3.813 0.25-7.313c0.016-0.172 0.141-0.297 0.313-0.297 0.156 0 0.297 0.125 0.297 0.297zM10.734 9.766l0.281 7.906-0.281 3.781c-0.016 0.187-0.156 0.328-0.344 0.328-0.172 0-0.313-0.141-0.328-0.328l-0.25-3.781 0.25-7.906c0-0.187 0.156-0.344 0.328-0.344 0.187 0 0.328 0.156 0.344 0.344zM16.859 21.359v0 0 0 0 0 0zM13.766 9.703l0.234 7.969-0.234 3.734c0 0.219-0.172 0.391-0.391 0.391s-0.375-0.172-0.391-0.391l-0.219-3.734 0.219-7.969c0-0.219 0.172-0.391 0.391-0.391s0.391 0.172 0.391 0.391zM15.313 10l0.219 7.688-0.219 3.687c0 0.234-0.187 0.422-0.422 0.422s-0.422-0.187-0.438-0.422l-0.187-3.687 0.187-7.688c0.016-0.25 0.203-0.438 0.438-0.438s0.406 0.187 0.422 0.438zM18.625 17.687l-0.219 3.609c0 0.266-0.219 0.484-0.484 0.484s-0.484-0.219-0.5-0.484l-0.094-1.781-0.094-1.828 0.187-9.938v-0.047c0.016-0.141 0.078-0.281 0.187-0.375 0.078-0.063 0.187-0.109 0.313-0.109 0.078 0 0.172 0.031 0.234 0.078 0.141 0.078 0.234 0.234 0.25 0.406zM36 17.391c0 2.438-1.984 4.406-4.422 4.406h-12.281c-0.266-0.031-0.484-0.234-0.484-0.516v-14.047c0-0.266 0.094-0.391 0.438-0.516 0.859-0.344 1.828-0.531 2.828-0.531 4.078 0 7.422 3.125 7.781 7.109 0.531-0.219 1.109-0.344 1.719-0.344 2.438 0 4.422 1.984 4.422 4.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-database\" viewBox=\"0 0 24 28\">\n<title>database</title>\n<path d=\"M12 12c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 24c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 18c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 0c6.625 0 12 1.797 12 4v2c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2c0-2.203 5.375-4 12-4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-pdf-o\" viewBox=\"0 0 24 28\">\n<title>file-pdf-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM13.969 16.734c0.391 0.313 0.828 0.594 1.312 0.875 0.656-0.078 1.266-0.109 1.828-0.109 1.047 0 2.375 0.125 2.766 0.766 0.109 0.156 0.203 0.438 0.031 0.812-0.016 0.016-0.031 0.047-0.047 0.063v0.016c-0.047 0.281-0.281 0.594-1.109 0.594-1 0-2.516-0.453-3.828-1.141-2.172 0.234-4.453 0.719-6.125 1.297-1.609 2.75-2.844 4.094-3.781 4.094-0.156 0-0.297-0.031-0.438-0.109l-0.375-0.187c-0.047-0.016-0.063-0.047-0.094-0.078-0.078-0.078-0.141-0.25-0.094-0.562 0.156-0.719 1-1.922 2.938-2.938 0.125-0.078 0.281-0.031 0.359 0.094 0.016 0.016 0.031 0.047 0.031 0.063 0.484-0.797 1.047-1.813 1.672-3.078 0.703-1.406 1.25-2.781 1.625-4.094-0.5-1.703-0.656-3.453-0.375-4.484 0.109-0.391 0.344-0.625 0.656-0.625h0.344c0.234 0 0.422 0.078 0.547 0.234 0.187 0.219 0.234 0.562 0.141 1.062-0.016 0.047-0.031 0.094-0.063 0.125 0.016 0.047 0.016 0.078 0.016 0.125v0.469c-0.016 0.984-0.031 1.922-0.219 3 0.547 1.641 1.359 2.969 2.281 3.719zM4.969 23.156c0.469-0.219 1.141-0.891 2.141-2.469-1.172 0.906-1.906 1.937-2.141 2.469zM11.188 8.781c-0.156 0.438-0.156 1.188-0.031 2.063 0.047-0.25 0.078-0.484 0.109-0.688 0.031-0.266 0.078-0.484 0.109-0.672 0.016-0.047 0.031-0.078 0.063-0.125-0.016-0.016-0.016-0.047-0.031-0.078-0.016-0.281-0.109-0.453-0.203-0.562 0 0.031-0.016 0.047-0.016 0.063zM9.25 19.109c1.375-0.547 2.906-0.984 4.438-1.266-0.156-0.125-0.313-0.234-0.453-0.359-0.766-0.672-1.453-1.609-1.984-2.75-0.297 0.953-0.734 1.969-1.297 3.078-0.234 0.438-0.469 0.875-0.703 1.297zM19.344 18.859c-0.078-0.078-0.484-0.375-2.188-0.375 0.766 0.281 1.469 0.438 1.937 0.438 0.141 0 0.219 0 0.281-0.016 0-0.016-0.016-0.031-0.031-0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-word-o\" viewBox=\"0 0 24 28\">\n<title>file-word-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM3.641 12v1.672h1.094l2.562 10.328h2.484l2-7.578c0.078-0.234 0.125-0.469 0.156-0.719 0.016-0.125 0.031-0.25 0.031-0.375h0.063l0.047 0.375c0.047 0.219 0.063 0.469 0.141 0.719l2 7.578h2.484l2.562-10.328h1.094v-1.672h-4.688v1.672h1.406l-1.547 6.844c-0.063 0.25-0.094 0.516-0.109 0.719l-0.031 0.328h-0.063c0-0.094-0.031-0.219-0.047-0.328-0.047-0.203-0.078-0.469-0.141-0.719l-2.25-8.516h-1.781l-2.25 8.516c-0.063 0.25-0.078 0.516-0.125 0.719l-0.063 0.328h-0.063l-0.031-0.328c-0.016-0.203-0.047-0.469-0.109-0.719l-1.547-6.844h1.406v-1.672h-4.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-excel-o\" viewBox=\"0 0 24 28\">\n<title>file-excel-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.703 22.344v1.656h4.391v-1.656h-1.172l1.609-2.516c0.187-0.297 0.281-0.531 0.328-0.531h0.031c0.016 0.063 0.047 0.109 0.078 0.156 0.063 0.125 0.156 0.219 0.266 0.375l1.672 2.516h-1.188v1.656h4.547v-1.656h-1.062l-3-4.266 3.047-4.406h1.047v-1.672h-4.359v1.672h1.156l-1.609 2.484c-0.187 0.297-0.328 0.531-0.328 0.516h-0.031c-0.016-0.063-0.047-0.109-0.078-0.156-0.063-0.109-0.141-0.219-0.266-0.359l-1.656-2.484h1.188v-1.672h-4.531v1.672h1.062l2.953 4.25-3.031 4.422h-1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-powerpoint-o\" viewBox=\"0 0 24 28\">\n<title>file-powerpoint-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.5 22.344v1.656h5.109v-1.656h-1.453v-2.609h2.141c0.672 0 1.281-0.031 1.844-0.234 1.406-0.484 2.281-1.937 2.281-3.641s-0.844-3.016-2.141-3.563c-0.594-0.234-1.313-0.297-2.031-0.297h-5.75v1.672h1.437v8.672h-1.437zM12.016 17.969h-1.859v-4.188h1.875c0.547 0 0.969 0.094 1.297 0.281 0.562 0.328 0.875 0.969 0.875 1.797 0 0.875-0.313 1.547-0.969 1.875-0.328 0.156-0.734 0.234-1.219 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-image-o\" viewBox=\"0 0 24 28\">\n<title>file-image-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM20 19v5h-16v-3l3-3 2 2 6-6zM7 16c-1.656 0-3-1.344-3-3s1.344-3 3-3 3 1.344 3 3-1.344 3-3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-archive-o\" viewBox=\"0 0 24 28\">\n<title>file-archive-o</title>\n<path d=\"M10 6v-2h-2v2h2zM12 8v-2h-2v2h2zM10 10v-2h-2v2h2zM12 12v-2h-2v2h2zM22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v2h-2v-2h-8v24h20zM12.203 14.734c1.328 4.484 1.672 5.453 1.672 5.453 0.078 0.266 0.125 0.531 0.125 0.812 0 1.734-1.687 3-4 3s-4-1.266-4-3c0-0.281 0.047-0.547 0.125-0.812 0 0 0.328-0.969 1.875-6.188v-2h2v2h1.234c0.453 0 0.844 0.297 0.969 0.734zM10 22c1.109 0 2-0.453 2-1s-0.891-1-2-1-2 0.453-2 1 0.891 1 2 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-audio-o\" viewBox=\"0 0 24 28\">\n<title>file-audio-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM9.688 13.281c0.187 0.078 0.313 0.266 0.313 0.469v8.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-2.594-2.609h-2.047c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h2.047l2.594-2.609c0.156-0.141 0.359-0.187 0.547-0.109zM16.203 24.047c0.297 0 0.578-0.125 0.781-0.375 1.297-1.594 2.016-3.609 2.016-5.672s-0.719-4.078-2.016-5.672c-0.344-0.438-0.984-0.5-1.406-0.156-0.438 0.359-0.5 0.984-0.141 1.422 1.016 1.25 1.563 2.781 1.563 4.406s-0.547 3.156-1.563 4.406c-0.359 0.438-0.297 1.062 0.141 1.406 0.187 0.156 0.406 0.234 0.625 0.234zM12.906 21.734c0.266 0 0.531-0.109 0.734-0.313 0.875-0.938 1.359-2.141 1.359-3.422s-0.484-2.484-1.359-3.422c-0.375-0.406-1.016-0.422-1.422-0.047-0.391 0.375-0.422 1.016-0.031 1.422 0.516 0.562 0.812 1.281 0.812 2.047s-0.297 1.484-0.812 2.047c-0.391 0.406-0.359 1.047 0.031 1.422 0.203 0.172 0.453 0.266 0.688 0.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-movie-o\" viewBox=\"0 0 24 28\">\n<title>file-movie-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM12 12c1.094 0 2 0.906 2 2v6c0 1.094-0.906 2-2 2h-6c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h6zM19.688 12.031c0.187 0.078 0.313 0.266 0.313 0.469v9c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.266-0.047-0.359-0.141l-4.141-4.156v-1.406l4.141-4.156c0.094-0.094 0.234-0.141 0.359-0.141 0.063 0 0.125 0.016 0.187 0.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-code-o\" viewBox=\"0 0 24 28\">\n<title>file-code-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM7.5 12c0.172-0.219 0.484-0.266 0.703-0.094l0.797 0.594c0.219 0.172 0.266 0.484 0.094 0.703l-2.844 3.797 2.844 3.797c0.172 0.219 0.125 0.531-0.094 0.703l-0.797 0.594c-0.219 0.172-0.531 0.125-0.703-0.094l-3.531-4.703c-0.125-0.172-0.125-0.422 0-0.594zM20.031 16.703c0.125 0.172 0.125 0.422 0 0.594l-3.531 4.703c-0.172 0.219-0.484 0.266-0.703 0.094l-0.797-0.594c-0.219-0.172-0.266-0.484-0.094-0.703l2.844-3.797-2.844-3.797c-0.172-0.219-0.125-0.531 0.094-0.703l0.797-0.594c0.219-0.172 0.531-0.125 0.703 0.094zM10.344 23.906c-0.281-0.047-0.453-0.313-0.406-0.578l2.156-12.984c0.047-0.281 0.313-0.453 0.578-0.406l0.984 0.156c0.281 0.047 0.453 0.313 0.406 0.578l-2.156 12.984c-0.047 0.281-0.313 0.453-0.578 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vine\" viewBox=\"0 0 24 28\">\n<title>vine</title>\n<path d=\"M23.391 12.922v3.094c-1.094 0.25-2.188 0.359-3.094 0.359-2.188 4.594-6.109 8.531-7.422 9.266-0.828 0.469-1.609 0.5-2.531-0.047-1.609-0.969-7.703-5.969-9.734-21.688h4.422c1.109 9.438 3.828 14.281 6.813 17.906 1.656-1.656 3.25-3.859 4.484-6.344-2.953-1.5-4.75-4.797-4.75-8.641 0-3.891 2.234-6.828 6.062-6.828 3.719 0 5.75 2.312 5.75 6.297 0 1.484-0.313 3.172-0.906 4.469 0 0-2.75 0.547-3.766-1.219 0.203-0.672 0.484-1.828 0.484-2.875 0-1.859-0.672-2.766-1.687-2.766-1.078 0-1.828 1.016-1.828 2.969 0 3.984 2.531 6.266 5.812 6.266 0.578 0 1.234-0.063 1.891-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codepen\" viewBox=\"0 0 28 28\">\n<title>codepen</title>\n<path d=\"M3.375 18.266l9.422 6.281v-5.609l-5.219-3.484zM2.406 16.016l3.016-2.016-3.016-2.016v4.031zM15.203 24.547l9.422-6.281-4.203-2.812-5.219 3.484v5.609zM14 16.844l4.25-2.844-4.25-2.844-4.25 2.844zM7.578 12.547l5.219-3.484v-5.609l-9.422 6.281zM22.578 14l3.016 2.016v-4.031zM20.422 12.547l4.203-2.812-9.422-6.281v5.609zM28 9.734v8.531c0 0.391-0.203 0.781-0.531 1l-12.797 8.531c-0.203 0.125-0.438 0.203-0.672 0.203s-0.469-0.078-0.672-0.203l-12.797-8.531c-0.328-0.219-0.531-0.609-0.531-1v-8.531c0-0.391 0.203-0.781 0.531-1l12.797-8.531c0.203-0.125 0.438-0.203 0.672-0.203s0.469 0.078 0.672 0.203l12.797 8.531c0.328 0.219 0.531 0.609 0.531 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-jsfiddle\" viewBox=\"0 0 32 28\">\n<title>jsfiddle</title>\n<path d=\"M28.125 12.063c2.266 0.938 3.875 3.156 3.875 5.734 0 3.422-2.828 6.203-6.297 6.203-0.125 0-0.234-0.016-0.344-0.016h-19.016c-3.5-0.203-6.344-2.875-6.344-6.344 0-2.328 1.266-4.359 3.156-5.469-0.125-0.406-0.187-0.828-0.187-1.281 0-2.391 1.953-4.328 4.391-4.328 1 0 1.937 0.344 2.688 0.906 1.531-3.156 4.781-5.344 8.578-5.344 5.266 0 9.516 4.203 9.516 9.375 0 0.187-0.016 0.375-0.016 0.562zM7.313 16.219c0 2.641 2.078 4.125 4.562 4.125 1.531 0 2.641-0.484 3.75-1.547-0.453-0.562-0.953-1.109-1.422-1.672-0.641 0.625-1.344 1.016-2.25 1.016-1.109 0-2.063-0.734-2.063-1.891 0-1.141 0.953-1.891 2.031-1.891 3.437 0 4.172 6 9.172 6 2.438 0 4.5-1.531 4.5-4.094 0-2.594-2.078-4.109-4.547-4.109-1.531 0-2.672 0.438-3.766 1.516 0.5 0.547 0.969 1.125 1.453 1.687 0.625-0.609 1.328-1 2.219-1 1.031 0 2.063 0.734 2.063 1.828 0 1.203-0.875 1.969-2.047 1.969-3.328 0-4.219-6-9.094-6-2.422 0-4.562 1.484-4.562 4.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-life-bouy\" viewBox=\"0 0 28 28\">\n<title>life-bouy</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM14 2c-2.031 0-3.953 0.516-5.641 1.406l3.031 3.031c0.828-0.281 1.703-0.438 2.609-0.438 0.922 0 1.781 0.156 2.609 0.438l3.031-3.031c-1.687-0.891-3.609-1.406-5.641-1.406zM3.406 19.641l3.031-3.031c-0.281-0.828-0.438-1.703-0.438-2.609 0-0.922 0.156-1.781 0.438-2.609l-3.031-3.031c-0.891 1.687-1.406 3.609-1.406 5.641s0.516 3.953 1.406 5.641zM14 26c2.031 0 3.953-0.516 5.641-1.406l-3.031-3.031c-0.828 0.281-1.687 0.438-2.609 0.438-0.906 0-1.781-0.156-2.609-0.438l-3.031 3.031c1.687 0.891 3.609 1.406 5.641 1.406zM14 20c3.313 0 6-2.688 6-6s-2.688-6-6-6-6 2.688-6 6 2.688 6 6 6zM21.562 16.609l3.031 3.031c0.891-1.687 1.406-3.609 1.406-5.641s-0.516-3.953-1.406-5.641l-3.031 3.031c0.281 0.828 0.438 1.703 0.438 2.609s-0.156 1.781-0.438 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o-notch\" viewBox=\"0 0 28 28\">\n<title>circle-o-notch</title>\n<path d=\"M27.5 14c0 7.453-6.047 13.5-13.5 13.5s-13.5-6.047-13.5-13.5c0-6.781 5-12.391 11.5-13.359v3.563c-4.562 0.922-8 4.969-8 9.797 0 5.516 4.484 10 10 10s10-4.484 10-10c0-4.828-3.437-8.875-8-9.797v-3.563c6.5 0.969 11.5 6.578 11.5 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ra\" viewBox=\"0 0 28 28\">\n<title>ra</title>\n<path d=\"M0.297 13.656c0.156-4.469 2.438-8.594 6.578-11.312 0.016 0 0.109-0.031 0.063 0.047-0.328 0.313-6.281 7.328-0.797 12.781 2.812 2.797 5.078 0.141 5.078 0.141 2.172-2.828-0.031-7.109-0.031-7.109-0.562-1.406-2.578-2.266-2.578-2.266l1.625-1.797c1.375 0.594 2.438 2.188 2.438 2.188 0.047-1.672-1.234-3.469-1.234-3.469l2.516-2.859 2.5 2.828c-1.156 1.625-1.234 3.531-1.234 3.531 0.781-1.297 2.453-2.219 2.453-2.219l1.609 1.797c-1.547 0.5-2.562 2.25-2.562 2.25-0.891 1.609-1.531 5.047 0.031 7.187 1.828 2.516 4.953-0.156 4.953-0.156 5.797-5.187-0.594-12.703-0.594-12.703-0.344-0.313 0.047-0.156 0.047-0.156 2.828 2.063 6.469 4.766 6.563 11.562 0.109 8.219-5.641 14.078-13.687 14.078-7.859 0-13.969-6.563-13.734-14.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-empire\" viewBox=\"0 0 28 28\">\n<title>empire</title>\n<path d=\"M13.656 25.594v1.031c-4.406-0.125-8.266-2.5-10.437-6.016l0.906-0.531c0.328 0.547 0.719 1.062 1.141 1.547l1.016-0.891c1.469 1.672 3.469 2.859 5.75 3.313l-0.266 1.344c0.609 0.109 1.25 0.187 1.891 0.203zM4.312 17.313l-1.297 0.438c0.219 0.609 0.469 1.188 0.766 1.75l-0.891 0.516c-0.969-1.781-1.531-3.844-1.531-6.016s0.562-4.234 1.531-6.016l0.891 0.516c-0.297 0.547-0.562 1.141-0.766 1.75l1.281 0.438c-0.359 1.031-0.547 2.156-0.547 3.313s0.203 2.281 0.562 3.313zM23.875 20.078l0.906 0.531c-2.172 3.516-6.031 5.891-10.437 6.016v-1.031c0.641-0.016 1.281-0.094 1.891-0.203l-0.266-1.344c2.281-0.453 4.281-1.641 5.75-3.313l1.016 0.891c0.422-0.484 0.812-1 1.141-1.547zM21.516 11.422l-3.641 1.25c0.141 0.422 0.219 0.859 0.219 1.328s-0.078 0.906-0.219 1.328l3.625 1.25c-0.328 0.984-0.859 1.875-1.531 2.641l-2.891-2.531c-0.578 0.672-1.375 1.141-2.297 1.328l0.75 3.766c-0.484 0.094-1 0.156-1.531 0.156s-1.047-0.063-1.531-0.156l0.75-3.766c-0.922-0.187-1.719-0.656-2.297-1.328l-2.891 2.531c-0.672-0.766-1.203-1.656-1.531-2.641l3.625-1.25c-0.141-0.422-0.219-0.859-0.219-1.328s0.078-0.906 0.219-1.328l-3.641-1.25c0.344-0.984 0.875-1.875 1.547-2.641l2.891 2.531c0.578-0.672 1.375-1.156 2.297-1.344l-0.75-3.75c0.484-0.109 1-0.156 1.531-0.156s1.047 0.047 1.531 0.156l-0.75 3.75c0.922 0.187 1.719 0.672 2.297 1.344l2.891-2.531c0.672 0.766 1.203 1.656 1.547 2.641zM13.656 1.375v1.031c-0.641 0.016-1.281 0.078-1.891 0.203l0.266 1.344c-2.281 0.437-4.281 1.625-5.75 3.297l-1.016-0.875c-0.422 0.469-0.797 0.984-1.141 1.531l-0.891-0.516c2.172-3.531 6.016-5.891 10.422-6.016v0zM26.641 14c0 2.172-0.562 4.234-1.531 6.016l-0.891-0.516c0.297-0.562 0.547-1.141 0.766-1.75l-1.297-0.438c0.359-1.031 0.562-2.156 0.562-3.313s-0.187-2.281-0.547-3.313l1.281-0.438c-0.203-0.609-0.469-1.203-0.766-1.75l0.891-0.516c0.969 1.781 1.531 3.844 1.531 6.016zM24.766 7.391l-0.891 0.516c-0.344-0.547-0.719-1.062-1.141-1.531l-1.016 0.875c-1.469-1.672-3.469-2.859-5.75-3.297l0.266-1.344c-0.609-0.125-1.25-0.187-1.891-0.203v-1.031c4.406 0.125 8.25 2.484 10.422 6.016zM27.312 14c0-7.344-5.969-13.312-13.312-13.312v0c-7.344 0-13.312 5.969-13.312 13.312s5.969 13.312 13.312 13.312 13.312-5.969 13.312-13.312zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git-square\" viewBox=\"0 0 24 28\">\n<title>git-square</title>\n<path d=\"M9.094 20.438c0 0.844-0.766 1.031-1.453 1.031-0.672 0-1.672-0.109-1.672-0.984 0-0.859 0.844-1 1.531-1 0.656 0 1.594 0.109 1.594 0.953zM8.531 13.156c0 0.781-0.313 1.328-1.156 1.328-0.859 0-1.203-0.5-1.203-1.313s0.313-1.406 1.203-1.406c0.797 0 1.156 0.656 1.156 1.391zM11.125 11.984v-1.953c-0.672 0.25-1.391 0.453-2.109 0.453-0.516-0.297-1.109-0.453-1.719-0.453-1.781 0-3.187 1.313-3.187 3.125 0 0.969 0.641 2.312 1.609 2.641v0.047c-0.5 0.219-0.594 0.828-0.594 1.328 0 0.516 0.187 0.938 0.641 1.203v0.047c-1.062 0.344-1.766 1.016-1.766 2.172 0 1.984 1.891 2.547 3.547 2.547 2 0 3.5-0.734 3.5-2.938 0-1.563-1.422-2.031-2.719-2.266-0.438-0.078-1.188-0.391-1.188-0.938 0-0.516 0.281-0.734 0.766-0.812 1.594-0.313 2.609-1.547 2.609-3.187 0-0.281-0.063-0.547-0.156-0.812 0.25-0.063 0.516-0.125 0.766-0.203zM12.047 18.531h2.141c-0.031-0.422-0.031-0.859-0.031-1.281v-6.047c0-0.359 0-0.719 0.031-1.078h-2.141c0.047 0.359 0.047 0.75 0.047 1.109v6.125c0 0.391 0 0.781-0.047 1.172zM20 18.281v-1.891c-0.313 0.219-0.688 0.328-1.062 0.328-0.703 0-0.828-0.703-0.828-1.281v-3.516h0.812c0.281 0 0.547 0.031 0.828 0.031v-1.828h-1.641c0-0.531-0.031-1.062 0.047-1.594h-2.188c0.047 0.281 0.063 0.562 0.063 0.859v0.734h-0.938v1.828c0.187-0.016 0.375-0.047 0.578-0.047 0.109 0 0.234 0.016 0.359 0.016v0.031h-0.031v3.391c0 1.687 0.25 3.313 2.312 3.313 0.578 0 1.172-0.094 1.687-0.375zM14.438 7.25c0-0.734-0.547-1.422-1.313-1.422s-1.328 0.672-1.328 1.422c0 0.734 0.578 1.391 1.328 1.391s1.313-0.672 1.313-1.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git\" viewBox=\"0 0 28 28\">\n<title>git</title>\n<path d=\"M9.297 23.656c0-1.375-1.516-1.563-2.578-1.563-1.109 0-2.469 0.234-2.469 1.625 0 1.406 1.609 1.578 2.688 1.578 1.141 0 2.359-0.281 2.359-1.641zM8.375 11.859c0-1.172-0.562-2.234-1.859-2.234-1.437 0-1.937 0.953-1.937 2.266 0 1.297 0.562 2.109 1.937 2.109 1.359 0 1.859-0.875 1.859-2.141zM12.578 6.797v3.156c-0.406 0.141-0.812 0.25-1.234 0.344 0.156 0.422 0.25 0.859 0.25 1.313 0 2.641-1.625 4.656-4.219 5.141-0.781 0.156-1.234 0.484-1.234 1.328 0 2.391 6.312 0.766 6.312 5.172 0 3.578-2.422 4.75-5.672 4.75-2.672 0-5.719-0.891-5.719-4.109 0-1.875 1.141-2.953 2.844-3.516v-0.063c-0.719-0.438-1.047-1.125-1.047-1.969 0-0.797 0.172-1.781 0.984-2.141v-0.063c-1.578-0.531-2.609-2.703-2.609-4.281 0-2.922 2.266-5.063 5.156-5.063 0.969 0 1.937 0.25 2.781 0.734 1.172 0 2.328-0.313 3.406-0.734zM17.547 20.563h-3.469c0.063-0.703 0.063-1.391 0.063-2.094v-9.516c0-0.672 0.016-1.344-0.063-2h3.469c-0.078 0.641-0.063 1.297-0.063 1.937v9.578c0 0.703 0 1.391 0.063 2.094zM26.938 17.094v3.063c-0.828 0.453-1.781 0.609-2.719 0.609-3.344 0-3.734-2.641-3.734-5.359v-5.484h0.031v-0.063c-0.203 0-0.391-0.031-0.578-0.031-0.313 0-0.625 0.047-0.922 0.094v-2.969h1.5v-1.188c0-0.469-0.016-0.938-0.094-1.391h3.547c-0.125 0.859-0.094 1.719-0.094 2.578h2.672v2.969c-0.453 0-0.906-0.063-1.344-0.063h-1.328v5.703c0 0.922 0.203 2.047 1.359 2.047 0.609 0 1.203-0.172 1.703-0.516zM17.938 2.297c0 1.172-0.906 2.266-2.109 2.266-1.234 0-2.156-1.078-2.156-2.266 0-1.203 0.906-2.297 2.156-2.297 1.234 0 2.109 1.125 2.109 2.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hacker-news\" viewBox=\"0 0 24 28\">\n<title>hacker-news</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tencent-weibo\" viewBox=\"0 0 20 28\">\n<title>tencent-weibo</title>\n<path d=\"M13.156 8.937c0 1.656-1.359 3.016-3.016 3.016-0.641 0-1.234-0.203-1.734-0.547-0.562 0.609-1.188 1.375-1.797 2.281-2.547 3.828-3.625 8.344-3.156 13.422 0.031 0.453-0.297 0.844-0.734 0.891h-0.078c-0.406 0-0.766-0.313-0.812-0.734-0.609-6.844 1.563-11.688 3.484-14.547 0.703-1.047 1.406-1.891 2.063-2.578-0.172-0.375-0.25-0.781-0.25-1.203 0-1.672 1.344-3.016 3.016-3.016 1.656 0 3.016 1.344 3.016 3.016zM19.109 9.109c0 5.016-4.078 9.094-9.109 9.094-0.688 0-1.375-0.078-2.047-0.219-0.438-0.109-0.703-0.547-0.609-0.984 0.109-0.422 0.531-0.703 0.969-0.609 0.547 0.141 1.125 0.203 1.687 0.203 4.125 0 7.484-3.359 7.484-7.484s-3.359-7.484-7.484-7.484-7.484 3.359-7.484 7.484c0 1.203 0.281 2.344 0.812 3.406 0.203 0.406 0.047 0.891-0.344 1.094-0.406 0.203-0.891 0.047-1.094-0.359-0.656-1.266-1-2.703-1-4.141 0-5.031 4.094-9.109 9.109-9.109 5.031 0 9.109 4.078 9.109 9.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qq\" viewBox=\"0 0 28 28\">\n<title>qq</title>\n<path d=\"M4.219 12.594c-0.109-0.266-0.125-0.531-0.125-0.812 0-0.438 0.281-1.141 0.547-1.469-0.016-0.406 0.156-1.234 0.469-1.5 0-2.891 2.234-6.531 4.844-7.781 1.609-0.766 3.297-1.031 5.063-1.031 1.375 0 2.875 0.328 4.156 0.859 3.672 1.547 4.5 4.422 5.281 8.094l0.016 0.078c0.453 0.688 0.859 1.5 0.859 2.344 0 0.422-0.281 0.844-0.281 1.219 0 0.031 0.094 0.156 0.109 0.187 1.344 1.984 2.562 4.141 2.562 6.609 0 0.547-0.297 2.453-1.172 2.453-0.609 0-1.281-1.484-1.5-1.891-0.016-0.016-0.031-0.016-0.047-0.016l-0.078 0.063c-0.5 1.297-1.047 2.516-2.063 3.484 0.891 0.859 2.328 0.781 2.594 2.266-0.078 0.172-0.047 0.359-0.172 0.531-0.891 1.344-3.281 1.516-4.719 1.516-1.906 0-3.453-0.5-5.25-1.031-0.375-0.109-0.938-0.047-1.344-0.094-0.953 1.047-3.281 1.328-4.625 1.328-1.188 0-5.781-0.078-5.781-2.109 0-0.875 0.187-1.125 0.797-1.687 0.484-0.094 0.844-0.359 1.406-0.391 0.078 0 0.141-0.016 0.219-0.031 0.016-0.016 0.031-0.016 0.031-0.063l-0.031-0.047c-1.078-0.25-2.594-2.969-2.828-4.094l-0.078-0.047c-0.109 0-0.156 0.234-0.187 0.313-0.344 0.797-1.156 1.656-2.063 1.75h-0.016c-0.125 0-0.078-0.125-0.172-0.156-0.219-0.516-0.359-0.984-0.359-1.563 0-3.125 1.5-5.437 3.938-7.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wechat\" viewBox=\"0 0 32 28\">\n<title>wechat</title>\n<path d=\"M9.063 7.203c0-0.859-0.562-1.422-1.422-1.422-0.844 0-1.703 0.562-1.703 1.422 0 0.844 0.859 1.406 1.703 1.406 0.859 0 1.422-0.562 1.422-1.406zM20.672 15.125c0-0.562-0.562-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.859 0 1.422-0.562 1.422-1.141zM16.984 7.203c0-0.859-0.562-1.422-1.406-1.422-0.859 0-1.703 0.562-1.703 1.422 0 0.844 0.844 1.406 1.703 1.406 0.844 0 1.406-0.562 1.406-1.406zM26.906 15.125c0-0.562-0.578-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.844 0 1.422-0.562 1.422-1.141zM22.75 8.922c-0.359-0.047-0.719-0.063-1.094-0.063-5.375 0-9.625 4.016-9.625 8.953 0 0.828 0.125 1.625 0.359 2.375-0.359 0.031-0.703 0.047-1.062 0.047-1.422 0-2.547-0.281-3.969-0.562l-3.953 1.984 1.125-3.406c-2.828-1.984-4.531-4.547-4.531-7.656 0-5.391 5.094-9.625 11.328-9.625 5.563 0 10.453 3.391 11.422 7.953zM32 17.687c0 2.547-1.687 4.813-3.969 6.516l0.859 2.828-3.109-1.703c-1.141 0.281-2.281 0.578-3.406 0.578-5.391 0-9.625-3.687-9.625-8.219s4.234-8.219 9.625-8.219c5.094 0 9.625 3.687 9.625 8.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane\" viewBox=\"0 0 28 28\">\n<title>paper-plane</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-7.078-2.891-3.781 4.609c-0.187 0.234-0.469 0.359-0.766 0.359-0.109 0-0.234-0.016-0.344-0.063-0.391-0.141-0.656-0.516-0.656-0.938v-5.453l13.5-16.547-16.703 14.453-6.172-2.531c-0.359-0.141-0.594-0.469-0.625-0.859-0.016-0.375 0.172-0.734 0.5-0.922l26-15c0.156-0.094 0.328-0.141 0.5-0.141 0.203 0 0.406 0.063 0.562 0.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane-o\" viewBox=\"0 0 28 28\">\n<title>paper-plane-o</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-8.234-3.359-4.656 5.109c-0.187 0.219-0.453 0.328-0.734 0.328-0.125 0-0.25-0.016-0.359-0.063-0.391-0.156-0.641-0.531-0.641-0.938v-7.063l-7.375-3.016c-0.359-0.141-0.594-0.469-0.625-0.859-0.031-0.375 0.172-0.734 0.5-0.922l26-15c0.328-0.203 0.75-0.187 1.062 0.031zM22.219 23.594l3.453-20.672-22.406 12.922 5.25 2.141 13.484-9.984-7.469 12.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-history\" viewBox=\"0 0 24 28\">\n<title>history</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12zM14 9.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-thin\" viewBox=\"0 0 24 28\">\n<title>circle-thin</title>\n<path d=\"M12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-header\" viewBox=\"0 0 28 28\">\n<title>header</title>\n<path d=\"M26.281 26c-1.375 0-2.766-0.109-4.156-0.109-1.375 0-2.75 0.109-4.125 0.109-0.531 0-0.781-0.578-0.781-1.031 0-1.391 1.563-0.797 2.375-1.328 0.516-0.328 0.516-1.641 0.516-2.188l-0.016-6.109c0-0.172 0-0.328-0.016-0.484-0.25-0.078-0.531-0.063-0.781-0.063h-10.547c-0.266 0-0.547-0.016-0.797 0.063-0.016 0.156-0.016 0.313-0.016 0.484l-0.016 5.797c0 0.594 0 2.219 0.578 2.562 0.812 0.5 2.656-0.203 2.656 1.203 0 0.469-0.219 1.094-0.766 1.094-1.453 0-2.906-0.109-4.344-0.109-1.328 0-2.656 0.109-3.984 0.109-0.516 0-0.75-0.594-0.75-1.031 0-1.359 1.437-0.797 2.203-1.328 0.5-0.344 0.516-1.687 0.516-2.234l-0.016-0.891v-12.703c0-0.75 0.109-3.156-0.594-3.578-0.781-0.484-2.453 0.266-2.453-1.141 0-0.453 0.203-1.094 0.75-1.094 1.437 0 2.891 0.109 4.328 0.109 1.313 0 2.641-0.109 3.953-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.344-1.547 0.688-2.312 1.172-0.547 0.328-0.547 1.937-0.547 2.5l0.016 5c0 0.172 0 0.328 0.016 0.5 0.203 0.047 0.406 0.047 0.609 0.047h10.922c0.187 0 0.391 0 0.594-0.047 0.016-0.172 0.016-0.328 0.016-0.5l0.016-5c0-0.578 0-2.172-0.547-2.5-0.781-0.469-2.344 0.156-2.344-1.172 0-0.469 0.219-1.094 0.781-1.094 1.375 0 2.75 0.109 4.125 0.109 1.344 0 2.688-0.109 4.031-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.359-1.609 0.672-2.391 1.156-0.531 0.344-0.547 1.953-0.547 2.516l0.016 14.734c0 0.516 0.031 1.875 0.531 2.188 0.797 0.5 2.484-0.141 2.484 1.219 0 0.453-0.203 1.094-0.75 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paragraph\" viewBox=\"0 0 20 28\">\n<title>paragraph</title>\n<path d=\"M19.969 2.953v1.141c0 0.531-0.422 1.453-0.953 1.453-0.266 0-0.578-0.047-0.844 0.016-0.25 0.063-0.438 0.234-0.5 0.484-0.078 0.297-0.047 0.672-0.047 1v18c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-19.031h-2.234v19.031c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-7.75c-1.516-0.125-2.812-0.438-3.828-0.922-1.313-0.609-2.312-1.547-3-2.797-0.656-1.203-1-2.562-1-4.047 0-1.734 0.469-3.234 1.375-4.469 0.922-1.234 2.016-2.063 3.266-2.484 1.172-0.391 3.641-0.578 6.516-0.578h7.484c0.531 0 0.953 0.422 0.953 0.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sliders\" viewBox=\"0 0 24 28\">\n<title>sliders</title>\n<path d=\"M5.5 22v2h-5.5v-2h5.5zM11 20c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM13.5 14v2h-13.5v-2h13.5zM3.5 6v2h-3.5v-2h3.5zM24 22v2h-11.5v-2h11.5zM9 4c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM19 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM24 14v2h-3.5v-2h3.5zM24 6v2h-13.5v-2h13.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt\" viewBox=\"0 0 24 28\">\n<title>share-alt</title>\n<path d=\"M19 16c2.766 0 5 2.234 5 5s-2.234 5-5 5-5-2.234-5-5c0-0.172 0.016-0.359 0.031-0.531l-5.625-2.812c-0.891 0.828-2.094 1.344-3.406 1.344-2.766 0-5-2.234-5-5s2.234-5 5-5c1.313 0 2.516 0.516 3.406 1.344l5.625-2.812c-0.016-0.172-0.031-0.359-0.031-0.531 0-2.766 2.234-5 5-5s5 2.234 5 5-2.234 5-5 5c-1.313 0-2.516-0.516-3.406-1.344l-5.625 2.812c0.016 0.172 0.031 0.359 0.031 0.531s-0.016 0.359-0.031 0.531l5.625 2.812c0.891-0.828 2.094-1.344 3.406-1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt-square\" viewBox=\"0 0 24 28\">\n<title>share-alt-square</title>\n<path d=\"M20 18.672c0-1.844-1.5-3.344-3.328-3.344-0.875 0-1.672 0.344-2.266 0.906l-3.766-1.875c0.016-0.125 0.031-0.234 0.031-0.359s-0.016-0.234-0.031-0.359l3.766-1.875c0.594 0.562 1.391 0.906 2.266 0.906 1.828 0 3.328-1.5 3.328-3.344 0-1.828-1.5-3.328-3.328-3.328-1.844 0-3.344 1.5-3.344 3.328 0 0.125 0.016 0.234 0.031 0.359l-3.766 1.875c-0.594-0.547-1.391-0.891-2.266-0.891-1.828 0-3.328 1.484-3.328 3.328s1.5 3.328 3.328 3.328c0.875 0 1.672-0.344 2.266-0.891l3.766 1.875c-0.016 0.125-0.031 0.234-0.031 0.359 0 1.828 1.5 3.328 3.344 3.328 1.828 0 3.328-1.5 3.328-3.328zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bomb\" viewBox=\"0 0 28 28\">\n<title>bomb</title>\n<path d=\"M8.922 9.203c-0.203-0.516-0.781-0.75-1.297-0.547-2.25 0.906-4.062 2.719-4.969 4.969-0.203 0.516 0.031 1.094 0.547 1.297 0.125 0.047 0.25 0.078 0.375 0.078 0.406 0 0.766-0.234 0.938-0.625 0.703-1.75 2.109-3.156 3.859-3.859 0.516-0.219 0.766-0.797 0.547-1.313zM23.641 3.641l0.719 0.719-3.813 3.797 1.062 1.062c0.391 0.391 0.391 1.031 0 1.422l-1 1c0.875 1.578 1.391 3.406 1.391 5.359 0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11c1.953 0 3.781 0.516 5.359 1.391l1-1c0.391-0.391 1.031-0.391 1.422 0l1.062 1.062zM23.766 2.766c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156l-1.422-1.406c-0.187-0.203-0.187-0.516 0-0.719 0.203-0.187 0.516-0.187 0.719 0l1.406 1.422c0.203 0.187 0.203 0.516 0 0.703zM27.359 6.359c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-1.406-1.422c-0.203-0.187-0.203-0.516 0-0.703 0.187-0.203 0.516-0.203 0.703 0l1.422 1.406c0.187 0.203 0.187 0.516 0 0.719zM28 3.5c0 0.281-0.219 0.5-0.5 0.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h1.5c0.281 0 0.5 0.219 0.5 0.5zM25 0.5v1.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-1.5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM27.359 1.359l-1.422 1.406c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156-0.203-0.187-0.203-0.516 0-0.703l1.406-1.422c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-futbol-o\" viewBox=\"0 0 28 28\">\n<title>futbol-o</title>\n<path d=\"M9.516 12.75l4.484-3.25 4.484 3.25-1.703 5.25h-5.547zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM23.672 21.094c1.469-2 2.328-4.438 2.328-7.094v-0.047l-1.594 1.391-3.75-3.5 0.984-5.047 2.094 0.187c-1.484-2.047-3.609-3.625-6.078-4.406l0.828 1.937-4.484 2.484-4.484-2.484 0.828-1.937c-2.469 0.781-4.594 2.359-6.078 4.406l2.109-0.187 0.969 5.047-3.75 3.5-1.594-1.391v0.047c0 2.656 0.859 5.094 2.328 7.094l0.469-2.063 5.094 0.625 2.172 4.656-1.813 1.078c1.172 0.391 2.438 0.609 3.75 0.609s2.578-0.219 3.75-0.609l-1.813-1.078 2.172-4.656 5.094-0.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tty\" viewBox=\"0 0 28 28\">\n<title>tty</title>\n<path d=\"M7 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM4 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM13 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM1.031 12c-0.578 0-1.031-0.453-1.031-1.016v-2.016h8.031v2.016c0 0.562-0.453 1.016-1.016 1.016h-5.984zM19 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM25 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.125v0.203h-8.031v-0.156c0-0.578-0.5-1.625-5.969-1.594-5.469 0.016-5.969 1.016-5.969 1.594v0.156h-8.031v-0.203c0-1.047 1.875-6.125 14-6.125 12.109 0 14 5.078 14 6.125zM28 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.969v2.016c0 0.562-0.453 1.016-1.016 1.016h-6c-0.562 0-1.016-0.453-1.016-1.016v-2.016h8.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-binoculars\" viewBox=\"0 0 28 28\">\n<title>binoculars</title>\n<path d=\"M11 5v12c0 0.547-0.453 1-1 1v0 9c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-8l3.891-13.641c0.063-0.219 0.266-0.359 0.484-0.359h6.625zM16 5v11h-4v-11h4zM28 19v8c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-9c-0.547 0-1-0.453-1-1v-12h6.625c0.219 0 0.422 0.141 0.484 0.359zM11.5 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5zM22 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plug\" viewBox=\"0 0 28 28\">\n<title>plug</title>\n<path d=\"M27.422 7.078c0.766 0.781 0.766 2.047 0 2.828l-6.266 6.25 2.344 2.344-2.5 2.5c-3.422 3.422-8.641 3.906-12.516 1.344l-5.656 5.656h-2.828v-2.828l5.656-5.656c-2.562-3.875-2.078-9.094 1.344-12.516l2.5-2.5 2.344 2.344 6.25-6.266c0.781-0.766 2.047-0.766 2.828 0 0.781 0.781 0.781 2.063 0 2.828l-6.25 6.266 3.656 3.656 6.266-6.25c0.781-0.781 2.047-0.781 2.828 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slideshare\" viewBox=\"0 0 28 28\">\n<title>slideshare</title>\n<path d=\"M13.641 11.562c0 1.734-1.516 3.156-3.375 3.156s-3.375-1.422-3.375-3.156c0-1.75 1.516-3.156 3.375-3.156s3.375 1.406 3.375 3.156zM21.484 11.562c0 1.734-1.5 3.156-3.375 3.156-1.859 0-3.375-1.422-3.375-3.156 0-1.75 1.516-3.156 3.375-3.156 1.875 0 3.375 1.406 3.375 3.156zM25 14.375v-10.422c0-1.797-0.578-2.5-2.234-2.5h-17.375c-1.734 0-2.219 0.594-2.219 2.5v10.516c3.703 1.937 6.875 1.594 8.609 1.531 0.734-0.016 1.203 0.125 1.484 0.422 0.047 0.047 0.094 0.094 0.156 0.141 0.328 0.313 0.641 0.562 0.953 0.797 0.063-0.859 0.547-1.406 1.844-1.359 1.766 0.078 5.016 0.422 8.781-1.625zM27.547 14.297c-1 1.234-2.906 2.75-5.812 3.938 3.078 10.484-7.516 12.156-7.344 6.781 0 0.094-0.016-2.891-0.016-5.109-0.234-0.047-0.469-0.109-0.75-0.172 0 2.234-0.016 5.375-0.016 5.281 0.172 5.375-10.422 3.703-7.344-6.781-2.906-1.188-4.813-2.703-5.812-3.938-0.5-0.75 0.047-1.547 0.875-0.969 0.109 0.078 0.234 0.156 0.344 0.234v-10.844c0-1.5 1.125-2.719 2.516-2.719h19.641c1.391 0 2.516 1.219 2.516 2.719v10.844l0.328-0.234c0.828-0.578 1.375 0.219 0.875 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitch\" viewBox=\"0 0 28 28\">\n<title>twitch</title>\n<path d=\"M14 6.781v6.781h-2.266v-6.781h2.266zM20.219 6.781v6.781h-2.266v-6.781h2.266zM20.219 18.656l3.953-3.969v-12.422h-18.656v16.391h5.094v3.391l3.391-3.391h6.219zM26.437 0v15.828l-6.781 6.781h-5.094l-3.391 3.391h-3.391v-3.391h-6.219v-18.094l1.703-4.516h23.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yelp\" viewBox=\"0 0 24 28\">\n<title>yelp</title>\n<path d=\"M12.078 20.609v1.984c-0.016 4.406-0.016 4.562-0.094 4.766-0.125 0.328-0.406 0.547-0.797 0.625-1.125 0.187-4.641-1.109-5.375-1.984-0.156-0.172-0.234-0.375-0.266-0.562-0.016-0.141 0.016-0.281 0.063-0.406 0.078-0.219 0.219-0.391 3.359-4.109 0 0 0.016 0 0.938-1.094 0.313-0.391 0.875-0.516 1.391-0.328 0.516 0.203 0.797 0.641 0.781 1.109zM9.75 16.688c-0.031 0.547-0.344 0.953-0.812 1.094l-1.875 0.609c-4.203 1.344-4.344 1.375-4.562 1.375-0.344-0.016-0.656-0.219-0.844-0.562-0.125-0.25-0.219-0.672-0.266-1.172-0.172-1.531 0.031-3.828 0.484-4.547 0.219-0.344 0.531-0.516 0.875-0.5 0.234 0 0.422 0.094 4.953 1.937 0 0-0.016 0.016 1.313 0.531 0.469 0.187 0.766 0.672 0.734 1.234zM22.656 21.328c-0.156 1.125-2.484 4.078-3.547 4.5-0.359 0.141-0.719 0.109-0.984-0.109-0.187-0.141-0.375-0.422-2.875-4.484l-0.734-1.203c-0.281-0.438-0.234-1 0.125-1.437 0.344-0.422 0.844-0.562 1.297-0.406 0 0 0.016 0.016 1.859 0.625 4.203 1.375 4.344 1.422 4.516 1.563 0.281 0.219 0.406 0.547 0.344 0.953zM12.156 11.453c0.078 1.625-0.609 1.828-0.844 1.906-0.219 0.063-0.906 0.266-1.781-1.109-5.75-9.078-5.906-9.344-5.906-9.344-0.078-0.328 0.016-0.688 0.297-0.969 0.859-0.891 5.531-2.203 6.75-1.891 0.391 0.094 0.672 0.344 0.766 0.703 0.063 0.391 0.625 8.813 0.719 10.703zM22.5 13.141c0.031 0.391-0.109 0.719-0.406 0.922-0.187 0.125-0.375 0.187-5.141 1.344-0.766 0.172-1.188 0.281-1.422 0.359l0.016-0.031c-0.469 0.125-1-0.094-1.297-0.562s-0.281-0.984 0-1.359c0 0 0.016-0.016 1.172-1.594 2.562-3.5 2.688-3.672 2.875-3.797 0.297-0.203 0.656-0.203 1.016-0.031 1.016 0.484 3.063 3.531 3.187 4.703v0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-newspaper-o\" viewBox=\"0 0 32 28\">\n<title>newspaper-o</title>\n<path d=\"M16 8h-6v6h6v-6zM18 18v2h-10v-2h10zM18 6v10h-10v-10h10zM28 18v2h-8v-2h8zM28 14v2h-8v-2h8zM28 10v2h-8v-2h8zM28 6v2h-8v-2h8zM4 21v-15h-2v15c0 0.547 0.453 1 1 1s1-0.453 1-1zM30 21v-17h-24v17c0 0.344-0.063 0.688-0.172 1h23.172c0.547 0 1-0.453 1-1zM32 2v19c0 1.656-1.344 3-3 3h-26c-1.656 0-3-1.344-3-3v-17h4v-2h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wifi\" viewBox=\"0 0 32 28\">\n<title>wifi</title>\n<path d=\"M16 23.797c-0.406 0-2.594-2.188-2.594-2.609 0-0.766 2-1.188 2.594-1.188s2.594 0.422 2.594 1.188c0 0.422-2.188 2.609-2.594 2.609zM20.219 19.563c-0.219 0-1.922-1.563-4.219-1.563-2.312 0-3.984 1.563-4.219 1.563-0.375 0-2.641-2.25-2.641-2.625 0-0.141 0.063-0.266 0.156-0.359 1.672-1.656 4.391-2.578 6.703-2.578s5.031 0.922 6.703 2.578c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.641 2.625zM24.484 15.313c-0.125 0-0.266-0.063-0.359-0.125-2.578-2-4.75-3.187-8.125-3.187-4.719 0-8.313 3.313-8.484 3.313-0.359 0-2.609-2.25-2.609-2.625 0-0.125 0.063-0.25 0.156-0.344 2.797-2.797 7.016-4.344 10.938-4.344s8.141 1.547 10.938 4.344c0.094 0.094 0.156 0.219 0.156 0.344 0 0.375-2.25 2.625-2.609 2.625zM28.719 11.078c-0.125 0-0.25-0.063-0.344-0.141-3.609-3.172-7.5-4.937-12.375-4.937s-8.766 1.766-12.375 4.937c-0.094 0.078-0.219 0.141-0.344 0.141-0.359 0-2.625-2.25-2.625-2.625 0-0.141 0.063-0.266 0.156-0.359 3.953-3.922 9.656-6.094 15.188-6.094s11.234 2.172 15.188 6.094c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.625 2.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calculator\" viewBox=\"0 0 26 28\">\n<title>calculator</title>\n<path d=\"M6 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 24v-6c0-1.094-0.906-2-2-2v0c-1.094 0-2 0.906-2 2v6c0 1.094 0.906 2 2 2v0c1.094 0 2-0.906 2-2zM18 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 7v-4c0-0.547-0.453-1-1-1h-20c-0.547 0-1 0.453-1 1v4c0 0.547 0.453 1 1 1h20c0.547 0 1-0.453 1-1zM24 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 2v24c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-24c0-1.094 0.906-2 2-2h22c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paypal\" viewBox=\"0 0 24 28\">\n<title>paypal</title>\n<path d=\"M23.734 10.094v0c0.203 0.938 0.156 2.016-0.063 3.187-1.016 5.156-4.438 6.937-8.828 6.937h-0.688c-0.531 0-0.969 0.391-1.062 0.922l-0.063 0.297-0.859 5.406-0.031 0.234c-0.109 0.531-0.547 0.922-1.078 0.922h-3.922c-0.438 0-0.719-0.359-0.656-0.797 0.281-1.75 0.547-3.5 0.828-5.25s0.562-3.484 0.844-5.234c0.047-0.375 0.297-0.578 0.672-0.578 0.625 0 1.25-0.016 2.047 0 1.125 0.016 2.422-0.047 3.687-0.328 1.687-0.375 3.219-1.062 4.484-2.25 1.141-1.062 1.906-2.375 2.422-3.844 0.234-0.688 0.422-1.375 0.547-2.078 0.031-0.187 0.078-0.156 0.187-0.078 0.859 0.641 1.344 1.5 1.531 2.531zM21.047 5.688c0 1.281-0.297 2.5-0.719 3.687-0.812 2.359-2.344 4.047-4.719 4.922-1.266 0.453-2.594 0.641-3.938 0.656-0.938 0.016-1.875 0-2.812 0-1.016 0-1.656 0.5-1.844 1.5-0.219 1.188-1.078 6.719-1.328 8.281-0.016 0.109-0.063 0.156-0.187 0.156h-4.609c-0.469 0-0.812-0.406-0.75-0.859l3.625-22.984c0.094-0.594 0.625-1.047 1.234-1.047h9.344c0.672 0 2.219 0.297 3.266 0.703 2.219 0.859 3.437 2.609 3.437 4.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-wallet\" viewBox=\"0 0 28 28\">\n<title>google-wallet</title>\n<path d=\"M6.891 10.5c0.313 0 0.625 0.156 0.812 0.406 2.734 3.734 4.641 7.734 5.656 12.094h-6.969c-1.25-4.344-3.094-8.313-5.734-11.703-0.25-0.328 0-0.797 0.406-0.797h5.828zM15.625 16.078c-0.516 2.109-1.172 4.156-1.953 6.141-0.828-3.266-2.156-6.328-4-9.281 0.406-2.266 0.641-4.594 0.688-7.016 2.203 3.547 3.953 6.922 5.266 10.156zM17.172 5c4.672 6.438 8.141 14.375 8.891 23h-7.047c-0.516-8.344-4.359-16.25-8.641-23h6.797zM28 14c0 4.344-0.594 8.906-1.578 12.688-0.688-5.781-2.594-11.531-5.609-16.922-0.266-3.156-0.828-6.219-1.656-9.125-0.078-0.328 0.156-0.641 0.484-0.641h5.609c0.438 0 0.844 0.297 0.953 0.719 1.188 4.219 1.797 8.687 1.797 13.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-visa\" viewBox=\"0 0 36 28\">\n<title>cc-visa</title>\n<path d=\"M30.859 15.469h-2.156c0 0 0.219-0.578 1.031-2.797-0.016 0.016 0.219-0.578 0.344-0.953l0.187 0.859c0.484 2.391 0.594 2.891 0.594 2.891zM8.297 14.453l-0.906-4.609c-0.125-0.641-0.609-0.844-1.172-0.844h-4.188l-0.031 0.203c2.875 0.734 5.234 2.297 6.297 5.25zM11.094 9l-2.531 6.844-0.266-1.391c-0.547-1.453-1.875-2.797-3.375-3.406l2.109 7.969h2.734l4.078-10.016h-2.75zM13.266 19.031h2.594l1.625-10.031h-2.594zM25.266 9.25c-0.516-0.203-1.328-0.422-2.328-0.422-2.562 0-4.359 1.359-4.375 3.313-0.016 1.437 1.281 2.234 2.266 2.719 1.016 0.484 1.344 0.812 1.344 1.25 0 0.672-0.812 0.969-1.547 0.969-1.047 0-1.609-0.125-2.438-0.516l-0.344-0.172-0.359 2.25c0.609 0.281 1.719 0.531 2.891 0.531 2.719 0.016 4.484-1.344 4.516-3.422 0-1.141-0.703-2-2.188-2.719-0.906-0.453-1.453-0.781-1.453-1.25 0-0.422 0.469-0.859 1.484-0.859 0.844-0.016 1.469 0.156 1.937 0.375l0.234 0.125zM31.906 9h-2c-0.625 0-1.094 0.187-1.359 0.844l-3.844 9.188h2.719c0.438-1.234 0.547-1.5 0.547-1.5h3.313c0 0 0.078 0.344 0.313 1.5h2.406zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-mastercard\" viewBox=\"0 0 36 28\">\n<title>cc-mastercard</title>\n<path d=\"M17.484 5.328c-1.297-0.859-2.828-1.328-4.391-1.328-4.391 0-7.953 3.563-7.953 7.938 0 4.391 3.563 7.953 7.953 7.953 1.563 0 3.094-0.469 4.391-1.328-4.188-3.406-4.156-9.828 0-13.234zM18 5.703c-4.031 3.172-4.047 9.328 0 12.484 4.047-3.156 4.031-9.312 0-12.484zM18.516 5.328c4.141 3.406 4.203 9.844 0 13.234 1.297 0.859 2.844 1.328 4.391 1.328 4.391 0 7.953-3.563 7.953-7.953 0-4.375-3.563-7.938-7.953-7.938-1.563 0-3.094 0.469-4.391 1.328zM30.094 16.609h0.109v-0.047h-0.266v0.047h0.109v0.266h0.047v-0.266zM30.547 16.875h0.063v-0.313h-0.078l-0.094 0.203-0.094-0.203h-0.078v0.313h0.047v-0.234l0.094 0.203h0.063l0.078-0.203v0.234zM30.422 23.75v0.031h-0.078v-0.047h0.078v0.016zM30.422 23.891h0.047l-0.063-0.078c0.031 0 0.031-0.016 0.047-0.016 0.016-0.016 0.016-0.031 0.016-0.047s0-0.031-0.016-0.047c-0.016 0-0.031-0.016-0.063-0.016h-0.094v0.203h0.047v-0.078h0.016zM10.703 22.828c0-0.375 0.234-0.672 0.641-0.672 0.375 0 0.625 0.297 0.625 0.672 0 0.391-0.25 0.672-0.625 0.672-0.406 0-0.641-0.297-0.641-0.672zM18.094 22.141c0.297 0 0.5 0.172 0.547 0.5h-1.094c0.047-0.297 0.234-0.5 0.547-0.5zM23.656 22.828c0-0.375 0.234-0.672 0.625-0.672s0.641 0.297 0.641 0.672c0 0.391-0.25 0.672-0.641 0.672s-0.625-0.297-0.625-0.672zM27.906 22.828c0-0.375 0.25-0.672 0.641-0.672 0.375 0 0.641 0.297 0.641 0.672 0 0.391-0.266 0.672-0.641 0.672-0.391 0-0.641-0.297-0.641-0.672zM30.375 23.953c-0.016 0-0.031 0-0.063-0.016-0.016 0-0.031-0.016-0.047-0.031s-0.031-0.031-0.031-0.047-0.016-0.047-0.016-0.063 0-0.047 0.016-0.063c0-0.031 0.016-0.047 0.031-0.063s0.031-0.016 0.047-0.031 0.047-0.016 0.063-0.016 0.047 0 0.063 0.016 0.047 0.016 0.063 0.031 0.016 0.031 0.031 0.063c0 0.016 0.016 0.031 0.016 0.063 0 0.016-0.016 0.031-0.016 0.063-0.016 0.016-0.016 0.031-0.031 0.047s-0.031 0.031-0.063 0.031c-0.016 0.016-0.031 0.016-0.063 0.016zM9.359 23.891h0.469v-1.328c0-0.5-0.328-0.828-0.844-0.844-0.266 0-0.547 0.078-0.734 0.375-0.141-0.234-0.375-0.375-0.703-0.375-0.219 0-0.438 0.078-0.609 0.313v-0.25h-0.469v2.109h0.469v-1.172c0-0.375 0.203-0.562 0.516-0.562s0.469 0.203 0.469 0.562v1.172h0.453v-1.172c0-0.375 0.219-0.562 0.516-0.562 0.313 0 0.469 0.203 0.469 0.562v1.172zM11.953 23.891h0.453v-2.109h-0.453v0.25c-0.156-0.187-0.375-0.313-0.672-0.313-0.594 0-1.047 0.469-1.047 1.109s0.453 1.109 1.047 1.109c0.297 0 0.516-0.109 0.672-0.313v0.266zM14.734 23.25c0-0.375-0.281-0.562-0.734-0.625l-0.219-0.031c-0.203-0.031-0.359-0.078-0.359-0.219s0.141-0.234 0.391-0.234c0.281 0 0.531 0.094 0.672 0.172l0.187-0.375c-0.219-0.141-0.516-0.219-0.859-0.219-0.531 0-0.875 0.266-0.875 0.688 0 0.344 0.25 0.547 0.734 0.609l0.203 0.031c0.266 0.047 0.375 0.109 0.375 0.219 0 0.172-0.172 0.266-0.484 0.266s-0.547-0.109-0.703-0.219l-0.203 0.359c0.25 0.172 0.562 0.266 0.906 0.266 0.609 0 0.969-0.281 0.969-0.688zM16.766 23.781l-0.125-0.391c-0.141 0.078-0.281 0.109-0.406 0.109-0.234 0-0.297-0.141-0.297-0.344v-0.953h0.75v-0.422h-0.75v-0.641h-0.469v0.641h-0.438v0.422h0.438v0.953c0 0.484 0.187 0.781 0.734 0.781 0.187 0 0.422-0.063 0.562-0.156zM18.109 21.719c-0.609 0-1.047 0.453-1.047 1.109 0 0.672 0.453 1.109 1.078 1.109 0.313 0 0.609-0.078 0.859-0.297l-0.219-0.344c-0.172 0.141-0.406 0.234-0.609 0.234-0.297 0-0.562-0.141-0.641-0.516h1.578v-0.187c0-0.656-0.406-1.109-1-1.109zM20.594 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.469v2.109h0.469v-1.188c0-0.344 0.141-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.109-0.047-0.234-0.063-0.328-0.063zM21.063 22.828c0 0.641 0.438 1.109 1.125 1.109 0.313 0 0.531-0.063 0.75-0.25l-0.219-0.375c-0.172 0.125-0.344 0.203-0.547 0.187-0.375 0-0.641-0.266-0.641-0.672s0.266-0.672 0.641-0.672c0.203 0 0.375 0.063 0.547 0.187l0.219-0.375c-0.219-0.172-0.438-0.25-0.75-0.25-0.688 0-1.125 0.469-1.125 1.109zM24.891 23.891h0.469v-2.109h-0.469v0.25c-0.141-0.187-0.359-0.313-0.656-0.313-0.594 0-1.062 0.469-1.062 1.109s0.469 1.109 1.062 1.109c0.297 0 0.516-0.109 0.656-0.313v0.266zM26.969 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.453v2.109h0.453v-1.188c0-0.344 0.156-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.094-0.047-0.234-0.063-0.328-0.063zM29.156 23.891h0.453v-2.969h-0.453v1.109c-0.141-0.187-0.359-0.313-0.672-0.313-0.578 0-1.047 0.469-1.047 1.109s0.469 1.109 1.047 1.109c0.313 0 0.531-0.109 0.672-0.313v0.266zM30.375 23.578c-0.016 0-0.047 0.016-0.078 0.016-0.031 0.016-0.047 0.031-0.063 0.047-0.031 0.016-0.047 0.047-0.047 0.063-0.016 0.031-0.016 0.063-0.016 0.094 0 0.016 0 0.047 0.016 0.078 0 0.016 0.016 0.047 0.047 0.063 0.016 0.016 0.031 0.031 0.063 0.047s0.063 0.016 0.078 0.016c0.031 0 0.063 0 0.094-0.016 0.016-0.016 0.047-0.031 0.063-0.047s0.031-0.047 0.047-0.063c0.016-0.031 0.016-0.063 0.016-0.078 0-0.031 0-0.063-0.016-0.094-0.016-0.016-0.031-0.047-0.047-0.063s-0.047-0.031-0.063-0.047c-0.031 0-0.063-0.016-0.094-0.016zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-discover\" viewBox=\"0 0 36 28\">\n<title>cc-discover</title>\n<path d=\"M4.891 12.141c0 0.5-0.203 0.984-0.562 1.313-0.313 0.281-0.734 0.406-1.391 0.406h-0.266v-3.437h0.266c0.656 0 1.062 0.109 1.391 0.422 0.359 0.313 0.562 0.797 0.562 1.297zM32.641 11.125c0 0.531-0.344 0.812-1 0.812h-0.297v-1.578h0.313c0.641 0 0.984 0.266 0.984 0.766zM5.938 12.141c0-1.531-1.141-2.609-2.797-2.609h-1.484v5.203h1.484c0.781 0 1.359-0.172 1.859-0.594 0.594-0.5 0.938-1.234 0.938-2zM6.406 14.734h1.016v-5.203h-1.016v5.203zM11.406 13.156c0-0.828-0.344-1.203-1.5-1.625-0.609-0.219-0.781-0.375-0.781-0.656 0-0.328 0.313-0.578 0.75-0.578 0.313 0 0.562 0.125 0.828 0.422l0.531-0.688c-0.438-0.391-0.969-0.578-1.531-0.578-0.922 0-1.625 0.641-1.625 1.484 0 0.719 0.328 1.094 1.281 1.437 0.391 0.141 0.594 0.219 0.703 0.297 0.203 0.125 0.297 0.313 0.297 0.531 0 0.422-0.328 0.734-0.781 0.734-0.484 0-0.875-0.234-1.109-0.688l-0.656 0.625c0.469 0.688 1.031 1 1.797 1 1.062 0 1.797-0.703 1.797-1.719zM15.75 14.562v-1.203c-0.406 0.406-0.766 0.578-1.219 0.578-1.031 0-1.75-0.75-1.75-1.797 0-1 0.75-1.797 1.703-1.797 0.484 0 0.844 0.172 1.266 0.594v-1.203c-0.438-0.219-0.812-0.313-1.25-0.313-1.531 0-2.766 1.203-2.766 2.719 0 1.531 1.203 2.719 2.75 2.719 0.438 0 0.812-0.078 1.266-0.297zM35 24v-8.234c-2.5 1.563-11.297 6.563-25.516 9.234h24.516c0.547 0 1-0.453 1-1zM21.703 12.172c0-1.563-1.266-2.828-2.828-2.828s-2.828 1.266-2.828 2.828 1.266 2.828 2.828 2.828 2.828-1.266 2.828-2.828zM24.078 14.875l2.25-5.344h-1.109l-1.406 3.5-1.391-3.5h-1.109l2.219 5.344h0.547zM26.781 14.734h2.875v-0.875h-1.859v-1.406h1.797v-0.875h-1.797v-1.156h1.859v-0.891h-2.875v5.203zM32.891 14.734h1.25l-1.641-2.188c0.766-0.156 1.188-0.672 1.188-1.469 0-0.984-0.672-1.547-1.844-1.547h-1.516v5.203h1.016v-2.078h0.141zM36 4.094v19.812c0 1.156-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.938-2.063-2.094v-19.812c0-1.156 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.938 2.063 2.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-amex\" viewBox=\"0 0 36 28\">\n<title>cc-amex</title>\n<path d=\"M1.859 10.656h1.391l-0.703-1.687zM11.562 18.875l1.156-1.234-1.094-1.234h-2.547v0.766h2.219v0.859h-2.219v0.844h2.484zM14.031 17.656l1.547 1.719v-3.391zM18.531 16.922c0-0.375-0.281-0.516-0.625-0.516h-1.313v1.078h1.297c0.359 0 0.641-0.172 0.641-0.562zM23.047 16.859c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.953h1.266c0.344 0 0.672-0.078 0.672-0.5zM18.703 9.578c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.938h1.266c0.344 0 0.672-0.078 0.672-0.484zM25.875 10.656h1.391l-0.688-1.687zM10.922 8.234v4.234h-1.031v-3.313l-1.469 3.313h-0.891l-1.469-3.313v3.313h-2.063l-0.391-0.938h-2.109l-0.391 0.938h-1.094l1.813-4.234h1.5l1.719 4.016v-4.016h1.656l1.328 2.875 1.203-2.875h1.687zM19.609 16.922c0 1.703-1.859 1.422-3.016 1.422v1.422h-1.969l-1.25-1.406-1.297 1.406h-4v-4.234h4.062l1.25 1.391 1.281-1.391h3.234c0.953 0 1.703 0.328 1.703 1.391zM15.062 11.594v0.875h-3.391v-4.234h3.391v0.891h-2.375v0.766h2.312v0.859h-2.312v0.844h2.375zM36 20.328v3.578c0 1.141-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.953-2.063-2.094v-10.594h1.734l0.391-0.953h0.859l0.391 0.953h3.406v-0.719l0.297 0.719h1.766l0.313-0.734v0.734h8.453v-1.547l0.156-0.016c0.141 0 0.156 0.109 0.156 0.219v1.344h4.359v-0.359c1.016 0.531 2.406 0.359 3.469 0.359l0.391-0.953h0.875l0.391 0.953h3.547v-0.906l0.531 0.906h2.844v-5.906h-2.812v0.688l-0.391-0.688h-2.891v0.688l-0.359-0.688h-3.891c-0.578 0-1.188 0.063-1.703 0.344v-0.344h-2.688v0.344c-0.313-0.281-0.734-0.344-1.141-0.344h-9.812l-0.672 1.516-0.672-1.516h-3.094v0.688l-0.344-0.688h-2.641l-1.219 2.797v-6.109c0-1.141 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.953 2.063 2.094v10.594h-1.875c-0.438 0-0.906 0.078-1.266 0.344v-0.344h-2.766c-0.391 0-0.922 0.063-1.219 0.344v-0.344h-4.937v0.344c-0.375-0.266-0.922-0.344-1.359-0.344h-3.266v0.344c-0.328-0.313-1-0.344-1.422-0.344h-3.656l-0.844 0.906-0.781-0.906h-5.453v5.906h5.359l0.859-0.922 0.812 0.922h3.297v-1.391h0.328c0.469 0 0.953-0.016 1.406-0.203v1.594h2.719v-1.547h0.125c0.156 0 0.187 0.016 0.187 0.187v1.359h8.266c0.453 0 1.016-0.094 1.375-0.375v0.375h2.625c0.5 0 1.031-0.047 1.484-0.266zM24.156 16.672c0 0.469-0.25 0.938-0.719 1.125 0.562 0.203 0.672 0.578 0.672 1.125v0.844h-1.016v-0.703c0-0.719-0.234-0.844-0.906-0.844h-1.078v1.547h-1.016v-4.234h2.406c0.797 0 1.656 0.141 1.656 1.141zM19.828 9.375c0 0.484-0.266 0.953-0.719 1.141 0.578 0.203 0.672 0.562 0.672 1.125v0.828h-1.016c-0.016-0.906 0.219-1.531-0.906-1.531h-1.094v1.531h-1v-4.234l2.391 0.016c0.812 0 1.672 0.125 1.672 1.125zM28.094 18.891v0.875h-3.375v-4.234h3.375v0.875h-2.359v0.766h2.312v0.859h-2.312v0.844zM21.438 8.234v4.234h-1.031v-4.234h1.031zM32.266 18.422c0 1-0.688 1.344-1.594 1.344h-1.969v-0.906h1.969c0.25 0 0.531-0.063 0.531-0.391 0-0.906-2.609 0.344-2.609-1.672 0-0.859 0.656-1.266 1.437-1.266h2.031v0.891h-1.859c-0.266 0-0.562 0.047-0.562 0.391 0 0.922 2.625-0.422 2.625 1.609zM36 17.641v1.578c-0.297 0.438-0.875 0.547-1.375 0.547h-1.953v-0.906h1.953c0.25 0 0.516-0.078 0.516-0.391 0-0.891-2.609 0.344-2.609-1.672 0-0.859 0.672-1.266 1.453-1.266h2.016v0.891h-1.844c-0.281 0-0.562 0.047-0.562 0.391 0 0.75 1.766-0.016 2.406 0.828zM33.422 8.25v4.219h-1.437l-1.906-3.172v3.172h-2.063l-0.406-0.938h-2.094l-0.391 0.938h-1.172c-1.391 0-2.016-0.719-2.016-2.078 0-1.422 0.641-2.156 2.078-2.156h0.984v0.922c-1.062-0.016-2.031-0.25-2.031 1.203 0 0.719 0.172 1.219 0.984 1.219h0.453l1.437-3.328h1.516l1.703 4v-4h1.547l1.781 2.938v-2.938h1.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-paypal\" viewBox=\"0 0 36 28\">\n<title>cc-paypal</title>\n<path d=\"M11.641 14.156c0 0.766-0.609 1.344-1.375 1.344-0.578 0-1-0.328-1-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM23.906 11.828c0 0.938-0.562 1.125-1.375 1.125l-0.5 0.016 0.266-1.672c0.016-0.109 0.094-0.172 0.203-0.172h0.281c0.531 0 1.125 0.031 1.125 0.703zM29.391 14.156c0 0.766-0.609 1.344-1.359 1.344-0.578 0-1.016-0.328-1.016-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM8.016 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.5c-0.156 0-0.313 0.125-0.328 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.188c0.172 0 0.328-0.125 0.344-0.297l0.281-1.719c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM12.844 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.359-0.531-0.891-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.562 0 1.266-0.25 1.656-0.688-0.031 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM19.828 12.25c0-0.109-0.094-0.219-0.203-0.219h-1.203c-0.109 0-0.219 0.063-0.281 0.156l-1.656 2.438-0.688-2.344c-0.047-0.141-0.187-0.25-0.344-0.25h-1.172c-0.109 0-0.203 0.109-0.203 0.219 0 0.078 1.219 3.609 1.328 3.938-0.172 0.234-1.281 1.687-1.281 1.875 0 0.109 0.094 0.203 0.203 0.203h1.203c0.109 0 0.219-0.063 0.281-0.156l3.984-5.75c0.031-0.031 0.031-0.063 0.031-0.109zM25.766 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.484c-0.172 0-0.328 0.125-0.344 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.281c0.125 0 0.219-0.094 0.25-0.203l0.281-1.813c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM30.594 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.344-0.531-0.875-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.578 0 1.281-0.25 1.656-0.688-0.016 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM34 9.969v-0.016c0-0.125-0.094-0.219-0.203-0.219h-1.156c-0.094 0-0.187 0.078-0.203 0.172l-1.016 6.5-0.016 0.031c0 0.109 0.094 0.219 0.219 0.219h1.031c0.156 0 0.313-0.125 0.328-0.297zM6.125 12.063c-0.125 0.797-0.656 0.891-1.344 0.891l-0.516 0.016 0.266-1.672c0.016-0.109 0.109-0.172 0.203-0.172h0.297c0.703 0 1.234 0.094 1.094 0.938zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-stripe\" viewBox=\"0 0 36 28\">\n<title>cc-stripe</title>\n<path d=\"M24.953 14.109c0 0.719-0.109 1.266-0.328 1.656-0.187 0.344-0.484 0.547-0.812 0.547-0.234 0-0.453-0.047-0.641-0.141v-3.5c0.406-0.422 0.766-0.469 0.891-0.469 0.594 0 0.891 0.656 0.891 1.906zM31.797 13.547h-1.719c0.063-1.047 0.344-1.531 0.875-1.531s0.812 0.5 0.844 1.531zM7.438 15.656c0-1.313-0.797-1.859-2.094-2.328v0c-0.688-0.25-1.062-0.453-1.062-0.766 0-0.266 0.219-0.406 0.594-0.406 0.719 0 1.437 0.266 1.937 0.516l0.281-1.75c-0.391-0.187-1.203-0.5-2.328-0.5-0.797 0-1.453 0.203-1.922 0.594-0.5 0.406-0.75 1-0.75 1.703 0 1.281 0.781 1.844 2.063 2.297 0.812 0.297 1.094 0.5 1.094 0.828 0 0.313-0.266 0.484-0.75 0.484-0.594 0-1.578-0.297-2.219-0.672l-0.281 1.766c0.547 0.313 1.563 0.641 2.625 0.641 0.844 0 1.531-0.203 2.016-0.578 0.531-0.422 0.797-1.031 0.797-1.828zM12.047 12.297l0.297-1.734h-1.5v-2.109l-2.016 0.328-0.281 1.781-0.719 0.125-0.266 1.609h0.969v3.422c0 0.891 0.234 1.5 0.688 1.875 0.391 0.313 0.953 0.469 1.734 0.469 0.609 0 0.969-0.109 1.234-0.172v-1.844c-0.141 0.031-0.469 0.109-0.688 0.109-0.453 0-0.656-0.25-0.656-0.781v-3.078h1.203zM16.984 12.688v-2.172c-0.156-0.031-0.297-0.047-0.438-0.047-0.656 0-1.188 0.344-1.391 0.969l-0.156-0.875h-2.047v7.359h2.344v-4.781c0.297-0.359 0.719-0.484 1.281-0.484 0.125 0 0.25 0 0.406 0.031zM17.563 17.922h2.344v-7.359h-2.344v7.359zM27.281 14.031c0-1.25-0.234-2.203-0.703-2.797-0.422-0.547-1-0.812-1.734-0.812-0.672 0-1.266 0.281-1.828 0.875l-0.125-0.734h-2.063v10.078l2.344-0.391v-2.359c0.359 0.109 0.734 0.172 1.062 0.172 0.578 0 1.437-0.156 2.094-0.875 0.641-0.688 0.953-1.75 0.953-3.156zM19.969 8.594c0-0.688-0.547-1.234-1.234-1.234s-1.234 0.547-1.234 1.234 0.547 1.25 1.234 1.25 1.234-0.562 1.234-1.25zM34 14.172c0-1.172-0.25-2.094-0.75-2.75-0.516-0.656-1.281-1-2.25-1-2 0-3.234 1.469-3.234 3.844 0 1.313 0.328 2.312 0.984 2.938 0.578 0.578 1.422 0.859 2.516 0.859 1 0 1.922-0.234 2.5-0.625l-0.25-1.609c-0.578 0.313-1.25 0.484-2 0.484-0.453 0-0.766-0.094-0.984-0.297-0.25-0.203-0.391-0.547-0.438-1.031h3.875c0.016-0.109 0.031-0.641 0.031-0.812zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash\" viewBox=\"0 0 32 28\">\n<title>bell-slash</title>\n<path d=\"M24.344 13.312c0.797 4.656 2.844 7.156 4.656 8.687 0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984zM16 26.75c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25c-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75zM31.656 1.75c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash-o\" viewBox=\"0 0 32 28\">\n<title>bell-slash-o</title>\n<path d=\"M16.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM7.859 19.078l13.703-11.875c-0.781-1.641-2.594-3.203-5.563-3.203-4.094 0-6 2.984-6 5 0 4-0.703 7.344-2.141 10.078zM29 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984l2.328-2.016h11.828c-1.734-1.953-2.906-4.328-3.547-7.172l1.734-1.516c0.797 4.656 2.844 7.156 4.656 8.687zM30.344 0.25l1.313 1.5c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash\" viewBox=\"0 0 22 28\">\n<title>trash</title>\n<path d=\"M8 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM12 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copyright\" viewBox=\"0 0 24 28\">\n<title>copyright</title>\n<path d=\"M17.969 16.781v1.703c0 2.203-3.516 3.016-5.719 3.016-4.281 0-7.5-3.266-7.5-7.578 0-4.234 3.187-7.422 7.422-7.422 1.547 0 5.594 0.547 5.594 3.031v1.703c0 0.141-0.109 0.25-0.25 0.25h-1.844c-0.141 0-0.25-0.109-0.25-0.25v-1.094c0-0.984-1.891-1.437-3.172-1.437-2.922 0-4.953 2.109-4.953 5.141 0 3.141 2.125 5.437 5.078 5.437 1.125 0 3.25-0.422 3.25-1.406v-1.094c0-0.141 0.109-0.25 0.234-0.25h1.859c0.125 0 0.25 0.109 0.25 0.25zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-at\" viewBox=\"0 0 24 28\">\n<title>at</title>\n<path d=\"M15.188 12.109c0-2.25-1.172-3.594-3.141-3.594-2.594 0-5.375 2.578-5.375 6.75 0 2.328 1.156 3.656 3.187 3.656 3.141 0 5.328-3.594 5.328-6.813zM24 14c0 4.859-3.469 6.687-6.438 6.781-0.203 0-0.281 0.016-0.5 0.016-0.969 0-1.734-0.281-2.219-0.828-0.297-0.344-0.469-0.781-0.516-1.297-0.969 1.219-2.656 2.406-4.766 2.406-3.359 0-5.281-2.078-5.281-5.703 0-4.984 3.453-9.031 7.672-9.031 1.828 0 3.297 0.781 4.078 2.109l0.031-0.297 0.172-0.875c0.016-0.125 0.125-0.281 0.234-0.281h1.844c0.078 0 0.156 0.109 0.203 0.172 0.047 0.047 0.063 0.172 0.047 0.25l-1.875 9.594c-0.063 0.297-0.078 0.531-0.078 0.75 0 0.844 0.25 1.016 0.891 1.016 1.062-0.031 4.5-0.469 4.5-4.781 0-6.078-3.922-10-10-10-5.516 0-10 4.484-10 10s4.484 10 10 10c2.297 0 4.547-0.797 6.328-2.25 0.219-0.187 0.531-0.156 0.703 0.063l0.641 0.766c0.078 0.109 0.125 0.234 0.109 0.375-0.016 0.125-0.078 0.25-0.187 0.344-2.125 1.734-4.828 2.703-7.594 2.703-6.609 0-12-5.391-12-12s5.391-12 12-12c7.172 0 12 4.828 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eyedropper\" viewBox=\"0 0 29 28\">\n<title>eyedropper</title>\n<path d=\"M26.531 1.469c1.953 1.953 1.969 5.125 0 7.063l-3.516 3.484 1.625 1.625c0.203 0.203 0.203 0.516 0 0.719l-3.281 3.281c-0.203 0.203-0.516 0.203-0.719 0l-1.641-1.641-9.422 9.422c-0.375 0.375-0.875 0.578-1.406 0.578h-3.172l-4 2-1-1 2-4v-3.172c0-0.531 0.203-1.031 0.578-1.406l9.422-9.422-1.641-1.641c-0.203-0.203-0.203-0.516 0-0.719l3.281-3.281c0.203-0.203 0.516-0.203 0.719 0l1.625 1.625 3.484-3.516c1.937-1.969 5.109-1.953 7.063 0zM8 23l9-9-3-3-9 9v3h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paint-brush\" viewBox=\"0 0 28 28\">\n<title>paint-brush</title>\n<path d=\"M25.234 0c1.422 0 2.734 1.062 2.734 2.547 0 0.828-0.328 1.625-0.703 2.359-1.219 2.312-5.313 9.953-7.266 11.75-0.953 0.891-2.078 1.422-3.406 1.422-2.641 0-4.797-2.25-4.797-4.875 0-1.25 0.516-2.469 1.437-3.313l9.969-9.047c0.547-0.5 1.266-0.844 2.031-0.844zM11.031 16.156c0.812 1.578 2.297 2.766 4.016 3.219l0.016 1.109c0.094 4.453-3 7.516-7.469 7.516-5.297 0-7.594-4.219-7.594-9.016 0.578 0.391 2.594 2 3.25 2 0.391 0 0.719-0.219 0.859-0.578 1.328-3.469 3.406-4.094 6.922-4.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-birthday-cake\" viewBox=\"0 0 28 28\">\n<title>birthday-cake</title>\n<path d=\"M28 22v6h-28v-6c1.531 0 2.344-0.688 2.984-1.234 0.531-0.469 0.891-0.766 1.687-0.766s1.141 0.297 1.687 0.766c0.641 0.547 1.437 1.234 2.984 1.234 1.531 0 2.328-0.688 2.984-1.234 0.531-0.469 0.875-0.766 1.672-0.766s1.156 0.297 1.687 0.766c0.641 0.547 1.453 1.234 2.984 1.234s2.344-0.688 2.984-1.234c0.531-0.469 0.891-0.766 1.687-0.766 0.781 0 1.141 0.297 1.672 0.766 0.641 0.547 1.453 1.234 2.984 1.234zM28 17v3c-0.797 0-1.141-0.297-1.687-0.766-0.641-0.547-1.437-1.234-2.969-1.234-1.547 0-2.344 0.688-2.984 1.234-0.547 0.469-0.891 0.766-1.687 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.437-1.234-2.984-1.234-1.531 0-2.328 0.688-2.984 1.234-0.531 0.469-0.875 0.766-1.672 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.453-1.234-2.984-1.234-1.547 0-2.344 0.688-2.984 1.234-0.531 0.469-0.891 0.766-1.687 0.766v-3c0-1.656 1.344-3 3-3h1v-7h4v7h4v-7h4v7h4v-7h4v7h1c1.656 0 3 1.344 3 3zM8 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM16 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM24 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-area-chart\" viewBox=\"0 0 32 28\">\n<title>area-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM26 8l4 14h-26v-9l7-9 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pie-chart\" viewBox=\"0 0 27 28\">\n<title>pie-chart</title>\n<path d=\"M12 13.906l8.531 8.531c-2.172 2.203-5.203 3.563-8.531 3.563-6.625 0-12-5.375-12-12s5.375-12 12-12v11.906zM14.922 14h12.078c0 3.328-1.359 6.359-3.563 8.531zM26 12h-12v-12c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-line-chart\" viewBox=\"0 0 32 28\">\n<title>line-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM30 4.5v6.797c0 0.438-0.531 0.672-0.859 0.344l-1.891-1.891-9.891 9.891c-0.203 0.203-0.516 0.203-0.719 0l-3.641-3.641-6.5 6.5-3-3 9.141-9.141c0.203-0.203 0.516-0.203 0.719 0l3.641 3.641 7.25-7.25-1.891-1.891c-0.328-0.328-0.094-0.859 0.344-0.859h6.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm\" viewBox=\"0 0 28 28\">\n<title>lastfm</title>\n<path d=\"M20.188 11c0 0.094 0.125 0.531 0.156 0.641 0.422 1.281 1.406 1.547 2.578 1.875 2.609 0.734 5.078 2.125 5.078 5.187 0 3.109-2.594 5.297-5.625 5.297-5.031 0-6.594-6.156-8.047-9.906-1.203-3.094-2.469-4.906-5.953-4.906-3.094 0-5.812 2.969-5.812 6.016 0 3.234 2.422 6.234 5.781 6.234 1.484 0 3.031-0.313 4.031-1.484v0c0.484-0.547 0.953-1.141 1.297-1.813l1.313 2.375c-0.172 0.391-0.422 0.766-0.688 1.094l0.016 0.016c-1.578 1.828-3.734 2.375-6.062 2.375-4.719 0-8.25-4.172-8.25-8.766 0-4.453 3.875-8.594 8.375-8.594 7.469 0 7.844 6.469 10.375 11.672 0.688 1.437 1.859 3.125 3.641 3.125 1.625 0 3.063-1.047 3.063-2.766 0-3.719-6.828-1.188-7.797-7.297-0.031-0.172-0.047-0.344-0.047-0.516 0-2.312 2.172-4.297 4.469-4.219 1.375 0.047 2.203 0.094 3.297 1.062h-0.016c0.422 0.391 0.734 0.922 1.062 1.375l-2.016 1.547c-0.234-0.438-0.453-0.797-0.844-1.094v-0.016c-0.375-0.344-1.047-0.328-1.516-0.328-1.016 0-1.859 0.766-1.859 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm-square\" viewBox=\"0 0 24 28\">\n<title>lastfm-square</title>\n<path d=\"M22.375 16.438c0-2.203-1.781-3.203-3.656-3.734-0.859-0.234-1.563-0.438-1.875-1.375-0.016-0.078-0.094-0.375-0.094-0.438 0-0.75 0.594-1.297 1.328-1.297 0.344 0 0.828-0.016 1.109 0.234h-0.016c0.297 0.219 0.438 0.469 0.609 0.797l1.453-1.109c-0.234-0.328-0.469-0.719-0.766-1v0c-0.734-0.656-1.422-0.766-2.391-0.766-1.641 0-3.187 1.344-3.187 3.047 0 0.125 0.016 0.234 0.031 0.359 0.344 2.125 1.422 2.781 3.328 3.328 0.938 0.266 2.266 0.688 2.281 1.844v0.078c0.016 1.25-1.031 2-2.203 2-1.281 0-2.109-1.219-2.609-2.25-1.813-3.734-2.094-8.406-7.469-8.406-3.234 0-6.141 2.984-6.031 6.188v0.016c0.109 3.344 2.406 6.297 5.938 6.297 1.672 0 3.234-0.391 4.359-1.719v0c0.187-0.25 0.359-0.516 0.484-0.797l-0.938-1.703c-0.875 1.656-1.953 2.375-3.828 2.375-2.469 0-4.172-2.188-4.172-4.547 0-2.172 2-4.266 4.188-4.266 2.5 0 3.406 1.297 4.281 3.531 1.047 2.688 2.172 7.125 5.797 7.125 2.172 0 4.047-1.578 4.047-3.813zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-off\" viewBox=\"0 0 32 28\">\n<title>toggle-off</title>\n<path d=\"M18 14c0-4.406-3.594-8-8-8s-8 3.594-8 8 3.594 8 8 8 8-3.594 8-8zM30 14c0-4.406-3.594-8-8-8h-6.031c2.438 1.828 4.031 4.734 4.031 8s-1.594 6.172-4.031 8h6.031c4.406 0 8-3.594 8-8zM32 14c0 5.516-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10s4.484-10 10-10h12c5.516 0 10 4.484 10 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-on\" viewBox=\"0 0 32 28\">\n<title>toggle-on</title>\n<path d=\"M0 14c0-5.516 4.484-10 10-10h12c5.516 0 10 4.484 10 10s-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10zM22 22c4.406 0 8-3.594 8-8s-3.594-8-8-8-8 3.594-8 8 3.594 8 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bicycle\" viewBox=\"0 0 36 28\">\n<title>bicycle</title>\n<path d=\"M11.906 18h-4.906c-0.828 0-1.297-0.938-0.797-1.594l2.938-3.922c-0.656-0.313-1.375-0.484-2.141-0.484-2.75 0-5 2.25-5 5s2.25 5 5 5c2.422 0 4.438-1.719 4.906-4zM9 16h2.906c-0.187-0.875-0.594-1.672-1.172-2.312zM16.5 16l4.5-6h-7.5l-1.547 2.063c1.047 1.031 1.75 2.406 1.969 3.938h2.578zM34 17c0-2.75-2.25-5-5-5-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5s5-2.25 5-5zM36 17c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-2.063 0.906-3.922 2.328-5.203l-1.016-1.531-5.516 7.328c-0.187 0.266-0.484 0.406-0.797 0.406h-3.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c1.219 0 2.359 0.313 3.359 0.859l2.141-2.859h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h6v2h6.797l-1.328-2h-3.469c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c0.328 0 0.641 0.172 0.828 0.438l4.172 6.25c0.906-0.438 1.922-0.688 3-0.688 3.859 0 7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bus\" viewBox=\"0 0 24 28\">\n<title>bus</title>\n<path d=\"M6 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM21.281 12.812l-1.125-6c-0.094-0.469-0.5-0.812-0.984-0.812h-14.344c-0.484 0-0.891 0.344-0.984 0.812l-1.125 6c-0.109 0.625 0.359 1.188 0.984 1.188h16.594c0.625 0 1.094-0.562 0.984-1.188zM17.75 3.25c0-0.422-0.328-0.75-0.75-0.75h-10c-0.406 0-0.75 0.328-0.75 0.75s0.344 0.75 0.75 0.75h10c0.422 0 0.75-0.328 0.75-0.75zM24 14.578v9.422h-2v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-12v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-2v-9.422c0-1.281 0.109-2.234 0.391-3.484l1.609-7.094c0.297-2.5 4.672-4 10-4s9.703 1.5 10 4l1.641 7.094c0.281 1.25 0.359 2.203 0.359 3.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ioxhost\" viewBox=\"0 0 32 28\">\n<title>ioxhost</title>\n<path d=\"M22.859 13c0 0.734-0.594 1.344-1.344 1.344h-10.969c-0.75 0-1.344-0.609-1.344-1.344s0.594-1.344 1.344-1.344h10.969c0.75 0 1.344 0.609 1.344 1.344zM26.203 13c0-0.922-0.125-1.797-0.359-2.656h-15.344c-0.75 0-1.344-0.594-1.344-1.328 0-0.75 0.594-1.344 1.344-1.344h14.187c-1.797-2.922-5.016-4.859-8.672-4.859-5.625 0-10.203 4.562-10.203 10.187 0 0.922 0.125 1.797 0.359 2.656h15.344c0.75 0 1.344 0.594 1.344 1.328 0 0.75-0.594 1.344-1.344 1.344h-14.187c1.797 2.922 5.016 4.859 8.687 4.859 5.609 0 10.187-4.562 10.187-10.187zM32 9.016c0 0.734-0.594 1.328-1.344 1.328h-2.047c0.172 0.859 0.266 1.75 0.266 2.656 0 7.094-5.766 12.875-12.859 12.875-5.203 0-9.688-3.094-11.719-7.547h-2.953c-0.75 0-1.344-0.594-1.344-1.344 0-0.734 0.594-1.328 1.344-1.328h2.063c-0.172-0.859-0.266-1.75-0.266-2.656 0-7.094 5.766-12.875 12.875-12.875 5.187 0 9.672 3.094 11.703 7.547h2.938c0.75 0 1.344 0.594 1.344 1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angellist\" viewBox=\"0 0 20 28\">\n<title>angellist</title>\n<path d=\"M14.891 5.906l-1.781 5.125 1.828 0.328c0.469-1.281 2.578-7.047 2.578-8.094 0-0.391-0.125-0.875-0.594-0.875-0.875 0-1.813 2.844-2.031 3.516zM10.219 16.641c0.172 0.453 0.359 0.906 0.516 1.375 0.344-0.391 0.703-0.75 1.109-1.047-0.547-0.109-1.094-0.156-1.625-0.328zM5.656 2.641c0 1.594 1.891 6.563 2.484 8.141 0.219-0.125 0.5-0.156 0.766-0.156 0.375 0 0.797 0.047 1.172 0.078l-1.891-5.484c-0.203-0.594-1.109-3.437-1.922-3.437-0.422 0-0.609 0.5-0.609 0.859zM4.422 14.5c0 1.141 3.063 5.344 4.203 5.344 0.313 0 0.578-0.344 0.578-0.625 0-0.359-0.359-1.25-0.5-1.594-0.406-1.047-1.891-4.281-3.172-4.281-0.422 0-1.109 0.734-1.109 1.156zM1.953 19.734c0 0.562 0.187 1.109 0.391 1.625 1.234 3.047 4.016 4.828 7.266 4.828 2.375 0 4.375-0.906 5.969-2.656 1.687-1.875 2.375-4.188 2.375-6.672 0-0.875 0.016-2.266-0.672-2.891-1.312-1.156-5.766-1.594-7.531-1.594-0.219 0-0.594 0.016-0.766 0.172-0.187 0.078-0.187 0.375-0.187 0.547 0 2.391 5.047 2.172 6.563 2.172 0.297 0 0.438 0.078 0.625 0.297 0.203 0.25 0.266 0.547 0.297 0.859-0.406 0.406-0.969 0.641-1.5 0.844-0.516 0.187-1.016 0.391-1.453 0.719-1.203 0.875-2.391 2.375-2.391 3.922 0 0.969 0.578 1.797 0.578 2.75 0 0.016-0.109 0.359-0.109 0.406-1.781-0.125-2.219-1.891-2.281-3.375-0.187 0.047-0.438 0.031-0.641 0.031 0.031 0.109 0.031 0.219 0.031 0.328 0 1.141-1.016 1.969-2.109 1.969-1.687 0-3.922-1.984-3.922-3.703 0-0.469 0.203-0.734 0.516-1.047 0.313 0.391 0.641 0.781 0.938 1.188 0.453 0.609 1.234 1.625 2.078 1.625 0.219 0 0.641-0.187 0.641-0.453 0-0.703-2.562-4-3.187-4-0.984 0-1.516 1.297-1.516 2.109zM0.172 19.875c0-2.031 0.781-3.375 2.797-3.922-0.172-0.453-0.438-1.141-0.438-1.625 0-1.281 1.578-2.875 2.859-2.875 0.375 0 0.75 0.109 1.094 0.234-0.656-1.859-2.547-7.094-2.547-8.859 0-1.578 0.797-2.828 2.5-2.828 2.187 0 4.672 7.875 5.203 9.438 0.688-1.719 2.844-8.922 5.281-8.922 1.531 0 2.391 1.219 2.391 2.672 0 1.656-1.844 6.813-2.484 8.594 2.625 0.641 3 2.766 3 5.125 0 6.25-3.984 11.094-10.437 11.094-1.188 0-2.359-0.234-3.484-0.656-2.969-1.125-5.734-4.172-5.734-7.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc\" viewBox=\"0 0 32 28\">\n<title>cc</title>\n<path d=\"M12.266 15.75h3.234c-0.297 3.297-2.188 5.297-4.891 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.172c-0.109-1.328-0.766-2.094-1.828-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.313 3.484 2.016 3.484 1.078 0 1.578-0.938 1.703-2.172zM23.391 15.75h3.219c-0.297 3.297-2.172 5.297-4.875 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.187c-0.094-1.328-0.766-2.094-1.813-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.297 3.484 2 3.484 1.078 0 1.594-0.938 1.719-2.172zM29 13.891c0-4.188-0.219-6-1.188-7.313-0.203-0.266-0.531-0.438-0.797-0.625-0.984-0.719-5.563-0.984-10.891-0.984s-10.125 0.266-11.094 0.984c-0.281 0.203-0.625 0.359-0.828 0.625-0.969 1.297-1.172 3.125-1.172 7.313 0 4.203 0.219 6.016 1.172 7.313 0.219 0.297 0.547 0.422 0.828 0.641 0.969 0.719 5.766 1.016 11.094 1.016s9.906-0.281 10.891-1.016c0.266-0.203 0.609-0.328 0.797-0.641 0.984-1.281 1.188-3.109 1.188-7.313zM32 2v24h-32v-24h32z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ils\" viewBox=\"0 0 22 28\">\n<title>ils</title>\n<path d=\"M15.5 9.75v7.75c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-7.75c0-2.344-1.906-4.25-4.25-4.25h-4.25v18c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-21c0-0.281 0.219-0.5 0.5-0.5h7.25c4.281 0 7.75 3.469 7.75 7.75zM21.5 2.5v13.75c0 4.281-3.469 7.75-7.75 7.75h-7.25c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v12h4.25c2.344 0 4.25-1.906 4.25-4.25v-13.75c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meanpath\" viewBox=\"0 0 24 28\">\n<title>meanpath</title>\n<path d=\"M20.484 13.156v1.781c0 0.5-0.297 0.812-0.797 0.812h-3.156c-0.5 0-0.812-0.313-0.812-0.812v-1.781c0-0.5 0.313-0.812 0.812-0.812h3.156c0.5 0 0.797 0.313 0.797 0.812zM12.828 16.75v-3.906c0-1.109-0.734-1.844-1.844-1.844h-2.078c-0.703 0-1.219 0.297-1.5 0.812-0.281-0.516-0.797-0.812-1.5-0.812h-2.031c-1.094 0-1.844 0.734-1.844 1.844v3.906c0 0.234 0.109 0.344 0.328 0.344h0.859c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.297-0.812 0.812-0.812h1.469c0.5 0 0.812 0.313 0.812 0.812v3.594c0 0.234 0.094 0.344 0.328 0.344h0.844c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.313-0.812 0.812-0.812h1.516c0.5 0 0.797 0.313 0.797 0.812v3.594c0 0.234 0.109 0.344 0.344 0.344h0.859c0.219 0 0.328-0.109 0.328-0.344zM22.031 15.25v-2.406c0-1.109-0.75-1.844-1.859-1.844h-4.125c-1.109 0-1.859 0.734-1.859 1.844v6.406c0 0.234 0.125 0.328 0.344 0.328h0.859c0.234 0 0.328-0.094 0.328-0.328v-2.812c0.297 0.406 0.766 0.656 1.469 0.656h2.984c1.109 0 1.859-0.75 1.859-1.844zM24 5.625v16.75c0 2-1.625 3.625-3.625 3.625h-16.75c-2 0-3.625-1.625-3.625-3.625v-16.75c0-2 1.625-3.625 3.625-3.625h16.75c2 0 3.625 1.625 3.625 3.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-buysellads\" viewBox=\"0 0 24 28\">\n<title>buysellads</title>\n<path d=\"M14.297 16.969h-4.594l2.297-8.609zM15.641 22h4.859l-5.063-16h-6.875l-5.063 16h4.859l5.984-4.906zM24 6.5v15c0 2.469-2.031 4.5-4.5 4.5h-15c-2.469 0-4.5-2.031-4.5-4.5v-15c0-2.469 2.031-4.5 4.5-4.5h15c2.469 0 4.5 2.031 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-connectdevelop\" viewBox=\"0 0 32 28\">\n<title>connectdevelop</title>\n<path d=\"M32 13.984c0 0.438-0.313 0.797-0.719 0.875l-3.203 5.563c0.031 0.094 0.047 0.187 0.047 0.281 0 0.422-0.297 0.781-0.703 0.859l-3.016 5.266c0.031 0.078 0.047 0.156 0.047 0.25 0 0.484-0.391 0.891-0.891 0.891-0.25 0-0.484-0.109-0.641-0.281h-6.25c-0.156 0.187-0.406 0.313-0.672 0.313s-0.516-0.125-0.672-0.313h-6.234c-0.156 0.187-0.391 0.313-0.672 0.313-0.484 0-0.891-0.391-0.891-0.891 0-0.109 0.031-0.219 0.063-0.313l-3.016-5.234c-0.406-0.078-0.703-0.438-0.703-0.859 0-0.109 0.016-0.187 0.047-0.281l-3.219-5.563c-0.406-0.094-0.703-0.453-0.703-0.875 0-0.438 0.313-0.797 0.734-0.875l3.109-5.375c0-0.031-0.016-0.063-0.016-0.094 0-0.359 0.219-0.656 0.531-0.797l3.266-5.672c-0.031-0.078-0.063-0.187-0.063-0.281 0-0.5 0.406-0.891 0.891-0.891 0.281 0 0.516 0.125 0.688 0.328h6.188c0.156-0.203 0.391-0.328 0.672-0.328s0.516 0.125 0.672 0.328h6.219c0.172-0.203 0.406-0.328 0.688-0.328 0.484 0 0.891 0.391 0.891 0.891 0 0.094-0.031 0.187-0.063 0.281l3.234 5.594c0.469 0.016 0.859 0.406 0.859 0.875 0 0.156-0.047 0.297-0.109 0.422l2.922 5.063c0.391 0.078 0.688 0.438 0.688 0.859zM16.609 26.469h6.078l-5.344-5.531h-2.234l-5.344 5.531h5.625c0.156-0.141 0.375-0.25 0.609-0.25s0.453 0.109 0.609 0.25zM1.75 13.781c0.016 0.063 0.016 0.125 0.016 0.203s0 0.156-0.031 0.234l3.25 5.625c0.078 0.016 0.156 0.063 0.234 0.094l2.938-3.109v-5.422l-2.922-3.031c-0.141 0.094-0.297 0.141-0.453 0.156zM15.406 1.531h-6.062l2.969 3.125 8.656-3.125h-4.375c-0.156 0.156-0.359 0.25-0.594 0.25s-0.438-0.094-0.594-0.25zM26.391 20.469c0.016-0.063 0.047-0.125 0.078-0.172l-1-1.062-0.266 1.234h1.188zM24.734 20.469l0.344-1.641-3.938-4.156-4.625 4.797 0.984 1h7.234zM23.359 26.219l0.25-0.438 1.016-4.844h-6.672l5.203 5.359c0.063-0.031 0.125-0.063 0.203-0.078zM9.031 26.469h0.078l5.344-5.531h-5.828v5.234l0.063 0.094c0.141 0.047 0.25 0.109 0.344 0.203zM8.625 20.469h6.281l1-1.031-4.828-5.016-2.453 2.594v3.453zM5.609 20.469h2.547v-2.953l-2.625 2.766c0.031 0.063 0.063 0.125 0.078 0.187zM5.594 7.578c0 0.016 0.016 0.047 0.016 0.063 0 0.172-0.047 0.328-0.125 0.453l2.672 2.766v-4.203zM8.625 6.484v4.859l2.391 2.453 4.641-4.906-3.484-3.687zM8.687 1.734l-0.063 0.125v4.125l3.203-1.156-2.984-3.141c-0.047 0.016-0.094 0.031-0.156 0.047zM22.609 1.531h-0.25l-9.703 3.5 3.328 3.516zM15.984 9.219l-4.641 4.922 4.859 4.984 4.625-4.797zM10.75 14.094l-2.125-2.203v4.438zM16.219 19.781l-0.656 0.688h1.328zM21.469 14.344l3.719 3.922 2.063-9.75-0.047-0.078-0.016-0.016zM26.844 8.094c-0.078-0.125-0.125-0.281-0.125-0.453v-0.031l-3.375-5.875c-0.078-0.016-0.141-0.047-0.203-0.078l-6.828 7.234 4.844 5.109zM8.156 6.156v-3.484l-2.547 4.406zM8.156 20.937h-2.547l2.547 4.422v-4.422zM25.109 20.937l-0.75 3.547 2.031-3.547h-1.281zM27.016 19.844l3.234-5.641c-0.016-0.078-0.031-0.141-0.031-0.219 0-0.094 0.031-0.172 0.047-0.25l-2.672-4.625-2.016 9.562 1.203 1.281c0.078-0.047 0.156-0.078 0.234-0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashcube\" viewBox=\"0 0 22 28\">\n<title>dashcube</title>\n<path d=\"M0 10.625c0-2.703 2.156-5.031 4.906-5.031h11.594l5.5-5.594v22.969c0 2.719-2.156 5.031-4.906 5.031h-12.187c-2.75 0-4.906-2.312-4.906-5.031v-12.344zM19.25 22.406l-2.75-2.812v-6.641c0-0.953-0.766-1.75-1.719-1.75h-7.562c-0.953 0-1.719 0.797-1.719 1.75v7.688c0 0.953 0.766 1.766 1.719 1.766h12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forumbee\" viewBox=\"0 0 24 28\">\n<title>forumbee</title>\n<path d=\"M14.594 2.344c-6.609 2.516-11.813 7.797-14.281 14.422-0.203-0.906-0.313-1.828-0.313-2.75 0-6.609 5.344-11.969 11.953-11.969 0.891 0 1.781 0.109 2.641 0.297zM18.797 4.203c0.969 0.672 1.828 1.484 2.562 2.422-8.094 2.359-14.422 8.719-16.734 16.828-0.922-0.719-1.75-1.563-2.422-2.531 2.328-8.031 8.578-14.344 16.594-16.719zM7.344 25.047c2.406-7.422 8.219-13.266 15.609-15.719 0.422 0.969 0.703 2 0.844 3.047-6.094 2.5-10.938 7.375-13.422 13.484-1.047-0.141-2.063-0.406-3.031-0.812zM24 25.953c-1.937-0.5-3.859-1.094-5.734-1.797-1.375 0.859-2.922 1.437-4.531 1.672 2.281-4.266 5.797-7.797 10.047-10.094-0.219 1.563-0.766 3.094-1.578 4.438 0.703 1.891 1.297 3.828 1.797 5.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leanpub\" viewBox=\"0 0 32 28\">\n<title>leanpub</title>\n<path d=\"M29.578 6.125l2.422 19.875c-1.453 0-2.703-0.297-4.016-0.891-1.953-0.891-3.984-1.422-6.141-1.422-2.219 0-4.266 0.734-5.844 2.312-1.578-1.578-3.625-2.312-5.844-2.312-2.156 0-4.188 0.531-6.141 1.422-1.266 0.562-2.547 0.891-3.938 0.891h-0.078l2.422-19.875c2.234-1.266 4.953-1.984 7.531-1.984 2.109 0 4.281 0.438 6.047 1.656 1.766-1.219 3.938-1.656 6.047-1.656 2.578 0 5.297 0.719 7.531 1.984zM21.844 21.547c2.969 0 5 0.797 7.688 1.906l-1.937-15.953c-1.75-0.797-3.828-1.219-5.75-1.219-2.188 0-4.234 0.688-5.844 2.203-1.609-1.516-3.656-2.203-5.844-2.203-1.922 0-4 0.422-5.75 1.219l-1.937 15.953c2.688-1.109 4.719-1.906 7.688-1.906 2.141 0 4.031 0.547 5.844 1.687 1.813-1.141 3.703-1.687 5.844-1.687zM22.469 21.016l-0.859-14.172c-2.25 0.047-4.031 0.812-5.609 2.422-1.641-1.672-3.5-2.422-5.844-2.422-1.75 0-3.625 0.359-5.25 1.031l-1.781 14.703c2.359-0.969 4.438-1.578 7.031-1.578 2.063 0 4.078 0.5 5.844 1.594 1.766-1.094 3.781-1.641 5.844-1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sellsy\" viewBox=\"0 0 32 28\">\n<title>sellsy</title>\n<path d=\"M23.438 21.422v-11.453c0-0.438-0.359-0.797-0.781-0.797h-1.453c-0.422 0-0.781 0.359-0.781 0.797v11.453c0 0.422 0.359 0.781 0.781 0.781h1.453c0.422 0 0.781-0.359 0.781-0.781zM19 21.422v-8.297c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v8.297c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM14.438 21.422v-6.703c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v6.703c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM9.875 21.422v-5.656c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v5.656c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM32 19.141c0 3.469-2.828 6.281-6.281 6.281h-19.437c-3.453 0-6.281-2.812-6.281-6.281 0-2.422 1.422-4.641 3.609-5.672-0.109-0.375-0.156-0.766-0.156-1.141 0-2.359 1.922-4.281 4.281-4.281 1.031 0 2.031 0.375 2.812 1.047 0.938-3.813 4.375-6.516 8.313-6.516 4.719 0 8.563 3.844 8.563 8.563 0 0.641-0.063 1.281-0.219 1.906 2.812 0.688 4.797 3.219 4.797 6.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shirtsinbulk\" viewBox=\"0 0 24 28\">\n<title>shirtsinbulk</title>\n<path d=\"M0 0h24v21.75l-12.125 5.281-11.875-5.281v-21.75zM22.437 20.734v-14.469h-20.875v14.469l10.328 4.594zM22.437 4.703v-3.141h-20.875v3.141h20.875zM2.828 9.359v1.797h-0.578v-1.797h0.578zM2.828 11.672v1.797h-0.578v-1.797h0.578zM2.828 13.984v1.797h-0.578v-1.797h0.578zM2.828 16.297v1.797h-0.578v-1.797h0.578zM2.828 18.609v1.797h-0.578v-1.797h0.578zM3.234 20.844l0.234-0.531 1.641 0.734-0.234 0.516zM5.359 21.781l0.234-0.531 1.641 0.719-0.234 0.531zM7.469 22.719l0.234-0.531 1.641 0.719-0.234 0.531zM9.594 23.641l0.234-0.516 1.625 0.719-0.234 0.531zM12.453 23.844l1.641-0.719 0.234 0.516-1.641 0.734zM14.562 22.906l1.641-0.719 0.234 0.531-1.641 0.719zM16.688 21.969l1.641-0.719 0.234 0.531-1.641 0.719zM18.797 21.047l1.641-0.734 0.234 0.531-1.641 0.719zM4.047 2.297v0.562h-1.781v-0.562h1.781zM6.578 2.297v0.562h-1.797v-0.562h1.797zM9.109 2.297v0.562h-1.797v-0.562h1.797zM11.625 2.297v0.562h-1.781v-0.562h1.781zM14.156 2.297v0.562h-1.781v-0.562h1.781zM16.688 2.297v0.562h-1.797v-0.562h1.797zM19.219 2.297v0.562h-1.797v-0.562h1.797zM21.734 2.297v0.562h-1.781v-0.562h1.781zM2.828 7.609v1.234h-0.578v-1.797h1.797v0.562h-1.219zM6.578 7.047v0.562h-1.797v-0.562h1.797zM9.109 7.047v0.562h-1.797v-0.562h1.797zM11.625 7.047v0.562h-1.781v-0.562h1.781zM14.156 7.047v0.562h-1.781v-0.562h1.781zM16.688 7.047v0.562h-1.797v-0.562h1.797zM19.219 7.047v0.562h-1.797v-0.562h1.797zM21.172 8.844v-1.234h-1.219v-0.562h1.797v1.797h-0.578zM21.172 11.156v-1.797h0.578v1.797h-0.578zM21.172 13.469v-1.797h0.578v1.797h-0.578zM21.172 15.781v-1.797h0.578v1.797h-0.578zM21.172 18.094v-1.797h0.578v1.797h-0.578zM21.172 20.406v-1.797h0.578v1.797h-0.578zM11.875 19.859c-2.688 0-4.891-2.188-4.891-4.891 0-2.688 2.203-4.891 4.891-4.891 2.703 0 4.891 2.203 4.891 4.891 0 2.703-2.188 4.891-4.891 4.891zM9.297 13.906c0 2.375 4.156 0.641 4.156 2.031 0 0.703-1.281 0.766-1.75 0.766-0.656 0-1.594-0.141-1.922-0.797h-0.047l-0.484 0.984c0.797 0.5 1.563 0.656 2.531 0.656 1.047 0 2.734-0.313 2.734-1.672 0-2.578-4.203-0.875-4.203-2.031 0-0.703 1.109-0.797 1.594-0.797 0.578 0 1.563 0.172 1.906 0.703h0.047l0.469-0.906c-0.812-0.328-1.469-0.641-2.375-0.641-1.078 0-2.656 0.344-2.656 1.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-simplybuilt\" viewBox=\"0 0 32 28\">\n<title>simplybuilt</title>\n<path d=\"M13.484 16.125c0-2.344-1.891-4.234-4.234-4.234-2.328 0-4.219 1.891-4.219 4.234 0 2.328 1.891 4.219 4.219 4.219 2.344 0 4.234-1.891 4.234-4.219zM26.969 16.109c0-2.328-1.891-4.219-4.219-4.219-2.344 0-4.234 1.891-4.234 4.219 0 2.344 1.891 4.234 4.234 4.234 2.328 0 4.219-1.891 4.219-4.234zM32 3.469v21.063c0 0.922-0.75 1.672-1.687 1.672h-28.625c-0.938 0-1.687-0.75-1.687-1.672v-21.063c0-0.922 0.75-1.672 1.687-1.672h6.734c0.922 0 1.687 0.75 1.687 1.672v2.516h11.781v-2.516c0-0.922 0.766-1.672 1.687-1.672h6.734c0.938 0 1.687 0.75 1.687 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skyatlas\" viewBox=\"0 0 32 28\">\n<title>skyatlas</title>\n<path d=\"M22.344 9.109c0 0-0.016-0.016 0 0v0zM26.406 12.297c3.031 0 5.594 2.266 5.594 5.359 0 3.297-2.625 5.719-5.875 5.719-8.297 0-9.828-12.484-17.984-12.484-3.156 0-5.453 2.016-5.453 5.25 0 3.344 2.5 5.359 5.734 5.359 2.125 0 4.547-0.891 6.266-2.125 0.281-0.203 0.844-0.812 1.141-0.812s0.547 0.25 0.547 0.547c0 0.391-0.656 0.953-0.938 1.203-2.047 1.781-5.016 3.063-7.734 3.063-4.172 0-7.703-2.953-7.703-7.25s3.375-7.453 7.641-7.453c9.266 0 11.125 12.297 18.094 12.297 2.094 0 3.672-1.359 3.672-3.5 0-1.984-1.531-3.484-3.5-3.484-0.875 0-1.75 0.578-2.344 0.578-0.422 0-0.797-0.359-0.797-0.781 0-0.578 0.266-1.188 0.266-1.813 0-3.328-2.547-5.734-5.844-5.734-2.656 0-4 1.844-4.438 1.844-0.313 0-0.562-0.25-0.562-0.562 0-0.281 0.203-0.516 0.391-0.719 1.266-1.437 3.234-2.188 5.141-2.188 3.969 0 6.953 2.922 6.953 6.891 0 0.344-0.016 0.688-0.063 1.031 0.594-0.156 1.203-0.234 1.797-0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-plus\" viewBox=\"0 0 26 28\">\n<title>cart-plus</title>\n<path d=\"M19 11c0-0.547-0.453-1-1-1h-2v-2c0-0.547-0.453-1-1-1s-1 0.453-1 1v2h-2c-0.547 0-1 0.453-1 1s0.453 1 1 1h2v2c0 0.547 0.453 1 1 1s1-0.453 1-1v-2h2c0.547 0 1-0.453 1-1zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-arrow-down\" viewBox=\"0 0 26 28\">\n<title>cart-arrow-down</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-0.266 0-0.516 0.109-0.703 0.297l-2.297 2.281v-4.578c0-0.547-0.453-1-1-1s-1 0.453-1 1v4.578l-2.297-2.281c-0.187-0.187-0.438-0.297-0.703-0.297-0.547 0-1 0.453-1 1 0 0.266 0.109 0.516 0.297 0.703l4 4c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l4-4c0.187-0.187 0.297-0.438 0.297-0.703zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-diamond\" viewBox=\"0 0 32 28\">\n<title>diamond</title>\n<path d=\"M3.313 12l9.734 10.391-4.688-10.391h-5.047zM16 24.063l5.453-12.063h-10.906zM8.406 10l3.187-6h-4.094l-4.5 6h5.406zM18.953 22.391l9.734-10.391h-5.047zM10.672 10h10.656l-3.187-6h-4.281zM23.594 10h5.406l-4.5-6h-4.094zM25.797 2.406l6 8c0.297 0.375 0.266 0.922-0.063 1.281l-15 16c-0.187 0.203-0.453 0.313-0.734 0.313s-0.547-0.109-0.734-0.313l-15-16c-0.328-0.359-0.359-0.906-0.063-1.281l6-8c0.187-0.266 0.484-0.406 0.797-0.406h18c0.313 0 0.609 0.141 0.797 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ship\" viewBox=\"0 0 32 28\">\n<title>ship</title>\n<path d=\"M28.297 24.297c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297zM3.703 23.703c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1-1v-4.578l-3.281-4.906c-0.359-0.547-0.109-1.297 0.516-1.516l2.766-0.906v-4.672h2v-2h4v-2h4v2h4v2h2v4.672l2.766 0.906c0.625 0.219 0.875 0.969 0.516 1.516l-3.281 4.906v4.578l0.297-0.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297zM10 6v2l6-2 6 2v-2h-2v-2h-8v2h-2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-secret\" viewBox=\"0 0 22 28\">\n<title>user-secret</title>\n<path d=\"M9 24l1.5-7-1.5-2-2-1zM13 24l2-10-2 1-1.5 2zM15.5 8.219c-0.016-0.031-0.031-0.063-0.063-0.094-0.141-0.109-1.266-0.125-1.5-0.125-0.891 0-1.734 0.125-2.609 0.297-0.109 0.031-0.219 0.031-0.328 0.031s-0.219 0-0.328-0.031c-0.875-0.172-1.719-0.297-2.609-0.297-0.234 0-1.359 0.016-1.5 0.125-0.031 0.031-0.047 0.063-0.063 0.094 0.016 0.141 0.031 0.281 0.063 0.422 0.094 0.125 0.172 0.078 0.234 0.266 0.406 1.109 0.594 1.969 2 1.969 2.016 0 1.453-1.859 2.109-1.859h0.187c0.656 0 0.094 1.859 2.109 1.859 1.406 0 1.594-0.859 2-1.969 0.063-0.187 0.141-0.141 0.234-0.266 0.031-0.141 0.047-0.281 0.063-0.422zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-2.828 0.5-7.109 3.406-8.516l-1.406-3.437h3.344c-0.219-0.641-0.344-1.313-0.344-2 0-0.172 0.016-0.344 0.031-0.5-0.609-0.125-3.031-0.625-3.031-1.5 0-0.922 2.656-1.422 3.281-1.547 0.328-1.172 1.109-2.953 1.906-3.875 0.313-0.359 0.703-0.578 1.188-0.578 0.938 0 1.687 0.969 2.625 0.969s1.687-0.969 2.625-0.969c0.484 0 0.875 0.219 1.188 0.578 0.797 0.922 1.578 2.703 1.906 3.875 0.625 0.125 3.281 0.625 3.281 1.547 0 0.875-2.422 1.375-3.031 1.5 0.078 0.844-0.031 1.687-0.313 2.5h3.344l-1.281 3.516c2.797 1.453 3.281 5.656 3.281 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-motorcycle\" viewBox=\"0 0 36 28\">\n<title>motorcycle</title>\n<path d=\"M35.953 16.188c0.5 4.391-3.078 8.078-7.438 7.797-3.344-0.219-6.125-2.891-6.469-6.234-0.25-2.375 0.688-4.516 2.281-5.953l-1.109-1.672c-1.969 1.641-3.219 4.094-3.219 6.844 0 0.562-0.438 1.031-1 1.031h-5.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c0.828 0 1.625 0.156 2.375 0.422l0.375-0.703c-1.203-1.078-2.781-1.719-4.75-1.719h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h2c3.5 0 5.281 1.437 6 2h9.797l-1.328-2h-3.469c-0.609 0-1.094-0.547-0.984-1.172 0.078-0.484 0.547-0.828 1.031-0.828h3.953c0.328 0 0.641 0.172 0.828 0.438l1.094 1.641 1.781-1.781c0.187-0.187 0.453-0.297 0.719-0.297h1.578c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-2.797l1.797 2.688c1.266-0.609 2.734-0.859 4.297-0.562 2.984 0.547 5.313 3.047 5.656 6.062zM7 22c2.422 0 4.438-1.719 4.906-4h-4.906c-0.344 0-0.672-0.187-0.859-0.484-0.172-0.297-0.187-0.672-0.016-0.984l2.297-4.328c-0.453-0.125-0.922-0.203-1.422-0.203-2.75 0-5 2.25-5 5s2.25 5 5 5zM29 22c2.75 0 5-2.25 5-5s-2.25-5-5-5c-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-street-view\" viewBox=\"0 0 22 28\">\n<title>street-view</title>\n<path d=\"M22 24c0 2.75-5.703 4-11 4s-11-1.25-11-4c0-2.125 3.172-3.125 5.828-3.578 0.547-0.094 1.062 0.266 1.156 0.812s-0.266 1.062-0.812 1.156c-3.219 0.562-4.125 1.437-4.172 1.625 0.156 0.531 3.156 1.984 9 1.984s8.844-1.453 9-2.016c-0.047-0.156-0.953-1.031-4.172-1.594-0.547-0.094-0.906-0.609-0.812-1.156s0.609-0.906 1.156-0.812c2.656 0.453 5.828 1.453 5.828 3.578zM16 10v6c0 0.547-0.453 1-1 1h-1v6c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-6h-1c-0.547 0-1-0.453-1-1v-6c0-1.109 0.891-2 2-2h6c1.109 0 2 0.891 2 2zM14.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heartbeat\" viewBox=\"0 0 28 28\">\n<title>heartbeat</title>\n<path d=\"M20 16h4.766c-0.187 0.203-0.313 0.313-0.344 0.344l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.031-0.016-0.156-0.125-0.328-0.313h5.766c0.453 0 0.859-0.313 0.969-0.75l1.094-4.391 2.969 10.422c0.125 0.422 0.516 0.719 0.969 0.719v0c0.438 0 0.828-0.297 0.953-0.719l2.281-7.578 0.875 1.75c0.172 0.328 0.516 0.547 0.891 0.547zM28 9.312c0 1.797-0.781 3.437-1.609 4.688h-5.766l-1.734-3.453c-0.172-0.359-0.578-0.578-0.969-0.547-0.422 0.047-0.766 0.313-0.875 0.719l-2.016 6.719-3.063-10.719c-0.125-0.422-0.516-0.719-0.984-0.719-0.453 0-0.844 0.313-0.953 0.75l-1.813 7.25h-6.609c-0.828-1.25-1.609-2.891-1.609-4.688 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus\" viewBox=\"0 0 18 28\">\n<title>venus</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.25 3.719-7.734 7.938-8.203 5.437-0.609 10.031 3.625 10.031 8.937zM2 9c0 3.859 3.141 7 7 7s7-3.141 7-7-3.141-7-7-7-7 3.141-7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars\" viewBox=\"0 0 24 28\">\n<title>mars</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-5.969 5.984c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l5.969-5.969h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mercury\" viewBox=\"0 0 18 28\">\n<title>mercury</title>\n<path d=\"M12.969 4.937c2.969 1.469 5.031 4.531 5.031 8.062 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-3.531 2.063-6.594 5.031-8.062-1.641-0.953-2.922-2.453-3.563-4.266-0.125-0.328 0.125-0.672 0.469-0.672h1.078c0.203 0 0.375 0.125 0.453 0.313 0.906 2.172 3.047 3.687 5.531 3.687s4.625-1.516 5.531-3.687c0.078-0.187 0.25-0.313 0.578-0.313h0.953c0.344 0 0.594 0.344 0.469 0.672-0.641 1.813-1.922 3.313-3.563 4.266zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-intersex\" viewBox=\"0 0 22 28\">\n<title>intersex</title>\n<path d=\"M16 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.719-0.516-8.359-4.719-7.969-9.656 0.328-4.25 3.703-7.734 7.922-8.219 2.531-0.297 4.875 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-transgender-alt\" viewBox=\"0 0 26 28\">\n<title>transgender-alt</title>\n<path d=\"M20 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-2.125 0.75-4.078 1.969-5.609l-0.812-0.828-1.578 1.734c-0.187 0.203-0.5 0.219-0.703 0.047l-0.75-0.688c-0.203-0.172-0.219-0.5-0.031-0.703l1.641-1.797-1.734-1.75v2.094c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.5c0-0.547 0.453-1 1-1h4.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.078l1.656 1.672 1.344-1.469c0.187-0.203 0.5-0.219 0.703-0.047l0.75 0.688c0.203 0.172 0.219 0.5 0.031 0.703l-1.406 1.547 0.891 0.875c1.531-1.219 3.484-1.969 5.609-1.969s4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM13 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-double\" viewBox=\"0 0 28 28\">\n<title>venus-double</title>\n<path d=\"M27.969 8.266c0.391 4.953-3.234 9.156-7.969 9.672v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-8v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.297 3.797-7.812 8.078-8.219 2.188-0.219 4.234 0.359 5.891 1.469 1.656-1.109 3.703-1.687 5.891-1.469 4.281 0.406 7.734 3.922 8.078 8.219zM14 13.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM9 16c1.234 0 2.391-0.328 3.406-0.891-1.5-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1.016-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7s3.141 7 7 7zM18 22v-4.062c-1.469-0.156-2.828-0.688-4-1.469-1.172 0.781-2.531 1.313-4 1.469v4.062h8zM19 16c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.391 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.906 4.5-2.406 6.109c1.016 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-double\" viewBox=\"0 0 30 28\">\n<title>mars-double</title>\n<path d=\"M24 6.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.797-3.75 6.781-7.562 7.313-4.469 0.625-8.422-2.047-9.781-5.938-4.937-0.25-8.828-4.5-8.5-9.578 0.281-4.281 3.672-7.844 7.938-8.328 2.516-0.297 4.859 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c0.625 0.781 1.109 1.672 1.453 2.641 1.937 0.094 3.703 0.812 5.125 1.937l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM16 13c0-0.313-0.031-0.609-0.063-0.906-3.359 0.516-5.938 3.406-5.938 6.906 0 0.313 0.031 0.609 0.063 0.906 3.359-0.516 5.938-3.406 5.938-6.906zM2 13c0 3.531 2.641 6.453 6.047 6.922-0.031-0.297-0.047-0.609-0.047-0.922 0-4.406 3.187-8.078 7.391-8.844-1.094-2.453-3.547-4.156-6.391-4.156-3.859 0-7 3.141-7 7zM17 26c3.859 0 7-3.141 7-7 0-3.531-2.641-6.453-6.047-6.922 0.031 0.297 0.047 0.609 0.047 0.922 0 4.406-3.187 8.078-7.391 8.844 1.094 2.453 3.547 4.156 6.391 4.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-mars\" viewBox=\"0 0 31 28\">\n<title>venus-mars</title>\n<path d=\"M26 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.75-3.703 6.734-7.469 7.297-2.375 0.359-4.609-0.219-6.391-1.406-1.172 0.781-2.531 1.297-4 1.453v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.906-0.547-8.641-5.047-7.906-10.219 0.531-3.891 3.625-7.016 7.5-7.609 2.391-0.359 4.625 0.219 6.406 1.406 1.437-0.953 3.156-1.516 5-1.516 2.125 0 4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM14 17.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM2 13c0 3.859 3.141 7 7 7 1.234 0 2.406-0.328 3.406-0.891-1.484-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7zM19 20c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.406 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.922 4.5-2.406 6.109c1 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke\" viewBox=\"0 0 24 28\">\n<title>mars-stroke</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-3.328 3.344 2.188 2.188c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.188-2.203-1.219 1.234c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l1.219-1.219-2.688-2.688c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.688 2.688 3.328-3.328h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-v\" viewBox=\"0 0 18 28\">\n<title>mars-stroke-v</title>\n<path d=\"M10 10.063c4.5 0.5 8 4.312 8 8.937 0 5.313-4.594 9.547-10.031 8.937-4.219-0.469-7.594-3.953-7.938-8.203-0.391-4.953 3.234-9.156 7.969-9.672v-2.063h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.5v-2.578l-1.437 1.437c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l3.156-3.141c0.391-0.391 1.016-0.391 1.406 0l3.156 3.141c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-1.437-1.437v2.578h2.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.5v2.063zM9 26c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-h\" viewBox=\"0 0 30 28\">\n<title>mars-stroke-h</title>\n<path d=\"M29.703 14.297c0.391 0.391 0.391 1.016 0 1.406l-4.594 4.594c-0.187 0.203-0.516 0.203-0.703 0l-0.703-0.703c-0.203-0.187-0.203-0.516 0-0.703l2.891-2.891h-4.594v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-2.063c-0.5 4.5-4.312 8-8.937 8-5.313 0-9.547-4.594-8.937-10.031 0.469-4.219 3.953-7.594 8.203-7.938 4.953-0.391 9.156 3.234 9.672 7.969h2.063v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5h4.594l-2.891-2.891c-0.203-0.187-0.203-0.516 0-0.703l0.703-0.703c0.187-0.203 0.516-0.203 0.703 0zM9 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-neuter\" viewBox=\"0 0 18 28\">\n<title>neuter</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v9.562c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9.562c-4.5-0.5-8-4.312-8-8.937 0-4.969 4.031-9 9-9s9 4.031 9 9zM9 16c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-genderless\" viewBox=\"0 0 18 28\">\n<title>genderless</title>\n<path d=\"M16 15c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM18 15c0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9 9 4.031 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-official\" viewBox=\"0 0 24 28\">\n<title>facebook-official</title>\n<path d=\"M22.672 2c0.734 0 1.328 0.594 1.328 1.328v21.344c0 0.734-0.594 1.328-1.328 1.328h-6.109v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-11.484c-0.734 0-1.328-0.594-1.328-1.328v-21.344c0-0.734 0.594-1.328 1.328-1.328h21.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-p\" viewBox=\"0 0 20 28\">\n<title>pinterest-p</title>\n<path d=\"M0 9.328c0-5.766 5.281-9.328 10.625-9.328 4.906 0 9.375 3.375 9.375 8.547 0 4.859-2.484 10.25-8.016 10.25-1.313 0-2.969-0.656-3.609-1.875-1.188 4.703-1.094 5.406-3.719 9l-0.219 0.078-0.141-0.156c-0.094-0.984-0.234-1.953-0.234-2.938 0-3.187 1.469-7.797 2.188-10.891-0.391-0.797-0.5-1.766-0.5-2.641 0-1.578 1.094-3.578 2.875-3.578 1.313 0 2.016 1 2.016 2.234 0 2.031-1.375 3.938-1.375 5.906 0 1.344 1.109 2.281 2.406 2.281 3.594 0 4.703-5.187 4.703-7.953 0-3.703-2.625-5.719-6.172-5.719-4.125 0-7.313 2.969-7.313 7.156 0 2.016 1.234 3.047 1.234 3.531 0 0.406-0.297 1.844-0.812 1.844-0.078 0-0.187-0.031-0.266-0.047-2.234-0.672-3.047-3.656-3.047-5.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-whatsapp\" viewBox=\"0 0 24 28\">\n<title>whatsapp</title>\n<path d=\"M15.391 15.219c0.266 0 2.812 1.328 2.922 1.516 0.031 0.078 0.031 0.172 0.031 0.234 0 0.391-0.125 0.828-0.266 1.188-0.359 0.875-1.813 1.437-2.703 1.437-0.75 0-2.297-0.656-2.969-0.969-2.234-1.016-3.625-2.75-4.969-4.734-0.594-0.875-1.125-1.953-1.109-3.031v-0.125c0.031-1.031 0.406-1.766 1.156-2.469 0.234-0.219 0.484-0.344 0.812-0.344 0.187 0 0.375 0.047 0.578 0.047 0.422 0 0.5 0.125 0.656 0.531 0.109 0.266 0.906 2.391 0.906 2.547 0 0.594-1.078 1.266-1.078 1.625 0 0.078 0.031 0.156 0.078 0.234 0.344 0.734 1 1.578 1.594 2.141 0.719 0.688 1.484 1.141 2.359 1.578 0.109 0.063 0.219 0.109 0.344 0.109 0.469 0 1.25-1.516 1.656-1.516zM12.219 23.5c5.406 0 9.812-4.406 9.812-9.812s-4.406-9.812-9.812-9.812-9.812 4.406-9.812 9.812c0 2.063 0.656 4.078 1.875 5.75l-1.234 3.641 3.781-1.203c1.594 1.047 3.484 1.625 5.391 1.625zM12.219 1.906c6.5 0 11.781 5.281 11.781 11.781s-5.281 11.781-11.781 11.781c-1.984 0-3.953-0.5-5.703-1.469l-6.516 2.094 2.125-6.328c-1.109-1.828-1.687-3.938-1.687-6.078 0-6.5 5.281-11.781 11.781-11.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-server\" viewBox=\"0 0 28 28\">\n<title>server</title>\n<path d=\"M2 22h16v-2h-16v2zM2 14h16v-2h-16v2zM26.5 21c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM2 6h16v-2h-16v2zM26.5 13c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM28 18v6h-28v-6h28zM28 10v6h-28v-6h28zM28 2v6h-28v-6h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-plus\" viewBox=\"0 0 32 28\">\n<title>user-plus</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM26 16h5.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v5.5c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-5.5h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-5.5c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5v5.5zM14.5 19.5c0 1.094 0.906 2 2 2h4v3.719c-0.766 0.562-1.734 0.781-2.672 0.781h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.531 1.172 3.016 1.906 4.984 1.906s3.453-0.734 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 1.328 0 2.5 0.5 3.391 1.5h-3.484c-1.094 0-2 0.906-2 2v3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-times\" viewBox=\"0 0 32 28\">\n<title>user-times</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM27.828 19l3.891 3.891c0.094 0.094 0.141 0.219 0.141 0.359 0 0.125-0.047 0.25-0.141 0.344l-2.125 2.125c-0.094 0.094-0.219 0.141-0.344 0.141-0.141 0-0.266-0.047-0.359-0.141l-3.891-3.891-3.891 3.891c-0.094 0.094-0.219 0.141-0.359 0.141-0.125 0-0.25-0.047-0.344-0.141l-2.125-2.125c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l3.891-3.891-3.891-3.891c-0.094-0.094-0.141-0.219-0.141-0.359 0-0.125 0.047-0.25 0.141-0.344l2.125-2.125c0.094-0.094 0.219-0.141 0.344-0.141 0.141 0 0.266 0.047 0.359 0.141l3.891 3.891 3.891-3.891c0.094-0.094 0.219-0.141 0.359-0.141 0.125 0 0.25 0.047 0.344 0.141l2.125 2.125c0.094 0.094 0.141 0.219 0.141 0.344 0 0.141-0.047 0.266-0.141 0.359zM20.047 19l-2.828 2.828c-0.375 0.375-0.578 0.891-0.578 1.422 0 0.516 0.203 1.031 0.578 1.406l1.297 1.297c-0.219 0.031-0.453 0.047-0.688 0.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.5 1.188 3.031 1.906 4.984 1.906s3.484-0.719 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 0.297 0 0.594 0.031 0.891 0.094-0.516 0.5-0.844 0.906-0.844 1.656 0 0.531 0.203 1.047 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bed\" viewBox=\"0 0 32 28\">\n<title>bed</title>\n<path d=\"M4 16h27c0.547 0 1 0.453 1 1v7h-4v-4h-24v4h-4v-19c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v11zM13 11c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM32 15v-1c0-3.313-2.688-6-6-6h-11c-0.547 0-1 0.453-1 1v6h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viacoin\" viewBox=\"0 0 24 28\">\n<title>viacoin</title>\n<path d=\"M24 0l-3 7h3v3h-4.281l-0.859 2h5.141v3h-6.422l-5.578 13-5.578-13h-6.422v-3h5.141l-0.859-2h-4.281v-3h3l-3-7h4l5.047 12h5.906l5.047-12h4zM12 19l1.687-4h-3.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-train\" viewBox=\"0 0 24 28\">\n<title>train</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM12 21c1.656 0 3-1.344 3-3s-1.344-3-3-3-3 1.344-3 3 1.344 3 3 3zM21 12v-8h-18v8h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subway\" viewBox=\"0 0 24 28\">\n<title>subway</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM4.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM11 12v-8h-8.5v8h8.5zM19.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM22 12v-8h-9v8h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medium\" viewBox=\"0 0 28 28\">\n<title>medium</title>\n<path d=\"M9.328 6.578v18.328c0 0.484-0.234 0.938-0.766 0.938-0.187 0-0.359-0.047-0.516-0.125l-7.266-3.641c-0.438-0.219-0.781-0.781-0.781-1.25v-17.813c0-0.391 0.187-0.75 0.609-0.75 0.25 0 0.469 0.125 0.688 0.234l7.984 4c0.016 0.016 0.047 0.063 0.047 0.078zM10.328 8.156l8.344 13.531-8.344-4.156v-9.375zM28 8.437v16.469c0 0.516-0.297 0.875-0.812 0.875-0.266 0-0.516-0.078-0.734-0.203l-6.891-3.437zM27.953 6.563c0 0.063-8.078 13.172-8.703 14.172l-6.094-9.906 5.063-8.234c0.172-0.281 0.484-0.438 0.812-0.438 0.141 0 0.281 0.031 0.406 0.094l8.453 4.219c0.031 0.016 0.063 0.047 0.063 0.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-y-combinator\" viewBox=\"0 0 24 28\">\n<title>y-combinator</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 2v24h-24v-24h24z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-optin-monster\" viewBox=\"0 0 36 28\">\n<title>optin-monster</title>\n<path d=\"M7.469 26.172c-0.156 0.328-0.609 0.781-1 0.938-0.547 0.187-1.219-0.172-1.25-0.547-0.031-0.484 1.172-1.359 1.687-1.453 0.5-0.094 0.734 0.656 0.562 1.062zM28.422 26.172c0.141 0.328 0.594 0.781 1 0.938 0.531 0.187 1.219-0.172 1.234-0.547 0.047-0.484-1.172-1.359-1.687-1.453-0.484-0.094-0.719 0.656-0.547 1.062zM29.172 24.469c0.281 0.562 1.391 1.391 2.094 1.578 0.953 0.266 1.859-0.187 1.859-0.859 0-1.031-1.953-2.406-2.859-2.5-0.859-0.109-1.422 1.109-1.094 1.781zM6.687 24.469c-0.281 0.562-1.375 1.391-2.078 1.578-0.953 0.266-1.859-0.187-1.859-0.859 0-1.031 1.953-2.406 2.859-2.5 0.859-0.109 1.422 1.109 1.078 1.781zM18.094 6.906h0.016c-0.422 0-0.828 0.078-1.188 0.234 0.547 0.172 0.953 0.672 0.953 1.25 0 0.734-0.641 1.328-1.437 1.328-0.531 0-1-0.281-1.25-0.672-0.047 0.219-0.078 0.422-0.078 0.656 0 1.547 1.328 2.797 2.984 2.797s3-1.25 3-2.797-1.344-2.797-3-2.797zM22.844 3.5c-2.063-2.266-4.703-2.766-7.281-1.359 1.453-3.25 7.063-2.812 7.281 1.359zM34.563 22.859c0.078 0.109-0.016 0.391-0.172 0.656 0.063 0.203 0.109 0.406 0.109 0.625 0.047 1.828-2.562 3.703-4.25 3.766-1 0.047-2-0.484-2.469-1.359-6.563 0.234-13.125 0.281-19.672 0-0.484 0.875-1.484 1.391-2.484 1.359-1.672-0.063-4.281-1.937-4.25-3.766 0.016-0.219 0.047-0.422 0.109-0.625-0.156-0.266-0.25-0.547-0.172-0.656 0.063-0.094 0.266-0.094 0.484-0.016 0.187-0.297 0.406-0.547 0.641-0.797-0.063-0.266-0.063-0.5 0.031-0.594 0.109-0.094 0.359-0.063 0.609 0.063 0.266-0.187 0.578-0.375 0.922-0.531 0-0.281 0.078-0.5 0.203-0.578 0.187-0.094 0.516-0.031 0.797 0.25 0.328-0.047 0.656-0.047 0.953 0.031 0.203 0.047 0.406 0.156 0.594 0.297v-1.141c-0.094 0-0.172 0-0.281-0.031-1.016-0.187-2.125-0.891-2.375-2.063-0.094-0.391-0.094-0.812 0-1.266 0.187-0.781 0.859-1.234 1.453-1.484 0.047-0.344 0.469-0.812 0.859-0.922 0.438-0.109 0.719 0.266 0.812 0.594h0.203c0.281 0.031 0.734 0.094 0.938 0.359 0.031 0.031 0.063 0.078 0.078 0.109 0.313-0.031 0.641-0.078 0.953-0.109-0.141-0.109-0.297-0.203-0.469-0.266-0.297-0.516-0.797-0.641-1.422-0.672 0-0.047 0-0.094 0.016-0.156-1.141-0.031-2.547-0.328-3.172-1.031-0.719-0.797-0.844-2.156-0.703-3.187 0.125-1.016 0.547-2.188 1.406-2.797 0.484-0.328 1.25-0.047 1.313 0.562 0.031 0.266 0.078 1.172 0.328 1.313 0.281 0.141 0.734 0.203 1.188 0.187 0.469-0.453 0.969-0.844 1.531-1.156-0.859-0.078-1.672 0.094-2.531 0.219l0.734-0.719c0.719-0.688 1.672-1.281 2.547-1.734 1.359-0.688 2.891-1.203 4.406-1.344-1.078-0.453-2.312-0.688-3.453-0.953 4.422-0.938 10.094-1.281 14.125 2.172 1.047 0.891 1.875 2.094 2.469 3.469 0.641 0.078 1.453 0.094 1.891-0.141h0.016c0.25-0.141 0.297-1.031 0.328-1.313 0.063-0.594 0.828-0.891 1.313-0.547 0.859 0.609 1.281 1.781 1.422 2.781 0.125 1.031 0.016 2.391-0.719 3.187-0.625 0.703-1.984 1.016-3.109 1.047v0.156c-0.641 0.016-1.172 0.141-1.484 0.672-0.172 0.063-0.328 0.156-0.484 0.266 0.328 0.031 0.656 0.078 0.969 0.109 0.016-0.047 0.047-0.094 0.078-0.125 0.219-0.25 0.672-0.328 0.938-0.359h0.203c0.094-0.313 0.391-0.688 0.812-0.594s0.812 0.578 0.859 0.922c0.625 0.25 1.281 0.703 1.453 1.484 0.109 0.469 0.094 0.875 0.016 1.266-0.266 1.172-1.375 1.891-2.391 2.063-0.078 0.016-0.187 0.031-0.266 0.031 0 0.391 0 0.766-0.016 1.141 0.187-0.141 0.375-0.25 0.594-0.297 0.297-0.078 0.625-0.078 0.953-0.031 0.281-0.281 0.625-0.344 0.797-0.25 0.125 0.078 0.219 0.297 0.219 0.578 0.328 0.156 0.656 0.344 0.922 0.531 0.25-0.125 0.484-0.156 0.594-0.063 0.094 0.094 0.109 0.328 0.031 0.594 0.234 0.25 0.469 0.516 0.641 0.797 0.219-0.078 0.406-0.078 0.484 0.016zM30.266 7.984c0 0.359-0.078 0.672-0.141 0.844 1 0.391 1.516 1.281 1.75 2.063 0.063-0.609-0.156-2.281-0.797-2.953-0.422-0.422-0.812-0.297-0.812 0.047zM29.047 9.547v0c0.75 0.906 0.984 2.406 0.734 3.641 0.625-0.125 1.188-0.359 1.516-0.703 0.109-0.125 0.219-0.281 0.281-0.438-0.063-1.234-0.594-2.469-1.719-2.828-0.187 0.187-0.531 0.281-0.812 0.328v0zM28.469 9.609c-0.219 0-0.469 0-0.688-0.016 0.438 1.188 0.719 2.469 0.828 3.734 0.203 0 0.438-0.016 0.672-0.047 0.344-1.406-0.016-2.984-0.812-3.672zM4.031 10.891c0.234-0.781 0.75-1.672 1.75-2.063-0.063-0.172-0.141-0.484-0.141-0.844 0-0.344-0.406-0.469-0.812-0.047-0.656 0.672-0.859 2.344-0.797 2.953zM4.594 12.484c0.328 0.359 0.891 0.578 1.516 0.703-0.25-1.234-0.016-2.734 0.734-3.641v0 0 0c-0.281-0.047-0.625-0.141-0.812-0.328-1.125 0.359-1.641 1.594-1.719 2.828 0.078 0.156 0.172 0.313 0.281 0.438zM7.359 13.328c0.141-1.281 0.531-2.531 1.141-3.672-0.297 0.063-0.578 0.172-0.859 0.281l-0.703 0.297v-0.016c-0.422 0.812-0.578 1.984-0.313 3.063 0.266 0.031 0.5 0.047 0.734 0.047zM22.406 13.937v0c0.203 1.031 0.281 2.063 0.438 3.094 0.063 0.359 0.172 0.438 0.516 0.266 0.922-0.469 1.313-2.266 1.328-3.297-0.75-0.047-1.516-0.047-2.281-0.063zM18 3.922c-2.422 0-4.406 1.969-4.406 4.391 0 2.438 1.984 4.406 4.406 4.406s4.406-1.969 4.406-4.406c0-2.422-1.984-4.391-4.406-4.391zM21.562 13.906c-1.094-0.016-2.203-0.016-3.297 0v-0.016c-0.016 0.297 0.016 2.203 0.25 2.375 0.641 0.313 2.281 0.266 2.953 0.063 0.313-0.094 0.141-2.141 0.094-2.422zM17.375 17.016c0.266-0.141 0.141-2.625 0.078-3.109v-0.016c-1.125 0.016-2.234 0.016-3.344 0.047-0.109 0.531-0.266 2.828 0.109 2.984 0.75 0.328 2.406 0.297 3.156 0.094zM11.219 14.063c-0.313 1.141 0.016 2.609 1.281 3.172 0.313 0.141 0.5 0.141 0.562-0.25 0.109-0.5 0.141-2.125 0.281-3.016v0c-0.703 0.016-1.422 0.047-2.125 0.094zM9.234 16.031c0.031 0.281-0.219 0.453-0.531 0.562 2.531 2.719 5.359 4.953 9.016 6.156 3.906-1.109 6.687-3.469 9.438-6.188-0.281-0.109-0.5-0.297-0.469-0.531 0.016-0.063 0.031-0.094 0.047-0.141v0 0c-0.516-0.047-1.031-0.109-1.531-0.156-0.547 1.906-2.078 3.063-2.703 1.828-0.156-0.297-0.203-0.672-0.266-0.969-0.219 0.484-0.766 0.469-1.422 0.516-0.766 0.063-1.828 0.078-2.547-0.172-0.172 0.75-0.641 0.75-1.547 0.828-0.812 0.078-2.812 0.234-3.172-0.625-0.063 1.656-2.031 0.578-2.609-0.406-0.187-0.328-0.313-0.656-0.406-1.016-0.453 0.047-0.906 0.094-1.359 0.156 0.031 0.047 0.047 0.109 0.063 0.156zM7.922 25.844c0.031-0.141 0.047-0.297 0.047-0.469-0.328-1.344-1.078-2.875-1.937-3.125-1.297-0.391-3.984 1.359-3.828 3.156 0.734 1.125 2.312 2.063 3.422 2.109 1.031 0.047 2.078-0.641 2.297-1.672zM7.969 23.172c0.187 0.516 0.375 1.203 0.422 1.859 1.937-1.125 4-2.063 6.125-2.719-2.234-1.188-3.938-2.766-5.625-4.453-0.125 0.078-0.297 0.141-0.453 0.203-0.016 0.047-0.016 0.094-0.031 0.141 0.266 0.156 0.453 0.344 0.344 0.578-0.125 0.234-0.5 0.438-0.875 0.531-0.125 0.156-0.297 0.281-0.453 0.375h-0.016c-0.016 0.781-0.016 1.563 0.016 2.344 0.219 0.391 0.406 0.797 0.547 1.141zM9.047 25.766c5.969 0.234 11.937 0.203 17.891 0-2.125-1.234-4.281-2.391-6.687-3.063-0.797 0.359-1.609 0.656-2.438 0.891-0.125 0.047-0.125 0.047-0.25 0-0.688-0.219-1.344-0.469-2.016-0.766-2.328 0.672-4.469 1.687-6.5 2.938h-0.016v0.016c0.016 0 0.016 0 0.016-0.016zM27.547 25.047c0.047-0.656 0.25-1.359 0.438-1.875 0.125-0.344 0.297-0.734 0.516-1.109l-0.016 0.016c0.031-0.797 0.047-1.594 0.047-2.391-0.172-0.094-0.328-0.234-0.469-0.391-0.375-0.078-0.75-0.297-0.875-0.516-0.109-0.234 0.078-0.438 0.344-0.594-0.016-0.031-0.031-0.094-0.031-0.141-0.172-0.047-0.313-0.109-0.438-0.187-1.828 1.703-3.781 3.281-5.984 4.438 2.25 0.672 4.391 1.625 6.469 2.75zM33.672 25.406c0.172-1.797-2.516-3.547-3.828-3.156-0.844 0.25-1.609 1.781-1.937 3.125 0 0.172 0.016 0.328 0.047 0.469 0.219 1.031 1.266 1.719 2.297 1.672 1.109-0.047 2.688-0.984 3.422-2.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opencart\" viewBox=\"0 0 43 28\">\n<title>opencart</title>\n<path d=\"M23.812 24.391c0 1.422-1.141 2.562-2.562 2.562s-2.578-1.141-2.578-2.562 1.156-2.578 2.578-2.578 2.562 1.156 2.562 2.578zM12.109 24.391c0 1.422-1.156 2.562-2.578 2.562s-2.562-1.141-2.562-2.562 1.141-2.578 2.562-2.578 2.578 1.156 2.578 2.578zM0 1.047c4.609 4.859 8.937 5.578 25.937 5.578s9.531 3.781-0.969 13.156c3.328-5.781 14.766-10.906-3.984-10.625-17.984 0.266-19.047-5.203-20.984-8.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expeditedssl\" viewBox=\"0 0 28 28\">\n<title>expeditedssl</title>\n<path d=\"M14 1c-7.172 0-13 5.828-13 13s5.828 13 13 13 13-5.828 13-13-5.828-13-13-13zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM7.75 13c0.141 0 0.25 0.109 0.25 0.25v7.5c0 0.141-0.109 0.25-0.25 0.25h-0.5c-0.141 0-0.25-0.109-0.25-0.25v-7.5c0-0.141 0.109-0.25 0.25-0.25h0.5zM14 14c1.109 0 2 0.891 2 2 0 0.734-0.406 1.375-1 1.719v1.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2zM14 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM8.5 9.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-1.937 1.563-3.5 3.5-3.5s3.5 1.563 3.5 3.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5zM22 21v-8c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery\" viewBox=\"0 0 36 28\">\n<title>battery</title>\n<path d=\"M30 8v12h-26v-12h26zM32 17h2v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5zM36 11v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-3\" viewBox=\"0 0 36 28\">\n<title>battery-3</title>\n<path d=\"M4 20v-12h20v12h-20zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-2\" viewBox=\"0 0 36 28\">\n<title>battery-2</title>\n<path d=\"M4 20v-12h14v12h-14zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-1\" viewBox=\"0 0 36 28\">\n<title>battery-1</title>\n<path d=\"M4 20v-12h8v12h-8zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-0\" viewBox=\"0 0 36 28\">\n<title>battery-0</title>\n<path d=\"M34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mouse-pointer\" viewBox=\"0 0 18 28\">\n<title>mouse-pointer</title>\n<path d=\"M17.703 16.297c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-5.969l3.141 7.438c0.219 0.516-0.031 1.094-0.531 1.313l-2.766 1.172c-0.516 0.219-1.094-0.031-1.313-0.531l-2.984-7.063-4.875 4.875c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-23.5c0-0.406 0.25-0.766 0.625-0.922 0.109-0.047 0.25-0.078 0.375-0.078 0.266 0 0.516 0.094 0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-i-cursor\" viewBox=\"0 0 14 28\">\n<title>i-cursor</title>\n<path d=\"M13 2c-3.313 0-5 1.172-5 3.5v6.5h2v2h-2v8.5c0 2.328 1.687 3.5 5 3.5h1v2h-1c-2.812 0-4.875-0.812-6-2.281-1.125 1.469-3.187 2.281-6 2.281h-1v-2h1c3.313 0 5-1.172 5-3.5v-8.5h-2v-2h2v-6.5c0-2.328-1.687-3.5-5-3.5h-1v-2h1c2.812 0 4.875 0.812 6 2.281 1.125-1.469 3.187-2.281 6-2.281h1v2h-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-group\" viewBox=\"0 0 32 28\">\n<title>object-group</title>\n<path d=\"M32 6h-2v16h2v6h-6v-2h-20v2h-6v-6h2v-16h-2v-6h6v2h20v-2h6v6zM28 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 26v-2h-2v2h2zM26 24v-2h2v-16h-2v-2h-20v2h-2v16h2v2h20zM30 26v-2h-2v2h2zM20 10h6v12h-14v-4h-6v-12h14v4zM8 16h10v-8h-10v8zM24 20v-8h-4v6h-6v2h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-ungroup\" viewBox=\"0 0 36 28\">\n<title>object-ungroup</title>\n<path d=\"M36 12h-2v10h2v6h-6v-2h-14v2h-6v-6h2v-2h-6v2h-6v-6h2v-10h-2v-6h6v2h14v-2h6v6h-2v2h6v-2h6v6zM32 8v2h2v-2h-2zM22 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 20v-2h-2v2h2zM24 18h-2v2h2v-2zM6 18h14v-2h2v-10h-2v-2h-14v2h-2v10h2v2zM14 26v-2h-2v2h2zM34 26v-2h-2v2h2zM32 22v-10h-2v-2h-6v6h2v6h-6v-2h-6v2h2v2h14v-2h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note\" viewBox=\"0 0 24 28\">\n<title>sticky-note</title>\n<path d=\"M16 19.5v6.5h-14.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5v14.5h-6.5c-0.828 0-1.5 0.672-1.5 1.5zM18 20h5.953c-0.141 0.75-0.547 1.594-1.016 2.063l-2.875 2.875c-0.469 0.469-1.313 0.875-2.063 1.016v-5.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note-o\" viewBox=\"0 0 24 28\">\n<title>sticky-note-o</title>\n<path d=\"M21.875 20h-3.875v3.875c0.266-0.094 0.531-0.234 0.641-0.344l2.891-2.891c0.109-0.109 0.25-0.375 0.344-0.641zM17.5 18h4.5v-14h-20v20h14v-4.5c0-0.828 0.672-1.5 1.5-1.5zM24 3.5v16c0 0.828-0.484 1.984-1.062 2.562l-2.875 2.875c-0.578 0.578-1.734 1.062-2.562 1.062h-16c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-jcb\" viewBox=\"0 0 36 28\">\n<title>cc-jcb</title>\n<path d=\"M30.484 15.594c0 0.562-0.375 0.969-0.844 1.062-0.063 0.016-0.203 0.031-0.281 0.031h-2.391v-2.188h2.391c0.078 0 0.219 0.016 0.281 0.031 0.469 0.094 0.844 0.516 0.844 1.062zM30.203 12.266c0 0.547-0.375 0.906-0.828 0.984-0.047 0.016-0.156 0.016-0.234 0.016h-2.172v-2.016h2.172c0.078 0 0.187 0.016 0.234 0.016 0.453 0.078 0.828 0.453 0.828 1zM11.375 14.828v-4.813h-3.563v4.813c0 1.172-0.797 2.047-2.234 2.047-1.219 0-2.422-0.359-3.578-0.922v1.75c1.875 0.516 4.25 0.516 4.25 0.516 3.969 0 5.125-1.516 5.125-3.391zM22.531 17.703v-1.766c-0.812 0.422-1.844 0.828-3.125 0.922-2.25 0.172-3.594-0.922-3.594-2.859s1.344-3.031 3.594-2.859c1.281 0.094 2.297 0.484 3.125 0.906v-1.75c-1.672-0.422-3.25-0.484-3.25-0.484-5.5-0.25-7.063 1.922-7.063 4.188s1.563 4.438 7.063 4.188c0 0 1.578-0.063 3.25-0.484zM34 15.906c0-1.156-1.031-1.906-2.375-2v-0.047c1.219-0.172 1.891-0.969 1.891-1.891 0-1.188-0.984-1.875-2.312-1.937-0.094 0-0.266-0.016-0.406-0.016h-7.109v7.969h7.672c1.516 0 2.641-0.812 2.641-2.078zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-diners-club\" viewBox=\"0 0 36 28\">\n<title>cc-diners-club</title>\n<path d=\"M13.406 19.391v-10.828c-2.172 0.844-3.719 2.953-3.719 5.422s1.547 4.578 3.719 5.406zM21.281 13.984c0-2.469-1.547-4.578-3.719-5.422v10.844c2.172-0.844 3.719-2.953 3.719-5.422zM24.641 13.984c0 5.047-4.094 9.156-9.156 9.156-5.047 0-9.156-4.109-9.156-9.156 0-5.063 4.109-9.156 9.156-9.156 5.063 0 9.156 4.094 9.156 9.156zM30.625 14.094c0-5.969-4.984-10.094-10.453-10.094h-4.703c-5.531 0-10.094 4.125-10.094 10.094 0 5.453 4.562 9.906 10.094 9.906h4.703c5.469 0 10.453-4.453 10.453-9.906zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clone\" viewBox=\"0 0 28 28\">\n<title>clone</title>\n<path d=\"M26 25.5v-17c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5zM28 8.5v17c0 1.375-1.125 2.5-2.5 2.5h-17c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5zM22 2.5v2.5h-2v-2.5c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h2.5v2h-2.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-balance-scale\" viewBox=\"0 0 34 28\">\n<title>balance-scale</title>\n<path d=\"M27 7l-6 11h12zM7 7l-6 11h12zM19.828 4c-0.297 0.844-0.984 1.531-1.828 1.828v20.172h9.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-21c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9.5v-20.172c-0.844-0.297-1.531-0.984-1.828-1.828h-7.672c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h7.672c0.422-1.172 1.516-2 2.828-2s2.406 0.828 2.828 2h7.672c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-7.672zM17 4.25c0.688 0 1.25-0.562 1.25-1.25s-0.562-1.25-1.25-1.25-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25zM34 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484v0zM14 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-o\" viewBox=\"0 0 24 28\">\n<title>hourglass-o</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-3.156 1.188-6.344 5.359-6.344 11.062h16c0-5.703-3.187-9.875-6.344-11.062-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-1\" viewBox=\"0 0 24 28\">\n<title>hourglass-1</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 0.688 0.047 1.359 0.141 2h15.719c0.094-0.641 0.141-1.313 0.141-2zM20 26c0-5.609-3.094-9.75-6.203-11h-3.594c-3.109 1.25-6.203 5.391-6.203 11h16z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-2\" viewBox=\"0 0 24 28\">\n<title>hourglass-2</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 2.281 0.516 4.297 1.328 6h13.344c0.812-1.703 1.328-3.719 1.328-6zM19.109 21c-1.156-3.016-3.234-5.156-5.313-6h-3.594c-2.078 0.844-4.156 2.984-5.313 6h14.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-3\" viewBox=\"0 0 24 28\">\n<title>hourglass-3</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-1.344 0.5-2.703 1.563-3.813 3.063h10.938c-1.109-1.5-2.469-2.562-3.813-3.063-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass\" viewBox=\"0 0 24 28\">\n<title>hourglass</title>\n<path d=\"M23.5 25c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23zM2.031 24c0.297-5.266 4.594-8.094 7.469-10-2.875-1.906-7.172-4.734-7.469-10h19.938c-0.297 5.266-4.594 8.094-7.469 10 2.875 1.906 7.172 4.734 7.469 10h-19.938zM23.5 0c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-grab-o\" viewBox=\"0 0 24 28\">\n<title>hand-grab-o</title>\n<path d=\"M12 6c-1.109 0-2 0.891-2 2v2h-0.5v-1.453c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v6.703l-0.5-0.469v-2.688c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v3.5c0 0.484 0.203 0.938 0.547 1.281l4.844 4.625c0.453 0.453 0.609 0.969 0.609 1.594 0 0.547 0.453 1 1 1h10c0.547 0 1-0.453 1-1v-0.391c0-0.406 0.047-0.812 0.156-1.203l1.687-6.813c0.109-0.391 0.156-0.797 0.156-1.203v-3.844c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v0.5h-0.5v-1.953c0-0.828-0.562-1.594-1.391-1.766-0.109-0.016-0.234-0.031-0.359-0.031-0.969 0-1.75 0.781-1.75 1.75v2h-0.5v-1.906c0-1.047-0.75-1.969-1.797-2.078-0.078-0.016-0.141-0.016-0.203-0.016zM12 4c0.844 0 1.656 0.266 2.328 0.781 0.578-0.344 1.25-0.531 1.922-0.531 1.234 0 2.375 0.594 3.078 1.609 0.297-0.078 0.609-0.109 0.922-0.109 2.094 0 3.75 1.719 3.75 3.797v3.844c0 0.562-0.078 1.141-0.203 1.687l-1.703 6.813c-0.094 0.375-0.094 0.734-0.094 1.109 0 1.656-1.344 3-3 3h-10c-1.781 0-3-1.422-3-3.141l-4.813-4.625c-0.734-0.703-1.188-1.703-1.188-2.734v-3.5c0-2.063 1.687-3.75 3.75-3.75 0.094 0 0.172 0 0.25 0.016 0.125-1.984 1.781-3.516 3.75-3.516 0.531 0 1.047 0.109 1.531 0.328 0.734-0.703 1.703-1.078 2.719-1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-paper-o\" viewBox=\"0 0 26 28\">\n<title>hand-paper-o</title>\n<path d=\"M13.75 2c-0.969 0-1.75 0.781-1.75 1.75v10.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v12.25l-2.406-3.203c-0.375-0.5-0.969-0.797-1.594-0.797-1.109 0-2 0.906-2 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h10.75c0.719 0 1.344-0.516 1.484-1.219l1.188-6.328c0.047-0.297 0.078-0.609 0.078-0.922v-7.781c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v4.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v8.25h-0.5v-10.25c0-0.969-0.781-1.75-1.75-1.75zM13.75 0c1.406 0 2.703 0.797 3.344 2.063 0.219-0.047 0.438-0.063 0.656-0.063 2.063 0 3.75 1.687 3.75 3.75v0.266c2.172-0.125 4 1.547 4 3.734v7.781c0 0.438-0.047 0.875-0.125 1.297l-1.188 6.312c-0.297 1.656-1.75 2.859-3.437 2.859h-10.75c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.203 1.781-4 4-4 0.656 0 1.453 0.156 2 0.531v-6.781c0-2.063 1.687-3.75 3.75-3.75 0.219 0 0.438 0.016 0.656 0.063 0.641-1.266 1.937-2.063 3.344-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-scissors-o\" viewBox=\"0 0 28 28\">\n<title>hand-scissors-o</title>\n<path d=\"M16.766 26h-2.766c-1.625 0-2.859-0.703-3.531-2.203-0.234-0.5-0.359-1.047-0.359-1.594v-0.078c-1.281-0.625-2.109-1.937-2.109-3.375 0-0.172 0-0.594 0.078-0.75h-4.078c-2.203 0-4-1.797-4-4s1.797-4 4-4h1.766l-0.688-0.266c-1.547-0.578-2.578-2.078-2.578-3.734 0-2.203 1.797-4 4-4 0.484 0 0.969 0.094 1.422 0.266l9.812 3.734h6.266c2.203 0 4 1.797 4 4v10.437c0 1.844-1.25 3.437-3.031 3.875l-5.297 1.328c-0.938 0.234-1.922 0.359-2.906 0.359zM16 14.891l-2.422 1.109-2.547 1.156c-0.625 0.281-1.031 0.906-1.031 1.594 0 0.969 0.781 1.75 1.75 1.75 0.25 0 0.5-0.047 0.719-0.156l5.281-2.406c-1.016-0.219-1.75-1.141-1.75-2.188v-0.859zM21 19.75c0-0.969-0.781-1.75-1.75-1.75-0.25 0-0.5 0.047-0.719 0.156l-4.531 2.063c-0.938 0.422-1.891 0.797-1.891 1.984 0 1.031 0.719 1.781 1.766 1.781 0.187 0 0.438-0.063 0.594-0.141l5.5-2.5c0.625-0.281 1.031-0.906 1.031-1.594zM17.375 8l-10.156-3.875c-0.234-0.078-0.469-0.125-0.719-0.125-1.094 0-2 0.891-2 2 0 0.828 0.516 1.578 1.281 1.875l8.219 3.125v1h-10c-1.109 0-2 0.891-2 2s0.891 2 2 2h8.359l3.641-1.656v-3.094c0-0.625 0.266-1.234 0.719-1.656l1.734-1.594h-1.078zM16.766 24c0.812 0 1.641-0.094 2.422-0.297l5.297-1.328c0.891-0.219 1.516-1.016 1.516-1.937v-10.437c0-1.109-0.891-2-2-2h-4.813l-2.125 1.969c-0.359 0.328-0.562 0.797-0.562 1.281v4.625c0 0.969 0.797 1.687 1.75 1.687 0.969 0 1.75-0.859 1.75-1.813v-3.25h0.5v3.25c0 0.703-0.344 1.359-0.891 1.781 1.094 0.172 1.891 1.125 1.891 2.219 0 0.875-0.516 1.687-1.313 2.047l-4.844 2.203h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-lizard-o\" viewBox=\"0 0 32 28\">\n<title>hand-lizard-o</title>\n<path d=\"M17.984 0c1.266 0 2.484 0.609 3.234 1.641l8.937 12.203c1.203 1.625 1.844 3.578 1.844 5.609v5.547c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-2.766l-4.469-2.234h-8.531c-1.656 0-3-1.344-3-3v-0.5c0-2.484 2.016-4.5 4.5-4.5h6.563l0.656-2h-10.719c-2.078 0-3.813-1.594-3.984-3.656-0.656-0.797-1.016-1.813-1.016-2.844v-0.5c0-1.656 1.344-3 3-3h14.984zM30 25v-5.547c0-1.578-0.516-3.156-1.453-4.438l-8.953-12.203c-0.375-0.5-0.969-0.812-1.609-0.812h-14.984c-0.547 0-1 0.453-1 1 0 0.828 0.016 1.406 0.562 2.078 0.203-0.641 0.781-1.078 1.437-1.078h13v0.5h-13c-0.547 0-1 0.453-1 1 0 0.297-0.016 0.609 0.047 0.906 0.172 0.922 1.016 1.594 1.953 1.594h11.422c0.828 0 1.5 0.672 1.5 1.5 0 0.156-0.031 0.328-0.078 0.469l-1 3c-0.203 0.609-0.781 1.031-1.422 1.031h-6.922c-1.375 0-2.5 1.125-2.5 2.5v0.5c0 0.547 0.453 1 1 1h8.766c0.156 0 0.313 0.031 0.453 0.109l4.953 2.469c0.5 0.266 0.828 0.781 0.828 1.344v3.078c0 0.547 0.453 1 1 1h6c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-spock-o\" viewBox=\"0 0 30 28\">\n<title>hand-spock-o</title>\n<path d=\"M7.172 28c-1.609 0-3-1.094-3.391-2.656l-1.578-6.266c-0.125-0.547-0.203-1.125-0.203-1.687 0-0.359 0-0.703-0.078-1.047l-1.813-7.453c-0.078-0.297-0.109-0.594-0.109-0.891 0-1.937 1.469-3.531 3.391-3.734 0.344-1.766 1.859-3.016 3.672-3.016 1.734 0 3.234 1.188 3.641 2.875l1.297 5.437 1.609-6.687c0.406-1.687 1.906-2.875 3.641-2.875 1.859 0 3.391 1.344 3.687 3.156 1.922 0.219 3.313 1.844 3.313 3.766 0 0.297-0.047 0.609-0.109 0.922l-1.922 8c1.25-0.938 2.156-1.844 3.797-1.844 2.172 0 3.984 1.766 3.984 3.953 0 1.313-0.641 2.531-1.672 3.313l-7.922 5.938c-0.688 0.516-1.531 0.797-2.391 0.797h-10.844zM17.25 2c-0.797 0-1.5 0.562-1.687 1.344l-2.562 10.656h-1.984l-2.266-9.406c-0.187-0.781-0.891-1.344-1.687-1.344-1 0-1.75 0.797-1.75 1.766 0 0.156 0.016 0.297 0.047 0.438l2.063 8.547h-0.406l-1.547-6.375c-0.187-0.766-0.891-1.375-1.703-1.375-0.969 0-1.766 0.781-1.766 1.75 0 0.141 0.016 0.281 0.047 0.406l1.813 7.469c0.219 0.906 0.063 1.813 0.297 2.719l1.563 6.266c0.172 0.672 0.766 1.141 1.453 1.141h10.844c0.422 0 0.844-0.141 1.188-0.406l7.922-5.922c0.531-0.406 0.875-1.047 0.875-1.719 0-1.094-0.906-1.953-1.984-1.953-0.438 0-0.859 0.141-1.203 0.406l-4.797 3.594v-3.547c0-0.125 2.016-8.406 2.172-9.078 0.031-0.141 0.063-0.297 0.063-0.453 0-0.969-0.734-1.797-1.734-1.797-0.812 0-1.516 0.562-1.703 1.344l-1.813 7.531h-0.406l2.344-9.75c0.031-0.141 0.047-0.297 0.047-0.438 0-0.984-0.719-1.813-1.734-1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-pointer-o\" viewBox=\"0 0 26 28\">\n<title>hand-pointer-o</title>\n<path d=\"M10 2c-1.109 0-2 0.891-2 2v14l-2.359-3.156c-0.391-0.516-1.016-0.844-1.672-0.844-1.094 0-1.969 0.922-1.969 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h11.219c0.453 0 0.859-0.313 0.969-0.75l1.437-5.75c0.25-1 0.375-2.016 0.375-3.031v-3.391c0-0.828-0.641-1.578-1.5-1.578-0.828 0-1.5 0.672-1.5 1.5h-0.5v-0.953c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v1h-0.5v-1.406c0-1.125-0.859-2.094-2-2.094-1.109 0-2 0.891-2 2v1.5h-0.5v-8.906c0-1.125-0.859-2.094-2-2.094zM10 0c2.234 0 4 1.875 4 4.094v3.437c0.172-0.016 0.328-0.031 0.5-0.031 1.016 0 1.969 0.391 2.703 1.078 0.484-0.219 1.016-0.328 1.547-0.328 1.125 0 2.172 0.5 2.875 1.359 0.297-0.078 0.578-0.109 0.875-0.109 1.969 0 3.5 1.641 3.5 3.578v3.391c0 1.172-0.141 2.359-0.438 3.516l-1.437 5.75c-0.328 1.328-1.531 2.266-2.906 2.266h-11.219c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.188 1.781-4 3.969-4 0.719 0 1.422 0.187 2.031 0.547v-8.547c0-2.203 1.797-4 4-4zM12 22v-6h-0.5v6h0.5zM16 22v-6h-0.5v6h0.5zM20 22v-6h-0.5v6h0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-peace-o\" viewBox=\"0 0 24 28\">\n<title>hand-peace-o</title>\n<path d=\"M20.125 10.109c0.578 0 1.156 0.109 1.672 0.359 1.5 0.672 2.203 1.906 2.203 3.531v2.766c0 0.984-0.125 1.969-0.359 2.906l-1.328 5.297c-0.438 1.781-2.031 3.031-3.875 3.031h-10.437c-2.203 0-4-1.797-4-4v-6.266l-3.734-9.812c-0.172-0.453-0.266-0.938-0.266-1.422 0-2.203 1.797-4 4-4 1.656 0 3.156 1.031 3.734 2.578l0.266 0.688v-1.766c0-2.203 1.797-4 4-4s4 1.797 4 4v4.078c0.25-0.047 0.5-0.078 0.75-0.078 1.437 0 2.75 0.828 3.375 2.109zM16.75 10c-0.688 0-1.313 0.406-1.594 1.031l-1.156 2.547-1.109 2.422h0.859c1.047 0 1.969 0.734 2.188 1.75l2.406-5.281c0.109-0.219 0.156-0.469 0.156-0.719 0-0.969-0.781-1.75-1.75-1.75zM20.203 12.109c-1.188 0-1.563 0.953-1.984 1.891l-2.063 4.531c-0.109 0.219-0.156 0.469-0.156 0.719 0 0.969 0.781 1.75 1.75 1.75 0.688 0 1.313-0.406 1.594-1.031l2.5-5.5c0.078-0.156 0.141-0.406 0.141-0.594 0-1.047-0.75-1.766-1.781-1.766zM2 6.5c0 0.25 0.047 0.484 0.125 0.719l3.875 10.156v1.078l1.594-1.734c0.422-0.453 1.031-0.719 1.656-0.719h3.094l1.656-3.641v-8.359c0-1.109-0.891-2-2-2s-2 0.891-2 2v10h-1l-3.125-8.219c-0.297-0.766-1.047-1.281-1.875-1.281-1.109 0-2 0.906-2 2zM18.438 26c0.922 0 1.719-0.625 1.937-1.516l1.328-5.297c0.203-0.781 0.297-1.609 0.297-2.422v-1.422l-2.203 4.844c-0.359 0.797-1.172 1.313-2.047 1.313-1.094 0-2.047-0.797-2.219-1.891-0.422 0.547-1.078 0.891-1.781 0.891h-3.25v-0.5h3.25c0.953 0 1.813-0.781 1.813-1.75 0-0.953-0.719-1.75-1.687-1.75h-4.625c-0.484 0-0.953 0.203-1.281 0.562l-1.969 2.125v4.813c0 1.109 0.891 2 2 2h10.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trademark\" viewBox=\"0 0 31 28\">\n<title>trademark</title>\n<path d=\"M13.391 8.5v1.828c0 0.266-0.234 0.484-0.5 0.484h-4.656v12.688c0 0.281-0.219 0.5-0.484 0.5h-2.109c-0.281 0-0.5-0.219-0.5-0.5v-12.688h-4.641c-0.281 0-0.5-0.219-0.5-0.484v-1.828c0-0.281 0.219-0.5 0.5-0.5h12.391c0.266 0 0.5 0.219 0.5 0.5zM29.609 8.453l1.203 15.016c0.016 0.141-0.031 0.266-0.125 0.375-0.094 0.094-0.219 0.156-0.359 0.156h-2.094c-0.25 0-0.469-0.203-0.484-0.453l-0.719-9.188-2.953 6.641c-0.078 0.187-0.25 0.297-0.453 0.297h-1.875c-0.187 0-0.359-0.109-0.453-0.297l-2.938-6.672-0.703 9.219c-0.016 0.25-0.234 0.453-0.484 0.453h-2.109c-0.141 0-0.266-0.063-0.359-0.156-0.094-0.109-0.141-0.234-0.141-0.375l1.219-15.016c0.016-0.25 0.234-0.453 0.484-0.453h2.219c0.203 0 0.375 0.125 0.453 0.297l3.437 8.125c0.109 0.25 0.219 0.531 0.313 0.797 0.109-0.266 0.203-0.547 0.313-0.797l3.453-8.125c0.078-0.172 0.25-0.297 0.453-0.297h2.203c0.266 0 0.484 0.203 0.5 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-registered\" viewBox=\"0 0 28 28\">\n<title>registered</title>\n<path d=\"M16.281 10.984c0-0.906-0.313-1.547-0.938-1.891-0.313-0.172-0.75-0.281-1.828-0.281h-1.922v4.391h2.531c1.375 0 2.156-0.812 2.156-2.219zM17.094 15.437l3.203 5.828c0.078 0.156 0.078 0.344-0.016 0.484-0.078 0.156-0.25 0.25-0.422 0.25h-2.375c-0.187 0-0.359-0.094-0.438-0.266l-3.031-5.703h-2.422v5.469c0 0.281-0.219 0.5-0.5 0.5h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h4.594c1.641 0 2.359 0.141 2.969 0.375 1.766 0.656 2.859 2.391 2.859 4.516 0 1.922-0.953 3.547-2.469 4.297 0.047 0.078 0.094 0.156 0.141 0.25zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-creative-commons\" viewBox=\"0 0 28 28\">\n<title>creative-commons</title>\n<path d=\"M9.453 19.266c2.562 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.047-0.562l-0.703-1.281c-0.063-0.141-0.219-0.234-0.375-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.297 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.078 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM19.297 19.266c2.578 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.063-0.562l-0.703-1.281c-0.078-0.141-0.219-0.234-0.391-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.313 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.063 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg\" viewBox=\"0 0 32 28\">\n<title>gg</title>\n<path d=\"M11.5 12.5l6 6-6 6-10.5-10.5 10.5-10.5 2.625 2.625-1.5 1.5-1.125-1.125-7.5 7.5 7.5 7.5 3.016-3.016-4.516-4.484zM20.5 3.5l10.5 10.5-10.5 10.5-2.625-2.625 1.5-1.5 1.125 1.125 7.5-7.5-7.5-7.5-3.016 3.016 4.516 4.484-1.5 1.5-6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg-circle\" viewBox=\"0 0 28 28\">\n<title>gg-circle</title>\n<path d=\"M11.203 21.156l4.234-4.234-4.359-4.359-1.375 1.375 3 2.984-1.5 1.5-4.359-4.359 4.359-4.359 0.625 0.625 1.359-1.359-1.984-2-7.094 7.094zM16.797 21.031l7.094-7.094-7.094-7.094-4.234 4.234 4.359 4.359 1.375-1.375-3-2.984 1.5-1.5 4.359 4.359-4.359 4.359-0.625-0.625-1.359 1.375zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tripadvisor\" viewBox=\"0 0 36 28\">\n<title>tripadvisor</title>\n<path d=\"M10.172 15.578c0 0.812-0.656 1.469-1.453 1.469-0.812 0-1.469-0.656-1.469-1.469 0-0.797 0.656-1.453 1.469-1.453 0.797 0 1.453 0.656 1.453 1.453zM28.203 15.563c0 0.812-0.656 1.469-1.469 1.469s-1.469-0.656-1.469-1.469 0.656-1.453 1.469-1.453 1.469 0.641 1.469 1.453zM11.953 15.578c0-1.656-1.359-3.016-3.016-3.016-1.672 0-3.016 1.359-3.016 3.016 0 1.672 1.344 3.016 3.016 3.016 1.656 0 3.016-1.344 3.016-3.016zM29.969 15.563c0-1.656-1.344-3.016-3.016-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.016-1.344 3.016-3.016zM13.281 15.578c0 2.406-1.937 4.359-4.344 4.359s-4.359-1.953-4.359-4.359c0-2.391 1.953-4.344 4.359-4.344s4.344 1.953 4.344 4.344zM31.313 15.563c0 2.406-1.953 4.344-4.359 4.344-2.391 0-4.344-1.937-4.344-4.344s1.953-4.344 4.344-4.344c2.406 0 4.359 1.937 4.359 4.344zM16.25 15.609c0-3.984-3.234-7.219-7.219-7.219-3.969 0-7.203 3.234-7.203 7.219s3.234 7.219 7.203 7.219c3.984 0 7.219-3.234 7.219-7.219zM26.688 6.656c-2.578-1.125-5.484-1.734-8.687-1.734s-6.391 0.609-8.953 1.719c4.953 0.016 8.953 4.016 8.953 8.969 0-4.859 3.859-8.813 8.687-8.953zM34.172 15.609c0-3.984-3.219-7.219-7.203-7.219s-7.219 3.234-7.219 7.219 3.234 7.219 7.219 7.219 7.203-3.234 7.203-7.219zM30.016 6.766h5.984c-0.938 1.094-1.625 2.562-1.797 3.578 1.078 1.484 1.719 3.297 1.719 5.266 0 4.953-4.016 8.953-8.953 8.953-2.812 0-5.313-1.281-6.953-3.297 0 0-0.734 0.875-2.016 2.797-0.219-0.453-1.328-2.031-2-2.812-1.641 2.031-4.156 3.313-6.969 3.313-4.937 0-8.953-4-8.953-8.953 0-1.969 0.641-3.781 1.719-5.266-0.172-1.016-0.859-2.484-1.797-3.578h5.703c3.063-2.047 7.516-3.328 12.297-3.328s8.953 1.281 12.016 3.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki\" viewBox=\"0 0 20 28\">\n<title>odnoklassniki</title>\n<path d=\"M10 14.172c-3.906 0-7.094-3.172-7.094-7.078 0-3.922 3.187-7.094 7.094-7.094s7.094 3.172 7.094 7.094c0 3.906-3.187 7.078-7.094 7.078zM10 3.594c-1.922 0-3.484 1.563-3.484 3.5 0 1.922 1.563 3.484 3.484 3.484s3.484-1.563 3.484-3.484c0-1.937-1.563-3.5-3.484-3.5zM18.172 15.031c0.688 1.406-0.094 2.078-1.875 3.234-1.5 0.953-3.563 1.328-4.922 1.469l1.141 1.125 4.172 4.172c0.625 0.641 0.625 1.672 0 2.297l-0.187 0.203c-0.641 0.625-1.672 0.625-2.312 0-1.047-1.062-2.578-2.594-4.172-4.188l-4.172 4.188c-0.641 0.625-1.672 0.625-2.297 0l-0.187-0.203c-0.641-0.625-0.641-1.656 0-2.297 1.062-1.062 2.578-2.594 4.172-4.172l1.125-1.125c-1.344-0.141-3.437-0.5-4.953-1.469-1.781-1.156-2.562-1.828-1.875-3.234 0.406-0.797 1.516-1.469 2.984-0.313 0 0 1.984 1.578 5.187 1.578s5.187-1.578 5.187-1.578c1.469-1.156 2.578-0.484 2.984 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki-square\" viewBox=\"0 0 24 28\">\n<title>odnoklassniki-square</title>\n<path d=\"M14.484 9.063c0 1.375-1.109 2.484-2.484 2.484s-2.484-1.109-2.484-2.484 1.109-2.484 2.484-2.484 2.484 1.109 2.484 2.484zM17.828 14.734c-0.281-0.562-1.078-1.047-2.125-0.219 0 0-1.422 1.125-3.703 1.125s-3.703-1.125-3.703-1.125c-1.047-0.828-1.844-0.344-2.125 0.219-0.5 1 0.063 1.484 1.328 2.312 1.078 0.688 2.578 0.953 3.531 1.047l-0.797 0.812c-1.125 1.125-2.219 2.219-2.984 2.969-0.453 0.453-0.453 1.188 0 1.641l0.141 0.141c0.453 0.453 1.188 0.453 1.641 0l2.984-2.984c1.125 1.141 2.219 2.234 2.984 2.984 0.453 0.453 1.188 0.453 1.641 0l0.141-0.141c0.453-0.453 0.453-1.188 0-1.641l-2.984-2.969-0.812-0.812c0.969-0.094 2.438-0.359 3.516-1.047 1.266-0.828 1.828-1.313 1.328-2.312zM17.063 9.063c0-2.797-2.266-5.063-5.063-5.063s-5.063 2.266-5.063 5.063 2.266 5.063 5.063 5.063 5.063-2.266 5.063-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-get-pocket\" viewBox=\"0 0 27 28\">\n<title>get-pocket</title>\n<path d=\"M24.453 2c1.359 0 2.422 1.094 2.422 2.438v8.109c0 7.484-5.984 13.453-13.422 13.453-7.469 0-13.453-5.969-13.453-13.453v-8.109c0-1.328 1.109-2.438 2.438-2.438h22.016zM13.453 18.625c0.469 0 0.938-0.187 1.281-0.516l6.312-6.062c0.359-0.344 0.578-0.828 0.578-1.328 0-1.016-0.828-1.844-1.844-1.844-0.484 0-0.938 0.187-1.281 0.516l-5.047 4.844-5.047-4.844c-0.344-0.328-0.797-0.516-1.266-0.516-1.016 0-1.844 0.828-1.844 1.844 0 0.5 0.203 0.984 0.562 1.328l6.328 6.062c0.328 0.328 0.797 0.516 1.266 0.516z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wikipedia-w\" viewBox=\"0 0 36 28\">\n<title>wikipedia-w</title>\n<path d=\"M23.344 25.609l-4.609-10.859c-1.828 3.578-3.844 7.313-5.578 10.859-0.016 0.016-0.844 0-0.844-0.016-2.641-6.172-5.406-12.297-8.047-18.484-0.641-1.5-2.781-3.938-4.25-3.922 0-0.172-0.016-0.562-0.016-0.797h9.109v0.781c-1.078 0.063-2.969 0.75-2.438 1.922 1.234 2.797 5.828 13.516 7.063 16.234 0.844-1.672 3.25-6.141 4.234-8.031-0.781-1.594-3.297-7.531-4.094-9-0.547-1-2.031-1.094-3.141-1.109v-0.781l8.016 0.016v0.734c-1.094 0.031-2.141 0.438-1.656 1.469 1.062 2.25 1.719 3.828 2.703 5.891 0.313-0.609 1.953-3.906 2.703-5.672 0.5-1.156-0.219-1.609-2.172-1.656 0.016-0.203 0-0.578 0.016-0.766 2.5-0.016 6.25-0.016 6.922-0.031v0.766c-1.266 0.047-2.578 0.719-3.266 1.781l-3.328 6.906c0.359 0.906 3.563 8.031 3.891 8.813l6.891-15.891c-0.484-1.297-2.047-1.578-2.656-1.594v-0.781l7.187 0.063 0.016 0.031-0.016 0.688c-1.578 0.047-2.531 0.891-3.141 2.266-1.406 3.25-5.812 13.5-8.734 20.172h-0.766z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-safari\" viewBox=\"0 0 28 28\">\n<title>safari</title>\n<path d=\"M14.828 13.953c0 0.516-0.359 1-0.906 1-0.516 0-1-0.375-1-0.906 0-0.516 0.375-1 0.922-1 0.5 0 0.984 0.359 0.984 0.906zM15.062 14.859l5.469-9.078c-0.734 0.688-7.578 6.984-7.766 7.313l-5.453 9.063c0.719-0.672 7.578-7 7.75-7.297zM25.172 14c0 2.047-0.562 4.062-1.625 5.797-0.156-0.078-0.812-0.547-0.938-0.547-0.109 0-0.203 0.094-0.203 0.203 0 0.203 0.734 0.578 0.922 0.688-1.547 2.344-3.938 4.031-6.656 4.703l-0.25-1.047c-0.016-0.141-0.109-0.156-0.234-0.156-0.109 0-0.172 0.156-0.156 0.234l0.25 1.062c-0.75 0.156-1.516 0.234-2.281 0.234-2.047 0-4.062-0.578-5.812-1.641 0.094-0.156 0.688-1.016 0.688-1.141 0-0.109-0.094-0.203-0.203-0.203-0.219 0-0.688 0.938-0.828 1.125-2.359-1.563-4.062-3.984-4.719-6.75l1.078-0.234c0.125-0.031 0.156-0.125 0.156-0.234s-0.156-0.172-0.25-0.156l-1.062 0.234c-0.141-0.719-0.219-1.437-0.219-2.172 0-2.094 0.594-4.156 1.703-5.922 0.156 0.094 0.906 0.609 1.031 0.609 0.109 0 0.203-0.078 0.203-0.187 0-0.219-0.828-0.641-1.016-0.766 1.594-2.328 4.016-4 6.766-4.625l0.234 1.047c0.031 0.125 0.125 0.156 0.234 0.156s0.172-0.156 0.156-0.25l-0.234-1.031c0.688-0.125 1.391-0.203 2.094-0.203v0c2.094 0 4.141 0.594 5.922 1.703-0.109 0.156-0.609 0.891-0.609 1.016 0 0.109 0.078 0.203 0.187 0.203 0.219 0 0.641-0.812 0.75-1 2.312 1.563 3.969 3.953 4.609 6.672l-0.875 0.187c-0.141 0.031-0.156 0.125-0.156 0.25 0 0.109 0.156 0.172 0.234 0.156l0.891-0.203c0.141 0.719 0.219 1.453 0.219 2.187zM26.5 14c0-6.906-5.594-12.5-12.5-12.5s-12.5 5.594-12.5 12.5 5.594 12.5 12.5 12.5 12.5-5.594 12.5-12.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chrome\" viewBox=\"0 0 30 28\">\n<title>chrome</title>\n<path d=\"M13.953 0c2.391-0.016 4.828 0.594 7.047 1.875 2.453 1.422 4.312 3.469 5.5 5.812l-11.594-0.609c-3.281-0.187-6.406 1.656-7.484 4.75l-4.312-6.625c2.688-3.344 6.719-5.187 10.844-5.203zM2.281 6.328l5.266 10.359c1.484 2.922 4.625 4.703 7.875 4.094l-3.594 7.047c-6.703-1.031-11.828-6.828-11.828-13.828 0-2.828 0.844-5.469 2.281-7.672zM27.062 8.969c2.453 6.312 0 13.656-6.062 17.156-2.453 1.422-5.156 2-7.781 1.859l6.328-9.734c1.797-2.766 1.766-6.375-0.375-8.875zM14 9.281c2.609 0 4.719 2.109 4.719 4.719s-2.109 4.719-4.719 4.719-4.719-2.109-4.719-4.719 2.109-4.719 4.719-4.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-firefox\" viewBox=\"0 0 27 28\">\n<title>firefox</title>\n<path d=\"M14.109 28c-6.031 0-10.828-3.531-13.031-8.578-2.469-5.609-0.5-14.594 3.891-18.562l-0.172 4.391c0.219-0.281 1.891-0.359 2.156 0 0.906-1.734 3.828-3.031 6.172-3.078-0.891 0.75-2.953 3.484-2.781 4.875 1.141 0.359 2.891 0.375 3.813 0.438 0.281 0.156 0.234 1.109-0.328 1.891 0 0-0.734 1.016-2.719 1.375l0.234 2.953-2.172-1.047c-0.703 1.781 0.984 3.359 2.734 3.063 1.937-0.328 2.625-1.594 3.984-1.516 1.344 0.078 1.875 0.828 1.703 1.531 0 0-0.219 0.844-1.672 0.703-1.234 1.953-2.875 2.812-5.531 2.578 4.031 3.344 9.469 0.313 10.844-2.422 1.375-2.719 0.172-6.766-1.203-7.906 1.625 0.703 2.75 1.422 3.344 3 0.313-3.5-1.297-7.469-4.172-9.797 5.406 1.578 8.703 5.766 8.797 12.453s-5.922 13.656-13.891 13.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opera\" viewBox=\"0 0 28 28\">\n<title>opera</title>\n<path d=\"M23.328 3.563c-1.641-1.094-3.563-1.719-5.609-1.719-3.328 0-6.266 1.703-8.328 4.266-1.5 1.875-2.547 4.531-2.625 7.562v0.656c0.078 3.031 1.125 5.688 2.625 7.562 2.063 2.562 5 4.266 8.328 4.266 2.047 0 3.969-0.625 5.609-1.719-2.469 2.219-5.75 3.563-9.328 3.563-0.219 0-0.453 0-0.672-0.016-7.422-0.344-13.328-6.469-13.328-13.984 0-7.734 6.266-14 14-14h0.047c3.563 0.016 6.813 1.359 9.281 3.563zM28 14c0 4.078-1.75 7.734-4.531 10.297-1.062 0.641-2.234 0.984-3.469 0.984-1.437 0-2.797-0.469-3.984-1.313 3.172-1.156 5.516-5.172 5.516-9.969 0-4.781-2.328-8.797-5.5-9.969 1.188-0.828 2.531-1.297 3.969-1.297 1.266 0 2.453 0.359 3.531 1.016 2.75 2.562 4.469 6.203 4.469 10.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-internet-explorer\" viewBox=\"0 0 28 28\">\n<title>internet-explorer</title>\n<path d=\"M28 14.641c0 0.547-0.031 1.094-0.109 1.625h-17.984c0 3.109 2.734 5.359 5.734 5.359 2.031 0 3.984-1 5.031-2.766h6.609c-1.781 5.016-6.547 8.375-11.859 8.375-1.922 0-3.844-0.453-5.563-1.297-1.75 0.891-4.203 1.813-6.156 1.813-2.625 0-3.703-1.609-3.703-4.109 0-1.453 0.313-2.906 0.703-4.297 0.25-0.906 1.25-2.75 1.703-3.578 1.922-3.484 4.453-6.828 7.422-9.469-2.391 1.031-4.984 3.625-6.672 5.531 1.313-5.719 6.406-9.766 12.266-9.766 0.234 0 0.469 0 0.703 0.016 1.937-0.891 4.641-1.828 6.766-1.828 2.531 0 4.703 0.969 4.703 3.828 0 1.5-0.578 3.125-1.172 4.469 1.031 1.859 1.578 3.969 1.578 6.094zM26.906 4.641c0-1.75-1.25-2.828-2.969-2.828-1.313 0-2.797 0.531-3.969 1.094 2.531 0.984 4.703 2.797 6.141 5.109 0.391-1.031 0.797-2.281 0.797-3.375zM2 23.969c0 1.813 1.078 2.797 2.859 2.797 1.391 0 2.938-0.625 4.156-1.297-2.547-1.5-4.516-3.891-5.484-6.687-0.719 1.5-1.531 3.5-1.531 5.187zM9.875 12.828h11.375c-0.109-3.016-2.766-5.187-5.688-5.187-2.938 0-5.578 2.172-5.688 5.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-television\" viewBox=\"0 0 30 28\">\n<title>television</title>\n<path d=\"M28 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 4.5v15c0 1.375-1.125 2.5-2.5 2.5h-11.5v2h5.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-2h-11.5c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-contao\" viewBox=\"0 0 28 28\">\n<title>contao</title>\n<path d=\"M2.156 2h3.078c-0.734 0.672-1.391 1.453-1.969 2.328-2.422 3.734-1.437 7.828-0.5 12.234 0.766 3.578 1.406 6.984 3.641 9.438h-4.25c-1 0-1.813-0.812-1.813-1.813v-20.375c0-1 0.812-1.813 1.813-1.813zM21.031 2h4.813c1 0 1.813 0.812 1.813 1.813v20.375c0 1-0.812 1.813-1.813 1.813h-2.781c2.063-2.047 3.234-5.016 3.063-8.828l-7.328 1.578c-0.094 1.734-0.688 3.406-3.063 3.906-1.328 0.281-2.422-0.031-3.109-0.625-0.844-0.719-1.516-1.656-2.641-7-1.141-5.359-0.906-6.484-0.438-7.484 0.391-0.812 1.266-1.563 2.578-1.844 2.391-0.5 3.609 0.797 4.406 2.344l7.313-1.563c-0.719-1.844-1.672-3.344-2.812-4.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-500px\" viewBox=\"0 0 22 28\">\n<title>500px</title>\n<path d=\"M21.891 24.172l-0.094 0.094c-1.172 1.172-2.531 2.094-4.047 2.734-1.578 0.656-3.234 1-4.953 1s-3.391-0.344-4.953-1c-1.516-0.641-2.891-1.563-4.047-2.734-1.172-1.156-2.094-2.516-2.734-4.031-0.391-0.953-0.703-1.937-0.844-2.953v0c-0.063-0.438 0.547-0.531 0.75-0.562 0.484-0.078 0.812-0.047 0.875 0.313 0.016 0.016 0.016 0.031 0.016 0.063 0.063 0.313 0.219 1.25 0.719 2.484 0.516 1.281 1.313 2.469 2.375 3.531 1.016 1.016 2.203 1.813 3.531 2.375 1.359 0.578 2.812 0.875 4.312 0.875 1.484 0 2.938-0.297 4.312-0.875 1.313-0.562 2.5-1.359 3.516-2.375l0.094-0.094c0.109-0.109 0.234-0.141 0.391-0.094 0.141 0.031 0.313 0.156 0.516 0.344v0c0.5 0.516 0.391 0.766 0.266 0.906zM14.516 14.562l-1.031 1.031 0.984 0.984c0.109 0.109 0.313 0.344-0.109 0.766-0.172 0.172-0.344 0.266-0.5 0.266-0.109 0-0.203-0.047-0.297-0.156l-0.969-0.953-1.031 1.031c-0.031 0.031-0.109 0.078-0.234 0.078-0.141 0-0.313-0.078-0.484-0.25l-0.031-0.031c-0.109-0.094-0.281-0.266-0.281-0.453 0-0.094 0.047-0.172 0.125-0.266l1.031-1.016-1.031-1.031c-0.172-0.172-0.094-0.391 0.219-0.703 0.187-0.187 0.344-0.281 0.484-0.281 0.078 0 0.141 0.031 0.203 0.078l1.016 1.031 1.016-1.016c0.172-0.172 0.453-0.094 0.75 0.203 0.187 0.187 0.391 0.453 0.172 0.688zM21.875 15.453c0 1.234-0.25 2.438-0.719 3.563-0.469 1.094-1.125 2.063-1.969 2.906s-1.828 1.5-2.922 1.969c-1.125 0.484-2.328 0.719-3.563 0.719s-2.438-0.234-3.563-0.719c-1.094-0.469-2.078-1.125-2.922-1.969s-1.5-1.813-1.953-2.906c-0.094-0.203-0.234-0.594-0.234-0.625h-0.016c-0.141-0.438 0.484-0.625 0.672-0.688 0.453-0.141 0.797-0.203 0.938 0.187 0.375 1 0.953 1.969 1.516 2.609h0.016v-5.328c0.031-1.313 0.578-2.641 1.594-3.625 1.047-1.031 2.453-1.609 3.953-1.609 3.063 0 5.547 2.469 5.547 5.5 0 3.063-2.5 5.547-5.547 5.547-0.609 0-1.062-0.047-1.75-0.25-0.078-0.031-0.438-0.187-0.203-0.953 0.063-0.203 0.25-0.797 0.688-0.672 0.031 0 0.797 0.187 1.203 0.187 2.172 0 3.875-1.687 3.875-3.844 0-1.016-0.406-1.969-1.125-2.672-0.719-0.719-1.687-1.109-2.734-1.109-1.078 0-2.063 0.438-2.781 1.25-0.625 0.703-1 1.641-1 2.5v6.453c1.125 0.688 2.422 1.047 3.781 1.047 2 0 3.937-0.797 5.328-2.188 1.406-1.406 2.188-3.297 2.188-5.281 0-2-0.781-3.875-2.203-5.297-1.406-1.406-3.281-2.188-5.297-2.188s-3.906 0.781-5.313 2.188c-0.016 0.016-0.906 0.938-1.203 1.359l-0.031 0.031c-0.187 0.266-0.359 0.516-1.141 0.344-0.391-0.094-0.812-0.328-0.812-0.672v-10.625c0-0.281 0.219-0.594 0.594-0.594h13.703c0.469 0 0.469 0.656 0.469 0.859 0 0.219 0 0.859-0.469 0.859h-12.672v7.547h0.016c0.875-0.922 2.391-1.891 3.281-2.266 1.109-0.469 2.359-0.719 3.609-0.719 1.234 0 2.438 0.234 3.563 0.719 1.094 0.469 2.078 1.125 2.922 1.969s1.5 1.813 1.969 2.906c0.469 1.141 0.719 2.328 0.719 3.578zM21.391 6.375c0.297 0.266 0.094 0.547-0.203 0.891-0.187 0.187-0.391 0.406-0.609 0.406-0.094 0-0.172-0.031-0.25-0.109-1.125-0.969-2.141-1.625-3.234-2.078-1.359-0.594-2.812-0.875-4.312-0.875-1.328 0-2.781 0.266-4.094 0.766-0.406 0.156-0.625-0.375-0.703-0.578-0.094-0.25-0.141-0.453-0.125-0.594 0.031-0.156 0.109-0.266 0.25-0.313 1.281-0.562 3.031-0.891 4.672-0.891 1.703 0 3.375 0.344 4.937 1 1.437 0.609 2.609 1.359 3.672 2.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-amazon\" viewBox=\"0 0 28 28\">\n<title>amazon</title>\n<path d=\"M24.234 23.063c0.469-0.234 0.828 0.125 0.344 0.75s-4.375 4.188-10.906 4.188-11.531-4.469-13.062-6.312c-0.422-0.484 0.063-0.703 0.344-0.516 4.578 2.781 11.734 7.359 23.281 1.891zM27.469 21.266c0.234 0.313 0 1.687-0.406 2.688-0.406 0.984-1 1.672-1.328 1.937-0.344 0.281-0.594 0.172-0.406-0.234s1.203-2.906 0.797-3.437c-0.406-0.516-2.312-0.266-3-0.203-0.672 0.063-0.812 0.125-0.875-0.016-0.141-0.359 1.359-0.969 2.344-1.094 0.984-0.109 2.562-0.047 2.875 0.359zM21.313 14.344c0 1.719 2.016 3.297 2.016 3.297l-3.547 3.5c-1.391-1.313-2.438-2.406-2.438-2.406-0.156-0.156-0.281-0.344-0.391-0.516-2.828 4.422-11.469 4.141-11.469-2.703 0-6.375 7.547-7.234 10.594-7.344v-1.984c0-0.422 0.156-2.344-2.219-2.344 0 0-2.375 0-3.391 3.094l-4.594-0.422c0-3.078 2.922-6.516 8.422-6.516 5.484 0 7.016 3.563 7.016 5.141v9.203zM10.813 14.672c0 3.172 5.266 3.922 5.266-1.078v-2.531c-2.109 0.063-5.266 0.656-5.266 3.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-plus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-plus-o</title>\n<path d=\"M24 4c1.094 0 2 0.906 2 2v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2zM18 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM24 26v-16h-22v16h22zM14 17h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-minus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-minus-o</title>\n<path d=\"M18 17.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-times-o\" viewBox=\"0 0 26 28\">\n<title>calendar-times-o</title>\n<path d=\"M17.359 21.641l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.938-2.953-2.938 2.953c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l2.953-2.938-2.953-2.938c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.938 2.938 2.938-2.938c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703l-2.938 2.938 2.938 2.938c0.187 0.203 0.187 0.516 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-check-o\" viewBox=\"0 0 26 28\">\n<title>calendar-check-o</title>\n<path d=\"M20.359 15.062l-8 8c-0.203 0.187-0.516 0.187-0.719 0l-4.5-4.5c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l3.437 3.437 6.937-6.937c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-industry\" viewBox=\"0 0 28 28\">\n<title>industry</title>\n<path d=\"M7 0c0.547 0 1 0.453 1 1v13.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v5.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v18c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-pin\" viewBox=\"0 0 16 28\">\n<title>map-pin</title>\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-signs\" viewBox=\"0 0 28 28\">\n<title>map-signs</title>\n<path d=\"M27.266 4.641c0.203 0.203 0.203 0.516 0 0.719l-2.203 2.203c-0.281 0.281-0.672 0.438-1.062 0.438h-21c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h9v-1c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1h8c0.391 0 0.781 0.156 1.062 0.438zM12 19h4v8c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-8zM25 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-21c-0.391 0-0.781-0.156-1.062-0.438l-2.203-2.203c-0.203-0.203-0.203-0.516 0-0.719l2.203-2.203c0.281-0.281 0.672-0.438 1.062-0.438h8v-3h4v3h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-o\" viewBox=\"0 0 32 28\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map\" viewBox=\"0 0 28 28\">\n<title>map</title>\n<path d=\"M8 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM27.5 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM10 0c0.078 0 0.156 0.016 0.219 0.047l8 4c0.172 0.094 0.281 0.266 0.281 0.453v23c0 0.266-0.234 0.5-0.5 0.5-0.078 0-0.156-0.016-0.219-0.047l-8-4c-0.172-0.094-0.281-0.266-0.281-0.453v-23c0-0.266 0.234-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting\" viewBox=\"0 0 28 28\">\n<title>commenting</title>\n<path d=\"M10 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 14c0 5.531-6.266 10-14 10-1.141 0-2.25-0.094-3.297-0.281-1.781 1.781-4.109 3-6.797 3.578-0.422 0.078-0.875 0.156-1.344 0.203-0.25 0.031-0.484-0.141-0.547-0.375v0c-0.063-0.25 0.125-0.406 0.313-0.578 0.984-0.922 2.156-1.656 2.562-4.953-2.984-1.828-4.891-4.547-4.891-7.594 0-5.531 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting-o\" viewBox=\"0 0 28 28\">\n<title>commenting-o</title>\n<path d=\"M10 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM16 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10v0c7.734 0 14 4.484 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-houzz\" viewBox=\"0 0 16 28\">\n<title>houzz</title>\n<path d=\"M8 18.609l8-4.609v9.234l-8 4.625v-9.25zM0 14v9.234l8-4.625-8-4.609zM8 0.141v9.234l-8 4.625v-9.234zM8 9.375l8-4.609v9.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo\" viewBox=\"0 0 28 28\">\n<title>vimeo</title>\n<path d=\"M26.703 8.094c-0.109 2.469-1.844 5.859-5.187 10.172-3.469 4.484-6.375 6.734-8.781 6.734-1.484 0-2.734-1.375-3.75-4.109-0.688-2.5-1.375-5.016-2.063-7.531-0.75-2.734-1.578-4.094-2.453-4.094-0.187 0-0.844 0.391-1.984 1.188l-1.203-1.531c1.25-1.109 2.484-2.234 3.719-3.313 1.656-1.469 2.922-2.203 3.766-2.281 1.984-0.187 3.187 1.156 3.656 4.047 0.484 3.125 0.844 5.078 1.031 5.828 0.578 2.594 1.188 3.891 1.875 3.891 0.531 0 1.328-0.828 2.406-2.516 1.062-1.687 1.625-2.969 1.703-3.844 0.141-1.453-0.422-2.172-1.703-2.172-0.609 0-1.234 0.141-1.891 0.406 1.25-4.094 3.641-6.078 7.172-5.969 2.609 0.078 3.844 1.781 3.687 5.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-black-tie\" viewBox=\"0 0 24 28\">\n<title>black-tie</title>\n<path d=\"M0 2h24v24h-24v-24zM16.953 19.422l-3.453-9.859 3.453-4.641h-9.906l3.453 4.641-3.453 9.859 4.953 4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fonticons\" viewBox=\"0 0 24 28\">\n<title>fonticons</title>\n<path d=\"M0 2h24v24h-24v-24zM14.187 7l-0.187 0.516 1.172 1.297-0.484 1.781 0.391 0.391 1.672-0.891 1.672 0.891 0.391-0.391-0.484-1.781 1.172-1.297-0.187-0.516h-1.484l-0.828-1.5h-0.5l-0.828 1.5h-1.484zM10.016 9.547c0.641 0 0.891 0.234 0.875 1.234l2.719-0.328c0-2.391-1.641-2.828-3.469-2.828-2.719 0-4.141 1.094-4.141 3.75v1.125h-1.5v2h1.188c0.156 0 0.313 0 0.313 0.125v5.969c0 0.297-0.078 0.391-0.359 0.422l-1.141 0.109v1.375h7v-1.344l-2.328-0.219c-0.281-0.031-0.172-0.078-0.172-0.391v-6.047h2.984l0.594-2h-3.609c-0.156 0 0.031-0.109 0.031-0.234v-1.25c0-0.938 0.031-1.469 1.016-1.469zM19.5 22.5v-1.344l-0.844-0.141c-0.297-0.047-0.156-0.078-0.156-0.391v-8.125h-4.297l-0.359 1.578 1.297 0.344c0.203 0.063 0.359 0.203 0.359 0.422v5.781c0 0.297-0.125 0.359-0.406 0.391l-1.094 0.141v1.344h5.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-alien\" viewBox=\"0 0 28 28\">\n<title>reddit-alien</title>\n<path d=\"M28 13.219c0 1.219-0.688 2.266-1.703 2.781 0.125 0.484 0.187 0.984 0.187 1.5 0 4.937-5.578 8.937-12.453 8.937-6.859 0-12.437-4-12.437-8.937 0-0.5 0.063-1 0.172-1.469-1.047-0.516-1.766-1.578-1.766-2.812 0-1.719 1.391-3.109 3.109-3.109 0.891 0 1.687 0.375 2.266 0.984 2.109-1.469 4.922-2.422 8.047-2.531l1.813-8.141c0.063-0.281 0.359-0.469 0.641-0.406l5.766 1.266c0.375-0.75 1.172-1.281 2.078-1.281 1.297 0 2.344 1.047 2.344 2.328 0 1.297-1.047 2.344-2.344 2.344-1.281 0-2.328-1.047-2.328-2.328l-5.219-1.156-1.625 7.375c3.141 0.094 5.984 1.031 8.109 2.5 0.562-0.594 1.359-0.953 2.234-0.953 1.719 0 3.109 1.391 3.109 3.109zM6.531 16.328c0 1.297 1.047 2.344 2.328 2.344 1.297 0 2.344-1.047 2.344-2.344 0-1.281-1.047-2.328-2.344-2.328-1.281 0-2.328 1.047-2.328 2.328zM19.187 21.875c0.234-0.234 0.234-0.578 0-0.812-0.219-0.219-0.578-0.219-0.797 0-0.938 0.953-2.953 1.281-4.391 1.281s-3.453-0.328-4.391-1.281c-0.219-0.219-0.578-0.219-0.797 0-0.234 0.219-0.234 0.578 0 0.812 1.484 1.484 4.344 1.594 5.187 1.594s3.703-0.109 5.187-1.594zM19.141 18.672c1.281 0 2.328-1.047 2.328-2.344 0-1.281-1.047-2.328-2.328-2.328-1.297 0-2.344 1.047-2.344 2.328 0 1.297 1.047 2.344 2.344 2.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edge\" viewBox=\"0 0 28 28\">\n<title>edge</title>\n<path d=\"M1.078 12.422h0.016c0.812-6.469 5.234-12.437 13.141-12.422 4.797 0 8.75 2.25 11.062 6.391 1.188 2.141 1.625 4.422 1.625 6.906v2.938h-17.578c0.078 7.25 10.656 7 15.219 3.813v5.891c-2.672 1.609-8.703 3-13.406 1.203-3.984-1.531-6.766-5.672-6.813-9.703-0.063-5.203 2.578-8.656 6.813-10.625-0.891 1.125-1.578 2.344-1.937 4.453h9.922c0.578-5.922-5.609-5.922-5.609-5.922-5.844 0.203-10.063 3.609-12.453 7.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card-alt\" viewBox=\"0 0 36 28\">\n<title>credit-card-alt</title>\n<path d=\"M0 23.5v-9.5h36v9.5c0 1.375-1.125 2.5-2.5 2.5h-31c-1.375 0-2.5-1.125-2.5-2.5zM10 20v2h6v-2h-6zM4 20v2h4v-2h-4zM33.5 2c1.375 0 2.5 1.125 2.5 2.5v3.5h-36v-3.5c0-1.375 1.125-2.5 2.5-2.5h31z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codiepie\" viewBox=\"0 0 27 28\">\n<title>codiepie</title>\n<path d=\"M24.75 20.156l-3.406-1.734c-1.531 2.5-4.25 4.031-7.187 4.031-4.656 0-8.422-3.766-8.422-8.406 0-4.656 3.766-8.422 8.422-8.422 2.734 0 5.297 1.328 6.875 3.578l3.359-1.953c-2.297-3.531-6.188-5.641-10.391-5.641-6.844 0-12.391 5.547-12.391 12.391s5.547 12.391 12.391 12.391c4.438 0 8.547-2.375 10.75-6.234zM16.094 13.953l10.828 5.5c-2.375 5.187-7.141 8.547-12.922 8.547-7.734 0-14-6.266-14-14s6.266-14 14-14c5.5 0 10.031 3.031 12.594 7.812zM24.109 14h-0.609v2.5h-1.5v-5.5h2.125c1.734 0 1.891 3-0.016 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-modx\" viewBox=\"0 0 28 28\">\n<title>modx</title>\n<path d=\"M22.297 11.078l-9.594-6.031 1.437-2.359h13.359zM6.328 15.219l-2.875-1.813v-13.406l18.484 11.609zM22.25 13.109l2.297 1.484v13.406l-8.313-5.234zM21.672 12.781l-7.812 12.531h-13.359l5.563-8.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fort-awesome\" viewBox=\"0 0 26 28\">\n<title>fort-awesome</title>\n<path d=\"M10 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM18 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM26 16.25v11.75h-10v-5c0-1.656-1.344-3-3-3s-3 1.344-3 3v5h-10v-11.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-9.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.328 0.438-0.25 0.641-0.25v-6.109c-0.297-0.141-0.5-0.453-0.5-0.781 0-0.469 0.391-0.859 0.859-0.859s0.859 0.391 0.859 0.859c0 0.328-0.203 0.641-0.5 0.781v0.266c0.422-0.094 0.859-0.156 1.297-0.156 0.641 0 1.25 0.234 1.781 0.234 0.484 0 1.031-0.234 1.313-0.234 0.141 0 0.25 0.109 0.25 0.25v3.281c0 0.375-1.266 0.438-1.516 0.438-0.578 0-1.125-0.234-1.719-0.234-0.469 0-0.953 0.078-1.406 0.187v2.078c0.203 0 0.641-0.078 0.641 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v9.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-usb\" viewBox=\"0 0 36 28\">\n<title>usb</title>\n<path d=\"M35.75 12.578c0.156 0.078 0.25 0.25 0.25 0.422s-0.094 0.344-0.25 0.422l-5 3c-0.078 0.047-0.156 0.078-0.25 0.078-0.078 0-0.172-0.016-0.25-0.063-0.156-0.094-0.25-0.25-0.25-0.438v-2h-13.406c0.5 0.781 0.922 1.703 1.297 2.578 0.75 1.687 1.516 3.422 2.609 3.422h1.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-2.391 0-3.469-2.453-4.438-4.609-0.734-1.672-1.5-3.391-2.562-3.391h-5.625c-0.453 1.719-2.016 3-3.875 3-2.203 0-4-1.797-4-4s1.797-4 4-4c1.859 0 3.422 1.281 3.875 3h1.625c1.062 0 1.828-1.719 2.562-3.391 0.969-2.156 2.047-4.609 4.438-4.609h1.672c0.422-1.172 1.516-2 2.828-2 1.656 0 3 1.344 3 3s-1.344 3-3 3c-1.313 0-2.406-0.828-2.828-2h-1.672c-1.094 0-1.859 1.734-2.609 3.422-0.375 0.875-0.797 1.797-1.297 2.578h17.406v-2c0-0.187 0.094-0.344 0.25-0.438s0.359-0.078 0.5 0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-product-hunt\" viewBox=\"0 0 28 28\">\n<title>product-hunt</title>\n<path d=\"M17.969 11.906c0 1.156-0.938 2.094-2.109 2.094v0h-3.953v-4.203h3.953c1.172 0 2.109 0.938 2.109 2.109zM20.766 11.906c0-2.719-2.188-4.906-4.906-4.906v0h-6.766v14h2.812v-4.203h3.953c2.719 0 4.906-2.188 4.906-4.891zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mixcloud\" viewBox=\"0 0 36 28\">\n<title>mixcloud</title>\n<path d=\"M25.703 17.156c0-1.25-0.797-2.312-1.891-2.734-0.078 0.484-0.203 0.969-0.359 1.437-0.156 0.5-0.625 0.812-1.125 0.812-0.125 0-0.25-0.016-0.375-0.047-0.641-0.219-0.969-0.891-0.766-1.516 0.234-0.719 0.359-1.469 0.359-2.234 0-3.906-3.187-7.094-7.109-7.094-2.812 0-5.344 1.672-6.469 4.172 1.094 0.281 2.109 0.844 2.938 1.656 0.469 0.469 0.469 1.234 0 1.703s-1.234 0.469-1.703 0c-0.75-0.75-1.75-1.172-2.812-1.172-2.203 0-4 1.781-4 3.984s1.797 3.984 4 3.984h16.344c1.641 0 2.969-1.328 2.969-2.953zM28.094 17.156c0 2.953-2.406 5.344-5.359 5.344h-16.344c-3.531 0-6.391-2.859-6.391-6.375 0-3.203 2.375-5.844 5.453-6.297 1.297-3.813 4.906-6.438 8.984-6.438 4.922 0 8.984 3.766 9.453 8.563 2.391 0.516 4.203 2.656 4.203 5.203zM32 17.156c0 1.781-0.516 3.5-1.516 4.984-0.234 0.344-0.609 0.516-1 0.516v0c-0.234 0-0.469-0.063-0.672-0.203-0.547-0.359-0.688-1.109-0.313-1.656 0.734-1.078 1.109-2.328 1.109-3.641 0-1.297-0.375-2.562-1.109-3.641-0.375-0.547-0.234-1.281 0.313-1.656s1.297-0.219 1.672 0.328c1 1.469 1.516 3.187 1.516 4.969zM36 17.156c0 2.484-0.719 4.875-2.094 6.922-0.234 0.344-0.609 0.531-1 0.531v0c-0.219 0-0.453-0.063-0.656-0.203-0.547-0.375-0.703-1.109-0.328-1.656 1.094-1.656 1.687-3.594 1.687-5.594s-0.594-3.937-1.687-5.578c-0.375-0.547-0.219-1.297 0.328-1.656 0.547-0.375 1.281-0.234 1.656 0.328 1.375 2.031 2.094 4.422 2.094 6.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-scribd\" viewBox=\"0 0 24 28\">\n<title>scribd</title>\n<path d=\"M23.438 24.203c0 1.859-1.5 3.375-3.375 3.375s-3.391-1.516-3.391-3.375c0-1.875 1.516-3.391 3.391-3.391s3.375 1.516 3.375 3.391zM19.797 19.812c-2.375 0.313-4.219 2.344-4.219 4.813 0 0.766 0.187 1.516 0.516 2.156-1.406 0.75-3.313 1.219-5.922 1.219-8.313 0-9.609-5.875-9.609-6.656 0-0.797 0.469-3.406 3.406-3.406s3.344 2.516 3.344 3.031c0 0 0 0.531-0.359 1.266 1 0.938 3.359 0.938 3.359 0.938 2.359 0 4.141-1.156 4.141-2.875 0-1.734-2-2.578-6.563-4.719-4.562-2.156-6.281-3.734-6.281-7.656 0-3.938 2.625-7.922 9.172-7.922s9.016 3.672 9.016 6.188-2.141 3.141-2.938 3.141c-0.781 0-3.672 0.266-3.672-4.078-0.516-0.578-2.766-0.578-2.766-0.578-2.266 0-3.266 1.719-3.266 2.766 0 1.062 0.422 2.375 5.141 3.938 7.234 2.406 7.5 5.547 7.5 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle\" viewBox=\"0 0 24 28\">\n<title>pause-circle</title>\n<path d=\"M11 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM18 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle-o\" viewBox=\"0 0 24 28\">\n<title>pause-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM13.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle\" viewBox=\"0 0 24 28\">\n<title>stop-circle</title>\n<path d=\"M17 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle-o\" viewBox=\"0 0 24 28\">\n<title>stop-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-bag\" viewBox=\"0 0 28 28\">\n<title>shopping-bag</title>\n<path d=\"M27.453 22l0.547 4.891c0.031 0.281-0.063 0.562-0.25 0.781-0.187 0.203-0.469 0.328-0.75 0.328h-26c-0.281 0-0.562-0.125-0.75-0.328-0.187-0.219-0.281-0.5-0.25-0.781l0.547-4.891h26.906zM26 8.891l1.344 12.109h-26.688l1.344-12.109c0.063-0.5 0.484-0.891 1-0.891h4v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h6v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h4c0.516 0 0.938 0.391 1 0.891zM20 6v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-3.313 2.688-6 6-6s6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-basket\" viewBox=\"0 0 32 28\">\n<title>shopping-basket</title>\n<path d=\"M30 12c1.109 0 2 0.891 2 2s-0.891 2-2 2h-0.234l-1.797 10.344c-0.172 0.953-1 1.656-1.969 1.656h-20c-0.969 0-1.797-0.703-1.969-1.656l-1.797-10.344h-0.234c-1.109 0-2-0.891-2-2s0.891-2 2-2h28zM7.578 24.5c0.547-0.047 0.969-0.531 0.922-1.078l-0.5-6.5c-0.047-0.547-0.531-0.969-1.078-0.922s-0.969 0.531-0.922 1.078l0.5 6.5c0.047 0.516 0.484 0.922 1 0.922h0.078zM14 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM20 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM25.5 23.578l0.5-6.5c0.047-0.547-0.375-1.031-0.922-1.078s-1.031 0.375-1.078 0.922l-0.5 6.5c-0.047 0.547 0.375 1.031 0.922 1.078h0.078c0.516 0 0.953-0.406 1-0.922zM7.438 4.562l-1.453 6.438h-2.063l1.578-6.891c0.406-1.828 2.016-3.109 3.891-3.109h2.609c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1h2.609c1.875 0 3.484 1.281 3.891 3.109l1.578 6.891h-2.063l-1.453-6.438c-0.219-0.922-1.016-1.563-1.953-1.563h-2.609c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1h-2.609c-0.938 0-1.734 0.641-1.953 1.563z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hashtag\" viewBox=\"0 0 28 28\">\n<title>hashtag</title>\n<path d=\"M15.484 16l1-4h-3.969l-1 4h3.969zM27.484 8.125l-0.875 3.5c-0.063 0.219-0.25 0.375-0.484 0.375h-5.109l-1 4h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.141 0.281 0.094 0.438l-0.875 3.5c-0.047 0.219-0.25 0.375-0.484 0.375h-5.109l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.5c-0.156 0-0.313-0.078-0.406-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-3.969l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.516c-0.141 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l0.875-3.5c0.063-0.219 0.25-0.375 0.484-0.375h5.109l1-4h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.141-0.281-0.094-0.438l0.875-3.5c0.047-0.219 0.25-0.375 0.484-0.375h5.109l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h3.969l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth\" viewBox=\"0 0 24 28\">\n<title>bluetooth</title>\n<path d=\"M13.141 16.453l2.312 2.312-2.328 2.328zM13.125 6.906l2.328 2.328-2.312 2.312-0.016-4.641zM11.094 26.031l7.25-7.25-4.781-4.781 4.781-4.781-7.25-7.25v9.547l-3.984-3.984-1.453 1.453 5 5.016-5 5.016 1.453 1.453 3.984-3.984v9.547zM22.328 14c0 11.094-4.219 14-10.328 14v0c-6.109 0-10.328-2.906-10.328-14s4.219-14 10.328-14 10.328 2.906 10.328 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth-b\" viewBox=\"0 0 16 28\">\n<title>bluetooth-b</title>\n<path d=\"M9.312 22.234l2.703-2.688-2.703-2.688v5.375zM9.312 11.141l2.703-2.688-2.703-2.688v5.375zM9.812 14l5.563 5.563-8.422 8.437v-11.109l-4.641 4.625-1.687-1.687 5.812-5.828-5.812-5.828 1.687-1.687 4.641 4.625v-11.109l8.422 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-percent\" viewBox=\"0 0 24 28\">\n<title>percent</title>\n<path d=\"M20 20c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM8 8c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM24 20c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM22.5 3c0 0.219-0.078 0.422-0.203 0.594l-16.5 22c-0.187 0.25-0.484 0.406-0.797 0.406h-2.5c-0.547 0-1-0.453-1-1 0-0.219 0.078-0.422 0.203-0.594l16.5-22c0.187-0.25 0.484-0.406 0.797-0.406h2.5c0.547 0 1 0.453 1 1zM12 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gitlab\" viewBox=\"0 0 28 28\">\n<title>gitlab</title>\n<path d=\"M1.625 11.031l12.375 15.859-13.563-9.844c-0.375-0.281-0.531-0.766-0.391-1.203l1.578-4.813zM8.844 11.031h10.313l-5.156 15.859zM5.75 1.469l3.094 9.562h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0zM26.375 11.031l1.578 4.813c0.141 0.438-0.016 0.922-0.391 1.203l-13.563 9.844 12.375-15.859zM26.375 11.031h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpbeginner\" viewBox=\"0 0 28 28\">\n<title>wpbeginner</title>\n<path d=\"M6 13h2.5v-3.5h-2.5v3.5zM19.078 18.188v-1.437c-1.344 0.469-2.453 0.578-3.797 0.594-3.016 0.016-5.688-1.234-7.5-2.641l0.016 1.5c1.703 1.547 4.312 2.766 7.562 2.75 1.359 0 2.641-0.281 3.719-0.766zM10 13h10v-3.5h-10v3.5zM28 12.5c0 1.984-0.562 3.859-1.547 5.5 0.875 1 1.391 2.234 1.391 3.578 0 3.266-3.094 5.922-6.922 5.922-2.594 0-4.844-1.219-6.031-3.016-0.297 0.016-0.594 0.016-0.891 0.016s-0.594 0-0.891-0.016c-1.188 1.797-3.437 3.016-6.031 3.016-3.828 0-6.922-2.656-6.922-5.922 0-1.344 0.516-2.578 1.391-3.578-0.984-1.641-1.547-3.516-1.547-5.5 0-6.625 6.266-12 14-12s14 5.375 14 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpforms\" viewBox=\"0 0 24 28\">\n<title>wpforms</title>\n<path d=\"M8.047 14.234v2h-3.938v-2h3.938zM8.047 10.25v1.984h-3.938v-1.984h3.938zM19.891 18.234v2h-5.328v-2h5.328zM19.891 14.234v2h-10.5v-2h10.5zM19.891 10.25v1.984h-10.5v-1.984h10.5zM22 23.688v-19.375c0-0.172-0.141-0.313-0.313-0.313h-0.5l-5.906 4-3.281-2.672-3.281 2.672-5.906-4h-0.5c-0.172 0-0.313 0.141-0.313 0.313v19.375c0 0.172 0.141 0.313 0.313 0.313h19.375c0.172 0 0.313-0.141 0.313-0.313zM8.641 6.344l2.891-2.344h-6.344zM15.359 6.344l3.453-2.344h-6.344zM24 4.312v19.375c0 1.281-1.031 2.312-2.312 2.312h-19.375c-1.281 0-2.312-1.031-2.312-2.312v-19.375c0-1.281 1.031-2.312 2.312-2.312h19.375c1.281 0 2.312 1.031 2.312 2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envira\" viewBox=\"0 0 30 28\">\n<title>envira</title>\n<path d=\"M14 12.75c-1.984-3.75-3.813-7.406-9.016-9.875-3.109-1.469-0.328 0.578-0.328 0.578 2.828 1.953 4.125 4.594 5.641 7.484 1.969 3.766 4.937 8.734 9.016 10.484 4.062 1.75 2.141 0.781 0.375-0.531-1.766-1.328-4.266-5.437-5.688-8.141zM8.578 21.234c-5.641-4.469-5.328-9.812-8.578-21.234 29.859 0 22.922 19.828 22.953 22.891l5.047 5.109h-1.625l-4.391-4.453c-2.438 0.266-7.781 2.156-13.406-2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-universal-access\" viewBox=\"0 0 28 28\">\n<title>universal-access</title>\n<path d=\"M21.469 10.266c-0.125-0.531-0.656-0.859-1.203-0.734-2.234 0.531-4.266 0.969-6.266 0.969s-4.031-0.438-6.266-0.969c-0.547-0.125-1.078 0.203-1.203 0.734-0.125 0.547 0.203 1.078 0.734 1.203 1.656 0.391 3.203 0.734 4.734 0.906-0.063 5.281-0.641 6.75-1.297 8.437l-0.141 0.328c-0.203 0.516 0.063 1.094 0.578 1.297 0.109 0.047 0.234 0.063 0.359 0.063 0.406 0 0.781-0.234 0.938-0.641l0.125-0.313c0.438-1.125 0.844-2.172 1.109-4.047h0.656c0.266 1.875 0.672 2.922 1.109 4.047l0.125 0.313c0.156 0.406 0.531 0.641 0.938 0.641 0.125 0 0.25-0.016 0.359-0.063 0.516-0.203 0.781-0.781 0.578-1.297l-0.141-0.328c-0.656-1.687-1.234-3.156-1.297-8.437 1.531-0.172 3.078-0.516 4.734-0.906 0.531-0.125 0.859-0.656 0.734-1.203zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM25 14c0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11 11 4.922 11 11zM14 2c-6.609 0-12 5.391-12 12s5.391 12 12 12 12-5.391 12-12-5.391-12-12-12zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair-alt\" viewBox=\"0 0 24 28\">\n<title>wheelchair-alt</title>\n<path d=\"M22.469 12.703c0.328 0.344 0.5 0.812 0.453 1.281l-0.688 8.609c-0.078 0.875-0.797 1.531-1.656 1.531-0.047 0-0.094 0-0.141-0.016-0.922-0.063-1.594-0.875-1.531-1.781l0.547-6.703-2.234 0.125c0.547 1.125 0.859 2.406 0.859 3.75 0 2.25-0.875 4.297-2.312 5.812l-2.141-2.141c0.875-0.969 1.422-2.266 1.422-3.672 0-3.031-2.453-5.484-5.469-5.484-1.422 0-2.703 0.547-3.687 1.437l-2.141-2.156c1.203-1.141 2.734-1.922 4.438-2.203l4.125-4.688-2.328-1.359-2.828 2.516c-0.688 0.625-1.734 0.562-2.344-0.125s-0.547-1.734 0.125-2.344l3.734-3.328c0.531-0.484 1.313-0.562 1.937-0.187 7.609 4.422 7.625 4.422 7.625 4.422 0.406 0.234 0.641 0.641 0.75 1.062 0.156 0.609 0.047 1.297-0.406 1.828l-3.203 3.625 5.797-0.313c0.484-0.031 0.953 0.141 1.297 0.5zM19.375 5.563c-1.531 0-2.781-1.234-2.781-2.781 0-1.531 1.25-2.781 2.781-2.781 1.547 0 2.797 1.25 2.797 2.781 0 1.547-1.25 2.781-2.797 2.781zM9.578 24.969c1.125 0 2.188-0.359 3.063-0.953l2.172 2.172c-1.437 1.141-3.266 1.813-5.234 1.813-4.703 0-8.516-3.813-8.516-8.5 0-1.984 0.672-3.797 1.813-5.25l2.172 2.172c-0.594 0.875-0.938 1.937-0.938 3.078 0 3.016 2.453 5.469 5.469 5.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle-o\" viewBox=\"0 0 24 28\">\n<title>question-circle-o</title>\n<path d=\"M13.75 18.75v2.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-2.5c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5zM17.75 11c0 2.219-1.547 3.094-2.688 3.734-0.812 0.469-1.313 0.766-1.313 1.266v0.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1.062c0-1.922 1.375-2.531 2.484-3.031 0.938-0.438 1.516-0.734 1.516-1.437 0-0.906-1.141-1.578-2.172-1.578-0.547 0-1.125 0.172-1.484 0.422-0.344 0.234-0.672 0.578-1.25 1.297-0.094 0.125-0.234 0.187-0.391 0.187-0.109 0-0.219-0.031-0.297-0.094l-1.687-1.281c-0.203-0.156-0.25-0.453-0.109-0.672 1.281-2.016 3.078-3 5.453-3v0c2.562 0 5.437 2.031 5.437 4.75zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-blind\" viewBox=\"0 0 22 28\">\n<title>blind</title>\n<path d=\"M5.719 4.859c-1.344 0-2.438-1.094-2.438-2.438 0-1.328 1.094-2.422 2.438-2.422s2.422 1.094 2.422 2.422c0 1.344-1.078 2.438-2.422 2.438zM14.328 14.891c0 1.687-1.797 1.313-2.203 0.625l-5.734-6.844c-0.25-0.406-0.438-0.219-0.438-0.219s-0.109 0.125 0.063 0.328l1.906 2.172 0.016 5.531c-1.344 3.906-2.516 7.141-2.516 7.141-0.734 2.094-1.344 3.906-1.875 4.156-0.641 0.328-1.109 0.25-1.609 0.016-0.656-0.297-0.844-1.094-0.797-1.563 0 0 0.031-0.25 3.078-9.656l0.078-6.5-1.328 2.562 0.547 3.469c0.203 1.313-0.906 1.484-0.906 1.484-1.062 0.172-1.281-1.062-1.281-1.094l-0.719-4.672c3.281-5.922 3.297-5.953 3.297-5.953v0c0.25-0.375 0.812-0.531 1.766-0.531 0.844 0 1.375 0.25 1.672 0.625v0l6.625 8.141c0.094 0.063 0.156 0.156 0.219 0.266l0.047 0.047-0.016 0.016c0.078 0.141 0.109 0.297 0.109 0.453zM8.031 17.234c1.5 3.984 2.844 7 2.844 7 0.453 1.156 1.234 2.812 0.094 3.469-1.125 0.656-2.031-0.109-2.281-0.641v0h-0.016c-0.047-0.125-0.094-0.25-0.125-0.391l-1.937-5.484zM20.906 26.484c0.328 0.516 0.609 0.891 0.438 1-0.297 0.187-0.391-0.359-0.719-0.891 0 0-1.766-2.672-6.609-10.328 0.094 0.031 0.266-0.109 0.266-0.109s0.172-0.141 0.172-0.266c4.813 7.859 6.453 10.594 6.453 10.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-audio-description\" viewBox=\"0 0 36 28\">\n<title>audio-description</title>\n<path d=\"M7.875 15.531h2.672l-0.016-4.141zM23.906 13.984c0-1.734-1-3.016-3.078-3.016h-0.844v6.062h0.812c1.953 0 3.109-1.422 3.109-3.047zM14.938 8.094l0.016 11.813c0 0.297-0.234 0.531-0.516 0.531h-3.375c-0.281 0-0.516-0.234-0.516-0.531v-0.969h-4.547l-0.859 1.266c-0.094 0.141-0.266 0.234-0.438 0.234h-4.172c-0.438 0-0.688-0.484-0.422-0.828l8.687-11.828c0.094-0.141 0.25-0.219 0.422-0.219h5.187c0.297 0 0.531 0.234 0.531 0.531zM27.859 13.984c0 4.109-3 6.453-7.031 6.453h-4.219c-0.297 0-0.531-0.234-0.531-0.531v-11.813c0-0.297 0.234-0.531 0.531-0.531h4.188c4.062 0 7.063 2.312 7.063 6.422zM30.297 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.109-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM33.172 14c0 0 0.063 4.062-2.328 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM36 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.109-2.531 2.156-6.469 2.156-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-control-phone\" viewBox=\"0 0 22 28\">\n<title>volume-control-phone</title>\n<path d=\"M9.641 26.391c0-0.375-0.828-3.031-1-3.656-0.094-0.391-0.125-1.031-0.422-1.313-0.203-0.187-0.531-0.219-0.797-0.219-0.734 0-1.469 0.172-2.203 0.172-0.219 0-0.547-0.016-0.734-0.172-0.25-0.203-0.375-0.906-0.469-1.219-0.375-1.297-0.578-2.625-0.578-3.984s0.203-2.688 0.578-3.984c0.094-0.313 0.219-1.016 0.469-1.219 0.187-0.156 0.516-0.172 0.734-0.172 0.734 0 1.469 0.172 2.203 0.172 0.266 0 0.594-0.031 0.797-0.219 0.297-0.281 0.328-0.922 0.422-1.313 0.172-0.625 1-3.281 1-3.656 0-0.531-1.406-1.313-1.859-1.484-0.234-0.094-0.469-0.125-0.703-0.125-0.516 0-1.031 0.141-1.531 0.281-2.562 0.766-3.172 2.328-4.188 4.531-1.094 2.359-1.359 4.609-1.359 7.187s0.266 4.828 1.359 7.187c1.016 2.203 1.625 3.766 4.188 4.531 0.5 0.141 1.016 0.281 1.531 0.281 0.234 0 0.469-0.031 0.703-0.125 0.453-0.172 1.859-0.953 1.859-1.484zM12.125 12.125c-0.266 0-0.516-0.109-0.703-0.297-0.391-0.391-0.406-1.031 0-1.422 0.375-0.375 0.578-0.875 0.578-1.406s-0.203-1.031-0.578-1.422c-0.406-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c0.75 0.75 1.172 1.766 1.172 2.828s-0.422 2.078-1.172 2.828c-0.203 0.187-0.453 0.297-0.703 0.297zM14.953 14.953c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.125-1.141 1.75-2.641 1.75-4.25s-0.625-3.109-1.75-4.25c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c1.516 1.516 2.344 3.516 2.344 5.656s-0.828 4.141-2.344 5.656c-0.187 0.203-0.453 0.297-0.703 0.297zM17.781 17.781c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.875-1.891 2.922-4.406 2.922-7.078s-1.047-5.187-2.922-7.078c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c2.266 2.266 3.516 5.281 3.516 8.484s-1.25 6.219-3.516 8.484c-0.187 0.203-0.453 0.297-0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-braille\" viewBox=\"0 0 34 28\">\n<title>braille</title>\n<path d=\"M3 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 2.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM34 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-assistive-listening-systems\" viewBox=\"0 0 28 28\">\n<title>assistive-listening-systems</title>\n<path d=\"M2 27c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5 24c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5.703 18.297l4 4-1.406 1.406-4-4zM11 18c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22.047 13c0 2.594-1.219 3.984-2.281 5.219-0.984 1.125-1.766 2.016-1.766 3.781 0 3.313-2.688 6-6 6-0.547 0-1-0.453-1-1s0.453-1 1-1c2.203 0 4-1.797 4-4 0-2.516 1.203-3.891 2.25-5.094 0.969-1.109 1.797-2.063 1.797-3.906 0-3.859-3.141-7-7-7s-7 3.141-7 7c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-4.969 4.031-9 9-9s9 4.031 9 9zM14 15c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM18.5 13c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-1.937-1.563-3.5-3.5-3.5-1.922 0-3.5 1.563-3.5 3.5 0 0.547-0.453 1-1 1s-1-0.453-1-1c0-3.031 2.469-5.5 5.5-5.5s5.5 2.469 5.5 5.5zM24.656 8.484c0.203 0.516-0.063 1.094-0.578 1.297-0.109 0.047-0.234 0.063-0.359 0.063-0.391 0-0.781-0.234-0.922-0.641-0.703-1.828-1.922-3.422-3.5-4.609-0.438-0.328-0.531-0.953-0.203-1.391 0.344-0.438 0.969-0.531 1.406-0.203 1.875 1.406 3.313 3.313 4.156 5.484zM27.937 7.219c0.187 0.516-0.063 1.094-0.578 1.297-0.125 0.047-0.234 0.063-0.359 0.063-0.406 0-0.781-0.234-0.938-0.641-0.938-2.438-2.547-4.562-4.641-6.141-0.453-0.328-0.531-0.953-0.203-1.391 0.328-0.453 0.953-0.531 1.391-0.203 2.406 1.797 4.25 4.234 5.328 7.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-american-sign-language-interpreting\" viewBox=\"0 0 36 28\">\n<title>american-sign-language-interpreting</title>\n<path d=\"M16.125 15c-0.547-0.016-1.062-0.328-1.313-0.859-0.344-0.703-1.031-1.141-1.813-1.141-1.109 0-2 0.891-2 2 0 0.531 0.187 1.047 0.562 1.391l0.156 0.125c0.344 0.313 0.797 0.484 1.281 0.484 0.781 0 1.469-0.438 1.813-1.141 0.25-0.531 0.766-0.844 1.313-0.859zM25 13c0-0.531-0.187-1.047-0.562-1.391l-0.156-0.125c-0.344-0.313-0.797-0.484-1.281-0.484-0.781 0-1.469 0.438-1.813 1.141-0.25 0.531-0.766 0.844-1.313 0.859 0.547 0.016 1.062 0.328 1.313 0.859 0.344 0.703 1.031 1.141 1.813 1.141 1.109 0 2-0.891 2-2zM18.344 9.547c-0.359 0.734-1.266 1.047-2 0.688-0.656-0.328-1.359-0.484-2.094-0.484-0.547 0-1.062 0.094-1.547 0.266 0.094 0 0.203-0.016 0.297-0.016 1.922 0 3.687 1.125 4.516 2.859 0.359 0.75 0.031 1.641-0.719 2-0.187 0.094-0.391 0.141-0.609 0.141 0.219 0 0.422 0.047 0.609 0.141 0.75 0.359 1.078 1.25 0.719 2-0.828 1.734-2.594 2.859-4.516 2.859v0h-0.094c-0.234-0.031-0.453-0.047-0.688-0.063l-4.531-0.422-3.734 1.875c-0.156 0.078-0.297 0.109-0.453 0.109-0.359 0-0.719-0.203-0.891-0.547l-2.5-5c-0.234-0.484-0.063-1.062 0.391-1.328l3.266-1.859 2.312-4.172c0.359-3.219 1.953-6.172 4.484-8.25 0.641-0.531 1.594-0.438 2.109 0.203 0.531 0.641 0.438 1.578-0.203 2.109-0.703 0.594-1.328 1.266-1.828 2 1.219-0.828 2.625-1.391 4.172-1.578 0.828-0.109 1.578 0.469 1.672 1.297 0.109 0.828-0.469 1.578-1.297 1.672-0.906 0.109-1.75 0.422-2.484 0.859 0.5-0.109 1.016-0.156 1.547-0.156 1.188 0 2.344 0.266 3.406 0.781 0.75 0.375 1.062 1.266 0.688 2.016zM33.391 7.047l2.5 5c0.234 0.484 0.063 1.062-0.391 1.328l-3.266 1.859-2.312 4.172c-0.359 3.219-1.953 6.172-4.484 8.25-0.281 0.234-0.625 0.344-0.953 0.344-0.438 0-0.859-0.187-1.156-0.547-0.531-0.641-0.438-1.578 0.203-2.109 0.703-0.594 1.328-1.266 1.828-2-1.219 0.828-2.625 1.391-4.172 1.578-0.063 0.016-0.125 0.016-0.187 0.016-0.75 0-1.391-0.562-1.484-1.313-0.109-0.828 0.469-1.578 1.297-1.672 0.906-0.109 1.75-0.422 2.484-0.859-0.5 0.109-1.016 0.156-1.547 0.156-1.188 0-2.344-0.266-3.406-0.781-0.75-0.375-1.062-1.266-0.688-2.016 0.359-0.734 1.266-1.047 2-0.688 0.656 0.328 1.359 0.484 2.094 0.484 0.547 0 1.062-0.094 1.547-0.266-0.094 0-0.203 0.016-0.297 0.016-1.922 0-3.687-1.125-4.516-2.859-0.359-0.75-0.031-1.641 0.719-2 0.187-0.094 0.391-0.141 0.609-0.141-0.219 0-0.422-0.047-0.609-0.141-0.75-0.359-1.078-1.25-0.719-2 0.828-1.734 2.594-2.859 4.516-2.859v0h0.109c0.219 0.031 0.438 0.047 0.656 0.063l4.547 0.422 3.734-1.875c0.156-0.078 0.297-0.109 0.453-0.109 0.359 0 0.719 0.203 0.891 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deaf\" viewBox=\"0 0 28 28\">\n<title>deaf</title>\n<path d=\"M16.5 13c0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5c0 0.547 0.453 1 1 1s1-0.453 1-1c0-1.937 1.578-3.5 3.5-3.5s3.5 1.563 3.5 3.5zM13.047 4c-4.969 0-9 4.031-9 9 0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.859 3.141-7 7-7s7 3.141 7 7c0 1.844-0.828 2.797-1.797 3.906-1.047 1.203-2.25 2.578-2.25 5.094 0 2.203-1.797 4-4 4-0.547 0-1 0.453-1 1s0.453 1 1 1c3.313 0 6-2.688 6-6 0-1.766 0.781-2.656 1.766-3.781 1.062-1.234 2.281-2.625 2.281-5.219 0-4.969-4.031-9-9-9zM9.234 15.234l3.531 3.531-9.047 9.047c-0.25 0.25-0.656 0.25-0.906 0l-2.625-2.625c-0.25-0.25-0.25-0.656 0-0.906zM25.188 0.187l2.625 2.625c0.25 0.25 0.25 0.656 0 0.922l-3.641 3.641-0.406 0.391-1.109 1.109c-0.672-1.563-1.703-2.938-3.047-4.031l4.656-4.656c0.266-0.25 0.672-0.25 0.922 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide\" viewBox=\"0 0 24 28\">\n<title>glide</title>\n<path d=\"M13.531 8.047c0 0.5-0.109 0.984-0.203 1.469-0.328 1.563-0.641 3.125-0.969 4.688-0.047 0.219-0.047 0.219-0.281 0.234-0.156 0.016-0.328 0.031-0.484 0.031-1.344 0-1.719-1.453-1.719-2.547 0-1.625 0.641-3.797 2.156-4.656 0.25-0.125 0.516-0.219 0.797-0.219 0.641 0 0.703 0.469 0.703 1zM21.125 14.672c0-0.281-1.156-2.109-1.422-2.219-0.125-0.047-0.391-0.125-0.531-0.125-1.281 0-2.438 0.578-3.531 1.203l-0.031-0.031c0.25-1.672 0.812-3.156 0.812-4.891 0-2.484-1.328-3.641-3.781-3.641-0.359 0-0.719 0.047-1.062 0.094-3.078 0.547-4.953 4.062-4.953 6.953 0 3.063 1.766 4.75 4.813 4.75 0.063 0 0.391-0.031 0.391 0.047 0 0.031 0 0.047-0.016 0.078-0.063 0.594-0.25 1.25-0.406 1.828-0.234 0.859-1.047 2.344-2.094 2.344-0.453 0-0.656-0.313-0.656-0.734 0-1.359 1.563-2.172 1.594-2.25 0-0.063-0.078-0.125-0.109-0.156-0.484-0.438-1.281-0.797-1.937-0.797-1.188 0-1.828 1.906-1.828 2.875 0 1.813 1.141 3.063 2.969 3.063 2.703 0 4.672-2.844 5.281-5.187 0.172-0.688 0.297-1.391 0.469-2.078 0.031-0.141 0.078-0.203 0.219-0.281 1.109-0.562 2.281-0.938 3.547-0.938 0.688 0 1.297 0.125 1.984 0.281 0.016 0.016 0.047 0.016 0.063 0.016 0.094 0 0.219-0.109 0.219-0.203zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide-g\" viewBox=\"0 0 24 28\">\n<title>glide-g</title>\n<path d=\"M11.625 4.766c0-0.828-0.078-1.547-1.078-1.547-0.422 0-0.844 0.141-1.219 0.359-2.359 1.297-3.328 4.656-3.328 7.187 0 1.687 0.578 3.938 2.641 3.938 0.469 0 1.062 0.125 1.188-0.422 0.5-2.406 1-4.828 1.5-7.234 0.156-0.75 0.297-1.516 0.297-2.281zM23.406 15.016c0 0.156-0.203 0.313-0.359 0.313l-0.094-0.016c-1.062-0.156-2-0.438-3.078-0.438-1.953 0-3.75 0.578-5.484 1.453-0.219 0.109-0.266 0.203-0.328 0.422-0.281 1.062-0.469 2.156-0.734 3.219-0.938 3.641-3.984 8.031-8.156 8.031-2.844 0-4.594-1.937-4.594-4.734 0-1.516 0.984-4.469 2.812-4.469 0.641 0 3.156 0.828 3.172 1.484-0.031 0.125-2.453 1.375-2.453 3.484 0 0.641 0.313 1.141 1.016 1.141 2.484 0 3.625-4.531 3.875-6.438v-0.141c0-0.125-0.5-0.063-0.594-0.063-4.703 0-7.453-2.625-7.453-7.359 0-4.469 2.906-9.922 7.672-10.75 0.547-0.094 1.094-0.141 1.656-0.141 3.781 0 5.844 1.766 5.844 5.625 0 2.609-0.891 5.016-1.266 7.562l0.047 0.047c1.687-0.953 3.469-1.859 5.469-1.859 0.203 0 0.641 0.125 0.828 0.203 0.406 0.156 2.203 2.984 2.203 3.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-language\" viewBox=\"0 0 26 28\">\n<title>sign-language</title>\n<path d=\"M12.984 10.516c0.328 0 0.641 0.094 0.922 0.281l3.469 2.312c0.641 0.422 1.219 0.938 1.719 1.516l2.281 2.656c0.391 0.453 0.562 1.062 0.453 1.656l-1.125 6.453c-0.125 0.656-0.656 1.156-1.328 1.234l-8.234 0.875-5.5 0.5h-0.141c-0.812 0-1.5-0.656-1.5-1.5 0-0.781 0.656-1.406 1.437-1.5l4.062-0.5h-7c-0.859 0-1.547-0.719-1.5-1.578 0.047-0.812 0.766-1.422 1.578-1.422l6.906-0.016-8.141-1c-0.844-0.094-1.453-0.859-1.328-1.719 0.125-0.75 0.812-1.25 1.563-1.25h0.156l7.516 0.938-5.484-1.469c-0.781-0.203-1.375-0.922-1.25-1.719 0.125-0.75 0.766-1.266 1.484-1.266 0.109 0 0.203 0.016 0.313 0.031l7 1.5 3.391 0.578c0.031 0 0.063 0.016 0.094 0.016 0.469 0 0.703-0.641 0.281-0.922l-2.906-1.953c-0.719-0.484-0.891-1.453-0.375-2.141 0.281-0.391 0.734-0.594 1.188-0.594zM11.891 13.672l2.906 1.953-3.406-0.578-0.078-0.031-0.562-0.594-3.719-4.094c-0.031-0.031-0.047-0.078-0.078-0.109-0.484-0.641-0.375-1.578 0.297-2.094 0.625-0.484 1.516-0.328 2.063 0.25l2.219 2.297c-0.047 0.047-0.094 0.078-0.141 0.125-0.328 0.453-0.453 1-0.359 1.547 0.094 0.531 0.406 1.016 0.859 1.328zM25.75 6.578l0.234 4.156c0.047 0.766-0.016 1.547-0.172 2.297l-0.75 3.422c-0.125 0.594-0.5 1.078-1.047 1.359l-1.656 0.844c0.016-0.625-0.187-1.219-0.609-1.703l-2.281-2.656c-0.531-0.609-1.141-1.156-1.828-1.609l-3.469-2.312c-0.344-0.234-0.75-0.359-1.188-0.359-0.531 0-1.016 0.219-1.375 0.578l-3.672-4.875c-0.516-0.688-0.359-1.656 0.359-2.141 0.672-0.469 1.594-0.25 2.094 0.406l4.156 5.5-4.094-7.109c-0.438-0.734-0.187-1.687 0.578-2.094 0.719-0.375 1.625-0.078 2.031 0.625l3.766 6.563-2.125-5.266c-0.297-0.75-0.094-1.656 0.625-2.031 0.766-0.406 1.703-0.078 2.063 0.703l3.016 6.484 1.578 3.063c0.25 0.484 0.984 0.281 0.953-0.25l-0.187-3.5c-0.047-0.859 0.625-1.578 1.484-1.594 0.812 0 1.469 0.688 1.516 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-low-vision\" viewBox=\"0 0 28 28\">\n<title>low-vision</title>\n<path d=\"M5.234 21.187c-0.031 0-0.063-0.016-0.094-0.031-1.828-1.219-3.656-3.219-4.813-5.078-0.219-0.313-0.328-0.688-0.328-1.078 0-0.812 0.562-1.469 1.016-2.078 1.813-2.469 4.234-4.5 7.063-5.703-0.234-0.422-1.719-3.016-1.719-3.297 0-0.187 0.109-0.359 0.266-0.453 0.313-0.172 1.719-1 2-1 0.172 0 0.344 0.094 0.438 0.25l1.937 3.578c0.984-0.203 2-0.297 3-0.297 5.656 0 10.687 3.203 13.687 7.922 0.203 0.313 0.313 0.688 0.313 1.078s-0.109 0.766-0.313 1.078c-1.859 2.922-4.578 5.344-7.766 6.703 0.234 0.422 1.719 3.016 1.719 3.297 0 0.187-0.094 0.359-0.266 0.453-0.313 0.172-1.719 1-1.984 1-0.187 0-0.359-0.094-0.453-0.25l-1.937-3.578-1-1.859-6.937-12.812 0.109-0.109c-0.531 0.219-1.047 0.453-1.547 0.734 0.187 0.359 7.641 14.047 7.641 14.156 0 0.078-0.063 0.125-0.141 0.141-0.344 0.078-0.781 0.047-1.125 0.047-0.172 0-0.875 0.031-0.938-0.109l-7.125-13.141c-0.453 0.328-0.875 0.688-1.281 1.062 0.344 0.609 6.312 11.594 6.312 11.688 0 0.125-0.078 0.156-0.172 0.156-0.266 0-2.344-0.641-2.422-0.781l-1.656-3.078-3.5-6.453c-0.438 0.531-0.844 1.078-1.219 1.656 0.203 0.297 0.469 0.609 0.641 0.922 0.219 0.406 2.75 5.016 2.75 5.109 0 0.078-0.078 0.156-0.156 0.156zM18.203 19.594l0.766 1.422c2.922-1.188 5.328-3.375 7.031-6.016-1.734-2.672-4.203-4.891-7.172-6.078 1.391 1.328 2.172 3.156 2.172 5.078 0 2.203-1.031 4.281-2.797 5.594zM13.25 10c0 0.406 0.344 0.75 0.75 0.75 0.859 0 1.687 0.344 2.297 0.953s0.953 1.437 0.953 2.297c0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-2.625-2.125-4.75-4.75-4.75-0.406 0-0.75 0.344-0.75 0.75zM18.969 8.984l-0.141-0.063 0.109 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo\" viewBox=\"0 0 20 28\">\n<title>viadeo</title>\n<path d=\"M16.406 17.281c0 2.234-0.781 4.203-2.297 5.844-1.578 1.719-3.578 2.516-5.906 2.516-2.312 0-4.328-0.781-5.906-2.516-1.516-1.641-2.297-3.609-2.297-5.844 0-4.641 3.5-8.437 8.203-8.437 0.969 0 1.937 0.156 2.844 0.484-0.313 0.609-0.531 1.281-0.609 1.969-0.703-0.297-1.469-0.438-2.234-0.438-3.547 0-6.156 3.031-6.156 6.469 0 3.5 2.594 6.359 6.156 6.359s6.141-2.859 6.141-6.359c0-0.891-0.156-1.766-0.5-2.594 0.688-0.141 1.344-0.406 1.922-0.766 0.438 1.047 0.641 2.188 0.641 3.313zM13.219 14.328c0 3.938-1.594 7.219-4.969 9.344l-0.219 0.016c-0.328 0-0.656-0.031-0.969-0.078 4.516-1.719 5.344-8.578 5.344-12.766 0-0.531 0-1.078-0.047-1.609 0.562 1.641 0.859 3.359 0.859 5.094zM12.359 9.203v0.031c-0.812-2.391-1.937-4.703-3.219-6.875 1.969 1.328 3.047 4.547 3.219 6.844zM16.172 12.375c-0.969 0-1.828-0.516-2.5-1.172 1.594-0.875 3.609-2.234 4.531-3.859 0.109-0.219 0.297-0.625 0.328-0.875-0.906 2.031-3.219 3.625-5.375 4.125-0.344-0.531-0.547-1.125-0.547-1.766 0-0.75 0.375-1.75 0.938-2.297 0.641-0.609 1.594-0.922 2.453-1.156 1.25-0.344 2.266-1.313 2.812-2.484 0.812 1.156 1.156 2.562 1.156 3.953 0 0.703-0.109 1.984-0.375 2.656-0.578 1.406-1.75 2.875-3.422 2.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo-square\" viewBox=\"0 0 24 28\">\n<title>viadeo-square</title>\n<path d=\"M16.406 16.266c0-0.781-0.141-1.563-0.438-2.297-0.406 0.25-0.859 0.438-1.328 0.531 0.25 0.562 0.344 1.172 0.344 1.781 0 2.406-1.781 4.375-4.219 4.375-2.453 0-4.234-1.969-4.234-4.375 0-2.359 1.797-4.438 4.234-4.438 0.531 0 1.047 0.094 1.531 0.297 0.047-0.469 0.203-0.938 0.422-1.359-0.625-0.219-1.281-0.328-1.953-0.328-3.234 0-5.641 2.609-5.641 5.812s2.422 5.734 5.641 5.734 5.641-2.547 5.641-5.734zM13.625 10.719c0.031 0.375 0.031 0.75 0.031 1.109 0 2.891-0.562 7.594-3.672 8.781 0.219 0.031 0.438 0.047 0.656 0.047h0.156c2.312-1.469 3.422-3.719 3.422-6.422 0-1.203-0.203-2.391-0.594-3.516zM13.625 10.719c-0.078-1.516-0.938-3.859-2.219-4.719 0.875 1.484 1.656 3.078 2.219 4.719zM18.859 9.078c0-0.953-0.234-1.922-0.797-2.719-0.375 0.797-1.078 1.469-1.937 1.703-1.234 0.344-2.328 0.922-2.328 2.391 0 0.422 0.141 0.844 0.375 1.203 1.484-0.344 3.063-1.437 3.687-2.844-0.094 1.25-2.422 2.766-3.328 3.266 0.453 0.453 1.047 0.812 1.719 0.812 1.141 0 1.953-1.016 2.344-1.984 0.187-0.469 0.266-1.344 0.266-1.828zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat\" viewBox=\"0 0 24 28\">\n<title>snapchat</title>\n<path d=\"M19.984 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.313-2.5-1.297-3.094-2.609-0.047-0.125-0.109-0.25-0.109-0.391 0-0.703 1.953-0.562 1.953-1.563 0-0.422-0.516-0.688-0.891-0.688-0.359 0-0.641 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.031-0.594 0.078-1.188 0.078-1.781 0-0.547-0.031-1.297-0.266-1.781-0.75-1.625-2.203-2.578-3.984-2.578-1.953 0-3.437 0.719-4.297 2.578-0.234 0.484-0.266 1.234-0.266 1.781 0 0.594 0.047 1.188 0.078 1.781-0.063 0.031-0.141 0.031-0.219 0.031-0.359 0-0.641-0.234-0.969-0.234-0.391 0-0.875 0.25-0.875 0.688 0 0.969 1.953 0.844 1.953 1.547 0 0.141-0.063 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.719 1.656 0.984 2.141 1.062 0.141 0.375 0.078 1.031 0.641 1.031 0.391 0 0.781-0.141 1.203-0.141 1.641 0 2.078 1.484 3.984 1.484 1.984 0 2.359-1.484 4.016-1.484 0.422 0 0.812 0.125 1.219 0.125 0.547 0 0.484-0.656 0.625-1.016 0.484-0.078 2.141-0.344 2.141-1.062zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-ghost\" viewBox=\"0 0 26 28\">\n<title>snapchat-ghost</title>\n<path d=\"M13.25 2c2.812-0.031 5.141 1.547 6.312 4.078 0.359 0.766 0.422 1.953 0.422 2.797 0 1-0.078 1.984-0.141 2.984 0.125 0.063 0.297 0.109 0.438 0.109 0.562 0 1.031-0.422 1.594-0.422 0.531 0 1.297 0.375 1.297 1 0 1.5-3.141 1.219-3.141 2.531 0 0.234 0.094 0.453 0.187 0.672 0.75 1.641 2.172 3.219 3.859 3.922 0.406 0.172 0.812 0.266 1.25 0.359 0.281 0.063 0.438 0.266 0.438 0.547 0 1.062-2.703 1.5-3.422 1.609-0.313 0.484-0.078 1.625-0.906 1.625-0.641 0-1.281-0.203-1.969-0.203-0.328 0-0.656 0.016-0.969 0.078-1.859 0.313-2.484 2.312-5.531 2.312-2.938 0-3.641-2-5.453-2.312-0.328-0.063-0.656-0.078-0.984-0.078-0.703 0-1.375 0.234-1.937 0.234-0.875 0-0.609-1.156-0.938-1.656-0.719-0.109-3.422-0.547-3.422-1.609 0-0.281 0.156-0.484 0.438-0.547 0.438-0.094 0.844-0.187 1.25-0.359 1.672-0.688 3.125-2.281 3.859-3.922 0.094-0.219 0.187-0.438 0.187-0.672 0-1.313-3.156-1.062-3.156-2.516 0-0.609 0.719-1 1.266-1 0.484 0 0.969 0.406 1.578 0.406 0.172 0 0.344-0.031 0.5-0.109-0.063-0.984-0.141-1.969-0.141-2.969 0-0.844 0.063-2.047 0.422-2.812 1.375-2.969 3.703-4.047 6.813-4.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-square\" viewBox=\"0 0 24 28\">\n<title>snapchat-square</title>\n<path d=\"M20 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.297-2.5-1.297-3.094-2.609-0.063-0.125-0.109-0.25-0.109-0.391 0-0.703 1.937-0.562 1.937-1.563 0-0.422-0.516-0.688-0.891-0.688-0.344 0-0.625 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.047-0.594 0.078-1.203 0.078-1.797 0-0.531-0.031-1.281-0.266-1.781-0.75-1.625-2.187-2.578-3.984-2.578-1.953 0-3.437 0.734-4.297 2.578-0.234 0.5-0.281 1.25-0.281 1.797 0 0.594 0.047 1.188 0.094 1.781-0.078 0.016-0.156 0.031-0.234 0.031-0.344 0-0.641-0.25-0.969-0.25-0.391 0-0.859 0.266-0.859 0.703 0 0.969 1.937 0.844 1.937 1.547 0 0.141-0.047 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.734 1.656 1 2.156 1.078 0.141 0.375 0.078 1.031 0.625 1.031 0.406 0 0.797-0.156 1.203-0.156 1.656 0 2.094 1.484 4 1.484 1.984 0 2.359-1.484 4.031-1.484 0.406 0 0.812 0.141 1.219 0.141 0.531 0 0.484-0.656 0.609-1.016 0.5-0.078 2.156-0.344 2.156-1.078zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper\" viewBox=\"0 0 36 28\">\n<title>pied-piper</title>\n<path d=\"M36 0c-4.547 3.016-5.031 5.203-5.422 5.875-0.375 0.688-0.656 3.391-1.313 4.703-0.656 1.328-3.047 2.375-3.719 2.812-0.656 0.438-1.594 2.141-2.359 3.609-3.453-0.141-6.875 0.703-9.844 2.469 0 0-1.437 0.828-4.734 2.797 1.656-0.547 2.438-0.938 2.438-0.938 4.125-1.578 5.219-2.328 8.547-2.875 2.562-0.422 5.875-0.078 7.266 0.109 0.063 0 0.109 0.031 0.156 0.047 0.219 0.125 0.297 0.391 0.172 0.609l-3.031 5.391c-0.141 0.266-0.438 0.406-0.734 0.344-0.75-0.141-2.469-0.375-5.531-0.375-4.438 0-8.047 1.359-12.406 1.422-3.672 0.047-5.109-1.453-5.469-1.937 0-0.016-0.016-0.031-0.016-0.047 0-0.063 0.031-0.094 0.094-0.094 0 0 2.156 0 5.797-0.859 4.141-7.891 7.828-10.656 11.844-10.656 0 0 4.031 0 5.094 3.484 1.281-2.234 1.594-2.766 1.594-2.766 0.297-0.531 1.969-4.344 4.859-7.953v0c2.906-3.609 5.094-4.5 6.719-5.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-first-order\" viewBox=\"0 0 24 28\">\n<title>first-order</title>\n<path d=\"M20.656 14c0 0.406-0.016 0.797-0.078 1.188l-3.687-0.219 3.5 1.219c-0.203 0.797-0.516 1.531-0.906 2.203l-3.344-1.609 2.766 2.469c-0.469 0.641-1.031 1.203-1.672 1.687l-2.453-2.781 1.609 3.359c-0.672 0.406-1.406 0.703-2.188 0.922l-1.234-3.563 0.219 3.75c-0.391 0.063-0.781 0.094-1.188 0.094-0.391 0-0.797-0.031-1.188-0.094l0.219-3.719-1.219 3.531c-0.781-0.203-1.516-0.516-2.188-0.922l1.609-3.359-2.453 2.781c-0.641-0.469-1.203-1.047-1.687-1.687l2.781-2.469-3.344 1.625c-0.391-0.688-0.703-1.422-0.906-2.203l3.5-1.234-3.703 0.219c-0.047-0.391-0.078-0.781-0.078-1.188s0.031-0.812 0.078-1.203l3.719 0.219-3.516-1.234c0.203-0.781 0.516-1.516 0.906-2.188l3.344 1.625-2.766-2.484c0.484-0.641 1.047-1.203 1.672-1.687l2.469 2.781-1.609-3.359c0.672-0.391 1.406-0.703 2.188-0.906l1.203 3.5-0.203-3.687c0.375-0.063 0.781-0.094 1.172-0.094 0.406 0 0.797 0.031 1.188 0.094l-0.219 3.703 1.219-3.516c0.781 0.203 1.516 0.516 2.188 0.922l-1.609 3.344 2.469-2.781c0.625 0.484 1.188 1.047 1.672 1.687l-2.766 2.484 3.328-1.625c0.406 0.672 0.703 1.422 0.906 2.203l-3.5 1.219 3.703-0.219c0.063 0.391 0.078 0.797 0.078 1.203zM21.125 14c0-5.078-4.094-9.188-9.125-9.188-5.047 0-9.125 4.109-9.125 9.188 0 5.063 4.078 9.172 9.125 9.172 5.031 0 9.125-4.109 9.125-9.172zM22.266 8.016v11.969l-10.266 5.984-10.266-5.984v-11.969l10.266-5.984zM12 26.859l11.062-6.438v-12.859l-11.062-6.422-11.062 6.422v12.859zM24 7v14l-12 7-12-7v-14l12-7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yoast\" viewBox=\"0 0 26 28\">\n<title>yoast</title>\n<path d=\"M5.297 3.406h10.797l-0.406 1.125h-10.391c-2.297 0-4.172 1.891-4.172 4.188v12.047c0 1.969 1.406 3.703 3.344 4.109 0.5 0.109 1.016 0.078 1.531 0.078v1.125h-0.703c-2.922 0-5.297-2.391-5.297-5.313v-12.047c0-2.922 2.375-5.313 5.297-5.313zM18.594 0h3.859l-7.531 20.219c-1.406 3.75-3.109 7.656-7.734 7.781v-3.047c1.734-0.281 2.844-1.234 3.437-2.844 0.203-0.531 0.313-1.078 0.313-1.641s-0.109-1.125-0.313-1.656l-4.453-11.453h3.563l2.922 9.141zM26 8.719v17.359h-12.422c0.25-0.375 0.516-0.734 0.703-1.141h10.594v-16.219c0-1.781-1.125-3.375-2.797-3.969l0.391-1.047c2.125 0.719 3.531 2.781 3.531 5.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-themeisle\" viewBox=\"0 0 28 28\">\n<title>themeisle</title>\n<path d=\"M13.312 4.828c0 0.562-0.359 1.188-0.969 1.188-0.625 0-0.969-0.625-0.969-1.188 0-0.547 0.344-1.188 0.969-1.188 0.609 0 0.969 0.641 0.969 1.188zM10.75 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.094 0.531-1.094 1.141v1.781c0 0.609 0.469 1.156 1.094 1.156s1.109-0.531 1.109-1.156zM13.438 26.328v-1.781c0-0.609-0.469-1.141-1.094-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.094-0.547 1.094-1.156zM16.156 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.531 1.109-1.156zM18.875 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.547 1.109-1.156zM23.063 15.641c-1.687 3.234-4.937 5.609-8.672 5.609-5.281 0-8.781-4.625-8.781-9.656 0-0.922 0.109-1.828 0.328-2.719-1.094 1.844-1.625 3.969-1.625 6.094 0 3.297 1.359 6.656 3.906 8.797 0.281-0.531 0.812-0.891 1.422-0.891 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.797-0.781 1.359-0.781 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.812-0.781 1.359-0.781s1.062 0.313 1.359 0.781c0.281-0.469 0.797-0.781 1.344-0.781 0.594 0 1.141 0.359 1.406 0.875 2.375-1.984 3.75-5.031 3.906-8.109zM20.719 15.188c0-0.781-0.344-1.172-1.125-1.172-0.25 0-0.5 0.047-0.734 0.094-0.781 0.156-1.547 0.297-2.328 0.297-2.469 0-3.531-1.437-3.531-3.797 0-1.078 0.203-2.141 0.469-3.187-0.828 1.266-1.297 2.781-1.297 4.297 0 2.953 1.875 5.797 5.063 5.797 1.172 0 2.328-0.422 3.281-1.094 0.109-0.406 0.203-0.812 0.203-1.234zM13.813 4.891c0-0.984-0.688-2.016-1.766-2.016s-1.766 1.031-1.766 2.016c0 1 0.688 2.031 1.766 2.031s1.766-1.031 1.766-2.031zM23.641 10.187c0-2.938-1.891-5.781-5.063-5.781-1.656 0-3.203 0.828-4.312 2.016-0.391 1.297-0.75 2.812-0.75 4.188 0 2.078 0.828 3.281 3.016 3.281 0.75 0 1.484-0.141 2.219-0.297 0.281-0.047 0.547-0.094 0.828-0.094 1.078 0 1.625 0.625 1.625 1.687 0 0.234-0.016 0.484-0.063 0.719 1.578-1.422 2.5-3.594 2.5-5.719zM28 13.578c0 1.969-0.625 5.594-1.984 7.094-1.25 1.359-4.781 3.344-6.609 3.859l-0.063 0.016v1.781c0 0.891-0.688 1.672-1.594 1.672-0.547 0-1.062-0.313-1.344-0.781-0.297 0.469-0.812 0.781-1.359 0.781s-1.062-0.313-1.359-0.781c-0.281 0.469-0.797 0.781-1.344 0.781-0.562 0-1.062-0.313-1.359-0.781-0.281 0.469-0.797 0.781-1.344 0.781-1.031 0-1.609-0.859-1.609-1.797-0.891 0.672-1.953 1.062-3.094 1.062-1.203 0-2.375-0.453-3.297-1.25 0.562-0.016 1.125-0.125 1.656-0.313-1.141-0.313-2.156-1.031-2.844-1.984 0.359 0.078 0.734 0.109 1.109 0.109 0.906 0 1.797-0.25 2.562-0.719-1.203-1.203-3.094-3.219-3.75-4.781-0.313-0.734-0.375-1.719-0.375-2.5 0-2.719 1.109-8.75 4.719-8.75 0.578 0 1.031 0.266 1.266 0.812 0.203-0.297 0.422-0.578 0.656-0.844 0.109-0.141 0.313-0.297 0.391-0.453 0.438-0.688 0.641-1.156 1.188-1.859 1.766-2.25 4.469-3.797 7.375-3.797 0.328 0 0.656 0.016 0.969 0.063 0.594-0.641 1.422-1 2.281-1 0.797 0 1.625 0.328 2.188 0.891 0.047 0.047 0.078 0.125 0.078 0.187 0 0.203-0.562 0.734-0.703 0.891 0.234 0.078 0.859 0.375 0.859 0.656 0 0.156-0.156 0.281-0.25 0.391 1.719 1.516 2.703 3.672 3.078 5.906 0.234-0.281 0.562-0.469 0.938-0.469 0.578 0 1.141 0.391 1.563 0.766 1.141 1.016 1.406 2.906 1.406 4.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-circle\" viewBox=\"0 0 24 28\">\n<title>google-plus-circle</title>\n<path d=\"M14.328 14.141c0-0.344-0.031-0.672-0.094-1h-5.656v2.063h3.391c-0.25 1.656-1.813 2.578-3.391 2.578-2.078 0-3.734-1.719-3.734-3.781s1.656-3.781 3.734-3.781c0.875 0 1.75 0.297 2.391 0.922l1.625-1.578c-1.109-1.031-2.5-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fa\" viewBox=\"0 0 25 28\">\n<title>fa</title>\n<path d=\"M24 8v13.109c0 0.484-0.313 0.844-0.766 0.969-1.672 0.5-3.547 0.812-5.281 0.812-2.344 0-4.328-0.922-6.922-0.922-1.922 0-3.906 0.313-5.781 0.75v5.281h-2.5v-21.375c-1.313-0.516-2.172-1.797-2.172-3.203 0-1.891 1.531-3.422 3.422-3.422s3.422 1.531 3.422 3.422c0 1.406-0.859 2.688-2.172 3.203v1.062c1.75-0.406 3.563-0.688 5.359-0.688 1.031 0 2.063 0.078 3.094 0.234 1.344 0.203 2.703 0.672 4.078 0.672 0.859 0 1.734-0.109 2.578-0.281 0.641-0.125 2.109-0.625 2.641-0.625 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-handshake-o\" viewBox=\"0 0 36 28\">\n<title>handshake-o</title>\n<path d=\"M3 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM26.016 17.094c-1.234-1.609-2.438-3.25-3.844-4.719l-1.953 2.188c-1.719 1.953-4.797 1.906-6.469-0.094-1.188-1.437-1.188-3.5 0.031-4.922l2.766-3.219c-0.969-0.5-2.141-0.328-3.187-0.328-0.922 0-1.813 0.375-2.469 1.031l-2.469 2.469h-2.422v8.5c0.688 0 1.312-0.094 1.859 0.438l4.641 4.562c0.953 0.922 2.187 1.734 3.547 1.734 0.703 0 1.453-0.234 1.953-0.734 1.172 0.406 2.531-0.25 2.891-1.453 0.75 0.063 1.437-0.172 1.984-0.688 0.359-0.328 0.828-0.984 0.781-1.5 0.141 0.141 0.484 0.156 0.672 0.156 1.859 0 2.828-1.953 1.687-3.422zM28.5 18h1.5v-8h-1.453l-2.453-2.812c-0.656-0.75-1.641-1.188-2.641-1.188h-2.609c-0.875 0-1.719 0.391-2.281 1.047l-3.266 3.797c-0.578 0.688-0.578 1.656-0.016 2.344 0.891 1.062 2.531 1.078 3.453 0.047l3.016-3.406c0.719-0.797 2.031-0.047 1.703 0.969 0.594 0.688 1.234 1.359 1.813 2.047 0.781 0.969 1.531 1.984 2.297 2.969 0.484 0.625 0.844 1.375 0.938 2.188zM33 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM36 9v10c0 0.547-0.453 1-1 1h-6.781c-0.562 1.359-1.797 2.266-3.234 2.469-0.672 0.984-1.703 1.734-2.859 1.984-0.859 1.094-2.25 1.75-3.641 1.656-2.578 1.453-5.484 0.187-7.406-1.703l-4.484-4.406h-5.594c-0.547 0-1-0.453-1-1v-10.5c0-0.547 0.453-1 1-1h6.578c1.813-1.813 3.062-3.5 5.781-3.5h1.828c1.016 0 2 0.313 2.828 0.875 0.828-0.562 1.813-0.875 2.828-0.875h2.609c2.969 0 4.203 1.937 6 4h5.547c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open\" viewBox=\"0 0 28 28\">\n<title>envelope-open</title>\n<path d=\"M28 10.219v15.281c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-15.281c0-0.141 0.063-0.281 0.172-0.375 1.641-1.437 1.656-1.609 9.812-7.562 0.984-0.719 2.719-2.281 4.016-2.281s3.047 1.578 4.016 2.281c8.156 5.953 8.172 6.125 9.812 7.562 0.109 0.094 0.172 0.234 0.172 0.375zM19.187 19.359c2.438-1.766 4.141-3 5.391-3.938 0.219-0.156 0.266-0.469 0.094-0.688l-0.594-0.812c-0.172-0.219-0.484-0.266-0.703-0.094-1.234 0.906-2.922 2.156-5.359 3.906-0.969 0.703-2.719 2.266-4.016 2.266s-3.047-1.563-4.016-2.266c-2.438-1.766-4.125-3-5.359-3.906-0.219-0.172-0.531-0.125-0.703 0.094l-0.594 0.812c-0.172 0.219-0.125 0.531 0.094 0.688 1.25 0.938 2.953 2.172 5.391 3.938 1.219 0.875 3.141 2.641 5.187 2.641 2.063 0 4.031-1.797 5.187-2.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open-o\" viewBox=\"0 0 28 28\">\n<title>envelope-open-o</title>\n<path d=\"M23.031 14.266l0.609 0.797c0.172 0.219 0.125 0.516-0.078 0.688-1.563 1.219-5.156 3.984-5.313 4.109-1.109 0.906-2.609 2.156-4.234 2.141h-0.031c-1.625 0-3.125-1.234-4.234-2.141-0.172-0.141-3.641-2.812-5.172-4-0.219-0.172-0.266-0.469-0.094-0.688l0.578-0.812c0.172-0.234 0.5-0.281 0.719-0.094 1.062 0.828 2.562 1.984 4.781 3.687 0.781 0.594 2.328 2.047 3.422 2.047h0.031c1.094 0 2.641-1.453 3.422-2.047 2.297-1.766 3.828-2.938 4.891-3.781 0.219-0.172 0.531-0.125 0.703 0.094zM26 25.5v-14.5c-1.563-1.453-1.328-1.328-8.563-6.922-0.781-0.609-2.328-2.078-3.422-2.078h-0.031c-1.094 0-2.641 1.469-3.422 2.078-7.234 5.594-7 5.469-8.563 6.922v14.5c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 11v14.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-14.5c0-0.562 0.234-1.094 0.641-1.469 3.203-2.969 6.891-5.547 9.109-7.375 1.094-0.906 2.609-2.156 4.234-2.156h0.031c1.625 0 3.141 1.25 4.234 2.156 2.063 1.703 5.984 4.469 9.109 7.375 0.406 0.375 0.641 0.906 0.641 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linode\" viewBox=\"0 0 24 28\">\n<title>linode</title>\n<path d=\"M5.156 23.984l3.156 3.344-0.531-3.687-3.375-3.328zM8.687 27.516l4.281-3.406-0.172-3.828-4.688 3.359zM3.828 17.547l3.547 3.328-0.75-5.109-3.828-3.187zM7.734 21.047l4.953-3.344-0.219-5.063-5.5 3.125zM13.172 21.219l1.484 1.25-0.031-3.734-1.609-1.234c0 0.125 0.063 0.344-0.063 0.438l-1.219 0.812 1.328 1.094c0.156 0.125 0.109 1.188 0.109 1.375zM2.156 9.469l4 3.125-1.062-7.266-4.359-2.703zM18.328 19.828l0.234-3.656-3.594 2.562 0.031 3.75zM6.516 12.719l5.828-3.031-0.297-6.891-6.609 2.547zM19.844 18.422l0.313-3.641-3.531-2.219-0.031 1.641 2.25 1.484c0.047 0.031 0.078 0.094 0.063 0.141l-0.109 1.859zM22.828 16.25l0.469-3.469-2.797 2-0.313 3.563zM19.891 18.859l-1.109-0.766-0.125 1.828c0 0.047-0.016 0.094-0.063 0.125l-3.656 2.922c-0.063 0.047-0.156 0.047-0.219 0l-1.531-1.297 0.109 2.516c0 0.047-0.016 0.094-0.063 0.125l-4.578 3.656c-0.031 0.016-0.063 0.031-0.094 0.031-0.047-0.016-0.094-0.016-0.125-0.047l-3.563-3.781c-0.078-0.078-0.844-3.938-0.922-4.328-0.016-0.063 0.031-0.141 0.078-0.172l0.953-0.578c-0.187-0.172-1.453-1.281-1.484-1.437l-1.125-5.484c-0.016-0.063 0.016-0.141 0.094-0.187l1.469-0.703c-0.25-0.187-2.063-1.5-2.109-1.687l-1.5-7.281c-0.016-0.094 0.031-0.172 0.109-0.203l6.766-2.109c0.031 0 0.078 0 0.125 0.016l4.953 2.391c0.047 0.031 0.094 0.094 0.094 0.141l0.313 7.234c0 0.063-0.031 0.125-0.094 0.156l-1.844 0.953 1.969 1.328c0.047 0.016 0.078 0.078 0.078 0.125l0.078 1.922 1.891-1.156c0.047-0.031 0.125-0.031 0.172 0l1.313 0.875 0.047-1.719c0-0.047 0.031-0.109 0.078-0.141l3.219-1.969c0.063-0.031 0.125-0.031 0.172 0l3.828 2.109c0.031 0.031 0.063 0.063 0.078 0.109 0.031 0.109-0.484 3.625-0.531 3.984 0 0.047-0.031 0.094-0.063 0.109l-2.984 2.391c-0.063 0.047-0.141 0.047-0.203 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book\" viewBox=\"0 0 26 28\">\n<title>address-book</title>\n<path d=\"M18.766 19.344c0-2.766-0.672-5.844-3.453-5.844-0.859 0.5-2.031 1.359-3.313 1.359s-2.453-0.859-3.313-1.359c-2.781 0-3.453 3.078-3.453 5.844 0 1.547 1.016 2.656 2.266 2.656h9c1.25 0 2.266-1.109 2.266-2.656zM16.063 10.063c0-2.25-1.828-4.062-4.062-4.062s-4.062 1.813-4.062 4.062c0 2.234 1.828 4.047 4.062 4.047s4.062-1.813 4.062-4.047zM26 18.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book-o\" viewBox=\"0 0 26 28\">\n<title>address-book-o</title>\n<path d=\"M16.063 10.063c0 2.234-1.828 4.047-4.062 4.047s-4.062-1.813-4.062-4.047c0-2.25 1.828-4.062 4.062-4.062s4.062 1.813 4.062 4.062zM15.313 13.5c2.984 0 3.453 3.547 3.453 5.844 0 1.313-0.828 2.656-2.266 2.656h-9c-1.437 0-2.266-1.344-2.266-2.656 0-2.203 0.469-5.844 3.375-5.844h0.078c1.031 0.609 2.078 1.359 3.313 1.359s2.281-0.75 3.313-1.359zM26 9.5c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.266 0 0.5 0.234 0.5 0.5v3zM22 25.5v-23c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v23c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card\" viewBox=\"0 0 32 28\">\n<title>address-card</title>\n<path d=\"M16 17.672c0-2.422-0.594-5.109-3.063-5.109-0.766 0.438-1.797 1.188-2.938 1.188s-2.172-0.75-2.938-1.188c-2.469 0-3.063 2.688-3.063 5.109 0 1.359 0.891 2.328 2 2.328h8c1.109 0 2-0.969 2-2.328zM13.547 9.547c0-1.953-1.594-3.547-3.547-3.547s-3.547 1.594-3.547 3.547c0 1.969 1.594 3.547 3.547 3.547s3.547-1.578 3.547-3.547zM28 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM28 13.438v-0.875c0-0.313-0.25-0.562-0.562-0.562h-8.875c-0.313 0-0.562 0.25-0.562 0.562v0.875c0 0.313 0.25 0.562 0.562 0.562h8.875c0.313 0 0.562-0.25 0.562-0.562zM28 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-5.5v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-12v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-5.5c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card-o\" viewBox=\"0 0 32 28\">\n<title>address-card-o</title>\n<path d=\"M16 17.672c0 1.359-0.891 2.328-2 2.328h-8c-1.109 0-2-0.969-2-2.328 0-2.422 0.594-5.109 3.062-5.109 0.766 0.438 1.797 1.188 2.938 1.188s2.172-0.75 2.938-1.188c2.469 0 3.062 2.688 3.062 5.109zM13.547 9.547c0 1.969-1.594 3.547-3.547 3.547s-3.547-1.578-3.547-3.547c0-1.953 1.594-3.547 3.547-3.547s3.547 1.594 3.547 3.547zM28 16.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM28 12.563v0.875c0 0.313-0.25 0.562-0.562 0.562h-8.875c-0.313 0-0.562-0.25-0.562-0.562v-0.875c0-0.313 0.25-0.562 0.562-0.562h8.875c0.313 0 0.562 0.25 0.562 0.562zM28 8.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-19c0-0.266-0.234-0.5-0.5-0.5h-27c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h5.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h12v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h5.5c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle\" viewBox=\"0 0 28 28\">\n<title>user-circle</title>\n<path d=\"M23.797 20.922c-0.406-2.922-1.594-5.516-4.25-5.875-1.375 1.5-3.359 2.453-5.547 2.453s-4.172-0.953-5.547-2.453c-2.656 0.359-3.844 2.953-4.25 5.875 2.172 3.063 5.75 5.078 9.797 5.078s7.625-2.016 9.797-5.078zM20 10c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM28 14c0 7.703-6.25 14-14 14-7.734 0-14-6.281-14-14 0-7.734 6.266-14 14-14s14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle-o\" viewBox=\"0 0 28 28\">\n<title>user-circle-o</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14 0 7.688-6.234 14-14 14-7.75 0-14-6.297-14-14 0-7.734 6.266-14 14-14zM23.672 21.109c1.453-2 2.328-4.453 2.328-7.109 0-6.609-5.391-12-12-12s-12 5.391-12 12c0 2.656 0.875 5.109 2.328 7.109 0.562-2.797 1.922-5.109 4.781-5.109 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c2.859 0 4.219 2.312 4.781 5.109zM20 11c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-o\" viewBox=\"0 0 24 28\">\n<title>user-o</title>\n<path d=\"M18.766 12.25c2.203 0.641 5.234 2.812 5.234 9.922 0 3.219-2.391 5.828-5.328 5.828h-13.344c-2.938 0-5.328-2.609-5.328-5.828 0-7.109 3.031-9.281 5.234-9.922-0.781-1.234-1.234-2.688-1.234-4.25 0-4.406 3.594-8 8-8s8 3.594 8 8c0 1.563-0.453 3.016-1.234 4.25zM12 2c-3.313 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6-2.688-6-6-6zM18.672 26c1.828 0 3.328-1.703 3.328-3.828 0-4.922-1.656-8-4.75-8.156-1.406 1.234-3.234 1.984-5.25 1.984s-3.844-0.75-5.25-1.984c-3.094 0.156-4.75 3.234-4.75 8.156 0 2.125 1.5 3.828 3.328 3.828h13.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-id-badge\" viewBox=\"0 0 20 28\">\n<title>id-badge</title>\n<path d=\"M16 19.656c0 1.344-0.891 2.344-2 2.344h-8c-1.109 0-2-1-2-2.344 0-2.438 0.609-5.141 3.062-5.141 0.766 0.719 1.797 1.172 2.938 1.172s2.172-0.453 2.938-1.172c2.453 0 3.062 2.703 3.062 5.141zM13.594 11.547c0 1.969-1.609 3.547-3.594 3.547s-3.594-1.578-3.594-3.547c0-1.953 1.609-3.547 3.594-3.547s3.594 1.594 3.594 3.547zM18 25.5v-21.5h-16v21.5c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM20 2.5v23c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h5.5v1.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-1.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license\" viewBox=\"0 0 32 28\">\n<title>drivers-license</title>\n<path d=\"M14 18.937c0-2.063-0.5-4.438-2.562-4.438-0.625 0.625-1.484 1-2.438 1s-1.813-0.375-2.438-1c-2.063 0-2.562 2.375-2.562 4.438 0 1.141 0.75 2.063 1.672 2.063h6.656c0.922 0 1.672-0.922 1.672-2.063zM12 12c0-1.656-1.344-3-3-3s-3 1.344-3 3 1.344 3 3 3 3-1.344 3-3zM28 19.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM22 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM28 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM28 11.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM2 6h28v-1.5c0-0.281-0.219-0.5-0.5-0.5h-27c-0.281 0-0.5 0.219-0.5 0.5v1.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license-o\" viewBox=\"0 0 32 28\">\n<title>drivers-license-o</title>\n<path d=\"M14 18.937c0 1.141-0.75 2.063-1.672 2.063h-6.656c-0.922 0-1.672-0.922-1.672-2.063 0-2.063 0.5-4.438 2.562-4.438 0.625 0.625 1.484 1 2.438 1s1.813-0.375 2.438-1c2.063 0 2.562 2.375 2.562 4.438zM12 12c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 18.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 10.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-17.5h-28v17.5c0 0.266 0.234 0.5 0.5 0.5h27c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quora\" viewBox=\"0 0 28 28\">\n<title>quora</title>\n<path d=\"M19.609 12.297c0-6.516-2.031-9.859-6.797-9.859-4.688 0-6.719 3.344-6.719 9.859 0 6.484 2.031 9.797 6.719 9.797 0.75 0 1.422-0.078 2.047-0.266v0c-0.969-1.906-2.109-3.828-4.328-3.828-0.422 0-0.844 0.063-1.234 0.25l-0.766-1.516c0.922-0.797 2.406-1.422 4.312-1.422 2.984 0 4.5 1.437 5.719 3.266 0.703-1.563 1.047-3.672 1.047-6.281zM25.703 22.172h1.828c0.109 1.125-0.453 5.828-5.563 5.828-3.094 0-4.719-1.797-5.953-3.891v0c-1.016 0.281-2.109 0.422-3.203 0.422-6.25 0-12.359-4.984-12.359-12.234 0-7.313 6.125-12.297 12.359-12.297 6.359 0 12.406 4.953 12.406 12.297 0 4.094-1.906 7.422-4.672 9.562 0.891 1.344 1.813 2.234 3.094 2.234 1.406 0 1.969-1.078 2.063-1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-free-code-camp\" viewBox=\"0 0 36 28\">\n<title>free-code-camp</title>\n<path d=\"M7.078 25.578c0 0.438-0.391 0.844-0.828 0.844-0.063 0-0.141-0.031-0.203-0.047v0c-0.875-0.203-2-1.516-2.531-2.188-2.438-3.078-3.516-6.672-3.516-10.563 0-3.625 1.094-6.734 3.328-9.594 0.516-0.672 2.047-2.438 2.953-2.438 0.391 0 0.797 0.313 0.797 0.719 0 0.469-0.688 1.109-0.984 1.406-0.859 0.891-1.656 1.797-2.297 2.875-1.328 2.219-1.859 4.438-1.859 7.016 0 2.766 0.516 5.266 1.922 7.672 0.594 1.016 1.297 1.859 2.125 2.703 0.328 0.359 1.094 1.062 1.094 1.594zM28.063 23.484c0 0.578-0.391 1.062-1 1.062h-16.891c-0.547 0-1-0.453-1-1 0-0.578 0.391-1.062 1-1.062h16.891c0.547 0 1 0.453 1 1zM24.703 13.937c0 1.312-0.297 2.531-1.047 3.641-0.516 0.766-1.563 1.75-2.391 2.172-0.125 0.078-0.281 0.156-0.422 0.156-0.125 0-0.359-0.141-0.359-0.281 0-0.453 1.906-1.531 1.906-3.625 0-0.688-0.172-1.453-0.547-2.031-0.109-0.156-0.5-0.656-0.719-0.656-0.047 0-0.047 0.031-0.047 0.078 0 0.375 0.234 0.734 0.234 1.125 0 0.5-0.609 0.75-1.031 0.75-0.734 0-1.031-0.516-1.031-1.188 0-0.453 0.047-0.922 0.047-1.375 0-0.328-0.016-0.422-0.156-0.719-0.219-0.422-0.938-1.281-1.453-1.281-0.141 0-0.187 0-0.187 0.141 0 0.219 0.5 0.453 0.5 1.25 0 2.078-2.859 2.453-2.859 4.531 0 0.938 0.125 1.719 0.656 2.5 0.328 0.484 0.688 0.766 1.234 0.984 0.141 0.047 0.281 0.063 0.281 0.234s-0.141 0.25-0.281 0.25c-0.078 0-0.438-0.141-0.516-0.172v0c-2.406-0.875-4.234-2.969-4.234-5.594 0-3.109 3.734-5.828 3.734-8.813 0-0.578-0.094-0.984-0.391-1.469-0.172-0.281-0.594-0.828-0.875-1-0.125-0.063-0.297-0.172-0.297-0.328 0-0.266 0.453-0.313 0.641-0.313 0.562 0 1.203 0.203 1.719 0.453 2.172 1.031 2.625 2.609 3 4.797 0.094 0.516 0.281 2.156 1.031 2.156 0.484 0 0.797-0.328 0.797-0.797 0-0.703-0.625-1.469-0.625-1.859 0-0.109 0.063-0.156 0.156-0.156 0.391 0 1.203 0.828 1.453 1.094 1.516 1.609 2.078 3.172 2.078 5.344zM36 14.391c0 2.75-0.734 5.5-2.156 7.859-0.656 1.094-2.812 4.156-4.234 4.156-0.328 0-0.719-0.406-0.719-0.734 0-0.531 1.828-2.234 2.281-2.812 1.937-2.438 2.859-5.187 2.859-8.297 0-2.562-0.313-4.641-1.453-6.969-0.703-1.437-1.437-2.406-2.547-3.563-0.359-0.375-1.141-1.078-1.141-1.641 0-0.391 0.406-0.812 0.797-0.812 1.031 0 2.516 1.906 3.063 2.641 2.094 2.812 2.984 5.703 3.219 9.172 0.016 0.328 0.031 0.672 0.031 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-telegram\" viewBox=\"0 0 28 28\">\n<title>telegram</title>\n<path d=\"M18.578 20.422l2.297-10.828c0.203-0.953-0.344-1.328-0.969-1.094l-13.5 5.203c-0.922 0.359-0.906 0.875-0.156 1.109l3.453 1.078 8.016-5.047c0.375-0.25 0.719-0.109 0.438 0.141l-6.484 5.859-0.25 3.563c0.359 0 0.516-0.156 0.703-0.344l1.687-1.625 3.5 2.578c0.641 0.359 1.094 0.172 1.266-0.594zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer\" viewBox=\"0 0 16 28\">\n<title>thermometer</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-14.172h2v14.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-3\" viewBox=\"0 0 16 28\">\n<title>thermometer-3</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-10.172h2v10.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-2\" viewBox=\"0 0 16 28\">\n<title>thermometer-2</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-6.172h2v6.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-1\" viewBox=\"0 0 16 28\">\n<title>thermometer-1</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-2.172h2v2.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-0\" viewBox=\"0 0 16 28\">\n<title>thermometer-0</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.641 1.328-3 3-3s3 1.375 3 3zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shower\" viewBox=\"0 0 30 28\">\n<title>shower</title>\n<path d=\"M22.391 3.891c0.203 0.203 0.203 0.516 0 0.719l-9.781 9.781c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l0.688-0.688c-1.516-1.906-1.703-4.516-0.547-6.594-0.719-0.688-1.687-1.109-2.75-1.109-2.203 0-4 1.797-4 4v20h-4v-20c0-4.406 3.594-8 8-8 2.25 0 4.281 0.938 5.734 2.438 1.969-0.797 4.25-0.5 5.969 0.859l0.688-0.688c0.203-0.203 0.516-0.203 0.719 0zM21 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM25 10c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM29 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM22 11c0-0.547 0.453-1 1-1s1 0.453 1 1-0.453 1-1 1-1-0.453-1-1zM27 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 14c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM25 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 16c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM23 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 18c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 20c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bath\" viewBox=\"0 0 28 28\">\n<title>bath</title>\n<path d=\"M26 17v3c0 1.781-0.781 3.359-2 4.469v3.031c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.844c-0.625 0.219-1.297 0.344-2 0.344h-12c-0.703 0-1.375-0.125-2-0.344v1.719c0 0.344-0.219 0.625-0.5 0.625h-1c-0.281 0-0.5-0.281-0.5-0.625v-2.906c-1.219-1.109-2-2.688-2-4.469v-3h24zM11 10.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 9.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-10c0-2.203 1.797-4 4-4 1.125 0 2.141 0.469 2.875 1.219 0.969-0.391 2.125-0.25 2.984 0.422l0.344-0.344c0.094-0.094 0.25-0.094 0.344 0l0.656 0.656c0.094 0.094 0.094 0.25 0 0.344l-4.906 4.906c-0.094 0.094-0.25 0.094-0.344 0l-0.656-0.656c-0.094-0.094-0.094-0.25 0-0.344l0.344-0.344c-0.75-0.953-0.844-2.266-0.266-3.313-0.359-0.344-0.844-0.547-1.375-0.547-1.109 0-2 0.891-2 2v10h23.5c0.281 0 0.5 0.219 0.5 0.5zM14 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM14 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM16 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM17 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-podcast\" viewBox=\"0 0 24 28\">\n<title>podcast</title>\n<path d=\"M15.531 18.625c0 1.031-0.109 2.063-0.266 3.078-0.234 1.625-0.469 3.297-0.859 4.891-0.281 1.141-1.344 1.406-2.375 1.406s-2.094-0.266-2.375-1.406c-0.391-1.594-0.625-3.266-0.859-4.891-0.156-1.016-0.266-2.047-0.266-3.078 0-2.109 1.703-2.625 3.5-2.625s3.5 0.516 3.5 2.625zM24 12c0 5.063-3.125 9.391-7.562 11.156-0.172 0.063-0.359-0.094-0.328-0.281 0.047-0.328 0.094-0.672 0.156-1.031 0.031-0.25 0.063-0.5 0.094-0.734 0.016-0.094 0.063-0.156 0.141-0.187 3.25-1.656 5.5-5.031 5.5-8.922 0-5.703-4.781-10.297-10.547-9.984-5.281 0.281-9.484 4.781-9.453 10.063 0.031 3.891 2.297 7.25 5.563 8.875 0.078 0.031 0.125 0.109 0.141 0.187 0.031 0.219 0.063 0.453 0.094 0.703 0.063 0.375 0.109 0.719 0.172 1.062 0.031 0.187-0.172 0.344-0.344 0.266-4.641-1.813-7.875-6.438-7.609-11.766 0.297-6.047 5.172-11 11.219-11.375 6.969-0.438 12.766 5.094 12.766 11.969zM15.531 11.5c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5zM20.031 12c0 2.578-1.234 4.891-3.125 6.344-0.156 0.125-0.375 0.016-0.406-0.187-0.047-0.438-0.172-0.953-0.453-1.437-0.063-0.094-0.047-0.219 0.047-0.313 1.188-1.094 1.937-2.656 1.937-4.406 0-3.531-3.078-6.359-6.687-5.969-2.766 0.313-5.016 2.594-5.281 5.375-0.203 1.969 0.578 3.781 1.906 5 0.094 0.094 0.109 0.219 0.047 0.313-0.281 0.484-0.406 1-0.453 1.453-0.031 0.187-0.25 0.297-0.406 0.172-1.937-1.5-3.172-3.859-3.125-6.516 0.094-4.156 3.469-7.625 7.609-7.812 4.594-0.219 8.391 3.437 8.391 7.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-maximize\" viewBox=\"0 0 28 28\">\n<title>window-maximize</title>\n<path d=\"M4 22h20v-12h-20v12zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-minimize\" viewBox=\"0 0 28 28\">\n<title>window-minimize</title>\n<path d=\"M28 20.5v3c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-restore\" viewBox=\"0 0 32 28\">\n<title>window-restore</title>\n<path d=\"M4 24h12v-8h-12v8zM20 16h8v-12h-12v4h1.5c1.375 0 2.5 1.125 2.5 2.5v5.5zM32 2.5v15c0 1.375-1.125 2.5-2.5 2.5h-9.5v5.5c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h9.5v-5.5c0-1.375 1.125-2.5 2.5-2.5h15c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle\" viewBox=\"0 0 28 28\">\n<title>times-rectangle</title>\n<path d=\"M18.359 20.641l2.281-2.281c0.203-0.203 0.203-0.516 0-0.719l-3.641-3.641 3.641-3.641c0.203-0.203 0.203-0.516 0-0.719l-2.281-2.281c-0.203-0.203-0.516-0.203-0.719 0l-3.641 3.641-3.641-3.641c-0.203-0.203-0.516-0.203-0.719 0l-2.281 2.281c-0.203 0.203-0.203 0.516 0 0.719l3.641 3.641-3.641 3.641c-0.203 0.203-0.203 0.516 0 0.719l2.281 2.281c0.203 0.203 0.516 0.203 0.719 0l3.641-3.641 3.641 3.641c0.203 0.203 0.516 0.203 0.719 0zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle-o\" viewBox=\"0 0 28 28\">\n<title>times-rectangle-o</title>\n<path d=\"M19.641 17.359l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.641-2.641-2.641 2.641c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.641-2.641-2.641-2.641c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.641 2.641 2.641-2.641c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.641 2.641 2.641 2.641c0.203 0.203 0.203 0.516 0 0.719zM4 22h20v-16h-20v16zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bandcamp\" viewBox=\"0 0 28 28\">\n<title>bandcamp</title>\n<path d=\"M16.719 18.406l4.781-8.813h-10.219l-4.781 8.813h10.219zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-grav\" viewBox=\"0 0 28 28\">\n<title>grav</title>\n<path d=\"M20.172 7.438c-0.5-0.562-1.313 0.391-0.875 0.906 0.422 0.516 1.813 0.141 0.875-0.906zM13.984 11.281c-0.172 0.172-0.438 0.172-0.594 0-0.172-0.156-0.172-0.422 0-0.578 0.156-0.172 0.422-0.172 0.594 0 0.156 0.156 0.156 0.422 0 0.578zM16.562 12.437l-0.547 0.547c-0.25 0.266-0.672 0.266-0.938 0l-0.594-0.594c-0.25-0.266-0.25-0.672 0-0.938l0.547-0.547c0.25-0.25 0.672-0.25 0.938 0l0.594 0.609c0.25 0.25 0.25 0.672 0 0.922zM14.859 10.406c-0.156 0.156-0.422 0.156-0.594 0-0.156-0.172-0.156-0.438 0-0.594 0.172-0.172 0.438-0.172 0.594 0 0.172 0.156 0.172 0.422 0 0.594zM21.156 8.875c-0.703 1.328-2.547 1.875-3.672 1.078-1.125-0.812-1.906-2.438-0.672-3.844 1.219-1.406 2.297-0.969 3.375 0.047 0.672 0.641 1.656 1.406 0.969 2.719zM24.297 16.406c0.141-0.906-1.156-0.938-1.437-1.453-0.766-1.359-1.563-2.078-3.078-1.719 0.656-0.453 1.328-0.344 1.328-0.344 0.016-0.359 0-0.734-0.531-1.406 0.219-0.703 0.016-1.266 0.016-1.266 0.875-0.484 1.516-1.375 1.641-2.438 0.203-1.75-1.062-3.344-2.812-3.547-1.25-0.141-2.469 0.438-3.063 1.453-1.313 2.266 0.078 4 1.266 4.594-0.812-0.078-1.937-0.672-2.266-1.937-0.375-1.453 0.156-2.812 0.5-3.469 0 0-0.25-0.328-0.453-0.5 0 0-0.781 0-1.391 0.297 0.672-0.859 1.422-0.812 1.422-0.812 0-0.359-0.031-0.844-0.203-1.219-0.313-0.641-1.406-0.734-1.828 0.234 0.016-0.047 0.031-0.078 0.063-0.109-0.281 0.672-0.063 3.156 0.953 4.922-0.141 0.078-0.516 0.344-0.734 0.562-1.219 0.547-3.172 3.406-3.172 3.406-1.594 0.609-4.375 2.875-4 4.5v0c0.016 0.172 0.078 0.313 0.172 0.422-0.156 0.125-0.313 0.281-0.469 0.469-0.672 0.781-0.297 1.984 1 1.375 0.891-0.406 1.687-1.141 2.063-1.719 0 0-0.328-0.281-0.938-0.25 1.563-0.375 1.953-0.531 2.625-0.516 0.453 0.219 0.453-1.937 0.453-1.937 0-0.828-0.125-1.75-0.625-2.344 0.703 0.688 1.641 1.844 1.578 3.422-0.047 1.031-0.859 1.297-0.859 1.297-0.516 0.938-2.438 3.719-1.719 5.984 0 0-0.547-0.844-0.578-1.25-0.984 1.094-2.641 2.953-1.406 3.641 1.5 0.828 6.156-5 7.141-8.031 1.953-1.172 3.125-2.672 3.609-3.672 1.25 2.484 5.406 5.359 5.734 3.359zM28.031 14c0 7.734-6.281 14-14.016 14s-14.016-6.266-14.016-14 6.281-14 14.016-14 14.016 6.266 14.016 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-etsy\" viewBox=\"0 0 24 28\">\n<title>etsy</title>\n<path d=\"M8.094 2.859v10.234c3.625 0.031 5.531-0.156 5.531-0.156 1.469-0.047 1.687-0.422 2.031-1.859l0.516-2.219h1.609l-0.219 5.031 0.109 4.984h-1.609l-0.453-1.984c-0.328-1.484-0.969-1.844-2.016-1.859 0 0-1.344-0.125-5.5-0.125v8.687c0 1.625 0.891 2.391 2.766 2.391h5.578c1.875 0 3.563-0.187 4.719-2.859l1.453-3.375h1.391c-0.109 0.672-0.859 6.875-0.969 8.25-5.141-0.187-7.344-0.187-7.344-0.187h-9.812l-5.875 0.187v-1.594l1.984-0.391c1.391-0.266 1.813-0.672 1.828-1.813 0.094-3.781 0.125-10.047 0.125-10.047s0.047-6.281-0.125-10.078c-0.047-1.297-0.438-1.609-1.828-1.875l-1.984-0.375v-1.594l5.875 0.187h10.969s2.172 0 5.844-0.422c-0.219 2.391-0.484 7.906-0.484 7.906h-1.453l-0.5-1.937c-0.609-2.422-1.422-3.719-2.922-3.719h-8.563c-0.641 0-0.672 0.219-0.672 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-imdb\" viewBox=\"0 0 24 28\">\n<title>imdb</title>\n<path d=\"M14.406 12.453v2.844c0 0.562 0.109 1.078-0.594 1.062v-4.828c0.688 0 0.594 0.359 0.594 0.922zM19.344 13.953v1.891c0 0.313 0.094 0.828-0.359 0.828-0.094 0-0.172-0.047-0.219-0.141-0.125-0.297-0.063-2.547-0.063-2.578 0-0.219-0.063-0.734 0.281-0.734 0.422 0 0.359 0.422 0.359 0.734zM2.812 17.641h1.906v-7.375h-1.906v7.375zM9.594 17.641h1.656v-7.375h-2.484l-0.438 3.453c-0.156-1.156-0.313-2.312-0.5-3.453h-2.469v7.375h1.672v-4.875l0.703 4.875h1.188l0.672-4.984v4.984zM16.234 12.875c0-0.469 0.016-0.969-0.078-1.406-0.25-1.297-1.813-1.203-2.828-1.203h-1.422v7.375c4.969 0 4.328 0.344 4.328-4.766zM21.187 15.953v-2.078c0-1-0.047-1.734-1.281-1.734-0.516 0-0.859 0.156-1.203 0.531v-2.406h-1.828v7.375h1.719l0.109-0.469c0.328 0.391 0.688 0.562 1.203 0.562 1.141 0 1.281-0.875 1.281-1.781zM24 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ravelry\" viewBox=\"0 0 34 28\">\n<title>ravelry</title>\n<path d=\"M17.859 27.078c-0.063-0.016-0.109-0.031-0.172-0.063 0 0-5.141-3.016-6.875-7.891-0.578-0.094-1.797-0.375-2.734-0.578v0c1.359 4.422 5.141 7.797 9.781 8.531zM7.844 17.609l2.625 0.438c-0.891-2.672-1-5.719-1-5.719-1.047 1.016-1.609 2.406-1.891 3.5v0c0.047 0.609 0.125 1.203 0.266 1.781zM9.562 8.094v0c-0.484 0.719-0.875 1.5-1.203 2.312 0.516-0.547 0.938-0.906 1.156-1.062-0.031-0.469 0.047-1.25 0.047-1.25zM32.016 14.875c0-6.813-5.5-12.344-12.25-12.344-3.125 0-5.969 1.188-8.141 3.141-0.328 0.641-0.547 1.453-0.703 2.5 3.328-2.828 9.266-2.125 9.266-2.125 1.484 0.063 1.313 1.375 1.297 1.781-5.406-0.453-8.062 1.094-10.687 3.328 0 0 0.516 5 1.703 7.031 6.844 0.313 12.047-3.406 12.047-3.406 0.656-0.469 1.234-0.516 1.359 0.297 0.094 0.656 0.141 1.547-0.609 1.891-2.281 1.062-4.797 1.734-7.297 2.094-1.625 0.234-2.531 0.297-4.953 0.25 2.312 5.375 8.094 6.844 8.094 6.844 1.813 0.297 3.187 0.063 4.109-0.234v0c4-2.031 6.766-6.219 6.766-11.047zM33.172 14.297c-0.109 1.062-0.281 2.297-0.625 3.313-1.406 4.172-3.359 6.891-7.812 9.375-0.406 0.281-0.844 0.547-1.281 0.688-0.797 0.281-1.656 0.344-2.547 0.25-0.375 0.031-0.75 0.047-1.141 0.047-5.953 0-10.984-4.062-12.5-9.609-0.047 0-0.094-0.016-0.141-0.016-0.359 2.812 1.719 6.609 1.719 6.609s0.125 0.187 0.844 1.281c-3.984-2.109-4.094-8.328-4.094-8.328-0.953-0.359-4.266-1.484-4.844-2.406 0 0 2.594 1.422 4.828 1.703-0.016-0.016 0.031-0.5 0.031-0.5 0.141-1.906 0.797-3.391 1.469-4.531 0.438-2.141 1.406-4.078 2.75-5.703 0.234-0.969 0.609-2.125 1.266-3.344 0.281-0.531 0.547-0.875 1.266-1.203 4.75-2.219 9.438-2.781 14.25-0.281v0c4.609 2.406 7.109 7.438 6.563 12.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eercast\" viewBox=\"0 0 27 28\">\n<title>eercast</title>\n<path d=\"M20.953 12.25c0.547-0.844-0.094-2.984-2-4.25-1.891-1.266-4.312-1.172-4.875-0.328-0.547 0.828 0.625 0.297 2.766 1.094 3.531 1.313 3.563 4.328 4.109 3.484zM26.625 21.219c-4.422 10.875-24.344 8.125-23.922-5.984 0.047-1.797 0.547-3 1.062-4.719-3.297 13.5 15.094 21.359 22.641 10.703 0.281-0.391 0.359-0.359 0.219 0zM22.891 14.203c0 4.422-3.563 8.016-7.953 8.016s-7.953-3.594-7.953-8.016 3.563-8.016 7.953-8.016 7.953 3.594 7.953 8.016zM27.375 9.703c-5.563-12.625-28.531-7.969-25.984 9.203-5.281-17.203 16.484-25.094 24.531-12.844 0.656 1 1.406 2.75 1.453 3.641zM26.406 15.047c0.266-5.281-3.391-8.891-8.328-10.25-0.078 0-0.422-0.141 0.219-0.203 12.063 0.406 12.5 19.688-0.641 19.906 4.281-1.188 8.484-4.156 8.75-9.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microchip\" viewBox=\"0 0 24 28\">\n<title>microchip</title>\n<path d=\"M3 20v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 16v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 12v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 8v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 4v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM20 1.5v23c0 0.828-0.672 1.5-1.5 1.5h-13c-0.828 0-1.5-0.672-1.5-1.5v-23c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5zM24 20.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 16.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 12.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 8.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 4.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snowflake-o\" viewBox=\"0 0 26 28\">\n<title>snowflake-o</title>\n<path d=\"M24.469 17.453l-2.609 0.516 2.906 1.672c0.469 0.266 0.641 0.891 0.359 1.359s-0.891 0.641-1.359 0.359l-2.906-1.656 0.859 2.5c0.438 1.25-1.469 1.891-1.891 0.656l-1.594-4.688-4.234-2.438v4.891l3.25 3.719c0.875 0.984-0.641 2.312-1.5 1.313l-1.75-2v3.344c0 0.547-0.453 1-1 1s-1-0.453-1-1v-3.344l-1.75 2c-0.859 1-2.375-0.328-1.5-1.313l3.25-3.719v-4.891l-4.234 2.438-1.594 4.688c-0.422 1.234-2.328 0.594-1.891-0.656l0.859-2.5-2.906 1.656c-0.469 0.281-1.078 0.109-1.359-0.359s-0.109-1.094 0.359-1.359l2.906-1.672-2.609-0.516c-1.297-0.266-0.906-2.219 0.391-1.969l4.844 0.969 4.234-2.453-4.234-2.453-4.844 0.969c-0.063 0.016-0.141 0.016-0.203 0.016-1.188 0-1.359-1.75-0.187-1.984l2.609-0.516-2.906-1.672c-0.469-0.266-0.641-0.891-0.359-1.359 0.281-0.484 0.891-0.641 1.359-0.359l2.906 1.656-0.859-2.5c-0.438-1.25 1.469-1.891 1.891-0.656l1.594 4.688 4.234 2.438v-4.891l-3.25-3.719c-0.875-0.984 0.641-2.312 1.5-1.313l1.75 2v-3.344c0-0.547 0.453-1 1-1s1 0.453 1 1v3.344l1.75-2c0.859-1 2.375 0.328 1.5 1.313l-3.25 3.719v4.891l4.234-2.438 1.594-4.688c0.422-1.234 2.328-0.594 1.891 0.656l-0.859 2.5 2.906-1.656c0.469-0.281 1.078-0.109 1.359 0.359s0.109 1.094-0.359 1.359l-2.906 1.672 2.609 0.516c1.172 0.234 1 1.984-0.187 1.984-0.063 0-0.141 0-0.203-0.016l-4.844-0.969-4.234 2.453 4.234 2.453 4.844-0.969c1.297-0.25 1.687 1.703 0.391 1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superpowers\" viewBox=\"0 0 28 28\">\n<title>superpowers</title>\n<path d=\"M23.016 14.516c0.281-5-3.547-9.141-8.5-9.438-4.922-0.297-9.281 3.453-9.562 8.406-0.281 5 3.547 9.141 8.516 9.438 4.922 0.297 9.281-3.437 9.547-8.406zM28 0l-5.453 5.437c2.484 2.422 3.828 5.797 3.609 9.266-0.344 5.812-4.813 10.453-10.547 11.234l-15.609 2.063 5.422-5.422c-2.484-2.422-3.813-5.797-3.609-9.266 0.359-5.828 4.813-10.469 10.563-11.25 5.203-0.688 10.422-1.375 15.625-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpexplorer\" viewBox=\"0 0 28 28\">\n<title>wpexplorer</title>\n<path d=\"M14.812 16.063l2.547 5.141h-0.797l-2.734-5.469-2.672 5.469h-0.766l2.797-5.844-1.219-0.516 0.328-0.766 3.75 1.594-0.328 0.781zM8.797 6.813l4.75 2.031-2.031 4.75-4.75-2.031zM14.172 9.703l3.75 1.609-1.609 3.734-3.734-1.594zM18.562 12.047l2.984 1.266-1.281 2.969-2.969-1.266zM26.25 14c0-6.75-5.5-12.25-12.25-12.25s-12.25 5.5-12.25 12.25 5.5 12.25 12.25 12.25 12.25-5.5 12.25-12.25zM28 14c0 7.719-6.281 14-14 14s-14-6.281-14-14 6.281-14 14-14 14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meetup\" viewBox=\"0 0 30 28\">\n<title>meetup</title>\n<path d=\"M20.844 19.281c-0.172-1.125-2.234-0.25-2.359-1.484-0.172-1.75 2.391-5.531 2.188-7-0.187-1.313-1.062-1.594-1.828-1.609-0.734-0.016-0.922 0.109-1.172 0.25-0.156 0.094-0.359 0.266-0.641-0.016-0.344-0.328-0.609-0.641-1.062-0.703-0.672-0.109-0.969 0.109-1.453 0.531-0.187 0.156-0.656 0.703-1.094 0.5-0.187-0.094-0.844-0.422-1.313-0.625-0.891-0.391-2.188 0.25-2.656 1.094-0.703 1.25-2.078 6.188-2.281 6.844-0.469 1.453 0.594 2.656 2.016 2.578 0.609-0.031 1-0.25 1.391-0.953 0.219-0.406 2.281-5.891 2.438-6.156 0.109-0.187 0.484-0.438 0.797-0.281 0.313 0.172 0.375 0.516 0.328 0.828-0.063 0.531-1.531 3.875-1.578 4.25-0.187 1.25 1.469 1.453 2.109 0.219 0.203-0.391 2.5-5.063 2.703-5.375 0.234-0.344 0.406-0.453 0.641-0.438 0.172 0 0.453 0.047 0.391 0.594-0.078 0.516-1.922 3.953-2.125 4.797-0.25 1.125 0.359 2.266 1.359 2.766 0.625 0.313 3.422 0.859 3.203-0.609zM5.984 22.656c0.063 0.313-0.125 0.609-0.438 0.672-0.297 0.063-0.594-0.125-0.656-0.438-0.063-0.297 0.125-0.609 0.422-0.672s0.609 0.125 0.672 0.438zM14.891 26.766c0.25 0.359 0.156 0.844-0.187 1.094-0.359 0.25-0.844 0.156-1.094-0.203-0.234-0.359-0.141-0.844 0.203-1.094 0.359-0.25 0.844-0.156 1.078 0.203zM2.766 14.078c-0.375 0.562-1.125 0.703-1.672 0.313-0.547-0.375-0.688-1.141-0.313-1.687 0.375-0.562 1.125-0.703 1.672-0.328 0.547 0.391 0.688 1.141 0.313 1.703zM22.922 24.656c0.391 0.578 0.25 1.375-0.328 1.781-0.578 0.391-1.359 0.25-1.75-0.328s-0.25-1.375 0.313-1.781c0.578-0.406 1.359-0.25 1.766 0.328zM24.672 15.219c1.437 2.359 0.828 5.469-1.437 7.063-0.953 0.672-2.031 0.969-3.109 0.938-0.656 2.578-3.797 3.531-5.75 1.781-0.063 0.047-0.141 0.094-0.203 0.156-2.141 1.484-5.047 0.953-6.531-1.219-0.531-0.781-0.797-1.672-0.828-2.562-3.578-0.594-4.922-5.141-2.25-7.641-1.547-2.562 0.031-5.875 2.922-6.281 1.375-3.625 5.891-5.344 8.953-2.969 3.687-1.219 7.453 1.609 7.156 5.531 2.25 0.688 2.891 3.656 1.078 5.203zM7.109 4.906c0.281 0.422 0.187 1-0.234 1.297-0.406 0.281-0.984 0.187-1.266-0.234s-0.187-1 0.234-1.297c0.406-0.281 0.984-0.187 1.266 0.234zM9.594 0.516c0.078 0.344-0.141 0.688-0.484 0.766s-0.688-0.141-0.766-0.5c-0.063-0.344 0.156-0.688 0.5-0.766s0.688 0.141 0.75 0.5zM28.125 15.328c0.094 0.422-0.172 0.828-0.578 0.906-0.406 0.094-0.812-0.172-0.891-0.578-0.094-0.422 0.172-0.828 0.578-0.922 0.406-0.078 0.812 0.187 0.891 0.594zM17.75 1.375c0.328 0.562 0.156 1.312-0.422 1.656-0.562 0.344-1.297 0.156-1.625-0.406-0.344-0.578-0.156-1.328 0.406-1.672s1.297-0.156 1.641 0.422zM29.406 11.625c0.078 0.313-0.125 0.609-0.422 0.688-0.313 0.063-0.609-0.141-0.672-0.438-0.063-0.313 0.125-0.625 0.438-0.688 0.297-0.063 0.594 0.125 0.656 0.438zM26.422 7.859c0.313 0.469 0.203 1.109-0.25 1.437-0.469 0.313-1.109 0.203-1.422-0.266s-0.203-1.109 0.266-1.437c0.453-0.328 1.094-0.203 1.406 0.266z\"/>\n</symbol>\n</defs>\n</svg>\n\";s:11:\"Linearicons\";s:184660:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"Lineariconsicon-home\" viewBox=\"0 0 20 20\">\n<title>home</title>\n<path class=\"path1\" d=\"M19.871 12.165l-8.829-9.758c-0.274-0.303-0.644-0.47-1.042-0.47-0 0 0 0 0 0-0.397 0-0.767 0.167-1.042 0.47l-8.829 9.758c-0.185 0.205-0.169 0.521 0.035 0.706 0.096 0.087 0.216 0.129 0.335 0.129 0.136 0 0.272-0.055 0.371-0.165l2.129-2.353v8.018c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-8.018l2.129 2.353c0.185 0.205 0.501 0.221 0.706 0.035s0.221-0.501 0.035-0.706zM12 19h-4v-4.5c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v4.5zM16 18.5c0 0.276-0.224 0.5-0.5 0.5h-2.5v-4.5c0-0.827-0.673-1.5-1.5-1.5h-3c-0.827 0-1.5 0.673-1.5 1.5v4.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-9.123l5.7-6.3c0.082-0.091 0.189-0.141 0.3-0.141s0.218 0.050 0.3 0.141l5.7 6.3v9.123z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-apartment\" viewBox=\"0 0 20 20\">\n<title>apartment</title>\n<path class=\"path1\" d=\"M14 6h1v1h-1v-1z\"/>\n<path class=\"path2\" d=\"M14 8h1v1h-1v-1z\"/>\n<path class=\"path3\" d=\"M14 10h1v1h-1v-1z\"/>\n<path class=\"path4\" d=\"M14 12h1v1h-1v-1z\"/>\n<path class=\"path5\" d=\"M14 16h1v1h-1v-1z\"/>\n<path class=\"path6\" d=\"M14 14h1v1h-1v-1z\"/>\n<path class=\"path7\" d=\"M6 6h1v1h-1v-1z\"/>\n<path class=\"path8\" d=\"M6 8h1v1h-1v-1z\"/>\n<path class=\"path9\" d=\"M6 10h1v1h-1v-1z\"/>\n<path class=\"path10\" d=\"M6 12h1v1h-1v-1z\"/>\n<path class=\"path11\" d=\"M6 16h1v1h-1v-1z\"/>\n<path class=\"path12\" d=\"M6 14h1v1h-1v-1z\"/>\n<path class=\"path13\" d=\"M4 6h1v1h-1v-1z\"/>\n<path class=\"path14\" d=\"M4 8h1v1h-1v-1z\"/>\n<path class=\"path15\" d=\"M4 10h1v1h-1v-1z\"/>\n<path class=\"path16\" d=\"M4 12h1v1h-1v-1z\"/>\n<path class=\"path17\" d=\"M4 16h1v1h-1v-1z\"/>\n<path class=\"path18\" d=\"M4 14h1v1h-1v-1z\"/>\n<path class=\"path19\" d=\"M8 6h1v1h-1v-1z\"/>\n<path class=\"path20\" d=\"M8 8h1v1h-1v-1z\"/>\n<path class=\"path21\" d=\"M8 10h1v1h-1v-1z\"/>\n<path class=\"path22\" d=\"M8 12h1v1h-1v-1z\"/>\n<path class=\"path23\" d=\"M8 16h1v1h-1v-1z\"/>\n<path class=\"path24\" d=\"M8 14h1v1h-1v-1z\"/>\n<path class=\"path25\" d=\"M18.5 19h-0.5v-13.5c0-0.763-0.567-1.549-1.291-1.791l-4.709-1.57v-1.64c0-0.158-0.075-0.307-0.202-0.401s-0.291-0.123-0.442-0.078l-9.042 2.713c-0.737 0.221-1.314 0.997-1.314 1.766v14.5h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h18c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM16.393 4.658c0.318 0.106 0.607 0.507 0.607 0.842v13.5h-5v-15.806l4.393 1.464zM2 4.5c0-0.329 0.287-0.714 0.602-0.808l8.398-2.52v17.828h-9v-14.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pencil\" viewBox=\"0 0 20 20\">\n<title>pencil</title>\n<path class=\"path1\" d=\"M19.104 0.896c-0.562-0.562-1.309-0.871-2.104-0.871s-1.542 0.309-2.104 0.871l-12.75 12.75c-0.052 0.052-0.091 0.114-0.116 0.183l-2 5.5c-0.066 0.183-0.021 0.387 0.116 0.524 0.095 0.095 0.223 0.146 0.354 0.146 0.057 0 0.115-0.010 0.171-0.030l5.5-2c0.069-0.025 0.131-0.065 0.183-0.116l12.75-12.75c0.562-0.562 0.871-1.309 0.871-2.104s-0.309-1.542-0.871-2.104zM5.725 17.068l-4.389 1.596 1.596-4.389 11.068-11.068 2.793 2.793-11.068 11.068zM18.396 4.396l-0.896 0.896-2.793-2.793 0.896-0.896c0.373-0.373 0.869-0.578 1.396-0.578s1.023 0.205 1.396 0.578c0.373 0.373 0.578 0.869 0.578 1.396s-0.205 1.023-0.578 1.396z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magic-wand\" viewBox=\"0 0 20 20\">\n<title>magic-wand</title>\n<path class=\"path1\" d=\"M11.5 7c-0.276 0-0.5-0.224-0.5-0.5 0-1.378-1.122-2.5-2.5-2.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c1.378 0 2.5-1.122 2.5-2.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 1.378 1.122 2.5 2.5 2.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-1.378 0-2.5 1.122-2.5 2.5 0 0.276-0.224 0.5-0.5 0.5zM10.301 3.5c0.49 0.296 0.903 0.708 1.199 1.199 0.296-0.49 0.708-0.903 1.199-1.199-0.49-0.296-0.903-0.708-1.199-1.199-0.296 0.49-0.708 0.903-1.199 1.199z\"/>\n<path class=\"path2\" d=\"M1.5 10c-0.276 0-0.5-0.224-0.5-0.5s-0.224-0.5-0.5-0.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.276 0 0.5-0.224 0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5c0 0.276 0.224 0.5 0.5 0.5s0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5c-0.276 0-0.5 0.224-0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.147 15.939l-10.586-10.586c-0.283-0.283-0.659-0.438-1.061-0.438s-0.778 0.156-1.061 0.438l-0.586 0.586c-0.283 0.283-0.438 0.659-0.438 1.061s0.156 0.778 0.438 1.061l10.586 10.586c0.283 0.283 0.659 0.438 1.061 0.438s0.778-0.156 1.061-0.438l0.586-0.586c0.283-0.283 0.438-0.659 0.438-1.061s-0.156-0.778-0.438-1.061zM5.561 6.646l0.586-0.586c0.094-0.094 0.219-0.145 0.354-0.145s0.26 0.052 0.354 0.145l1.439 1.439-1.293 1.293-1.439-1.439c-0.195-0.195-0.195-0.512 0-0.707zM17.439 17.354l-0.586 0.586c-0.094 0.094-0.219 0.145-0.353 0.145s-0.26-0.052-0.353-0.145l-8.439-8.439 1.293-1.293 8.439 8.439c0.195 0.195 0.195 0.512 0 0.707z\"/>\n<path class=\"path4\" d=\"M3.5 5c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 2.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n<path class=\"path5\" d=\"M3.5 15c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 12.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-drop\" viewBox=\"0 0 20 20\">\n<title>drop</title>\n<path class=\"path1\" d=\"M10 20c-1.614 0-3.118-0.655-4.236-1.845-1.133-1.206-1.757-2.859-1.757-4.655 0-2.943 1.308-5.049 2.693-7.278 1.070-1.723 2.177-3.504 2.817-5.853 0.059-0.218 0.257-0.368 0.482-0.368s0.423 0.151 0.482 0.368c0.641 2.35 1.749 4.132 2.821 5.855 1.387 2.229 2.697 4.335 2.697 7.277 0 1.799-0.62 3.452-1.746 4.654-1.115 1.19-2.626 1.846-4.254 1.846zM10 2.113c-0.674 1.776-1.574 3.225-2.45 4.636-1.364 2.196-2.543 4.093-2.543 6.751 0 3.136 2.147 5.5 4.993 5.5 2.85 0 5-2.364 5-5.5 0-2.657-1.18-4.553-2.546-6.749-0.878-1.411-1.78-2.861-2.454-4.638z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lighter\" viewBox=\"0 0 20 20\">\n<title>lighter</title>\n<path class=\"path1\" d=\"M17.5 9h-0.69l-0.855-1.722c-0.084-0.17-0.258-0.278-0.448-0.278h-4.007c-0.276 0-0.5 0.224-0.5 0.5v1.5h-1.211l-3.856-6.678c-0.138-0.239-0.444-0.321-0.683-0.183l-3.464 2c-0.239 0.138-0.321 0.444-0.183 0.683l4 6.928c0.093 0.16 0.261 0.25 0.433 0.25 0.085 0 0.171-0.022 0.25-0.067l2.714-1.567v8.134c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-9c0-0.276-0.224-0.5-0.5-0.5zM17 15h-1v-3h1v3zM12 8h3.197l0.497 1h-3.694v-1zM6.219 10.817l-3.5-6.062 2.598-1.5 3.5 6.062-2.598 1.5zM10 18v-8h6.497c0.001 0 0.002 0 0.004 0s0.001-0 0.002-0h0.497v1h-1.5c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h1.5v2h-7z\"/>\n<path class=\"path2\" d=\"M15.5 6c-0.75 0-1.115-0.354-1.289-0.652-0.331-0.565-0.275-1.418 0.169-2.606 0.299-0.799 0.668-1.459 0.684-1.487 0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255c0.016 0.028 0.385 0.688 0.684 1.487 0.444 1.189 0.5 2.041 0.169 2.606-0.174 0.297-0.539 0.652-1.289 0.652zM15.5 2.64c-0.063 0.146-0.127 0.302-0.187 0.463-0.453 1.218-0.297 1.64-0.238 1.741 0.025 0.043 0.092 0.156 0.425 0.156s0.401-0.114 0.426-0.156c0.059-0.101 0.216-0.525-0.243-1.751-0.059-0.158-0.121-0.31-0.183-0.453z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-poop\" viewBox=\"0 0 20 20\">\n<title>poop</title>\n<path class=\"path1\" d=\"M17.057 13.303c-0.077-0.044-0.157-0.087-0.239-0.129 0.955-0.749 1.181-1.568 1.181-2.174 0-1.419-1.193-2.655-3.175-3.409 0.115-0.351 0.175-0.72 0.175-1.091 0-1.93-1.57-3.5-3.5-3.5-0.684 0-1.5-0.173-1.5-1 0-0.453 0.578-0.948 0.779-1.085 0.183-0.123 0.264-0.35 0.2-0.561s-0.258-0.354-0.478-0.354c-1.567 0-3.178 0.515-4.418 1.413-0.633 0.458-1.135 0.988-1.493 1.575-0.391 0.641-0.589 1.318-0.589 2.012 0 0.288 0.024 0.574 0.070 0.855-0.849 0.41-1.566 0.951-2.090 1.581-0.641 0.77-0.98 1.657-0.98 2.564 0 0.546 0.123 1.103 0.356 1.641-0.888 0.854-1.356 1.836-1.356 2.859 0 1.525 1.028 2.936 2.893 3.973 1.773 0.985 4.119 1.527 6.607 1.527 2.558 0 4.879-0.333 6.535-0.937 2.45-0.893 2.965-2.159 2.965-3.063 0-0.728-0.337-1.787-1.943-2.697zM15.693 18.124c-1.55 0.565-3.749 0.876-6.193 0.876-2.32 0-4.494-0.498-6.121-1.402-1.534-0.852-2.379-1.953-2.379-3.098 0-0.797 0.41-1.461 0.867-1.952 0.115 0.164 0.24 0.324 0.377 0.479 0.796 0.909 1.904 1.603 3.118 1.953 0.046 0.013 0.093 0.020 0.139 0.020 0.217 0 0.417-0.142 0.48-0.361 0.077-0.265-0.076-0.542-0.342-0.619-2.074-0.599-3.639-2.327-3.639-4.020 0-1.224 0.88-2.399 2.329-3.155 0.524 1.443 1.63 2.641 3.004 3.127 0.055 0.019 0.111 0.029 0.167 0.029 0.206 0 0.399-0.128 0.471-0.333 0.092-0.26-0.044-0.546-0.305-0.638-1.52-0.537-2.667-2.269-2.667-4.029 0-1.012 0.592-1.998 1.668-2.777 0.744-0.538 1.643-0.918 2.578-1.1-0.144 0.258-0.246 0.554-0.246 0.877 0 0.967 0.657 2 2.5 2 1.378 0 2.5 1.122 2.5 2.5 0 0.271-0.042 0.533-0.125 0.784-0.408-0.111-0.841-0.204-1.295-0.277-0.273-0.044-0.529 0.142-0.573 0.414s0.142 0.529 0.414 0.573c1.387 0.223 2.563 0.647 3.401 1.226 0.538 0.372 1.179 0.982 1.179 1.78 0 0.645-0.428 1.218-1.273 1.705-0.915-0.325-1.986-0.564-3.169-0.702-0.274-0.032-0.523 0.164-0.555 0.439s0.164 0.523 0.439 0.555c1.686 0.197 3.112 0.604 4.122 1.176 0.655 0.371 1.436 0.989 1.436 1.827 0 1.060-1.255 1.74-2.307 2.124z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sun\" viewBox=\"0 0 20 20\">\n<title>sun</title>\n<path class=\"path1\" d=\"M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z\"/>\n<path class=\"path2\" d=\"M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path8\" d=\"M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path9\" d=\"M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-moon\" viewBox=\"0 0 20 20\">\n<title>moon</title>\n<path class=\"path1\" d=\"M10.25 20c-2.738 0-5.312-1.066-7.248-3.002s-3.002-4.51-3.002-7.248c0-2.251 0.723-4.375 2.090-6.143 0.655-0.847 1.439-1.585 2.331-2.194 0.899-0.614 1.888-1.083 2.938-1.392 0.192-0.057 0.399 0.007 0.527 0.161s0.151 0.369 0.060 0.547c-0.645 1.257-0.945 2.455-0.945 3.772 0 4.687 3.813 8.5 8.5 8.5 1.317 0 2.515-0.3 3.772-0.945 0.178-0.091 0.393-0.068 0.547 0.060s0.217 0.335 0.161 0.527c-0.31 1.050-0.778 2.039-1.392 2.938-0.609 0.892-1.347 1.676-2.194 2.331-1.768 1.367-3.893 2.090-6.143 2.090zM6.57 1.365c-3.374 1.445-5.57 4.689-5.57 8.385 0 5.1 4.15 9.25 9.25 9.25 3.696 0 6.94-2.197 8.385-5.57-1.024 0.383-2.058 0.57-3.135 0.57-2.538 0-4.923-0.988-6.717-2.782s-2.783-4.18-2.783-6.718c0-1.077 0.188-2.111 0.57-3.135z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud\" viewBox=\"0 0 20 20\">\n<title>cloud</title>\n<path class=\"path1\" d=\"M16.006 16h-10.006c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.602 0 3.137 0.643 4.26 1.775 0.088-0.194 0.196-0.38 0.325-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.178 1.017 0.061-0.003 0.122-0.004 0.184-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994zM6 5c-2.757 0-5 2.243-5 5s2.243 5 5 5h10.006c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.354 0-0.699 0.061-1.026 0.18-0.218 0.080-0.462-0.001-0.59-0.195s-0.104-0.45 0.056-0.619c0.357-0.376 0.554-0.865 0.554-1.379 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.23 0.312-0.365 0.678-0.388 1.057-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.193c-0.11-0.156-0.229-0.307-0.354-0.447-0.949-1.068-2.312-1.681-3.74-1.681z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-upload\" viewBox=\"0 0 20 20\">\n<title>cloud-upload</title>\n<path class=\"path1\" d=\"M16.006 16h-3.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h2.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 12.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v3.793c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3.793l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-download\" viewBox=\"0 0 20 20\">\n<title>cloud-download</title>\n<path class=\"path1\" d=\"M16.006 16h-2.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-1.146 1.146v-3.793c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3.793l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-sync\" viewBox=\"0 0 20 20\">\n<title>cloud-sync</title>\n<path class=\"path1\" d=\"M16.006 8.012c-0.061 0-0.122 0.001-0.183 0.004 0.116-0.322 0.177-0.666 0.177-1.017 0-1.654-1.346-3-3-3-0.948 0-1.851 0.456-2.415 1.22-0.129 0.174-0.237 0.36-0.324 0.555-1.123-1.132-2.658-1.775-4.261-1.775-3.308 0-6 2.692-6 6s2.692 6 6 6h10.006c2.202 0 3.994-1.792 3.994-3.994s-1.792-3.994-3.994-3.994zM16.006 15h-10.006c-2.757 0-5-2.243-5-5s2.243-5 5-5c1.428 0 2.791 0.613 3.74 1.681 0.125 0.141 0.243 0.29 0.351 0.442l0.005 0.007c0.122 0.174 0.34 0.253 0.545 0.195s0.351-0.238 0.364-0.451c0.024-0.384 0.157-0.751 0.386-1.061 0.382-0.517 0.969-0.814 1.611-0.814 1.103 0 2 0.897 2 2 0 0.515-0.195 1.004-0.55 1.377-0.16 0.168-0.183 0.424-0.056 0.618s0.371 0.275 0.589 0.196c0.327-0.119 0.671-0.179 1.023-0.179 1.651 0 2.994 1.343 2.994 2.994s-1.343 2.994-2.994 2.994z\"/>\n<path class=\"path2\" d=\"M6.404 11.959c-0.132 0.027-0.268 0.041-0.404 0.041-1.103 0-2-0.897-2-2v-0.293l0.146 0.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1-1c-0.195-0.195-0.512-0.195-0.707 0l-1 1c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l0.146-0.146v0.293c0 1.654 1.346 3 3 3 0.203 0 0.406-0.021 0.604-0.061 0.271-0.055 0.445-0.32 0.39-0.59s-0.319-0.445-0.59-0.39z\"/>\n<path class=\"path3\" d=\"M9.146 10.146l-0.146 0.146v-0.293c0-1.654-1.346-3-3-3-0.203 0-0.406 0.021-0.604 0.061-0.271 0.055-0.445 0.32-0.39 0.59s0.32 0.445 0.59 0.39c0.132-0.027 0.268-0.041 0.404-0.041 1.103 0 2 0.897 2 2v0.293l-0.146-0.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1 1c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-check\" viewBox=\"0 0 20 20\">\n<title>cloud-check</title>\n<path class=\"path1\" d=\"M16 16h-9.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9.5c1.654 0 3-1.346 3-3s-1.346-3-3-3c-0.343 0-0.68 0.057-1 0.17-0.217 0.077-0.458-0.005-0.584-0.197s-0.105-0.446 0.051-0.615c0.344-0.371 0.533-0.853 0.533-1.359 0-1.103-0.897-2-2-2-1.055 0-1.931 0.823-1.996 1.875-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.194c-0.937-1.334-2.468-2.131-4.096-2.131-2.757 0-5 2.243-5 5 0 0.152 0.007 0.305 0.020 0.455 0.025 0.275-0.178 0.518-0.453 0.543s-0.518-0.178-0.543-0.453c-0.016-0.18-0.024-0.363-0.024-0.545 0-3.308 2.692-6 6-6 1.611 0 3.143 0.65 4.261 1.776 0.471-1.050 1.527-1.776 2.739-1.776 1.654 0 3 1.346 3 3 0 0.346-0.059 0.685-0.172 1.004 0.057-0.002 0.115-0.004 0.172-0.004 2.206 0 4 1.794 4 4s-1.794 4-4 4z\"/>\n<path class=\"path2\" d=\"M3.5 15.5c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1.646 1.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-database\" viewBox=\"0 0 20 20\">\n<title>database</title>\n<path class=\"path1\" d=\"M18.067 1.609c-0.497-0.326-1.193-0.615-2.069-0.858-1.742-0.484-4.050-0.75-6.498-0.75s-4.756 0.267-6.498 0.75c-0.877 0.243-1.573 0.532-2.069 0.858-0.619 0.407-0.933 0.874-0.933 1.391v12c0 0.517 0.314 0.985 0.933 1.391 0.497 0.326 1.193 0.615 2.069 0.858 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.877-0.243 1.573-0.532 2.069-0.858 0.619-0.406 0.933-0.874 0.933-1.391v-12c0-0.517-0.314-0.985-0.933-1.391zM3.27 1.714c1.658-0.46 3.87-0.714 6.23-0.714s4.573 0.254 6.23 0.714c1.795 0.499 2.27 1.059 2.27 1.286s-0.474 0.787-2.27 1.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286s0.474-0.787 2.27-1.286zM15.73 16.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 12.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 8.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lock\" viewBox=\"0 0 20 20\">\n<title>lock</title>\n<path class=\"path1\" d=\"M14.5 8h-0.5v-1.5c0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5v1.5h-0.5c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5zM6 6.5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v1.5h-7v-1.5zM15 17.5c0 0.276-0.224 0.5-0.5 0.5h-10c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5v8z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cog\" viewBox=\"0 0 20 20\">\n<title>cog</title>\n<path class=\"path1\" d=\"M7.631 19.702c-0.041 0-0.083-0.005-0.125-0.016-0.898-0.231-1.761-0.587-2.564-1.059-0.233-0.137-0.315-0.434-0.186-0.671 0.159-0.292 0.243-0.622 0.243-0.957 0-1.103-0.897-2-2-2-0.334 0-0.665 0.084-0.957 0.243-0.237 0.129-0.534 0.047-0.671-0.186-0.472-0.804-0.828-1.666-1.059-2.564-0.065-0.254 0.077-0.515 0.325-0.598 0.814-0.274 1.362-1.036 1.362-1.895s-0.547-1.621-1.362-1.895c-0.248-0.084-0.39-0.344-0.325-0.598 0.231-0.898 0.587-1.761 1.059-2.564 0.137-0.233 0.434-0.315 0.671-0.186 0.291 0.159 0.622 0.243 0.957 0.243 1.103 0 2-0.897 2-2 0-0.334-0.084-0.665-0.243-0.957-0.129-0.237-0.047-0.534 0.186-0.671 0.804-0.472 1.666-0.828 2.564-1.059 0.254-0.065 0.515 0.077 0.598 0.325 0.274 0.814 1.036 1.362 1.895 1.362s1.621-0.547 1.895-1.362c0.084-0.248 0.345-0.39 0.598-0.325 0.898 0.231 1.761 0.587 2.564 1.059 0.233 0.137 0.315 0.434 0.186 0.671-0.159 0.292-0.243 0.622-0.243 0.957 0 1.103 0.897 2 2 2 0.334 0 0.665-0.084 0.957-0.243 0.237-0.129 0.534-0.047 0.671 0.186 0.472 0.804 0.828 1.666 1.059 2.564 0.065 0.254-0.077 0.515-0.325 0.598-0.814 0.274-1.362 1.036-1.362 1.895s0.547 1.621 1.362 1.895c0.248 0.084 0.39 0.344 0.325 0.598-0.231 0.898-0.587 1.761-1.059 2.564-0.137 0.233-0.434 0.315-0.671 0.186-0.292-0.159-0.622-0.243-0.957-0.243-1.103 0-2 0.897-2 2 0 0.334 0.084 0.665 0.243 0.957 0.129 0.237 0.047 0.534-0.186 0.671-0.804 0.472-1.666 0.828-2.564 1.059-0.254 0.065-0.515-0.077-0.598-0.325-0.274-0.814-1.036-1.362-1.895-1.362s-1.621 0.547-1.895 1.362c-0.070 0.207-0.264 0.341-0.474 0.341zM10 17c1.127 0 2.142 0.628 2.655 1.602 0.52-0.161 1.026-0.369 1.51-0.622-0.108-0.314-0.164-0.646-0.164-0.98 0-1.654 1.346-3 3-3 0.334 0 0.666 0.056 0.98 0.164 0.253-0.484 0.462-0.989 0.622-1.51-0.974-0.512-1.602-1.527-1.602-2.655s0.628-2.142 1.602-2.655c-0.161-0.52-0.369-1.026-0.622-1.51-0.314 0.108-0.646 0.164-0.98 0.164-1.654 0-3-1.346-3-3 0-0.334 0.056-0.666 0.164-0.98-0.484-0.253-0.989-0.462-1.51-0.622-0.512 0.974-1.527 1.602-2.655 1.602s-2.142-0.628-2.655-1.602c-0.52 0.16-1.026 0.369-1.51 0.622 0.108 0.314 0.164 0.646 0.164 0.98 0 1.654-1.346 3-3 3-0.334 0-0.666-0.056-0.98-0.164-0.253 0.484-0.462 0.989-0.622 1.51 0.974 0.512 1.602 1.527 1.602 2.655s-0.628 2.142-1.602 2.655c0.16 0.52 0.369 1.026 0.622 1.51 0.314-0.108 0.646-0.164 0.98-0.164 1.654 0 3 1.346 3 3 0 0.334-0.056 0.666-0.164 0.98 0.484 0.253 0.989 0.462 1.51 0.622 0.512-0.974 1.527-1.602 2.655-1.602z\"/>\n<path class=\"path2\" d=\"M10 13c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 8c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-trash\" viewBox=\"0 0 20 20\">\n<title>trash</title>\n<path class=\"path1\" d=\"M15.5 2h-3.5v-0.5c0-0.827-0.673-1.5-1.5-1.5h-2c-0.827 0-1.5 0.673-1.5 1.5v0.5h-3.5c-0.827 0-1.5 0.673-1.5 1.5v1c0 0.652 0.418 1.208 1 1.414v12.586c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-12.586c0.582-0.206 1-0.762 1-1.414v-1c0-0.827-0.673-1.5-1.5-1.5zM8 1.5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v0.5h-3v-0.5zM14.5 19h-10c-0.276 0-0.5-0.224-0.5-0.5v-12.5h11v12.5c0 0.276-0.224 0.5-0.5 0.5zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-12c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n<path class=\"path2\" d=\"M12.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M9.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dice\" viewBox=\"0 0 20 20\">\n<title>dice</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M5.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M5.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M13.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M13.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path7\" d=\"M15.5 19h-12c-1.378 0-2.5-1.122-2.5-2.5v-12c0-1.378 1.122-2.5 2.5-2.5h12c1.378 0 2.5 1.122 2.5 2.5v12c0 1.378-1.122 2.5-2.5 2.5zM3.5 3c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.827 0.673 1.5 1.5 1.5h12c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart\" viewBox=\"0 0 20 20\">\n<title>heart</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.094-0.052-2.326-1.301-4.592-3.347-1.341-1.21-2.411-2.448-3.183-3.68-0.984-1.571-1.482-3.139-1.482-4.66 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.521-0.499 3.089-1.482 4.66-0.771 1.232-1.842 2.47-3.182 3.68-2.266 2.046-4.498 3.295-4.592 3.347-0.076 0.042-0.159 0.063-0.243 0.063zM5.25 3c-2.343 0-4.25 1.907-4.25 4.25 0 3.040 2.35 5.802 4.321 7.585 1.76 1.592 3.544 2.708 4.179 3.087 0.635-0.379 2.419-1.495 4.179-3.087 1.971-1.782 4.321-4.545 4.321-7.585 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star\" viewBox=\"0 0 20 20\">\n<title>star</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-5.261-2.869-5.261 2.869c-0.168 0.092-0.373 0.079-0.529-0.032s-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276s0.363 0.107 0.447 0.276l2.386 4.772 5.749 0.958c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-3.818 3.818 0.958 5.746c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093zM10 15c0.082 0 0.165 0.020 0.239 0.061l4.599 2.508-0.831-4.987c-0.027-0.159 0.025-0.322 0.14-0.436l3.313-3.313-5.042-0.84c-0.158-0.026-0.293-0.127-0.365-0.27l-2.053-4.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.075-0.041 0.157-0.061 0.239-0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-half\" viewBox=\"0 0 20 20\">\n<title>star-half</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.098 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path2\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path3\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path4\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path5\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.199 0.678s-0.436 0.332-0.678 0.199l-0.261-0.142-5.261 2.869c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-empty\" viewBox=\"0 0 20 20\">\n<title>star-empty</title>\n<path class=\"path1\" d=\"M5.499 8.333c-0.24 0-0.452-0.173-0.493-0.418-0.045-0.272 0.139-0.53 0.411-0.575l1.749-0.291 0.386-0.772c0.123-0.247 0.424-0.347 0.671-0.224s0.347 0.424 0.224 0.671l-0.5 1c-0.072 0.143-0.207 0.243-0.365 0.27l-2 0.333c-0.028 0.005-0.056 0.007-0.083 0.007z\"/>\n<path class=\"path2\" d=\"M2.5 10c-0.128 0-0.256-0.049-0.354-0.146l-1-1c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l2-0.333c0.273-0.045 0.53 0.139 0.575 0.411s-0.139 0.53-0.411 0.575l-1.042 0.174 0.313 0.313c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path4\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.099 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path5\" d=\"M5.334 14c-0.027 0-0.055-0.002-0.083-0.007-0.272-0.045-0.456-0.303-0.411-0.575l0.124-0.746-0.818-0.818c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1 1c0.114 0.114 0.166 0.276 0.14 0.436l-0.167 1c-0.041 0.245-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path6\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.5-3c0.045-0.272 0.303-0.456 0.575-0.411s0.456 0.303 0.411 0.575l-0.331 1.987 1.099-0.599c0.242-0.132 0.546-0.043 0.678 0.199s0.043 0.546-0.2 0.678l-2 1.091c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n<path class=\"path7\" d=\"M8.5 16.818c-0.177 0-0.349-0.094-0.439-0.261-0.132-0.242-0.043-0.546 0.2-0.678l1.5-0.818c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.2 0.678s-0.436 0.332-0.678 0.2l-0.261-0.142-1.261 0.688c-0.076 0.041-0.158 0.061-0.239 0.061z\"/>\n<path class=\"path8\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path9\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path10\" d=\"M9 5c-0.075 0-0.151-0.017-0.223-0.053-0.247-0.123-0.347-0.424-0.224-0.671l1-2c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-0.553 1.106c-0.088 0.175-0.264 0.277-0.448 0.277z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-flag\" viewBox=\"0 0 20 20\">\n<title>flag</title>\n<path class=\"path1\" d=\"M1.5 19c-0.276 0-0.5-0.224-0.5-0.5v-15c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M3.5 10c-0.104 0-0.21-0.033-0.3-0.1-0.221-0.166-0.266-0.479-0.1-0.7 0.067-0.090 1.676-2.2 3.9-2.2 1.694 0 2.813 0.599 3.801 1.127 0.875 0.468 1.631 0.873 2.699 0.873 2.192 0 3.758-2.080 4.65-3.718-0.698 0.397-1.59 0.718-2.65 0.718-2.207 0-3.347-1.14-4.354-2.146-0.995-0.995-1.854-1.854-3.646-1.854-2.224 0-3.587 1.782-3.6 1.8-0.166 0.221-0.479 0.266-0.7 0.1s-0.266-0.479-0.1-0.7c0.067-0.090 1.681-2.2 4.4-2.2 2.207 0 3.347 1.14 4.354 2.146 0.995 0.995 1.854 1.854 3.646 1.854 2.224 0 3.587-1.782 3.6-1.8 0.147-0.196 0.415-0.257 0.632-0.143s0.32 0.368 0.242 0.601c-0.021 0.064-0.533 1.581-1.558 3.119-0.612 0.918-1.282 1.653-1.991 2.185-0.918 0.688-1.902 1.037-2.925 1.037-1.318 0-2.26-0.504-3.171-0.991-0.97-0.519-1.886-1.009-3.329-1.009-1.73 0-3.087 1.782-3.1 1.8-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-envelope\" viewBox=\"0 0 20 20\">\n<title>envelope</title>\n<path class=\"path1\" d=\"M17.5 6h-16c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h16c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM17.5 7c0.030 0 0.058 0.003 0.087 0.008l-7.532 5.021c-0.29 0.193-0.819 0.193-1.109 0l-7.532-5.021c0.028-0.005 0.057-0.008 0.087-0.008h16zM17.5 17h-16c-0.276 0-0.5-0.224-0.5-0.5v-8.566l7.391 4.927c0.311 0.207 0.71 0.311 1.109 0.311s0.798-0.104 1.109-0.311l7.391-4.927v8.566c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paperclip\" viewBox=\"0 0 20 20\">\n<title>paperclip</title>\n<path class=\"path1\" d=\"M9.5 20c-2.481 0-4.5-2.019-4.5-4.5v-12c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v11c0 1.378-1.122 2.5-2.5 2.5s-2.5-1.122-2.5-2.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827 0.673 1.5 1.5 1.5s1.5-0.673 1.5-1.5v-11c0-1.378-1.122-2.5-2.5-2.5s-2.5 1.122-2.5 2.5v12c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7c0 2.481-2.019 4.5-4.5 4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-inbox\" viewBox=\"0 0 20 20\">\n<title>inbox</title>\n<path class=\"path1\" d=\"M19.557 10.383l-2.698-6.168c-0.298-0.682-1.115-1.216-1.859-1.216h-10c-0.744 0-1.561 0.534-1.859 1.216l-2.698 6.168c-0.248 0.568-0.443 1.497-0.443 2.117v4c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.619-0.194-1.549-0.443-2.117zM4.057 4.617c0.141-0.323 0.591-0.617 0.943-0.617h10c0.352 0 0.802 0.294 0.943 0.617l2.698 6.168c0.030 0.069 0.060 0.148 0.089 0.233-0.075-0.012-0.152-0.018-0.23-0.018h-6c-0.276 0-0.5 0.224-0.5 0.5v0.5c0 1.103-0.897 2-2 2s-2-0.897-2-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-6c-0.078 0-0.155 0.006-0.23 0.018 0.029-0.085 0.058-0.164 0.089-0.233l2.698-6.168zM19 16.5c0 0.276-0.224 0.5-0.5 0.5h-17c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5h5.5c0 1.654 1.346 3 3 3s3-1.346 3-3h5.5c0.276 0 0.5 0.224 0.5 0.5v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-eye\" viewBox=\"0 0 20 20\">\n<title>eye</title>\n<path class=\"path1\" d=\"M19.872 10.166c-0.047-0.053-1.182-1.305-2.956-2.572-1.047-0.748-2.1-1.344-3.13-1.773-1.305-0.544-2.579-0.82-3.786-0.82s-2.481 0.276-3.786 0.82c-1.030 0.429-2.083 1.026-3.13 1.773-1.774 1.267-2.909 2.52-2.956 2.572-0.171 0.19-0.171 0.479 0 0.669 0.047 0.053 1.182 1.305 2.956 2.572 1.047 0.748 2.1 1.344 3.13 1.773 1.305 0.544 2.579 0.82 3.786 0.82s2.481-0.276 3.786-0.82c1.030-0.429 2.083-1.026 3.13-1.773 1.774-1.267 2.909-2.52 2.956-2.572 0.171-0.19 0.171-0.479 0-0.669zM12.574 6.438c0.907 0.763 1.426 1.873 1.426 3.062 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.188 0.519-2.299 1.426-3.062 0.822-0.268 1.691-0.438 2.574-0.438s1.752 0.17 2.574 0.438zM16.317 12.606c-1.533 1.092-3.873 2.394-6.317 2.394s-4.784-1.302-6.317-2.394c-1.157-0.824-2.042-1.658-2.489-2.106 0.447-0.448 1.332-1.281 2.489-2.106 0.53-0.378 1.156-0.78 1.85-1.145-0.347 0.688-0.533 1.455-0.533 2.251 0 2.757 2.243 5 5 5s5-2.243 5-5c0-0.796-0.186-1.563-0.533-2.251 0.694 0.365 1.32 0.768 1.85 1.145 1.157 0.824 2.042 1.658 2.489 2.106-0.447 0.448-1.332 1.281-2.489 2.106z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-printer\" viewBox=\"0 0 20 20\">\n<title>printer</title>\n<path class=\"path1\" d=\"M18.5 4h-1.5v-2.5c0-0.827-0.673-1.5-1.5-1.5h-11c-0.827 0-1.5 0.673-1.5 1.5v2.5h-1.5c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h1.5v2.5c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-2.5h1.5c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM4 1.5c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v2.5h-12v-2.5zM15.5 19h-11c-0.276 0-0.5-0.224-0.5-0.5v-6.5h12v6.5c0 0.276-0.224 0.5-0.5 0.5zM19 14.5c0 0.276-0.224 0.5-0.5 0.5h-1.5v-3h0.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5v3h-1.5c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h17c0.276 0 0.5 0.224 0.5 0.5v9z\"/>\n<path class=\"path2\" d=\"M14.5 14h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 16h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 9c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM16.5 7c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-empty\" viewBox=\"0 0 20 20\">\n<title>file-empty</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-add\" viewBox=\"0 0 20 20\">\n<title>file-add</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM16.5 19h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 13h-2.5v-2.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.5h-2.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h2.5v2.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-2.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter\" viewBox=\"0 0 20 20\">\n<title>enter</title>\n<path class=\"path1\" d=\"M17.5 2h-9c-0.827 0-1.5 0.673-1.5 1.5v3c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h7.564l-3.842 1.647c-0.685 0.294-1.222 1.108-1.222 1.853v9.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5h2.5v1.5c0 0.433 0.18 0.801 0.495 1.008 0.174 0.114 0.376 0.172 0.589 0.172 0.173 0 0.354-0.038 0.532-0.114l5.162-2.212c0.685-0.294 1.222-1.108 1.222-1.854v-12c0-0.827-0.673-1.5-1.5-1.5zM18 15.5c0 0.351-0.294 0.796-0.616 0.934l-5.162 2.212c-0.096 0.041-0.159 0.038-0.177 0.027s-0.045-0.069-0.045-0.173v-12c0-0.351 0.294-0.796 0.616-0.934l5.333-2.286c0.033 0.066 0.051 0.141 0.051 0.22v12z\"/>\n<path class=\"path2\" d=\"M8.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit\" viewBox=\"0 0 20 20\">\n<title>exit</title>\n<path class=\"path1\" d=\"M11.5 8c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.827-0.673-1.5-1.5-1.5h-9c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.746 0.537 1.56 1.222 1.853l5.162 2.212c0.178 0.076 0.359 0.114 0.532 0.114 0.213-0 0.416-0.058 0.589-0.172 0.314-0.207 0.495-0.575 0.495-1.008v-1.5h2.5c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5h-2.5v-9.5c0-0.746-0.537-1.56-1.222-1.853l-3.842-1.647h7.564c0.276 0 0.5 0.224 0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5zM6.384 5.566c0.322 0.138 0.616 0.584 0.616 0.934v12c0 0.104-0.028 0.162-0.045 0.173s-0.081 0.014-0.177-0.027l-5.162-2.212c-0.322-0.138-0.616-0.583-0.616-0.934v-12c0-0.079 0.018-0.153 0.051-0.22l5.333 2.286z\"/>\n<path class=\"path2\" d=\"M18.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-graduation-hat\" viewBox=\"0 0 20 20\">\n<title>graduation-hat</title>\n<path class=\"path1\" d=\"M18.658 7.026l-9-3c-0.103-0.034-0.214-0.034-0.316 0l-9 3c-0.204 0.068-0.342 0.259-0.342 0.474s0.138 0.406 0.342 0.474l2.658 0.886v2.64c0 0.133 0.053 0.26 0.146 0.354 0.088 0.088 2.194 2.146 6.354 2.146 1.513 0 2.924-0.272 4.195-0.809 0.254-0.107 0.373-0.401 0.266-0.655s-0.401-0.373-0.655-0.266c-1.147 0.485-2.427 0.73-3.805 0.73-1.945 0-3.376-0.504-4.234-0.926-0.635-0.313-1.060-0.629-1.266-0.799v-2.081l5.342 1.781c0.051 0.017 0.105 0.026 0.158 0.026s0.107-0.009 0.158-0.026l5.342-1.781v0.892c-0.582 0.206-1 0.762-1 1.414 0 0.611 0.367 1.137 0.892 1.371l-0.877 3.508c-0.037 0.149-0.004 0.308 0.091 0.429s0.24 0.192 0.394 0.192h2c0.154 0 0.299-0.071 0.394-0.192s0.128-0.28 0.091-0.429l-0.877-3.508c0.525-0.234 0.892-0.76 0.892-1.371 0-0.652-0.418-1.208-1-1.414v-1.226l2.658-0.886c0.204-0.068 0.342-0.259 0.342-0.474s-0.138-0.406-0.342-0.474zM15.5 11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5-0.5-0.224-0.5-0.5 0.224-0.5 0.5-0.5zM15.14 16l0.36-1.438 0.36 1.438h-0.719zM15.46 7.986l-5.877-0.98c-0.273-0.045-0.53 0.139-0.575 0.411s0.139 0.53 0.411 0.575l4.014 0.669-3.932 1.311-7.419-2.473 7.419-2.473 7.419 2.473-1.459 0.486z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-license\" viewBox=\"0 0 20 20\">\n<title>license</title>\n<path class=\"path1\" d=\"M18.5 18h-17c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v13c0 0.827-0.673 1.5-1.5 1.5zM1.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-13c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M9.5 6h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 9h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M9.5 11h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M9.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M8.5 15h-5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M17.943 6.544l-0.813-0.591-0.311-0.956h-1.005l-0.813-0.591-0.813 0.591h-1.005l-0.311 0.956-0.813 0.591 0.311 0.956-0.311 0.956 0.813 0.591 0.132 0.406c-0.002 0.016-0.002 0.031-0.002 0.047v5c0 0.202 0.122 0.385 0.309 0.462s0.402 0.035 0.545-0.108l1.146-1.146 1.146 1.146c0.096 0.096 0.223 0.147 0.354 0.146 0.064 0 0.129-0.012 0.191-0.038 0.187-0.077 0.309-0.26 0.309-0.462v-5c0-0.016-0.001-0.032-0.002-0.047l0.132-0.406 0.813-0.591-0.311-0.956 0.311-0.956zM13.233 6.926l0.488-0.355 0.187-0.574h0.604l0.488-0.355 0.488 0.355h0.604l0.187 0.574 0.488 0.355-0.187 0.574 0.187 0.574-0.488 0.355-0.187 0.574h-0.604l-0.488 0.355-0.488-0.355h-0.604l-0.187-0.574-0.488-0.355 0.187-0.574-0.187-0.574zM15.354 12.646c-0.195-0.195-0.512-0.195-0.707 0l-0.646 0.646v-3.29h0.187l0.813 0.591 0.813-0.591h0.187v3.29l-0.646-0.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-music-note\" viewBox=\"0 0 20 20\">\n<title>music-note</title>\n<path class=\"path1\" d=\"M19.82 1.116c-0.114-0.095-0.264-0.135-0.41-0.108l-11 2c-0.238 0.043-0.411 0.25-0.411 0.492v11.399c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-10.084l10-1.847v8.33c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-13c0-0.148-0.066-0.289-0.18-0.384zM4.5 18c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5 3.5 0.792 3.5 1.5-1.497 1.5-3.5 1.5zM9 5.399v-1.482l10-1.818v1.453l-10 1.847zM15.5 16c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5c2.003 0 3.5 0.792 3.5 1.5s-1.497 1.5-3.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-film-play\" viewBox=\"0 0 20 20\">\n<title>film-play</title>\n<path class=\"path1\" d=\"M7.5 15c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-9c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l6 4.5c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-6 4.5c-0.088 0.066-0.194 0.1-0.3 0.1zM8 6.5v7l4.667-3.5-4.667-3.5z\"/>\n<path class=\"path2\" d=\"M19.5 2h-19c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276 0.224 0.5 0.5 0.5h19c0.276 0 0.5-0.224 0.5-0.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3 11h-2v-2h2v2zM3 8h-2v-2h2v2zM1 12h2v2h-2v-2zM4 3h12v14h-12v-14zM17 9h2v2h-2v-2zM17 8v-2h2v2h-2zM17 12h2v2h-2v-2zM19 5h-2v-2h2v2zM3 3v2h-2v-2h2zM1 15h2v2h-2v-2zM17 17v-2h2v2h-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera-video\" viewBox=\"0 0 20 20\">\n<title>camera-video</title>\n<path class=\"path1\" d=\"M19.131 17.053c-0 0-0 0-0 0-0.242-0-0.485-0.097-0.724-0.288l-3.438-2.751c-0.552-0.442-0.969-1.308-0.969-2.015v-3c0-0.707 0.416-1.573 0.969-2.015l3.438-2.751c0.239-0.191 0.482-0.288 0.724-0.288 0.433-0 0.869 0.326 0.869 1.053v11c0 0.278-0.064 0.512-0.19 0.694-0.157 0.228-0.405 0.359-0.679 0.359zM19 5.040l-3.407 2.725c-0.31 0.248-0.593 0.837-0.593 1.234v3c0 0.398 0.283 0.986 0.593 1.234l3.407 2.725v-10.919z\"/>\n<path class=\"path2\" d=\"M11.5 17h-10c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h10c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera\" viewBox=\"0 0 20 20\">\n<title>camera</title>\n<path class=\"path1\" d=\"M9.5 15c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5c2.481 0 4.5 2.019 4.5 4.5s-2.019 4.5-4.5 4.5zM9.5 7c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5z\"/>\n<path class=\"path2\" d=\"M17.5 18h-16c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h1.5c0.415 0 1.060-0.267 1.354-0.561l0.586-0.586c0.487-0.487 1.373-0.854 2.061-0.854h5c0.688 0 1.574 0.367 2.061 0.854l0.586 0.586c0.293 0.293 0.939 0.561 1.354 0.561h1.5c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-1.5c-0.688 0-1.574-0.367-2.061-0.854l-0.586-0.586c-0.293-0.293-0.939-0.561-1.354-0.561h-5c-0.415 0-1.060 0.267-1.354 0.561l-0.586 0.586c-0.487 0.487-1.372 0.854-2.061 0.854h-1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-picture\" viewBox=\"0 0 20 20\">\n<title>picture</title>\n<path class=\"path1\" d=\"M18.5 20h-17c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM1.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M13 9c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM13 6c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.5 2h-15c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-12c0-0.276-0.224-0.5-0.5-0.5zM3 11.69l3.209-3.611c0.082-0.092 0.189-0.144 0.302-0.145s0.221 0.048 0.305 0.138l5.533 5.928h-9.349v-2.31zM17 14h-3.283l-6.169-6.61c-0.279-0.299-0.651-0.461-1.049-0.456s-0.766 0.176-1.037 0.481l-2.462 2.77v-7.185h14v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-book\" viewBox=\"0 0 20 20\">\n<title>book</title>\n<path class=\"path1\" d=\"M14.5 18h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M16.5 3c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5h-11c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5h9c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-10c-0.827 0-1.5 0.673-1.5 1.5v15c0 1.378 1.122 2.5 2.5 2.5h11c0.827 0 1.5-0.673 1.5-1.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3.5 2h10c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5h-9c-0.562 0-1.082 0.187-1.5 0.501v-13.001c0-0.276 0.224-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bookmark\" viewBox=\"0 0 20 20\">\n<title>bookmark</title>\n<path class=\"path1\" d=\"M15.5 20c-0.143 0-0.283-0.062-0.38-0.175l-5.62-6.557-5.62 6.557c-0.136 0.159-0.357 0.216-0.553 0.144s-0.327-0.26-0.327-0.469v-18c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v18c0 0.209-0.13 0.396-0.327 0.469-0.057 0.021-0.115 0.031-0.173 0.031zM9.5 12c0.146 0 0.285 0.064 0.38 0.175l5.12 5.974v-16.148h-11v16.148l5.12-5.974c0.095-0.111 0.234-0.175 0.38-0.175z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-user\" viewBox=\"0 0 20 20\">\n<title>user</title>\n<path class=\"path1\" d=\"M9.5 11c-3.033 0-5.5-2.467-5.5-5.5s2.467-5.5 5.5-5.5 5.5 2.467 5.5 5.5-2.467 5.5-5.5 5.5zM9.5 1c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5c2.481 0 4.5-2.019 4.5-4.5s-2.019-4.5-4.5-4.5z\"/>\n<path class=\"path2\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5 0-0.068 0.014-1.685 1.225-3.3 0.705-0.94 1.67-1.687 2.869-2.219 1.464-0.651 3.283-0.981 5.406-0.981s3.942 0.33 5.406 0.981c1.199 0.533 2.164 1.279 2.869 2.219 1.211 1.615 1.225 3.232 1.225 3.3 0 0.827-0.673 1.5-1.5 1.5zM9.5 13c-3.487 0-6.060 0.953-7.441 2.756-1.035 1.351-1.058 2.732-1.059 2.746 0 0.274 0.224 0.498 0.5 0.498h16c0.276 0 0.5-0.224 0.5-0.5-0-0.012-0.023-1.393-1.059-2.744-1.382-1.803-3.955-2.756-7.441-2.756z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-users\" viewBox=\"0 0 20 20\">\n<title>users</title>\n<path class=\"path1\" d=\"M18.5 18h-11c-0.827 0-1.5-0.673-1.5-1.5 0-0.048 0.011-1.19 0.924-2.315 0.525-0.646 1.241-1.158 2.128-1.522 1.071-0.44 2.4-0.662 3.948-0.662s2.876 0.223 3.948 0.662c0.887 0.364 1.603 0.876 2.128 1.522 0.914 1.125 0.924 2.267 0.924 2.315 0 0.827-0.673 1.5-1.5 1.5zM7 16.503c0.001 0.275 0.225 0.497 0.5 0.497h11c0.275 0 0.499-0.223 0.5-0.497-0.001-0.035-0.032-0.895-0.739-1.734-0.974-1.157-2.793-1.768-5.261-1.768s-4.287 0.612-5.261 1.768c-0.707 0.84-0.738 1.699-0.739 1.734z\"/>\n<path class=\"path2\" d=\"M13 11c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4c0 2.206-1.794 4-4 4zM13 4c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path3\" d=\"M4.5 18h-3c-0.827 0-1.5-0.673-1.5-1.5 0-0.037 0.008-0.927 0.663-1.8 0.378-0.505 0.894-0.904 1.533-1.188 0.764-0.34 1.708-0.512 2.805-0.512 0.179 0 0.356 0.005 0.527 0.014 0.276 0.015 0.487 0.25 0.473 0.526s-0.25 0.488-0.526 0.473c-0.153-0.008-0.312-0.012-0.473-0.012-3.894 0-3.997 2.379-4 2.503 0.001 0.274 0.225 0.497 0.5 0.497h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M5 12c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM5 7c-1.103 0-2 0.897-2 2s0.897 2 2 2 2-0.897 2-2c0-1.103-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-shirt\" viewBox=\"0 0 20 20\">\n<title>shirt</title>\n<path class=\"path1\" d=\"M13.5 19h-8c-0.827 0-1.5-0.673-1.5-1.5v-9.306l-2.342 0.781c-0.262 0.087-0.545-0.054-0.632-0.316l-1-3c-0.079-0.236 0.028-0.494 0.251-0.605l6-3c0.155-0.077 0.339-0.069 0.486 0.022s0.237 0.252 0.237 0.425c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.173 0.090-0.334 0.237-0.425s0.331-0.099 0.486-0.022l6 3c0.223 0.111 0.329 0.369 0.251 0.605l-1 3c-0.087 0.262-0.37 0.404-0.632 0.316l-2.342-0.781v9.306c0 0.827-0.673 1.5-1.5 1.5zM4.5 7c0.104 0 0.206 0.032 0.292 0.094 0.13 0.094 0.208 0.245 0.208 0.406v10c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.161 0.077-0.312 0.208-0.406s0.298-0.12 0.45-0.069l2.526 0.842 0.705-2.114-4.973-2.487c-0.351 1.562-1.749 2.733-3.415 2.733s-3.065-1.171-3.415-2.733l-4.973 2.487 0.705 2.114 2.526-0.842c0.052-0.017 0.105-0.026 0.158-0.026z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-store\" viewBox=\"0 0 20 20\">\n<title>store</title>\n<path class=\"path1\" d=\"M18 9.5v-1c0-0.078-0.018-0.154-0.053-0.224l-2-4c-0.085-0.169-0.258-0.276-0.447-0.276h-12c-0.189 0-0.363 0.107-0.447 0.276l-2 4c-0.035 0.069-0.053 0.146-0.053 0.224v1c0 0.816 0.393 1.542 1 1.999v6.501h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6.501c0.607-0.457 1-1.182 1-1.999zM11.5 11c-0.827 0-1.5-0.673-1.5-1.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5zM2 9.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5zM9 5v3h-2.86l0.75-3h2.11zM12.11 5l0.75 3h-2.86v-3h2.11zM6 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM14 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM16.691 8h-2.801l-0.75-3h2.051l1.5 3zM3.809 5h2.051l-0.75 3h-2.801l1.5-3zM3 11.95c0.162 0.033 0.329 0.050 0.5 0.050 0.817 0 1.544-0.394 2-1.002 0.456 0.608 1.183 1.002 2 1.002s1.544-0.394 2-1.002c0.361 0.48 0.89 0.827 1.5 0.951v6.050h-8v-6.050zM16 18h-4v-6.050c0.61-0.124 1.139-0.471 1.5-0.951 0.456 0.608 1.183 1.002 2 1.002 0.171 0 0.338-0.017 0.5-0.050v6.050z\"/>\n<path class=\"path2\" d=\"M14 14.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M5.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3-3c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path5\" d=\"M8.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cart\" viewBox=\"0 0 20 20\">\n<title>cart</title>\n<path class=\"path1\" d=\"M8 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM8 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path2\" d=\"M15 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM15 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.539 4.467c-0.251-0.297-0.63-0.467-1.039-0.467h-12.243l-0.099-0.596c-0.131-0.787-0.859-1.404-1.658-1.404h-1c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1c0.307 0 0.621 0.266 0.671 0.569l1.671 10.027c0.131 0.787 0.859 1.404 1.658 1.404h10c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-10c-0.307 0-0.621-0.266-0.671-0.569l-0.247-1.48 9.965-0.867c0.775-0.067 1.483-0.721 1.611-1.489l0.671-4.027c0.067-0.404-0.038-0.806-0.289-1.102zM16.842 5.404l-0.671 4.027c-0.053 0.316-0.391 0.629-0.711 0.657l-10.043 0.873-0.994-5.962h12.076c0.117 0 0.215 0.040 0.276 0.113s0.085 0.176 0.066 0.291z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tag\" viewBox=\"0 0 20 20\">\n<title>tag</title>\n<path class=\"path1\" d=\"M7.5 19.085c-0.401 0-0.778-0.156-1.061-0.438l-5.086-5.086c-0.283-0.283-0.438-0.659-0.438-1.061s0.156-0.778 0.438-1.061l8.586-8.586c0.487-0.487 1.372-0.854 2.061-0.854h4.5c0.827 0 1.5 0.673 1.5 1.5v4.5c0 0.688-0.367 1.574-0.853 2.061l-8.586 8.586c-0.283 0.283-0.659 0.438-1.061 0.438zM12 3c-0.415 0-1.060 0.267-1.353 0.561l-8.586 8.586c-0.094 0.094-0.145 0.219-0.145 0.354s0.052 0.26 0.145 0.353l5.086 5.086c0.094 0.094 0.219 0.145 0.354 0.145s0.26-0.052 0.354-0.145l8.586-8.586c0.293-0.293 0.561-0.939 0.561-1.354v-4.5c0-0.276-0.224-0.5-0.5-0.5h-4.5z\"/>\n<path class=\"path2\" d=\"M14.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone-handset\" viewBox=\"0 0 20 20\">\n<title>phone-handset</title>\n<path class=\"path1\" d=\"M16 20c-1.771 0-3.655-0.502-5.6-1.492-1.793-0.913-3.564-2.22-5.122-3.78s-2.863-3.333-3.775-5.127c-0.988-1.946-1.49-3.83-1.49-5.601 0-1.148 1.070-2.257 1.529-2.68 0.661-0.609 1.701-1.32 2.457-1.32 0.376 0 0.816 0.246 1.387 0.774 0.425 0.394 0.904 0.928 1.383 1.544 0.289 0.372 1.73 2.271 1.73 3.182 0 0.747-0.845 1.267-1.739 1.816-0.346 0.212-0.703 0.432-0.961 0.639-0.276 0.221-0.325 0.338-0.333 0.364 0.949 2.366 3.85 5.267 6.215 6.215 0.021-0.007 0.138-0.053 0.363-0.333 0.207-0.258 0.427-0.616 0.639-0.961 0.55-0.894 1.069-1.739 1.816-1.739 0.911 0 2.81 1.441 3.182 1.73 0.616 0.479 1.15 0.958 1.544 1.383 0.528 0.57 0.774 1.011 0.774 1.387 0 0.756-0.711 1.799-1.319 2.463-0.424 0.462-1.533 1.537-2.681 1.537zM3.994 1c-0.268 0.005-0.989 0.333-1.773 1.055-0.744 0.686-1.207 1.431-1.207 1.945 0 6.729 8.264 15 14.986 15 0.513 0 1.258-0.465 1.944-1.213 0.723-0.788 1.051-1.512 1.056-1.781-0.032-0.19-0.558-0.929-1.997-2.037-1.237-0.952-2.24-1.463-2.498-1.469-0.018 0.005-0.13 0.048-0.357 0.336-0.197 0.251-0.408 0.594-0.613 0.926-0.56 0.911-1.089 1.772-1.858 1.772-0.124 0-0.246-0.024-0.363-0.071-2.625-1.050-5.729-4.154-6.779-6.779-0.126-0.315-0.146-0.809 0.474-1.371 0.33-0.299 0.786-0.579 1.228-0.851 0.332-0.204 0.676-0.415 0.926-0.613 0.288-0.227 0.331-0.339 0.336-0.357-0.007-0.258-0.517-1.261-1.469-2.498-1.108-1.439-1.847-1.964-2.037-1.997z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone\" viewBox=\"0 0 20 20\">\n<title>phone</title>\n<path class=\"path1\" d=\"M17.894 8.897c-1.041 0-2.928-0.375-3.516-0.963-0.361-0.361-0.446-0.813-0.515-1.177-0.085-0.448-0.136-0.581-0.332-0.666-0.902-0.388-2.196-0.61-3.551-0.61-1.34 0-2.62 0.219-3.512 0.6-0.194 0.083-0.244 0.216-0.327 0.663-0.068 0.365-0.152 0.819-0.512 1.179-0.328 0.328-1.015 0.554-1.533 0.685-0.668 0.169-1.384 0.267-1.963 0.267-0.664 0-1.113-0.126-1.372-0.386-0.391-0.391-0.641-0.926-0.685-1.467-0.037-0.456 0.051-1.132 0.68-1.762 1.022-1.022 2.396-1.819 4.086-2.368 1.554-0.506 3.322-0.773 5.114-0.773 1.804 0 3.587 0.27 5.156 0.782 1.705 0.556 3.093 1.361 4.124 2.393 1.050 1.050 0.79 2.443 0.012 3.221-0.257 0.257-0.7 0.382-1.354 0.382zM9.98 4.481c1.507 0 2.908 0.246 3.946 0.691 0.713 0.306 0.833 0.938 0.92 1.398 0.052 0.275 0.097 0.513 0.24 0.656 0.252 0.252 1.706 0.671 2.809 0.671 0.481 0 0.633-0.082 0.652-0.094 0.31-0.314 0.698-1.086-0.017-1.802-1.805-1.805-5.010-2.882-8.574-2.882-3.535 0-6.709 1.065-8.493 2.848-0.288 0.288-0.42 0.616-0.391 0.974 0.025 0.302 0.17 0.614 0.39 0.836 0.019 0.012 0.173 0.098 0.67 0.098 1.098 0 2.541-0.411 2.789-0.659 0.141-0.141 0.185-0.379 0.236-0.654 0.086-0.462 0.203-1.095 0.917-1.4 1.026-0.439 2.413-0.68 3.905-0.68z\"/>\n<path class=\"path2\" d=\"M16.5 18h-13c-0.671 0-1.29-0.264-1.743-0.743s-0.682-1.112-0.645-1.782c0.004-0.077 0.118-1.901 1.27-3.739 0.682-1.088 1.586-1.955 2.686-2.577 1.361-0.769 3.020-1.159 4.932-1.159s3.571 0.39 4.932 1.159c1.101 0.622 2.005 1.489 2.686 2.577 1.152 1.839 1.266 3.663 1.27 3.739 0.037 0.67-0.192 1.303-0.645 1.782s-1.072 0.743-1.743 0.743zM10 9c-3.117 0-5.388 1.088-6.749 3.233-1.030 1.623-1.139 3.282-1.14 3.299-0.022 0.392 0.111 0.761 0.373 1.038s0.623 0.43 1.017 0.43h13c0.393 0 0.754-0.153 1.017-0.43s0.395-0.646 0.373-1.039c-0.001-0.016-0.111-1.675-1.14-3.298-1.362-2.145-3.633-3.233-6.749-3.233z\"/>\n<path class=\"path3\" d=\"M10 16c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 11c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pushpin\" viewBox=\"0 0 20 20\">\n<title>pushpin</title>\n<path class=\"path1\" d=\"M18 6.793l-5.293-5.293c-0.188-0.188-0.44-0.292-0.707-0.292s-0.519 0.104-0.707 0.292l-0.293 0.293c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-2.793 2.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-0.293 0.293c-0.39 0.39-0.39 1.024 0 1.414l1.553 1.553-4.95 6.435c-0.153 0.199-0.135 0.481 0.043 0.658 0.097 0.097 0.225 0.146 0.354 0.146 0.107 0 0.214-0.034 0.305-0.104l6.435-4.95 1.553 1.553c0.188 0.188 0.44 0.292 0.707 0.292s0.519-0.104 0.707-0.292l0.293-0.293c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l2.793-2.793c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l0.293-0.293c0.188-0.188 0.292-0.44 0.292-0.707s-0.104-0.519-0.292-0.707zM4.234 15.266l2.533-3.293 0.76 0.76-3.293 2.533zM17 7.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-2.793 2.793c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-0.292 0.292c-0 0-0.001 0-0.001 0v0.001l-5.293-5.293 0.293-0.293c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l2.793-2.793c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l0.293-0.293 5.293 5.293-0.293 0.293z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map-marker\" viewBox=\"0 0 20 20\">\n<title>map-marker</title>\n<path class=\"path1\" d=\"M10 20c-0.153 0-0.298-0.070-0.393-0.191-0.057-0.073-1.418-1.814-2.797-4.385-0.812-1.513-1.46-2.999-1.925-4.416-0.587-1.787-0.884-3.472-0.884-5.008 0-3.308 2.692-6 6-6s6 2.692 6 6c0 1.536-0.298 3.22-0.884 5.008-0.465 1.417-1.113 2.903-1.925 4.416-1.38 2.571-2.74 4.312-2.797 4.385-0.095 0.121-0.24 0.191-0.393 0.191zM10 1c-2.757 0-5 2.243-5 5 0 3.254 1.463 6.664 2.691 8.951 0.902 1.681 1.809 3.014 2.309 3.71 0.502-0.699 1.415-2.040 2.318-3.726 1.223-2.283 2.682-5.687 2.682-8.935 0-2.757-2.243-5-5-5z\"/>\n<path class=\"path2\" d=\"M10 9c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 4c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map\" viewBox=\"0 0 20 20\">\n<title>map</title>\n<path class=\"path1\" d=\"M18.763 1.075c-0.147-0.091-0.331-0.099-0.486-0.022l-5.776 2.888-5.776-2.888c-0.141-0.070-0.306-0.070-0.447 0l-6 3c-0.169 0.085-0.276 0.258-0.276 0.447v15c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l5.776-2.888 5.776 2.888c0.141 0.070 0.307 0.070 0.447 0l6-3c0.169-0.085 0.276-0.258 0.276-0.447v-15c-0-0.173-0.090-0.334-0.237-0.425zM6 16.191l-5 2.5v-13.882l5-2.5v13.882zM7 2.309l5 2.5v13.882l-5-2.5v-13.882zM18 16.191l-5 2.5v-13.882l5-2.5v13.882z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-location\" viewBox=\"0 0 20 20\">\n<title>location</title>\n<path class=\"path1\" d=\"M8.5 20c-0.043 0-0.087-0.006-0.13-0.017-0.218-0.059-0.37-0.257-0.37-0.483v-7.5h-7.5c-0.226 0-0.424-0.152-0.483-0.37s0.037-0.449 0.232-0.562l19-11c0.196-0.113 0.444-0.081 0.604 0.079s0.193 0.408 0.079 0.604l-11 19c-0.091 0.157-0.258 0.249-0.433 0.249zM2.362 11h6.138c0.276 0 0.5 0.224 0.5 0.5v6.138l9.128-15.766-15.766 9.128z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-calendar-full\" viewBox=\"0 0 20 20\">\n<title>calendar-full</title>\n<path class=\"path1\" d=\"M18.5 2h-2.5v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-10v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-2.5c-0.827 0-1.5 0.673-1.5 1.5v14c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-14c0-0.827-0.673-1.5-1.5-1.5zM1.5 3h2.5v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h10v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h2.5c0.276 0 0.5 0.224 0.5 0.5v2.5h-18v-2.5c0-0.276 0.224-0.5 0.5-0.5zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-10.5h18v10.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M7.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M10.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M7.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M10.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M13.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M16.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path11\" d=\"M4.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path12\" d=\"M7.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path13\" d=\"M10.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path14\" d=\"M13.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path15\" d=\"M16.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path16\" d=\"M4.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path17\" d=\"M7.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path18\" d=\"M10.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path19\" d=\"M13.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path20\" d=\"M16.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-keyboard\" viewBox=\"0 0 20 20\">\n<title>keyboard</title>\n<path class=\"path1\" d=\"M17.5 16h-16c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M3.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M16.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M4.5 10h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M3.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M11.5 14h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M14.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M16.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.5v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M5.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M6 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path11\" d=\"M8 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path12\" d=\"M10 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path13\" d=\"M12 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path14\" d=\"M14 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path15\" d=\"M7 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path16\" d=\"M9 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path17\" d=\"M11 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path18\" d=\"M13 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path19\" d=\"M15 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path20\" d=\"M8 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path21\" d=\"M10 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path22\" d=\"M12 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-spell-check\" viewBox=\"0 0 20 20\">\n<title>spell-check</title>\n<path class=\"path1\" d=\"M4.5 14c-0.276 0-0.5 0.224-0.5 0.5v0.001c-0.418-0.315-0.938-0.501-1.5-0.501-1.378 0-2.5 1.122-2.5 2.5s1.122 2.5 2.5 2.5c0.562 0 1.082-0.187 1.5-0.501v0.001c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM2.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M8.5 14c-0.562 0-1.082 0.187-1.5 0.501v-4.001c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.001c0.418 0.315 0.938 0.501 1.5 0.501 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5zM8.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M14.5 19c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5c0.439 0 0.872 0.116 1.25 0.335 0.239 0.138 0.321 0.444 0.183 0.683s-0.444 0.321-0.683 0.183c-0.227-0.131-0.486-0.2-0.75-0.2-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5c0.264 0 0.523-0.069 0.75-0.2 0.239-0.138 0.545-0.057 0.683 0.182s0.057 0.545-0.182 0.683c-0.379 0.219-0.811 0.335-1.25 0.335z\"/>\n<path class=\"path4\" d=\"M11.5 10.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-screen\" viewBox=\"0 0 20 20\">\n<title>screen</title>\n<path class=\"path1\" d=\"M17.5 2h-16c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h7.5v2h-3.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-2h7.5c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5zM18 13.5c0 0.276-0.224 0.5-0.5 0.5h-16c-0.276 0-0.5-0.224-0.5-0.5v-10c0-0.276 0.224-0.5 0.5-0.5h16c0.276 0 0.5 0.224 0.5 0.5v10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smartphone\" viewBox=\"0 0 20 20\">\n<title>smartphone</title>\n<path class=\"path1\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M14.5 20h-9c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h9c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM5.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-9z\"/>\n<path class=\"path3\" d=\"M13.5 16h-7c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM7 15h6v-12h-6v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tablet\" viewBox=\"0 0 20 20\">\n<title>tablet</title>\n<path class=\"path1\" d=\"M16.5 20h-13c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM3.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h13c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-13z\"/>\n<path class=\"path2\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15.5 16h-11c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM5 15h10v-12h-10v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop\" viewBox=\"0 0 20 20\">\n<title>laptop</title>\n<path class=\"path1\" d=\"M3.5 14h13c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5h-13c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5zM3 4.5c0-0.276 0.224-0.5 0.5-0.5h13c0.276 0 0.5 0.224 0.5 0.5v8c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-8z\"/>\n<path class=\"path2\" d=\"M19.5 15h-19c-0.276 0-0.5 0.224-0.5 0.5v1c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-1c0-0.276-0.224-0.5-0.5-0.5zM18.5 17h-17c-0.276 0-0.5-0.224-0.5-0.5v-0.5h18v0.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop-phone\" viewBox=\"0 0 20 20\">\n<title>laptop-phone</title>\n<path class=\"path1\" d=\"M11.5 14h-8c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5h-13c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 18h-10c-0.827 0-1.5-0.673-1.5-1.5v-1c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.5v0.5c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 18h-4c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h4c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM14.5 8c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-4z\"/>\n<path class=\"path4\" d=\"M16.5 16c-0.132 0-0.26-0.053-0.353-0.147s-0.147-0.222-0.147-0.353 0.053-0.261 0.147-0.353c0.093-0.093 0.222-0.147 0.353-0.147s0.261 0.053 0.353 0.147c0.093 0.093 0.147 0.222 0.147 0.353s-0.053 0.261-0.147 0.353c-0.093 0.093-0.222 0.147-0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-power-switch\" viewBox=\"0 0 20 20\">\n<title>power-switch</title>\n<path class=\"path1\" d=\"M9.5 12c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M9.5 19c-2.003 0-3.887-0.78-5.303-2.197s-2.197-3.3-2.197-5.303c0-1.648 0.525-3.212 1.517-4.523 0.96-1.268 2.324-2.215 3.84-2.666 0.265-0.079 0.543 0.072 0.622 0.337s-0.072 0.543-0.337 0.622c-2.733 0.814-4.643 3.376-4.643 6.231 0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5c0-2.855-1.909-5.417-4.643-6.231-0.265-0.079-0.415-0.357-0.337-0.622s0.357-0.415 0.622-0.337c1.517 0.451 2.88 1.398 3.84 2.666 0.993 1.311 1.517 2.875 1.517 4.523 0 2.003-0.78 3.887-2.197 5.303s-3.3 2.197-5.303 2.197z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bubble\" viewBox=\"0 0 20 20\">\n<title>bubble</title>\n<path class=\"path1\" d=\"M0.5 19c-0.225 0-0.422-0.15-0.482-0.367s0.032-0.447 0.225-0.562c1.691-1.014 2.392-2.489 2.641-3.179-1.838-1.407-2.884-3.354-2.884-5.392 0-1.029 0.258-2.026 0.768-2.964 0.486-0.894 1.18-1.695 2.061-2.381 1.787-1.39 4.156-2.156 6.671-2.156s4.884 0.766 6.671 2.156c0.881 0.685 1.575 1.486 2.061 2.381 0.51 0.937 0.768 1.934 0.768 2.964s-0.258 2.026-0.768 2.964c-0.486 0.894-1.18 1.695-2.061 2.381-1.787 1.39-4.156 2.156-6.671 2.156-1.033 0-2.047-0.129-3.016-0.385-0.429 0.286-1.231 0.793-2.189 1.27-1.488 0.74-2.764 1.115-3.794 1.115zM9.5 3c-4.687 0-8.5 2.916-8.5 6.5 0 1.815 1.005 3.562 2.756 4.792 0.172 0.121 0.25 0.336 0.196 0.539-0.117 0.436-0.515 1.633-1.58 2.788 1.302-0.456 2.704-1.247 3.739-1.959 0.123-0.085 0.277-0.11 0.421-0.069 0.948 0.271 1.947 0.409 2.968 0.409 4.687 0 8.5-2.916 8.5-6.5s-3.813-6.5-8.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart-pulse\" viewBox=\"0 0 20 20\">\n<title>heart-pulse</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.116-0.065-2.877-1.611-5.369-4.082-0.196-0.194-0.197-0.511-0.003-0.707s0.511-0.197 0.707-0.003c1.979 1.962 4.186 3.346 4.908 3.776 0.723-0.431 2.932-1.817 4.908-3.776 0.196-0.194 0.513-0.193 0.707 0.003s0.193 0.513-0.003 0.707c-2.493 2.471-5.253 4.017-5.369 4.082-0.076 0.042-0.159 0.063-0.243 0.063z\"/>\n<path class=\"path2\" d=\"M1.279 11c-0.188 0-0.368-0.106-0.453-0.287-0.548-1.165-0.826-2.33-0.826-3.463 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.133-0.278 2.298-0.826 3.463-0.118 0.25-0.415 0.357-0.665 0.24s-0.357-0.415-0.24-0.665c0.485-1.031 0.731-2.053 0.731-3.037 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658-2.343 0-4.25 1.907-4.25 4.25 0 0.984 0.246 2.006 0.731 3.037 0.118 0.25 0.010 0.548-0.24 0.665-0.069 0.032-0.141 0.048-0.212 0.048z\"/>\n<path class=\"path3\" d=\"M10.515 15c-0.005 0-0.009-0-0.013-0-0.202-0.004-0.569-0.109-0.753-0.766l-1.217-4.334-0.807 3.279c-0.158 0.643-0.525 0.778-0.73 0.8s-0.592-0.027-0.889-0.62l-0.606-1.211c-0.029-0.058-0.056-0.094-0.076-0.117-0.003 0.004-0.007 0.009-0.011 0.015-0.37 0.543-1.192 0.953-1.913 0.953h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.421 0 0.921-0.272 1.087-0.516 0.223-0.327 0.547-0.501 0.891-0.478 0.374 0.025 0.708 0.279 0.917 0.696l0.445 0.89 0.936-3.803c0.158-0.64 0.482-0.779 0.726-0.783s0.572 0.125 0.751 0.76l1.284 4.576 1.178-3.608c0.205-0.628 0.582-0.736 0.788-0.745s0.59 0.068 0.847 0.677l0.724 1.719c0.136 0.322 0.578 0.616 0.927 0.616h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.747 0-1.559-0.539-1.849-1.228l-0.592-1.406-1.274 3.9c-0.207 0.634-0.566 0.733-0.771 0.733z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-construction\" viewBox=\"0 0 20 20\">\n<title>construction</title>\n<path class=\"path1\" d=\"M20 5v-1.5c0-0.276-0.224-0.5-0.5-0.5h-3.5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5.5c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h1.5v6h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-3h10v3h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6h1.5c0.276 0 0.5-0.224 0.5-0.5v-4.5c0-0 0-0 0-0zM19 4.793l-4.207 4.207h-3.586l5-5h2.793v0.793zM6.207 9l5-5h3.586l-5 5h-3.586zM1.207 9l5-5h3.586l-5 5h-3.586zM4.793 4l-3.793 3.793v-3.793h3.793zM3 16v-6h1v6h-1zM5 12v-2h10v2h-10zM17 16h-1v-6h1v6zM16.207 9l2.793-2.793v2.793h-2.793z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pie-chart\" viewBox=\"0 0 20 20\">\n<title>pie-chart</title>\n<path class=\"path1\" d=\"M8.5 20c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010s3.74-2.49 6.010-2.49c0.276 0 0.5 0.224 0.5 0.5v7.5h7.5c0.276 0 0.5 0.224 0.5 0.5 0 2.27-0.884 4.405-2.49 6.010s-3.74 2.49-6.010 2.49zM8 4.016c-3.903 0.258-7 3.516-7 7.484 0 4.136 3.364 7.5 7.5 7.5 3.967 0 7.225-3.097 7.484-7h-7.484c-0.276 0-0.5-0.224-0.5-0.5v-7.484z\"/>\n<path class=\"path2\" d=\"M18.5 10h-8c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5 2.27 0 4.405 0.884 6.010 2.49s2.49 3.74 2.49 6.010c0 0.276-0.224 0.5-0.5 0.5zM11 9h6.984c-0.247-3.738-3.246-6.736-6.984-6.984v6.984z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chart-bars\" viewBox=\"0 0 20 20\">\n<title>chart-bars</title>\n<path class=\"path1\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5v-16c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v16c0 0.827-0.673 1.5-1.5 1.5zM1.5 2c-0.276 0-0.5 0.224-0.5 0.5v16c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-16c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M6.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5zM5 16h1v-8h-1v8z\"/>\n<path class=\"path3\" d=\"M10.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-12c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5zM9 16h1v-11h-1v11z\"/>\n<path class=\"path4\" d=\"M14.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5zM13 16h1v-4h-1v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-gift\" viewBox=\"0 0 20 20\">\n<title>gift</title>\n<path class=\"path1\" d=\"M18.5 5h-3.001c0.315-0.418 0.501-0.938 0.501-1.5 0-1.378-1.122-2.5-2.5-2.5-1.39 0-2.556 1.101-3.127 1.758-0.346 0.397-0.644 0.823-0.873 1.235-0.229-0.412-0.527-0.837-0.873-1.235-0.571-0.656-1.737-1.758-3.127-1.758-1.378 0-2.5 1.122-2.5 2.5 0 0.562 0.187 1.082 0.501 1.5h-3.001c-0.276 0-0.5 0.224-0.5 0.5v3c0 0.276 0.224 0.5 0.5 0.5h0.5v9.5c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5v-9.5h0.5c0.276 0 0.5-0.224 0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5zM11.127 3.414c0.782-0.899 1.647-1.414 2.373-1.414 0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5h-3.378c0.173-0.442 0.523-1.032 1.005-1.586zM11 19h-3v-13h3v13zM4 3.5c0-0.827 0.673-1.5 1.5-1.5 0.726 0 1.591 0.515 2.373 1.414 0.482 0.554 0.832 1.144 1.005 1.586h-3.378c-0.827 0-1.5-0.673-1.5-1.5zM1 6h6v2h-6v-2zM2 18.5v-9.5h5v10h-4.5c-0.276 0-0.5-0.224-0.5-0.5zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-4.5v-10h5v9.5zM18 8h-6v-2h6v2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-diamond\" viewBox=\"0 0 20 20\">\n<title>diamond</title>\n<path class=\"path1\" d=\"M18.9 7.2l-3-4c-0.077-0.103-0.191-0.172-0.318-0.193l-6-1c-0.054-0.009-0.11-0.009-0.164 0l-6 1c-0.127 0.021-0.241 0.090-0.318 0.193l-3 4c-0.143 0.191-0.131 0.457 0.028 0.634l9 10c0.095 0.105 0.23 0.166 0.372 0.166s0.277-0.060 0.372-0.166l9-10c0.16-0.178 0.172-0.443 0.028-0.634zM12.786 7l-3.286 9.037-3.286-9.037h6.572zM6.707 6l2.793-2.793 2.793 2.793h-5.586zM10.957 3.25l3.698 0.616-1.233 1.849-2.466-2.465zM5.578 5.715l-1.233-1.849 3.698-0.616-2.465 2.465zM4.67 6.156l-2.985 0.597 1.791-2.388 1.194 1.791zM5.177 7.075l2.974 8.179-6.692-7.436 3.718-0.744zM13.823 7.075l3.718 0.744-6.692 7.436 2.974-8.179zM14.33 6.156l1.194-1.791 1.791 2.388-2.985-0.597z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-linearicons\" viewBox=\"0 0 20 20\">\n<title>linearicons</title>\n<path class=\"path1\" d=\"M19.5 16h-0.5c-0.579 0-1 0.631-1 1.5 0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5-0.138 0-0.263 0.056-0.354 0.147-0.196-0.094-0.415-0.147-0.646-0.147-0.827 0-1.5 0.673-1.5 1.5 0 0.175 0.031 0.343 0.086 0.5h-1.086c-0.406 0-1.019-0.277-1.288-0.58l-1.044-1.181 9.207-10.408c0.161-0.182 0.165-0.447 0.024-0.633l-2.999-3.998c-0.094-0.126-0.243-0.2-0.4-0.2h-13c-0.157 0-0.306 0.074-0.4 0.2l-2.999 3.998c-0.141 0.186-0.136 0.451 0.024 0.633l9.207 10.408-1.044 1.181c-0.289 0.327-0.795 0.58-1.038 0.58h-0.25v-0.5c0-0.827-0.673-1.5-1.5-1.5-0.282 0-0.545 0.078-0.77 0.213-0.127-0.135-0.292-0.213-0.48-0.213-0.308 0-0.537 0.243-0.702 0.455-0.152 0.195-0.309 0.449-0.442 0.716l-0.106 0.211v-0.882c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5 0.282 0 0.545-0.078 0.77-0.214 0.127 0.135 0.292 0.214 0.48 0.214 0.308 0 0.537-0.243 0.702-0.455 0.152-0.195 0.309-0.449 0.442-0.716l0.106-0.211v0.882c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276 0.224 0.5 0.5 0.5h0.75c0.556 0 1.324-0.395 1.787-0.918l0.963-1.089 0.963 1.088c0.463 0.523 1.339 0.918 2.037 0.918h2.5c0.384 0 0.734-0.145 1-0.383 0.266 0.238 0.616 0.383 1 0.383 0.827 0 1.5-0.673 1.5-1.5 0-0.249 0.061-0.422 0.103-0.5h0.397c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM1.145 5.474l2.605-3.474h12.5l2.605 3.474-8.855 10.011-8.855-10.011zM15.5 18c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M2.5 15c0.132 0 0.261-0.053 0.353-0.147s0.147-0.222 0.147-0.353-0.053-0.26-0.147-0.353c-0.093-0.093-0.222-0.147-0.353-0.147s-0.26 0.053-0.353 0.147c-0.093 0.093-0.147 0.222-0.147 0.353s0.053 0.261 0.147 0.353c0.093 0.093 0.222 0.147 0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dinner\" viewBox=\"0 0 20 20\">\n<title>dinner</title>\n<path class=\"path1\" d=\"M8 0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.306 0.252 2.397 0.455 3.274 0.198 0.854 0.353 1.529 0.13 1.811-0.186 0.234-0.717 0.37-1.581 0.406-0.002-0.162-0.004-0.326-0.004-0.49v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.165-0.001 0.328-0.004 0.49-0.861-0.037-1.391-0.174-1.577-0.408-0.225-0.283-0.069-0.959 0.128-1.814 0.202-0.875 0.453-1.965 0.453-3.267 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.189-0.237 2.217-0.427 3.043-0.258 1.118-0.461 2.002 0.064 2.662 0.39 0.49 1.101 0.733 2.333 0.785-0.112 2.79-0.516 5.19-0.851 7.177-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284-0.334-1.985-0.738-4.384-0.851-7.172 1.235-0.050 1.946-0.292 2.337-0.783 0.524-0.659 0.32-1.541 0.062-2.659-0.191-0.827-0.429-1.857-0.429-3.048zM6.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.701 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n<path class=\"path2\" d=\"M15.882 14.162c-0.393-2.331-0.881-5.231-0.882-8.662v-5c0-0.227-0.153-0.425-0.372-0.483s-0.45 0.038-0.562 0.235c-2.019 3.534-3.016 8.931-3.058 9.159-0.027 0.146 0.013 0.296 0.108 0.41s0.236 0.18 0.384 0.18h2.235c-0.175 1.544-0.409 2.935-0.617 4.166-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284zM12.111 9c0.248-1.171 0.882-3.887 1.889-6.317v2.817c0 1.236-0.063 2.403-0.163 3.5h-1.727zM15.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.702 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-coffee-cup\" viewBox=\"0 0 20 20\">\n<title>coffee-cup</title>\n<path class=\"path1\" d=\"M10 15c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 10c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n<path class=\"path2\" d=\"M15.904 2.056l-0.177-0.707c-0.189-0.756-0.948-1.349-1.728-1.349h-8c-0.78 0-1.538 0.593-1.728 1.349l-0.177 0.707c-0.631 0.177-1.096 0.757-1.096 1.444v1c0 0.663 0.432 1.226 1.029 1.424l0.901 12.614c0.058 0.806 0.762 1.462 1.57 1.462h7c0.808 0 1.512-0.656 1.57-1.462l0.901-12.614c0.597-0.198 1.029-0.761 1.029-1.424v-1c0-0.687-0.464-1.267-1.096-1.444zM6 1h8c0.319 0 0.68 0.282 0.757 0.591l0.102 0.409h-9.719l0.102-0.409c0.077-0.309 0.438-0.591 0.757-0.591zM14.892 7h-9.783l-0.071-1h9.926l-0.071 1zM14.249 16h-8.497l-0.571-8h9.64l-0.571 8zM13.5 19h-7c-0.29 0-0.552-0.244-0.573-0.533l-0.105-1.467h8.355l-0.105 1.467c-0.021 0.289-0.283 0.533-0.573 0.533zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-11c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.275 0.224-0.499 0.499-0.5 0.001 0 0.001 0 0.002 0s0.002-0 0.003-0h10.997c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-leaf\" viewBox=\"0 0 20 20\">\n<title>leaf</title>\n<path class=\"path1\" d=\"M19.883 0.178c-0.095-0.113-0.235-0.178-0.382-0.178l-0.51-0c-5.040-0.002-9.021-0.003-11.952 0.698-1.575 0.377-2.793 0.946-3.723 1.739-1.004 0.856-1.688 1.977-2.093 3.429-0.269 0.964-0.395 2.705 0.136 4.437 0.196 0.64 0.502 1.244 0.91 1.799-1.216 1.905-2.267 4.414-2.267 7.399 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-4.605 2.728-8.021 4.354-9.646 1.167-1.167 2.486-2.152 3.816-2.848 1.238-0.648 2.421-1.005 3.331-1.005 0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5c-1.084 0-2.396 0.387-3.794 1.12-1.418 0.743-2.822 1.789-4.059 3.027-0.522 0.522-1.15 1.218-1.774 2.070-0.242-0.381-0.43-0.785-0.559-1.207-0.5-1.632-0.316-3.204-0.129-3.875 1.43-5.125 6.862-5.138 16.717-5.135-1.175 6.288-3.366 10.358-6.516 12.101-2.922 1.617-5.82 0.735-6.931 0.28-0.234-0.096-0.47-0.214-0.699-0.35-0.237-0.141-0.544-0.063-0.685 0.174s-0.063 0.544 0.174 0.685c0.272 0.162 0.552 0.302 0.832 0.417 0.622 0.254 1.624 0.58 2.865 0.687 0.274 0.024 0.545 0.035 0.814 0.035 1.469 0 2.849-0.353 4.115-1.053 1.609-0.89 3.001-2.339 4.139-4.304 1.334-2.305 2.338-5.362 2.983-9.086 0.025-0.145-0.015-0.294-0.11-0.407z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paw\" viewBox=\"0 0 20 20\">\n<title>paw</title>\n<path class=\"path1\" d=\"M3 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM3 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path2\" d=\"M6.998 8c-1.12 0-1.998-1.318-1.998-3s0.878-3 1.998-3 1.998 1.318 1.998 3-0.878 3-1.998 3zM6.998 3c-0.471 0-0.998 0.855-0.998 2s0.527 2 0.998 2 0.998-0.855 0.998-2-0.527-2-0.998-2z\"/>\n<path class=\"path3\" d=\"M12 8c-1.122 0-2-1.318-2-3s0.878-3 2-3 2 1.318 2 3-0.878 3-2 3zM12 3c-0.472 0-1 0.855-1 2s0.528 2 1 2 1-0.855 1-2-0.528-2-1-2z\"/>\n<path class=\"path4\" d=\"M16 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM16 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path5\" d=\"M13 18c-0.868 0-1.455-0.294-1.972-0.553-0.48-0.24-0.894-0.447-1.528-0.447-0.631 0-1.045 0.207-1.525 0.447-0.519 0.259-1.107 0.553-1.975 0.553-0.556 0-1.079-0.303-1.437-0.831-0.627-0.926-0.637-2.331-0.028-3.855 1.097-2.742 2.906-4.314 4.964-4.314s3.868 1.572 4.964 4.314c0.609 1.524 0.599 2.929-0.028 3.855-0.357 0.528-0.881 0.831-1.437 0.831zM9.5 16c0.869 0 1.457 0.294 1.975 0.553 0.479 0.24 0.893 0.447 1.525 0.447 0.218 0 0.44-0.143 0.609-0.391 0.432-0.637 0.404-1.73-0.073-2.923-0.937-2.342-2.408-3.686-4.036-3.686s-3.099 1.343-4.036 3.686c-0.477 1.193-0.504 2.286-0.073 2.923 0.168 0.249 0.39 0.391 0.609 0.391 0.632 0 1.047-0.207 1.528-0.448 0.518-0.259 1.106-0.553 1.972-0.553z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-rocket\" viewBox=\"0 0 20 20\">\n<title>rocket</title>\n<path class=\"path1\" d=\"M13.5 9c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5 2.5 1.122 2.5 2.5-1.122 2.5-2.5 2.5zM13.5 5c-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5 1.5-0.673 1.5-1.5-0.673-1.5-1.5-1.5z\"/>\n<path class=\"path2\" d=\"M0.5 20c-0.13 0-0.258-0.051-0.354-0.146-0.137-0.137-0.183-0.342-0.116-0.524 1.539-4.231 3.157-6.377 4.808-6.377 0.545 0 1.054 0.234 1.515 0.694 0.728 0.728 0.754 1.453 0.648 1.933-0.334 1.508-2.464 2.985-6.33 4.391-0.056 0.020-0.114 0.030-0.171 0.030zM4.839 13.952c-0.495 0-1.078 0.434-1.685 1.255-0.597 0.807-1.197 1.957-1.788 3.427 1.335-0.537 2.408-1.082 3.199-1.625 1.067-0.733 1.383-1.3 1.46-1.646s-0.047-0.677-0.379-1.009c-0.27-0.27-0.534-0.401-0.808-0.401z\"/>\n<path class=\"path3\" d=\"M19.5 0c-2.595 0-4.907 0.44-6.874 1.308-1.621 0.716-3.009 1.72-4.126 2.986-0.208 0.236-0.401 0.475-0.58 0.715-0.862 0.057-1.744 0.4-2.624 1.020-0.745 0.524-1.493 1.25-2.225 2.157-1.23 1.524-1.986 3.027-2.018 3.090-0.109 0.219-0.044 0.485 0.154 0.628 0.088 0.064 0.191 0.095 0.293 0.095 0.128 0 0.256-0.049 0.353-0.145 0.005-0.005 0.483-0.475 1.298-0.936 0.672-0.38 1.708-0.827 2.961-0.906 0.317 0.811 1.224 1.781 1.659 2.216s1.405 1.342 2.216 1.659c-0.079 1.253-0.526 2.289-0.906 2.961-0.462 0.816-0.931 1.293-0.935 1.297-0.173 0.173-0.195 0.447-0.052 0.646 0.097 0.134 0.249 0.208 0.406 0.208 0.076 0 0.152-0.017 0.223-0.053 0.063-0.032 1.566-0.788 3.090-2.018 0.907-0.732 1.633-1.48 2.157-2.225 0.62-0.881 0.962-1.762 1.020-2.624 0.239-0.178 0.478-0.371 0.715-0.58 1.266-1.117 2.27-2.505 2.986-4.126 0.868-1.966 1.308-4.279 1.308-6.874v-0.5h-0.5zM3.107 9.808c0.953-1.383 2.41-3.098 4.052-3.637-0.649 1.137-0.985 2.181-1.106 2.843-1.159 0.071-2.158 0.408-2.946 0.794zM10.193 16.89c0.386-0.788 0.723-1.786 0.793-2.944 0.661-0.121 1.706-0.457 2.842-1.105-0.54 1.639-2.254 3.096-3.636 4.049zM15.044 10.75c-2.080 1.835-4.234 2.25-4.544 2.25-0.002 0-0.207-0.004-0.759-0.393-0.385-0.271-0.834-0.657-1.262-1.085s-0.814-0.877-1.085-1.262c-0.389-0.552-0.393-0.757-0.393-0.759 0-0.31 0.415-2.464 2.25-4.544 2.196-2.488 5.557-3.849 9.744-3.95-0.101 4.187-1.461 7.548-3.95 9.744z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-briefcase\" viewBox=\"0 0 20 20\">\n<title>briefcase</title>\n<path class=\"path1\" d=\"M18.5 5h-4.5v-1.5c0-0.827-0.673-1.5-1.5-1.5h-5c-0.827 0-1.5 0.673-1.5 1.5v1.5h-4.5c-0.827 0-1.5 0.673-1.5 1.5v11c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-11c0-0.827-0.673-1.5-1.5-1.5zM7 3.5c0-0.276 0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5v1.5h-6v-1.5zM1.5 6h17c0.276 0 0.5 0.224 0.5 0.5v7.5h-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-8v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-2v-7.5c0-0.276 0.224-0.5 0.5-0.5zM16 14v1h-1v-1h1zM5 14v1h-1v-1h1zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-2.5h2v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h8v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h2v2.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bus\" viewBox=\"0 0 20 20\">\n<title>bus</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M13.5 5h-7c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 6h-11c-0.276 0-0.5 0.224-0.5 0.5v5c0 0.276 0.224 0.5 0.5 0.5h4.998c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h4.996c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h0.998c0.276 0 0.5-0.224 0.5-0.5v-5c0-0.276-0.224-0.5-0.5-0.5zM5 7h10v4h-0.349l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-3.197l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-2.849v-4z\"/>\n<path class=\"path5\" d=\"M15.616 1.783c-1.363-0.519-3.253-0.783-5.616-0.783s-4.252 0.263-5.616 0.783c-1.971 0.751-2.384 1.892-2.384 2.717v11c0 1.207 0.86 2.217 2 2.45v1.050c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h6v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.050c1.14-0.232 2-1.242 2-2.45v-11c0-0.825-0.414-1.966-2.384-2.717zM6 19h-1v-1h1v1zM14 19v-1h1v1h-1zM17 15.5c0 0.827-0.673 1.5-1.5 1.5h-11c-0.827 0-1.5-0.673-1.5-1.5v-11c0-0.743 0.586-1.343 1.741-1.783 1.232-0.469 3.050-0.717 5.259-0.717s4.028 0.248 5.259 0.717c1.155 0.44 1.741 1.040 1.741 1.783v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-car\" viewBox=\"0 0 20 20\">\n<title>car</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M16.958 11.907c-0.13-0.792-0.553-3.214-1.011-4.131-0.305-0.61-1.088-1.077-2.326-1.386-1.006-0.251-2.292-0.39-3.621-0.39s-2.615 0.138-3.621 0.39c-1.238 0.31-2.021 0.776-2.326 1.386-0.458 0.916-0.881 3.339-1.011 4.131-0.699 0.479-1.042 1.172-1.042 2.093v2.5c0 0.652 0.418 1.208 1 1.414v1.086c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h8v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.086c0.582-0.206 1-0.762 1-1.414v-2.5c0-0.921-0.343-1.614-1.042-2.093zM4.947 8.224c0.297-0.593 2.168-1.224 5.053-1.224s4.756 0.63 5.053 1.224c0.287 0.575 0.606 2.096 0.803 3.183-0.098-0.029-0.199-0.056-0.303-0.080-0.267-0.063-0.555-0.114-0.863-0.156l-2.899-2.077c-0.224-0.161-0.537-0.109-0.698 0.115s-0.109 0.537 0.115 0.698l1.566 1.122c-0.85-0.028-1.782-0.028-2.775-0.028-0.117 0-0.233 0-0.349 0l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.644 1.096c-1.341 0.024-2.507 0.097-3.42 0.314-0.104 0.025-0.205 0.052-0.303 0.080 0.198-1.087 0.516-2.608 0.804-3.183zM5 19h-1v-1h1v1zM15 19v-1h1v1h-1zM17 16.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-2.5c0-0.924 0.486-1.417 1.678-1.701 1.255-0.299 3.14-0.299 5.322-0.299s4.066 0 5.322 0.299c1.192 0.284 1.678 0.777 1.678 1.701v2.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-train\" viewBox=\"0 0 20 20\">\n<title>train</title>\n<path class=\"path1\" d=\"M14.5 15h-10c-1.378 0-2.5-1.122-2.5-2.5v-10c0-1.378 1.122-2.5 2.5-2.5h10c1.378 0 2.5 1.122 2.5 2.5v10c0 1.378-1.122 2.5-2.5 2.5zM4.5 1c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5h-10z\"/>\n<path class=\"path2\" d=\"M18.947 19.276l-2-4c-0.123-0.247-0.424-0.347-0.671-0.224s-0.347 0.424-0.224 0.671l0.138 0.276h-13.382l0.138-0.276c0.123-0.247 0.023-0.547-0.224-0.671s-0.547-0.023-0.671 0.224l-2 4c-0.123 0.247-0.023 0.547 0.224 0.671 0.072 0.036 0.148 0.053 0.223 0.053 0.183 0 0.36-0.101 0.448-0.277l0.362-0.724h16.382l0.362 0.724c0.088 0.175 0.264 0.277 0.448 0.277 0.075 0 0.151-0.017 0.223-0.053 0.247-0.123 0.347-0.424 0.224-0.671zM1.809 18l0.5-1h14.382l0.5 1h-15.382z\"/>\n<path class=\"path3\" d=\"M5.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M12.5 3h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M14.5 4h-10c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM5 5h4v3h-4v-3zM14 8h-4v-3h4v3z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bicycle\" viewBox=\"0 0 20 20\">\n<title>bicycle</title>\n<path class=\"path1\" d=\"M5.5 9.002c-0.828 0-1.502-0.674-1.502-1.502s0.674-1.502 1.502-1.502 1.502 0.674 1.502 1.502-0.674 1.502-1.502 1.502zM5.5 6.998c-0.277 0-0.502 0.225-0.502 0.502s0.225 0.502 0.502 0.502 0.502-0.225 0.502-0.502-0.225-0.502-0.502-0.502z\"/>\n<path class=\"path2\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-2.998c0-0.772 0.581-1.543 1.324-1.756l1.5-0.429-3.26-2.173-1.71 1.71c-0.094 0.094-0.221 0.146-0.354 0.146h-2.002c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1.795l1.854-1.854c0.169-0.169 0.433-0.195 0.631-0.063l3.668 2.445c0.55 0.367 0.548 0.797 0.522 0.966s-0.156 0.579-0.791 0.761l-1.577 0.452c-0.313 0.090-0.599 0.468-0.599 0.795v2.998c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15 20c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4zM15 13c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path4\" d=\"M3.999 20c-2.205 0-3.999-1.794-3.999-3.999s1.794-3.999 3.999-3.999 3.999 1.794 3.999 3.999-1.794 3.999-3.999 3.999zM3.999 13.002c-1.654 0-2.999 1.345-2.999 2.999s1.345 2.999 2.999 2.999 2.999-1.345 2.999-2.999-1.345-2.999-2.999-2.999z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-wheelchair\" viewBox=\"0 0 20 20\">\n<title>wheelchair</title>\n<path class=\"path1\" d=\"M17.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-0.651 0.651-2.729-2.656c-0.002-0.002-0.003-0.003-0.005-0.004-0.007-0.007-0.015-0.013-0.022-0.019-0.006-0.005-0.011-0.009-0.017-0.014s-0.013-0.010-0.020-0.014c-0.007-0.005-0.014-0.010-0.021-0.014-0.006-0.003-0.011-0.007-0.017-0.010-0.008-0.005-0.017-0.010-0.026-0.014-0.006-0.003-0.011-0.005-0.017-0.008-0.009-0.004-0.018-0.008-0.027-0.012-0.007-0.003-0.014-0.005-0.021-0.007-0.008-0.003-0.016-0.006-0.024-0.008s-0.018-0.004-0.027-0.006c-0.007-0.001-0.013-0.003-0.020-0.004-0.010-0.002-0.020-0.003-0.031-0.004-0.006-0.001-0.011-0.002-0.017-0.002-0.010-0.001-0.020-0.001-0.030-0.001-0.006-0-0.012-0-0.019-0-0.009 0-0.018 0.001-0.026 0.002s-0.016 0.001-0.023 0.002c-0.007 0.001-0.015 0.002-0.022 0.003-0.009 0.002-0.019 0.003-0.028 0.005-0.002 0.001-0.004 0.001-0.007 0.001l-3.945 0.953c-0.106 0.026-0.199 0.013-0.26-0.035s-0.095-0.135-0.095-0.244v-1.688h3.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-3.050c0.162 0.033 0.329 0.050 0.5 0.050 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5-2.5 1.122-2.5 2.5c0 0.816 0.393 1.542 1 1.999v6.189c0 0.416 0.174 0.792 0.476 1.030 0.218 0.172 0.49 0.262 0.777 0.262 0.111 0 0.223-0.013 0.336-0.041l3.677-0.888 2.885 2.808c0.097 0.094 0.223 0.142 0.349 0.142 0.128 0 0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707zM9.5 2c0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5z\"/>\n<path class=\"path2\" d=\"M7.5 20c-3.584 0-6.5-2.916-6.5-6.5 0-1.547 0.552-3.045 1.556-4.22 0.992-1.161 2.363-1.939 3.862-2.191 0.272-0.046 0.53 0.138 0.576 0.41s-0.138 0.53-0.41 0.576c-2.655 0.446-4.583 2.727-4.583 5.424 0 3.033 2.467 5.5 5.5 5.5 2.697 0 4.978-1.927 5.424-4.583 0.046-0.272 0.304-0.456 0.576-0.41s0.456 0.303 0.41 0.576c-0.251 1.498-1.029 2.87-2.191 3.862-1.174 1.003-2.673 1.556-4.22 1.556z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-select\" viewBox=\"0 0 20 20\">\n<title>select</title>\n<path class=\"path1\" d=\"M5.5 15h-4c-0.827 0-1.5-0.673-1.5-1.5v-12c0-0.827 0.673-1.5 1.5-1.5h14c0.827 0 1.5 0.673 1.5 1.5v7c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-7c0-0.276-0.224-0.5-0.5-0.5h-14c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13 20c-0.198 0-0.386-0.119-0.464-0.314l-1.697-4.242-2.963 3.386c-0.137 0.157-0.357 0.212-0.552 0.139s-0.324-0.26-0.324-0.468v-15c0-0.198 0.117-0.377 0.298-0.457s0.392-0.046 0.539 0.087l11 10c0.153 0.139 0.205 0.358 0.13 0.55s-0.26 0.32-0.466 0.32h-4.261l1.726 4.314c0.103 0.256-0.022 0.547-0.279 0.65l-2.5 1c-0.061 0.024-0.124 0.036-0.186 0.036zM11 14c0.028 0 0.056 0.002 0.084 0.007 0.172 0.029 0.315 0.146 0.38 0.307l1.814 4.536 1.572-0.629-1.814-4.536c-0.062-0.154-0.043-0.329 0.050-0.466s0.248-0.22 0.414-0.22h3.707l-9.207-8.37v12.539l2.624-2.999c0.096-0.109 0.233-0.171 0.376-0.171z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-earth\" viewBox=\"0 0 20 20\">\n<title>earth</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929s-5.182 1.040-7.071 2.929c-1.889 1.889-2.929 4.4-2.929 7.071s1.040 5.182 2.929 7.071c1.889 1.889 4.4 2.929 7.071 2.929s5.182-1.040 7.071-2.929c1.889-1.889 2.929-4.4 2.929-7.071s-1.040-5.182-2.929-7.071zM18.397 6.761c-0.195-0.351-0.685-0.518-1.325-0.736-0.687-0.234-0.93-0.94-1.211-1.758-0.244-0.71-0.496-1.443-1.095-1.899 1.639 1.027 2.924 2.567 3.631 4.393zM15.591 10.191c0.076 0.677 0.154 1.378-0.687 2.322-0.227 0.255-0.36 0.61-0.501 0.986-0.326 0.871-0.634 1.694-1.946 1.706-0.037-0.044-0.141-0.21-0.234-0.733-0.085-0.482-0.134-1.106-0.187-1.765-0.080-1.012-0.171-2.16-0.421-3.112-0.32-1.217-0.857-1.936-1.641-2.198-0.342-0.114-0.692-0.17-1.068-0.17-0.278 0-0.53 0.030-0.752 0.056-0.173 0.020-0.337 0.040-0.475 0.040 0 0-0 0-0 0-0.234 0-0.499 0-0.826-0.748-0.469-1.075-0.123-2.798 1.254-3.707 0.755-0.498 1.276-0.711 1.742-0.711 0.372 0 0.773 0.129 1.342 0.433 0.672 0.358 1.199 0.404 1.583 0.404 0.152 0 0.29-0.008 0.423-0.016 0.112-0.007 0.217-0.013 0.315-0.013 0.22 0 0.398 0.029 0.607 0.171 0.385 0.263 0.585 0.844 0.796 1.458 0.32 0.932 0.683 1.988 1.835 2.38 0.155 0.053 0.421 0.143 0.61 0.222-0.163 0.168-0.435 0.411-0.702 0.649-0.172 0.154-0.367 0.328-0.583 0.525-0.624 0.569-0.55 1.235-0.484 1.822zM1.001 9.923c0.108 0.019 0.224 0.042 0.344 0.067 0.562 0.12 0.825 0.228 0.94 0.289-0.053 0.103-0.16 0.255-0.231 0.355-0.247 0.351-0.555 0.788-0.438 1.269 0.079 0.325 0.012 0.723-0.103 1.091-0.332-0.938-0.513-1.946-0.513-2.996 0-0.026 0.001-0.051 0.001-0.077zM10 19c-3.425 0-6.41-1.924-7.93-4.747 0.262-0.499 0.748-1.603 0.521-2.569 0.016-0.097 0.181-0.331 0.28-0.472 0.271-0.385 0.608-0.863 0.358-1.37-0.175-0.356-0.644-0.596-1.566-0.804-0.214-0.048-0.422-0.087-0.599-0.118 0.536-4.455 4.338-7.919 8.935-7.919 1.578 0 3.062 0.409 4.352 1.125-0.319-0.139-0.608-0.161-0.84-0.161-0.127 0-0.253 0.007-0.375 0.015-0.119 0.007-0.242 0.014-0.364 0.014-0.284 0-0.638-0.034-1.112-0.287-0.724-0.385-1.266-0.55-1.812-0.55-0.676 0-1.362 0.262-2.293 0.876-0.805 0.531-1.411 1.343-1.707 2.288-0.289 0.921-0.258 1.864 0.087 2.654 0.407 0.932 0.944 1.348 1.742 1.348 0 0 0 0 0 0 0.197 0 0.389-0.023 0.592-0.047 0.205-0.024 0.416-0.049 0.635-0.049 0.271 0 0.51 0.038 0.751 0.118 0.439 0.147 0.763 0.639 0.991 1.504s0.314 1.966 0.391 2.936c0.064 0.81 0.124 1.574 0.257 2.151 0.081 0.35 0.185 0.616 0.32 0.813 0.201 0.294 0.489 0.456 0.811 0.456 0.884 0 1.59-0.285 2.099-0.847 0.423-0.467 0.639-1.044 0.813-1.508 0.102-0.273 0.208-0.556 0.311-0.672 1.137-1.277 1.020-2.329 0.934-3.098-0.063-0.564-0.064-0.764 0.164-0.972 0.212-0.193 0.405-0.366 0.575-0.518 0.363-0.324 0.625-0.558 0.809-0.758 0.126-0.138 0.422-0.461 0.34-0.865-0.001-0.004-0.002-0.007-0.002-0.011 0.343 0.951 0.53 1.976 0.53 3.044 0 4.963-4.037 9-9 9z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smile\" viewBox=\"0 0 20 20\">\n<title>smile</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M9.5 17c-3.584 0-6.5-2.916-6.5-6.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.033 2.467 5.5 5.5 5.5s5.5-2.467 5.5-5.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.584-2.916 6.5-6.5 6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sad\" viewBox=\"0 0 20 20\">\n<title>sad</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M5.499 15c-0.105 0-0.21-0.033-0.3-0.1-0.221-0.166-0.265-0.479-0.099-0.7 0.502-0.668 1.159-1.221 1.901-1.6 0.778-0.398 1.619-0.599 2.499-0.599s1.721 0.202 2.499 0.599c0.742 0.379 1.399 0.932 1.901 1.6 0.166 0.221 0.121 0.534-0.099 0.7s-0.534 0.121-0.7-0.099c-0.859-1.144-2.172-1.8-3.601-1.8s-2.741 0.656-3.601 1.8c-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-neutral\" viewBox=\"0 0 20 20\">\n<title>neutral</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M13.5 13h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mustache\" viewBox=\"0 0 20 20\">\n<title>mustache</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M15.923 12.233c-0.111-0.175-0.318-0.264-0.521-0.224-0.187 0.037-0.368 0.056-0.536 0.056-0 0-0 0-0 0-0.872-0-1.402-0.503-1.962-1.036-0.533-0.506-1.084-1.030-1.903-1.030-0.597 0-1.133 0.263-1.5 0.679-0.367-0.416-0.903-0.679-1.5-0.679-0.819 0-1.37 0.524-1.903 1.030-0.561 0.533-1.090 1.036-1.962 1.036-0.169 0-0.349-0.019-0.536-0.056-0.203-0.041-0.411 0.048-0.521 0.224s-0.101 0.401 0.023 0.567c1.157 1.543 2.642 1.867 3.685 1.867 0.621 0 1.115-0.117 1.355-0.187 0.531-0.154 1.018-0.542 1.36-1.028 0.343 0.486 0.83 0.873 1.36 1.028 0.24 0.070 0.734 0.187 1.355 0.187 1.042-0 2.528-0.324 3.685-1.867 0.124-0.166 0.134-0.391 0.023-0.567zM7.86 13.52c-0.188 0.055-0.579 0.147-1.076 0.147-0.585 0-1.349-0.131-2.069-0.654 0.935-0.179 1.556-0.768 2.070-1.258 0.492-0.468 0.815-0.755 1.214-0.755 0.551 0 1 0.449 1 1 0 0.611-0.554 1.349-1.14 1.52zM12.215 13.667c-0.497 0-0.887-0.092-1.076-0.147-0.586-0.17-1.14-0.909-1.14-1.52 0-0.551 0.449-1 1-1 0.4 0 0.722 0.287 1.214 0.755 0.515 0.489 1.135 1.079 2.070 1.257-0.721 0.523-1.485 0.654-2.069 0.654z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-alarm\" viewBox=\"0 0 20 20\">\n<title>alarm</title>\n<path class=\"path1\" d=\"M16.8 15.101c-1.144-0.859-1.8-2.172-1.8-3.601v-3c0-2.513-1.694-4.638-4-5.292l-0-0.708c0-0.827-0.673-1.5-1.5-1.5s-1.5 0.673-1.5 1.5v0.708c-2.306 0.655-4 2.779-4 5.292v3c0 1.429-0.656 2.741-1.8 3.601-0.172 0.129-0.242 0.354-0.174 0.558s0.259 0.342 0.474 0.342h4.55c-0.033 0.164-0.051 0.331-0.051 0.5 0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.168-0.017-0.336-0.050-0.5h4.55c0.215 0 0.406-0.138 0.474-0.342s-0.002-0.429-0.174-0.558zM9 2.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.523c-0.165-0.015-0.331-0.023-0.5-0.023s-0.335 0.008-0.5 0.023v-0.523zM11 16.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5c0-0.171 0.030-0.34 0.086-0.5h2.828c0.056 0.16 0.086 0.329 0.086 0.5zM3.742 15c0.255-0.309 0.477-0.646 0.659-1.001 0.398-0.778 0.599-1.619 0.599-2.499v-3c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5v3c0 0.88 0.202 1.721 0.599 2.499 0.182 0.356 0.404 0.692 0.659 1.001h-11.517z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bullhorn\" viewBox=\"0 0 20 20\">\n<title>bullhorn</title>\n<path class=\"path1\" d=\"M19.389 3.099c-0.578-1.735-1.346-2.099-1.889-2.099-0.011 0-0.023 0-0.035 0.001-0.553 0.012-1.536 0.299-3.008 0.731-3.084 0.903-7.744 2.269-12.458 2.269-1.14 0-2 1.505-2 3.5s0.86 3.5 2 3.5c0.369 0 0.738 0.008 1.105 0.024l1.666 6.628c0.19 0.756 0.949 1.348 1.729 1.348h1.313c0.433 0 0.801-0.18 1.008-0.495s0.229-0.723 0.060-1.121l-2.577-6.048c3.136 0.462 6.022 1.308 8.154 1.932 1.472 0.431 2.455 0.719 3.008 0.731 0.012 0 0.023 0.001 0.035 0.001 0.542 0 1.31-0.364 1.889-2.099 0.394-1.183 0.611-2.746 0.611-4.401s-0.217-3.218-0.611-4.401zM16 7.5c0-0.513 0.022-1.015 0.064-1.496 0.513 0.052 0.936 0.716 0.936 1.496s-0.422 1.445-0.936 1.496c-0.042-0.481-0.064-0.983-0.064-1.496zM1 7.5c0-1.526 0.592-2.5 1-2.5 1.135 0 2.264-0.076 3.368-0.204-0.237 0.758-0.368 1.697-0.368 2.704s0.13 1.946 0.368 2.704c-1.104-0.128-2.233-0.204-3.368-0.204-0.408 0-1-0.974-1-2.5zM7.961 17.776c0.041 0.096 0.038 0.16 0.026 0.178s-0.069 0.046-0.174 0.046h-1.313c-0.319 0-0.681-0.282-0.759-0.592l-1.588-6.319c0.335 0.027 0.669 0.059 1 0.097l2.808 6.59zM6.489 10.353c-0.304-0.687-0.489-1.748-0.489-2.853 0-1.122 0.18-2.163 0.488-2.852 3.185-0.473 6.096-1.325 8.25-1.957 0.415-0.122 0.811-0.238 1.171-0.339-0.103 0.215-0.203 0.463-0.298 0.747-0.394 1.183-0.611 2.746-0.611 4.401s0.217 3.218 0.611 4.401c0.095 0.284 0.195 0.532 0.298 0.747-0.36-0.101-0.756-0.217-1.171-0.339-2.155-0.631-5.065-1.484-8.25-1.957zM18.44 11.585c-0.373 1.12-0.778 1.415-0.94 1.415s-0.567-0.296-0.94-1.415c-0.157-0.47-0.283-1.009-0.375-1.596 0.486-0.056 0.943-0.331 1.276-0.775 0.348-0.464 0.539-1.073 0.539-1.714s-0.192-1.251-0.539-1.714c-0.333-0.444-0.79-0.719-1.276-0.775 0.093-0.586 0.219-1.126 0.375-1.596 0.373-1.12 0.778-1.416 0.94-1.416s0.567 0.296 0.94 1.415c0.361 1.084 0.56 2.534 0.56 4.085s-0.199 3.001-0.56 4.085z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-high\" viewBox=\"0 0 20 20\">\n<title>volume-high</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M15.545 17.209c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.761-1.432 2.771-3.554 2.771-5.821s-1.010-4.389-2.771-5.821c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.995 1.623 3.14 4.028 3.14 6.597s-1.144 4.974-3.14 6.597c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path4\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-medium\" viewBox=\"0 0 20 20\">\n<title>volume-medium</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-low\" viewBox=\"0 0 20 20\">\n<title>volume-low</title>\n<path class=\"path1\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume\" viewBox=\"0 0 20 20\">\n<title>volume</title>\n<path class=\"path1\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mic\" viewBox=\"0 0 20 20\">\n<title>mic</title>\n<path class=\"path1\" d=\"M9.5 14c-1.93 0-3.5-1.57-3.5-3.5v-6c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v6c0 1.93-1.57 3.5-3.5 3.5zM9.5 2c-1.378 0-2.5 1.122-2.5 2.5v6c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5v-6c0-1.378-1.122-2.5-2.5-2.5z\"/>\n<path class=\"path2\" d=\"M16 10.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.033-2.467 5.5-5.5 5.5s-5.5-2.467-5.5-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.416 2.649 6.225 6 6.481v2.019h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-1.5v-2.019c3.351-0.256 6-3.065 6-6.481z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hourglass\" viewBox=\"0 0 20 20\">\n<title>hourglass</title>\n<path class=\"path1\" d=\"M16 3.5v-0.5c0-0.392-0.241-0.733-0.717-1.014-0.344-0.203-0.821-0.382-1.419-0.531-1.172-0.293-2.722-0.454-4.364-0.454s-3.192 0.161-4.364 0.454c-0.598 0.149-1.075 0.328-1.419 0.531-0.476 0.281-0.717 0.622-0.717 1.014v0.5c0 2.631 1.593 4.999 4 6.002v1.997c-2.407 1.003-4 3.371-4 6.002v0.5c0 0.392 0.241 0.733 0.717 1.014 0.344 0.203 0.821 0.382 1.419 0.531 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.598-0.149 1.075-0.328 1.419-0.531 0.476-0.281 0.717-0.623 0.717-1.014v-0.5c0-2.631-1.593-4.999-4-6.002v-1.997c2.407-1.003 4-3.371 4-6.002zM5.612 2.369c1.066-0.238 2.447-0.369 3.888-0.369s2.823 0.131 3.888 0.369c1.15 0.257 1.498 0.534 1.589 0.631-0.091 0.097-0.439 0.374-1.589 0.631-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.15-0.257-1.498-0.534-1.589-0.631 0.091-0.097 0.439-0.374 1.589-0.631zM11.333 12.313c2.193 0.775 3.667 2.86 3.667 5.187v0.473c-0.042 0.057-0.324 0.37-1.612 0.657-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.287-0.288-1.57-0.6-1.612-0.657v-0.473c0-2.327 1.473-4.412 3.667-5.187 0.2-0.071 0.333-0.259 0.333-0.471v-2.683c0-0.212-0.134-0.401-0.333-0.471-1.976-0.699-3.368-2.461-3.624-4.506 0.3 0.135 0.666 0.257 1.093 0.364 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.428-0.107 0.794-0.229 1.093-0.364-0.256 2.045-1.647 3.807-3.624 4.506-0.2 0.071-0.333 0.26-0.333 0.471v2.683c0 0.212 0.134 0.401 0.333 0.471z\"/>\n<path class=\"path2\" d=\"M13.667 16.529c-2.262-0.799-3.667-2.726-3.667-5.029v-3.025c0.6-0.059 1.178-0.225 1.723-0.495 0.247-0.123 0.348-0.423 0.225-0.67s-0.423-0.348-0.67-0.225c-0.555 0.276-1.153 0.416-1.778 0.416s-1.223-0.14-1.778-0.416c-0.247-0.123-0.547-0.022-0.67 0.225s-0.022 0.547 0.225 0.67c0.545 0.271 1.122 0.436 1.723 0.495v3.025c0 2.302-1.405 4.229-3.667 5.029-0.21 0.074-0.346 0.279-0.332 0.501s0.172 0.409 0.39 0.458c0.982 0.22 2.477 0.512 4.109 0.512s3.127-0.292 4.109-0.512c0.218-0.049 0.377-0.236 0.39-0.458s-0.122-0.427-0.332-0.501zM9.5 17c-0.877 0-1.701-0.087-2.437-0.205 0.665-0.421 1.244-0.952 1.711-1.575 0.293-0.391 0.536-0.812 0.726-1.254 0.19 0.442 0.433 0.863 0.726 1.254 0.466 0.622 1.045 1.153 1.711 1.575-0.736 0.117-1.56 0.205-2.437 0.205z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-undo\" viewBox=\"0 0 20 20\">\n<title>undo</title>\n<path class=\"path1\" d=\"M17.51 4.49c-1.605-1.605-3.74-2.49-6.010-2.49s-4.405 0.884-6.010 2.49-2.49 3.74-2.49 6.010v1.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-1.293c0-4.136 3.364-7.5 7.5-7.5s7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c2.27 0 4.405-0.884 6.010-2.49s2.49-3.74 2.49-6.010c0-2.27-0.884-4.405-2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-redo\" viewBox=\"0 0 20 20\">\n<title>redo</title>\n<path class=\"path1\" d=\"M2.49 4.49c1.605-1.605 3.74-2.49 6.010-2.49s4.405 0.884 6.010 2.49 2.49 3.74 2.49 6.010v1.293l2.146-2.146c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.146 2.146v-1.293c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5c0 4.136 3.364 7.5 7.5 7.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sync\" viewBox=\"0 0 20 20\">\n<title>sync</title>\n<path class=\"path1\" d=\"M19.854 8.646c-0.195-0.195-0.512-0.195-0.707 0l-1.149 1.149c-0.051-2.060-0.878-3.99-2.341-5.452-1.511-1.511-3.52-2.343-5.657-2.343-2.974 0-5.686 1.635-7.077 4.266-0.129 0.244-0.036 0.547 0.208 0.676s0.547 0.036 0.676-0.208c1.217-2.303 3.59-3.734 6.193-3.734 3.789 0 6.885 3.027 6.997 6.789l-1.143-1.143c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M16.869 13.058c-0.244-0.129-0.547-0.036-0.676 0.208-1.217 2.303-3.59 3.734-6.193 3.734-3.789 0-6.885-3.027-6.997-6.789l1.143 1.143c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.149-1.149c0.051 2.060 0.878 3.99 2.341 5.452 1.511 1.511 3.52 2.343 5.657 2.343 2.974 0 5.686-1.635 7.077-4.266 0.129-0.244 0.036-0.547-0.208-0.676z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-history\" viewBox=\"0 0 20 20\">\n<title>history</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929-3.094 0-5.975 1.425-7.853 3.807v-1.307c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.972c0 0.229 0.155 0.428 0.377 0.485 0.097 0.025 0.195 0.019 0.284-0.011v0l2.853-0.972c0.261-0.089 0.401-0.373 0.312-0.634s-0.373-0.401-0.634-0.312l-1.49 0.508c1.688-2.208 4.32-3.534 7.152-3.534 4.963 0 9 4.037 9 9s-4.037 9-9 9c-3.316 0-6.354-1.815-7.928-4.737-0.131-0.243-0.434-0.334-0.677-0.203s-0.334 0.434-0.203 0.677c1.749 3.246 5.125 5.263 8.809 5.263 2.671 0 5.182-1.040 7.071-2.929s2.929-4.4 2.929-7.071c0-2.671-1.040-5.182-2.929-7.071z\"/>\n<path class=\"path2\" d=\"M10 10.5c-0.084 0-0.167-0.021-0.243-0.063l-4.5-2.5c-0.241-0.134-0.328-0.438-0.194-0.68s0.438-0.328 0.68-0.194l4.24 2.355 5.249-3.34c0.233-0.148 0.542-0.080 0.69 0.153s0.080 0.542-0.153 0.69l-5.5 3.5c-0.082 0.052-0.175 0.078-0.268 0.078z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-clock\" viewBox=\"0 0 20 20\">\n<title>clock</title>\n<path class=\"path1\" d=\"M16.32 17.113c1.729-1.782 2.68-4.124 2.68-6.613 0-2.37-0.862-4.608-2.438-6.355l0.688-0.688 0.647 0.646c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l0.647 0.646-0.688 0.688c-1.747-1.576-3.985-2.438-6.355-2.438s-4.608 0.862-6.355 2.438l-0.688-0.688 0.646-0.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l0.646-0.646 0.688 0.688c-1.576 1.747-2.438 3.985-2.438 6.355 0 2.489 0.951 4.831 2.68 6.613l-2.034 2.034c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.354-0.147l2.060-2.059c1.705 1.428 3.836 2.206 6.087 2.206s4.382-0.778 6.087-2.206l2.059 2.059c0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.353-0.147c0.195-0.195 0.195-0.512 0-0.707l-2.034-2.034zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M15.129 7.25c-0.138-0.239-0.444-0.321-0.683-0.183l-4.92 2.841-3.835-2.685c-0.226-0.158-0.538-0.103-0.696 0.123s-0.103 0.538 0.123 0.696l4.096 2.868c0.001 0.001 0.002 0.001 0.002 0.002 0.009 0.006 0.018 0.012 0.027 0.017 0.002 0.001 0.004 0.003 0.006 0.004 0.009 0.005 0.018 0.010 0.027 0.015 0.002 0.001 0.004 0.002 0.006 0.003 0.010 0.005 0.020 0.009 0.031 0.014 0.006 0.003 0.013 0.005 0.019 0.007 0.004 0.001 0.008 0.003 0.013 0.005 0.007 0.002 0.014 0.004 0.021 0.006 0.004 0.001 0.008 0.002 0.012 0.003 0.007 0.002 0.014 0.003 0.022 0.005 0.004 0.001 0.008 0.002 0.012 0.002 0.007 0.001 0.014 0.002 0.021 0.003 0.005 0.001 0.010 0.001 0.015 0.002 0.006 0.001 0.012 0.001 0.018 0.002 0.009 0.001 0.018 0.001 0.027 0.001 0.002 0 0.004 0 0.006 0 0 0 0-0 0-0s0 0 0.001 0c0.019 0 0.037-0.001 0.056-0.003 0.001-0 0.002-0 0.003-0 0.018-0.002 0.036-0.005 0.054-0.010 0.002-0 0.003-0.001 0.005-0.001 0.017-0.004 0.034-0.009 0.050-0.015 0.003-0.001 0.006-0.002 0.008-0.003 0.016-0.006 0.031-0.012 0.046-0.020 0.004-0.002 0.007-0.004 0.011-0.006 0.005-0.003 0.011-0.005 0.016-0.008l5.196-3c0.239-0.138 0.321-0.444 0.183-0.683z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-download\" viewBox=\"0 0 20 20\">\n<title>download</title>\n<path class=\"path1\" d=\"M14.853 9.647c-0.195-0.195-0.512-0.195-0.707 0l-4.146 4.146v-11.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v11.293l-4.146-4.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.147l5-5c0.195-0.195 0.195-0.512-0-0.707z\"/>\n<path class=\"path2\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-upload\" viewBox=\"0 0 20 20\">\n<title>upload</title>\n<path class=\"path1\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M14.854 8.646l-5-5c-0.195-0.195-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l4.146-4.146v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l4.146 4.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter-down\" viewBox=\"0 0 20 20\">\n<title>enter-down</title>\n<path class=\"path1\" d=\"M12.854 11.646c-0.195-0.195-0.512-0.195-0.707 0l-2.146 2.146v-12.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v12.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit-up\" viewBox=\"0 0 20 20\">\n<title>exit-up</title>\n<path class=\"path1\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M12.853 3.646l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.147-2.146v11.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.293l2.147 2.146c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bug\" viewBox=\"0 0 20 20\">\n<title>bug</title>\n<path class=\"path1\" d=\"M17.5 12h-1.515c-0.062-1.099-0.33-2.153-0.781-3.102 1.036-0.305 1.795-1.264 1.795-2.398 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 0.761-0.57 1.392-1.306 1.487-0.174-0.266-0.365-0.521-0.571-0.762-0.108-0.126-0.219-0.246-0.333-0.362 0.14-0.439 0.21-0.896 0.21-1.363 0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5c0 0.467 0.071 0.924 0.21 1.363-0.114 0.116-0.225 0.236-0.333 0.362-0.207 0.241-0.397 0.496-0.571 0.762-0.736-0.095-1.306-0.726-1.306-1.487 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.134 0.759 2.093 1.795 2.398-0.451 0.949-0.718 2.003-0.781 3.102h-1.514c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.515c0.062 1.099 0.33 2.153 0.781 3.102-1.036 0.305-1.795 1.264-1.795 2.398 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-0.761 0.57-1.392 1.306-1.487 0.174 0.266 0.365 0.521 0.571 0.762 1.23 1.435 2.871 2.225 4.622 2.225s3.393-0.79 4.622-2.225c0.207-0.241 0.397-0.496 0.571-0.762 0.736 0.095 1.306 0.726 1.306 1.487 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-1.134-0.759-2.093-1.795-2.398 0.451-0.949 0.718-2.003 0.781-3.102h1.514c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM9.5 2c1.93 0 3.5 1.57 3.5 3.5 0 0.215-0.019 0.426-0.057 0.634-1.022-0.738-2.205-1.134-3.443-1.134s-2.421 0.395-3.443 1.134c-0.038-0.208-0.057-0.419-0.057-0.634 0-1.93 1.57-3.5 3.5-3.5zM4 12.5c0-3.385 2.201-6.173 5-6.473v12.946c-2.799-0.3-5-3.088-5-6.473zM10 18.973v-12.946c2.799 0.3 5 3.088 5 6.473s-2.201 6.173-5 6.473z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-code\" viewBox=\"0 0 20 20\">\n<title>code</title>\n<path class=\"path1\" d=\"M5 15c-0.128 0-0.256-0.049-0.354-0.146l-4-4c-0.195-0.195-0.195-0.512 0-0.707l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.646 3.646 3.646 3.646c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path2\" d=\"M15 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.646-3.646-3.646-3.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l4 4c0.195 0.195 0.195 0.512 0 0.707l-4 4c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M7.5 15c-0.091 0-0.182-0.025-0.265-0.076-0.234-0.146-0.305-0.455-0.159-0.689l5-8c0.146-0.234 0.455-0.305 0.689-0.159s0.305 0.455 0.159 0.689l-5 8c-0.095 0.152-0.258 0.235-0.424 0.235z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-link\" viewBox=\"0 0 20 20\">\n<title>link</title>\n<path class=\"path1\" d=\"M10.682 12.998c-0.943 0-1.886-0.359-2.604-1.077-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0c1.046 1.046 2.747 1.046 3.793 0l3.636-3.636c1.046-1.046 1.046-2.747 0-3.793s-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0s1.436 3.772 0 5.207l-3.636 3.636c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n<path class=\"path2\" d=\"M4.682 18.998c-0.943 0-1.886-0.359-2.604-1.077-1.436-1.436-1.436-3.772 0-5.207l3.636-3.636c1.436-1.436 3.772-1.436 5.207 0 0.195 0.195 0.195 0.512 0 0.707s-0.512 0.195-0.707 0c-1.046-1.046-2.747-1.046-3.793 0l-3.636 3.636c-1.046 1.046-1.046 2.747 0 3.793s2.747 1.046 3.793 0l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-unlink\" viewBox=\"0 0 20 20\">\n<title>unlink</title>\n<path class=\"path1\" d=\"M13.5 11.5c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.068-3.068c0.507-0.507 0.786-1.18 0.786-1.896s-0.279-1.39-0.786-1.896c-1.046-1.046-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0 0.695 0.695 1.078 1.62 1.078 2.604s-0.383 1.908-1.078 2.604l-3.068 3.068c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path2\" d=\"M4.682 19c-0.983 0-1.908-0.383-2.604-1.078-1.436-1.436-1.436-3.772 0-5.207l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-1.046 1.046-1.046 2.747 0 3.793 0.507 0.507 1.18 0.786 1.896 0.786s1.39-0.279 1.896-0.786l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.695 0.695-1.62 1.078-2.604 1.078z\"/>\n<path class=\"path3\" d=\"M5.5 7c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M7.5 6c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M4.5 9h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M15.5 17c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M17.5 13h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M11.5 19c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-up\" viewBox=\"0 0 20 20\">\n<title>thumbs-up</title>\n<path class=\"path1\" d=\"M18.916 11.208c0.443-0.511 0.695-1.355 0.695-2.159 0-0.531-0.115-0.996-0.333-1.345-0.284-0.454-0.738-0.704-1.278-0.704h-2.618c1.425-2.591 1.785-4.543 1.070-5.807-0.499-0.881-1.413-1.193-2.045-1.193-0.25 0-0.462 0.185-0.495 0.433-0.179 1.319-1.188 2.893-2.768 4.318-1.514 1.365-3.374 2.456-5.286 3.11-0.241-0.508-0.758-0.86-1.356-0.86h-3c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h3c0.634 0 1.176-0.395 1.396-0.952 1.961 0.246 2.699 0.64 3.414 1.022 0.895 0.478 1.739 0.93 4.503 0.93 0.72 0 1.398-0.188 1.91-0.529 0.5-0.333 0.82-0.801 0.926-1.343 0.399-0.162 0.753-0.536 1.024-1.092 0.264-0.541 0.435-1.232 0.435-1.761 0-0.099-0.006-0.19-0.017-0.274 0.253-0.186 0.48-0.473 0.667-0.851 0.27-0.545 0.432-1.228 0.432-1.826 0-0.424-0.079-0.777-0.234-1.051-0.013-0.022-0.026-0.044-0.039-0.065zM4.5 18h-3c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v8.999c0 0 0 0.001 0 0.001-0 0.276-0.224 0.5-0.5 0.5zM18.339 10.274c-0.151 0.304-0.304 0.414-0.37 0.414-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c0.042 0 0.072 0 0.117 0.078 0.066 0.117 0.104 0.32 0.104 0.558 0 0.445-0.126 0.974-0.328 1.382-0.198 0.399-0.399 0.544-0.487 0.544-0.276 0-0.5 0.224-0.5 0.5 0 0.177 0.092 0.333 0.231 0.422 0.031 0.317-0.117 1.165-0.501 1.718-0.145 0.209-0.298 0.329-0.418 0.329-0.276 0-0.5 0.224-0.5 0.5 0 0.88-0.972 1.281-1.875 1.281-2.513 0-3.217-0.376-4.032-0.812-0.762-0.407-1.618-0.865-3.781-1.134v-8.187c2.101-0.689 4.152-1.877 5.812-3.373 1.593-1.436 2.639-2.988 2.994-4.426 0.272 0.087 0.579 0.271 0.776 0.618 0.334 0.59 0.584 2.096-1.493 5.557-0.093 0.154-0.095 0.347-0.006 0.504s0.255 0.254 0.435 0.254h3.483c0.199 0 0.327 0.070 0.43 0.234 0.117 0.187 0.181 0.477 0.181 0.815 0 0.424-0.102 0.882-0.272 1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-down\" viewBox=\"0 0 20 20\">\n<title>thumbs-down</title>\n<path class=\"path1\" d=\"M18.916 8.792c0.443 0.511 0.695 1.355 0.695 2.159 0 0.531-0.115 0.996-0.333 1.345-0.284 0.454-0.738 0.704-1.278 0.704h-2.618c1.425 2.591 1.785 4.543 1.070 5.807-0.499 0.881-1.413 1.193-2.045 1.193-0.25 0-0.462-0.185-0.495-0.433-0.179-1.319-1.188-2.893-2.768-4.318-1.514-1.365-3.374-2.456-5.286-3.11-0.241 0.508-0.758 0.86-1.356 0.86h-3c-0.827 0-1.5-0.673-1.5-1.5v-9c0-0.827 0.673-1.5 1.5-1.5h3c0.634 0 1.176 0.395 1.396 0.952 1.961-0.246 2.699-0.64 3.414-1.022 0.895-0.478 1.739-0.93 4.503-0.93 0.72 0 1.398 0.188 1.91 0.529 0.5 0.333 0.82 0.801 0.926 1.343 0.399 0.162 0.753 0.536 1.024 1.092 0.264 0.541 0.435 1.232 0.435 1.761 0 0.099-0.006 0.19-0.017 0.274 0.253 0.186 0.48 0.473 0.667 0.851 0.27 0.545 0.432 1.228 0.432 1.826 0 0.424-0.079 0.777-0.234 1.051-0.013 0.022-0.026 0.044-0.039 0.065zM4.5 2h-3c-0.276 0-0.5 0.224-0.5 0.5v9c0 0.276 0.224 0.5 0.5 0.5h3c0.276 0 0.5-0.224 0.5-0.5v-8.999c0-0 0-0.001 0-0.001-0-0.276-0.224-0.5-0.5-0.5zM18.339 9.726c-0.151-0.304-0.304-0.414-0.37-0.414-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.042 0 0.072 0 0.117-0.078 0.066-0.117 0.104-0.32 0.104-0.558 0-0.445-0.126-0.974-0.328-1.382-0.198-0.399-0.399-0.544-0.487-0.544-0.276 0-0.5-0.224-0.5-0.5 0-0.177 0.092-0.333 0.231-0.422 0.031-0.317-0.117-1.165-0.501-1.718-0.145-0.209-0.298-0.329-0.418-0.329-0.276 0-0.5-0.224-0.5-0.5 0-0.88-0.972-1.281-1.875-1.281-2.513 0-3.217 0.376-4.032 0.812-0.762 0.407-1.618 0.865-3.781 1.134v8.187c2.101 0.689 4.152 1.877 5.812 3.373 1.593 1.436 2.639 2.988 2.994 4.426 0.272-0.087 0.579-0.271 0.776-0.618 0.334-0.59 0.584-2.096-1.493-5.557-0.093-0.154-0.095-0.347-0.006-0.504s0.255-0.254 0.435-0.254h3.483c0.199 0 0.327-0.070 0.43-0.234 0.117-0.187 0.181-0.477 0.181-0.815 0-0.424-0.102-0.882-0.272-1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magnifier\" viewBox=\"0 0 20 20\">\n<title>magnifier</title>\n<path class=\"path1\" d=\"M18.869 19.162l-5.943-6.484c1.339-1.401 2.075-3.233 2.075-5.178 0-2.003-0.78-3.887-2.197-5.303s-3.3-2.197-5.303-2.197-3.887 0.78-5.303 2.197-2.197 3.3-2.197 5.303 0.78 3.887 2.197 5.303 3.3 2.197 5.303 2.197c1.726 0 3.362-0.579 4.688-1.645l5.943 6.483c0.099 0.108 0.233 0.162 0.369 0.162 0.121 0 0.242-0.043 0.338-0.131 0.204-0.187 0.217-0.503 0.031-0.706zM1 7.5c0-3.584 2.916-6.5 6.5-6.5s6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5-6.5-2.916-6.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross\" viewBox=\"0 0 20 20\">\n<title>cross</title>\n<path class=\"path1\" d=\"M10.707 10.5l5.646-5.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.646 5.646-5.646-5.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.646 5.646-5.646 5.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l5.646-5.646 5.646 5.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-5.646-5.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu\" viewBox=\"0 0 20 20\">\n<title>menu</title>\n<path class=\"path1\" d=\"M17.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-list\" viewBox=\"0 0 20 20\">\n<title>list</title>\n<path class=\"path1\" d=\"M19.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M19.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M19.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M1.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M1.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5c0 0.827-0.673 1.5-1.5 1.5zM1.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M1.5 17c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up\" viewBox=\"0 0 20 20\">\n<title>chevron-up</title>\n<path class=\"path1\" d=\"M0 15c0 0.128 0.049 0.256 0.146 0.354 0.195 0.195 0.512 0.195 0.707 0l8.646-8.646 8.646 8.646c0.195 0.195 0.512 0.195 0.707 0s0.195-0.512 0-0.707l-9-9c-0.195-0.195-0.512-0.195-0.707 0l-9 9c-0.098 0.098-0.146 0.226-0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down\" viewBox=\"0 0 20 20\">\n<title>chevron-down</title>\n<path class=\"path1\" d=\"M0 6c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l8.646 8.646 8.646-8.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-9 9c-0.195 0.195-0.512 0.195-0.707 0l-9-9c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left\" viewBox=\"0 0 20 20\">\n<title>chevron-left</title>\n<path class=\"path1\" d=\"M14 20c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-8.646-8.646 8.646-8.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-9 9c-0.195 0.195-0.195 0.512 0 0.707l9 9c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right\" viewBox=\"0 0 20 20\">\n<title>chevron-right</title>\n<path class=\"path1\" d=\"M5 20c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l8.646-8.646-8.646-8.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l9 9c0.195 0.195 0.195 0.512 0 0.707l-9 9c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up\" viewBox=\"0 0 20 20\">\n<title>arrow-up</title>\n<path class=\"path1\" d=\"M9.146 0.646l-6 6c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l5.146-5.146v16.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-16.293l5.146 5.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.354s-0.049-0.256-0.146-0.354l-6-6c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down\" viewBox=\"0 0 20 20\">\n<title>arrow-down</title>\n<path class=\"path1\" d=\"M9.854 19.354l6-6c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.146 5.146v-16.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v16.293l-5.146-5.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.354s0.049 0.256 0.146 0.354l6 6c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left\" viewBox=\"0 0 20 20\">\n<title>arrow-left</title>\n<path class=\"path1\" d=\"M0.646 10.146l6-6c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5.146 5.146h16.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-16.293l5.146 5.146c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-6-6c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right\" viewBox=\"0 0 20 20\">\n<title>arrow-right</title>\n<path class=\"path1\" d=\"M19.354 10.146l-6-6c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.146 5.146h-16.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16.293l-5.146 5.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l6-6c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-move\" viewBox=\"0 0 20 20\">\n<title>move</title>\n<path class=\"path1\" d=\"M18.354 10.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.793v-6.793l2.146 2.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.146-2.146v6.793h-6.793l2.146-2.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2.146-2.146h6.793v6.793l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-6.793h6.793l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-warning\" viewBox=\"0 0 20 20\">\n<title>warning</title>\n<path class=\"path1\" d=\"M18.5 19h-18c-0.178 0-0.342-0.094-0.432-0.248s-0.091-0.343-0.004-0.498l9-16c0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255l9 16c0.087 0.155 0.085 0.344-0.004 0.498s-0.254 0.248-0.432 0.248zM1.355 18h16.29l-8.145-14.48-8.145 14.48z\"/>\n<path class=\"path2\" d=\"M9.5 14c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-question-circle\" viewBox=\"0 0 20 20\">\n<title>question-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.5 15c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5 1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5-3.5 1.57-3.5 3.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5c0 2.312-1.753 4.223-4 4.472v1.528c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 18c-0 0 0 0 0 0-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5 0 0 0 0 0 0 0.276 0 0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu-circle\" viewBox=\"0 0 20 20\">\n<title>menu-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M14.5 8h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 11h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 14h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-checkmark-circle\" viewBox=\"0 0 20 20\">\n<title>checkmark-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M7.5 14.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross-circle\" viewBox=\"0 0 20 20\">\n<title>cross-circle</title>\n<path class=\"path1\" d=\"M14.332 14.126l-4.080-3.626 4.080-3.626c0.206-0.183 0.225-0.499 0.042-0.706s-0.499-0.225-0.706-0.042l-4.168 3.705-4.168-3.705c-0.206-0.183-0.522-0.165-0.706 0.042s-0.165 0.522 0.042 0.706l4.080 3.626-4.080 3.626c-0.206 0.183-0.225 0.499-0.042 0.706 0.099 0.111 0.236 0.168 0.374 0.168 0.118 0 0.237-0.042 0.332-0.126l4.168-3.705 4.168 3.705c0.095 0.085 0.214 0.126 0.332 0.126 0.138 0 0.275-0.057 0.374-0.168 0.183-0.206 0.165-0.522-0.042-0.706z\"/>\n<path class=\"path2\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-plus-circle\" viewBox=\"0 0 20 20\">\n<title>plus-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 10h-5.5v-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v5.5h-5.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.5v5.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-5.5h5.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-circle-minus\" viewBox=\"0 0 20 20\">\n<title>circle-minus</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 11h-12c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.147 4.647l-4 4c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l3.146-3.147v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l3.147 3.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.353s-0.049-0.256-0.147-0.353l-4-4c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M9.853 16.353l4-4c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.146 3.147v-10.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v10.293l-3.147-3.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.353s0.049 0.256 0.147 0.353l4 4c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M3.647 10.147l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.147 3.146h10.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.293l3.146 3.147c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.353 0.146s-0.256-0.049-0.353-0.147l-4-4c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.353 10.147l-4-4c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3.147 3.146h-10.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h10.293l-3.146 3.147c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.147l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15 12c0 0.128-0.049 0.256-0.146 0.354-0.195 0.195-0.512 0.195-0.707 0l-4.646-4.646-4.646 4.646c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l5-5c0.195-0.195 0.512-0.195 0.707 0l5 5c0.098 0.098 0.146 0.226 0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M4 9c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l4.646 4.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.195 0.195-0.512 0.195-0.707 0l-5-5c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M11 16c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-4.646-4.646 4.646-4.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M8 16c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l4.646-4.646-4.646-4.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l5 5c0.195 0.195 0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-crop\" viewBox=\"0 0 20 20\">\n<title>crop</title>\n<path class=\"path1\" d=\"M19.5 15h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M12.5 15h-7c-0.276 0-0.5-0.224-0.5-0.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6.5h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M5.5 4c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 20c-0.276 0-0.5-0.224-0.5-0.5v-13.5h-13.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5v14c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-expand\" viewBox=\"0 0 20 20\">\n<title>frame-expand</title>\n<path class=\"path1\" d=\"M18.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M0.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M3.5 18h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 18h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-contract\" viewBox=\"0 0 20 20\">\n<title>frame-contract</title>\n<path class=\"path1\" d=\"M14.5 9h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M6.5 9h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M11.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-layers\" viewBox=\"0 0 20 20\">\n<title>layers</title>\n<path class=\"path1\" d=\"M10 12c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.185-0.078-0.306-0.26-0.306-0.461s0.121-0.383 0.306-0.461l9.5-4c0.124-0.052 0.264-0.052 0.388 0l9.5 4c0.185 0.078 0.306 0.26 0.306 0.461s-0.121 0.383-0.306 0.461l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039zM1.788 7.5l8.212 3.457 8.212-3.457-8.212-3.457-8.212 3.457z\"/>\n<path class=\"path2\" d=\"M10 15c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n<path class=\"path3\" d=\"M10 18c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-funnel\" viewBox=\"0 0 20 20\">\n<title>funnel</title>\n<path class=\"path1\" d=\"M16.23 3.307c-0.396-0.268-0.949-0.504-1.643-0.702-1.366-0.39-3.172-0.605-5.087-0.605s-3.722 0.215-5.087 0.605c-0.694 0.198-1.246 0.434-1.643 0.702-0.637 0.43-0.77 0.886-0.77 1.193v0.5c0 0.428 0.321 1.133 0.639 1.609l4.891 7.336c0.251 0.376 0.471 1.103 0.471 1.555v3c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l2-1c0.169-0.085 0.276-0.258 0.276-0.447v-2c0-0.452 0.22-1.179 0.471-1.555l4.891-7.336c0.317-0.476 0.639-1.182 0.639-1.609v-0.5c0-0.307-0.134-0.763-0.77-1.193zM4.688 3.567c1.279-0.365 2.988-0.567 4.812-0.567s3.534 0.201 4.812 0.567c1.378 0.394 1.688 0.816 1.688 0.933s-0.31 0.54-1.688 0.933c-1.279 0.365-2.988 0.567-4.812 0.567s-3.534-0.201-4.812-0.567c-1.378-0.394-1.688-0.816-1.688-0.933s0.31-0.54 1.688-0.933zM10.639 13.391c-0.358 0.537-0.639 1.464-0.639 2.109v1.691l-1 0.5v-2.191c0-0.646-0.281-1.572-0.639-2.109l-4.88-7.32c0.274 0.117 0.585 0.226 0.932 0.324 1.366 0.39 3.172 0.605 5.087 0.605s3.722-0.215 5.087-0.605c0.346-0.099 0.658-0.207 0.932-0.325l-4.88 7.32z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format\" viewBox=\"0 0 20 20\">\n<title>text-format</title>\n<path class=\"path1\" d=\"M16.5 19h-14c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.96 15.303l-2.57-5.996c-0.001-0.001-0.001-0.003-0.002-0.004l-3.428-8c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3.428 8c-0.001 0.002-0.001 0.003-0.002 0.005l-2.57 5.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l2.442-5.697h6.198l2.442 5.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM6.83 9l2.67-6.231 2.67 6.231h-5.341z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format-remove\" viewBox=\"0 0 20 20\">\n<title>text-format-remove</title>\n<path class=\"path1\" d=\"M13.5 1h-12c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.41l-1.903 11.418c-0.045 0.272 0.139 0.53 0.411 0.575 0.028 0.005 0.056 0.007 0.083 0.007 0.24 0 0.452-0.173 0.493-0.418l1.93-11.582h5.576c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M10.5 16h-9c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M15.707 16.5l1.646-1.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-1.646 1.646-1.646-1.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.646 1.646-1.646 1.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1.646-1.646 1.646 1.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.646-1.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-size\" viewBox=\"0 0 20 20\">\n<title>text-size</title>\n<path class=\"path1\" d=\"M6.96 16.303l-1.284-2.996c-0.001-0.001-0.001-0.003-0.002-0.004l-1.714-4c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-1.714 4c-0.001 0.001-0.001 0.003-0.002 0.004l-1.284 2.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM2.544 13l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path2\" d=\"M19.962 16.308l-2.083-5c-0.001-0.001-0.001-0.003-0.002-0.004l-2.915-6.996c-0.078-0.186-0.26-0.308-0.462-0.308s-0.384 0.121-0.462 0.308l-2.915 6.996c-0.001 0.001-0.001 0.003-0.002 0.004l-2.083 5c-0.106 0.255 0.014 0.548 0.269 0.654s0.548-0.014 0.654-0.269l1.955-4.692h5.167l1.955 4.692c0.080 0.192 0.266 0.308 0.462 0.308 0.064 0 0.129-0.012 0.192-0.039 0.255-0.106 0.375-0.399 0.269-0.654zM12.333 11l2.167-5.2 2.167 5.2h-4.333z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bold\" viewBox=\"0 0 20 20\">\n<title>bold</title>\n<path class=\"path1\" d=\"M10 9h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h2.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 8h2c0.551 0 1-0.449 1-1s-0.449-1-1-1h-2v2z\"/>\n<path class=\"path2\" d=\"M11 15h-3.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h3.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 14h3c0.551 0 1-0.449 1-1s-0.449-1-1-1h-3v2z\"/>\n<path class=\"path3\" d=\"M11 18h-5.5c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h4.5c2.757 0 5 2.243 5 5 0 0.824-0.202 1.628-0.587 2.349 1.013 0.945 1.587 2.253 1.587 3.651 0 2.757-2.243 5-5 5zM5.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h5.5c2.206 0 4-1.794 4-4 0-1.237-0.561-2.385-1.539-3.151-0.211-0.165-0.253-0.466-0.1-0.682 0.418-0.646 0.639-1.395 0.639-2.167 0-2.206-1.794-4-4-4h-4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-italic\" viewBox=\"0 0 20 20\">\n<title>italic</title>\n<path class=\"path1\" d=\"M15.5 2h-4.001c-0.001 0-0.003 0-0.004 0h-3.995c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.39l-2.8 14h-3.59c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.999c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h3.997c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.39l2.8-14h3.59c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-underline\" viewBox=\"0 0 20 20\">\n<title>underline</title>\n<path class=\"path1\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M10 15c-2.757 0-5-2.243-5-5v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.206 1.794 4 4 4s4-1.794 4-4v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.757-2.243 5-5 5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-strikethrough\" viewBox=\"0 0 20 20\">\n<title>strikethrough</title>\n<path class=\"path1\" d=\"M16.5 2h-14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.5v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5h6.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M9.5 18c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 12h-18c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h18c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM1 11h17v-1h-17v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-highlight\" viewBox=\"0 0 20 20\">\n<title>highlight</title>\n<path class=\"path1\" d=\"M19.854 9.646c-0.195-0.195-0.512-0.195-0.707 0l-3.586 3.586c-0.585 0.585-1.537 0.585-2.121 0l-4.672-4.672c-0.282-0.282-0.437-0.658-0.437-1.061s0.155-0.779 0.437-1.061l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.586 3.586c-0.471 0.471-0.73 1.098-0.73 1.768 0 0.285 0.048 0.563 0.138 0.824l-7.322 7.322c-0.094 0.094-0.146 0.221-0.146 0.354v1.5c0 0.276 0.224 0.5 0.5 0.5h9.5c0.133 0 0.26-0.053 0.354-0.146l3.322-3.322c0.261 0.091 0.539 0.138 0.824 0.138 0.669 0 1.297-0.259 1.768-0.73l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707zM9.793 17h-8.793v-0.793l7.002-7.002c0.020 0.021 0.039 0.042 0.059 0.062l4.672 4.672c0.020 0.020 0.041 0.040 0.062 0.059l-3.002 3.002z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-left\" viewBox=\"0 0 20 20\">\n<title>text-align-left</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-center\" viewBox=\"0 0 20 20\">\n<title>text-align-center</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-right\" viewBox=\"0 0 20 20\">\n<title>text-align-right</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-justify\" viewBox=\"0 0 20 20\">\n<title>text-align-justify</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-line-spacing\" viewBox=\"0 0 20 20\">\n<title>line-spacing</title>\n<path class=\"path1\" d=\"M18.5 5h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M18.5 9h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 13h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M18.5 17h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M5.146 13.646l-1.146 1.146v-8.586l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v8.586l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-increase\" viewBox=\"0 0 20 20\">\n<title>indent-increase</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M2.5 14c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-6c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l4 3c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-4 3c-0.088 0.066-0.194 0.1-0.3 0.1zM3 8.5v4l2.667-2-2.667-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-decrease\" viewBox=\"0 0 20 20\">\n<title>indent-decrease</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M6.5 14c-0.106 0-0.212-0.034-0.3-0.1l-4-3c-0.126-0.094-0.2-0.243-0.2-0.4s0.074-0.306 0.2-0.4l4-3c0.152-0.114 0.354-0.132 0.524-0.047s0.276 0.258 0.276 0.447v6c0 0.189-0.107 0.363-0.276 0.447-0.071 0.035-0.147 0.053-0.224 0.053zM3.333 10.5l2.667 2v-4l-2.667 2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pilcrow\" viewBox=\"0 0 20 20\">\n<title>pilcrow</title>\n<path class=\"path1\" d=\"M15.5 2h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h3v14.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 9h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-ltr\" viewBox=\"0 0 20 20\">\n<title>direction-ltr</title>\n<path class=\"path1\" d=\"M15.354 17.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.146 1.146h-9.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9.293l-1.146 1.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-rtl\" viewBox=\"0 0 20 20\">\n<title>direction-rtl</title>\n<path class=\"path1\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n<path class=\"path2\" d=\"M14.5 17h-9.293l1.146-1.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.146-1.146h9.293c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-page-break\" viewBox=\"0 0 20 20\">\n<title>page-break</title>\n<path class=\"path1\" d=\"M17.5 9h-15c-0.827 0-1.5-0.673-1.5-1.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M1.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M10.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M13.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M16.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M19.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M18.5 20c-0.276 0-0.5-0.224-0.5-0.5v-6c0-0.276-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-6c0-0.827 0.673-1.5 1.5-1.5h15c0.827 0 1.5 0.673 1.5 1.5v6c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-alpha-asc\" viewBox=\"0 0 20 20\">\n<title>sort-alpha-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M19.96 7.303l-3-7c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3 7c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM15.544 4l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path3\" d=\"M18.5 20h-4c-0.178 0-0.343-0.095-0.432-0.249s-0.090-0.344-0.002-0.499l3.573-6.252h-3.138c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.178 0 0.343 0.095 0.432 0.249s0.090 0.344 0.002 0.499l-3.573 6.252h3.138c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-amount-asc\" viewBox=\"0 0 20 20\">\n<title>sort-amount-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M13.5 5h-2c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 4h1v-1h-1v1z\"/>\n<path class=\"path3\" d=\"M15.5 9h-4c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h4c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 8h3v-1h-3v1z\"/>\n<path class=\"path4\" d=\"M17.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 12h5v-1h-5v1z\"/>\n<path class=\"path5\" d=\"M19.5 17h-8c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 16h7v-1h-7v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hand\" viewBox=\"0 0 20 20\">\n<title>hand</title>\n<path class=\"path1\" d=\"M17 4c-0.364 0-0.706 0.098-1 0.269v-1.269c0-1.103-0.897-2-2-2-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339s-1.614 0.56-1.887 1.339c-0.318-0.214-0.701-0.339-1.113-0.339-1.103 0-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.851 0 1.642-0.277 2.352-0.822 0.667-0.513 1.246-1.255 1.72-2.204 0.934-1.868 1.428-4.452 1.428-7.474v-3.5c0-1.103-0.897-2-2-2zM18 9.5c0 2.867-0.457 5.296-1.322 7.026-0.564 1.128-1.574 2.474-3.178 2.474h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.813c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-7.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-6.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5c0-0.551 0.449-1 1-1s1 0.449 1 1v3.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-up\" viewBox=\"0 0 20 20\">\n<title>pointer-up</title>\n<path class=\"path1\" d=\"M17 8c-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.364 0-0.706 0.098-1 0.269v-3.269c0-1.103-0.897-2-2-2s-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.848 0 1.632-0.245 2.331-0.73 0.676-0.468 1.259-1.152 1.734-2.033 0.939-1.743 1.435-4.246 1.435-7.237 0-1.103-0.897-2-2-2zM16.685 16.763c-0.549 1.021-1.548 2.237-3.185 2.237h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.812c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1c0 2.826-0.455 5.165-1.315 6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-right\" viewBox=\"0 0 20 20\">\n<title>pointer-right</title>\n<path class=\"path1\" d=\"M12 17c0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.364-0.098-0.706-0.269-1h3.269c1.103 0 2-0.897 2-2s-0.897-2-2-2h-7.373l2.333-1.346c0.475-0.261 0.813-0.687 0.953-1.199 0.136-0.499 0.064-1.018-0.202-1.462-0.544-0.907-1.774-1.253-2.742-0.77-0.061 0.030-1.368 0.668-5.35 2.66-1.875 0.938-3.216 1.967-3.984 3.059-0.603 0.857-0.634 1.449-0.634 1.559v5c0 0.848 0.245 1.632 0.73 2.331 0.468 0.676 1.152 1.259 2.033 1.734 1.743 0.939 4.246 1.435 7.237 1.435 1.103 0 2-0.897 2-2zM3.237 16.685c-1.021-0.549-2.237-1.548-2.237-3.185v-4.99c0.003-0.039 0.050-0.46 0.525-1.095 0.474-0.633 1.472-1.605 3.54-2.638 4.054-2.027 5.331-2.65 5.343-2.656 0.002-0.001 0.003-0.001 0.004-0.002 0.503-0.251 1.162-0.073 1.439 0.389 0.125 0.208 0.158 0.451 0.095 0.685-0.068 0.249-0.236 0.458-0.472 0.587-0.003 0.002-0.007 0.004-0.010 0.006l-2.705 1.561c-0.583 0.319-0.828 0.678-0.729 1.067 0.099 0.39 0.489 0.587 1.157 0.587h7.812c0.551 0 1 0.449 1 1s-0.449 1-1 1h-6.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1c-2.826 0-5.165-0.455-6.763-1.315z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-down\" viewBox=\"0 0 20 20\">\n<title>pointer-down</title>\n<path class=\"path1\" d=\"M17 12c-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.364 0-0.706-0.098-1-0.269v3.269c0 1.103-0.897 2-2 2s-2-0.897-2-2v-7.373l-1.346 2.333c-0.261 0.475-0.687 0.813-1.199 0.953-0.499 0.136-1.018 0.064-1.462-0.202-0.907-0.544-1.253-1.774-0.77-2.742 0.030-0.061 0.668-1.368 2.66-5.35 0.938-1.875 1.967-3.216 3.059-3.984 0.857-0.603 1.449-0.634 1.559-0.634h5c0.848 0 1.632 0.245 2.331 0.73 0.676 0.468 1.259 1.152 1.734 2.033 0.939 1.743 1.435 4.246 1.435 7.237 0 1.103-0.897 2-2 2zM16.685 3.237c-0.549-1.021-1.548-2.237-3.185-2.237h-4.99c-0.039 0.003-0.46 0.050-1.095 0.525-0.633 0.474-1.605 1.472-2.638 3.54-2.027 4.054-2.65 5.331-2.656 5.343-0.001 0.002-0.001 0.003-0.002 0.004-0.251 0.503-0.073 1.162 0.389 1.439 0.208 0.125 0.451 0.158 0.685 0.095 0.249-0.068 0.458-0.236 0.587-0.472 0.002-0.003 0.004-0.007 0.006-0.010l1.561-2.705c0.319-0.583 0.678-0.828 1.067-0.729 0.39 0.099 0.587 0.489 0.587 1.157v7.812c0 0.551 0.449 1 1 1s1-0.449 1-1v-6.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1c0-2.826-0.455-5.165-1.315-6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-left\" viewBox=\"0 0 20 20\">\n<title>pointer-left</title>\n<path class=\"path1\" d=\"M8 17c0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.364 0.098-0.706 0.269-1h-3.269c-1.103 0-2-0.897-2-2s0.897-2 2-2h7.373l-2.333-1.346c-0.475-0.261-0.813-0.687-0.953-1.199-0.136-0.499-0.064-1.018 0.202-1.462 0.544-0.907 1.774-1.253 2.742-0.77 0.061 0.030 1.368 0.668 5.35 2.66 1.875 0.938 3.216 1.967 3.984 3.059 0.603 0.857 0.634 1.449 0.634 1.559v5c0 0.848-0.245 1.632-0.73 2.331-0.468 0.676-1.152 1.259-2.033 1.734-1.743 0.939-4.246 1.435-7.237 1.435-1.103 0-2-0.897-2-2zM16.763 16.685c1.021-0.549 2.237-1.548 2.237-3.185v-4.99c-0.003-0.039-0.050-0.46-0.525-1.095-0.474-0.633-1.472-1.605-3.54-2.638-4.054-2.027-5.331-2.65-5.343-2.656-0.002-0.001-0.003-0.001-0.004-0.002-0.503-0.251-1.162-0.073-1.439 0.389-0.125 0.208-0.158 0.451-0.095 0.685 0.068 0.249 0.236 0.458 0.472 0.587 0.003 0.002 0.007 0.004 0.010 0.006l2.705 1.561c0.583 0.319 0.828 0.678 0.729 1.067-0.099 0.39-0.489 0.587-1.157 0.587h-7.812c-0.551 0-1 0.449-1 1s0.449 1 1 1h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1c2.826 0 5.165-0.455 6.763-1.315z\"/>\n</symbol>\n</defs>\n</svg>\n\";}', 'yes');
INSERT INTO `nufsty_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(169, 'oxygen_vsb_history_limit', '', 'yes'),
(170, 'oxygen_vsb_preview_dropdown_limit', '', 'yes'),
(171, 'oxygen_vsb_preview_dropdown_exclude_non_public', 'true', 'yes'),
(172, 'oxygen_vsb_enable_selector_detector', '', 'yes'),
(173, 'oxygen_vsb_enable_default_designsets', 'true', 'yes'),
(174, 'oxygen_vsb_enable_3rdp_designsets', '', 'yes'),
(175, 'oxygen_vsb_enable_connection', '', 'yes'),
(176, 'oxygen_vsb_google_maps_api_key', '', 'yes'),
(177, 'oxygen_vsb_show_all_acf_fields', 'true', 'yes'),
(178, 'oxygen_vsb_enable_google_fonts_cache', 'true', 'yes'),
(179, 'oxygen_vsb_enable_ie_layout_improvements', 'true', 'yes'),
(180, 'oxygen_vsb_enable_signature_validation', 'true', 'yes'),
(181, 'oxygen_vsb_enable_signature_frontend_errors', 'false', 'yes'),
(182, 'oxygen_vsb_disable_google_fonts', '', 'yes'),
(183, 'oxygen_vsb_block_category_label', '', 'yes'),
(184, 'oxygen_vsb_full_page_block_category_label', '', 'yes'),
(185, 'oxygen_vsb_access_role_editor', '', 'yes'),
(186, 'oxygen_vsb_access_role_author', '', 'yes'),
(187, 'oxygen_vsb_access_role_contributor', '', 'yes'),
(188, 'oxygen_vsb_access_role_subscriber', '', 'yes'),
(189, 'oxygen_vsb_ignore_post_type_post', '', 'yes'),
(190, 'oxygen_vsb_ignore_post_type_page', '', 'yes'),
(191, 'oxygen_vsb_ignore_post_type_user_request', '', 'yes'),
(192, 'oxygen_vsb_ignore_post_type_wp_block', '', 'yes'),
(195, 'oxygen_license_status', 'valid', 'yes'),
(202, 'wpvivid_email_setting', 'a:3:{s:7:\"send_to\";a:0:{}s:6:\"always\";b:1;s:12:\"email_enable\";b:0;}', 'no'),
(203, 'wpvivid_compress_setting', 'a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}', 'no'),
(204, 'wpvivid_local_setting', 'a:2:{s:4:\"path\";s:14:\"wpvividbackups\";s:10:\"save_local\";i:1;}', 'no'),
(205, 'wpvivid_upload_setting', 'a:1:{s:15:\"remote_selected\";a:0:{}}', 'no'),
(206, 'wpvivid_common_setting', 'a:10:{s:18:\"max_execution_time\";i:180;s:17:\"log_save_location\";s:26:\"wpvividbackups/wpvivid_log\";s:16:\"max_backup_count\";i:30;s:14:\"show_admin_bar\";b:1;s:14:\"domain_include\";b:1;s:15:\"estimate_backup\";b:1;s:16:\"max_resume_count\";i:6;s:12:\"memory_limit\";s:4:\"256M\";s:20:\"restore_memory_limit\";s:4:\"256M\";s:12:\"migrate_size\";s:4:\"2048\";}', 'no'),
(207, 'wpvivid_init', 'init', 'no'),
(208, 'wpvivid_backup_list', 'a:0:{}', 'no'),
(209, 'wpvivid_remote_init', 'init', 'no'),
(211, 'wpvivid_need_review', 'not', 'no'),
(212, 'wpvivid_task_list', 'a:0:{}', 'no'),
(213, 'wf_licensing_wpr', 'a:6:{s:11:\"license_key\";s:26:\"E5ECE478-0ECF620D-66CC285A\";s:5:\"error\";s:0:\"\";s:4:\"name\";s:16:\"WP Reset PRO LTD\";s:10:\"last_check\";i:1612593796;s:11:\"valid_until\";s:10:\"2035-01-01\";s:4:\"meta\";a:3:{s:11:\"white_label\";b:0;s:9:\"wpr_cloud\";b:0;s:24:\"white_label_support_text\";s:0:\"\";}}', 'yes'),
(218, 'wp-reset-snapshots', 'a:6:{s:6:\"irxuti\";a:16:{s:4:\"name\";s:47:\"Before WPvivid Backup Pro v1.9.21 was activated\";s:7:\"plugins\";a:1:{s:26:\"WPvivid Backup Pro v1.9.21\";s:70:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/wpvivid-backup-pro/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"irxuti\";s:9:\"timestamp\";s:19:\"2020-09-23 17:24:01\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:214295;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:237;s:8:\"tbl_size\";i:1616433;s:5:\"local\";b:1;}s:6:\"pfmjzt\";a:16:{s:4:\"name\";s:60:\"Before Head, Footer and Post Injections v3.2.1 was activated\";s:7:\"plugins\";a:1:{s:39:\"Head, Footer and Post Injections v3.2.1\";s:65:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/header-footer/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"pfmjzt\";s:9:\"timestamp\";s:19:\"2020-10-18 04:16:39\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:72164;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:524;s:8:\"tbl_size\";i:3703961;s:5:\"local\";b:1;}s:6:\"wvnksb\";a:16:{s:4:\"name\";s:52:\"Before Akismet AntiSpam v4.1.6 was updated to v4.1.7\";s:7:\"plugins\";a:1:{s:23:\"Akismet AntiSpam v4.1.6\";s:59:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/akismet/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"wvnksb\";s:9:\"timestamp\";s:19:\"2020-11-09 04:46:48\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:74075;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:522;s:8:\"tbl_size\";i:3703961;s:5:\"local\";b:1;}s:6:\"taflwj\";a:15:{s:4:\"name\";s:49:\"Before WordPress was upgraded from 5.5.3 to 5.6.1\";s:7:\"plugins\";a:0:{}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"taflwj\";s:9:\"timestamp\";s:19:\"2021-02-06 06:45:52\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:549;s:8:\"tbl_size\";i:3771273;s:5:\"local\";b:1;}s:6:\"kmintr\";a:16:{s:4:\"name\";s:105:\"Before the following themes were updated: Twenty Nineteen v1.7, Twenty Seventeen v2.4, Twenty Twenty v1.5\";s:7:\"plugins\";a:0:{}s:6:\"themes\";a:3:{s:20:\"Twenty Nineteen v1.7\";s:64:\"/home/thrill16/newgen.stun.tech/wp-content/themes/twentynineteen\";s:21:\"Twenty Seventeen v2.4\";s:65:\"/home/thrill16/newgen.stun.tech/wp-content/themes/twentyseventeen\";s:18:\"Twenty Twenty v1.5\";s:62:\"/home/thrill16/newgen.stun.tech/wp-content/themes/twentytwenty\";}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"kmintr\";s:9:\"timestamp\";s:19:\"2021-02-06 06:47:46\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:2177546;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:550;s:8:\"tbl_size\";i:3772121;s:5:\"local\";b:1;}s:6:\"srewqi\";a:15:{s:4:\"name\";s:52:\"Before Akismet AntiSpam v4.1.7 was updated to v4.1.8\";s:7:\"plugins\";a:1:{s:23:\"Akismet AntiSpam v4.1.7\";s:59:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/akismet/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"srewqi\";s:9:\"timestamp\";s:19:\"2021-02-06 06:48:47\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:74167;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:549;s:8:\"tbl_size\";i:3773297;}}', 'yes'),
(219, 'wp-reset-log', 'a:16:{i:0;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:24:\"Deleting snapshot xhibau\";}i:1;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:37:\"Deleted table xhibau_wpk0_commentmeta\";}i:2;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_comments\";}i:3;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_links\";}i:4;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:33:\"Deleted table xhibau_wpk0_options\";}i:5;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_postmeta\";}i:6;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_posts\";}i:7;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"Deleted table xhibau_wpk0_term_relationships\";}i:8;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:39:\"Deleted table xhibau_wpk0_term_taxonomy\";}i:9;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_termmeta\";}i:10;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_terms\";}i:11;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_usermeta\";}i:12;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_users\";}i:13;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:45:\"Deleted table xhibau_wpk0_wpvivid_scan_result\";}i:14;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:54:\"Deleted table xhibau_wpk0_wpvivid_unused_uploads_files\";}i:15;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:36:\"Deleted snapshot xhibau successfully\";}}', 'yes'),
(1550, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1612637121', 'no'),
(1551, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1612593921', 'no'),
(1552, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1612637121', 'no'),
(1553, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/02/wordpress-5-6-1-maintenance-release/\'>WordPress 5.6.1 Maintenance Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format\'>WPTavern: Gutenberg 9.9 Adds Color Options for Social Icons, Includes Rounded Borders for Images, and Changes the Theme JSON Format</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/newspack-publishes-showcase-with-60-newsrooms-launched?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=newspack-publishes-showcase-with-60-newsrooms-launched\'>WPTavern: Newspack Publishes Showcase with 60 Newsrooms Launched</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project\'>WPTavern: Call for Feedback on Theme Review Action, a New Automated WordPress Theme Testing Project</a></li></ul></div>', 'no'),
(231, '_transient_oxygen_vsb_source_color_lookup_table', 'a:1:{s:0:\"\";s:0:\"\";}', 'yes'),
(241, 'ct_components_classes', 'a:75:{s:9:\"Paragraph\";a:3:{s:3:\"key\";s:9:\"Paragraph\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:9:\"custom-js\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.5\";s:9:\"max-width\";s:3:\"500\";}}s:19:\"hosting-heading-one\";a:4:{s:3:\"key\";s:19:\"hosting-heading-one\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"48\";}}}s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"64\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";}}s:25:\"hosting-contact-3-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-contact-3-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:12:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:13:\"margin-bottom\";s:2:\"20\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:9:\"font-size\";s:2:\"16\";s:5:\"color\";s:8:\"color(3)\";s:14:\"padding-bottom\";s:2:\"20\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(2)\";}}s:22:\"hosting-contact-3-icon\";a:3:{s:3:\"key\";s:22:\"hosting-contact-3-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"28\";s:10:\"icon-color\";s:8:\"color(3)\";s:12:\"margin-right\";s:2:\"12\";}}s:19:\"hosting-heading-two\";a:4:{s:3:\"key\";s:19:\"hosting-heading-two\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"32\";}}}s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"40\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"0\";}}s:29:\"hosting-testimonial-4-wrapper\";a:4:{s:3:\"key\";s:29:\"hosting-testimonial-4-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}}s:8:\"original\";a:19:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:13:\"border-radius\";s:1:\"5\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:11:\"padding-top\";s:2:\"24\";s:12:\"padding-left\";s:2:\"28\";s:13:\"padding-right\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"20\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";s:9:\"max-width\";s:3:\"480\";}}s:26:\"hosting-testimonial-4-text\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-4-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"font-style\";s:6:\"italic\";s:13:\"margin-bottom\";s:2:\"24\";}}s:26:\"hosting-testimonial-5-icon\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-5-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"24\";s:13:\"margin-bottom\";s:1:\"8\";}}s:36:\"hosting-testimonial-4-avatar-wrapper\";a:3:{s:3:\"key\";s:36:\"hosting-testimonial-4-avatar-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:15:\"margin-top-unit\";s:4:\"auto\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}s:27:\"hosting-testimonial-4-image\";a:3:{s:3:\"key\";s:27:\"hosting-testimonial-4-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:5:\"width\";s:2:\"64\";s:18:\"border-radius-unit\";s:1:\"%\";s:13:\"border-radius\";s:3:\"100\";s:12:\"margin-right\";s:2:\"12\";}}s:26:\"hosting-testimonial-4-name\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-4-name\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";}}s:28:\"hosting-testimonial-4-column\";a:3:{s:3:\"key\";s:28:\"hosting-testimonial-4-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:17:\"atomic-subheading\";a:4:{s:3:\"key\";s:17:\"atomic-subheading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"20\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}}s:8:\"original\";a:8:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:9:\"color(15)\";s:9:\"font-size\";s:2:\"24\";s:11:\"line-height\";s:3:\"1.6\";s:11:\"font-weight\";s:3:\"200\";s:14:\"max-width-unit\";s:2:\"px\";s:9:\"max-width\";s:3:\"480\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:22:\"atomic-primary-heading\";a:4:{s:3:\"key\";s:22:\"atomic-primary-heading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"56\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"44\";}}}s:8:\"original\";a:6:{s:5:\"color\";s:9:\"color(15)\";s:9:\"font-size\";s:2:\"64\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.1\";s:10:\"margin-top\";s:1:\"0\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:21:\"atomic-primary-button\";a:5:{s:3:\"key\";s:21:\"atomic-primary-button\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:11:\"padding-top\";s:2:\"16\";s:12:\"padding-left\";s:2:\"36\";s:13:\"padding-right\";s:2:\"36\";s:14:\"padding-bottom\";s:2:\"16\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"16\";}}}s:8:\"original\";a:20:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:16:\"background-color\";s:9:\"color(13)\";s:11:\"padding-top\";s:2:\"20\";s:14:\"padding-bottom\";s:2:\"20\";s:12:\"padding-left\";s:2:\"48\";s:13:\"padding-right\";s:2:\"48\";s:9:\"font-size\";s:2:\"20\";s:5:\"color\";s:9:\"color(12)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:3:\".25\";s:10:\"text-align\";s:6:\"center\";s:19:\"letter-spacing-unit\";s:2:\"em\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:19:\"transition-duration\";s:3:\"0.5\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";s:14:\"text-transform\";s:4:\"none\";s:15:\"text-decoration\";s:4:\"none\";s:10:\"font-style\";s:6:\"normal\";}s:5:\"hover\";a:2:{s:16:\"background-color\";s:9:\"color(14)\";s:5:\"color\";s:9:\"color(12)\";}}s:24:\"atomic-content-19-column\";a:3:{s:3:\"key\";s:24:\"atomic-content-19-column\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:0:{}}s:23:\"atomic-content-19-image\";a:4:{s:3:\"key\";s:23:\"atomic-content-19-image\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:0:{}s:5:\"hover\";a:0:{}}s:26:\"hosting-iconblock-1-column\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-1-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:10:\"flex-start\";}}s:24:\"hosting-iconblock-1-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(4)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:25:\"hosting-iconblock-1-title\";a:3:{s:3:\"key\";s:25:\"hosting-iconblock-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"900\";s:5:\"color\";s:8:\"color(1)\";s:11:\"line-height\";s:3:\"1.1\";s:15:\"margin-top-unit\";s:4:\"auto\";}}s:25:\"hosting-company-2-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-company-2-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:5:\"width\";s:2:\"25\";}}s:22:\"hosting-company-2-icon\";a:3:{s:3:\"key\";s:22:\"hosting-company-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-company-2-title\";a:3:{s:3:\"key\";s:23:\"hosting-company-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:22:\"hosting-company-2-text\";a:3:{s:3:\"key\";s:22:\"hosting-company-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";}}s:21:\"hosting-about-2-image\";a:3:{s:3:\"key\";s:21:\"hosting-about-2-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:13:\"border-radius\";s:1:\"5\";s:13:\"margin-bottom\";s:2:\"40\";}}s:27:\"hosting-dark-outline-button\";a:4:{s:3:\"key\";s:27:\"hosting-dark-outline-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:21:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:8:\"color(4)\";s:9:\"font-size\";s:2:\"16\";s:11:\"button-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"700\";s:13:\"border-radius\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:16:\"background-color\";s:8:\"color(3)\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:24:\"oxy-stock-content-styles\";a:3:{s:3:\"key\";s:24:\"oxy-stock-content-styles\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:20:\"hosting-other-single\";a:3:{s:3:\"key\";s:20:\"hosting-other-single\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:12:\"hosting-logo\";a:4:{s:3:\"key\";s:12:\"hosting-logo\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:0:{}}s:21:\"hosting-simple-button\";a:4:{s:3:\"key\";s:21:\"hosting-simple-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:12:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:12:\"button-style\";s:1:\"1\";s:11:\"button-size\";s:2:\"12\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:17:\"button-text-color\";s:8:\"color(3)\";s:12:\"button-color\";s:11:\"transparent\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:28:\"hosting-white-outline-button\";a:4:{s:3:\"key\";s:28:\"hosting-white-outline-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:20:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"16\";s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:8:\"color(3)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"button-size\";s:2:\"12\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:13:\"border-radius\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:23:\"hosting-footer-1-column\";a:4:{s:3:\"key\";s:23:\"hosting-footer-1-column\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:7:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(2)\";}}}s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:11:\"align-items\";s:6:\"center\";}}s:22:\"hosting-footer-1-image\";a:3:{s:3:\"key\";s:22:\"hosting-footer-1-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(3)\";s:9:\"icon-size\";s:2:\"28\";s:12:\"margin-right\";s:2:\"12\";}}s:21:\"hosting-footer-1-text\";a:3:{s:3:\"key\";s:21:\"hosting-footer-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(2)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";}}s:19:\"hosting-main-button\";a:4:{s:3:\"key\";s:19:\"hosting-main-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:11:{s:12:\"button-style\";s:1:\"1\";s:11:\"button-size\";s:2:\"12\";s:12:\"button-color\";s:8:\"color(4)\";s:17:\"button-text-color\";s:8:\"color(3)\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:11:\"font-weight\";s:3:\"700\";s:13:\"border-radius\";s:1:\"5\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:6:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:2:\"30\";s:17:\"box-shadow-spread\";s:3:\"-20\";s:15:\"box-shadow-blur\";s:2:\"20\";}}s:24:\"hosting-features-2-photo\";a:3:{s:3:\"key\";s:24:\"hosting-features-2-photo\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:13:\"border-radius\";s:1:\"5\";}}s:26:\"hosting-features-1-wrapper\";a:3:{s:3:\"key\";s:26:\"hosting-features-1-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";s:5:\"width\";s:5:\"33.33\";}}s:23:\"hosting-features-1-icon\";a:3:{s:3:\"key\";s:23:\"hosting-features-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(3)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hosting-features-1-title\";a:3:{s:3:\"key\";s:24:\"hosting-features-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:23:\"hosting-features-1-text\";a:3:{s:3:\"key\";s:23:\"hosting-features-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:5:\"color\";s:8:\"color(7)\";}}s:31:\"hosting-product-1-check-wrapper\";a:3:{s:3:\"key\";s:31:\"hosting-product-1-check-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-product-1-check\";a:3:{s:3:\"key\";s:23:\"hosting-product-1-check\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:10:\"icon-color\";s:9:\"color(10)\";s:9:\"icon-size\";s:2:\"16\";s:12:\"margin-right\";s:1:\"8\";s:10:\"margin-top\";s:1:\"4\";}}s:22:\"hosting-product-1-text\";a:3:{s:3:\"key\";s:22:\"hosting-product-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";}}s:25:\"hosting-product-2-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-product-2-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:14:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:13:\"border-radius\";s:1:\"5\";s:11:\"padding-top\";s:2:\"28\";s:12:\"padding-left\";s:2:\"28\";s:13:\"padding-right\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"28\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";}}s:22:\"hosting-product-2-icon\";a:3:{s:3:\"key\";s:22:\"hosting-product-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-product-2-title\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:22:\"hosting-product-2-text\";a:3:{s:3:\"key\";s:22:\"hosting-product-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"12\";s:11:\"margin-left\";s:2:\"12\";}}s:24:\"hosting-product-2-bullet\";a:3:{s:3:\"key\";s:24:\"hosting-product-2-bullet\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:5:\"color\";s:9:\"color(11)\";s:11:\"margin-left\";s:3:\"-12\";}}s:23:\"hosting-product-2-digit\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-digit\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"48\";s:5:\"color\";s:8:\"color(1)\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:10:\"margin-top\";s:1:\"4\";}}s:23:\"hosting-product-2-label\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-label\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"20\";}}s:33:\"hosting-providers-1-image-wrapper\";a:3:{s:3:\"key\";s:33:\"hosting-providers-1-image-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";}}s:26:\"hosting-providers-1-images\";a:3:{s:3:\"key\";s:26:\"hosting-providers-1-images\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:32:\"hosting-providers-1-text-wrapper\";a:3:{s:3:\"key\";s:32:\"hosting-providers-1-text-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}s:25:\"hosting-providers-1-title\";a:3:{s:3:\"key\";s:25:\"hosting-providers-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:10:\"width-unit\";s:1:\"%\";s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hosting-providers-2-text\";a:3:{s:3:\"key\";s:24:\"hosting-providers-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";}}s:23:\"hosting-contact-3-title\";a:3:{s:3:\"key\";s:23:\"hosting-contact-3-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:22:\"hosting-contact-3-text\";a:3:{s:3:\"key\";s:22:\"hosting-contact-3-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:1:\"4\";}}s:26:\"hosting-contact-3-textlink\";a:4:{s:3:\"key\";s:26:\"hosting-contact-3-textlink\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(4)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:15:\"text-decoration\";s:4:\"none\";}s:5:\"hover\";a:1:{s:15:\"text-decoration\";s:9:\"underline\";}}s:11:\"toggle-4605\";a:3:{s:3:\"key\";s:11:\"toggle-4605\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:17:\"toggle_icon_color\";s:8:\"color(4)\";s:16:\"toggle_icon_size\";s:2:\"12\";s:11:\"margin-left\";s:3:\"-16\";s:13:\"margin-bottom\";s:1:\"8\";s:5:\"color\";s:8:\"color(4)\";}}s:20:\"toggle-4605-expanded\";a:3:{s:3:\"key\";s:20:\"toggle-4605-expanded\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:25:\"hosting-accordion-1-title\";a:4:{s:3:\"key\";s:25:\"hosting-accordion-1-title\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:14:\"flex-direction\";s:5:\"unset\";}}}s:8:\"original\";a:11:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.6\";s:19:\"border-bottom-style\";s:6:\"dashed\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(4)\";s:14:\"flex-direction\";s:5:\"unset\";s:7:\"display\";s:11:\"inline-flex\";s:10:\"text-align\";s:4:\"left\";}}s:24:\"hosting-accordion-1-text\";a:3:{s:3:\"key\";s:24:\"hosting-accordion-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";s:13:\"margin-bottom\";s:2:\"16\";}}s:20:\"hosting-hero-1-image\";a:4:{s:3:\"key\";s:20:\"hosting-hero-1-image\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:5:\"33.33\";}}}s:8:\"original\";a:3:{s:5:\"width\";s:2:\"16\";s:7:\"opacity\";s:3:\"0.5\";s:10:\"width-unit\";s:1:\"%\";}}s:23:\"hosting-price-1-wrapper\";a:3:{s:3:\"key\";s:23:\"hosting-price-1-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:21:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:13:\"border-radius\";s:1:\"5\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";s:16:\"border-top-color\";s:8:\"color(8)\";s:16:\"border-top-width\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:11:\"padding-top\";s:2:\"30\";s:12:\"padding-left\";s:2:\"30\";s:13:\"padding-right\";s:2:\"30\";s:14:\"padding-bottom\";s:2:\"30\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:7:\"stretch\";s:10:\"text-align\";s:4:\"left\";}}s:22:\"hosting-pricing-1-icon\";a:3:{s:3:\"key\";s:22:\"hosting-pricing-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(4)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-pricing-1-title\";a:3:{s:3:\"key\";s:23:\"hosting-pricing-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:22:\"hosting-pricing-1-text\";a:3:{s:3:\"key\";s:22:\"hosting-pricing-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"12\";s:9:\"max-width\";s:3:\"360\";}}s:23:\"hosting-pricing-1-month\";a:3:{s:3:\"key\";s:23:\"hosting-pricing-1-month\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"24\";}}s:22:\"hosting-slider-1-slide\";a:3:{s:3:\"key\";s:22:\"hosting-slider-1-slide\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:16:\"background-color\";s:8:\"color(3)\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:16:\"box-shadow-inset\";s:5:\"false\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:13:\"border-radius\";s:1:\"5\";}}s:22:\"hosting-slider-1-image\";a:3:{s:3:\"key\";s:22:\"hosting-slider-1-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:9:\"transform\";a:1:{i:0;a:1:{s:14:\"transform-type\";s:6:\"rotate\";}}}}s:21:\"hosting-slider-1-text\";a:3:{s:3:\"key\";s:21:\"hosting-slider-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"24\";s:10:\"font-style\";s:6:\"italic\";}}s:26:\"hosting-iconblock-2-column\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-2-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:24:\"hosting-iconblock-3-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-3-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:13:\"margin-bottom\";s:2:\"12\";s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(3)\";}}s:25:\"hosting-iconblock-2-title\";a:3:{s:3:\"key\";s:25:\"hosting-iconblock-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.2\";s:13:\"margin-bottom\";s:1:\"4\";}}s:24:\"hosting-iconblock-2-text\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:9:\"max-width\";s:3:\"360\";}}}', 'yes'),
(233, 'ct_style_sheets', 'a:1:{i:0;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:7:\"hosting\";s:6:\"status\";i:1;s:6:\"folder\";i:1;}}', 'yes'),
(234, 'ct_global_settings', 'a:11:{s:5:\"fonts\";a:2:{s:4:\"Text\";s:9:\"Maven Pro\";s:7:\"Display\";s:7:\"Raleway\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:15:\"indicateParents\";s:4:\"true\";s:21:\"classSuggestionsLimit\";s:1:\"5\";s:8:\"headings\";a:6:{s:2:\"H1\";a:4:{s:9:\"font-size\";s:2:\"36\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#404040\";}s:2:\"H2\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H3\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H4\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H5\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H6\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:9:\"body_text\";a:5:{s:9:\"font-size\";s:2:\"16\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:5:\"color\";s:7:\"#404040\";}s:5:\"links\";a:4:{s:3:\"all\";a:5:{s:5:\"color\";s:8:\"color(4)\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:4:\"none\";s:11:\"hover_color\";s:8:\"color(1)\";s:21:\"hover_text-decoration\";s:4:\"none\";}s:9:\"text_link\";a:5:{s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:21:\"hover_text-decoration\";s:0:\"\";}s:12:\"link_wrapper\";a:0:{}s:6:\"button\";a:0:{}}s:8:\"sections\";a:8:{s:21:\"container-padding-top\";s:2:\"75\";s:26:\"container-padding-top-unit\";s:2:\"px\";s:24:\"container-padding-bottom\";s:2:\"75\";s:29:\"container-padding-bottom-unit\";s:2:\"px\";s:22:\"container-padding-left\";s:2:\"20\";s:27:\"container-padding-left-unit\";s:2:\"px\";s:23:\"container-padding-right\";s:2:\"20\";s:28:\"container-padding-right-unit\";s:2:\"px\";}s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:9:\"max-width\";s:4:\"1120\";s:11:\"breakpoints\";a:3:{s:6:\"tablet\";s:3:\"992\";s:15:\"phone-landscape\";s:3:\"768\";s:14:\"phone-portrait\";s:3:\"480\";}}', 'yes'),
(235, 'ct_style_sets', 'a:1:{s:30:\"Uncategorized Custom Selectors\";a:1:{s:3:\"key\";s:30:\"Uncategorized Custom Selectors\";}}', 'yes'),
(236, 'ct_custom_selectors', 'a:0:{}', 'yes'),
(239, 'oxygen_private_key', '$;Bl@NL/>8,J%X4t0~.Koi?ZQh4|dxD_', 'yes'),
(240, 'oxygen_vsb_css_files_state', 'a:11:{i:9;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:67:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/default-post-9.css\";s:4:\"path\";s:80:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/default-post-9.css\";s:14:\"last_save_time\";i:1600914272;}i:10;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:63:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/archive-10.css\";s:4:\"path\";s:76:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/archive-10.css\";s:14:\"last_save_time\";i:1600914272;}i:11;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/other-single-11.css\";s:4:\"path\";s:81:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/other-single-11.css\";s:14:\"last_save_time\";i:1600914272;}i:12;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/default-page-12.css\";s:4:\"path\";s:81:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/default-page-12.css\";s:14:\"last_save_time\";i:1600914272;}i:13;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:60:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/main-13.css\";s:4:\"path\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/main-13.css\";s:14:\"last_save_time\";i:1604905028;}i:14;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/about-14.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/about-14.css\";s:14:\"last_save_time\";i:1600914274;}i:15;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:64:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/features-15.css\";s:4:\"path\";s:77:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/features-15.css\";s:14:\"last_save_time\";i:1600914274;}i:16;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:64:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/products-16.css\";s:4:\"path\";s:77:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/products-16.css\";s:14:\"last_save_time\";i:1600914274;}i:17;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/login-17.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/login-17.css\";s:14:\"last_save_time\";i:1600914274;}i:19;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:63:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/contact-19.css\";s:4:\"path\";s:76:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/contact-19.css\";s:14:\"last_save_time\";i:1600914274;}i:21;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:60:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/home-21.css\";s:4:\"path\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/home-21.css\";s:14:\"last_save_time\";i:1604910335;}}', 'yes'),
(485, 'category_children', 'a:0:{}', 'yes'),
(242, 'ct_style_folders', 'a:2:{s:7:\"hosting\";a:2:{s:3:\"key\";s:7:\"hosting\";s:6:\"status\";i:1;}s:6:\"atomic\";a:2:{s:3:\"key\";s:6:\"atomic\";s:6:\"status\";i:1;}}', 'yes'),
(243, 'ct_last_installed_default_data', 'hosting', 'yes'),
(251, 'oxygen_vsb_easy_posts_templates', 'a:0:{}', 'yes'),
(252, 'oxygen_vsb_comments_list_templates', 'a:0:{}', 'yes'),
(253, 'oxygen_vsb_latest_typekit_fonts', 'a:0:{}', 'yes'),
(254, 'oxygen_breakpoints_cache_update_required', '1', 'yes');
INSERT INTO `nufsty_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(255, 'oxygen_vsb_google_fonts_cache', 'a:1003:{i:0;a:2:{s:6:\"family\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:1;a:2:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:2;a:2:{s:6:\"family\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:3;a:2:{s:6:\"family\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:4;a:2:{s:6:\"family\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:5;a:2:{s:6:\"family\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:6;a:2:{s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:7;a:2:{s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:8;a:2:{s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:9;a:2:{s:6:\"family\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:10;a:2:{s:6:\"family\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:11;a:2:{s:6:\"family\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:12;a:2:{s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:13;a:2:{s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:14;a:2:{s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:15;a:2:{s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:16;a:2:{s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:17;a:2:{s:6:\"family\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}}i:18;a:2:{s:6:\"family\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:19;a:2:{s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:20;a:2:{s:6:\"family\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:21;a:2:{s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:22;a:2:{s:6:\"family\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:23;a:2:{s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:24;a:2:{s:6:\"family\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}}i:25;a:2:{s:6:\"family\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:26;a:2:{s:6:\"family\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:27;a:2:{s:6:\"family\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:28;a:2:{s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:29;a:2:{s:6:\"family\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}}i:30;a:2:{s:6:\"family\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:31;a:2:{s:6:\"family\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:32;a:2:{s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:33;a:2:{s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:34;a:2:{s:6:\"family\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:35;a:2:{s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:36;a:2:{s:6:\"family\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:37;a:2:{s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:38;a:2:{s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:39;a:2:{s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:40;a:2:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:41;a:2:{s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:42;a:2:{s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:43;a:2:{s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:44;a:2:{s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:45;a:2:{s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:46;a:2:{s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:47;a:2:{s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:48;a:2:{s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:49;a:2:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:50;a:2:{s:6:\"family\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:51;a:2:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:52;a:2:{s:6:\"family\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:53;a:2:{s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:54;a:2:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:55;a:2:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:56;a:2:{s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:57;a:2:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:58;a:2:{s:6:\"family\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:59;a:2:{s:6:\"family\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:60;a:2:{s:6:\"family\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:61;a:2:{s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:62;a:2:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:63;a:2:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:64;a:2:{s:6:\"family\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:65;a:2:{s:6:\"family\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:66;a:2:{s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:67;a:2:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:68;a:2:{s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}}i:69;a:2:{s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:70;a:2:{s:6:\"family\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:71;a:2:{s:6:\"family\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:72;a:2:{s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:73;a:2:{s:6:\"family\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:74;a:2:{s:6:\"family\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:75;a:2:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:76;a:2:{s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:77;a:2:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:78;a:2:{s:6:\"family\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:79;a:2:{s:6:\"family\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:80;a:2:{s:6:\"family\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:81;a:2:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:82;a:2:{s:6:\"family\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:83;a:2:{s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:84;a:2:{s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}}i:85;a:2:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:86;a:2:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:87;a:2:{s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:88;a:2:{s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:89;a:2:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:90;a:2:{s:6:\"family\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:91;a:2:{s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:92;a:2:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:93;a:2:{s:6:\"family\";s:9:\"Assistant\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:94;a:2:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:95;a:2:{s:6:\"family\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:96;a:2:{s:6:\"family\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:97;a:2:{s:6:\"family\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:98;a:2:{s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:99;a:2:{s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:100;a:2:{s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:101;a:2:{s:6:\"family\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:102;a:2:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:103;a:2:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:104;a:2:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:105;a:2:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:106;a:2:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:107;a:2:{s:6:\"family\";s:6:\"Caveat\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:108;a:2:{s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:109;a:2:{s:6:\"family\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:110;a:2:{s:6:\"family\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:111;a:2:{s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:112;a:2:{s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:113;a:2:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:114;a:2:{s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:115;a:2:{s:6:\"family\";s:7:\"Archivo\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:116;a:2:{s:6:\"family\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:117;a:2:{s:6:\"family\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:118;a:2:{s:6:\"family\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:119;a:2:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:120;a:2:{s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:121;a:2:{s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:122;a:2:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:123;a:2:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:124;a:2:{s:6:\"family\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:125;a:2:{s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:126;a:2:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:127;a:2:{s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:128;a:2:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:129;a:2:{s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:130;a:2:{s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:131;a:2:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:132;a:2:{s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:133;a:2:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:134;a:2:{s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:135;a:2:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:136;a:2:{s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:137;a:2:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:138;a:2:{s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:139;a:2:{s:6:\"family\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:140;a:2:{s:6:\"family\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:141;a:2:{s:6:\"family\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:142;a:2:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:143;a:2:{s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:144;a:2:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:145;a:2:{s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:146;a:2:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:147;a:2:{s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:148;a:2:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:149;a:2:{s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:150;a:2:{s:6:\"family\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:151;a:2:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:152;a:2:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:153;a:2:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:154;a:2:{s:6:\"family\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:155;a:2:{s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:156;a:2:{s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:157;a:2:{s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:158;a:2:{s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:159;a:2:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:160;a:2:{s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:161;a:2:{s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:162;a:2:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:163;a:2:{s:6:\"family\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:164;a:2:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:165;a:2:{s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:166;a:2:{s:6:\"family\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:167;a:2:{s:6:\"family\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:168;a:2:{s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:169;a:2:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:170;a:2:{s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:171;a:2:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:172;a:2:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:173;a:2:{s:6:\"family\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:174;a:2:{s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:175;a:2:{s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:176;a:2:{s:6:\"family\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"800\";}}i:177;a:2:{s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:178;a:2:{s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:179;a:2:{s:6:\"family\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:180;a:2:{s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:181;a:2:{s:6:\"family\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:182;a:2:{s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:183;a:2:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:184;a:2:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:185;a:2:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:186;a:2:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:187;a:2:{s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:188;a:2:{s:6:\"family\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:189;a:2:{s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:190;a:2:{s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:191;a:2:{s:6:\"family\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:192;a:2:{s:6:\"family\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:193;a:2:{s:6:\"family\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:194;a:2:{s:6:\"family\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:195;a:2:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:196;a:2:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:197;a:2:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:198;a:2:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:199;a:2:{s:6:\"family\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:200;a:2:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:201;a:2:{s:6:\"family\";s:5:\"Saira\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:202;a:2:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:203;a:2:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:204;a:2:{s:6:\"family\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:205;a:2:{s:6:\"family\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:206;a:2:{s:6:\"family\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:207;a:2:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:208;a:2:{s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:209;a:2:{s:6:\"family\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:210;a:2:{s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:211;a:2:{s:6:\"family\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:212;a:2:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:213;a:2:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:214;a:2:{s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:215;a:2:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:216;a:2:{s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:217;a:2:{s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:218;a:2:{s:6:\"family\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:219;a:2:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:220;a:2:{s:6:\"family\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:221;a:2:{s:6:\"family\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:222;a:2:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:223;a:2:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:224;a:2:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:225;a:2:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:226;a:2:{s:6:\"family\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:227;a:2:{s:6:\"family\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:228;a:2:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:229;a:2:{s:6:\"family\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:230;a:2:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:231;a:2:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:232;a:2:{s:6:\"family\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:233;a:2:{s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:234;a:2:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:235;a:2:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:236;a:2:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:237;a:2:{s:6:\"family\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:238;a:2:{s:6:\"family\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:239;a:2:{s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:240;a:2:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:241;a:2:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:242;a:2:{s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:243;a:2:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:244;a:2:{s:6:\"family\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:245;a:2:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:246;a:2:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:247;a:2:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:248;a:2:{s:6:\"family\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:249;a:2:{s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:250;a:2:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:251;a:2:{s:6:\"family\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:252;a:2:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:253;a:2:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:254;a:2:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:255;a:2:{s:6:\"family\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:256;a:2:{s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:257;a:2:{s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:258;a:2:{s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"900\";}}i:259;a:2:{s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:260;a:2:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:261;a:2:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:262;a:2:{s:6:\"family\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:263;a:2:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:264;a:2:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:265;a:2:{s:6:\"family\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:266;a:2:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:267;a:2:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:268;a:2:{s:6:\"family\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:269;a:2:{s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:270;a:2:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:271;a:2:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:272;a:2:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:273;a:2:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:274;a:2:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:275;a:2:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:276;a:2:{s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:277;a:2:{s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:278;a:2:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:279;a:2:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:280;a:2:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:281;a:2:{s:6:\"family\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:282;a:2:{s:6:\"family\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:283;a:2:{s:6:\"family\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:284;a:2:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:285;a:2:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:286;a:2:{s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:287;a:2:{s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:288;a:2:{s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:289;a:2:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:290;a:2:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:291;a:2:{s:6:\"family\";s:15:\"Red Hat Display\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:292;a:2:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:293;a:2:{s:6:\"family\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:294;a:2:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:295;a:2:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:296;a:2:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:297;a:2:{s:6:\"family\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:298;a:2:{s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:299;a:2:{s:6:\"family\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:300;a:2:{s:6:\"family\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:301;a:2:{s:6:\"family\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:302;a:2:{s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:303;a:2:{s:6:\"family\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:304;a:2:{s:6:\"family\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:305;a:2:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:306;a:2:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:307;a:2:{s:6:\"family\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:308;a:2:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:309;a:2:{s:6:\"family\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:310;a:2:{s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:311;a:2:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:312;a:2:{s:6:\"family\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:313;a:2:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:314;a:2:{s:6:\"family\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:315;a:2:{s:6:\"family\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:316;a:2:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:317;a:2:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:318;a:2:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:319;a:2:{s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:320;a:2:{s:6:\"family\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:321;a:2:{s:6:\"family\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:322;a:2:{s:6:\"family\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:323;a:2:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:324;a:2:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:325;a:2:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:326;a:2:{s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:327;a:2:{s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:328;a:2:{s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:329;a:2:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:330;a:2:{s:6:\"family\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:331;a:2:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:332;a:2:{s:6:\"family\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:333;a:2:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:334;a:2:{s:6:\"family\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:335;a:2:{s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:336;a:2:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:337;a:2:{s:6:\"family\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:338;a:2:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:339;a:2:{s:6:\"family\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:340;a:2:{s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:341;a:2:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:342;a:2:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:343;a:2:{s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:344;a:2:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:345;a:2:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:346;a:2:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:347;a:2:{s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:348;a:2:{s:6:\"family\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:349;a:2:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:350;a:2:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:351;a:2:{s:6:\"family\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:352;a:2:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:353;a:2:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:354;a:2:{s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:355;a:2:{s:6:\"family\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}}i:356;a:2:{s:6:\"family\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:357;a:2:{s:6:\"family\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:358;a:2:{s:6:\"family\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:359;a:2:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:360;a:2:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:361;a:2:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:362;a:2:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:363;a:2:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:364;a:2:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:365;a:2:{s:6:\"family\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:366;a:2:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:367;a:2:{s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:368;a:2:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:369;a:2:{s:6:\"family\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:370;a:2:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:371;a:2:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:372;a:2:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:373;a:2:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:374;a:2:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:375;a:2:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:376;a:2:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:377;a:2:{s:6:\"family\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:378;a:2:{s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:379;a:2:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:380;a:2:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:381;a:2:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:382;a:2:{s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:383;a:2:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:384;a:2:{s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:385;a:2:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:386;a:2:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:387;a:2:{s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:388;a:2:{s:6:\"family\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:389;a:2:{s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:390;a:2:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:391;a:2:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:392;a:2:{s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:393;a:2:{s:6:\"family\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:394;a:2:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:395;a:2:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:396;a:2:{s:6:\"family\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:397;a:2:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:398;a:2:{s:6:\"family\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:399;a:2:{s:6:\"family\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:400;a:2:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:401;a:2:{s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:402;a:2:{s:6:\"family\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:403;a:2:{s:6:\"family\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:404;a:2:{s:6:\"family\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:405;a:2:{s:6:\"family\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:406;a:2:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:407;a:2:{s:6:\"family\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:408;a:2:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:409;a:2:{s:6:\"family\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:410;a:2:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:411;a:2:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:412;a:2:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:413;a:2:{s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:414;a:2:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:415;a:2:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:416;a:2:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:417;a:2:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:418;a:2:{s:6:\"family\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:419;a:2:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:420;a:2:{s:6:\"family\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:421;a:2:{s:6:\"family\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:422;a:2:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:423;a:2:{s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:424;a:2:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:425;a:2:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:426;a:2:{s:6:\"family\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:427;a:2:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:428;a:2:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:429;a:2:{s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:430;a:2:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:431;a:2:{s:6:\"family\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:432;a:2:{s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:433;a:2:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:434;a:2:{s:6:\"family\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:435;a:2:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:436;a:2:{s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:437;a:2:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:438;a:2:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:439;a:2:{s:6:\"family\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:440;a:2:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:441;a:2:{s:6:\"family\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:442;a:2:{s:6:\"family\";s:12:\"Red Hat Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:443;a:2:{s:6:\"family\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:444;a:2:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:445;a:2:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:446;a:2:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:447;a:2:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:448;a:2:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:449;a:2:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:450;a:2:{s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:451;a:2:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:452;a:2:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:453;a:2:{s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:454;a:2:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:455;a:2:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:456;a:2:{s:6:\"family\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:457;a:2:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:458;a:2:{s:6:\"family\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}}i:459;a:2:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:460;a:2:{s:6:\"family\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:461;a:2:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:462;a:2:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:463;a:2:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:464;a:2:{s:6:\"family\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:465;a:2:{s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}}i:466;a:2:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:467;a:2:{s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:468;a:2:{s:6:\"family\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:469;a:2:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:470;a:2:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:471;a:2:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:472;a:2:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:473;a:2:{s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:474;a:2:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:475;a:2:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:476;a:2:{s:6:\"family\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:477;a:2:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:478;a:2:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:479;a:2:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:480;a:2:{s:6:\"family\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:481;a:2:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:482;a:2:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:483;a:2:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:484;a:2:{s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:485;a:2:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:486;a:2:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:487;a:2:{s:6:\"family\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:488;a:2:{s:6:\"family\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:489;a:2:{s:6:\"family\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:490;a:2:{s:6:\"family\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:491;a:2:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:492;a:2:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:493;a:2:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:494;a:2:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:495;a:2:{s:6:\"family\";s:8:\"Red Rose\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:496;a:2:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:497;a:2:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:498;a:2:{s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:499;a:2:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:500;a:2:{s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:501;a:2:{s:6:\"family\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:502;a:2:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:503;a:2:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:504;a:2:{s:6:\"family\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:505;a:2:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:506;a:2:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:507;a:2:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:508;a:2:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:509;a:2:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:510;a:2:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:511;a:2:{s:6:\"family\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:512;a:2:{s:6:\"family\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:513;a:2:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:514;a:2:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:515;a:2:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:516;a:2:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:517;a:2:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:518;a:2:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:519;a:2:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:520;a:2:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:521;a:2:{s:6:\"family\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:522;a:2:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:523;a:2:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:524;a:2:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:525;a:2:{s:6:\"family\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:526;a:2:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:527;a:2:{s:6:\"family\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:528;a:2:{s:6:\"family\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:529;a:2:{s:6:\"family\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:530;a:2:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:531;a:2:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:532;a:2:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:533;a:2:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:534;a:2:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:535;a:2:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:536;a:2:{s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:537;a:2:{s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:538;a:2:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:539;a:2:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:540;a:2:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:541;a:2:{s:6:\"family\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:542;a:2:{s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:543;a:2:{s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:544;a:2:{s:6:\"family\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:545;a:2:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:546;a:2:{s:6:\"family\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:547;a:2:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:548;a:2:{s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:549;a:2:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:550;a:2:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:551;a:2:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:552;a:2:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:553;a:2:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:554;a:2:{s:6:\"family\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:555;a:2:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:556;a:2:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:557;a:2:{s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:558;a:2:{s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:559;a:2:{s:6:\"family\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:560;a:2:{s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:561;a:2:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:562;a:2:{s:6:\"family\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";}}i:563;a:2:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:564;a:2:{s:6:\"family\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:565;a:2:{s:6:\"family\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:566;a:2:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:567;a:2:{s:6:\"family\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:568;a:2:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:569;a:2:{s:6:\"family\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:570;a:2:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:571;a:2:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:572;a:2:{s:6:\"family\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:573;a:2:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:574;a:2:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:575;a:2:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:576;a:2:{s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:577;a:2:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:578;a:2:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:579;a:2:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:580;a:2:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:581;a:2:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:582;a:2:{s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:583;a:2:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:584;a:2:{s:6:\"family\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:585;a:2:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:586;a:2:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:587;a:2:{s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:588;a:2:{s:6:\"family\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:589;a:2:{s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:590;a:2:{s:6:\"family\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:591;a:2:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:592;a:2:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:593;a:2:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:594;a:2:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:595;a:2:{s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:596;a:2:{s:6:\"family\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:597;a:2:{s:6:\"family\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:598;a:2:{s:6:\"family\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:599;a:2:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:600;a:2:{s:6:\"family\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:601;a:2:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:602;a:2:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:603;a:2:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:604;a:2:{s:6:\"family\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:605;a:2:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:606;a:2:{s:6:\"family\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:607;a:2:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:608;a:2:{s:6:\"family\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:609;a:2:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:610;a:2:{s:6:\"family\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:611;a:2:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:612;a:2:{s:6:\"family\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:613;a:2:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:614;a:2:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:615;a:2:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:616;a:2:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:617;a:2:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:618;a:2:{s:6:\"family\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:619;a:2:{s:6:\"family\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:620;a:2:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:621;a:2:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:622;a:2:{s:6:\"family\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:623;a:2:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:624;a:2:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:625;a:2:{s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:626;a:2:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:627;a:2:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:628;a:2:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:629;a:2:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:630;a:2:{s:6:\"family\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:631;a:2:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:632;a:2:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:633;a:2:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:634;a:2:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:635;a:2:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:636;a:2:{s:6:\"family\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:637;a:2:{s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:638;a:2:{s:6:\"family\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:639;a:2:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:640;a:2:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:641;a:2:{s:6:\"family\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:642;a:2:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:643;a:2:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:644;a:2:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:645;a:2:{s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:646;a:2:{s:6:\"family\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:647;a:2:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:648;a:2:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:649;a:2:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:650;a:2:{s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:651;a:2:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:652;a:2:{s:6:\"family\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:653;a:2:{s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:654;a:2:{s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:655;a:2:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:656;a:2:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:657;a:2:{s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:658;a:2:{s:6:\"family\";s:10:\"Be Vietnam\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:659;a:2:{s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:660;a:2:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:661;a:2:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:662;a:2:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:663;a:2:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:664;a:2:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:665;a:2:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:666;a:2:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:667;a:2:{s:6:\"family\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:668;a:2:{s:6:\"family\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:669;a:2:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:670;a:2:{s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:671;a:2:{s:6:\"family\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:672;a:2:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:673;a:2:{s:6:\"family\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:674;a:2:{s:6:\"family\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:675;a:2:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:676;a:2:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:677;a:2:{s:6:\"family\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:678;a:2:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:679;a:2:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:680;a:2:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:681;a:2:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:682;a:2:{s:6:\"family\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:683;a:2:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:684;a:2:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:685;a:2:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:686;a:2:{s:6:\"family\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:687;a:2:{s:6:\"family\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:688;a:2:{s:6:\"family\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:689;a:2:{s:6:\"family\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:690;a:2:{s:6:\"family\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:691;a:2:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:692;a:2:{s:6:\"family\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:693;a:2:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:694;a:2:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:695;a:2:{s:6:\"family\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:696;a:2:{s:6:\"family\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:697;a:2:{s:6:\"family\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:698;a:2:{s:6:\"family\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:699;a:2:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:700;a:2:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:701;a:2:{s:6:\"family\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:702;a:2:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:703;a:2:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:704;a:2:{s:6:\"family\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:705;a:2:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:706;a:2:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:707;a:2:{s:6:\"family\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:708;a:2:{s:6:\"family\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:709;a:2:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:710;a:2:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:711;a:2:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:712;a:2:{s:6:\"family\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:713;a:2:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:714;a:2:{s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:715;a:2:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:716;a:2:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:717;a:2:{s:6:\"family\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:718;a:2:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:719;a:2:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:720;a:2:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:721;a:2:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:722;a:2:{s:6:\"family\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:723;a:2:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:724;a:2:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:725;a:2:{s:6:\"family\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:726;a:2:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:727;a:2:{s:6:\"family\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:728;a:2:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:729;a:2:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:730;a:2:{s:6:\"family\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:731;a:2:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:732;a:2:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:733;a:2:{s:6:\"family\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:734;a:2:{s:6:\"family\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:735;a:2:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:736;a:2:{s:6:\"family\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:737;a:2:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:738;a:2:{s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:739;a:2:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:740;a:2:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:741;a:2:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:742;a:2:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:743;a:2:{s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:744;a:2:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:745;a:2:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:746;a:2:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:747;a:2:{s:6:\"family\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:748;a:2:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:749;a:2:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:750;a:2:{s:6:\"family\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:751;a:2:{s:6:\"family\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:752;a:2:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:753;a:2:{s:6:\"family\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:754;a:2:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:755;a:2:{s:6:\"family\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:756;a:2:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:757;a:2:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:758;a:2:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:759;a:2:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:760;a:2:{s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:761;a:2:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:762;a:2:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:763;a:2:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:764;a:2:{s:6:\"family\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:765;a:2:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:766;a:2:{s:6:\"family\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:767;a:2:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:768;a:2:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:769;a:2:{s:6:\"family\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:770;a:2:{s:6:\"family\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:771;a:2:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:772;a:2:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:773;a:2:{s:6:\"family\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:774;a:2:{s:6:\"family\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:775;a:2:{s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:776;a:2:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:777;a:2:{s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}}i:778;a:2:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:779;a:2:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:780;a:2:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:781;a:2:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:782;a:2:{s:6:\"family\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:783;a:2:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:784;a:2:{s:6:\"family\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:785;a:2:{s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:786;a:2:{s:6:\"family\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:787;a:2:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}}i:788;a:2:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:789;a:2:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:790;a:2:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:791;a:2:{s:6:\"family\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:792;a:2:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}}i:793;a:2:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:794;a:2:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:795;a:2:{s:6:\"family\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:796;a:2:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:797;a:2:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:798;a:2:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:799;a:2:{s:6:\"family\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:800;a:2:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:801;a:2:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:802;a:2:{s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:803;a:2:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:804;a:2:{s:6:\"family\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:805;a:2:{s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:806;a:2:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:807;a:2:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:808;a:2:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:809;a:2:{s:6:\"family\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:810;a:2:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:811;a:2:{s:6:\"family\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:812;a:2:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:813;a:2:{s:6:\"family\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:814;a:2:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:815;a:2:{s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:816;a:2:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:817;a:2:{s:6:\"family\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:818;a:2:{s:6:\"family\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:819;a:2:{s:6:\"family\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:820;a:2:{s:6:\"family\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:821;a:2:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:822;a:2:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:823;a:2:{s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:824;a:2:{s:6:\"family\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:825;a:2:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:826;a:2:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:827;a:2:{s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:828;a:2:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:829;a:2:{s:6:\"family\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:830;a:2:{s:6:\"family\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:831;a:2:{s:6:\"family\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:832;a:2:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:833;a:2:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:834;a:2:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:835;a:2:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:836;a:2:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:837;a:2:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:838;a:2:{s:6:\"family\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:839;a:2:{s:6:\"family\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:840;a:2:{s:6:\"family\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:841;a:2:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:842;a:2:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}}i:843;a:2:{s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:844;a:2:{s:6:\"family\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:845;a:2:{s:6:\"family\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:846;a:2:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:847;a:2:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:848;a:2:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:849;a:2:{s:6:\"family\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:850;a:2:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:851;a:2:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:852;a:2:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:853;a:2:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:854;a:2:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:855;a:2:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:856;a:2:{s:6:\"family\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:857;a:2:{s:6:\"family\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:858;a:2:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:859;a:2:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:860;a:2:{s:6:\"family\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:861;a:2:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:862;a:2:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:863;a:2:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:864;a:2:{s:6:\"family\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:865;a:2:{s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:866;a:2:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:867;a:2:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:868;a:2:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:869;a:2:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:870;a:2:{s:6:\"family\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:871;a:2:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:872;a:2:{s:6:\"family\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:873;a:2:{s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:874;a:2:{s:6:\"family\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:875;a:2:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:876;a:2:{s:6:\"family\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:877;a:2:{s:6:\"family\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";}}i:878;a:2:{s:6:\"family\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:879;a:2:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:880;a:2:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:881;a:2:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:882;a:2:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:883;a:2:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:884;a:2:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:885;a:2:{s:6:\"family\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:886;a:2:{s:6:\"family\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:887;a:2:{s:6:\"family\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:888;a:2:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:889;a:2:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:890;a:2:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:891;a:2:{s:6:\"family\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:892;a:2:{s:6:\"family\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:893;a:2:{s:6:\"family\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:894;a:2:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:895;a:2:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:896;a:2:{s:6:\"family\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:897;a:2:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:898;a:2:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:899;a:2:{s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:900;a:2:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:901;a:2:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:902;a:2:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:903;a:2:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:904;a:2:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:905;a:2:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:906;a:2:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:907;a:2:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:908;a:2:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:909;a:2:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:910;a:2:{s:6:\"family\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:911;a:2:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:912;a:2:{s:6:\"family\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:913;a:2:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:914;a:2:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:915;a:2:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:916;a:2:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:917;a:2:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:918;a:2:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:919;a:2:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:920;a:2:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:921;a:2:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:922;a:2:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:923;a:2:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:924;a:2:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:925;a:2:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:926;a:2:{s:6:\"family\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:927;a:2:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:928;a:2:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:929;a:2:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:930;a:2:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:931;a:2:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:932;a:2:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:933;a:2:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:934;a:2:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:935;a:2:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:936;a:2:{s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:937;a:2:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:938;a:2:{s:6:\"family\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:939;a:2:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:940;a:2:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:941;a:2:{s:6:\"family\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:942;a:2:{s:6:\"family\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:943;a:2:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:944;a:2:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:945;a:2:{s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:946;a:2:{s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:947;a:2:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:948;a:2:{s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:949;a:2:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:950;a:2:{s:6:\"family\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:951;a:2:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:952;a:2:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:953;a:2:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:954;a:2:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:955;a:2:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:956;a:2:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:957;a:2:{s:6:\"family\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:958;a:2:{s:6:\"family\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:959;a:2:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:960;a:2:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:961;a:2:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:962;a:2:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:963;a:2:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:964;a:2:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:965;a:2:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:966;a:2:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:967;a:2:{s:6:\"family\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:968;a:2:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:969;a:2:{s:6:\"family\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:970;a:2:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:971;a:2:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:972;a:2:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:973;a:2:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:974;a:2:{s:6:\"family\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:975;a:2:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:976;a:2:{s:6:\"family\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:977;a:2:{s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:978;a:2:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:979;a:2:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:980;a:2:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:981;a:2:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:982;a:2:{s:6:\"family\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:983;a:2:{s:6:\"family\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:984;a:2:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:985;a:2:{s:6:\"family\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:986;a:2:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:987;a:2:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:988;a:2:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:989;a:2:{s:6:\"family\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:990;a:2:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:991;a:2:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:992;a:2:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:993;a:2:{s:6:\"family\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:994;a:2:{s:6:\"family\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:995;a:2:{s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:996;a:2:{s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:997;a:2:{s:6:\"family\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:998;a:2:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:999;a:2:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1000;a:2:{s:6:\"family\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1001;a:2:{s:6:\"family\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1002;a:2:{s:6:\"family\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}}', 'yes');
INSERT INTO `nufsty_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(262, 'oxygen_global_colors_cache_update_required', '1', 'yes'),
(277, '_transient_health-check-site-status-result', '{\"good\":\"10\",\"recommended\":\"10\",\"critical\":\"0\"}', 'yes'),
(1562, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1612594134;s:7:\"checked\";a:7:{s:19:\"akismet/akismet.php\";s:5:\"4.1.8\";s:24:\"header-footer/plugin.php\";s:5:\"3.2.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:20:\"oxygen/functions.php\";s:3:\"3.5\";s:21:\"wp-reset/wp-reset.php\";s:4:\"5.66\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:6:\"0.9.46\";s:41:\"wpvivid-backup-pro/wpvivid-backup-pro.php\";s:6:\"1.9.21\";}s:8:\"response\";a:3:{s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/wpvivid-backuprestore\";s:4:\"slug\";s:21:\"wpvivid-backuprestore\";s:6:\"plugin\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:11:\"new_version\";s:6:\"0.9.49\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/wpvivid-backuprestore/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/wpvivid-backuprestore.0.9.49.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-256x256.png?rev=2086438\";s:2:\"1x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-128x128.png?rev=2086438\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-1544x500.png?rev=2086438\";s:2:\"1x\";s:76:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-772x250.png?rev=2086438\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:21:\"wp-reset/wp-reset.php\";O:8:\"stdClass\":23:{s:4:\"name\";s:12:\"WP Reset PRO\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:6:\"author\";s:59:\"<a href=\"https://www.webfactoryltd.com/\">WebFactory Ltd</a>\";s:11:\"new_version\";s:4:\"5.80\";s:7:\"version\";s:4:\"5.80\";s:8:\"homepage\";s:20:\"https://wpreset.com/\";s:12:\"last_updated\";s:19:\"2021-02-01 09:47:08\";s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:4:\"5.60\";s:4:\"tags\";s:64:\"reset, reset database, reset wordpress database, wordpress-reset\";s:15:\"active_installs\";s:6:\"200000\";s:6:\"rating\";s:3:\"100\";s:11:\"num_ratings\";s:3:\"288\";s:7:\"ratings\";a:5:{i:5;i:277;i:4;i:2;i:3;i:1;i:2;i:1;i:1;i:7;}s:5:\"added\";s:10:\"2018-10-24\";s:3:\"url\";s:20:\"https://wpreset.com/\";s:7:\"package\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:13:\"download_link\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:14:\"upgrade_notice\";s:26:\"See changelog for details.\";s:7:\"banners\";a:1:{s:3:\"low\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=1807800\";}s:5:\"icons\";a:4:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1797141\";s:2:\"1x\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"svg\";s:0:\"\";}s:8:\"sections\";a:1:{s:9:\"changelog\";s:6523:\"<strong>v5.80</strong> - 2021-02-01<ul><li>Minor Tweaks</li></ul><strong>v5.79</strong> - 2021-01-13<ul><li>Fixed snapshot export compatibility issues</li></ul><strong>v5.78</strong> - 2020-12-19<ul><li>Compatibility fixes</li></ul><strong>v5.77</strong> - 2020-12-17<ul>\r\n<li>Compatibility improvements</li>\r\n<li>Various minor tweaks</li>\r\n</ul><strong>v5.73</strong> - 2020-12-08<ul><li>WordPress 5.6 update</li></ul><strong>v5.72</strong> - 2020-12-05<ul><li>Added support for pCloud EU</li></ul><strong>v5.71</strong> - 2020-11-30<ul><li>Compatibility with extended ascii characters in Site Title</li></ul><strong>v5.70</strong> - 2020-11-28<ul><li>Typo fix</li></ul><strong>v5.69</strong> - 2020-11-27<ul><li>Fixed Database usage space alert bug</li></ul><strong>v5.68</strong> - 2020-11-26<ul><li>Fixed Snapshot Size Alert option sometimes not being saved</li></ul><strong>v5.67</strong> - 2020-11-21<ul>\r\n<li>Added select checkboxes for snapshots and bulk delete of selected snapshots</li>\r\n<li>Automatic license activation for 301 Redirects PRO</li>\r\n<li>Debugger log improvements</li>\r\n<li>Tweaked upload of automatic snapshots to cloud</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.66</strong> - 2020-09-22<ul><li>Updated Google Drive API</li></ul><strong>v5.65</strong> - 2020-09-20<ul><li>Exported snapshot ZIPs will be deleted from the website when the snapshot is deleted</li></ul><strong>v5.64</strong> - 2020-09-18<ul>\r\n<li>Performance improvements and tweaks</li>\r\n<li>Compatibility fixes</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.63</strong> - 2020-09-08<ul>\r\n<li>Added support for Icedrive</li>\r\n<li>Various tweaks and fixes</li>\r\n</ul><strong>v5.62</strong> - 2020-09-02<ul><li>Tweaks and bug fixes</li></ul><strong>v5.59</strong> - 2020-08-14<ul><li>Admin bar menu bug fix</li></ul><strong>v5.58</strong> - 2020-08-09<ul><li>WordPress 5.5 update</li></ul><strong>v5.57</strong> - 2020-07-09<ul>\r\n<li>Added automatic upload option for user created snapshots</li>\r\n<li>Added option to automatically delete snapshots after they are uploaded to cloud</li>\r\n<li>When the White Label option is activated, license keys are hidden and collections editing is disabled</li>\r\n</ul><strong>v5.56</strong> - 2020-06-15<ul><li>Added HTML Support for Collection Item Description</li></ul><strong>v5.55</strong> - 2020-06-15<ul>\r\n<li>Custom Support / Branding Text can now be added for licenses in Dashboard and it will be displayed in the Support tab when White label is active</li>\r\n<li>License key is now always hidden after activation</li>\r\n</ul><strong>v5.50</strong> - 2020-06-01<ul><li>Database Bug Fix and Tweaks</li></ul><strong>v5.49</strong> - 2020-05-25<ul><li>pCloud API updates</li></ul><strong>v5.48</strong> - 2020-05-12<ul><li>Added warning if PHP ZipArchive extension is disabled or missing</li><li>Tweaks and minor bug fixes</li></ul><strong>v5.47</strong> - 2020-05-08<ul>\r\n<li>Added option to optimize tables before creating snapshots</li>\r\n<li>Added option to throttle AJAX requests</li>\r\n<li>fixed wp-cli bug</li>\r\n</ul><strong>v5.46</strong> - 2020-05-04<ul>\r\n<li>Google Drive cloud tweaks</li>\r\n<li>Improved support for long table names</li>\r\n</ul><strong>v5.45</strong> - 2020-05-03<ul><li>improved pCloud error handling and overall experience</li></ul><strong>v5.44</strong> - 2020-05-01<ul><li>fixed bug causing no results in plugin/theme search when adding new collection items from WordPress.org</li></ul><strong>v5.43</strong> - 2020-04-29<ul><li>bug fix</li></ul><strong>v5.42</strong> - 2020-04-29<ul><li>typo fix</li></ul><strong>v5.41</strong> - 2020-04-26<ul><li>Freemius license activation fix</li></ul><strong>v5.40</strong> - 2020-04-25<ul>\r\n<li>Bug fixes</li>\r\n</ul><strong>v5.33</strong> - 2020-04-12<ul>\r\n<li>Improved Emergency Recovery GUI, new section for WordPress Information</li>\r\n<li>Added button to update Emergency Recovery to latest version</li>\r\n<li>Fixed issue with Collection items license keys not being saved properly in some cases</li>\r\n<li>Delete .htaccess tool: Added button to restore .htaccess to default</li>\r\n<li>New tool: Reset User Roles</li>\r\n<li>Tweaks and minor bug fixes</li>\r\n</ul><strong>v5.32</strong> - 2020-04-06<ul><li>Added automatic license activation for Oxygen plugins</li></ul><strong>v5.31</strong> - 2020-03-21<ul><li>Fixed White Label bug</li></ul><strong>v5.30</strong> - 2020-03-20<ul>\r\n<li>started using the new dashboard to handle licenses</li>\r\n</ul>\r\n<strong>v5.26</strong> - 2020-03-12<ul><li>Added pCloud Support</li><li>Added automatic license activation for Advanced Custom Fields</li><li>Bug Fixes</li></ul><strong>v5.24</strong> - 2020-02-19<ul><li>Added automatic license activation for WebFactory plugins, Freemius plugins as well as Ninja Tables PRO, SEOpress PRO and the Astra Pro Addon Plugin</li><li>Bug fixes</li></ul><strong>v5.23</strong> - 2020-01-30<ul><li>Added support for long lincense keys for collection items</li><li>Fixed install issues with some collection themes</li></ul><strong>v5.22</strong> - 2020-01-29<ul><li>Fixed sometimes not reading plugin information correctly when adding a ZIP to collection</li><li>Fixed active cloud setting sometimes being set to Disabled when saving settings</li><li>Minor tweaks and bug fixes</li></ul><strong>v5.21</strong> - 2020-01-28<ul><li>Timezone bug fix</li></ul><strong>v5.20</strong> - 2020-01-27<ul><li>added mandatory password for emergency recovery script</li><li>fixed a lot of bugs</li><li>enabled snapshots cloud storage on Dropbox, Google Drive and WP Reset Cloud</li><li>enabled support for premium plugins (via ZIP archive) in collections</li><li>added support for license keys for premium plugins (only storage for now, not activation)</li></ul><strong>v5.17</strong> - 2020-01-12<ul><li>Preparations for cloud features coming out by January 28th</li><li>Keep timezone when resetting</li><li>Moved Snapshot Settings to Settings tab</li><li>Minor bug fixes</li></ul><strong>v5.15</strong> - 2019-11-26<ul><li>Added Delete MU Plugins & Drop-ins Tool</li><li>Added delete snapshots button</li><li>Added White-label option for Agency Licenses</li><li>Tweaks and bug fixes</li></ul><strong>v5.13</strong> - 2019-11-23<ul><li>Tweaks and Bug Fixes</li></ul><strong>v5.12</strong> - 2019-11-19<ul><li>CSS Bug Fix</li></ul><strong>v5.11</strong> - 2019-11-18<ul><li>First official pro  release</li></ul><strong>v5.01</strong> - 2019-11-17<ul><li>Test beta update</li></ul><strong>v5.00</strong> - 2019-11-17<ul><li>First public beta release</li></ul>\";}}s:20:\"oxygen/functions.php\";O:8:\"stdClass\":12:{s:11:\"new_version\";s:5:\"3.6.1\";s:14:\"stable_version\";s:5:\"3.6.1\";s:4:\"name\";s:6:\"Oxygen\";s:4:\"slug\";s:9:\"functions\";s:3:\"url\";s:55:\"https://oxygenbuilder.com/downloads/oxygen/?changelog=1\";s:12:\"last_updated\";s:19:\"2020-11-20 11:21:49\";s:8:\"homepage\";s:43:\"https://oxygenbuilder.com/downloads/oxygen/\";s:7:\"package\";s:194:\"https://oxygenbuilder.com/edd-sl/package_download/MzE4OTM3NjEzNDo3MTFiOThhMmMxODc1ZDFmOWJhYTBlNzgyOTRjZGI0Zjo2MzE6ZjQ4Y2Y4YmI0NTVlZWVkNDUwMGY0NDU4ZjU5NTIwYzA6aHR0cHNALy9uZXdnZW4uc3R1bi50ZWNoOjA=\";s:13:\"download_link\";s:194:\"https://oxygenbuilder.com/edd-sl/package_download/MzE4OTM3NjEzNDo3MTFiOThhMmMxODc1ZDFmOWJhYTBlNzgyOTRjZGI0Zjo2MzE6ZjQ4Y2Y4YmI0NTVlZWVkNDUwMGY0NDU4ZjU5NTIwYzA6aHR0cHNALy9uZXdnZW4uc3R1bi50ZWNoOjA=\";s:8:\"sections\";a:2:{s:11:\"description\";s:0:\"\";s:9:\"changelog\";s:3749:\"<p><strong>Oxygen 3.6.1 - November 20th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.6 - November 6th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.5 - August 25th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.4 - July 3rd, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.3.1 - May 25th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.3 - May 5th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.2.1 - March 25th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.2 - February 26th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.1.1 - January 22nd, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.1 - November 13th</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for the changelog.</p>\n<p><strong>Oxygen 3.0.1 - September 25th</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for the changelog.</p>\n<p><strong>Oxygen 3.0 - September 2nd</strong></p>\n<p>Visit https://oxygenbuilder.com/blog/ for the changelog.</p>\n<p><strong>Oxygen 2.4.1 - July 19th</strong></p>\n<ul>\n<li>Fixed issue that caused images inserted via Media Library to stretch to full width in some cases.</li>\n<li>Fixed issue with invalid shortcode warnings being shown when special characters were used in some fields in Oxygen.</li>\n</ul>\n<p>Details at https://oxygenbuilder.com/2019/07/19/oxygen-2-4-1-now-available/.</p>\n<p><strong>Oxygen 2.4 - July 8th</strong></p>\n<p>Find changelog, video overview, and additional details at <a href=\"https://oxygenbuilder.com/2019/07/08/oxygen-2-4-now-available/\">https://oxygenbuilder.com/2019/07/08/oxygen-2-4-now-available/</a></p>\n<p><strong>Oxygen 2.3 - May 3rd</strong></p>\n<p>Find changelog, video overview, and additional details at <a href=\"https://oxygenbuilder.com/2019/05/03/oxygen-2-3-now-available/\">https://oxygenbuilder.com/2019/05/03/oxygen-2-3-now-available/</a></p>\n<p><strong>Oxygen 2.2.1 - March 15th</strong></p>\n<ul>\n<li>Fix various plugin compatibility issues related to the loading of scripts and styles</li>\n<li>Fix NextGEN Gallery plugin incompatibility issue related to GZIP compression</li>\n<li>Fix \"200\" errors while saving caused by CSS cache feature in some cases</li>\n<li>Fix bug when importing the new 2.2 design sets when running PHP 7.2</li>\n</ul>\n<p>Details at <a href=\"https://oxygenbuilder.com/2019/03/15/oxygen-2-2-1-now-available/\">https://oxygenbuilder.com/2019/03/15/oxygen-2-2-1-now-available/</a></p>\n<p><strong>Oxygen 2.2 - Feb 21st</strong></p>\n<p>Find changelog, video overview, and additional details at <a href=\"https://oxygenbuilder.com/2019/02/21/oxygen-2-2-now-available/\">https://oxygenbuilder.com/2019/02/21/oxygen-2-2-now-available/</a></p>\n<p><strong>Oxygen 2.1.2 - Dec 13th</strong></p>\n<ul>\n<li>WP 5.0.1 compatibility</li>\n</ul>\n<p><strong>Oxygen 2.1.1 - Dec 8th</strong></p>\n<ul>\n<li>WP5 compatibility</li>\n<li>Fix for Toolset\'s WP5 Compatibility Update</li>\n</ul>\n<p><strong>Oxygen 2.1 - October 19th</strong></p>\n<p>Find changelog, video overview, and additional details at <a href=\"https://oxygenbuilder.com/2018/10/19/oxygen-2-1-now-available/\">https://oxygenbuilder.com/2018/10/19/oxygen-2-1-now-available/</a></p>\n<p>&nbsp;</p>\n<p><strong>Oxygen 2.0</strong></p>\n<p>Initial 2.0 release. No backwards compatibility with 1.x. Almost a new product.</p>\n\";}s:7:\"banners\";s:41:\"a:2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}\";s:5:\"icons\";s:6:\"a:0:{}\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:24:\"header-footer/plugin.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/header-footer\";s:4:\"slug\";s:13:\"header-footer\";s:6:\"plugin\";s:24:\"header-footer/plugin.php\";s:11:\"new_version\";s:5:\"3.2.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/header-footer/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/header-footer.3.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";s:2:\"1x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/header-footer/assets/banner-772x250.png?rev=1064202\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{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:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:21:\"wp-reset/wp-reset.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/wp-reset\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:11:\"new_version\";s:4:\"1.85\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/wp-reset/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/wp-reset.1.85.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-256x256.png?rev=1906468\";s:2:\"1x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1906468\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=2163880\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-reset/assets/banner-772x250.png?rev=2163880\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `nufsty_wpk0_postmeta`
--

CREATE TABLE `nufsty_wpk0_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `nufsty_wpk0_postmeta`
--

INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(11, 9, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'38a8ddb69d911976bb937e545faea8a1ebcf4fed89a829d430c512dbcb2771ed\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-111\",\"original\":{\"background-color\":\"color(4)\",\"background-image\":\"[oxygen ct_sign_sha256=\'a3917e03abdc9597a1609ca96f6dd37b937924bd930b4c48b1c4d1ac757ef56b\' data=\'featured_image\' ]\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(177,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(0,165,189,0.9)\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Hero Section\"}\'][ct_headline ct_sign_sha256=\'441dd868f003323c434e9c2092d919fdf1159c7fd36ccb6d930985806f25478b\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"headline-10-111\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'c92336085c748cc3ed55848197c9ab1d4d8e0c0e5c4a92c1ed4854a82643314a\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-111\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'6560b861762565cf541264f34313d4717f55b07e4ed0dcb9664845e39e4f3608\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"text_block-12-111\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'48a0322c502dfa8385c5720ed21dac5f601354e8ec729a3673dcb761d5c6e809\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-111\"}\'][oxygen ct_sign_sha256=\'f8aae5be7515150c44fb6dd2f7eae7a5c2ce154b0cb6eb022ac99185a940d66e\' data=\'date\' ][/ct_span][/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'dbac85ca31754dcbad8bc39acead23dd3e4a188f90b3e8e45ff7e7ea65b884c0\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-111\",\"original\":{\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\",\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Post Content\"}\'][ct_text_block ct_sign_sha256=\'f954361a52f80c15617bd08ac6c7a60eaeb292740314e73573cdadbbf8f64fd2\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-111\"}\'][ct_span ct_sign_sha256=\'e9e1b395247855b9118fefb457274f72d65c590a45c5d35bb415cc01e9c57547\' ct_options=\'{\"ct_id\":7,\"ct_parent\":5,\"selector\":\"span-7-111\",\"classes\":{\"0\":\"oxy-stock-content-styles\",\"1\":\"hosting-other-single\"},\"activeselector\":\"hosting-other-single\"}\'][oxygen ct_sign_sha256=\'c3b66dff1dc1557e12d3fd2d57a725778f4d675b3c1c49e4c49b402719b47fe0\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'26a2731efffd3fe98848372d027200c401289ae7ebf12d59f7bc57096635f666\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"code_block-4-111\",\"original\":{\"code-css\":\"Lmhvc3Rpbmctb3RoZXItc2luZ2xlIGgxLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgzLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg0LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg2IHsKCWNvbG9yOiAjMkE0NDVBOwogICAgbGluZS1oZWlnaHQ6IDEuMTsKICAgIGZvbnQtd2VpZ2h0OiA3MDA7CiAgICBtYXJnaW4tYm90dG9tOiAuMmVtOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDEgewogIGZvbnQtc2l6ZTogNjRweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyIHsKICBmb250LXNpemU6IDQwcHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoMyB7CiAgZm9udC1zaXplOiAzNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDQgewogIGZvbnQtc2l6ZTogMzJweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1IHsKICBmb250LXNpemU6IDI0cHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoNiB7CiAgZm9udC1zaXplOiAxNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIHRvcCBsZWZ0LCAjMDFBNUJDLCAjQUZEMTdFKTsKICBjb2xvcjogI2ZmZmZmZjsKICBwYWRkaW5nOiAxOHB4IDQycHg7CiAgbWFyZ2luLWxlZnQ6IDA7CiAgbWFyZ2luLXJpZ2h0OiAwOwogIGZvbnQtc2l6ZTogMTZweDsKICBsaW5lLWhlaWdodDogMS42ZW07CiAgZm9udC1zdHlsZTogaXRhbGljOwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBvbCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24tdGV4dCB7CiAgY29sb3I6IHJnYmEoMCwwLDAsMC4zKTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBhIHsKICBjb2xvcjogIzA3QURCNzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGE6aG92ZXIgewogIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwp9CgpwcmUgewogIHdoaXRlLXNwYWNlOiBub3JtYWwgIWltcG9ydGFudDsKICBjb2xvcjogcmdiYSgwLDAsMCwwLjMpOwp9Cg==\",\"code-php\":\"PCEtLSAtLT4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'3124d2a46053640813fae7b1465c74d8b7451d076c4bd98f0c5370417814b904\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-111\",\"original\":{\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\",\"background-color\":\"color(7)\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Blog Post Comments\",\"ct_category\":\"Blog\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][oxy_comments ct_sign_sha256=\'e462315ff68d692ddf5f85a4a3a9724969f7edc9b35c1b1e5f5490541bc9f10d\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_comments-15-111\",\"original\":{\"code-php\":\"PD9waHAKCmlmIChoYXZlX2NvbW1lbnRzKCkpIHsKCgk/PgoKCTxoMyBjbGFzcz0iY29tbWVudHMtdGl0bGUiPgoJCTw/cGhwCgkJZWNobyBPeHlnZW5fVlNCX0NvbW1lbnRzX0xpc3Q6OnV0aWxfdGl0bGUoKTsKCQk/PgoJPC9oMz4KCgk8b2wgY2xhc3M9ImNvbW1lbnRzLWxpc3QiPgoKCSAgICA8P3BocAoKCSAgICB3cF9saXN0X2NvbW1lbnRzKAoJICAgIAlhcnJheSgKCgkgICAgCQknc3R5bGUnID0+ICdvbCcsCgkgICAgCQknZm9ybWF0JyA9PiAnaHRtbDUnLAoJICAgIAkJJ2F2YXRhcl9zaXplJyA9PiAnMTAwJwoJICAgIAkpCgkgICAgKTsKCgkgICAgPz4KCgk8L29sPgoKCTxkaXYgY2xhc3M9ImNvbW1lbnRzLW5hdmlnYXRpb24iPgoJCTxkaXYgY2xhc3M9J3ByZXZpb3VzLWNvbW1lbnRzLWxpbmsnPjw/cGhwIHByZXZpb3VzX2NvbW1lbnRzX2xpbmsoKTsgPz48L2Rpdj4KCQk8ZGl2IGNsYXNzPSduZXh0LWNvbW1lbnRzLWxpbmsnPjw/cGhwIG5leHRfY29tbWVudHNfbGluaygpOyA/PjwvZGl2PgoJPC9kaXY+CgoJPD9waHAKCn0KCj8+\",\"code-css\":\"LmNvbW1lbnRzLXRpdGxlIHsKICBmb250LXNpemU6IDQwcHg7CiAgY29sb3I6ICMyQTQ0NUE7CiAgbGluZS1oZWlnaHQ6IDEuMTsKICB0ZXh0LWFsaWduOiBjZW50ZXI7CiAgbWFyZ2luLWJvdHRvbTogNDhweDsKICBkaXNwbGF5OiBibG9jazsKfQoKLmNvbW1lbnQtYm9keSB7CiAgYmFja2dyb3VuZDogd2hpdGU7CiAgYm94LXNoYWRvdzogcmdiYSgwLDAsMCwwLjEpIDAgMCA1cHg7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIHBhZGRpbmc6IDI4cHg7CiAgbWFyZ2luLWJvdHRvbTogMjBweCAhaW1wb3J0YW50Owp9CgpAbWVkaWEgKG1heC13aWR0aDogNzY4cHgpIHsKLm94eS1jb21tZW50cyBvbC5jaGlsZHJlbiB7CiAgICBtYXJnaW4tbGVmdDogMDsKICB9Cn0KCi5jb21tZW50LWNvbnRlbnQgewogIGNvbG9yOiAjNjY2OwogIGZvbnQtc2l6ZTogMTZweDsKfQoKLmNvbW1lbnQtcmVwbHktbGluayB7CiAgY29sb3I6ICMwN0FEQjc7CiAgZm9udC1zaXplOiAxNnB4ICFpbXBvcnRhbnQ7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBwYWRkaW5nOiAxMnB4IDMycHg7CiAgYm9yZGVyOiAycHggc29saWQgIzA3QURCNzsKICBib3JkZXItcmFkaXVzOiA1cHg7Cn0KCi5jb21tZW50LXJlcGx5LWxpbms6aG92ZXIgewogIHRyYW5zZm9ybTogc2NhbGUoMS4wNSwxLjA1KTsKfQoKLmF2YXRhciB7CiAgYm9yZGVyLXJhZGl1czogMTAwJTsKICBib3JkZXI6IDNweCBzb2xpZCAjOEVDOThBOwogIG1hcmdpbi1yaWdodDogMTJweCAhaW1wb3J0YW50Owp9CgouY29tbWVudC1hdXRob3IgewogIG1hcmdpbi1ib3R0b206IDE2cHg7CiAgZm9udC1mYW1pbHk6ICdSYWxld2F5JzsKICBjb2xvcjogIzJBNDQ1QTsKfQoKLmZuIHsKICBmb250LXdlaWdodDogOTAwOwp9CgouY29tbWVudC1tZXRhZGF0YSBhIHsKICBjb2xvcjogIzA3QURCNzsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgbWFyZ2luLXJpZ2h0OiAxMnB4Owp9CgouY29tbWVudC1tZXRhZGF0YSBhOmhvdmVyIHsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKLm94eS1jb21tZW50LWZvcm0gbGFiZWwgewogIGRpc3BsYXk6IG5vbmU7Cn0KCi5veHktY29tbWVudC1mb3JtIHRleHRhcmVhIHsKICBwYWRkaW5nOiAyMHB4OwogIHJlc2l6ZTogbm9uZTsKICBvdXRsaW5lOiBub25lOwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7Cn0KCi5veHktY29tbWVudC1mb3JtIHRleHRhcmVhOmZvY3VzIHsKICBib3gtc2hhZG93OiByZ2JhKDAsMCwwLDAuMikgMCAwIDEwcHg7Cn0KCi5veHktY29tbWVudC1mb3JtICNzdWJtaXQgewogIGJveC1zaGFkb3c6IDBweCAyNXB4IDIwcHggLTIwcHggcmdiYSgwLDAsMCwwLjIpICFpbXBvcnRhbnQ7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICB0cmFuc2l0aW9uOiBhbGwgZWFzZSAwLjJzOwogIG91dGxpbmU6IG5vbmU7Cn0KCi5veHktY29tbWVudC1mb3JtICNzdWJtaXQ6aG92ZXIgewogIHRyYW5zZm9ybTogc2NhbGUoMS4wNSwxLjA1KTsKfQoKLmNvbW1lbnQtcmVwbHktdGl0bGUgewogIGNvbG9yOiAjZmZmOwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgZm9udC1zaXplOiA0MHB4OwogIGxpbmUtaGVpZ2h0OiAxLjE7Cn0KCi5jb21tZW50LXJlcGx5LXRpdGxlIGEgewogIGNvbG9yOiByZ2JhKDI1NSwyNTUsMjU1LDAuNSk7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7Cn0KCi5jb21tZW50LXJlcGx5LXRpdGxlIGE6aG92ZXIgewogIGNvbG9yOiB3aGl0ZTsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKcC5sb2dnZWQtaW4tYXMgewogIG1hcmdpbi1ib3R0b206IDI4cHggIWltcG9ydGFudDsKICBjb2xvcjogdHJhbnNwYXJlbnQ7Cn0KCi5sb2dnZWQtaW4tYXMgYSB7CiAgY29sb3I6IHJnYmEoMjU1LDI1NSwyNTUsMC41KTsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBtYXJnaW46IDAgOHB4Owp9CgoubG9nZ2VkLWluLWFzIGE6aG92ZXIgewogIGNvbG9yOiB3aGl0ZTsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQ==\"},\"activeselector\":false}\'][/oxy_comments][oxy_comment_form ct_sign_sha256=\'5b8ccde26acc29e5d2ffbbf0a7089af4e293dadd7cb578bbbddca75024a58863\' ct_options=\'{\"ct_id\":16,\"ct_parent\":14,\"selector\":\"_comment_form-16-111\",\"original\":{\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"#b1d27d\"},\"1\":{\"position-unit\":\"px\",\"value\":\"#00a5bd\"}},\"linear-angle\":\"135\",\"gradient-type\":\"linear\"},\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"stretch\",\"padding-top\":\"28\",\"padding-left\":\"28\",\"padding-right\":\"28\",\"padding-bottom\":\"12\",\"border-radius\":\"5\",\"text-align\":\"center\",\"form_field_border_color\":\"color(3)\",\"field_border_radius\":\"5\",\"form_field_text_color\":\"color(5)\",\"submit_button_background_color\":\"color(4)\",\"submit_button_text_color\":\"color(3)\",\"color\":\"color(3)\"}}\'][/oxy_comment_form][/ct_section]'),
(12, 9, 'ct_template_type', ''),
(13, 9, 'ct_template_order', '1'),
(14, 9, 'ct_parent_template', '13'),
(15, 9, 'ct_template_single_all', ''),
(16, 9, 'ct_template_post_types', 'a:1:{i:0;s:4:\"post\";}'),
(17, 9, 'ct_use_template_taxonomies', ''),
(18, 9, 'ct_template_taxonomies', NULL),
(19, 9, 'ct_template_apply_if_post_of_parents', ''),
(20, 9, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(21, 9, 'ct_template_all_archives', ''),
(22, 9, 'ct_template_apply_if_archive_among_taxonomies', ''),
(23, 9, 'ct_template_archive_among_taxonomies', NULL),
(24, 9, 'ct_template_apply_if_archive_among_cpt', ''),
(25, 9, 'ct_template_archive_post_types', 'a:0:{}'),
(26, 9, 'ct_template_date_archive', ''),
(27, 9, 'ct_template_front_page', ''),
(28, 9, 'ct_template_blog_posts', ''),
(29, 9, 'ct_template_search_page', ''),
(30, 9, 'ct_template_404_page', ''),
(31, 9, 'ct_template_index', ''),
(32, 9, 'ct_template_inner_content', ''),
(33, 10, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'619f65b25d1550e57c0fb55afd969ee7a4b56ac26edf1119d4102c8b49d3ce2b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-106\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Blogposts Hero\",\"ct_category\":\"Blog\"}\'][ct_headline ct_sign_sha256=\'6f89c03a8f15c24738103441229e22457ea5bfbff22b13aa70c60f9a1c4d85b5\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-106\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our Blogposts[/ct_headline][ct_text_block ct_sign_sha256=\'98e4332da5ad2da893b2c152693d0c09642382a2cf4c6c1004ac773a111773c9\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"text_block-6-106\",\"original\":{\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']Yet preference connection unpleasant yet melancholy but end appearance. And excellence partiality estimating terminated day everything.[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'210525e84d9bf076b2d6d896119b5db6ccdec734b1533bf143a61e39bdf9f8ee\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-106\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"20\"},\"ct_category\":\"Blog\",\"nicename\":\"Blog Posts\",\"activeselector\":false}\'][oxy_posts_grid ct_sign_sha256=\'f27d2a413b046d398c798a82226d1dd80c06641bcd9914b48d61bd34280097f6\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"_posts_grid-9-106\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QnPgogIDxkaXYgY2xhc3M9J294eS1wb3N0LXdyYXBwZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgICA8ZGl2IGNsYXNzPSdveHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXknPgoJCTw/cGhwIHRoZV90aW1lKGdldF9vcHRpb24oJ2RhdGVfZm9ybWF0JykpOyA/PgoJICA8L2Rpdj4KICAgICAgPC9kaXY+CiAgICAgIAoJPC9hPgogIAoJPGEgY2xhc3M9J294eS1wb3N0LXRpdGxlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz48P3BocCB0aGVfdGl0bGUoKTsgPz48L2E+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YSc+CgoJCTxkaXYgY2xhc3M9J294eS1wb3N0LW1ldGEtYXV0aG9yIG94eS1wb3N0LW1ldGEtaXRlbSc+CgkJCTw/cGhwIHRoZV9hdXRob3IoKTsgPz4KCQk8L2Rpdj4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1jb21tZW50cyBveHktcG9zdC1tZXRhLWl0ZW0nPgoJCQk8YSBocmVmPSc8P3BocCBjb21tZW50c19saW5rKCk7ID8+Jz48P3BocCBjb21tZW50c19udW1iZXIoKTsgPz48L2E+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkJPD9waHAgdGhlX2V4Y2VycHQoKTsgPz4KCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlJz5SZWFkIE1vcmU8L2E+CiAgPC9kaXY+Cgo8L2Rpdj4=\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKICBtYXJnaW4tYm90dG9tOiAzZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdCB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogY29sdW1uOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgd2lkdGg6IDMzLjMzJTsKICBwYWRkaW5nOiAyMHB4Owp9CgolJUVQSUQlJSAub3h5LXBvc3Qtd3JhcHBlciB7CiAgYmFja2dyb3VuZDogd2hpdGU7CiAgYm94LXNoYWRvdzogcmdiYSgwLDAsMCwwLjEpIDAgMCA1cHg7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIG92ZXJmbG93OiBoaWRkZW47Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZSB7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBiYWNrZ3JvdW5kLWNvbG9yOiBncmV5OwogIGJhY2tncm91bmQtaW1hZ2U6IHJlcGVhdGluZy1saW5lYXItZ3JhZGllbnQoCiAgNDVkZWcsCiAgI2VlZSwKICAjZWVlIDEwcHgsCiAgI2RkZCAxMHB4LAogICNkZGQgMjBweCk7CiAgd2lkdGg6IDEwMCU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1maXhlZC1yYXRpbyB7CiAgcGFkZGluZy1ib3R0b206IDYwJTsKICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyOwogIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7CiAgcG9zaXRpb246IHJlbGF0aXZlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZGF0ZS1vdmVybGF5IHsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdG9wOiAxZW07CiAgcmlnaHQ6IDFlbTsKICBmb250LXNpemU6IC43ZW07CiAgY29sb3I6IHdoaXRlOwogIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMCwwLDAsMC41KTsKICBwYWRkaW5nOiAuN2VtIDFlbTsKICBmb250LXdlaWdodDogYm9sZDsKICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDsKICBib3JkZXItcmFkaXVzOiA1cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC10aXRsZSB7CiAgZm9udC1mYW1pbHk6ICdSYWxld2F5JzsKICBmb250LXNpemU6IDEuNWVtOwogIGxpbmUtaGVpZ2h0OiAxLjJlbTsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgZm9udC13ZWlnaHQ6IDkwMDsKICBkaXNwbGF5OiBibG9jazsKICBtYXJnaW46IDE2cHggMjRweCAyMHB4IDI0cHg7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogIG1hcmdpbi10b3A6IDAuNWVtOwogIGZvbnQtc2l6ZTogLjhlbTsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiByb3c7CiAgbWFyZ2luOiAwIDI0cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIGEgewogIGNvbG9yOiAjMDdBREI3OwogIHRleHQtZGVjb3JhdGlvbjogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgYTpob3ZlciB7CiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhLWl0ZW06OmFmdGVyIHsKCWNvbnRlbnQ6ICJcMDBiNyI7CgltYXJnaW4tcmlnaHQ6IC41ZW07CgltYXJnaW4tbGVmdDogLjVlbTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTpsYXN0LWNoaWxkOjphZnRlciB7Cgljb250ZW50OiAiIjsKCWRpc3BsYXk6IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHsKICBtYXJnaW46IDE2cHggMjRweDsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgcCB7CiAgbWFyZ2luOiAwOwp9CgolJUVQSUQlJSAub3h5LXJlYWQtbW9yZSB7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBib3JkZXI6IDJweCBzb2xpZCAjMDdBREI3OwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7CiAgbWF4LXdpZHRoOiAxMDAlOwogIHRleHQtYWxpZ246IGNlbnRlcjsKICBtYXJnaW46IDI0cHg7CiAgZGlzcGxheTogYmxvY2s7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIHBhZGRpbmc6IDEycHggMzZweDsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcmVhZC1tb3JlOmhvdmVyIHsKICB0cmFuc2Zvcm06IHNjYWxlKDEuMDUsMS4wNSk7Cn0KCiUlRVBJRCUlIC5wYWdlLW51bWJlcnMgewogIGNvbG9yOiAjMDdBREI3OwogIHRleHQtZGVjb3JhdGlvbjogbm9uZTsKICBmb250LXNpemU6IDE2cHg7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBtYXJnaW46IDAgMTJweDsKfQoKJSVFUElEJSUgLmN1cnJlbnQgewogIGJhY2tncm91bmQ6ICMwN0FEQjc7CiAgY29sb3I6ICNmZmY7CiAgcGFkZGluZzogMTJweCAxNnB4OwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQ==\",\"read_more_display_as\":\"text link\",\"paginate_alignment\":\"center\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"default\",\"query_post_types\":{\"0\":\"post\"},\"read_more_size\":\"16\",\"read_more_text_color\":\"color(4)\",\"read_more_button_color\":\"color(3)\",\"title_size\":\"24\",\"title_color\":\"color(1)\",\"title_hover_color\":\"color(4)\",\"meta_size\":\"12\",\"meta_color\":\"color(5)\",\"content_size\":\"16\",\"content_color\":\"color(5)\",\"read_more_text_hover_color\":\"color(4)\",\"read_more_button_hover_color\":\"color(3)\",\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{}},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section]'),
(34, 10, 'ct_template_type', ''),
(35, 10, 'ct_template_order', '1'),
(36, 10, 'ct_parent_template', '13'),
(37, 10, 'ct_template_single_all', ''),
(38, 10, 'ct_template_post_types', 'a:0:{}'),
(39, 10, 'ct_use_template_taxonomies', ''),
(40, 10, 'ct_template_taxonomies', NULL),
(41, 10, 'ct_template_apply_if_post_of_parents', ''),
(42, 10, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(43, 10, 'ct_template_all_archives', 'true'),
(44, 10, 'ct_template_apply_if_archive_among_taxonomies', ''),
(45, 10, 'ct_template_archive_among_taxonomies', NULL),
(46, 10, 'ct_template_apply_if_archive_among_cpt', ''),
(47, 10, 'ct_template_archive_post_types', 'a:0:{}'),
(48, 10, 'ct_template_date_archive', ''),
(49, 10, 'ct_template_front_page', ''),
(50, 10, 'ct_template_blog_posts', ''),
(51, 10, 'ct_template_search_page', ''),
(52, 10, 'ct_template_404_page', ''),
(53, 10, 'ct_template_index', ''),
(54, 10, 'ct_template_inner_content', ''),
(55, 11, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'63619539eb70129c97071b9184beae2a6e4944bb258f69c4bb1e5ad5e957f97c\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-98\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Other Single Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c1274cc7b4d1177fdc1a565c6e7aea252ac4b64c592c8825272d7db0073a1dbd\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"headline-10-98\",\"original\":{\"margin-bottom\":\"12\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'eb668b24aecd783ccfe25c663cf541c07c005d7b0f7c786935236b452c8ea99e\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-98\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'db44e0a7b1be8228cd4ea133a017c8d56afbff392cc25a54f7f432ff9d8a0938\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"text_block-12-98\",\"original\":{\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"color\":\"color(2)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f0e145c0320788c051e6a475794364ec2576365ad2a1b67d9552bbe200489a47\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-98\"}\'][oxygen ct_sign_sha256=\'f8aae5be7515150c44fb6dd2f7eae7a5c2ce154b0cb6eb022ac99185a940d66e\' data=\'date\' ][/ct_span][/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'25c6cc23a5c2a5459776c960098810dfaefdb384094c9e877cff777c39a2c776\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-98\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\"},\"activeselector\":false,\"nicename\":\"Other Single Content\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"0\"}}}}\'][ct_code_block ct_sign_sha256=\'8f5aea05bc20b86c220001b21ecf02a615fd5c47d1fec9f3ba65a1b6dd27dc08\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"code_block-4-98\",\"original\":{\"code-css\":\"Lmhvc3Rpbmctb3RoZXItc2luZ2xlIGgxLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgzLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg0LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg2IHsKCWNvbG9yOiAjMkE0NDVBOwogICAgbGluZS1oZWlnaHQ6IDEuMTsKICAgIGZvbnQtd2VpZ2h0OiA3MDA7CiAgICBtYXJnaW4tYm90dG9tOiAuMmVtOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDEgewogIGZvbnQtc2l6ZTogNjRweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyIHsKICBmb250LXNpemU6IDQwcHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoMyB7CiAgZm9udC1zaXplOiAzNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDQgewogIGZvbnQtc2l6ZTogMzJweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1IHsKICBmb250LXNpemU6IDI0cHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoNiB7CiAgZm9udC1zaXplOiAxNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIHRvcCBsZWZ0LCAjMDFBNUJDLCAjQUZEMTdFKTsKICBjb2xvcjogI2ZmZmZmZjsKICBwYWRkaW5nOiAxOHB4IDQycHg7CiAgbWFyZ2luLWxlZnQ6IDA7CiAgbWFyZ2luLXJpZ2h0OiAwOwogIGZvbnQtc2l6ZTogMTZweDsKICBsaW5lLWhlaWdodDogMS42ZW07CiAgZm9udC1zdHlsZTogaXRhbGljOwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBvbCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24tdGV4dCB7CiAgY29sb3I6IHJnYmEoMCwwLDAsMC4zKTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBhIHsKICBjb2xvcjogIzA3QURCNzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGE6aG92ZXIgewogIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwp9CgpwcmUgewogIHdoaXRlLXNwYWNlOiBub3JtYWwgIWltcG9ydGFudDsKICBjb2xvcjogcmdiYSgwLDAsMCwwLjMpOwp9Cg==\",\"code-php\":\"PCEtLSAtLT4=\"},\"activeselector\":false}\'][/ct_code_block][ct_text_block ct_sign_sha256=\'06235bd2bae1d2043b817e472be94aa639f275c2e0261697bc0a6bebccc96a67\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-98\",\"original\":{\"color\":\"color(5)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'afb5a201d9b17b0d146eb42f0e6d53ec655c7d105ece271e87a8fad96cd88c8a\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-98\",\"classes\":{\"0\":\"oxy-stock-content-styles\",\"1\":\"hosting-other-single\"},\"activeselector\":\"hosting-other-single\"}\'][oxygen ct_sign_sha256=\'c3b66dff1dc1557e12d3fd2d57a725778f4d675b3c1c49e4c49b402719b47fe0\' data=\'content\' ][/ct_span][/ct_text_block][/ct_section]'),
(56, 11, 'ct_template_type', ''),
(57, 11, 'ct_template_order', '0'),
(58, 11, 'ct_parent_template', '13'),
(59, 11, 'ct_template_single_all', ''),
(60, 11, 'ct_template_post_types', 'a:1:{i:0;s:4:\"page\";}'),
(61, 11, 'ct_use_template_taxonomies', ''),
(62, 11, 'ct_template_taxonomies', NULL),
(63, 11, 'ct_template_apply_if_post_of_parents', ''),
(64, 11, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(65, 11, 'ct_template_all_archives', ''),
(66, 11, 'ct_template_apply_if_archive_among_taxonomies', ''),
(67, 11, 'ct_template_archive_among_taxonomies', NULL),
(68, 11, 'ct_template_apply_if_archive_among_cpt', ''),
(69, 11, 'ct_template_archive_post_types', 'a:0:{}'),
(70, 11, 'ct_template_date_archive', ''),
(71, 11, 'ct_template_front_page', ''),
(72, 11, 'ct_template_blog_posts', ''),
(73, 11, 'ct_template_search_page', ''),
(74, 11, 'ct_template_404_page', ''),
(75, 11, 'ct_template_index', ''),
(76, 11, 'ct_template_inner_content', ''),
(77, 12, 'ct_builder_shortcodes', '[ct_inner_content ct_sign_sha256=\'f7a9d5b56baf001449b29e3b78c5cb423e359cae8645fd983d89dac6fe39a576\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"inner_content-3-88\"}\'][/ct_inner_content]'),
(78, 12, 'ct_template_type', ''),
(79, 12, 'ct_template_order', '1'),
(80, 12, 'ct_parent_template', '13'),
(81, 12, 'ct_template_single_all', ''),
(82, 12, 'ct_template_post_types', 'a:1:{i:0;s:4:\"page\";}'),
(83, 12, 'ct_use_template_taxonomies', ''),
(84, 12, 'ct_template_taxonomies', NULL),
(85, 12, 'ct_template_apply_if_post_of_parents', ''),
(86, 12, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(87, 12, 'ct_template_all_archives', ''),
(88, 12, 'ct_template_apply_if_archive_among_taxonomies', ''),
(89, 12, 'ct_template_archive_among_taxonomies', NULL),
(90, 12, 'ct_template_apply_if_archive_among_cpt', ''),
(91, 12, 'ct_template_archive_post_types', 'a:0:{}'),
(92, 12, 'ct_template_date_archive', ''),
(93, 12, 'ct_template_front_page', ''),
(94, 12, 'ct_template_blog_posts', ''),
(95, 12, 'ct_template_search_page', ''),
(96, 12, 'ct_template_404_page', ''),
(97, 12, 'ct_template_index', ''),
(98, 12, 'ct_template_inner_content', ''),
(99, 13, 'ct_builder_shortcodes', '[ct_div_block ct_sign_sha256=\'3d80534c801985b2462a5a204ecaba21eb0ea0eea0228cab57ab674624f26e86\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'621f0fdb4a6fc5abe6920c3799581f168702c4518d9443507a6e71f362a7545e\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'e902a30cdb97328edbbab2f2b0af46687bca072caf2fb662ecad3ea1348f948d\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'4613868e04d422d4ebb98c24ccd0806905e34bdc5578646edeeff3e7d35bf298\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'42b6663cf2fc5cca4a454a43d146e303a8822fc0de6b9514975e077a31e3e25d\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'fdef88cb298f900a57c5dbc303bbbe6e588283931a4f449931fabab88be9055c\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'2256f6f4b5fed3580254e4b98fd722e8d3dc2841b6eb01acfe7d75b7c611b568\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\",\"button-color\":\"#3585b8\",\"url\":\"#\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"},\"hover\":{\"background-color\":\"color(3)\",\"button-text-color\":\"#3585b8\",\"button-style\":\"2\",\"button-color\":\"#3585b8\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(300, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'d3a8b3fe19c5a0e3f04a014fb5c661e2251e8dc508a4bc457d340c159a31fede\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'5b56451c4d33773f780904965ab82c88359c9e0a1502081cbc7b1435da5d3ef1\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'ea8cb01d1e1136a48063ba81f23c4f89059e0074acdae90976ec66e9363cf4ee\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'7d40f749a0267ff1d141d27fb65a71e8bad2522250f0acb591171d84cc3d5caf\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(251, 13, 'ct_preview_url', 'https://newgen.stun.tech/');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(252, 13, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(253, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'40e13c501d2696c673935ed76f4464c94ed4a23a8291161f1e544eab0a25defb\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'ac39710e1b4e4519f9b88b32d96d74b6b5146a5f3b318c94da529c3302353c71\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'d4b386ff18db2b3dc24d9c4bbdb9f3840a75f5251b1bd424569b0a7bb7648ec8\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'12824aed854a378cdb975b8c54846c41b8a4c58a248a0c50c8c2ac5d8a6e7b47\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'6a87c0f5e1ab9dbe3e2edf6ea750066a10bd1e82dcfbe3ec4e0c40c4d8e52415\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']Proudly designed with Oxygen, the world\'s best visual website design software[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ad2a5d5c53a0fcd95cf309ecbcba9a2867be17411810ef1110c266d32b7fff0d\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'b1f3f00678c5996fe490b264b61e42e1027cebb42d3351ecc66acec8ce971942\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://linkedin.com\",\"icon-youtube\":\"https://youtube.com\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(100, 13, 'ct_template_type', ''),
(101, 13, 'ct_template_order', '0'),
(102, 13, 'ct_parent_template', NULL),
(103, 13, 'ct_template_single_all', ''),
(104, 13, 'ct_template_post_types', 'a:0:{}'),
(105, 13, 'ct_use_template_taxonomies', ''),
(106, 13, 'ct_template_taxonomies', NULL),
(107, 13, 'ct_template_apply_if_post_of_parents', ''),
(108, 13, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(109, 13, 'ct_template_all_archives', ''),
(110, 13, 'ct_template_apply_if_archive_among_taxonomies', ''),
(111, 13, 'ct_template_archive_among_taxonomies', NULL),
(112, 13, 'ct_template_apply_if_archive_among_cpt', ''),
(113, 13, 'ct_template_archive_post_types', 'a:0:{}'),
(114, 13, 'ct_template_date_archive', ''),
(115, 13, 'ct_template_front_page', ''),
(116, 13, 'ct_template_blog_posts', ''),
(117, 13, 'ct_template_search_page', ''),
(118, 13, 'ct_template_404_page', ''),
(119, 13, 'ct_template_index', 'true'),
(120, 13, 'ct_template_inner_content', ''),
(121, 14, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'729cfd9c98885bf1218187f94f6fdd034cf77d11ba967639eb7d007269c5fa7a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-139\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'a4f7d4de0a02b4538ec2c6eb5c7ed413e5a81cb8467b1189b42c9e01495b32fb\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-139\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission to&nbsp;help you grow your business[/ct_headline][ct_fancy_icon ct_sign_sha256=\'973c507c52326a8ea4984eb5aac682b2951f766ba0152036ff4371cc43019ce5\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"fancy_icon-6-139\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'eb0bc6ccdf8274eb794a11712657ae3b198a2b6c05ea2da3f125978ade819993\' ct_options=\'{\"ct_id\":7,\"ct_parent\":2,\"selector\":\"text_block-7-139\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'f8559dcdb56b92e8db94789fd5a2fc492ae3789c1c875550ea96679b9dd01715\' ct_options=\'{\"ct_id\":11,\"ct_parent\":2,\"selector\":\"link_button-11-139\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'cb833dcbc156800d3c19e7a71ec285c4d51ffd4503641222e9ffb6ecff4a15ee\' ct_options=\'{\"ct_id\":13,\"ct_parent\":0,\"selector\":\"section-13-139\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'9ff73f35a0317cc13fd3f241e8e36d4c90c618fc85d69867101f610dda6ab69e\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"new_columns-14-139\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'813d4a96ce68a60d9a2d36902c22d336ed1b85e224bc28a429b2c48bbfaa0b69\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"div_block-15-139\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7374dfcc05b6d9feaf08198d02b0c1b0c1511e255967ad95d4dd70e57280596a\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"image-18-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7048cb149703bc134a33757243d667870c8435f0fe2c6ac3968b8a958bdd4b9c\' ct_options=\'{\"ct_id\":19,\"ct_parent\":15,\"selector\":\"image-19-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'da0badffa9d572ff27e2b474535e4d6573d4d369e3c857785adb38690ffa99fd\' ct_options=\'{\"ct_id\":16,\"ct_parent\":14,\"selector\":\"div_block-16-139\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'25a24b8bdfef79c8e24e4a8f01ed2e00c6c9952e467e0cf0192b0ecf06b3e392\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"image-20-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7935b807aba61cd6ec324f6900b8625814d88e70ba2be18ee733c27c8a9a9482\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"image-22-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7e7d811a3ede1bc655f24d7cec01b638637531520848a2308941d3004e4aeea7\' ct_options=\'{\"ct_id\":17,\"ct_parent\":14,\"selector\":\"div_block-17-139\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'1bc5471124e85f785c8367e66bc0af4140930d870f35d14f20d8eb01b53c15c7\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"image-23-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'8ef0fe703a7f5085bf9b87141726d705a0573cf38786a057409af1753a4620b9\' ct_options=\'{\"ct_id\":25,\"ct_parent\":17,\"selector\":\"image-25-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\",\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'ab59136b0daeb723d16dec9d2a98e4d7b2797c09f42826d35afadc60b178ec70\' ct_options=\'{\"ct_id\":26,\"ct_parent\":0,\"selector\":\"section-26-139\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2c8502b216ae5747f701d33bf7f079234db3f4adad049154d2bf2b9da4ea430e\' ct_options=\'{\"ct_id\":69,\"ct_parent\":26,\"selector\":\"headline-69-139\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'ecc1ba69f63a26ed8f428f2a33f52166a2da86b693aac2719101dc227f59b12f\' ct_options=\'{\"ct_id\":72,\"ct_parent\":26,\"selector\":\"new_columns-72-139\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4cebb9fcf75e74e13b2f0cdb58f1ebf1ce77427040e88c98917f7f4432981075\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'1fd6ad775fb37b013c9ae5428c7ed8b08d63d999ce3bac4d1bd069ba35cf9d2d\' ct_options=\'{\"ct_id\":35,\"ct_parent\":73,\"selector\":\"fancy_icon-35-139\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'320de7a503956ea82b1a9f17488e919931084fd187724cb91622631c944789dc\' ct_options=\'{\"ct_id\":42,\"ct_parent\":73,\"selector\":\"headline-42-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'5400d95047ceab29e0781eff25db778ba975547250459930210a956bfdcae955\' ct_options=\'{\"ct_id\":53,\"ct_parent\":73,\"selector\":\"text_block-53-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e9e6a1220053aa711f0e5b9aa8df979662e06a6f4b307dfcbeaafe185c0b4d56\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'e78ecb44565a69565521a421004ea7de5653fd7081b4e8d6f59a6c706cd52137\' ct_options=\'{\"ct_id\":36,\"ct_parent\":74,\"selector\":\"fancy_icon-36-139\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7b721c703680d331c4eaa21b8ca612ec8fd0e371c3651366e9313499623cc6a8\' ct_options=\'{\"ct_id\":43,\"ct_parent\":74,\"selector\":\"headline-43-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'83e9336f7e59ced78efe758b45d4a8767aa60eed551896e4c2ea2680f783f647\' ct_options=\'{\"ct_id\":57,\"ct_parent\":74,\"selector\":\"text_block-57-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1164c8d385201fdf7c4a4c06bcebf466f4dd3c28054fb08e8769647051401d4d\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'9b4c56e03aed65e052bca8c04d7654704dd5aa7dca68d71f5836ea4eb7d1fd94\' ct_options=\'{\"ct_id\":37,\"ct_parent\":75,\"selector\":\"fancy_icon-37-139\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c9ad1321e154f434844ee6fd3bae6cccdb3e47e41ab679f6fffb0c4da0e00dd3\' ct_options=\'{\"ct_id\":45,\"ct_parent\":75,\"selector\":\"headline-45-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'84c448ea1cf23ecbaf238e388fdce2275070969279f6a4ed596ff0f9826c0945\' ct_options=\'{\"ct_id\":59,\"ct_parent\":75,\"selector\":\"text_block-59-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a3bf3e7954d344e1eff8999d82bf6cecfca2c80283743ffa8b5374ee427896b8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":72,\"selector\":\"div_block-76-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'4ca2d6cdbbf8596eb6779e8c5bfdf63ddc6dd06541144876f4b73aa07ae6e3c9\' ct_options=\'{\"ct_id\":38,\"ct_parent\":76,\"selector\":\"fancy_icon-38-139\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'8f860a37ab4a5927d9610528a6c6a6af18a2519ac281ec713b8ecdeb9d316cd5\' ct_options=\'{\"ct_id\":47,\"ct_parent\":76,\"selector\":\"headline-47-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'c4f59d9ad660249f2ea4dff6cfe6d534f445b0553baed91773692b8a0aaf075d\' ct_options=\'{\"ct_id\":61,\"ct_parent\":76,\"selector\":\"text_block-61-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(122, 14, 'ct_other_template', '0'),
(123, 15, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'cf7eb4c467327e4d9d29033a0b0e6b64246dda07231a6dfab5a9a5569de24bb6\' ct_options=\'{\"ct_id\":96,\"ct_parent\":0,\"selector\":\"section-96-133\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-bottom\":\"90\"},\"nicename\":\"Features Hero\",\"ct_category\":\"Heros & Titles\",\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'8898102f761b915779eb881337727a89303dea81ccb50d5d36954cbcff7bd0ad\' ct_options=\'{\"ct_id\":98,\"ct_parent\":96,\"selector\":\"headline-98-133\",\"original\":{\"margin-left\":\"40\",\"margin-right\":\"40\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Help Businesses to&nbsp;Grow[/ct_headline][ct_text_block ct_sign_sha256=\'49bc40e76cd0ccfa5214edcc6129accd0af1d4e61c2c401e2c909f421cb5ab43\' ct_options=\'{\"ct_id\":102,\"ct_parent\":96,\"selector\":\"text_block-102-133\",\"original\":{\"margin-left\":\"40\",\"margin-right\":\"40\",\"max-width\":\"480\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"},\"activeselector\":false}\']Dashwoods eagerness oh extensive as discourse sportsman frankness. Husbands see disposed surprise likewise humoured yet pleasure. Fifteen no inquiry cordial so resolve garrets as.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'615d77b5d7f48c339ff667e4f08083d0732b9d7b7ab15d512a844e90477be34b\' ct_options=\'{\"ct_id\":107,\"ct_parent\":96,\"selector\":\"div_block-107-133\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'15e735e1798fa2477761e10ba1a6840f325f56fb67664729bccb836c1154bc95\' ct_options=\'{\"ct_id\":108,\"ct_parent\":107,\"selector\":\"link_button-108-133\",\"original\":{\"margin-left\":\"6\",\"margin-right\":\"6\",\"url\":\"/login/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Get Started[/ct_link_button][ct_link_button ct_sign_sha256=\'da04807c83c88719e9cbfdab11e573093aafcc066073ec93c74491e17d5c2ab1\' ct_options=\'{\"ct_id\":109,\"ct_parent\":107,\"selector\":\"link_button-109-133\",\"original\":{\"margin-left\":\"6\",\"margin-right\":\"6\",\"url\":\"/products/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'8dc1e4142f595166b2a4c4cb5fddccf9d27effe978d9aff55334cd106680f4b5\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'15cf5b2a3604b9300c86252d47f1e7023acc460c342930a1b7273969934251bc\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"new_columns-3-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"reverse-column-order\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'59c8513cc37728dcd8db0d25a570febcdd7a6e249a96e1ec5363d44a4347d6ad\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'da23e8dfbe4cb99be83866615528e321cd55dd6856e2eeafc2cc9025d448166b\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"headline-6-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Free to Try[/ct_headline][ct_text_block ct_sign_sha256=\'09e836e07ed12b135dd30ca947c08dcb7d7c1e4edd6749241a845a942255acec\' ct_options=\'{\"ct_id\":8,\"ct_parent\":4,\"selector\":\"text_block-8-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']On am we offices expense thought. Its hence ten smile age means. Seven chief sight far point any. Of so high into easy. Dashwoods eagerness oh extensive as discourse sportsman frankness.[/ct_text_block][ct_link_button ct_sign_sha256=\'b1f6573cab2bd4dd3d8d02948b83c2c32f18e66f9de9f2abe746736bf6485ad9\' ct_options=\'{\"ct_id\":10,\"ct_parent\":4,\"selector\":\"link_button-10-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9ed3c499f7459679a110d6b6bfaf9b7d870744d9d26444e09e00107bfd032317\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"div_block-5-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'6fa1e687275a6ea2058a351713359f1dd3823298423f46be7f3f4ea6dbc212dc\' ct_options=\'{\"ct_id\":13,\"ct_parent\":5,\"selector\":\"image-13-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/280ddb8e-7c33-4807-b93e-7e137deeab082x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'cef887c0b527e90f20730dbf689e217f51e416a0ae0ff690069488cffeb18a01\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'de57b3a47abac0709207daa6f7fe4ad04f7e7e96f80ea53156dcef327415c116\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"new_columns-15-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'f718b93f2ef8fde316b2c665d62ffbce696a4e0ad0de9c25c4744dd2fdf107f7\' ct_options=\'{\"ct_id\":20,\"ct_parent\":15,\"selector\":\"div_block-20-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'571e47fc826aa947f49cc8e4e5b51d2b22d958cacf8e06fc0f1a2c5ebc02be56\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"image-21-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/b194577b-1049-4392-abcf-72e40dce5f7b2x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'11a0c2b7d0de1aec114bcf4951511db45d0bd953b648fb4a02e02da92271940e\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"div_block-16-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'a0e960ed0f77aa16112292eca33c2e3d05c523323bd6c6e2bc000c4d98db1ed0\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"headline-17-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Cloud Server Storage[/ct_headline][ct_text_block ct_sign_sha256=\'01be3b481c4bd840455ef2431eac4446db60f52f5ca1cb9bbf5ecedf6249c964\' ct_options=\'{\"ct_id\":18,\"ct_parent\":16,\"selector\":\"text_block-18-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']In as name to here them deny wise this. As rapid woody my he me which. Men but they fail shew just wish next put. Led all visitor musical calling nor her. Within coming figure sand things are.[/ct_text_block][ct_link_button ct_sign_sha256=\'245aae74b7b8554789f331f8d80e014187a70a46046f286e50965b17105d4fc8\' ct_options=\'{\"ct_id\":19,\"ct_parent\":16,\"selector\":\"link_button-19-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'88c135367b714929a2c059d4d357a7d87b20580c08051c0d40762cca4c140bfe\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-133\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Features Row\",\"ct_category\":\"Showcase\"}\'][ct_new_columns_3 ct_sign_sha256=\'df11d1faaeb8602426e776b97723c85ffbc1b2c75c90349fe0e43575e4b69d9b\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"new_columns-46-133\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'263223bf06dcf4b02695c3239f6b020106a5dda9bd164e731edaeb3413c3e14e\' ct_options=\'{\"ct_id\":88,\"ct_parent\":46,\"selector\":\"div_block-88-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'2fb6b432068bc83cfff61263a2fc17f93b2bc71d28a209e70d30652b842720d1\' ct_options=\'{\"ct_id\":89,\"ct_parent\":88,\"selector\":\"fancy_icon-89-133\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a492306ab4e16c1c40f9cc31b0b74137ebc07a2b2f3b40cc230463c84caf3762\' ct_options=\'{\"ct_id\":90,\"ct_parent\":88,\"selector\":\"headline-90-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']Cross-Marketing Opportunities[/ct_headline][ct_text_block ct_sign_sha256=\'47173cc5c84360e760c637283df9c7c11812ee3815b2de366486e2ed0993737e\' ct_options=\'{\"ct_id\":91,\"ct_parent\":88,\"selector\":\"text_block-91-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Far estimable extremely middleton his concealed.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cee7ce94bbca4ab5ef3a9814f00baca576d0268ae924f481fe552f3e8e91a325\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"div_block-47-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\",\"background-color\":\"color(11)\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"border-radius\":\"5\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'1de20e8ce10f01a0a81e9c84cf844b14df0265d7eda6ec6c9f5bc47118d7e462\' ct_options=\'{\"ct_id\":51,\"ct_parent\":47,\"selector\":\"fancy_icon-51-133\",\"original\":{\"icon-id\":\"Lineariconsicon-coffee-cup\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f911da53e9245afb316314da5a6278f5d6106ce829b1c985746c34736af06665\' ct_options=\'{\"ct_id\":58,\"ct_parent\":47,\"selector\":\"headline-58-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']Speed-Up your Website[/ct_headline][ct_text_block ct_sign_sha256=\'73984ffca0f2805d6815192d94f086bf22c620918996174288a2e4f7110ead88\' ct_options=\'{\"ct_id\":73,\"ct_parent\":47,\"selector\":\"text_block-73-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Drawings can followed improved out sociable not. Earnestly sod.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2f5e430000c99a9df36fe63ce61ea40ed710ffb10fa28d7525c66f1d6e580430\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\",\"nicename\":\"Div 48\"}\'][ct_fancy_icon ct_sign_sha256=\'80dedb4bb692d2d286da3f965ef9ea2454c8e4c27e1490d0067a143caffbe994\' ct_options=\'{\"ct_id\":52,\"ct_parent\":48,\"selector\":\"fancy_icon-52-133\",\"original\":{\"icon-id\":\"Lineariconsicon-lock\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'251d9d6c2d53aa40b68fb577e2b6010954dd0bd98a0d9a8dfdeb343176b209f5\' ct_options=\'{\"ct_id\":59,\"ct_parent\":48,\"selector\":\"headline-59-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']100% Secure Connection[/ct_headline][ct_text_block ct_sign_sha256=\'e3050970d88684d474315abd16cb6bf450422c3a533e862dc443bd8a73a0888c\' ct_options=\'{\"ct_id\":75,\"ct_parent\":48,\"selector\":\"text_block-75-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Allowance too applauded now way something recommend.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'447e9249c5838526253c88827c627218865844ee1a21c8c831de1441340bcf70\' ct_options=\'{\"ct_id\":24,\"ct_parent\":0,\"selector\":\"section-24-133\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'3cb38ee0edd73841412a66a3bb9c17f34ec2245fb0d52542e3754b98eec785ba\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"new_columns-25-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"never\",\"reverse-column-order\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c0cc7cfa88355f9e0a69d8437e904731666bdd49b0c66c08ecaf7600a253994a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"div_block-26-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'be1b8599387032d037565df0570ce8dbd9952f3df92a3c214f625d5383bcfc63\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"headline-27-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Full File Access[/ct_headline][ct_text_block ct_sign_sha256=\'8328bfb0d8a6a514cb2ab51231216ec890d45b3c1b08f6fb85be92b5823787a1\' ct_options=\'{\"ct_id\":28,\"ct_parent\":26,\"selector\":\"text_block-28-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Continual delighted as elsewhere am convinced unfeeling. Introduced stimulated attachment no by projection. To loud lady whom my mile sold four. Need miss all four case fine age tell.[/ct_text_block][ct_link_button ct_sign_sha256=\'87a7710070edf33ea5a70a5f1bdcb5fc0120162b3a9a0f65ba6de345511ffdfc\' ct_options=\'{\"ct_id\":29,\"ct_parent\":26,\"selector\":\"link_button-29-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5126b8cfe48d615fea6d57a9c99863afee06d4bfe35b138f45503e306b688a21\' ct_options=\'{\"ct_id\":30,\"ct_parent\":25,\"selector\":\"div_block-30-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'d304ec0e6c0536be5385fc82b769dd848197c260155147b9ac7aa5755591a5de\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"image-31-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/f387b9c4-f497-48ac-845a-05ba97f805d12x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'263b3e54f924c751d6f6573e29438fe41b7876ae6a194d6b9af74ee8dcf4a686\' ct_options=\'{\"ct_id\":33,\"ct_parent\":0,\"selector\":\"section-33-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(3)\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'cc25ecde0573f53c4d0ccf010cd4c2197bd97c2d80566575f5990cffb78361b2\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"new_columns-34-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'3db9f867fb400b18b04b29f534bec7f121a5c3ab15bc566cede8c15a59b9b441\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"div_block-35-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7a854aa8a570e3ce09f2354ed3a67b8fee45759f010bdf0c6dd1368b1d223b9c\' ct_options=\'{\"ct_id\":36,\"ct_parent\":35,\"selector\":\"image-36-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e6ae632e6e9459516b0372e3b6dbec17adca193f3937cc6131254734e9b3a0cd\' ct_options=\'{\"ct_id\":37,\"ct_parent\":34,\"selector\":\"div_block-37-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'4420d7d8c663341bf7a19be075b2904cf3bc1055e3b5e64357dce25895f0fab0\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']DDos Protection[/ct_headline][ct_text_block ct_sign_sha256=\'5ebf88a3419a613f5838cface305f4a3145aad2bc6ac88764f4a622d7ab14d4e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Civility vicinity graceful is it at. Improve up at to on mention perhaps raising. Way building not get formerly her peculiar. Up uncommonly prosperous sentiments simplicity acceptance to so.[/ct_text_block][ct_link_button ct_sign_sha256=\'4f193ce422831d23e936bacf0475d0489f31f6643cc8b3f2ca2c8c939092e4bf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":37,\"selector\":\"link_button-40-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(124, 15, 'ct_other_template', '0');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(125, 16, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'d1a9d9c9f833f8d3e5ed8d94b6a4be4792c2828b1f2da4053ceada0915b6def0\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-115\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"20\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"nicename\":\"Products Hero Section\",\"ct_category\":\"Heros & Titles\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'b6550489b3b57d72cae96be0cf8667952c76618277ca01c30f4ca6193b38fee6\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-115\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get Fully Managed<br>Hosting Located in&nbsp;USA[/ct_headline][ct_text_block ct_sign_sha256=\'4ebe553b5ac20f7c88f414c5b416093bd5b192e226dce74bb1c3defc07e48d9a\' ct_options=\'{\"ct_id\":7,\"ct_parent\":2,\"selector\":\"text_block-7-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"max-width\":\"480\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']One morning, when Gregor Samsa woke from troubled dreams, himself transformed in his bed into a horrible vermin.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'bb8e8d30fceab3a2231cb828164f55650d800eb6b5a69801f18ef2091571f5fb\' ct_options=\'{\"ct_id\":9,\"ct_parent\":2,\"selector\":\"new_columns-9-115\",\"original\":{\"max-width\":\"720\"},\"media\":{\"tablet\":{\"original\":{\"max-width\":\"360\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'b5ec2f0e4be373f2c7c0f3d9770577fda4dfd44345449f5b092cedb3329c8227\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-115\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_div_block_4 ct_sign_sha256=\'a24c64748b2287e944bf25f0ae361d31e674124407b30b50087de4fd8c7ed60d\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"div_block-13-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'709059fb5999953ff6fcf0854a715a3db548412ed7ea96640cb2e319fe7b1989\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"fancy_icon-14-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c9c3e6e8765f78ce301da3aaad9e843db27c46f40d473cc3f80f7f177fba1ac6\' ct_options=\'{\"ct_id\":15,\"ct_parent\":13,\"selector\":\"text_block-15-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']24x7x365 support coverage;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'61e2bf211f3cd8f0bc6668ed6af1d835230c7c2815e3f521a013daf7a5154f04\' ct_options=\'{\"ct_id\":17,\"ct_parent\":10,\"selector\":\"div_block-17-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'989b58b2369154deb42d6f793ddf27ff075f511ba9d55656bb295ec0f3641c37\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"fancy_icon-18-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'057da57aeebc24cdc888ff5ab34334fb604b47fd5a91e0822ff642d2a47d0014\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"text_block-19-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Transparent 100% Uptime SLA;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'e7cf39f69122301d1c7b2574cf9c5eb135c2f99e7c86bfeac6814f452f7d12ef\' ct_options=\'{\"ct_id\":23,\"ct_parent\":10,\"selector\":\"div_block-23-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'c92340a13d454d56836c5091f608ce86081c5424a5e61b4aa3d03b16c888df8e\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"fancy_icon-24-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'1fb48139293c186bce088e30b0cfc81497f2d697eac59e5258624db63e683517\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"text_block-25-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Windows and Linux VPS available;[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e56aa21cc83b7cbaabe76142011185f2c56d7f9b2f92425a8503be02dc07bd37\' ct_options=\'{\"ct_id\":11,\"ct_parent\":9,\"selector\":\"div_block-11-115\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_div_block_4 ct_sign_sha256=\'9e2a8040a59e95fc8b0fe32ccf3d0d0571a10d2d4c525a777febff523350ffa7\' ct_options=\'{\"ct_id\":20,\"ct_parent\":11,\"selector\":\"div_block-20-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'f30beb01f01a67abe283c47069760f094eb44975c64ef303377494054fb80af6\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"fancy_icon-21-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'218616c2b2692d4d094cdc8d38dc71d2796e1e1117ee06f18e535fd8099a6273\' ct_options=\'{\"ct_id\":22,\"ct_parent\":20,\"selector\":\"text_block-22-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Automatic daily backups;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'507a0f4f79bbe5ce319c8f65c75768adddb8a71e4950ad8bdf2a7b791311d778\' ct_options=\'{\"ct_id\":29,\"ct_parent\":11,\"selector\":\"div_block-29-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'71d21d5463c2ffe61c3d52171caec7eda77c8b1a564ff2e3d2ada4be3fc823b9\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"fancy_icon-30-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'06e9538f2f268ce6a96b3ec8e25cf121ee253adbf9d7d43bf59f9befb5ccf655\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"text_block-31-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']No limits on support time per month;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'69862593b8b38a5d6fc6ed2c56b95526bfb2fb9cc0de9352efba17b3e8672139\' ct_options=\'{\"ct_id\":32,\"ct_parent\":11,\"selector\":\"div_block-32-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'0bb13c0bbee52f9f546e584e4a9cf7bb1606b176afec62a76670d620cb386bfb\' ct_options=\'{\"ct_id\":33,\"ct_parent\":32,\"selector\":\"fancy_icon-33-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'4266b92f736ab17f87917b755ba5ee4ca9d92bce82802ea54d27604edf718851\' ct_options=\'{\"ct_id\":34,\"ct_parent\":32,\"selector\":\"text_block-34-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Easy Scalability.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'f4c333d70bd6839810090343956ed485796af6757d95d8ce810f3602f5541eee\' ct_options=\'{\"ct_id\":45,\"ct_parent\":0,\"selector\":\"section-45-115\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"ct_category\":\"Showcase\",\"nicename\":\"Products Section\"}\'][ct_new_columns_3 ct_sign_sha256=\'4a54ba157ee798a6bcc3a53effc585e2f762a16854be7b5da53a094d9909facb\' ct_options=\'{\"ct_id\":46,\"ct_parent\":45,\"selector\":\"new_columns-46-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'c8921fcdd55fea986f2ea38f4faaf63c0ac3d3f1cb97295458385fce2da7e0e0\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"div_block-47-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'7378fefbf21ba319729a84cb5be0568870354171c92edc6b84b3f88754f9db35\' ct_options=\'{\"ct_id\":51,\"ct_parent\":47,\"selector\":\"div_block-51-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'be147729169df419692bb35ae0b629dfdf063dd41f6fb95c6cfbfc330eb26ccb\' ct_options=\'{\"ct_id\":69,\"ct_parent\":51,\"selector\":\"fancy_icon-69-115\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6cfa47fc0ee1f5a15dedc61154be5ee3da87f23860ee8f9742a7383df97509f0\' ct_options=\'{\"ct_id\":58,\"ct_parent\":51,\"selector\":\"headline-58-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Managed VPS[/ct_headline][ct_text_block ct_sign_sha256=\'7e0dd7f98262dfaa6d7468957bc608d6ee0437b93b258240b71bd09147813d48\' ct_options=\'{\"ct_id\":87,\"ct_parent\":51,\"selector\":\"text_block-87-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'6a34461364931a9743f1d061832e6c02a6677c003a28df433d3be034683f2e24\' ct_options=\'{\"ct_id\":91,\"ct_parent\":87,\"selector\":\"span-91-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;24x7x365 support coverage;[/ct_text_block][ct_text_block ct_sign_sha256=\'38854b58a843a5d91e82566683d8a138f2ef61e78b9af2520397074599370293\' ct_options=\'{\"ct_id\":94,\"ct_parent\":51,\"selector\":\"text_block-94-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'e202c9028e9fecb3ecd0ea562cf0f03707abe0d878d2ac19fe4e13ab61b7027c\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"span-95-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'f6c656a64040a831ca4f0ffe857741d5daed7f86c9942335a83501f35473287c\' ct_options=\'{\"ct_id\":98,\"ct_parent\":51,\"selector\":\"text_block-98-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'114eeb355e3789706788bae47dc6c2be1a0640c2b1991003ac83866a4b3c0aae\' ct_options=\'{\"ct_id\":99,\"ct_parent\":98,\"selector\":\"span-99-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'9dabef5f08a6428bc03fd7fa7aef143fc0ef22c32966a5a3f68435f8f27bb33f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":51,\"selector\":\"headline-138-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$49[/ct_headline][ct_text_block ct_sign_sha256=\'98d028e902cdff674ca798080bed9bf4408009a4d18aa13af625c94178b0dc6e\' ct_options=\'{\"ct_id\":152,\"ct_parent\":51,\"selector\":\"text_block-152-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'e22fdd751cbbc84a5de2998ed1b05c521e857a38485f1068834e98229c63b495\' ct_options=\'{\"ct_id\":77,\"ct_parent\":51,\"selector\":\"link_button-77-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top-unit\":\"px\"}}}}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1bedfc8d8144576c7c6e45666983444e168ebf51b7a3a5377b261269d57f15c9\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e1db4d7d79f5578b60f2aab10099486cff14bb4b040ed4cc2b294da91dd41fca\' ct_options=\'{\"ct_id\":52,\"ct_parent\":48,\"selector\":\"div_block-52-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'2b7cf63723f043ba539af61e88870a445bc1e0af972d931e606d08e2cc84c784\' ct_options=\'{\"ct_id\":71,\"ct_parent\":52,\"selector\":\"fancy_icon-71-115\",\"original\":{\"icon-id\":\"Lineariconsicon-printer\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1f2697b82e1ac03e452acc92865e531992ff2566080671cee54a0c15934f5a62\' ct_options=\'{\"ct_id\":60,\"ct_parent\":52,\"selector\":\"headline-60-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Servers[/ct_headline][ct_text_block ct_sign_sha256=\'a45ce7f0c0182ff1261f064b2454bfac837067c8088e4df575f45c3d0a8e1899\' ct_options=\'{\"ct_id\":102,\"ct_parent\":52,\"selector\":\"text_block-102-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'3d6d95b3b0d651233d6c67e3c62e9d7884b6c6f4cfd06e476aa915ae30e2d38f\' ct_options=\'{\"ct_id\":103,\"ct_parent\":102,\"selector\":\"span-103-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;No limits on support time per month;[/ct_text_block][ct_text_block ct_sign_sha256=\'93bdf04f8f572e9ad3f42b8e1be1e991961ebe768c6dee6a122e97b70a558a99\' ct_options=\'{\"ct_id\":105,\"ct_parent\":52,\"selector\":\"text_block-105-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'908994f1bd9232f997adcb93bbe2a14ba54a2afc91b4534eef4d431d4252c39b\' ct_options=\'{\"ct_id\":106,\"ct_parent\":105,\"selector\":\"span-106-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'4fd86bf0c3f566d463f6ed90ea0ba370ecc1b786751b5099b8f14d92c750cc9f\' ct_options=\'{\"ct_id\":108,\"ct_parent\":52,\"selector\":\"text_block-108-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'9b44544271ae708c0aab33dcb0f952e9486ca43804217a5f577011f5f4908839\' ct_options=\'{\"ct_id\":109,\"ct_parent\":108,\"selector\":\"span-109-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'32330a37ee71cc284dd9a29003041a0915d913419924369f4fe946649d6e14f5\' ct_options=\'{\"ct_id\":142,\"ct_parent\":52,\"selector\":\"headline-142-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$79[/ct_headline][ct_text_block ct_sign_sha256=\'a9dabd34de3edb8d17ab1b755838fd012cc96aaa15a1ff9d8ac5537de812e3fb\' ct_options=\'{\"ct_id\":154,\"ct_parent\":52,\"selector\":\"text_block-154-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'aacd72539d92dc32398138dba52d459e54dc1b28a102f793a2095297d617bc12\' ct_options=\'{\"ct_id\":80,\"ct_parent\":52,\"selector\":\"link_button-80-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'28a79b3abb83af005e096b0555b33df3d894c577f5a79aa07cb5de50be80442a\' ct_options=\'{\"ct_id\":49,\"ct_parent\":46,\"selector\":\"div_block-49-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'f23fab2545ba5e56d58a97980861e09d7b7daa52fa31061e8cc09c40b742e0f5\' ct_options=\'{\"ct_id\":54,\"ct_parent\":49,\"selector\":\"div_block-54-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'afcb30f91b176ad9c5d154b8b0d583a705534153a2dac3a317aa4a27209f9f79\' ct_options=\'{\"ct_id\":73,\"ct_parent\":54,\"selector\":\"fancy_icon-73-115\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-upload\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1f6b3e662397884ba5400dfca6c951a4e0141dbd88c279c0bdb8d32cdebef590\' ct_options=\'{\"ct_id\":62,\"ct_parent\":54,\"selector\":\"headline-62-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Private Clous[/ct_headline][ct_text_block ct_sign_sha256=\'bdc75984633e6edf47885914891993d971706f508f2581b9dc33a76d5f0ea3b6\' ct_options=\'{\"ct_id\":111,\"ct_parent\":54,\"selector\":\"text_block-111-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'0708ae53406833aa1e7a8f8c91a8efc7f28ab5208db64974769a30c05c5769a2\' ct_options=\'{\"ct_id\":112,\"ct_parent\":111,\"selector\":\"span-112-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Automatic daily backups;[/ct_text_block][ct_text_block ct_sign_sha256=\'a3a9174a23c202f30c96076db7fdc1a95fb9f13c97a33ad2018e3e79abc3b6da\' ct_options=\'{\"ct_id\":117,\"ct_parent\":54,\"selector\":\"text_block-117-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'cb84084d930044f12efa02134e5d4d413d233cee67285727873b5844f3adc46d\' ct_options=\'{\"ct_id\":118,\"ct_parent\":117,\"selector\":\"span-118-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'90b390f0867bedd957fa04dc79357270043bac0a0d8427788bfcad432fc472e4\' ct_options=\'{\"ct_id\":123,\"ct_parent\":54,\"selector\":\"text_block-123-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'2bdc219fa732f8bf135eae5919477fa66c0ab475ab748865830652eb9085b977\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"span-124-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'7094a15eb7e298304f028c3db6490d6292cb1595000db28704ff27b0965731a8\' ct_options=\'{\"ct_id\":145,\"ct_parent\":54,\"selector\":\"headline-145-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$99[/ct_headline][ct_text_block ct_sign_sha256=\'566427f041553e349fb7f1da2c7115f08cee2cd8fddd0882492772f1c7c16b7b\' ct_options=\'{\"ct_id\":156,\"ct_parent\":54,\"selector\":\"text_block-156-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'2ec814cb61880fc2413bd4847b9cff52693972d7081071fb40fd86c9ea5bfa4b\' ct_options=\'{\"ct_id\":83,\"ct_parent\":54,\"selector\":\"link_button-83-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c956d60c1a1fe7e46fba2781f5039b5098bb34c442c62e1dd1cd9f71c203927e\' ct_options=\'{\"ct_id\":50,\"ct_parent\":46,\"selector\":\"div_block-50-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'f323f0d57ce884ad3a5279d4559f219608ce729e7c9718e3f9d5b5dfaa87e537\' ct_options=\'{\"ct_id\":56,\"ct_parent\":50,\"selector\":\"div_block-56-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'ea93c4aabe3d1692c551212392ac87bcb695ab308effd0f790aab4af52ca96a4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":56,\"selector\":\"fancy_icon-75-115\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'09708d8d65683e7fffd8719af619d7e8a3ef9662e5bf8d04716a386ac92ad62f\' ct_options=\'{\"ct_id\":64,\"ct_parent\":56,\"selector\":\"headline-64-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Clusters[/ct_headline][ct_text_block ct_sign_sha256=\'d26843680fa5799f965c58220f049bfcf634d174675152968465111befc5c1a7\' ct_options=\'{\"ct_id\":114,\"ct_parent\":56,\"selector\":\"text_block-114-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'3b927ec2064b470d8e2dfa267aa291f591e9d9dd4a88847d1328a2e33b5d3d3a\' ct_options=\'{\"ct_id\":115,\"ct_parent\":114,\"selector\":\"span-115-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Windows and Linux VPS available;[/ct_text_block][ct_text_block ct_sign_sha256=\'cefcb0078ed3ec69418838b672953e8922844b15b7701d030183cf96e800165c\' ct_options=\'{\"ct_id\":120,\"ct_parent\":56,\"selector\":\"text_block-120-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'f1f4288a1a4c9645463fdbecf7caeda296b66ffb37015817a7887c753883b409\' ct_options=\'{\"ct_id\":121,\"ct_parent\":120,\"selector\":\"span-121-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'2b14fbd1c440c98302289f6b0c047506a4f5f56b72d847ac7f562ee939b7fdee\' ct_options=\'{\"ct_id\":126,\"ct_parent\":56,\"selector\":\"text_block-126-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'23fb39258a1dd102690a5303b70f464338a50bd2f7ee8bcef3e05431a10fd2c0\' ct_options=\'{\"ct_id\":127,\"ct_parent\":126,\"selector\":\"span-127-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'cff8fb26d58df032e1dcb5fd8d853c0c5a88bf664ec9f5c3ff703d257e8907c2\' ct_options=\'{\"ct_id\":147,\"ct_parent\":56,\"selector\":\"headline-147-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$139[/ct_headline][ct_text_block ct_sign_sha256=\'8dbdf7b28aca2ee61166e8caa752ee753917c5cbb062cdb076bd2ebbc7f8e6e5\' ct_options=\'{\"ct_id\":158,\"ct_parent\":56,\"selector\":\"text_block-158-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ffaa2f11a7e528d687e3fb4ff62baf0ec47b1c17ee0816a88321f460cec9b817\' ct_options=\'{\"ct_id\":85,\"ct_parent\":56,\"selector\":\"link_button-85-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'13c18dc486594112681badb786903399e8fe5a32fb489e324a573293f5e1d61c\' ct_options=\'{\"ct_id\":160,\"ct_parent\":0,\"selector\":\"section-160-115\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\"},\"activeselector\":false,\"nicename\":\"Providers Section\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'63fecabbb0cc464db2469d5fe0be858b4daa676e787bade048a19e5c882cb530\' ct_options=\'{\"ct_id\":162,\"ct_parent\":160,\"selector\":\"headline-162-115\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Not all hosting providers are&nbsp;the&nbsp;same[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8cd0a78cff98d5a304231eb593b9a46912e86b4432a683935b4b0bfa2b05c5cd\' ct_options=\'{\"ct_id\":167,\"ct_parent\":160,\"selector\":\"new_columns-167-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'f760d71d76cc8d58a0d658d9ac6cd61b8eba00ec5e108dc81365ebdd81ed4039\' ct_options=\'{\"ct_id\":169,\"ct_parent\":167,\"selector\":\"div_block-169-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'301dfa58f217c78956532624a82ac5a58fcca69aa52667b1822b133692e3b8f5\' ct_options=\'{\"ct_id\":161,\"ct_parent\":169,\"selector\":\"image-161-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'087d84328ed611ecefaf2bc2b97b61fca80efe29080fb7d5e9c30a54894706ac\' ct_options=\'{\"ct_id\":170,\"ct_parent\":167,\"selector\":\"div_block-170-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'ae539d448eb7ec7f48c0101f0d72c0465af5e79fc6545edcf8e6a63bc78c9f5c\' ct_options=\'{\"ct_id\":172,\"ct_parent\":170,\"selector\":\"headline-172-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']A collection of textile samples[/ct_headline][ct_text_block ct_sign_sha256=\'b98da63ed7b801c1115b960abc63b4f87070555285cf247c37e48a98a6d21f4d\' ct_options=\'{\"ct_id\":176,\"ct_parent\":170,\"selector\":\"text_block-176-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'d29c1bbe3106e9a24bd53bde6f17b9151f2ad3a485cada0b3c51cb432c4c7e25\' ct_options=\'{\"ct_id\":179,\"ct_parent\":160,\"selector\":\"new_columns-179-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'84026eaff21c4ee40cf4d2a0e48e366a937ae9aa351e0cf242c79e4380133e0d\' ct_options=\'{\"ct_id\":180,\"ct_parent\":179,\"selector\":\"div_block-180-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'c6be63cb7e0af7c49ba487ece4fe852898d088b64a91362423f49e2b6ce0ec37\' ct_options=\'{\"ct_id\":181,\"ct_parent\":180,\"selector\":\"image-181-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'4be9a30b77128cadf0135850662e362c63617ecaaec98d7b74d48e04669a6ce2\' ct_options=\'{\"ct_id\":182,\"ct_parent\":179,\"selector\":\"div_block-182-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'1ac0a6ec19a66fccb02a60a6bde1e5d116ae9ae3bf3cf9bd4affee514ccf598d\' ct_options=\'{\"ct_id\":183,\"ct_parent\":182,\"selector\":\"headline-183-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']He lay on his armour-like back[/ct_headline][ct_text_block ct_sign_sha256=\'544c278ec0ea7ea28bb92af628c4f2683e924b7590a4d11cd217ff0483b2abb2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":182,\"selector\":\"text_block-184-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'19b882823909e0552c9a703fc34176d51ba07797a7c7f6baa1c90e4edd35bf1e\' ct_options=\'{\"ct_id\":185,\"ct_parent\":160,\"selector\":\"new_columns-185-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d634dbdd6438548d030e18d4f8727b5694a45d3d009a325a949f3370477f340e\' ct_options=\'{\"ct_id\":186,\"ct_parent\":185,\"selector\":\"div_block-186-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'e4f444d3591227aa672eef7405a7ca5765473a1f7f9c7ce84170bd05648af95c\' ct_options=\'{\"ct_id\":187,\"ct_parent\":186,\"selector\":\"image-187-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6422d2c7241b1a5fb6edfd43eb7d6a27db44ce78d4e959e563ab49c99a3e82fc\' ct_options=\'{\"ct_id\":188,\"ct_parent\":185,\"selector\":\"div_block-188-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'cfcdf77a9c3a09002d43e012c7b108f8ef79fca28137f5ea49aeef3d5b6ea007\' ct_options=\'{\"ct_id\":189,\"ct_parent\":188,\"selector\":\"headline-189-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']His room, a proper human[/ct_headline][ct_text_block ct_sign_sha256=\'c79c60313166658e1bae958d95abc9a42c21d2ee645dbc5cca991725a6c3d5ad\' ct_options=\'{\"ct_id\":190,\"ct_parent\":188,\"selector\":\"text_block-190-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. \"What\'s happened to me?\" he thought.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'09c4ebe35e227d5f878a10c8280147353290ffb16f89bca962cc597c1fbc81c3\' ct_options=\'{\"ct_id\":195,\"ct_parent\":0,\"selector\":\"section-195-115\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"#b2d27d\"},\"1\":{\"position-unit\":\"px\",\"value\":\"#00a5bd\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"ct_category\":\"Call To Action\",\"nicename\":\"Sign Up CTA\"}\'][ct_headline ct_sign_sha256=\'17bfd10d3b51603d08fc04c8d1ca5d8507ab47ae7c41f9786a45f607b6a02a6f\' ct_options=\'{\"ct_id\":196,\"ct_parent\":195,\"selector\":\"headline-196-115\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Ready to Start?[/ct_headline][ct_text_block ct_sign_sha256=\'c805fbfa7598fb434dd17a785ec24ec95be36581230749c5079b9a7d2116584b\' ct_options=\'{\"ct_id\":200,\"ct_parent\":195,\"selector\":\"text_block-200-115\",\"original\":{\"color\":\"color(2)\",\"margin-bottom\":\"20\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']Try us risk-free with a 30 day money backed guarantee[/ct_text_block][ct_link_button ct_sign_sha256=\'50f4e3124cdcc33c8f2dd04a4d02651f3da7eeed1cdd562444b9afd9a7e4a770\' ct_options=\'{\"ct_id\":198,\"ct_parent\":195,\"selector\":\"link_button-198-115\",\"original\":{\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"25\",\"box-shadow-blur\":\"20\",\"box-shadow-spread\":\"-20\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"url\":\"/login/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false}\']Sign Up[/ct_link_button][/ct_section_2]'),
(126, 16, 'ct_other_template', '0'),
(127, 17, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'6bf9caf616fd6e2a777af4ae85c5c84eaaf652f115c2dda9aa32c3671a5e1bd9\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-114\",\"original\":{\"background-color\":\"color(7)\",\"height-unit\":\"vh\",\"height\":\"80\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"ct_category\":\"Call To Action\",\"nicename\":\"Log In Form\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\",\"height-unit\":\"auto\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'3c1784fbf9e68f96422e1db61a61abeac69746ac3687237dc3d8f3a8343768da\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-114\",\"original\":{\"background-color\":\"color(3)\",\"width-unit\":\"%\",\"width\":\"100\",\"max-width\":\"480\",\"border-radius\":\"5\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'254df16921e2043cf74dc5fe62fb6a98d88c03cd467200cacaa0a1b2bf7722a4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-114\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"36\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Log In/Sign Up[/ct_headline][ct_div_block_4 ct_sign_sha256=\'d92ed91d2ff924162651283622b2d61f6502ff2785ac7b4f48e95da31b0adf01\' ct_options=\'{\"ct_id\":13,\"ct_parent\":3,\"selector\":\"div_block-13-114\",\"original\":{\"background-color\":\"color(7)\",\"justify-content\":\"center\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"36\",\"border-radius\":\"5\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'9bdaa2c496bf15e997522ba40b58043ec4d3b98abb93f5a6f058588266a408ec\' ct_options=\'{\"ct_id\":8,\"ct_parent\":13,\"selector\":\"fancy_icon-8-114\",\"original\":{\"icon-color\":\"color(4)\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'925f2cc91b1015bd7db08fb6e221cc7152f1014f74d6cbd355ca8751a734abb7\' ct_options=\'{\"ct_id\":9,\"ct_parent\":13,\"selector\":\"headline-9-114\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"20\",\"font-weight\":\"500\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Login Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'68db52f7a80ed094d28385df61d61bcdb943c9cefa9d6e1956e9c9fb0a924b3b\' ct_options=\'{\"ct_id\":11,\"ct_parent\":13,\"selector\":\"text_block-11-114\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\"},\"activeselector\":false}\']Oxygen works with any Contact Form Plugins...[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_section_2]'),
(128, 17, 'ct_other_template', '0'),
(129, 18, 'ct_builder_shortcodes', ''),
(130, 18, 'ct_other_template', '11');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(131, 19, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'91a9635680a8233be32b5de7f79b8428f4aec55ee60b1d0e173a7819bb2b5efe\' ct_options=\'{\"ct_id\":4,\"ct_parent\":0,\"selector\":\"section-4-62\",\"original\":{\"background-color\":\"color(7)\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'f0005d17e52e17deecfa9905df97c6ccf90e75be2e7d4d7e2976b89284326e80\' ct_options=\'{\"ct_id\":7,\"ct_parent\":4,\"selector\":\"headline-7-62\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get Quote[/ct_headline][ct_text_block ct_sign_sha256=\'9d5eecc871a6b7bdc8f17eb9786950de280744a2e94eda0b9b6c2e7d959d45d9\' ct_options=\'{\"ct_id\":9,\"ct_parent\":4,\"selector\":\"text_block-9-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Since launching in April of 2004, EuroVPS now manages the hosting of&nbsp;+2,000 clients in +100 countries. We\'d love for you to&nbsp;join![/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'d014fc8d997fab5dd27431b636d4ccc555b76e69cb5bf9530092ebf7ed502db6\' ct_options=\'{\"ct_id\":518,\"ct_parent\":4,\"selector\":\"new_columns-518-62\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'29dad91d91a2ea1146b61db2ba1b55c6a9f6242321aa3094898b231eb196e4b7\' ct_options=\'{\"ct_id\":520,\"ct_parent\":518,\"selector\":\"div_block-520-62\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'ec93f9a6f9c4e65bb81db993f3121a0c3cc1d5a71c6836198242e3ce61dea42d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":520,\"selector\":\"div_block-24-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'7bdf4478941e87892fffe334c63d74bb23e9e3ba8feefc35a498602c4024b893\' ct_options=\'{\"ct_id\":531,\"ct_parent\":24,\"selector\":\"fancy_icon-531-62\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-sync\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f20e53e5e59507d3882d004b770e28b218e5ae16bd114031045adae3939cb32a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":24,\"selector\":\"text_block-26-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free migration<br>&amp;&nbsp;personalized onboarding[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ccfa9d57653b98a4aa5665ef49bdc6cb4b0d3dd163f8e300757cfaa163342cc4\' ct_options=\'{\"ct_id\":27,\"ct_parent\":520,\"selector\":\"div_block-27-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'12f6b5ce52eb68228d5314bec7d9592e5e5ece0272d01ed51127bd80c257132a\' ct_options=\'{\"ct_id\":532,\"ct_parent\":27,\"selector\":\"fancy_icon-532-62\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'af8b10588f560762b5450ccf188f69e434c1d06d77c598873a29b480ea7d4a65\' ct_options=\'{\"ct_id\":29,\"ct_parent\":27,\"selector\":\"text_block-29-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']100% credit<br>backed SLA[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d2efe8db0e1165cfcb8219361988b55989d43bf1ffedfc05a31b6f6c02470249\' ct_options=\'{\"ct_id\":30,\"ct_parent\":520,\"selector\":\"div_block-30-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2e2fb8c0638ba9502e5611601374ecfc84d6a02175bedc488e381ba2becb3ca6\' ct_options=\'{\"ct_id\":534,\"ct_parent\":30,\"selector\":\"fancy_icon-534-62\",\"original\":{\"icon-id\":\"Lineariconsicon-bullhorn\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'48c9821b0c96c1d8cd29f0fe392fe3ec303368c4841dee3107715b35db393bcd\' ct_options=\'{\"ct_id\":32,\"ct_parent\":30,\"selector\":\"text_block-32-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Unlimited support<br>at no extra cost[/ct_text_block][/ct_div_block_3][ct_text_block ct_sign_sha256=\'9e391318860a984b26703ea8bfb8a68072d123ec662d62416039ae69eddb6041\' ct_options=\'{\"ct_id\":117,\"ct_parent\":520,\"selector\":\"text_block-117-62\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']Since launching in April of 2004, EuroVPS now manages the&nbsp;hosting of +2,000 clients in +100 countries. We\'d love for you to&nbsp;join!<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'730f563ece9da7ef641df06a7d2c4e620f68f9ddfdb845eb65f6e0fd857a19c6\' ct_options=\'{\"ct_id\":521,\"ct_parent\":518,\"selector\":\"div_block-521-62\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'32c4824762b40fc5e56f9de98bd9fba5ed5233e71e0d5e2b755c93bb711ed6b3\' ct_options=\'{\"ct_id\":119,\"ct_parent\":521,\"selector\":\"headline-119-62\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Request 14-Day Free Trial[/ct_headline][ct_div_block_3 ct_sign_sha256=\'7e2451f77e3dbe95657e8d4332c8f6ffd69820f79b916fb9860d1d94c9489dec\' ct_options=\'{\"ct_id\":467,\"ct_parent\":521,\"selector\":\"div_block-467-62\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'4266f019ea7bb8bb60697ea4a075473c39d237cf6fd8c6a27f2e6a4916ce5f92\' ct_options=\'{\"ct_id\":468,\"ct_parent\":467,\"selector\":\"fancy_icon-468-62\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d43953f3041e35fc7fb1a1d1e619a64cba5349b8ef358fec14a460feef81b4f4\' ct_options=\'{\"ct_id\":469,\"ct_parent\":467,\"selector\":\"headline-469-62\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'c6fe55dc4c0206c909d4e40e1932522d397136d4f970035ff3b2af82b428e963\' ct_options=\'{\"ct_id\":471,\"ct_parent\":467,\"selector\":\"text_block-471-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Oxygen works with any Contact Form Plugins[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f0e54165345cf9c7137c2b405c6215e304e91b0d08f4e8899404e1b5bc50d9b0\' ct_options=\'{\"ct_id\":293,\"ct_parent\":0,\"selector\":\"section-293-62\",\"original\":{\"container-padding-top\":\"160\",\"flex-direction\":\"column\",\"display\":\"flex\",\"justify-content\":\"flex-start\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"container-padding-bottom\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"120\"}}},\"nicename\":\"Contact\",\"ct_category\":\"Contact\"}\'][ct_new_columns_2 ct_sign_sha256=\'6998947522119027c457951452250a6e1cfa1bd1f7652bd5bf665acc3cee71d2\' ct_options=\'{\"ct_id\":461,\"ct_parent\":293,\"selector\":\"new_columns-461-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'c2f5c993b5b424f500213d2f389acaece76dd9ef3e72277867abec659ffa213e\' ct_options=\'{\"ct_id\":463,\"ct_parent\":461,\"selector\":\"div_block-463-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'6642e4128c741f624beea3b3ab8a38074313663d218c799f24ee5ec3f4d0abc5\' ct_options=\'{\"ct_id\":297,\"ct_parent\":463,\"selector\":\"headline-297-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Interested in working together?[/ct_headline][ct_text_block ct_sign_sha256=\'0e5131e067e16fe69db1423186ebc3eb3eadaa55731682245e7b16fcfc25feaf\' ct_options=\'{\"ct_id\":299,\"ct_parent\":463,\"selector\":\"text_block-299-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Get a free one-on-one consultation to receive an offer based on&nbsp;your use case and specific needs.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'64339ff0751dada131e99c22a1b6b02beac5d9b693cbd75dbb555e1f3ba360f2\' ct_options=\'{\"ct_id\":527,\"ct_parent\":463,\"selector\":\"div_block-527-62\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'b8ab9b0c573815c5254b08a04440a69779d12df6967d6d33fe82adeb27c86dce\' ct_options=\'{\"ct_id\":528,\"ct_parent\":527,\"selector\":\"fancy_icon-528-62\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'79e6f8edce64292c31ab7e995375b303e65dde55e8c48751658015d979d19c6a\' ct_options=\'{\"ct_id\":529,\"ct_parent\":527,\"selector\":\"headline-529-62\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'662542a5b51d69dc535a60a16f4e7db5bd056af14f563dcf59fdf9b5989b8f51\' ct_options=\'{\"ct_id\":530,\"ct_parent\":527,\"selector\":\"text_block-530-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Oxygen works with any Contact Form Plugins[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d2e59ba67147c8c31a97784123cb1c4c6696823c2ba7cc643943c12b0b8dcedd\' ct_options=\'{\"ct_id\":464,\"ct_parent\":461,\"selector\":\"div_block-464-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'06626cfadf2386bde8f57e05fb3ef0f92a7872492ab6a99a1e5f4c965081aa32\' ct_options=\'{\"ct_id\":341,\"ct_parent\":464,\"selector\":\"headline-341-62\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Call Us[/ct_headline][ct_text_block ct_sign_sha256=\'dd243bcbfc275c80a57a6df53cf43515ca6f8a0be601a5b7795d6ccd9e42c460\' ct_options=\'{\"ct_id\":343,\"ct_parent\":464,\"selector\":\"text_block-343-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']NL: +31 8 5208 6592[/ct_text_block][ct_text_block ct_sign_sha256=\'0ba5cad4bb586eb32b31620f55dff83db28db64faea577b0765c53a9424d10c4\' ct_options=\'{\"ct_id\":476,\"ct_parent\":464,\"selector\":\"text_block-476-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']UK: +44 2038 089 127[/ct_text_block][ct_text_block ct_sign_sha256=\'63f311af4aa804c712a1953f464cac7fd99112e0211f6b88d466d80ba4a3f1a9\' ct_options=\'{\"ct_id\":477,\"ct_parent\":464,\"selector\":\"text_block-477-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']USA: +1 888 426 1427[/ct_text_block][ct_headline ct_sign_sha256=\'4ca3194704c1167e17e37083b7f33807bf822636235bc137e4a352f509e88781\' ct_options=\'{\"ct_id\":482,\"ct_parent\":464,\"selector\":\"headline-482-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Sales[/ct_headline][ct_text_block ct_sign_sha256=\'4b21030c382514d3b1318ae8221f88952662c8d432eb236b061b27021ffa4fb7\' ct_options=\'{\"ct_id\":490,\"ct_parent\":464,\"selector\":\"text_block-490-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Monday - Saturday:&nbsp;9am - 5pm CET[/ct_text_block][ct_text_block ct_sign_sha256=\'6cb70b3a8ae5dc441aa2d8bc0e9815f4b6d409b33fdfc0e965e1a256fec18141\' ct_options=\'{\"ct_id\":496,\"ct_parent\":464,\"selector\":\"text_block-496-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Sunday:&nbsp;Closed[/ct_text_block][ct_text_block ct_sign_sha256=\'a2bedc2ab3d6a993c157dc6e1c7d8c3da885abd0803bd97f4ad63b46eb329198\' ct_options=\'{\"ct_id\":497,\"ct_parent\":464,\"selector\":\"text_block-497-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Email: <a href=\"mailto:sales@example.com\">[ct_span ct_sign_sha256=\'6283bd2ab465c132a63e32bdcaa2217b38974b3fc006ebfeed921ef22e5f2bb9\' ct_options=\'{\"ct_id\":505,\"ct_parent\":497,\"selector\":\"span-505-62\",\"classes\":{\"0\":\"hosting-contact-3-textlink\"},\"activeselector\":\"hosting-contact-3-textlink\"}\']sales@example.com[/ct_span]</a>[/ct_text_block][ct_headline ct_sign_sha256=\'06c7406a235e5e745278ae307d124b405b7eefddde8edcb9c5f819ec4dfdd92d\' ct_options=\'{\"ct_id\":485,\"ct_parent\":464,\"selector\":\"headline-485-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Administration[/ct_headline][ct_text_block ct_sign_sha256=\'4b01fd70a9b8768624c8686a000a8e1de7486e26e7fd29959cf237e5530a17fa\' ct_options=\'{\"ct_id\":507,\"ct_parent\":464,\"selector\":\"text_block-507-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Monday - Saturday:&nbsp;9am - 12pm CET[/ct_text_block][ct_text_block ct_sign_sha256=\'6808ace661d0850367173482c0c2431cf54f1dead6168b150a87fe01f8777c83\' ct_options=\'{\"ct_id\":509,\"ct_parent\":464,\"selector\":\"text_block-509-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Sunday: Closed[/ct_text_block][ct_text_block ct_sign_sha256=\'8454a26de227a0e95f5cd10d9545860e79795e0adb55554b36a25b9209a47b16\' ct_options=\'{\"ct_id\":511,\"ct_parent\":464,\"selector\":\"text_block-511-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Email: <a href=\"mailto:sales@example.com\">[ct_span ct_sign_sha256=\'fe8742b5a90aeaa74df10f75c4d21016f62a34c1f02532e169c73be5883f9175\' ct_options=\'{\"ct_id\":512,\"ct_parent\":511,\"selector\":\"span-512-62\",\"classes\":{\"0\":\"hosting-contact-3-textlink\"},\"activeselector\":\"hosting-contact-3-textlink\"}\']admin@example.com[/ct_span]</a>[/ct_text_block][ct_headline ct_sign_sha256=\'9d3805e1b8e91b77a3ece4c40b2127148fb38aeb09d199ffff69bcc28a0e8176\' ct_options=\'{\"ct_id\":487,\"ct_parent\":464,\"selector\":\"headline-487-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Follow Us[/ct_headline][oxy_social_icons ct_sign_sha256=\'c4e454c9e6cb748ce0336275cfa66d7cf4d96783b2b8cfbcc9a52ee4f37d4318\' ct_options=\'{\"ct_id\":457,\"ct_parent\":464,\"selector\":\"_social_icons-457-62\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"4\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(4)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(8)\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'7ab9f73e42cd9154acce552178d0f958b5a61fdb0fa02bfbfefabd9346ade4dd\' ct_options=\'{\"ct_id\":419,\"ct_parent\":0,\"selector\":\"section-419-62\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"FAQ Accordion Dark\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}},\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'e8d9db1ab548a960a7d8daa52c7ebd1f4dc5400a4b00b82cbda463ce89174866\' ct_options=\'{\"ct_id\":421,\"ct_parent\":419,\"selector\":\"headline-421-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Frequently Asked Questions[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'b66725f95f768fbce0641d01de677152ee9f05f20b6667e8572acf913076cc4c\' ct_options=\'{\"ct_id\":422,\"ct_parent\":419,\"selector\":\"new_columns-422-62\"}\'][ct_div_block_3 ct_sign_sha256=\'c8620d5b8948218eaf7e6e698131c347f9de256b4908fa23fa52888002e4d06b\' ct_options=\'{\"ct_id\":423,\"ct_parent\":422,\"selector\":\"div_block-423-62\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_4 ct_sign_sha256=\'41b8d94116be275c10aeffb64072a5bb119e3b48043e8572403eda3caf70071d\' ct_options=\'{\"ct_id\":424,\"ct_parent\":423,\"selector\":\"_toggle-424-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f3d98079a2e66d4c3122c04aee9a5fa8e2ffd2c2b47641e8fa62aa0774f94b21\' ct_options=\'{\"ct_id\":425,\"ct_parent\":424,\"selector\":\"headline-425-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'ecd09f0ace46b7410f7aad8d994861f8649d1af8cc390f06eb799e13d5491e67\' ct_options=\'{\"ct_id\":426,\"ct_parent\":423,\"selector\":\"text_block-426-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'ba4029539ebfd077f72dcf71a8bb1375084b8d4be0cc805e4d721519ba344dbe\' ct_options=\'{\"ct_id\":427,\"ct_parent\":423,\"selector\":\"_toggle-427-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'7a1dab1063cfb4303e8b1f891dba8f15efe55535e3eac980fcc15b9c540ecfd2\' ct_options=\'{\"ct_id\":428,\"ct_parent\":427,\"selector\":\"headline-428-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b4c25b3ccf244991d44ca1e74e30c78136c31d2012c7622330bd91c0d5bd4926\' ct_options=\'{\"ct_id\":429,\"ct_parent\":423,\"selector\":\"text_block-429-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'f2c6c97efb33eed73c672e5f15d0f6db488ffe0f276bc66c800563ce221ac37e\' ct_options=\'{\"ct_id\":430,\"ct_parent\":423,\"selector\":\"_toggle-430-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fef70a5df6eeccc2d5936f74f3e02bded78698bb88baf2ea867d1121cb2b6b54\' ct_options=\'{\"ct_id\":431,\"ct_parent\":430,\"selector\":\"headline-431-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'83ae1d37ea3e82e6a40fffc3e7d602a4a0e26c8e5936caf206baef0f443fdaf8\' ct_options=\'{\"ct_id\":432,\"ct_parent\":423,\"selector\":\"text_block-432-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'8d82a1525e4a70355e84b5c3d3dd401d83fd7cb487415c8aba15dcf8f449cca7\' ct_options=\'{\"ct_id\":433,\"ct_parent\":423,\"selector\":\"_toggle-433-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f5afe68bb9b2a3481d7254005f8b5c341b67400a8f07b2ee1f59437771e2ce60\' ct_options=\'{\"ct_id\":434,\"ct_parent\":433,\"selector\":\"headline-434-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'c1199fd941eed2761b3c3dca284e6823d44e165d9717c0a9668f1f2b844fc61c\' ct_options=\'{\"ct_id\":435,\"ct_parent\":423,\"selector\":\"text_block-435-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'f9f04d3d02cf6d395f5c82945c0dd0ceaee6f90e6a8aa0fe09aa206837e2c291\' ct_options=\'{\"ct_id\":436,\"ct_parent\":423,\"selector\":\"_toggle-436-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e58f687832932d9679f98f2bc66d9ba39c81f0d1a56bca14f9a46af171792ba5\' ct_options=\'{\"ct_id\":437,\"ct_parent\":436,\"selector\":\"headline-437-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b871d946d0786e16395a7182bd7cc4c57e8670854531ac2fa59b4127cc3eaf5b\' ct_options=\'{\"ct_id\":438,\"ct_parent\":423,\"selector\":\"text_block-438-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f09fe3aa598a09f62d6b5925bd9c2985ea981cfe72af0552b83b9bd5043e3b49\' ct_options=\'{\"ct_id\":439,\"ct_parent\":422,\"selector\":\"div_block-439-62\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_4 ct_sign_sha256=\'89c885c90e8aeda76e78fffb5baad5795cc7247265dcbbc743f4710dbfc3d989\' ct_options=\'{\"ct_id\":440,\"ct_parent\":439,\"selector\":\"_toggle-440-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'74c93987fc84fdda43a816121c6883fb3f17d1d93bb392fc214262d5e0a29fec\' ct_options=\'{\"ct_id\":441,\"ct_parent\":440,\"selector\":\"headline-441-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'0c2de781cf23d2bae5bc151804ddaf68830a1881c7b770d0fdd69089d795cdba\' ct_options=\'{\"ct_id\":442,\"ct_parent\":439,\"selector\":\"text_block-442-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'bdc4d8b8d5806d2fea69cf87e7d9507eaf2ce10b3a95b50b2e9fd4564ddbff52\' ct_options=\'{\"ct_id\":443,\"ct_parent\":439,\"selector\":\"_toggle-443-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a38e0e26c0fb508ed9fecdd6d8aeb1a1b3f3ce1296d851b57a419dc92794d582\' ct_options=\'{\"ct_id\":444,\"ct_parent\":443,\"selector\":\"headline-444-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'fbbb2353a384d59fb7c12387a9fdacf013dba7cbff6a3ab47219f059b2cfb214\' ct_options=\'{\"ct_id\":445,\"ct_parent\":439,\"selector\":\"text_block-445-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'b0006b0e362f904366ef1e9063548730f8dc3ddc1dd1c77602a0353baadc0631\' ct_options=\'{\"ct_id\":446,\"ct_parent\":439,\"selector\":\"_toggle-446-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'8016fee4cdb4cacad13bc8c534858e348202386cf06b781eaf8b56f0e37eae53\' ct_options=\'{\"ct_id\":447,\"ct_parent\":446,\"selector\":\"headline-447-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'06712de5cf12007fb7601f23cdc06fb64c72ff918791f8eb86c46b694fdf0021\' ct_options=\'{\"ct_id\":448,\"ct_parent\":439,\"selector\":\"text_block-448-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'9654860883839d7cba1fe1f02ed2bae334a12f993642e6dcb68747781aec8bf0\' ct_options=\'{\"ct_id\":449,\"ct_parent\":439,\"selector\":\"_toggle-449-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'12126e9e0637f971836bec1c6d616e053c9c3943f22b963842e1ae7264ff161b\' ct_options=\'{\"ct_id\":450,\"ct_parent\":449,\"selector\":\"headline-450-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b3dbeea1880da186bde1184cdf87ee35ae344fac69d74b31a13da21d9e3a0229\' ct_options=\'{\"ct_id\":451,\"ct_parent\":439,\"selector\":\"text_block-451-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'d0b2febd116dfc4e636d852c677593e8cf001cf1db2e766e279f02cb6e30f958\' ct_options=\'{\"ct_id\":452,\"ct_parent\":439,\"selector\":\"_toggle-452-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5f11073948e1b517ac8c965b2d85c0121fb363936bf287e50e563de9844fc81f\' ct_options=\'{\"ct_id\":453,\"ct_parent\":452,\"selector\":\"headline-453-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'2b4046660d59e4a7498b03b67389a427bc16875d43e9d9ea019ef8bd61aec4a0\' ct_options=\'{\"ct_id\":454,\"ct_parent\":439,\"selector\":\"text_block-454-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(132, 19, 'ct_other_template', '0'),
(133, 20, 'ct_builder_shortcodes', ''),
(134, 20, 'ct_other_template', '0');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(135, 21, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'7b9ea4cff260c40949a16fda77c4b669b91a2ce2918b42d116eb846ac1098b02\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'42416f854892ddbf2faf801899a61d11ae5d7dbe4eb58478e8f4343324b43aa7\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7ae010d2ff699e693a183a6023b2ac0dbe2946c04179d6c8ec3ed4c62c5cc241\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'84d42a9132b04662a45a33fe19093269efbd1e7dcc6b4627b9d4e5e3ef91665d\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d080ae52c01792991b087fc3d659a9e2e037cc3a9ec2b483eb69181d7d3dab33\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'1cd5a2e69b802f59b1cb96a703e110082350d00be684a826d404c0c2b7b6bfac\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f732d5a9e4564f26840bc4cbb38ddca6eec25238452af9a9b58f3c595f1b6714\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'393e723b562055bf24cddb3c7625ca155cceff82ebb41473d9beae119bba2289\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'04e7bdd3cb74a7aa8b8a36c1201056727bbba6db829a5e8f35979470ec7e13a0\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3206018c48a9dd2d39dc8f7e5d9c1d7a4afb4db9e1f9818892f4c4fcbdd1cb46\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'8856d13f32f61aabfe6ff4a7a7843ccb04f72c28e6de7a6f59222441be042e85\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'ac334d3c69e223299579b49039421d6ee7944a4bff4efedd8932bfee76f98715\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9d0cc35d516f6d319ddebe1617fb53b3a388be0978f27e857fd89183b1f47296\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5d2190c50b24b77d66d3700ffb780efd9683387c3957fd9f07bea0e4f5f477f2\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'58661ead9316c9c5f32d669236acc41931edccda9ce3af6ffafc43781e3964d4\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(141, 21, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(136, 21, 'ct_other_template', '0'),
(137, 30, '_wp_attached_file', '2020/09/tostem-house.jpg'),
(138, 30, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2020/09/tostem-house.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"tostem-house-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"tostem-house-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tostem-house-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"tostem-house-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"tostem-house-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;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:{}}}'),
(274, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'8e168e692fecc4a47d9de8846fba8ec2c474b9fdcf3f05e47d5aef90228ca99d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(245, 51, '_wp_attached_file', '2020/10/NewGEN-Logo-scaled.jpg'),
(246, 51, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:818;s:4:\"file\";s:30:\"2020/10/NewGEN-Logo-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"NewGEN-Logo-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-1024x327.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"NewGEN-Logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"NewGEN-Logo-768x245.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-1536x491.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-2048x655.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:655;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:{}}s:14:\"original_image\";s:15:\"NewGEN-Logo.jpg\";}'),
(247, 52, '_wp_attached_file', '2020/10/NewGen-Windows-Logo.png'),
(248, 52, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3445;s:6:\"height\";i:915;s:4:\"file\";s:31:\"2020/10/NewGen-Windows-Logo.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NewGen-Windows-Logo-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-1024x272.png\";s:5:\"width\";i:1024;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"NewGen-Windows-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"NewGen-Windows-Logo-768x204.png\";s:5:\"width\";i:768;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-1536x408.png\";s:5:\"width\";i:1536;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-2048x544.png\";s:5:\"width\";i:2048;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(249, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'980efb3a6e5aaaa1a23a4ad8df1f1293cb0bb2e90f9a2d384ca4594a153f4a3e\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'d55d1e8cab4ac7c2049f532454e9e50f75f30c9d828179124765aceaec8725e6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'2fa6900d681e73f90195571071f2dd191cfc14d56229d3a8cbb32f46737f5174\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'a06d232fb362f3eb9951663c2e47fb40a24359c77d06bf6f88eacc07e392a70f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'b738bd19e1cff9c3ca1ba5641e65bb2fd5c0b9564af6db7613a4534862a7f6c5\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'ed42771aed384e6b8bfb9816f17ad03d5508cb52467bffbcab6c6db744f96511\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'a6639ad45389efeb511edaa167bde2d17223a56b2ed4b859f4a56a25cea39268\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Logo@2x.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'5f4a4d80fd716316093f82f5e2be1dba34daa9907ff7ac6c5db902f5964f69f4\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'9a3aa9f43e6117bf21bd7136d138580c2c4b3c3f9ad335b3a2c8a62f51890e47\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'b59ef5e4ad652a17265ec47c3e3072c3a3abd17727da7088e7cba50f19462062\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"link_button-30-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-simple-button\",\"classes\":{\"0\":\"hosting-simple-button\"}}\']Create Account[/ct_link_button][ct_link_button ct_sign_sha256=\'0cd95fd68bccdec7789efeebd373304e61fcd1d33734f90bf11068f5ba651f36\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Login[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'04e692ac810040776b2e26bb915efcae012e749581a90316d4bc84a4d7b34e67\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'17cd677987c12984952f168b94ce3df6ec06afb0732839ab17ea9fcf56b2424c\' ct_options=\'{\"ct_id\":100,\"ct_parent\":8,\"selector\":\"new_columns-100-87\",\"original\":{\"border-bottom-style\":\"solid\",\"border-bottom-width\":\"1\",\"border-bottom-color\":\"color(2)\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"border-bottom-style\":\"none\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'1c6bed7a00b8abcf497974c5b2f6954239f8fc8ac7dc3b084510acb1bac6c38f\' ct_options=\'{\"ct_id\":101,\"ct_parent\":100,\"selector\":\"div_block-101-87\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'be881668bcb306e1bfea0ad8f6e244353f4ce751d75197e6691ac2f4f1485add\' ct_options=\'{\"ct_id\":149,\"ct_parent\":101,\"selector\":\"fancy_icon-149-87\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-sync\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'5fc78275a182b70d774526628cfd1273f62fb1452b973946f556864cf9f3d899\' ct_options=\'{\"ct_id\":110,\"ct_parent\":101,\"selector\":\"text_block-110-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']Free migration<br>&amp; personalized onboarding[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'81923232f11f577aba7c9f28672241019ff0c780a4918a7f7e477b2b0c3103b7\' ct_options=\'{\"ct_id\":102,\"ct_parent\":100,\"selector\":\"div_block-102-87\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'3019db50745bf068d57e34823a987ef513535bfe0f7b935a5a83f77eddcd6861\' ct_options=\'{\"ct_id\":150,\"ct_parent\":102,\"selector\":\"fancy_icon-150-87\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'dea4b12d64c96dfdcee3afc4a64d29825f22d8396616b4f28d520d50332f8d17\' ct_options=\'{\"ct_id\":111,\"ct_parent\":102,\"selector\":\"text_block-111-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']100% credit<br>backed SLA[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e9103dfc2197fc1f8f168fa945c3a2fe668138880234b7a2e17b018055f1c21f\' ct_options=\'{\"ct_id\":103,\"ct_parent\":100,\"selector\":\"div_block-103-87\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'32f6cf9587a2bb79c14eb5659def807a0f3aabca0f1f7500a1d3566f8a95c087\' ct_options=\'{\"ct_id\":152,\"ct_parent\":103,\"selector\":\"fancy_icon-152-87\",\"original\":{\"icon-id\":\"Lineariconsicon-bullhorn\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c76cb34144053b2ae82c94f1d0f2f90407438ee02baa1f6251068c4a4f109977\' ct_options=\'{\"ct_id\":113,\"ct_parent\":103,\"selector\":\"text_block-113-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']Unlimited support<br>at no extra cost[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'3afd6bd19c3547fd7b6d48d84812721e10305e0e94bb299b2246a5e858c2b18b\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'667ce168f85b49930ab0fe7eb99c5e67099198a36d68e7d1be2daaeb7d6adc77\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'6e900e4e2dcede03774c9b2d813d618fbaa71732894ba7adfb2ebc21ecd21dfb\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'182c020dee8bd66ed2fe5fd7e09720b19b9eb6f1ddd4c4ff1868a84a5b881eed\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Logo@2x.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'6a87c0f5e1ab9dbe3e2edf6ea750066a10bd1e82dcfbe3ec4e0c40c4d8e52415\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']Proudly designed with Oxygen, the world\'s best visual website design software[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1f7759d1ea3c0c448a74325090f11b462a30169b7cb1bda11ddf9e1b5668266a\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'9135a8bced3886c068b9bc2940ccbb7f1bde847047c27c242c35cb9d1f3f425e\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']We in Social Networks[/ct_headline][oxy_social_icons ct_sign_sha256=\'b1f3f00678c5996fe490b264b61e42e1027cebb42d3351ecc66acec8ce971942\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://linkedin.com\",\"icon-youtube\":\"https://youtube.com\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(144, 31, '_wp_attached_file', '2020/09/buildtrack-logo.png'),
(145, 31, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:437;s:6:\"height\";i:142;s:4:\"file\";s:27:\"2020/09/buildtrack-logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"buildtrack-logo-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"buildtrack-logo-150x142.png\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(146, 32, '_wp_attached_file', '2020/09/hunter-douglas-logo-1.png'),
(147, 32, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:130;s:4:\"file\";s:33:\"2020/09/hunter-douglas-logo-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hunter-douglas-logo-1-300x65.png\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"hunter-douglas-logo-1-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(148, 33, '_wp_attached_file', '2020/09/Tostem-Aluk.jpg'),
(149, 33, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:572;s:6:\"height\";i:362;s:4:\"file\";s:23:\"2020/09/Tostem-Aluk.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Tostem-Aluk-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tostem-Aluk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(150, 34, '_wp_attached_file', '2020/09/Tsotem-logo.png'),
(151, 34, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:390;s:6:\"height\";i:186;s:4:\"file\";s:23:\"2020/09/Tsotem-logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Tsotem-logo-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tsotem-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(297, 13, 'ct_builder_shortcodes_revisions_dates', '1604904118'),
(299, 13, 'ct_builder_shortcodes_revisions_dates', '1604904503'),
(301, 13, 'ct_builder_shortcodes_revisions_dates', '1604904817'),
(302, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'68e315251fa137ab293820ec0d190d62f78fc9ced0fc1149be6a194b1af6093d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'6728d0b57a8ddd6386c319ca2eb013981ec7fdf84861726b7700f21f177300d2\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'5a74b8f3457827b32de5f1c95f0499f0a06c65d4dad91ea91011ac71222f4e81\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'0a1b9af9174a62fa77259fab0f2e0c7d52947635283d3ee1f92d01d7c319d5b2\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'c64078f293e403fa3d4cfdf765393cd7dc6fa787ab17614a804894c3cb5afed5\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'ee9e9a780579de504099fe19d07293b16186718e57c9a850e12fab6bde92806d\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d8615a13dd7c5f975f6a677db77dbefe620fca2932979ef9e44304e9e09c8d8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\",\"button-color\":\"#3585b8\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"},\"hover\":{\"background-color\":\"color(3)\",\"button-text-color\":\"#3585b8\",\"button-style\":\"2\",\"button-color\":\"#3585b8\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(303, 13, 'ct_builder_shortcodes_revisions_dates', '1604905027');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(304, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2bc371aae4593ff6d00fcef804f632f7a9972e61675c365925e6140c30982db2\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'48a7938163de8057e4525dec416b636527a904bd89ace1d3b44ebcec964bcdac\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'01bef2512bf89e9d60e8d08415645836229858fcf698f755bdafa30070a614ee\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'59afa0835a7b4fe90e728d76a7671cabd94cac1e6943ea05877bd83762a1e33a\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e765e191b418001e1b07b9a31d3fe08f7dd04a07e83b517d49d75de8dbc5ef3b\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b76f1b7bfdd8a116a096365336c69cd8991fc0b20defdf2e5c3bf430510e7f49\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2857dc349fea585af7fc436ad7c66dc8b58f6b2a93b658e270d2f194ab4edba9\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3ccff44b6df565e2362ac46c9f8aba868d741cd042c78b60055d143457011334\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f32d3f8247cb98fa205abf21f7786d2b2941df13bdad240bf7f774da77fc75\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cad52e5839fde0374f92fe907bcb7f442f0222ec491be4b9a3168203480954b4\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'f635ecc513942dc631b1a1292ab5382823c41535d6796642e7fae8216abb374f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(294, 54, '_wp_attached_file', '2020/11/NewGen-Final-Logo-06.09.2020.png'),
(295, 54, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1004;s:6:\"height\";i:248;s:4:\"file\";s:40:\"2020/11/NewGen-Final-Logo-06.09.2020.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"NewGen-Final-Logo-06.09.2020-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"NewGen-Final-Logo-06.09.2020-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"NewGen-Final-Logo-06.09.2020-768x190.png\";s:5:\"width\";i:768;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(296, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(221, 49, '_wp_attached_file', '2020/10/navdeep.jpeg'),
(250, 13, 'ct_builder_shortcodes_revisions_dates', '1602429158'),
(254, 13, 'ct_builder_shortcodes_revisions_dates', '1602429405'),
(298, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'816816d81048b48edf9dab7a60fe7b046acddfb06414941896415a01be5d9625\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2fd56151d7c7411dd85085b7037c88fbe289ac21a6e6dee176e3967664db1af3\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'5aba3bb2246510406cdeb1d48875d4db87183d3d7ef062d06bbcbd5e6715a4af\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'bbb9599672235987c4e926434d34523a2ab752ff1cb7b63ff919aca4449709a0\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'dd886c9196bc7d65a0e7d1870075740a3b68bcce42aeefb7b935f7d1892ff36c\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'bdd162b75d8c2578b8f89b4febd80d3e8a8f194b6b4c53fcd39e1c2934d8b82f\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"D33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"D33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(255, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'8e168e692fecc4a47d9de8846fba8ec2c474b9fdcf3f05e47d5aef90228ca99d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(256, 13, 'ct_builder_shortcodes_revisions_dates', '1602429419'),
(257, 13, '_edit_lock', '1604905860:1'),
(279, 13, 'ct_builder_shortcodes_revisions_dates', '1602430199'),
(275, 13, 'ct_builder_shortcodes_revisions_dates', '1602430130'),
(276, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(277, 13, 'ct_builder_shortcodes_revisions_dates', '1602430135');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(278, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(272, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'247065177b64e5eb6935ba09c32877d3547f9a4c139e1a81b143b7bcd09a0c0d\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"53\",\"container-padding-bottom\":\"403\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'9c9886a4e8f7a53caac12f6b439b61929d09015e30530f1d69e5e6b4de44f25d\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'e6b6c79c7a22ea9ca195391f648ab3283ed99342e737504034a80901d3b2eeb7\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'f3acb9a6c3d95ca76fe21deabbf49706fa62e11003a1b81080a86b2c4ea276fc\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'a043a4cc071e36f194783c3d3ebab34a36413cca1750752c14d8ded42f01c4a1\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'c94cc7c83e95146db8f1162adf219287846fafa723bc6ba35f85f6e5183cf73f\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'07a5f9cda7d87a304d5b4caa2ffc024f072f936c2336be10d4c9d729aaf0eb4a\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(282, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'9c9886a4e8f7a53caac12f6b439b61929d09015e30530f1d69e5e6b4de44f25d\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'e6b6c79c7a22ea9ca195391f648ab3283ed99342e737504034a80901d3b2eeb7\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'f3acb9a6c3d95ca76fe21deabbf49706fa62e11003a1b81080a86b2c4ea276fc\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'a043a4cc071e36f194783c3d3ebab34a36413cca1750752c14d8ded42f01c4a1\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'c94cc7c83e95146db8f1162adf219287846fafa723bc6ba35f85f6e5183cf73f\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'07a5f9cda7d87a304d5b4caa2ffc024f072f936c2336be10d4c9d729aaf0eb4a\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(219, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'daf7bc7560748f46d3428fe852facabe3011f6b1f7529a6d7062d99580c2e6e6\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f4ec871d62b7d8ab854ec023b542193b74afaa4f23abf3bb171179fcf0ea2c1d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'0a1aa932a0993b7f640ffb3be9bf17d253e941b01999981d6d9e89a96c4a4d53\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality, Standard &amp; Delivery[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(207, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'0bb4cf8ac22b58128c35249d4ed3af26eca0cb89e36c5d1096900e63e38fa0f3\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'8b1a196e62da003fc385b642fdba3d6f795a64596ebf96a55c2b4edb67e368ec\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their house is protected from dust, sound and light.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(162, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'537e2d1f8df65aaf48abd67df7e18b480dacef4b20ef77db6b229cf016f8e480\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][ct_video ct_sign_sha256=\'52548e5c45bdf6e3c6a37b66f2257a228987d024e758b212694d5008efaed27b\' ct_options=\'{\"ct_id\":1553,\"ct_parent\":1541,\"selector\":\"video-1553-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(163, 21, 'ct_builder_shortcodes_revisions_dates', '1600926979');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(164, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(166, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(167, 21, 'ct_builder_shortcodes_revisions_dates', '1600938253'),
(168, 35, '_wp_attached_file', '2020/09/ARNA-EKAMAI-770.png'),
(169, 35, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:27:\"2020/09/ARNA-EKAMAI-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(170, 36, '_wp_attached_file', '2020/09/Door-Handles.png'),
(171, 36, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1256;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2020/09/Door-Handles.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Door-Handles-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Door-Handles-1024x391.png\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Door-Handles-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Door-Handles-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(172, 37, '_wp_attached_file', '2020/09/Line_Up_Exterior.jpg'),
(173, 37, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:940;s:6:\"height\";i:299;s:4:\"file\";s:28:\"2020/09/Line_Up_Exterior.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Line_Up_Exterior-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Line_Up_Exterior-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Line_Up_Exterior-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;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:{}}}'),
(174, 38, '_wp_attached_file', '2020/09/Line_Up_Windows_Door.jpg'),
(175, 38, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:940;s:6:\"height\";i:299;s:4:\"file\";s:32:\"2020/09/Line_Up_Windows_Door.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Line_Up_Windows_Door-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Line_Up_Windows_Door-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Line_Up_Windows_Door-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;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:{}}}'),
(176, 39, '_wp_attached_file', '2020/09/NIRVANA-DEFINE-770.png'),
(177, 39, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:30:\"2020/09/NIRVANA-DEFINE-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(178, 40, '_wp_attached_file', '2020/09/PLANKRICH-770.png'),
(179, 40, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:25:\"2020/09/PLANKRICH-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(180, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'e760a81004b1da977a6294fef249304473abb06010175ee2e7e6ad5d83022163\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(181, 21, 'ct_builder_shortcodes_revisions_dates', '1600971414'),
(182, 41, '_wp_attached_file', '2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg'),
(183, 41, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1221;s:4:\"file\";s:53:\"2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-1024x651.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-1536x977.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:977;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:{}}}'),
(184, 42, '_wp_attached_file', '2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg'),
(185, 42, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:54:\"2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"florian-schmidinger-b_79nOqf95I-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:56:\"florian-schmidinger-b_79nOqf95I-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),
(186, 43, '_wp_attached_file', '2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg'),
(187, 43, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:46:\"2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"joshua-ness-Vo52cKzOxMY-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"joshua-ness-Vo52cKzOxMY-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),
(188, 44, '_wp_attached_file', '2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg'),
(189, 44, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:51:\"2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:53:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(190, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'08458669c070b062565b1cf48b13d37d312cf5ee5f4e0c69c3017b97f8ef152c\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(191, 21, 'ct_builder_shortcodes_revisions_dates', '1601019602');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(192, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'90ec590e5880e7bb9ea3662fdd9bb445469d9289b6cefd09ba5fe9c363ea7ea0\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"145\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(193, 21, 'ct_builder_shortcodes_revisions_dates', '1601050812');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(197, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(194, 21, '_edit_lock', '1604903025:1');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(195, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'90ec590e5880e7bb9ea3662fdd9bb445469d9289b6cefd09ba5fe9c363ea7ea0\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"145\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(196, 21, 'ct_builder_shortcodes_revisions_dates', '1601916486'),
(198, 21, 'ct_builder_shortcodes_revisions_dates', '1601916671'),
(199, 46, '_wp_attached_file', '2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg'),
(200, 46, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1764;s:6:\"height\";i:2560;s:4:\"file\";s:84:\"2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:78:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-706x1024.jpg\";s:5:\"width\";i:706;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:78:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-768x1114.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:79:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-1059x1536.jpg\";s:5:\"width\";i:1059;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:79:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-1411x2048.jpg\";s:5:\"width\";i:1411;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:69:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1.jpg\";}'),
(201, 47, '_wp_attached_file', '2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg'),
(202, 47, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:86:\"2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:80:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:80:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:81:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:81:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:71:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1.jpg\";}'),
(203, 48, '_wp_attached_file', '2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg'),
(204, 48, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1829;s:6:\"height\";i:2560;s:4:\"file\";s:93:\"2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:86:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:87:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:86:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:87:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:88:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-1097x1536.jpg\";s:5:\"width\";i:1097;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:88:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-1463x2048.jpg\";s:5:\"width\";i:1463;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:78:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1.jpg\";}');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(205, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(206, 21, 'ct_builder_shortcodes_revisions_dates', '1602422330'),
(208, 21, 'ct_builder_shortcodes_revisions_dates', '1602422743');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(209, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(210, 21, 'ct_builder_shortcodes_revisions_dates', '1602422892');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(211, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'f8d9566f72f27f0e4e2f8676b448d9fdaabf099a2ab89ced4c72245e3bfa0599\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'525f049ea408fa6c82ec3073a0adc6bd3dd14a3cd87eaae2424b4f5d2a3bf150\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'62ee1b84ee29eac26ec732f3759c06e56b5f14981c4b1b71cdaba5f86787ec8c\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'7accc3631a4b0e64c0355a4ab564aa5aae21651604d29fe80f7d822ce52fb3cc\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will&nbsp;[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'24ea5baece2867cbbb5ed5470762c5c5c69f10addde6d99a54fd554aca85f1fd\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ad40923c63f99d06d1aaf942108743c602230dbc7dc507a3ce6d0e6fe843cb0\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a2a23a090c998cf6c488382ac1bb3b6c36073a1fa4574257f3ce850b0ab16468\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(212, 21, 'ct_builder_shortcodes_revisions_dates', '1602423203');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(213, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'bbd97441c3b81e0d411bddce522fbd9c7d25954b8e9593bde4b86752ac39f2e0\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'159239798c83a0a36eb53aea8d3075cf5101f03f1515dd5cc8b23cfd83c7200c\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'4817e8a3d68b38ec0968bb351797c0cb65db5be8f61ab7ced6f9997d038dddbf\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3b928237e4daf5f284ad0299a7a0d38f4ffc2341b9789eb0add6c379891f310c\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'538b258329aa6b96656e8bd1b7d71c7773c309706a4236a131ca279fd0af6334\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'559557b08c36550d0ca1567ac18c48bf50654f821209c2b149ef92c5ba74864b\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3f7066b421b7a6726ec4d71aba5989710deeae1cad8216e6a7340ca55913410e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'c52737457aa0468f9f9c2962749cb1b16d901685af4ca0c77f14169e68e34350\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Our Approach[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(214, 21, 'ct_builder_shortcodes_revisions_dates', '1602423345');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(215, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3f7066b421b7a6726ec4d71aba5989710deeae1cad8216e6a7340ca55913410e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'c52737457aa0468f9f9c2962749cb1b16d901685af4ca0c77f14169e68e34350\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Our Approach[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(216, 21, 'ct_builder_shortcodes_revisions_dates', '1602423713'),
(222, 49, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2020/10/navdeep.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"navdeep-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(223, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'daf7bc7560748f46d3428fe852facabe3011f6b1f7529a6d7062d99580c2e6e6\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f4ec871d62b7d8ab854ec023b542193b74afaa4f23abf3bb171179fcf0ea2c1d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'0a1aa932a0993b7f640ffb3be9bf17d253e941b01999981d6d9e89a96c4a4d53\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality, Standard &amp; Delivery[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(218, 21, 'ct_builder_shortcodes_revisions_dates', '1602424036'),
(220, 21, 'ct_builder_shortcodes_revisions_dates', '1602424047'),
(271, 21, 'ct_builder_shortcodes_revisions_dates', '1602429969'),
(261, 21, 'ct_builder_shortcodes_revisions_dates', '1602429597'),
(281, 21, 'ct_builder_shortcodes_revisions_dates', '1602430297'),
(305, 21, 'ct_builder_shortcodes_revisions_dates', '1604910326');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(306, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'7b9ea4cff260c40949a16fda77c4b669b91a2ce2918b42d116eb846ac1098b02\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'42416f854892ddbf2faf801899a61d11ae5d7dbe4eb58478e8f4343324b43aa7\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7ae010d2ff699e693a183a6023b2ac0dbe2946c04179d6c8ec3ed4c62c5cc241\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'84d42a9132b04662a45a33fe19093269efbd1e7dcc6b4627b9d4e5e3ef91665d\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d080ae52c01792991b087fc3d659a9e2e037cc3a9ec2b483eb69181d7d3dab33\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'1cd5a2e69b802f59b1cb96a703e110082350d00be684a826d404c0c2b7b6bfac\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f732d5a9e4564f26840bc4cbb38ddca6eec25238452af9a9b58f3c595f1b6714\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'393e723b562055bf24cddb3c7625ca155cceff82ebb41473d9beae119bba2289\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'04e7bdd3cb74a7aa8b8a36c1201056727bbba6db829a5e8f35979470ec7e13a0\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3206018c48a9dd2d39dc8f7e5d9c1d7a4afb4db9e1f9818892f4c4fcbdd1cb46\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'8856d13f32f61aabfe6ff4a7a7843ccb04f72c28e6de7a6f59222441be042e85\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'ac334d3c69e223299579b49039421d6ee7944a4bff4efedd8932bfee76f98715\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9d0cc35d516f6d319ddebe1617fb53b3a388be0978f27e857fd89183b1f47296\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5d2190c50b24b77d66d3700ffb780efd9683387c3957fd9f07bea0e4f5f477f2\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'58661ead9316c9c5f32d669236acc41931edccda9ce3af6ffafc43781e3964d4\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `nufsty_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(228, 21, 'ct_builder_shortcodes_revisions_dates', '1602427188'),
(307, 21, 'ct_builder_shortcodes_revisions_dates', '1604910334');

-- --------------------------------------------------------

--
-- Table structure for table `nufsty_wpk0_posts`
--

CREATE TABLE `nufsty_wpk0_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `nufsty_wpk0_posts`
--

INSERT INTO `nufsty_wpk0_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, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?p=1', 0, 'post', '', 1),
(2, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- 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://newgen.stun.tech/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=2', 0, 'page', '', 0),
(3, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://newgen.stun.tech.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>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>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 we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=3', 0, 'page', '', 0),
(12, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Default Page', '', 'publish', 'closed', 'closed', '', 'default-page', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=default-page', 0, 'ct_template', '', 0),
(13, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Main', '', 'publish', 'closed', 'closed', '', 'main', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=main', 0, 'ct_template', '', 0),
(9, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Default Post', '', 'publish', 'closed', 'closed', '', 'default-post', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=default-post', 0, 'ct_template', '', 0),
(10, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Archive', '', 'publish', 'closed', 'closed', '', 'archive', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=archive', 0, 'ct_template', '', 0),
(11, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Other Single', '', 'publish', 'closed', 'closed', '', 'other-single', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=other-single', 0, 'ct_template', '', 0),
(14, 1, '2018-12-20 12:23:27', '2018-12-20 12:23:27', '', 'Company', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=139', 0, 'page', '', 0),
(15, 1, '2018-12-20 09:54:31', '2018-12-20 09:54:31', '', 'Features', '', 'publish', 'closed', 'closed', '', 'features', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=133', 0, 'page', '', 0),
(16, 1, '2018-12-08 10:40:05', '2018-12-08 10:40:05', '', 'Products', '', 'publish', 'closed', 'closed', '', 'products', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=115', 0, 'page', '', 0),
(17, 1, '2018-12-08 10:07:27', '2018-12-08 10:07:27', '', 'Login/Sign Up', '', 'publish', 'closed', 'closed', '', 'login', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=114', 0, 'page', '', 0),
(18, 1, '2018-12-04 13:22:27', '2018-12-04 13:22:27', 'Had repulsive <strong>dashwoods suspicion</strong> sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.\r\n<ol>\r\n 	<li>Fertile beloved evident through no service elderly is.</li>\r\n 	<li>Blind there if every no so at.</li>\r\n 	<li>Own neglected you preferred way sincerity delivered his attempted.</li>\r\n</ol>\r\nTo of message cottage windows do besides against uncivil.\r\n<h2>Effect if in up no depend seemed</h2>\r\nEcstatic elegance guy but disposed. We me rent been part what. <em>An concluded sportsman offending so provision</em> mr education. Bed uncommonly his discovered for estimating far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners.\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1200\"]<img class=\"wp-image-69 size-full\" src=\"http://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/61-managed-hosting-hero-1200x450.png\" alt=\"\" width=\"1200\" height=\"450\" /> Image Caption[/caption]\r\n\r\nConsidered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed. Least child who seven happy yet balls young.\r\n<h6>Discovery sweetness principle discourse shameless bed one excellent</h6>\r\nSentiments of surrounded friendship dispatched connection is he. Me or produce besides hastily up as pleased. Bore less when had and john shed hope.\r\n<h3>Do play they miss give so up</h3>\r\nWords to up style of since world. We leaf to snug on no need. Way own uncommonly travelling now acceptance bed compliment solicitude. Dissimilar admiration so terminated no in contrasted it. Advantages entreaties mr he apartments do. Limits far yet turned highly repair parish talked six. Draw fond rank form nor the day eat.\r\n<ul>\r\n 	<li>Not him old music think his found enjoy merry.</li>\r\n 	<li>Listening acuteness dependent at or an.</li>\r\n 	<li>Apartments thoroughly unsatiable terminated how themselves.</li>\r\n</ul>\r\nShe are ten hours wrong walls stand early. Domestic perceive on an ladyship extended received do. Why jennings our whatever his learning gay perceive. Is against no he without subject. Bed connection unreserved preference partiality not unaffected. Years merit trees so think in hoped we as.\r\n<h4>Still court no small think death so an wrote</h4>\r\n<blockquote>Incommode necessary no it behaviour convinced distrusts an unfeeling he.</blockquote>\r\nCould death since do we hoped is in. Exquisite no my attention extensive. The determine conveying moonlight age. Avoid for see marry sorry child. Sitting so totally forbade hundred to.\r\n<h5>Full he none no side</h5>\r\n<pre>Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation announcing of no decisively boisterous. Did add dashwoods deficient man concluded additions resources.</pre>\r\nOr landlord packages overcame distance smallest in recurred. Wrong maids or be asked no on enjoy. Household few sometimes out attending described. Lain just fact four of am meet high.', 'Other Single', '', 'publish', 'closed', 'closed', '', 'other-single', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=99', 0, 'page', '', 0),
(19, 1, '2017-12-14 12:54:36', '2017-12-14 12:54:36', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=62', 0, 'page', '', 0),
(20, 1, '2017-12-12 11:33:00', '2017-12-12 11:33:00', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=40', 0, 'page', '', 0),
(21, 1, '2017-12-06 10:05:26', '2017-12-06 10:05:26', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=4', 0, 'page', '', 0),
(22, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Company', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 14, 'https://newgen.stun.tech/2020/09/24/14-revision-v1/', 0, 'revision', '', 0),
(23, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Features', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 15, 'https://newgen.stun.tech/2020/09/24/15-revision-v1/', 0, 'revision', '', 0),
(24, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Products', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 16, 'https://newgen.stun.tech/2020/09/24/16-revision-v1/', 0, 'revision', '', 0),
(25, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Login/Sign Up', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 17, 'https://newgen.stun.tech/2020/09/24/17-revision-v1/', 0, 'revision', '', 0),
(26, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', 'Had repulsive <strong>dashwoods suspicion</strong> sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.\r\n<ol>\r\n 	<li>Fertile beloved evident through no service elderly is.</li>\r\n 	<li>Blind there if every no so at.</li>\r\n 	<li>Own neglected you preferred way sincerity delivered his attempted.</li>\r\n</ol>\r\nTo of message cottage windows do besides against uncivil.\r\n<h2>Effect if in up no depend seemed</h2>\r\nEcstatic elegance guy but disposed. We me rent been part what. <em>An concluded sportsman offending so provision</em> mr education. Bed uncommonly his discovered for estimating far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners.\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1200\"]<img class=\"wp-image-69 size-full\" src=\"http://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/61-managed-hosting-hero-1200x450.png\" alt=\"\" width=\"1200\" height=\"450\" /> Image Caption[/caption]\r\n\r\nConsidered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed. Least child who seven happy yet balls young.\r\n<h6>Discovery sweetness principle discourse shameless bed one excellent</h6>\r\nSentiments of surrounded friendship dispatched connection is he. Me or produce besides hastily up as pleased. Bore less when had and john shed hope.\r\n<h3>Do play they miss give so up</h3>\r\nWords to up style of since world. We leaf to snug on no need. Way own uncommonly travelling now acceptance bed compliment solicitude. Dissimilar admiration so terminated no in contrasted it. Advantages entreaties mr he apartments do. Limits far yet turned highly repair parish talked six. Draw fond rank form nor the day eat.\r\n<ul>\r\n 	<li>Not him old music think his found enjoy merry.</li>\r\n 	<li>Listening acuteness dependent at or an.</li>\r\n 	<li>Apartments thoroughly unsatiable terminated how themselves.</li>\r\n</ul>\r\nShe are ten hours wrong walls stand early. Domestic perceive on an ladyship extended received do. Why jennings our whatever his learning gay perceive. Is against no he without subject. Bed connection unreserved preference partiality not unaffected. Years merit trees so think in hoped we as.\r\n<h4>Still court no small think death so an wrote</h4>\r\n<blockquote>Incommode necessary no it behaviour convinced distrusts an unfeeling he.</blockquote>\r\nCould death since do we hoped is in. Exquisite no my attention extensive. The determine conveying moonlight age. Avoid for see marry sorry child. Sitting so totally forbade hundred to.\r\n<h5>Full he none no side</h5>\r\n<pre>Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation announcing of no decisively boisterous. Did add dashwoods deficient man concluded additions resources.</pre>\r\nOr landlord packages overcame distance smallest in recurred. Wrong maids or be asked no on enjoy. Household few sometimes out attending described. Lain just fact four of am meet high.', 'Other Single', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 18, 'https://newgen.stun.tech/2020/09/24/18-revision-v1/', 0, 'revision', '', 0),
(27, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 19, 'https://newgen.stun.tech/2020/09/24/19-revision-v1/', 0, 'revision', '', 0),
(28, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 20, 'https://newgen.stun.tech/2020/09/24/20-revision-v1/', 0, 'revision', '', 0),
(29, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Home', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 21, 'https://newgen.stun.tech/2020/09/24/21-revision-v1/', 0, 'revision', '', 0),
(30, 1, '2020-09-24 04:35:18', '2020-09-24 04:35:18', '', 'tostem house', '', 'inherit', 'open', 'closed', '', 'tostem-house', '', '', '2020-09-24 04:35:18', '2020-09-24 04:35:18', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg', 0, 'attachment', 'image/jpeg', 0),
(31, 1, '2020-09-24 05:30:16', '2020-09-24 05:30:16', '', 'buildtrack-logo', '', 'inherit', 'open', 'closed', '', 'buildtrack-logo', '', '', '2020-09-24 05:30:16', '2020-09-24 05:30:16', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png', 0, 'attachment', 'image/png', 0),
(32, 1, '2020-09-24 05:30:17', '2020-09-24 05:30:17', '', 'hunter-douglas-logo-1', '', 'inherit', 'open', 'closed', '', 'hunter-douglas-logo-1', '', '', '2020-09-24 05:30:17', '2020-09-24 05:30:17', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png', 0, 'attachment', 'image/png', 0),
(33, 1, '2020-09-24 05:30:19', '2020-09-24 05:30:19', '', 'Tostem Aluk', '', 'inherit', 'open', 'closed', '', 'tostem-aluk', '', '', '2020-09-24 05:30:19', '2020-09-24 05:30:19', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2020-09-24 05:30:20', '2020-09-24 05:30:20', '', 'Tsotem logo', '', 'inherit', 'open', 'closed', '', 'tsotem-logo', '', '', '2020-09-24 05:30:20', '2020-09-24 05:30:20', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png', 0, 'attachment', 'image/png', 0),
(35, 1, '2020-09-24 18:15:37', '2020-09-24 18:15:37', '', 'ARNA EKAMAI 770', '', 'inherit', 'open', 'closed', '', 'arna-ekamai-770', '', '', '2020-09-24 18:15:37', '2020-09-24 18:15:37', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/ARNA-EKAMAI-770.png', 0, 'attachment', 'image/png', 0),
(36, 1, '2020-09-24 18:15:40', '2020-09-24 18:15:40', '', 'Door Handles', '', 'inherit', 'open', 'closed', '', 'door-handles', '', '', '2020-09-24 18:15:40', '2020-09-24 18:15:40', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Door-Handles.png', 0, 'attachment', 'image/png', 0),
(37, 1, '2020-09-24 18:15:42', '2020-09-24 18:15:42', '', 'Line_Up_Exterior', '', 'inherit', 'open', 'closed', '', 'line_up_exterior', '', '', '2020-09-24 18:15:42', '2020-09-24 18:15:42', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Exterior.jpg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2020-09-24 18:15:44', '2020-09-24 18:15:44', '', 'Line_Up_Windows_Door', '', 'inherit', 'open', 'closed', '', 'line_up_windows_door', '', '', '2020-09-24 18:15:44', '2020-09-24 18:15:44', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg', 0, 'attachment', 'image/jpeg', 0),
(39, 1, '2020-09-24 18:15:46', '2020-09-24 18:15:46', '', 'NIRVANA DEFINE 770', '', 'inherit', 'open', 'closed', '', 'nirvana-define-770', '', '', '2020-09-24 18:15:46', '2020-09-24 18:15:46', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png', 0, 'attachment', 'image/png', 0),
(40, 1, '2020-09-24 18:15:49', '2020-09-24 18:15:49', '', 'PLANKRICH 770', '', 'inherit', 'open', 'closed', '', 'plankrich-770', '', '', '2020-09-24 18:15:49', '2020-09-24 18:15:49', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png', 0, 'attachment', 'image/png', 0),
(41, 1, '2020-09-25 07:36:23', '2020-09-25 07:36:23', '', 'alberto-castillo-q-mx4mSkK9zeo-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'alberto-castillo-q-mx4mskk9zeo-unsplash-1', '', '', '2020-09-25 07:36:23', '2020-09-25 07:36:23', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2020-09-25 07:36:26', '2020-09-25 07:36:26', '', 'florian-schmidinger-b_79nOqf95I-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'florian-schmidinger-b_79noqf95i-unsplash-1', '', '', '2020-09-25 07:36:26', '2020-09-25 07:36:26', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2020-09-25 07:36:29', '2020-09-25 07:36:29', '', 'joshua-ness-Vo52cKzOxMY-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'joshua-ness-vo52ckzoxmy-unsplash-1', '', '', '2020-09-25 07:36:29', '2020-09-25 07:36:29', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2020-09-25 07:36:34', '2020-09-25 07:36:34', '', 'stephen-leonardi-WUdAAlvKo0o-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'stephen-leonardi-wudaalvko0o-unsplash-1', '', '', '2020-09-25 07:36:34', '2020-09-25 07:36:34', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2020-11-09 06:34:57', '2020-11-09 06:34:57', '', 'NewGen Final Logo 06.09.2020', '', 'inherit', 'open', 'closed', '', 'newgen-final-logo-06-09-2020', '', '', '2020-11-09 06:34:57', '2020-11-09 06:34:57', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png', 0, 'attachment', 'image/png', 0),
(46, 1, '2020-10-11 13:16:57', '2020-10-11 13:16:57', '', 'closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d (1)', '', 'inherit', 'open', 'closed', '', 'closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1', '', '', '2020-10-11 13:16:57', '2020-10-11 13:16:57', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(47, 1, '2020-10-11 13:17:11', '2020-10-11 13:17:11', '', 'woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e (1)', '', 'inherit', 'open', 'closed', '', 'woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1', '', '', '2020-10-11 13:17:11', '2020-10-11 13:17:11', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2020-10-11 13:17:25', '2020-10-11 13:17:25', '', 'white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd (1)', '', 'inherit', 'open', 'closed', '', 'white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1', '', '', '2020-10-11 13:17:25', '2020-10-11 13:17:25', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2020-10-11 13:48:56', '2020-10-11 13:48:56', '', 'navdeep', '', 'inherit', 'open', 'closed', '', 'navdeep', '', '', '2020-10-11 13:48:56', '2020-10-11 13:48:56', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/navdeep.jpeg', 0, 'attachment', 'image/jpeg', 0),
(51, 1, '2020-10-11 15:10:18', '2020-10-11 15:10:18', '', 'NewGEN Logo', '', 'inherit', 'open', 'closed', '', 'newgen-logo', '', '', '2020-10-11 15:10:18', '2020-10-11 15:10:18', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(52, 1, '2020-10-11 15:10:22', '2020-10-11 15:10:22', '', 'NewGen Windows Logo', '', 'inherit', 'open', 'closed', '', 'newgen-windows-logo', '', '', '2020-10-11 15:10:22', '2020-10-11 15:10:22', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/NewGen-Windows-Logo.png', 0, 'attachment', 'image/png', 0),
(55, 1, '2021-02-06 06:45:11', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2021-02-06 06:45:11', '0000-00-00 00:00:00', '', 0, 'https://newgen.stun.tech/?p=55', 0, 'post', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `nufsty_wpk0_termmeta`
--

CREATE TABLE `nufsty_wpk0_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `nufsty_wpk0_terms`
--

CREATE TABLE `nufsty_wpk0_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `nufsty_wpk0_terms`
--

INSERT INTO `nufsty_wpk0_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0);

-- --------------------------------------------------------

--
-- Table structure for table `nufsty_wpk0_term_relationships`
--

CREATE TABLE `nufsty_wpk0_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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `nufsty_wpk0_term_relationships`
--

INSERT INTO `nufsty_wpk0_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `nufsty_wpk0_term_taxonomy`
--

CREATE TABLE `nufsty_wpk0_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `nufsty_wpk0_term_taxonomy`
--

INSERT INTO `nufsty_wpk0_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `nufsty_wpk0_usermeta`
--

CREATE TABLE `nufsty_wpk0_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `nufsty_wpk0_usermeta`
--

INSERT INTO `nufsty_wpk0_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'Newgen'),
(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, 'wpk0_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpk0_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"445fb07d53672a170d408c23b3f1910642d88a2d98e34ac5a4607d3bb241e411\";a:4:{s:10:\"expiration\";i:1612766708;s:2:\"ip\";s:14:\"106.51.243.112\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36\";s:5:\"login\";i:1612593908;}}'),
(17, 1, 'wpk0_dashboard_quick_press_last_post_id', '55'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"106.51.243.0\";}'),
(19, 2, 'nickname', 'Khyati'),
(20, 2, 'first_name', 'Khyati'),
(21, 2, 'last_name', ''),
(22, 2, 'description', ''),
(23, 2, 'rich_editing', 'true'),
(24, 2, 'syntax_highlighting', 'true'),
(25, 2, 'comment_shortcuts', 'false'),
(26, 2, 'admin_color', 'fresh'),
(27, 2, 'use_ssl', '0'),
(28, 2, 'show_admin_bar_front', 'true'),
(29, 2, 'locale', ''),
(30, 2, 'wpk0_capabilities', 'a:1:{s:6:\"editor\";b:1;}'),
(31, 2, 'wpk0_user_level', '7'),
(32, 2, 'dismissed_wp_pointers', ''),
(33, 2, 'session_tokens', 'a:1:{s:64:\"e76164023e797118fffab99adb881b9dd289bc1b846e435548e67c0b5674beda\";a:4:{s:10:\"expiration\";i:1601994676;s:2:\"ip\";s:14:\"117.201.206.31\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:5:\"login\";i:1601821876;}}'),
(34, 2, 'wpk0_dashboard_quick_press_last_post_id', '45'),
(35, 1, 'wpk0_user-settings', 'libraryContent=browse'),
(36, 1, 'wpk0_user-settings-time', '1602428777');

-- --------------------------------------------------------

--
-- Table structure for table `nufsty_wpk0_users`
--

CREATE TABLE `nufsty_wpk0_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `nufsty_wpk0_users`
--

INSERT INTO `nufsty_wpk0_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'Newgen', '$P$BsyKzp0O5rfYV29.SxEoWtMaK/jR8i.', 'Newgen', 'admin@stun.tech', 'https://newgen.stun.tech', '2020-09-23 17:05:56', '', 0, 'Newgen'),
(2, 'Khyati', '$P$BFIZ2rd6hh9eUrHPeGZ//f9ez6Ta9Q0', 'khyati', 'khyati@jumpp.tech', '', '2020-10-04 14:26:00', '', 0, 'Khyati');

-- --------------------------------------------------------

--
-- Table structure for table `nufsty_wpk0_wpvivid_scan_result`
--

CREATE TABLE `nufsty_wpk0_wpvivid_scan_result` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `from_post` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `nufsty_wpk0_wpvivid_unused_uploads_files`
--

CREATE TABLE `nufsty_wpk0_wpvivid_unused_uploads_files` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `folder` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `pfmjzt_wpk0_commentmeta`
--

CREATE TABLE `pfmjzt_wpk0_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `pfmjzt_wpk0_comments`
--

CREATE TABLE `pfmjzt_wpk0_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `pfmjzt_wpk0_comments`
--

INSERT INTO `pfmjzt_wpk0_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/', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `pfmjzt_wpk0_links`
--

CREATE TABLE `pfmjzt_wpk0_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_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_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `pfmjzt_wpk0_options`
--

CREATE TABLE `pfmjzt_wpk0_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `pfmjzt_wpk0_options`
--

INSERT INTO `pfmjzt_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://newgen.stun.tech', 'yes'),
(2, 'home', 'https://newgen.stun.tech', 'yes'),
(3, 'blogname', 'Newgen', 'yes'),
(4, 'blogdescription', 'Newgen', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@stun.tech', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:97:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=21&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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:4:{i:0;s:20:\"oxygen/functions.php\";i:1;s:21:\"wp-reset/wp-reset.php\";i:2;s:41:\"wpvivid-backup-pro/wpvivid-backup-pro.php\";i:3;s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'twentytwenty', 'yes'),
(41, 'stylesheet', 'twentytwenty', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '48748', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i: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:1:{s:21:\"wp-reset/wp-reset.php\";a:2:{i:0;s:8:\"WP_Reset\";i:1;s:16:\"uninstall_plugin\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '21', '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', '1616432756', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'initial_db_version', '48748', 'yes'),
(96, 'wpk0_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(97, 'fresh_site', '0', 'yes'),
(98, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'sidebars_widgets', 'a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(104, 'cron', 'a:7:{i:1602997556;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1602997557;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:1603040756;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1603041244;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: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:1603041871;a:1:{s:24:\"wpvivid_pro_update_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:1603386356;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'),
(105, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'recovery_keys', 'a:0:{}', 'yes'),
(116, 'theme_mods_twentytwenty', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(118, '_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-5.5.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.5.1\";s:7:\"version\";s:5:\"5.5.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1602994591;s:15:\"version_checked\";s:5:\"5.5.1\";s:12:\"translations\";a:0:{}}', 'no'),
(562, '_site_transient_timeout_theme_roots', '1602996051', 'no'),
(563, '_site_transient_theme_roots', 'a:3:{s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}', 'no'),
(123, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1602994593;s:7:\"checked\";a:3:{s:14:\"twentynineteen\";s:3:\"1.7\";s:15:\"twentyseventeen\";s:3:\"2.4\";s:12:\"twentytwenty\";s:3:\"1.5\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.7.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.4.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}', 'no'),
(198, 'wp-reset', 'a:4:{s:7:\"options\";a:19:{s:15:\"tools_snapshots\";b:1;s:16:\"events_snapshots\";b:1;s:20:\"snapshots_autoupload\";b:0;s:24:\"autosnapshots_autoupload\";b:0;s:23:\"snapshots_upload_delete\";b:0;s:19:\"scheduled_snapshots\";b:0;s:15:\"prune_snapshots\";b:0;s:23:\"prune_snapshots_details\";s:6:\"days-5\";s:18:\"adminbar_snapshots\";b:1;s:15:\"optimize_tables\";b:0;s:13:\"throttle_ajax\";b:0;s:12:\"fix_datetime\";b:0;s:21:\"ajax_snapshots_export\";b:0;s:15:\"cloud_snapshots\";b:0;s:15:\"onboarding_done\";b:1;s:10:\"whitelabel\";b:0;s:5:\"debug\";b:0;s:13:\"cloud_service\";s:4:\"none\";s:10:\"cloud_data\";a:1:{s:8:\"icedrive\";b:0;}}s:4:\"meta\";a:3:{s:13:\"first_version\";s:4:\"5.65\";s:13:\"first_install\";i:1600881446;s:11:\"reset_count\";i:0;}s:17:\"dismissed_notices\";a:1:{s:7:\"welcome\";b:1;}s:12:\"autouploader\";a:0:{}}', 'yes'),
(471, '_site_transient_timeout_php_check_9c1053d8f82668af273e4a26e955e566', '1602998349', 'no'),
(472, '_site_transient_php_check_9c1053d8f82668af273e4a26e955e566', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(566, '_transient_timeout_wf_plugin_update_wpr', '1602994711', 'no'),
(567, '_transient_wf_plugin_update_wpr', 'a:2:{s:7:\"success\";b:1;s:4:\"data\";a:23:{s:4:\"name\";s:12:\"WP Reset PRO\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:6:\"author\";s:59:\"<a href=\"https://www.webfactoryltd.com/\">WebFactory Ltd</a>\";s:11:\"new_version\";s:4:\"5.66\";s:7:\"version\";s:4:\"5.66\";s:8:\"homepage\";s:20:\"https://wpreset.com/\";s:12:\"last_updated\";s:19:\"2020-09-22 10:54:46\";s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:4:\"5.50\";s:4:\"tags\";s:64:\"reset, reset database, reset wordpress database, wordpress-reset\";s:15:\"active_installs\";s:6:\"200000\";s:6:\"rating\";s:3:\"100\";s:11:\"num_ratings\";s:3:\"288\";s:7:\"ratings\";a:5:{i:5;i:277;i:4;i:2;i:3;i:1;i:2;i:1;i:1;i:7;}s:5:\"added\";s:10:\"2018-10-24\";s:3:\"url\";s:20:\"https://wpreset.com/\";s:7:\"package\";s:85:\"https://dashboard.wpreset.com/wp-content/uploads/2020/09/wp-reset-pro-v566-gdrive.zip\";s:13:\"download_link\";s:85:\"https://dashboard.wpreset.com/wp-content/uploads/2020/09/wp-reset-pro-v566-gdrive.zip\";s:14:\"upgrade_notice\";s:26:\"See changelog for details.\";s:7:\"banners\";a:1:{s:3:\"low\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=1807800\";}s:5:\"icons\";a:4:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1797141\";s:2:\"1x\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"svg\";s:0:\"\";}s:8:\"sections\";a:1:{s:9:\"changelog\";s:5340:\"<strong>v5.66</strong> - 2020-09-22<ul><li>Updated Google Drive API</li></ul><strong>v5.65</strong> - 2020-09-20<ul><li>Exported snapshot ZIPs will be deleted from the website when the snapshot is deleted</li></ul><strong>v5.64</strong> - 2020-09-18<ul>\r\n<li>Performance improvements and tweaks</li>\r\n<li>Compatibility fixes</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.63</strong> - 2020-09-08<ul>\r\n<li>Added support for Icedrive</li>\r\n<li>Various tweaks and fixes</li>\r\n</ul><strong>v5.62</strong> - 2020-09-02<ul><li>Tweaks and bug fixes</li></ul><strong>v5.59</strong> - 2020-08-14<ul><li>Admin bar menu bug fix</li></ul><strong>v5.58</strong> - 2020-08-09<ul><li>WordPress 5.5 update</li></ul><strong>v5.57</strong> - 2020-07-09<ul>\r\n<li>Added automatic upload option for user created snapshots</li>\r\n<li>Added option to automatically delete snapshots after they are uploaded to cloud</li>\r\n<li>When the White Label option is activated, license keys are hidden and collections editing is disabled</li>\r\n</ul><strong>v5.56</strong> - 2020-06-15<ul><li>Added HTML Support for Collection Item Description</li></ul><strong>v5.55</strong> - 2020-06-15<ul>\r\n<li>Custom Support / Branding Text can now be added for licenses in Dashboard and it will be displayed in the Support tab when White label is active</li>\r\n<li>License key is now always hidden after activation</li>\r\n</ul><strong>v5.50</strong> - 2020-06-01<ul><li>Database Bug Fix and Tweaks</li></ul><strong>v5.49</strong> - 2020-05-25<ul><li>pCloud API updates</li></ul><strong>v5.48</strong> - 2020-05-12<ul><li>Added warning if PHP ZipArchive extension is disabled or missing</li><li>Tweaks and minor bug fixes</li></ul><strong>v5.47</strong> - 2020-05-08<ul>\r\n<li>Added option to optimize tables before creating snapshots</li>\r\n<li>Added option to throttle AJAX requests</li>\r\n<li>fixed wp-cli bug</li>\r\n</ul><strong>v5.46</strong> - 2020-05-04<ul>\r\n<li>Google Drive cloud tweaks</li>\r\n<li>Improved support for long table names</li>\r\n</ul><strong>v5.45</strong> - 2020-05-03<ul><li>improved pCloud error handling and overall experience</li></ul><strong>v5.44</strong> - 2020-05-01<ul><li>fixed bug causing no results in plugin/theme search when adding new collection items from WordPress.org</li></ul><strong>v5.43</strong> - 2020-04-29<ul><li>bug fix</li></ul><strong>v5.42</strong> - 2020-04-29<ul><li>typo fix</li></ul><strong>v5.41</strong> - 2020-04-26<ul><li>Freemius license activation fix</li></ul><strong>v5.40</strong> - 2020-04-25<ul>\r\n<li>Bug fixes</li>\r\n</ul><strong>v5.33</strong> - 2020-04-12<ul>\r\n<li>Improved Emergency Recovery GUI, new section for WordPress Information</li>\r\n<li>Added button to update Emergency Recovery to latest version</li>\r\n<li>Fixed issue with Collection items license keys not being saved properly in some cases</li>\r\n<li>Delete .htaccess tool: Added button to restore .htaccess to default</li>\r\n<li>New tool: Reset User Roles</li>\r\n<li>Tweaks and minor bug fixes</li>\r\n</ul><strong>v5.32</strong> - 2020-04-06<ul><li>Added automatic license activation for Oxygen plugins</li></ul><strong>v5.31</strong> - 2020-03-21<ul><li>Fixed White Label bug</li></ul><strong>v5.30</strong> - 2020-03-20<ul>\r\n<li>started using the new dashboard to handle licenses</li>\r\n</ul>\r\n<strong>v5.26</strong> - 2020-03-12<ul><li>Added pCloud Support</li><li>Added automatic license activation for Advanced Custom Fields</li><li>Bug Fixes</li></ul><strong>v5.24</strong> - 2020-02-19<ul><li>Added automatic license activation for WebFactory plugins, Freemius plugins as well as Ninja Tables PRO, SEOpress PRO and the Astra Pro Addon Plugin</li><li>Bug fixes</li></ul><strong>v5.23</strong> - 2020-01-30<ul><li>Added support for long lincense keys for collection items</li><li>Fixed install issues with some collection themes</li></ul><strong>v5.22</strong> - 2020-01-29<ul><li>Fixed sometimes not reading plugin information correctly when adding a ZIP to collection</li><li>Fixed active cloud setting sometimes being set to Disabled when saving settings</li><li>Minor tweaks and bug fixes</li></ul><strong>v5.21</strong> - 2020-01-28<ul><li>Timezone bug fix</li></ul><strong>v5.20</strong> - 2020-01-27<ul><li>added mandatory password for emergency recovery script</li><li>fixed a lot of bugs</li><li>enabled snapshots cloud storage on Dropbox, Google Drive and WP Reset Cloud</li><li>enabled support for premium plugins (via ZIP archive) in collections</li><li>added support for license keys for premium plugins (only storage for now, not activation)</li></ul><strong>v5.17</strong> - 2020-01-12<ul><li>Preparations for cloud features coming out by January 28th</li><li>Keep timezone when resetting</li><li>Moved Snapshot Settings to Settings tab</li><li>Minor bug fixes</li></ul><strong>v5.15</strong> - 2019-11-26<ul><li>Added Delete MU Plugins & Drop-ins Tool</li><li>Added delete snapshots button</li><li>Added White-label option for Agency Licenses</li><li>Tweaks and bug fixes</li></ul><strong>v5.13</strong> - 2019-11-23<ul><li>Tweaks and Bug Fixes</li></ul><strong>v5.12</strong> - 2019-11-19<ul><li>CSS Bug Fix</li></ul><strong>v5.11</strong> - 2019-11-18<ul><li>First official pro  release</li></ul><strong>v5.01</strong> - 2019-11-17<ul><li>Test beta update</li></ul><strong>v5.00</strong> - 2019-11-17<ul><li>First public beta release</li></ul>\";}}}', 'no'),
(558, '_transient_doing_cron', '1602994250.3901400566101074218750', 'yes'),
(564, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1603005365', 'no'),
(565, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4724;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:4421;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2686;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2563;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1978;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1826;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1806;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1492;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1492;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1487;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1461;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1460;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1448;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1306;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1226;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1206;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1165;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1135;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1109;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1016;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:906;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:903;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:882;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:881;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:818;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:802;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:795;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:783;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:781;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:753;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:752;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:725;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:721;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:705;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:703;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:687;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:665;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:663;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:658;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:651;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:636;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:635;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:616;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:612;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:593;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:585;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:583;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:578;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:567;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:562;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:560;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:557;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:552;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:552;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:543;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:534;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:533;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:533;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:523;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:522;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:521;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:507;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:496;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:492;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:486;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:481;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:479;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:466;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:459;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:441;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:441;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:440;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:439;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:437;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:433;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:432;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:428;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:426;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:424;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:422;}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:418;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:413;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:404;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:398;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:397;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:394;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:388;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:388;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:385;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:378;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:377;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:376;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:371;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:364;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:361;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:359;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:349;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:346;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:346;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:341;}}', 'no'),
(569, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1602994599;s:7:\"checked\";a:7:{s:19:\"akismet/akismet.php\";s:5:\"4.1.6\";s:24:\"header-footer/plugin.php\";s:5:\"3.2.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:20:\"oxygen/functions.php\";s:3:\"3.5\";s:21:\"wp-reset/wp-reset.php\";s:4:\"5.66\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:6:\"0.9.46\";s:41:\"wpvivid-backup-pro/wpvivid-backup-pro.php\";s:6:\"1.9.21\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.6\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:24:\"header-footer/plugin.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/header-footer\";s:4:\"slug\";s:13:\"header-footer\";s:6:\"plugin\";s:24:\"header-footer/plugin.php\";s:11:\"new_version\";s:5:\"3.2.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/header-footer/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/header-footer.3.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";s:2:\"1x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/header-footer/assets/banner-772x250.png?rev=1064202\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{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:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:21:\"wp-reset/wp-reset.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/wp-reset\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:11:\"new_version\";s:4:\"1.81\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/wp-reset/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/wp-reset.1.81.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-256x256.png?rev=1906468\";s:2:\"1x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1906468\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=2163880\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-reset/assets/banner-772x250.png?rev=2163880\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/wpvivid-backuprestore\";s:4:\"slug\";s:21:\"wpvivid-backuprestore\";s:6:\"plugin\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:11:\"new_version\";s:6:\"0.9.46\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/wpvivid-backuprestore/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/wpvivid-backuprestore.0.9.46.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-256x256.png?rev=2086438\";s:2:\"1x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-128x128.png?rev=2086438\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-1544x500.png?rev=2086438\";s:2:\"1x\";s:76:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-772x250.png?rev=2086438\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(141, 'can_compress_scripts', '0', 'no'),
(142, 'recently_activated', 'a:0:{}', 'yes'),
(148, 'finished_updating_comment_type', '1', 'yes'),
(194, 'oxygen-vsb-activated', '1', 'yes'),
(151, 'oxygen_rewrite_rules_updated', '1', 'yes'),
(152, 'oxygen_vsb_disable_emojis', 'true', 'yes'),
(153, 'oxygen_vsb_disable_jquery_migrate', 'true', 'yes'),
(154, 'oxygen_vsb_disable_embeds', 'false', 'yes'),
(155, 'oxygen_vsb_use_css_for_google_fonts', 'true', 'yes'),
(156, 'oxygen_vsb_universal_css_cache', 'true', 'yes'),
(157, 'oxygen_aos_classes', '', 'yes'),
(158, 'oxygen_vsb_universal_css_cache_success', '1', 'yes'),
(159, 'oxygen_vsb_universal_css_url', '//newgen.stun.tech/wp-content/uploads/oxygen/css/universal.css', 'yes'),
(160, 'oxygen_vsb_last_save_time', '1602833920', 'yes'),
(161, 'oxygen_vsb_universal_css_latest_version', '2.1', 'yes'),
(162, 'oxygen_vsb_presets_updated_3_3', '1', 'yes');
INSERT INTO `pfmjzt_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(163, 'oxygen_vsb_element_presets', 'a:3:{s:12:\"oxy_comments\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"Default\";s:4:\"slug\";s:7:\"default\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:0:\"\";}}}i:1;a:3:{s:4:\"name\";s:14:\"Grey Highlight\";s:4:\"slug\";s:14:\"grey-highlight\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:1246:\"\n.oxy-comments li.comment .comment-body .comment-content {\n  border: 1px solid #eee;\n  padding: 1.5em;\n  margin-top: 1.5em;\n  border-radius: 3px;\n  background-color: #fafafa;\n  margin-bottom: 0;\n}\n\n.oxy-comments li.comment .comment-body {\n  margin-bottom: 35px;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p {\n  margin-top: 0;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p:last-child {\n  margin-bottom: 0;\n}\n\n.oxy-comments .reply {\n  display: flex;\n  margin: 0;\n}\n\n.oxy-comments .reply .comment-reply-link {\n  margin-left: auto;\n  font-size: .75em;\n  background-color: #eee;\n  margin-right: 1em;\n  padding: 5px 10px;\n  border-bottom-left-radius: 3px;\n  border-bottom-right-radius: 3px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta {\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n  justify-content: space-between;\n}\n\n.oxy-comments .comment-meta .comment-metadata {\n  margin: 0;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  max-width: 50px;\n  max-height: 50px;\n  border-radius: 50%;\n  border: 1px solid #eee;\n  padding: 2px;\n}\n\n.oxy-comments .comment-meta .comment-author span.says {\n  display: none;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.35);\n}\n\";}}}i:2;a:3:{s:4:\"name\";s:12:\"White Blocks\";s:4:\"slug\";s:12:\"white-blocks\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:705:\"\n.oxy-comments li.comment {\n  padding: 40px;\n  background-color: white;\n  border-radius: 5px;\n  box-shadow: rgba(0,0,0,0.04) 0px 0px 10px 0px;\n  border: 1px solid #eee;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.5);\n}\n\n.oxy-comments .comment-meta .comment-author {\n  border-bottom: 1px solid #eee;\n  padding-bottom: 20px;\n  margin-bottom: 20px;\n}\n\n.oxy-comments li.comment.even {\n  background-color: #fafafa;\n}\n\n.oxy-comments ol.comments-list > li.comment {\n  margin-bottom: 40px;\n}\n\n\n.comment-reply-link {\n  border: 1px solid;\n  padding: 0.75em 1.5em;\n  border-radius: 2px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  border-radius: 50%;\n}\";}}}}s:14:\"oxy_posts_grid\";a:17:{i:0;a:3:{s:4:\"name\";s:23:\"Grid - Image - Standard\";s:4:\"slug\";s:19:\"grid-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:859:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:1415:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  width: 33.33%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:1;a:3:{s:4:\"name\";s:46:\"Grid - Image w/ Animated Dark Gradient Overlay\";s:4:\"slug\";s:24:\"grid-image-dark-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:717:\"<div class=\'oxy-post\'>\n  \n  <div class=\'oxy-post-padding\'>\n    \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n      \n      <div class=\'oxy-post-content-and-link-wrap\'>\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n      </div>\n      \n    </div>\n    \n  </div>\n\n</div>\";s:8:\"code-css\";s:1652:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  position: relative;\n  margin: 1em;\n  display: flex;\n  position: relative;\n  flex-direction: column;\n  overflow: hidden;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  position: absolute;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  padding: 2em;\n  pointer-events: none;\n  padding-top: 200px;\n  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 300px);\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;\n}\n\n%%EPID%% .oxy-post-content-and-link-wrap {\n  opacity: 0;\n  max-height: 0px;\n  overflow: hidden;\n  transition: 1s ease-in-out opacity, 1s ease-in-out max-height;\n}\n\n%%EPID%% .oxy-post-padding:hover .oxy-post-content-and-link-wrap {\n  opacity: 1;\n  max-height: 400px;\n}\n\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n  margin-bottom: 0.5em;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:5:\"white\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:2;a:3:{s:4:\"name\";s:32:\"Grid - Image w/ Gradient Overlap\";s:4:\"slug\";s:19:\"grid-image-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1644:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 70%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1) 150px);\n  padding: 2em;\n  padding-top: 100px;\n  align-self: stretch;\n  margin-top: -150px;\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;  \n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:3;a:3:{s:4:\"name\";s:33:\"Grid - Image w/ Rectangle Overlap\";s:4:\"slug\";s:30:\"grid-image-w-rectangle-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1514:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:6:\"tablet\";}}}i:4;a:3:{s:4:\"name\";s:29:\"Grid - Image w/ Title Overlay\";s:4:\"slug\";s:26:\"grid-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:398:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-padding\'>\n    <div class=\'oxy-post-image\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>            \n	</div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n  </div>\n</a>\";s:8:\"code-css\";s:1148:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  margin: 1em;\n  overflow: hidden;\n  position: relative;\n}\n\n\n%%EPID%% .oxy-post-image {\n  transition: 0.5s ease-in-out all;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-image {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  transition: 0.5s ease-in-out all;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-overlay {\n  background-color: rgba(0,0,0,0.25);\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:5;a:3:{s:4:\"name\";s:20:\"List - Image on Left\";s:4:\"slug\";s:18:\"list-image-on-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1014:\"<div class=\'oxy-post\'>\n\n  <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n  </a>\n\n  \n  <div class=\'oxy-post-wrap\'>\n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<!--div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div-->\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			By <?php the_author(); ?>\n		</div>\n\n		<!--div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div-->\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n  </div>\n  \n</div>\";s:8:\"code-css\";s:1674:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 6em;\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n}\n\n%%EPID%% .oxy-post-wrap {\n  width: 100%;\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n}\n\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 40%;\n  flex-shrink: 0;\n  flex-grow: 0;\n  margin-right: 2em;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-post {\n    flex-direction: column;\n  }\n  %%EPID%% .oxy-post-image {\n    width: 100%;\n    margin-bottom: 1em;\n    margin-right: 0;\n  }\n  %%EPID%% .oxy-post-image-fixed-ratio {\n    padding-bottom: 56%;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:9:\"text link\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:6;a:3:{s:4:\"name\";s:26:\"List - Standard (Centered)\";s:4:\"slug\";s:22:\"list-standard-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:772:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:7;a:3:{s:4:\"name\";s:22:\"List - Standard (Left)\";s:4:\"slug\";s:18:\"list-standard-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:774:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:8;a:3:{s:4:\"name\";s:36:\"List w/ Rectangle Overlap (Centered)\";s:4:\"slug\";s:33:\"list-w-rectangle-overlap-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1556:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  justify-content: center;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:9;a:3:{s:4:\"name\";s:32:\"List w/ Rectangle Overlap (left)\";s:4:\"slug\";s:29:\"list-w-rectangle-overlap-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1531:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:10;a:3:{s:4:\"name\";s:26:\"Masonry - Image - Standard\";s:4:\"slug\";s:22:\"masonry-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:722:\"<div class=\'oxy-post\'>\n  \n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:980:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:11;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:12;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:13;a:3:{s:4:\"name\";s:32:\"Masonry - Image w/ Title Overlay\";s:4:\"slug\";s:29:\"masonry-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:289:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-background\'>\n	  <img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' />  \n  </div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n</a>\";s:8:\"code-css\";s:1034:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 2em;\n  break-inside: avoid;\n  position: relative;\n  overflow: hidden;\n  display: flex;\n  background-color: #000;\n}\n\n%%EPID%% .oxy-post-background {\n  transition: 0.5s ease-in-out all;\n  line-height: 0;\n  min-height: 150px;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-background {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-image {\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  -webkit-font-smoothing: antialiased;\n}\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:14;a:3:{s:4:\"name\";s:26:\"Timeline - Title & Excerpt\";s:4:\"slug\";s:17:\"timeline-template\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:323:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:15;a:3:{s:4:\"name\";s:33:\"Timeline - Title & Featured Image\";s:4:\"slug\";s:18:\"timeline-template2\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:462:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n            <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n            </div>\n        </a>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:16;a:3:{s:4:\"name\";s:42:\"Timeline - Title, Featured Image & Excerpt\";s:4:\"slug\";s:18:\"timeline-template3\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:553:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n            <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n            </div>\n        </a>\n\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}}s:12:\"oxy-pro-menu\";a:10:{i:0;a:4:{s:4:\"name\";s:14:\"Slide to Right\";s:4:\"slug\";s:14:\"slide-to-right\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:66:{s:7:\"menu_id\";s:2:\"31\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"16\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dddddd\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dddddd\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:1:\"4\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:1:\"4\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:11:\"slide-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"4\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"4\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"64\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"64\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#f8f8f8\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#ff0000\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:22:\"globalConditionsResult\";b:1;s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#eeeeee\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:2:\"-8\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:1:\"0\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_dropdown_icon_item_margin_margin-right\";s:1:\"0\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:1:\"8\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dddddd\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dddddd\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#ff0000\";}}}i:1;a:4:{s:4:\"name\";s:18:\"Desktop and Mobile\";s:4:\"slug\";s:18:\"desktop-and-mobile\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:75:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:23:\"menu_dropdown_animation\";s:12:\"zoom-in-down\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:27:\"Lineariconsicon-menu-circle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:28:\"Lineariconsicon-cross-circle\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:13:\"border-radius\";s:1:\"8\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:4:\"hide\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:4:\"left\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"32\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dedede\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dedede\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:16:\"background-color\";s:4:\"#eee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"32\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:40:\"oxy-pro-menu_menu_item_margin_margin-top\";s:1:\"0\";s:41:\"oxy-pro-menu_menu_item_margin_margin-left\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_margin_margin-bottom\";s:1:\"0\";s:42:\"oxy-pro-menu_menu_item_margin_margin-right\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dedede\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dedede\";}}}i:2;a:4:{s:4:\"name\";s:16:\"Desktop Vertical\";s:4:\"slug\";s:16:\"desktop-vertical\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:33:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:5:\"never\";s:24:\"oxy-pro-menu_orientation\";s:8:\"Vertical\";s:16:\"background-color\";s:7:\"#eeeeee\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dedede\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_dropdown_icon\";s:29:\"FontAwesomeicon-chevron-right\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#dddddd\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:2:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dedede\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#dddddd\";}}}i:3;a:4:{s:4:\"name\";s:10:\"Minimalism\";s:4:\"slug\";s:10:\"minimalism\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:55:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#dedede\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#d1d1d1\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#eeeeee\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:6:\"center\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#dedede\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#d1d1d1\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"8\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:2:\"12\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:2:\"12\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#dddddd\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:26:\"oxy-pro-menu_dropdown_icon\";s:26:\"FontAwesomeicon-arrow-down\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"900\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dddddd\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ff0000\";}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#d1d1d1\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#d1d1d1\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dddddd\";}}}i:4;a:4:{s:4:\"name\";s:12:\"Flip to Left\";s:4:\"slug\";s:12:\"flip-to-left\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"2\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:16:\"background-color\";s:7:\"#eaeaea\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:1:\"1\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:102:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-decoration\";s:4:\"none\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"12\";s:23:\"menu_dropdown_animation\";s:9:\"fade-left\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:53:\"oxy-pro-menu_dropdown_child_item_padding_padding-left\";s:2:\"12\";s:54:\"oxy-pro-menu_dropdown_child_item_padding_padding-right\";s:2:\"12\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"16\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:24:\"FontAwesomeicon-th-large\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"600\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:10:\"flip-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#dddddd\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:5:\"Right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"600\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#cccccc\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#bbbbbb\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#d3d3d3\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"0\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"0\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#bbbbbb\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#d3d3d3\";}}}i:5;a:4:{s:4:\"name\";s:13:\"Music Teacher\";s:4:\"slug\";s:13:\"music-teacher\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:92:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#180700\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"3\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#13c5df\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"Lineariconsicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#2f201a\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:15:\"rgba(0,0,0,0.1)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#2f201a\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:23:\"menu_dropdown_animation\";s:7:\"fade-up\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"14\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#13c5df\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#2f201a\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"24\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#2f201a\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#3d2e2d\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:65:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-size\";s:2:\"14\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"3\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"3\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:4:\"Menu\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:16:\"rgba(24,7,0,0.9)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:14:\"zoom-out-right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"80\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"80\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"12\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"12\";s:110:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:111:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff668d\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#13c5df\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#2f201a\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#13c5df\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#3d2e2d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff668d\";}}}i:6;a:4:{s:4:\"name\";s:16:\"Marketing Agency\";s:4:\"slug\";s:16:\"marketing-agency\";s:10:\"is_default\";b:1;s:7:\"options\";a:3:{s:8:\"original\";a:65:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(252,0,255,0.89)\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(0,219,222,0.91)\";}}s:12:\"linear-angle\";s:3:\"140\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"16\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"300\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:21:\"rgba(255,255,255,0.2)\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:24:\"Lineariconsicon-bookmark\";s:11:\"padding-top\";s:1:\"4\";s:12:\"padding-left\";s:1:\"4\";s:13:\"padding-right\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#5a58a3\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"0\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ec2758\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:7:\"#3c3876\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.14)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"-90\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_letter-spacing\";s:1:\"1\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-list\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#ffffff\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#3c3876\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#ffffff\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#3c3876\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#ffffff\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(60,56,118,0.98)\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#ffffff\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:12:\"show in line\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:21:\"rgba(255,255,255,0.2)\";s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ec2758\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#ffffff\";}s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:6:{s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}}}}}i:7;a:4:{s:4:\"name\";s:6:\"Winery\";s:4:\"slug\";s:6:\"winery\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:16:\"background-color\";s:7:\"#48303e\";s:11:\"padding-top\";s:1:\"8\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:14:\"padding-bottom\";s:1:\"8\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.3\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#75455d\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#75455d\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:26:\"oxy-pro-menu_dropdown_icon\";s:33:\"FontAwesomeicon-angle-double-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#cc5972\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#cc5972\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:4:\"none\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#75455d\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#cc5972\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#75455d\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#cc5972\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:19:\"rgba(72,48,62,0.98)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:12:\"zoom-in-left\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"1\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"0\";}s:5:\"hover\";a:5:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#75455d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#cc5972\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#cc5972\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#cc5972\";}}}i:8;a:4:{s:4:\"name\";s:10:\"Conference\";s:4:\"slug\";s:10:\"conference\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:84:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:15:\"phone-landscape\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#ff4c1c\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#d7193d\";}}s:12:\"linear-angle\";s:3:\"240\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ff7f0d\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#d7193d\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#d7193d\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff4c1c\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"700\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:36:\"FontAwesomeicon-caret-square-o-right\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"20\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"4\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"700\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"1\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:35:\"FontAwesomeicon-caret-square-o-left\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"20\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"4\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(215,25,61,0.95)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"700\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"1\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"20\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.3\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\";s:7:\"#f9c5af\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_style\";s:5:\"solid\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:25:\"menu_off_canvas_animation\";s:10:\"fade-right\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ff7f0d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff4c1c\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";}}}i:9;a:4:{s:4:\"name\";s:9:\"Financial\";s:4:\"slug\";s:9:\"financial\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:64:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#eff4f7\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#2b2c27\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.5\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#566d8f\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ffffff\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#65bec2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#65bec2\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:114:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:113:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-chevron-circle-down\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#65bec2\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#ffffff\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:9:\"color(52)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#65bec2\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#566d8f\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:22:\"rgba(255,255,255,0.96)\";s:23:\"oxy-pro-menu_off_canvas\";s:5:\"false\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:11:\"transparent\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#566d8f\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#566d8f\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#65bec2\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#566d8f\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#566d8f\";}}}}}', 'yes');
INSERT INTO `pfmjzt_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(245, 'oxygen_vsb_presets_updated_3_4', '1', 'yes'),
(164, 'oxygen_license_key', '711b98a2c1875d1f9baa0e78294cdb4f', 'yes'),
(165, 'oxygen_license_updated', '1', 'yes'),
(166, 'oxygen_vsb_css_cache_generated_2_2', 'true', 'yes'),
(167, 'oxygen_vsb_global_colors', 'a:4:{s:15:\"colorsIncrement\";i:16;s:13:\"setsIncrement\";i:3;s:6:\"colors\";a:16:{i:0;a:4:{s:2:\"id\";i:12;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:3;}i:1;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:13:\"Catalina Blue\";s:5:\"value\";s:7:\"#2a445a\";s:3:\"set\";i:2;}i:2;a:4:{s:2:\"id\";i:2;s:4:\"name\";s:16:\"White Transluent\";s:5:\"value\";s:21:\"rgba(255,255,255,0.6)\";s:3:\"set\";i:2;}i:3;a:4:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:2;}i:4;a:4:{s:2:\"id\";i:4;s:4:\"name\";s:9:\"Iris Blue\";s:5:\"value\";s:7:\"#07adb7\";s:3:\"set\";i:2;}i:5;a:4:{s:2:\"id\";i:5;s:4:\"name\";s:9:\"Dove Gray\";s:5:\"value\";s:7:\"#666666\";s:3:\"set\";i:2;}i:6;a:4:{s:2:\"id\";i:6;s:4:\"name\";s:6:\"Shadow\";s:5:\"value\";s:15:\"rgba(0,0,0,0.2)\";s:3:\"set\";i:2;}i:7;a:4:{s:2:\"id\";i:7;s:4:\"name\";s:5:\"Polar\";s:5:\"value\";s:7:\"#f6fafd\";s:3:\"set\";i:2;}i:8;a:4:{s:2:\"id\";i:8;s:4:\"name\";s:11:\"Wild Willow\";s:5:\"value\";s:7:\"#b2d27d\";s:3:\"set\";i:2;}i:9;a:4:{s:2:\"id\";i:9;s:4:\"name\";s:6:\"Keppel\";s:5:\"value\";s:7:\"#31b1ac\";s:3:\"set\";i:2;}i:10;a:4:{s:2:\"id\";i:10;s:4:\"name\";s:9:\"Tradewind\";s:5:\"value\";s:7:\"#5abc9c\";s:3:\"set\";i:2;}i:11;a:4:{s:2:\"id\";i:11;s:4:\"name\";s:6:\"DeYork\";s:5:\"value\";s:7:\"#8ec98a\";s:3:\"set\";i:2;}i:12;a:4:{s:2:\"id\";i:13;s:4:\"name\";s:13:\"Fountain Blue\";s:5:\"value\";s:7:\"#65bec2\";s:3:\"set\";i:3;}i:13;a:4:{s:2:\"id\";i:14;s:4:\"name\";s:11:\"Hippie Blue\";s:5:\"value\";s:7:\"#6799b2\";s:3:\"set\";i:3;}i:14;a:4:{s:2:\"id\";i:15;s:4:\"name\";s:11:\"Heavy Metal\";s:5:\"value\";s:7:\"#2b2c27\";s:3:\"set\";i:3;}i:15;a:4:{s:2:\"id\";i:16;s:4:\"name\";s:12:\"Waikawa Gray\";s:5:\"value\";s:7:\"#566d8f\";s:3:\"set\";i:3;}}s:4:\"sets\";a:3:{i:0;a:2:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"Global Colors\";}i:1;a:2:{s:2:\"id\";i:2;s:4:\"name\";s:7:\"hosting\";}i:2;a:2:{s:2:\"id\";i:3;s:4:\"name\";s:6:\"atomic\";}}}', 'yes');
INSERT INTO `pfmjzt_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(168, 'ct_svg_sets', 'a:2:{s:12:\"Font Awesome\";s:579449:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"FontAwesomeicon-asterisk\" viewBox=\"0 0 26 28\">\n<title>asterisk</title>\n<path d=\"M23.156 16.406c0.953 0.547 1.281 1.781 0.734 2.734l-1 1.719c-0.547 0.953-1.781 1.281-2.734 0.734l-4.156-2.391v4.797c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-4.797l-4.156 2.391c-0.953 0.547-2.187 0.219-2.734-0.734l-1-1.719c-0.547-0.953-0.219-2.188 0.734-2.734l4.156-2.406-4.156-2.406c-0.953-0.547-1.281-1.781-0.734-2.734l1-1.719c0.547-0.953 1.781-1.281 2.734-0.734l4.156 2.391v-4.797c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v4.797l4.156-2.391c0.953-0.547 2.188-0.219 2.734 0.734l1 1.719c0.547 0.953 0.219 2.188-0.734 2.734l-4.156 2.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus\" viewBox=\"0 0 22 28\">\n<title>plus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-6.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h6.5v-6.5c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5v6.5h6.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question\" viewBox=\"0 0 17 28\">\n<title>question</title>\n<path d=\"M11 19.625v3.75c0 0.344-0.281 0.625-0.625 0.625h-3.75c-0.344 0-0.625-0.281-0.625-0.625v-3.75c0-0.344 0.281-0.625 0.625-0.625h3.75c0.344 0 0.625 0.281 0.625 0.625zM15.937 10.25c0 2.969-2.016 4.109-3.5 4.937-0.922 0.531-1.5 1.609-1.5 2.063v0c0 0.344-0.266 0.75-0.625 0.75h-3.75c-0.344 0-0.562-0.531-0.562-0.875v-0.703c0-1.891 1.875-3.516 3.25-4.141 1.203-0.547 1.703-1.062 1.703-2.063 0-0.875-1.141-1.656-2.406-1.656-0.703 0-1.344 0.219-1.687 0.453-0.375 0.266-0.75 0.641-1.672 1.797-0.125 0.156-0.313 0.25-0.484 0.25-0.141 0-0.266-0.047-0.391-0.125l-2.562-1.953c-0.266-0.203-0.328-0.547-0.156-0.828 1.687-2.797 4.062-4.156 7.25-4.156 3.344 0 7.094 2.672 7.094 6.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus\" viewBox=\"0 0 22 28\">\n<title>minus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-19c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h19c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glass\" viewBox=\"0 0 28 28\">\n<title>glass</title>\n<path d=\"M26.547 2.906c0 0.453-0.359 0.906-0.672 1.219l-9.875 9.875v12h5c0.547 0 1 0.453 1 1s-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1s0.453-1 1-1h5v-12l-9.875-9.875c-0.313-0.313-0.672-0.766-0.672-1.219 0-0.766 0.969-0.906 1.547-0.906h22c0.578 0 1.547 0.141 1.547 0.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-music\" viewBox=\"0 0 24 28\">\n<title>music</title>\n<path d=\"M24 3.5v17.5c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-8.391l-12 3.703v11.078c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-15.109c0-0.656 0.438-1.234 1.062-1.437l13-4c0.141-0.047 0.281-0.063 0.438-0.063 0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search\" viewBox=\"0 0 26 28\">\n<title>search</title>\n<path d=\"M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.094-0.906 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-o\" viewBox=\"0 0 28 28\">\n<title>envelope-o</title>\n<path d=\"M26 23.5v-12c-0.328 0.375-0.688 0.719-1.078 1.031-2.234 1.719-4.484 3.469-6.656 5.281-1.172 0.984-2.625 2.188-4.25 2.188h-0.031c-1.625 0-3.078-1.203-4.25-2.188-2.172-1.813-4.422-3.563-6.656-5.281-0.391-0.313-0.75-0.656-1.078-1.031v12c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM26 7.078c0-0.391 0.094-1.078-0.5-1.078h-23c-0.266 0-0.5 0.234-0.5 0.5 0 1.781 0.891 3.328 2.297 4.438 2.094 1.641 4.188 3.297 6.266 4.953 0.828 0.672 2.328 2.109 3.422 2.109h0.031c1.094 0 2.594-1.437 3.422-2.109 2.078-1.656 4.172-3.313 6.266-4.953 1.016-0.797 2.297-2.531 2.297-3.859zM28 6.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart\" viewBox=\"0 0 28 28\">\n<title>heart</title>\n<path d=\"M14 26c-0.25 0-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313 0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star\" viewBox=\"0 0 26 28\">\n<title>star</title>\n<path d=\"M26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.406-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-o\" viewBox=\"0 0 26 28\">\n<title>star-o</title>\n<path d=\"M17.766 15.687l4.781-4.641-6.594-0.969-2.953-5.969-2.953 5.969-6.594 0.969 4.781 4.641-1.141 6.578 5.906-3.109 5.891 3.109zM26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.422-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user\" viewBox=\"0 0 20 28\">\n<title>user</title>\n<path d=\"M20 21.859c0 2.281-1.5 4.141-3.328 4.141h-13.344c-1.828 0-3.328-1.859-3.328-4.141 0-4.109 1.016-8.859 5.109-8.859 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c4.094 0 5.109 4.75 5.109 8.859zM16 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-film\" viewBox=\"0 0 30 28\">\n<title>film</title>\n<path d=\"M6 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 25v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM6 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 13v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM28 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM30 4.5v21c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-21c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-large\" viewBox=\"0 0 26 28\">\n<title>th-large</title>\n<path d=\"M12 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM12 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th\" viewBox=\"0 0 28 28\">\n<title>th</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-list\" viewBox=\"0 0 28 28\">\n<title>th-list</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check\" viewBox=\"0 0 28 28\">\n<title>check</title>\n<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-close\" viewBox=\"0 0 22 28\">\n<title>close</title>\n<path d=\"M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-plus\" viewBox=\"0 0 26 28\">\n<title>search-plus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-3.5v3.5c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-3.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h3.5v-3.5c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5v3.5h3.5c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-minus\" viewBox=\"0 0 26 28\">\n<title>search-minus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-9c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h9c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-power-off\" viewBox=\"0 0 24 28\">\n<title>power-off</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12s-12-5.391-12-12c0-3.797 1.75-7.297 4.797-9.578 0.891-0.672 2.141-0.5 2.797 0.391 0.672 0.875 0.484 2.141-0.391 2.797-2.031 1.531-3.203 3.859-3.203 6.391 0 4.406 3.594 8 8 8s8-3.594 8-8c0-2.531-1.172-4.859-3.203-6.391-0.875-0.656-1.062-1.922-0.391-2.797 0.656-0.891 1.922-1.062 2.797-0.391 3.047 2.281 4.797 5.781 4.797 9.578zM14 2v10c0 1.094-0.906 2-2 2s-2-0.906-2-2v-10c0-1.094 0.906-2 2-2s2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-signal\" viewBox=\"0 0 28 28\">\n<title>signal</title>\n<path d=\"M4 22.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 20.5v5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 16.5v9c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 10.5v15c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 2.5v23c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-23c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cog\" viewBox=\"0 0 24 28\">\n<title>cog</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM24 12.297v3.469c0 0.234-0.187 0.516-0.438 0.562l-2.891 0.438c-0.172 0.5-0.359 0.969-0.609 1.422 0.531 0.766 1.094 1.453 1.672 2.156 0.094 0.109 0.156 0.25 0.156 0.391s-0.047 0.25-0.141 0.359c-0.375 0.5-2.484 2.797-3.016 2.797-0.141 0-0.281-0.063-0.406-0.141l-2.156-1.687c-0.453 0.234-0.938 0.438-1.422 0.594-0.109 0.953-0.203 1.969-0.453 2.906-0.063 0.25-0.281 0.438-0.562 0.438h-3.469c-0.281 0-0.531-0.203-0.562-0.469l-0.438-2.875c-0.484-0.156-0.953-0.344-1.406-0.578l-2.203 1.672c-0.109 0.094-0.25 0.141-0.391 0.141s-0.281-0.063-0.391-0.172c-0.828-0.75-1.922-1.719-2.578-2.625-0.078-0.109-0.109-0.234-0.109-0.359 0-0.141 0.047-0.25 0.125-0.359 0.531-0.719 1.109-1.406 1.641-2.141-0.266-0.5-0.484-1.016-0.641-1.547l-2.859-0.422c-0.266-0.047-0.453-0.297-0.453-0.562v-3.469c0-0.234 0.187-0.516 0.422-0.562l2.906-0.438c0.156-0.5 0.359-0.969 0.609-1.437-0.531-0.75-1.094-1.453-1.672-2.156-0.094-0.109-0.156-0.234-0.156-0.375s0.063-0.25 0.141-0.359c0.375-0.516 2.484-2.797 3.016-2.797 0.141 0 0.281 0.063 0.406 0.156l2.156 1.672c0.453-0.234 0.938-0.438 1.422-0.594 0.109-0.953 0.203-1.969 0.453-2.906 0.063-0.25 0.281-0.438 0.562-0.438h3.469c0.281 0 0.531 0.203 0.562 0.469l0.438 2.875c0.484 0.156 0.953 0.344 1.406 0.578l2.219-1.672c0.094-0.094 0.234-0.141 0.375-0.141s0.281 0.063 0.391 0.156c0.828 0.766 1.922 1.734 2.578 2.656 0.078 0.094 0.109 0.219 0.109 0.344 0 0.141-0.047 0.25-0.125 0.359-0.531 0.719-1.109 1.406-1.641 2.141 0.266 0.5 0.484 1.016 0.641 1.531l2.859 0.438c0.266 0.047 0.453 0.297 0.453 0.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash-o\" viewBox=\"0 0 22 28\">\n<title>trash-o</title>\n<path d=\"M8 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM12 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM16 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM18 22.813v-14.812h-14v14.812c0 0.75 0.422 1.188 0.5 1.188h13c0.078 0 0.5-0.438 0.5-1.188zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-home\" viewBox=\"0 0 26 28\">\n<title>home</title>\n<path d=\"M22 15.5v7.5c0 0.547-0.453 1-1 1h-6v-6h-4v6h-6c-0.547 0-1-0.453-1-1v-7.5c0-0.031 0.016-0.063 0.016-0.094l8.984-7.406 8.984 7.406c0.016 0.031 0.016 0.063 0.016 0.094zM25.484 14.422l-0.969 1.156c-0.078 0.094-0.203 0.156-0.328 0.172h-0.047c-0.125 0-0.234-0.031-0.328-0.109l-10.813-9.016-10.813 9.016c-0.109 0.078-0.234 0.125-0.375 0.109-0.125-0.016-0.25-0.078-0.328-0.172l-0.969-1.156c-0.172-0.203-0.141-0.531 0.063-0.703l11.234-9.359c0.656-0.547 1.719-0.547 2.375 0l3.813 3.187v-3.047c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v6.375l3.422 2.844c0.203 0.172 0.234 0.5 0.063 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-o\" viewBox=\"0 0 24 28\">\n<title>file-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clock-o\" viewBox=\"0 0 24 28\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-road\" viewBox=\"0 0 30 28\">\n<title>road</title>\n<path d=\"M17.359 15.563v-0.063l-0.375-5c-0.016-0.281-0.266-0.5-0.531-0.5h-2.906c-0.266 0-0.516 0.219-0.531 0.5l-0.375 5v0.063c-0.016 0.25 0.219 0.438 0.453 0.438h3.813c0.234 0 0.469-0.187 0.453-0.438zM29.219 22.859c0 0.453-0.125 1.141-0.719 1.141h-11c0.266 0 0.484-0.219 0.469-0.5l-0.313-4c-0.016-0.281-0.266-0.5-0.531-0.5h-4.25c-0.266 0-0.516 0.219-0.531 0.5l-0.313 4c-0.016 0.281 0.203 0.5 0.469 0.5h-11c-0.594 0-0.719-0.688-0.719-1.141 0-0.625 0.172-1.25 0.406-1.813l6.516-16.312c0.156-0.391 0.578-0.734 1-0.734h5.297c-0.266 0-0.516 0.219-0.531 0.5l-0.234 3c-0.016 0.281 0.187 0.5 0.469 0.5h2.594c0.281 0 0.484-0.219 0.469-0.5l-0.234-3c-0.016-0.281-0.266-0.5-0.531-0.5h5.297c0.422 0 0.844 0.344 1 0.734l6.516 16.312c0.234 0.562 0.406 1.188 0.406 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-download\" viewBox=\"0 0 26 28\">\n<title>download</title>\n<path d=\"M20 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 17.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h7.266l2.109 2.125c0.578 0.562 1.328 0.875 2.125 0.875s1.547-0.313 2.125-0.875l2.125-2.125h7.25c0.828 0 1.5 0.672 1.5 1.5zM20.922 8.609c0.156 0.375 0.078 0.812-0.219 1.094l-7 7c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-7-7c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h4v-7c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1v7h4c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-down</title>\n<path d=\"M17.5 14.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-5.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v5.5h3c0.281 0 0.5 0.219 0.5 0.5zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-up</title>\n<path d=\"M17.469 13.687c-0.078 0.187-0.266 0.313-0.469 0.313h-3v5.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-3c-0.281 0-0.5-0.219-0.5-0.5 0-0.141 0.063-0.266 0.156-0.375l4.984-4.984c0.109-0.094 0.234-0.141 0.359-0.141s0.25 0.047 0.359 0.141l5 5c0.141 0.156 0.187 0.359 0.109 0.547zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inbox\" viewBox=\"0 0 24 28\">\n<title>inbox</title>\n<path d=\"M15.984 15h4.937c-0.031-0.078-0.047-0.172-0.078-0.25l-3.313-7.75h-11.062l-3.313 7.75c-0.031 0.078-0.047 0.172-0.078 0.25h4.937l1.484 3h5zM24 15.469v7.531c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-7.531c0-0.562 0.172-1.391 0.391-1.922l3.719-8.625c0.219-0.516 0.844-0.922 1.391-0.922h13c0.547 0 1.172 0.406 1.391 0.922l3.719 8.625c0.219 0.531 0.391 1.359 0.391 1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle-o\" viewBox=\"0 0 24 28\">\n<title>play-circle-o</title>\n<path d=\"M18.5 14c0 0.359-0.187 0.688-0.5 0.859l-8.5 5c-0.156 0.094-0.328 0.141-0.5 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-10c0-0.359 0.187-0.688 0.5-0.875 0.313-0.172 0.703-0.172 1 0.016l8.5 5c0.313 0.172 0.5 0.5 0.5 0.859zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-repeat\" viewBox=\"0 0 24 28\">\n<title>repeat</title>\n<path d=\"M24 4v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.156-2.156c-1.469-1.359-3.406-2.141-5.453-2.141-4.406 0-8 3.594-8 8s3.594 8 8 8c2.484 0 4.781-1.125 6.312-3.109 0.078-0.109 0.219-0.172 0.359-0.187 0.141 0 0.281 0.047 0.391 0.141l2.141 2.156c0.187 0.172 0.187 0.469 0.031 0.672-2.281 2.75-5.656 4.328-9.234 4.328-6.609 0-12-5.391-12-12s5.391-12 12-12c3.078 0 6.062 1.234 8.266 3.313l2.031-2.016c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-refresh\" viewBox=\"0 0 24 28\">\n<title>refresh</title>\n<path d=\"M23.609 16.5c0 0.031 0 0.078-0.016 0.109-1.328 5.531-5.891 9.391-11.656 9.391-3.047 0-6-1.203-8.219-3.313l-2.016 2.016c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-2.141 2.141c1.469 1.375 3.422 2.156 5.437 2.156 2.781 0 5.359-1.437 6.813-3.813 0.375-0.609 0.562-1.203 0.828-1.828 0.078-0.219 0.234-0.359 0.469-0.359h3c0.281 0 0.5 0.234 0.5 0.5zM24 4v7c0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l2.156-2.156c-1.484-1.375-3.437-2.141-5.453-2.141-2.781 0-5.359 1.437-6.813 3.813-0.375 0.609-0.562 1.203-0.828 1.828-0.078 0.219-0.234 0.359-0.469 0.359h-3.109c-0.281 0-0.5-0.234-0.5-0.5v-0.109c1.344-5.547 5.953-9.391 11.719-9.391 3.063 0 6.047 1.219 8.266 3.313l2.031-2.016c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-alt\" viewBox=\"0 0 28 28\">\n<title>list-alt</title>\n<path d=\"M6 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM24 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM26 21.5v-13c0-0.266-0.234-0.5-0.5-0.5h-23c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lock\" viewBox=\"0 0 18 28\">\n<title>lock</title>\n<path d=\"M5 12h8v-3c0-2.203-1.797-4-4-4s-4 1.797-4 4v3zM18 13.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-3c0-3.844 3.156-7 7-7s7 3.156 7 7v3h0.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag\" viewBox=\"0 0 29 28\">\n<title>flag</title>\n<path d=\"M5 4c0 0.719-0.391 1.359-1 1.719v19.781c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-19.781c-0.609-0.359-1-1-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.578-0.359 0.797-0.812 1.031-1.766 0.953-3.719 1.813-5.766 1.813-2.875 0-4.25-2.188-7.656-2.188-2.484 0-5.094 1.125-7.25 2.281-0.172 0.094-0.328 0.141-0.516 0.141-0.547 0-1-0.453-1-1v-11.594c0-0.375 0.187-0.641 0.484-0.859 0.375-0.25 0.828-0.469 1.234-0.672 1.969-1 4.359-1.875 6.578-1.875 2.453 0 4.375 0.812 6.547 1.828 0.438 0.219 0.891 0.297 1.375 0.297 2.453 0 5.094-2.125 5.781-2.125 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-headphones\" viewBox=\"0 0 26 28\">\n<title>headphones</title>\n<path d=\"M26 13.844c0 1.703-0.313 3.359-0.938 4.906l-0.313 0.766-2.891 0.516c-0.453 1.703-2 2.969-3.859 2.969v0.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v0.5c1.5 0 2.797 0.828 3.484 2.047l1.062-0.187c0.297-0.969 0.453-1.969 0.453-3.016 0-4.719-4.672-8.844-10-8.844s-10 4.125-10 8.844c0 1.047 0.156 2.047 0.453 3.016l1.062 0.187c0.688-1.219 1.984-2.047 3.484-2.047v-0.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-0.5c-1.859 0-3.406-1.266-3.859-2.969l-2.891-0.516-0.313-0.766c-0.625-1.547-0.938-3.203-0.938-4.906 0-6.422 5.953-11.844 13-11.844s13 5.422 13 11.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-off\" viewBox=\"0 0 12 28\">\n<title>volume-off</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-down\" viewBox=\"0 0 18 28\">\n<title>volume-down</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-up\" viewBox=\"0 0 26 28\">\n<title>volume-up</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672zM22 14c0 3.172-1.906 6.125-4.844 7.359-0.125 0.047-0.266 0.078-0.391 0.078-0.562 0-1.016-0.453-1.016-1 0-0.438 0.25-0.734 0.609-0.922 0.422-0.219 0.812-0.406 1.188-0.688 1.547-1.125 2.453-2.922 2.453-4.828s-0.906-3.703-2.453-4.828c-0.375-0.281-0.766-0.469-1.188-0.688-0.359-0.187-0.609-0.484-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 2.938 1.234 4.844 4.188 4.844 7.359zM26 14c0 4.797-2.859 9.141-7.266 11.031-0.125 0.047-0.266 0.078-0.406 0.078-0.547 0-1-0.453-1-1 0-0.453 0.234-0.703 0.609-0.922 0.219-0.125 0.469-0.203 0.703-0.328 0.438-0.234 0.875-0.5 1.281-0.797 2.562-1.891 4.078-4.875 4.078-8.062s-1.516-6.172-4.078-8.062c-0.406-0.297-0.844-0.562-1.281-0.797-0.234-0.125-0.484-0.203-0.703-0.328-0.375-0.219-0.609-0.469-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 4.406 1.891 7.266 6.234 7.266 11.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qrcode\" viewBox=\"0 0 22 28\">\n<title>qrcode</title>\n<path d=\"M6 18v2h-2v-2h2zM6 6v2h-2v-2h2zM18 6v2h-2v-2h2zM2 21.984h6v-5.984h-6v5.984zM2 10h6v-6h-6v6zM14 10h6v-6h-6v6zM10 14v10h-10v-10h10zM18 22v2h-2v-2h2zM22 22v2h-2v-2h2zM22 14v6h-6v-2h-2v6h-2v-10h6v2h2v-2h2zM10 2v10h-10v-10h10zM22 2v10h-10v-10h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-barcode\" viewBox=\"0 0 28 28\">\n<title>barcode</title>\n<path d=\"M0.984 24h-0.984v-22h0.984v22zM1.969 23.984h-0.5v-21.984h0.5v21.984zM3.437 23.984h-0.484v-21.984h0.484v21.984zM5.891 23.984h-0.484v-21.984h0.484v21.984zM8.344 23.984h-0.969v-21.984h0.969v21.984zM10.313 23.984h-0.484v-21.984h0.484v21.984zM11.297 23.984h-0.484v-21.984h0.484v21.984zM12.281 23.984h-0.484v-21.984h0.484v21.984zM14.734 23.984h-0.984v-21.984h0.984v21.984zM17.187 23.984h-0.984v-21.984h0.984v21.984zM19.156 23.984h-0.984v-21.984h0.984v21.984zM21.125 23.984h-0.984v-21.984h0.984v21.984zM22.594 23.984h-0.984v-21.984h0.984v21.984zM25.547 23.984h-1.469v-21.984h1.469v21.984zM26.531 23.984h-0.5v-21.984h0.5v21.984zM28 24h-0.984v-22h0.984v22z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tag\" viewBox=\"0 0 24 28\">\n<title>tag</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tags\" viewBox=\"0 0 30 28\">\n<title>tags</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422zM29.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578-0.812 0-1.219-0.375-1.75-0.922l7.344-7.344c0.359-0.359 0.578-0.875 0.578-1.406s-0.219-1.047-0.578-1.422l-11.172-11.156c-0.797-0.797-2.312-1.422-3.422-1.422h3.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-book\" viewBox=\"0 0 26 28\">\n<title>book</title>\n<path d=\"M25.609 7.469c0.391 0.562 0.5 1.297 0.281 2.016l-4.297 14.156c-0.391 1.328-1.766 2.359-3.109 2.359h-14.422c-1.594 0-3.297-1.266-3.875-2.891-0.25-0.703-0.25-1.391-0.031-1.984 0.031-0.313 0.094-0.625 0.109-1 0.016-0.25-0.125-0.453-0.094-0.641 0.063-0.375 0.391-0.641 0.641-1.062 0.469-0.781 1-2.047 1.172-2.859 0.078-0.297-0.078-0.641 0-0.906 0.078-0.297 0.375-0.516 0.531-0.797 0.422-0.719 0.969-2.109 1.047-2.844 0.031-0.328-0.125-0.688-0.031-0.938 0.109-0.359 0.453-0.516 0.688-0.828 0.375-0.516 1-2 1.094-2.828 0.031-0.266-0.125-0.531-0.078-0.812 0.063-0.297 0.438-0.609 0.688-0.969 0.656-0.969 0.781-3.109 2.766-2.547l-0.016 0.047c0.266-0.063 0.531-0.141 0.797-0.141h11.891c0.734 0 1.391 0.328 1.781 0.875 0.406 0.562 0.5 1.297 0.281 2.031l-4.281 14.156c-0.734 2.406-1.141 2.938-3.125 2.938h-13.578c-0.203 0-0.453 0.047-0.594 0.234-0.125 0.187-0.141 0.328-0.016 0.672 0.313 0.906 1.391 1.094 2.25 1.094h14.422c0.578 0 1.25-0.328 1.422-0.891l4.688-15.422c0.094-0.297 0.094-0.609 0.078-0.891 0.359 0.141 0.688 0.359 0.922 0.672zM8.984 7.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5zM7.688 11.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark\" viewBox=\"0 0 20 28\">\n<title>bookmark</title>\n<path d=\"M18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-print\" viewBox=\"0 0 26 28\">\n<title>print</title>\n<path d=\"M6 24h14v-4h-14v4zM6 14h14v-6h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v10zM24 15c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 15v6.5c0 0.266-0.234 0.5-0.5 0.5h-3.5v2.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-6.5c0-1.641 1.359-3 3-3h1v-8.5c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.969 0.469 2.562 1.062l2.375 2.375c0.594 0.594 1.062 1.734 1.062 2.562v4h1c1.641 0 3 1.359 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera\" viewBox=\"0 0 30 28\">\n<title>camera</title>\n<path d=\"M15 10.5c2.484 0 4.5 2.016 4.5 4.5s-2.016 4.5-4.5 4.5-4.5-2.016-4.5-4.5 2.016-4.5 4.5-4.5zM26 4c2.203 0 4 1.797 4 4v14c0 2.203-1.797 4-4 4h-22c-2.203 0-4-1.797-4-4v-14c0-2.203 1.797-4 4-4h3.5l0.797-2.125c0.391-1.031 1.609-1.875 2.703-1.875h8c1.094 0 2.312 0.844 2.703 1.875l0.797 2.125h3.5zM15 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-font\" viewBox=\"0 0 26 28\">\n<title>font</title>\n<path d=\"M11.328 8.734l-2.656 7.031c1.547 0.016 3.094 0.063 4.641 0.063 0.297 0 0.594-0.016 0.891-0.031-0.812-2.375-1.766-4.797-2.875-7.063zM0 26l0.031-1.234c1.469-0.453 3.063-0.141 3.719-1.828l3.703-9.625 4.375-11.312h2c0.063 0.109 0.125 0.219 0.172 0.328l3.203 7.5c1.172 2.766 2.25 5.563 3.437 8.313 0.703 1.625 1.25 3.297 2.031 4.891 0.109 0.25 0.328 0.719 0.547 0.891 0.516 0.406 1.953 0.5 2.688 0.781 0.047 0.297 0.094 0.594 0.094 0.891 0 0.141-0.016 0.266-0.016 0.406-1.984 0-3.969-0.25-5.953-0.25-2.047 0-4.094 0.172-6.141 0.234 0-0.406 0.016-0.812 0.063-1.219l2.047-0.438c0.422-0.094 1.25-0.203 1.25-0.781 0-0.562-2.016-5.203-2.266-5.844l-7.031-0.031c-0.406 0.906-1.984 5-1.984 5.594 0 1.203 2.297 1.25 3.187 1.375 0.016 0.297 0.016 0.594 0.016 0.906 0 0.141-0.016 0.281-0.031 0.422-1.813 0-3.641-0.313-5.453-0.313-0.219 0-0.531 0.094-0.75 0.125-0.984 0.172-1.953 0.219-2.938 0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bold\" viewBox=\"0 0 22 28\">\n<title>bold</title>\n<path d=\"M8.672 23.766c0.688 0.297 1.437 0.5 2.188 0.5 3.563 0 5.875-1.422 5.875-5.234 0-0.969-0.125-1.984-0.641-2.812-1.453-2.344-3.547-2.469-6.062-2.469-0.469 0-1.141 0-1.578 0.156 0 1.656-0.016 3.313-0.016 4.953 0 1.078-0.141 4 0.234 4.906zM8.453 12.109c0.562 0.094 1.141 0.109 1.703 0.109 3.219 0 5.516-0.906 5.516-4.516 0-3.047-2.703-4.094-5.313-4.094-0.688 0-1.359 0.094-2.031 0.203 0 1.578 0.125 3.156 0.125 4.734 0 0.828-0.016 1.656-0.016 2.484 0 0.359 0 0.719 0.016 1.078zM0 26l0.031-1.469c1-0.25 2.016-0.266 2.984-0.672 0.547-0.922 0.469-2.547 0.469-3.594 0-0.344 0.031-15.281-0.344-16.016-0.234-0.453-2.531-0.562-3.047-0.625l-0.063-1.297c3.719-0.063 7.438-0.328 11.141-0.328 0.703 0 1.422 0.016 2.125 0.016 3.531 0 7.422 1.687 7.422 5.75 0 2.797-2.125 3.844-4.328 4.844 2.969 0.672 5.609 2.688 5.609 5.969 0 5.375-4.891 7.156-9.469 7.156-1.375 0-2.75-0.094-4.125-0.094-2.797 0-5.625 0.25-8.406 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-italic\" viewBox=\"0 0 16 28\">\n<title>italic</title>\n<path d=\"M0 25.969l0.266-1.328c1-0.313 2.078-0.438 3.016-0.922 0.359-0.453 0.531-1.031 0.641-1.578 0.203-1.062 3.609-16.391 3.563-17.641v-0.391c-0.859-0.469-1.906-0.344-2.844-0.5l0.297-1.609c2.016 0.094 4.062 0.25 6.094 0.25 1.656 0 3.313-0.156 4.969-0.25-0.063 0.469-0.172 0.938-0.297 1.391-1.078 0.375-2.219 0.547-3.281 0.969-0.344 0.844-0.422 1.766-0.578 2.656-0.75 4.047-1.75 8.094-2.578 12.109-0.156 0.75-0.922 3.859-0.859 4.516l0.016 0.281c0.953 0.219 1.922 0.328 2.891 0.484-0.031 0.516-0.125 1.031-0.25 1.547-0.344 0-0.672 0.047-1.016 0.047-0.891 0-1.813-0.297-2.703-0.313-1.078-0.016-2.156-0.031-3.219-0.031-1.391 0-2.75 0.234-4.125 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-height\" viewBox=\"0 0 28 28\">\n<title>text-height</title>\n<path d=\"M27.25 22c0.688 0 0.906 0.438 0.484 0.984l-1.969 2.531c-0.422 0.547-1.109 0.547-1.531 0l-1.969-2.531c-0.422-0.547-0.203-0.984 0.484-0.984h1.25v-16h-1.25c-0.688 0-0.906-0.438-0.484-0.984l1.969-2.531c0.422-0.547 1.109-0.547 1.531 0l1.969 2.531c0.422 0.547 0.203 0.984-0.484 0.984h-1.25v16h1.25zM1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 1.125 0 2.234 0.016 3.359 0.016h4.578c0.625 0 0.984 0.141 1.406-0.453l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.547 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.484-2.422-0.516-2.453-0.328-0.406-0.688-0.328-1.172-0.328-1.422 0-2.906-0.063-4.312 0.109-0.078 0.688-0.141 1.422-0.125 2.125 0.016 4.391 0.063 8.781 0.063 13.172 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.344-0.766 0.297-5 0.297-5.984 0-3.156-0.094-6.312-0.094-9.469v-1.828c0-0.281 0.063-1.406-0.125-1.625-0.219-0.234-2.266-0.187-2.531-0.187-0.578 0-2.25 0.266-2.703 0.594-0.75 0.516-0.75 3.641-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-width\" viewBox=\"0 0 24 28\">\n<title>text-width</title>\n<path d=\"M1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 4.141 0 8.328-0.094 12.469 0.047 0.344 0.016 0.672-0.203 0.875-0.484l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.562 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.5-2.422-0.516-2.453-0.109-0.141-0.25-0.234-0.422-0.297-0.125-0.047-0.875-0.031-1.031-0.031-1.922 0-4.141-0.109-6.031 0.109-0.078 0.688-0.141 1.422-0.125 2.125l0.016 2.375v-0.812c0.016 2.547 0.047 5.078 0.047 7.609 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.391-0.875 0.281-8.266 0.281-9.641 0-0.219-0.078-0.453-0.078-0.688 0-0.641 0.109-4.312-0.125-4.578-0.219-0.234-2.266-0.187-2.531-0.187-0.656 0-4.328 0.344-4.703 0.594-0.734 0.484-0.75 3.625-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984zM20.469 22.047c0.547 0 2.625 1.859 3.047 2.188 0.234 0.187 0.406 0.453 0.406 0.766s-0.172 0.578-0.406 0.766c-0.422 0.328-2.5 2.188-3.047 2.188-0.719 0-0.469-1.672-0.469-1.953h-16c0 0.281 0.25 1.953-0.469 1.953-0.547 0-2.625-1.859-3.047-2.188-0.234-0.187-0.406-0.453-0.406-0.766s0.172-0.578 0.406-0.766c0.422-0.328 2.5-2.188 3.047-2.188 0.719 0 0.469 1.672 0.469 1.953h16c0-0.281-0.25-1.953 0.469-1.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-left\" viewBox=\"0 0 28 28\">\n<title>align-left</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-center\" viewBox=\"0 0 28 28\">\n<title>align-center</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h10c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-right\" viewBox=\"0 0 28 28\">\n<title>align-right</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-justify\" viewBox=\"0 0 28 28\">\n<title>align-justify</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list\" viewBox=\"0 0 28 28\">\n<title>list</title>\n<path d=\"M4 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM4 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dedent\" viewBox=\"0 0 28 28\">\n<title>dedent</title>\n<path d=\"M6 8.5v9c0 0.266-0.234 0.5-0.5 0.5-0.125 0-0.266-0.047-0.359-0.141l-4.5-4.5c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l4.5-4.5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-indent\" viewBox=\"0 0 28 28\">\n<title>indent</title>\n<path d=\"M5.5 13c0 0.125-0.047 0.266-0.141 0.359l-4.5 4.5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-9c0-0.266 0.234-0.5 0.5-0.5 0.125 0 0.266 0.047 0.359 0.141l4.5 4.5c0.094 0.094 0.141 0.234 0.141 0.359zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-video-camera\" viewBox=\"0 0 28 28\">\n<title>video-camera</title>\n<path d=\"M28 5.5v17c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-6.297-6.297v2.594c0 2.484-2.016 4.5-4.5 4.5h-11c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h11c2.484 0 4.5 2.016 4.5 4.5v2.578l6.297-6.281c0.187-0.203 0.438-0.297 0.703-0.297 0.125 0 0.266 0.031 0.391 0.078 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-image\" viewBox=\"0 0 30 28\">\n<title>image</title>\n<path d=\"M10 9c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 15v7h-22v-3l5-5 2.5 2.5 8-8zM27.5 4h-25c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5v-19c0-0.266-0.234-0.5-0.5-0.5zM30 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil\" viewBox=\"0 0 24 28\">\n<title>pencil</title>\n<path d=\"M5.672 24l1.422-1.422-3.672-3.672-1.422 1.422v1.672h2v2h1.672zM13.844 9.5c0-0.203-0.141-0.344-0.344-0.344-0.094 0-0.187 0.031-0.266 0.109l-8.469 8.469c-0.078 0.078-0.109 0.172-0.109 0.266 0 0.203 0.141 0.344 0.344 0.344 0.094 0 0.187-0.031 0.266-0.109l8.469-8.469c0.078-0.078 0.109-0.172 0.109-0.266zM13 6.5l6.5 6.5-13 13h-6.5v-6.5zM23.672 8c0 0.531-0.219 1.047-0.578 1.406l-2.594 2.594-6.5-6.5 2.594-2.578c0.359-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l3.672 3.656c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-marker\" viewBox=\"0 0 16 28\">\n<title>map-marker</title>\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adjust\" viewBox=\"0 0 24 28\">\n<title>adjust</title>\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tint\" viewBox=\"0 0 16 28\">\n<title>tint</title>\n<path d=\"M8 18c0-0.391-0.125-0.766-0.313-1.078-0.203-0.313-1.031-1.375-1.359-2.422-0.047-0.172-0.203-0.25-0.328-0.25s-0.281 0.078-0.328 0.25c-0.328 1.047-1.156 2.109-1.359 2.422-0.187 0.313-0.313 0.688-0.313 1.078 0 1.109 0.891 2 2 2s2-0.891 2-2zM16 16c0 4.422-3.578 8-8 8s-8-3.578-8-8c0-1.578 0.484-3.047 1.266-4.297 0.797-1.25 4.141-5.484 5.406-9.703 0.203-0.672 0.828-1 1.328-1s1.141 0.328 1.328 1c1.266 4.219 4.609 8.453 5.406 9.703s1.266 2.719 1.266 4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edit\" viewBox=\"0 0 28 28\">\n<title>edit</title>\n<path d=\"M13.875 18.5l1.813-1.813-2.375-2.375-1.813 1.813v0.875h1.5v1.5h0.875zM20.75 7.25c-0.141-0.141-0.375-0.125-0.516 0.016l-5.469 5.469c-0.141 0.141-0.156 0.375-0.016 0.516s0.375 0.125 0.516-0.016l5.469-5.469c0.141-0.141 0.156-0.375 0.016-0.516zM22 16.531v2.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.141 0.141-0.328 0.187-0.5 0.125-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-1.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.156-0.156 0.359-0.187 0.547-0.109s0.313 0.25 0.313 0.453zM20.5 5l4.5 4.5-10.5 10.5h-4.5v-4.5zM27.438 7.063l-1.437 1.437-4.5-4.5 1.437-1.437c0.578-0.578 1.547-0.578 2.125 0l2.375 2.375c0.578 0.578 0.578 1.547 0 2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square-o\" viewBox=\"0 0 26 28\">\n<title>share-square-o</title>\n<path d=\"M22 15.453v4.047c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h3.984c0.266 0 0.5 0.219 0.5 0.5 0 0.25-0.172 0.453-0.406 0.5-0.781 0.266-1.484 0.578-2.078 0.938-0.078 0.031-0.156 0.063-0.25 0.063h-1.75c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.344c0-0.187 0.109-0.359 0.281-0.453 0.313-0.141 0.594-0.344 0.844-0.578 0.141-0.141 0.359-0.203 0.547-0.125s0.328 0.25 0.328 0.453zM25.703 7.703l-6 6c-0.187 0.203-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.391-0.078-0.359-0.156-0.609-0.516-0.609-0.922v-3h-2.5c-3.437 0-5.625 0.656-6.844 2.047-1.266 1.453-1.641 3.797-1.156 7.391 0.031 0.219-0.109 0.438-0.313 0.531-0.063 0.016-0.125 0.031-0.187 0.031-0.156 0-0.313-0.078-0.406-0.203-0.109-0.156-2.594-3.672-2.594-6.797 0-4.188 1.313-9 11.5-9h2.5v-3c0-0.406 0.25-0.766 0.609-0.922 0.125-0.047 0.266-0.078 0.391-0.078 0.266 0 0.516 0.109 0.703 0.297l6 6c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square-o\" viewBox=\"0 0 26 28\">\n<title>check-square-o</title>\n<path d=\"M22 14.531v4.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.094 0.094-0.234 0.156-0.359 0.156-0.047 0-0.094-0.016-0.141-0.031-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.109-0.109 0.234-0.156 0.359-0.156 0.063 0 0.125 0.016 0.187 0.047 0.187 0.078 0.313 0.25 0.313 0.453zM25.609 6.891l-12.719 12.719c-0.5 0.5-1.281 0.5-1.781 0l-6.719-6.719c-0.5-0.5-0.5-1.281 0-1.781l1.719-1.719c0.5-0.5 1.281-0.5 1.781 0l4.109 4.109 10.109-10.109c0.5-0.5 1.281-0.5 1.781 0l1.719 1.719c0.5 0.5 0.5 1.281 0 1.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows\" viewBox=\"0 0 28 28\">\n<title>arrows</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-6v6h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-6h-6v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h6v-6h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-2v6h6v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-backward\" viewBox=\"0 0 16 28\">\n<title>step-backward</title>\n<path d=\"M15.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-backward\" viewBox=\"0 0 28 28\">\n<title>fast-backward</title>\n<path d=\"M27.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-backward\" viewBox=\"0 0 28 28\">\n<title>backward</title>\n<path d=\"M25.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.391-0.391-0.391-1.016 0-1.406l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play\" viewBox=\"0 0 22 28\">\n<title>play</title>\n<path d=\"M21.625 14.484l-20.75 11.531c-0.484 0.266-0.875 0.031-0.875-0.516v-23c0-0.547 0.391-0.781 0.875-0.516l20.75 11.531c0.484 0.266 0.484 0.703 0 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause\" viewBox=\"0 0 24 28\">\n<title>pause</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1zM10 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop\" viewBox=\"0 0 24 28\">\n<title>stop</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forward\" viewBox=\"0 0 24 28\">\n<title>forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.391 0.391 0.391 1.016 0 1.406l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-forward\" viewBox=\"0 0 28 28\">\n<title>fast-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-forward\" viewBox=\"0 0 16 28\">\n<title>step-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eject\" viewBox=\"0 0 24 28\">\n<title>eject</title>\n<path d=\"M0.219 15.297l11.094-11.094c0.391-0.391 1.016-0.391 1.406 0l11.094 11.094c0.391 0.391 0.25 0.703-0.297 0.703h-23c-0.547 0-0.688-0.313-0.297-0.703zM23.016 24h-22c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-left\" viewBox=\"0 0 21 28\">\n<title>chevron-left</title>\n<path d=\"M18.297 4.703l-8.297 8.297 8.297 8.297c0.391 0.391 0.391 1.016 0 1.406l-2.594 2.594c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.594c-0.391-0.391-0.391-1.016 0-1.406l11.594-11.594c0.391-0.391 1.016-0.391 1.406 0l2.594 2.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-right\" viewBox=\"0 0 19 28\">\n<title>chevron-right</title>\n<path d=\"M17.297 13.703l-11.594 11.594c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.594c-0.391-0.391-0.391-1.016 0-1.406l8.297-8.297-8.297-8.297c-0.391-0.391-0.391-1.016 0-1.406l2.594-2.594c0.391-0.391 1.016-0.391 1.406 0l11.594 11.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-circle\" viewBox=\"0 0 24 28\">\n<title>plus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-4v-4c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v4h-4c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h4v4c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-4h4c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-circle\" viewBox=\"0 0 24 28\">\n<title>minus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle\" viewBox=\"0 0 24 28\">\n<title>times-circle</title>\n<path d=\"M17.953 17.531c0-0.266-0.109-0.516-0.297-0.703l-2.828-2.828 2.828-2.828c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.531-0.297-0.719l-1.406-1.406c-0.187-0.187-0.453-0.297-0.719-0.297s-0.516 0.109-0.703 0.297l-2.828 2.828-2.828-2.828c-0.187-0.187-0.438-0.297-0.703-0.297s-0.531 0.109-0.719 0.297l-1.406 1.406c-0.187 0.187-0.297 0.453-0.297 0.719s0.109 0.516 0.297 0.703l2.828 2.828-2.828 2.828c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.531 0.297 0.719l1.406 1.406c0.187 0.187 0.453 0.297 0.719 0.297s0.516-0.109 0.703-0.297l2.828-2.828 2.828 2.828c0.187 0.187 0.438 0.297 0.703 0.297s0.531-0.109 0.719-0.297l1.406-1.406c0.187-0.187 0.297-0.453 0.297-0.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle\" viewBox=\"0 0 24 28\">\n<title>check-circle</title>\n<path d=\"M20.062 11.469c0-0.266-0.094-0.531-0.281-0.719l-1.422-1.406c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-6.375 6.359-3.531-3.531c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.406c-0.187 0.187-0.281 0.453-0.281 0.719s0.094 0.516 0.281 0.703l5.656 5.656c0.187 0.187 0.453 0.297 0.703 0.297 0.266 0 0.531-0.109 0.719-0.297l8.484-8.484c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle\" viewBox=\"0 0 24 28\">\n<title>question-circle</title>\n<path d=\"M14 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM18 11c0-2.859-3-5-5.688-5-2.547 0-4.453 1.094-5.797 3.328-0.141 0.219-0.078 0.5 0.125 0.656l2.063 1.563c0.078 0.063 0.187 0.094 0.297 0.094 0.141 0 0.297-0.063 0.391-0.187 0.734-0.938 1.047-1.219 1.344-1.437 0.266-0.187 0.781-0.375 1.344-0.375 1 0 1.922 0.641 1.922 1.328 0 0.812-0.422 1.219-1.375 1.656-1.109 0.5-2.625 1.797-2.625 3.313v0.562c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v0c0-0.359 0.453-1.125 1.188-1.547 1.188-0.672 2.812-1.578 2.812-3.953zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info-circle\" viewBox=\"0 0 24 28\">\n<title>info-circle</title>\n<path d=\"M16 21.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-1.5v-8c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h1.5v5h-1.5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h7c0.281 0 0.5-0.219 0.5-0.5zM14 7.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crosshairs\" viewBox=\"0 0 24 28\">\n<title>crosshairs</title>\n<path d=\"M18.703 16h-1.703c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1.703c-0.672-2.25-2.453-4.031-4.703-4.703v1.703c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-1.703c-2.25 0.672-4.031 2.453-4.703 4.703h1.703c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1.703c0.672 2.25 2.453 4.031 4.703 4.703v-1.703c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1.703c2.25-0.672 4.031-2.453 4.703-4.703zM24 13v2c0 0.547-0.453 1-1 1h-2.234c-0.766 3.359-3.406 6-6.766 6.766v2.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-2.234c-3.359-0.766-6-3.406-6.766-6.766h-2.234c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h2.234c0.766-3.359 3.406-6 6.766-6.766v-2.234c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v2.234c3.359 0.766 6 3.406 6.766 6.766h2.234c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle-o\" viewBox=\"0 0 24 28\">\n<title>times-circle-o</title>\n<path d=\"M17.141 16.859l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.141-2.141-2.141 2.141c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.141-2.141-2.141-2.141c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.141 2.141 2.141-2.141c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.141 2.141 2.141 2.141c0.203 0.203 0.203 0.516 0 0.719zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle-o\" viewBox=\"0 0 24 28\">\n<title>check-circle-o</title>\n<path d=\"M18.297 12.703l-6.594 6.594c-0.391 0.391-1.016 0.391-1.406 0l-4.594-4.594c-0.391-0.391-0.391-1.016 0-1.406l1.594-1.594c0.391-0.391 1.016-0.391 1.406 0l2.297 2.297 4.297-4.297c0.391-0.391 1.016-0.391 1.406 0l1.594 1.594c0.391 0.391 0.391 1.016 0 1.406zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ban\" viewBox=\"0 0 24 28\">\n<title>ban</title>\n<path d=\"M20.5 13.953c0-1.703-0.5-3.281-1.359-4.609l-11.781 11.766c1.344 0.875 2.938 1.391 4.641 1.391 4.688 0 8.5-3.828 8.5-8.547zM4.891 18.625l11.797-11.781c-1.344-0.906-2.953-1.422-4.688-1.422-4.688 0-8.5 3.828-8.5 8.531 0 1.734 0.516 3.328 1.391 4.672zM24 13.953c0 6.656-5.375 12.047-12 12.047s-12-5.391-12-12.047c0-6.641 5.375-12.031 12-12.031s12 5.391 12 12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-left\" viewBox=\"0 0 25 28\">\n<title>arrow-left</title>\n<path d=\"M24 14v2c0 1.062-0.703 2-1.828 2h-11l4.578 4.594c0.375 0.359 0.594 0.875 0.594 1.406s-0.219 1.047-0.594 1.406l-1.172 1.188c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-10.172-10.187c-0.359-0.359-0.578-0.875-0.578-1.406s0.219-1.047 0.578-1.422l10.172-10.156c0.375-0.375 0.891-0.594 1.422-0.594s1.031 0.219 1.406 0.594l1.172 1.156c0.375 0.375 0.594 0.891 0.594 1.422s-0.219 1.047-0.594 1.422l-4.578 4.578h11c1.125 0 1.828 0.938 1.828 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-right\" viewBox=\"0 0 23 28\">\n<title>arrow-right</title>\n<path d=\"M23 15c0 0.531-0.203 1.047-0.578 1.422l-10.172 10.172c-0.375 0.359-0.891 0.578-1.422 0.578s-1.031-0.219-1.406-0.578l-1.172-1.172c-0.375-0.375-0.594-0.891-0.594-1.422s0.219-1.047 0.594-1.422l4.578-4.578h-11c-1.125 0-1.828-0.938-1.828-2v-2c0-1.062 0.703-2 1.828-2h11l-4.578-4.594c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.406l1.172-1.172c0.375-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l10.172 10.172c0.375 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-up\" viewBox=\"0 0 26 28\">\n<title>arrow-up</title>\n<path d=\"M25.172 15.172c0 0.531-0.219 1.031-0.578 1.406l-1.172 1.172c-0.375 0.375-0.891 0.594-1.422 0.594s-1.047-0.219-1.406-0.594l-4.594-4.578v11c0 1.125-0.938 1.828-2 1.828h-2c-1.062 0-2-0.703-2-1.828v-11l-4.594 4.578c-0.359 0.375-0.875 0.594-1.406 0.594s-1.047-0.219-1.406-0.594l-1.172-1.172c-0.375-0.375-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.172-10.172c0.359-0.375 0.875-0.578 1.406-0.578s1.047 0.203 1.422 0.578l10.172 10.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-down\" viewBox=\"0 0 26 28\">\n<title>arrow-down</title>\n<path d=\"M25.172 13c0 0.531-0.219 1.047-0.578 1.406l-10.172 10.187c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-10.172-10.187c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l1.156-1.172c0.375-0.359 0.891-0.578 1.422-0.578s1.047 0.219 1.406 0.578l4.594 4.594v-11c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v11l4.594-4.594c0.359-0.359 0.875-0.578 1.406-0.578s1.047 0.219 1.422 0.578l1.172 1.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-forward\" viewBox=\"0 0 28 28\">\n<title>mail-forward</title>\n<path d=\"M28 10c0 0.266-0.109 0.516-0.297 0.703l-8 8c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4h-3.5c-6.734 0-11.156 1.297-11.156 8.75 0 0.641 0.031 1.281 0.078 1.922 0.016 0.25 0.078 0.531 0.078 0.781 0 0.297-0.187 0.547-0.5 0.547-0.219 0-0.328-0.109-0.438-0.266-0.234-0.328-0.406-0.828-0.578-1.188-0.891-2-1.984-4.859-1.984-7.047 0-1.75 0.172-3.547 0.828-5.203 2.172-5.391 8.547-6.297 13.672-6.297h3.5v-4c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8 8c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expand\" viewBox=\"0 0 24 28\">\n<title>expand</title>\n<path d=\"M11.797 16.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359zM24 3v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compress\" viewBox=\"0 0 24 28\">\n<title>compress</title>\n<path d=\"M12 15v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1zM23.797 4.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-circle\" viewBox=\"0 0 24 28\">\n<title>exclamation-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM14 21.484v-2.969c0-0.281-0.219-0.516-0.484-0.516h-3c-0.281 0-0.516 0.234-0.516 0.516v2.969c0 0.281 0.234 0.516 0.516 0.516h3c0.266 0 0.484-0.234 0.484-0.516zM13.969 16.109l0.281-9.703c0-0.109-0.047-0.219-0.156-0.281-0.094-0.078-0.234-0.125-0.375-0.125h-3.437c-0.141 0-0.281 0.047-0.375 0.125-0.109 0.063-0.156 0.172-0.156 0.281l0.266 9.703c0 0.219 0.234 0.391 0.531 0.391h2.891c0.281 0 0.516-0.172 0.531-0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gift\" viewBox=\"0 0 24 28\">\n<title>gift</title>\n<path d=\"M14.5 21.187v-11.188h-5v11.188c0 0.547 0.453 0.812 1 0.812h3c0.547 0 1-0.266 1-0.812zM7.375 8h3.047l-1.969-2.516c-0.172-0.203-0.547-0.484-1.078-0.484-0.828 0-1.5 0.672-1.5 1.5s0.672 1.5 1.5 1.5zM18.125 6.5c0-0.828-0.672-1.5-1.5-1.5-0.531 0-0.906 0.281-1.078 0.484l-1.953 2.516h3.031c0.828 0 1.5-0.672 1.5-1.5zM24 10.5v5c0 0.281-0.219 0.5-0.5 0.5h-1.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-17c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h6.875c-1.937 0-3.5-1.563-3.5-3.5s1.563-3.5 3.5-3.5c1.047 0 2.016 0.438 2.625 1.203l2 2.578 2-2.578c0.609-0.766 1.578-1.203 2.625-1.203 1.937 0 3.5 1.563 3.5 3.5s-1.563 3.5-3.5 3.5h6.875c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leaf\" viewBox=\"0 0 28 28\">\n<title>leaf</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-5.531 0-9.094 2.312-12.703 6.297-0.187 0.203-0.297 0.422-0.297 0.703 0 0.547 0.453 1 1 1 0.281 0 0.5-0.109 0.703-0.297 0.766-0.688 1.453-1.437 2.203-2.141 2.828-2.547 5.25-3.563 9.094-3.563 0.547 0 1-0.453 1-1zM28 7.906c0 1-0.109 2.016-0.313 3.016-1 4.859-4.125 8.016-8.469 10.172-2.109 1.062-4.469 1.687-6.844 1.687-1.5 0-3.047-0.25-4.469-0.734-0.75-0.25-2.25-1.234-2.875-1.234-0.781 0-1.719 3.187-3.078 3.187-0.984 0-1.281-0.484-1.703-1.203-0.141-0.266-0.25-0.359-0.25-0.688 0-1.625 3.094-2.891 3.094-3.797 0-0.141-0.406-0.969-0.469-1.281-0.094-0.531-0.141-1.078-0.141-1.625 0-4.969 3.953-8.516 8.391-9.984 3.203-1.062 10.016 0.172 12.187-1.891 0.859-0.797 1.281-1.531 2.594-1.531 1.766 0 2.344 4.578 2.344 5.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire\" viewBox=\"0 0 22 28\">\n<title>fire</title>\n<path d=\"M22 26.5v1c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM18 10c0 5.984-7 6.516-7 10.5 0 1.094 0.547 2.547 1.047 3.5l-0.063-0.016 0.016 0.016c-4.312-1.984-8-4.719-8-10 0-5.984 7-6.516 7-10.5 0-1.094-0.547-2.547-1.031-3.5l0.047 0.016-0.016-0.016c4.312 1.984 8 4.719 8 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye\" viewBox=\"0 0 28 28\">\n<title>eye</title>\n<path d=\"M26 15c-1.484-2.297-3.516-4.266-5.953-5.516 0.625 1.062 0.953 2.281 0.953 3.516 0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 2.672 4.125 6.984 7 12 7s9.328-2.875 12-7zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.781 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM28 15c0 0.391-0.125 0.75-0.313 1.078-2.875 4.734-8.141 7.922-13.687 7.922s-10.813-3.203-13.687-7.922c-0.187-0.328-0.313-0.688-0.313-1.078s0.125-0.75 0.313-1.078c2.875-4.719 8.141-7.922 13.687-7.922s10.813 3.203 13.687 7.922c0.187 0.328 0.313 0.688 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye-slash\" viewBox=\"0 0 28 28\">\n<title>eye-slash</title>\n<path d=\"M8.672 20.859l1.219-2.203c-1.813-1.313-2.891-3.422-2.891-5.656 0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 1.625 2.516 3.922 4.625 6.672 5.859zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.797 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM20.422 6.016c0 0.031 0 0.109-0.016 0.141-3.297 5.891-6.563 11.813-9.859 17.703l-0.766 1.391c-0.094 0.156-0.266 0.25-0.438 0.25-0.281 0-1.766-0.906-2.094-1.094-0.156-0.094-0.25-0.25-0.25-0.438 0-0.25 0.531-1.094 0.688-1.359-3.031-1.375-5.578-3.719-7.375-6.531-0.203-0.313-0.313-0.688-0.313-1.078 0-0.375 0.109-0.766 0.313-1.078 3.094-4.75 7.922-7.922 13.687-7.922 0.938 0 1.891 0.094 2.812 0.266l0.844-1.516c0.094-0.156 0.25-0.25 0.438-0.25 0.281 0 1.75 0.906 2.078 1.094 0.156 0.094 0.25 0.25 0.25 0.422zM21 13c0 2.906-1.797 5.5-4.5 6.531l4.375-7.844c0.078 0.438 0.125 0.875 0.125 1.313zM28 15c0 0.406-0.109 0.734-0.313 1.078-0.484 0.797-1.094 1.563-1.703 2.266-3.063 3.516-7.281 5.656-11.984 5.656l1.156-2.063c4.547-0.391 8.406-3.156 10.844-6.937-1.156-1.797-2.641-3.375-4.406-4.594l0.984-1.75c1.937 1.297 3.891 3.25 5.109 5.266 0.203 0.344 0.313 0.672 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-triangle\" viewBox=\"0 0 28 28\">\n<title>exclamation-triangle</title>\n<path d=\"M16 21.484v-2.969c0-0.281-0.219-0.516-0.5-0.516h-3c-0.281 0-0.5 0.234-0.5 0.516v2.969c0 0.281 0.219 0.516 0.5 0.516h3c0.281 0 0.5-0.234 0.5-0.516zM15.969 15.641l0.281-7.172c0-0.094-0.047-0.219-0.156-0.297-0.094-0.078-0.234-0.172-0.375-0.172h-3.437c-0.141 0-0.281 0.094-0.375 0.172-0.109 0.078-0.156 0.234-0.156 0.328l0.266 7.141c0 0.203 0.234 0.359 0.531 0.359h2.891c0.281 0 0.516-0.156 0.531-0.359zM15.75 1.047l12 22c0.344 0.609 0.328 1.359-0.031 1.969s-1.016 0.984-1.719 0.984h-24c-0.703 0-1.359-0.375-1.719-0.984s-0.375-1.359-0.031-1.969l12-22c0.344-0.641 1.016-1.047 1.75-1.047s1.406 0.406 1.75 1.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plane\" viewBox=\"0 0 22 28\">\n<title>plane</title>\n<path d=\"M21.5 2.5c1 1 0 3.5-1.5 5l-2.516 2.516 2.5 10.875c0.047 0.187-0.031 0.391-0.187 0.516l-2 1.5c-0.078 0.063-0.187 0.094-0.297 0.094-0.031 0-0.063 0-0.109-0.016-0.141-0.031-0.266-0.109-0.328-0.25l-4.359-7.938-4.047 4.047 0.828 3.031c0.047 0.172 0 0.344-0.125 0.484l-1.5 1.5c-0.094 0.094-0.234 0.141-0.359 0.141h-0.031c-0.156-0.016-0.281-0.078-0.375-0.203l-2.953-3.938-3.938-2.953c-0.125-0.078-0.187-0.219-0.203-0.359s0.047-0.281 0.141-0.391l1.5-1.516c0.094-0.094 0.234-0.141 0.359-0.141 0.047 0 0.094 0 0.125 0.016l3.031 0.828 4.047-4.047-7.938-4.359c-0.141-0.078-0.234-0.219-0.266-0.375-0.016-0.141 0.031-0.313 0.141-0.422l2-2c0.125-0.109 0.313-0.172 0.469-0.125l10.391 2.484 2.5-2.5c1.5-1.5 4-2.5 5-1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar\" viewBox=\"0 0 26 28\">\n<title>calendar</title>\n<path d=\"M2 26h4.5v-4.5h-4.5v4.5zM7.5 26h5v-4.5h-5v4.5zM2 20.5h4.5v-5h-4.5v5zM7.5 20.5h5v-5h-5v5zM2 14.5h4.5v-4.5h-4.5v4.5zM13.5 26h5v-4.5h-5v4.5zM7.5 14.5h5v-4.5h-5v4.5zM19.5 26h4.5v-4.5h-4.5v4.5zM13.5 20.5h5v-5h-5v5zM8 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM19.5 20.5h4.5v-5h-4.5v5zM13.5 14.5h5v-4.5h-5v4.5zM19.5 14.5h4.5v-4.5h-4.5v4.5zM20 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-random\" viewBox=\"0 0 28 28\">\n<title>random</title>\n<path d=\"M10.406 7.516c-0.875 1.344-1.516 2.797-2.141 4.266-0.906-1.891-1.906-3.781-4.266-3.781h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.781 0 4.828 1.297 6.406 3.516zM28 20c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3c-4.641 0-7.5 0.547-10.391-3.516 0.859-1.344 1.5-2.797 2.125-4.266 0.906 1.891 1.906 3.781 4.266 3.781h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM28 6c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.219-0.5-0.5v-3h-4c-2.078 0-3.063 1.422-3.938 3.109-0.453 0.875-0.844 1.781-1.219 2.672-1.734 4.031-3.766 8.219-8.844 8.219h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.078 0 3.063-1.422 3.938-3.109 0.453-0.875 0.844-1.781 1.219-2.672 1.734-4.031 3.766-8.219 8.844-8.219h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment\" viewBox=\"0 0 28 28\">\n<title>comment</title>\n<path d=\"M28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344-0.344 0.031-0.672-0.219-0.75-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magnet\" viewBox=\"0 0 24 28\">\n<title>magnet</title>\n<path d=\"M24 13v2c0 6.375-5.047 11-12 11s-12-4.625-12-11v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v2c0 2.859 3.328 3 4 3s4-0.141 4-3v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM8 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM24 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-up\" viewBox=\"0 0 28 28\">\n<title>chevron-up</title>\n<path d=\"M26.297 20.797l-2.594 2.578c-0.391 0.391-1.016 0.391-1.406 0l-8.297-8.297-8.297 8.297c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.578c-0.391-0.391-0.391-1.031 0-1.422l11.594-11.578c0.391-0.391 1.016-0.391 1.406 0l11.594 11.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-down\" viewBox=\"0 0 28 28\">\n<title>chevron-down</title>\n<path d=\"M26.297 12.625l-11.594 11.578c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.578c-0.391-0.391-0.391-1.031 0-1.422l2.594-2.578c0.391-0.391 1.016-0.391 1.406 0l8.297 8.297 8.297-8.297c0.391-0.391 1.016-0.391 1.406 0l2.594 2.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-retweet\" viewBox=\"0 0 30 28\">\n<title>retweet</title>\n<path d=\"M20 23.5c0 0.266-0.234 0.5-0.5 0.5h-15c-0.578 0-0.5-0.609-0.5-1v-9h-3c-0.547 0-1-0.453-1-1 0-0.234 0.078-0.469 0.234-0.641l5-6c0.187-0.219 0.469-0.344 0.766-0.344s0.578 0.125 0.766 0.344l5 6c0.156 0.172 0.234 0.406 0.234 0.641 0 0.547-0.453 1-1 1h-3v6h9c0.141 0 0.297 0.063 0.391 0.172l2.5 3c0.063 0.094 0.109 0.219 0.109 0.328zM30 17c0 0.234-0.078 0.469-0.234 0.641l-5 6c-0.187 0.219-0.469 0.359-0.766 0.359s-0.578-0.141-0.766-0.359l-5-6c-0.156-0.172-0.234-0.406-0.234-0.641 0-0.547 0.453-1 1-1h3v-6h-9c-0.141 0-0.297-0.063-0.391-0.187l-2.5-3c-0.063-0.078-0.109-0.203-0.109-0.313 0-0.266 0.234-0.5 0.5-0.5h15c0.578 0 0.5 0.609 0.5 1v9h3c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-cart\" viewBox=\"0 0 26 28\">\n<title>shopping-cart</title>\n<path d=\"M10 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM24 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM26 7v8c0 0.5-0.391 0.938-0.891 1l-16.312 1.906c0.078 0.359 0.203 0.719 0.203 1.094 0 0.359-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.703-1.656 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.047 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder\" viewBox=\"0 0 26 28\">\n<title>folder</title>\n<path d=\"M26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open\" viewBox=\"0 0 29 28\">\n<title>folder-open</title>\n<path d=\"M29.359 14.875c0 0.375-0.234 0.75-0.484 1.031l-5.25 6.188c-0.906 1.062-2.75 1.906-4.125 1.906h-17c-0.562 0-1.359-0.172-1.359-0.875 0-0.375 0.234-0.75 0.484-1.031l5.25-6.188c0.906-1.062 2.75-1.906 4.125-1.906h17c0.562 0 1.359 0.172 1.359 0.875zM24 9.5v2.5h-13c-1.953 0-4.375 1.109-5.641 2.609l-5.344 6.281c0-0.125-0.016-0.266-0.016-0.391v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-v\" viewBox=\"0 0 12 28\">\n<title>arrows-v</title>\n<path d=\"M11 5c0 0.547-0.453 1-1 1h-2v16h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-16h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-h\" viewBox=\"0 0 28 28\">\n<title>arrows-h</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-16v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h16v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bar-chart\" viewBox=\"0 0 32 28\">\n<title>bar-chart</title>\n<path d=\"M10 14v8h-4v-8h4zM16 6v16h-4v-16h4zM32 24v2h-32v-24h2v22h30zM22 10v12h-4v-12h4zM28 4v18h-4v-18h4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter-square\" viewBox=\"0 0 24 28\">\n<title>twitter-square</title>\n<path d=\"M20 9.531c-0.594 0.266-1.219 0.438-1.891 0.531 0.688-0.406 1.203-1.062 1.453-1.828-0.641 0.375-1.344 0.656-2.094 0.797-0.594-0.641-1.453-1.031-2.391-1.031-1.813 0-3.281 1.469-3.281 3.281 0 0.25 0.016 0.516 0.078 0.75-2.734-0.141-5.156-1.437-6.781-3.437-0.281 0.484-0.453 1.062-0.453 1.656 0 1.141 0.531 2.141 1.422 2.734-0.547-0.016-1.062-0.172-1.563-0.406v0.031c0 1.594 1.203 2.922 2.703 3.219-0.281 0.078-0.5 0.125-0.797 0.125-0.203 0-0.406-0.031-0.609-0.063 0.422 1.297 1.625 2.25 3.063 2.281-1.125 0.875-2.531 1.406-4.078 1.406-0.266 0-0.531-0.016-0.781-0.047 1.453 0.922 3.172 1.469 5.031 1.469 6.031 0 9.344-5 9.344-9.344 0-0.141 0-0.281-0.016-0.422 0.641-0.453 1.203-1.031 1.641-1.703zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-square\" viewBox=\"0 0 24 28\">\n<title>facebook-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-2.938v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-8.313c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera-retro\" viewBox=\"0 0 28 28\">\n<title>camera-retro</title>\n<path d=\"M14.5 13c0-0.281-0.219-0.5-0.5-0.5-1.375 0-2.5 1.125-2.5 2.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-0.828 0.672-1.5 1.5-1.5 0.281 0 0.5-0.219 0.5-0.5zM18 15.031c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM2 24h24v-2h-24v2zM20 15.031c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM4 5h6v-2h-6v2zM2 8h24v-4h-12.938l-1 2h-10.063v2zM28 4v20c0 1.109-0.891 2-2 2h-24c-1.109 0-2-0.891-2-2v-20c0-1.109 0.891-2 2-2h24c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-key\" viewBox=\"0 0 26 28\">\n<title>key</title>\n<path d=\"M13 8c0-1.656-1.344-3-3-3s-3 1.344-3 3c0 0.453 0.109 0.891 0.297 1.297-0.406-0.187-0.844-0.297-1.297-0.297-1.656 0-3 1.344-3 3s1.344 3 3 3 3-1.344 3-3c0-0.453-0.109-0.891-0.297-1.297 0.406 0.187 0.844 0.297 1.297 0.297 1.656 0 3-1.344 3-3zM26.297 19c0 0.359-1.437 1.797-1.797 1.797-0.406 0-1.672-1.469-2-1.797l-1.5 1.5 3.437 3.437c0.281 0.281 0.438 0.672 0.438 1.062 0 0.875-1 1.875-1.875 1.875-0.391 0-0.781-0.156-1.062-0.438l-10.484-10.484c-1.641 1.219-3.641 2.047-5.703 2.047-3.406 0-5.75-2.359-5.75-5.75 0-5.125 5.125-10.25 10.25-10.25 3.391 0 5.75 2.344 5.75 5.75 0 2.063-0.828 4.062-2.047 5.703l5.547 5.547 1.5-1.5c-0.328-0.328-1.797-1.594-1.797-2 0-0.359 1.437-1.797 1.797-1.797 0.125 0 0.266 0.063 0.359 0.156 0.578 0.578 4.937 4.688 4.937 5.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cogs\" viewBox=\"0 0 30 28\">\n<title>cogs</title>\n<path d=\"M14 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM26 22c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM26 6c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM20 12.578v2.891c0 0.203-0.156 0.438-0.359 0.469l-2.422 0.375c-0.125 0.406-0.297 0.797-0.5 1.188 0.438 0.625 0.906 1.203 1.406 1.797 0.063 0.094 0.109 0.187 0.109 0.313 0 0.109-0.031 0.219-0.109 0.297-0.313 0.422-2.063 2.328-2.516 2.328-0.125 0-0.234-0.047-0.328-0.109l-1.797-1.406c-0.391 0.203-0.781 0.359-1.203 0.484-0.078 0.797-0.156 1.656-0.359 2.422-0.063 0.219-0.25 0.375-0.469 0.375h-2.906c-0.219 0-0.438-0.172-0.469-0.391l-0.359-2.391c-0.406-0.125-0.797-0.297-1.172-0.484l-1.844 1.391c-0.078 0.078-0.203 0.109-0.313 0.109-0.125 0-0.234-0.047-0.328-0.125-0.406-0.375-2.25-2.047-2.25-2.5 0-0.109 0.047-0.203 0.109-0.297 0.453-0.594 0.922-1.172 1.375-1.781-0.219-0.422-0.406-0.844-0.547-1.281l-2.375-0.375c-0.219-0.031-0.375-0.234-0.375-0.453v-2.891c0-0.203 0.156-0.438 0.359-0.469l2.422-0.375c0.125-0.406 0.297-0.797 0.5-1.188-0.438-0.625-0.906-1.203-1.406-1.797-0.063-0.094-0.109-0.203-0.109-0.313s0.031-0.219 0.109-0.313c0.313-0.422 2.063-2.312 2.516-2.312 0.125 0 0.234 0.047 0.328 0.109l1.797 1.406c0.391-0.203 0.781-0.359 1.203-0.5 0.078-0.781 0.156-1.641 0.359-2.406 0.063-0.219 0.25-0.375 0.469-0.375h2.906c0.219 0 0.438 0.172 0.469 0.391l0.359 2.391c0.406 0.125 0.797 0.297 1.172 0.484l1.844-1.391c0.094-0.078 0.203-0.109 0.313-0.109 0.125 0 0.234 0.047 0.328 0.125 0.406 0.375 2.25 2.063 2.25 2.5 0 0.109-0.047 0.203-0.109 0.297-0.453 0.609-0.922 1.172-1.359 1.781 0.203 0.422 0.391 0.844 0.531 1.281l2.375 0.359c0.219 0.047 0.375 0.25 0.375 0.469zM30 20.906v2.188c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484zM30 4.906v2.187c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments\" viewBox=\"0 0 28 28\">\n<title>comments</title>\n<path d=\"M22 12c0 4.422-4.922 8-11 8-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8s11 3.578 11 8zM28 16c0 2.547-1.625 4.797-4.156 6.266 0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-up\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 12c0-1.062-0.953-2-2-2h-5.5c0-1.828 1.5-3.156 1.5-5 0-1.828-0.359-3-2.5-3-1 1.016-0.484 3.406-2 5-0.438 0.453-0.812 0.938-1.203 1.422-0.703 0.906-2.562 3.578-3.797 3.578h-0.5v10h0.5c0.875 0 2.312 0.562 3.156 0.859 1.719 0.594 3.5 1.141 5.344 1.141h1.891c1.766 0 3-0.703 3-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609 0.734-0.016 1.172-1.422 1.172-2zM24 11.984c0 0.906-0.266 1.797-0.766 2.547 0.094 0.344 0.141 0.719 0.141 1.078 0 0.781-0.203 1.563-0.594 2.25 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688h-2.016c-2.219 0-4.281-0.656-6.344-1.375-0.453-0.156-1.719-0.625-2.156-0.625h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.281c0.609-0.406 1.672-1.813 2.141-2.422 0.531-0.688 1.078-1.359 1.672-2 0.938-1 0.438-3.469 2-5 0.375-0.359 0.875-0.578 1.406-0.578 1.625 0 3.187 0.578 3.953 2.094 0.484 0.953 0.547 1.859 0.547 2.906 0 1.094-0.281 2.031-0.75 3h2.75c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-down\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-down</title>\n<path d=\"M4 7c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 16c0-0.578-0.438-1.984-1.172-2 0.328-0.375 0.547-1.109 0.547-1.609 0-0.734-0.297-1.359-0.828-1.859 0.187-0.328 0.281-0.703 0.281-1.078 0-0.719-0.359-1.609-1.016-1.969 0.047-0.281 0.078-0.578 0.078-0.875 0-1.828-1.156-2.609-2.891-2.609h-2c-1.844 0-3.625 0.547-5.344 1.141-0.844 0.297-2.281 0.859-3.156 0.859h-0.5v10h0.5c1.234 0 3.094 2.672 3.797 3.578 0.391 0.484 0.766 0.969 1.203 1.422 1.516 1.594 1 3.984 2 5 2.141 0 2.5-1.172 2.5-3 0-1.844-1.5-3.172-1.5-5h5.5c1.047 0 2-0.938 2-2zM24 16.016c0 2.156-1.844 3.984-4 3.984h-2.75c0.469 0.969 0.75 1.906 0.75 3 0 1.031-0.063 1.969-0.547 2.906-0.766 1.516-2.328 2.094-3.953 2.094-0.531 0-1.031-0.219-1.406-0.578-1.563-1.531-1.078-4-2-5.016-0.594-0.625-1.141-1.297-1.672-1.984-0.469-0.609-1.531-2.016-2.141-2.422h-4.281c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.438 0 1.703-0.469 2.156-0.625 2.25-0.781 4.203-1.375 6.609-1.375h1.75c2.844 0 4.891 1.687 4.875 4.609v0.078c0.609 0.781 0.938 1.781 0.938 2.781 0 0.219-0.016 0.453-0.047 0.672 0.391 0.688 0.594 1.469 0.594 2.25 0 0.359-0.047 0.734-0.141 1.078 0.5 0.75 0.766 1.641 0.766 2.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half\" viewBox=\"0 0 13 28\">\n<title>star-half</title>\n<path d=\"M13 0.5v20.922l-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart-o\" viewBox=\"0 0 28 28\">\n<title>heart-o</title>\n<path d=\"M26 9.312c0-4.391-2.969-5.313-5.469-5.313-2.328 0-4.953 2.516-5.766 3.484-0.375 0.453-1.156 0.453-1.531 0-0.812-0.969-3.437-3.484-5.766-3.484-2.5 0-5.469 0.922-5.469 5.313 0 2.859 2.891 5.516 2.922 5.547l9.078 8.75 9.063-8.734c0.047-0.047 2.938-2.703 2.938-5.563zM28 9.312c0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-out\" viewBox=\"0 0 25 28\">\n<title>sign-out</title>\n<path d=\"M10 22.5c0 0.438 0.203 1.5-0.5 1.5h-5c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h5c0.266 0 0.5 0.234 0.5 0.5 0 0.438 0.203 1.5-0.5 1.5h-5c-1.375 0-2.5 1.125-2.5 2.5v11c0 1.375 1.125 2.5 2.5 2.5h4.5c0.391 0 1-0.078 1 0.5zM24.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin-square\" viewBox=\"0 0 24 28\">\n<title>linkedin-square</title>\n<path d=\"M3.703 22.094h3.609v-10.844h-3.609v10.844zM7.547 7.906c-0.016-1.062-0.781-1.875-2.016-1.875s-2.047 0.812-2.047 1.875c0 1.031 0.781 1.875 2 1.875h0.016c1.266 0 2.047-0.844 2.047-1.875zM16.688 22.094h3.609v-6.219c0-3.328-1.781-4.875-4.156-4.875-1.937 0-2.797 1.078-3.266 1.828h0.031v-1.578h-3.609s0.047 1.016 0 10.844v0h3.609v-6.062c0-0.313 0.016-0.641 0.109-0.875 0.266-0.641 0.859-1.313 1.859-1.313 1.297 0 1.813 0.984 1.813 2.453v5.797zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumb-tack\" viewBox=\"0 0 18 28\">\n<title>thumb-tack</title>\n<path d=\"M7.5 13.5v-7c0-0.281-0.219-0.5-0.5-0.5s-0.5 0.219-0.5 0.5v7c0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5zM18 19c0 0.547-0.453 1-1 1h-6.703l-0.797 7.547c-0.031 0.25-0.234 0.453-0.484 0.453h-0.016c-0.25 0-0.453-0.172-0.5-0.422l-1.188-7.578h-6.312c-0.547 0-1-0.453-1-1 0-2.562 1.937-5 4-5v-8c-1.094 0-2-0.906-2-2s0.906-2 2-2h10c1.094 0 2 0.906 2 2s-0.906 2-2 2v8c2.063 0 4 2.438 4 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link\" viewBox=\"0 0 28 28\">\n<title>external-link</title>\n<path d=\"M22 14.5v5c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM28 1v8c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.75-2.75-10.187 10.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l10.187-10.187-2.75-2.75c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-in\" viewBox=\"0 0 24 28\">\n<title>sign-in</title>\n<path d=\"M18.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703zM24 8.5v11c0 2.484-2.016 4.5-4.5 4.5h-5c-0.266 0-0.5-0.234-0.5-0.5 0-0.438-0.203-1.5 0.5-1.5h5c1.375 0 2.5-1.125 2.5-2.5v-11c0-1.375-1.125-2.5-2.5-2.5h-4.5c-0.391 0-1 0.078-1-0.5 0-0.438-0.203-1.5 0.5-1.5h5c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trophy\" viewBox=\"0 0 26 28\">\n<title>trophy</title>\n<path d=\"M7.156 13.797c-0.656-1.437-1.156-3.344-1.156-5.797h-4v1.5c0 1.531 2.078 3.656 5.156 4.297zM24 9.5v-1.5h-4c0 2.453-0.5 4.359-1.156 5.797 3.078-0.641 5.156-2.766 5.156-4.297zM26 7.5v2c0 2.969-3.594 6.25-8.469 6.484-0.625 0.797-1.203 1.266-1.484 1.484-0.828 0.75-1.047 1.531-1.047 2.531s0.5 2 2 2 3 1 3 2.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-1.5 1.5-2.5 3-2.5s2-1 2-2-0.219-1.781-1.047-2.531c-0.281-0.219-0.859-0.688-1.484-1.484-4.875-0.234-8.469-3.516-8.469-6.484v-2c0-0.828 0.672-1.5 1.5-1.5h4.5v-1.5c0-1.375 1.125-2.5 2.5-2.5h9c1.375 0 2.5 1.125 2.5 2.5v1.5h4.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-square\" viewBox=\"0 0 24 28\">\n<title>github-square</title>\n<path d=\"M8.109 18.75v0c0.031-0.047 0.016-0.141-0.047-0.203-0.078-0.063-0.172-0.078-0.219-0.031-0.031 0.047-0.016 0.141 0.047 0.203 0.078 0.063 0.172 0.078 0.219 0.031zM7.672 18.109c-0.047-0.063-0.125-0.094-0.187-0.063-0.047 0.031-0.047 0.125 0 0.187 0.063 0.078 0.141 0.109 0.187 0.078v0c0.047-0.031 0.047-0.125 0-0.203zM7.031 17.484v0c0.016-0.031-0.016-0.094-0.078-0.125-0.047-0.016-0.109-0.016-0.125 0.031-0.031 0.047 0 0.094 0.063 0.125 0.063 0.016 0.125 0.016 0.141-0.031zM7.359 17.844v0c0.031-0.031 0.031-0.109-0.031-0.156-0.047-0.063-0.125-0.078-0.156-0.047-0.047 0.047-0.031 0.109 0.016 0.172 0.047 0.047 0.125 0.078 0.172 0.031zM8.703 19.016v0c0.016-0.063-0.047-0.141-0.141-0.172s-0.172 0-0.203 0.063c-0.016 0.063 0.047 0.141 0.141 0.172s0.172 0 0.203-0.063zM9.359 19.063v0c0-0.063-0.078-0.125-0.187-0.125-0.094 0-0.156 0.063-0.156 0.125s0.078 0.125 0.172 0.125 0.172-0.063 0.172-0.125zM9.969 18.953v0c-0.016-0.063-0.109-0.094-0.203-0.078s-0.156 0.078-0.141 0.141 0.094 0.109 0.187 0.094 0.156-0.094 0.156-0.156zM20 14c0-4.422-3.578-8-8-8s-8 3.578-8 8c0 3.531 2.297 6.531 5.469 7.594 0.406 0.078 0.547-0.172 0.547-0.391 0-0.187 0-0.812-0.016-1.484 0 0-2.219 0.484-2.688-0.953 0 0-0.359-0.922-0.891-1.156 0 0-0.719-0.5 0.063-0.5 0 0 0.781 0.063 1.219 0.828 0.703 1.234 1.875 0.875 2.328 0.672 0.078-0.516 0.281-0.875 0.516-1.078-1.781-0.203-3.656-0.891-3.656-3.953 0-0.875 0.313-1.578 0.828-2.141-0.078-0.203-0.359-1.016 0.078-2.125 0.672-0.203 2.203 0.828 2.203 0.828 0.641-0.187 1.313-0.266 2-0.266s1.359 0.078 2 0.266c0 0 1.531-1.031 2.203-0.828 0.438 1.109 0.156 1.922 0.078 2.125 0.516 0.562 0.828 1.266 0.828 2.141 0 3.078-1.875 3.75-3.656 3.953 0.281 0.25 0.547 0.734 0.547 1.484 0 1.062-0.016 1.922-0.016 2.188 0 0.219 0.141 0.469 0.547 0.391 3.172-1.062 5.469-4.062 5.469-7.594zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-upload\" viewBox=\"0 0 26 28\">\n<title>upload</title>\n<path d=\"M20 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h6.672c0.422 1.156 1.531 2 2.828 2h4c1.297 0 2.406-0.844 2.828-2h6.672c0.828 0 1.5 0.672 1.5 1.5zM20.922 9.375c-0.156 0.375-0.516 0.625-0.922 0.625h-4v7c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-7h-4c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l7-7c0.187-0.203 0.453-0.297 0.703-0.297s0.516 0.094 0.703 0.297l7 7c0.297 0.281 0.375 0.719 0.219 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lemon-o\" viewBox=\"0 0 24 28\">\n<title>lemon-o</title>\n<path d=\"M21.984 12.906c0-0.734-0.141-2.656-0.391-3.281-0.297-0.75-0.469-1.172-0.469-2.016 0-0.719 0.156-1.422 0.156-2.125 0-0.297-0.016-0.609-0.156-0.859-0.063-0.016-0.141-0.016-0.203-0.016-0.609 0-1.219 0.141-1.828 0.141-1.859 0-3.625-0.75-5.484-0.75-1.453 0-2.859 0.547-4.203 1.078-1.062 0.422-2.234 0.922-3.156 1.609-3.156 2.391-4.25 6.766-4.25 10.531 0 1.266 0.391 2.5 0.391 3.766 0 0.719-0.344 1.375-0.344 2.063 0 0.438 0.25 0.797 0.719 0.797 0.766 0 1.5-0.344 2.281-0.344 1.781 0 3.516 0.484 5.297 0.484 1.391 0 3.141-0.109 4.438-0.562 4.109-1.453 7.203-6.203 7.203-10.516zM23.984 12.875c0 5.203-3.609 10.687-8.547 12.437-1.547 0.547-3.469 0.688-5.094 0.688-1.781 0-3.531-0.453-5.297-0.453-0.75 0-1.5 0.453-2.281 0.453-1.547 0-2.719-1.391-2.719-2.875 0-0.734 0.344-1.391 0.344-2.109 0-1.266-0.391-2.5-0.391-3.781 0-4.438 1.359-9.344 5.047-12.141 1.062-0.812 2.391-1.391 3.625-1.875 1.594-0.641 3.203-1.219 4.937-1.219 1.859 0 3.625 0.75 5.453 0.75 0.594 0 1.188-0.156 1.797-0.156 1.781 0 2.422 1.266 2.422 2.891 0 0.703-0.156 1.422-0.156 2.125 0 0.562 0.141 0.781 0.328 1.281 0.359 0.906 0.531 2.984 0.531 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone\" viewBox=\"0 0 22 28\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square-o\" viewBox=\"0 0 22 28\">\n<title>square-o</title>\n<path d=\"M17.5 4h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-13c0-1.375-1.125-2.5-2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark-o\" viewBox=\"0 0 20 28\">\n<title>bookmark-o</title>\n<path d=\"M18 4h-16v19.406l8-7.672 1.391 1.328 6.609 6.344v-19.406zM18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone-square\" viewBox=\"0 0 24 28\">\n<title>phone-square</title>\n<path d=\"M20 18.641c0-0.078 0-0.172-0.031-0.25-0.094-0.281-2.375-1.437-2.812-1.687-0.297-0.172-0.656-0.516-1.016-0.516-0.688 0-1.703 2.047-2.312 2.047-0.313 0-0.703-0.281-0.984-0.438-2.063-1.156-3.484-2.578-4.641-4.641-0.156-0.281-0.438-0.672-0.438-0.984 0-0.609 2.047-1.625 2.047-2.312 0-0.359-0.344-0.719-0.516-1.016-0.25-0.438-1.406-2.719-1.687-2.812-0.078-0.031-0.172-0.031-0.25-0.031-0.406 0-1.203 0.187-1.578 0.344-1.031 0.469-1.781 2.438-1.781 3.516 0 1.047 0.422 2 0.781 2.969 1.25 3.422 4.969 7.141 8.391 8.391 0.969 0.359 1.922 0.781 2.969 0.781 1.078 0 3.047-0.75 3.516-1.781 0.156-0.375 0.344-1.172 0.344-1.578zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter\" viewBox=\"0 0 26 28\">\n<title>twitter</title>\n<path d=\"M25.312 6.375c-0.688 1-1.547 1.891-2.531 2.609 0.016 0.219 0.016 0.438 0.016 0.656 0 6.672-5.078 14.359-14.359 14.359-2.859 0-5.516-0.828-7.75-2.266 0.406 0.047 0.797 0.063 1.219 0.063 2.359 0 4.531-0.797 6.266-2.156-2.219-0.047-4.078-1.5-4.719-3.5 0.313 0.047 0.625 0.078 0.953 0.078 0.453 0 0.906-0.063 1.328-0.172-2.312-0.469-4.047-2.5-4.047-4.953v-0.063c0.672 0.375 1.453 0.609 2.281 0.641-1.359-0.906-2.25-2.453-2.25-4.203 0-0.938 0.25-1.797 0.688-2.547 2.484 3.062 6.219 5.063 10.406 5.281-0.078-0.375-0.125-0.766-0.125-1.156 0-2.781 2.25-5.047 5.047-5.047 1.453 0 2.766 0.609 3.687 1.594 1.141-0.219 2.234-0.641 3.203-1.219-0.375 1.172-1.172 2.156-2.219 2.781 1.016-0.109 2-0.391 2.906-0.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook\" viewBox=\"0 0 16 28\">\n<title>facebook</title>\n<path d=\"M14.984 0.187v4.125h-2.453c-1.922 0-2.281 0.922-2.281 2.25v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406c0-3.953 2.422-6.109 5.953-6.109 1.687 0 3.141 0.125 3.563 0.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github\" viewBox=\"0 0 24 28\">\n<title>github</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12 0 5.297-3.437 9.797-8.203 11.391-0.609 0.109-0.828-0.266-0.828-0.578 0-0.391 0.016-1.687 0.016-3.297 0-1.125-0.375-1.844-0.812-2.219 2.672-0.297 5.484-1.313 5.484-5.922 0-1.313-0.469-2.375-1.234-3.219 0.125-0.313 0.531-1.531-0.125-3.187-1-0.313-3.297 1.234-3.297 1.234-0.953-0.266-1.984-0.406-3-0.406s-2.047 0.141-3 0.406c0 0-2.297-1.547-3.297-1.234-0.656 1.656-0.25 2.875-0.125 3.187-0.766 0.844-1.234 1.906-1.234 3.219 0 4.594 2.797 5.625 5.469 5.922-0.344 0.313-0.656 0.844-0.766 1.609-0.688 0.313-2.438 0.844-3.484-1-0.656-1.141-1.844-1.234-1.844-1.234-1.172-0.016-0.078 0.734-0.078 0.734 0.781 0.359 1.328 1.75 1.328 1.75 0.703 2.141 4.047 1.422 4.047 1.422 0 1 0.016 1.937 0.016 2.234 0 0.313-0.219 0.688-0.828 0.578-4.766-1.594-8.203-6.094-8.203-11.391 0-6.625 5.375-12 12-12zM4.547 19.234c0.031-0.063-0.016-0.141-0.109-0.187-0.094-0.031-0.172-0.016-0.203 0.031-0.031 0.063 0.016 0.141 0.109 0.187 0.078 0.047 0.172 0.031 0.203-0.031zM5.031 19.766c0.063-0.047 0.047-0.156-0.031-0.25-0.078-0.078-0.187-0.109-0.25-0.047-0.063 0.047-0.047 0.156 0.031 0.25 0.078 0.078 0.187 0.109 0.25 0.047zM5.5 20.469c0.078-0.063 0.078-0.187 0-0.297-0.063-0.109-0.187-0.156-0.266-0.094-0.078 0.047-0.078 0.172 0 0.281s0.203 0.156 0.266 0.109zM6.156 21.125c0.063-0.063 0.031-0.203-0.063-0.297-0.109-0.109-0.25-0.125-0.313-0.047-0.078 0.063-0.047 0.203 0.063 0.297 0.109 0.109 0.25 0.125 0.313 0.047zM7.047 21.516c0.031-0.094-0.063-0.203-0.203-0.25-0.125-0.031-0.266 0.016-0.297 0.109s0.063 0.203 0.203 0.234c0.125 0.047 0.266 0 0.297-0.094zM8.031 21.594c0-0.109-0.125-0.187-0.266-0.172-0.141 0-0.25 0.078-0.25 0.172 0 0.109 0.109 0.187 0.266 0.172 0.141 0 0.25-0.078 0.25-0.172zM8.937 21.438c-0.016-0.094-0.141-0.156-0.281-0.141-0.141 0.031-0.234 0.125-0.219 0.234 0.016 0.094 0.141 0.156 0.281 0.125s0.234-0.125 0.219-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock\" viewBox=\"0 0 26 28\">\n<title>unlock</title>\n<path d=\"M26 9v4c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v3h1.5c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h10.5v-3c0-3.859 3.141-7 7-7s7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card\" viewBox=\"0 0 30 28\">\n<title>credit-card</title>\n<path d=\"M27.5 2c1.375 0 2.5 1.125 2.5 2.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25zM2.5 4c-0.266 0-0.5 0.234-0.5 0.5v3.5h26v-3.5c0-0.266-0.234-0.5-0.5-0.5h-25zM27.5 24c0.266 0 0.5-0.234 0.5-0.5v-9.5h-26v9.5c0 0.266 0.234 0.5 0.5 0.5h25zM4 22v-2h4v2h-4zM10 22v-2h6v2h-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-feed\" viewBox=\"0 0 22 28\">\n<title>feed</title>\n<path d=\"M6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 22.922c0.016 0.281-0.078 0.547-0.266 0.75-0.187 0.219-0.453 0.328-0.734 0.328h-2.109c-0.516 0-0.938-0.391-0.984-0.906-0.453-4.766-4.234-8.547-9-9-0.516-0.047-0.906-0.469-0.906-0.984v-2.109c0-0.281 0.109-0.547 0.328-0.734 0.172-0.172 0.422-0.266 0.672-0.266h0.078c3.328 0.266 6.469 1.719 8.828 4.094 2.375 2.359 3.828 5.5 4.094 8.828zM22 22.953c0.016 0.266-0.078 0.531-0.281 0.734-0.187 0.203-0.438 0.313-0.719 0.313h-2.234c-0.531 0-0.969-0.406-1-0.938-0.516-9.078-7.75-16.312-16.828-16.844-0.531-0.031-0.938-0.469-0.938-0.984v-2.234c0-0.281 0.109-0.531 0.313-0.719 0.187-0.187 0.438-0.281 0.688-0.281h0.047c5.469 0.281 10.609 2.578 14.484 6.469 3.891 3.875 6.188 9.016 6.469 14.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hdd-o\" viewBox=\"0 0 24 28\">\n<title>hdd-o</title>\n<path d=\"M16.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM20.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM22 21.5v-5c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5zM2.781 14h18.438l-2.453-7.531c-0.078-0.266-0.375-0.469-0.656-0.469h-12.219c-0.281 0-0.578 0.203-0.656 0.469zM24 16.5v5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-5c0-0.422 0.125-0.781 0.25-1.172l3.078-9.469c0.359-1.094 1.406-1.859 2.562-1.859h12.219c1.156 0 2.203 0.766 2.562 1.859l3.078 9.469c0.125 0.391 0.25 0.75 0.25 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullhorn\" viewBox=\"0 0 28 28\">\n<title>bullhorn</title>\n<path d=\"M26 10c1.109 0 2 0.891 2 2s-0.891 2-2 2v6c0 1.094-0.906 2-2 2-2.781-2.312-7.266-5.484-12.688-5.938-1.859 0.625-2.5 2.797-1.281 4.047-1.094 1.797 0.313 3.063 1.969 4.359-0.969 1.906-5 1.937-6.438 0.609-0.906-2.781-2.25-5.563-1.156-9.078h-1.906c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h7.5c6 0 11-3.5 14-6 1.094 0 2 0.906 2 2v6zM24 19.437v-14.906c-4.078 3.125-8.031 4.922-12 5.359v4.219c3.969 0.438 7.922 2.203 12 5.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-o\" viewBox=\"0 0 28 28\">\n<title>bell-o</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM3.844 22h20.312c-2.797-3.156-4.156-7.438-4.156-13 0-2.016-1.906-5-6-5s-6 2.984-6 5c0 5.563-1.359 9.844-4.156 13zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-certificate\" viewBox=\"0 0 24 28\">\n<title>certificate</title>\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-right\" viewBox=\"0 0 28 28\">\n<title>hand-o-right</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 12c0-1.062-0.953-2-2-2h-9c0-0.984 1.5-2 1.5-4 0-1.5-1.172-2-2.5-2-0.438 0-1.234 1.813-1.406 2.172-0.187 0.344-0.375 0.688-0.578 1.016-0.516 0.828-1.109 1.547-1.75 2.266-1 1.141-2.109 2.547-3.766 2.547h-0.5v10h0.5c2.734 0 5.406 2 8.437 2 1.75 0 2.953-0.734 2.953-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609h5.172c1.078 0 2-0.922 2-2zM28 11.984c0 2.188-1.813 4.016-4 4.016h-2.641c-0.047 0.656-0.25 1.281-0.578 1.859 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688-1.75 0-3.406-0.484-5.031-1.078-0.953-0.344-2.5-0.922-3.484-0.922h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.75 0 1.813-1.344 2.266-1.859 0.562-0.641 1.094-1.281 1.563-2.016 0.906-1.453 1.578-4.125 3.672-4.125 2.484 0 4.5 1.359 4.5 4 0 0.688-0.109 1.359-0.344 2h5.844c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-left\" viewBox=\"0 0 28 28\">\n<title>hand-o-left</title>\n<path d=\"M21.5 22h0.5v-10h-0.5c-1.656 0-2.766-1.406-3.766-2.547-0.641-0.719-1.234-1.437-1.75-2.266-0.219-0.344-0.406-0.703-0.594-1.062s-0.969-2.125-1.391-2.125c-1.328 0-2.5 0.5-2.5 2 0 2 1.5 3.016 1.5 4h-9c-1.047 0-2 0.938-2 2 0 1.078 0.922 2 2 2h5.172c-0.328 0.375-0.547 1.109-0.547 1.609 0 0.734 0.297 1.359 0.828 1.859-0.187 0.328-0.281 0.703-0.281 1.078 0 0.719 0.359 1.609 1.016 1.969-0.047 0.281-0.063 0.578-0.063 0.875 0 1.844 1.141 2.609 2.875 2.609 3.109 0 5.766-2 8.5-2zM26 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 12v10c0 1.109-0.891 2-2 2h-4.5c-0.984 0-2.531 0.578-3.484 0.922-1.594 0.578-3.234 1.078-4.953 1.078-2.875 0-4.969-1.625-4.953-4.609l0.016-0.078c-0.625-0.781-0.953-1.781-0.953-2.781 0-0.219 0.016-0.453 0.047-0.672-0.328-0.578-0.531-1.203-0.578-1.859h-2.641c-2.188 0-4-1.828-4-4.016 0-2.156 1.844-3.984 4-3.984h5.844c-0.234-0.641-0.344-1.312-0.344-2 0-2.641 2.016-4 4.5-4 2.094 0 2.766 2.672 3.672 4.125 0.469 0.734 1 1.375 1.563 2.016 0.453 0.516 1.516 1.859 2.266 1.859h4.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-up\" viewBox=\"0 0 24 28\">\n<title>hand-o-up</title>\n<path d=\"M20 25c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 13.062c0-1.766-0.719-2.953-2.609-2.953-0.297 0-0.594 0.031-0.875 0.078-0.359-0.656-1.25-1.016-1.969-1.016-0.375 0-0.75 0.094-1.078 0.281-0.5-0.531-1.125-0.828-1.859-0.828-0.5 0-1.234 0.219-1.609 0.547v-5.172c0-1.078-0.922-2-2-2-1.062 0-2 0.953-2 2v9c-0.984 0-2-1.5-4-1.5-1.5 0-2 1.172-2 2.5 0 0.438 1.813 1.234 2.172 1.406 0.344 0.187 0.688 0.375 1.016 0.578 0.828 0.516 1.547 1.109 2.266 1.75 1.141 1 2.547 2.109 2.547 3.766v0.5h10v-0.5c0-2.734 2-5.406 2-8.437zM24 12.984c0 1.75-0.484 3.406-1.078 5.031-0.344 0.953-0.922 2.5-0.922 3.484v4.5c0 1.109-0.891 2-2 2h-10c-1.109 0-2-0.891-2-2v-4.5c0-0.75-1.344-1.813-1.859-2.266-0.641-0.562-1.281-1.094-2.016-1.563-1.453-0.906-4.125-1.578-4.125-3.672 0-2.484 1.359-4.5 4-4.5 0.688 0 1.359 0.109 2 0.344v-5.844c0-2.156 1.828-4 3.984-4 2.188 0 4.016 1.813 4.016 4v2.641c0.656 0.047 1.281 0.25 1.859 0.578 0.219-0.031 0.453-0.047 0.672-0.047 1 0 2 0.328 2.781 0.938 2.953-0.031 4.688 1.984 4.688 4.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-down\" viewBox=\"0 0 24 28\">\n<title>hand-o-down</title>\n<path d=\"M22 15c0-3.109-2-5.766-2-8.5v-0.5h-10v0.5c0 1.656-1.406 2.766-2.547 3.766-0.719 0.641-1.437 1.234-2.266 1.75-0.344 0.219-0.703 0.406-1.062 0.594s-2.125 0.969-2.125 1.391c0 1.328 0.5 2.5 2 2.5 2 0 3.016-1.5 4-1.5v9c0 1.047 0.938 2 2 2 1.078 0 2-0.922 2-2v-5.172c0.406 0.313 1.094 0.547 1.609 0.547 0.734 0 1.359-0.297 1.859-0.828 0.328 0.187 0.703 0.281 1.078 0.281 0.719 0 1.609-0.359 1.969-1.016 0.281 0.047 0.578 0.063 0.875 0.063 1.844 0 2.609-1.141 2.609-2.875zM20 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 14.938c0 2.875-1.625 4.969-4.609 4.953l-0.078-0.016c-0.781 0.625-1.781 0.953-2.781 0.953-0.219 0-0.453-0.016-0.672-0.047-0.531 0.297-1.25 0.516-1.859 0.578v2.641c0 2.188-1.828 4-4.016 4-2.156 0-3.984-1.844-3.984-4v-5.844c-0.609 0.25-1.344 0.344-2 0.344-2.625 0-4-2.016-4-4.5 0-2.094 2.672-2.766 4.125-3.672 0.734-0.469 1.375-1 2.016-1.563 0.516-0.453 1.859-1.516 1.859-2.266v-4.5c0-1.109 0.891-2 2-2h10c1.109 0 2 0.891 2 2v4.5c0 0.984 0.578 2.531 0.922 3.484 0.578 1.594 1.078 3.234 1.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-left</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-7.844l2.953-2.953c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.516-0.297-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703s-0.094-0.516-0.281-0.703l-2.953-2.953h7.844c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-right</title>\n<path d=\"M20.078 14c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l2.953 2.953h-7.844c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h7.844l-2.953 2.953c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.516 0.297 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-up</title>\n<path d=\"M20.062 13.984c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l2.953-2.953v7.844c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-7.844l2.953 2.953c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-down</title>\n<path d=\"M20.062 14.016c0-0.266-0.094-0.516-0.281-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-2.953 2.953v-7.844c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v7.844l-2.953-2.953c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-globe\" viewBox=\"0 0 24 28\">\n<title>globe</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM16.281 10.141c-0.125 0.094-0.203 0.266-0.359 0.297 0.078-0.016 0.156-0.297 0.203-0.359 0.094-0.109 0.219-0.172 0.344-0.234 0.266-0.109 0.531-0.141 0.812-0.187 0.266-0.063 0.594-0.063 0.797 0.172-0.047-0.047 0.328-0.375 0.375-0.391 0.141-0.078 0.375-0.047 0.469-0.187 0.031-0.047 0.031-0.344 0.031-0.344-0.266 0.031-0.359-0.219-0.375-0.438 0 0.016-0.031 0.063-0.094 0.125 0.016-0.234-0.281-0.063-0.391-0.094-0.359-0.094-0.313-0.344-0.422-0.609-0.063-0.141-0.234-0.187-0.297-0.328-0.063-0.094-0.094-0.297-0.234-0.313-0.094-0.016-0.266 0.328-0.297 0.313-0.141-0.078-0.203 0.031-0.313 0.094-0.094 0.063-0.172 0.031-0.266 0.078 0.281-0.094-0.125-0.25-0.266-0.219 0.219-0.063 0.109-0.297-0.016-0.406h0.078c-0.031-0.141-0.469-0.266-0.609-0.359s-0.891-0.25-1.047-0.156c-0.187 0.109 0.047 0.422 0.047 0.578 0.016 0.187-0.187 0.234-0.187 0.391 0 0.266 0.5 0.219 0.375 0.578-0.078 0.219-0.375 0.266-0.5 0.438-0.125 0.156 0.016 0.438 0.141 0.547 0.125 0.094-0.219 0.25-0.266 0.281-0.266 0.125-0.469-0.266-0.531-0.5-0.047-0.172-0.063-0.375-0.25-0.469-0.094-0.031-0.391-0.078-0.453 0.016-0.094-0.234-0.422-0.328-0.641-0.406-0.313-0.109-0.578-0.109-0.906-0.063 0.109-0.016-0.031-0.5-0.297-0.422 0.078-0.156 0.047-0.328 0.078-0.484 0.031-0.125 0.094-0.25 0.187-0.359 0.031-0.063 0.375-0.422 0.266-0.438 0.266 0.031 0.562 0.047 0.781-0.172 0.141-0.141 0.203-0.375 0.344-0.531 0.203-0.234 0.453 0.063 0.672 0.078 0.313 0.016 0.297-0.328 0.125-0.484 0.203 0.016 0.031-0.359-0.078-0.406-0.141-0.047-0.672 0.094-0.391 0.203-0.063-0.031-0.438 0.75-0.656 0.359-0.063-0.078-0.094-0.406-0.234-0.422-0.125 0-0.203 0.141-0.25 0.234 0.078-0.203-0.438-0.344-0.547-0.359 0.234-0.156 0.047-0.328-0.125-0.422-0.125-0.078-0.516-0.141-0.625-0.016-0.297 0.359 0.313 0.406 0.469 0.5 0.047 0.031 0.234 0.141 0.125 0.219-0.094 0.047-0.375 0.125-0.406 0.187-0.094 0.141 0.109 0.297-0.031 0.438-0.141-0.141-0.141-0.375-0.25-0.531 0.141 0.172-0.562 0.078-0.547 0.078-0.234 0-0.609 0.156-0.781-0.078-0.031-0.063-0.031-0.422 0.063-0.344-0.141-0.109-0.234-0.219-0.328-0.281-0.516 0.172-1 0.391-1.469 0.641 0.063 0.016 0.109 0.016 0.187-0.016 0.125-0.047 0.234-0.125 0.359-0.187 0.156-0.063 0.484-0.25 0.656-0.109 0.016-0.031 0.063-0.063 0.078-0.078 0.109 0.125 0.219 0.25 0.313 0.391-0.125-0.063-0.328-0.031-0.469-0.016-0.109 0.031-0.297 0.063-0.344 0.187 0.047 0.078 0.109 0.203 0.078 0.281-0.203-0.141-0.359-0.375-0.641-0.406-0.125 0-0.25 0-0.344 0.016-1.5 0.828-2.766 2.031-3.672 3.469 0.063 0.063 0.125 0.109 0.187 0.125 0.156 0.047 0 0.5 0.297 0.266 0.094 0.078 0.109 0.187 0.047 0.297 0.016-0.016 0.641 0.391 0.688 0.422 0.109 0.094 0.281 0.203 0.328 0.328 0.031 0.109-0.063 0.234-0.156 0.281-0.016-0.031-0.25-0.266-0.281-0.203-0.047 0.078 0 0.5 0.172 0.484-0.25 0.016-0.141 0.984-0.203 1.172 0 0.016 0.031 0.016 0.031 0.016-0.047 0.187 0.109 0.922 0.422 0.844-0.203 0.047 0.359 0.766 0.438 0.812 0.203 0.141 0.438 0.234 0.578 0.438 0.156 0.219 0.156 0.547 0.375 0.719-0.063 0.187 0.328 0.406 0.313 0.672-0.031 0.016-0.047 0.016-0.078 0.031 0.078 0.219 0.375 0.219 0.484 0.422 0.063 0.125 0 0.422 0.203 0.359 0.031-0.344-0.203-0.688-0.375-0.969-0.094-0.156-0.187-0.297-0.266-0.453-0.078-0.141-0.094-0.313-0.156-0.469 0.063 0.016 0.406 0.141 0.375 0.187-0.125 0.313 0.5 0.859 0.672 1.062 0.047 0.047 0.406 0.516 0.219 0.516 0.203 0 0.484 0.313 0.578 0.469 0.141 0.234 0.109 0.531 0.203 0.781 0.094 0.313 0.531 0.453 0.781 0.594 0.219 0.109 0.406 0.266 0.625 0.344 0.328 0.125 0.406 0.016 0.688-0.031 0.406-0.063 0.453 0.391 0.781 0.562 0.203 0.109 0.641 0.266 0.859 0.172-0.094 0.031 0.328 0.672 0.359 0.719 0.141 0.187 0.406 0.281 0.562 0.469 0.047-0.031 0.094-0.078 0.109-0.141-0.063 0.172 0.234 0.5 0.391 0.469 0.172-0.031 0.219-0.375 0.219-0.5-0.313 0.156-0.594 0.031-0.766-0.281-0.031-0.078-0.281-0.516-0.063-0.516 0.297 0 0.094-0.234 0.063-0.453s-0.25-0.359-0.359-0.547c-0.094 0.187-0.406 0.141-0.5-0.016 0 0.047-0.047 0.125-0.047 0.187-0.078 0-0.156 0.016-0.234-0.016 0.031-0.187 0.047-0.422 0.094-0.625 0.078-0.281 0.594-0.828-0.078-0.797-0.234 0.016-0.328 0.109-0.406 0.313-0.078 0.187-0.047 0.359-0.266 0.453-0.141 0.063-0.609 0.031-0.75-0.047-0.297-0.172-0.5-0.719-0.5-1.031-0.016-0.422 0.203-0.797 0-1.188 0.094-0.078 0.187-0.234 0.297-0.313 0.094-0.063 0.203 0.047 0.25-0.141-0.047-0.031-0.109-0.094-0.125-0.094 0.234 0.109 0.672-0.156 0.875 0 0.125 0.094 0.266 0.125 0.344-0.031 0.016-0.047-0.109-0.234-0.047-0.359 0.047 0.266 0.219 0.313 0.453 0.141 0.094 0.094 0.344 0.063 0.516 0.156 0.172 0.109 0.203 0.281 0.406 0.047 0.125 0.187 0.141 0.187 0.187 0.375 0.047 0.172 0.141 0.609 0.297 0.688 0.328 0.203 0.25-0.344 0.219-0.531-0.016-0.016-0.016-0.531-0.031-0.531-0.5-0.109-0.313-0.5-0.031-0.766 0.047-0.031 0.406-0.156 0.562-0.281 0.141-0.125 0.313-0.344 0.234-0.547 0.078 0 0.141-0.063 0.172-0.141-0.047-0.016-0.234-0.172-0.266-0.156 0.109-0.063 0.094-0.156 0.031-0.25 0.156-0.094 0.078-0.266 0.234-0.328 0.172 0.234 0.516-0.031 0.344-0.219 0.156-0.219 0.516-0.109 0.609-0.313 0.234 0.063 0.063-0.234 0.187-0.406 0.109-0.141 0.297-0.141 0.438-0.219 0 0.016 0.391-0.219 0.266-0.234 0.266 0.031 0.797-0.25 0.391-0.484 0.063-0.141-0.141-0.203-0.281-0.234 0.109-0.031 0.25 0.031 0.344-0.031 0.203-0.141 0.063-0.203-0.109-0.25-0.219-0.063-0.5 0.078-0.672 0.187zM13.734 23.844c2.141-0.375 4.047-1.437 5.484-2.953-0.094-0.094-0.266-0.063-0.391-0.125-0.125-0.047-0.219-0.094-0.375-0.125 0.031-0.313-0.313-0.422-0.531-0.578-0.203-0.156-0.328-0.328-0.625-0.266-0.031 0.016-0.344 0.125-0.281 0.187-0.203-0.172-0.297-0.266-0.562-0.344-0.25-0.078-0.422-0.391-0.672-0.109-0.125 0.125-0.063 0.313-0.125 0.438-0.203-0.172 0.187-0.375 0.031-0.562-0.187-0.219-0.516 0.141-0.672 0.234-0.094 0.078-0.203 0.109-0.266 0.203-0.078 0.109-0.109 0.25-0.172 0.359-0.047-0.125-0.313-0.094-0.328-0.187 0.063 0.375 0.063 0.766 0.141 1.141 0.047 0.219 0 0.578-0.187 0.75s-0.422 0.359-0.453 0.625c-0.031 0.187 0.016 0.359 0.187 0.406 0.016 0.234-0.25 0.406-0.234 0.656 0 0.016 0.016 0.172 0.031 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wrench\" viewBox=\"0 0 26 28\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tasks\" viewBox=\"0 0 28 28\">\n<title>tasks</title>\n<path d=\"M16 22h10v-2h-10v2zM10 14h16v-2h-16v2zM20 6h6v-2h-6v2zM28 19v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 11v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-filter\" viewBox=\"0 0 22 28\">\n<title>filter</title>\n<path d=\"M21.922 4.609c0.156 0.375 0.078 0.812-0.219 1.094l-7.703 7.703v11.594c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703v-7.594l-7.703-7.703c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h20c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-briefcase\" viewBox=\"0 0 28 28\">\n<title>briefcase</title>\n<path d=\"M10 4h8v-2h-8v2zM28 14v7.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-7.5h10.5v2.5c0 0.547 0.453 1 1 1h5c0.547 0 1-0.453 1-1v-2.5h10.5zM16 14v2h-4v-2h4zM28 6.5v6h-28v-6c0-1.375 1.125-2.5 2.5-2.5h5.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-alt\" viewBox=\"0 0 24 28\">\n<title>arrows-alt</title>\n<path d=\"M20.047 8.453l-5.547 5.547 5.547 5.547 2.25-2.25c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.25-2.25-5.547-5.547-5.547 5.547 2.25 2.25c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.25 2.25 5.547-5.547-5.547-5.547-2.25 2.25c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-7c0-0.547 0.453-1 1-1h7c0.406 0 0.766 0.25 0.922 0.625 0.156 0.359 0.078 0.797-0.219 1.078l-2.25 2.25 5.547 5.547 5.547-5.547-2.25-2.25c-0.297-0.281-0.375-0.719-0.219-1.078 0.156-0.375 0.516-0.625 0.922-0.625h7c0.547 0 1 0.453 1 1v7c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.109-0.703-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-group\" viewBox=\"0 0 30 28\">\n<title>group</title>\n<path d=\"M9.266 14c-1.625 0.047-3.094 0.75-4.141 2h-2.094c-1.563 0-3.031-0.75-3.031-2.484 0-1.266-0.047-5.516 1.937-5.516 0.328 0 1.953 1.328 4.062 1.328 0.719 0 1.406-0.125 2.078-0.359-0.047 0.344-0.078 0.688-0.078 1.031 0 1.422 0.453 2.828 1.266 4zM26 23.953c0 2.531-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.516-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.531 0 2.469 2.172 5.594 2.172s5.063-2.172 5.594-2.172c4.578 0 5.406 5.422 5.406 8.953zM10 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM21 10c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM30 13.516c0 1.734-1.469 2.484-3.031 2.484h-2.094c-1.047-1.25-2.516-1.953-4.141-2 0.812-1.172 1.266-2.578 1.266-4 0-0.344-0.031-0.688-0.078-1.031 0.672 0.234 1.359 0.359 2.078 0.359 2.109 0 3.734-1.328 4.062-1.328 1.984 0 1.937 4.25 1.937 5.516zM28 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain\" viewBox=\"0 0 26 28\">\n<title>chain</title>\n<path d=\"M22.75 19c0-0.406-0.156-0.781-0.438-1.062l-3.25-3.25c-0.281-0.281-0.672-0.438-1.062-0.438-0.453 0-0.812 0.172-1.125 0.5 0.516 0.516 1.125 0.953 1.125 1.75 0 0.828-0.672 1.5-1.5 1.5-0.797 0-1.234-0.609-1.75-1.125-0.328 0.313-0.516 0.672-0.516 1.141 0 0.391 0.156 0.781 0.438 1.062l3.219 3.234c0.281 0.281 0.672 0.422 1.062 0.422s0.781-0.141 1.062-0.406l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047zM11.766 7.984c0-0.391-0.156-0.781-0.438-1.062l-3.219-3.234c-0.281-0.281-0.672-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l3.25 3.25c0.281 0.281 0.672 0.422 1.062 0.422 0.453 0 0.812-0.156 1.125-0.484-0.516-0.516-1.125-0.953-1.125-1.75 0-0.828 0.672-1.5 1.5-1.5 0.797 0 1.234 0.609 1.75 1.125 0.328-0.313 0.516-0.672 0.516-1.141zM25.75 19c0 1.188-0.484 2.344-1.328 3.172l-2.297 2.281c-0.844 0.844-1.984 1.297-3.172 1.297-1.203 0-2.344-0.469-3.187-1.328l-3.219-3.234c-0.844-0.844-1.297-1.984-1.297-3.172 0-1.234 0.5-2.406 1.375-3.266l-1.375-1.375c-0.859 0.875-2.016 1.375-3.25 1.375-1.188 0-2.344-0.469-3.187-1.313l-3.25-3.25c-0.859-0.859-1.313-1.984-1.313-3.187 0-1.188 0.484-2.344 1.328-3.172l2.297-2.281c0.844-0.844 1.984-1.297 3.172-1.297 1.203 0 2.344 0.469 3.187 1.328l3.219 3.234c0.844 0.844 1.297 1.984 1.297 3.172 0 1.234-0.5 2.406-1.375 3.266l1.375 1.375c0.859-0.875 2.016-1.375 3.25-1.375 1.188 0 2.344 0.469 3.187 1.313l3.25 3.25c0.859 0.859 1.313 1.984 1.313 3.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud\" viewBox=\"0 0 30 28\">\n<title>cloud</title>\n<path d=\"M30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.797 1.656-5.219 4.031-6.328-0.016-0.219-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.344 0 6.203 2.047 7.406 4.969 0.688-0.609 1.594-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.797-0.234 1.531-0.641 2.156 2.656 0.625 4.641 3 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flask\" viewBox=\"0 0 26 28\">\n<title>flask</title>\n<path d=\"M23.859 22.625c1.172 1.859 0.344 3.375-1.859 3.375h-18c-2.203 0-3.031-1.516-1.859-3.375l7.859-12.391v-6.234h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h8c0.547 0 1 0.453 1 1s-0.453 1-1 1h-1v6.234zM11.688 11.297l-4.25 6.703h11.125l-4.25-6.703-0.313-0.484v-6.813h-2v6.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cut\" viewBox=\"0 0 28 28\">\n<title>cut</title>\n<path d=\"M15 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19.688 15l7.922 6.219c0.281 0.203 0.422 0.547 0.391 0.875-0.047 0.344-0.25 0.641-0.547 0.797l-2 1c-0.141 0.078-0.297 0.109-0.453 0.109-0.172 0-0.344-0.047-0.484-0.125l-10.781-6.047-1.719 1.031c-0.063 0.031-0.125 0.063-0.187 0.078 0.141 0.484 0.203 1 0.156 1.516-0.141 1.609-1.219 3.141-2.938 4.234-1.328 0.844-2.859 1.313-4.328 1.313-1.406 0-2.594-0.422-3.469-1.219-0.891-0.828-1.344-2.016-1.234-3.234 0.141-1.594 1.219-3.141 2.922-4.234 1.328-0.844 2.875-1.313 4.344-1.313 0.875 0 1.672 0.172 2.359 0.484 0.094-0.141 0.203-0.25 0.344-0.344l1.906-1.141-1.906-1.141c-0.141-0.094-0.25-0.203-0.344-0.344-0.688 0.313-1.484 0.484-2.359 0.484-1.469 0-3.016-0.469-4.344-1.313-1.703-1.094-2.781-2.641-2.922-4.234-0.109-1.219 0.344-2.406 1.234-3.219 0.875-0.812 2.063-1.234 3.469-1.234 1.469 0 3 0.469 4.328 1.313 1.719 1.078 2.797 2.625 2.938 4.234 0.047 0.516-0.016 1.031-0.156 1.516 0.063 0.016 0.125 0.047 0.187 0.078l1.719 1.031 10.781-6.047c0.141-0.078 0.313-0.125 0.484-0.125 0.156 0 0.313 0.031 0.453 0.109l2 1c0.297 0.156 0.5 0.453 0.547 0.797 0.031 0.328-0.109 0.672-0.391 0.875zM9.047 10.938c0.953-0.875 0.359-2.453-1.328-3.516-0.953-0.609-2.063-0.922-3-0.922-0.719 0-1.359 0.187-1.766 0.562-0.953 0.875-0.359 2.453 1.328 3.516 0.953 0.609 2.047 0.922 3 0.922 0.719 0 1.359-0.187 1.766-0.562zM7.719 22.578c1.687-1.062 2.281-2.641 1.328-3.516-0.406-0.375-1.047-0.562-1.766-0.562-0.953 0-2.047 0.313-3 0.922-1.687 1.062-2.281 2.641-1.328 3.516 0.406 0.375 1.047 0.562 1.766 0.562 0.938 0 2.047-0.313 3-0.922zM10.5 13l1.5 0.906v-0.172c0-0.359 0.203-0.688 0.516-0.875l0.219-0.125-1.234-0.734-0.406 0.406c-0.125 0.125-0.219 0.25-0.344 0.359-0.047 0.047-0.078 0.063-0.109 0.094zM14 16.5l1.5 0.5 11.5-9-2-1-12 6.734v1.766l-2.5 1.5 0.141 0.125c0.031 0.047 0.063 0.063 0.109 0.094 0.125 0.125 0.219 0.25 0.344 0.375l0.406 0.406zM25 23l2-1-8.125-6.375-2.766 2.156c-0.047 0.063-0.125 0.078-0.203 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copy\" viewBox=\"0 0 28 28\">\n<title>copy</title>\n<path d=\"M26.5 6c0.828 0 1.5 0.672 1.5 1.5v19c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-4.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-10.5c0-0.828 0.484-1.984 1.062-2.562l6.375-6.375c0.578-0.578 1.734-1.062 2.562-1.062h6.5c0.828 0 1.5 0.672 1.5 1.5v5.125c0.609-0.359 1.391-0.625 2-0.625h6.5zM18 9.328l-4.672 4.672h4.672v-4.672zM8 3.328l-4.672 4.672h4.672v-4.672zM11.062 13.438l4.937-4.937v-6.5h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h8v-4c0-0.828 0.484-1.984 1.062-2.562zM26 26v-18h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paperclip\" viewBox=\"0 0 22 28\">\n<title>paperclip</title>\n<path d=\"M21.938 21.641c0 2.438-1.859 4.297-4.297 4.297-1.375 0-2.703-0.594-3.672-1.563l-12.141-12.125c-1.109-1.125-1.766-2.656-1.766-4.234 0-3.313 2.609-5.953 5.922-5.953 1.594 0 3.125 0.641 4.266 1.766l9.453 9.469c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.875 1.203-1.203 1.203-0.141 0-0.266-0.063-0.359-0.156l-9.469-9.484c-0.75-0.734-1.766-1.203-2.828-1.203-2.219 0-3.938 1.797-3.938 4 0 1.062 0.438 2.078 1.188 2.828l12.125 12.141c0.594 0.594 1.422 0.984 2.266 0.984 1.328 0 2.312-0.984 2.312-2.312 0-0.859-0.391-1.672-0.984-2.266l-9.078-9.078c-0.25-0.234-0.594-0.375-0.938-0.375-0.594 0-1.047 0.438-1.047 1.047 0 0.344 0.156 0.672 0.391 0.922l6.406 6.406c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.891 1.219-1.219 1.219-0.125 0-0.25-0.063-0.344-0.156l-6.406-6.406c-0.625-0.609-0.984-1.469-0.984-2.328 0-1.719 1.344-3.062 3.063-3.062 0.875 0 1.719 0.359 2.328 0.984l9.078 9.078c0.984 0.969 1.563 2.297 1.563 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-floppy-o\" viewBox=\"0 0 24 28\">\n<title>floppy-o</title>\n<path d=\"M6 24h12v-6h-12v6zM20 24h2v-14c0-0.297-0.266-0.938-0.469-1.141l-4.391-4.391c-0.219-0.219-0.828-0.469-1.141-0.469v6.5c0 0.828-0.672 1.5-1.5 1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v20h2v-6.5c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5v6.5zM14 9.5v-5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5zM24 10v14.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h14.5c0.828 0 1.969 0.469 2.562 1.062l4.375 4.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square\" viewBox=\"0 0 24 28\">\n<title>square</title>\n<path d=\"M24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bars\" viewBox=\"0 0 24 28\">\n<title>bars</title>\n<path d=\"M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ul\" viewBox=\"0 0 28 28\">\n<title>list-ul</title>\n<path d=\"M6 22c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM6 14c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM6 6c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ol\" viewBox=\"0 0 28 28\">\n<title>list-ol</title>\n<path d=\"M5.953 25.312c0 1.719-1.344 2.688-2.969 2.688-0.984 0-1.984-0.328-2.688-1.031l0.891-1.375c0.422 0.391 1.062 0.703 1.656 0.703 0.547 0 1.125-0.266 1.125-0.891 0-0.875-1-0.922-1.641-0.875l-0.406-0.875c0.562-0.719 1.078-1.516 1.75-2.125v-0.016c-0.5 0-1.016 0.031-1.516 0.031v0.828h-1.656v-2.375h5.203v1.375l-1.484 1.797c1.047 0.25 1.734 1.062 1.734 2.141zM5.984 15.516v2.484h-5.656c-0.047-0.281-0.094-0.562-0.094-0.844 0-2.891 3.531-3.328 3.531-4.641 0-0.531-0.328-0.812-0.844-0.812-0.547 0-1 0.469-1.266 0.906l-1.328-0.922c0.516-1.078 1.578-1.687 2.766-1.687 1.453 0 2.703 0.859 2.703 2.406 0 2.312-3.391 2.828-3.437 4.047h1.984v-0.938h1.641zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM6 6.453v1.547h-5.234v-1.547h1.672c0-1.266 0.016-2.531 0.016-3.797v-0.187h-0.031c-0.172 0.344-0.484 0.578-0.781 0.844l-1.109-1.188 2.125-1.984h1.656v6.312h1.687zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-strikethrough\" viewBox=\"0 0 28 28\">\n<title>strikethrough</title>\n<path d=\"M27.5 14c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h27zM7.547 13c-0.297-0.375-0.562-0.797-0.797-1.25-0.5-1.016-0.75-2-0.75-2.938 0-1.906 0.703-3.5 2.094-4.828s3.437-1.984 6.141-1.984c0.594 0 1.453 0.109 2.609 0.297 0.688 0.125 1.609 0.375 2.766 0.75 0.109 0.406 0.219 1.031 0.328 1.844 0.141 1.234 0.219 2.187 0.219 2.859 0 0.219-0.031 0.453-0.078 0.703l-0.187 0.047-1.313-0.094-0.219-0.031c-0.531-1.578-1.078-2.641-1.609-3.203-0.922-0.953-2.031-1.422-3.281-1.422-1.188 0-2.141 0.313-2.844 0.922s-1.047 1.375-1.047 2.281c0 0.766 0.344 1.484 1.031 2.188s2.141 1.375 4.359 2.016c0.75 0.219 1.641 0.562 2.703 1.031 0.562 0.266 1.062 0.531 1.484 0.812h-11.609zM15.469 17h6.422c0.078 0.438 0.109 0.922 0.109 1.437 0 1.125-0.203 2.234-0.641 3.313-0.234 0.578-0.594 1.109-1.109 1.625-0.375 0.359-0.938 0.781-1.703 1.266-0.781 0.469-1.563 0.828-2.391 1.031-0.828 0.219-1.875 0.328-3.172 0.328-0.859 0-1.891-0.031-3.047-0.359l-2.188-0.625c-0.609-0.172-0.969-0.313-1.125-0.438-0.063-0.063-0.125-0.172-0.125-0.344v-0.203c0-0.125 0.031-0.938-0.031-2.438-0.031-0.781 0.031-1.328 0.031-1.641v-0.688l1.594-0.031c0.578 1.328 0.844 2.125 1.016 2.406 0.375 0.609 0.797 1.094 1.25 1.469s1 0.672 1.641 0.891c0.625 0.234 1.328 0.344 2.063 0.344 0.656 0 1.391-0.141 2.172-0.422 0.797-0.266 1.437-0.719 1.906-1.344 0.484-0.625 0.734-1.297 0.734-2.016 0-0.875-0.422-1.687-1.266-2.453-0.344-0.297-1.062-0.672-2.141-1.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-underline\" viewBox=\"0 0 24 28\">\n<title>underline</title>\n<path d=\"M0.75 3.484c-0.281-0.016-0.516-0.016-0.703-0.063l-0.047-1.375c0.203-0.016 0.406-0.016 0.625-0.016 0.547 0 1.141 0.016 1.75 0.063 1.469 0.078 2.344 0.109 2.594 0.109 0.891 0 1.766-0.016 2.625-0.047 0.844-0.031 1.609-0.063 2.281-0.078 0.656 0 1.109-0.016 1.344-0.031l-0.016 0.219 0.031 1v0.141c-0.625 0.094-1.266 0.141-1.937 0.141-0.625 0-1.031 0.125-1.234 0.391-0.141 0.156-0.203 0.844-0.203 2.063 0 0.375 0.016 0.672 0.016 0.906l0.016 3.578 0.219 4.375c0.063 1.266 0.313 2.312 0.797 3.156 0.359 0.609 0.859 1.094 1.5 1.437 0.938 0.5 1.859 0.734 2.766 0.734 1.062 0 2.063-0.141 2.984-0.438 0.547-0.172 1.062-0.422 1.547-0.797 0.484-0.359 0.828-0.688 1.016-1 0.406-0.625 0.672-1.234 0.828-1.781 0.219-0.766 0.328-1.953 0.328-3.578 0-2.797-0.203-2.875-0.438-6.406l-0.063-0.922c-0.047-0.672-0.156-1.141-0.375-1.375-0.344-0.359-0.75-0.547-1.203-0.531l-1.563 0.031-0.219-0.047 0.031-1.344h1.313l3.203 0.156c1.062 0.047 2.078-0.047 3.063-0.156l0.281 0.031c0.063 0.391 0.094 0.656 0.094 0.797s-0.031 0.297-0.063 0.484c-0.422 0.109-0.859 0.187-1.313 0.203-0.734 0.109-1.156 0.187-1.234 0.266-0.141 0.141-0.234 0.344-0.234 0.641 0 0.203 0.031 0.516 0.047 0.906 0 0 0.125 0.281 0.344 6.188 0.078 2.359-0.078 3.953-0.234 4.75s-0.375 1.437-0.641 1.906c-0.406 0.688-1 1.328-1.75 1.922-0.766 0.578-1.703 1.047-2.844 1.391s-2.469 0.516-3.984 0.516c-1.719 0-3.203-0.234-4.438-0.719s-2.172-1.125-2.797-1.906-1.062-1.797-1.297-3.047c-0.172-0.859-0.25-2.094-0.25-3.703v-5.203c0-1.969-0.094-3.078-0.266-3.328-0.25-0.359-1.016-0.578-2.297-0.609zM24 25.5v-1c0-0.281-0.219-0.5-0.5-0.5h-23c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h23c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-table\" viewBox=\"0 0 26 28\">\n<title>table</title>\n<path d=\"M8 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM26 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magic\" viewBox=\"0 0 26 28\">\n<title>magic</title>\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-truck\" viewBox=\"0 0 29 28\">\n<title>truck</title>\n<path d=\"M10 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM4 14h6v-4h-2.469c-0.063 0-0.297 0.094-0.344 0.141l-3.047 3.047c-0.047 0.047-0.141 0.281-0.141 0.344v0.469zM24 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM28 5v16c0 1.156-1.219 1-2 1 0 2.203-1.797 4-4 4s-4-1.797-4-4h-6c0 2.203-1.797 4-4 4s-4-1.797-4-4h-1c-0.781 0-2 0.156-2-1 0-0.547 0.453-1 1-1v-5c0-1.109-0.156-2.344 0.703-3.203l3.094-3.094c0.391-0.391 1.141-0.703 1.703-0.703h2.5v-3c0-0.547 0.453-1 1-1h16c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest\" viewBox=\"0 0 24 28\">\n<title>pinterest</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12-1.188 0-2.312-0.172-3.406-0.5 0.453-0.719 0.969-1.641 1.219-2.562 0 0 0.141-0.531 0.844-3.297 0.406 0.797 1.625 1.5 2.922 1.5 3.859 0 6.484-3.516 6.484-8.234 0-3.547-3.016-6.875-7.609-6.875-5.688 0-8.563 4.094-8.563 7.5 0 2.063 0.781 3.906 2.453 4.594 0.266 0.109 0.516 0 0.594-0.313 0.063-0.203 0.187-0.734 0.25-0.953 0.078-0.313 0.047-0.406-0.172-0.672-0.484-0.578-0.797-1.313-0.797-2.359 0-3.031 2.266-5.75 5.906-5.75 3.219 0 5 1.969 5 4.609 0 3.453-1.531 6.375-3.813 6.375-1.25 0-2.188-1.031-1.891-2.312 0.359-1.516 1.062-3.156 1.062-4.25 0-0.984-0.531-1.813-1.625-1.813-1.281 0-2.312 1.328-2.312 3.109 0 0 0 1.141 0.391 1.906-1.313 5.563-1.547 6.531-1.547 6.531-0.219 0.906-0.234 1.922-0.203 2.766-4.234-1.859-7.187-6.078-7.187-11 0-6.625 5.375-12 12-12s12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-square\" viewBox=\"0 0 24 28\">\n<title>pinterest-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-11.328c0.516-0.734 1.359-2 1.687-3.281 0 0 0.141-0.531 0.828-3.266 0.422 0.797 1.625 1.484 2.906 1.484 3.813 0 6.406-3.484 6.406-8.141 0-3.516-2.984-6.797-7.516-6.797-5.641 0-8.484 4.047-8.484 7.422 0 2.031 0.781 3.844 2.438 4.531 0.266 0.109 0.516 0 0.594-0.297 0.047-0.203 0.172-0.734 0.234-0.953 0.078-0.297 0.047-0.406-0.172-0.656-0.469-0.578-0.781-1.297-0.781-2.344 0-3 2.25-5.672 5.844-5.672 3.187 0 4.937 1.937 4.937 4.547 0 3.422-1.516 6.312-3.766 6.312-1.234 0-2.172-1.031-1.875-2.297 0.359-1.5 1.047-3.125 1.047-4.203 0-0.969-0.516-1.781-1.594-1.781-1.266 0-2.281 1.313-2.281 3.063 0 0 0 1.125 0.375 1.891-1.297 5.5-1.531 6.469-1.531 6.469-0.344 1.437-0.203 3.109-0.109 3.969h-2.859c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-square\" viewBox=\"0 0 24 28\">\n<title>google-plus-square</title>\n<path d=\"M14.328 14.141c0-0.391-0.047-0.703-0.094-1h-5.656v2.063h3.391c-0.125 0.875-1.016 2.578-3.391 2.578-2.063 0-3.734-1.687-3.734-3.781s1.672-3.781 3.734-3.781c1.156 0 1.937 0.484 2.391 0.922l1.625-1.578c-1.047-0.969-2.406-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus\" viewBox=\"0 0 36 28\">\n<title>google-plus</title>\n<path d=\"M22.453 14.266c0 6.547-4.391 11.188-11 11.188-6.328 0-11.453-5.125-11.453-11.453s5.125-11.453 11.453-11.453c3.094 0 5.672 1.125 7.672 3l-3.109 2.984c-0.844-0.812-2.328-1.766-4.562-1.766-3.906 0-7.094 3.234-7.094 7.234s3.187 7.234 7.094 7.234c4.531 0 6.234-3.266 6.5-4.937h-6.5v-3.938h10.813c0.109 0.578 0.187 1.156 0.187 1.906zM36 12.359v3.281h-3.266v3.266h-3.281v-3.266h-3.266v-3.281h3.266v-3.266h3.281v3.266h3.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-money\" viewBox=\"0 0 30 28\">\n<title>money</title>\n<path d=\"M12 18h6v-1.5h-2v-7h-1.781l-2.312 2.141 1.203 1.25c0.375-0.328 0.609-0.5 0.859-0.891h0.031v4.5h-2v1.5zM20 14c0 2.844-1.719 6.5-5 6.5s-5-3.656-5-6.5 1.719-6.5 5-6.5 5 3.656 5 6.5zM28 18v-8c-2.203 0-4-1.797-4-4h-18c0 2.203-1.797 4-4 4v8c2.203 0 4 1.797 4 4h18c0-2.203 1.797-4 4-4zM30 5v18c0 0.547-0.453 1-1 1h-28c-0.547 0-1-0.453-1-1v-18c0-0.547 0.453-1 1-1h28c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-down\" viewBox=\"0 0 16 28\">\n<title>caret-down</title>\n<path d=\"M16 11c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-up\" viewBox=\"0 0 16 28\">\n<title>caret-up</title>\n<path d=\"M16 19c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-left\" viewBox=\"0 0 11 28\">\n<title>caret-left</title>\n<path d=\"M10 7v14c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-right\" viewBox=\"0 0 9 28\">\n<title>caret-right</title>\n<path d=\"M9 14c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-14c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-columns\" viewBox=\"0 0 26 28\">\n<title>columns</title>\n<path d=\"M2.5 24h9.5v-18h-10v17.5c0 0.266 0.234 0.5 0.5 0.5zM24 23.5v-17.5h-10v18h9.5c0.266 0 0.5-0.234 0.5-0.5zM26 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort\" viewBox=\"0 0 16 28\">\n<title>sort</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-desc\" viewBox=\"0 0 16 28\">\n<title>sort-desc</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-asc\" viewBox=\"0 0 16 28\">\n<title>sort-asc</title>\n<path d=\"M16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope\" viewBox=\"0 0 28 28\">\n<title>envelope</title>\n<path d=\"M28 11.094v12.406c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-12.406c0.469 0.516 1 0.969 1.578 1.359 2.594 1.766 5.219 3.531 7.766 5.391 1.313 0.969 2.938 2.156 4.641 2.156h0.031c1.703 0 3.328-1.188 4.641-2.156 2.547-1.844 5.172-3.625 7.781-5.391 0.562-0.391 1.094-0.844 1.563-1.359zM28 6.5c0 1.75-1.297 3.328-2.672 4.281-2.438 1.687-4.891 3.375-7.313 5.078-1.016 0.703-2.734 2.141-4 2.141h-0.031c-1.266 0-2.984-1.437-4-2.141-2.422-1.703-4.875-3.391-7.297-5.078-1.109-0.75-2.688-2.516-2.688-3.938 0-1.531 0.828-2.844 2.5-2.844h23c1.359 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin\" viewBox=\"0 0 24 28\">\n<title>linkedin</title>\n<path d=\"M5.453 9.766v15.484h-5.156v-15.484h5.156zM5.781 4.984c0.016 1.484-1.109 2.672-2.906 2.672v0h-0.031c-1.734 0-2.844-1.188-2.844-2.672 0-1.516 1.156-2.672 2.906-2.672 1.766 0 2.859 1.156 2.875 2.672zM24 16.375v8.875h-5.141v-8.281c0-2.078-0.75-3.5-2.609-3.5-1.422 0-2.266 0.953-2.641 1.875-0.125 0.344-0.172 0.797-0.172 1.266v8.641h-5.141c0.063-14.031 0-15.484 0-15.484h5.141v2.25h-0.031c0.672-1.062 1.891-2.609 4.672-2.609 3.391 0 5.922 2.219 5.922 6.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rotate-left\" viewBox=\"0 0 24 28\">\n<title>rotate-left</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gavel\" viewBox=\"0 0 28 28\">\n<title>gavel</title>\n<path d=\"M27.672 24c0 0.531-0.219 1.047-0.578 1.406l-1.672 1.687c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-5.672-5.688c-0.375-0.359-0.594-0.875-0.594-1.406 0-0.594 0.25-1.078 0.672-1.5l-4-4-1.969 1.969c-0.141 0.141-0.328 0.219-0.531 0.219s-0.391-0.078-0.531-0.219c0.469 0.469 0.906 0.812 0.906 1.531 0 0.406-0.156 0.766-0.438 1.062-0.531 0.562-1.094 1.313-1.937 1.313-0.391 0-0.781-0.156-1.062-0.438l-6.375-6.375c-0.281-0.281-0.438-0.672-0.438-1.062 0-0.844 0.75-1.406 1.313-1.937 0.297-0.281 0.656-0.438 1.062-0.438 0.719 0 1.062 0.438 1.531 0.906-0.141-0.141-0.219-0.328-0.219-0.531s0.078-0.391 0.219-0.531l5.437-5.437c0.141-0.141 0.328-0.219 0.531-0.219s0.391 0.078 0.531 0.219c-0.469-0.469-0.906-0.812-0.906-1.531 0-0.406 0.156-0.766 0.438-1.062 0.531-0.562 1.094-1.313 1.937-1.313 0.391 0 0.781 0.156 1.062 0.438l6.375 6.375c0.281 0.281 0.438 0.672 0.438 1.062 0 0.844-0.75 1.406-1.313 1.937-0.297 0.281-0.656 0.438-1.062 0.438-0.719 0-1.062-0.438-1.531-0.906 0.141 0.141 0.219 0.328 0.219 0.531s-0.078 0.391-0.219 0.531l-1.969 1.969 4 4c0.422-0.422 0.906-0.672 1.5-0.672 0.531 0 1.047 0.219 1.422 0.578l5.672 5.672c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashboard\" viewBox=\"0 0 28 28\">\n<title>dashboard</title>\n<path d=\"M6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM9 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM15.687 18.516l1.578-5.969c0.125-0.531-0.187-1.078-0.719-1.219v0c-0.531-0.141-1.078 0.187-1.219 0.719l-1.578 5.969c-1.234 0.094-2.312 0.953-2.656 2.219-0.422 1.609 0.547 3.25 2.141 3.672 1.609 0.422 3.25-0.547 3.672-2.141 0.328-1.266-0.203-2.547-1.219-3.25zM26 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 18c0 2.688-0.766 5.281-2.203 7.547-0.187 0.281-0.5 0.453-0.844 0.453h-21.906c-0.344 0-0.656-0.172-0.844-0.453-1.437-2.25-2.203-4.859-2.203-7.547 0-7.719 6.281-14 14-14s14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment-o\" viewBox=\"0 0 28 28\">\n<title>comment-o</title>\n<path d=\"M14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.531 6.266-10 14-10v0c7.734 0 14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments-o\" viewBox=\"0 0 28 28\">\n<title>comments-o</title>\n<path d=\"M11 6c-4.875 0-9 2.75-9 6 0 1.719 1.156 3.375 3.156 4.531l1.516 0.875-0.547 1.313c0.328-0.187 0.656-0.391 0.969-0.609l0.688-0.484 0.828 0.156c0.781 0.141 1.578 0.219 2.391 0.219 4.875 0 9-2.75 9-6s-4.125-6-9-6zM11 4c6.078 0 11 3.578 11 8s-4.922 8-11 8c-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8zM23.844 22.266c0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375 0 2.547-1.625 4.797-4.156 6.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bolt\" viewBox=\"0 0 14 28\">\n<title>bolt</title>\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sitemap\" viewBox=\"0 0 28 28\">\n<title>sitemap</title>\n<path d=\"M28 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3c0-1.094 0.906-2 2-2h8v-3h-1.5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-1.5v3h8c1.094 0 2 0.906 2 2v3h1.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-umbrella\" viewBox=\"0 0 26 28\">\n<title>umbrella</title>\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clipboard\" viewBox=\"0 0 28 28\">\n<title>clipboard</title>\n<path d=\"M12 26h14v-10h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6v18zM16 3.5v-1c0-0.266-0.234-0.5-0.5-0.5h-11c-0.266 0-0.5 0.234-0.5 0.5v1c0 0.266 0.234 0.5 0.5 0.5h11c0.266 0 0.5-0.234 0.5-0.5zM20 14h4.672l-4.672-4.672v4.672zM28 16v10.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h17c0.828 0 1.5 0.672 1.5 1.5v5.125c0.203 0.125 0.391 0.266 0.562 0.437l6.375 6.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lightbulb-o\" viewBox=\"0 0 16 28\">\n<title>lightbulb-o</title>\n<path d=\"M11.5 9c0 0.266-0.234 0.5-0.5 0.5s-0.5-0.234-0.5-0.5c0-1.078-1.672-1.5-2.5-1.5-0.266 0-0.5-0.234-0.5-0.5s0.234-0.5 0.5-0.5c1.453 0 3.5 0.766 3.5 2.5zM14 9c0-3.125-3.172-5-6-5s-6 1.875-6 5c0 1 0.406 2.047 1.062 2.812 0.297 0.344 0.641 0.672 0.953 1.031 1.109 1.328 2.047 2.891 2.203 4.656h3.563c0.156-1.766 1.094-3.328 2.203-4.656 0.313-0.359 0.656-0.688 0.953-1.031 0.656-0.766 1.062-1.813 1.062-2.812zM16 9c0 1.609-0.531 3-1.609 4.188s-2.5 2.859-2.625 4.531c0.453 0.266 0.734 0.766 0.734 1.281 0 0.375-0.141 0.734-0.391 1 0.25 0.266 0.391 0.625 0.391 1 0 0.516-0.266 0.984-0.703 1.266 0.125 0.219 0.203 0.484 0.203 0.734 0 1.016-0.797 1.5-1.703 1.5-0.406 0.906-1.313 1.5-2.297 1.5s-1.891-0.594-2.297-1.5c-0.906 0-1.703-0.484-1.703-1.5 0-0.25 0.078-0.516 0.203-0.734-0.438-0.281-0.703-0.75-0.703-1.266 0-0.375 0.141-0.734 0.391-1-0.25-0.266-0.391-0.625-0.391-1 0-0.516 0.281-1.016 0.734-1.281-0.125-1.672-1.547-3.344-2.625-4.531s-1.609-2.578-1.609-4.188c0-4.25 4.047-7 8-7s8 2.75 8 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exchange\" viewBox=\"0 0 28 28\">\n<title>exchange</title>\n<path d=\"M28 18.5v3c0 0.266-0.234 0.5-0.5 0.5h-21.5v3c0 0.266-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-5c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.219 0.5 0.5v3h21.5c0.266 0 0.5 0.219 0.5 0.5zM28 10c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-21.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-download\" viewBox=\"0 0 30 28\">\n<title>cloud-download</title>\n<path d=\"M20 14.5c0-0.281-0.219-0.5-0.5-0.5h-3.5v-5.5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5.5h-3.5c-0.281 0-0.5 0.234-0.5 0.5 0 0.125 0.047 0.266 0.141 0.359l5.5 5.5c0.094 0.094 0.219 0.141 0.359 0.141 0.125 0 0.266-0.047 0.359-0.141l5.484-5.484c0.094-0.109 0.156-0.234 0.156-0.375zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-upload\" viewBox=\"0 0 30 28\">\n<title>cloud-upload</title>\n<path d=\"M20 13.5c0-0.125-0.047-0.266-0.141-0.359l-5.5-5.5c-0.094-0.094-0.219-0.141-0.359-0.141-0.125 0-0.266 0.047-0.359 0.141l-5.484 5.484c-0.094 0.109-0.156 0.234-0.156 0.375 0 0.281 0.219 0.5 0.5 0.5h3.5v5.5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5v-5.5h3.5c0.281 0 0.5-0.234 0.5-0.5zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-md\" viewBox=\"0 0 22 28\">\n<title>user-md</title>\n<path d=\"M6 21c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.109 0.625-8.016 4.344-8.828-0.25 0.594-0.344 1.234-0.344 1.875v3.172c-1.203 0.422-2 1.563-2 2.828 0 1.656 1.344 3 3 3s3-1.344 3-3c0-1.266-0.812-2.406-2-2.828v-3.172c0-0.516 0.047-1.031 0.391-1.453 1.313 1.031 2.938 1.625 4.609 1.625s3.297-0.594 4.609-1.625c0.344 0.422 0.391 0.938 0.391 1.453v1c-2.203 0-4 1.797-4 4v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.094 0.906-2 2-2s2 0.906 2 2v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.422-0.766-2.75-2-3.453 0-1.141 0.109-2.359-0.344-3.422 3.719 0.812 4.344 5.719 4.344 8.828zM17 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stethoscope\" viewBox=\"0 0 22 28\">\n<title>stethoscope</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 11c0 1.313-0.828 2.406-2 2.828v6.172c0 3.313-3.141 6-7 6s-7-2.688-7-6v-2.063c-3.391-0.422-6-2.922-6-5.938v-8c0-0.547 0.453-1 1-1 0.094 0 0.172 0.016 0.25 0.031 0.344-0.609 1-1.031 1.75-1.031 1.109 0 2 0.891 2 2s-0.891 2-2 2c-0.359 0-0.703-0.109-1-0.281v6.281c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.281c-0.297 0.172-0.641 0.281-1 0.281-1.109 0-2-0.891-2-2s0.891-2 2-2c0.75 0 1.406 0.422 1.75 1.031 0.078-0.016 0.156-0.031 0.25-0.031 0.547 0 1 0.453 1 1v8c0 3.016-2.609 5.516-6 5.938v2.063c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.172c-1.172-0.422-2-1.516-2-2.828 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-suitcase\" viewBox=\"0 0 28 28\">\n<title>suitcase</title>\n<path d=\"M10 6h8v-2h-8v2zM4.5 6v20h-1c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h1zM22 6v20h-16v-20h2v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-1v-20h1c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell\" viewBox=\"0 0 28 28\">\n<title>bell</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-coffee\" viewBox=\"0 0 29 28\">\n<title>coffee</title>\n<path d=\"M26 10c0-1.656-1.344-3-3-3h-1v6h1c1.656 0 3-1.344 3-3zM0 22h28c0 2.203-1.797 4-4 4h-20c-2.203 0-4-1.797-4-4zM29 10c0 3.313-2.688 6-6 6h-1v0.5c0 1.922-1.578 3.5-3.5 3.5h-11c-1.922 0-3.5-1.578-3.5-3.5v-11.5c0-0.547 0.453-1 1-1h18c3.313 0 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cutlery\" viewBox=\"0 0 22 28\">\n<title>cutlery</title>\n<path d=\"M10 1v10c0 1.266-0.812 2.406-2 2.828v12.172c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-12.172c-1.188-0.422-2-1.563-2-2.828v-10c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1zM22 1v25c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-8h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-12.5c0-2.75 2.25-5 5-5h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text-o\" viewBox=\"0 0 24 28\">\n<title>file-text-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6 12.5c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1zM17.5 16c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11zM17.5 20c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building-o\" viewBox=\"0 0 22 28\">\n<title>building-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-24h-18v24h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM22 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hospital-o\" viewBox=\"0 0 22 28\">\n<title>hospital-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-18h-4v0.5c0 0.828-0.672 1.5-1.5 1.5h-7c-0.828 0-1.5-0.672-1.5-1.5v-0.5h-4v18h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM14 7.5v-5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v1.5h-2v-1.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5v-1.5h2v1.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM22 7v20c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-20c0-0.547 0.453-1 1-1h5v-4.5c0-0.828 0.672-1.5 1.5-1.5h7c0.828 0 1.5 0.672 1.5 1.5v4.5h5c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ambulance\" viewBox=\"0 0 31 28\">\n<title>ambulance</title>\n<path d=\"M10 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM4 14h6v-4h-2.469c-0.094 0.016-0.266 0.078-0.344 0.141l-3.047 3.047c-0.047 0.078-0.125 0.25-0.141 0.344v0.469zM24 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 11.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM30 3v18c0 0.547-0.453 1-1 1h-3c0 2.203-1.781 4-4 4-2.203 0-4-1.797-4-4h-6c0 2.203-1.781 4-4 4s-4-1.797-4-4h-2c-0.547 0-1-0.453-1-1s0.453-1 1-1v-6.5c0-0.547 0.313-1.313 0.703-1.703l3.094-3.094c0.391-0.391 1.156-0.703 1.703-0.703h2.5v-5c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medkit\" viewBox=\"0 0 28 28\">\n<title>medkit</title>\n<path d=\"M20 17.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM10 6h8v-2h-8v2zM4 6v20h-0.5c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h0.5zM22.5 6v20h-17v-20h2.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2.5zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-0.5v-20h0.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fighter-jet\" viewBox=\"0 0 30 28\">\n<title>fighter-jet</title>\n<path d=\"M30 15c0 0 0 0.5-4.5 1.5l-5.5 0.5-3.5 1h-1l-4.578 5.5h1.078c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-5v-0.5h1v-6.5h-2.5l-3 3.5h-1.5l-0.5-0.5v-3h0.5v-0.5h2v-0.125l-3-0.375v-2l3-0.375v-0.125h-2v-0.5h-0.5v-3l0.5-0.5h1.5l3 3.5h2.5v-6.5h-1v-0.5h5c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-1.078l4.578 5.5h1l3.5 1 5.5 0.5c4.5 1 4.5 1.5 4.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-beer\" viewBox=\"0 0 27 28\">\n<title>beer</title>\n<path d=\"M10 14v-6h-4v4c0 1.109 0.891 2 2 2h2zM26 21v3h-18v-3l2-3h-2c-3.313 0-6-2.688-6-6v-5l-1-1 0.5-2h7.5l0.5-2h15l0.5 3-1 0.5v12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-h-square\" viewBox=\"0 0 24 28\">\n<title>h-square</title>\n<path d=\"M20 21v-14c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-8v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v14c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h8v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square\" viewBox=\"0 0 24 28\">\n<title>plus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-5v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-5c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h5v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h5c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-left\" viewBox=\"0 0 17 28\">\n<title>angle-double-left</title>\n<path d=\"M9.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359zM15.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-right\" viewBox=\"0 0 15 28\">\n<title>angle-double-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM15.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-up\" viewBox=\"0 0 18 28\">\n<title>angle-double-up</title>\n<path d=\"M16.797 20.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 14.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-down\" viewBox=\"0 0 18 28\">\n<title>angle-double-down</title>\n<path d=\"M16.797 13.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 7.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-left\" viewBox=\"0 0 11 28\">\n<title>angle-left</title>\n<path d=\"M9.797 8.5c0 0.125-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.219 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-right\" viewBox=\"0 0 9 28\">\n<title>angle-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359 0-0.125 0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-up\" viewBox=\"0 0 18 28\">\n<title>angle-up</title>\n<path d=\"M16.797 18.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-down\" viewBox=\"0 0 18 28\">\n<title>angle-down</title>\n<path d=\"M16.797 11.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-desktop\" viewBox=\"0 0 30 28\">\n<title>desktop</title>\n<path d=\"M28 15.5v-13c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-8.5c0 1.328 1 2.453 1 3s-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1 0-0.578 1-1.641 1-3h-8.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-laptop\" viewBox=\"0 0 30 28\">\n<title>laptop</title>\n<path d=\"M6.5 20c-1.375 0-2.5-1.125-2.5-2.5v-11c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5v11c0 1.375-1.125 2.5-2.5 2.5h-17zM6 6.5v11c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5v-11c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5zM27.5 21h2.5v1.5c0 0.828-1.125 1.5-2.5 1.5h-25c-1.375 0-2.5-0.672-2.5-1.5v-1.5h27.5zM16.25 22.5c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tablet\" viewBox=\"0 0 18 28\">\n<title>tablet</title>\n<path d=\"M10 22c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-13c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h13c0.266 0 0.5-0.234 0.5-0.5zM18 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-13c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h13c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mobile\" viewBox=\"0 0 12 28\">\n<title>mobile</title>\n<path d=\"M7.25 22c0-0.688-0.562-1.25-1.25-1.25s-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25 1.25-0.562 1.25-1.25zM10.5 19.5v-11c0-0.266-0.234-0.5-0.5-0.5h-8c-0.266 0-0.5 0.234-0.5 0.5v11c0 0.266 0.234 0.5 0.5 0.5h8c0.266 0 0.5-0.234 0.5-0.5zM7.5 6.25c0-0.141-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5c0.141 0 0.25-0.109 0.25-0.25zM12 6v16c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-16c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o\" viewBox=\"0 0 24 28\">\n<title>circle-o</title>\n<path d=\"M12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-left\" viewBox=\"0 0 26 28\">\n<title>quote-left</title>\n<path d=\"M12 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3zM26 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-right\" viewBox=\"0 0 26 28\">\n<title>quote-right</title>\n<path d=\"M12 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3zM26 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spinner\" viewBox=\"0 0 28 28\">\n<title>spinner</title>\n<path d=\"M8.219 21.781c0 1.094-0.891 2-2 2-1.094 0-2-0.906-2-2 0-1.109 0.906-2 2-2 1.109 0 2 0.891 2 2zM16 25c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM5 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM23.781 21.781c0 1.094-0.906 2-2 2-1.109 0-2-0.906-2-2 0-1.109 0.891-2 2-2 1.094 0 2 0.891 2 2zM8.719 6.219c0 1.375-1.125 2.5-2.5 2.5s-2.5-1.125-2.5-2.5 1.125-2.5 2.5-2.5 2.5 1.125 2.5 2.5zM27 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM17 3c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM25.281 6.219c0 1.937-1.578 3.5-3.5 3.5-1.937 0-3.5-1.563-3.5-3.5 0-1.922 1.563-3.5 3.5-3.5 1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle\" viewBox=\"0 0 24 28\">\n<title>circle</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply\" viewBox=\"0 0 28 28\">\n<title>mail-reply</title>\n<path d=\"M28 17.5c0 2.188-1.094 5.047-1.984 7.047-0.172 0.359-0.344 0.859-0.578 1.188-0.109 0.156-0.219 0.266-0.438 0.266-0.313 0-0.5-0.25-0.5-0.547 0-0.25 0.063-0.531 0.078-0.781 0.047-0.641 0.078-1.281 0.078-1.922 0-7.453-4.422-8.75-11.156-8.75h-3.5v4c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-8-8c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l8-8c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v4h3.5c5.125 0 11.5 0.906 13.672 6.297 0.656 1.656 0.828 3.453 0.828 5.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-alt\" viewBox=\"0 0 26 28\">\n<title>github-alt</title>\n<path d=\"M10 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM20 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM22.5 19c0-2.391-1.453-4.5-4-4.5-1.031 0-2.016 0.187-3.047 0.328-0.812 0.125-1.625 0.172-2.453 0.172s-1.641-0.047-2.453-0.172c-1.016-0.141-2.016-0.328-3.047-0.328-2.547 0-4 2.109-4 4.5 0 4.781 4.375 5.516 8.188 5.516h2.625c3.813 0 8.188-0.734 8.188-5.516zM26 16.25c0 1.734-0.172 3.578-0.953 5.172-2.063 4.172-7.734 4.578-11.797 4.578-4.125 0-10.141-0.359-12.281-4.578-0.797-1.578-0.969-3.437-0.969-5.172 0-2.281 0.625-4.438 2.125-6.188-0.281-0.859-0.422-1.766-0.422-2.656 0-1.172 0.266-2.344 0.797-3.406 2.469 0 4.047 1.078 5.922 2.547 1.578-0.375 3.203-0.547 4.828-0.547 1.469 0 2.953 0.156 4.375 0.5 1.859-1.453 3.437-2.5 5.875-2.5 0.531 1.062 0.797 2.234 0.797 3.406 0 0.891-0.141 1.781-0.422 2.625 1.5 1.766 2.125 3.938 2.125 6.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-o\" viewBox=\"0 0 26 28\">\n<title>folder-o</title>\n<path d=\"M24 20.5v-11c0-0.828-0.672-1.5-1.5-1.5h-11c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v15c0 0.828 0.672 1.5 1.5 1.5h19c0.828 0 1.5-0.672 1.5-1.5zM26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open-o\" viewBox=\"0 0 30 28\">\n<title>folder-open-o</title>\n<path d=\"M27.828 14.547c0-0.438-0.484-0.547-0.828-0.547h-17c-0.828 0-1.922 0.516-2.453 1.156l-4.594 5.672c-0.141 0.187-0.281 0.391-0.281 0.625 0 0.438 0.484 0.547 0.828 0.547h17c0.828 0 1.922-0.516 2.453-1.172l4.594-5.672c0.141-0.172 0.281-0.375 0.281-0.609zM10 12h12v-2.5c0-0.828-0.672-1.5-1.5-1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v13.328l4-4.922c0.906-1.109 2.578-1.906 4-1.906zM29.828 14.547c0 0.688-0.297 1.344-0.719 1.875l-4.609 5.672c-0.891 1.094-2.594 1.906-4 1.906h-17c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5v2.5h3c1.062 0 2.125 0.484 2.594 1.484 0.156 0.328 0.234 0.688 0.234 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-smile-o\" viewBox=\"0 0 24 28\">\n<title>smile-o</title>\n<path d=\"M17.719 16.797c-0.781 2.516-3.078 4.203-5.719 4.203s-4.937-1.687-5.719-4.203c-0.172-0.531 0.125-1.078 0.656-1.25 0.516-0.172 1.078 0.125 1.25 0.656 0.516 1.672 2.063 2.797 3.813 2.797s3.297-1.125 3.813-2.797c0.172-0.531 0.734-0.828 1.266-0.656 0.516 0.172 0.812 0.719 0.641 1.25zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-frown-o\" viewBox=\"0 0 24 28\">\n<title>frown-o</title>\n<path d=\"M17.719 19.203c0.172 0.531-0.125 1.078-0.641 1.25-0.531 0.172-1.094-0.125-1.266-0.656-0.516-1.672-2.063-2.797-3.813-2.797s-3.297 1.125-3.813 2.797c-0.172 0.531-0.734 0.828-1.25 0.656-0.531-0.172-0.828-0.719-0.656-1.25 0.781-2.516 3.078-4.203 5.719-4.203s4.937 1.687 5.719 4.203zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meh-o\" viewBox=\"0 0 24 28\">\n<title>meh-o</title>\n<path d=\"M18 17c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h10c0.547 0 1 0.453 1 1zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gamepad\" viewBox=\"0 0 30 28\">\n<title>gamepad</title>\n<path d=\"M13 17v-2c0-0.281-0.219-0.5-0.5-0.5h-3v-3c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v3h-3c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h3v3c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5v-3h3c0.281 0 0.5-0.219 0.5-0.5zM22 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM30 16c0 4.422-3.578 8-8 8-2.031 0-3.875-0.766-5.281-2h-3.437c-1.406 1.234-3.25 2-5.281 2-4.422 0-8-3.578-8-8s3.578-8 8-8h14c4.422 0 8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-keyboard-o\" viewBox=\"0 0 30 28\">\n<title>keyboard-o</title>\n<path d=\"M6 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM8 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h3.5c0.141 0 0.25 0.109 0.25 0.25zM6 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-13.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h13.5c0.141 0 0.25 0.109 0.25 0.25zM12 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM10 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM16 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM14 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM20 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM18 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 10.25v5.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.75v-3.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM28 22v-14h-26v14h26zM30 8v14c0 1.109-0.891 2-2 2h-26c-1.109 0-2-0.891-2-2v-14c0-1.109 0.891-2 2-2h26c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-o\" viewBox=\"0 0 29 28\">\n<title>flag-o</title>\n<path d=\"M26 16.328v-9.625c-1.25 0.672-3 1.422-4.781 1.422v0c-0.828 0-1.594-0.156-2.266-0.5-1.672-0.828-3.484-1.625-5.656-1.625-2.016 0-4.484 0.984-6.297 1.984v9.359c2.063-0.953 4.688-1.766 6.766-1.766 2.406 0 3.969 0.797 5.641 1.625l0.438 0.219c0.438 0.219 0.969 0.344 1.578 0.344 1.734 0 3.609-0.922 4.578-1.437zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-checkered\" viewBox=\"0 0 29 28\">\n<title>flag-checkered</title>\n<path d=\"M13 15.625v-3c-1.906 0.172-4.203 0.938-6 1.828v2.891c1.813-0.844 4.062-1.563 6-1.719zM13 9.094v-3.078c-1.969 0.094-4.281 1.016-6 1.969v2.953c1.844-0.953 4.062-1.766 6-1.844zM26 16.328v-2.875c-1.422 0.703-3.906 1.75-6 1.109v-3.5c-0.203-0.063-0.406-0.141-0.609-0.234-1.797-0.906-3.266-1.75-5.625-1.75-0.25 0-0.5 0.016-0.766 0.047v3.469h0.297c2.359 0 4.297 0.844 6.094 1.734 0.203 0.094 0.406 0.172 0.609 0.234v2.938c0.422 0.172 0.891 0.266 1.422 0.266 1.734 0 3.609-0.922 4.578-1.437zM26 9.656v-2.953c-1.25 0.672-3 1.422-4.781 1.422v0c-0.422 0-0.828-0.031-1.219-0.125v3.063c2.094 0.594 4.578-0.609 6-1.406zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-terminal\" viewBox=\"0 0 26 28\">\n<title>terminal</title>\n<path d=\"M9.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719zM26 22.5v1c0 0.281-0.219 0.5-0.5 0.5h-15c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h15c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code\" viewBox=\"0 0 30 28\">\n<title>code</title>\n<path d=\"M9.641 21.859l-0.781 0.781c-0.203 0.203-0.516 0.203-0.719 0l-7.281-7.281c-0.203-0.203-0.203-0.516 0-0.719l7.281-7.281c0.203-0.203 0.516-0.203 0.719 0l0.781 0.781c0.203 0.203 0.203 0.516 0 0.719l-6.141 6.141 6.141 6.141c0.203 0.203 0.203 0.516 0 0.719zM18.875 5.187l-5.828 20.172c-0.078 0.266-0.359 0.422-0.609 0.344l-0.969-0.266c-0.266-0.078-0.422-0.359-0.344-0.625l5.828-20.172c0.078-0.266 0.359-0.422 0.609-0.344l0.969 0.266c0.266 0.078 0.422 0.359 0.344 0.625zM29.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply-all\" viewBox=\"0 0 28 28\">\n<title>mail-reply-all</title>\n<path d=\"M10 16.906v1.094c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v1.078l-6.203 6.219c-0.391 0.391-0.391 1.016 0 1.406zM28 17.5c0 3.25-2.453 8.031-2.562 8.234-0.078 0.172-0.25 0.266-0.438 0.266-0.047 0-0.094 0-0.141-0.016-0.234-0.078-0.375-0.297-0.359-0.531 0.453-4.266-0.078-7.078-1.656-8.828-1.328-1.484-3.484-2.281-6.844-2.547v3.922c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v4.094c4.312 0.297 7.391 1.437 9.359 3.453 2.359 2.422 2.641 5.703 2.641 7.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half-empty\" viewBox=\"0 0 26 28\">\n<title>star-half-empty</title>\n<path d=\"M18.531 14.953l4.016-3.906-6.594-0.969-0.469-0.938-2.484-5.031v15.047l0.922 0.484 4.969 2.625-0.938-5.547-0.187-1.031zM25.594 10.859l-5.672 5.531 1.344 7.812c0.109 0.688-0.141 1.094-0.625 1.094-0.172 0-0.391-0.063-0.625-0.187l-7.016-3.687-7.016 3.687c-0.234 0.125-0.453 0.187-0.625 0.187-0.484 0-0.734-0.406-0.625-1.094l1.344-7.812-5.688-5.531c-0.672-0.672-0.453-1.328 0.484-1.469l7.844-1.141 3.516-7.109c0.203-0.422 0.484-0.641 0.766-0.641v0c0.281 0 0.547 0.219 0.766 0.641l3.516 7.109 7.844 1.141c0.938 0.141 1.156 0.797 0.469 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-location-arrow\" viewBox=\"0 0 22 28\">\n<title>location-arrow</title>\n<path d=\"M21.891 5.453l-10 20c-0.172 0.344-0.516 0.547-0.891 0.547-0.078 0-0.156-0.016-0.234-0.031-0.453-0.109-0.766-0.5-0.766-0.969v-9h-9c-0.469 0-0.859-0.313-0.969-0.766s0.109-0.922 0.516-1.125l20-10c0.141-0.078 0.297-0.109 0.453-0.109 0.266 0 0.516 0.094 0.703 0.297 0.313 0.297 0.391 0.766 0.187 1.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crop\" viewBox=\"0 0 26 28\">\n<title>crop</title>\n<path d=\"M8.703 20h9.297v-9.297zM8 19.297l9.297-9.297h-9.297v9.297zM26 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-13.5c-0.281 0-0.5-0.219-0.5-0.5v-13.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v3.5h13.297l3.844-3.859c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719l-3.859 3.844v13.297h3.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code-fork\" viewBox=\"0 0 16 28\">\n<title>code-fork</title>\n<path d=\"M4.5 23c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM4.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM14.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM16 7c0 1.109-0.609 2.078-1.5 2.594-0.047 5.641-4.047 6.891-6.703 7.734-2.484 0.781-3.297 1.156-3.297 2.672v0.406c0.891 0.516 1.5 1.484 1.5 2.594 0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.109 0.609-2.078 1.5-2.594v-12.812c-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3c0 1.109-0.609 2.078-1.5 2.594v7.766c0.797-0.391 1.641-0.656 2.406-0.891 2.906-0.922 4.562-1.609 4.594-4.875-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain-broken\" viewBox=\"0 0 26 28\">\n<title>chain-broken</title>\n<path d=\"M6.859 19.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719zM9.5 20.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM6 17c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM25.75 19c0 1.203-0.469 2.328-1.328 3.172l-2.297 2.281c-0.844 0.844-1.969 1.297-3.172 1.297s-2.344-0.469-3.187-1.328l-5.219-5.234c-0.266-0.266-0.469-0.562-0.656-0.875l3.734-0.281 4.266 4.281c0.562 0.562 1.563 0.578 2.125 0.016l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047 0-0.406-0.156-0.781-0.438-1.062l-4.281-4.297 0.281-3.734c0.313 0.187 0.609 0.391 0.875 0.656l5.25 5.25c0.844 0.859 1.313 1.984 1.313 3.187zM16.109 7.688l-3.734 0.281-4.266-4.281c-0.281-0.281-0.656-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l4.281 4.281-0.281 3.75c-0.313-0.187-0.609-0.391-0.875-0.656l-5.25-5.25c-0.844-0.859-1.313-1.984-1.313-3.187s0.469-2.328 1.328-3.172l2.297-2.281c0.844-0.844 1.969-1.297 3.172-1.297s2.344 0.469 3.187 1.328l5.219 5.234c0.266 0.266 0.469 0.562 0.656 0.875zM26 9c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM17.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM23.859 2.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info\" viewBox=\"0 0 10 28\">\n<title>info</title>\n<path d=\"M10 21v2c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1v-6h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v9h1c0.547 0 1 0.453 1 1zM8 3v3c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation\" viewBox=\"0 0 10 28\">\n<title>exclamation</title>\n<path d=\"M8 19.5v3.5c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3.5c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1zM8.469 3l-0.438 12c-0.016 0.547-0.484 1-1.031 1h-4c-0.547 0-1.016-0.453-1.031-1l-0.438-12c-0.016-0.547 0.422-1 0.969-1h5c0.547 0 0.984 0.453 0.969 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superscript\" viewBox=\"0 0 24 28\">\n<title>superscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM23.969 10.781v3.219h-8.031l-0.047-0.422c-0.031-0.219-0.063-0.516-0.063-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.594 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.516 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.75-5.187 4.062-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subscript\" viewBox=\"0 0 24 28\">\n<title>subscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM24 24.781v3.219h-8.031l-0.063-0.422c-0.016-0.234-0.047-0.516-0.047-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.609 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.531 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.734-5.187 4.047-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eraser\" viewBox=\"0 0 30 28\">\n<title>eraser</title>\n<path d=\"M14 22l5.25-6h-12l-5.25 6h12zM29.828 5.172c0.313 0.719 0.187 1.547-0.328 2.141l-14 16c-0.375 0.438-0.922 0.688-1.5 0.688h-12c-0.781 0-1.5-0.453-1.828-1.172-0.313-0.719-0.187-1.547 0.328-2.141l14-16c0.375-0.438 0.922-0.688 1.5-0.688h12c0.781 0 1.5 0.453 1.828 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-puzzle-piece\" viewBox=\"0 0 26 28\">\n<title>puzzle-piece</title>\n<path d=\"M26 17.156c0 1.609-0.922 2.953-2.625 2.953-1.906 0-2.406-1.734-4.125-1.734-1.25 0-1.719 0.781-1.719 1.937 0 1.219 0.5 2.391 0.484 3.594v0.078c-0.172 0-0.344 0-0.516 0.016-1.609 0.156-3.234 0.469-4.859 0.469-1.109 0-2.266-0.438-2.266-1.719 0-1.719 1.734-2.219 1.734-4.125 0-1.703-1.344-2.625-2.953-2.625-1.641 0-3.156 0.906-3.156 2.703 0 1.984 1.516 2.844 1.516 3.922 0 0.547-0.344 1.031-0.719 1.391-0.484 0.453-1.172 0.547-1.828 0.547-1.281 0-2.562-0.172-3.828-0.375-0.281-0.047-0.578-0.078-0.859-0.125l-0.203-0.031c-0.031-0.016-0.078-0.016-0.078-0.031v-16c0.063 0.047 0.984 0.156 1.141 0.187 1.266 0.203 2.547 0.375 3.828 0.375 0.656 0 1.344-0.094 1.828-0.547 0.375-0.359 0.719-0.844 0.719-1.391 0-1.078-1.516-1.937-1.516-3.922 0-1.797 1.516-2.703 3.172-2.703 1.594 0 2.938 0.922 2.938 2.625 0 1.906-1.734 2.406-1.734 4.125 0 1.281 1.156 1.719 2.266 1.719 1.797 0 3.578-0.406 5.359-0.5v0.031c-0.047 0.063-0.156 0.984-0.187 1.141-0.203 1.266-0.375 2.547-0.375 3.828 0 0.656 0.094 1.344 0.547 1.828 0.359 0.375 0.844 0.719 1.391 0.719 1.078 0 1.937-1.516 3.922-1.516 1.797 0 2.703 1.516 2.703 3.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone\" viewBox=\"0 0 18 28\">\n<title>microphone</title>\n<path d=\"M18 11v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-4.5-0.5-8-4.312-8-8.937v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 3.859 3.141 7 7 7s7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1zM14 5v8c0 2.75-2.25 5-5 5s-5-2.25-5-5v-8c0-2.75 2.25-5 5-5s5 2.25 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone-slash\" viewBox=\"0 0 22 28\">\n<title>microphone-slash</title>\n<path d=\"M4.234 14.766l-1.578 1.578c-0.422-1.031-0.656-2.156-0.656-3.344v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 0.609 0.094 1.203 0.234 1.766zM21.641 5.359l-5.641 5.641v2c0 2.75-2.25 5-5 5-0.594 0-1.172-0.109-1.703-0.297l-1.5 1.5c0.953 0.5 2.047 0.797 3.203 0.797 3.859 0 7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-1.328-0.141-2.578-0.594-3.672-1.266l-3.969 3.969c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l19.281-19.281c0.203-0.203 0.516-0.203 0.719 0l1.281 1.281c0.203 0.203 0.203 0.516 0 0.719zM15.703 3.297l-9.703 9.703v-8c0-2.75 2.25-5 5-5 2.156 0 4 1.391 4.703 3.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shield\" viewBox=\"0 0 20 28\">\n<title>shield</title>\n<path d=\"M17 15v-10h-7v17.766c0.797-0.422 2.078-1.156 3.328-2.141 1.672-1.313 3.672-3.359 3.672-5.625zM20 3v12c0 6.578-9.203 10.734-9.594 10.906-0.125 0.063-0.266 0.094-0.406 0.094s-0.281-0.031-0.406-0.094c-0.391-0.172-9.594-4.328-9.594-10.906v-12c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-o\" viewBox=\"0 0 26 28\">\n<title>calendar-o</title>\n<path d=\"M2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire-extinguisher\" viewBox=\"0 0 22 28\">\n<title>fire-extinguisher</title>\n<path d=\"M8 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 2.5v5c0 0.156-0.063 0.297-0.187 0.391-0.094 0.078-0.203 0.109-0.313 0.109-0.031 0-0.063 0-0.109-0.016l-7-1.5c-0.219-0.047-0.391-0.25-0.391-0.484h-4v1.594c2.281 0.469 4 2.484 4 4.906v12.5c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-12.5c0-2.234 1.469-4.141 3.5-4.766v-1.734h-0.5c-3.313 0-5.094 3.422-5.109 3.453-0.172 0.344-0.531 0.547-0.891 0.547-0.156 0-0.313-0.031-0.453-0.109-0.484-0.25-0.688-0.844-0.438-1.344 0.078-0.156 1.641-3.187 4.781-4.203-0.234-0.391-0.391-0.844-0.391-1.344 0-1.375 1.125-2.5 2.5-2.5s2.5 1.125 2.5 2.5c0 0.359-0.078 0.688-0.219 1h4.719c0-0.234 0.172-0.438 0.391-0.484l7-1.5c0.047-0.016 0.078-0.016 0.109-0.016 0.109 0 0.219 0.031 0.313 0.109 0.125 0.094 0.187 0.234 0.187 0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rocket\" viewBox=\"0 0 26 28\">\n<title>rocket</title>\n<path d=\"M22.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26 2.5c0 5.187-1.437 8.641-5.141 12.359-0.906 0.891-1.937 1.813-3.047 2.75l-0.313 5.922c-0.016 0.156-0.109 0.313-0.25 0.406l-6 3.5c-0.078 0.047-0.156 0.063-0.25 0.063-0.125 0-0.25-0.047-0.359-0.141l-1-1c-0.125-0.141-0.172-0.328-0.125-0.5l1.328-4.312-4.391-4.391-4.312 1.328c-0.047 0.016-0.094 0.016-0.141 0.016-0.125 0-0.266-0.047-0.359-0.141l-1-1c-0.156-0.172-0.187-0.422-0.078-0.609l3.5-6c0.094-0.141 0.25-0.234 0.406-0.25l5.922-0.313c0.938-1.109 1.859-2.141 2.75-3.047 3.906-3.891 6.891-5.141 12.328-5.141 0.281 0 0.531 0.219 0.531 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-maxcdn\" viewBox=\"0 0 28 28\">\n<title>maxcdn</title>\n<path d=\"M27.266 12.078l-2.562 11.922h-5.219l2.781-13c0.125-0.547 0.047-1.047-0.234-1.375-0.266-0.328-0.734-0.516-1.297-0.516h-2.641l-3.187 14.891h-5.219l3.187-14.891h-4.469l-3.187 14.891h-5.219l3.187-14.891-2.391-5.109h19.938c2.109 0 4.031 0.875 5.266 2.406 1.25 1.531 1.703 3.609 1.266 5.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-left\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-left</title>\n<path d=\"M14.203 21.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-4.797-4.797 4.797-4.797c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-right\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-right</title>\n<path d=\"M11.203 21.797l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l4.797 4.797-4.797 4.797c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-up\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-up</title>\n<path d=\"M18.203 17.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l4.797-4.797 4.797 4.797c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-down\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-down</title>\n<path d=\"M12.703 20.297l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-4.797 4.797-4.797-4.797c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-html5\" viewBox=\"0 0 22 28\">\n<title>html5</title>\n<path d=\"M17.656 9.328l0.25-2.734h-13.813l0.734 8.344h9.562l-0.344 3.563-3.078 0.828-3.063-0.828-0.203-2.188h-2.734l0.344 4.344 5.656 1.563h0.063v-0.016l5.609-1.547 0.781-8.5h-10.063l-0.234-2.828h10.531zM0 2h22l-2 22.469-9.031 2.531-8.969-2.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-css3\" viewBox=\"0 0 28 28\">\n<title>css3</title>\n<path d=\"M4.297 2h23.516l-4.156 20.828-12.563 4.172-10.906-4.172 1.109-5.563h4.641l-0.453 2.297 6.594 2.516 7.594-2.516 1.062-5.297h-18.875l0.906-4.641h18.891l0.594-2.984h-18.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-anchor\" viewBox=\"0 0 28 28\">\n<title>anchor</title>\n<path d=\"M15 4c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 18.5v5.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-1.453-1.453c-2.453 2.953-6.859 4.844-11.688 4.844s-9.234-1.891-11.688-4.844l-1.453 1.453c-0.094 0.094-0.234 0.141-0.359 0.141-0.063 0-0.125-0.016-0.187-0.031-0.187-0.078-0.313-0.266-0.313-0.469v-5.5c0-0.281 0.219-0.5 0.5-0.5h5.5c0.203 0 0.391 0.125 0.469 0.313s0.031 0.391-0.109 0.547l-1.563 1.563c1.406 1.891 4.109 3.266 7.203 3.687v-10.109h-3c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h3v-2.547c-1.188-0.688-2-1.969-2-3.453 0-2.203 1.797-4 4-4s4 1.797 4 4c0 1.484-0.812 2.766-2 3.453v2.547h3c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-3v10.109c3.094-0.422 5.797-1.797 7.203-3.687l-1.563-1.563c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h5.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock-alt\" viewBox=\"0 0 18 28\">\n<title>unlock-alt</title>\n<path d=\"M16.5 12c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-5c0-3.859 3.141-7 7-7s7 3.141 7 7c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1 0-2.203-1.797-4-4-4s-4 1.797-4 4v5h11.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullseye\" viewBox=\"0 0 24 28\">\n<title>bullseye</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-h\" viewBox=\"0 0 22 28\">\n<title>ellipsis-h</title>\n<path d=\"M6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM14 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-v\" viewBox=\"0 0 6 28\">\n<title>ellipsis-v</title>\n<path d=\"M6 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rss-square\" viewBox=\"0 0 24 28\">\n<title>rss-square</title>\n<path d=\"M8 20c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM13.484 21.469c-0.266-4.844-4.109-8.687-8.953-8.953-0.141-0.016-0.281 0.047-0.375 0.141s-0.156 0.219-0.156 0.359v2c0 0.266 0.203 0.484 0.469 0.5 3.203 0.234 5.781 2.812 6.016 6.016 0.016 0.266 0.234 0.469 0.5 0.469h2c0.141 0 0.266-0.063 0.359-0.156s0.156-0.234 0.141-0.375zM19.484 21.484c-0.266-8.125-6.844-14.703-14.969-14.969-0.156-0.016-0.266 0.031-0.359 0.141-0.094 0.094-0.156 0.219-0.156 0.359v2c0 0.266 0.219 0.484 0.484 0.5 6.484 0.234 11.766 5.516 12 12 0.016 0.266 0.234 0.484 0.5 0.484h2c0.141 0 0.266-0.063 0.359-0.156 0.109-0.094 0.156-0.219 0.141-0.359zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle\" viewBox=\"0 0 24 28\">\n<title>play-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM18 14.859c0.313-0.172 0.5-0.5 0.5-0.859s-0.187-0.688-0.5-0.859l-8.5-5c-0.297-0.187-0.688-0.187-1-0.016-0.313 0.187-0.5 0.516-0.5 0.875v10c0 0.359 0.187 0.688 0.5 0.875 0.156 0.078 0.328 0.125 0.5 0.125s0.344-0.047 0.5-0.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ticket\" viewBox=\"0 0 28 28\">\n<title>ticket</title>\n<path d=\"M16 7.063l4.937 4.937-8.937 8.937-4.937-4.937zM12.703 22.359l9.656-9.656c0.391-0.391 0.391-1.016 0-1.406l-5.656-5.656c-0.375-0.375-1.031-0.375-1.406 0l-9.656 9.656c-0.391 0.391-0.391 1.016 0 1.406l5.656 5.656c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281zM26.594 12.406l-14.172 14.187c-0.781 0.766-2.063 0.766-2.828 0l-1.969-1.969c1.172-1.172 1.172-3.078 0-4.25s-3.078-1.172-4.25 0l-1.953-1.969c-0.781-0.766-0.781-2.047 0-2.828l14.172-14.156c0.766-0.781 2.047-0.781 2.828 0l1.953 1.953c-1.172 1.172-1.172 3.078 0 4.25s3.078 1.172 4.25 0l1.969 1.953c0.766 0.781 0.766 2.063 0 2.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square\" viewBox=\"0 0 24 28\">\n<title>minus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square-o\" viewBox=\"0 0 22 28\">\n<title>minus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-up\" viewBox=\"0 0 16 28\">\n<title>level-up</title>\n<path d=\"M15.906 9.422c-0.172 0.359-0.516 0.578-0.906 0.578h-3v13.5c0 0.281-0.219 0.5-0.5 0.5h-11c-0.187 0-0.375-0.109-0.453-0.281-0.078-0.187-0.063-0.391 0.063-0.547l2.5-3c0.094-0.109 0.25-0.172 0.391-0.172h5v-10h-3c-0.391 0-0.734-0.219-0.906-0.578-0.156-0.344-0.109-0.766 0.141-1.062l5-6c0.375-0.453 1.156-0.453 1.531 0l5 6c0.25 0.297 0.313 0.719 0.141 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-down\" viewBox=\"0 0 16 28\">\n<title>level-down</title>\n<path d=\"M0.5 4h11c0.281 0 0.5 0.234 0.5 0.516v13.484h3c0.391 0 0.734 0.234 0.906 0.578 0.172 0.359 0.109 0.781-0.141 1.078l-5 6c-0.375 0.453-1.156 0.453-1.531 0l-5-6c-0.25-0.297-0.297-0.719-0.141-1.078 0.172-0.344 0.516-0.578 0.906-0.578h3v-10h-5c-0.141 0-0.281-0.063-0.391-0.172l-2.5-3c-0.125-0.141-0.141-0.359-0.063-0.531s0.266-0.297 0.453-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square\" viewBox=\"0 0 24 28\">\n<title>check-square</title>\n<path d=\"M10.703 20.297l9.594-9.594c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.297 7.297-3.297-3.297c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l5.594 5.594c0.391 0.391 1.016 0.391 1.406 0zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil-square\" viewBox=\"0 0 24 28\">\n<title>pencil-square</title>\n<path d=\"M6.312 17.313l2.375 2.375-0.812 0.812h-0.875v-1.5h-1.5v-0.875zM12.781 11.219c0.125 0.109 0.094 0.328-0.047 0.469l-4.547 4.547c-0.141 0.141-0.359 0.172-0.469 0.047-0.125-0.109-0.094-0.328 0.047-0.469l4.547-4.547c0.141-0.141 0.359-0.172 0.469-0.047zM8.5 22l8.5-8.5-4.5-4.5-8.5 8.5v4.5h4.5zM18 12.5l1.437-1.437c0.578-0.578 0.578-1.547 0-2.125l-2.375-2.375c-0.578-0.578-1.547-0.578-2.125 0l-1.437 1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link-square\" viewBox=\"0 0 24 28\">\n<title>external-link-square</title>\n<path d=\"M20 14.5v-7.5c0-0.547-0.453-1-1-1h-7.5c-0.406 0-0.766 0.25-0.922 0.609-0.156 0.375-0.078 0.812 0.219 1.094l2.25 2.25-8.344 8.344c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l8.344-8.344 2.25 2.25c0.187 0.203 0.438 0.297 0.703 0.297 0.125 0 0.266-0.031 0.391-0.078 0.359-0.156 0.609-0.516 0.609-0.922zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square\" viewBox=\"0 0 24 28\">\n<title>share-square</title>\n<path d=\"M15.703 17.203l5.5-5.5c0.391-0.391 0.391-1.016 0-1.406l-5.5-5.5c-0.281-0.297-0.719-0.375-1.078-0.219-0.375 0.156-0.625 0.516-0.625 0.922v2.5c-8.969 0-10 5.141-10 9 0 3.141 2.516 6.188 2.609 6.312 0.109 0.125 0.25 0.187 0.391 0.187 0.063 0 0.141-0.016 0.203-0.047 0.203-0.078 0.328-0.297 0.297-0.516-0.469-3.766-0.172-6.109 0.969-7.391 0.953-1.078 2.609-1.547 5.531-1.547v2.5c0 0.406 0.25 0.766 0.625 0.922 0.109 0.047 0.25 0.078 0.375 0.078 0.266 0 0.516-0.109 0.703-0.297zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compass\" viewBox=\"0 0 24 28\">\n<title>compass</title>\n<path d=\"M10 17l4-2-4-2v4zM16 7.766v8.469l-8 4v-8.469zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-down\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-down</title>\n<path d=\"M17.891 10.547c0.172 0.328 0.141 0.734-0.078 1.031l-5 7c-0.187 0.266-0.484 0.422-0.812 0.422s-0.625-0.156-0.812-0.422l-5-7c-0.219-0.297-0.25-0.703-0.078-1.031 0.172-0.344 0.516-0.547 0.891-0.547h10c0.375 0 0.719 0.203 0.891 0.547zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-up\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-up</title>\n<path d=\"M17.891 17.453c-0.172 0.344-0.516 0.547-0.891 0.547h-10c-0.375 0-0.719-0.203-0.891-0.547-0.172-0.328-0.141-0.734 0.078-1.031l5-7c0.187-0.266 0.484-0.422 0.812-0.422s0.625 0.156 0.812 0.422l5 7c0.219 0.297 0.25 0.703 0.078 1.031zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-right\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-right</title>\n<path d=\"M17 14c0 0.328-0.156 0.625-0.422 0.812l-7 5c-0.297 0.219-0.703 0.25-1.031 0.078-0.344-0.172-0.547-0.516-0.547-0.891v-10c0-0.375 0.203-0.719 0.547-0.891 0.328-0.172 0.734-0.141 1.031 0.078l7 5c0.266 0.187 0.422 0.484 0.422 0.812zM20 21.5v-15c0-0.281-0.219-0.5-0.5-0.5h-15c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h15c0.281 0 0.5-0.219 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eur\" viewBox=\"0 0 16 28\">\n<title>eur</title>\n<path d=\"M15.25 20.422l0.547 2.484c0.063 0.25-0.078 0.5-0.313 0.578-0.063 0.016-1.516 0.516-3.391 0.516-4.875 0-8.797-2.938-10.109-7.531h-1.484c-0.281 0-0.5-0.234-0.5-0.5v-1.766c0-0.266 0.219-0.5 0.5-0.5h1.031c-0.016-0.5-0.016-1.094 0.016-1.641h-1.047c-0.281 0-0.5-0.219-0.5-0.5v-1.781c0-0.281 0.219-0.5 0.5-0.5h1.531c1.391-4.375 5.391-7.281 10.063-7.281 1.625 0 2.969 0.344 3.031 0.359 0.125 0.031 0.234 0.125 0.313 0.234 0.063 0.109 0.078 0.25 0.047 0.375l-0.672 2.484c-0.063 0.266-0.328 0.422-0.594 0.344-0.016 0-1.078-0.266-2.188-0.266-2.625 0-4.828 1.422-5.875 3.75h7.313c0.156 0 0.297 0.063 0.391 0.187 0.094 0.109 0.141 0.266 0.109 0.406l-0.375 1.781c-0.047 0.234-0.25 0.406-0.5 0.406h-7.625c-0.047 0.5-0.031 1.031 0 1.641h7.172c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.422l-0.375 1.75c-0.047 0.234-0.25 0.406-0.484 0.406h-6.047c1 2.438 3.25 3.969 5.906 3.969 1.359 0 2.469-0.375 2.484-0.375 0.125-0.047 0.281-0.031 0.406 0.031 0.125 0.078 0.203 0.203 0.234 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gbp\" viewBox=\"0 0 16 28\">\n<title>gbp</title>\n<path d=\"M15.937 17.766v5.734c0 0.281-0.219 0.5-0.5 0.5h-14.938c-0.281 0-0.5-0.219-0.5-0.5v-2.344c0-0.266 0.219-0.5 0.5-0.5h1.516v-5.984h-1.484c-0.281 0-0.5-0.219-0.5-0.5v-2.047c0-0.281 0.219-0.5 0.5-0.5h1.484v-3.484c0-3.563 2.875-6.141 6.844-6.141 3.125 0 5.141 1.875 5.234 1.953 0.187 0.172 0.203 0.469 0.047 0.672l-1.609 1.984c-0.094 0.109-0.203 0.172-0.344 0.187-0.125 0.016-0.266-0.031-0.359-0.109-0.016-0.016-1.359-1.078-2.938-1.078-1.766 0-2.953 1.062-2.953 2.656v3.359h4.766c0.281 0 0.5 0.219 0.5 0.5v2.047c0 0.281-0.219 0.5-0.5 0.5h-4.766v5.922h6.469v-2.828c0-0.281 0.219-0.5 0.5-0.5h2.531c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dollar\" viewBox=\"0 0 16 28\">\n<title>dollar</title>\n<path d=\"M15.281 18.516c0 3.187-2.281 5.703-5.594 6.25v2.734c0 0.281-0.219 0.5-0.5 0.5h-2.109c-0.266 0-0.5-0.219-0.5-0.5v-2.734c-3.656-0.516-5.656-2.703-5.734-2.797-0.156-0.187-0.172-0.453-0.031-0.641l1.609-2.109c0.078-0.109 0.219-0.172 0.359-0.187s0.281 0.031 0.375 0.141c0.031 0.016 2.219 2.109 4.984 2.109 1.531 0 3.187-0.812 3.187-2.578 0-1.5-1.844-2.234-3.953-3.078-2.812-1.109-6.312-2.516-6.312-6.438 0-2.875 2.25-5.25 5.516-5.875v-2.812c0-0.281 0.234-0.5 0.5-0.5h2.109c0.281 0 0.5 0.219 0.5 0.5v2.75c3.172 0.359 4.859 2.078 4.922 2.141 0.156 0.172 0.187 0.406 0.078 0.594l-1.266 2.281c-0.078 0.141-0.203 0.234-0.359 0.25-0.156 0.031-0.297-0.016-0.422-0.109-0.016-0.016-1.906-1.687-4.25-1.687-1.984 0-3.359 0.984-3.359 2.406 0 1.656 1.906 2.391 4.125 3.25 2.875 1.109 6.125 2.375 6.125 6.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inr\" viewBox=\"0 0 14 28\">\n<title>inr</title>\n<path d=\"M14.031 7.344v1.594c0 0.281-0.219 0.5-0.5 0.5h-2.625c-0.484 3-2.781 4.953-6.328 5.375 2.328 2.484 4.813 5.484 7.172 8.375 0.125 0.141 0.156 0.359 0.063 0.531-0.078 0.172-0.25 0.281-0.453 0.281h-3.047c-0.156 0-0.297-0.063-0.391-0.187-2.516-3.016-4.828-5.781-7.781-8.922-0.094-0.094-0.141-0.219-0.141-0.344v-1.984c0-0.266 0.219-0.5 0.5-0.5h1.75c2.75 0 4.469-0.922 4.922-2.625h-6.672c-0.281 0-0.5-0.219-0.5-0.5v-1.594c0-0.281 0.219-0.5 0.5-0.5h6.453c-0.594-1.172-2-1.766-4.188-1.766h-2.266c-0.281 0-0.5-0.234-0.5-0.5v-2.078c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5v1.594c0 0.281-0.219 0.5-0.5 0.5h-3.641c0.5 0.641 0.828 1.391 1 2.25h2.672c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cny\" viewBox=\"0 0 16 28\">\n<title>cny</title>\n<path d=\"M9.422 24h-2.688c-0.281 0-0.5-0.219-0.5-0.5v-5.156h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.609c0-0.281 0.219-0.5 0.5-0.5h4.5v-1.328h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.625c0-0.266 0.219-0.5 0.5-0.5h3.344l-5.016-9.031c-0.078-0.156-0.078-0.344 0-0.5 0.094-0.156 0.266-0.25 0.438-0.25h3.031c0.187 0 0.359 0.109 0.453 0.281l3.359 6.641c0.375 0.734 0.625 1.359 0.875 1.953 0.266-0.672 0.609-1.328 0.906-2.016l2.984-6.562c0.078-0.187 0.266-0.297 0.453-0.297h2.984c0.172 0 0.328 0.094 0.422 0.25 0.094 0.141 0.094 0.328 0.016 0.484l-4.891 9.047h3.359c0.281 0 0.5 0.234 0.5 0.5v1.625c0 0.281-0.219 0.5-0.5 0.5h-4.531v1.328h4.531c0.281 0 0.5 0.219 0.5 0.5v1.609c0 0.281-0.219 0.5-0.5 0.5h-4.531v5.156c0 0.281-0.234 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rouble\" viewBox=\"0 0 20 28\">\n<title>rouble</title>\n<path d=\"M16.297 8.828c0-2.094-1.484-3.5-3.687-3.5h-5v7h5c2.203 0 3.687-1.406 3.687-3.5zM20 8.828c0 4.016-2.906 6.828-7.078 6.828h-5.313v1.844h7.891c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-7.891v3c0 0.281-0.219 0.5-0.5 0.5h-2.609c-0.281 0-0.5-0.219-0.5-0.5v-3h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h3.5v-1.844h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2.328c0-0.281 0.219-0.5 0.5-0.5h3.5v-9.828c0-0.281 0.219-0.5 0.5-0.5h8.422c4.172 0 7.078 2.812 7.078 6.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-krw\" viewBox=\"0 0 28 28\">\n<title>krw</title>\n<path d=\"M8.031 18.672l1.266-4.672h-2.484l1.172 4.688c0.016 0.031 0.016 0.063 0.031 0.094 0-0.031 0.016-0.078 0.016-0.109zM9.844 12l0.547-2h-4.562l0.5 2h3.516zM12.844 12h2.172l-0.547-2h-1.094zM19.859 18.688l1.219-4.688h-2.531l1.266 4.672c0.016 0.047 0.016 0.078 0.031 0.109 0-0.031 0.016-0.063 0.016-0.094zM21.594 12l0.516-2h-4.641l0.531 2h3.594zM28 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.328l-2.562 9.625c-0.063 0.219-0.266 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.484-0.375l-2.594-9.625h-3.266l-2.609 9.625c-0.063 0.219-0.25 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.469-0.375l-2.5-9.625h-3.25c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.734l-0.516-2h-2.219c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.703l-1.391-5.375c-0.047-0.156-0.016-0.313 0.078-0.438 0.094-0.109 0.25-0.187 0.406-0.187h2.141c0.234 0 0.438 0.156 0.484 0.375l1.406 5.625h5.609l1.516-5.625c0.063-0.219 0.266-0.375 0.484-0.375h1.969c0.234 0 0.422 0.156 0.484 0.375l1.531 5.625h5.703l1.453-5.625c0.047-0.219 0.25-0.375 0.484-0.375h2.141c0.156 0 0.313 0.078 0.406 0.187 0.094 0.125 0.125 0.297 0.078 0.438l-1.422 5.375h1.734c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.266l-0.531 2h2.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitcoin\" viewBox=\"0 0 21 28\">\n<title>bitcoin</title>\n<path d=\"M18.234 10c0.203 2.078-0.672 3.328-2.047 4.031 2.281 0.547 3.719 1.906 3.437 4.953-0.359 3.797-3.172 4.813-7.203 5.031v3.984h-2.406v-3.922c-0.609 0-1.25 0-1.906-0.016v3.938h-2.406v-3.984c-0.562 0-1.125-0.016-1.703-0.016h-3.125l0.484-2.859c1.766 0.031 1.734 0 1.734 0 0.672 0 0.859-0.484 0.906-0.797v-6.281h0.25c-0.094-0.016-0.187-0.016-0.25-0.016v-4.484c-0.094-0.5-0.406-1.062-1.391-1.062 0 0 0.031-0.031-1.734 0v-2.562l3.313 0.016c0.484 0 1 0 1.516-0.016v-3.938h2.406v3.859c0.641-0.016 1.281-0.031 1.906-0.031v-3.828h2.406v3.938c3.094 0.266 5.547 1.219 5.812 4.062zM14.875 18.516c0-3.094-5.094-2.641-6.719-2.641v5.281c1.625 0 6.719 0.344 6.719-2.641zM13.766 11.078c0-2.828-4.25-2.406-5.609-2.406v4.797c1.359 0 5.609 0.313 5.609-2.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file\" viewBox=\"0 0 24 28\">\n<title>file</title>\n<path d=\"M16 8v-7.375c0.219 0.141 0.406 0.281 0.562 0.438l6.375 6.375c0.156 0.156 0.297 0.344 0.438 0.562h-7.375zM14 8.5c0 0.828 0.672 1.5 1.5 1.5h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text\" viewBox=\"0 0 24 28\">\n<title>file-text</title>\n<path d=\"M22.937 7.438c0.156 0.156 0.297 0.344 0.438 0.562h-7.375v-7.375c0.219 0.141 0.406 0.281 0.562 0.438zM15.5 10h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5c0 0.828 0.672 1.5 1.5 1.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-asc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-asc</title>\n<path d=\"M18.609 6.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM24.563 24.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.172v0.031l0.219-0.031c0.141-0.031 0.281-0.031 0.469-0.031h3.875v-1.859h1.891zM25.953 10.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-desc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-desc</title>\n<path d=\"M18.609 22.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM25.953 26.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094zM24.563 8.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.156v0.047l0.219-0.047c0.141-0.016 0.281-0.016 0.469-0.016h3.875v-1.859h1.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-asc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-asc</title>\n<path d=\"M11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM25 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM22 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM19 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-desc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-desc</title>\n<path d=\"M19 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM25 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM28 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-asc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-asc</title>\n<path d=\"M21.031 20.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM23.219 21.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422zM22.75 10.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-desc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-desc</title>\n<path d=\"M21.031 4.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22.75 26.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578zM23.219 5.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-up\" viewBox=\"0 0 25 28\">\n<title>thumbs-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1-0.562 0-1 0.453-1 1 0 0.562 0.438 1 1 1 0.547 0 1-0.438 1-1zM6.5 13v10c0 0.547-0.453 1-1 1h-4.5c-0.547 0-1-0.453-1-1v-10c0-0.547 0.453-1 1-1h4.5c0.547 0 1 0.453 1 1zM25 13c0 0.828-0.328 1.719-0.859 2.328 0.172 0.5 0.234 0.969 0.234 1.188 0.031 0.781-0.203 1.516-0.672 2.141 0.172 0.578 0.172 1.203 0 1.828-0.156 0.578-0.453 1.094-0.844 1.469 0.094 1.172-0.172 2.125-0.766 2.828-0.672 0.797-1.703 1.203-3.078 1.219h-2.016c-2.234 0-4.344-0.734-6.031-1.313-0.984-0.344-1.922-0.672-2.469-0.688-0.531-0.016-1-0.453-1-1v-10.016c0-0.516 0.438-0.953 0.953-1 0.578-0.047 2.078-1.906 2.766-2.812 0.562-0.719 1.094-1.391 1.578-1.875 0.609-0.609 0.781-1.547 0.969-2.453 0.172-0.922 0.359-1.891 1.031-2.547 0.187-0.187 0.438-0.297 0.703-0.297 3.5 0 3.5 2.797 3.5 4 0 1.281-0.453 2.188-0.875 3-0.172 0.344-0.328 0.5-0.453 1h4.328c1.625 0 3 1.375 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-down\" viewBox=\"0 0 25 28\">\n<title>thumbs-down</title>\n<path d=\"M4 9c0 0.547-0.453 1-1 1-0.562 0-1-0.453-1-1 0-0.562 0.438-1 1-1 0.547 0 1 0.438 1 1zM6.5 17v-10c0-0.547-0.453-1-1-1h-4.5c-0.547 0-1 0.453-1 1v10c0 0.547 0.453 1 1 1h4.5c0.547 0 1-0.453 1-1zM24.141 14.672c0.531 0.594 0.859 1.5 0.859 2.328-0.016 1.625-1.375 3-3 3h-4.328c0.125 0.5 0.281 0.656 0.453 1 0.406 0.812 0.875 1.719 0.875 3 0 1.203 0 4-3.5 4-0.266 0-0.516-0.109-0.703-0.297-0.672-0.656-0.859-1.625-1.031-2.547-0.187-0.906-0.359-1.844-0.969-2.453-0.484-0.484-1.016-1.156-1.578-1.875-0.688-0.906-2.188-2.766-2.766-2.812-0.516-0.047-0.953-0.484-0.953-1v-10.016c0-0.547 0.469-0.984 1-1 0.547-0.016 1.484-0.344 2.469-0.688 1.687-0.578 3.797-1.313 6.031-1.313h2.016c1.375 0.016 2.406 0.422 3.078 1.219 0.594 0.703 0.859 1.656 0.766 2.828 0.391 0.375 0.688 0.891 0.844 1.469 0.172 0.625 0.172 1.25 0 1.828 0.469 0.625 0.703 1.359 0.672 2.141 0 0.219-0.063 0.688-0.234 1.188z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-square\" viewBox=\"0 0 24 28\">\n<title>youtube-square</title>\n<path d=\"M14.359 20.359v-2.453c0-0.516-0.156-0.781-0.453-0.781-0.172 0-0.344 0.078-0.516 0.25v3.5c0.172 0.172 0.344 0.25 0.516 0.25 0.297 0 0.453-0.25 0.453-0.766zM17.234 18.453h1.031v-0.531c0-0.531-0.172-0.797-0.516-0.797s-0.516 0.266-0.516 0.797v0.531zM8.313 14.297v1.094h-1.25v6.609h-1.156v-6.609h-1.219v-1.094h3.625zM11.453 16.266v5.734h-1.047v-0.625c-0.406 0.469-0.797 0.703-1.188 0.703-0.328 0-0.562-0.141-0.656-0.438-0.063-0.172-0.094-0.438-0.094-0.844v-4.531h1.031v4.219c0 0.234 0 0.375 0.016 0.406 0.016 0.156 0.094 0.234 0.234 0.234 0.219 0 0.422-0.156 0.656-0.484v-4.375h1.047zM15.391 18v2.281c0 0.516-0.031 0.906-0.109 1.141-0.125 0.438-0.406 0.656-0.828 0.656-0.359 0-0.719-0.219-1.062-0.641v0.562h-1.047v-7.703h1.047v2.516c0.328-0.406 0.688-0.625 1.062-0.625 0.422 0 0.703 0.219 0.828 0.656 0.078 0.234 0.109 0.609 0.109 1.156zM19.313 20.016v0.141c0 0.344-0.016 0.562-0.031 0.672-0.031 0.234-0.109 0.438-0.234 0.625-0.281 0.422-0.719 0.625-1.25 0.625-0.547 0-0.969-0.203-1.266-0.594-0.219-0.281-0.328-0.734-0.328-1.344v-2.016c0-0.609 0.094-1.047 0.313-1.344 0.297-0.391 0.719-0.594 1.25-0.594 0.516 0 0.938 0.203 1.219 0.594 0.219 0.297 0.328 0.734 0.328 1.344v1.188h-2.078v1.016c0 0.531 0.172 0.797 0.531 0.797 0.25 0 0.406-0.141 0.469-0.406 0-0.063 0.016-0.297 0.016-0.703h1.062zM12.266 7.141v2.438c0 0.531-0.172 0.797-0.5 0.797-0.344 0-0.5-0.266-0.5-0.797v-2.438c0-0.531 0.156-0.812 0.5-0.812 0.328 0 0.5 0.281 0.5 0.812zM20.594 18.281v0c0-1.344 0-2.766-0.297-4.062-0.219-0.922-0.969-1.594-1.859-1.687-2.125-0.234-4.281-0.234-6.438-0.234-2.141 0-4.297 0-6.422 0.234-0.906 0.094-1.656 0.766-1.859 1.687-0.297 1.297-0.313 2.719-0.313 4.062v0c0 1.328 0 2.75 0.313 4.062 0.203 0.906 0.953 1.578 1.844 1.687 2.141 0.234 4.297 0.234 6.438 0.234s4.297 0 6.438-0.234c0.891-0.109 1.641-0.781 1.844-1.687 0.313-1.313 0.313-2.734 0.313-4.062zM8.797 8.109l1.406-4.625h-1.172l-0.797 3.047-0.828-3.047h-1.219c0.234 0.719 0.5 1.437 0.734 2.156 0.375 1.094 0.609 1.906 0.719 2.469v3.141h1.156v-3.141zM13.312 9.375v-2.031c0-0.609-0.109-1.062-0.328-1.359-0.297-0.391-0.703-0.594-1.219-0.594-0.531 0-0.938 0.203-1.219 0.594-0.219 0.297-0.328 0.75-0.328 1.359v2.031c0 0.609 0.109 1.062 0.328 1.359 0.281 0.391 0.688 0.594 1.219 0.594 0.516 0 0.922-0.203 1.219-0.594 0.219-0.281 0.328-0.75 0.328-1.359zM16.141 11.25h1.047v-5.781h-1.047v4.422c-0.234 0.328-0.453 0.484-0.656 0.484-0.141 0-0.234-0.078-0.25-0.25-0.016-0.031-0.016-0.156-0.016-0.406v-4.25h-1.047v4.578c0 0.406 0.031 0.672 0.094 0.859 0.109 0.281 0.344 0.422 0.672 0.422 0.391 0 0.781-0.234 1.203-0.703v0.625zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube\" viewBox=\"0 0 24 28\">\n<title>youtube</title>\n<path d=\"M15.172 19.437v3.297c0 0.703-0.203 1.047-0.609 1.047-0.234 0-0.469-0.109-0.703-0.344v-4.703c0.234-0.234 0.469-0.344 0.703-0.344 0.406 0 0.609 0.359 0.609 1.047zM20.453 19.453v0.719h-1.406v-0.719c0-0.703 0.234-1.062 0.703-1.062s0.703 0.359 0.703 1.062zM5.359 16.047h1.672v-1.469h-4.875v1.469h1.641v8.891h1.563v-8.891zM9.859 24.938h1.391v-7.719h-1.391v5.906c-0.313 0.438-0.609 0.656-0.891 0.656-0.187 0-0.297-0.109-0.328-0.328-0.016-0.047-0.016-0.219-0.016-0.547v-5.688h-1.391v6.109c0 0.547 0.047 0.906 0.125 1.141 0.125 0.391 0.453 0.578 0.906 0.578 0.5 0 1.031-0.313 1.594-0.953v0.844zM16.562 22.625v-3.078c0-0.719-0.031-1.234-0.141-1.547-0.172-0.578-0.562-0.875-1.109-0.875-0.516 0-1 0.281-1.453 0.844v-3.391h-1.391v10.359h1.391v-0.75c0.469 0.578 0.953 0.859 1.453 0.859 0.547 0 0.938-0.297 1.109-0.859 0.109-0.328 0.141-0.844 0.141-1.563zM21.844 22.469v-0.203h-1.422c0 0.562-0.016 0.875-0.031 0.953-0.078 0.375-0.281 0.562-0.625 0.562-0.484 0-0.719-0.359-0.719-1.078v-1.359h2.797v-1.609c0-0.828-0.141-1.422-0.422-1.813-0.406-0.531-0.953-0.797-1.656-0.797-0.719 0-1.266 0.266-1.672 0.797-0.297 0.391-0.438 0.984-0.438 1.813v2.703c0 0.828 0.156 1.437 0.453 1.813 0.406 0.531 0.953 0.797 1.687 0.797s1.313-0.281 1.687-0.828c0.172-0.25 0.297-0.531 0.328-0.844 0.031-0.141 0.031-0.453 0.031-0.906zM12.344 8.203v-3.281c0-0.719-0.203-1.078-0.672-1.078-0.453 0-0.672 0.359-0.672 1.078v3.281c0 0.719 0.219 1.094 0.672 1.094 0.469 0 0.672-0.375 0.672-1.094zM23.578 19.938c0 1.797-0.016 3.719-0.406 5.469-0.297 1.234-1.297 2.141-2.5 2.266-2.875 0.328-5.781 0.328-8.672 0.328s-5.797 0-8.672-0.328c-1.203-0.125-2.219-1.031-2.5-2.266-0.406-1.75-0.406-3.672-0.406-5.469v0c0-1.813 0.016-3.719 0.406-5.469 0.297-1.234 1.297-2.141 2.516-2.281 2.859-0.313 5.766-0.313 8.656-0.313s5.797 0 8.672 0.313c1.203 0.141 2.219 1.047 2.5 2.281 0.406 1.75 0.406 3.656 0.406 5.469zM7.984 0h1.594l-1.891 6.234v4.234h-1.563v-4.234c-0.141-0.766-0.453-1.859-0.953-3.313-0.344-0.969-0.688-1.953-1.016-2.922h1.656l1.109 4.109zM13.766 5.203v2.734c0 0.828-0.141 1.453-0.438 1.844-0.391 0.531-0.938 0.797-1.656 0.797-0.703 0-1.25-0.266-1.641-0.797-0.297-0.406-0.438-1.016-0.438-1.844v-2.734c0-0.828 0.141-1.437 0.438-1.828 0.391-0.531 0.938-0.797 1.641-0.797 0.719 0 1.266 0.266 1.656 0.797 0.297 0.391 0.438 1 0.438 1.828zM19 2.672v7.797h-1.422v-0.859c-0.562 0.656-1.094 0.969-1.609 0.969-0.453 0-0.781-0.187-0.922-0.578-0.078-0.234-0.125-0.609-0.125-1.172v-6.156h1.422v5.734c0 0.328 0 0.516 0.016 0.547 0.031 0.219 0.141 0.344 0.328 0.344 0.281 0 0.578-0.219 0.891-0.672v-5.953h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing\" viewBox=\"0 0 22 28\">\n<title>xing</title>\n<path d=\"M9.328 10.422c0 0-0.156 0.266-4.016 7.125-0.203 0.344-0.469 0.719-1.016 0.719h-3.734c-0.219 0-0.391-0.109-0.484-0.266s-0.109-0.359 0-0.562l3.953-7c0.016 0 0.016 0 0-0.016l-2.516-4.359c-0.109-0.203-0.125-0.422-0.016-0.578 0.094-0.156 0.281-0.234 0.5-0.234h3.734c0.562 0 0.844 0.375 1.031 0.703 2.547 4.453 2.562 4.469 2.562 4.469zM21.922 0.391c0.109 0.156 0.109 0.375 0 0.578l-8.25 14.594c-0.016 0-0.016 0.016 0 0.016l5.25 9.609c0.109 0.203 0.109 0.422 0.016 0.578-0.109 0.156-0.281 0.234-0.5 0.234h-3.734c-0.562 0-0.859-0.375-1.031-0.703-5.297-9.703-5.297-9.719-5.297-9.719s0.266-0.469 8.297-14.719c0.203-0.359 0.438-0.703 1-0.703h3.766c0.219 0 0.391 0.078 0.484 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing-square\" viewBox=\"0 0 24 28\">\n<title>xing-square</title>\n<path d=\"M10.703 11.953c0 0 0-0.016-1.969-3.469-0.156-0.25-0.375-0.531-0.812-0.531h-2.875c-0.187 0-0.328 0.063-0.406 0.172-0.078 0.125-0.063 0.297 0.016 0.453l1.953 3.375v0.016l-3.063 5.406c-0.094 0.156-0.078 0.313 0 0.438s0.203 0.203 0.375 0.203h2.891c0.422 0 0.641-0.297 0.781-0.562 3-5.297 3.109-5.5 3.109-5.5zM20.453 4.188c-0.078-0.125-0.203-0.187-0.375-0.187h-2.922c-0.422 0-0.609 0.266-0.766 0.547-6.219 11.031-6.422 11.391-6.422 11.391s0 0.016 4.094 7.516c0.141 0.25 0.359 0.547 0.812 0.547h2.875c0.172 0 0.313-0.063 0.391-0.187s0.078-0.281-0.016-0.438l-4.062-7.438v-0.016l6.391-11.297c0.078-0.156 0.078-0.313 0-0.438zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-play\" viewBox=\"0 0 28 28\">\n<title>youtube-play</title>\n<path d=\"M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797 0.281 9.797 0.281 0.547 0.063 1.75 0.063 2.812 1.188 0 0 0.859 0.844 1.109 2.781 0.297 2.266 0.281 4.531 0.281 4.531v2.125s0.016 2.266-0.281 4.531c-0.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906 0.297-9.797 0.297v0c-7.281-0.063-9.516-0.281-9.516-0.281-0.625-0.109-2.031-0.078-3.094-1.188 0 0-0.859-0.859-1.109-2.781-0.297-2.266-0.281-4.531-0.281-4.531v-2.125s-0.016-2.266 0.281-4.531c0.25-1.937 1.109-2.781 1.109-2.781 1.062-1.125 2.266-1.125 2.812-1.188 0 0 3.906-0.281 9.797-0.281v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dropbox\" viewBox=\"0 0 28 28\">\n<title>dropbox</title>\n<path d=\"M6.281 11.047l7.719 4.766-5.344 4.453-7.656-4.984zM21.688 19.719v1.687l-7.656 4.578v0.016l-0.016-0.016-0.016 0.016v-0.016l-7.641-4.578v-1.687l2.297 1.5 5.344-4.438v-0.031l0.016 0.016 0.016-0.016v0.031l5.359 4.438zM8.656 1.844l5.344 4.453-7.719 4.75-5.281-4.219zM21.719 11.047l5.281 4.234-7.641 4.984-5.359-4.453zM19.359 1.844l7.641 4.984-5.281 4.219-7.719-4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-overflow\" viewBox=\"0 0 24 28\">\n<title>stack-overflow</title>\n<path d=\"M20.141 25.5h-17.469v-7.5h-2.5v10h22.469v-10h-2.5v7.5zM5.422 17.313l0.516-2.453 12.234 2.578-0.516 2.438zM7.031 11.469l1.047-2.281 11.328 5.297-1.047 2.266zM10.172 5.906l1.594-1.922 9.594 8.016-1.594 1.922zM16.375 0l7.453 10.016-2 1.5-7.453-10.016zM5.156 22.984v-2.484h12.5v2.484h-12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-instagram\" viewBox=\"0 0 24 28\">\n<title>instagram</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM18.156 14c0 3.406-2.75 6.156-6.156 6.156s-6.156-2.75-6.156-6.156 2.75-6.156 6.156-6.156 6.156 2.75 6.156 6.156zM19.844 7.594c0 0.797-0.641 1.437-1.437 1.437s-1.437-0.641-1.437-1.437 0.641-1.437 1.437-1.437 1.437 0.641 1.437 1.437zM12 4.156c-1.75 0-5.5-0.141-7.078 0.484-0.547 0.219-0.953 0.484-1.375 0.906s-0.688 0.828-0.906 1.375c-0.625 1.578-0.484 5.328-0.484 7.078s-0.141 5.5 0.484 7.078c0.219 0.547 0.484 0.953 0.906 1.375s0.828 0.688 1.375 0.906c1.578 0.625 5.328 0.484 7.078 0.484s5.5 0.141 7.078-0.484c0.547-0.219 0.953-0.484 1.375-0.906s0.688-0.828 0.906-1.375c0.625-1.578 0.484-5.328 0.484-7.078s0.141-5.5-0.484-7.078c-0.219-0.547-0.484-0.953-0.906-1.375s-0.828-0.688-1.375-0.906c-1.578-0.625-5.328-0.484-7.078-0.484zM24 14c0 1.656 0.016 3.297-0.078 4.953-0.094 1.922-0.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656 0.094-3.297 0.078-4.953 0.078s-3.297 0.016-4.953-0.078c-1.922-0.094-3.625-0.531-5.031-1.937s-1.844-3.109-1.937-5.031c-0.094-1.656-0.078-3.297-0.078-4.953s-0.016-3.297 0.078-4.953c0.094-1.922 0.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-0.094 3.297-0.078 4.953-0.078s3.297-0.016 4.953 0.078c1.922 0.094 3.625 0.531 5.031 1.937s1.844 3.109 1.937 5.031c0.094 1.656 0.078 3.297 0.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flickr\" viewBox=\"0 0 24 28\">\n<title>flickr</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM10.906 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313zM19.719 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adn\" viewBox=\"0 0 24 28\">\n<title>adn</title>\n<path d=\"M12 9.719l3.141 4.781h-6.281zM17.703 18h1.469l-7.172-10.797-7.172 10.797h1.469l1.625-2.5h8.156zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket\" viewBox=\"0 0 22 28\">\n<title>bitbucket</title>\n<path d=\"M12.734 13.422c0.172 1.312-1.422 2.344-2.531 1.672-1.25-0.547-1.25-2.531-0.031-3.094 1.047-0.641 2.562 0.203 2.562 1.422zM14.469 13.094c-0.281-2.219-2.797-3.687-4.844-2.766-1.297 0.578-2.172 1.953-2.109 3.406 0.078 1.906 1.891 3.469 3.797 3.297s3.391-2.031 3.156-3.938zM18.203 4.625c-0.688-0.906-1.859-1.062-2.891-1.234-2.922-0.469-5.922-0.484-8.844 0.031-0.969 0.156-2.063 0.328-2.672 1.203 1 0.938 2.422 1.078 3.703 1.234 2.312 0.297 4.688 0.313 7 0.016 1.297-0.156 2.734-0.281 3.703-1.25zM19.094 20.797c-0.438 1.531-0.187 3.594-1.813 4.484-2.797 1.547-6.188 1.719-9.266 1.172-1.625-0.297-3.531-0.812-4.422-2.344-0.391-1.5-0.641-3.031-0.891-4.562l0.094-0.25 0.281-0.141c4.656 3.078 11.172 3.078 15.844 0 0.734 0.219 0.187 1.109 0.172 1.641zM21.922 5.781c-0.531 3.422-1.141 6.828-1.734 10.234-0.172 1-1.141 1.563-1.953 1.984-2.922 1.469-6.328 1.719-9.531 1.375-2.172-0.234-4.391-0.812-6.156-2.172-0.828-0.641-0.828-1.734-0.984-2.656-0.547-3.203-1.172-6.406-1.563-9.641 0.187-1.406 1.766-2.016 2.938-2.453 1.563-0.578 3.234-0.844 4.891-1 3.531-0.344 7.141-0.219 10.563 0.781 1.219 0.359 2.531 0.859 3.359 1.906 0.375 0.484 0.25 1.094 0.172 1.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket-square\" viewBox=\"0 0 24 28\">\n<title>bitbucket-square</title>\n<path d=\"M13.25 13.594c0-0.891-1.094-1.5-1.844-1.047-0.891 0.422-0.891 1.859 0.016 2.234 0.812 0.484 1.953-0.25 1.828-1.188zM14.5 13.344c0.172 1.375-0.906 2.719-2.281 2.844s-2.672-1-2.734-2.391c-0.047-1.031 0.594-2.031 1.531-2.453 1.469-0.656 3.281 0.406 3.484 2zM17.187 7.234c-0.688 0.703-1.734 0.797-2.656 0.906-1.672 0.219-3.375 0.203-5.063 0-0.922-0.125-1.937-0.234-2.656-0.906 0.438-0.625 1.219-0.75 1.922-0.859 2.109-0.375 4.266-0.359 6.375-0.016 0.75 0.109 1.594 0.234 2.078 0.875zM17.844 18.891c0-0.375 0.391-1.016-0.141-1.172-3.359 2.219-8.047 2.219-11.422 0l-0.187 0.094-0.078 0.187c0.187 1.094 0.359 2.203 0.641 3.281 0.641 1.109 2.016 1.484 3.187 1.687 2.219 0.406 4.672 0.281 6.687-0.828 1.172-0.656 0.984-2.141 1.313-3.25zM19.875 8.062c0.063-0.375 0.141-0.828-0.125-1.172-0.594-0.75-1.531-1.109-2.422-1.375-2.469-0.719-5.078-0.812-7.609-0.562-1.203 0.109-2.406 0.313-3.531 0.719-0.844 0.328-1.984 0.766-2.125 1.766 0.281 2.344 0.734 4.641 1.125 6.969 0.125 0.656 0.125 1.437 0.719 1.906 1.266 0.969 2.875 1.391 4.438 1.563 2.312 0.25 4.766 0.078 6.875-0.984 0.594-0.313 1.281-0.719 1.406-1.437 0.438-2.453 0.859-4.906 1.25-7.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr\" viewBox=\"0 0 17 28\">\n<title>tumblr</title>\n<path d=\"M14.75 20.766l1.25 3.703c-0.469 0.703-2.594 1.5-4.5 1.531-5.672 0.094-7.812-4.031-7.812-6.937v-8.5h-2.625v-3.359c3.938-1.422 4.891-4.984 5.109-7.016 0.016-0.125 0.125-0.187 0.187-0.187h3.813v6.625h5.203v3.937h-5.219v8.094c0 1.094 0.406 2.609 2.5 2.562 0.688-0.016 1.609-0.219 2.094-0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr-square\" viewBox=\"0 0 24 28\">\n<title>tumblr-square</title>\n<path d=\"M17.75 22.828l-0.969-2.859c-0.375 0.187-1.078 0.344-1.609 0.344-1.594 0.047-1.922-1.109-1.922-1.969v-6.219h4.016v-3.031h-4v-5.094h-2.938c-0.047 0-0.125 0.047-0.141 0.156-0.172 1.547-0.906 4.297-3.938 5.391v2.578h2.031v6.531c0 2.234 1.641 5.422 6 5.344 1.469-0.031 3.109-0.641 3.469-1.172zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-down\" viewBox=\"0 0 12 28\">\n<title>long-arrow-down</title>\n<path d=\"M11.953 20.297c0.078 0.187 0.047 0.391-0.078 0.547l-5.469 6c-0.094 0.094-0.219 0.156-0.359 0.156v0c-0.141 0-0.281-0.063-0.375-0.156l-5.547-6c-0.125-0.156-0.156-0.359-0.078-0.547 0.078-0.172 0.25-0.297 0.453-0.297h3.5v-19.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v19.5h3.5c0.203 0 0.375 0.109 0.453 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-up\" viewBox=\"0 0 12 28\">\n<title>long-arrow-up</title>\n<path d=\"M11.953 7.703c-0.078 0.172-0.25 0.297-0.453 0.297h-3.5v19.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-19.5h-3.5c-0.203 0-0.375-0.109-0.453-0.297s-0.047-0.391 0.078-0.547l5.469-6c0.094-0.094 0.219-0.156 0.359-0.156v0c0.141 0 0.281 0.063 0.375 0.156l5.547 6c0.125 0.156 0.156 0.359 0.078 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-left\" viewBox=\"0 0 29 28\">\n<title>long-arrow-left</title>\n<path d=\"M28 12.5v3c0 0.281-0.219 0.5-0.5 0.5h-19.5v3.5c0 0.203-0.109 0.375-0.297 0.453s-0.391 0.047-0.547-0.078l-6-5.469c-0.094-0.094-0.156-0.219-0.156-0.359v0c0-0.141 0.063-0.281 0.156-0.375l6-5.531c0.156-0.141 0.359-0.172 0.547-0.094 0.172 0.078 0.297 0.25 0.297 0.453v3.5h19.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-right\" viewBox=\"0 0 27 28\">\n<title>long-arrow-right</title>\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-apple\" viewBox=\"0 0 22 28\">\n<title>apple</title>\n<path d=\"M21.766 18.984c-0.391 1.234-1.016 2.547-1.922 3.906-1.344 2.047-2.688 3.063-4.016 3.063-0.531 0-1.25-0.172-2.188-0.5-0.922-0.344-1.719-0.5-2.359-0.5-0.625 0-1.375 0.172-2.219 0.516-0.859 0.359-1.547 0.531-2.063 0.531-1.609 0-3.156-1.359-4.703-4.047-1.516-2.688-2.297-5.297-2.297-7.859 0-2.391 0.594-4.328 1.766-5.844 1.172-1.5 2.641-2.25 4.438-2.25 0.766 0 1.672 0.156 2.766 0.469 1.078 0.313 1.797 0.469 2.156 0.469 0.453 0 1.203-0.172 2.234-0.531 1.031-0.344 1.937-0.531 2.703-0.531 1.25 0 2.359 0.344 3.328 1.016 0.547 0.375 1.094 0.906 1.625 1.563-0.812 0.688-1.406 1.297-1.781 1.844-0.672 0.969-1.016 2.047-1.016 3.234 0 1.281 0.359 2.453 1.078 3.484s1.547 1.687 2.469 1.969zM15.891 0.656c0 0.641-0.156 1.359-0.453 2.125-0.313 0.781-0.797 1.5-1.453 2.156-0.562 0.562-1.125 0.938-1.687 1.125-0.359 0.109-0.891 0.203-1.625 0.266 0.031-1.547 0.438-2.891 1.219-4.016s2.094-1.891 3.906-2.312c0.031 0.141 0.063 0.25 0.078 0.344 0 0.109 0.016 0.203 0.016 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-windows\" viewBox=\"0 0 26 28\">\n<title>windows</title>\n<path d=\"M10.656 15.719v10.172l-10.656-1.469v-8.703h10.656zM10.656 4.109v10.297h-10.656v-8.828zM26 15.719v12.281l-14.172-1.953v-10.328h14.172zM26 2v12.406h-14.172v-10.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-android\" viewBox=\"0 0 22 28\">\n<title>android</title>\n<path d=\"M7.703 7.547c0.344 0 0.609-0.281 0.609-0.609s-0.266-0.609-0.609-0.609c-0.328 0-0.594 0.281-0.594 0.609s0.266 0.609 0.594 0.609zM14.297 7.547c0.328 0 0.594-0.281 0.594-0.609s-0.266-0.609-0.594-0.609c-0.344 0-0.609 0.281-0.609 0.609s0.266 0.609 0.609 0.609zM1.609 10.422c0.875 0 1.594 0.719 1.594 1.594v6.719c0 0.891-0.703 1.609-1.594 1.609s-1.609-0.719-1.609-1.609v-6.719c0-0.875 0.719-1.594 1.609-1.594zM18.172 10.719v10.406c0 0.953-0.766 1.719-1.703 1.719h-1.172v3.547c0 0.891-0.719 1.609-1.609 1.609s-1.609-0.719-1.609-1.609v-3.547h-2.156v3.547c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609l-0.016-3.547h-1.156c-0.953 0-1.719-0.766-1.719-1.719v-10.406h14.344zM14.547 4.391c2.188 1.125 3.672 3.281 3.672 5.766h-14.453c0-2.484 1.484-4.641 3.687-5.766l-1.109-2.047c-0.063-0.109-0.031-0.25 0.078-0.313 0.109-0.047 0.25-0.016 0.313 0.094l1.125 2.063c0.953-0.422 2.016-0.656 3.141-0.656s2.188 0.234 3.141 0.656l1.125-2.063c0.063-0.109 0.203-0.141 0.313-0.094 0.109 0.063 0.141 0.203 0.078 0.313zM22 12.016v6.719c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609v-6.719c0-0.891 0.719-1.594 1.594-1.594 0.891 0 1.609 0.703 1.609 1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linux\" viewBox=\"0 0 25 28\">\n<title>linux</title>\n<path d=\"M10.359 6.422v0c-0.313 0.031-0.203 0.313-0.375 0.313-0.156 0.016-0.125-0.344 0.375-0.313zM11.719 6.641c-0.156 0.047-0.172-0.25-0.453-0.172v0c0.453-0.203 0.609 0.109 0.453 0.172zM6.234 13.312c-0.141-0.047-0.109 0.234-0.25 0.453-0.109 0.203-0.391 0.359-0.172 0.391v0c0.078 0.016 0.297-0.172 0.391-0.391 0.078-0.266 0.156-0.406 0.031-0.453zM19.594 18.922c0-0.281-0.609-0.547-0.859-0.656 0.422-1.406 0.234-1.969-0.047-3.297-0.219-1-1.141-2.359-1.859-2.781 0.187 0.156 0.531 0.609 0.891 1.297 0.625 1.172 1.25 2.906 0.844 4.344-0.156 0.562-0.531 0.641-0.781 0.656-1.094 0.125-0.453-1.313-0.906-3.266-0.516-2.188-1.047-2.344-1.172-2.516-0.641-2.844-1.344-2.562-1.547-3.625-0.172-0.953 0.828-1.734-0.531-2-0.422-0.078-1.016-0.5-1.25-0.531s-0.359-1.578 0.516-1.625c0.859-0.063 1.016 0.969 0.859 1.375-0.25 0.406 0.016 0.562 0.438 0.422 0.344-0.109 0.125-1.016 0.203-1.141-0.219-1.313-0.766-1.5-1.328-1.609-2.156 0.172-1.188 2.547-1.406 2.328-0.313-0.328-1.219-0.031-1.219-0.234 0.016-1.219-0.391-1.922-0.953-1.937-0.625-0.016-0.875 0.859-0.906 1.359-0.047 0.469 0.266 1.453 0.5 1.375 0.156-0.047 0.422-0.359 0.141-0.344-0.141 0-0.359-0.344-0.391-0.75-0.016-0.406 0.141-0.812 0.672-0.797 0.609 0.016 0.609 1.234 0.547 1.281-0.203 0.141-0.453 0.406-0.484 0.453-0.203 0.328-0.594 0.422-0.75 0.562-0.266 0.281-0.328 0.594-0.125 0.703 0.719 0.406 0.484 0.875 1.484 0.906 0.656 0.031 1.141-0.094 1.594-0.234 0.344-0.109 1.453-0.344 1.687-0.75 0.109-0.172 0.234-0.172 0.313-0.125 0.156 0.078 0.187 0.375-0.203 0.469-0.547 0.156-1.094 0.453-1.594 0.641-0.484 0.203-0.641 0.281-1.094 0.359-1.031 0.187-1.797-0.375-1.109 0.297 0.234 0.219 0.453 0.359 1.047 0.344 1.313-0.047 2.766-1.625 2.906-0.922 0.031 0.156-0.406 0.344-0.75 0.516-1.219 0.594-2.078 1.781-2.859 1.375-0.703-0.375-1.406-2.109-1.391-1.328 0.016 1.203-1.578 2.266-0.844 3.641-0.484 0.125-1.563 2.422-1.719 3.609-0.094 0.688 0.063 1.531-0.109 2-0.234 0.688-1.297-0.656-0.953-2.297 0.063-0.281 0-0.344-0.078-0.203-0.422 0.766-0.187 1.844 0.156 2.594 0.141 0.328 0.5 0.469 0.766 0.75 0.547 0.625 2.703 2.219 3.078 2.609 0.484 0.453 0.344 1.516-0.656 1.625v0c0.516 0.969 1.016 1.062 1 2.641 0.594-0.313 0.359-1 0.109-1.437-0.172-0.313-0.391-0.453-0.344-0.531 0.031-0.047 0.344-0.313 0.516-0.109 0.531 0.594 1.531 0.703 2.594 0.562 1.078-0.125 2.234-0.5 2.766-1.359 0.25-0.406 0.422-0.547 0.531-0.469 0.125 0.063 0.172 0.344 0.156 0.812-0.016 0.5-0.219 1.016-0.359 1.437-0.141 0.484-0.187 0.812 0.281 0.828 0.125-0.875 0.375-1.734 0.438-2.609 0.078-1-0.641-2.844 0.141-3.766 0.203-0.25 0.453-0.281 0.797-0.281 0.047-1.25 1.969-1.156 2.609-0.641zM9.781 6c0.063-0.391-0.125-0.672-0.219-0.703-0.187-0.047-0.156 0.234-0.063 0.203v0c0.063 0 0.141 0.094 0.109 0.234-0.031 0.187-0.016 0.313 0.125 0.313 0.016 0 0.047 0 0.047-0.047zM16.328 9.078c-0.063-0.297-0.281-0.187-0.531-0.344-0.297-0.187-0.359-0.5-0.469-0.391v0c-0.328 0.359 0.406 1.109 0.719 1.172 0.187 0.031 0.328-0.219 0.281-0.438zM13.547 5.75c0.016-0.375-0.313-0.562-0.391-0.547-0.203 0.016-0.141 0.109-0.047 0.141v0c0.125 0.031 0.25 0.25 0.281 0.484 0 0.031 0.156-0.031 0.156-0.078zM14.391 2.109c0.016-0.078-0.187-0.172-0.328-0.281-0.125-0.125-0.25-0.234-0.375-0.234-0.313 0.031-0.156 0.359-0.203 0.516v0c-0.063 0.172-0.297 0.313-0.141 0.438 0.141 0.109 0.234-0.172 0.531-0.281 0.078-0.031 0.438 0.016 0.516-0.156zM23.219 23.063c1.922 1.188-0.719 2.172-1.859 2.75-0.891 0.453-2.078 1.453-2.516 1.875-0.328 0.313-1.687 0.469-2.453 0.078-0.891-0.453-0.422-1.172-1.797-1.219-0.688-0.016-1.359-0.016-2.031-0.016-0.594 0.016-1.188 0.047-1.797 0.063-2.063 0.047-2.266 1.375-3.594 1.328-0.906-0.031-2.047-0.75-4.016-1.156-1.375-0.281-2.703-0.359-2.984-0.969s0.344-1.297 0.391-1.891c0.047-0.797-0.594-1.875-0.125-2.281 0.406-0.359 1.266-0.094 1.828-0.406 0.594-0.344 0.844-0.609 0.844-1.344 0.219 0.75-0.016 1.359-0.5 1.656-0.297 0.187-0.844 0.281-1.297 0.234-0.359-0.031-0.578 0.016-0.672 0.156-0.141 0.172-0.094 0.484 0.078 0.891s0.375 0.672 0.344 1.172c-0.016 0.5-0.578 1.094-0.484 1.516 0.031 0.156 0.187 0.297 0.578 0.406 0.625 0.172 1.766 0.344 2.875 0.609 1.234 0.313 2.516 0.875 3.313 0.766 2.375-0.328 1.016-2.875 0.641-3.484v0c-2.016-3.156-3.344-5.219-4.406-4.406-0.266 0.219-0.281-0.531-0.266-0.828 0.047-1.031 0.562-1.406 0.875-2.203 0.594-1.516 1.047-3.25 1.953-4.141 0.672-0.875 1.734-2.297 1.937-3.047-0.172-1.625-0.219-3.344-0.25-4.844-0.031-1.609 0.219-3.016 2.031-4 0.438-0.234 1.016-0.328 1.625-0.328 1.078-0.016 2.281 0.297 3.047 0.859 1.219 0.906 1.984 2.828 1.891 4.203-0.063 1.078 0.125 2.188 0.469 3.344 0.406 1.359 1.047 2.312 2.078 3.406 1.234 1.313 2.203 3.891 2.484 5.531 0.25 1.531-0.094 2.484-0.422 2.531-0.5 0.078-0.812 1.656-2.375 1.594-1-0.047-1.094-0.641-1.375-1.156-0.453-0.797-0.906-0.547-1.078 0.297-0.094 0.422-0.031 1.047 0.109 1.516 0.281 0.984 0.187 1.906 0.016 3.047-0.328 2.156 1.516 2.562 2.75 1.531 1.219-1.016 1.484-1.172 3.016-1.703 2.328-0.797 1.547-1.5 0.297-1.922-1.125-0.375-1.172-2.266-0.766-2.625 0.094 2.031 1.156 2.328 1.594 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dribbble\" viewBox=\"0 0 24 28\">\n<title>dribbble</title>\n<path d=\"M16 23.438c-0.156-0.906-0.75-4.031-2.188-7.781-0.016 0-0.047 0.016-0.063 0.016 0 0-6.078 2.125-8.047 6.406-0.094-0.078-0.234-0.172-0.234-0.172 1.781 1.453 4.047 2.344 6.531 2.344 1.422 0 2.766-0.297 4-0.812zM13.109 13.953c-0.25-0.578-0.531-1.156-0.828-1.734-5.281 1.578-10.344 1.453-10.516 1.453-0.016 0.109-0.016 0.219-0.016 0.328 0 2.625 1 5.031 2.625 6.844v0c2.797-4.984 8.328-6.766 8.328-6.766 0.141-0.047 0.281-0.078 0.406-0.125zM11.438 10.641c-1.781-3.156-3.672-5.719-3.813-5.906-2.859 1.344-4.984 3.984-5.656 7.156 0.266 0 4.547 0.047 9.469-1.25zM22.125 15.625c-0.219-0.063-3.078-0.969-6.391-0.453 1.344 3.703 1.891 6.719 2 7.328 2.297-1.547 3.922-4.016 4.391-6.875zM9.547 4.047c-0.016 0-0.016 0-0.031 0.016 0 0 0.016-0.016 0.031-0.016zM18.766 6.312c-1.797-1.594-4.172-2.562-6.766-2.562-0.828 0-1.641 0.109-2.422 0.297 0.156 0.203 2.094 2.75 3.844 5.969 3.859-1.437 5.313-3.656 5.344-3.703zM22.25 13.891c-0.031-2.422-0.891-4.656-2.328-6.406-0.031 0.031-1.672 2.406-5.719 4.062 0.234 0.484 0.469 0.984 0.688 1.484 0.078 0.172 0.141 0.359 0.219 0.531 3.531-0.453 7.016 0.313 7.141 0.328zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skype\" viewBox=\"0 0 24 28\">\n<title>skype</title>\n<path d=\"M18.328 16.609c0-2.719-2.641-3.656-4.859-4.156l-1.625-0.375c-1.188-0.281-2.078-0.484-2.078-1.391 0-0.828 0.875-1.203 2.25-1.203 2.453 0 2.5 1.797 4.016 1.797 1.016 0 1.625-0.797 1.625-1.703 0-1.797-2.984-2.969-5.938-2.969-2.703 0-5.844 1.172-5.844 4.344 0 2.625 1.75 3.563 4.031 4.109l2.281 0.562c1.391 0.344 2.25 0.5 2.25 1.5 0 0.797-0.891 1.406-2.266 1.406-2.891 0-3.047-2.406-4.719-2.406-1.094 0-1.578 0.781-1.578 1.641 0 1.922 2.938 3.484 6.453 3.484 2.938 0 6-1.469 6-4.641zM24 20c0 3.313-2.688 6-6 6-1.375 0-2.641-0.469-3.656-1.25-0.75 0.156-1.547 0.25-2.344 0.25-6.078 0-11-4.922-11-11 0-0.797 0.094-1.594 0.25-2.344-0.781-1.016-1.25-2.281-1.25-3.656 0-3.313 2.688-6 6-6 1.375 0 2.641 0.469 3.656 1.25 0.75-0.156 1.547-0.25 2.344-0.25 6.078 0 11 4.922 11 11 0 0.797-0.094 1.594-0.25 2.344 0.781 1.016 1.25 2.281 1.25 3.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-foursquare\" viewBox=\"0 0 20 28\">\n<title>foursquare</title>\n<path d=\"M15.625 6.781l0.578-3.031c0.109-0.5-0.266-0.891-0.688-0.891h-11.125c-0.5 0-0.844 0.453-0.844 0.844v17.203c0 0.047 0.047 0.063 0.094 0.016 4.094-4.922 4.547-5.5 4.547-5.5 0.469-0.547 0.656-0.641 1.344-0.641h3.734c0.516 0 0.812-0.438 0.859-0.688s0.484-2.531 0.578-2.984-0.328-0.922-0.75-0.922h-4.594c-0.609 0-1.047-0.438-1.047-1.047v-0.656c0-0.609 0.438-1.031 1.047-1.031h5.406c0.375 0 0.797-0.344 0.859-0.672zM19.172 3.313c-0.578 2.812-2.312 11.703-2.469 12.344-0.187 0.734-0.469 2.016-2.25 2.016h-4.234c-0.172 0-0.187-0.016-0.344 0.156 0 0-0.109 0.125-6.656 7.719-0.516 0.594-1.359 0.484-1.672 0.359s-0.859-0.5-0.859-1.531v-22.031c0-0.906 0.562-2.344 2.469-2.344h13.875c2.031 0 2.578 1.156 2.141 3.313zM19.172 3.313l-2.469 12.344c0.156-0.641 1.891-9.531 2.469-12.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trello\" viewBox=\"0 0 24 28\">\n<title>trello</title>\n<path d=\"M11 21v-16c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v16c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM21.5 15v-10c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v10c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-female\" viewBox=\"0 0 20 28\">\n<title>female</title>\n<path d=\"M20 16.5c0 0.828-0.672 1.5-1.5 1.5-0.5 0-0.969-0.25-1.25-0.672l-3.547-5.328h-0.703v2.063l3.859 6.422c0.094 0.156 0.141 0.328 0.141 0.516 0 0.547-0.453 1-1 1h-3v4.25c0 0.969-0.781 1.75-1.75 1.75h-2.5c-0.953 0-1.75-0.781-1.75-1.75v-4.25h-3c-0.547 0-1-0.453-1-1 0-0.187 0.047-0.359 0.141-0.516l3.859-6.422v-2.063h-0.703l-3.547 5.328c-0.281 0.422-0.75 0.672-1.25 0.672-0.828 0-1.5-0.672-1.5-1.5 0-0.297 0.094-0.594 0.25-0.828l4-6c0.625-0.922 1.594-1.672 2.75-1.672h6c1.156 0 2.125 0.75 2.75 1.672l4 6c0.156 0.234 0.25 0.531 0.25 0.828zM13.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-male\" viewBox=\"0 0 16 28\">\n<title>male</title>\n<path d=\"M16 11v6.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-5.5h-1v14.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-7.25h-1v7.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-14.25h-1v5.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-6.5c0-1.656 1.344-3 3-3h10c1.656 0 3 1.344 3 3zM11.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gittip\" viewBox=\"0 0 24 28\">\n<title>gittip</title>\n<path d=\"M12.078 20.344l5.469-7.391c0.422-0.578 0.922-2.438-0.672-3.484-1.344-0.875-2.625-0.203-3.297 0.578-0.25 0.281-0.688 0.625-1.5 0.625s-1.234-0.344-1.484-0.625c-0.672-0.781-1.953-1.453-3.313-0.578-1.578 1.047-1.078 2.906-0.656 3.484zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sun-o\" viewBox=\"0 0 28 28\">\n<title>sun-o</title>\n<path d=\"M23 14c0-4.969-4.031-9-9-9s-9 4.031-9 9 4.031 9 9 9 9-4.031 9-9zM27.312 18.328c-0.047 0.156-0.172 0.266-0.313 0.313l-4.562 1.5v4.781c0 0.156-0.078 0.313-0.203 0.406-0.141 0.094-0.297 0.125-0.453 0.063l-4.562-1.469-2.812 3.875c-0.094 0.125-0.25 0.203-0.406 0.203s-0.313-0.078-0.406-0.203l-2.812-3.875-4.562 1.469c-0.156 0.063-0.313 0.031-0.453-0.063-0.125-0.094-0.203-0.25-0.203-0.406v-4.781l-4.562-1.5c-0.141-0.047-0.266-0.156-0.313-0.313s-0.031-0.328 0.063-0.453l2.812-3.875-2.812-3.875c-0.094-0.141-0.109-0.297-0.063-0.453s0.172-0.266 0.313-0.313l4.562-1.5v-4.781c0-0.156 0.078-0.313 0.203-0.406 0.141-0.094 0.297-0.125 0.453-0.063l4.562 1.469 2.812-3.875c0.187-0.25 0.625-0.25 0.812 0l2.812 3.875 4.562-1.469c0.156-0.063 0.313-0.031 0.453 0.063 0.125 0.094 0.203 0.25 0.203 0.406v4.781l4.562 1.5c0.141 0.047 0.266 0.156 0.313 0.313s0.031 0.313-0.063 0.453l-2.812 3.875 2.812 3.875c0.094 0.125 0.109 0.297 0.063 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-moon-o\" viewBox=\"0 0 23 28\">\n<title>moon-o</title>\n<path d=\"M19.719 20.359c-0.562 0.094-1.141 0.141-1.719 0.141-5.797 0-10.5-4.703-10.5-10.5 0-1.984 0.578-3.922 1.625-5.578-4.156 1.234-7.125 5.047-7.125 9.578 0 5.516 4.484 10 10 10 3.016 0 5.844-1.375 7.719-3.641zM22.891 19.031c-1.953 4.234-6.234 6.969-10.891 6.969-6.609 0-12-5.391-12-12 0-6.484 5.078-11.75 11.547-11.984 0.438-0.016 0.797 0.234 0.953 0.609 0.172 0.391 0.063 0.844-0.234 1.125-1.781 1.625-2.766 3.844-2.766 6.25 0 4.688 3.813 8.5 8.5 8.5 1.234 0 2.422-0.266 3.563-0.797 0.391-0.172 0.828-0.094 1.125 0.203s0.375 0.75 0.203 1.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-archive\" viewBox=\"0 0 28 28\">\n<title>archive</title>\n<path d=\"M17 13c0-0.547-0.453-1-1-1h-4c-0.547 0-1 0.453-1 1s0.453 1 1 1h4c0.547 0 1-0.453 1-1zM26 10v15c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-15c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM27 3v4c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bug\" viewBox=\"0 0 26 28\">\n<title>bug</title>\n<path d=\"M25.5 15c0 0.547-0.453 1-1 1h-3.5c0 1.953-0.422 3.422-1.047 4.531l3.25 3.266c0.391 0.391 0.391 1.016 0 1.406-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-3.094-3.078s-2.047 1.875-4.703 1.875v-14h-2v14c-2.828 0-4.891-2.063-4.891-2.063l-2.859 3.234c-0.203 0.219-0.469 0.328-0.75 0.328-0.234 0-0.469-0.078-0.672-0.25-0.406-0.375-0.438-1-0.078-1.422l3.156-3.547c-0.547-1.078-0.906-2.469-0.906-4.281h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h3.5v-4.594l-2.703-2.703c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0l2.703 2.703h13.188l2.703-2.703c0.391-0.391 1.016-0.391 1.406 0s0.391 1.016 0 1.406l-2.703 2.703v4.594h3.5c0.547 0 1 0.453 1 1zM18 6h-10c0-2.766 2.234-5 5-5s5 2.234 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vk\" viewBox=\"0 0 31 28\">\n<title>vk</title>\n<path d=\"M29.953 8.125c0.234 0.641-0.5 2.141-2.344 4.594-3.031 4.031-3.359 3.656-0.859 5.984 2.406 2.234 2.906 3.313 2.984 3.453 0 0 1 1.75-1.109 1.766l-4 0.063c-0.859 0.172-2-0.609-2-0.609-1.5-1.031-2.906-3.703-4-3.359 0 0-1.125 0.359-1.094 2.766 0.016 0.516-0.234 0.797-0.234 0.797s-0.281 0.297-0.828 0.344h-1.797c-3.953 0.25-7.438-3.391-7.438-3.391s-3.813-3.938-7.156-11.797c-0.219-0.516 0.016-0.766 0.016-0.766s0.234-0.297 0.891-0.297l4.281-0.031c0.406 0.063 0.688 0.281 0.688 0.281s0.25 0.172 0.375 0.5c0.703 1.75 1.609 3.344 1.609 3.344 1.563 3.219 2.625 3.766 3.234 3.437 0 0 0.797-0.484 0.625-4.375-0.063-1.406-0.453-2.047-0.453-2.047-0.359-0.484-1.031-0.625-1.328-0.672-0.234-0.031 0.156-0.594 0.672-0.844 0.766-0.375 2.125-0.391 3.734-0.375 1.266 0.016 1.625 0.094 2.109 0.203 1.484 0.359 0.984 1.734 0.984 5.047 0 1.062-0.203 2.547 0.562 3.031 0.328 0.219 1.141 0.031 3.141-3.375 0 0 0.938-1.625 1.672-3.516 0.125-0.344 0.391-0.484 0.391-0.484s0.25-0.141 0.594-0.094l4.5-0.031c1.359-0.172 1.578 0.453 1.578 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-weibo\" viewBox=\"0 0 28 28\">\n<title>weibo</title>\n<path d=\"M10.547 20.062c0.438-0.719 0.203-1.547-0.531-1.859-0.703-0.297-1.641 0.016-2.078 0.703-0.453 0.703-0.234 1.531 0.469 1.859 0.719 0.328 1.687 0.016 2.141-0.703zM12.016 18.172c0.156-0.281 0.063-0.594-0.219-0.703-0.281-0.094-0.625 0.031-0.781 0.297-0.156 0.281-0.078 0.578 0.203 0.703 0.281 0.109 0.641-0.016 0.797-0.297zM14.734 19.844c-0.938 2.125-3.656 3.281-5.969 2.531-2.234-0.719-3.172-2.922-2.203-4.906 0.969-1.937 3.453-3.031 5.656-2.469 2.297 0.594 3.453 2.75 2.516 4.844zM19.609 17.344c-0.297-3.047-4.297-5.141-8.937-4.688-4.641 0.469-8.141 3.297-7.844 6.344s4.297 5.141 8.937 4.688c4.641-0.469 8.141-3.297 7.844-6.344zM24.422 17.406c0 3.516-5.063 7.938-12.672 7.938-5.812 0-11.75-2.812-11.75-7.453 0-2.422 1.531-5.219 4.172-7.859 3.531-3.531 7.641-5.125 9.188-3.578 0.688 0.672 0.75 1.859 0.313 3.266-0.219 0.719 0.672 0.313 0.672 0.328 2.844-1.203 5.328-1.266 6.234 0.031 0.484 0.688 0.438 1.656 0 2.781-0.203 0.516 0.063 0.594 0.453 0.719 1.609 0.5 3.391 1.703 3.391 3.828zM23.266 7.656c0.891 0.984 1.141 2.344 0.75 3.531-0.156 0.484-0.672 0.75-1.156 0.594s-0.75-0.672-0.594-1.156v0c0.187-0.594 0.063-1.25-0.375-1.734s-1.078-0.672-1.672-0.547v0c-0.5 0.109-1-0.203-1.094-0.703-0.109-0.5 0.203-0.984 0.703-1.094 1.219-0.266 2.547 0.109 3.437 1.109zM26.094 5.109c1.844 2.031 2.328 4.812 1.547 7.25v0c-0.187 0.562-0.781 0.875-1.344 0.688s-0.875-0.781-0.703-1.344v0c0.562-1.734 0.219-3.719-1.094-5.156-1.313-1.453-3.234-2-5.016-1.625-0.578 0.125-1.156-0.25-1.281-0.828s0.25-1.141 0.828-1.266v0c2.516-0.531 5.219 0.234 7.063 2.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-renren\" viewBox=\"0 0 24 28\">\n<title>renren</title>\n<path d=\"M17.703 24.531c-1.703 0.938-3.656 1.469-5.75 1.469-2.078 0-4.031-0.531-5.734-1.469 2.766-1.75 5-4.391 5.734-7.484 0.75 3.094 2.984 5.734 5.75 7.484zM9.969 2.219v7.578c0 5.344-2.953 9.938-7.141 11.969-1.766-2.094-2.828-4.781-2.828-7.734 0-5.938 4.312-10.859 9.969-11.813zM24 14.031c0 2.953-1.062 5.641-2.828 7.734-4.188-2.031-7.141-6.625-7.141-11.969v-7.578c5.656 0.953 9.969 5.875 9.969 11.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pagelines\" viewBox=\"0 0 22 28\">\n<title>pagelines</title>\n<path d=\"M21.906 17.234c-3.141 7.797-10.672 3.078-10.672 3.078-2.312 4.672-6.125 7.672-10.531 7.688-0.391 0-0.703-0.313-0.703-0.703s0.313-0.688 0.703-0.688c3.672-0.016 6.875-2.438 8.969-6.281-2.344 0.906-6.766 1.594-9.219-4.688 6.219-2.562 9.078 0.641 10.172 2.594 0.562-1.391 0.969-2.906 1.234-4.547 0 0-7.969 1.25-8.531-5.594 6.797-2.734 8.703 4.375 8.703 4.375 0.094-0.953 0.187-3 0.187-3.047 0 0-6.062-4.203-2.172-9.422 7.109 2.453 3.5 9.266 3.5 9.266 0.031 0.094 0.031 1.359 0 1.906 0 0 2.578-5.078 7.781-3.281-0.234 7.641-8.094 6.062-8.094 6.062-0.25 1.563-0.641 3.047-1.141 4.422 0 0 4.734-5.234 9.812-1.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-exchange\" viewBox=\"0 0 20 28\">\n<title>stack-exchange</title>\n<path d=\"M19.672 19.578v1.031c0 1.766-1.375 3.187-3.063 3.187h-0.891l-4.062 4.203v-4.203h-8.266c-1.687 0-3.063-1.422-3.063-3.187v-1.031h19.344zM19.672 14.484v3.984h-19.344v-3.984h19.344zM19.672 9.359v3.984h-19.344v-3.984h19.344zM19.672 7.172v1.047h-19.344v-1.047c0-1.75 1.375-3.172 3.063-3.172h13.219c1.687 0 3.063 1.422 3.063 3.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-right</title>\n<path d=\"M18 14c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-left</title>\n<path d=\"M18 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v3c0 0.281-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-4.984c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5v3h5.5c0.266 0 0.5 0.234 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-left\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-left</title>\n<path d=\"M16 9v10c0 0.547-0.453 1-1 1-0.203 0-0.406-0.063-0.578-0.187l-7-5c-0.266-0.187-0.422-0.484-0.422-0.812 0-0.313 0.156-0.625 0.422-0.812l7-5c0.172-0.125 0.375-0.187 0.578-0.187 0.547 0 1 0.453 1 1zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dot-circle-o\" viewBox=\"0 0 24 28\">\n<title>dot-circle-o</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair\" viewBox=\"0 0 25 28\">\n<title>wheelchair</title>\n<path d=\"M15.984 18.547l1.594 3.187c-1.203 3.719-4.672 6.266-8.578 6.266-4.953 0-9-4.047-9-9 0-3.781 2.375-7.156 5.922-8.453l0.266 2.047c-2.547 1.125-4.188 3.625-4.188 6.406 0 3.859 3.141 7 7 7 4.016 0 7.266-3.437 6.984-7.453zM24.547 20.109l0.906 1.781-4 2c-0.141 0.078-0.297 0.109-0.453 0.109-0.375 0-0.734-0.219-0.891-0.547l-3.734-7.453h-7.375c-0.5 0-0.938-0.391-1-0.891l-1.5-12.172c-0.016-0.156 0.047-0.5 0.094-0.656 0.297-1.078 1.297-1.781 2.406-1.781 1.375 0 2.5 1.125 2.5 2.5 0 1.422-1.25 2.641-2.688 2.484l0.578 4.516h6.609v2h-6.359l0.25 2h7.109c0.375 0 0.734 0.219 0.891 0.547l3.563 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo-square\" viewBox=\"0 0 24 28\">\n<title>vimeo-square</title>\n<path d=\"M20.188 9.969c0.109-2.266-0.734-3.406-2.516-3.469-2.406-0.078-4.031 1.281-4.875 4.078 0.438-0.187 0.859-0.297 1.281-0.297 0.875 0 1.266 0.5 1.156 1.5-0.047 0.594-0.438 1.469-1.156 2.609-0.734 1.156-1.281 1.719-1.641 1.719-0.469 0-0.875-0.875-1.281-2.641-0.125-0.531-0.359-1.844-0.703-3.984-0.313-1.969-1.141-2.891-2.5-2.766-0.562 0.063-1.437 0.562-2.562 1.563-0.844 0.734-1.672 1.5-2.531 2.25l0.812 1.047c0.781-0.531 1.234-0.812 1.359-0.812 0.594 0 1.156 0.938 1.672 2.797 0.469 1.719 0.938 3.422 1.406 5.141 0.703 1.859 1.547 2.797 2.562 2.797 1.625 0 3.625-1.531 5.984-4.594 2.281-2.938 3.469-5.25 3.531-6.937zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-try\" viewBox=\"0 0 18 28\">\n<title>try</title>\n<path d=\"M18 13c0 6.062-4.937 11-11 11h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-9.547l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-1.453l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-3.906c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v2.828l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v1.453l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v7.609c3.906-0.266 7-3.516 7-7.484 0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square-o\" viewBox=\"0 0 22 28\">\n<title>plus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-5.5v5.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-5.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v5.5h5.5c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-space-shuttle\" viewBox=\"0 0 34 28\">\n<title>space-shuttle</title>\n<path d=\"M9.688 17.5c-1.078 0.625-2.547 1-4.188 1h-2v-1h-1c-0.281 0-0.5-0.562-0.5-1.25 0-0.281 0.047-0.547 0.109-0.766-1.203-0.031-2.109-0.234-2.109-0.484s0.906-0.453 2.109-0.484c-0.063-0.219-0.109-0.484-0.109-0.766 0-0.688 0.219-1.25 0.5-1.25h1v-1h2c1.641 0 3.109 0.375 4.188 1h17.391c1.156 0.203 2.203 0.375 2.922 0.5 3 0.5 4 1.5 4 2s-1 1.5-4 2c-0.719 0.125-1.766 0.297-2.922 0.5h-17.391zM27.172 13.563c0.5 0.344 0.828 0.859 0.828 1.437s-0.328 1.094-0.828 1.437l1.266 0.469c0.641-0.453 1.062-1.141 1.062-1.906s-0.422-1.453-1.062-1.906zM9.766 17.75h15.859s-3.391 0.594-7.125 1.25c-2 0-3.5 1.5-3.5 1.5l-4.5 4.5s-1.516 1-2.5 1h-1.5l-1.453-7.25h0.453c1.594 0 3.109-0.359 4.266-1zM5.5 11.25h-0.453l1.453-7.25h1.5c1.016 0 2 0.5 2.5 1l4.5 4.5c0 0 1.5 1.5 3.5 1.5 3.734 0.656 7.125 1.25 7.125 1.25h-15.859c-1.156-0.641-2.672-1-4.266-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slack\" viewBox=\"0 0 26 28\">\n<title>slack</title>\n<path d=\"M23.734 12.125c1.281 0 2.266 0.938 2.266 2.219 0 1-0.516 1.703-1.453 2.031l-2.688 0.922 0.875 2.609c0.078 0.234 0.109 0.484 0.109 0.734 0 1.234-1 2.266-2.234 2.266-0.984 0-1.859-0.609-2.172-1.547l-0.859-2.578-4.844 1.656 0.859 2.562c0.078 0.234 0.125 0.484 0.125 0.734 0 1.219-1 2.266-2.25 2.266-0.984 0-1.844-0.609-2.156-1.547l-0.859-2.547-2.391 0.828c-0.25 0.078-0.516 0.141-0.781 0.141-1.266 0-2.219-0.938-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.438-0.828-1.641-4.891-2.438 0.844c-0.25 0.078-0.5 0.125-0.75 0.125-1.25 0-2.219-0.953-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.453-0.828-0.828-2.484c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1-2.266 2.25-2.266 0.984 0 1.844 0.609 2.156 1.547l0.844 2.5 4.844-1.641-0.844-2.5c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1.016-2.266 2.25-2.266 0.984 0 1.859 0.625 2.172 1.547l0.828 2.516 2.531-0.859c0.219-0.063 0.438-0.094 0.672-0.094 1.219 0 2.266 0.906 2.266 2.156 0 0.969-0.75 1.781-1.625 2.078l-2.453 0.844 1.641 4.937 2.562-0.875c0.234-0.078 0.484-0.125 0.719-0.125zM11.328 16.219l4.844-1.641-1.641-4.922-4.844 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-square\" viewBox=\"0 0 24 28\">\n<title>envelope-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM20 18.5v-6.813c-0.297 0.328-0.625 0.625-1 0.859-1.469 0.969-2.984 1.875-4.438 2.875-0.734 0.516-1.641 1.078-2.562 1.078v0 0 0 0c-0.922 0-1.828-0.562-2.562-1.078-1.453-1-2.984-1.891-4.438-2.891-0.359-0.234-0.641-0.578-1-0.844v6.813c0 0.828 0.672 1.5 1.5 1.5h13c0.828 0 1.5-0.672 1.5-1.5zM20 9.547c0-0.844-0.625-1.547-1.5-1.547h-13c-0.828 0-1.5 0.672-1.5 1.5 0 0.844 0.875 1.766 1.531 2.203 1.375 0.922 2.797 1.781 4.172 2.688 0.594 0.391 1.578 1.109 2.297 1.109s1.703-0.719 2.297-1.109c1.391-0.906 2.781-1.797 4.172-2.719 0.609-0.406 1.531-1.344 1.531-2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wordpress\" viewBox=\"0 0 28 28\">\n<title>wordpress</title>\n<path d=\"M1.984 14c0-1.734 0.375-3.391 1.047-4.891l5.734 15.703c-4.016-1.953-6.781-6.062-6.781-10.813zM22.109 13.391c0 1.031-0.422 2.219-0.922 3.891l-1.188 4-4.344-12.906s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.953 0.141-3.203 0.156-3.203 0.156s-1.172-0.016-3.156-0.156c-0.656-0.047-0.734 0.938-0.078 0.984 0.609 0.063 1.25 0.125 1.25 0.125l1.875 5.125-2.625 7.875-4.375-13s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.937 0.141-3.203 0.156-3.203 0.156-0.219 0-0.484-0.016-0.766-0.016 2.141-3.266 5.828-5.422 10.031-5.422 3.125 0 5.969 1.203 8.109 3.156h-0.156c-1.172 0-2.016 1.016-2.016 2.125 0 0.984 0.578 1.813 1.188 2.812 0.469 0.797 0.984 1.828 0.984 3.313zM14.203 15.047l3.703 10.109c0.016 0.063 0.047 0.125 0.078 0.172-1.25 0.438-2.578 0.688-3.984 0.688-1.172 0-2.312-0.172-3.391-0.5zM24.531 8.234c0.938 1.719 1.484 3.672 1.484 5.766 0 4.438-2.406 8.297-5.984 10.375l3.672-10.594c0.609-1.75 0.922-3.094 0.922-4.312 0-0.438-0.031-0.844-0.094-1.234zM14 0c7.719 0 14 6.281 14 14s-6.281 14-14 14-14-6.281-14-14 6.281-14 14-14zM14 27.359c7.359 0 13.359-6 13.359-13.359s-6-13.359-13.359-13.359-13.359 6-13.359 13.359 6 13.359 13.359 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-openid\" viewBox=\"0 0 28 28\">\n<title>openid</title>\n<path d=\"M16.969 0v24l-4.25 2c-7.187-0.641-12.719-4.469-12.719-9.109 0-4.469 5.156-8.188 11.984-9.016v2.688c-4.469 0.781-7.75 3.313-7.75 6.328 0 3.187 3.656 5.828 8.484 6.438v0-21.25zM27.422 9.094l0.578 6.094-8.203-1.781 2.297-1.297c-1.219-0.719-2.719-1.25-4.375-1.547v-2.688c2.891 0.344 5.484 1.219 7.516 2.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bank\" viewBox=\"0 0 30 28\">\n<title>bank</title>\n<path d=\"M15 0l15 6v2h-2c0 0.547-0.484 1-1.078 1h-23.844c-0.594 0-1.078-0.453-1.078-1h-2v-2zM4 10h4v12h2v-12h4v12h2v-12h4v12h2v-12h4v12h0.922c0.594 0 1.078 0.453 1.078 1v1h-26v-1c0-0.547 0.484-1 1.078-1h0.922v-12zM28.922 25c0.594 0 1.078 0.453 1.078 1v2h-30v-2c0-0.547 0.484-1 1.078-1h27.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-graduation-cap\" viewBox=\"0 0 36 28\">\n<title>graduation-cap</title>\n<path d=\"M27.719 13.062l0.281 4.937c0.125 2.203-4.484 4-10 4s-10.125-1.797-10-4l0.281-4.937 8.969 2.828c0.25 0.078 0.5 0.109 0.75 0.109s0.5-0.031 0.75-0.109zM36 8c0 0.219-0.141 0.406-0.344 0.484l-17.5 5.5c-0.063 0.016-0.109 0.016-0.156 0.016s-0.094 0-0.156-0.016l-10.187-3.219c-0.891 0.703-1.516 2.422-1.641 4.531 0.594 0.344 0.984 0.969 0.984 1.703 0 0.703-0.359 1.313-0.906 1.672l0.906 6.766c0.016 0.141-0.031 0.281-0.125 0.391s-0.234 0.172-0.375 0.172h-3c-0.141 0-0.281-0.063-0.375-0.172s-0.141-0.25-0.125-0.391l0.906-6.766c-0.547-0.359-0.906-0.969-0.906-1.672 0-0.75 0.422-1.391 1.016-1.734 0.094-1.828 0.562-3.797 1.531-5.156l-5.203-1.625c-0.203-0.078-0.344-0.266-0.344-0.484s0.141-0.406 0.344-0.484l17.5-5.5c0.063-0.016 0.109-0.016 0.156-0.016s0.094 0 0.156 0.016l17.5 5.5c0.203 0.078 0.344 0.266 0.344 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yahoo\" viewBox=\"0 0 24 28\">\n<title>yahoo</title>\n<path d=\"M13.422 14.953l0.203 11.047c-0.531-0.094-1.078-0.172-1.641-0.172-0.547 0-1.094 0.078-1.641 0.172l0.203-11.047c-2.906-5.016-5.641-10.125-8.844-14.953 0.547 0.141 1.109 0.234 1.687 0.234s1.172-0.109 1.734-0.234c2.187 3.875 4.562 7.641 6.859 11.453 2.312-3.781 4.766-7.547 6.859-11.453 0.547 0.141 1.109 0.219 1.672 0.219 0.594 0 1.203-0.078 1.781-0.219v0 0c-1.25 1.719-2.281 3.594-3.359 5.422-1.859 3.172-3.687 6.344-5.516 9.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google\" viewBox=\"0 0 24 28\">\n<title>google</title>\n<path d=\"M12 12.281h11.328c0.109 0.609 0.187 1.203 0.187 2 0 6.844-4.594 11.719-11.516 11.719-6.641 0-12-5.359-12-12s5.359-12 12-12c3.234 0 5.953 1.188 8.047 3.141l-3.266 3.141c-0.891-0.859-2.453-1.859-4.781-1.859-4.094 0-7.438 3.391-7.438 7.578s3.344 7.578 7.438 7.578c4.75 0 6.531-3.406 6.813-5.172h-6.813v-4.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit\" viewBox=\"0 0 28 28\">\n<title>reddit</title>\n<path d=\"M17.109 18.234c0.141 0.141 0.141 0.359 0 0.484-0.891 0.891-2.609 0.969-3.109 0.969s-2.219-0.078-3.109-0.969c-0.141-0.125-0.141-0.344 0-0.484 0.125-0.125 0.344-0.125 0.469 0 0.562 0.578 1.781 0.766 2.641 0.766s2.063-0.187 2.641-0.766c0.125-0.125 0.344-0.125 0.469 0zM12.313 15.406c0 0.766-0.625 1.391-1.391 1.391-0.781 0-1.406-0.625-1.406-1.391 0-0.781 0.625-1.406 1.406-1.406 0.766 0 1.391 0.625 1.391 1.406zM18.484 15.406c0 0.766-0.625 1.391-1.406 1.391-0.766 0-1.391-0.625-1.391-1.391 0-0.781 0.625-1.406 1.391-1.406 0.781 0 1.406 0.625 1.406 1.406zM22.406 13.531c0-1.031-0.844-1.859-1.875-1.859-0.531 0-1 0.219-1.344 0.562-1.266-0.875-2.969-1.437-4.859-1.5l0.984-4.422 3.125 0.703c0 0.766 0.625 1.391 1.391 1.391 0.781 0 1.406-0.641 1.406-1.406s-0.625-1.406-1.406-1.406c-0.547 0-1.016 0.328-1.25 0.781l-3.453-0.766c-0.172-0.047-0.344 0.078-0.391 0.25l-1.078 4.875c-1.875 0.078-3.563 0.641-4.828 1.516-0.344-0.359-0.828-0.578-1.359-0.578-1.031 0-1.875 0.828-1.875 1.859 0 0.75 0.438 1.375 1.062 1.687-0.063 0.281-0.094 0.578-0.094 0.875 0 2.969 3.344 5.375 7.453 5.375 4.125 0 7.469-2.406 7.469-5.375 0-0.297-0.031-0.609-0.109-0.891 0.609-0.313 1.031-0.938 1.031-1.672zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-square\" viewBox=\"0 0 24 28\">\n<title>reddit-square</title>\n<path d=\"M14.672 17.641c0.109 0.109 0.109 0.297 0 0.406-0.766 0.766-2.234 0.828-2.672 0.828s-1.906-0.063-2.672-0.828c-0.109-0.109-0.109-0.297 0-0.406 0.109-0.125 0.297-0.125 0.406 0 0.484 0.484 1.531 0.656 2.266 0.656s1.781-0.172 2.266-0.656c0.109-0.125 0.297-0.125 0.406 0zM10.563 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM15.844 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM19.203 13.594c0-0.875-0.719-1.594-1.609-1.594-0.438 0-0.844 0.187-1.141 0.484-1.094-0.75-2.562-1.234-4.172-1.281l0.844-3.797 2.672 0.609c0.016 0.656 0.547 1.188 1.203 1.188s1.203-0.547 1.203-1.203-0.547-1.203-1.203-1.203c-0.469 0-0.875 0.266-1.078 0.672l-2.953-0.656c-0.156-0.047-0.297 0.063-0.328 0.203l-0.938 4.188c-1.609 0.063-3.063 0.547-4.141 1.297-0.297-0.313-0.703-0.5-1.156-0.5-0.891 0-1.609 0.719-1.609 1.594 0 0.641 0.375 1.188 0.906 1.453-0.047 0.234-0.078 0.5-0.078 0.75 0 2.547 2.859 4.609 6.391 4.609s6.406-2.063 6.406-4.609c0-0.266-0.031-0.516-0.094-0.766 0.516-0.266 0.875-0.812 0.875-1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon-circle\" viewBox=\"0 0 24 28\">\n<title>stumbleupon-circle</title>\n<path d=\"M13.531 13.109l1.406-0.422v-0.969c0-1.656-1.406-2.984-3.063-2.984s-3.063 1.313-3.063 2.969v4.422c0 0.406-0.328 0.734-0.734 0.734s-0.719-0.328-0.719-0.734v-1.875h-2.359v1.906c0 1.703 1.375 3.063 3.078 3.063 1.672 0 3.063-1.344 3.063-3.016v-4.375c0-0.406 0.328-0.734 0.734-0.734 0.391 0 0.719 0.328 0.719 0.734v0.844zM18.734 16.156v-1.906h-2.344v1.969c0 0.406-0.328 0.734-0.734 0.734-0.391 0-0.719-0.328-0.719-0.734v-1.922l-1.406 0.406-0.938-0.438v1.922c0 1.672 1.391 3.031 3.078 3.031s3.063-1.359 3.063-3.063zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon\" viewBox=\"0 0 30 28\">\n<title>stumbleupon</title>\n<path d=\"M16.594 11.125v-1.844c0-0.875-0.719-1.594-1.594-1.594s-1.594 0.719-1.594 1.594v9.562c0 3.656-3.031 6.609-6.703 6.609-3.703 0-6.703-3-6.703-6.703v-4.156h5.125v4.094c0 0.891 0.719 1.594 1.594 1.594s1.594-0.703 1.594-1.594v-9.688c0-3.578 3.063-6.453 6.687-6.453 3.641 0 6.687 2.891 6.687 6.5v2.125l-3.047 0.906zM24.875 14.594h5.125v4.156c0 3.703-3 6.703-6.703 6.703-3.687 0-6.703-2.969-6.703-6.641v-4.188l2.047 0.953 3.047-0.906v4.219c0 0.875 0.719 1.578 1.594 1.578s1.594-0.703 1.594-1.578v-4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-delicious\" viewBox=\"0 0 24 28\">\n<title>delicious</title>\n<path d=\"M23 21.5v-7.5h-11v-11h-7.5c-1.937 0-3.5 1.563-3.5 3.5v7.5h11v11h7.5c1.937 0 3.5-1.563 3.5-3.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-digg\" viewBox=\"0 0 32 28\">\n<title>digg</title>\n<path d=\"M5.125 4.406h3.187v15.359h-8.313v-10.891h5.125v-4.469zM5.125 17.203v-5.766h-1.922v5.766h1.922zM9.594 8.875v10.891h3.203v-10.891h-3.203zM9.594 4.406v3.187h3.203v-3.187h-3.203zM14.078 8.875h8.328v14.719h-8.328v-2.547h5.125v-1.281h-5.125v-10.891zM19.203 17.203v-5.766h-1.922v5.766h1.922zM23.688 8.875h8.313v14.719h-8.313v-2.547h5.109v-1.281h-5.109v-10.891zM28.797 17.203v-5.766h-1.922v5.766h1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-pp\" viewBox=\"0 0 24 28\">\n<title>pied-piper-pp</title>\n<path d=\"M16.344 15.937c0 1.328-0.906 2.406-2.016 2.406-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.422zM10.984 9.25c0 1.344-0.906 2.422-2.016 2.422-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.406zM19.766 15.984c0-2.797-2.109-5.063-4.703-5.063-0.203 0-0.406 0.016-0.609 0.047-0.234 0.797-0.641 1.516-1.219 2.125-0.875 0.953-2.047 1.516-3.297 1.578v9.938l3.297-0.641v-3.219c0.547 0.203 1.156 0.297 1.828 0.297 2.594 0 4.703-2.266 4.703-5.063zM14.406 9.312c0-2.797-2.109-5.063-4.719-5.063-0.766 0-1.531 0.203-2.203 0.562h-2.906v13.125l3.297-0.641v-3.219c0.547 0.187 1.156 0.297 1.813 0.297 2.609 0 4.719-2.266 4.719-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-alt\" viewBox=\"0 0 32 28\">\n<title>pied-piper-alt</title>\n<path d=\"M19.094 14.516c4.062-0.156 6.312 3.187 8.156 6.281 1.094 1.859 2.375 2.953 3.953 4.344-1.687 1.047-3.828 1.75-5.641 2.562-3-2.516-1.25-12.5-6.062-12.5l-0.156 0.031-0.094 0.063c0.063 0.078 0.141 0.156 0.203 0.219 1.297 1.094 1.813 1.328 1.891 3.187l0.016 0.516c0.047 1.172-0.297 2.312-0.531 3.453-1.047-0.031-2.063 0.313-3.109 0.313-0.391 0-0.766-0.047-1.125-0.156-0.031-0.25-0.031-0.5-0.031-0.734 0-0.484-0.016-1.031 0.047-1.5 0.078-0.516 1.828-1.625 1.797-2.375-0.297-0.031-0.5 0.141-0.672 0.375-0.719 1.062-2.562 2.281-3.875 2.281-0.906 0-3.063-3.891-4.156-4.672-0.172-0.125-0.281-0.297-0.422-0.469-0.875 0.203-7.578 1.75-8.016 1.75-0.328 0-0.625-0.266-0.625-0.594 0-0.297 0.187-0.578 0.484-0.641l7.594-1.656c-0.516-0.938 0.672-0.953 1.172-1.094 0.172-0.047 0.344-0.219 0.516-0.219 0.344 0 0.641 0.484 0.75 0.766 0.344-0.078 2.484-0.578 2.688-0.578 0.344 0 0.656 0.25 0.656 0.609 0 0.297-0.187 0.562-0.5 0.625l-2.844 0.625-0.016 0.25c-0.016 0.547 2.469 3.266 2.906 3.266 0.984 0 2.984-2.266 2.984-3.266 0-1.672-2.328-0.688-2.328-1.828 0-0.187 0.063-0.359 0.156-0.531l-1.062-0.297c0.484-0.5 0.672-1.141 0.672-1.828 0-0.297-0.031-0.609-0.078-0.906 0.797-0.156 1.453-0.25 2.25-0.25 3.094 0 2.484 0.469 3.563 2.953l0.781-0.391c-0.125 1.859-1.969 0.953-1.906 1.687zM20.031 10.844c-0.609-0.703-0.875-1.047-1.234-1.203-0.375-0.172-0.859-0.125-1.984-0.125-1.172 0-2.328 0.172-3.391 0.672 0.344-0.641 0.719-0.922 1.406-1.188 1.484-0.562 2.188-1.656 3.203-2.781 0.531 0.375 0.766 1.313 1.531 1.266l0.187-0.016v1.188l0.344 0.016c2.031-0.781 4.062-1.641 5.797-2.969 2.625-2 2.875-2.719 4.422-5.437l0.109-0.141c-0.031 0.766-0.344 1.484-0.672 2.172-1.656 3.469-4.281 5.453-7.984 6.344-0.672 0.156-1.437 0.172-2.047 0.484 0.078 0.531 0.719 0.984 0.719 1.25 0 0.187-0.297 0.391-0.406 0.469zM16.578 25.234c0.859-0.562 3.313-1.078 4.344-1.078 0.516 0 1.531 2.453 1.797 3-1.219 0.453-2.5 0.703-3.813 0.703-0.656 0-1.313-0.063-1.953-0.172zM12.844 15.125l0.75-0.187 1.703 2.766-1.141 0.75zM20.672 23.203c0.016 0.078 0.047 0.172 0.047 0.25 0 0.406-2.688 0.688-3.172 0.766l-0.109-0.672c0.969-0.109 2.047-0.359 3.016-0.344h0.219zM13.531 13.391l-1.5 0.313-0.094-0.266c0.359-0.031 0.688-0.203 1.047-0.203 0.203 0 0.375 0.047 0.547 0.156zM16.578 23.297h0.484l0.156 1.297-0.641 0.187v-1.484zM30.469 0.016v0 0zM30.469 0.016l-0.016 0.078-0.031 0.031 0.016-0.047zM30.469 0.016l0.016-0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drupal\" viewBox=\"0 0 24 28\">\n<title>drupal</title>\n<path d=\"M18.234 24.781c-0.031-0.109-0.125-0.266-0.375-0.078-0.531 0.391-1.719 0.875-3.406 0.875s-2.484-0.359-3.016-0.766c-0.078-0.063-0.047-0.063-0.203-0.063-0.172 0-0.266 0.078-0.406 0.187-0.125 0.109-0.187 0.375 0 0.562 1.156 1.062 3.094 0.969 4.516 0.844 1.437-0.141 2.656-0.984 2.781-1.109 0.187-0.187 0.141-0.344 0.109-0.453zM17.625 22.984c-0.109-0.266-0.297-0.734-0.609-0.953-0.313-0.203-0.766-0.234-1.188-0.234s-0.656-0.031-1.109 0.156-0.922 0.609-1.219 0.875-0.344 0.469-0.187 0.688c0.156 0.203 0.328 0.078 0.766-0.297 0.453-0.359 0.75-0.688 1.672-0.688s1.078 0.344 1.266 0.688 0.203 0.391 0.391 0.297c0.219-0.109 0.328-0.266 0.219-0.531zM23.172 18.594c0-0.812-0.359-2.188-1.687-2.188-1.25 0-3.781 2.594-5.109 2.609-1.547 0.031-3.687-3.063-6.781-3.031-2.438 0.016-4.359 1.953-4.391 4.016-0.016 1.156 0.359 2.016 1.156 2.562 0.531 0.359 1.016 0.578 2.594 0.578 2.625 0 5.953-3.25 7.484-3.203 1.219 0.047 3.109 3.031 4.062 3.094 0.75 0.063 1.141-0.281 1.781-1.203 0.625-0.938 0.891-2.406 0.891-3.234zM24 16.094c0 7-5.531 11.625-11.891 11.625-6.375 0-12.109-5.016-12.109-11.844 0-6.813 5.313-9.969 6.297-10.484 1.172-0.625 2.016-0.953 3.344-2.016 0.656-0.516 1.203-1.266 1.375-3.094 0.953 1.141 2.094 2.469 2.906 3.016 1.328 0.875 2.656 1.219 4.047 2.094 0.844 0.516 6.031 3.687 6.031 10.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-joomla\" viewBox=\"0 0 24 28\">\n<title>joomla</title>\n<path d=\"M16.719 16.766l-2.5 2.5-2.359 2.375-0.469 0.469c-1.375 1.359-3.297 1.828-5.047 1.391-0.328 1.437-1.609 2.5-3.141 2.5-1.766 0-3.203-1.437-3.203-3.219 0-1.516 1.047-2.797 2.469-3.125-0.453-1.766 0.016-3.703 1.391-5.078l0.187-0.187 2.359 2.375-0.172 0.172c-0.781 0.766-0.766 2.016 0 2.797 0.766 0.766 2.016 0.766 2.781 0l0.469-0.469 2.359-2.375 2.516-2.5zM11.391 6.109l0.187 0.187-2.375 2.375-0.187-0.187c-0.766-0.766-2.016-0.766-2.781 0s-0.766 2.031 0 2.797l5.328 5.328-2.359 2.375-2.516-2.5-2.359-2.375-0.469-0.469c-1.437-1.422-1.875-3.469-1.328-5.297-1.437-0.313-2.5-1.594-2.5-3.125 0-1.781 1.437-3.219 3.203-3.219 1.609 0 2.922 1.172 3.172 2.688 1.734-0.406 3.625 0.078 4.984 1.422zM24 22.781c0 1.781-1.437 3.219-3.203 3.219-1.563 0-2.859-1.109-3.156-2.578v0c-1.813 0.562-3.891 0.125-5.328-1.313l-0.172-0.187 2.359-2.375 0.187 0.187c0.766 0.766 2.016 0.766 2.781 0s0.766-2.016 0-2.781l-5.344-5.344 2.375-2.375 4.875 4.875 0.453 0.469c1.359 1.359 1.844 3.281 1.406 5.031 1.563 0.219 2.766 1.547 2.766 3.172zM23.969 5.219c0 1.625-1.219 2.969-2.781 3.187 0.516 1.797 0.063 3.813-1.359 5.234l-0.187 0.187-2.359-2.375 0.187-0.187c0.766-0.766 0.766-2.016 0-2.781s-2.016-0.766-2.781 0l-5.344 5.344-2.375-2.375 2.516-2.5 2.375-2.375 0.453-0.469c1.422-1.422 3.453-1.875 5.266-1.344 0.219-1.563 1.563-2.766 3.187-2.766 1.766 0 3.203 1.437 3.203 3.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-language\" viewBox=\"0 0 24 28\">\n<title>language</title>\n<path d=\"M10.219 16.844c-0.031 0.109-0.797-0.25-1-0.328-0.203-0.094-1.125-0.609-1.359-0.766s-1.125-0.891-1.234-0.938v0c-0.562 0.859-1.281 1.875-2.094 2.828-0.281 0.328-1.125 1.391-1.641 1.719-0.078 0.047-0.531 0.094-0.594 0.063 0.25-0.187 0.969-1.078 1.281-1.437 0.391-0.453 2.25-3.047 2.562-3.641 0.328-0.594 1.312-2.562 1.359-2.75-0.156-0.016-1.391 0.406-1.719 0.516-0.313 0.094-1.172 0.297-1.234 0.344-0.063 0.063-0.016 0.25-0.047 0.313s-0.313 0.203-0.484 0.234c-0.156 0.047-0.516 0.063-0.734 0-0.203-0.047-0.391-0.25-0.438-0.328 0 0-0.063-0.094-0.078-0.359 0.187-0.063 0.5-0.078 0.844-0.172s1.188-0.344 1.641-0.5 1.328-0.484 1.594-0.547c0.281-0.047 0.984-0.516 1.359-0.641s0.641-0.281 0.656-0.203 0 0.422-0.016 0.516c-0.016 0.078-0.766 1.547-0.875 1.781-0.063 0.125-0.5 0.953-1.203 2.047 0.25 0.109 0.781 0.328 1 0.438 0.266 0.125 2.125 0.906 2.219 0.938s0.266 0.75 0.234 0.875zM7.016 9.25c0.047 0.266-0.031 0.375-0.063 0.438-0.156 0.297-0.547 0.5-0.781 0.594s-0.625 0.187-0.938 0.187c-0.141-0.016-0.422-0.063-0.766-0.406-0.187-0.203-0.328-0.75-0.266-0.688s0.516 0.125 0.719 0.078 0.688-0.187 0.906-0.25c0.234-0.078 0.703-0.203 0.859-0.219 0.156 0 0.281 0.063 0.328 0.266zM17.922 11.266l0.984 3.547-2.172-0.656zM0.609 23.766l10.844-3.625v-16.125l-10.844 3.641v16.109zM20 18.813l1.594 0.484-2.828-10.266-1.563-0.484-3.375 8.375 1.594 0.484 0.703-1.719 3.297 1.016zM12.141 3.781l8.953 2.875v-5.938zM17 24.453l2.469 0.203-0.844 2.5-0.625-1.031c-1.266 0.812-2.828 1.437-4.312 1.687-0.453 0.094-0.969 0.187-1.422 0.187h-1.313c-1.656 0-4.672-0.984-5.984-1.937-0.094-0.078-0.125-0.141-0.125-0.25 0-0.172 0.125-0.297 0.281-0.297 0.141 0 0.875 0.453 1.078 0.547 1.406 0.703 3.375 1.344 4.953 1.344 1.953 0 3.281-0.25 5.063-1.016 0.516-0.234 0.969-0.531 1.453-0.797zM24 7.594v16.859c-12.078-3.844-12.094-3.844-12.094-3.844-0.25 0.109-11.453 3.891-11.609 3.891-0.125 0-0.234-0.078-0.281-0.203 0-0.016-0.016-0.031-0.016-0.047v-16.844c0.016-0.047 0.031-0.125 0.063-0.156 0.094-0.109 0.219-0.141 0.313-0.172 0.047-0.016 1-0.328 2.328-0.781v-6l8.719 3.094c0.109-0.031 9.828-3.391 9.969-3.391 0.172 0 0.313 0.125 0.313 0.328v6.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fax\" viewBox=\"0 0 28 28\">\n<title>fax</title>\n<path d=\"M4.5 6c1.375 0 2.5 1.125 2.5 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-2c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h2zM26 8.547c1.188 0.688 2 1.984 2 3.453v12c0 2.203-1.797 4-4 4h-13.5c-1.375 0-2.5-1.125-2.5-2.5v-24c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.984 0.484 2.562 1.062l2.375 2.375c0.578 0.578 1.062 1.734 1.062 2.562v2.547zM14.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM24 10v-4h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v8h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building\" viewBox=\"0 0 22 28\">\n<title>building</title>\n<path d=\"M21 0c0.547 0 1 0.453 1 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20zM8 4.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 8.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 12.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 16.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 25.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM14 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-child\" viewBox=\"0 0 20 28\">\n<title>child</title>\n<path d=\"M18.562 8.563l-4.562 4.562v12.875c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-6h-1v6c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-12.875l-4.562-4.562c-0.578-0.594-0.578-1.531 0-2.125 0.594-0.578 1.531-0.578 2.125 0l3.563 3.563h5.75l3.563-3.563c0.594-0.578 1.531-0.578 2.125 0 0.578 0.594 0.578 1.531 0 2.125zM13.5 6c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paw\" viewBox=\"0 0 26 28\">\n<title>paw</title>\n<path d=\"M12.187 7.375c0 1.75-0.906 3.828-2.922 3.828-2.531 0-4.062-3.187-4.062-5.375 0-1.75 0.906-3.828 2.922-3.828 2.547 0 4.062 3.187 4.062 5.375zM6.844 14.922c0 1.516-0.797 3.094-2.516 3.094-2.5 0-4.328-3.063-4.328-5.328 0-1.516 0.812-3.109 2.516-3.109 2.5 0 4.328 3.078 4.328 5.344zM13 14.5c3.828 0 9 5.516 9 9.203 0 1.984-1.625 2.297-3.219 2.297-2.094 0-3.781-1.406-5.781-1.406-2.094 0-3.875 1.391-6.141 1.391-1.516 0-2.859-0.516-2.859-2.281 0-3.703 5.172-9.203 9-9.203zM16.734 11.203c-2.016 0-2.922-2.078-2.922-3.828 0-2.188 1.516-5.375 4.062-5.375 2.016 0 2.922 2.078 2.922 3.828 0 2.188-1.531 5.375-4.062 5.375zM23.484 9.578c1.703 0 2.516 1.594 2.516 3.109 0 2.266-1.828 5.328-4.328 5.328-1.719 0-2.516-1.578-2.516-3.094 0-2.266 1.828-5.344 4.328-5.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spoon\" viewBox=\"0 0 12 28\">\n<title>spoon</title>\n<path d=\"M11 8.25c0 3.125-1.359 5.172-3.266 5.922l0.703 12.828c0.031 0.547-0.391 1-0.938 1h-3c-0.547 0-0.969-0.453-0.938-1l0.703-12.828c-1.906-0.75-3.266-2.797-3.266-5.922 0-4 2.234-8.25 5-8.25s5 4.25 5 8.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cube\" viewBox=\"0 0 26 28\">\n<title>cube</title>\n<path d=\"M14 25.453l10-5.453v-9.938l-10 3.641v11.75zM13 11.937l10.906-3.969-10.906-3.969-10.906 3.969zM26 8v12c0 0.734-0.406 1.406-1.047 1.75l-11 6c-0.297 0.172-0.625 0.25-0.953 0.25s-0.656-0.078-0.953-0.25l-11-6c-0.641-0.344-1.047-1.016-1.047-1.75v-12c0-0.844 0.531-1.594 1.313-1.875l11-4c0.219-0.078 0.453-0.125 0.688-0.125s0.469 0.047 0.688 0.125l11 4c0.781 0.281 1.313 1.031 1.313 1.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cubes\" viewBox=\"0 0 34 28\">\n<title>cubes</title>\n<path d=\"M10 25.5l6-3v-4.906l-6 2.562v5.344zM9 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM26 25.5l6-3v-4.906l-6 2.562v5.344zM25 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM18 13.828l6-2.578v-4.156l-6 2.562v4.172zM17 7.906l6.891-2.953-6.891-2.953-6.891 2.953zM34 16v6.5c0 0.75-0.422 1.453-1.109 1.781l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.047-0.016-0.078-0.031-0.109-0.063-0.031 0.031-0.063 0.047-0.109 0.063l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.688-0.328-1.109-1.031-1.109-1.781v-6.5c0-0.797 0.484-1.516 1.219-1.844l6.781-2.906v-6.25c0-0.797 0.484-1.516 1.219-1.844l7-3c0.25-0.109 0.516-0.156 0.781-0.156s0.531 0.047 0.781 0.156l7 3c0.734 0.328 1.219 1.047 1.219 1.844v6.25l6.781 2.906c0.75 0.328 1.219 1.047 1.219 1.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance\" viewBox=\"0 0 32 28\">\n<title>behance</title>\n<path d=\"M28.875 5.297h-7.984v1.937h7.984v-1.937zM24.938 11.953c-1.875 0-3.125 1.172-3.25 3.047h6.375c-0.172-1.891-1.156-3.047-3.125-3.047zM25.188 21.094c1.188 0 2.719-0.641 3.094-1.859h3.453c-1.062 3.266-3.266 4.797-6.672 4.797-4.5 0-7.297-3.047-7.297-7.484 0-4.281 2.953-7.547 7.297-7.547 4.469 0 6.937 3.516 6.937 7.734 0 0.25-0.016 0.5-0.031 0.734h-10.281c0 2.281 1.203 3.625 3.5 3.625zM4.328 20.312h4.625c1.766 0 3.203-0.625 3.203-2.609 0-2.016-1.203-2.812-3.109-2.812h-4.719v5.422zM4.328 11.922h4.391c1.547 0 2.641-0.672 2.641-2.344 0-1.813-1.406-2.25-2.969-2.25h-4.062v4.594zM0 3.969h9.281c3.375 0 6.297 0.953 6.297 4.875 0 1.984-0.922 3.266-2.688 4.109 2.422 0.688 3.594 2.516 3.594 4.984 0 4-3.359 5.719-6.937 5.719h-9.547v-19.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance-square\" viewBox=\"0 0 24 28\">\n<title>behance-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM7.797 7.734h-5.797v12.297h5.969c2.234 0 4.328-1.062 4.328-3.563 0-1.547-0.734-2.688-2.234-3.125 1.094-0.531 1.672-1.328 1.672-2.562 0-2.453-1.828-3.047-3.937-3.047zM7.453 12.703h-2.75v-2.875h2.547c0.969 0 1.859 0.266 1.859 1.406 0 1.047-0.688 1.469-1.656 1.469zM7.594 17.938h-2.891v-3.391h2.953c1.188 0 1.937 0.516 1.937 1.766s-0.891 1.625-2 1.625zM17.75 18.438c-1.437 0-2.188-0.844-2.188-2.266h6.422c0.016-0.156 0.016-0.313 0.016-0.469 0-2.625-1.547-4.828-4.344-4.828-2.703 0-4.562 2.047-4.562 4.719 0 2.781 1.75 4.672 4.562 4.672 2.141 0 3.516-0.953 4.172-2.984h-2.156c-0.234 0.75-1.188 1.156-1.922 1.156zM17.594 12.719c1.219 0 1.828 0.734 1.937 1.906h-3.969c0.078-1.172 0.859-1.906 2.031-1.906zM15.062 8.563h4.984v1.203h-4.984v-1.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam\" viewBox=\"0 0 28 28\">\n<title>steam</title>\n<path d=\"M24.719 9.094c0 2.109-1.719 3.813-3.813 3.813-2.109 0-3.813-1.703-3.813-3.813s1.703-3.813 3.813-3.813c2.094 0 3.813 1.703 3.813 3.813zM12.688 20.687c0-2.172-1.734-3.906-3.906-3.906-0.281 0-0.562 0.031-0.844 0.094l1.625 0.656c1.594 0.641 2.375 2.438 1.734 4.031s-2.453 2.375-4.047 1.719c-0.641-0.25-1.281-0.516-1.922-0.766 0.656 1.234 1.953 2.078 3.453 2.078 2.172 0 3.906-1.734 3.906-3.906zM25.656 9.109c0-2.625-2.141-4.766-4.766-4.766-2.641 0-4.781 2.141-4.781 4.766 0 2.641 2.141 4.766 4.781 4.766 2.625 0 4.766-2.125 4.766-4.766zM28 9.109c0 3.938-3.187 7.109-7.109 7.109l-6.828 4.984c-0.25 2.688-2.531 4.797-5.281 4.797-2.531 0-4.672-1.797-5.187-4.188l-3.594-1.437v-6.703l6.078 2.453c0.797-0.484 1.719-0.75 2.703-0.75 0.187 0 0.375 0.016 0.547 0.031l4.438-6.359c0.031-3.891 3.219-7.047 7.125-7.047 3.922 0 7.109 3.187 7.109 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam-square\" viewBox=\"0 0 24 28\">\n<title>steam-square</title>\n<path d=\"M19.406 10.109c0-1.656-1.359-3.016-3.031-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.031-1.344 3.031-3.016zM9.875 19.297c0 1.719-1.375 3.094-3.094 3.094-1.188 0-2.219-0.672-2.734-1.656 0.516 0.203 1.016 0.406 1.531 0.625 1.25 0.5 2.688-0.109 3.203-1.375 0.5-1.25-0.109-2.688-1.375-3.187l-1.281-0.516c0.203-0.047 0.438-0.078 0.656-0.078 1.719 0 3.094 1.375 3.094 3.094zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-2.391l2.688 1.078c0.406 1.891 2.094 3.313 4.094 3.313 2.187 0 3.984-1.672 4.188-3.797l5.391-3.938c3.125 0 5.641-2.531 5.641-5.625 0-3.125-2.516-5.641-5.641-5.641-3.078 0-5.594 2.5-5.625 5.578l-3.516 5.031c-0.141-0.016-0.281-0.016-0.438-0.016-0.781 0-1.516 0.203-2.141 0.578l-4.641-1.859v-7.313c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5zM20.141 10.141c0 2.078-1.687 3.766-3.781 3.766-2.078 0-3.766-1.687-3.766-3.766 0-2.094 1.687-3.781 3.766-3.781 2.094 0 3.781 1.687 3.781 3.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-recycle\" viewBox=\"0 0 28 28\">\n<title>recycle</title>\n<path d=\"M13.062 18.266l-0.234 5.75-0.031 0.344-6.563-0.453c-0.812-0.063-1.484-0.828-1.781-1.516-0.625-1.453 0.187-3.172 0.656-4.562 0 0 1.203 0.187 7.953 0.438zM7.016 9.109l2.812 5.922-2.297-1.437c-3.516 4.016-3.844 7-3.844 7l-2.969-5.578c-0.609-0.906-0.063-1.891-0.063-1.891s0.547-0.984 1.781-2.938l-2.188-1.344zM26.25 17.187l-2.938 5.609c-0.406 1.016-1.531 1.109-1.531 1.109s-1.109 0.109-3.422 0.187l0.125 2.562-3.594-5.734 3.297-5.656 0.109 2.703c5.297 0.641 7.953-0.781 7.953-0.781zM13.984 2.75c0 0-0.734 0.969-4.141 6.797l-4.953-2.922-0.297-0.187 3.516-5.563c0.438-0.688 1.422-0.938 2.188-0.859 1.563 0.141 2.688 1.656 3.687 2.734zM24.219 7.547l3.313 5.672c0.422 0.703 0.172 1.687-0.234 2.344-0.844 1.313-2.719 1.625-4.125 2.016 0 0-0.531-1.109-4.141-6.813l4.891-3.047zM21.984 4.016l2.219-1.297-3.437 5.828-6.547-0.313 2.359-1.344c-1.875-4.984-4.359-6.703-4.359-6.703l6.328 0.016c1.094-0.094 1.687 0.844 1.687 0.844s0.609 0.953 1.75 2.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-automobile\" viewBox=\"0 0 32 28\">\n<title>automobile</title>\n<path d=\"M7.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM8.062 12h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM29.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM32 15.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-16v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h12c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438c1.937 0 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cab\" viewBox=\"0 0 32 28\">\n<title>cab</title>\n<path d=\"M28.5 14c1.937 0 3.5 1.563 3.5 3.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-16v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h2v-3.5c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5v3.5h2c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438zM5 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM8.062 14h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM27 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tree\" viewBox=\"0 0 24 28\">\n<title>tree</title>\n<path d=\"M23.5 23c0 0.547-0.453 1-1 1h-7.219c0.047 1 0.172 2.047 0.172 3.063 0 0.516-0.422 0.938-0.953 0.938h-5c-0.531 0-0.953-0.422-0.953-0.938 0-1.016 0.125-2.063 0.172-3.063h-7.219c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.578c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.078c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6-6c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l6 6c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.078l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.578l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spotify\" viewBox=\"0 0 24 28\">\n<title>spotify</title>\n<path d=\"M17.609 18.906c0-0.438-0.172-0.609-0.469-0.797-2.016-1.203-4.359-1.797-6.984-1.797-1.531 0-3 0.203-4.484 0.531-0.359 0.078-0.656 0.313-0.656 0.812 0 0.391 0.297 0.766 0.766 0.766 0.141 0 0.391-0.078 0.578-0.125 1.219-0.25 2.5-0.422 3.797-0.422 2.297 0 4.469 0.562 6.203 1.609 0.187 0.109 0.313 0.172 0.516 0.172 0.391 0 0.734-0.313 0.734-0.75zM19.109 15.547c0-0.422-0.156-0.719-0.547-0.953-2.391-1.422-5.422-2.203-8.563-2.203-2.016 0-3.391 0.281-4.734 0.656-0.5 0.141-0.75 0.484-0.75 1s0.422 0.938 0.938 0.938c0.219 0 0.344-0.063 0.578-0.125 1.094-0.297 2.406-0.516 3.922-0.516 2.969 0 5.672 0.781 7.625 1.937 0.172 0.094 0.344 0.203 0.594 0.203 0.531 0 0.938-0.422 0.938-0.938zM20.797 11.672c0-0.578-0.25-0.875-0.625-1.094-2.703-1.578-6.406-2.312-9.938-2.312-2.078 0-3.984 0.234-5.688 0.734-0.438 0.125-0.844 0.5-0.844 1.156 0 0.641 0.484 1.141 1.125 1.141 0.234 0 0.453-0.078 0.625-0.125 1.516-0.422 3.156-0.578 4.797-0.578 3.25 0 6.625 0.719 8.797 2.016 0.219 0.125 0.375 0.187 0.625 0.187 0.594 0 1.125-0.469 1.125-1.125zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deviantart\" viewBox=\"0 0 16 28\">\n<title>deviantart</title>\n<path d=\"M16 4.734l-4.734 9.094 0.375 0.484h4.359v6.484h-7.922l-0.688 0.469-2.219 4.266c-0.016 0-0.438 0.438-0.469 0.469h-4.703v-4.734l4.734-9.109-0.375-0.469h-4.359v-6.484h7.922l0.688-0.469 2.219-4.266c0.016 0 0.438-0.438 0.469-0.469h4.703v4.734z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-soundcloud\" viewBox=\"0 0 36 28\">\n<title>soundcloud</title>\n<path d=\"M12.25 21.438l0.25-3.766-0.25-8.172c-0.016-0.203-0.172-0.375-0.375-0.375-0.187 0-0.359 0.172-0.359 0.375l-0.219 8.172 0.219 3.766c0.016 0.203 0.172 0.359 0.359 0.359 0.203 0 0.359-0.156 0.375-0.359zM16.875 20.984l0.172-3.297-0.187-9.156c0-0.156-0.078-0.297-0.203-0.375-0.078-0.047-0.156-0.078-0.25-0.078s-0.172 0.031-0.25 0.078c-0.125 0.078-0.203 0.219-0.203 0.375l-0.016 0.094-0.156 9.047s0 0.016 0.172 3.687v0.016c0 0.094 0.031 0.187 0.094 0.266 0.094 0.109 0.219 0.172 0.359 0.172 0.125 0 0.234-0.063 0.313-0.141 0.094-0.078 0.141-0.187 0.141-0.313zM0.547 15.672l0.313 2-0.313 1.969c-0.016 0.078-0.063 0.141-0.141 0.141s-0.125-0.063-0.141-0.141l-0.266-1.969 0.266-2c0.016-0.078 0.063-0.141 0.141-0.141s0.125 0.063 0.141 0.141zM1.891 14.438l0.406 3.234-0.406 3.172c-0.016 0.078-0.078 0.141-0.156 0.141s-0.141-0.063-0.141-0.156l-0.359-3.156 0.359-3.234c0-0.078 0.063-0.141 0.141-0.141s0.141 0.063 0.156 0.141zM6.266 21.516v0 0zM3.328 13.844l0.391 3.828-0.391 3.703c0 0.094-0.078 0.172-0.172 0.172s-0.172-0.078-0.187-0.172l-0.328-3.703 0.328-3.828c0.016-0.109 0.094-0.187 0.187-0.187s0.172 0.078 0.172 0.187zM4.797 13.734l0.359 3.938-0.359 3.813c-0.016 0.125-0.109 0.203-0.219 0.203s-0.203-0.078-0.203-0.203l-0.328-3.813 0.328-3.938c0-0.125 0.094-0.203 0.203-0.203s0.203 0.078 0.219 0.203zM6.266 14.016l0.328 3.656-0.328 3.844c-0.016 0.141-0.125 0.25-0.25 0.25s-0.234-0.109-0.234-0.25l-0.313-3.844 0.313-3.656c0-0.125 0.109-0.234 0.234-0.234s0.234 0.109 0.25 0.234zM12.25 21.438v0 0zM7.734 11.734l0.328 5.938-0.328 3.844c0 0.156-0.125 0.281-0.266 0.281-0.156 0-0.266-0.125-0.281-0.281l-0.281-3.844 0.281-5.938c0.016-0.156 0.125-0.281 0.281-0.281 0.141 0 0.266 0.125 0.266 0.281zM9.203 10.391l0.297 7.313-0.297 3.813c0 0.172-0.141 0.297-0.297 0.297-0.172 0-0.297-0.125-0.313-0.297l-0.25-3.813 0.25-7.313c0.016-0.172 0.141-0.297 0.313-0.297 0.156 0 0.297 0.125 0.297 0.297zM10.734 9.766l0.281 7.906-0.281 3.781c-0.016 0.187-0.156 0.328-0.344 0.328-0.172 0-0.313-0.141-0.328-0.328l-0.25-3.781 0.25-7.906c0-0.187 0.156-0.344 0.328-0.344 0.187 0 0.328 0.156 0.344 0.344zM16.859 21.359v0 0 0 0 0 0zM13.766 9.703l0.234 7.969-0.234 3.734c0 0.219-0.172 0.391-0.391 0.391s-0.375-0.172-0.391-0.391l-0.219-3.734 0.219-7.969c0-0.219 0.172-0.391 0.391-0.391s0.391 0.172 0.391 0.391zM15.313 10l0.219 7.688-0.219 3.687c0 0.234-0.187 0.422-0.422 0.422s-0.422-0.187-0.438-0.422l-0.187-3.687 0.187-7.688c0.016-0.25 0.203-0.438 0.438-0.438s0.406 0.187 0.422 0.438zM18.625 17.687l-0.219 3.609c0 0.266-0.219 0.484-0.484 0.484s-0.484-0.219-0.5-0.484l-0.094-1.781-0.094-1.828 0.187-9.938v-0.047c0.016-0.141 0.078-0.281 0.187-0.375 0.078-0.063 0.187-0.109 0.313-0.109 0.078 0 0.172 0.031 0.234 0.078 0.141 0.078 0.234 0.234 0.25 0.406zM36 17.391c0 2.438-1.984 4.406-4.422 4.406h-12.281c-0.266-0.031-0.484-0.234-0.484-0.516v-14.047c0-0.266 0.094-0.391 0.438-0.516 0.859-0.344 1.828-0.531 2.828-0.531 4.078 0 7.422 3.125 7.781 7.109 0.531-0.219 1.109-0.344 1.719-0.344 2.438 0 4.422 1.984 4.422 4.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-database\" viewBox=\"0 0 24 28\">\n<title>database</title>\n<path d=\"M12 12c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 24c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 18c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 0c6.625 0 12 1.797 12 4v2c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2c0-2.203 5.375-4 12-4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-pdf-o\" viewBox=\"0 0 24 28\">\n<title>file-pdf-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM13.969 16.734c0.391 0.313 0.828 0.594 1.312 0.875 0.656-0.078 1.266-0.109 1.828-0.109 1.047 0 2.375 0.125 2.766 0.766 0.109 0.156 0.203 0.438 0.031 0.812-0.016 0.016-0.031 0.047-0.047 0.063v0.016c-0.047 0.281-0.281 0.594-1.109 0.594-1 0-2.516-0.453-3.828-1.141-2.172 0.234-4.453 0.719-6.125 1.297-1.609 2.75-2.844 4.094-3.781 4.094-0.156 0-0.297-0.031-0.438-0.109l-0.375-0.187c-0.047-0.016-0.063-0.047-0.094-0.078-0.078-0.078-0.141-0.25-0.094-0.562 0.156-0.719 1-1.922 2.938-2.938 0.125-0.078 0.281-0.031 0.359 0.094 0.016 0.016 0.031 0.047 0.031 0.063 0.484-0.797 1.047-1.813 1.672-3.078 0.703-1.406 1.25-2.781 1.625-4.094-0.5-1.703-0.656-3.453-0.375-4.484 0.109-0.391 0.344-0.625 0.656-0.625h0.344c0.234 0 0.422 0.078 0.547 0.234 0.187 0.219 0.234 0.562 0.141 1.062-0.016 0.047-0.031 0.094-0.063 0.125 0.016 0.047 0.016 0.078 0.016 0.125v0.469c-0.016 0.984-0.031 1.922-0.219 3 0.547 1.641 1.359 2.969 2.281 3.719zM4.969 23.156c0.469-0.219 1.141-0.891 2.141-2.469-1.172 0.906-1.906 1.937-2.141 2.469zM11.188 8.781c-0.156 0.438-0.156 1.188-0.031 2.063 0.047-0.25 0.078-0.484 0.109-0.688 0.031-0.266 0.078-0.484 0.109-0.672 0.016-0.047 0.031-0.078 0.063-0.125-0.016-0.016-0.016-0.047-0.031-0.078-0.016-0.281-0.109-0.453-0.203-0.562 0 0.031-0.016 0.047-0.016 0.063zM9.25 19.109c1.375-0.547 2.906-0.984 4.438-1.266-0.156-0.125-0.313-0.234-0.453-0.359-0.766-0.672-1.453-1.609-1.984-2.75-0.297 0.953-0.734 1.969-1.297 3.078-0.234 0.438-0.469 0.875-0.703 1.297zM19.344 18.859c-0.078-0.078-0.484-0.375-2.188-0.375 0.766 0.281 1.469 0.438 1.937 0.438 0.141 0 0.219 0 0.281-0.016 0-0.016-0.016-0.031-0.031-0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-word-o\" viewBox=\"0 0 24 28\">\n<title>file-word-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM3.641 12v1.672h1.094l2.562 10.328h2.484l2-7.578c0.078-0.234 0.125-0.469 0.156-0.719 0.016-0.125 0.031-0.25 0.031-0.375h0.063l0.047 0.375c0.047 0.219 0.063 0.469 0.141 0.719l2 7.578h2.484l2.562-10.328h1.094v-1.672h-4.688v1.672h1.406l-1.547 6.844c-0.063 0.25-0.094 0.516-0.109 0.719l-0.031 0.328h-0.063c0-0.094-0.031-0.219-0.047-0.328-0.047-0.203-0.078-0.469-0.141-0.719l-2.25-8.516h-1.781l-2.25 8.516c-0.063 0.25-0.078 0.516-0.125 0.719l-0.063 0.328h-0.063l-0.031-0.328c-0.016-0.203-0.047-0.469-0.109-0.719l-1.547-6.844h1.406v-1.672h-4.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-excel-o\" viewBox=\"0 0 24 28\">\n<title>file-excel-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.703 22.344v1.656h4.391v-1.656h-1.172l1.609-2.516c0.187-0.297 0.281-0.531 0.328-0.531h0.031c0.016 0.063 0.047 0.109 0.078 0.156 0.063 0.125 0.156 0.219 0.266 0.375l1.672 2.516h-1.188v1.656h4.547v-1.656h-1.062l-3-4.266 3.047-4.406h1.047v-1.672h-4.359v1.672h1.156l-1.609 2.484c-0.187 0.297-0.328 0.531-0.328 0.516h-0.031c-0.016-0.063-0.047-0.109-0.078-0.156-0.063-0.109-0.141-0.219-0.266-0.359l-1.656-2.484h1.188v-1.672h-4.531v1.672h1.062l2.953 4.25-3.031 4.422h-1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-powerpoint-o\" viewBox=\"0 0 24 28\">\n<title>file-powerpoint-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.5 22.344v1.656h5.109v-1.656h-1.453v-2.609h2.141c0.672 0 1.281-0.031 1.844-0.234 1.406-0.484 2.281-1.937 2.281-3.641s-0.844-3.016-2.141-3.563c-0.594-0.234-1.313-0.297-2.031-0.297h-5.75v1.672h1.437v8.672h-1.437zM12.016 17.969h-1.859v-4.188h1.875c0.547 0 0.969 0.094 1.297 0.281 0.562 0.328 0.875 0.969 0.875 1.797 0 0.875-0.313 1.547-0.969 1.875-0.328 0.156-0.734 0.234-1.219 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-image-o\" viewBox=\"0 0 24 28\">\n<title>file-image-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM20 19v5h-16v-3l3-3 2 2 6-6zM7 16c-1.656 0-3-1.344-3-3s1.344-3 3-3 3 1.344 3 3-1.344 3-3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-archive-o\" viewBox=\"0 0 24 28\">\n<title>file-archive-o</title>\n<path d=\"M10 6v-2h-2v2h2zM12 8v-2h-2v2h2zM10 10v-2h-2v2h2zM12 12v-2h-2v2h2zM22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v2h-2v-2h-8v24h20zM12.203 14.734c1.328 4.484 1.672 5.453 1.672 5.453 0.078 0.266 0.125 0.531 0.125 0.812 0 1.734-1.687 3-4 3s-4-1.266-4-3c0-0.281 0.047-0.547 0.125-0.812 0 0 0.328-0.969 1.875-6.188v-2h2v2h1.234c0.453 0 0.844 0.297 0.969 0.734zM10 22c1.109 0 2-0.453 2-1s-0.891-1-2-1-2 0.453-2 1 0.891 1 2 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-audio-o\" viewBox=\"0 0 24 28\">\n<title>file-audio-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM9.688 13.281c0.187 0.078 0.313 0.266 0.313 0.469v8.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-2.594-2.609h-2.047c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h2.047l2.594-2.609c0.156-0.141 0.359-0.187 0.547-0.109zM16.203 24.047c0.297 0 0.578-0.125 0.781-0.375 1.297-1.594 2.016-3.609 2.016-5.672s-0.719-4.078-2.016-5.672c-0.344-0.438-0.984-0.5-1.406-0.156-0.438 0.359-0.5 0.984-0.141 1.422 1.016 1.25 1.563 2.781 1.563 4.406s-0.547 3.156-1.563 4.406c-0.359 0.438-0.297 1.062 0.141 1.406 0.187 0.156 0.406 0.234 0.625 0.234zM12.906 21.734c0.266 0 0.531-0.109 0.734-0.313 0.875-0.938 1.359-2.141 1.359-3.422s-0.484-2.484-1.359-3.422c-0.375-0.406-1.016-0.422-1.422-0.047-0.391 0.375-0.422 1.016-0.031 1.422 0.516 0.562 0.812 1.281 0.812 2.047s-0.297 1.484-0.812 2.047c-0.391 0.406-0.359 1.047 0.031 1.422 0.203 0.172 0.453 0.266 0.688 0.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-movie-o\" viewBox=\"0 0 24 28\">\n<title>file-movie-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM12 12c1.094 0 2 0.906 2 2v6c0 1.094-0.906 2-2 2h-6c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h6zM19.688 12.031c0.187 0.078 0.313 0.266 0.313 0.469v9c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.266-0.047-0.359-0.141l-4.141-4.156v-1.406l4.141-4.156c0.094-0.094 0.234-0.141 0.359-0.141 0.063 0 0.125 0.016 0.187 0.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-code-o\" viewBox=\"0 0 24 28\">\n<title>file-code-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM7.5 12c0.172-0.219 0.484-0.266 0.703-0.094l0.797 0.594c0.219 0.172 0.266 0.484 0.094 0.703l-2.844 3.797 2.844 3.797c0.172 0.219 0.125 0.531-0.094 0.703l-0.797 0.594c-0.219 0.172-0.531 0.125-0.703-0.094l-3.531-4.703c-0.125-0.172-0.125-0.422 0-0.594zM20.031 16.703c0.125 0.172 0.125 0.422 0 0.594l-3.531 4.703c-0.172 0.219-0.484 0.266-0.703 0.094l-0.797-0.594c-0.219-0.172-0.266-0.484-0.094-0.703l2.844-3.797-2.844-3.797c-0.172-0.219-0.125-0.531 0.094-0.703l0.797-0.594c0.219-0.172 0.531-0.125 0.703 0.094zM10.344 23.906c-0.281-0.047-0.453-0.313-0.406-0.578l2.156-12.984c0.047-0.281 0.313-0.453 0.578-0.406l0.984 0.156c0.281 0.047 0.453 0.313 0.406 0.578l-2.156 12.984c-0.047 0.281-0.313 0.453-0.578 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vine\" viewBox=\"0 0 24 28\">\n<title>vine</title>\n<path d=\"M23.391 12.922v3.094c-1.094 0.25-2.188 0.359-3.094 0.359-2.188 4.594-6.109 8.531-7.422 9.266-0.828 0.469-1.609 0.5-2.531-0.047-1.609-0.969-7.703-5.969-9.734-21.688h4.422c1.109 9.438 3.828 14.281 6.813 17.906 1.656-1.656 3.25-3.859 4.484-6.344-2.953-1.5-4.75-4.797-4.75-8.641 0-3.891 2.234-6.828 6.062-6.828 3.719 0 5.75 2.312 5.75 6.297 0 1.484-0.313 3.172-0.906 4.469 0 0-2.75 0.547-3.766-1.219 0.203-0.672 0.484-1.828 0.484-2.875 0-1.859-0.672-2.766-1.687-2.766-1.078 0-1.828 1.016-1.828 2.969 0 3.984 2.531 6.266 5.812 6.266 0.578 0 1.234-0.063 1.891-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codepen\" viewBox=\"0 0 28 28\">\n<title>codepen</title>\n<path d=\"M3.375 18.266l9.422 6.281v-5.609l-5.219-3.484zM2.406 16.016l3.016-2.016-3.016-2.016v4.031zM15.203 24.547l9.422-6.281-4.203-2.812-5.219 3.484v5.609zM14 16.844l4.25-2.844-4.25-2.844-4.25 2.844zM7.578 12.547l5.219-3.484v-5.609l-9.422 6.281zM22.578 14l3.016 2.016v-4.031zM20.422 12.547l4.203-2.812-9.422-6.281v5.609zM28 9.734v8.531c0 0.391-0.203 0.781-0.531 1l-12.797 8.531c-0.203 0.125-0.438 0.203-0.672 0.203s-0.469-0.078-0.672-0.203l-12.797-8.531c-0.328-0.219-0.531-0.609-0.531-1v-8.531c0-0.391 0.203-0.781 0.531-1l12.797-8.531c0.203-0.125 0.438-0.203 0.672-0.203s0.469 0.078 0.672 0.203l12.797 8.531c0.328 0.219 0.531 0.609 0.531 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-jsfiddle\" viewBox=\"0 0 32 28\">\n<title>jsfiddle</title>\n<path d=\"M28.125 12.063c2.266 0.938 3.875 3.156 3.875 5.734 0 3.422-2.828 6.203-6.297 6.203-0.125 0-0.234-0.016-0.344-0.016h-19.016c-3.5-0.203-6.344-2.875-6.344-6.344 0-2.328 1.266-4.359 3.156-5.469-0.125-0.406-0.187-0.828-0.187-1.281 0-2.391 1.953-4.328 4.391-4.328 1 0 1.937 0.344 2.688 0.906 1.531-3.156 4.781-5.344 8.578-5.344 5.266 0 9.516 4.203 9.516 9.375 0 0.187-0.016 0.375-0.016 0.562zM7.313 16.219c0 2.641 2.078 4.125 4.562 4.125 1.531 0 2.641-0.484 3.75-1.547-0.453-0.562-0.953-1.109-1.422-1.672-0.641 0.625-1.344 1.016-2.25 1.016-1.109 0-2.063-0.734-2.063-1.891 0-1.141 0.953-1.891 2.031-1.891 3.437 0 4.172 6 9.172 6 2.438 0 4.5-1.531 4.5-4.094 0-2.594-2.078-4.109-4.547-4.109-1.531 0-2.672 0.438-3.766 1.516 0.5 0.547 0.969 1.125 1.453 1.687 0.625-0.609 1.328-1 2.219-1 1.031 0 2.063 0.734 2.063 1.828 0 1.203-0.875 1.969-2.047 1.969-3.328 0-4.219-6-9.094-6-2.422 0-4.562 1.484-4.562 4.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-life-bouy\" viewBox=\"0 0 28 28\">\n<title>life-bouy</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM14 2c-2.031 0-3.953 0.516-5.641 1.406l3.031 3.031c0.828-0.281 1.703-0.438 2.609-0.438 0.922 0 1.781 0.156 2.609 0.438l3.031-3.031c-1.687-0.891-3.609-1.406-5.641-1.406zM3.406 19.641l3.031-3.031c-0.281-0.828-0.438-1.703-0.438-2.609 0-0.922 0.156-1.781 0.438-2.609l-3.031-3.031c-0.891 1.687-1.406 3.609-1.406 5.641s0.516 3.953 1.406 5.641zM14 26c2.031 0 3.953-0.516 5.641-1.406l-3.031-3.031c-0.828 0.281-1.687 0.438-2.609 0.438-0.906 0-1.781-0.156-2.609-0.438l-3.031 3.031c1.687 0.891 3.609 1.406 5.641 1.406zM14 20c3.313 0 6-2.688 6-6s-2.688-6-6-6-6 2.688-6 6 2.688 6 6 6zM21.562 16.609l3.031 3.031c0.891-1.687 1.406-3.609 1.406-5.641s-0.516-3.953-1.406-5.641l-3.031 3.031c0.281 0.828 0.438 1.703 0.438 2.609s-0.156 1.781-0.438 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o-notch\" viewBox=\"0 0 28 28\">\n<title>circle-o-notch</title>\n<path d=\"M27.5 14c0 7.453-6.047 13.5-13.5 13.5s-13.5-6.047-13.5-13.5c0-6.781 5-12.391 11.5-13.359v3.563c-4.562 0.922-8 4.969-8 9.797 0 5.516 4.484 10 10 10s10-4.484 10-10c0-4.828-3.437-8.875-8-9.797v-3.563c6.5 0.969 11.5 6.578 11.5 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ra\" viewBox=\"0 0 28 28\">\n<title>ra</title>\n<path d=\"M0.297 13.656c0.156-4.469 2.438-8.594 6.578-11.312 0.016 0 0.109-0.031 0.063 0.047-0.328 0.313-6.281 7.328-0.797 12.781 2.812 2.797 5.078 0.141 5.078 0.141 2.172-2.828-0.031-7.109-0.031-7.109-0.562-1.406-2.578-2.266-2.578-2.266l1.625-1.797c1.375 0.594 2.438 2.188 2.438 2.188 0.047-1.672-1.234-3.469-1.234-3.469l2.516-2.859 2.5 2.828c-1.156 1.625-1.234 3.531-1.234 3.531 0.781-1.297 2.453-2.219 2.453-2.219l1.609 1.797c-1.547 0.5-2.562 2.25-2.562 2.25-0.891 1.609-1.531 5.047 0.031 7.187 1.828 2.516 4.953-0.156 4.953-0.156 5.797-5.187-0.594-12.703-0.594-12.703-0.344-0.313 0.047-0.156 0.047-0.156 2.828 2.063 6.469 4.766 6.563 11.562 0.109 8.219-5.641 14.078-13.687 14.078-7.859 0-13.969-6.563-13.734-14.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-empire\" viewBox=\"0 0 28 28\">\n<title>empire</title>\n<path d=\"M13.656 25.594v1.031c-4.406-0.125-8.266-2.5-10.437-6.016l0.906-0.531c0.328 0.547 0.719 1.062 1.141 1.547l1.016-0.891c1.469 1.672 3.469 2.859 5.75 3.313l-0.266 1.344c0.609 0.109 1.25 0.187 1.891 0.203zM4.312 17.313l-1.297 0.438c0.219 0.609 0.469 1.188 0.766 1.75l-0.891 0.516c-0.969-1.781-1.531-3.844-1.531-6.016s0.562-4.234 1.531-6.016l0.891 0.516c-0.297 0.547-0.562 1.141-0.766 1.75l1.281 0.438c-0.359 1.031-0.547 2.156-0.547 3.313s0.203 2.281 0.562 3.313zM23.875 20.078l0.906 0.531c-2.172 3.516-6.031 5.891-10.437 6.016v-1.031c0.641-0.016 1.281-0.094 1.891-0.203l-0.266-1.344c2.281-0.453 4.281-1.641 5.75-3.313l1.016 0.891c0.422-0.484 0.812-1 1.141-1.547zM21.516 11.422l-3.641 1.25c0.141 0.422 0.219 0.859 0.219 1.328s-0.078 0.906-0.219 1.328l3.625 1.25c-0.328 0.984-0.859 1.875-1.531 2.641l-2.891-2.531c-0.578 0.672-1.375 1.141-2.297 1.328l0.75 3.766c-0.484 0.094-1 0.156-1.531 0.156s-1.047-0.063-1.531-0.156l0.75-3.766c-0.922-0.187-1.719-0.656-2.297-1.328l-2.891 2.531c-0.672-0.766-1.203-1.656-1.531-2.641l3.625-1.25c-0.141-0.422-0.219-0.859-0.219-1.328s0.078-0.906 0.219-1.328l-3.641-1.25c0.344-0.984 0.875-1.875 1.547-2.641l2.891 2.531c0.578-0.672 1.375-1.156 2.297-1.344l-0.75-3.75c0.484-0.109 1-0.156 1.531-0.156s1.047 0.047 1.531 0.156l-0.75 3.75c0.922 0.187 1.719 0.672 2.297 1.344l2.891-2.531c0.672 0.766 1.203 1.656 1.547 2.641zM13.656 1.375v1.031c-0.641 0.016-1.281 0.078-1.891 0.203l0.266 1.344c-2.281 0.437-4.281 1.625-5.75 3.297l-1.016-0.875c-0.422 0.469-0.797 0.984-1.141 1.531l-0.891-0.516c2.172-3.531 6.016-5.891 10.422-6.016v0zM26.641 14c0 2.172-0.562 4.234-1.531 6.016l-0.891-0.516c0.297-0.562 0.547-1.141 0.766-1.75l-1.297-0.438c0.359-1.031 0.562-2.156 0.562-3.313s-0.187-2.281-0.547-3.313l1.281-0.438c-0.203-0.609-0.469-1.203-0.766-1.75l0.891-0.516c0.969 1.781 1.531 3.844 1.531 6.016zM24.766 7.391l-0.891 0.516c-0.344-0.547-0.719-1.062-1.141-1.531l-1.016 0.875c-1.469-1.672-3.469-2.859-5.75-3.297l0.266-1.344c-0.609-0.125-1.25-0.187-1.891-0.203v-1.031c4.406 0.125 8.25 2.484 10.422 6.016zM27.312 14c0-7.344-5.969-13.312-13.312-13.312v0c-7.344 0-13.312 5.969-13.312 13.312s5.969 13.312 13.312 13.312 13.312-5.969 13.312-13.312zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git-square\" viewBox=\"0 0 24 28\">\n<title>git-square</title>\n<path d=\"M9.094 20.438c0 0.844-0.766 1.031-1.453 1.031-0.672 0-1.672-0.109-1.672-0.984 0-0.859 0.844-1 1.531-1 0.656 0 1.594 0.109 1.594 0.953zM8.531 13.156c0 0.781-0.313 1.328-1.156 1.328-0.859 0-1.203-0.5-1.203-1.313s0.313-1.406 1.203-1.406c0.797 0 1.156 0.656 1.156 1.391zM11.125 11.984v-1.953c-0.672 0.25-1.391 0.453-2.109 0.453-0.516-0.297-1.109-0.453-1.719-0.453-1.781 0-3.187 1.313-3.187 3.125 0 0.969 0.641 2.312 1.609 2.641v0.047c-0.5 0.219-0.594 0.828-0.594 1.328 0 0.516 0.187 0.938 0.641 1.203v0.047c-1.062 0.344-1.766 1.016-1.766 2.172 0 1.984 1.891 2.547 3.547 2.547 2 0 3.5-0.734 3.5-2.938 0-1.563-1.422-2.031-2.719-2.266-0.438-0.078-1.188-0.391-1.188-0.938 0-0.516 0.281-0.734 0.766-0.812 1.594-0.313 2.609-1.547 2.609-3.187 0-0.281-0.063-0.547-0.156-0.812 0.25-0.063 0.516-0.125 0.766-0.203zM12.047 18.531h2.141c-0.031-0.422-0.031-0.859-0.031-1.281v-6.047c0-0.359 0-0.719 0.031-1.078h-2.141c0.047 0.359 0.047 0.75 0.047 1.109v6.125c0 0.391 0 0.781-0.047 1.172zM20 18.281v-1.891c-0.313 0.219-0.688 0.328-1.062 0.328-0.703 0-0.828-0.703-0.828-1.281v-3.516h0.812c0.281 0 0.547 0.031 0.828 0.031v-1.828h-1.641c0-0.531-0.031-1.062 0.047-1.594h-2.188c0.047 0.281 0.063 0.562 0.063 0.859v0.734h-0.938v1.828c0.187-0.016 0.375-0.047 0.578-0.047 0.109 0 0.234 0.016 0.359 0.016v0.031h-0.031v3.391c0 1.687 0.25 3.313 2.312 3.313 0.578 0 1.172-0.094 1.687-0.375zM14.438 7.25c0-0.734-0.547-1.422-1.313-1.422s-1.328 0.672-1.328 1.422c0 0.734 0.578 1.391 1.328 1.391s1.313-0.672 1.313-1.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git\" viewBox=\"0 0 28 28\">\n<title>git</title>\n<path d=\"M9.297 23.656c0-1.375-1.516-1.563-2.578-1.563-1.109 0-2.469 0.234-2.469 1.625 0 1.406 1.609 1.578 2.688 1.578 1.141 0 2.359-0.281 2.359-1.641zM8.375 11.859c0-1.172-0.562-2.234-1.859-2.234-1.437 0-1.937 0.953-1.937 2.266 0 1.297 0.562 2.109 1.937 2.109 1.359 0 1.859-0.875 1.859-2.141zM12.578 6.797v3.156c-0.406 0.141-0.812 0.25-1.234 0.344 0.156 0.422 0.25 0.859 0.25 1.313 0 2.641-1.625 4.656-4.219 5.141-0.781 0.156-1.234 0.484-1.234 1.328 0 2.391 6.312 0.766 6.312 5.172 0 3.578-2.422 4.75-5.672 4.75-2.672 0-5.719-0.891-5.719-4.109 0-1.875 1.141-2.953 2.844-3.516v-0.063c-0.719-0.438-1.047-1.125-1.047-1.969 0-0.797 0.172-1.781 0.984-2.141v-0.063c-1.578-0.531-2.609-2.703-2.609-4.281 0-2.922 2.266-5.063 5.156-5.063 0.969 0 1.937 0.25 2.781 0.734 1.172 0 2.328-0.313 3.406-0.734zM17.547 20.563h-3.469c0.063-0.703 0.063-1.391 0.063-2.094v-9.516c0-0.672 0.016-1.344-0.063-2h3.469c-0.078 0.641-0.063 1.297-0.063 1.937v9.578c0 0.703 0 1.391 0.063 2.094zM26.938 17.094v3.063c-0.828 0.453-1.781 0.609-2.719 0.609-3.344 0-3.734-2.641-3.734-5.359v-5.484h0.031v-0.063c-0.203 0-0.391-0.031-0.578-0.031-0.313 0-0.625 0.047-0.922 0.094v-2.969h1.5v-1.188c0-0.469-0.016-0.938-0.094-1.391h3.547c-0.125 0.859-0.094 1.719-0.094 2.578h2.672v2.969c-0.453 0-0.906-0.063-1.344-0.063h-1.328v5.703c0 0.922 0.203 2.047 1.359 2.047 0.609 0 1.203-0.172 1.703-0.516zM17.938 2.297c0 1.172-0.906 2.266-2.109 2.266-1.234 0-2.156-1.078-2.156-2.266 0-1.203 0.906-2.297 2.156-2.297 1.234 0 2.109 1.125 2.109 2.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hacker-news\" viewBox=\"0 0 24 28\">\n<title>hacker-news</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tencent-weibo\" viewBox=\"0 0 20 28\">\n<title>tencent-weibo</title>\n<path d=\"M13.156 8.937c0 1.656-1.359 3.016-3.016 3.016-0.641 0-1.234-0.203-1.734-0.547-0.562 0.609-1.188 1.375-1.797 2.281-2.547 3.828-3.625 8.344-3.156 13.422 0.031 0.453-0.297 0.844-0.734 0.891h-0.078c-0.406 0-0.766-0.313-0.812-0.734-0.609-6.844 1.563-11.688 3.484-14.547 0.703-1.047 1.406-1.891 2.063-2.578-0.172-0.375-0.25-0.781-0.25-1.203 0-1.672 1.344-3.016 3.016-3.016 1.656 0 3.016 1.344 3.016 3.016zM19.109 9.109c0 5.016-4.078 9.094-9.109 9.094-0.688 0-1.375-0.078-2.047-0.219-0.438-0.109-0.703-0.547-0.609-0.984 0.109-0.422 0.531-0.703 0.969-0.609 0.547 0.141 1.125 0.203 1.687 0.203 4.125 0 7.484-3.359 7.484-7.484s-3.359-7.484-7.484-7.484-7.484 3.359-7.484 7.484c0 1.203 0.281 2.344 0.812 3.406 0.203 0.406 0.047 0.891-0.344 1.094-0.406 0.203-0.891 0.047-1.094-0.359-0.656-1.266-1-2.703-1-4.141 0-5.031 4.094-9.109 9.109-9.109 5.031 0 9.109 4.078 9.109 9.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qq\" viewBox=\"0 0 28 28\">\n<title>qq</title>\n<path d=\"M4.219 12.594c-0.109-0.266-0.125-0.531-0.125-0.812 0-0.438 0.281-1.141 0.547-1.469-0.016-0.406 0.156-1.234 0.469-1.5 0-2.891 2.234-6.531 4.844-7.781 1.609-0.766 3.297-1.031 5.063-1.031 1.375 0 2.875 0.328 4.156 0.859 3.672 1.547 4.5 4.422 5.281 8.094l0.016 0.078c0.453 0.688 0.859 1.5 0.859 2.344 0 0.422-0.281 0.844-0.281 1.219 0 0.031 0.094 0.156 0.109 0.187 1.344 1.984 2.562 4.141 2.562 6.609 0 0.547-0.297 2.453-1.172 2.453-0.609 0-1.281-1.484-1.5-1.891-0.016-0.016-0.031-0.016-0.047-0.016l-0.078 0.063c-0.5 1.297-1.047 2.516-2.063 3.484 0.891 0.859 2.328 0.781 2.594 2.266-0.078 0.172-0.047 0.359-0.172 0.531-0.891 1.344-3.281 1.516-4.719 1.516-1.906 0-3.453-0.5-5.25-1.031-0.375-0.109-0.938-0.047-1.344-0.094-0.953 1.047-3.281 1.328-4.625 1.328-1.188 0-5.781-0.078-5.781-2.109 0-0.875 0.187-1.125 0.797-1.687 0.484-0.094 0.844-0.359 1.406-0.391 0.078 0 0.141-0.016 0.219-0.031 0.016-0.016 0.031-0.016 0.031-0.063l-0.031-0.047c-1.078-0.25-2.594-2.969-2.828-4.094l-0.078-0.047c-0.109 0-0.156 0.234-0.187 0.313-0.344 0.797-1.156 1.656-2.063 1.75h-0.016c-0.125 0-0.078-0.125-0.172-0.156-0.219-0.516-0.359-0.984-0.359-1.563 0-3.125 1.5-5.437 3.938-7.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wechat\" viewBox=\"0 0 32 28\">\n<title>wechat</title>\n<path d=\"M9.063 7.203c0-0.859-0.562-1.422-1.422-1.422-0.844 0-1.703 0.562-1.703 1.422 0 0.844 0.859 1.406 1.703 1.406 0.859 0 1.422-0.562 1.422-1.406zM20.672 15.125c0-0.562-0.562-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.859 0 1.422-0.562 1.422-1.141zM16.984 7.203c0-0.859-0.562-1.422-1.406-1.422-0.859 0-1.703 0.562-1.703 1.422 0 0.844 0.844 1.406 1.703 1.406 0.844 0 1.406-0.562 1.406-1.406zM26.906 15.125c0-0.562-0.578-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.844 0 1.422-0.562 1.422-1.141zM22.75 8.922c-0.359-0.047-0.719-0.063-1.094-0.063-5.375 0-9.625 4.016-9.625 8.953 0 0.828 0.125 1.625 0.359 2.375-0.359 0.031-0.703 0.047-1.062 0.047-1.422 0-2.547-0.281-3.969-0.562l-3.953 1.984 1.125-3.406c-2.828-1.984-4.531-4.547-4.531-7.656 0-5.391 5.094-9.625 11.328-9.625 5.563 0 10.453 3.391 11.422 7.953zM32 17.687c0 2.547-1.687 4.813-3.969 6.516l0.859 2.828-3.109-1.703c-1.141 0.281-2.281 0.578-3.406 0.578-5.391 0-9.625-3.687-9.625-8.219s4.234-8.219 9.625-8.219c5.094 0 9.625 3.687 9.625 8.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane\" viewBox=\"0 0 28 28\">\n<title>paper-plane</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-7.078-2.891-3.781 4.609c-0.187 0.234-0.469 0.359-0.766 0.359-0.109 0-0.234-0.016-0.344-0.063-0.391-0.141-0.656-0.516-0.656-0.938v-5.453l13.5-16.547-16.703 14.453-6.172-2.531c-0.359-0.141-0.594-0.469-0.625-0.859-0.016-0.375 0.172-0.734 0.5-0.922l26-15c0.156-0.094 0.328-0.141 0.5-0.141 0.203 0 0.406 0.063 0.562 0.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane-o\" viewBox=\"0 0 28 28\">\n<title>paper-plane-o</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-8.234-3.359-4.656 5.109c-0.187 0.219-0.453 0.328-0.734 0.328-0.125 0-0.25-0.016-0.359-0.063-0.391-0.156-0.641-0.531-0.641-0.938v-7.063l-7.375-3.016c-0.359-0.141-0.594-0.469-0.625-0.859-0.031-0.375 0.172-0.734 0.5-0.922l26-15c0.328-0.203 0.75-0.187 1.062 0.031zM22.219 23.594l3.453-20.672-22.406 12.922 5.25 2.141 13.484-9.984-7.469 12.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-history\" viewBox=\"0 0 24 28\">\n<title>history</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12zM14 9.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-thin\" viewBox=\"0 0 24 28\">\n<title>circle-thin</title>\n<path d=\"M12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-header\" viewBox=\"0 0 28 28\">\n<title>header</title>\n<path d=\"M26.281 26c-1.375 0-2.766-0.109-4.156-0.109-1.375 0-2.75 0.109-4.125 0.109-0.531 0-0.781-0.578-0.781-1.031 0-1.391 1.563-0.797 2.375-1.328 0.516-0.328 0.516-1.641 0.516-2.188l-0.016-6.109c0-0.172 0-0.328-0.016-0.484-0.25-0.078-0.531-0.063-0.781-0.063h-10.547c-0.266 0-0.547-0.016-0.797 0.063-0.016 0.156-0.016 0.313-0.016 0.484l-0.016 5.797c0 0.594 0 2.219 0.578 2.562 0.812 0.5 2.656-0.203 2.656 1.203 0 0.469-0.219 1.094-0.766 1.094-1.453 0-2.906-0.109-4.344-0.109-1.328 0-2.656 0.109-3.984 0.109-0.516 0-0.75-0.594-0.75-1.031 0-1.359 1.437-0.797 2.203-1.328 0.5-0.344 0.516-1.687 0.516-2.234l-0.016-0.891v-12.703c0-0.75 0.109-3.156-0.594-3.578-0.781-0.484-2.453 0.266-2.453-1.141 0-0.453 0.203-1.094 0.75-1.094 1.437 0 2.891 0.109 4.328 0.109 1.313 0 2.641-0.109 3.953-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.344-1.547 0.688-2.312 1.172-0.547 0.328-0.547 1.937-0.547 2.5l0.016 5c0 0.172 0 0.328 0.016 0.5 0.203 0.047 0.406 0.047 0.609 0.047h10.922c0.187 0 0.391 0 0.594-0.047 0.016-0.172 0.016-0.328 0.016-0.5l0.016-5c0-0.578 0-2.172-0.547-2.5-0.781-0.469-2.344 0.156-2.344-1.172 0-0.469 0.219-1.094 0.781-1.094 1.375 0 2.75 0.109 4.125 0.109 1.344 0 2.688-0.109 4.031-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.359-1.609 0.672-2.391 1.156-0.531 0.344-0.547 1.953-0.547 2.516l0.016 14.734c0 0.516 0.031 1.875 0.531 2.188 0.797 0.5 2.484-0.141 2.484 1.219 0 0.453-0.203 1.094-0.75 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paragraph\" viewBox=\"0 0 20 28\">\n<title>paragraph</title>\n<path d=\"M19.969 2.953v1.141c0 0.531-0.422 1.453-0.953 1.453-0.266 0-0.578-0.047-0.844 0.016-0.25 0.063-0.438 0.234-0.5 0.484-0.078 0.297-0.047 0.672-0.047 1v18c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-19.031h-2.234v19.031c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-7.75c-1.516-0.125-2.812-0.438-3.828-0.922-1.313-0.609-2.312-1.547-3-2.797-0.656-1.203-1-2.562-1-4.047 0-1.734 0.469-3.234 1.375-4.469 0.922-1.234 2.016-2.063 3.266-2.484 1.172-0.391 3.641-0.578 6.516-0.578h7.484c0.531 0 0.953 0.422 0.953 0.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sliders\" viewBox=\"0 0 24 28\">\n<title>sliders</title>\n<path d=\"M5.5 22v2h-5.5v-2h5.5zM11 20c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM13.5 14v2h-13.5v-2h13.5zM3.5 6v2h-3.5v-2h3.5zM24 22v2h-11.5v-2h11.5zM9 4c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM19 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM24 14v2h-3.5v-2h3.5zM24 6v2h-13.5v-2h13.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt\" viewBox=\"0 0 24 28\">\n<title>share-alt</title>\n<path d=\"M19 16c2.766 0 5 2.234 5 5s-2.234 5-5 5-5-2.234-5-5c0-0.172 0.016-0.359 0.031-0.531l-5.625-2.812c-0.891 0.828-2.094 1.344-3.406 1.344-2.766 0-5-2.234-5-5s2.234-5 5-5c1.313 0 2.516 0.516 3.406 1.344l5.625-2.812c-0.016-0.172-0.031-0.359-0.031-0.531 0-2.766 2.234-5 5-5s5 2.234 5 5-2.234 5-5 5c-1.313 0-2.516-0.516-3.406-1.344l-5.625 2.812c0.016 0.172 0.031 0.359 0.031 0.531s-0.016 0.359-0.031 0.531l5.625 2.812c0.891-0.828 2.094-1.344 3.406-1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt-square\" viewBox=\"0 0 24 28\">\n<title>share-alt-square</title>\n<path d=\"M20 18.672c0-1.844-1.5-3.344-3.328-3.344-0.875 0-1.672 0.344-2.266 0.906l-3.766-1.875c0.016-0.125 0.031-0.234 0.031-0.359s-0.016-0.234-0.031-0.359l3.766-1.875c0.594 0.562 1.391 0.906 2.266 0.906 1.828 0 3.328-1.5 3.328-3.344 0-1.828-1.5-3.328-3.328-3.328-1.844 0-3.344 1.5-3.344 3.328 0 0.125 0.016 0.234 0.031 0.359l-3.766 1.875c-0.594-0.547-1.391-0.891-2.266-0.891-1.828 0-3.328 1.484-3.328 3.328s1.5 3.328 3.328 3.328c0.875 0 1.672-0.344 2.266-0.891l3.766 1.875c-0.016 0.125-0.031 0.234-0.031 0.359 0 1.828 1.5 3.328 3.344 3.328 1.828 0 3.328-1.5 3.328-3.328zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bomb\" viewBox=\"0 0 28 28\">\n<title>bomb</title>\n<path d=\"M8.922 9.203c-0.203-0.516-0.781-0.75-1.297-0.547-2.25 0.906-4.062 2.719-4.969 4.969-0.203 0.516 0.031 1.094 0.547 1.297 0.125 0.047 0.25 0.078 0.375 0.078 0.406 0 0.766-0.234 0.938-0.625 0.703-1.75 2.109-3.156 3.859-3.859 0.516-0.219 0.766-0.797 0.547-1.313zM23.641 3.641l0.719 0.719-3.813 3.797 1.062 1.062c0.391 0.391 0.391 1.031 0 1.422l-1 1c0.875 1.578 1.391 3.406 1.391 5.359 0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11c1.953 0 3.781 0.516 5.359 1.391l1-1c0.391-0.391 1.031-0.391 1.422 0l1.062 1.062zM23.766 2.766c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156l-1.422-1.406c-0.187-0.203-0.187-0.516 0-0.719 0.203-0.187 0.516-0.187 0.719 0l1.406 1.422c0.203 0.187 0.203 0.516 0 0.703zM27.359 6.359c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-1.406-1.422c-0.203-0.187-0.203-0.516 0-0.703 0.187-0.203 0.516-0.203 0.703 0l1.422 1.406c0.187 0.203 0.187 0.516 0 0.719zM28 3.5c0 0.281-0.219 0.5-0.5 0.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h1.5c0.281 0 0.5 0.219 0.5 0.5zM25 0.5v1.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-1.5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM27.359 1.359l-1.422 1.406c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156-0.203-0.187-0.203-0.516 0-0.703l1.406-1.422c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-futbol-o\" viewBox=\"0 0 28 28\">\n<title>futbol-o</title>\n<path d=\"M9.516 12.75l4.484-3.25 4.484 3.25-1.703 5.25h-5.547zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM23.672 21.094c1.469-2 2.328-4.438 2.328-7.094v-0.047l-1.594 1.391-3.75-3.5 0.984-5.047 2.094 0.187c-1.484-2.047-3.609-3.625-6.078-4.406l0.828 1.937-4.484 2.484-4.484-2.484 0.828-1.937c-2.469 0.781-4.594 2.359-6.078 4.406l2.109-0.187 0.969 5.047-3.75 3.5-1.594-1.391v0.047c0 2.656 0.859 5.094 2.328 7.094l0.469-2.063 5.094 0.625 2.172 4.656-1.813 1.078c1.172 0.391 2.438 0.609 3.75 0.609s2.578-0.219 3.75-0.609l-1.813-1.078 2.172-4.656 5.094-0.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tty\" viewBox=\"0 0 28 28\">\n<title>tty</title>\n<path d=\"M7 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM4 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM13 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM1.031 12c-0.578 0-1.031-0.453-1.031-1.016v-2.016h8.031v2.016c0 0.562-0.453 1.016-1.016 1.016h-5.984zM19 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM25 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.125v0.203h-8.031v-0.156c0-0.578-0.5-1.625-5.969-1.594-5.469 0.016-5.969 1.016-5.969 1.594v0.156h-8.031v-0.203c0-1.047 1.875-6.125 14-6.125 12.109 0 14 5.078 14 6.125zM28 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.969v2.016c0 0.562-0.453 1.016-1.016 1.016h-6c-0.562 0-1.016-0.453-1.016-1.016v-2.016h8.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-binoculars\" viewBox=\"0 0 28 28\">\n<title>binoculars</title>\n<path d=\"M11 5v12c0 0.547-0.453 1-1 1v0 9c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-8l3.891-13.641c0.063-0.219 0.266-0.359 0.484-0.359h6.625zM16 5v11h-4v-11h4zM28 19v8c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-9c-0.547 0-1-0.453-1-1v-12h6.625c0.219 0 0.422 0.141 0.484 0.359zM11.5 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5zM22 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plug\" viewBox=\"0 0 28 28\">\n<title>plug</title>\n<path d=\"M27.422 7.078c0.766 0.781 0.766 2.047 0 2.828l-6.266 6.25 2.344 2.344-2.5 2.5c-3.422 3.422-8.641 3.906-12.516 1.344l-5.656 5.656h-2.828v-2.828l5.656-5.656c-2.562-3.875-2.078-9.094 1.344-12.516l2.5-2.5 2.344 2.344 6.25-6.266c0.781-0.766 2.047-0.766 2.828 0 0.781 0.781 0.781 2.063 0 2.828l-6.25 6.266 3.656 3.656 6.266-6.25c0.781-0.781 2.047-0.781 2.828 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slideshare\" viewBox=\"0 0 28 28\">\n<title>slideshare</title>\n<path d=\"M13.641 11.562c0 1.734-1.516 3.156-3.375 3.156s-3.375-1.422-3.375-3.156c0-1.75 1.516-3.156 3.375-3.156s3.375 1.406 3.375 3.156zM21.484 11.562c0 1.734-1.5 3.156-3.375 3.156-1.859 0-3.375-1.422-3.375-3.156 0-1.75 1.516-3.156 3.375-3.156 1.875 0 3.375 1.406 3.375 3.156zM25 14.375v-10.422c0-1.797-0.578-2.5-2.234-2.5h-17.375c-1.734 0-2.219 0.594-2.219 2.5v10.516c3.703 1.937 6.875 1.594 8.609 1.531 0.734-0.016 1.203 0.125 1.484 0.422 0.047 0.047 0.094 0.094 0.156 0.141 0.328 0.313 0.641 0.562 0.953 0.797 0.063-0.859 0.547-1.406 1.844-1.359 1.766 0.078 5.016 0.422 8.781-1.625zM27.547 14.297c-1 1.234-2.906 2.75-5.812 3.938 3.078 10.484-7.516 12.156-7.344 6.781 0 0.094-0.016-2.891-0.016-5.109-0.234-0.047-0.469-0.109-0.75-0.172 0 2.234-0.016 5.375-0.016 5.281 0.172 5.375-10.422 3.703-7.344-6.781-2.906-1.188-4.813-2.703-5.812-3.938-0.5-0.75 0.047-1.547 0.875-0.969 0.109 0.078 0.234 0.156 0.344 0.234v-10.844c0-1.5 1.125-2.719 2.516-2.719h19.641c1.391 0 2.516 1.219 2.516 2.719v10.844l0.328-0.234c0.828-0.578 1.375 0.219 0.875 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitch\" viewBox=\"0 0 28 28\">\n<title>twitch</title>\n<path d=\"M14 6.781v6.781h-2.266v-6.781h2.266zM20.219 6.781v6.781h-2.266v-6.781h2.266zM20.219 18.656l3.953-3.969v-12.422h-18.656v16.391h5.094v3.391l3.391-3.391h6.219zM26.437 0v15.828l-6.781 6.781h-5.094l-3.391 3.391h-3.391v-3.391h-6.219v-18.094l1.703-4.516h23.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yelp\" viewBox=\"0 0 24 28\">\n<title>yelp</title>\n<path d=\"M12.078 20.609v1.984c-0.016 4.406-0.016 4.562-0.094 4.766-0.125 0.328-0.406 0.547-0.797 0.625-1.125 0.187-4.641-1.109-5.375-1.984-0.156-0.172-0.234-0.375-0.266-0.562-0.016-0.141 0.016-0.281 0.063-0.406 0.078-0.219 0.219-0.391 3.359-4.109 0 0 0.016 0 0.938-1.094 0.313-0.391 0.875-0.516 1.391-0.328 0.516 0.203 0.797 0.641 0.781 1.109zM9.75 16.688c-0.031 0.547-0.344 0.953-0.812 1.094l-1.875 0.609c-4.203 1.344-4.344 1.375-4.562 1.375-0.344-0.016-0.656-0.219-0.844-0.562-0.125-0.25-0.219-0.672-0.266-1.172-0.172-1.531 0.031-3.828 0.484-4.547 0.219-0.344 0.531-0.516 0.875-0.5 0.234 0 0.422 0.094 4.953 1.937 0 0-0.016 0.016 1.313 0.531 0.469 0.187 0.766 0.672 0.734 1.234zM22.656 21.328c-0.156 1.125-2.484 4.078-3.547 4.5-0.359 0.141-0.719 0.109-0.984-0.109-0.187-0.141-0.375-0.422-2.875-4.484l-0.734-1.203c-0.281-0.438-0.234-1 0.125-1.437 0.344-0.422 0.844-0.562 1.297-0.406 0 0 0.016 0.016 1.859 0.625 4.203 1.375 4.344 1.422 4.516 1.563 0.281 0.219 0.406 0.547 0.344 0.953zM12.156 11.453c0.078 1.625-0.609 1.828-0.844 1.906-0.219 0.063-0.906 0.266-1.781-1.109-5.75-9.078-5.906-9.344-5.906-9.344-0.078-0.328 0.016-0.688 0.297-0.969 0.859-0.891 5.531-2.203 6.75-1.891 0.391 0.094 0.672 0.344 0.766 0.703 0.063 0.391 0.625 8.813 0.719 10.703zM22.5 13.141c0.031 0.391-0.109 0.719-0.406 0.922-0.187 0.125-0.375 0.187-5.141 1.344-0.766 0.172-1.188 0.281-1.422 0.359l0.016-0.031c-0.469 0.125-1-0.094-1.297-0.562s-0.281-0.984 0-1.359c0 0 0.016-0.016 1.172-1.594 2.562-3.5 2.688-3.672 2.875-3.797 0.297-0.203 0.656-0.203 1.016-0.031 1.016 0.484 3.063 3.531 3.187 4.703v0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-newspaper-o\" viewBox=\"0 0 32 28\">\n<title>newspaper-o</title>\n<path d=\"M16 8h-6v6h6v-6zM18 18v2h-10v-2h10zM18 6v10h-10v-10h10zM28 18v2h-8v-2h8zM28 14v2h-8v-2h8zM28 10v2h-8v-2h8zM28 6v2h-8v-2h8zM4 21v-15h-2v15c0 0.547 0.453 1 1 1s1-0.453 1-1zM30 21v-17h-24v17c0 0.344-0.063 0.688-0.172 1h23.172c0.547 0 1-0.453 1-1zM32 2v19c0 1.656-1.344 3-3 3h-26c-1.656 0-3-1.344-3-3v-17h4v-2h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wifi\" viewBox=\"0 0 32 28\">\n<title>wifi</title>\n<path d=\"M16 23.797c-0.406 0-2.594-2.188-2.594-2.609 0-0.766 2-1.188 2.594-1.188s2.594 0.422 2.594 1.188c0 0.422-2.188 2.609-2.594 2.609zM20.219 19.563c-0.219 0-1.922-1.563-4.219-1.563-2.312 0-3.984 1.563-4.219 1.563-0.375 0-2.641-2.25-2.641-2.625 0-0.141 0.063-0.266 0.156-0.359 1.672-1.656 4.391-2.578 6.703-2.578s5.031 0.922 6.703 2.578c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.641 2.625zM24.484 15.313c-0.125 0-0.266-0.063-0.359-0.125-2.578-2-4.75-3.187-8.125-3.187-4.719 0-8.313 3.313-8.484 3.313-0.359 0-2.609-2.25-2.609-2.625 0-0.125 0.063-0.25 0.156-0.344 2.797-2.797 7.016-4.344 10.938-4.344s8.141 1.547 10.938 4.344c0.094 0.094 0.156 0.219 0.156 0.344 0 0.375-2.25 2.625-2.609 2.625zM28.719 11.078c-0.125 0-0.25-0.063-0.344-0.141-3.609-3.172-7.5-4.937-12.375-4.937s-8.766 1.766-12.375 4.937c-0.094 0.078-0.219 0.141-0.344 0.141-0.359 0-2.625-2.25-2.625-2.625 0-0.141 0.063-0.266 0.156-0.359 3.953-3.922 9.656-6.094 15.188-6.094s11.234 2.172 15.188 6.094c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.625 2.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calculator\" viewBox=\"0 0 26 28\">\n<title>calculator</title>\n<path d=\"M6 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 24v-6c0-1.094-0.906-2-2-2v0c-1.094 0-2 0.906-2 2v6c0 1.094 0.906 2 2 2v0c1.094 0 2-0.906 2-2zM18 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 7v-4c0-0.547-0.453-1-1-1h-20c-0.547 0-1 0.453-1 1v4c0 0.547 0.453 1 1 1h20c0.547 0 1-0.453 1-1zM24 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 2v24c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-24c0-1.094 0.906-2 2-2h22c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paypal\" viewBox=\"0 0 24 28\">\n<title>paypal</title>\n<path d=\"M23.734 10.094v0c0.203 0.938 0.156 2.016-0.063 3.187-1.016 5.156-4.438 6.937-8.828 6.937h-0.688c-0.531 0-0.969 0.391-1.062 0.922l-0.063 0.297-0.859 5.406-0.031 0.234c-0.109 0.531-0.547 0.922-1.078 0.922h-3.922c-0.438 0-0.719-0.359-0.656-0.797 0.281-1.75 0.547-3.5 0.828-5.25s0.562-3.484 0.844-5.234c0.047-0.375 0.297-0.578 0.672-0.578 0.625 0 1.25-0.016 2.047 0 1.125 0.016 2.422-0.047 3.687-0.328 1.687-0.375 3.219-1.062 4.484-2.25 1.141-1.062 1.906-2.375 2.422-3.844 0.234-0.688 0.422-1.375 0.547-2.078 0.031-0.187 0.078-0.156 0.187-0.078 0.859 0.641 1.344 1.5 1.531 2.531zM21.047 5.688c0 1.281-0.297 2.5-0.719 3.687-0.812 2.359-2.344 4.047-4.719 4.922-1.266 0.453-2.594 0.641-3.938 0.656-0.938 0.016-1.875 0-2.812 0-1.016 0-1.656 0.5-1.844 1.5-0.219 1.188-1.078 6.719-1.328 8.281-0.016 0.109-0.063 0.156-0.187 0.156h-4.609c-0.469 0-0.812-0.406-0.75-0.859l3.625-22.984c0.094-0.594 0.625-1.047 1.234-1.047h9.344c0.672 0 2.219 0.297 3.266 0.703 2.219 0.859 3.437 2.609 3.437 4.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-wallet\" viewBox=\"0 0 28 28\">\n<title>google-wallet</title>\n<path d=\"M6.891 10.5c0.313 0 0.625 0.156 0.812 0.406 2.734 3.734 4.641 7.734 5.656 12.094h-6.969c-1.25-4.344-3.094-8.313-5.734-11.703-0.25-0.328 0-0.797 0.406-0.797h5.828zM15.625 16.078c-0.516 2.109-1.172 4.156-1.953 6.141-0.828-3.266-2.156-6.328-4-9.281 0.406-2.266 0.641-4.594 0.688-7.016 2.203 3.547 3.953 6.922 5.266 10.156zM17.172 5c4.672 6.438 8.141 14.375 8.891 23h-7.047c-0.516-8.344-4.359-16.25-8.641-23h6.797zM28 14c0 4.344-0.594 8.906-1.578 12.688-0.688-5.781-2.594-11.531-5.609-16.922-0.266-3.156-0.828-6.219-1.656-9.125-0.078-0.328 0.156-0.641 0.484-0.641h5.609c0.438 0 0.844 0.297 0.953 0.719 1.188 4.219 1.797 8.687 1.797 13.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-visa\" viewBox=\"0 0 36 28\">\n<title>cc-visa</title>\n<path d=\"M30.859 15.469h-2.156c0 0 0.219-0.578 1.031-2.797-0.016 0.016 0.219-0.578 0.344-0.953l0.187 0.859c0.484 2.391 0.594 2.891 0.594 2.891zM8.297 14.453l-0.906-4.609c-0.125-0.641-0.609-0.844-1.172-0.844h-4.188l-0.031 0.203c2.875 0.734 5.234 2.297 6.297 5.25zM11.094 9l-2.531 6.844-0.266-1.391c-0.547-1.453-1.875-2.797-3.375-3.406l2.109 7.969h2.734l4.078-10.016h-2.75zM13.266 19.031h2.594l1.625-10.031h-2.594zM25.266 9.25c-0.516-0.203-1.328-0.422-2.328-0.422-2.562 0-4.359 1.359-4.375 3.313-0.016 1.437 1.281 2.234 2.266 2.719 1.016 0.484 1.344 0.812 1.344 1.25 0 0.672-0.812 0.969-1.547 0.969-1.047 0-1.609-0.125-2.438-0.516l-0.344-0.172-0.359 2.25c0.609 0.281 1.719 0.531 2.891 0.531 2.719 0.016 4.484-1.344 4.516-3.422 0-1.141-0.703-2-2.188-2.719-0.906-0.453-1.453-0.781-1.453-1.25 0-0.422 0.469-0.859 1.484-0.859 0.844-0.016 1.469 0.156 1.937 0.375l0.234 0.125zM31.906 9h-2c-0.625 0-1.094 0.187-1.359 0.844l-3.844 9.188h2.719c0.438-1.234 0.547-1.5 0.547-1.5h3.313c0 0 0.078 0.344 0.313 1.5h2.406zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-mastercard\" viewBox=\"0 0 36 28\">\n<title>cc-mastercard</title>\n<path d=\"M17.484 5.328c-1.297-0.859-2.828-1.328-4.391-1.328-4.391 0-7.953 3.563-7.953 7.938 0 4.391 3.563 7.953 7.953 7.953 1.563 0 3.094-0.469 4.391-1.328-4.188-3.406-4.156-9.828 0-13.234zM18 5.703c-4.031 3.172-4.047 9.328 0 12.484 4.047-3.156 4.031-9.312 0-12.484zM18.516 5.328c4.141 3.406 4.203 9.844 0 13.234 1.297 0.859 2.844 1.328 4.391 1.328 4.391 0 7.953-3.563 7.953-7.953 0-4.375-3.563-7.938-7.953-7.938-1.563 0-3.094 0.469-4.391 1.328zM30.094 16.609h0.109v-0.047h-0.266v0.047h0.109v0.266h0.047v-0.266zM30.547 16.875h0.063v-0.313h-0.078l-0.094 0.203-0.094-0.203h-0.078v0.313h0.047v-0.234l0.094 0.203h0.063l0.078-0.203v0.234zM30.422 23.75v0.031h-0.078v-0.047h0.078v0.016zM30.422 23.891h0.047l-0.063-0.078c0.031 0 0.031-0.016 0.047-0.016 0.016-0.016 0.016-0.031 0.016-0.047s0-0.031-0.016-0.047c-0.016 0-0.031-0.016-0.063-0.016h-0.094v0.203h0.047v-0.078h0.016zM10.703 22.828c0-0.375 0.234-0.672 0.641-0.672 0.375 0 0.625 0.297 0.625 0.672 0 0.391-0.25 0.672-0.625 0.672-0.406 0-0.641-0.297-0.641-0.672zM18.094 22.141c0.297 0 0.5 0.172 0.547 0.5h-1.094c0.047-0.297 0.234-0.5 0.547-0.5zM23.656 22.828c0-0.375 0.234-0.672 0.625-0.672s0.641 0.297 0.641 0.672c0 0.391-0.25 0.672-0.641 0.672s-0.625-0.297-0.625-0.672zM27.906 22.828c0-0.375 0.25-0.672 0.641-0.672 0.375 0 0.641 0.297 0.641 0.672 0 0.391-0.266 0.672-0.641 0.672-0.391 0-0.641-0.297-0.641-0.672zM30.375 23.953c-0.016 0-0.031 0-0.063-0.016-0.016 0-0.031-0.016-0.047-0.031s-0.031-0.031-0.031-0.047-0.016-0.047-0.016-0.063 0-0.047 0.016-0.063c0-0.031 0.016-0.047 0.031-0.063s0.031-0.016 0.047-0.031 0.047-0.016 0.063-0.016 0.047 0 0.063 0.016 0.047 0.016 0.063 0.031 0.016 0.031 0.031 0.063c0 0.016 0.016 0.031 0.016 0.063 0 0.016-0.016 0.031-0.016 0.063-0.016 0.016-0.016 0.031-0.031 0.047s-0.031 0.031-0.063 0.031c-0.016 0.016-0.031 0.016-0.063 0.016zM9.359 23.891h0.469v-1.328c0-0.5-0.328-0.828-0.844-0.844-0.266 0-0.547 0.078-0.734 0.375-0.141-0.234-0.375-0.375-0.703-0.375-0.219 0-0.438 0.078-0.609 0.313v-0.25h-0.469v2.109h0.469v-1.172c0-0.375 0.203-0.562 0.516-0.562s0.469 0.203 0.469 0.562v1.172h0.453v-1.172c0-0.375 0.219-0.562 0.516-0.562 0.313 0 0.469 0.203 0.469 0.562v1.172zM11.953 23.891h0.453v-2.109h-0.453v0.25c-0.156-0.187-0.375-0.313-0.672-0.313-0.594 0-1.047 0.469-1.047 1.109s0.453 1.109 1.047 1.109c0.297 0 0.516-0.109 0.672-0.313v0.266zM14.734 23.25c0-0.375-0.281-0.562-0.734-0.625l-0.219-0.031c-0.203-0.031-0.359-0.078-0.359-0.219s0.141-0.234 0.391-0.234c0.281 0 0.531 0.094 0.672 0.172l0.187-0.375c-0.219-0.141-0.516-0.219-0.859-0.219-0.531 0-0.875 0.266-0.875 0.688 0 0.344 0.25 0.547 0.734 0.609l0.203 0.031c0.266 0.047 0.375 0.109 0.375 0.219 0 0.172-0.172 0.266-0.484 0.266s-0.547-0.109-0.703-0.219l-0.203 0.359c0.25 0.172 0.562 0.266 0.906 0.266 0.609 0 0.969-0.281 0.969-0.688zM16.766 23.781l-0.125-0.391c-0.141 0.078-0.281 0.109-0.406 0.109-0.234 0-0.297-0.141-0.297-0.344v-0.953h0.75v-0.422h-0.75v-0.641h-0.469v0.641h-0.438v0.422h0.438v0.953c0 0.484 0.187 0.781 0.734 0.781 0.187 0 0.422-0.063 0.562-0.156zM18.109 21.719c-0.609 0-1.047 0.453-1.047 1.109 0 0.672 0.453 1.109 1.078 1.109 0.313 0 0.609-0.078 0.859-0.297l-0.219-0.344c-0.172 0.141-0.406 0.234-0.609 0.234-0.297 0-0.562-0.141-0.641-0.516h1.578v-0.187c0-0.656-0.406-1.109-1-1.109zM20.594 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.469v2.109h0.469v-1.188c0-0.344 0.141-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.109-0.047-0.234-0.063-0.328-0.063zM21.063 22.828c0 0.641 0.438 1.109 1.125 1.109 0.313 0 0.531-0.063 0.75-0.25l-0.219-0.375c-0.172 0.125-0.344 0.203-0.547 0.187-0.375 0-0.641-0.266-0.641-0.672s0.266-0.672 0.641-0.672c0.203 0 0.375 0.063 0.547 0.187l0.219-0.375c-0.219-0.172-0.438-0.25-0.75-0.25-0.688 0-1.125 0.469-1.125 1.109zM24.891 23.891h0.469v-2.109h-0.469v0.25c-0.141-0.187-0.359-0.313-0.656-0.313-0.594 0-1.062 0.469-1.062 1.109s0.469 1.109 1.062 1.109c0.297 0 0.516-0.109 0.656-0.313v0.266zM26.969 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.453v2.109h0.453v-1.188c0-0.344 0.156-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.094-0.047-0.234-0.063-0.328-0.063zM29.156 23.891h0.453v-2.969h-0.453v1.109c-0.141-0.187-0.359-0.313-0.672-0.313-0.578 0-1.047 0.469-1.047 1.109s0.469 1.109 1.047 1.109c0.313 0 0.531-0.109 0.672-0.313v0.266zM30.375 23.578c-0.016 0-0.047 0.016-0.078 0.016-0.031 0.016-0.047 0.031-0.063 0.047-0.031 0.016-0.047 0.047-0.047 0.063-0.016 0.031-0.016 0.063-0.016 0.094 0 0.016 0 0.047 0.016 0.078 0 0.016 0.016 0.047 0.047 0.063 0.016 0.016 0.031 0.031 0.063 0.047s0.063 0.016 0.078 0.016c0.031 0 0.063 0 0.094-0.016 0.016-0.016 0.047-0.031 0.063-0.047s0.031-0.047 0.047-0.063c0.016-0.031 0.016-0.063 0.016-0.078 0-0.031 0-0.063-0.016-0.094-0.016-0.016-0.031-0.047-0.047-0.063s-0.047-0.031-0.063-0.047c-0.031 0-0.063-0.016-0.094-0.016zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-discover\" viewBox=\"0 0 36 28\">\n<title>cc-discover</title>\n<path d=\"M4.891 12.141c0 0.5-0.203 0.984-0.562 1.313-0.313 0.281-0.734 0.406-1.391 0.406h-0.266v-3.437h0.266c0.656 0 1.062 0.109 1.391 0.422 0.359 0.313 0.562 0.797 0.562 1.297zM32.641 11.125c0 0.531-0.344 0.812-1 0.812h-0.297v-1.578h0.313c0.641 0 0.984 0.266 0.984 0.766zM5.938 12.141c0-1.531-1.141-2.609-2.797-2.609h-1.484v5.203h1.484c0.781 0 1.359-0.172 1.859-0.594 0.594-0.5 0.938-1.234 0.938-2zM6.406 14.734h1.016v-5.203h-1.016v5.203zM11.406 13.156c0-0.828-0.344-1.203-1.5-1.625-0.609-0.219-0.781-0.375-0.781-0.656 0-0.328 0.313-0.578 0.75-0.578 0.313 0 0.562 0.125 0.828 0.422l0.531-0.688c-0.438-0.391-0.969-0.578-1.531-0.578-0.922 0-1.625 0.641-1.625 1.484 0 0.719 0.328 1.094 1.281 1.437 0.391 0.141 0.594 0.219 0.703 0.297 0.203 0.125 0.297 0.313 0.297 0.531 0 0.422-0.328 0.734-0.781 0.734-0.484 0-0.875-0.234-1.109-0.688l-0.656 0.625c0.469 0.688 1.031 1 1.797 1 1.062 0 1.797-0.703 1.797-1.719zM15.75 14.562v-1.203c-0.406 0.406-0.766 0.578-1.219 0.578-1.031 0-1.75-0.75-1.75-1.797 0-1 0.75-1.797 1.703-1.797 0.484 0 0.844 0.172 1.266 0.594v-1.203c-0.438-0.219-0.812-0.313-1.25-0.313-1.531 0-2.766 1.203-2.766 2.719 0 1.531 1.203 2.719 2.75 2.719 0.438 0 0.812-0.078 1.266-0.297zM35 24v-8.234c-2.5 1.563-11.297 6.563-25.516 9.234h24.516c0.547 0 1-0.453 1-1zM21.703 12.172c0-1.563-1.266-2.828-2.828-2.828s-2.828 1.266-2.828 2.828 1.266 2.828 2.828 2.828 2.828-1.266 2.828-2.828zM24.078 14.875l2.25-5.344h-1.109l-1.406 3.5-1.391-3.5h-1.109l2.219 5.344h0.547zM26.781 14.734h2.875v-0.875h-1.859v-1.406h1.797v-0.875h-1.797v-1.156h1.859v-0.891h-2.875v5.203zM32.891 14.734h1.25l-1.641-2.188c0.766-0.156 1.188-0.672 1.188-1.469 0-0.984-0.672-1.547-1.844-1.547h-1.516v5.203h1.016v-2.078h0.141zM36 4.094v19.812c0 1.156-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.938-2.063-2.094v-19.812c0-1.156 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.938 2.063 2.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-amex\" viewBox=\"0 0 36 28\">\n<title>cc-amex</title>\n<path d=\"M1.859 10.656h1.391l-0.703-1.687zM11.562 18.875l1.156-1.234-1.094-1.234h-2.547v0.766h2.219v0.859h-2.219v0.844h2.484zM14.031 17.656l1.547 1.719v-3.391zM18.531 16.922c0-0.375-0.281-0.516-0.625-0.516h-1.313v1.078h1.297c0.359 0 0.641-0.172 0.641-0.562zM23.047 16.859c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.953h1.266c0.344 0 0.672-0.078 0.672-0.5zM18.703 9.578c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.938h1.266c0.344 0 0.672-0.078 0.672-0.484zM25.875 10.656h1.391l-0.688-1.687zM10.922 8.234v4.234h-1.031v-3.313l-1.469 3.313h-0.891l-1.469-3.313v3.313h-2.063l-0.391-0.938h-2.109l-0.391 0.938h-1.094l1.813-4.234h1.5l1.719 4.016v-4.016h1.656l1.328 2.875 1.203-2.875h1.687zM19.609 16.922c0 1.703-1.859 1.422-3.016 1.422v1.422h-1.969l-1.25-1.406-1.297 1.406h-4v-4.234h4.062l1.25 1.391 1.281-1.391h3.234c0.953 0 1.703 0.328 1.703 1.391zM15.062 11.594v0.875h-3.391v-4.234h3.391v0.891h-2.375v0.766h2.312v0.859h-2.312v0.844h2.375zM36 20.328v3.578c0 1.141-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.953-2.063-2.094v-10.594h1.734l0.391-0.953h0.859l0.391 0.953h3.406v-0.719l0.297 0.719h1.766l0.313-0.734v0.734h8.453v-1.547l0.156-0.016c0.141 0 0.156 0.109 0.156 0.219v1.344h4.359v-0.359c1.016 0.531 2.406 0.359 3.469 0.359l0.391-0.953h0.875l0.391 0.953h3.547v-0.906l0.531 0.906h2.844v-5.906h-2.812v0.688l-0.391-0.688h-2.891v0.688l-0.359-0.688h-3.891c-0.578 0-1.188 0.063-1.703 0.344v-0.344h-2.688v0.344c-0.313-0.281-0.734-0.344-1.141-0.344h-9.812l-0.672 1.516-0.672-1.516h-3.094v0.688l-0.344-0.688h-2.641l-1.219 2.797v-6.109c0-1.141 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.953 2.063 2.094v10.594h-1.875c-0.438 0-0.906 0.078-1.266 0.344v-0.344h-2.766c-0.391 0-0.922 0.063-1.219 0.344v-0.344h-4.937v0.344c-0.375-0.266-0.922-0.344-1.359-0.344h-3.266v0.344c-0.328-0.313-1-0.344-1.422-0.344h-3.656l-0.844 0.906-0.781-0.906h-5.453v5.906h5.359l0.859-0.922 0.812 0.922h3.297v-1.391h0.328c0.469 0 0.953-0.016 1.406-0.203v1.594h2.719v-1.547h0.125c0.156 0 0.187 0.016 0.187 0.187v1.359h8.266c0.453 0 1.016-0.094 1.375-0.375v0.375h2.625c0.5 0 1.031-0.047 1.484-0.266zM24.156 16.672c0 0.469-0.25 0.938-0.719 1.125 0.562 0.203 0.672 0.578 0.672 1.125v0.844h-1.016v-0.703c0-0.719-0.234-0.844-0.906-0.844h-1.078v1.547h-1.016v-4.234h2.406c0.797 0 1.656 0.141 1.656 1.141zM19.828 9.375c0 0.484-0.266 0.953-0.719 1.141 0.578 0.203 0.672 0.562 0.672 1.125v0.828h-1.016c-0.016-0.906 0.219-1.531-0.906-1.531h-1.094v1.531h-1v-4.234l2.391 0.016c0.812 0 1.672 0.125 1.672 1.125zM28.094 18.891v0.875h-3.375v-4.234h3.375v0.875h-2.359v0.766h2.312v0.859h-2.312v0.844zM21.438 8.234v4.234h-1.031v-4.234h1.031zM32.266 18.422c0 1-0.688 1.344-1.594 1.344h-1.969v-0.906h1.969c0.25 0 0.531-0.063 0.531-0.391 0-0.906-2.609 0.344-2.609-1.672 0-0.859 0.656-1.266 1.437-1.266h2.031v0.891h-1.859c-0.266 0-0.562 0.047-0.562 0.391 0 0.922 2.625-0.422 2.625 1.609zM36 17.641v1.578c-0.297 0.438-0.875 0.547-1.375 0.547h-1.953v-0.906h1.953c0.25 0 0.516-0.078 0.516-0.391 0-0.891-2.609 0.344-2.609-1.672 0-0.859 0.672-1.266 1.453-1.266h2.016v0.891h-1.844c-0.281 0-0.562 0.047-0.562 0.391 0 0.75 1.766-0.016 2.406 0.828zM33.422 8.25v4.219h-1.437l-1.906-3.172v3.172h-2.063l-0.406-0.938h-2.094l-0.391 0.938h-1.172c-1.391 0-2.016-0.719-2.016-2.078 0-1.422 0.641-2.156 2.078-2.156h0.984v0.922c-1.062-0.016-2.031-0.25-2.031 1.203 0 0.719 0.172 1.219 0.984 1.219h0.453l1.437-3.328h1.516l1.703 4v-4h1.547l1.781 2.938v-2.938h1.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-paypal\" viewBox=\"0 0 36 28\">\n<title>cc-paypal</title>\n<path d=\"M11.641 14.156c0 0.766-0.609 1.344-1.375 1.344-0.578 0-1-0.328-1-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM23.906 11.828c0 0.938-0.562 1.125-1.375 1.125l-0.5 0.016 0.266-1.672c0.016-0.109 0.094-0.172 0.203-0.172h0.281c0.531 0 1.125 0.031 1.125 0.703zM29.391 14.156c0 0.766-0.609 1.344-1.359 1.344-0.578 0-1.016-0.328-1.016-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM8.016 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.5c-0.156 0-0.313 0.125-0.328 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.188c0.172 0 0.328-0.125 0.344-0.297l0.281-1.719c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM12.844 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.359-0.531-0.891-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.562 0 1.266-0.25 1.656-0.688-0.031 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM19.828 12.25c0-0.109-0.094-0.219-0.203-0.219h-1.203c-0.109 0-0.219 0.063-0.281 0.156l-1.656 2.438-0.688-2.344c-0.047-0.141-0.187-0.25-0.344-0.25h-1.172c-0.109 0-0.203 0.109-0.203 0.219 0 0.078 1.219 3.609 1.328 3.938-0.172 0.234-1.281 1.687-1.281 1.875 0 0.109 0.094 0.203 0.203 0.203h1.203c0.109 0 0.219-0.063 0.281-0.156l3.984-5.75c0.031-0.031 0.031-0.063 0.031-0.109zM25.766 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.484c-0.172 0-0.328 0.125-0.344 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.281c0.125 0 0.219-0.094 0.25-0.203l0.281-1.813c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM30.594 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.344-0.531-0.875-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.578 0 1.281-0.25 1.656-0.688-0.016 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM34 9.969v-0.016c0-0.125-0.094-0.219-0.203-0.219h-1.156c-0.094 0-0.187 0.078-0.203 0.172l-1.016 6.5-0.016 0.031c0 0.109 0.094 0.219 0.219 0.219h1.031c0.156 0 0.313-0.125 0.328-0.297zM6.125 12.063c-0.125 0.797-0.656 0.891-1.344 0.891l-0.516 0.016 0.266-1.672c0.016-0.109 0.109-0.172 0.203-0.172h0.297c0.703 0 1.234 0.094 1.094 0.938zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-stripe\" viewBox=\"0 0 36 28\">\n<title>cc-stripe</title>\n<path d=\"M24.953 14.109c0 0.719-0.109 1.266-0.328 1.656-0.187 0.344-0.484 0.547-0.812 0.547-0.234 0-0.453-0.047-0.641-0.141v-3.5c0.406-0.422 0.766-0.469 0.891-0.469 0.594 0 0.891 0.656 0.891 1.906zM31.797 13.547h-1.719c0.063-1.047 0.344-1.531 0.875-1.531s0.812 0.5 0.844 1.531zM7.438 15.656c0-1.313-0.797-1.859-2.094-2.328v0c-0.688-0.25-1.062-0.453-1.062-0.766 0-0.266 0.219-0.406 0.594-0.406 0.719 0 1.437 0.266 1.937 0.516l0.281-1.75c-0.391-0.187-1.203-0.5-2.328-0.5-0.797 0-1.453 0.203-1.922 0.594-0.5 0.406-0.75 1-0.75 1.703 0 1.281 0.781 1.844 2.063 2.297 0.812 0.297 1.094 0.5 1.094 0.828 0 0.313-0.266 0.484-0.75 0.484-0.594 0-1.578-0.297-2.219-0.672l-0.281 1.766c0.547 0.313 1.563 0.641 2.625 0.641 0.844 0 1.531-0.203 2.016-0.578 0.531-0.422 0.797-1.031 0.797-1.828zM12.047 12.297l0.297-1.734h-1.5v-2.109l-2.016 0.328-0.281 1.781-0.719 0.125-0.266 1.609h0.969v3.422c0 0.891 0.234 1.5 0.688 1.875 0.391 0.313 0.953 0.469 1.734 0.469 0.609 0 0.969-0.109 1.234-0.172v-1.844c-0.141 0.031-0.469 0.109-0.688 0.109-0.453 0-0.656-0.25-0.656-0.781v-3.078h1.203zM16.984 12.688v-2.172c-0.156-0.031-0.297-0.047-0.438-0.047-0.656 0-1.188 0.344-1.391 0.969l-0.156-0.875h-2.047v7.359h2.344v-4.781c0.297-0.359 0.719-0.484 1.281-0.484 0.125 0 0.25 0 0.406 0.031zM17.563 17.922h2.344v-7.359h-2.344v7.359zM27.281 14.031c0-1.25-0.234-2.203-0.703-2.797-0.422-0.547-1-0.812-1.734-0.812-0.672 0-1.266 0.281-1.828 0.875l-0.125-0.734h-2.063v10.078l2.344-0.391v-2.359c0.359 0.109 0.734 0.172 1.062 0.172 0.578 0 1.437-0.156 2.094-0.875 0.641-0.688 0.953-1.75 0.953-3.156zM19.969 8.594c0-0.688-0.547-1.234-1.234-1.234s-1.234 0.547-1.234 1.234 0.547 1.25 1.234 1.25 1.234-0.562 1.234-1.25zM34 14.172c0-1.172-0.25-2.094-0.75-2.75-0.516-0.656-1.281-1-2.25-1-2 0-3.234 1.469-3.234 3.844 0 1.313 0.328 2.312 0.984 2.938 0.578 0.578 1.422 0.859 2.516 0.859 1 0 1.922-0.234 2.5-0.625l-0.25-1.609c-0.578 0.313-1.25 0.484-2 0.484-0.453 0-0.766-0.094-0.984-0.297-0.25-0.203-0.391-0.547-0.438-1.031h3.875c0.016-0.109 0.031-0.641 0.031-0.812zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash\" viewBox=\"0 0 32 28\">\n<title>bell-slash</title>\n<path d=\"M24.344 13.312c0.797 4.656 2.844 7.156 4.656 8.687 0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984zM16 26.75c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25c-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75zM31.656 1.75c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash-o\" viewBox=\"0 0 32 28\">\n<title>bell-slash-o</title>\n<path d=\"M16.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM7.859 19.078l13.703-11.875c-0.781-1.641-2.594-3.203-5.563-3.203-4.094 0-6 2.984-6 5 0 4-0.703 7.344-2.141 10.078zM29 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984l2.328-2.016h11.828c-1.734-1.953-2.906-4.328-3.547-7.172l1.734-1.516c0.797 4.656 2.844 7.156 4.656 8.687zM30.344 0.25l1.313 1.5c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash\" viewBox=\"0 0 22 28\">\n<title>trash</title>\n<path d=\"M8 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM12 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copyright\" viewBox=\"0 0 24 28\">\n<title>copyright</title>\n<path d=\"M17.969 16.781v1.703c0 2.203-3.516 3.016-5.719 3.016-4.281 0-7.5-3.266-7.5-7.578 0-4.234 3.187-7.422 7.422-7.422 1.547 0 5.594 0.547 5.594 3.031v1.703c0 0.141-0.109 0.25-0.25 0.25h-1.844c-0.141 0-0.25-0.109-0.25-0.25v-1.094c0-0.984-1.891-1.437-3.172-1.437-2.922 0-4.953 2.109-4.953 5.141 0 3.141 2.125 5.437 5.078 5.437 1.125 0 3.25-0.422 3.25-1.406v-1.094c0-0.141 0.109-0.25 0.234-0.25h1.859c0.125 0 0.25 0.109 0.25 0.25zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-at\" viewBox=\"0 0 24 28\">\n<title>at</title>\n<path d=\"M15.188 12.109c0-2.25-1.172-3.594-3.141-3.594-2.594 0-5.375 2.578-5.375 6.75 0 2.328 1.156 3.656 3.187 3.656 3.141 0 5.328-3.594 5.328-6.813zM24 14c0 4.859-3.469 6.687-6.438 6.781-0.203 0-0.281 0.016-0.5 0.016-0.969 0-1.734-0.281-2.219-0.828-0.297-0.344-0.469-0.781-0.516-1.297-0.969 1.219-2.656 2.406-4.766 2.406-3.359 0-5.281-2.078-5.281-5.703 0-4.984 3.453-9.031 7.672-9.031 1.828 0 3.297 0.781 4.078 2.109l0.031-0.297 0.172-0.875c0.016-0.125 0.125-0.281 0.234-0.281h1.844c0.078 0 0.156 0.109 0.203 0.172 0.047 0.047 0.063 0.172 0.047 0.25l-1.875 9.594c-0.063 0.297-0.078 0.531-0.078 0.75 0 0.844 0.25 1.016 0.891 1.016 1.062-0.031 4.5-0.469 4.5-4.781 0-6.078-3.922-10-10-10-5.516 0-10 4.484-10 10s4.484 10 10 10c2.297 0 4.547-0.797 6.328-2.25 0.219-0.187 0.531-0.156 0.703 0.063l0.641 0.766c0.078 0.109 0.125 0.234 0.109 0.375-0.016 0.125-0.078 0.25-0.187 0.344-2.125 1.734-4.828 2.703-7.594 2.703-6.609 0-12-5.391-12-12s5.391-12 12-12c7.172 0 12 4.828 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eyedropper\" viewBox=\"0 0 29 28\">\n<title>eyedropper</title>\n<path d=\"M26.531 1.469c1.953 1.953 1.969 5.125 0 7.063l-3.516 3.484 1.625 1.625c0.203 0.203 0.203 0.516 0 0.719l-3.281 3.281c-0.203 0.203-0.516 0.203-0.719 0l-1.641-1.641-9.422 9.422c-0.375 0.375-0.875 0.578-1.406 0.578h-3.172l-4 2-1-1 2-4v-3.172c0-0.531 0.203-1.031 0.578-1.406l9.422-9.422-1.641-1.641c-0.203-0.203-0.203-0.516 0-0.719l3.281-3.281c0.203-0.203 0.516-0.203 0.719 0l1.625 1.625 3.484-3.516c1.937-1.969 5.109-1.953 7.063 0zM8 23l9-9-3-3-9 9v3h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paint-brush\" viewBox=\"0 0 28 28\">\n<title>paint-brush</title>\n<path d=\"M25.234 0c1.422 0 2.734 1.062 2.734 2.547 0 0.828-0.328 1.625-0.703 2.359-1.219 2.312-5.313 9.953-7.266 11.75-0.953 0.891-2.078 1.422-3.406 1.422-2.641 0-4.797-2.25-4.797-4.875 0-1.25 0.516-2.469 1.437-3.313l9.969-9.047c0.547-0.5 1.266-0.844 2.031-0.844zM11.031 16.156c0.812 1.578 2.297 2.766 4.016 3.219l0.016 1.109c0.094 4.453-3 7.516-7.469 7.516-5.297 0-7.594-4.219-7.594-9.016 0.578 0.391 2.594 2 3.25 2 0.391 0 0.719-0.219 0.859-0.578 1.328-3.469 3.406-4.094 6.922-4.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-birthday-cake\" viewBox=\"0 0 28 28\">\n<title>birthday-cake</title>\n<path d=\"M28 22v6h-28v-6c1.531 0 2.344-0.688 2.984-1.234 0.531-0.469 0.891-0.766 1.687-0.766s1.141 0.297 1.687 0.766c0.641 0.547 1.437 1.234 2.984 1.234 1.531 0 2.328-0.688 2.984-1.234 0.531-0.469 0.875-0.766 1.672-0.766s1.156 0.297 1.687 0.766c0.641 0.547 1.453 1.234 2.984 1.234s2.344-0.688 2.984-1.234c0.531-0.469 0.891-0.766 1.687-0.766 0.781 0 1.141 0.297 1.672 0.766 0.641 0.547 1.453 1.234 2.984 1.234zM28 17v3c-0.797 0-1.141-0.297-1.687-0.766-0.641-0.547-1.437-1.234-2.969-1.234-1.547 0-2.344 0.688-2.984 1.234-0.547 0.469-0.891 0.766-1.687 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.437-1.234-2.984-1.234-1.531 0-2.328 0.688-2.984 1.234-0.531 0.469-0.875 0.766-1.672 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.453-1.234-2.984-1.234-1.547 0-2.344 0.688-2.984 1.234-0.531 0.469-0.891 0.766-1.687 0.766v-3c0-1.656 1.344-3 3-3h1v-7h4v7h4v-7h4v7h4v-7h4v7h1c1.656 0 3 1.344 3 3zM8 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM16 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM24 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-area-chart\" viewBox=\"0 0 32 28\">\n<title>area-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM26 8l4 14h-26v-9l7-9 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pie-chart\" viewBox=\"0 0 27 28\">\n<title>pie-chart</title>\n<path d=\"M12 13.906l8.531 8.531c-2.172 2.203-5.203 3.563-8.531 3.563-6.625 0-12-5.375-12-12s5.375-12 12-12v11.906zM14.922 14h12.078c0 3.328-1.359 6.359-3.563 8.531zM26 12h-12v-12c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-line-chart\" viewBox=\"0 0 32 28\">\n<title>line-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM30 4.5v6.797c0 0.438-0.531 0.672-0.859 0.344l-1.891-1.891-9.891 9.891c-0.203 0.203-0.516 0.203-0.719 0l-3.641-3.641-6.5 6.5-3-3 9.141-9.141c0.203-0.203 0.516-0.203 0.719 0l3.641 3.641 7.25-7.25-1.891-1.891c-0.328-0.328-0.094-0.859 0.344-0.859h6.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm\" viewBox=\"0 0 28 28\">\n<title>lastfm</title>\n<path d=\"M20.188 11c0 0.094 0.125 0.531 0.156 0.641 0.422 1.281 1.406 1.547 2.578 1.875 2.609 0.734 5.078 2.125 5.078 5.187 0 3.109-2.594 5.297-5.625 5.297-5.031 0-6.594-6.156-8.047-9.906-1.203-3.094-2.469-4.906-5.953-4.906-3.094 0-5.812 2.969-5.812 6.016 0 3.234 2.422 6.234 5.781 6.234 1.484 0 3.031-0.313 4.031-1.484v0c0.484-0.547 0.953-1.141 1.297-1.813l1.313 2.375c-0.172 0.391-0.422 0.766-0.688 1.094l0.016 0.016c-1.578 1.828-3.734 2.375-6.062 2.375-4.719 0-8.25-4.172-8.25-8.766 0-4.453 3.875-8.594 8.375-8.594 7.469 0 7.844 6.469 10.375 11.672 0.688 1.437 1.859 3.125 3.641 3.125 1.625 0 3.063-1.047 3.063-2.766 0-3.719-6.828-1.188-7.797-7.297-0.031-0.172-0.047-0.344-0.047-0.516 0-2.312 2.172-4.297 4.469-4.219 1.375 0.047 2.203 0.094 3.297 1.062h-0.016c0.422 0.391 0.734 0.922 1.062 1.375l-2.016 1.547c-0.234-0.438-0.453-0.797-0.844-1.094v-0.016c-0.375-0.344-1.047-0.328-1.516-0.328-1.016 0-1.859 0.766-1.859 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm-square\" viewBox=\"0 0 24 28\">\n<title>lastfm-square</title>\n<path d=\"M22.375 16.438c0-2.203-1.781-3.203-3.656-3.734-0.859-0.234-1.563-0.438-1.875-1.375-0.016-0.078-0.094-0.375-0.094-0.438 0-0.75 0.594-1.297 1.328-1.297 0.344 0 0.828-0.016 1.109 0.234h-0.016c0.297 0.219 0.438 0.469 0.609 0.797l1.453-1.109c-0.234-0.328-0.469-0.719-0.766-1v0c-0.734-0.656-1.422-0.766-2.391-0.766-1.641 0-3.187 1.344-3.187 3.047 0 0.125 0.016 0.234 0.031 0.359 0.344 2.125 1.422 2.781 3.328 3.328 0.938 0.266 2.266 0.688 2.281 1.844v0.078c0.016 1.25-1.031 2-2.203 2-1.281 0-2.109-1.219-2.609-2.25-1.813-3.734-2.094-8.406-7.469-8.406-3.234 0-6.141 2.984-6.031 6.188v0.016c0.109 3.344 2.406 6.297 5.938 6.297 1.672 0 3.234-0.391 4.359-1.719v0c0.187-0.25 0.359-0.516 0.484-0.797l-0.938-1.703c-0.875 1.656-1.953 2.375-3.828 2.375-2.469 0-4.172-2.188-4.172-4.547 0-2.172 2-4.266 4.188-4.266 2.5 0 3.406 1.297 4.281 3.531 1.047 2.688 2.172 7.125 5.797 7.125 2.172 0 4.047-1.578 4.047-3.813zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-off\" viewBox=\"0 0 32 28\">\n<title>toggle-off</title>\n<path d=\"M18 14c0-4.406-3.594-8-8-8s-8 3.594-8 8 3.594 8 8 8 8-3.594 8-8zM30 14c0-4.406-3.594-8-8-8h-6.031c2.438 1.828 4.031 4.734 4.031 8s-1.594 6.172-4.031 8h6.031c4.406 0 8-3.594 8-8zM32 14c0 5.516-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10s4.484-10 10-10h12c5.516 0 10 4.484 10 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-on\" viewBox=\"0 0 32 28\">\n<title>toggle-on</title>\n<path d=\"M0 14c0-5.516 4.484-10 10-10h12c5.516 0 10 4.484 10 10s-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10zM22 22c4.406 0 8-3.594 8-8s-3.594-8-8-8-8 3.594-8 8 3.594 8 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bicycle\" viewBox=\"0 0 36 28\">\n<title>bicycle</title>\n<path d=\"M11.906 18h-4.906c-0.828 0-1.297-0.938-0.797-1.594l2.938-3.922c-0.656-0.313-1.375-0.484-2.141-0.484-2.75 0-5 2.25-5 5s2.25 5 5 5c2.422 0 4.438-1.719 4.906-4zM9 16h2.906c-0.187-0.875-0.594-1.672-1.172-2.312zM16.5 16l4.5-6h-7.5l-1.547 2.063c1.047 1.031 1.75 2.406 1.969 3.938h2.578zM34 17c0-2.75-2.25-5-5-5-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5s5-2.25 5-5zM36 17c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-2.063 0.906-3.922 2.328-5.203l-1.016-1.531-5.516 7.328c-0.187 0.266-0.484 0.406-0.797 0.406h-3.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c1.219 0 2.359 0.313 3.359 0.859l2.141-2.859h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h6v2h6.797l-1.328-2h-3.469c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c0.328 0 0.641 0.172 0.828 0.438l4.172 6.25c0.906-0.438 1.922-0.688 3-0.688 3.859 0 7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bus\" viewBox=\"0 0 24 28\">\n<title>bus</title>\n<path d=\"M6 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM21.281 12.812l-1.125-6c-0.094-0.469-0.5-0.812-0.984-0.812h-14.344c-0.484 0-0.891 0.344-0.984 0.812l-1.125 6c-0.109 0.625 0.359 1.188 0.984 1.188h16.594c0.625 0 1.094-0.562 0.984-1.188zM17.75 3.25c0-0.422-0.328-0.75-0.75-0.75h-10c-0.406 0-0.75 0.328-0.75 0.75s0.344 0.75 0.75 0.75h10c0.422 0 0.75-0.328 0.75-0.75zM24 14.578v9.422h-2v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-12v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-2v-9.422c0-1.281 0.109-2.234 0.391-3.484l1.609-7.094c0.297-2.5 4.672-4 10-4s9.703 1.5 10 4l1.641 7.094c0.281 1.25 0.359 2.203 0.359 3.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ioxhost\" viewBox=\"0 0 32 28\">\n<title>ioxhost</title>\n<path d=\"M22.859 13c0 0.734-0.594 1.344-1.344 1.344h-10.969c-0.75 0-1.344-0.609-1.344-1.344s0.594-1.344 1.344-1.344h10.969c0.75 0 1.344 0.609 1.344 1.344zM26.203 13c0-0.922-0.125-1.797-0.359-2.656h-15.344c-0.75 0-1.344-0.594-1.344-1.328 0-0.75 0.594-1.344 1.344-1.344h14.187c-1.797-2.922-5.016-4.859-8.672-4.859-5.625 0-10.203 4.562-10.203 10.187 0 0.922 0.125 1.797 0.359 2.656h15.344c0.75 0 1.344 0.594 1.344 1.328 0 0.75-0.594 1.344-1.344 1.344h-14.187c1.797 2.922 5.016 4.859 8.687 4.859 5.609 0 10.187-4.562 10.187-10.187zM32 9.016c0 0.734-0.594 1.328-1.344 1.328h-2.047c0.172 0.859 0.266 1.75 0.266 2.656 0 7.094-5.766 12.875-12.859 12.875-5.203 0-9.688-3.094-11.719-7.547h-2.953c-0.75 0-1.344-0.594-1.344-1.344 0-0.734 0.594-1.328 1.344-1.328h2.063c-0.172-0.859-0.266-1.75-0.266-2.656 0-7.094 5.766-12.875 12.875-12.875 5.187 0 9.672 3.094 11.703 7.547h2.938c0.75 0 1.344 0.594 1.344 1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angellist\" viewBox=\"0 0 20 28\">\n<title>angellist</title>\n<path d=\"M14.891 5.906l-1.781 5.125 1.828 0.328c0.469-1.281 2.578-7.047 2.578-8.094 0-0.391-0.125-0.875-0.594-0.875-0.875 0-1.813 2.844-2.031 3.516zM10.219 16.641c0.172 0.453 0.359 0.906 0.516 1.375 0.344-0.391 0.703-0.75 1.109-1.047-0.547-0.109-1.094-0.156-1.625-0.328zM5.656 2.641c0 1.594 1.891 6.563 2.484 8.141 0.219-0.125 0.5-0.156 0.766-0.156 0.375 0 0.797 0.047 1.172 0.078l-1.891-5.484c-0.203-0.594-1.109-3.437-1.922-3.437-0.422 0-0.609 0.5-0.609 0.859zM4.422 14.5c0 1.141 3.063 5.344 4.203 5.344 0.313 0 0.578-0.344 0.578-0.625 0-0.359-0.359-1.25-0.5-1.594-0.406-1.047-1.891-4.281-3.172-4.281-0.422 0-1.109 0.734-1.109 1.156zM1.953 19.734c0 0.562 0.187 1.109 0.391 1.625 1.234 3.047 4.016 4.828 7.266 4.828 2.375 0 4.375-0.906 5.969-2.656 1.687-1.875 2.375-4.188 2.375-6.672 0-0.875 0.016-2.266-0.672-2.891-1.312-1.156-5.766-1.594-7.531-1.594-0.219 0-0.594 0.016-0.766 0.172-0.187 0.078-0.187 0.375-0.187 0.547 0 2.391 5.047 2.172 6.563 2.172 0.297 0 0.438 0.078 0.625 0.297 0.203 0.25 0.266 0.547 0.297 0.859-0.406 0.406-0.969 0.641-1.5 0.844-0.516 0.187-1.016 0.391-1.453 0.719-1.203 0.875-2.391 2.375-2.391 3.922 0 0.969 0.578 1.797 0.578 2.75 0 0.016-0.109 0.359-0.109 0.406-1.781-0.125-2.219-1.891-2.281-3.375-0.187 0.047-0.438 0.031-0.641 0.031 0.031 0.109 0.031 0.219 0.031 0.328 0 1.141-1.016 1.969-2.109 1.969-1.687 0-3.922-1.984-3.922-3.703 0-0.469 0.203-0.734 0.516-1.047 0.313 0.391 0.641 0.781 0.938 1.188 0.453 0.609 1.234 1.625 2.078 1.625 0.219 0 0.641-0.187 0.641-0.453 0-0.703-2.562-4-3.187-4-0.984 0-1.516 1.297-1.516 2.109zM0.172 19.875c0-2.031 0.781-3.375 2.797-3.922-0.172-0.453-0.438-1.141-0.438-1.625 0-1.281 1.578-2.875 2.859-2.875 0.375 0 0.75 0.109 1.094 0.234-0.656-1.859-2.547-7.094-2.547-8.859 0-1.578 0.797-2.828 2.5-2.828 2.187 0 4.672 7.875 5.203 9.438 0.688-1.719 2.844-8.922 5.281-8.922 1.531 0 2.391 1.219 2.391 2.672 0 1.656-1.844 6.813-2.484 8.594 2.625 0.641 3 2.766 3 5.125 0 6.25-3.984 11.094-10.437 11.094-1.188 0-2.359-0.234-3.484-0.656-2.969-1.125-5.734-4.172-5.734-7.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc\" viewBox=\"0 0 32 28\">\n<title>cc</title>\n<path d=\"M12.266 15.75h3.234c-0.297 3.297-2.188 5.297-4.891 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.172c-0.109-1.328-0.766-2.094-1.828-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.313 3.484 2.016 3.484 1.078 0 1.578-0.938 1.703-2.172zM23.391 15.75h3.219c-0.297 3.297-2.172 5.297-4.875 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.187c-0.094-1.328-0.766-2.094-1.813-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.297 3.484 2 3.484 1.078 0 1.594-0.938 1.719-2.172zM29 13.891c0-4.188-0.219-6-1.188-7.313-0.203-0.266-0.531-0.438-0.797-0.625-0.984-0.719-5.563-0.984-10.891-0.984s-10.125 0.266-11.094 0.984c-0.281 0.203-0.625 0.359-0.828 0.625-0.969 1.297-1.172 3.125-1.172 7.313 0 4.203 0.219 6.016 1.172 7.313 0.219 0.297 0.547 0.422 0.828 0.641 0.969 0.719 5.766 1.016 11.094 1.016s9.906-0.281 10.891-1.016c0.266-0.203 0.609-0.328 0.797-0.641 0.984-1.281 1.188-3.109 1.188-7.313zM32 2v24h-32v-24h32z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ils\" viewBox=\"0 0 22 28\">\n<title>ils</title>\n<path d=\"M15.5 9.75v7.75c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-7.75c0-2.344-1.906-4.25-4.25-4.25h-4.25v18c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-21c0-0.281 0.219-0.5 0.5-0.5h7.25c4.281 0 7.75 3.469 7.75 7.75zM21.5 2.5v13.75c0 4.281-3.469 7.75-7.75 7.75h-7.25c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v12h4.25c2.344 0 4.25-1.906 4.25-4.25v-13.75c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meanpath\" viewBox=\"0 0 24 28\">\n<title>meanpath</title>\n<path d=\"M20.484 13.156v1.781c0 0.5-0.297 0.812-0.797 0.812h-3.156c-0.5 0-0.812-0.313-0.812-0.812v-1.781c0-0.5 0.313-0.812 0.812-0.812h3.156c0.5 0 0.797 0.313 0.797 0.812zM12.828 16.75v-3.906c0-1.109-0.734-1.844-1.844-1.844h-2.078c-0.703 0-1.219 0.297-1.5 0.812-0.281-0.516-0.797-0.812-1.5-0.812h-2.031c-1.094 0-1.844 0.734-1.844 1.844v3.906c0 0.234 0.109 0.344 0.328 0.344h0.859c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.297-0.812 0.812-0.812h1.469c0.5 0 0.812 0.313 0.812 0.812v3.594c0 0.234 0.094 0.344 0.328 0.344h0.844c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.313-0.812 0.812-0.812h1.516c0.5 0 0.797 0.313 0.797 0.812v3.594c0 0.234 0.109 0.344 0.344 0.344h0.859c0.219 0 0.328-0.109 0.328-0.344zM22.031 15.25v-2.406c0-1.109-0.75-1.844-1.859-1.844h-4.125c-1.109 0-1.859 0.734-1.859 1.844v6.406c0 0.234 0.125 0.328 0.344 0.328h0.859c0.234 0 0.328-0.094 0.328-0.328v-2.812c0.297 0.406 0.766 0.656 1.469 0.656h2.984c1.109 0 1.859-0.75 1.859-1.844zM24 5.625v16.75c0 2-1.625 3.625-3.625 3.625h-16.75c-2 0-3.625-1.625-3.625-3.625v-16.75c0-2 1.625-3.625 3.625-3.625h16.75c2 0 3.625 1.625 3.625 3.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-buysellads\" viewBox=\"0 0 24 28\">\n<title>buysellads</title>\n<path d=\"M14.297 16.969h-4.594l2.297-8.609zM15.641 22h4.859l-5.063-16h-6.875l-5.063 16h4.859l5.984-4.906zM24 6.5v15c0 2.469-2.031 4.5-4.5 4.5h-15c-2.469 0-4.5-2.031-4.5-4.5v-15c0-2.469 2.031-4.5 4.5-4.5h15c2.469 0 4.5 2.031 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-connectdevelop\" viewBox=\"0 0 32 28\">\n<title>connectdevelop</title>\n<path d=\"M32 13.984c0 0.438-0.313 0.797-0.719 0.875l-3.203 5.563c0.031 0.094 0.047 0.187 0.047 0.281 0 0.422-0.297 0.781-0.703 0.859l-3.016 5.266c0.031 0.078 0.047 0.156 0.047 0.25 0 0.484-0.391 0.891-0.891 0.891-0.25 0-0.484-0.109-0.641-0.281h-6.25c-0.156 0.187-0.406 0.313-0.672 0.313s-0.516-0.125-0.672-0.313h-6.234c-0.156 0.187-0.391 0.313-0.672 0.313-0.484 0-0.891-0.391-0.891-0.891 0-0.109 0.031-0.219 0.063-0.313l-3.016-5.234c-0.406-0.078-0.703-0.438-0.703-0.859 0-0.109 0.016-0.187 0.047-0.281l-3.219-5.563c-0.406-0.094-0.703-0.453-0.703-0.875 0-0.438 0.313-0.797 0.734-0.875l3.109-5.375c0-0.031-0.016-0.063-0.016-0.094 0-0.359 0.219-0.656 0.531-0.797l3.266-5.672c-0.031-0.078-0.063-0.187-0.063-0.281 0-0.5 0.406-0.891 0.891-0.891 0.281 0 0.516 0.125 0.688 0.328h6.188c0.156-0.203 0.391-0.328 0.672-0.328s0.516 0.125 0.672 0.328h6.219c0.172-0.203 0.406-0.328 0.688-0.328 0.484 0 0.891 0.391 0.891 0.891 0 0.094-0.031 0.187-0.063 0.281l3.234 5.594c0.469 0.016 0.859 0.406 0.859 0.875 0 0.156-0.047 0.297-0.109 0.422l2.922 5.063c0.391 0.078 0.688 0.438 0.688 0.859zM16.609 26.469h6.078l-5.344-5.531h-2.234l-5.344 5.531h5.625c0.156-0.141 0.375-0.25 0.609-0.25s0.453 0.109 0.609 0.25zM1.75 13.781c0.016 0.063 0.016 0.125 0.016 0.203s0 0.156-0.031 0.234l3.25 5.625c0.078 0.016 0.156 0.063 0.234 0.094l2.938-3.109v-5.422l-2.922-3.031c-0.141 0.094-0.297 0.141-0.453 0.156zM15.406 1.531h-6.062l2.969 3.125 8.656-3.125h-4.375c-0.156 0.156-0.359 0.25-0.594 0.25s-0.438-0.094-0.594-0.25zM26.391 20.469c0.016-0.063 0.047-0.125 0.078-0.172l-1-1.062-0.266 1.234h1.188zM24.734 20.469l0.344-1.641-3.938-4.156-4.625 4.797 0.984 1h7.234zM23.359 26.219l0.25-0.438 1.016-4.844h-6.672l5.203 5.359c0.063-0.031 0.125-0.063 0.203-0.078zM9.031 26.469h0.078l5.344-5.531h-5.828v5.234l0.063 0.094c0.141 0.047 0.25 0.109 0.344 0.203zM8.625 20.469h6.281l1-1.031-4.828-5.016-2.453 2.594v3.453zM5.609 20.469h2.547v-2.953l-2.625 2.766c0.031 0.063 0.063 0.125 0.078 0.187zM5.594 7.578c0 0.016 0.016 0.047 0.016 0.063 0 0.172-0.047 0.328-0.125 0.453l2.672 2.766v-4.203zM8.625 6.484v4.859l2.391 2.453 4.641-4.906-3.484-3.687zM8.687 1.734l-0.063 0.125v4.125l3.203-1.156-2.984-3.141c-0.047 0.016-0.094 0.031-0.156 0.047zM22.609 1.531h-0.25l-9.703 3.5 3.328 3.516zM15.984 9.219l-4.641 4.922 4.859 4.984 4.625-4.797zM10.75 14.094l-2.125-2.203v4.438zM16.219 19.781l-0.656 0.688h1.328zM21.469 14.344l3.719 3.922 2.063-9.75-0.047-0.078-0.016-0.016zM26.844 8.094c-0.078-0.125-0.125-0.281-0.125-0.453v-0.031l-3.375-5.875c-0.078-0.016-0.141-0.047-0.203-0.078l-6.828 7.234 4.844 5.109zM8.156 6.156v-3.484l-2.547 4.406zM8.156 20.937h-2.547l2.547 4.422v-4.422zM25.109 20.937l-0.75 3.547 2.031-3.547h-1.281zM27.016 19.844l3.234-5.641c-0.016-0.078-0.031-0.141-0.031-0.219 0-0.094 0.031-0.172 0.047-0.25l-2.672-4.625-2.016 9.562 1.203 1.281c0.078-0.047 0.156-0.078 0.234-0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashcube\" viewBox=\"0 0 22 28\">\n<title>dashcube</title>\n<path d=\"M0 10.625c0-2.703 2.156-5.031 4.906-5.031h11.594l5.5-5.594v22.969c0 2.719-2.156 5.031-4.906 5.031h-12.187c-2.75 0-4.906-2.312-4.906-5.031v-12.344zM19.25 22.406l-2.75-2.812v-6.641c0-0.953-0.766-1.75-1.719-1.75h-7.562c-0.953 0-1.719 0.797-1.719 1.75v7.688c0 0.953 0.766 1.766 1.719 1.766h12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forumbee\" viewBox=\"0 0 24 28\">\n<title>forumbee</title>\n<path d=\"M14.594 2.344c-6.609 2.516-11.813 7.797-14.281 14.422-0.203-0.906-0.313-1.828-0.313-2.75 0-6.609 5.344-11.969 11.953-11.969 0.891 0 1.781 0.109 2.641 0.297zM18.797 4.203c0.969 0.672 1.828 1.484 2.562 2.422-8.094 2.359-14.422 8.719-16.734 16.828-0.922-0.719-1.75-1.563-2.422-2.531 2.328-8.031 8.578-14.344 16.594-16.719zM7.344 25.047c2.406-7.422 8.219-13.266 15.609-15.719 0.422 0.969 0.703 2 0.844 3.047-6.094 2.5-10.938 7.375-13.422 13.484-1.047-0.141-2.063-0.406-3.031-0.812zM24 25.953c-1.937-0.5-3.859-1.094-5.734-1.797-1.375 0.859-2.922 1.437-4.531 1.672 2.281-4.266 5.797-7.797 10.047-10.094-0.219 1.563-0.766 3.094-1.578 4.438 0.703 1.891 1.297 3.828 1.797 5.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leanpub\" viewBox=\"0 0 32 28\">\n<title>leanpub</title>\n<path d=\"M29.578 6.125l2.422 19.875c-1.453 0-2.703-0.297-4.016-0.891-1.953-0.891-3.984-1.422-6.141-1.422-2.219 0-4.266 0.734-5.844 2.312-1.578-1.578-3.625-2.312-5.844-2.312-2.156 0-4.188 0.531-6.141 1.422-1.266 0.562-2.547 0.891-3.938 0.891h-0.078l2.422-19.875c2.234-1.266 4.953-1.984 7.531-1.984 2.109 0 4.281 0.438 6.047 1.656 1.766-1.219 3.938-1.656 6.047-1.656 2.578 0 5.297 0.719 7.531 1.984zM21.844 21.547c2.969 0 5 0.797 7.688 1.906l-1.937-15.953c-1.75-0.797-3.828-1.219-5.75-1.219-2.188 0-4.234 0.688-5.844 2.203-1.609-1.516-3.656-2.203-5.844-2.203-1.922 0-4 0.422-5.75 1.219l-1.937 15.953c2.688-1.109 4.719-1.906 7.688-1.906 2.141 0 4.031 0.547 5.844 1.687 1.813-1.141 3.703-1.687 5.844-1.687zM22.469 21.016l-0.859-14.172c-2.25 0.047-4.031 0.812-5.609 2.422-1.641-1.672-3.5-2.422-5.844-2.422-1.75 0-3.625 0.359-5.25 1.031l-1.781 14.703c2.359-0.969 4.438-1.578 7.031-1.578 2.063 0 4.078 0.5 5.844 1.594 1.766-1.094 3.781-1.641 5.844-1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sellsy\" viewBox=\"0 0 32 28\">\n<title>sellsy</title>\n<path d=\"M23.438 21.422v-11.453c0-0.438-0.359-0.797-0.781-0.797h-1.453c-0.422 0-0.781 0.359-0.781 0.797v11.453c0 0.422 0.359 0.781 0.781 0.781h1.453c0.422 0 0.781-0.359 0.781-0.781zM19 21.422v-8.297c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v8.297c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM14.438 21.422v-6.703c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v6.703c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM9.875 21.422v-5.656c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v5.656c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM32 19.141c0 3.469-2.828 6.281-6.281 6.281h-19.437c-3.453 0-6.281-2.812-6.281-6.281 0-2.422 1.422-4.641 3.609-5.672-0.109-0.375-0.156-0.766-0.156-1.141 0-2.359 1.922-4.281 4.281-4.281 1.031 0 2.031 0.375 2.812 1.047 0.938-3.813 4.375-6.516 8.313-6.516 4.719 0 8.563 3.844 8.563 8.563 0 0.641-0.063 1.281-0.219 1.906 2.812 0.688 4.797 3.219 4.797 6.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shirtsinbulk\" viewBox=\"0 0 24 28\">\n<title>shirtsinbulk</title>\n<path d=\"M0 0h24v21.75l-12.125 5.281-11.875-5.281v-21.75zM22.437 20.734v-14.469h-20.875v14.469l10.328 4.594zM22.437 4.703v-3.141h-20.875v3.141h20.875zM2.828 9.359v1.797h-0.578v-1.797h0.578zM2.828 11.672v1.797h-0.578v-1.797h0.578zM2.828 13.984v1.797h-0.578v-1.797h0.578zM2.828 16.297v1.797h-0.578v-1.797h0.578zM2.828 18.609v1.797h-0.578v-1.797h0.578zM3.234 20.844l0.234-0.531 1.641 0.734-0.234 0.516zM5.359 21.781l0.234-0.531 1.641 0.719-0.234 0.531zM7.469 22.719l0.234-0.531 1.641 0.719-0.234 0.531zM9.594 23.641l0.234-0.516 1.625 0.719-0.234 0.531zM12.453 23.844l1.641-0.719 0.234 0.516-1.641 0.734zM14.562 22.906l1.641-0.719 0.234 0.531-1.641 0.719zM16.688 21.969l1.641-0.719 0.234 0.531-1.641 0.719zM18.797 21.047l1.641-0.734 0.234 0.531-1.641 0.719zM4.047 2.297v0.562h-1.781v-0.562h1.781zM6.578 2.297v0.562h-1.797v-0.562h1.797zM9.109 2.297v0.562h-1.797v-0.562h1.797zM11.625 2.297v0.562h-1.781v-0.562h1.781zM14.156 2.297v0.562h-1.781v-0.562h1.781zM16.688 2.297v0.562h-1.797v-0.562h1.797zM19.219 2.297v0.562h-1.797v-0.562h1.797zM21.734 2.297v0.562h-1.781v-0.562h1.781zM2.828 7.609v1.234h-0.578v-1.797h1.797v0.562h-1.219zM6.578 7.047v0.562h-1.797v-0.562h1.797zM9.109 7.047v0.562h-1.797v-0.562h1.797zM11.625 7.047v0.562h-1.781v-0.562h1.781zM14.156 7.047v0.562h-1.781v-0.562h1.781zM16.688 7.047v0.562h-1.797v-0.562h1.797zM19.219 7.047v0.562h-1.797v-0.562h1.797zM21.172 8.844v-1.234h-1.219v-0.562h1.797v1.797h-0.578zM21.172 11.156v-1.797h0.578v1.797h-0.578zM21.172 13.469v-1.797h0.578v1.797h-0.578zM21.172 15.781v-1.797h0.578v1.797h-0.578zM21.172 18.094v-1.797h0.578v1.797h-0.578zM21.172 20.406v-1.797h0.578v1.797h-0.578zM11.875 19.859c-2.688 0-4.891-2.188-4.891-4.891 0-2.688 2.203-4.891 4.891-4.891 2.703 0 4.891 2.203 4.891 4.891 0 2.703-2.188 4.891-4.891 4.891zM9.297 13.906c0 2.375 4.156 0.641 4.156 2.031 0 0.703-1.281 0.766-1.75 0.766-0.656 0-1.594-0.141-1.922-0.797h-0.047l-0.484 0.984c0.797 0.5 1.563 0.656 2.531 0.656 1.047 0 2.734-0.313 2.734-1.672 0-2.578-4.203-0.875-4.203-2.031 0-0.703 1.109-0.797 1.594-0.797 0.578 0 1.563 0.172 1.906 0.703h0.047l0.469-0.906c-0.812-0.328-1.469-0.641-2.375-0.641-1.078 0-2.656 0.344-2.656 1.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-simplybuilt\" viewBox=\"0 0 32 28\">\n<title>simplybuilt</title>\n<path d=\"M13.484 16.125c0-2.344-1.891-4.234-4.234-4.234-2.328 0-4.219 1.891-4.219 4.234 0 2.328 1.891 4.219 4.219 4.219 2.344 0 4.234-1.891 4.234-4.219zM26.969 16.109c0-2.328-1.891-4.219-4.219-4.219-2.344 0-4.234 1.891-4.234 4.219 0 2.344 1.891 4.234 4.234 4.234 2.328 0 4.219-1.891 4.219-4.234zM32 3.469v21.063c0 0.922-0.75 1.672-1.687 1.672h-28.625c-0.938 0-1.687-0.75-1.687-1.672v-21.063c0-0.922 0.75-1.672 1.687-1.672h6.734c0.922 0 1.687 0.75 1.687 1.672v2.516h11.781v-2.516c0-0.922 0.766-1.672 1.687-1.672h6.734c0.938 0 1.687 0.75 1.687 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skyatlas\" viewBox=\"0 0 32 28\">\n<title>skyatlas</title>\n<path d=\"M22.344 9.109c0 0-0.016-0.016 0 0v0zM26.406 12.297c3.031 0 5.594 2.266 5.594 5.359 0 3.297-2.625 5.719-5.875 5.719-8.297 0-9.828-12.484-17.984-12.484-3.156 0-5.453 2.016-5.453 5.25 0 3.344 2.5 5.359 5.734 5.359 2.125 0 4.547-0.891 6.266-2.125 0.281-0.203 0.844-0.812 1.141-0.812s0.547 0.25 0.547 0.547c0 0.391-0.656 0.953-0.938 1.203-2.047 1.781-5.016 3.063-7.734 3.063-4.172 0-7.703-2.953-7.703-7.25s3.375-7.453 7.641-7.453c9.266 0 11.125 12.297 18.094 12.297 2.094 0 3.672-1.359 3.672-3.5 0-1.984-1.531-3.484-3.5-3.484-0.875 0-1.75 0.578-2.344 0.578-0.422 0-0.797-0.359-0.797-0.781 0-0.578 0.266-1.188 0.266-1.813 0-3.328-2.547-5.734-5.844-5.734-2.656 0-4 1.844-4.438 1.844-0.313 0-0.562-0.25-0.562-0.562 0-0.281 0.203-0.516 0.391-0.719 1.266-1.437 3.234-2.188 5.141-2.188 3.969 0 6.953 2.922 6.953 6.891 0 0.344-0.016 0.688-0.063 1.031 0.594-0.156 1.203-0.234 1.797-0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-plus\" viewBox=\"0 0 26 28\">\n<title>cart-plus</title>\n<path d=\"M19 11c0-0.547-0.453-1-1-1h-2v-2c0-0.547-0.453-1-1-1s-1 0.453-1 1v2h-2c-0.547 0-1 0.453-1 1s0.453 1 1 1h2v2c0 0.547 0.453 1 1 1s1-0.453 1-1v-2h2c0.547 0 1-0.453 1-1zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-arrow-down\" viewBox=\"0 0 26 28\">\n<title>cart-arrow-down</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-0.266 0-0.516 0.109-0.703 0.297l-2.297 2.281v-4.578c0-0.547-0.453-1-1-1s-1 0.453-1 1v4.578l-2.297-2.281c-0.187-0.187-0.438-0.297-0.703-0.297-0.547 0-1 0.453-1 1 0 0.266 0.109 0.516 0.297 0.703l4 4c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l4-4c0.187-0.187 0.297-0.438 0.297-0.703zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-diamond\" viewBox=\"0 0 32 28\">\n<title>diamond</title>\n<path d=\"M3.313 12l9.734 10.391-4.688-10.391h-5.047zM16 24.063l5.453-12.063h-10.906zM8.406 10l3.187-6h-4.094l-4.5 6h5.406zM18.953 22.391l9.734-10.391h-5.047zM10.672 10h10.656l-3.187-6h-4.281zM23.594 10h5.406l-4.5-6h-4.094zM25.797 2.406l6 8c0.297 0.375 0.266 0.922-0.063 1.281l-15 16c-0.187 0.203-0.453 0.313-0.734 0.313s-0.547-0.109-0.734-0.313l-15-16c-0.328-0.359-0.359-0.906-0.063-1.281l6-8c0.187-0.266 0.484-0.406 0.797-0.406h18c0.313 0 0.609 0.141 0.797 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ship\" viewBox=\"0 0 32 28\">\n<title>ship</title>\n<path d=\"M28.297 24.297c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297zM3.703 23.703c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1-1v-4.578l-3.281-4.906c-0.359-0.547-0.109-1.297 0.516-1.516l2.766-0.906v-4.672h2v-2h4v-2h4v2h4v2h2v4.672l2.766 0.906c0.625 0.219 0.875 0.969 0.516 1.516l-3.281 4.906v4.578l0.297-0.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297zM10 6v2l6-2 6 2v-2h-2v-2h-8v2h-2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-secret\" viewBox=\"0 0 22 28\">\n<title>user-secret</title>\n<path d=\"M9 24l1.5-7-1.5-2-2-1zM13 24l2-10-2 1-1.5 2zM15.5 8.219c-0.016-0.031-0.031-0.063-0.063-0.094-0.141-0.109-1.266-0.125-1.5-0.125-0.891 0-1.734 0.125-2.609 0.297-0.109 0.031-0.219 0.031-0.328 0.031s-0.219 0-0.328-0.031c-0.875-0.172-1.719-0.297-2.609-0.297-0.234 0-1.359 0.016-1.5 0.125-0.031 0.031-0.047 0.063-0.063 0.094 0.016 0.141 0.031 0.281 0.063 0.422 0.094 0.125 0.172 0.078 0.234 0.266 0.406 1.109 0.594 1.969 2 1.969 2.016 0 1.453-1.859 2.109-1.859h0.187c0.656 0 0.094 1.859 2.109 1.859 1.406 0 1.594-0.859 2-1.969 0.063-0.187 0.141-0.141 0.234-0.266 0.031-0.141 0.047-0.281 0.063-0.422zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-2.828 0.5-7.109 3.406-8.516l-1.406-3.437h3.344c-0.219-0.641-0.344-1.313-0.344-2 0-0.172 0.016-0.344 0.031-0.5-0.609-0.125-3.031-0.625-3.031-1.5 0-0.922 2.656-1.422 3.281-1.547 0.328-1.172 1.109-2.953 1.906-3.875 0.313-0.359 0.703-0.578 1.188-0.578 0.938 0 1.687 0.969 2.625 0.969s1.687-0.969 2.625-0.969c0.484 0 0.875 0.219 1.188 0.578 0.797 0.922 1.578 2.703 1.906 3.875 0.625 0.125 3.281 0.625 3.281 1.547 0 0.875-2.422 1.375-3.031 1.5 0.078 0.844-0.031 1.687-0.313 2.5h3.344l-1.281 3.516c2.797 1.453 3.281 5.656 3.281 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-motorcycle\" viewBox=\"0 0 36 28\">\n<title>motorcycle</title>\n<path d=\"M35.953 16.188c0.5 4.391-3.078 8.078-7.438 7.797-3.344-0.219-6.125-2.891-6.469-6.234-0.25-2.375 0.688-4.516 2.281-5.953l-1.109-1.672c-1.969 1.641-3.219 4.094-3.219 6.844 0 0.562-0.438 1.031-1 1.031h-5.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c0.828 0 1.625 0.156 2.375 0.422l0.375-0.703c-1.203-1.078-2.781-1.719-4.75-1.719h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h2c3.5 0 5.281 1.437 6 2h9.797l-1.328-2h-3.469c-0.609 0-1.094-0.547-0.984-1.172 0.078-0.484 0.547-0.828 1.031-0.828h3.953c0.328 0 0.641 0.172 0.828 0.438l1.094 1.641 1.781-1.781c0.187-0.187 0.453-0.297 0.719-0.297h1.578c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-2.797l1.797 2.688c1.266-0.609 2.734-0.859 4.297-0.562 2.984 0.547 5.313 3.047 5.656 6.062zM7 22c2.422 0 4.438-1.719 4.906-4h-4.906c-0.344 0-0.672-0.187-0.859-0.484-0.172-0.297-0.187-0.672-0.016-0.984l2.297-4.328c-0.453-0.125-0.922-0.203-1.422-0.203-2.75 0-5 2.25-5 5s2.25 5 5 5zM29 22c2.75 0 5-2.25 5-5s-2.25-5-5-5c-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-street-view\" viewBox=\"0 0 22 28\">\n<title>street-view</title>\n<path d=\"M22 24c0 2.75-5.703 4-11 4s-11-1.25-11-4c0-2.125 3.172-3.125 5.828-3.578 0.547-0.094 1.062 0.266 1.156 0.812s-0.266 1.062-0.812 1.156c-3.219 0.562-4.125 1.437-4.172 1.625 0.156 0.531 3.156 1.984 9 1.984s8.844-1.453 9-2.016c-0.047-0.156-0.953-1.031-4.172-1.594-0.547-0.094-0.906-0.609-0.812-1.156s0.609-0.906 1.156-0.812c2.656 0.453 5.828 1.453 5.828 3.578zM16 10v6c0 0.547-0.453 1-1 1h-1v6c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-6h-1c-0.547 0-1-0.453-1-1v-6c0-1.109 0.891-2 2-2h6c1.109 0 2 0.891 2 2zM14.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heartbeat\" viewBox=\"0 0 28 28\">\n<title>heartbeat</title>\n<path d=\"M20 16h4.766c-0.187 0.203-0.313 0.313-0.344 0.344l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.031-0.016-0.156-0.125-0.328-0.313h5.766c0.453 0 0.859-0.313 0.969-0.75l1.094-4.391 2.969 10.422c0.125 0.422 0.516 0.719 0.969 0.719v0c0.438 0 0.828-0.297 0.953-0.719l2.281-7.578 0.875 1.75c0.172 0.328 0.516 0.547 0.891 0.547zM28 9.312c0 1.797-0.781 3.437-1.609 4.688h-5.766l-1.734-3.453c-0.172-0.359-0.578-0.578-0.969-0.547-0.422 0.047-0.766 0.313-0.875 0.719l-2.016 6.719-3.063-10.719c-0.125-0.422-0.516-0.719-0.984-0.719-0.453 0-0.844 0.313-0.953 0.75l-1.813 7.25h-6.609c-0.828-1.25-1.609-2.891-1.609-4.688 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus\" viewBox=\"0 0 18 28\">\n<title>venus</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.25 3.719-7.734 7.938-8.203 5.437-0.609 10.031 3.625 10.031 8.937zM2 9c0 3.859 3.141 7 7 7s7-3.141 7-7-3.141-7-7-7-7 3.141-7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars\" viewBox=\"0 0 24 28\">\n<title>mars</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-5.969 5.984c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l5.969-5.969h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mercury\" viewBox=\"0 0 18 28\">\n<title>mercury</title>\n<path d=\"M12.969 4.937c2.969 1.469 5.031 4.531 5.031 8.062 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-3.531 2.063-6.594 5.031-8.062-1.641-0.953-2.922-2.453-3.563-4.266-0.125-0.328 0.125-0.672 0.469-0.672h1.078c0.203 0 0.375 0.125 0.453 0.313 0.906 2.172 3.047 3.687 5.531 3.687s4.625-1.516 5.531-3.687c0.078-0.187 0.25-0.313 0.578-0.313h0.953c0.344 0 0.594 0.344 0.469 0.672-0.641 1.813-1.922 3.313-3.563 4.266zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-intersex\" viewBox=\"0 0 22 28\">\n<title>intersex</title>\n<path d=\"M16 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.719-0.516-8.359-4.719-7.969-9.656 0.328-4.25 3.703-7.734 7.922-8.219 2.531-0.297 4.875 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-transgender-alt\" viewBox=\"0 0 26 28\">\n<title>transgender-alt</title>\n<path d=\"M20 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-2.125 0.75-4.078 1.969-5.609l-0.812-0.828-1.578 1.734c-0.187 0.203-0.5 0.219-0.703 0.047l-0.75-0.688c-0.203-0.172-0.219-0.5-0.031-0.703l1.641-1.797-1.734-1.75v2.094c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.5c0-0.547 0.453-1 1-1h4.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.078l1.656 1.672 1.344-1.469c0.187-0.203 0.5-0.219 0.703-0.047l0.75 0.688c0.203 0.172 0.219 0.5 0.031 0.703l-1.406 1.547 0.891 0.875c1.531-1.219 3.484-1.969 5.609-1.969s4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM13 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-double\" viewBox=\"0 0 28 28\">\n<title>venus-double</title>\n<path d=\"M27.969 8.266c0.391 4.953-3.234 9.156-7.969 9.672v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-8v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.297 3.797-7.812 8.078-8.219 2.188-0.219 4.234 0.359 5.891 1.469 1.656-1.109 3.703-1.687 5.891-1.469 4.281 0.406 7.734 3.922 8.078 8.219zM14 13.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM9 16c1.234 0 2.391-0.328 3.406-0.891-1.5-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1.016-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7s3.141 7 7 7zM18 22v-4.062c-1.469-0.156-2.828-0.688-4-1.469-1.172 0.781-2.531 1.313-4 1.469v4.062h8zM19 16c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.391 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.906 4.5-2.406 6.109c1.016 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-double\" viewBox=\"0 0 30 28\">\n<title>mars-double</title>\n<path d=\"M24 6.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.797-3.75 6.781-7.562 7.313-4.469 0.625-8.422-2.047-9.781-5.938-4.937-0.25-8.828-4.5-8.5-9.578 0.281-4.281 3.672-7.844 7.938-8.328 2.516-0.297 4.859 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c0.625 0.781 1.109 1.672 1.453 2.641 1.937 0.094 3.703 0.812 5.125 1.937l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM16 13c0-0.313-0.031-0.609-0.063-0.906-3.359 0.516-5.938 3.406-5.938 6.906 0 0.313 0.031 0.609 0.063 0.906 3.359-0.516 5.938-3.406 5.938-6.906zM2 13c0 3.531 2.641 6.453 6.047 6.922-0.031-0.297-0.047-0.609-0.047-0.922 0-4.406 3.187-8.078 7.391-8.844-1.094-2.453-3.547-4.156-6.391-4.156-3.859 0-7 3.141-7 7zM17 26c3.859 0 7-3.141 7-7 0-3.531-2.641-6.453-6.047-6.922 0.031 0.297 0.047 0.609 0.047 0.922 0 4.406-3.187 8.078-7.391 8.844 1.094 2.453 3.547 4.156 6.391 4.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-mars\" viewBox=\"0 0 31 28\">\n<title>venus-mars</title>\n<path d=\"M26 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.75-3.703 6.734-7.469 7.297-2.375 0.359-4.609-0.219-6.391-1.406-1.172 0.781-2.531 1.297-4 1.453v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.906-0.547-8.641-5.047-7.906-10.219 0.531-3.891 3.625-7.016 7.5-7.609 2.391-0.359 4.625 0.219 6.406 1.406 1.437-0.953 3.156-1.516 5-1.516 2.125 0 4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM14 17.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM2 13c0 3.859 3.141 7 7 7 1.234 0 2.406-0.328 3.406-0.891-1.484-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7zM19 20c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.406 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.922 4.5-2.406 6.109c1 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke\" viewBox=\"0 0 24 28\">\n<title>mars-stroke</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-3.328 3.344 2.188 2.188c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.188-2.203-1.219 1.234c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l1.219-1.219-2.688-2.688c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.688 2.688 3.328-3.328h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-v\" viewBox=\"0 0 18 28\">\n<title>mars-stroke-v</title>\n<path d=\"M10 10.063c4.5 0.5 8 4.312 8 8.937 0 5.313-4.594 9.547-10.031 8.937-4.219-0.469-7.594-3.953-7.938-8.203-0.391-4.953 3.234-9.156 7.969-9.672v-2.063h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.5v-2.578l-1.437 1.437c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l3.156-3.141c0.391-0.391 1.016-0.391 1.406 0l3.156 3.141c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-1.437-1.437v2.578h2.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.5v2.063zM9 26c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-h\" viewBox=\"0 0 30 28\">\n<title>mars-stroke-h</title>\n<path d=\"M29.703 14.297c0.391 0.391 0.391 1.016 0 1.406l-4.594 4.594c-0.187 0.203-0.516 0.203-0.703 0l-0.703-0.703c-0.203-0.187-0.203-0.516 0-0.703l2.891-2.891h-4.594v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-2.063c-0.5 4.5-4.312 8-8.937 8-5.313 0-9.547-4.594-8.937-10.031 0.469-4.219 3.953-7.594 8.203-7.938 4.953-0.391 9.156 3.234 9.672 7.969h2.063v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5h4.594l-2.891-2.891c-0.203-0.187-0.203-0.516 0-0.703l0.703-0.703c0.187-0.203 0.516-0.203 0.703 0zM9 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-neuter\" viewBox=\"0 0 18 28\">\n<title>neuter</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v9.562c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9.562c-4.5-0.5-8-4.312-8-8.937 0-4.969 4.031-9 9-9s9 4.031 9 9zM9 16c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-genderless\" viewBox=\"0 0 18 28\">\n<title>genderless</title>\n<path d=\"M16 15c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM18 15c0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9 9 4.031 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-official\" viewBox=\"0 0 24 28\">\n<title>facebook-official</title>\n<path d=\"M22.672 2c0.734 0 1.328 0.594 1.328 1.328v21.344c0 0.734-0.594 1.328-1.328 1.328h-6.109v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-11.484c-0.734 0-1.328-0.594-1.328-1.328v-21.344c0-0.734 0.594-1.328 1.328-1.328h21.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-p\" viewBox=\"0 0 20 28\">\n<title>pinterest-p</title>\n<path d=\"M0 9.328c0-5.766 5.281-9.328 10.625-9.328 4.906 0 9.375 3.375 9.375 8.547 0 4.859-2.484 10.25-8.016 10.25-1.313 0-2.969-0.656-3.609-1.875-1.188 4.703-1.094 5.406-3.719 9l-0.219 0.078-0.141-0.156c-0.094-0.984-0.234-1.953-0.234-2.938 0-3.187 1.469-7.797 2.188-10.891-0.391-0.797-0.5-1.766-0.5-2.641 0-1.578 1.094-3.578 2.875-3.578 1.313 0 2.016 1 2.016 2.234 0 2.031-1.375 3.938-1.375 5.906 0 1.344 1.109 2.281 2.406 2.281 3.594 0 4.703-5.187 4.703-7.953 0-3.703-2.625-5.719-6.172-5.719-4.125 0-7.313 2.969-7.313 7.156 0 2.016 1.234 3.047 1.234 3.531 0 0.406-0.297 1.844-0.812 1.844-0.078 0-0.187-0.031-0.266-0.047-2.234-0.672-3.047-3.656-3.047-5.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-whatsapp\" viewBox=\"0 0 24 28\">\n<title>whatsapp</title>\n<path d=\"M15.391 15.219c0.266 0 2.812 1.328 2.922 1.516 0.031 0.078 0.031 0.172 0.031 0.234 0 0.391-0.125 0.828-0.266 1.188-0.359 0.875-1.813 1.437-2.703 1.437-0.75 0-2.297-0.656-2.969-0.969-2.234-1.016-3.625-2.75-4.969-4.734-0.594-0.875-1.125-1.953-1.109-3.031v-0.125c0.031-1.031 0.406-1.766 1.156-2.469 0.234-0.219 0.484-0.344 0.812-0.344 0.187 0 0.375 0.047 0.578 0.047 0.422 0 0.5 0.125 0.656 0.531 0.109 0.266 0.906 2.391 0.906 2.547 0 0.594-1.078 1.266-1.078 1.625 0 0.078 0.031 0.156 0.078 0.234 0.344 0.734 1 1.578 1.594 2.141 0.719 0.688 1.484 1.141 2.359 1.578 0.109 0.063 0.219 0.109 0.344 0.109 0.469 0 1.25-1.516 1.656-1.516zM12.219 23.5c5.406 0 9.812-4.406 9.812-9.812s-4.406-9.812-9.812-9.812-9.812 4.406-9.812 9.812c0 2.063 0.656 4.078 1.875 5.75l-1.234 3.641 3.781-1.203c1.594 1.047 3.484 1.625 5.391 1.625zM12.219 1.906c6.5 0 11.781 5.281 11.781 11.781s-5.281 11.781-11.781 11.781c-1.984 0-3.953-0.5-5.703-1.469l-6.516 2.094 2.125-6.328c-1.109-1.828-1.687-3.938-1.687-6.078 0-6.5 5.281-11.781 11.781-11.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-server\" viewBox=\"0 0 28 28\">\n<title>server</title>\n<path d=\"M2 22h16v-2h-16v2zM2 14h16v-2h-16v2zM26.5 21c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM2 6h16v-2h-16v2zM26.5 13c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM28 18v6h-28v-6h28zM28 10v6h-28v-6h28zM28 2v6h-28v-6h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-plus\" viewBox=\"0 0 32 28\">\n<title>user-plus</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM26 16h5.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v5.5c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-5.5h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-5.5c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5v5.5zM14.5 19.5c0 1.094 0.906 2 2 2h4v3.719c-0.766 0.562-1.734 0.781-2.672 0.781h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.531 1.172 3.016 1.906 4.984 1.906s3.453-0.734 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 1.328 0 2.5 0.5 3.391 1.5h-3.484c-1.094 0-2 0.906-2 2v3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-times\" viewBox=\"0 0 32 28\">\n<title>user-times</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM27.828 19l3.891 3.891c0.094 0.094 0.141 0.219 0.141 0.359 0 0.125-0.047 0.25-0.141 0.344l-2.125 2.125c-0.094 0.094-0.219 0.141-0.344 0.141-0.141 0-0.266-0.047-0.359-0.141l-3.891-3.891-3.891 3.891c-0.094 0.094-0.219 0.141-0.359 0.141-0.125 0-0.25-0.047-0.344-0.141l-2.125-2.125c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l3.891-3.891-3.891-3.891c-0.094-0.094-0.141-0.219-0.141-0.359 0-0.125 0.047-0.25 0.141-0.344l2.125-2.125c0.094-0.094 0.219-0.141 0.344-0.141 0.141 0 0.266 0.047 0.359 0.141l3.891 3.891 3.891-3.891c0.094-0.094 0.219-0.141 0.359-0.141 0.125 0 0.25 0.047 0.344 0.141l2.125 2.125c0.094 0.094 0.141 0.219 0.141 0.344 0 0.141-0.047 0.266-0.141 0.359zM20.047 19l-2.828 2.828c-0.375 0.375-0.578 0.891-0.578 1.422 0 0.516 0.203 1.031 0.578 1.406l1.297 1.297c-0.219 0.031-0.453 0.047-0.688 0.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.5 1.188 3.031 1.906 4.984 1.906s3.484-0.719 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 0.297 0 0.594 0.031 0.891 0.094-0.516 0.5-0.844 0.906-0.844 1.656 0 0.531 0.203 1.047 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bed\" viewBox=\"0 0 32 28\">\n<title>bed</title>\n<path d=\"M4 16h27c0.547 0 1 0.453 1 1v7h-4v-4h-24v4h-4v-19c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v11zM13 11c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM32 15v-1c0-3.313-2.688-6-6-6h-11c-0.547 0-1 0.453-1 1v6h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viacoin\" viewBox=\"0 0 24 28\">\n<title>viacoin</title>\n<path d=\"M24 0l-3 7h3v3h-4.281l-0.859 2h5.141v3h-6.422l-5.578 13-5.578-13h-6.422v-3h5.141l-0.859-2h-4.281v-3h3l-3-7h4l5.047 12h5.906l5.047-12h4zM12 19l1.687-4h-3.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-train\" viewBox=\"0 0 24 28\">\n<title>train</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM12 21c1.656 0 3-1.344 3-3s-1.344-3-3-3-3 1.344-3 3 1.344 3 3 3zM21 12v-8h-18v8h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subway\" viewBox=\"0 0 24 28\">\n<title>subway</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM4.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM11 12v-8h-8.5v8h8.5zM19.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM22 12v-8h-9v8h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medium\" viewBox=\"0 0 28 28\">\n<title>medium</title>\n<path d=\"M9.328 6.578v18.328c0 0.484-0.234 0.938-0.766 0.938-0.187 0-0.359-0.047-0.516-0.125l-7.266-3.641c-0.438-0.219-0.781-0.781-0.781-1.25v-17.813c0-0.391 0.187-0.75 0.609-0.75 0.25 0 0.469 0.125 0.688 0.234l7.984 4c0.016 0.016 0.047 0.063 0.047 0.078zM10.328 8.156l8.344 13.531-8.344-4.156v-9.375zM28 8.437v16.469c0 0.516-0.297 0.875-0.812 0.875-0.266 0-0.516-0.078-0.734-0.203l-6.891-3.437zM27.953 6.563c0 0.063-8.078 13.172-8.703 14.172l-6.094-9.906 5.063-8.234c0.172-0.281 0.484-0.438 0.812-0.438 0.141 0 0.281 0.031 0.406 0.094l8.453 4.219c0.031 0.016 0.063 0.047 0.063 0.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-y-combinator\" viewBox=\"0 0 24 28\">\n<title>y-combinator</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 2v24h-24v-24h24z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-optin-monster\" viewBox=\"0 0 36 28\">\n<title>optin-monster</title>\n<path d=\"M7.469 26.172c-0.156 0.328-0.609 0.781-1 0.938-0.547 0.187-1.219-0.172-1.25-0.547-0.031-0.484 1.172-1.359 1.687-1.453 0.5-0.094 0.734 0.656 0.562 1.062zM28.422 26.172c0.141 0.328 0.594 0.781 1 0.938 0.531 0.187 1.219-0.172 1.234-0.547 0.047-0.484-1.172-1.359-1.687-1.453-0.484-0.094-0.719 0.656-0.547 1.062zM29.172 24.469c0.281 0.562 1.391 1.391 2.094 1.578 0.953 0.266 1.859-0.187 1.859-0.859 0-1.031-1.953-2.406-2.859-2.5-0.859-0.109-1.422 1.109-1.094 1.781zM6.687 24.469c-0.281 0.562-1.375 1.391-2.078 1.578-0.953 0.266-1.859-0.187-1.859-0.859 0-1.031 1.953-2.406 2.859-2.5 0.859-0.109 1.422 1.109 1.078 1.781zM18.094 6.906h0.016c-0.422 0-0.828 0.078-1.188 0.234 0.547 0.172 0.953 0.672 0.953 1.25 0 0.734-0.641 1.328-1.437 1.328-0.531 0-1-0.281-1.25-0.672-0.047 0.219-0.078 0.422-0.078 0.656 0 1.547 1.328 2.797 2.984 2.797s3-1.25 3-2.797-1.344-2.797-3-2.797zM22.844 3.5c-2.063-2.266-4.703-2.766-7.281-1.359 1.453-3.25 7.063-2.812 7.281 1.359zM34.563 22.859c0.078 0.109-0.016 0.391-0.172 0.656 0.063 0.203 0.109 0.406 0.109 0.625 0.047 1.828-2.562 3.703-4.25 3.766-1 0.047-2-0.484-2.469-1.359-6.563 0.234-13.125 0.281-19.672 0-0.484 0.875-1.484 1.391-2.484 1.359-1.672-0.063-4.281-1.937-4.25-3.766 0.016-0.219 0.047-0.422 0.109-0.625-0.156-0.266-0.25-0.547-0.172-0.656 0.063-0.094 0.266-0.094 0.484-0.016 0.187-0.297 0.406-0.547 0.641-0.797-0.063-0.266-0.063-0.5 0.031-0.594 0.109-0.094 0.359-0.063 0.609 0.063 0.266-0.187 0.578-0.375 0.922-0.531 0-0.281 0.078-0.5 0.203-0.578 0.187-0.094 0.516-0.031 0.797 0.25 0.328-0.047 0.656-0.047 0.953 0.031 0.203 0.047 0.406 0.156 0.594 0.297v-1.141c-0.094 0-0.172 0-0.281-0.031-1.016-0.187-2.125-0.891-2.375-2.063-0.094-0.391-0.094-0.812 0-1.266 0.187-0.781 0.859-1.234 1.453-1.484 0.047-0.344 0.469-0.812 0.859-0.922 0.438-0.109 0.719 0.266 0.812 0.594h0.203c0.281 0.031 0.734 0.094 0.938 0.359 0.031 0.031 0.063 0.078 0.078 0.109 0.313-0.031 0.641-0.078 0.953-0.109-0.141-0.109-0.297-0.203-0.469-0.266-0.297-0.516-0.797-0.641-1.422-0.672 0-0.047 0-0.094 0.016-0.156-1.141-0.031-2.547-0.328-3.172-1.031-0.719-0.797-0.844-2.156-0.703-3.187 0.125-1.016 0.547-2.188 1.406-2.797 0.484-0.328 1.25-0.047 1.313 0.562 0.031 0.266 0.078 1.172 0.328 1.313 0.281 0.141 0.734 0.203 1.188 0.187 0.469-0.453 0.969-0.844 1.531-1.156-0.859-0.078-1.672 0.094-2.531 0.219l0.734-0.719c0.719-0.688 1.672-1.281 2.547-1.734 1.359-0.688 2.891-1.203 4.406-1.344-1.078-0.453-2.312-0.688-3.453-0.953 4.422-0.938 10.094-1.281 14.125 2.172 1.047 0.891 1.875 2.094 2.469 3.469 0.641 0.078 1.453 0.094 1.891-0.141h0.016c0.25-0.141 0.297-1.031 0.328-1.313 0.063-0.594 0.828-0.891 1.313-0.547 0.859 0.609 1.281 1.781 1.422 2.781 0.125 1.031 0.016 2.391-0.719 3.187-0.625 0.703-1.984 1.016-3.109 1.047v0.156c-0.641 0.016-1.172 0.141-1.484 0.672-0.172 0.063-0.328 0.156-0.484 0.266 0.328 0.031 0.656 0.078 0.969 0.109 0.016-0.047 0.047-0.094 0.078-0.125 0.219-0.25 0.672-0.328 0.938-0.359h0.203c0.094-0.313 0.391-0.688 0.812-0.594s0.812 0.578 0.859 0.922c0.625 0.25 1.281 0.703 1.453 1.484 0.109 0.469 0.094 0.875 0.016 1.266-0.266 1.172-1.375 1.891-2.391 2.063-0.078 0.016-0.187 0.031-0.266 0.031 0 0.391 0 0.766-0.016 1.141 0.187-0.141 0.375-0.25 0.594-0.297 0.297-0.078 0.625-0.078 0.953-0.031 0.281-0.281 0.625-0.344 0.797-0.25 0.125 0.078 0.219 0.297 0.219 0.578 0.328 0.156 0.656 0.344 0.922 0.531 0.25-0.125 0.484-0.156 0.594-0.063 0.094 0.094 0.109 0.328 0.031 0.594 0.234 0.25 0.469 0.516 0.641 0.797 0.219-0.078 0.406-0.078 0.484 0.016zM30.266 7.984c0 0.359-0.078 0.672-0.141 0.844 1 0.391 1.516 1.281 1.75 2.063 0.063-0.609-0.156-2.281-0.797-2.953-0.422-0.422-0.812-0.297-0.812 0.047zM29.047 9.547v0c0.75 0.906 0.984 2.406 0.734 3.641 0.625-0.125 1.188-0.359 1.516-0.703 0.109-0.125 0.219-0.281 0.281-0.438-0.063-1.234-0.594-2.469-1.719-2.828-0.187 0.187-0.531 0.281-0.812 0.328v0zM28.469 9.609c-0.219 0-0.469 0-0.688-0.016 0.438 1.188 0.719 2.469 0.828 3.734 0.203 0 0.438-0.016 0.672-0.047 0.344-1.406-0.016-2.984-0.812-3.672zM4.031 10.891c0.234-0.781 0.75-1.672 1.75-2.063-0.063-0.172-0.141-0.484-0.141-0.844 0-0.344-0.406-0.469-0.812-0.047-0.656 0.672-0.859 2.344-0.797 2.953zM4.594 12.484c0.328 0.359 0.891 0.578 1.516 0.703-0.25-1.234-0.016-2.734 0.734-3.641v0 0 0c-0.281-0.047-0.625-0.141-0.812-0.328-1.125 0.359-1.641 1.594-1.719 2.828 0.078 0.156 0.172 0.313 0.281 0.438zM7.359 13.328c0.141-1.281 0.531-2.531 1.141-3.672-0.297 0.063-0.578 0.172-0.859 0.281l-0.703 0.297v-0.016c-0.422 0.812-0.578 1.984-0.313 3.063 0.266 0.031 0.5 0.047 0.734 0.047zM22.406 13.937v0c0.203 1.031 0.281 2.063 0.438 3.094 0.063 0.359 0.172 0.438 0.516 0.266 0.922-0.469 1.313-2.266 1.328-3.297-0.75-0.047-1.516-0.047-2.281-0.063zM18 3.922c-2.422 0-4.406 1.969-4.406 4.391 0 2.438 1.984 4.406 4.406 4.406s4.406-1.969 4.406-4.406c0-2.422-1.984-4.391-4.406-4.391zM21.562 13.906c-1.094-0.016-2.203-0.016-3.297 0v-0.016c-0.016 0.297 0.016 2.203 0.25 2.375 0.641 0.313 2.281 0.266 2.953 0.063 0.313-0.094 0.141-2.141 0.094-2.422zM17.375 17.016c0.266-0.141 0.141-2.625 0.078-3.109v-0.016c-1.125 0.016-2.234 0.016-3.344 0.047-0.109 0.531-0.266 2.828 0.109 2.984 0.75 0.328 2.406 0.297 3.156 0.094zM11.219 14.063c-0.313 1.141 0.016 2.609 1.281 3.172 0.313 0.141 0.5 0.141 0.562-0.25 0.109-0.5 0.141-2.125 0.281-3.016v0c-0.703 0.016-1.422 0.047-2.125 0.094zM9.234 16.031c0.031 0.281-0.219 0.453-0.531 0.562 2.531 2.719 5.359 4.953 9.016 6.156 3.906-1.109 6.687-3.469 9.438-6.188-0.281-0.109-0.5-0.297-0.469-0.531 0.016-0.063 0.031-0.094 0.047-0.141v0 0c-0.516-0.047-1.031-0.109-1.531-0.156-0.547 1.906-2.078 3.063-2.703 1.828-0.156-0.297-0.203-0.672-0.266-0.969-0.219 0.484-0.766 0.469-1.422 0.516-0.766 0.063-1.828 0.078-2.547-0.172-0.172 0.75-0.641 0.75-1.547 0.828-0.812 0.078-2.812 0.234-3.172-0.625-0.063 1.656-2.031 0.578-2.609-0.406-0.187-0.328-0.313-0.656-0.406-1.016-0.453 0.047-0.906 0.094-1.359 0.156 0.031 0.047 0.047 0.109 0.063 0.156zM7.922 25.844c0.031-0.141 0.047-0.297 0.047-0.469-0.328-1.344-1.078-2.875-1.937-3.125-1.297-0.391-3.984 1.359-3.828 3.156 0.734 1.125 2.312 2.063 3.422 2.109 1.031 0.047 2.078-0.641 2.297-1.672zM7.969 23.172c0.187 0.516 0.375 1.203 0.422 1.859 1.937-1.125 4-2.063 6.125-2.719-2.234-1.188-3.938-2.766-5.625-4.453-0.125 0.078-0.297 0.141-0.453 0.203-0.016 0.047-0.016 0.094-0.031 0.141 0.266 0.156 0.453 0.344 0.344 0.578-0.125 0.234-0.5 0.438-0.875 0.531-0.125 0.156-0.297 0.281-0.453 0.375h-0.016c-0.016 0.781-0.016 1.563 0.016 2.344 0.219 0.391 0.406 0.797 0.547 1.141zM9.047 25.766c5.969 0.234 11.937 0.203 17.891 0-2.125-1.234-4.281-2.391-6.687-3.063-0.797 0.359-1.609 0.656-2.438 0.891-0.125 0.047-0.125 0.047-0.25 0-0.688-0.219-1.344-0.469-2.016-0.766-2.328 0.672-4.469 1.687-6.5 2.938h-0.016v0.016c0.016 0 0.016 0 0.016-0.016zM27.547 25.047c0.047-0.656 0.25-1.359 0.438-1.875 0.125-0.344 0.297-0.734 0.516-1.109l-0.016 0.016c0.031-0.797 0.047-1.594 0.047-2.391-0.172-0.094-0.328-0.234-0.469-0.391-0.375-0.078-0.75-0.297-0.875-0.516-0.109-0.234 0.078-0.438 0.344-0.594-0.016-0.031-0.031-0.094-0.031-0.141-0.172-0.047-0.313-0.109-0.438-0.187-1.828 1.703-3.781 3.281-5.984 4.438 2.25 0.672 4.391 1.625 6.469 2.75zM33.672 25.406c0.172-1.797-2.516-3.547-3.828-3.156-0.844 0.25-1.609 1.781-1.937 3.125 0 0.172 0.016 0.328 0.047 0.469 0.219 1.031 1.266 1.719 2.297 1.672 1.109-0.047 2.688-0.984 3.422-2.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opencart\" viewBox=\"0 0 43 28\">\n<title>opencart</title>\n<path d=\"M23.812 24.391c0 1.422-1.141 2.562-2.562 2.562s-2.578-1.141-2.578-2.562 1.156-2.578 2.578-2.578 2.562 1.156 2.562 2.578zM12.109 24.391c0 1.422-1.156 2.562-2.578 2.562s-2.562-1.141-2.562-2.562 1.141-2.578 2.562-2.578 2.578 1.156 2.578 2.578zM0 1.047c4.609 4.859 8.937 5.578 25.937 5.578s9.531 3.781-0.969 13.156c3.328-5.781 14.766-10.906-3.984-10.625-17.984 0.266-19.047-5.203-20.984-8.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expeditedssl\" viewBox=\"0 0 28 28\">\n<title>expeditedssl</title>\n<path d=\"M14 1c-7.172 0-13 5.828-13 13s5.828 13 13 13 13-5.828 13-13-5.828-13-13-13zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM7.75 13c0.141 0 0.25 0.109 0.25 0.25v7.5c0 0.141-0.109 0.25-0.25 0.25h-0.5c-0.141 0-0.25-0.109-0.25-0.25v-7.5c0-0.141 0.109-0.25 0.25-0.25h0.5zM14 14c1.109 0 2 0.891 2 2 0 0.734-0.406 1.375-1 1.719v1.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2zM14 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM8.5 9.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-1.937 1.563-3.5 3.5-3.5s3.5 1.563 3.5 3.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5zM22 21v-8c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery\" viewBox=\"0 0 36 28\">\n<title>battery</title>\n<path d=\"M30 8v12h-26v-12h26zM32 17h2v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5zM36 11v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-3\" viewBox=\"0 0 36 28\">\n<title>battery-3</title>\n<path d=\"M4 20v-12h20v12h-20zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-2\" viewBox=\"0 0 36 28\">\n<title>battery-2</title>\n<path d=\"M4 20v-12h14v12h-14zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-1\" viewBox=\"0 0 36 28\">\n<title>battery-1</title>\n<path d=\"M4 20v-12h8v12h-8zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-0\" viewBox=\"0 0 36 28\">\n<title>battery-0</title>\n<path d=\"M34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mouse-pointer\" viewBox=\"0 0 18 28\">\n<title>mouse-pointer</title>\n<path d=\"M17.703 16.297c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-5.969l3.141 7.438c0.219 0.516-0.031 1.094-0.531 1.313l-2.766 1.172c-0.516 0.219-1.094-0.031-1.313-0.531l-2.984-7.063-4.875 4.875c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-23.5c0-0.406 0.25-0.766 0.625-0.922 0.109-0.047 0.25-0.078 0.375-0.078 0.266 0 0.516 0.094 0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-i-cursor\" viewBox=\"0 0 14 28\">\n<title>i-cursor</title>\n<path d=\"M13 2c-3.313 0-5 1.172-5 3.5v6.5h2v2h-2v8.5c0 2.328 1.687 3.5 5 3.5h1v2h-1c-2.812 0-4.875-0.812-6-2.281-1.125 1.469-3.187 2.281-6 2.281h-1v-2h1c3.313 0 5-1.172 5-3.5v-8.5h-2v-2h2v-6.5c0-2.328-1.687-3.5-5-3.5h-1v-2h1c2.812 0 4.875 0.812 6 2.281 1.125-1.469 3.187-2.281 6-2.281h1v2h-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-group\" viewBox=\"0 0 32 28\">\n<title>object-group</title>\n<path d=\"M32 6h-2v16h2v6h-6v-2h-20v2h-6v-6h2v-16h-2v-6h6v2h20v-2h6v6zM28 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 26v-2h-2v2h2zM26 24v-2h2v-16h-2v-2h-20v2h-2v16h2v2h20zM30 26v-2h-2v2h2zM20 10h6v12h-14v-4h-6v-12h14v4zM8 16h10v-8h-10v8zM24 20v-8h-4v6h-6v2h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-ungroup\" viewBox=\"0 0 36 28\">\n<title>object-ungroup</title>\n<path d=\"M36 12h-2v10h2v6h-6v-2h-14v2h-6v-6h2v-2h-6v2h-6v-6h2v-10h-2v-6h6v2h14v-2h6v6h-2v2h6v-2h6v6zM32 8v2h2v-2h-2zM22 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 20v-2h-2v2h2zM24 18h-2v2h2v-2zM6 18h14v-2h2v-10h-2v-2h-14v2h-2v10h2v2zM14 26v-2h-2v2h2zM34 26v-2h-2v2h2zM32 22v-10h-2v-2h-6v6h2v6h-6v-2h-6v2h2v2h14v-2h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note\" viewBox=\"0 0 24 28\">\n<title>sticky-note</title>\n<path d=\"M16 19.5v6.5h-14.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5v14.5h-6.5c-0.828 0-1.5 0.672-1.5 1.5zM18 20h5.953c-0.141 0.75-0.547 1.594-1.016 2.063l-2.875 2.875c-0.469 0.469-1.313 0.875-2.063 1.016v-5.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note-o\" viewBox=\"0 0 24 28\">\n<title>sticky-note-o</title>\n<path d=\"M21.875 20h-3.875v3.875c0.266-0.094 0.531-0.234 0.641-0.344l2.891-2.891c0.109-0.109 0.25-0.375 0.344-0.641zM17.5 18h4.5v-14h-20v20h14v-4.5c0-0.828 0.672-1.5 1.5-1.5zM24 3.5v16c0 0.828-0.484 1.984-1.062 2.562l-2.875 2.875c-0.578 0.578-1.734 1.062-2.562 1.062h-16c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-jcb\" viewBox=\"0 0 36 28\">\n<title>cc-jcb</title>\n<path d=\"M30.484 15.594c0 0.562-0.375 0.969-0.844 1.062-0.063 0.016-0.203 0.031-0.281 0.031h-2.391v-2.188h2.391c0.078 0 0.219 0.016 0.281 0.031 0.469 0.094 0.844 0.516 0.844 1.062zM30.203 12.266c0 0.547-0.375 0.906-0.828 0.984-0.047 0.016-0.156 0.016-0.234 0.016h-2.172v-2.016h2.172c0.078 0 0.187 0.016 0.234 0.016 0.453 0.078 0.828 0.453 0.828 1zM11.375 14.828v-4.813h-3.563v4.813c0 1.172-0.797 2.047-2.234 2.047-1.219 0-2.422-0.359-3.578-0.922v1.75c1.875 0.516 4.25 0.516 4.25 0.516 3.969 0 5.125-1.516 5.125-3.391zM22.531 17.703v-1.766c-0.812 0.422-1.844 0.828-3.125 0.922-2.25 0.172-3.594-0.922-3.594-2.859s1.344-3.031 3.594-2.859c1.281 0.094 2.297 0.484 3.125 0.906v-1.75c-1.672-0.422-3.25-0.484-3.25-0.484-5.5-0.25-7.063 1.922-7.063 4.188s1.563 4.438 7.063 4.188c0 0 1.578-0.063 3.25-0.484zM34 15.906c0-1.156-1.031-1.906-2.375-2v-0.047c1.219-0.172 1.891-0.969 1.891-1.891 0-1.188-0.984-1.875-2.312-1.937-0.094 0-0.266-0.016-0.406-0.016h-7.109v7.969h7.672c1.516 0 2.641-0.812 2.641-2.078zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-diners-club\" viewBox=\"0 0 36 28\">\n<title>cc-diners-club</title>\n<path d=\"M13.406 19.391v-10.828c-2.172 0.844-3.719 2.953-3.719 5.422s1.547 4.578 3.719 5.406zM21.281 13.984c0-2.469-1.547-4.578-3.719-5.422v10.844c2.172-0.844 3.719-2.953 3.719-5.422zM24.641 13.984c0 5.047-4.094 9.156-9.156 9.156-5.047 0-9.156-4.109-9.156-9.156 0-5.063 4.109-9.156 9.156-9.156 5.063 0 9.156 4.094 9.156 9.156zM30.625 14.094c0-5.969-4.984-10.094-10.453-10.094h-4.703c-5.531 0-10.094 4.125-10.094 10.094 0 5.453 4.562 9.906 10.094 9.906h4.703c5.469 0 10.453-4.453 10.453-9.906zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clone\" viewBox=\"0 0 28 28\">\n<title>clone</title>\n<path d=\"M26 25.5v-17c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5zM28 8.5v17c0 1.375-1.125 2.5-2.5 2.5h-17c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5zM22 2.5v2.5h-2v-2.5c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h2.5v2h-2.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-balance-scale\" viewBox=\"0 0 34 28\">\n<title>balance-scale</title>\n<path d=\"M27 7l-6 11h12zM7 7l-6 11h12zM19.828 4c-0.297 0.844-0.984 1.531-1.828 1.828v20.172h9.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-21c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9.5v-20.172c-0.844-0.297-1.531-0.984-1.828-1.828h-7.672c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h7.672c0.422-1.172 1.516-2 2.828-2s2.406 0.828 2.828 2h7.672c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-7.672zM17 4.25c0.688 0 1.25-0.562 1.25-1.25s-0.562-1.25-1.25-1.25-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25zM34 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484v0zM14 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-o\" viewBox=\"0 0 24 28\">\n<title>hourglass-o</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-3.156 1.188-6.344 5.359-6.344 11.062h16c0-5.703-3.187-9.875-6.344-11.062-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-1\" viewBox=\"0 0 24 28\">\n<title>hourglass-1</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 0.688 0.047 1.359 0.141 2h15.719c0.094-0.641 0.141-1.313 0.141-2zM20 26c0-5.609-3.094-9.75-6.203-11h-3.594c-3.109 1.25-6.203 5.391-6.203 11h16z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-2\" viewBox=\"0 0 24 28\">\n<title>hourglass-2</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 2.281 0.516 4.297 1.328 6h13.344c0.812-1.703 1.328-3.719 1.328-6zM19.109 21c-1.156-3.016-3.234-5.156-5.313-6h-3.594c-2.078 0.844-4.156 2.984-5.313 6h14.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-3\" viewBox=\"0 0 24 28\">\n<title>hourglass-3</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-1.344 0.5-2.703 1.563-3.813 3.063h10.938c-1.109-1.5-2.469-2.562-3.813-3.063-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass\" viewBox=\"0 0 24 28\">\n<title>hourglass</title>\n<path d=\"M23.5 25c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23zM2.031 24c0.297-5.266 4.594-8.094 7.469-10-2.875-1.906-7.172-4.734-7.469-10h19.938c-0.297 5.266-4.594 8.094-7.469 10 2.875 1.906 7.172 4.734 7.469 10h-19.938zM23.5 0c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-grab-o\" viewBox=\"0 0 24 28\">\n<title>hand-grab-o</title>\n<path d=\"M12 6c-1.109 0-2 0.891-2 2v2h-0.5v-1.453c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v6.703l-0.5-0.469v-2.688c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v3.5c0 0.484 0.203 0.938 0.547 1.281l4.844 4.625c0.453 0.453 0.609 0.969 0.609 1.594 0 0.547 0.453 1 1 1h10c0.547 0 1-0.453 1-1v-0.391c0-0.406 0.047-0.812 0.156-1.203l1.687-6.813c0.109-0.391 0.156-0.797 0.156-1.203v-3.844c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v0.5h-0.5v-1.953c0-0.828-0.562-1.594-1.391-1.766-0.109-0.016-0.234-0.031-0.359-0.031-0.969 0-1.75 0.781-1.75 1.75v2h-0.5v-1.906c0-1.047-0.75-1.969-1.797-2.078-0.078-0.016-0.141-0.016-0.203-0.016zM12 4c0.844 0 1.656 0.266 2.328 0.781 0.578-0.344 1.25-0.531 1.922-0.531 1.234 0 2.375 0.594 3.078 1.609 0.297-0.078 0.609-0.109 0.922-0.109 2.094 0 3.75 1.719 3.75 3.797v3.844c0 0.562-0.078 1.141-0.203 1.687l-1.703 6.813c-0.094 0.375-0.094 0.734-0.094 1.109 0 1.656-1.344 3-3 3h-10c-1.781 0-3-1.422-3-3.141l-4.813-4.625c-0.734-0.703-1.188-1.703-1.188-2.734v-3.5c0-2.063 1.687-3.75 3.75-3.75 0.094 0 0.172 0 0.25 0.016 0.125-1.984 1.781-3.516 3.75-3.516 0.531 0 1.047 0.109 1.531 0.328 0.734-0.703 1.703-1.078 2.719-1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-paper-o\" viewBox=\"0 0 26 28\">\n<title>hand-paper-o</title>\n<path d=\"M13.75 2c-0.969 0-1.75 0.781-1.75 1.75v10.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v12.25l-2.406-3.203c-0.375-0.5-0.969-0.797-1.594-0.797-1.109 0-2 0.906-2 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h10.75c0.719 0 1.344-0.516 1.484-1.219l1.188-6.328c0.047-0.297 0.078-0.609 0.078-0.922v-7.781c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v4.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v8.25h-0.5v-10.25c0-0.969-0.781-1.75-1.75-1.75zM13.75 0c1.406 0 2.703 0.797 3.344 2.063 0.219-0.047 0.438-0.063 0.656-0.063 2.063 0 3.75 1.687 3.75 3.75v0.266c2.172-0.125 4 1.547 4 3.734v7.781c0 0.438-0.047 0.875-0.125 1.297l-1.188 6.312c-0.297 1.656-1.75 2.859-3.437 2.859h-10.75c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.203 1.781-4 4-4 0.656 0 1.453 0.156 2 0.531v-6.781c0-2.063 1.687-3.75 3.75-3.75 0.219 0 0.438 0.016 0.656 0.063 0.641-1.266 1.937-2.063 3.344-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-scissors-o\" viewBox=\"0 0 28 28\">\n<title>hand-scissors-o</title>\n<path d=\"M16.766 26h-2.766c-1.625 0-2.859-0.703-3.531-2.203-0.234-0.5-0.359-1.047-0.359-1.594v-0.078c-1.281-0.625-2.109-1.937-2.109-3.375 0-0.172 0-0.594 0.078-0.75h-4.078c-2.203 0-4-1.797-4-4s1.797-4 4-4h1.766l-0.688-0.266c-1.547-0.578-2.578-2.078-2.578-3.734 0-2.203 1.797-4 4-4 0.484 0 0.969 0.094 1.422 0.266l9.812 3.734h6.266c2.203 0 4 1.797 4 4v10.437c0 1.844-1.25 3.437-3.031 3.875l-5.297 1.328c-0.938 0.234-1.922 0.359-2.906 0.359zM16 14.891l-2.422 1.109-2.547 1.156c-0.625 0.281-1.031 0.906-1.031 1.594 0 0.969 0.781 1.75 1.75 1.75 0.25 0 0.5-0.047 0.719-0.156l5.281-2.406c-1.016-0.219-1.75-1.141-1.75-2.188v-0.859zM21 19.75c0-0.969-0.781-1.75-1.75-1.75-0.25 0-0.5 0.047-0.719 0.156l-4.531 2.063c-0.938 0.422-1.891 0.797-1.891 1.984 0 1.031 0.719 1.781 1.766 1.781 0.187 0 0.438-0.063 0.594-0.141l5.5-2.5c0.625-0.281 1.031-0.906 1.031-1.594zM17.375 8l-10.156-3.875c-0.234-0.078-0.469-0.125-0.719-0.125-1.094 0-2 0.891-2 2 0 0.828 0.516 1.578 1.281 1.875l8.219 3.125v1h-10c-1.109 0-2 0.891-2 2s0.891 2 2 2h8.359l3.641-1.656v-3.094c0-0.625 0.266-1.234 0.719-1.656l1.734-1.594h-1.078zM16.766 24c0.812 0 1.641-0.094 2.422-0.297l5.297-1.328c0.891-0.219 1.516-1.016 1.516-1.937v-10.437c0-1.109-0.891-2-2-2h-4.813l-2.125 1.969c-0.359 0.328-0.562 0.797-0.562 1.281v4.625c0 0.969 0.797 1.687 1.75 1.687 0.969 0 1.75-0.859 1.75-1.813v-3.25h0.5v3.25c0 0.703-0.344 1.359-0.891 1.781 1.094 0.172 1.891 1.125 1.891 2.219 0 0.875-0.516 1.687-1.313 2.047l-4.844 2.203h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-lizard-o\" viewBox=\"0 0 32 28\">\n<title>hand-lizard-o</title>\n<path d=\"M17.984 0c1.266 0 2.484 0.609 3.234 1.641l8.937 12.203c1.203 1.625 1.844 3.578 1.844 5.609v5.547c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-2.766l-4.469-2.234h-8.531c-1.656 0-3-1.344-3-3v-0.5c0-2.484 2.016-4.5 4.5-4.5h6.563l0.656-2h-10.719c-2.078 0-3.813-1.594-3.984-3.656-0.656-0.797-1.016-1.813-1.016-2.844v-0.5c0-1.656 1.344-3 3-3h14.984zM30 25v-5.547c0-1.578-0.516-3.156-1.453-4.438l-8.953-12.203c-0.375-0.5-0.969-0.812-1.609-0.812h-14.984c-0.547 0-1 0.453-1 1 0 0.828 0.016 1.406 0.562 2.078 0.203-0.641 0.781-1.078 1.437-1.078h13v0.5h-13c-0.547 0-1 0.453-1 1 0 0.297-0.016 0.609 0.047 0.906 0.172 0.922 1.016 1.594 1.953 1.594h11.422c0.828 0 1.5 0.672 1.5 1.5 0 0.156-0.031 0.328-0.078 0.469l-1 3c-0.203 0.609-0.781 1.031-1.422 1.031h-6.922c-1.375 0-2.5 1.125-2.5 2.5v0.5c0 0.547 0.453 1 1 1h8.766c0.156 0 0.313 0.031 0.453 0.109l4.953 2.469c0.5 0.266 0.828 0.781 0.828 1.344v3.078c0 0.547 0.453 1 1 1h6c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-spock-o\" viewBox=\"0 0 30 28\">\n<title>hand-spock-o</title>\n<path d=\"M7.172 28c-1.609 0-3-1.094-3.391-2.656l-1.578-6.266c-0.125-0.547-0.203-1.125-0.203-1.687 0-0.359 0-0.703-0.078-1.047l-1.813-7.453c-0.078-0.297-0.109-0.594-0.109-0.891 0-1.937 1.469-3.531 3.391-3.734 0.344-1.766 1.859-3.016 3.672-3.016 1.734 0 3.234 1.188 3.641 2.875l1.297 5.437 1.609-6.687c0.406-1.687 1.906-2.875 3.641-2.875 1.859 0 3.391 1.344 3.687 3.156 1.922 0.219 3.313 1.844 3.313 3.766 0 0.297-0.047 0.609-0.109 0.922l-1.922 8c1.25-0.938 2.156-1.844 3.797-1.844 2.172 0 3.984 1.766 3.984 3.953 0 1.313-0.641 2.531-1.672 3.313l-7.922 5.938c-0.688 0.516-1.531 0.797-2.391 0.797h-10.844zM17.25 2c-0.797 0-1.5 0.562-1.687 1.344l-2.562 10.656h-1.984l-2.266-9.406c-0.187-0.781-0.891-1.344-1.687-1.344-1 0-1.75 0.797-1.75 1.766 0 0.156 0.016 0.297 0.047 0.438l2.063 8.547h-0.406l-1.547-6.375c-0.187-0.766-0.891-1.375-1.703-1.375-0.969 0-1.766 0.781-1.766 1.75 0 0.141 0.016 0.281 0.047 0.406l1.813 7.469c0.219 0.906 0.063 1.813 0.297 2.719l1.563 6.266c0.172 0.672 0.766 1.141 1.453 1.141h10.844c0.422 0 0.844-0.141 1.188-0.406l7.922-5.922c0.531-0.406 0.875-1.047 0.875-1.719 0-1.094-0.906-1.953-1.984-1.953-0.438 0-0.859 0.141-1.203 0.406l-4.797 3.594v-3.547c0-0.125 2.016-8.406 2.172-9.078 0.031-0.141 0.063-0.297 0.063-0.453 0-0.969-0.734-1.797-1.734-1.797-0.812 0-1.516 0.562-1.703 1.344l-1.813 7.531h-0.406l2.344-9.75c0.031-0.141 0.047-0.297 0.047-0.438 0-0.984-0.719-1.813-1.734-1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-pointer-o\" viewBox=\"0 0 26 28\">\n<title>hand-pointer-o</title>\n<path d=\"M10 2c-1.109 0-2 0.891-2 2v14l-2.359-3.156c-0.391-0.516-1.016-0.844-1.672-0.844-1.094 0-1.969 0.922-1.969 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h11.219c0.453 0 0.859-0.313 0.969-0.75l1.437-5.75c0.25-1 0.375-2.016 0.375-3.031v-3.391c0-0.828-0.641-1.578-1.5-1.578-0.828 0-1.5 0.672-1.5 1.5h-0.5v-0.953c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v1h-0.5v-1.406c0-1.125-0.859-2.094-2-2.094-1.109 0-2 0.891-2 2v1.5h-0.5v-8.906c0-1.125-0.859-2.094-2-2.094zM10 0c2.234 0 4 1.875 4 4.094v3.437c0.172-0.016 0.328-0.031 0.5-0.031 1.016 0 1.969 0.391 2.703 1.078 0.484-0.219 1.016-0.328 1.547-0.328 1.125 0 2.172 0.5 2.875 1.359 0.297-0.078 0.578-0.109 0.875-0.109 1.969 0 3.5 1.641 3.5 3.578v3.391c0 1.172-0.141 2.359-0.438 3.516l-1.437 5.75c-0.328 1.328-1.531 2.266-2.906 2.266h-11.219c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.188 1.781-4 3.969-4 0.719 0 1.422 0.187 2.031 0.547v-8.547c0-2.203 1.797-4 4-4zM12 22v-6h-0.5v6h0.5zM16 22v-6h-0.5v6h0.5zM20 22v-6h-0.5v6h0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-peace-o\" viewBox=\"0 0 24 28\">\n<title>hand-peace-o</title>\n<path d=\"M20.125 10.109c0.578 0 1.156 0.109 1.672 0.359 1.5 0.672 2.203 1.906 2.203 3.531v2.766c0 0.984-0.125 1.969-0.359 2.906l-1.328 5.297c-0.438 1.781-2.031 3.031-3.875 3.031h-10.437c-2.203 0-4-1.797-4-4v-6.266l-3.734-9.812c-0.172-0.453-0.266-0.938-0.266-1.422 0-2.203 1.797-4 4-4 1.656 0 3.156 1.031 3.734 2.578l0.266 0.688v-1.766c0-2.203 1.797-4 4-4s4 1.797 4 4v4.078c0.25-0.047 0.5-0.078 0.75-0.078 1.437 0 2.75 0.828 3.375 2.109zM16.75 10c-0.688 0-1.313 0.406-1.594 1.031l-1.156 2.547-1.109 2.422h0.859c1.047 0 1.969 0.734 2.188 1.75l2.406-5.281c0.109-0.219 0.156-0.469 0.156-0.719 0-0.969-0.781-1.75-1.75-1.75zM20.203 12.109c-1.188 0-1.563 0.953-1.984 1.891l-2.063 4.531c-0.109 0.219-0.156 0.469-0.156 0.719 0 0.969 0.781 1.75 1.75 1.75 0.688 0 1.313-0.406 1.594-1.031l2.5-5.5c0.078-0.156 0.141-0.406 0.141-0.594 0-1.047-0.75-1.766-1.781-1.766zM2 6.5c0 0.25 0.047 0.484 0.125 0.719l3.875 10.156v1.078l1.594-1.734c0.422-0.453 1.031-0.719 1.656-0.719h3.094l1.656-3.641v-8.359c0-1.109-0.891-2-2-2s-2 0.891-2 2v10h-1l-3.125-8.219c-0.297-0.766-1.047-1.281-1.875-1.281-1.109 0-2 0.906-2 2zM18.438 26c0.922 0 1.719-0.625 1.937-1.516l1.328-5.297c0.203-0.781 0.297-1.609 0.297-2.422v-1.422l-2.203 4.844c-0.359 0.797-1.172 1.313-2.047 1.313-1.094 0-2.047-0.797-2.219-1.891-0.422 0.547-1.078 0.891-1.781 0.891h-3.25v-0.5h3.25c0.953 0 1.813-0.781 1.813-1.75 0-0.953-0.719-1.75-1.687-1.75h-4.625c-0.484 0-0.953 0.203-1.281 0.562l-1.969 2.125v4.813c0 1.109 0.891 2 2 2h10.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trademark\" viewBox=\"0 0 31 28\">\n<title>trademark</title>\n<path d=\"M13.391 8.5v1.828c0 0.266-0.234 0.484-0.5 0.484h-4.656v12.688c0 0.281-0.219 0.5-0.484 0.5h-2.109c-0.281 0-0.5-0.219-0.5-0.5v-12.688h-4.641c-0.281 0-0.5-0.219-0.5-0.484v-1.828c0-0.281 0.219-0.5 0.5-0.5h12.391c0.266 0 0.5 0.219 0.5 0.5zM29.609 8.453l1.203 15.016c0.016 0.141-0.031 0.266-0.125 0.375-0.094 0.094-0.219 0.156-0.359 0.156h-2.094c-0.25 0-0.469-0.203-0.484-0.453l-0.719-9.188-2.953 6.641c-0.078 0.187-0.25 0.297-0.453 0.297h-1.875c-0.187 0-0.359-0.109-0.453-0.297l-2.938-6.672-0.703 9.219c-0.016 0.25-0.234 0.453-0.484 0.453h-2.109c-0.141 0-0.266-0.063-0.359-0.156-0.094-0.109-0.141-0.234-0.141-0.375l1.219-15.016c0.016-0.25 0.234-0.453 0.484-0.453h2.219c0.203 0 0.375 0.125 0.453 0.297l3.437 8.125c0.109 0.25 0.219 0.531 0.313 0.797 0.109-0.266 0.203-0.547 0.313-0.797l3.453-8.125c0.078-0.172 0.25-0.297 0.453-0.297h2.203c0.266 0 0.484 0.203 0.5 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-registered\" viewBox=\"0 0 28 28\">\n<title>registered</title>\n<path d=\"M16.281 10.984c0-0.906-0.313-1.547-0.938-1.891-0.313-0.172-0.75-0.281-1.828-0.281h-1.922v4.391h2.531c1.375 0 2.156-0.812 2.156-2.219zM17.094 15.437l3.203 5.828c0.078 0.156 0.078 0.344-0.016 0.484-0.078 0.156-0.25 0.25-0.422 0.25h-2.375c-0.187 0-0.359-0.094-0.438-0.266l-3.031-5.703h-2.422v5.469c0 0.281-0.219 0.5-0.5 0.5h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h4.594c1.641 0 2.359 0.141 2.969 0.375 1.766 0.656 2.859 2.391 2.859 4.516 0 1.922-0.953 3.547-2.469 4.297 0.047 0.078 0.094 0.156 0.141 0.25zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-creative-commons\" viewBox=\"0 0 28 28\">\n<title>creative-commons</title>\n<path d=\"M9.453 19.266c2.562 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.047-0.562l-0.703-1.281c-0.063-0.141-0.219-0.234-0.375-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.297 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.078 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM19.297 19.266c2.578 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.063-0.562l-0.703-1.281c-0.078-0.141-0.219-0.234-0.391-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.313 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.063 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg\" viewBox=\"0 0 32 28\">\n<title>gg</title>\n<path d=\"M11.5 12.5l6 6-6 6-10.5-10.5 10.5-10.5 2.625 2.625-1.5 1.5-1.125-1.125-7.5 7.5 7.5 7.5 3.016-3.016-4.516-4.484zM20.5 3.5l10.5 10.5-10.5 10.5-2.625-2.625 1.5-1.5 1.125 1.125 7.5-7.5-7.5-7.5-3.016 3.016 4.516 4.484-1.5 1.5-6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg-circle\" viewBox=\"0 0 28 28\">\n<title>gg-circle</title>\n<path d=\"M11.203 21.156l4.234-4.234-4.359-4.359-1.375 1.375 3 2.984-1.5 1.5-4.359-4.359 4.359-4.359 0.625 0.625 1.359-1.359-1.984-2-7.094 7.094zM16.797 21.031l7.094-7.094-7.094-7.094-4.234 4.234 4.359 4.359 1.375-1.375-3-2.984 1.5-1.5 4.359 4.359-4.359 4.359-0.625-0.625-1.359 1.375zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tripadvisor\" viewBox=\"0 0 36 28\">\n<title>tripadvisor</title>\n<path d=\"M10.172 15.578c0 0.812-0.656 1.469-1.453 1.469-0.812 0-1.469-0.656-1.469-1.469 0-0.797 0.656-1.453 1.469-1.453 0.797 0 1.453 0.656 1.453 1.453zM28.203 15.563c0 0.812-0.656 1.469-1.469 1.469s-1.469-0.656-1.469-1.469 0.656-1.453 1.469-1.453 1.469 0.641 1.469 1.453zM11.953 15.578c0-1.656-1.359-3.016-3.016-3.016-1.672 0-3.016 1.359-3.016 3.016 0 1.672 1.344 3.016 3.016 3.016 1.656 0 3.016-1.344 3.016-3.016zM29.969 15.563c0-1.656-1.344-3.016-3.016-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.016-1.344 3.016-3.016zM13.281 15.578c0 2.406-1.937 4.359-4.344 4.359s-4.359-1.953-4.359-4.359c0-2.391 1.953-4.344 4.359-4.344s4.344 1.953 4.344 4.344zM31.313 15.563c0 2.406-1.953 4.344-4.359 4.344-2.391 0-4.344-1.937-4.344-4.344s1.953-4.344 4.344-4.344c2.406 0 4.359 1.937 4.359 4.344zM16.25 15.609c0-3.984-3.234-7.219-7.219-7.219-3.969 0-7.203 3.234-7.203 7.219s3.234 7.219 7.203 7.219c3.984 0 7.219-3.234 7.219-7.219zM26.688 6.656c-2.578-1.125-5.484-1.734-8.687-1.734s-6.391 0.609-8.953 1.719c4.953 0.016 8.953 4.016 8.953 8.969 0-4.859 3.859-8.813 8.687-8.953zM34.172 15.609c0-3.984-3.219-7.219-7.203-7.219s-7.219 3.234-7.219 7.219 3.234 7.219 7.219 7.219 7.203-3.234 7.203-7.219zM30.016 6.766h5.984c-0.938 1.094-1.625 2.562-1.797 3.578 1.078 1.484 1.719 3.297 1.719 5.266 0 4.953-4.016 8.953-8.953 8.953-2.812 0-5.313-1.281-6.953-3.297 0 0-0.734 0.875-2.016 2.797-0.219-0.453-1.328-2.031-2-2.812-1.641 2.031-4.156 3.313-6.969 3.313-4.937 0-8.953-4-8.953-8.953 0-1.969 0.641-3.781 1.719-5.266-0.172-1.016-0.859-2.484-1.797-3.578h5.703c3.063-2.047 7.516-3.328 12.297-3.328s8.953 1.281 12.016 3.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki\" viewBox=\"0 0 20 28\">\n<title>odnoklassniki</title>\n<path d=\"M10 14.172c-3.906 0-7.094-3.172-7.094-7.078 0-3.922 3.187-7.094 7.094-7.094s7.094 3.172 7.094 7.094c0 3.906-3.187 7.078-7.094 7.078zM10 3.594c-1.922 0-3.484 1.563-3.484 3.5 0 1.922 1.563 3.484 3.484 3.484s3.484-1.563 3.484-3.484c0-1.937-1.563-3.5-3.484-3.5zM18.172 15.031c0.688 1.406-0.094 2.078-1.875 3.234-1.5 0.953-3.563 1.328-4.922 1.469l1.141 1.125 4.172 4.172c0.625 0.641 0.625 1.672 0 2.297l-0.187 0.203c-0.641 0.625-1.672 0.625-2.312 0-1.047-1.062-2.578-2.594-4.172-4.188l-4.172 4.188c-0.641 0.625-1.672 0.625-2.297 0l-0.187-0.203c-0.641-0.625-0.641-1.656 0-2.297 1.062-1.062 2.578-2.594 4.172-4.172l1.125-1.125c-1.344-0.141-3.437-0.5-4.953-1.469-1.781-1.156-2.562-1.828-1.875-3.234 0.406-0.797 1.516-1.469 2.984-0.313 0 0 1.984 1.578 5.187 1.578s5.187-1.578 5.187-1.578c1.469-1.156 2.578-0.484 2.984 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki-square\" viewBox=\"0 0 24 28\">\n<title>odnoklassniki-square</title>\n<path d=\"M14.484 9.063c0 1.375-1.109 2.484-2.484 2.484s-2.484-1.109-2.484-2.484 1.109-2.484 2.484-2.484 2.484 1.109 2.484 2.484zM17.828 14.734c-0.281-0.562-1.078-1.047-2.125-0.219 0 0-1.422 1.125-3.703 1.125s-3.703-1.125-3.703-1.125c-1.047-0.828-1.844-0.344-2.125 0.219-0.5 1 0.063 1.484 1.328 2.312 1.078 0.688 2.578 0.953 3.531 1.047l-0.797 0.812c-1.125 1.125-2.219 2.219-2.984 2.969-0.453 0.453-0.453 1.188 0 1.641l0.141 0.141c0.453 0.453 1.188 0.453 1.641 0l2.984-2.984c1.125 1.141 2.219 2.234 2.984 2.984 0.453 0.453 1.188 0.453 1.641 0l0.141-0.141c0.453-0.453 0.453-1.188 0-1.641l-2.984-2.969-0.812-0.812c0.969-0.094 2.438-0.359 3.516-1.047 1.266-0.828 1.828-1.313 1.328-2.312zM17.063 9.063c0-2.797-2.266-5.063-5.063-5.063s-5.063 2.266-5.063 5.063 2.266 5.063 5.063 5.063 5.063-2.266 5.063-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-get-pocket\" viewBox=\"0 0 27 28\">\n<title>get-pocket</title>\n<path d=\"M24.453 2c1.359 0 2.422 1.094 2.422 2.438v8.109c0 7.484-5.984 13.453-13.422 13.453-7.469 0-13.453-5.969-13.453-13.453v-8.109c0-1.328 1.109-2.438 2.438-2.438h22.016zM13.453 18.625c0.469 0 0.938-0.187 1.281-0.516l6.312-6.062c0.359-0.344 0.578-0.828 0.578-1.328 0-1.016-0.828-1.844-1.844-1.844-0.484 0-0.938 0.187-1.281 0.516l-5.047 4.844-5.047-4.844c-0.344-0.328-0.797-0.516-1.266-0.516-1.016 0-1.844 0.828-1.844 1.844 0 0.5 0.203 0.984 0.562 1.328l6.328 6.062c0.328 0.328 0.797 0.516 1.266 0.516z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wikipedia-w\" viewBox=\"0 0 36 28\">\n<title>wikipedia-w</title>\n<path d=\"M23.344 25.609l-4.609-10.859c-1.828 3.578-3.844 7.313-5.578 10.859-0.016 0.016-0.844 0-0.844-0.016-2.641-6.172-5.406-12.297-8.047-18.484-0.641-1.5-2.781-3.938-4.25-3.922 0-0.172-0.016-0.562-0.016-0.797h9.109v0.781c-1.078 0.063-2.969 0.75-2.438 1.922 1.234 2.797 5.828 13.516 7.063 16.234 0.844-1.672 3.25-6.141 4.234-8.031-0.781-1.594-3.297-7.531-4.094-9-0.547-1-2.031-1.094-3.141-1.109v-0.781l8.016 0.016v0.734c-1.094 0.031-2.141 0.438-1.656 1.469 1.062 2.25 1.719 3.828 2.703 5.891 0.313-0.609 1.953-3.906 2.703-5.672 0.5-1.156-0.219-1.609-2.172-1.656 0.016-0.203 0-0.578 0.016-0.766 2.5-0.016 6.25-0.016 6.922-0.031v0.766c-1.266 0.047-2.578 0.719-3.266 1.781l-3.328 6.906c0.359 0.906 3.563 8.031 3.891 8.813l6.891-15.891c-0.484-1.297-2.047-1.578-2.656-1.594v-0.781l7.187 0.063 0.016 0.031-0.016 0.688c-1.578 0.047-2.531 0.891-3.141 2.266-1.406 3.25-5.812 13.5-8.734 20.172h-0.766z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-safari\" viewBox=\"0 0 28 28\">\n<title>safari</title>\n<path d=\"M14.828 13.953c0 0.516-0.359 1-0.906 1-0.516 0-1-0.375-1-0.906 0-0.516 0.375-1 0.922-1 0.5 0 0.984 0.359 0.984 0.906zM15.062 14.859l5.469-9.078c-0.734 0.688-7.578 6.984-7.766 7.313l-5.453 9.063c0.719-0.672 7.578-7 7.75-7.297zM25.172 14c0 2.047-0.562 4.062-1.625 5.797-0.156-0.078-0.812-0.547-0.938-0.547-0.109 0-0.203 0.094-0.203 0.203 0 0.203 0.734 0.578 0.922 0.688-1.547 2.344-3.938 4.031-6.656 4.703l-0.25-1.047c-0.016-0.141-0.109-0.156-0.234-0.156-0.109 0-0.172 0.156-0.156 0.234l0.25 1.062c-0.75 0.156-1.516 0.234-2.281 0.234-2.047 0-4.062-0.578-5.812-1.641 0.094-0.156 0.688-1.016 0.688-1.141 0-0.109-0.094-0.203-0.203-0.203-0.219 0-0.688 0.938-0.828 1.125-2.359-1.563-4.062-3.984-4.719-6.75l1.078-0.234c0.125-0.031 0.156-0.125 0.156-0.234s-0.156-0.172-0.25-0.156l-1.062 0.234c-0.141-0.719-0.219-1.437-0.219-2.172 0-2.094 0.594-4.156 1.703-5.922 0.156 0.094 0.906 0.609 1.031 0.609 0.109 0 0.203-0.078 0.203-0.187 0-0.219-0.828-0.641-1.016-0.766 1.594-2.328 4.016-4 6.766-4.625l0.234 1.047c0.031 0.125 0.125 0.156 0.234 0.156s0.172-0.156 0.156-0.25l-0.234-1.031c0.688-0.125 1.391-0.203 2.094-0.203v0c2.094 0 4.141 0.594 5.922 1.703-0.109 0.156-0.609 0.891-0.609 1.016 0 0.109 0.078 0.203 0.187 0.203 0.219 0 0.641-0.812 0.75-1 2.312 1.563 3.969 3.953 4.609 6.672l-0.875 0.187c-0.141 0.031-0.156 0.125-0.156 0.25 0 0.109 0.156 0.172 0.234 0.156l0.891-0.203c0.141 0.719 0.219 1.453 0.219 2.187zM26.5 14c0-6.906-5.594-12.5-12.5-12.5s-12.5 5.594-12.5 12.5 5.594 12.5 12.5 12.5 12.5-5.594 12.5-12.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chrome\" viewBox=\"0 0 30 28\">\n<title>chrome</title>\n<path d=\"M13.953 0c2.391-0.016 4.828 0.594 7.047 1.875 2.453 1.422 4.312 3.469 5.5 5.812l-11.594-0.609c-3.281-0.187-6.406 1.656-7.484 4.75l-4.312-6.625c2.688-3.344 6.719-5.187 10.844-5.203zM2.281 6.328l5.266 10.359c1.484 2.922 4.625 4.703 7.875 4.094l-3.594 7.047c-6.703-1.031-11.828-6.828-11.828-13.828 0-2.828 0.844-5.469 2.281-7.672zM27.062 8.969c2.453 6.312 0 13.656-6.062 17.156-2.453 1.422-5.156 2-7.781 1.859l6.328-9.734c1.797-2.766 1.766-6.375-0.375-8.875zM14 9.281c2.609 0 4.719 2.109 4.719 4.719s-2.109 4.719-4.719 4.719-4.719-2.109-4.719-4.719 2.109-4.719 4.719-4.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-firefox\" viewBox=\"0 0 27 28\">\n<title>firefox</title>\n<path d=\"M14.109 28c-6.031 0-10.828-3.531-13.031-8.578-2.469-5.609-0.5-14.594 3.891-18.562l-0.172 4.391c0.219-0.281 1.891-0.359 2.156 0 0.906-1.734 3.828-3.031 6.172-3.078-0.891 0.75-2.953 3.484-2.781 4.875 1.141 0.359 2.891 0.375 3.813 0.438 0.281 0.156 0.234 1.109-0.328 1.891 0 0-0.734 1.016-2.719 1.375l0.234 2.953-2.172-1.047c-0.703 1.781 0.984 3.359 2.734 3.063 1.937-0.328 2.625-1.594 3.984-1.516 1.344 0.078 1.875 0.828 1.703 1.531 0 0-0.219 0.844-1.672 0.703-1.234 1.953-2.875 2.812-5.531 2.578 4.031 3.344 9.469 0.313 10.844-2.422 1.375-2.719 0.172-6.766-1.203-7.906 1.625 0.703 2.75 1.422 3.344 3 0.313-3.5-1.297-7.469-4.172-9.797 5.406 1.578 8.703 5.766 8.797 12.453s-5.922 13.656-13.891 13.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opera\" viewBox=\"0 0 28 28\">\n<title>opera</title>\n<path d=\"M23.328 3.563c-1.641-1.094-3.563-1.719-5.609-1.719-3.328 0-6.266 1.703-8.328 4.266-1.5 1.875-2.547 4.531-2.625 7.562v0.656c0.078 3.031 1.125 5.688 2.625 7.562 2.063 2.562 5 4.266 8.328 4.266 2.047 0 3.969-0.625 5.609-1.719-2.469 2.219-5.75 3.563-9.328 3.563-0.219 0-0.453 0-0.672-0.016-7.422-0.344-13.328-6.469-13.328-13.984 0-7.734 6.266-14 14-14h0.047c3.563 0.016 6.813 1.359 9.281 3.563zM28 14c0 4.078-1.75 7.734-4.531 10.297-1.062 0.641-2.234 0.984-3.469 0.984-1.437 0-2.797-0.469-3.984-1.313 3.172-1.156 5.516-5.172 5.516-9.969 0-4.781-2.328-8.797-5.5-9.969 1.188-0.828 2.531-1.297 3.969-1.297 1.266 0 2.453 0.359 3.531 1.016 2.75 2.562 4.469 6.203 4.469 10.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-internet-explorer\" viewBox=\"0 0 28 28\">\n<title>internet-explorer</title>\n<path d=\"M28 14.641c0 0.547-0.031 1.094-0.109 1.625h-17.984c0 3.109 2.734 5.359 5.734 5.359 2.031 0 3.984-1 5.031-2.766h6.609c-1.781 5.016-6.547 8.375-11.859 8.375-1.922 0-3.844-0.453-5.563-1.297-1.75 0.891-4.203 1.813-6.156 1.813-2.625 0-3.703-1.609-3.703-4.109 0-1.453 0.313-2.906 0.703-4.297 0.25-0.906 1.25-2.75 1.703-3.578 1.922-3.484 4.453-6.828 7.422-9.469-2.391 1.031-4.984 3.625-6.672 5.531 1.313-5.719 6.406-9.766 12.266-9.766 0.234 0 0.469 0 0.703 0.016 1.937-0.891 4.641-1.828 6.766-1.828 2.531 0 4.703 0.969 4.703 3.828 0 1.5-0.578 3.125-1.172 4.469 1.031 1.859 1.578 3.969 1.578 6.094zM26.906 4.641c0-1.75-1.25-2.828-2.969-2.828-1.313 0-2.797 0.531-3.969 1.094 2.531 0.984 4.703 2.797 6.141 5.109 0.391-1.031 0.797-2.281 0.797-3.375zM2 23.969c0 1.813 1.078 2.797 2.859 2.797 1.391 0 2.938-0.625 4.156-1.297-2.547-1.5-4.516-3.891-5.484-6.687-0.719 1.5-1.531 3.5-1.531 5.187zM9.875 12.828h11.375c-0.109-3.016-2.766-5.187-5.688-5.187-2.938 0-5.578 2.172-5.688 5.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-television\" viewBox=\"0 0 30 28\">\n<title>television</title>\n<path d=\"M28 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 4.5v15c0 1.375-1.125 2.5-2.5 2.5h-11.5v2h5.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-2h-11.5c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-contao\" viewBox=\"0 0 28 28\">\n<title>contao</title>\n<path d=\"M2.156 2h3.078c-0.734 0.672-1.391 1.453-1.969 2.328-2.422 3.734-1.437 7.828-0.5 12.234 0.766 3.578 1.406 6.984 3.641 9.438h-4.25c-1 0-1.813-0.812-1.813-1.813v-20.375c0-1 0.812-1.813 1.813-1.813zM21.031 2h4.813c1 0 1.813 0.812 1.813 1.813v20.375c0 1-0.812 1.813-1.813 1.813h-2.781c2.063-2.047 3.234-5.016 3.063-8.828l-7.328 1.578c-0.094 1.734-0.688 3.406-3.063 3.906-1.328 0.281-2.422-0.031-3.109-0.625-0.844-0.719-1.516-1.656-2.641-7-1.141-5.359-0.906-6.484-0.438-7.484 0.391-0.812 1.266-1.563 2.578-1.844 2.391-0.5 3.609 0.797 4.406 2.344l7.313-1.563c-0.719-1.844-1.672-3.344-2.812-4.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-500px\" viewBox=\"0 0 22 28\">\n<title>500px</title>\n<path d=\"M21.891 24.172l-0.094 0.094c-1.172 1.172-2.531 2.094-4.047 2.734-1.578 0.656-3.234 1-4.953 1s-3.391-0.344-4.953-1c-1.516-0.641-2.891-1.563-4.047-2.734-1.172-1.156-2.094-2.516-2.734-4.031-0.391-0.953-0.703-1.937-0.844-2.953v0c-0.063-0.438 0.547-0.531 0.75-0.562 0.484-0.078 0.812-0.047 0.875 0.313 0.016 0.016 0.016 0.031 0.016 0.063 0.063 0.313 0.219 1.25 0.719 2.484 0.516 1.281 1.313 2.469 2.375 3.531 1.016 1.016 2.203 1.813 3.531 2.375 1.359 0.578 2.812 0.875 4.312 0.875 1.484 0 2.938-0.297 4.312-0.875 1.313-0.562 2.5-1.359 3.516-2.375l0.094-0.094c0.109-0.109 0.234-0.141 0.391-0.094 0.141 0.031 0.313 0.156 0.516 0.344v0c0.5 0.516 0.391 0.766 0.266 0.906zM14.516 14.562l-1.031 1.031 0.984 0.984c0.109 0.109 0.313 0.344-0.109 0.766-0.172 0.172-0.344 0.266-0.5 0.266-0.109 0-0.203-0.047-0.297-0.156l-0.969-0.953-1.031 1.031c-0.031 0.031-0.109 0.078-0.234 0.078-0.141 0-0.313-0.078-0.484-0.25l-0.031-0.031c-0.109-0.094-0.281-0.266-0.281-0.453 0-0.094 0.047-0.172 0.125-0.266l1.031-1.016-1.031-1.031c-0.172-0.172-0.094-0.391 0.219-0.703 0.187-0.187 0.344-0.281 0.484-0.281 0.078 0 0.141 0.031 0.203 0.078l1.016 1.031 1.016-1.016c0.172-0.172 0.453-0.094 0.75 0.203 0.187 0.187 0.391 0.453 0.172 0.688zM21.875 15.453c0 1.234-0.25 2.438-0.719 3.563-0.469 1.094-1.125 2.063-1.969 2.906s-1.828 1.5-2.922 1.969c-1.125 0.484-2.328 0.719-3.563 0.719s-2.438-0.234-3.563-0.719c-1.094-0.469-2.078-1.125-2.922-1.969s-1.5-1.813-1.953-2.906c-0.094-0.203-0.234-0.594-0.234-0.625h-0.016c-0.141-0.438 0.484-0.625 0.672-0.688 0.453-0.141 0.797-0.203 0.938 0.187 0.375 1 0.953 1.969 1.516 2.609h0.016v-5.328c0.031-1.313 0.578-2.641 1.594-3.625 1.047-1.031 2.453-1.609 3.953-1.609 3.063 0 5.547 2.469 5.547 5.5 0 3.063-2.5 5.547-5.547 5.547-0.609 0-1.062-0.047-1.75-0.25-0.078-0.031-0.438-0.187-0.203-0.953 0.063-0.203 0.25-0.797 0.688-0.672 0.031 0 0.797 0.187 1.203 0.187 2.172 0 3.875-1.687 3.875-3.844 0-1.016-0.406-1.969-1.125-2.672-0.719-0.719-1.687-1.109-2.734-1.109-1.078 0-2.063 0.438-2.781 1.25-0.625 0.703-1 1.641-1 2.5v6.453c1.125 0.688 2.422 1.047 3.781 1.047 2 0 3.937-0.797 5.328-2.188 1.406-1.406 2.188-3.297 2.188-5.281 0-2-0.781-3.875-2.203-5.297-1.406-1.406-3.281-2.188-5.297-2.188s-3.906 0.781-5.313 2.188c-0.016 0.016-0.906 0.938-1.203 1.359l-0.031 0.031c-0.187 0.266-0.359 0.516-1.141 0.344-0.391-0.094-0.812-0.328-0.812-0.672v-10.625c0-0.281 0.219-0.594 0.594-0.594h13.703c0.469 0 0.469 0.656 0.469 0.859 0 0.219 0 0.859-0.469 0.859h-12.672v7.547h0.016c0.875-0.922 2.391-1.891 3.281-2.266 1.109-0.469 2.359-0.719 3.609-0.719 1.234 0 2.438 0.234 3.563 0.719 1.094 0.469 2.078 1.125 2.922 1.969s1.5 1.813 1.969 2.906c0.469 1.141 0.719 2.328 0.719 3.578zM21.391 6.375c0.297 0.266 0.094 0.547-0.203 0.891-0.187 0.187-0.391 0.406-0.609 0.406-0.094 0-0.172-0.031-0.25-0.109-1.125-0.969-2.141-1.625-3.234-2.078-1.359-0.594-2.812-0.875-4.312-0.875-1.328 0-2.781 0.266-4.094 0.766-0.406 0.156-0.625-0.375-0.703-0.578-0.094-0.25-0.141-0.453-0.125-0.594 0.031-0.156 0.109-0.266 0.25-0.313 1.281-0.562 3.031-0.891 4.672-0.891 1.703 0 3.375 0.344 4.937 1 1.437 0.609 2.609 1.359 3.672 2.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-amazon\" viewBox=\"0 0 28 28\">\n<title>amazon</title>\n<path d=\"M24.234 23.063c0.469-0.234 0.828 0.125 0.344 0.75s-4.375 4.188-10.906 4.188-11.531-4.469-13.062-6.312c-0.422-0.484 0.063-0.703 0.344-0.516 4.578 2.781 11.734 7.359 23.281 1.891zM27.469 21.266c0.234 0.313 0 1.687-0.406 2.688-0.406 0.984-1 1.672-1.328 1.937-0.344 0.281-0.594 0.172-0.406-0.234s1.203-2.906 0.797-3.437c-0.406-0.516-2.312-0.266-3-0.203-0.672 0.063-0.812 0.125-0.875-0.016-0.141-0.359 1.359-0.969 2.344-1.094 0.984-0.109 2.562-0.047 2.875 0.359zM21.313 14.344c0 1.719 2.016 3.297 2.016 3.297l-3.547 3.5c-1.391-1.313-2.438-2.406-2.438-2.406-0.156-0.156-0.281-0.344-0.391-0.516-2.828 4.422-11.469 4.141-11.469-2.703 0-6.375 7.547-7.234 10.594-7.344v-1.984c0-0.422 0.156-2.344-2.219-2.344 0 0-2.375 0-3.391 3.094l-4.594-0.422c0-3.078 2.922-6.516 8.422-6.516 5.484 0 7.016 3.563 7.016 5.141v9.203zM10.813 14.672c0 3.172 5.266 3.922 5.266-1.078v-2.531c-2.109 0.063-5.266 0.656-5.266 3.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-plus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-plus-o</title>\n<path d=\"M24 4c1.094 0 2 0.906 2 2v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2zM18 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM24 26v-16h-22v16h22zM14 17h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-minus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-minus-o</title>\n<path d=\"M18 17.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-times-o\" viewBox=\"0 0 26 28\">\n<title>calendar-times-o</title>\n<path d=\"M17.359 21.641l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.938-2.953-2.938 2.953c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l2.953-2.938-2.953-2.938c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.938 2.938 2.938-2.938c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703l-2.938 2.938 2.938 2.938c0.187 0.203 0.187 0.516 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-check-o\" viewBox=\"0 0 26 28\">\n<title>calendar-check-o</title>\n<path d=\"M20.359 15.062l-8 8c-0.203 0.187-0.516 0.187-0.719 0l-4.5-4.5c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l3.437 3.437 6.937-6.937c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-industry\" viewBox=\"0 0 28 28\">\n<title>industry</title>\n<path d=\"M7 0c0.547 0 1 0.453 1 1v13.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v5.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v18c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-pin\" viewBox=\"0 0 16 28\">\n<title>map-pin</title>\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-signs\" viewBox=\"0 0 28 28\">\n<title>map-signs</title>\n<path d=\"M27.266 4.641c0.203 0.203 0.203 0.516 0 0.719l-2.203 2.203c-0.281 0.281-0.672 0.438-1.062 0.438h-21c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h9v-1c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1h8c0.391 0 0.781 0.156 1.062 0.438zM12 19h4v8c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-8zM25 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-21c-0.391 0-0.781-0.156-1.062-0.438l-2.203-2.203c-0.203-0.203-0.203-0.516 0-0.719l2.203-2.203c0.281-0.281 0.672-0.438 1.062-0.438h8v-3h4v3h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-o\" viewBox=\"0 0 32 28\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map\" viewBox=\"0 0 28 28\">\n<title>map</title>\n<path d=\"M8 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM27.5 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM10 0c0.078 0 0.156 0.016 0.219 0.047l8 4c0.172 0.094 0.281 0.266 0.281 0.453v23c0 0.266-0.234 0.5-0.5 0.5-0.078 0-0.156-0.016-0.219-0.047l-8-4c-0.172-0.094-0.281-0.266-0.281-0.453v-23c0-0.266 0.234-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting\" viewBox=\"0 0 28 28\">\n<title>commenting</title>\n<path d=\"M10 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 14c0 5.531-6.266 10-14 10-1.141 0-2.25-0.094-3.297-0.281-1.781 1.781-4.109 3-6.797 3.578-0.422 0.078-0.875 0.156-1.344 0.203-0.25 0.031-0.484-0.141-0.547-0.375v0c-0.063-0.25 0.125-0.406 0.313-0.578 0.984-0.922 2.156-1.656 2.562-4.953-2.984-1.828-4.891-4.547-4.891-7.594 0-5.531 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting-o\" viewBox=\"0 0 28 28\">\n<title>commenting-o</title>\n<path d=\"M10 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM16 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10v0c7.734 0 14 4.484 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-houzz\" viewBox=\"0 0 16 28\">\n<title>houzz</title>\n<path d=\"M8 18.609l8-4.609v9.234l-8 4.625v-9.25zM0 14v9.234l8-4.625-8-4.609zM8 0.141v9.234l-8 4.625v-9.234zM8 9.375l8-4.609v9.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo\" viewBox=\"0 0 28 28\">\n<title>vimeo</title>\n<path d=\"M26.703 8.094c-0.109 2.469-1.844 5.859-5.187 10.172-3.469 4.484-6.375 6.734-8.781 6.734-1.484 0-2.734-1.375-3.75-4.109-0.688-2.5-1.375-5.016-2.063-7.531-0.75-2.734-1.578-4.094-2.453-4.094-0.187 0-0.844 0.391-1.984 1.188l-1.203-1.531c1.25-1.109 2.484-2.234 3.719-3.313 1.656-1.469 2.922-2.203 3.766-2.281 1.984-0.187 3.187 1.156 3.656 4.047 0.484 3.125 0.844 5.078 1.031 5.828 0.578 2.594 1.188 3.891 1.875 3.891 0.531 0 1.328-0.828 2.406-2.516 1.062-1.687 1.625-2.969 1.703-3.844 0.141-1.453-0.422-2.172-1.703-2.172-0.609 0-1.234 0.141-1.891 0.406 1.25-4.094 3.641-6.078 7.172-5.969 2.609 0.078 3.844 1.781 3.687 5.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-black-tie\" viewBox=\"0 0 24 28\">\n<title>black-tie</title>\n<path d=\"M0 2h24v24h-24v-24zM16.953 19.422l-3.453-9.859 3.453-4.641h-9.906l3.453 4.641-3.453 9.859 4.953 4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fonticons\" viewBox=\"0 0 24 28\">\n<title>fonticons</title>\n<path d=\"M0 2h24v24h-24v-24zM14.187 7l-0.187 0.516 1.172 1.297-0.484 1.781 0.391 0.391 1.672-0.891 1.672 0.891 0.391-0.391-0.484-1.781 1.172-1.297-0.187-0.516h-1.484l-0.828-1.5h-0.5l-0.828 1.5h-1.484zM10.016 9.547c0.641 0 0.891 0.234 0.875 1.234l2.719-0.328c0-2.391-1.641-2.828-3.469-2.828-2.719 0-4.141 1.094-4.141 3.75v1.125h-1.5v2h1.188c0.156 0 0.313 0 0.313 0.125v5.969c0 0.297-0.078 0.391-0.359 0.422l-1.141 0.109v1.375h7v-1.344l-2.328-0.219c-0.281-0.031-0.172-0.078-0.172-0.391v-6.047h2.984l0.594-2h-3.609c-0.156 0 0.031-0.109 0.031-0.234v-1.25c0-0.938 0.031-1.469 1.016-1.469zM19.5 22.5v-1.344l-0.844-0.141c-0.297-0.047-0.156-0.078-0.156-0.391v-8.125h-4.297l-0.359 1.578 1.297 0.344c0.203 0.063 0.359 0.203 0.359 0.422v5.781c0 0.297-0.125 0.359-0.406 0.391l-1.094 0.141v1.344h5.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-alien\" viewBox=\"0 0 28 28\">\n<title>reddit-alien</title>\n<path d=\"M28 13.219c0 1.219-0.688 2.266-1.703 2.781 0.125 0.484 0.187 0.984 0.187 1.5 0 4.937-5.578 8.937-12.453 8.937-6.859 0-12.437-4-12.437-8.937 0-0.5 0.063-1 0.172-1.469-1.047-0.516-1.766-1.578-1.766-2.812 0-1.719 1.391-3.109 3.109-3.109 0.891 0 1.687 0.375 2.266 0.984 2.109-1.469 4.922-2.422 8.047-2.531l1.813-8.141c0.063-0.281 0.359-0.469 0.641-0.406l5.766 1.266c0.375-0.75 1.172-1.281 2.078-1.281 1.297 0 2.344 1.047 2.344 2.328 0 1.297-1.047 2.344-2.344 2.344-1.281 0-2.328-1.047-2.328-2.328l-5.219-1.156-1.625 7.375c3.141 0.094 5.984 1.031 8.109 2.5 0.562-0.594 1.359-0.953 2.234-0.953 1.719 0 3.109 1.391 3.109 3.109zM6.531 16.328c0 1.297 1.047 2.344 2.328 2.344 1.297 0 2.344-1.047 2.344-2.344 0-1.281-1.047-2.328-2.344-2.328-1.281 0-2.328 1.047-2.328 2.328zM19.187 21.875c0.234-0.234 0.234-0.578 0-0.812-0.219-0.219-0.578-0.219-0.797 0-0.938 0.953-2.953 1.281-4.391 1.281s-3.453-0.328-4.391-1.281c-0.219-0.219-0.578-0.219-0.797 0-0.234 0.219-0.234 0.578 0 0.812 1.484 1.484 4.344 1.594 5.187 1.594s3.703-0.109 5.187-1.594zM19.141 18.672c1.281 0 2.328-1.047 2.328-2.344 0-1.281-1.047-2.328-2.328-2.328-1.297 0-2.344 1.047-2.344 2.328 0 1.297 1.047 2.344 2.344 2.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edge\" viewBox=\"0 0 28 28\">\n<title>edge</title>\n<path d=\"M1.078 12.422h0.016c0.812-6.469 5.234-12.437 13.141-12.422 4.797 0 8.75 2.25 11.062 6.391 1.188 2.141 1.625 4.422 1.625 6.906v2.938h-17.578c0.078 7.25 10.656 7 15.219 3.813v5.891c-2.672 1.609-8.703 3-13.406 1.203-3.984-1.531-6.766-5.672-6.813-9.703-0.063-5.203 2.578-8.656 6.813-10.625-0.891 1.125-1.578 2.344-1.937 4.453h9.922c0.578-5.922-5.609-5.922-5.609-5.922-5.844 0.203-10.063 3.609-12.453 7.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card-alt\" viewBox=\"0 0 36 28\">\n<title>credit-card-alt</title>\n<path d=\"M0 23.5v-9.5h36v9.5c0 1.375-1.125 2.5-2.5 2.5h-31c-1.375 0-2.5-1.125-2.5-2.5zM10 20v2h6v-2h-6zM4 20v2h4v-2h-4zM33.5 2c1.375 0 2.5 1.125 2.5 2.5v3.5h-36v-3.5c0-1.375 1.125-2.5 2.5-2.5h31z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codiepie\" viewBox=\"0 0 27 28\">\n<title>codiepie</title>\n<path d=\"M24.75 20.156l-3.406-1.734c-1.531 2.5-4.25 4.031-7.187 4.031-4.656 0-8.422-3.766-8.422-8.406 0-4.656 3.766-8.422 8.422-8.422 2.734 0 5.297 1.328 6.875 3.578l3.359-1.953c-2.297-3.531-6.188-5.641-10.391-5.641-6.844 0-12.391 5.547-12.391 12.391s5.547 12.391 12.391 12.391c4.438 0 8.547-2.375 10.75-6.234zM16.094 13.953l10.828 5.5c-2.375 5.187-7.141 8.547-12.922 8.547-7.734 0-14-6.266-14-14s6.266-14 14-14c5.5 0 10.031 3.031 12.594 7.812zM24.109 14h-0.609v2.5h-1.5v-5.5h2.125c1.734 0 1.891 3-0.016 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-modx\" viewBox=\"0 0 28 28\">\n<title>modx</title>\n<path d=\"M22.297 11.078l-9.594-6.031 1.437-2.359h13.359zM6.328 15.219l-2.875-1.813v-13.406l18.484 11.609zM22.25 13.109l2.297 1.484v13.406l-8.313-5.234zM21.672 12.781l-7.812 12.531h-13.359l5.563-8.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fort-awesome\" viewBox=\"0 0 26 28\">\n<title>fort-awesome</title>\n<path d=\"M10 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM18 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM26 16.25v11.75h-10v-5c0-1.656-1.344-3-3-3s-3 1.344-3 3v5h-10v-11.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-9.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.328 0.438-0.25 0.641-0.25v-6.109c-0.297-0.141-0.5-0.453-0.5-0.781 0-0.469 0.391-0.859 0.859-0.859s0.859 0.391 0.859 0.859c0 0.328-0.203 0.641-0.5 0.781v0.266c0.422-0.094 0.859-0.156 1.297-0.156 0.641 0 1.25 0.234 1.781 0.234 0.484 0 1.031-0.234 1.313-0.234 0.141 0 0.25 0.109 0.25 0.25v3.281c0 0.375-1.266 0.438-1.516 0.438-0.578 0-1.125-0.234-1.719-0.234-0.469 0-0.953 0.078-1.406 0.187v2.078c0.203 0 0.641-0.078 0.641 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v9.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-usb\" viewBox=\"0 0 36 28\">\n<title>usb</title>\n<path d=\"M35.75 12.578c0.156 0.078 0.25 0.25 0.25 0.422s-0.094 0.344-0.25 0.422l-5 3c-0.078 0.047-0.156 0.078-0.25 0.078-0.078 0-0.172-0.016-0.25-0.063-0.156-0.094-0.25-0.25-0.25-0.438v-2h-13.406c0.5 0.781 0.922 1.703 1.297 2.578 0.75 1.687 1.516 3.422 2.609 3.422h1.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-2.391 0-3.469-2.453-4.438-4.609-0.734-1.672-1.5-3.391-2.562-3.391h-5.625c-0.453 1.719-2.016 3-3.875 3-2.203 0-4-1.797-4-4s1.797-4 4-4c1.859 0 3.422 1.281 3.875 3h1.625c1.062 0 1.828-1.719 2.562-3.391 0.969-2.156 2.047-4.609 4.438-4.609h1.672c0.422-1.172 1.516-2 2.828-2 1.656 0 3 1.344 3 3s-1.344 3-3 3c-1.313 0-2.406-0.828-2.828-2h-1.672c-1.094 0-1.859 1.734-2.609 3.422-0.375 0.875-0.797 1.797-1.297 2.578h17.406v-2c0-0.187 0.094-0.344 0.25-0.438s0.359-0.078 0.5 0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-product-hunt\" viewBox=\"0 0 28 28\">\n<title>product-hunt</title>\n<path d=\"M17.969 11.906c0 1.156-0.938 2.094-2.109 2.094v0h-3.953v-4.203h3.953c1.172 0 2.109 0.938 2.109 2.109zM20.766 11.906c0-2.719-2.188-4.906-4.906-4.906v0h-6.766v14h2.812v-4.203h3.953c2.719 0 4.906-2.188 4.906-4.891zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mixcloud\" viewBox=\"0 0 36 28\">\n<title>mixcloud</title>\n<path d=\"M25.703 17.156c0-1.25-0.797-2.312-1.891-2.734-0.078 0.484-0.203 0.969-0.359 1.437-0.156 0.5-0.625 0.812-1.125 0.812-0.125 0-0.25-0.016-0.375-0.047-0.641-0.219-0.969-0.891-0.766-1.516 0.234-0.719 0.359-1.469 0.359-2.234 0-3.906-3.187-7.094-7.109-7.094-2.812 0-5.344 1.672-6.469 4.172 1.094 0.281 2.109 0.844 2.938 1.656 0.469 0.469 0.469 1.234 0 1.703s-1.234 0.469-1.703 0c-0.75-0.75-1.75-1.172-2.812-1.172-2.203 0-4 1.781-4 3.984s1.797 3.984 4 3.984h16.344c1.641 0 2.969-1.328 2.969-2.953zM28.094 17.156c0 2.953-2.406 5.344-5.359 5.344h-16.344c-3.531 0-6.391-2.859-6.391-6.375 0-3.203 2.375-5.844 5.453-6.297 1.297-3.813 4.906-6.438 8.984-6.438 4.922 0 8.984 3.766 9.453 8.563 2.391 0.516 4.203 2.656 4.203 5.203zM32 17.156c0 1.781-0.516 3.5-1.516 4.984-0.234 0.344-0.609 0.516-1 0.516v0c-0.234 0-0.469-0.063-0.672-0.203-0.547-0.359-0.688-1.109-0.313-1.656 0.734-1.078 1.109-2.328 1.109-3.641 0-1.297-0.375-2.562-1.109-3.641-0.375-0.547-0.234-1.281 0.313-1.656s1.297-0.219 1.672 0.328c1 1.469 1.516 3.187 1.516 4.969zM36 17.156c0 2.484-0.719 4.875-2.094 6.922-0.234 0.344-0.609 0.531-1 0.531v0c-0.219 0-0.453-0.063-0.656-0.203-0.547-0.375-0.703-1.109-0.328-1.656 1.094-1.656 1.687-3.594 1.687-5.594s-0.594-3.937-1.687-5.578c-0.375-0.547-0.219-1.297 0.328-1.656 0.547-0.375 1.281-0.234 1.656 0.328 1.375 2.031 2.094 4.422 2.094 6.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-scribd\" viewBox=\"0 0 24 28\">\n<title>scribd</title>\n<path d=\"M23.438 24.203c0 1.859-1.5 3.375-3.375 3.375s-3.391-1.516-3.391-3.375c0-1.875 1.516-3.391 3.391-3.391s3.375 1.516 3.375 3.391zM19.797 19.812c-2.375 0.313-4.219 2.344-4.219 4.813 0 0.766 0.187 1.516 0.516 2.156-1.406 0.75-3.313 1.219-5.922 1.219-8.313 0-9.609-5.875-9.609-6.656 0-0.797 0.469-3.406 3.406-3.406s3.344 2.516 3.344 3.031c0 0 0 0.531-0.359 1.266 1 0.938 3.359 0.938 3.359 0.938 2.359 0 4.141-1.156 4.141-2.875 0-1.734-2-2.578-6.563-4.719-4.562-2.156-6.281-3.734-6.281-7.656 0-3.938 2.625-7.922 9.172-7.922s9.016 3.672 9.016 6.188-2.141 3.141-2.938 3.141c-0.781 0-3.672 0.266-3.672-4.078-0.516-0.578-2.766-0.578-2.766-0.578-2.266 0-3.266 1.719-3.266 2.766 0 1.062 0.422 2.375 5.141 3.938 7.234 2.406 7.5 5.547 7.5 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle\" viewBox=\"0 0 24 28\">\n<title>pause-circle</title>\n<path d=\"M11 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM18 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle-o\" viewBox=\"0 0 24 28\">\n<title>pause-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM13.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle\" viewBox=\"0 0 24 28\">\n<title>stop-circle</title>\n<path d=\"M17 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle-o\" viewBox=\"0 0 24 28\">\n<title>stop-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-bag\" viewBox=\"0 0 28 28\">\n<title>shopping-bag</title>\n<path d=\"M27.453 22l0.547 4.891c0.031 0.281-0.063 0.562-0.25 0.781-0.187 0.203-0.469 0.328-0.75 0.328h-26c-0.281 0-0.562-0.125-0.75-0.328-0.187-0.219-0.281-0.5-0.25-0.781l0.547-4.891h26.906zM26 8.891l1.344 12.109h-26.688l1.344-12.109c0.063-0.5 0.484-0.891 1-0.891h4v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h6v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h4c0.516 0 0.938 0.391 1 0.891zM20 6v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-3.313 2.688-6 6-6s6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-basket\" viewBox=\"0 0 32 28\">\n<title>shopping-basket</title>\n<path d=\"M30 12c1.109 0 2 0.891 2 2s-0.891 2-2 2h-0.234l-1.797 10.344c-0.172 0.953-1 1.656-1.969 1.656h-20c-0.969 0-1.797-0.703-1.969-1.656l-1.797-10.344h-0.234c-1.109 0-2-0.891-2-2s0.891-2 2-2h28zM7.578 24.5c0.547-0.047 0.969-0.531 0.922-1.078l-0.5-6.5c-0.047-0.547-0.531-0.969-1.078-0.922s-0.969 0.531-0.922 1.078l0.5 6.5c0.047 0.516 0.484 0.922 1 0.922h0.078zM14 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM20 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM25.5 23.578l0.5-6.5c0.047-0.547-0.375-1.031-0.922-1.078s-1.031 0.375-1.078 0.922l-0.5 6.5c-0.047 0.547 0.375 1.031 0.922 1.078h0.078c0.516 0 0.953-0.406 1-0.922zM7.438 4.562l-1.453 6.438h-2.063l1.578-6.891c0.406-1.828 2.016-3.109 3.891-3.109h2.609c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1h2.609c1.875 0 3.484 1.281 3.891 3.109l1.578 6.891h-2.063l-1.453-6.438c-0.219-0.922-1.016-1.563-1.953-1.563h-2.609c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1h-2.609c-0.938 0-1.734 0.641-1.953 1.563z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hashtag\" viewBox=\"0 0 28 28\">\n<title>hashtag</title>\n<path d=\"M15.484 16l1-4h-3.969l-1 4h3.969zM27.484 8.125l-0.875 3.5c-0.063 0.219-0.25 0.375-0.484 0.375h-5.109l-1 4h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.141 0.281 0.094 0.438l-0.875 3.5c-0.047 0.219-0.25 0.375-0.484 0.375h-5.109l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.5c-0.156 0-0.313-0.078-0.406-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-3.969l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.516c-0.141 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l0.875-3.5c0.063-0.219 0.25-0.375 0.484-0.375h5.109l1-4h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.141-0.281-0.094-0.438l0.875-3.5c0.047-0.219 0.25-0.375 0.484-0.375h5.109l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h3.969l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth\" viewBox=\"0 0 24 28\">\n<title>bluetooth</title>\n<path d=\"M13.141 16.453l2.312 2.312-2.328 2.328zM13.125 6.906l2.328 2.328-2.312 2.312-0.016-4.641zM11.094 26.031l7.25-7.25-4.781-4.781 4.781-4.781-7.25-7.25v9.547l-3.984-3.984-1.453 1.453 5 5.016-5 5.016 1.453 1.453 3.984-3.984v9.547zM22.328 14c0 11.094-4.219 14-10.328 14v0c-6.109 0-10.328-2.906-10.328-14s4.219-14 10.328-14 10.328 2.906 10.328 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth-b\" viewBox=\"0 0 16 28\">\n<title>bluetooth-b</title>\n<path d=\"M9.312 22.234l2.703-2.688-2.703-2.688v5.375zM9.312 11.141l2.703-2.688-2.703-2.688v5.375zM9.812 14l5.563 5.563-8.422 8.437v-11.109l-4.641 4.625-1.687-1.687 5.812-5.828-5.812-5.828 1.687-1.687 4.641 4.625v-11.109l8.422 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-percent\" viewBox=\"0 0 24 28\">\n<title>percent</title>\n<path d=\"M20 20c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM8 8c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM24 20c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM22.5 3c0 0.219-0.078 0.422-0.203 0.594l-16.5 22c-0.187 0.25-0.484 0.406-0.797 0.406h-2.5c-0.547 0-1-0.453-1-1 0-0.219 0.078-0.422 0.203-0.594l16.5-22c0.187-0.25 0.484-0.406 0.797-0.406h2.5c0.547 0 1 0.453 1 1zM12 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gitlab\" viewBox=\"0 0 28 28\">\n<title>gitlab</title>\n<path d=\"M1.625 11.031l12.375 15.859-13.563-9.844c-0.375-0.281-0.531-0.766-0.391-1.203l1.578-4.813zM8.844 11.031h10.313l-5.156 15.859zM5.75 1.469l3.094 9.562h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0zM26.375 11.031l1.578 4.813c0.141 0.438-0.016 0.922-0.391 1.203l-13.563 9.844 12.375-15.859zM26.375 11.031h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpbeginner\" viewBox=\"0 0 28 28\">\n<title>wpbeginner</title>\n<path d=\"M6 13h2.5v-3.5h-2.5v3.5zM19.078 18.188v-1.437c-1.344 0.469-2.453 0.578-3.797 0.594-3.016 0.016-5.688-1.234-7.5-2.641l0.016 1.5c1.703 1.547 4.312 2.766 7.562 2.75 1.359 0 2.641-0.281 3.719-0.766zM10 13h10v-3.5h-10v3.5zM28 12.5c0 1.984-0.562 3.859-1.547 5.5 0.875 1 1.391 2.234 1.391 3.578 0 3.266-3.094 5.922-6.922 5.922-2.594 0-4.844-1.219-6.031-3.016-0.297 0.016-0.594 0.016-0.891 0.016s-0.594 0-0.891-0.016c-1.188 1.797-3.437 3.016-6.031 3.016-3.828 0-6.922-2.656-6.922-5.922 0-1.344 0.516-2.578 1.391-3.578-0.984-1.641-1.547-3.516-1.547-5.5 0-6.625 6.266-12 14-12s14 5.375 14 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpforms\" viewBox=\"0 0 24 28\">\n<title>wpforms</title>\n<path d=\"M8.047 14.234v2h-3.938v-2h3.938zM8.047 10.25v1.984h-3.938v-1.984h3.938zM19.891 18.234v2h-5.328v-2h5.328zM19.891 14.234v2h-10.5v-2h10.5zM19.891 10.25v1.984h-10.5v-1.984h10.5zM22 23.688v-19.375c0-0.172-0.141-0.313-0.313-0.313h-0.5l-5.906 4-3.281-2.672-3.281 2.672-5.906-4h-0.5c-0.172 0-0.313 0.141-0.313 0.313v19.375c0 0.172 0.141 0.313 0.313 0.313h19.375c0.172 0 0.313-0.141 0.313-0.313zM8.641 6.344l2.891-2.344h-6.344zM15.359 6.344l3.453-2.344h-6.344zM24 4.312v19.375c0 1.281-1.031 2.312-2.312 2.312h-19.375c-1.281 0-2.312-1.031-2.312-2.312v-19.375c0-1.281 1.031-2.312 2.312-2.312h19.375c1.281 0 2.312 1.031 2.312 2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envira\" viewBox=\"0 0 30 28\">\n<title>envira</title>\n<path d=\"M14 12.75c-1.984-3.75-3.813-7.406-9.016-9.875-3.109-1.469-0.328 0.578-0.328 0.578 2.828 1.953 4.125 4.594 5.641 7.484 1.969 3.766 4.937 8.734 9.016 10.484 4.062 1.75 2.141 0.781 0.375-0.531-1.766-1.328-4.266-5.437-5.688-8.141zM8.578 21.234c-5.641-4.469-5.328-9.812-8.578-21.234 29.859 0 22.922 19.828 22.953 22.891l5.047 5.109h-1.625l-4.391-4.453c-2.438 0.266-7.781 2.156-13.406-2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-universal-access\" viewBox=\"0 0 28 28\">\n<title>universal-access</title>\n<path d=\"M21.469 10.266c-0.125-0.531-0.656-0.859-1.203-0.734-2.234 0.531-4.266 0.969-6.266 0.969s-4.031-0.438-6.266-0.969c-0.547-0.125-1.078 0.203-1.203 0.734-0.125 0.547 0.203 1.078 0.734 1.203 1.656 0.391 3.203 0.734 4.734 0.906-0.063 5.281-0.641 6.75-1.297 8.437l-0.141 0.328c-0.203 0.516 0.063 1.094 0.578 1.297 0.109 0.047 0.234 0.063 0.359 0.063 0.406 0 0.781-0.234 0.938-0.641l0.125-0.313c0.438-1.125 0.844-2.172 1.109-4.047h0.656c0.266 1.875 0.672 2.922 1.109 4.047l0.125 0.313c0.156 0.406 0.531 0.641 0.938 0.641 0.125 0 0.25-0.016 0.359-0.063 0.516-0.203 0.781-0.781 0.578-1.297l-0.141-0.328c-0.656-1.687-1.234-3.156-1.297-8.437 1.531-0.172 3.078-0.516 4.734-0.906 0.531-0.125 0.859-0.656 0.734-1.203zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM25 14c0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11 11 4.922 11 11zM14 2c-6.609 0-12 5.391-12 12s5.391 12 12 12 12-5.391 12-12-5.391-12-12-12zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair-alt\" viewBox=\"0 0 24 28\">\n<title>wheelchair-alt</title>\n<path d=\"M22.469 12.703c0.328 0.344 0.5 0.812 0.453 1.281l-0.688 8.609c-0.078 0.875-0.797 1.531-1.656 1.531-0.047 0-0.094 0-0.141-0.016-0.922-0.063-1.594-0.875-1.531-1.781l0.547-6.703-2.234 0.125c0.547 1.125 0.859 2.406 0.859 3.75 0 2.25-0.875 4.297-2.312 5.812l-2.141-2.141c0.875-0.969 1.422-2.266 1.422-3.672 0-3.031-2.453-5.484-5.469-5.484-1.422 0-2.703 0.547-3.687 1.437l-2.141-2.156c1.203-1.141 2.734-1.922 4.438-2.203l4.125-4.688-2.328-1.359-2.828 2.516c-0.688 0.625-1.734 0.562-2.344-0.125s-0.547-1.734 0.125-2.344l3.734-3.328c0.531-0.484 1.313-0.562 1.937-0.187 7.609 4.422 7.625 4.422 7.625 4.422 0.406 0.234 0.641 0.641 0.75 1.062 0.156 0.609 0.047 1.297-0.406 1.828l-3.203 3.625 5.797-0.313c0.484-0.031 0.953 0.141 1.297 0.5zM19.375 5.563c-1.531 0-2.781-1.234-2.781-2.781 0-1.531 1.25-2.781 2.781-2.781 1.547 0 2.797 1.25 2.797 2.781 0 1.547-1.25 2.781-2.797 2.781zM9.578 24.969c1.125 0 2.188-0.359 3.063-0.953l2.172 2.172c-1.437 1.141-3.266 1.813-5.234 1.813-4.703 0-8.516-3.813-8.516-8.5 0-1.984 0.672-3.797 1.813-5.25l2.172 2.172c-0.594 0.875-0.938 1.937-0.938 3.078 0 3.016 2.453 5.469 5.469 5.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle-o\" viewBox=\"0 0 24 28\">\n<title>question-circle-o</title>\n<path d=\"M13.75 18.75v2.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-2.5c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5zM17.75 11c0 2.219-1.547 3.094-2.688 3.734-0.812 0.469-1.313 0.766-1.313 1.266v0.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1.062c0-1.922 1.375-2.531 2.484-3.031 0.938-0.438 1.516-0.734 1.516-1.437 0-0.906-1.141-1.578-2.172-1.578-0.547 0-1.125 0.172-1.484 0.422-0.344 0.234-0.672 0.578-1.25 1.297-0.094 0.125-0.234 0.187-0.391 0.187-0.109 0-0.219-0.031-0.297-0.094l-1.687-1.281c-0.203-0.156-0.25-0.453-0.109-0.672 1.281-2.016 3.078-3 5.453-3v0c2.562 0 5.437 2.031 5.437 4.75zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-blind\" viewBox=\"0 0 22 28\">\n<title>blind</title>\n<path d=\"M5.719 4.859c-1.344 0-2.438-1.094-2.438-2.438 0-1.328 1.094-2.422 2.438-2.422s2.422 1.094 2.422 2.422c0 1.344-1.078 2.438-2.422 2.438zM14.328 14.891c0 1.687-1.797 1.313-2.203 0.625l-5.734-6.844c-0.25-0.406-0.438-0.219-0.438-0.219s-0.109 0.125 0.063 0.328l1.906 2.172 0.016 5.531c-1.344 3.906-2.516 7.141-2.516 7.141-0.734 2.094-1.344 3.906-1.875 4.156-0.641 0.328-1.109 0.25-1.609 0.016-0.656-0.297-0.844-1.094-0.797-1.563 0 0 0.031-0.25 3.078-9.656l0.078-6.5-1.328 2.562 0.547 3.469c0.203 1.313-0.906 1.484-0.906 1.484-1.062 0.172-1.281-1.062-1.281-1.094l-0.719-4.672c3.281-5.922 3.297-5.953 3.297-5.953v0c0.25-0.375 0.812-0.531 1.766-0.531 0.844 0 1.375 0.25 1.672 0.625v0l6.625 8.141c0.094 0.063 0.156 0.156 0.219 0.266l0.047 0.047-0.016 0.016c0.078 0.141 0.109 0.297 0.109 0.453zM8.031 17.234c1.5 3.984 2.844 7 2.844 7 0.453 1.156 1.234 2.812 0.094 3.469-1.125 0.656-2.031-0.109-2.281-0.641v0h-0.016c-0.047-0.125-0.094-0.25-0.125-0.391l-1.937-5.484zM20.906 26.484c0.328 0.516 0.609 0.891 0.438 1-0.297 0.187-0.391-0.359-0.719-0.891 0 0-1.766-2.672-6.609-10.328 0.094 0.031 0.266-0.109 0.266-0.109s0.172-0.141 0.172-0.266c4.813 7.859 6.453 10.594 6.453 10.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-audio-description\" viewBox=\"0 0 36 28\">\n<title>audio-description</title>\n<path d=\"M7.875 15.531h2.672l-0.016-4.141zM23.906 13.984c0-1.734-1-3.016-3.078-3.016h-0.844v6.062h0.812c1.953 0 3.109-1.422 3.109-3.047zM14.938 8.094l0.016 11.813c0 0.297-0.234 0.531-0.516 0.531h-3.375c-0.281 0-0.516-0.234-0.516-0.531v-0.969h-4.547l-0.859 1.266c-0.094 0.141-0.266 0.234-0.438 0.234h-4.172c-0.438 0-0.688-0.484-0.422-0.828l8.687-11.828c0.094-0.141 0.25-0.219 0.422-0.219h5.187c0.297 0 0.531 0.234 0.531 0.531zM27.859 13.984c0 4.109-3 6.453-7.031 6.453h-4.219c-0.297 0-0.531-0.234-0.531-0.531v-11.813c0-0.297 0.234-0.531 0.531-0.531h4.188c4.062 0 7.063 2.312 7.063 6.422zM30.297 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.109-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM33.172 14c0 0 0.063 4.062-2.328 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM36 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.109-2.531 2.156-6.469 2.156-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-control-phone\" viewBox=\"0 0 22 28\">\n<title>volume-control-phone</title>\n<path d=\"M9.641 26.391c0-0.375-0.828-3.031-1-3.656-0.094-0.391-0.125-1.031-0.422-1.313-0.203-0.187-0.531-0.219-0.797-0.219-0.734 0-1.469 0.172-2.203 0.172-0.219 0-0.547-0.016-0.734-0.172-0.25-0.203-0.375-0.906-0.469-1.219-0.375-1.297-0.578-2.625-0.578-3.984s0.203-2.688 0.578-3.984c0.094-0.313 0.219-1.016 0.469-1.219 0.187-0.156 0.516-0.172 0.734-0.172 0.734 0 1.469 0.172 2.203 0.172 0.266 0 0.594-0.031 0.797-0.219 0.297-0.281 0.328-0.922 0.422-1.313 0.172-0.625 1-3.281 1-3.656 0-0.531-1.406-1.313-1.859-1.484-0.234-0.094-0.469-0.125-0.703-0.125-0.516 0-1.031 0.141-1.531 0.281-2.562 0.766-3.172 2.328-4.188 4.531-1.094 2.359-1.359 4.609-1.359 7.187s0.266 4.828 1.359 7.187c1.016 2.203 1.625 3.766 4.188 4.531 0.5 0.141 1.016 0.281 1.531 0.281 0.234 0 0.469-0.031 0.703-0.125 0.453-0.172 1.859-0.953 1.859-1.484zM12.125 12.125c-0.266 0-0.516-0.109-0.703-0.297-0.391-0.391-0.406-1.031 0-1.422 0.375-0.375 0.578-0.875 0.578-1.406s-0.203-1.031-0.578-1.422c-0.406-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c0.75 0.75 1.172 1.766 1.172 2.828s-0.422 2.078-1.172 2.828c-0.203 0.187-0.453 0.297-0.703 0.297zM14.953 14.953c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.125-1.141 1.75-2.641 1.75-4.25s-0.625-3.109-1.75-4.25c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c1.516 1.516 2.344 3.516 2.344 5.656s-0.828 4.141-2.344 5.656c-0.187 0.203-0.453 0.297-0.703 0.297zM17.781 17.781c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.875-1.891 2.922-4.406 2.922-7.078s-1.047-5.187-2.922-7.078c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c2.266 2.266 3.516 5.281 3.516 8.484s-1.25 6.219-3.516 8.484c-0.187 0.203-0.453 0.297-0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-braille\" viewBox=\"0 0 34 28\">\n<title>braille</title>\n<path d=\"M3 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 2.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM34 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-assistive-listening-systems\" viewBox=\"0 0 28 28\">\n<title>assistive-listening-systems</title>\n<path d=\"M2 27c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5 24c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5.703 18.297l4 4-1.406 1.406-4-4zM11 18c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22.047 13c0 2.594-1.219 3.984-2.281 5.219-0.984 1.125-1.766 2.016-1.766 3.781 0 3.313-2.688 6-6 6-0.547 0-1-0.453-1-1s0.453-1 1-1c2.203 0 4-1.797 4-4 0-2.516 1.203-3.891 2.25-5.094 0.969-1.109 1.797-2.063 1.797-3.906 0-3.859-3.141-7-7-7s-7 3.141-7 7c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-4.969 4.031-9 9-9s9 4.031 9 9zM14 15c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM18.5 13c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-1.937-1.563-3.5-3.5-3.5-1.922 0-3.5 1.563-3.5 3.5 0 0.547-0.453 1-1 1s-1-0.453-1-1c0-3.031 2.469-5.5 5.5-5.5s5.5 2.469 5.5 5.5zM24.656 8.484c0.203 0.516-0.063 1.094-0.578 1.297-0.109 0.047-0.234 0.063-0.359 0.063-0.391 0-0.781-0.234-0.922-0.641-0.703-1.828-1.922-3.422-3.5-4.609-0.438-0.328-0.531-0.953-0.203-1.391 0.344-0.438 0.969-0.531 1.406-0.203 1.875 1.406 3.313 3.313 4.156 5.484zM27.937 7.219c0.187 0.516-0.063 1.094-0.578 1.297-0.125 0.047-0.234 0.063-0.359 0.063-0.406 0-0.781-0.234-0.938-0.641-0.938-2.438-2.547-4.562-4.641-6.141-0.453-0.328-0.531-0.953-0.203-1.391 0.328-0.453 0.953-0.531 1.391-0.203 2.406 1.797 4.25 4.234 5.328 7.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-american-sign-language-interpreting\" viewBox=\"0 0 36 28\">\n<title>american-sign-language-interpreting</title>\n<path d=\"M16.125 15c-0.547-0.016-1.062-0.328-1.313-0.859-0.344-0.703-1.031-1.141-1.813-1.141-1.109 0-2 0.891-2 2 0 0.531 0.187 1.047 0.562 1.391l0.156 0.125c0.344 0.313 0.797 0.484 1.281 0.484 0.781 0 1.469-0.438 1.813-1.141 0.25-0.531 0.766-0.844 1.313-0.859zM25 13c0-0.531-0.187-1.047-0.562-1.391l-0.156-0.125c-0.344-0.313-0.797-0.484-1.281-0.484-0.781 0-1.469 0.438-1.813 1.141-0.25 0.531-0.766 0.844-1.313 0.859 0.547 0.016 1.062 0.328 1.313 0.859 0.344 0.703 1.031 1.141 1.813 1.141 1.109 0 2-0.891 2-2zM18.344 9.547c-0.359 0.734-1.266 1.047-2 0.688-0.656-0.328-1.359-0.484-2.094-0.484-0.547 0-1.062 0.094-1.547 0.266 0.094 0 0.203-0.016 0.297-0.016 1.922 0 3.687 1.125 4.516 2.859 0.359 0.75 0.031 1.641-0.719 2-0.187 0.094-0.391 0.141-0.609 0.141 0.219 0 0.422 0.047 0.609 0.141 0.75 0.359 1.078 1.25 0.719 2-0.828 1.734-2.594 2.859-4.516 2.859v0h-0.094c-0.234-0.031-0.453-0.047-0.688-0.063l-4.531-0.422-3.734 1.875c-0.156 0.078-0.297 0.109-0.453 0.109-0.359 0-0.719-0.203-0.891-0.547l-2.5-5c-0.234-0.484-0.063-1.062 0.391-1.328l3.266-1.859 2.312-4.172c0.359-3.219 1.953-6.172 4.484-8.25 0.641-0.531 1.594-0.438 2.109 0.203 0.531 0.641 0.438 1.578-0.203 2.109-0.703 0.594-1.328 1.266-1.828 2 1.219-0.828 2.625-1.391 4.172-1.578 0.828-0.109 1.578 0.469 1.672 1.297 0.109 0.828-0.469 1.578-1.297 1.672-0.906 0.109-1.75 0.422-2.484 0.859 0.5-0.109 1.016-0.156 1.547-0.156 1.188 0 2.344 0.266 3.406 0.781 0.75 0.375 1.062 1.266 0.688 2.016zM33.391 7.047l2.5 5c0.234 0.484 0.063 1.062-0.391 1.328l-3.266 1.859-2.312 4.172c-0.359 3.219-1.953 6.172-4.484 8.25-0.281 0.234-0.625 0.344-0.953 0.344-0.438 0-0.859-0.187-1.156-0.547-0.531-0.641-0.438-1.578 0.203-2.109 0.703-0.594 1.328-1.266 1.828-2-1.219 0.828-2.625 1.391-4.172 1.578-0.063 0.016-0.125 0.016-0.187 0.016-0.75 0-1.391-0.562-1.484-1.313-0.109-0.828 0.469-1.578 1.297-1.672 0.906-0.109 1.75-0.422 2.484-0.859-0.5 0.109-1.016 0.156-1.547 0.156-1.188 0-2.344-0.266-3.406-0.781-0.75-0.375-1.062-1.266-0.688-2.016 0.359-0.734 1.266-1.047 2-0.688 0.656 0.328 1.359 0.484 2.094 0.484 0.547 0 1.062-0.094 1.547-0.266-0.094 0-0.203 0.016-0.297 0.016-1.922 0-3.687-1.125-4.516-2.859-0.359-0.75-0.031-1.641 0.719-2 0.187-0.094 0.391-0.141 0.609-0.141-0.219 0-0.422-0.047-0.609-0.141-0.75-0.359-1.078-1.25-0.719-2 0.828-1.734 2.594-2.859 4.516-2.859v0h0.109c0.219 0.031 0.438 0.047 0.656 0.063l4.547 0.422 3.734-1.875c0.156-0.078 0.297-0.109 0.453-0.109 0.359 0 0.719 0.203 0.891 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deaf\" viewBox=\"0 0 28 28\">\n<title>deaf</title>\n<path d=\"M16.5 13c0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5c0 0.547 0.453 1 1 1s1-0.453 1-1c0-1.937 1.578-3.5 3.5-3.5s3.5 1.563 3.5 3.5zM13.047 4c-4.969 0-9 4.031-9 9 0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.859 3.141-7 7-7s7 3.141 7 7c0 1.844-0.828 2.797-1.797 3.906-1.047 1.203-2.25 2.578-2.25 5.094 0 2.203-1.797 4-4 4-0.547 0-1 0.453-1 1s0.453 1 1 1c3.313 0 6-2.688 6-6 0-1.766 0.781-2.656 1.766-3.781 1.062-1.234 2.281-2.625 2.281-5.219 0-4.969-4.031-9-9-9zM9.234 15.234l3.531 3.531-9.047 9.047c-0.25 0.25-0.656 0.25-0.906 0l-2.625-2.625c-0.25-0.25-0.25-0.656 0-0.906zM25.188 0.187l2.625 2.625c0.25 0.25 0.25 0.656 0 0.922l-3.641 3.641-0.406 0.391-1.109 1.109c-0.672-1.563-1.703-2.938-3.047-4.031l4.656-4.656c0.266-0.25 0.672-0.25 0.922 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide\" viewBox=\"0 0 24 28\">\n<title>glide</title>\n<path d=\"M13.531 8.047c0 0.5-0.109 0.984-0.203 1.469-0.328 1.563-0.641 3.125-0.969 4.688-0.047 0.219-0.047 0.219-0.281 0.234-0.156 0.016-0.328 0.031-0.484 0.031-1.344 0-1.719-1.453-1.719-2.547 0-1.625 0.641-3.797 2.156-4.656 0.25-0.125 0.516-0.219 0.797-0.219 0.641 0 0.703 0.469 0.703 1zM21.125 14.672c0-0.281-1.156-2.109-1.422-2.219-0.125-0.047-0.391-0.125-0.531-0.125-1.281 0-2.438 0.578-3.531 1.203l-0.031-0.031c0.25-1.672 0.812-3.156 0.812-4.891 0-2.484-1.328-3.641-3.781-3.641-0.359 0-0.719 0.047-1.062 0.094-3.078 0.547-4.953 4.062-4.953 6.953 0 3.063 1.766 4.75 4.813 4.75 0.063 0 0.391-0.031 0.391 0.047 0 0.031 0 0.047-0.016 0.078-0.063 0.594-0.25 1.25-0.406 1.828-0.234 0.859-1.047 2.344-2.094 2.344-0.453 0-0.656-0.313-0.656-0.734 0-1.359 1.563-2.172 1.594-2.25 0-0.063-0.078-0.125-0.109-0.156-0.484-0.438-1.281-0.797-1.937-0.797-1.188 0-1.828 1.906-1.828 2.875 0 1.813 1.141 3.063 2.969 3.063 2.703 0 4.672-2.844 5.281-5.187 0.172-0.688 0.297-1.391 0.469-2.078 0.031-0.141 0.078-0.203 0.219-0.281 1.109-0.562 2.281-0.938 3.547-0.938 0.688 0 1.297 0.125 1.984 0.281 0.016 0.016 0.047 0.016 0.063 0.016 0.094 0 0.219-0.109 0.219-0.203zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide-g\" viewBox=\"0 0 24 28\">\n<title>glide-g</title>\n<path d=\"M11.625 4.766c0-0.828-0.078-1.547-1.078-1.547-0.422 0-0.844 0.141-1.219 0.359-2.359 1.297-3.328 4.656-3.328 7.187 0 1.687 0.578 3.938 2.641 3.938 0.469 0 1.062 0.125 1.188-0.422 0.5-2.406 1-4.828 1.5-7.234 0.156-0.75 0.297-1.516 0.297-2.281zM23.406 15.016c0 0.156-0.203 0.313-0.359 0.313l-0.094-0.016c-1.062-0.156-2-0.438-3.078-0.438-1.953 0-3.75 0.578-5.484 1.453-0.219 0.109-0.266 0.203-0.328 0.422-0.281 1.062-0.469 2.156-0.734 3.219-0.938 3.641-3.984 8.031-8.156 8.031-2.844 0-4.594-1.937-4.594-4.734 0-1.516 0.984-4.469 2.812-4.469 0.641 0 3.156 0.828 3.172 1.484-0.031 0.125-2.453 1.375-2.453 3.484 0 0.641 0.313 1.141 1.016 1.141 2.484 0 3.625-4.531 3.875-6.438v-0.141c0-0.125-0.5-0.063-0.594-0.063-4.703 0-7.453-2.625-7.453-7.359 0-4.469 2.906-9.922 7.672-10.75 0.547-0.094 1.094-0.141 1.656-0.141 3.781 0 5.844 1.766 5.844 5.625 0 2.609-0.891 5.016-1.266 7.562l0.047 0.047c1.687-0.953 3.469-1.859 5.469-1.859 0.203 0 0.641 0.125 0.828 0.203 0.406 0.156 2.203 2.984 2.203 3.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-language\" viewBox=\"0 0 26 28\">\n<title>sign-language</title>\n<path d=\"M12.984 10.516c0.328 0 0.641 0.094 0.922 0.281l3.469 2.312c0.641 0.422 1.219 0.938 1.719 1.516l2.281 2.656c0.391 0.453 0.562 1.062 0.453 1.656l-1.125 6.453c-0.125 0.656-0.656 1.156-1.328 1.234l-8.234 0.875-5.5 0.5h-0.141c-0.812 0-1.5-0.656-1.5-1.5 0-0.781 0.656-1.406 1.437-1.5l4.062-0.5h-7c-0.859 0-1.547-0.719-1.5-1.578 0.047-0.812 0.766-1.422 1.578-1.422l6.906-0.016-8.141-1c-0.844-0.094-1.453-0.859-1.328-1.719 0.125-0.75 0.812-1.25 1.563-1.25h0.156l7.516 0.938-5.484-1.469c-0.781-0.203-1.375-0.922-1.25-1.719 0.125-0.75 0.766-1.266 1.484-1.266 0.109 0 0.203 0.016 0.313 0.031l7 1.5 3.391 0.578c0.031 0 0.063 0.016 0.094 0.016 0.469 0 0.703-0.641 0.281-0.922l-2.906-1.953c-0.719-0.484-0.891-1.453-0.375-2.141 0.281-0.391 0.734-0.594 1.188-0.594zM11.891 13.672l2.906 1.953-3.406-0.578-0.078-0.031-0.562-0.594-3.719-4.094c-0.031-0.031-0.047-0.078-0.078-0.109-0.484-0.641-0.375-1.578 0.297-2.094 0.625-0.484 1.516-0.328 2.063 0.25l2.219 2.297c-0.047 0.047-0.094 0.078-0.141 0.125-0.328 0.453-0.453 1-0.359 1.547 0.094 0.531 0.406 1.016 0.859 1.328zM25.75 6.578l0.234 4.156c0.047 0.766-0.016 1.547-0.172 2.297l-0.75 3.422c-0.125 0.594-0.5 1.078-1.047 1.359l-1.656 0.844c0.016-0.625-0.187-1.219-0.609-1.703l-2.281-2.656c-0.531-0.609-1.141-1.156-1.828-1.609l-3.469-2.312c-0.344-0.234-0.75-0.359-1.188-0.359-0.531 0-1.016 0.219-1.375 0.578l-3.672-4.875c-0.516-0.688-0.359-1.656 0.359-2.141 0.672-0.469 1.594-0.25 2.094 0.406l4.156 5.5-4.094-7.109c-0.438-0.734-0.187-1.687 0.578-2.094 0.719-0.375 1.625-0.078 2.031 0.625l3.766 6.563-2.125-5.266c-0.297-0.75-0.094-1.656 0.625-2.031 0.766-0.406 1.703-0.078 2.063 0.703l3.016 6.484 1.578 3.063c0.25 0.484 0.984 0.281 0.953-0.25l-0.187-3.5c-0.047-0.859 0.625-1.578 1.484-1.594 0.812 0 1.469 0.688 1.516 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-low-vision\" viewBox=\"0 0 28 28\">\n<title>low-vision</title>\n<path d=\"M5.234 21.187c-0.031 0-0.063-0.016-0.094-0.031-1.828-1.219-3.656-3.219-4.813-5.078-0.219-0.313-0.328-0.688-0.328-1.078 0-0.812 0.562-1.469 1.016-2.078 1.813-2.469 4.234-4.5 7.063-5.703-0.234-0.422-1.719-3.016-1.719-3.297 0-0.187 0.109-0.359 0.266-0.453 0.313-0.172 1.719-1 2-1 0.172 0 0.344 0.094 0.438 0.25l1.937 3.578c0.984-0.203 2-0.297 3-0.297 5.656 0 10.687 3.203 13.687 7.922 0.203 0.313 0.313 0.688 0.313 1.078s-0.109 0.766-0.313 1.078c-1.859 2.922-4.578 5.344-7.766 6.703 0.234 0.422 1.719 3.016 1.719 3.297 0 0.187-0.094 0.359-0.266 0.453-0.313 0.172-1.719 1-1.984 1-0.187 0-0.359-0.094-0.453-0.25l-1.937-3.578-1-1.859-6.937-12.812 0.109-0.109c-0.531 0.219-1.047 0.453-1.547 0.734 0.187 0.359 7.641 14.047 7.641 14.156 0 0.078-0.063 0.125-0.141 0.141-0.344 0.078-0.781 0.047-1.125 0.047-0.172 0-0.875 0.031-0.938-0.109l-7.125-13.141c-0.453 0.328-0.875 0.688-1.281 1.062 0.344 0.609 6.312 11.594 6.312 11.688 0 0.125-0.078 0.156-0.172 0.156-0.266 0-2.344-0.641-2.422-0.781l-1.656-3.078-3.5-6.453c-0.438 0.531-0.844 1.078-1.219 1.656 0.203 0.297 0.469 0.609 0.641 0.922 0.219 0.406 2.75 5.016 2.75 5.109 0 0.078-0.078 0.156-0.156 0.156zM18.203 19.594l0.766 1.422c2.922-1.188 5.328-3.375 7.031-6.016-1.734-2.672-4.203-4.891-7.172-6.078 1.391 1.328 2.172 3.156 2.172 5.078 0 2.203-1.031 4.281-2.797 5.594zM13.25 10c0 0.406 0.344 0.75 0.75 0.75 0.859 0 1.687 0.344 2.297 0.953s0.953 1.437 0.953 2.297c0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-2.625-2.125-4.75-4.75-4.75-0.406 0-0.75 0.344-0.75 0.75zM18.969 8.984l-0.141-0.063 0.109 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo\" viewBox=\"0 0 20 28\">\n<title>viadeo</title>\n<path d=\"M16.406 17.281c0 2.234-0.781 4.203-2.297 5.844-1.578 1.719-3.578 2.516-5.906 2.516-2.312 0-4.328-0.781-5.906-2.516-1.516-1.641-2.297-3.609-2.297-5.844 0-4.641 3.5-8.437 8.203-8.437 0.969 0 1.937 0.156 2.844 0.484-0.313 0.609-0.531 1.281-0.609 1.969-0.703-0.297-1.469-0.438-2.234-0.438-3.547 0-6.156 3.031-6.156 6.469 0 3.5 2.594 6.359 6.156 6.359s6.141-2.859 6.141-6.359c0-0.891-0.156-1.766-0.5-2.594 0.688-0.141 1.344-0.406 1.922-0.766 0.438 1.047 0.641 2.188 0.641 3.313zM13.219 14.328c0 3.938-1.594 7.219-4.969 9.344l-0.219 0.016c-0.328 0-0.656-0.031-0.969-0.078 4.516-1.719 5.344-8.578 5.344-12.766 0-0.531 0-1.078-0.047-1.609 0.562 1.641 0.859 3.359 0.859 5.094zM12.359 9.203v0.031c-0.812-2.391-1.937-4.703-3.219-6.875 1.969 1.328 3.047 4.547 3.219 6.844zM16.172 12.375c-0.969 0-1.828-0.516-2.5-1.172 1.594-0.875 3.609-2.234 4.531-3.859 0.109-0.219 0.297-0.625 0.328-0.875-0.906 2.031-3.219 3.625-5.375 4.125-0.344-0.531-0.547-1.125-0.547-1.766 0-0.75 0.375-1.75 0.938-2.297 0.641-0.609 1.594-0.922 2.453-1.156 1.25-0.344 2.266-1.313 2.812-2.484 0.812 1.156 1.156 2.562 1.156 3.953 0 0.703-0.109 1.984-0.375 2.656-0.578 1.406-1.75 2.875-3.422 2.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo-square\" viewBox=\"0 0 24 28\">\n<title>viadeo-square</title>\n<path d=\"M16.406 16.266c0-0.781-0.141-1.563-0.438-2.297-0.406 0.25-0.859 0.438-1.328 0.531 0.25 0.562 0.344 1.172 0.344 1.781 0 2.406-1.781 4.375-4.219 4.375-2.453 0-4.234-1.969-4.234-4.375 0-2.359 1.797-4.438 4.234-4.438 0.531 0 1.047 0.094 1.531 0.297 0.047-0.469 0.203-0.938 0.422-1.359-0.625-0.219-1.281-0.328-1.953-0.328-3.234 0-5.641 2.609-5.641 5.812s2.422 5.734 5.641 5.734 5.641-2.547 5.641-5.734zM13.625 10.719c0.031 0.375 0.031 0.75 0.031 1.109 0 2.891-0.562 7.594-3.672 8.781 0.219 0.031 0.438 0.047 0.656 0.047h0.156c2.312-1.469 3.422-3.719 3.422-6.422 0-1.203-0.203-2.391-0.594-3.516zM13.625 10.719c-0.078-1.516-0.938-3.859-2.219-4.719 0.875 1.484 1.656 3.078 2.219 4.719zM18.859 9.078c0-0.953-0.234-1.922-0.797-2.719-0.375 0.797-1.078 1.469-1.937 1.703-1.234 0.344-2.328 0.922-2.328 2.391 0 0.422 0.141 0.844 0.375 1.203 1.484-0.344 3.063-1.437 3.687-2.844-0.094 1.25-2.422 2.766-3.328 3.266 0.453 0.453 1.047 0.812 1.719 0.812 1.141 0 1.953-1.016 2.344-1.984 0.187-0.469 0.266-1.344 0.266-1.828zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat\" viewBox=\"0 0 24 28\">\n<title>snapchat</title>\n<path d=\"M19.984 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.313-2.5-1.297-3.094-2.609-0.047-0.125-0.109-0.25-0.109-0.391 0-0.703 1.953-0.562 1.953-1.563 0-0.422-0.516-0.688-0.891-0.688-0.359 0-0.641 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.031-0.594 0.078-1.188 0.078-1.781 0-0.547-0.031-1.297-0.266-1.781-0.75-1.625-2.203-2.578-3.984-2.578-1.953 0-3.437 0.719-4.297 2.578-0.234 0.484-0.266 1.234-0.266 1.781 0 0.594 0.047 1.188 0.078 1.781-0.063 0.031-0.141 0.031-0.219 0.031-0.359 0-0.641-0.234-0.969-0.234-0.391 0-0.875 0.25-0.875 0.688 0 0.969 1.953 0.844 1.953 1.547 0 0.141-0.063 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.719 1.656 0.984 2.141 1.062 0.141 0.375 0.078 1.031 0.641 1.031 0.391 0 0.781-0.141 1.203-0.141 1.641 0 2.078 1.484 3.984 1.484 1.984 0 2.359-1.484 4.016-1.484 0.422 0 0.812 0.125 1.219 0.125 0.547 0 0.484-0.656 0.625-1.016 0.484-0.078 2.141-0.344 2.141-1.062zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-ghost\" viewBox=\"0 0 26 28\">\n<title>snapchat-ghost</title>\n<path d=\"M13.25 2c2.812-0.031 5.141 1.547 6.312 4.078 0.359 0.766 0.422 1.953 0.422 2.797 0 1-0.078 1.984-0.141 2.984 0.125 0.063 0.297 0.109 0.438 0.109 0.562 0 1.031-0.422 1.594-0.422 0.531 0 1.297 0.375 1.297 1 0 1.5-3.141 1.219-3.141 2.531 0 0.234 0.094 0.453 0.187 0.672 0.75 1.641 2.172 3.219 3.859 3.922 0.406 0.172 0.812 0.266 1.25 0.359 0.281 0.063 0.438 0.266 0.438 0.547 0 1.062-2.703 1.5-3.422 1.609-0.313 0.484-0.078 1.625-0.906 1.625-0.641 0-1.281-0.203-1.969-0.203-0.328 0-0.656 0.016-0.969 0.078-1.859 0.313-2.484 2.312-5.531 2.312-2.938 0-3.641-2-5.453-2.312-0.328-0.063-0.656-0.078-0.984-0.078-0.703 0-1.375 0.234-1.937 0.234-0.875 0-0.609-1.156-0.938-1.656-0.719-0.109-3.422-0.547-3.422-1.609 0-0.281 0.156-0.484 0.438-0.547 0.438-0.094 0.844-0.187 1.25-0.359 1.672-0.688 3.125-2.281 3.859-3.922 0.094-0.219 0.187-0.438 0.187-0.672 0-1.313-3.156-1.062-3.156-2.516 0-0.609 0.719-1 1.266-1 0.484 0 0.969 0.406 1.578 0.406 0.172 0 0.344-0.031 0.5-0.109-0.063-0.984-0.141-1.969-0.141-2.969 0-0.844 0.063-2.047 0.422-2.812 1.375-2.969 3.703-4.047 6.813-4.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-square\" viewBox=\"0 0 24 28\">\n<title>snapchat-square</title>\n<path d=\"M20 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.297-2.5-1.297-3.094-2.609-0.063-0.125-0.109-0.25-0.109-0.391 0-0.703 1.937-0.562 1.937-1.563 0-0.422-0.516-0.688-0.891-0.688-0.344 0-0.625 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.047-0.594 0.078-1.203 0.078-1.797 0-0.531-0.031-1.281-0.266-1.781-0.75-1.625-2.187-2.578-3.984-2.578-1.953 0-3.437 0.734-4.297 2.578-0.234 0.5-0.281 1.25-0.281 1.797 0 0.594 0.047 1.188 0.094 1.781-0.078 0.016-0.156 0.031-0.234 0.031-0.344 0-0.641-0.25-0.969-0.25-0.391 0-0.859 0.266-0.859 0.703 0 0.969 1.937 0.844 1.937 1.547 0 0.141-0.047 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.734 1.656 1 2.156 1.078 0.141 0.375 0.078 1.031 0.625 1.031 0.406 0 0.797-0.156 1.203-0.156 1.656 0 2.094 1.484 4 1.484 1.984 0 2.359-1.484 4.031-1.484 0.406 0 0.812 0.141 1.219 0.141 0.531 0 0.484-0.656 0.609-1.016 0.5-0.078 2.156-0.344 2.156-1.078zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper\" viewBox=\"0 0 36 28\">\n<title>pied-piper</title>\n<path d=\"M36 0c-4.547 3.016-5.031 5.203-5.422 5.875-0.375 0.688-0.656 3.391-1.313 4.703-0.656 1.328-3.047 2.375-3.719 2.812-0.656 0.438-1.594 2.141-2.359 3.609-3.453-0.141-6.875 0.703-9.844 2.469 0 0-1.437 0.828-4.734 2.797 1.656-0.547 2.438-0.938 2.438-0.938 4.125-1.578 5.219-2.328 8.547-2.875 2.562-0.422 5.875-0.078 7.266 0.109 0.063 0 0.109 0.031 0.156 0.047 0.219 0.125 0.297 0.391 0.172 0.609l-3.031 5.391c-0.141 0.266-0.438 0.406-0.734 0.344-0.75-0.141-2.469-0.375-5.531-0.375-4.438 0-8.047 1.359-12.406 1.422-3.672 0.047-5.109-1.453-5.469-1.937 0-0.016-0.016-0.031-0.016-0.047 0-0.063 0.031-0.094 0.094-0.094 0 0 2.156 0 5.797-0.859 4.141-7.891 7.828-10.656 11.844-10.656 0 0 4.031 0 5.094 3.484 1.281-2.234 1.594-2.766 1.594-2.766 0.297-0.531 1.969-4.344 4.859-7.953v0c2.906-3.609 5.094-4.5 6.719-5.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-first-order\" viewBox=\"0 0 24 28\">\n<title>first-order</title>\n<path d=\"M20.656 14c0 0.406-0.016 0.797-0.078 1.188l-3.687-0.219 3.5 1.219c-0.203 0.797-0.516 1.531-0.906 2.203l-3.344-1.609 2.766 2.469c-0.469 0.641-1.031 1.203-1.672 1.687l-2.453-2.781 1.609 3.359c-0.672 0.406-1.406 0.703-2.188 0.922l-1.234-3.563 0.219 3.75c-0.391 0.063-0.781 0.094-1.188 0.094-0.391 0-0.797-0.031-1.188-0.094l0.219-3.719-1.219 3.531c-0.781-0.203-1.516-0.516-2.188-0.922l1.609-3.359-2.453 2.781c-0.641-0.469-1.203-1.047-1.687-1.687l2.781-2.469-3.344 1.625c-0.391-0.688-0.703-1.422-0.906-2.203l3.5-1.234-3.703 0.219c-0.047-0.391-0.078-0.781-0.078-1.188s0.031-0.812 0.078-1.203l3.719 0.219-3.516-1.234c0.203-0.781 0.516-1.516 0.906-2.188l3.344 1.625-2.766-2.484c0.484-0.641 1.047-1.203 1.672-1.687l2.469 2.781-1.609-3.359c0.672-0.391 1.406-0.703 2.188-0.906l1.203 3.5-0.203-3.687c0.375-0.063 0.781-0.094 1.172-0.094 0.406 0 0.797 0.031 1.188 0.094l-0.219 3.703 1.219-3.516c0.781 0.203 1.516 0.516 2.188 0.922l-1.609 3.344 2.469-2.781c0.625 0.484 1.188 1.047 1.672 1.687l-2.766 2.484 3.328-1.625c0.406 0.672 0.703 1.422 0.906 2.203l-3.5 1.219 3.703-0.219c0.063 0.391 0.078 0.797 0.078 1.203zM21.125 14c0-5.078-4.094-9.188-9.125-9.188-5.047 0-9.125 4.109-9.125 9.188 0 5.063 4.078 9.172 9.125 9.172 5.031 0 9.125-4.109 9.125-9.172zM22.266 8.016v11.969l-10.266 5.984-10.266-5.984v-11.969l10.266-5.984zM12 26.859l11.062-6.438v-12.859l-11.062-6.422-11.062 6.422v12.859zM24 7v14l-12 7-12-7v-14l12-7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yoast\" viewBox=\"0 0 26 28\">\n<title>yoast</title>\n<path d=\"M5.297 3.406h10.797l-0.406 1.125h-10.391c-2.297 0-4.172 1.891-4.172 4.188v12.047c0 1.969 1.406 3.703 3.344 4.109 0.5 0.109 1.016 0.078 1.531 0.078v1.125h-0.703c-2.922 0-5.297-2.391-5.297-5.313v-12.047c0-2.922 2.375-5.313 5.297-5.313zM18.594 0h3.859l-7.531 20.219c-1.406 3.75-3.109 7.656-7.734 7.781v-3.047c1.734-0.281 2.844-1.234 3.437-2.844 0.203-0.531 0.313-1.078 0.313-1.641s-0.109-1.125-0.313-1.656l-4.453-11.453h3.563l2.922 9.141zM26 8.719v17.359h-12.422c0.25-0.375 0.516-0.734 0.703-1.141h10.594v-16.219c0-1.781-1.125-3.375-2.797-3.969l0.391-1.047c2.125 0.719 3.531 2.781 3.531 5.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-themeisle\" viewBox=\"0 0 28 28\">\n<title>themeisle</title>\n<path d=\"M13.312 4.828c0 0.562-0.359 1.188-0.969 1.188-0.625 0-0.969-0.625-0.969-1.188 0-0.547 0.344-1.188 0.969-1.188 0.609 0 0.969 0.641 0.969 1.188zM10.75 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.094 0.531-1.094 1.141v1.781c0 0.609 0.469 1.156 1.094 1.156s1.109-0.531 1.109-1.156zM13.438 26.328v-1.781c0-0.609-0.469-1.141-1.094-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.094-0.547 1.094-1.156zM16.156 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.531 1.109-1.156zM18.875 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.547 1.109-1.156zM23.063 15.641c-1.687 3.234-4.937 5.609-8.672 5.609-5.281 0-8.781-4.625-8.781-9.656 0-0.922 0.109-1.828 0.328-2.719-1.094 1.844-1.625 3.969-1.625 6.094 0 3.297 1.359 6.656 3.906 8.797 0.281-0.531 0.812-0.891 1.422-0.891 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.797-0.781 1.359-0.781 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.812-0.781 1.359-0.781s1.062 0.313 1.359 0.781c0.281-0.469 0.797-0.781 1.344-0.781 0.594 0 1.141 0.359 1.406 0.875 2.375-1.984 3.75-5.031 3.906-8.109zM20.719 15.188c0-0.781-0.344-1.172-1.125-1.172-0.25 0-0.5 0.047-0.734 0.094-0.781 0.156-1.547 0.297-2.328 0.297-2.469 0-3.531-1.437-3.531-3.797 0-1.078 0.203-2.141 0.469-3.187-0.828 1.266-1.297 2.781-1.297 4.297 0 2.953 1.875 5.797 5.063 5.797 1.172 0 2.328-0.422 3.281-1.094 0.109-0.406 0.203-0.812 0.203-1.234zM13.813 4.891c0-0.984-0.688-2.016-1.766-2.016s-1.766 1.031-1.766 2.016c0 1 0.688 2.031 1.766 2.031s1.766-1.031 1.766-2.031zM23.641 10.187c0-2.938-1.891-5.781-5.063-5.781-1.656 0-3.203 0.828-4.312 2.016-0.391 1.297-0.75 2.812-0.75 4.188 0 2.078 0.828 3.281 3.016 3.281 0.75 0 1.484-0.141 2.219-0.297 0.281-0.047 0.547-0.094 0.828-0.094 1.078 0 1.625 0.625 1.625 1.687 0 0.234-0.016 0.484-0.063 0.719 1.578-1.422 2.5-3.594 2.5-5.719zM28 13.578c0 1.969-0.625 5.594-1.984 7.094-1.25 1.359-4.781 3.344-6.609 3.859l-0.063 0.016v1.781c0 0.891-0.688 1.672-1.594 1.672-0.547 0-1.062-0.313-1.344-0.781-0.297 0.469-0.812 0.781-1.359 0.781s-1.062-0.313-1.359-0.781c-0.281 0.469-0.797 0.781-1.344 0.781-0.562 0-1.062-0.313-1.359-0.781-0.281 0.469-0.797 0.781-1.344 0.781-1.031 0-1.609-0.859-1.609-1.797-0.891 0.672-1.953 1.062-3.094 1.062-1.203 0-2.375-0.453-3.297-1.25 0.562-0.016 1.125-0.125 1.656-0.313-1.141-0.313-2.156-1.031-2.844-1.984 0.359 0.078 0.734 0.109 1.109 0.109 0.906 0 1.797-0.25 2.562-0.719-1.203-1.203-3.094-3.219-3.75-4.781-0.313-0.734-0.375-1.719-0.375-2.5 0-2.719 1.109-8.75 4.719-8.75 0.578 0 1.031 0.266 1.266 0.812 0.203-0.297 0.422-0.578 0.656-0.844 0.109-0.141 0.313-0.297 0.391-0.453 0.438-0.688 0.641-1.156 1.188-1.859 1.766-2.25 4.469-3.797 7.375-3.797 0.328 0 0.656 0.016 0.969 0.063 0.594-0.641 1.422-1 2.281-1 0.797 0 1.625 0.328 2.188 0.891 0.047 0.047 0.078 0.125 0.078 0.187 0 0.203-0.562 0.734-0.703 0.891 0.234 0.078 0.859 0.375 0.859 0.656 0 0.156-0.156 0.281-0.25 0.391 1.719 1.516 2.703 3.672 3.078 5.906 0.234-0.281 0.562-0.469 0.938-0.469 0.578 0 1.141 0.391 1.563 0.766 1.141 1.016 1.406 2.906 1.406 4.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-circle\" viewBox=\"0 0 24 28\">\n<title>google-plus-circle</title>\n<path d=\"M14.328 14.141c0-0.344-0.031-0.672-0.094-1h-5.656v2.063h3.391c-0.25 1.656-1.813 2.578-3.391 2.578-2.078 0-3.734-1.719-3.734-3.781s1.656-3.781 3.734-3.781c0.875 0 1.75 0.297 2.391 0.922l1.625-1.578c-1.109-1.031-2.5-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fa\" viewBox=\"0 0 25 28\">\n<title>fa</title>\n<path d=\"M24 8v13.109c0 0.484-0.313 0.844-0.766 0.969-1.672 0.5-3.547 0.812-5.281 0.812-2.344 0-4.328-0.922-6.922-0.922-1.922 0-3.906 0.313-5.781 0.75v5.281h-2.5v-21.375c-1.313-0.516-2.172-1.797-2.172-3.203 0-1.891 1.531-3.422 3.422-3.422s3.422 1.531 3.422 3.422c0 1.406-0.859 2.688-2.172 3.203v1.062c1.75-0.406 3.563-0.688 5.359-0.688 1.031 0 2.063 0.078 3.094 0.234 1.344 0.203 2.703 0.672 4.078 0.672 0.859 0 1.734-0.109 2.578-0.281 0.641-0.125 2.109-0.625 2.641-0.625 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-handshake-o\" viewBox=\"0 0 36 28\">\n<title>handshake-o</title>\n<path d=\"M3 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM26.016 17.094c-1.234-1.609-2.438-3.25-3.844-4.719l-1.953 2.188c-1.719 1.953-4.797 1.906-6.469-0.094-1.188-1.437-1.188-3.5 0.031-4.922l2.766-3.219c-0.969-0.5-2.141-0.328-3.187-0.328-0.922 0-1.813 0.375-2.469 1.031l-2.469 2.469h-2.422v8.5c0.688 0 1.312-0.094 1.859 0.438l4.641 4.562c0.953 0.922 2.187 1.734 3.547 1.734 0.703 0 1.453-0.234 1.953-0.734 1.172 0.406 2.531-0.25 2.891-1.453 0.75 0.063 1.437-0.172 1.984-0.688 0.359-0.328 0.828-0.984 0.781-1.5 0.141 0.141 0.484 0.156 0.672 0.156 1.859 0 2.828-1.953 1.687-3.422zM28.5 18h1.5v-8h-1.453l-2.453-2.812c-0.656-0.75-1.641-1.188-2.641-1.188h-2.609c-0.875 0-1.719 0.391-2.281 1.047l-3.266 3.797c-0.578 0.688-0.578 1.656-0.016 2.344 0.891 1.062 2.531 1.078 3.453 0.047l3.016-3.406c0.719-0.797 2.031-0.047 1.703 0.969 0.594 0.688 1.234 1.359 1.813 2.047 0.781 0.969 1.531 1.984 2.297 2.969 0.484 0.625 0.844 1.375 0.938 2.188zM33 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM36 9v10c0 0.547-0.453 1-1 1h-6.781c-0.562 1.359-1.797 2.266-3.234 2.469-0.672 0.984-1.703 1.734-2.859 1.984-0.859 1.094-2.25 1.75-3.641 1.656-2.578 1.453-5.484 0.187-7.406-1.703l-4.484-4.406h-5.594c-0.547 0-1-0.453-1-1v-10.5c0-0.547 0.453-1 1-1h6.578c1.813-1.813 3.062-3.5 5.781-3.5h1.828c1.016 0 2 0.313 2.828 0.875 0.828-0.562 1.813-0.875 2.828-0.875h2.609c2.969 0 4.203 1.937 6 4h5.547c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open\" viewBox=\"0 0 28 28\">\n<title>envelope-open</title>\n<path d=\"M28 10.219v15.281c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-15.281c0-0.141 0.063-0.281 0.172-0.375 1.641-1.437 1.656-1.609 9.812-7.562 0.984-0.719 2.719-2.281 4.016-2.281s3.047 1.578 4.016 2.281c8.156 5.953 8.172 6.125 9.812 7.562 0.109 0.094 0.172 0.234 0.172 0.375zM19.187 19.359c2.438-1.766 4.141-3 5.391-3.938 0.219-0.156 0.266-0.469 0.094-0.688l-0.594-0.812c-0.172-0.219-0.484-0.266-0.703-0.094-1.234 0.906-2.922 2.156-5.359 3.906-0.969 0.703-2.719 2.266-4.016 2.266s-3.047-1.563-4.016-2.266c-2.438-1.766-4.125-3-5.359-3.906-0.219-0.172-0.531-0.125-0.703 0.094l-0.594 0.812c-0.172 0.219-0.125 0.531 0.094 0.688 1.25 0.938 2.953 2.172 5.391 3.938 1.219 0.875 3.141 2.641 5.187 2.641 2.063 0 4.031-1.797 5.187-2.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open-o\" viewBox=\"0 0 28 28\">\n<title>envelope-open-o</title>\n<path d=\"M23.031 14.266l0.609 0.797c0.172 0.219 0.125 0.516-0.078 0.688-1.563 1.219-5.156 3.984-5.313 4.109-1.109 0.906-2.609 2.156-4.234 2.141h-0.031c-1.625 0-3.125-1.234-4.234-2.141-0.172-0.141-3.641-2.812-5.172-4-0.219-0.172-0.266-0.469-0.094-0.688l0.578-0.812c0.172-0.234 0.5-0.281 0.719-0.094 1.062 0.828 2.562 1.984 4.781 3.687 0.781 0.594 2.328 2.047 3.422 2.047h0.031c1.094 0 2.641-1.453 3.422-2.047 2.297-1.766 3.828-2.938 4.891-3.781 0.219-0.172 0.531-0.125 0.703 0.094zM26 25.5v-14.5c-1.563-1.453-1.328-1.328-8.563-6.922-0.781-0.609-2.328-2.078-3.422-2.078h-0.031c-1.094 0-2.641 1.469-3.422 2.078-7.234 5.594-7 5.469-8.563 6.922v14.5c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 11v14.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-14.5c0-0.562 0.234-1.094 0.641-1.469 3.203-2.969 6.891-5.547 9.109-7.375 1.094-0.906 2.609-2.156 4.234-2.156h0.031c1.625 0 3.141 1.25 4.234 2.156 2.063 1.703 5.984 4.469 9.109 7.375 0.406 0.375 0.641 0.906 0.641 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linode\" viewBox=\"0 0 24 28\">\n<title>linode</title>\n<path d=\"M5.156 23.984l3.156 3.344-0.531-3.687-3.375-3.328zM8.687 27.516l4.281-3.406-0.172-3.828-4.688 3.359zM3.828 17.547l3.547 3.328-0.75-5.109-3.828-3.187zM7.734 21.047l4.953-3.344-0.219-5.063-5.5 3.125zM13.172 21.219l1.484 1.25-0.031-3.734-1.609-1.234c0 0.125 0.063 0.344-0.063 0.438l-1.219 0.812 1.328 1.094c0.156 0.125 0.109 1.188 0.109 1.375zM2.156 9.469l4 3.125-1.062-7.266-4.359-2.703zM18.328 19.828l0.234-3.656-3.594 2.562 0.031 3.75zM6.516 12.719l5.828-3.031-0.297-6.891-6.609 2.547zM19.844 18.422l0.313-3.641-3.531-2.219-0.031 1.641 2.25 1.484c0.047 0.031 0.078 0.094 0.063 0.141l-0.109 1.859zM22.828 16.25l0.469-3.469-2.797 2-0.313 3.563zM19.891 18.859l-1.109-0.766-0.125 1.828c0 0.047-0.016 0.094-0.063 0.125l-3.656 2.922c-0.063 0.047-0.156 0.047-0.219 0l-1.531-1.297 0.109 2.516c0 0.047-0.016 0.094-0.063 0.125l-4.578 3.656c-0.031 0.016-0.063 0.031-0.094 0.031-0.047-0.016-0.094-0.016-0.125-0.047l-3.563-3.781c-0.078-0.078-0.844-3.938-0.922-4.328-0.016-0.063 0.031-0.141 0.078-0.172l0.953-0.578c-0.187-0.172-1.453-1.281-1.484-1.437l-1.125-5.484c-0.016-0.063 0.016-0.141 0.094-0.187l1.469-0.703c-0.25-0.187-2.063-1.5-2.109-1.687l-1.5-7.281c-0.016-0.094 0.031-0.172 0.109-0.203l6.766-2.109c0.031 0 0.078 0 0.125 0.016l4.953 2.391c0.047 0.031 0.094 0.094 0.094 0.141l0.313 7.234c0 0.063-0.031 0.125-0.094 0.156l-1.844 0.953 1.969 1.328c0.047 0.016 0.078 0.078 0.078 0.125l0.078 1.922 1.891-1.156c0.047-0.031 0.125-0.031 0.172 0l1.313 0.875 0.047-1.719c0-0.047 0.031-0.109 0.078-0.141l3.219-1.969c0.063-0.031 0.125-0.031 0.172 0l3.828 2.109c0.031 0.031 0.063 0.063 0.078 0.109 0.031 0.109-0.484 3.625-0.531 3.984 0 0.047-0.031 0.094-0.063 0.109l-2.984 2.391c-0.063 0.047-0.141 0.047-0.203 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book\" viewBox=\"0 0 26 28\">\n<title>address-book</title>\n<path d=\"M18.766 19.344c0-2.766-0.672-5.844-3.453-5.844-0.859 0.5-2.031 1.359-3.313 1.359s-2.453-0.859-3.313-1.359c-2.781 0-3.453 3.078-3.453 5.844 0 1.547 1.016 2.656 2.266 2.656h9c1.25 0 2.266-1.109 2.266-2.656zM16.063 10.063c0-2.25-1.828-4.062-4.062-4.062s-4.062 1.813-4.062 4.062c0 2.234 1.828 4.047 4.062 4.047s4.062-1.813 4.062-4.047zM26 18.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book-o\" viewBox=\"0 0 26 28\">\n<title>address-book-o</title>\n<path d=\"M16.063 10.063c0 2.234-1.828 4.047-4.062 4.047s-4.062-1.813-4.062-4.047c0-2.25 1.828-4.062 4.062-4.062s4.062 1.813 4.062 4.062zM15.313 13.5c2.984 0 3.453 3.547 3.453 5.844 0 1.313-0.828 2.656-2.266 2.656h-9c-1.437 0-2.266-1.344-2.266-2.656 0-2.203 0.469-5.844 3.375-5.844h0.078c1.031 0.609 2.078 1.359 3.313 1.359s2.281-0.75 3.313-1.359zM26 9.5c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.266 0 0.5 0.234 0.5 0.5v3zM22 25.5v-23c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v23c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card\" viewBox=\"0 0 32 28\">\n<title>address-card</title>\n<path d=\"M16 17.672c0-2.422-0.594-5.109-3.063-5.109-0.766 0.438-1.797 1.188-2.938 1.188s-2.172-0.75-2.938-1.188c-2.469 0-3.063 2.688-3.063 5.109 0 1.359 0.891 2.328 2 2.328h8c1.109 0 2-0.969 2-2.328zM13.547 9.547c0-1.953-1.594-3.547-3.547-3.547s-3.547 1.594-3.547 3.547c0 1.969 1.594 3.547 3.547 3.547s3.547-1.578 3.547-3.547zM28 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM28 13.438v-0.875c0-0.313-0.25-0.562-0.562-0.562h-8.875c-0.313 0-0.562 0.25-0.562 0.562v0.875c0 0.313 0.25 0.562 0.562 0.562h8.875c0.313 0 0.562-0.25 0.562-0.562zM28 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-5.5v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-12v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-5.5c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card-o\" viewBox=\"0 0 32 28\">\n<title>address-card-o</title>\n<path d=\"M16 17.672c0 1.359-0.891 2.328-2 2.328h-8c-1.109 0-2-0.969-2-2.328 0-2.422 0.594-5.109 3.062-5.109 0.766 0.438 1.797 1.188 2.938 1.188s2.172-0.75 2.938-1.188c2.469 0 3.062 2.688 3.062 5.109zM13.547 9.547c0 1.969-1.594 3.547-3.547 3.547s-3.547-1.578-3.547-3.547c0-1.953 1.594-3.547 3.547-3.547s3.547 1.594 3.547 3.547zM28 16.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM28 12.563v0.875c0 0.313-0.25 0.562-0.562 0.562h-8.875c-0.313 0-0.562-0.25-0.562-0.562v-0.875c0-0.313 0.25-0.562 0.562-0.562h8.875c0.313 0 0.562 0.25 0.562 0.562zM28 8.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-19c0-0.266-0.234-0.5-0.5-0.5h-27c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h5.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h12v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h5.5c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle\" viewBox=\"0 0 28 28\">\n<title>user-circle</title>\n<path d=\"M23.797 20.922c-0.406-2.922-1.594-5.516-4.25-5.875-1.375 1.5-3.359 2.453-5.547 2.453s-4.172-0.953-5.547-2.453c-2.656 0.359-3.844 2.953-4.25 5.875 2.172 3.063 5.75 5.078 9.797 5.078s7.625-2.016 9.797-5.078zM20 10c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM28 14c0 7.703-6.25 14-14 14-7.734 0-14-6.281-14-14 0-7.734 6.266-14 14-14s14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle-o\" viewBox=\"0 0 28 28\">\n<title>user-circle-o</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14 0 7.688-6.234 14-14 14-7.75 0-14-6.297-14-14 0-7.734 6.266-14 14-14zM23.672 21.109c1.453-2 2.328-4.453 2.328-7.109 0-6.609-5.391-12-12-12s-12 5.391-12 12c0 2.656 0.875 5.109 2.328 7.109 0.562-2.797 1.922-5.109 4.781-5.109 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c2.859 0 4.219 2.312 4.781 5.109zM20 11c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-o\" viewBox=\"0 0 24 28\">\n<title>user-o</title>\n<path d=\"M18.766 12.25c2.203 0.641 5.234 2.812 5.234 9.922 0 3.219-2.391 5.828-5.328 5.828h-13.344c-2.938 0-5.328-2.609-5.328-5.828 0-7.109 3.031-9.281 5.234-9.922-0.781-1.234-1.234-2.688-1.234-4.25 0-4.406 3.594-8 8-8s8 3.594 8 8c0 1.563-0.453 3.016-1.234 4.25zM12 2c-3.313 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6-2.688-6-6-6zM18.672 26c1.828 0 3.328-1.703 3.328-3.828 0-4.922-1.656-8-4.75-8.156-1.406 1.234-3.234 1.984-5.25 1.984s-3.844-0.75-5.25-1.984c-3.094 0.156-4.75 3.234-4.75 8.156 0 2.125 1.5 3.828 3.328 3.828h13.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-id-badge\" viewBox=\"0 0 20 28\">\n<title>id-badge</title>\n<path d=\"M16 19.656c0 1.344-0.891 2.344-2 2.344h-8c-1.109 0-2-1-2-2.344 0-2.438 0.609-5.141 3.062-5.141 0.766 0.719 1.797 1.172 2.938 1.172s2.172-0.453 2.938-1.172c2.453 0 3.062 2.703 3.062 5.141zM13.594 11.547c0 1.969-1.609 3.547-3.594 3.547s-3.594-1.578-3.594-3.547c0-1.953 1.609-3.547 3.594-3.547s3.594 1.594 3.594 3.547zM18 25.5v-21.5h-16v21.5c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM20 2.5v23c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h5.5v1.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-1.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license\" viewBox=\"0 0 32 28\">\n<title>drivers-license</title>\n<path d=\"M14 18.937c0-2.063-0.5-4.438-2.562-4.438-0.625 0.625-1.484 1-2.438 1s-1.813-0.375-2.438-1c-2.063 0-2.562 2.375-2.562 4.438 0 1.141 0.75 2.063 1.672 2.063h6.656c0.922 0 1.672-0.922 1.672-2.063zM12 12c0-1.656-1.344-3-3-3s-3 1.344-3 3 1.344 3 3 3 3-1.344 3-3zM28 19.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM22 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM28 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM28 11.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM2 6h28v-1.5c0-0.281-0.219-0.5-0.5-0.5h-27c-0.281 0-0.5 0.219-0.5 0.5v1.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license-o\" viewBox=\"0 0 32 28\">\n<title>drivers-license-o</title>\n<path d=\"M14 18.937c0 1.141-0.75 2.063-1.672 2.063h-6.656c-0.922 0-1.672-0.922-1.672-2.063 0-2.063 0.5-4.438 2.562-4.438 0.625 0.625 1.484 1 2.438 1s1.813-0.375 2.438-1c2.063 0 2.562 2.375 2.562 4.438zM12 12c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 18.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 10.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-17.5h-28v17.5c0 0.266 0.234 0.5 0.5 0.5h27c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quora\" viewBox=\"0 0 28 28\">\n<title>quora</title>\n<path d=\"M19.609 12.297c0-6.516-2.031-9.859-6.797-9.859-4.688 0-6.719 3.344-6.719 9.859 0 6.484 2.031 9.797 6.719 9.797 0.75 0 1.422-0.078 2.047-0.266v0c-0.969-1.906-2.109-3.828-4.328-3.828-0.422 0-0.844 0.063-1.234 0.25l-0.766-1.516c0.922-0.797 2.406-1.422 4.312-1.422 2.984 0 4.5 1.437 5.719 3.266 0.703-1.563 1.047-3.672 1.047-6.281zM25.703 22.172h1.828c0.109 1.125-0.453 5.828-5.563 5.828-3.094 0-4.719-1.797-5.953-3.891v0c-1.016 0.281-2.109 0.422-3.203 0.422-6.25 0-12.359-4.984-12.359-12.234 0-7.313 6.125-12.297 12.359-12.297 6.359 0 12.406 4.953 12.406 12.297 0 4.094-1.906 7.422-4.672 9.562 0.891 1.344 1.813 2.234 3.094 2.234 1.406 0 1.969-1.078 2.063-1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-free-code-camp\" viewBox=\"0 0 36 28\">\n<title>free-code-camp</title>\n<path d=\"M7.078 25.578c0 0.438-0.391 0.844-0.828 0.844-0.063 0-0.141-0.031-0.203-0.047v0c-0.875-0.203-2-1.516-2.531-2.188-2.438-3.078-3.516-6.672-3.516-10.563 0-3.625 1.094-6.734 3.328-9.594 0.516-0.672 2.047-2.438 2.953-2.438 0.391 0 0.797 0.313 0.797 0.719 0 0.469-0.688 1.109-0.984 1.406-0.859 0.891-1.656 1.797-2.297 2.875-1.328 2.219-1.859 4.438-1.859 7.016 0 2.766 0.516 5.266 1.922 7.672 0.594 1.016 1.297 1.859 2.125 2.703 0.328 0.359 1.094 1.062 1.094 1.594zM28.063 23.484c0 0.578-0.391 1.062-1 1.062h-16.891c-0.547 0-1-0.453-1-1 0-0.578 0.391-1.062 1-1.062h16.891c0.547 0 1 0.453 1 1zM24.703 13.937c0 1.312-0.297 2.531-1.047 3.641-0.516 0.766-1.563 1.75-2.391 2.172-0.125 0.078-0.281 0.156-0.422 0.156-0.125 0-0.359-0.141-0.359-0.281 0-0.453 1.906-1.531 1.906-3.625 0-0.688-0.172-1.453-0.547-2.031-0.109-0.156-0.5-0.656-0.719-0.656-0.047 0-0.047 0.031-0.047 0.078 0 0.375 0.234 0.734 0.234 1.125 0 0.5-0.609 0.75-1.031 0.75-0.734 0-1.031-0.516-1.031-1.188 0-0.453 0.047-0.922 0.047-1.375 0-0.328-0.016-0.422-0.156-0.719-0.219-0.422-0.938-1.281-1.453-1.281-0.141 0-0.187 0-0.187 0.141 0 0.219 0.5 0.453 0.5 1.25 0 2.078-2.859 2.453-2.859 4.531 0 0.938 0.125 1.719 0.656 2.5 0.328 0.484 0.688 0.766 1.234 0.984 0.141 0.047 0.281 0.063 0.281 0.234s-0.141 0.25-0.281 0.25c-0.078 0-0.438-0.141-0.516-0.172v0c-2.406-0.875-4.234-2.969-4.234-5.594 0-3.109 3.734-5.828 3.734-8.813 0-0.578-0.094-0.984-0.391-1.469-0.172-0.281-0.594-0.828-0.875-1-0.125-0.063-0.297-0.172-0.297-0.328 0-0.266 0.453-0.313 0.641-0.313 0.562 0 1.203 0.203 1.719 0.453 2.172 1.031 2.625 2.609 3 4.797 0.094 0.516 0.281 2.156 1.031 2.156 0.484 0 0.797-0.328 0.797-0.797 0-0.703-0.625-1.469-0.625-1.859 0-0.109 0.063-0.156 0.156-0.156 0.391 0 1.203 0.828 1.453 1.094 1.516 1.609 2.078 3.172 2.078 5.344zM36 14.391c0 2.75-0.734 5.5-2.156 7.859-0.656 1.094-2.812 4.156-4.234 4.156-0.328 0-0.719-0.406-0.719-0.734 0-0.531 1.828-2.234 2.281-2.812 1.937-2.438 2.859-5.187 2.859-8.297 0-2.562-0.313-4.641-1.453-6.969-0.703-1.437-1.437-2.406-2.547-3.563-0.359-0.375-1.141-1.078-1.141-1.641 0-0.391 0.406-0.812 0.797-0.812 1.031 0 2.516 1.906 3.063 2.641 2.094 2.812 2.984 5.703 3.219 9.172 0.016 0.328 0.031 0.672 0.031 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-telegram\" viewBox=\"0 0 28 28\">\n<title>telegram</title>\n<path d=\"M18.578 20.422l2.297-10.828c0.203-0.953-0.344-1.328-0.969-1.094l-13.5 5.203c-0.922 0.359-0.906 0.875-0.156 1.109l3.453 1.078 8.016-5.047c0.375-0.25 0.719-0.109 0.438 0.141l-6.484 5.859-0.25 3.563c0.359 0 0.516-0.156 0.703-0.344l1.687-1.625 3.5 2.578c0.641 0.359 1.094 0.172 1.266-0.594zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer\" viewBox=\"0 0 16 28\">\n<title>thermometer</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-14.172h2v14.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-3\" viewBox=\"0 0 16 28\">\n<title>thermometer-3</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-10.172h2v10.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-2\" viewBox=\"0 0 16 28\">\n<title>thermometer-2</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-6.172h2v6.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-1\" viewBox=\"0 0 16 28\">\n<title>thermometer-1</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-2.172h2v2.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-0\" viewBox=\"0 0 16 28\">\n<title>thermometer-0</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.641 1.328-3 3-3s3 1.375 3 3zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shower\" viewBox=\"0 0 30 28\">\n<title>shower</title>\n<path d=\"M22.391 3.891c0.203 0.203 0.203 0.516 0 0.719l-9.781 9.781c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l0.688-0.688c-1.516-1.906-1.703-4.516-0.547-6.594-0.719-0.688-1.687-1.109-2.75-1.109-2.203 0-4 1.797-4 4v20h-4v-20c0-4.406 3.594-8 8-8 2.25 0 4.281 0.938 5.734 2.438 1.969-0.797 4.25-0.5 5.969 0.859l0.688-0.688c0.203-0.203 0.516-0.203 0.719 0zM21 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM25 10c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM29 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM22 11c0-0.547 0.453-1 1-1s1 0.453 1 1-0.453 1-1 1-1-0.453-1-1zM27 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 14c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM25 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 16c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM23 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 18c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 20c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bath\" viewBox=\"0 0 28 28\">\n<title>bath</title>\n<path d=\"M26 17v3c0 1.781-0.781 3.359-2 4.469v3.031c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.844c-0.625 0.219-1.297 0.344-2 0.344h-12c-0.703 0-1.375-0.125-2-0.344v1.719c0 0.344-0.219 0.625-0.5 0.625h-1c-0.281 0-0.5-0.281-0.5-0.625v-2.906c-1.219-1.109-2-2.688-2-4.469v-3h24zM11 10.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 9.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-10c0-2.203 1.797-4 4-4 1.125 0 2.141 0.469 2.875 1.219 0.969-0.391 2.125-0.25 2.984 0.422l0.344-0.344c0.094-0.094 0.25-0.094 0.344 0l0.656 0.656c0.094 0.094 0.094 0.25 0 0.344l-4.906 4.906c-0.094 0.094-0.25 0.094-0.344 0l-0.656-0.656c-0.094-0.094-0.094-0.25 0-0.344l0.344-0.344c-0.75-0.953-0.844-2.266-0.266-3.313-0.359-0.344-0.844-0.547-1.375-0.547-1.109 0-2 0.891-2 2v10h23.5c0.281 0 0.5 0.219 0.5 0.5zM14 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM14 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM16 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM17 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-podcast\" viewBox=\"0 0 24 28\">\n<title>podcast</title>\n<path d=\"M15.531 18.625c0 1.031-0.109 2.063-0.266 3.078-0.234 1.625-0.469 3.297-0.859 4.891-0.281 1.141-1.344 1.406-2.375 1.406s-2.094-0.266-2.375-1.406c-0.391-1.594-0.625-3.266-0.859-4.891-0.156-1.016-0.266-2.047-0.266-3.078 0-2.109 1.703-2.625 3.5-2.625s3.5 0.516 3.5 2.625zM24 12c0 5.063-3.125 9.391-7.562 11.156-0.172 0.063-0.359-0.094-0.328-0.281 0.047-0.328 0.094-0.672 0.156-1.031 0.031-0.25 0.063-0.5 0.094-0.734 0.016-0.094 0.063-0.156 0.141-0.187 3.25-1.656 5.5-5.031 5.5-8.922 0-5.703-4.781-10.297-10.547-9.984-5.281 0.281-9.484 4.781-9.453 10.063 0.031 3.891 2.297 7.25 5.563 8.875 0.078 0.031 0.125 0.109 0.141 0.187 0.031 0.219 0.063 0.453 0.094 0.703 0.063 0.375 0.109 0.719 0.172 1.062 0.031 0.187-0.172 0.344-0.344 0.266-4.641-1.813-7.875-6.438-7.609-11.766 0.297-6.047 5.172-11 11.219-11.375 6.969-0.438 12.766 5.094 12.766 11.969zM15.531 11.5c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5zM20.031 12c0 2.578-1.234 4.891-3.125 6.344-0.156 0.125-0.375 0.016-0.406-0.187-0.047-0.438-0.172-0.953-0.453-1.437-0.063-0.094-0.047-0.219 0.047-0.313 1.188-1.094 1.937-2.656 1.937-4.406 0-3.531-3.078-6.359-6.687-5.969-2.766 0.313-5.016 2.594-5.281 5.375-0.203 1.969 0.578 3.781 1.906 5 0.094 0.094 0.109 0.219 0.047 0.313-0.281 0.484-0.406 1-0.453 1.453-0.031 0.187-0.25 0.297-0.406 0.172-1.937-1.5-3.172-3.859-3.125-6.516 0.094-4.156 3.469-7.625 7.609-7.812 4.594-0.219 8.391 3.437 8.391 7.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-maximize\" viewBox=\"0 0 28 28\">\n<title>window-maximize</title>\n<path d=\"M4 22h20v-12h-20v12zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-minimize\" viewBox=\"0 0 28 28\">\n<title>window-minimize</title>\n<path d=\"M28 20.5v3c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-restore\" viewBox=\"0 0 32 28\">\n<title>window-restore</title>\n<path d=\"M4 24h12v-8h-12v8zM20 16h8v-12h-12v4h1.5c1.375 0 2.5 1.125 2.5 2.5v5.5zM32 2.5v15c0 1.375-1.125 2.5-2.5 2.5h-9.5v5.5c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h9.5v-5.5c0-1.375 1.125-2.5 2.5-2.5h15c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle\" viewBox=\"0 0 28 28\">\n<title>times-rectangle</title>\n<path d=\"M18.359 20.641l2.281-2.281c0.203-0.203 0.203-0.516 0-0.719l-3.641-3.641 3.641-3.641c0.203-0.203 0.203-0.516 0-0.719l-2.281-2.281c-0.203-0.203-0.516-0.203-0.719 0l-3.641 3.641-3.641-3.641c-0.203-0.203-0.516-0.203-0.719 0l-2.281 2.281c-0.203 0.203-0.203 0.516 0 0.719l3.641 3.641-3.641 3.641c-0.203 0.203-0.203 0.516 0 0.719l2.281 2.281c0.203 0.203 0.516 0.203 0.719 0l3.641-3.641 3.641 3.641c0.203 0.203 0.516 0.203 0.719 0zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle-o\" viewBox=\"0 0 28 28\">\n<title>times-rectangle-o</title>\n<path d=\"M19.641 17.359l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.641-2.641-2.641 2.641c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.641-2.641-2.641-2.641c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.641 2.641 2.641-2.641c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.641 2.641 2.641 2.641c0.203 0.203 0.203 0.516 0 0.719zM4 22h20v-16h-20v16zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bandcamp\" viewBox=\"0 0 28 28\">\n<title>bandcamp</title>\n<path d=\"M16.719 18.406l4.781-8.813h-10.219l-4.781 8.813h10.219zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-grav\" viewBox=\"0 0 28 28\">\n<title>grav</title>\n<path d=\"M20.172 7.438c-0.5-0.562-1.313 0.391-0.875 0.906 0.422 0.516 1.813 0.141 0.875-0.906zM13.984 11.281c-0.172 0.172-0.438 0.172-0.594 0-0.172-0.156-0.172-0.422 0-0.578 0.156-0.172 0.422-0.172 0.594 0 0.156 0.156 0.156 0.422 0 0.578zM16.562 12.437l-0.547 0.547c-0.25 0.266-0.672 0.266-0.938 0l-0.594-0.594c-0.25-0.266-0.25-0.672 0-0.938l0.547-0.547c0.25-0.25 0.672-0.25 0.938 0l0.594 0.609c0.25 0.25 0.25 0.672 0 0.922zM14.859 10.406c-0.156 0.156-0.422 0.156-0.594 0-0.156-0.172-0.156-0.438 0-0.594 0.172-0.172 0.438-0.172 0.594 0 0.172 0.156 0.172 0.422 0 0.594zM21.156 8.875c-0.703 1.328-2.547 1.875-3.672 1.078-1.125-0.812-1.906-2.438-0.672-3.844 1.219-1.406 2.297-0.969 3.375 0.047 0.672 0.641 1.656 1.406 0.969 2.719zM24.297 16.406c0.141-0.906-1.156-0.938-1.437-1.453-0.766-1.359-1.563-2.078-3.078-1.719 0.656-0.453 1.328-0.344 1.328-0.344 0.016-0.359 0-0.734-0.531-1.406 0.219-0.703 0.016-1.266 0.016-1.266 0.875-0.484 1.516-1.375 1.641-2.438 0.203-1.75-1.062-3.344-2.812-3.547-1.25-0.141-2.469 0.438-3.063 1.453-1.313 2.266 0.078 4 1.266 4.594-0.812-0.078-1.937-0.672-2.266-1.937-0.375-1.453 0.156-2.812 0.5-3.469 0 0-0.25-0.328-0.453-0.5 0 0-0.781 0-1.391 0.297 0.672-0.859 1.422-0.812 1.422-0.812 0-0.359-0.031-0.844-0.203-1.219-0.313-0.641-1.406-0.734-1.828 0.234 0.016-0.047 0.031-0.078 0.063-0.109-0.281 0.672-0.063 3.156 0.953 4.922-0.141 0.078-0.516 0.344-0.734 0.562-1.219 0.547-3.172 3.406-3.172 3.406-1.594 0.609-4.375 2.875-4 4.5v0c0.016 0.172 0.078 0.313 0.172 0.422-0.156 0.125-0.313 0.281-0.469 0.469-0.672 0.781-0.297 1.984 1 1.375 0.891-0.406 1.687-1.141 2.063-1.719 0 0-0.328-0.281-0.938-0.25 1.563-0.375 1.953-0.531 2.625-0.516 0.453 0.219 0.453-1.937 0.453-1.937 0-0.828-0.125-1.75-0.625-2.344 0.703 0.688 1.641 1.844 1.578 3.422-0.047 1.031-0.859 1.297-0.859 1.297-0.516 0.938-2.438 3.719-1.719 5.984 0 0-0.547-0.844-0.578-1.25-0.984 1.094-2.641 2.953-1.406 3.641 1.5 0.828 6.156-5 7.141-8.031 1.953-1.172 3.125-2.672 3.609-3.672 1.25 2.484 5.406 5.359 5.734 3.359zM28.031 14c0 7.734-6.281 14-14.016 14s-14.016-6.266-14.016-14 6.281-14 14.016-14 14.016 6.266 14.016 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-etsy\" viewBox=\"0 0 24 28\">\n<title>etsy</title>\n<path d=\"M8.094 2.859v10.234c3.625 0.031 5.531-0.156 5.531-0.156 1.469-0.047 1.687-0.422 2.031-1.859l0.516-2.219h1.609l-0.219 5.031 0.109 4.984h-1.609l-0.453-1.984c-0.328-1.484-0.969-1.844-2.016-1.859 0 0-1.344-0.125-5.5-0.125v8.687c0 1.625 0.891 2.391 2.766 2.391h5.578c1.875 0 3.563-0.187 4.719-2.859l1.453-3.375h1.391c-0.109 0.672-0.859 6.875-0.969 8.25-5.141-0.187-7.344-0.187-7.344-0.187h-9.812l-5.875 0.187v-1.594l1.984-0.391c1.391-0.266 1.813-0.672 1.828-1.813 0.094-3.781 0.125-10.047 0.125-10.047s0.047-6.281-0.125-10.078c-0.047-1.297-0.438-1.609-1.828-1.875l-1.984-0.375v-1.594l5.875 0.187h10.969s2.172 0 5.844-0.422c-0.219 2.391-0.484 7.906-0.484 7.906h-1.453l-0.5-1.937c-0.609-2.422-1.422-3.719-2.922-3.719h-8.563c-0.641 0-0.672 0.219-0.672 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-imdb\" viewBox=\"0 0 24 28\">\n<title>imdb</title>\n<path d=\"M14.406 12.453v2.844c0 0.562 0.109 1.078-0.594 1.062v-4.828c0.688 0 0.594 0.359 0.594 0.922zM19.344 13.953v1.891c0 0.313 0.094 0.828-0.359 0.828-0.094 0-0.172-0.047-0.219-0.141-0.125-0.297-0.063-2.547-0.063-2.578 0-0.219-0.063-0.734 0.281-0.734 0.422 0 0.359 0.422 0.359 0.734zM2.812 17.641h1.906v-7.375h-1.906v7.375zM9.594 17.641h1.656v-7.375h-2.484l-0.438 3.453c-0.156-1.156-0.313-2.312-0.5-3.453h-2.469v7.375h1.672v-4.875l0.703 4.875h1.188l0.672-4.984v4.984zM16.234 12.875c0-0.469 0.016-0.969-0.078-1.406-0.25-1.297-1.813-1.203-2.828-1.203h-1.422v7.375c4.969 0 4.328 0.344 4.328-4.766zM21.187 15.953v-2.078c0-1-0.047-1.734-1.281-1.734-0.516 0-0.859 0.156-1.203 0.531v-2.406h-1.828v7.375h1.719l0.109-0.469c0.328 0.391 0.688 0.562 1.203 0.562 1.141 0 1.281-0.875 1.281-1.781zM24 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ravelry\" viewBox=\"0 0 34 28\">\n<title>ravelry</title>\n<path d=\"M17.859 27.078c-0.063-0.016-0.109-0.031-0.172-0.063 0 0-5.141-3.016-6.875-7.891-0.578-0.094-1.797-0.375-2.734-0.578v0c1.359 4.422 5.141 7.797 9.781 8.531zM7.844 17.609l2.625 0.438c-0.891-2.672-1-5.719-1-5.719-1.047 1.016-1.609 2.406-1.891 3.5v0c0.047 0.609 0.125 1.203 0.266 1.781zM9.562 8.094v0c-0.484 0.719-0.875 1.5-1.203 2.312 0.516-0.547 0.938-0.906 1.156-1.062-0.031-0.469 0.047-1.25 0.047-1.25zM32.016 14.875c0-6.813-5.5-12.344-12.25-12.344-3.125 0-5.969 1.188-8.141 3.141-0.328 0.641-0.547 1.453-0.703 2.5 3.328-2.828 9.266-2.125 9.266-2.125 1.484 0.063 1.313 1.375 1.297 1.781-5.406-0.453-8.062 1.094-10.687 3.328 0 0 0.516 5 1.703 7.031 6.844 0.313 12.047-3.406 12.047-3.406 0.656-0.469 1.234-0.516 1.359 0.297 0.094 0.656 0.141 1.547-0.609 1.891-2.281 1.062-4.797 1.734-7.297 2.094-1.625 0.234-2.531 0.297-4.953 0.25 2.312 5.375 8.094 6.844 8.094 6.844 1.813 0.297 3.187 0.063 4.109-0.234v0c4-2.031 6.766-6.219 6.766-11.047zM33.172 14.297c-0.109 1.062-0.281 2.297-0.625 3.313-1.406 4.172-3.359 6.891-7.812 9.375-0.406 0.281-0.844 0.547-1.281 0.688-0.797 0.281-1.656 0.344-2.547 0.25-0.375 0.031-0.75 0.047-1.141 0.047-5.953 0-10.984-4.062-12.5-9.609-0.047 0-0.094-0.016-0.141-0.016-0.359 2.812 1.719 6.609 1.719 6.609s0.125 0.187 0.844 1.281c-3.984-2.109-4.094-8.328-4.094-8.328-0.953-0.359-4.266-1.484-4.844-2.406 0 0 2.594 1.422 4.828 1.703-0.016-0.016 0.031-0.5 0.031-0.5 0.141-1.906 0.797-3.391 1.469-4.531 0.438-2.141 1.406-4.078 2.75-5.703 0.234-0.969 0.609-2.125 1.266-3.344 0.281-0.531 0.547-0.875 1.266-1.203 4.75-2.219 9.438-2.781 14.25-0.281v0c4.609 2.406 7.109 7.438 6.563 12.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eercast\" viewBox=\"0 0 27 28\">\n<title>eercast</title>\n<path d=\"M20.953 12.25c0.547-0.844-0.094-2.984-2-4.25-1.891-1.266-4.312-1.172-4.875-0.328-0.547 0.828 0.625 0.297 2.766 1.094 3.531 1.313 3.563 4.328 4.109 3.484zM26.625 21.219c-4.422 10.875-24.344 8.125-23.922-5.984 0.047-1.797 0.547-3 1.062-4.719-3.297 13.5 15.094 21.359 22.641 10.703 0.281-0.391 0.359-0.359 0.219 0zM22.891 14.203c0 4.422-3.563 8.016-7.953 8.016s-7.953-3.594-7.953-8.016 3.563-8.016 7.953-8.016 7.953 3.594 7.953 8.016zM27.375 9.703c-5.563-12.625-28.531-7.969-25.984 9.203-5.281-17.203 16.484-25.094 24.531-12.844 0.656 1 1.406 2.75 1.453 3.641zM26.406 15.047c0.266-5.281-3.391-8.891-8.328-10.25-0.078 0-0.422-0.141 0.219-0.203 12.063 0.406 12.5 19.688-0.641 19.906 4.281-1.188 8.484-4.156 8.75-9.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microchip\" viewBox=\"0 0 24 28\">\n<title>microchip</title>\n<path d=\"M3 20v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 16v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 12v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 8v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 4v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM20 1.5v23c0 0.828-0.672 1.5-1.5 1.5h-13c-0.828 0-1.5-0.672-1.5-1.5v-23c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5zM24 20.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 16.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 12.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 8.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 4.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snowflake-o\" viewBox=\"0 0 26 28\">\n<title>snowflake-o</title>\n<path d=\"M24.469 17.453l-2.609 0.516 2.906 1.672c0.469 0.266 0.641 0.891 0.359 1.359s-0.891 0.641-1.359 0.359l-2.906-1.656 0.859 2.5c0.438 1.25-1.469 1.891-1.891 0.656l-1.594-4.688-4.234-2.438v4.891l3.25 3.719c0.875 0.984-0.641 2.312-1.5 1.313l-1.75-2v3.344c0 0.547-0.453 1-1 1s-1-0.453-1-1v-3.344l-1.75 2c-0.859 1-2.375-0.328-1.5-1.313l3.25-3.719v-4.891l-4.234 2.438-1.594 4.688c-0.422 1.234-2.328 0.594-1.891-0.656l0.859-2.5-2.906 1.656c-0.469 0.281-1.078 0.109-1.359-0.359s-0.109-1.094 0.359-1.359l2.906-1.672-2.609-0.516c-1.297-0.266-0.906-2.219 0.391-1.969l4.844 0.969 4.234-2.453-4.234-2.453-4.844 0.969c-0.063 0.016-0.141 0.016-0.203 0.016-1.188 0-1.359-1.75-0.187-1.984l2.609-0.516-2.906-1.672c-0.469-0.266-0.641-0.891-0.359-1.359 0.281-0.484 0.891-0.641 1.359-0.359l2.906 1.656-0.859-2.5c-0.438-1.25 1.469-1.891 1.891-0.656l1.594 4.688 4.234 2.438v-4.891l-3.25-3.719c-0.875-0.984 0.641-2.312 1.5-1.313l1.75 2v-3.344c0-0.547 0.453-1 1-1s1 0.453 1 1v3.344l1.75-2c0.859-1 2.375 0.328 1.5 1.313l-3.25 3.719v4.891l4.234-2.438 1.594-4.688c0.422-1.234 2.328-0.594 1.891 0.656l-0.859 2.5 2.906-1.656c0.469-0.281 1.078-0.109 1.359 0.359s0.109 1.094-0.359 1.359l-2.906 1.672 2.609 0.516c1.172 0.234 1 1.984-0.187 1.984-0.063 0-0.141 0-0.203-0.016l-4.844-0.969-4.234 2.453 4.234 2.453 4.844-0.969c1.297-0.25 1.687 1.703 0.391 1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superpowers\" viewBox=\"0 0 28 28\">\n<title>superpowers</title>\n<path d=\"M23.016 14.516c0.281-5-3.547-9.141-8.5-9.438-4.922-0.297-9.281 3.453-9.562 8.406-0.281 5 3.547 9.141 8.516 9.438 4.922 0.297 9.281-3.437 9.547-8.406zM28 0l-5.453 5.437c2.484 2.422 3.828 5.797 3.609 9.266-0.344 5.812-4.813 10.453-10.547 11.234l-15.609 2.063 5.422-5.422c-2.484-2.422-3.813-5.797-3.609-9.266 0.359-5.828 4.813-10.469 10.563-11.25 5.203-0.688 10.422-1.375 15.625-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpexplorer\" viewBox=\"0 0 28 28\">\n<title>wpexplorer</title>\n<path d=\"M14.812 16.063l2.547 5.141h-0.797l-2.734-5.469-2.672 5.469h-0.766l2.797-5.844-1.219-0.516 0.328-0.766 3.75 1.594-0.328 0.781zM8.797 6.813l4.75 2.031-2.031 4.75-4.75-2.031zM14.172 9.703l3.75 1.609-1.609 3.734-3.734-1.594zM18.562 12.047l2.984 1.266-1.281 2.969-2.969-1.266zM26.25 14c0-6.75-5.5-12.25-12.25-12.25s-12.25 5.5-12.25 12.25 5.5 12.25 12.25 12.25 12.25-5.5 12.25-12.25zM28 14c0 7.719-6.281 14-14 14s-14-6.281-14-14 6.281-14 14-14 14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meetup\" viewBox=\"0 0 30 28\">\n<title>meetup</title>\n<path d=\"M20.844 19.281c-0.172-1.125-2.234-0.25-2.359-1.484-0.172-1.75 2.391-5.531 2.188-7-0.187-1.313-1.062-1.594-1.828-1.609-0.734-0.016-0.922 0.109-1.172 0.25-0.156 0.094-0.359 0.266-0.641-0.016-0.344-0.328-0.609-0.641-1.062-0.703-0.672-0.109-0.969 0.109-1.453 0.531-0.187 0.156-0.656 0.703-1.094 0.5-0.187-0.094-0.844-0.422-1.313-0.625-0.891-0.391-2.188 0.25-2.656 1.094-0.703 1.25-2.078 6.188-2.281 6.844-0.469 1.453 0.594 2.656 2.016 2.578 0.609-0.031 1-0.25 1.391-0.953 0.219-0.406 2.281-5.891 2.438-6.156 0.109-0.187 0.484-0.438 0.797-0.281 0.313 0.172 0.375 0.516 0.328 0.828-0.063 0.531-1.531 3.875-1.578 4.25-0.187 1.25 1.469 1.453 2.109 0.219 0.203-0.391 2.5-5.063 2.703-5.375 0.234-0.344 0.406-0.453 0.641-0.438 0.172 0 0.453 0.047 0.391 0.594-0.078 0.516-1.922 3.953-2.125 4.797-0.25 1.125 0.359 2.266 1.359 2.766 0.625 0.313 3.422 0.859 3.203-0.609zM5.984 22.656c0.063 0.313-0.125 0.609-0.438 0.672-0.297 0.063-0.594-0.125-0.656-0.438-0.063-0.297 0.125-0.609 0.422-0.672s0.609 0.125 0.672 0.438zM14.891 26.766c0.25 0.359 0.156 0.844-0.187 1.094-0.359 0.25-0.844 0.156-1.094-0.203-0.234-0.359-0.141-0.844 0.203-1.094 0.359-0.25 0.844-0.156 1.078 0.203zM2.766 14.078c-0.375 0.562-1.125 0.703-1.672 0.313-0.547-0.375-0.688-1.141-0.313-1.687 0.375-0.562 1.125-0.703 1.672-0.328 0.547 0.391 0.688 1.141 0.313 1.703zM22.922 24.656c0.391 0.578 0.25 1.375-0.328 1.781-0.578 0.391-1.359 0.25-1.75-0.328s-0.25-1.375 0.313-1.781c0.578-0.406 1.359-0.25 1.766 0.328zM24.672 15.219c1.437 2.359 0.828 5.469-1.437 7.063-0.953 0.672-2.031 0.969-3.109 0.938-0.656 2.578-3.797 3.531-5.75 1.781-0.063 0.047-0.141 0.094-0.203 0.156-2.141 1.484-5.047 0.953-6.531-1.219-0.531-0.781-0.797-1.672-0.828-2.562-3.578-0.594-4.922-5.141-2.25-7.641-1.547-2.562 0.031-5.875 2.922-6.281 1.375-3.625 5.891-5.344 8.953-2.969 3.687-1.219 7.453 1.609 7.156 5.531 2.25 0.688 2.891 3.656 1.078 5.203zM7.109 4.906c0.281 0.422 0.187 1-0.234 1.297-0.406 0.281-0.984 0.187-1.266-0.234s-0.187-1 0.234-1.297c0.406-0.281 0.984-0.187 1.266 0.234zM9.594 0.516c0.078 0.344-0.141 0.688-0.484 0.766s-0.688-0.141-0.766-0.5c-0.063-0.344 0.156-0.688 0.5-0.766s0.688 0.141 0.75 0.5zM28.125 15.328c0.094 0.422-0.172 0.828-0.578 0.906-0.406 0.094-0.812-0.172-0.891-0.578-0.094-0.422 0.172-0.828 0.578-0.922 0.406-0.078 0.812 0.187 0.891 0.594zM17.75 1.375c0.328 0.562 0.156 1.312-0.422 1.656-0.562 0.344-1.297 0.156-1.625-0.406-0.344-0.578-0.156-1.328 0.406-1.672s1.297-0.156 1.641 0.422zM29.406 11.625c0.078 0.313-0.125 0.609-0.422 0.688-0.313 0.063-0.609-0.141-0.672-0.438-0.063-0.313 0.125-0.625 0.438-0.688 0.297-0.063 0.594 0.125 0.656 0.438zM26.422 7.859c0.313 0.469 0.203 1.109-0.25 1.437-0.469 0.313-1.109 0.203-1.422-0.266s-0.203-1.109 0.266-1.437c0.453-0.328 1.094-0.203 1.406 0.266z\"/>\n</symbol>\n</defs>\n</svg>\n\";s:11:\"Linearicons\";s:184660:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"Lineariconsicon-home\" viewBox=\"0 0 20 20\">\n<title>home</title>\n<path class=\"path1\" d=\"M19.871 12.165l-8.829-9.758c-0.274-0.303-0.644-0.47-1.042-0.47-0 0 0 0 0 0-0.397 0-0.767 0.167-1.042 0.47l-8.829 9.758c-0.185 0.205-0.169 0.521 0.035 0.706 0.096 0.087 0.216 0.129 0.335 0.129 0.136 0 0.272-0.055 0.371-0.165l2.129-2.353v8.018c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-8.018l2.129 2.353c0.185 0.205 0.501 0.221 0.706 0.035s0.221-0.501 0.035-0.706zM12 19h-4v-4.5c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v4.5zM16 18.5c0 0.276-0.224 0.5-0.5 0.5h-2.5v-4.5c0-0.827-0.673-1.5-1.5-1.5h-3c-0.827 0-1.5 0.673-1.5 1.5v4.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-9.123l5.7-6.3c0.082-0.091 0.189-0.141 0.3-0.141s0.218 0.050 0.3 0.141l5.7 6.3v9.123z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-apartment\" viewBox=\"0 0 20 20\">\n<title>apartment</title>\n<path class=\"path1\" d=\"M14 6h1v1h-1v-1z\"/>\n<path class=\"path2\" d=\"M14 8h1v1h-1v-1z\"/>\n<path class=\"path3\" d=\"M14 10h1v1h-1v-1z\"/>\n<path class=\"path4\" d=\"M14 12h1v1h-1v-1z\"/>\n<path class=\"path5\" d=\"M14 16h1v1h-1v-1z\"/>\n<path class=\"path6\" d=\"M14 14h1v1h-1v-1z\"/>\n<path class=\"path7\" d=\"M6 6h1v1h-1v-1z\"/>\n<path class=\"path8\" d=\"M6 8h1v1h-1v-1z\"/>\n<path class=\"path9\" d=\"M6 10h1v1h-1v-1z\"/>\n<path class=\"path10\" d=\"M6 12h1v1h-1v-1z\"/>\n<path class=\"path11\" d=\"M6 16h1v1h-1v-1z\"/>\n<path class=\"path12\" d=\"M6 14h1v1h-1v-1z\"/>\n<path class=\"path13\" d=\"M4 6h1v1h-1v-1z\"/>\n<path class=\"path14\" d=\"M4 8h1v1h-1v-1z\"/>\n<path class=\"path15\" d=\"M4 10h1v1h-1v-1z\"/>\n<path class=\"path16\" d=\"M4 12h1v1h-1v-1z\"/>\n<path class=\"path17\" d=\"M4 16h1v1h-1v-1z\"/>\n<path class=\"path18\" d=\"M4 14h1v1h-1v-1z\"/>\n<path class=\"path19\" d=\"M8 6h1v1h-1v-1z\"/>\n<path class=\"path20\" d=\"M8 8h1v1h-1v-1z\"/>\n<path class=\"path21\" d=\"M8 10h1v1h-1v-1z\"/>\n<path class=\"path22\" d=\"M8 12h1v1h-1v-1z\"/>\n<path class=\"path23\" d=\"M8 16h1v1h-1v-1z\"/>\n<path class=\"path24\" d=\"M8 14h1v1h-1v-1z\"/>\n<path class=\"path25\" d=\"M18.5 19h-0.5v-13.5c0-0.763-0.567-1.549-1.291-1.791l-4.709-1.57v-1.64c0-0.158-0.075-0.307-0.202-0.401s-0.291-0.123-0.442-0.078l-9.042 2.713c-0.737 0.221-1.314 0.997-1.314 1.766v14.5h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h18c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM16.393 4.658c0.318 0.106 0.607 0.507 0.607 0.842v13.5h-5v-15.806l4.393 1.464zM2 4.5c0-0.329 0.287-0.714 0.602-0.808l8.398-2.52v17.828h-9v-14.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pencil\" viewBox=\"0 0 20 20\">\n<title>pencil</title>\n<path class=\"path1\" d=\"M19.104 0.896c-0.562-0.562-1.309-0.871-2.104-0.871s-1.542 0.309-2.104 0.871l-12.75 12.75c-0.052 0.052-0.091 0.114-0.116 0.183l-2 5.5c-0.066 0.183-0.021 0.387 0.116 0.524 0.095 0.095 0.223 0.146 0.354 0.146 0.057 0 0.115-0.010 0.171-0.030l5.5-2c0.069-0.025 0.131-0.065 0.183-0.116l12.75-12.75c0.562-0.562 0.871-1.309 0.871-2.104s-0.309-1.542-0.871-2.104zM5.725 17.068l-4.389 1.596 1.596-4.389 11.068-11.068 2.793 2.793-11.068 11.068zM18.396 4.396l-0.896 0.896-2.793-2.793 0.896-0.896c0.373-0.373 0.869-0.578 1.396-0.578s1.023 0.205 1.396 0.578c0.373 0.373 0.578 0.869 0.578 1.396s-0.205 1.023-0.578 1.396z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magic-wand\" viewBox=\"0 0 20 20\">\n<title>magic-wand</title>\n<path class=\"path1\" d=\"M11.5 7c-0.276 0-0.5-0.224-0.5-0.5 0-1.378-1.122-2.5-2.5-2.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c1.378 0 2.5-1.122 2.5-2.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 1.378 1.122 2.5 2.5 2.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-1.378 0-2.5 1.122-2.5 2.5 0 0.276-0.224 0.5-0.5 0.5zM10.301 3.5c0.49 0.296 0.903 0.708 1.199 1.199 0.296-0.49 0.708-0.903 1.199-1.199-0.49-0.296-0.903-0.708-1.199-1.199-0.296 0.49-0.708 0.903-1.199 1.199z\"/>\n<path class=\"path2\" d=\"M1.5 10c-0.276 0-0.5-0.224-0.5-0.5s-0.224-0.5-0.5-0.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.276 0 0.5-0.224 0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5c0 0.276 0.224 0.5 0.5 0.5s0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5c-0.276 0-0.5 0.224-0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.147 15.939l-10.586-10.586c-0.283-0.283-0.659-0.438-1.061-0.438s-0.778 0.156-1.061 0.438l-0.586 0.586c-0.283 0.283-0.438 0.659-0.438 1.061s0.156 0.778 0.438 1.061l10.586 10.586c0.283 0.283 0.659 0.438 1.061 0.438s0.778-0.156 1.061-0.438l0.586-0.586c0.283-0.283 0.438-0.659 0.438-1.061s-0.156-0.778-0.438-1.061zM5.561 6.646l0.586-0.586c0.094-0.094 0.219-0.145 0.354-0.145s0.26 0.052 0.354 0.145l1.439 1.439-1.293 1.293-1.439-1.439c-0.195-0.195-0.195-0.512 0-0.707zM17.439 17.354l-0.586 0.586c-0.094 0.094-0.219 0.145-0.353 0.145s-0.26-0.052-0.353-0.145l-8.439-8.439 1.293-1.293 8.439 8.439c0.195 0.195 0.195 0.512 0 0.707z\"/>\n<path class=\"path4\" d=\"M3.5 5c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 2.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n<path class=\"path5\" d=\"M3.5 15c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 12.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-drop\" viewBox=\"0 0 20 20\">\n<title>drop</title>\n<path class=\"path1\" d=\"M10 20c-1.614 0-3.118-0.655-4.236-1.845-1.133-1.206-1.757-2.859-1.757-4.655 0-2.943 1.308-5.049 2.693-7.278 1.070-1.723 2.177-3.504 2.817-5.853 0.059-0.218 0.257-0.368 0.482-0.368s0.423 0.151 0.482 0.368c0.641 2.35 1.749 4.132 2.821 5.855 1.387 2.229 2.697 4.335 2.697 7.277 0 1.799-0.62 3.452-1.746 4.654-1.115 1.19-2.626 1.846-4.254 1.846zM10 2.113c-0.674 1.776-1.574 3.225-2.45 4.636-1.364 2.196-2.543 4.093-2.543 6.751 0 3.136 2.147 5.5 4.993 5.5 2.85 0 5-2.364 5-5.5 0-2.657-1.18-4.553-2.546-6.749-0.878-1.411-1.78-2.861-2.454-4.638z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lighter\" viewBox=\"0 0 20 20\">\n<title>lighter</title>\n<path class=\"path1\" d=\"M17.5 9h-0.69l-0.855-1.722c-0.084-0.17-0.258-0.278-0.448-0.278h-4.007c-0.276 0-0.5 0.224-0.5 0.5v1.5h-1.211l-3.856-6.678c-0.138-0.239-0.444-0.321-0.683-0.183l-3.464 2c-0.239 0.138-0.321 0.444-0.183 0.683l4 6.928c0.093 0.16 0.261 0.25 0.433 0.25 0.085 0 0.171-0.022 0.25-0.067l2.714-1.567v8.134c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-9c0-0.276-0.224-0.5-0.5-0.5zM17 15h-1v-3h1v3zM12 8h3.197l0.497 1h-3.694v-1zM6.219 10.817l-3.5-6.062 2.598-1.5 3.5 6.062-2.598 1.5zM10 18v-8h6.497c0.001 0 0.002 0 0.004 0s0.001-0 0.002-0h0.497v1h-1.5c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h1.5v2h-7z\"/>\n<path class=\"path2\" d=\"M15.5 6c-0.75 0-1.115-0.354-1.289-0.652-0.331-0.565-0.275-1.418 0.169-2.606 0.299-0.799 0.668-1.459 0.684-1.487 0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255c0.016 0.028 0.385 0.688 0.684 1.487 0.444 1.189 0.5 2.041 0.169 2.606-0.174 0.297-0.539 0.652-1.289 0.652zM15.5 2.64c-0.063 0.146-0.127 0.302-0.187 0.463-0.453 1.218-0.297 1.64-0.238 1.741 0.025 0.043 0.092 0.156 0.425 0.156s0.401-0.114 0.426-0.156c0.059-0.101 0.216-0.525-0.243-1.751-0.059-0.158-0.121-0.31-0.183-0.453z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-poop\" viewBox=\"0 0 20 20\">\n<title>poop</title>\n<path class=\"path1\" d=\"M17.057 13.303c-0.077-0.044-0.157-0.087-0.239-0.129 0.955-0.749 1.181-1.568 1.181-2.174 0-1.419-1.193-2.655-3.175-3.409 0.115-0.351 0.175-0.72 0.175-1.091 0-1.93-1.57-3.5-3.5-3.5-0.684 0-1.5-0.173-1.5-1 0-0.453 0.578-0.948 0.779-1.085 0.183-0.123 0.264-0.35 0.2-0.561s-0.258-0.354-0.478-0.354c-1.567 0-3.178 0.515-4.418 1.413-0.633 0.458-1.135 0.988-1.493 1.575-0.391 0.641-0.589 1.318-0.589 2.012 0 0.288 0.024 0.574 0.070 0.855-0.849 0.41-1.566 0.951-2.090 1.581-0.641 0.77-0.98 1.657-0.98 2.564 0 0.546 0.123 1.103 0.356 1.641-0.888 0.854-1.356 1.836-1.356 2.859 0 1.525 1.028 2.936 2.893 3.973 1.773 0.985 4.119 1.527 6.607 1.527 2.558 0 4.879-0.333 6.535-0.937 2.45-0.893 2.965-2.159 2.965-3.063 0-0.728-0.337-1.787-1.943-2.697zM15.693 18.124c-1.55 0.565-3.749 0.876-6.193 0.876-2.32 0-4.494-0.498-6.121-1.402-1.534-0.852-2.379-1.953-2.379-3.098 0-0.797 0.41-1.461 0.867-1.952 0.115 0.164 0.24 0.324 0.377 0.479 0.796 0.909 1.904 1.603 3.118 1.953 0.046 0.013 0.093 0.020 0.139 0.020 0.217 0 0.417-0.142 0.48-0.361 0.077-0.265-0.076-0.542-0.342-0.619-2.074-0.599-3.639-2.327-3.639-4.020 0-1.224 0.88-2.399 2.329-3.155 0.524 1.443 1.63 2.641 3.004 3.127 0.055 0.019 0.111 0.029 0.167 0.029 0.206 0 0.399-0.128 0.471-0.333 0.092-0.26-0.044-0.546-0.305-0.638-1.52-0.537-2.667-2.269-2.667-4.029 0-1.012 0.592-1.998 1.668-2.777 0.744-0.538 1.643-0.918 2.578-1.1-0.144 0.258-0.246 0.554-0.246 0.877 0 0.967 0.657 2 2.5 2 1.378 0 2.5 1.122 2.5 2.5 0 0.271-0.042 0.533-0.125 0.784-0.408-0.111-0.841-0.204-1.295-0.277-0.273-0.044-0.529 0.142-0.573 0.414s0.142 0.529 0.414 0.573c1.387 0.223 2.563 0.647 3.401 1.226 0.538 0.372 1.179 0.982 1.179 1.78 0 0.645-0.428 1.218-1.273 1.705-0.915-0.325-1.986-0.564-3.169-0.702-0.274-0.032-0.523 0.164-0.555 0.439s0.164 0.523 0.439 0.555c1.686 0.197 3.112 0.604 4.122 1.176 0.655 0.371 1.436 0.989 1.436 1.827 0 1.060-1.255 1.74-2.307 2.124z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sun\" viewBox=\"0 0 20 20\">\n<title>sun</title>\n<path class=\"path1\" d=\"M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z\"/>\n<path class=\"path2\" d=\"M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path8\" d=\"M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path9\" d=\"M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-moon\" viewBox=\"0 0 20 20\">\n<title>moon</title>\n<path class=\"path1\" d=\"M10.25 20c-2.738 0-5.312-1.066-7.248-3.002s-3.002-4.51-3.002-7.248c0-2.251 0.723-4.375 2.090-6.143 0.655-0.847 1.439-1.585 2.331-2.194 0.899-0.614 1.888-1.083 2.938-1.392 0.192-0.057 0.399 0.007 0.527 0.161s0.151 0.369 0.060 0.547c-0.645 1.257-0.945 2.455-0.945 3.772 0 4.687 3.813 8.5 8.5 8.5 1.317 0 2.515-0.3 3.772-0.945 0.178-0.091 0.393-0.068 0.547 0.060s0.217 0.335 0.161 0.527c-0.31 1.050-0.778 2.039-1.392 2.938-0.609 0.892-1.347 1.676-2.194 2.331-1.768 1.367-3.893 2.090-6.143 2.090zM6.57 1.365c-3.374 1.445-5.57 4.689-5.57 8.385 0 5.1 4.15 9.25 9.25 9.25 3.696 0 6.94-2.197 8.385-5.57-1.024 0.383-2.058 0.57-3.135 0.57-2.538 0-4.923-0.988-6.717-2.782s-2.783-4.18-2.783-6.718c0-1.077 0.188-2.111 0.57-3.135z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud\" viewBox=\"0 0 20 20\">\n<title>cloud</title>\n<path class=\"path1\" d=\"M16.006 16h-10.006c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.602 0 3.137 0.643 4.26 1.775 0.088-0.194 0.196-0.38 0.325-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.178 1.017 0.061-0.003 0.122-0.004 0.184-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994zM6 5c-2.757 0-5 2.243-5 5s2.243 5 5 5h10.006c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.354 0-0.699 0.061-1.026 0.18-0.218 0.080-0.462-0.001-0.59-0.195s-0.104-0.45 0.056-0.619c0.357-0.376 0.554-0.865 0.554-1.379 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.23 0.312-0.365 0.678-0.388 1.057-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.193c-0.11-0.156-0.229-0.307-0.354-0.447-0.949-1.068-2.312-1.681-3.74-1.681z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-upload\" viewBox=\"0 0 20 20\">\n<title>cloud-upload</title>\n<path class=\"path1\" d=\"M16.006 16h-3.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h2.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 12.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v3.793c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3.793l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-download\" viewBox=\"0 0 20 20\">\n<title>cloud-download</title>\n<path class=\"path1\" d=\"M16.006 16h-2.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-1.146 1.146v-3.793c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3.793l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-sync\" viewBox=\"0 0 20 20\">\n<title>cloud-sync</title>\n<path class=\"path1\" d=\"M16.006 8.012c-0.061 0-0.122 0.001-0.183 0.004 0.116-0.322 0.177-0.666 0.177-1.017 0-1.654-1.346-3-3-3-0.948 0-1.851 0.456-2.415 1.22-0.129 0.174-0.237 0.36-0.324 0.555-1.123-1.132-2.658-1.775-4.261-1.775-3.308 0-6 2.692-6 6s2.692 6 6 6h10.006c2.202 0 3.994-1.792 3.994-3.994s-1.792-3.994-3.994-3.994zM16.006 15h-10.006c-2.757 0-5-2.243-5-5s2.243-5 5-5c1.428 0 2.791 0.613 3.74 1.681 0.125 0.141 0.243 0.29 0.351 0.442l0.005 0.007c0.122 0.174 0.34 0.253 0.545 0.195s0.351-0.238 0.364-0.451c0.024-0.384 0.157-0.751 0.386-1.061 0.382-0.517 0.969-0.814 1.611-0.814 1.103 0 2 0.897 2 2 0 0.515-0.195 1.004-0.55 1.377-0.16 0.168-0.183 0.424-0.056 0.618s0.371 0.275 0.589 0.196c0.327-0.119 0.671-0.179 1.023-0.179 1.651 0 2.994 1.343 2.994 2.994s-1.343 2.994-2.994 2.994z\"/>\n<path class=\"path2\" d=\"M6.404 11.959c-0.132 0.027-0.268 0.041-0.404 0.041-1.103 0-2-0.897-2-2v-0.293l0.146 0.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1-1c-0.195-0.195-0.512-0.195-0.707 0l-1 1c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l0.146-0.146v0.293c0 1.654 1.346 3 3 3 0.203 0 0.406-0.021 0.604-0.061 0.271-0.055 0.445-0.32 0.39-0.59s-0.319-0.445-0.59-0.39z\"/>\n<path class=\"path3\" d=\"M9.146 10.146l-0.146 0.146v-0.293c0-1.654-1.346-3-3-3-0.203 0-0.406 0.021-0.604 0.061-0.271 0.055-0.445 0.32-0.39 0.59s0.32 0.445 0.59 0.39c0.132-0.027 0.268-0.041 0.404-0.041 1.103 0 2 0.897 2 2v0.293l-0.146-0.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1 1c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-check\" viewBox=\"0 0 20 20\">\n<title>cloud-check</title>\n<path class=\"path1\" d=\"M16 16h-9.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9.5c1.654 0 3-1.346 3-3s-1.346-3-3-3c-0.343 0-0.68 0.057-1 0.17-0.217 0.077-0.458-0.005-0.584-0.197s-0.105-0.446 0.051-0.615c0.344-0.371 0.533-0.853 0.533-1.359 0-1.103-0.897-2-2-2-1.055 0-1.931 0.823-1.996 1.875-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.194c-0.937-1.334-2.468-2.131-4.096-2.131-2.757 0-5 2.243-5 5 0 0.152 0.007 0.305 0.020 0.455 0.025 0.275-0.178 0.518-0.453 0.543s-0.518-0.178-0.543-0.453c-0.016-0.18-0.024-0.363-0.024-0.545 0-3.308 2.692-6 6-6 1.611 0 3.143 0.65 4.261 1.776 0.471-1.050 1.527-1.776 2.739-1.776 1.654 0 3 1.346 3 3 0 0.346-0.059 0.685-0.172 1.004 0.057-0.002 0.115-0.004 0.172-0.004 2.206 0 4 1.794 4 4s-1.794 4-4 4z\"/>\n<path class=\"path2\" d=\"M3.5 15.5c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1.646 1.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-database\" viewBox=\"0 0 20 20\">\n<title>database</title>\n<path class=\"path1\" d=\"M18.067 1.609c-0.497-0.326-1.193-0.615-2.069-0.858-1.742-0.484-4.050-0.75-6.498-0.75s-4.756 0.267-6.498 0.75c-0.877 0.243-1.573 0.532-2.069 0.858-0.619 0.407-0.933 0.874-0.933 1.391v12c0 0.517 0.314 0.985 0.933 1.391 0.497 0.326 1.193 0.615 2.069 0.858 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.877-0.243 1.573-0.532 2.069-0.858 0.619-0.406 0.933-0.874 0.933-1.391v-12c0-0.517-0.314-0.985-0.933-1.391zM3.27 1.714c1.658-0.46 3.87-0.714 6.23-0.714s4.573 0.254 6.23 0.714c1.795 0.499 2.27 1.059 2.27 1.286s-0.474 0.787-2.27 1.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286s0.474-0.787 2.27-1.286zM15.73 16.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 12.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 8.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lock\" viewBox=\"0 0 20 20\">\n<title>lock</title>\n<path class=\"path1\" d=\"M14.5 8h-0.5v-1.5c0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5v1.5h-0.5c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5zM6 6.5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v1.5h-7v-1.5zM15 17.5c0 0.276-0.224 0.5-0.5 0.5h-10c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5v8z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cog\" viewBox=\"0 0 20 20\">\n<title>cog</title>\n<path class=\"path1\" d=\"M7.631 19.702c-0.041 0-0.083-0.005-0.125-0.016-0.898-0.231-1.761-0.587-2.564-1.059-0.233-0.137-0.315-0.434-0.186-0.671 0.159-0.292 0.243-0.622 0.243-0.957 0-1.103-0.897-2-2-2-0.334 0-0.665 0.084-0.957 0.243-0.237 0.129-0.534 0.047-0.671-0.186-0.472-0.804-0.828-1.666-1.059-2.564-0.065-0.254 0.077-0.515 0.325-0.598 0.814-0.274 1.362-1.036 1.362-1.895s-0.547-1.621-1.362-1.895c-0.248-0.084-0.39-0.344-0.325-0.598 0.231-0.898 0.587-1.761 1.059-2.564 0.137-0.233 0.434-0.315 0.671-0.186 0.291 0.159 0.622 0.243 0.957 0.243 1.103 0 2-0.897 2-2 0-0.334-0.084-0.665-0.243-0.957-0.129-0.237-0.047-0.534 0.186-0.671 0.804-0.472 1.666-0.828 2.564-1.059 0.254-0.065 0.515 0.077 0.598 0.325 0.274 0.814 1.036 1.362 1.895 1.362s1.621-0.547 1.895-1.362c0.084-0.248 0.345-0.39 0.598-0.325 0.898 0.231 1.761 0.587 2.564 1.059 0.233 0.137 0.315 0.434 0.186 0.671-0.159 0.292-0.243 0.622-0.243 0.957 0 1.103 0.897 2 2 2 0.334 0 0.665-0.084 0.957-0.243 0.237-0.129 0.534-0.047 0.671 0.186 0.472 0.804 0.828 1.666 1.059 2.564 0.065 0.254-0.077 0.515-0.325 0.598-0.814 0.274-1.362 1.036-1.362 1.895s0.547 1.621 1.362 1.895c0.248 0.084 0.39 0.344 0.325 0.598-0.231 0.898-0.587 1.761-1.059 2.564-0.137 0.233-0.434 0.315-0.671 0.186-0.292-0.159-0.622-0.243-0.957-0.243-1.103 0-2 0.897-2 2 0 0.334 0.084 0.665 0.243 0.957 0.129 0.237 0.047 0.534-0.186 0.671-0.804 0.472-1.666 0.828-2.564 1.059-0.254 0.065-0.515-0.077-0.598-0.325-0.274-0.814-1.036-1.362-1.895-1.362s-1.621 0.547-1.895 1.362c-0.070 0.207-0.264 0.341-0.474 0.341zM10 17c1.127 0 2.142 0.628 2.655 1.602 0.52-0.161 1.026-0.369 1.51-0.622-0.108-0.314-0.164-0.646-0.164-0.98 0-1.654 1.346-3 3-3 0.334 0 0.666 0.056 0.98 0.164 0.253-0.484 0.462-0.989 0.622-1.51-0.974-0.512-1.602-1.527-1.602-2.655s0.628-2.142 1.602-2.655c-0.161-0.52-0.369-1.026-0.622-1.51-0.314 0.108-0.646 0.164-0.98 0.164-1.654 0-3-1.346-3-3 0-0.334 0.056-0.666 0.164-0.98-0.484-0.253-0.989-0.462-1.51-0.622-0.512 0.974-1.527 1.602-2.655 1.602s-2.142-0.628-2.655-1.602c-0.52 0.16-1.026 0.369-1.51 0.622 0.108 0.314 0.164 0.646 0.164 0.98 0 1.654-1.346 3-3 3-0.334 0-0.666-0.056-0.98-0.164-0.253 0.484-0.462 0.989-0.622 1.51 0.974 0.512 1.602 1.527 1.602 2.655s-0.628 2.142-1.602 2.655c0.16 0.52 0.369 1.026 0.622 1.51 0.314-0.108 0.646-0.164 0.98-0.164 1.654 0 3 1.346 3 3 0 0.334-0.056 0.666-0.164 0.98 0.484 0.253 0.989 0.462 1.51 0.622 0.512-0.974 1.527-1.602 2.655-1.602z\"/>\n<path class=\"path2\" d=\"M10 13c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 8c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-trash\" viewBox=\"0 0 20 20\">\n<title>trash</title>\n<path class=\"path1\" d=\"M15.5 2h-3.5v-0.5c0-0.827-0.673-1.5-1.5-1.5h-2c-0.827 0-1.5 0.673-1.5 1.5v0.5h-3.5c-0.827 0-1.5 0.673-1.5 1.5v1c0 0.652 0.418 1.208 1 1.414v12.586c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-12.586c0.582-0.206 1-0.762 1-1.414v-1c0-0.827-0.673-1.5-1.5-1.5zM8 1.5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v0.5h-3v-0.5zM14.5 19h-10c-0.276 0-0.5-0.224-0.5-0.5v-12.5h11v12.5c0 0.276-0.224 0.5-0.5 0.5zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-12c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n<path class=\"path2\" d=\"M12.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M9.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dice\" viewBox=\"0 0 20 20\">\n<title>dice</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M5.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M5.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M13.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M13.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path7\" d=\"M15.5 19h-12c-1.378 0-2.5-1.122-2.5-2.5v-12c0-1.378 1.122-2.5 2.5-2.5h12c1.378 0 2.5 1.122 2.5 2.5v12c0 1.378-1.122 2.5-2.5 2.5zM3.5 3c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.827 0.673 1.5 1.5 1.5h12c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart\" viewBox=\"0 0 20 20\">\n<title>heart</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.094-0.052-2.326-1.301-4.592-3.347-1.341-1.21-2.411-2.448-3.183-3.68-0.984-1.571-1.482-3.139-1.482-4.66 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.521-0.499 3.089-1.482 4.66-0.771 1.232-1.842 2.47-3.182 3.68-2.266 2.046-4.498 3.295-4.592 3.347-0.076 0.042-0.159 0.063-0.243 0.063zM5.25 3c-2.343 0-4.25 1.907-4.25 4.25 0 3.040 2.35 5.802 4.321 7.585 1.76 1.592 3.544 2.708 4.179 3.087 0.635-0.379 2.419-1.495 4.179-3.087 1.971-1.782 4.321-4.545 4.321-7.585 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star\" viewBox=\"0 0 20 20\">\n<title>star</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-5.261-2.869-5.261 2.869c-0.168 0.092-0.373 0.079-0.529-0.032s-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276s0.363 0.107 0.447 0.276l2.386 4.772 5.749 0.958c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-3.818 3.818 0.958 5.746c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093zM10 15c0.082 0 0.165 0.020 0.239 0.061l4.599 2.508-0.831-4.987c-0.027-0.159 0.025-0.322 0.14-0.436l3.313-3.313-5.042-0.84c-0.158-0.026-0.293-0.127-0.365-0.27l-2.053-4.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.075-0.041 0.157-0.061 0.239-0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-half\" viewBox=\"0 0 20 20\">\n<title>star-half</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.098 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path2\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path3\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path4\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path5\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.199 0.678s-0.436 0.332-0.678 0.199l-0.261-0.142-5.261 2.869c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-empty\" viewBox=\"0 0 20 20\">\n<title>star-empty</title>\n<path class=\"path1\" d=\"M5.499 8.333c-0.24 0-0.452-0.173-0.493-0.418-0.045-0.272 0.139-0.53 0.411-0.575l1.749-0.291 0.386-0.772c0.123-0.247 0.424-0.347 0.671-0.224s0.347 0.424 0.224 0.671l-0.5 1c-0.072 0.143-0.207 0.243-0.365 0.27l-2 0.333c-0.028 0.005-0.056 0.007-0.083 0.007z\"/>\n<path class=\"path2\" d=\"M2.5 10c-0.128 0-0.256-0.049-0.354-0.146l-1-1c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l2-0.333c0.273-0.045 0.53 0.139 0.575 0.411s-0.139 0.53-0.411 0.575l-1.042 0.174 0.313 0.313c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path4\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.099 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path5\" d=\"M5.334 14c-0.027 0-0.055-0.002-0.083-0.007-0.272-0.045-0.456-0.303-0.411-0.575l0.124-0.746-0.818-0.818c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1 1c0.114 0.114 0.166 0.276 0.14 0.436l-0.167 1c-0.041 0.245-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path6\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.5-3c0.045-0.272 0.303-0.456 0.575-0.411s0.456 0.303 0.411 0.575l-0.331 1.987 1.099-0.599c0.242-0.132 0.546-0.043 0.678 0.199s0.043 0.546-0.2 0.678l-2 1.091c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n<path class=\"path7\" d=\"M8.5 16.818c-0.177 0-0.349-0.094-0.439-0.261-0.132-0.242-0.043-0.546 0.2-0.678l1.5-0.818c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.2 0.678s-0.436 0.332-0.678 0.2l-0.261-0.142-1.261 0.688c-0.076 0.041-0.158 0.061-0.239 0.061z\"/>\n<path class=\"path8\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path9\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path10\" d=\"M9 5c-0.075 0-0.151-0.017-0.223-0.053-0.247-0.123-0.347-0.424-0.224-0.671l1-2c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-0.553 1.106c-0.088 0.175-0.264 0.277-0.448 0.277z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-flag\" viewBox=\"0 0 20 20\">\n<title>flag</title>\n<path class=\"path1\" d=\"M1.5 19c-0.276 0-0.5-0.224-0.5-0.5v-15c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M3.5 10c-0.104 0-0.21-0.033-0.3-0.1-0.221-0.166-0.266-0.479-0.1-0.7 0.067-0.090 1.676-2.2 3.9-2.2 1.694 0 2.813 0.599 3.801 1.127 0.875 0.468 1.631 0.873 2.699 0.873 2.192 0 3.758-2.080 4.65-3.718-0.698 0.397-1.59 0.718-2.65 0.718-2.207 0-3.347-1.14-4.354-2.146-0.995-0.995-1.854-1.854-3.646-1.854-2.224 0-3.587 1.782-3.6 1.8-0.166 0.221-0.479 0.266-0.7 0.1s-0.266-0.479-0.1-0.7c0.067-0.090 1.681-2.2 4.4-2.2 2.207 0 3.347 1.14 4.354 2.146 0.995 0.995 1.854 1.854 3.646 1.854 2.224 0 3.587-1.782 3.6-1.8 0.147-0.196 0.415-0.257 0.632-0.143s0.32 0.368 0.242 0.601c-0.021 0.064-0.533 1.581-1.558 3.119-0.612 0.918-1.282 1.653-1.991 2.185-0.918 0.688-1.902 1.037-2.925 1.037-1.318 0-2.26-0.504-3.171-0.991-0.97-0.519-1.886-1.009-3.329-1.009-1.73 0-3.087 1.782-3.1 1.8-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-envelope\" viewBox=\"0 0 20 20\">\n<title>envelope</title>\n<path class=\"path1\" d=\"M17.5 6h-16c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h16c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM17.5 7c0.030 0 0.058 0.003 0.087 0.008l-7.532 5.021c-0.29 0.193-0.819 0.193-1.109 0l-7.532-5.021c0.028-0.005 0.057-0.008 0.087-0.008h16zM17.5 17h-16c-0.276 0-0.5-0.224-0.5-0.5v-8.566l7.391 4.927c0.311 0.207 0.71 0.311 1.109 0.311s0.798-0.104 1.109-0.311l7.391-4.927v8.566c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paperclip\" viewBox=\"0 0 20 20\">\n<title>paperclip</title>\n<path class=\"path1\" d=\"M9.5 20c-2.481 0-4.5-2.019-4.5-4.5v-12c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v11c0 1.378-1.122 2.5-2.5 2.5s-2.5-1.122-2.5-2.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827 0.673 1.5 1.5 1.5s1.5-0.673 1.5-1.5v-11c0-1.378-1.122-2.5-2.5-2.5s-2.5 1.122-2.5 2.5v12c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7c0 2.481-2.019 4.5-4.5 4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-inbox\" viewBox=\"0 0 20 20\">\n<title>inbox</title>\n<path class=\"path1\" d=\"M19.557 10.383l-2.698-6.168c-0.298-0.682-1.115-1.216-1.859-1.216h-10c-0.744 0-1.561 0.534-1.859 1.216l-2.698 6.168c-0.248 0.568-0.443 1.497-0.443 2.117v4c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.619-0.194-1.549-0.443-2.117zM4.057 4.617c0.141-0.323 0.591-0.617 0.943-0.617h10c0.352 0 0.802 0.294 0.943 0.617l2.698 6.168c0.030 0.069 0.060 0.148 0.089 0.233-0.075-0.012-0.152-0.018-0.23-0.018h-6c-0.276 0-0.5 0.224-0.5 0.5v0.5c0 1.103-0.897 2-2 2s-2-0.897-2-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-6c-0.078 0-0.155 0.006-0.23 0.018 0.029-0.085 0.058-0.164 0.089-0.233l2.698-6.168zM19 16.5c0 0.276-0.224 0.5-0.5 0.5h-17c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5h5.5c0 1.654 1.346 3 3 3s3-1.346 3-3h5.5c0.276 0 0.5 0.224 0.5 0.5v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-eye\" viewBox=\"0 0 20 20\">\n<title>eye</title>\n<path class=\"path1\" d=\"M19.872 10.166c-0.047-0.053-1.182-1.305-2.956-2.572-1.047-0.748-2.1-1.344-3.13-1.773-1.305-0.544-2.579-0.82-3.786-0.82s-2.481 0.276-3.786 0.82c-1.030 0.429-2.083 1.026-3.13 1.773-1.774 1.267-2.909 2.52-2.956 2.572-0.171 0.19-0.171 0.479 0 0.669 0.047 0.053 1.182 1.305 2.956 2.572 1.047 0.748 2.1 1.344 3.13 1.773 1.305 0.544 2.579 0.82 3.786 0.82s2.481-0.276 3.786-0.82c1.030-0.429 2.083-1.026 3.13-1.773 1.774-1.267 2.909-2.52 2.956-2.572 0.171-0.19 0.171-0.479 0-0.669zM12.574 6.438c0.907 0.763 1.426 1.873 1.426 3.062 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.188 0.519-2.299 1.426-3.062 0.822-0.268 1.691-0.438 2.574-0.438s1.752 0.17 2.574 0.438zM16.317 12.606c-1.533 1.092-3.873 2.394-6.317 2.394s-4.784-1.302-6.317-2.394c-1.157-0.824-2.042-1.658-2.489-2.106 0.447-0.448 1.332-1.281 2.489-2.106 0.53-0.378 1.156-0.78 1.85-1.145-0.347 0.688-0.533 1.455-0.533 2.251 0 2.757 2.243 5 5 5s5-2.243 5-5c0-0.796-0.186-1.563-0.533-2.251 0.694 0.365 1.32 0.768 1.85 1.145 1.157 0.824 2.042 1.658 2.489 2.106-0.447 0.448-1.332 1.281-2.489 2.106z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-printer\" viewBox=\"0 0 20 20\">\n<title>printer</title>\n<path class=\"path1\" d=\"M18.5 4h-1.5v-2.5c0-0.827-0.673-1.5-1.5-1.5h-11c-0.827 0-1.5 0.673-1.5 1.5v2.5h-1.5c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h1.5v2.5c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-2.5h1.5c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM4 1.5c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v2.5h-12v-2.5zM15.5 19h-11c-0.276 0-0.5-0.224-0.5-0.5v-6.5h12v6.5c0 0.276-0.224 0.5-0.5 0.5zM19 14.5c0 0.276-0.224 0.5-0.5 0.5h-1.5v-3h0.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5v3h-1.5c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h17c0.276 0 0.5 0.224 0.5 0.5v9z\"/>\n<path class=\"path2\" d=\"M14.5 14h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 16h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 9c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM16.5 7c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-empty\" viewBox=\"0 0 20 20\">\n<title>file-empty</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-add\" viewBox=\"0 0 20 20\">\n<title>file-add</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM16.5 19h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 13h-2.5v-2.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.5h-2.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h2.5v2.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-2.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter\" viewBox=\"0 0 20 20\">\n<title>enter</title>\n<path class=\"path1\" d=\"M17.5 2h-9c-0.827 0-1.5 0.673-1.5 1.5v3c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h7.564l-3.842 1.647c-0.685 0.294-1.222 1.108-1.222 1.853v9.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5h2.5v1.5c0 0.433 0.18 0.801 0.495 1.008 0.174 0.114 0.376 0.172 0.589 0.172 0.173 0 0.354-0.038 0.532-0.114l5.162-2.212c0.685-0.294 1.222-1.108 1.222-1.854v-12c0-0.827-0.673-1.5-1.5-1.5zM18 15.5c0 0.351-0.294 0.796-0.616 0.934l-5.162 2.212c-0.096 0.041-0.159 0.038-0.177 0.027s-0.045-0.069-0.045-0.173v-12c0-0.351 0.294-0.796 0.616-0.934l5.333-2.286c0.033 0.066 0.051 0.141 0.051 0.22v12z\"/>\n<path class=\"path2\" d=\"M8.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit\" viewBox=\"0 0 20 20\">\n<title>exit</title>\n<path class=\"path1\" d=\"M11.5 8c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.827-0.673-1.5-1.5-1.5h-9c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.746 0.537 1.56 1.222 1.853l5.162 2.212c0.178 0.076 0.359 0.114 0.532 0.114 0.213-0 0.416-0.058 0.589-0.172 0.314-0.207 0.495-0.575 0.495-1.008v-1.5h2.5c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5h-2.5v-9.5c0-0.746-0.537-1.56-1.222-1.853l-3.842-1.647h7.564c0.276 0 0.5 0.224 0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5zM6.384 5.566c0.322 0.138 0.616 0.584 0.616 0.934v12c0 0.104-0.028 0.162-0.045 0.173s-0.081 0.014-0.177-0.027l-5.162-2.212c-0.322-0.138-0.616-0.583-0.616-0.934v-12c0-0.079 0.018-0.153 0.051-0.22l5.333 2.286z\"/>\n<path class=\"path2\" d=\"M18.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-graduation-hat\" viewBox=\"0 0 20 20\">\n<title>graduation-hat</title>\n<path class=\"path1\" d=\"M18.658 7.026l-9-3c-0.103-0.034-0.214-0.034-0.316 0l-9 3c-0.204 0.068-0.342 0.259-0.342 0.474s0.138 0.406 0.342 0.474l2.658 0.886v2.64c0 0.133 0.053 0.26 0.146 0.354 0.088 0.088 2.194 2.146 6.354 2.146 1.513 0 2.924-0.272 4.195-0.809 0.254-0.107 0.373-0.401 0.266-0.655s-0.401-0.373-0.655-0.266c-1.147 0.485-2.427 0.73-3.805 0.73-1.945 0-3.376-0.504-4.234-0.926-0.635-0.313-1.060-0.629-1.266-0.799v-2.081l5.342 1.781c0.051 0.017 0.105 0.026 0.158 0.026s0.107-0.009 0.158-0.026l5.342-1.781v0.892c-0.582 0.206-1 0.762-1 1.414 0 0.611 0.367 1.137 0.892 1.371l-0.877 3.508c-0.037 0.149-0.004 0.308 0.091 0.429s0.24 0.192 0.394 0.192h2c0.154 0 0.299-0.071 0.394-0.192s0.128-0.28 0.091-0.429l-0.877-3.508c0.525-0.234 0.892-0.76 0.892-1.371 0-0.652-0.418-1.208-1-1.414v-1.226l2.658-0.886c0.204-0.068 0.342-0.259 0.342-0.474s-0.138-0.406-0.342-0.474zM15.5 11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5-0.5-0.224-0.5-0.5 0.224-0.5 0.5-0.5zM15.14 16l0.36-1.438 0.36 1.438h-0.719zM15.46 7.986l-5.877-0.98c-0.273-0.045-0.53 0.139-0.575 0.411s0.139 0.53 0.411 0.575l4.014 0.669-3.932 1.311-7.419-2.473 7.419-2.473 7.419 2.473-1.459 0.486z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-license\" viewBox=\"0 0 20 20\">\n<title>license</title>\n<path class=\"path1\" d=\"M18.5 18h-17c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v13c0 0.827-0.673 1.5-1.5 1.5zM1.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-13c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M9.5 6h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 9h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M9.5 11h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M9.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M8.5 15h-5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M17.943 6.544l-0.813-0.591-0.311-0.956h-1.005l-0.813-0.591-0.813 0.591h-1.005l-0.311 0.956-0.813 0.591 0.311 0.956-0.311 0.956 0.813 0.591 0.132 0.406c-0.002 0.016-0.002 0.031-0.002 0.047v5c0 0.202 0.122 0.385 0.309 0.462s0.402 0.035 0.545-0.108l1.146-1.146 1.146 1.146c0.096 0.096 0.223 0.147 0.354 0.146 0.064 0 0.129-0.012 0.191-0.038 0.187-0.077 0.309-0.26 0.309-0.462v-5c0-0.016-0.001-0.032-0.002-0.047l0.132-0.406 0.813-0.591-0.311-0.956 0.311-0.956zM13.233 6.926l0.488-0.355 0.187-0.574h0.604l0.488-0.355 0.488 0.355h0.604l0.187 0.574 0.488 0.355-0.187 0.574 0.187 0.574-0.488 0.355-0.187 0.574h-0.604l-0.488 0.355-0.488-0.355h-0.604l-0.187-0.574-0.488-0.355 0.187-0.574-0.187-0.574zM15.354 12.646c-0.195-0.195-0.512-0.195-0.707 0l-0.646 0.646v-3.29h0.187l0.813 0.591 0.813-0.591h0.187v3.29l-0.646-0.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-music-note\" viewBox=\"0 0 20 20\">\n<title>music-note</title>\n<path class=\"path1\" d=\"M19.82 1.116c-0.114-0.095-0.264-0.135-0.41-0.108l-11 2c-0.238 0.043-0.411 0.25-0.411 0.492v11.399c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-10.084l10-1.847v8.33c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-13c0-0.148-0.066-0.289-0.18-0.384zM4.5 18c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5 3.5 0.792 3.5 1.5-1.497 1.5-3.5 1.5zM9 5.399v-1.482l10-1.818v1.453l-10 1.847zM15.5 16c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5c2.003 0 3.5 0.792 3.5 1.5s-1.497 1.5-3.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-film-play\" viewBox=\"0 0 20 20\">\n<title>film-play</title>\n<path class=\"path1\" d=\"M7.5 15c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-9c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l6 4.5c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-6 4.5c-0.088 0.066-0.194 0.1-0.3 0.1zM8 6.5v7l4.667-3.5-4.667-3.5z\"/>\n<path class=\"path2\" d=\"M19.5 2h-19c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276 0.224 0.5 0.5 0.5h19c0.276 0 0.5-0.224 0.5-0.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3 11h-2v-2h2v2zM3 8h-2v-2h2v2zM1 12h2v2h-2v-2zM4 3h12v14h-12v-14zM17 9h2v2h-2v-2zM17 8v-2h2v2h-2zM17 12h2v2h-2v-2zM19 5h-2v-2h2v2zM3 3v2h-2v-2h2zM1 15h2v2h-2v-2zM17 17v-2h2v2h-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera-video\" viewBox=\"0 0 20 20\">\n<title>camera-video</title>\n<path class=\"path1\" d=\"M19.131 17.053c-0 0-0 0-0 0-0.242-0-0.485-0.097-0.724-0.288l-3.438-2.751c-0.552-0.442-0.969-1.308-0.969-2.015v-3c0-0.707 0.416-1.573 0.969-2.015l3.438-2.751c0.239-0.191 0.482-0.288 0.724-0.288 0.433-0 0.869 0.326 0.869 1.053v11c0 0.278-0.064 0.512-0.19 0.694-0.157 0.228-0.405 0.359-0.679 0.359zM19 5.040l-3.407 2.725c-0.31 0.248-0.593 0.837-0.593 1.234v3c0 0.398 0.283 0.986 0.593 1.234l3.407 2.725v-10.919z\"/>\n<path class=\"path2\" d=\"M11.5 17h-10c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h10c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera\" viewBox=\"0 0 20 20\">\n<title>camera</title>\n<path class=\"path1\" d=\"M9.5 15c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5c2.481 0 4.5 2.019 4.5 4.5s-2.019 4.5-4.5 4.5zM9.5 7c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5z\"/>\n<path class=\"path2\" d=\"M17.5 18h-16c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h1.5c0.415 0 1.060-0.267 1.354-0.561l0.586-0.586c0.487-0.487 1.373-0.854 2.061-0.854h5c0.688 0 1.574 0.367 2.061 0.854l0.586 0.586c0.293 0.293 0.939 0.561 1.354 0.561h1.5c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-1.5c-0.688 0-1.574-0.367-2.061-0.854l-0.586-0.586c-0.293-0.293-0.939-0.561-1.354-0.561h-5c-0.415 0-1.060 0.267-1.354 0.561l-0.586 0.586c-0.487 0.487-1.372 0.854-2.061 0.854h-1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-picture\" viewBox=\"0 0 20 20\">\n<title>picture</title>\n<path class=\"path1\" d=\"M18.5 20h-17c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM1.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M13 9c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM13 6c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.5 2h-15c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-12c0-0.276-0.224-0.5-0.5-0.5zM3 11.69l3.209-3.611c0.082-0.092 0.189-0.144 0.302-0.145s0.221 0.048 0.305 0.138l5.533 5.928h-9.349v-2.31zM17 14h-3.283l-6.169-6.61c-0.279-0.299-0.651-0.461-1.049-0.456s-0.766 0.176-1.037 0.481l-2.462 2.77v-7.185h14v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-book\" viewBox=\"0 0 20 20\">\n<title>book</title>\n<path class=\"path1\" d=\"M14.5 18h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M16.5 3c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5h-11c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5h9c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-10c-0.827 0-1.5 0.673-1.5 1.5v15c0 1.378 1.122 2.5 2.5 2.5h11c0.827 0 1.5-0.673 1.5-1.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3.5 2h10c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5h-9c-0.562 0-1.082 0.187-1.5 0.501v-13.001c0-0.276 0.224-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bookmark\" viewBox=\"0 0 20 20\">\n<title>bookmark</title>\n<path class=\"path1\" d=\"M15.5 20c-0.143 0-0.283-0.062-0.38-0.175l-5.62-6.557-5.62 6.557c-0.136 0.159-0.357 0.216-0.553 0.144s-0.327-0.26-0.327-0.469v-18c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v18c0 0.209-0.13 0.396-0.327 0.469-0.057 0.021-0.115 0.031-0.173 0.031zM9.5 12c0.146 0 0.285 0.064 0.38 0.175l5.12 5.974v-16.148h-11v16.148l5.12-5.974c0.095-0.111 0.234-0.175 0.38-0.175z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-user\" viewBox=\"0 0 20 20\">\n<title>user</title>\n<path class=\"path1\" d=\"M9.5 11c-3.033 0-5.5-2.467-5.5-5.5s2.467-5.5 5.5-5.5 5.5 2.467 5.5 5.5-2.467 5.5-5.5 5.5zM9.5 1c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5c2.481 0 4.5-2.019 4.5-4.5s-2.019-4.5-4.5-4.5z\"/>\n<path class=\"path2\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5 0-0.068 0.014-1.685 1.225-3.3 0.705-0.94 1.67-1.687 2.869-2.219 1.464-0.651 3.283-0.981 5.406-0.981s3.942 0.33 5.406 0.981c1.199 0.533 2.164 1.279 2.869 2.219 1.211 1.615 1.225 3.232 1.225 3.3 0 0.827-0.673 1.5-1.5 1.5zM9.5 13c-3.487 0-6.060 0.953-7.441 2.756-1.035 1.351-1.058 2.732-1.059 2.746 0 0.274 0.224 0.498 0.5 0.498h16c0.276 0 0.5-0.224 0.5-0.5-0-0.012-0.023-1.393-1.059-2.744-1.382-1.803-3.955-2.756-7.441-2.756z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-users\" viewBox=\"0 0 20 20\">\n<title>users</title>\n<path class=\"path1\" d=\"M18.5 18h-11c-0.827 0-1.5-0.673-1.5-1.5 0-0.048 0.011-1.19 0.924-2.315 0.525-0.646 1.241-1.158 2.128-1.522 1.071-0.44 2.4-0.662 3.948-0.662s2.876 0.223 3.948 0.662c0.887 0.364 1.603 0.876 2.128 1.522 0.914 1.125 0.924 2.267 0.924 2.315 0 0.827-0.673 1.5-1.5 1.5zM7 16.503c0.001 0.275 0.225 0.497 0.5 0.497h11c0.275 0 0.499-0.223 0.5-0.497-0.001-0.035-0.032-0.895-0.739-1.734-0.974-1.157-2.793-1.768-5.261-1.768s-4.287 0.612-5.261 1.768c-0.707 0.84-0.738 1.699-0.739 1.734z\"/>\n<path class=\"path2\" d=\"M13 11c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4c0 2.206-1.794 4-4 4zM13 4c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path3\" d=\"M4.5 18h-3c-0.827 0-1.5-0.673-1.5-1.5 0-0.037 0.008-0.927 0.663-1.8 0.378-0.505 0.894-0.904 1.533-1.188 0.764-0.34 1.708-0.512 2.805-0.512 0.179 0 0.356 0.005 0.527 0.014 0.276 0.015 0.487 0.25 0.473 0.526s-0.25 0.488-0.526 0.473c-0.153-0.008-0.312-0.012-0.473-0.012-3.894 0-3.997 2.379-4 2.503 0.001 0.274 0.225 0.497 0.5 0.497h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M5 12c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM5 7c-1.103 0-2 0.897-2 2s0.897 2 2 2 2-0.897 2-2c0-1.103-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-shirt\" viewBox=\"0 0 20 20\">\n<title>shirt</title>\n<path class=\"path1\" d=\"M13.5 19h-8c-0.827 0-1.5-0.673-1.5-1.5v-9.306l-2.342 0.781c-0.262 0.087-0.545-0.054-0.632-0.316l-1-3c-0.079-0.236 0.028-0.494 0.251-0.605l6-3c0.155-0.077 0.339-0.069 0.486 0.022s0.237 0.252 0.237 0.425c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.173 0.090-0.334 0.237-0.425s0.331-0.099 0.486-0.022l6 3c0.223 0.111 0.329 0.369 0.251 0.605l-1 3c-0.087 0.262-0.37 0.404-0.632 0.316l-2.342-0.781v9.306c0 0.827-0.673 1.5-1.5 1.5zM4.5 7c0.104 0 0.206 0.032 0.292 0.094 0.13 0.094 0.208 0.245 0.208 0.406v10c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.161 0.077-0.312 0.208-0.406s0.298-0.12 0.45-0.069l2.526 0.842 0.705-2.114-4.973-2.487c-0.351 1.562-1.749 2.733-3.415 2.733s-3.065-1.171-3.415-2.733l-4.973 2.487 0.705 2.114 2.526-0.842c0.052-0.017 0.105-0.026 0.158-0.026z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-store\" viewBox=\"0 0 20 20\">\n<title>store</title>\n<path class=\"path1\" d=\"M18 9.5v-1c0-0.078-0.018-0.154-0.053-0.224l-2-4c-0.085-0.169-0.258-0.276-0.447-0.276h-12c-0.189 0-0.363 0.107-0.447 0.276l-2 4c-0.035 0.069-0.053 0.146-0.053 0.224v1c0 0.816 0.393 1.542 1 1.999v6.501h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6.501c0.607-0.457 1-1.182 1-1.999zM11.5 11c-0.827 0-1.5-0.673-1.5-1.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5zM2 9.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5zM9 5v3h-2.86l0.75-3h2.11zM12.11 5l0.75 3h-2.86v-3h2.11zM6 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM14 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM16.691 8h-2.801l-0.75-3h2.051l1.5 3zM3.809 5h2.051l-0.75 3h-2.801l1.5-3zM3 11.95c0.162 0.033 0.329 0.050 0.5 0.050 0.817 0 1.544-0.394 2-1.002 0.456 0.608 1.183 1.002 2 1.002s1.544-0.394 2-1.002c0.361 0.48 0.89 0.827 1.5 0.951v6.050h-8v-6.050zM16 18h-4v-6.050c0.61-0.124 1.139-0.471 1.5-0.951 0.456 0.608 1.183 1.002 2 1.002 0.171 0 0.338-0.017 0.5-0.050v6.050z\"/>\n<path class=\"path2\" d=\"M14 14.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M5.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3-3c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path5\" d=\"M8.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cart\" viewBox=\"0 0 20 20\">\n<title>cart</title>\n<path class=\"path1\" d=\"M8 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM8 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path2\" d=\"M15 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM15 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.539 4.467c-0.251-0.297-0.63-0.467-1.039-0.467h-12.243l-0.099-0.596c-0.131-0.787-0.859-1.404-1.658-1.404h-1c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1c0.307 0 0.621 0.266 0.671 0.569l1.671 10.027c0.131 0.787 0.859 1.404 1.658 1.404h10c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-10c-0.307 0-0.621-0.266-0.671-0.569l-0.247-1.48 9.965-0.867c0.775-0.067 1.483-0.721 1.611-1.489l0.671-4.027c0.067-0.404-0.038-0.806-0.289-1.102zM16.842 5.404l-0.671 4.027c-0.053 0.316-0.391 0.629-0.711 0.657l-10.043 0.873-0.994-5.962h12.076c0.117 0 0.215 0.040 0.276 0.113s0.085 0.176 0.066 0.291z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tag\" viewBox=\"0 0 20 20\">\n<title>tag</title>\n<path class=\"path1\" d=\"M7.5 19.085c-0.401 0-0.778-0.156-1.061-0.438l-5.086-5.086c-0.283-0.283-0.438-0.659-0.438-1.061s0.156-0.778 0.438-1.061l8.586-8.586c0.487-0.487 1.372-0.854 2.061-0.854h4.5c0.827 0 1.5 0.673 1.5 1.5v4.5c0 0.688-0.367 1.574-0.853 2.061l-8.586 8.586c-0.283 0.283-0.659 0.438-1.061 0.438zM12 3c-0.415 0-1.060 0.267-1.353 0.561l-8.586 8.586c-0.094 0.094-0.145 0.219-0.145 0.354s0.052 0.26 0.145 0.353l5.086 5.086c0.094 0.094 0.219 0.145 0.354 0.145s0.26-0.052 0.354-0.145l8.586-8.586c0.293-0.293 0.561-0.939 0.561-1.354v-4.5c0-0.276-0.224-0.5-0.5-0.5h-4.5z\"/>\n<path class=\"path2\" d=\"M14.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone-handset\" viewBox=\"0 0 20 20\">\n<title>phone-handset</title>\n<path class=\"path1\" d=\"M16 20c-1.771 0-3.655-0.502-5.6-1.492-1.793-0.913-3.564-2.22-5.122-3.78s-2.863-3.333-3.775-5.127c-0.988-1.946-1.49-3.83-1.49-5.601 0-1.148 1.070-2.257 1.529-2.68 0.661-0.609 1.701-1.32 2.457-1.32 0.376 0 0.816 0.246 1.387 0.774 0.425 0.394 0.904 0.928 1.383 1.544 0.289 0.372 1.73 2.271 1.73 3.182 0 0.747-0.845 1.267-1.739 1.816-0.346 0.212-0.703 0.432-0.961 0.639-0.276 0.221-0.325 0.338-0.333 0.364 0.949 2.366 3.85 5.267 6.215 6.215 0.021-0.007 0.138-0.053 0.363-0.333 0.207-0.258 0.427-0.616 0.639-0.961 0.55-0.894 1.069-1.739 1.816-1.739 0.911 0 2.81 1.441 3.182 1.73 0.616 0.479 1.15 0.958 1.544 1.383 0.528 0.57 0.774 1.011 0.774 1.387 0 0.756-0.711 1.799-1.319 2.463-0.424 0.462-1.533 1.537-2.681 1.537zM3.994 1c-0.268 0.005-0.989 0.333-1.773 1.055-0.744 0.686-1.207 1.431-1.207 1.945 0 6.729 8.264 15 14.986 15 0.513 0 1.258-0.465 1.944-1.213 0.723-0.788 1.051-1.512 1.056-1.781-0.032-0.19-0.558-0.929-1.997-2.037-1.237-0.952-2.24-1.463-2.498-1.469-0.018 0.005-0.13 0.048-0.357 0.336-0.197 0.251-0.408 0.594-0.613 0.926-0.56 0.911-1.089 1.772-1.858 1.772-0.124 0-0.246-0.024-0.363-0.071-2.625-1.050-5.729-4.154-6.779-6.779-0.126-0.315-0.146-0.809 0.474-1.371 0.33-0.299 0.786-0.579 1.228-0.851 0.332-0.204 0.676-0.415 0.926-0.613 0.288-0.227 0.331-0.339 0.336-0.357-0.007-0.258-0.517-1.261-1.469-2.498-1.108-1.439-1.847-1.964-2.037-1.997z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone\" viewBox=\"0 0 20 20\">\n<title>phone</title>\n<path class=\"path1\" d=\"M17.894 8.897c-1.041 0-2.928-0.375-3.516-0.963-0.361-0.361-0.446-0.813-0.515-1.177-0.085-0.448-0.136-0.581-0.332-0.666-0.902-0.388-2.196-0.61-3.551-0.61-1.34 0-2.62 0.219-3.512 0.6-0.194 0.083-0.244 0.216-0.327 0.663-0.068 0.365-0.152 0.819-0.512 1.179-0.328 0.328-1.015 0.554-1.533 0.685-0.668 0.169-1.384 0.267-1.963 0.267-0.664 0-1.113-0.126-1.372-0.386-0.391-0.391-0.641-0.926-0.685-1.467-0.037-0.456 0.051-1.132 0.68-1.762 1.022-1.022 2.396-1.819 4.086-2.368 1.554-0.506 3.322-0.773 5.114-0.773 1.804 0 3.587 0.27 5.156 0.782 1.705 0.556 3.093 1.361 4.124 2.393 1.050 1.050 0.79 2.443 0.012 3.221-0.257 0.257-0.7 0.382-1.354 0.382zM9.98 4.481c1.507 0 2.908 0.246 3.946 0.691 0.713 0.306 0.833 0.938 0.92 1.398 0.052 0.275 0.097 0.513 0.24 0.656 0.252 0.252 1.706 0.671 2.809 0.671 0.481 0 0.633-0.082 0.652-0.094 0.31-0.314 0.698-1.086-0.017-1.802-1.805-1.805-5.010-2.882-8.574-2.882-3.535 0-6.709 1.065-8.493 2.848-0.288 0.288-0.42 0.616-0.391 0.974 0.025 0.302 0.17 0.614 0.39 0.836 0.019 0.012 0.173 0.098 0.67 0.098 1.098 0 2.541-0.411 2.789-0.659 0.141-0.141 0.185-0.379 0.236-0.654 0.086-0.462 0.203-1.095 0.917-1.4 1.026-0.439 2.413-0.68 3.905-0.68z\"/>\n<path class=\"path2\" d=\"M16.5 18h-13c-0.671 0-1.29-0.264-1.743-0.743s-0.682-1.112-0.645-1.782c0.004-0.077 0.118-1.901 1.27-3.739 0.682-1.088 1.586-1.955 2.686-2.577 1.361-0.769 3.020-1.159 4.932-1.159s3.571 0.39 4.932 1.159c1.101 0.622 2.005 1.489 2.686 2.577 1.152 1.839 1.266 3.663 1.27 3.739 0.037 0.67-0.192 1.303-0.645 1.782s-1.072 0.743-1.743 0.743zM10 9c-3.117 0-5.388 1.088-6.749 3.233-1.030 1.623-1.139 3.282-1.14 3.299-0.022 0.392 0.111 0.761 0.373 1.038s0.623 0.43 1.017 0.43h13c0.393 0 0.754-0.153 1.017-0.43s0.395-0.646 0.373-1.039c-0.001-0.016-0.111-1.675-1.14-3.298-1.362-2.145-3.633-3.233-6.749-3.233z\"/>\n<path class=\"path3\" d=\"M10 16c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 11c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pushpin\" viewBox=\"0 0 20 20\">\n<title>pushpin</title>\n<path class=\"path1\" d=\"M18 6.793l-5.293-5.293c-0.188-0.188-0.44-0.292-0.707-0.292s-0.519 0.104-0.707 0.292l-0.293 0.293c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-2.793 2.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-0.293 0.293c-0.39 0.39-0.39 1.024 0 1.414l1.553 1.553-4.95 6.435c-0.153 0.199-0.135 0.481 0.043 0.658 0.097 0.097 0.225 0.146 0.354 0.146 0.107 0 0.214-0.034 0.305-0.104l6.435-4.95 1.553 1.553c0.188 0.188 0.44 0.292 0.707 0.292s0.519-0.104 0.707-0.292l0.293-0.293c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l2.793-2.793c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l0.293-0.293c0.188-0.188 0.292-0.44 0.292-0.707s-0.104-0.519-0.292-0.707zM4.234 15.266l2.533-3.293 0.76 0.76-3.293 2.533zM17 7.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-2.793 2.793c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-0.292 0.292c-0 0-0.001 0-0.001 0v0.001l-5.293-5.293 0.293-0.293c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l2.793-2.793c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l0.293-0.293 5.293 5.293-0.293 0.293z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map-marker\" viewBox=\"0 0 20 20\">\n<title>map-marker</title>\n<path class=\"path1\" d=\"M10 20c-0.153 0-0.298-0.070-0.393-0.191-0.057-0.073-1.418-1.814-2.797-4.385-0.812-1.513-1.46-2.999-1.925-4.416-0.587-1.787-0.884-3.472-0.884-5.008 0-3.308 2.692-6 6-6s6 2.692 6 6c0 1.536-0.298 3.22-0.884 5.008-0.465 1.417-1.113 2.903-1.925 4.416-1.38 2.571-2.74 4.312-2.797 4.385-0.095 0.121-0.24 0.191-0.393 0.191zM10 1c-2.757 0-5 2.243-5 5 0 3.254 1.463 6.664 2.691 8.951 0.902 1.681 1.809 3.014 2.309 3.71 0.502-0.699 1.415-2.040 2.318-3.726 1.223-2.283 2.682-5.687 2.682-8.935 0-2.757-2.243-5-5-5z\"/>\n<path class=\"path2\" d=\"M10 9c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 4c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map\" viewBox=\"0 0 20 20\">\n<title>map</title>\n<path class=\"path1\" d=\"M18.763 1.075c-0.147-0.091-0.331-0.099-0.486-0.022l-5.776 2.888-5.776-2.888c-0.141-0.070-0.306-0.070-0.447 0l-6 3c-0.169 0.085-0.276 0.258-0.276 0.447v15c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l5.776-2.888 5.776 2.888c0.141 0.070 0.307 0.070 0.447 0l6-3c0.169-0.085 0.276-0.258 0.276-0.447v-15c-0-0.173-0.090-0.334-0.237-0.425zM6 16.191l-5 2.5v-13.882l5-2.5v13.882zM7 2.309l5 2.5v13.882l-5-2.5v-13.882zM18 16.191l-5 2.5v-13.882l5-2.5v13.882z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-location\" viewBox=\"0 0 20 20\">\n<title>location</title>\n<path class=\"path1\" d=\"M8.5 20c-0.043 0-0.087-0.006-0.13-0.017-0.218-0.059-0.37-0.257-0.37-0.483v-7.5h-7.5c-0.226 0-0.424-0.152-0.483-0.37s0.037-0.449 0.232-0.562l19-11c0.196-0.113 0.444-0.081 0.604 0.079s0.193 0.408 0.079 0.604l-11 19c-0.091 0.157-0.258 0.249-0.433 0.249zM2.362 11h6.138c0.276 0 0.5 0.224 0.5 0.5v6.138l9.128-15.766-15.766 9.128z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-calendar-full\" viewBox=\"0 0 20 20\">\n<title>calendar-full</title>\n<path class=\"path1\" d=\"M18.5 2h-2.5v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-10v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-2.5c-0.827 0-1.5 0.673-1.5 1.5v14c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-14c0-0.827-0.673-1.5-1.5-1.5zM1.5 3h2.5v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h10v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h2.5c0.276 0 0.5 0.224 0.5 0.5v2.5h-18v-2.5c0-0.276 0.224-0.5 0.5-0.5zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-10.5h18v10.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M7.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M10.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M7.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M10.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M13.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M16.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path11\" d=\"M4.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path12\" d=\"M7.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path13\" d=\"M10.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path14\" d=\"M13.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path15\" d=\"M16.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path16\" d=\"M4.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path17\" d=\"M7.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path18\" d=\"M10.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path19\" d=\"M13.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path20\" d=\"M16.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-keyboard\" viewBox=\"0 0 20 20\">\n<title>keyboard</title>\n<path class=\"path1\" d=\"M17.5 16h-16c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M3.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M16.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M4.5 10h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M3.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M11.5 14h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M14.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M16.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.5v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M5.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M6 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path11\" d=\"M8 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path12\" d=\"M10 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path13\" d=\"M12 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path14\" d=\"M14 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path15\" d=\"M7 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path16\" d=\"M9 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path17\" d=\"M11 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path18\" d=\"M13 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path19\" d=\"M15 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path20\" d=\"M8 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path21\" d=\"M10 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path22\" d=\"M12 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-spell-check\" viewBox=\"0 0 20 20\">\n<title>spell-check</title>\n<path class=\"path1\" d=\"M4.5 14c-0.276 0-0.5 0.224-0.5 0.5v0.001c-0.418-0.315-0.938-0.501-1.5-0.501-1.378 0-2.5 1.122-2.5 2.5s1.122 2.5 2.5 2.5c0.562 0 1.082-0.187 1.5-0.501v0.001c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM2.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M8.5 14c-0.562 0-1.082 0.187-1.5 0.501v-4.001c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.001c0.418 0.315 0.938 0.501 1.5 0.501 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5zM8.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M14.5 19c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5c0.439 0 0.872 0.116 1.25 0.335 0.239 0.138 0.321 0.444 0.183 0.683s-0.444 0.321-0.683 0.183c-0.227-0.131-0.486-0.2-0.75-0.2-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5c0.264 0 0.523-0.069 0.75-0.2 0.239-0.138 0.545-0.057 0.683 0.182s0.057 0.545-0.182 0.683c-0.379 0.219-0.811 0.335-1.25 0.335z\"/>\n<path class=\"path4\" d=\"M11.5 10.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-screen\" viewBox=\"0 0 20 20\">\n<title>screen</title>\n<path class=\"path1\" d=\"M17.5 2h-16c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h7.5v2h-3.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-2h7.5c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5zM18 13.5c0 0.276-0.224 0.5-0.5 0.5h-16c-0.276 0-0.5-0.224-0.5-0.5v-10c0-0.276 0.224-0.5 0.5-0.5h16c0.276 0 0.5 0.224 0.5 0.5v10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smartphone\" viewBox=\"0 0 20 20\">\n<title>smartphone</title>\n<path class=\"path1\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M14.5 20h-9c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h9c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM5.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-9z\"/>\n<path class=\"path3\" d=\"M13.5 16h-7c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM7 15h6v-12h-6v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tablet\" viewBox=\"0 0 20 20\">\n<title>tablet</title>\n<path class=\"path1\" d=\"M16.5 20h-13c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM3.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h13c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-13z\"/>\n<path class=\"path2\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15.5 16h-11c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM5 15h10v-12h-10v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop\" viewBox=\"0 0 20 20\">\n<title>laptop</title>\n<path class=\"path1\" d=\"M3.5 14h13c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5h-13c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5zM3 4.5c0-0.276 0.224-0.5 0.5-0.5h13c0.276 0 0.5 0.224 0.5 0.5v8c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-8z\"/>\n<path class=\"path2\" d=\"M19.5 15h-19c-0.276 0-0.5 0.224-0.5 0.5v1c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-1c0-0.276-0.224-0.5-0.5-0.5zM18.5 17h-17c-0.276 0-0.5-0.224-0.5-0.5v-0.5h18v0.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop-phone\" viewBox=\"0 0 20 20\">\n<title>laptop-phone</title>\n<path class=\"path1\" d=\"M11.5 14h-8c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5h-13c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 18h-10c-0.827 0-1.5-0.673-1.5-1.5v-1c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.5v0.5c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 18h-4c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h4c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM14.5 8c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-4z\"/>\n<path class=\"path4\" d=\"M16.5 16c-0.132 0-0.26-0.053-0.353-0.147s-0.147-0.222-0.147-0.353 0.053-0.261 0.147-0.353c0.093-0.093 0.222-0.147 0.353-0.147s0.261 0.053 0.353 0.147c0.093 0.093 0.147 0.222 0.147 0.353s-0.053 0.261-0.147 0.353c-0.093 0.093-0.222 0.147-0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-power-switch\" viewBox=\"0 0 20 20\">\n<title>power-switch</title>\n<path class=\"path1\" d=\"M9.5 12c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M9.5 19c-2.003 0-3.887-0.78-5.303-2.197s-2.197-3.3-2.197-5.303c0-1.648 0.525-3.212 1.517-4.523 0.96-1.268 2.324-2.215 3.84-2.666 0.265-0.079 0.543 0.072 0.622 0.337s-0.072 0.543-0.337 0.622c-2.733 0.814-4.643 3.376-4.643 6.231 0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5c0-2.855-1.909-5.417-4.643-6.231-0.265-0.079-0.415-0.357-0.337-0.622s0.357-0.415 0.622-0.337c1.517 0.451 2.88 1.398 3.84 2.666 0.993 1.311 1.517 2.875 1.517 4.523 0 2.003-0.78 3.887-2.197 5.303s-3.3 2.197-5.303 2.197z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bubble\" viewBox=\"0 0 20 20\">\n<title>bubble</title>\n<path class=\"path1\" d=\"M0.5 19c-0.225 0-0.422-0.15-0.482-0.367s0.032-0.447 0.225-0.562c1.691-1.014 2.392-2.489 2.641-3.179-1.838-1.407-2.884-3.354-2.884-5.392 0-1.029 0.258-2.026 0.768-2.964 0.486-0.894 1.18-1.695 2.061-2.381 1.787-1.39 4.156-2.156 6.671-2.156s4.884 0.766 6.671 2.156c0.881 0.685 1.575 1.486 2.061 2.381 0.51 0.937 0.768 1.934 0.768 2.964s-0.258 2.026-0.768 2.964c-0.486 0.894-1.18 1.695-2.061 2.381-1.787 1.39-4.156 2.156-6.671 2.156-1.033 0-2.047-0.129-3.016-0.385-0.429 0.286-1.231 0.793-2.189 1.27-1.488 0.74-2.764 1.115-3.794 1.115zM9.5 3c-4.687 0-8.5 2.916-8.5 6.5 0 1.815 1.005 3.562 2.756 4.792 0.172 0.121 0.25 0.336 0.196 0.539-0.117 0.436-0.515 1.633-1.58 2.788 1.302-0.456 2.704-1.247 3.739-1.959 0.123-0.085 0.277-0.11 0.421-0.069 0.948 0.271 1.947 0.409 2.968 0.409 4.687 0 8.5-2.916 8.5-6.5s-3.813-6.5-8.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart-pulse\" viewBox=\"0 0 20 20\">\n<title>heart-pulse</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.116-0.065-2.877-1.611-5.369-4.082-0.196-0.194-0.197-0.511-0.003-0.707s0.511-0.197 0.707-0.003c1.979 1.962 4.186 3.346 4.908 3.776 0.723-0.431 2.932-1.817 4.908-3.776 0.196-0.194 0.513-0.193 0.707 0.003s0.193 0.513-0.003 0.707c-2.493 2.471-5.253 4.017-5.369 4.082-0.076 0.042-0.159 0.063-0.243 0.063z\"/>\n<path class=\"path2\" d=\"M1.279 11c-0.188 0-0.368-0.106-0.453-0.287-0.548-1.165-0.826-2.33-0.826-3.463 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.133-0.278 2.298-0.826 3.463-0.118 0.25-0.415 0.357-0.665 0.24s-0.357-0.415-0.24-0.665c0.485-1.031 0.731-2.053 0.731-3.037 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658-2.343 0-4.25 1.907-4.25 4.25 0 0.984 0.246 2.006 0.731 3.037 0.118 0.25 0.010 0.548-0.24 0.665-0.069 0.032-0.141 0.048-0.212 0.048z\"/>\n<path class=\"path3\" d=\"M10.515 15c-0.005 0-0.009-0-0.013-0-0.202-0.004-0.569-0.109-0.753-0.766l-1.217-4.334-0.807 3.279c-0.158 0.643-0.525 0.778-0.73 0.8s-0.592-0.027-0.889-0.62l-0.606-1.211c-0.029-0.058-0.056-0.094-0.076-0.117-0.003 0.004-0.007 0.009-0.011 0.015-0.37 0.543-1.192 0.953-1.913 0.953h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.421 0 0.921-0.272 1.087-0.516 0.223-0.327 0.547-0.501 0.891-0.478 0.374 0.025 0.708 0.279 0.917 0.696l0.445 0.89 0.936-3.803c0.158-0.64 0.482-0.779 0.726-0.783s0.572 0.125 0.751 0.76l1.284 4.576 1.178-3.608c0.205-0.628 0.582-0.736 0.788-0.745s0.59 0.068 0.847 0.677l0.724 1.719c0.136 0.322 0.578 0.616 0.927 0.616h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.747 0-1.559-0.539-1.849-1.228l-0.592-1.406-1.274 3.9c-0.207 0.634-0.566 0.733-0.771 0.733z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-construction\" viewBox=\"0 0 20 20\">\n<title>construction</title>\n<path class=\"path1\" d=\"M20 5v-1.5c0-0.276-0.224-0.5-0.5-0.5h-3.5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5.5c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h1.5v6h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-3h10v3h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6h1.5c0.276 0 0.5-0.224 0.5-0.5v-4.5c0-0 0-0 0-0zM19 4.793l-4.207 4.207h-3.586l5-5h2.793v0.793zM6.207 9l5-5h3.586l-5 5h-3.586zM1.207 9l5-5h3.586l-5 5h-3.586zM4.793 4l-3.793 3.793v-3.793h3.793zM3 16v-6h1v6h-1zM5 12v-2h10v2h-10zM17 16h-1v-6h1v6zM16.207 9l2.793-2.793v2.793h-2.793z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pie-chart\" viewBox=\"0 0 20 20\">\n<title>pie-chart</title>\n<path class=\"path1\" d=\"M8.5 20c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010s3.74-2.49 6.010-2.49c0.276 0 0.5 0.224 0.5 0.5v7.5h7.5c0.276 0 0.5 0.224 0.5 0.5 0 2.27-0.884 4.405-2.49 6.010s-3.74 2.49-6.010 2.49zM8 4.016c-3.903 0.258-7 3.516-7 7.484 0 4.136 3.364 7.5 7.5 7.5 3.967 0 7.225-3.097 7.484-7h-7.484c-0.276 0-0.5-0.224-0.5-0.5v-7.484z\"/>\n<path class=\"path2\" d=\"M18.5 10h-8c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5 2.27 0 4.405 0.884 6.010 2.49s2.49 3.74 2.49 6.010c0 0.276-0.224 0.5-0.5 0.5zM11 9h6.984c-0.247-3.738-3.246-6.736-6.984-6.984v6.984z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chart-bars\" viewBox=\"0 0 20 20\">\n<title>chart-bars</title>\n<path class=\"path1\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5v-16c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v16c0 0.827-0.673 1.5-1.5 1.5zM1.5 2c-0.276 0-0.5 0.224-0.5 0.5v16c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-16c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M6.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5zM5 16h1v-8h-1v8z\"/>\n<path class=\"path3\" d=\"M10.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-12c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5zM9 16h1v-11h-1v11z\"/>\n<path class=\"path4\" d=\"M14.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5zM13 16h1v-4h-1v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-gift\" viewBox=\"0 0 20 20\">\n<title>gift</title>\n<path class=\"path1\" d=\"M18.5 5h-3.001c0.315-0.418 0.501-0.938 0.501-1.5 0-1.378-1.122-2.5-2.5-2.5-1.39 0-2.556 1.101-3.127 1.758-0.346 0.397-0.644 0.823-0.873 1.235-0.229-0.412-0.527-0.837-0.873-1.235-0.571-0.656-1.737-1.758-3.127-1.758-1.378 0-2.5 1.122-2.5 2.5 0 0.562 0.187 1.082 0.501 1.5h-3.001c-0.276 0-0.5 0.224-0.5 0.5v3c0 0.276 0.224 0.5 0.5 0.5h0.5v9.5c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5v-9.5h0.5c0.276 0 0.5-0.224 0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5zM11.127 3.414c0.782-0.899 1.647-1.414 2.373-1.414 0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5h-3.378c0.173-0.442 0.523-1.032 1.005-1.586zM11 19h-3v-13h3v13zM4 3.5c0-0.827 0.673-1.5 1.5-1.5 0.726 0 1.591 0.515 2.373 1.414 0.482 0.554 0.832 1.144 1.005 1.586h-3.378c-0.827 0-1.5-0.673-1.5-1.5zM1 6h6v2h-6v-2zM2 18.5v-9.5h5v10h-4.5c-0.276 0-0.5-0.224-0.5-0.5zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-4.5v-10h5v9.5zM18 8h-6v-2h6v2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-diamond\" viewBox=\"0 0 20 20\">\n<title>diamond</title>\n<path class=\"path1\" d=\"M18.9 7.2l-3-4c-0.077-0.103-0.191-0.172-0.318-0.193l-6-1c-0.054-0.009-0.11-0.009-0.164 0l-6 1c-0.127 0.021-0.241 0.090-0.318 0.193l-3 4c-0.143 0.191-0.131 0.457 0.028 0.634l9 10c0.095 0.105 0.23 0.166 0.372 0.166s0.277-0.060 0.372-0.166l9-10c0.16-0.178 0.172-0.443 0.028-0.634zM12.786 7l-3.286 9.037-3.286-9.037h6.572zM6.707 6l2.793-2.793 2.793 2.793h-5.586zM10.957 3.25l3.698 0.616-1.233 1.849-2.466-2.465zM5.578 5.715l-1.233-1.849 3.698-0.616-2.465 2.465zM4.67 6.156l-2.985 0.597 1.791-2.388 1.194 1.791zM5.177 7.075l2.974 8.179-6.692-7.436 3.718-0.744zM13.823 7.075l3.718 0.744-6.692 7.436 2.974-8.179zM14.33 6.156l1.194-1.791 1.791 2.388-2.985-0.597z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-linearicons\" viewBox=\"0 0 20 20\">\n<title>linearicons</title>\n<path class=\"path1\" d=\"M19.5 16h-0.5c-0.579 0-1 0.631-1 1.5 0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5-0.138 0-0.263 0.056-0.354 0.147-0.196-0.094-0.415-0.147-0.646-0.147-0.827 0-1.5 0.673-1.5 1.5 0 0.175 0.031 0.343 0.086 0.5h-1.086c-0.406 0-1.019-0.277-1.288-0.58l-1.044-1.181 9.207-10.408c0.161-0.182 0.165-0.447 0.024-0.633l-2.999-3.998c-0.094-0.126-0.243-0.2-0.4-0.2h-13c-0.157 0-0.306 0.074-0.4 0.2l-2.999 3.998c-0.141 0.186-0.136 0.451 0.024 0.633l9.207 10.408-1.044 1.181c-0.289 0.327-0.795 0.58-1.038 0.58h-0.25v-0.5c0-0.827-0.673-1.5-1.5-1.5-0.282 0-0.545 0.078-0.77 0.213-0.127-0.135-0.292-0.213-0.48-0.213-0.308 0-0.537 0.243-0.702 0.455-0.152 0.195-0.309 0.449-0.442 0.716l-0.106 0.211v-0.882c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5 0.282 0 0.545-0.078 0.77-0.214 0.127 0.135 0.292 0.214 0.48 0.214 0.308 0 0.537-0.243 0.702-0.455 0.152-0.195 0.309-0.449 0.442-0.716l0.106-0.211v0.882c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276 0.224 0.5 0.5 0.5h0.75c0.556 0 1.324-0.395 1.787-0.918l0.963-1.089 0.963 1.088c0.463 0.523 1.339 0.918 2.037 0.918h2.5c0.384 0 0.734-0.145 1-0.383 0.266 0.238 0.616 0.383 1 0.383 0.827 0 1.5-0.673 1.5-1.5 0-0.249 0.061-0.422 0.103-0.5h0.397c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM1.145 5.474l2.605-3.474h12.5l2.605 3.474-8.855 10.011-8.855-10.011zM15.5 18c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M2.5 15c0.132 0 0.261-0.053 0.353-0.147s0.147-0.222 0.147-0.353-0.053-0.26-0.147-0.353c-0.093-0.093-0.222-0.147-0.353-0.147s-0.26 0.053-0.353 0.147c-0.093 0.093-0.147 0.222-0.147 0.353s0.053 0.261 0.147 0.353c0.093 0.093 0.222 0.147 0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dinner\" viewBox=\"0 0 20 20\">\n<title>dinner</title>\n<path class=\"path1\" d=\"M8 0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.306 0.252 2.397 0.455 3.274 0.198 0.854 0.353 1.529 0.13 1.811-0.186 0.234-0.717 0.37-1.581 0.406-0.002-0.162-0.004-0.326-0.004-0.49v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.165-0.001 0.328-0.004 0.49-0.861-0.037-1.391-0.174-1.577-0.408-0.225-0.283-0.069-0.959 0.128-1.814 0.202-0.875 0.453-1.965 0.453-3.267 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.189-0.237 2.217-0.427 3.043-0.258 1.118-0.461 2.002 0.064 2.662 0.39 0.49 1.101 0.733 2.333 0.785-0.112 2.79-0.516 5.19-0.851 7.177-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284-0.334-1.985-0.738-4.384-0.851-7.172 1.235-0.050 1.946-0.292 2.337-0.783 0.524-0.659 0.32-1.541 0.062-2.659-0.191-0.827-0.429-1.857-0.429-3.048zM6.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.701 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n<path class=\"path2\" d=\"M15.882 14.162c-0.393-2.331-0.881-5.231-0.882-8.662v-5c0-0.227-0.153-0.425-0.372-0.483s-0.45 0.038-0.562 0.235c-2.019 3.534-3.016 8.931-3.058 9.159-0.027 0.146 0.013 0.296 0.108 0.41s0.236 0.18 0.384 0.18h2.235c-0.175 1.544-0.409 2.935-0.617 4.166-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284zM12.111 9c0.248-1.171 0.882-3.887 1.889-6.317v2.817c0 1.236-0.063 2.403-0.163 3.5h-1.727zM15.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.702 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-coffee-cup\" viewBox=\"0 0 20 20\">\n<title>coffee-cup</title>\n<path class=\"path1\" d=\"M10 15c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 10c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n<path class=\"path2\" d=\"M15.904 2.056l-0.177-0.707c-0.189-0.756-0.948-1.349-1.728-1.349h-8c-0.78 0-1.538 0.593-1.728 1.349l-0.177 0.707c-0.631 0.177-1.096 0.757-1.096 1.444v1c0 0.663 0.432 1.226 1.029 1.424l0.901 12.614c0.058 0.806 0.762 1.462 1.57 1.462h7c0.808 0 1.512-0.656 1.57-1.462l0.901-12.614c0.597-0.198 1.029-0.761 1.029-1.424v-1c0-0.687-0.464-1.267-1.096-1.444zM6 1h8c0.319 0 0.68 0.282 0.757 0.591l0.102 0.409h-9.719l0.102-0.409c0.077-0.309 0.438-0.591 0.757-0.591zM14.892 7h-9.783l-0.071-1h9.926l-0.071 1zM14.249 16h-8.497l-0.571-8h9.64l-0.571 8zM13.5 19h-7c-0.29 0-0.552-0.244-0.573-0.533l-0.105-1.467h8.355l-0.105 1.467c-0.021 0.289-0.283 0.533-0.573 0.533zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-11c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.275 0.224-0.499 0.499-0.5 0.001 0 0.001 0 0.002 0s0.002-0 0.003-0h10.997c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-leaf\" viewBox=\"0 0 20 20\">\n<title>leaf</title>\n<path class=\"path1\" d=\"M19.883 0.178c-0.095-0.113-0.235-0.178-0.382-0.178l-0.51-0c-5.040-0.002-9.021-0.003-11.952 0.698-1.575 0.377-2.793 0.946-3.723 1.739-1.004 0.856-1.688 1.977-2.093 3.429-0.269 0.964-0.395 2.705 0.136 4.437 0.196 0.64 0.502 1.244 0.91 1.799-1.216 1.905-2.267 4.414-2.267 7.399 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-4.605 2.728-8.021 4.354-9.646 1.167-1.167 2.486-2.152 3.816-2.848 1.238-0.648 2.421-1.005 3.331-1.005 0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5c-1.084 0-2.396 0.387-3.794 1.12-1.418 0.743-2.822 1.789-4.059 3.027-0.522 0.522-1.15 1.218-1.774 2.070-0.242-0.381-0.43-0.785-0.559-1.207-0.5-1.632-0.316-3.204-0.129-3.875 1.43-5.125 6.862-5.138 16.717-5.135-1.175 6.288-3.366 10.358-6.516 12.101-2.922 1.617-5.82 0.735-6.931 0.28-0.234-0.096-0.47-0.214-0.699-0.35-0.237-0.141-0.544-0.063-0.685 0.174s-0.063 0.544 0.174 0.685c0.272 0.162 0.552 0.302 0.832 0.417 0.622 0.254 1.624 0.58 2.865 0.687 0.274 0.024 0.545 0.035 0.814 0.035 1.469 0 2.849-0.353 4.115-1.053 1.609-0.89 3.001-2.339 4.139-4.304 1.334-2.305 2.338-5.362 2.983-9.086 0.025-0.145-0.015-0.294-0.11-0.407z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paw\" viewBox=\"0 0 20 20\">\n<title>paw</title>\n<path class=\"path1\" d=\"M3 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM3 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path2\" d=\"M6.998 8c-1.12 0-1.998-1.318-1.998-3s0.878-3 1.998-3 1.998 1.318 1.998 3-0.878 3-1.998 3zM6.998 3c-0.471 0-0.998 0.855-0.998 2s0.527 2 0.998 2 0.998-0.855 0.998-2-0.527-2-0.998-2z\"/>\n<path class=\"path3\" d=\"M12 8c-1.122 0-2-1.318-2-3s0.878-3 2-3 2 1.318 2 3-0.878 3-2 3zM12 3c-0.472 0-1 0.855-1 2s0.528 2 1 2 1-0.855 1-2-0.528-2-1-2z\"/>\n<path class=\"path4\" d=\"M16 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM16 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path5\" d=\"M13 18c-0.868 0-1.455-0.294-1.972-0.553-0.48-0.24-0.894-0.447-1.528-0.447-0.631 0-1.045 0.207-1.525 0.447-0.519 0.259-1.107 0.553-1.975 0.553-0.556 0-1.079-0.303-1.437-0.831-0.627-0.926-0.637-2.331-0.028-3.855 1.097-2.742 2.906-4.314 4.964-4.314s3.868 1.572 4.964 4.314c0.609 1.524 0.599 2.929-0.028 3.855-0.357 0.528-0.881 0.831-1.437 0.831zM9.5 16c0.869 0 1.457 0.294 1.975 0.553 0.479 0.24 0.893 0.447 1.525 0.447 0.218 0 0.44-0.143 0.609-0.391 0.432-0.637 0.404-1.73-0.073-2.923-0.937-2.342-2.408-3.686-4.036-3.686s-3.099 1.343-4.036 3.686c-0.477 1.193-0.504 2.286-0.073 2.923 0.168 0.249 0.39 0.391 0.609 0.391 0.632 0 1.047-0.207 1.528-0.448 0.518-0.259 1.106-0.553 1.972-0.553z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-rocket\" viewBox=\"0 0 20 20\">\n<title>rocket</title>\n<path class=\"path1\" d=\"M13.5 9c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5 2.5 1.122 2.5 2.5-1.122 2.5-2.5 2.5zM13.5 5c-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5 1.5-0.673 1.5-1.5-0.673-1.5-1.5-1.5z\"/>\n<path class=\"path2\" d=\"M0.5 20c-0.13 0-0.258-0.051-0.354-0.146-0.137-0.137-0.183-0.342-0.116-0.524 1.539-4.231 3.157-6.377 4.808-6.377 0.545 0 1.054 0.234 1.515 0.694 0.728 0.728 0.754 1.453 0.648 1.933-0.334 1.508-2.464 2.985-6.33 4.391-0.056 0.020-0.114 0.030-0.171 0.030zM4.839 13.952c-0.495 0-1.078 0.434-1.685 1.255-0.597 0.807-1.197 1.957-1.788 3.427 1.335-0.537 2.408-1.082 3.199-1.625 1.067-0.733 1.383-1.3 1.46-1.646s-0.047-0.677-0.379-1.009c-0.27-0.27-0.534-0.401-0.808-0.401z\"/>\n<path class=\"path3\" d=\"M19.5 0c-2.595 0-4.907 0.44-6.874 1.308-1.621 0.716-3.009 1.72-4.126 2.986-0.208 0.236-0.401 0.475-0.58 0.715-0.862 0.057-1.744 0.4-2.624 1.020-0.745 0.524-1.493 1.25-2.225 2.157-1.23 1.524-1.986 3.027-2.018 3.090-0.109 0.219-0.044 0.485 0.154 0.628 0.088 0.064 0.191 0.095 0.293 0.095 0.128 0 0.256-0.049 0.353-0.145 0.005-0.005 0.483-0.475 1.298-0.936 0.672-0.38 1.708-0.827 2.961-0.906 0.317 0.811 1.224 1.781 1.659 2.216s1.405 1.342 2.216 1.659c-0.079 1.253-0.526 2.289-0.906 2.961-0.462 0.816-0.931 1.293-0.935 1.297-0.173 0.173-0.195 0.447-0.052 0.646 0.097 0.134 0.249 0.208 0.406 0.208 0.076 0 0.152-0.017 0.223-0.053 0.063-0.032 1.566-0.788 3.090-2.018 0.907-0.732 1.633-1.48 2.157-2.225 0.62-0.881 0.962-1.762 1.020-2.624 0.239-0.178 0.478-0.371 0.715-0.58 1.266-1.117 2.27-2.505 2.986-4.126 0.868-1.966 1.308-4.279 1.308-6.874v-0.5h-0.5zM3.107 9.808c0.953-1.383 2.41-3.098 4.052-3.637-0.649 1.137-0.985 2.181-1.106 2.843-1.159 0.071-2.158 0.408-2.946 0.794zM10.193 16.89c0.386-0.788 0.723-1.786 0.793-2.944 0.661-0.121 1.706-0.457 2.842-1.105-0.54 1.639-2.254 3.096-3.636 4.049zM15.044 10.75c-2.080 1.835-4.234 2.25-4.544 2.25-0.002 0-0.207-0.004-0.759-0.393-0.385-0.271-0.834-0.657-1.262-1.085s-0.814-0.877-1.085-1.262c-0.389-0.552-0.393-0.757-0.393-0.759 0-0.31 0.415-2.464 2.25-4.544 2.196-2.488 5.557-3.849 9.744-3.95-0.101 4.187-1.461 7.548-3.95 9.744z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-briefcase\" viewBox=\"0 0 20 20\">\n<title>briefcase</title>\n<path class=\"path1\" d=\"M18.5 5h-4.5v-1.5c0-0.827-0.673-1.5-1.5-1.5h-5c-0.827 0-1.5 0.673-1.5 1.5v1.5h-4.5c-0.827 0-1.5 0.673-1.5 1.5v11c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-11c0-0.827-0.673-1.5-1.5-1.5zM7 3.5c0-0.276 0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5v1.5h-6v-1.5zM1.5 6h17c0.276 0 0.5 0.224 0.5 0.5v7.5h-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-8v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-2v-7.5c0-0.276 0.224-0.5 0.5-0.5zM16 14v1h-1v-1h1zM5 14v1h-1v-1h1zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-2.5h2v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h8v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h2v2.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bus\" viewBox=\"0 0 20 20\">\n<title>bus</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M13.5 5h-7c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 6h-11c-0.276 0-0.5 0.224-0.5 0.5v5c0 0.276 0.224 0.5 0.5 0.5h4.998c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h4.996c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h0.998c0.276 0 0.5-0.224 0.5-0.5v-5c0-0.276-0.224-0.5-0.5-0.5zM5 7h10v4h-0.349l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-3.197l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-2.849v-4z\"/>\n<path class=\"path5\" d=\"M15.616 1.783c-1.363-0.519-3.253-0.783-5.616-0.783s-4.252 0.263-5.616 0.783c-1.971 0.751-2.384 1.892-2.384 2.717v11c0 1.207 0.86 2.217 2 2.45v1.050c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h6v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.050c1.14-0.232 2-1.242 2-2.45v-11c0-0.825-0.414-1.966-2.384-2.717zM6 19h-1v-1h1v1zM14 19v-1h1v1h-1zM17 15.5c0 0.827-0.673 1.5-1.5 1.5h-11c-0.827 0-1.5-0.673-1.5-1.5v-11c0-0.743 0.586-1.343 1.741-1.783 1.232-0.469 3.050-0.717 5.259-0.717s4.028 0.248 5.259 0.717c1.155 0.44 1.741 1.040 1.741 1.783v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-car\" viewBox=\"0 0 20 20\">\n<title>car</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M16.958 11.907c-0.13-0.792-0.553-3.214-1.011-4.131-0.305-0.61-1.088-1.077-2.326-1.386-1.006-0.251-2.292-0.39-3.621-0.39s-2.615 0.138-3.621 0.39c-1.238 0.31-2.021 0.776-2.326 1.386-0.458 0.916-0.881 3.339-1.011 4.131-0.699 0.479-1.042 1.172-1.042 2.093v2.5c0 0.652 0.418 1.208 1 1.414v1.086c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h8v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.086c0.582-0.206 1-0.762 1-1.414v-2.5c0-0.921-0.343-1.614-1.042-2.093zM4.947 8.224c0.297-0.593 2.168-1.224 5.053-1.224s4.756 0.63 5.053 1.224c0.287 0.575 0.606 2.096 0.803 3.183-0.098-0.029-0.199-0.056-0.303-0.080-0.267-0.063-0.555-0.114-0.863-0.156l-2.899-2.077c-0.224-0.161-0.537-0.109-0.698 0.115s-0.109 0.537 0.115 0.698l1.566 1.122c-0.85-0.028-1.782-0.028-2.775-0.028-0.117 0-0.233 0-0.349 0l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.644 1.096c-1.341 0.024-2.507 0.097-3.42 0.314-0.104 0.025-0.205 0.052-0.303 0.080 0.198-1.087 0.516-2.608 0.804-3.183zM5 19h-1v-1h1v1zM15 19v-1h1v1h-1zM17 16.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-2.5c0-0.924 0.486-1.417 1.678-1.701 1.255-0.299 3.14-0.299 5.322-0.299s4.066 0 5.322 0.299c1.192 0.284 1.678 0.777 1.678 1.701v2.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-train\" viewBox=\"0 0 20 20\">\n<title>train</title>\n<path class=\"path1\" d=\"M14.5 15h-10c-1.378 0-2.5-1.122-2.5-2.5v-10c0-1.378 1.122-2.5 2.5-2.5h10c1.378 0 2.5 1.122 2.5 2.5v10c0 1.378-1.122 2.5-2.5 2.5zM4.5 1c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5h-10z\"/>\n<path class=\"path2\" d=\"M18.947 19.276l-2-4c-0.123-0.247-0.424-0.347-0.671-0.224s-0.347 0.424-0.224 0.671l0.138 0.276h-13.382l0.138-0.276c0.123-0.247 0.023-0.547-0.224-0.671s-0.547-0.023-0.671 0.224l-2 4c-0.123 0.247-0.023 0.547 0.224 0.671 0.072 0.036 0.148 0.053 0.223 0.053 0.183 0 0.36-0.101 0.448-0.277l0.362-0.724h16.382l0.362 0.724c0.088 0.175 0.264 0.277 0.448 0.277 0.075 0 0.151-0.017 0.223-0.053 0.247-0.123 0.347-0.424 0.224-0.671zM1.809 18l0.5-1h14.382l0.5 1h-15.382z\"/>\n<path class=\"path3\" d=\"M5.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M12.5 3h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M14.5 4h-10c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM5 5h4v3h-4v-3zM14 8h-4v-3h4v3z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bicycle\" viewBox=\"0 0 20 20\">\n<title>bicycle</title>\n<path class=\"path1\" d=\"M5.5 9.002c-0.828 0-1.502-0.674-1.502-1.502s0.674-1.502 1.502-1.502 1.502 0.674 1.502 1.502-0.674 1.502-1.502 1.502zM5.5 6.998c-0.277 0-0.502 0.225-0.502 0.502s0.225 0.502 0.502 0.502 0.502-0.225 0.502-0.502-0.225-0.502-0.502-0.502z\"/>\n<path class=\"path2\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-2.998c0-0.772 0.581-1.543 1.324-1.756l1.5-0.429-3.26-2.173-1.71 1.71c-0.094 0.094-0.221 0.146-0.354 0.146h-2.002c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1.795l1.854-1.854c0.169-0.169 0.433-0.195 0.631-0.063l3.668 2.445c0.55 0.367 0.548 0.797 0.522 0.966s-0.156 0.579-0.791 0.761l-1.577 0.452c-0.313 0.090-0.599 0.468-0.599 0.795v2.998c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15 20c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4zM15 13c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path4\" d=\"M3.999 20c-2.205 0-3.999-1.794-3.999-3.999s1.794-3.999 3.999-3.999 3.999 1.794 3.999 3.999-1.794 3.999-3.999 3.999zM3.999 13.002c-1.654 0-2.999 1.345-2.999 2.999s1.345 2.999 2.999 2.999 2.999-1.345 2.999-2.999-1.345-2.999-2.999-2.999z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-wheelchair\" viewBox=\"0 0 20 20\">\n<title>wheelchair</title>\n<path class=\"path1\" d=\"M17.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-0.651 0.651-2.729-2.656c-0.002-0.002-0.003-0.003-0.005-0.004-0.007-0.007-0.015-0.013-0.022-0.019-0.006-0.005-0.011-0.009-0.017-0.014s-0.013-0.010-0.020-0.014c-0.007-0.005-0.014-0.010-0.021-0.014-0.006-0.003-0.011-0.007-0.017-0.010-0.008-0.005-0.017-0.010-0.026-0.014-0.006-0.003-0.011-0.005-0.017-0.008-0.009-0.004-0.018-0.008-0.027-0.012-0.007-0.003-0.014-0.005-0.021-0.007-0.008-0.003-0.016-0.006-0.024-0.008s-0.018-0.004-0.027-0.006c-0.007-0.001-0.013-0.003-0.020-0.004-0.010-0.002-0.020-0.003-0.031-0.004-0.006-0.001-0.011-0.002-0.017-0.002-0.010-0.001-0.020-0.001-0.030-0.001-0.006-0-0.012-0-0.019-0-0.009 0-0.018 0.001-0.026 0.002s-0.016 0.001-0.023 0.002c-0.007 0.001-0.015 0.002-0.022 0.003-0.009 0.002-0.019 0.003-0.028 0.005-0.002 0.001-0.004 0.001-0.007 0.001l-3.945 0.953c-0.106 0.026-0.199 0.013-0.26-0.035s-0.095-0.135-0.095-0.244v-1.688h3.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-3.050c0.162 0.033 0.329 0.050 0.5 0.050 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5-2.5 1.122-2.5 2.5c0 0.816 0.393 1.542 1 1.999v6.189c0 0.416 0.174 0.792 0.476 1.030 0.218 0.172 0.49 0.262 0.777 0.262 0.111 0 0.223-0.013 0.336-0.041l3.677-0.888 2.885 2.808c0.097 0.094 0.223 0.142 0.349 0.142 0.128 0 0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707zM9.5 2c0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5z\"/>\n<path class=\"path2\" d=\"M7.5 20c-3.584 0-6.5-2.916-6.5-6.5 0-1.547 0.552-3.045 1.556-4.22 0.992-1.161 2.363-1.939 3.862-2.191 0.272-0.046 0.53 0.138 0.576 0.41s-0.138 0.53-0.41 0.576c-2.655 0.446-4.583 2.727-4.583 5.424 0 3.033 2.467 5.5 5.5 5.5 2.697 0 4.978-1.927 5.424-4.583 0.046-0.272 0.304-0.456 0.576-0.41s0.456 0.303 0.41 0.576c-0.251 1.498-1.029 2.87-2.191 3.862-1.174 1.003-2.673 1.556-4.22 1.556z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-select\" viewBox=\"0 0 20 20\">\n<title>select</title>\n<path class=\"path1\" d=\"M5.5 15h-4c-0.827 0-1.5-0.673-1.5-1.5v-12c0-0.827 0.673-1.5 1.5-1.5h14c0.827 0 1.5 0.673 1.5 1.5v7c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-7c0-0.276-0.224-0.5-0.5-0.5h-14c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13 20c-0.198 0-0.386-0.119-0.464-0.314l-1.697-4.242-2.963 3.386c-0.137 0.157-0.357 0.212-0.552 0.139s-0.324-0.26-0.324-0.468v-15c0-0.198 0.117-0.377 0.298-0.457s0.392-0.046 0.539 0.087l11 10c0.153 0.139 0.205 0.358 0.13 0.55s-0.26 0.32-0.466 0.32h-4.261l1.726 4.314c0.103 0.256-0.022 0.547-0.279 0.65l-2.5 1c-0.061 0.024-0.124 0.036-0.186 0.036zM11 14c0.028 0 0.056 0.002 0.084 0.007 0.172 0.029 0.315 0.146 0.38 0.307l1.814 4.536 1.572-0.629-1.814-4.536c-0.062-0.154-0.043-0.329 0.050-0.466s0.248-0.22 0.414-0.22h3.707l-9.207-8.37v12.539l2.624-2.999c0.096-0.109 0.233-0.171 0.376-0.171z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-earth\" viewBox=\"0 0 20 20\">\n<title>earth</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929s-5.182 1.040-7.071 2.929c-1.889 1.889-2.929 4.4-2.929 7.071s1.040 5.182 2.929 7.071c1.889 1.889 4.4 2.929 7.071 2.929s5.182-1.040 7.071-2.929c1.889-1.889 2.929-4.4 2.929-7.071s-1.040-5.182-2.929-7.071zM18.397 6.761c-0.195-0.351-0.685-0.518-1.325-0.736-0.687-0.234-0.93-0.94-1.211-1.758-0.244-0.71-0.496-1.443-1.095-1.899 1.639 1.027 2.924 2.567 3.631 4.393zM15.591 10.191c0.076 0.677 0.154 1.378-0.687 2.322-0.227 0.255-0.36 0.61-0.501 0.986-0.326 0.871-0.634 1.694-1.946 1.706-0.037-0.044-0.141-0.21-0.234-0.733-0.085-0.482-0.134-1.106-0.187-1.765-0.080-1.012-0.171-2.16-0.421-3.112-0.32-1.217-0.857-1.936-1.641-2.198-0.342-0.114-0.692-0.17-1.068-0.17-0.278 0-0.53 0.030-0.752 0.056-0.173 0.020-0.337 0.040-0.475 0.040 0 0-0 0-0 0-0.234 0-0.499 0-0.826-0.748-0.469-1.075-0.123-2.798 1.254-3.707 0.755-0.498 1.276-0.711 1.742-0.711 0.372 0 0.773 0.129 1.342 0.433 0.672 0.358 1.199 0.404 1.583 0.404 0.152 0 0.29-0.008 0.423-0.016 0.112-0.007 0.217-0.013 0.315-0.013 0.22 0 0.398 0.029 0.607 0.171 0.385 0.263 0.585 0.844 0.796 1.458 0.32 0.932 0.683 1.988 1.835 2.38 0.155 0.053 0.421 0.143 0.61 0.222-0.163 0.168-0.435 0.411-0.702 0.649-0.172 0.154-0.367 0.328-0.583 0.525-0.624 0.569-0.55 1.235-0.484 1.822zM1.001 9.923c0.108 0.019 0.224 0.042 0.344 0.067 0.562 0.12 0.825 0.228 0.94 0.289-0.053 0.103-0.16 0.255-0.231 0.355-0.247 0.351-0.555 0.788-0.438 1.269 0.079 0.325 0.012 0.723-0.103 1.091-0.332-0.938-0.513-1.946-0.513-2.996 0-0.026 0.001-0.051 0.001-0.077zM10 19c-3.425 0-6.41-1.924-7.93-4.747 0.262-0.499 0.748-1.603 0.521-2.569 0.016-0.097 0.181-0.331 0.28-0.472 0.271-0.385 0.608-0.863 0.358-1.37-0.175-0.356-0.644-0.596-1.566-0.804-0.214-0.048-0.422-0.087-0.599-0.118 0.536-4.455 4.338-7.919 8.935-7.919 1.578 0 3.062 0.409 4.352 1.125-0.319-0.139-0.608-0.161-0.84-0.161-0.127 0-0.253 0.007-0.375 0.015-0.119 0.007-0.242 0.014-0.364 0.014-0.284 0-0.638-0.034-1.112-0.287-0.724-0.385-1.266-0.55-1.812-0.55-0.676 0-1.362 0.262-2.293 0.876-0.805 0.531-1.411 1.343-1.707 2.288-0.289 0.921-0.258 1.864 0.087 2.654 0.407 0.932 0.944 1.348 1.742 1.348 0 0 0 0 0 0 0.197 0 0.389-0.023 0.592-0.047 0.205-0.024 0.416-0.049 0.635-0.049 0.271 0 0.51 0.038 0.751 0.118 0.439 0.147 0.763 0.639 0.991 1.504s0.314 1.966 0.391 2.936c0.064 0.81 0.124 1.574 0.257 2.151 0.081 0.35 0.185 0.616 0.32 0.813 0.201 0.294 0.489 0.456 0.811 0.456 0.884 0 1.59-0.285 2.099-0.847 0.423-0.467 0.639-1.044 0.813-1.508 0.102-0.273 0.208-0.556 0.311-0.672 1.137-1.277 1.020-2.329 0.934-3.098-0.063-0.564-0.064-0.764 0.164-0.972 0.212-0.193 0.405-0.366 0.575-0.518 0.363-0.324 0.625-0.558 0.809-0.758 0.126-0.138 0.422-0.461 0.34-0.865-0.001-0.004-0.002-0.007-0.002-0.011 0.343 0.951 0.53 1.976 0.53 3.044 0 4.963-4.037 9-9 9z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smile\" viewBox=\"0 0 20 20\">\n<title>smile</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M9.5 17c-3.584 0-6.5-2.916-6.5-6.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.033 2.467 5.5 5.5 5.5s5.5-2.467 5.5-5.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.584-2.916 6.5-6.5 6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sad\" viewBox=\"0 0 20 20\">\n<title>sad</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M5.499 15c-0.105 0-0.21-0.033-0.3-0.1-0.221-0.166-0.265-0.479-0.099-0.7 0.502-0.668 1.159-1.221 1.901-1.6 0.778-0.398 1.619-0.599 2.499-0.599s1.721 0.202 2.499 0.599c0.742 0.379 1.399 0.932 1.901 1.6 0.166 0.221 0.121 0.534-0.099 0.7s-0.534 0.121-0.7-0.099c-0.859-1.144-2.172-1.8-3.601-1.8s-2.741 0.656-3.601 1.8c-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-neutral\" viewBox=\"0 0 20 20\">\n<title>neutral</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M13.5 13h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mustache\" viewBox=\"0 0 20 20\">\n<title>mustache</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M15.923 12.233c-0.111-0.175-0.318-0.264-0.521-0.224-0.187 0.037-0.368 0.056-0.536 0.056-0 0-0 0-0 0-0.872-0-1.402-0.503-1.962-1.036-0.533-0.506-1.084-1.030-1.903-1.030-0.597 0-1.133 0.263-1.5 0.679-0.367-0.416-0.903-0.679-1.5-0.679-0.819 0-1.37 0.524-1.903 1.030-0.561 0.533-1.090 1.036-1.962 1.036-0.169 0-0.349-0.019-0.536-0.056-0.203-0.041-0.411 0.048-0.521 0.224s-0.101 0.401 0.023 0.567c1.157 1.543 2.642 1.867 3.685 1.867 0.621 0 1.115-0.117 1.355-0.187 0.531-0.154 1.018-0.542 1.36-1.028 0.343 0.486 0.83 0.873 1.36 1.028 0.24 0.070 0.734 0.187 1.355 0.187 1.042-0 2.528-0.324 3.685-1.867 0.124-0.166 0.134-0.391 0.023-0.567zM7.86 13.52c-0.188 0.055-0.579 0.147-1.076 0.147-0.585 0-1.349-0.131-2.069-0.654 0.935-0.179 1.556-0.768 2.070-1.258 0.492-0.468 0.815-0.755 1.214-0.755 0.551 0 1 0.449 1 1 0 0.611-0.554 1.349-1.14 1.52zM12.215 13.667c-0.497 0-0.887-0.092-1.076-0.147-0.586-0.17-1.14-0.909-1.14-1.52 0-0.551 0.449-1 1-1 0.4 0 0.722 0.287 1.214 0.755 0.515 0.489 1.135 1.079 2.070 1.257-0.721 0.523-1.485 0.654-2.069 0.654z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-alarm\" viewBox=\"0 0 20 20\">\n<title>alarm</title>\n<path class=\"path1\" d=\"M16.8 15.101c-1.144-0.859-1.8-2.172-1.8-3.601v-3c0-2.513-1.694-4.638-4-5.292l-0-0.708c0-0.827-0.673-1.5-1.5-1.5s-1.5 0.673-1.5 1.5v0.708c-2.306 0.655-4 2.779-4 5.292v3c0 1.429-0.656 2.741-1.8 3.601-0.172 0.129-0.242 0.354-0.174 0.558s0.259 0.342 0.474 0.342h4.55c-0.033 0.164-0.051 0.331-0.051 0.5 0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.168-0.017-0.336-0.050-0.5h4.55c0.215 0 0.406-0.138 0.474-0.342s-0.002-0.429-0.174-0.558zM9 2.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.523c-0.165-0.015-0.331-0.023-0.5-0.023s-0.335 0.008-0.5 0.023v-0.523zM11 16.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5c0-0.171 0.030-0.34 0.086-0.5h2.828c0.056 0.16 0.086 0.329 0.086 0.5zM3.742 15c0.255-0.309 0.477-0.646 0.659-1.001 0.398-0.778 0.599-1.619 0.599-2.499v-3c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5v3c0 0.88 0.202 1.721 0.599 2.499 0.182 0.356 0.404 0.692 0.659 1.001h-11.517z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bullhorn\" viewBox=\"0 0 20 20\">\n<title>bullhorn</title>\n<path class=\"path1\" d=\"M19.389 3.099c-0.578-1.735-1.346-2.099-1.889-2.099-0.011 0-0.023 0-0.035 0.001-0.553 0.012-1.536 0.299-3.008 0.731-3.084 0.903-7.744 2.269-12.458 2.269-1.14 0-2 1.505-2 3.5s0.86 3.5 2 3.5c0.369 0 0.738 0.008 1.105 0.024l1.666 6.628c0.19 0.756 0.949 1.348 1.729 1.348h1.313c0.433 0 0.801-0.18 1.008-0.495s0.229-0.723 0.060-1.121l-2.577-6.048c3.136 0.462 6.022 1.308 8.154 1.932 1.472 0.431 2.455 0.719 3.008 0.731 0.012 0 0.023 0.001 0.035 0.001 0.542 0 1.31-0.364 1.889-2.099 0.394-1.183 0.611-2.746 0.611-4.401s-0.217-3.218-0.611-4.401zM16 7.5c0-0.513 0.022-1.015 0.064-1.496 0.513 0.052 0.936 0.716 0.936 1.496s-0.422 1.445-0.936 1.496c-0.042-0.481-0.064-0.983-0.064-1.496zM1 7.5c0-1.526 0.592-2.5 1-2.5 1.135 0 2.264-0.076 3.368-0.204-0.237 0.758-0.368 1.697-0.368 2.704s0.13 1.946 0.368 2.704c-1.104-0.128-2.233-0.204-3.368-0.204-0.408 0-1-0.974-1-2.5zM7.961 17.776c0.041 0.096 0.038 0.16 0.026 0.178s-0.069 0.046-0.174 0.046h-1.313c-0.319 0-0.681-0.282-0.759-0.592l-1.588-6.319c0.335 0.027 0.669 0.059 1 0.097l2.808 6.59zM6.489 10.353c-0.304-0.687-0.489-1.748-0.489-2.853 0-1.122 0.18-2.163 0.488-2.852 3.185-0.473 6.096-1.325 8.25-1.957 0.415-0.122 0.811-0.238 1.171-0.339-0.103 0.215-0.203 0.463-0.298 0.747-0.394 1.183-0.611 2.746-0.611 4.401s0.217 3.218 0.611 4.401c0.095 0.284 0.195 0.532 0.298 0.747-0.36-0.101-0.756-0.217-1.171-0.339-2.155-0.631-5.065-1.484-8.25-1.957zM18.44 11.585c-0.373 1.12-0.778 1.415-0.94 1.415s-0.567-0.296-0.94-1.415c-0.157-0.47-0.283-1.009-0.375-1.596 0.486-0.056 0.943-0.331 1.276-0.775 0.348-0.464 0.539-1.073 0.539-1.714s-0.192-1.251-0.539-1.714c-0.333-0.444-0.79-0.719-1.276-0.775 0.093-0.586 0.219-1.126 0.375-1.596 0.373-1.12 0.778-1.416 0.94-1.416s0.567 0.296 0.94 1.415c0.361 1.084 0.56 2.534 0.56 4.085s-0.199 3.001-0.56 4.085z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-high\" viewBox=\"0 0 20 20\">\n<title>volume-high</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M15.545 17.209c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.761-1.432 2.771-3.554 2.771-5.821s-1.010-4.389-2.771-5.821c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.995 1.623 3.14 4.028 3.14 6.597s-1.144 4.974-3.14 6.597c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path4\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-medium\" viewBox=\"0 0 20 20\">\n<title>volume-medium</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-low\" viewBox=\"0 0 20 20\">\n<title>volume-low</title>\n<path class=\"path1\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume\" viewBox=\"0 0 20 20\">\n<title>volume</title>\n<path class=\"path1\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mic\" viewBox=\"0 0 20 20\">\n<title>mic</title>\n<path class=\"path1\" d=\"M9.5 14c-1.93 0-3.5-1.57-3.5-3.5v-6c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v6c0 1.93-1.57 3.5-3.5 3.5zM9.5 2c-1.378 0-2.5 1.122-2.5 2.5v6c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5v-6c0-1.378-1.122-2.5-2.5-2.5z\"/>\n<path class=\"path2\" d=\"M16 10.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.033-2.467 5.5-5.5 5.5s-5.5-2.467-5.5-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.416 2.649 6.225 6 6.481v2.019h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-1.5v-2.019c3.351-0.256 6-3.065 6-6.481z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hourglass\" viewBox=\"0 0 20 20\">\n<title>hourglass</title>\n<path class=\"path1\" d=\"M16 3.5v-0.5c0-0.392-0.241-0.733-0.717-1.014-0.344-0.203-0.821-0.382-1.419-0.531-1.172-0.293-2.722-0.454-4.364-0.454s-3.192 0.161-4.364 0.454c-0.598 0.149-1.075 0.328-1.419 0.531-0.476 0.281-0.717 0.622-0.717 1.014v0.5c0 2.631 1.593 4.999 4 6.002v1.997c-2.407 1.003-4 3.371-4 6.002v0.5c0 0.392 0.241 0.733 0.717 1.014 0.344 0.203 0.821 0.382 1.419 0.531 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.598-0.149 1.075-0.328 1.419-0.531 0.476-0.281 0.717-0.623 0.717-1.014v-0.5c0-2.631-1.593-4.999-4-6.002v-1.997c2.407-1.003 4-3.371 4-6.002zM5.612 2.369c1.066-0.238 2.447-0.369 3.888-0.369s2.823 0.131 3.888 0.369c1.15 0.257 1.498 0.534 1.589 0.631-0.091 0.097-0.439 0.374-1.589 0.631-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.15-0.257-1.498-0.534-1.589-0.631 0.091-0.097 0.439-0.374 1.589-0.631zM11.333 12.313c2.193 0.775 3.667 2.86 3.667 5.187v0.473c-0.042 0.057-0.324 0.37-1.612 0.657-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.287-0.288-1.57-0.6-1.612-0.657v-0.473c0-2.327 1.473-4.412 3.667-5.187 0.2-0.071 0.333-0.259 0.333-0.471v-2.683c0-0.212-0.134-0.401-0.333-0.471-1.976-0.699-3.368-2.461-3.624-4.506 0.3 0.135 0.666 0.257 1.093 0.364 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.428-0.107 0.794-0.229 1.093-0.364-0.256 2.045-1.647 3.807-3.624 4.506-0.2 0.071-0.333 0.26-0.333 0.471v2.683c0 0.212 0.134 0.401 0.333 0.471z\"/>\n<path class=\"path2\" d=\"M13.667 16.529c-2.262-0.799-3.667-2.726-3.667-5.029v-3.025c0.6-0.059 1.178-0.225 1.723-0.495 0.247-0.123 0.348-0.423 0.225-0.67s-0.423-0.348-0.67-0.225c-0.555 0.276-1.153 0.416-1.778 0.416s-1.223-0.14-1.778-0.416c-0.247-0.123-0.547-0.022-0.67 0.225s-0.022 0.547 0.225 0.67c0.545 0.271 1.122 0.436 1.723 0.495v3.025c0 2.302-1.405 4.229-3.667 5.029-0.21 0.074-0.346 0.279-0.332 0.501s0.172 0.409 0.39 0.458c0.982 0.22 2.477 0.512 4.109 0.512s3.127-0.292 4.109-0.512c0.218-0.049 0.377-0.236 0.39-0.458s-0.122-0.427-0.332-0.501zM9.5 17c-0.877 0-1.701-0.087-2.437-0.205 0.665-0.421 1.244-0.952 1.711-1.575 0.293-0.391 0.536-0.812 0.726-1.254 0.19 0.442 0.433 0.863 0.726 1.254 0.466 0.622 1.045 1.153 1.711 1.575-0.736 0.117-1.56 0.205-2.437 0.205z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-undo\" viewBox=\"0 0 20 20\">\n<title>undo</title>\n<path class=\"path1\" d=\"M17.51 4.49c-1.605-1.605-3.74-2.49-6.010-2.49s-4.405 0.884-6.010 2.49-2.49 3.74-2.49 6.010v1.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-1.293c0-4.136 3.364-7.5 7.5-7.5s7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c2.27 0 4.405-0.884 6.010-2.49s2.49-3.74 2.49-6.010c0-2.27-0.884-4.405-2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-redo\" viewBox=\"0 0 20 20\">\n<title>redo</title>\n<path class=\"path1\" d=\"M2.49 4.49c1.605-1.605 3.74-2.49 6.010-2.49s4.405 0.884 6.010 2.49 2.49 3.74 2.49 6.010v1.293l2.146-2.146c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.146 2.146v-1.293c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5c0 4.136 3.364 7.5 7.5 7.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sync\" viewBox=\"0 0 20 20\">\n<title>sync</title>\n<path class=\"path1\" d=\"M19.854 8.646c-0.195-0.195-0.512-0.195-0.707 0l-1.149 1.149c-0.051-2.060-0.878-3.99-2.341-5.452-1.511-1.511-3.52-2.343-5.657-2.343-2.974 0-5.686 1.635-7.077 4.266-0.129 0.244-0.036 0.547 0.208 0.676s0.547 0.036 0.676-0.208c1.217-2.303 3.59-3.734 6.193-3.734 3.789 0 6.885 3.027 6.997 6.789l-1.143-1.143c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M16.869 13.058c-0.244-0.129-0.547-0.036-0.676 0.208-1.217 2.303-3.59 3.734-6.193 3.734-3.789 0-6.885-3.027-6.997-6.789l1.143 1.143c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.149-1.149c0.051 2.060 0.878 3.99 2.341 5.452 1.511 1.511 3.52 2.343 5.657 2.343 2.974 0 5.686-1.635 7.077-4.266 0.129-0.244 0.036-0.547-0.208-0.676z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-history\" viewBox=\"0 0 20 20\">\n<title>history</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929-3.094 0-5.975 1.425-7.853 3.807v-1.307c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.972c0 0.229 0.155 0.428 0.377 0.485 0.097 0.025 0.195 0.019 0.284-0.011v0l2.853-0.972c0.261-0.089 0.401-0.373 0.312-0.634s-0.373-0.401-0.634-0.312l-1.49 0.508c1.688-2.208 4.32-3.534 7.152-3.534 4.963 0 9 4.037 9 9s-4.037 9-9 9c-3.316 0-6.354-1.815-7.928-4.737-0.131-0.243-0.434-0.334-0.677-0.203s-0.334 0.434-0.203 0.677c1.749 3.246 5.125 5.263 8.809 5.263 2.671 0 5.182-1.040 7.071-2.929s2.929-4.4 2.929-7.071c0-2.671-1.040-5.182-2.929-7.071z\"/>\n<path class=\"path2\" d=\"M10 10.5c-0.084 0-0.167-0.021-0.243-0.063l-4.5-2.5c-0.241-0.134-0.328-0.438-0.194-0.68s0.438-0.328 0.68-0.194l4.24 2.355 5.249-3.34c0.233-0.148 0.542-0.080 0.69 0.153s0.080 0.542-0.153 0.69l-5.5 3.5c-0.082 0.052-0.175 0.078-0.268 0.078z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-clock\" viewBox=\"0 0 20 20\">\n<title>clock</title>\n<path class=\"path1\" d=\"M16.32 17.113c1.729-1.782 2.68-4.124 2.68-6.613 0-2.37-0.862-4.608-2.438-6.355l0.688-0.688 0.647 0.646c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l0.647 0.646-0.688 0.688c-1.747-1.576-3.985-2.438-6.355-2.438s-4.608 0.862-6.355 2.438l-0.688-0.688 0.646-0.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l0.646-0.646 0.688 0.688c-1.576 1.747-2.438 3.985-2.438 6.355 0 2.489 0.951 4.831 2.68 6.613l-2.034 2.034c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.354-0.147l2.060-2.059c1.705 1.428 3.836 2.206 6.087 2.206s4.382-0.778 6.087-2.206l2.059 2.059c0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.353-0.147c0.195-0.195 0.195-0.512 0-0.707l-2.034-2.034zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M15.129 7.25c-0.138-0.239-0.444-0.321-0.683-0.183l-4.92 2.841-3.835-2.685c-0.226-0.158-0.538-0.103-0.696 0.123s-0.103 0.538 0.123 0.696l4.096 2.868c0.001 0.001 0.002 0.001 0.002 0.002 0.009 0.006 0.018 0.012 0.027 0.017 0.002 0.001 0.004 0.003 0.006 0.004 0.009 0.005 0.018 0.010 0.027 0.015 0.002 0.001 0.004 0.002 0.006 0.003 0.010 0.005 0.020 0.009 0.031 0.014 0.006 0.003 0.013 0.005 0.019 0.007 0.004 0.001 0.008 0.003 0.013 0.005 0.007 0.002 0.014 0.004 0.021 0.006 0.004 0.001 0.008 0.002 0.012 0.003 0.007 0.002 0.014 0.003 0.022 0.005 0.004 0.001 0.008 0.002 0.012 0.002 0.007 0.001 0.014 0.002 0.021 0.003 0.005 0.001 0.010 0.001 0.015 0.002 0.006 0.001 0.012 0.001 0.018 0.002 0.009 0.001 0.018 0.001 0.027 0.001 0.002 0 0.004 0 0.006 0 0 0 0-0 0-0s0 0 0.001 0c0.019 0 0.037-0.001 0.056-0.003 0.001-0 0.002-0 0.003-0 0.018-0.002 0.036-0.005 0.054-0.010 0.002-0 0.003-0.001 0.005-0.001 0.017-0.004 0.034-0.009 0.050-0.015 0.003-0.001 0.006-0.002 0.008-0.003 0.016-0.006 0.031-0.012 0.046-0.020 0.004-0.002 0.007-0.004 0.011-0.006 0.005-0.003 0.011-0.005 0.016-0.008l5.196-3c0.239-0.138 0.321-0.444 0.183-0.683z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-download\" viewBox=\"0 0 20 20\">\n<title>download</title>\n<path class=\"path1\" d=\"M14.853 9.647c-0.195-0.195-0.512-0.195-0.707 0l-4.146 4.146v-11.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v11.293l-4.146-4.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.147l5-5c0.195-0.195 0.195-0.512-0-0.707z\"/>\n<path class=\"path2\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-upload\" viewBox=\"0 0 20 20\">\n<title>upload</title>\n<path class=\"path1\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M14.854 8.646l-5-5c-0.195-0.195-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l4.146-4.146v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l4.146 4.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter-down\" viewBox=\"0 0 20 20\">\n<title>enter-down</title>\n<path class=\"path1\" d=\"M12.854 11.646c-0.195-0.195-0.512-0.195-0.707 0l-2.146 2.146v-12.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v12.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit-up\" viewBox=\"0 0 20 20\">\n<title>exit-up</title>\n<path class=\"path1\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M12.853 3.646l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.147-2.146v11.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.293l2.147 2.146c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bug\" viewBox=\"0 0 20 20\">\n<title>bug</title>\n<path class=\"path1\" d=\"M17.5 12h-1.515c-0.062-1.099-0.33-2.153-0.781-3.102 1.036-0.305 1.795-1.264 1.795-2.398 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 0.761-0.57 1.392-1.306 1.487-0.174-0.266-0.365-0.521-0.571-0.762-0.108-0.126-0.219-0.246-0.333-0.362 0.14-0.439 0.21-0.896 0.21-1.363 0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5c0 0.467 0.071 0.924 0.21 1.363-0.114 0.116-0.225 0.236-0.333 0.362-0.207 0.241-0.397 0.496-0.571 0.762-0.736-0.095-1.306-0.726-1.306-1.487 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.134 0.759 2.093 1.795 2.398-0.451 0.949-0.718 2.003-0.781 3.102h-1.514c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.515c0.062 1.099 0.33 2.153 0.781 3.102-1.036 0.305-1.795 1.264-1.795 2.398 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-0.761 0.57-1.392 1.306-1.487 0.174 0.266 0.365 0.521 0.571 0.762 1.23 1.435 2.871 2.225 4.622 2.225s3.393-0.79 4.622-2.225c0.207-0.241 0.397-0.496 0.571-0.762 0.736 0.095 1.306 0.726 1.306 1.487 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-1.134-0.759-2.093-1.795-2.398 0.451-0.949 0.718-2.003 0.781-3.102h1.514c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM9.5 2c1.93 0 3.5 1.57 3.5 3.5 0 0.215-0.019 0.426-0.057 0.634-1.022-0.738-2.205-1.134-3.443-1.134s-2.421 0.395-3.443 1.134c-0.038-0.208-0.057-0.419-0.057-0.634 0-1.93 1.57-3.5 3.5-3.5zM4 12.5c0-3.385 2.201-6.173 5-6.473v12.946c-2.799-0.3-5-3.088-5-6.473zM10 18.973v-12.946c2.799 0.3 5 3.088 5 6.473s-2.201 6.173-5 6.473z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-code\" viewBox=\"0 0 20 20\">\n<title>code</title>\n<path class=\"path1\" d=\"M5 15c-0.128 0-0.256-0.049-0.354-0.146l-4-4c-0.195-0.195-0.195-0.512 0-0.707l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.646 3.646 3.646 3.646c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path2\" d=\"M15 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.646-3.646-3.646-3.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l4 4c0.195 0.195 0.195 0.512 0 0.707l-4 4c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M7.5 15c-0.091 0-0.182-0.025-0.265-0.076-0.234-0.146-0.305-0.455-0.159-0.689l5-8c0.146-0.234 0.455-0.305 0.689-0.159s0.305 0.455 0.159 0.689l-5 8c-0.095 0.152-0.258 0.235-0.424 0.235z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-link\" viewBox=\"0 0 20 20\">\n<title>link</title>\n<path class=\"path1\" d=\"M10.682 12.998c-0.943 0-1.886-0.359-2.604-1.077-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0c1.046 1.046 2.747 1.046 3.793 0l3.636-3.636c1.046-1.046 1.046-2.747 0-3.793s-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0s1.436 3.772 0 5.207l-3.636 3.636c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n<path class=\"path2\" d=\"M4.682 18.998c-0.943 0-1.886-0.359-2.604-1.077-1.436-1.436-1.436-3.772 0-5.207l3.636-3.636c1.436-1.436 3.772-1.436 5.207 0 0.195 0.195 0.195 0.512 0 0.707s-0.512 0.195-0.707 0c-1.046-1.046-2.747-1.046-3.793 0l-3.636 3.636c-1.046 1.046-1.046 2.747 0 3.793s2.747 1.046 3.793 0l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-unlink\" viewBox=\"0 0 20 20\">\n<title>unlink</title>\n<path class=\"path1\" d=\"M13.5 11.5c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.068-3.068c0.507-0.507 0.786-1.18 0.786-1.896s-0.279-1.39-0.786-1.896c-1.046-1.046-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0 0.695 0.695 1.078 1.62 1.078 2.604s-0.383 1.908-1.078 2.604l-3.068 3.068c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path2\" d=\"M4.682 19c-0.983 0-1.908-0.383-2.604-1.078-1.436-1.436-1.436-3.772 0-5.207l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-1.046 1.046-1.046 2.747 0 3.793 0.507 0.507 1.18 0.786 1.896 0.786s1.39-0.279 1.896-0.786l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.695 0.695-1.62 1.078-2.604 1.078z\"/>\n<path class=\"path3\" d=\"M5.5 7c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M7.5 6c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M4.5 9h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M15.5 17c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M17.5 13h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M11.5 19c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-up\" viewBox=\"0 0 20 20\">\n<title>thumbs-up</title>\n<path class=\"path1\" d=\"M18.916 11.208c0.443-0.511 0.695-1.355 0.695-2.159 0-0.531-0.115-0.996-0.333-1.345-0.284-0.454-0.738-0.704-1.278-0.704h-2.618c1.425-2.591 1.785-4.543 1.070-5.807-0.499-0.881-1.413-1.193-2.045-1.193-0.25 0-0.462 0.185-0.495 0.433-0.179 1.319-1.188 2.893-2.768 4.318-1.514 1.365-3.374 2.456-5.286 3.11-0.241-0.508-0.758-0.86-1.356-0.86h-3c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h3c0.634 0 1.176-0.395 1.396-0.952 1.961 0.246 2.699 0.64 3.414 1.022 0.895 0.478 1.739 0.93 4.503 0.93 0.72 0 1.398-0.188 1.91-0.529 0.5-0.333 0.82-0.801 0.926-1.343 0.399-0.162 0.753-0.536 1.024-1.092 0.264-0.541 0.435-1.232 0.435-1.761 0-0.099-0.006-0.19-0.017-0.274 0.253-0.186 0.48-0.473 0.667-0.851 0.27-0.545 0.432-1.228 0.432-1.826 0-0.424-0.079-0.777-0.234-1.051-0.013-0.022-0.026-0.044-0.039-0.065zM4.5 18h-3c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v8.999c0 0 0 0.001 0 0.001-0 0.276-0.224 0.5-0.5 0.5zM18.339 10.274c-0.151 0.304-0.304 0.414-0.37 0.414-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c0.042 0 0.072 0 0.117 0.078 0.066 0.117 0.104 0.32 0.104 0.558 0 0.445-0.126 0.974-0.328 1.382-0.198 0.399-0.399 0.544-0.487 0.544-0.276 0-0.5 0.224-0.5 0.5 0 0.177 0.092 0.333 0.231 0.422 0.031 0.317-0.117 1.165-0.501 1.718-0.145 0.209-0.298 0.329-0.418 0.329-0.276 0-0.5 0.224-0.5 0.5 0 0.88-0.972 1.281-1.875 1.281-2.513 0-3.217-0.376-4.032-0.812-0.762-0.407-1.618-0.865-3.781-1.134v-8.187c2.101-0.689 4.152-1.877 5.812-3.373 1.593-1.436 2.639-2.988 2.994-4.426 0.272 0.087 0.579 0.271 0.776 0.618 0.334 0.59 0.584 2.096-1.493 5.557-0.093 0.154-0.095 0.347-0.006 0.504s0.255 0.254 0.435 0.254h3.483c0.199 0 0.327 0.070 0.43 0.234 0.117 0.187 0.181 0.477 0.181 0.815 0 0.424-0.102 0.882-0.272 1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-down\" viewBox=\"0 0 20 20\">\n<title>thumbs-down</title>\n<path class=\"path1\" d=\"M18.916 8.792c0.443 0.511 0.695 1.355 0.695 2.159 0 0.531-0.115 0.996-0.333 1.345-0.284 0.454-0.738 0.704-1.278 0.704h-2.618c1.425 2.591 1.785 4.543 1.070 5.807-0.499 0.881-1.413 1.193-2.045 1.193-0.25 0-0.462-0.185-0.495-0.433-0.179-1.319-1.188-2.893-2.768-4.318-1.514-1.365-3.374-2.456-5.286-3.11-0.241 0.508-0.758 0.86-1.356 0.86h-3c-0.827 0-1.5-0.673-1.5-1.5v-9c0-0.827 0.673-1.5 1.5-1.5h3c0.634 0 1.176 0.395 1.396 0.952 1.961-0.246 2.699-0.64 3.414-1.022 0.895-0.478 1.739-0.93 4.503-0.93 0.72 0 1.398 0.188 1.91 0.529 0.5 0.333 0.82 0.801 0.926 1.343 0.399 0.162 0.753 0.536 1.024 1.092 0.264 0.541 0.435 1.232 0.435 1.761 0 0.099-0.006 0.19-0.017 0.274 0.253 0.186 0.48 0.473 0.667 0.851 0.27 0.545 0.432 1.228 0.432 1.826 0 0.424-0.079 0.777-0.234 1.051-0.013 0.022-0.026 0.044-0.039 0.065zM4.5 2h-3c-0.276 0-0.5 0.224-0.5 0.5v9c0 0.276 0.224 0.5 0.5 0.5h3c0.276 0 0.5-0.224 0.5-0.5v-8.999c0-0 0-0.001 0-0.001-0-0.276-0.224-0.5-0.5-0.5zM18.339 9.726c-0.151-0.304-0.304-0.414-0.37-0.414-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.042 0 0.072 0 0.117-0.078 0.066-0.117 0.104-0.32 0.104-0.558 0-0.445-0.126-0.974-0.328-1.382-0.198-0.399-0.399-0.544-0.487-0.544-0.276 0-0.5-0.224-0.5-0.5 0-0.177 0.092-0.333 0.231-0.422 0.031-0.317-0.117-1.165-0.501-1.718-0.145-0.209-0.298-0.329-0.418-0.329-0.276 0-0.5-0.224-0.5-0.5 0-0.88-0.972-1.281-1.875-1.281-2.513 0-3.217 0.376-4.032 0.812-0.762 0.407-1.618 0.865-3.781 1.134v8.187c2.101 0.689 4.152 1.877 5.812 3.373 1.593 1.436 2.639 2.988 2.994 4.426 0.272-0.087 0.579-0.271 0.776-0.618 0.334-0.59 0.584-2.096-1.493-5.557-0.093-0.154-0.095-0.347-0.006-0.504s0.255-0.254 0.435-0.254h3.483c0.199 0 0.327-0.070 0.43-0.234 0.117-0.187 0.181-0.477 0.181-0.815 0-0.424-0.102-0.882-0.272-1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magnifier\" viewBox=\"0 0 20 20\">\n<title>magnifier</title>\n<path class=\"path1\" d=\"M18.869 19.162l-5.943-6.484c1.339-1.401 2.075-3.233 2.075-5.178 0-2.003-0.78-3.887-2.197-5.303s-3.3-2.197-5.303-2.197-3.887 0.78-5.303 2.197-2.197 3.3-2.197 5.303 0.78 3.887 2.197 5.303 3.3 2.197 5.303 2.197c1.726 0 3.362-0.579 4.688-1.645l5.943 6.483c0.099 0.108 0.233 0.162 0.369 0.162 0.121 0 0.242-0.043 0.338-0.131 0.204-0.187 0.217-0.503 0.031-0.706zM1 7.5c0-3.584 2.916-6.5 6.5-6.5s6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5-6.5-2.916-6.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross\" viewBox=\"0 0 20 20\">\n<title>cross</title>\n<path class=\"path1\" d=\"M10.707 10.5l5.646-5.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.646 5.646-5.646-5.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.646 5.646-5.646 5.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l5.646-5.646 5.646 5.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-5.646-5.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu\" viewBox=\"0 0 20 20\">\n<title>menu</title>\n<path class=\"path1\" d=\"M17.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-list\" viewBox=\"0 0 20 20\">\n<title>list</title>\n<path class=\"path1\" d=\"M19.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M19.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M19.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M1.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M1.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5c0 0.827-0.673 1.5-1.5 1.5zM1.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M1.5 17c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up\" viewBox=\"0 0 20 20\">\n<title>chevron-up</title>\n<path class=\"path1\" d=\"M0 15c0 0.128 0.049 0.256 0.146 0.354 0.195 0.195 0.512 0.195 0.707 0l8.646-8.646 8.646 8.646c0.195 0.195 0.512 0.195 0.707 0s0.195-0.512 0-0.707l-9-9c-0.195-0.195-0.512-0.195-0.707 0l-9 9c-0.098 0.098-0.146 0.226-0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down\" viewBox=\"0 0 20 20\">\n<title>chevron-down</title>\n<path class=\"path1\" d=\"M0 6c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l8.646 8.646 8.646-8.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-9 9c-0.195 0.195-0.512 0.195-0.707 0l-9-9c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left\" viewBox=\"0 0 20 20\">\n<title>chevron-left</title>\n<path class=\"path1\" d=\"M14 20c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-8.646-8.646 8.646-8.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-9 9c-0.195 0.195-0.195 0.512 0 0.707l9 9c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right\" viewBox=\"0 0 20 20\">\n<title>chevron-right</title>\n<path class=\"path1\" d=\"M5 20c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l8.646-8.646-8.646-8.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l9 9c0.195 0.195 0.195 0.512 0 0.707l-9 9c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up\" viewBox=\"0 0 20 20\">\n<title>arrow-up</title>\n<path class=\"path1\" d=\"M9.146 0.646l-6 6c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l5.146-5.146v16.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-16.293l5.146 5.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.354s-0.049-0.256-0.146-0.354l-6-6c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down\" viewBox=\"0 0 20 20\">\n<title>arrow-down</title>\n<path class=\"path1\" d=\"M9.854 19.354l6-6c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.146 5.146v-16.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v16.293l-5.146-5.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.354s0.049 0.256 0.146 0.354l6 6c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left\" viewBox=\"0 0 20 20\">\n<title>arrow-left</title>\n<path class=\"path1\" d=\"M0.646 10.146l6-6c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5.146 5.146h16.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-16.293l5.146 5.146c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-6-6c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right\" viewBox=\"0 0 20 20\">\n<title>arrow-right</title>\n<path class=\"path1\" d=\"M19.354 10.146l-6-6c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.146 5.146h-16.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16.293l-5.146 5.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l6-6c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-move\" viewBox=\"0 0 20 20\">\n<title>move</title>\n<path class=\"path1\" d=\"M18.354 10.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.793v-6.793l2.146 2.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.146-2.146v6.793h-6.793l2.146-2.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2.146-2.146h6.793v6.793l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-6.793h6.793l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-warning\" viewBox=\"0 0 20 20\">\n<title>warning</title>\n<path class=\"path1\" d=\"M18.5 19h-18c-0.178 0-0.342-0.094-0.432-0.248s-0.091-0.343-0.004-0.498l9-16c0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255l9 16c0.087 0.155 0.085 0.344-0.004 0.498s-0.254 0.248-0.432 0.248zM1.355 18h16.29l-8.145-14.48-8.145 14.48z\"/>\n<path class=\"path2\" d=\"M9.5 14c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-question-circle\" viewBox=\"0 0 20 20\">\n<title>question-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.5 15c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5 1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5-3.5 1.57-3.5 3.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5c0 2.312-1.753 4.223-4 4.472v1.528c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 18c-0 0 0 0 0 0-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5 0 0 0 0 0 0 0.276 0 0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu-circle\" viewBox=\"0 0 20 20\">\n<title>menu-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M14.5 8h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 11h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 14h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-checkmark-circle\" viewBox=\"0 0 20 20\">\n<title>checkmark-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M7.5 14.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross-circle\" viewBox=\"0 0 20 20\">\n<title>cross-circle</title>\n<path class=\"path1\" d=\"M14.332 14.126l-4.080-3.626 4.080-3.626c0.206-0.183 0.225-0.499 0.042-0.706s-0.499-0.225-0.706-0.042l-4.168 3.705-4.168-3.705c-0.206-0.183-0.522-0.165-0.706 0.042s-0.165 0.522 0.042 0.706l4.080 3.626-4.080 3.626c-0.206 0.183-0.225 0.499-0.042 0.706 0.099 0.111 0.236 0.168 0.374 0.168 0.118 0 0.237-0.042 0.332-0.126l4.168-3.705 4.168 3.705c0.095 0.085 0.214 0.126 0.332 0.126 0.138 0 0.275-0.057 0.374-0.168 0.183-0.206 0.165-0.522-0.042-0.706z\"/>\n<path class=\"path2\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-plus-circle\" viewBox=\"0 0 20 20\">\n<title>plus-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 10h-5.5v-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v5.5h-5.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.5v5.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-5.5h5.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-circle-minus\" viewBox=\"0 0 20 20\">\n<title>circle-minus</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 11h-12c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.147 4.647l-4 4c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l3.146-3.147v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l3.147 3.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.353s-0.049-0.256-0.147-0.353l-4-4c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M9.853 16.353l4-4c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.146 3.147v-10.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v10.293l-3.147-3.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.353s0.049 0.256 0.147 0.353l4 4c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M3.647 10.147l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.147 3.146h10.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.293l3.146 3.147c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.353 0.146s-0.256-0.049-0.353-0.147l-4-4c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.353 10.147l-4-4c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3.147 3.146h-10.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h10.293l-3.146 3.147c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.147l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15 12c0 0.128-0.049 0.256-0.146 0.354-0.195 0.195-0.512 0.195-0.707 0l-4.646-4.646-4.646 4.646c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l5-5c0.195-0.195 0.512-0.195 0.707 0l5 5c0.098 0.098 0.146 0.226 0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M4 9c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l4.646 4.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.195 0.195-0.512 0.195-0.707 0l-5-5c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M11 16c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-4.646-4.646 4.646-4.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M8 16c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l4.646-4.646-4.646-4.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l5 5c0.195 0.195 0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-crop\" viewBox=\"0 0 20 20\">\n<title>crop</title>\n<path class=\"path1\" d=\"M19.5 15h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M12.5 15h-7c-0.276 0-0.5-0.224-0.5-0.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6.5h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M5.5 4c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 20c-0.276 0-0.5-0.224-0.5-0.5v-13.5h-13.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5v14c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-expand\" viewBox=\"0 0 20 20\">\n<title>frame-expand</title>\n<path class=\"path1\" d=\"M18.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M0.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M3.5 18h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 18h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-contract\" viewBox=\"0 0 20 20\">\n<title>frame-contract</title>\n<path class=\"path1\" d=\"M14.5 9h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M6.5 9h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M11.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-layers\" viewBox=\"0 0 20 20\">\n<title>layers</title>\n<path class=\"path1\" d=\"M10 12c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.185-0.078-0.306-0.26-0.306-0.461s0.121-0.383 0.306-0.461l9.5-4c0.124-0.052 0.264-0.052 0.388 0l9.5 4c0.185 0.078 0.306 0.26 0.306 0.461s-0.121 0.383-0.306 0.461l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039zM1.788 7.5l8.212 3.457 8.212-3.457-8.212-3.457-8.212 3.457z\"/>\n<path class=\"path2\" d=\"M10 15c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n<path class=\"path3\" d=\"M10 18c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-funnel\" viewBox=\"0 0 20 20\">\n<title>funnel</title>\n<path class=\"path1\" d=\"M16.23 3.307c-0.396-0.268-0.949-0.504-1.643-0.702-1.366-0.39-3.172-0.605-5.087-0.605s-3.722 0.215-5.087 0.605c-0.694 0.198-1.246 0.434-1.643 0.702-0.637 0.43-0.77 0.886-0.77 1.193v0.5c0 0.428 0.321 1.133 0.639 1.609l4.891 7.336c0.251 0.376 0.471 1.103 0.471 1.555v3c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l2-1c0.169-0.085 0.276-0.258 0.276-0.447v-2c0-0.452 0.22-1.179 0.471-1.555l4.891-7.336c0.317-0.476 0.639-1.182 0.639-1.609v-0.5c0-0.307-0.134-0.763-0.77-1.193zM4.688 3.567c1.279-0.365 2.988-0.567 4.812-0.567s3.534 0.201 4.812 0.567c1.378 0.394 1.688 0.816 1.688 0.933s-0.31 0.54-1.688 0.933c-1.279 0.365-2.988 0.567-4.812 0.567s-3.534-0.201-4.812-0.567c-1.378-0.394-1.688-0.816-1.688-0.933s0.31-0.54 1.688-0.933zM10.639 13.391c-0.358 0.537-0.639 1.464-0.639 2.109v1.691l-1 0.5v-2.191c0-0.646-0.281-1.572-0.639-2.109l-4.88-7.32c0.274 0.117 0.585 0.226 0.932 0.324 1.366 0.39 3.172 0.605 5.087 0.605s3.722-0.215 5.087-0.605c0.346-0.099 0.658-0.207 0.932-0.325l-4.88 7.32z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format\" viewBox=\"0 0 20 20\">\n<title>text-format</title>\n<path class=\"path1\" d=\"M16.5 19h-14c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.96 15.303l-2.57-5.996c-0.001-0.001-0.001-0.003-0.002-0.004l-3.428-8c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3.428 8c-0.001 0.002-0.001 0.003-0.002 0.005l-2.57 5.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l2.442-5.697h6.198l2.442 5.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM6.83 9l2.67-6.231 2.67 6.231h-5.341z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format-remove\" viewBox=\"0 0 20 20\">\n<title>text-format-remove</title>\n<path class=\"path1\" d=\"M13.5 1h-12c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.41l-1.903 11.418c-0.045 0.272 0.139 0.53 0.411 0.575 0.028 0.005 0.056 0.007 0.083 0.007 0.24 0 0.452-0.173 0.493-0.418l1.93-11.582h5.576c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M10.5 16h-9c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M15.707 16.5l1.646-1.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-1.646 1.646-1.646-1.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.646 1.646-1.646 1.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1.646-1.646 1.646 1.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.646-1.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-size\" viewBox=\"0 0 20 20\">\n<title>text-size</title>\n<path class=\"path1\" d=\"M6.96 16.303l-1.284-2.996c-0.001-0.001-0.001-0.003-0.002-0.004l-1.714-4c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-1.714 4c-0.001 0.001-0.001 0.003-0.002 0.004l-1.284 2.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM2.544 13l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path2\" d=\"M19.962 16.308l-2.083-5c-0.001-0.001-0.001-0.003-0.002-0.004l-2.915-6.996c-0.078-0.186-0.26-0.308-0.462-0.308s-0.384 0.121-0.462 0.308l-2.915 6.996c-0.001 0.001-0.001 0.003-0.002 0.004l-2.083 5c-0.106 0.255 0.014 0.548 0.269 0.654s0.548-0.014 0.654-0.269l1.955-4.692h5.167l1.955 4.692c0.080 0.192 0.266 0.308 0.462 0.308 0.064 0 0.129-0.012 0.192-0.039 0.255-0.106 0.375-0.399 0.269-0.654zM12.333 11l2.167-5.2 2.167 5.2h-4.333z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bold\" viewBox=\"0 0 20 20\">\n<title>bold</title>\n<path class=\"path1\" d=\"M10 9h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h2.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 8h2c0.551 0 1-0.449 1-1s-0.449-1-1-1h-2v2z\"/>\n<path class=\"path2\" d=\"M11 15h-3.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h3.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 14h3c0.551 0 1-0.449 1-1s-0.449-1-1-1h-3v2z\"/>\n<path class=\"path3\" d=\"M11 18h-5.5c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h4.5c2.757 0 5 2.243 5 5 0 0.824-0.202 1.628-0.587 2.349 1.013 0.945 1.587 2.253 1.587 3.651 0 2.757-2.243 5-5 5zM5.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h5.5c2.206 0 4-1.794 4-4 0-1.237-0.561-2.385-1.539-3.151-0.211-0.165-0.253-0.466-0.1-0.682 0.418-0.646 0.639-1.395 0.639-2.167 0-2.206-1.794-4-4-4h-4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-italic\" viewBox=\"0 0 20 20\">\n<title>italic</title>\n<path class=\"path1\" d=\"M15.5 2h-4.001c-0.001 0-0.003 0-0.004 0h-3.995c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.39l-2.8 14h-3.59c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.999c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h3.997c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.39l2.8-14h3.59c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-underline\" viewBox=\"0 0 20 20\">\n<title>underline</title>\n<path class=\"path1\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M10 15c-2.757 0-5-2.243-5-5v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.206 1.794 4 4 4s4-1.794 4-4v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.757-2.243 5-5 5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-strikethrough\" viewBox=\"0 0 20 20\">\n<title>strikethrough</title>\n<path class=\"path1\" d=\"M16.5 2h-14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.5v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5h6.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M9.5 18c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 12h-18c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h18c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM1 11h17v-1h-17v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-highlight\" viewBox=\"0 0 20 20\">\n<title>highlight</title>\n<path class=\"path1\" d=\"M19.854 9.646c-0.195-0.195-0.512-0.195-0.707 0l-3.586 3.586c-0.585 0.585-1.537 0.585-2.121 0l-4.672-4.672c-0.282-0.282-0.437-0.658-0.437-1.061s0.155-0.779 0.437-1.061l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.586 3.586c-0.471 0.471-0.73 1.098-0.73 1.768 0 0.285 0.048 0.563 0.138 0.824l-7.322 7.322c-0.094 0.094-0.146 0.221-0.146 0.354v1.5c0 0.276 0.224 0.5 0.5 0.5h9.5c0.133 0 0.26-0.053 0.354-0.146l3.322-3.322c0.261 0.091 0.539 0.138 0.824 0.138 0.669 0 1.297-0.259 1.768-0.73l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707zM9.793 17h-8.793v-0.793l7.002-7.002c0.020 0.021 0.039 0.042 0.059 0.062l4.672 4.672c0.020 0.020 0.041 0.040 0.062 0.059l-3.002 3.002z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-left\" viewBox=\"0 0 20 20\">\n<title>text-align-left</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-center\" viewBox=\"0 0 20 20\">\n<title>text-align-center</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-right\" viewBox=\"0 0 20 20\">\n<title>text-align-right</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-justify\" viewBox=\"0 0 20 20\">\n<title>text-align-justify</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-line-spacing\" viewBox=\"0 0 20 20\">\n<title>line-spacing</title>\n<path class=\"path1\" d=\"M18.5 5h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M18.5 9h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 13h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M18.5 17h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M5.146 13.646l-1.146 1.146v-8.586l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v8.586l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-increase\" viewBox=\"0 0 20 20\">\n<title>indent-increase</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M2.5 14c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-6c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l4 3c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-4 3c-0.088 0.066-0.194 0.1-0.3 0.1zM3 8.5v4l2.667-2-2.667-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-decrease\" viewBox=\"0 0 20 20\">\n<title>indent-decrease</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M6.5 14c-0.106 0-0.212-0.034-0.3-0.1l-4-3c-0.126-0.094-0.2-0.243-0.2-0.4s0.074-0.306 0.2-0.4l4-3c0.152-0.114 0.354-0.132 0.524-0.047s0.276 0.258 0.276 0.447v6c0 0.189-0.107 0.363-0.276 0.447-0.071 0.035-0.147 0.053-0.224 0.053zM3.333 10.5l2.667 2v-4l-2.667 2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pilcrow\" viewBox=\"0 0 20 20\">\n<title>pilcrow</title>\n<path class=\"path1\" d=\"M15.5 2h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h3v14.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 9h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-ltr\" viewBox=\"0 0 20 20\">\n<title>direction-ltr</title>\n<path class=\"path1\" d=\"M15.354 17.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.146 1.146h-9.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9.293l-1.146 1.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-rtl\" viewBox=\"0 0 20 20\">\n<title>direction-rtl</title>\n<path class=\"path1\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n<path class=\"path2\" d=\"M14.5 17h-9.293l1.146-1.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.146-1.146h9.293c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-page-break\" viewBox=\"0 0 20 20\">\n<title>page-break</title>\n<path class=\"path1\" d=\"M17.5 9h-15c-0.827 0-1.5-0.673-1.5-1.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M1.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M10.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M13.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M16.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M19.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M18.5 20c-0.276 0-0.5-0.224-0.5-0.5v-6c0-0.276-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-6c0-0.827 0.673-1.5 1.5-1.5h15c0.827 0 1.5 0.673 1.5 1.5v6c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-alpha-asc\" viewBox=\"0 0 20 20\">\n<title>sort-alpha-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M19.96 7.303l-3-7c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3 7c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM15.544 4l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path3\" d=\"M18.5 20h-4c-0.178 0-0.343-0.095-0.432-0.249s-0.090-0.344-0.002-0.499l3.573-6.252h-3.138c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.178 0 0.343 0.095 0.432 0.249s0.090 0.344 0.002 0.499l-3.573 6.252h3.138c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-amount-asc\" viewBox=\"0 0 20 20\">\n<title>sort-amount-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M13.5 5h-2c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 4h1v-1h-1v1z\"/>\n<path class=\"path3\" d=\"M15.5 9h-4c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h4c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 8h3v-1h-3v1z\"/>\n<path class=\"path4\" d=\"M17.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 12h5v-1h-5v1z\"/>\n<path class=\"path5\" d=\"M19.5 17h-8c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 16h7v-1h-7v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hand\" viewBox=\"0 0 20 20\">\n<title>hand</title>\n<path class=\"path1\" d=\"M17 4c-0.364 0-0.706 0.098-1 0.269v-1.269c0-1.103-0.897-2-2-2-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339s-1.614 0.56-1.887 1.339c-0.318-0.214-0.701-0.339-1.113-0.339-1.103 0-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.851 0 1.642-0.277 2.352-0.822 0.667-0.513 1.246-1.255 1.72-2.204 0.934-1.868 1.428-4.452 1.428-7.474v-3.5c0-1.103-0.897-2-2-2zM18 9.5c0 2.867-0.457 5.296-1.322 7.026-0.564 1.128-1.574 2.474-3.178 2.474h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.813c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-7.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-6.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5c0-0.551 0.449-1 1-1s1 0.449 1 1v3.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-up\" viewBox=\"0 0 20 20\">\n<title>pointer-up</title>\n<path class=\"path1\" d=\"M17 8c-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.364 0-0.706 0.098-1 0.269v-3.269c0-1.103-0.897-2-2-2s-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.848 0 1.632-0.245 2.331-0.73 0.676-0.468 1.259-1.152 1.734-2.033 0.939-1.743 1.435-4.246 1.435-7.237 0-1.103-0.897-2-2-2zM16.685 16.763c-0.549 1.021-1.548 2.237-3.185 2.237h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.812c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1c0 2.826-0.455 5.165-1.315 6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-right\" viewBox=\"0 0 20 20\">\n<title>pointer-right</title>\n<path class=\"path1\" d=\"M12 17c0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.364-0.098-0.706-0.269-1h3.269c1.103 0 2-0.897 2-2s-0.897-2-2-2h-7.373l2.333-1.346c0.475-0.261 0.813-0.687 0.953-1.199 0.136-0.499 0.064-1.018-0.202-1.462-0.544-0.907-1.774-1.253-2.742-0.77-0.061 0.030-1.368 0.668-5.35 2.66-1.875 0.938-3.216 1.967-3.984 3.059-0.603 0.857-0.634 1.449-0.634 1.559v5c0 0.848 0.245 1.632 0.73 2.331 0.468 0.676 1.152 1.259 2.033 1.734 1.743 0.939 4.246 1.435 7.237 1.435 1.103 0 2-0.897 2-2zM3.237 16.685c-1.021-0.549-2.237-1.548-2.237-3.185v-4.99c0.003-0.039 0.050-0.46 0.525-1.095 0.474-0.633 1.472-1.605 3.54-2.638 4.054-2.027 5.331-2.65 5.343-2.656 0.002-0.001 0.003-0.001 0.004-0.002 0.503-0.251 1.162-0.073 1.439 0.389 0.125 0.208 0.158 0.451 0.095 0.685-0.068 0.249-0.236 0.458-0.472 0.587-0.003 0.002-0.007 0.004-0.010 0.006l-2.705 1.561c-0.583 0.319-0.828 0.678-0.729 1.067 0.099 0.39 0.489 0.587 1.157 0.587h7.812c0.551 0 1 0.449 1 1s-0.449 1-1 1h-6.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1c-2.826 0-5.165-0.455-6.763-1.315z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-down\" viewBox=\"0 0 20 20\">\n<title>pointer-down</title>\n<path class=\"path1\" d=\"M17 12c-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.364 0-0.706-0.098-1-0.269v3.269c0 1.103-0.897 2-2 2s-2-0.897-2-2v-7.373l-1.346 2.333c-0.261 0.475-0.687 0.813-1.199 0.953-0.499 0.136-1.018 0.064-1.462-0.202-0.907-0.544-1.253-1.774-0.77-2.742 0.030-0.061 0.668-1.368 2.66-5.35 0.938-1.875 1.967-3.216 3.059-3.984 0.857-0.603 1.449-0.634 1.559-0.634h5c0.848 0 1.632 0.245 2.331 0.73 0.676 0.468 1.259 1.152 1.734 2.033 0.939 1.743 1.435 4.246 1.435 7.237 0 1.103-0.897 2-2 2zM16.685 3.237c-0.549-1.021-1.548-2.237-3.185-2.237h-4.99c-0.039 0.003-0.46 0.050-1.095 0.525-0.633 0.474-1.605 1.472-2.638 3.54-2.027 4.054-2.65 5.331-2.656 5.343-0.001 0.002-0.001 0.003-0.002 0.004-0.251 0.503-0.073 1.162 0.389 1.439 0.208 0.125 0.451 0.158 0.685 0.095 0.249-0.068 0.458-0.236 0.587-0.472 0.002-0.003 0.004-0.007 0.006-0.010l1.561-2.705c0.319-0.583 0.678-0.828 1.067-0.729 0.39 0.099 0.587 0.489 0.587 1.157v7.812c0 0.551 0.449 1 1 1s1-0.449 1-1v-6.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1c0-2.826-0.455-5.165-1.315-6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-left\" viewBox=\"0 0 20 20\">\n<title>pointer-left</title>\n<path class=\"path1\" d=\"M8 17c0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.364 0.098-0.706 0.269-1h-3.269c-1.103 0-2-0.897-2-2s0.897-2 2-2h7.373l-2.333-1.346c-0.475-0.261-0.813-0.687-0.953-1.199-0.136-0.499-0.064-1.018 0.202-1.462 0.544-0.907 1.774-1.253 2.742-0.77 0.061 0.030 1.368 0.668 5.35 2.66 1.875 0.938 3.216 1.967 3.984 3.059 0.603 0.857 0.634 1.449 0.634 1.559v5c0 0.848-0.245 1.632-0.73 2.331-0.468 0.676-1.152 1.259-2.033 1.734-1.743 0.939-4.246 1.435-7.237 1.435-1.103 0-2-0.897-2-2zM16.763 16.685c1.021-0.549 2.237-1.548 2.237-3.185v-4.99c-0.003-0.039-0.050-0.46-0.525-1.095-0.474-0.633-1.472-1.605-3.54-2.638-4.054-2.027-5.331-2.65-5.343-2.656-0.002-0.001-0.003-0.001-0.004-0.002-0.503-0.251-1.162-0.073-1.439 0.389-0.125 0.208-0.158 0.451-0.095 0.685 0.068 0.249 0.236 0.458 0.472 0.587 0.003 0.002 0.007 0.004 0.010 0.006l2.705 1.561c0.583 0.319 0.828 0.678 0.729 1.067-0.099 0.39-0.489 0.587-1.157 0.587h-7.812c-0.551 0-1 0.449-1 1s0.449 1 1 1h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1c2.826 0 5.165-0.455 6.763-1.315z\"/>\n</symbol>\n</defs>\n</svg>\n\";}', 'yes');
INSERT INTO `pfmjzt_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(169, 'oxygen_vsb_history_limit', '', 'yes'),
(170, 'oxygen_vsb_preview_dropdown_limit', '', 'yes'),
(171, 'oxygen_vsb_preview_dropdown_exclude_non_public', 'true', 'yes'),
(172, 'oxygen_vsb_enable_selector_detector', '', 'yes'),
(173, 'oxygen_vsb_enable_default_designsets', 'true', 'yes'),
(174, 'oxygen_vsb_enable_3rdp_designsets', '', 'yes'),
(175, 'oxygen_vsb_enable_connection', '', 'yes'),
(176, 'oxygen_vsb_google_maps_api_key', '', 'yes'),
(177, 'oxygen_vsb_show_all_acf_fields', 'true', 'yes'),
(178, 'oxygen_vsb_enable_google_fonts_cache', 'true', 'yes'),
(179, 'oxygen_vsb_enable_ie_layout_improvements', 'true', 'yes'),
(180, 'oxygen_vsb_enable_signature_validation', 'true', 'yes'),
(181, 'oxygen_vsb_enable_signature_frontend_errors', 'false', 'yes'),
(182, 'oxygen_vsb_disable_google_fonts', '', 'yes'),
(183, 'oxygen_vsb_block_category_label', '', 'yes'),
(184, 'oxygen_vsb_full_page_block_category_label', '', 'yes'),
(185, 'oxygen_vsb_access_role_editor', '', 'yes'),
(186, 'oxygen_vsb_access_role_author', '', 'yes'),
(187, 'oxygen_vsb_access_role_contributor', '', 'yes'),
(188, 'oxygen_vsb_access_role_subscriber', '', 'yes'),
(189, 'oxygen_vsb_ignore_post_type_post', '', 'yes'),
(190, 'oxygen_vsb_ignore_post_type_page', '', 'yes'),
(191, 'oxygen_vsb_ignore_post_type_user_request', '', 'yes'),
(192, 'oxygen_vsb_ignore_post_type_wp_block', '', 'yes'),
(195, 'oxygen_license_status', 'valid', 'yes'),
(202, 'wpvivid_email_setting', 'a:3:{s:7:\"send_to\";a:0:{}s:6:\"always\";b:1;s:12:\"email_enable\";b:0;}', 'no'),
(203, 'wpvivid_compress_setting', 'a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}', 'no'),
(204, 'wpvivid_local_setting', 'a:2:{s:4:\"path\";s:14:\"wpvividbackups\";s:10:\"save_local\";i:1;}', 'no'),
(205, 'wpvivid_upload_setting', 'a:1:{s:15:\"remote_selected\";a:0:{}}', 'no'),
(206, 'wpvivid_common_setting', 'a:10:{s:18:\"max_execution_time\";i:180;s:17:\"log_save_location\";s:26:\"wpvividbackups/wpvivid_log\";s:16:\"max_backup_count\";i:30;s:14:\"show_admin_bar\";b:1;s:14:\"domain_include\";b:1;s:15:\"estimate_backup\";b:1;s:16:\"max_resume_count\";i:6;s:12:\"memory_limit\";s:4:\"256M\";s:20:\"restore_memory_limit\";s:4:\"256M\";s:12:\"migrate_size\";s:4:\"2048\";}', 'no'),
(207, 'wpvivid_init', 'init', 'no'),
(208, 'wpvivid_backup_list', 'a:0:{}', 'no'),
(209, 'wpvivid_remote_init', 'init', 'no'),
(211, 'wpvivid_need_review', 'not', 'no'),
(212, 'wpvivid_task_list', 'a:0:{}', 'no'),
(213, 'wf_licensing_wpr', 'a:6:{s:11:\"license_key\";s:26:\"E5ECE478-0ECF620D-66CC285A\";s:5:\"error\";s:0:\"\";s:4:\"name\";s:16:\"WP Reset PRO LTD\";s:10:\"last_check\";i:1602994250;s:11:\"valid_until\";s:10:\"2035-01-01\";s:4:\"meta\";a:3:{s:11:\"white_label\";b:0;s:9:\"wpr_cloud\";b:0;s:24:\"white_label_support_text\";s:0:\"\";}}', 'yes'),
(218, 'wp-reset-snapshots', 'a:1:{s:6:\"irxuti\";a:15:{s:4:\"name\";s:47:\"Before WPvivid Backup Pro v1.9.21 was activated\";s:7:\"plugins\";a:1:{s:26:\"WPvivid Backup Pro v1.9.21\";s:70:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/wpvivid-backup-pro/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"irxuti\";s:9:\"timestamp\";s:19:\"2020-09-23 17:24:01\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:214295;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:237;s:8:\"tbl_size\";i:1616433;}}', 'yes'),
(219, 'wp-reset-log', 'a:16:{i:0;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:24:\"Deleting snapshot xhibau\";}i:1;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:37:\"Deleted table xhibau_wpk0_commentmeta\";}i:2;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_comments\";}i:3;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_links\";}i:4;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:33:\"Deleted table xhibau_wpk0_options\";}i:5;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_postmeta\";}i:6;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_posts\";}i:7;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"Deleted table xhibau_wpk0_term_relationships\";}i:8;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:39:\"Deleted table xhibau_wpk0_term_taxonomy\";}i:9;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_termmeta\";}i:10;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_terms\";}i:11;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_usermeta\";}i:12;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_users\";}i:13;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:45:\"Deleted table xhibau_wpk0_wpvivid_scan_result\";}i:14;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:54:\"Deleted table xhibau_wpk0_wpvivid_unused_uploads_files\";}i:15;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:36:\"Deleted snapshot xhibau successfully\";}}', 'yes'),
(231, '_transient_oxygen_vsb_source_color_lookup_table', 'a:1:{s:0:\"\";s:0:\"\";}', 'yes'),
(241, 'ct_components_classes', 'a:75:{s:9:\"Paragraph\";a:3:{s:3:\"key\";s:9:\"Paragraph\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:9:\"custom-js\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.5\";s:9:\"max-width\";s:3:\"500\";}}s:19:\"hosting-heading-one\";a:4:{s:3:\"key\";s:19:\"hosting-heading-one\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"48\";}}}s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"64\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";}}s:25:\"hosting-contact-3-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-contact-3-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:12:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:13:\"margin-bottom\";s:2:\"20\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:9:\"font-size\";s:2:\"16\";s:5:\"color\";s:8:\"color(3)\";s:14:\"padding-bottom\";s:2:\"20\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(2)\";}}s:22:\"hosting-contact-3-icon\";a:3:{s:3:\"key\";s:22:\"hosting-contact-3-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"28\";s:10:\"icon-color\";s:8:\"color(3)\";s:12:\"margin-right\";s:2:\"12\";}}s:19:\"hosting-heading-two\";a:4:{s:3:\"key\";s:19:\"hosting-heading-two\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"32\";}}}s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"40\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"0\";}}s:29:\"hosting-testimonial-4-wrapper\";a:4:{s:3:\"key\";s:29:\"hosting-testimonial-4-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}}s:8:\"original\";a:19:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:13:\"border-radius\";s:1:\"5\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:11:\"padding-top\";s:2:\"24\";s:12:\"padding-left\";s:2:\"28\";s:13:\"padding-right\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"20\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";s:9:\"max-width\";s:3:\"480\";}}s:26:\"hosting-testimonial-4-text\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-4-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"font-style\";s:6:\"italic\";s:13:\"margin-bottom\";s:2:\"24\";}}s:26:\"hosting-testimonial-5-icon\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-5-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"24\";s:13:\"margin-bottom\";s:1:\"8\";}}s:36:\"hosting-testimonial-4-avatar-wrapper\";a:3:{s:3:\"key\";s:36:\"hosting-testimonial-4-avatar-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:15:\"margin-top-unit\";s:4:\"auto\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}s:27:\"hosting-testimonial-4-image\";a:3:{s:3:\"key\";s:27:\"hosting-testimonial-4-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:5:\"width\";s:2:\"64\";s:18:\"border-radius-unit\";s:1:\"%\";s:13:\"border-radius\";s:3:\"100\";s:12:\"margin-right\";s:2:\"12\";}}s:26:\"hosting-testimonial-4-name\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-4-name\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";}}s:28:\"hosting-testimonial-4-column\";a:3:{s:3:\"key\";s:28:\"hosting-testimonial-4-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:17:\"atomic-subheading\";a:4:{s:3:\"key\";s:17:\"atomic-subheading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"20\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}}s:8:\"original\";a:8:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:9:\"color(15)\";s:9:\"font-size\";s:2:\"24\";s:11:\"line-height\";s:3:\"1.6\";s:11:\"font-weight\";s:3:\"200\";s:14:\"max-width-unit\";s:2:\"px\";s:9:\"max-width\";s:3:\"480\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:22:\"atomic-primary-heading\";a:4:{s:3:\"key\";s:22:\"atomic-primary-heading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"56\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"44\";}}}s:8:\"original\";a:6:{s:5:\"color\";s:9:\"color(15)\";s:9:\"font-size\";s:2:\"64\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.1\";s:10:\"margin-top\";s:1:\"0\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:21:\"atomic-primary-button\";a:5:{s:3:\"key\";s:21:\"atomic-primary-button\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:11:\"padding-top\";s:2:\"16\";s:12:\"padding-left\";s:2:\"36\";s:13:\"padding-right\";s:2:\"36\";s:14:\"padding-bottom\";s:2:\"16\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"16\";}}}s:8:\"original\";a:20:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:16:\"background-color\";s:9:\"color(13)\";s:11:\"padding-top\";s:2:\"20\";s:14:\"padding-bottom\";s:2:\"20\";s:12:\"padding-left\";s:2:\"48\";s:13:\"padding-right\";s:2:\"48\";s:9:\"font-size\";s:2:\"20\";s:5:\"color\";s:9:\"color(12)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:3:\".25\";s:10:\"text-align\";s:6:\"center\";s:19:\"letter-spacing-unit\";s:2:\"em\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:19:\"transition-duration\";s:3:\"0.5\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";s:14:\"text-transform\";s:4:\"none\";s:15:\"text-decoration\";s:4:\"none\";s:10:\"font-style\";s:6:\"normal\";}s:5:\"hover\";a:2:{s:16:\"background-color\";s:9:\"color(14)\";s:5:\"color\";s:9:\"color(12)\";}}s:24:\"atomic-content-19-column\";a:3:{s:3:\"key\";s:24:\"atomic-content-19-column\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:0:{}}s:23:\"atomic-content-19-image\";a:4:{s:3:\"key\";s:23:\"atomic-content-19-image\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:0:{}s:5:\"hover\";a:0:{}}s:26:\"hosting-iconblock-1-column\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-1-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:10:\"flex-start\";}}s:24:\"hosting-iconblock-1-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(4)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:25:\"hosting-iconblock-1-title\";a:3:{s:3:\"key\";s:25:\"hosting-iconblock-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"900\";s:5:\"color\";s:8:\"color(1)\";s:11:\"line-height\";s:3:\"1.1\";s:15:\"margin-top-unit\";s:4:\"auto\";}}s:25:\"hosting-company-2-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-company-2-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:5:\"width\";s:2:\"25\";}}s:22:\"hosting-company-2-icon\";a:3:{s:3:\"key\";s:22:\"hosting-company-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-company-2-title\";a:3:{s:3:\"key\";s:23:\"hosting-company-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:22:\"hosting-company-2-text\";a:3:{s:3:\"key\";s:22:\"hosting-company-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";}}s:21:\"hosting-about-2-image\";a:3:{s:3:\"key\";s:21:\"hosting-about-2-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:13:\"border-radius\";s:1:\"5\";s:13:\"margin-bottom\";s:2:\"40\";}}s:27:\"hosting-dark-outline-button\";a:4:{s:3:\"key\";s:27:\"hosting-dark-outline-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:21:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:8:\"color(4)\";s:9:\"font-size\";s:2:\"16\";s:11:\"button-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"700\";s:13:\"border-radius\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:16:\"background-color\";s:8:\"color(3)\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:24:\"oxy-stock-content-styles\";a:3:{s:3:\"key\";s:24:\"oxy-stock-content-styles\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:20:\"hosting-other-single\";a:3:{s:3:\"key\";s:20:\"hosting-other-single\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:12:\"hosting-logo\";a:4:{s:3:\"key\";s:12:\"hosting-logo\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:0:{}}s:21:\"hosting-simple-button\";a:4:{s:3:\"key\";s:21:\"hosting-simple-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:12:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:12:\"button-style\";s:1:\"1\";s:11:\"button-size\";s:2:\"12\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:17:\"button-text-color\";s:8:\"color(3)\";s:12:\"button-color\";s:11:\"transparent\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:28:\"hosting-white-outline-button\";a:4:{s:3:\"key\";s:28:\"hosting-white-outline-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:20:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"16\";s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:8:\"color(3)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"button-size\";s:2:\"12\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:13:\"border-radius\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:23:\"hosting-footer-1-column\";a:4:{s:3:\"key\";s:23:\"hosting-footer-1-column\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:7:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(2)\";}}}s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:11:\"align-items\";s:6:\"center\";}}s:22:\"hosting-footer-1-image\";a:3:{s:3:\"key\";s:22:\"hosting-footer-1-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(3)\";s:9:\"icon-size\";s:2:\"28\";s:12:\"margin-right\";s:2:\"12\";}}s:21:\"hosting-footer-1-text\";a:3:{s:3:\"key\";s:21:\"hosting-footer-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(2)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";}}s:19:\"hosting-main-button\";a:4:{s:3:\"key\";s:19:\"hosting-main-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:11:{s:12:\"button-style\";s:1:\"1\";s:11:\"button-size\";s:2:\"12\";s:12:\"button-color\";s:8:\"color(4)\";s:17:\"button-text-color\";s:8:\"color(3)\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:11:\"font-weight\";s:3:\"700\";s:13:\"border-radius\";s:1:\"5\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:6:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:2:\"30\";s:17:\"box-shadow-spread\";s:3:\"-20\";s:15:\"box-shadow-blur\";s:2:\"20\";}}s:24:\"hosting-features-2-photo\";a:3:{s:3:\"key\";s:24:\"hosting-features-2-photo\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:13:\"border-radius\";s:1:\"5\";}}s:26:\"hosting-features-1-wrapper\";a:3:{s:3:\"key\";s:26:\"hosting-features-1-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";s:5:\"width\";s:5:\"33.33\";}}s:23:\"hosting-features-1-icon\";a:3:{s:3:\"key\";s:23:\"hosting-features-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(3)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hosting-features-1-title\";a:3:{s:3:\"key\";s:24:\"hosting-features-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:23:\"hosting-features-1-text\";a:3:{s:3:\"key\";s:23:\"hosting-features-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:5:\"color\";s:8:\"color(7)\";}}s:31:\"hosting-product-1-check-wrapper\";a:3:{s:3:\"key\";s:31:\"hosting-product-1-check-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-product-1-check\";a:3:{s:3:\"key\";s:23:\"hosting-product-1-check\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:10:\"icon-color\";s:9:\"color(10)\";s:9:\"icon-size\";s:2:\"16\";s:12:\"margin-right\";s:1:\"8\";s:10:\"margin-top\";s:1:\"4\";}}s:22:\"hosting-product-1-text\";a:3:{s:3:\"key\";s:22:\"hosting-product-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";}}s:25:\"hosting-product-2-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-product-2-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:14:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:13:\"border-radius\";s:1:\"5\";s:11:\"padding-top\";s:2:\"28\";s:12:\"padding-left\";s:2:\"28\";s:13:\"padding-right\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"28\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";}}s:22:\"hosting-product-2-icon\";a:3:{s:3:\"key\";s:22:\"hosting-product-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-product-2-title\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:22:\"hosting-product-2-text\";a:3:{s:3:\"key\";s:22:\"hosting-product-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"12\";s:11:\"margin-left\";s:2:\"12\";}}s:24:\"hosting-product-2-bullet\";a:3:{s:3:\"key\";s:24:\"hosting-product-2-bullet\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:5:\"color\";s:9:\"color(11)\";s:11:\"margin-left\";s:3:\"-12\";}}s:23:\"hosting-product-2-digit\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-digit\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"48\";s:5:\"color\";s:8:\"color(1)\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:10:\"margin-top\";s:1:\"4\";}}s:23:\"hosting-product-2-label\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-label\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"20\";}}s:33:\"hosting-providers-1-image-wrapper\";a:3:{s:3:\"key\";s:33:\"hosting-providers-1-image-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";}}s:26:\"hosting-providers-1-images\";a:3:{s:3:\"key\";s:26:\"hosting-providers-1-images\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:32:\"hosting-providers-1-text-wrapper\";a:3:{s:3:\"key\";s:32:\"hosting-providers-1-text-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}s:25:\"hosting-providers-1-title\";a:3:{s:3:\"key\";s:25:\"hosting-providers-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:10:\"width-unit\";s:1:\"%\";s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hosting-providers-2-text\";a:3:{s:3:\"key\";s:24:\"hosting-providers-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";}}s:23:\"hosting-contact-3-title\";a:3:{s:3:\"key\";s:23:\"hosting-contact-3-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:22:\"hosting-contact-3-text\";a:3:{s:3:\"key\";s:22:\"hosting-contact-3-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:1:\"4\";}}s:26:\"hosting-contact-3-textlink\";a:4:{s:3:\"key\";s:26:\"hosting-contact-3-textlink\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(4)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:15:\"text-decoration\";s:4:\"none\";}s:5:\"hover\";a:1:{s:15:\"text-decoration\";s:9:\"underline\";}}s:11:\"toggle-4605\";a:3:{s:3:\"key\";s:11:\"toggle-4605\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:17:\"toggle_icon_color\";s:8:\"color(4)\";s:16:\"toggle_icon_size\";s:2:\"12\";s:11:\"margin-left\";s:3:\"-16\";s:13:\"margin-bottom\";s:1:\"8\";s:5:\"color\";s:8:\"color(4)\";}}s:20:\"toggle-4605-expanded\";a:3:{s:3:\"key\";s:20:\"toggle-4605-expanded\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:25:\"hosting-accordion-1-title\";a:4:{s:3:\"key\";s:25:\"hosting-accordion-1-title\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:14:\"flex-direction\";s:5:\"unset\";}}}s:8:\"original\";a:11:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.6\";s:19:\"border-bottom-style\";s:6:\"dashed\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(4)\";s:14:\"flex-direction\";s:5:\"unset\";s:7:\"display\";s:11:\"inline-flex\";s:10:\"text-align\";s:4:\"left\";}}s:24:\"hosting-accordion-1-text\";a:3:{s:3:\"key\";s:24:\"hosting-accordion-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";s:13:\"margin-bottom\";s:2:\"16\";}}s:20:\"hosting-hero-1-image\";a:4:{s:3:\"key\";s:20:\"hosting-hero-1-image\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:5:\"33.33\";}}}s:8:\"original\";a:3:{s:5:\"width\";s:2:\"16\";s:7:\"opacity\";s:3:\"0.5\";s:10:\"width-unit\";s:1:\"%\";}}s:23:\"hosting-price-1-wrapper\";a:3:{s:3:\"key\";s:23:\"hosting-price-1-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:21:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:13:\"border-radius\";s:1:\"5\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";s:16:\"border-top-color\";s:8:\"color(8)\";s:16:\"border-top-width\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:11:\"padding-top\";s:2:\"30\";s:12:\"padding-left\";s:2:\"30\";s:13:\"padding-right\";s:2:\"30\";s:14:\"padding-bottom\";s:2:\"30\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:7:\"stretch\";s:10:\"text-align\";s:4:\"left\";}}s:22:\"hosting-pricing-1-icon\";a:3:{s:3:\"key\";s:22:\"hosting-pricing-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(4)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-pricing-1-title\";a:3:{s:3:\"key\";s:23:\"hosting-pricing-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:22:\"hosting-pricing-1-text\";a:3:{s:3:\"key\";s:22:\"hosting-pricing-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"12\";s:9:\"max-width\";s:3:\"360\";}}s:23:\"hosting-pricing-1-month\";a:3:{s:3:\"key\";s:23:\"hosting-pricing-1-month\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"24\";}}s:22:\"hosting-slider-1-slide\";a:3:{s:3:\"key\";s:22:\"hosting-slider-1-slide\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:16:\"background-color\";s:8:\"color(3)\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:16:\"box-shadow-inset\";s:5:\"false\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:13:\"border-radius\";s:1:\"5\";}}s:22:\"hosting-slider-1-image\";a:3:{s:3:\"key\";s:22:\"hosting-slider-1-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:9:\"transform\";a:1:{i:0;a:1:{s:14:\"transform-type\";s:6:\"rotate\";}}}}s:21:\"hosting-slider-1-text\";a:3:{s:3:\"key\";s:21:\"hosting-slider-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"24\";s:10:\"font-style\";s:6:\"italic\";}}s:26:\"hosting-iconblock-2-column\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-2-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:24:\"hosting-iconblock-3-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-3-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:13:\"margin-bottom\";s:2:\"12\";s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(3)\";}}s:25:\"hosting-iconblock-2-title\";a:3:{s:3:\"key\";s:25:\"hosting-iconblock-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.2\";s:13:\"margin-bottom\";s:1:\"4\";}}s:24:\"hosting-iconblock-2-text\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:9:\"max-width\";s:3:\"360\";}}}', 'yes'),
(233, 'ct_style_sheets', 'a:1:{i:0;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:7:\"hosting\";s:6:\"status\";i:1;s:6:\"folder\";i:1;}}', 'yes'),
(234, 'ct_global_settings', 'a:11:{s:5:\"fonts\";a:2:{s:4:\"Text\";s:9:\"Maven Pro\";s:7:\"Display\";s:7:\"Raleway\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:15:\"indicateParents\";s:4:\"true\";s:21:\"classSuggestionsLimit\";s:1:\"5\";s:8:\"headings\";a:6:{s:2:\"H1\";a:4:{s:9:\"font-size\";s:2:\"36\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#404040\";}s:2:\"H2\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H3\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H4\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H5\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H6\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:9:\"body_text\";a:5:{s:9:\"font-size\";s:2:\"16\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:5:\"color\";s:7:\"#404040\";}s:5:\"links\";a:4:{s:3:\"all\";a:5:{s:5:\"color\";s:8:\"color(4)\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:4:\"none\";s:11:\"hover_color\";s:8:\"color(1)\";s:21:\"hover_text-decoration\";s:4:\"none\";}s:9:\"text_link\";a:5:{s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:21:\"hover_text-decoration\";s:0:\"\";}s:12:\"link_wrapper\";a:0:{}s:6:\"button\";a:0:{}}s:8:\"sections\";a:8:{s:21:\"container-padding-top\";s:2:\"75\";s:26:\"container-padding-top-unit\";s:2:\"px\";s:24:\"container-padding-bottom\";s:2:\"75\";s:29:\"container-padding-bottom-unit\";s:2:\"px\";s:22:\"container-padding-left\";s:2:\"20\";s:27:\"container-padding-left-unit\";s:2:\"px\";s:23:\"container-padding-right\";s:2:\"20\";s:28:\"container-padding-right-unit\";s:2:\"px\";}s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:9:\"max-width\";s:4:\"1120\";s:11:\"breakpoints\";a:3:{s:6:\"tablet\";s:3:\"992\";s:15:\"phone-landscape\";s:3:\"768\";s:14:\"phone-portrait\";s:3:\"480\";}}', 'yes'),
(235, 'ct_style_sets', 'a:1:{s:30:\"Uncategorized Custom Selectors\";a:1:{s:3:\"key\";s:30:\"Uncategorized Custom Selectors\";}}', 'yes'),
(236, 'ct_custom_selectors', 'a:0:{}', 'yes'),
(239, 'oxygen_private_key', '$;Bl@NL/>8,J%X4t0~.Koi?ZQh4|dxD_', 'yes'),
(240, 'oxygen_vsb_css_files_state', 'a:11:{i:9;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:67:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/default-post-9.css\";s:4:\"path\";s:80:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/default-post-9.css\";s:14:\"last_save_time\";i:1600914272;}i:10;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:63:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/archive-10.css\";s:4:\"path\";s:76:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/archive-10.css\";s:14:\"last_save_time\";i:1600914272;}i:11;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/other-single-11.css\";s:4:\"path\";s:81:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/other-single-11.css\";s:14:\"last_save_time\";i:1600914272;}i:12;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/default-page-12.css\";s:4:\"path\";s:81:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/default-page-12.css\";s:14:\"last_save_time\";i:1600914272;}i:13;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:60:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/main-13.css\";s:4:\"path\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/main-13.css\";s:14:\"last_save_time\";i:1602430199;}i:14;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/about-14.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/about-14.css\";s:14:\"last_save_time\";i:1600914274;}i:15;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:64:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/features-15.css\";s:4:\"path\";s:77:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/features-15.css\";s:14:\"last_save_time\";i:1600914274;}i:16;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:64:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/products-16.css\";s:4:\"path\";s:77:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/products-16.css\";s:14:\"last_save_time\";i:1600914274;}i:17;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/login-17.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/login-17.css\";s:14:\"last_save_time\";i:1600914274;}i:19;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:63:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/contact-19.css\";s:4:\"path\";s:76:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/contact-19.css\";s:14:\"last_save_time\";i:1600914274;}i:21;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:60:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/home-21.css\";s:4:\"path\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/home-21.css\";s:14:\"last_save_time\";i:1602833920;}}', 'yes'),
(485, 'category_children', 'a:0:{}', 'yes'),
(242, 'ct_style_folders', 'a:2:{s:7:\"hosting\";a:2:{s:3:\"key\";s:7:\"hosting\";s:6:\"status\";i:1;}s:6:\"atomic\";a:2:{s:3:\"key\";s:6:\"atomic\";s:6:\"status\";i:1;}}', 'yes'),
(243, 'ct_last_installed_default_data', 'hosting', 'yes'),
(251, 'oxygen_vsb_easy_posts_templates', 'a:0:{}', 'yes'),
(252, 'oxygen_vsb_comments_list_templates', 'a:0:{}', 'yes'),
(253, 'oxygen_vsb_latest_typekit_fonts', 'a:0:{}', 'yes'),
(254, 'oxygen_breakpoints_cache_update_required', '1', 'yes');
INSERT INTO `pfmjzt_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(255, 'oxygen_vsb_google_fonts_cache', 'a:1003:{i:0;a:2:{s:6:\"family\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:1;a:2:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:2;a:2:{s:6:\"family\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:3;a:2:{s:6:\"family\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:4;a:2:{s:6:\"family\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:5;a:2:{s:6:\"family\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:6;a:2:{s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:7;a:2:{s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:8;a:2:{s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:9;a:2:{s:6:\"family\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:10;a:2:{s:6:\"family\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:11;a:2:{s:6:\"family\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:12;a:2:{s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:13;a:2:{s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:14;a:2:{s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:15;a:2:{s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:16;a:2:{s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:17;a:2:{s:6:\"family\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}}i:18;a:2:{s:6:\"family\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:19;a:2:{s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:20;a:2:{s:6:\"family\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:21;a:2:{s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:22;a:2:{s:6:\"family\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:23;a:2:{s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:24;a:2:{s:6:\"family\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}}i:25;a:2:{s:6:\"family\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:26;a:2:{s:6:\"family\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:27;a:2:{s:6:\"family\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:28;a:2:{s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:29;a:2:{s:6:\"family\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}}i:30;a:2:{s:6:\"family\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:31;a:2:{s:6:\"family\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:32;a:2:{s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:33;a:2:{s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:34;a:2:{s:6:\"family\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:35;a:2:{s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:36;a:2:{s:6:\"family\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:37;a:2:{s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:38;a:2:{s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:39;a:2:{s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:40;a:2:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:41;a:2:{s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:42;a:2:{s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:43;a:2:{s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:44;a:2:{s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:45;a:2:{s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:46;a:2:{s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:47;a:2:{s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:48;a:2:{s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:49;a:2:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:50;a:2:{s:6:\"family\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:51;a:2:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:52;a:2:{s:6:\"family\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:53;a:2:{s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:54;a:2:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:55;a:2:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:56;a:2:{s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:57;a:2:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:58;a:2:{s:6:\"family\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:59;a:2:{s:6:\"family\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:60;a:2:{s:6:\"family\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:61;a:2:{s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:62;a:2:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:63;a:2:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:64;a:2:{s:6:\"family\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:65;a:2:{s:6:\"family\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:66;a:2:{s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:67;a:2:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:68;a:2:{s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}}i:69;a:2:{s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:70;a:2:{s:6:\"family\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:71;a:2:{s:6:\"family\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:72;a:2:{s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:73;a:2:{s:6:\"family\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:74;a:2:{s:6:\"family\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:75;a:2:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:76;a:2:{s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:77;a:2:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:78;a:2:{s:6:\"family\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:79;a:2:{s:6:\"family\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:80;a:2:{s:6:\"family\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:81;a:2:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:82;a:2:{s:6:\"family\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:83;a:2:{s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:84;a:2:{s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}}i:85;a:2:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:86;a:2:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:87;a:2:{s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:88;a:2:{s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:89;a:2:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:90;a:2:{s:6:\"family\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:91;a:2:{s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:92;a:2:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:93;a:2:{s:6:\"family\";s:9:\"Assistant\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:94;a:2:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:95;a:2:{s:6:\"family\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:96;a:2:{s:6:\"family\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:97;a:2:{s:6:\"family\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:98;a:2:{s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:99;a:2:{s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:100;a:2:{s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:101;a:2:{s:6:\"family\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:102;a:2:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:103;a:2:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:104;a:2:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:105;a:2:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:106;a:2:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:107;a:2:{s:6:\"family\";s:6:\"Caveat\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:108;a:2:{s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:109;a:2:{s:6:\"family\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:110;a:2:{s:6:\"family\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:111;a:2:{s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:112;a:2:{s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:113;a:2:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:114;a:2:{s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:115;a:2:{s:6:\"family\";s:7:\"Archivo\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:116;a:2:{s:6:\"family\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:117;a:2:{s:6:\"family\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:118;a:2:{s:6:\"family\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:119;a:2:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:120;a:2:{s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:121;a:2:{s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:122;a:2:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:123;a:2:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:124;a:2:{s:6:\"family\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:125;a:2:{s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:126;a:2:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:127;a:2:{s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:128;a:2:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:129;a:2:{s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:130;a:2:{s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:131;a:2:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:132;a:2:{s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:133;a:2:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:134;a:2:{s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:135;a:2:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:136;a:2:{s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:137;a:2:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:138;a:2:{s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:139;a:2:{s:6:\"family\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:140;a:2:{s:6:\"family\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:141;a:2:{s:6:\"family\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:142;a:2:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:143;a:2:{s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:144;a:2:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:145;a:2:{s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:146;a:2:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:147;a:2:{s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:148;a:2:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:149;a:2:{s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:150;a:2:{s:6:\"family\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:151;a:2:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:152;a:2:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:153;a:2:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:154;a:2:{s:6:\"family\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:155;a:2:{s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:156;a:2:{s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:157;a:2:{s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:158;a:2:{s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:159;a:2:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:160;a:2:{s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:161;a:2:{s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:162;a:2:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:163;a:2:{s:6:\"family\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:164;a:2:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:165;a:2:{s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:166;a:2:{s:6:\"family\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:167;a:2:{s:6:\"family\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:168;a:2:{s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:169;a:2:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:170;a:2:{s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:171;a:2:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:172;a:2:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:173;a:2:{s:6:\"family\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:174;a:2:{s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:175;a:2:{s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:176;a:2:{s:6:\"family\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"800\";}}i:177;a:2:{s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:178;a:2:{s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:179;a:2:{s:6:\"family\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:180;a:2:{s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:181;a:2:{s:6:\"family\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:182;a:2:{s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:183;a:2:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:184;a:2:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:185;a:2:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:186;a:2:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:187;a:2:{s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:188;a:2:{s:6:\"family\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:189;a:2:{s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:190;a:2:{s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:191;a:2:{s:6:\"family\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:192;a:2:{s:6:\"family\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:193;a:2:{s:6:\"family\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:194;a:2:{s:6:\"family\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:195;a:2:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:196;a:2:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:197;a:2:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:198;a:2:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:199;a:2:{s:6:\"family\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:200;a:2:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:201;a:2:{s:6:\"family\";s:5:\"Saira\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:202;a:2:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:203;a:2:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:204;a:2:{s:6:\"family\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:205;a:2:{s:6:\"family\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:206;a:2:{s:6:\"family\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:207;a:2:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:208;a:2:{s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:209;a:2:{s:6:\"family\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:210;a:2:{s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:211;a:2:{s:6:\"family\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:212;a:2:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:213;a:2:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:214;a:2:{s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:215;a:2:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:216;a:2:{s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:217;a:2:{s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:218;a:2:{s:6:\"family\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:219;a:2:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:220;a:2:{s:6:\"family\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:221;a:2:{s:6:\"family\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:222;a:2:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:223;a:2:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:224;a:2:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:225;a:2:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:226;a:2:{s:6:\"family\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:227;a:2:{s:6:\"family\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:228;a:2:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:229;a:2:{s:6:\"family\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:230;a:2:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:231;a:2:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:232;a:2:{s:6:\"family\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:233;a:2:{s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:234;a:2:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:235;a:2:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:236;a:2:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:237;a:2:{s:6:\"family\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:238;a:2:{s:6:\"family\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:239;a:2:{s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:240;a:2:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:241;a:2:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:242;a:2:{s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:243;a:2:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:244;a:2:{s:6:\"family\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:245;a:2:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:246;a:2:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:247;a:2:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:248;a:2:{s:6:\"family\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:249;a:2:{s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:250;a:2:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:251;a:2:{s:6:\"family\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:252;a:2:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:253;a:2:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:254;a:2:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:255;a:2:{s:6:\"family\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:256;a:2:{s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:257;a:2:{s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:258;a:2:{s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"900\";}}i:259;a:2:{s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:260;a:2:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:261;a:2:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:262;a:2:{s:6:\"family\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:263;a:2:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:264;a:2:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:265;a:2:{s:6:\"family\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:266;a:2:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:267;a:2:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:268;a:2:{s:6:\"family\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:269;a:2:{s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:270;a:2:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:271;a:2:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:272;a:2:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:273;a:2:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:274;a:2:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:275;a:2:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:276;a:2:{s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:277;a:2:{s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:278;a:2:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:279;a:2:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:280;a:2:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:281;a:2:{s:6:\"family\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:282;a:2:{s:6:\"family\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:283;a:2:{s:6:\"family\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:284;a:2:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:285;a:2:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:286;a:2:{s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:287;a:2:{s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:288;a:2:{s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:289;a:2:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:290;a:2:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:291;a:2:{s:6:\"family\";s:15:\"Red Hat Display\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:292;a:2:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:293;a:2:{s:6:\"family\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:294;a:2:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:295;a:2:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:296;a:2:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:297;a:2:{s:6:\"family\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:298;a:2:{s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:299;a:2:{s:6:\"family\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:300;a:2:{s:6:\"family\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:301;a:2:{s:6:\"family\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:302;a:2:{s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:303;a:2:{s:6:\"family\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:304;a:2:{s:6:\"family\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:305;a:2:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:306;a:2:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:307;a:2:{s:6:\"family\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:308;a:2:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:309;a:2:{s:6:\"family\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:310;a:2:{s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:311;a:2:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:312;a:2:{s:6:\"family\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:313;a:2:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:314;a:2:{s:6:\"family\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:315;a:2:{s:6:\"family\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:316;a:2:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:317;a:2:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:318;a:2:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:319;a:2:{s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:320;a:2:{s:6:\"family\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:321;a:2:{s:6:\"family\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:322;a:2:{s:6:\"family\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:323;a:2:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:324;a:2:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:325;a:2:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:326;a:2:{s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:327;a:2:{s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:328;a:2:{s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:329;a:2:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:330;a:2:{s:6:\"family\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:331;a:2:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:332;a:2:{s:6:\"family\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:333;a:2:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:334;a:2:{s:6:\"family\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:335;a:2:{s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:336;a:2:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:337;a:2:{s:6:\"family\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:338;a:2:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:339;a:2:{s:6:\"family\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:340;a:2:{s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:341;a:2:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:342;a:2:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:343;a:2:{s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:344;a:2:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:345;a:2:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:346;a:2:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:347;a:2:{s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:348;a:2:{s:6:\"family\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:349;a:2:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:350;a:2:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:351;a:2:{s:6:\"family\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:352;a:2:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:353;a:2:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:354;a:2:{s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:355;a:2:{s:6:\"family\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}}i:356;a:2:{s:6:\"family\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:357;a:2:{s:6:\"family\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:358;a:2:{s:6:\"family\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:359;a:2:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:360;a:2:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:361;a:2:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:362;a:2:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:363;a:2:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:364;a:2:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:365;a:2:{s:6:\"family\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:366;a:2:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:367;a:2:{s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:368;a:2:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:369;a:2:{s:6:\"family\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:370;a:2:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:371;a:2:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:372;a:2:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:373;a:2:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:374;a:2:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:375;a:2:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:376;a:2:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:377;a:2:{s:6:\"family\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:378;a:2:{s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:379;a:2:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:380;a:2:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:381;a:2:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:382;a:2:{s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:383;a:2:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:384;a:2:{s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:385;a:2:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:386;a:2:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:387;a:2:{s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:388;a:2:{s:6:\"family\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:389;a:2:{s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:390;a:2:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:391;a:2:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:392;a:2:{s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:393;a:2:{s:6:\"family\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:394;a:2:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:395;a:2:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:396;a:2:{s:6:\"family\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:397;a:2:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:398;a:2:{s:6:\"family\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:399;a:2:{s:6:\"family\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:400;a:2:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:401;a:2:{s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:402;a:2:{s:6:\"family\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:403;a:2:{s:6:\"family\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:404;a:2:{s:6:\"family\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:405;a:2:{s:6:\"family\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:406;a:2:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:407;a:2:{s:6:\"family\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:408;a:2:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:409;a:2:{s:6:\"family\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:410;a:2:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:411;a:2:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:412;a:2:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:413;a:2:{s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:414;a:2:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:415;a:2:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:416;a:2:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:417;a:2:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:418;a:2:{s:6:\"family\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:419;a:2:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:420;a:2:{s:6:\"family\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:421;a:2:{s:6:\"family\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:422;a:2:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:423;a:2:{s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:424;a:2:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:425;a:2:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:426;a:2:{s:6:\"family\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:427;a:2:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:428;a:2:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:429;a:2:{s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:430;a:2:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:431;a:2:{s:6:\"family\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:432;a:2:{s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:433;a:2:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:434;a:2:{s:6:\"family\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:435;a:2:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:436;a:2:{s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:437;a:2:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:438;a:2:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:439;a:2:{s:6:\"family\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:440;a:2:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:441;a:2:{s:6:\"family\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:442;a:2:{s:6:\"family\";s:12:\"Red Hat Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:443;a:2:{s:6:\"family\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:444;a:2:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:445;a:2:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:446;a:2:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:447;a:2:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:448;a:2:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:449;a:2:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:450;a:2:{s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:451;a:2:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:452;a:2:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:453;a:2:{s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:454;a:2:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:455;a:2:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:456;a:2:{s:6:\"family\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:457;a:2:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:458;a:2:{s:6:\"family\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}}i:459;a:2:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:460;a:2:{s:6:\"family\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:461;a:2:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:462;a:2:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:463;a:2:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:464;a:2:{s:6:\"family\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:465;a:2:{s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}}i:466;a:2:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:467;a:2:{s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:468;a:2:{s:6:\"family\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:469;a:2:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:470;a:2:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:471;a:2:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:472;a:2:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:473;a:2:{s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:474;a:2:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:475;a:2:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:476;a:2:{s:6:\"family\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:477;a:2:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:478;a:2:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:479;a:2:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:480;a:2:{s:6:\"family\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:481;a:2:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:482;a:2:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:483;a:2:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:484;a:2:{s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:485;a:2:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:486;a:2:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:487;a:2:{s:6:\"family\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:488;a:2:{s:6:\"family\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:489;a:2:{s:6:\"family\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:490;a:2:{s:6:\"family\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:491;a:2:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:492;a:2:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:493;a:2:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:494;a:2:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:495;a:2:{s:6:\"family\";s:8:\"Red Rose\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:496;a:2:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:497;a:2:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:498;a:2:{s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:499;a:2:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:500;a:2:{s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:501;a:2:{s:6:\"family\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:502;a:2:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:503;a:2:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:504;a:2:{s:6:\"family\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:505;a:2:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:506;a:2:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:507;a:2:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:508;a:2:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:509;a:2:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:510;a:2:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:511;a:2:{s:6:\"family\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:512;a:2:{s:6:\"family\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:513;a:2:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:514;a:2:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:515;a:2:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:516;a:2:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:517;a:2:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:518;a:2:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:519;a:2:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:520;a:2:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:521;a:2:{s:6:\"family\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:522;a:2:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:523;a:2:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:524;a:2:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:525;a:2:{s:6:\"family\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:526;a:2:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:527;a:2:{s:6:\"family\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:528;a:2:{s:6:\"family\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:529;a:2:{s:6:\"family\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:530;a:2:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:531;a:2:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:532;a:2:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:533;a:2:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:534;a:2:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:535;a:2:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:536;a:2:{s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:537;a:2:{s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:538;a:2:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:539;a:2:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:540;a:2:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:541;a:2:{s:6:\"family\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:542;a:2:{s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:543;a:2:{s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:544;a:2:{s:6:\"family\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:545;a:2:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:546;a:2:{s:6:\"family\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:547;a:2:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:548;a:2:{s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:549;a:2:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:550;a:2:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:551;a:2:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:552;a:2:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:553;a:2:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:554;a:2:{s:6:\"family\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:555;a:2:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:556;a:2:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:557;a:2:{s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:558;a:2:{s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:559;a:2:{s:6:\"family\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:560;a:2:{s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:561;a:2:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:562;a:2:{s:6:\"family\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";}}i:563;a:2:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:564;a:2:{s:6:\"family\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:565;a:2:{s:6:\"family\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:566;a:2:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:567;a:2:{s:6:\"family\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:568;a:2:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:569;a:2:{s:6:\"family\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:570;a:2:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:571;a:2:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:572;a:2:{s:6:\"family\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:573;a:2:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:574;a:2:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:575;a:2:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:576;a:2:{s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:577;a:2:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:578;a:2:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:579;a:2:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:580;a:2:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:581;a:2:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:582;a:2:{s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:583;a:2:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:584;a:2:{s:6:\"family\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:585;a:2:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:586;a:2:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:587;a:2:{s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:588;a:2:{s:6:\"family\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:589;a:2:{s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:590;a:2:{s:6:\"family\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:591;a:2:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:592;a:2:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:593;a:2:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:594;a:2:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:595;a:2:{s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:596;a:2:{s:6:\"family\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:597;a:2:{s:6:\"family\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:598;a:2:{s:6:\"family\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:599;a:2:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:600;a:2:{s:6:\"family\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:601;a:2:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:602;a:2:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:603;a:2:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:604;a:2:{s:6:\"family\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:605;a:2:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:606;a:2:{s:6:\"family\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:607;a:2:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:608;a:2:{s:6:\"family\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:609;a:2:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:610;a:2:{s:6:\"family\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:611;a:2:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:612;a:2:{s:6:\"family\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:613;a:2:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:614;a:2:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:615;a:2:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:616;a:2:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:617;a:2:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:618;a:2:{s:6:\"family\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:619;a:2:{s:6:\"family\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:620;a:2:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:621;a:2:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:622;a:2:{s:6:\"family\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:623;a:2:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:624;a:2:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:625;a:2:{s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:626;a:2:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:627;a:2:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:628;a:2:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:629;a:2:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:630;a:2:{s:6:\"family\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:631;a:2:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:632;a:2:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:633;a:2:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:634;a:2:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:635;a:2:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:636;a:2:{s:6:\"family\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:637;a:2:{s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:638;a:2:{s:6:\"family\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:639;a:2:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:640;a:2:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:641;a:2:{s:6:\"family\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:642;a:2:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:643;a:2:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:644;a:2:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:645;a:2:{s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:646;a:2:{s:6:\"family\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:647;a:2:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:648;a:2:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:649;a:2:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:650;a:2:{s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:651;a:2:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:652;a:2:{s:6:\"family\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:653;a:2:{s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:654;a:2:{s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:655;a:2:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:656;a:2:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:657;a:2:{s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:658;a:2:{s:6:\"family\";s:10:\"Be Vietnam\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:659;a:2:{s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:660;a:2:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:661;a:2:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:662;a:2:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:663;a:2:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:664;a:2:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:665;a:2:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:666;a:2:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:667;a:2:{s:6:\"family\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:668;a:2:{s:6:\"family\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:669;a:2:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:670;a:2:{s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:671;a:2:{s:6:\"family\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:672;a:2:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:673;a:2:{s:6:\"family\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:674;a:2:{s:6:\"family\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:675;a:2:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:676;a:2:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:677;a:2:{s:6:\"family\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:678;a:2:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:679;a:2:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:680;a:2:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:681;a:2:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:682;a:2:{s:6:\"family\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:683;a:2:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:684;a:2:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:685;a:2:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:686;a:2:{s:6:\"family\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:687;a:2:{s:6:\"family\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:688;a:2:{s:6:\"family\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:689;a:2:{s:6:\"family\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:690;a:2:{s:6:\"family\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:691;a:2:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:692;a:2:{s:6:\"family\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:693;a:2:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:694;a:2:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:695;a:2:{s:6:\"family\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:696;a:2:{s:6:\"family\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:697;a:2:{s:6:\"family\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:698;a:2:{s:6:\"family\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:699;a:2:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:700;a:2:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:701;a:2:{s:6:\"family\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:702;a:2:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:703;a:2:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:704;a:2:{s:6:\"family\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:705;a:2:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:706;a:2:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:707;a:2:{s:6:\"family\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:708;a:2:{s:6:\"family\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:709;a:2:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:710;a:2:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:711;a:2:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:712;a:2:{s:6:\"family\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:713;a:2:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:714;a:2:{s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:715;a:2:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:716;a:2:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:717;a:2:{s:6:\"family\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:718;a:2:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:719;a:2:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:720;a:2:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:721;a:2:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:722;a:2:{s:6:\"family\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:723;a:2:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:724;a:2:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:725;a:2:{s:6:\"family\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:726;a:2:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:727;a:2:{s:6:\"family\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:728;a:2:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:729;a:2:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:730;a:2:{s:6:\"family\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:731;a:2:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:732;a:2:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:733;a:2:{s:6:\"family\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:734;a:2:{s:6:\"family\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:735;a:2:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:736;a:2:{s:6:\"family\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:737;a:2:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:738;a:2:{s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:739;a:2:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:740;a:2:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:741;a:2:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:742;a:2:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:743;a:2:{s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:744;a:2:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:745;a:2:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:746;a:2:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:747;a:2:{s:6:\"family\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:748;a:2:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:749;a:2:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:750;a:2:{s:6:\"family\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:751;a:2:{s:6:\"family\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:752;a:2:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:753;a:2:{s:6:\"family\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:754;a:2:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:755;a:2:{s:6:\"family\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:756;a:2:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:757;a:2:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:758;a:2:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:759;a:2:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:760;a:2:{s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:761;a:2:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:762;a:2:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:763;a:2:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:764;a:2:{s:6:\"family\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:765;a:2:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:766;a:2:{s:6:\"family\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:767;a:2:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:768;a:2:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:769;a:2:{s:6:\"family\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:770;a:2:{s:6:\"family\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:771;a:2:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:772;a:2:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:773;a:2:{s:6:\"family\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:774;a:2:{s:6:\"family\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:775;a:2:{s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:776;a:2:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:777;a:2:{s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}}i:778;a:2:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:779;a:2:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:780;a:2:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:781;a:2:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:782;a:2:{s:6:\"family\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:783;a:2:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:784;a:2:{s:6:\"family\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:785;a:2:{s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:786;a:2:{s:6:\"family\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:787;a:2:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}}i:788;a:2:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:789;a:2:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:790;a:2:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:791;a:2:{s:6:\"family\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:792;a:2:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}}i:793;a:2:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:794;a:2:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:795;a:2:{s:6:\"family\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:796;a:2:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:797;a:2:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:798;a:2:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:799;a:2:{s:6:\"family\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:800;a:2:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:801;a:2:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:802;a:2:{s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:803;a:2:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:804;a:2:{s:6:\"family\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:805;a:2:{s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:806;a:2:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:807;a:2:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:808;a:2:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:809;a:2:{s:6:\"family\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:810;a:2:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:811;a:2:{s:6:\"family\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:812;a:2:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:813;a:2:{s:6:\"family\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:814;a:2:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:815;a:2:{s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:816;a:2:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:817;a:2:{s:6:\"family\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:818;a:2:{s:6:\"family\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:819;a:2:{s:6:\"family\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:820;a:2:{s:6:\"family\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:821;a:2:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:822;a:2:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:823;a:2:{s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:824;a:2:{s:6:\"family\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:825;a:2:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:826;a:2:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:827;a:2:{s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:828;a:2:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:829;a:2:{s:6:\"family\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:830;a:2:{s:6:\"family\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:831;a:2:{s:6:\"family\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:832;a:2:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:833;a:2:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:834;a:2:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:835;a:2:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:836;a:2:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:837;a:2:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:838;a:2:{s:6:\"family\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:839;a:2:{s:6:\"family\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:840;a:2:{s:6:\"family\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:841;a:2:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:842;a:2:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}}i:843;a:2:{s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:844;a:2:{s:6:\"family\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:845;a:2:{s:6:\"family\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:846;a:2:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:847;a:2:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:848;a:2:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:849;a:2:{s:6:\"family\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:850;a:2:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:851;a:2:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:852;a:2:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:853;a:2:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:854;a:2:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:855;a:2:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:856;a:2:{s:6:\"family\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:857;a:2:{s:6:\"family\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:858;a:2:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:859;a:2:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:860;a:2:{s:6:\"family\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:861;a:2:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:862;a:2:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:863;a:2:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:864;a:2:{s:6:\"family\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:865;a:2:{s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:866;a:2:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:867;a:2:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:868;a:2:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:869;a:2:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:870;a:2:{s:6:\"family\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:871;a:2:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:872;a:2:{s:6:\"family\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:873;a:2:{s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:874;a:2:{s:6:\"family\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:875;a:2:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:876;a:2:{s:6:\"family\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:877;a:2:{s:6:\"family\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";}}i:878;a:2:{s:6:\"family\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:879;a:2:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:880;a:2:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:881;a:2:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:882;a:2:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:883;a:2:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:884;a:2:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:885;a:2:{s:6:\"family\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:886;a:2:{s:6:\"family\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:887;a:2:{s:6:\"family\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:888;a:2:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:889;a:2:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:890;a:2:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:891;a:2:{s:6:\"family\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:892;a:2:{s:6:\"family\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:893;a:2:{s:6:\"family\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:894;a:2:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:895;a:2:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:896;a:2:{s:6:\"family\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:897;a:2:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:898;a:2:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:899;a:2:{s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:900;a:2:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:901;a:2:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:902;a:2:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:903;a:2:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:904;a:2:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:905;a:2:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:906;a:2:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:907;a:2:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:908;a:2:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:909;a:2:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:910;a:2:{s:6:\"family\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:911;a:2:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:912;a:2:{s:6:\"family\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:913;a:2:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:914;a:2:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:915;a:2:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:916;a:2:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:917;a:2:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:918;a:2:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:919;a:2:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:920;a:2:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:921;a:2:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:922;a:2:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:923;a:2:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:924;a:2:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:925;a:2:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:926;a:2:{s:6:\"family\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:927;a:2:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:928;a:2:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:929;a:2:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:930;a:2:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:931;a:2:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:932;a:2:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:933;a:2:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:934;a:2:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:935;a:2:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:936;a:2:{s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:937;a:2:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:938;a:2:{s:6:\"family\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:939;a:2:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:940;a:2:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:941;a:2:{s:6:\"family\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:942;a:2:{s:6:\"family\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:943;a:2:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:944;a:2:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:945;a:2:{s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:946;a:2:{s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:947;a:2:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:948;a:2:{s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:949;a:2:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:950;a:2:{s:6:\"family\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:951;a:2:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:952;a:2:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:953;a:2:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:954;a:2:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:955;a:2:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:956;a:2:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:957;a:2:{s:6:\"family\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:958;a:2:{s:6:\"family\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:959;a:2:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:960;a:2:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:961;a:2:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:962;a:2:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:963;a:2:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:964;a:2:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:965;a:2:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:966;a:2:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:967;a:2:{s:6:\"family\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:968;a:2:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:969;a:2:{s:6:\"family\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:970;a:2:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:971;a:2:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:972;a:2:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:973;a:2:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:974;a:2:{s:6:\"family\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:975;a:2:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:976;a:2:{s:6:\"family\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:977;a:2:{s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:978;a:2:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:979;a:2:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:980;a:2:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:981;a:2:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:982;a:2:{s:6:\"family\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:983;a:2:{s:6:\"family\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:984;a:2:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:985;a:2:{s:6:\"family\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:986;a:2:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:987;a:2:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:988;a:2:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:989;a:2:{s:6:\"family\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:990;a:2:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:991;a:2:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:992;a:2:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:993;a:2:{s:6:\"family\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:994;a:2:{s:6:\"family\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:995;a:2:{s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:996;a:2:{s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:997;a:2:{s:6:\"family\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:998;a:2:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:999;a:2:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1000;a:2:{s:6:\"family\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1001;a:2:{s:6:\"family\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1002;a:2:{s:6:\"family\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}}', 'yes');
INSERT INTO `pfmjzt_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(262, 'oxygen_global_colors_cache_update_required', '1', 'yes'),
(277, '_transient_health-check-site-status-result', '{\"good\":10,\"recommended\":10,\"critical\":0}', 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `pfmjzt_wpk0_postmeta`
--

CREATE TABLE `pfmjzt_wpk0_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `pfmjzt_wpk0_postmeta`
--

INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(11, 9, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'38a8ddb69d911976bb937e545faea8a1ebcf4fed89a829d430c512dbcb2771ed\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-111\",\"original\":{\"background-color\":\"color(4)\",\"background-image\":\"[oxygen ct_sign_sha256=\'a3917e03abdc9597a1609ca96f6dd37b937924bd930b4c48b1c4d1ac757ef56b\' data=\'featured_image\' ]\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(177,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(0,165,189,0.9)\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Hero Section\"}\'][ct_headline ct_sign_sha256=\'441dd868f003323c434e9c2092d919fdf1159c7fd36ccb6d930985806f25478b\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"headline-10-111\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'c92336085c748cc3ed55848197c9ab1d4d8e0c0e5c4a92c1ed4854a82643314a\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-111\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'6560b861762565cf541264f34313d4717f55b07e4ed0dcb9664845e39e4f3608\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"text_block-12-111\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'48a0322c502dfa8385c5720ed21dac5f601354e8ec729a3673dcb761d5c6e809\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-111\"}\'][oxygen ct_sign_sha256=\'f8aae5be7515150c44fb6dd2f7eae7a5c2ce154b0cb6eb022ac99185a940d66e\' data=\'date\' ][/ct_span][/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'dbac85ca31754dcbad8bc39acead23dd3e4a188f90b3e8e45ff7e7ea65b884c0\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-111\",\"original\":{\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\",\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Post Content\"}\'][ct_text_block ct_sign_sha256=\'f954361a52f80c15617bd08ac6c7a60eaeb292740314e73573cdadbbf8f64fd2\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-111\"}\'][ct_span ct_sign_sha256=\'e9e1b395247855b9118fefb457274f72d65c590a45c5d35bb415cc01e9c57547\' ct_options=\'{\"ct_id\":7,\"ct_parent\":5,\"selector\":\"span-7-111\",\"classes\":{\"0\":\"oxy-stock-content-styles\",\"1\":\"hosting-other-single\"},\"activeselector\":\"hosting-other-single\"}\'][oxygen ct_sign_sha256=\'c3b66dff1dc1557e12d3fd2d57a725778f4d675b3c1c49e4c49b402719b47fe0\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'26a2731efffd3fe98848372d027200c401289ae7ebf12d59f7bc57096635f666\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"code_block-4-111\",\"original\":{\"code-css\":\"Lmhvc3Rpbmctb3RoZXItc2luZ2xlIGgxLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgzLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg0LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg2IHsKCWNvbG9yOiAjMkE0NDVBOwogICAgbGluZS1oZWlnaHQ6IDEuMTsKICAgIGZvbnQtd2VpZ2h0OiA3MDA7CiAgICBtYXJnaW4tYm90dG9tOiAuMmVtOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDEgewogIGZvbnQtc2l6ZTogNjRweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyIHsKICBmb250LXNpemU6IDQwcHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoMyB7CiAgZm9udC1zaXplOiAzNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDQgewogIGZvbnQtc2l6ZTogMzJweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1IHsKICBmb250LXNpemU6IDI0cHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoNiB7CiAgZm9udC1zaXplOiAxNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIHRvcCBsZWZ0LCAjMDFBNUJDLCAjQUZEMTdFKTsKICBjb2xvcjogI2ZmZmZmZjsKICBwYWRkaW5nOiAxOHB4IDQycHg7CiAgbWFyZ2luLWxlZnQ6IDA7CiAgbWFyZ2luLXJpZ2h0OiAwOwogIGZvbnQtc2l6ZTogMTZweDsKICBsaW5lLWhlaWdodDogMS42ZW07CiAgZm9udC1zdHlsZTogaXRhbGljOwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBvbCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24tdGV4dCB7CiAgY29sb3I6IHJnYmEoMCwwLDAsMC4zKTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBhIHsKICBjb2xvcjogIzA3QURCNzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGE6aG92ZXIgewogIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwp9CgpwcmUgewogIHdoaXRlLXNwYWNlOiBub3JtYWwgIWltcG9ydGFudDsKICBjb2xvcjogcmdiYSgwLDAsMCwwLjMpOwp9Cg==\",\"code-php\":\"PCEtLSAtLT4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'3124d2a46053640813fae7b1465c74d8b7451d076c4bd98f0c5370417814b904\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-111\",\"original\":{\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\",\"background-color\":\"color(7)\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Blog Post Comments\",\"ct_category\":\"Blog\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][oxy_comments ct_sign_sha256=\'e462315ff68d692ddf5f85a4a3a9724969f7edc9b35c1b1e5f5490541bc9f10d\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_comments-15-111\",\"original\":{\"code-php\":\"PD9waHAKCmlmIChoYXZlX2NvbW1lbnRzKCkpIHsKCgk/PgoKCTxoMyBjbGFzcz0iY29tbWVudHMtdGl0bGUiPgoJCTw/cGhwCgkJZWNobyBPeHlnZW5fVlNCX0NvbW1lbnRzX0xpc3Q6OnV0aWxfdGl0bGUoKTsKCQk/PgoJPC9oMz4KCgk8b2wgY2xhc3M9ImNvbW1lbnRzLWxpc3QiPgoKCSAgICA8P3BocAoKCSAgICB3cF9saXN0X2NvbW1lbnRzKAoJICAgIAlhcnJheSgKCgkgICAgCQknc3R5bGUnID0+ICdvbCcsCgkgICAgCQknZm9ybWF0JyA9PiAnaHRtbDUnLAoJICAgIAkJJ2F2YXRhcl9zaXplJyA9PiAnMTAwJwoJICAgIAkpCgkgICAgKTsKCgkgICAgPz4KCgk8L29sPgoKCTxkaXYgY2xhc3M9ImNvbW1lbnRzLW5hdmlnYXRpb24iPgoJCTxkaXYgY2xhc3M9J3ByZXZpb3VzLWNvbW1lbnRzLWxpbmsnPjw/cGhwIHByZXZpb3VzX2NvbW1lbnRzX2xpbmsoKTsgPz48L2Rpdj4KCQk8ZGl2IGNsYXNzPSduZXh0LWNvbW1lbnRzLWxpbmsnPjw/cGhwIG5leHRfY29tbWVudHNfbGluaygpOyA/PjwvZGl2PgoJPC9kaXY+CgoJPD9waHAKCn0KCj8+\",\"code-css\":\"LmNvbW1lbnRzLXRpdGxlIHsKICBmb250LXNpemU6IDQwcHg7CiAgY29sb3I6ICMyQTQ0NUE7CiAgbGluZS1oZWlnaHQ6IDEuMTsKICB0ZXh0LWFsaWduOiBjZW50ZXI7CiAgbWFyZ2luLWJvdHRvbTogNDhweDsKICBkaXNwbGF5OiBibG9jazsKfQoKLmNvbW1lbnQtYm9keSB7CiAgYmFja2dyb3VuZDogd2hpdGU7CiAgYm94LXNoYWRvdzogcmdiYSgwLDAsMCwwLjEpIDAgMCA1cHg7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIHBhZGRpbmc6IDI4cHg7CiAgbWFyZ2luLWJvdHRvbTogMjBweCAhaW1wb3J0YW50Owp9CgpAbWVkaWEgKG1heC13aWR0aDogNzY4cHgpIHsKLm94eS1jb21tZW50cyBvbC5jaGlsZHJlbiB7CiAgICBtYXJnaW4tbGVmdDogMDsKICB9Cn0KCi5jb21tZW50LWNvbnRlbnQgewogIGNvbG9yOiAjNjY2OwogIGZvbnQtc2l6ZTogMTZweDsKfQoKLmNvbW1lbnQtcmVwbHktbGluayB7CiAgY29sb3I6ICMwN0FEQjc7CiAgZm9udC1zaXplOiAxNnB4ICFpbXBvcnRhbnQ7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBwYWRkaW5nOiAxMnB4IDMycHg7CiAgYm9yZGVyOiAycHggc29saWQgIzA3QURCNzsKICBib3JkZXItcmFkaXVzOiA1cHg7Cn0KCi5jb21tZW50LXJlcGx5LWxpbms6aG92ZXIgewogIHRyYW5zZm9ybTogc2NhbGUoMS4wNSwxLjA1KTsKfQoKLmF2YXRhciB7CiAgYm9yZGVyLXJhZGl1czogMTAwJTsKICBib3JkZXI6IDNweCBzb2xpZCAjOEVDOThBOwogIG1hcmdpbi1yaWdodDogMTJweCAhaW1wb3J0YW50Owp9CgouY29tbWVudC1hdXRob3IgewogIG1hcmdpbi1ib3R0b206IDE2cHg7CiAgZm9udC1mYW1pbHk6ICdSYWxld2F5JzsKICBjb2xvcjogIzJBNDQ1QTsKfQoKLmZuIHsKICBmb250LXdlaWdodDogOTAwOwp9CgouY29tbWVudC1tZXRhZGF0YSBhIHsKICBjb2xvcjogIzA3QURCNzsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgbWFyZ2luLXJpZ2h0OiAxMnB4Owp9CgouY29tbWVudC1tZXRhZGF0YSBhOmhvdmVyIHsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKLm94eS1jb21tZW50LWZvcm0gbGFiZWwgewogIGRpc3BsYXk6IG5vbmU7Cn0KCi5veHktY29tbWVudC1mb3JtIHRleHRhcmVhIHsKICBwYWRkaW5nOiAyMHB4OwogIHJlc2l6ZTogbm9uZTsKICBvdXRsaW5lOiBub25lOwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7Cn0KCi5veHktY29tbWVudC1mb3JtIHRleHRhcmVhOmZvY3VzIHsKICBib3gtc2hhZG93OiByZ2JhKDAsMCwwLDAuMikgMCAwIDEwcHg7Cn0KCi5veHktY29tbWVudC1mb3JtICNzdWJtaXQgewogIGJveC1zaGFkb3c6IDBweCAyNXB4IDIwcHggLTIwcHggcmdiYSgwLDAsMCwwLjIpICFpbXBvcnRhbnQ7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICB0cmFuc2l0aW9uOiBhbGwgZWFzZSAwLjJzOwogIG91dGxpbmU6IG5vbmU7Cn0KCi5veHktY29tbWVudC1mb3JtICNzdWJtaXQ6aG92ZXIgewogIHRyYW5zZm9ybTogc2NhbGUoMS4wNSwxLjA1KTsKfQoKLmNvbW1lbnQtcmVwbHktdGl0bGUgewogIGNvbG9yOiAjZmZmOwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgZm9udC1zaXplOiA0MHB4OwogIGxpbmUtaGVpZ2h0OiAxLjE7Cn0KCi5jb21tZW50LXJlcGx5LXRpdGxlIGEgewogIGNvbG9yOiByZ2JhKDI1NSwyNTUsMjU1LDAuNSk7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7Cn0KCi5jb21tZW50LXJlcGx5LXRpdGxlIGE6aG92ZXIgewogIGNvbG9yOiB3aGl0ZTsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKcC5sb2dnZWQtaW4tYXMgewogIG1hcmdpbi1ib3R0b206IDI4cHggIWltcG9ydGFudDsKICBjb2xvcjogdHJhbnNwYXJlbnQ7Cn0KCi5sb2dnZWQtaW4tYXMgYSB7CiAgY29sb3I6IHJnYmEoMjU1LDI1NSwyNTUsMC41KTsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBtYXJnaW46IDAgOHB4Owp9CgoubG9nZ2VkLWluLWFzIGE6aG92ZXIgewogIGNvbG9yOiB3aGl0ZTsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQ==\"},\"activeselector\":false}\'][/oxy_comments][oxy_comment_form ct_sign_sha256=\'5b8ccde26acc29e5d2ffbbf0a7089af4e293dadd7cb578bbbddca75024a58863\' ct_options=\'{\"ct_id\":16,\"ct_parent\":14,\"selector\":\"_comment_form-16-111\",\"original\":{\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"#b1d27d\"},\"1\":{\"position-unit\":\"px\",\"value\":\"#00a5bd\"}},\"linear-angle\":\"135\",\"gradient-type\":\"linear\"},\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"stretch\",\"padding-top\":\"28\",\"padding-left\":\"28\",\"padding-right\":\"28\",\"padding-bottom\":\"12\",\"border-radius\":\"5\",\"text-align\":\"center\",\"form_field_border_color\":\"color(3)\",\"field_border_radius\":\"5\",\"form_field_text_color\":\"color(5)\",\"submit_button_background_color\":\"color(4)\",\"submit_button_text_color\":\"color(3)\",\"color\":\"color(3)\"}}\'][/oxy_comment_form][/ct_section]'),
(12, 9, 'ct_template_type', ''),
(13, 9, 'ct_template_order', '1'),
(14, 9, 'ct_parent_template', '13'),
(15, 9, 'ct_template_single_all', ''),
(16, 9, 'ct_template_post_types', 'a:1:{i:0;s:4:\"post\";}'),
(17, 9, 'ct_use_template_taxonomies', ''),
(18, 9, 'ct_template_taxonomies', NULL),
(19, 9, 'ct_template_apply_if_post_of_parents', ''),
(20, 9, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(21, 9, 'ct_template_all_archives', ''),
(22, 9, 'ct_template_apply_if_archive_among_taxonomies', ''),
(23, 9, 'ct_template_archive_among_taxonomies', NULL),
(24, 9, 'ct_template_apply_if_archive_among_cpt', ''),
(25, 9, 'ct_template_archive_post_types', 'a:0:{}'),
(26, 9, 'ct_template_date_archive', ''),
(27, 9, 'ct_template_front_page', ''),
(28, 9, 'ct_template_blog_posts', ''),
(29, 9, 'ct_template_search_page', ''),
(30, 9, 'ct_template_404_page', ''),
(31, 9, 'ct_template_index', ''),
(32, 9, 'ct_template_inner_content', ''),
(33, 10, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'619f65b25d1550e57c0fb55afd969ee7a4b56ac26edf1119d4102c8b49d3ce2b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-106\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Blogposts Hero\",\"ct_category\":\"Blog\"}\'][ct_headline ct_sign_sha256=\'6f89c03a8f15c24738103441229e22457ea5bfbff22b13aa70c60f9a1c4d85b5\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-106\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our Blogposts[/ct_headline][ct_text_block ct_sign_sha256=\'98e4332da5ad2da893b2c152693d0c09642382a2cf4c6c1004ac773a111773c9\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"text_block-6-106\",\"original\":{\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']Yet preference connection unpleasant yet melancholy but end appearance. And excellence partiality estimating terminated day everything.[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'210525e84d9bf076b2d6d896119b5db6ccdec734b1533bf143a61e39bdf9f8ee\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-106\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"20\"},\"ct_category\":\"Blog\",\"nicename\":\"Blog Posts\",\"activeselector\":false}\'][oxy_posts_grid ct_sign_sha256=\'f27d2a413b046d398c798a82226d1dd80c06641bcd9914b48d61bd34280097f6\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"_posts_grid-9-106\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QnPgogIDxkaXYgY2xhc3M9J294eS1wb3N0LXdyYXBwZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgICA8ZGl2IGNsYXNzPSdveHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXknPgoJCTw/cGhwIHRoZV90aW1lKGdldF9vcHRpb24oJ2RhdGVfZm9ybWF0JykpOyA/PgoJICA8L2Rpdj4KICAgICAgPC9kaXY+CiAgICAgIAoJPC9hPgogIAoJPGEgY2xhc3M9J294eS1wb3N0LXRpdGxlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz48P3BocCB0aGVfdGl0bGUoKTsgPz48L2E+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YSc+CgoJCTxkaXYgY2xhc3M9J294eS1wb3N0LW1ldGEtYXV0aG9yIG94eS1wb3N0LW1ldGEtaXRlbSc+CgkJCTw/cGhwIHRoZV9hdXRob3IoKTsgPz4KCQk8L2Rpdj4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1jb21tZW50cyBveHktcG9zdC1tZXRhLWl0ZW0nPgoJCQk8YSBocmVmPSc8P3BocCBjb21tZW50c19saW5rKCk7ID8+Jz48P3BocCBjb21tZW50c19udW1iZXIoKTsgPz48L2E+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkJPD9waHAgdGhlX2V4Y2VycHQoKTsgPz4KCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlJz5SZWFkIE1vcmU8L2E+CiAgPC9kaXY+Cgo8L2Rpdj4=\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKICBtYXJnaW4tYm90dG9tOiAzZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdCB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogY29sdW1uOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgd2lkdGg6IDMzLjMzJTsKICBwYWRkaW5nOiAyMHB4Owp9CgolJUVQSUQlJSAub3h5LXBvc3Qtd3JhcHBlciB7CiAgYmFja2dyb3VuZDogd2hpdGU7CiAgYm94LXNoYWRvdzogcmdiYSgwLDAsMCwwLjEpIDAgMCA1cHg7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIG92ZXJmbG93OiBoaWRkZW47Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZSB7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBiYWNrZ3JvdW5kLWNvbG9yOiBncmV5OwogIGJhY2tncm91bmQtaW1hZ2U6IHJlcGVhdGluZy1saW5lYXItZ3JhZGllbnQoCiAgNDVkZWcsCiAgI2VlZSwKICAjZWVlIDEwcHgsCiAgI2RkZCAxMHB4LAogICNkZGQgMjBweCk7CiAgd2lkdGg6IDEwMCU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1maXhlZC1yYXRpbyB7CiAgcGFkZGluZy1ib3R0b206IDYwJTsKICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyOwogIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7CiAgcG9zaXRpb246IHJlbGF0aXZlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZGF0ZS1vdmVybGF5IHsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdG9wOiAxZW07CiAgcmlnaHQ6IDFlbTsKICBmb250LXNpemU6IC43ZW07CiAgY29sb3I6IHdoaXRlOwogIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMCwwLDAsMC41KTsKICBwYWRkaW5nOiAuN2VtIDFlbTsKICBmb250LXdlaWdodDogYm9sZDsKICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDsKICBib3JkZXItcmFkaXVzOiA1cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC10aXRsZSB7CiAgZm9udC1mYW1pbHk6ICdSYWxld2F5JzsKICBmb250LXNpemU6IDEuNWVtOwogIGxpbmUtaGVpZ2h0OiAxLjJlbTsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgZm9udC13ZWlnaHQ6IDkwMDsKICBkaXNwbGF5OiBibG9jazsKICBtYXJnaW46IDE2cHggMjRweCAyMHB4IDI0cHg7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogIG1hcmdpbi10b3A6IDAuNWVtOwogIGZvbnQtc2l6ZTogLjhlbTsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiByb3c7CiAgbWFyZ2luOiAwIDI0cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIGEgewogIGNvbG9yOiAjMDdBREI3OwogIHRleHQtZGVjb3JhdGlvbjogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgYTpob3ZlciB7CiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhLWl0ZW06OmFmdGVyIHsKCWNvbnRlbnQ6ICJcMDBiNyI7CgltYXJnaW4tcmlnaHQ6IC41ZW07CgltYXJnaW4tbGVmdDogLjVlbTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTpsYXN0LWNoaWxkOjphZnRlciB7Cgljb250ZW50OiAiIjsKCWRpc3BsYXk6IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHsKICBtYXJnaW46IDE2cHggMjRweDsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgcCB7CiAgbWFyZ2luOiAwOwp9CgolJUVQSUQlJSAub3h5LXJlYWQtbW9yZSB7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBib3JkZXI6IDJweCBzb2xpZCAjMDdBREI3OwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7CiAgbWF4LXdpZHRoOiAxMDAlOwogIHRleHQtYWxpZ246IGNlbnRlcjsKICBtYXJnaW46IDI0cHg7CiAgZGlzcGxheTogYmxvY2s7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIHBhZGRpbmc6IDEycHggMzZweDsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcmVhZC1tb3JlOmhvdmVyIHsKICB0cmFuc2Zvcm06IHNjYWxlKDEuMDUsMS4wNSk7Cn0KCiUlRVBJRCUlIC5wYWdlLW51bWJlcnMgewogIGNvbG9yOiAjMDdBREI3OwogIHRleHQtZGVjb3JhdGlvbjogbm9uZTsKICBmb250LXNpemU6IDE2cHg7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBtYXJnaW46IDAgMTJweDsKfQoKJSVFUElEJSUgLmN1cnJlbnQgewogIGJhY2tncm91bmQ6ICMwN0FEQjc7CiAgY29sb3I6ICNmZmY7CiAgcGFkZGluZzogMTJweCAxNnB4OwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQ==\",\"read_more_display_as\":\"text link\",\"paginate_alignment\":\"center\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"default\",\"query_post_types\":{\"0\":\"post\"},\"read_more_size\":\"16\",\"read_more_text_color\":\"color(4)\",\"read_more_button_color\":\"color(3)\",\"title_size\":\"24\",\"title_color\":\"color(1)\",\"title_hover_color\":\"color(4)\",\"meta_size\":\"12\",\"meta_color\":\"color(5)\",\"content_size\":\"16\",\"content_color\":\"color(5)\",\"read_more_text_hover_color\":\"color(4)\",\"read_more_button_hover_color\":\"color(3)\",\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{}},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section]'),
(34, 10, 'ct_template_type', ''),
(35, 10, 'ct_template_order', '1'),
(36, 10, 'ct_parent_template', '13'),
(37, 10, 'ct_template_single_all', ''),
(38, 10, 'ct_template_post_types', 'a:0:{}'),
(39, 10, 'ct_use_template_taxonomies', ''),
(40, 10, 'ct_template_taxonomies', NULL),
(41, 10, 'ct_template_apply_if_post_of_parents', ''),
(42, 10, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(43, 10, 'ct_template_all_archives', 'true'),
(44, 10, 'ct_template_apply_if_archive_among_taxonomies', ''),
(45, 10, 'ct_template_archive_among_taxonomies', NULL),
(46, 10, 'ct_template_apply_if_archive_among_cpt', ''),
(47, 10, 'ct_template_archive_post_types', 'a:0:{}'),
(48, 10, 'ct_template_date_archive', ''),
(49, 10, 'ct_template_front_page', ''),
(50, 10, 'ct_template_blog_posts', ''),
(51, 10, 'ct_template_search_page', ''),
(52, 10, 'ct_template_404_page', ''),
(53, 10, 'ct_template_index', ''),
(54, 10, 'ct_template_inner_content', ''),
(55, 11, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'63619539eb70129c97071b9184beae2a6e4944bb258f69c4bb1e5ad5e957f97c\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-98\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Other Single Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c1274cc7b4d1177fdc1a565c6e7aea252ac4b64c592c8825272d7db0073a1dbd\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"headline-10-98\",\"original\":{\"margin-bottom\":\"12\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'eb668b24aecd783ccfe25c663cf541c07c005d7b0f7c786935236b452c8ea99e\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-98\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'db44e0a7b1be8228cd4ea133a017c8d56afbff392cc25a54f7f432ff9d8a0938\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"text_block-12-98\",\"original\":{\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"color\":\"color(2)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f0e145c0320788c051e6a475794364ec2576365ad2a1b67d9552bbe200489a47\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-98\"}\'][oxygen ct_sign_sha256=\'f8aae5be7515150c44fb6dd2f7eae7a5c2ce154b0cb6eb022ac99185a940d66e\' data=\'date\' ][/ct_span][/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'25c6cc23a5c2a5459776c960098810dfaefdb384094c9e877cff777c39a2c776\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-98\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\"},\"activeselector\":false,\"nicename\":\"Other Single Content\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"0\"}}}}\'][ct_code_block ct_sign_sha256=\'8f5aea05bc20b86c220001b21ecf02a615fd5c47d1fec9f3ba65a1b6dd27dc08\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"code_block-4-98\",\"original\":{\"code-css\":\"Lmhvc3Rpbmctb3RoZXItc2luZ2xlIGgxLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgzLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg0LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg2IHsKCWNvbG9yOiAjMkE0NDVBOwogICAgbGluZS1oZWlnaHQ6IDEuMTsKICAgIGZvbnQtd2VpZ2h0OiA3MDA7CiAgICBtYXJnaW4tYm90dG9tOiAuMmVtOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDEgewogIGZvbnQtc2l6ZTogNjRweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyIHsKICBmb250LXNpemU6IDQwcHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoMyB7CiAgZm9udC1zaXplOiAzNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDQgewogIGZvbnQtc2l6ZTogMzJweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1IHsKICBmb250LXNpemU6IDI0cHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoNiB7CiAgZm9udC1zaXplOiAxNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIHRvcCBsZWZ0LCAjMDFBNUJDLCAjQUZEMTdFKTsKICBjb2xvcjogI2ZmZmZmZjsKICBwYWRkaW5nOiAxOHB4IDQycHg7CiAgbWFyZ2luLWxlZnQ6IDA7CiAgbWFyZ2luLXJpZ2h0OiAwOwogIGZvbnQtc2l6ZTogMTZweDsKICBsaW5lLWhlaWdodDogMS42ZW07CiAgZm9udC1zdHlsZTogaXRhbGljOwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBvbCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24tdGV4dCB7CiAgY29sb3I6IHJnYmEoMCwwLDAsMC4zKTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBhIHsKICBjb2xvcjogIzA3QURCNzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGE6aG92ZXIgewogIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwp9CgpwcmUgewogIHdoaXRlLXNwYWNlOiBub3JtYWwgIWltcG9ydGFudDsKICBjb2xvcjogcmdiYSgwLDAsMCwwLjMpOwp9Cg==\",\"code-php\":\"PCEtLSAtLT4=\"},\"activeselector\":false}\'][/ct_code_block][ct_text_block ct_sign_sha256=\'06235bd2bae1d2043b817e472be94aa639f275c2e0261697bc0a6bebccc96a67\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-98\",\"original\":{\"color\":\"color(5)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'afb5a201d9b17b0d146eb42f0e6d53ec655c7d105ece271e87a8fad96cd88c8a\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-98\",\"classes\":{\"0\":\"oxy-stock-content-styles\",\"1\":\"hosting-other-single\"},\"activeselector\":\"hosting-other-single\"}\'][oxygen ct_sign_sha256=\'c3b66dff1dc1557e12d3fd2d57a725778f4d675b3c1c49e4c49b402719b47fe0\' data=\'content\' ][/ct_span][/ct_text_block][/ct_section]'),
(56, 11, 'ct_template_type', ''),
(57, 11, 'ct_template_order', '0'),
(58, 11, 'ct_parent_template', '13'),
(59, 11, 'ct_template_single_all', ''),
(60, 11, 'ct_template_post_types', 'a:1:{i:0;s:4:\"page\";}'),
(61, 11, 'ct_use_template_taxonomies', ''),
(62, 11, 'ct_template_taxonomies', NULL),
(63, 11, 'ct_template_apply_if_post_of_parents', ''),
(64, 11, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(65, 11, 'ct_template_all_archives', ''),
(66, 11, 'ct_template_apply_if_archive_among_taxonomies', ''),
(67, 11, 'ct_template_archive_among_taxonomies', NULL),
(68, 11, 'ct_template_apply_if_archive_among_cpt', ''),
(69, 11, 'ct_template_archive_post_types', 'a:0:{}'),
(70, 11, 'ct_template_date_archive', ''),
(71, 11, 'ct_template_front_page', ''),
(72, 11, 'ct_template_blog_posts', ''),
(73, 11, 'ct_template_search_page', ''),
(74, 11, 'ct_template_404_page', ''),
(75, 11, 'ct_template_index', ''),
(76, 11, 'ct_template_inner_content', ''),
(77, 12, 'ct_builder_shortcodes', '[ct_inner_content ct_sign_sha256=\'f7a9d5b56baf001449b29e3b78c5cb423e359cae8645fd983d89dac6fe39a576\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"inner_content-3-88\"}\'][/ct_inner_content]'),
(78, 12, 'ct_template_type', ''),
(79, 12, 'ct_template_order', '1'),
(80, 12, 'ct_parent_template', '13'),
(81, 12, 'ct_template_single_all', ''),
(82, 12, 'ct_template_post_types', 'a:1:{i:0;s:4:\"page\";}'),
(83, 12, 'ct_use_template_taxonomies', ''),
(84, 12, 'ct_template_taxonomies', NULL),
(85, 12, 'ct_template_apply_if_post_of_parents', ''),
(86, 12, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(87, 12, 'ct_template_all_archives', ''),
(88, 12, 'ct_template_apply_if_archive_among_taxonomies', ''),
(89, 12, 'ct_template_archive_among_taxonomies', NULL),
(90, 12, 'ct_template_apply_if_archive_among_cpt', ''),
(91, 12, 'ct_template_archive_post_types', 'a:0:{}'),
(92, 12, 'ct_template_date_archive', ''),
(93, 12, 'ct_template_front_page', ''),
(94, 12, 'ct_template_blog_posts', ''),
(95, 12, 'ct_template_search_page', ''),
(96, 12, 'ct_template_404_page', ''),
(97, 12, 'ct_template_index', ''),
(98, 12, 'ct_template_inner_content', ''),
(99, 13, 'ct_builder_shortcodes', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(251, 13, 'ct_preview_url', 'https://newgen.stun.tech/'),
(252, 13, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(253, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'40e13c501d2696c673935ed76f4464c94ed4a23a8291161f1e544eab0a25defb\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'ac39710e1b4e4519f9b88b32d96d74b6b5146a5f3b318c94da529c3302353c71\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'d4b386ff18db2b3dc24d9c4bbdb9f3840a75f5251b1bd424569b0a7bb7648ec8\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'12824aed854a378cdb975b8c54846c41b8a4c58a248a0c50c8c2ac5d8a6e7b47\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'6a87c0f5e1ab9dbe3e2edf6ea750066a10bd1e82dcfbe3ec4e0c40c4d8e52415\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']Proudly designed with Oxygen, the world\'s best visual website design software[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ad2a5d5c53a0fcd95cf309ecbcba9a2867be17411810ef1110c266d32b7fff0d\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'b1f3f00678c5996fe490b264b61e42e1027cebb42d3351ecc66acec8ce971942\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://linkedin.com\",\"icon-youtube\":\"https://youtube.com\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(100, 13, 'ct_template_type', ''),
(101, 13, 'ct_template_order', '0'),
(102, 13, 'ct_parent_template', NULL),
(103, 13, 'ct_template_single_all', ''),
(104, 13, 'ct_template_post_types', 'a:0:{}'),
(105, 13, 'ct_use_template_taxonomies', ''),
(106, 13, 'ct_template_taxonomies', NULL),
(107, 13, 'ct_template_apply_if_post_of_parents', ''),
(108, 13, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(109, 13, 'ct_template_all_archives', ''),
(110, 13, 'ct_template_apply_if_archive_among_taxonomies', ''),
(111, 13, 'ct_template_archive_among_taxonomies', NULL),
(112, 13, 'ct_template_apply_if_archive_among_cpt', ''),
(113, 13, 'ct_template_archive_post_types', 'a:0:{}'),
(114, 13, 'ct_template_date_archive', ''),
(115, 13, 'ct_template_front_page', ''),
(116, 13, 'ct_template_blog_posts', ''),
(117, 13, 'ct_template_search_page', ''),
(118, 13, 'ct_template_404_page', ''),
(119, 13, 'ct_template_index', 'true'),
(120, 13, 'ct_template_inner_content', ''),
(121, 14, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'729cfd9c98885bf1218187f94f6fdd034cf77d11ba967639eb7d007269c5fa7a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-139\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'a4f7d4de0a02b4538ec2c6eb5c7ed413e5a81cb8467b1189b42c9e01495b32fb\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-139\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission to&nbsp;help you grow your business[/ct_headline][ct_fancy_icon ct_sign_sha256=\'973c507c52326a8ea4984eb5aac682b2951f766ba0152036ff4371cc43019ce5\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"fancy_icon-6-139\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'eb0bc6ccdf8274eb794a11712657ae3b198a2b6c05ea2da3f125978ade819993\' ct_options=\'{\"ct_id\":7,\"ct_parent\":2,\"selector\":\"text_block-7-139\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'f8559dcdb56b92e8db94789fd5a2fc492ae3789c1c875550ea96679b9dd01715\' ct_options=\'{\"ct_id\":11,\"ct_parent\":2,\"selector\":\"link_button-11-139\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'cb833dcbc156800d3c19e7a71ec285c4d51ffd4503641222e9ffb6ecff4a15ee\' ct_options=\'{\"ct_id\":13,\"ct_parent\":0,\"selector\":\"section-13-139\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'9ff73f35a0317cc13fd3f241e8e36d4c90c618fc85d69867101f610dda6ab69e\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"new_columns-14-139\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'813d4a96ce68a60d9a2d36902c22d336ed1b85e224bc28a429b2c48bbfaa0b69\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"div_block-15-139\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7374dfcc05b6d9feaf08198d02b0c1b0c1511e255967ad95d4dd70e57280596a\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"image-18-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7048cb149703bc134a33757243d667870c8435f0fe2c6ac3968b8a958bdd4b9c\' ct_options=\'{\"ct_id\":19,\"ct_parent\":15,\"selector\":\"image-19-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'da0badffa9d572ff27e2b474535e4d6573d4d369e3c857785adb38690ffa99fd\' ct_options=\'{\"ct_id\":16,\"ct_parent\":14,\"selector\":\"div_block-16-139\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'25a24b8bdfef79c8e24e4a8f01ed2e00c6c9952e467e0cf0192b0ecf06b3e392\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"image-20-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7935b807aba61cd6ec324f6900b8625814d88e70ba2be18ee733c27c8a9a9482\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"image-22-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7e7d811a3ede1bc655f24d7cec01b638637531520848a2308941d3004e4aeea7\' ct_options=\'{\"ct_id\":17,\"ct_parent\":14,\"selector\":\"div_block-17-139\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'1bc5471124e85f785c8367e66bc0af4140930d870f35d14f20d8eb01b53c15c7\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"image-23-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'8ef0fe703a7f5085bf9b87141726d705a0573cf38786a057409af1753a4620b9\' ct_options=\'{\"ct_id\":25,\"ct_parent\":17,\"selector\":\"image-25-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\",\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'ab59136b0daeb723d16dec9d2a98e4d7b2797c09f42826d35afadc60b178ec70\' ct_options=\'{\"ct_id\":26,\"ct_parent\":0,\"selector\":\"section-26-139\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2c8502b216ae5747f701d33bf7f079234db3f4adad049154d2bf2b9da4ea430e\' ct_options=\'{\"ct_id\":69,\"ct_parent\":26,\"selector\":\"headline-69-139\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'ecc1ba69f63a26ed8f428f2a33f52166a2da86b693aac2719101dc227f59b12f\' ct_options=\'{\"ct_id\":72,\"ct_parent\":26,\"selector\":\"new_columns-72-139\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4cebb9fcf75e74e13b2f0cdb58f1ebf1ce77427040e88c98917f7f4432981075\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'1fd6ad775fb37b013c9ae5428c7ed8b08d63d999ce3bac4d1bd069ba35cf9d2d\' ct_options=\'{\"ct_id\":35,\"ct_parent\":73,\"selector\":\"fancy_icon-35-139\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'320de7a503956ea82b1a9f17488e919931084fd187724cb91622631c944789dc\' ct_options=\'{\"ct_id\":42,\"ct_parent\":73,\"selector\":\"headline-42-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'5400d95047ceab29e0781eff25db778ba975547250459930210a956bfdcae955\' ct_options=\'{\"ct_id\":53,\"ct_parent\":73,\"selector\":\"text_block-53-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e9e6a1220053aa711f0e5b9aa8df979662e06a6f4b307dfcbeaafe185c0b4d56\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'e78ecb44565a69565521a421004ea7de5653fd7081b4e8d6f59a6c706cd52137\' ct_options=\'{\"ct_id\":36,\"ct_parent\":74,\"selector\":\"fancy_icon-36-139\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7b721c703680d331c4eaa21b8ca612ec8fd0e371c3651366e9313499623cc6a8\' ct_options=\'{\"ct_id\":43,\"ct_parent\":74,\"selector\":\"headline-43-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'83e9336f7e59ced78efe758b45d4a8767aa60eed551896e4c2ea2680f783f647\' ct_options=\'{\"ct_id\":57,\"ct_parent\":74,\"selector\":\"text_block-57-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1164c8d385201fdf7c4a4c06bcebf466f4dd3c28054fb08e8769647051401d4d\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'9b4c56e03aed65e052bca8c04d7654704dd5aa7dca68d71f5836ea4eb7d1fd94\' ct_options=\'{\"ct_id\":37,\"ct_parent\":75,\"selector\":\"fancy_icon-37-139\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c9ad1321e154f434844ee6fd3bae6cccdb3e47e41ab679f6fffb0c4da0e00dd3\' ct_options=\'{\"ct_id\":45,\"ct_parent\":75,\"selector\":\"headline-45-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'84c448ea1cf23ecbaf238e388fdce2275070969279f6a4ed596ff0f9826c0945\' ct_options=\'{\"ct_id\":59,\"ct_parent\":75,\"selector\":\"text_block-59-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a3bf3e7954d344e1eff8999d82bf6cecfca2c80283743ffa8b5374ee427896b8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":72,\"selector\":\"div_block-76-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'4ca2d6cdbbf8596eb6779e8c5bfdf63ddc6dd06541144876f4b73aa07ae6e3c9\' ct_options=\'{\"ct_id\":38,\"ct_parent\":76,\"selector\":\"fancy_icon-38-139\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'8f860a37ab4a5927d9610528a6c6a6af18a2519ac281ec713b8ecdeb9d316cd5\' ct_options=\'{\"ct_id\":47,\"ct_parent\":76,\"selector\":\"headline-47-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'c4f59d9ad660249f2ea4dff6cfe6d534f445b0553baed91773692b8a0aaf075d\' ct_options=\'{\"ct_id\":61,\"ct_parent\":76,\"selector\":\"text_block-61-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(122, 14, 'ct_other_template', '0'),
(123, 15, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'cf7eb4c467327e4d9d29033a0b0e6b64246dda07231a6dfab5a9a5569de24bb6\' ct_options=\'{\"ct_id\":96,\"ct_parent\":0,\"selector\":\"section-96-133\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-bottom\":\"90\"},\"nicename\":\"Features Hero\",\"ct_category\":\"Heros & Titles\",\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'8898102f761b915779eb881337727a89303dea81ccb50d5d36954cbcff7bd0ad\' ct_options=\'{\"ct_id\":98,\"ct_parent\":96,\"selector\":\"headline-98-133\",\"original\":{\"margin-left\":\"40\",\"margin-right\":\"40\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Help Businesses to&nbsp;Grow[/ct_headline][ct_text_block ct_sign_sha256=\'49bc40e76cd0ccfa5214edcc6129accd0af1d4e61c2c401e2c909f421cb5ab43\' ct_options=\'{\"ct_id\":102,\"ct_parent\":96,\"selector\":\"text_block-102-133\",\"original\":{\"margin-left\":\"40\",\"margin-right\":\"40\",\"max-width\":\"480\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"},\"activeselector\":false}\']Dashwoods eagerness oh extensive as discourse sportsman frankness. Husbands see disposed surprise likewise humoured yet pleasure. Fifteen no inquiry cordial so resolve garrets as.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'615d77b5d7f48c339ff667e4f08083d0732b9d7b7ab15d512a844e90477be34b\' ct_options=\'{\"ct_id\":107,\"ct_parent\":96,\"selector\":\"div_block-107-133\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'15e735e1798fa2477761e10ba1a6840f325f56fb67664729bccb836c1154bc95\' ct_options=\'{\"ct_id\":108,\"ct_parent\":107,\"selector\":\"link_button-108-133\",\"original\":{\"margin-left\":\"6\",\"margin-right\":\"6\",\"url\":\"/login/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Get Started[/ct_link_button][ct_link_button ct_sign_sha256=\'da04807c83c88719e9cbfdab11e573093aafcc066073ec93c74491e17d5c2ab1\' ct_options=\'{\"ct_id\":109,\"ct_parent\":107,\"selector\":\"link_button-109-133\",\"original\":{\"margin-left\":\"6\",\"margin-right\":\"6\",\"url\":\"/products/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'8dc1e4142f595166b2a4c4cb5fddccf9d27effe978d9aff55334cd106680f4b5\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'15cf5b2a3604b9300c86252d47f1e7023acc460c342930a1b7273969934251bc\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"new_columns-3-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"reverse-column-order\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'59c8513cc37728dcd8db0d25a570febcdd7a6e249a96e1ec5363d44a4347d6ad\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'da23e8dfbe4cb99be83866615528e321cd55dd6856e2eeafc2cc9025d448166b\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"headline-6-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Free to Try[/ct_headline][ct_text_block ct_sign_sha256=\'09e836e07ed12b135dd30ca947c08dcb7d7c1e4edd6749241a845a942255acec\' ct_options=\'{\"ct_id\":8,\"ct_parent\":4,\"selector\":\"text_block-8-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']On am we offices expense thought. Its hence ten smile age means. Seven chief sight far point any. Of so high into easy. Dashwoods eagerness oh extensive as discourse sportsman frankness.[/ct_text_block][ct_link_button ct_sign_sha256=\'b1f6573cab2bd4dd3d8d02948b83c2c32f18e66f9de9f2abe746736bf6485ad9\' ct_options=\'{\"ct_id\":10,\"ct_parent\":4,\"selector\":\"link_button-10-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9ed3c499f7459679a110d6b6bfaf9b7d870744d9d26444e09e00107bfd032317\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"div_block-5-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'6fa1e687275a6ea2058a351713359f1dd3823298423f46be7f3f4ea6dbc212dc\' ct_options=\'{\"ct_id\":13,\"ct_parent\":5,\"selector\":\"image-13-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/280ddb8e-7c33-4807-b93e-7e137deeab082x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'cef887c0b527e90f20730dbf689e217f51e416a0ae0ff690069488cffeb18a01\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'de57b3a47abac0709207daa6f7fe4ad04f7e7e96f80ea53156dcef327415c116\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"new_columns-15-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'f718b93f2ef8fde316b2c665d62ffbce696a4e0ad0de9c25c4744dd2fdf107f7\' ct_options=\'{\"ct_id\":20,\"ct_parent\":15,\"selector\":\"div_block-20-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'571e47fc826aa947f49cc8e4e5b51d2b22d958cacf8e06fc0f1a2c5ebc02be56\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"image-21-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/b194577b-1049-4392-abcf-72e40dce5f7b2x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'11a0c2b7d0de1aec114bcf4951511db45d0bd953b648fb4a02e02da92271940e\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"div_block-16-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'a0e960ed0f77aa16112292eca33c2e3d05c523323bd6c6e2bc000c4d98db1ed0\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"headline-17-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Cloud Server Storage[/ct_headline][ct_text_block ct_sign_sha256=\'01be3b481c4bd840455ef2431eac4446db60f52f5ca1cb9bbf5ecedf6249c964\' ct_options=\'{\"ct_id\":18,\"ct_parent\":16,\"selector\":\"text_block-18-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']In as name to here them deny wise this. As rapid woody my he me which. Men but they fail shew just wish next put. Led all visitor musical calling nor her. Within coming figure sand things are.[/ct_text_block][ct_link_button ct_sign_sha256=\'245aae74b7b8554789f331f8d80e014187a70a46046f286e50965b17105d4fc8\' ct_options=\'{\"ct_id\":19,\"ct_parent\":16,\"selector\":\"link_button-19-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'88c135367b714929a2c059d4d357a7d87b20580c08051c0d40762cca4c140bfe\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-133\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Features Row\",\"ct_category\":\"Showcase\"}\'][ct_new_columns_3 ct_sign_sha256=\'df11d1faaeb8602426e776b97723c85ffbc1b2c75c90349fe0e43575e4b69d9b\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"new_columns-46-133\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'263223bf06dcf4b02695c3239f6b020106a5dda9bd164e731edaeb3413c3e14e\' ct_options=\'{\"ct_id\":88,\"ct_parent\":46,\"selector\":\"div_block-88-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'2fb6b432068bc83cfff61263a2fc17f93b2bc71d28a209e70d30652b842720d1\' ct_options=\'{\"ct_id\":89,\"ct_parent\":88,\"selector\":\"fancy_icon-89-133\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a492306ab4e16c1c40f9cc31b0b74137ebc07a2b2f3b40cc230463c84caf3762\' ct_options=\'{\"ct_id\":90,\"ct_parent\":88,\"selector\":\"headline-90-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']Cross-Marketing Opportunities[/ct_headline][ct_text_block ct_sign_sha256=\'47173cc5c84360e760c637283df9c7c11812ee3815b2de366486e2ed0993737e\' ct_options=\'{\"ct_id\":91,\"ct_parent\":88,\"selector\":\"text_block-91-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Far estimable extremely middleton his concealed.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cee7ce94bbca4ab5ef3a9814f00baca576d0268ae924f481fe552f3e8e91a325\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"div_block-47-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\",\"background-color\":\"color(11)\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"border-radius\":\"5\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'1de20e8ce10f01a0a81e9c84cf844b14df0265d7eda6ec6c9f5bc47118d7e462\' ct_options=\'{\"ct_id\":51,\"ct_parent\":47,\"selector\":\"fancy_icon-51-133\",\"original\":{\"icon-id\":\"Lineariconsicon-coffee-cup\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f911da53e9245afb316314da5a6278f5d6106ce829b1c985746c34736af06665\' ct_options=\'{\"ct_id\":58,\"ct_parent\":47,\"selector\":\"headline-58-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']Speed-Up your Website[/ct_headline][ct_text_block ct_sign_sha256=\'73984ffca0f2805d6815192d94f086bf22c620918996174288a2e4f7110ead88\' ct_options=\'{\"ct_id\":73,\"ct_parent\":47,\"selector\":\"text_block-73-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Drawings can followed improved out sociable not. Earnestly sod.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2f5e430000c99a9df36fe63ce61ea40ed710ffb10fa28d7525c66f1d6e580430\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\",\"nicename\":\"Div 48\"}\'][ct_fancy_icon ct_sign_sha256=\'80dedb4bb692d2d286da3f965ef9ea2454c8e4c27e1490d0067a143caffbe994\' ct_options=\'{\"ct_id\":52,\"ct_parent\":48,\"selector\":\"fancy_icon-52-133\",\"original\":{\"icon-id\":\"Lineariconsicon-lock\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'251d9d6c2d53aa40b68fb577e2b6010954dd0bd98a0d9a8dfdeb343176b209f5\' ct_options=\'{\"ct_id\":59,\"ct_parent\":48,\"selector\":\"headline-59-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']100% Secure Connection[/ct_headline][ct_text_block ct_sign_sha256=\'e3050970d88684d474315abd16cb6bf450422c3a533e862dc443bd8a73a0888c\' ct_options=\'{\"ct_id\":75,\"ct_parent\":48,\"selector\":\"text_block-75-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Allowance too applauded now way something recommend.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'447e9249c5838526253c88827c627218865844ee1a21c8c831de1441340bcf70\' ct_options=\'{\"ct_id\":24,\"ct_parent\":0,\"selector\":\"section-24-133\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'3cb38ee0edd73841412a66a3bb9c17f34ec2245fb0d52542e3754b98eec785ba\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"new_columns-25-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"never\",\"reverse-column-order\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c0cc7cfa88355f9e0a69d8437e904731666bdd49b0c66c08ecaf7600a253994a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"div_block-26-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'be1b8599387032d037565df0570ce8dbd9952f3df92a3c214f625d5383bcfc63\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"headline-27-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Full File Access[/ct_headline][ct_text_block ct_sign_sha256=\'8328bfb0d8a6a514cb2ab51231216ec890d45b3c1b08f6fb85be92b5823787a1\' ct_options=\'{\"ct_id\":28,\"ct_parent\":26,\"selector\":\"text_block-28-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Continual delighted as elsewhere am convinced unfeeling. Introduced stimulated attachment no by projection. To loud lady whom my mile sold four. Need miss all four case fine age tell.[/ct_text_block][ct_link_button ct_sign_sha256=\'87a7710070edf33ea5a70a5f1bdcb5fc0120162b3a9a0f65ba6de345511ffdfc\' ct_options=\'{\"ct_id\":29,\"ct_parent\":26,\"selector\":\"link_button-29-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5126b8cfe48d615fea6d57a9c99863afee06d4bfe35b138f45503e306b688a21\' ct_options=\'{\"ct_id\":30,\"ct_parent\":25,\"selector\":\"div_block-30-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'d304ec0e6c0536be5385fc82b769dd848197c260155147b9ac7aa5755591a5de\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"image-31-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/f387b9c4-f497-48ac-845a-05ba97f805d12x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'263b3e54f924c751d6f6573e29438fe41b7876ae6a194d6b9af74ee8dcf4a686\' ct_options=\'{\"ct_id\":33,\"ct_parent\":0,\"selector\":\"section-33-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(3)\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'cc25ecde0573f53c4d0ccf010cd4c2197bd97c2d80566575f5990cffb78361b2\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"new_columns-34-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'3db9f867fb400b18b04b29f534bec7f121a5c3ab15bc566cede8c15a59b9b441\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"div_block-35-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7a854aa8a570e3ce09f2354ed3a67b8fee45759f010bdf0c6dd1368b1d223b9c\' ct_options=\'{\"ct_id\":36,\"ct_parent\":35,\"selector\":\"image-36-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e6ae632e6e9459516b0372e3b6dbec17adca193f3937cc6131254734e9b3a0cd\' ct_options=\'{\"ct_id\":37,\"ct_parent\":34,\"selector\":\"div_block-37-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'4420d7d8c663341bf7a19be075b2904cf3bc1055e3b5e64357dce25895f0fab0\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']DDos Protection[/ct_headline][ct_text_block ct_sign_sha256=\'5ebf88a3419a613f5838cface305f4a3145aad2bc6ac88764f4a622d7ab14d4e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Civility vicinity graceful is it at. Improve up at to on mention perhaps raising. Way building not get formerly her peculiar. Up uncommonly prosperous sentiments simplicity acceptance to so.[/ct_text_block][ct_link_button ct_sign_sha256=\'4f193ce422831d23e936bacf0475d0489f31f6643cc8b3f2ca2c8c939092e4bf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":37,\"selector\":\"link_button-40-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(124, 15, 'ct_other_template', '0');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(125, 16, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'d1a9d9c9f833f8d3e5ed8d94b6a4be4792c2828b1f2da4053ceada0915b6def0\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-115\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"20\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"nicename\":\"Products Hero Section\",\"ct_category\":\"Heros & Titles\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'b6550489b3b57d72cae96be0cf8667952c76618277ca01c30f4ca6193b38fee6\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-115\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get Fully Managed<br>Hosting Located in&nbsp;USA[/ct_headline][ct_text_block ct_sign_sha256=\'4ebe553b5ac20f7c88f414c5b416093bd5b192e226dce74bb1c3defc07e48d9a\' ct_options=\'{\"ct_id\":7,\"ct_parent\":2,\"selector\":\"text_block-7-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"max-width\":\"480\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']One morning, when Gregor Samsa woke from troubled dreams, himself transformed in his bed into a horrible vermin.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'bb8e8d30fceab3a2231cb828164f55650d800eb6b5a69801f18ef2091571f5fb\' ct_options=\'{\"ct_id\":9,\"ct_parent\":2,\"selector\":\"new_columns-9-115\",\"original\":{\"max-width\":\"720\"},\"media\":{\"tablet\":{\"original\":{\"max-width\":\"360\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'b5ec2f0e4be373f2c7c0f3d9770577fda4dfd44345449f5b092cedb3329c8227\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-115\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_div_block_4 ct_sign_sha256=\'a24c64748b2287e944bf25f0ae361d31e674124407b30b50087de4fd8c7ed60d\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"div_block-13-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'709059fb5999953ff6fcf0854a715a3db548412ed7ea96640cb2e319fe7b1989\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"fancy_icon-14-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c9c3e6e8765f78ce301da3aaad9e843db27c46f40d473cc3f80f7f177fba1ac6\' ct_options=\'{\"ct_id\":15,\"ct_parent\":13,\"selector\":\"text_block-15-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']24x7x365 support coverage;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'61e2bf211f3cd8f0bc6668ed6af1d835230c7c2815e3f521a013daf7a5154f04\' ct_options=\'{\"ct_id\":17,\"ct_parent\":10,\"selector\":\"div_block-17-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'989b58b2369154deb42d6f793ddf27ff075f511ba9d55656bb295ec0f3641c37\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"fancy_icon-18-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'057da57aeebc24cdc888ff5ab34334fb604b47fd5a91e0822ff642d2a47d0014\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"text_block-19-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Transparent 100% Uptime SLA;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'e7cf39f69122301d1c7b2574cf9c5eb135c2f99e7c86bfeac6814f452f7d12ef\' ct_options=\'{\"ct_id\":23,\"ct_parent\":10,\"selector\":\"div_block-23-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'c92340a13d454d56836c5091f608ce86081c5424a5e61b4aa3d03b16c888df8e\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"fancy_icon-24-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'1fb48139293c186bce088e30b0cfc81497f2d697eac59e5258624db63e683517\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"text_block-25-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Windows and Linux VPS available;[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e56aa21cc83b7cbaabe76142011185f2c56d7f9b2f92425a8503be02dc07bd37\' ct_options=\'{\"ct_id\":11,\"ct_parent\":9,\"selector\":\"div_block-11-115\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_div_block_4 ct_sign_sha256=\'9e2a8040a59e95fc8b0fe32ccf3d0d0571a10d2d4c525a777febff523350ffa7\' ct_options=\'{\"ct_id\":20,\"ct_parent\":11,\"selector\":\"div_block-20-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'f30beb01f01a67abe283c47069760f094eb44975c64ef303377494054fb80af6\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"fancy_icon-21-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'218616c2b2692d4d094cdc8d38dc71d2796e1e1117ee06f18e535fd8099a6273\' ct_options=\'{\"ct_id\":22,\"ct_parent\":20,\"selector\":\"text_block-22-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Automatic daily backups;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'507a0f4f79bbe5ce319c8f65c75768adddb8a71e4950ad8bdf2a7b791311d778\' ct_options=\'{\"ct_id\":29,\"ct_parent\":11,\"selector\":\"div_block-29-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'71d21d5463c2ffe61c3d52171caec7eda77c8b1a564ff2e3d2ada4be3fc823b9\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"fancy_icon-30-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'06e9538f2f268ce6a96b3ec8e25cf121ee253adbf9d7d43bf59f9befb5ccf655\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"text_block-31-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']No limits on support time per month;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'69862593b8b38a5d6fc6ed2c56b95526bfb2fb9cc0de9352efba17b3e8672139\' ct_options=\'{\"ct_id\":32,\"ct_parent\":11,\"selector\":\"div_block-32-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'0bb13c0bbee52f9f546e584e4a9cf7bb1606b176afec62a76670d620cb386bfb\' ct_options=\'{\"ct_id\":33,\"ct_parent\":32,\"selector\":\"fancy_icon-33-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'4266b92f736ab17f87917b755ba5ee4ca9d92bce82802ea54d27604edf718851\' ct_options=\'{\"ct_id\":34,\"ct_parent\":32,\"selector\":\"text_block-34-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Easy Scalability.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'f4c333d70bd6839810090343956ed485796af6757d95d8ce810f3602f5541eee\' ct_options=\'{\"ct_id\":45,\"ct_parent\":0,\"selector\":\"section-45-115\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"ct_category\":\"Showcase\",\"nicename\":\"Products Section\"}\'][ct_new_columns_3 ct_sign_sha256=\'4a54ba157ee798a6bcc3a53effc585e2f762a16854be7b5da53a094d9909facb\' ct_options=\'{\"ct_id\":46,\"ct_parent\":45,\"selector\":\"new_columns-46-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'c8921fcdd55fea986f2ea38f4faaf63c0ac3d3f1cb97295458385fce2da7e0e0\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"div_block-47-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'7378fefbf21ba319729a84cb5be0568870354171c92edc6b84b3f88754f9db35\' ct_options=\'{\"ct_id\":51,\"ct_parent\":47,\"selector\":\"div_block-51-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'be147729169df419692bb35ae0b629dfdf063dd41f6fb95c6cfbfc330eb26ccb\' ct_options=\'{\"ct_id\":69,\"ct_parent\":51,\"selector\":\"fancy_icon-69-115\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6cfa47fc0ee1f5a15dedc61154be5ee3da87f23860ee8f9742a7383df97509f0\' ct_options=\'{\"ct_id\":58,\"ct_parent\":51,\"selector\":\"headline-58-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Managed VPS[/ct_headline][ct_text_block ct_sign_sha256=\'7e0dd7f98262dfaa6d7468957bc608d6ee0437b93b258240b71bd09147813d48\' ct_options=\'{\"ct_id\":87,\"ct_parent\":51,\"selector\":\"text_block-87-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'6a34461364931a9743f1d061832e6c02a6677c003a28df433d3be034683f2e24\' ct_options=\'{\"ct_id\":91,\"ct_parent\":87,\"selector\":\"span-91-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;24x7x365 support coverage;[/ct_text_block][ct_text_block ct_sign_sha256=\'38854b58a843a5d91e82566683d8a138f2ef61e78b9af2520397074599370293\' ct_options=\'{\"ct_id\":94,\"ct_parent\":51,\"selector\":\"text_block-94-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'e202c9028e9fecb3ecd0ea562cf0f03707abe0d878d2ac19fe4e13ab61b7027c\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"span-95-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'f6c656a64040a831ca4f0ffe857741d5daed7f86c9942335a83501f35473287c\' ct_options=\'{\"ct_id\":98,\"ct_parent\":51,\"selector\":\"text_block-98-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'114eeb355e3789706788bae47dc6c2be1a0640c2b1991003ac83866a4b3c0aae\' ct_options=\'{\"ct_id\":99,\"ct_parent\":98,\"selector\":\"span-99-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'9dabef5f08a6428bc03fd7fa7aef143fc0ef22c32966a5a3f68435f8f27bb33f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":51,\"selector\":\"headline-138-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$49[/ct_headline][ct_text_block ct_sign_sha256=\'98d028e902cdff674ca798080bed9bf4408009a4d18aa13af625c94178b0dc6e\' ct_options=\'{\"ct_id\":152,\"ct_parent\":51,\"selector\":\"text_block-152-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'e22fdd751cbbc84a5de2998ed1b05c521e857a38485f1068834e98229c63b495\' ct_options=\'{\"ct_id\":77,\"ct_parent\":51,\"selector\":\"link_button-77-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top-unit\":\"px\"}}}}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1bedfc8d8144576c7c6e45666983444e168ebf51b7a3a5377b261269d57f15c9\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e1db4d7d79f5578b60f2aab10099486cff14bb4b040ed4cc2b294da91dd41fca\' ct_options=\'{\"ct_id\":52,\"ct_parent\":48,\"selector\":\"div_block-52-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'2b7cf63723f043ba539af61e88870a445bc1e0af972d931e606d08e2cc84c784\' ct_options=\'{\"ct_id\":71,\"ct_parent\":52,\"selector\":\"fancy_icon-71-115\",\"original\":{\"icon-id\":\"Lineariconsicon-printer\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1f2697b82e1ac03e452acc92865e531992ff2566080671cee54a0c15934f5a62\' ct_options=\'{\"ct_id\":60,\"ct_parent\":52,\"selector\":\"headline-60-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Servers[/ct_headline][ct_text_block ct_sign_sha256=\'a45ce7f0c0182ff1261f064b2454bfac837067c8088e4df575f45c3d0a8e1899\' ct_options=\'{\"ct_id\":102,\"ct_parent\":52,\"selector\":\"text_block-102-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'3d6d95b3b0d651233d6c67e3c62e9d7884b6c6f4cfd06e476aa915ae30e2d38f\' ct_options=\'{\"ct_id\":103,\"ct_parent\":102,\"selector\":\"span-103-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;No limits on support time per month;[/ct_text_block][ct_text_block ct_sign_sha256=\'93bdf04f8f572e9ad3f42b8e1be1e991961ebe768c6dee6a122e97b70a558a99\' ct_options=\'{\"ct_id\":105,\"ct_parent\":52,\"selector\":\"text_block-105-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'908994f1bd9232f997adcb93bbe2a14ba54a2afc91b4534eef4d431d4252c39b\' ct_options=\'{\"ct_id\":106,\"ct_parent\":105,\"selector\":\"span-106-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'4fd86bf0c3f566d463f6ed90ea0ba370ecc1b786751b5099b8f14d92c750cc9f\' ct_options=\'{\"ct_id\":108,\"ct_parent\":52,\"selector\":\"text_block-108-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'9b44544271ae708c0aab33dcb0f952e9486ca43804217a5f577011f5f4908839\' ct_options=\'{\"ct_id\":109,\"ct_parent\":108,\"selector\":\"span-109-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'32330a37ee71cc284dd9a29003041a0915d913419924369f4fe946649d6e14f5\' ct_options=\'{\"ct_id\":142,\"ct_parent\":52,\"selector\":\"headline-142-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$79[/ct_headline][ct_text_block ct_sign_sha256=\'a9dabd34de3edb8d17ab1b755838fd012cc96aaa15a1ff9d8ac5537de812e3fb\' ct_options=\'{\"ct_id\":154,\"ct_parent\":52,\"selector\":\"text_block-154-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'aacd72539d92dc32398138dba52d459e54dc1b28a102f793a2095297d617bc12\' ct_options=\'{\"ct_id\":80,\"ct_parent\":52,\"selector\":\"link_button-80-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'28a79b3abb83af005e096b0555b33df3d894c577f5a79aa07cb5de50be80442a\' ct_options=\'{\"ct_id\":49,\"ct_parent\":46,\"selector\":\"div_block-49-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'f23fab2545ba5e56d58a97980861e09d7b7daa52fa31061e8cc09c40b742e0f5\' ct_options=\'{\"ct_id\":54,\"ct_parent\":49,\"selector\":\"div_block-54-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'afcb30f91b176ad9c5d154b8b0d583a705534153a2dac3a317aa4a27209f9f79\' ct_options=\'{\"ct_id\":73,\"ct_parent\":54,\"selector\":\"fancy_icon-73-115\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-upload\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1f6b3e662397884ba5400dfca6c951a4e0141dbd88c279c0bdb8d32cdebef590\' ct_options=\'{\"ct_id\":62,\"ct_parent\":54,\"selector\":\"headline-62-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Private Clous[/ct_headline][ct_text_block ct_sign_sha256=\'bdc75984633e6edf47885914891993d971706f508f2581b9dc33a76d5f0ea3b6\' ct_options=\'{\"ct_id\":111,\"ct_parent\":54,\"selector\":\"text_block-111-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'0708ae53406833aa1e7a8f8c91a8efc7f28ab5208db64974769a30c05c5769a2\' ct_options=\'{\"ct_id\":112,\"ct_parent\":111,\"selector\":\"span-112-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Automatic daily backups;[/ct_text_block][ct_text_block ct_sign_sha256=\'a3a9174a23c202f30c96076db7fdc1a95fb9f13c97a33ad2018e3e79abc3b6da\' ct_options=\'{\"ct_id\":117,\"ct_parent\":54,\"selector\":\"text_block-117-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'cb84084d930044f12efa02134e5d4d413d233cee67285727873b5844f3adc46d\' ct_options=\'{\"ct_id\":118,\"ct_parent\":117,\"selector\":\"span-118-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'90b390f0867bedd957fa04dc79357270043bac0a0d8427788bfcad432fc472e4\' ct_options=\'{\"ct_id\":123,\"ct_parent\":54,\"selector\":\"text_block-123-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'2bdc219fa732f8bf135eae5919477fa66c0ab475ab748865830652eb9085b977\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"span-124-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'7094a15eb7e298304f028c3db6490d6292cb1595000db28704ff27b0965731a8\' ct_options=\'{\"ct_id\":145,\"ct_parent\":54,\"selector\":\"headline-145-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$99[/ct_headline][ct_text_block ct_sign_sha256=\'566427f041553e349fb7f1da2c7115f08cee2cd8fddd0882492772f1c7c16b7b\' ct_options=\'{\"ct_id\":156,\"ct_parent\":54,\"selector\":\"text_block-156-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'2ec814cb61880fc2413bd4847b9cff52693972d7081071fb40fd86c9ea5bfa4b\' ct_options=\'{\"ct_id\":83,\"ct_parent\":54,\"selector\":\"link_button-83-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c956d60c1a1fe7e46fba2781f5039b5098bb34c442c62e1dd1cd9f71c203927e\' ct_options=\'{\"ct_id\":50,\"ct_parent\":46,\"selector\":\"div_block-50-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'f323f0d57ce884ad3a5279d4559f219608ce729e7c9718e3f9d5b5dfaa87e537\' ct_options=\'{\"ct_id\":56,\"ct_parent\":50,\"selector\":\"div_block-56-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'ea93c4aabe3d1692c551212392ac87bcb695ab308effd0f790aab4af52ca96a4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":56,\"selector\":\"fancy_icon-75-115\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'09708d8d65683e7fffd8719af619d7e8a3ef9662e5bf8d04716a386ac92ad62f\' ct_options=\'{\"ct_id\":64,\"ct_parent\":56,\"selector\":\"headline-64-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Clusters[/ct_headline][ct_text_block ct_sign_sha256=\'d26843680fa5799f965c58220f049bfcf634d174675152968465111befc5c1a7\' ct_options=\'{\"ct_id\":114,\"ct_parent\":56,\"selector\":\"text_block-114-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'3b927ec2064b470d8e2dfa267aa291f591e9d9dd4a88847d1328a2e33b5d3d3a\' ct_options=\'{\"ct_id\":115,\"ct_parent\":114,\"selector\":\"span-115-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Windows and Linux VPS available;[/ct_text_block][ct_text_block ct_sign_sha256=\'cefcb0078ed3ec69418838b672953e8922844b15b7701d030183cf96e800165c\' ct_options=\'{\"ct_id\":120,\"ct_parent\":56,\"selector\":\"text_block-120-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'f1f4288a1a4c9645463fdbecf7caeda296b66ffb37015817a7887c753883b409\' ct_options=\'{\"ct_id\":121,\"ct_parent\":120,\"selector\":\"span-121-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'2b14fbd1c440c98302289f6b0c047506a4f5f56b72d847ac7f562ee939b7fdee\' ct_options=\'{\"ct_id\":126,\"ct_parent\":56,\"selector\":\"text_block-126-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'23fb39258a1dd102690a5303b70f464338a50bd2f7ee8bcef3e05431a10fd2c0\' ct_options=\'{\"ct_id\":127,\"ct_parent\":126,\"selector\":\"span-127-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'cff8fb26d58df032e1dcb5fd8d853c0c5a88bf664ec9f5c3ff703d257e8907c2\' ct_options=\'{\"ct_id\":147,\"ct_parent\":56,\"selector\":\"headline-147-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$139[/ct_headline][ct_text_block ct_sign_sha256=\'8dbdf7b28aca2ee61166e8caa752ee753917c5cbb062cdb076bd2ebbc7f8e6e5\' ct_options=\'{\"ct_id\":158,\"ct_parent\":56,\"selector\":\"text_block-158-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ffaa2f11a7e528d687e3fb4ff62baf0ec47b1c17ee0816a88321f460cec9b817\' ct_options=\'{\"ct_id\":85,\"ct_parent\":56,\"selector\":\"link_button-85-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'13c18dc486594112681badb786903399e8fe5a32fb489e324a573293f5e1d61c\' ct_options=\'{\"ct_id\":160,\"ct_parent\":0,\"selector\":\"section-160-115\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\"},\"activeselector\":false,\"nicename\":\"Providers Section\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'63fecabbb0cc464db2469d5fe0be858b4daa676e787bade048a19e5c882cb530\' ct_options=\'{\"ct_id\":162,\"ct_parent\":160,\"selector\":\"headline-162-115\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Not all hosting providers are&nbsp;the&nbsp;same[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8cd0a78cff98d5a304231eb593b9a46912e86b4432a683935b4b0bfa2b05c5cd\' ct_options=\'{\"ct_id\":167,\"ct_parent\":160,\"selector\":\"new_columns-167-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'f760d71d76cc8d58a0d658d9ac6cd61b8eba00ec5e108dc81365ebdd81ed4039\' ct_options=\'{\"ct_id\":169,\"ct_parent\":167,\"selector\":\"div_block-169-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'301dfa58f217c78956532624a82ac5a58fcca69aa52667b1822b133692e3b8f5\' ct_options=\'{\"ct_id\":161,\"ct_parent\":169,\"selector\":\"image-161-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'087d84328ed611ecefaf2bc2b97b61fca80efe29080fb7d5e9c30a54894706ac\' ct_options=\'{\"ct_id\":170,\"ct_parent\":167,\"selector\":\"div_block-170-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'ae539d448eb7ec7f48c0101f0d72c0465af5e79fc6545edcf8e6a63bc78c9f5c\' ct_options=\'{\"ct_id\":172,\"ct_parent\":170,\"selector\":\"headline-172-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']A collection of textile samples[/ct_headline][ct_text_block ct_sign_sha256=\'b98da63ed7b801c1115b960abc63b4f87070555285cf247c37e48a98a6d21f4d\' ct_options=\'{\"ct_id\":176,\"ct_parent\":170,\"selector\":\"text_block-176-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'d29c1bbe3106e9a24bd53bde6f17b9151f2ad3a485cada0b3c51cb432c4c7e25\' ct_options=\'{\"ct_id\":179,\"ct_parent\":160,\"selector\":\"new_columns-179-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'84026eaff21c4ee40cf4d2a0e48e366a937ae9aa351e0cf242c79e4380133e0d\' ct_options=\'{\"ct_id\":180,\"ct_parent\":179,\"selector\":\"div_block-180-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'c6be63cb7e0af7c49ba487ece4fe852898d088b64a91362423f49e2b6ce0ec37\' ct_options=\'{\"ct_id\":181,\"ct_parent\":180,\"selector\":\"image-181-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'4be9a30b77128cadf0135850662e362c63617ecaaec98d7b74d48e04669a6ce2\' ct_options=\'{\"ct_id\":182,\"ct_parent\":179,\"selector\":\"div_block-182-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'1ac0a6ec19a66fccb02a60a6bde1e5d116ae9ae3bf3cf9bd4affee514ccf598d\' ct_options=\'{\"ct_id\":183,\"ct_parent\":182,\"selector\":\"headline-183-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']He lay on his armour-like back[/ct_headline][ct_text_block ct_sign_sha256=\'544c278ec0ea7ea28bb92af628c4f2683e924b7590a4d11cd217ff0483b2abb2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":182,\"selector\":\"text_block-184-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'19b882823909e0552c9a703fc34176d51ba07797a7c7f6baa1c90e4edd35bf1e\' ct_options=\'{\"ct_id\":185,\"ct_parent\":160,\"selector\":\"new_columns-185-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d634dbdd6438548d030e18d4f8727b5694a45d3d009a325a949f3370477f340e\' ct_options=\'{\"ct_id\":186,\"ct_parent\":185,\"selector\":\"div_block-186-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'e4f444d3591227aa672eef7405a7ca5765473a1f7f9c7ce84170bd05648af95c\' ct_options=\'{\"ct_id\":187,\"ct_parent\":186,\"selector\":\"image-187-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6422d2c7241b1a5fb6edfd43eb7d6a27db44ce78d4e959e563ab49c99a3e82fc\' ct_options=\'{\"ct_id\":188,\"ct_parent\":185,\"selector\":\"div_block-188-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'cfcdf77a9c3a09002d43e012c7b108f8ef79fca28137f5ea49aeef3d5b6ea007\' ct_options=\'{\"ct_id\":189,\"ct_parent\":188,\"selector\":\"headline-189-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']His room, a proper human[/ct_headline][ct_text_block ct_sign_sha256=\'c79c60313166658e1bae958d95abc9a42c21d2ee645dbc5cca991725a6c3d5ad\' ct_options=\'{\"ct_id\":190,\"ct_parent\":188,\"selector\":\"text_block-190-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. \"What\'s happened to me?\" he thought.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'09c4ebe35e227d5f878a10c8280147353290ffb16f89bca962cc597c1fbc81c3\' ct_options=\'{\"ct_id\":195,\"ct_parent\":0,\"selector\":\"section-195-115\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"#b2d27d\"},\"1\":{\"position-unit\":\"px\",\"value\":\"#00a5bd\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"ct_category\":\"Call To Action\",\"nicename\":\"Sign Up CTA\"}\'][ct_headline ct_sign_sha256=\'17bfd10d3b51603d08fc04c8d1ca5d8507ab47ae7c41f9786a45f607b6a02a6f\' ct_options=\'{\"ct_id\":196,\"ct_parent\":195,\"selector\":\"headline-196-115\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Ready to Start?[/ct_headline][ct_text_block ct_sign_sha256=\'c805fbfa7598fb434dd17a785ec24ec95be36581230749c5079b9a7d2116584b\' ct_options=\'{\"ct_id\":200,\"ct_parent\":195,\"selector\":\"text_block-200-115\",\"original\":{\"color\":\"color(2)\",\"margin-bottom\":\"20\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']Try us risk-free with a 30 day money backed guarantee[/ct_text_block][ct_link_button ct_sign_sha256=\'50f4e3124cdcc33c8f2dd04a4d02651f3da7eeed1cdd562444b9afd9a7e4a770\' ct_options=\'{\"ct_id\":198,\"ct_parent\":195,\"selector\":\"link_button-198-115\",\"original\":{\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"25\",\"box-shadow-blur\":\"20\",\"box-shadow-spread\":\"-20\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"url\":\"/login/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false}\']Sign Up[/ct_link_button][/ct_section_2]'),
(126, 16, 'ct_other_template', '0'),
(127, 17, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'6bf9caf616fd6e2a777af4ae85c5c84eaaf652f115c2dda9aa32c3671a5e1bd9\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-114\",\"original\":{\"background-color\":\"color(7)\",\"height-unit\":\"vh\",\"height\":\"80\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"ct_category\":\"Call To Action\",\"nicename\":\"Log In Form\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\",\"height-unit\":\"auto\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'3c1784fbf9e68f96422e1db61a61abeac69746ac3687237dc3d8f3a8343768da\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-114\",\"original\":{\"background-color\":\"color(3)\",\"width-unit\":\"%\",\"width\":\"100\",\"max-width\":\"480\",\"border-radius\":\"5\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'254df16921e2043cf74dc5fe62fb6a98d88c03cd467200cacaa0a1b2bf7722a4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-114\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"36\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Log In/Sign Up[/ct_headline][ct_div_block_4 ct_sign_sha256=\'d92ed91d2ff924162651283622b2d61f6502ff2785ac7b4f48e95da31b0adf01\' ct_options=\'{\"ct_id\":13,\"ct_parent\":3,\"selector\":\"div_block-13-114\",\"original\":{\"background-color\":\"color(7)\",\"justify-content\":\"center\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"36\",\"border-radius\":\"5\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'9bdaa2c496bf15e997522ba40b58043ec4d3b98abb93f5a6f058588266a408ec\' ct_options=\'{\"ct_id\":8,\"ct_parent\":13,\"selector\":\"fancy_icon-8-114\",\"original\":{\"icon-color\":\"color(4)\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'925f2cc91b1015bd7db08fb6e221cc7152f1014f74d6cbd355ca8751a734abb7\' ct_options=\'{\"ct_id\":9,\"ct_parent\":13,\"selector\":\"headline-9-114\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"20\",\"font-weight\":\"500\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Login Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'68db52f7a80ed094d28385df61d61bcdb943c9cefa9d6e1956e9c9fb0a924b3b\' ct_options=\'{\"ct_id\":11,\"ct_parent\":13,\"selector\":\"text_block-11-114\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\"},\"activeselector\":false}\']Oxygen works with any Contact Form Plugins...[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_section_2]'),
(128, 17, 'ct_other_template', '0'),
(129, 18, 'ct_builder_shortcodes', ''),
(130, 18, 'ct_other_template', '11');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(131, 19, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'91a9635680a8233be32b5de7f79b8428f4aec55ee60b1d0e173a7819bb2b5efe\' ct_options=\'{\"ct_id\":4,\"ct_parent\":0,\"selector\":\"section-4-62\",\"original\":{\"background-color\":\"color(7)\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'f0005d17e52e17deecfa9905df97c6ccf90e75be2e7d4d7e2976b89284326e80\' ct_options=\'{\"ct_id\":7,\"ct_parent\":4,\"selector\":\"headline-7-62\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get Quote[/ct_headline][ct_text_block ct_sign_sha256=\'9d5eecc871a6b7bdc8f17eb9786950de280744a2e94eda0b9b6c2e7d959d45d9\' ct_options=\'{\"ct_id\":9,\"ct_parent\":4,\"selector\":\"text_block-9-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Since launching in April of 2004, EuroVPS now manages the hosting of&nbsp;+2,000 clients in +100 countries. We\'d love for you to&nbsp;join![/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'d014fc8d997fab5dd27431b636d4ccc555b76e69cb5bf9530092ebf7ed502db6\' ct_options=\'{\"ct_id\":518,\"ct_parent\":4,\"selector\":\"new_columns-518-62\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'29dad91d91a2ea1146b61db2ba1b55c6a9f6242321aa3094898b231eb196e4b7\' ct_options=\'{\"ct_id\":520,\"ct_parent\":518,\"selector\":\"div_block-520-62\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'ec93f9a6f9c4e65bb81db993f3121a0c3cc1d5a71c6836198242e3ce61dea42d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":520,\"selector\":\"div_block-24-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'7bdf4478941e87892fffe334c63d74bb23e9e3ba8feefc35a498602c4024b893\' ct_options=\'{\"ct_id\":531,\"ct_parent\":24,\"selector\":\"fancy_icon-531-62\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-sync\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f20e53e5e59507d3882d004b770e28b218e5ae16bd114031045adae3939cb32a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":24,\"selector\":\"text_block-26-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free migration<br>&amp;&nbsp;personalized onboarding[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ccfa9d57653b98a4aa5665ef49bdc6cb4b0d3dd163f8e300757cfaa163342cc4\' ct_options=\'{\"ct_id\":27,\"ct_parent\":520,\"selector\":\"div_block-27-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'12f6b5ce52eb68228d5314bec7d9592e5e5ece0272d01ed51127bd80c257132a\' ct_options=\'{\"ct_id\":532,\"ct_parent\":27,\"selector\":\"fancy_icon-532-62\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'af8b10588f560762b5450ccf188f69e434c1d06d77c598873a29b480ea7d4a65\' ct_options=\'{\"ct_id\":29,\"ct_parent\":27,\"selector\":\"text_block-29-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']100% credit<br>backed SLA[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d2efe8db0e1165cfcb8219361988b55989d43bf1ffedfc05a31b6f6c02470249\' ct_options=\'{\"ct_id\":30,\"ct_parent\":520,\"selector\":\"div_block-30-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2e2fb8c0638ba9502e5611601374ecfc84d6a02175bedc488e381ba2becb3ca6\' ct_options=\'{\"ct_id\":534,\"ct_parent\":30,\"selector\":\"fancy_icon-534-62\",\"original\":{\"icon-id\":\"Lineariconsicon-bullhorn\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'48c9821b0c96c1d8cd29f0fe392fe3ec303368c4841dee3107715b35db393bcd\' ct_options=\'{\"ct_id\":32,\"ct_parent\":30,\"selector\":\"text_block-32-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Unlimited support<br>at no extra cost[/ct_text_block][/ct_div_block_3][ct_text_block ct_sign_sha256=\'9e391318860a984b26703ea8bfb8a68072d123ec662d62416039ae69eddb6041\' ct_options=\'{\"ct_id\":117,\"ct_parent\":520,\"selector\":\"text_block-117-62\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']Since launching in April of 2004, EuroVPS now manages the&nbsp;hosting of +2,000 clients in +100 countries. We\'d love for you to&nbsp;join!<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'730f563ece9da7ef641df06a7d2c4e620f68f9ddfdb845eb65f6e0fd857a19c6\' ct_options=\'{\"ct_id\":521,\"ct_parent\":518,\"selector\":\"div_block-521-62\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'32c4824762b40fc5e56f9de98bd9fba5ed5233e71e0d5e2b755c93bb711ed6b3\' ct_options=\'{\"ct_id\":119,\"ct_parent\":521,\"selector\":\"headline-119-62\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Request 14-Day Free Trial[/ct_headline][ct_div_block_3 ct_sign_sha256=\'7e2451f77e3dbe95657e8d4332c8f6ffd69820f79b916fb9860d1d94c9489dec\' ct_options=\'{\"ct_id\":467,\"ct_parent\":521,\"selector\":\"div_block-467-62\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'4266f019ea7bb8bb60697ea4a075473c39d237cf6fd8c6a27f2e6a4916ce5f92\' ct_options=\'{\"ct_id\":468,\"ct_parent\":467,\"selector\":\"fancy_icon-468-62\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d43953f3041e35fc7fb1a1d1e619a64cba5349b8ef358fec14a460feef81b4f4\' ct_options=\'{\"ct_id\":469,\"ct_parent\":467,\"selector\":\"headline-469-62\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'c6fe55dc4c0206c909d4e40e1932522d397136d4f970035ff3b2af82b428e963\' ct_options=\'{\"ct_id\":471,\"ct_parent\":467,\"selector\":\"text_block-471-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Oxygen works with any Contact Form Plugins[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f0e54165345cf9c7137c2b405c6215e304e91b0d08f4e8899404e1b5bc50d9b0\' ct_options=\'{\"ct_id\":293,\"ct_parent\":0,\"selector\":\"section-293-62\",\"original\":{\"container-padding-top\":\"160\",\"flex-direction\":\"column\",\"display\":\"flex\",\"justify-content\":\"flex-start\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"container-padding-bottom\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"120\"}}},\"nicename\":\"Contact\",\"ct_category\":\"Contact\"}\'][ct_new_columns_2 ct_sign_sha256=\'6998947522119027c457951452250a6e1cfa1bd1f7652bd5bf665acc3cee71d2\' ct_options=\'{\"ct_id\":461,\"ct_parent\":293,\"selector\":\"new_columns-461-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'c2f5c993b5b424f500213d2f389acaece76dd9ef3e72277867abec659ffa213e\' ct_options=\'{\"ct_id\":463,\"ct_parent\":461,\"selector\":\"div_block-463-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'6642e4128c741f624beea3b3ab8a38074313663d218c799f24ee5ec3f4d0abc5\' ct_options=\'{\"ct_id\":297,\"ct_parent\":463,\"selector\":\"headline-297-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Interested in working together?[/ct_headline][ct_text_block ct_sign_sha256=\'0e5131e067e16fe69db1423186ebc3eb3eadaa55731682245e7b16fcfc25feaf\' ct_options=\'{\"ct_id\":299,\"ct_parent\":463,\"selector\":\"text_block-299-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Get a free one-on-one consultation to receive an offer based on&nbsp;your use case and specific needs.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'64339ff0751dada131e99c22a1b6b02beac5d9b693cbd75dbb555e1f3ba360f2\' ct_options=\'{\"ct_id\":527,\"ct_parent\":463,\"selector\":\"div_block-527-62\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'b8ab9b0c573815c5254b08a04440a69779d12df6967d6d33fe82adeb27c86dce\' ct_options=\'{\"ct_id\":528,\"ct_parent\":527,\"selector\":\"fancy_icon-528-62\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'79e6f8edce64292c31ab7e995375b303e65dde55e8c48751658015d979d19c6a\' ct_options=\'{\"ct_id\":529,\"ct_parent\":527,\"selector\":\"headline-529-62\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'662542a5b51d69dc535a60a16f4e7db5bd056af14f563dcf59fdf9b5989b8f51\' ct_options=\'{\"ct_id\":530,\"ct_parent\":527,\"selector\":\"text_block-530-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Oxygen works with any Contact Form Plugins[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d2e59ba67147c8c31a97784123cb1c4c6696823c2ba7cc643943c12b0b8dcedd\' ct_options=\'{\"ct_id\":464,\"ct_parent\":461,\"selector\":\"div_block-464-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'06626cfadf2386bde8f57e05fb3ef0f92a7872492ab6a99a1e5f4c965081aa32\' ct_options=\'{\"ct_id\":341,\"ct_parent\":464,\"selector\":\"headline-341-62\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Call Us[/ct_headline][ct_text_block ct_sign_sha256=\'dd243bcbfc275c80a57a6df53cf43515ca6f8a0be601a5b7795d6ccd9e42c460\' ct_options=\'{\"ct_id\":343,\"ct_parent\":464,\"selector\":\"text_block-343-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']NL: +31 8 5208 6592[/ct_text_block][ct_text_block ct_sign_sha256=\'0ba5cad4bb586eb32b31620f55dff83db28db64faea577b0765c53a9424d10c4\' ct_options=\'{\"ct_id\":476,\"ct_parent\":464,\"selector\":\"text_block-476-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']UK: +44 2038 089 127[/ct_text_block][ct_text_block ct_sign_sha256=\'63f311af4aa804c712a1953f464cac7fd99112e0211f6b88d466d80ba4a3f1a9\' ct_options=\'{\"ct_id\":477,\"ct_parent\":464,\"selector\":\"text_block-477-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']USA: +1 888 426 1427[/ct_text_block][ct_headline ct_sign_sha256=\'4ca3194704c1167e17e37083b7f33807bf822636235bc137e4a352f509e88781\' ct_options=\'{\"ct_id\":482,\"ct_parent\":464,\"selector\":\"headline-482-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Sales[/ct_headline][ct_text_block ct_sign_sha256=\'4b21030c382514d3b1318ae8221f88952662c8d432eb236b061b27021ffa4fb7\' ct_options=\'{\"ct_id\":490,\"ct_parent\":464,\"selector\":\"text_block-490-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Monday - Saturday:&nbsp;9am - 5pm CET[/ct_text_block][ct_text_block ct_sign_sha256=\'6cb70b3a8ae5dc441aa2d8bc0e9815f4b6d409b33fdfc0e965e1a256fec18141\' ct_options=\'{\"ct_id\":496,\"ct_parent\":464,\"selector\":\"text_block-496-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Sunday:&nbsp;Closed[/ct_text_block][ct_text_block ct_sign_sha256=\'a2bedc2ab3d6a993c157dc6e1c7d8c3da885abd0803bd97f4ad63b46eb329198\' ct_options=\'{\"ct_id\":497,\"ct_parent\":464,\"selector\":\"text_block-497-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Email: <a href=\"mailto:sales@example.com\">[ct_span ct_sign_sha256=\'6283bd2ab465c132a63e32bdcaa2217b38974b3fc006ebfeed921ef22e5f2bb9\' ct_options=\'{\"ct_id\":505,\"ct_parent\":497,\"selector\":\"span-505-62\",\"classes\":{\"0\":\"hosting-contact-3-textlink\"},\"activeselector\":\"hosting-contact-3-textlink\"}\']sales@example.com[/ct_span]</a>[/ct_text_block][ct_headline ct_sign_sha256=\'06c7406a235e5e745278ae307d124b405b7eefddde8edcb9c5f819ec4dfdd92d\' ct_options=\'{\"ct_id\":485,\"ct_parent\":464,\"selector\":\"headline-485-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Administration[/ct_headline][ct_text_block ct_sign_sha256=\'4b01fd70a9b8768624c8686a000a8e1de7486e26e7fd29959cf237e5530a17fa\' ct_options=\'{\"ct_id\":507,\"ct_parent\":464,\"selector\":\"text_block-507-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Monday - Saturday:&nbsp;9am - 12pm CET[/ct_text_block][ct_text_block ct_sign_sha256=\'6808ace661d0850367173482c0c2431cf54f1dead6168b150a87fe01f8777c83\' ct_options=\'{\"ct_id\":509,\"ct_parent\":464,\"selector\":\"text_block-509-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Sunday: Closed[/ct_text_block][ct_text_block ct_sign_sha256=\'8454a26de227a0e95f5cd10d9545860e79795e0adb55554b36a25b9209a47b16\' ct_options=\'{\"ct_id\":511,\"ct_parent\":464,\"selector\":\"text_block-511-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Email: <a href=\"mailto:sales@example.com\">[ct_span ct_sign_sha256=\'fe8742b5a90aeaa74df10f75c4d21016f62a34c1f02532e169c73be5883f9175\' ct_options=\'{\"ct_id\":512,\"ct_parent\":511,\"selector\":\"span-512-62\",\"classes\":{\"0\":\"hosting-contact-3-textlink\"},\"activeselector\":\"hosting-contact-3-textlink\"}\']admin@example.com[/ct_span]</a>[/ct_text_block][ct_headline ct_sign_sha256=\'9d3805e1b8e91b77a3ece4c40b2127148fb38aeb09d199ffff69bcc28a0e8176\' ct_options=\'{\"ct_id\":487,\"ct_parent\":464,\"selector\":\"headline-487-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Follow Us[/ct_headline][oxy_social_icons ct_sign_sha256=\'c4e454c9e6cb748ce0336275cfa66d7cf4d96783b2b8cfbcc9a52ee4f37d4318\' ct_options=\'{\"ct_id\":457,\"ct_parent\":464,\"selector\":\"_social_icons-457-62\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"4\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(4)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(8)\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'7ab9f73e42cd9154acce552178d0f958b5a61fdb0fa02bfbfefabd9346ade4dd\' ct_options=\'{\"ct_id\":419,\"ct_parent\":0,\"selector\":\"section-419-62\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"FAQ Accordion Dark\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}},\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'e8d9db1ab548a960a7d8daa52c7ebd1f4dc5400a4b00b82cbda463ce89174866\' ct_options=\'{\"ct_id\":421,\"ct_parent\":419,\"selector\":\"headline-421-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Frequently Asked Questions[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'b66725f95f768fbce0641d01de677152ee9f05f20b6667e8572acf913076cc4c\' ct_options=\'{\"ct_id\":422,\"ct_parent\":419,\"selector\":\"new_columns-422-62\"}\'][ct_div_block_3 ct_sign_sha256=\'c8620d5b8948218eaf7e6e698131c347f9de256b4908fa23fa52888002e4d06b\' ct_options=\'{\"ct_id\":423,\"ct_parent\":422,\"selector\":\"div_block-423-62\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_4 ct_sign_sha256=\'41b8d94116be275c10aeffb64072a5bb119e3b48043e8572403eda3caf70071d\' ct_options=\'{\"ct_id\":424,\"ct_parent\":423,\"selector\":\"_toggle-424-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f3d98079a2e66d4c3122c04aee9a5fa8e2ffd2c2b47641e8fa62aa0774f94b21\' ct_options=\'{\"ct_id\":425,\"ct_parent\":424,\"selector\":\"headline-425-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'ecd09f0ace46b7410f7aad8d994861f8649d1af8cc390f06eb799e13d5491e67\' ct_options=\'{\"ct_id\":426,\"ct_parent\":423,\"selector\":\"text_block-426-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'ba4029539ebfd077f72dcf71a8bb1375084b8d4be0cc805e4d721519ba344dbe\' ct_options=\'{\"ct_id\":427,\"ct_parent\":423,\"selector\":\"_toggle-427-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'7a1dab1063cfb4303e8b1f891dba8f15efe55535e3eac980fcc15b9c540ecfd2\' ct_options=\'{\"ct_id\":428,\"ct_parent\":427,\"selector\":\"headline-428-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b4c25b3ccf244991d44ca1e74e30c78136c31d2012c7622330bd91c0d5bd4926\' ct_options=\'{\"ct_id\":429,\"ct_parent\":423,\"selector\":\"text_block-429-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'f2c6c97efb33eed73c672e5f15d0f6db488ffe0f276bc66c800563ce221ac37e\' ct_options=\'{\"ct_id\":430,\"ct_parent\":423,\"selector\":\"_toggle-430-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fef70a5df6eeccc2d5936f74f3e02bded78698bb88baf2ea867d1121cb2b6b54\' ct_options=\'{\"ct_id\":431,\"ct_parent\":430,\"selector\":\"headline-431-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'83ae1d37ea3e82e6a40fffc3e7d602a4a0e26c8e5936caf206baef0f443fdaf8\' ct_options=\'{\"ct_id\":432,\"ct_parent\":423,\"selector\":\"text_block-432-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'8d82a1525e4a70355e84b5c3d3dd401d83fd7cb487415c8aba15dcf8f449cca7\' ct_options=\'{\"ct_id\":433,\"ct_parent\":423,\"selector\":\"_toggle-433-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f5afe68bb9b2a3481d7254005f8b5c341b67400a8f07b2ee1f59437771e2ce60\' ct_options=\'{\"ct_id\":434,\"ct_parent\":433,\"selector\":\"headline-434-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'c1199fd941eed2761b3c3dca284e6823d44e165d9717c0a9668f1f2b844fc61c\' ct_options=\'{\"ct_id\":435,\"ct_parent\":423,\"selector\":\"text_block-435-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'f9f04d3d02cf6d395f5c82945c0dd0ceaee6f90e6a8aa0fe09aa206837e2c291\' ct_options=\'{\"ct_id\":436,\"ct_parent\":423,\"selector\":\"_toggle-436-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e58f687832932d9679f98f2bc66d9ba39c81f0d1a56bca14f9a46af171792ba5\' ct_options=\'{\"ct_id\":437,\"ct_parent\":436,\"selector\":\"headline-437-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b871d946d0786e16395a7182bd7cc4c57e8670854531ac2fa59b4127cc3eaf5b\' ct_options=\'{\"ct_id\":438,\"ct_parent\":423,\"selector\":\"text_block-438-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f09fe3aa598a09f62d6b5925bd9c2985ea981cfe72af0552b83b9bd5043e3b49\' ct_options=\'{\"ct_id\":439,\"ct_parent\":422,\"selector\":\"div_block-439-62\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_4 ct_sign_sha256=\'89c885c90e8aeda76e78fffb5baad5795cc7247265dcbbc743f4710dbfc3d989\' ct_options=\'{\"ct_id\":440,\"ct_parent\":439,\"selector\":\"_toggle-440-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'74c93987fc84fdda43a816121c6883fb3f17d1d93bb392fc214262d5e0a29fec\' ct_options=\'{\"ct_id\":441,\"ct_parent\":440,\"selector\":\"headline-441-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'0c2de781cf23d2bae5bc151804ddaf68830a1881c7b770d0fdd69089d795cdba\' ct_options=\'{\"ct_id\":442,\"ct_parent\":439,\"selector\":\"text_block-442-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'bdc4d8b8d5806d2fea69cf87e7d9507eaf2ce10b3a95b50b2e9fd4564ddbff52\' ct_options=\'{\"ct_id\":443,\"ct_parent\":439,\"selector\":\"_toggle-443-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a38e0e26c0fb508ed9fecdd6d8aeb1a1b3f3ce1296d851b57a419dc92794d582\' ct_options=\'{\"ct_id\":444,\"ct_parent\":443,\"selector\":\"headline-444-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'fbbb2353a384d59fb7c12387a9fdacf013dba7cbff6a3ab47219f059b2cfb214\' ct_options=\'{\"ct_id\":445,\"ct_parent\":439,\"selector\":\"text_block-445-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'b0006b0e362f904366ef1e9063548730f8dc3ddc1dd1c77602a0353baadc0631\' ct_options=\'{\"ct_id\":446,\"ct_parent\":439,\"selector\":\"_toggle-446-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'8016fee4cdb4cacad13bc8c534858e348202386cf06b781eaf8b56f0e37eae53\' ct_options=\'{\"ct_id\":447,\"ct_parent\":446,\"selector\":\"headline-447-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'06712de5cf12007fb7601f23cdc06fb64c72ff918791f8eb86c46b694fdf0021\' ct_options=\'{\"ct_id\":448,\"ct_parent\":439,\"selector\":\"text_block-448-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'9654860883839d7cba1fe1f02ed2bae334a12f993642e6dcb68747781aec8bf0\' ct_options=\'{\"ct_id\":449,\"ct_parent\":439,\"selector\":\"_toggle-449-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'12126e9e0637f971836bec1c6d616e053c9c3943f22b963842e1ae7264ff161b\' ct_options=\'{\"ct_id\":450,\"ct_parent\":449,\"selector\":\"headline-450-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b3dbeea1880da186bde1184cdf87ee35ae344fac69d74b31a13da21d9e3a0229\' ct_options=\'{\"ct_id\":451,\"ct_parent\":439,\"selector\":\"text_block-451-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'d0b2febd116dfc4e636d852c677593e8cf001cf1db2e766e279f02cb6e30f958\' ct_options=\'{\"ct_id\":452,\"ct_parent\":439,\"selector\":\"_toggle-452-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5f11073948e1b517ac8c965b2d85c0121fb363936bf287e50e563de9844fc81f\' ct_options=\'{\"ct_id\":453,\"ct_parent\":452,\"selector\":\"headline-453-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'2b4046660d59e4a7498b03b67389a427bc16875d43e9d9ea019ef8bd61aec4a0\' ct_options=\'{\"ct_id\":454,\"ct_parent\":439,\"selector\":\"text_block-454-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(132, 19, 'ct_other_template', '0'),
(133, 20, 'ct_builder_shortcodes', ''),
(134, 20, 'ct_other_template', '0');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(135, 21, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'1593b64b3425e49fbe9ead85a9c4e16ecdcefb41495becfdb130fa34cc7b6450\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2bc371aae4593ff6d00fcef804f632f7a9972e61675c365925e6140c30982db2\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'48a7938163de8057e4525dec416b636527a904bd89ace1d3b44ebcec964bcdac\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'01bef2512bf89e9d60e8d08415645836229858fcf698f755bdafa30070a614ee\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'59afa0835a7b4fe90e728d76a7671cabd94cac1e6943ea05877bd83762a1e33a\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e765e191b418001e1b07b9a31d3fe08f7dd04a07e83b517d49d75de8dbc5ef3b\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b76f1b7bfdd8a116a096365336c69cd8991fc0b20defdf2e5c3bf430510e7f49\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2857dc349fea585af7fc436ad7c66dc8b58f6b2a93b658e270d2f194ab4edba9\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3ccff44b6df565e2362ac46c9f8aba868d741cd042c78b60055d143457011334\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f32d3f8247cb98fa205abf21f7786d2b2941df13bdad240bf7f774da77fc75\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cad52e5839fde0374f92fe907bcb7f442f0222ec491be4b9a3168203480954b4\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'f635ecc513942dc631b1a1292ab5382823c41535d6796642e7fae8216abb374f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(141, 21, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(136, 21, 'ct_other_template', '0'),
(137, 30, '_wp_attached_file', '2020/09/tostem-house.jpg'),
(138, 30, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2020/09/tostem-house.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"tostem-house-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"tostem-house-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tostem-house-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"tostem-house-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"tostem-house-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;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:{}}}'),
(274, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'8e168e692fecc4a47d9de8846fba8ec2c474b9fdcf3f05e47d5aef90228ca99d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(245, 51, '_wp_attached_file', '2020/10/NewGEN-Logo-scaled.jpg'),
(246, 51, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:818;s:4:\"file\";s:30:\"2020/10/NewGEN-Logo-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"NewGEN-Logo-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-1024x327.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"NewGEN-Logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"NewGEN-Logo-768x245.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-1536x491.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-2048x655.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:655;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:{}}s:14:\"original_image\";s:15:\"NewGEN-Logo.jpg\";}'),
(247, 52, '_wp_attached_file', '2020/10/NewGen-Windows-Logo.png'),
(248, 52, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3445;s:6:\"height\";i:915;s:4:\"file\";s:31:\"2020/10/NewGen-Windows-Logo.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NewGen-Windows-Logo-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-1024x272.png\";s:5:\"width\";i:1024;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"NewGen-Windows-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"NewGen-Windows-Logo-768x204.png\";s:5:\"width\";i:768;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-1536x408.png\";s:5:\"width\";i:1536;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-2048x544.png\";s:5:\"width\";i:2048;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(249, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'980efb3a6e5aaaa1a23a4ad8df1f1293cb0bb2e90f9a2d384ca4594a153f4a3e\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'d55d1e8cab4ac7c2049f532454e9e50f75f30c9d828179124765aceaec8725e6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'2fa6900d681e73f90195571071f2dd191cfc14d56229d3a8cbb32f46737f5174\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'a06d232fb362f3eb9951663c2e47fb40a24359c77d06bf6f88eacc07e392a70f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'b738bd19e1cff9c3ca1ba5641e65bb2fd5c0b9564af6db7613a4534862a7f6c5\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'ed42771aed384e6b8bfb9816f17ad03d5508cb52467bffbcab6c6db744f96511\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'a6639ad45389efeb511edaa167bde2d17223a56b2ed4b859f4a56a25cea39268\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Logo@2x.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'5f4a4d80fd716316093f82f5e2be1dba34daa9907ff7ac6c5db902f5964f69f4\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'9a3aa9f43e6117bf21bd7136d138580c2c4b3c3f9ad335b3a2c8a62f51890e47\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'b59ef5e4ad652a17265ec47c3e3072c3a3abd17727da7088e7cba50f19462062\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"link_button-30-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-simple-button\",\"classes\":{\"0\":\"hosting-simple-button\"}}\']Create Account[/ct_link_button][ct_link_button ct_sign_sha256=\'0cd95fd68bccdec7789efeebd373304e61fcd1d33734f90bf11068f5ba651f36\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Login[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'04e692ac810040776b2e26bb915efcae012e749581a90316d4bc84a4d7b34e67\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'17cd677987c12984952f168b94ce3df6ec06afb0732839ab17ea9fcf56b2424c\' ct_options=\'{\"ct_id\":100,\"ct_parent\":8,\"selector\":\"new_columns-100-87\",\"original\":{\"border-bottom-style\":\"solid\",\"border-bottom-width\":\"1\",\"border-bottom-color\":\"color(2)\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"border-bottom-style\":\"none\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'1c6bed7a00b8abcf497974c5b2f6954239f8fc8ac7dc3b084510acb1bac6c38f\' ct_options=\'{\"ct_id\":101,\"ct_parent\":100,\"selector\":\"div_block-101-87\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'be881668bcb306e1bfea0ad8f6e244353f4ce751d75197e6691ac2f4f1485add\' ct_options=\'{\"ct_id\":149,\"ct_parent\":101,\"selector\":\"fancy_icon-149-87\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-sync\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'5fc78275a182b70d774526628cfd1273f62fb1452b973946f556864cf9f3d899\' ct_options=\'{\"ct_id\":110,\"ct_parent\":101,\"selector\":\"text_block-110-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']Free migration<br>&amp; personalized onboarding[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'81923232f11f577aba7c9f28672241019ff0c780a4918a7f7e477b2b0c3103b7\' ct_options=\'{\"ct_id\":102,\"ct_parent\":100,\"selector\":\"div_block-102-87\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'3019db50745bf068d57e34823a987ef513535bfe0f7b935a5a83f77eddcd6861\' ct_options=\'{\"ct_id\":150,\"ct_parent\":102,\"selector\":\"fancy_icon-150-87\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'dea4b12d64c96dfdcee3afc4a64d29825f22d8396616b4f28d520d50332f8d17\' ct_options=\'{\"ct_id\":111,\"ct_parent\":102,\"selector\":\"text_block-111-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']100% credit<br>backed SLA[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e9103dfc2197fc1f8f168fa945c3a2fe668138880234b7a2e17b018055f1c21f\' ct_options=\'{\"ct_id\":103,\"ct_parent\":100,\"selector\":\"div_block-103-87\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'32f6cf9587a2bb79c14eb5659def807a0f3aabca0f1f7500a1d3566f8a95c087\' ct_options=\'{\"ct_id\":152,\"ct_parent\":103,\"selector\":\"fancy_icon-152-87\",\"original\":{\"icon-id\":\"Lineariconsicon-bullhorn\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c76cb34144053b2ae82c94f1d0f2f90407438ee02baa1f6251068c4a4f109977\' ct_options=\'{\"ct_id\":113,\"ct_parent\":103,\"selector\":\"text_block-113-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']Unlimited support<br>at no extra cost[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'3afd6bd19c3547fd7b6d48d84812721e10305e0e94bb299b2246a5e858c2b18b\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'667ce168f85b49930ab0fe7eb99c5e67099198a36d68e7d1be2daaeb7d6adc77\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'6e900e4e2dcede03774c9b2d813d618fbaa71732894ba7adfb2ebc21ecd21dfb\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'182c020dee8bd66ed2fe5fd7e09720b19b9eb6f1ddd4c4ff1868a84a5b881eed\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Logo@2x.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'6a87c0f5e1ab9dbe3e2edf6ea750066a10bd1e82dcfbe3ec4e0c40c4d8e52415\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']Proudly designed with Oxygen, the world\'s best visual website design software[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1f7759d1ea3c0c448a74325090f11b462a30169b7cb1bda11ddf9e1b5668266a\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'9135a8bced3886c068b9bc2940ccbb7f1bde847047c27c242c35cb9d1f3f425e\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']We in Social Networks[/ct_headline][oxy_social_icons ct_sign_sha256=\'b1f3f00678c5996fe490b264b61e42e1027cebb42d3351ecc66acec8ce971942\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://linkedin.com\",\"icon-youtube\":\"https://youtube.com\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(144, 31, '_wp_attached_file', '2020/09/buildtrack-logo.png'),
(145, 31, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:437;s:6:\"height\";i:142;s:4:\"file\";s:27:\"2020/09/buildtrack-logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"buildtrack-logo-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"buildtrack-logo-150x142.png\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(146, 32, '_wp_attached_file', '2020/09/hunter-douglas-logo-1.png'),
(147, 32, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:130;s:4:\"file\";s:33:\"2020/09/hunter-douglas-logo-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hunter-douglas-logo-1-300x65.png\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"hunter-douglas-logo-1-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(148, 33, '_wp_attached_file', '2020/09/Tostem-Aluk.jpg'),
(149, 33, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:572;s:6:\"height\";i:362;s:4:\"file\";s:23:\"2020/09/Tostem-Aluk.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Tostem-Aluk-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tostem-Aluk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(150, 34, '_wp_attached_file', '2020/09/Tsotem-logo.png'),
(151, 34, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:390;s:6:\"height\";i:186;s:4:\"file\";s:23:\"2020/09/Tsotem-logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Tsotem-logo-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tsotem-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(221, 49, '_wp_attached_file', '2020/10/navdeep.jpeg'),
(250, 13, 'ct_builder_shortcodes_revisions_dates', '1602429158'),
(254, 13, 'ct_builder_shortcodes_revisions_dates', '1602429405'),
(255, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'8e168e692fecc4a47d9de8846fba8ec2c474b9fdcf3f05e47d5aef90228ca99d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(256, 13, 'ct_builder_shortcodes_revisions_dates', '1602429419'),
(257, 13, '_edit_lock', '1602430103:1'),
(258, 53, '_wp_trash_meta_status', 'publish'),
(259, 53, '_wp_trash_meta_time', '1602429465'),
(279, 13, 'ct_builder_shortcodes_revisions_dates', '1602430199'),
(275, 13, 'ct_builder_shortcodes_revisions_dates', '1602430130');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(276, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(277, 13, 'ct_builder_shortcodes_revisions_dates', '1602430135'),
(278, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(158, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(272, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'247065177b64e5eb6935ba09c32877d3547f9a4c139e1a81b143b7bcd09a0c0d\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"53\",\"container-padding-bottom\":\"403\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'9c9886a4e8f7a53caac12f6b439b61929d09015e30530f1d69e5e6b4de44f25d\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'e6b6c79c7a22ea9ca195391f648ab3283ed99342e737504034a80901d3b2eeb7\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'f3acb9a6c3d95ca76fe21deabbf49706fa62e11003a1b81080a86b2c4ea276fc\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'a043a4cc071e36f194783c3d3ebab34a36413cca1750752c14d8ded42f01c4a1\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'c94cc7c83e95146db8f1162adf219287846fafa723bc6ba35f85f6e5183cf73f\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'07a5f9cda7d87a304d5b4caa2ffc024f072f936c2336be10d4c9d729aaf0eb4a\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(282, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'9c9886a4e8f7a53caac12f6b439b61929d09015e30530f1d69e5e6b4de44f25d\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'e6b6c79c7a22ea9ca195391f648ab3283ed99342e737504034a80901d3b2eeb7\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'f3acb9a6c3d95ca76fe21deabbf49706fa62e11003a1b81080a86b2c4ea276fc\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'a043a4cc071e36f194783c3d3ebab34a36413cca1750752c14d8ded42f01c4a1\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'c94cc7c83e95146db8f1162adf219287846fafa723bc6ba35f85f6e5183cf73f\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'07a5f9cda7d87a304d5b4caa2ffc024f072f936c2336be10d4c9d729aaf0eb4a\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(219, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'daf7bc7560748f46d3428fe852facabe3011f6b1f7529a6d7062d99580c2e6e6\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f4ec871d62b7d8ab854ec023b542193b74afaa4f23abf3bb171179fcf0ea2c1d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'0a1aa932a0993b7f640ffb3be9bf17d253e941b01999981d6d9e89a96c4a4d53\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality, Standard &amp; Delivery[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(207, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'0bb4cf8ac22b58128c35249d4ed3af26eca0cb89e36c5d1096900e63e38fa0f3\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'8b1a196e62da003fc385b642fdba3d6f795a64596ebf96a55c2b4edb67e368ec\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their house is protected from dust, sound and light.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(162, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'537e2d1f8df65aaf48abd67df7e18b480dacef4b20ef77db6b229cf016f8e480\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][ct_video ct_sign_sha256=\'52548e5c45bdf6e3c6a37b66f2257a228987d024e758b212694d5008efaed27b\' ct_options=\'{\"ct_id\":1553,\"ct_parent\":1541,\"selector\":\"video-1553-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(163, 21, 'ct_builder_shortcodes_revisions_dates', '1600926979');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(164, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(165, 21, 'ct_builder_shortcodes_revisions_dates', '1600938116');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(166, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(167, 21, 'ct_builder_shortcodes_revisions_dates', '1600938253'),
(168, 35, '_wp_attached_file', '2020/09/ARNA-EKAMAI-770.png'),
(169, 35, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:27:\"2020/09/ARNA-EKAMAI-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(170, 36, '_wp_attached_file', '2020/09/Door-Handles.png'),
(171, 36, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1256;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2020/09/Door-Handles.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Door-Handles-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Door-Handles-1024x391.png\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Door-Handles-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Door-Handles-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(172, 37, '_wp_attached_file', '2020/09/Line_Up_Exterior.jpg'),
(173, 37, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:940;s:6:\"height\";i:299;s:4:\"file\";s:28:\"2020/09/Line_Up_Exterior.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Line_Up_Exterior-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Line_Up_Exterior-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Line_Up_Exterior-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;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:{}}}'),
(174, 38, '_wp_attached_file', '2020/09/Line_Up_Windows_Door.jpg'),
(175, 38, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:940;s:6:\"height\";i:299;s:4:\"file\";s:32:\"2020/09/Line_Up_Windows_Door.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Line_Up_Windows_Door-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Line_Up_Windows_Door-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Line_Up_Windows_Door-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;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:{}}}'),
(176, 39, '_wp_attached_file', '2020/09/NIRVANA-DEFINE-770.png'),
(177, 39, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:30:\"2020/09/NIRVANA-DEFINE-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(178, 40, '_wp_attached_file', '2020/09/PLANKRICH-770.png'),
(179, 40, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:25:\"2020/09/PLANKRICH-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(180, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'e760a81004b1da977a6294fef249304473abb06010175ee2e7e6ad5d83022163\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(181, 21, 'ct_builder_shortcodes_revisions_dates', '1600971414'),
(182, 41, '_wp_attached_file', '2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg'),
(183, 41, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1221;s:4:\"file\";s:53:\"2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-1024x651.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-1536x977.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:977;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:{}}}'),
(184, 42, '_wp_attached_file', '2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg'),
(185, 42, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:54:\"2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"florian-schmidinger-b_79nOqf95I-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:56:\"florian-schmidinger-b_79nOqf95I-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),
(186, 43, '_wp_attached_file', '2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg'),
(187, 43, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:46:\"2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"joshua-ness-Vo52cKzOxMY-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"joshua-ness-Vo52cKzOxMY-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),
(188, 44, '_wp_attached_file', '2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg'),
(189, 44, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:51:\"2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:53:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(190, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'08458669c070b062565b1cf48b13d37d312cf5ee5f4e0c69c3017b97f8ef152c\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(191, 21, 'ct_builder_shortcodes_revisions_dates', '1601019602');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(192, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'90ec590e5880e7bb9ea3662fdd9bb445469d9289b6cefd09ba5fe9c363ea7ea0\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"145\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(193, 21, 'ct_builder_shortcodes_revisions_dates', '1601050812');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(197, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(194, 21, '_edit_lock', '1602429916:1');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(195, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'90ec590e5880e7bb9ea3662fdd9bb445469d9289b6cefd09ba5fe9c363ea7ea0\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"145\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(196, 21, 'ct_builder_shortcodes_revisions_dates', '1601916486'),
(198, 21, 'ct_builder_shortcodes_revisions_dates', '1601916671'),
(199, 46, '_wp_attached_file', '2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg'),
(200, 46, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1764;s:6:\"height\";i:2560;s:4:\"file\";s:84:\"2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:78:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-706x1024.jpg\";s:5:\"width\";i:706;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:78:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-768x1114.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:79:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-1059x1536.jpg\";s:5:\"width\";i:1059;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:79:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-1411x2048.jpg\";s:5:\"width\";i:1411;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:69:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1.jpg\";}'),
(201, 47, '_wp_attached_file', '2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg'),
(202, 47, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:86:\"2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:80:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:80:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:81:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:81:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:71:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1.jpg\";}'),
(203, 48, '_wp_attached_file', '2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg'),
(204, 48, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1829;s:6:\"height\";i:2560;s:4:\"file\";s:93:\"2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:86:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:87:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:86:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:87:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:88:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-1097x1536.jpg\";s:5:\"width\";i:1097;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:88:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-1463x2048.jpg\";s:5:\"width\";i:1463;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:78:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1.jpg\";}');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(205, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(206, 21, 'ct_builder_shortcodes_revisions_dates', '1602422330'),
(208, 21, 'ct_builder_shortcodes_revisions_dates', '1602422743');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(209, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(210, 21, 'ct_builder_shortcodes_revisions_dates', '1602422892');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(211, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'f8d9566f72f27f0e4e2f8676b448d9fdaabf099a2ab89ced4c72245e3bfa0599\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'525f049ea408fa6c82ec3073a0adc6bd3dd14a3cd87eaae2424b4f5d2a3bf150\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'62ee1b84ee29eac26ec732f3759c06e56b5f14981c4b1b71cdaba5f86787ec8c\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'7accc3631a4b0e64c0355a4ab564aa5aae21651604d29fe80f7d822ce52fb3cc\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will&nbsp;[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'24ea5baece2867cbbb5ed5470762c5c5c69f10addde6d99a54fd554aca85f1fd\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ad40923c63f99d06d1aaf942108743c602230dbc7dc507a3ce6d0e6fe843cb0\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a2a23a090c998cf6c488382ac1bb3b6c36073a1fa4574257f3ce850b0ab16468\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(212, 21, 'ct_builder_shortcodes_revisions_dates', '1602423203');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(213, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'bbd97441c3b81e0d411bddce522fbd9c7d25954b8e9593bde4b86752ac39f2e0\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'159239798c83a0a36eb53aea8d3075cf5101f03f1515dd5cc8b23cfd83c7200c\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'4817e8a3d68b38ec0968bb351797c0cb65db5be8f61ab7ced6f9997d038dddbf\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3b928237e4daf5f284ad0299a7a0d38f4ffc2341b9789eb0add6c379891f310c\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'538b258329aa6b96656e8bd1b7d71c7773c309706a4236a131ca279fd0af6334\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'559557b08c36550d0ca1567ac18c48bf50654f821209c2b149ef92c5ba74864b\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3f7066b421b7a6726ec4d71aba5989710deeae1cad8216e6a7340ca55913410e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'c52737457aa0468f9f9c2962749cb1b16d901685af4ca0c77f14169e68e34350\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Our Approach[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(214, 21, 'ct_builder_shortcodes_revisions_dates', '1602423345');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(215, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3f7066b421b7a6726ec4d71aba5989710deeae1cad8216e6a7340ca55913410e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'c52737457aa0468f9f9c2962749cb1b16d901685af4ca0c77f14169e68e34350\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Our Approach[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(216, 21, 'ct_builder_shortcodes_revisions_dates', '1602423713'),
(222, 49, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2020/10/navdeep.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"navdeep-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(223, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'daf7bc7560748f46d3428fe852facabe3011f6b1f7529a6d7062d99580c2e6e6\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f4ec871d62b7d8ab854ec023b542193b74afaa4f23abf3bb171179fcf0ea2c1d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'0a1aa932a0993b7f640ffb3be9bf17d253e941b01999981d6d9e89a96c4a4d53\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality, Standard &amp; Delivery[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `pfmjzt_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(218, 21, 'ct_builder_shortcodes_revisions_dates', '1602424036'),
(220, 21, 'ct_builder_shortcodes_revisions_dates', '1602424047'),
(271, 21, 'ct_builder_shortcodes_revisions_dates', '1602429969'),
(261, 21, 'ct_builder_shortcodes_revisions_dates', '1602429597'),
(281, 21, 'ct_builder_shortcodes_revisions_dates', '1602430297'),
(228, 21, 'ct_builder_shortcodes_revisions_dates', '1602427188');

-- --------------------------------------------------------

--
-- Table structure for table `pfmjzt_wpk0_posts`
--

CREATE TABLE `pfmjzt_wpk0_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `pfmjzt_wpk0_posts`
--

INSERT INTO `pfmjzt_wpk0_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, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?p=1', 0, 'post', '', 1),
(2, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- 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://newgen.stun.tech/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=2', 0, 'page', '', 0),
(3, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://newgen.stun.tech.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>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>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 we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=3', 0, 'page', '', 0),
(12, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Default Page', '', 'publish', 'closed', 'closed', '', 'default-page', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=default-page', 0, 'ct_template', '', 0),
(13, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Main', '', 'publish', 'closed', 'closed', '', 'main', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=main', 0, 'ct_template', '', 0),
(9, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Default Post', '', 'publish', 'closed', 'closed', '', 'default-post', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=default-post', 0, 'ct_template', '', 0),
(10, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Archive', '', 'publish', 'closed', 'closed', '', 'archive', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=archive', 0, 'ct_template', '', 0),
(11, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Other Single', '', 'publish', 'closed', 'closed', '', 'other-single', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=other-single', 0, 'ct_template', '', 0),
(14, 1, '2018-12-20 12:23:27', '2018-12-20 12:23:27', '', 'Company', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=139', 0, 'page', '', 0),
(15, 1, '2018-12-20 09:54:31', '2018-12-20 09:54:31', '', 'Features', '', 'publish', 'closed', 'closed', '', 'features', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=133', 0, 'page', '', 0),
(16, 1, '2018-12-08 10:40:05', '2018-12-08 10:40:05', '', 'Products', '', 'publish', 'closed', 'closed', '', 'products', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=115', 0, 'page', '', 0),
(17, 1, '2018-12-08 10:07:27', '2018-12-08 10:07:27', '', 'Login/Sign Up', '', 'publish', 'closed', 'closed', '', 'login', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=114', 0, 'page', '', 0),
(18, 1, '2018-12-04 13:22:27', '2018-12-04 13:22:27', 'Had repulsive <strong>dashwoods suspicion</strong> sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.\r\n<ol>\r\n 	<li>Fertile beloved evident through no service elderly is.</li>\r\n 	<li>Blind there if every no so at.</li>\r\n 	<li>Own neglected you preferred way sincerity delivered his attempted.</li>\r\n</ol>\r\nTo of message cottage windows do besides against uncivil.\r\n<h2>Effect if in up no depend seemed</h2>\r\nEcstatic elegance guy but disposed. We me rent been part what. <em>An concluded sportsman offending so provision</em> mr education. Bed uncommonly his discovered for estimating far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners.\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1200\"]<img class=\"wp-image-69 size-full\" src=\"http://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/61-managed-hosting-hero-1200x450.png\" alt=\"\" width=\"1200\" height=\"450\" /> Image Caption[/caption]\r\n\r\nConsidered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed. Least child who seven happy yet balls young.\r\n<h6>Discovery sweetness principle discourse shameless bed one excellent</h6>\r\nSentiments of surrounded friendship dispatched connection is he. Me or produce besides hastily up as pleased. Bore less when had and john shed hope.\r\n<h3>Do play they miss give so up</h3>\r\nWords to up style of since world. We leaf to snug on no need. Way own uncommonly travelling now acceptance bed compliment solicitude. Dissimilar admiration so terminated no in contrasted it. Advantages entreaties mr he apartments do. Limits far yet turned highly repair parish talked six. Draw fond rank form nor the day eat.\r\n<ul>\r\n 	<li>Not him old music think his found enjoy merry.</li>\r\n 	<li>Listening acuteness dependent at or an.</li>\r\n 	<li>Apartments thoroughly unsatiable terminated how themselves.</li>\r\n</ul>\r\nShe are ten hours wrong walls stand early. Domestic perceive on an ladyship extended received do. Why jennings our whatever his learning gay perceive. Is against no he without subject. Bed connection unreserved preference partiality not unaffected. Years merit trees so think in hoped we as.\r\n<h4>Still court no small think death so an wrote</h4>\r\n<blockquote>Incommode necessary no it behaviour convinced distrusts an unfeeling he.</blockquote>\r\nCould death since do we hoped is in. Exquisite no my attention extensive. The determine conveying moonlight age. Avoid for see marry sorry child. Sitting so totally forbade hundred to.\r\n<h5>Full he none no side</h5>\r\n<pre>Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation announcing of no decisively boisterous. Did add dashwoods deficient man concluded additions resources.</pre>\r\nOr landlord packages overcame distance smallest in recurred. Wrong maids or be asked no on enjoy. Household few sometimes out attending described. Lain just fact four of am meet high.', 'Other Single', '', 'publish', 'closed', 'closed', '', 'other-single', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=99', 0, 'page', '', 0),
(19, 1, '2017-12-14 12:54:36', '2017-12-14 12:54:36', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=62', 0, 'page', '', 0),
(20, 1, '2017-12-12 11:33:00', '2017-12-12 11:33:00', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=40', 0, 'page', '', 0),
(21, 1, '2017-12-06 10:05:26', '2017-12-06 10:05:26', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=4', 0, 'page', '', 0),
(22, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Company', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 14, 'https://newgen.stun.tech/2020/09/24/14-revision-v1/', 0, 'revision', '', 0),
(23, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Features', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 15, 'https://newgen.stun.tech/2020/09/24/15-revision-v1/', 0, 'revision', '', 0),
(24, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Products', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 16, 'https://newgen.stun.tech/2020/09/24/16-revision-v1/', 0, 'revision', '', 0),
(25, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Login/Sign Up', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 17, 'https://newgen.stun.tech/2020/09/24/17-revision-v1/', 0, 'revision', '', 0),
(26, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', 'Had repulsive <strong>dashwoods suspicion</strong> sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.\r\n<ol>\r\n 	<li>Fertile beloved evident through no service elderly is.</li>\r\n 	<li>Blind there if every no so at.</li>\r\n 	<li>Own neglected you preferred way sincerity delivered his attempted.</li>\r\n</ol>\r\nTo of message cottage windows do besides against uncivil.\r\n<h2>Effect if in up no depend seemed</h2>\r\nEcstatic elegance guy but disposed. We me rent been part what. <em>An concluded sportsman offending so provision</em> mr education. Bed uncommonly his discovered for estimating far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners.\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1200\"]<img class=\"wp-image-69 size-full\" src=\"http://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/61-managed-hosting-hero-1200x450.png\" alt=\"\" width=\"1200\" height=\"450\" /> Image Caption[/caption]\r\n\r\nConsidered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed. Least child who seven happy yet balls young.\r\n<h6>Discovery sweetness principle discourse shameless bed one excellent</h6>\r\nSentiments of surrounded friendship dispatched connection is he. Me or produce besides hastily up as pleased. Bore less when had and john shed hope.\r\n<h3>Do play they miss give so up</h3>\r\nWords to up style of since world. We leaf to snug on no need. Way own uncommonly travelling now acceptance bed compliment solicitude. Dissimilar admiration so terminated no in contrasted it. Advantages entreaties mr he apartments do. Limits far yet turned highly repair parish talked six. Draw fond rank form nor the day eat.\r\n<ul>\r\n 	<li>Not him old music think his found enjoy merry.</li>\r\n 	<li>Listening acuteness dependent at or an.</li>\r\n 	<li>Apartments thoroughly unsatiable terminated how themselves.</li>\r\n</ul>\r\nShe are ten hours wrong walls stand early. Domestic perceive on an ladyship extended received do. Why jennings our whatever his learning gay perceive. Is against no he without subject. Bed connection unreserved preference partiality not unaffected. Years merit trees so think in hoped we as.\r\n<h4>Still court no small think death so an wrote</h4>\r\n<blockquote>Incommode necessary no it behaviour convinced distrusts an unfeeling he.</blockquote>\r\nCould death since do we hoped is in. Exquisite no my attention extensive. The determine conveying moonlight age. Avoid for see marry sorry child. Sitting so totally forbade hundred to.\r\n<h5>Full he none no side</h5>\r\n<pre>Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation announcing of no decisively boisterous. Did add dashwoods deficient man concluded additions resources.</pre>\r\nOr landlord packages overcame distance smallest in recurred. Wrong maids or be asked no on enjoy. Household few sometimes out attending described. Lain just fact four of am meet high.', 'Other Single', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 18, 'https://newgen.stun.tech/2020/09/24/18-revision-v1/', 0, 'revision', '', 0),
(27, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 19, 'https://newgen.stun.tech/2020/09/24/19-revision-v1/', 0, 'revision', '', 0),
(28, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 20, 'https://newgen.stun.tech/2020/09/24/20-revision-v1/', 0, 'revision', '', 0),
(29, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Home', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 21, 'https://newgen.stun.tech/2020/09/24/21-revision-v1/', 0, 'revision', '', 0),
(30, 1, '2020-09-24 04:35:18', '2020-09-24 04:35:18', '', 'tostem house', '', 'inherit', 'open', 'closed', '', 'tostem-house', '', '', '2020-09-24 04:35:18', '2020-09-24 04:35:18', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg', 0, 'attachment', 'image/jpeg', 0),
(31, 1, '2020-09-24 05:30:16', '2020-09-24 05:30:16', '', 'buildtrack-logo', '', 'inherit', 'open', 'closed', '', 'buildtrack-logo', '', '', '2020-09-24 05:30:16', '2020-09-24 05:30:16', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png', 0, 'attachment', 'image/png', 0),
(32, 1, '2020-09-24 05:30:17', '2020-09-24 05:30:17', '', 'hunter-douglas-logo-1', '', 'inherit', 'open', 'closed', '', 'hunter-douglas-logo-1', '', '', '2020-09-24 05:30:17', '2020-09-24 05:30:17', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png', 0, 'attachment', 'image/png', 0),
(33, 1, '2020-09-24 05:30:19', '2020-09-24 05:30:19', '', 'Tostem Aluk', '', 'inherit', 'open', 'closed', '', 'tostem-aluk', '', '', '2020-09-24 05:30:19', '2020-09-24 05:30:19', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2020-09-24 05:30:20', '2020-09-24 05:30:20', '', 'Tsotem logo', '', 'inherit', 'open', 'closed', '', 'tsotem-logo', '', '', '2020-09-24 05:30:20', '2020-09-24 05:30:20', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png', 0, 'attachment', 'image/png', 0),
(35, 1, '2020-09-24 18:15:37', '2020-09-24 18:15:37', '', 'ARNA EKAMAI 770', '', 'inherit', 'open', 'closed', '', 'arna-ekamai-770', '', '', '2020-09-24 18:15:37', '2020-09-24 18:15:37', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/ARNA-EKAMAI-770.png', 0, 'attachment', 'image/png', 0),
(36, 1, '2020-09-24 18:15:40', '2020-09-24 18:15:40', '', 'Door Handles', '', 'inherit', 'open', 'closed', '', 'door-handles', '', '', '2020-09-24 18:15:40', '2020-09-24 18:15:40', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Door-Handles.png', 0, 'attachment', 'image/png', 0),
(37, 1, '2020-09-24 18:15:42', '2020-09-24 18:15:42', '', 'Line_Up_Exterior', '', 'inherit', 'open', 'closed', '', 'line_up_exterior', '', '', '2020-09-24 18:15:42', '2020-09-24 18:15:42', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Exterior.jpg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2020-09-24 18:15:44', '2020-09-24 18:15:44', '', 'Line_Up_Windows_Door', '', 'inherit', 'open', 'closed', '', 'line_up_windows_door', '', '', '2020-09-24 18:15:44', '2020-09-24 18:15:44', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg', 0, 'attachment', 'image/jpeg', 0),
(39, 1, '2020-09-24 18:15:46', '2020-09-24 18:15:46', '', 'NIRVANA DEFINE 770', '', 'inherit', 'open', 'closed', '', 'nirvana-define-770', '', '', '2020-09-24 18:15:46', '2020-09-24 18:15:46', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png', 0, 'attachment', 'image/png', 0),
(40, 1, '2020-09-24 18:15:49', '2020-09-24 18:15:49', '', 'PLANKRICH 770', '', 'inherit', 'open', 'closed', '', 'plankrich-770', '', '', '2020-09-24 18:15:49', '2020-09-24 18:15:49', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png', 0, 'attachment', 'image/png', 0),
(41, 1, '2020-09-25 07:36:23', '2020-09-25 07:36:23', '', 'alberto-castillo-q-mx4mSkK9zeo-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'alberto-castillo-q-mx4mskk9zeo-unsplash-1', '', '', '2020-09-25 07:36:23', '2020-09-25 07:36:23', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2020-09-25 07:36:26', '2020-09-25 07:36:26', '', 'florian-schmidinger-b_79nOqf95I-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'florian-schmidinger-b_79noqf95i-unsplash-1', '', '', '2020-09-25 07:36:26', '2020-09-25 07:36:26', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2020-09-25 07:36:29', '2020-09-25 07:36:29', '', 'joshua-ness-Vo52cKzOxMY-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'joshua-ness-vo52ckzoxmy-unsplash-1', '', '', '2020-09-25 07:36:29', '2020-09-25 07:36:29', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2020-09-25 07:36:34', '2020-09-25 07:36:34', '', 'stephen-leonardi-WUdAAlvKo0o-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'stephen-leonardi-wudaalvko0o-unsplash-1', '', '', '2020-09-25 07:36:34', '2020-09-25 07:36:34', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(46, 1, '2020-10-11 13:16:57', '2020-10-11 13:16:57', '', 'closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d (1)', '', 'inherit', 'open', 'closed', '', 'closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1', '', '', '2020-10-11 13:16:57', '2020-10-11 13:16:57', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(47, 1, '2020-10-11 13:17:11', '2020-10-11 13:17:11', '', 'woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e (1)', '', 'inherit', 'open', 'closed', '', 'woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1', '', '', '2020-10-11 13:17:11', '2020-10-11 13:17:11', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2020-10-11 13:17:25', '2020-10-11 13:17:25', '', 'white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd (1)', '', 'inherit', 'open', 'closed', '', 'white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1', '', '', '2020-10-11 13:17:25', '2020-10-11 13:17:25', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2020-10-11 13:48:56', '2020-10-11 13:48:56', '', 'navdeep', '', 'inherit', 'open', 'closed', '', 'navdeep', '', '', '2020-10-11 13:48:56', '2020-10-11 13:48:56', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/navdeep.jpeg', 0, 'attachment', 'image/jpeg', 0),
(51, 1, '2020-10-11 15:10:18', '2020-10-11 15:10:18', '', 'NewGEN Logo', '', 'inherit', 'open', 'closed', '', 'newgen-logo', '', '', '2020-10-11 15:10:18', '2020-10-11 15:10:18', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(52, 1, '2020-10-11 15:10:22', '2020-10-11 15:10:22', '', 'NewGen Windows Logo', '', 'inherit', 'open', 'closed', '', 'newgen-windows-logo', '', '', '2020-10-11 15:10:22', '2020-10-11 15:10:22', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/NewGen-Windows-Logo.png', 0, 'attachment', 'image/png', 0),
(53, 1, '2020-10-11 15:17:45', '2020-10-11 15:17:45', '{\n    \"show_on_front\": {\n        \"value\": \"page\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-10-11 15:17:45\"\n    },\n    \"page_on_front\": {\n        \"value\": \"21\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-10-11 15:17:45\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '8e8c40d5-9814-4a19-aa7d-2ae16f6b7dbf', '', '', '2020-10-11 15:17:45', '2020-10-11 15:17:45', '', 0, 'https://newgen.stun.tech/2020/10/11/8e8c40d5-9814-4a19-aa7d-2ae16f6b7dbf/', 0, 'customize_changeset', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `pfmjzt_wpk0_termmeta`
--

CREATE TABLE `pfmjzt_wpk0_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `pfmjzt_wpk0_terms`
--

CREATE TABLE `pfmjzt_wpk0_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `pfmjzt_wpk0_terms`
--

INSERT INTO `pfmjzt_wpk0_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0);

-- --------------------------------------------------------

--
-- Table structure for table `pfmjzt_wpk0_term_relationships`
--

CREATE TABLE `pfmjzt_wpk0_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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `pfmjzt_wpk0_term_relationships`
--

INSERT INTO `pfmjzt_wpk0_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `pfmjzt_wpk0_term_taxonomy`
--

CREATE TABLE `pfmjzt_wpk0_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `pfmjzt_wpk0_term_taxonomy`
--

INSERT INTO `pfmjzt_wpk0_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `pfmjzt_wpk0_usermeta`
--

CREATE TABLE `pfmjzt_wpk0_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `pfmjzt_wpk0_usermeta`
--

INSERT INTO `pfmjzt_wpk0_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'Newgen'),
(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, 'wpk0_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpk0_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:2:{s:64:\"13f1d058ecff2e2244cfa62267197f45c4c50608696cc6e09626cdc8de7cd253\";a:4:{s:10:\"expiration\";i:1603006353;s:2:\"ip\";s:14:\"106.51.243.187\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36\";s:5:\"login\";i:1602833553;}s:64:\"3b1b02cbae1caec8a32ad7085dea90eca55ca5a5f49e532d78db496ff860ed24\";a:4:{s:10:\"expiration\";i:1603006357;s:2:\"ip\";s:14:\"106.51.243.187\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36\";s:5:\"login\";i:1602833557;}}'),
(17, 1, 'wpk0_dashboard_quick_press_last_post_id', '4'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"106.51.241.0\";}'),
(19, 2, 'nickname', 'Khyati'),
(20, 2, 'first_name', 'Khyati'),
(21, 2, 'last_name', ''),
(22, 2, 'description', ''),
(23, 2, 'rich_editing', 'true'),
(24, 2, 'syntax_highlighting', 'true'),
(25, 2, 'comment_shortcuts', 'false'),
(26, 2, 'admin_color', 'fresh'),
(27, 2, 'use_ssl', '0'),
(28, 2, 'show_admin_bar_front', 'true'),
(29, 2, 'locale', ''),
(30, 2, 'wpk0_capabilities', 'a:1:{s:6:\"editor\";b:1;}'),
(31, 2, 'wpk0_user_level', '7'),
(32, 2, 'dismissed_wp_pointers', ''),
(33, 2, 'session_tokens', 'a:1:{s:64:\"e76164023e797118fffab99adb881b9dd289bc1b846e435548e67c0b5674beda\";a:4:{s:10:\"expiration\";i:1601994676;s:2:\"ip\";s:14:\"117.201.206.31\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:5:\"login\";i:1601821876;}}'),
(34, 2, 'wpk0_dashboard_quick_press_last_post_id', '45'),
(35, 1, 'wpk0_user-settings', 'libraryContent=browse'),
(36, 1, 'wpk0_user-settings-time', '1602428777');

-- --------------------------------------------------------

--
-- Table structure for table `pfmjzt_wpk0_users`
--

CREATE TABLE `pfmjzt_wpk0_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `pfmjzt_wpk0_users`
--

INSERT INTO `pfmjzt_wpk0_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'Newgen', '$P$BsyKzp0O5rfYV29.SxEoWtMaK/jR8i.', 'Newgen', 'admin@stun.tech', 'https://newgen.stun.tech', '2020-09-23 17:05:56', '', 0, 'Newgen'),
(2, 'Khyati', '$P$BFIZ2rd6hh9eUrHPeGZ//f9ez6Ta9Q0', 'khyati', 'khyati@jumpp.tech', '', '2020-10-04 14:26:00', '', 0, 'Khyati');

-- --------------------------------------------------------

--
-- Table structure for table `pfmjzt_wpk0_wpvivid_scan_result`
--

CREATE TABLE `pfmjzt_wpk0_wpvivid_scan_result` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `from_post` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `pfmjzt_wpk0_wpvivid_unused_uploads_files`
--

CREATE TABLE `pfmjzt_wpk0_wpvivid_unused_uploads_files` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `folder` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `srewqi_wpk0_commentmeta`
--

CREATE TABLE `srewqi_wpk0_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `srewqi_wpk0_comments`
--

CREATE TABLE `srewqi_wpk0_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `srewqi_wpk0_comments`
--

INSERT INTO `srewqi_wpk0_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/', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `srewqi_wpk0_links`
--

CREATE TABLE `srewqi_wpk0_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_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_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `srewqi_wpk0_options`
--

CREATE TABLE `srewqi_wpk0_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `srewqi_wpk0_options`
--

INSERT INTO `srewqi_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://newgen.stun.tech', 'yes'),
(2, 'home', 'https://newgen.stun.tech', 'yes'),
(3, 'blogname', 'Newgen', 'yes'),
(4, 'blogdescription', 'Newgen', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@stun.tech', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:97:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=21&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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:5:{i:0;s:24:\"header-footer/plugin.php\";i:1;s:20:\"oxygen/functions.php\";i:2;s:21:\"wp-reset/wp-reset.php\";i:3;s:41:\"wpvivid-backup-pro/wpvivid-backup-pro.php\";i:4;s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'twentytwenty', 'yes'),
(41, 'stylesheet', 'twentytwenty', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '48748', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i: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:1:{s:21:\"wp-reset/wp-reset.php\";a:2:{i:0;s:8:\"WP_Reset\";i:1;s:16:\"uninstall_plugin\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '21', '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', '1616432756', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'initial_db_version', '48748', 'yes'),
(96, 'wpk0_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(97, 'fresh_site', '0', 'yes'),
(98, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'sidebars_widgets', 'a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(104, 'cron', 'a:6:{i:1612595157;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:1612631156;a:4:{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: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:1612631644;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: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:1612632271;a:1:{s:24:\"wpvivid_pro_update_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:1613063156;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'),
(105, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'recovery_keys', 'a:0:{}', 'yes'),
(116, 'theme_mods_twentytwenty', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(1536, '_site_transient_timeout_theme_roots', '1612595599', 'no'),
(1537, '_site_transient_theme_roots', 'a:3:{s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}', 'no'),
(1561, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1612594080;s:7:\"checked\";a:3:{s:14:\"twentynineteen\";s:3:\"1.9\";s:15:\"twentyseventeen\";s:3:\"2.5\";s:12:\"twentytwenty\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.9.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.6.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}', 'no'),
(198, 'wp-reset', 'a:4:{s:7:\"options\";a:19:{s:15:\"tools_snapshots\";b:1;s:16:\"events_snapshots\";b:1;s:20:\"snapshots_autoupload\";b:0;s:24:\"autosnapshots_autoupload\";b:0;s:23:\"snapshots_upload_delete\";b:0;s:19:\"scheduled_snapshots\";b:0;s:15:\"prune_snapshots\";b:0;s:23:\"prune_snapshots_details\";s:6:\"days-5\";s:18:\"adminbar_snapshots\";b:1;s:15:\"optimize_tables\";b:0;s:13:\"throttle_ajax\";b:0;s:12:\"fix_datetime\";b:0;s:21:\"ajax_snapshots_export\";b:0;s:15:\"cloud_snapshots\";b:0;s:15:\"onboarding_done\";b:1;s:10:\"whitelabel\";b:0;s:5:\"debug\";b:0;s:13:\"cloud_service\";s:4:\"none\";s:10:\"cloud_data\";a:1:{s:8:\"icedrive\";b:0;}}s:4:\"meta\";a:3:{s:13:\"first_version\";s:4:\"5.65\";s:13:\"first_install\";i:1600881446;s:11:\"reset_count\";i:0;}s:17:\"dismissed_notices\";a:1:{s:7:\"welcome\";b:1;}s:12:\"autouploader\";a:0:{}}', 'yes'),
(1522, '_site_transient_timeout_php_check_6a93f292d9a273c004fc36e1f86d97b3', '1613097022', 'no'),
(1523, '_site_transient_php_check_6a93f292d9a273c004fc36e1f86d97b3', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(654, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:15:\"admin@stun.tech\";s:7:\"version\";s:5:\"5.5.3\";s:9:\"timestamp\";i:1604121746;}', 'no'),
(1560, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.6-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.6-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1612594075;s:15:\"version_checked\";s:5:\"5.5.3\";s:12:\"translations\";a:0:{}}', 'no'),
(1532, '_transient_doing_cron', '1612593796.3572471141815185546875', 'yes'),
(1557, '_transient_timeout_wf_plugin_update_wpr', '1612594172', 'no'),
(1558, '_transient_wf_plugin_update_wpr', 'a:2:{s:7:\"success\";b:1;s:4:\"data\";a:23:{s:4:\"name\";s:12:\"WP Reset PRO\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:6:\"author\";s:59:\"<a href=\"https://www.webfactoryltd.com/\">WebFactory Ltd</a>\";s:11:\"new_version\";s:4:\"5.80\";s:7:\"version\";s:4:\"5.80\";s:8:\"homepage\";s:20:\"https://wpreset.com/\";s:12:\"last_updated\";s:19:\"2021-02-01 09:47:08\";s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:4:\"5.60\";s:4:\"tags\";s:64:\"reset, reset database, reset wordpress database, wordpress-reset\";s:15:\"active_installs\";s:6:\"200000\";s:6:\"rating\";s:3:\"100\";s:11:\"num_ratings\";s:3:\"288\";s:7:\"ratings\";a:5:{i:5;i:277;i:4;i:2;i:3;i:1;i:2;i:1;i:1;i:7;}s:5:\"added\";s:10:\"2018-10-24\";s:3:\"url\";s:20:\"https://wpreset.com/\";s:7:\"package\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:13:\"download_link\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:14:\"upgrade_notice\";s:26:\"See changelog for details.\";s:7:\"banners\";a:1:{s:3:\"low\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=1807800\";}s:5:\"icons\";a:4:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1797141\";s:2:\"1x\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"svg\";s:0:\"\";}s:8:\"sections\";a:1:{s:9:\"changelog\";s:6523:\"<strong>v5.80</strong> - 2021-02-01<ul><li>Minor Tweaks</li></ul><strong>v5.79</strong> - 2021-01-13<ul><li>Fixed snapshot export compatibility issues</li></ul><strong>v5.78</strong> - 2020-12-19<ul><li>Compatibility fixes</li></ul><strong>v5.77</strong> - 2020-12-17<ul>\r\n<li>Compatibility improvements</li>\r\n<li>Various minor tweaks</li>\r\n</ul><strong>v5.73</strong> - 2020-12-08<ul><li>WordPress 5.6 update</li></ul><strong>v5.72</strong> - 2020-12-05<ul><li>Added support for pCloud EU</li></ul><strong>v5.71</strong> - 2020-11-30<ul><li>Compatibility with extended ascii characters in Site Title</li></ul><strong>v5.70</strong> - 2020-11-28<ul><li>Typo fix</li></ul><strong>v5.69</strong> - 2020-11-27<ul><li>Fixed Database usage space alert bug</li></ul><strong>v5.68</strong> - 2020-11-26<ul><li>Fixed Snapshot Size Alert option sometimes not being saved</li></ul><strong>v5.67</strong> - 2020-11-21<ul>\r\n<li>Added select checkboxes for snapshots and bulk delete of selected snapshots</li>\r\n<li>Automatic license activation for 301 Redirects PRO</li>\r\n<li>Debugger log improvements</li>\r\n<li>Tweaked upload of automatic snapshots to cloud</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.66</strong> - 2020-09-22<ul><li>Updated Google Drive API</li></ul><strong>v5.65</strong> - 2020-09-20<ul><li>Exported snapshot ZIPs will be deleted from the website when the snapshot is deleted</li></ul><strong>v5.64</strong> - 2020-09-18<ul>\r\n<li>Performance improvements and tweaks</li>\r\n<li>Compatibility fixes</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.63</strong> - 2020-09-08<ul>\r\n<li>Added support for Icedrive</li>\r\n<li>Various tweaks and fixes</li>\r\n</ul><strong>v5.62</strong> - 2020-09-02<ul><li>Tweaks and bug fixes</li></ul><strong>v5.59</strong> - 2020-08-14<ul><li>Admin bar menu bug fix</li></ul><strong>v5.58</strong> - 2020-08-09<ul><li>WordPress 5.5 update</li></ul><strong>v5.57</strong> - 2020-07-09<ul>\r\n<li>Added automatic upload option for user created snapshots</li>\r\n<li>Added option to automatically delete snapshots after they are uploaded to cloud</li>\r\n<li>When the White Label option is activated, license keys are hidden and collections editing is disabled</li>\r\n</ul><strong>v5.56</strong> - 2020-06-15<ul><li>Added HTML Support for Collection Item Description</li></ul><strong>v5.55</strong> - 2020-06-15<ul>\r\n<li>Custom Support / Branding Text can now be added for licenses in Dashboard and it will be displayed in the Support tab when White label is active</li>\r\n<li>License key is now always hidden after activation</li>\r\n</ul><strong>v5.50</strong> - 2020-06-01<ul><li>Database Bug Fix and Tweaks</li></ul><strong>v5.49</strong> - 2020-05-25<ul><li>pCloud API updates</li></ul><strong>v5.48</strong> - 2020-05-12<ul><li>Added warning if PHP ZipArchive extension is disabled or missing</li><li>Tweaks and minor bug fixes</li></ul><strong>v5.47</strong> - 2020-05-08<ul>\r\n<li>Added option to optimize tables before creating snapshots</li>\r\n<li>Added option to throttle AJAX requests</li>\r\n<li>fixed wp-cli bug</li>\r\n</ul><strong>v5.46</strong> - 2020-05-04<ul>\r\n<li>Google Drive cloud tweaks</li>\r\n<li>Improved support for long table names</li>\r\n</ul><strong>v5.45</strong> - 2020-05-03<ul><li>improved pCloud error handling and overall experience</li></ul><strong>v5.44</strong> - 2020-05-01<ul><li>fixed bug causing no results in plugin/theme search when adding new collection items from WordPress.org</li></ul><strong>v5.43</strong> - 2020-04-29<ul><li>bug fix</li></ul><strong>v5.42</strong> - 2020-04-29<ul><li>typo fix</li></ul><strong>v5.41</strong> - 2020-04-26<ul><li>Freemius license activation fix</li></ul><strong>v5.40</strong> - 2020-04-25<ul>\r\n<li>Bug fixes</li>\r\n</ul><strong>v5.33</strong> - 2020-04-12<ul>\r\n<li>Improved Emergency Recovery GUI, new section for WordPress Information</li>\r\n<li>Added button to update Emergency Recovery to latest version</li>\r\n<li>Fixed issue with Collection items license keys not being saved properly in some cases</li>\r\n<li>Delete .htaccess tool: Added button to restore .htaccess to default</li>\r\n<li>New tool: Reset User Roles</li>\r\n<li>Tweaks and minor bug fixes</li>\r\n</ul><strong>v5.32</strong> - 2020-04-06<ul><li>Added automatic license activation for Oxygen plugins</li></ul><strong>v5.31</strong> - 2020-03-21<ul><li>Fixed White Label bug</li></ul><strong>v5.30</strong> - 2020-03-20<ul>\r\n<li>started using the new dashboard to handle licenses</li>\r\n</ul>\r\n<strong>v5.26</strong> - 2020-03-12<ul><li>Added pCloud Support</li><li>Added automatic license activation for Advanced Custom Fields</li><li>Bug Fixes</li></ul><strong>v5.24</strong> - 2020-02-19<ul><li>Added automatic license activation for WebFactory plugins, Freemius plugins as well as Ninja Tables PRO, SEOpress PRO and the Astra Pro Addon Plugin</li><li>Bug fixes</li></ul><strong>v5.23</strong> - 2020-01-30<ul><li>Added support for long lincense keys for collection items</li><li>Fixed install issues with some collection themes</li></ul><strong>v5.22</strong> - 2020-01-29<ul><li>Fixed sometimes not reading plugin information correctly when adding a ZIP to collection</li><li>Fixed active cloud setting sometimes being set to Disabled when saving settings</li><li>Minor tweaks and bug fixes</li></ul><strong>v5.21</strong> - 2020-01-28<ul><li>Timezone bug fix</li></ul><strong>v5.20</strong> - 2020-01-27<ul><li>added mandatory password for emergency recovery script</li><li>fixed a lot of bugs</li><li>enabled snapshots cloud storage on Dropbox, Google Drive and WP Reset Cloud</li><li>enabled support for premium plugins (via ZIP archive) in collections</li><li>added support for license keys for premium plugins (only storage for now, not activation)</li></ul><strong>v5.17</strong> - 2020-01-12<ul><li>Preparations for cloud features coming out by January 28th</li><li>Keep timezone when resetting</li><li>Moved Snapshot Settings to Settings tab</li><li>Minor bug fixes</li></ul><strong>v5.15</strong> - 2019-11-26<ul><li>Added Delete MU Plugins & Drop-ins Tool</li><li>Added delete snapshots button</li><li>Added White-label option for Agency Licenses</li><li>Tweaks and bug fixes</li></ul><strong>v5.13</strong> - 2019-11-23<ul><li>Tweaks and Bug Fixes</li></ul><strong>v5.12</strong> - 2019-11-19<ul><li>CSS Bug Fix</li></ul><strong>v5.11</strong> - 2019-11-18<ul><li>First official pro  release</li></ul><strong>v5.01</strong> - 2019-11-17<ul><li>Test beta update</li></ul><strong>v5.00</strong> - 2019-11-17<ul><li>First public beta release</li></ul>\";}}}', 'no'),
(570, 'hefo', 'a:75:{s:4:\"head\";s:407:\"<script>\r\n    Userback = window.Userback || {};\r\n    Userback.access_token = \'5274|20165|vjvucuLRKroUIMS3PbbdovUtgeWNbItVTqsVo83jSUx14nD8ri\';\r\n    (function(id) {\r\n        var s = document.createElement(\'script\');\r\n        s.async = 1;s.src = \'https://static.userback.io/widget/v1.js\';\r\n        var parent_node = document.head || document.body;parent_node.appendChild(s);\r\n    })(\'userback-sdk\');\r\n</script>\";s:9:\"head_home\";s:0:\"\";s:4:\"body\";s:0:\"\";s:11:\"mobile_body\";s:0:\"\";s:6:\"footer\";s:0:\"\";s:13:\"mobile_footer\";s:0:\"\";s:13:\"generic_tag_1\";s:0:\"\";s:9:\"generic_1\";s:0:\"\";s:16:\"mobile_generic_1\";s:0:\"\";s:13:\"generic_tag_2\";s:0:\"\";s:9:\"generic_2\";s:0:\"\";s:16:\"mobile_generic_2\";s:0:\"\";s:13:\"generic_tag_3\";s:0:\"\";s:9:\"generic_3\";s:0:\"\";s:16:\"mobile_generic_3\";s:0:\"\";s:13:\"generic_tag_4\";s:0:\"\";s:9:\"generic_4\";s:0:\"\";s:16:\"mobile_generic_4\";s:0:\"\";s:13:\"generic_tag_5\";s:0:\"\";s:9:\"generic_5\";s:0:\"\";s:16:\"mobile_generic_5\";s:0:\"\";s:6:\"before\";s:0:\"\";s:13:\"mobile_before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:12:\"mobile_after\";s:0:\"\";s:11:\"inner_pos_1\";s:5:\"after\";s:11:\"inner_tag_1\";s:0:\"\";s:12:\"inner_skip_1\";s:1:\"0\";s:11:\"inner_alt_1\";s:0:\"\";s:7:\"inner_1\";s:0:\"\";s:14:\"mobile_inner_1\";s:0:\"\";s:11:\"inner_pos_2\";s:5:\"after\";s:11:\"inner_tag_2\";s:0:\"\";s:12:\"inner_skip_2\";s:1:\"0\";s:11:\"inner_alt_2\";s:0:\"\";s:7:\"inner_2\";s:0:\"\";s:14:\"mobile_inner_2\";s:0:\"\";s:11:\"inner_pos_3\";s:5:\"after\";s:11:\"inner_tag_3\";s:0:\"\";s:12:\"inner_skip_3\";s:1:\"0\";s:11:\"inner_alt_3\";s:0:\"\";s:7:\"inner_3\";s:0:\"\";s:14:\"mobile_inner_3\";s:0:\"\";s:11:\"inner_pos_4\";s:5:\"after\";s:11:\"inner_tag_4\";s:0:\"\";s:12:\"inner_skip_4\";s:1:\"0\";s:11:\"inner_alt_4\";s:0:\"\";s:7:\"inner_4\";s:0:\"\";s:14:\"mobile_inner_4\";s:0:\"\";s:11:\"inner_pos_5\";s:5:\"after\";s:11:\"inner_tag_5\";s:0:\"\";s:12:\"inner_skip_5\";s:1:\"0\";s:11:\"inner_alt_5\";s:0:\"\";s:7:\"inner_5\";s:0:\"\";s:14:\"mobile_inner_5\";s:0:\"\";s:11:\"page_before\";s:0:\"\";s:18:\"mobile_page_before\";s:0:\"\";s:10:\"page_after\";s:0:\"\";s:17:\"mobile_page_after\";s:0:\"\";s:14:\"excerpt_before\";s:0:\"\";s:13:\"excerpt_after\";s:0:\"\";s:8:\"amp_head\";s:0:\"\";s:7:\"amp_css\";s:0:\"\";s:8:\"amp_body\";s:0:\"\";s:15:\"amp_post_before\";s:0:\"\";s:14:\"amp_post_after\";s:0:\"\";s:10:\"amp_footer\";s:0:\"\";s:9:\"snippet_1\";s:0:\"\";s:9:\"snippet_2\";s:0:\"\";s:9:\"snippet_3\";s:0:\"\";s:9:\"snippet_4\";s:0:\"\";s:9:\"snippet_5\";s:0:\"\";s:18:\"mobile_user_agents\";s:38:\"phone\niphone\nipod\nandroid.+mobile\nxoom\";s:5:\"notes\";s:0:\"\";s:25:\"mobile_user_agents_parsed\";s:38:\"phone|iphone|ipod|android.+mobile|xoom\";}', 'yes');
INSERT INTO `srewqi_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1539, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1612594114;s:7:\"checked\";a:7:{s:19:\"akismet/akismet.php\";s:5:\"4.1.7\";s:24:\"header-footer/plugin.php\";s:5:\"3.2.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:20:\"oxygen/functions.php\";s:3:\"3.5\";s:21:\"wp-reset/wp-reset.php\";s:4:\"5.66\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:6:\"0.9.46\";s:41:\"wpvivid-backup-pro/wpvivid-backup-pro.php\";s:6:\"1.9.21\";}s:8:\"response\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/wpvivid-backuprestore\";s:4:\"slug\";s:21:\"wpvivid-backuprestore\";s:6:\"plugin\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:11:\"new_version\";s:6:\"0.9.49\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/wpvivid-backuprestore/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/wpvivid-backuprestore.0.9.49.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-256x256.png?rev=2086438\";s:2:\"1x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-128x128.png?rev=2086438\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-1544x500.png?rev=2086438\";s:2:\"1x\";s:76:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-772x250.png?rev=2086438\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:21:\"wp-reset/wp-reset.php\";O:8:\"stdClass\":23:{s:4:\"name\";s:12:\"WP Reset PRO\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:6:\"author\";s:59:\"<a href=\"https://www.webfactoryltd.com/\">WebFactory Ltd</a>\";s:11:\"new_version\";s:4:\"5.80\";s:7:\"version\";s:4:\"5.80\";s:8:\"homepage\";s:20:\"https://wpreset.com/\";s:12:\"last_updated\";s:19:\"2021-02-01 09:47:08\";s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:4:\"5.60\";s:4:\"tags\";s:64:\"reset, reset database, reset wordpress database, wordpress-reset\";s:15:\"active_installs\";s:6:\"200000\";s:6:\"rating\";s:3:\"100\";s:11:\"num_ratings\";s:3:\"288\";s:7:\"ratings\";a:5:{i:5;i:277;i:4;i:2;i:3;i:1;i:2;i:1;i:1;i:7;}s:5:\"added\";s:10:\"2018-10-24\";s:3:\"url\";s:20:\"https://wpreset.com/\";s:7:\"package\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:13:\"download_link\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:14:\"upgrade_notice\";s:26:\"See changelog for details.\";s:7:\"banners\";a:1:{s:3:\"low\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=1807800\";}s:5:\"icons\";a:4:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1797141\";s:2:\"1x\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"svg\";s:0:\"\";}s:8:\"sections\";a:1:{s:9:\"changelog\";s:6523:\"<strong>v5.80</strong> - 2021-02-01<ul><li>Minor Tweaks</li></ul><strong>v5.79</strong> - 2021-01-13<ul><li>Fixed snapshot export compatibility issues</li></ul><strong>v5.78</strong> - 2020-12-19<ul><li>Compatibility fixes</li></ul><strong>v5.77</strong> - 2020-12-17<ul>\r\n<li>Compatibility improvements</li>\r\n<li>Various minor tweaks</li>\r\n</ul><strong>v5.73</strong> - 2020-12-08<ul><li>WordPress 5.6 update</li></ul><strong>v5.72</strong> - 2020-12-05<ul><li>Added support for pCloud EU</li></ul><strong>v5.71</strong> - 2020-11-30<ul><li>Compatibility with extended ascii characters in Site Title</li></ul><strong>v5.70</strong> - 2020-11-28<ul><li>Typo fix</li></ul><strong>v5.69</strong> - 2020-11-27<ul><li>Fixed Database usage space alert bug</li></ul><strong>v5.68</strong> - 2020-11-26<ul><li>Fixed Snapshot Size Alert option sometimes not being saved</li></ul><strong>v5.67</strong> - 2020-11-21<ul>\r\n<li>Added select checkboxes for snapshots and bulk delete of selected snapshots</li>\r\n<li>Automatic license activation for 301 Redirects PRO</li>\r\n<li>Debugger log improvements</li>\r\n<li>Tweaked upload of automatic snapshots to cloud</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.66</strong> - 2020-09-22<ul><li>Updated Google Drive API</li></ul><strong>v5.65</strong> - 2020-09-20<ul><li>Exported snapshot ZIPs will be deleted from the website when the snapshot is deleted</li></ul><strong>v5.64</strong> - 2020-09-18<ul>\r\n<li>Performance improvements and tweaks</li>\r\n<li>Compatibility fixes</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.63</strong> - 2020-09-08<ul>\r\n<li>Added support for Icedrive</li>\r\n<li>Various tweaks and fixes</li>\r\n</ul><strong>v5.62</strong> - 2020-09-02<ul><li>Tweaks and bug fixes</li></ul><strong>v5.59</strong> - 2020-08-14<ul><li>Admin bar menu bug fix</li></ul><strong>v5.58</strong> - 2020-08-09<ul><li>WordPress 5.5 update</li></ul><strong>v5.57</strong> - 2020-07-09<ul>\r\n<li>Added automatic upload option for user created snapshots</li>\r\n<li>Added option to automatically delete snapshots after they are uploaded to cloud</li>\r\n<li>When the White Label option is activated, license keys are hidden and collections editing is disabled</li>\r\n</ul><strong>v5.56</strong> - 2020-06-15<ul><li>Added HTML Support for Collection Item Description</li></ul><strong>v5.55</strong> - 2020-06-15<ul>\r\n<li>Custom Support / Branding Text can now be added for licenses in Dashboard and it will be displayed in the Support tab when White label is active</li>\r\n<li>License key is now always hidden after activation</li>\r\n</ul><strong>v5.50</strong> - 2020-06-01<ul><li>Database Bug Fix and Tweaks</li></ul><strong>v5.49</strong> - 2020-05-25<ul><li>pCloud API updates</li></ul><strong>v5.48</strong> - 2020-05-12<ul><li>Added warning if PHP ZipArchive extension is disabled or missing</li><li>Tweaks and minor bug fixes</li></ul><strong>v5.47</strong> - 2020-05-08<ul>\r\n<li>Added option to optimize tables before creating snapshots</li>\r\n<li>Added option to throttle AJAX requests</li>\r\n<li>fixed wp-cli bug</li>\r\n</ul><strong>v5.46</strong> - 2020-05-04<ul>\r\n<li>Google Drive cloud tweaks</li>\r\n<li>Improved support for long table names</li>\r\n</ul><strong>v5.45</strong> - 2020-05-03<ul><li>improved pCloud error handling and overall experience</li></ul><strong>v5.44</strong> - 2020-05-01<ul><li>fixed bug causing no results in plugin/theme search when adding new collection items from WordPress.org</li></ul><strong>v5.43</strong> - 2020-04-29<ul><li>bug fix</li></ul><strong>v5.42</strong> - 2020-04-29<ul><li>typo fix</li></ul><strong>v5.41</strong> - 2020-04-26<ul><li>Freemius license activation fix</li></ul><strong>v5.40</strong> - 2020-04-25<ul>\r\n<li>Bug fixes</li>\r\n</ul><strong>v5.33</strong> - 2020-04-12<ul>\r\n<li>Improved Emergency Recovery GUI, new section for WordPress Information</li>\r\n<li>Added button to update Emergency Recovery to latest version</li>\r\n<li>Fixed issue with Collection items license keys not being saved properly in some cases</li>\r\n<li>Delete .htaccess tool: Added button to restore .htaccess to default</li>\r\n<li>New tool: Reset User Roles</li>\r\n<li>Tweaks and minor bug fixes</li>\r\n</ul><strong>v5.32</strong> - 2020-04-06<ul><li>Added automatic license activation for Oxygen plugins</li></ul><strong>v5.31</strong> - 2020-03-21<ul><li>Fixed White Label bug</li></ul><strong>v5.30</strong> - 2020-03-20<ul>\r\n<li>started using the new dashboard to handle licenses</li>\r\n</ul>\r\n<strong>v5.26</strong> - 2020-03-12<ul><li>Added pCloud Support</li><li>Added automatic license activation for Advanced Custom Fields</li><li>Bug Fixes</li></ul><strong>v5.24</strong> - 2020-02-19<ul><li>Added automatic license activation for WebFactory plugins, Freemius plugins as well as Ninja Tables PRO, SEOpress PRO and the Astra Pro Addon Plugin</li><li>Bug fixes</li></ul><strong>v5.23</strong> - 2020-01-30<ul><li>Added support for long lincense keys for collection items</li><li>Fixed install issues with some collection themes</li></ul><strong>v5.22</strong> - 2020-01-29<ul><li>Fixed sometimes not reading plugin information correctly when adding a ZIP to collection</li><li>Fixed active cloud setting sometimes being set to Disabled when saving settings</li><li>Minor tweaks and bug fixes</li></ul><strong>v5.21</strong> - 2020-01-28<ul><li>Timezone bug fix</li></ul><strong>v5.20</strong> - 2020-01-27<ul><li>added mandatory password for emergency recovery script</li><li>fixed a lot of bugs</li><li>enabled snapshots cloud storage on Dropbox, Google Drive and WP Reset Cloud</li><li>enabled support for premium plugins (via ZIP archive) in collections</li><li>added support for license keys for premium plugins (only storage for now, not activation)</li></ul><strong>v5.17</strong> - 2020-01-12<ul><li>Preparations for cloud features coming out by January 28th</li><li>Keep timezone when resetting</li><li>Moved Snapshot Settings to Settings tab</li><li>Minor bug fixes</li></ul><strong>v5.15</strong> - 2019-11-26<ul><li>Added Delete MU Plugins & Drop-ins Tool</li><li>Added delete snapshots button</li><li>Added White-label option for Agency Licenses</li><li>Tweaks and bug fixes</li></ul><strong>v5.13</strong> - 2019-11-23<ul><li>Tweaks and Bug Fixes</li></ul><strong>v5.12</strong> - 2019-11-19<ul><li>CSS Bug Fix</li></ul><strong>v5.11</strong> - 2019-11-18<ul><li>First official pro  release</li></ul><strong>v5.01</strong> - 2019-11-17<ul><li>Test beta update</li></ul><strong>v5.00</strong> - 2019-11-17<ul><li>First public beta release</li></ul>\";}}s:20:\"oxygen/functions.php\";O:8:\"stdClass\":12:{s:11:\"new_version\";s:5:\"3.6.1\";s:14:\"stable_version\";s:5:\"3.6.1\";s:4:\"name\";s:6:\"Oxygen\";s:4:\"slug\";s:9:\"functions\";s:3:\"url\";s:55:\"https://oxygenbuilder.com/downloads/oxygen/?changelog=1\";s:12:\"last_updated\";s:19:\"2020-11-20 11:21:49\";s:8:\"homepage\";s:43:\"https://oxygenbuilder.com/downloads/oxygen/\";s:7:\"package\";s:194:\"https://oxygenbuilder.com/edd-sl/package_download/MzE4OTM3NjExNDo3MTFiOThhMmMxODc1ZDFmOWJhYTBlNzgyOTRjZGI0Zjo2MzE6NzllMTZhMmRjZmRkYjI2OTAyOWUyMDgyMjJlNjY0YjU6aHR0cHNALy9uZXdnZW4uc3R1bi50ZWNoOjA=\";s:13:\"download_link\";s:194:\"https://oxygenbuilder.com/edd-sl/package_download/MzE4OTM3NjExNDo3MTFiOThhMmMxODc1ZDFmOWJhYTBlNzgyOTRjZGI0Zjo2MzE6NzllMTZhMmRjZmRkYjI2OTAyOWUyMDgyMjJlNjY0YjU6aHR0cHNALy9uZXdnZW4uc3R1bi50ZWNoOjA=\";s:8:\"sections\";a:2:{s:11:\"description\";s:0:\"\";s:9:\"changelog\";s:3749:\"<p><strong>Oxygen 3.6.1 - November 20th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.6 - November 6th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.5 - August 25th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.4 - July 3rd, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.3.1 - May 25th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.3 - May 5th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.2.1 - March 25th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.2 - February 26th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.1.1 - January 22nd, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.1 - November 13th</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for the changelog.</p>\n<p><strong>Oxygen 3.0.1 - September 25th</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for the changelog.</p>\n<p><strong>Oxygen 3.0 - September 2nd</strong></p>\n<p>Visit https://oxygenbuilder.com/blog/ for the changelog.</p>\n<p><strong>Oxygen 2.4.1 - July 19th</strong></p>\n<ul>\n<li>Fixed issue that caused images inserted via Media Library to stretch to full width in some cases.</li>\n<li>Fixed issue with invalid shortcode warnings being shown when special characters were used in some fields in Oxygen.</li>\n</ul>\n<p>Details at https://oxygenbuilder.com/2019/07/19/oxygen-2-4-1-now-available/.</p>\n<p><strong>Oxygen 2.4 - July 8th</strong></p>\n<p>Find changelog, video overview, and additional details at <a href=\"https://oxygenbuilder.com/2019/07/08/oxygen-2-4-now-available/\">https://oxygenbuilder.com/2019/07/08/oxygen-2-4-now-available/</a></p>\n<p><strong>Oxygen 2.3 - May 3rd</strong></p>\n<p>Find changelog, video overview, and additional details at <a href=\"https://oxygenbuilder.com/2019/05/03/oxygen-2-3-now-available/\">https://oxygenbuilder.com/2019/05/03/oxygen-2-3-now-available/</a></p>\n<p><strong>Oxygen 2.2.1 - March 15th</strong></p>\n<ul>\n<li>Fix various plugin compatibility issues related to the loading of scripts and styles</li>\n<li>Fix NextGEN Gallery plugin incompatibility issue related to GZIP compression</li>\n<li>Fix \"200\" errors while saving caused by CSS cache feature in some cases</li>\n<li>Fix bug when importing the new 2.2 design sets when running PHP 7.2</li>\n</ul>\n<p>Details at <a href=\"https://oxygenbuilder.com/2019/03/15/oxygen-2-2-1-now-available/\">https://oxygenbuilder.com/2019/03/15/oxygen-2-2-1-now-available/</a></p>\n<p><strong>Oxygen 2.2 - Feb 21st</strong></p>\n<p>Find changelog, video overview, and additional details at <a href=\"https://oxygenbuilder.com/2019/02/21/oxygen-2-2-now-available/\">https://oxygenbuilder.com/2019/02/21/oxygen-2-2-now-available/</a></p>\n<p><strong>Oxygen 2.1.2 - Dec 13th</strong></p>\n<ul>\n<li>WP 5.0.1 compatibility</li>\n</ul>\n<p><strong>Oxygen 2.1.1 - Dec 8th</strong></p>\n<ul>\n<li>WP5 compatibility</li>\n<li>Fix for Toolset\'s WP5 Compatibility Update</li>\n</ul>\n<p><strong>Oxygen 2.1 - October 19th</strong></p>\n<p>Find changelog, video overview, and additional details at <a href=\"https://oxygenbuilder.com/2018/10/19/oxygen-2-1-now-available/\">https://oxygenbuilder.com/2018/10/19/oxygen-2-1-now-available/</a></p>\n<p>&nbsp;</p>\n<p><strong>Oxygen 2.0</strong></p>\n<p>Initial 2.0 release. No backwards compatibility with 1.x. Almost a new product.</p>\n\";}s:7:\"banners\";s:41:\"a:2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}\";s:5:\"icons\";s:6:\"a:0:{}\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:24:\"header-footer/plugin.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/header-footer\";s:4:\"slug\";s:13:\"header-footer\";s:6:\"plugin\";s:24:\"header-footer/plugin.php\";s:11:\"new_version\";s:5:\"3.2.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/header-footer/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/header-footer.3.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";s:2:\"1x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/header-footer/assets/banner-772x250.png?rev=1064202\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{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:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:21:\"wp-reset/wp-reset.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/wp-reset\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:11:\"new_version\";s:4:\"1.85\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/wp-reset/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/wp-reset.1.85.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-256x256.png?rev=1906468\";s:2:\"1x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1906468\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=2163880\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-reset/assets/banner-772x250.png?rev=2163880\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(1540, '_site_transient_timeout_browser_ef8c11bbf706ecb5727a62290421c07c', '1613198711', 'no'),
(1541, '_site_transient_browser_ef8c11bbf706ecb5727a62290421c07c', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"88.0.4324.96\";s:8:\"platform\";s:9:\"Macintosh\";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'),
(1542, '_site_transient_timeout_community-events-ad68bed797607a6bf73f0bca274590d8', '1612637121', 'no'),
(1543, '_site_transient_community-events-ad68bed797607a6bf73f0bca274590d8', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"106.51.243.0\";}s:6:\"events\";a:6:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:59:\"Discussion Group: Intro to Publishing with the Block Editor\";s:3:\"url\";s:68:\"https://www.meetup.com/learn-wordpress-discussions/events/275831420/\";s:6:\"meetup\";s:27:\"Learn WordPress Discussions\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/learn-wordpress-discussions/\";s:4:\"date\";s:19:\"2021-02-10 07:00:00\";s:8:\"end_date\";s:19:\"2021-02-10 08:00:00\";s:20:\"start_unix_timestamp\";i:1612969200;s:18:\"end_unix_timestamp\";i:1612972800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.7799987792970028976924368180334568023681640625;s:9:\"longitude\";d:-122.419998168950002082056016661226749420166015625;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:31:\"WordCampIN Contributors Weekend\";s:3:\"url\";s:59:\"https://www.meetup.com/BengaluruWordPress/events/275837948/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-02-06 15:00:00\";s:8:\"end_date\";s:19:\"2021-02-07 20:00:00\";s:20:\"start_unix_timestamp\";i:1612603800;s:18:\"end_unix_timestamp\";i:1612708200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"WordCampIN Speaker Sessions\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhryccdbbc/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-02-13 15:00:00\";s:8:\"end_date\";s:19:\"2021-02-14 20:30:00\";s:20:\"start_unix_timestamp\";i:1613208600;s:18:\"end_unix_timestamp\";i:1613314800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WordCampIN Sessions\";s:3:\"url\";s:59:\"https://www.meetup.com/BengaluruWordPress/events/275838089/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-02-13 16:00:00\";s:8:\"end_date\";s:19:\"2021-02-14 20:00:00\";s:20:\"start_unix_timestamp\";i:1613212200;s:18:\"end_unix_timestamp\";i:1613313000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Meetup - Topic & Venue to be decided\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhryccfbbc/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-03-20 15:00:00\";s:8:\"end_date\";s:19:\"2021-03-20 16:30:00\";s:20:\"start_unix_timestamp\";i:1616232600;s:18:\"end_unix_timestamp\";i:1616238000;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Bengaluru, KA, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:5;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Meetup - Topic & Venue to be decided\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhryccgbwb/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-04-17 15:00:00\";s:8:\"end_date\";s:19:\"2021-04-17 16:30:00\";s:20:\"start_unix_timestamp\";i:1618651800;s:18:\"end_unix_timestamp\";i:1618657200;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Bengaluru, KA, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}}}', 'no'),
(1544, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1612637121', 'no');
INSERT INTO `srewqi_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1545, '_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:49:\"\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:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News –  – 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:\"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: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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 21:30:51 +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=5.7-beta1-50231\";s: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:57:\"\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:\"WordPress 5.6.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/02/wordpress-5-6-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 21:30:51 +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:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9574\";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:468:\"WordPress 5.6.1 is now available! This maintenance release features&#160;20 bug fixes as well as&#160;7 issues fixed for the&#160;block&#160;editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade. You can&#160;download WordPress 5.6.1 directly, or visit the&#160;Dashboard → Updates&#160;screen&#160;and click&#160;Update Now. If your sites support automatic background updates, they’ve already started the update process. WordPress [&#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:9:\"Jb Audras\";s: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:8347:\"\n<p>WordPress 5.6.1 is now available!</p>\n\n\n\n<p>This maintenance release features&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.6.1&amp;group=status&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">20 bug fixes</a> as well as&nbsp;7 issues fixed for the&nbsp;block&nbsp;editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-5.6.1.zip\">download WordPress 5.6.1 directly</a>, or visit the<strong>&nbsp;Dashboard → Updates</strong>&nbsp;screen&nbsp;and click&nbsp;<strong>Update Now</strong>. If your sites support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>WordPress 5.6.1 is a short-cycle maintenance release. The next major release will be&nbsp;<a href=\"https://make.wordpress.org/core/5-7/\">version 5.7</a>.</p>\n\n\n\n<p>To see a full list of changes, you can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.6.1&amp;group=status&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">list on Trac</a>, read the&nbsp;<a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">5.6.1 RC1</a>&nbsp;post, or visit the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-6-1/\">5.6.1 documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.6.1 release was led by <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a> and <a href=\'https://profiles.wordpress.org/whyisjake/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>whyisjake</a>. Thanks to <a href=\'https://profiles.wordpress.org/metalandcoffee/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>metalandcoffee</a> and <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a> for running bug scrubs, <a href=\'https://profiles.wordpress.org/planningwrite/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>planningwrite</a> and <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a> for their help on the release post.</p>\n\n\n\n<p>Props to everyone who helped make WordPress 5.6.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</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:4:\"9574\";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:57:\"\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:\"The Month in WordPress: January 2021\";s: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/2021/02/the-month-in-wordpress-january-2021/\";s: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, 03 Feb 2021 15:01:17 +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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9632\";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:382:\"For WordPress, 2021 started on a high note. Read on to learn about updates from last month.&#160; WordPress release updates WordPress project executive director — Josepha Haden (@chanthaboune) shared big picture goals for WordPress in 2021. Highlights include shipping&#160; Full Site Editing&#160; — first on the Gutenberg plugin in April 2021&#160; and later in core [&#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:\"Hari Shanker R\";s: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:11651:\"\n<p>For WordPress, 2021 started on a high note. Read on to learn about updates from last month.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress release updates</h2>\n\n\n\n<p>WordPress project executive director — Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">shared big picture goals for WordPress in 2021</a>. Highlights include shipping&nbsp; Full Site Editing&nbsp; — first on the Gutenberg plugin in April 2021&nbsp; and later in core (with WordPress 5.8), improved learning opportunities on learn.wordpress.org, and better tooling for contributors. As per the updated <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a>, WordPress version 5.7 is planned to launch in March 2021 and WordPress 5.8 in June 2021. Some related updates:</p>\n\n\n\n<ul><li>Contributor teams are working on <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">an updated admin color palette for WordPress 5.7</a> that will be more accessible and easy to read.&nbsp;</li><li>The Core team is working on a proposal to <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">align WordPress release cycles with industry standards</a>.&nbsp;</li><li>WordPress 5.6.1 <a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">Release Candidate 1</a> is out. This release is set to launch by<a href=\"https://make.wordpress.org/core/2021/02/02/a-week-in-core-february-1-2021/\"> February 3, 2021</a>. Questions and answers for <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">WordPress 5.6</a> are now <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">available on GitHub</a>. Contact the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel in the WordPress Slack, if you would like to contribute.</li><li>The <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> release is out! Download the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip file</a> or use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">beta tester plugin</a> to test it out.&nbsp;</li></ul>\n\n\n\n<p>Want to be involved in the next release? You can help build WordPress Core by following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a> and joining the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal to return to in-person WordPress events in safe locations</h2>\n\n\n\n<p>The Community team is <a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\">discussing an updated proposal</a> to create a decision-making checklist for meetup organizers. The proposal is aimed at locations that have more effectively contained COVID-19 (such as New Zealand and Taiwan, for instance) so that local meetup groups in these areas can organize safe, in-person events. According to the proposal, in-person meetup organizers should review local/global health instructions based on resources and complete a checklist — which recommends whether to organize an event or not based on the organizer’s inputs and other factors. Compulsory safety precautions should be taken for any in-person meetup, and participants/organizers can share event feedback with WordCamp Central. The proposal is still being discussed, so if you have any thoughts, please<a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\"> share them in the comments</a>. <strong>Please note: WordPress meetups and WordCamps are still online at this time and will continue to remain online until further notice.</strong></p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog</a>, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RQC7RN\">#community-events</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a local WordPress community event, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>.&nbsp;</p>\n\n\n\n<h2>Gutenberg 9.7 and 9.8</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">Version 9.7</a> on January 6th and <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">Version 9.8</a> on January 20th. Version 9.7 allows users to drag block patterns from the inserter right into a desired position within the editor. It also has a new block variations feature and several improvements to reusable blocks. Version 9.6 makes the spacer block semi-transparent, adds a variation icon to the block switcher, adds site editor content to an iframe, and stabilizes Full Site Editing (FSE) by removing the auto drafts feature. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can find out more about the Gutenberg roadmap in the latest <a href=\"https://make.wordpress.org/core/2021/02/01/whats-next-in-gutenberg-february-2021/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<h2>Inviting Learn WordPress Contributors</h2>\n\n\n\n<p>Contributor teams working on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> initiative are asking for <a href=\"https://learn.wordpress.org/contribute/\">new workshop presenters and discussion group facilitators</a>. The Training Team is recruiting<a href=\"https://make.wordpress.org/training/2021/01/27/learn-wordpress-working-group-call-for-handbook-volunteers/\"> volunteers for the Learn WordPress handbook</a> and has put up a <a href=\"https://make.wordpress.org/training/2021/01/29/request-for-testing-slides-plugin/\">call for testing for the slides plugin</a> to identify a simplified way to present slides. The Polyglots Team has floated a proposal to <a href=\"https://make.wordpress.org/polyglots/2021/01/13/proposal-translating-learn-wordpress/\">translate Learn WordPress</a>. The Meta Team is exploring the possibility of <a href=\"https://make.wordpress.org/meta/2021/01/03/protecting-childrens-privacy-on-wordpress-through-the-lens-of-coppa/\">making Learn WordPress (and wordpress.org) COPPA-compliant</a> to host workshops aimed at kids. </p>\n\n\n\n<p>Want to contribute to the Training team? Follow the <a href=\"https://make.wordpress.org/training/\">Training team</a> blog, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RW657Q\">#training</a> channel in the Make WordPress Slack.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">Round 1</a> of the Full Site Editing (FSE) outreach program <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">has wrapped up</a>. As a result, gaps were identified in the Gutenberg 9.6 template-switching experience &#8211; you can follow the issues in GitHub. You can follow issues in GitHub and submit questions to the team. The program identified gaps in the current template-switching experience that shipped with Gutenberg 9.6. You can follow the <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">issues reported in GitHub</a>. Do you have questions about the FSE program? You can now <a href=\"https://make.wordpress.org/test/2021/02/02/fse-program-bring-your-questions/\">submit them here as part of the outreach program</a>.</li><li><a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> — A cross-team initiative led by the Marketing team to highlight WordPress contributors is back with <a href=\"https://wordpress.org/news/2021/01/people-of-wordpress-thelma-mutete/\">a post featuring Thelma Muelte of Zimbabwe</a>. If you are an active contributor to a WordPress.org team or a local WordCamp, contact the Marketing Team with the #ContributorStory tag to be featured in the series.</li><li>Joseph Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) launched a podcast titled <a href=\"https://wordpress.org/news/2021/02/welcome-to-your-wp-briefing/\">WP Briefing</a> which is aimed at WordPress users, builders, and contributors of all levels. The podcast &#8211; which is available on all major platforms, will include overviews of WordPress philosophy, community success stories, and major updates. </li><li>The Plugin team has added a requirement that <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">plugins in the WordPress repository must not make changes to the default auto-update settings on a site</a>. The only exception to this requirement is for those plugins that manage auto-updates.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India 2021</a> — a regional online WordCamp has begun. It’s running over three weekends and started with <a href=\"https://india.wordcamp.org/2021/workshops/\">Multilingual workshop sessions on January 30 and 31</a>. The workshops <a href=\"https://india.wordcamp.org/2021/workshops/\">can be found on the event site</a> and will soon be featured on <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. <a href=\"https://india.wordcamp.org/2021/tickets/\">Tickets are still available</a> for the event —which will have a contribution event on February 6-7, followed by sessions on February 13th and 14th. </li><li>The WordPress Foundation has <a href=\"https://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\">invited applications for online do_action hackathons and encouraged folks to organize online open-source workshops</a> in 2021.</li><li>The Themes Team shared a post on the usage of the “Report this theme” button in 2020. The team is also <a href=\"https://make.wordpress.org/themes/2021/01/25/call-for-maintainers-theme-unit-test/\">looking for maintainers</a> for its <a href=\"https://codex.wordpress.org/Theme_Unit_Test\">Theme unit test</a>.</li><li>The Meta Team has launched an initiative to <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">facilitate automated theme testing</a> and is <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">requesting feedback</a>.</li><li>Members of the Core Team are <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">considering a “stale bot”</a> to close out stale issues in the Gutenberg GitHub repository.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></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:4:\"9632\";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:20:\"WordPress 5.7 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/2021/02/wordpress-5-7-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, 02 Feb 2021 22:31: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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9599\";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:333:\"WordPress 5.7 Beta 1 is now available for testing! 🗣 This software is still in development,&#160;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version. You can test the WordPress 5.7 Beta 1 in two ways: Install/activate the WordPress Beta Tester [&#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:13:\"Ebonie Butler\";s: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:7831:\"\n<p>WordPress 5.7 Beta 1 is now available for testing! <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.7 Beta 1 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for final release is March 9, 2021. That’s just <strong>five weeks away</strong>, so your help is vital to making sure that the final release is as good as it can be.</p>\n\n\n\n<p>So what’s new? <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"🤔\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<h2><strong>Improvements in Core</strong></h2>\n\n\n\n<p><strong>Lazy-load iframes</strong><br>Now you can enable lazy-loading of iframes by adding the <code>loading=\"lazy\"</code> attribute to iframe tags on the front-end.&nbsp;</p>\n\n\n\n<p><strong>Migrating from HTTP to HTTPS is streamlined</strong><br>Switching a WordPress site from HTTP to HTTPS has proven to be a pain for all involved. While on the surface, the Site Address and WordPress Address have to be updated, content with embedded HTTP URLs remains unchanged in the database. With this release, migrating a site to HTTPS is now a one-click interaction. URLs in the database are automatically replaced when the Site and WordPress Address are both using HTTPS.&nbsp; Also, Site Health now includes an HTTPS status check.</p>\n\n\n\n<p><strong>Standardize colors used in WP-Admin CSS to a single palette</strong><br>This change collapses all colors used in the CSS to one of the available shades of blue, green, red, yellow, grey, black, and white. The palette makes it simpler than ever to build components your users can read, because half the range gives you great contrast with white type and a half with black, according to current accessibility guidelines.</p>\n\n\n\n<p><strong>Ongoing cleanup after update to jQuery 3.5.1</strong><br>jQuery deprecations in WordPress Core and bundled themes show up a lot less often, and the notifications make more sense to the user.</p>\n\n\n\n<p><strong>New Robots API</strong><br>The new Robots API allows the filter directives to be included in the ‘robots’ meta tag. Also, the directive <code>max-image-preview:large</code> is now included by default to allow large image previews to be displayed in search engines (unless the blog is marked as not being public).</p>\n\n\n\n<h2><strong>Improvements in the Editor</strong></h2>\n\n\n\n<ul><li>Inserter drag and drop: Blocks and block patterns can now be dragged directly from the inserter into the post canvas.</li><li>Full height alignment: Blocks such as the Cover block now can have an option to expand to fill the entire viewport.</li><li>Block variations: The icon and description of a block variation is now shown in the block inspector, and a new dropdown in the block inspector lets you switch between block variations.</li><li>Reusable blocks: Several enhancements to the usability and stability of reusable blocks have been made, and reusable blocks are now saved at the same time that the post is saved.</li><li>Buttons block: The Buttons block now supports vertical alignments, and you can set the width of a button to a preset percentage.</li><li>Social Icons block: You can now change the size of the icons in the Social Icons block.</li><li>Font size in more places: You can now change the font size in the List and Code blocks.</li><li>Many many other enhancements and bug fixes. To see all of the features for each release in detail check out the Gutenberg release posts: <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">9.3</a>, <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">9.4</a>, <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">9.5</a>, <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a>, <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">9.7</a>, <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">9.8</a>, and 9.9 (link forthcoming).</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the Make WordPress Core blog for 5.7-related developer notes in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=..02%2F03%2F2021&amp;milestone=5.7&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\">143 tickets in WordPress 5.7</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;changetime=..02%2F03%2F2021&amp;type=enhancement&amp;type=feature+request&amp;milestone=5.7&amp;group=component&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=changetime&amp;col=owner&amp;col=priority&amp;col=keywords&amp;order=changetime\">68 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricker</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>, <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>, and <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> for your peer revisions and <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, and <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> for final review on this exciting news.</em></p>\n\n\n\n<p>____________________________________</p>\n\n\n\n<p><em>New Year, new goals<br>Each day, one small step<br>It’s the little things&#8230;</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:4:\"9599\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"People of WordPress: Thelma Mutete\";s: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/2021/01/people-of-wordpress-thelma-mutete/\";s: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, 21 Jan 2021 16:40:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s: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:1;a:5:{s:4:\"data\";s:16:\"ContributorStory\";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:13:\"Web 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:34:\"https://wordpress.org/news/?p=9518\";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:171:\"From writing her first line of code when she was 16, Thelma Mutete knew she wanted to work in IT. She shares her journey in web development and her discovery 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s: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:8707:\"\n<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=500%2C750&#038;ssl=1\" alt=\"Thelma Mutete at a WordCamp\" class=\"wp-image-9564\" width=\"500\" height=\"750\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?w=667&amp;ssl=1 667w, https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=200%2C300&amp;ssl=1 200w\" sizes=\"(max-width: 500px) 100vw, 500px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>From a young age Thelma was encouraged by her father to ‘work hard, and dream big’. In High School, she pursued a career in Computer Science. She said: “I did not know what I would be doing or how I would get there but I just knew that I was going to pursue a career in information technology.”</p>\n\n\n\n<p>She wrote her first line of code at the age of 16 living in Zimbabwe, Africa. This was to mark the beginning of her enthusiasm for computer programming.</p>\n\n\n\n<p>When she joined the school’s computer class, Thelma thought she would learn Excel and Word. Instead, the assignment was to write her first program in C. She said: “It was not easy, but it was very exciting. l remember writing up simple code for a Video Club – a check-in/out for VHS tapes and CDs. Thus began my fascination with computers.”</p>\n\n\n\n<p>Seven years later, she went on to university to study for a Bachelors in Business Management and Information Technology. Her third year internship was at a local web design and hosting company. Though she had hoped her placement would be at a local bank or telecommunications company, the chance to discover website design turned out to be the best thing that could have happened.&nbsp;</p>\n\n\n\n<p>In 2017, Thelma went on to work for a company designing websites using HTML, CSS, PHP, JavaScript and Joomla. She had heard about WordPress but had not used it. She recalls: “People have this misconception that WordPress is not for real developers and it is not secure and at that time I was one of those people.”</p>\n\n\n\n<h2>Finding a local community</h2>\n\n\n\n<p>From a discussion with a member of the local WordPress community, <a href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">Thabo Tswana</a>, about a striking swag gift from a WordCamp, Thelma’s interest was sparked.&nbsp;</p>\n\n\n\n<p>She started to find out more about WordPress and WooCommerce, and visited her local WordCamp Harare website. She was delighted to find that she could learn more about WordPress without needing any pre-existing knowledge, and wanted to be involved. So instead of just attending the camp, she volunteered too!&nbsp;</p>\n\n\n\n<p>Her response to her first WordPress event mirrors the experience of many others in the community. She said: “I only started using WordPress because of the awesome people that l had met at that WordCamp. Everyone was so welcoming.”</p>\n\n\n\n<p>A week later, with help from Thabo, she designed her first website using WordPress.</p>\n\n\n\n<p>She soon became more involved with the community and Meetups. Thelma participated in the first-ever ‘Women Who WordPress’ Meetup in 2018, with lots of women getting involved from bloggers to developers.&nbsp;</p>\n\n\n\n<p>She said: “We were free to talk and discuss a lot of things. We had more time to discuss the difference between WordPress.com and WordPress.org, we shared views on how to handle discrimination at work, how to promote your website and a whole lot of other things.”</p>\n\n\n\n<h2>Establishing roots in WordPress</h2>\n\n\n\n<p>In 2018, WordCamp Harare had its first-ever female Lead Organizer <a href=\"https://tapiwanashe.com/\">Tapiwanashe Manhobo</a>. Thelma was part of the organising team that year and was assigned to handle Harare’s first Kids Camp to take place eight months later. You can read more about her experiences of organizing a <a href=\"https://thelmachido.wordpress.com/2019/11/21/wordpress-juniours-first-edition/\"><strong>Kids Camp</strong></a> on her blog.</p>\n\n\n\n<p>She said: “After the first Kids Camp, we had several people in the local Zimbabwean WordPress community who were enthusiastic about encouraging young people to embrace ICT. In 2019, we had not planned to have a Kids Camp because of financial constraints but to our surprise, we had some anonymous donations and we managed to have a WordPress Community outreach to a youth centre, <a href=\"https://cttzim.org/\"><strong>Centre for Total Transformation</strong></a>, a week after our WordCamp. It is a non-formal school that caters for underprivileged and vulnerable children. The group were able to share practical skills about using WordPress, computer hardware and software.</p>\n\n\n\n<p>Thelma shares that she became hooked on WordPress because of its community. “I enjoy attending WordCamps, meeting new people and just learning new stuff. I have a huge list of WordCamps I would like to attend. Last year I managed to cross WordCamp Johannesburg off my list. When everything is back to normal my plan to travel to WordCamps will proceed (fingers crossed).”</p>\n\n\n\n<h2>Reaping the fruits of ongoing learning</h2>\n\n\n\n<p>Thelma is committed to ongoing development training. She said: “Even though I can still cook up code in C and Java, for now, I have also included WordPress PHP functions to the mix. It was not easy to get to this point, daring myself got me to this slightly better stage. I try to do my best where I can and I am happy to say it has paid off so far.”</p>\n\n\n\n<p>Thelma has continued her journey working in design and digital marketing last year with Trust Nhokovenzo who works in digital marketing and is active in&nbsp; the WordPress Community. He came across her name as a developer from talking with others involved in WordPress. She went to work with his team at a marketing agency.</p>\n\n\n\n<p>Her interest in the development of WordPress continued and she joined the <a href=\"https://wordpress.org/news/2020/12/simone/\">5.6 Release Squad</a> in the mid 2020.&nbsp;At the end of 2020, she moved to become a Happiness Engineer working with WordPress.com. Thelma’s fascination with the platform and the community continues to grow and her contributor story is ongoing.</p>\n\n\n\n<p>Find out more about the <a href=\"https://www.meetup.com/Harare-WordPress-Meetup\">Harare WordPress community</a> in Zimbabwe.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>) and Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>), Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), 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>), Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>), and Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>). Thank you to Thelma Mutete (<a href=\'https://profiles.wordpress.org/thelmachido/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>thelmachido</a>) for sharing her #ContributorStory.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh4.googleusercontent.com/s24EVZGKbxVeafljPU1ubF1DjIwn98E3-wGx1LD2CWYk7zYQppFhXNpb0aUhGe01TStMdTwXrcYaxBZQHRgZJ10lvW2hsg61Ce37_pBGJuTRQlJ6r9iUxlJtvuDuwLhIvPo1MVEb\" alt=\"HeroPress logo\" /></figure>\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community</em>.</p>\n\n\n\n<p>#ContributorStory #HeroPress</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:4:\"9518\";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:57:\"\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:37:\"The Month in WordPress: December 2020\";s: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/2021/01/the-month-in-wordpress-december-2020/\";s: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, 05 Jan 2021 10:55:56 +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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9508\";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:333:\"We bid goodbye to 2020 in style with the release of WordPress 5.6 and the launch of Learn WordPress. But these weren’t the only exciting updates from WordPress in December. Read on to learn more! WordPress 5.6 is here The latest major WordPress release, version 5.6 “Simone”, came out on December 8. The release ships [&#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:\"Hari Shanker R\";s: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:11612:\"\n<p>We bid goodbye to 2020 in style with the release of WordPress 5.6 and the launch of Learn WordPress. But these weren’t the only exciting updates from WordPress in December. Read on to learn more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.6 is here</h2>\n\n\n\n<p>The latest major WordPress release,<a href=\"https://wordpress.org/news/2020/12/simone/\"> version 5.6</a> “Simone”, came out on December 8. The release ships with a new default theme called <a href=\"https://wordpress.org/themes/twentytwentyone/\">Twenty Twenty One</a>. It offers a host of features, including:</p>\n\n\n\n<ul><li>Greater layout flexibility</li><li>More block patterns</li><li>Video captioning support</li><li>Auto-updates</li><li>Beta-compatibility for PHP 8.0</li><li>Application password support for the REST API</li><li>Updates to jQuery</li></ul>\n\n\n\n<p>In addition, WordPress 5.6 is now available in 55 languages. You can find more information about the release in the <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">field guide</a>, and you can update to the latest version directly from your WordPress dashboard or by <a href=\"https://wordpress.org/download/\">downloading</a> it directly from WordPress.org. A total of 605 people hailing from 57 different countries contributed to the development of WordPress 5.6. <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> has <a href=\"https://jeanbaptisteaudras.com/en/2020/12/wordpress-5-6-core-stats-contributions-by-country-company/\">compiled many more stats like that</a>, showing what a tremendous group effort this was—they’re well worth a read!</p>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel on the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core team blog</a> to learn the <a href=\"https://make.wordpress.org/core/2020/12/21/wordpress-5-7-planning-roundup/\">latest on WordPress 5.7</a>, which is <a href=\"https://wordpress.org/about/roadmap/\">slated to be out by March 9, 2021</a>. The Core team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&amp;min=00&amp;sec=0\">5 a.m.</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 p.m.</a> UTC.</p>\n\n\n\n<h2>Watch the State of the Word 2020 recording</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/\">State of the Word 2020</a>, the annual keynote address delivered by WordPress co-founder Matt Mullenweg, was streamed online for the first time on December 17. It was followed by a live Q&amp;A from community members all across the world. You can find the stream recording on <a href=\"https://www.youtube.com/watch?v=QI3qCoiuG3w\">YouTube</a>, <a href=\"https://www.facebook.com/WordPress/videos/1281447442248369\">Facebook</a>, and <a href=\"https://twitter.com/i/broadcasts/1dRKZNvnrmdKB\">Twitter</a>. The <a href=\"https://wordpress.tv/2020/12/17/matt-mullenweg-2020-state-of-the-word/\">State of the Word</a> video and the <a href=\"https://wordpress.tv/2020/12/17/matt-mullenweg-2020-state-of-the-word-qa/\">Q&amp;A session</a> are also available on WordPress.tv.&nbsp;</p>\n\n\n\n<h2>Learn WordPress has launched</h2>\n\n\n\n<p>Learn WordPress, a new free, on-demand WordPress learning resource, launched officially on December 15. It offers <a href=\"https://learn.wordpress.org/workshops/\">workshops</a>, <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a>, quizzes, and <a href=\"https://learn.wordpress.org/courses/\">courses</a> for anyone interested in publishing with, building for, or contributing to WordPress. WordPress enthusiasts can also <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">participate in discussion groups</a> focused on specific topics to learn with and from each other.</p>\n\n\n\n<p>Want to participate in Learn WordPress? <a href=\"https://learn.wordpress.org/contribute/\">Here are four ways you can do so</a>! Additionally, contributors have <a href=\"https://make.wordpress.org/training/2020/12/03/learn-wordpress-blue-sky-thinking/\">launched a discussion</a> on the future of <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>—feel free to share your thoughts in the comments. To help promote Learn WordPress, check out the <a href=\"https://make.wordpress.org/marketing/\">Marketing Team</a>’s <a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">materials</a>, which detail a <a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">range of fun and creative ways</a> to share this new resource.</p>\n\n\n\n<h2>Give feedback on the Full Site Editing project</h2>\n\n\n\n<p>Contributor teams have kicked off the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">Full Site Editing (FSE) outreach program</a> for anyone who is building or maintaining a WordPress site so that they can give feedback on the upcoming <a href=\"https://make.wordpress.org/design/handbook/focuses/full-site-editing/\">FSE feature</a> that will be part of Gutenberg Phase 2. Your feedback will go a long way in improving FSE user flows. To participate, <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">check out the initial testing call</a> on the <a href=\"https://make.wordpress.org/test/\">Make/Test blog</a> and join the <a href=\"https://make.wordpress.org/core/tag/fse-outreach-experiment/\">#fse-outreach-experiment</a> Slack channel.<br><br>Want to follow updates on the FSE project? Check out <a href=\"https://make.wordpress.org/core/2020/05/20/ways-to-keep-up-with-full-site-editing-fse/\">this blog post</a>. You can find <a href=\"https://make.wordpress.org/core/2020/12/10/status-check-site-editing-and-customization/\">2020 updates to the FSE project</a> in the Make/Core blog.</p>\n\n\n\n<h2>BuddyPress 7.0 “Filippi” and 7.10 are now available</h2>\n\n\n\n<p><a href=\"https://buddypress.org/2020/12/buddypress-7-0-0-filippi/\">BuddyPress version 7.0</a> went live on December 9. Its features include:&nbsp;</p>\n\n\n\n<ul><li>New administration screens to manage Member and Group Types</li><li>New BP blocks for posts and pages</li><li>A default profile image for network sites</li><li>Improved BuddyPress Noveau support for the Twenty Twenty One theme.&nbsp;</li></ul>\n\n\n\n<p>A BuddyPress maintenance release (<a href=\"https://buddypress.org/2020/12/buddypress-7-1-0-maintenance-release/\">version 7.1</a>) launched on December 21.&nbsp;</p>\n\n\n\n<p>Want to provide feedback or suggestions for BuddyPress? Share your comments on the announcement posts for <a href=\"https://buddypress.org/2020/12/buddypress-7-0-0-filippi/\">7.0</a> or <a href=\"https://buddypress.org/2020/12/buddypress-7-1-0-maintenance-release/\">7.1</a>. If you find a bug, please report it in the <a href=\"https://buddypress.org/support/\">support forums</a>.&nbsp;</p>\n\n\n\n<h2>Gutenberg 9.5 and 9.6 released</h2>\n\n\n\n<p>The Core team launched <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">version 9.5</a> and <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a> of Gutenberg last month. Both versions include several improvements to FSE flows, bug fixes, and feature upgrades. Version 9.5 introduces features like full height alignment and support for font sizes in the code block. Version 9.6 includes features like the ability to drag blocks from the inserter and a vertical layout for buttons.&nbsp;</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>The Community team <a href=\"https://make.wordpress.org/community/2020/12/01/discussion-how-can-the-wordpress-community-return-to-hosting-safe-in-person-events/\">kicked off a discussion</a> about what the WordPress Community can do to host safe, in-person events again, in light of the continuing pandemic. </li><li>The Polyglots team published its <a href=\"https://make.wordpress.org/polyglots/2020/12/30/polyglots-team-end-of-year-post-2020/\">end-of-year post</a>, along with the <a href=\"https://make.wordpress.org/polyglots/author/evarlese/\">results of its 2020 translator survey</a>.</li><li><a href=\"https://sevilla.wordcamp.org/2020/\">WordCamp Sevilla 2020</a> was held online from December 26-29. You can catch the recorded livestream playback on <a href=\"https://www.youtube.com/c/wordpresssevilla/live\">YouTube</a>. Videos of the event will <a href=\"https://wordpress.tv/event/wordcamp-sevilla-2020/\">soon be available on WordPress.tv</a>.</li><li>WordPress project executive director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> and project co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> will be jointly hosting <a href=\"https://make.wordpress.org/core/2020/12/15/regular-office-and-listening-hours/\">quarterly office and listening hours</a> in 2021. Sign-ups for the <a href=\"https://make.wordpress.org/core/2020/12/15/regular-office-and-listening-hours/\">first ones in January 2021</a> are almost filled up.</li><li>The Core team <a href=\"https://make.wordpress.org/core/2020/12/02/wp-notify-project-review/\">published updates</a> on the <a href=\"https://make.wordpress.org/core/tag/feature-notifications/\">WP Notify project</a>, which seeks to <a href=\"https://make.wordpress.org/core/2019/08/05/feature-project-proposal-wp-notify/\">improve the notifications system</a> in WordPress Core.</li><li>The Support team <a href=\"https://make.wordpress.org/support/2020/12/handling-potential-jquery-issues-in-wordpress-5-6/\">published a post</a> detailing jQuery issues in WordPress 5.6.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India Online 2021</a> will be held over three weekends between January 30 and February 14. There will be workshops, a contributor event, and sessions (in that order). The calls for <a href=\"https://india.wordcamp.org/2021/call-for-sponsors/\">sponsors</a>, <a href=\"https://india.wordcamp.org/2021/call-for-workshops/\">workshop presenters</a>, <a href=\"https://india.wordcamp.org/2021/call-for-contributor-team-leads/\">contributor team leads</a>, and <a href=\"https://india.wordcamp.org/2021/call-for-volunteers/\">volunteers</a> are now open. Don’t forget to grab your <a href=\"https://india.wordcamp.org/2021/tickets/\">free tickets</a>!</li><li>The Documentation team <a href=\"https://make.wordpress.org/docs/2020/12/01/external-linking-policy-1st-review-of-plugin-developer-handbook/\">shared a first review</a> of its <a href=\"https://make.wordpress.org/docs/tag/external-linking-policy/\">external linking policy</a>. It is using the <a href=\"https://developer.wordpress.org/plugins/\">plugin developer handbook</a> as a test.</li></ul>\n\n\n\n<p><br><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></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:4:\"9508\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Introducing Learn 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/news/2020/12/introducing-learn-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Dec 2020 13: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:3:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"learnwordpress\";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:7:\"learnwp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9444\";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:\"Learn WordPress is a learning resource providing workshops, quizzes, courses, and lesson plans to help you to do more with 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:10336:\"\n<p><strong><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a learning resource providing workshops, quizzes, courses, lesson plans, and discussion groups so that anyone, from beginners to advanced users, can learn to do more with WordPress. Learning how to use, build for, and contribute to WordPress is essential for anyone wanting to dive deeper into the software and its community.&nbsp;</strong></p>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://learn.wordpress.org/\">Learn WordPress</a></div>\n</div>\n\n\n\n<p>This cross-team initiative is part of the WordPress.org network and features content from contributors from the global community. It will be updated weekly and will help connect new and existing WordPress users with the broader community while they learn.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"331\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=632%2C331&#038;ssl=1\" alt=\"\" class=\"wp-image-9457\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=1024%2C537&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=300%2C157&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=768%2C403&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=1536%2C806&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?w=1700&amp;ssl=1 1700w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>What can you learn about WordPress?</h2>\n\n\n\n<p>On Learn WordPress you can find a range of material and opportunities to use at the time which works for you.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/workshops/\"><strong>Workshops</strong></a> are practical, skills-based videos that show viewers how to do new things with WordPress, whether you publish, manage, develop with, or contribute to WordPress. Most workshops include quizzes for you to test your newly gained knowledge.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/discussion-groups/\"><strong>Discussion groups</strong></a> provide an opportunity for further collaborative learning with participants meeting together to discuss the workshop content &#8211; they take place online, either in video calls or Slack and accommodate all time zones.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/lesson-plans/\"><strong>Lesson plans</strong></a> are guides for facilitators to use while presenting at events or within educational environments. Facilitators will find learning objectives (telling people what they are going to learn), any prerequisite skills, assets such as screenshots and slide decks, and learning assessments.&nbsp;</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/courses/\"><strong>Courses</strong></a> are a series of interconnected lesson plans to be presented by a facilitator that will strategically focus on defined learning outcomes. Participants can go through these courses individually or as part of a group. After completing the learning, attendees should be able to apply their skills in the real world.</p>\n\n\n\n<p>In addition to the wealth of valuable content available on Learn WordPress, the platform provides an opportunity for individuals to learn alongside other community members and become connected with a global network of WordPress users, developers, and contributors.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' width=\'632\' height=\'356\' src=\'https://www.youtube.com/embed?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent&#038;listType=playlist&#038;list=PLCVEqsAbLffeEXhn9T1yBVTMaHIMtlzFj\' allowfullscreen=\'true\' style=\'border:0;\' sandbox=\'allow-scripts allow-same-origin allow-popups allow-presentation\'></iframe>\n</div></figure>\n\n\n\n<p><a href=\"https://www.youtube.com/playlist?list=PLCVEqsAbLffeEXhn9T1yBVTMaHIMtlzFj\">Why you should use Learn WordPress</a> &#8211; videos from our community.</p>\n\n\n\n<h2>How can you get involved?</h2>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://learn.wordpress.org/\">Start learning today!</a></div>\n</div>\n\n\n\n<p>Learn WordPress is an open-source platform available for anyone to contribute content in any areas mentioned above. <a href=\"https://learn.wordpress.org/contribute/\">Find out more about how you can get involved</a> with this initiative.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">Take part in our fun promotion campaigns</a> on social and with your local community.</p>\n\n\n\n<p><em>Hundreds of people spanning a number of years have contributed to the development of learning materials. Thanks to everyone who worked so hard to make Learn WordPress a reality.&nbsp;</em></p>\n\n\n\n<p><strong><em>Particular thanks to</em></strong>:</p>\n\n\n\n<p><strong><em>Training:</em></strong><em> <a href=\'https://profiles.wordpress.org/courane01/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courane01</a>, <a href=\'https://profiles.wordpress.org/azhiyadev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>azhiyadev</a>, <a href=\'https://profiles.wordpress.org/geheren/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>geheren</a>, <a href=\'https://profiles.wordpress.org/webtechpooja/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webtechpooja</a>, <a href=\'https://profiles.wordpress.org/jessecowens/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jessecowens</a>, <a href=\'https://profiles.wordpress.org/onealtr/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>onealtr</a>, <a href=\'https://profiles.wordpress.org/rastaban/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rastaban</a>, <a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a>, <a href=\'https://profiles.wordpress.org/manzwebdesigns/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>manzwebdesigns</a></em><br><strong><em>Meta: </em></strong><em><a href=\'https://profiles.wordpress.org/coreymckrill/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>coreymckrill</a>, <a href=\'https://profiles.wordpress.org/dufresnesteven/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dufresnesteven</a>, <em><a href=\'https://profiles.wordpress.org/jonoaldersonwp/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jonoaldersonwp</a></em></em><br><strong><em>Community:</em></strong><em> <a href=\'https://profiles.wordpress.org/hlashbrooke/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hlashbrooke</a>, <a href=\'https://profiles.wordpress.org/camikaos/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>camikaos</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a>, <a href=\'https://profiles.wordpress.org/angelasjin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>angelasjin</a>, <a href=\'https://profiles.wordpress.org/nao/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nao</a>, <a href=\'https://profiles.wordpress.org/courtneypk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courtneypk</a>, <a href=\'https://profiles.wordpress.org/andreamiddleton/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>andreamiddleton</a>, <a href=\'https://profiles.wordpress.org/rmarks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmarks</a>, <a href=\'https://profiles.wordpress.org/sippis/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sippis</a></em><br><strong><em>Marketing: </em></strong><em><a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>,  <a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>, <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>, <a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>, <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>, <a href=\'https://profiles.wordpress.org/megphillips91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>megphillips91</a>, <a href=\'https://profiles.wordpress.org/marks99/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marks99</a>, <em><a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a></em></em>, <em><a href=\'https://profiles.wordpress.org/antialiasfactory/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>antialiasfactory</a>, <a href=\'https://profiles.wordpress.org/herculespekkas/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>herculespekkas</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a></em><br><strong><em>Design:</em></strong><em> <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a> </em></p>\n\n\n\n<p><em>For a fuller list of the contributors who have been involved in training and Learn WordPress, visit <a href=\"https://make.wordpress.org/community/2020/08/12/learn-wordpress-is-live/\">the initial beta launch post</a>. Thanks to everyone who has been involved to date and will be in the future.&nbsp;</em></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/tag/learnwordpress\">#LearnWordPress</a> <a href=\"https://learn.wordpress.org/tag/learnwp\">#LearnWP</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:4:\"9444\";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: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:26:\"WordPress 5.6 “Simone”\";s: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:42:\"https://wordpress.org/news/2020/12/simone/\";s: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, 08 Dec 2020 19:46: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:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9325\";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:206:\"Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone. Fire up a playlist with her best work and read on to discover what WordPress 5.6 has in store for you. \";s: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:\"Josepha\";s: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:66195:\"\n<p>Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone, who is known for tunes like &#8220;Feeling Good&#8221;, &#8220;Young, Gifted and Black&#8221;, and &#8220;Four Women&#8221;. Fire up a playlist with her best work and read on to discover what we have in store for you. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"633\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=632%2C633&#038;ssl=1\" alt=\"WordPress 5.6 Simone with a photo of Nina Simone\" class=\"wp-image-9416\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=1022%2C1024&amp;ssl=1 1022w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=300%2C300&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=768%2C769&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#d1e4dd;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#d1e4dd;padding: 10px\">Welcome to WordPress 5.6</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">Sharing your stories has never been easier.</h3>\n</div></div>\n\n\n\n<p>WordPress 5.6 brings you countless ways to set your ideas free and bring them to life. With a brand-new default theme as your canvas, it supports an ever-growing collection of blocks as your brushes. Paint with words. Pictures. Sound. Or rich embedded media.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"234\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=632%2C234&#038;ssl=1\" alt=\"colored circles\" class=\"wp-image-9346\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=1024%2C379&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=300%2C111&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=768%2C284&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>Greater layout flexibility</h3>\n\n\n\n<p>Bring your stories to life with more tools that let you edit your layout with or without code. Single column blocks, designs using mixed widths and columns, full-width headers, and gradients in your cover block—make small changes or big statements with equal ease!</p>\n\n\n\n<h3>More block patterns</h3>\n\n\n\n<p>In some themes, preconfigured block patterns make setting up standard pages on your site a breeze. Let the power of patterns streamline your workflow and save you clicks. Plus, share these features with clients, editors, and more.</p>\n\n\n\n<h3>Better video captioning</h3>\n\n\n\n<p>To help you add subtitles or captions to your videos, you can now upload them within your post or page. This makes it easier than ever to make your videos accessible for anyone who needs or prefers to use subtitles.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"120\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=632%2C120&#038;ssl=1\" alt=\"black vertical line\" class=\"wp-image-9347\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=1024%2C194&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=300%2C57&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=768%2C146&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Twenty Twenty-One is here!</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"714\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=632%2C714&#038;ssl=1\" alt=\"Examples of block patterns available in Twenty Twenty-One.\" class=\"wp-image-9426\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=907%2C1024&amp;ssl=1 907w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=266%2C300&amp;ssl=1 266w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=768%2C867&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=1360%2C1536&amp;ssl=1 1360w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=1814%2C2048&amp;ssl=1 1814w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1975&amp;ssl=1 1975w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Twenty Twenty-One is a blank canvas for your ideas, and the block editor is the best brush. It is built for the block editor and packed with brand-new block patterns you can only get in the default themes. Try different layouts in a matter of seconds, and let the theme’s eye-catching, yet timeless design make your work shine.&nbsp;</p>\n\n\n\n<p>What’s more, this default theme puts accessibility at the heart of your website. It conforms to the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">WordPress accessibility-ready guidelines</a> and addresses several more specialized standards from the <a href=\"https://www.w3.org/WAI/WCAG2AAA-Conformance\">Web Content Accessibility Guidelines (WCAG) 2.1 at level AAA</a>. It will help you meet the highest level of international accessibility standards when you create accessible content and choose plugins which are accessible too!</p>\n\n\n\n<h3>A rainbow of soft pastels</h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"167\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=632%2C167&#038;ssl=1\" alt=\"A mobile screenshot of each included color palette in Twenty Twenty-One, going in ROYGBIV order.\" class=\"wp-image-9424\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=1024%2C270&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=300%2C79&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=768%2C202&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=1536%2C405&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=2048%2C540&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Perfect for a new year, Twenty Twenty-One gives you a range of pre-selected color palettes in pastel, all of which conform to AAA standards for contrast. You can also choose your own background color for the theme, and the theme chooses accessibility-conscious text colors for you — automatically!</p>\n\n\n\n<p>Need more flexibility than that? You can also choose your own color palette from the color picker.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"151\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=632%2C151&#038;ssl=1\" alt=\"colored circles\" class=\"wp-image-9351\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=1024%2C245&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=300%2C72&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=768%2C183&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Improvements for everyone</h2>\n\n\n\n<h3>Expanding auto-updates</h3>\n\n\n\n<p>For years, only developers have been able to update WordPress automatically. But now you have that option, right in your dashboard. If this is your first site, you have auto-updates ready to go, right now! Upgrading an existing site? No problem! Everything is the same as it was before.</p>\n\n\n\n<h3>Accessibility Statement&nbsp;</h3>\n\n\n\n<p>Even if you’re not an expert, you can start letting others know about your site’s commitment to accessibility! The new <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">feature plugin</a> includes template copy for you to edit and publish, and it’s written to support different contexts and jurisdictions.&nbsp;&nbsp;</p>\n\n\n\n<h3>Built-in Patterns</h3>\n\n\n\n<p>If you’ve not had the chance to play with block patterns yet, all default themes now feature a range of block patterns that let you master complex layouts with minimal effort. Customize the patterns to your liking with the copy, images, and colors that fit your story or brand.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"185\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=632%2C185&#038;ssl=1\" alt=\"colored and textured rectangles\" class=\"wp-image-9352\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=1024%2C300&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=300%2C88&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=768%2C225&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>For developers</h2>\n\n\n\n<h3>REST API authentication with Application Passwords</h3>\n\n\n\n<p>Thanks to the API’s new Application Passwords authorization feature, third-party apps can connect to your site seamlessly and securely. This new REST API feature lets you see what apps are connecting to your site and control what they do.&nbsp;</p>\n\n\n\n<h3>More PHP 8 support</h3>\n\n\n\n<p>5.6 marks the first steps toward WordPress Core support for PHP 8. Now is a great time to start planning how your WordPress products, services, and sites can support the latest PHP version. For more information about what to expect next, <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">read the PHP 8 developer note</a>.</p>\n\n\n\n<h3>jQuery</h3>\n\n\n\n<p>Updates to jQuery in WordPress take place across three releases 5.5, 5.6, and 5.7. As we reach the mid-point of this process, <a href=\"https://wordpress.org/plugins/wp-jquery-update-test/\">run the update test plugin to check your sites for errors</a> ahead of time.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>If you find issues with the way your site looks ( e.g. a slider doesn’t work, a button is stuck — that sort of thing), install <a href=\"https://wordpress.org/plugins/enable-jquery-migrate-helper/\">the jQuery Migrate plugin</a>.</p>\n\n\n\n<h3>Check out the Field Guide</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">Read about the latest version of WordPress in this guide.</a> It highlights developer notes for each change in the release.&nbsp;</p>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#d1e4dd;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#d1e4dd;padding: 10px\">“It’s a new day, it’s a new life for me&#8230;.and I’m feeling good.”</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">~Nina Simone</h3>\n</div></div>\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>The WordPress 5.6 release comes to you from an all-women and non-binary identifying release squad:  </p>\n\n\n\n<ul><li><strong>Release Lead:</strong> Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>).&nbsp; Cohort: Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Angela Jin (<a href=\"https://profiles.wordpress.org/angelasjin/\">@angelasjin</a>).</li><li><strong>Release Coordinator:</strong> Dee Teal (<a href=\"https://profiles.wordpress.org/thewebprincess/\">@thewebprincess</a>).&nbsp; Cohort: Thelma Mutete (<a href=\"https://profiles.wordpress.org/thelmachido/\">@thelmachido</a>) and Laura Nelson (<a href=\"https://profiles.wordpress.org/laurora/\">@laurora</a>).</li><li><strong>Triage Lead:</strong> Tonya Mork (<a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>).&nbsp;</li><li><strong>Core Tech Lead:</strong> Helen Hou-Sandì (<a href=\"https://profiles.wordpress.org/helen/\">@helen</a>).&nbsp; Cohort: Amy Kamala (<a href=\"https://profiles.wordpress.org/amykamala/\">@amykamala</a>) and Ebonie Butler (<a href=\"https://profiles.wordpress.org/metalandcoffee/\">@metalandcoffee</a>).</li><li><strong>Editor Tech Lead:</strong> Isabel Brison (<a href=\"https://profiles.wordpress.org/isabel_brison/\">@isabel_brison</a>).&nbsp; Cohort: Chandrika Guntur (<a href=\"https://profiles.wordpress.org/cguntur/\">@cguntur</a>), Anchen le Roux (<a href=\"https://profiles.wordpress.org/anchenlr/\">@anchenlr</a>), and Rebecca Hum (<a href=\"https://profiles.wordpress.org/rebasaurus/\">@rebasaurus</a>).</li><li><strong>Design Leads:</strong> Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>) and Tammie Lister (<a href=\"https://profiles.wordpress.org/karmatosed/\">@karmatosed</a>).&nbsp; Cohort: Anyssa Ferreira (<a href=\"https://profiles.wordpress.org/anyssa/\">@anyssa</a>), Estela Rueda (<a href=\"https://profiles.wordpress.org/estelaris/\">@estelaris</a>), Tracy Apps (<a href=\"https://profiles.wordpress.org/tray/\">@tray</a>), and Sophia DeRosia (<a href=\"https://profiles.wordpress.org/eringoblog/\">@eringoblog</a>).</li><li><strong>Design Tech Lead:</strong> Shital Marakana (<a href=\"https://profiles.wordpress.org/shital-patel/\">@shital-patel</a>).</li><li><strong>Accessibility Lead:</strong> Sarah Ricker (<a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricke<strong>r</strong></a>).&nbsp;Cohort: Hauwa Abashiya (<a href=\"https://profiles.wordpress.org/azhiyadev/\">@azhiyadev</a>).</li><li><strong>Marketing &amp; Communications Leads:</strong> Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>) and Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>).&nbsp;Cohort: Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">@nalininonstopnewsuk</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Olga Gleckler (<a href=\"https://profiles.wordpress.org/oglekler/\">@ogleckler</a>), Larissa Murrillo (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), Michelle Frechette (<a href=\"https://profiles.wordpress.org/michelleames/\">@michelleames</a>), Breann McDede (<a href=\"https://profiles.wordpress.org/bmcdede/\">@bmcdede</a>), and Afshana Diya (<a href=\"https://profiles.wordpress.org/afshanadiya/\">@afshanadiya</a>).</li><li><strong>Documentation Lead: </strong>Shawntelle Coker (<a href=\"https://profiles.wordpress.org/sncoker/\">@sncoker</a>). Cohort: Daisy Olsen (<a href=\"https://profiles.wordpress.org/daisyo/\">@DaisyO</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Winstina Hughes (<a href=\"https://profiles.wordpress.org/planningwrite/\">@planningwrite</a>).</li><li><strong>Documentation Review Lead:</strong> Michele Butcher-Jones (<a href=\"https://profiles.wordpress.org/m_butcher/\">@m_butcher</a>).&nbsp; Cohort: Nidhi Jain (<a href=\"https://profiles.wordpress.org/jainnidhi/\">@jainnidhi</a>), Laura Byrne Cristiano (<a href=\"https://wordpress.org/support/users/newyorkerlaura/\">@newyorkerlaura</a>).</li><li><strong>Default Theme Design Lead:</strong> Mel Choyce-Dwan (<a href=\"https://profiles.wordpress.org/melchoyce/\">@melchoyce</a>).&nbsp; Cohort: Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>).</li><li><strong>Default Theme Development Lead:</strong> Carolina Nymark (<a href=\"https://profiles.wordpress.org/poena/\">@poena</a>).&nbsp; Cohort: Kelly Choyce-Dwan (<a href=\"https://profiles.wordpress.org/ryelle/\">@ryelle</a>) and Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Default Theme Wrangler:</strong> Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Test Lead:</strong> Monika Rao (<a href=\"https://profiles.wordpress.org/monikarao/\">@monikarao</a>).&nbsp; Cohort: Allie Nimmons (<a href=\"https://profiles.wordpress.org/alliennimmons/\">@alliennimmons</a>).</li><li><strong>Support Lead:</strong> Bet Hannon (<a href=\"https://profiles.wordpress.org/bethannon1/\">@bethannon1</a>).</li></ul>\n\n\n\n<p>As always, this release reflects the hard work of 605 generous volunteer contributors. They collaborated on nearly 350 tickets on Trac and over 1,000 pull requests on GitHub.</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/zgrkaralar/\">&#214;zg&#252;r KARALAR</a>, <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich/\">A5hleyRich</a>, <a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">aaronrobertshaw</a>, <a href=\"https://profiles.wordpress.org/abderrahman/\">abderrahman</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/pokhriyal/\">Abhishek Pokhriyal</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/adriandegrafreak/\">Adri&#225;n de Grafreak</a>, <a href=\"https://profiles.wordpress.org/adriantirusli/\">Adrianti Rusli</a>, <a href=\"https://profiles.wordpress.org/afshanadiya/\">Afshana Diya</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a>, <a href=\"https://profiles.wordpress.org/elgameel/\">Ahmed Elgameel</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/ajensen/\">ajensen</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/aktasfatih/\">aktasfatih</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/cawa-93/\">Alex Kozack</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexstandiford/\">Alex Standiford</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/alliennimmons/\">Allie Nimmons</a>, <a href=\"https://profiles.wordpress.org/ambienthack/\">ambienthack</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a>, <a href=\"https://profiles.wordpress.org/anandau14/\">Anand Upadhyay</a>, <a href=\"https://profiles.wordpress.org/anchenlr/\">Anchen le Roux</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andr&#233; Maneiro</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/baicusandrei/\">Andrei Baicus</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/andy/\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/andystitt829/\">Andy Stitt</a>, <a href=\"https://profiles.wordpress.org/akissz/\">Angel Hess</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a>, <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a>, <a href=\"https://profiles.wordpress.org/anuj2/\">anuj2</a>, <a href=\"https://profiles.wordpress.org/anyssa/\">Anyssa Ferreira</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/archduck/\">archduck</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/arippberger/\">arippberger</a>, <a href=\"https://profiles.wordpress.org/arjendejong/\">arjendejong</a>, <a href=\"https://profiles.wordpress.org/arnaudban/\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/akkspro/\">Arslan Ahmed Kalwar</a>, <a href=\"https://profiles.wordpress.org/asvinballoo/\">Asvin Balloo</a>, <a href=\"https://profiles.wordpress.org/tacitonic/\">Atharva Dhekne</a>, <a href=\"https://profiles.wordpress.org/austyfrosty/\">Austin Passy</a>, <a href=\"https://profiles.wordpress.org/austin880625/\">austin880625</a>, <a href=\"https://profiles.wordpress.org/avixansa/\">avixansa</a>, <a href=\"https://profiles.wordpress.org/ayesh/\">ayesh</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/barry/\">Barry</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\">Bart Czyz</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/bduclos/\">bduclos</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/benmeredithgmailcom/\">Ben Meredith</a>, <a href=\"https://profiles.wordpress.org/kau-boy/\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bethannon1/\">Bet Hannon</a>, <a href=\"https://profiles.wordpress.org/bethsoderberg/\">Beth Soderberg</a>, <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a>, <a href=\"https://profiles.wordpress.org/hareshlive/\">Bhagvan Mangukiya</a>, <a href=\"https://profiles.wordpress.org/bhautikvirani/\">bhautikvirani</a>, <a href=\"https://profiles.wordpress.org/bananastalktome/\">Billy S</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boldgrid/\">BoldGrid</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ibdz/\">Boy Witthaya</a>, <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/bmcdede/\">Breann McDede</a>, <a href=\"https://profiles.wordpress.org/bmillersw/\">Brent Miller</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brianhenryie/\">Brian Henry</a>, <a href=\"https://profiles.wordpress.org/brianhogg/\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard/\">Bridget Willard</a>, <a href=\"https://profiles.wordpress.org/brijeshb42/\">brijeshb42</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calin/\">Calin Don</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/campusboy1987/\">campusboy</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/carolinegeven/\">Caroline</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chadreitsma/\">Chad Reitsma</a>, <a href=\"https://profiles.wordpress.org/cguntur/\">Chandrika Guntur</a>, <a href=\"https://profiles.wordpress.org/cpapazoglou/\">Charalampos Papazoglou</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chexwarrior/\">chexwarrior</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/alexandec/\">Chris Alexander</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/ctmartin0/\">Christian Martin</a>, <a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/chunkysteveo/\">chunkysteveo</a>, <a href=\"https://profiles.wordpress.org/claudiulodro/\">Claudiu Lodromanean</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/commeuneimage/\">Commeuneimage</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/salzano/\">Corey Salzano</a>, <a href=\"https://profiles.wordpress.org/cranewest/\">cranewest</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/ctmartin/\">ctmartin</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">D&#225;vid Szab&#243;</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">danieltj</a>, <a href=\"https://profiles.wordpress.org/dantahoua/\">dantahoua</a>, <a href=\"https://profiles.wordpress.org/dkotter/\">Darin Kotter</a>, <a href=\"https://profiles.wordpress.org/dmchale/\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/davidjlaietta/\">David Wolfpaw</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/davisshaver/\">Davis Shaver</a>, <a href=\"https://profiles.wordpress.org/dd32/\">dd32</a>, <a href=\"https://profiles.wordpress.org/p00ya/\">Dean</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a>, <a href=\"https://profiles.wordpress.org/deepaklalwani/\">Deepak Lalwani</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/demetris/\">demetris (Demetris Kikizas)</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy/\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/valendesigns/\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/designer023/\">Designer023</a>, <a href=\"https://profiles.wordpress.org/dfenton/\">dfenton</a>, <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dharmin16/\">Dharmin Shah</a>, <a href=\"https://profiles.wordpress.org/dhruvin/\">Dhruvin</a>, <a href=\"https://profiles.wordpress.org/dhulwells/\">Dhul Wells</a>, <a href=\"https://profiles.wordpress.org/dietpawel/\">dietpawel</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/djzone/\">DjZoNe</a>, <a href=\"https://profiles.wordpress.org/dogwithblog/\">dogwithblog</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/donsony/\">donsony</a>, <a href=\"https://profiles.wordpress.org/dossy/\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dpacks/\">dpacks</a>, <a href=\"https://profiles.wordpress.org/raubvogel/\">Dr. Ronny Harbich</a>, <a href=\"https://profiles.wordpress.org/dratwas/\">dratwas</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dsifford/\">dsifford</a>, <a href=\"https://profiles.wordpress.org/dushakov/\">dushakov</a>, <a href=\"https://profiles.wordpress.org/dushanthi/\">dushanthi</a>, <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique S&#225;nchez</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a>, <a href=\"https://profiles.wordpress.org/erikjandelange/\">erikjandelange</a>, <a href=\"https://profiles.wordpress.org/folletto/\">Erin \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/eringoblog/\">eringoblog</a>, <a href=\"https://profiles.wordpress.org/eroraghav/\">eroraghav</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">etoledom</a>, <a href=\"https://profiles.wordpress.org/thegp/\">EugeneBos</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/dyrer/\">Evangelos Athanasiadis</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/ferkho/\">Ferenc Forgacs</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/flymike/\">flymike</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett/\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyc40/\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/subscriptiongroup/\">George</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/glauberglauber/\">Glauber Mota</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/goldenapples/\">goldenapples</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Zi&#243;łkowski</a>, <a href=\"https://profiles.wordpress.org/guidooffermans/\">guidooffermans</a>, <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a>, <a href=\"https://profiles.wordpress.org/hvar/\">H-var</a>, <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/isharis/\">Haris Zulfiqar</a>, <a href=\"https://profiles.wordpress.org/harrym/\">harrym</a>, <a href=\"https://profiles.wordpress.org/harshbarach/\">harshbarach</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hoasi/\">HoaSi</a>, <a href=\"https://profiles.wordpress.org/hongnizzle/\">Hong Nga Nguyen</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/igorradovanov/\">Igor Radovanov</a>, <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/ingereck/\">ingereck</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/iqbalbary/\">iqbalbary</a>, <a href=\"https://profiles.wordpress.org/ireneyoast/\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/jagirbaheshwp/\">jagirbaheshwp</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/twentyzerotwo/\">Jake Whiteley</a>, <a href=\"https://profiles.wordpress.org/jamescollins/\">James Collins</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesros161/\">James Rosado</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/javidalkaruzi/\">Janvo Aldred</a>, <a href=\"https://profiles.wordpress.org/jaredcobb/\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jaswrks/\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/javorszky/\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami/\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jeffikus/\">jeffikus</a>, <a href=\"https://profiles.wordpress.org/jellypixel/\">jellypixel</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">Jeremy Scott</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a>, <a href=\"https://profiles.wordpress.org/jeslen/\">Jeslen Bucci</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jfoulquier/\">jfoulquier</a>, <a href=\"https://profiles.wordpress.org/jimyaghi/\">jimyaghi</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelyoder/\">Joel Yoder</a>, <a href=\"https://profiles.wordpress.org/joelclimbsthings/\">joelclimbsthings</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johannadevos/\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/joseaneto/\">joseaneto</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshlevinson/\">Josh Levinson</a>, <a href=\"https://profiles.wordpress.org/shelob9/\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a>, <a href=\"https://profiles.wordpress.org/tai/\">JOTAKI, Taisuke</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/junaidbhura/\">Junaid Bhura</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/justlevine/\">justlevine</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/karthikbhatb/\">Karthik Bhat</a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/kelsu02/\">Kelly R</a>, <a href=\"https://profiles.wordpress.org/kellybleck/\">kellybleck</a>, <a href=\"https://profiles.wordpress.org/kellylawrence/\">kellylawrence</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/kipperlenny/\">Kipperlenny</a>, <a href=\"https://profiles.wordpress.org/kirilzh/\">Kiril Zhelyazkov</a>, <a href=\"https://profiles.wordpress.org/kburgoine/\">Kirsty Burgoine</a>, <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">KittMedia</a>, <a href=\"https://profiles.wordpress.org/kjbenk/\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/komagain/\">komagain</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a>, <a href=\"https://profiles.wordpress.org/landau/\">landau</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\">Larissa Murillo</a>, <a href=\"https://profiles.wordpress.org/latifi/\">latifi</a>, <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a>, <a href=\"https://profiles.wordpress.org/laurora/\">Laura Nelson</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/gamerz/\">Lester Chan</a>, <a href=\"https://profiles.wordpress.org/leutrimh/\">Leutrim Husaj</a>, <a href=\"https://profiles.wordpress.org/limera1n/\">lim3ra</a>, <a href=\"https://profiles.wordpress.org/lpointet/\">Lionel Pointet</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/llizard/\">llizard</a>, <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a>, <a href=\"https://profiles.wordpress.org/lucagrandicelli/\">Luca Grandicelli</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/_luigi/\">Luigi Cavalieri</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lumne/\">Lumne</a>, <a href=\"https://profiles.wordpress.org/mager19/\">mager19</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mailnew2ster/\">mailnew2ster</a>, <a href=\"https://profiles.wordpress.org/shamimmoeen/\">Mainul Hassan Main</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/malinajirka/\">malinajirka</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/manzwebdesigns/\">manzwebdesigns</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a>, <a href=\"https://profiles.wordpress.org/marijnkoopman/\">Marijn Koopman</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a>, <a href=\"https://profiles.wordpress.org/markscottrobson/\">Mark Robson</a>, <a href=\"https://profiles.wordpress.org/marks99/\">Mark Smallman</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep/\">markshep</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/wetah/\">Mateus Machado Luna</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom/\">Matt Cromwell</a>, <a href=\"https://profiles.wordpress.org/gothickgothickorguk/\">Matt Gibson</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/pfefferle/\">Matthias Pfefferle</a>, <a href=\"https://profiles.wordpress.org/mattoperry/\">mattoperry</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/mayankmajeji/\">Mayank Majeji</a>, <a href=\"https://profiles.wordpress.org/meaganhanes/\">Meagan Hanes</a>, <a href=\"https://profiles.wordpress.org/megphillips91/\">Meg Phillips</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>, <a href=\"https://profiles.wordpress.org/mgrenierfarmmedia/\">mgrenierfarmmedia</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/m_butcher/\">Michele Butcher-Jones</a>, <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikelopez/\">mikelopez</a>, <a href=\"https://profiles.wordpress.org/mikeyarce/\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/eemitch/\">Mitchell Bennis</a>, <a href=\"https://profiles.wordpress.org/mmarco9/\">mmarco9</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/mopsyd/\">mopsyd</a>, <a href=\"https://profiles.wordpress.org/morganestes/\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/gwendydd/\">Morgan Kay</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a>, <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a>, <a href=\"https://profiles.wordpress.org/mrgrt/\">mrgrt</a>, <a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/musicaljoeker/\">musicaljoeker</a>, <a href=\"https://profiles.wordpress.org/mweichert/\">mweichert</a>, <a href=\"https://profiles.wordpress.org/n5hzr/\">n5hzr</a>, <a href=\"https://profiles.wordpress.org/nabilmoqbel/\">Nabil Moqbel</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/naoki0h/\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nateinaction/\">Nate Gay</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/navanathbhosale/\">Navanath Bhosale</a>, <a href=\"https://profiles.wordpress.org/naveenkharwar/\">Naveen Kharwar</a>, <a href=\"https://profiles.wordpress.org/lcyh78/\">Neil James (lcyh78)</a>, <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/arealnobrainer/\">Netravnen</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/nicomollet/\">nicomollet</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/nikolam/\">Nikola</a>, <a href=\"https://profiles.wordpress.org/nbachiyski/\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/njbrown/\">njbrown</a>, <a href=\"https://profiles.wordpress.org/nlpro/\">nlpro</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/noahshrader/\">noahshrader</a>, <a href=\"https://profiles.wordpress.org/nourma/\">nourma</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/oolleegg55/\">oolleegg55</a>, <a href=\"https://profiles.wordpress.org/optimizingmatters/\">Optimizing Matters</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/ovann86/\">ovann86</a>, <a href=\"https://profiles.wordpress.org/ovenall/\">ovenall</a>, <a href=\"https://profiles.wordpress.org/oxyc/\">oxyc</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/jhonqwerty/\">pabloselin</a>, <a href=\"https://profiles.wordpress.org/paddy/\">Paddy</a>, <a href=\"https://profiles.wordpress.org/pankajmohale/\">Pankaj Mohale</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pabline/\">Paul Bunkham</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulstonier/\">Paul Stonier</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/pentatonicfunk/\">pentatonicfunk</a>, <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>, <a href=\"https://profiles.wordpress.org/pekz0r/\">Peter Elmered</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/decrecementofeliz/\">Pilar Mera</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/pishmishy/\">pishmishy</a>, <a href=\"https://profiles.wordpress.org/pkvillanueva/\">pkvillanueva</a>, <a href=\"https://profiles.wordpress.org/prashanttholia/\">prashanttholia</a>, <a href=\"https://profiles.wordpress.org/pratikkry/\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/prionkor/\">prionkor</a>, <a href=\"https://profiles.wordpress.org/psealock/\">psealock</a>, <a href=\"https://profiles.wordpress.org/puneetsahalot/\">Puneet Sahalot</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajanit2000/\">Rajan Vijayan</a>, <a href=\"https://profiles.wordpress.org/rajeshsingh520/\">rajeshsingh520</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/redstar504/\">redstar504</a>, <a href=\"https://profiles.wordpress.org/regankhadgi/\">Regan Khadgi</a>, <a href=\"https://profiles.wordpress.org/renehermi/\">Rene Hermenau</a>, <a href=\"https://profiles.wordpress.org/retlehs/\">retlehs</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/riaanlom/\">riaanlom</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">ribaricplusplus</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rnaby/\">Rnaby</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rogerlos/\">rogerlos</a>, <a href=\"https://profiles.wordpress.org/roikles/\">roikles</a>, <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a>, <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/roo2/\">roo2</a>, <a href=\"https://profiles.wordpress.org/rtagliento/\">rtagliento</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a>, <a href=\"https://profiles.wordpress.org/sabrinazeidan/\">Sabrina Zeidan</a>, <a href=\"https://profiles.wordpress.org/saeedfard/\">Saeed Fard</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla/\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a>, <a href=\"https://profiles.wordpress.org/sswebster/\">Sam Webster</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a>, <a href=\"https://profiles.wordpress.org/saqibameen/\">Saqib Ameen</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">Sarah Ricker</a>, <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>, <a href=\"https://profiles.wordpress.org/sawanoboly/\">sawanoboly</a>, <a href=\"https://profiles.wordpress.org/scarolan/\">scarolan</a>, <a href=\"https://profiles.wordpress.org/l3rady/\">Scott Cariss</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanpaulrasmussen/\">seanpaulrasmussen</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/senning/\">Senning</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/sncoker/\">Shawntelle Coker</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shramee/\">shramee</a>, <a href=\"https://profiles.wordpress.org/sresok/\">Simon Resok</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/sproutchris/\">sproutchris</a>, <a href=\"https://profiles.wordpress.org/stulab/\">St&#233;phane Treilhou</a>, <a href=\"https://profiles.wordpress.org/metodiew/\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/garubi/\">Stefano Garuti</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/sterndata/\">Steven Stern (sterndata)</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stoyangeorgiev/\">Stoyan Georgiev</a>, <a href=\"https://profiles.wordpress.org/sudoshreyansh/\">sudoshreyansh</a>, <a href=\"https://profiles.wordpress.org/smub/\">Syed Balkhi</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/utz119/\">TeBenachi</a>, <a href=\"https://profiles.wordpress.org/techboyg5/\">techboyg5</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/thefarlilacfield/\">thefarlilacfield</a>, <a href=\"https://profiles.wordpress.org/thelmachido/\">Thelma Mutete</a>, <a href=\"https://profiles.wordpress.org/thib3113/\">thib3113</a>, <a href=\"https://profiles.wordpress.org/thijsvanloef/\">thijsvanloef</a>, <a href=\"https://profiles.wordpress.org/webzunft/\">Thomas M</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/thomaslhotta/\">thomaslhotta</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timotijhof/\">TimoTijhof</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul I Chowdhury</a>, <a href=\"https://profiles.wordpress.org/tray/\">tracy apps</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, <a href=\"https://profiles.wordpress.org/treibstoff/\">treibstoff</a>, <a href=\"https://profiles.wordpress.org/trisha_cornelius/\">Trisha Cornelius</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/tzafrir/\">tzafrir</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/uxkai/\">uxkai</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\">Valentin Bora</a>, <a href=\"https://profiles.wordpress.org/contact-banker/\">Varun Sharma</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">vcanales</a>, <a href=\"https://profiles.wordpress.org/ravivaddweb/\">vidhiaddweb</a>, <a href=\"https://profiles.wordpress.org/vinayakanivase/\">Vinayak Anivase</a>, <a href=\"https://profiles.wordpress.org/vinita29/\">Vinita Tandulkar</a>, <a href=\"https://profiles.wordpress.org/usestrict/\">Vinny</a>, <a href=\"https://profiles.wordpress.org/virgodesign/\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/webmigrates/\">Webmigrates Technologies</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/planningwrite/\">Winstina Hughes</a>, <a href=\"https://profiles.wordpress.org/wittich/\">wittich</a>, <a href=\"https://profiles.wordpress.org/worldweb/\">worldweb</a>, <a href=\"https://profiles.wordpress.org/y_kolev/\">Y_Kolev</a>, <a href=\"https://profiles.wordpress.org/yansern/\">Yan Sern</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yscik/\">yscik</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, and <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>.\n\n\n\n<p></p>\n\n\n\n<p>In addition, many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time, or they’ve been around since the first release all the way back in 2003. These releases are as successful as they are because of their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who helped make WordPress 5.6. available in 38 languages at the time of release. Our community translators are hard at work ensuring more languages are on their way (70 are already at 90%). If contributing to WordPress appeals to you, it’s easy to learn more. Check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> or the <a href=\"https://make.wordpress.org/core/\">core development blog</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:4:\"9325\";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:57:\"\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:22:\"State of the Word 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2020/12/state-of-the-word-2020/\";s: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, 04 Dec 2020 22:55: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:1:{i:0;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9296\";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:110:\"State of the Word will be streamed on Facebook, YouTube, and Twitter on Thursday, Dec 17th, 2020  at 1600 UTC.\";s: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:\"Josepha\";s: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:1225:\"\n<p>State of the Word is an annual keynote address delivered by the project co-founder, Matt Mullenweg. Catch this year&#8217;s keynote in the video below!</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' width=\'632\' height=\'356\' src=\'https://www.youtube.com/embed/QI3qCoiuG3w?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\' sandbox=\'allow-scripts allow-same-origin allow-popups allow-presentation\'></iframe>\n</div></figure>\n\n\n\n<h3>New to State of the Word?</h3>\n\n\n\n<p>If this is your first time hearing of this talk, you’re in luck! Check out previous recordings below.</p>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">State of the Word 2019 &#8211; WordCamp US, St. Louis</a></li><li><a href=\"https://wordpress.tv/2018/12/27/state-of-the-word-2018/\">State of the Word 2018 &#8211; WordCamp US, Nashville</a></li><li><a href=\"https://wordpress.tv/tag/state-of-the-word/\">All recordings</a></li></ul>\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:4:\"9296\";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:57:\"\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:37:\"The Month in WordPress: November 2020\";s: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/2020/12/the-month-in-wordpress-november-2020/\";s: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, 02 Dec 2020 09:13:48 +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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9283\";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:304:\"November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world! WordPress 5.6 updates The Core team released WordPress 5.6 Beta 3 on Nov. 2, Beta 4 on Nov. 12, release candidate 1 on Nov. 17, and release candidate 2 on Dec. 1. You [&#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:\"Hari Shanker R\";s: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:10892:\"\n<p>November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.6 updates</h2>\n\n\n\n<p>The Core team released WordPress 5.6 <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-3/\">Beta 3</a> on Nov. 2, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-4/\">Beta 4</a> on Nov. 12, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-release-candidate/\">release candidate</a> 1 on Nov. 17, and <a href=\"https://wordpress.org/news/2020/12/wordpress-5-6-release-candidate-2/\">release candidate 2</a> on Dec. 1. You can test the Beta versions and the release candidates by <a href=\"https://wordpress.org/wordpress-5.6-beta2.zip\">downloading them from WordPress.org</a> or by using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin. Check out the <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 field guide</a> to understand the features of WordPress 5.6 and learn how you can incorporate them into your websites. WordPress 5.6 <a href=\"https://make.wordpress.org/core/5-6/\">will be out by Dec. 9, 2020</a>. </p>\n\n\n\n<p>But our work is never done: You can submit <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-5-7-whats-on-your-wishlist/\">feature suggestions for WordPress 5.7</a> by Dec. 15.&nbsp;</p>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress Core dev chats on Wednesdays at 5 a.m. and 8 p.m. UTC in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel on the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>, and <a href=\"https://make.wordpress.org/core/tag/dev-chat/\">catch up with recaps</a> on the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>. If you would like to help with WordPress 5.6 outreach, contact the <a href=\"https://make.wordpress.org/marketing/\">WordPress Marketing team</a> on the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel.</p>\n\n\n\n<h2>Gutenberg 9.3 and 9.4 are out</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">Version 9.3</a> on Nov. 4 and <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">Version 9.4</a> on Nov. 18. Both versions include&nbsp; several improvements to Full Site Editing (FSE) flows, in addition to bug fixes and feature upgrades. Version 9.3 is the first release that isn’t included entirely in WordPress 5.6; the version automatically enables FSE experiments when a block-based theme is active. Version 9.4 introduces some new features like percentage width for button blocks, block variation transformations, social icon support, and font size support for the list block. You can find out more about the Gutenberg roadmap in the <a href=\"https://make.wordpress.org/core/2020/11/02/whats-next-in-gutenberg-november-2020/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Learn WordPress updates</h2>\n\n\n\n<p>WordPress contributor teams are all set to launch <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> in December. Community members can now watch<a href=\"https://learn.wordpress.org/workshops\"> video workshops</a> to learn about various WordPress topics, <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">participate in discussion groups</a>, and use <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a> for organizing their own workshops. Contributor teams have launched <a href=\"https://make.wordpress.org/community/2020/11/18/quizzes-are-now-live-on-learn-wordpress/\">quizzes</a> and are also working on <a href=\"https://make.wordpress.org/community/2020/11/18/standards-for-learn-wordpress-workshop-content/\">setting standards</a> for workshops.<br></p>\n\n\n\n<p>Want to contribute to Learn WordPress? You can now submit a <a href=\"https://learn.wordpress.org/workshop-presenter-application/\">workshop application</a> (submissions in languages other than English are welcome!), apply to become a <a href=\"https://learn.wordpress.org/discussion-group-leader-application/\">discussion group leader</a>, organize <a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\">discussions for your local WordPress meetup group</a>, or <a href=\"https://make.wordpress.org/training/2020/11/25/high-priority-items-before-learn-wordpress-org-launch-part-2/\">help fix issues with existing lesson plans</a>.</p>\n\n\n\n<h2>WordPress 5.6 Translations and Polyglots survey</h2>\n\n\n\n<p>WordPress 5.6 is ready to be translated and is now at <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a>. If you would like to contribute, <a href=\"https://make.wordpress.org/polyglots/2020/11/07/wordpress-5-6-ready-to-be-translated/\">check out these instructions</a> and ensure that <a href=\"https://make.wordpress.org/polyglots/handbook/translating/packaging-localized-wordpress/automated-release-packages/\">your locale is ready for an automated release</a>. The Polyglots team has also kicked off its <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">translator research survey</a>. Please <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">participate in the survey</a>, share the <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">survey link</a> with members of your locale, and help amplify the <a href=\"https://www.facebook.com/WPTranslationDay/posts/1275404086174610\">Facebook</a>, <a href=\"https://twitter.com/TranslateWP/status/1333342595913834496\">Twitter</a>, and <a href=\"https://www.linkedin.com/posts/wptranslationday_makewordpress-wordpress-activity-6739110862650523648-fX8R/\">LinkedIn</a> posts about it.</p>\n\n\n\n<p>Want to help WordPress speak your language? Follow <a href=\"https://make.wordpress.org/polyglots\">the Polyglots team blog</a> and join the <a href=\"https://wordpress.slack.com/archives/C02RP50LK\">#polyglots</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li><a href=\"https://www.php.net/releases/8.0/en.php\">PHP 8</a> is out, and WordPress 5.6 <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">aims to be &#8220;beta-compatible&#8221; with the latest PHP version</a>.</li><li>Contributor teams have kicked off <a href=\"https://make.wordpress.org/themes/2020/11/18/theme-previews-in-the-time-of-blocks/\">an ongoing discussion on starter content for WordPress themes</a>. Starter content for the <a href=\"http://wp-themes.com/twentytwentyone/\">Twenty Twenty One</a>, <a href=\"http://wp-themes.com/twentytwenty/\">Twenty Twenty</a>, and <a href=\"http://wp-themes.com/twentyseventeen/\">Twenty Seventeen</a> themes are now available.</li><li>The Accessibility team is <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">testing a tool</a> to generate the structure of an accessibility statement for WordPress websites based on <a href=\"https://www.w3.org/WAI/planning/statements/generator/#create\">W3C standards</a>, and it is <a href=\"https://github.com/10degrees/accessibility-statement-plugin/issues\">requesting feedback from the community</a>.</li><li>The <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> has published a <a href=\"https://wordpressfoundation.org/2020/open-source-workshops-november-2020-report/\">report on Open Source workshops</a> that were held online in 2020, based on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> platform.</li><li>The Docs team is actively <a href=\"https://make.wordpress.org/docs/2020/11/12/follow-up-on-gutenberg-developer-documentation-restructuring-proposal/\">following up</a> on a proposal to <a href=\"https://make.wordpress.org/docs/2020/08/13/plan-proposal-for-a-new-better-structured-gutenberg-developer-documentation/\">restructure the Gutenberg developer documentation</a>.</li><li>The Community team is back with <a href=\"https://make.wordpress.org/community/tag/tuesdaytrainings/\">Tuesday Trainings</a>. The team is <a href=\"https://make.wordpress.org/community/2020/11/16/community-team-goals-for-2021-share-your-suggestions/\">also inviting suggestions on team goals for 2021</a> with a deadline of Dec. 14.</li><li>The Support team is <a href=\"https://make.wordpress.org/support/2020/11/changing-up-the-forum-front-page/\">making changes to the forum page</a> to improve discoverability. </li><li>Two online WordCamps took place in November: <a href=\"https://finland.wordcamp.org/2020/\">WordCamp Finland Online</a> and <a href=\"https://mexico.wordcamp.org/2020/\">WordCamp Mexico Online</a>. You can find Livestream recaps of the events on their websites. Videos will soon be available on WordPress.tv as well.</li><li>The Themes team <a href=\"https://make.wordpress.org/themes/2020/11/11/meeting-notes-tuesday-november-10-2020/\">made some changes to WordPress theme requirements</a>. These include removing updated CSS guidelines and a proposed plan to make WordPress themes accessibility-ready. The team is also <a href=\"https://make.wordpress.org/themes/2020/11/19/feedback-requested-resolution-process-for-issues-found-in-live-themes/\">requesting feedback</a> on the resolution process for issues found in live themes.</li><li>WordPress 5.6 will feature a <a href=\"https://make.wordpress.org/core/2020/11/05/updating-core-jquery-to-version-3-part-2/\">major jQuery change</a>, with the bundled jQuery version being updated to Version 3.5.1 and jQuery Migrate being updated to Version 3.3.2.</li><li>The <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Diversity speaker training group</a> of the Community team is requesting feedback on reimagining their work. Please <a href=\"https://make.wordpress.org/community/2020/11/12/input-requested-re-imagining-the-work-of-the-diverse-speaker-training-group-wpdiversity/\">share your feedback as comments on the post</a> by Dec. 18.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></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:4:\"9283\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 5.6 Release Candidate 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/12/wordpress-5-6-release-candidate-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Dec 2020 22:09: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:8:\"category\";a:3:{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:\"5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9274\";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:388:\"The second release candidate for WordPress 5.6 is here! WordPress 5.6 is slated for release on December 8, 2020, and we need your help to get there—if you haven’t tried 5.6 yet, now is the time! You can test WordPress 5.6 release candidate 2 in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option). Or download the release [&#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:7:\"Josepha\";s: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:2249:\"\n<p>The second release candidate for WordPress 5.6 is here!</p>\n\n\n\n<p>WordPress 5.6 is slated for release on <strong>December 8, 2020</strong>, and we need <em>your</em> help to get there—if you haven’t tried 5.6 yet, now is the time!</p>\n\n\n\n<p>You can test WordPress 5.6 release candidate 2 in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option).</li><li>Or <a href=\"https://wordpress.org/wordpress-5.6-RC2.zip\">download the release candidate here (zip)</a>.</li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the&nbsp;Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.6 and update the <em>Tested up to</em> version in the readme file to 5.6. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>. That way, those can be figured out before the final release. </p>\n\n\n\n<p>For a more detailed breakdown of the changes included in WordPress 5.6, check out the <a href=\"https://wordpress.org/news/2020/10/wordpress-5-6-beta-1/\">WordPress 5.6 beta 1 post</a>. The <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 Field Guide</a> is also out! It’s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>Think you found a bug?</strong> Post it to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report you can <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>. Don&#8217;t forget to check <a href=\"https://core.trac.wordpress.org/tickets/major\">the list of known bugs</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:4:\"9274\";s: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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 06 Feb 2021 06:45:21 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 03 Feb 2021 21:30:51 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:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20200502025608\";}', 'no');
INSERT INTO `srewqi_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1546, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1612637121', 'no'),
(1547, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1612593921', 'no'),
(1548, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1612637121', 'no');
INSERT INTO `srewqi_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1549, '_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:131:\"WPTavern: Gutenberg 9.9 Adds Color Options for Social Icons, Includes Rounded Borders for Images, and Changes the Theme JSON Format\";s: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=111628\";s: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:303:\"https://wptavern.com/gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format\";s: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:7460:\"<p class=\"has-drop-cap\">Version 9.9 of the <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg plugin</a> landed earlier today. While it includes several minor UI improvements, the biggest user-facing change is the inclusion of icon and background color options for the Social Links block. Theme authors can now add support for rounded image borders. They are also faced with a breaking change to their theme JSON files.</p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-5-7-beta-1-is-ready-for-testing\">WordPress 5.7 Beta 1 </a>was released earlier this week. The final 5.7 release will include features from Gutenberg 9.9 back down to 9.3. Only bug fixes from upcoming plugin updates should be ported into WordPress during the rest of the development cycle.</p>\n\n\n\n<p>The development team squashed over 30 bugs in the latest plugin update. It also includes several enhancements and API updates. Plugin developers can now <a href=\"https://github.com/WordPress/gutenberg/pull/28482\">override the block category</a> when registering variations, which should help with discoverability.</p>\n\n\n\n<p>Full Site Editing and other experimental work continued as usual. One item that theme authors should keep an eye on is the initial groundwork for additional <a href=\"https://github.com/WordPress/gutenberg/pull/28049\">border options</a>. The experimental feature for adding border colors, styles, and widths for blocks has long been on the wish list of many. I expect that the team will start slowly rolling out block support and a UI in coming versions.</p>\n\n\n\n<h2>Color Options for Social Links</h2>\n\n\n\n<img />Icon and background colors for Social Links.\n\n\n\n<p class=\"has-drop-cap\">Users can now <a href=\"https://github.com/WordPress/gutenberg/issues/21605\">change the icon color and background</a> in the Social Links block. This change allows the user to customize the colors for all icons in the links list. The &ldquo;logos only&rdquo; block style does not support a background color.</p>\n\n\n\n<p>The missing piece is the ability to set individual icon colors and their hover colors. One of the use cases in theme design is to provide a solid-colored group of icons that change to the brand colors on hover or focus. The only way to do this from the user&rsquo;s end is via individual icon color options. Even the ability to set the icon hover color for the entire block is still unavailable.</p>\n\n\n\n<p>Branding guidelines were <a href=\"https://github.com/WordPress/gutenberg/issues/21605#issuecomment-629318653\">mentioned as a concern</a> with the current color options, but that concern is outside the scope of WordPress&rsquo;s responsibility (see <a href=\"https://github.com/WordPress/gutenberg/pull/21900#issuecomment-624307120\">longer analysis regarding logos</a>). Many brands also have alternate colors they allow, which are not possible to use without icon-specific colors.</p>\n\n\n\n<p>Setting the background and text color for all icons at once is a step in the right direction, but the block editor is still not matching what theme authors are doing in traditional theme design. These missing features are blockers for the eventual adoption of Full Site Editing.</p>\n\n\n\n<h2>Rounded Border Support for Themes</h2>\n\n\n\n<img />Border radius setting for the Image block.\n\n\n\n<p class=\"has-drop-cap\">Theme authors can now <a href=\"https://github.com/WordPress/gutenberg/pull/27667\">opt into border-radius support</a> for images. Support comes in two forms. One is a setting to allow end-users to customize the border-radius via the block options sidebar. The second is setting a default border-radius value for all images.</p>\n\n\n\n<p>The Gutenberg team first added border-radius support to the Group block in <a href=\"https://wptavern.com/gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame\">version 9.8</a>. Currently, only the Group and Image blocks support the feature.</p>\n\n\n\n<p>The following theme JSON code will add settings and styles support. Note the new format change, which is covered in the next section.</p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"settings\": {\n        \"core/image\": {\n            \"border\": {\n                \"customRadius\": true\n            }\n        }\n    },\n    \"styles\": {\n        \"core/image\": {\n            \"border\" : {\n                \"radius\": \"10px\"\n            }\n        }\n    }\n}</code></pre>\n\n\n\n<h2>New Theme JSON File Format</h2>\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 9.9 introduces two breaking changes to the <code>experimental-theme.json</code> file, which will eventually be renamed to <code>theme.json</code> once it is out of the experimental stage. This file allows theme authors to configure custom styles and settings for the block system. Any themes currently using the pre-9.9 format will need to be updated.</p>\n\n\n\n<p>The first change makes <code>settings</code> and <code>styles</code> <a href=\"https://github.com/WordPress/gutenberg/pull/28110\">top-level keys in the file</a>. The second change <a href=\"https://github.com/WordPress/gutenberg/pull/28533\">renames and splits</a> the <code>global</code> key to <code>defaults</code> and <code>root</code>. <code>defaults</code> deal with default values and styles while <code>root</code> handles the site root block.</p>\n\n\n\n<p>Ari Stathopoulos wrote a <a href=\"https://make.wordpress.org/themes/2021/02/04/gutenberg-9-9-new-json-structure-for-theme-json-files/\">tutorial for theme authors</a> to update their themes on the Make Themes blog.</p>\n\n\n\n<p>&ldquo;The rationale for this change is that the use cases for theme.json have grown beyond initially considered, and the vision is now being able to absorb a lot of things that themes declare at the moment via other means,&rdquo; wrote Andr&eacute;s Maneiro, the creator of both tickets. &ldquo;Some examples are registering (and translate?) custom templates, declare theme metadata that is currently stored in the stylesheet, declare stylesheet paths, etc.&rdquo;</p>\n\n\n\n<p>He also shared a vision of what the format might look like:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"name\": \"TwentyTwentyOne\",\n    \"description\": \"...\",\n    \"customTemplates\": ...,\n    \"textDomain\": ...,\n    \"version\": 1,\n    \"settings\": {\n            \"global\": { ... },\n            \"core/paragraph\": { ... }\n    },\n    \"styles\": {\n            \"global\": { ... },\n            \"core/paragraph\": { ... }\n    }\n}</code></pre>\n\n\n\n<p>For users, this data might not make much sense. However, any theme author should be able to recognize the significance of potentially moving metadata that is currently stored in their theme&rsquo;s <code>style.css</code> through a non-standard system that WordPress has used for ages. Eventually moving that data to a standard format, JSON, would give WordPress flexibility to shed some of its legacy baggage.</p>\n\n\n\n<p>WordPress themes currently have a hard requirement of including a <code>style.css</code> file. We could well be on our way to building WordPress themes that have no need for a stylesheet at all. The future of FSE is likely one in which CSS is all handled through the Global Styles system with the theme&rsquo;s default values set via the <code>theme.json</code> file. If a theme has no styles, it does not make sense to hold onto the <code>style.css</code> file.</p>\n\n\n\n<p>However, this change is not merely limited to that possibility. The new format is cleaner and better prepared for future additions.</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, 05 Feb 2021 21:53: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:14:\"Justin Tadlock\";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:64:\"WPTavern: Newspack Publishes Showcase with 60 Newsrooms Launched\";s: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=111568\";s: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:173:\"https://wptavern.com/newspack-publishes-showcase-with-60-newsrooms-launched?utm_source=rss&utm_medium=rss&utm_campaign=newspack-publishes-showcase-with-60-newsrooms-launched\";s: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:4464:\"<p><a href=\"https://newspack.pub/\">Newspack</a>, a project funded by the Google News initiative and WordPress.com, has published a <a href=\"https://raindrop.io/collection/11158847\">showcase</a> of 60 news sites running on the platform. WordPress.com <a href=\"https://wptavern.com/wordpress-com-secures-2-4-million-in-funding-from-google-and-partners-to-build-a-publishing-platform-for-news-organizations\">announced</a> its plans to build the Newspack CMS two years ago and successfully signed on more than 50 sites in the first year. The cloud-based platform is open source and highly customized to generate revenue for small to medium-sized publications.</p>\n\n\n\n<p>Early adopters include the <a href=\"https://austinweeklynews.com/\">Austin Weekly News</a>, <a href=\"https://mississippitoday.org/\">Mississippi Today</a>, <a href=\"https://hongkongfp.com/\">Hong Kong Free Press</a>, <a href=\"https://oklahomawatch.org/\">Oklahoma Watch</a>, <a rel=\"noreferrer noopener\" href=\"https://bangordailynews.com/\" target=\"_blank\">Bangor Daily News</a>,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://oaklandside.org/\" target=\"_blank\">The Oaklandside</a>, and many other watchdog publications serving their communities with vital local news coverage. </p>\n\n\n\n<p>The <a href=\"https://raindrop.io/collection/11158847\">showcase</a> was created using the Raindrop bookmark manager, which allows viewers to search for a specific site and see all the various homepages at a glance. The diversity of the publications is striking, but clicking through to their websites it&rsquo;s clear that most of them share an intimate connection with their communities that might otherwise have evaporated in the <a href=\"https://wptavern.com/finding-wordpress-in-the-post-print-news-era\">post-print news era</a>. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Newspack stands out as an affordable, open source alternative to proprietary systems. Publishers generally pay <a href=\"https://newspack.pub/pricing/\">$500-$2,000/month</a> using a sliding scale based on their annual revenue. The <a href=\"https://newspack.pub/2019/08/12/see-the-revenue-generation-features-of-newspack-in-action/\">tools</a> they are given are open and designed to help create economically sustainable journalism. It&rsquo;s not surprising that a community has sprung up around the product, as small publishers share many of the same issues.  A dedicated Slack workspace. facilitates conversation and collaboration for more than 150 editors, designers, product and business people who are all using the same building blocks to run their publications.</p>\n\n\n\n<p>In 2020, thirteen Newspack publications were awarded <a href=\"https://newspack.pub/2020/05/07/newspack-publishers-earn-share-of-covid-19-relief-package/\">a total of more than $1 million in grants</a> from the Facebook Journalism Program&rsquo;s relief effort for local news due to Covid-19. Publishing online at a low cost on WordPress has helped many of these publications weather the pandemic, instead of being forced to consolidate or shutter. </p>\n\n\n\n<p>In May, 2020, analysts from&nbsp;<a href=\"https://fundjournalism.org/\">News Revenue Hub</a> published a <a href=\"https://fundjournalism.org/2020/05/26/hub-report-several-sites-are-now-on-newspack-hows-that-going/?utm_source=dlvr.it&utm_medium=twitter\">study</a> examining how Newspack-powered newsrooms are interacting with WordPress. A few key findings showed that Newspack users may require more assistance in managing their sites, which leverage the block editor and come with more than 50 pre-configured plugins:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The role of Newspack in reducing or replacing the need for website management-related technical resources is unclear, and depends greatly on an individual newsroom&rsquo;s technical knowledge and resources.</p><p>Potential improvements going forward should focus on providing deeper, more standardized education and documentation to broad groups of users.</p></blockquote>\n\n\n\n<p>The report concluded that &ldquo;Newspack has established itself as a valuable tool for newsrooms, as well as a valuable method for building sites collaboratively,&rdquo; but warns that the project may face challenges in scaling the hands-on support that pilot newsrooms received in the early stages. More revenue-generating features are still being developed but overall participating newsrooms had a high rate of satisfaction with the platform.</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, 05 Feb 2021 06:38: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: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: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:99:\"WPTavern: Call for Feedback on Theme Review Action, a New Automated WordPress Theme Testing Project\";s: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=111325\";s: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:241:\"https://wptavern.com/call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project?utm_source=rss&utm_medium=rss&utm_campaign=call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project\";s: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:5176:\"<img />GitHub output of Theme Review Action.\n\n\n\n<p class=\"has-drop-cap\">Automation. It is one of those dreams in the minds of many reviewers from the Themes Team. If there was a tool to take care of 90% of the issues, the team could focus on the 10% not easily found by automated scripts.</p>\n\n\n\n<p>Enter the <a href=\"https://github.com/WordPress/theme-review-action\">Theme Review Action</a> project. Steve Dufresne, a WordPress Meta team contributor, put out a <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">call for testing and feedback </a>of the new project on Monday.</p>\n\n\n\n<p>&ldquo;If we could combine some of the existing code analysis tools, automate away some of the manual testing and open them up to more development workflows, could we improve theme quality, alleviate pressure on manual testing, and speed up the theme review process?&rdquo; asked Dufresne.</p>\n\n\n\n<p>The project currently runs several test suites, including the current <a href=\"https://wordpress.org/plugins/theme-check/\">Theme Check</a> plugin. Theme authors can run the texts by running the NPX command in their theme folder, adding it as an action on GitHub, or cloning and running it locally. Running via NPX is not currently supported on Windows.</p>\n\n\n\n<p>Right now, theme authors are needed. Regardless of whether you are building themes for the directory, clients, third-party marketplaces, or a theme shop, this is an opportunity to give back to WordPress. It is also an opportunity to improve the tools that you could benefit from as a theme developer in the long term. Automated theme tests help the entire theme ecosystem.</p>\n\n\n\n<p>&ldquo;Theme authors need to be open to this and understand that it is not all about requirements,&rdquo; said Carolina Nymark, a Themes Team representative. &ldquo;It is about improving theme quality.&rdquo;</p>\n\n\n\n<p>The project was, in part, informed by a Themes Team <a href=\"https://make.wordpress.org/themes/2020/04/03/proposal-github-theme-review/\">proposal in early 2020</a>. Denis &#381;oljom identified three problems the team was fighting against:</p>\n\n\n\n<ul><li>People don&rsquo;t like to read requirements or handbooks.</li><li>Some of the issues that are popping up are repetitive and could be caught automatically.</li><li>Reviewing themes in Trac is really cumbersome.</li></ul>\n\n\n\n<p>The proposal&rsquo;s focus was on moving reviews to GitHub, focusing on the third point. However, the Theme Review Action project could be the start of handling one or more issues.</p>\n\n\n\n<p>The obvious solution is that the project can be automated. However, because the Theme Review Action project can be set as a GitHub Action, it leaves room for the team&rsquo;s GitHub review proposal.</p>\n\n\n\n<p>&ldquo;Two things I mentioned to Steve &mdash; and these are my opinions &ndash;, is that we need checks that run on theme upload and on live themes, and we need a long-term solution,&rdquo; said Nymark. &ldquo;There have been attempts to automate testing before that have not been followed through, and without a plan for how the tool will be used, I am worried about spending time on it.&rdquo;</p>\n\n\n\n<p>The team had hoped that the <a href=\"https://make.wordpress.org/themes/handbook/theme-sniffer/\">Theme Sniffer</a> project would lead to more automation at one point. It is hard to get hopes up after previous goals never came to fruition.</p>\n\n\n\n<p>&ldquo;I too have a similar concern where the project might not get enough adoption to make it to .ORG checking, and that is one of the reasons (other than just being super busy) that I haven&rsquo;t been able to prioritize looking at [Theme Review Action],&rdquo; said Themes Team rep William Patton.</p>\n\n\n\n<p>While the team and some theme authors still use the Theme Sniffer, the UI leaves a lot to be desired. Nymark pointed out that it was hard for theme authors to distinguish between the baseline requirements and recommendations.</p>\n\n\n\n<p>&ldquo;To display messages from automated tools that are not strictly requirements is very difficult to get right,&rdquo; she said. &ldquo;For example, if a tool started reporting CSS linting errors for the WordPress CSS coding standards, many people would find that too opinionated and limiting.&rdquo;</p>\n\n\n\n<p>Theme authors, the group that reaps the most financial and reputational benefits from the theme directory, have often been reluctant to chip in. Few companies spare an employee to perform reviews or work on tools that developers and the team need. Calls for testing, feedback, and discussion often go unanswered, leaving a select few to do the lion&rsquo;s share of the work. For this project to be successful and not feel like something foisted upon them down the road, theme developers need to be in the mix.</p>\n\n\n\n<p>In the <a href=\"https://wptavern.com/wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks\">first episode</a> of the WP Briefing podcast, WordPress Executive Director Josepha Haden Chomphosy talked about focusing on automation as one of this year&rsquo;s goals. If there is one team that could use such tools, it would be the Themes Team.</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, 04 Feb 2021 22:51:42 +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:\"Justin Tadlock\";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:109:\"WPTavern: New Report Estimates WordPress’ Market Share of US Higher Education Institution Websites at 40.8%\";s: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=111416\";s: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:255:\"https://wptavern.com/new-report-estimates-wordpress-market-share-of-us-higher-education-institution-websites-at-40-8?utm_source=rss&utm_medium=rss&utm_campaign=new-report-estimates-wordpress-market-share-of-us-higher-education-institution-websites-at-40-8\";s: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:2613:\"<p>A new <a href=\"https://www.eqafy.com/component/content/article/49-higher-education-research/315-us-university-and-college-content-management-systems-2021.html\">report</a> from eQAfy, a company that collects and analyzes data about higher education websites, has benchmarked which content management systems US institutions are using. The report is a snapshot of data from December 2020, sourced from the&nbsp;<a href=\"https://nces.ed.gov/\">National Center for Education Statistics</a>&nbsp;<a href=\"https://nces.ed.gov/ipeds/\">IPEDS database</a>. After scanning a list of 4,000 active institutions,  EQAfy&rsquo;s headless browser was able to detect the CMS for 3,359 homepages (83.8%).</p>\n\n\n\n<p>A market leading group of 12 content management systems made up 90% of the homepages eQAfy detected, including four open source solutions and eight proprietary solutions. WordPress captures 40.8% of the market, followed by Drupal at 19.1%, as measured across all institution types (public, private for profit, and private non-profit), levels (2-year and 4-year), and sizes.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>WordPress&rsquo; estimated market share for public institutions came in at 27%, and is much higher in the private for-profit institutions category at 55%. </p>\n\n\n\n<p>Looking at 2-year public higher education institutions by student population, WordPress falls to #3 at just 18.3%. Drupal leads the pack in that category with 29.2%, and proprietary CMS&rsquo;s take up the rest of the market. WordPress does much better in the category of 4-year private for-profit higher education institutions, capturing a staggering 75% of the market.</p>\n\n\n\n<p>When examining CMS suppliers for institutions by size, WordPress is the overall market leader but does far better in the smallest institutional size categories, with waning dominance in the large to very large categories.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The <a href=\"https://www.eqafy.com/component/content/article/49-higher-education-research/315-us-university-and-college-content-management-systems-2021.html#table-10-2-year-private-non-profit-institutions\">report</a> has more interesting data comparisons across different categories if you want to dig deeper. It&rsquo;s important to note that eQAfy only collected the main websites for these institutions, which may not be representative of the CMS that powers the schools&rsquo; ancillary websites. They are often created using a combination of platforms. This report covers only which CMS the schools preferred to use for the face of their institutions.</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, 04 Feb 2021 04:48:39 +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: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:64:\"WPTavern: FSE and WordPress Themes: What Does the MVP Look Like?\";s: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=111262\";s: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:169:\"https://wptavern.com/fse-and-wordpress-themes-what-does-the-mvp-look-like?utm_source=rss&utm_medium=rss&utm_campaign=fse-and-wordpress-themes-what-does-the-mvp-look-like\";s: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:8894:\"<p class=\"has-drop-cap\">Josepha Haden Chomphosy, the Executive Director of WordPress, <a href=\"https://make.wordpress.org/core/2021/02/01/full-site-editing-and-themes-where-things-are/\">posted a follow-up</a> to her <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">outline of the upcoming year</a>. Questions mounted about what a minimum viable product (MVP) looked like for Full Site Editing (FSE), which is expected to be ready in the Gutenberg plugin in April. The core team is also shooting for a June launch of FSE in WordPress when it ships WordPress 5.8.</p>\n\n\n\n<p>These seem like lofty goals, but members of the WordPress development and business community were left asking, &ldquo;What is an MVP for FSE?&rdquo; This is not a new question. Whether it is the swift pace of development, a communication breakdown, or so much of the project being hidden behind layer upon layer of GitHub issues, it can be hard to follow. There is no big webpage that spells out each step in minute detail of where the project is going. Information can sometimes feel scattered. This can give pause to third-party developers and business owners who need to know what to expect to update their products.</p>\n\n\n\n<p>Joost de Valk, the CPO of Yoast, <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/#comment-4975\">voiced his frustration</a> with the process in the comments. We later discussed this in more detail.</p>\n\n\n\n<p>&ldquo;I think FSE will change what a theme is, and, if it gets executed properly, will make it far easier to build a theme, as themes will be much smaller,&rdquo; he said. &ldquo;That brings the burden onto the community to come up with reliable methods of styling though, and conventions on class names or similar, to make styling work everywhere. I currently don&rsquo;t understand what is even considered as MVP for Full Site Editing, nor do I see any discussions about how it&rsquo;ll work with themes not purpose built for it, and that worries me.&rdquo;</p>\n\n\n\n<p>He shares some of the same concerns as others in the community who feel like there is no process in place for an MVP.</p>\n\n\n\n<p>&ldquo;And there is no such thing,&rdquo; he said. &ldquo;Vision without execution is just hallucination.&rdquo;</p>\n\n\n\n<p>Chomphosy said that she was aware of the interconnectedness. &ldquo;I also see that the information we have published isn&rsquo;t in a tidy and followable post that would help people make good decisions on behalf of 39% of the web,&rdquo; she said.</p>\n\n\n\n<p>She pointed to a <a href=\"https://github.com/WordPress/gutenberg/issues/24551\">ticket that lists six (now seven) milestones</a>. Each of those milestones, when taken together, represent where FSE needs to be for an MVP.</p>\n\n\n\n<p>&ldquo;Together they outline an architecture that allows the expression of a full theme using blocks and an editor capable of customizing that theme,&rdquo; she wrote. &ldquo;<strong>The MVP should make it possible to build a version of the Twenty Twenty-One theme, using only blocks, without any coding knowledge.</strong>&ldquo;</p>\n\n\n\n<p>The following is a breakdown of the milestones that need to reach completion before we see the first version of FSE land in WordPress:</p>\n\n\n\n<h2>Milestone 1: Infrastructure and UI</h2>\n\n\n\n<p>Perhaps the most crucial part of FSE is a <a href=\"https://github.com/WordPress/gutenberg/issues/24818\">workable site editor</a>. Merging the WordPress templating system into a cohesive UI is the foundation of the project. The underlying infrastructure handles how templates and template parts work. At this point, this foundation is in a reliable spot. It is all the features that build upon it that need more work. This milestone also includes getting the site-editing interface in place and handling multi-entity saving.</p>\n\n\n\n<p>The final leg of the milestone allows users to <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">edit templates</a> from within the post editor, effectively switching between content and design editing. The FSE Outreach Program recently <a href=\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\">tested this feature</a> to garner feedback after Gutenberg 9.6.</p>\n\n\n\n<h2>Milestone 2: Browsing</h2>\n\n\n\n<p>This milestone covers all of the work for <a href=\"https://github.com/WordPress/gutenberg/issues/24552\">navigating the UI</a> of the site editor. There are many moving parts, such as switching between pages, templates, template parts, global styles, and more. Users must know which element they are working on.</p>\n\n\n\n<p>This is the only milestone marked as completed. However, there is an open ticket for exploring the idea of a <a href=\"https://github.com/WordPress/gutenberg/issues/23328\">&ldquo;browsing&rdquo; mode</a> alongside the edit and select modes.</p>\n\n\n\n<h2>Milestone 3: Styling</h2>\n\n\n\n<p>For the most part, this milestone centers on the upcoming Global Styles system. The <a href=\"https://github.com/WordPress/gutenberg/issues/20331\">system creates a hierarchy</a> of how styles are applied to blocks from theme defaults to global user modifications, down to per-block style options.</p>\n\n\n\n<p>While much of the work is complete for an MVP, there are dozens of feature tickets in the backlog. This is also an area where the block system is years behind third-party page builders. Expect to see long-term feature additions based on post-launch feedback.</p>\n\n\n\n<h2>Milestone 4: Theme Blocks</h2>\n\n\n\n<p>Theme authors should keep a close eye on this ticket. The only way that block-based themes become a reality for most theme developers is if all <a href=\"https://github.com/WordPress/gutenberg/issues/22724\">template tags have a corresponding block</a> in the site editor. Or, at least if the most-used template tags do. Some of these functions are no longer applicable in the block editor. Theme developers should make sure they have the blocks they need to recreate anything they are building today.</p>\n\n\n\n<p>Admittedly, I am sad to see that blocks for Bookmarks/Links are unlikely to be moving forward. While the feature is deprecated, I am still nostalgic about the good ol&rsquo; blogroll days. Maybe this would be best left a plugin. A revival of the <a href=\"https://wordpress.org/plugins/link-manager/\">Link Manager</a> plugin could be in order.</p>\n\n\n\n<h2>Milestone 5: Query Block</h2>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/issues/24762\">Query block</a> and its corresponding Loop block are, in some ways, the most essential pieces of Full Site Editing. They handle what posts are loaded and how they are displayed. The feature is one of the more complex puzzles to solve. The Gutenberg development team has continued iterating on it for months, and it is now at a good baseline. However, it has miles to go before it can seriously handle all the things that theme authors need to do with it.</p>\n\n\n\n<p>Right now, the Query block only handles a handful of options for customizing the query. The team needs to determine what controls should be available in the sidebar for end-users and integrate the blocks with patterns for different types of post-list displays.</p>\n\n\n\n<h2>Milestone 6: Navigation Block</h2>\n\n\n\n<p>Aside from the Query block, Navigation is the only other block that requires <a href=\"https://github.com/WordPress/gutenberg/issues/27593\">its own milestone</a>. Navigation menu issues have plagued the WordPress project for well over a decade. It is one of the hardest things to get right. While nav menus in WordPress today are generally easy to work with, their design is not customizable by the end-user. The output is wholly at the theme author&rsquo;s discretion. Catering to the array of possible menu designs theme authors might want and making it customizable for the end-user is likely one of the toughest problems for the Gutenberg project.</p>\n\n\n\n<p>There are at least a couple of dozen sub-tickets that need contributors. Even then, it could be several versions later before the Navigation block is ready for the more complex patterns used in some themes today.</p>\n\n\n\n<h2>Milestone 7: Gradual Adoption</h2>\n\n\n\n<p>After the first six milestones representing the MVP are completed, WordPress needs a way to allow end-users and theme authors to gradually adopt FSE. Primarily, this would be a mix of block-based templates and traditional PHP-based templates. Developers should be allowed to update their themes without changing them wholesale, potentially leaving segments of their user base behind.</p>\n\n\n\n<p>Block-based widgets and navigation screens also fall under this milestone. Both features were punted to future releases after failing to land in 2020. However, these will be stepping stones for users who are not quite ready to switch to FSE or are unable to because of their theme.</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, 03 Feb 2021 22:55:56 +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:\"Justin Tadlock\";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:55:\"WordPress.org blog: WordPress 5.6.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9574\";s: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/2021/02/wordpress-5-6-1-maintenance-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8265:\"<p>WordPress 5.6.1 is now available!</p>\n\n\n\n<p>This maintenance release features&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.6.1&group=status&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">20 bug fixes</a> as well as&nbsp;7 issues fixed for the&nbsp;block&nbsp;editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-5.6.1.zip\">download WordPress 5.6.1 directly</a>, or visit the<strong>&nbsp;Dashboard → Updates</strong>&nbsp;screen&nbsp;and click&nbsp;<strong>Update Now</strong>. If your sites support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>WordPress 5.6.1 is a short-cycle maintenance release. The next major release will be&nbsp;<a href=\"https://make.wordpress.org/core/5-7/\">version 5.7</a>.</p>\n\n\n\n<p>To see a full list of changes, you can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.6.1&group=status&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">list on Trac</a>, read the&nbsp;<a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">5.6.1 RC1</a>&nbsp;post, or visit the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-6-1/\">5.6.1 documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.6.1 release was led by <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a>, <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sergeybiryukov</a> and <a href=\"https://profiles.wordpress.org/whyisjake/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>whyisjake</a>. Thanks to <a href=\"https://profiles.wordpress.org/metalandcoffee/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>metalandcoffee</a> and <a href=\"https://profiles.wordpress.org/hellofromtonya/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>hellofromtonya</a> for running bug scrubs, <a href=\"https://profiles.wordpress.org/planningwrite/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>planningwrite</a> and <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a> for their help on the release post.</p>\n\n\n\n<p>Props to everyone who helped make WordPress 5.6.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</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, 03 Feb 2021 21:30:51 +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:9:\"Jb Audras\";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:51:\"WPTavern: WordPress 5.7 Beta 1 Is 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=111333\";s: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:147:\"https://wptavern.com/wordpress-5-7-beta-1-is-ready-for-testing?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-7-beta-1-is-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:3105:\"<p><a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> was released this week on schedule and is ready for wider testing. This release will introduce <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..02%2F03%2F2021&type=enhancement&type=feature+request&milestone=5.7&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">68 new features and enhancements</a>, dozens of bug fixes, and versions 9.3 &ndash; 9.9 of the Gutenberg plugin. </p>\n\n\n\n<p>A few of the highlights expected in 5.7 include the following: </p>\n\n\n\n<ul><li><strong>Lazy-load iframes</strong>: When WordPress 5.4 added lazy loading for images, contributors discussed extending this to iframes as well. Now that the&nbsp;<code>loading</code>&nbsp;attribute on&nbsp;<code>iframe</code>&nbsp;tags has been added to the HTML standard, it will be supported in core in 5.7. </li><li><strong>Streamlined migration from HTTP to HTTPS</strong>: WordPress can now detect if a user&rsquo;s hosting environment supports HTTPS and <a href=\"https://wptavern.com/wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https\">enables a one-click update process</a>, handling mixed content rewrites where possible. </li><li><strong>Standardize colors used in WP-Admin CSS to a single palette</strong>: WordPress is <a href=\"https://wptavern.com/skinning-the-wordpress-admin-css-custom-properties-on-the-way\">implementing a CSS custom properties system</a> that will make it easier to add custom color schemes.</li><li><strong>Ongoing cleanup after update to jQuery 3.5.1</strong></li><li><strong>New Robots API</strong>: <a href=\"https://core.trac.wordpress.org/changeset/49992\">This new API</a> allows developers to centrally manage the content of the&nbsp;<code>robots</code>&nbsp;meta tag injected into the page, and includes a setting to toggle whether search engines are allowed to display large media from the site. By default, a&nbsp;<code>max-image-preview:large</code>&nbsp;robots directive which will be injected into the&nbsp;<code>robots</code>&nbsp;meta tag based on the new setting.</li></ul>\n\n\n\n<p>These features need testing, along with the host of updates rolling over from the Gutenberg plugin. The editor is getting the most visible enhancements in 5.7, with features like dragging blocks and block patterns from the inserter into the canvas, major improvements to the buttons block, new social icons, and much more.</p>\n\n\n\n<p>The official release is expected in just under five weeks on March 9, 2021. Testing is a critical part of the process for making WordPress better with each update. The easiest way to get in on that is to install the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (set to the&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<code>Beta/RC Only</code>&nbsp;stream), or download and install the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a> of the beta version.</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, 03 Feb 2021 18:54:13 +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: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:56:\"WordPress.org blog: The Month in WordPress: January 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9632\";s: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/2021/02/the-month-in-wordpress-january-2021/\";s: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:11649:\"<p>For WordPress, 2021 started on a high note. Read on to learn about updates from last month.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress release updates</h2>\n\n\n\n<p>WordPress project executive director — Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">shared big picture goals for WordPress in 2021</a>. Highlights include shipping&nbsp; Full Site Editing&nbsp; — first on the Gutenberg plugin in April 2021&nbsp; and later in core (with WordPress 5.8), improved learning opportunities on learn.wordpress.org, and better tooling for contributors. As per the updated <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a>, WordPress version 5.7 is planned to launch in March 2021 and WordPress 5.8 in June 2021. Some related updates:</p>\n\n\n\n<ul><li>Contributor teams are working on <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">an updated admin color palette for WordPress 5.7</a> that will be more accessible and easy to read.&nbsp;</li><li>The Core team is working on a proposal to <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">align WordPress release cycles with industry standards</a>.&nbsp;</li><li>WordPress 5.6.1 <a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">Release Candidate 1</a> is out. This release is set to launch by<a href=\"https://make.wordpress.org/core/2021/02/02/a-week-in-core-february-1-2021/\"> February 3, 2021</a>. Questions and answers for <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">WordPress 5.6</a> are now <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">available on GitHub</a>. Contact the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel in the WordPress Slack, if you would like to contribute.</li><li>The <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> release is out! Download the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip file</a> or use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">beta tester plugin</a> to test it out.&nbsp;</li></ul>\n\n\n\n<p>Want to be involved in the next release? You can help build WordPress Core by following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a> and joining the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal to return to in-person WordPress events in safe locations</h2>\n\n\n\n<p>The Community team is <a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\">discussing an updated proposal</a> to create a decision-making checklist for meetup organizers. The proposal is aimed at locations that have more effectively contained COVID-19 (such as New Zealand and Taiwan, for instance) so that local meetup groups in these areas can organize safe, in-person events. According to the proposal, in-person meetup organizers should review local/global health instructions based on resources and complete a checklist — which recommends whether to organize an event or not based on the organizer’s inputs and other factors. Compulsory safety precautions should be taken for any in-person meetup, and participants/organizers can share event feedback with WordCamp Central. The proposal is still being discussed, so if you have any thoughts, please<a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\"> share them in the comments</a>. <strong>Please note: WordPress meetups and WordCamps are still online at this time and will continue to remain online until further notice.</strong></p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog</a>, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RQC7RN\">#community-events</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a local WordPress community event, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>.&nbsp;</p>\n\n\n\n<h2>Gutenberg 9.7 and 9.8</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">Version 9.7</a> on January 6th and <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">Version 9.8</a> on January 20th. Version 9.7 allows users to drag block patterns from the inserter right into a desired position within the editor. It also has a new block variations feature and several improvements to reusable blocks. Version 9.6 makes the spacer block semi-transparent, adds a variation icon to the block switcher, adds site editor content to an iframe, and stabilizes Full Site Editing (FSE) by removing the auto drafts feature. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can find out more about the Gutenberg roadmap in the latest <a href=\"https://make.wordpress.org/core/2021/02/01/whats-next-in-gutenberg-february-2021/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<h2>Inviting Learn WordPress Contributors</h2>\n\n\n\n<p>Contributor teams working on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> initiative are asking for <a href=\"https://learn.wordpress.org/contribute/\">new workshop presenters and discussion group facilitators</a>. The Training Team is recruiting<a href=\"https://make.wordpress.org/training/2021/01/27/learn-wordpress-working-group-call-for-handbook-volunteers/\"> volunteers for the Learn WordPress handbook</a> and has put up a <a href=\"https://make.wordpress.org/training/2021/01/29/request-for-testing-slides-plugin/\">call for testing for the slides plugin</a> to identify a simplified way to present slides. The Polyglots Team has floated a proposal to <a href=\"https://make.wordpress.org/polyglots/2021/01/13/proposal-translating-learn-wordpress/\">translate Learn WordPress</a>. The Meta Team is exploring the possibility of <a href=\"https://make.wordpress.org/meta/2021/01/03/protecting-childrens-privacy-on-wordpress-through-the-lens-of-coppa/\">making Learn WordPress (and wordpress.org) COPPA-compliant</a> to host workshops aimed at kids. </p>\n\n\n\n<p>Want to contribute to the Training team? Follow the <a href=\"https://make.wordpress.org/training/\">Training team</a> blog, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RW657Q\">#training</a> channel in the Make WordPress Slack.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">Round 1</a> of the Full Site Editing (FSE) outreach program <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">has wrapped up</a>. As a result, gaps were identified in the Gutenberg 9.6 template-switching experience &#8211; you can follow the issues in GitHub. You can follow issues in GitHub and submit questions to the team. The program identified gaps in the current template-switching experience that shipped with Gutenberg 9.6. You can follow the <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">issues reported in GitHub</a>. Do you have questions about the FSE program? You can now <a href=\"https://make.wordpress.org/test/2021/02/02/fse-program-bring-your-questions/\">submit them here as part of the outreach program</a>.</li><li><a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> — A cross-team initiative led by the Marketing team to highlight WordPress contributors is back with <a href=\"https://wordpress.org/news/2021/01/people-of-wordpress-thelma-mutete/\">a post featuring Thelma Muelte of Zimbabwe</a>. If you are an active contributor to a WordPress.org team or a local WordCamp, contact the Marketing Team with the #ContributorStory tag to be featured in the series.</li><li>Joseph Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) launched a podcast titled <a href=\"https://wordpress.org/news/2021/02/welcome-to-your-wp-briefing/\">WP Briefing</a> which is aimed at WordPress users, builders, and contributors of all levels. The podcast &#8211; which is available on all major platforms, will include overviews of WordPress philosophy, community success stories, and major updates. </li><li>The Plugin team has added a requirement that <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">plugins in the WordPress repository must not make changes to the default auto-update settings on a site</a>. The only exception to this requirement is for those plugins that manage auto-updates.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India 2021</a> — a regional online WordCamp has begun. It’s running over three weekends and started with <a href=\"https://india.wordcamp.org/2021/workshops/\">Multilingual workshop sessions on January 30 and 31</a>. The workshops <a href=\"https://india.wordcamp.org/2021/workshops/\">can be found on the event site</a> and will soon be featured on <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. <a href=\"https://india.wordcamp.org/2021/tickets/\">Tickets are still available</a> for the event —which will have a contribution event on February 6-7, followed by sessions on February 13th and 14th. </li><li>The WordPress Foundation has <a href=\"https://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\">invited applications for online do_action hackathons and encouraged folks to organize online open-source workshops</a> in 2021.</li><li>The Themes Team shared a post on the usage of the “Report this theme” button in 2020. The team is also <a href=\"https://make.wordpress.org/themes/2021/01/25/call-for-maintainers-theme-unit-test/\">looking for maintainers</a> for its <a href=\"https://codex.wordpress.org/Theme_Unit_Test\">Theme unit test</a>.</li><li>The Meta Team has launched an initiative to <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">facilitate automated theme testing</a> and is <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">requesting feedback</a>.</li><li>Members of the Core Team are <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">considering a “stale bot”</a> to close out stale issues in the Gutenberg GitHub repository.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></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:\"Wed, 03 Feb 2021 15:01:17 +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:\"Hari Shanker R\";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:36:\"HeroPress: Discover Where You Belong\";s: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=3469\";s: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://heropress.com/essays/discover-where-you-belong/#utm_source=rss&utm_medium=rss&utm_campaign=discover-where-you-belong\";s: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:7102:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/020221-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I discovered that the way forward was to create spaces for others.\" /><p>My path to WordPress is, like so many stories, a twisty road lined with both struggle and good fortune. And yet, when I reflect on what led me here, it simply comes down to the common threads that bind us together as a community: the desire to make meaningful connections, the ability to do amazing things together, and the very human comfort that comes with knowing that I belong here.</p>\n<h3>It starts here</h3>\n<p>Just before I made my way into this world, my parents immigrated from Taipei, Taiwan to San Diego, USA. Growing up, I held a level of pride in being first generation which warred against a long list of discomforts that, as a kid, I couldn’t fully comprehend. That unlike my school mates, I rarely saw my extended family. That my English didn’t sound like that of my Californian friends, nor did my Mandarin mirror my Taiwanese cousins’. That cultural norms at friends’ homes were diametric experiences from my home.</p>\n<p>I realize that this sounds like I had a challenging, confusing childhood, but I assure you that I had a good time growing up. My folks are loving and made sure I had opportunities whenever possible. I always have had wonderful friends who generously share their lives and love my quirks. And, I have a brother who, despite being far smarter than I will ever be, still puts up with my big sister act.</p>\n<p>My point is that, it was painfully clear to me where I couldn’t fit in. Like many third culture kids, my perplexing cultural foundation had a profound impact on my values, and created importance around the concept of belonging, something I still hold to this day, and which pushed me along my way to WordPress.</p>\n<h3>The twisty road</h3>\n<p>I was terrible at college. I had no sense of what I wanted to do with my life, and drifted from major to major until I found myself entirely broke and rudderless. It was 2010, and with minimal job experience and 45 credits short of a degree, I desperately applied for jobs, taking the first that offered me a full time position.</p>\n<p>It was a pivotal moment in my life. The job gave me purpose, and I actually felt like I was good at something for a change. I worked closely with my boss and mentor, a highly regarded commercial real estate advisor with a warm heart and penchant for dad jokes. What set him apart was his belief in community values: the importance of education, humility, empathy, good stewardship, qualities that made him a respected leader in many circles. Over the ensuing years, I would finish my degree. But the lessons that meant the most were learned by following my mentor’s example, and would later translate well to open source leadership.</p>\n<p>Meanwhile, I began volunteering with renewed passion: sorting clothes at homeless shelters, working on literacy programs, teaching English at the library, serving meals, maintaining trails, building homes. I fund raised and coordinated volunteer events. Eventually, I joined advisory boards and committees of a few nonprofits, and became enamored of the strategic, thoughtful work that came with these roles.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/HfH-Nicaragua.jpg\"><img /></a>Building homes in Estelí, Nicaragua. One of my favorite volunteer memories!\n<p>Ideas around positive change and impact through community initiatives blossomed in my mind. Driven by strongly held values, I continued to help and was welcomed at every turn. I learned that it was people who could create spaces in which anyone, everyone could belong and add value by virtue of being a unique, enthusiastic human being. I wanted to create these spaces.</p>\n<h3>Finding WordPress</h3>\n<p>Now, it is a true story that I also found my way to WordPress through my partner, and that WordPress brought us together. We met through a mutual friend, and when I realized that he could build me a website, I asked him to do so for work. Arguably, one of my first experiences with WordPress could be described either as sharing what my site required with my developer, or innocently flirting with my future partner. The joke I like to tease him with is that I needed someone to maintain the site, so I married him.</p>\n<p>The other truth was that, after eight years of volunteering and lessons in leadership, my passion had turned to community building. I wanted a career in creating sustainable communities where people were openly welcomed, and members tangibly feel that they belong and experience joy in their participation.</p>\n<p>Simultaneously, working with my WordPress site also reinforced my sense of belonging to something bigger. Despite not having any technical background (y’all, my degree is in English), I was able to not just publish with WordPress, but have a functional site that worked incredibly well for my purposes. I saw WordPress as a way for anyone to have a voice online, and as a result, I was also drawn to the idea of creating these tools that non-developers, like myself, could use in an increasingly online world.</p>\n<p>By that point, my WordPress developer had become my fiancé, and he once again suggested a WordPress-based solution, this time for my career needs. Just before we married, he forwarded a job opportunity with Automattic as a sponsored community organizer within the WordPress open source project. It was a perfect match.</p>\n<p>And that is how, in 2018, after going through the standard Automattic interview process (another story that I’m happy to share with anyone interested) I found myself a community organizer for the WordPress Project.</p>\n<h3>Where do we go now?</h3>\n<p>I’ve only been in my current role for two and a half years, but during this time, my belief in the power of resilient communities has only grown, fortified by supporting meetup and WordCamp organizers, bolstered by working on diversity initiatives, and humbled by opportunities to serve teams as their lead, mentor, or member. I’ve met and worked with so many phenomenal community members, full of passion and creativity, and have loved every minute of what we do together.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/WCUS-2019.jpg\"><img /></a>The WordCamp US 2019 team. I miss you all so much!\n<p>More than anything, what excites me the most is that we still have so much more we can achieve together. Personally, I also still have much to learn, about community growth, about WordPress, and about every individual who seeks to add WordPress to their story.</p>\n<p>In seeking out where I belong, I found WordPress, and I discovered that the way forward was to create spaces for others &#8211; I invite you to do that with me.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/discover-where-you-belong/\">Discover Where You Belong</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, 03 Feb 2021 07:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Angela Jin\";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:21:\"Matt: Compounding Ice\";s: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:22:\"https://ma.tt/?p=53641\";s: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:38:\"https://ma.tt/2021/02/compounding-ice/\";s: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:1899:\"<p>I learned something novel about how the ice age happened from this <a href=\"https://www.collaborativefund.com/blog/the-freakishly-strong-base/\">Freakishly Strong Base post by Morgan Housel</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The prevailing idea before [Wladimir] Köppen was that ice ages occur when the earth’s tilt supercharges the wrath of cold winters. Köppen showed that wasn’t the case. Instead, moderately cool summers are the culprit.</p><p>It begins when a summer never gets warm enough to melt the previous winter’s snow. The leftover ice base makes it easier for snow to accumulate the following winter, which increases the odds of snow sticking around in the following summer, which attracts even more accumulation the following winter. Perpetual snow reflects more of the sun’s rays, which exacerbates cooling, which brings more snowfall, and on and on.</p><p>You start with a thin layer of snow left over from a cool summer that no one pays much attention to, and after a few tens of thousands of years the entire earth is covered in miles-thick ice.</p></blockquote>\n\n\n\n<p>Fascinating! The blog goes on to apply the idea to that strong base, accumulating a bit at a time, to investing and business. The power of compounding seems appropriate to share on <a href=\"https://www.aboutamazon.com/news/company-news/email-from-jeff-bezos-to-employees\">the day Jeff Bezos announced his retirement</a>.</p>\n\n\n\n<p>I&#8217;ll leave you with one of my favorite quotes from Charlie Munger, which is also how the <a href=\"https://www.collaborativefund.com/blog/the-freakishly-strong-base/\">article ends</a>: </p>\n\n\n\n<blockquote><p>&#8216;The first rule of compounding: never interrupt it unnecessarily.&#8217;</p><cite>Charlie Munger</cite></blockquote>\n\n\n\n<p><em>The iceberg photo is one <a href=\"https://ma.tt/2011/08/glacier/\">I took near Svalbard in 2011</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:\"Wed, 03 Feb 2021 01:44:42 +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:4:\"Matt\";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:40:\"WordPress.org blog: WordPress 5.7 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9599\";s: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/2021/02/wordpress-5-7-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7617:\"<p>WordPress 5.7 Beta 1 is now available for testing! <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" /></p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.7 Beta 1 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for final release is March 9, 2021. That’s just <strong>five weeks away</strong>, so your help is vital to making sure that the final release is as good as it can be.</p>\n\n\n\n<p>So what’s new? <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"🤔\" class=\"wp-smiley\" /></p>\n\n\n\n<h2><strong>Improvements in Core</strong></h2>\n\n\n\n<p><strong>Lazy-load iframes</strong><br />Now you can enable lazy-loading of iframes by adding the <code>loading=\"lazy\"</code> attribute to iframe tags on the front-end.&nbsp;</p>\n\n\n\n<p><strong>Migrating from HTTP to HTTPS is streamlined</strong><br />Switching a WordPress site from HTTP to HTTPS has proven to be a pain for all involved. While on the surface, the Site Address and WordPress Address have to be updated, content with embedded HTTP URLs remains unchanged in the database. With this release, migrating a site to HTTPS is now a one-click interaction. URLs in the database are automatically replaced when the Site and WordPress Address are both using HTTPS.&nbsp; Also, Site Health now includes an HTTPS status check.</p>\n\n\n\n<p><strong>Standardize colors used in WP-Admin CSS to a single palette</strong><br />This change collapses all colors used in the CSS to one of the available shades of blue, green, red, yellow, grey, black, and white. The palette makes it simpler than ever to build components your users can read, because half the range gives you great contrast with white type and a half with black, according to current accessibility guidelines.</p>\n\n\n\n<p><strong>Ongoing cleanup after update to jQuery 3.5.1</strong><br />jQuery deprecations in WordPress Core and bundled themes show up a lot less often, and the notifications make more sense to the user.</p>\n\n\n\n<p><strong>New Robots API</strong><br />The new Robots API allows the filter directives to be included in the ‘robots’ meta tag. Also, the directive <code>max-image-preview:large</code> is now included by default to allow large image previews to be displayed in search engines (unless the blog is marked as not being public).</p>\n\n\n\n<h2><strong>Improvements in the Editor</strong></h2>\n\n\n\n<ul><li>Inserter drag and drop: Blocks and block patterns can now be dragged directly from the inserter into the post canvas.</li><li>Full height alignment: Blocks such as the Cover block now can have an option to expand to fill the entire viewport.</li><li>Block variations: The icon and description of a block variation is now shown in the block inspector, and a new dropdown in the block inspector lets you switch between block variations.</li><li>Reusable blocks: Several enhancements to the usability and stability of reusable blocks have been made, and reusable blocks are now saved at the same time that the post is saved.</li><li>Buttons block: The Buttons block now supports vertical alignments, and you can set the width of a button to a preset percentage.</li><li>Social Icons block: You can now change the size of the icons in the Social Icons block.</li><li>Font size in more places: You can now change the font size in the List and Code blocks.</li><li>Many many other enhancements and bug fixes. To see all of the features for each release in detail check out the Gutenberg release posts: <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">9.3</a>, <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">9.4</a>, <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">9.5</a>, <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a>, <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">9.7</a>, <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">9.8</a>, and 9.9 (link forthcoming).</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the Make WordPress Core blog for 5.7-related developer notes in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..02%2F03%2F2021&milestone=5.7&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">143 tickets in WordPress 5.7</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..02%2F03%2F2021&type=enhancement&type=feature+request&milestone=5.7&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">68 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricker</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jeffpaul</a>, and <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a> for your peer revisions and <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>, and <a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> for final review on this exciting news.</em></p>\n\n\n\n<p>____________________________________</p>\n\n\n\n<p><em>New Year, new goals<br />Each day, one small step<br />It’s the little things&#8230;</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:\"Tue, 02 Feb 2021 22:31: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:13:\"Ebonie Butler\";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:72:\"WPTavern: Skinning the WordPress Admin, CSS Custom Properties on the Way\";s: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=111327\";s: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:187:\"https://wptavern.com/skinning-the-wordpress-admin-css-custom-properties-on-the-way?utm_source=rss&utm_medium=rss&utm_campaign=skinning-the-wordpress-admin-css-custom-properties-on-the-way\";s: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:4912:\"<p class=\"has-drop-cap\">Using CSS custom properties for the WordPress admin color scheme system is listed for the WordPress 5.7 milestone. It feels low-key enough that most would pass it over as a simple upgrade to keep up with the times. However, this feature can create ripples that spread and benefit the ecosystem in the years to come.</p>\n\n\n\n<p>Kirsty Burgoine, a front-end developer at Human Made, announced the <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">introduction of CSS custom properties</a> for the WordPress admin. The initial work landed in a ticket for <a href=\"https://core.trac.wordpress.org/ticket/49999\">iterating on the admin color schemes</a>. The first stage reduced the color palette from 199 colors down to 99, creating a more reasonable list to work from.</p>\n\n\n\n<img /><a href=\"https://codepen.io/ryelle/full/WNGVEjw\">WordPress color palette</a> by Kelly Choyce-Dwan.\n\n\n\n<p>The second stage will look at how to implement a CSS custom properties system that makes sense. That means doing the dreaded work of <em>naming things</em>. The Core CSS team is currently looking for feedback on how to best handle property names going forward and are open to alternative implementation suggestions.</p>\n\n\n\n<p>Once custom properties are in place, the new system could open a world of possibilities in the long term.</p>\n\n\n\n<h2>Thinking Ahead</h2>\n\n\n\n<p class=\"has-drop-cap\">My hopes of having WordPress admin themes have lived and died on each piece of news around custom color schemes, imaginative mockups, and the general hype of projects that never lived up to their promise. I may well be getting my hopes up again.</p>\n\n\n\n<p>Developers have been able to register custom admin color schemes since WordPress 2.5, but it was never an ideal system.</p>\n\n\n\n<p>One of my favorite plugins is <a href=\"https://wordpress.org/plugins/admin-color-schemes/\">Admin Color Schemes</a>, which is maintained by designers from the core WordPress team. It adds several schemes for users to choose from.</p>\n\n\n\n<img />Cruise scheme from the Admin Color Schemes plugin.\n\n\n\n<p>Sass, which is used to generate the admin color schemes in core today, has simplified the process. However, third-party developers still need to make sure their custom schemes remain updated between WordPress versions. The system is not built to protect against future compatibility issues.</p>\n\n\n\n<p>CSS custom properties change the game. With their widespread use and compatibility with modern browsers, custom admin theming &mdash; at least color scheming &mdash; is much more of a reality.</p>\n\n\n\n<p>I have not been this excited about the possibility of something new since Tung Do released his <a href=\"https://wptavern.com/dp-dashboard-an-alternative-wordpress-admin-design\">short-lived DP Dashboard plugin</a> in 2013. Now, a few days shy of eight years since its initial beta testing phase, I once again have some hope.</p>\n\n\n\n<img />Original beta design of the DP Dashboard plugin.\n\n\n\n<p>Given the little wisdom I have accumulated over the years, I now see that completely custom admin themes never led to the right path. I am happy we never went down it. Administration UIs need to work consistently for users and adapt to changes over time. Custom themes were a maintenance nightmare every time WordPress added a feature. However, a system built on CSS custom properties means that customizations do not break &mdash; or break far less often &mdash; as the software&rsquo;s UI evolves.</p>\n\n\n\n<p>While the focus right now is on color schemes, nothing is stopping WordPress from moving onto other features in the future. It is possible to set up a global styles system for designers to skin the admin in all kinds of interesting ways without breaking anything. Minor options like the border-radius of buttons, font-family choices, or heading font-sizes would be easy to roll in over time.</p>\n\n\n\n<p>As the block system continues to replace parts of the WordPress admin, custom admin skins will be far easier to maintain. Because everything in the block system is built as a component, it better future-proofs against back-compatibility issues.</p>\n\n\n\n<p>There is a long and winding path toward a feature-complete admin skinning system. However, it is not outside the realm of possibility.</p>\n\n\n\n<p>I look forward to the day when theme authors can easily roll out admin designs that match the front end. Perhaps integration with the block system&rsquo;s <code>theme.json</code> is a possibility. I would not mind seeing a separate admin theme directory in the future either. The use case may be too niche at this point, but it never hurts to keep the idea in the back of everyone&rsquo;s mind.</p>\n\n\n\n<p>If nothing else, the move to custom properties lets the team clean up the admin CSS and makes it easier to add custom color schemes. That is a win for the WordPress project.</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, 02 Feb 2021 22:16: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:14:\"Justin Tadlock\";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:73:\"WPTavern: WordPress 5.7 Will Make It Easier to Migrate From HTTP to HTTPS\";s: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=111377\";s: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:191:\"https://wptavern.com/wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https\";s: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:2593:\"<p>The next major release of WordPress will make it much easier for users to <a href=\"https://core.trac.wordpress.org/changeset/50131\">migrate their sites from HTTP to HTTPS</a>. It introduces new capabilities to detect if the user&rsquo;s hosting environment has support for HTTPS and provides a one-click update process, handling mixed content rewrites where possible.</p>\n\n\n\n<p>&ldquo;A major pain point in WordPress has been the migration of a WordPress site from HTTP to HTTPS: While changing the Site Address and WordPress Address to use HTTPS is trivial, updating references to the old URLs in existing content is not,&rdquo; WordPress Core Committer Felix Arntz said in the <a href=\"https://core.trac.wordpress.org/ticket/51437\">ticket</a> proposing the feature. &ldquo;It cannot be accomplished within core UI and requires use of more advanced tools, such as WP-CLI or plugins like Better Search Replace, which is a no-go for most users.&rdquo;</p>\n\n\n\n<p>In WordPress 5.6, there is no clear guidance in the Site Health screen about how to migrate to HTTPS, even though it shows as an issue. The user would need to learn more about how to update it manually, starting with changing the site URLs. </p>\n\n\n\n<p>In WordPress 5.7, if HTTPS is supported, the Site Health Status screen will notify users and guide them with a new button that updates the site with a single click. It also migrates the site content on the fly to use HTTPS for URLs. Arntz recorded a video demo of the update:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>This change also comes with new environment variables and filters that allow hosting providers to change the URLs linked in the HTTPS status check in Site Health, so they can more effectively manage it for their customers&rsquo; hosting options. This is similar to how hosts can modify URLs for updating the PHP version, which has had a positive impact on getting sites running on supported versions of PHP.</p>\n\n\n\n<p>It&rsquo;s important to note that the streamlined HTTP to HTTPS migration in 5.7 does not handle updating content in the database. Also, if a site&rsquo;s URLs are controlled by constants, the update is not possible to complete automatically. In these instances, the HTTPS status check on the Site Health screen will inform the user why the site would need to be manually updated.</p>\n\n\n\n<p>More technical details are available in the <a href=\"https://core.trac.wordpress.org/ticket/51437\">ticket</a> and<a href=\"https://core.trac.wordpress.org/changeset/50131\"> commit message</a>, and a dev note should be forthcoming.</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, 02 Feb 2021 19:08:50 +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: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:44:\"WPTavern: Block Manager Redesign Coming Soon\";s: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=111349\";s: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:133:\"https://wptavern.com/block-manager-redesign-coming-soon?utm_source=rss&utm_medium=rss&utm_campaign=block-manager-redesign-coming-soon\";s: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:4379:\"<p>WordPress&rsquo; block management interface was <a href=\"https://wptavern.com/gutenberg-5-3-introduces-block-management-adds-nesting-to-the-cover-block\">introduced in Gutenberg 5.3</a>, released in March 2019, and is due for an update. In case you haven&rsquo;t explored the editor&rsquo;s Tools menu, the block manager setting allows you to select which blocks will be shown or hidden in the block inserter.</p>\n\n\n\n<p>Last week, Automattic engineer Nik Tsekouras opened a new issue in the Gutenberg repository for tracking <a href=\"https://github.com/WordPress/gutenberg/issues/28572\">block manager enhancements</a>. A few planned enhancements are already on deck, including moving the block manager into the Preferences Modal, redesigning it to use panels, and adding support for <a href=\"https://github.com/WordPress/gutenberg/issues/27708\">toggling block variations</a> on and off.</p>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/pull/28329\">updated Preferences Modal</a> is expected in the&nbsp;<a href=\"https://github.com/WordPress/gutenberg/milestone/141\">Gutenberg 9.9</a>&nbsp;milestone, which will be included in WordPress 5.7. (Gutenberg versions 9.3 &ndash; 9.9 will be rolled into the release.) Moving the block manager into its future home inside the Preferences modal will be completed in a follow-up PR, since it needs to be refactored to use the panels design. Tsekouras shared a gif of the design plan for this update:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://cloudup.com/ccaOScZFCHe\"><img src=\"https://cldup.com/AlD8gnb5Wn.gif\" alt=\"Block manager update\" width=\"3002\" height=\"2288\" /></a>\n</div>\n\n\n\n<p>In the discussion on the tracking issue, Birgit Pauli-Haack requested that the updated block manager also include information about how many times each particular block is used on the site. She <a href=\"https://github.com/WordPress/gutenberg/issues/28572?mc_cid=e944847429&mc_eid=68ffa9a210#issuecomment-770220305\">described</a> a common scenario where this feature could be helpful:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>We recently took a site live were multiple team members collaborated designing the site and adding content, each aiming for the best outcome with blocks.</p><p>Some installed additional blocks from plugins to test and provide options or just do a proof of concept.</p><p>Before we took the site live, we noticed there are now 148 blocks available over 4 additional plugins + core.</p><p>We now have no way to find out which blocks were used over 40 pages and posts. I looked at a few Block managers plugins and none seems to be able to provide an answer to a fairly basic question:<br />Which blocks did we actually use throughout the site?</p><p>We would need the information to decide on which plugin can we safely uninstall.and which should we keep.</p><p>A revamp of Block managers could &ndash; and should- provide an answer.</p></blockquote>\n\n\n\n<div class=\"wp-block-image\"><img />An example of instances displayed in the Find My Blocks plugin</div>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/find-my-blocks/\">Find My Blocks</a> plugin, created by Eddy Sims, offers a more advanced version of what Pauli-Haack is requesting. It has its own dedicated settings page for displaying a list of the block types in use on the site, along with the number of times each has been used, posts/pages where the blocks are in use, if it is a reusable block, a nested block, and much more information. Pauli-Haack suggests the block manager simply show the number of instances where the block is in use.</p>\n\n\n\n<p>As the block editor becomes more widely adopted, it is going to become imperative for users to be able to see, at a glance, the number of instances where a block is in use. Right now, even those who adopted the block editor right away haven&rsquo;t been using it for more than a few years. Long term, after years of adding blocks, people are going to need more information when managing them, and they may not know about utility plugins like Find My Blocks. </p>\n\n\n\n<p>Discussion is still open on the topic Pauli-Haack raised regarding block manager enhancements. You can subscribe to the new block manager enhancements <a href=\"https://github.com/WordPress/gutenberg/issues/28572\">tracking issue</a> if you want to follow the progress on updates coming in the next few months.</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, 02 Feb 2021 04:14:29 +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:81:\"WPTavern: WordPress Launches WP Briefing Podcast, Episodes Expected Every 2 Weeks\";s: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=111330\";s: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:205:\"https://wptavern.com/wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks\";s: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:5097:\"<p class=\"has-drop-cap\">True to its name, the <a href=\"https://wordpress.org/news/podcast/welcome-to-your-wp-briefing/\">first WP Briefing podcast</a> lasted just over 12 minutes. Josepha Haden Chomphosy, the Executive Director of WordPress, jump-started the second month of 2021 with a show that should arrive on the our doorstep every two weeks. With what seems to be overwhelming <a href=\"https://twitter.com/WordPress/status/1356271101559656453\">positive support on Twitter,</a> the podcast was welcomed by the WordPress community.</p>\n\n\n\n<p>This will be different from many other podcasts in the WordPress ecosystem. It will not cater specifically to a developer audience. Chomphosy also said there would be no hot-takes <a href=\"https://twitter.com/JosephaHaden/status/1356277030921244672\">on Twitter</a>. &ldquo;Just bite-sized chunks about the WordPress OSS project and the how/why around what it does.&rdquo;</p>\n\n\n\n<p>The show promises to be short. And, because it will only come around every fortnight, it gives people time to keep up to date at their leisure.</p>\n\n\n\n<p>&ldquo;You can think of this as a sort of WordPress appreciation for any level &mdash; and honestly, all levels of WordPress awareness,&rdquo; said Chomphosy of the podcast&rsquo;s purpose. &ldquo;Bite-sized insights into what makes it all work. &ldquo;</p>\n\n\n\n<p>Chomphosy will be running the show every couple of weeks and plans to follow a specific format of three segments:</p>\n\n\n\n<ol><li>An easy-to-digest overview of a cool WP philosophy.</li><li>A highlight of a community success story or a noteworthy contributor.</li><li>A small list of big things to know about (or do) in the coming weeks.</li></ol>\n\n\n\n<p>Guest speakers may join the show from time to time to cover specific topics when their expertise is warranted.</p>\n\n\n\n<p>A common theme in the past few years, particularly as the pace of block development has quickened, is that many people find it hard to keep up with the project. Even those who are neck-deep in WordPress development can feel a little lost at times. A podcast built on the idea of keeping the community in the loop may even be a bit overdue.</p>\n\n\n\n<p>&ldquo;It&rsquo;s been on my list of needs since late 2017, but hasn&rsquo;t been my highest priority during that time,&rdquo; said Chomphosy. &ldquo;It&rsquo;s been years since WordPress has been small enough for any single, part-time contributor to keep track of what&rsquo;s next. Contributors across the project are doing excellent work to communicate efficiently about the work we&rsquo;re all focused on, but it never hurts to lend some clarification where possible.&rdquo;</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/seriously-simple-podcasting/\">Seriously Simple Podcasting</a> plugin currently powers the podcast. The plugin is developed by Castos, which is a podcasting host and analytics service. It has over 20,000 active installs and a 4.8-star rating.</p>\n\n\n\n<p>Chomphosy said they chose Seriously Simple Podcasting because the WP Briefing crew was already familiar with it. &ldquo;I didn&rsquo;t want to ask folks to learn an entirely new software while we&rsquo;re still working out the process.&rdquo;</p>\n\n\n\n<p>The first episode focused on an introduction to WP Briefing. The overview segment covered three trends in action from Matt Mullenweg&rsquo;s <a href=\"https://wptavern.com/state-of-the-word-2020-wordpress-moves-toward-full-site-editing\">State of the Word 2020</a> address. Dave Loodts was this week&rsquo;s success story after sharing how he &ldquo;blindly&rdquo; chose a career in freelance web development and is still going strong after 15 years (<em>congrats, Dave!</em>). Chomphosy wrapped up the podcast with notes on Full Site Editing, <a href=\"https://wptavern.com/learn-wordpress-platform-launches-with-free-courses-workshops-and-lesson-plans\">Learn WordPress</a>, and automation tools to help contributor teams.</p>\n\n\n\n<p>It is definitely worth a listen if you can spare a few minutes. I am excited to see where this project goes in the future and see how it helps keep more of the community in <em>the loop</em>.</p>\n\n\n\n<p>If I had one feature request, it would be for the development team to put the podcast player in the WordPress embed, which is easy enough to do with a custom embed template. This would let bloggers embed the show on their pages and share it with more people.</p>\n\n\n\n<p>However, there may be ways to embed it via third-party services down the road. &ldquo;It just went live and we&rsquo;re working on getting it listed everywhere,&rdquo; said Automattician Marcus Kazmierczak in response to <a href=\"https://twitter.com/gkurushin/status/1356273579273428995\">whether it would be on Google Podcasts or Spotify</a>. &ldquo;Hopefully it&rsquo;ll be showing up shortly.&rdquo;</p>\n\n\n\n<p><strong>Update:</strong> the embed now includes the audio player:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/news/podcast/welcome-to-your-wp-briefing/\">Welcome to your WP Briefing</a></blockquote>\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, 01 Feb 2021 21:52:41 +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:\"Justin Tadlock\";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:82:\"WPTavern: Upsells, Barriers, and the End/Beginning of the Quality $free Themes Era\";s: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=110940\";s: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:203:\"https://wptavern.com/upsells-barriers-and-the-end-beginning-of-the-quality-free-themes-era?utm_source=rss&utm_medium=rss&utm_campaign=upsells-barriers-and-the-end-beginning-of-the-quality-free-themes-era\";s: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:14535:\"<blockquote class=\"wp-block-quote\"><p>The WordPress.org theme directory is becoming little more than a crippleware distributor. I suppose it was inevitable given its reach, which can be worth $1,000s/month for theme authors.</p><cite>Justin Tadlock <a href=\"https://twitter.com/justintadlock/status/1147472529113698311\">via Twitter</a></cite></blockquote>\n\n\n\n<p class=\"has-drop-cap\">As I think back on that tweet from 2019, I realize how unfair it was to refer to the themes coming into the directory as &ldquo;crippleware.&rdquo; At the time, I was a part of the Themes Team (formerly the Theme Review Team). However, there were real cases of crippleware submitted to the directory when I wrote that.</p>\n\n\n\n<p>To define crippleware: some themes blocked core WordPress features and made them available via the &ldquo;pro&rdquo; versions. It was one of the more blatant abuses of the free themes directory I had seen for a profit.</p>\n\n\n\n<p>However, the term does not represent the majority of themes submitted. Most of what we see today are &ldquo;lite&rdquo; themes. Some of them are well-designed themes that provide value to end-users at no cost. Others are stripped-down versions of what you would typically see from a starter theme. While they are fully functional &mdash; the Themes Team&rsquo;s rules have been strict on this requirement &mdash; the real value of the theme is in the upsell.</p>\n\n\n\n<p>This is not the start of an anti-commercial theme rant. When WordPress developers and agencies are successful, it benefits the whole ecosystem. But, how do we balance that with providing value &mdash; which is subjective, I know &mdash; to the free theme directory? How do we transition the theme directory to something flowing with more artistic or even experimental ideas?</p>\n\n\n\n<h2>Guidelines and Stumbling Blocks</h2>\n\n\n\n<p class=\"has-drop-cap\">Matt Mullenweg, WordPress co-founder and project lead, posted the following on the Post Status Slack <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1610310645240600\">two weeks ago</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The .org theme directory is particularly bad when you compare it to any half-decent commercial theme marketing page, or the designs available on other site building services or Themeforest directories. The .org theme directory rules and update mechanism have driven out creative contributions, it&rsquo;s largely crowded out by upsell motived contributions.</p></blockquote>\n\n\n\n<p>There is a lot to unpack in his statement. I agree with most of it. The Themes Team agrees with at least some of it. However, its members lack direct control over the system outside of the guidelines.</p>\n\n\n\n<p>&ldquo;I actually agree with this in a sense,&rdquo; said Themes Team rep William Patton. &ldquo;Creativity has not prospered in the directory, and I think a large part of it is the barrier of entry. &lsquo;Don&rsquo;t do bad things&rsquo; is the overarching guideline for the theme directory, but that can be viewed very subjectively. If it were the only guideline we would see a lot of things that might not be best suited here. If we want to encourage creativity then more freedom to express it would likely be a good way to start bringing it back. However, it can be hard to know where the line should be placed.&rdquo;</p>\n\n\n\n<p>The team sometimes gets pulled in two different directions. When the project lead asks for things to be more open, many members rally around that idea. On the other hand, the call for <a href=\"https://wptavern.com/why-accessibility-matters-for-wordpress-themes-and-their-users\">stricter accessibility requirements</a>, for example, are popular with others in the community. It is a choice between two ends of the spectrum that are tough to pull together as the gatekeepers to the official directory.</p>\n\n\n\n<p>&ldquo;Why couldn&rsquo;t it be more like the plugin directory?&rdquo; asked Mullenweg. &ldquo;That has all the same potential issues and has been working pretty well. I&rsquo;d like it to work just like the plugin directory, with direct access for authors, and most reviews being post-review vs. pre-review.&rdquo;</p>\n\n\n\n<p>The Themes Team is not against the idea. More than anything, they just need the help to make any significant change.</p>\n\n\n\n<p>&ldquo;Having the themes directory work like the plugins directory would be great!&rdquo; said Themes Team rep Ari Stathopoulos. &ldquo;And, in fact, it&rsquo;s something we&rsquo;ve all been asking for years, but there are many technical challenges because they are built fundamentally differently. Plugin authors have access to their plugin&rsquo;s SVN while themes don&rsquo;t. Theme reviews are public while plugin reviews are private and closed. There would need to be lots of changes in systems and meta. Not to mention that, as far as I know, plugins don&rsquo;t do post-reviews, they do pre-reviews the first time a plugin is uploaded and post-reviews for updates (which is exactly what happens in themes too).&rdquo;</p>\n\n\n\n<p>The team has created tickets, asked for help, and have generally awaited a champion to push innovative ideas &mdash; or any ideas &mdash; forward. <em><a href=\"https://meta.trac.wordpress.org/ticket/215\">Seven-year-old ticket</a> to support the standard readme files available to plugins?</em> No takers as of yet. <em><a href=\"https://meta.trac.wordpress.org/ticket/5504\">Allowing block-based themes</a> to be uploaded?</em> Maybe we can make that happen sometime soon.</p>\n\n\n\n<p>The guidelines are likely less crippling than the outdated Trac review system, uploading ZIP files for updates (which Mullenweg mentioned), the limitation of a <code>style.css</code> header for the theme description, and the lackluster theme previewer.</p>\n\n\n\n<img />Theme review system on Trac.\n\n\n\n<p>For the most part, nearly every guideline has been put in place in hindsight. The team finds consistent abuse or issues and course-corrects.</p>\n\n\n\n<p>&ldquo;I don&rsquo;t think that Matt&rsquo;s idea of a creative theme is a theme that is not secure or not compatible with GPL,&rdquo; said team repo Carolina Nymark. &ldquo;Creativity is not limited by being asked to sanitize options. It is not limited by making sure that your theme can be translated. If the reviewers saw creative, beautiful themes that lacked in some other aspect like basic accessibility, then the team could help explain to the theme author what kind of changes are necessary. But that is not the kind of themes that are being submitted.&rdquo;</p>\n\n\n\n<h2>Financial Incentive</h2>\n\n\n\n<p class=\"has-drop-cap\">In the mid-2000s, the average theme developer could get away with building an entire theme on a lazy weekend afternoon. WordPress was far less complicated. Theme development was not a race to the bottom, bundling every feature imaginable.</p>\n\n\n\n<p>Today, we live in the era of the multi-purpose theme. To soar to the top of the popular list, most themes need to handle everything from being the online face of a pizza restaurant to masonry grids for artist portfolios. They also either need good luck, name recognition, or good marketing. That is the reality for the average theme developers trying to make a name for themselves.</p>\n\n\n\n<p>It makes for boring themes in a free theme directory. If the theme author has any financial motivation behind creating a WordPress theme, they need to bundle the <em>nicer</em> features into a paid package.</p>\n\n\n\n<p>As Eric Karkovack wrote in his piece for Speckyboy, <a href=\"https://speckyboy.com/are-high-quality-free-wordpress-themes-a-thing-of-the-past/\">Are High-Quality Free WordPress Themes a Thing of the Past?</a>, &ldquo;Money changed the equation.&rdquo;</p>\n\n\n\n<p>There is not much incentive to push a free theme out to the directory just for fun. Most themers are spending a month or more of their time in today&rsquo;s ecosystem to build a theme. The days of the weekend-afternoon project seem all but gone.</p>\n\n\n\n<p>Even releasing a theme to give back can often be a letdown. There is little chance of any name recognition as the developer&rsquo;s creation is swamped by the hordes of lite themes in control of the directory. There is no way for unknown players to get any exposure through the directory except in the brief moments their theme lands in the latest themes list. It is that one make-or-break moment that could potentially help best the algorithm and slip into the nearly unattainable popular list.</p>\n\n\n\n<p>In comparison to Themeforest, the WordPress.org directory is lacking. Themeforest is inviting to users because it provides the backend tools for theme authors to market their themes. They can load up custom demos, provide screenshots, use a modern categorization system, and provide all sorts of extra data to end-users. They&rsquo;re in the business of selling a product to users. </p>\n\n\n\n<img />WordPress themes on ThemeForest\n\n\n\n<p>While WordPress.org may be free, it should still be selling the promise of a beautiful website to its users. I have always said it, the themes available on WordPress.org are the face of WordPress.</p>\n\n\n\n<p>Users deserve better. Theme authors deserve better tools to make it happen.</p>\n\n\n\n<p>Even with better tools and a better-designed directory in place, there is no guarantee of an uptick of creative contributions or a better overall balance that keeps pure upsells in check.</p>\n\n\n\n<p>&ldquo;I think that due to the reach a theme or plugin that becomes popular quickly commands, monetization is a necessity to be able to properly &lsquo;support&rsquo; such an endeavor,&rdquo; said Joost de Valk, CPO of Yoast, in response to Mullenweg&rsquo;s statement on Post Stats. &ldquo;I think the community also &lsquo;demands&rsquo; a certain stability and a certain level of support that is simply unfeasible to expect from any non paid contributor. Because WordPress.org has no way of doing that monetization &lsquo;on platform,&rsquo; this is what you end up with.&rdquo;</p>\n\n\n\n<p>He also argued that something akin to an app store would make things like the &ldquo;balkanization from non-G-based site builders&rdquo; less attractive to theme authors. Such a store has little or no chance of becoming a reality.</p>\n\n\n\n<p>&ldquo;I think we first need to agree on what the theme directory should be,&rdquo; he said. &ldquo;We need a &lsquo;mission statement,&rsquo; of sorts. And I think we probably need less control than we currently have, be much more like the plugin directory. But if we have a vision of what it should be, then we could work towards that.&rdquo;</p>\n\n\n\n<p>There is an opportunity to turn things around. Full Site Editing will leave ample room for releasing creative, fully-featured themes with upsells. There is plenty of reason to be excited about pattern design and template packs, <a href=\"https://wptavern.com/block-system-will-create-more-commercial-opportunities-for-wordpress-theme-authors\">better value-adds</a> for theme authors who want to upsell. The problem is going to be getting authors to abandon traditional themes and explore new terrain.</p>\n\n\n\n<h2>Changes Are Coming, Maybe, Hopefully</h2>\n\n\n\n<img />Popular listing on the WordPress theme directory.\n\n\n\n<p class=\"has-drop-cap\">For some, this is a song and dance they already know the lyrics and steps to. It is a years-long conversation that has netted little in return.</p>\n\n\n\n<p>However, the WordPress.org theme directory may be forced to change one way or another. Block-based themes are not arriving in some distant future; they are knocking at the door. Full Site Editing is slated to <a href=\"https://wptavern.com/wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021\">land in WordPress 5.8</a> this June.</p>\n\n\n\n<p>With this change, the WordPress.org theme directory needs to be prepared. Even with a move today, it will be a mad scramble to get systems ready in a handful of months. If waiting for the last minute, it is just asking for chaos. Block-based themes should already be <a href=\"https://meta.trac.wordpress.org/ticket/5504\">allowed to be uploaded</a>, for example.</p>\n\n\n\n<p>As we saw earlier this week, Automattic launched its <a href=\"https://wptavern.com/automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites\">Blank Canvas</a> theme. It is designed to work on single-page websites. It does not support commenting out of the box, which is a requirement for inclusion into the official directory.</p>\n\n\n\n<p>Block-based themes will forever change the system. In the past, traditional themes needed to cover all their bases, integrating with every front-end feature of WordPress. In the future, that is not necessarily the case. Because everything will be built from blocks and users will have direct access to customize those blocks, a theme has no need to cover everything. The user can add and remove features at their leisure.  The review guidelines need to be molded for this future.</p>\n\n\n\n<p>Full Site Editing almost seems purpose-built for outside-the-box theme designers. Whether it is a simple, one-page wedding invitation or an author&rsquo;s book landing page, there are more possibilities upcoming than there ever were in the past. And, these things will be far easier to build on the theme-design side of things. It will remove a lot of burden from developers and from the Themes Team during reviews.</p>\n\n\n\n<p>&ldquo;Regarding the FSE themes: to be honest all my hopes are there,&rdquo; said Stathopoulos. &ldquo;They are very different, and it&rsquo;s a fresh start for the repository. New theme paradigm, a different set of rules (with of course some overlap for basic things), and a new way of doing things and thinking about themes. However, if they are presented in the same way in the same repo we have now, then nothing will change. the theme repo <em>needs</em> to change, and there&rsquo;s no way around that. But that&rsquo;s a decision that will have to be made from the WordPress leadership and implemented by meta.&rdquo;</p>\n\n\n\n<p>As always, I remain optimistic about the future of WordPress themes, hoping for the ushering in of a new era. I get the sense that the Themes Team shares some of that enthusiasm, at least cautiously so. More than anything, they need the community, particularly theme authors, to chip in and shape that vision of what the WordPress theme directory should be.</p>\n\n\n\n<p>Perhaps today, the stars are nearing alignment. Mullenweg plans to chat with the team and gather feedback in the coming 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:\"Fri, 29 Jan 2021 22:53: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:14:\"Justin Tadlock\";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:60:\"WPTavern: GitLab Drops Bronze/Starter Tier in Pricing Update\";s: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=111219\";s: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:165:\"https://wptavern.com/gitlab-drops-bronze-starter-tier-in-pricing-update?utm_source=rss&utm_medium=rss&utm_campaign=gitlab-drops-bronze-starter-tier-in-pricing-update\";s: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:5745:\"<p>This week GitLab <a href=\"https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/\">announced</a> a pricing change that eliminates its Bronze/Starter tier in favor of a three-tier subscription model. The Starter tier, previously offered at $4/month, included features like single-team project management, next day business support, and 2,000 CI/CD minutes.</p>\n\n\n\n<img />GitLab Pricing prior to Jan 26, 2021 Update\n\n\n\n<p>GitLab&rsquo;s updated <a href=\"https://about.gitlab.com/pricing/\">pricing</a> page shows the benefits that were included in the Starter plan are now only available in the Premium tier at a 5x price increase, introducing a larger gap between free accounts and paying customers. The change specifically impacts those who were happy to pay for a few extras but don&rsquo;t need the full array of premium features.</p>\n\n\n\n<img />\n\n\n\n<p>GitLab is offering to transition customers at a discount, where existing customers have the option to renew at the current price for an additional year or upgrade to Premium at a discount. The company also makes a case for the free tier, which it says includes 89% of the features in Bronze/Starter, with 450 new features added last year. </p>\n\n\n\n<p>&ldquo;The Bronze/Starter tier does not meet the&nbsp;<a href=\"https://www.investopedia.com/terms/h/hurdlerate.asp\">hurdle rate</a>&nbsp;that GitLab expects from a tier and is limiting us from investing to improve GitLab for all customers,&rdquo; GitLab co-founder and CEO Sid Sijbrandij said. &ldquo;Ending availability of the Bronze/Starter tier will help us accelerate development on&nbsp;customers&rsquo; priority needs&nbsp;such as improving usability, availability, performance, and delivering enterprise-grade security and compliance.&rdquo;</p>\n\n\n\n<p>It makes sense that GitLab is turning its attention to factors like &ldquo;hurdle rate,&rdquo; as Sijbrandij told <a href=\"https://www.cnbc.com/2021/01/15/gitlab-ceo-eyes-public-market-after-secondary-valued-it-at-6-billion-.html\">CNBC</a> that he&rsquo;s still looking to take the company public after a late 2020 employee share sale, which valued the company at $6 billion. GitLab passed $150 million in annual recurring revenue in 2020, but is tightening up its subscription model as the company tailors commercial offerings for those who need DevOps features.</p>\n\n\n\n<p>GitLab did not share the pricing update announcement on Twitter, perhaps in anticipation of how controversial it would be. The company posted the link in the <a href=\"https://forum.gitlab.com/t/new-gitlab-product-subscription-model/45923\">GitLab forums</a> where customers expressed disappointment in the change.</p>\n\n\n\n<p>&ldquo;We are currently paying Bronze level because there are some features that we find interesting,&rdquo; Riccardo Padovani said. He specifically referenced issue weights, iterations, multiple issue assignees, and issue dependencies.</p>\n\n\n\n<p>&ldquo;These features are now in the premium level. We were not interested in the previous &lsquo;silver&rsquo; level. On the long term, this is basically a 5 times price increase. Being a vocal supporter of GitLab in my company,&nbsp;<strong>I am not happy about this, at all</strong>.&rdquo;</p>\n\n\n\n<p>One customer said the change &ldquo;feels like a bit of a kick in the teeth,&rdquo; while another noted that GitLab&rsquo;s mid-tier offering costs just one dollar less than <a href=\"https://github.com/pricing\">GitHub&rsquo;s enterprise plan</a>. Many of GitLab&rsquo;s existing Starter tier customers have a large number of users who are not developers and do not have access to code or pipeline features. They are supporting staff who check bug reports or project management teams that create issues. Without the ability to pay per user role, upgrading every seat in the team to Premium doesn&rsquo;t make sense for these types of use cases. </p>\n\n\n\n<p>Customers who had recently convinced their organizations to go with GitLab, along with those who have invested time developing processes around the Starter tier features, are some of the most vocal opponents to the change. Some <a href=\"https://forum.gitlab.com/t/new-gitlab-product-subscription-model/45923/42\">found the announcement off-putting</a>, as it made it seem like paying Starter plan customers were actually costing GitLab money, requiring the tier to be eliminated. Many expressed that they only signed up for the tier to support GitLab and that they only used a handful of the features.</p>\n\n\n\n<p>&ldquo;It&rsquo;s worth pointing out that you say that &lsquo;many Bronze/Starter customers adopted Gitlab just for source code management,&rsquo; &ndash; yes &ndash; that&rsquo;s exactly what we use Gitlab for,&rdquo; one customer said. &ldquo;We don&rsquo;t use CI, Issue Tracking, or any other features offered even in the free version, but we do want to have a couple of the SCM features offered in the Bronze/Starter tier. Do you really think that customers like us that are only looking for SCM are going to pay more for unnecessary features?&rdquo;</p>\n\n\n\n<p>The GitLab employees in the thread seemed ready to defend the decision against the onslaught of criticism. While a few said they will take customers&rsquo; concerns and feedback under consideration, most were prepared to assure critics that the decision was made &ldquo;through extensive research,&rdquo; which likely leaves those most affected further alienated, if the 5x cost increase didn&rsquo;t already make the decision for them. Bronze/Starter tier customers who are still examining their options can find the various transition paths in the pricing change <a href=\"https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/\">announcement</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:\"Fri, 29 Jan 2021 19:16: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: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:76:\"WordPress Foundation: do_action hackathons and open-source workshops in 2021\";s: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:41:\"https://wordpressfoundation.org/?p=172229\";s: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://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\";s: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:6654:\"<p>In 2020, we saw do_action events and open-source workshops move online. Around the world, community members organized 5 do_action hackathons (<a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">4 of which were online</a>) and a handful of <a href=\"https://wordpressfoundation.org/2020/open-source-workshops-november-2020-report/\">open-source workshops</a> last year. In moving these events online, community organizers not only brought their WordPress community closer together, but they were also able to make a positive impact on their local or regional community in an exceptionally-difficult year.&nbsp;&nbsp;</p>\n\n\n\n<p>Seeing this impact, we would like to help more organizers host even more of these online charity hackathons (do_action events) and Introduction to Open Source workshops in 2021. This post shares more information for community organizers who would like to organize do_action events in 2021.</p>\n\n\n\n<h3>do_action charity hackathons</h3>\n\n\n\n<p>Based on feedback from the community members, <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">do_action events so far have been quite impactful</a> in how they bring participants together to help non-profits establish an online presence, something all the more significant in 2021. Here is how we plan to support do_action events in 2021:</p>\n\n\n\n<ul><li><strong>Improving the online do_action event documentation: </strong>The community team is currently working on revamping the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/organising-an-online-do_action-event/\">documentation for online do_action events</a> to include tips on remote collaboration, using collaboration tools, remote project management etc. Additionally, we will be reaching out to past do_action organizers to share recaps and help share task lists to help organizers get used to the online event format.&nbsp;</li><li><strong>Sponsored accounts:</strong> Organizers can reserve and use <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">Community-sponsored Zoom Pro accounts</a> for their events.&nbsp;</li><li><strong>Countrywide do_action events: </strong>There were <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">a few countrywide do_action</a> events in 2020. More regional/countrywide events are encouraged.&nbsp;</li><li><strong>Linking do_action events with WordCamps and mentoring: </strong>Since WordCamps are also online, organizers can organize do_action events in tandem with their online WordCamps, for more impact. Similarly, new do_action organizers will get mentoring from past organizers/mentors/community deputies.</li><li><strong>Technology changes: </strong>The following changes will be implemented on the doaction.org website in 2021 to support our organizers in a better way:&nbsp;<ul><li>doaction.org to Google Workspace / G Suite (so that organizers can use custom emails &#8211; get access to a branded Google Workspace account) &#8211; <em>Due March 2021</em></li><li>Doaction.org will be modified to support multiple event dates. &#8211; <em>Due June 2021</em></li><li>The do_action application will be moved to doaction.org.- <em>Due June 2021</em></li></ul></li></ul>\n\n\n\n<p>Does all of this sound exciting? If you would like to organize a do_action event in your locality, please <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/do_action-event-application/\">send in your application through this form</a>! Community deputies will get back to you shortly to take it forward.</p>\n\n\n\n<h3>Introduction to Open-source workshops</h3>\n\n\n\n<p>Introduction to Open Source workshops help spread knowledge and understanding of the open web and open source. They have also been instrumental in onboarding new contributors to WordPress. With the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> workshops on<a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\"> Introduction to Open-source</a>, meetup groups could host a watch party of the recorded workshop or <a href=\"https://make.wordpress.org/community/2020/12/08/tuesday-trainings-how-to-organize-a-successful-discussion-group/\">organize a discussion group</a>. Here’s how community members can organize open-source workshops in 2021.&nbsp;</p>\n\n\n\n<ul><li>Community members can now host <a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\">Introduction to Open-source workshop</a> discussion groups in the <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">Learn WordPress meetup group</a>. If you would like to host a discussion group for a global audience, please <a href=\"https://learn.wordpress.org/discussion-groups/\">apply to become a discussion group leader</a>.</li><li><a href=\"https://github.com/wptrainingteam/what-is-open-source\">Lesson</a> <a href=\"https://github.com/wptrainingteam/what-you-can-do-with-wordpress\">plans</a> for the Introduction to Open-source workshops are available! Any meetup group can plan their open-source workshop based on the lesson plans.&nbsp;</li><li>Meetup groups worldwide are also encouraged to<a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\"> organize an Introduction to WordPress watch party + discussion group</a> (based on the Learn WordPress workshop on <a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\">Introduction to Open-source</a>) as part of their meetup (it does not need any prior approval).&nbsp;</li></ul>\n\n\n\n<p>Organizers can feature these workshops and discussion groups in the WordPress Foundation blogs by <a href=\"https://make.wordpress.org/community/contact/\">reaching out to the community team</a>. Since open-source workshops are online, there is no cost involved in organizing them, but organizers can always <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">request paid zoom accounts for their event</a>.&nbsp;</p>\n\n\n\n<p>The WordPress community has the power to uplift and empower people across the world by organizing these events. Our community organizers have already done stellar work in 2020, despite the challenges posed by the COVID-19 pandemic. As we step into 2021, we look forward to supporting and seeing what organizers do with these online events to help their communities!</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, 29 Jan 2021 12:55: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:12:\"Hari Shanker\";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:112:\"WPTavern: WP Lookout Lets WordPress Users Track and Receive Notifications for Their Preferred Plugins and Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108062\";s: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:269:\"https://wptavern.com/wp-lookout-lets-wordpress-users-track-and-receive-notifications-for-their-preferred-plugins-and-themes?utm_source=rss&utm_medium=rss&utm_campaign=wp-lookout-lets-wordpress-users-track-and-receive-notifications-for-their-preferred-plugins-and-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8074:\"<p class=\"has-drop-cap\"><em>Should WordPress notify users of plugin ownership changes?</em> That was the question that Ian Atkins asked two months ago. WP Tavern readers seemed to think it was a good idea, at least those who commented on our <a href=\"https://wptavern.com/should-wordpress-notify-users-of-plugin-ownership-changes\">coverage of it</a>. However, the original <a href=\"https://meta.trac.wordpress.org/ticket/5509\">Trac ticket</a> has not seen any movement since.</p>\n\n\n\n<p>There are real technical issues with automating the process. A change of ownership does not necessarily equate to a change of the plugin author. This is often the case when someone acquires a company and maintains the brand.</p>\n\n\n\n<p>Tracking such changes does not necessarily need to go through WordPress. Chris Hardie built a service called <a href=\"https://wplookout.com/\">WP Lookout</a> that notifies users of such changes and much more. It has also been available since August of 2020.</p>\n\n\n\n<p>&ldquo;WP Lookout watches for interesting changes to the WordPress themes and plugins that someone cares about,&rdquo; said Hardie. &ldquo;I created WP Lookout for professional WordPress developers, consultants, and site managers who want to stay more informed about the plugins and themes that they (and their clients) depend on.&rdquo;</p>\n\n\n\n<p>While WP Lookout faces the same challenges with plugin ownership changes, it does have an advantage. It also <a href=\"https://wplookout.com/2020/12/tracking-mentions-in-wordpress-news/\">tracks WordPress news organizations</a>, including WP Tavern and <a href=\"https://poststatus.com/\">Post Status</a>. Even if the ownership change is not reflected on the plugin&rsquo;s WordPress.org page, the story may be picked up in the news.</p>\n\n\n\n<p>Hardie launched the news-tracking feature in early December 2020. It includes the <a href=\"https://www.wordfence.com/blog/category/vulnerabilities/\">Wordfence vulnerabilities blog</a> and <a href=\"https://ithemes.com/category/wordpress-vulnerability-roundup/\">iThemes vulnerabilities roundup blog</a> as a part of the service&rsquo;s security notification system. The service also scans change logs for keywords related to security.</p>\n\n\n\n<p>Notifications do not stop there. The WP Lookout tracks plugin, theme, and core WordPress updates. It also supports several commercial plugins such as Advanced Custom Fields Pro, Gravity Forms, and WP Rocket.</p>\n\n\n\n<p>&ldquo;When we first decide to use a theme or plugin on a WordPress site, we hopefully research it thoroughly &mdash; code quality, ratings, support responsiveness, new release history, speed of security fixes, and so on &mdash; but once it&rsquo;s installed it&rsquo;s easy to neglect those important bits of &lsquo;health&rsquo; information over time,&rdquo; said Hardie. &ldquo;Auto-updates are great from many perspectives, but I think anyone who has had to manage and troubleshoot a non-trivial WordPress site over time knows that it&rsquo;s also important to stay aware of, for example, what&rsquo;s happening in the change log or whether ownership of a plugin has changed hands. But nobody wants to log in to wp-admin on a bunch of sites every week to gather that info.&rdquo;</p>\n\n\n\n<p>Hardie said WP Lookout will always have a robust free option for people who just want a daily email notification for a handful of plugins and themes. However, there are paid tiers for customers to access more features. They allow users to track more plugins and themes and get immediate alerts through email, RSS, Slack, or custom webhooks.</p>\n\n\n\n<p>&ldquo;The middle tier supports up to 50 themes/plugins, immediate email notifications, and a personalized RSS feed,&rdquo; he said. &ldquo;The Builder tier supports up to 200 themes/plugins and adds in Slack and custom webhook support along with the option to just get security-related notifications. With more real-world user feedback, we may adjust what&rsquo;s in each tier over time.&rdquo;</p>\n\n\n\n<p>All users get access to the Builder tier for a few weeks after signing up. After that, they must subscribe or stick with the free tier features.</p>\n\n\n\n<h2>How the Service Works</h2>\n\n\n\n<img />Single plugin tracking history.\n\n\n\n<p class=\"has-drop-cap\">WP Lookout allows users to search for and add a tracker for individual plugins. The service primarily relies on the public WordPress.org API for getting plugin and theme data. This is the same system that WordPress uses to check to see if updates are available.</p>\n\n\n\n<p>&ldquo;But it also goes beyond what the API offers,&rdquo; said Hardie. &ldquo;For example, there&rsquo;s no standard yet for theme authors to provide .ORG theme change logs, and so that information doesn&rsquo;t show up when you go to update a theme in wp-admin; you&rsquo;d have to go poking around in Trac or source files to find it. So WP Lookout follows the trail to the change log details and <a href=\"https://wplookout.com/2020/08/wordpress-theme-changelog-details/\">puts that right in front of you</a>.&rdquo;</p>\n\n\n\n<img />Active plugin trackers.\n\n\n\n<p>There is also a <a href=\"https://wordpress.org/plugins/wp-lookout/\">WP Lookout plugin</a> available in the plugin directory. It uses an API key, which users can get from the WP Lookout website. The plugin then lets the WP Lookout service know what plugins and themes are installed and adds them as trackers. Using the plugin is far more efficient than manually adding individual plugins and themes.</p>\n\n\n\n<p>For plugins and themes that are not on WordPress.org, the service uses custom update APIs provided by the third-party developers. If that is not sufficient, it uses webpage scraping. For news sources, it parses RSS feeds.</p>\n\n\n\n<p>&ldquo;It&rsquo;s been interesting to see the wide variety of ways that WordPress theme and plugin authors do or don&rsquo;t manage and present data publicly about their products,&rdquo; said Hardie. &ldquo;Some have API endpoints that return the same level of detail as the .ORG API, others have change log/version documents generated by some internal tools, and still others don&rsquo;t bother doing much at all. I think an argument could be made to standardize on something here for the long-run to help boost the culture of keeping software updated, even/especially if it eventually makes the need for a tool like WP Lookout obsolete.&rdquo;</p>\n\n\n\n<h2>The Future of WP Lookout</h2>\n\n\n\n<p class=\"has-drop-cap\">Hardie has no plans of sitting on what he has already built. One of the next goals is regularly adding new themes and plugins that are not on WordPress.org. This will mean connecting with development teams and figuring out how users can get notifications of things that often have no public APIs. The lack of standardization in the space could be a tough hurdle to jump.</p>\n\n\n\n<p>&ldquo;I have a long list of features I&rsquo;m planning to add, including things like integrating tracking GitHub repo releases, bringing some helpful data points from WP Lookout into the wp-admin interface, WordPress Packagist integration, allowing per-tracker Slack channel configurations, better internationalization, and better handling of change logs that theme/plugin authors chose to maintain outside of their .org code repositories,&rdquo; he said.</p>\n\n\n\n<p>Hardie does not want to get too far ahead of himself with feature ideas. He said he is excited to get more feedback from users about what they find useful. Currently, there are 80 users, which is publicly available data. WP Lookout maintains an <a href=\"https://wplookout.com/open/\">open data and financial transparency page</a>.</p>\n\n\n\n<p>&ldquo;Despite having paid options for more advanced users, I mostly think of this as a service I want to operate for the WordPress community, and I&rsquo;ll always have a robust set of free functionality,&rdquo; he said. &ldquo;I&rsquo;m also committed to participation in Five for the Future, bringing what I&rsquo;ve learned here back into improvements that might benefit all WordPress users, whether they take advantage of WP Lookout or not.&rdquo;</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, 28 Jan 2021 21:56:16 +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:\"Justin Tadlock\";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:104:\"WPTavern: ElasticPress.io Service Considers Next Move after Elasticsearch Abandons Open Source Licensing\";s: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=110644\";s: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:253:\"https://wptavern.com/elasticpress-io-service-considers-next-move-after-elasticsearch-abandons-open-source-licensing?utm_source=rss&utm_medium=rss&utm_campaign=elasticpress-io-service-considers-next-move-after-elasticsearch-abandons-open-source-licensing\";s: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:6933:\"<p>Elastic, makers of the search and analytic engine&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.elastic.co/what-is/elasticsearch\" target=\"_blank\">Elasticsearch</a>, have re-licensed its core product so that it is no longer open source. The company is moving new versions of both Kibana and Elasticsearch from the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.apache.org/licenses/LICENSE-2.0\" target=\"_blank\">Apache 2.0-license</a>&nbsp;to be dual-licensed under the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.mongodb.com/licensing/server-side-public-license\" target=\"_blank\">Server Side Public License (SSPL)</a>&nbsp;and the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://github.com/elastic/elasticsearch/blob/0d8aa7527e242fbda9d84867ab8bc955758eebce/licenses/ELASTIC-LICENSE.txt\" target=\"_blank\">Elastic License</a>, which do not meet the <a href=\"https://opensource.org/osd\">Open Source Definition</a>. </p>\n\n\n\n<p>In a post titled &ldquo;<a href=\"https://www.elastic.co/blog/why-license-change-AWS\">Amazon: NOT OK &ndash; why we had to change Elastic licensing</a>,&rdquo; Elastic blames Amazon for the license change:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Our license change is aimed at preventing companies from taking our Elasticsearch and Kibana products and providing them directly as a service without collaborating with us.</p><p>Our license change comes after years of what we believe to be Amazon/AWS misleading and confusing the community &ndash; enough is enough.</p></blockquote>\n\n\n\n<p>Elastic claims AWS&rsquo;s behavior has &ldquo;forced&rdquo; the company to abandon its open source licensing, citing examples of what they perceive to be &ldquo;ethically challenged behavior.&rdquo; In 2019, Amazon created an Open Distro for Elasticsearch, and Elastic claims they used code copied by a third party from their commercial code, further dividing the community.</p>\n\n\n\n<p>As a result of the license change, Amazon <a href=\"https://aws.amazon.com/blogs/opensource/stepping-up-for-a-truly-open-source-elasticsearch/\">announced</a> its intention to officially fork Elasticsearch and Kibana, with plans to roll the forks into its Open Distro distributions:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Our forks of Elasticsearch and Kibana will be based on the latest ALv2-licensed codebases, version 7.10. We will publish new GitHub repositories in the next few weeks. In time, both will be included in the existing Open Distro distributions, replacing the ALv2 builds provided by Elastic. We&rsquo;re in this for the long haul, and will work in a way that fosters healthy and sustainable open source practices&mdash;including implementing shared project governance with a community of contributors.</p></blockquote>\n\n\n\n<p>The Open Source Initiative (OSI) <a href=\"https://opensource.org/node/1099\">reacted</a> to the news of the license change, calling the SSPL a &ldquo;fauxpen&rdquo; source license:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Fauxpen source licenses allow a user to view the source code but do not allow other highly important rights protected by the <a href=\"https://opensource.org/osd\">Open Source Definition</a>, such as the right to make use of the program for any field of endeavor. By design, and as explained by <a href=\"https://www.elastic.co/blog/licensing-change\">the most recent adopter</a>, Elastic, in a post it unironically titled &ldquo;<a href=\"https://www.elastic.co/blog/licensing-change\">Doubling Down on Open</a>,&rdquo; Elastic says that it now can &ldquo;restrict cloud service providers from offering our software as a service&rdquo; in violation of OSD6. Elastic didn&rsquo;t double down, it threw its cards in.</p></blockquote>\n\n\n\n<p>Elastic&rsquo;s license changes may affect a few companies in the WordPress ecosystem that are redistributing Elasticsearch as a commercial offering. <a href=\"https://10up.com/\">10up</a>, creators of <a href=\"https://wordpress.org/plugins/elasticpress/\">ElasticPress</a>, by far the most popular Elasticsearch plugin for WordPress, also runs the&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://elasticpress.io/\">ElasticPress.io</a>&nbsp;SaaS platform. More than 6,000 sites are using the open source plugin, but the company said these users will not be affected.</p>\n\n\n\n<p>&ldquo;No matter what this won&rsquo;t affect the EP plugin,&rdquo; 10up vice president of engineering Taylor Lovett said. &ldquo;I would say the news is definitely discouraging and not a great look for Elastic.&rdquo;</p>\n\n\n\n<p>10up <a href=\"https://wptavern.com/10up-unveils-elasticpress-io-elasticsearch-as-a-service-for-wordpress-sites\">launched</a> ElasticPress.io in 2017 and Lovett says it has become &ldquo;an active part of the business with a plethora of customers,&rdquo; and continues to grow. The company is currently seeking legal advice on how Elasticsearch&rsquo;s licensing change will affect the ElasticPress.io service. Since previous versions of Elasticsearch remain open source, the company has time to figure out a new way forward.</p>\n\n\n\n<p>&ldquo;Right now we really don&rsquo;t know what&rsquo;s going to happen,&rdquo; Lovett said. &ldquo;There is no rush for us to upgrade&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://elasticpress.io/\">ElasticPress.io</a>&nbsp;to Elasticsearch 7.11+ so we have plenty of time to decide how to address the issue.&rdquo;</p>\n\n\n\n<p>Lovett confirmed that 10up is considering using the Amazon fork as an option but has not  made a decision on the matter yet.</p>\n\n\n\n<p>&ldquo;I will say this does affect the end user in a way that they may end up having to choose between different flavors of Elasticserarch,&rdquo; Lovett said.<br /><br />&ldquo;For example, you may need to decide if you want the official Elastic distribution or if you want to go with AWS&rsquo;s fork.&rdquo;</p>\n\n\n\n<p>Unfortunately, for businesses that built services on top of redistributing the previously open source Elasticsearch, Elastic&rsquo;s creators have gone back on <a href=\"https://web.archive.org/web/20200120104750/https:/www.elastic.co/what-is/open-x-pack\">the promise they made in 2018</a> to never change the license of any of the Apache 2.0 code of Elasticsearch, Kibana, Beats, and Logstash projects.&nbsp;As a consequence, Amazon has emerged as the one to drive the truly open source option for Elasticsearch and Kibana for the future.</p>\n\n\n\n<p>&ldquo;Elastic&rsquo;s relicensing is not evidence of any failure of the open source licensing model or a gap in open source licenses,&rdquo; the OSI board of directors stated in a recent <a href=\"https://opensource.org/node/1099\">post</a> on the matter. &ldquo;It is simply that Elastic&rsquo;s current business model is inconsistent with what open source licenses are designed to do. Its current business desires are what proprietary licenses (which includes source available) are designed for.&rdquo;</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, 28 Jan 2021 20:25: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: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:96:\"WPTavern: Automattic Launches the Blank Canvas WordPress Theme for Building Single-Page Websites\";s: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=110986\";s: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:237:\"https://wptavern.com/automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites?utm_source=rss&utm_medium=rss&utm_campaign=automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites\";s: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:7389:\"<img />Split Screen pattern from Blank Canvas.\n\n\n\n<p class=\"has-drop-cap\">On Monday, Automattic <a href=\"https://wordpress.com/blog/2021/01/25/building-single-page-websites-on-wordpress-com/\">announced its Blank Canvas theme</a> on WordPress.com. The goal is to allow end-users to build single-page websites, such as an &ldquo;about me&rdquo; or product landing page.</p>\n\n\n\n<p>Blank Canvas is a child theme of <a href=\"https://wptavern.com/exploring-seedlet-automattics-block-first-wordpress-theme\">Seedlet</a>, which Automattic&rsquo;s <a href=\"https://themeshaper.com/about/\">Theme Team</a> has been using as a launchpad. One example is its recently-released <a href=\"https://wptavern.com/automattic-releases-spearhead-a-seedlet-child-theme-aimed-at-podcasters-and-content-creators\">Spearhead</a> child theme. It also provided the foundational work for the recent Twenty Twenty-One default WordPress theme.</p>\n\n\n\n<p>One-page themes are nothing new. Theme builders have been releasing them for years in various forms.</p>\n\n\n\n<p>&ldquo;We&rsquo;ve been working on block patterns a lot lately, and it became clear that many of the single-page websites we come across daily &mdash; collections of links, newsletter signups, etc. &mdash; are basically just simple block patterns sitting on an otherwise blank page,&rdquo; said Kjell Reigstad, the lead developer on the theme. &ldquo;That being the case, it seemed like WordPress should be able to power these sorts of single-page sites pretty easily. Blank Canvas is an attempt to try that out.&rdquo;</p>\n\n\n\n<p>WordPress is not the ideal platform for the majority of one-page sites. Doing so includes setting up a database, installing the software, and keeping everything updated. The admin interface is not well-suited to those types of sites. WordPress is a content management system. One page is not enough content to need a full-blown CMS to manage. There simply is little upside for the average user to go through the hassle of doing this on even the cheapest of shared hosting.</p>\n\n\n\n<p>However, if you have a network where someone else, such as WordPress.com, takes out all the hassle of maintaining the backend and when it does not cost you a dime, WordPress suddenly makes more sense. It becomes an ideal platform for these types of sites.</p>\n\n\n\n<p>Frankly, I do not know why they have not pushed this concept sooner. Jason Schuller has made a go of it with Leeflets in the past. Since then, he and Philip Kurth have taken that idea further and launched <a href=\"https://wptavern.com/landing-kit-for-wordpress-maps-any-post-or-page-to-a-custom-domain\">WP Landing Kit</a>, which builds on the same concept of creating multiple single-page landing sites from one WordPress installation.</p>\n\n\n\n<p>In some respects, Blank Canvas offers a glimpse into Full Site Editing. It is almost a stepping stone or a small yet limited preview of things to come. The theme puts the entire design process into a single page and a single editor. Eventually, this will be extended to the whole website.</p>\n\n\n\n<p>&ldquo;I think that&rsquo;s a great way to think about it,&rdquo; said Reigstad. &ldquo;Full Site Editing is coming soon, but in the meantime, Blank Canvas lets you do just a little bit more with Gutenberg than you could before.&rdquo;</p>\n\n\n\n<h2>About the Theme</h2>\n\n\n\n<p class=\"has-drop-cap\">The theme is called <strong>Blank</strong> Canvas for a reason. Its <a href=\"https://blankcanvasdemo.wordpress.com/\">demo page</a> is literally a blank screen with a footer message. The idea is that the end-user designs their homepage &mdash; or their entire site in the case of a single-page website &mdash; via the block editor.</p>\n\n\n\n<p>For those who need a starting point, the theme comes packaged with six block patterns:</p>\n\n\n\n<ul><li>About Me</li><li>Links</li><li>Invitation</li><li>Split Screen</li><li>Card</li><li>Email Signup</li></ul>\n\n\n\n<img />Invitation block pattern.\n\n\n\n<p>Self-hosted WordPress users can install the theme too. It is currently awaiting review for the theme directory, but they can snag the ZIP file or SVN link from its <a href=\"https://themes.trac.wordpress.org/ticket/94482\">Trac ticket</a>. For those giving it a test, be sure to disable the title and tagline via the customizer so they do not appear on the front end. That is assuming you want to use the theme as intended. It will also work as a more traditional theme because the Seedlet parent theme covers all the necessary features.</p>\n\n\n\n<p>There are differences between the theme on WordPress.com and that submitted to the WordPress.org theme directory. The .ORG version has only four block patterns. The .COM version includes an additional Card pattern, which integrates with Automattic&rsquo;s Layout Grid plugin. The Email Signup pattern needs Jetpack&rsquo;s form feature.</p>\n\n\n\n<p>Simple conditional checks for Layout Grid or Jetpack before registering the patterns would suffice for users with those plugins installed. &ldquo;That&rsquo;s planned,&rdquo; said Reigstad of adding the missing patterns, &ldquo;but we just didn&rsquo;t implement it yet.&rdquo;</p>\n\n\n\n<img />Email Signup block pattern.\n\n\n\n<p>WordPress.com users have something else to look forward to. In November, the service <a href=\"https://wptavern.com/wordpress-com-drops-over-100-block-patterns-carving-a-path-the-design-community-should-follow\">launched over 100 patterns</a>. &ldquo;One of the nice things is that there are already a lot of patterns out there that seem ready-made for single-page websites,&rdquo; said Reigstad.</p>\n\n\n\n<p>He did say the team is working on bundling more patterns in the future. These may include more &ldquo;link in bio&rdquo; designs that expand on the one already in the theme today.</p>\n\n\n\n<h2>Pioneering Block-Friendly Themes</h2>\n\n\n\n<p class=\"has-drop-cap\">Several of the ideas available in this theme seemed to have started from the WordPress <a href=\"https://github.com/WordPress/theme-experiments\">Theme Experiments repository</a>. It features block patterns similar in scope to the <a href=\"https://wptavern.com/carrd-like-theme-experiment-provides-a-glimpse-into-the-future-of-theming\">Carrd-like theme</a> Reigstad built last October.</p>\n\n\n\n<p>&ldquo;In general, building block-based themes helped redefine our idea of what a theme needed to be,&rdquo; he said. &ldquo;We&rsquo;d tended to think of a theme as a complicated piece of software that accounts for every scenario you throw at it: a blog, custom post types, category pages, search pages, the 404 page, etc.&rdquo;</p>\n\n\n\n<p>Reigstad said that the block-based themes paradigm has forced the Theme Team to start small. Because Full Site Editing is still in flux, its features not ready, the team has built proof-of-concept themes with limited functionality.</p>\n\n\n\n<p>&ldquo;The possibilities for block-based themes have grown considerably since then (as shown by TT1 Blocks, Q, Block-based Bosco, and others), but the early constraints helped spark ideas like that Carrd-inspired theme,&rdquo; he said. &ldquo;It turned out that you could build a pretty useful site with just a handful of blocks.</p>\n\n\n\n<p>&ldquo;That mindset definitely informed Blank Canvas &mdash; we started small, with just the functionality someone would need to build a single-page site. Since it&rsquo;s based on a full-featured theme (Seedlet), you can grow with it too.&rdquo;</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, 27 Jan 2021 22:11: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:\"Justin Tadlock\";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:106:\"WPTavern: Plugin Team Draws a Line: Plugins Must Not Change WordPress’ Default Automatic Update Settings\";s: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=111034\";s: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:249:\"https://wptavern.com/plugin-team-draws-a-line-plugins-must-not-change-wordpress-default-automatic-update-settings?utm_source=rss&utm_medium=rss&utm_campaign=plugin-team-draws-a-line-plugins-must-not-change-wordpress-default-automatic-update-settings\";s: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:3110:\"<p>WordPress&rsquo; plugin team has published a <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">statement</a> regarding plugins making changes to users&rsquo; update services: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Unless your&nbsp;plugin&nbsp;has the&nbsp;<em>purpose</em>&nbsp;of managing updates, you&nbsp;<strong>must not</strong>&nbsp;change the&nbsp;defaults&nbsp;of WordPress&rsquo; update settings.</p><p>You&nbsp;<em>may</em>&nbsp;offer a feature to auto-update, but it has to honor the&nbsp;core&nbsp;settings. This means if someone has set their site to &ldquo;Never update any of my plugins or themes&rdquo; you are not to change those for them unless they opt-in and request it.</p></blockquote>\n\n\n\n<p>The statement was prompted by plugins overstepping this boundary, which, up until recently, has simply been understood but not explicitly forbidden. Mika Epstein said the practice &ldquo;destroys the faith users have in you to not break their sites.&rdquo; It also reflects poorly on WordPress as a whole when plugin authors abuse core features to serve their own interests.</p>\n\n\n\n<p>&ldquo;Sadly, this happened recently to a well used plugin, and the fallout has been pretty bad,&rdquo; Epstein said. </p>\n\n\n\n<p>She did not identify the plugin in question, but one particular incident that happened last month bears a strong likeness to this description. On December 21, 2020, the <a href=\"https://wptavern.com/all-in-one-seo-plugin-turns-on-automatic-updates-without-notifying-users-removes-functionality-in-latest-release\">All in One SEO plugin turned on automatic updates without notifying its users</a>, aside from a short, ambiguous note in the changelog.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>All in One SEO was active on more than 2 million WordPress sites when it rolled out this update. Many users were frustrated to discover that their sites had been updated without permission, despite having auto updates turned off for the plugin. The plugin&rsquo;s developers removed the auto updates wrapper&nbsp;functionality from the plugin earlier this month, in favor of letting WordPress handle updates.</p>\n\n\n\n<p>After this incident, those who were affected were left with questions. Should WordPress allow this practice? Should plugin developers be required to place a notice in the dashboard if they are going to flip automatic updates on? While many users are willing to trust WordPress core to do automatic updates in a safe way, some are not willing to extend that trust to plugin developers, whose quality of updates vary widely. The plugin team offering guidance and communication on this matter was absolutely necessary to deter aggressive plugin developers from destroying what is still a fragile trust in automatic updates.</p>\n\n\n\n<p>&ldquo;At this time, we have no plans to spell this out in a guideline,&rdquo; Epstein said. &ldquo;We do currently, regularly flag plugins that go outside their dictated (self defined) boundaries, and this is not a change. Please, respect your users.&rdquo;</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, 27 Jan 2021 20:43:13 +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:102:\"WPTavern: Jetpack Launches Customer Research Project to Improve the Plugin and Reduce User Frustration\";s: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=110995\";s: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:249:\"https://wptavern.com/jetpack-launches-customer-research-project-to-improve-the-plugin-and-reduce-user-frustration?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-launches-customer-research-project-to-improve-the-plugin-and-reduce-user-frustration\";s: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:6244:\"<p>Jetpack&rsquo;s Design and Research Team is <a href=\"https://automattic.design/2021/01/26/were-all-ears/\">launching a new customer research panel</a> as part of an ongoing effort to collect feedback in advance of launching new features. They are allocating one day every month to talk with users:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>It&rsquo;s a small step toward an important goal of better understanding what our users need, seeing and hearing first hand where they are frustrated, and learning how Jetpack can work better for them.</p><p>The relationship benefits both sides. Our customers enjoy a sneak preview of features coming down the roadmap, and are empowered to help shape the product&rsquo;s future. And our design slash research team sees first hand, how our products perform with real folks using them.</p></blockquote>\n\n\n\n<p>Jetpack is recruiting customers for 45-minute long interviews on Zoom where they will preview some new designs and talk about proposed product improvements that are already in the works. In exchange, participants receive a $25 Amazon gift card.  </p>\n\n\n\n<p>This outreach effort may help in easing the periodic friction between Automattic and the larger WordPress community, which tends to emerge like pop-up storms on social media and quickly dissipate, but not without taxing onlookers&rsquo; good will. Although Jetpack is active on more than 5 million sites, and is marketed as &ldquo;the most popular WordPress plugin for just about everything,&rdquo; its team occasionally seems out of touch with users.</p>\n\n\n\n<p>One recent example of this happened when Matt Medeiros drew attention to the wording for the Jetpack Scan upsells that appear on the plugins page in the admin.  Specifically, people took issue with the claim that &ldquo;adding plugins can expose your site to security risks.&rdquo; While this is true, participants in the resulting heated discussion said it implies that Jetpack, the plugin that claims to do &ldquo;just about everything,&rdquo; is the only safe plugin. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Everyone: WordPress is amazing because you can use plugins! <br />Jetpack: Careful, it\'s a scary place that WordPress repo is.<br />Everyone: Didn\'t you come from .org? <br />Jetpack: Just buy my protection plan. <a href=\"https://t.co/5oqbsroqSA\">pic.twitter.com/5oqbsroqSA</a></p>&mdash; I podcast a lot&#127897; (@mattmedeiros) <a href=\"https://twitter.com/mattmedeiros/status/1352275821763948550?ref_src=twsrc%5Etfw\">January 21, 2021</a></blockquote>\n</div>\n\n\n\n<p>Some perceived it to be in violation of <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#11-plugins-should-not-hijack-the-admin-dashboard\">#11 of the Plugin Directory guidelines</a>, which states that plugins should not hijack the admin dashboard. The guideline also recommends avoiding advertising in the admin &ldquo;as it is generally ineffective,&rdquo; as well as frustrating for users who are not looking for additional complications while solving problems.</p>\n\n\n\n<p>This particular case was resolved after Automattic product designer Jeff Golenski took the community feedback to his team. They <a href=\"https://twitter.com/jeffgolenski/status/1352417067849428993\">updated the advertisement</a> to be less fear-inspiring regarding the WordPress plugin ecosystem.</p>\n\n\n\n<p>In another potent example of disconnect from the larger community, <a href=\"https://wptavern.com/jetpack-7-1-adds-feature-suggestions-to-plugin-search-results\">Jetpack 7.1 quietly introduced suggestions to the plugin search screen</a>. The update artificially inserted a search result into the first plugin card slot, identifying the corresponding Jetpack feature if one was available. Jetpack&rsquo;s module placement in the results subtly implied that other plugins were inferior options to its existing modules. Some of the modules advertised required an upgrade. The UI did not make it clear that the artificial search result was not coming from the plugin directory&rsquo;s algorithm. The Jetpack team claimed that it was designed to be a notice but its implementation was virtually indistinguishable from an advertisement.</p>\n\n\n\n<p>In a later release, Jetpack <a href=\"https://wptavern.com/jetpack-7-2-1-removes-promotions-for-paid-upgrades-from-the-search-screen\">removed all feature suggestions that previously advertised upgrades</a>, characterizing the mistake as &ldquo;an error in judgment.&rdquo; This kind of misstep could have easily been avoided if the feature had been presented to actual users in advance. User researchers could have asked, &ldquo;How would you like it if we put some of our paid upgrades in the top search spot when you are searching for a new plugin?&rdquo; </p>\n\n\n\n<p>Historically, the company has had a few rocky launches where it seemed some product teams did not consider the community&rsquo;s perception in their marketing approaches. Most recently, this was evident in the launch of WordPress.com&rsquo;s new&nbsp;<a href=\"https://wptavern.com/wordpress-com-rattles-freelancer-community-with-new-website-building-service-launch\">website building service</a>, which failed to include important information, i.e. that the intention was to refer business out. </p>\n\n\n\n<p>The new customer research panel is a strategic move for Automattic and should allow the company to avoid a lot more frustration and miscommunication around Jetpack. It could also be valuable as a means of testing potential marketing angles, beyond just specific features the team is developing.</p>\n\n\n\n<p>&ldquo;When you have a team continually connecting with their customers, you find that they start to become internal ambassadors for the users, helping to weave the user&rsquo;s voice into product and design conversations throughout the entire product design process.&rdquo; Automattic UX/Product Designer Yvonne Doll said in the announcment.</p>\n\n\n\n<p>If you want to help the Jetpack team realize these goals and become ambassadors for their users, visit the plugin&rsquo;s <a href=\"https://jetpackresearch.blog/\">user research blog</a> and sign up to participate in upcoming interviews. </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, 27 Jan 2021 02:33: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: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:64:\"WPTavern: WP Buffs Finalizes First Acquisition, Purchases WP EZI\";s: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=110796\";s: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:171:\"https://wptavern.com/wp-buffs-finalizes-first-acquisition-purchases-wp-ezi?utm_source=rss&utm_medium=rss&utm_campaign=wp-buffs-finalizes-first-acquisition-purchases-wp-ezi\";s: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:6915:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Earlier today, WP Buffs <a href=\"https://wpbuffs.com/wp-ezi-acqusition/\">announced that it had acquired WP EZI</a>, a WordPress maintenance and support service. It was a five-figure acquisition for 64 active subscriptions and 343 total customers. Paul Tselekidis, the former owner of WP EZI, is <a href=\"https://wpezi.com/joining-wp-buffs/\">stepping away from the project</a>.</p>\n\n\n\n<p>WP Buffs offers 24/7 WordPress website management. Its team works directly with website owners and startups. They also work with white-label partners in the WordPress space. Agencies, freelancers, and hosting companies resell the WP Buffs subscription services instead of hiring a global team of their own.</p>\n\n\n\n<p>This is the first acquisition for the company and was done through their new <a href=\"https://wpbuffs.com/acquisitions/\">Business Acquisition Unit</a>.</p>\n\n\n\n<p>For WP EZI users, nothing should change about how they use the service. &ldquo;The day-to-day of the folks at WP EZI (aside from Paul) will continue unchanged as they&rsquo;ve all decided to stay on board and are excited for this new chapter of the business,&rdquo; said Joe Howard, the Founder and CEO of WP Buffs. &ldquo;For the time being, they will continue to function as team members of WP EZI, although they&rsquo;ll, of course, be given a warm welcome as new members of the WP Buffs family.&rdquo;</p>\n\n\n\n<p>At the moment, none of the pre-acquisition WP Buffs staff will move over to any WP EZI projects or vice versa. The two brands will remain separate.</p>\n\n\n\n<p>&ldquo;Mostly, this is for current WP EZI subscription clients, as keeping them happy and unbothered is our top priority,&rdquo; said Howard.</p>\n\n\n\n<p>One change coming to WP EZI is that it will no longer offer new care plan subscriptions. The goal is to send those leads to WP Buffs. WP EZI will continue serving current care plan customers and handle one-off projects.</p>\n\n\n\n<p>&ldquo;The strength of WP Buffs is in our strong systems and scalable business model of selling and executing on subscription services,&rdquo; said Howard. &ldquo;That&rsquo;s why we&rsquo;ll continue to accept new care plans there and send all one-time requests to WP EZI. They have experience with this business model, so we&rsquo;re going to keep that team doing the work they&rsquo;ve proved to be strong at.&rdquo;</p>\n\n\n\n<p>Howard did not give much away in terms of long-term changes. He said that while they are mulling over some ideas, their priorities were a peaceful transition for WP EZI clients and learning from and helping the current team.</p>\n\n\n\n<p>&ldquo;Most of the benefits for WP Buffs come from acquiring an already profitable business and client base,&rdquo; he said. &ldquo;Furthermore, the acquisition allows us to funnel care plan leads into WP Buffs and more one-time work into WP EZI. These silos will allow each team to be more efficient since they&rsquo;ll be able to focus on their areas of strength.&rdquo;</p>\n\n\n\n<h2>On Acquisitions and Growth</h2>\n\n\n\n<p class=\"has-drop-cap\">On the low end, the deal was likely at least mid to upper-five figures. We know that it was a five-figure acquisition. There were 64 active customers with an $87 per month subscription or more. This also assumes a consistent active subscription count for the last year or so. This is speculation but should provide some low ballpark numbers for others looking to sell a WordPress-related business.</p>\n\n\n\n<p>While Howard did not provide an exact figure, his company provided far more information than is typical of business acquisitions in the WordPress ecosystem. Often, these deals are made only with an agreement that neither party share the sale price. The transparency from WP Buffs should come as a breath of fresh air to other small business owners. It can be overwhelming venturing into a first acquisition from either end.</p>\n\n\n\n<p>One of his goals is to be transparent with how WP Buffs is run. His <a href=\"https://wpbuffs.com/2020-year-in-review/\">2020 year in review</a> post is lengthy, but he does not hold back on mistakes and successes. It provides a lot of insight that other business owners can learn from.</p>\n\n\n\n<p>Howard has some experience scaling businesses beyond that $10,000 &ndash; $15,000 monthly recurring revenue (MRR) spot, which is where some small businesses begin to plateau. I asked him to share his experience with other business owners.</p>\n\n\n\n<p>&ldquo;WP Buffs now does $100,000+ MRR,&rdquo; he said. &ldquo;That means we don&rsquo;t have the same issues as a care plan company at the scale of WP EZI &mdash; and if we do, we can pay to make those challenges go away.&rdquo;</p>\n\n\n\n<p>With WP Buffs now in control of the WP EZI brand, they can dedicate funding where needed and use their leadership and management where needed. Because their team has been here before, it should provide the experience to push past any hurdles.</p>\n\n\n\n<p>&ldquo;The reality here is just an economics of scale,&rdquo; said Howard. &ldquo;&lsquo;Bigger&rsquo; companies can simply flex a little more muscle to get rid of roadblocks. Plus, they have more financial flexibility to experiment and get things wrong to find that one thing that makes the difference when it comes to growth.&rdquo;</p>\n\n\n\n<p>He wrapped up his advice by saying that businesses should focus on their subscription metrics:</p>\n\n\n\n<ul><li>Develop 1-2 predictable, lead acquisition channels and grow those (increase MRR growth from new sales).</li><li>Get a ton of client feedback and make fast adjustments to keep them happy (lower churn).</li><li>From the client feedback, implement new features, offerings, value to current clients so they&rsquo;ll stay with you longer and tell others about you (increase expansion revenue and lifetime value).</li></ul>\n\n\n\n<p>&ldquo;One basic piece of advice is it&rsquo;s never too early to start thinking about selling, even if it&rsquo;s not on your roadmap,&rdquo; said Howard. &ldquo;Whether you ever want to sell your business or not, the things that make the kind of business people want to purchase are the same things that simply make it a good business, so why not do them?&rdquo;</p>\n\n\n\n<p>Howard and Tselekidis had an <a href=\"https://wpmrr.com/podcast/paul-kidis-wp-ezi/\">open and honest conversation</a> about the acquisition on the WPMRR podcast. Some of it is personal, but it provides a glimpse behind the curtain of a WordPress business sale.</p>\n\n\n\n<p>Tselekidis talked about spreading himself too thin among his various projects in the podcast. After a self-analysis and reevaluating his interests, he decided to find a new home for WP EZI. This will allow him to focus on and pursue other goals. &ldquo;It&rsquo;s time to move on; like it&rsquo;s my time,&rdquo; he said of continuing work that he was not as passionate about. &ldquo;I don&rsquo;t want to do a disservice by my clients.&rdquo;</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, 26 Jan 2021 21:41:16 +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:\"Justin Tadlock\";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:25:\"Matt: Revue Joins Twitter\";s: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:42:\"https://ma.tt/2021/01/revue-joins-twitter/\";s: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:42:\"https://ma.tt/2021/01/revue-joins-twitter/\";s: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:591:\"<p>Very excited to share the <a href=\"https://blog.twitter.com/en_us/topics/company/2021/making-twitter-a-better-home-for-writers.html\">news that Revue is joining Twitter</a>. I’m a huge fan of the idea of better newsletters and <a href=\"https://automattic.com\">Automattic</a> was the largest investor in <a href=\"https://www.getrevue.co/\">Revue</a>. I’m looking forward to seeing what the very talented team will do as part of the Twitter network. Also many thanks to <a href=\"https://kk.org\">Kevin Kelly</a> and <a href=\"https://om.co\">Om</a> for introducing me to Revue early on. </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, 26 Jan 2021 18:43: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:4:\"Matt\";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:91:\"WPTavern: WordPress Roadmap Update: Full-Site Editing Targeted for 5.8 Release in June 2021\";s: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=110884\";s: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:225:\"https://wptavern.com/wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021\";s: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:3700:\"<p>WordPress core contributors are pushing forward on an ambitious plan to land full-site editing in core before the end of the year. Josepha Haden Chomphosy, the open source project&rsquo;s executive director, published an <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">updated roadmap</a> for 2021 that aims to get an MVP of full-site editing (FSE) in the Gutenberg plugin by April, 2021. FSE v1 would then be on track for shipping with WordPress 5.8, which is anticipated in June, 2021.</p>\n\n\n\n<table><tbody><tr><th>5.7&nbsp;</th><td>April 2021 &ndash; <strong>MVP for FSE in Gutenberg plugin</strong></td></tr><tr><th>5.8</th><td>June 2021 &ndash; <strong>&nbsp;v1 in Core</strong></td></tr></tbody></table>\n\n\n\n<p>Chomphosy defined the scope of FSE as &ldquo;the ability to edit all elements of a site using Gutenberg blocks&rdquo; and said it will include &ldquo;all in-progress features designed to help existing users transition to Gutenberg as well.&rdquo;</p>\n\n\n\n<p>When asked what would be considered an MVP of full-site editing, Chomphosy pointed to <a href=\"https://github.com/WordPress/gutenberg/issues/24551\">a GitHub issue</a> that contributors are using for tracking all the milestones associated with the project. Part of the infrastructure and UI is marked as complete, as well as browsing between pages, templates, and template parts. Styling, theme blocks, the query block, and the navigation block still need more work. More progress may have been made but the tracking issue has not been updated since December 19, 2020. </p>\n\n\n\n<p>Dipping into the <a href=\"https://make.wordpress.org/core/2021/01/22/editor-chat-summary-20th-january-2021/\">notes</a> from the recent editor meetings shows a steady stream of FSE improvements, which presumably will coalesce into an MVP in approximately five weeks. Chomphosy&rsquo;s announcement avoided explicit promises regarding what features are expected at that time.  </p>\n\n\n\n<p>Related projects like the widgets and navigation block editors have new dedicated Slack channels for those interested in following and contributing: </p>\n\n\n\n<ul><li><a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C01D71823PB\" target=\"_blank\">#feature-widgets-block-editor</a></li><li><a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C01KDAZJMQ9\" target=\"_blank\">#feature-navigation-block-editor</a></li></ul>\n\n\n\n<p>If you have questions about where FSE is headed, an upcoming Gutenberg Times Live Q&amp;A episode titled &ldquo;<em>Updates on WordPress Site-Editor (FSE) and Themes</em>&rdquo; will feature a panel of people who are actively contributing in these areas. It includes Carolina Nymark, author of <a href=\"https://fullsiteediting.com/\">a course on full site editing and block based themes</a>, Ari Stathopoulos, core contributor and author of the first block-based theme in the repository, and Anne McCarthy, who is managing the FSE outreach experiment. </p>\n\n\n\n<p>The episode will air live on Friday, January 29th, 2021, at 11AM EST, hosted by Birgit Pauli-Haack, curator of the <a href=\"https://gutenbergtimes.com/\">Gutenberg Times</a>. <a href=\"https://us02web.zoom.us/webinar/register/9716061492351/WN_vtNXZ0zTTs2S0S98X0Y9og\">Registration</a> for the event is free. Pauli-Haack plans to cover all the latest updates on full-site editing, block-based themes, and global styles. The panel will also touch on the navigation and widget screens, as well as what features will most likely land in WordPress 5.7. Viewers can bring questions and participate via Zoom and YouTube live. The episode will be recorded and shared afterwards with a transcript and resources.</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, 26 Jan 2021 03:16:56 +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: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:81:\"WPTavern: Jump-Start a Year’s Worth of Content via the Launch With Words 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=110800\";s: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:201:\"https://wptavern.com/jump-start-a-years-worth-of-content-via-the-launch-with-words-plugin?utm_source=rss&utm_medium=rss&utm_campaign=jump-start-a-years-worth-of-content-via-the-launch-with-words-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:8435:\"<p class=\"has-drop-cap\">On Sunday, Bridget Willard announced her latest project, <a href=\"http://launchwithwords.com\">Launch With Words</a>. In collaboration with Ronald Huereca, who performed the development work, they built a plugin that helps clients jump-start routine, monthly blog posts. In the future, there will be premium &ldquo;content packs&rdquo; that include content for various industries.</p>\n\n\n\n<p>The Launch With Words plugin is essentially a JSON importer for blog posts. The plugin itself is simple. However, the idea is what makes this plugin special.</p>\n\n\n\n<p>&ldquo;The audience is small business owners,&rdquo; said Willard. &ldquo;So many of us in the WordPress ecosystem are overeducated. We are annoyed that clients don&rsquo;t know how to do X, Y, and Z. But that&rsquo;s not their job; it&rsquo;s ours.&rdquo;</p>\n\n\n\n<p>Willard wrote starter content for both the Twenty Nineteen and Twenty Twenty default WordPress themes. She said it occurred to her that theme starter content is great, but why was no one tackling this for blog posts?</p>\n\n\n\n<p>&ldquo;This plugin comes from something I&rsquo;ve been saying to friends for years, &lsquo;launch with words; get paid faster,\'&rdquo; she said. &ldquo;<em>Lorem ipsum</em> is such a pain. Seriously. As someone who partners with WordPress agencies and freelancers to write copy for website launches, placeholder text is my nemesis.&rdquo;</p>\n\n\n\n<p>Willard <a href=\"https://bridgetwillard.com/\">runs her own business</a>, which offers social media management, copywriting, consulting, and business coaching. She is a marketing consultant who has been writing for the web since 2001.</p>\n\n\n\n<p>&ldquo;I was a secretary by trade with a background in accounts receivables and collections,&rdquo; she said. &ldquo;After I earned my teaching credential, I spent a year teaching junior high and high school math before I realized I didn&rsquo;t like parents. But hey, that bachelor&rsquo;s degree isn&rsquo;t wasted. I decided to go back to office work and landed in accounting (hello, algebra). I excelled in accounts receivable and collections but was at the top of my salary range.&rdquo;</p>\n\n\n\n<p>She left the construction industry in 2015 and began working for an advertising agency. During this time, she helped build the GiveWP brand. She also led the WordPress Marketing Team for two years.</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<img />Importing content with the Launch With Words plugin.\n\n\n\n<p class=\"has-drop-cap\">Launch With Words simply imports content. On its own, it does nothing else. Willard provides a downloadable JSON file via the Launch With Words website. This &ldquo;<a href=\"https://bridgetwillard.com/downloads/launch-with-words-starter-content-pack/\">starter pack</a>&rdquo; is available for free to everyone. It includes 12 draft blog posts to keep users blogging on their site for the next year.</p>\n\n\n\n<p>While it is geared toward freelancers and agencies working with small business owners, anyone can use the plugin and starter pack. If you are having trouble pushing out content regularly, the monthly prompts could be the injection you need to get the creative juices flowing.</p>\n\n\n\n<p>Each draft post includes a topic theme, topic type, and blog checklist. The topic theme is centered on usual events or holidays that match the month of the year. For example, the following is the theme for May:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Topic Theme: Summer is around the corner and, if your business is seasonal, you may have a bit of extra time or be swamped. It generally depends on your sales cycle.</p><p>This is a great time to go to your inspiration journal and look for a case study that can be written. Get the content published before people start going on vacations and forget about hiring a small business.</p></blockquote>\n\n\n\n<p>Just pull up each month&rsquo;s draft post, follow the topic, and go from there.</p>\n\n\n\n<img />Draft blog post for December.\n\n\n\n<p>Willard says that the plugin builds off the services she offers. &ldquo;This plugin absolutely solves the repeated issues I encounter with people &mdash; namely, &lsquo;What do I write about?\'&rdquo;</p>\n\n\n\n<p>She has not started using the Launch With Words plugin with her clients yet. In the past, she has used the <a href=\"https://bit.ly/BridgetWebQuestions\">Website Content Questionnaire</a>, a tool she built that others can copy to their Google Drive for free.</p>\n\n\n\n<p>&ldquo;What makes web copy great is having a bit of the backstory about people,&rdquo; she said. &ldquo;What makes them different? Do they like hockey? Did they start working in fast food? Are they building sites for the healthcare industry?&rdquo;</p>\n\n\n\n<h2>Premium Content Packs</h2>\n\n\n\n<p class=\"has-drop-cap\">Willard will begin offering premium content packs soon. Each will come with 12 fully-written blog post drafts for each month of the year, catering to specific industries. She plans to launch these individual packs at $497.</p>\n\n\n\n<p>&ldquo;I get asked how I come up with prices often,&rdquo; she said. &ldquo;Because I look at websites and products and SaaS services constantly, pricing is now intuitive to me. It&rsquo;s pretty easy for a developer or a small business to throw down $500 knowing it will give them content for a year. It&rsquo;s a crazy low price. I&rsquo;m not a fan of the word &lsquo;cheap.&rsquo; But this is buying in bulk. This is the Costco model.&rdquo;</p>\n\n\n\n<p>The blog posts should range between 300 and 500 words, a service in which Willard would generally charge $200.</p>\n\n\n\n<p>&ldquo;Anyone can tweak the copy to localize it or make it their own,&rdquo; she said. &ldquo;Before you ask, the only thing worse than duplicate content is no content. It&rsquo;s not novel to offer content; what&rsquo;s novel is to offer content that lives in a blog post. It&rsquo;s not an RSS feed from a syndication service that you can&rsquo;t edit. It&rsquo;s amazing how much franchises pay for boring content to distribute to their networks. Any business should have access to quality content that they can localize.&rdquo;</p>\n\n\n\n<p>One has to wonder how Willard could pace herself and produce quality content for these premium packs. However, she is no stranger to the writing process. She has published several books, writing four in the past year.</p>\n\n\n\n<p>&ldquo;I write to teach,&rdquo; she said. &ldquo;If you boil my essence down, I am a teacher. A few people have encouraged me to publish books. I have two Christian-based books out on Amazon that I did on Lulu.com, but it was so painful, I didn&rsquo;t bother.&rdquo;</p>\n\n\n\n<p>It was not until she talked with Nathan Ingram, a business coach in the WordPress space, at WordCamp Seattle in 2019 that she decided to give things another go. He introduced her to Kindle Direct Publishing, a driving factor behind her more recent publishing success.</p>\n\n\n\n<p>&ldquo;So I took a blog series idea, &lsquo;Dysfunctional Love Songs,&rsquo; and wrote and published that book in April as my COVID project. In October, &lsquo;Keys to Being Social,&rsquo; my life&rsquo;s work was published. &lsquo;The Definitive Guide to Twitter Marketing&rsquo; was written on a Sunday in January. My fourth book, &lsquo;How to Market Your WordPress Plugin&rsquo; is with my editor and will be published this year.&rdquo;</p>\n\n\n\n<p>Willard said these writing projects have helped her stay focused on positive things during the Covid-era.</p>\n\n\n\n<p>&ldquo;Otherwise, it&rsquo;s easy for things to turn dark &mdash; if we&rsquo;re all going to die, why pay off my credit cards? You know? I can&rsquo;t just sit around watching Netflix. I do, but I need an outlet.&rdquo;</p>\n\n\n\n<p>She does not plan on going it alone for all of the premium content packs. She is already in talks with writers in other fields who would be better suited to the specific subject matter. However, Willard will lean on her construction-related expertise to build some of the packs.</p>\n\n\n\n<p>&ldquo;The best advice writers give is that you should write what you know,&rdquo; she said. &ldquo;It&rsquo;s the first chapter in Anne Lamott&rsquo;s &lsquo;Bird by Bird.&rsquo; I&rsquo;ve been writing about construction for 20 years. It won&rsquo;t require very much research. I mean, if I can sit down on a Sunday and write 7,000 words on Twitter for that book, I&rsquo;m pretty sure I can write 12 blog posts fairly soon.&rdquo;</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, 25 Jan 2021 21:57: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:14:\"Justin Tadlock\";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:83:\"WPTavern: Ask the Bartender: How To Bulk Convert Classic WordPress Posts To Blocks?\";s: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=110841\";s: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:207:\"https://wptavern.com/ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks?utm_source=rss&utm_medium=rss&utm_campaign=ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks\";s: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:5513:\"<blockquote class=\"wp-block-quote\"><p>I was wondering if you could help me. I want to convert all of my old posts (about 600) to Gutenberg blocks. Do you know an easy way to do that?</p><p>Philip</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">I often get these short questions via private messages. I always try my best to help other WordPress users whenever I can. This was an easy solution in Philip&rsquo;s case. After a quick chat, he actually learned that he did not need to migrate his posts to the block system. I thought it would be best to open this topic to a wider audience. Maybe it would help someone else along the way.</p>\n\n\n\n<p>There is currently an <a href=\"https://github.com/WordPress/gutenberg/issues/18645\">open ticket</a> on the Gutenberg repository for a bulk converter. It has sat dormant until a few days ago. The primary argument for including this feature in the plugin and eventually WordPress itself is that the lack of this option is an obstacle for newcomers to the block editor.</p>\n\n\n\n<p>I disagree with the notion that it is any sort of obstacle for block-editor adoption. There does not seem to be a massive call for the feature in the WordPress support forums. Web searches do not pull up too many support queries for it. It seems to be a niche use case. Or, in some cases, there is a simple misunderstanding that end-users need to do any sort of conversion or migration at all.</p>\n\n\n\n<p>However, the biggest reason it is a non-obstacle is that posts written in the classic editor are still basic HTML. Regardless of the editor, older content will output just fine on the front end, at least in most cases.</p>\n\n\n\n<p>The first question anyone should ask before deciding on bulk converting their old posts to the newer block format is whether they should do it at all. The answer for the majority of users will simply be <em><strong>no</strong></em>. There are few reasons to do so.</p>\n\n\n\n<p>Doing a mass conversion like this, especially with hundreds or more posts, is subject to broken sites. I have done enough single-post updates to know that the process does not always go smoothly. Sometimes, I need to touch up something here or do some manual changes there. On a large scale, there really is no way to know what got broken until you test every single post or page on the site. In some cases, everything is OK. In others, it is a nightmare.</p>\n\n\n\n<p>If you are thinking of going down the bulk-conversion route, make a backup first. There is a good chance that you will need it. You should also test this on a staging site.</p>\n\n\n\n<p>My recommendation for most users is to convert posts on an as-needed basis. I like to make the switch any time I edit an old post. The only reason I convert them is that I prefer working with the block editor over classic.</p>\n\n\n\n<p>Posts written in the old editor will be in the Classic block. After selecting the block that houses the content, I hit the &ldquo;Convert to blocks&rdquo; button in the block toolbar. I do a quick check of anything that might need to be fixed before hitting the update button.</p>\n\n\n\n<img />&ldquo;Convert to blocks&rdquo; button for the Classic block.\n\n\n\n<p>In most cases, there is no reason to convert old posts to blocks except when you are actually editing those posts.</p>\n\n\n\n<p>Despite claims that things will &ldquo;just work&rdquo; when switching to the block editor, that is not the day-to-day reality of all WordPress users. Some of the biggest reasons I have seen to bulk convert are around theme design issues. For example, the block system made some fundamental changes to image markup. If your theme handles left and right-aligned images added via the block editor but breaks down on your old posts, bulk converting may be an option. However, the first course of action should be checking in with your theme author about adding support for the classic markup.</p>\n\n\n\n<p>There are likely numerous other edge cases. Bulk converting posts is an invasive operation that can only be reverted by restoring a pre-conversion backup. It should be a last resort.</p>\n\n\n\n<p>If you are at the point where you know you need to convert all your old posts, there are a few options available.</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/bulk-block-converter/\">Bulk Block Converter</a> plugin is likely the most-used solution at the moment. Organic Themes released it a little over a year ago but has only updated it once. User reviews have been mixed. A few of the problems seemingly stem from WordPress &mdash; the plugin extends the core WordPress block converter used in single posts.</p>\n\n\n\n<p>For those with clients who want to find a middle ground between bulk conversion and having the client manually convert their old posts, 10up&rsquo;s <a href=\"https://github.com/10up/convert-to-blocks\">Convert to Blocks</a> plugin might be the right solution. It converts posts on the fly, only making changes when a user opens the post-editing screen.</p>\n\n\n\n<p>Fr&auml;nk Klein is also working on a PHP-based bulk converter plugin named <a href=\"https://bulkconverttoblocks.com/\">Bulk Convert to Blocks</a>. It is currently in the development stage and not ready for use on live sites. It offers a screen in the WordPress admin to perform the conversion and will continue working in the background if the user leaves the page. Because it runs via PHP, developers can extend it with custom actions and filters. It also provides a WP CLI command for those who prefer to work from the command line.</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, 22 Jan 2021 22:39:30 +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:\"Justin Tadlock\";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:66:\"WPTavern: TasteWP Spins Up Free WordPress Testing Sites in Seconds\";s: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=110274\";s: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:177:\"https://wptavern.com/tastewp-spins-up-free-wordpress-testing-sites-in-seconds?utm_source=rss&utm_medium=rss&utm_campaign=tastewp-spins-up-free-wordpress-testing-sites-in-seconds\";s: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:5318:\"<p><a href=\"https://tastewp.com/\">TasteWP</a> is a newcomer among online WordPress sandboxing solutions. The site allows users to spin up a new WordPress instance in a matter of seconds. Web-based sandboxes like these have been popular for a long time, since they are convenient to fire up and destroy when performing a quick test on a plugin or theme. It&rsquo;s easier than maintaining a local development environment, which many casual WordPress users have not taken the time to set up. </p>\n\n\n\n<p>TasteWP&rsquo;s temporary testing sites are hosted for 48 hours for non-logged-in users and 7 days for those who are logged in. The one-click setup gives you a random site URL and login credentials.</p>\n\n\n\n<img />\n\n\n\n<p>The free sites are limited to 220MB per instance. A successful set-up notice is displayed in the dashboard with information on when the site will be automatically deleted. TasteWP limits non-logged-in users to creating 2 sites and the limit is 6 for logged-in users. They can be removed or added within the site manager. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>When creating a new site, the Advanced Options allows users to set up multisite, select a PHP version, WordPress version, and choose from a number of advanced configuration options and pre-installed extensions. The PHP version can also be changed later within the site manager.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>TasteWP is reminiscent of the now defunct <a href=\"https://wptavern.com/poopy-life-lets-you-create-free-unlimited-wordpress-test-installs\">poopy.life</a> service. In addition to the unsavory and unforgettable name, poopy.life was laden with obtrusive upgrade ads that floated across the screen periodically. TasteWP takes a different route for promotion and includes three of its plugins pre-installed on the default testing sites.</p>\n\n\n\n<p>TasteWP is run by <a href=\"https://inisev.com/\">Inisev</a>, a 15-person company that has been developing&nbsp;WordPress&nbsp;plugins for four years.</p>\n\n\n\n<p>&ldquo;Our key motivator for starting&nbsp;TasteWP&nbsp;was a) scratching our own itch (we needed a platform ourselves to try out new plugin versions on different&nbsp;WP/PHP version combinations) and b) promoting our products,&rdquo; Inisev co-founder Nicolas Ahmann said.</p>\n\n\n\n<p>&ldquo;Having said that, if there is enough demand (and there seems to be), we&rsquo;ll also offer very affordable premium plans for non-expiring instances with bumped space soon.&rdquo;</p>\n\n\n\n<p>Ahmann said the team is currently funding their projects from their own pockets as well as a few private investors.</p>\n\n\n\n<p>&ldquo;We had some VCs knock at our door recently, and while we don&rsquo;t rule out taking them on board at some point in the future, we feel quite comfortable with our current approach where we grow organically (i.e. without too much ad spending),&rdquo; Ahmann said. &ldquo;I&rsquo;m sure, if we had taken on a lot of capital a few years ago, we would have spent a lot of marketing budget on products which weren&rsquo;t ready at the time. Instead, we were forced to make the products better. Limited budgets sharpen your mind immensely.&rdquo;</p>\n\n\n\n<p>Ahmann said the company has several enhancements planned for TasteWP, but they don&rsquo;t want to make the product more complicated to use. </p>\n\n\n\n<p>&ldquo;We developed a Linux application which copies exactly the same moves as user would do to create a website, except that we&rsquo;re omitting the front-end and graphics rendering parts which makes it much easier to process by the computer,&rdquo; he said. &ldquo;Also we inject anything that is needed into the database directly. That allows us to create those sites so fast without preparing them before (but still fully customized for each user).&rdquo;</p>\n\n\n\n<p>The company is planning to enable users to call specific URLs, such as&nbsp;<a rel=\"noreferrer noopener\" href=\"https://tastewp.com/?themeslug=slug-of-theme\" target=\"_blank\">https://tastewp.com?themeslug=slug-of-theme</a>,&nbsp;which would spin up an instance with that theme or plugin already installed. This would allow theme and plugin creators to share the link with their potential users/customers so that they can play around themselves. </p>\n\n\n\n<p>Localization is also a high priority for future TasteWP enhancements, since the company is based in Europe where many languages are spoken. </p>\n\n\n\n<p>&ldquo;We always felt that it doesn&rsquo;t get the attention as it needs, considering that approximately<a href=\"https://w3techs.com/technologies/overview/content_language\"> 40% of websites are not in English,</a>&rdquo; Ahmann said. &ldquo;It&rsquo;s often just DIY people (not devs) who are trying to create their websites. We always encourage them to learn English (as it&rsquo;s the world&rsquo;s&nbsp;language). But imagine you grew up in Turkey, for example. Nobody around you speaks English &ndash; the teachers in schools only speak it in a broken way. In those cases it&rsquo;s key that people can take their first&nbsp;WordPress&nbsp;steps in their language, and what&rsquo;s easier to&nbsp;do&nbsp;so than spinning up an instance with one click on&nbsp;TasteWP&nbsp;which is in your language? Long story short: we&rsquo;ll keep translating it into (many) more languages.&rdquo;</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, 22 Jan 2021 20:47: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: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: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:119:\"WPTavern: Gutenberg 9.8 Brings Rounded Borders To the Group Block and Moves the Site Editor Canvas Into an Inline Frame\";s: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=110768\";s: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:283:\"https://wptavern.com/gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame\";s: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:6699:\"<p class=\"has-drop-cap\">Gutenberg 9.8 <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">launched yesterday</a> with a few minor UI improvements. The development team added an initial implementation for border-radius support for the Group block that theme authors can opt into. They also moved the site editor into an iframe element to remove CSS conflicts from the global admin styles.</p>\n\n\n\n<p>Those who have been testing Full Site Editing should be pleased that they will no longer need to deal with the seemingly never-ending creation of auto-drafts for templates and template parts. <em>Good riddance.</em> They would have inevitably caused user confusion in the long run. The change took around a <a href=\"https://github.com/WordPress/gutenberg/pull/27910\">month of discussion and work</a>, but it reduced a complex and fragile process into a more stable system for the long term.</p>\n\n\n\n<p>While the previous plugin release saw barely more than a handful of bug fixes, version 9.8 jumped back to over two dozen. A Gutenberg update without at least that many just does not feel right.</p>\n\n\n\n<h2>Minor UI Improvements</h2>\n\n\n\n<p class=\"has-drop-cap\">The latest version of the plugin improves the UI when working with the Spacer block. When a user selected the block in the past, it appeared as a light gray rectangle. Now, it is <a href=\"https://github.com/WordPress/gutenberg/pull/28103\">semi-transparent. </a>This allows whatever is in the background, such as the Cover block with a background image, to show. This change should help users more easily make size adjustments in cases where viewing the background is necessary.</p>\n\n\n\n<img />Semi-transparent Spacer block when selected.\n\n\n\n<p>While I hope the Spacer block will eventually die a slow and agonizing death as it is replaced by more appropriate margin and padding block options, this change does help in the interim.</p>\n\n\n\n<p>In a follow-up to the UI improvements in Gutenberg 9.7, work on block variations continues. Variations are when one block is used as the foundation to create multiple variations of the same block. The most common example is the Embed block, which has YouTube, Vimeo, and other variations. Before 9.7, these variations shared the same generic icon, name, and description in the block inspector and navigation instead of the variation-specific information.</p>\n\n\n\n<p>Gutenberg 9.8 builds on the trend of using the variation&rsquo;s data where it makes sense. The block switcher (transform) button in the editor toolbar now <a href=\"https://github.com/WordPress/gutenberg/pull/27903\">displays the variation&rsquo;s icon</a>.</p>\n\n\n\n<img />Variation icon in use in the block switcher.\n\n\n\n<p>It is a small change, but it shows the development team&rsquo;s continued devotion to polishing the editor interface.</p>\n\n\n\n<h2>Loading the Site Editor Canvas in an iframe</h2>\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 9.8 separates the canvas area of the <a href=\"https://github.com/WordPress/gutenberg/pull/25775\">site editor into an iframe</a>. This separation means that global admin styles do not bleed into or override styles within the editor itself. The good news is this is a first step toward doing the same in the post editor too.</p>\n\n\n\n<p>This has been a change that I have been waiting for since the inception of the block editor. From a theme development and design standpoint, styling the editor to match the front end is ripe with issues. It has meant nesting CSS selectors when it should have been unnecessary. It has meant adding a few <code>!important</code> rules to overwrite what seems like oddities in the core CSS. While styling the block editor has improved by leaps and bounds in the past couple of years, it can still often be a pain.</p>\n\n\n\n<p>WordPress core committer Ella van Durpe <a href=\"https://github.com/WordPress/gutenberg/issues/20797#issue-579381499\">listed the benefits</a> of moving the canvas into an iframe:</p>\n\n\n\n<ul><li>There would be no admin CSS bleed at all. This is something we&rsquo;ve been struggling with since the beginning.</li><li>There would be no need to simulate media queries, which is arguably technically more difficult than using an iframe.</li><li>Relative units like <code>(r)em</code> and <code>vw</code>/<code>vh</code> just work.</li><li>For a full site, a theme stylesheet can be just dropped in the editor without any adjustment. I think this is important as it makes the life of theme authors much easier.</li><li>It&rsquo;s possible to have one selection per window, so one in the admin and one in the content. This is useful for e.g. the link UI where the selection in the content can be kept while the selection is also in an input element (for the URL). Maybe be useful in other cases.</li></ul>\n\n\n\n<p>While I find it tough to believe that theme stylesheets would just work without a hitch &mdash; <em>does such a world exist?</em> &ndash;, they should work far better than in the past. There are likely items theme authors will need to contend with, but they should be minimal. Developers should keep a close eye on the future development of this.</p>\n\n\n\n<h2>Border Radius Support for the Group Block</h2>\n\n\n\n<p class=\"has-drop-cap\">As part of Gutenberg&rsquo;s experimental feature set, the Group block now supports a <a href=\"https://github.com/WordPress/gutenberg/pull/27665\">border radius option</a>. However, end-users will not automatically see it in the block inspector. This is an opt-in feature for themes at the moment. Presumably, it will be a part of the default set of options for several blocks in the future.</p>\n\n\n\n<img />Setting the border-radius value for the Group block.\n\n\n\n<p>For theme authors who want to add support, they will need to drop the following code snippet into their <code>experimental-theme.json</code> file and edit the <code>radius</code> value:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"core/group\" : {\n        \"styles\" : {\n                \"border\" : {\n                        \"radius\" : \"50px\"\n                }\n        }\n}</code></pre>\n\n\n\n<p>This will allow theme authors to set the default border-radius for the group block. However, it will not hand over control to users. For that, themes will need to add the following snippet under the <code>settings</code> section of their <code>experimental-theme.json</code> file:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"border\" : {\n        \"customRadius\" : true\n}</code></pre>\n\n\n\n<p>I tested this with a modified version of the <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks </a>theme without issue. Mostly, I am looking forward to more styling options like this in future iterations of the plugin.</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, 21 Jan 2021 22:31:51 +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:\"Justin Tadlock\";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:54:\"WordPress.org blog: People of WordPress: Thelma Mutete\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9518\";s: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/2021/01/people-of-wordpress-thelma-mutete/\";s: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:8322:\"<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=500%2C750&ssl=1\" alt=\"Thelma Mutete at a WordCamp\" class=\"wp-image-9564\" width=\"500\" height=\"750\" />\n\n\n\n<p>From a young age Thelma was encouraged by her father to ‘work hard, and dream big’. In High School, she pursued a career in Computer Science. She said: “I did not know what I would be doing or how I would get there but I just knew that I was going to pursue a career in information technology.”</p>\n\n\n\n<p>She wrote her first line of code at the age of 16 living in Zimbabwe, Africa. This was to mark the beginning of her enthusiasm for computer programming.</p>\n\n\n\n<p>When she joined the school’s computer class, Thelma thought she would learn Excel and Word. Instead, the assignment was to write her first program in C. She said: “It was not easy, but it was very exciting. l remember writing up simple code for a Video Club – a check-in/out for VHS tapes and CDs. Thus began my fascination with computers.”</p>\n\n\n\n<p>Seven years later, she went on to university to study for a Bachelors in Business Management and Information Technology. Her third year internship was at a local web design and hosting company. Though she had hoped her placement would be at a local bank or telecommunications company, the chance to discover website design turned out to be the best thing that could have happened.&nbsp;</p>\n\n\n\n<p>In 2017, Thelma went on to work for a company designing websites using HTML, CSS, PHP, JavaScript and Joomla. She had heard about WordPress but had not used it. She recalls: “People have this misconception that WordPress is not for real developers and it is not secure and at that time I was one of those people.”</p>\n\n\n\n<h2>Finding a local community</h2>\n\n\n\n<p>From a discussion with a member of the local WordPress community, <a href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">Thabo Tswana</a>, about a striking swag gift from a WordCamp, Thelma’s interest was sparked.&nbsp;</p>\n\n\n\n<p>She started to find out more about WordPress and WooCommerce, and visited her local WordCamp Harare website. She was delighted to find that she could learn more about WordPress without needing any pre-existing knowledge, and wanted to be involved. So instead of just attending the camp, she volunteered too!&nbsp;</p>\n\n\n\n<p>Her response to her first WordPress event mirrors the experience of many others in the community. She said: “I only started using WordPress because of the awesome people that l had met at that WordCamp. Everyone was so welcoming.”</p>\n\n\n\n<p>A week later, with help from Thabo, she designed her first website using WordPress.</p>\n\n\n\n<p>She soon became more involved with the community and Meetups. Thelma participated in the first-ever ‘Women Who WordPress’ Meetup in 2018, with lots of women getting involved from bloggers to developers.&nbsp;</p>\n\n\n\n<p>She said: “We were free to talk and discuss a lot of things. We had more time to discuss the difference between WordPress.com and WordPress.org, we shared views on how to handle discrimination at work, how to promote your website and a whole lot of other things.”</p>\n\n\n\n<h2>Establishing roots in WordPress</h2>\n\n\n\n<p>In 2018, WordCamp Harare had its first-ever female Lead Organizer <a href=\"https://tapiwanashe.com/\">Tapiwanashe Manhobo</a>. Thelma was part of the organising team that year and was assigned to handle Harare’s first Kids Camp to take place eight months later. You can read more about her experiences of organizing a <a href=\"https://thelmachido.wordpress.com/2019/11/21/wordpress-juniours-first-edition/\"><strong>Kids Camp</strong></a> on her blog.</p>\n\n\n\n<p>She said: “After the first Kids Camp, we had several people in the local Zimbabwean WordPress community who were enthusiastic about encouraging young people to embrace ICT. In 2019, we had not planned to have a Kids Camp because of financial constraints but to our surprise, we had some anonymous donations and we managed to have a WordPress Community outreach to a youth centre, <a href=\"https://cttzim.org/\"><strong>Centre for Total Transformation</strong></a>, a week after our WordCamp. It is a non-formal school that caters for underprivileged and vulnerable children. The group were able to share practical skills about using WordPress, computer hardware and software.</p>\n\n\n\n<p>Thelma shares that she became hooked on WordPress because of its community. “I enjoy attending WordCamps, meeting new people and just learning new stuff. I have a huge list of WordCamps I would like to attend. Last year I managed to cross WordCamp Johannesburg off my list. When everything is back to normal my plan to travel to WordCamps will proceed (fingers crossed).”</p>\n\n\n\n<h2>Reaping the fruits of ongoing learning</h2>\n\n\n\n<p>Thelma is committed to ongoing development training. She said: “Even though I can still cook up code in C and Java, for now, I have also included WordPress PHP functions to the mix. It was not easy to get to this point, daring myself got me to this slightly better stage. I try to do my best where I can and I am happy to say it has paid off so far.”</p>\n\n\n\n<p>Thelma has continued her journey working in design and digital marketing last year with Trust Nhokovenzo who works in digital marketing and is active in&nbsp; the WordPress Community. He came across her name as a developer from talking with others involved in WordPress. She went to work with his team at a marketing agency.</p>\n\n\n\n<p>Her interest in the development of WordPress continued and she joined the <a href=\"https://wordpress.org/news/2020/12/simone/\">5.6 Release Squad</a> in the mid 2020.&nbsp;At the end of 2020, she moved to become a Happiness Engineer working with WordPress.com. Thelma’s fascination with the platform and the community continues to grow and her contributor story is ongoing.</p>\n\n\n\n<p>Find out more about the <a href=\"https://www.meetup.com/Harare-WordPress-Meetup\">Harare WordPress community</a> in Zimbabwe.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nalininonstopnewsuk</a>) and Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sthakor</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>yvettesonneveld</a>), 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>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>), and Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>). Thank you to Thelma Mutete (<a href=\"https://profiles.wordpress.org/thelmachido/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>thelmachido</a>) for sharing her #ContributorStory.</p>\n\n\n\n<img src=\"https://lh4.googleusercontent.com/s24EVZGKbxVeafljPU1ubF1DjIwn98E3-wGx1LD2CWYk7zYQppFhXNpb0aUhGe01TStMdTwXrcYaxBZQHRgZJ10lvW2hsg61Ce37_pBGJuTRQlJ6r9iUxlJtvuDuwLhIvPo1MVEb\" alt=\"HeroPress logo\" />\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community</em>.</p>\n\n\n\n<p>#ContributorStory #HeroPress</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, 21 Jan 2021 16:40:13 +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:28:\"webcommsat AbhaNonStopNewsUK\";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:82:\"WPTavern: Gutenberg Contributors Consider Implementing a Bot to Close Stale Issues\";s: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=110562\";s: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:209:\"https://wptavern.com/gutenberg-contributors-consider-implementing-a-bot-to-close-stale-issues?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-contributors-consider-implementing-a-bot-to-close-stale-issues\";s: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:5386:\"<p>Gutenberg project contributors are considering <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">implementing a stale bot</a> to tame the repository&rsquo;s overgrown <a href=\"https://github.com/WordPress/gutenberg/issues\">issues</a> queue, which currently has 2,733 open issues. Stale bots are usually employed to automatically close &ldquo;stale&rdquo; issues and PRs based on a predefined set of parameters for inactivity. </p>\n\n\n\n<p>&ldquo;The current recommendation is to set our policy to a 180-day of no activity, so if no comments or commits are on an issue or PR in 180 days, then the bot will post a comment to the issue alerting the user it will be closed in 7-days due to inactivity,&rdquo; Marcus Kazmierczak proposed.</p>\n\n\n\n<p>One important concern is getting the tone right for the automatically-generated message. When you&rsquo;re employing bots on a widely used open source project, they had better be friendly. A chilly, indifferent bot can unwittingly turn away potential contributors with the wrong kind of messaging. Kazmierczak proposed the following message:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>This is an auto-generated message to let you know that this issue has gone 180 days without any activity and meets the project&rsquo;s definition of stale. This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a &ldquo;bump&rdquo; to keep it open, or add the &ldquo;[Status] Not Stale&rdquo; label. Thanks for keeping our repository healthy!</p></blockquote>\n\n\n\n<p>Participants in the discussion on the proposal are divided on the best approach. Daniel Llewellyn, one of the most vocal opponents to using a stale bot, contends that an automatically closing issues sends the wrong message. </p>\n\n\n\n<p>&ldquo;If we care about users and that they trust that we will fix their problem then automatically closing their issue gives them the signal that we don&rsquo;t,&rdquo; Llewellyn said.</p>\n\n\n\n<p>&ldquo;If you don&rsquo;t want to fix a problem then it is better for a human to explain why the problem won&rsquo;t be fixed and personally close the issue. Automating this on the assumption that because nobody has commented in a while means it isn&rsquo;t important is bad!&rdquo;</p>\n\n\n\n<p>Joy Reynolds agreed with this assessment, noting that closing issues through any means can be discouraging.</p>\n\n\n\n<p>&ldquo;I&rsquo;ve had issues closed by humans for being stale, also, and it isn&rsquo;t any better,&rdquo; Reynolds said. &ldquo;I&rsquo;ve had issues closed because someone created a new issue on the same thing. This loses all the history and the watchers.</p>\n\n\n\n<p>&ldquo;I&rsquo;ve also had an issue closed at Launchpad for being stale (and their system used only two weeks as a time frame). That served no purpose at all. It only makes people go away, frustrated.&rdquo;</p>\n\n\n\n<p>Kazmierczak reiterated in the comments that the bot can be configured to skip issues labeled as bugs and that issues and PRs can be bumped to reset the 6-month clock.</p>\n\n\n\n<p>&ldquo;The overall goal of the proposal is to improve feedback and responses to issues by ensuring what&rsquo;s there is relevant,&rdquo; Kazmierczak said.</p>\n\n\n\n<p>Auto-closing issues is the most controversial part of the plan. The general consensus in the comments leans towards using the bot for labeling and triaging in order to manually close the issue later.</p>\n\n\n\n<p>&ldquo;My preference would be for a bot to alert humans in a&nbsp;slack&nbsp;channel when a&nbsp;ticket&nbsp;is declared stale and become progressively more insistent until a human responds,&rdquo; Peter Wilson said. </p>\n\n\n\n<p>Milana Cap suggested using a bot to nudge the ticket author as a compromise between &ldquo;being friendly and thoughtful to contributors while keeping maintainers sane.&rdquo;</p>\n\n\n\n<p>Whatever approach contributors land on, excluding tickets marked as bugs is going to be critical for making the stale bot productive. Otherwise, it becomes just a fancy way of kicking the can down the road, delaying the inevitable. </p>\n\n\n\n<p>In a recent post titled &ldquo;<a href=\"https://blog.benwinding.com/github-stale-bots/\">Github Stale Bots: A False Economy</a>,&rdquo; software developer Ben Winding wrote about why stale bots don&rsquo;t deliver what maintainers are aiming to achieve. Based on his experience with the <a href=\"https://github.com/angular/angular/issues\">Angular</a> repository&rsquo;s bot, Winding summarized the stale bot&rsquo;s effect on the issues queue: </p>\n\n\n\n<ol><li>Reduce the metric of&nbsp;<em>Open Issues</em>&nbsp;in github</li><li>Made duplicate issues far more likely</li><li>Increased friction of users reporting that the issue still exists</li><li>Ultimately decreased the quality of the software, as the issues don&rsquo;t accurately reflect reality</li></ol>\n\n\n\n<p>If the Gutenberg repository&rsquo;s stale bot can be configured not to close bugs and used to maximize human involvement, it will be less likely to deter people from reporting issues. Feedback on the <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">proposal</a> is open until January 29, 2021. Kazmierczak is seeking input on the bot&rsquo;s implementation, specifically its time threshold and messaging.</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, 21 Jan 2021 16:03: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: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:24:\"Matt: New WhiteHouse.gov\";s: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:22:\"https://ma.tt/?p=53526\";s: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:41:\"https://ma.tt/2021/01/new-whitehouse-gov/\";s: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:2842:\"<p>After you&#8217;ve watched <a href=\"https://www.npr.org/sections/inauguration-day-live-updates/2021/01/20/958743170/poet-amanda-gorman-reads-the-hill-we-climb\">the amazing poem from Amanda Gorman</a>, check out the <a href=\"https://www.whitehouse.gov/\">new WhiteHouse.gov that re-launched today</a> using WordPress &amp; Gutenberg with a number of cool features including dark mode, text zoom, a totally responsive layout, and a Spanish version of the site. The site is clean, <a href=\"https://twitter.com/wesbos/status/1351957829461155849\">fast</a>, and accessible. It&#8217;s exciting and an honor that the online home for the Executive branch is on Open Source software, and I&#8217;m proud WordPress can carry the torch that <a href=\"https://dri.es/whitehouse-gov-using-drupal\">Drupal lit in 2009</a>.</p>\n\n\n\n<p>Besides Gutenberg, poking around I noticed a HTTP header and HTML comment <a href=\"https://usds.gov/apply\">encouraging people to join USDS</a>, and this great #46 easter egg in the theme file:</p>\n\n\n\n<img />\n\n\n\n<p>Anyone notice any other plugins? I haven&#8217;t spoken to him directly but I&#8217;d be shocked if <a href=\"https://nacin.com/\">Nacin</a> wasn&#8217;t involved with this one. I&#8217;m also curious if any of the WP agencies were involved, it has touches of <a href=\"https://10up.com/\">10up</a> but I don&#8217;t see any mention of it on their site or <a href=\"https://twitter.com/10up\">Twitter</a>. <a href=\"https://twitter.com/HoeflerCo/status/1351984719634771970\">Hoefler&amp;Co  credits</a> <a href=\"https://wideeye.co/\">Wide Eye Creative with the design</a>.</p>\n\n\n\n<p>I noticed a few people happy that some previous pages and files on the old site were returning 404 errors, like the <a href=\"https://www.nbcnews.com/news/nbcblk/how-trump-administration-s-1776-report-warps-history-racism-slavery-n1254926\">controversial 1776 report</a>, but on this I think the webmasters of the United States of America should demand better, since <a href=\"https://www.w3.org/Provider/Style/URI\">Cool URIs Don&#8217;t Change</a>. Previous websites are <a href=\"https://www.archives.gov/presidential-libraries/archived-websites\">all saved by the National Archives</a>, but there doesn&#8217;t appear to be any sort of norm for automatically redirecting links that went to any subdirectories or addresses under WhiteHouse.gov. </p>\n\n\n\n<p>There are WP plugins that could help, like <a href=\"https://wordpress.org/plugins/redirection/\">Redirection</a>, but also perhaps the root domain itself could always redirect to a subdomain, like 46.whitehouse.gov, so we&#8217;d have a consistent domain and permalinks for everything, and then each new administration would get a new subdomain.</p>\n\n\n\n<p><a href=\"https://wptavern.com/biden-white-house-sticks-with-wordpress-for-website-relaunch\">More coverage on WP Tavern</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, 21 Jan 2021 01: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";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:70:\"WPTavern: Biden White House Sticks with WordPress for Website Relaunch\";s: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=110712\";s: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:185:\"https://wptavern.com/biden-white-house-sticks-with-wordpress-for-website-relaunch?utm_source=rss&utm_medium=rss&utm_campaign=biden-white-house-sticks-with-wordpress-for-website-relaunch\";s: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:3896:\"<img />\n\n\n\n<p>President Joe Biden took office today and unveiled a new <a href=\"https://www.whitehouse.gov/\">whitehouse.gov</a> that has been relaunched on WordPress. The previous administration switched from Drupal to WordPress in 2017, and technologists working with the Biden administration decided to stick with the same CMS. </p>\n\n\n\n<p>In keeping with the multilingual and accessibility features implemented on <a href=\"https://wptavern.com/biden-harris-transition-website-launches-on-wordpress\">the Biden-Harris transition team website</a>, whitehouse.gov launched with toggles for contrast and font size, along with a Spanish language switcher. The relaunched site also includes an <a href=\"https://www.whitehouse.gov/accessibility/\">accessibility statement</a> with a commitment from the administration to work towards conforming to the Web Content Accessibility Guidelines (WCAG) version 2.1, level AA criteria.</p>\n\n\n\n<p>Much of the content and design from the transition website has been preserved. The transition site now forwards to whitehouse.gov, while links to the previous administration&rsquo;s pages land on a 404 page with a link to <a href=\"https://www.archives.gov/presidential-libraries/archived-websites\">archived presidential websites</a>.</p>\n\n\n\n<p>Savvy observers might notice that the typography has been updated from the transition site, flipping the Mercury and Decimal typefaces. Hoefler&amp;Co, the typeface design firm that <a href=\"https://www.typography.com/blog/biden-fonts\">created these typefaces</a> for Biden&rsquo;s 2020 campaign, <a href=\"https://twitter.com/HoeflerCo/status/1351984719634771970\">tweeted</a> about how &ldquo;the serif Mercury felt more like the voice of the institution.&rdquo;  The sans-serif Decimal functions more in a supporting role on the site.</p>\n\n\n\n<p>Web professionals kicked the tires a bit and noticed the site is putting up fairly decent Lighthouse scores.  </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://t.co/hoaioTVqE3\">https://t.co/hoaioTVqE3</a> scoring super well on lighthouse, has dark mode and font size selector<br /><br />h8ers gonna be mad that it\'s wordpress and jQuery tho <a href=\"https://t.co/tyMNjdmnTH\">pic.twitter.com/tyMNjdmnTH</a></p>&mdash; Wes Bos (@wesbos) <a href=\"https://twitter.com/wesbos/status/1351957829461155849?ref_src=twsrc%5Etfw\">January 20, 2021</a></blockquote>\n</div>\n\n\n\n<p>Under the hood, code snoopers noticed an advertisement for the <a href=\"https://www.usds.gov/\">U.S. Digital Service</a> (USDS), the group of technologists who maintain many of the federal government&rsquo;s public-facing digital services.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>In addition to the message from USDS, the site&rsquo;s source code includes a link to the US government&rsquo;s analytics program at <a rel=\"noreferrer noopener\" href=\"https://analytics.usa.gov/\" target=\"_blank\">analytics.usa.gov</a>. Tim Lowden, who manages the federal government&rsquo;s aggregated web analytics initiative, <a href=\"https://twitter.com/tdlowden/status/1351939004342685697\">said</a> this data has been made available for the first time since late 2017.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The analytics service records more than 2.5 billion pageviews across federal government websites each month. The data is available to the public, but it&nbsp;<a href=\"https://www.digitalgov.gov/services/dap/common-questions-about-dap-faq/#part-4\">does not track individuals</a>, and&nbsp;<a href=\"https://support.google.com/analytics/answer/2763052?hl=en\">anonymizes the IP addresses</a>&nbsp;of visitors. It shows information for visitors&rsquo; devices, browsers, operating systems, and location broken down into cities and countries. Many of those visiting the site today are from countries other than the U.S. </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, 21 Jan 2021 00:20: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:\"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:46:\"Gary: WordPress Importers: Free (as in Speech)\";s: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:25:\"https://pento.net/?p=5478\";s: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://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\";s: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:8227:\"<p>Back at<a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\"> the start of this series</a>, I listed four problems within the scope of the WordPress Importers that we needed to address. Three of them are largely technical problems, which I covered in previous posts. In wrapping up this series, I want to focus exclusively on the fourth problem, which has a philosophical side as well as a technical one — but that does not mean we cannot tackle it!</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 4</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>Some services work against their customers, and actively prevent site owners from controlling their own content.</strong></p>\n</div></div>\n\n\n\n<p>Some services are merely inconvenient: they provide exports, but it often involves downloading a bunch of different files. Your CMS content is in one export, your store products are in another, your orders are in another, and your mailing list is in yet another. It&#8217;s not ideal, but they at least let you get a copy of your data.</p>\n\n\n\n<p>However, there&#8217;s another class of services that actively work against their customers. It&#8217;s these services I want to focus on: the services that don&#8217;t provide any ability to export your content — effectively locking people in to using their platform. We could offer these folks an escape! The aim isn’t to necessarily make them use WordPress, it’s to give them a way out, if they want it. Whether they choose to use WordPress or not after that is immaterial (though I certainly hope they would, of course). The important part is freedom of choice.</p>\n\n\n\n<p>It&#8217;s worth acknowledging that this is a different approach to how WordPress has historically operated in relation to other CMSes. We provide <em>importers</em> for many CMSes, but we previously haven&#8217;t written <em>exporters</em>. However, I don&#8217;t think this is a particularly large step: for CMSes that already provide exports, we&#8217;d continue to use those export files. This is focussed on the few services that try to lock their customers in.</p>\n\n\n\n<h2>Why Should WordPress Take This On?</h2>\n\n\n\n<p>There are several aspects to <em>why</em> we should focus on this.</p>\n\n\n\n<p>First of all, it&#8217;s the <a href=\"https://wordpress.org/about/\">the WordPress mission</a>. Underpinning every part of WordPress is the simplest of statements: </p>\n\n\n\n<p class=\"has-text-align-center\"><strong>Democratise Publishing</strong></p>\n\n\n\n<p class=\"has-text-align-center\"><em>The freedom to build. The freedom to change. The freedom to share.</em></p>\n\n\n\n<p>These freedoms are the pillars of a Free and Open Web, but they’re not invulnerable: at times, they need to be defended, and that needs people with the time and resources to offer a defence.</p>\n\n\n\n<p>Which brings me to my second point: WordPress has the people who can offer that defence! The WordPress project has so many individuals working on it, from such a wide variety of backgrounds, we&#8217;re able to take on a vast array of projects that a smaller CMS just wouldn&#8217;t have the bandwidth for. That&#8217;s not to say that we can do <em>everything</em>, but when there&#8217;s a need to defend the entire ecosystem, we&#8217;re able to devote people to the cause.</p>\n\n\n\n<p>Finally, it’s important to remember that WordPress doesn’t exist in a vacuum, we’re part of a broad ecosystem which can only exist through the web remaining open and free. By encouraging all CMSes to provide proper exports, and implementing them for those that don’t, we help keep our ecosystem healthy.</p>\n\n\n\n<p>We have the ability to take on these challenges, but we have a responsibility that goes alongside. We can&#8217;t do it solely to benefit WordPress, we need to make that benefit available to the entire ecosystem. This is why it&#8217;s important to<a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\"> define a WordPress export schema</a>, so that any CMS can make use of the export we produce, not just WordPress. If you’ll excuse the imagery for a moment, we can be the knight in shining armour that frees people — then gives them the choice of what they do with that freedom, without obligation.</p>\n\n\n\n<h2>How Can We Do It?</h2>\n\n\n\n<p>Moving on to the technical side of this problem, I can give you some good news: the answer is definitely <em>not</em> screen scraping. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f604.png\" alt=\"😄\" class=\"wp-smiley\" /> Scraping a site is fragile, impossible to transform into the full content, and provides an incomplete export of the site: anything that&#8217;s only available in the site dashboard can&#8217;t be obtained through scraping.</p>\n\n\n\n<p>I&#8217;ve recently been experimenting with an alternative approach to solving this problem. Rather than trying to create something resembling a traditional exporter, it turns out that modern CMSes provide the tools we need, in the form of REST APIs. All we need to do is call the appropriate APIs, and collate the results. The fun part is that we can authenticate with these APIs as the site owner, by calling them from a browser extension! So, that’s what I’ve been experimenting with, and it’s showing a lot of promise.</p>\n\n\n\n<p>If you&#8217;re interested in playing around with it, <a href=\"https://github.com/pento/free-as-in-speech\">the experimental code is living in this repository</a>. It&#8217;s a simple proof of concept, capable of exporting the text content of a blog on a Wix site, showing that we can make a smooth, comprehensive, easy-to-use exporter for any Wix site owner.</p>\n\n\n\n<img width=\"904\" height=\"446\" src=\"https://pento.net/wp-content/uploads/2021/01/Screen-Shot-2021-01-20-at-5.26.38-pm.png\" alt=\"Screenshot of the \" />\n\n\n\n<p>Clicking the export button starts a background script, which calls Wix&#8217;s REST APIs <em>as the site owner</em>, to get the original copy of the content. It then packages it up, and presents it as a WXR file to download.</p>\n\n\n\n<img width=\"972\" height=\"948\" src=\"https://pento.net/wp-content/uploads/2021/01/Screen-Shot-2021-01-20-at-5.27.38-pm.png\" alt=\"Screenshot of a Firefox download dialog, showing a Wix site packaged up as a WXR file.\" class=\"wp-image-5528\" />\n\n\n\n<p>I&#8217;m really excited about how promising this experiment is. It can ultimately provide a full export of any Wix site, and we can add support for other CMS services that choose to artificially lock their customers in.</p>\n\n\n\n<h2>Where Can I Help?</h2>\n\n\n\n<p>If you’re a designer or developer who’s excited about working on something new, head on over to the repository and <a href=\"https://github.com/pento/free-as-in-speech/issues\">check out the open issues</a>: if there’s something that isn’t already covered, feel free to open a new issue.</p>\n\n\n\n<p>Since this is new ground for a WordPress project, both technically and philosophically, I&#8217;d love to hear more points of view. It’s being discussed in <a href=\"https://make.wordpress.org/core/2021/01/19/dev-chat-agenda-for-january-20-2021-january-21-2021/#comment-40563\">the WordPress Core Dev Chat this week</a>, and you can also let me know what you think in the comments!</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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:\"Thu, 21 Jan 2021 00:14: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:4:\"Gary\";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:102:\"WPTavern: First Round of the FSE Outreach Program Concludes, Identifies Template-Editing Mode Problems\";s: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=110638\";s: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:247:\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems?utm_source=rss&utm_medium=rss&utm_campaign=first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\";s: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:5309:\"<p class=\"has-drop-cap\">The Full Site Editing (FSE) <a href=\"https://wptavern.com/help-steer-the-future-of-wordpress-via-the-fse-outreach-program\">Outreach Program</a> has now concluded its <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">first round of testing</a>. Its first focus area was centered on the template-editing mode introduced in <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">Gutenberg 9.6</a>. The volunteers involved with the project identified several pain points.</p>\n\n\n\n<p>Gutenberg 9.6 added a new button that allows end-users, provided they are using a block-based theme, to switch between editing their post and the template that displays the post. As Josepha Haden <a href=\"https://wptavern.com/gutenberg-9-3-provides-indicator-of-where-full-site-editing-is-going-a-future-without-widgets-and-customizer-screens\">said last year</a>, the ultimate goal is to &ldquo;consolidate down to just one beautiful, intuitive interface.&rdquo; Essentially, this new feature merges content and design in a way we have not seen in core WordPress before. It is a step toward that lofty goal.</p>\n\n\n\n<p>Traditionally, WordPress has always separated content from design. However, these two aspects of websites are continually merging together. There is a desire for this. The adoption of page builders over the last half-decade or so has made it abundantly clear.</p>\n\n\n\n<p>The biggest issue with this new template mode is that users need a working knowledge of the WordPress template system to understand the ramifications of their edits. One of the primary questions of the focus area was whether it was clear that the user was making large-scale changes to all posts when switching to the template-editing mode.</p>\n\n\n\n<p>&ldquo;I believe it was not clear enough how those changes could impact the site,&rdquo; <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/#comment-1307\">wrote H&eacute;ctor Prieto in response</a>. &ldquo;If you don&rsquo;t already know how templates, template parts, and global blocks like Site Title work, you might not understand how your editing will affect the rest of the site.&rdquo;</p>\n\n\n\n<p>Switching modes does create a quick popup at the bottom left of the screen that reads:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Editing template. Changes made here affect all posts and pages that use the template.</p></blockquote>\n\n\n\n<p>It is easy to miss before it fades away. There is a ticket to <a href=\"https://github.com/WordPress/gutenberg/issues/28175\">stick this message</a> on the screen and allow the user to dismiss it. There is also another ticket for clarifying when a user is <a href=\"https://github.com/WordPress/gutenberg/issues/27849\">editing a template vs. content</a>.</p>\n\n\n\n<img />Entering template-editing mode from the post editor.\n\n\n\n<p>Gutenberg&rsquo;s current method is different than what you might see in a typical page builder. When switching to template-editing mode, the user is no longer editing that single post&rsquo;s front-end output. Instead, they are making global edits. A page builder would generally save any customizations to that page alone. If this remains the same, it could be a hurdle for the average user to clear.</p>\n\n\n\n<p>A template creation feature needs to be a part of this new mode. Users should be able to fork or clone their existing single post template and save it as a new template specific to that post. Or, maybe hand them a way to save it as a reusable template (i.e., &ldquo;page&rdquo; template). Paal Joachim Romdahl <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/#comment-1303\">shared a similar thought</a>, likening it to the &ldquo;Save As&hellip;&rdquo; feature commonly found in computer programs.</p>\n\n\n\n<p>I do question whether users should be able to edit global templates while editing a single post. The two are only related insofar as the template displays the post content on the front end. WordPress should explore any type of design work from the post-editing screen as, first and foremost, specific to that post.</p>\n\n\n\n<p>The volunteers also identified other issues. Applying changes to the template and saving drops the user back into the post editor. The &ldquo;cancel&rdquo; button is tough to find &mdash; it is in a different location than where the user clicked to go into template-editing mode.</p>\n\n\n\n<p>Switching between post and template editing feels like an FSE 2.0 type of thing. The development team has enough issues on its plate with the normal site editor. It is a far cry from being a viable, production-ready product. The team&rsquo;s focus should be on working the kinks out of that system before merging it with the post editor. Crawl before you walk. Walk before you run.</p>\n\n\n\n<p>However, I am willing to be pleasantly surprised. In the long run, it will probably be a good thing that we are getting an early look at what these two different pieces of WordPress will look like working in conjunction.</p>\n\n\n\n<p>This is also why participation in the FSE Outreach Program is vital. The community needs this more formal type of process to identify areas that need improvement.</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, 20 Jan 2021 23:17: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:14:\"Justin Tadlock\";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:42:\"HeroPress: Changing Careers Into 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:56:\"https://heropress.com/?post_type=heropress-essays&p=3454\";s: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:136:\"https://heropress.com/essays/changing-careers-into-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=changing-careers-into-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:6844:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/012021-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: With WordPress skills, you have more concrete skills to offer.\" /><p>If you’re looking to change careers into technology, WordPress is a great way to do it.</p>\n<p>In 2013, I was in a career counselor’s office. Just realizing that I needed to change careers out of music, almost the only thing I had known for the last 20 years:</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/trombone-namm.jpg\"><img /></a>At NAMM in Anaheim, California\n<p>Aside from feeling like a huge failure, I knew I’d need a lot of luck to get a job.</p>\n<p>Someone would have to take a big chance on me.</p>\n<p>But there were a few problems.</p>\n<p>I was terrified of talking to strangers, much less asking them big favors. And I had almost no traditionally useful skills.</p>\n<p>Enter WordPress.</p>\n<h2>Lots Of Options</h2>\n<p>When you’re changing careers, you’ll want skills that will help no matter what you end up doing.</p>\n<p>You don’t want to deep-dive into calculus and find out that it won’t help.</p>\n<p>Learning WordPress is perfect.</p>\n<p>If you get really interested in the technical side, you can be a JS or PHP developer.</p>\n<p>If you really like content creation, that’s also great. You can start a blog or work in marketing.</p>\n<p>If none of it interests you, at least you can help people set up a website as you look for another career.</p>\n<p>So soon after meeting with the career counselor, I took Zac Gordon’s course on WordPress Theme Development.</p>\n<p>I wrote a theme based on his course, and really liked how WordPress worked.</p>\n<p>He taught me to build sites, and later write plugins.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-zac-gordon.jpg\"><img /></a>Zac Gordon with XWP\n<h2>Invite Yourself To The Party</h2>\n<p>The great thing about WordPress is that you can contribute right away.</p>\n<p>With some careers, you need somebody to take a chance on you before you can do much.</p>\n<p>To get experience as an investment banker or business consultant, you probably need to actually have the job.</p>\n<p>But with WordPress, you can invite yourself.</p>\n<p>You can open pull requests to Core or Gutenberg without anyone asking.</p>\n<p>You can deploy plugins to wp.org that real people use, without having a college degree.</p>\n<p>With this growing experience, I applied online to <a href=\"https://xwp.co/\">XWP</a>.</p>\n<p>Weston Ruter responded right away, and was really helpful.</p>\n<p>I started opening simple PRs to “help” with the Customizer work.</p>\n<p>In reality, my work might have slowed things down, and was really simple.</p>\n<p>But I didn’t have to wait to be invited. I invited myself to the party, and one of the PRs was merged into Core.</p>\n<p>Later, when I interviewed with <a href=\"https://xwp.co/\">XWP</a> and got the job, I could show that I had a little experience working with other developers.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-xwp-1.jpg\"><img /></a>XWP At WordCamp US Contributor Day, 2017\n<p>It’s still embarrassing looking back at the work I did. But WordPress allows you to contribute, regardless of your experience level.</p>\n<p>Years later, when I lived in Mexico City, one of my friends got interested in technology.</p>\n<p>He was like me. He had a degree in an unrelated field, and wanted a great career.</p>\n<p>So I showed him how much opportunity WordPress has.</p>\n<p>He did something similar to what I did.</p>\n<p>He opened PRs to an agency’s repos, and the agency asked him if he wanted to talk about a job, without him needing to apply. Years later, he’s still doing really well at his job.</p>\n<p>I did very little, other than point him to a huge opportunity: WordPress.</p>\n<h2>Concrete Skills</h2>\n<p>Changing careers is really awkward.</p>\n<p>You read about networking, which seems like you’re asking strangers for favors and sending spam DMs.</p>\n<p>You also learn to reframe things as transferable skills.</p>\n<p>So if you’ve done hard things, you can say you’re “comfortable with ambiguity.”</p>\n<p>But with WordPress skills, you have more concrete skills to offer.</p>\n<p>It’s less awkward explaining to someone why they should take a chance on you.</p>\n<p>You’ve shown you’re committed to your career path by your portfolio of plugins.</p>\n<p>And you don’t have to send spam DMs on LinkedIn.</p>\n<p>In 2014, I went to my first WordPress meetup, <a href=\"https://www.meetup.com/WPLosAngeles\">WordPress Los Angeles</a>. I was nervous, but I wasn’t trying to take any value.</p>\n<p>I could even answer a few questions.</p>\n<p>Renee Johnson and I met there. We even reunited in WordCamp Europe and Mexico City several years later when I lived there:</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-renee.jpg\"><img /></a>Yani Jimenez and Renee Johnson, Mexico City\n<p>With WordPress skills, you can flip from taking to giving value. Everything is much less awkward.</p>\n<p>As you probably know, there are many self-taught developers in WordPress.</p>\n<p>College degrees rarely come up in hiring conversations, at least in my experience.</p>\n<p>And I’ve found WordPress very accepting of different career backgrounds. Matt Mullenweg was a musician, famously naming every release after a jazz musician.</p>\n<p>People in WordPress are very understanding about changing careers.</p>\n<p>Now, I don’t hide it, and it’s rarely more than a footnote in conversations.</p>\n<h2>Mentorship</h2>\n<p>Don’t go it alone.</p>\n<p>It’s easy to think that you can just take online courses and eventually be ready for a job.</p>\n<p>But code reviews are one of the main ways you’ll learn. And people in WP want to help.</p>\n<p>If you contribute a few PRs to someone’s GitHub repo, they’ll probably do a quick code review of your own plugin or theme.</p>\n<p>Weston was really helpful in doing a detailed review of my theme.</p>\n<p>You also can learn a lot contributing to Gutenberg or other plugins.</p>\n<p>They’ll give you detailed reviews. And you’ll basically get the same experience as if you were getting paid.</p>\n<p>But if I were to do this again, I’d also look for more formal mentorship.</p>\n<p>Hiring someone to review your plugins and themes would probably help.</p>\n<h2>Nothing To Fix</h2>\n<p>There’s a saying in marketing “what you can’t fix, you feature.”</p>\n<p>In WordPress, you don’t have to fix your non-traditional career background.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/changing-careers-into-wordpress/\">Changing Careers Into WordPress</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, 20 Jan 2021 17:50:06 +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:\"Ryan Kienstra\";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:44:\"Gary: WordPress Importers: Defining a Schema\";s: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:25:\"https://pento.net/?p=5495\";s: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://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\";s: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:8792:\"<p>While schemata are usually implemented using language-specific tools (eg, XML uses <a href=\"https://www.w3.org/standards/xml/schema\">XML Schema</a>, JSON uses <a href=\"https://json-schema.org/\">JSON Schema</a>), they largely use the same concepts when talking about data. This is rather helpful, we don&#8217;t need to make a decision on <a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">data formats</a> before we can start thinking about how the data should be arranged.</p>\n\n\n\n<p><em>Note: Since these concepts apply equally to all data formats, I&#8217;m using &#8220;WXR&#8221; in this post as shorthand for &#8220;the structured data section of whichever file format we ultimately use&#8221;, rather than specifically referring to the existing WXR format.</em> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<h2>Why is a Schema Important?</h2>\n\n\n\n<p>It&#8217;s fair to ask why, if the WordPress Importers have survived this entire time <em>without</em> a formal schema, why would we need one now?</p>\n\n\n\n<p>There are two major reasons why we haven&#8217;t needed one in the past:</p>\n\n\n\n<ul><li>WXR has remained largely unchanged in the last 10 years: there have been small additions or tweaks, but nothing significant. There&#8217;s been no need to keep track of changes.</li><li>WXR is currently very simple, with just a handful of basic elements. In a recent experiment, I was able to implement a JavaScript-based WXR generator in just a few days, entirely by referencing <a href=\"https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/export.php\">the Core implementation</a>.</li></ul>\n\n\n\n<p>These reasons are also why it would help to implement a schema for the future:</p>\n\n\n\n<ul><li>As work on WXR proceeds, there will likely need to be substantial changes to what data is included: adding new fields, modifying existing fields, and removing redundant fields. Tracking these changes helps ensure any WXR implementations can stay in sync.</li><li>These changes will result in a more complex schema: relying on the source to re-implement it will become increasingly difficult and error-prone. Following Gutenberg&#8217;s lead, it&#8217;s likely that we&#8217;d want to provide official libraries in both PHP and JavaScript: keeping them in sync is best done from a source schema, rather than having one implementation copy the other.</li></ul>\n\n\n\n<p>Taking the time to plan out a schema now gives us a solid base to work from, and it allows for future changes to happen in a reliable fashion.</p>\n\n\n\n<h2>WXR for all of WordPress</h2>\n\n\n\n<p>With a well defined schema, we can start to expand what data will be included in a WXR file.</p>\n\n\n\n<h3>Media</h3>\n\n\n\n<p>Interestingly, many of the challenges around media files are less to do with WXR, and more to do with importer capabilities. The biggest headache is retrieving the actual files, which the importer currently handles by trying to retrieve the file from the remote server, as defined in the <code>wp:attachment_url</code> node. In context, this behaviour is understandable: 10+ years ago, personal internet connections were too slow to be moving media around, it was better to have the servers talk to each other. It&#8217;s a useful mechanism that we should keep as a fallback, but the more reliable solution is to include the media file with the export.</p>\n\n\n\n<h3>Plugins and Themes</h3>\n\n\n\n<p>There are two parts to plugins and themes: the code, and the content. Modern WordPress sites <em>require</em> plugins to function, and most are customised to suit their particular theme.</p>\n\n\n\n<p>For exporting the code, I wonder if a tiered solution could be applied:</p>\n\n\n\n<ul><li>Anything from WordPress.org would just need their slug, since they can be re-downloaded during import. Particularly as WordPress continues to move towards an auto-updated future, modified versions of plugins and themes are explicitly not supported.</li><li>Third party plugins and themes would be given a filter to use, where they can provide a download URL that can be included in the export file.</li><li>Third party plugins/themes that don’t provide a download URL would either need to be skipped, or zipped up and included in the export file.</li></ul>\n\n\n\n<p>For exporting the content, WXR already includes custom post types, but doesn&#8217;t include custom settings, or custom tables. The former should be included automatically, and the latter would likely be handled by an appropriate action for the plugin to hook into.</p>\n\n\n\n<h3>Settings</h3>\n\n\n\n<p>There are a currently handful of special settings that are exported, but (as I just noted, particularly with plugins and themes being exported) this would likely need to be expanded to included most items in&nbsp;<code>wp_options</code>.</p>\n\n\n\n<h3>Users</h3>\n\n\n\n<p>Currently, the bare minimum information about users who’ve authored a post is included in the export. This would need to be expanded to include more user information, as well as users who aren’t post authors.</p>\n\n\n\n<h2>WXR for <em>parts</em> of WordPress</h2>\n\n\n\n<p>The modern use case for importers isn&#8217;t just to handle a full site, but to handle keeping sites in sync. For example, most news organisations will have a staging site (or even several layers of staging!) which is synchronised to production.</p>\n\n\n\n<p>While it&#8217;s well outside the scope of this project to directly handle every one of these use cases, we should be able to provide the framework for organisations to build reliable platforms on. Exports should be repeatable, objects in the export should have unique identifiers, and the importer should be able to handle any subset of WXR.</p>\n\n\n\n<h2>WXR Beyond WordPress</h2>\n\n\n\n<p>Up until this point, we&#8217;ve really been talking about&nbsp;WordPress→WordPress migrations, but I think WXR is a useful format beyond that. Instead of just containing direct exports of the data from particular plugins, we could also allow it to contain &#8220;types&#8221; of data. This turns WXR into an intermediary language, exports can be created from any source, and imported into WordPress.</p>\n\n\n\n<p>Let&#8217;s consider an example. Say we create a tool that can export a Shopify, Wix, or GoDaddy site to WXR, how would we represent an online store in the WXR file? We don&#8217;t want to export in the format that any particular plugin would use, since a WordPress Core tool shouldn&#8217;t be advantaging one plugin over others.</p>\n\n\n\n<p>Instead, it would be better if we could format the data in a platform-agnostic way, which plugins could then implement support for. As luck would have it, <a href=\"https://schema.org/\">Schema.org</a> provides exactly the kind of data structure we could use here. It&#8217;s been <a href=\"https://schema.org/docs/releases.html\">actively maintained for nearly nine years</a>, it supports a <a href=\"https://schema.org/docs/schemas.html\">wide variety of data types</a>, and is intentionally platform-agnostic.</p>\n\n\n\n<p>Gazing into my crystal ball for a moment, I can certainly imagine a future where plugins could implement and declare support for importing certain data types. When handling such an import (assuming one of those plugins wasn&#8217;t already installed), the WordPress Importer could offer them as options during the import process. This kind of seamless integration allows WordPress to show that it offers the same kind of fully-featured site building experience that modern CMS services do.</p>\n\n\n\n<p>Of course, reality is never quite as simple as crystal balls and magic wands make them out to be. We have to contend with services that provide incomplete or fragmented exports, and there are even services that deliberately don&#8217;t provide exports at all. In the next post, I&#8217;ll be writing about why we should address this problem, and how we might be able to go about it.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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, 19 Jan 2021 23:13: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:4:\"Gary\";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:101:\"WPTavern: Custom Layouts Plugin Creates a Posts Display System for Both the Classic and Block Editors\";s: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=110409\";s: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:247:\"https://wptavern.com/custom-layouts-plugin-creates-a-posts-display-system-for-both-the-classic-and-block-editors?utm_source=rss&utm_medium=rss&utm_campaign=custom-layouts-plugin-creates-a-posts-display-system-for-both-the-classic-and-block-editors\";s: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:5383:\"<p class=\"has-drop-cap\">Ross Morsali, via his brand Code Amp, released the <a href=\"https://wordpress.org/plugins/custom-layouts/\">Custom Layouts</a> plugin last week. The plugin&rsquo;s goal is to provide a visual post layout builder for users of both the block and classic editors.</p>\n\n\n\n<p>For end-users, this is yet another choice between the multitude of plugins for displaying posts. After years of new plugins launching in this space, it would seem that there would be a clear front-runner, but developers are still trying to tame this wild and complex feature. The Custom Layouts plugin has its own approach, and it is worth giving it a quick spin to see if it suits you.</p>\n\n\n\n<p>I have written extensively about the <a href=\"https://wptavern.com/gutenberg-9-6-introduces-drag-and-drop-blocks-and-global-inheritance-for-the-query-block\">upcoming Query block</a> and its role in the <a href=\"https://wptavern.com/understanding-the-query-block-and-its-importance-in-site-editing\">future of WordPress</a>. However, it is necessary to look at alternative solutions for displaying posts via the block editor. The Gutenberg development team should take note of the things that work and those that do not.</p>\n\n\n\n<p>For developers, the plugin is a noteworthy experiment that uses the block editor component system outside of the actual editor. Custom Layouts uses these various components on its custom Layout and Template Editor screens.</p>\n\n\n\n<p>The plugin is a product of Morsali learning React and the block system in the last year and a half. &ldquo;Working with Gutenberg and the Block Editor as a developer is a far superior experience to the old paradigm (the classic editor) &mdash; the learning curve is definitely greater, but once you get over the hump it seems the future is bright,&rdquo; he wrote in the <a href=\"https://codeamp.com/creating-the-custom-layouts-plugin/\">plugin&rsquo;s announcement post</a>. &ldquo;I also love the fact that we don&rsquo;t actually need to be using the Block Editor to use Gutenberg components &mdash; that means we can still build what we want and how we want it (providing we&rsquo;re using React), whilst keeping the UI in tune with the rest of WordPress.&rdquo;</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<img />Template editor screen.\n\n\n\n<p class=\"has-drop-cap\">Custom Layouts takes a different route than similar plugins, splitting its components into different screens. The terminology can be confusing to the uninitiated. The plugin introduces two parts that serve as the foundation of its system:</p>\n\n\n\n<ul><li><strong>Templates:</strong> Handles the design of individual posts.</li><li><strong>Layouts:</strong> Controls queried posts and their layout.</li></ul>\n\n\n\n<p>I have had a beta version of the plugin since late December. This has given me three weeks to decide whether I like the approach. On the one hand, the plugin caters to two different user bases. One set can implement their layouts via the Custom Layouts block. Those on the classic editor can use the Layout Editor screen. Both share the Template Editor.</p>\n\n\n\n<img />Creating a three-column grid layout.\n\n\n\n<p>The plugin&rsquo;s system is a good option for users of the classic editor. It comes with a visual interface they would otherwise not have. It also provides a shortcode for easy copying/pasting into the post editor.</p>\n\n\n\n<p>For users of the block editor, having a separate screen for the template builder will likely feel unnatural. Because the block editor is a visual interface itself, the multiple screens create a disjointed atmosphere that never feels <em>right</em>.</p>\n\n\n\n<p>However, there is a solution for that in the plugin. I recommend users skip the Template Editor and Layout Editor screens altogether. The Custom Layouts block serves as an alternative layout builder in the block editor. Plus, users can edit existing templates via a popup overlay or even create new ones without ever leaving the post-editing screen. </p>\n\n\n\n<img />Overlay for editing a template.\n\n\n\n<p>Building everything from the post editor feels like it should feel. Users get more of that instant feedback that they are accustomed to through the block editor.</p>\n\n\n\n<p>There are benefits to the multi-component system. Separating the template builder means that users can build and reuse a specific design from a single source. They can also update individual templates, which will subsequently apply to all uses of those templates across the site.</p>\n\n\n\n<p>The other benefit is that end-users are not overloaded with choices. Building a query-related block, widget, shortcode, or similar component is fraught with complexity. This is because there are three pieces of laying out a list of posts: the query to load them, the overall layout, and the design of the individual posts. Putting options for each of these pieces into the block inspector, for example, means creating a balance between sacrificing some choices and providing every possible setting to the user. This balancing act is what drove Morsali toward separating the components of the plugin.</p>\n\n\n\n<p>On the whole, Custom Layouts is a solid plugin. The downside is that there is a little bit of a learning curve because it serves two audiences. Users will need to figure out which workflow best suits them first. Once they figure that out, the plugin is pretty nice to work with.</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, 19 Jan 2021 21: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:14:\"Justin Tadlock\";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:84:\"WPTavern: WordPress for Android Previews New Story Posts Feature, Now in Public 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=110474\";s: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:211:\"https://wptavern.com/wordpress-for-android-previews-new-story-posts-feature-now-in-public-beta?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-for-android-previews-new-story-posts-feature-now-in-public-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:3697:\"<p>WordPress users on Android may have noticed a new prompt in the mobile app for publishing Story posts. This feature is now in public beta in the Android app, ahead of an upcoming launch on the WordPress iOS app. Stories will also coming to the Block editor on WordPress.com in early 2021. </p>\n\n\n\n<p>Early access to Story posts is available in version 16.3+ of the app, released in mid-December. The prompt appears at the bottom of the site management screen. Selecting a Story post immediately takes you to your phone&rsquo;s media where you can add photos or a video.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p><br />The mobile app&rsquo;s implementation of the Stories feature is different from other platforms, like Instagram and Facebook, in several key ways. Most importantly, WordPress stories are not ephemeral. They live permanently on your site and anyone can view them after they are published. WordPress.com&rsquo;s <a href=\"https://wordpress.com/support/story-block/\">documentation</a> for the block highlights a few differences: </p>\n\n\n\n<ul><li>Posts with Stories won&rsquo;t disappear after 24 hours.&nbsp;</li><li>The Story content can be added to and edited after publishing.&nbsp;</li><li>Anyone visiting your site can view the Story.&nbsp;</li><li>You can share your Story on any platform using the post&nbsp;<a href=\"https://wordpress.com/support/permalinks-and-slugs/\">permalink</a>.</li></ul>\n\n\n\n<p>After testing the feature, I can confirm a few more differences. While the WordPress app&rsquo;s implementation transcends other platforms&rsquo; limitations on the duration of the story&rsquo;s visibility, it lacks basic features that users have come to expect from other apps. It doesn&rsquo;t support animated gifs, effects, location, stickers, music, and other embellishments that make stories such a creative social medium. At the moment, the only thing you can do is add colored text with a background.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>Videos work as Stories, too, but they don&rsquo;t seem to have the same preview with a thumbnail image. It&rsquo;s just a generic placeholder for now. That may be something the team is still working on, but I logged an <a href=\"https://github.com/wordpress-mobile/WordPress-Android/issues/13809\">issue</a> on GitHub for it, in case it&rsquo;s a bug. </p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>In the interest of owning your own content, I can see it being useful to create stories on your own website and share them to other networks. The current implementation is basically a fullscreen slideshow. It is not yet more compelling than what social networks offer, but it looks like WordPress for iOS <a href=\"https://github.com/tumblr/kanvas-ios/projects/1\">plans to expand on these features</a> using the open source <a href=\"https://github.com/tumblr/kanvas-ios\">Kanvas library</a> from Tumblr.</p>\n\n\n\n<p>Kanvas makes it possible to add&nbsp;effects, drawings, text, stickers, and make GIFs from existing media or the camera. If you have ever used the&nbsp;<a href=\"https://apps.apple.com/us/app/tumblr/id305343404\">Tumblr iOS app</a> then you have seen Kanvas in action in the camera, media editor, GIF maker, and media posting tool. It should make for a more exciting Stories implementation on iOS, with features on par with what users have come to expect from other platforms. Something similar for Android may be in the works and this post will be updated as soon as we receive comments from the mobile team.</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, 18 Jan 2021 23:55:06 +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:53:\"Gary: WordPress Importers: Getting Our House in Order\";s: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:25:\"https://pento.net/?p=5465\";s: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://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\";s: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:15440:\"<p>The <a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">previous post</a> talked about the broad problems we need to tackle to bring our importers up to speed, making them available for everyone to use.</p>\n\n\n\n<p>In this post, I&#8217;m going to focus on what we could do with the existing technology, in order to give us the best possible framework going forward.</p>\n\n\n\n<h2>A Reliable Base</h2>\n\n\n\n<p>Importers are an interesting technical problem. Much like you&#8217;d expect from any backup/restore code, importers need to be extremely reliable. They need to comfortable handle all sorts of unusual data, and they need to keep it all safe. Particularly considering their age, the WordPress Importers do a remarkably good job of handling most content you can throw at it.</p>\n\n\n\n<p>However, modern development practices have evolved and improved since the importers were first written, and we should certainly be making use of such practices, when they fit with our requirements.</p>\n\n\n\n<p>For building reliable software that we expect to largely run by itself, a variety of comprehensive automated testing is critical. This ensures we can confidently take on the broader issues, safe in the knowledge that we have a reliable base to work from.</p>\n\n\n\n<p>Testing <em>must</em> be the first item on this list. A variety of automated testing gives us confidence that changes are safe, and that the code can continue to be maintained in the future.</p>\n\n\n\n<p>Data formats must be well defined. While this is useful for ensuring data can be handled in a predictable fashion, it&#8217;s also a very clear demonstration of our commitment to data freedom.</p>\n\n\n\n<p>APIs for creating or extending importers should be straightforward for hooking into.</p>\n\n\n\n<h3>Performance Isn&#8217;t an Optional Extra</h3>\n\n\n\n<p>With sites constantly growing in size (and with the export files potentially gaining a heap of extra data), we need to care about the performance of the importers.</p>\n\n\n\n<p>Luckily, there&#8217;s already been some substantial work done on this front:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2015/11/18/wordpress-importer-redux/\">WordPress Importer Redux</a></blockquote>\n</div>\n\n\n\n<p>There are other groups in the WordPress world who&#8217;ve made performance improvements in their own tools: gathering all of that experience is a relatively quick way to bring in production-tested improvements.</p>\n\n\n\n<h2>The WXR Format</h2>\n\n\n\n<p>It&#8217;s worth talking about the WXR format itself, and determining whether it&#8217;s the best option for handling exports into the future. XML-based formats are largely viewed as a relic of days gone past, so (if we were to completely ignore backwards compatibility for a moment) is there a modern data format that would work better?</p>\n\n\n\n<p>The short answer&#8230; kind of. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<p>XML is actually well suited to this use case, and (particularly when looking at performance improvements) is the only data format for which PHP comes with a built-in streaming parser.</p>\n\n\n\n<p>That said, WXR is basically an extension of the RSS format: as we add more data to the file that clearly doesn&#8217;t belong in RSS, there is likely an argument for defining an entirely WordPress-focused schema.</p>\n\n\n\n<h3>Alternative Formats</h3>\n\n\n\n<p>It&#8217;s important to consider what the priorities are for our export format, which will help guide any decision we make. So, I&#8217;d like to suggest the following priorities (in approximate priority order):</p>\n\n\n\n<ul><li><strong>PHP Support</strong>: The format should be natively supported in PHP, thought it is still workable if we need to ship an additional library.</li><li><strong>Performant</strong>: Particularly when looking at very large exports, it should be processed as quickly as possible, using minimal RAM.</li><li><strong>Supports Binary Files</strong>: <a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/#comment-37926\">The first comments on my previous post</a> asked about media support, we clearly should be treating it as a first-class citizen.</li><li><strong>Standards Based</strong>: Is the format based on a documented standard? (Another way to ask this: are there multiple different implementations of the format? Do those implementations all function the same?</li><li><strong>Backward Compatible</strong>: Can the format be used by existing tools with no changes, or minimal changes?</li><li><strong>Self Descriptive</strong>: Does the format include information about what data you&#8217;re currently looking at, or do you need to refer to a schema?</li><li><strong>Human Readable</strong>: Can the file be opened and read in a text editor?</li></ul>\n\n\n\n<p>Given these priorities, what are some options?</p>\n\n\n\n<h4>WXR (XML-based)</h4>\n\n\n\n<p>Either the RSS-based schema that we already use, or a custom-defined XML schema, the arguments for this format are pretty well known.</p>\n\n\n\n<p>One argument that hasn&#8217;t been well covered is how there&#8217;s a definite trade-off when it comes to supporting binary files. Currently, the importer tries to scrape the media file from the original source, which is not particularly reliable. So, if we were to look at including media files in the WXR file, the best option for storing them is to base64 encode them. Unfortunately, that would have a serious effect on performance, as well as readability: adding huge base64 strings would make even the smallest exports impossible to read.</p>\n\n\n\n<p>Either way, this option would be mostly backwards compatible, though some tools may require a bit of reworking if we were to substantial change the schema.</p>\n\n\n\n<h4>WXR (ZIP-based)</h4>\n\n\n\n<p>To address the issues with media files, an alternative option might be to follow the path that Microsoft Word and OpenOffice use: put the text content in an XML file, put the binary content into folders, and compress the whole thing. </p>\n\n\n\n<p>This addresses the performance and binary support problems, but is initially worse for readability: if you don&#8217;t know that it&#8217;s a ZIP file, you can&#8217;t read it in a text editor. Once you unzip it, however, it does become quite readable, and has the same level of backwards compatibility as the XML-based format.</p>\n\n\n\n<h4>JSON</h4>\n\n\n\n<p>JSON could work as a replacement for XML in both of the above formats, with one additional caveat: there is no streaming JSON parser built in to PHP. There are 3rd party libraries available, but given <a href=\"http://seriot.ch/parsing_json.php\">the documented differences between JSON parsers</a>, I would be wary about using one library to produce the JSON, and another to parse it.</p>\n\n\n\n<p>This format largely wouldn&#8217;t be backwards compatible, though tools which rely on the export file being plain text (eg, command line tools to do broad search-and-replaces on the file) can be modified relatively easily.</p>\n\n\n\n<p>There are additional subjective arguments (both for and against) the readability of JSON vs XML, but I&#8217;m not sure there&#8217;s anything to them beyond personal preference.</p>\n\n\n\n<h4>SQLite</h4>\n\n\n\n<p>The <a href=\"https://sqlite.org/index.html\">SQLite</a> team wrote <a href=\"https://www.sqlite.org/affcase1.html\">an interesting (indirect) argument</a> on this topic: OpenOffice uses a ZIP-based format for storing documents, the SQLite team argued that there would be benefits (particularly around performance and reliability) for OpenOffice to switch to SQLite.</p>\n\n\n\n<p>They key issues that I see are:</p>\n\n\n\n<ul><li>SQLite is included in PHP, but <a href=\"https://www.php.net/manual/en/sqlite3.installation.php\">not enabled by default on Windows</a>.</li><li>While the SQLite team have a strong commitment to providing long-term support, SQLite is not a standard, and the only implementation is the one provided by the SQLite team.</li><li>This option is not backwards compatible at all.</li></ul>\n\n\n\n<h4>FlatBuffers</h4>\n\n\n\n<p><a href=\"http://google.github.io/flatbuffers/\">FlatBuffers</a> is an interesting comparison, since it&#8217;s a data format focussed entirely on speed. The down side of this focus is that it <em>requires</em> a defined schema to read the data. Much like SQLite, the only standard for FlatBuffers is the implementation. Unlike SQLite, FlatBuffers has made no commitments to providing long-term support.</p>\n\n\n\n<table class=\"has-fixed-layout\"><thead><tr><th></th><th class=\"has-text-align-center\">WXR (XML-based)</th><th class=\"has-text-align-center\">WXR (ZIP-based)</th><th class=\"has-text-align-center\">JSON</th><th class=\"has-text-align-center\">SQLite</th><th class=\"has-text-align-center\">FlatBuffers</th></tr></thead><tbody><tr><td>Works in PHP?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td></tr><tr><td>Performant?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td></tr><tr><td>Supports Binary Files?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td></tr><tr><td>Standards Based?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /> / <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr><tr><td>Backwards Compatible?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr><tr><td>Self Descriptive?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr><tr><td>Readable?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /> / <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr></tbody></table>\n\n\n\n<p>As with any decision, this is a matter of trade-offs. I&#8217;m certainly interested in hearing additional perspectives on these options, or thoughts on options that I haven&#8217;t considered.</p>\n\n\n\n<p>Regardless of which particular format we choose for storing WordPress exports, every format should have (or in the case of FlatBuffers, <em>requires</em>) a schema. We can talk about schemata without going into implementation details, so I&#8217;ll be writing about that in the next post.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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:\"Mon, 18 Jan 2021 22:50: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";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:63:\"WPTavern: Kinsta Launches Free Local WordPress Development Tool\";s: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=110351\";s: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:171:\"https://wptavern.com/kinsta-launches-free-local-wordpress-development-tool?utm_source=rss&utm_medium=rss&utm_campaign=kinsta-launches-free-local-wordpress-development-tool\";s: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:5961:\"<p class=\"has-drop-cap\">Kinsta, a managed WordPress hosting company, announced its local development tool named <a href=\"https://kinsta.com/devkinsta/\">DevKinsta</a> earlier today. The tool allows developers to spin up new WordPress sites, including multisite support, in moments. Each site is automatically configured with Nginx, PHP, and MySQL.</p>\n\n\n\n<p>DevKinsta packages Adminer, an open-source database manager. The system also includes an SMTP server and email inbox for testing outgoing emails locally.</p>\n\n\n\n<p>&ldquo;This is the first version of the tool, let&rsquo;s say the MVP, but we have a dedicated development team supporting and adding a lot of new features to it,&rdquo; said Tom Zsomborgi, Kinsta&rsquo;s Chief Business Officer.</p>\n\n\n\n<p>Developers can run and test HTTPS support and enable <code>WP_DEBUG</code> at the flip of a switch. Kinsta web hosting customers can also deploy their sites directly from the interface.</p>\n\n\n\n<p>It took me around an hour to get the system set up and running. To be more exact, I spent 53 minutes. Close enough. Between having to sign out, restart my laptop, and waiting for various pieces to install, I at least managed to get a little laundry done in those dull, in-between moments.</p>\n\n\n\n<img />Installing DevKinsta on Windows.\n\n\n\n<p>The setup process was not a completely pain-free affair. However, the price of admission to use this tool &mdash; a little bit of my time &mdash; was well worth it.</p>\n\n\n\n<p>Let me be clear. I have tested far worse systems. Even with over 15 years of development experience under my belt, I have utterly failed at setting up other local dev environments. For DevKinsta to simply get me to the finish line is a success.</p>\n\n\n\n<p>However, I like simple things, and I prefer them to move along relatively quickly. I am accustomed to a 20-minute XAMPP setup. While it may not be as fancy or have the bells and whistles of more sophisticated development tools, it gets the job done and rarely doles out headaches.</p>\n\n\n\n<p>The holdup was setting up Windows Subsystem for Linux (WSL 2) and Docker, which are both requirements. Jump-starting DevKinsta itself was a breeze. And, as an old-school XAMPP user, DevKinsta&rsquo;s ease of use has pulled me in enough to do more than just give it a passing glance. I could actually see myself using this on a day-to-day basis.</p>\n\n\n\n<p>In short, I am sold. DevKinsta is a tool all WordPress developers should at least spin up once.</p>\n\n\n\n<p>Thus far, the <a href=\"https://twitter.com/kinsta/status/1351177344740941829\">feedback on Twitter</a> has been generally positive. However, Linux users may have to wait a bit because the tool is only available for macOS and Windows at the moment.</p>\n\n\n\n<p>&ldquo;I love seeing companies releasing local development tools but I wish more would offer their services to Linux users,&rdquo; <a href=\"https://twitter.com/chadmccullough/status/1351195217483988998\">tweeted</a> WordPress developer Chad McCullough. &ldquo;There are a lot of us developers out there running Linux.&rdquo; The Kinsta team responded that the tool will eventually support Linux and that news is forthcoming.</p>\n\n\n\n<img />Spinning up a new WordPress site.\n\n\n\n<p>The simple and straightforward UI is what makes this tool useful. Most developers do not need overly complicated configurations and options. They simply need to launch an environment that lets them work on their own projects. Anything beyond the basics far too often gets in the way.</p>\n\n\n\n<p>DevKinsta makes it easy to launch and manage multiple development installs. Developers can also switch PHP versions via a simple dropdown &mdash; versions 7.2 &ndash; 8.0 are currently supported.</p>\n\n\n\n<img />Site management screen.\n\n\n\n<p>The obvious comparison for DevKinsta will be against <a href=\"https://localwp.com/\">Local by Flywheel</a>, which has increasingly become a primary tool for many WordPress developers.</p>\n\n\n\n<p>Zsomborgi explained why the company thinks DevKinsta is a better option. &ldquo;In our case, Docker is an important part here. Local doesn&rsquo;t use virtualization in the background. Local has to install every piece of the environment to the host machine (NGINX, apache, different PHP versions, etc.). DevKinsta encapsulates these technologies into containers. Containers do make things easier for maintaining different applications without interrupting the host OS or installing many of the dependencies that are not required. We pretty much don&rsquo;t touch the host OS, but have Docker as our main dependency to run the applications on their own environments.&rdquo;</p>\n\n\n\n<p>He said this speeds up the upgrade process and makes it easier to maintain bug fixes and send out security patches. He also said that because each application runs on its own Kernel namespace, any security issues should not affect the host OS.</p>\n\n\n\n<p>&ldquo;If the user is comfortable enough with Docker, he can extend DevKinsta features,&rdquo; said Zsomborgi. &ldquo;For example, he can monitor the usage of the container, or the PHP usage specifically as an example with docker monitoring tools that comes out of the box with Docker installation. The user can install any utility inside DevKinsta containers without touching the host OS and use applications that are not supported on Windows, for example.&rdquo;</p>\n\n\n\n<p>One of the use cases he mentioned was installing a benchmark tool to get statistics about site performance. This can be installed inside the Nginx container as a sidecar or separate container.</p>\n\n\n\n<p>&ldquo;In the past, Local didn&rsquo;t use exactly Docker,&rdquo; said Zsomborgi. &ldquo;They used VirtualBox + DockerMachine. We tried it, and it was a bit painful. But without VirtualBox, DevKinsta can be more stable and scalable. So we use Docker without VirtualBox. It also needs virtualization, but nowadays, there are fewer Windows computers that have disabled virtualization by default.&rdquo;</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, 18 Jan 2021 21:07:16 +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:\"Justin Tadlock\";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:46:\"Gary: WordPress Importers: Stating the Problem\";s: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:25:\"https://pento.net/?p=5449\";s: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://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\";s: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:8838:\"<p>It&#8217;s time to focus on the WordPress Importers.</p>\n\n\n\n<p>I&#8217;m not talking about tidying them up, or improve performance, or fixing some bugs, though these are certainly things that should happen. Instead, we need to consider their purpose, how they fit as a driver of WordPress&#8217; commitment to Open Source, and how they can be a key element in helping to keep the Internet Open and Free.</p>\n\n\n\n<h2>The History</h2>\n\n\n\n<p>The WordPress Importers are arguably <em>the</em> key driver to WordPress&#8217; early success. Before the importer plugins existed (before WordPress even supported plugins!) there were a handful of <code>import-*.php</code> scripts in the <a href=\"https://core.trac.wordpress.org/browser/trunk/wp-admin?rev=688\"><code>wp-admin</code> directory</a> that could be used to import blogs from other blogging platforms. When other platforms fell out of favour, WordPress already had an importer ready for people to move their site over. One of the most notable instances was in 2004, <a href=\"https://github.com/WordPress/book/blob/trunk/Content/Part%202/9-freedom-zero.md\">when Moveable Type changed their license and prices</a>, suddenly requiring personal blog authors to pay for something that had previously been free. WordPress was fortunate enough to be in the right place at the right time: many of WordPress&#8217; earliest users came from Moveable Type.</p>\n\n\n\n<p>As time went on, WordPress became well known in its own right. Growth relied less on people wanting to switch from another provider, and more on people choosing to start their site with WordPress. For <a href=\"https://core.trac.wordpress.org/ticket/13307\">practical reasons</a>, the importers were moved out of WordPress Core, and into their own plugins. Since then, they&#8217;ve largely been in maintenance mode: bugs are fixed when they come up, but since export formats rarely change, they&#8217;ve just continued to work for all these years.</p>\n\n\n\n<p>An unfortunate side effect of this, however, is that new importers are rarely written. While a new breed of services have sprung up over the years, the WordPress importers haven&#8217;t kept up.</p>\n\n\n\n<h2>The New Services</h2>\n\n\n\n<p>There are many new CMS services that have cropped up in recent years, and we don&#8217;t have importers for any of them. WordPress.com has a few extra ones written, but they&#8217;ve been built on the WordPress.com infrastructure out of necessity.</p>\n\n\n\n<p>You see, we&#8217;ve always assumed that other CMSes will provide some sort of export file that we can use to import into WordPress. That isn&#8217;t always the case, however. Some services (notable, <a href=\"https://support.wix.com/en/article/exporting-or-embedding-your-wix-site-elsewhere\">Wix</a> and <a href=\"https://godaddy.com/community/Websites-Marketing-Website/Exporting-Website-Builder-Site-to-Word-Press/td-p/124526\">GoDaddy Website Builder</a>) deliberately don&#8217;t allow you to export your own content. Other services provide incomplete or fragmented exports, needlessly forcing stress upon site owners who want to use their own content outside of that service.</p>\n\n\n\n<p>To work around this, WordPress.com has implemented importers that effectively scrape the site: while this has worked to some degree, it does require regular maintenance, and the importer has to do a lot of guessing about how the content should be transformed. This is clearly not a solution that would be maintainable as a plugin.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 4</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>Some services work against their customers, and actively prevent site owners from controlling their own content.</strong></p>\n</div></div>\n\n\n\n<p>This strikes at the heart of the <a href=\"https://wordpress.org/about/#bill-of-rights\">WordPress Bill of Rights</a>. WordPress is built with fundamental freedoms in mind: all of those freedoms point to owning your content, and being able to make use of it in any form you like. When a CMS actively works against providing such freedom to their community, I would argue that we have an obligation to help that community out.</p>\n\n\n\n<h2>A Variety of Content</h2>\n\n\n\n<p>It&#8217;s worth discussing how, when starting a modern CMS service, the bar for success is very high. You can&#8217;t get away with just providing a basic CMS: you need to provide all the options. Blogs, eCommerce, mailing lists, forums, themes, polls, statistics, contact forms, integrations, embeds, the list goes on. The closest comparison to modern CMS services is&#8230; the <em>entire</em> WordPress ecosystem: built on WordPress core, but with the myriad of plugins and themes available, along with the variety of services offered by a huge array of companies.</p>\n\n\n\n<p>So, when we talk about the importers, we need to consider how they&#8217;ll be used.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 3</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>To import from a modern CMS service into WordPress, your importer needs to map from service features to WordPress plugins.</strong></p>\n</div></div>\n\n\n\n<h2>Getting Our Own House In Order</h2>\n\n\n\n<p>Some of these problems don&#8217;t just apply to new services, however.</p>\n\n\n\n<p>Out of the box, WordPress exports to WXR (WordPress eXtended RSS) files: an XML file that contains the <em>content</em> of the site. Back when WXR was first created, this was all you really needed, but much like the rest of the WordPress importers, it hasn&#8217;t kept up with the times. A modern WordPress site isn&#8217;t just the sum of its content: a WordPress site has plugins and themes. It has various options configured, it has huge quantities of media, it has masses of text content, far more than the first WordPress sites ever had.  </p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 2</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>WXR doesn&#8217;t contain a full export of a WordPress site.</strong></p>\n</div></div>\n\n\n\n<p>In my view, WXR is a solid format for handling exports. An XML-based system is quite capable of containing all forms of content, so it&#8217;s reasonable that we could expand the WXR format to contain the entire site.</p>\n\n\n\n<h2>Built for the Future</h2>\n\n\n\n<p>If there&#8217;s one thing we can learn from the history of the WordPress importers, it&#8217;s that maintenance will potentially be sporadic. Importers are unlikely to receive the same attention that the broader WordPress Core project does, owners may come and go. An importer will get attention if it breaks, of course, but it otherwise may go months or years without changing.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 1</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>We can&#8217;t depend on regular importer maintenance in the future.</strong></p>\n</div></div>\n\n\n\n<p>It&#8217;s quite possible to build code that will be running in 10+ years: we see examples all across the WordPress ecosystem. Doing it in a reliable fashion needs to be a deliberate choice, however.</p>\n\n\n\n<h2>What&#8217;s Next?</h2>\n\n\n\n<p>Having worked our way down from the larger philosophical reasons for the importers, to some of the more technically-oriented implementation problems; I&#8217;d like to work our way back out again, focussing on each problem individually. In the following posts, I&#8217;ll start laying out how I think we can bring our importers up to speed, prepare them for the future, and make them available for everyone.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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:\"Mon, 18 Jan 2021 00:25: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:4:\"Gary\";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:77:\"WPTavern: MapLibre Launches as Official Open Source Successor to Mapbox GL JS\";s: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=110489\";s: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:199:\"https://wptavern.com/maplibre-launches-as-official-open-source-successor-to-mapbox-gl-js?utm_source=rss&utm_medium=rss&utm_campaign=maplibre-launches-as-official-open-source-successor-to-mapbox-gl-js\";s: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:2864:\"<p>In December, Mapbox shocked its open source contributor community with the news that <a href=\"https://wptavern.com/mapbox-gl-js-is-no-longer-open-source\">Mapbox GL JS version 2.0 would be released under a proprietary license</a>. The JavaScript library powers interactive, customizable vector maps on many high profile websites like CNN, The New York Times, Ancestry, Strava, Shopify, Facebook, and more. Older versions remain open source but Mapbox will only be investing in developing new features for the proprietary version going forward.</p>\n\n\n\n<p>Multiple parties started their own forks immediately following Mapbox&rsquo;s announcement. In an effort to avoid fragmentation, the community worked together to merge their ideas under one project. One month later, <a href=\"https://github.com/maplibre/maplibre-gl-js\">MapLibre GL</a> is now the official open source successor to Mapbox GL JS. The project&rsquo;s founders represent a diverse group of companies who relied on the open source software, including MapTiler, Elastic, StadiaMaps, Microsoft, Ceres Imaging, WhereGroup, Jawg, Stamen Design, and more.</p>\n\n\n\n<p>&ldquo;In December 2020, Mapbox released the second version of their JavaScript library for publishing maps online,&rdquo; MapTiler founder and CEO Petr Pridal said. &ldquo;However, this time all the new features were overshadowed by a change in the license: previously free as in freedom, it became closed for external contributors and usage was restricted to people with active Mapbox subscriptions. One has to pay even for loading this JavaScript library.&rdquo;</p>\n\n\n\n<p>Pridal said the MapLibre project name is a shortened form of &ldquo;Map library restarted (or reinvented),&rdquo; with <em>libre</em> referring to freedom and independence. Its founders agreed that MapLibre should be provider-independent, so developers can load maps from their preferred providers or self-hosted maps.</p>\n\n\n\n<p> The community-led fork may also become home to <a href=\"https://github.com/maptiler/maplibre-gl-native\">MapLibre GL Native</a>, as contributors are considering a proposal to put MapTiler&rsquo;s open source fork of Mapbox&rsquo;s mobile map SDKs for Android and iOS under the MapLibre umbrella.</p>\n\n\n\n<p>Mapbox is used by <a href=\"https://jetpack.com/support/jetpack-blocks/map-block/\">WordPress.com</a> as well as in Jetpack for the <a href=\"https://jetpack.com/support/jetpack-blocks/map-block/\">Map block</a>. The library is also used in many&nbsp;<a href=\"https://wordpress.org/plugins/search/mapbox/\">plugins</a>&nbsp;on WordPress.org, some with tens of thousands of users. Plugin developers who have integrated Mapbox GL JS version 1.13 or older will want to check out the <a href=\"https://github.com/maplibre/maplibre-gl-js\">MapLibre</a> project as an open source alternative to Mapbox&rsquo;s proprietary 2.0 update. </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, 15 Jan 2021 23:51: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: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:99:\"WPTavern: A Multi-Theme System, the Decade-Long Wait for Grandchild Themes, and Themeless Templates\";s: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=110476\";s: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:239:\"https://wptavern.com/a-multi-theme-system-the-decade-long-wait-for-grandchild-themes-and-themeless-templates?utm_source=rss&utm_medium=rss&utm_campaign=a-multi-theme-system-the-decade-long-wait-for-grandchild-themes-and-themeless-templates\";s: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:5994:\"<p class=\"has-drop-cap\">Around 2010, child theming had finally caught its stride. Bigger theme shops were starting to take note, and some were implementing advanced parent themes that were meant to serve as a &ldquo;framework&rdquo; for creating child themes. The theme development community hit a bit of a brick wall amid this explosion of child theming. Grandchild themes became a topic of debate.</p>\n\n\n\n<p>One of the use cases for child themes was to protect customizations made by end-users. When the parent theme was updated, those changes remained intact within the child theme. Users could get bug fixes and enhancements without worry. It was an ingenious system.</p>\n\n\n\n<p>However, another use case for child themes was to create vast customizations of the parent theme. Many of these child themes were marketed and sold to end-users. <em>The problem?</em> There was no way for users to protect their customizations if and when the developer updated the child theme. WordPress had no grandchild theme concept or any other sort of cascading theme system beyond the parent-child relationship.</p>\n\n\n\n<p>So, the problem remained. Unsolved.</p>\n\n\n\n<p>Some businesses such as StudioPress and its Genesis parent theme thrived over the years with this system. Others moved along. In reality, child theming became a niche feature that WordPress never expanded upon in any meaningful way. Theme authors were left to their own devices. With the arrival of the customizer and the expansion of page builders, code customizations almost disappeared. Most modifications were handled via an interface launched from the WordPress admin. The average user had little need to DIY their way through custom templates. Thus began child theming&rsquo;s drizzle into near obscurity.</p>\n\n\n\n<p>Gutenberg&rsquo;s site editor, which will likely land in WordPress this year, had seemed to be the upcoming final blow to the child theming paradigm. Everyone from developers to end-users will be able to roll out custom templates directly from the WordPress admin.</p>\n\n\n\n<p>However, should we be rethinking the role of a hierarchical theming system?</p>\n\n\n\n<p>Full Site Editing is already introducing an extra level to the hierarchy. Traditionally, WordPress theming had a two-tier template hierarchy. In the future, it will add a tier for user-created templates. If that is possible, why not go ahead and throw in grandchild themes? Or, simply do away with such arbitrary limitations altogether?</p>\n\n\n\n<p>A new pull request to the Gutenberg repository essentially <a href=\"https://github.com/WordPress/gutenberg/pull/28131\">creates a multi-theme system</a>. Or, rather, it creates a multi-theme templating system. Aside from the <code>style.css</code>, <code>functions.php</code>, and <code>theme.json</code> files, block-based themes are essentially a collection of templates.</p>\n\n\n\n<p>The patch is proposing that users should be able to opt into this multi-template system. They would have the option to keep templates from an old theme around when they switch to a new one. While not currently implemented in the pull request, he also proposes allowing users to clone templates from their old theme.</p>\n\n\n\n<p>&ldquo;In recent months, there have been whispers around the future possibility of multiple themes being active, templates being &lsquo;themeless,&rsquo; etc.,&rdquo; wrote the patch creator. &ldquo;This branch is an implementation of that. The idea behind this implementation is there can only be one active theme at a time, but the <code>wp_theme</code> taxonomy can be used to link up individual templates / template parts with one or more themes at a time.&rdquo;</p>\n\n\n\n<p>It does not fulfill the dreams of a decade-old grandchild theme system. However, it could provide some precedent for exploring a full hierarchical theme system.</p>\n\n\n\n<p>With the simplification and further standardization of how themes work, we should be dusting off old ideas and shoving them into a new light.</p>\n\n\n\n<p>Full Site Editing will eventually solve the grandchild theme problem regardless of whether it had intended to. With the new tier of custom user templates, the upgradability problem created years ago will simply disappear. Users will be able to readily update their parent and child themes without fear of losing customizations. WordPress will safely store their custom templates in the database. It will even keep their design changes via the Global Styles system. Maybe, just maybe, child themes will begin to reach their initial height of popularity.</p>\n\n\n\n<p>With the proposed system, users could mix and match templates from unrelated themes. If this happens, it begs the question of whether <em>theme</em> templates are even necessary.</p>\n\n\n\n<p>Last year, Rich Tabor opened a discussion on the possibility of a <a href=\"https://richtabor.com/the-future-of-wordpress-themes/\">single master theme</a> for WordPress. In that system, WordPress would create a set of base templates. Theme authors could simply override the pieces that they wanted. They could even pare themes down to simple <code>style.css</code> and <code>theme.json</code> files.</p>\n\n\n\n<p>That almost seems to be a recipe for bland and boring themes. However, if you couple it with a template directory on WordPress.org similar to what GutenbergHub has <a href=\"https://wptavern.com/gutenberg-hub-launches-landing-page-templates-directory\">already introduced</a>, users could pick and choose the templates they want. It could be both wondrous and disastrous, but I would not mind exploring the idea.</p>\n\n\n\n<p>WordPress and its Gutenberg project have a lot of options on the table. Theme building could become interesting in the next year or two.</p>\n\n\n\n<p class=\"is-style-highlight\"><strong>Update:</strong><em> some names have been removed from this post at the request of the people in question.  While this is not standard procedure, they were removed because they were not integral to the story in this instance.</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, 15 Jan 2021 21:04: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:14:\"Justin Tadlock\";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:83:\"WPTavern: New Local Blueprint Enables One-Click Setup for Testing Full Site 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=110252\";s: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:211:\"https://wptavern.com/new-local-blueprint-enables-one-click-setup-for-testing-full-site-editing?utm_source=rss&utm_medium=rss&utm_campaign=new-local-blueprint-enables-one-click-setup-for-testing-full-site-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:5484:\"<p>If you haven&rsquo;t yet tested the Gutenberg team&rsquo;s progress on the full site editing (FSE) project, WordPress developer Carrie Dils has created a <a href=\"https://carriedils.com/full-site-editing-blueprint-for-local/\">blueprint for Local</a> that makes it easy to jump right in. Full site editing is phase 2 on the Gutenberg roadmap and is one of the <a href=\"https://wptavern.com/wordpress-5-7-development-kicks-off-with-focus-on-full-site-editing\">main focuses</a> for WordPress core development in 2021. (Check out <a href=\"https://wptavern.com/what-is-full-site-editing-and-what-does-it-mean-for-the-future-of-wordpress\">What Is Full Site Editing and What Does It Mean for the Future of WordPress</a> for a more in-depth look at why it is critical for end users to provide feedback during its development.)</p>\n\n\n\n<p><a href=\"https://localwp.com/\">Local</a> is one of the most popular free development tools for WordPress that allows users to set up new testing sites with one click, along with a host of more advanced features. Blueprints make it possible for users to save any site as a Blueprint so that it can be used as a quick start setup option later. The blueprint includes all files, databases, config files, and Local settings. Dils&rsquo; <a href=\"https://carriedils.com/full-site-editing-blueprint-for-local/\">full site editing blueprint</a> includes the following: </p>\n\n\n\n<ul><li><a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg</a>&nbsp;plugin (with &ldquo;Full Site Editing&rdquo; experiment enabled)</li><li><a href=\"https://github.com/WordPress/theme-experiments\">WordPress theme experiments</a>&nbsp;(these are themes with support for full site editing) with the Twenty Twenty-One Blocks theme enabled</li><li><a href=\"https://github.com/Automattic/theme-tools/tree/master/gutenberg-test-data\">Gutenberg test data</a>&nbsp;(demo blog posts that use the most common Gutenberg blocks)</li></ul>\n\n\n\n<p>Follow Dils&rsquo; instructions for downloading and installing the FSE blueprint on MacOS or Windows. Local does not yet have an easy way for installing and sharing blueprints to other Local users, so you will need to add it to the right place within the application&rsquo;s files. If you find that you don&rsquo;t have a Blueprints folder, it may be because it is hidden or because you have never created a blueprint before. Once the zip file is in the right location, you will see the full site editing blueprint among the advanced options when you set up a new site: </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Once your site is set up, you can start exploring the brave new world of full site editing. (Be prepared &ndash; it is far from production ready but FSE is at a critical time in its development where it needs testing from real users to be a success.) The Gutenberg plugin may need to be updated to the latest. Your new site editing playground can be launched from the Site Editor menu item. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>On the frontend you will find the Twenty Twenty Blocks theme activated. You can also test using the <a href=\"https://wordpress.org/themes/tt1-blocks/\">Twenty Twenty-One (TT1) Blocks theme</a>, which was added to the WordPress.org Themes directory today, or any of the other experimental block based themes included in the blueprint. Click around, explore the template browser, try editing the template parts, change the global styles, and see how it&rsquo;s coming along. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The current state of full site editing is rough. It&rsquo;s hard to tell a feature from a bug at times, but once you get familiar with navigating it you might consider joining the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">FSE Outreach Experiment</a>. This is an effort to test different aspects of site editing in order to ground the interface in real world feedback as it is developed. For the past few weeks, contributors have been testing the interaction between editing a post versus editing templates. </p>\n\n\n\n<p>Anne McCarthy posted the <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">first call for testing</a> to the&nbsp;<a href=\"https://make.wordpress.org/test/\">Make Test</a>&nbsp;blog with instructions for participants. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>This call for testing is designed to explore the interaction between the two editing experiences (post vs. template editing) to make sure it&rsquo;s clear when you&rsquo;re editing each, granular saving works properly, etc. Ultimately, being able to edit templates like index, single, or archive directly is a huge leap forward compared to what&rsquo;s been possible in the past! Unlocking this level of customization gives you far more control to build the site you want and this call for testing is to help ensure it&rsquo;s as intuitive as possible.</p></blockquote>\n\n\n\n<p>The second testing challenge should be published soon. Anyone can contribute by following along with the test script and leaving comments on the post or <a href=\"https://github.com/WordPress/gutenberg/issues\">logging them as issues on GitHub</a>. Participants are also invited to join the&nbsp;<a href=\"https://make.wordpress.org/core/tag/fse-outreach-experiment/\">#fse-outreach-experiment</a>&nbsp;channel on WordPress Slack for updates or questions regarding testing.</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, 15 Jan 2021 08:21: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: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:73:\"WPTavern: Show and Hide Content via the Block Visibility WordPress 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=110411\";s: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:191:\"https://wptavern.com/show-and-hide-content-via-the-block-visibility-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=show-and-hide-content-via-the-block-visibility-wordpress-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:5736:\"<p class=\"has-drop-cap\">Nick Diego&rsquo;s <a href=\"https://wordpress.org/plugins/block-visibility/\">Block Visibility</a> is not the only plugin to take on the challenge of controlling when blocks are visible on the front end. Other plugins like EditorsKit do a fine job of it. However, Block Visibility is a solution users should not overlook, even if they have already begun testing other options.</p>\n\n\n\n<p>Diego first released the plugin in August 2020. Since then, he has added routine updates that have added value without shifting its focus.</p>\n\n\n\n<p>One of the biggest reasons to use this plugin is that it is a standalone project. It is purely about doing one thing and doing it well. Its settings are all about giving users complete control over how they want to manage block visibility. From my experience with it, the plugin does its job better than alternatives.</p>\n\n\n\n<p>It may not have a large number of installs, but if its five-star rating on WordPress.org is any indication, it at least has a happy user base.</p>\n\n\n\n<p>Diego does have plans for a <a href=\"https://www.blockvisibilitywp.com/premium/\">pro add-on</a>. The tentative release date is set for Spring 2021. He seems to be moving forward with that launch after adding some foundational code in the recent version 1.4 release.</p>\n\n\n\n<p>&ldquo;As Block Visibility grows, there will be advanced and/or niche functionality that will be useful for certain users,&rdquo; wrote Diego in the <a href=\"https://www.blockvisibilitywp.com/whats-new-in-version-1-4/\">1.4 release announcement</a>. &ldquo;Think integrations with other third-party plugins. There will always be a free version of the plugin but some of these additional features will ultimately be provided by a premium (paid) add-on called Block Visibility Pro.&rdquo;</p>\n\n\n\n<p>In my previous job, one of my primary products focused on membership solutions. There is a seemingly endless number of possibilities that users dream up to control content visibility. I have little doubt that a pro add-on is necessary for catching all of the edge cases.</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<p class=\"has-drop-cap\">Block Visibility is easy to use. End-users click a toggle switch, select from a date-picker, or tick a radio box. Their blocks are shown or hidden on the front end based on their selections. It does not get much simpler than that.</p>\n\n\n\n<p>The plugin adds a new &ldquo;Visibility&rdquo; tab for each block, which displays the visibility controls. The exception to this is for inner blocks. For example, the Columns block has controls, but the inner Column blocks do not. However, this can be enabled for inner blocks via the &ldquo;Full Control Mode&rdquo; on the plugin&rsquo;s settings screen.</p>\n\n\n\n<p>There are three primary types of options:</p>\n\n\n\n<ul><li>Hide the block from everyone.</li><li>Time-based start and stop dates for displaying.</li><li>Visibility by user role.</li></ul>\n\n\n\n<img />Block Visibility&rsquo;s controls in the inspector.\n\n\n\n<p>Hiding the block from everyone might be useful for users who are testing on a page or for blocks that are a work in progress. Start and stop dates create the potential for drip or trial content on membership-based sites, especially when combined with the role-based visibility options.</p>\n\n\n\n<p>These basic options will cover the majority of scenarios that the average user will need them for.</p>\n\n\n\n<p>One of the nicer features of the plugin is that it adds a transparent gray overlay, dashed border, and icon to each block that has visibility options set. This is shown when the block is not selected in the editor. It is one of those small touches that make the plugin useful.</p>\n\n\n\n<img />Overlay for blocks with visibility options.\n\n\n\n<p>There is one confusing piece of the UI. There are two instances where there is a &ldquo;public&rdquo; option. That label immediately makes me think that the block should be visible to everyone. However, reading the description is necessary. These options are for showing content to logged-out users only. I would rather see these two options renamed to &ldquo;logged out&rdquo; for clarity.</p>\n\n\n\n<h2>A Promising Future</h2>\n\n\n\n<p class=\"has-drop-cap\">While Block Visibility is a solid plugin right now, we are barely scratching the surface of what will be possible in the long run. In version 1.4, released two weeks ago, Diego added preliminary compatibility with Full Site Editing. This means visibility options will no longer be confined to the post or page content.</p>\n\n\n\n<p>&ldquo;Once every piece of content on a website is a &lsquo;block,&rsquo; you will be able to easily control the visibility of practically anything on a WordPress website,&rdquo; wrote Diego in the version 1.4 announcement post. &ldquo;From dynamic navigation menus to user specific headers and footers, the possibilities are endless!&rdquo;</p>\n\n\n\n<p>Gutenberg&rsquo;s site editor is a beta feature right now, but the plugin&rsquo;s integration seems to already work well. I ran a quick test to show a custom nav menu to shop customers only. I had no problems on my end.</p>\n\n\n\n<img />Setting visibility options for a menu in Gutenberg&rsquo;s site editor.\n\n\n\n<p>Users will not be limited to such basic needs in the future. Imagine showing ads in a sidebar to logged-out users. Imagine adding a time-sensitive holiday sale banner in the header. Imagine designing a homepage template that displays different content to subscribers vs. visitors.</p>\n\n\n\n<p>There are ways to do all of this today by piecing various plugins together, using custom shortcodes, or writing code. However, when an entire site is made of blocks, you only need one method to control anything&rsquo;s visibility. Literally.</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, 14 Jan 2021 22:23: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:14:\"Justin Tadlock\";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:74:\"WPTavern: WordPress Proposal To Align Release Cycle With Industry Standard\";s: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=110354\";s: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:193:\"https://wptavern.com/wordpress-proposal-to-align-release-cycle-with-industry-standard?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-proposal-to-align-release-cycle-with-industry-standard\";s: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:7102:\"<p class=\"has-drop-cap\">Yesterday, Francesca Marano opened a <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">proposal for changing the phases</a> of the core WordPress release cycle. It was a recap of a <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/\">discussion</a> the began in October 2020. The goal is to align the platform&rsquo;s phases with the larger development industry standard.</p>\n\n\n\n<p>Aside from naming, WordPress has mostly followed the software industry in how it tackles its release cycle. Following a well-known convention can make it easier for developers outside of the WordPress ecosystem to transition into it. It would also allow developers to follow cycles of other projects, many of which are WordPress dependencies. This sort of standardization is generally viewed as a good thing throughout the software development world.</p>\n\n\n\n<p>Based on the ongoing discussions since October, there is a consensus on renaming the phases to align with the standard. The following table shows what each phase would be renamed to:</p>\n\n\n\n<table class=\"has-subtle-pale-blue-background-color has-background\"><thead><tr><th class=\"has-text-align-right text-right\">Phase</th><th>Current Name</th><th>Proposed Name</th></tr></thead><tbody><tr><td class=\"has-text-align-right text-right\"><strong>1</strong></td><td>Planning and securing team leads</td><td>Preliminary Planning</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>2</strong></td><td>Development work begins</td><td>Alpha</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>3</strong></td><td>Beta</td><td>Beta</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>4</strong></td><td>Release candidate</td><td>Release Candidate</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>5</strong></td><td>Launch</td><td>General release</td></tr></tbody></table>\n\n\n\n<p>However, this is a two-part proposal. Simply renaming the phases does not change how the release cycle works. To follow the standard strictly, WordPress would need to change when code is committed too.</p>\n\n\n\n<h2>How To Handle the Beta Phase</h2>\n\n\n\n<p class=\"has-drop-cap\">There is one point of contention with how to handle the Beta stage. The standard calls for no additional code changes other than new bug fixes introduced earlier in the cycle. For the WordPress project, this creates a problem.</p>\n\n\n\n<p>WordPress will be 18 years old this year. Over the years, it has racked up a ton of older bugs. These are often fixed later in the cycle, sometimes during the Beta stage. These older bugs may not have been a part of the Preliminary Planning phase, but does that mean they should wait until the next release to go in? Strictly following the proposal, they should be put on hold.</p>\n\n\n\n<p>It would also introduce a hard freeze on any enhancements set for the release but incomplete.</p>\n\n\n\n<p>&ldquo;I worry that we aren&rsquo;t allowing space for older bugs that aren&rsquo;t specific to the planned features in the release,&rdquo; wrote Josepha Haden in a <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/#comment-40391\">comment on the initial discussion</a>. &ldquo;I also worry that by calling hard freeze earlier in the process we narrow the window for feature inclusion too much. I don&rsquo;t like limiting ourselves to feature specific bugs right now, since that excludes so many of our volunteer contributors. It&rsquo;s harder to work on features since they are complex and fast-moving, and older bugs present more opportunities for casual contributors.&rdquo;</p>\n\n\n\n<p>On the flip side, there is potential that a bug fix could introduce new, unforeseen bugs. The later it is added during Beta, the less likely such bugs are noticed before the General Release phase. Waiting for the next cycle provides more time for testing.</p>\n\n\n\n<p>One of the benefits of this system is that almost no new bugs would be created during Beta. This would allow volunteers to shift more efforts to testing and fixing issues that emerged in Alpha.</p>\n\n\n\n<p>WordPress has always marched to the beat of its own drum. It can more closely follow standards while breaking free from strict confines when it makes sense to do so for the project. Beta-stage bug fixes not intended for a particular release could be handled on a case-by-case basis. We have people in leadership positions who are capable of making these calls when they arise. With automatic updates for minor releases, I am less concerned about late-stage bugs.</p>\n\n\n\n<p>Tonya Mork <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/#comment-40380\">proposed two solutions</a> for defect work to continue in and around the release cycle. Both would require that WordPress branch off at Beta, providing contributors an avenue to push forward fixing bugs.</p>\n\n\n\n<p>The first proposal calls for an earlier feature freeze, providing two or three weeks before Beta 1. This period at the end of the Alpha phase would be solely dedicated to defect work.</p>\n\n\n\n<p>The second solution moves this defect work to overlap the previous release&rsquo;s Beta and Release Candidate. This allows work to continue during the time between major releases. It could also shorten the overall major release cycle.</p>\n\n\n\n<p>This second solution is also consistent with Joost de Valk&rsquo;s thoughts on handling defect work. &ldquo;I think we should just branch off earlier, and keep trunk open for normal business,&rdquo; <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/#comment-40393\">he said on the proposal</a>. &ldquo;That way, <em>everything</em> can be worked on all the time, but it won&rsquo;t be included in the next release depending on when you commit it. That&rsquo;s fine, every piece of open source software I know in the world works like that, except for WordPress.&rdquo;</p>\n\n\n\n<p>Many plugin and theme developers already find it tough to keep up when changes drop in the Beta or Release Candidate phases. Having a clear and defined point where changes land will benefit the extension ecosystem, also helping end-users in the long run. This second solution would do that.</p>\n\n\n\n<p>There is nothing wrong with combining both solutions either.  Since the plan would be to branch off at the Beta phase, the second solution is already in place by the act of branching.  The real discussion is over whether the project should dedicate a block of time during its Alpha stage that focuses purely on bug fixes.</p>\n\n\n\n<p>Comments on the proposal are open through January 20 before moving toward a final decision.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>The next proposal: <a href=\"https://semver.org/\">semantic versioning</a>, anyone? <em>Anyone? Is this thing on?</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:\"Wed, 13 Jan 2021 21:52: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:14:\"Justin Tadlock\";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:97:\"WPTavern: WPScan Can Now Assign CVE Numbers for WordPress Core, Plugin, and Theme Vulnerabilities\";s: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=110347\";s: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:235:\"https://wptavern.com/wpscan-can-now-assign-cve-numbers-for-wordpress-core-plugin-and-theme-vulnerabilities?utm_source=rss&utm_medium=rss&utm_campaign=wpscan-can-now-assign-cve-numbers-for-wordpress-core-plugin-and-theme-vulnerabilities\";s: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:3148:\"<p><a href=\"https://wpscan.com/\">WPScan</a>, a security company that maintains a database of WordPress vulnerabilities, has been officially designated as a CVE (Common Vulnerability and Exposures) Numbering Authority (CNA). The company joins <a href=\"https://cve.mitre.org/cve/request_id.html#cna_participants\">151</a>&nbsp;organizations from&nbsp;<a href=\"https://cve.mitre.org/cve/cna.html#cnas_growth\">25</a>&nbsp;countries that participate in the <a href=\"https://cve.mitre.org/\">CVE Program</a> as CNAs. These organizations are authorized to assign&nbsp;<a href=\"https://cve.mitre.org/about/terminology.html#cve_id\">CVE Identifiers (CVE IDs)</a>&nbsp;to vulnerabilities within their own distinct scopes of work, contributing to CVE&rsquo;s <a href=\"https://cve.mitre.org/cve/\">list</a>&nbsp;of records for publicly known security vulnerabilities.</p>\n\n\n\n<p>WPScan&rsquo;s scope includes WordPress core, plugin, and theme vulnerabilities. The company has catalogued more than 21,905 vulnerabilities since 2014 in its database, which it makes available to the community through an API. That API is also used by the <a href=\"https://wordpress.org/plugins/wpscan/\">WPScan Security Scanner</a> plugin, which is installed on 5,000+ websites. </p>\n\n\n\n<p>Being designated as a CNA helps WPScan better manage WordPress vulnerabilities by assigning them unique IDs that are recognized across the industry.</p>\n\n\n\n<p>&ldquo;Asking MITRE to assign CVEs for each of our vulnerabilities would have been too time consuming in the past,&rdquo; WPScan founder and CEO Ryan Dewhurst said. &ldquo;Although some security researchers will go through this process directly with MITRE, we didn&rsquo;t due to the volume of vulnerabilities we have to manage. And security researchers only requested them themselves very rarely. The new process means that we ourselves can assign CVE numbers directly to vulnerabilities. This will result in many more WordPress related vulnerabilities being assigned CVE numbers.&rdquo;</p>\n\n\n\n<p>WPScan is a team of three security researchers who come from penetration testing backgrounds and have worked within security consulting for the past 10 to 15 years. The company started with a simple Ruby script in 2011, which identified vulnerabilities in self-hosted WordPress sites. For the past two years, Automattic has sponsored the company&rsquo;s efforts in maintaining the database, as WPScan has transitioned to become a sustainable business by selling access to its API.</p>\n\n\n\n<p>Dewhurst said the company&rsquo;s customers include &ldquo;some of the biggest security plugins and hosting companies in the world,&rdquo; but many of them don&rsquo;t advertise the fact that use a third-party to source the vulnerabilities. Most of WPScan&rsquo;s enterprise customers are security plugins, companies, and hosts that integrate data from the vulnerability database into their own products and services.</p>\n\n\n\n<p>&ldquo;Our business is doing well,&rdquo; he said. &ldquo;Right now we are trying to find the right balance between being a business and making money, while also benefiting the community as much as possible.&rdquo; </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, 13 Jan 2021 20:52:12 +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: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:73:\"WPTavern: Google Introduces Performance Report for Google News Publishers\";s: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=110267\";s: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:191:\"https://wptavern.com/google-introduces-performance-report-for-google-news-publishers?utm_source=rss&utm_medium=rss&utm_campaign=google-introduces-performance-report-for-google-news-publishers\";s: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:2915:\"<p>Google has <a href=\"https://developers.google.com/search/blog/2021/01/google-news-performance-report\">launched</a> a new Search Console performance report for sites that appear in Google News. Publishers can now track clicks, impressions, and CTR for traffic coming from <a href=\"https://news.google.com/\">news.google.com</a> and the Google News apps for Android and iOS.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The report helps publishers see how often their articles appear to users in Google News and which ones performed the best. It also includes breakdowns for countries, devices, and dates to give publishers a better overall understanding of how visitors are interacting with their content through Google News. Although the date period defaults to the last three months, the data only goes as far back as December 15, 2020.</p>\n\n\n\n<p>In the past, publishers had to submit their sites to be eligible for inclusion in Google News but the policy <a href=\"https://support.google.com/news/publisher-center/answer/9607025\">changed in 2019</a>. Sites are now automatically considered for Top stories or the News tab of Search as long as they &ldquo;produce high-quality content and comply with Google News content policies.&rdquo; </p>\n\n\n\n<p>This new report does not include stats from the News tab on Google Search. That information was added in July 2020, when Google updated the Performance report section of its Search Console to allow publishers to filter by News. This screen also lets users compare different traffic sources, i.e. Web vs News to see the impact of articles showing up under the News tab.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The new report can be grouped by dimensions to get more specific information with different combinations of date ranges, reader locations, devices, and pages. For example, you can get a detailed look at clicks, impressions, and average CTR on a per country basis. This can also be filtered for one certain article to explore more narrow branches of the content&rsquo;s reach.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Publishers who are using AMP will want to note that this new report includes data from the canonical URL. If you have multiple versions for different devices, the report contains data for both:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Data will only be shown in the property that contains the canonical URL. Therefore, if you have both&nbsp;AMP and desktop versions of a page, the desktop property (which is usually the canonical property) will contain all the data for both AMP and desktop clicks, impressions, and CTR.</p></blockquote>\n\n\n\n<p>Google has published a <a href=\"https://support.google.com/webmasters/answer/10083653?hl=en&ref_topic=9384513\">help document</a> with more information on configuring the report, data discrepancies, and how to filter and compare data across groups.</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, 13 Jan 2021 03:54: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: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:\"Sat, 06 Feb 2021 06:45:21 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sat, 06 Feb 2021 06:30:15 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20200502025608\";}', 'no');
INSERT INTO `srewqi_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(141, 'can_compress_scripts', '0', 'no'),
(142, 'recently_activated', 'a:0:{}', 'yes'),
(148, 'finished_updating_comment_type', '1', 'yes'),
(194, 'oxygen-vsb-activated', '1', 'yes'),
(151, 'oxygen_rewrite_rules_updated', '1', 'yes'),
(152, 'oxygen_vsb_disable_emojis', 'true', 'yes'),
(153, 'oxygen_vsb_disable_jquery_migrate', 'true', 'yes'),
(154, 'oxygen_vsb_disable_embeds', 'false', 'yes'),
(155, 'oxygen_vsb_use_css_for_google_fonts', 'true', 'yes'),
(156, 'oxygen_vsb_universal_css_cache', 'true', 'yes'),
(157, 'oxygen_aos_classes', '', 'yes'),
(158, 'oxygen_vsb_universal_css_cache_success', '1', 'yes'),
(159, 'oxygen_vsb_universal_css_url', '//newgen.stun.tech/wp-content/uploads/oxygen/css/universal.css', 'yes'),
(160, 'oxygen_vsb_last_save_time', '1604910335', 'yes'),
(161, 'oxygen_vsb_universal_css_latest_version', '2.1', 'yes'),
(162, 'oxygen_vsb_presets_updated_3_3', '1', 'yes');
INSERT INTO `srewqi_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(163, 'oxygen_vsb_element_presets', 'a:3:{s:12:\"oxy_comments\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"Default\";s:4:\"slug\";s:7:\"default\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:0:\"\";}}}i:1;a:3:{s:4:\"name\";s:14:\"Grey Highlight\";s:4:\"slug\";s:14:\"grey-highlight\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:1246:\"\n.oxy-comments li.comment .comment-body .comment-content {\n  border: 1px solid #eee;\n  padding: 1.5em;\n  margin-top: 1.5em;\n  border-radius: 3px;\n  background-color: #fafafa;\n  margin-bottom: 0;\n}\n\n.oxy-comments li.comment .comment-body {\n  margin-bottom: 35px;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p {\n  margin-top: 0;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p:last-child {\n  margin-bottom: 0;\n}\n\n.oxy-comments .reply {\n  display: flex;\n  margin: 0;\n}\n\n.oxy-comments .reply .comment-reply-link {\n  margin-left: auto;\n  font-size: .75em;\n  background-color: #eee;\n  margin-right: 1em;\n  padding: 5px 10px;\n  border-bottom-left-radius: 3px;\n  border-bottom-right-radius: 3px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta {\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n  justify-content: space-between;\n}\n\n.oxy-comments .comment-meta .comment-metadata {\n  margin: 0;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  max-width: 50px;\n  max-height: 50px;\n  border-radius: 50%;\n  border: 1px solid #eee;\n  padding: 2px;\n}\n\n.oxy-comments .comment-meta .comment-author span.says {\n  display: none;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.35);\n}\n\";}}}i:2;a:3:{s:4:\"name\";s:12:\"White Blocks\";s:4:\"slug\";s:12:\"white-blocks\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:705:\"\n.oxy-comments li.comment {\n  padding: 40px;\n  background-color: white;\n  border-radius: 5px;\n  box-shadow: rgba(0,0,0,0.04) 0px 0px 10px 0px;\n  border: 1px solid #eee;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.5);\n}\n\n.oxy-comments .comment-meta .comment-author {\n  border-bottom: 1px solid #eee;\n  padding-bottom: 20px;\n  margin-bottom: 20px;\n}\n\n.oxy-comments li.comment.even {\n  background-color: #fafafa;\n}\n\n.oxy-comments ol.comments-list > li.comment {\n  margin-bottom: 40px;\n}\n\n\n.comment-reply-link {\n  border: 1px solid;\n  padding: 0.75em 1.5em;\n  border-radius: 2px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  border-radius: 50%;\n}\";}}}}s:14:\"oxy_posts_grid\";a:17:{i:0;a:3:{s:4:\"name\";s:23:\"Grid - Image - Standard\";s:4:\"slug\";s:19:\"grid-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:859:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:1415:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  width: 33.33%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:1;a:3:{s:4:\"name\";s:46:\"Grid - Image w/ Animated Dark Gradient Overlay\";s:4:\"slug\";s:24:\"grid-image-dark-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:717:\"<div class=\'oxy-post\'>\n  \n  <div class=\'oxy-post-padding\'>\n    \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n      \n      <div class=\'oxy-post-content-and-link-wrap\'>\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n      </div>\n      \n    </div>\n    \n  </div>\n\n</div>\";s:8:\"code-css\";s:1652:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  position: relative;\n  margin: 1em;\n  display: flex;\n  position: relative;\n  flex-direction: column;\n  overflow: hidden;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  position: absolute;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  padding: 2em;\n  pointer-events: none;\n  padding-top: 200px;\n  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 300px);\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;\n}\n\n%%EPID%% .oxy-post-content-and-link-wrap {\n  opacity: 0;\n  max-height: 0px;\n  overflow: hidden;\n  transition: 1s ease-in-out opacity, 1s ease-in-out max-height;\n}\n\n%%EPID%% .oxy-post-padding:hover .oxy-post-content-and-link-wrap {\n  opacity: 1;\n  max-height: 400px;\n}\n\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n  margin-bottom: 0.5em;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:5:\"white\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:2;a:3:{s:4:\"name\";s:32:\"Grid - Image w/ Gradient Overlap\";s:4:\"slug\";s:19:\"grid-image-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1644:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 70%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1) 150px);\n  padding: 2em;\n  padding-top: 100px;\n  align-self: stretch;\n  margin-top: -150px;\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;  \n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:3;a:3:{s:4:\"name\";s:33:\"Grid - Image w/ Rectangle Overlap\";s:4:\"slug\";s:30:\"grid-image-w-rectangle-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1514:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:6:\"tablet\";}}}i:4;a:3:{s:4:\"name\";s:29:\"Grid - Image w/ Title Overlay\";s:4:\"slug\";s:26:\"grid-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:398:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-padding\'>\n    <div class=\'oxy-post-image\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>            \n	</div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n  </div>\n</a>\";s:8:\"code-css\";s:1148:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  margin: 1em;\n  overflow: hidden;\n  position: relative;\n}\n\n\n%%EPID%% .oxy-post-image {\n  transition: 0.5s ease-in-out all;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-image {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  transition: 0.5s ease-in-out all;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-overlay {\n  background-color: rgba(0,0,0,0.25);\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:5;a:3:{s:4:\"name\";s:20:\"List - Image on Left\";s:4:\"slug\";s:18:\"list-image-on-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1014:\"<div class=\'oxy-post\'>\n\n  <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n  </a>\n\n  \n  <div class=\'oxy-post-wrap\'>\n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<!--div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div-->\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			By <?php the_author(); ?>\n		</div>\n\n		<!--div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div-->\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n  </div>\n  \n</div>\";s:8:\"code-css\";s:1674:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 6em;\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n}\n\n%%EPID%% .oxy-post-wrap {\n  width: 100%;\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n}\n\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 40%;\n  flex-shrink: 0;\n  flex-grow: 0;\n  margin-right: 2em;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-post {\n    flex-direction: column;\n  }\n  %%EPID%% .oxy-post-image {\n    width: 100%;\n    margin-bottom: 1em;\n    margin-right: 0;\n  }\n  %%EPID%% .oxy-post-image-fixed-ratio {\n    padding-bottom: 56%;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:9:\"text link\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:6;a:3:{s:4:\"name\";s:26:\"List - Standard (Centered)\";s:4:\"slug\";s:22:\"list-standard-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:772:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:7;a:3:{s:4:\"name\";s:22:\"List - Standard (Left)\";s:4:\"slug\";s:18:\"list-standard-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:774:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:8;a:3:{s:4:\"name\";s:36:\"List w/ Rectangle Overlap (Centered)\";s:4:\"slug\";s:33:\"list-w-rectangle-overlap-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1556:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  justify-content: center;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:9;a:3:{s:4:\"name\";s:32:\"List w/ Rectangle Overlap (left)\";s:4:\"slug\";s:29:\"list-w-rectangle-overlap-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1531:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:10;a:3:{s:4:\"name\";s:26:\"Masonry - Image - Standard\";s:4:\"slug\";s:22:\"masonry-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:722:\"<div class=\'oxy-post\'>\n  \n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:980:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:11;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:12;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:13;a:3:{s:4:\"name\";s:32:\"Masonry - Image w/ Title Overlay\";s:4:\"slug\";s:29:\"masonry-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:289:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-background\'>\n	  <img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' />  \n  </div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n</a>\";s:8:\"code-css\";s:1034:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 2em;\n  break-inside: avoid;\n  position: relative;\n  overflow: hidden;\n  display: flex;\n  background-color: #000;\n}\n\n%%EPID%% .oxy-post-background {\n  transition: 0.5s ease-in-out all;\n  line-height: 0;\n  min-height: 150px;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-background {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-image {\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  -webkit-font-smoothing: antialiased;\n}\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:14;a:3:{s:4:\"name\";s:26:\"Timeline - Title & Excerpt\";s:4:\"slug\";s:17:\"timeline-template\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:323:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:15;a:3:{s:4:\"name\";s:33:\"Timeline - Title & Featured Image\";s:4:\"slug\";s:18:\"timeline-template2\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:462:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n            <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n            </div>\n        </a>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:16;a:3:{s:4:\"name\";s:42:\"Timeline - Title, Featured Image & Excerpt\";s:4:\"slug\";s:18:\"timeline-template3\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:553:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n            <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n            </div>\n        </a>\n\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}}s:12:\"oxy-pro-menu\";a:10:{i:0;a:4:{s:4:\"name\";s:14:\"Slide to Right\";s:4:\"slug\";s:14:\"slide-to-right\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:66:{s:7:\"menu_id\";s:2:\"31\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"16\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dddddd\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dddddd\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:1:\"4\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:1:\"4\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:11:\"slide-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"4\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"4\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"64\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"64\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#f8f8f8\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#ff0000\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:22:\"globalConditionsResult\";b:1;s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#eeeeee\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:2:\"-8\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:1:\"0\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_dropdown_icon_item_margin_margin-right\";s:1:\"0\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:1:\"8\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dddddd\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dddddd\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#ff0000\";}}}i:1;a:4:{s:4:\"name\";s:18:\"Desktop and Mobile\";s:4:\"slug\";s:18:\"desktop-and-mobile\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:75:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:23:\"menu_dropdown_animation\";s:12:\"zoom-in-down\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:27:\"Lineariconsicon-menu-circle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:28:\"Lineariconsicon-cross-circle\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:13:\"border-radius\";s:1:\"8\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:4:\"hide\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:4:\"left\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"32\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dedede\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dedede\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:16:\"background-color\";s:4:\"#eee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"32\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:40:\"oxy-pro-menu_menu_item_margin_margin-top\";s:1:\"0\";s:41:\"oxy-pro-menu_menu_item_margin_margin-left\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_margin_margin-bottom\";s:1:\"0\";s:42:\"oxy-pro-menu_menu_item_margin_margin-right\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dedede\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dedede\";}}}i:2;a:4:{s:4:\"name\";s:16:\"Desktop Vertical\";s:4:\"slug\";s:16:\"desktop-vertical\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:33:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:5:\"never\";s:24:\"oxy-pro-menu_orientation\";s:8:\"Vertical\";s:16:\"background-color\";s:7:\"#eeeeee\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dedede\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_dropdown_icon\";s:29:\"FontAwesomeicon-chevron-right\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#dddddd\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:2:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dedede\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#dddddd\";}}}i:3;a:4:{s:4:\"name\";s:10:\"Minimalism\";s:4:\"slug\";s:10:\"minimalism\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:55:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#dedede\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#d1d1d1\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#eeeeee\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:6:\"center\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#dedede\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#d1d1d1\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"8\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:2:\"12\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:2:\"12\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#dddddd\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:26:\"oxy-pro-menu_dropdown_icon\";s:26:\"FontAwesomeicon-arrow-down\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"900\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dddddd\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ff0000\";}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#d1d1d1\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#d1d1d1\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dddddd\";}}}i:4;a:4:{s:4:\"name\";s:12:\"Flip to Left\";s:4:\"slug\";s:12:\"flip-to-left\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"2\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:16:\"background-color\";s:7:\"#eaeaea\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:1:\"1\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:102:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-decoration\";s:4:\"none\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"12\";s:23:\"menu_dropdown_animation\";s:9:\"fade-left\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:53:\"oxy-pro-menu_dropdown_child_item_padding_padding-left\";s:2:\"12\";s:54:\"oxy-pro-menu_dropdown_child_item_padding_padding-right\";s:2:\"12\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"16\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:24:\"FontAwesomeicon-th-large\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"600\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:10:\"flip-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#dddddd\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:5:\"Right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"600\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#cccccc\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#bbbbbb\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#d3d3d3\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"0\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"0\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#bbbbbb\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#d3d3d3\";}}}i:5;a:4:{s:4:\"name\";s:13:\"Music Teacher\";s:4:\"slug\";s:13:\"music-teacher\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:92:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#180700\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"3\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#13c5df\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"Lineariconsicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#2f201a\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:15:\"rgba(0,0,0,0.1)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#2f201a\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:23:\"menu_dropdown_animation\";s:7:\"fade-up\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"14\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#13c5df\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#2f201a\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"24\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#2f201a\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#3d2e2d\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:65:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-size\";s:2:\"14\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"3\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"3\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:4:\"Menu\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:16:\"rgba(24,7,0,0.9)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:14:\"zoom-out-right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"80\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"80\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"12\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"12\";s:110:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:111:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff668d\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#13c5df\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#2f201a\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#13c5df\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#3d2e2d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff668d\";}}}i:6;a:4:{s:4:\"name\";s:16:\"Marketing Agency\";s:4:\"slug\";s:16:\"marketing-agency\";s:10:\"is_default\";b:1;s:7:\"options\";a:3:{s:8:\"original\";a:65:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(252,0,255,0.89)\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(0,219,222,0.91)\";}}s:12:\"linear-angle\";s:3:\"140\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"16\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"300\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:21:\"rgba(255,255,255,0.2)\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:24:\"Lineariconsicon-bookmark\";s:11:\"padding-top\";s:1:\"4\";s:12:\"padding-left\";s:1:\"4\";s:13:\"padding-right\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#5a58a3\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"0\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ec2758\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:7:\"#3c3876\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.14)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"-90\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_letter-spacing\";s:1:\"1\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-list\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#ffffff\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#3c3876\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#ffffff\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#3c3876\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#ffffff\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(60,56,118,0.98)\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#ffffff\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:12:\"show in line\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:21:\"rgba(255,255,255,0.2)\";s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ec2758\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#ffffff\";}s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:6:{s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}}}}}i:7;a:4:{s:4:\"name\";s:6:\"Winery\";s:4:\"slug\";s:6:\"winery\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:16:\"background-color\";s:7:\"#48303e\";s:11:\"padding-top\";s:1:\"8\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:14:\"padding-bottom\";s:1:\"8\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.3\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#75455d\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#75455d\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:26:\"oxy-pro-menu_dropdown_icon\";s:33:\"FontAwesomeicon-angle-double-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#cc5972\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#cc5972\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:4:\"none\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#75455d\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#cc5972\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#75455d\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#cc5972\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:19:\"rgba(72,48,62,0.98)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:12:\"zoom-in-left\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"1\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"0\";}s:5:\"hover\";a:5:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#75455d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#cc5972\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#cc5972\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#cc5972\";}}}i:8;a:4:{s:4:\"name\";s:10:\"Conference\";s:4:\"slug\";s:10:\"conference\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:84:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:15:\"phone-landscape\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#ff4c1c\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#d7193d\";}}s:12:\"linear-angle\";s:3:\"240\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ff7f0d\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#d7193d\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#d7193d\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff4c1c\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"700\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:36:\"FontAwesomeicon-caret-square-o-right\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"20\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"4\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"700\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"1\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:35:\"FontAwesomeicon-caret-square-o-left\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"20\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"4\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(215,25,61,0.95)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"700\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"1\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"20\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.3\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\";s:7:\"#f9c5af\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_style\";s:5:\"solid\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:25:\"menu_off_canvas_animation\";s:10:\"fade-right\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ff7f0d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff4c1c\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";}}}i:9;a:4:{s:4:\"name\";s:9:\"Financial\";s:4:\"slug\";s:9:\"financial\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:64:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#eff4f7\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#2b2c27\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.5\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#566d8f\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ffffff\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#65bec2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#65bec2\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:114:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:113:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-chevron-circle-down\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#65bec2\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#ffffff\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:9:\"color(52)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#65bec2\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#566d8f\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:22:\"rgba(255,255,255,0.96)\";s:23:\"oxy-pro-menu_off_canvas\";s:5:\"false\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:11:\"transparent\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#566d8f\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#566d8f\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#65bec2\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#566d8f\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#566d8f\";}}}}}', 'yes');
INSERT INTO `srewqi_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(245, 'oxygen_vsb_presets_updated_3_4', '1', 'yes'),
(164, 'oxygen_license_key', '711b98a2c1875d1f9baa0e78294cdb4f', 'yes'),
(165, 'oxygen_license_updated', '1', 'yes'),
(166, 'oxygen_vsb_css_cache_generated_2_2', 'true', 'yes'),
(167, 'oxygen_vsb_global_colors', 'a:4:{s:15:\"colorsIncrement\";i:16;s:13:\"setsIncrement\";i:3;s:6:\"colors\";a:16:{i:0;a:4:{s:2:\"id\";i:12;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:3;}i:1;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:13:\"Catalina Blue\";s:5:\"value\";s:7:\"#2a445a\";s:3:\"set\";i:2;}i:2;a:4:{s:2:\"id\";i:2;s:4:\"name\";s:16:\"White Transluent\";s:5:\"value\";s:21:\"rgba(255,255,255,0.6)\";s:3:\"set\";i:2;}i:3;a:4:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:2;}i:4;a:4:{s:2:\"id\";i:4;s:4:\"name\";s:9:\"Iris Blue\";s:5:\"value\";s:7:\"#07adb7\";s:3:\"set\";i:2;}i:5;a:4:{s:2:\"id\";i:5;s:4:\"name\";s:9:\"Dove Gray\";s:5:\"value\";s:7:\"#666666\";s:3:\"set\";i:2;}i:6;a:4:{s:2:\"id\";i:6;s:4:\"name\";s:6:\"Shadow\";s:5:\"value\";s:15:\"rgba(0,0,0,0.2)\";s:3:\"set\";i:2;}i:7;a:4:{s:2:\"id\";i:7;s:4:\"name\";s:5:\"Polar\";s:5:\"value\";s:7:\"#f6fafd\";s:3:\"set\";i:2;}i:8;a:4:{s:2:\"id\";i:8;s:4:\"name\";s:11:\"Wild Willow\";s:5:\"value\";s:7:\"#b2d27d\";s:3:\"set\";i:2;}i:9;a:4:{s:2:\"id\";i:9;s:4:\"name\";s:6:\"Keppel\";s:5:\"value\";s:7:\"#31b1ac\";s:3:\"set\";i:2;}i:10;a:4:{s:2:\"id\";i:10;s:4:\"name\";s:9:\"Tradewind\";s:5:\"value\";s:7:\"#5abc9c\";s:3:\"set\";i:2;}i:11;a:4:{s:2:\"id\";i:11;s:4:\"name\";s:6:\"DeYork\";s:5:\"value\";s:7:\"#8ec98a\";s:3:\"set\";i:2;}i:12;a:4:{s:2:\"id\";i:13;s:4:\"name\";s:13:\"Fountain Blue\";s:5:\"value\";s:7:\"#65bec2\";s:3:\"set\";i:3;}i:13;a:4:{s:2:\"id\";i:14;s:4:\"name\";s:11:\"Hippie Blue\";s:5:\"value\";s:7:\"#6799b2\";s:3:\"set\";i:3;}i:14;a:4:{s:2:\"id\";i:15;s:4:\"name\";s:11:\"Heavy Metal\";s:5:\"value\";s:7:\"#2b2c27\";s:3:\"set\";i:3;}i:15;a:4:{s:2:\"id\";i:16;s:4:\"name\";s:12:\"Waikawa Gray\";s:5:\"value\";s:7:\"#566d8f\";s:3:\"set\";i:3;}}s:4:\"sets\";a:3:{i:0;a:2:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"Global Colors\";}i:1;a:2:{s:2:\"id\";i:2;s:4:\"name\";s:7:\"hosting\";}i:2;a:2:{s:2:\"id\";i:3;s:4:\"name\";s:6:\"atomic\";}}}', 'yes');
INSERT INTO `srewqi_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(168, 'ct_svg_sets', 'a:2:{s:12:\"Font Awesome\";s:579449:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"FontAwesomeicon-asterisk\" viewBox=\"0 0 26 28\">\n<title>asterisk</title>\n<path d=\"M23.156 16.406c0.953 0.547 1.281 1.781 0.734 2.734l-1 1.719c-0.547 0.953-1.781 1.281-2.734 0.734l-4.156-2.391v4.797c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-4.797l-4.156 2.391c-0.953 0.547-2.187 0.219-2.734-0.734l-1-1.719c-0.547-0.953-0.219-2.188 0.734-2.734l4.156-2.406-4.156-2.406c-0.953-0.547-1.281-1.781-0.734-2.734l1-1.719c0.547-0.953 1.781-1.281 2.734-0.734l4.156 2.391v-4.797c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v4.797l4.156-2.391c0.953-0.547 2.188-0.219 2.734 0.734l1 1.719c0.547 0.953 0.219 2.188-0.734 2.734l-4.156 2.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus\" viewBox=\"0 0 22 28\">\n<title>plus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-6.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h6.5v-6.5c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5v6.5h6.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question\" viewBox=\"0 0 17 28\">\n<title>question</title>\n<path d=\"M11 19.625v3.75c0 0.344-0.281 0.625-0.625 0.625h-3.75c-0.344 0-0.625-0.281-0.625-0.625v-3.75c0-0.344 0.281-0.625 0.625-0.625h3.75c0.344 0 0.625 0.281 0.625 0.625zM15.937 10.25c0 2.969-2.016 4.109-3.5 4.937-0.922 0.531-1.5 1.609-1.5 2.063v0c0 0.344-0.266 0.75-0.625 0.75h-3.75c-0.344 0-0.562-0.531-0.562-0.875v-0.703c0-1.891 1.875-3.516 3.25-4.141 1.203-0.547 1.703-1.062 1.703-2.063 0-0.875-1.141-1.656-2.406-1.656-0.703 0-1.344 0.219-1.687 0.453-0.375 0.266-0.75 0.641-1.672 1.797-0.125 0.156-0.313 0.25-0.484 0.25-0.141 0-0.266-0.047-0.391-0.125l-2.562-1.953c-0.266-0.203-0.328-0.547-0.156-0.828 1.687-2.797 4.062-4.156 7.25-4.156 3.344 0 7.094 2.672 7.094 6.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus\" viewBox=\"0 0 22 28\">\n<title>minus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-19c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h19c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glass\" viewBox=\"0 0 28 28\">\n<title>glass</title>\n<path d=\"M26.547 2.906c0 0.453-0.359 0.906-0.672 1.219l-9.875 9.875v12h5c0.547 0 1 0.453 1 1s-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1s0.453-1 1-1h5v-12l-9.875-9.875c-0.313-0.313-0.672-0.766-0.672-1.219 0-0.766 0.969-0.906 1.547-0.906h22c0.578 0 1.547 0.141 1.547 0.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-music\" viewBox=\"0 0 24 28\">\n<title>music</title>\n<path d=\"M24 3.5v17.5c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-8.391l-12 3.703v11.078c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-15.109c0-0.656 0.438-1.234 1.062-1.437l13-4c0.141-0.047 0.281-0.063 0.438-0.063 0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search\" viewBox=\"0 0 26 28\">\n<title>search</title>\n<path d=\"M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.094-0.906 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-o\" viewBox=\"0 0 28 28\">\n<title>envelope-o</title>\n<path d=\"M26 23.5v-12c-0.328 0.375-0.688 0.719-1.078 1.031-2.234 1.719-4.484 3.469-6.656 5.281-1.172 0.984-2.625 2.188-4.25 2.188h-0.031c-1.625 0-3.078-1.203-4.25-2.188-2.172-1.813-4.422-3.563-6.656-5.281-0.391-0.313-0.75-0.656-1.078-1.031v12c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM26 7.078c0-0.391 0.094-1.078-0.5-1.078h-23c-0.266 0-0.5 0.234-0.5 0.5 0 1.781 0.891 3.328 2.297 4.438 2.094 1.641 4.188 3.297 6.266 4.953 0.828 0.672 2.328 2.109 3.422 2.109h0.031c1.094 0 2.594-1.437 3.422-2.109 2.078-1.656 4.172-3.313 6.266-4.953 1.016-0.797 2.297-2.531 2.297-3.859zM28 6.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart\" viewBox=\"0 0 28 28\">\n<title>heart</title>\n<path d=\"M14 26c-0.25 0-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313 0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star\" viewBox=\"0 0 26 28\">\n<title>star</title>\n<path d=\"M26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.406-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-o\" viewBox=\"0 0 26 28\">\n<title>star-o</title>\n<path d=\"M17.766 15.687l4.781-4.641-6.594-0.969-2.953-5.969-2.953 5.969-6.594 0.969 4.781 4.641-1.141 6.578 5.906-3.109 5.891 3.109zM26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.422-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user\" viewBox=\"0 0 20 28\">\n<title>user</title>\n<path d=\"M20 21.859c0 2.281-1.5 4.141-3.328 4.141h-13.344c-1.828 0-3.328-1.859-3.328-4.141 0-4.109 1.016-8.859 5.109-8.859 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c4.094 0 5.109 4.75 5.109 8.859zM16 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-film\" viewBox=\"0 0 30 28\">\n<title>film</title>\n<path d=\"M6 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 25v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM6 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 13v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM28 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM30 4.5v21c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-21c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-large\" viewBox=\"0 0 26 28\">\n<title>th-large</title>\n<path d=\"M12 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM12 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th\" viewBox=\"0 0 28 28\">\n<title>th</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-list\" viewBox=\"0 0 28 28\">\n<title>th-list</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check\" viewBox=\"0 0 28 28\">\n<title>check</title>\n<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-close\" viewBox=\"0 0 22 28\">\n<title>close</title>\n<path d=\"M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-plus\" viewBox=\"0 0 26 28\">\n<title>search-plus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-3.5v3.5c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-3.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h3.5v-3.5c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5v3.5h3.5c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-minus\" viewBox=\"0 0 26 28\">\n<title>search-minus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-9c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h9c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-power-off\" viewBox=\"0 0 24 28\">\n<title>power-off</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12s-12-5.391-12-12c0-3.797 1.75-7.297 4.797-9.578 0.891-0.672 2.141-0.5 2.797 0.391 0.672 0.875 0.484 2.141-0.391 2.797-2.031 1.531-3.203 3.859-3.203 6.391 0 4.406 3.594 8 8 8s8-3.594 8-8c0-2.531-1.172-4.859-3.203-6.391-0.875-0.656-1.062-1.922-0.391-2.797 0.656-0.891 1.922-1.062 2.797-0.391 3.047 2.281 4.797 5.781 4.797 9.578zM14 2v10c0 1.094-0.906 2-2 2s-2-0.906-2-2v-10c0-1.094 0.906-2 2-2s2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-signal\" viewBox=\"0 0 28 28\">\n<title>signal</title>\n<path d=\"M4 22.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 20.5v5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 16.5v9c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 10.5v15c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 2.5v23c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-23c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cog\" viewBox=\"0 0 24 28\">\n<title>cog</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM24 12.297v3.469c0 0.234-0.187 0.516-0.438 0.562l-2.891 0.438c-0.172 0.5-0.359 0.969-0.609 1.422 0.531 0.766 1.094 1.453 1.672 2.156 0.094 0.109 0.156 0.25 0.156 0.391s-0.047 0.25-0.141 0.359c-0.375 0.5-2.484 2.797-3.016 2.797-0.141 0-0.281-0.063-0.406-0.141l-2.156-1.687c-0.453 0.234-0.938 0.438-1.422 0.594-0.109 0.953-0.203 1.969-0.453 2.906-0.063 0.25-0.281 0.438-0.562 0.438h-3.469c-0.281 0-0.531-0.203-0.562-0.469l-0.438-2.875c-0.484-0.156-0.953-0.344-1.406-0.578l-2.203 1.672c-0.109 0.094-0.25 0.141-0.391 0.141s-0.281-0.063-0.391-0.172c-0.828-0.75-1.922-1.719-2.578-2.625-0.078-0.109-0.109-0.234-0.109-0.359 0-0.141 0.047-0.25 0.125-0.359 0.531-0.719 1.109-1.406 1.641-2.141-0.266-0.5-0.484-1.016-0.641-1.547l-2.859-0.422c-0.266-0.047-0.453-0.297-0.453-0.562v-3.469c0-0.234 0.187-0.516 0.422-0.562l2.906-0.438c0.156-0.5 0.359-0.969 0.609-1.437-0.531-0.75-1.094-1.453-1.672-2.156-0.094-0.109-0.156-0.234-0.156-0.375s0.063-0.25 0.141-0.359c0.375-0.516 2.484-2.797 3.016-2.797 0.141 0 0.281 0.063 0.406 0.156l2.156 1.672c0.453-0.234 0.938-0.438 1.422-0.594 0.109-0.953 0.203-1.969 0.453-2.906 0.063-0.25 0.281-0.438 0.562-0.438h3.469c0.281 0 0.531 0.203 0.562 0.469l0.438 2.875c0.484 0.156 0.953 0.344 1.406 0.578l2.219-1.672c0.094-0.094 0.234-0.141 0.375-0.141s0.281 0.063 0.391 0.156c0.828 0.766 1.922 1.734 2.578 2.656 0.078 0.094 0.109 0.219 0.109 0.344 0 0.141-0.047 0.25-0.125 0.359-0.531 0.719-1.109 1.406-1.641 2.141 0.266 0.5 0.484 1.016 0.641 1.531l2.859 0.438c0.266 0.047 0.453 0.297 0.453 0.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash-o\" viewBox=\"0 0 22 28\">\n<title>trash-o</title>\n<path d=\"M8 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM12 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM16 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM18 22.813v-14.812h-14v14.812c0 0.75 0.422 1.188 0.5 1.188h13c0.078 0 0.5-0.438 0.5-1.188zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-home\" viewBox=\"0 0 26 28\">\n<title>home</title>\n<path d=\"M22 15.5v7.5c0 0.547-0.453 1-1 1h-6v-6h-4v6h-6c-0.547 0-1-0.453-1-1v-7.5c0-0.031 0.016-0.063 0.016-0.094l8.984-7.406 8.984 7.406c0.016 0.031 0.016 0.063 0.016 0.094zM25.484 14.422l-0.969 1.156c-0.078 0.094-0.203 0.156-0.328 0.172h-0.047c-0.125 0-0.234-0.031-0.328-0.109l-10.813-9.016-10.813 9.016c-0.109 0.078-0.234 0.125-0.375 0.109-0.125-0.016-0.25-0.078-0.328-0.172l-0.969-1.156c-0.172-0.203-0.141-0.531 0.063-0.703l11.234-9.359c0.656-0.547 1.719-0.547 2.375 0l3.813 3.187v-3.047c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v6.375l3.422 2.844c0.203 0.172 0.234 0.5 0.063 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-o\" viewBox=\"0 0 24 28\">\n<title>file-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clock-o\" viewBox=\"0 0 24 28\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-road\" viewBox=\"0 0 30 28\">\n<title>road</title>\n<path d=\"M17.359 15.563v-0.063l-0.375-5c-0.016-0.281-0.266-0.5-0.531-0.5h-2.906c-0.266 0-0.516 0.219-0.531 0.5l-0.375 5v0.063c-0.016 0.25 0.219 0.438 0.453 0.438h3.813c0.234 0 0.469-0.187 0.453-0.438zM29.219 22.859c0 0.453-0.125 1.141-0.719 1.141h-11c0.266 0 0.484-0.219 0.469-0.5l-0.313-4c-0.016-0.281-0.266-0.5-0.531-0.5h-4.25c-0.266 0-0.516 0.219-0.531 0.5l-0.313 4c-0.016 0.281 0.203 0.5 0.469 0.5h-11c-0.594 0-0.719-0.688-0.719-1.141 0-0.625 0.172-1.25 0.406-1.813l6.516-16.312c0.156-0.391 0.578-0.734 1-0.734h5.297c-0.266 0-0.516 0.219-0.531 0.5l-0.234 3c-0.016 0.281 0.187 0.5 0.469 0.5h2.594c0.281 0 0.484-0.219 0.469-0.5l-0.234-3c-0.016-0.281-0.266-0.5-0.531-0.5h5.297c0.422 0 0.844 0.344 1 0.734l6.516 16.312c0.234 0.562 0.406 1.188 0.406 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-download\" viewBox=\"0 0 26 28\">\n<title>download</title>\n<path d=\"M20 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 17.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h7.266l2.109 2.125c0.578 0.562 1.328 0.875 2.125 0.875s1.547-0.313 2.125-0.875l2.125-2.125h7.25c0.828 0 1.5 0.672 1.5 1.5zM20.922 8.609c0.156 0.375 0.078 0.812-0.219 1.094l-7 7c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-7-7c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h4v-7c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1v7h4c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-down</title>\n<path d=\"M17.5 14.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-5.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v5.5h3c0.281 0 0.5 0.219 0.5 0.5zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-up</title>\n<path d=\"M17.469 13.687c-0.078 0.187-0.266 0.313-0.469 0.313h-3v5.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-3c-0.281 0-0.5-0.219-0.5-0.5 0-0.141 0.063-0.266 0.156-0.375l4.984-4.984c0.109-0.094 0.234-0.141 0.359-0.141s0.25 0.047 0.359 0.141l5 5c0.141 0.156 0.187 0.359 0.109 0.547zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inbox\" viewBox=\"0 0 24 28\">\n<title>inbox</title>\n<path d=\"M15.984 15h4.937c-0.031-0.078-0.047-0.172-0.078-0.25l-3.313-7.75h-11.062l-3.313 7.75c-0.031 0.078-0.047 0.172-0.078 0.25h4.937l1.484 3h5zM24 15.469v7.531c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-7.531c0-0.562 0.172-1.391 0.391-1.922l3.719-8.625c0.219-0.516 0.844-0.922 1.391-0.922h13c0.547 0 1.172 0.406 1.391 0.922l3.719 8.625c0.219 0.531 0.391 1.359 0.391 1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle-o\" viewBox=\"0 0 24 28\">\n<title>play-circle-o</title>\n<path d=\"M18.5 14c0 0.359-0.187 0.688-0.5 0.859l-8.5 5c-0.156 0.094-0.328 0.141-0.5 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-10c0-0.359 0.187-0.688 0.5-0.875 0.313-0.172 0.703-0.172 1 0.016l8.5 5c0.313 0.172 0.5 0.5 0.5 0.859zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-repeat\" viewBox=\"0 0 24 28\">\n<title>repeat</title>\n<path d=\"M24 4v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.156-2.156c-1.469-1.359-3.406-2.141-5.453-2.141-4.406 0-8 3.594-8 8s3.594 8 8 8c2.484 0 4.781-1.125 6.312-3.109 0.078-0.109 0.219-0.172 0.359-0.187 0.141 0 0.281 0.047 0.391 0.141l2.141 2.156c0.187 0.172 0.187 0.469 0.031 0.672-2.281 2.75-5.656 4.328-9.234 4.328-6.609 0-12-5.391-12-12s5.391-12 12-12c3.078 0 6.062 1.234 8.266 3.313l2.031-2.016c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-refresh\" viewBox=\"0 0 24 28\">\n<title>refresh</title>\n<path d=\"M23.609 16.5c0 0.031 0 0.078-0.016 0.109-1.328 5.531-5.891 9.391-11.656 9.391-3.047 0-6-1.203-8.219-3.313l-2.016 2.016c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-2.141 2.141c1.469 1.375 3.422 2.156 5.437 2.156 2.781 0 5.359-1.437 6.813-3.813 0.375-0.609 0.562-1.203 0.828-1.828 0.078-0.219 0.234-0.359 0.469-0.359h3c0.281 0 0.5 0.234 0.5 0.5zM24 4v7c0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l2.156-2.156c-1.484-1.375-3.437-2.141-5.453-2.141-2.781 0-5.359 1.437-6.813 3.813-0.375 0.609-0.562 1.203-0.828 1.828-0.078 0.219-0.234 0.359-0.469 0.359h-3.109c-0.281 0-0.5-0.234-0.5-0.5v-0.109c1.344-5.547 5.953-9.391 11.719-9.391 3.063 0 6.047 1.219 8.266 3.313l2.031-2.016c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-alt\" viewBox=\"0 0 28 28\">\n<title>list-alt</title>\n<path d=\"M6 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM24 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM26 21.5v-13c0-0.266-0.234-0.5-0.5-0.5h-23c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lock\" viewBox=\"0 0 18 28\">\n<title>lock</title>\n<path d=\"M5 12h8v-3c0-2.203-1.797-4-4-4s-4 1.797-4 4v3zM18 13.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-3c0-3.844 3.156-7 7-7s7 3.156 7 7v3h0.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag\" viewBox=\"0 0 29 28\">\n<title>flag</title>\n<path d=\"M5 4c0 0.719-0.391 1.359-1 1.719v19.781c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-19.781c-0.609-0.359-1-1-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.578-0.359 0.797-0.812 1.031-1.766 0.953-3.719 1.813-5.766 1.813-2.875 0-4.25-2.188-7.656-2.188-2.484 0-5.094 1.125-7.25 2.281-0.172 0.094-0.328 0.141-0.516 0.141-0.547 0-1-0.453-1-1v-11.594c0-0.375 0.187-0.641 0.484-0.859 0.375-0.25 0.828-0.469 1.234-0.672 1.969-1 4.359-1.875 6.578-1.875 2.453 0 4.375 0.812 6.547 1.828 0.438 0.219 0.891 0.297 1.375 0.297 2.453 0 5.094-2.125 5.781-2.125 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-headphones\" viewBox=\"0 0 26 28\">\n<title>headphones</title>\n<path d=\"M26 13.844c0 1.703-0.313 3.359-0.938 4.906l-0.313 0.766-2.891 0.516c-0.453 1.703-2 2.969-3.859 2.969v0.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v0.5c1.5 0 2.797 0.828 3.484 2.047l1.062-0.187c0.297-0.969 0.453-1.969 0.453-3.016 0-4.719-4.672-8.844-10-8.844s-10 4.125-10 8.844c0 1.047 0.156 2.047 0.453 3.016l1.062 0.187c0.688-1.219 1.984-2.047 3.484-2.047v-0.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-0.5c-1.859 0-3.406-1.266-3.859-2.969l-2.891-0.516-0.313-0.766c-0.625-1.547-0.938-3.203-0.938-4.906 0-6.422 5.953-11.844 13-11.844s13 5.422 13 11.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-off\" viewBox=\"0 0 12 28\">\n<title>volume-off</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-down\" viewBox=\"0 0 18 28\">\n<title>volume-down</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-up\" viewBox=\"0 0 26 28\">\n<title>volume-up</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672zM22 14c0 3.172-1.906 6.125-4.844 7.359-0.125 0.047-0.266 0.078-0.391 0.078-0.562 0-1.016-0.453-1.016-1 0-0.438 0.25-0.734 0.609-0.922 0.422-0.219 0.812-0.406 1.188-0.688 1.547-1.125 2.453-2.922 2.453-4.828s-0.906-3.703-2.453-4.828c-0.375-0.281-0.766-0.469-1.188-0.688-0.359-0.187-0.609-0.484-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 2.938 1.234 4.844 4.188 4.844 7.359zM26 14c0 4.797-2.859 9.141-7.266 11.031-0.125 0.047-0.266 0.078-0.406 0.078-0.547 0-1-0.453-1-1 0-0.453 0.234-0.703 0.609-0.922 0.219-0.125 0.469-0.203 0.703-0.328 0.438-0.234 0.875-0.5 1.281-0.797 2.562-1.891 4.078-4.875 4.078-8.062s-1.516-6.172-4.078-8.062c-0.406-0.297-0.844-0.562-1.281-0.797-0.234-0.125-0.484-0.203-0.703-0.328-0.375-0.219-0.609-0.469-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 4.406 1.891 7.266 6.234 7.266 11.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qrcode\" viewBox=\"0 0 22 28\">\n<title>qrcode</title>\n<path d=\"M6 18v2h-2v-2h2zM6 6v2h-2v-2h2zM18 6v2h-2v-2h2zM2 21.984h6v-5.984h-6v5.984zM2 10h6v-6h-6v6zM14 10h6v-6h-6v6zM10 14v10h-10v-10h10zM18 22v2h-2v-2h2zM22 22v2h-2v-2h2zM22 14v6h-6v-2h-2v6h-2v-10h6v2h2v-2h2zM10 2v10h-10v-10h10zM22 2v10h-10v-10h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-barcode\" viewBox=\"0 0 28 28\">\n<title>barcode</title>\n<path d=\"M0.984 24h-0.984v-22h0.984v22zM1.969 23.984h-0.5v-21.984h0.5v21.984zM3.437 23.984h-0.484v-21.984h0.484v21.984zM5.891 23.984h-0.484v-21.984h0.484v21.984zM8.344 23.984h-0.969v-21.984h0.969v21.984zM10.313 23.984h-0.484v-21.984h0.484v21.984zM11.297 23.984h-0.484v-21.984h0.484v21.984zM12.281 23.984h-0.484v-21.984h0.484v21.984zM14.734 23.984h-0.984v-21.984h0.984v21.984zM17.187 23.984h-0.984v-21.984h0.984v21.984zM19.156 23.984h-0.984v-21.984h0.984v21.984zM21.125 23.984h-0.984v-21.984h0.984v21.984zM22.594 23.984h-0.984v-21.984h0.984v21.984zM25.547 23.984h-1.469v-21.984h1.469v21.984zM26.531 23.984h-0.5v-21.984h0.5v21.984zM28 24h-0.984v-22h0.984v22z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tag\" viewBox=\"0 0 24 28\">\n<title>tag</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tags\" viewBox=\"0 0 30 28\">\n<title>tags</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422zM29.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578-0.812 0-1.219-0.375-1.75-0.922l7.344-7.344c0.359-0.359 0.578-0.875 0.578-1.406s-0.219-1.047-0.578-1.422l-11.172-11.156c-0.797-0.797-2.312-1.422-3.422-1.422h3.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-book\" viewBox=\"0 0 26 28\">\n<title>book</title>\n<path d=\"M25.609 7.469c0.391 0.562 0.5 1.297 0.281 2.016l-4.297 14.156c-0.391 1.328-1.766 2.359-3.109 2.359h-14.422c-1.594 0-3.297-1.266-3.875-2.891-0.25-0.703-0.25-1.391-0.031-1.984 0.031-0.313 0.094-0.625 0.109-1 0.016-0.25-0.125-0.453-0.094-0.641 0.063-0.375 0.391-0.641 0.641-1.062 0.469-0.781 1-2.047 1.172-2.859 0.078-0.297-0.078-0.641 0-0.906 0.078-0.297 0.375-0.516 0.531-0.797 0.422-0.719 0.969-2.109 1.047-2.844 0.031-0.328-0.125-0.688-0.031-0.938 0.109-0.359 0.453-0.516 0.688-0.828 0.375-0.516 1-2 1.094-2.828 0.031-0.266-0.125-0.531-0.078-0.812 0.063-0.297 0.438-0.609 0.688-0.969 0.656-0.969 0.781-3.109 2.766-2.547l-0.016 0.047c0.266-0.063 0.531-0.141 0.797-0.141h11.891c0.734 0 1.391 0.328 1.781 0.875 0.406 0.562 0.5 1.297 0.281 2.031l-4.281 14.156c-0.734 2.406-1.141 2.938-3.125 2.938h-13.578c-0.203 0-0.453 0.047-0.594 0.234-0.125 0.187-0.141 0.328-0.016 0.672 0.313 0.906 1.391 1.094 2.25 1.094h14.422c0.578 0 1.25-0.328 1.422-0.891l4.688-15.422c0.094-0.297 0.094-0.609 0.078-0.891 0.359 0.141 0.688 0.359 0.922 0.672zM8.984 7.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5zM7.688 11.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark\" viewBox=\"0 0 20 28\">\n<title>bookmark</title>\n<path d=\"M18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-print\" viewBox=\"0 0 26 28\">\n<title>print</title>\n<path d=\"M6 24h14v-4h-14v4zM6 14h14v-6h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v10zM24 15c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 15v6.5c0 0.266-0.234 0.5-0.5 0.5h-3.5v2.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-6.5c0-1.641 1.359-3 3-3h1v-8.5c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.969 0.469 2.562 1.062l2.375 2.375c0.594 0.594 1.062 1.734 1.062 2.562v4h1c1.641 0 3 1.359 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera\" viewBox=\"0 0 30 28\">\n<title>camera</title>\n<path d=\"M15 10.5c2.484 0 4.5 2.016 4.5 4.5s-2.016 4.5-4.5 4.5-4.5-2.016-4.5-4.5 2.016-4.5 4.5-4.5zM26 4c2.203 0 4 1.797 4 4v14c0 2.203-1.797 4-4 4h-22c-2.203 0-4-1.797-4-4v-14c0-2.203 1.797-4 4-4h3.5l0.797-2.125c0.391-1.031 1.609-1.875 2.703-1.875h8c1.094 0 2.312 0.844 2.703 1.875l0.797 2.125h3.5zM15 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-font\" viewBox=\"0 0 26 28\">\n<title>font</title>\n<path d=\"M11.328 8.734l-2.656 7.031c1.547 0.016 3.094 0.063 4.641 0.063 0.297 0 0.594-0.016 0.891-0.031-0.812-2.375-1.766-4.797-2.875-7.063zM0 26l0.031-1.234c1.469-0.453 3.063-0.141 3.719-1.828l3.703-9.625 4.375-11.312h2c0.063 0.109 0.125 0.219 0.172 0.328l3.203 7.5c1.172 2.766 2.25 5.563 3.437 8.313 0.703 1.625 1.25 3.297 2.031 4.891 0.109 0.25 0.328 0.719 0.547 0.891 0.516 0.406 1.953 0.5 2.688 0.781 0.047 0.297 0.094 0.594 0.094 0.891 0 0.141-0.016 0.266-0.016 0.406-1.984 0-3.969-0.25-5.953-0.25-2.047 0-4.094 0.172-6.141 0.234 0-0.406 0.016-0.812 0.063-1.219l2.047-0.438c0.422-0.094 1.25-0.203 1.25-0.781 0-0.562-2.016-5.203-2.266-5.844l-7.031-0.031c-0.406 0.906-1.984 5-1.984 5.594 0 1.203 2.297 1.25 3.187 1.375 0.016 0.297 0.016 0.594 0.016 0.906 0 0.141-0.016 0.281-0.031 0.422-1.813 0-3.641-0.313-5.453-0.313-0.219 0-0.531 0.094-0.75 0.125-0.984 0.172-1.953 0.219-2.938 0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bold\" viewBox=\"0 0 22 28\">\n<title>bold</title>\n<path d=\"M8.672 23.766c0.688 0.297 1.437 0.5 2.188 0.5 3.563 0 5.875-1.422 5.875-5.234 0-0.969-0.125-1.984-0.641-2.812-1.453-2.344-3.547-2.469-6.062-2.469-0.469 0-1.141 0-1.578 0.156 0 1.656-0.016 3.313-0.016 4.953 0 1.078-0.141 4 0.234 4.906zM8.453 12.109c0.562 0.094 1.141 0.109 1.703 0.109 3.219 0 5.516-0.906 5.516-4.516 0-3.047-2.703-4.094-5.313-4.094-0.688 0-1.359 0.094-2.031 0.203 0 1.578 0.125 3.156 0.125 4.734 0 0.828-0.016 1.656-0.016 2.484 0 0.359 0 0.719 0.016 1.078zM0 26l0.031-1.469c1-0.25 2.016-0.266 2.984-0.672 0.547-0.922 0.469-2.547 0.469-3.594 0-0.344 0.031-15.281-0.344-16.016-0.234-0.453-2.531-0.562-3.047-0.625l-0.063-1.297c3.719-0.063 7.438-0.328 11.141-0.328 0.703 0 1.422 0.016 2.125 0.016 3.531 0 7.422 1.687 7.422 5.75 0 2.797-2.125 3.844-4.328 4.844 2.969 0.672 5.609 2.688 5.609 5.969 0 5.375-4.891 7.156-9.469 7.156-1.375 0-2.75-0.094-4.125-0.094-2.797 0-5.625 0.25-8.406 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-italic\" viewBox=\"0 0 16 28\">\n<title>italic</title>\n<path d=\"M0 25.969l0.266-1.328c1-0.313 2.078-0.438 3.016-0.922 0.359-0.453 0.531-1.031 0.641-1.578 0.203-1.062 3.609-16.391 3.563-17.641v-0.391c-0.859-0.469-1.906-0.344-2.844-0.5l0.297-1.609c2.016 0.094 4.062 0.25 6.094 0.25 1.656 0 3.313-0.156 4.969-0.25-0.063 0.469-0.172 0.938-0.297 1.391-1.078 0.375-2.219 0.547-3.281 0.969-0.344 0.844-0.422 1.766-0.578 2.656-0.75 4.047-1.75 8.094-2.578 12.109-0.156 0.75-0.922 3.859-0.859 4.516l0.016 0.281c0.953 0.219 1.922 0.328 2.891 0.484-0.031 0.516-0.125 1.031-0.25 1.547-0.344 0-0.672 0.047-1.016 0.047-0.891 0-1.813-0.297-2.703-0.313-1.078-0.016-2.156-0.031-3.219-0.031-1.391 0-2.75 0.234-4.125 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-height\" viewBox=\"0 0 28 28\">\n<title>text-height</title>\n<path d=\"M27.25 22c0.688 0 0.906 0.438 0.484 0.984l-1.969 2.531c-0.422 0.547-1.109 0.547-1.531 0l-1.969-2.531c-0.422-0.547-0.203-0.984 0.484-0.984h1.25v-16h-1.25c-0.688 0-0.906-0.438-0.484-0.984l1.969-2.531c0.422-0.547 1.109-0.547 1.531 0l1.969 2.531c0.422 0.547 0.203 0.984-0.484 0.984h-1.25v16h1.25zM1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 1.125 0 2.234 0.016 3.359 0.016h4.578c0.625 0 0.984 0.141 1.406-0.453l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.547 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.484-2.422-0.516-2.453-0.328-0.406-0.688-0.328-1.172-0.328-1.422 0-2.906-0.063-4.312 0.109-0.078 0.688-0.141 1.422-0.125 2.125 0.016 4.391 0.063 8.781 0.063 13.172 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.344-0.766 0.297-5 0.297-5.984 0-3.156-0.094-6.312-0.094-9.469v-1.828c0-0.281 0.063-1.406-0.125-1.625-0.219-0.234-2.266-0.187-2.531-0.187-0.578 0-2.25 0.266-2.703 0.594-0.75 0.516-0.75 3.641-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-width\" viewBox=\"0 0 24 28\">\n<title>text-width</title>\n<path d=\"M1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 4.141 0 8.328-0.094 12.469 0.047 0.344 0.016 0.672-0.203 0.875-0.484l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.562 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.5-2.422-0.516-2.453-0.109-0.141-0.25-0.234-0.422-0.297-0.125-0.047-0.875-0.031-1.031-0.031-1.922 0-4.141-0.109-6.031 0.109-0.078 0.688-0.141 1.422-0.125 2.125l0.016 2.375v-0.812c0.016 2.547 0.047 5.078 0.047 7.609 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.391-0.875 0.281-8.266 0.281-9.641 0-0.219-0.078-0.453-0.078-0.688 0-0.641 0.109-4.312-0.125-4.578-0.219-0.234-2.266-0.187-2.531-0.187-0.656 0-4.328 0.344-4.703 0.594-0.734 0.484-0.75 3.625-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984zM20.469 22.047c0.547 0 2.625 1.859 3.047 2.188 0.234 0.187 0.406 0.453 0.406 0.766s-0.172 0.578-0.406 0.766c-0.422 0.328-2.5 2.188-3.047 2.188-0.719 0-0.469-1.672-0.469-1.953h-16c0 0.281 0.25 1.953-0.469 1.953-0.547 0-2.625-1.859-3.047-2.188-0.234-0.187-0.406-0.453-0.406-0.766s0.172-0.578 0.406-0.766c0.422-0.328 2.5-2.188 3.047-2.188 0.719 0 0.469 1.672 0.469 1.953h16c0-0.281-0.25-1.953 0.469-1.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-left\" viewBox=\"0 0 28 28\">\n<title>align-left</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-center\" viewBox=\"0 0 28 28\">\n<title>align-center</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h10c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-right\" viewBox=\"0 0 28 28\">\n<title>align-right</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-justify\" viewBox=\"0 0 28 28\">\n<title>align-justify</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list\" viewBox=\"0 0 28 28\">\n<title>list</title>\n<path d=\"M4 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM4 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dedent\" viewBox=\"0 0 28 28\">\n<title>dedent</title>\n<path d=\"M6 8.5v9c0 0.266-0.234 0.5-0.5 0.5-0.125 0-0.266-0.047-0.359-0.141l-4.5-4.5c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l4.5-4.5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-indent\" viewBox=\"0 0 28 28\">\n<title>indent</title>\n<path d=\"M5.5 13c0 0.125-0.047 0.266-0.141 0.359l-4.5 4.5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-9c0-0.266 0.234-0.5 0.5-0.5 0.125 0 0.266 0.047 0.359 0.141l4.5 4.5c0.094 0.094 0.141 0.234 0.141 0.359zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-video-camera\" viewBox=\"0 0 28 28\">\n<title>video-camera</title>\n<path d=\"M28 5.5v17c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-6.297-6.297v2.594c0 2.484-2.016 4.5-4.5 4.5h-11c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h11c2.484 0 4.5 2.016 4.5 4.5v2.578l6.297-6.281c0.187-0.203 0.438-0.297 0.703-0.297 0.125 0 0.266 0.031 0.391 0.078 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-image\" viewBox=\"0 0 30 28\">\n<title>image</title>\n<path d=\"M10 9c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 15v7h-22v-3l5-5 2.5 2.5 8-8zM27.5 4h-25c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5v-19c0-0.266-0.234-0.5-0.5-0.5zM30 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil\" viewBox=\"0 0 24 28\">\n<title>pencil</title>\n<path d=\"M5.672 24l1.422-1.422-3.672-3.672-1.422 1.422v1.672h2v2h1.672zM13.844 9.5c0-0.203-0.141-0.344-0.344-0.344-0.094 0-0.187 0.031-0.266 0.109l-8.469 8.469c-0.078 0.078-0.109 0.172-0.109 0.266 0 0.203 0.141 0.344 0.344 0.344 0.094 0 0.187-0.031 0.266-0.109l8.469-8.469c0.078-0.078 0.109-0.172 0.109-0.266zM13 6.5l6.5 6.5-13 13h-6.5v-6.5zM23.672 8c0 0.531-0.219 1.047-0.578 1.406l-2.594 2.594-6.5-6.5 2.594-2.578c0.359-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l3.672 3.656c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-marker\" viewBox=\"0 0 16 28\">\n<title>map-marker</title>\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adjust\" viewBox=\"0 0 24 28\">\n<title>adjust</title>\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tint\" viewBox=\"0 0 16 28\">\n<title>tint</title>\n<path d=\"M8 18c0-0.391-0.125-0.766-0.313-1.078-0.203-0.313-1.031-1.375-1.359-2.422-0.047-0.172-0.203-0.25-0.328-0.25s-0.281 0.078-0.328 0.25c-0.328 1.047-1.156 2.109-1.359 2.422-0.187 0.313-0.313 0.688-0.313 1.078 0 1.109 0.891 2 2 2s2-0.891 2-2zM16 16c0 4.422-3.578 8-8 8s-8-3.578-8-8c0-1.578 0.484-3.047 1.266-4.297 0.797-1.25 4.141-5.484 5.406-9.703 0.203-0.672 0.828-1 1.328-1s1.141 0.328 1.328 1c1.266 4.219 4.609 8.453 5.406 9.703s1.266 2.719 1.266 4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edit\" viewBox=\"0 0 28 28\">\n<title>edit</title>\n<path d=\"M13.875 18.5l1.813-1.813-2.375-2.375-1.813 1.813v0.875h1.5v1.5h0.875zM20.75 7.25c-0.141-0.141-0.375-0.125-0.516 0.016l-5.469 5.469c-0.141 0.141-0.156 0.375-0.016 0.516s0.375 0.125 0.516-0.016l5.469-5.469c0.141-0.141 0.156-0.375 0.016-0.516zM22 16.531v2.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.141 0.141-0.328 0.187-0.5 0.125-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-1.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.156-0.156 0.359-0.187 0.547-0.109s0.313 0.25 0.313 0.453zM20.5 5l4.5 4.5-10.5 10.5h-4.5v-4.5zM27.438 7.063l-1.437 1.437-4.5-4.5 1.437-1.437c0.578-0.578 1.547-0.578 2.125 0l2.375 2.375c0.578 0.578 0.578 1.547 0 2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square-o\" viewBox=\"0 0 26 28\">\n<title>share-square-o</title>\n<path d=\"M22 15.453v4.047c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h3.984c0.266 0 0.5 0.219 0.5 0.5 0 0.25-0.172 0.453-0.406 0.5-0.781 0.266-1.484 0.578-2.078 0.938-0.078 0.031-0.156 0.063-0.25 0.063h-1.75c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.344c0-0.187 0.109-0.359 0.281-0.453 0.313-0.141 0.594-0.344 0.844-0.578 0.141-0.141 0.359-0.203 0.547-0.125s0.328 0.25 0.328 0.453zM25.703 7.703l-6 6c-0.187 0.203-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.391-0.078-0.359-0.156-0.609-0.516-0.609-0.922v-3h-2.5c-3.437 0-5.625 0.656-6.844 2.047-1.266 1.453-1.641 3.797-1.156 7.391 0.031 0.219-0.109 0.438-0.313 0.531-0.063 0.016-0.125 0.031-0.187 0.031-0.156 0-0.313-0.078-0.406-0.203-0.109-0.156-2.594-3.672-2.594-6.797 0-4.188 1.313-9 11.5-9h2.5v-3c0-0.406 0.25-0.766 0.609-0.922 0.125-0.047 0.266-0.078 0.391-0.078 0.266 0 0.516 0.109 0.703 0.297l6 6c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square-o\" viewBox=\"0 0 26 28\">\n<title>check-square-o</title>\n<path d=\"M22 14.531v4.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.094 0.094-0.234 0.156-0.359 0.156-0.047 0-0.094-0.016-0.141-0.031-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.109-0.109 0.234-0.156 0.359-0.156 0.063 0 0.125 0.016 0.187 0.047 0.187 0.078 0.313 0.25 0.313 0.453zM25.609 6.891l-12.719 12.719c-0.5 0.5-1.281 0.5-1.781 0l-6.719-6.719c-0.5-0.5-0.5-1.281 0-1.781l1.719-1.719c0.5-0.5 1.281-0.5 1.781 0l4.109 4.109 10.109-10.109c0.5-0.5 1.281-0.5 1.781 0l1.719 1.719c0.5 0.5 0.5 1.281 0 1.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows\" viewBox=\"0 0 28 28\">\n<title>arrows</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-6v6h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-6h-6v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h6v-6h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-2v6h6v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-backward\" viewBox=\"0 0 16 28\">\n<title>step-backward</title>\n<path d=\"M15.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-backward\" viewBox=\"0 0 28 28\">\n<title>fast-backward</title>\n<path d=\"M27.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-backward\" viewBox=\"0 0 28 28\">\n<title>backward</title>\n<path d=\"M25.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.391-0.391-0.391-1.016 0-1.406l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play\" viewBox=\"0 0 22 28\">\n<title>play</title>\n<path d=\"M21.625 14.484l-20.75 11.531c-0.484 0.266-0.875 0.031-0.875-0.516v-23c0-0.547 0.391-0.781 0.875-0.516l20.75 11.531c0.484 0.266 0.484 0.703 0 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause\" viewBox=\"0 0 24 28\">\n<title>pause</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1zM10 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop\" viewBox=\"0 0 24 28\">\n<title>stop</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forward\" viewBox=\"0 0 24 28\">\n<title>forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.391 0.391 0.391 1.016 0 1.406l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-forward\" viewBox=\"0 0 28 28\">\n<title>fast-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-forward\" viewBox=\"0 0 16 28\">\n<title>step-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eject\" viewBox=\"0 0 24 28\">\n<title>eject</title>\n<path d=\"M0.219 15.297l11.094-11.094c0.391-0.391 1.016-0.391 1.406 0l11.094 11.094c0.391 0.391 0.25 0.703-0.297 0.703h-23c-0.547 0-0.688-0.313-0.297-0.703zM23.016 24h-22c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-left\" viewBox=\"0 0 21 28\">\n<title>chevron-left</title>\n<path d=\"M18.297 4.703l-8.297 8.297 8.297 8.297c0.391 0.391 0.391 1.016 0 1.406l-2.594 2.594c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.594c-0.391-0.391-0.391-1.016 0-1.406l11.594-11.594c0.391-0.391 1.016-0.391 1.406 0l2.594 2.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-right\" viewBox=\"0 0 19 28\">\n<title>chevron-right</title>\n<path d=\"M17.297 13.703l-11.594 11.594c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.594c-0.391-0.391-0.391-1.016 0-1.406l8.297-8.297-8.297-8.297c-0.391-0.391-0.391-1.016 0-1.406l2.594-2.594c0.391-0.391 1.016-0.391 1.406 0l11.594 11.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-circle\" viewBox=\"0 0 24 28\">\n<title>plus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-4v-4c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v4h-4c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h4v4c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-4h4c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-circle\" viewBox=\"0 0 24 28\">\n<title>minus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle\" viewBox=\"0 0 24 28\">\n<title>times-circle</title>\n<path d=\"M17.953 17.531c0-0.266-0.109-0.516-0.297-0.703l-2.828-2.828 2.828-2.828c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.531-0.297-0.719l-1.406-1.406c-0.187-0.187-0.453-0.297-0.719-0.297s-0.516 0.109-0.703 0.297l-2.828 2.828-2.828-2.828c-0.187-0.187-0.438-0.297-0.703-0.297s-0.531 0.109-0.719 0.297l-1.406 1.406c-0.187 0.187-0.297 0.453-0.297 0.719s0.109 0.516 0.297 0.703l2.828 2.828-2.828 2.828c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.531 0.297 0.719l1.406 1.406c0.187 0.187 0.453 0.297 0.719 0.297s0.516-0.109 0.703-0.297l2.828-2.828 2.828 2.828c0.187 0.187 0.438 0.297 0.703 0.297s0.531-0.109 0.719-0.297l1.406-1.406c0.187-0.187 0.297-0.453 0.297-0.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle\" viewBox=\"0 0 24 28\">\n<title>check-circle</title>\n<path d=\"M20.062 11.469c0-0.266-0.094-0.531-0.281-0.719l-1.422-1.406c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-6.375 6.359-3.531-3.531c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.406c-0.187 0.187-0.281 0.453-0.281 0.719s0.094 0.516 0.281 0.703l5.656 5.656c0.187 0.187 0.453 0.297 0.703 0.297 0.266 0 0.531-0.109 0.719-0.297l8.484-8.484c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle\" viewBox=\"0 0 24 28\">\n<title>question-circle</title>\n<path d=\"M14 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM18 11c0-2.859-3-5-5.688-5-2.547 0-4.453 1.094-5.797 3.328-0.141 0.219-0.078 0.5 0.125 0.656l2.063 1.563c0.078 0.063 0.187 0.094 0.297 0.094 0.141 0 0.297-0.063 0.391-0.187 0.734-0.938 1.047-1.219 1.344-1.437 0.266-0.187 0.781-0.375 1.344-0.375 1 0 1.922 0.641 1.922 1.328 0 0.812-0.422 1.219-1.375 1.656-1.109 0.5-2.625 1.797-2.625 3.313v0.562c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v0c0-0.359 0.453-1.125 1.188-1.547 1.188-0.672 2.812-1.578 2.812-3.953zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info-circle\" viewBox=\"0 0 24 28\">\n<title>info-circle</title>\n<path d=\"M16 21.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-1.5v-8c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h1.5v5h-1.5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h7c0.281 0 0.5-0.219 0.5-0.5zM14 7.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crosshairs\" viewBox=\"0 0 24 28\">\n<title>crosshairs</title>\n<path d=\"M18.703 16h-1.703c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1.703c-0.672-2.25-2.453-4.031-4.703-4.703v1.703c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-1.703c-2.25 0.672-4.031 2.453-4.703 4.703h1.703c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1.703c0.672 2.25 2.453 4.031 4.703 4.703v-1.703c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1.703c2.25-0.672 4.031-2.453 4.703-4.703zM24 13v2c0 0.547-0.453 1-1 1h-2.234c-0.766 3.359-3.406 6-6.766 6.766v2.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-2.234c-3.359-0.766-6-3.406-6.766-6.766h-2.234c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h2.234c0.766-3.359 3.406-6 6.766-6.766v-2.234c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v2.234c3.359 0.766 6 3.406 6.766 6.766h2.234c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle-o\" viewBox=\"0 0 24 28\">\n<title>times-circle-o</title>\n<path d=\"M17.141 16.859l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.141-2.141-2.141 2.141c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.141-2.141-2.141-2.141c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.141 2.141 2.141-2.141c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.141 2.141 2.141 2.141c0.203 0.203 0.203 0.516 0 0.719zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle-o\" viewBox=\"0 0 24 28\">\n<title>check-circle-o</title>\n<path d=\"M18.297 12.703l-6.594 6.594c-0.391 0.391-1.016 0.391-1.406 0l-4.594-4.594c-0.391-0.391-0.391-1.016 0-1.406l1.594-1.594c0.391-0.391 1.016-0.391 1.406 0l2.297 2.297 4.297-4.297c0.391-0.391 1.016-0.391 1.406 0l1.594 1.594c0.391 0.391 0.391 1.016 0 1.406zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ban\" viewBox=\"0 0 24 28\">\n<title>ban</title>\n<path d=\"M20.5 13.953c0-1.703-0.5-3.281-1.359-4.609l-11.781 11.766c1.344 0.875 2.938 1.391 4.641 1.391 4.688 0 8.5-3.828 8.5-8.547zM4.891 18.625l11.797-11.781c-1.344-0.906-2.953-1.422-4.688-1.422-4.688 0-8.5 3.828-8.5 8.531 0 1.734 0.516 3.328 1.391 4.672zM24 13.953c0 6.656-5.375 12.047-12 12.047s-12-5.391-12-12.047c0-6.641 5.375-12.031 12-12.031s12 5.391 12 12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-left\" viewBox=\"0 0 25 28\">\n<title>arrow-left</title>\n<path d=\"M24 14v2c0 1.062-0.703 2-1.828 2h-11l4.578 4.594c0.375 0.359 0.594 0.875 0.594 1.406s-0.219 1.047-0.594 1.406l-1.172 1.188c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-10.172-10.187c-0.359-0.359-0.578-0.875-0.578-1.406s0.219-1.047 0.578-1.422l10.172-10.156c0.375-0.375 0.891-0.594 1.422-0.594s1.031 0.219 1.406 0.594l1.172 1.156c0.375 0.375 0.594 0.891 0.594 1.422s-0.219 1.047-0.594 1.422l-4.578 4.578h11c1.125 0 1.828 0.938 1.828 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-right\" viewBox=\"0 0 23 28\">\n<title>arrow-right</title>\n<path d=\"M23 15c0 0.531-0.203 1.047-0.578 1.422l-10.172 10.172c-0.375 0.359-0.891 0.578-1.422 0.578s-1.031-0.219-1.406-0.578l-1.172-1.172c-0.375-0.375-0.594-0.891-0.594-1.422s0.219-1.047 0.594-1.422l4.578-4.578h-11c-1.125 0-1.828-0.938-1.828-2v-2c0-1.062 0.703-2 1.828-2h11l-4.578-4.594c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.406l1.172-1.172c0.375-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l10.172 10.172c0.375 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-up\" viewBox=\"0 0 26 28\">\n<title>arrow-up</title>\n<path d=\"M25.172 15.172c0 0.531-0.219 1.031-0.578 1.406l-1.172 1.172c-0.375 0.375-0.891 0.594-1.422 0.594s-1.047-0.219-1.406-0.594l-4.594-4.578v11c0 1.125-0.938 1.828-2 1.828h-2c-1.062 0-2-0.703-2-1.828v-11l-4.594 4.578c-0.359 0.375-0.875 0.594-1.406 0.594s-1.047-0.219-1.406-0.594l-1.172-1.172c-0.375-0.375-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.172-10.172c0.359-0.375 0.875-0.578 1.406-0.578s1.047 0.203 1.422 0.578l10.172 10.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-down\" viewBox=\"0 0 26 28\">\n<title>arrow-down</title>\n<path d=\"M25.172 13c0 0.531-0.219 1.047-0.578 1.406l-10.172 10.187c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-10.172-10.187c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l1.156-1.172c0.375-0.359 0.891-0.578 1.422-0.578s1.047 0.219 1.406 0.578l4.594 4.594v-11c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v11l4.594-4.594c0.359-0.359 0.875-0.578 1.406-0.578s1.047 0.219 1.422 0.578l1.172 1.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-forward\" viewBox=\"0 0 28 28\">\n<title>mail-forward</title>\n<path d=\"M28 10c0 0.266-0.109 0.516-0.297 0.703l-8 8c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4h-3.5c-6.734 0-11.156 1.297-11.156 8.75 0 0.641 0.031 1.281 0.078 1.922 0.016 0.25 0.078 0.531 0.078 0.781 0 0.297-0.187 0.547-0.5 0.547-0.219 0-0.328-0.109-0.438-0.266-0.234-0.328-0.406-0.828-0.578-1.188-0.891-2-1.984-4.859-1.984-7.047 0-1.75 0.172-3.547 0.828-5.203 2.172-5.391 8.547-6.297 13.672-6.297h3.5v-4c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8 8c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expand\" viewBox=\"0 0 24 28\">\n<title>expand</title>\n<path d=\"M11.797 16.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359zM24 3v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compress\" viewBox=\"0 0 24 28\">\n<title>compress</title>\n<path d=\"M12 15v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1zM23.797 4.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-circle\" viewBox=\"0 0 24 28\">\n<title>exclamation-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM14 21.484v-2.969c0-0.281-0.219-0.516-0.484-0.516h-3c-0.281 0-0.516 0.234-0.516 0.516v2.969c0 0.281 0.234 0.516 0.516 0.516h3c0.266 0 0.484-0.234 0.484-0.516zM13.969 16.109l0.281-9.703c0-0.109-0.047-0.219-0.156-0.281-0.094-0.078-0.234-0.125-0.375-0.125h-3.437c-0.141 0-0.281 0.047-0.375 0.125-0.109 0.063-0.156 0.172-0.156 0.281l0.266 9.703c0 0.219 0.234 0.391 0.531 0.391h2.891c0.281 0 0.516-0.172 0.531-0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gift\" viewBox=\"0 0 24 28\">\n<title>gift</title>\n<path d=\"M14.5 21.187v-11.188h-5v11.188c0 0.547 0.453 0.812 1 0.812h3c0.547 0 1-0.266 1-0.812zM7.375 8h3.047l-1.969-2.516c-0.172-0.203-0.547-0.484-1.078-0.484-0.828 0-1.5 0.672-1.5 1.5s0.672 1.5 1.5 1.5zM18.125 6.5c0-0.828-0.672-1.5-1.5-1.5-0.531 0-0.906 0.281-1.078 0.484l-1.953 2.516h3.031c0.828 0 1.5-0.672 1.5-1.5zM24 10.5v5c0 0.281-0.219 0.5-0.5 0.5h-1.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-17c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h6.875c-1.937 0-3.5-1.563-3.5-3.5s1.563-3.5 3.5-3.5c1.047 0 2.016 0.438 2.625 1.203l2 2.578 2-2.578c0.609-0.766 1.578-1.203 2.625-1.203 1.937 0 3.5 1.563 3.5 3.5s-1.563 3.5-3.5 3.5h6.875c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leaf\" viewBox=\"0 0 28 28\">\n<title>leaf</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-5.531 0-9.094 2.312-12.703 6.297-0.187 0.203-0.297 0.422-0.297 0.703 0 0.547 0.453 1 1 1 0.281 0 0.5-0.109 0.703-0.297 0.766-0.688 1.453-1.437 2.203-2.141 2.828-2.547 5.25-3.563 9.094-3.563 0.547 0 1-0.453 1-1zM28 7.906c0 1-0.109 2.016-0.313 3.016-1 4.859-4.125 8.016-8.469 10.172-2.109 1.062-4.469 1.687-6.844 1.687-1.5 0-3.047-0.25-4.469-0.734-0.75-0.25-2.25-1.234-2.875-1.234-0.781 0-1.719 3.187-3.078 3.187-0.984 0-1.281-0.484-1.703-1.203-0.141-0.266-0.25-0.359-0.25-0.688 0-1.625 3.094-2.891 3.094-3.797 0-0.141-0.406-0.969-0.469-1.281-0.094-0.531-0.141-1.078-0.141-1.625 0-4.969 3.953-8.516 8.391-9.984 3.203-1.062 10.016 0.172 12.187-1.891 0.859-0.797 1.281-1.531 2.594-1.531 1.766 0 2.344 4.578 2.344 5.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire\" viewBox=\"0 0 22 28\">\n<title>fire</title>\n<path d=\"M22 26.5v1c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM18 10c0 5.984-7 6.516-7 10.5 0 1.094 0.547 2.547 1.047 3.5l-0.063-0.016 0.016 0.016c-4.312-1.984-8-4.719-8-10 0-5.984 7-6.516 7-10.5 0-1.094-0.547-2.547-1.031-3.5l0.047 0.016-0.016-0.016c4.312 1.984 8 4.719 8 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye\" viewBox=\"0 0 28 28\">\n<title>eye</title>\n<path d=\"M26 15c-1.484-2.297-3.516-4.266-5.953-5.516 0.625 1.062 0.953 2.281 0.953 3.516 0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 2.672 4.125 6.984 7 12 7s9.328-2.875 12-7zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.781 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM28 15c0 0.391-0.125 0.75-0.313 1.078-2.875 4.734-8.141 7.922-13.687 7.922s-10.813-3.203-13.687-7.922c-0.187-0.328-0.313-0.688-0.313-1.078s0.125-0.75 0.313-1.078c2.875-4.719 8.141-7.922 13.687-7.922s10.813 3.203 13.687 7.922c0.187 0.328 0.313 0.688 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye-slash\" viewBox=\"0 0 28 28\">\n<title>eye-slash</title>\n<path d=\"M8.672 20.859l1.219-2.203c-1.813-1.313-2.891-3.422-2.891-5.656 0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 1.625 2.516 3.922 4.625 6.672 5.859zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.797 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM20.422 6.016c0 0.031 0 0.109-0.016 0.141-3.297 5.891-6.563 11.813-9.859 17.703l-0.766 1.391c-0.094 0.156-0.266 0.25-0.438 0.25-0.281 0-1.766-0.906-2.094-1.094-0.156-0.094-0.25-0.25-0.25-0.438 0-0.25 0.531-1.094 0.688-1.359-3.031-1.375-5.578-3.719-7.375-6.531-0.203-0.313-0.313-0.688-0.313-1.078 0-0.375 0.109-0.766 0.313-1.078 3.094-4.75 7.922-7.922 13.687-7.922 0.938 0 1.891 0.094 2.812 0.266l0.844-1.516c0.094-0.156 0.25-0.25 0.438-0.25 0.281 0 1.75 0.906 2.078 1.094 0.156 0.094 0.25 0.25 0.25 0.422zM21 13c0 2.906-1.797 5.5-4.5 6.531l4.375-7.844c0.078 0.438 0.125 0.875 0.125 1.313zM28 15c0 0.406-0.109 0.734-0.313 1.078-0.484 0.797-1.094 1.563-1.703 2.266-3.063 3.516-7.281 5.656-11.984 5.656l1.156-2.063c4.547-0.391 8.406-3.156 10.844-6.937-1.156-1.797-2.641-3.375-4.406-4.594l0.984-1.75c1.937 1.297 3.891 3.25 5.109 5.266 0.203 0.344 0.313 0.672 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-triangle\" viewBox=\"0 0 28 28\">\n<title>exclamation-triangle</title>\n<path d=\"M16 21.484v-2.969c0-0.281-0.219-0.516-0.5-0.516h-3c-0.281 0-0.5 0.234-0.5 0.516v2.969c0 0.281 0.219 0.516 0.5 0.516h3c0.281 0 0.5-0.234 0.5-0.516zM15.969 15.641l0.281-7.172c0-0.094-0.047-0.219-0.156-0.297-0.094-0.078-0.234-0.172-0.375-0.172h-3.437c-0.141 0-0.281 0.094-0.375 0.172-0.109 0.078-0.156 0.234-0.156 0.328l0.266 7.141c0 0.203 0.234 0.359 0.531 0.359h2.891c0.281 0 0.516-0.156 0.531-0.359zM15.75 1.047l12 22c0.344 0.609 0.328 1.359-0.031 1.969s-1.016 0.984-1.719 0.984h-24c-0.703 0-1.359-0.375-1.719-0.984s-0.375-1.359-0.031-1.969l12-22c0.344-0.641 1.016-1.047 1.75-1.047s1.406 0.406 1.75 1.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plane\" viewBox=\"0 0 22 28\">\n<title>plane</title>\n<path d=\"M21.5 2.5c1 1 0 3.5-1.5 5l-2.516 2.516 2.5 10.875c0.047 0.187-0.031 0.391-0.187 0.516l-2 1.5c-0.078 0.063-0.187 0.094-0.297 0.094-0.031 0-0.063 0-0.109-0.016-0.141-0.031-0.266-0.109-0.328-0.25l-4.359-7.938-4.047 4.047 0.828 3.031c0.047 0.172 0 0.344-0.125 0.484l-1.5 1.5c-0.094 0.094-0.234 0.141-0.359 0.141h-0.031c-0.156-0.016-0.281-0.078-0.375-0.203l-2.953-3.938-3.938-2.953c-0.125-0.078-0.187-0.219-0.203-0.359s0.047-0.281 0.141-0.391l1.5-1.516c0.094-0.094 0.234-0.141 0.359-0.141 0.047 0 0.094 0 0.125 0.016l3.031 0.828 4.047-4.047-7.938-4.359c-0.141-0.078-0.234-0.219-0.266-0.375-0.016-0.141 0.031-0.313 0.141-0.422l2-2c0.125-0.109 0.313-0.172 0.469-0.125l10.391 2.484 2.5-2.5c1.5-1.5 4-2.5 5-1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar\" viewBox=\"0 0 26 28\">\n<title>calendar</title>\n<path d=\"M2 26h4.5v-4.5h-4.5v4.5zM7.5 26h5v-4.5h-5v4.5zM2 20.5h4.5v-5h-4.5v5zM7.5 20.5h5v-5h-5v5zM2 14.5h4.5v-4.5h-4.5v4.5zM13.5 26h5v-4.5h-5v4.5zM7.5 14.5h5v-4.5h-5v4.5zM19.5 26h4.5v-4.5h-4.5v4.5zM13.5 20.5h5v-5h-5v5zM8 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM19.5 20.5h4.5v-5h-4.5v5zM13.5 14.5h5v-4.5h-5v4.5zM19.5 14.5h4.5v-4.5h-4.5v4.5zM20 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-random\" viewBox=\"0 0 28 28\">\n<title>random</title>\n<path d=\"M10.406 7.516c-0.875 1.344-1.516 2.797-2.141 4.266-0.906-1.891-1.906-3.781-4.266-3.781h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.781 0 4.828 1.297 6.406 3.516zM28 20c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3c-4.641 0-7.5 0.547-10.391-3.516 0.859-1.344 1.5-2.797 2.125-4.266 0.906 1.891 1.906 3.781 4.266 3.781h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM28 6c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.219-0.5-0.5v-3h-4c-2.078 0-3.063 1.422-3.938 3.109-0.453 0.875-0.844 1.781-1.219 2.672-1.734 4.031-3.766 8.219-8.844 8.219h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.078 0 3.063-1.422 3.938-3.109 0.453-0.875 0.844-1.781 1.219-2.672 1.734-4.031 3.766-8.219 8.844-8.219h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment\" viewBox=\"0 0 28 28\">\n<title>comment</title>\n<path d=\"M28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344-0.344 0.031-0.672-0.219-0.75-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magnet\" viewBox=\"0 0 24 28\">\n<title>magnet</title>\n<path d=\"M24 13v2c0 6.375-5.047 11-12 11s-12-4.625-12-11v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v2c0 2.859 3.328 3 4 3s4-0.141 4-3v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM8 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM24 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-up\" viewBox=\"0 0 28 28\">\n<title>chevron-up</title>\n<path d=\"M26.297 20.797l-2.594 2.578c-0.391 0.391-1.016 0.391-1.406 0l-8.297-8.297-8.297 8.297c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.578c-0.391-0.391-0.391-1.031 0-1.422l11.594-11.578c0.391-0.391 1.016-0.391 1.406 0l11.594 11.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-down\" viewBox=\"0 0 28 28\">\n<title>chevron-down</title>\n<path d=\"M26.297 12.625l-11.594 11.578c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.578c-0.391-0.391-0.391-1.031 0-1.422l2.594-2.578c0.391-0.391 1.016-0.391 1.406 0l8.297 8.297 8.297-8.297c0.391-0.391 1.016-0.391 1.406 0l2.594 2.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-retweet\" viewBox=\"0 0 30 28\">\n<title>retweet</title>\n<path d=\"M20 23.5c0 0.266-0.234 0.5-0.5 0.5h-15c-0.578 0-0.5-0.609-0.5-1v-9h-3c-0.547 0-1-0.453-1-1 0-0.234 0.078-0.469 0.234-0.641l5-6c0.187-0.219 0.469-0.344 0.766-0.344s0.578 0.125 0.766 0.344l5 6c0.156 0.172 0.234 0.406 0.234 0.641 0 0.547-0.453 1-1 1h-3v6h9c0.141 0 0.297 0.063 0.391 0.172l2.5 3c0.063 0.094 0.109 0.219 0.109 0.328zM30 17c0 0.234-0.078 0.469-0.234 0.641l-5 6c-0.187 0.219-0.469 0.359-0.766 0.359s-0.578-0.141-0.766-0.359l-5-6c-0.156-0.172-0.234-0.406-0.234-0.641 0-0.547 0.453-1 1-1h3v-6h-9c-0.141 0-0.297-0.063-0.391-0.187l-2.5-3c-0.063-0.078-0.109-0.203-0.109-0.313 0-0.266 0.234-0.5 0.5-0.5h15c0.578 0 0.5 0.609 0.5 1v9h3c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-cart\" viewBox=\"0 0 26 28\">\n<title>shopping-cart</title>\n<path d=\"M10 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM24 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM26 7v8c0 0.5-0.391 0.938-0.891 1l-16.312 1.906c0.078 0.359 0.203 0.719 0.203 1.094 0 0.359-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.703-1.656 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.047 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder\" viewBox=\"0 0 26 28\">\n<title>folder</title>\n<path d=\"M26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open\" viewBox=\"0 0 29 28\">\n<title>folder-open</title>\n<path d=\"M29.359 14.875c0 0.375-0.234 0.75-0.484 1.031l-5.25 6.188c-0.906 1.062-2.75 1.906-4.125 1.906h-17c-0.562 0-1.359-0.172-1.359-0.875 0-0.375 0.234-0.75 0.484-1.031l5.25-6.188c0.906-1.062 2.75-1.906 4.125-1.906h17c0.562 0 1.359 0.172 1.359 0.875zM24 9.5v2.5h-13c-1.953 0-4.375 1.109-5.641 2.609l-5.344 6.281c0-0.125-0.016-0.266-0.016-0.391v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-v\" viewBox=\"0 0 12 28\">\n<title>arrows-v</title>\n<path d=\"M11 5c0 0.547-0.453 1-1 1h-2v16h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-16h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-h\" viewBox=\"0 0 28 28\">\n<title>arrows-h</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-16v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h16v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bar-chart\" viewBox=\"0 0 32 28\">\n<title>bar-chart</title>\n<path d=\"M10 14v8h-4v-8h4zM16 6v16h-4v-16h4zM32 24v2h-32v-24h2v22h30zM22 10v12h-4v-12h4zM28 4v18h-4v-18h4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter-square\" viewBox=\"0 0 24 28\">\n<title>twitter-square</title>\n<path d=\"M20 9.531c-0.594 0.266-1.219 0.438-1.891 0.531 0.688-0.406 1.203-1.062 1.453-1.828-0.641 0.375-1.344 0.656-2.094 0.797-0.594-0.641-1.453-1.031-2.391-1.031-1.813 0-3.281 1.469-3.281 3.281 0 0.25 0.016 0.516 0.078 0.75-2.734-0.141-5.156-1.437-6.781-3.437-0.281 0.484-0.453 1.062-0.453 1.656 0 1.141 0.531 2.141 1.422 2.734-0.547-0.016-1.062-0.172-1.563-0.406v0.031c0 1.594 1.203 2.922 2.703 3.219-0.281 0.078-0.5 0.125-0.797 0.125-0.203 0-0.406-0.031-0.609-0.063 0.422 1.297 1.625 2.25 3.063 2.281-1.125 0.875-2.531 1.406-4.078 1.406-0.266 0-0.531-0.016-0.781-0.047 1.453 0.922 3.172 1.469 5.031 1.469 6.031 0 9.344-5 9.344-9.344 0-0.141 0-0.281-0.016-0.422 0.641-0.453 1.203-1.031 1.641-1.703zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-square\" viewBox=\"0 0 24 28\">\n<title>facebook-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-2.938v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-8.313c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera-retro\" viewBox=\"0 0 28 28\">\n<title>camera-retro</title>\n<path d=\"M14.5 13c0-0.281-0.219-0.5-0.5-0.5-1.375 0-2.5 1.125-2.5 2.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-0.828 0.672-1.5 1.5-1.5 0.281 0 0.5-0.219 0.5-0.5zM18 15.031c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM2 24h24v-2h-24v2zM20 15.031c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM4 5h6v-2h-6v2zM2 8h24v-4h-12.938l-1 2h-10.063v2zM28 4v20c0 1.109-0.891 2-2 2h-24c-1.109 0-2-0.891-2-2v-20c0-1.109 0.891-2 2-2h24c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-key\" viewBox=\"0 0 26 28\">\n<title>key</title>\n<path d=\"M13 8c0-1.656-1.344-3-3-3s-3 1.344-3 3c0 0.453 0.109 0.891 0.297 1.297-0.406-0.187-0.844-0.297-1.297-0.297-1.656 0-3 1.344-3 3s1.344 3 3 3 3-1.344 3-3c0-0.453-0.109-0.891-0.297-1.297 0.406 0.187 0.844 0.297 1.297 0.297 1.656 0 3-1.344 3-3zM26.297 19c0 0.359-1.437 1.797-1.797 1.797-0.406 0-1.672-1.469-2-1.797l-1.5 1.5 3.437 3.437c0.281 0.281 0.438 0.672 0.438 1.062 0 0.875-1 1.875-1.875 1.875-0.391 0-0.781-0.156-1.062-0.438l-10.484-10.484c-1.641 1.219-3.641 2.047-5.703 2.047-3.406 0-5.75-2.359-5.75-5.75 0-5.125 5.125-10.25 10.25-10.25 3.391 0 5.75 2.344 5.75 5.75 0 2.063-0.828 4.062-2.047 5.703l5.547 5.547 1.5-1.5c-0.328-0.328-1.797-1.594-1.797-2 0-0.359 1.437-1.797 1.797-1.797 0.125 0 0.266 0.063 0.359 0.156 0.578 0.578 4.937 4.688 4.937 5.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cogs\" viewBox=\"0 0 30 28\">\n<title>cogs</title>\n<path d=\"M14 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM26 22c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM26 6c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM20 12.578v2.891c0 0.203-0.156 0.438-0.359 0.469l-2.422 0.375c-0.125 0.406-0.297 0.797-0.5 1.188 0.438 0.625 0.906 1.203 1.406 1.797 0.063 0.094 0.109 0.187 0.109 0.313 0 0.109-0.031 0.219-0.109 0.297-0.313 0.422-2.063 2.328-2.516 2.328-0.125 0-0.234-0.047-0.328-0.109l-1.797-1.406c-0.391 0.203-0.781 0.359-1.203 0.484-0.078 0.797-0.156 1.656-0.359 2.422-0.063 0.219-0.25 0.375-0.469 0.375h-2.906c-0.219 0-0.438-0.172-0.469-0.391l-0.359-2.391c-0.406-0.125-0.797-0.297-1.172-0.484l-1.844 1.391c-0.078 0.078-0.203 0.109-0.313 0.109-0.125 0-0.234-0.047-0.328-0.125-0.406-0.375-2.25-2.047-2.25-2.5 0-0.109 0.047-0.203 0.109-0.297 0.453-0.594 0.922-1.172 1.375-1.781-0.219-0.422-0.406-0.844-0.547-1.281l-2.375-0.375c-0.219-0.031-0.375-0.234-0.375-0.453v-2.891c0-0.203 0.156-0.438 0.359-0.469l2.422-0.375c0.125-0.406 0.297-0.797 0.5-1.188-0.438-0.625-0.906-1.203-1.406-1.797-0.063-0.094-0.109-0.203-0.109-0.313s0.031-0.219 0.109-0.313c0.313-0.422 2.063-2.312 2.516-2.312 0.125 0 0.234 0.047 0.328 0.109l1.797 1.406c0.391-0.203 0.781-0.359 1.203-0.5 0.078-0.781 0.156-1.641 0.359-2.406 0.063-0.219 0.25-0.375 0.469-0.375h2.906c0.219 0 0.438 0.172 0.469 0.391l0.359 2.391c0.406 0.125 0.797 0.297 1.172 0.484l1.844-1.391c0.094-0.078 0.203-0.109 0.313-0.109 0.125 0 0.234 0.047 0.328 0.125 0.406 0.375 2.25 2.063 2.25 2.5 0 0.109-0.047 0.203-0.109 0.297-0.453 0.609-0.922 1.172-1.359 1.781 0.203 0.422 0.391 0.844 0.531 1.281l2.375 0.359c0.219 0.047 0.375 0.25 0.375 0.469zM30 20.906v2.188c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484zM30 4.906v2.187c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments\" viewBox=\"0 0 28 28\">\n<title>comments</title>\n<path d=\"M22 12c0 4.422-4.922 8-11 8-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8s11 3.578 11 8zM28 16c0 2.547-1.625 4.797-4.156 6.266 0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-up\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 12c0-1.062-0.953-2-2-2h-5.5c0-1.828 1.5-3.156 1.5-5 0-1.828-0.359-3-2.5-3-1 1.016-0.484 3.406-2 5-0.438 0.453-0.812 0.938-1.203 1.422-0.703 0.906-2.562 3.578-3.797 3.578h-0.5v10h0.5c0.875 0 2.312 0.562 3.156 0.859 1.719 0.594 3.5 1.141 5.344 1.141h1.891c1.766 0 3-0.703 3-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609 0.734-0.016 1.172-1.422 1.172-2zM24 11.984c0 0.906-0.266 1.797-0.766 2.547 0.094 0.344 0.141 0.719 0.141 1.078 0 0.781-0.203 1.563-0.594 2.25 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688h-2.016c-2.219 0-4.281-0.656-6.344-1.375-0.453-0.156-1.719-0.625-2.156-0.625h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.281c0.609-0.406 1.672-1.813 2.141-2.422 0.531-0.688 1.078-1.359 1.672-2 0.938-1 0.438-3.469 2-5 0.375-0.359 0.875-0.578 1.406-0.578 1.625 0 3.187 0.578 3.953 2.094 0.484 0.953 0.547 1.859 0.547 2.906 0 1.094-0.281 2.031-0.75 3h2.75c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-down\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-down</title>\n<path d=\"M4 7c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 16c0-0.578-0.438-1.984-1.172-2 0.328-0.375 0.547-1.109 0.547-1.609 0-0.734-0.297-1.359-0.828-1.859 0.187-0.328 0.281-0.703 0.281-1.078 0-0.719-0.359-1.609-1.016-1.969 0.047-0.281 0.078-0.578 0.078-0.875 0-1.828-1.156-2.609-2.891-2.609h-2c-1.844 0-3.625 0.547-5.344 1.141-0.844 0.297-2.281 0.859-3.156 0.859h-0.5v10h0.5c1.234 0 3.094 2.672 3.797 3.578 0.391 0.484 0.766 0.969 1.203 1.422 1.516 1.594 1 3.984 2 5 2.141 0 2.5-1.172 2.5-3 0-1.844-1.5-3.172-1.5-5h5.5c1.047 0 2-0.938 2-2zM24 16.016c0 2.156-1.844 3.984-4 3.984h-2.75c0.469 0.969 0.75 1.906 0.75 3 0 1.031-0.063 1.969-0.547 2.906-0.766 1.516-2.328 2.094-3.953 2.094-0.531 0-1.031-0.219-1.406-0.578-1.563-1.531-1.078-4-2-5.016-0.594-0.625-1.141-1.297-1.672-1.984-0.469-0.609-1.531-2.016-2.141-2.422h-4.281c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.438 0 1.703-0.469 2.156-0.625 2.25-0.781 4.203-1.375 6.609-1.375h1.75c2.844 0 4.891 1.687 4.875 4.609v0.078c0.609 0.781 0.938 1.781 0.938 2.781 0 0.219-0.016 0.453-0.047 0.672 0.391 0.688 0.594 1.469 0.594 2.25 0 0.359-0.047 0.734-0.141 1.078 0.5 0.75 0.766 1.641 0.766 2.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half\" viewBox=\"0 0 13 28\">\n<title>star-half</title>\n<path d=\"M13 0.5v20.922l-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart-o\" viewBox=\"0 0 28 28\">\n<title>heart-o</title>\n<path d=\"M26 9.312c0-4.391-2.969-5.313-5.469-5.313-2.328 0-4.953 2.516-5.766 3.484-0.375 0.453-1.156 0.453-1.531 0-0.812-0.969-3.437-3.484-5.766-3.484-2.5 0-5.469 0.922-5.469 5.313 0 2.859 2.891 5.516 2.922 5.547l9.078 8.75 9.063-8.734c0.047-0.047 2.938-2.703 2.938-5.563zM28 9.312c0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-out\" viewBox=\"0 0 25 28\">\n<title>sign-out</title>\n<path d=\"M10 22.5c0 0.438 0.203 1.5-0.5 1.5h-5c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h5c0.266 0 0.5 0.234 0.5 0.5 0 0.438 0.203 1.5-0.5 1.5h-5c-1.375 0-2.5 1.125-2.5 2.5v11c0 1.375 1.125 2.5 2.5 2.5h4.5c0.391 0 1-0.078 1 0.5zM24.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin-square\" viewBox=\"0 0 24 28\">\n<title>linkedin-square</title>\n<path d=\"M3.703 22.094h3.609v-10.844h-3.609v10.844zM7.547 7.906c-0.016-1.062-0.781-1.875-2.016-1.875s-2.047 0.812-2.047 1.875c0 1.031 0.781 1.875 2 1.875h0.016c1.266 0 2.047-0.844 2.047-1.875zM16.688 22.094h3.609v-6.219c0-3.328-1.781-4.875-4.156-4.875-1.937 0-2.797 1.078-3.266 1.828h0.031v-1.578h-3.609s0.047 1.016 0 10.844v0h3.609v-6.062c0-0.313 0.016-0.641 0.109-0.875 0.266-0.641 0.859-1.313 1.859-1.313 1.297 0 1.813 0.984 1.813 2.453v5.797zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumb-tack\" viewBox=\"0 0 18 28\">\n<title>thumb-tack</title>\n<path d=\"M7.5 13.5v-7c0-0.281-0.219-0.5-0.5-0.5s-0.5 0.219-0.5 0.5v7c0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5zM18 19c0 0.547-0.453 1-1 1h-6.703l-0.797 7.547c-0.031 0.25-0.234 0.453-0.484 0.453h-0.016c-0.25 0-0.453-0.172-0.5-0.422l-1.188-7.578h-6.312c-0.547 0-1-0.453-1-1 0-2.562 1.937-5 4-5v-8c-1.094 0-2-0.906-2-2s0.906-2 2-2h10c1.094 0 2 0.906 2 2s-0.906 2-2 2v8c2.063 0 4 2.438 4 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link\" viewBox=\"0 0 28 28\">\n<title>external-link</title>\n<path d=\"M22 14.5v5c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM28 1v8c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.75-2.75-10.187 10.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l10.187-10.187-2.75-2.75c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-in\" viewBox=\"0 0 24 28\">\n<title>sign-in</title>\n<path d=\"M18.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703zM24 8.5v11c0 2.484-2.016 4.5-4.5 4.5h-5c-0.266 0-0.5-0.234-0.5-0.5 0-0.438-0.203-1.5 0.5-1.5h5c1.375 0 2.5-1.125 2.5-2.5v-11c0-1.375-1.125-2.5-2.5-2.5h-4.5c-0.391 0-1 0.078-1-0.5 0-0.438-0.203-1.5 0.5-1.5h5c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trophy\" viewBox=\"0 0 26 28\">\n<title>trophy</title>\n<path d=\"M7.156 13.797c-0.656-1.437-1.156-3.344-1.156-5.797h-4v1.5c0 1.531 2.078 3.656 5.156 4.297zM24 9.5v-1.5h-4c0 2.453-0.5 4.359-1.156 5.797 3.078-0.641 5.156-2.766 5.156-4.297zM26 7.5v2c0 2.969-3.594 6.25-8.469 6.484-0.625 0.797-1.203 1.266-1.484 1.484-0.828 0.75-1.047 1.531-1.047 2.531s0.5 2 2 2 3 1 3 2.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-1.5 1.5-2.5 3-2.5s2-1 2-2-0.219-1.781-1.047-2.531c-0.281-0.219-0.859-0.688-1.484-1.484-4.875-0.234-8.469-3.516-8.469-6.484v-2c0-0.828 0.672-1.5 1.5-1.5h4.5v-1.5c0-1.375 1.125-2.5 2.5-2.5h9c1.375 0 2.5 1.125 2.5 2.5v1.5h4.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-square\" viewBox=\"0 0 24 28\">\n<title>github-square</title>\n<path d=\"M8.109 18.75v0c0.031-0.047 0.016-0.141-0.047-0.203-0.078-0.063-0.172-0.078-0.219-0.031-0.031 0.047-0.016 0.141 0.047 0.203 0.078 0.063 0.172 0.078 0.219 0.031zM7.672 18.109c-0.047-0.063-0.125-0.094-0.187-0.063-0.047 0.031-0.047 0.125 0 0.187 0.063 0.078 0.141 0.109 0.187 0.078v0c0.047-0.031 0.047-0.125 0-0.203zM7.031 17.484v0c0.016-0.031-0.016-0.094-0.078-0.125-0.047-0.016-0.109-0.016-0.125 0.031-0.031 0.047 0 0.094 0.063 0.125 0.063 0.016 0.125 0.016 0.141-0.031zM7.359 17.844v0c0.031-0.031 0.031-0.109-0.031-0.156-0.047-0.063-0.125-0.078-0.156-0.047-0.047 0.047-0.031 0.109 0.016 0.172 0.047 0.047 0.125 0.078 0.172 0.031zM8.703 19.016v0c0.016-0.063-0.047-0.141-0.141-0.172s-0.172 0-0.203 0.063c-0.016 0.063 0.047 0.141 0.141 0.172s0.172 0 0.203-0.063zM9.359 19.063v0c0-0.063-0.078-0.125-0.187-0.125-0.094 0-0.156 0.063-0.156 0.125s0.078 0.125 0.172 0.125 0.172-0.063 0.172-0.125zM9.969 18.953v0c-0.016-0.063-0.109-0.094-0.203-0.078s-0.156 0.078-0.141 0.141 0.094 0.109 0.187 0.094 0.156-0.094 0.156-0.156zM20 14c0-4.422-3.578-8-8-8s-8 3.578-8 8c0 3.531 2.297 6.531 5.469 7.594 0.406 0.078 0.547-0.172 0.547-0.391 0-0.187 0-0.812-0.016-1.484 0 0-2.219 0.484-2.688-0.953 0 0-0.359-0.922-0.891-1.156 0 0-0.719-0.5 0.063-0.5 0 0 0.781 0.063 1.219 0.828 0.703 1.234 1.875 0.875 2.328 0.672 0.078-0.516 0.281-0.875 0.516-1.078-1.781-0.203-3.656-0.891-3.656-3.953 0-0.875 0.313-1.578 0.828-2.141-0.078-0.203-0.359-1.016 0.078-2.125 0.672-0.203 2.203 0.828 2.203 0.828 0.641-0.187 1.313-0.266 2-0.266s1.359 0.078 2 0.266c0 0 1.531-1.031 2.203-0.828 0.438 1.109 0.156 1.922 0.078 2.125 0.516 0.562 0.828 1.266 0.828 2.141 0 3.078-1.875 3.75-3.656 3.953 0.281 0.25 0.547 0.734 0.547 1.484 0 1.062-0.016 1.922-0.016 2.188 0 0.219 0.141 0.469 0.547 0.391 3.172-1.062 5.469-4.062 5.469-7.594zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-upload\" viewBox=\"0 0 26 28\">\n<title>upload</title>\n<path d=\"M20 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h6.672c0.422 1.156 1.531 2 2.828 2h4c1.297 0 2.406-0.844 2.828-2h6.672c0.828 0 1.5 0.672 1.5 1.5zM20.922 9.375c-0.156 0.375-0.516 0.625-0.922 0.625h-4v7c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-7h-4c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l7-7c0.187-0.203 0.453-0.297 0.703-0.297s0.516 0.094 0.703 0.297l7 7c0.297 0.281 0.375 0.719 0.219 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lemon-o\" viewBox=\"0 0 24 28\">\n<title>lemon-o</title>\n<path d=\"M21.984 12.906c0-0.734-0.141-2.656-0.391-3.281-0.297-0.75-0.469-1.172-0.469-2.016 0-0.719 0.156-1.422 0.156-2.125 0-0.297-0.016-0.609-0.156-0.859-0.063-0.016-0.141-0.016-0.203-0.016-0.609 0-1.219 0.141-1.828 0.141-1.859 0-3.625-0.75-5.484-0.75-1.453 0-2.859 0.547-4.203 1.078-1.062 0.422-2.234 0.922-3.156 1.609-3.156 2.391-4.25 6.766-4.25 10.531 0 1.266 0.391 2.5 0.391 3.766 0 0.719-0.344 1.375-0.344 2.063 0 0.438 0.25 0.797 0.719 0.797 0.766 0 1.5-0.344 2.281-0.344 1.781 0 3.516 0.484 5.297 0.484 1.391 0 3.141-0.109 4.438-0.562 4.109-1.453 7.203-6.203 7.203-10.516zM23.984 12.875c0 5.203-3.609 10.687-8.547 12.437-1.547 0.547-3.469 0.688-5.094 0.688-1.781 0-3.531-0.453-5.297-0.453-0.75 0-1.5 0.453-2.281 0.453-1.547 0-2.719-1.391-2.719-2.875 0-0.734 0.344-1.391 0.344-2.109 0-1.266-0.391-2.5-0.391-3.781 0-4.438 1.359-9.344 5.047-12.141 1.062-0.812 2.391-1.391 3.625-1.875 1.594-0.641 3.203-1.219 4.937-1.219 1.859 0 3.625 0.75 5.453 0.75 0.594 0 1.188-0.156 1.797-0.156 1.781 0 2.422 1.266 2.422 2.891 0 0.703-0.156 1.422-0.156 2.125 0 0.562 0.141 0.781 0.328 1.281 0.359 0.906 0.531 2.984 0.531 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone\" viewBox=\"0 0 22 28\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square-o\" viewBox=\"0 0 22 28\">\n<title>square-o</title>\n<path d=\"M17.5 4h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-13c0-1.375-1.125-2.5-2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark-o\" viewBox=\"0 0 20 28\">\n<title>bookmark-o</title>\n<path d=\"M18 4h-16v19.406l8-7.672 1.391 1.328 6.609 6.344v-19.406zM18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone-square\" viewBox=\"0 0 24 28\">\n<title>phone-square</title>\n<path d=\"M20 18.641c0-0.078 0-0.172-0.031-0.25-0.094-0.281-2.375-1.437-2.812-1.687-0.297-0.172-0.656-0.516-1.016-0.516-0.688 0-1.703 2.047-2.312 2.047-0.313 0-0.703-0.281-0.984-0.438-2.063-1.156-3.484-2.578-4.641-4.641-0.156-0.281-0.438-0.672-0.438-0.984 0-0.609 2.047-1.625 2.047-2.312 0-0.359-0.344-0.719-0.516-1.016-0.25-0.438-1.406-2.719-1.687-2.812-0.078-0.031-0.172-0.031-0.25-0.031-0.406 0-1.203 0.187-1.578 0.344-1.031 0.469-1.781 2.438-1.781 3.516 0 1.047 0.422 2 0.781 2.969 1.25 3.422 4.969 7.141 8.391 8.391 0.969 0.359 1.922 0.781 2.969 0.781 1.078 0 3.047-0.75 3.516-1.781 0.156-0.375 0.344-1.172 0.344-1.578zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter\" viewBox=\"0 0 26 28\">\n<title>twitter</title>\n<path d=\"M25.312 6.375c-0.688 1-1.547 1.891-2.531 2.609 0.016 0.219 0.016 0.438 0.016 0.656 0 6.672-5.078 14.359-14.359 14.359-2.859 0-5.516-0.828-7.75-2.266 0.406 0.047 0.797 0.063 1.219 0.063 2.359 0 4.531-0.797 6.266-2.156-2.219-0.047-4.078-1.5-4.719-3.5 0.313 0.047 0.625 0.078 0.953 0.078 0.453 0 0.906-0.063 1.328-0.172-2.312-0.469-4.047-2.5-4.047-4.953v-0.063c0.672 0.375 1.453 0.609 2.281 0.641-1.359-0.906-2.25-2.453-2.25-4.203 0-0.938 0.25-1.797 0.688-2.547 2.484 3.062 6.219 5.063 10.406 5.281-0.078-0.375-0.125-0.766-0.125-1.156 0-2.781 2.25-5.047 5.047-5.047 1.453 0 2.766 0.609 3.687 1.594 1.141-0.219 2.234-0.641 3.203-1.219-0.375 1.172-1.172 2.156-2.219 2.781 1.016-0.109 2-0.391 2.906-0.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook\" viewBox=\"0 0 16 28\">\n<title>facebook</title>\n<path d=\"M14.984 0.187v4.125h-2.453c-1.922 0-2.281 0.922-2.281 2.25v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406c0-3.953 2.422-6.109 5.953-6.109 1.687 0 3.141 0.125 3.563 0.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github\" viewBox=\"0 0 24 28\">\n<title>github</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12 0 5.297-3.437 9.797-8.203 11.391-0.609 0.109-0.828-0.266-0.828-0.578 0-0.391 0.016-1.687 0.016-3.297 0-1.125-0.375-1.844-0.812-2.219 2.672-0.297 5.484-1.313 5.484-5.922 0-1.313-0.469-2.375-1.234-3.219 0.125-0.313 0.531-1.531-0.125-3.187-1-0.313-3.297 1.234-3.297 1.234-0.953-0.266-1.984-0.406-3-0.406s-2.047 0.141-3 0.406c0 0-2.297-1.547-3.297-1.234-0.656 1.656-0.25 2.875-0.125 3.187-0.766 0.844-1.234 1.906-1.234 3.219 0 4.594 2.797 5.625 5.469 5.922-0.344 0.313-0.656 0.844-0.766 1.609-0.688 0.313-2.438 0.844-3.484-1-0.656-1.141-1.844-1.234-1.844-1.234-1.172-0.016-0.078 0.734-0.078 0.734 0.781 0.359 1.328 1.75 1.328 1.75 0.703 2.141 4.047 1.422 4.047 1.422 0 1 0.016 1.937 0.016 2.234 0 0.313-0.219 0.688-0.828 0.578-4.766-1.594-8.203-6.094-8.203-11.391 0-6.625 5.375-12 12-12zM4.547 19.234c0.031-0.063-0.016-0.141-0.109-0.187-0.094-0.031-0.172-0.016-0.203 0.031-0.031 0.063 0.016 0.141 0.109 0.187 0.078 0.047 0.172 0.031 0.203-0.031zM5.031 19.766c0.063-0.047 0.047-0.156-0.031-0.25-0.078-0.078-0.187-0.109-0.25-0.047-0.063 0.047-0.047 0.156 0.031 0.25 0.078 0.078 0.187 0.109 0.25 0.047zM5.5 20.469c0.078-0.063 0.078-0.187 0-0.297-0.063-0.109-0.187-0.156-0.266-0.094-0.078 0.047-0.078 0.172 0 0.281s0.203 0.156 0.266 0.109zM6.156 21.125c0.063-0.063 0.031-0.203-0.063-0.297-0.109-0.109-0.25-0.125-0.313-0.047-0.078 0.063-0.047 0.203 0.063 0.297 0.109 0.109 0.25 0.125 0.313 0.047zM7.047 21.516c0.031-0.094-0.063-0.203-0.203-0.25-0.125-0.031-0.266 0.016-0.297 0.109s0.063 0.203 0.203 0.234c0.125 0.047 0.266 0 0.297-0.094zM8.031 21.594c0-0.109-0.125-0.187-0.266-0.172-0.141 0-0.25 0.078-0.25 0.172 0 0.109 0.109 0.187 0.266 0.172 0.141 0 0.25-0.078 0.25-0.172zM8.937 21.438c-0.016-0.094-0.141-0.156-0.281-0.141-0.141 0.031-0.234 0.125-0.219 0.234 0.016 0.094 0.141 0.156 0.281 0.125s0.234-0.125 0.219-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock\" viewBox=\"0 0 26 28\">\n<title>unlock</title>\n<path d=\"M26 9v4c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v3h1.5c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h10.5v-3c0-3.859 3.141-7 7-7s7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card\" viewBox=\"0 0 30 28\">\n<title>credit-card</title>\n<path d=\"M27.5 2c1.375 0 2.5 1.125 2.5 2.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25zM2.5 4c-0.266 0-0.5 0.234-0.5 0.5v3.5h26v-3.5c0-0.266-0.234-0.5-0.5-0.5h-25zM27.5 24c0.266 0 0.5-0.234 0.5-0.5v-9.5h-26v9.5c0 0.266 0.234 0.5 0.5 0.5h25zM4 22v-2h4v2h-4zM10 22v-2h6v2h-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-feed\" viewBox=\"0 0 22 28\">\n<title>feed</title>\n<path d=\"M6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 22.922c0.016 0.281-0.078 0.547-0.266 0.75-0.187 0.219-0.453 0.328-0.734 0.328h-2.109c-0.516 0-0.938-0.391-0.984-0.906-0.453-4.766-4.234-8.547-9-9-0.516-0.047-0.906-0.469-0.906-0.984v-2.109c0-0.281 0.109-0.547 0.328-0.734 0.172-0.172 0.422-0.266 0.672-0.266h0.078c3.328 0.266 6.469 1.719 8.828 4.094 2.375 2.359 3.828 5.5 4.094 8.828zM22 22.953c0.016 0.266-0.078 0.531-0.281 0.734-0.187 0.203-0.438 0.313-0.719 0.313h-2.234c-0.531 0-0.969-0.406-1-0.938-0.516-9.078-7.75-16.312-16.828-16.844-0.531-0.031-0.938-0.469-0.938-0.984v-2.234c0-0.281 0.109-0.531 0.313-0.719 0.187-0.187 0.438-0.281 0.688-0.281h0.047c5.469 0.281 10.609 2.578 14.484 6.469 3.891 3.875 6.188 9.016 6.469 14.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hdd-o\" viewBox=\"0 0 24 28\">\n<title>hdd-o</title>\n<path d=\"M16.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM20.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM22 21.5v-5c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5zM2.781 14h18.438l-2.453-7.531c-0.078-0.266-0.375-0.469-0.656-0.469h-12.219c-0.281 0-0.578 0.203-0.656 0.469zM24 16.5v5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-5c0-0.422 0.125-0.781 0.25-1.172l3.078-9.469c0.359-1.094 1.406-1.859 2.562-1.859h12.219c1.156 0 2.203 0.766 2.562 1.859l3.078 9.469c0.125 0.391 0.25 0.75 0.25 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullhorn\" viewBox=\"0 0 28 28\">\n<title>bullhorn</title>\n<path d=\"M26 10c1.109 0 2 0.891 2 2s-0.891 2-2 2v6c0 1.094-0.906 2-2 2-2.781-2.312-7.266-5.484-12.688-5.938-1.859 0.625-2.5 2.797-1.281 4.047-1.094 1.797 0.313 3.063 1.969 4.359-0.969 1.906-5 1.937-6.438 0.609-0.906-2.781-2.25-5.563-1.156-9.078h-1.906c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h7.5c6 0 11-3.5 14-6 1.094 0 2 0.906 2 2v6zM24 19.437v-14.906c-4.078 3.125-8.031 4.922-12 5.359v4.219c3.969 0.438 7.922 2.203 12 5.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-o\" viewBox=\"0 0 28 28\">\n<title>bell-o</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM3.844 22h20.312c-2.797-3.156-4.156-7.438-4.156-13 0-2.016-1.906-5-6-5s-6 2.984-6 5c0 5.563-1.359 9.844-4.156 13zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-certificate\" viewBox=\"0 0 24 28\">\n<title>certificate</title>\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-right\" viewBox=\"0 0 28 28\">\n<title>hand-o-right</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 12c0-1.062-0.953-2-2-2h-9c0-0.984 1.5-2 1.5-4 0-1.5-1.172-2-2.5-2-0.438 0-1.234 1.813-1.406 2.172-0.187 0.344-0.375 0.688-0.578 1.016-0.516 0.828-1.109 1.547-1.75 2.266-1 1.141-2.109 2.547-3.766 2.547h-0.5v10h0.5c2.734 0 5.406 2 8.437 2 1.75 0 2.953-0.734 2.953-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609h5.172c1.078 0 2-0.922 2-2zM28 11.984c0 2.188-1.813 4.016-4 4.016h-2.641c-0.047 0.656-0.25 1.281-0.578 1.859 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688-1.75 0-3.406-0.484-5.031-1.078-0.953-0.344-2.5-0.922-3.484-0.922h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.75 0 1.813-1.344 2.266-1.859 0.562-0.641 1.094-1.281 1.563-2.016 0.906-1.453 1.578-4.125 3.672-4.125 2.484 0 4.5 1.359 4.5 4 0 0.688-0.109 1.359-0.344 2h5.844c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-left\" viewBox=\"0 0 28 28\">\n<title>hand-o-left</title>\n<path d=\"M21.5 22h0.5v-10h-0.5c-1.656 0-2.766-1.406-3.766-2.547-0.641-0.719-1.234-1.437-1.75-2.266-0.219-0.344-0.406-0.703-0.594-1.062s-0.969-2.125-1.391-2.125c-1.328 0-2.5 0.5-2.5 2 0 2 1.5 3.016 1.5 4h-9c-1.047 0-2 0.938-2 2 0 1.078 0.922 2 2 2h5.172c-0.328 0.375-0.547 1.109-0.547 1.609 0 0.734 0.297 1.359 0.828 1.859-0.187 0.328-0.281 0.703-0.281 1.078 0 0.719 0.359 1.609 1.016 1.969-0.047 0.281-0.063 0.578-0.063 0.875 0 1.844 1.141 2.609 2.875 2.609 3.109 0 5.766-2 8.5-2zM26 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 12v10c0 1.109-0.891 2-2 2h-4.5c-0.984 0-2.531 0.578-3.484 0.922-1.594 0.578-3.234 1.078-4.953 1.078-2.875 0-4.969-1.625-4.953-4.609l0.016-0.078c-0.625-0.781-0.953-1.781-0.953-2.781 0-0.219 0.016-0.453 0.047-0.672-0.328-0.578-0.531-1.203-0.578-1.859h-2.641c-2.188 0-4-1.828-4-4.016 0-2.156 1.844-3.984 4-3.984h5.844c-0.234-0.641-0.344-1.312-0.344-2 0-2.641 2.016-4 4.5-4 2.094 0 2.766 2.672 3.672 4.125 0.469 0.734 1 1.375 1.563 2.016 0.453 0.516 1.516 1.859 2.266 1.859h4.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-up\" viewBox=\"0 0 24 28\">\n<title>hand-o-up</title>\n<path d=\"M20 25c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 13.062c0-1.766-0.719-2.953-2.609-2.953-0.297 0-0.594 0.031-0.875 0.078-0.359-0.656-1.25-1.016-1.969-1.016-0.375 0-0.75 0.094-1.078 0.281-0.5-0.531-1.125-0.828-1.859-0.828-0.5 0-1.234 0.219-1.609 0.547v-5.172c0-1.078-0.922-2-2-2-1.062 0-2 0.953-2 2v9c-0.984 0-2-1.5-4-1.5-1.5 0-2 1.172-2 2.5 0 0.438 1.813 1.234 2.172 1.406 0.344 0.187 0.688 0.375 1.016 0.578 0.828 0.516 1.547 1.109 2.266 1.75 1.141 1 2.547 2.109 2.547 3.766v0.5h10v-0.5c0-2.734 2-5.406 2-8.437zM24 12.984c0 1.75-0.484 3.406-1.078 5.031-0.344 0.953-0.922 2.5-0.922 3.484v4.5c0 1.109-0.891 2-2 2h-10c-1.109 0-2-0.891-2-2v-4.5c0-0.75-1.344-1.813-1.859-2.266-0.641-0.562-1.281-1.094-2.016-1.563-1.453-0.906-4.125-1.578-4.125-3.672 0-2.484 1.359-4.5 4-4.5 0.688 0 1.359 0.109 2 0.344v-5.844c0-2.156 1.828-4 3.984-4 2.188 0 4.016 1.813 4.016 4v2.641c0.656 0.047 1.281 0.25 1.859 0.578 0.219-0.031 0.453-0.047 0.672-0.047 1 0 2 0.328 2.781 0.938 2.953-0.031 4.688 1.984 4.688 4.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-down\" viewBox=\"0 0 24 28\">\n<title>hand-o-down</title>\n<path d=\"M22 15c0-3.109-2-5.766-2-8.5v-0.5h-10v0.5c0 1.656-1.406 2.766-2.547 3.766-0.719 0.641-1.437 1.234-2.266 1.75-0.344 0.219-0.703 0.406-1.062 0.594s-2.125 0.969-2.125 1.391c0 1.328 0.5 2.5 2 2.5 2 0 3.016-1.5 4-1.5v9c0 1.047 0.938 2 2 2 1.078 0 2-0.922 2-2v-5.172c0.406 0.313 1.094 0.547 1.609 0.547 0.734 0 1.359-0.297 1.859-0.828 0.328 0.187 0.703 0.281 1.078 0.281 0.719 0 1.609-0.359 1.969-1.016 0.281 0.047 0.578 0.063 0.875 0.063 1.844 0 2.609-1.141 2.609-2.875zM20 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 14.938c0 2.875-1.625 4.969-4.609 4.953l-0.078-0.016c-0.781 0.625-1.781 0.953-2.781 0.953-0.219 0-0.453-0.016-0.672-0.047-0.531 0.297-1.25 0.516-1.859 0.578v2.641c0 2.188-1.828 4-4.016 4-2.156 0-3.984-1.844-3.984-4v-5.844c-0.609 0.25-1.344 0.344-2 0.344-2.625 0-4-2.016-4-4.5 0-2.094 2.672-2.766 4.125-3.672 0.734-0.469 1.375-1 2.016-1.563 0.516-0.453 1.859-1.516 1.859-2.266v-4.5c0-1.109 0.891-2 2-2h10c1.109 0 2 0.891 2 2v4.5c0 0.984 0.578 2.531 0.922 3.484 0.578 1.594 1.078 3.234 1.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-left</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-7.844l2.953-2.953c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.516-0.297-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703s-0.094-0.516-0.281-0.703l-2.953-2.953h7.844c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-right</title>\n<path d=\"M20.078 14c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l2.953 2.953h-7.844c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h7.844l-2.953 2.953c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.516 0.297 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-up</title>\n<path d=\"M20.062 13.984c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l2.953-2.953v7.844c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-7.844l2.953 2.953c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-down</title>\n<path d=\"M20.062 14.016c0-0.266-0.094-0.516-0.281-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-2.953 2.953v-7.844c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v7.844l-2.953-2.953c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-globe\" viewBox=\"0 0 24 28\">\n<title>globe</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM16.281 10.141c-0.125 0.094-0.203 0.266-0.359 0.297 0.078-0.016 0.156-0.297 0.203-0.359 0.094-0.109 0.219-0.172 0.344-0.234 0.266-0.109 0.531-0.141 0.812-0.187 0.266-0.063 0.594-0.063 0.797 0.172-0.047-0.047 0.328-0.375 0.375-0.391 0.141-0.078 0.375-0.047 0.469-0.187 0.031-0.047 0.031-0.344 0.031-0.344-0.266 0.031-0.359-0.219-0.375-0.438 0 0.016-0.031 0.063-0.094 0.125 0.016-0.234-0.281-0.063-0.391-0.094-0.359-0.094-0.313-0.344-0.422-0.609-0.063-0.141-0.234-0.187-0.297-0.328-0.063-0.094-0.094-0.297-0.234-0.313-0.094-0.016-0.266 0.328-0.297 0.313-0.141-0.078-0.203 0.031-0.313 0.094-0.094 0.063-0.172 0.031-0.266 0.078 0.281-0.094-0.125-0.25-0.266-0.219 0.219-0.063 0.109-0.297-0.016-0.406h0.078c-0.031-0.141-0.469-0.266-0.609-0.359s-0.891-0.25-1.047-0.156c-0.187 0.109 0.047 0.422 0.047 0.578 0.016 0.187-0.187 0.234-0.187 0.391 0 0.266 0.5 0.219 0.375 0.578-0.078 0.219-0.375 0.266-0.5 0.438-0.125 0.156 0.016 0.438 0.141 0.547 0.125 0.094-0.219 0.25-0.266 0.281-0.266 0.125-0.469-0.266-0.531-0.5-0.047-0.172-0.063-0.375-0.25-0.469-0.094-0.031-0.391-0.078-0.453 0.016-0.094-0.234-0.422-0.328-0.641-0.406-0.313-0.109-0.578-0.109-0.906-0.063 0.109-0.016-0.031-0.5-0.297-0.422 0.078-0.156 0.047-0.328 0.078-0.484 0.031-0.125 0.094-0.25 0.187-0.359 0.031-0.063 0.375-0.422 0.266-0.438 0.266 0.031 0.562 0.047 0.781-0.172 0.141-0.141 0.203-0.375 0.344-0.531 0.203-0.234 0.453 0.063 0.672 0.078 0.313 0.016 0.297-0.328 0.125-0.484 0.203 0.016 0.031-0.359-0.078-0.406-0.141-0.047-0.672 0.094-0.391 0.203-0.063-0.031-0.438 0.75-0.656 0.359-0.063-0.078-0.094-0.406-0.234-0.422-0.125 0-0.203 0.141-0.25 0.234 0.078-0.203-0.438-0.344-0.547-0.359 0.234-0.156 0.047-0.328-0.125-0.422-0.125-0.078-0.516-0.141-0.625-0.016-0.297 0.359 0.313 0.406 0.469 0.5 0.047 0.031 0.234 0.141 0.125 0.219-0.094 0.047-0.375 0.125-0.406 0.187-0.094 0.141 0.109 0.297-0.031 0.438-0.141-0.141-0.141-0.375-0.25-0.531 0.141 0.172-0.562 0.078-0.547 0.078-0.234 0-0.609 0.156-0.781-0.078-0.031-0.063-0.031-0.422 0.063-0.344-0.141-0.109-0.234-0.219-0.328-0.281-0.516 0.172-1 0.391-1.469 0.641 0.063 0.016 0.109 0.016 0.187-0.016 0.125-0.047 0.234-0.125 0.359-0.187 0.156-0.063 0.484-0.25 0.656-0.109 0.016-0.031 0.063-0.063 0.078-0.078 0.109 0.125 0.219 0.25 0.313 0.391-0.125-0.063-0.328-0.031-0.469-0.016-0.109 0.031-0.297 0.063-0.344 0.187 0.047 0.078 0.109 0.203 0.078 0.281-0.203-0.141-0.359-0.375-0.641-0.406-0.125 0-0.25 0-0.344 0.016-1.5 0.828-2.766 2.031-3.672 3.469 0.063 0.063 0.125 0.109 0.187 0.125 0.156 0.047 0 0.5 0.297 0.266 0.094 0.078 0.109 0.187 0.047 0.297 0.016-0.016 0.641 0.391 0.688 0.422 0.109 0.094 0.281 0.203 0.328 0.328 0.031 0.109-0.063 0.234-0.156 0.281-0.016-0.031-0.25-0.266-0.281-0.203-0.047 0.078 0 0.5 0.172 0.484-0.25 0.016-0.141 0.984-0.203 1.172 0 0.016 0.031 0.016 0.031 0.016-0.047 0.187 0.109 0.922 0.422 0.844-0.203 0.047 0.359 0.766 0.438 0.812 0.203 0.141 0.438 0.234 0.578 0.438 0.156 0.219 0.156 0.547 0.375 0.719-0.063 0.187 0.328 0.406 0.313 0.672-0.031 0.016-0.047 0.016-0.078 0.031 0.078 0.219 0.375 0.219 0.484 0.422 0.063 0.125 0 0.422 0.203 0.359 0.031-0.344-0.203-0.688-0.375-0.969-0.094-0.156-0.187-0.297-0.266-0.453-0.078-0.141-0.094-0.313-0.156-0.469 0.063 0.016 0.406 0.141 0.375 0.187-0.125 0.313 0.5 0.859 0.672 1.062 0.047 0.047 0.406 0.516 0.219 0.516 0.203 0 0.484 0.313 0.578 0.469 0.141 0.234 0.109 0.531 0.203 0.781 0.094 0.313 0.531 0.453 0.781 0.594 0.219 0.109 0.406 0.266 0.625 0.344 0.328 0.125 0.406 0.016 0.688-0.031 0.406-0.063 0.453 0.391 0.781 0.562 0.203 0.109 0.641 0.266 0.859 0.172-0.094 0.031 0.328 0.672 0.359 0.719 0.141 0.187 0.406 0.281 0.562 0.469 0.047-0.031 0.094-0.078 0.109-0.141-0.063 0.172 0.234 0.5 0.391 0.469 0.172-0.031 0.219-0.375 0.219-0.5-0.313 0.156-0.594 0.031-0.766-0.281-0.031-0.078-0.281-0.516-0.063-0.516 0.297 0 0.094-0.234 0.063-0.453s-0.25-0.359-0.359-0.547c-0.094 0.187-0.406 0.141-0.5-0.016 0 0.047-0.047 0.125-0.047 0.187-0.078 0-0.156 0.016-0.234-0.016 0.031-0.187 0.047-0.422 0.094-0.625 0.078-0.281 0.594-0.828-0.078-0.797-0.234 0.016-0.328 0.109-0.406 0.313-0.078 0.187-0.047 0.359-0.266 0.453-0.141 0.063-0.609 0.031-0.75-0.047-0.297-0.172-0.5-0.719-0.5-1.031-0.016-0.422 0.203-0.797 0-1.188 0.094-0.078 0.187-0.234 0.297-0.313 0.094-0.063 0.203 0.047 0.25-0.141-0.047-0.031-0.109-0.094-0.125-0.094 0.234 0.109 0.672-0.156 0.875 0 0.125 0.094 0.266 0.125 0.344-0.031 0.016-0.047-0.109-0.234-0.047-0.359 0.047 0.266 0.219 0.313 0.453 0.141 0.094 0.094 0.344 0.063 0.516 0.156 0.172 0.109 0.203 0.281 0.406 0.047 0.125 0.187 0.141 0.187 0.187 0.375 0.047 0.172 0.141 0.609 0.297 0.688 0.328 0.203 0.25-0.344 0.219-0.531-0.016-0.016-0.016-0.531-0.031-0.531-0.5-0.109-0.313-0.5-0.031-0.766 0.047-0.031 0.406-0.156 0.562-0.281 0.141-0.125 0.313-0.344 0.234-0.547 0.078 0 0.141-0.063 0.172-0.141-0.047-0.016-0.234-0.172-0.266-0.156 0.109-0.063 0.094-0.156 0.031-0.25 0.156-0.094 0.078-0.266 0.234-0.328 0.172 0.234 0.516-0.031 0.344-0.219 0.156-0.219 0.516-0.109 0.609-0.313 0.234 0.063 0.063-0.234 0.187-0.406 0.109-0.141 0.297-0.141 0.438-0.219 0 0.016 0.391-0.219 0.266-0.234 0.266 0.031 0.797-0.25 0.391-0.484 0.063-0.141-0.141-0.203-0.281-0.234 0.109-0.031 0.25 0.031 0.344-0.031 0.203-0.141 0.063-0.203-0.109-0.25-0.219-0.063-0.5 0.078-0.672 0.187zM13.734 23.844c2.141-0.375 4.047-1.437 5.484-2.953-0.094-0.094-0.266-0.063-0.391-0.125-0.125-0.047-0.219-0.094-0.375-0.125 0.031-0.313-0.313-0.422-0.531-0.578-0.203-0.156-0.328-0.328-0.625-0.266-0.031 0.016-0.344 0.125-0.281 0.187-0.203-0.172-0.297-0.266-0.562-0.344-0.25-0.078-0.422-0.391-0.672-0.109-0.125 0.125-0.063 0.313-0.125 0.438-0.203-0.172 0.187-0.375 0.031-0.562-0.187-0.219-0.516 0.141-0.672 0.234-0.094 0.078-0.203 0.109-0.266 0.203-0.078 0.109-0.109 0.25-0.172 0.359-0.047-0.125-0.313-0.094-0.328-0.187 0.063 0.375 0.063 0.766 0.141 1.141 0.047 0.219 0 0.578-0.187 0.75s-0.422 0.359-0.453 0.625c-0.031 0.187 0.016 0.359 0.187 0.406 0.016 0.234-0.25 0.406-0.234 0.656 0 0.016 0.016 0.172 0.031 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wrench\" viewBox=\"0 0 26 28\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tasks\" viewBox=\"0 0 28 28\">\n<title>tasks</title>\n<path d=\"M16 22h10v-2h-10v2zM10 14h16v-2h-16v2zM20 6h6v-2h-6v2zM28 19v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 11v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-filter\" viewBox=\"0 0 22 28\">\n<title>filter</title>\n<path d=\"M21.922 4.609c0.156 0.375 0.078 0.812-0.219 1.094l-7.703 7.703v11.594c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703v-7.594l-7.703-7.703c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h20c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-briefcase\" viewBox=\"0 0 28 28\">\n<title>briefcase</title>\n<path d=\"M10 4h8v-2h-8v2zM28 14v7.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-7.5h10.5v2.5c0 0.547 0.453 1 1 1h5c0.547 0 1-0.453 1-1v-2.5h10.5zM16 14v2h-4v-2h4zM28 6.5v6h-28v-6c0-1.375 1.125-2.5 2.5-2.5h5.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-alt\" viewBox=\"0 0 24 28\">\n<title>arrows-alt</title>\n<path d=\"M20.047 8.453l-5.547 5.547 5.547 5.547 2.25-2.25c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.25-2.25-5.547-5.547-5.547 5.547 2.25 2.25c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.25 2.25 5.547-5.547-5.547-5.547-2.25 2.25c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-7c0-0.547 0.453-1 1-1h7c0.406 0 0.766 0.25 0.922 0.625 0.156 0.359 0.078 0.797-0.219 1.078l-2.25 2.25 5.547 5.547 5.547-5.547-2.25-2.25c-0.297-0.281-0.375-0.719-0.219-1.078 0.156-0.375 0.516-0.625 0.922-0.625h7c0.547 0 1 0.453 1 1v7c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.109-0.703-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-group\" viewBox=\"0 0 30 28\">\n<title>group</title>\n<path d=\"M9.266 14c-1.625 0.047-3.094 0.75-4.141 2h-2.094c-1.563 0-3.031-0.75-3.031-2.484 0-1.266-0.047-5.516 1.937-5.516 0.328 0 1.953 1.328 4.062 1.328 0.719 0 1.406-0.125 2.078-0.359-0.047 0.344-0.078 0.688-0.078 1.031 0 1.422 0.453 2.828 1.266 4zM26 23.953c0 2.531-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.516-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.531 0 2.469 2.172 5.594 2.172s5.063-2.172 5.594-2.172c4.578 0 5.406 5.422 5.406 8.953zM10 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM21 10c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM30 13.516c0 1.734-1.469 2.484-3.031 2.484h-2.094c-1.047-1.25-2.516-1.953-4.141-2 0.812-1.172 1.266-2.578 1.266-4 0-0.344-0.031-0.688-0.078-1.031 0.672 0.234 1.359 0.359 2.078 0.359 2.109 0 3.734-1.328 4.062-1.328 1.984 0 1.937 4.25 1.937 5.516zM28 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain\" viewBox=\"0 0 26 28\">\n<title>chain</title>\n<path d=\"M22.75 19c0-0.406-0.156-0.781-0.438-1.062l-3.25-3.25c-0.281-0.281-0.672-0.438-1.062-0.438-0.453 0-0.812 0.172-1.125 0.5 0.516 0.516 1.125 0.953 1.125 1.75 0 0.828-0.672 1.5-1.5 1.5-0.797 0-1.234-0.609-1.75-1.125-0.328 0.313-0.516 0.672-0.516 1.141 0 0.391 0.156 0.781 0.438 1.062l3.219 3.234c0.281 0.281 0.672 0.422 1.062 0.422s0.781-0.141 1.062-0.406l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047zM11.766 7.984c0-0.391-0.156-0.781-0.438-1.062l-3.219-3.234c-0.281-0.281-0.672-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l3.25 3.25c0.281 0.281 0.672 0.422 1.062 0.422 0.453 0 0.812-0.156 1.125-0.484-0.516-0.516-1.125-0.953-1.125-1.75 0-0.828 0.672-1.5 1.5-1.5 0.797 0 1.234 0.609 1.75 1.125 0.328-0.313 0.516-0.672 0.516-1.141zM25.75 19c0 1.188-0.484 2.344-1.328 3.172l-2.297 2.281c-0.844 0.844-1.984 1.297-3.172 1.297-1.203 0-2.344-0.469-3.187-1.328l-3.219-3.234c-0.844-0.844-1.297-1.984-1.297-3.172 0-1.234 0.5-2.406 1.375-3.266l-1.375-1.375c-0.859 0.875-2.016 1.375-3.25 1.375-1.188 0-2.344-0.469-3.187-1.313l-3.25-3.25c-0.859-0.859-1.313-1.984-1.313-3.187 0-1.188 0.484-2.344 1.328-3.172l2.297-2.281c0.844-0.844 1.984-1.297 3.172-1.297 1.203 0 2.344 0.469 3.187 1.328l3.219 3.234c0.844 0.844 1.297 1.984 1.297 3.172 0 1.234-0.5 2.406-1.375 3.266l1.375 1.375c0.859-0.875 2.016-1.375 3.25-1.375 1.188 0 2.344 0.469 3.187 1.313l3.25 3.25c0.859 0.859 1.313 1.984 1.313 3.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud\" viewBox=\"0 0 30 28\">\n<title>cloud</title>\n<path d=\"M30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.797 1.656-5.219 4.031-6.328-0.016-0.219-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.344 0 6.203 2.047 7.406 4.969 0.688-0.609 1.594-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.797-0.234 1.531-0.641 2.156 2.656 0.625 4.641 3 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flask\" viewBox=\"0 0 26 28\">\n<title>flask</title>\n<path d=\"M23.859 22.625c1.172 1.859 0.344 3.375-1.859 3.375h-18c-2.203 0-3.031-1.516-1.859-3.375l7.859-12.391v-6.234h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h8c0.547 0 1 0.453 1 1s-0.453 1-1 1h-1v6.234zM11.688 11.297l-4.25 6.703h11.125l-4.25-6.703-0.313-0.484v-6.813h-2v6.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cut\" viewBox=\"0 0 28 28\">\n<title>cut</title>\n<path d=\"M15 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19.688 15l7.922 6.219c0.281 0.203 0.422 0.547 0.391 0.875-0.047 0.344-0.25 0.641-0.547 0.797l-2 1c-0.141 0.078-0.297 0.109-0.453 0.109-0.172 0-0.344-0.047-0.484-0.125l-10.781-6.047-1.719 1.031c-0.063 0.031-0.125 0.063-0.187 0.078 0.141 0.484 0.203 1 0.156 1.516-0.141 1.609-1.219 3.141-2.938 4.234-1.328 0.844-2.859 1.313-4.328 1.313-1.406 0-2.594-0.422-3.469-1.219-0.891-0.828-1.344-2.016-1.234-3.234 0.141-1.594 1.219-3.141 2.922-4.234 1.328-0.844 2.875-1.313 4.344-1.313 0.875 0 1.672 0.172 2.359 0.484 0.094-0.141 0.203-0.25 0.344-0.344l1.906-1.141-1.906-1.141c-0.141-0.094-0.25-0.203-0.344-0.344-0.688 0.313-1.484 0.484-2.359 0.484-1.469 0-3.016-0.469-4.344-1.313-1.703-1.094-2.781-2.641-2.922-4.234-0.109-1.219 0.344-2.406 1.234-3.219 0.875-0.812 2.063-1.234 3.469-1.234 1.469 0 3 0.469 4.328 1.313 1.719 1.078 2.797 2.625 2.938 4.234 0.047 0.516-0.016 1.031-0.156 1.516 0.063 0.016 0.125 0.047 0.187 0.078l1.719 1.031 10.781-6.047c0.141-0.078 0.313-0.125 0.484-0.125 0.156 0 0.313 0.031 0.453 0.109l2 1c0.297 0.156 0.5 0.453 0.547 0.797 0.031 0.328-0.109 0.672-0.391 0.875zM9.047 10.938c0.953-0.875 0.359-2.453-1.328-3.516-0.953-0.609-2.063-0.922-3-0.922-0.719 0-1.359 0.187-1.766 0.562-0.953 0.875-0.359 2.453 1.328 3.516 0.953 0.609 2.047 0.922 3 0.922 0.719 0 1.359-0.187 1.766-0.562zM7.719 22.578c1.687-1.062 2.281-2.641 1.328-3.516-0.406-0.375-1.047-0.562-1.766-0.562-0.953 0-2.047 0.313-3 0.922-1.687 1.062-2.281 2.641-1.328 3.516 0.406 0.375 1.047 0.562 1.766 0.562 0.938 0 2.047-0.313 3-0.922zM10.5 13l1.5 0.906v-0.172c0-0.359 0.203-0.688 0.516-0.875l0.219-0.125-1.234-0.734-0.406 0.406c-0.125 0.125-0.219 0.25-0.344 0.359-0.047 0.047-0.078 0.063-0.109 0.094zM14 16.5l1.5 0.5 11.5-9-2-1-12 6.734v1.766l-2.5 1.5 0.141 0.125c0.031 0.047 0.063 0.063 0.109 0.094 0.125 0.125 0.219 0.25 0.344 0.375l0.406 0.406zM25 23l2-1-8.125-6.375-2.766 2.156c-0.047 0.063-0.125 0.078-0.203 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copy\" viewBox=\"0 0 28 28\">\n<title>copy</title>\n<path d=\"M26.5 6c0.828 0 1.5 0.672 1.5 1.5v19c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-4.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-10.5c0-0.828 0.484-1.984 1.062-2.562l6.375-6.375c0.578-0.578 1.734-1.062 2.562-1.062h6.5c0.828 0 1.5 0.672 1.5 1.5v5.125c0.609-0.359 1.391-0.625 2-0.625h6.5zM18 9.328l-4.672 4.672h4.672v-4.672zM8 3.328l-4.672 4.672h4.672v-4.672zM11.062 13.438l4.937-4.937v-6.5h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h8v-4c0-0.828 0.484-1.984 1.062-2.562zM26 26v-18h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paperclip\" viewBox=\"0 0 22 28\">\n<title>paperclip</title>\n<path d=\"M21.938 21.641c0 2.438-1.859 4.297-4.297 4.297-1.375 0-2.703-0.594-3.672-1.563l-12.141-12.125c-1.109-1.125-1.766-2.656-1.766-4.234 0-3.313 2.609-5.953 5.922-5.953 1.594 0 3.125 0.641 4.266 1.766l9.453 9.469c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.875 1.203-1.203 1.203-0.141 0-0.266-0.063-0.359-0.156l-9.469-9.484c-0.75-0.734-1.766-1.203-2.828-1.203-2.219 0-3.938 1.797-3.938 4 0 1.062 0.438 2.078 1.188 2.828l12.125 12.141c0.594 0.594 1.422 0.984 2.266 0.984 1.328 0 2.312-0.984 2.312-2.312 0-0.859-0.391-1.672-0.984-2.266l-9.078-9.078c-0.25-0.234-0.594-0.375-0.938-0.375-0.594 0-1.047 0.438-1.047 1.047 0 0.344 0.156 0.672 0.391 0.922l6.406 6.406c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.891 1.219-1.219 1.219-0.125 0-0.25-0.063-0.344-0.156l-6.406-6.406c-0.625-0.609-0.984-1.469-0.984-2.328 0-1.719 1.344-3.062 3.063-3.062 0.875 0 1.719 0.359 2.328 0.984l9.078 9.078c0.984 0.969 1.563 2.297 1.563 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-floppy-o\" viewBox=\"0 0 24 28\">\n<title>floppy-o</title>\n<path d=\"M6 24h12v-6h-12v6zM20 24h2v-14c0-0.297-0.266-0.938-0.469-1.141l-4.391-4.391c-0.219-0.219-0.828-0.469-1.141-0.469v6.5c0 0.828-0.672 1.5-1.5 1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v20h2v-6.5c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5v6.5zM14 9.5v-5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5zM24 10v14.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h14.5c0.828 0 1.969 0.469 2.562 1.062l4.375 4.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square\" viewBox=\"0 0 24 28\">\n<title>square</title>\n<path d=\"M24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bars\" viewBox=\"0 0 24 28\">\n<title>bars</title>\n<path d=\"M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ul\" viewBox=\"0 0 28 28\">\n<title>list-ul</title>\n<path d=\"M6 22c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM6 14c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM6 6c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ol\" viewBox=\"0 0 28 28\">\n<title>list-ol</title>\n<path d=\"M5.953 25.312c0 1.719-1.344 2.688-2.969 2.688-0.984 0-1.984-0.328-2.688-1.031l0.891-1.375c0.422 0.391 1.062 0.703 1.656 0.703 0.547 0 1.125-0.266 1.125-0.891 0-0.875-1-0.922-1.641-0.875l-0.406-0.875c0.562-0.719 1.078-1.516 1.75-2.125v-0.016c-0.5 0-1.016 0.031-1.516 0.031v0.828h-1.656v-2.375h5.203v1.375l-1.484 1.797c1.047 0.25 1.734 1.062 1.734 2.141zM5.984 15.516v2.484h-5.656c-0.047-0.281-0.094-0.562-0.094-0.844 0-2.891 3.531-3.328 3.531-4.641 0-0.531-0.328-0.812-0.844-0.812-0.547 0-1 0.469-1.266 0.906l-1.328-0.922c0.516-1.078 1.578-1.687 2.766-1.687 1.453 0 2.703 0.859 2.703 2.406 0 2.312-3.391 2.828-3.437 4.047h1.984v-0.938h1.641zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM6 6.453v1.547h-5.234v-1.547h1.672c0-1.266 0.016-2.531 0.016-3.797v-0.187h-0.031c-0.172 0.344-0.484 0.578-0.781 0.844l-1.109-1.188 2.125-1.984h1.656v6.312h1.687zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-strikethrough\" viewBox=\"0 0 28 28\">\n<title>strikethrough</title>\n<path d=\"M27.5 14c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h27zM7.547 13c-0.297-0.375-0.562-0.797-0.797-1.25-0.5-1.016-0.75-2-0.75-2.938 0-1.906 0.703-3.5 2.094-4.828s3.437-1.984 6.141-1.984c0.594 0 1.453 0.109 2.609 0.297 0.688 0.125 1.609 0.375 2.766 0.75 0.109 0.406 0.219 1.031 0.328 1.844 0.141 1.234 0.219 2.187 0.219 2.859 0 0.219-0.031 0.453-0.078 0.703l-0.187 0.047-1.313-0.094-0.219-0.031c-0.531-1.578-1.078-2.641-1.609-3.203-0.922-0.953-2.031-1.422-3.281-1.422-1.188 0-2.141 0.313-2.844 0.922s-1.047 1.375-1.047 2.281c0 0.766 0.344 1.484 1.031 2.188s2.141 1.375 4.359 2.016c0.75 0.219 1.641 0.562 2.703 1.031 0.562 0.266 1.062 0.531 1.484 0.812h-11.609zM15.469 17h6.422c0.078 0.438 0.109 0.922 0.109 1.437 0 1.125-0.203 2.234-0.641 3.313-0.234 0.578-0.594 1.109-1.109 1.625-0.375 0.359-0.938 0.781-1.703 1.266-0.781 0.469-1.563 0.828-2.391 1.031-0.828 0.219-1.875 0.328-3.172 0.328-0.859 0-1.891-0.031-3.047-0.359l-2.188-0.625c-0.609-0.172-0.969-0.313-1.125-0.438-0.063-0.063-0.125-0.172-0.125-0.344v-0.203c0-0.125 0.031-0.938-0.031-2.438-0.031-0.781 0.031-1.328 0.031-1.641v-0.688l1.594-0.031c0.578 1.328 0.844 2.125 1.016 2.406 0.375 0.609 0.797 1.094 1.25 1.469s1 0.672 1.641 0.891c0.625 0.234 1.328 0.344 2.063 0.344 0.656 0 1.391-0.141 2.172-0.422 0.797-0.266 1.437-0.719 1.906-1.344 0.484-0.625 0.734-1.297 0.734-2.016 0-0.875-0.422-1.687-1.266-2.453-0.344-0.297-1.062-0.672-2.141-1.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-underline\" viewBox=\"0 0 24 28\">\n<title>underline</title>\n<path d=\"M0.75 3.484c-0.281-0.016-0.516-0.016-0.703-0.063l-0.047-1.375c0.203-0.016 0.406-0.016 0.625-0.016 0.547 0 1.141 0.016 1.75 0.063 1.469 0.078 2.344 0.109 2.594 0.109 0.891 0 1.766-0.016 2.625-0.047 0.844-0.031 1.609-0.063 2.281-0.078 0.656 0 1.109-0.016 1.344-0.031l-0.016 0.219 0.031 1v0.141c-0.625 0.094-1.266 0.141-1.937 0.141-0.625 0-1.031 0.125-1.234 0.391-0.141 0.156-0.203 0.844-0.203 2.063 0 0.375 0.016 0.672 0.016 0.906l0.016 3.578 0.219 4.375c0.063 1.266 0.313 2.312 0.797 3.156 0.359 0.609 0.859 1.094 1.5 1.437 0.938 0.5 1.859 0.734 2.766 0.734 1.062 0 2.063-0.141 2.984-0.438 0.547-0.172 1.062-0.422 1.547-0.797 0.484-0.359 0.828-0.688 1.016-1 0.406-0.625 0.672-1.234 0.828-1.781 0.219-0.766 0.328-1.953 0.328-3.578 0-2.797-0.203-2.875-0.438-6.406l-0.063-0.922c-0.047-0.672-0.156-1.141-0.375-1.375-0.344-0.359-0.75-0.547-1.203-0.531l-1.563 0.031-0.219-0.047 0.031-1.344h1.313l3.203 0.156c1.062 0.047 2.078-0.047 3.063-0.156l0.281 0.031c0.063 0.391 0.094 0.656 0.094 0.797s-0.031 0.297-0.063 0.484c-0.422 0.109-0.859 0.187-1.313 0.203-0.734 0.109-1.156 0.187-1.234 0.266-0.141 0.141-0.234 0.344-0.234 0.641 0 0.203 0.031 0.516 0.047 0.906 0 0 0.125 0.281 0.344 6.188 0.078 2.359-0.078 3.953-0.234 4.75s-0.375 1.437-0.641 1.906c-0.406 0.688-1 1.328-1.75 1.922-0.766 0.578-1.703 1.047-2.844 1.391s-2.469 0.516-3.984 0.516c-1.719 0-3.203-0.234-4.438-0.719s-2.172-1.125-2.797-1.906-1.062-1.797-1.297-3.047c-0.172-0.859-0.25-2.094-0.25-3.703v-5.203c0-1.969-0.094-3.078-0.266-3.328-0.25-0.359-1.016-0.578-2.297-0.609zM24 25.5v-1c0-0.281-0.219-0.5-0.5-0.5h-23c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h23c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-table\" viewBox=\"0 0 26 28\">\n<title>table</title>\n<path d=\"M8 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM26 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magic\" viewBox=\"0 0 26 28\">\n<title>magic</title>\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-truck\" viewBox=\"0 0 29 28\">\n<title>truck</title>\n<path d=\"M10 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM4 14h6v-4h-2.469c-0.063 0-0.297 0.094-0.344 0.141l-3.047 3.047c-0.047 0.047-0.141 0.281-0.141 0.344v0.469zM24 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM28 5v16c0 1.156-1.219 1-2 1 0 2.203-1.797 4-4 4s-4-1.797-4-4h-6c0 2.203-1.797 4-4 4s-4-1.797-4-4h-1c-0.781 0-2 0.156-2-1 0-0.547 0.453-1 1-1v-5c0-1.109-0.156-2.344 0.703-3.203l3.094-3.094c0.391-0.391 1.141-0.703 1.703-0.703h2.5v-3c0-0.547 0.453-1 1-1h16c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest\" viewBox=\"0 0 24 28\">\n<title>pinterest</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12-1.188 0-2.312-0.172-3.406-0.5 0.453-0.719 0.969-1.641 1.219-2.562 0 0 0.141-0.531 0.844-3.297 0.406 0.797 1.625 1.5 2.922 1.5 3.859 0 6.484-3.516 6.484-8.234 0-3.547-3.016-6.875-7.609-6.875-5.688 0-8.563 4.094-8.563 7.5 0 2.063 0.781 3.906 2.453 4.594 0.266 0.109 0.516 0 0.594-0.313 0.063-0.203 0.187-0.734 0.25-0.953 0.078-0.313 0.047-0.406-0.172-0.672-0.484-0.578-0.797-1.313-0.797-2.359 0-3.031 2.266-5.75 5.906-5.75 3.219 0 5 1.969 5 4.609 0 3.453-1.531 6.375-3.813 6.375-1.25 0-2.188-1.031-1.891-2.312 0.359-1.516 1.062-3.156 1.062-4.25 0-0.984-0.531-1.813-1.625-1.813-1.281 0-2.312 1.328-2.312 3.109 0 0 0 1.141 0.391 1.906-1.313 5.563-1.547 6.531-1.547 6.531-0.219 0.906-0.234 1.922-0.203 2.766-4.234-1.859-7.187-6.078-7.187-11 0-6.625 5.375-12 12-12s12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-square\" viewBox=\"0 0 24 28\">\n<title>pinterest-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-11.328c0.516-0.734 1.359-2 1.687-3.281 0 0 0.141-0.531 0.828-3.266 0.422 0.797 1.625 1.484 2.906 1.484 3.813 0 6.406-3.484 6.406-8.141 0-3.516-2.984-6.797-7.516-6.797-5.641 0-8.484 4.047-8.484 7.422 0 2.031 0.781 3.844 2.438 4.531 0.266 0.109 0.516 0 0.594-0.297 0.047-0.203 0.172-0.734 0.234-0.953 0.078-0.297 0.047-0.406-0.172-0.656-0.469-0.578-0.781-1.297-0.781-2.344 0-3 2.25-5.672 5.844-5.672 3.187 0 4.937 1.937 4.937 4.547 0 3.422-1.516 6.312-3.766 6.312-1.234 0-2.172-1.031-1.875-2.297 0.359-1.5 1.047-3.125 1.047-4.203 0-0.969-0.516-1.781-1.594-1.781-1.266 0-2.281 1.313-2.281 3.063 0 0 0 1.125 0.375 1.891-1.297 5.5-1.531 6.469-1.531 6.469-0.344 1.437-0.203 3.109-0.109 3.969h-2.859c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-square\" viewBox=\"0 0 24 28\">\n<title>google-plus-square</title>\n<path d=\"M14.328 14.141c0-0.391-0.047-0.703-0.094-1h-5.656v2.063h3.391c-0.125 0.875-1.016 2.578-3.391 2.578-2.063 0-3.734-1.687-3.734-3.781s1.672-3.781 3.734-3.781c1.156 0 1.937 0.484 2.391 0.922l1.625-1.578c-1.047-0.969-2.406-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus\" viewBox=\"0 0 36 28\">\n<title>google-plus</title>\n<path d=\"M22.453 14.266c0 6.547-4.391 11.188-11 11.188-6.328 0-11.453-5.125-11.453-11.453s5.125-11.453 11.453-11.453c3.094 0 5.672 1.125 7.672 3l-3.109 2.984c-0.844-0.812-2.328-1.766-4.562-1.766-3.906 0-7.094 3.234-7.094 7.234s3.187 7.234 7.094 7.234c4.531 0 6.234-3.266 6.5-4.937h-6.5v-3.938h10.813c0.109 0.578 0.187 1.156 0.187 1.906zM36 12.359v3.281h-3.266v3.266h-3.281v-3.266h-3.266v-3.281h3.266v-3.266h3.281v3.266h3.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-money\" viewBox=\"0 0 30 28\">\n<title>money</title>\n<path d=\"M12 18h6v-1.5h-2v-7h-1.781l-2.312 2.141 1.203 1.25c0.375-0.328 0.609-0.5 0.859-0.891h0.031v4.5h-2v1.5zM20 14c0 2.844-1.719 6.5-5 6.5s-5-3.656-5-6.5 1.719-6.5 5-6.5 5 3.656 5 6.5zM28 18v-8c-2.203 0-4-1.797-4-4h-18c0 2.203-1.797 4-4 4v8c2.203 0 4 1.797 4 4h18c0-2.203 1.797-4 4-4zM30 5v18c0 0.547-0.453 1-1 1h-28c-0.547 0-1-0.453-1-1v-18c0-0.547 0.453-1 1-1h28c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-down\" viewBox=\"0 0 16 28\">\n<title>caret-down</title>\n<path d=\"M16 11c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-up\" viewBox=\"0 0 16 28\">\n<title>caret-up</title>\n<path d=\"M16 19c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-left\" viewBox=\"0 0 11 28\">\n<title>caret-left</title>\n<path d=\"M10 7v14c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-right\" viewBox=\"0 0 9 28\">\n<title>caret-right</title>\n<path d=\"M9 14c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-14c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-columns\" viewBox=\"0 0 26 28\">\n<title>columns</title>\n<path d=\"M2.5 24h9.5v-18h-10v17.5c0 0.266 0.234 0.5 0.5 0.5zM24 23.5v-17.5h-10v18h9.5c0.266 0 0.5-0.234 0.5-0.5zM26 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort\" viewBox=\"0 0 16 28\">\n<title>sort</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-desc\" viewBox=\"0 0 16 28\">\n<title>sort-desc</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-asc\" viewBox=\"0 0 16 28\">\n<title>sort-asc</title>\n<path d=\"M16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope\" viewBox=\"0 0 28 28\">\n<title>envelope</title>\n<path d=\"M28 11.094v12.406c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-12.406c0.469 0.516 1 0.969 1.578 1.359 2.594 1.766 5.219 3.531 7.766 5.391 1.313 0.969 2.938 2.156 4.641 2.156h0.031c1.703 0 3.328-1.188 4.641-2.156 2.547-1.844 5.172-3.625 7.781-5.391 0.562-0.391 1.094-0.844 1.563-1.359zM28 6.5c0 1.75-1.297 3.328-2.672 4.281-2.438 1.687-4.891 3.375-7.313 5.078-1.016 0.703-2.734 2.141-4 2.141h-0.031c-1.266 0-2.984-1.437-4-2.141-2.422-1.703-4.875-3.391-7.297-5.078-1.109-0.75-2.688-2.516-2.688-3.938 0-1.531 0.828-2.844 2.5-2.844h23c1.359 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin\" viewBox=\"0 0 24 28\">\n<title>linkedin</title>\n<path d=\"M5.453 9.766v15.484h-5.156v-15.484h5.156zM5.781 4.984c0.016 1.484-1.109 2.672-2.906 2.672v0h-0.031c-1.734 0-2.844-1.188-2.844-2.672 0-1.516 1.156-2.672 2.906-2.672 1.766 0 2.859 1.156 2.875 2.672zM24 16.375v8.875h-5.141v-8.281c0-2.078-0.75-3.5-2.609-3.5-1.422 0-2.266 0.953-2.641 1.875-0.125 0.344-0.172 0.797-0.172 1.266v8.641h-5.141c0.063-14.031 0-15.484 0-15.484h5.141v2.25h-0.031c0.672-1.062 1.891-2.609 4.672-2.609 3.391 0 5.922 2.219 5.922 6.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rotate-left\" viewBox=\"0 0 24 28\">\n<title>rotate-left</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gavel\" viewBox=\"0 0 28 28\">\n<title>gavel</title>\n<path d=\"M27.672 24c0 0.531-0.219 1.047-0.578 1.406l-1.672 1.687c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-5.672-5.688c-0.375-0.359-0.594-0.875-0.594-1.406 0-0.594 0.25-1.078 0.672-1.5l-4-4-1.969 1.969c-0.141 0.141-0.328 0.219-0.531 0.219s-0.391-0.078-0.531-0.219c0.469 0.469 0.906 0.812 0.906 1.531 0 0.406-0.156 0.766-0.438 1.062-0.531 0.562-1.094 1.313-1.937 1.313-0.391 0-0.781-0.156-1.062-0.438l-6.375-6.375c-0.281-0.281-0.438-0.672-0.438-1.062 0-0.844 0.75-1.406 1.313-1.937 0.297-0.281 0.656-0.438 1.062-0.438 0.719 0 1.062 0.438 1.531 0.906-0.141-0.141-0.219-0.328-0.219-0.531s0.078-0.391 0.219-0.531l5.437-5.437c0.141-0.141 0.328-0.219 0.531-0.219s0.391 0.078 0.531 0.219c-0.469-0.469-0.906-0.812-0.906-1.531 0-0.406 0.156-0.766 0.438-1.062 0.531-0.562 1.094-1.313 1.937-1.313 0.391 0 0.781 0.156 1.062 0.438l6.375 6.375c0.281 0.281 0.438 0.672 0.438 1.062 0 0.844-0.75 1.406-1.313 1.937-0.297 0.281-0.656 0.438-1.062 0.438-0.719 0-1.062-0.438-1.531-0.906 0.141 0.141 0.219 0.328 0.219 0.531s-0.078 0.391-0.219 0.531l-1.969 1.969 4 4c0.422-0.422 0.906-0.672 1.5-0.672 0.531 0 1.047 0.219 1.422 0.578l5.672 5.672c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashboard\" viewBox=\"0 0 28 28\">\n<title>dashboard</title>\n<path d=\"M6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM9 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM15.687 18.516l1.578-5.969c0.125-0.531-0.187-1.078-0.719-1.219v0c-0.531-0.141-1.078 0.187-1.219 0.719l-1.578 5.969c-1.234 0.094-2.312 0.953-2.656 2.219-0.422 1.609 0.547 3.25 2.141 3.672 1.609 0.422 3.25-0.547 3.672-2.141 0.328-1.266-0.203-2.547-1.219-3.25zM26 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 18c0 2.688-0.766 5.281-2.203 7.547-0.187 0.281-0.5 0.453-0.844 0.453h-21.906c-0.344 0-0.656-0.172-0.844-0.453-1.437-2.25-2.203-4.859-2.203-7.547 0-7.719 6.281-14 14-14s14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment-o\" viewBox=\"0 0 28 28\">\n<title>comment-o</title>\n<path d=\"M14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.531 6.266-10 14-10v0c7.734 0 14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments-o\" viewBox=\"0 0 28 28\">\n<title>comments-o</title>\n<path d=\"M11 6c-4.875 0-9 2.75-9 6 0 1.719 1.156 3.375 3.156 4.531l1.516 0.875-0.547 1.313c0.328-0.187 0.656-0.391 0.969-0.609l0.688-0.484 0.828 0.156c0.781 0.141 1.578 0.219 2.391 0.219 4.875 0 9-2.75 9-6s-4.125-6-9-6zM11 4c6.078 0 11 3.578 11 8s-4.922 8-11 8c-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8zM23.844 22.266c0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375 0 2.547-1.625 4.797-4.156 6.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bolt\" viewBox=\"0 0 14 28\">\n<title>bolt</title>\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sitemap\" viewBox=\"0 0 28 28\">\n<title>sitemap</title>\n<path d=\"M28 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3c0-1.094 0.906-2 2-2h8v-3h-1.5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-1.5v3h8c1.094 0 2 0.906 2 2v3h1.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-umbrella\" viewBox=\"0 0 26 28\">\n<title>umbrella</title>\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clipboard\" viewBox=\"0 0 28 28\">\n<title>clipboard</title>\n<path d=\"M12 26h14v-10h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6v18zM16 3.5v-1c0-0.266-0.234-0.5-0.5-0.5h-11c-0.266 0-0.5 0.234-0.5 0.5v1c0 0.266 0.234 0.5 0.5 0.5h11c0.266 0 0.5-0.234 0.5-0.5zM20 14h4.672l-4.672-4.672v4.672zM28 16v10.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h17c0.828 0 1.5 0.672 1.5 1.5v5.125c0.203 0.125 0.391 0.266 0.562 0.437l6.375 6.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lightbulb-o\" viewBox=\"0 0 16 28\">\n<title>lightbulb-o</title>\n<path d=\"M11.5 9c0 0.266-0.234 0.5-0.5 0.5s-0.5-0.234-0.5-0.5c0-1.078-1.672-1.5-2.5-1.5-0.266 0-0.5-0.234-0.5-0.5s0.234-0.5 0.5-0.5c1.453 0 3.5 0.766 3.5 2.5zM14 9c0-3.125-3.172-5-6-5s-6 1.875-6 5c0 1 0.406 2.047 1.062 2.812 0.297 0.344 0.641 0.672 0.953 1.031 1.109 1.328 2.047 2.891 2.203 4.656h3.563c0.156-1.766 1.094-3.328 2.203-4.656 0.313-0.359 0.656-0.688 0.953-1.031 0.656-0.766 1.062-1.813 1.062-2.812zM16 9c0 1.609-0.531 3-1.609 4.188s-2.5 2.859-2.625 4.531c0.453 0.266 0.734 0.766 0.734 1.281 0 0.375-0.141 0.734-0.391 1 0.25 0.266 0.391 0.625 0.391 1 0 0.516-0.266 0.984-0.703 1.266 0.125 0.219 0.203 0.484 0.203 0.734 0 1.016-0.797 1.5-1.703 1.5-0.406 0.906-1.313 1.5-2.297 1.5s-1.891-0.594-2.297-1.5c-0.906 0-1.703-0.484-1.703-1.5 0-0.25 0.078-0.516 0.203-0.734-0.438-0.281-0.703-0.75-0.703-1.266 0-0.375 0.141-0.734 0.391-1-0.25-0.266-0.391-0.625-0.391-1 0-0.516 0.281-1.016 0.734-1.281-0.125-1.672-1.547-3.344-2.625-4.531s-1.609-2.578-1.609-4.188c0-4.25 4.047-7 8-7s8 2.75 8 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exchange\" viewBox=\"0 0 28 28\">\n<title>exchange</title>\n<path d=\"M28 18.5v3c0 0.266-0.234 0.5-0.5 0.5h-21.5v3c0 0.266-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-5c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.219 0.5 0.5v3h21.5c0.266 0 0.5 0.219 0.5 0.5zM28 10c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-21.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-download\" viewBox=\"0 0 30 28\">\n<title>cloud-download</title>\n<path d=\"M20 14.5c0-0.281-0.219-0.5-0.5-0.5h-3.5v-5.5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5.5h-3.5c-0.281 0-0.5 0.234-0.5 0.5 0 0.125 0.047 0.266 0.141 0.359l5.5 5.5c0.094 0.094 0.219 0.141 0.359 0.141 0.125 0 0.266-0.047 0.359-0.141l5.484-5.484c0.094-0.109 0.156-0.234 0.156-0.375zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-upload\" viewBox=\"0 0 30 28\">\n<title>cloud-upload</title>\n<path d=\"M20 13.5c0-0.125-0.047-0.266-0.141-0.359l-5.5-5.5c-0.094-0.094-0.219-0.141-0.359-0.141-0.125 0-0.266 0.047-0.359 0.141l-5.484 5.484c-0.094 0.109-0.156 0.234-0.156 0.375 0 0.281 0.219 0.5 0.5 0.5h3.5v5.5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5v-5.5h3.5c0.281 0 0.5-0.234 0.5-0.5zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-md\" viewBox=\"0 0 22 28\">\n<title>user-md</title>\n<path d=\"M6 21c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.109 0.625-8.016 4.344-8.828-0.25 0.594-0.344 1.234-0.344 1.875v3.172c-1.203 0.422-2 1.563-2 2.828 0 1.656 1.344 3 3 3s3-1.344 3-3c0-1.266-0.812-2.406-2-2.828v-3.172c0-0.516 0.047-1.031 0.391-1.453 1.313 1.031 2.938 1.625 4.609 1.625s3.297-0.594 4.609-1.625c0.344 0.422 0.391 0.938 0.391 1.453v1c-2.203 0-4 1.797-4 4v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.094 0.906-2 2-2s2 0.906 2 2v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.422-0.766-2.75-2-3.453 0-1.141 0.109-2.359-0.344-3.422 3.719 0.812 4.344 5.719 4.344 8.828zM17 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stethoscope\" viewBox=\"0 0 22 28\">\n<title>stethoscope</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 11c0 1.313-0.828 2.406-2 2.828v6.172c0 3.313-3.141 6-7 6s-7-2.688-7-6v-2.063c-3.391-0.422-6-2.922-6-5.938v-8c0-0.547 0.453-1 1-1 0.094 0 0.172 0.016 0.25 0.031 0.344-0.609 1-1.031 1.75-1.031 1.109 0 2 0.891 2 2s-0.891 2-2 2c-0.359 0-0.703-0.109-1-0.281v6.281c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.281c-0.297 0.172-0.641 0.281-1 0.281-1.109 0-2-0.891-2-2s0.891-2 2-2c0.75 0 1.406 0.422 1.75 1.031 0.078-0.016 0.156-0.031 0.25-0.031 0.547 0 1 0.453 1 1v8c0 3.016-2.609 5.516-6 5.938v2.063c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.172c-1.172-0.422-2-1.516-2-2.828 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-suitcase\" viewBox=\"0 0 28 28\">\n<title>suitcase</title>\n<path d=\"M10 6h8v-2h-8v2zM4.5 6v20h-1c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h1zM22 6v20h-16v-20h2v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-1v-20h1c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell\" viewBox=\"0 0 28 28\">\n<title>bell</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-coffee\" viewBox=\"0 0 29 28\">\n<title>coffee</title>\n<path d=\"M26 10c0-1.656-1.344-3-3-3h-1v6h1c1.656 0 3-1.344 3-3zM0 22h28c0 2.203-1.797 4-4 4h-20c-2.203 0-4-1.797-4-4zM29 10c0 3.313-2.688 6-6 6h-1v0.5c0 1.922-1.578 3.5-3.5 3.5h-11c-1.922 0-3.5-1.578-3.5-3.5v-11.5c0-0.547 0.453-1 1-1h18c3.313 0 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cutlery\" viewBox=\"0 0 22 28\">\n<title>cutlery</title>\n<path d=\"M10 1v10c0 1.266-0.812 2.406-2 2.828v12.172c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-12.172c-1.188-0.422-2-1.563-2-2.828v-10c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1zM22 1v25c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-8h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-12.5c0-2.75 2.25-5 5-5h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text-o\" viewBox=\"0 0 24 28\">\n<title>file-text-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6 12.5c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1zM17.5 16c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11zM17.5 20c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building-o\" viewBox=\"0 0 22 28\">\n<title>building-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-24h-18v24h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM22 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hospital-o\" viewBox=\"0 0 22 28\">\n<title>hospital-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-18h-4v0.5c0 0.828-0.672 1.5-1.5 1.5h-7c-0.828 0-1.5-0.672-1.5-1.5v-0.5h-4v18h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM14 7.5v-5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v1.5h-2v-1.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5v-1.5h2v1.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM22 7v20c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-20c0-0.547 0.453-1 1-1h5v-4.5c0-0.828 0.672-1.5 1.5-1.5h7c0.828 0 1.5 0.672 1.5 1.5v4.5h5c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ambulance\" viewBox=\"0 0 31 28\">\n<title>ambulance</title>\n<path d=\"M10 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM4 14h6v-4h-2.469c-0.094 0.016-0.266 0.078-0.344 0.141l-3.047 3.047c-0.047 0.078-0.125 0.25-0.141 0.344v0.469zM24 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 11.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM30 3v18c0 0.547-0.453 1-1 1h-3c0 2.203-1.781 4-4 4-2.203 0-4-1.797-4-4h-6c0 2.203-1.781 4-4 4s-4-1.797-4-4h-2c-0.547 0-1-0.453-1-1s0.453-1 1-1v-6.5c0-0.547 0.313-1.313 0.703-1.703l3.094-3.094c0.391-0.391 1.156-0.703 1.703-0.703h2.5v-5c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medkit\" viewBox=\"0 0 28 28\">\n<title>medkit</title>\n<path d=\"M20 17.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM10 6h8v-2h-8v2zM4 6v20h-0.5c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h0.5zM22.5 6v20h-17v-20h2.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2.5zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-0.5v-20h0.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fighter-jet\" viewBox=\"0 0 30 28\">\n<title>fighter-jet</title>\n<path d=\"M30 15c0 0 0 0.5-4.5 1.5l-5.5 0.5-3.5 1h-1l-4.578 5.5h1.078c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-5v-0.5h1v-6.5h-2.5l-3 3.5h-1.5l-0.5-0.5v-3h0.5v-0.5h2v-0.125l-3-0.375v-2l3-0.375v-0.125h-2v-0.5h-0.5v-3l0.5-0.5h1.5l3 3.5h2.5v-6.5h-1v-0.5h5c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-1.078l4.578 5.5h1l3.5 1 5.5 0.5c4.5 1 4.5 1.5 4.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-beer\" viewBox=\"0 0 27 28\">\n<title>beer</title>\n<path d=\"M10 14v-6h-4v4c0 1.109 0.891 2 2 2h2zM26 21v3h-18v-3l2-3h-2c-3.313 0-6-2.688-6-6v-5l-1-1 0.5-2h7.5l0.5-2h15l0.5 3-1 0.5v12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-h-square\" viewBox=\"0 0 24 28\">\n<title>h-square</title>\n<path d=\"M20 21v-14c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-8v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v14c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h8v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square\" viewBox=\"0 0 24 28\">\n<title>plus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-5v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-5c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h5v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h5c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-left\" viewBox=\"0 0 17 28\">\n<title>angle-double-left</title>\n<path d=\"M9.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359zM15.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-right\" viewBox=\"0 0 15 28\">\n<title>angle-double-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM15.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-up\" viewBox=\"0 0 18 28\">\n<title>angle-double-up</title>\n<path d=\"M16.797 20.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 14.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-down\" viewBox=\"0 0 18 28\">\n<title>angle-double-down</title>\n<path d=\"M16.797 13.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 7.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-left\" viewBox=\"0 0 11 28\">\n<title>angle-left</title>\n<path d=\"M9.797 8.5c0 0.125-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.219 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-right\" viewBox=\"0 0 9 28\">\n<title>angle-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359 0-0.125 0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-up\" viewBox=\"0 0 18 28\">\n<title>angle-up</title>\n<path d=\"M16.797 18.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-down\" viewBox=\"0 0 18 28\">\n<title>angle-down</title>\n<path d=\"M16.797 11.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-desktop\" viewBox=\"0 0 30 28\">\n<title>desktop</title>\n<path d=\"M28 15.5v-13c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-8.5c0 1.328 1 2.453 1 3s-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1 0-0.578 1-1.641 1-3h-8.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-laptop\" viewBox=\"0 0 30 28\">\n<title>laptop</title>\n<path d=\"M6.5 20c-1.375 0-2.5-1.125-2.5-2.5v-11c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5v11c0 1.375-1.125 2.5-2.5 2.5h-17zM6 6.5v11c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5v-11c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5zM27.5 21h2.5v1.5c0 0.828-1.125 1.5-2.5 1.5h-25c-1.375 0-2.5-0.672-2.5-1.5v-1.5h27.5zM16.25 22.5c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tablet\" viewBox=\"0 0 18 28\">\n<title>tablet</title>\n<path d=\"M10 22c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-13c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h13c0.266 0 0.5-0.234 0.5-0.5zM18 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-13c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h13c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mobile\" viewBox=\"0 0 12 28\">\n<title>mobile</title>\n<path d=\"M7.25 22c0-0.688-0.562-1.25-1.25-1.25s-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25 1.25-0.562 1.25-1.25zM10.5 19.5v-11c0-0.266-0.234-0.5-0.5-0.5h-8c-0.266 0-0.5 0.234-0.5 0.5v11c0 0.266 0.234 0.5 0.5 0.5h8c0.266 0 0.5-0.234 0.5-0.5zM7.5 6.25c0-0.141-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5c0.141 0 0.25-0.109 0.25-0.25zM12 6v16c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-16c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o\" viewBox=\"0 0 24 28\">\n<title>circle-o</title>\n<path d=\"M12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-left\" viewBox=\"0 0 26 28\">\n<title>quote-left</title>\n<path d=\"M12 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3zM26 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-right\" viewBox=\"0 0 26 28\">\n<title>quote-right</title>\n<path d=\"M12 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3zM26 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spinner\" viewBox=\"0 0 28 28\">\n<title>spinner</title>\n<path d=\"M8.219 21.781c0 1.094-0.891 2-2 2-1.094 0-2-0.906-2-2 0-1.109 0.906-2 2-2 1.109 0 2 0.891 2 2zM16 25c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM5 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM23.781 21.781c0 1.094-0.906 2-2 2-1.109 0-2-0.906-2-2 0-1.109 0.891-2 2-2 1.094 0 2 0.891 2 2zM8.719 6.219c0 1.375-1.125 2.5-2.5 2.5s-2.5-1.125-2.5-2.5 1.125-2.5 2.5-2.5 2.5 1.125 2.5 2.5zM27 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM17 3c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM25.281 6.219c0 1.937-1.578 3.5-3.5 3.5-1.937 0-3.5-1.563-3.5-3.5 0-1.922 1.563-3.5 3.5-3.5 1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle\" viewBox=\"0 0 24 28\">\n<title>circle</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply\" viewBox=\"0 0 28 28\">\n<title>mail-reply</title>\n<path d=\"M28 17.5c0 2.188-1.094 5.047-1.984 7.047-0.172 0.359-0.344 0.859-0.578 1.188-0.109 0.156-0.219 0.266-0.438 0.266-0.313 0-0.5-0.25-0.5-0.547 0-0.25 0.063-0.531 0.078-0.781 0.047-0.641 0.078-1.281 0.078-1.922 0-7.453-4.422-8.75-11.156-8.75h-3.5v4c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-8-8c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l8-8c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v4h3.5c5.125 0 11.5 0.906 13.672 6.297 0.656 1.656 0.828 3.453 0.828 5.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-alt\" viewBox=\"0 0 26 28\">\n<title>github-alt</title>\n<path d=\"M10 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM20 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM22.5 19c0-2.391-1.453-4.5-4-4.5-1.031 0-2.016 0.187-3.047 0.328-0.812 0.125-1.625 0.172-2.453 0.172s-1.641-0.047-2.453-0.172c-1.016-0.141-2.016-0.328-3.047-0.328-2.547 0-4 2.109-4 4.5 0 4.781 4.375 5.516 8.188 5.516h2.625c3.813 0 8.188-0.734 8.188-5.516zM26 16.25c0 1.734-0.172 3.578-0.953 5.172-2.063 4.172-7.734 4.578-11.797 4.578-4.125 0-10.141-0.359-12.281-4.578-0.797-1.578-0.969-3.437-0.969-5.172 0-2.281 0.625-4.438 2.125-6.188-0.281-0.859-0.422-1.766-0.422-2.656 0-1.172 0.266-2.344 0.797-3.406 2.469 0 4.047 1.078 5.922 2.547 1.578-0.375 3.203-0.547 4.828-0.547 1.469 0 2.953 0.156 4.375 0.5 1.859-1.453 3.437-2.5 5.875-2.5 0.531 1.062 0.797 2.234 0.797 3.406 0 0.891-0.141 1.781-0.422 2.625 1.5 1.766 2.125 3.938 2.125 6.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-o\" viewBox=\"0 0 26 28\">\n<title>folder-o</title>\n<path d=\"M24 20.5v-11c0-0.828-0.672-1.5-1.5-1.5h-11c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v15c0 0.828 0.672 1.5 1.5 1.5h19c0.828 0 1.5-0.672 1.5-1.5zM26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open-o\" viewBox=\"0 0 30 28\">\n<title>folder-open-o</title>\n<path d=\"M27.828 14.547c0-0.438-0.484-0.547-0.828-0.547h-17c-0.828 0-1.922 0.516-2.453 1.156l-4.594 5.672c-0.141 0.187-0.281 0.391-0.281 0.625 0 0.438 0.484 0.547 0.828 0.547h17c0.828 0 1.922-0.516 2.453-1.172l4.594-5.672c0.141-0.172 0.281-0.375 0.281-0.609zM10 12h12v-2.5c0-0.828-0.672-1.5-1.5-1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v13.328l4-4.922c0.906-1.109 2.578-1.906 4-1.906zM29.828 14.547c0 0.688-0.297 1.344-0.719 1.875l-4.609 5.672c-0.891 1.094-2.594 1.906-4 1.906h-17c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5v2.5h3c1.062 0 2.125 0.484 2.594 1.484 0.156 0.328 0.234 0.688 0.234 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-smile-o\" viewBox=\"0 0 24 28\">\n<title>smile-o</title>\n<path d=\"M17.719 16.797c-0.781 2.516-3.078 4.203-5.719 4.203s-4.937-1.687-5.719-4.203c-0.172-0.531 0.125-1.078 0.656-1.25 0.516-0.172 1.078 0.125 1.25 0.656 0.516 1.672 2.063 2.797 3.813 2.797s3.297-1.125 3.813-2.797c0.172-0.531 0.734-0.828 1.266-0.656 0.516 0.172 0.812 0.719 0.641 1.25zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-frown-o\" viewBox=\"0 0 24 28\">\n<title>frown-o</title>\n<path d=\"M17.719 19.203c0.172 0.531-0.125 1.078-0.641 1.25-0.531 0.172-1.094-0.125-1.266-0.656-0.516-1.672-2.063-2.797-3.813-2.797s-3.297 1.125-3.813 2.797c-0.172 0.531-0.734 0.828-1.25 0.656-0.531-0.172-0.828-0.719-0.656-1.25 0.781-2.516 3.078-4.203 5.719-4.203s4.937 1.687 5.719 4.203zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meh-o\" viewBox=\"0 0 24 28\">\n<title>meh-o</title>\n<path d=\"M18 17c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h10c0.547 0 1 0.453 1 1zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gamepad\" viewBox=\"0 0 30 28\">\n<title>gamepad</title>\n<path d=\"M13 17v-2c0-0.281-0.219-0.5-0.5-0.5h-3v-3c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v3h-3c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h3v3c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5v-3h3c0.281 0 0.5-0.219 0.5-0.5zM22 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM30 16c0 4.422-3.578 8-8 8-2.031 0-3.875-0.766-5.281-2h-3.437c-1.406 1.234-3.25 2-5.281 2-4.422 0-8-3.578-8-8s3.578-8 8-8h14c4.422 0 8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-keyboard-o\" viewBox=\"0 0 30 28\">\n<title>keyboard-o</title>\n<path d=\"M6 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM8 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h3.5c0.141 0 0.25 0.109 0.25 0.25zM6 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-13.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h13.5c0.141 0 0.25 0.109 0.25 0.25zM12 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM10 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM16 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM14 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM20 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM18 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 10.25v5.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.75v-3.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM28 22v-14h-26v14h26zM30 8v14c0 1.109-0.891 2-2 2h-26c-1.109 0-2-0.891-2-2v-14c0-1.109 0.891-2 2-2h26c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-o\" viewBox=\"0 0 29 28\">\n<title>flag-o</title>\n<path d=\"M26 16.328v-9.625c-1.25 0.672-3 1.422-4.781 1.422v0c-0.828 0-1.594-0.156-2.266-0.5-1.672-0.828-3.484-1.625-5.656-1.625-2.016 0-4.484 0.984-6.297 1.984v9.359c2.063-0.953 4.688-1.766 6.766-1.766 2.406 0 3.969 0.797 5.641 1.625l0.438 0.219c0.438 0.219 0.969 0.344 1.578 0.344 1.734 0 3.609-0.922 4.578-1.437zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-checkered\" viewBox=\"0 0 29 28\">\n<title>flag-checkered</title>\n<path d=\"M13 15.625v-3c-1.906 0.172-4.203 0.938-6 1.828v2.891c1.813-0.844 4.062-1.563 6-1.719zM13 9.094v-3.078c-1.969 0.094-4.281 1.016-6 1.969v2.953c1.844-0.953 4.062-1.766 6-1.844zM26 16.328v-2.875c-1.422 0.703-3.906 1.75-6 1.109v-3.5c-0.203-0.063-0.406-0.141-0.609-0.234-1.797-0.906-3.266-1.75-5.625-1.75-0.25 0-0.5 0.016-0.766 0.047v3.469h0.297c2.359 0 4.297 0.844 6.094 1.734 0.203 0.094 0.406 0.172 0.609 0.234v2.938c0.422 0.172 0.891 0.266 1.422 0.266 1.734 0 3.609-0.922 4.578-1.437zM26 9.656v-2.953c-1.25 0.672-3 1.422-4.781 1.422v0c-0.422 0-0.828-0.031-1.219-0.125v3.063c2.094 0.594 4.578-0.609 6-1.406zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-terminal\" viewBox=\"0 0 26 28\">\n<title>terminal</title>\n<path d=\"M9.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719zM26 22.5v1c0 0.281-0.219 0.5-0.5 0.5h-15c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h15c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code\" viewBox=\"0 0 30 28\">\n<title>code</title>\n<path d=\"M9.641 21.859l-0.781 0.781c-0.203 0.203-0.516 0.203-0.719 0l-7.281-7.281c-0.203-0.203-0.203-0.516 0-0.719l7.281-7.281c0.203-0.203 0.516-0.203 0.719 0l0.781 0.781c0.203 0.203 0.203 0.516 0 0.719l-6.141 6.141 6.141 6.141c0.203 0.203 0.203 0.516 0 0.719zM18.875 5.187l-5.828 20.172c-0.078 0.266-0.359 0.422-0.609 0.344l-0.969-0.266c-0.266-0.078-0.422-0.359-0.344-0.625l5.828-20.172c0.078-0.266 0.359-0.422 0.609-0.344l0.969 0.266c0.266 0.078 0.422 0.359 0.344 0.625zM29.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply-all\" viewBox=\"0 0 28 28\">\n<title>mail-reply-all</title>\n<path d=\"M10 16.906v1.094c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v1.078l-6.203 6.219c-0.391 0.391-0.391 1.016 0 1.406zM28 17.5c0 3.25-2.453 8.031-2.562 8.234-0.078 0.172-0.25 0.266-0.438 0.266-0.047 0-0.094 0-0.141-0.016-0.234-0.078-0.375-0.297-0.359-0.531 0.453-4.266-0.078-7.078-1.656-8.828-1.328-1.484-3.484-2.281-6.844-2.547v3.922c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v4.094c4.312 0.297 7.391 1.437 9.359 3.453 2.359 2.422 2.641 5.703 2.641 7.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half-empty\" viewBox=\"0 0 26 28\">\n<title>star-half-empty</title>\n<path d=\"M18.531 14.953l4.016-3.906-6.594-0.969-0.469-0.938-2.484-5.031v15.047l0.922 0.484 4.969 2.625-0.938-5.547-0.187-1.031zM25.594 10.859l-5.672 5.531 1.344 7.812c0.109 0.688-0.141 1.094-0.625 1.094-0.172 0-0.391-0.063-0.625-0.187l-7.016-3.687-7.016 3.687c-0.234 0.125-0.453 0.187-0.625 0.187-0.484 0-0.734-0.406-0.625-1.094l1.344-7.812-5.688-5.531c-0.672-0.672-0.453-1.328 0.484-1.469l7.844-1.141 3.516-7.109c0.203-0.422 0.484-0.641 0.766-0.641v0c0.281 0 0.547 0.219 0.766 0.641l3.516 7.109 7.844 1.141c0.938 0.141 1.156 0.797 0.469 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-location-arrow\" viewBox=\"0 0 22 28\">\n<title>location-arrow</title>\n<path d=\"M21.891 5.453l-10 20c-0.172 0.344-0.516 0.547-0.891 0.547-0.078 0-0.156-0.016-0.234-0.031-0.453-0.109-0.766-0.5-0.766-0.969v-9h-9c-0.469 0-0.859-0.313-0.969-0.766s0.109-0.922 0.516-1.125l20-10c0.141-0.078 0.297-0.109 0.453-0.109 0.266 0 0.516 0.094 0.703 0.297 0.313 0.297 0.391 0.766 0.187 1.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crop\" viewBox=\"0 0 26 28\">\n<title>crop</title>\n<path d=\"M8.703 20h9.297v-9.297zM8 19.297l9.297-9.297h-9.297v9.297zM26 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-13.5c-0.281 0-0.5-0.219-0.5-0.5v-13.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v3.5h13.297l3.844-3.859c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719l-3.859 3.844v13.297h3.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code-fork\" viewBox=\"0 0 16 28\">\n<title>code-fork</title>\n<path d=\"M4.5 23c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM4.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM14.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM16 7c0 1.109-0.609 2.078-1.5 2.594-0.047 5.641-4.047 6.891-6.703 7.734-2.484 0.781-3.297 1.156-3.297 2.672v0.406c0.891 0.516 1.5 1.484 1.5 2.594 0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.109 0.609-2.078 1.5-2.594v-12.812c-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3c0 1.109-0.609 2.078-1.5 2.594v7.766c0.797-0.391 1.641-0.656 2.406-0.891 2.906-0.922 4.562-1.609 4.594-4.875-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain-broken\" viewBox=\"0 0 26 28\">\n<title>chain-broken</title>\n<path d=\"M6.859 19.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719zM9.5 20.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM6 17c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM25.75 19c0 1.203-0.469 2.328-1.328 3.172l-2.297 2.281c-0.844 0.844-1.969 1.297-3.172 1.297s-2.344-0.469-3.187-1.328l-5.219-5.234c-0.266-0.266-0.469-0.562-0.656-0.875l3.734-0.281 4.266 4.281c0.562 0.562 1.563 0.578 2.125 0.016l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047 0-0.406-0.156-0.781-0.438-1.062l-4.281-4.297 0.281-3.734c0.313 0.187 0.609 0.391 0.875 0.656l5.25 5.25c0.844 0.859 1.313 1.984 1.313 3.187zM16.109 7.688l-3.734 0.281-4.266-4.281c-0.281-0.281-0.656-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l4.281 4.281-0.281 3.75c-0.313-0.187-0.609-0.391-0.875-0.656l-5.25-5.25c-0.844-0.859-1.313-1.984-1.313-3.187s0.469-2.328 1.328-3.172l2.297-2.281c0.844-0.844 1.969-1.297 3.172-1.297s2.344 0.469 3.187 1.328l5.219 5.234c0.266 0.266 0.469 0.562 0.656 0.875zM26 9c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM17.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM23.859 2.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info\" viewBox=\"0 0 10 28\">\n<title>info</title>\n<path d=\"M10 21v2c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1v-6h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v9h1c0.547 0 1 0.453 1 1zM8 3v3c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation\" viewBox=\"0 0 10 28\">\n<title>exclamation</title>\n<path d=\"M8 19.5v3.5c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3.5c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1zM8.469 3l-0.438 12c-0.016 0.547-0.484 1-1.031 1h-4c-0.547 0-1.016-0.453-1.031-1l-0.438-12c-0.016-0.547 0.422-1 0.969-1h5c0.547 0 0.984 0.453 0.969 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superscript\" viewBox=\"0 0 24 28\">\n<title>superscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM23.969 10.781v3.219h-8.031l-0.047-0.422c-0.031-0.219-0.063-0.516-0.063-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.594 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.516 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.75-5.187 4.062-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subscript\" viewBox=\"0 0 24 28\">\n<title>subscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM24 24.781v3.219h-8.031l-0.063-0.422c-0.016-0.234-0.047-0.516-0.047-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.609 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.531 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.734-5.187 4.047-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eraser\" viewBox=\"0 0 30 28\">\n<title>eraser</title>\n<path d=\"M14 22l5.25-6h-12l-5.25 6h12zM29.828 5.172c0.313 0.719 0.187 1.547-0.328 2.141l-14 16c-0.375 0.438-0.922 0.688-1.5 0.688h-12c-0.781 0-1.5-0.453-1.828-1.172-0.313-0.719-0.187-1.547 0.328-2.141l14-16c0.375-0.438 0.922-0.688 1.5-0.688h12c0.781 0 1.5 0.453 1.828 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-puzzle-piece\" viewBox=\"0 0 26 28\">\n<title>puzzle-piece</title>\n<path d=\"M26 17.156c0 1.609-0.922 2.953-2.625 2.953-1.906 0-2.406-1.734-4.125-1.734-1.25 0-1.719 0.781-1.719 1.937 0 1.219 0.5 2.391 0.484 3.594v0.078c-0.172 0-0.344 0-0.516 0.016-1.609 0.156-3.234 0.469-4.859 0.469-1.109 0-2.266-0.438-2.266-1.719 0-1.719 1.734-2.219 1.734-4.125 0-1.703-1.344-2.625-2.953-2.625-1.641 0-3.156 0.906-3.156 2.703 0 1.984 1.516 2.844 1.516 3.922 0 0.547-0.344 1.031-0.719 1.391-0.484 0.453-1.172 0.547-1.828 0.547-1.281 0-2.562-0.172-3.828-0.375-0.281-0.047-0.578-0.078-0.859-0.125l-0.203-0.031c-0.031-0.016-0.078-0.016-0.078-0.031v-16c0.063 0.047 0.984 0.156 1.141 0.187 1.266 0.203 2.547 0.375 3.828 0.375 0.656 0 1.344-0.094 1.828-0.547 0.375-0.359 0.719-0.844 0.719-1.391 0-1.078-1.516-1.937-1.516-3.922 0-1.797 1.516-2.703 3.172-2.703 1.594 0 2.938 0.922 2.938 2.625 0 1.906-1.734 2.406-1.734 4.125 0 1.281 1.156 1.719 2.266 1.719 1.797 0 3.578-0.406 5.359-0.5v0.031c-0.047 0.063-0.156 0.984-0.187 1.141-0.203 1.266-0.375 2.547-0.375 3.828 0 0.656 0.094 1.344 0.547 1.828 0.359 0.375 0.844 0.719 1.391 0.719 1.078 0 1.937-1.516 3.922-1.516 1.797 0 2.703 1.516 2.703 3.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone\" viewBox=\"0 0 18 28\">\n<title>microphone</title>\n<path d=\"M18 11v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-4.5-0.5-8-4.312-8-8.937v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 3.859 3.141 7 7 7s7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1zM14 5v8c0 2.75-2.25 5-5 5s-5-2.25-5-5v-8c0-2.75 2.25-5 5-5s5 2.25 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone-slash\" viewBox=\"0 0 22 28\">\n<title>microphone-slash</title>\n<path d=\"M4.234 14.766l-1.578 1.578c-0.422-1.031-0.656-2.156-0.656-3.344v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 0.609 0.094 1.203 0.234 1.766zM21.641 5.359l-5.641 5.641v2c0 2.75-2.25 5-5 5-0.594 0-1.172-0.109-1.703-0.297l-1.5 1.5c0.953 0.5 2.047 0.797 3.203 0.797 3.859 0 7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-1.328-0.141-2.578-0.594-3.672-1.266l-3.969 3.969c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l19.281-19.281c0.203-0.203 0.516-0.203 0.719 0l1.281 1.281c0.203 0.203 0.203 0.516 0 0.719zM15.703 3.297l-9.703 9.703v-8c0-2.75 2.25-5 5-5 2.156 0 4 1.391 4.703 3.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shield\" viewBox=\"0 0 20 28\">\n<title>shield</title>\n<path d=\"M17 15v-10h-7v17.766c0.797-0.422 2.078-1.156 3.328-2.141 1.672-1.313 3.672-3.359 3.672-5.625zM20 3v12c0 6.578-9.203 10.734-9.594 10.906-0.125 0.063-0.266 0.094-0.406 0.094s-0.281-0.031-0.406-0.094c-0.391-0.172-9.594-4.328-9.594-10.906v-12c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-o\" viewBox=\"0 0 26 28\">\n<title>calendar-o</title>\n<path d=\"M2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire-extinguisher\" viewBox=\"0 0 22 28\">\n<title>fire-extinguisher</title>\n<path d=\"M8 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 2.5v5c0 0.156-0.063 0.297-0.187 0.391-0.094 0.078-0.203 0.109-0.313 0.109-0.031 0-0.063 0-0.109-0.016l-7-1.5c-0.219-0.047-0.391-0.25-0.391-0.484h-4v1.594c2.281 0.469 4 2.484 4 4.906v12.5c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-12.5c0-2.234 1.469-4.141 3.5-4.766v-1.734h-0.5c-3.313 0-5.094 3.422-5.109 3.453-0.172 0.344-0.531 0.547-0.891 0.547-0.156 0-0.313-0.031-0.453-0.109-0.484-0.25-0.688-0.844-0.438-1.344 0.078-0.156 1.641-3.187 4.781-4.203-0.234-0.391-0.391-0.844-0.391-1.344 0-1.375 1.125-2.5 2.5-2.5s2.5 1.125 2.5 2.5c0 0.359-0.078 0.688-0.219 1h4.719c0-0.234 0.172-0.438 0.391-0.484l7-1.5c0.047-0.016 0.078-0.016 0.109-0.016 0.109 0 0.219 0.031 0.313 0.109 0.125 0.094 0.187 0.234 0.187 0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rocket\" viewBox=\"0 0 26 28\">\n<title>rocket</title>\n<path d=\"M22.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26 2.5c0 5.187-1.437 8.641-5.141 12.359-0.906 0.891-1.937 1.813-3.047 2.75l-0.313 5.922c-0.016 0.156-0.109 0.313-0.25 0.406l-6 3.5c-0.078 0.047-0.156 0.063-0.25 0.063-0.125 0-0.25-0.047-0.359-0.141l-1-1c-0.125-0.141-0.172-0.328-0.125-0.5l1.328-4.312-4.391-4.391-4.312 1.328c-0.047 0.016-0.094 0.016-0.141 0.016-0.125 0-0.266-0.047-0.359-0.141l-1-1c-0.156-0.172-0.187-0.422-0.078-0.609l3.5-6c0.094-0.141 0.25-0.234 0.406-0.25l5.922-0.313c0.938-1.109 1.859-2.141 2.75-3.047 3.906-3.891 6.891-5.141 12.328-5.141 0.281 0 0.531 0.219 0.531 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-maxcdn\" viewBox=\"0 0 28 28\">\n<title>maxcdn</title>\n<path d=\"M27.266 12.078l-2.562 11.922h-5.219l2.781-13c0.125-0.547 0.047-1.047-0.234-1.375-0.266-0.328-0.734-0.516-1.297-0.516h-2.641l-3.187 14.891h-5.219l3.187-14.891h-4.469l-3.187 14.891h-5.219l3.187-14.891-2.391-5.109h19.938c2.109 0 4.031 0.875 5.266 2.406 1.25 1.531 1.703 3.609 1.266 5.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-left\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-left</title>\n<path d=\"M14.203 21.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-4.797-4.797 4.797-4.797c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-right\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-right</title>\n<path d=\"M11.203 21.797l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l4.797 4.797-4.797 4.797c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-up\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-up</title>\n<path d=\"M18.203 17.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l4.797-4.797 4.797 4.797c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-down\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-down</title>\n<path d=\"M12.703 20.297l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-4.797 4.797-4.797-4.797c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-html5\" viewBox=\"0 0 22 28\">\n<title>html5</title>\n<path d=\"M17.656 9.328l0.25-2.734h-13.813l0.734 8.344h9.562l-0.344 3.563-3.078 0.828-3.063-0.828-0.203-2.188h-2.734l0.344 4.344 5.656 1.563h0.063v-0.016l5.609-1.547 0.781-8.5h-10.063l-0.234-2.828h10.531zM0 2h22l-2 22.469-9.031 2.531-8.969-2.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-css3\" viewBox=\"0 0 28 28\">\n<title>css3</title>\n<path d=\"M4.297 2h23.516l-4.156 20.828-12.563 4.172-10.906-4.172 1.109-5.563h4.641l-0.453 2.297 6.594 2.516 7.594-2.516 1.062-5.297h-18.875l0.906-4.641h18.891l0.594-2.984h-18.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-anchor\" viewBox=\"0 0 28 28\">\n<title>anchor</title>\n<path d=\"M15 4c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 18.5v5.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-1.453-1.453c-2.453 2.953-6.859 4.844-11.688 4.844s-9.234-1.891-11.688-4.844l-1.453 1.453c-0.094 0.094-0.234 0.141-0.359 0.141-0.063 0-0.125-0.016-0.187-0.031-0.187-0.078-0.313-0.266-0.313-0.469v-5.5c0-0.281 0.219-0.5 0.5-0.5h5.5c0.203 0 0.391 0.125 0.469 0.313s0.031 0.391-0.109 0.547l-1.563 1.563c1.406 1.891 4.109 3.266 7.203 3.687v-10.109h-3c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h3v-2.547c-1.188-0.688-2-1.969-2-3.453 0-2.203 1.797-4 4-4s4 1.797 4 4c0 1.484-0.812 2.766-2 3.453v2.547h3c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-3v10.109c3.094-0.422 5.797-1.797 7.203-3.687l-1.563-1.563c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h5.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock-alt\" viewBox=\"0 0 18 28\">\n<title>unlock-alt</title>\n<path d=\"M16.5 12c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-5c0-3.859 3.141-7 7-7s7 3.141 7 7c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1 0-2.203-1.797-4-4-4s-4 1.797-4 4v5h11.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullseye\" viewBox=\"0 0 24 28\">\n<title>bullseye</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-h\" viewBox=\"0 0 22 28\">\n<title>ellipsis-h</title>\n<path d=\"M6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM14 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-v\" viewBox=\"0 0 6 28\">\n<title>ellipsis-v</title>\n<path d=\"M6 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rss-square\" viewBox=\"0 0 24 28\">\n<title>rss-square</title>\n<path d=\"M8 20c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM13.484 21.469c-0.266-4.844-4.109-8.687-8.953-8.953-0.141-0.016-0.281 0.047-0.375 0.141s-0.156 0.219-0.156 0.359v2c0 0.266 0.203 0.484 0.469 0.5 3.203 0.234 5.781 2.812 6.016 6.016 0.016 0.266 0.234 0.469 0.5 0.469h2c0.141 0 0.266-0.063 0.359-0.156s0.156-0.234 0.141-0.375zM19.484 21.484c-0.266-8.125-6.844-14.703-14.969-14.969-0.156-0.016-0.266 0.031-0.359 0.141-0.094 0.094-0.156 0.219-0.156 0.359v2c0 0.266 0.219 0.484 0.484 0.5 6.484 0.234 11.766 5.516 12 12 0.016 0.266 0.234 0.484 0.5 0.484h2c0.141 0 0.266-0.063 0.359-0.156 0.109-0.094 0.156-0.219 0.141-0.359zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle\" viewBox=\"0 0 24 28\">\n<title>play-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM18 14.859c0.313-0.172 0.5-0.5 0.5-0.859s-0.187-0.688-0.5-0.859l-8.5-5c-0.297-0.187-0.688-0.187-1-0.016-0.313 0.187-0.5 0.516-0.5 0.875v10c0 0.359 0.187 0.688 0.5 0.875 0.156 0.078 0.328 0.125 0.5 0.125s0.344-0.047 0.5-0.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ticket\" viewBox=\"0 0 28 28\">\n<title>ticket</title>\n<path d=\"M16 7.063l4.937 4.937-8.937 8.937-4.937-4.937zM12.703 22.359l9.656-9.656c0.391-0.391 0.391-1.016 0-1.406l-5.656-5.656c-0.375-0.375-1.031-0.375-1.406 0l-9.656 9.656c-0.391 0.391-0.391 1.016 0 1.406l5.656 5.656c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281zM26.594 12.406l-14.172 14.187c-0.781 0.766-2.063 0.766-2.828 0l-1.969-1.969c1.172-1.172 1.172-3.078 0-4.25s-3.078-1.172-4.25 0l-1.953-1.969c-0.781-0.766-0.781-2.047 0-2.828l14.172-14.156c0.766-0.781 2.047-0.781 2.828 0l1.953 1.953c-1.172 1.172-1.172 3.078 0 4.25s3.078 1.172 4.25 0l1.969 1.953c0.766 0.781 0.766 2.063 0 2.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square\" viewBox=\"0 0 24 28\">\n<title>minus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square-o\" viewBox=\"0 0 22 28\">\n<title>minus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-up\" viewBox=\"0 0 16 28\">\n<title>level-up</title>\n<path d=\"M15.906 9.422c-0.172 0.359-0.516 0.578-0.906 0.578h-3v13.5c0 0.281-0.219 0.5-0.5 0.5h-11c-0.187 0-0.375-0.109-0.453-0.281-0.078-0.187-0.063-0.391 0.063-0.547l2.5-3c0.094-0.109 0.25-0.172 0.391-0.172h5v-10h-3c-0.391 0-0.734-0.219-0.906-0.578-0.156-0.344-0.109-0.766 0.141-1.062l5-6c0.375-0.453 1.156-0.453 1.531 0l5 6c0.25 0.297 0.313 0.719 0.141 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-down\" viewBox=\"0 0 16 28\">\n<title>level-down</title>\n<path d=\"M0.5 4h11c0.281 0 0.5 0.234 0.5 0.516v13.484h3c0.391 0 0.734 0.234 0.906 0.578 0.172 0.359 0.109 0.781-0.141 1.078l-5 6c-0.375 0.453-1.156 0.453-1.531 0l-5-6c-0.25-0.297-0.297-0.719-0.141-1.078 0.172-0.344 0.516-0.578 0.906-0.578h3v-10h-5c-0.141 0-0.281-0.063-0.391-0.172l-2.5-3c-0.125-0.141-0.141-0.359-0.063-0.531s0.266-0.297 0.453-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square\" viewBox=\"0 0 24 28\">\n<title>check-square</title>\n<path d=\"M10.703 20.297l9.594-9.594c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.297 7.297-3.297-3.297c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l5.594 5.594c0.391 0.391 1.016 0.391 1.406 0zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil-square\" viewBox=\"0 0 24 28\">\n<title>pencil-square</title>\n<path d=\"M6.312 17.313l2.375 2.375-0.812 0.812h-0.875v-1.5h-1.5v-0.875zM12.781 11.219c0.125 0.109 0.094 0.328-0.047 0.469l-4.547 4.547c-0.141 0.141-0.359 0.172-0.469 0.047-0.125-0.109-0.094-0.328 0.047-0.469l4.547-4.547c0.141-0.141 0.359-0.172 0.469-0.047zM8.5 22l8.5-8.5-4.5-4.5-8.5 8.5v4.5h4.5zM18 12.5l1.437-1.437c0.578-0.578 0.578-1.547 0-2.125l-2.375-2.375c-0.578-0.578-1.547-0.578-2.125 0l-1.437 1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link-square\" viewBox=\"0 0 24 28\">\n<title>external-link-square</title>\n<path d=\"M20 14.5v-7.5c0-0.547-0.453-1-1-1h-7.5c-0.406 0-0.766 0.25-0.922 0.609-0.156 0.375-0.078 0.812 0.219 1.094l2.25 2.25-8.344 8.344c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l8.344-8.344 2.25 2.25c0.187 0.203 0.438 0.297 0.703 0.297 0.125 0 0.266-0.031 0.391-0.078 0.359-0.156 0.609-0.516 0.609-0.922zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square\" viewBox=\"0 0 24 28\">\n<title>share-square</title>\n<path d=\"M15.703 17.203l5.5-5.5c0.391-0.391 0.391-1.016 0-1.406l-5.5-5.5c-0.281-0.297-0.719-0.375-1.078-0.219-0.375 0.156-0.625 0.516-0.625 0.922v2.5c-8.969 0-10 5.141-10 9 0 3.141 2.516 6.188 2.609 6.312 0.109 0.125 0.25 0.187 0.391 0.187 0.063 0 0.141-0.016 0.203-0.047 0.203-0.078 0.328-0.297 0.297-0.516-0.469-3.766-0.172-6.109 0.969-7.391 0.953-1.078 2.609-1.547 5.531-1.547v2.5c0 0.406 0.25 0.766 0.625 0.922 0.109 0.047 0.25 0.078 0.375 0.078 0.266 0 0.516-0.109 0.703-0.297zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compass\" viewBox=\"0 0 24 28\">\n<title>compass</title>\n<path d=\"M10 17l4-2-4-2v4zM16 7.766v8.469l-8 4v-8.469zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-down\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-down</title>\n<path d=\"M17.891 10.547c0.172 0.328 0.141 0.734-0.078 1.031l-5 7c-0.187 0.266-0.484 0.422-0.812 0.422s-0.625-0.156-0.812-0.422l-5-7c-0.219-0.297-0.25-0.703-0.078-1.031 0.172-0.344 0.516-0.547 0.891-0.547h10c0.375 0 0.719 0.203 0.891 0.547zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-up\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-up</title>\n<path d=\"M17.891 17.453c-0.172 0.344-0.516 0.547-0.891 0.547h-10c-0.375 0-0.719-0.203-0.891-0.547-0.172-0.328-0.141-0.734 0.078-1.031l5-7c0.187-0.266 0.484-0.422 0.812-0.422s0.625 0.156 0.812 0.422l5 7c0.219 0.297 0.25 0.703 0.078 1.031zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-right\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-right</title>\n<path d=\"M17 14c0 0.328-0.156 0.625-0.422 0.812l-7 5c-0.297 0.219-0.703 0.25-1.031 0.078-0.344-0.172-0.547-0.516-0.547-0.891v-10c0-0.375 0.203-0.719 0.547-0.891 0.328-0.172 0.734-0.141 1.031 0.078l7 5c0.266 0.187 0.422 0.484 0.422 0.812zM20 21.5v-15c0-0.281-0.219-0.5-0.5-0.5h-15c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h15c0.281 0 0.5-0.219 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eur\" viewBox=\"0 0 16 28\">\n<title>eur</title>\n<path d=\"M15.25 20.422l0.547 2.484c0.063 0.25-0.078 0.5-0.313 0.578-0.063 0.016-1.516 0.516-3.391 0.516-4.875 0-8.797-2.938-10.109-7.531h-1.484c-0.281 0-0.5-0.234-0.5-0.5v-1.766c0-0.266 0.219-0.5 0.5-0.5h1.031c-0.016-0.5-0.016-1.094 0.016-1.641h-1.047c-0.281 0-0.5-0.219-0.5-0.5v-1.781c0-0.281 0.219-0.5 0.5-0.5h1.531c1.391-4.375 5.391-7.281 10.063-7.281 1.625 0 2.969 0.344 3.031 0.359 0.125 0.031 0.234 0.125 0.313 0.234 0.063 0.109 0.078 0.25 0.047 0.375l-0.672 2.484c-0.063 0.266-0.328 0.422-0.594 0.344-0.016 0-1.078-0.266-2.188-0.266-2.625 0-4.828 1.422-5.875 3.75h7.313c0.156 0 0.297 0.063 0.391 0.187 0.094 0.109 0.141 0.266 0.109 0.406l-0.375 1.781c-0.047 0.234-0.25 0.406-0.5 0.406h-7.625c-0.047 0.5-0.031 1.031 0 1.641h7.172c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.422l-0.375 1.75c-0.047 0.234-0.25 0.406-0.484 0.406h-6.047c1 2.438 3.25 3.969 5.906 3.969 1.359 0 2.469-0.375 2.484-0.375 0.125-0.047 0.281-0.031 0.406 0.031 0.125 0.078 0.203 0.203 0.234 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gbp\" viewBox=\"0 0 16 28\">\n<title>gbp</title>\n<path d=\"M15.937 17.766v5.734c0 0.281-0.219 0.5-0.5 0.5h-14.938c-0.281 0-0.5-0.219-0.5-0.5v-2.344c0-0.266 0.219-0.5 0.5-0.5h1.516v-5.984h-1.484c-0.281 0-0.5-0.219-0.5-0.5v-2.047c0-0.281 0.219-0.5 0.5-0.5h1.484v-3.484c0-3.563 2.875-6.141 6.844-6.141 3.125 0 5.141 1.875 5.234 1.953 0.187 0.172 0.203 0.469 0.047 0.672l-1.609 1.984c-0.094 0.109-0.203 0.172-0.344 0.187-0.125 0.016-0.266-0.031-0.359-0.109-0.016-0.016-1.359-1.078-2.938-1.078-1.766 0-2.953 1.062-2.953 2.656v3.359h4.766c0.281 0 0.5 0.219 0.5 0.5v2.047c0 0.281-0.219 0.5-0.5 0.5h-4.766v5.922h6.469v-2.828c0-0.281 0.219-0.5 0.5-0.5h2.531c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dollar\" viewBox=\"0 0 16 28\">\n<title>dollar</title>\n<path d=\"M15.281 18.516c0 3.187-2.281 5.703-5.594 6.25v2.734c0 0.281-0.219 0.5-0.5 0.5h-2.109c-0.266 0-0.5-0.219-0.5-0.5v-2.734c-3.656-0.516-5.656-2.703-5.734-2.797-0.156-0.187-0.172-0.453-0.031-0.641l1.609-2.109c0.078-0.109 0.219-0.172 0.359-0.187s0.281 0.031 0.375 0.141c0.031 0.016 2.219 2.109 4.984 2.109 1.531 0 3.187-0.812 3.187-2.578 0-1.5-1.844-2.234-3.953-3.078-2.812-1.109-6.312-2.516-6.312-6.438 0-2.875 2.25-5.25 5.516-5.875v-2.812c0-0.281 0.234-0.5 0.5-0.5h2.109c0.281 0 0.5 0.219 0.5 0.5v2.75c3.172 0.359 4.859 2.078 4.922 2.141 0.156 0.172 0.187 0.406 0.078 0.594l-1.266 2.281c-0.078 0.141-0.203 0.234-0.359 0.25-0.156 0.031-0.297-0.016-0.422-0.109-0.016-0.016-1.906-1.687-4.25-1.687-1.984 0-3.359 0.984-3.359 2.406 0 1.656 1.906 2.391 4.125 3.25 2.875 1.109 6.125 2.375 6.125 6.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inr\" viewBox=\"0 0 14 28\">\n<title>inr</title>\n<path d=\"M14.031 7.344v1.594c0 0.281-0.219 0.5-0.5 0.5h-2.625c-0.484 3-2.781 4.953-6.328 5.375 2.328 2.484 4.813 5.484 7.172 8.375 0.125 0.141 0.156 0.359 0.063 0.531-0.078 0.172-0.25 0.281-0.453 0.281h-3.047c-0.156 0-0.297-0.063-0.391-0.187-2.516-3.016-4.828-5.781-7.781-8.922-0.094-0.094-0.141-0.219-0.141-0.344v-1.984c0-0.266 0.219-0.5 0.5-0.5h1.75c2.75 0 4.469-0.922 4.922-2.625h-6.672c-0.281 0-0.5-0.219-0.5-0.5v-1.594c0-0.281 0.219-0.5 0.5-0.5h6.453c-0.594-1.172-2-1.766-4.188-1.766h-2.266c-0.281 0-0.5-0.234-0.5-0.5v-2.078c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5v1.594c0 0.281-0.219 0.5-0.5 0.5h-3.641c0.5 0.641 0.828 1.391 1 2.25h2.672c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cny\" viewBox=\"0 0 16 28\">\n<title>cny</title>\n<path d=\"M9.422 24h-2.688c-0.281 0-0.5-0.219-0.5-0.5v-5.156h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.609c0-0.281 0.219-0.5 0.5-0.5h4.5v-1.328h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.625c0-0.266 0.219-0.5 0.5-0.5h3.344l-5.016-9.031c-0.078-0.156-0.078-0.344 0-0.5 0.094-0.156 0.266-0.25 0.438-0.25h3.031c0.187 0 0.359 0.109 0.453 0.281l3.359 6.641c0.375 0.734 0.625 1.359 0.875 1.953 0.266-0.672 0.609-1.328 0.906-2.016l2.984-6.562c0.078-0.187 0.266-0.297 0.453-0.297h2.984c0.172 0 0.328 0.094 0.422 0.25 0.094 0.141 0.094 0.328 0.016 0.484l-4.891 9.047h3.359c0.281 0 0.5 0.234 0.5 0.5v1.625c0 0.281-0.219 0.5-0.5 0.5h-4.531v1.328h4.531c0.281 0 0.5 0.219 0.5 0.5v1.609c0 0.281-0.219 0.5-0.5 0.5h-4.531v5.156c0 0.281-0.234 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rouble\" viewBox=\"0 0 20 28\">\n<title>rouble</title>\n<path d=\"M16.297 8.828c0-2.094-1.484-3.5-3.687-3.5h-5v7h5c2.203 0 3.687-1.406 3.687-3.5zM20 8.828c0 4.016-2.906 6.828-7.078 6.828h-5.313v1.844h7.891c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-7.891v3c0 0.281-0.219 0.5-0.5 0.5h-2.609c-0.281 0-0.5-0.219-0.5-0.5v-3h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h3.5v-1.844h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2.328c0-0.281 0.219-0.5 0.5-0.5h3.5v-9.828c0-0.281 0.219-0.5 0.5-0.5h8.422c4.172 0 7.078 2.812 7.078 6.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-krw\" viewBox=\"0 0 28 28\">\n<title>krw</title>\n<path d=\"M8.031 18.672l1.266-4.672h-2.484l1.172 4.688c0.016 0.031 0.016 0.063 0.031 0.094 0-0.031 0.016-0.078 0.016-0.109zM9.844 12l0.547-2h-4.562l0.5 2h3.516zM12.844 12h2.172l-0.547-2h-1.094zM19.859 18.688l1.219-4.688h-2.531l1.266 4.672c0.016 0.047 0.016 0.078 0.031 0.109 0-0.031 0.016-0.063 0.016-0.094zM21.594 12l0.516-2h-4.641l0.531 2h3.594zM28 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.328l-2.562 9.625c-0.063 0.219-0.266 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.484-0.375l-2.594-9.625h-3.266l-2.609 9.625c-0.063 0.219-0.25 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.469-0.375l-2.5-9.625h-3.25c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.734l-0.516-2h-2.219c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.703l-1.391-5.375c-0.047-0.156-0.016-0.313 0.078-0.438 0.094-0.109 0.25-0.187 0.406-0.187h2.141c0.234 0 0.438 0.156 0.484 0.375l1.406 5.625h5.609l1.516-5.625c0.063-0.219 0.266-0.375 0.484-0.375h1.969c0.234 0 0.422 0.156 0.484 0.375l1.531 5.625h5.703l1.453-5.625c0.047-0.219 0.25-0.375 0.484-0.375h2.141c0.156 0 0.313 0.078 0.406 0.187 0.094 0.125 0.125 0.297 0.078 0.438l-1.422 5.375h1.734c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.266l-0.531 2h2.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitcoin\" viewBox=\"0 0 21 28\">\n<title>bitcoin</title>\n<path d=\"M18.234 10c0.203 2.078-0.672 3.328-2.047 4.031 2.281 0.547 3.719 1.906 3.437 4.953-0.359 3.797-3.172 4.813-7.203 5.031v3.984h-2.406v-3.922c-0.609 0-1.25 0-1.906-0.016v3.938h-2.406v-3.984c-0.562 0-1.125-0.016-1.703-0.016h-3.125l0.484-2.859c1.766 0.031 1.734 0 1.734 0 0.672 0 0.859-0.484 0.906-0.797v-6.281h0.25c-0.094-0.016-0.187-0.016-0.25-0.016v-4.484c-0.094-0.5-0.406-1.062-1.391-1.062 0 0 0.031-0.031-1.734 0v-2.562l3.313 0.016c0.484 0 1 0 1.516-0.016v-3.938h2.406v3.859c0.641-0.016 1.281-0.031 1.906-0.031v-3.828h2.406v3.938c3.094 0.266 5.547 1.219 5.812 4.062zM14.875 18.516c0-3.094-5.094-2.641-6.719-2.641v5.281c1.625 0 6.719 0.344 6.719-2.641zM13.766 11.078c0-2.828-4.25-2.406-5.609-2.406v4.797c1.359 0 5.609 0.313 5.609-2.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file\" viewBox=\"0 0 24 28\">\n<title>file</title>\n<path d=\"M16 8v-7.375c0.219 0.141 0.406 0.281 0.562 0.438l6.375 6.375c0.156 0.156 0.297 0.344 0.438 0.562h-7.375zM14 8.5c0 0.828 0.672 1.5 1.5 1.5h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text\" viewBox=\"0 0 24 28\">\n<title>file-text</title>\n<path d=\"M22.937 7.438c0.156 0.156 0.297 0.344 0.438 0.562h-7.375v-7.375c0.219 0.141 0.406 0.281 0.562 0.438zM15.5 10h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5c0 0.828 0.672 1.5 1.5 1.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-asc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-asc</title>\n<path d=\"M18.609 6.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM24.563 24.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.172v0.031l0.219-0.031c0.141-0.031 0.281-0.031 0.469-0.031h3.875v-1.859h1.891zM25.953 10.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-desc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-desc</title>\n<path d=\"M18.609 22.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM25.953 26.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094zM24.563 8.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.156v0.047l0.219-0.047c0.141-0.016 0.281-0.016 0.469-0.016h3.875v-1.859h1.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-asc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-asc</title>\n<path d=\"M11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM25 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM22 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM19 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-desc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-desc</title>\n<path d=\"M19 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM25 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM28 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-asc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-asc</title>\n<path d=\"M21.031 20.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM23.219 21.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422zM22.75 10.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-desc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-desc</title>\n<path d=\"M21.031 4.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22.75 26.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578zM23.219 5.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-up\" viewBox=\"0 0 25 28\">\n<title>thumbs-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1-0.562 0-1 0.453-1 1 0 0.562 0.438 1 1 1 0.547 0 1-0.438 1-1zM6.5 13v10c0 0.547-0.453 1-1 1h-4.5c-0.547 0-1-0.453-1-1v-10c0-0.547 0.453-1 1-1h4.5c0.547 0 1 0.453 1 1zM25 13c0 0.828-0.328 1.719-0.859 2.328 0.172 0.5 0.234 0.969 0.234 1.188 0.031 0.781-0.203 1.516-0.672 2.141 0.172 0.578 0.172 1.203 0 1.828-0.156 0.578-0.453 1.094-0.844 1.469 0.094 1.172-0.172 2.125-0.766 2.828-0.672 0.797-1.703 1.203-3.078 1.219h-2.016c-2.234 0-4.344-0.734-6.031-1.313-0.984-0.344-1.922-0.672-2.469-0.688-0.531-0.016-1-0.453-1-1v-10.016c0-0.516 0.438-0.953 0.953-1 0.578-0.047 2.078-1.906 2.766-2.812 0.562-0.719 1.094-1.391 1.578-1.875 0.609-0.609 0.781-1.547 0.969-2.453 0.172-0.922 0.359-1.891 1.031-2.547 0.187-0.187 0.438-0.297 0.703-0.297 3.5 0 3.5 2.797 3.5 4 0 1.281-0.453 2.188-0.875 3-0.172 0.344-0.328 0.5-0.453 1h4.328c1.625 0 3 1.375 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-down\" viewBox=\"0 0 25 28\">\n<title>thumbs-down</title>\n<path d=\"M4 9c0 0.547-0.453 1-1 1-0.562 0-1-0.453-1-1 0-0.562 0.438-1 1-1 0.547 0 1 0.438 1 1zM6.5 17v-10c0-0.547-0.453-1-1-1h-4.5c-0.547 0-1 0.453-1 1v10c0 0.547 0.453 1 1 1h4.5c0.547 0 1-0.453 1-1zM24.141 14.672c0.531 0.594 0.859 1.5 0.859 2.328-0.016 1.625-1.375 3-3 3h-4.328c0.125 0.5 0.281 0.656 0.453 1 0.406 0.812 0.875 1.719 0.875 3 0 1.203 0 4-3.5 4-0.266 0-0.516-0.109-0.703-0.297-0.672-0.656-0.859-1.625-1.031-2.547-0.187-0.906-0.359-1.844-0.969-2.453-0.484-0.484-1.016-1.156-1.578-1.875-0.688-0.906-2.188-2.766-2.766-2.812-0.516-0.047-0.953-0.484-0.953-1v-10.016c0-0.547 0.469-0.984 1-1 0.547-0.016 1.484-0.344 2.469-0.688 1.687-0.578 3.797-1.313 6.031-1.313h2.016c1.375 0.016 2.406 0.422 3.078 1.219 0.594 0.703 0.859 1.656 0.766 2.828 0.391 0.375 0.688 0.891 0.844 1.469 0.172 0.625 0.172 1.25 0 1.828 0.469 0.625 0.703 1.359 0.672 2.141 0 0.219-0.063 0.688-0.234 1.188z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-square\" viewBox=\"0 0 24 28\">\n<title>youtube-square</title>\n<path d=\"M14.359 20.359v-2.453c0-0.516-0.156-0.781-0.453-0.781-0.172 0-0.344 0.078-0.516 0.25v3.5c0.172 0.172 0.344 0.25 0.516 0.25 0.297 0 0.453-0.25 0.453-0.766zM17.234 18.453h1.031v-0.531c0-0.531-0.172-0.797-0.516-0.797s-0.516 0.266-0.516 0.797v0.531zM8.313 14.297v1.094h-1.25v6.609h-1.156v-6.609h-1.219v-1.094h3.625zM11.453 16.266v5.734h-1.047v-0.625c-0.406 0.469-0.797 0.703-1.188 0.703-0.328 0-0.562-0.141-0.656-0.438-0.063-0.172-0.094-0.438-0.094-0.844v-4.531h1.031v4.219c0 0.234 0 0.375 0.016 0.406 0.016 0.156 0.094 0.234 0.234 0.234 0.219 0 0.422-0.156 0.656-0.484v-4.375h1.047zM15.391 18v2.281c0 0.516-0.031 0.906-0.109 1.141-0.125 0.438-0.406 0.656-0.828 0.656-0.359 0-0.719-0.219-1.062-0.641v0.562h-1.047v-7.703h1.047v2.516c0.328-0.406 0.688-0.625 1.062-0.625 0.422 0 0.703 0.219 0.828 0.656 0.078 0.234 0.109 0.609 0.109 1.156zM19.313 20.016v0.141c0 0.344-0.016 0.562-0.031 0.672-0.031 0.234-0.109 0.438-0.234 0.625-0.281 0.422-0.719 0.625-1.25 0.625-0.547 0-0.969-0.203-1.266-0.594-0.219-0.281-0.328-0.734-0.328-1.344v-2.016c0-0.609 0.094-1.047 0.313-1.344 0.297-0.391 0.719-0.594 1.25-0.594 0.516 0 0.938 0.203 1.219 0.594 0.219 0.297 0.328 0.734 0.328 1.344v1.188h-2.078v1.016c0 0.531 0.172 0.797 0.531 0.797 0.25 0 0.406-0.141 0.469-0.406 0-0.063 0.016-0.297 0.016-0.703h1.062zM12.266 7.141v2.438c0 0.531-0.172 0.797-0.5 0.797-0.344 0-0.5-0.266-0.5-0.797v-2.438c0-0.531 0.156-0.812 0.5-0.812 0.328 0 0.5 0.281 0.5 0.812zM20.594 18.281v0c0-1.344 0-2.766-0.297-4.062-0.219-0.922-0.969-1.594-1.859-1.687-2.125-0.234-4.281-0.234-6.438-0.234-2.141 0-4.297 0-6.422 0.234-0.906 0.094-1.656 0.766-1.859 1.687-0.297 1.297-0.313 2.719-0.313 4.062v0c0 1.328 0 2.75 0.313 4.062 0.203 0.906 0.953 1.578 1.844 1.687 2.141 0.234 4.297 0.234 6.438 0.234s4.297 0 6.438-0.234c0.891-0.109 1.641-0.781 1.844-1.687 0.313-1.313 0.313-2.734 0.313-4.062zM8.797 8.109l1.406-4.625h-1.172l-0.797 3.047-0.828-3.047h-1.219c0.234 0.719 0.5 1.437 0.734 2.156 0.375 1.094 0.609 1.906 0.719 2.469v3.141h1.156v-3.141zM13.312 9.375v-2.031c0-0.609-0.109-1.062-0.328-1.359-0.297-0.391-0.703-0.594-1.219-0.594-0.531 0-0.938 0.203-1.219 0.594-0.219 0.297-0.328 0.75-0.328 1.359v2.031c0 0.609 0.109 1.062 0.328 1.359 0.281 0.391 0.688 0.594 1.219 0.594 0.516 0 0.922-0.203 1.219-0.594 0.219-0.281 0.328-0.75 0.328-1.359zM16.141 11.25h1.047v-5.781h-1.047v4.422c-0.234 0.328-0.453 0.484-0.656 0.484-0.141 0-0.234-0.078-0.25-0.25-0.016-0.031-0.016-0.156-0.016-0.406v-4.25h-1.047v4.578c0 0.406 0.031 0.672 0.094 0.859 0.109 0.281 0.344 0.422 0.672 0.422 0.391 0 0.781-0.234 1.203-0.703v0.625zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube\" viewBox=\"0 0 24 28\">\n<title>youtube</title>\n<path d=\"M15.172 19.437v3.297c0 0.703-0.203 1.047-0.609 1.047-0.234 0-0.469-0.109-0.703-0.344v-4.703c0.234-0.234 0.469-0.344 0.703-0.344 0.406 0 0.609 0.359 0.609 1.047zM20.453 19.453v0.719h-1.406v-0.719c0-0.703 0.234-1.062 0.703-1.062s0.703 0.359 0.703 1.062zM5.359 16.047h1.672v-1.469h-4.875v1.469h1.641v8.891h1.563v-8.891zM9.859 24.938h1.391v-7.719h-1.391v5.906c-0.313 0.438-0.609 0.656-0.891 0.656-0.187 0-0.297-0.109-0.328-0.328-0.016-0.047-0.016-0.219-0.016-0.547v-5.688h-1.391v6.109c0 0.547 0.047 0.906 0.125 1.141 0.125 0.391 0.453 0.578 0.906 0.578 0.5 0 1.031-0.313 1.594-0.953v0.844zM16.562 22.625v-3.078c0-0.719-0.031-1.234-0.141-1.547-0.172-0.578-0.562-0.875-1.109-0.875-0.516 0-1 0.281-1.453 0.844v-3.391h-1.391v10.359h1.391v-0.75c0.469 0.578 0.953 0.859 1.453 0.859 0.547 0 0.938-0.297 1.109-0.859 0.109-0.328 0.141-0.844 0.141-1.563zM21.844 22.469v-0.203h-1.422c0 0.562-0.016 0.875-0.031 0.953-0.078 0.375-0.281 0.562-0.625 0.562-0.484 0-0.719-0.359-0.719-1.078v-1.359h2.797v-1.609c0-0.828-0.141-1.422-0.422-1.813-0.406-0.531-0.953-0.797-1.656-0.797-0.719 0-1.266 0.266-1.672 0.797-0.297 0.391-0.438 0.984-0.438 1.813v2.703c0 0.828 0.156 1.437 0.453 1.813 0.406 0.531 0.953 0.797 1.687 0.797s1.313-0.281 1.687-0.828c0.172-0.25 0.297-0.531 0.328-0.844 0.031-0.141 0.031-0.453 0.031-0.906zM12.344 8.203v-3.281c0-0.719-0.203-1.078-0.672-1.078-0.453 0-0.672 0.359-0.672 1.078v3.281c0 0.719 0.219 1.094 0.672 1.094 0.469 0 0.672-0.375 0.672-1.094zM23.578 19.938c0 1.797-0.016 3.719-0.406 5.469-0.297 1.234-1.297 2.141-2.5 2.266-2.875 0.328-5.781 0.328-8.672 0.328s-5.797 0-8.672-0.328c-1.203-0.125-2.219-1.031-2.5-2.266-0.406-1.75-0.406-3.672-0.406-5.469v0c0-1.813 0.016-3.719 0.406-5.469 0.297-1.234 1.297-2.141 2.516-2.281 2.859-0.313 5.766-0.313 8.656-0.313s5.797 0 8.672 0.313c1.203 0.141 2.219 1.047 2.5 2.281 0.406 1.75 0.406 3.656 0.406 5.469zM7.984 0h1.594l-1.891 6.234v4.234h-1.563v-4.234c-0.141-0.766-0.453-1.859-0.953-3.313-0.344-0.969-0.688-1.953-1.016-2.922h1.656l1.109 4.109zM13.766 5.203v2.734c0 0.828-0.141 1.453-0.438 1.844-0.391 0.531-0.938 0.797-1.656 0.797-0.703 0-1.25-0.266-1.641-0.797-0.297-0.406-0.438-1.016-0.438-1.844v-2.734c0-0.828 0.141-1.437 0.438-1.828 0.391-0.531 0.938-0.797 1.641-0.797 0.719 0 1.266 0.266 1.656 0.797 0.297 0.391 0.438 1 0.438 1.828zM19 2.672v7.797h-1.422v-0.859c-0.562 0.656-1.094 0.969-1.609 0.969-0.453 0-0.781-0.187-0.922-0.578-0.078-0.234-0.125-0.609-0.125-1.172v-6.156h1.422v5.734c0 0.328 0 0.516 0.016 0.547 0.031 0.219 0.141 0.344 0.328 0.344 0.281 0 0.578-0.219 0.891-0.672v-5.953h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing\" viewBox=\"0 0 22 28\">\n<title>xing</title>\n<path d=\"M9.328 10.422c0 0-0.156 0.266-4.016 7.125-0.203 0.344-0.469 0.719-1.016 0.719h-3.734c-0.219 0-0.391-0.109-0.484-0.266s-0.109-0.359 0-0.562l3.953-7c0.016 0 0.016 0 0-0.016l-2.516-4.359c-0.109-0.203-0.125-0.422-0.016-0.578 0.094-0.156 0.281-0.234 0.5-0.234h3.734c0.562 0 0.844 0.375 1.031 0.703 2.547 4.453 2.562 4.469 2.562 4.469zM21.922 0.391c0.109 0.156 0.109 0.375 0 0.578l-8.25 14.594c-0.016 0-0.016 0.016 0 0.016l5.25 9.609c0.109 0.203 0.109 0.422 0.016 0.578-0.109 0.156-0.281 0.234-0.5 0.234h-3.734c-0.562 0-0.859-0.375-1.031-0.703-5.297-9.703-5.297-9.719-5.297-9.719s0.266-0.469 8.297-14.719c0.203-0.359 0.438-0.703 1-0.703h3.766c0.219 0 0.391 0.078 0.484 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing-square\" viewBox=\"0 0 24 28\">\n<title>xing-square</title>\n<path d=\"M10.703 11.953c0 0 0-0.016-1.969-3.469-0.156-0.25-0.375-0.531-0.812-0.531h-2.875c-0.187 0-0.328 0.063-0.406 0.172-0.078 0.125-0.063 0.297 0.016 0.453l1.953 3.375v0.016l-3.063 5.406c-0.094 0.156-0.078 0.313 0 0.438s0.203 0.203 0.375 0.203h2.891c0.422 0 0.641-0.297 0.781-0.562 3-5.297 3.109-5.5 3.109-5.5zM20.453 4.188c-0.078-0.125-0.203-0.187-0.375-0.187h-2.922c-0.422 0-0.609 0.266-0.766 0.547-6.219 11.031-6.422 11.391-6.422 11.391s0 0.016 4.094 7.516c0.141 0.25 0.359 0.547 0.812 0.547h2.875c0.172 0 0.313-0.063 0.391-0.187s0.078-0.281-0.016-0.438l-4.062-7.438v-0.016l6.391-11.297c0.078-0.156 0.078-0.313 0-0.438zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-play\" viewBox=\"0 0 28 28\">\n<title>youtube-play</title>\n<path d=\"M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797 0.281 9.797 0.281 0.547 0.063 1.75 0.063 2.812 1.188 0 0 0.859 0.844 1.109 2.781 0.297 2.266 0.281 4.531 0.281 4.531v2.125s0.016 2.266-0.281 4.531c-0.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906 0.297-9.797 0.297v0c-7.281-0.063-9.516-0.281-9.516-0.281-0.625-0.109-2.031-0.078-3.094-1.188 0 0-0.859-0.859-1.109-2.781-0.297-2.266-0.281-4.531-0.281-4.531v-2.125s-0.016-2.266 0.281-4.531c0.25-1.937 1.109-2.781 1.109-2.781 1.062-1.125 2.266-1.125 2.812-1.188 0 0 3.906-0.281 9.797-0.281v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dropbox\" viewBox=\"0 0 28 28\">\n<title>dropbox</title>\n<path d=\"M6.281 11.047l7.719 4.766-5.344 4.453-7.656-4.984zM21.688 19.719v1.687l-7.656 4.578v0.016l-0.016-0.016-0.016 0.016v-0.016l-7.641-4.578v-1.687l2.297 1.5 5.344-4.438v-0.031l0.016 0.016 0.016-0.016v0.031l5.359 4.438zM8.656 1.844l5.344 4.453-7.719 4.75-5.281-4.219zM21.719 11.047l5.281 4.234-7.641 4.984-5.359-4.453zM19.359 1.844l7.641 4.984-5.281 4.219-7.719-4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-overflow\" viewBox=\"0 0 24 28\">\n<title>stack-overflow</title>\n<path d=\"M20.141 25.5h-17.469v-7.5h-2.5v10h22.469v-10h-2.5v7.5zM5.422 17.313l0.516-2.453 12.234 2.578-0.516 2.438zM7.031 11.469l1.047-2.281 11.328 5.297-1.047 2.266zM10.172 5.906l1.594-1.922 9.594 8.016-1.594 1.922zM16.375 0l7.453 10.016-2 1.5-7.453-10.016zM5.156 22.984v-2.484h12.5v2.484h-12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-instagram\" viewBox=\"0 0 24 28\">\n<title>instagram</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM18.156 14c0 3.406-2.75 6.156-6.156 6.156s-6.156-2.75-6.156-6.156 2.75-6.156 6.156-6.156 6.156 2.75 6.156 6.156zM19.844 7.594c0 0.797-0.641 1.437-1.437 1.437s-1.437-0.641-1.437-1.437 0.641-1.437 1.437-1.437 1.437 0.641 1.437 1.437zM12 4.156c-1.75 0-5.5-0.141-7.078 0.484-0.547 0.219-0.953 0.484-1.375 0.906s-0.688 0.828-0.906 1.375c-0.625 1.578-0.484 5.328-0.484 7.078s-0.141 5.5 0.484 7.078c0.219 0.547 0.484 0.953 0.906 1.375s0.828 0.688 1.375 0.906c1.578 0.625 5.328 0.484 7.078 0.484s5.5 0.141 7.078-0.484c0.547-0.219 0.953-0.484 1.375-0.906s0.688-0.828 0.906-1.375c0.625-1.578 0.484-5.328 0.484-7.078s0.141-5.5-0.484-7.078c-0.219-0.547-0.484-0.953-0.906-1.375s-0.828-0.688-1.375-0.906c-1.578-0.625-5.328-0.484-7.078-0.484zM24 14c0 1.656 0.016 3.297-0.078 4.953-0.094 1.922-0.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656 0.094-3.297 0.078-4.953 0.078s-3.297 0.016-4.953-0.078c-1.922-0.094-3.625-0.531-5.031-1.937s-1.844-3.109-1.937-5.031c-0.094-1.656-0.078-3.297-0.078-4.953s-0.016-3.297 0.078-4.953c0.094-1.922 0.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-0.094 3.297-0.078 4.953-0.078s3.297-0.016 4.953 0.078c1.922 0.094 3.625 0.531 5.031 1.937s1.844 3.109 1.937 5.031c0.094 1.656 0.078 3.297 0.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flickr\" viewBox=\"0 0 24 28\">\n<title>flickr</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM10.906 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313zM19.719 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adn\" viewBox=\"0 0 24 28\">\n<title>adn</title>\n<path d=\"M12 9.719l3.141 4.781h-6.281zM17.703 18h1.469l-7.172-10.797-7.172 10.797h1.469l1.625-2.5h8.156zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket\" viewBox=\"0 0 22 28\">\n<title>bitbucket</title>\n<path d=\"M12.734 13.422c0.172 1.312-1.422 2.344-2.531 1.672-1.25-0.547-1.25-2.531-0.031-3.094 1.047-0.641 2.562 0.203 2.562 1.422zM14.469 13.094c-0.281-2.219-2.797-3.687-4.844-2.766-1.297 0.578-2.172 1.953-2.109 3.406 0.078 1.906 1.891 3.469 3.797 3.297s3.391-2.031 3.156-3.938zM18.203 4.625c-0.688-0.906-1.859-1.062-2.891-1.234-2.922-0.469-5.922-0.484-8.844 0.031-0.969 0.156-2.063 0.328-2.672 1.203 1 0.938 2.422 1.078 3.703 1.234 2.312 0.297 4.688 0.313 7 0.016 1.297-0.156 2.734-0.281 3.703-1.25zM19.094 20.797c-0.438 1.531-0.187 3.594-1.813 4.484-2.797 1.547-6.188 1.719-9.266 1.172-1.625-0.297-3.531-0.812-4.422-2.344-0.391-1.5-0.641-3.031-0.891-4.562l0.094-0.25 0.281-0.141c4.656 3.078 11.172 3.078 15.844 0 0.734 0.219 0.187 1.109 0.172 1.641zM21.922 5.781c-0.531 3.422-1.141 6.828-1.734 10.234-0.172 1-1.141 1.563-1.953 1.984-2.922 1.469-6.328 1.719-9.531 1.375-2.172-0.234-4.391-0.812-6.156-2.172-0.828-0.641-0.828-1.734-0.984-2.656-0.547-3.203-1.172-6.406-1.563-9.641 0.187-1.406 1.766-2.016 2.938-2.453 1.563-0.578 3.234-0.844 4.891-1 3.531-0.344 7.141-0.219 10.563 0.781 1.219 0.359 2.531 0.859 3.359 1.906 0.375 0.484 0.25 1.094 0.172 1.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket-square\" viewBox=\"0 0 24 28\">\n<title>bitbucket-square</title>\n<path d=\"M13.25 13.594c0-0.891-1.094-1.5-1.844-1.047-0.891 0.422-0.891 1.859 0.016 2.234 0.812 0.484 1.953-0.25 1.828-1.188zM14.5 13.344c0.172 1.375-0.906 2.719-2.281 2.844s-2.672-1-2.734-2.391c-0.047-1.031 0.594-2.031 1.531-2.453 1.469-0.656 3.281 0.406 3.484 2zM17.187 7.234c-0.688 0.703-1.734 0.797-2.656 0.906-1.672 0.219-3.375 0.203-5.063 0-0.922-0.125-1.937-0.234-2.656-0.906 0.438-0.625 1.219-0.75 1.922-0.859 2.109-0.375 4.266-0.359 6.375-0.016 0.75 0.109 1.594 0.234 2.078 0.875zM17.844 18.891c0-0.375 0.391-1.016-0.141-1.172-3.359 2.219-8.047 2.219-11.422 0l-0.187 0.094-0.078 0.187c0.187 1.094 0.359 2.203 0.641 3.281 0.641 1.109 2.016 1.484 3.187 1.687 2.219 0.406 4.672 0.281 6.687-0.828 1.172-0.656 0.984-2.141 1.313-3.25zM19.875 8.062c0.063-0.375 0.141-0.828-0.125-1.172-0.594-0.75-1.531-1.109-2.422-1.375-2.469-0.719-5.078-0.812-7.609-0.562-1.203 0.109-2.406 0.313-3.531 0.719-0.844 0.328-1.984 0.766-2.125 1.766 0.281 2.344 0.734 4.641 1.125 6.969 0.125 0.656 0.125 1.437 0.719 1.906 1.266 0.969 2.875 1.391 4.438 1.563 2.312 0.25 4.766 0.078 6.875-0.984 0.594-0.313 1.281-0.719 1.406-1.437 0.438-2.453 0.859-4.906 1.25-7.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr\" viewBox=\"0 0 17 28\">\n<title>tumblr</title>\n<path d=\"M14.75 20.766l1.25 3.703c-0.469 0.703-2.594 1.5-4.5 1.531-5.672 0.094-7.812-4.031-7.812-6.937v-8.5h-2.625v-3.359c3.938-1.422 4.891-4.984 5.109-7.016 0.016-0.125 0.125-0.187 0.187-0.187h3.813v6.625h5.203v3.937h-5.219v8.094c0 1.094 0.406 2.609 2.5 2.562 0.688-0.016 1.609-0.219 2.094-0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr-square\" viewBox=\"0 0 24 28\">\n<title>tumblr-square</title>\n<path d=\"M17.75 22.828l-0.969-2.859c-0.375 0.187-1.078 0.344-1.609 0.344-1.594 0.047-1.922-1.109-1.922-1.969v-6.219h4.016v-3.031h-4v-5.094h-2.938c-0.047 0-0.125 0.047-0.141 0.156-0.172 1.547-0.906 4.297-3.938 5.391v2.578h2.031v6.531c0 2.234 1.641 5.422 6 5.344 1.469-0.031 3.109-0.641 3.469-1.172zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-down\" viewBox=\"0 0 12 28\">\n<title>long-arrow-down</title>\n<path d=\"M11.953 20.297c0.078 0.187 0.047 0.391-0.078 0.547l-5.469 6c-0.094 0.094-0.219 0.156-0.359 0.156v0c-0.141 0-0.281-0.063-0.375-0.156l-5.547-6c-0.125-0.156-0.156-0.359-0.078-0.547 0.078-0.172 0.25-0.297 0.453-0.297h3.5v-19.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v19.5h3.5c0.203 0 0.375 0.109 0.453 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-up\" viewBox=\"0 0 12 28\">\n<title>long-arrow-up</title>\n<path d=\"M11.953 7.703c-0.078 0.172-0.25 0.297-0.453 0.297h-3.5v19.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-19.5h-3.5c-0.203 0-0.375-0.109-0.453-0.297s-0.047-0.391 0.078-0.547l5.469-6c0.094-0.094 0.219-0.156 0.359-0.156v0c0.141 0 0.281 0.063 0.375 0.156l5.547 6c0.125 0.156 0.156 0.359 0.078 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-left\" viewBox=\"0 0 29 28\">\n<title>long-arrow-left</title>\n<path d=\"M28 12.5v3c0 0.281-0.219 0.5-0.5 0.5h-19.5v3.5c0 0.203-0.109 0.375-0.297 0.453s-0.391 0.047-0.547-0.078l-6-5.469c-0.094-0.094-0.156-0.219-0.156-0.359v0c0-0.141 0.063-0.281 0.156-0.375l6-5.531c0.156-0.141 0.359-0.172 0.547-0.094 0.172 0.078 0.297 0.25 0.297 0.453v3.5h19.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-right\" viewBox=\"0 0 27 28\">\n<title>long-arrow-right</title>\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-apple\" viewBox=\"0 0 22 28\">\n<title>apple</title>\n<path d=\"M21.766 18.984c-0.391 1.234-1.016 2.547-1.922 3.906-1.344 2.047-2.688 3.063-4.016 3.063-0.531 0-1.25-0.172-2.188-0.5-0.922-0.344-1.719-0.5-2.359-0.5-0.625 0-1.375 0.172-2.219 0.516-0.859 0.359-1.547 0.531-2.063 0.531-1.609 0-3.156-1.359-4.703-4.047-1.516-2.688-2.297-5.297-2.297-7.859 0-2.391 0.594-4.328 1.766-5.844 1.172-1.5 2.641-2.25 4.438-2.25 0.766 0 1.672 0.156 2.766 0.469 1.078 0.313 1.797 0.469 2.156 0.469 0.453 0 1.203-0.172 2.234-0.531 1.031-0.344 1.937-0.531 2.703-0.531 1.25 0 2.359 0.344 3.328 1.016 0.547 0.375 1.094 0.906 1.625 1.563-0.812 0.688-1.406 1.297-1.781 1.844-0.672 0.969-1.016 2.047-1.016 3.234 0 1.281 0.359 2.453 1.078 3.484s1.547 1.687 2.469 1.969zM15.891 0.656c0 0.641-0.156 1.359-0.453 2.125-0.313 0.781-0.797 1.5-1.453 2.156-0.562 0.562-1.125 0.938-1.687 1.125-0.359 0.109-0.891 0.203-1.625 0.266 0.031-1.547 0.438-2.891 1.219-4.016s2.094-1.891 3.906-2.312c0.031 0.141 0.063 0.25 0.078 0.344 0 0.109 0.016 0.203 0.016 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-windows\" viewBox=\"0 0 26 28\">\n<title>windows</title>\n<path d=\"M10.656 15.719v10.172l-10.656-1.469v-8.703h10.656zM10.656 4.109v10.297h-10.656v-8.828zM26 15.719v12.281l-14.172-1.953v-10.328h14.172zM26 2v12.406h-14.172v-10.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-android\" viewBox=\"0 0 22 28\">\n<title>android</title>\n<path d=\"M7.703 7.547c0.344 0 0.609-0.281 0.609-0.609s-0.266-0.609-0.609-0.609c-0.328 0-0.594 0.281-0.594 0.609s0.266 0.609 0.594 0.609zM14.297 7.547c0.328 0 0.594-0.281 0.594-0.609s-0.266-0.609-0.594-0.609c-0.344 0-0.609 0.281-0.609 0.609s0.266 0.609 0.609 0.609zM1.609 10.422c0.875 0 1.594 0.719 1.594 1.594v6.719c0 0.891-0.703 1.609-1.594 1.609s-1.609-0.719-1.609-1.609v-6.719c0-0.875 0.719-1.594 1.609-1.594zM18.172 10.719v10.406c0 0.953-0.766 1.719-1.703 1.719h-1.172v3.547c0 0.891-0.719 1.609-1.609 1.609s-1.609-0.719-1.609-1.609v-3.547h-2.156v3.547c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609l-0.016-3.547h-1.156c-0.953 0-1.719-0.766-1.719-1.719v-10.406h14.344zM14.547 4.391c2.188 1.125 3.672 3.281 3.672 5.766h-14.453c0-2.484 1.484-4.641 3.687-5.766l-1.109-2.047c-0.063-0.109-0.031-0.25 0.078-0.313 0.109-0.047 0.25-0.016 0.313 0.094l1.125 2.063c0.953-0.422 2.016-0.656 3.141-0.656s2.188 0.234 3.141 0.656l1.125-2.063c0.063-0.109 0.203-0.141 0.313-0.094 0.109 0.063 0.141 0.203 0.078 0.313zM22 12.016v6.719c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609v-6.719c0-0.891 0.719-1.594 1.594-1.594 0.891 0 1.609 0.703 1.609 1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linux\" viewBox=\"0 0 25 28\">\n<title>linux</title>\n<path d=\"M10.359 6.422v0c-0.313 0.031-0.203 0.313-0.375 0.313-0.156 0.016-0.125-0.344 0.375-0.313zM11.719 6.641c-0.156 0.047-0.172-0.25-0.453-0.172v0c0.453-0.203 0.609 0.109 0.453 0.172zM6.234 13.312c-0.141-0.047-0.109 0.234-0.25 0.453-0.109 0.203-0.391 0.359-0.172 0.391v0c0.078 0.016 0.297-0.172 0.391-0.391 0.078-0.266 0.156-0.406 0.031-0.453zM19.594 18.922c0-0.281-0.609-0.547-0.859-0.656 0.422-1.406 0.234-1.969-0.047-3.297-0.219-1-1.141-2.359-1.859-2.781 0.187 0.156 0.531 0.609 0.891 1.297 0.625 1.172 1.25 2.906 0.844 4.344-0.156 0.562-0.531 0.641-0.781 0.656-1.094 0.125-0.453-1.313-0.906-3.266-0.516-2.188-1.047-2.344-1.172-2.516-0.641-2.844-1.344-2.562-1.547-3.625-0.172-0.953 0.828-1.734-0.531-2-0.422-0.078-1.016-0.5-1.25-0.531s-0.359-1.578 0.516-1.625c0.859-0.063 1.016 0.969 0.859 1.375-0.25 0.406 0.016 0.562 0.438 0.422 0.344-0.109 0.125-1.016 0.203-1.141-0.219-1.313-0.766-1.5-1.328-1.609-2.156 0.172-1.188 2.547-1.406 2.328-0.313-0.328-1.219-0.031-1.219-0.234 0.016-1.219-0.391-1.922-0.953-1.937-0.625-0.016-0.875 0.859-0.906 1.359-0.047 0.469 0.266 1.453 0.5 1.375 0.156-0.047 0.422-0.359 0.141-0.344-0.141 0-0.359-0.344-0.391-0.75-0.016-0.406 0.141-0.812 0.672-0.797 0.609 0.016 0.609 1.234 0.547 1.281-0.203 0.141-0.453 0.406-0.484 0.453-0.203 0.328-0.594 0.422-0.75 0.562-0.266 0.281-0.328 0.594-0.125 0.703 0.719 0.406 0.484 0.875 1.484 0.906 0.656 0.031 1.141-0.094 1.594-0.234 0.344-0.109 1.453-0.344 1.687-0.75 0.109-0.172 0.234-0.172 0.313-0.125 0.156 0.078 0.187 0.375-0.203 0.469-0.547 0.156-1.094 0.453-1.594 0.641-0.484 0.203-0.641 0.281-1.094 0.359-1.031 0.187-1.797-0.375-1.109 0.297 0.234 0.219 0.453 0.359 1.047 0.344 1.313-0.047 2.766-1.625 2.906-0.922 0.031 0.156-0.406 0.344-0.75 0.516-1.219 0.594-2.078 1.781-2.859 1.375-0.703-0.375-1.406-2.109-1.391-1.328 0.016 1.203-1.578 2.266-0.844 3.641-0.484 0.125-1.563 2.422-1.719 3.609-0.094 0.688 0.063 1.531-0.109 2-0.234 0.688-1.297-0.656-0.953-2.297 0.063-0.281 0-0.344-0.078-0.203-0.422 0.766-0.187 1.844 0.156 2.594 0.141 0.328 0.5 0.469 0.766 0.75 0.547 0.625 2.703 2.219 3.078 2.609 0.484 0.453 0.344 1.516-0.656 1.625v0c0.516 0.969 1.016 1.062 1 2.641 0.594-0.313 0.359-1 0.109-1.437-0.172-0.313-0.391-0.453-0.344-0.531 0.031-0.047 0.344-0.313 0.516-0.109 0.531 0.594 1.531 0.703 2.594 0.562 1.078-0.125 2.234-0.5 2.766-1.359 0.25-0.406 0.422-0.547 0.531-0.469 0.125 0.063 0.172 0.344 0.156 0.812-0.016 0.5-0.219 1.016-0.359 1.437-0.141 0.484-0.187 0.812 0.281 0.828 0.125-0.875 0.375-1.734 0.438-2.609 0.078-1-0.641-2.844 0.141-3.766 0.203-0.25 0.453-0.281 0.797-0.281 0.047-1.25 1.969-1.156 2.609-0.641zM9.781 6c0.063-0.391-0.125-0.672-0.219-0.703-0.187-0.047-0.156 0.234-0.063 0.203v0c0.063 0 0.141 0.094 0.109 0.234-0.031 0.187-0.016 0.313 0.125 0.313 0.016 0 0.047 0 0.047-0.047zM16.328 9.078c-0.063-0.297-0.281-0.187-0.531-0.344-0.297-0.187-0.359-0.5-0.469-0.391v0c-0.328 0.359 0.406 1.109 0.719 1.172 0.187 0.031 0.328-0.219 0.281-0.438zM13.547 5.75c0.016-0.375-0.313-0.562-0.391-0.547-0.203 0.016-0.141 0.109-0.047 0.141v0c0.125 0.031 0.25 0.25 0.281 0.484 0 0.031 0.156-0.031 0.156-0.078zM14.391 2.109c0.016-0.078-0.187-0.172-0.328-0.281-0.125-0.125-0.25-0.234-0.375-0.234-0.313 0.031-0.156 0.359-0.203 0.516v0c-0.063 0.172-0.297 0.313-0.141 0.438 0.141 0.109 0.234-0.172 0.531-0.281 0.078-0.031 0.438 0.016 0.516-0.156zM23.219 23.063c1.922 1.188-0.719 2.172-1.859 2.75-0.891 0.453-2.078 1.453-2.516 1.875-0.328 0.313-1.687 0.469-2.453 0.078-0.891-0.453-0.422-1.172-1.797-1.219-0.688-0.016-1.359-0.016-2.031-0.016-0.594 0.016-1.188 0.047-1.797 0.063-2.063 0.047-2.266 1.375-3.594 1.328-0.906-0.031-2.047-0.75-4.016-1.156-1.375-0.281-2.703-0.359-2.984-0.969s0.344-1.297 0.391-1.891c0.047-0.797-0.594-1.875-0.125-2.281 0.406-0.359 1.266-0.094 1.828-0.406 0.594-0.344 0.844-0.609 0.844-1.344 0.219 0.75-0.016 1.359-0.5 1.656-0.297 0.187-0.844 0.281-1.297 0.234-0.359-0.031-0.578 0.016-0.672 0.156-0.141 0.172-0.094 0.484 0.078 0.891s0.375 0.672 0.344 1.172c-0.016 0.5-0.578 1.094-0.484 1.516 0.031 0.156 0.187 0.297 0.578 0.406 0.625 0.172 1.766 0.344 2.875 0.609 1.234 0.313 2.516 0.875 3.313 0.766 2.375-0.328 1.016-2.875 0.641-3.484v0c-2.016-3.156-3.344-5.219-4.406-4.406-0.266 0.219-0.281-0.531-0.266-0.828 0.047-1.031 0.562-1.406 0.875-2.203 0.594-1.516 1.047-3.25 1.953-4.141 0.672-0.875 1.734-2.297 1.937-3.047-0.172-1.625-0.219-3.344-0.25-4.844-0.031-1.609 0.219-3.016 2.031-4 0.438-0.234 1.016-0.328 1.625-0.328 1.078-0.016 2.281 0.297 3.047 0.859 1.219 0.906 1.984 2.828 1.891 4.203-0.063 1.078 0.125 2.188 0.469 3.344 0.406 1.359 1.047 2.312 2.078 3.406 1.234 1.313 2.203 3.891 2.484 5.531 0.25 1.531-0.094 2.484-0.422 2.531-0.5 0.078-0.812 1.656-2.375 1.594-1-0.047-1.094-0.641-1.375-1.156-0.453-0.797-0.906-0.547-1.078 0.297-0.094 0.422-0.031 1.047 0.109 1.516 0.281 0.984 0.187 1.906 0.016 3.047-0.328 2.156 1.516 2.562 2.75 1.531 1.219-1.016 1.484-1.172 3.016-1.703 2.328-0.797 1.547-1.5 0.297-1.922-1.125-0.375-1.172-2.266-0.766-2.625 0.094 2.031 1.156 2.328 1.594 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dribbble\" viewBox=\"0 0 24 28\">\n<title>dribbble</title>\n<path d=\"M16 23.438c-0.156-0.906-0.75-4.031-2.188-7.781-0.016 0-0.047 0.016-0.063 0.016 0 0-6.078 2.125-8.047 6.406-0.094-0.078-0.234-0.172-0.234-0.172 1.781 1.453 4.047 2.344 6.531 2.344 1.422 0 2.766-0.297 4-0.812zM13.109 13.953c-0.25-0.578-0.531-1.156-0.828-1.734-5.281 1.578-10.344 1.453-10.516 1.453-0.016 0.109-0.016 0.219-0.016 0.328 0 2.625 1 5.031 2.625 6.844v0c2.797-4.984 8.328-6.766 8.328-6.766 0.141-0.047 0.281-0.078 0.406-0.125zM11.438 10.641c-1.781-3.156-3.672-5.719-3.813-5.906-2.859 1.344-4.984 3.984-5.656 7.156 0.266 0 4.547 0.047 9.469-1.25zM22.125 15.625c-0.219-0.063-3.078-0.969-6.391-0.453 1.344 3.703 1.891 6.719 2 7.328 2.297-1.547 3.922-4.016 4.391-6.875zM9.547 4.047c-0.016 0-0.016 0-0.031 0.016 0 0 0.016-0.016 0.031-0.016zM18.766 6.312c-1.797-1.594-4.172-2.562-6.766-2.562-0.828 0-1.641 0.109-2.422 0.297 0.156 0.203 2.094 2.75 3.844 5.969 3.859-1.437 5.313-3.656 5.344-3.703zM22.25 13.891c-0.031-2.422-0.891-4.656-2.328-6.406-0.031 0.031-1.672 2.406-5.719 4.062 0.234 0.484 0.469 0.984 0.688 1.484 0.078 0.172 0.141 0.359 0.219 0.531 3.531-0.453 7.016 0.313 7.141 0.328zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skype\" viewBox=\"0 0 24 28\">\n<title>skype</title>\n<path d=\"M18.328 16.609c0-2.719-2.641-3.656-4.859-4.156l-1.625-0.375c-1.188-0.281-2.078-0.484-2.078-1.391 0-0.828 0.875-1.203 2.25-1.203 2.453 0 2.5 1.797 4.016 1.797 1.016 0 1.625-0.797 1.625-1.703 0-1.797-2.984-2.969-5.938-2.969-2.703 0-5.844 1.172-5.844 4.344 0 2.625 1.75 3.563 4.031 4.109l2.281 0.562c1.391 0.344 2.25 0.5 2.25 1.5 0 0.797-0.891 1.406-2.266 1.406-2.891 0-3.047-2.406-4.719-2.406-1.094 0-1.578 0.781-1.578 1.641 0 1.922 2.938 3.484 6.453 3.484 2.938 0 6-1.469 6-4.641zM24 20c0 3.313-2.688 6-6 6-1.375 0-2.641-0.469-3.656-1.25-0.75 0.156-1.547 0.25-2.344 0.25-6.078 0-11-4.922-11-11 0-0.797 0.094-1.594 0.25-2.344-0.781-1.016-1.25-2.281-1.25-3.656 0-3.313 2.688-6 6-6 1.375 0 2.641 0.469 3.656 1.25 0.75-0.156 1.547-0.25 2.344-0.25 6.078 0 11 4.922 11 11 0 0.797-0.094 1.594-0.25 2.344 0.781 1.016 1.25 2.281 1.25 3.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-foursquare\" viewBox=\"0 0 20 28\">\n<title>foursquare</title>\n<path d=\"M15.625 6.781l0.578-3.031c0.109-0.5-0.266-0.891-0.688-0.891h-11.125c-0.5 0-0.844 0.453-0.844 0.844v17.203c0 0.047 0.047 0.063 0.094 0.016 4.094-4.922 4.547-5.5 4.547-5.5 0.469-0.547 0.656-0.641 1.344-0.641h3.734c0.516 0 0.812-0.438 0.859-0.688s0.484-2.531 0.578-2.984-0.328-0.922-0.75-0.922h-4.594c-0.609 0-1.047-0.438-1.047-1.047v-0.656c0-0.609 0.438-1.031 1.047-1.031h5.406c0.375 0 0.797-0.344 0.859-0.672zM19.172 3.313c-0.578 2.812-2.312 11.703-2.469 12.344-0.187 0.734-0.469 2.016-2.25 2.016h-4.234c-0.172 0-0.187-0.016-0.344 0.156 0 0-0.109 0.125-6.656 7.719-0.516 0.594-1.359 0.484-1.672 0.359s-0.859-0.5-0.859-1.531v-22.031c0-0.906 0.562-2.344 2.469-2.344h13.875c2.031 0 2.578 1.156 2.141 3.313zM19.172 3.313l-2.469 12.344c0.156-0.641 1.891-9.531 2.469-12.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trello\" viewBox=\"0 0 24 28\">\n<title>trello</title>\n<path d=\"M11 21v-16c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v16c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM21.5 15v-10c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v10c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-female\" viewBox=\"0 0 20 28\">\n<title>female</title>\n<path d=\"M20 16.5c0 0.828-0.672 1.5-1.5 1.5-0.5 0-0.969-0.25-1.25-0.672l-3.547-5.328h-0.703v2.063l3.859 6.422c0.094 0.156 0.141 0.328 0.141 0.516 0 0.547-0.453 1-1 1h-3v4.25c0 0.969-0.781 1.75-1.75 1.75h-2.5c-0.953 0-1.75-0.781-1.75-1.75v-4.25h-3c-0.547 0-1-0.453-1-1 0-0.187 0.047-0.359 0.141-0.516l3.859-6.422v-2.063h-0.703l-3.547 5.328c-0.281 0.422-0.75 0.672-1.25 0.672-0.828 0-1.5-0.672-1.5-1.5 0-0.297 0.094-0.594 0.25-0.828l4-6c0.625-0.922 1.594-1.672 2.75-1.672h6c1.156 0 2.125 0.75 2.75 1.672l4 6c0.156 0.234 0.25 0.531 0.25 0.828zM13.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-male\" viewBox=\"0 0 16 28\">\n<title>male</title>\n<path d=\"M16 11v6.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-5.5h-1v14.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-7.25h-1v7.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-14.25h-1v5.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-6.5c0-1.656 1.344-3 3-3h10c1.656 0 3 1.344 3 3zM11.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gittip\" viewBox=\"0 0 24 28\">\n<title>gittip</title>\n<path d=\"M12.078 20.344l5.469-7.391c0.422-0.578 0.922-2.438-0.672-3.484-1.344-0.875-2.625-0.203-3.297 0.578-0.25 0.281-0.688 0.625-1.5 0.625s-1.234-0.344-1.484-0.625c-0.672-0.781-1.953-1.453-3.313-0.578-1.578 1.047-1.078 2.906-0.656 3.484zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sun-o\" viewBox=\"0 0 28 28\">\n<title>sun-o</title>\n<path d=\"M23 14c0-4.969-4.031-9-9-9s-9 4.031-9 9 4.031 9 9 9 9-4.031 9-9zM27.312 18.328c-0.047 0.156-0.172 0.266-0.313 0.313l-4.562 1.5v4.781c0 0.156-0.078 0.313-0.203 0.406-0.141 0.094-0.297 0.125-0.453 0.063l-4.562-1.469-2.812 3.875c-0.094 0.125-0.25 0.203-0.406 0.203s-0.313-0.078-0.406-0.203l-2.812-3.875-4.562 1.469c-0.156 0.063-0.313 0.031-0.453-0.063-0.125-0.094-0.203-0.25-0.203-0.406v-4.781l-4.562-1.5c-0.141-0.047-0.266-0.156-0.313-0.313s-0.031-0.328 0.063-0.453l2.812-3.875-2.812-3.875c-0.094-0.141-0.109-0.297-0.063-0.453s0.172-0.266 0.313-0.313l4.562-1.5v-4.781c0-0.156 0.078-0.313 0.203-0.406 0.141-0.094 0.297-0.125 0.453-0.063l4.562 1.469 2.812-3.875c0.187-0.25 0.625-0.25 0.812 0l2.812 3.875 4.562-1.469c0.156-0.063 0.313-0.031 0.453 0.063 0.125 0.094 0.203 0.25 0.203 0.406v4.781l4.562 1.5c0.141 0.047 0.266 0.156 0.313 0.313s0.031 0.313-0.063 0.453l-2.812 3.875 2.812 3.875c0.094 0.125 0.109 0.297 0.063 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-moon-o\" viewBox=\"0 0 23 28\">\n<title>moon-o</title>\n<path d=\"M19.719 20.359c-0.562 0.094-1.141 0.141-1.719 0.141-5.797 0-10.5-4.703-10.5-10.5 0-1.984 0.578-3.922 1.625-5.578-4.156 1.234-7.125 5.047-7.125 9.578 0 5.516 4.484 10 10 10 3.016 0 5.844-1.375 7.719-3.641zM22.891 19.031c-1.953 4.234-6.234 6.969-10.891 6.969-6.609 0-12-5.391-12-12 0-6.484 5.078-11.75 11.547-11.984 0.438-0.016 0.797 0.234 0.953 0.609 0.172 0.391 0.063 0.844-0.234 1.125-1.781 1.625-2.766 3.844-2.766 6.25 0 4.688 3.813 8.5 8.5 8.5 1.234 0 2.422-0.266 3.563-0.797 0.391-0.172 0.828-0.094 1.125 0.203s0.375 0.75 0.203 1.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-archive\" viewBox=\"0 0 28 28\">\n<title>archive</title>\n<path d=\"M17 13c0-0.547-0.453-1-1-1h-4c-0.547 0-1 0.453-1 1s0.453 1 1 1h4c0.547 0 1-0.453 1-1zM26 10v15c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-15c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM27 3v4c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bug\" viewBox=\"0 0 26 28\">\n<title>bug</title>\n<path d=\"M25.5 15c0 0.547-0.453 1-1 1h-3.5c0 1.953-0.422 3.422-1.047 4.531l3.25 3.266c0.391 0.391 0.391 1.016 0 1.406-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-3.094-3.078s-2.047 1.875-4.703 1.875v-14h-2v14c-2.828 0-4.891-2.063-4.891-2.063l-2.859 3.234c-0.203 0.219-0.469 0.328-0.75 0.328-0.234 0-0.469-0.078-0.672-0.25-0.406-0.375-0.438-1-0.078-1.422l3.156-3.547c-0.547-1.078-0.906-2.469-0.906-4.281h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h3.5v-4.594l-2.703-2.703c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0l2.703 2.703h13.188l2.703-2.703c0.391-0.391 1.016-0.391 1.406 0s0.391 1.016 0 1.406l-2.703 2.703v4.594h3.5c0.547 0 1 0.453 1 1zM18 6h-10c0-2.766 2.234-5 5-5s5 2.234 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vk\" viewBox=\"0 0 31 28\">\n<title>vk</title>\n<path d=\"M29.953 8.125c0.234 0.641-0.5 2.141-2.344 4.594-3.031 4.031-3.359 3.656-0.859 5.984 2.406 2.234 2.906 3.313 2.984 3.453 0 0 1 1.75-1.109 1.766l-4 0.063c-0.859 0.172-2-0.609-2-0.609-1.5-1.031-2.906-3.703-4-3.359 0 0-1.125 0.359-1.094 2.766 0.016 0.516-0.234 0.797-0.234 0.797s-0.281 0.297-0.828 0.344h-1.797c-3.953 0.25-7.438-3.391-7.438-3.391s-3.813-3.938-7.156-11.797c-0.219-0.516 0.016-0.766 0.016-0.766s0.234-0.297 0.891-0.297l4.281-0.031c0.406 0.063 0.688 0.281 0.688 0.281s0.25 0.172 0.375 0.5c0.703 1.75 1.609 3.344 1.609 3.344 1.563 3.219 2.625 3.766 3.234 3.437 0 0 0.797-0.484 0.625-4.375-0.063-1.406-0.453-2.047-0.453-2.047-0.359-0.484-1.031-0.625-1.328-0.672-0.234-0.031 0.156-0.594 0.672-0.844 0.766-0.375 2.125-0.391 3.734-0.375 1.266 0.016 1.625 0.094 2.109 0.203 1.484 0.359 0.984 1.734 0.984 5.047 0 1.062-0.203 2.547 0.562 3.031 0.328 0.219 1.141 0.031 3.141-3.375 0 0 0.938-1.625 1.672-3.516 0.125-0.344 0.391-0.484 0.391-0.484s0.25-0.141 0.594-0.094l4.5-0.031c1.359-0.172 1.578 0.453 1.578 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-weibo\" viewBox=\"0 0 28 28\">\n<title>weibo</title>\n<path d=\"M10.547 20.062c0.438-0.719 0.203-1.547-0.531-1.859-0.703-0.297-1.641 0.016-2.078 0.703-0.453 0.703-0.234 1.531 0.469 1.859 0.719 0.328 1.687 0.016 2.141-0.703zM12.016 18.172c0.156-0.281 0.063-0.594-0.219-0.703-0.281-0.094-0.625 0.031-0.781 0.297-0.156 0.281-0.078 0.578 0.203 0.703 0.281 0.109 0.641-0.016 0.797-0.297zM14.734 19.844c-0.938 2.125-3.656 3.281-5.969 2.531-2.234-0.719-3.172-2.922-2.203-4.906 0.969-1.937 3.453-3.031 5.656-2.469 2.297 0.594 3.453 2.75 2.516 4.844zM19.609 17.344c-0.297-3.047-4.297-5.141-8.937-4.688-4.641 0.469-8.141 3.297-7.844 6.344s4.297 5.141 8.937 4.688c4.641-0.469 8.141-3.297 7.844-6.344zM24.422 17.406c0 3.516-5.063 7.938-12.672 7.938-5.812 0-11.75-2.812-11.75-7.453 0-2.422 1.531-5.219 4.172-7.859 3.531-3.531 7.641-5.125 9.188-3.578 0.688 0.672 0.75 1.859 0.313 3.266-0.219 0.719 0.672 0.313 0.672 0.328 2.844-1.203 5.328-1.266 6.234 0.031 0.484 0.688 0.438 1.656 0 2.781-0.203 0.516 0.063 0.594 0.453 0.719 1.609 0.5 3.391 1.703 3.391 3.828zM23.266 7.656c0.891 0.984 1.141 2.344 0.75 3.531-0.156 0.484-0.672 0.75-1.156 0.594s-0.75-0.672-0.594-1.156v0c0.187-0.594 0.063-1.25-0.375-1.734s-1.078-0.672-1.672-0.547v0c-0.5 0.109-1-0.203-1.094-0.703-0.109-0.5 0.203-0.984 0.703-1.094 1.219-0.266 2.547 0.109 3.437 1.109zM26.094 5.109c1.844 2.031 2.328 4.812 1.547 7.25v0c-0.187 0.562-0.781 0.875-1.344 0.688s-0.875-0.781-0.703-1.344v0c0.562-1.734 0.219-3.719-1.094-5.156-1.313-1.453-3.234-2-5.016-1.625-0.578 0.125-1.156-0.25-1.281-0.828s0.25-1.141 0.828-1.266v0c2.516-0.531 5.219 0.234 7.063 2.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-renren\" viewBox=\"0 0 24 28\">\n<title>renren</title>\n<path d=\"M17.703 24.531c-1.703 0.938-3.656 1.469-5.75 1.469-2.078 0-4.031-0.531-5.734-1.469 2.766-1.75 5-4.391 5.734-7.484 0.75 3.094 2.984 5.734 5.75 7.484zM9.969 2.219v7.578c0 5.344-2.953 9.938-7.141 11.969-1.766-2.094-2.828-4.781-2.828-7.734 0-5.938 4.312-10.859 9.969-11.813zM24 14.031c0 2.953-1.062 5.641-2.828 7.734-4.188-2.031-7.141-6.625-7.141-11.969v-7.578c5.656 0.953 9.969 5.875 9.969 11.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pagelines\" viewBox=\"0 0 22 28\">\n<title>pagelines</title>\n<path d=\"M21.906 17.234c-3.141 7.797-10.672 3.078-10.672 3.078-2.312 4.672-6.125 7.672-10.531 7.688-0.391 0-0.703-0.313-0.703-0.703s0.313-0.688 0.703-0.688c3.672-0.016 6.875-2.438 8.969-6.281-2.344 0.906-6.766 1.594-9.219-4.688 6.219-2.562 9.078 0.641 10.172 2.594 0.562-1.391 0.969-2.906 1.234-4.547 0 0-7.969 1.25-8.531-5.594 6.797-2.734 8.703 4.375 8.703 4.375 0.094-0.953 0.187-3 0.187-3.047 0 0-6.062-4.203-2.172-9.422 7.109 2.453 3.5 9.266 3.5 9.266 0.031 0.094 0.031 1.359 0 1.906 0 0 2.578-5.078 7.781-3.281-0.234 7.641-8.094 6.062-8.094 6.062-0.25 1.563-0.641 3.047-1.141 4.422 0 0 4.734-5.234 9.812-1.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-exchange\" viewBox=\"0 0 20 28\">\n<title>stack-exchange</title>\n<path d=\"M19.672 19.578v1.031c0 1.766-1.375 3.187-3.063 3.187h-0.891l-4.062 4.203v-4.203h-8.266c-1.687 0-3.063-1.422-3.063-3.187v-1.031h19.344zM19.672 14.484v3.984h-19.344v-3.984h19.344zM19.672 9.359v3.984h-19.344v-3.984h19.344zM19.672 7.172v1.047h-19.344v-1.047c0-1.75 1.375-3.172 3.063-3.172h13.219c1.687 0 3.063 1.422 3.063 3.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-right</title>\n<path d=\"M18 14c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-left</title>\n<path d=\"M18 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v3c0 0.281-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-4.984c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5v3h5.5c0.266 0 0.5 0.234 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-left\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-left</title>\n<path d=\"M16 9v10c0 0.547-0.453 1-1 1-0.203 0-0.406-0.063-0.578-0.187l-7-5c-0.266-0.187-0.422-0.484-0.422-0.812 0-0.313 0.156-0.625 0.422-0.812l7-5c0.172-0.125 0.375-0.187 0.578-0.187 0.547 0 1 0.453 1 1zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dot-circle-o\" viewBox=\"0 0 24 28\">\n<title>dot-circle-o</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair\" viewBox=\"0 0 25 28\">\n<title>wheelchair</title>\n<path d=\"M15.984 18.547l1.594 3.187c-1.203 3.719-4.672 6.266-8.578 6.266-4.953 0-9-4.047-9-9 0-3.781 2.375-7.156 5.922-8.453l0.266 2.047c-2.547 1.125-4.188 3.625-4.188 6.406 0 3.859 3.141 7 7 7 4.016 0 7.266-3.437 6.984-7.453zM24.547 20.109l0.906 1.781-4 2c-0.141 0.078-0.297 0.109-0.453 0.109-0.375 0-0.734-0.219-0.891-0.547l-3.734-7.453h-7.375c-0.5 0-0.938-0.391-1-0.891l-1.5-12.172c-0.016-0.156 0.047-0.5 0.094-0.656 0.297-1.078 1.297-1.781 2.406-1.781 1.375 0 2.5 1.125 2.5 2.5 0 1.422-1.25 2.641-2.688 2.484l0.578 4.516h6.609v2h-6.359l0.25 2h7.109c0.375 0 0.734 0.219 0.891 0.547l3.563 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo-square\" viewBox=\"0 0 24 28\">\n<title>vimeo-square</title>\n<path d=\"M20.188 9.969c0.109-2.266-0.734-3.406-2.516-3.469-2.406-0.078-4.031 1.281-4.875 4.078 0.438-0.187 0.859-0.297 1.281-0.297 0.875 0 1.266 0.5 1.156 1.5-0.047 0.594-0.438 1.469-1.156 2.609-0.734 1.156-1.281 1.719-1.641 1.719-0.469 0-0.875-0.875-1.281-2.641-0.125-0.531-0.359-1.844-0.703-3.984-0.313-1.969-1.141-2.891-2.5-2.766-0.562 0.063-1.437 0.562-2.562 1.563-0.844 0.734-1.672 1.5-2.531 2.25l0.812 1.047c0.781-0.531 1.234-0.812 1.359-0.812 0.594 0 1.156 0.938 1.672 2.797 0.469 1.719 0.938 3.422 1.406 5.141 0.703 1.859 1.547 2.797 2.562 2.797 1.625 0 3.625-1.531 5.984-4.594 2.281-2.938 3.469-5.25 3.531-6.937zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-try\" viewBox=\"0 0 18 28\">\n<title>try</title>\n<path d=\"M18 13c0 6.062-4.937 11-11 11h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-9.547l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-1.453l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-3.906c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v2.828l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v1.453l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v7.609c3.906-0.266 7-3.516 7-7.484 0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square-o\" viewBox=\"0 0 22 28\">\n<title>plus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-5.5v5.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-5.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v5.5h5.5c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-space-shuttle\" viewBox=\"0 0 34 28\">\n<title>space-shuttle</title>\n<path d=\"M9.688 17.5c-1.078 0.625-2.547 1-4.188 1h-2v-1h-1c-0.281 0-0.5-0.562-0.5-1.25 0-0.281 0.047-0.547 0.109-0.766-1.203-0.031-2.109-0.234-2.109-0.484s0.906-0.453 2.109-0.484c-0.063-0.219-0.109-0.484-0.109-0.766 0-0.688 0.219-1.25 0.5-1.25h1v-1h2c1.641 0 3.109 0.375 4.188 1h17.391c1.156 0.203 2.203 0.375 2.922 0.5 3 0.5 4 1.5 4 2s-1 1.5-4 2c-0.719 0.125-1.766 0.297-2.922 0.5h-17.391zM27.172 13.563c0.5 0.344 0.828 0.859 0.828 1.437s-0.328 1.094-0.828 1.437l1.266 0.469c0.641-0.453 1.062-1.141 1.062-1.906s-0.422-1.453-1.062-1.906zM9.766 17.75h15.859s-3.391 0.594-7.125 1.25c-2 0-3.5 1.5-3.5 1.5l-4.5 4.5s-1.516 1-2.5 1h-1.5l-1.453-7.25h0.453c1.594 0 3.109-0.359 4.266-1zM5.5 11.25h-0.453l1.453-7.25h1.5c1.016 0 2 0.5 2.5 1l4.5 4.5c0 0 1.5 1.5 3.5 1.5 3.734 0.656 7.125 1.25 7.125 1.25h-15.859c-1.156-0.641-2.672-1-4.266-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slack\" viewBox=\"0 0 26 28\">\n<title>slack</title>\n<path d=\"M23.734 12.125c1.281 0 2.266 0.938 2.266 2.219 0 1-0.516 1.703-1.453 2.031l-2.688 0.922 0.875 2.609c0.078 0.234 0.109 0.484 0.109 0.734 0 1.234-1 2.266-2.234 2.266-0.984 0-1.859-0.609-2.172-1.547l-0.859-2.578-4.844 1.656 0.859 2.562c0.078 0.234 0.125 0.484 0.125 0.734 0 1.219-1 2.266-2.25 2.266-0.984 0-1.844-0.609-2.156-1.547l-0.859-2.547-2.391 0.828c-0.25 0.078-0.516 0.141-0.781 0.141-1.266 0-2.219-0.938-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.438-0.828-1.641-4.891-2.438 0.844c-0.25 0.078-0.5 0.125-0.75 0.125-1.25 0-2.219-0.953-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.453-0.828-0.828-2.484c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1-2.266 2.25-2.266 0.984 0 1.844 0.609 2.156 1.547l0.844 2.5 4.844-1.641-0.844-2.5c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1.016-2.266 2.25-2.266 0.984 0 1.859 0.625 2.172 1.547l0.828 2.516 2.531-0.859c0.219-0.063 0.438-0.094 0.672-0.094 1.219 0 2.266 0.906 2.266 2.156 0 0.969-0.75 1.781-1.625 2.078l-2.453 0.844 1.641 4.937 2.562-0.875c0.234-0.078 0.484-0.125 0.719-0.125zM11.328 16.219l4.844-1.641-1.641-4.922-4.844 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-square\" viewBox=\"0 0 24 28\">\n<title>envelope-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM20 18.5v-6.813c-0.297 0.328-0.625 0.625-1 0.859-1.469 0.969-2.984 1.875-4.438 2.875-0.734 0.516-1.641 1.078-2.562 1.078v0 0 0 0c-0.922 0-1.828-0.562-2.562-1.078-1.453-1-2.984-1.891-4.438-2.891-0.359-0.234-0.641-0.578-1-0.844v6.813c0 0.828 0.672 1.5 1.5 1.5h13c0.828 0 1.5-0.672 1.5-1.5zM20 9.547c0-0.844-0.625-1.547-1.5-1.547h-13c-0.828 0-1.5 0.672-1.5 1.5 0 0.844 0.875 1.766 1.531 2.203 1.375 0.922 2.797 1.781 4.172 2.688 0.594 0.391 1.578 1.109 2.297 1.109s1.703-0.719 2.297-1.109c1.391-0.906 2.781-1.797 4.172-2.719 0.609-0.406 1.531-1.344 1.531-2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wordpress\" viewBox=\"0 0 28 28\">\n<title>wordpress</title>\n<path d=\"M1.984 14c0-1.734 0.375-3.391 1.047-4.891l5.734 15.703c-4.016-1.953-6.781-6.062-6.781-10.813zM22.109 13.391c0 1.031-0.422 2.219-0.922 3.891l-1.188 4-4.344-12.906s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.953 0.141-3.203 0.156-3.203 0.156s-1.172-0.016-3.156-0.156c-0.656-0.047-0.734 0.938-0.078 0.984 0.609 0.063 1.25 0.125 1.25 0.125l1.875 5.125-2.625 7.875-4.375-13s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.937 0.141-3.203 0.156-3.203 0.156-0.219 0-0.484-0.016-0.766-0.016 2.141-3.266 5.828-5.422 10.031-5.422 3.125 0 5.969 1.203 8.109 3.156h-0.156c-1.172 0-2.016 1.016-2.016 2.125 0 0.984 0.578 1.813 1.188 2.812 0.469 0.797 0.984 1.828 0.984 3.313zM14.203 15.047l3.703 10.109c0.016 0.063 0.047 0.125 0.078 0.172-1.25 0.438-2.578 0.688-3.984 0.688-1.172 0-2.312-0.172-3.391-0.5zM24.531 8.234c0.938 1.719 1.484 3.672 1.484 5.766 0 4.438-2.406 8.297-5.984 10.375l3.672-10.594c0.609-1.75 0.922-3.094 0.922-4.312 0-0.438-0.031-0.844-0.094-1.234zM14 0c7.719 0 14 6.281 14 14s-6.281 14-14 14-14-6.281-14-14 6.281-14 14-14zM14 27.359c7.359 0 13.359-6 13.359-13.359s-6-13.359-13.359-13.359-13.359 6-13.359 13.359 6 13.359 13.359 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-openid\" viewBox=\"0 0 28 28\">\n<title>openid</title>\n<path d=\"M16.969 0v24l-4.25 2c-7.187-0.641-12.719-4.469-12.719-9.109 0-4.469 5.156-8.188 11.984-9.016v2.688c-4.469 0.781-7.75 3.313-7.75 6.328 0 3.187 3.656 5.828 8.484 6.438v0-21.25zM27.422 9.094l0.578 6.094-8.203-1.781 2.297-1.297c-1.219-0.719-2.719-1.25-4.375-1.547v-2.688c2.891 0.344 5.484 1.219 7.516 2.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bank\" viewBox=\"0 0 30 28\">\n<title>bank</title>\n<path d=\"M15 0l15 6v2h-2c0 0.547-0.484 1-1.078 1h-23.844c-0.594 0-1.078-0.453-1.078-1h-2v-2zM4 10h4v12h2v-12h4v12h2v-12h4v12h2v-12h4v12h0.922c0.594 0 1.078 0.453 1.078 1v1h-26v-1c0-0.547 0.484-1 1.078-1h0.922v-12zM28.922 25c0.594 0 1.078 0.453 1.078 1v2h-30v-2c0-0.547 0.484-1 1.078-1h27.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-graduation-cap\" viewBox=\"0 0 36 28\">\n<title>graduation-cap</title>\n<path d=\"M27.719 13.062l0.281 4.937c0.125 2.203-4.484 4-10 4s-10.125-1.797-10-4l0.281-4.937 8.969 2.828c0.25 0.078 0.5 0.109 0.75 0.109s0.5-0.031 0.75-0.109zM36 8c0 0.219-0.141 0.406-0.344 0.484l-17.5 5.5c-0.063 0.016-0.109 0.016-0.156 0.016s-0.094 0-0.156-0.016l-10.187-3.219c-0.891 0.703-1.516 2.422-1.641 4.531 0.594 0.344 0.984 0.969 0.984 1.703 0 0.703-0.359 1.313-0.906 1.672l0.906 6.766c0.016 0.141-0.031 0.281-0.125 0.391s-0.234 0.172-0.375 0.172h-3c-0.141 0-0.281-0.063-0.375-0.172s-0.141-0.25-0.125-0.391l0.906-6.766c-0.547-0.359-0.906-0.969-0.906-1.672 0-0.75 0.422-1.391 1.016-1.734 0.094-1.828 0.562-3.797 1.531-5.156l-5.203-1.625c-0.203-0.078-0.344-0.266-0.344-0.484s0.141-0.406 0.344-0.484l17.5-5.5c0.063-0.016 0.109-0.016 0.156-0.016s0.094 0 0.156 0.016l17.5 5.5c0.203 0.078 0.344 0.266 0.344 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yahoo\" viewBox=\"0 0 24 28\">\n<title>yahoo</title>\n<path d=\"M13.422 14.953l0.203 11.047c-0.531-0.094-1.078-0.172-1.641-0.172-0.547 0-1.094 0.078-1.641 0.172l0.203-11.047c-2.906-5.016-5.641-10.125-8.844-14.953 0.547 0.141 1.109 0.234 1.687 0.234s1.172-0.109 1.734-0.234c2.187 3.875 4.562 7.641 6.859 11.453 2.312-3.781 4.766-7.547 6.859-11.453 0.547 0.141 1.109 0.219 1.672 0.219 0.594 0 1.203-0.078 1.781-0.219v0 0c-1.25 1.719-2.281 3.594-3.359 5.422-1.859 3.172-3.687 6.344-5.516 9.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google\" viewBox=\"0 0 24 28\">\n<title>google</title>\n<path d=\"M12 12.281h11.328c0.109 0.609 0.187 1.203 0.187 2 0 6.844-4.594 11.719-11.516 11.719-6.641 0-12-5.359-12-12s5.359-12 12-12c3.234 0 5.953 1.188 8.047 3.141l-3.266 3.141c-0.891-0.859-2.453-1.859-4.781-1.859-4.094 0-7.438 3.391-7.438 7.578s3.344 7.578 7.438 7.578c4.75 0 6.531-3.406 6.813-5.172h-6.813v-4.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit\" viewBox=\"0 0 28 28\">\n<title>reddit</title>\n<path d=\"M17.109 18.234c0.141 0.141 0.141 0.359 0 0.484-0.891 0.891-2.609 0.969-3.109 0.969s-2.219-0.078-3.109-0.969c-0.141-0.125-0.141-0.344 0-0.484 0.125-0.125 0.344-0.125 0.469 0 0.562 0.578 1.781 0.766 2.641 0.766s2.063-0.187 2.641-0.766c0.125-0.125 0.344-0.125 0.469 0zM12.313 15.406c0 0.766-0.625 1.391-1.391 1.391-0.781 0-1.406-0.625-1.406-1.391 0-0.781 0.625-1.406 1.406-1.406 0.766 0 1.391 0.625 1.391 1.406zM18.484 15.406c0 0.766-0.625 1.391-1.406 1.391-0.766 0-1.391-0.625-1.391-1.391 0-0.781 0.625-1.406 1.391-1.406 0.781 0 1.406 0.625 1.406 1.406zM22.406 13.531c0-1.031-0.844-1.859-1.875-1.859-0.531 0-1 0.219-1.344 0.562-1.266-0.875-2.969-1.437-4.859-1.5l0.984-4.422 3.125 0.703c0 0.766 0.625 1.391 1.391 1.391 0.781 0 1.406-0.641 1.406-1.406s-0.625-1.406-1.406-1.406c-0.547 0-1.016 0.328-1.25 0.781l-3.453-0.766c-0.172-0.047-0.344 0.078-0.391 0.25l-1.078 4.875c-1.875 0.078-3.563 0.641-4.828 1.516-0.344-0.359-0.828-0.578-1.359-0.578-1.031 0-1.875 0.828-1.875 1.859 0 0.75 0.438 1.375 1.062 1.687-0.063 0.281-0.094 0.578-0.094 0.875 0 2.969 3.344 5.375 7.453 5.375 4.125 0 7.469-2.406 7.469-5.375 0-0.297-0.031-0.609-0.109-0.891 0.609-0.313 1.031-0.938 1.031-1.672zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-square\" viewBox=\"0 0 24 28\">\n<title>reddit-square</title>\n<path d=\"M14.672 17.641c0.109 0.109 0.109 0.297 0 0.406-0.766 0.766-2.234 0.828-2.672 0.828s-1.906-0.063-2.672-0.828c-0.109-0.109-0.109-0.297 0-0.406 0.109-0.125 0.297-0.125 0.406 0 0.484 0.484 1.531 0.656 2.266 0.656s1.781-0.172 2.266-0.656c0.109-0.125 0.297-0.125 0.406 0zM10.563 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM15.844 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM19.203 13.594c0-0.875-0.719-1.594-1.609-1.594-0.438 0-0.844 0.187-1.141 0.484-1.094-0.75-2.562-1.234-4.172-1.281l0.844-3.797 2.672 0.609c0.016 0.656 0.547 1.188 1.203 1.188s1.203-0.547 1.203-1.203-0.547-1.203-1.203-1.203c-0.469 0-0.875 0.266-1.078 0.672l-2.953-0.656c-0.156-0.047-0.297 0.063-0.328 0.203l-0.938 4.188c-1.609 0.063-3.063 0.547-4.141 1.297-0.297-0.313-0.703-0.5-1.156-0.5-0.891 0-1.609 0.719-1.609 1.594 0 0.641 0.375 1.188 0.906 1.453-0.047 0.234-0.078 0.5-0.078 0.75 0 2.547 2.859 4.609 6.391 4.609s6.406-2.063 6.406-4.609c0-0.266-0.031-0.516-0.094-0.766 0.516-0.266 0.875-0.812 0.875-1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon-circle\" viewBox=\"0 0 24 28\">\n<title>stumbleupon-circle</title>\n<path d=\"M13.531 13.109l1.406-0.422v-0.969c0-1.656-1.406-2.984-3.063-2.984s-3.063 1.313-3.063 2.969v4.422c0 0.406-0.328 0.734-0.734 0.734s-0.719-0.328-0.719-0.734v-1.875h-2.359v1.906c0 1.703 1.375 3.063 3.078 3.063 1.672 0 3.063-1.344 3.063-3.016v-4.375c0-0.406 0.328-0.734 0.734-0.734 0.391 0 0.719 0.328 0.719 0.734v0.844zM18.734 16.156v-1.906h-2.344v1.969c0 0.406-0.328 0.734-0.734 0.734-0.391 0-0.719-0.328-0.719-0.734v-1.922l-1.406 0.406-0.938-0.438v1.922c0 1.672 1.391 3.031 3.078 3.031s3.063-1.359 3.063-3.063zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon\" viewBox=\"0 0 30 28\">\n<title>stumbleupon</title>\n<path d=\"M16.594 11.125v-1.844c0-0.875-0.719-1.594-1.594-1.594s-1.594 0.719-1.594 1.594v9.562c0 3.656-3.031 6.609-6.703 6.609-3.703 0-6.703-3-6.703-6.703v-4.156h5.125v4.094c0 0.891 0.719 1.594 1.594 1.594s1.594-0.703 1.594-1.594v-9.688c0-3.578 3.063-6.453 6.687-6.453 3.641 0 6.687 2.891 6.687 6.5v2.125l-3.047 0.906zM24.875 14.594h5.125v4.156c0 3.703-3 6.703-6.703 6.703-3.687 0-6.703-2.969-6.703-6.641v-4.188l2.047 0.953 3.047-0.906v4.219c0 0.875 0.719 1.578 1.594 1.578s1.594-0.703 1.594-1.578v-4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-delicious\" viewBox=\"0 0 24 28\">\n<title>delicious</title>\n<path d=\"M23 21.5v-7.5h-11v-11h-7.5c-1.937 0-3.5 1.563-3.5 3.5v7.5h11v11h7.5c1.937 0 3.5-1.563 3.5-3.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-digg\" viewBox=\"0 0 32 28\">\n<title>digg</title>\n<path d=\"M5.125 4.406h3.187v15.359h-8.313v-10.891h5.125v-4.469zM5.125 17.203v-5.766h-1.922v5.766h1.922zM9.594 8.875v10.891h3.203v-10.891h-3.203zM9.594 4.406v3.187h3.203v-3.187h-3.203zM14.078 8.875h8.328v14.719h-8.328v-2.547h5.125v-1.281h-5.125v-10.891zM19.203 17.203v-5.766h-1.922v5.766h1.922zM23.688 8.875h8.313v14.719h-8.313v-2.547h5.109v-1.281h-5.109v-10.891zM28.797 17.203v-5.766h-1.922v5.766h1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-pp\" viewBox=\"0 0 24 28\">\n<title>pied-piper-pp</title>\n<path d=\"M16.344 15.937c0 1.328-0.906 2.406-2.016 2.406-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.422zM10.984 9.25c0 1.344-0.906 2.422-2.016 2.422-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.406zM19.766 15.984c0-2.797-2.109-5.063-4.703-5.063-0.203 0-0.406 0.016-0.609 0.047-0.234 0.797-0.641 1.516-1.219 2.125-0.875 0.953-2.047 1.516-3.297 1.578v9.938l3.297-0.641v-3.219c0.547 0.203 1.156 0.297 1.828 0.297 2.594 0 4.703-2.266 4.703-5.063zM14.406 9.312c0-2.797-2.109-5.063-4.719-5.063-0.766 0-1.531 0.203-2.203 0.562h-2.906v13.125l3.297-0.641v-3.219c0.547 0.187 1.156 0.297 1.813 0.297 2.609 0 4.719-2.266 4.719-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-alt\" viewBox=\"0 0 32 28\">\n<title>pied-piper-alt</title>\n<path d=\"M19.094 14.516c4.062-0.156 6.312 3.187 8.156 6.281 1.094 1.859 2.375 2.953 3.953 4.344-1.687 1.047-3.828 1.75-5.641 2.562-3-2.516-1.25-12.5-6.062-12.5l-0.156 0.031-0.094 0.063c0.063 0.078 0.141 0.156 0.203 0.219 1.297 1.094 1.813 1.328 1.891 3.187l0.016 0.516c0.047 1.172-0.297 2.312-0.531 3.453-1.047-0.031-2.063 0.313-3.109 0.313-0.391 0-0.766-0.047-1.125-0.156-0.031-0.25-0.031-0.5-0.031-0.734 0-0.484-0.016-1.031 0.047-1.5 0.078-0.516 1.828-1.625 1.797-2.375-0.297-0.031-0.5 0.141-0.672 0.375-0.719 1.062-2.562 2.281-3.875 2.281-0.906 0-3.063-3.891-4.156-4.672-0.172-0.125-0.281-0.297-0.422-0.469-0.875 0.203-7.578 1.75-8.016 1.75-0.328 0-0.625-0.266-0.625-0.594 0-0.297 0.187-0.578 0.484-0.641l7.594-1.656c-0.516-0.938 0.672-0.953 1.172-1.094 0.172-0.047 0.344-0.219 0.516-0.219 0.344 0 0.641 0.484 0.75 0.766 0.344-0.078 2.484-0.578 2.688-0.578 0.344 0 0.656 0.25 0.656 0.609 0 0.297-0.187 0.562-0.5 0.625l-2.844 0.625-0.016 0.25c-0.016 0.547 2.469 3.266 2.906 3.266 0.984 0 2.984-2.266 2.984-3.266 0-1.672-2.328-0.688-2.328-1.828 0-0.187 0.063-0.359 0.156-0.531l-1.062-0.297c0.484-0.5 0.672-1.141 0.672-1.828 0-0.297-0.031-0.609-0.078-0.906 0.797-0.156 1.453-0.25 2.25-0.25 3.094 0 2.484 0.469 3.563 2.953l0.781-0.391c-0.125 1.859-1.969 0.953-1.906 1.687zM20.031 10.844c-0.609-0.703-0.875-1.047-1.234-1.203-0.375-0.172-0.859-0.125-1.984-0.125-1.172 0-2.328 0.172-3.391 0.672 0.344-0.641 0.719-0.922 1.406-1.188 1.484-0.562 2.188-1.656 3.203-2.781 0.531 0.375 0.766 1.313 1.531 1.266l0.187-0.016v1.188l0.344 0.016c2.031-0.781 4.062-1.641 5.797-2.969 2.625-2 2.875-2.719 4.422-5.437l0.109-0.141c-0.031 0.766-0.344 1.484-0.672 2.172-1.656 3.469-4.281 5.453-7.984 6.344-0.672 0.156-1.437 0.172-2.047 0.484 0.078 0.531 0.719 0.984 0.719 1.25 0 0.187-0.297 0.391-0.406 0.469zM16.578 25.234c0.859-0.562 3.313-1.078 4.344-1.078 0.516 0 1.531 2.453 1.797 3-1.219 0.453-2.5 0.703-3.813 0.703-0.656 0-1.313-0.063-1.953-0.172zM12.844 15.125l0.75-0.187 1.703 2.766-1.141 0.75zM20.672 23.203c0.016 0.078 0.047 0.172 0.047 0.25 0 0.406-2.688 0.688-3.172 0.766l-0.109-0.672c0.969-0.109 2.047-0.359 3.016-0.344h0.219zM13.531 13.391l-1.5 0.313-0.094-0.266c0.359-0.031 0.688-0.203 1.047-0.203 0.203 0 0.375 0.047 0.547 0.156zM16.578 23.297h0.484l0.156 1.297-0.641 0.187v-1.484zM30.469 0.016v0 0zM30.469 0.016l-0.016 0.078-0.031 0.031 0.016-0.047zM30.469 0.016l0.016-0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drupal\" viewBox=\"0 0 24 28\">\n<title>drupal</title>\n<path d=\"M18.234 24.781c-0.031-0.109-0.125-0.266-0.375-0.078-0.531 0.391-1.719 0.875-3.406 0.875s-2.484-0.359-3.016-0.766c-0.078-0.063-0.047-0.063-0.203-0.063-0.172 0-0.266 0.078-0.406 0.187-0.125 0.109-0.187 0.375 0 0.562 1.156 1.062 3.094 0.969 4.516 0.844 1.437-0.141 2.656-0.984 2.781-1.109 0.187-0.187 0.141-0.344 0.109-0.453zM17.625 22.984c-0.109-0.266-0.297-0.734-0.609-0.953-0.313-0.203-0.766-0.234-1.188-0.234s-0.656-0.031-1.109 0.156-0.922 0.609-1.219 0.875-0.344 0.469-0.187 0.688c0.156 0.203 0.328 0.078 0.766-0.297 0.453-0.359 0.75-0.688 1.672-0.688s1.078 0.344 1.266 0.688 0.203 0.391 0.391 0.297c0.219-0.109 0.328-0.266 0.219-0.531zM23.172 18.594c0-0.812-0.359-2.188-1.687-2.188-1.25 0-3.781 2.594-5.109 2.609-1.547 0.031-3.687-3.063-6.781-3.031-2.438 0.016-4.359 1.953-4.391 4.016-0.016 1.156 0.359 2.016 1.156 2.562 0.531 0.359 1.016 0.578 2.594 0.578 2.625 0 5.953-3.25 7.484-3.203 1.219 0.047 3.109 3.031 4.062 3.094 0.75 0.063 1.141-0.281 1.781-1.203 0.625-0.938 0.891-2.406 0.891-3.234zM24 16.094c0 7-5.531 11.625-11.891 11.625-6.375 0-12.109-5.016-12.109-11.844 0-6.813 5.313-9.969 6.297-10.484 1.172-0.625 2.016-0.953 3.344-2.016 0.656-0.516 1.203-1.266 1.375-3.094 0.953 1.141 2.094 2.469 2.906 3.016 1.328 0.875 2.656 1.219 4.047 2.094 0.844 0.516 6.031 3.687 6.031 10.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-joomla\" viewBox=\"0 0 24 28\">\n<title>joomla</title>\n<path d=\"M16.719 16.766l-2.5 2.5-2.359 2.375-0.469 0.469c-1.375 1.359-3.297 1.828-5.047 1.391-0.328 1.437-1.609 2.5-3.141 2.5-1.766 0-3.203-1.437-3.203-3.219 0-1.516 1.047-2.797 2.469-3.125-0.453-1.766 0.016-3.703 1.391-5.078l0.187-0.187 2.359 2.375-0.172 0.172c-0.781 0.766-0.766 2.016 0 2.797 0.766 0.766 2.016 0.766 2.781 0l0.469-0.469 2.359-2.375 2.516-2.5zM11.391 6.109l0.187 0.187-2.375 2.375-0.187-0.187c-0.766-0.766-2.016-0.766-2.781 0s-0.766 2.031 0 2.797l5.328 5.328-2.359 2.375-2.516-2.5-2.359-2.375-0.469-0.469c-1.437-1.422-1.875-3.469-1.328-5.297-1.437-0.313-2.5-1.594-2.5-3.125 0-1.781 1.437-3.219 3.203-3.219 1.609 0 2.922 1.172 3.172 2.688 1.734-0.406 3.625 0.078 4.984 1.422zM24 22.781c0 1.781-1.437 3.219-3.203 3.219-1.563 0-2.859-1.109-3.156-2.578v0c-1.813 0.562-3.891 0.125-5.328-1.313l-0.172-0.187 2.359-2.375 0.187 0.187c0.766 0.766 2.016 0.766 2.781 0s0.766-2.016 0-2.781l-5.344-5.344 2.375-2.375 4.875 4.875 0.453 0.469c1.359 1.359 1.844 3.281 1.406 5.031 1.563 0.219 2.766 1.547 2.766 3.172zM23.969 5.219c0 1.625-1.219 2.969-2.781 3.187 0.516 1.797 0.063 3.813-1.359 5.234l-0.187 0.187-2.359-2.375 0.187-0.187c0.766-0.766 0.766-2.016 0-2.781s-2.016-0.766-2.781 0l-5.344 5.344-2.375-2.375 2.516-2.5 2.375-2.375 0.453-0.469c1.422-1.422 3.453-1.875 5.266-1.344 0.219-1.563 1.563-2.766 3.187-2.766 1.766 0 3.203 1.437 3.203 3.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-language\" viewBox=\"0 0 24 28\">\n<title>language</title>\n<path d=\"M10.219 16.844c-0.031 0.109-0.797-0.25-1-0.328-0.203-0.094-1.125-0.609-1.359-0.766s-1.125-0.891-1.234-0.938v0c-0.562 0.859-1.281 1.875-2.094 2.828-0.281 0.328-1.125 1.391-1.641 1.719-0.078 0.047-0.531 0.094-0.594 0.063 0.25-0.187 0.969-1.078 1.281-1.437 0.391-0.453 2.25-3.047 2.562-3.641 0.328-0.594 1.312-2.562 1.359-2.75-0.156-0.016-1.391 0.406-1.719 0.516-0.313 0.094-1.172 0.297-1.234 0.344-0.063 0.063-0.016 0.25-0.047 0.313s-0.313 0.203-0.484 0.234c-0.156 0.047-0.516 0.063-0.734 0-0.203-0.047-0.391-0.25-0.438-0.328 0 0-0.063-0.094-0.078-0.359 0.187-0.063 0.5-0.078 0.844-0.172s1.188-0.344 1.641-0.5 1.328-0.484 1.594-0.547c0.281-0.047 0.984-0.516 1.359-0.641s0.641-0.281 0.656-0.203 0 0.422-0.016 0.516c-0.016 0.078-0.766 1.547-0.875 1.781-0.063 0.125-0.5 0.953-1.203 2.047 0.25 0.109 0.781 0.328 1 0.438 0.266 0.125 2.125 0.906 2.219 0.938s0.266 0.75 0.234 0.875zM7.016 9.25c0.047 0.266-0.031 0.375-0.063 0.438-0.156 0.297-0.547 0.5-0.781 0.594s-0.625 0.187-0.938 0.187c-0.141-0.016-0.422-0.063-0.766-0.406-0.187-0.203-0.328-0.75-0.266-0.688s0.516 0.125 0.719 0.078 0.688-0.187 0.906-0.25c0.234-0.078 0.703-0.203 0.859-0.219 0.156 0 0.281 0.063 0.328 0.266zM17.922 11.266l0.984 3.547-2.172-0.656zM0.609 23.766l10.844-3.625v-16.125l-10.844 3.641v16.109zM20 18.813l1.594 0.484-2.828-10.266-1.563-0.484-3.375 8.375 1.594 0.484 0.703-1.719 3.297 1.016zM12.141 3.781l8.953 2.875v-5.938zM17 24.453l2.469 0.203-0.844 2.5-0.625-1.031c-1.266 0.812-2.828 1.437-4.312 1.687-0.453 0.094-0.969 0.187-1.422 0.187h-1.313c-1.656 0-4.672-0.984-5.984-1.937-0.094-0.078-0.125-0.141-0.125-0.25 0-0.172 0.125-0.297 0.281-0.297 0.141 0 0.875 0.453 1.078 0.547 1.406 0.703 3.375 1.344 4.953 1.344 1.953 0 3.281-0.25 5.063-1.016 0.516-0.234 0.969-0.531 1.453-0.797zM24 7.594v16.859c-12.078-3.844-12.094-3.844-12.094-3.844-0.25 0.109-11.453 3.891-11.609 3.891-0.125 0-0.234-0.078-0.281-0.203 0-0.016-0.016-0.031-0.016-0.047v-16.844c0.016-0.047 0.031-0.125 0.063-0.156 0.094-0.109 0.219-0.141 0.313-0.172 0.047-0.016 1-0.328 2.328-0.781v-6l8.719 3.094c0.109-0.031 9.828-3.391 9.969-3.391 0.172 0 0.313 0.125 0.313 0.328v6.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fax\" viewBox=\"0 0 28 28\">\n<title>fax</title>\n<path d=\"M4.5 6c1.375 0 2.5 1.125 2.5 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-2c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h2zM26 8.547c1.188 0.688 2 1.984 2 3.453v12c0 2.203-1.797 4-4 4h-13.5c-1.375 0-2.5-1.125-2.5-2.5v-24c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.984 0.484 2.562 1.062l2.375 2.375c0.578 0.578 1.062 1.734 1.062 2.562v2.547zM14.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM24 10v-4h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v8h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building\" viewBox=\"0 0 22 28\">\n<title>building</title>\n<path d=\"M21 0c0.547 0 1 0.453 1 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20zM8 4.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 8.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 12.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 16.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 25.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM14 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-child\" viewBox=\"0 0 20 28\">\n<title>child</title>\n<path d=\"M18.562 8.563l-4.562 4.562v12.875c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-6h-1v6c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-12.875l-4.562-4.562c-0.578-0.594-0.578-1.531 0-2.125 0.594-0.578 1.531-0.578 2.125 0l3.563 3.563h5.75l3.563-3.563c0.594-0.578 1.531-0.578 2.125 0 0.578 0.594 0.578 1.531 0 2.125zM13.5 6c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paw\" viewBox=\"0 0 26 28\">\n<title>paw</title>\n<path d=\"M12.187 7.375c0 1.75-0.906 3.828-2.922 3.828-2.531 0-4.062-3.187-4.062-5.375 0-1.75 0.906-3.828 2.922-3.828 2.547 0 4.062 3.187 4.062 5.375zM6.844 14.922c0 1.516-0.797 3.094-2.516 3.094-2.5 0-4.328-3.063-4.328-5.328 0-1.516 0.812-3.109 2.516-3.109 2.5 0 4.328 3.078 4.328 5.344zM13 14.5c3.828 0 9 5.516 9 9.203 0 1.984-1.625 2.297-3.219 2.297-2.094 0-3.781-1.406-5.781-1.406-2.094 0-3.875 1.391-6.141 1.391-1.516 0-2.859-0.516-2.859-2.281 0-3.703 5.172-9.203 9-9.203zM16.734 11.203c-2.016 0-2.922-2.078-2.922-3.828 0-2.188 1.516-5.375 4.062-5.375 2.016 0 2.922 2.078 2.922 3.828 0 2.188-1.531 5.375-4.062 5.375zM23.484 9.578c1.703 0 2.516 1.594 2.516 3.109 0 2.266-1.828 5.328-4.328 5.328-1.719 0-2.516-1.578-2.516-3.094 0-2.266 1.828-5.344 4.328-5.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spoon\" viewBox=\"0 0 12 28\">\n<title>spoon</title>\n<path d=\"M11 8.25c0 3.125-1.359 5.172-3.266 5.922l0.703 12.828c0.031 0.547-0.391 1-0.938 1h-3c-0.547 0-0.969-0.453-0.938-1l0.703-12.828c-1.906-0.75-3.266-2.797-3.266-5.922 0-4 2.234-8.25 5-8.25s5 4.25 5 8.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cube\" viewBox=\"0 0 26 28\">\n<title>cube</title>\n<path d=\"M14 25.453l10-5.453v-9.938l-10 3.641v11.75zM13 11.937l10.906-3.969-10.906-3.969-10.906 3.969zM26 8v12c0 0.734-0.406 1.406-1.047 1.75l-11 6c-0.297 0.172-0.625 0.25-0.953 0.25s-0.656-0.078-0.953-0.25l-11-6c-0.641-0.344-1.047-1.016-1.047-1.75v-12c0-0.844 0.531-1.594 1.313-1.875l11-4c0.219-0.078 0.453-0.125 0.688-0.125s0.469 0.047 0.688 0.125l11 4c0.781 0.281 1.313 1.031 1.313 1.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cubes\" viewBox=\"0 0 34 28\">\n<title>cubes</title>\n<path d=\"M10 25.5l6-3v-4.906l-6 2.562v5.344zM9 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM26 25.5l6-3v-4.906l-6 2.562v5.344zM25 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM18 13.828l6-2.578v-4.156l-6 2.562v4.172zM17 7.906l6.891-2.953-6.891-2.953-6.891 2.953zM34 16v6.5c0 0.75-0.422 1.453-1.109 1.781l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.047-0.016-0.078-0.031-0.109-0.063-0.031 0.031-0.063 0.047-0.109 0.063l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.688-0.328-1.109-1.031-1.109-1.781v-6.5c0-0.797 0.484-1.516 1.219-1.844l6.781-2.906v-6.25c0-0.797 0.484-1.516 1.219-1.844l7-3c0.25-0.109 0.516-0.156 0.781-0.156s0.531 0.047 0.781 0.156l7 3c0.734 0.328 1.219 1.047 1.219 1.844v6.25l6.781 2.906c0.75 0.328 1.219 1.047 1.219 1.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance\" viewBox=\"0 0 32 28\">\n<title>behance</title>\n<path d=\"M28.875 5.297h-7.984v1.937h7.984v-1.937zM24.938 11.953c-1.875 0-3.125 1.172-3.25 3.047h6.375c-0.172-1.891-1.156-3.047-3.125-3.047zM25.188 21.094c1.188 0 2.719-0.641 3.094-1.859h3.453c-1.062 3.266-3.266 4.797-6.672 4.797-4.5 0-7.297-3.047-7.297-7.484 0-4.281 2.953-7.547 7.297-7.547 4.469 0 6.937 3.516 6.937 7.734 0 0.25-0.016 0.5-0.031 0.734h-10.281c0 2.281 1.203 3.625 3.5 3.625zM4.328 20.312h4.625c1.766 0 3.203-0.625 3.203-2.609 0-2.016-1.203-2.812-3.109-2.812h-4.719v5.422zM4.328 11.922h4.391c1.547 0 2.641-0.672 2.641-2.344 0-1.813-1.406-2.25-2.969-2.25h-4.062v4.594zM0 3.969h9.281c3.375 0 6.297 0.953 6.297 4.875 0 1.984-0.922 3.266-2.688 4.109 2.422 0.688 3.594 2.516 3.594 4.984 0 4-3.359 5.719-6.937 5.719h-9.547v-19.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance-square\" viewBox=\"0 0 24 28\">\n<title>behance-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM7.797 7.734h-5.797v12.297h5.969c2.234 0 4.328-1.062 4.328-3.563 0-1.547-0.734-2.688-2.234-3.125 1.094-0.531 1.672-1.328 1.672-2.562 0-2.453-1.828-3.047-3.937-3.047zM7.453 12.703h-2.75v-2.875h2.547c0.969 0 1.859 0.266 1.859 1.406 0 1.047-0.688 1.469-1.656 1.469zM7.594 17.938h-2.891v-3.391h2.953c1.188 0 1.937 0.516 1.937 1.766s-0.891 1.625-2 1.625zM17.75 18.438c-1.437 0-2.188-0.844-2.188-2.266h6.422c0.016-0.156 0.016-0.313 0.016-0.469 0-2.625-1.547-4.828-4.344-4.828-2.703 0-4.562 2.047-4.562 4.719 0 2.781 1.75 4.672 4.562 4.672 2.141 0 3.516-0.953 4.172-2.984h-2.156c-0.234 0.75-1.188 1.156-1.922 1.156zM17.594 12.719c1.219 0 1.828 0.734 1.937 1.906h-3.969c0.078-1.172 0.859-1.906 2.031-1.906zM15.062 8.563h4.984v1.203h-4.984v-1.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam\" viewBox=\"0 0 28 28\">\n<title>steam</title>\n<path d=\"M24.719 9.094c0 2.109-1.719 3.813-3.813 3.813-2.109 0-3.813-1.703-3.813-3.813s1.703-3.813 3.813-3.813c2.094 0 3.813 1.703 3.813 3.813zM12.688 20.687c0-2.172-1.734-3.906-3.906-3.906-0.281 0-0.562 0.031-0.844 0.094l1.625 0.656c1.594 0.641 2.375 2.438 1.734 4.031s-2.453 2.375-4.047 1.719c-0.641-0.25-1.281-0.516-1.922-0.766 0.656 1.234 1.953 2.078 3.453 2.078 2.172 0 3.906-1.734 3.906-3.906zM25.656 9.109c0-2.625-2.141-4.766-4.766-4.766-2.641 0-4.781 2.141-4.781 4.766 0 2.641 2.141 4.766 4.781 4.766 2.625 0 4.766-2.125 4.766-4.766zM28 9.109c0 3.938-3.187 7.109-7.109 7.109l-6.828 4.984c-0.25 2.688-2.531 4.797-5.281 4.797-2.531 0-4.672-1.797-5.187-4.188l-3.594-1.437v-6.703l6.078 2.453c0.797-0.484 1.719-0.75 2.703-0.75 0.187 0 0.375 0.016 0.547 0.031l4.438-6.359c0.031-3.891 3.219-7.047 7.125-7.047 3.922 0 7.109 3.187 7.109 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam-square\" viewBox=\"0 0 24 28\">\n<title>steam-square</title>\n<path d=\"M19.406 10.109c0-1.656-1.359-3.016-3.031-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.031-1.344 3.031-3.016zM9.875 19.297c0 1.719-1.375 3.094-3.094 3.094-1.188 0-2.219-0.672-2.734-1.656 0.516 0.203 1.016 0.406 1.531 0.625 1.25 0.5 2.688-0.109 3.203-1.375 0.5-1.25-0.109-2.688-1.375-3.187l-1.281-0.516c0.203-0.047 0.438-0.078 0.656-0.078 1.719 0 3.094 1.375 3.094 3.094zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-2.391l2.688 1.078c0.406 1.891 2.094 3.313 4.094 3.313 2.187 0 3.984-1.672 4.188-3.797l5.391-3.938c3.125 0 5.641-2.531 5.641-5.625 0-3.125-2.516-5.641-5.641-5.641-3.078 0-5.594 2.5-5.625 5.578l-3.516 5.031c-0.141-0.016-0.281-0.016-0.438-0.016-0.781 0-1.516 0.203-2.141 0.578l-4.641-1.859v-7.313c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5zM20.141 10.141c0 2.078-1.687 3.766-3.781 3.766-2.078 0-3.766-1.687-3.766-3.766 0-2.094 1.687-3.781 3.766-3.781 2.094 0 3.781 1.687 3.781 3.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-recycle\" viewBox=\"0 0 28 28\">\n<title>recycle</title>\n<path d=\"M13.062 18.266l-0.234 5.75-0.031 0.344-6.563-0.453c-0.812-0.063-1.484-0.828-1.781-1.516-0.625-1.453 0.187-3.172 0.656-4.562 0 0 1.203 0.187 7.953 0.438zM7.016 9.109l2.812 5.922-2.297-1.437c-3.516 4.016-3.844 7-3.844 7l-2.969-5.578c-0.609-0.906-0.063-1.891-0.063-1.891s0.547-0.984 1.781-2.938l-2.188-1.344zM26.25 17.187l-2.938 5.609c-0.406 1.016-1.531 1.109-1.531 1.109s-1.109 0.109-3.422 0.187l0.125 2.562-3.594-5.734 3.297-5.656 0.109 2.703c5.297 0.641 7.953-0.781 7.953-0.781zM13.984 2.75c0 0-0.734 0.969-4.141 6.797l-4.953-2.922-0.297-0.187 3.516-5.563c0.438-0.688 1.422-0.938 2.188-0.859 1.563 0.141 2.688 1.656 3.687 2.734zM24.219 7.547l3.313 5.672c0.422 0.703 0.172 1.687-0.234 2.344-0.844 1.313-2.719 1.625-4.125 2.016 0 0-0.531-1.109-4.141-6.813l4.891-3.047zM21.984 4.016l2.219-1.297-3.437 5.828-6.547-0.313 2.359-1.344c-1.875-4.984-4.359-6.703-4.359-6.703l6.328 0.016c1.094-0.094 1.687 0.844 1.687 0.844s0.609 0.953 1.75 2.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-automobile\" viewBox=\"0 0 32 28\">\n<title>automobile</title>\n<path d=\"M7.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM8.062 12h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM29.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM32 15.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-16v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h12c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438c1.937 0 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cab\" viewBox=\"0 0 32 28\">\n<title>cab</title>\n<path d=\"M28.5 14c1.937 0 3.5 1.563 3.5 3.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-16v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h2v-3.5c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5v3.5h2c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438zM5 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM8.062 14h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM27 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tree\" viewBox=\"0 0 24 28\">\n<title>tree</title>\n<path d=\"M23.5 23c0 0.547-0.453 1-1 1h-7.219c0.047 1 0.172 2.047 0.172 3.063 0 0.516-0.422 0.938-0.953 0.938h-5c-0.531 0-0.953-0.422-0.953-0.938 0-1.016 0.125-2.063 0.172-3.063h-7.219c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.578c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.078c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6-6c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l6 6c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.078l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.578l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spotify\" viewBox=\"0 0 24 28\">\n<title>spotify</title>\n<path d=\"M17.609 18.906c0-0.438-0.172-0.609-0.469-0.797-2.016-1.203-4.359-1.797-6.984-1.797-1.531 0-3 0.203-4.484 0.531-0.359 0.078-0.656 0.313-0.656 0.812 0 0.391 0.297 0.766 0.766 0.766 0.141 0 0.391-0.078 0.578-0.125 1.219-0.25 2.5-0.422 3.797-0.422 2.297 0 4.469 0.562 6.203 1.609 0.187 0.109 0.313 0.172 0.516 0.172 0.391 0 0.734-0.313 0.734-0.75zM19.109 15.547c0-0.422-0.156-0.719-0.547-0.953-2.391-1.422-5.422-2.203-8.563-2.203-2.016 0-3.391 0.281-4.734 0.656-0.5 0.141-0.75 0.484-0.75 1s0.422 0.938 0.938 0.938c0.219 0 0.344-0.063 0.578-0.125 1.094-0.297 2.406-0.516 3.922-0.516 2.969 0 5.672 0.781 7.625 1.937 0.172 0.094 0.344 0.203 0.594 0.203 0.531 0 0.938-0.422 0.938-0.938zM20.797 11.672c0-0.578-0.25-0.875-0.625-1.094-2.703-1.578-6.406-2.312-9.938-2.312-2.078 0-3.984 0.234-5.688 0.734-0.438 0.125-0.844 0.5-0.844 1.156 0 0.641 0.484 1.141 1.125 1.141 0.234 0 0.453-0.078 0.625-0.125 1.516-0.422 3.156-0.578 4.797-0.578 3.25 0 6.625 0.719 8.797 2.016 0.219 0.125 0.375 0.187 0.625 0.187 0.594 0 1.125-0.469 1.125-1.125zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deviantart\" viewBox=\"0 0 16 28\">\n<title>deviantart</title>\n<path d=\"M16 4.734l-4.734 9.094 0.375 0.484h4.359v6.484h-7.922l-0.688 0.469-2.219 4.266c-0.016 0-0.438 0.438-0.469 0.469h-4.703v-4.734l4.734-9.109-0.375-0.469h-4.359v-6.484h7.922l0.688-0.469 2.219-4.266c0.016 0 0.438-0.438 0.469-0.469h4.703v4.734z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-soundcloud\" viewBox=\"0 0 36 28\">\n<title>soundcloud</title>\n<path d=\"M12.25 21.438l0.25-3.766-0.25-8.172c-0.016-0.203-0.172-0.375-0.375-0.375-0.187 0-0.359 0.172-0.359 0.375l-0.219 8.172 0.219 3.766c0.016 0.203 0.172 0.359 0.359 0.359 0.203 0 0.359-0.156 0.375-0.359zM16.875 20.984l0.172-3.297-0.187-9.156c0-0.156-0.078-0.297-0.203-0.375-0.078-0.047-0.156-0.078-0.25-0.078s-0.172 0.031-0.25 0.078c-0.125 0.078-0.203 0.219-0.203 0.375l-0.016 0.094-0.156 9.047s0 0.016 0.172 3.687v0.016c0 0.094 0.031 0.187 0.094 0.266 0.094 0.109 0.219 0.172 0.359 0.172 0.125 0 0.234-0.063 0.313-0.141 0.094-0.078 0.141-0.187 0.141-0.313zM0.547 15.672l0.313 2-0.313 1.969c-0.016 0.078-0.063 0.141-0.141 0.141s-0.125-0.063-0.141-0.141l-0.266-1.969 0.266-2c0.016-0.078 0.063-0.141 0.141-0.141s0.125 0.063 0.141 0.141zM1.891 14.438l0.406 3.234-0.406 3.172c-0.016 0.078-0.078 0.141-0.156 0.141s-0.141-0.063-0.141-0.156l-0.359-3.156 0.359-3.234c0-0.078 0.063-0.141 0.141-0.141s0.141 0.063 0.156 0.141zM6.266 21.516v0 0zM3.328 13.844l0.391 3.828-0.391 3.703c0 0.094-0.078 0.172-0.172 0.172s-0.172-0.078-0.187-0.172l-0.328-3.703 0.328-3.828c0.016-0.109 0.094-0.187 0.187-0.187s0.172 0.078 0.172 0.187zM4.797 13.734l0.359 3.938-0.359 3.813c-0.016 0.125-0.109 0.203-0.219 0.203s-0.203-0.078-0.203-0.203l-0.328-3.813 0.328-3.938c0-0.125 0.094-0.203 0.203-0.203s0.203 0.078 0.219 0.203zM6.266 14.016l0.328 3.656-0.328 3.844c-0.016 0.141-0.125 0.25-0.25 0.25s-0.234-0.109-0.234-0.25l-0.313-3.844 0.313-3.656c0-0.125 0.109-0.234 0.234-0.234s0.234 0.109 0.25 0.234zM12.25 21.438v0 0zM7.734 11.734l0.328 5.938-0.328 3.844c0 0.156-0.125 0.281-0.266 0.281-0.156 0-0.266-0.125-0.281-0.281l-0.281-3.844 0.281-5.938c0.016-0.156 0.125-0.281 0.281-0.281 0.141 0 0.266 0.125 0.266 0.281zM9.203 10.391l0.297 7.313-0.297 3.813c0 0.172-0.141 0.297-0.297 0.297-0.172 0-0.297-0.125-0.313-0.297l-0.25-3.813 0.25-7.313c0.016-0.172 0.141-0.297 0.313-0.297 0.156 0 0.297 0.125 0.297 0.297zM10.734 9.766l0.281 7.906-0.281 3.781c-0.016 0.187-0.156 0.328-0.344 0.328-0.172 0-0.313-0.141-0.328-0.328l-0.25-3.781 0.25-7.906c0-0.187 0.156-0.344 0.328-0.344 0.187 0 0.328 0.156 0.344 0.344zM16.859 21.359v0 0 0 0 0 0zM13.766 9.703l0.234 7.969-0.234 3.734c0 0.219-0.172 0.391-0.391 0.391s-0.375-0.172-0.391-0.391l-0.219-3.734 0.219-7.969c0-0.219 0.172-0.391 0.391-0.391s0.391 0.172 0.391 0.391zM15.313 10l0.219 7.688-0.219 3.687c0 0.234-0.187 0.422-0.422 0.422s-0.422-0.187-0.438-0.422l-0.187-3.687 0.187-7.688c0.016-0.25 0.203-0.438 0.438-0.438s0.406 0.187 0.422 0.438zM18.625 17.687l-0.219 3.609c0 0.266-0.219 0.484-0.484 0.484s-0.484-0.219-0.5-0.484l-0.094-1.781-0.094-1.828 0.187-9.938v-0.047c0.016-0.141 0.078-0.281 0.187-0.375 0.078-0.063 0.187-0.109 0.313-0.109 0.078 0 0.172 0.031 0.234 0.078 0.141 0.078 0.234 0.234 0.25 0.406zM36 17.391c0 2.438-1.984 4.406-4.422 4.406h-12.281c-0.266-0.031-0.484-0.234-0.484-0.516v-14.047c0-0.266 0.094-0.391 0.438-0.516 0.859-0.344 1.828-0.531 2.828-0.531 4.078 0 7.422 3.125 7.781 7.109 0.531-0.219 1.109-0.344 1.719-0.344 2.438 0 4.422 1.984 4.422 4.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-database\" viewBox=\"0 0 24 28\">\n<title>database</title>\n<path d=\"M12 12c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 24c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 18c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 0c6.625 0 12 1.797 12 4v2c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2c0-2.203 5.375-4 12-4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-pdf-o\" viewBox=\"0 0 24 28\">\n<title>file-pdf-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM13.969 16.734c0.391 0.313 0.828 0.594 1.312 0.875 0.656-0.078 1.266-0.109 1.828-0.109 1.047 0 2.375 0.125 2.766 0.766 0.109 0.156 0.203 0.438 0.031 0.812-0.016 0.016-0.031 0.047-0.047 0.063v0.016c-0.047 0.281-0.281 0.594-1.109 0.594-1 0-2.516-0.453-3.828-1.141-2.172 0.234-4.453 0.719-6.125 1.297-1.609 2.75-2.844 4.094-3.781 4.094-0.156 0-0.297-0.031-0.438-0.109l-0.375-0.187c-0.047-0.016-0.063-0.047-0.094-0.078-0.078-0.078-0.141-0.25-0.094-0.562 0.156-0.719 1-1.922 2.938-2.938 0.125-0.078 0.281-0.031 0.359 0.094 0.016 0.016 0.031 0.047 0.031 0.063 0.484-0.797 1.047-1.813 1.672-3.078 0.703-1.406 1.25-2.781 1.625-4.094-0.5-1.703-0.656-3.453-0.375-4.484 0.109-0.391 0.344-0.625 0.656-0.625h0.344c0.234 0 0.422 0.078 0.547 0.234 0.187 0.219 0.234 0.562 0.141 1.062-0.016 0.047-0.031 0.094-0.063 0.125 0.016 0.047 0.016 0.078 0.016 0.125v0.469c-0.016 0.984-0.031 1.922-0.219 3 0.547 1.641 1.359 2.969 2.281 3.719zM4.969 23.156c0.469-0.219 1.141-0.891 2.141-2.469-1.172 0.906-1.906 1.937-2.141 2.469zM11.188 8.781c-0.156 0.438-0.156 1.188-0.031 2.063 0.047-0.25 0.078-0.484 0.109-0.688 0.031-0.266 0.078-0.484 0.109-0.672 0.016-0.047 0.031-0.078 0.063-0.125-0.016-0.016-0.016-0.047-0.031-0.078-0.016-0.281-0.109-0.453-0.203-0.562 0 0.031-0.016 0.047-0.016 0.063zM9.25 19.109c1.375-0.547 2.906-0.984 4.438-1.266-0.156-0.125-0.313-0.234-0.453-0.359-0.766-0.672-1.453-1.609-1.984-2.75-0.297 0.953-0.734 1.969-1.297 3.078-0.234 0.438-0.469 0.875-0.703 1.297zM19.344 18.859c-0.078-0.078-0.484-0.375-2.188-0.375 0.766 0.281 1.469 0.438 1.937 0.438 0.141 0 0.219 0 0.281-0.016 0-0.016-0.016-0.031-0.031-0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-word-o\" viewBox=\"0 0 24 28\">\n<title>file-word-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM3.641 12v1.672h1.094l2.562 10.328h2.484l2-7.578c0.078-0.234 0.125-0.469 0.156-0.719 0.016-0.125 0.031-0.25 0.031-0.375h0.063l0.047 0.375c0.047 0.219 0.063 0.469 0.141 0.719l2 7.578h2.484l2.562-10.328h1.094v-1.672h-4.688v1.672h1.406l-1.547 6.844c-0.063 0.25-0.094 0.516-0.109 0.719l-0.031 0.328h-0.063c0-0.094-0.031-0.219-0.047-0.328-0.047-0.203-0.078-0.469-0.141-0.719l-2.25-8.516h-1.781l-2.25 8.516c-0.063 0.25-0.078 0.516-0.125 0.719l-0.063 0.328h-0.063l-0.031-0.328c-0.016-0.203-0.047-0.469-0.109-0.719l-1.547-6.844h1.406v-1.672h-4.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-excel-o\" viewBox=\"0 0 24 28\">\n<title>file-excel-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.703 22.344v1.656h4.391v-1.656h-1.172l1.609-2.516c0.187-0.297 0.281-0.531 0.328-0.531h0.031c0.016 0.063 0.047 0.109 0.078 0.156 0.063 0.125 0.156 0.219 0.266 0.375l1.672 2.516h-1.188v1.656h4.547v-1.656h-1.062l-3-4.266 3.047-4.406h1.047v-1.672h-4.359v1.672h1.156l-1.609 2.484c-0.187 0.297-0.328 0.531-0.328 0.516h-0.031c-0.016-0.063-0.047-0.109-0.078-0.156-0.063-0.109-0.141-0.219-0.266-0.359l-1.656-2.484h1.188v-1.672h-4.531v1.672h1.062l2.953 4.25-3.031 4.422h-1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-powerpoint-o\" viewBox=\"0 0 24 28\">\n<title>file-powerpoint-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.5 22.344v1.656h5.109v-1.656h-1.453v-2.609h2.141c0.672 0 1.281-0.031 1.844-0.234 1.406-0.484 2.281-1.937 2.281-3.641s-0.844-3.016-2.141-3.563c-0.594-0.234-1.313-0.297-2.031-0.297h-5.75v1.672h1.437v8.672h-1.437zM12.016 17.969h-1.859v-4.188h1.875c0.547 0 0.969 0.094 1.297 0.281 0.562 0.328 0.875 0.969 0.875 1.797 0 0.875-0.313 1.547-0.969 1.875-0.328 0.156-0.734 0.234-1.219 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-image-o\" viewBox=\"0 0 24 28\">\n<title>file-image-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM20 19v5h-16v-3l3-3 2 2 6-6zM7 16c-1.656 0-3-1.344-3-3s1.344-3 3-3 3 1.344 3 3-1.344 3-3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-archive-o\" viewBox=\"0 0 24 28\">\n<title>file-archive-o</title>\n<path d=\"M10 6v-2h-2v2h2zM12 8v-2h-2v2h2zM10 10v-2h-2v2h2zM12 12v-2h-2v2h2zM22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v2h-2v-2h-8v24h20zM12.203 14.734c1.328 4.484 1.672 5.453 1.672 5.453 0.078 0.266 0.125 0.531 0.125 0.812 0 1.734-1.687 3-4 3s-4-1.266-4-3c0-0.281 0.047-0.547 0.125-0.812 0 0 0.328-0.969 1.875-6.188v-2h2v2h1.234c0.453 0 0.844 0.297 0.969 0.734zM10 22c1.109 0 2-0.453 2-1s-0.891-1-2-1-2 0.453-2 1 0.891 1 2 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-audio-o\" viewBox=\"0 0 24 28\">\n<title>file-audio-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM9.688 13.281c0.187 0.078 0.313 0.266 0.313 0.469v8.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-2.594-2.609h-2.047c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h2.047l2.594-2.609c0.156-0.141 0.359-0.187 0.547-0.109zM16.203 24.047c0.297 0 0.578-0.125 0.781-0.375 1.297-1.594 2.016-3.609 2.016-5.672s-0.719-4.078-2.016-5.672c-0.344-0.438-0.984-0.5-1.406-0.156-0.438 0.359-0.5 0.984-0.141 1.422 1.016 1.25 1.563 2.781 1.563 4.406s-0.547 3.156-1.563 4.406c-0.359 0.438-0.297 1.062 0.141 1.406 0.187 0.156 0.406 0.234 0.625 0.234zM12.906 21.734c0.266 0 0.531-0.109 0.734-0.313 0.875-0.938 1.359-2.141 1.359-3.422s-0.484-2.484-1.359-3.422c-0.375-0.406-1.016-0.422-1.422-0.047-0.391 0.375-0.422 1.016-0.031 1.422 0.516 0.562 0.812 1.281 0.812 2.047s-0.297 1.484-0.812 2.047c-0.391 0.406-0.359 1.047 0.031 1.422 0.203 0.172 0.453 0.266 0.688 0.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-movie-o\" viewBox=\"0 0 24 28\">\n<title>file-movie-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM12 12c1.094 0 2 0.906 2 2v6c0 1.094-0.906 2-2 2h-6c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h6zM19.688 12.031c0.187 0.078 0.313 0.266 0.313 0.469v9c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.266-0.047-0.359-0.141l-4.141-4.156v-1.406l4.141-4.156c0.094-0.094 0.234-0.141 0.359-0.141 0.063 0 0.125 0.016 0.187 0.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-code-o\" viewBox=\"0 0 24 28\">\n<title>file-code-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM7.5 12c0.172-0.219 0.484-0.266 0.703-0.094l0.797 0.594c0.219 0.172 0.266 0.484 0.094 0.703l-2.844 3.797 2.844 3.797c0.172 0.219 0.125 0.531-0.094 0.703l-0.797 0.594c-0.219 0.172-0.531 0.125-0.703-0.094l-3.531-4.703c-0.125-0.172-0.125-0.422 0-0.594zM20.031 16.703c0.125 0.172 0.125 0.422 0 0.594l-3.531 4.703c-0.172 0.219-0.484 0.266-0.703 0.094l-0.797-0.594c-0.219-0.172-0.266-0.484-0.094-0.703l2.844-3.797-2.844-3.797c-0.172-0.219-0.125-0.531 0.094-0.703l0.797-0.594c0.219-0.172 0.531-0.125 0.703 0.094zM10.344 23.906c-0.281-0.047-0.453-0.313-0.406-0.578l2.156-12.984c0.047-0.281 0.313-0.453 0.578-0.406l0.984 0.156c0.281 0.047 0.453 0.313 0.406 0.578l-2.156 12.984c-0.047 0.281-0.313 0.453-0.578 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vine\" viewBox=\"0 0 24 28\">\n<title>vine</title>\n<path d=\"M23.391 12.922v3.094c-1.094 0.25-2.188 0.359-3.094 0.359-2.188 4.594-6.109 8.531-7.422 9.266-0.828 0.469-1.609 0.5-2.531-0.047-1.609-0.969-7.703-5.969-9.734-21.688h4.422c1.109 9.438 3.828 14.281 6.813 17.906 1.656-1.656 3.25-3.859 4.484-6.344-2.953-1.5-4.75-4.797-4.75-8.641 0-3.891 2.234-6.828 6.062-6.828 3.719 0 5.75 2.312 5.75 6.297 0 1.484-0.313 3.172-0.906 4.469 0 0-2.75 0.547-3.766-1.219 0.203-0.672 0.484-1.828 0.484-2.875 0-1.859-0.672-2.766-1.687-2.766-1.078 0-1.828 1.016-1.828 2.969 0 3.984 2.531 6.266 5.812 6.266 0.578 0 1.234-0.063 1.891-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codepen\" viewBox=\"0 0 28 28\">\n<title>codepen</title>\n<path d=\"M3.375 18.266l9.422 6.281v-5.609l-5.219-3.484zM2.406 16.016l3.016-2.016-3.016-2.016v4.031zM15.203 24.547l9.422-6.281-4.203-2.812-5.219 3.484v5.609zM14 16.844l4.25-2.844-4.25-2.844-4.25 2.844zM7.578 12.547l5.219-3.484v-5.609l-9.422 6.281zM22.578 14l3.016 2.016v-4.031zM20.422 12.547l4.203-2.812-9.422-6.281v5.609zM28 9.734v8.531c0 0.391-0.203 0.781-0.531 1l-12.797 8.531c-0.203 0.125-0.438 0.203-0.672 0.203s-0.469-0.078-0.672-0.203l-12.797-8.531c-0.328-0.219-0.531-0.609-0.531-1v-8.531c0-0.391 0.203-0.781 0.531-1l12.797-8.531c0.203-0.125 0.438-0.203 0.672-0.203s0.469 0.078 0.672 0.203l12.797 8.531c0.328 0.219 0.531 0.609 0.531 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-jsfiddle\" viewBox=\"0 0 32 28\">\n<title>jsfiddle</title>\n<path d=\"M28.125 12.063c2.266 0.938 3.875 3.156 3.875 5.734 0 3.422-2.828 6.203-6.297 6.203-0.125 0-0.234-0.016-0.344-0.016h-19.016c-3.5-0.203-6.344-2.875-6.344-6.344 0-2.328 1.266-4.359 3.156-5.469-0.125-0.406-0.187-0.828-0.187-1.281 0-2.391 1.953-4.328 4.391-4.328 1 0 1.937 0.344 2.688 0.906 1.531-3.156 4.781-5.344 8.578-5.344 5.266 0 9.516 4.203 9.516 9.375 0 0.187-0.016 0.375-0.016 0.562zM7.313 16.219c0 2.641 2.078 4.125 4.562 4.125 1.531 0 2.641-0.484 3.75-1.547-0.453-0.562-0.953-1.109-1.422-1.672-0.641 0.625-1.344 1.016-2.25 1.016-1.109 0-2.063-0.734-2.063-1.891 0-1.141 0.953-1.891 2.031-1.891 3.437 0 4.172 6 9.172 6 2.438 0 4.5-1.531 4.5-4.094 0-2.594-2.078-4.109-4.547-4.109-1.531 0-2.672 0.438-3.766 1.516 0.5 0.547 0.969 1.125 1.453 1.687 0.625-0.609 1.328-1 2.219-1 1.031 0 2.063 0.734 2.063 1.828 0 1.203-0.875 1.969-2.047 1.969-3.328 0-4.219-6-9.094-6-2.422 0-4.562 1.484-4.562 4.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-life-bouy\" viewBox=\"0 0 28 28\">\n<title>life-bouy</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM14 2c-2.031 0-3.953 0.516-5.641 1.406l3.031 3.031c0.828-0.281 1.703-0.438 2.609-0.438 0.922 0 1.781 0.156 2.609 0.438l3.031-3.031c-1.687-0.891-3.609-1.406-5.641-1.406zM3.406 19.641l3.031-3.031c-0.281-0.828-0.438-1.703-0.438-2.609 0-0.922 0.156-1.781 0.438-2.609l-3.031-3.031c-0.891 1.687-1.406 3.609-1.406 5.641s0.516 3.953 1.406 5.641zM14 26c2.031 0 3.953-0.516 5.641-1.406l-3.031-3.031c-0.828 0.281-1.687 0.438-2.609 0.438-0.906 0-1.781-0.156-2.609-0.438l-3.031 3.031c1.687 0.891 3.609 1.406 5.641 1.406zM14 20c3.313 0 6-2.688 6-6s-2.688-6-6-6-6 2.688-6 6 2.688 6 6 6zM21.562 16.609l3.031 3.031c0.891-1.687 1.406-3.609 1.406-5.641s-0.516-3.953-1.406-5.641l-3.031 3.031c0.281 0.828 0.438 1.703 0.438 2.609s-0.156 1.781-0.438 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o-notch\" viewBox=\"0 0 28 28\">\n<title>circle-o-notch</title>\n<path d=\"M27.5 14c0 7.453-6.047 13.5-13.5 13.5s-13.5-6.047-13.5-13.5c0-6.781 5-12.391 11.5-13.359v3.563c-4.562 0.922-8 4.969-8 9.797 0 5.516 4.484 10 10 10s10-4.484 10-10c0-4.828-3.437-8.875-8-9.797v-3.563c6.5 0.969 11.5 6.578 11.5 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ra\" viewBox=\"0 0 28 28\">\n<title>ra</title>\n<path d=\"M0.297 13.656c0.156-4.469 2.438-8.594 6.578-11.312 0.016 0 0.109-0.031 0.063 0.047-0.328 0.313-6.281 7.328-0.797 12.781 2.812 2.797 5.078 0.141 5.078 0.141 2.172-2.828-0.031-7.109-0.031-7.109-0.562-1.406-2.578-2.266-2.578-2.266l1.625-1.797c1.375 0.594 2.438 2.188 2.438 2.188 0.047-1.672-1.234-3.469-1.234-3.469l2.516-2.859 2.5 2.828c-1.156 1.625-1.234 3.531-1.234 3.531 0.781-1.297 2.453-2.219 2.453-2.219l1.609 1.797c-1.547 0.5-2.562 2.25-2.562 2.25-0.891 1.609-1.531 5.047 0.031 7.187 1.828 2.516 4.953-0.156 4.953-0.156 5.797-5.187-0.594-12.703-0.594-12.703-0.344-0.313 0.047-0.156 0.047-0.156 2.828 2.063 6.469 4.766 6.563 11.562 0.109 8.219-5.641 14.078-13.687 14.078-7.859 0-13.969-6.563-13.734-14.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-empire\" viewBox=\"0 0 28 28\">\n<title>empire</title>\n<path d=\"M13.656 25.594v1.031c-4.406-0.125-8.266-2.5-10.437-6.016l0.906-0.531c0.328 0.547 0.719 1.062 1.141 1.547l1.016-0.891c1.469 1.672 3.469 2.859 5.75 3.313l-0.266 1.344c0.609 0.109 1.25 0.187 1.891 0.203zM4.312 17.313l-1.297 0.438c0.219 0.609 0.469 1.188 0.766 1.75l-0.891 0.516c-0.969-1.781-1.531-3.844-1.531-6.016s0.562-4.234 1.531-6.016l0.891 0.516c-0.297 0.547-0.562 1.141-0.766 1.75l1.281 0.438c-0.359 1.031-0.547 2.156-0.547 3.313s0.203 2.281 0.562 3.313zM23.875 20.078l0.906 0.531c-2.172 3.516-6.031 5.891-10.437 6.016v-1.031c0.641-0.016 1.281-0.094 1.891-0.203l-0.266-1.344c2.281-0.453 4.281-1.641 5.75-3.313l1.016 0.891c0.422-0.484 0.812-1 1.141-1.547zM21.516 11.422l-3.641 1.25c0.141 0.422 0.219 0.859 0.219 1.328s-0.078 0.906-0.219 1.328l3.625 1.25c-0.328 0.984-0.859 1.875-1.531 2.641l-2.891-2.531c-0.578 0.672-1.375 1.141-2.297 1.328l0.75 3.766c-0.484 0.094-1 0.156-1.531 0.156s-1.047-0.063-1.531-0.156l0.75-3.766c-0.922-0.187-1.719-0.656-2.297-1.328l-2.891 2.531c-0.672-0.766-1.203-1.656-1.531-2.641l3.625-1.25c-0.141-0.422-0.219-0.859-0.219-1.328s0.078-0.906 0.219-1.328l-3.641-1.25c0.344-0.984 0.875-1.875 1.547-2.641l2.891 2.531c0.578-0.672 1.375-1.156 2.297-1.344l-0.75-3.75c0.484-0.109 1-0.156 1.531-0.156s1.047 0.047 1.531 0.156l-0.75 3.75c0.922 0.187 1.719 0.672 2.297 1.344l2.891-2.531c0.672 0.766 1.203 1.656 1.547 2.641zM13.656 1.375v1.031c-0.641 0.016-1.281 0.078-1.891 0.203l0.266 1.344c-2.281 0.437-4.281 1.625-5.75 3.297l-1.016-0.875c-0.422 0.469-0.797 0.984-1.141 1.531l-0.891-0.516c2.172-3.531 6.016-5.891 10.422-6.016v0zM26.641 14c0 2.172-0.562 4.234-1.531 6.016l-0.891-0.516c0.297-0.562 0.547-1.141 0.766-1.75l-1.297-0.438c0.359-1.031 0.562-2.156 0.562-3.313s-0.187-2.281-0.547-3.313l1.281-0.438c-0.203-0.609-0.469-1.203-0.766-1.75l0.891-0.516c0.969 1.781 1.531 3.844 1.531 6.016zM24.766 7.391l-0.891 0.516c-0.344-0.547-0.719-1.062-1.141-1.531l-1.016 0.875c-1.469-1.672-3.469-2.859-5.75-3.297l0.266-1.344c-0.609-0.125-1.25-0.187-1.891-0.203v-1.031c4.406 0.125 8.25 2.484 10.422 6.016zM27.312 14c0-7.344-5.969-13.312-13.312-13.312v0c-7.344 0-13.312 5.969-13.312 13.312s5.969 13.312 13.312 13.312 13.312-5.969 13.312-13.312zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git-square\" viewBox=\"0 0 24 28\">\n<title>git-square</title>\n<path d=\"M9.094 20.438c0 0.844-0.766 1.031-1.453 1.031-0.672 0-1.672-0.109-1.672-0.984 0-0.859 0.844-1 1.531-1 0.656 0 1.594 0.109 1.594 0.953zM8.531 13.156c0 0.781-0.313 1.328-1.156 1.328-0.859 0-1.203-0.5-1.203-1.313s0.313-1.406 1.203-1.406c0.797 0 1.156 0.656 1.156 1.391zM11.125 11.984v-1.953c-0.672 0.25-1.391 0.453-2.109 0.453-0.516-0.297-1.109-0.453-1.719-0.453-1.781 0-3.187 1.313-3.187 3.125 0 0.969 0.641 2.312 1.609 2.641v0.047c-0.5 0.219-0.594 0.828-0.594 1.328 0 0.516 0.187 0.938 0.641 1.203v0.047c-1.062 0.344-1.766 1.016-1.766 2.172 0 1.984 1.891 2.547 3.547 2.547 2 0 3.5-0.734 3.5-2.938 0-1.563-1.422-2.031-2.719-2.266-0.438-0.078-1.188-0.391-1.188-0.938 0-0.516 0.281-0.734 0.766-0.812 1.594-0.313 2.609-1.547 2.609-3.187 0-0.281-0.063-0.547-0.156-0.812 0.25-0.063 0.516-0.125 0.766-0.203zM12.047 18.531h2.141c-0.031-0.422-0.031-0.859-0.031-1.281v-6.047c0-0.359 0-0.719 0.031-1.078h-2.141c0.047 0.359 0.047 0.75 0.047 1.109v6.125c0 0.391 0 0.781-0.047 1.172zM20 18.281v-1.891c-0.313 0.219-0.688 0.328-1.062 0.328-0.703 0-0.828-0.703-0.828-1.281v-3.516h0.812c0.281 0 0.547 0.031 0.828 0.031v-1.828h-1.641c0-0.531-0.031-1.062 0.047-1.594h-2.188c0.047 0.281 0.063 0.562 0.063 0.859v0.734h-0.938v1.828c0.187-0.016 0.375-0.047 0.578-0.047 0.109 0 0.234 0.016 0.359 0.016v0.031h-0.031v3.391c0 1.687 0.25 3.313 2.312 3.313 0.578 0 1.172-0.094 1.687-0.375zM14.438 7.25c0-0.734-0.547-1.422-1.313-1.422s-1.328 0.672-1.328 1.422c0 0.734 0.578 1.391 1.328 1.391s1.313-0.672 1.313-1.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git\" viewBox=\"0 0 28 28\">\n<title>git</title>\n<path d=\"M9.297 23.656c0-1.375-1.516-1.563-2.578-1.563-1.109 0-2.469 0.234-2.469 1.625 0 1.406 1.609 1.578 2.688 1.578 1.141 0 2.359-0.281 2.359-1.641zM8.375 11.859c0-1.172-0.562-2.234-1.859-2.234-1.437 0-1.937 0.953-1.937 2.266 0 1.297 0.562 2.109 1.937 2.109 1.359 0 1.859-0.875 1.859-2.141zM12.578 6.797v3.156c-0.406 0.141-0.812 0.25-1.234 0.344 0.156 0.422 0.25 0.859 0.25 1.313 0 2.641-1.625 4.656-4.219 5.141-0.781 0.156-1.234 0.484-1.234 1.328 0 2.391 6.312 0.766 6.312 5.172 0 3.578-2.422 4.75-5.672 4.75-2.672 0-5.719-0.891-5.719-4.109 0-1.875 1.141-2.953 2.844-3.516v-0.063c-0.719-0.438-1.047-1.125-1.047-1.969 0-0.797 0.172-1.781 0.984-2.141v-0.063c-1.578-0.531-2.609-2.703-2.609-4.281 0-2.922 2.266-5.063 5.156-5.063 0.969 0 1.937 0.25 2.781 0.734 1.172 0 2.328-0.313 3.406-0.734zM17.547 20.563h-3.469c0.063-0.703 0.063-1.391 0.063-2.094v-9.516c0-0.672 0.016-1.344-0.063-2h3.469c-0.078 0.641-0.063 1.297-0.063 1.937v9.578c0 0.703 0 1.391 0.063 2.094zM26.938 17.094v3.063c-0.828 0.453-1.781 0.609-2.719 0.609-3.344 0-3.734-2.641-3.734-5.359v-5.484h0.031v-0.063c-0.203 0-0.391-0.031-0.578-0.031-0.313 0-0.625 0.047-0.922 0.094v-2.969h1.5v-1.188c0-0.469-0.016-0.938-0.094-1.391h3.547c-0.125 0.859-0.094 1.719-0.094 2.578h2.672v2.969c-0.453 0-0.906-0.063-1.344-0.063h-1.328v5.703c0 0.922 0.203 2.047 1.359 2.047 0.609 0 1.203-0.172 1.703-0.516zM17.938 2.297c0 1.172-0.906 2.266-2.109 2.266-1.234 0-2.156-1.078-2.156-2.266 0-1.203 0.906-2.297 2.156-2.297 1.234 0 2.109 1.125 2.109 2.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hacker-news\" viewBox=\"0 0 24 28\">\n<title>hacker-news</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tencent-weibo\" viewBox=\"0 0 20 28\">\n<title>tencent-weibo</title>\n<path d=\"M13.156 8.937c0 1.656-1.359 3.016-3.016 3.016-0.641 0-1.234-0.203-1.734-0.547-0.562 0.609-1.188 1.375-1.797 2.281-2.547 3.828-3.625 8.344-3.156 13.422 0.031 0.453-0.297 0.844-0.734 0.891h-0.078c-0.406 0-0.766-0.313-0.812-0.734-0.609-6.844 1.563-11.688 3.484-14.547 0.703-1.047 1.406-1.891 2.063-2.578-0.172-0.375-0.25-0.781-0.25-1.203 0-1.672 1.344-3.016 3.016-3.016 1.656 0 3.016 1.344 3.016 3.016zM19.109 9.109c0 5.016-4.078 9.094-9.109 9.094-0.688 0-1.375-0.078-2.047-0.219-0.438-0.109-0.703-0.547-0.609-0.984 0.109-0.422 0.531-0.703 0.969-0.609 0.547 0.141 1.125 0.203 1.687 0.203 4.125 0 7.484-3.359 7.484-7.484s-3.359-7.484-7.484-7.484-7.484 3.359-7.484 7.484c0 1.203 0.281 2.344 0.812 3.406 0.203 0.406 0.047 0.891-0.344 1.094-0.406 0.203-0.891 0.047-1.094-0.359-0.656-1.266-1-2.703-1-4.141 0-5.031 4.094-9.109 9.109-9.109 5.031 0 9.109 4.078 9.109 9.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qq\" viewBox=\"0 0 28 28\">\n<title>qq</title>\n<path d=\"M4.219 12.594c-0.109-0.266-0.125-0.531-0.125-0.812 0-0.438 0.281-1.141 0.547-1.469-0.016-0.406 0.156-1.234 0.469-1.5 0-2.891 2.234-6.531 4.844-7.781 1.609-0.766 3.297-1.031 5.063-1.031 1.375 0 2.875 0.328 4.156 0.859 3.672 1.547 4.5 4.422 5.281 8.094l0.016 0.078c0.453 0.688 0.859 1.5 0.859 2.344 0 0.422-0.281 0.844-0.281 1.219 0 0.031 0.094 0.156 0.109 0.187 1.344 1.984 2.562 4.141 2.562 6.609 0 0.547-0.297 2.453-1.172 2.453-0.609 0-1.281-1.484-1.5-1.891-0.016-0.016-0.031-0.016-0.047-0.016l-0.078 0.063c-0.5 1.297-1.047 2.516-2.063 3.484 0.891 0.859 2.328 0.781 2.594 2.266-0.078 0.172-0.047 0.359-0.172 0.531-0.891 1.344-3.281 1.516-4.719 1.516-1.906 0-3.453-0.5-5.25-1.031-0.375-0.109-0.938-0.047-1.344-0.094-0.953 1.047-3.281 1.328-4.625 1.328-1.188 0-5.781-0.078-5.781-2.109 0-0.875 0.187-1.125 0.797-1.687 0.484-0.094 0.844-0.359 1.406-0.391 0.078 0 0.141-0.016 0.219-0.031 0.016-0.016 0.031-0.016 0.031-0.063l-0.031-0.047c-1.078-0.25-2.594-2.969-2.828-4.094l-0.078-0.047c-0.109 0-0.156 0.234-0.187 0.313-0.344 0.797-1.156 1.656-2.063 1.75h-0.016c-0.125 0-0.078-0.125-0.172-0.156-0.219-0.516-0.359-0.984-0.359-1.563 0-3.125 1.5-5.437 3.938-7.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wechat\" viewBox=\"0 0 32 28\">\n<title>wechat</title>\n<path d=\"M9.063 7.203c0-0.859-0.562-1.422-1.422-1.422-0.844 0-1.703 0.562-1.703 1.422 0 0.844 0.859 1.406 1.703 1.406 0.859 0 1.422-0.562 1.422-1.406zM20.672 15.125c0-0.562-0.562-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.859 0 1.422-0.562 1.422-1.141zM16.984 7.203c0-0.859-0.562-1.422-1.406-1.422-0.859 0-1.703 0.562-1.703 1.422 0 0.844 0.844 1.406 1.703 1.406 0.844 0 1.406-0.562 1.406-1.406zM26.906 15.125c0-0.562-0.578-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.844 0 1.422-0.562 1.422-1.141zM22.75 8.922c-0.359-0.047-0.719-0.063-1.094-0.063-5.375 0-9.625 4.016-9.625 8.953 0 0.828 0.125 1.625 0.359 2.375-0.359 0.031-0.703 0.047-1.062 0.047-1.422 0-2.547-0.281-3.969-0.562l-3.953 1.984 1.125-3.406c-2.828-1.984-4.531-4.547-4.531-7.656 0-5.391 5.094-9.625 11.328-9.625 5.563 0 10.453 3.391 11.422 7.953zM32 17.687c0 2.547-1.687 4.813-3.969 6.516l0.859 2.828-3.109-1.703c-1.141 0.281-2.281 0.578-3.406 0.578-5.391 0-9.625-3.687-9.625-8.219s4.234-8.219 9.625-8.219c5.094 0 9.625 3.687 9.625 8.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane\" viewBox=\"0 0 28 28\">\n<title>paper-plane</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-7.078-2.891-3.781 4.609c-0.187 0.234-0.469 0.359-0.766 0.359-0.109 0-0.234-0.016-0.344-0.063-0.391-0.141-0.656-0.516-0.656-0.938v-5.453l13.5-16.547-16.703 14.453-6.172-2.531c-0.359-0.141-0.594-0.469-0.625-0.859-0.016-0.375 0.172-0.734 0.5-0.922l26-15c0.156-0.094 0.328-0.141 0.5-0.141 0.203 0 0.406 0.063 0.562 0.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane-o\" viewBox=\"0 0 28 28\">\n<title>paper-plane-o</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-8.234-3.359-4.656 5.109c-0.187 0.219-0.453 0.328-0.734 0.328-0.125 0-0.25-0.016-0.359-0.063-0.391-0.156-0.641-0.531-0.641-0.938v-7.063l-7.375-3.016c-0.359-0.141-0.594-0.469-0.625-0.859-0.031-0.375 0.172-0.734 0.5-0.922l26-15c0.328-0.203 0.75-0.187 1.062 0.031zM22.219 23.594l3.453-20.672-22.406 12.922 5.25 2.141 13.484-9.984-7.469 12.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-history\" viewBox=\"0 0 24 28\">\n<title>history</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12zM14 9.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-thin\" viewBox=\"0 0 24 28\">\n<title>circle-thin</title>\n<path d=\"M12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-header\" viewBox=\"0 0 28 28\">\n<title>header</title>\n<path d=\"M26.281 26c-1.375 0-2.766-0.109-4.156-0.109-1.375 0-2.75 0.109-4.125 0.109-0.531 0-0.781-0.578-0.781-1.031 0-1.391 1.563-0.797 2.375-1.328 0.516-0.328 0.516-1.641 0.516-2.188l-0.016-6.109c0-0.172 0-0.328-0.016-0.484-0.25-0.078-0.531-0.063-0.781-0.063h-10.547c-0.266 0-0.547-0.016-0.797 0.063-0.016 0.156-0.016 0.313-0.016 0.484l-0.016 5.797c0 0.594 0 2.219 0.578 2.562 0.812 0.5 2.656-0.203 2.656 1.203 0 0.469-0.219 1.094-0.766 1.094-1.453 0-2.906-0.109-4.344-0.109-1.328 0-2.656 0.109-3.984 0.109-0.516 0-0.75-0.594-0.75-1.031 0-1.359 1.437-0.797 2.203-1.328 0.5-0.344 0.516-1.687 0.516-2.234l-0.016-0.891v-12.703c0-0.75 0.109-3.156-0.594-3.578-0.781-0.484-2.453 0.266-2.453-1.141 0-0.453 0.203-1.094 0.75-1.094 1.437 0 2.891 0.109 4.328 0.109 1.313 0 2.641-0.109 3.953-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.344-1.547 0.688-2.312 1.172-0.547 0.328-0.547 1.937-0.547 2.5l0.016 5c0 0.172 0 0.328 0.016 0.5 0.203 0.047 0.406 0.047 0.609 0.047h10.922c0.187 0 0.391 0 0.594-0.047 0.016-0.172 0.016-0.328 0.016-0.5l0.016-5c0-0.578 0-2.172-0.547-2.5-0.781-0.469-2.344 0.156-2.344-1.172 0-0.469 0.219-1.094 0.781-1.094 1.375 0 2.75 0.109 4.125 0.109 1.344 0 2.688-0.109 4.031-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.359-1.609 0.672-2.391 1.156-0.531 0.344-0.547 1.953-0.547 2.516l0.016 14.734c0 0.516 0.031 1.875 0.531 2.188 0.797 0.5 2.484-0.141 2.484 1.219 0 0.453-0.203 1.094-0.75 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paragraph\" viewBox=\"0 0 20 28\">\n<title>paragraph</title>\n<path d=\"M19.969 2.953v1.141c0 0.531-0.422 1.453-0.953 1.453-0.266 0-0.578-0.047-0.844 0.016-0.25 0.063-0.438 0.234-0.5 0.484-0.078 0.297-0.047 0.672-0.047 1v18c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-19.031h-2.234v19.031c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-7.75c-1.516-0.125-2.812-0.438-3.828-0.922-1.313-0.609-2.312-1.547-3-2.797-0.656-1.203-1-2.562-1-4.047 0-1.734 0.469-3.234 1.375-4.469 0.922-1.234 2.016-2.063 3.266-2.484 1.172-0.391 3.641-0.578 6.516-0.578h7.484c0.531 0 0.953 0.422 0.953 0.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sliders\" viewBox=\"0 0 24 28\">\n<title>sliders</title>\n<path d=\"M5.5 22v2h-5.5v-2h5.5zM11 20c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM13.5 14v2h-13.5v-2h13.5zM3.5 6v2h-3.5v-2h3.5zM24 22v2h-11.5v-2h11.5zM9 4c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM19 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM24 14v2h-3.5v-2h3.5zM24 6v2h-13.5v-2h13.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt\" viewBox=\"0 0 24 28\">\n<title>share-alt</title>\n<path d=\"M19 16c2.766 0 5 2.234 5 5s-2.234 5-5 5-5-2.234-5-5c0-0.172 0.016-0.359 0.031-0.531l-5.625-2.812c-0.891 0.828-2.094 1.344-3.406 1.344-2.766 0-5-2.234-5-5s2.234-5 5-5c1.313 0 2.516 0.516 3.406 1.344l5.625-2.812c-0.016-0.172-0.031-0.359-0.031-0.531 0-2.766 2.234-5 5-5s5 2.234 5 5-2.234 5-5 5c-1.313 0-2.516-0.516-3.406-1.344l-5.625 2.812c0.016 0.172 0.031 0.359 0.031 0.531s-0.016 0.359-0.031 0.531l5.625 2.812c0.891-0.828 2.094-1.344 3.406-1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt-square\" viewBox=\"0 0 24 28\">\n<title>share-alt-square</title>\n<path d=\"M20 18.672c0-1.844-1.5-3.344-3.328-3.344-0.875 0-1.672 0.344-2.266 0.906l-3.766-1.875c0.016-0.125 0.031-0.234 0.031-0.359s-0.016-0.234-0.031-0.359l3.766-1.875c0.594 0.562 1.391 0.906 2.266 0.906 1.828 0 3.328-1.5 3.328-3.344 0-1.828-1.5-3.328-3.328-3.328-1.844 0-3.344 1.5-3.344 3.328 0 0.125 0.016 0.234 0.031 0.359l-3.766 1.875c-0.594-0.547-1.391-0.891-2.266-0.891-1.828 0-3.328 1.484-3.328 3.328s1.5 3.328 3.328 3.328c0.875 0 1.672-0.344 2.266-0.891l3.766 1.875c-0.016 0.125-0.031 0.234-0.031 0.359 0 1.828 1.5 3.328 3.344 3.328 1.828 0 3.328-1.5 3.328-3.328zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bomb\" viewBox=\"0 0 28 28\">\n<title>bomb</title>\n<path d=\"M8.922 9.203c-0.203-0.516-0.781-0.75-1.297-0.547-2.25 0.906-4.062 2.719-4.969 4.969-0.203 0.516 0.031 1.094 0.547 1.297 0.125 0.047 0.25 0.078 0.375 0.078 0.406 0 0.766-0.234 0.938-0.625 0.703-1.75 2.109-3.156 3.859-3.859 0.516-0.219 0.766-0.797 0.547-1.313zM23.641 3.641l0.719 0.719-3.813 3.797 1.062 1.062c0.391 0.391 0.391 1.031 0 1.422l-1 1c0.875 1.578 1.391 3.406 1.391 5.359 0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11c1.953 0 3.781 0.516 5.359 1.391l1-1c0.391-0.391 1.031-0.391 1.422 0l1.062 1.062zM23.766 2.766c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156l-1.422-1.406c-0.187-0.203-0.187-0.516 0-0.719 0.203-0.187 0.516-0.187 0.719 0l1.406 1.422c0.203 0.187 0.203 0.516 0 0.703zM27.359 6.359c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-1.406-1.422c-0.203-0.187-0.203-0.516 0-0.703 0.187-0.203 0.516-0.203 0.703 0l1.422 1.406c0.187 0.203 0.187 0.516 0 0.719zM28 3.5c0 0.281-0.219 0.5-0.5 0.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h1.5c0.281 0 0.5 0.219 0.5 0.5zM25 0.5v1.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-1.5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM27.359 1.359l-1.422 1.406c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156-0.203-0.187-0.203-0.516 0-0.703l1.406-1.422c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-futbol-o\" viewBox=\"0 0 28 28\">\n<title>futbol-o</title>\n<path d=\"M9.516 12.75l4.484-3.25 4.484 3.25-1.703 5.25h-5.547zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM23.672 21.094c1.469-2 2.328-4.438 2.328-7.094v-0.047l-1.594 1.391-3.75-3.5 0.984-5.047 2.094 0.187c-1.484-2.047-3.609-3.625-6.078-4.406l0.828 1.937-4.484 2.484-4.484-2.484 0.828-1.937c-2.469 0.781-4.594 2.359-6.078 4.406l2.109-0.187 0.969 5.047-3.75 3.5-1.594-1.391v0.047c0 2.656 0.859 5.094 2.328 7.094l0.469-2.063 5.094 0.625 2.172 4.656-1.813 1.078c1.172 0.391 2.438 0.609 3.75 0.609s2.578-0.219 3.75-0.609l-1.813-1.078 2.172-4.656 5.094-0.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tty\" viewBox=\"0 0 28 28\">\n<title>tty</title>\n<path d=\"M7 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM4 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM13 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM1.031 12c-0.578 0-1.031-0.453-1.031-1.016v-2.016h8.031v2.016c0 0.562-0.453 1.016-1.016 1.016h-5.984zM19 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM25 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.125v0.203h-8.031v-0.156c0-0.578-0.5-1.625-5.969-1.594-5.469 0.016-5.969 1.016-5.969 1.594v0.156h-8.031v-0.203c0-1.047 1.875-6.125 14-6.125 12.109 0 14 5.078 14 6.125zM28 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.969v2.016c0 0.562-0.453 1.016-1.016 1.016h-6c-0.562 0-1.016-0.453-1.016-1.016v-2.016h8.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-binoculars\" viewBox=\"0 0 28 28\">\n<title>binoculars</title>\n<path d=\"M11 5v12c0 0.547-0.453 1-1 1v0 9c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-8l3.891-13.641c0.063-0.219 0.266-0.359 0.484-0.359h6.625zM16 5v11h-4v-11h4zM28 19v8c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-9c-0.547 0-1-0.453-1-1v-12h6.625c0.219 0 0.422 0.141 0.484 0.359zM11.5 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5zM22 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plug\" viewBox=\"0 0 28 28\">\n<title>plug</title>\n<path d=\"M27.422 7.078c0.766 0.781 0.766 2.047 0 2.828l-6.266 6.25 2.344 2.344-2.5 2.5c-3.422 3.422-8.641 3.906-12.516 1.344l-5.656 5.656h-2.828v-2.828l5.656-5.656c-2.562-3.875-2.078-9.094 1.344-12.516l2.5-2.5 2.344 2.344 6.25-6.266c0.781-0.766 2.047-0.766 2.828 0 0.781 0.781 0.781 2.063 0 2.828l-6.25 6.266 3.656 3.656 6.266-6.25c0.781-0.781 2.047-0.781 2.828 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slideshare\" viewBox=\"0 0 28 28\">\n<title>slideshare</title>\n<path d=\"M13.641 11.562c0 1.734-1.516 3.156-3.375 3.156s-3.375-1.422-3.375-3.156c0-1.75 1.516-3.156 3.375-3.156s3.375 1.406 3.375 3.156zM21.484 11.562c0 1.734-1.5 3.156-3.375 3.156-1.859 0-3.375-1.422-3.375-3.156 0-1.75 1.516-3.156 3.375-3.156 1.875 0 3.375 1.406 3.375 3.156zM25 14.375v-10.422c0-1.797-0.578-2.5-2.234-2.5h-17.375c-1.734 0-2.219 0.594-2.219 2.5v10.516c3.703 1.937 6.875 1.594 8.609 1.531 0.734-0.016 1.203 0.125 1.484 0.422 0.047 0.047 0.094 0.094 0.156 0.141 0.328 0.313 0.641 0.562 0.953 0.797 0.063-0.859 0.547-1.406 1.844-1.359 1.766 0.078 5.016 0.422 8.781-1.625zM27.547 14.297c-1 1.234-2.906 2.75-5.812 3.938 3.078 10.484-7.516 12.156-7.344 6.781 0 0.094-0.016-2.891-0.016-5.109-0.234-0.047-0.469-0.109-0.75-0.172 0 2.234-0.016 5.375-0.016 5.281 0.172 5.375-10.422 3.703-7.344-6.781-2.906-1.188-4.813-2.703-5.812-3.938-0.5-0.75 0.047-1.547 0.875-0.969 0.109 0.078 0.234 0.156 0.344 0.234v-10.844c0-1.5 1.125-2.719 2.516-2.719h19.641c1.391 0 2.516 1.219 2.516 2.719v10.844l0.328-0.234c0.828-0.578 1.375 0.219 0.875 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitch\" viewBox=\"0 0 28 28\">\n<title>twitch</title>\n<path d=\"M14 6.781v6.781h-2.266v-6.781h2.266zM20.219 6.781v6.781h-2.266v-6.781h2.266zM20.219 18.656l3.953-3.969v-12.422h-18.656v16.391h5.094v3.391l3.391-3.391h6.219zM26.437 0v15.828l-6.781 6.781h-5.094l-3.391 3.391h-3.391v-3.391h-6.219v-18.094l1.703-4.516h23.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yelp\" viewBox=\"0 0 24 28\">\n<title>yelp</title>\n<path d=\"M12.078 20.609v1.984c-0.016 4.406-0.016 4.562-0.094 4.766-0.125 0.328-0.406 0.547-0.797 0.625-1.125 0.187-4.641-1.109-5.375-1.984-0.156-0.172-0.234-0.375-0.266-0.562-0.016-0.141 0.016-0.281 0.063-0.406 0.078-0.219 0.219-0.391 3.359-4.109 0 0 0.016 0 0.938-1.094 0.313-0.391 0.875-0.516 1.391-0.328 0.516 0.203 0.797 0.641 0.781 1.109zM9.75 16.688c-0.031 0.547-0.344 0.953-0.812 1.094l-1.875 0.609c-4.203 1.344-4.344 1.375-4.562 1.375-0.344-0.016-0.656-0.219-0.844-0.562-0.125-0.25-0.219-0.672-0.266-1.172-0.172-1.531 0.031-3.828 0.484-4.547 0.219-0.344 0.531-0.516 0.875-0.5 0.234 0 0.422 0.094 4.953 1.937 0 0-0.016 0.016 1.313 0.531 0.469 0.187 0.766 0.672 0.734 1.234zM22.656 21.328c-0.156 1.125-2.484 4.078-3.547 4.5-0.359 0.141-0.719 0.109-0.984-0.109-0.187-0.141-0.375-0.422-2.875-4.484l-0.734-1.203c-0.281-0.438-0.234-1 0.125-1.437 0.344-0.422 0.844-0.562 1.297-0.406 0 0 0.016 0.016 1.859 0.625 4.203 1.375 4.344 1.422 4.516 1.563 0.281 0.219 0.406 0.547 0.344 0.953zM12.156 11.453c0.078 1.625-0.609 1.828-0.844 1.906-0.219 0.063-0.906 0.266-1.781-1.109-5.75-9.078-5.906-9.344-5.906-9.344-0.078-0.328 0.016-0.688 0.297-0.969 0.859-0.891 5.531-2.203 6.75-1.891 0.391 0.094 0.672 0.344 0.766 0.703 0.063 0.391 0.625 8.813 0.719 10.703zM22.5 13.141c0.031 0.391-0.109 0.719-0.406 0.922-0.187 0.125-0.375 0.187-5.141 1.344-0.766 0.172-1.188 0.281-1.422 0.359l0.016-0.031c-0.469 0.125-1-0.094-1.297-0.562s-0.281-0.984 0-1.359c0 0 0.016-0.016 1.172-1.594 2.562-3.5 2.688-3.672 2.875-3.797 0.297-0.203 0.656-0.203 1.016-0.031 1.016 0.484 3.063 3.531 3.187 4.703v0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-newspaper-o\" viewBox=\"0 0 32 28\">\n<title>newspaper-o</title>\n<path d=\"M16 8h-6v6h6v-6zM18 18v2h-10v-2h10zM18 6v10h-10v-10h10zM28 18v2h-8v-2h8zM28 14v2h-8v-2h8zM28 10v2h-8v-2h8zM28 6v2h-8v-2h8zM4 21v-15h-2v15c0 0.547 0.453 1 1 1s1-0.453 1-1zM30 21v-17h-24v17c0 0.344-0.063 0.688-0.172 1h23.172c0.547 0 1-0.453 1-1zM32 2v19c0 1.656-1.344 3-3 3h-26c-1.656 0-3-1.344-3-3v-17h4v-2h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wifi\" viewBox=\"0 0 32 28\">\n<title>wifi</title>\n<path d=\"M16 23.797c-0.406 0-2.594-2.188-2.594-2.609 0-0.766 2-1.188 2.594-1.188s2.594 0.422 2.594 1.188c0 0.422-2.188 2.609-2.594 2.609zM20.219 19.563c-0.219 0-1.922-1.563-4.219-1.563-2.312 0-3.984 1.563-4.219 1.563-0.375 0-2.641-2.25-2.641-2.625 0-0.141 0.063-0.266 0.156-0.359 1.672-1.656 4.391-2.578 6.703-2.578s5.031 0.922 6.703 2.578c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.641 2.625zM24.484 15.313c-0.125 0-0.266-0.063-0.359-0.125-2.578-2-4.75-3.187-8.125-3.187-4.719 0-8.313 3.313-8.484 3.313-0.359 0-2.609-2.25-2.609-2.625 0-0.125 0.063-0.25 0.156-0.344 2.797-2.797 7.016-4.344 10.938-4.344s8.141 1.547 10.938 4.344c0.094 0.094 0.156 0.219 0.156 0.344 0 0.375-2.25 2.625-2.609 2.625zM28.719 11.078c-0.125 0-0.25-0.063-0.344-0.141-3.609-3.172-7.5-4.937-12.375-4.937s-8.766 1.766-12.375 4.937c-0.094 0.078-0.219 0.141-0.344 0.141-0.359 0-2.625-2.25-2.625-2.625 0-0.141 0.063-0.266 0.156-0.359 3.953-3.922 9.656-6.094 15.188-6.094s11.234 2.172 15.188 6.094c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.625 2.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calculator\" viewBox=\"0 0 26 28\">\n<title>calculator</title>\n<path d=\"M6 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 24v-6c0-1.094-0.906-2-2-2v0c-1.094 0-2 0.906-2 2v6c0 1.094 0.906 2 2 2v0c1.094 0 2-0.906 2-2zM18 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 7v-4c0-0.547-0.453-1-1-1h-20c-0.547 0-1 0.453-1 1v4c0 0.547 0.453 1 1 1h20c0.547 0 1-0.453 1-1zM24 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 2v24c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-24c0-1.094 0.906-2 2-2h22c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paypal\" viewBox=\"0 0 24 28\">\n<title>paypal</title>\n<path d=\"M23.734 10.094v0c0.203 0.938 0.156 2.016-0.063 3.187-1.016 5.156-4.438 6.937-8.828 6.937h-0.688c-0.531 0-0.969 0.391-1.062 0.922l-0.063 0.297-0.859 5.406-0.031 0.234c-0.109 0.531-0.547 0.922-1.078 0.922h-3.922c-0.438 0-0.719-0.359-0.656-0.797 0.281-1.75 0.547-3.5 0.828-5.25s0.562-3.484 0.844-5.234c0.047-0.375 0.297-0.578 0.672-0.578 0.625 0 1.25-0.016 2.047 0 1.125 0.016 2.422-0.047 3.687-0.328 1.687-0.375 3.219-1.062 4.484-2.25 1.141-1.062 1.906-2.375 2.422-3.844 0.234-0.688 0.422-1.375 0.547-2.078 0.031-0.187 0.078-0.156 0.187-0.078 0.859 0.641 1.344 1.5 1.531 2.531zM21.047 5.688c0 1.281-0.297 2.5-0.719 3.687-0.812 2.359-2.344 4.047-4.719 4.922-1.266 0.453-2.594 0.641-3.938 0.656-0.938 0.016-1.875 0-2.812 0-1.016 0-1.656 0.5-1.844 1.5-0.219 1.188-1.078 6.719-1.328 8.281-0.016 0.109-0.063 0.156-0.187 0.156h-4.609c-0.469 0-0.812-0.406-0.75-0.859l3.625-22.984c0.094-0.594 0.625-1.047 1.234-1.047h9.344c0.672 0 2.219 0.297 3.266 0.703 2.219 0.859 3.437 2.609 3.437 4.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-wallet\" viewBox=\"0 0 28 28\">\n<title>google-wallet</title>\n<path d=\"M6.891 10.5c0.313 0 0.625 0.156 0.812 0.406 2.734 3.734 4.641 7.734 5.656 12.094h-6.969c-1.25-4.344-3.094-8.313-5.734-11.703-0.25-0.328 0-0.797 0.406-0.797h5.828zM15.625 16.078c-0.516 2.109-1.172 4.156-1.953 6.141-0.828-3.266-2.156-6.328-4-9.281 0.406-2.266 0.641-4.594 0.688-7.016 2.203 3.547 3.953 6.922 5.266 10.156zM17.172 5c4.672 6.438 8.141 14.375 8.891 23h-7.047c-0.516-8.344-4.359-16.25-8.641-23h6.797zM28 14c0 4.344-0.594 8.906-1.578 12.688-0.688-5.781-2.594-11.531-5.609-16.922-0.266-3.156-0.828-6.219-1.656-9.125-0.078-0.328 0.156-0.641 0.484-0.641h5.609c0.438 0 0.844 0.297 0.953 0.719 1.188 4.219 1.797 8.687 1.797 13.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-visa\" viewBox=\"0 0 36 28\">\n<title>cc-visa</title>\n<path d=\"M30.859 15.469h-2.156c0 0 0.219-0.578 1.031-2.797-0.016 0.016 0.219-0.578 0.344-0.953l0.187 0.859c0.484 2.391 0.594 2.891 0.594 2.891zM8.297 14.453l-0.906-4.609c-0.125-0.641-0.609-0.844-1.172-0.844h-4.188l-0.031 0.203c2.875 0.734 5.234 2.297 6.297 5.25zM11.094 9l-2.531 6.844-0.266-1.391c-0.547-1.453-1.875-2.797-3.375-3.406l2.109 7.969h2.734l4.078-10.016h-2.75zM13.266 19.031h2.594l1.625-10.031h-2.594zM25.266 9.25c-0.516-0.203-1.328-0.422-2.328-0.422-2.562 0-4.359 1.359-4.375 3.313-0.016 1.437 1.281 2.234 2.266 2.719 1.016 0.484 1.344 0.812 1.344 1.25 0 0.672-0.812 0.969-1.547 0.969-1.047 0-1.609-0.125-2.438-0.516l-0.344-0.172-0.359 2.25c0.609 0.281 1.719 0.531 2.891 0.531 2.719 0.016 4.484-1.344 4.516-3.422 0-1.141-0.703-2-2.188-2.719-0.906-0.453-1.453-0.781-1.453-1.25 0-0.422 0.469-0.859 1.484-0.859 0.844-0.016 1.469 0.156 1.937 0.375l0.234 0.125zM31.906 9h-2c-0.625 0-1.094 0.187-1.359 0.844l-3.844 9.188h2.719c0.438-1.234 0.547-1.5 0.547-1.5h3.313c0 0 0.078 0.344 0.313 1.5h2.406zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-mastercard\" viewBox=\"0 0 36 28\">\n<title>cc-mastercard</title>\n<path d=\"M17.484 5.328c-1.297-0.859-2.828-1.328-4.391-1.328-4.391 0-7.953 3.563-7.953 7.938 0 4.391 3.563 7.953 7.953 7.953 1.563 0 3.094-0.469 4.391-1.328-4.188-3.406-4.156-9.828 0-13.234zM18 5.703c-4.031 3.172-4.047 9.328 0 12.484 4.047-3.156 4.031-9.312 0-12.484zM18.516 5.328c4.141 3.406 4.203 9.844 0 13.234 1.297 0.859 2.844 1.328 4.391 1.328 4.391 0 7.953-3.563 7.953-7.953 0-4.375-3.563-7.938-7.953-7.938-1.563 0-3.094 0.469-4.391 1.328zM30.094 16.609h0.109v-0.047h-0.266v0.047h0.109v0.266h0.047v-0.266zM30.547 16.875h0.063v-0.313h-0.078l-0.094 0.203-0.094-0.203h-0.078v0.313h0.047v-0.234l0.094 0.203h0.063l0.078-0.203v0.234zM30.422 23.75v0.031h-0.078v-0.047h0.078v0.016zM30.422 23.891h0.047l-0.063-0.078c0.031 0 0.031-0.016 0.047-0.016 0.016-0.016 0.016-0.031 0.016-0.047s0-0.031-0.016-0.047c-0.016 0-0.031-0.016-0.063-0.016h-0.094v0.203h0.047v-0.078h0.016zM10.703 22.828c0-0.375 0.234-0.672 0.641-0.672 0.375 0 0.625 0.297 0.625 0.672 0 0.391-0.25 0.672-0.625 0.672-0.406 0-0.641-0.297-0.641-0.672zM18.094 22.141c0.297 0 0.5 0.172 0.547 0.5h-1.094c0.047-0.297 0.234-0.5 0.547-0.5zM23.656 22.828c0-0.375 0.234-0.672 0.625-0.672s0.641 0.297 0.641 0.672c0 0.391-0.25 0.672-0.641 0.672s-0.625-0.297-0.625-0.672zM27.906 22.828c0-0.375 0.25-0.672 0.641-0.672 0.375 0 0.641 0.297 0.641 0.672 0 0.391-0.266 0.672-0.641 0.672-0.391 0-0.641-0.297-0.641-0.672zM30.375 23.953c-0.016 0-0.031 0-0.063-0.016-0.016 0-0.031-0.016-0.047-0.031s-0.031-0.031-0.031-0.047-0.016-0.047-0.016-0.063 0-0.047 0.016-0.063c0-0.031 0.016-0.047 0.031-0.063s0.031-0.016 0.047-0.031 0.047-0.016 0.063-0.016 0.047 0 0.063 0.016 0.047 0.016 0.063 0.031 0.016 0.031 0.031 0.063c0 0.016 0.016 0.031 0.016 0.063 0 0.016-0.016 0.031-0.016 0.063-0.016 0.016-0.016 0.031-0.031 0.047s-0.031 0.031-0.063 0.031c-0.016 0.016-0.031 0.016-0.063 0.016zM9.359 23.891h0.469v-1.328c0-0.5-0.328-0.828-0.844-0.844-0.266 0-0.547 0.078-0.734 0.375-0.141-0.234-0.375-0.375-0.703-0.375-0.219 0-0.438 0.078-0.609 0.313v-0.25h-0.469v2.109h0.469v-1.172c0-0.375 0.203-0.562 0.516-0.562s0.469 0.203 0.469 0.562v1.172h0.453v-1.172c0-0.375 0.219-0.562 0.516-0.562 0.313 0 0.469 0.203 0.469 0.562v1.172zM11.953 23.891h0.453v-2.109h-0.453v0.25c-0.156-0.187-0.375-0.313-0.672-0.313-0.594 0-1.047 0.469-1.047 1.109s0.453 1.109 1.047 1.109c0.297 0 0.516-0.109 0.672-0.313v0.266zM14.734 23.25c0-0.375-0.281-0.562-0.734-0.625l-0.219-0.031c-0.203-0.031-0.359-0.078-0.359-0.219s0.141-0.234 0.391-0.234c0.281 0 0.531 0.094 0.672 0.172l0.187-0.375c-0.219-0.141-0.516-0.219-0.859-0.219-0.531 0-0.875 0.266-0.875 0.688 0 0.344 0.25 0.547 0.734 0.609l0.203 0.031c0.266 0.047 0.375 0.109 0.375 0.219 0 0.172-0.172 0.266-0.484 0.266s-0.547-0.109-0.703-0.219l-0.203 0.359c0.25 0.172 0.562 0.266 0.906 0.266 0.609 0 0.969-0.281 0.969-0.688zM16.766 23.781l-0.125-0.391c-0.141 0.078-0.281 0.109-0.406 0.109-0.234 0-0.297-0.141-0.297-0.344v-0.953h0.75v-0.422h-0.75v-0.641h-0.469v0.641h-0.438v0.422h0.438v0.953c0 0.484 0.187 0.781 0.734 0.781 0.187 0 0.422-0.063 0.562-0.156zM18.109 21.719c-0.609 0-1.047 0.453-1.047 1.109 0 0.672 0.453 1.109 1.078 1.109 0.313 0 0.609-0.078 0.859-0.297l-0.219-0.344c-0.172 0.141-0.406 0.234-0.609 0.234-0.297 0-0.562-0.141-0.641-0.516h1.578v-0.187c0-0.656-0.406-1.109-1-1.109zM20.594 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.469v2.109h0.469v-1.188c0-0.344 0.141-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.109-0.047-0.234-0.063-0.328-0.063zM21.063 22.828c0 0.641 0.438 1.109 1.125 1.109 0.313 0 0.531-0.063 0.75-0.25l-0.219-0.375c-0.172 0.125-0.344 0.203-0.547 0.187-0.375 0-0.641-0.266-0.641-0.672s0.266-0.672 0.641-0.672c0.203 0 0.375 0.063 0.547 0.187l0.219-0.375c-0.219-0.172-0.438-0.25-0.75-0.25-0.688 0-1.125 0.469-1.125 1.109zM24.891 23.891h0.469v-2.109h-0.469v0.25c-0.141-0.187-0.359-0.313-0.656-0.313-0.594 0-1.062 0.469-1.062 1.109s0.469 1.109 1.062 1.109c0.297 0 0.516-0.109 0.656-0.313v0.266zM26.969 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.453v2.109h0.453v-1.188c0-0.344 0.156-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.094-0.047-0.234-0.063-0.328-0.063zM29.156 23.891h0.453v-2.969h-0.453v1.109c-0.141-0.187-0.359-0.313-0.672-0.313-0.578 0-1.047 0.469-1.047 1.109s0.469 1.109 1.047 1.109c0.313 0 0.531-0.109 0.672-0.313v0.266zM30.375 23.578c-0.016 0-0.047 0.016-0.078 0.016-0.031 0.016-0.047 0.031-0.063 0.047-0.031 0.016-0.047 0.047-0.047 0.063-0.016 0.031-0.016 0.063-0.016 0.094 0 0.016 0 0.047 0.016 0.078 0 0.016 0.016 0.047 0.047 0.063 0.016 0.016 0.031 0.031 0.063 0.047s0.063 0.016 0.078 0.016c0.031 0 0.063 0 0.094-0.016 0.016-0.016 0.047-0.031 0.063-0.047s0.031-0.047 0.047-0.063c0.016-0.031 0.016-0.063 0.016-0.078 0-0.031 0-0.063-0.016-0.094-0.016-0.016-0.031-0.047-0.047-0.063s-0.047-0.031-0.063-0.047c-0.031 0-0.063-0.016-0.094-0.016zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-discover\" viewBox=\"0 0 36 28\">\n<title>cc-discover</title>\n<path d=\"M4.891 12.141c0 0.5-0.203 0.984-0.562 1.313-0.313 0.281-0.734 0.406-1.391 0.406h-0.266v-3.437h0.266c0.656 0 1.062 0.109 1.391 0.422 0.359 0.313 0.562 0.797 0.562 1.297zM32.641 11.125c0 0.531-0.344 0.812-1 0.812h-0.297v-1.578h0.313c0.641 0 0.984 0.266 0.984 0.766zM5.938 12.141c0-1.531-1.141-2.609-2.797-2.609h-1.484v5.203h1.484c0.781 0 1.359-0.172 1.859-0.594 0.594-0.5 0.938-1.234 0.938-2zM6.406 14.734h1.016v-5.203h-1.016v5.203zM11.406 13.156c0-0.828-0.344-1.203-1.5-1.625-0.609-0.219-0.781-0.375-0.781-0.656 0-0.328 0.313-0.578 0.75-0.578 0.313 0 0.562 0.125 0.828 0.422l0.531-0.688c-0.438-0.391-0.969-0.578-1.531-0.578-0.922 0-1.625 0.641-1.625 1.484 0 0.719 0.328 1.094 1.281 1.437 0.391 0.141 0.594 0.219 0.703 0.297 0.203 0.125 0.297 0.313 0.297 0.531 0 0.422-0.328 0.734-0.781 0.734-0.484 0-0.875-0.234-1.109-0.688l-0.656 0.625c0.469 0.688 1.031 1 1.797 1 1.062 0 1.797-0.703 1.797-1.719zM15.75 14.562v-1.203c-0.406 0.406-0.766 0.578-1.219 0.578-1.031 0-1.75-0.75-1.75-1.797 0-1 0.75-1.797 1.703-1.797 0.484 0 0.844 0.172 1.266 0.594v-1.203c-0.438-0.219-0.812-0.313-1.25-0.313-1.531 0-2.766 1.203-2.766 2.719 0 1.531 1.203 2.719 2.75 2.719 0.438 0 0.812-0.078 1.266-0.297zM35 24v-8.234c-2.5 1.563-11.297 6.563-25.516 9.234h24.516c0.547 0 1-0.453 1-1zM21.703 12.172c0-1.563-1.266-2.828-2.828-2.828s-2.828 1.266-2.828 2.828 1.266 2.828 2.828 2.828 2.828-1.266 2.828-2.828zM24.078 14.875l2.25-5.344h-1.109l-1.406 3.5-1.391-3.5h-1.109l2.219 5.344h0.547zM26.781 14.734h2.875v-0.875h-1.859v-1.406h1.797v-0.875h-1.797v-1.156h1.859v-0.891h-2.875v5.203zM32.891 14.734h1.25l-1.641-2.188c0.766-0.156 1.188-0.672 1.188-1.469 0-0.984-0.672-1.547-1.844-1.547h-1.516v5.203h1.016v-2.078h0.141zM36 4.094v19.812c0 1.156-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.938-2.063-2.094v-19.812c0-1.156 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.938 2.063 2.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-amex\" viewBox=\"0 0 36 28\">\n<title>cc-amex</title>\n<path d=\"M1.859 10.656h1.391l-0.703-1.687zM11.562 18.875l1.156-1.234-1.094-1.234h-2.547v0.766h2.219v0.859h-2.219v0.844h2.484zM14.031 17.656l1.547 1.719v-3.391zM18.531 16.922c0-0.375-0.281-0.516-0.625-0.516h-1.313v1.078h1.297c0.359 0 0.641-0.172 0.641-0.562zM23.047 16.859c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.953h1.266c0.344 0 0.672-0.078 0.672-0.5zM18.703 9.578c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.938h1.266c0.344 0 0.672-0.078 0.672-0.484zM25.875 10.656h1.391l-0.688-1.687zM10.922 8.234v4.234h-1.031v-3.313l-1.469 3.313h-0.891l-1.469-3.313v3.313h-2.063l-0.391-0.938h-2.109l-0.391 0.938h-1.094l1.813-4.234h1.5l1.719 4.016v-4.016h1.656l1.328 2.875 1.203-2.875h1.687zM19.609 16.922c0 1.703-1.859 1.422-3.016 1.422v1.422h-1.969l-1.25-1.406-1.297 1.406h-4v-4.234h4.062l1.25 1.391 1.281-1.391h3.234c0.953 0 1.703 0.328 1.703 1.391zM15.062 11.594v0.875h-3.391v-4.234h3.391v0.891h-2.375v0.766h2.312v0.859h-2.312v0.844h2.375zM36 20.328v3.578c0 1.141-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.953-2.063-2.094v-10.594h1.734l0.391-0.953h0.859l0.391 0.953h3.406v-0.719l0.297 0.719h1.766l0.313-0.734v0.734h8.453v-1.547l0.156-0.016c0.141 0 0.156 0.109 0.156 0.219v1.344h4.359v-0.359c1.016 0.531 2.406 0.359 3.469 0.359l0.391-0.953h0.875l0.391 0.953h3.547v-0.906l0.531 0.906h2.844v-5.906h-2.812v0.688l-0.391-0.688h-2.891v0.688l-0.359-0.688h-3.891c-0.578 0-1.188 0.063-1.703 0.344v-0.344h-2.688v0.344c-0.313-0.281-0.734-0.344-1.141-0.344h-9.812l-0.672 1.516-0.672-1.516h-3.094v0.688l-0.344-0.688h-2.641l-1.219 2.797v-6.109c0-1.141 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.953 2.063 2.094v10.594h-1.875c-0.438 0-0.906 0.078-1.266 0.344v-0.344h-2.766c-0.391 0-0.922 0.063-1.219 0.344v-0.344h-4.937v0.344c-0.375-0.266-0.922-0.344-1.359-0.344h-3.266v0.344c-0.328-0.313-1-0.344-1.422-0.344h-3.656l-0.844 0.906-0.781-0.906h-5.453v5.906h5.359l0.859-0.922 0.812 0.922h3.297v-1.391h0.328c0.469 0 0.953-0.016 1.406-0.203v1.594h2.719v-1.547h0.125c0.156 0 0.187 0.016 0.187 0.187v1.359h8.266c0.453 0 1.016-0.094 1.375-0.375v0.375h2.625c0.5 0 1.031-0.047 1.484-0.266zM24.156 16.672c0 0.469-0.25 0.938-0.719 1.125 0.562 0.203 0.672 0.578 0.672 1.125v0.844h-1.016v-0.703c0-0.719-0.234-0.844-0.906-0.844h-1.078v1.547h-1.016v-4.234h2.406c0.797 0 1.656 0.141 1.656 1.141zM19.828 9.375c0 0.484-0.266 0.953-0.719 1.141 0.578 0.203 0.672 0.562 0.672 1.125v0.828h-1.016c-0.016-0.906 0.219-1.531-0.906-1.531h-1.094v1.531h-1v-4.234l2.391 0.016c0.812 0 1.672 0.125 1.672 1.125zM28.094 18.891v0.875h-3.375v-4.234h3.375v0.875h-2.359v0.766h2.312v0.859h-2.312v0.844zM21.438 8.234v4.234h-1.031v-4.234h1.031zM32.266 18.422c0 1-0.688 1.344-1.594 1.344h-1.969v-0.906h1.969c0.25 0 0.531-0.063 0.531-0.391 0-0.906-2.609 0.344-2.609-1.672 0-0.859 0.656-1.266 1.437-1.266h2.031v0.891h-1.859c-0.266 0-0.562 0.047-0.562 0.391 0 0.922 2.625-0.422 2.625 1.609zM36 17.641v1.578c-0.297 0.438-0.875 0.547-1.375 0.547h-1.953v-0.906h1.953c0.25 0 0.516-0.078 0.516-0.391 0-0.891-2.609 0.344-2.609-1.672 0-0.859 0.672-1.266 1.453-1.266h2.016v0.891h-1.844c-0.281 0-0.562 0.047-0.562 0.391 0 0.75 1.766-0.016 2.406 0.828zM33.422 8.25v4.219h-1.437l-1.906-3.172v3.172h-2.063l-0.406-0.938h-2.094l-0.391 0.938h-1.172c-1.391 0-2.016-0.719-2.016-2.078 0-1.422 0.641-2.156 2.078-2.156h0.984v0.922c-1.062-0.016-2.031-0.25-2.031 1.203 0 0.719 0.172 1.219 0.984 1.219h0.453l1.437-3.328h1.516l1.703 4v-4h1.547l1.781 2.938v-2.938h1.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-paypal\" viewBox=\"0 0 36 28\">\n<title>cc-paypal</title>\n<path d=\"M11.641 14.156c0 0.766-0.609 1.344-1.375 1.344-0.578 0-1-0.328-1-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM23.906 11.828c0 0.938-0.562 1.125-1.375 1.125l-0.5 0.016 0.266-1.672c0.016-0.109 0.094-0.172 0.203-0.172h0.281c0.531 0 1.125 0.031 1.125 0.703zM29.391 14.156c0 0.766-0.609 1.344-1.359 1.344-0.578 0-1.016-0.328-1.016-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM8.016 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.5c-0.156 0-0.313 0.125-0.328 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.188c0.172 0 0.328-0.125 0.344-0.297l0.281-1.719c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM12.844 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.359-0.531-0.891-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.562 0 1.266-0.25 1.656-0.688-0.031 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM19.828 12.25c0-0.109-0.094-0.219-0.203-0.219h-1.203c-0.109 0-0.219 0.063-0.281 0.156l-1.656 2.438-0.688-2.344c-0.047-0.141-0.187-0.25-0.344-0.25h-1.172c-0.109 0-0.203 0.109-0.203 0.219 0 0.078 1.219 3.609 1.328 3.938-0.172 0.234-1.281 1.687-1.281 1.875 0 0.109 0.094 0.203 0.203 0.203h1.203c0.109 0 0.219-0.063 0.281-0.156l3.984-5.75c0.031-0.031 0.031-0.063 0.031-0.109zM25.766 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.484c-0.172 0-0.328 0.125-0.344 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.281c0.125 0 0.219-0.094 0.25-0.203l0.281-1.813c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM30.594 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.344-0.531-0.875-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.578 0 1.281-0.25 1.656-0.688-0.016 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM34 9.969v-0.016c0-0.125-0.094-0.219-0.203-0.219h-1.156c-0.094 0-0.187 0.078-0.203 0.172l-1.016 6.5-0.016 0.031c0 0.109 0.094 0.219 0.219 0.219h1.031c0.156 0 0.313-0.125 0.328-0.297zM6.125 12.063c-0.125 0.797-0.656 0.891-1.344 0.891l-0.516 0.016 0.266-1.672c0.016-0.109 0.109-0.172 0.203-0.172h0.297c0.703 0 1.234 0.094 1.094 0.938zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-stripe\" viewBox=\"0 0 36 28\">\n<title>cc-stripe</title>\n<path d=\"M24.953 14.109c0 0.719-0.109 1.266-0.328 1.656-0.187 0.344-0.484 0.547-0.812 0.547-0.234 0-0.453-0.047-0.641-0.141v-3.5c0.406-0.422 0.766-0.469 0.891-0.469 0.594 0 0.891 0.656 0.891 1.906zM31.797 13.547h-1.719c0.063-1.047 0.344-1.531 0.875-1.531s0.812 0.5 0.844 1.531zM7.438 15.656c0-1.313-0.797-1.859-2.094-2.328v0c-0.688-0.25-1.062-0.453-1.062-0.766 0-0.266 0.219-0.406 0.594-0.406 0.719 0 1.437 0.266 1.937 0.516l0.281-1.75c-0.391-0.187-1.203-0.5-2.328-0.5-0.797 0-1.453 0.203-1.922 0.594-0.5 0.406-0.75 1-0.75 1.703 0 1.281 0.781 1.844 2.063 2.297 0.812 0.297 1.094 0.5 1.094 0.828 0 0.313-0.266 0.484-0.75 0.484-0.594 0-1.578-0.297-2.219-0.672l-0.281 1.766c0.547 0.313 1.563 0.641 2.625 0.641 0.844 0 1.531-0.203 2.016-0.578 0.531-0.422 0.797-1.031 0.797-1.828zM12.047 12.297l0.297-1.734h-1.5v-2.109l-2.016 0.328-0.281 1.781-0.719 0.125-0.266 1.609h0.969v3.422c0 0.891 0.234 1.5 0.688 1.875 0.391 0.313 0.953 0.469 1.734 0.469 0.609 0 0.969-0.109 1.234-0.172v-1.844c-0.141 0.031-0.469 0.109-0.688 0.109-0.453 0-0.656-0.25-0.656-0.781v-3.078h1.203zM16.984 12.688v-2.172c-0.156-0.031-0.297-0.047-0.438-0.047-0.656 0-1.188 0.344-1.391 0.969l-0.156-0.875h-2.047v7.359h2.344v-4.781c0.297-0.359 0.719-0.484 1.281-0.484 0.125 0 0.25 0 0.406 0.031zM17.563 17.922h2.344v-7.359h-2.344v7.359zM27.281 14.031c0-1.25-0.234-2.203-0.703-2.797-0.422-0.547-1-0.812-1.734-0.812-0.672 0-1.266 0.281-1.828 0.875l-0.125-0.734h-2.063v10.078l2.344-0.391v-2.359c0.359 0.109 0.734 0.172 1.062 0.172 0.578 0 1.437-0.156 2.094-0.875 0.641-0.688 0.953-1.75 0.953-3.156zM19.969 8.594c0-0.688-0.547-1.234-1.234-1.234s-1.234 0.547-1.234 1.234 0.547 1.25 1.234 1.25 1.234-0.562 1.234-1.25zM34 14.172c0-1.172-0.25-2.094-0.75-2.75-0.516-0.656-1.281-1-2.25-1-2 0-3.234 1.469-3.234 3.844 0 1.313 0.328 2.312 0.984 2.938 0.578 0.578 1.422 0.859 2.516 0.859 1 0 1.922-0.234 2.5-0.625l-0.25-1.609c-0.578 0.313-1.25 0.484-2 0.484-0.453 0-0.766-0.094-0.984-0.297-0.25-0.203-0.391-0.547-0.438-1.031h3.875c0.016-0.109 0.031-0.641 0.031-0.812zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash\" viewBox=\"0 0 32 28\">\n<title>bell-slash</title>\n<path d=\"M24.344 13.312c0.797 4.656 2.844 7.156 4.656 8.687 0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984zM16 26.75c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25c-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75zM31.656 1.75c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash-o\" viewBox=\"0 0 32 28\">\n<title>bell-slash-o</title>\n<path d=\"M16.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM7.859 19.078l13.703-11.875c-0.781-1.641-2.594-3.203-5.563-3.203-4.094 0-6 2.984-6 5 0 4-0.703 7.344-2.141 10.078zM29 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984l2.328-2.016h11.828c-1.734-1.953-2.906-4.328-3.547-7.172l1.734-1.516c0.797 4.656 2.844 7.156 4.656 8.687zM30.344 0.25l1.313 1.5c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash\" viewBox=\"0 0 22 28\">\n<title>trash</title>\n<path d=\"M8 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM12 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copyright\" viewBox=\"0 0 24 28\">\n<title>copyright</title>\n<path d=\"M17.969 16.781v1.703c0 2.203-3.516 3.016-5.719 3.016-4.281 0-7.5-3.266-7.5-7.578 0-4.234 3.187-7.422 7.422-7.422 1.547 0 5.594 0.547 5.594 3.031v1.703c0 0.141-0.109 0.25-0.25 0.25h-1.844c-0.141 0-0.25-0.109-0.25-0.25v-1.094c0-0.984-1.891-1.437-3.172-1.437-2.922 0-4.953 2.109-4.953 5.141 0 3.141 2.125 5.437 5.078 5.437 1.125 0 3.25-0.422 3.25-1.406v-1.094c0-0.141 0.109-0.25 0.234-0.25h1.859c0.125 0 0.25 0.109 0.25 0.25zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-at\" viewBox=\"0 0 24 28\">\n<title>at</title>\n<path d=\"M15.188 12.109c0-2.25-1.172-3.594-3.141-3.594-2.594 0-5.375 2.578-5.375 6.75 0 2.328 1.156 3.656 3.187 3.656 3.141 0 5.328-3.594 5.328-6.813zM24 14c0 4.859-3.469 6.687-6.438 6.781-0.203 0-0.281 0.016-0.5 0.016-0.969 0-1.734-0.281-2.219-0.828-0.297-0.344-0.469-0.781-0.516-1.297-0.969 1.219-2.656 2.406-4.766 2.406-3.359 0-5.281-2.078-5.281-5.703 0-4.984 3.453-9.031 7.672-9.031 1.828 0 3.297 0.781 4.078 2.109l0.031-0.297 0.172-0.875c0.016-0.125 0.125-0.281 0.234-0.281h1.844c0.078 0 0.156 0.109 0.203 0.172 0.047 0.047 0.063 0.172 0.047 0.25l-1.875 9.594c-0.063 0.297-0.078 0.531-0.078 0.75 0 0.844 0.25 1.016 0.891 1.016 1.062-0.031 4.5-0.469 4.5-4.781 0-6.078-3.922-10-10-10-5.516 0-10 4.484-10 10s4.484 10 10 10c2.297 0 4.547-0.797 6.328-2.25 0.219-0.187 0.531-0.156 0.703 0.063l0.641 0.766c0.078 0.109 0.125 0.234 0.109 0.375-0.016 0.125-0.078 0.25-0.187 0.344-2.125 1.734-4.828 2.703-7.594 2.703-6.609 0-12-5.391-12-12s5.391-12 12-12c7.172 0 12 4.828 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eyedropper\" viewBox=\"0 0 29 28\">\n<title>eyedropper</title>\n<path d=\"M26.531 1.469c1.953 1.953 1.969 5.125 0 7.063l-3.516 3.484 1.625 1.625c0.203 0.203 0.203 0.516 0 0.719l-3.281 3.281c-0.203 0.203-0.516 0.203-0.719 0l-1.641-1.641-9.422 9.422c-0.375 0.375-0.875 0.578-1.406 0.578h-3.172l-4 2-1-1 2-4v-3.172c0-0.531 0.203-1.031 0.578-1.406l9.422-9.422-1.641-1.641c-0.203-0.203-0.203-0.516 0-0.719l3.281-3.281c0.203-0.203 0.516-0.203 0.719 0l1.625 1.625 3.484-3.516c1.937-1.969 5.109-1.953 7.063 0zM8 23l9-9-3-3-9 9v3h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paint-brush\" viewBox=\"0 0 28 28\">\n<title>paint-brush</title>\n<path d=\"M25.234 0c1.422 0 2.734 1.062 2.734 2.547 0 0.828-0.328 1.625-0.703 2.359-1.219 2.312-5.313 9.953-7.266 11.75-0.953 0.891-2.078 1.422-3.406 1.422-2.641 0-4.797-2.25-4.797-4.875 0-1.25 0.516-2.469 1.437-3.313l9.969-9.047c0.547-0.5 1.266-0.844 2.031-0.844zM11.031 16.156c0.812 1.578 2.297 2.766 4.016 3.219l0.016 1.109c0.094 4.453-3 7.516-7.469 7.516-5.297 0-7.594-4.219-7.594-9.016 0.578 0.391 2.594 2 3.25 2 0.391 0 0.719-0.219 0.859-0.578 1.328-3.469 3.406-4.094 6.922-4.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-birthday-cake\" viewBox=\"0 0 28 28\">\n<title>birthday-cake</title>\n<path d=\"M28 22v6h-28v-6c1.531 0 2.344-0.688 2.984-1.234 0.531-0.469 0.891-0.766 1.687-0.766s1.141 0.297 1.687 0.766c0.641 0.547 1.437 1.234 2.984 1.234 1.531 0 2.328-0.688 2.984-1.234 0.531-0.469 0.875-0.766 1.672-0.766s1.156 0.297 1.687 0.766c0.641 0.547 1.453 1.234 2.984 1.234s2.344-0.688 2.984-1.234c0.531-0.469 0.891-0.766 1.687-0.766 0.781 0 1.141 0.297 1.672 0.766 0.641 0.547 1.453 1.234 2.984 1.234zM28 17v3c-0.797 0-1.141-0.297-1.687-0.766-0.641-0.547-1.437-1.234-2.969-1.234-1.547 0-2.344 0.688-2.984 1.234-0.547 0.469-0.891 0.766-1.687 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.437-1.234-2.984-1.234-1.531 0-2.328 0.688-2.984 1.234-0.531 0.469-0.875 0.766-1.672 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.453-1.234-2.984-1.234-1.547 0-2.344 0.688-2.984 1.234-0.531 0.469-0.891 0.766-1.687 0.766v-3c0-1.656 1.344-3 3-3h1v-7h4v7h4v-7h4v7h4v-7h4v7h1c1.656 0 3 1.344 3 3zM8 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM16 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM24 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-area-chart\" viewBox=\"0 0 32 28\">\n<title>area-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM26 8l4 14h-26v-9l7-9 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pie-chart\" viewBox=\"0 0 27 28\">\n<title>pie-chart</title>\n<path d=\"M12 13.906l8.531 8.531c-2.172 2.203-5.203 3.563-8.531 3.563-6.625 0-12-5.375-12-12s5.375-12 12-12v11.906zM14.922 14h12.078c0 3.328-1.359 6.359-3.563 8.531zM26 12h-12v-12c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-line-chart\" viewBox=\"0 0 32 28\">\n<title>line-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM30 4.5v6.797c0 0.438-0.531 0.672-0.859 0.344l-1.891-1.891-9.891 9.891c-0.203 0.203-0.516 0.203-0.719 0l-3.641-3.641-6.5 6.5-3-3 9.141-9.141c0.203-0.203 0.516-0.203 0.719 0l3.641 3.641 7.25-7.25-1.891-1.891c-0.328-0.328-0.094-0.859 0.344-0.859h6.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm\" viewBox=\"0 0 28 28\">\n<title>lastfm</title>\n<path d=\"M20.188 11c0 0.094 0.125 0.531 0.156 0.641 0.422 1.281 1.406 1.547 2.578 1.875 2.609 0.734 5.078 2.125 5.078 5.187 0 3.109-2.594 5.297-5.625 5.297-5.031 0-6.594-6.156-8.047-9.906-1.203-3.094-2.469-4.906-5.953-4.906-3.094 0-5.812 2.969-5.812 6.016 0 3.234 2.422 6.234 5.781 6.234 1.484 0 3.031-0.313 4.031-1.484v0c0.484-0.547 0.953-1.141 1.297-1.813l1.313 2.375c-0.172 0.391-0.422 0.766-0.688 1.094l0.016 0.016c-1.578 1.828-3.734 2.375-6.062 2.375-4.719 0-8.25-4.172-8.25-8.766 0-4.453 3.875-8.594 8.375-8.594 7.469 0 7.844 6.469 10.375 11.672 0.688 1.437 1.859 3.125 3.641 3.125 1.625 0 3.063-1.047 3.063-2.766 0-3.719-6.828-1.188-7.797-7.297-0.031-0.172-0.047-0.344-0.047-0.516 0-2.312 2.172-4.297 4.469-4.219 1.375 0.047 2.203 0.094 3.297 1.062h-0.016c0.422 0.391 0.734 0.922 1.062 1.375l-2.016 1.547c-0.234-0.438-0.453-0.797-0.844-1.094v-0.016c-0.375-0.344-1.047-0.328-1.516-0.328-1.016 0-1.859 0.766-1.859 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm-square\" viewBox=\"0 0 24 28\">\n<title>lastfm-square</title>\n<path d=\"M22.375 16.438c0-2.203-1.781-3.203-3.656-3.734-0.859-0.234-1.563-0.438-1.875-1.375-0.016-0.078-0.094-0.375-0.094-0.438 0-0.75 0.594-1.297 1.328-1.297 0.344 0 0.828-0.016 1.109 0.234h-0.016c0.297 0.219 0.438 0.469 0.609 0.797l1.453-1.109c-0.234-0.328-0.469-0.719-0.766-1v0c-0.734-0.656-1.422-0.766-2.391-0.766-1.641 0-3.187 1.344-3.187 3.047 0 0.125 0.016 0.234 0.031 0.359 0.344 2.125 1.422 2.781 3.328 3.328 0.938 0.266 2.266 0.688 2.281 1.844v0.078c0.016 1.25-1.031 2-2.203 2-1.281 0-2.109-1.219-2.609-2.25-1.813-3.734-2.094-8.406-7.469-8.406-3.234 0-6.141 2.984-6.031 6.188v0.016c0.109 3.344 2.406 6.297 5.938 6.297 1.672 0 3.234-0.391 4.359-1.719v0c0.187-0.25 0.359-0.516 0.484-0.797l-0.938-1.703c-0.875 1.656-1.953 2.375-3.828 2.375-2.469 0-4.172-2.188-4.172-4.547 0-2.172 2-4.266 4.188-4.266 2.5 0 3.406 1.297 4.281 3.531 1.047 2.688 2.172 7.125 5.797 7.125 2.172 0 4.047-1.578 4.047-3.813zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-off\" viewBox=\"0 0 32 28\">\n<title>toggle-off</title>\n<path d=\"M18 14c0-4.406-3.594-8-8-8s-8 3.594-8 8 3.594 8 8 8 8-3.594 8-8zM30 14c0-4.406-3.594-8-8-8h-6.031c2.438 1.828 4.031 4.734 4.031 8s-1.594 6.172-4.031 8h6.031c4.406 0 8-3.594 8-8zM32 14c0 5.516-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10s4.484-10 10-10h12c5.516 0 10 4.484 10 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-on\" viewBox=\"0 0 32 28\">\n<title>toggle-on</title>\n<path d=\"M0 14c0-5.516 4.484-10 10-10h12c5.516 0 10 4.484 10 10s-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10zM22 22c4.406 0 8-3.594 8-8s-3.594-8-8-8-8 3.594-8 8 3.594 8 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bicycle\" viewBox=\"0 0 36 28\">\n<title>bicycle</title>\n<path d=\"M11.906 18h-4.906c-0.828 0-1.297-0.938-0.797-1.594l2.938-3.922c-0.656-0.313-1.375-0.484-2.141-0.484-2.75 0-5 2.25-5 5s2.25 5 5 5c2.422 0 4.438-1.719 4.906-4zM9 16h2.906c-0.187-0.875-0.594-1.672-1.172-2.312zM16.5 16l4.5-6h-7.5l-1.547 2.063c1.047 1.031 1.75 2.406 1.969 3.938h2.578zM34 17c0-2.75-2.25-5-5-5-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5s5-2.25 5-5zM36 17c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-2.063 0.906-3.922 2.328-5.203l-1.016-1.531-5.516 7.328c-0.187 0.266-0.484 0.406-0.797 0.406h-3.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c1.219 0 2.359 0.313 3.359 0.859l2.141-2.859h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h6v2h6.797l-1.328-2h-3.469c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c0.328 0 0.641 0.172 0.828 0.438l4.172 6.25c0.906-0.438 1.922-0.688 3-0.688 3.859 0 7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bus\" viewBox=\"0 0 24 28\">\n<title>bus</title>\n<path d=\"M6 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM21.281 12.812l-1.125-6c-0.094-0.469-0.5-0.812-0.984-0.812h-14.344c-0.484 0-0.891 0.344-0.984 0.812l-1.125 6c-0.109 0.625 0.359 1.188 0.984 1.188h16.594c0.625 0 1.094-0.562 0.984-1.188zM17.75 3.25c0-0.422-0.328-0.75-0.75-0.75h-10c-0.406 0-0.75 0.328-0.75 0.75s0.344 0.75 0.75 0.75h10c0.422 0 0.75-0.328 0.75-0.75zM24 14.578v9.422h-2v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-12v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-2v-9.422c0-1.281 0.109-2.234 0.391-3.484l1.609-7.094c0.297-2.5 4.672-4 10-4s9.703 1.5 10 4l1.641 7.094c0.281 1.25 0.359 2.203 0.359 3.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ioxhost\" viewBox=\"0 0 32 28\">\n<title>ioxhost</title>\n<path d=\"M22.859 13c0 0.734-0.594 1.344-1.344 1.344h-10.969c-0.75 0-1.344-0.609-1.344-1.344s0.594-1.344 1.344-1.344h10.969c0.75 0 1.344 0.609 1.344 1.344zM26.203 13c0-0.922-0.125-1.797-0.359-2.656h-15.344c-0.75 0-1.344-0.594-1.344-1.328 0-0.75 0.594-1.344 1.344-1.344h14.187c-1.797-2.922-5.016-4.859-8.672-4.859-5.625 0-10.203 4.562-10.203 10.187 0 0.922 0.125 1.797 0.359 2.656h15.344c0.75 0 1.344 0.594 1.344 1.328 0 0.75-0.594 1.344-1.344 1.344h-14.187c1.797 2.922 5.016 4.859 8.687 4.859 5.609 0 10.187-4.562 10.187-10.187zM32 9.016c0 0.734-0.594 1.328-1.344 1.328h-2.047c0.172 0.859 0.266 1.75 0.266 2.656 0 7.094-5.766 12.875-12.859 12.875-5.203 0-9.688-3.094-11.719-7.547h-2.953c-0.75 0-1.344-0.594-1.344-1.344 0-0.734 0.594-1.328 1.344-1.328h2.063c-0.172-0.859-0.266-1.75-0.266-2.656 0-7.094 5.766-12.875 12.875-12.875 5.187 0 9.672 3.094 11.703 7.547h2.938c0.75 0 1.344 0.594 1.344 1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angellist\" viewBox=\"0 0 20 28\">\n<title>angellist</title>\n<path d=\"M14.891 5.906l-1.781 5.125 1.828 0.328c0.469-1.281 2.578-7.047 2.578-8.094 0-0.391-0.125-0.875-0.594-0.875-0.875 0-1.813 2.844-2.031 3.516zM10.219 16.641c0.172 0.453 0.359 0.906 0.516 1.375 0.344-0.391 0.703-0.75 1.109-1.047-0.547-0.109-1.094-0.156-1.625-0.328zM5.656 2.641c0 1.594 1.891 6.563 2.484 8.141 0.219-0.125 0.5-0.156 0.766-0.156 0.375 0 0.797 0.047 1.172 0.078l-1.891-5.484c-0.203-0.594-1.109-3.437-1.922-3.437-0.422 0-0.609 0.5-0.609 0.859zM4.422 14.5c0 1.141 3.063 5.344 4.203 5.344 0.313 0 0.578-0.344 0.578-0.625 0-0.359-0.359-1.25-0.5-1.594-0.406-1.047-1.891-4.281-3.172-4.281-0.422 0-1.109 0.734-1.109 1.156zM1.953 19.734c0 0.562 0.187 1.109 0.391 1.625 1.234 3.047 4.016 4.828 7.266 4.828 2.375 0 4.375-0.906 5.969-2.656 1.687-1.875 2.375-4.188 2.375-6.672 0-0.875 0.016-2.266-0.672-2.891-1.312-1.156-5.766-1.594-7.531-1.594-0.219 0-0.594 0.016-0.766 0.172-0.187 0.078-0.187 0.375-0.187 0.547 0 2.391 5.047 2.172 6.563 2.172 0.297 0 0.438 0.078 0.625 0.297 0.203 0.25 0.266 0.547 0.297 0.859-0.406 0.406-0.969 0.641-1.5 0.844-0.516 0.187-1.016 0.391-1.453 0.719-1.203 0.875-2.391 2.375-2.391 3.922 0 0.969 0.578 1.797 0.578 2.75 0 0.016-0.109 0.359-0.109 0.406-1.781-0.125-2.219-1.891-2.281-3.375-0.187 0.047-0.438 0.031-0.641 0.031 0.031 0.109 0.031 0.219 0.031 0.328 0 1.141-1.016 1.969-2.109 1.969-1.687 0-3.922-1.984-3.922-3.703 0-0.469 0.203-0.734 0.516-1.047 0.313 0.391 0.641 0.781 0.938 1.188 0.453 0.609 1.234 1.625 2.078 1.625 0.219 0 0.641-0.187 0.641-0.453 0-0.703-2.562-4-3.187-4-0.984 0-1.516 1.297-1.516 2.109zM0.172 19.875c0-2.031 0.781-3.375 2.797-3.922-0.172-0.453-0.438-1.141-0.438-1.625 0-1.281 1.578-2.875 2.859-2.875 0.375 0 0.75 0.109 1.094 0.234-0.656-1.859-2.547-7.094-2.547-8.859 0-1.578 0.797-2.828 2.5-2.828 2.187 0 4.672 7.875 5.203 9.438 0.688-1.719 2.844-8.922 5.281-8.922 1.531 0 2.391 1.219 2.391 2.672 0 1.656-1.844 6.813-2.484 8.594 2.625 0.641 3 2.766 3 5.125 0 6.25-3.984 11.094-10.437 11.094-1.188 0-2.359-0.234-3.484-0.656-2.969-1.125-5.734-4.172-5.734-7.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc\" viewBox=\"0 0 32 28\">\n<title>cc</title>\n<path d=\"M12.266 15.75h3.234c-0.297 3.297-2.188 5.297-4.891 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.172c-0.109-1.328-0.766-2.094-1.828-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.313 3.484 2.016 3.484 1.078 0 1.578-0.938 1.703-2.172zM23.391 15.75h3.219c-0.297 3.297-2.172 5.297-4.875 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.187c-0.094-1.328-0.766-2.094-1.813-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.297 3.484 2 3.484 1.078 0 1.594-0.938 1.719-2.172zM29 13.891c0-4.188-0.219-6-1.188-7.313-0.203-0.266-0.531-0.438-0.797-0.625-0.984-0.719-5.563-0.984-10.891-0.984s-10.125 0.266-11.094 0.984c-0.281 0.203-0.625 0.359-0.828 0.625-0.969 1.297-1.172 3.125-1.172 7.313 0 4.203 0.219 6.016 1.172 7.313 0.219 0.297 0.547 0.422 0.828 0.641 0.969 0.719 5.766 1.016 11.094 1.016s9.906-0.281 10.891-1.016c0.266-0.203 0.609-0.328 0.797-0.641 0.984-1.281 1.188-3.109 1.188-7.313zM32 2v24h-32v-24h32z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ils\" viewBox=\"0 0 22 28\">\n<title>ils</title>\n<path d=\"M15.5 9.75v7.75c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-7.75c0-2.344-1.906-4.25-4.25-4.25h-4.25v18c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-21c0-0.281 0.219-0.5 0.5-0.5h7.25c4.281 0 7.75 3.469 7.75 7.75zM21.5 2.5v13.75c0 4.281-3.469 7.75-7.75 7.75h-7.25c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v12h4.25c2.344 0 4.25-1.906 4.25-4.25v-13.75c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meanpath\" viewBox=\"0 0 24 28\">\n<title>meanpath</title>\n<path d=\"M20.484 13.156v1.781c0 0.5-0.297 0.812-0.797 0.812h-3.156c-0.5 0-0.812-0.313-0.812-0.812v-1.781c0-0.5 0.313-0.812 0.812-0.812h3.156c0.5 0 0.797 0.313 0.797 0.812zM12.828 16.75v-3.906c0-1.109-0.734-1.844-1.844-1.844h-2.078c-0.703 0-1.219 0.297-1.5 0.812-0.281-0.516-0.797-0.812-1.5-0.812h-2.031c-1.094 0-1.844 0.734-1.844 1.844v3.906c0 0.234 0.109 0.344 0.328 0.344h0.859c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.297-0.812 0.812-0.812h1.469c0.5 0 0.812 0.313 0.812 0.812v3.594c0 0.234 0.094 0.344 0.328 0.344h0.844c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.313-0.812 0.812-0.812h1.516c0.5 0 0.797 0.313 0.797 0.812v3.594c0 0.234 0.109 0.344 0.344 0.344h0.859c0.219 0 0.328-0.109 0.328-0.344zM22.031 15.25v-2.406c0-1.109-0.75-1.844-1.859-1.844h-4.125c-1.109 0-1.859 0.734-1.859 1.844v6.406c0 0.234 0.125 0.328 0.344 0.328h0.859c0.234 0 0.328-0.094 0.328-0.328v-2.812c0.297 0.406 0.766 0.656 1.469 0.656h2.984c1.109 0 1.859-0.75 1.859-1.844zM24 5.625v16.75c0 2-1.625 3.625-3.625 3.625h-16.75c-2 0-3.625-1.625-3.625-3.625v-16.75c0-2 1.625-3.625 3.625-3.625h16.75c2 0 3.625 1.625 3.625 3.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-buysellads\" viewBox=\"0 0 24 28\">\n<title>buysellads</title>\n<path d=\"M14.297 16.969h-4.594l2.297-8.609zM15.641 22h4.859l-5.063-16h-6.875l-5.063 16h4.859l5.984-4.906zM24 6.5v15c0 2.469-2.031 4.5-4.5 4.5h-15c-2.469 0-4.5-2.031-4.5-4.5v-15c0-2.469 2.031-4.5 4.5-4.5h15c2.469 0 4.5 2.031 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-connectdevelop\" viewBox=\"0 0 32 28\">\n<title>connectdevelop</title>\n<path d=\"M32 13.984c0 0.438-0.313 0.797-0.719 0.875l-3.203 5.563c0.031 0.094 0.047 0.187 0.047 0.281 0 0.422-0.297 0.781-0.703 0.859l-3.016 5.266c0.031 0.078 0.047 0.156 0.047 0.25 0 0.484-0.391 0.891-0.891 0.891-0.25 0-0.484-0.109-0.641-0.281h-6.25c-0.156 0.187-0.406 0.313-0.672 0.313s-0.516-0.125-0.672-0.313h-6.234c-0.156 0.187-0.391 0.313-0.672 0.313-0.484 0-0.891-0.391-0.891-0.891 0-0.109 0.031-0.219 0.063-0.313l-3.016-5.234c-0.406-0.078-0.703-0.438-0.703-0.859 0-0.109 0.016-0.187 0.047-0.281l-3.219-5.563c-0.406-0.094-0.703-0.453-0.703-0.875 0-0.438 0.313-0.797 0.734-0.875l3.109-5.375c0-0.031-0.016-0.063-0.016-0.094 0-0.359 0.219-0.656 0.531-0.797l3.266-5.672c-0.031-0.078-0.063-0.187-0.063-0.281 0-0.5 0.406-0.891 0.891-0.891 0.281 0 0.516 0.125 0.688 0.328h6.188c0.156-0.203 0.391-0.328 0.672-0.328s0.516 0.125 0.672 0.328h6.219c0.172-0.203 0.406-0.328 0.688-0.328 0.484 0 0.891 0.391 0.891 0.891 0 0.094-0.031 0.187-0.063 0.281l3.234 5.594c0.469 0.016 0.859 0.406 0.859 0.875 0 0.156-0.047 0.297-0.109 0.422l2.922 5.063c0.391 0.078 0.688 0.438 0.688 0.859zM16.609 26.469h6.078l-5.344-5.531h-2.234l-5.344 5.531h5.625c0.156-0.141 0.375-0.25 0.609-0.25s0.453 0.109 0.609 0.25zM1.75 13.781c0.016 0.063 0.016 0.125 0.016 0.203s0 0.156-0.031 0.234l3.25 5.625c0.078 0.016 0.156 0.063 0.234 0.094l2.938-3.109v-5.422l-2.922-3.031c-0.141 0.094-0.297 0.141-0.453 0.156zM15.406 1.531h-6.062l2.969 3.125 8.656-3.125h-4.375c-0.156 0.156-0.359 0.25-0.594 0.25s-0.438-0.094-0.594-0.25zM26.391 20.469c0.016-0.063 0.047-0.125 0.078-0.172l-1-1.062-0.266 1.234h1.188zM24.734 20.469l0.344-1.641-3.938-4.156-4.625 4.797 0.984 1h7.234zM23.359 26.219l0.25-0.438 1.016-4.844h-6.672l5.203 5.359c0.063-0.031 0.125-0.063 0.203-0.078zM9.031 26.469h0.078l5.344-5.531h-5.828v5.234l0.063 0.094c0.141 0.047 0.25 0.109 0.344 0.203zM8.625 20.469h6.281l1-1.031-4.828-5.016-2.453 2.594v3.453zM5.609 20.469h2.547v-2.953l-2.625 2.766c0.031 0.063 0.063 0.125 0.078 0.187zM5.594 7.578c0 0.016 0.016 0.047 0.016 0.063 0 0.172-0.047 0.328-0.125 0.453l2.672 2.766v-4.203zM8.625 6.484v4.859l2.391 2.453 4.641-4.906-3.484-3.687zM8.687 1.734l-0.063 0.125v4.125l3.203-1.156-2.984-3.141c-0.047 0.016-0.094 0.031-0.156 0.047zM22.609 1.531h-0.25l-9.703 3.5 3.328 3.516zM15.984 9.219l-4.641 4.922 4.859 4.984 4.625-4.797zM10.75 14.094l-2.125-2.203v4.438zM16.219 19.781l-0.656 0.688h1.328zM21.469 14.344l3.719 3.922 2.063-9.75-0.047-0.078-0.016-0.016zM26.844 8.094c-0.078-0.125-0.125-0.281-0.125-0.453v-0.031l-3.375-5.875c-0.078-0.016-0.141-0.047-0.203-0.078l-6.828 7.234 4.844 5.109zM8.156 6.156v-3.484l-2.547 4.406zM8.156 20.937h-2.547l2.547 4.422v-4.422zM25.109 20.937l-0.75 3.547 2.031-3.547h-1.281zM27.016 19.844l3.234-5.641c-0.016-0.078-0.031-0.141-0.031-0.219 0-0.094 0.031-0.172 0.047-0.25l-2.672-4.625-2.016 9.562 1.203 1.281c0.078-0.047 0.156-0.078 0.234-0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashcube\" viewBox=\"0 0 22 28\">\n<title>dashcube</title>\n<path d=\"M0 10.625c0-2.703 2.156-5.031 4.906-5.031h11.594l5.5-5.594v22.969c0 2.719-2.156 5.031-4.906 5.031h-12.187c-2.75 0-4.906-2.312-4.906-5.031v-12.344zM19.25 22.406l-2.75-2.812v-6.641c0-0.953-0.766-1.75-1.719-1.75h-7.562c-0.953 0-1.719 0.797-1.719 1.75v7.688c0 0.953 0.766 1.766 1.719 1.766h12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forumbee\" viewBox=\"0 0 24 28\">\n<title>forumbee</title>\n<path d=\"M14.594 2.344c-6.609 2.516-11.813 7.797-14.281 14.422-0.203-0.906-0.313-1.828-0.313-2.75 0-6.609 5.344-11.969 11.953-11.969 0.891 0 1.781 0.109 2.641 0.297zM18.797 4.203c0.969 0.672 1.828 1.484 2.562 2.422-8.094 2.359-14.422 8.719-16.734 16.828-0.922-0.719-1.75-1.563-2.422-2.531 2.328-8.031 8.578-14.344 16.594-16.719zM7.344 25.047c2.406-7.422 8.219-13.266 15.609-15.719 0.422 0.969 0.703 2 0.844 3.047-6.094 2.5-10.938 7.375-13.422 13.484-1.047-0.141-2.063-0.406-3.031-0.812zM24 25.953c-1.937-0.5-3.859-1.094-5.734-1.797-1.375 0.859-2.922 1.437-4.531 1.672 2.281-4.266 5.797-7.797 10.047-10.094-0.219 1.563-0.766 3.094-1.578 4.438 0.703 1.891 1.297 3.828 1.797 5.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leanpub\" viewBox=\"0 0 32 28\">\n<title>leanpub</title>\n<path d=\"M29.578 6.125l2.422 19.875c-1.453 0-2.703-0.297-4.016-0.891-1.953-0.891-3.984-1.422-6.141-1.422-2.219 0-4.266 0.734-5.844 2.312-1.578-1.578-3.625-2.312-5.844-2.312-2.156 0-4.188 0.531-6.141 1.422-1.266 0.562-2.547 0.891-3.938 0.891h-0.078l2.422-19.875c2.234-1.266 4.953-1.984 7.531-1.984 2.109 0 4.281 0.438 6.047 1.656 1.766-1.219 3.938-1.656 6.047-1.656 2.578 0 5.297 0.719 7.531 1.984zM21.844 21.547c2.969 0 5 0.797 7.688 1.906l-1.937-15.953c-1.75-0.797-3.828-1.219-5.75-1.219-2.188 0-4.234 0.688-5.844 2.203-1.609-1.516-3.656-2.203-5.844-2.203-1.922 0-4 0.422-5.75 1.219l-1.937 15.953c2.688-1.109 4.719-1.906 7.688-1.906 2.141 0 4.031 0.547 5.844 1.687 1.813-1.141 3.703-1.687 5.844-1.687zM22.469 21.016l-0.859-14.172c-2.25 0.047-4.031 0.812-5.609 2.422-1.641-1.672-3.5-2.422-5.844-2.422-1.75 0-3.625 0.359-5.25 1.031l-1.781 14.703c2.359-0.969 4.438-1.578 7.031-1.578 2.063 0 4.078 0.5 5.844 1.594 1.766-1.094 3.781-1.641 5.844-1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sellsy\" viewBox=\"0 0 32 28\">\n<title>sellsy</title>\n<path d=\"M23.438 21.422v-11.453c0-0.438-0.359-0.797-0.781-0.797h-1.453c-0.422 0-0.781 0.359-0.781 0.797v11.453c0 0.422 0.359 0.781 0.781 0.781h1.453c0.422 0 0.781-0.359 0.781-0.781zM19 21.422v-8.297c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v8.297c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM14.438 21.422v-6.703c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v6.703c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM9.875 21.422v-5.656c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v5.656c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM32 19.141c0 3.469-2.828 6.281-6.281 6.281h-19.437c-3.453 0-6.281-2.812-6.281-6.281 0-2.422 1.422-4.641 3.609-5.672-0.109-0.375-0.156-0.766-0.156-1.141 0-2.359 1.922-4.281 4.281-4.281 1.031 0 2.031 0.375 2.812 1.047 0.938-3.813 4.375-6.516 8.313-6.516 4.719 0 8.563 3.844 8.563 8.563 0 0.641-0.063 1.281-0.219 1.906 2.812 0.688 4.797 3.219 4.797 6.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shirtsinbulk\" viewBox=\"0 0 24 28\">\n<title>shirtsinbulk</title>\n<path d=\"M0 0h24v21.75l-12.125 5.281-11.875-5.281v-21.75zM22.437 20.734v-14.469h-20.875v14.469l10.328 4.594zM22.437 4.703v-3.141h-20.875v3.141h20.875zM2.828 9.359v1.797h-0.578v-1.797h0.578zM2.828 11.672v1.797h-0.578v-1.797h0.578zM2.828 13.984v1.797h-0.578v-1.797h0.578zM2.828 16.297v1.797h-0.578v-1.797h0.578zM2.828 18.609v1.797h-0.578v-1.797h0.578zM3.234 20.844l0.234-0.531 1.641 0.734-0.234 0.516zM5.359 21.781l0.234-0.531 1.641 0.719-0.234 0.531zM7.469 22.719l0.234-0.531 1.641 0.719-0.234 0.531zM9.594 23.641l0.234-0.516 1.625 0.719-0.234 0.531zM12.453 23.844l1.641-0.719 0.234 0.516-1.641 0.734zM14.562 22.906l1.641-0.719 0.234 0.531-1.641 0.719zM16.688 21.969l1.641-0.719 0.234 0.531-1.641 0.719zM18.797 21.047l1.641-0.734 0.234 0.531-1.641 0.719zM4.047 2.297v0.562h-1.781v-0.562h1.781zM6.578 2.297v0.562h-1.797v-0.562h1.797zM9.109 2.297v0.562h-1.797v-0.562h1.797zM11.625 2.297v0.562h-1.781v-0.562h1.781zM14.156 2.297v0.562h-1.781v-0.562h1.781zM16.688 2.297v0.562h-1.797v-0.562h1.797zM19.219 2.297v0.562h-1.797v-0.562h1.797zM21.734 2.297v0.562h-1.781v-0.562h1.781zM2.828 7.609v1.234h-0.578v-1.797h1.797v0.562h-1.219zM6.578 7.047v0.562h-1.797v-0.562h1.797zM9.109 7.047v0.562h-1.797v-0.562h1.797zM11.625 7.047v0.562h-1.781v-0.562h1.781zM14.156 7.047v0.562h-1.781v-0.562h1.781zM16.688 7.047v0.562h-1.797v-0.562h1.797zM19.219 7.047v0.562h-1.797v-0.562h1.797zM21.172 8.844v-1.234h-1.219v-0.562h1.797v1.797h-0.578zM21.172 11.156v-1.797h0.578v1.797h-0.578zM21.172 13.469v-1.797h0.578v1.797h-0.578zM21.172 15.781v-1.797h0.578v1.797h-0.578zM21.172 18.094v-1.797h0.578v1.797h-0.578zM21.172 20.406v-1.797h0.578v1.797h-0.578zM11.875 19.859c-2.688 0-4.891-2.188-4.891-4.891 0-2.688 2.203-4.891 4.891-4.891 2.703 0 4.891 2.203 4.891 4.891 0 2.703-2.188 4.891-4.891 4.891zM9.297 13.906c0 2.375 4.156 0.641 4.156 2.031 0 0.703-1.281 0.766-1.75 0.766-0.656 0-1.594-0.141-1.922-0.797h-0.047l-0.484 0.984c0.797 0.5 1.563 0.656 2.531 0.656 1.047 0 2.734-0.313 2.734-1.672 0-2.578-4.203-0.875-4.203-2.031 0-0.703 1.109-0.797 1.594-0.797 0.578 0 1.563 0.172 1.906 0.703h0.047l0.469-0.906c-0.812-0.328-1.469-0.641-2.375-0.641-1.078 0-2.656 0.344-2.656 1.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-simplybuilt\" viewBox=\"0 0 32 28\">\n<title>simplybuilt</title>\n<path d=\"M13.484 16.125c0-2.344-1.891-4.234-4.234-4.234-2.328 0-4.219 1.891-4.219 4.234 0 2.328 1.891 4.219 4.219 4.219 2.344 0 4.234-1.891 4.234-4.219zM26.969 16.109c0-2.328-1.891-4.219-4.219-4.219-2.344 0-4.234 1.891-4.234 4.219 0 2.344 1.891 4.234 4.234 4.234 2.328 0 4.219-1.891 4.219-4.234zM32 3.469v21.063c0 0.922-0.75 1.672-1.687 1.672h-28.625c-0.938 0-1.687-0.75-1.687-1.672v-21.063c0-0.922 0.75-1.672 1.687-1.672h6.734c0.922 0 1.687 0.75 1.687 1.672v2.516h11.781v-2.516c0-0.922 0.766-1.672 1.687-1.672h6.734c0.938 0 1.687 0.75 1.687 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skyatlas\" viewBox=\"0 0 32 28\">\n<title>skyatlas</title>\n<path d=\"M22.344 9.109c0 0-0.016-0.016 0 0v0zM26.406 12.297c3.031 0 5.594 2.266 5.594 5.359 0 3.297-2.625 5.719-5.875 5.719-8.297 0-9.828-12.484-17.984-12.484-3.156 0-5.453 2.016-5.453 5.25 0 3.344 2.5 5.359 5.734 5.359 2.125 0 4.547-0.891 6.266-2.125 0.281-0.203 0.844-0.812 1.141-0.812s0.547 0.25 0.547 0.547c0 0.391-0.656 0.953-0.938 1.203-2.047 1.781-5.016 3.063-7.734 3.063-4.172 0-7.703-2.953-7.703-7.25s3.375-7.453 7.641-7.453c9.266 0 11.125 12.297 18.094 12.297 2.094 0 3.672-1.359 3.672-3.5 0-1.984-1.531-3.484-3.5-3.484-0.875 0-1.75 0.578-2.344 0.578-0.422 0-0.797-0.359-0.797-0.781 0-0.578 0.266-1.188 0.266-1.813 0-3.328-2.547-5.734-5.844-5.734-2.656 0-4 1.844-4.438 1.844-0.313 0-0.562-0.25-0.562-0.562 0-0.281 0.203-0.516 0.391-0.719 1.266-1.437 3.234-2.188 5.141-2.188 3.969 0 6.953 2.922 6.953 6.891 0 0.344-0.016 0.688-0.063 1.031 0.594-0.156 1.203-0.234 1.797-0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-plus\" viewBox=\"0 0 26 28\">\n<title>cart-plus</title>\n<path d=\"M19 11c0-0.547-0.453-1-1-1h-2v-2c0-0.547-0.453-1-1-1s-1 0.453-1 1v2h-2c-0.547 0-1 0.453-1 1s0.453 1 1 1h2v2c0 0.547 0.453 1 1 1s1-0.453 1-1v-2h2c0.547 0 1-0.453 1-1zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-arrow-down\" viewBox=\"0 0 26 28\">\n<title>cart-arrow-down</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-0.266 0-0.516 0.109-0.703 0.297l-2.297 2.281v-4.578c0-0.547-0.453-1-1-1s-1 0.453-1 1v4.578l-2.297-2.281c-0.187-0.187-0.438-0.297-0.703-0.297-0.547 0-1 0.453-1 1 0 0.266 0.109 0.516 0.297 0.703l4 4c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l4-4c0.187-0.187 0.297-0.438 0.297-0.703zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-diamond\" viewBox=\"0 0 32 28\">\n<title>diamond</title>\n<path d=\"M3.313 12l9.734 10.391-4.688-10.391h-5.047zM16 24.063l5.453-12.063h-10.906zM8.406 10l3.187-6h-4.094l-4.5 6h5.406zM18.953 22.391l9.734-10.391h-5.047zM10.672 10h10.656l-3.187-6h-4.281zM23.594 10h5.406l-4.5-6h-4.094zM25.797 2.406l6 8c0.297 0.375 0.266 0.922-0.063 1.281l-15 16c-0.187 0.203-0.453 0.313-0.734 0.313s-0.547-0.109-0.734-0.313l-15-16c-0.328-0.359-0.359-0.906-0.063-1.281l6-8c0.187-0.266 0.484-0.406 0.797-0.406h18c0.313 0 0.609 0.141 0.797 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ship\" viewBox=\"0 0 32 28\">\n<title>ship</title>\n<path d=\"M28.297 24.297c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297zM3.703 23.703c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1-1v-4.578l-3.281-4.906c-0.359-0.547-0.109-1.297 0.516-1.516l2.766-0.906v-4.672h2v-2h4v-2h4v2h4v2h2v4.672l2.766 0.906c0.625 0.219 0.875 0.969 0.516 1.516l-3.281 4.906v4.578l0.297-0.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297zM10 6v2l6-2 6 2v-2h-2v-2h-8v2h-2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-secret\" viewBox=\"0 0 22 28\">\n<title>user-secret</title>\n<path d=\"M9 24l1.5-7-1.5-2-2-1zM13 24l2-10-2 1-1.5 2zM15.5 8.219c-0.016-0.031-0.031-0.063-0.063-0.094-0.141-0.109-1.266-0.125-1.5-0.125-0.891 0-1.734 0.125-2.609 0.297-0.109 0.031-0.219 0.031-0.328 0.031s-0.219 0-0.328-0.031c-0.875-0.172-1.719-0.297-2.609-0.297-0.234 0-1.359 0.016-1.5 0.125-0.031 0.031-0.047 0.063-0.063 0.094 0.016 0.141 0.031 0.281 0.063 0.422 0.094 0.125 0.172 0.078 0.234 0.266 0.406 1.109 0.594 1.969 2 1.969 2.016 0 1.453-1.859 2.109-1.859h0.187c0.656 0 0.094 1.859 2.109 1.859 1.406 0 1.594-0.859 2-1.969 0.063-0.187 0.141-0.141 0.234-0.266 0.031-0.141 0.047-0.281 0.063-0.422zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-2.828 0.5-7.109 3.406-8.516l-1.406-3.437h3.344c-0.219-0.641-0.344-1.313-0.344-2 0-0.172 0.016-0.344 0.031-0.5-0.609-0.125-3.031-0.625-3.031-1.5 0-0.922 2.656-1.422 3.281-1.547 0.328-1.172 1.109-2.953 1.906-3.875 0.313-0.359 0.703-0.578 1.188-0.578 0.938 0 1.687 0.969 2.625 0.969s1.687-0.969 2.625-0.969c0.484 0 0.875 0.219 1.188 0.578 0.797 0.922 1.578 2.703 1.906 3.875 0.625 0.125 3.281 0.625 3.281 1.547 0 0.875-2.422 1.375-3.031 1.5 0.078 0.844-0.031 1.687-0.313 2.5h3.344l-1.281 3.516c2.797 1.453 3.281 5.656 3.281 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-motorcycle\" viewBox=\"0 0 36 28\">\n<title>motorcycle</title>\n<path d=\"M35.953 16.188c0.5 4.391-3.078 8.078-7.438 7.797-3.344-0.219-6.125-2.891-6.469-6.234-0.25-2.375 0.688-4.516 2.281-5.953l-1.109-1.672c-1.969 1.641-3.219 4.094-3.219 6.844 0 0.562-0.438 1.031-1 1.031h-5.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c0.828 0 1.625 0.156 2.375 0.422l0.375-0.703c-1.203-1.078-2.781-1.719-4.75-1.719h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h2c3.5 0 5.281 1.437 6 2h9.797l-1.328-2h-3.469c-0.609 0-1.094-0.547-0.984-1.172 0.078-0.484 0.547-0.828 1.031-0.828h3.953c0.328 0 0.641 0.172 0.828 0.438l1.094 1.641 1.781-1.781c0.187-0.187 0.453-0.297 0.719-0.297h1.578c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-2.797l1.797 2.688c1.266-0.609 2.734-0.859 4.297-0.562 2.984 0.547 5.313 3.047 5.656 6.062zM7 22c2.422 0 4.438-1.719 4.906-4h-4.906c-0.344 0-0.672-0.187-0.859-0.484-0.172-0.297-0.187-0.672-0.016-0.984l2.297-4.328c-0.453-0.125-0.922-0.203-1.422-0.203-2.75 0-5 2.25-5 5s2.25 5 5 5zM29 22c2.75 0 5-2.25 5-5s-2.25-5-5-5c-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-street-view\" viewBox=\"0 0 22 28\">\n<title>street-view</title>\n<path d=\"M22 24c0 2.75-5.703 4-11 4s-11-1.25-11-4c0-2.125 3.172-3.125 5.828-3.578 0.547-0.094 1.062 0.266 1.156 0.812s-0.266 1.062-0.812 1.156c-3.219 0.562-4.125 1.437-4.172 1.625 0.156 0.531 3.156 1.984 9 1.984s8.844-1.453 9-2.016c-0.047-0.156-0.953-1.031-4.172-1.594-0.547-0.094-0.906-0.609-0.812-1.156s0.609-0.906 1.156-0.812c2.656 0.453 5.828 1.453 5.828 3.578zM16 10v6c0 0.547-0.453 1-1 1h-1v6c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-6h-1c-0.547 0-1-0.453-1-1v-6c0-1.109 0.891-2 2-2h6c1.109 0 2 0.891 2 2zM14.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heartbeat\" viewBox=\"0 0 28 28\">\n<title>heartbeat</title>\n<path d=\"M20 16h4.766c-0.187 0.203-0.313 0.313-0.344 0.344l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.031-0.016-0.156-0.125-0.328-0.313h5.766c0.453 0 0.859-0.313 0.969-0.75l1.094-4.391 2.969 10.422c0.125 0.422 0.516 0.719 0.969 0.719v0c0.438 0 0.828-0.297 0.953-0.719l2.281-7.578 0.875 1.75c0.172 0.328 0.516 0.547 0.891 0.547zM28 9.312c0 1.797-0.781 3.437-1.609 4.688h-5.766l-1.734-3.453c-0.172-0.359-0.578-0.578-0.969-0.547-0.422 0.047-0.766 0.313-0.875 0.719l-2.016 6.719-3.063-10.719c-0.125-0.422-0.516-0.719-0.984-0.719-0.453 0-0.844 0.313-0.953 0.75l-1.813 7.25h-6.609c-0.828-1.25-1.609-2.891-1.609-4.688 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus\" viewBox=\"0 0 18 28\">\n<title>venus</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.25 3.719-7.734 7.938-8.203 5.437-0.609 10.031 3.625 10.031 8.937zM2 9c0 3.859 3.141 7 7 7s7-3.141 7-7-3.141-7-7-7-7 3.141-7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars\" viewBox=\"0 0 24 28\">\n<title>mars</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-5.969 5.984c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l5.969-5.969h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mercury\" viewBox=\"0 0 18 28\">\n<title>mercury</title>\n<path d=\"M12.969 4.937c2.969 1.469 5.031 4.531 5.031 8.062 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-3.531 2.063-6.594 5.031-8.062-1.641-0.953-2.922-2.453-3.563-4.266-0.125-0.328 0.125-0.672 0.469-0.672h1.078c0.203 0 0.375 0.125 0.453 0.313 0.906 2.172 3.047 3.687 5.531 3.687s4.625-1.516 5.531-3.687c0.078-0.187 0.25-0.313 0.578-0.313h0.953c0.344 0 0.594 0.344 0.469 0.672-0.641 1.813-1.922 3.313-3.563 4.266zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-intersex\" viewBox=\"0 0 22 28\">\n<title>intersex</title>\n<path d=\"M16 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.719-0.516-8.359-4.719-7.969-9.656 0.328-4.25 3.703-7.734 7.922-8.219 2.531-0.297 4.875 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-transgender-alt\" viewBox=\"0 0 26 28\">\n<title>transgender-alt</title>\n<path d=\"M20 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-2.125 0.75-4.078 1.969-5.609l-0.812-0.828-1.578 1.734c-0.187 0.203-0.5 0.219-0.703 0.047l-0.75-0.688c-0.203-0.172-0.219-0.5-0.031-0.703l1.641-1.797-1.734-1.75v2.094c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.5c0-0.547 0.453-1 1-1h4.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.078l1.656 1.672 1.344-1.469c0.187-0.203 0.5-0.219 0.703-0.047l0.75 0.688c0.203 0.172 0.219 0.5 0.031 0.703l-1.406 1.547 0.891 0.875c1.531-1.219 3.484-1.969 5.609-1.969s4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM13 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-double\" viewBox=\"0 0 28 28\">\n<title>venus-double</title>\n<path d=\"M27.969 8.266c0.391 4.953-3.234 9.156-7.969 9.672v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-8v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.297 3.797-7.812 8.078-8.219 2.188-0.219 4.234 0.359 5.891 1.469 1.656-1.109 3.703-1.687 5.891-1.469 4.281 0.406 7.734 3.922 8.078 8.219zM14 13.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM9 16c1.234 0 2.391-0.328 3.406-0.891-1.5-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1.016-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7s3.141 7 7 7zM18 22v-4.062c-1.469-0.156-2.828-0.688-4-1.469-1.172 0.781-2.531 1.313-4 1.469v4.062h8zM19 16c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.391 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.906 4.5-2.406 6.109c1.016 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-double\" viewBox=\"0 0 30 28\">\n<title>mars-double</title>\n<path d=\"M24 6.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.797-3.75 6.781-7.562 7.313-4.469 0.625-8.422-2.047-9.781-5.938-4.937-0.25-8.828-4.5-8.5-9.578 0.281-4.281 3.672-7.844 7.938-8.328 2.516-0.297 4.859 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c0.625 0.781 1.109 1.672 1.453 2.641 1.937 0.094 3.703 0.812 5.125 1.937l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM16 13c0-0.313-0.031-0.609-0.063-0.906-3.359 0.516-5.938 3.406-5.938 6.906 0 0.313 0.031 0.609 0.063 0.906 3.359-0.516 5.938-3.406 5.938-6.906zM2 13c0 3.531 2.641 6.453 6.047 6.922-0.031-0.297-0.047-0.609-0.047-0.922 0-4.406 3.187-8.078 7.391-8.844-1.094-2.453-3.547-4.156-6.391-4.156-3.859 0-7 3.141-7 7zM17 26c3.859 0 7-3.141 7-7 0-3.531-2.641-6.453-6.047-6.922 0.031 0.297 0.047 0.609 0.047 0.922 0 4.406-3.187 8.078-7.391 8.844 1.094 2.453 3.547 4.156 6.391 4.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-mars\" viewBox=\"0 0 31 28\">\n<title>venus-mars</title>\n<path d=\"M26 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.75-3.703 6.734-7.469 7.297-2.375 0.359-4.609-0.219-6.391-1.406-1.172 0.781-2.531 1.297-4 1.453v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.906-0.547-8.641-5.047-7.906-10.219 0.531-3.891 3.625-7.016 7.5-7.609 2.391-0.359 4.625 0.219 6.406 1.406 1.437-0.953 3.156-1.516 5-1.516 2.125 0 4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM14 17.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM2 13c0 3.859 3.141 7 7 7 1.234 0 2.406-0.328 3.406-0.891-1.484-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7zM19 20c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.406 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.922 4.5-2.406 6.109c1 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke\" viewBox=\"0 0 24 28\">\n<title>mars-stroke</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-3.328 3.344 2.188 2.188c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.188-2.203-1.219 1.234c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l1.219-1.219-2.688-2.688c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.688 2.688 3.328-3.328h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-v\" viewBox=\"0 0 18 28\">\n<title>mars-stroke-v</title>\n<path d=\"M10 10.063c4.5 0.5 8 4.312 8 8.937 0 5.313-4.594 9.547-10.031 8.937-4.219-0.469-7.594-3.953-7.938-8.203-0.391-4.953 3.234-9.156 7.969-9.672v-2.063h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.5v-2.578l-1.437 1.437c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l3.156-3.141c0.391-0.391 1.016-0.391 1.406 0l3.156 3.141c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-1.437-1.437v2.578h2.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.5v2.063zM9 26c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-h\" viewBox=\"0 0 30 28\">\n<title>mars-stroke-h</title>\n<path d=\"M29.703 14.297c0.391 0.391 0.391 1.016 0 1.406l-4.594 4.594c-0.187 0.203-0.516 0.203-0.703 0l-0.703-0.703c-0.203-0.187-0.203-0.516 0-0.703l2.891-2.891h-4.594v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-2.063c-0.5 4.5-4.312 8-8.937 8-5.313 0-9.547-4.594-8.937-10.031 0.469-4.219 3.953-7.594 8.203-7.938 4.953-0.391 9.156 3.234 9.672 7.969h2.063v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5h4.594l-2.891-2.891c-0.203-0.187-0.203-0.516 0-0.703l0.703-0.703c0.187-0.203 0.516-0.203 0.703 0zM9 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-neuter\" viewBox=\"0 0 18 28\">\n<title>neuter</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v9.562c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9.562c-4.5-0.5-8-4.312-8-8.937 0-4.969 4.031-9 9-9s9 4.031 9 9zM9 16c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-genderless\" viewBox=\"0 0 18 28\">\n<title>genderless</title>\n<path d=\"M16 15c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM18 15c0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9 9 4.031 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-official\" viewBox=\"0 0 24 28\">\n<title>facebook-official</title>\n<path d=\"M22.672 2c0.734 0 1.328 0.594 1.328 1.328v21.344c0 0.734-0.594 1.328-1.328 1.328h-6.109v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-11.484c-0.734 0-1.328-0.594-1.328-1.328v-21.344c0-0.734 0.594-1.328 1.328-1.328h21.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-p\" viewBox=\"0 0 20 28\">\n<title>pinterest-p</title>\n<path d=\"M0 9.328c0-5.766 5.281-9.328 10.625-9.328 4.906 0 9.375 3.375 9.375 8.547 0 4.859-2.484 10.25-8.016 10.25-1.313 0-2.969-0.656-3.609-1.875-1.188 4.703-1.094 5.406-3.719 9l-0.219 0.078-0.141-0.156c-0.094-0.984-0.234-1.953-0.234-2.938 0-3.187 1.469-7.797 2.188-10.891-0.391-0.797-0.5-1.766-0.5-2.641 0-1.578 1.094-3.578 2.875-3.578 1.313 0 2.016 1 2.016 2.234 0 2.031-1.375 3.938-1.375 5.906 0 1.344 1.109 2.281 2.406 2.281 3.594 0 4.703-5.187 4.703-7.953 0-3.703-2.625-5.719-6.172-5.719-4.125 0-7.313 2.969-7.313 7.156 0 2.016 1.234 3.047 1.234 3.531 0 0.406-0.297 1.844-0.812 1.844-0.078 0-0.187-0.031-0.266-0.047-2.234-0.672-3.047-3.656-3.047-5.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-whatsapp\" viewBox=\"0 0 24 28\">\n<title>whatsapp</title>\n<path d=\"M15.391 15.219c0.266 0 2.812 1.328 2.922 1.516 0.031 0.078 0.031 0.172 0.031 0.234 0 0.391-0.125 0.828-0.266 1.188-0.359 0.875-1.813 1.437-2.703 1.437-0.75 0-2.297-0.656-2.969-0.969-2.234-1.016-3.625-2.75-4.969-4.734-0.594-0.875-1.125-1.953-1.109-3.031v-0.125c0.031-1.031 0.406-1.766 1.156-2.469 0.234-0.219 0.484-0.344 0.812-0.344 0.187 0 0.375 0.047 0.578 0.047 0.422 0 0.5 0.125 0.656 0.531 0.109 0.266 0.906 2.391 0.906 2.547 0 0.594-1.078 1.266-1.078 1.625 0 0.078 0.031 0.156 0.078 0.234 0.344 0.734 1 1.578 1.594 2.141 0.719 0.688 1.484 1.141 2.359 1.578 0.109 0.063 0.219 0.109 0.344 0.109 0.469 0 1.25-1.516 1.656-1.516zM12.219 23.5c5.406 0 9.812-4.406 9.812-9.812s-4.406-9.812-9.812-9.812-9.812 4.406-9.812 9.812c0 2.063 0.656 4.078 1.875 5.75l-1.234 3.641 3.781-1.203c1.594 1.047 3.484 1.625 5.391 1.625zM12.219 1.906c6.5 0 11.781 5.281 11.781 11.781s-5.281 11.781-11.781 11.781c-1.984 0-3.953-0.5-5.703-1.469l-6.516 2.094 2.125-6.328c-1.109-1.828-1.687-3.938-1.687-6.078 0-6.5 5.281-11.781 11.781-11.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-server\" viewBox=\"0 0 28 28\">\n<title>server</title>\n<path d=\"M2 22h16v-2h-16v2zM2 14h16v-2h-16v2zM26.5 21c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM2 6h16v-2h-16v2zM26.5 13c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM28 18v6h-28v-6h28zM28 10v6h-28v-6h28zM28 2v6h-28v-6h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-plus\" viewBox=\"0 0 32 28\">\n<title>user-plus</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM26 16h5.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v5.5c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-5.5h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-5.5c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5v5.5zM14.5 19.5c0 1.094 0.906 2 2 2h4v3.719c-0.766 0.562-1.734 0.781-2.672 0.781h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.531 1.172 3.016 1.906 4.984 1.906s3.453-0.734 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 1.328 0 2.5 0.5 3.391 1.5h-3.484c-1.094 0-2 0.906-2 2v3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-times\" viewBox=\"0 0 32 28\">\n<title>user-times</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM27.828 19l3.891 3.891c0.094 0.094 0.141 0.219 0.141 0.359 0 0.125-0.047 0.25-0.141 0.344l-2.125 2.125c-0.094 0.094-0.219 0.141-0.344 0.141-0.141 0-0.266-0.047-0.359-0.141l-3.891-3.891-3.891 3.891c-0.094 0.094-0.219 0.141-0.359 0.141-0.125 0-0.25-0.047-0.344-0.141l-2.125-2.125c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l3.891-3.891-3.891-3.891c-0.094-0.094-0.141-0.219-0.141-0.359 0-0.125 0.047-0.25 0.141-0.344l2.125-2.125c0.094-0.094 0.219-0.141 0.344-0.141 0.141 0 0.266 0.047 0.359 0.141l3.891 3.891 3.891-3.891c0.094-0.094 0.219-0.141 0.359-0.141 0.125 0 0.25 0.047 0.344 0.141l2.125 2.125c0.094 0.094 0.141 0.219 0.141 0.344 0 0.141-0.047 0.266-0.141 0.359zM20.047 19l-2.828 2.828c-0.375 0.375-0.578 0.891-0.578 1.422 0 0.516 0.203 1.031 0.578 1.406l1.297 1.297c-0.219 0.031-0.453 0.047-0.688 0.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.5 1.188 3.031 1.906 4.984 1.906s3.484-0.719 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 0.297 0 0.594 0.031 0.891 0.094-0.516 0.5-0.844 0.906-0.844 1.656 0 0.531 0.203 1.047 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bed\" viewBox=\"0 0 32 28\">\n<title>bed</title>\n<path d=\"M4 16h27c0.547 0 1 0.453 1 1v7h-4v-4h-24v4h-4v-19c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v11zM13 11c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM32 15v-1c0-3.313-2.688-6-6-6h-11c-0.547 0-1 0.453-1 1v6h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viacoin\" viewBox=\"0 0 24 28\">\n<title>viacoin</title>\n<path d=\"M24 0l-3 7h3v3h-4.281l-0.859 2h5.141v3h-6.422l-5.578 13-5.578-13h-6.422v-3h5.141l-0.859-2h-4.281v-3h3l-3-7h4l5.047 12h5.906l5.047-12h4zM12 19l1.687-4h-3.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-train\" viewBox=\"0 0 24 28\">\n<title>train</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM12 21c1.656 0 3-1.344 3-3s-1.344-3-3-3-3 1.344-3 3 1.344 3 3 3zM21 12v-8h-18v8h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subway\" viewBox=\"0 0 24 28\">\n<title>subway</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM4.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM11 12v-8h-8.5v8h8.5zM19.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM22 12v-8h-9v8h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medium\" viewBox=\"0 0 28 28\">\n<title>medium</title>\n<path d=\"M9.328 6.578v18.328c0 0.484-0.234 0.938-0.766 0.938-0.187 0-0.359-0.047-0.516-0.125l-7.266-3.641c-0.438-0.219-0.781-0.781-0.781-1.25v-17.813c0-0.391 0.187-0.75 0.609-0.75 0.25 0 0.469 0.125 0.688 0.234l7.984 4c0.016 0.016 0.047 0.063 0.047 0.078zM10.328 8.156l8.344 13.531-8.344-4.156v-9.375zM28 8.437v16.469c0 0.516-0.297 0.875-0.812 0.875-0.266 0-0.516-0.078-0.734-0.203l-6.891-3.437zM27.953 6.563c0 0.063-8.078 13.172-8.703 14.172l-6.094-9.906 5.063-8.234c0.172-0.281 0.484-0.438 0.812-0.438 0.141 0 0.281 0.031 0.406 0.094l8.453 4.219c0.031 0.016 0.063 0.047 0.063 0.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-y-combinator\" viewBox=\"0 0 24 28\">\n<title>y-combinator</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 2v24h-24v-24h24z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-optin-monster\" viewBox=\"0 0 36 28\">\n<title>optin-monster</title>\n<path d=\"M7.469 26.172c-0.156 0.328-0.609 0.781-1 0.938-0.547 0.187-1.219-0.172-1.25-0.547-0.031-0.484 1.172-1.359 1.687-1.453 0.5-0.094 0.734 0.656 0.562 1.062zM28.422 26.172c0.141 0.328 0.594 0.781 1 0.938 0.531 0.187 1.219-0.172 1.234-0.547 0.047-0.484-1.172-1.359-1.687-1.453-0.484-0.094-0.719 0.656-0.547 1.062zM29.172 24.469c0.281 0.562 1.391 1.391 2.094 1.578 0.953 0.266 1.859-0.187 1.859-0.859 0-1.031-1.953-2.406-2.859-2.5-0.859-0.109-1.422 1.109-1.094 1.781zM6.687 24.469c-0.281 0.562-1.375 1.391-2.078 1.578-0.953 0.266-1.859-0.187-1.859-0.859 0-1.031 1.953-2.406 2.859-2.5 0.859-0.109 1.422 1.109 1.078 1.781zM18.094 6.906h0.016c-0.422 0-0.828 0.078-1.188 0.234 0.547 0.172 0.953 0.672 0.953 1.25 0 0.734-0.641 1.328-1.437 1.328-0.531 0-1-0.281-1.25-0.672-0.047 0.219-0.078 0.422-0.078 0.656 0 1.547 1.328 2.797 2.984 2.797s3-1.25 3-2.797-1.344-2.797-3-2.797zM22.844 3.5c-2.063-2.266-4.703-2.766-7.281-1.359 1.453-3.25 7.063-2.812 7.281 1.359zM34.563 22.859c0.078 0.109-0.016 0.391-0.172 0.656 0.063 0.203 0.109 0.406 0.109 0.625 0.047 1.828-2.562 3.703-4.25 3.766-1 0.047-2-0.484-2.469-1.359-6.563 0.234-13.125 0.281-19.672 0-0.484 0.875-1.484 1.391-2.484 1.359-1.672-0.063-4.281-1.937-4.25-3.766 0.016-0.219 0.047-0.422 0.109-0.625-0.156-0.266-0.25-0.547-0.172-0.656 0.063-0.094 0.266-0.094 0.484-0.016 0.187-0.297 0.406-0.547 0.641-0.797-0.063-0.266-0.063-0.5 0.031-0.594 0.109-0.094 0.359-0.063 0.609 0.063 0.266-0.187 0.578-0.375 0.922-0.531 0-0.281 0.078-0.5 0.203-0.578 0.187-0.094 0.516-0.031 0.797 0.25 0.328-0.047 0.656-0.047 0.953 0.031 0.203 0.047 0.406 0.156 0.594 0.297v-1.141c-0.094 0-0.172 0-0.281-0.031-1.016-0.187-2.125-0.891-2.375-2.063-0.094-0.391-0.094-0.812 0-1.266 0.187-0.781 0.859-1.234 1.453-1.484 0.047-0.344 0.469-0.812 0.859-0.922 0.438-0.109 0.719 0.266 0.812 0.594h0.203c0.281 0.031 0.734 0.094 0.938 0.359 0.031 0.031 0.063 0.078 0.078 0.109 0.313-0.031 0.641-0.078 0.953-0.109-0.141-0.109-0.297-0.203-0.469-0.266-0.297-0.516-0.797-0.641-1.422-0.672 0-0.047 0-0.094 0.016-0.156-1.141-0.031-2.547-0.328-3.172-1.031-0.719-0.797-0.844-2.156-0.703-3.187 0.125-1.016 0.547-2.188 1.406-2.797 0.484-0.328 1.25-0.047 1.313 0.562 0.031 0.266 0.078 1.172 0.328 1.313 0.281 0.141 0.734 0.203 1.188 0.187 0.469-0.453 0.969-0.844 1.531-1.156-0.859-0.078-1.672 0.094-2.531 0.219l0.734-0.719c0.719-0.688 1.672-1.281 2.547-1.734 1.359-0.688 2.891-1.203 4.406-1.344-1.078-0.453-2.312-0.688-3.453-0.953 4.422-0.938 10.094-1.281 14.125 2.172 1.047 0.891 1.875 2.094 2.469 3.469 0.641 0.078 1.453 0.094 1.891-0.141h0.016c0.25-0.141 0.297-1.031 0.328-1.313 0.063-0.594 0.828-0.891 1.313-0.547 0.859 0.609 1.281 1.781 1.422 2.781 0.125 1.031 0.016 2.391-0.719 3.187-0.625 0.703-1.984 1.016-3.109 1.047v0.156c-0.641 0.016-1.172 0.141-1.484 0.672-0.172 0.063-0.328 0.156-0.484 0.266 0.328 0.031 0.656 0.078 0.969 0.109 0.016-0.047 0.047-0.094 0.078-0.125 0.219-0.25 0.672-0.328 0.938-0.359h0.203c0.094-0.313 0.391-0.688 0.812-0.594s0.812 0.578 0.859 0.922c0.625 0.25 1.281 0.703 1.453 1.484 0.109 0.469 0.094 0.875 0.016 1.266-0.266 1.172-1.375 1.891-2.391 2.063-0.078 0.016-0.187 0.031-0.266 0.031 0 0.391 0 0.766-0.016 1.141 0.187-0.141 0.375-0.25 0.594-0.297 0.297-0.078 0.625-0.078 0.953-0.031 0.281-0.281 0.625-0.344 0.797-0.25 0.125 0.078 0.219 0.297 0.219 0.578 0.328 0.156 0.656 0.344 0.922 0.531 0.25-0.125 0.484-0.156 0.594-0.063 0.094 0.094 0.109 0.328 0.031 0.594 0.234 0.25 0.469 0.516 0.641 0.797 0.219-0.078 0.406-0.078 0.484 0.016zM30.266 7.984c0 0.359-0.078 0.672-0.141 0.844 1 0.391 1.516 1.281 1.75 2.063 0.063-0.609-0.156-2.281-0.797-2.953-0.422-0.422-0.812-0.297-0.812 0.047zM29.047 9.547v0c0.75 0.906 0.984 2.406 0.734 3.641 0.625-0.125 1.188-0.359 1.516-0.703 0.109-0.125 0.219-0.281 0.281-0.438-0.063-1.234-0.594-2.469-1.719-2.828-0.187 0.187-0.531 0.281-0.812 0.328v0zM28.469 9.609c-0.219 0-0.469 0-0.688-0.016 0.438 1.188 0.719 2.469 0.828 3.734 0.203 0 0.438-0.016 0.672-0.047 0.344-1.406-0.016-2.984-0.812-3.672zM4.031 10.891c0.234-0.781 0.75-1.672 1.75-2.063-0.063-0.172-0.141-0.484-0.141-0.844 0-0.344-0.406-0.469-0.812-0.047-0.656 0.672-0.859 2.344-0.797 2.953zM4.594 12.484c0.328 0.359 0.891 0.578 1.516 0.703-0.25-1.234-0.016-2.734 0.734-3.641v0 0 0c-0.281-0.047-0.625-0.141-0.812-0.328-1.125 0.359-1.641 1.594-1.719 2.828 0.078 0.156 0.172 0.313 0.281 0.438zM7.359 13.328c0.141-1.281 0.531-2.531 1.141-3.672-0.297 0.063-0.578 0.172-0.859 0.281l-0.703 0.297v-0.016c-0.422 0.812-0.578 1.984-0.313 3.063 0.266 0.031 0.5 0.047 0.734 0.047zM22.406 13.937v0c0.203 1.031 0.281 2.063 0.438 3.094 0.063 0.359 0.172 0.438 0.516 0.266 0.922-0.469 1.313-2.266 1.328-3.297-0.75-0.047-1.516-0.047-2.281-0.063zM18 3.922c-2.422 0-4.406 1.969-4.406 4.391 0 2.438 1.984 4.406 4.406 4.406s4.406-1.969 4.406-4.406c0-2.422-1.984-4.391-4.406-4.391zM21.562 13.906c-1.094-0.016-2.203-0.016-3.297 0v-0.016c-0.016 0.297 0.016 2.203 0.25 2.375 0.641 0.313 2.281 0.266 2.953 0.063 0.313-0.094 0.141-2.141 0.094-2.422zM17.375 17.016c0.266-0.141 0.141-2.625 0.078-3.109v-0.016c-1.125 0.016-2.234 0.016-3.344 0.047-0.109 0.531-0.266 2.828 0.109 2.984 0.75 0.328 2.406 0.297 3.156 0.094zM11.219 14.063c-0.313 1.141 0.016 2.609 1.281 3.172 0.313 0.141 0.5 0.141 0.562-0.25 0.109-0.5 0.141-2.125 0.281-3.016v0c-0.703 0.016-1.422 0.047-2.125 0.094zM9.234 16.031c0.031 0.281-0.219 0.453-0.531 0.562 2.531 2.719 5.359 4.953 9.016 6.156 3.906-1.109 6.687-3.469 9.438-6.188-0.281-0.109-0.5-0.297-0.469-0.531 0.016-0.063 0.031-0.094 0.047-0.141v0 0c-0.516-0.047-1.031-0.109-1.531-0.156-0.547 1.906-2.078 3.063-2.703 1.828-0.156-0.297-0.203-0.672-0.266-0.969-0.219 0.484-0.766 0.469-1.422 0.516-0.766 0.063-1.828 0.078-2.547-0.172-0.172 0.75-0.641 0.75-1.547 0.828-0.812 0.078-2.812 0.234-3.172-0.625-0.063 1.656-2.031 0.578-2.609-0.406-0.187-0.328-0.313-0.656-0.406-1.016-0.453 0.047-0.906 0.094-1.359 0.156 0.031 0.047 0.047 0.109 0.063 0.156zM7.922 25.844c0.031-0.141 0.047-0.297 0.047-0.469-0.328-1.344-1.078-2.875-1.937-3.125-1.297-0.391-3.984 1.359-3.828 3.156 0.734 1.125 2.312 2.063 3.422 2.109 1.031 0.047 2.078-0.641 2.297-1.672zM7.969 23.172c0.187 0.516 0.375 1.203 0.422 1.859 1.937-1.125 4-2.063 6.125-2.719-2.234-1.188-3.938-2.766-5.625-4.453-0.125 0.078-0.297 0.141-0.453 0.203-0.016 0.047-0.016 0.094-0.031 0.141 0.266 0.156 0.453 0.344 0.344 0.578-0.125 0.234-0.5 0.438-0.875 0.531-0.125 0.156-0.297 0.281-0.453 0.375h-0.016c-0.016 0.781-0.016 1.563 0.016 2.344 0.219 0.391 0.406 0.797 0.547 1.141zM9.047 25.766c5.969 0.234 11.937 0.203 17.891 0-2.125-1.234-4.281-2.391-6.687-3.063-0.797 0.359-1.609 0.656-2.438 0.891-0.125 0.047-0.125 0.047-0.25 0-0.688-0.219-1.344-0.469-2.016-0.766-2.328 0.672-4.469 1.687-6.5 2.938h-0.016v0.016c0.016 0 0.016 0 0.016-0.016zM27.547 25.047c0.047-0.656 0.25-1.359 0.438-1.875 0.125-0.344 0.297-0.734 0.516-1.109l-0.016 0.016c0.031-0.797 0.047-1.594 0.047-2.391-0.172-0.094-0.328-0.234-0.469-0.391-0.375-0.078-0.75-0.297-0.875-0.516-0.109-0.234 0.078-0.438 0.344-0.594-0.016-0.031-0.031-0.094-0.031-0.141-0.172-0.047-0.313-0.109-0.438-0.187-1.828 1.703-3.781 3.281-5.984 4.438 2.25 0.672 4.391 1.625 6.469 2.75zM33.672 25.406c0.172-1.797-2.516-3.547-3.828-3.156-0.844 0.25-1.609 1.781-1.937 3.125 0 0.172 0.016 0.328 0.047 0.469 0.219 1.031 1.266 1.719 2.297 1.672 1.109-0.047 2.688-0.984 3.422-2.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opencart\" viewBox=\"0 0 43 28\">\n<title>opencart</title>\n<path d=\"M23.812 24.391c0 1.422-1.141 2.562-2.562 2.562s-2.578-1.141-2.578-2.562 1.156-2.578 2.578-2.578 2.562 1.156 2.562 2.578zM12.109 24.391c0 1.422-1.156 2.562-2.578 2.562s-2.562-1.141-2.562-2.562 1.141-2.578 2.562-2.578 2.578 1.156 2.578 2.578zM0 1.047c4.609 4.859 8.937 5.578 25.937 5.578s9.531 3.781-0.969 13.156c3.328-5.781 14.766-10.906-3.984-10.625-17.984 0.266-19.047-5.203-20.984-8.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expeditedssl\" viewBox=\"0 0 28 28\">\n<title>expeditedssl</title>\n<path d=\"M14 1c-7.172 0-13 5.828-13 13s5.828 13 13 13 13-5.828 13-13-5.828-13-13-13zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM7.75 13c0.141 0 0.25 0.109 0.25 0.25v7.5c0 0.141-0.109 0.25-0.25 0.25h-0.5c-0.141 0-0.25-0.109-0.25-0.25v-7.5c0-0.141 0.109-0.25 0.25-0.25h0.5zM14 14c1.109 0 2 0.891 2 2 0 0.734-0.406 1.375-1 1.719v1.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2zM14 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM8.5 9.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-1.937 1.563-3.5 3.5-3.5s3.5 1.563 3.5 3.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5zM22 21v-8c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery\" viewBox=\"0 0 36 28\">\n<title>battery</title>\n<path d=\"M30 8v12h-26v-12h26zM32 17h2v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5zM36 11v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-3\" viewBox=\"0 0 36 28\">\n<title>battery-3</title>\n<path d=\"M4 20v-12h20v12h-20zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-2\" viewBox=\"0 0 36 28\">\n<title>battery-2</title>\n<path d=\"M4 20v-12h14v12h-14zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-1\" viewBox=\"0 0 36 28\">\n<title>battery-1</title>\n<path d=\"M4 20v-12h8v12h-8zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-0\" viewBox=\"0 0 36 28\">\n<title>battery-0</title>\n<path d=\"M34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mouse-pointer\" viewBox=\"0 0 18 28\">\n<title>mouse-pointer</title>\n<path d=\"M17.703 16.297c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-5.969l3.141 7.438c0.219 0.516-0.031 1.094-0.531 1.313l-2.766 1.172c-0.516 0.219-1.094-0.031-1.313-0.531l-2.984-7.063-4.875 4.875c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-23.5c0-0.406 0.25-0.766 0.625-0.922 0.109-0.047 0.25-0.078 0.375-0.078 0.266 0 0.516 0.094 0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-i-cursor\" viewBox=\"0 0 14 28\">\n<title>i-cursor</title>\n<path d=\"M13 2c-3.313 0-5 1.172-5 3.5v6.5h2v2h-2v8.5c0 2.328 1.687 3.5 5 3.5h1v2h-1c-2.812 0-4.875-0.812-6-2.281-1.125 1.469-3.187 2.281-6 2.281h-1v-2h1c3.313 0 5-1.172 5-3.5v-8.5h-2v-2h2v-6.5c0-2.328-1.687-3.5-5-3.5h-1v-2h1c2.812 0 4.875 0.812 6 2.281 1.125-1.469 3.187-2.281 6-2.281h1v2h-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-group\" viewBox=\"0 0 32 28\">\n<title>object-group</title>\n<path d=\"M32 6h-2v16h2v6h-6v-2h-20v2h-6v-6h2v-16h-2v-6h6v2h20v-2h6v6zM28 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 26v-2h-2v2h2zM26 24v-2h2v-16h-2v-2h-20v2h-2v16h2v2h20zM30 26v-2h-2v2h2zM20 10h6v12h-14v-4h-6v-12h14v4zM8 16h10v-8h-10v8zM24 20v-8h-4v6h-6v2h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-ungroup\" viewBox=\"0 0 36 28\">\n<title>object-ungroup</title>\n<path d=\"M36 12h-2v10h2v6h-6v-2h-14v2h-6v-6h2v-2h-6v2h-6v-6h2v-10h-2v-6h6v2h14v-2h6v6h-2v2h6v-2h6v6zM32 8v2h2v-2h-2zM22 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 20v-2h-2v2h2zM24 18h-2v2h2v-2zM6 18h14v-2h2v-10h-2v-2h-14v2h-2v10h2v2zM14 26v-2h-2v2h2zM34 26v-2h-2v2h2zM32 22v-10h-2v-2h-6v6h2v6h-6v-2h-6v2h2v2h14v-2h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note\" viewBox=\"0 0 24 28\">\n<title>sticky-note</title>\n<path d=\"M16 19.5v6.5h-14.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5v14.5h-6.5c-0.828 0-1.5 0.672-1.5 1.5zM18 20h5.953c-0.141 0.75-0.547 1.594-1.016 2.063l-2.875 2.875c-0.469 0.469-1.313 0.875-2.063 1.016v-5.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note-o\" viewBox=\"0 0 24 28\">\n<title>sticky-note-o</title>\n<path d=\"M21.875 20h-3.875v3.875c0.266-0.094 0.531-0.234 0.641-0.344l2.891-2.891c0.109-0.109 0.25-0.375 0.344-0.641zM17.5 18h4.5v-14h-20v20h14v-4.5c0-0.828 0.672-1.5 1.5-1.5zM24 3.5v16c0 0.828-0.484 1.984-1.062 2.562l-2.875 2.875c-0.578 0.578-1.734 1.062-2.562 1.062h-16c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-jcb\" viewBox=\"0 0 36 28\">\n<title>cc-jcb</title>\n<path d=\"M30.484 15.594c0 0.562-0.375 0.969-0.844 1.062-0.063 0.016-0.203 0.031-0.281 0.031h-2.391v-2.188h2.391c0.078 0 0.219 0.016 0.281 0.031 0.469 0.094 0.844 0.516 0.844 1.062zM30.203 12.266c0 0.547-0.375 0.906-0.828 0.984-0.047 0.016-0.156 0.016-0.234 0.016h-2.172v-2.016h2.172c0.078 0 0.187 0.016 0.234 0.016 0.453 0.078 0.828 0.453 0.828 1zM11.375 14.828v-4.813h-3.563v4.813c0 1.172-0.797 2.047-2.234 2.047-1.219 0-2.422-0.359-3.578-0.922v1.75c1.875 0.516 4.25 0.516 4.25 0.516 3.969 0 5.125-1.516 5.125-3.391zM22.531 17.703v-1.766c-0.812 0.422-1.844 0.828-3.125 0.922-2.25 0.172-3.594-0.922-3.594-2.859s1.344-3.031 3.594-2.859c1.281 0.094 2.297 0.484 3.125 0.906v-1.75c-1.672-0.422-3.25-0.484-3.25-0.484-5.5-0.25-7.063 1.922-7.063 4.188s1.563 4.438 7.063 4.188c0 0 1.578-0.063 3.25-0.484zM34 15.906c0-1.156-1.031-1.906-2.375-2v-0.047c1.219-0.172 1.891-0.969 1.891-1.891 0-1.188-0.984-1.875-2.312-1.937-0.094 0-0.266-0.016-0.406-0.016h-7.109v7.969h7.672c1.516 0 2.641-0.812 2.641-2.078zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-diners-club\" viewBox=\"0 0 36 28\">\n<title>cc-diners-club</title>\n<path d=\"M13.406 19.391v-10.828c-2.172 0.844-3.719 2.953-3.719 5.422s1.547 4.578 3.719 5.406zM21.281 13.984c0-2.469-1.547-4.578-3.719-5.422v10.844c2.172-0.844 3.719-2.953 3.719-5.422zM24.641 13.984c0 5.047-4.094 9.156-9.156 9.156-5.047 0-9.156-4.109-9.156-9.156 0-5.063 4.109-9.156 9.156-9.156 5.063 0 9.156 4.094 9.156 9.156zM30.625 14.094c0-5.969-4.984-10.094-10.453-10.094h-4.703c-5.531 0-10.094 4.125-10.094 10.094 0 5.453 4.562 9.906 10.094 9.906h4.703c5.469 0 10.453-4.453 10.453-9.906zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clone\" viewBox=\"0 0 28 28\">\n<title>clone</title>\n<path d=\"M26 25.5v-17c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5zM28 8.5v17c0 1.375-1.125 2.5-2.5 2.5h-17c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5zM22 2.5v2.5h-2v-2.5c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h2.5v2h-2.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-balance-scale\" viewBox=\"0 0 34 28\">\n<title>balance-scale</title>\n<path d=\"M27 7l-6 11h12zM7 7l-6 11h12zM19.828 4c-0.297 0.844-0.984 1.531-1.828 1.828v20.172h9.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-21c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9.5v-20.172c-0.844-0.297-1.531-0.984-1.828-1.828h-7.672c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h7.672c0.422-1.172 1.516-2 2.828-2s2.406 0.828 2.828 2h7.672c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-7.672zM17 4.25c0.688 0 1.25-0.562 1.25-1.25s-0.562-1.25-1.25-1.25-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25zM34 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484v0zM14 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-o\" viewBox=\"0 0 24 28\">\n<title>hourglass-o</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-3.156 1.188-6.344 5.359-6.344 11.062h16c0-5.703-3.187-9.875-6.344-11.062-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-1\" viewBox=\"0 0 24 28\">\n<title>hourglass-1</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 0.688 0.047 1.359 0.141 2h15.719c0.094-0.641 0.141-1.313 0.141-2zM20 26c0-5.609-3.094-9.75-6.203-11h-3.594c-3.109 1.25-6.203 5.391-6.203 11h16z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-2\" viewBox=\"0 0 24 28\">\n<title>hourglass-2</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 2.281 0.516 4.297 1.328 6h13.344c0.812-1.703 1.328-3.719 1.328-6zM19.109 21c-1.156-3.016-3.234-5.156-5.313-6h-3.594c-2.078 0.844-4.156 2.984-5.313 6h14.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-3\" viewBox=\"0 0 24 28\">\n<title>hourglass-3</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-1.344 0.5-2.703 1.563-3.813 3.063h10.938c-1.109-1.5-2.469-2.562-3.813-3.063-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass\" viewBox=\"0 0 24 28\">\n<title>hourglass</title>\n<path d=\"M23.5 25c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23zM2.031 24c0.297-5.266 4.594-8.094 7.469-10-2.875-1.906-7.172-4.734-7.469-10h19.938c-0.297 5.266-4.594 8.094-7.469 10 2.875 1.906 7.172 4.734 7.469 10h-19.938zM23.5 0c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-grab-o\" viewBox=\"0 0 24 28\">\n<title>hand-grab-o</title>\n<path d=\"M12 6c-1.109 0-2 0.891-2 2v2h-0.5v-1.453c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v6.703l-0.5-0.469v-2.688c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v3.5c0 0.484 0.203 0.938 0.547 1.281l4.844 4.625c0.453 0.453 0.609 0.969 0.609 1.594 0 0.547 0.453 1 1 1h10c0.547 0 1-0.453 1-1v-0.391c0-0.406 0.047-0.812 0.156-1.203l1.687-6.813c0.109-0.391 0.156-0.797 0.156-1.203v-3.844c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v0.5h-0.5v-1.953c0-0.828-0.562-1.594-1.391-1.766-0.109-0.016-0.234-0.031-0.359-0.031-0.969 0-1.75 0.781-1.75 1.75v2h-0.5v-1.906c0-1.047-0.75-1.969-1.797-2.078-0.078-0.016-0.141-0.016-0.203-0.016zM12 4c0.844 0 1.656 0.266 2.328 0.781 0.578-0.344 1.25-0.531 1.922-0.531 1.234 0 2.375 0.594 3.078 1.609 0.297-0.078 0.609-0.109 0.922-0.109 2.094 0 3.75 1.719 3.75 3.797v3.844c0 0.562-0.078 1.141-0.203 1.687l-1.703 6.813c-0.094 0.375-0.094 0.734-0.094 1.109 0 1.656-1.344 3-3 3h-10c-1.781 0-3-1.422-3-3.141l-4.813-4.625c-0.734-0.703-1.188-1.703-1.188-2.734v-3.5c0-2.063 1.687-3.75 3.75-3.75 0.094 0 0.172 0 0.25 0.016 0.125-1.984 1.781-3.516 3.75-3.516 0.531 0 1.047 0.109 1.531 0.328 0.734-0.703 1.703-1.078 2.719-1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-paper-o\" viewBox=\"0 0 26 28\">\n<title>hand-paper-o</title>\n<path d=\"M13.75 2c-0.969 0-1.75 0.781-1.75 1.75v10.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v12.25l-2.406-3.203c-0.375-0.5-0.969-0.797-1.594-0.797-1.109 0-2 0.906-2 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h10.75c0.719 0 1.344-0.516 1.484-1.219l1.188-6.328c0.047-0.297 0.078-0.609 0.078-0.922v-7.781c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v4.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v8.25h-0.5v-10.25c0-0.969-0.781-1.75-1.75-1.75zM13.75 0c1.406 0 2.703 0.797 3.344 2.063 0.219-0.047 0.438-0.063 0.656-0.063 2.063 0 3.75 1.687 3.75 3.75v0.266c2.172-0.125 4 1.547 4 3.734v7.781c0 0.438-0.047 0.875-0.125 1.297l-1.188 6.312c-0.297 1.656-1.75 2.859-3.437 2.859h-10.75c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.203 1.781-4 4-4 0.656 0 1.453 0.156 2 0.531v-6.781c0-2.063 1.687-3.75 3.75-3.75 0.219 0 0.438 0.016 0.656 0.063 0.641-1.266 1.937-2.063 3.344-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-scissors-o\" viewBox=\"0 0 28 28\">\n<title>hand-scissors-o</title>\n<path d=\"M16.766 26h-2.766c-1.625 0-2.859-0.703-3.531-2.203-0.234-0.5-0.359-1.047-0.359-1.594v-0.078c-1.281-0.625-2.109-1.937-2.109-3.375 0-0.172 0-0.594 0.078-0.75h-4.078c-2.203 0-4-1.797-4-4s1.797-4 4-4h1.766l-0.688-0.266c-1.547-0.578-2.578-2.078-2.578-3.734 0-2.203 1.797-4 4-4 0.484 0 0.969 0.094 1.422 0.266l9.812 3.734h6.266c2.203 0 4 1.797 4 4v10.437c0 1.844-1.25 3.437-3.031 3.875l-5.297 1.328c-0.938 0.234-1.922 0.359-2.906 0.359zM16 14.891l-2.422 1.109-2.547 1.156c-0.625 0.281-1.031 0.906-1.031 1.594 0 0.969 0.781 1.75 1.75 1.75 0.25 0 0.5-0.047 0.719-0.156l5.281-2.406c-1.016-0.219-1.75-1.141-1.75-2.188v-0.859zM21 19.75c0-0.969-0.781-1.75-1.75-1.75-0.25 0-0.5 0.047-0.719 0.156l-4.531 2.063c-0.938 0.422-1.891 0.797-1.891 1.984 0 1.031 0.719 1.781 1.766 1.781 0.187 0 0.438-0.063 0.594-0.141l5.5-2.5c0.625-0.281 1.031-0.906 1.031-1.594zM17.375 8l-10.156-3.875c-0.234-0.078-0.469-0.125-0.719-0.125-1.094 0-2 0.891-2 2 0 0.828 0.516 1.578 1.281 1.875l8.219 3.125v1h-10c-1.109 0-2 0.891-2 2s0.891 2 2 2h8.359l3.641-1.656v-3.094c0-0.625 0.266-1.234 0.719-1.656l1.734-1.594h-1.078zM16.766 24c0.812 0 1.641-0.094 2.422-0.297l5.297-1.328c0.891-0.219 1.516-1.016 1.516-1.937v-10.437c0-1.109-0.891-2-2-2h-4.813l-2.125 1.969c-0.359 0.328-0.562 0.797-0.562 1.281v4.625c0 0.969 0.797 1.687 1.75 1.687 0.969 0 1.75-0.859 1.75-1.813v-3.25h0.5v3.25c0 0.703-0.344 1.359-0.891 1.781 1.094 0.172 1.891 1.125 1.891 2.219 0 0.875-0.516 1.687-1.313 2.047l-4.844 2.203h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-lizard-o\" viewBox=\"0 0 32 28\">\n<title>hand-lizard-o</title>\n<path d=\"M17.984 0c1.266 0 2.484 0.609 3.234 1.641l8.937 12.203c1.203 1.625 1.844 3.578 1.844 5.609v5.547c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-2.766l-4.469-2.234h-8.531c-1.656 0-3-1.344-3-3v-0.5c0-2.484 2.016-4.5 4.5-4.5h6.563l0.656-2h-10.719c-2.078 0-3.813-1.594-3.984-3.656-0.656-0.797-1.016-1.813-1.016-2.844v-0.5c0-1.656 1.344-3 3-3h14.984zM30 25v-5.547c0-1.578-0.516-3.156-1.453-4.438l-8.953-12.203c-0.375-0.5-0.969-0.812-1.609-0.812h-14.984c-0.547 0-1 0.453-1 1 0 0.828 0.016 1.406 0.562 2.078 0.203-0.641 0.781-1.078 1.437-1.078h13v0.5h-13c-0.547 0-1 0.453-1 1 0 0.297-0.016 0.609 0.047 0.906 0.172 0.922 1.016 1.594 1.953 1.594h11.422c0.828 0 1.5 0.672 1.5 1.5 0 0.156-0.031 0.328-0.078 0.469l-1 3c-0.203 0.609-0.781 1.031-1.422 1.031h-6.922c-1.375 0-2.5 1.125-2.5 2.5v0.5c0 0.547 0.453 1 1 1h8.766c0.156 0 0.313 0.031 0.453 0.109l4.953 2.469c0.5 0.266 0.828 0.781 0.828 1.344v3.078c0 0.547 0.453 1 1 1h6c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-spock-o\" viewBox=\"0 0 30 28\">\n<title>hand-spock-o</title>\n<path d=\"M7.172 28c-1.609 0-3-1.094-3.391-2.656l-1.578-6.266c-0.125-0.547-0.203-1.125-0.203-1.687 0-0.359 0-0.703-0.078-1.047l-1.813-7.453c-0.078-0.297-0.109-0.594-0.109-0.891 0-1.937 1.469-3.531 3.391-3.734 0.344-1.766 1.859-3.016 3.672-3.016 1.734 0 3.234 1.188 3.641 2.875l1.297 5.437 1.609-6.687c0.406-1.687 1.906-2.875 3.641-2.875 1.859 0 3.391 1.344 3.687 3.156 1.922 0.219 3.313 1.844 3.313 3.766 0 0.297-0.047 0.609-0.109 0.922l-1.922 8c1.25-0.938 2.156-1.844 3.797-1.844 2.172 0 3.984 1.766 3.984 3.953 0 1.313-0.641 2.531-1.672 3.313l-7.922 5.938c-0.688 0.516-1.531 0.797-2.391 0.797h-10.844zM17.25 2c-0.797 0-1.5 0.562-1.687 1.344l-2.562 10.656h-1.984l-2.266-9.406c-0.187-0.781-0.891-1.344-1.687-1.344-1 0-1.75 0.797-1.75 1.766 0 0.156 0.016 0.297 0.047 0.438l2.063 8.547h-0.406l-1.547-6.375c-0.187-0.766-0.891-1.375-1.703-1.375-0.969 0-1.766 0.781-1.766 1.75 0 0.141 0.016 0.281 0.047 0.406l1.813 7.469c0.219 0.906 0.063 1.813 0.297 2.719l1.563 6.266c0.172 0.672 0.766 1.141 1.453 1.141h10.844c0.422 0 0.844-0.141 1.188-0.406l7.922-5.922c0.531-0.406 0.875-1.047 0.875-1.719 0-1.094-0.906-1.953-1.984-1.953-0.438 0-0.859 0.141-1.203 0.406l-4.797 3.594v-3.547c0-0.125 2.016-8.406 2.172-9.078 0.031-0.141 0.063-0.297 0.063-0.453 0-0.969-0.734-1.797-1.734-1.797-0.812 0-1.516 0.562-1.703 1.344l-1.813 7.531h-0.406l2.344-9.75c0.031-0.141 0.047-0.297 0.047-0.438 0-0.984-0.719-1.813-1.734-1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-pointer-o\" viewBox=\"0 0 26 28\">\n<title>hand-pointer-o</title>\n<path d=\"M10 2c-1.109 0-2 0.891-2 2v14l-2.359-3.156c-0.391-0.516-1.016-0.844-1.672-0.844-1.094 0-1.969 0.922-1.969 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h11.219c0.453 0 0.859-0.313 0.969-0.75l1.437-5.75c0.25-1 0.375-2.016 0.375-3.031v-3.391c0-0.828-0.641-1.578-1.5-1.578-0.828 0-1.5 0.672-1.5 1.5h-0.5v-0.953c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v1h-0.5v-1.406c0-1.125-0.859-2.094-2-2.094-1.109 0-2 0.891-2 2v1.5h-0.5v-8.906c0-1.125-0.859-2.094-2-2.094zM10 0c2.234 0 4 1.875 4 4.094v3.437c0.172-0.016 0.328-0.031 0.5-0.031 1.016 0 1.969 0.391 2.703 1.078 0.484-0.219 1.016-0.328 1.547-0.328 1.125 0 2.172 0.5 2.875 1.359 0.297-0.078 0.578-0.109 0.875-0.109 1.969 0 3.5 1.641 3.5 3.578v3.391c0 1.172-0.141 2.359-0.438 3.516l-1.437 5.75c-0.328 1.328-1.531 2.266-2.906 2.266h-11.219c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.188 1.781-4 3.969-4 0.719 0 1.422 0.187 2.031 0.547v-8.547c0-2.203 1.797-4 4-4zM12 22v-6h-0.5v6h0.5zM16 22v-6h-0.5v6h0.5zM20 22v-6h-0.5v6h0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-peace-o\" viewBox=\"0 0 24 28\">\n<title>hand-peace-o</title>\n<path d=\"M20.125 10.109c0.578 0 1.156 0.109 1.672 0.359 1.5 0.672 2.203 1.906 2.203 3.531v2.766c0 0.984-0.125 1.969-0.359 2.906l-1.328 5.297c-0.438 1.781-2.031 3.031-3.875 3.031h-10.437c-2.203 0-4-1.797-4-4v-6.266l-3.734-9.812c-0.172-0.453-0.266-0.938-0.266-1.422 0-2.203 1.797-4 4-4 1.656 0 3.156 1.031 3.734 2.578l0.266 0.688v-1.766c0-2.203 1.797-4 4-4s4 1.797 4 4v4.078c0.25-0.047 0.5-0.078 0.75-0.078 1.437 0 2.75 0.828 3.375 2.109zM16.75 10c-0.688 0-1.313 0.406-1.594 1.031l-1.156 2.547-1.109 2.422h0.859c1.047 0 1.969 0.734 2.188 1.75l2.406-5.281c0.109-0.219 0.156-0.469 0.156-0.719 0-0.969-0.781-1.75-1.75-1.75zM20.203 12.109c-1.188 0-1.563 0.953-1.984 1.891l-2.063 4.531c-0.109 0.219-0.156 0.469-0.156 0.719 0 0.969 0.781 1.75 1.75 1.75 0.688 0 1.313-0.406 1.594-1.031l2.5-5.5c0.078-0.156 0.141-0.406 0.141-0.594 0-1.047-0.75-1.766-1.781-1.766zM2 6.5c0 0.25 0.047 0.484 0.125 0.719l3.875 10.156v1.078l1.594-1.734c0.422-0.453 1.031-0.719 1.656-0.719h3.094l1.656-3.641v-8.359c0-1.109-0.891-2-2-2s-2 0.891-2 2v10h-1l-3.125-8.219c-0.297-0.766-1.047-1.281-1.875-1.281-1.109 0-2 0.906-2 2zM18.438 26c0.922 0 1.719-0.625 1.937-1.516l1.328-5.297c0.203-0.781 0.297-1.609 0.297-2.422v-1.422l-2.203 4.844c-0.359 0.797-1.172 1.313-2.047 1.313-1.094 0-2.047-0.797-2.219-1.891-0.422 0.547-1.078 0.891-1.781 0.891h-3.25v-0.5h3.25c0.953 0 1.813-0.781 1.813-1.75 0-0.953-0.719-1.75-1.687-1.75h-4.625c-0.484 0-0.953 0.203-1.281 0.562l-1.969 2.125v4.813c0 1.109 0.891 2 2 2h10.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trademark\" viewBox=\"0 0 31 28\">\n<title>trademark</title>\n<path d=\"M13.391 8.5v1.828c0 0.266-0.234 0.484-0.5 0.484h-4.656v12.688c0 0.281-0.219 0.5-0.484 0.5h-2.109c-0.281 0-0.5-0.219-0.5-0.5v-12.688h-4.641c-0.281 0-0.5-0.219-0.5-0.484v-1.828c0-0.281 0.219-0.5 0.5-0.5h12.391c0.266 0 0.5 0.219 0.5 0.5zM29.609 8.453l1.203 15.016c0.016 0.141-0.031 0.266-0.125 0.375-0.094 0.094-0.219 0.156-0.359 0.156h-2.094c-0.25 0-0.469-0.203-0.484-0.453l-0.719-9.188-2.953 6.641c-0.078 0.187-0.25 0.297-0.453 0.297h-1.875c-0.187 0-0.359-0.109-0.453-0.297l-2.938-6.672-0.703 9.219c-0.016 0.25-0.234 0.453-0.484 0.453h-2.109c-0.141 0-0.266-0.063-0.359-0.156-0.094-0.109-0.141-0.234-0.141-0.375l1.219-15.016c0.016-0.25 0.234-0.453 0.484-0.453h2.219c0.203 0 0.375 0.125 0.453 0.297l3.437 8.125c0.109 0.25 0.219 0.531 0.313 0.797 0.109-0.266 0.203-0.547 0.313-0.797l3.453-8.125c0.078-0.172 0.25-0.297 0.453-0.297h2.203c0.266 0 0.484 0.203 0.5 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-registered\" viewBox=\"0 0 28 28\">\n<title>registered</title>\n<path d=\"M16.281 10.984c0-0.906-0.313-1.547-0.938-1.891-0.313-0.172-0.75-0.281-1.828-0.281h-1.922v4.391h2.531c1.375 0 2.156-0.812 2.156-2.219zM17.094 15.437l3.203 5.828c0.078 0.156 0.078 0.344-0.016 0.484-0.078 0.156-0.25 0.25-0.422 0.25h-2.375c-0.187 0-0.359-0.094-0.438-0.266l-3.031-5.703h-2.422v5.469c0 0.281-0.219 0.5-0.5 0.5h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h4.594c1.641 0 2.359 0.141 2.969 0.375 1.766 0.656 2.859 2.391 2.859 4.516 0 1.922-0.953 3.547-2.469 4.297 0.047 0.078 0.094 0.156 0.141 0.25zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-creative-commons\" viewBox=\"0 0 28 28\">\n<title>creative-commons</title>\n<path d=\"M9.453 19.266c2.562 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.047-0.562l-0.703-1.281c-0.063-0.141-0.219-0.234-0.375-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.297 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.078 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM19.297 19.266c2.578 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.063-0.562l-0.703-1.281c-0.078-0.141-0.219-0.234-0.391-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.313 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.063 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg\" viewBox=\"0 0 32 28\">\n<title>gg</title>\n<path d=\"M11.5 12.5l6 6-6 6-10.5-10.5 10.5-10.5 2.625 2.625-1.5 1.5-1.125-1.125-7.5 7.5 7.5 7.5 3.016-3.016-4.516-4.484zM20.5 3.5l10.5 10.5-10.5 10.5-2.625-2.625 1.5-1.5 1.125 1.125 7.5-7.5-7.5-7.5-3.016 3.016 4.516 4.484-1.5 1.5-6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg-circle\" viewBox=\"0 0 28 28\">\n<title>gg-circle</title>\n<path d=\"M11.203 21.156l4.234-4.234-4.359-4.359-1.375 1.375 3 2.984-1.5 1.5-4.359-4.359 4.359-4.359 0.625 0.625 1.359-1.359-1.984-2-7.094 7.094zM16.797 21.031l7.094-7.094-7.094-7.094-4.234 4.234 4.359 4.359 1.375-1.375-3-2.984 1.5-1.5 4.359 4.359-4.359 4.359-0.625-0.625-1.359 1.375zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tripadvisor\" viewBox=\"0 0 36 28\">\n<title>tripadvisor</title>\n<path d=\"M10.172 15.578c0 0.812-0.656 1.469-1.453 1.469-0.812 0-1.469-0.656-1.469-1.469 0-0.797 0.656-1.453 1.469-1.453 0.797 0 1.453 0.656 1.453 1.453zM28.203 15.563c0 0.812-0.656 1.469-1.469 1.469s-1.469-0.656-1.469-1.469 0.656-1.453 1.469-1.453 1.469 0.641 1.469 1.453zM11.953 15.578c0-1.656-1.359-3.016-3.016-3.016-1.672 0-3.016 1.359-3.016 3.016 0 1.672 1.344 3.016 3.016 3.016 1.656 0 3.016-1.344 3.016-3.016zM29.969 15.563c0-1.656-1.344-3.016-3.016-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.016-1.344 3.016-3.016zM13.281 15.578c0 2.406-1.937 4.359-4.344 4.359s-4.359-1.953-4.359-4.359c0-2.391 1.953-4.344 4.359-4.344s4.344 1.953 4.344 4.344zM31.313 15.563c0 2.406-1.953 4.344-4.359 4.344-2.391 0-4.344-1.937-4.344-4.344s1.953-4.344 4.344-4.344c2.406 0 4.359 1.937 4.359 4.344zM16.25 15.609c0-3.984-3.234-7.219-7.219-7.219-3.969 0-7.203 3.234-7.203 7.219s3.234 7.219 7.203 7.219c3.984 0 7.219-3.234 7.219-7.219zM26.688 6.656c-2.578-1.125-5.484-1.734-8.687-1.734s-6.391 0.609-8.953 1.719c4.953 0.016 8.953 4.016 8.953 8.969 0-4.859 3.859-8.813 8.687-8.953zM34.172 15.609c0-3.984-3.219-7.219-7.203-7.219s-7.219 3.234-7.219 7.219 3.234 7.219 7.219 7.219 7.203-3.234 7.203-7.219zM30.016 6.766h5.984c-0.938 1.094-1.625 2.562-1.797 3.578 1.078 1.484 1.719 3.297 1.719 5.266 0 4.953-4.016 8.953-8.953 8.953-2.812 0-5.313-1.281-6.953-3.297 0 0-0.734 0.875-2.016 2.797-0.219-0.453-1.328-2.031-2-2.812-1.641 2.031-4.156 3.313-6.969 3.313-4.937 0-8.953-4-8.953-8.953 0-1.969 0.641-3.781 1.719-5.266-0.172-1.016-0.859-2.484-1.797-3.578h5.703c3.063-2.047 7.516-3.328 12.297-3.328s8.953 1.281 12.016 3.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki\" viewBox=\"0 0 20 28\">\n<title>odnoklassniki</title>\n<path d=\"M10 14.172c-3.906 0-7.094-3.172-7.094-7.078 0-3.922 3.187-7.094 7.094-7.094s7.094 3.172 7.094 7.094c0 3.906-3.187 7.078-7.094 7.078zM10 3.594c-1.922 0-3.484 1.563-3.484 3.5 0 1.922 1.563 3.484 3.484 3.484s3.484-1.563 3.484-3.484c0-1.937-1.563-3.5-3.484-3.5zM18.172 15.031c0.688 1.406-0.094 2.078-1.875 3.234-1.5 0.953-3.563 1.328-4.922 1.469l1.141 1.125 4.172 4.172c0.625 0.641 0.625 1.672 0 2.297l-0.187 0.203c-0.641 0.625-1.672 0.625-2.312 0-1.047-1.062-2.578-2.594-4.172-4.188l-4.172 4.188c-0.641 0.625-1.672 0.625-2.297 0l-0.187-0.203c-0.641-0.625-0.641-1.656 0-2.297 1.062-1.062 2.578-2.594 4.172-4.172l1.125-1.125c-1.344-0.141-3.437-0.5-4.953-1.469-1.781-1.156-2.562-1.828-1.875-3.234 0.406-0.797 1.516-1.469 2.984-0.313 0 0 1.984 1.578 5.187 1.578s5.187-1.578 5.187-1.578c1.469-1.156 2.578-0.484 2.984 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki-square\" viewBox=\"0 0 24 28\">\n<title>odnoklassniki-square</title>\n<path d=\"M14.484 9.063c0 1.375-1.109 2.484-2.484 2.484s-2.484-1.109-2.484-2.484 1.109-2.484 2.484-2.484 2.484 1.109 2.484 2.484zM17.828 14.734c-0.281-0.562-1.078-1.047-2.125-0.219 0 0-1.422 1.125-3.703 1.125s-3.703-1.125-3.703-1.125c-1.047-0.828-1.844-0.344-2.125 0.219-0.5 1 0.063 1.484 1.328 2.312 1.078 0.688 2.578 0.953 3.531 1.047l-0.797 0.812c-1.125 1.125-2.219 2.219-2.984 2.969-0.453 0.453-0.453 1.188 0 1.641l0.141 0.141c0.453 0.453 1.188 0.453 1.641 0l2.984-2.984c1.125 1.141 2.219 2.234 2.984 2.984 0.453 0.453 1.188 0.453 1.641 0l0.141-0.141c0.453-0.453 0.453-1.188 0-1.641l-2.984-2.969-0.812-0.812c0.969-0.094 2.438-0.359 3.516-1.047 1.266-0.828 1.828-1.313 1.328-2.312zM17.063 9.063c0-2.797-2.266-5.063-5.063-5.063s-5.063 2.266-5.063 5.063 2.266 5.063 5.063 5.063 5.063-2.266 5.063-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-get-pocket\" viewBox=\"0 0 27 28\">\n<title>get-pocket</title>\n<path d=\"M24.453 2c1.359 0 2.422 1.094 2.422 2.438v8.109c0 7.484-5.984 13.453-13.422 13.453-7.469 0-13.453-5.969-13.453-13.453v-8.109c0-1.328 1.109-2.438 2.438-2.438h22.016zM13.453 18.625c0.469 0 0.938-0.187 1.281-0.516l6.312-6.062c0.359-0.344 0.578-0.828 0.578-1.328 0-1.016-0.828-1.844-1.844-1.844-0.484 0-0.938 0.187-1.281 0.516l-5.047 4.844-5.047-4.844c-0.344-0.328-0.797-0.516-1.266-0.516-1.016 0-1.844 0.828-1.844 1.844 0 0.5 0.203 0.984 0.562 1.328l6.328 6.062c0.328 0.328 0.797 0.516 1.266 0.516z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wikipedia-w\" viewBox=\"0 0 36 28\">\n<title>wikipedia-w</title>\n<path d=\"M23.344 25.609l-4.609-10.859c-1.828 3.578-3.844 7.313-5.578 10.859-0.016 0.016-0.844 0-0.844-0.016-2.641-6.172-5.406-12.297-8.047-18.484-0.641-1.5-2.781-3.938-4.25-3.922 0-0.172-0.016-0.562-0.016-0.797h9.109v0.781c-1.078 0.063-2.969 0.75-2.438 1.922 1.234 2.797 5.828 13.516 7.063 16.234 0.844-1.672 3.25-6.141 4.234-8.031-0.781-1.594-3.297-7.531-4.094-9-0.547-1-2.031-1.094-3.141-1.109v-0.781l8.016 0.016v0.734c-1.094 0.031-2.141 0.438-1.656 1.469 1.062 2.25 1.719 3.828 2.703 5.891 0.313-0.609 1.953-3.906 2.703-5.672 0.5-1.156-0.219-1.609-2.172-1.656 0.016-0.203 0-0.578 0.016-0.766 2.5-0.016 6.25-0.016 6.922-0.031v0.766c-1.266 0.047-2.578 0.719-3.266 1.781l-3.328 6.906c0.359 0.906 3.563 8.031 3.891 8.813l6.891-15.891c-0.484-1.297-2.047-1.578-2.656-1.594v-0.781l7.187 0.063 0.016 0.031-0.016 0.688c-1.578 0.047-2.531 0.891-3.141 2.266-1.406 3.25-5.812 13.5-8.734 20.172h-0.766z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-safari\" viewBox=\"0 0 28 28\">\n<title>safari</title>\n<path d=\"M14.828 13.953c0 0.516-0.359 1-0.906 1-0.516 0-1-0.375-1-0.906 0-0.516 0.375-1 0.922-1 0.5 0 0.984 0.359 0.984 0.906zM15.062 14.859l5.469-9.078c-0.734 0.688-7.578 6.984-7.766 7.313l-5.453 9.063c0.719-0.672 7.578-7 7.75-7.297zM25.172 14c0 2.047-0.562 4.062-1.625 5.797-0.156-0.078-0.812-0.547-0.938-0.547-0.109 0-0.203 0.094-0.203 0.203 0 0.203 0.734 0.578 0.922 0.688-1.547 2.344-3.938 4.031-6.656 4.703l-0.25-1.047c-0.016-0.141-0.109-0.156-0.234-0.156-0.109 0-0.172 0.156-0.156 0.234l0.25 1.062c-0.75 0.156-1.516 0.234-2.281 0.234-2.047 0-4.062-0.578-5.812-1.641 0.094-0.156 0.688-1.016 0.688-1.141 0-0.109-0.094-0.203-0.203-0.203-0.219 0-0.688 0.938-0.828 1.125-2.359-1.563-4.062-3.984-4.719-6.75l1.078-0.234c0.125-0.031 0.156-0.125 0.156-0.234s-0.156-0.172-0.25-0.156l-1.062 0.234c-0.141-0.719-0.219-1.437-0.219-2.172 0-2.094 0.594-4.156 1.703-5.922 0.156 0.094 0.906 0.609 1.031 0.609 0.109 0 0.203-0.078 0.203-0.187 0-0.219-0.828-0.641-1.016-0.766 1.594-2.328 4.016-4 6.766-4.625l0.234 1.047c0.031 0.125 0.125 0.156 0.234 0.156s0.172-0.156 0.156-0.25l-0.234-1.031c0.688-0.125 1.391-0.203 2.094-0.203v0c2.094 0 4.141 0.594 5.922 1.703-0.109 0.156-0.609 0.891-0.609 1.016 0 0.109 0.078 0.203 0.187 0.203 0.219 0 0.641-0.812 0.75-1 2.312 1.563 3.969 3.953 4.609 6.672l-0.875 0.187c-0.141 0.031-0.156 0.125-0.156 0.25 0 0.109 0.156 0.172 0.234 0.156l0.891-0.203c0.141 0.719 0.219 1.453 0.219 2.187zM26.5 14c0-6.906-5.594-12.5-12.5-12.5s-12.5 5.594-12.5 12.5 5.594 12.5 12.5 12.5 12.5-5.594 12.5-12.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chrome\" viewBox=\"0 0 30 28\">\n<title>chrome</title>\n<path d=\"M13.953 0c2.391-0.016 4.828 0.594 7.047 1.875 2.453 1.422 4.312 3.469 5.5 5.812l-11.594-0.609c-3.281-0.187-6.406 1.656-7.484 4.75l-4.312-6.625c2.688-3.344 6.719-5.187 10.844-5.203zM2.281 6.328l5.266 10.359c1.484 2.922 4.625 4.703 7.875 4.094l-3.594 7.047c-6.703-1.031-11.828-6.828-11.828-13.828 0-2.828 0.844-5.469 2.281-7.672zM27.062 8.969c2.453 6.312 0 13.656-6.062 17.156-2.453 1.422-5.156 2-7.781 1.859l6.328-9.734c1.797-2.766 1.766-6.375-0.375-8.875zM14 9.281c2.609 0 4.719 2.109 4.719 4.719s-2.109 4.719-4.719 4.719-4.719-2.109-4.719-4.719 2.109-4.719 4.719-4.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-firefox\" viewBox=\"0 0 27 28\">\n<title>firefox</title>\n<path d=\"M14.109 28c-6.031 0-10.828-3.531-13.031-8.578-2.469-5.609-0.5-14.594 3.891-18.562l-0.172 4.391c0.219-0.281 1.891-0.359 2.156 0 0.906-1.734 3.828-3.031 6.172-3.078-0.891 0.75-2.953 3.484-2.781 4.875 1.141 0.359 2.891 0.375 3.813 0.438 0.281 0.156 0.234 1.109-0.328 1.891 0 0-0.734 1.016-2.719 1.375l0.234 2.953-2.172-1.047c-0.703 1.781 0.984 3.359 2.734 3.063 1.937-0.328 2.625-1.594 3.984-1.516 1.344 0.078 1.875 0.828 1.703 1.531 0 0-0.219 0.844-1.672 0.703-1.234 1.953-2.875 2.812-5.531 2.578 4.031 3.344 9.469 0.313 10.844-2.422 1.375-2.719 0.172-6.766-1.203-7.906 1.625 0.703 2.75 1.422 3.344 3 0.313-3.5-1.297-7.469-4.172-9.797 5.406 1.578 8.703 5.766 8.797 12.453s-5.922 13.656-13.891 13.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opera\" viewBox=\"0 0 28 28\">\n<title>opera</title>\n<path d=\"M23.328 3.563c-1.641-1.094-3.563-1.719-5.609-1.719-3.328 0-6.266 1.703-8.328 4.266-1.5 1.875-2.547 4.531-2.625 7.562v0.656c0.078 3.031 1.125 5.688 2.625 7.562 2.063 2.562 5 4.266 8.328 4.266 2.047 0 3.969-0.625 5.609-1.719-2.469 2.219-5.75 3.563-9.328 3.563-0.219 0-0.453 0-0.672-0.016-7.422-0.344-13.328-6.469-13.328-13.984 0-7.734 6.266-14 14-14h0.047c3.563 0.016 6.813 1.359 9.281 3.563zM28 14c0 4.078-1.75 7.734-4.531 10.297-1.062 0.641-2.234 0.984-3.469 0.984-1.437 0-2.797-0.469-3.984-1.313 3.172-1.156 5.516-5.172 5.516-9.969 0-4.781-2.328-8.797-5.5-9.969 1.188-0.828 2.531-1.297 3.969-1.297 1.266 0 2.453 0.359 3.531 1.016 2.75 2.562 4.469 6.203 4.469 10.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-internet-explorer\" viewBox=\"0 0 28 28\">\n<title>internet-explorer</title>\n<path d=\"M28 14.641c0 0.547-0.031 1.094-0.109 1.625h-17.984c0 3.109 2.734 5.359 5.734 5.359 2.031 0 3.984-1 5.031-2.766h6.609c-1.781 5.016-6.547 8.375-11.859 8.375-1.922 0-3.844-0.453-5.563-1.297-1.75 0.891-4.203 1.813-6.156 1.813-2.625 0-3.703-1.609-3.703-4.109 0-1.453 0.313-2.906 0.703-4.297 0.25-0.906 1.25-2.75 1.703-3.578 1.922-3.484 4.453-6.828 7.422-9.469-2.391 1.031-4.984 3.625-6.672 5.531 1.313-5.719 6.406-9.766 12.266-9.766 0.234 0 0.469 0 0.703 0.016 1.937-0.891 4.641-1.828 6.766-1.828 2.531 0 4.703 0.969 4.703 3.828 0 1.5-0.578 3.125-1.172 4.469 1.031 1.859 1.578 3.969 1.578 6.094zM26.906 4.641c0-1.75-1.25-2.828-2.969-2.828-1.313 0-2.797 0.531-3.969 1.094 2.531 0.984 4.703 2.797 6.141 5.109 0.391-1.031 0.797-2.281 0.797-3.375zM2 23.969c0 1.813 1.078 2.797 2.859 2.797 1.391 0 2.938-0.625 4.156-1.297-2.547-1.5-4.516-3.891-5.484-6.687-0.719 1.5-1.531 3.5-1.531 5.187zM9.875 12.828h11.375c-0.109-3.016-2.766-5.187-5.688-5.187-2.938 0-5.578 2.172-5.688 5.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-television\" viewBox=\"0 0 30 28\">\n<title>television</title>\n<path d=\"M28 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 4.5v15c0 1.375-1.125 2.5-2.5 2.5h-11.5v2h5.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-2h-11.5c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-contao\" viewBox=\"0 0 28 28\">\n<title>contao</title>\n<path d=\"M2.156 2h3.078c-0.734 0.672-1.391 1.453-1.969 2.328-2.422 3.734-1.437 7.828-0.5 12.234 0.766 3.578 1.406 6.984 3.641 9.438h-4.25c-1 0-1.813-0.812-1.813-1.813v-20.375c0-1 0.812-1.813 1.813-1.813zM21.031 2h4.813c1 0 1.813 0.812 1.813 1.813v20.375c0 1-0.812 1.813-1.813 1.813h-2.781c2.063-2.047 3.234-5.016 3.063-8.828l-7.328 1.578c-0.094 1.734-0.688 3.406-3.063 3.906-1.328 0.281-2.422-0.031-3.109-0.625-0.844-0.719-1.516-1.656-2.641-7-1.141-5.359-0.906-6.484-0.438-7.484 0.391-0.812 1.266-1.563 2.578-1.844 2.391-0.5 3.609 0.797 4.406 2.344l7.313-1.563c-0.719-1.844-1.672-3.344-2.812-4.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-500px\" viewBox=\"0 0 22 28\">\n<title>500px</title>\n<path d=\"M21.891 24.172l-0.094 0.094c-1.172 1.172-2.531 2.094-4.047 2.734-1.578 0.656-3.234 1-4.953 1s-3.391-0.344-4.953-1c-1.516-0.641-2.891-1.563-4.047-2.734-1.172-1.156-2.094-2.516-2.734-4.031-0.391-0.953-0.703-1.937-0.844-2.953v0c-0.063-0.438 0.547-0.531 0.75-0.562 0.484-0.078 0.812-0.047 0.875 0.313 0.016 0.016 0.016 0.031 0.016 0.063 0.063 0.313 0.219 1.25 0.719 2.484 0.516 1.281 1.313 2.469 2.375 3.531 1.016 1.016 2.203 1.813 3.531 2.375 1.359 0.578 2.812 0.875 4.312 0.875 1.484 0 2.938-0.297 4.312-0.875 1.313-0.562 2.5-1.359 3.516-2.375l0.094-0.094c0.109-0.109 0.234-0.141 0.391-0.094 0.141 0.031 0.313 0.156 0.516 0.344v0c0.5 0.516 0.391 0.766 0.266 0.906zM14.516 14.562l-1.031 1.031 0.984 0.984c0.109 0.109 0.313 0.344-0.109 0.766-0.172 0.172-0.344 0.266-0.5 0.266-0.109 0-0.203-0.047-0.297-0.156l-0.969-0.953-1.031 1.031c-0.031 0.031-0.109 0.078-0.234 0.078-0.141 0-0.313-0.078-0.484-0.25l-0.031-0.031c-0.109-0.094-0.281-0.266-0.281-0.453 0-0.094 0.047-0.172 0.125-0.266l1.031-1.016-1.031-1.031c-0.172-0.172-0.094-0.391 0.219-0.703 0.187-0.187 0.344-0.281 0.484-0.281 0.078 0 0.141 0.031 0.203 0.078l1.016 1.031 1.016-1.016c0.172-0.172 0.453-0.094 0.75 0.203 0.187 0.187 0.391 0.453 0.172 0.688zM21.875 15.453c0 1.234-0.25 2.438-0.719 3.563-0.469 1.094-1.125 2.063-1.969 2.906s-1.828 1.5-2.922 1.969c-1.125 0.484-2.328 0.719-3.563 0.719s-2.438-0.234-3.563-0.719c-1.094-0.469-2.078-1.125-2.922-1.969s-1.5-1.813-1.953-2.906c-0.094-0.203-0.234-0.594-0.234-0.625h-0.016c-0.141-0.438 0.484-0.625 0.672-0.688 0.453-0.141 0.797-0.203 0.938 0.187 0.375 1 0.953 1.969 1.516 2.609h0.016v-5.328c0.031-1.313 0.578-2.641 1.594-3.625 1.047-1.031 2.453-1.609 3.953-1.609 3.063 0 5.547 2.469 5.547 5.5 0 3.063-2.5 5.547-5.547 5.547-0.609 0-1.062-0.047-1.75-0.25-0.078-0.031-0.438-0.187-0.203-0.953 0.063-0.203 0.25-0.797 0.688-0.672 0.031 0 0.797 0.187 1.203 0.187 2.172 0 3.875-1.687 3.875-3.844 0-1.016-0.406-1.969-1.125-2.672-0.719-0.719-1.687-1.109-2.734-1.109-1.078 0-2.063 0.438-2.781 1.25-0.625 0.703-1 1.641-1 2.5v6.453c1.125 0.688 2.422 1.047 3.781 1.047 2 0 3.937-0.797 5.328-2.188 1.406-1.406 2.188-3.297 2.188-5.281 0-2-0.781-3.875-2.203-5.297-1.406-1.406-3.281-2.188-5.297-2.188s-3.906 0.781-5.313 2.188c-0.016 0.016-0.906 0.938-1.203 1.359l-0.031 0.031c-0.187 0.266-0.359 0.516-1.141 0.344-0.391-0.094-0.812-0.328-0.812-0.672v-10.625c0-0.281 0.219-0.594 0.594-0.594h13.703c0.469 0 0.469 0.656 0.469 0.859 0 0.219 0 0.859-0.469 0.859h-12.672v7.547h0.016c0.875-0.922 2.391-1.891 3.281-2.266 1.109-0.469 2.359-0.719 3.609-0.719 1.234 0 2.438 0.234 3.563 0.719 1.094 0.469 2.078 1.125 2.922 1.969s1.5 1.813 1.969 2.906c0.469 1.141 0.719 2.328 0.719 3.578zM21.391 6.375c0.297 0.266 0.094 0.547-0.203 0.891-0.187 0.187-0.391 0.406-0.609 0.406-0.094 0-0.172-0.031-0.25-0.109-1.125-0.969-2.141-1.625-3.234-2.078-1.359-0.594-2.812-0.875-4.312-0.875-1.328 0-2.781 0.266-4.094 0.766-0.406 0.156-0.625-0.375-0.703-0.578-0.094-0.25-0.141-0.453-0.125-0.594 0.031-0.156 0.109-0.266 0.25-0.313 1.281-0.562 3.031-0.891 4.672-0.891 1.703 0 3.375 0.344 4.937 1 1.437 0.609 2.609 1.359 3.672 2.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-amazon\" viewBox=\"0 0 28 28\">\n<title>amazon</title>\n<path d=\"M24.234 23.063c0.469-0.234 0.828 0.125 0.344 0.75s-4.375 4.188-10.906 4.188-11.531-4.469-13.062-6.312c-0.422-0.484 0.063-0.703 0.344-0.516 4.578 2.781 11.734 7.359 23.281 1.891zM27.469 21.266c0.234 0.313 0 1.687-0.406 2.688-0.406 0.984-1 1.672-1.328 1.937-0.344 0.281-0.594 0.172-0.406-0.234s1.203-2.906 0.797-3.437c-0.406-0.516-2.312-0.266-3-0.203-0.672 0.063-0.812 0.125-0.875-0.016-0.141-0.359 1.359-0.969 2.344-1.094 0.984-0.109 2.562-0.047 2.875 0.359zM21.313 14.344c0 1.719 2.016 3.297 2.016 3.297l-3.547 3.5c-1.391-1.313-2.438-2.406-2.438-2.406-0.156-0.156-0.281-0.344-0.391-0.516-2.828 4.422-11.469 4.141-11.469-2.703 0-6.375 7.547-7.234 10.594-7.344v-1.984c0-0.422 0.156-2.344-2.219-2.344 0 0-2.375 0-3.391 3.094l-4.594-0.422c0-3.078 2.922-6.516 8.422-6.516 5.484 0 7.016 3.563 7.016 5.141v9.203zM10.813 14.672c0 3.172 5.266 3.922 5.266-1.078v-2.531c-2.109 0.063-5.266 0.656-5.266 3.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-plus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-plus-o</title>\n<path d=\"M24 4c1.094 0 2 0.906 2 2v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2zM18 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM24 26v-16h-22v16h22zM14 17h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-minus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-minus-o</title>\n<path d=\"M18 17.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-times-o\" viewBox=\"0 0 26 28\">\n<title>calendar-times-o</title>\n<path d=\"M17.359 21.641l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.938-2.953-2.938 2.953c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l2.953-2.938-2.953-2.938c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.938 2.938 2.938-2.938c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703l-2.938 2.938 2.938 2.938c0.187 0.203 0.187 0.516 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-check-o\" viewBox=\"0 0 26 28\">\n<title>calendar-check-o</title>\n<path d=\"M20.359 15.062l-8 8c-0.203 0.187-0.516 0.187-0.719 0l-4.5-4.5c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l3.437 3.437 6.937-6.937c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-industry\" viewBox=\"0 0 28 28\">\n<title>industry</title>\n<path d=\"M7 0c0.547 0 1 0.453 1 1v13.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v5.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v18c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-pin\" viewBox=\"0 0 16 28\">\n<title>map-pin</title>\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-signs\" viewBox=\"0 0 28 28\">\n<title>map-signs</title>\n<path d=\"M27.266 4.641c0.203 0.203 0.203 0.516 0 0.719l-2.203 2.203c-0.281 0.281-0.672 0.438-1.062 0.438h-21c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h9v-1c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1h8c0.391 0 0.781 0.156 1.062 0.438zM12 19h4v8c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-8zM25 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-21c-0.391 0-0.781-0.156-1.062-0.438l-2.203-2.203c-0.203-0.203-0.203-0.516 0-0.719l2.203-2.203c0.281-0.281 0.672-0.438 1.062-0.438h8v-3h4v3h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-o\" viewBox=\"0 0 32 28\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map\" viewBox=\"0 0 28 28\">\n<title>map</title>\n<path d=\"M8 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM27.5 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM10 0c0.078 0 0.156 0.016 0.219 0.047l8 4c0.172 0.094 0.281 0.266 0.281 0.453v23c0 0.266-0.234 0.5-0.5 0.5-0.078 0-0.156-0.016-0.219-0.047l-8-4c-0.172-0.094-0.281-0.266-0.281-0.453v-23c0-0.266 0.234-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting\" viewBox=\"0 0 28 28\">\n<title>commenting</title>\n<path d=\"M10 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 14c0 5.531-6.266 10-14 10-1.141 0-2.25-0.094-3.297-0.281-1.781 1.781-4.109 3-6.797 3.578-0.422 0.078-0.875 0.156-1.344 0.203-0.25 0.031-0.484-0.141-0.547-0.375v0c-0.063-0.25 0.125-0.406 0.313-0.578 0.984-0.922 2.156-1.656 2.562-4.953-2.984-1.828-4.891-4.547-4.891-7.594 0-5.531 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting-o\" viewBox=\"0 0 28 28\">\n<title>commenting-o</title>\n<path d=\"M10 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM16 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10v0c7.734 0 14 4.484 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-houzz\" viewBox=\"0 0 16 28\">\n<title>houzz</title>\n<path d=\"M8 18.609l8-4.609v9.234l-8 4.625v-9.25zM0 14v9.234l8-4.625-8-4.609zM8 0.141v9.234l-8 4.625v-9.234zM8 9.375l8-4.609v9.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo\" viewBox=\"0 0 28 28\">\n<title>vimeo</title>\n<path d=\"M26.703 8.094c-0.109 2.469-1.844 5.859-5.187 10.172-3.469 4.484-6.375 6.734-8.781 6.734-1.484 0-2.734-1.375-3.75-4.109-0.688-2.5-1.375-5.016-2.063-7.531-0.75-2.734-1.578-4.094-2.453-4.094-0.187 0-0.844 0.391-1.984 1.188l-1.203-1.531c1.25-1.109 2.484-2.234 3.719-3.313 1.656-1.469 2.922-2.203 3.766-2.281 1.984-0.187 3.187 1.156 3.656 4.047 0.484 3.125 0.844 5.078 1.031 5.828 0.578 2.594 1.188 3.891 1.875 3.891 0.531 0 1.328-0.828 2.406-2.516 1.062-1.687 1.625-2.969 1.703-3.844 0.141-1.453-0.422-2.172-1.703-2.172-0.609 0-1.234 0.141-1.891 0.406 1.25-4.094 3.641-6.078 7.172-5.969 2.609 0.078 3.844 1.781 3.687 5.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-black-tie\" viewBox=\"0 0 24 28\">\n<title>black-tie</title>\n<path d=\"M0 2h24v24h-24v-24zM16.953 19.422l-3.453-9.859 3.453-4.641h-9.906l3.453 4.641-3.453 9.859 4.953 4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fonticons\" viewBox=\"0 0 24 28\">\n<title>fonticons</title>\n<path d=\"M0 2h24v24h-24v-24zM14.187 7l-0.187 0.516 1.172 1.297-0.484 1.781 0.391 0.391 1.672-0.891 1.672 0.891 0.391-0.391-0.484-1.781 1.172-1.297-0.187-0.516h-1.484l-0.828-1.5h-0.5l-0.828 1.5h-1.484zM10.016 9.547c0.641 0 0.891 0.234 0.875 1.234l2.719-0.328c0-2.391-1.641-2.828-3.469-2.828-2.719 0-4.141 1.094-4.141 3.75v1.125h-1.5v2h1.188c0.156 0 0.313 0 0.313 0.125v5.969c0 0.297-0.078 0.391-0.359 0.422l-1.141 0.109v1.375h7v-1.344l-2.328-0.219c-0.281-0.031-0.172-0.078-0.172-0.391v-6.047h2.984l0.594-2h-3.609c-0.156 0 0.031-0.109 0.031-0.234v-1.25c0-0.938 0.031-1.469 1.016-1.469zM19.5 22.5v-1.344l-0.844-0.141c-0.297-0.047-0.156-0.078-0.156-0.391v-8.125h-4.297l-0.359 1.578 1.297 0.344c0.203 0.063 0.359 0.203 0.359 0.422v5.781c0 0.297-0.125 0.359-0.406 0.391l-1.094 0.141v1.344h5.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-alien\" viewBox=\"0 0 28 28\">\n<title>reddit-alien</title>\n<path d=\"M28 13.219c0 1.219-0.688 2.266-1.703 2.781 0.125 0.484 0.187 0.984 0.187 1.5 0 4.937-5.578 8.937-12.453 8.937-6.859 0-12.437-4-12.437-8.937 0-0.5 0.063-1 0.172-1.469-1.047-0.516-1.766-1.578-1.766-2.812 0-1.719 1.391-3.109 3.109-3.109 0.891 0 1.687 0.375 2.266 0.984 2.109-1.469 4.922-2.422 8.047-2.531l1.813-8.141c0.063-0.281 0.359-0.469 0.641-0.406l5.766 1.266c0.375-0.75 1.172-1.281 2.078-1.281 1.297 0 2.344 1.047 2.344 2.328 0 1.297-1.047 2.344-2.344 2.344-1.281 0-2.328-1.047-2.328-2.328l-5.219-1.156-1.625 7.375c3.141 0.094 5.984 1.031 8.109 2.5 0.562-0.594 1.359-0.953 2.234-0.953 1.719 0 3.109 1.391 3.109 3.109zM6.531 16.328c0 1.297 1.047 2.344 2.328 2.344 1.297 0 2.344-1.047 2.344-2.344 0-1.281-1.047-2.328-2.344-2.328-1.281 0-2.328 1.047-2.328 2.328zM19.187 21.875c0.234-0.234 0.234-0.578 0-0.812-0.219-0.219-0.578-0.219-0.797 0-0.938 0.953-2.953 1.281-4.391 1.281s-3.453-0.328-4.391-1.281c-0.219-0.219-0.578-0.219-0.797 0-0.234 0.219-0.234 0.578 0 0.812 1.484 1.484 4.344 1.594 5.187 1.594s3.703-0.109 5.187-1.594zM19.141 18.672c1.281 0 2.328-1.047 2.328-2.344 0-1.281-1.047-2.328-2.328-2.328-1.297 0-2.344 1.047-2.344 2.328 0 1.297 1.047 2.344 2.344 2.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edge\" viewBox=\"0 0 28 28\">\n<title>edge</title>\n<path d=\"M1.078 12.422h0.016c0.812-6.469 5.234-12.437 13.141-12.422 4.797 0 8.75 2.25 11.062 6.391 1.188 2.141 1.625 4.422 1.625 6.906v2.938h-17.578c0.078 7.25 10.656 7 15.219 3.813v5.891c-2.672 1.609-8.703 3-13.406 1.203-3.984-1.531-6.766-5.672-6.813-9.703-0.063-5.203 2.578-8.656 6.813-10.625-0.891 1.125-1.578 2.344-1.937 4.453h9.922c0.578-5.922-5.609-5.922-5.609-5.922-5.844 0.203-10.063 3.609-12.453 7.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card-alt\" viewBox=\"0 0 36 28\">\n<title>credit-card-alt</title>\n<path d=\"M0 23.5v-9.5h36v9.5c0 1.375-1.125 2.5-2.5 2.5h-31c-1.375 0-2.5-1.125-2.5-2.5zM10 20v2h6v-2h-6zM4 20v2h4v-2h-4zM33.5 2c1.375 0 2.5 1.125 2.5 2.5v3.5h-36v-3.5c0-1.375 1.125-2.5 2.5-2.5h31z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codiepie\" viewBox=\"0 0 27 28\">\n<title>codiepie</title>\n<path d=\"M24.75 20.156l-3.406-1.734c-1.531 2.5-4.25 4.031-7.187 4.031-4.656 0-8.422-3.766-8.422-8.406 0-4.656 3.766-8.422 8.422-8.422 2.734 0 5.297 1.328 6.875 3.578l3.359-1.953c-2.297-3.531-6.188-5.641-10.391-5.641-6.844 0-12.391 5.547-12.391 12.391s5.547 12.391 12.391 12.391c4.438 0 8.547-2.375 10.75-6.234zM16.094 13.953l10.828 5.5c-2.375 5.187-7.141 8.547-12.922 8.547-7.734 0-14-6.266-14-14s6.266-14 14-14c5.5 0 10.031 3.031 12.594 7.812zM24.109 14h-0.609v2.5h-1.5v-5.5h2.125c1.734 0 1.891 3-0.016 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-modx\" viewBox=\"0 0 28 28\">\n<title>modx</title>\n<path d=\"M22.297 11.078l-9.594-6.031 1.437-2.359h13.359zM6.328 15.219l-2.875-1.813v-13.406l18.484 11.609zM22.25 13.109l2.297 1.484v13.406l-8.313-5.234zM21.672 12.781l-7.812 12.531h-13.359l5.563-8.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fort-awesome\" viewBox=\"0 0 26 28\">\n<title>fort-awesome</title>\n<path d=\"M10 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM18 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM26 16.25v11.75h-10v-5c0-1.656-1.344-3-3-3s-3 1.344-3 3v5h-10v-11.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-9.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.328 0.438-0.25 0.641-0.25v-6.109c-0.297-0.141-0.5-0.453-0.5-0.781 0-0.469 0.391-0.859 0.859-0.859s0.859 0.391 0.859 0.859c0 0.328-0.203 0.641-0.5 0.781v0.266c0.422-0.094 0.859-0.156 1.297-0.156 0.641 0 1.25 0.234 1.781 0.234 0.484 0 1.031-0.234 1.313-0.234 0.141 0 0.25 0.109 0.25 0.25v3.281c0 0.375-1.266 0.438-1.516 0.438-0.578 0-1.125-0.234-1.719-0.234-0.469 0-0.953 0.078-1.406 0.187v2.078c0.203 0 0.641-0.078 0.641 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v9.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-usb\" viewBox=\"0 0 36 28\">\n<title>usb</title>\n<path d=\"M35.75 12.578c0.156 0.078 0.25 0.25 0.25 0.422s-0.094 0.344-0.25 0.422l-5 3c-0.078 0.047-0.156 0.078-0.25 0.078-0.078 0-0.172-0.016-0.25-0.063-0.156-0.094-0.25-0.25-0.25-0.438v-2h-13.406c0.5 0.781 0.922 1.703 1.297 2.578 0.75 1.687 1.516 3.422 2.609 3.422h1.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-2.391 0-3.469-2.453-4.438-4.609-0.734-1.672-1.5-3.391-2.562-3.391h-5.625c-0.453 1.719-2.016 3-3.875 3-2.203 0-4-1.797-4-4s1.797-4 4-4c1.859 0 3.422 1.281 3.875 3h1.625c1.062 0 1.828-1.719 2.562-3.391 0.969-2.156 2.047-4.609 4.438-4.609h1.672c0.422-1.172 1.516-2 2.828-2 1.656 0 3 1.344 3 3s-1.344 3-3 3c-1.313 0-2.406-0.828-2.828-2h-1.672c-1.094 0-1.859 1.734-2.609 3.422-0.375 0.875-0.797 1.797-1.297 2.578h17.406v-2c0-0.187 0.094-0.344 0.25-0.438s0.359-0.078 0.5 0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-product-hunt\" viewBox=\"0 0 28 28\">\n<title>product-hunt</title>\n<path d=\"M17.969 11.906c0 1.156-0.938 2.094-2.109 2.094v0h-3.953v-4.203h3.953c1.172 0 2.109 0.938 2.109 2.109zM20.766 11.906c0-2.719-2.188-4.906-4.906-4.906v0h-6.766v14h2.812v-4.203h3.953c2.719 0 4.906-2.188 4.906-4.891zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mixcloud\" viewBox=\"0 0 36 28\">\n<title>mixcloud</title>\n<path d=\"M25.703 17.156c0-1.25-0.797-2.312-1.891-2.734-0.078 0.484-0.203 0.969-0.359 1.437-0.156 0.5-0.625 0.812-1.125 0.812-0.125 0-0.25-0.016-0.375-0.047-0.641-0.219-0.969-0.891-0.766-1.516 0.234-0.719 0.359-1.469 0.359-2.234 0-3.906-3.187-7.094-7.109-7.094-2.812 0-5.344 1.672-6.469 4.172 1.094 0.281 2.109 0.844 2.938 1.656 0.469 0.469 0.469 1.234 0 1.703s-1.234 0.469-1.703 0c-0.75-0.75-1.75-1.172-2.812-1.172-2.203 0-4 1.781-4 3.984s1.797 3.984 4 3.984h16.344c1.641 0 2.969-1.328 2.969-2.953zM28.094 17.156c0 2.953-2.406 5.344-5.359 5.344h-16.344c-3.531 0-6.391-2.859-6.391-6.375 0-3.203 2.375-5.844 5.453-6.297 1.297-3.813 4.906-6.438 8.984-6.438 4.922 0 8.984 3.766 9.453 8.563 2.391 0.516 4.203 2.656 4.203 5.203zM32 17.156c0 1.781-0.516 3.5-1.516 4.984-0.234 0.344-0.609 0.516-1 0.516v0c-0.234 0-0.469-0.063-0.672-0.203-0.547-0.359-0.688-1.109-0.313-1.656 0.734-1.078 1.109-2.328 1.109-3.641 0-1.297-0.375-2.562-1.109-3.641-0.375-0.547-0.234-1.281 0.313-1.656s1.297-0.219 1.672 0.328c1 1.469 1.516 3.187 1.516 4.969zM36 17.156c0 2.484-0.719 4.875-2.094 6.922-0.234 0.344-0.609 0.531-1 0.531v0c-0.219 0-0.453-0.063-0.656-0.203-0.547-0.375-0.703-1.109-0.328-1.656 1.094-1.656 1.687-3.594 1.687-5.594s-0.594-3.937-1.687-5.578c-0.375-0.547-0.219-1.297 0.328-1.656 0.547-0.375 1.281-0.234 1.656 0.328 1.375 2.031 2.094 4.422 2.094 6.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-scribd\" viewBox=\"0 0 24 28\">\n<title>scribd</title>\n<path d=\"M23.438 24.203c0 1.859-1.5 3.375-3.375 3.375s-3.391-1.516-3.391-3.375c0-1.875 1.516-3.391 3.391-3.391s3.375 1.516 3.375 3.391zM19.797 19.812c-2.375 0.313-4.219 2.344-4.219 4.813 0 0.766 0.187 1.516 0.516 2.156-1.406 0.75-3.313 1.219-5.922 1.219-8.313 0-9.609-5.875-9.609-6.656 0-0.797 0.469-3.406 3.406-3.406s3.344 2.516 3.344 3.031c0 0 0 0.531-0.359 1.266 1 0.938 3.359 0.938 3.359 0.938 2.359 0 4.141-1.156 4.141-2.875 0-1.734-2-2.578-6.563-4.719-4.562-2.156-6.281-3.734-6.281-7.656 0-3.938 2.625-7.922 9.172-7.922s9.016 3.672 9.016 6.188-2.141 3.141-2.938 3.141c-0.781 0-3.672 0.266-3.672-4.078-0.516-0.578-2.766-0.578-2.766-0.578-2.266 0-3.266 1.719-3.266 2.766 0 1.062 0.422 2.375 5.141 3.938 7.234 2.406 7.5 5.547 7.5 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle\" viewBox=\"0 0 24 28\">\n<title>pause-circle</title>\n<path d=\"M11 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM18 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle-o\" viewBox=\"0 0 24 28\">\n<title>pause-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM13.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle\" viewBox=\"0 0 24 28\">\n<title>stop-circle</title>\n<path d=\"M17 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle-o\" viewBox=\"0 0 24 28\">\n<title>stop-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-bag\" viewBox=\"0 0 28 28\">\n<title>shopping-bag</title>\n<path d=\"M27.453 22l0.547 4.891c0.031 0.281-0.063 0.562-0.25 0.781-0.187 0.203-0.469 0.328-0.75 0.328h-26c-0.281 0-0.562-0.125-0.75-0.328-0.187-0.219-0.281-0.5-0.25-0.781l0.547-4.891h26.906zM26 8.891l1.344 12.109h-26.688l1.344-12.109c0.063-0.5 0.484-0.891 1-0.891h4v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h6v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h4c0.516 0 0.938 0.391 1 0.891zM20 6v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-3.313 2.688-6 6-6s6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-basket\" viewBox=\"0 0 32 28\">\n<title>shopping-basket</title>\n<path d=\"M30 12c1.109 0 2 0.891 2 2s-0.891 2-2 2h-0.234l-1.797 10.344c-0.172 0.953-1 1.656-1.969 1.656h-20c-0.969 0-1.797-0.703-1.969-1.656l-1.797-10.344h-0.234c-1.109 0-2-0.891-2-2s0.891-2 2-2h28zM7.578 24.5c0.547-0.047 0.969-0.531 0.922-1.078l-0.5-6.5c-0.047-0.547-0.531-0.969-1.078-0.922s-0.969 0.531-0.922 1.078l0.5 6.5c0.047 0.516 0.484 0.922 1 0.922h0.078zM14 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM20 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM25.5 23.578l0.5-6.5c0.047-0.547-0.375-1.031-0.922-1.078s-1.031 0.375-1.078 0.922l-0.5 6.5c-0.047 0.547 0.375 1.031 0.922 1.078h0.078c0.516 0 0.953-0.406 1-0.922zM7.438 4.562l-1.453 6.438h-2.063l1.578-6.891c0.406-1.828 2.016-3.109 3.891-3.109h2.609c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1h2.609c1.875 0 3.484 1.281 3.891 3.109l1.578 6.891h-2.063l-1.453-6.438c-0.219-0.922-1.016-1.563-1.953-1.563h-2.609c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1h-2.609c-0.938 0-1.734 0.641-1.953 1.563z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hashtag\" viewBox=\"0 0 28 28\">\n<title>hashtag</title>\n<path d=\"M15.484 16l1-4h-3.969l-1 4h3.969zM27.484 8.125l-0.875 3.5c-0.063 0.219-0.25 0.375-0.484 0.375h-5.109l-1 4h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.141 0.281 0.094 0.438l-0.875 3.5c-0.047 0.219-0.25 0.375-0.484 0.375h-5.109l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.5c-0.156 0-0.313-0.078-0.406-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-3.969l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.516c-0.141 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l0.875-3.5c0.063-0.219 0.25-0.375 0.484-0.375h5.109l1-4h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.141-0.281-0.094-0.438l0.875-3.5c0.047-0.219 0.25-0.375 0.484-0.375h5.109l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h3.969l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth\" viewBox=\"0 0 24 28\">\n<title>bluetooth</title>\n<path d=\"M13.141 16.453l2.312 2.312-2.328 2.328zM13.125 6.906l2.328 2.328-2.312 2.312-0.016-4.641zM11.094 26.031l7.25-7.25-4.781-4.781 4.781-4.781-7.25-7.25v9.547l-3.984-3.984-1.453 1.453 5 5.016-5 5.016 1.453 1.453 3.984-3.984v9.547zM22.328 14c0 11.094-4.219 14-10.328 14v0c-6.109 0-10.328-2.906-10.328-14s4.219-14 10.328-14 10.328 2.906 10.328 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth-b\" viewBox=\"0 0 16 28\">\n<title>bluetooth-b</title>\n<path d=\"M9.312 22.234l2.703-2.688-2.703-2.688v5.375zM9.312 11.141l2.703-2.688-2.703-2.688v5.375zM9.812 14l5.563 5.563-8.422 8.437v-11.109l-4.641 4.625-1.687-1.687 5.812-5.828-5.812-5.828 1.687-1.687 4.641 4.625v-11.109l8.422 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-percent\" viewBox=\"0 0 24 28\">\n<title>percent</title>\n<path d=\"M20 20c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM8 8c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM24 20c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM22.5 3c0 0.219-0.078 0.422-0.203 0.594l-16.5 22c-0.187 0.25-0.484 0.406-0.797 0.406h-2.5c-0.547 0-1-0.453-1-1 0-0.219 0.078-0.422 0.203-0.594l16.5-22c0.187-0.25 0.484-0.406 0.797-0.406h2.5c0.547 0 1 0.453 1 1zM12 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gitlab\" viewBox=\"0 0 28 28\">\n<title>gitlab</title>\n<path d=\"M1.625 11.031l12.375 15.859-13.563-9.844c-0.375-0.281-0.531-0.766-0.391-1.203l1.578-4.813zM8.844 11.031h10.313l-5.156 15.859zM5.75 1.469l3.094 9.562h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0zM26.375 11.031l1.578 4.813c0.141 0.438-0.016 0.922-0.391 1.203l-13.563 9.844 12.375-15.859zM26.375 11.031h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpbeginner\" viewBox=\"0 0 28 28\">\n<title>wpbeginner</title>\n<path d=\"M6 13h2.5v-3.5h-2.5v3.5zM19.078 18.188v-1.437c-1.344 0.469-2.453 0.578-3.797 0.594-3.016 0.016-5.688-1.234-7.5-2.641l0.016 1.5c1.703 1.547 4.312 2.766 7.562 2.75 1.359 0 2.641-0.281 3.719-0.766zM10 13h10v-3.5h-10v3.5zM28 12.5c0 1.984-0.562 3.859-1.547 5.5 0.875 1 1.391 2.234 1.391 3.578 0 3.266-3.094 5.922-6.922 5.922-2.594 0-4.844-1.219-6.031-3.016-0.297 0.016-0.594 0.016-0.891 0.016s-0.594 0-0.891-0.016c-1.188 1.797-3.437 3.016-6.031 3.016-3.828 0-6.922-2.656-6.922-5.922 0-1.344 0.516-2.578 1.391-3.578-0.984-1.641-1.547-3.516-1.547-5.5 0-6.625 6.266-12 14-12s14 5.375 14 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpforms\" viewBox=\"0 0 24 28\">\n<title>wpforms</title>\n<path d=\"M8.047 14.234v2h-3.938v-2h3.938zM8.047 10.25v1.984h-3.938v-1.984h3.938zM19.891 18.234v2h-5.328v-2h5.328zM19.891 14.234v2h-10.5v-2h10.5zM19.891 10.25v1.984h-10.5v-1.984h10.5zM22 23.688v-19.375c0-0.172-0.141-0.313-0.313-0.313h-0.5l-5.906 4-3.281-2.672-3.281 2.672-5.906-4h-0.5c-0.172 0-0.313 0.141-0.313 0.313v19.375c0 0.172 0.141 0.313 0.313 0.313h19.375c0.172 0 0.313-0.141 0.313-0.313zM8.641 6.344l2.891-2.344h-6.344zM15.359 6.344l3.453-2.344h-6.344zM24 4.312v19.375c0 1.281-1.031 2.312-2.312 2.312h-19.375c-1.281 0-2.312-1.031-2.312-2.312v-19.375c0-1.281 1.031-2.312 2.312-2.312h19.375c1.281 0 2.312 1.031 2.312 2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envira\" viewBox=\"0 0 30 28\">\n<title>envira</title>\n<path d=\"M14 12.75c-1.984-3.75-3.813-7.406-9.016-9.875-3.109-1.469-0.328 0.578-0.328 0.578 2.828 1.953 4.125 4.594 5.641 7.484 1.969 3.766 4.937 8.734 9.016 10.484 4.062 1.75 2.141 0.781 0.375-0.531-1.766-1.328-4.266-5.437-5.688-8.141zM8.578 21.234c-5.641-4.469-5.328-9.812-8.578-21.234 29.859 0 22.922 19.828 22.953 22.891l5.047 5.109h-1.625l-4.391-4.453c-2.438 0.266-7.781 2.156-13.406-2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-universal-access\" viewBox=\"0 0 28 28\">\n<title>universal-access</title>\n<path d=\"M21.469 10.266c-0.125-0.531-0.656-0.859-1.203-0.734-2.234 0.531-4.266 0.969-6.266 0.969s-4.031-0.438-6.266-0.969c-0.547-0.125-1.078 0.203-1.203 0.734-0.125 0.547 0.203 1.078 0.734 1.203 1.656 0.391 3.203 0.734 4.734 0.906-0.063 5.281-0.641 6.75-1.297 8.437l-0.141 0.328c-0.203 0.516 0.063 1.094 0.578 1.297 0.109 0.047 0.234 0.063 0.359 0.063 0.406 0 0.781-0.234 0.938-0.641l0.125-0.313c0.438-1.125 0.844-2.172 1.109-4.047h0.656c0.266 1.875 0.672 2.922 1.109 4.047l0.125 0.313c0.156 0.406 0.531 0.641 0.938 0.641 0.125 0 0.25-0.016 0.359-0.063 0.516-0.203 0.781-0.781 0.578-1.297l-0.141-0.328c-0.656-1.687-1.234-3.156-1.297-8.437 1.531-0.172 3.078-0.516 4.734-0.906 0.531-0.125 0.859-0.656 0.734-1.203zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM25 14c0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11 11 4.922 11 11zM14 2c-6.609 0-12 5.391-12 12s5.391 12 12 12 12-5.391 12-12-5.391-12-12-12zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair-alt\" viewBox=\"0 0 24 28\">\n<title>wheelchair-alt</title>\n<path d=\"M22.469 12.703c0.328 0.344 0.5 0.812 0.453 1.281l-0.688 8.609c-0.078 0.875-0.797 1.531-1.656 1.531-0.047 0-0.094 0-0.141-0.016-0.922-0.063-1.594-0.875-1.531-1.781l0.547-6.703-2.234 0.125c0.547 1.125 0.859 2.406 0.859 3.75 0 2.25-0.875 4.297-2.312 5.812l-2.141-2.141c0.875-0.969 1.422-2.266 1.422-3.672 0-3.031-2.453-5.484-5.469-5.484-1.422 0-2.703 0.547-3.687 1.437l-2.141-2.156c1.203-1.141 2.734-1.922 4.438-2.203l4.125-4.688-2.328-1.359-2.828 2.516c-0.688 0.625-1.734 0.562-2.344-0.125s-0.547-1.734 0.125-2.344l3.734-3.328c0.531-0.484 1.313-0.562 1.937-0.187 7.609 4.422 7.625 4.422 7.625 4.422 0.406 0.234 0.641 0.641 0.75 1.062 0.156 0.609 0.047 1.297-0.406 1.828l-3.203 3.625 5.797-0.313c0.484-0.031 0.953 0.141 1.297 0.5zM19.375 5.563c-1.531 0-2.781-1.234-2.781-2.781 0-1.531 1.25-2.781 2.781-2.781 1.547 0 2.797 1.25 2.797 2.781 0 1.547-1.25 2.781-2.797 2.781zM9.578 24.969c1.125 0 2.188-0.359 3.063-0.953l2.172 2.172c-1.437 1.141-3.266 1.813-5.234 1.813-4.703 0-8.516-3.813-8.516-8.5 0-1.984 0.672-3.797 1.813-5.25l2.172 2.172c-0.594 0.875-0.938 1.937-0.938 3.078 0 3.016 2.453 5.469 5.469 5.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle-o\" viewBox=\"0 0 24 28\">\n<title>question-circle-o</title>\n<path d=\"M13.75 18.75v2.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-2.5c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5zM17.75 11c0 2.219-1.547 3.094-2.688 3.734-0.812 0.469-1.313 0.766-1.313 1.266v0.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1.062c0-1.922 1.375-2.531 2.484-3.031 0.938-0.438 1.516-0.734 1.516-1.437 0-0.906-1.141-1.578-2.172-1.578-0.547 0-1.125 0.172-1.484 0.422-0.344 0.234-0.672 0.578-1.25 1.297-0.094 0.125-0.234 0.187-0.391 0.187-0.109 0-0.219-0.031-0.297-0.094l-1.687-1.281c-0.203-0.156-0.25-0.453-0.109-0.672 1.281-2.016 3.078-3 5.453-3v0c2.562 0 5.437 2.031 5.437 4.75zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-blind\" viewBox=\"0 0 22 28\">\n<title>blind</title>\n<path d=\"M5.719 4.859c-1.344 0-2.438-1.094-2.438-2.438 0-1.328 1.094-2.422 2.438-2.422s2.422 1.094 2.422 2.422c0 1.344-1.078 2.438-2.422 2.438zM14.328 14.891c0 1.687-1.797 1.313-2.203 0.625l-5.734-6.844c-0.25-0.406-0.438-0.219-0.438-0.219s-0.109 0.125 0.063 0.328l1.906 2.172 0.016 5.531c-1.344 3.906-2.516 7.141-2.516 7.141-0.734 2.094-1.344 3.906-1.875 4.156-0.641 0.328-1.109 0.25-1.609 0.016-0.656-0.297-0.844-1.094-0.797-1.563 0 0 0.031-0.25 3.078-9.656l0.078-6.5-1.328 2.562 0.547 3.469c0.203 1.313-0.906 1.484-0.906 1.484-1.062 0.172-1.281-1.062-1.281-1.094l-0.719-4.672c3.281-5.922 3.297-5.953 3.297-5.953v0c0.25-0.375 0.812-0.531 1.766-0.531 0.844 0 1.375 0.25 1.672 0.625v0l6.625 8.141c0.094 0.063 0.156 0.156 0.219 0.266l0.047 0.047-0.016 0.016c0.078 0.141 0.109 0.297 0.109 0.453zM8.031 17.234c1.5 3.984 2.844 7 2.844 7 0.453 1.156 1.234 2.812 0.094 3.469-1.125 0.656-2.031-0.109-2.281-0.641v0h-0.016c-0.047-0.125-0.094-0.25-0.125-0.391l-1.937-5.484zM20.906 26.484c0.328 0.516 0.609 0.891 0.438 1-0.297 0.187-0.391-0.359-0.719-0.891 0 0-1.766-2.672-6.609-10.328 0.094 0.031 0.266-0.109 0.266-0.109s0.172-0.141 0.172-0.266c4.813 7.859 6.453 10.594 6.453 10.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-audio-description\" viewBox=\"0 0 36 28\">\n<title>audio-description</title>\n<path d=\"M7.875 15.531h2.672l-0.016-4.141zM23.906 13.984c0-1.734-1-3.016-3.078-3.016h-0.844v6.062h0.812c1.953 0 3.109-1.422 3.109-3.047zM14.938 8.094l0.016 11.813c0 0.297-0.234 0.531-0.516 0.531h-3.375c-0.281 0-0.516-0.234-0.516-0.531v-0.969h-4.547l-0.859 1.266c-0.094 0.141-0.266 0.234-0.438 0.234h-4.172c-0.438 0-0.688-0.484-0.422-0.828l8.687-11.828c0.094-0.141 0.25-0.219 0.422-0.219h5.187c0.297 0 0.531 0.234 0.531 0.531zM27.859 13.984c0 4.109-3 6.453-7.031 6.453h-4.219c-0.297 0-0.531-0.234-0.531-0.531v-11.813c0-0.297 0.234-0.531 0.531-0.531h4.188c4.062 0 7.063 2.312 7.063 6.422zM30.297 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.109-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM33.172 14c0 0 0.063 4.062-2.328 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM36 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.109-2.531 2.156-6.469 2.156-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-control-phone\" viewBox=\"0 0 22 28\">\n<title>volume-control-phone</title>\n<path d=\"M9.641 26.391c0-0.375-0.828-3.031-1-3.656-0.094-0.391-0.125-1.031-0.422-1.313-0.203-0.187-0.531-0.219-0.797-0.219-0.734 0-1.469 0.172-2.203 0.172-0.219 0-0.547-0.016-0.734-0.172-0.25-0.203-0.375-0.906-0.469-1.219-0.375-1.297-0.578-2.625-0.578-3.984s0.203-2.688 0.578-3.984c0.094-0.313 0.219-1.016 0.469-1.219 0.187-0.156 0.516-0.172 0.734-0.172 0.734 0 1.469 0.172 2.203 0.172 0.266 0 0.594-0.031 0.797-0.219 0.297-0.281 0.328-0.922 0.422-1.313 0.172-0.625 1-3.281 1-3.656 0-0.531-1.406-1.313-1.859-1.484-0.234-0.094-0.469-0.125-0.703-0.125-0.516 0-1.031 0.141-1.531 0.281-2.562 0.766-3.172 2.328-4.188 4.531-1.094 2.359-1.359 4.609-1.359 7.187s0.266 4.828 1.359 7.187c1.016 2.203 1.625 3.766 4.188 4.531 0.5 0.141 1.016 0.281 1.531 0.281 0.234 0 0.469-0.031 0.703-0.125 0.453-0.172 1.859-0.953 1.859-1.484zM12.125 12.125c-0.266 0-0.516-0.109-0.703-0.297-0.391-0.391-0.406-1.031 0-1.422 0.375-0.375 0.578-0.875 0.578-1.406s-0.203-1.031-0.578-1.422c-0.406-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c0.75 0.75 1.172 1.766 1.172 2.828s-0.422 2.078-1.172 2.828c-0.203 0.187-0.453 0.297-0.703 0.297zM14.953 14.953c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.125-1.141 1.75-2.641 1.75-4.25s-0.625-3.109-1.75-4.25c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c1.516 1.516 2.344 3.516 2.344 5.656s-0.828 4.141-2.344 5.656c-0.187 0.203-0.453 0.297-0.703 0.297zM17.781 17.781c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.875-1.891 2.922-4.406 2.922-7.078s-1.047-5.187-2.922-7.078c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c2.266 2.266 3.516 5.281 3.516 8.484s-1.25 6.219-3.516 8.484c-0.187 0.203-0.453 0.297-0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-braille\" viewBox=\"0 0 34 28\">\n<title>braille</title>\n<path d=\"M3 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 2.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM34 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-assistive-listening-systems\" viewBox=\"0 0 28 28\">\n<title>assistive-listening-systems</title>\n<path d=\"M2 27c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5 24c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5.703 18.297l4 4-1.406 1.406-4-4zM11 18c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22.047 13c0 2.594-1.219 3.984-2.281 5.219-0.984 1.125-1.766 2.016-1.766 3.781 0 3.313-2.688 6-6 6-0.547 0-1-0.453-1-1s0.453-1 1-1c2.203 0 4-1.797 4-4 0-2.516 1.203-3.891 2.25-5.094 0.969-1.109 1.797-2.063 1.797-3.906 0-3.859-3.141-7-7-7s-7 3.141-7 7c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-4.969 4.031-9 9-9s9 4.031 9 9zM14 15c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM18.5 13c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-1.937-1.563-3.5-3.5-3.5-1.922 0-3.5 1.563-3.5 3.5 0 0.547-0.453 1-1 1s-1-0.453-1-1c0-3.031 2.469-5.5 5.5-5.5s5.5 2.469 5.5 5.5zM24.656 8.484c0.203 0.516-0.063 1.094-0.578 1.297-0.109 0.047-0.234 0.063-0.359 0.063-0.391 0-0.781-0.234-0.922-0.641-0.703-1.828-1.922-3.422-3.5-4.609-0.438-0.328-0.531-0.953-0.203-1.391 0.344-0.438 0.969-0.531 1.406-0.203 1.875 1.406 3.313 3.313 4.156 5.484zM27.937 7.219c0.187 0.516-0.063 1.094-0.578 1.297-0.125 0.047-0.234 0.063-0.359 0.063-0.406 0-0.781-0.234-0.938-0.641-0.938-2.438-2.547-4.562-4.641-6.141-0.453-0.328-0.531-0.953-0.203-1.391 0.328-0.453 0.953-0.531 1.391-0.203 2.406 1.797 4.25 4.234 5.328 7.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-american-sign-language-interpreting\" viewBox=\"0 0 36 28\">\n<title>american-sign-language-interpreting</title>\n<path d=\"M16.125 15c-0.547-0.016-1.062-0.328-1.313-0.859-0.344-0.703-1.031-1.141-1.813-1.141-1.109 0-2 0.891-2 2 0 0.531 0.187 1.047 0.562 1.391l0.156 0.125c0.344 0.313 0.797 0.484 1.281 0.484 0.781 0 1.469-0.438 1.813-1.141 0.25-0.531 0.766-0.844 1.313-0.859zM25 13c0-0.531-0.187-1.047-0.562-1.391l-0.156-0.125c-0.344-0.313-0.797-0.484-1.281-0.484-0.781 0-1.469 0.438-1.813 1.141-0.25 0.531-0.766 0.844-1.313 0.859 0.547 0.016 1.062 0.328 1.313 0.859 0.344 0.703 1.031 1.141 1.813 1.141 1.109 0 2-0.891 2-2zM18.344 9.547c-0.359 0.734-1.266 1.047-2 0.688-0.656-0.328-1.359-0.484-2.094-0.484-0.547 0-1.062 0.094-1.547 0.266 0.094 0 0.203-0.016 0.297-0.016 1.922 0 3.687 1.125 4.516 2.859 0.359 0.75 0.031 1.641-0.719 2-0.187 0.094-0.391 0.141-0.609 0.141 0.219 0 0.422 0.047 0.609 0.141 0.75 0.359 1.078 1.25 0.719 2-0.828 1.734-2.594 2.859-4.516 2.859v0h-0.094c-0.234-0.031-0.453-0.047-0.688-0.063l-4.531-0.422-3.734 1.875c-0.156 0.078-0.297 0.109-0.453 0.109-0.359 0-0.719-0.203-0.891-0.547l-2.5-5c-0.234-0.484-0.063-1.062 0.391-1.328l3.266-1.859 2.312-4.172c0.359-3.219 1.953-6.172 4.484-8.25 0.641-0.531 1.594-0.438 2.109 0.203 0.531 0.641 0.438 1.578-0.203 2.109-0.703 0.594-1.328 1.266-1.828 2 1.219-0.828 2.625-1.391 4.172-1.578 0.828-0.109 1.578 0.469 1.672 1.297 0.109 0.828-0.469 1.578-1.297 1.672-0.906 0.109-1.75 0.422-2.484 0.859 0.5-0.109 1.016-0.156 1.547-0.156 1.188 0 2.344 0.266 3.406 0.781 0.75 0.375 1.062 1.266 0.688 2.016zM33.391 7.047l2.5 5c0.234 0.484 0.063 1.062-0.391 1.328l-3.266 1.859-2.312 4.172c-0.359 3.219-1.953 6.172-4.484 8.25-0.281 0.234-0.625 0.344-0.953 0.344-0.438 0-0.859-0.187-1.156-0.547-0.531-0.641-0.438-1.578 0.203-2.109 0.703-0.594 1.328-1.266 1.828-2-1.219 0.828-2.625 1.391-4.172 1.578-0.063 0.016-0.125 0.016-0.187 0.016-0.75 0-1.391-0.562-1.484-1.313-0.109-0.828 0.469-1.578 1.297-1.672 0.906-0.109 1.75-0.422 2.484-0.859-0.5 0.109-1.016 0.156-1.547 0.156-1.188 0-2.344-0.266-3.406-0.781-0.75-0.375-1.062-1.266-0.688-2.016 0.359-0.734 1.266-1.047 2-0.688 0.656 0.328 1.359 0.484 2.094 0.484 0.547 0 1.062-0.094 1.547-0.266-0.094 0-0.203 0.016-0.297 0.016-1.922 0-3.687-1.125-4.516-2.859-0.359-0.75-0.031-1.641 0.719-2 0.187-0.094 0.391-0.141 0.609-0.141-0.219 0-0.422-0.047-0.609-0.141-0.75-0.359-1.078-1.25-0.719-2 0.828-1.734 2.594-2.859 4.516-2.859v0h0.109c0.219 0.031 0.438 0.047 0.656 0.063l4.547 0.422 3.734-1.875c0.156-0.078 0.297-0.109 0.453-0.109 0.359 0 0.719 0.203 0.891 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deaf\" viewBox=\"0 0 28 28\">\n<title>deaf</title>\n<path d=\"M16.5 13c0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5c0 0.547 0.453 1 1 1s1-0.453 1-1c0-1.937 1.578-3.5 3.5-3.5s3.5 1.563 3.5 3.5zM13.047 4c-4.969 0-9 4.031-9 9 0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.859 3.141-7 7-7s7 3.141 7 7c0 1.844-0.828 2.797-1.797 3.906-1.047 1.203-2.25 2.578-2.25 5.094 0 2.203-1.797 4-4 4-0.547 0-1 0.453-1 1s0.453 1 1 1c3.313 0 6-2.688 6-6 0-1.766 0.781-2.656 1.766-3.781 1.062-1.234 2.281-2.625 2.281-5.219 0-4.969-4.031-9-9-9zM9.234 15.234l3.531 3.531-9.047 9.047c-0.25 0.25-0.656 0.25-0.906 0l-2.625-2.625c-0.25-0.25-0.25-0.656 0-0.906zM25.188 0.187l2.625 2.625c0.25 0.25 0.25 0.656 0 0.922l-3.641 3.641-0.406 0.391-1.109 1.109c-0.672-1.563-1.703-2.938-3.047-4.031l4.656-4.656c0.266-0.25 0.672-0.25 0.922 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide\" viewBox=\"0 0 24 28\">\n<title>glide</title>\n<path d=\"M13.531 8.047c0 0.5-0.109 0.984-0.203 1.469-0.328 1.563-0.641 3.125-0.969 4.688-0.047 0.219-0.047 0.219-0.281 0.234-0.156 0.016-0.328 0.031-0.484 0.031-1.344 0-1.719-1.453-1.719-2.547 0-1.625 0.641-3.797 2.156-4.656 0.25-0.125 0.516-0.219 0.797-0.219 0.641 0 0.703 0.469 0.703 1zM21.125 14.672c0-0.281-1.156-2.109-1.422-2.219-0.125-0.047-0.391-0.125-0.531-0.125-1.281 0-2.438 0.578-3.531 1.203l-0.031-0.031c0.25-1.672 0.812-3.156 0.812-4.891 0-2.484-1.328-3.641-3.781-3.641-0.359 0-0.719 0.047-1.062 0.094-3.078 0.547-4.953 4.062-4.953 6.953 0 3.063 1.766 4.75 4.813 4.75 0.063 0 0.391-0.031 0.391 0.047 0 0.031 0 0.047-0.016 0.078-0.063 0.594-0.25 1.25-0.406 1.828-0.234 0.859-1.047 2.344-2.094 2.344-0.453 0-0.656-0.313-0.656-0.734 0-1.359 1.563-2.172 1.594-2.25 0-0.063-0.078-0.125-0.109-0.156-0.484-0.438-1.281-0.797-1.937-0.797-1.188 0-1.828 1.906-1.828 2.875 0 1.813 1.141 3.063 2.969 3.063 2.703 0 4.672-2.844 5.281-5.187 0.172-0.688 0.297-1.391 0.469-2.078 0.031-0.141 0.078-0.203 0.219-0.281 1.109-0.562 2.281-0.938 3.547-0.938 0.688 0 1.297 0.125 1.984 0.281 0.016 0.016 0.047 0.016 0.063 0.016 0.094 0 0.219-0.109 0.219-0.203zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide-g\" viewBox=\"0 0 24 28\">\n<title>glide-g</title>\n<path d=\"M11.625 4.766c0-0.828-0.078-1.547-1.078-1.547-0.422 0-0.844 0.141-1.219 0.359-2.359 1.297-3.328 4.656-3.328 7.187 0 1.687 0.578 3.938 2.641 3.938 0.469 0 1.062 0.125 1.188-0.422 0.5-2.406 1-4.828 1.5-7.234 0.156-0.75 0.297-1.516 0.297-2.281zM23.406 15.016c0 0.156-0.203 0.313-0.359 0.313l-0.094-0.016c-1.062-0.156-2-0.438-3.078-0.438-1.953 0-3.75 0.578-5.484 1.453-0.219 0.109-0.266 0.203-0.328 0.422-0.281 1.062-0.469 2.156-0.734 3.219-0.938 3.641-3.984 8.031-8.156 8.031-2.844 0-4.594-1.937-4.594-4.734 0-1.516 0.984-4.469 2.812-4.469 0.641 0 3.156 0.828 3.172 1.484-0.031 0.125-2.453 1.375-2.453 3.484 0 0.641 0.313 1.141 1.016 1.141 2.484 0 3.625-4.531 3.875-6.438v-0.141c0-0.125-0.5-0.063-0.594-0.063-4.703 0-7.453-2.625-7.453-7.359 0-4.469 2.906-9.922 7.672-10.75 0.547-0.094 1.094-0.141 1.656-0.141 3.781 0 5.844 1.766 5.844 5.625 0 2.609-0.891 5.016-1.266 7.562l0.047 0.047c1.687-0.953 3.469-1.859 5.469-1.859 0.203 0 0.641 0.125 0.828 0.203 0.406 0.156 2.203 2.984 2.203 3.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-language\" viewBox=\"0 0 26 28\">\n<title>sign-language</title>\n<path d=\"M12.984 10.516c0.328 0 0.641 0.094 0.922 0.281l3.469 2.312c0.641 0.422 1.219 0.938 1.719 1.516l2.281 2.656c0.391 0.453 0.562 1.062 0.453 1.656l-1.125 6.453c-0.125 0.656-0.656 1.156-1.328 1.234l-8.234 0.875-5.5 0.5h-0.141c-0.812 0-1.5-0.656-1.5-1.5 0-0.781 0.656-1.406 1.437-1.5l4.062-0.5h-7c-0.859 0-1.547-0.719-1.5-1.578 0.047-0.812 0.766-1.422 1.578-1.422l6.906-0.016-8.141-1c-0.844-0.094-1.453-0.859-1.328-1.719 0.125-0.75 0.812-1.25 1.563-1.25h0.156l7.516 0.938-5.484-1.469c-0.781-0.203-1.375-0.922-1.25-1.719 0.125-0.75 0.766-1.266 1.484-1.266 0.109 0 0.203 0.016 0.313 0.031l7 1.5 3.391 0.578c0.031 0 0.063 0.016 0.094 0.016 0.469 0 0.703-0.641 0.281-0.922l-2.906-1.953c-0.719-0.484-0.891-1.453-0.375-2.141 0.281-0.391 0.734-0.594 1.188-0.594zM11.891 13.672l2.906 1.953-3.406-0.578-0.078-0.031-0.562-0.594-3.719-4.094c-0.031-0.031-0.047-0.078-0.078-0.109-0.484-0.641-0.375-1.578 0.297-2.094 0.625-0.484 1.516-0.328 2.063 0.25l2.219 2.297c-0.047 0.047-0.094 0.078-0.141 0.125-0.328 0.453-0.453 1-0.359 1.547 0.094 0.531 0.406 1.016 0.859 1.328zM25.75 6.578l0.234 4.156c0.047 0.766-0.016 1.547-0.172 2.297l-0.75 3.422c-0.125 0.594-0.5 1.078-1.047 1.359l-1.656 0.844c0.016-0.625-0.187-1.219-0.609-1.703l-2.281-2.656c-0.531-0.609-1.141-1.156-1.828-1.609l-3.469-2.312c-0.344-0.234-0.75-0.359-1.188-0.359-0.531 0-1.016 0.219-1.375 0.578l-3.672-4.875c-0.516-0.688-0.359-1.656 0.359-2.141 0.672-0.469 1.594-0.25 2.094 0.406l4.156 5.5-4.094-7.109c-0.438-0.734-0.187-1.687 0.578-2.094 0.719-0.375 1.625-0.078 2.031 0.625l3.766 6.563-2.125-5.266c-0.297-0.75-0.094-1.656 0.625-2.031 0.766-0.406 1.703-0.078 2.063 0.703l3.016 6.484 1.578 3.063c0.25 0.484 0.984 0.281 0.953-0.25l-0.187-3.5c-0.047-0.859 0.625-1.578 1.484-1.594 0.812 0 1.469 0.688 1.516 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-low-vision\" viewBox=\"0 0 28 28\">\n<title>low-vision</title>\n<path d=\"M5.234 21.187c-0.031 0-0.063-0.016-0.094-0.031-1.828-1.219-3.656-3.219-4.813-5.078-0.219-0.313-0.328-0.688-0.328-1.078 0-0.812 0.562-1.469 1.016-2.078 1.813-2.469 4.234-4.5 7.063-5.703-0.234-0.422-1.719-3.016-1.719-3.297 0-0.187 0.109-0.359 0.266-0.453 0.313-0.172 1.719-1 2-1 0.172 0 0.344 0.094 0.438 0.25l1.937 3.578c0.984-0.203 2-0.297 3-0.297 5.656 0 10.687 3.203 13.687 7.922 0.203 0.313 0.313 0.688 0.313 1.078s-0.109 0.766-0.313 1.078c-1.859 2.922-4.578 5.344-7.766 6.703 0.234 0.422 1.719 3.016 1.719 3.297 0 0.187-0.094 0.359-0.266 0.453-0.313 0.172-1.719 1-1.984 1-0.187 0-0.359-0.094-0.453-0.25l-1.937-3.578-1-1.859-6.937-12.812 0.109-0.109c-0.531 0.219-1.047 0.453-1.547 0.734 0.187 0.359 7.641 14.047 7.641 14.156 0 0.078-0.063 0.125-0.141 0.141-0.344 0.078-0.781 0.047-1.125 0.047-0.172 0-0.875 0.031-0.938-0.109l-7.125-13.141c-0.453 0.328-0.875 0.688-1.281 1.062 0.344 0.609 6.312 11.594 6.312 11.688 0 0.125-0.078 0.156-0.172 0.156-0.266 0-2.344-0.641-2.422-0.781l-1.656-3.078-3.5-6.453c-0.438 0.531-0.844 1.078-1.219 1.656 0.203 0.297 0.469 0.609 0.641 0.922 0.219 0.406 2.75 5.016 2.75 5.109 0 0.078-0.078 0.156-0.156 0.156zM18.203 19.594l0.766 1.422c2.922-1.188 5.328-3.375 7.031-6.016-1.734-2.672-4.203-4.891-7.172-6.078 1.391 1.328 2.172 3.156 2.172 5.078 0 2.203-1.031 4.281-2.797 5.594zM13.25 10c0 0.406 0.344 0.75 0.75 0.75 0.859 0 1.687 0.344 2.297 0.953s0.953 1.437 0.953 2.297c0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-2.625-2.125-4.75-4.75-4.75-0.406 0-0.75 0.344-0.75 0.75zM18.969 8.984l-0.141-0.063 0.109 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo\" viewBox=\"0 0 20 28\">\n<title>viadeo</title>\n<path d=\"M16.406 17.281c0 2.234-0.781 4.203-2.297 5.844-1.578 1.719-3.578 2.516-5.906 2.516-2.312 0-4.328-0.781-5.906-2.516-1.516-1.641-2.297-3.609-2.297-5.844 0-4.641 3.5-8.437 8.203-8.437 0.969 0 1.937 0.156 2.844 0.484-0.313 0.609-0.531 1.281-0.609 1.969-0.703-0.297-1.469-0.438-2.234-0.438-3.547 0-6.156 3.031-6.156 6.469 0 3.5 2.594 6.359 6.156 6.359s6.141-2.859 6.141-6.359c0-0.891-0.156-1.766-0.5-2.594 0.688-0.141 1.344-0.406 1.922-0.766 0.438 1.047 0.641 2.188 0.641 3.313zM13.219 14.328c0 3.938-1.594 7.219-4.969 9.344l-0.219 0.016c-0.328 0-0.656-0.031-0.969-0.078 4.516-1.719 5.344-8.578 5.344-12.766 0-0.531 0-1.078-0.047-1.609 0.562 1.641 0.859 3.359 0.859 5.094zM12.359 9.203v0.031c-0.812-2.391-1.937-4.703-3.219-6.875 1.969 1.328 3.047 4.547 3.219 6.844zM16.172 12.375c-0.969 0-1.828-0.516-2.5-1.172 1.594-0.875 3.609-2.234 4.531-3.859 0.109-0.219 0.297-0.625 0.328-0.875-0.906 2.031-3.219 3.625-5.375 4.125-0.344-0.531-0.547-1.125-0.547-1.766 0-0.75 0.375-1.75 0.938-2.297 0.641-0.609 1.594-0.922 2.453-1.156 1.25-0.344 2.266-1.313 2.812-2.484 0.812 1.156 1.156 2.562 1.156 3.953 0 0.703-0.109 1.984-0.375 2.656-0.578 1.406-1.75 2.875-3.422 2.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo-square\" viewBox=\"0 0 24 28\">\n<title>viadeo-square</title>\n<path d=\"M16.406 16.266c0-0.781-0.141-1.563-0.438-2.297-0.406 0.25-0.859 0.438-1.328 0.531 0.25 0.562 0.344 1.172 0.344 1.781 0 2.406-1.781 4.375-4.219 4.375-2.453 0-4.234-1.969-4.234-4.375 0-2.359 1.797-4.438 4.234-4.438 0.531 0 1.047 0.094 1.531 0.297 0.047-0.469 0.203-0.938 0.422-1.359-0.625-0.219-1.281-0.328-1.953-0.328-3.234 0-5.641 2.609-5.641 5.812s2.422 5.734 5.641 5.734 5.641-2.547 5.641-5.734zM13.625 10.719c0.031 0.375 0.031 0.75 0.031 1.109 0 2.891-0.562 7.594-3.672 8.781 0.219 0.031 0.438 0.047 0.656 0.047h0.156c2.312-1.469 3.422-3.719 3.422-6.422 0-1.203-0.203-2.391-0.594-3.516zM13.625 10.719c-0.078-1.516-0.938-3.859-2.219-4.719 0.875 1.484 1.656 3.078 2.219 4.719zM18.859 9.078c0-0.953-0.234-1.922-0.797-2.719-0.375 0.797-1.078 1.469-1.937 1.703-1.234 0.344-2.328 0.922-2.328 2.391 0 0.422 0.141 0.844 0.375 1.203 1.484-0.344 3.063-1.437 3.687-2.844-0.094 1.25-2.422 2.766-3.328 3.266 0.453 0.453 1.047 0.812 1.719 0.812 1.141 0 1.953-1.016 2.344-1.984 0.187-0.469 0.266-1.344 0.266-1.828zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat\" viewBox=\"0 0 24 28\">\n<title>snapchat</title>\n<path d=\"M19.984 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.313-2.5-1.297-3.094-2.609-0.047-0.125-0.109-0.25-0.109-0.391 0-0.703 1.953-0.562 1.953-1.563 0-0.422-0.516-0.688-0.891-0.688-0.359 0-0.641 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.031-0.594 0.078-1.188 0.078-1.781 0-0.547-0.031-1.297-0.266-1.781-0.75-1.625-2.203-2.578-3.984-2.578-1.953 0-3.437 0.719-4.297 2.578-0.234 0.484-0.266 1.234-0.266 1.781 0 0.594 0.047 1.188 0.078 1.781-0.063 0.031-0.141 0.031-0.219 0.031-0.359 0-0.641-0.234-0.969-0.234-0.391 0-0.875 0.25-0.875 0.688 0 0.969 1.953 0.844 1.953 1.547 0 0.141-0.063 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.719 1.656 0.984 2.141 1.062 0.141 0.375 0.078 1.031 0.641 1.031 0.391 0 0.781-0.141 1.203-0.141 1.641 0 2.078 1.484 3.984 1.484 1.984 0 2.359-1.484 4.016-1.484 0.422 0 0.812 0.125 1.219 0.125 0.547 0 0.484-0.656 0.625-1.016 0.484-0.078 2.141-0.344 2.141-1.062zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-ghost\" viewBox=\"0 0 26 28\">\n<title>snapchat-ghost</title>\n<path d=\"M13.25 2c2.812-0.031 5.141 1.547 6.312 4.078 0.359 0.766 0.422 1.953 0.422 2.797 0 1-0.078 1.984-0.141 2.984 0.125 0.063 0.297 0.109 0.438 0.109 0.562 0 1.031-0.422 1.594-0.422 0.531 0 1.297 0.375 1.297 1 0 1.5-3.141 1.219-3.141 2.531 0 0.234 0.094 0.453 0.187 0.672 0.75 1.641 2.172 3.219 3.859 3.922 0.406 0.172 0.812 0.266 1.25 0.359 0.281 0.063 0.438 0.266 0.438 0.547 0 1.062-2.703 1.5-3.422 1.609-0.313 0.484-0.078 1.625-0.906 1.625-0.641 0-1.281-0.203-1.969-0.203-0.328 0-0.656 0.016-0.969 0.078-1.859 0.313-2.484 2.312-5.531 2.312-2.938 0-3.641-2-5.453-2.312-0.328-0.063-0.656-0.078-0.984-0.078-0.703 0-1.375 0.234-1.937 0.234-0.875 0-0.609-1.156-0.938-1.656-0.719-0.109-3.422-0.547-3.422-1.609 0-0.281 0.156-0.484 0.438-0.547 0.438-0.094 0.844-0.187 1.25-0.359 1.672-0.688 3.125-2.281 3.859-3.922 0.094-0.219 0.187-0.438 0.187-0.672 0-1.313-3.156-1.062-3.156-2.516 0-0.609 0.719-1 1.266-1 0.484 0 0.969 0.406 1.578 0.406 0.172 0 0.344-0.031 0.5-0.109-0.063-0.984-0.141-1.969-0.141-2.969 0-0.844 0.063-2.047 0.422-2.812 1.375-2.969 3.703-4.047 6.813-4.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-square\" viewBox=\"0 0 24 28\">\n<title>snapchat-square</title>\n<path d=\"M20 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.297-2.5-1.297-3.094-2.609-0.063-0.125-0.109-0.25-0.109-0.391 0-0.703 1.937-0.562 1.937-1.563 0-0.422-0.516-0.688-0.891-0.688-0.344 0-0.625 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.047-0.594 0.078-1.203 0.078-1.797 0-0.531-0.031-1.281-0.266-1.781-0.75-1.625-2.187-2.578-3.984-2.578-1.953 0-3.437 0.734-4.297 2.578-0.234 0.5-0.281 1.25-0.281 1.797 0 0.594 0.047 1.188 0.094 1.781-0.078 0.016-0.156 0.031-0.234 0.031-0.344 0-0.641-0.25-0.969-0.25-0.391 0-0.859 0.266-0.859 0.703 0 0.969 1.937 0.844 1.937 1.547 0 0.141-0.047 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.734 1.656 1 2.156 1.078 0.141 0.375 0.078 1.031 0.625 1.031 0.406 0 0.797-0.156 1.203-0.156 1.656 0 2.094 1.484 4 1.484 1.984 0 2.359-1.484 4.031-1.484 0.406 0 0.812 0.141 1.219 0.141 0.531 0 0.484-0.656 0.609-1.016 0.5-0.078 2.156-0.344 2.156-1.078zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper\" viewBox=\"0 0 36 28\">\n<title>pied-piper</title>\n<path d=\"M36 0c-4.547 3.016-5.031 5.203-5.422 5.875-0.375 0.688-0.656 3.391-1.313 4.703-0.656 1.328-3.047 2.375-3.719 2.812-0.656 0.438-1.594 2.141-2.359 3.609-3.453-0.141-6.875 0.703-9.844 2.469 0 0-1.437 0.828-4.734 2.797 1.656-0.547 2.438-0.938 2.438-0.938 4.125-1.578 5.219-2.328 8.547-2.875 2.562-0.422 5.875-0.078 7.266 0.109 0.063 0 0.109 0.031 0.156 0.047 0.219 0.125 0.297 0.391 0.172 0.609l-3.031 5.391c-0.141 0.266-0.438 0.406-0.734 0.344-0.75-0.141-2.469-0.375-5.531-0.375-4.438 0-8.047 1.359-12.406 1.422-3.672 0.047-5.109-1.453-5.469-1.937 0-0.016-0.016-0.031-0.016-0.047 0-0.063 0.031-0.094 0.094-0.094 0 0 2.156 0 5.797-0.859 4.141-7.891 7.828-10.656 11.844-10.656 0 0 4.031 0 5.094 3.484 1.281-2.234 1.594-2.766 1.594-2.766 0.297-0.531 1.969-4.344 4.859-7.953v0c2.906-3.609 5.094-4.5 6.719-5.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-first-order\" viewBox=\"0 0 24 28\">\n<title>first-order</title>\n<path d=\"M20.656 14c0 0.406-0.016 0.797-0.078 1.188l-3.687-0.219 3.5 1.219c-0.203 0.797-0.516 1.531-0.906 2.203l-3.344-1.609 2.766 2.469c-0.469 0.641-1.031 1.203-1.672 1.687l-2.453-2.781 1.609 3.359c-0.672 0.406-1.406 0.703-2.188 0.922l-1.234-3.563 0.219 3.75c-0.391 0.063-0.781 0.094-1.188 0.094-0.391 0-0.797-0.031-1.188-0.094l0.219-3.719-1.219 3.531c-0.781-0.203-1.516-0.516-2.188-0.922l1.609-3.359-2.453 2.781c-0.641-0.469-1.203-1.047-1.687-1.687l2.781-2.469-3.344 1.625c-0.391-0.688-0.703-1.422-0.906-2.203l3.5-1.234-3.703 0.219c-0.047-0.391-0.078-0.781-0.078-1.188s0.031-0.812 0.078-1.203l3.719 0.219-3.516-1.234c0.203-0.781 0.516-1.516 0.906-2.188l3.344 1.625-2.766-2.484c0.484-0.641 1.047-1.203 1.672-1.687l2.469 2.781-1.609-3.359c0.672-0.391 1.406-0.703 2.188-0.906l1.203 3.5-0.203-3.687c0.375-0.063 0.781-0.094 1.172-0.094 0.406 0 0.797 0.031 1.188 0.094l-0.219 3.703 1.219-3.516c0.781 0.203 1.516 0.516 2.188 0.922l-1.609 3.344 2.469-2.781c0.625 0.484 1.188 1.047 1.672 1.687l-2.766 2.484 3.328-1.625c0.406 0.672 0.703 1.422 0.906 2.203l-3.5 1.219 3.703-0.219c0.063 0.391 0.078 0.797 0.078 1.203zM21.125 14c0-5.078-4.094-9.188-9.125-9.188-5.047 0-9.125 4.109-9.125 9.188 0 5.063 4.078 9.172 9.125 9.172 5.031 0 9.125-4.109 9.125-9.172zM22.266 8.016v11.969l-10.266 5.984-10.266-5.984v-11.969l10.266-5.984zM12 26.859l11.062-6.438v-12.859l-11.062-6.422-11.062 6.422v12.859zM24 7v14l-12 7-12-7v-14l12-7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yoast\" viewBox=\"0 0 26 28\">\n<title>yoast</title>\n<path d=\"M5.297 3.406h10.797l-0.406 1.125h-10.391c-2.297 0-4.172 1.891-4.172 4.188v12.047c0 1.969 1.406 3.703 3.344 4.109 0.5 0.109 1.016 0.078 1.531 0.078v1.125h-0.703c-2.922 0-5.297-2.391-5.297-5.313v-12.047c0-2.922 2.375-5.313 5.297-5.313zM18.594 0h3.859l-7.531 20.219c-1.406 3.75-3.109 7.656-7.734 7.781v-3.047c1.734-0.281 2.844-1.234 3.437-2.844 0.203-0.531 0.313-1.078 0.313-1.641s-0.109-1.125-0.313-1.656l-4.453-11.453h3.563l2.922 9.141zM26 8.719v17.359h-12.422c0.25-0.375 0.516-0.734 0.703-1.141h10.594v-16.219c0-1.781-1.125-3.375-2.797-3.969l0.391-1.047c2.125 0.719 3.531 2.781 3.531 5.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-themeisle\" viewBox=\"0 0 28 28\">\n<title>themeisle</title>\n<path d=\"M13.312 4.828c0 0.562-0.359 1.188-0.969 1.188-0.625 0-0.969-0.625-0.969-1.188 0-0.547 0.344-1.188 0.969-1.188 0.609 0 0.969 0.641 0.969 1.188zM10.75 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.094 0.531-1.094 1.141v1.781c0 0.609 0.469 1.156 1.094 1.156s1.109-0.531 1.109-1.156zM13.438 26.328v-1.781c0-0.609-0.469-1.141-1.094-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.094-0.547 1.094-1.156zM16.156 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.531 1.109-1.156zM18.875 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.547 1.109-1.156zM23.063 15.641c-1.687 3.234-4.937 5.609-8.672 5.609-5.281 0-8.781-4.625-8.781-9.656 0-0.922 0.109-1.828 0.328-2.719-1.094 1.844-1.625 3.969-1.625 6.094 0 3.297 1.359 6.656 3.906 8.797 0.281-0.531 0.812-0.891 1.422-0.891 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.797-0.781 1.359-0.781 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.812-0.781 1.359-0.781s1.062 0.313 1.359 0.781c0.281-0.469 0.797-0.781 1.344-0.781 0.594 0 1.141 0.359 1.406 0.875 2.375-1.984 3.75-5.031 3.906-8.109zM20.719 15.188c0-0.781-0.344-1.172-1.125-1.172-0.25 0-0.5 0.047-0.734 0.094-0.781 0.156-1.547 0.297-2.328 0.297-2.469 0-3.531-1.437-3.531-3.797 0-1.078 0.203-2.141 0.469-3.187-0.828 1.266-1.297 2.781-1.297 4.297 0 2.953 1.875 5.797 5.063 5.797 1.172 0 2.328-0.422 3.281-1.094 0.109-0.406 0.203-0.812 0.203-1.234zM13.813 4.891c0-0.984-0.688-2.016-1.766-2.016s-1.766 1.031-1.766 2.016c0 1 0.688 2.031 1.766 2.031s1.766-1.031 1.766-2.031zM23.641 10.187c0-2.938-1.891-5.781-5.063-5.781-1.656 0-3.203 0.828-4.312 2.016-0.391 1.297-0.75 2.812-0.75 4.188 0 2.078 0.828 3.281 3.016 3.281 0.75 0 1.484-0.141 2.219-0.297 0.281-0.047 0.547-0.094 0.828-0.094 1.078 0 1.625 0.625 1.625 1.687 0 0.234-0.016 0.484-0.063 0.719 1.578-1.422 2.5-3.594 2.5-5.719zM28 13.578c0 1.969-0.625 5.594-1.984 7.094-1.25 1.359-4.781 3.344-6.609 3.859l-0.063 0.016v1.781c0 0.891-0.688 1.672-1.594 1.672-0.547 0-1.062-0.313-1.344-0.781-0.297 0.469-0.812 0.781-1.359 0.781s-1.062-0.313-1.359-0.781c-0.281 0.469-0.797 0.781-1.344 0.781-0.562 0-1.062-0.313-1.359-0.781-0.281 0.469-0.797 0.781-1.344 0.781-1.031 0-1.609-0.859-1.609-1.797-0.891 0.672-1.953 1.062-3.094 1.062-1.203 0-2.375-0.453-3.297-1.25 0.562-0.016 1.125-0.125 1.656-0.313-1.141-0.313-2.156-1.031-2.844-1.984 0.359 0.078 0.734 0.109 1.109 0.109 0.906 0 1.797-0.25 2.562-0.719-1.203-1.203-3.094-3.219-3.75-4.781-0.313-0.734-0.375-1.719-0.375-2.5 0-2.719 1.109-8.75 4.719-8.75 0.578 0 1.031 0.266 1.266 0.812 0.203-0.297 0.422-0.578 0.656-0.844 0.109-0.141 0.313-0.297 0.391-0.453 0.438-0.688 0.641-1.156 1.188-1.859 1.766-2.25 4.469-3.797 7.375-3.797 0.328 0 0.656 0.016 0.969 0.063 0.594-0.641 1.422-1 2.281-1 0.797 0 1.625 0.328 2.188 0.891 0.047 0.047 0.078 0.125 0.078 0.187 0 0.203-0.562 0.734-0.703 0.891 0.234 0.078 0.859 0.375 0.859 0.656 0 0.156-0.156 0.281-0.25 0.391 1.719 1.516 2.703 3.672 3.078 5.906 0.234-0.281 0.562-0.469 0.938-0.469 0.578 0 1.141 0.391 1.563 0.766 1.141 1.016 1.406 2.906 1.406 4.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-circle\" viewBox=\"0 0 24 28\">\n<title>google-plus-circle</title>\n<path d=\"M14.328 14.141c0-0.344-0.031-0.672-0.094-1h-5.656v2.063h3.391c-0.25 1.656-1.813 2.578-3.391 2.578-2.078 0-3.734-1.719-3.734-3.781s1.656-3.781 3.734-3.781c0.875 0 1.75 0.297 2.391 0.922l1.625-1.578c-1.109-1.031-2.5-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fa\" viewBox=\"0 0 25 28\">\n<title>fa</title>\n<path d=\"M24 8v13.109c0 0.484-0.313 0.844-0.766 0.969-1.672 0.5-3.547 0.812-5.281 0.812-2.344 0-4.328-0.922-6.922-0.922-1.922 0-3.906 0.313-5.781 0.75v5.281h-2.5v-21.375c-1.313-0.516-2.172-1.797-2.172-3.203 0-1.891 1.531-3.422 3.422-3.422s3.422 1.531 3.422 3.422c0 1.406-0.859 2.688-2.172 3.203v1.062c1.75-0.406 3.563-0.688 5.359-0.688 1.031 0 2.063 0.078 3.094 0.234 1.344 0.203 2.703 0.672 4.078 0.672 0.859 0 1.734-0.109 2.578-0.281 0.641-0.125 2.109-0.625 2.641-0.625 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-handshake-o\" viewBox=\"0 0 36 28\">\n<title>handshake-o</title>\n<path d=\"M3 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM26.016 17.094c-1.234-1.609-2.438-3.25-3.844-4.719l-1.953 2.188c-1.719 1.953-4.797 1.906-6.469-0.094-1.188-1.437-1.188-3.5 0.031-4.922l2.766-3.219c-0.969-0.5-2.141-0.328-3.187-0.328-0.922 0-1.813 0.375-2.469 1.031l-2.469 2.469h-2.422v8.5c0.688 0 1.312-0.094 1.859 0.438l4.641 4.562c0.953 0.922 2.187 1.734 3.547 1.734 0.703 0 1.453-0.234 1.953-0.734 1.172 0.406 2.531-0.25 2.891-1.453 0.75 0.063 1.437-0.172 1.984-0.688 0.359-0.328 0.828-0.984 0.781-1.5 0.141 0.141 0.484 0.156 0.672 0.156 1.859 0 2.828-1.953 1.687-3.422zM28.5 18h1.5v-8h-1.453l-2.453-2.812c-0.656-0.75-1.641-1.188-2.641-1.188h-2.609c-0.875 0-1.719 0.391-2.281 1.047l-3.266 3.797c-0.578 0.688-0.578 1.656-0.016 2.344 0.891 1.062 2.531 1.078 3.453 0.047l3.016-3.406c0.719-0.797 2.031-0.047 1.703 0.969 0.594 0.688 1.234 1.359 1.813 2.047 0.781 0.969 1.531 1.984 2.297 2.969 0.484 0.625 0.844 1.375 0.938 2.188zM33 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM36 9v10c0 0.547-0.453 1-1 1h-6.781c-0.562 1.359-1.797 2.266-3.234 2.469-0.672 0.984-1.703 1.734-2.859 1.984-0.859 1.094-2.25 1.75-3.641 1.656-2.578 1.453-5.484 0.187-7.406-1.703l-4.484-4.406h-5.594c-0.547 0-1-0.453-1-1v-10.5c0-0.547 0.453-1 1-1h6.578c1.813-1.813 3.062-3.5 5.781-3.5h1.828c1.016 0 2 0.313 2.828 0.875 0.828-0.562 1.813-0.875 2.828-0.875h2.609c2.969 0 4.203 1.937 6 4h5.547c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open\" viewBox=\"0 0 28 28\">\n<title>envelope-open</title>\n<path d=\"M28 10.219v15.281c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-15.281c0-0.141 0.063-0.281 0.172-0.375 1.641-1.437 1.656-1.609 9.812-7.562 0.984-0.719 2.719-2.281 4.016-2.281s3.047 1.578 4.016 2.281c8.156 5.953 8.172 6.125 9.812 7.562 0.109 0.094 0.172 0.234 0.172 0.375zM19.187 19.359c2.438-1.766 4.141-3 5.391-3.938 0.219-0.156 0.266-0.469 0.094-0.688l-0.594-0.812c-0.172-0.219-0.484-0.266-0.703-0.094-1.234 0.906-2.922 2.156-5.359 3.906-0.969 0.703-2.719 2.266-4.016 2.266s-3.047-1.563-4.016-2.266c-2.438-1.766-4.125-3-5.359-3.906-0.219-0.172-0.531-0.125-0.703 0.094l-0.594 0.812c-0.172 0.219-0.125 0.531 0.094 0.688 1.25 0.938 2.953 2.172 5.391 3.938 1.219 0.875 3.141 2.641 5.187 2.641 2.063 0 4.031-1.797 5.187-2.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open-o\" viewBox=\"0 0 28 28\">\n<title>envelope-open-o</title>\n<path d=\"M23.031 14.266l0.609 0.797c0.172 0.219 0.125 0.516-0.078 0.688-1.563 1.219-5.156 3.984-5.313 4.109-1.109 0.906-2.609 2.156-4.234 2.141h-0.031c-1.625 0-3.125-1.234-4.234-2.141-0.172-0.141-3.641-2.812-5.172-4-0.219-0.172-0.266-0.469-0.094-0.688l0.578-0.812c0.172-0.234 0.5-0.281 0.719-0.094 1.062 0.828 2.562 1.984 4.781 3.687 0.781 0.594 2.328 2.047 3.422 2.047h0.031c1.094 0 2.641-1.453 3.422-2.047 2.297-1.766 3.828-2.938 4.891-3.781 0.219-0.172 0.531-0.125 0.703 0.094zM26 25.5v-14.5c-1.563-1.453-1.328-1.328-8.563-6.922-0.781-0.609-2.328-2.078-3.422-2.078h-0.031c-1.094 0-2.641 1.469-3.422 2.078-7.234 5.594-7 5.469-8.563 6.922v14.5c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 11v14.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-14.5c0-0.562 0.234-1.094 0.641-1.469 3.203-2.969 6.891-5.547 9.109-7.375 1.094-0.906 2.609-2.156 4.234-2.156h0.031c1.625 0 3.141 1.25 4.234 2.156 2.063 1.703 5.984 4.469 9.109 7.375 0.406 0.375 0.641 0.906 0.641 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linode\" viewBox=\"0 0 24 28\">\n<title>linode</title>\n<path d=\"M5.156 23.984l3.156 3.344-0.531-3.687-3.375-3.328zM8.687 27.516l4.281-3.406-0.172-3.828-4.688 3.359zM3.828 17.547l3.547 3.328-0.75-5.109-3.828-3.187zM7.734 21.047l4.953-3.344-0.219-5.063-5.5 3.125zM13.172 21.219l1.484 1.25-0.031-3.734-1.609-1.234c0 0.125 0.063 0.344-0.063 0.438l-1.219 0.812 1.328 1.094c0.156 0.125 0.109 1.188 0.109 1.375zM2.156 9.469l4 3.125-1.062-7.266-4.359-2.703zM18.328 19.828l0.234-3.656-3.594 2.562 0.031 3.75zM6.516 12.719l5.828-3.031-0.297-6.891-6.609 2.547zM19.844 18.422l0.313-3.641-3.531-2.219-0.031 1.641 2.25 1.484c0.047 0.031 0.078 0.094 0.063 0.141l-0.109 1.859zM22.828 16.25l0.469-3.469-2.797 2-0.313 3.563zM19.891 18.859l-1.109-0.766-0.125 1.828c0 0.047-0.016 0.094-0.063 0.125l-3.656 2.922c-0.063 0.047-0.156 0.047-0.219 0l-1.531-1.297 0.109 2.516c0 0.047-0.016 0.094-0.063 0.125l-4.578 3.656c-0.031 0.016-0.063 0.031-0.094 0.031-0.047-0.016-0.094-0.016-0.125-0.047l-3.563-3.781c-0.078-0.078-0.844-3.938-0.922-4.328-0.016-0.063 0.031-0.141 0.078-0.172l0.953-0.578c-0.187-0.172-1.453-1.281-1.484-1.437l-1.125-5.484c-0.016-0.063 0.016-0.141 0.094-0.187l1.469-0.703c-0.25-0.187-2.063-1.5-2.109-1.687l-1.5-7.281c-0.016-0.094 0.031-0.172 0.109-0.203l6.766-2.109c0.031 0 0.078 0 0.125 0.016l4.953 2.391c0.047 0.031 0.094 0.094 0.094 0.141l0.313 7.234c0 0.063-0.031 0.125-0.094 0.156l-1.844 0.953 1.969 1.328c0.047 0.016 0.078 0.078 0.078 0.125l0.078 1.922 1.891-1.156c0.047-0.031 0.125-0.031 0.172 0l1.313 0.875 0.047-1.719c0-0.047 0.031-0.109 0.078-0.141l3.219-1.969c0.063-0.031 0.125-0.031 0.172 0l3.828 2.109c0.031 0.031 0.063 0.063 0.078 0.109 0.031 0.109-0.484 3.625-0.531 3.984 0 0.047-0.031 0.094-0.063 0.109l-2.984 2.391c-0.063 0.047-0.141 0.047-0.203 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book\" viewBox=\"0 0 26 28\">\n<title>address-book</title>\n<path d=\"M18.766 19.344c0-2.766-0.672-5.844-3.453-5.844-0.859 0.5-2.031 1.359-3.313 1.359s-2.453-0.859-3.313-1.359c-2.781 0-3.453 3.078-3.453 5.844 0 1.547 1.016 2.656 2.266 2.656h9c1.25 0 2.266-1.109 2.266-2.656zM16.063 10.063c0-2.25-1.828-4.062-4.062-4.062s-4.062 1.813-4.062 4.062c0 2.234 1.828 4.047 4.062 4.047s4.062-1.813 4.062-4.047zM26 18.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book-o\" viewBox=\"0 0 26 28\">\n<title>address-book-o</title>\n<path d=\"M16.063 10.063c0 2.234-1.828 4.047-4.062 4.047s-4.062-1.813-4.062-4.047c0-2.25 1.828-4.062 4.062-4.062s4.062 1.813 4.062 4.062zM15.313 13.5c2.984 0 3.453 3.547 3.453 5.844 0 1.313-0.828 2.656-2.266 2.656h-9c-1.437 0-2.266-1.344-2.266-2.656 0-2.203 0.469-5.844 3.375-5.844h0.078c1.031 0.609 2.078 1.359 3.313 1.359s2.281-0.75 3.313-1.359zM26 9.5c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.266 0 0.5 0.234 0.5 0.5v3zM22 25.5v-23c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v23c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card\" viewBox=\"0 0 32 28\">\n<title>address-card</title>\n<path d=\"M16 17.672c0-2.422-0.594-5.109-3.063-5.109-0.766 0.438-1.797 1.188-2.938 1.188s-2.172-0.75-2.938-1.188c-2.469 0-3.063 2.688-3.063 5.109 0 1.359 0.891 2.328 2 2.328h8c1.109 0 2-0.969 2-2.328zM13.547 9.547c0-1.953-1.594-3.547-3.547-3.547s-3.547 1.594-3.547 3.547c0 1.969 1.594 3.547 3.547 3.547s3.547-1.578 3.547-3.547zM28 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM28 13.438v-0.875c0-0.313-0.25-0.562-0.562-0.562h-8.875c-0.313 0-0.562 0.25-0.562 0.562v0.875c0 0.313 0.25 0.562 0.562 0.562h8.875c0.313 0 0.562-0.25 0.562-0.562zM28 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-5.5v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-12v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-5.5c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card-o\" viewBox=\"0 0 32 28\">\n<title>address-card-o</title>\n<path d=\"M16 17.672c0 1.359-0.891 2.328-2 2.328h-8c-1.109 0-2-0.969-2-2.328 0-2.422 0.594-5.109 3.062-5.109 0.766 0.438 1.797 1.188 2.938 1.188s2.172-0.75 2.938-1.188c2.469 0 3.062 2.688 3.062 5.109zM13.547 9.547c0 1.969-1.594 3.547-3.547 3.547s-3.547-1.578-3.547-3.547c0-1.953 1.594-3.547 3.547-3.547s3.547 1.594 3.547 3.547zM28 16.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM28 12.563v0.875c0 0.313-0.25 0.562-0.562 0.562h-8.875c-0.313 0-0.562-0.25-0.562-0.562v-0.875c0-0.313 0.25-0.562 0.562-0.562h8.875c0.313 0 0.562 0.25 0.562 0.562zM28 8.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-19c0-0.266-0.234-0.5-0.5-0.5h-27c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h5.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h12v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h5.5c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle\" viewBox=\"0 0 28 28\">\n<title>user-circle</title>\n<path d=\"M23.797 20.922c-0.406-2.922-1.594-5.516-4.25-5.875-1.375 1.5-3.359 2.453-5.547 2.453s-4.172-0.953-5.547-2.453c-2.656 0.359-3.844 2.953-4.25 5.875 2.172 3.063 5.75 5.078 9.797 5.078s7.625-2.016 9.797-5.078zM20 10c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM28 14c0 7.703-6.25 14-14 14-7.734 0-14-6.281-14-14 0-7.734 6.266-14 14-14s14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle-o\" viewBox=\"0 0 28 28\">\n<title>user-circle-o</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14 0 7.688-6.234 14-14 14-7.75 0-14-6.297-14-14 0-7.734 6.266-14 14-14zM23.672 21.109c1.453-2 2.328-4.453 2.328-7.109 0-6.609-5.391-12-12-12s-12 5.391-12 12c0 2.656 0.875 5.109 2.328 7.109 0.562-2.797 1.922-5.109 4.781-5.109 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c2.859 0 4.219 2.312 4.781 5.109zM20 11c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-o\" viewBox=\"0 0 24 28\">\n<title>user-o</title>\n<path d=\"M18.766 12.25c2.203 0.641 5.234 2.812 5.234 9.922 0 3.219-2.391 5.828-5.328 5.828h-13.344c-2.938 0-5.328-2.609-5.328-5.828 0-7.109 3.031-9.281 5.234-9.922-0.781-1.234-1.234-2.688-1.234-4.25 0-4.406 3.594-8 8-8s8 3.594 8 8c0 1.563-0.453 3.016-1.234 4.25zM12 2c-3.313 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6-2.688-6-6-6zM18.672 26c1.828 0 3.328-1.703 3.328-3.828 0-4.922-1.656-8-4.75-8.156-1.406 1.234-3.234 1.984-5.25 1.984s-3.844-0.75-5.25-1.984c-3.094 0.156-4.75 3.234-4.75 8.156 0 2.125 1.5 3.828 3.328 3.828h13.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-id-badge\" viewBox=\"0 0 20 28\">\n<title>id-badge</title>\n<path d=\"M16 19.656c0 1.344-0.891 2.344-2 2.344h-8c-1.109 0-2-1-2-2.344 0-2.438 0.609-5.141 3.062-5.141 0.766 0.719 1.797 1.172 2.938 1.172s2.172-0.453 2.938-1.172c2.453 0 3.062 2.703 3.062 5.141zM13.594 11.547c0 1.969-1.609 3.547-3.594 3.547s-3.594-1.578-3.594-3.547c0-1.953 1.609-3.547 3.594-3.547s3.594 1.594 3.594 3.547zM18 25.5v-21.5h-16v21.5c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM20 2.5v23c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h5.5v1.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-1.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license\" viewBox=\"0 0 32 28\">\n<title>drivers-license</title>\n<path d=\"M14 18.937c0-2.063-0.5-4.438-2.562-4.438-0.625 0.625-1.484 1-2.438 1s-1.813-0.375-2.438-1c-2.063 0-2.562 2.375-2.562 4.438 0 1.141 0.75 2.063 1.672 2.063h6.656c0.922 0 1.672-0.922 1.672-2.063zM12 12c0-1.656-1.344-3-3-3s-3 1.344-3 3 1.344 3 3 3 3-1.344 3-3zM28 19.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM22 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM28 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM28 11.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM2 6h28v-1.5c0-0.281-0.219-0.5-0.5-0.5h-27c-0.281 0-0.5 0.219-0.5 0.5v1.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license-o\" viewBox=\"0 0 32 28\">\n<title>drivers-license-o</title>\n<path d=\"M14 18.937c0 1.141-0.75 2.063-1.672 2.063h-6.656c-0.922 0-1.672-0.922-1.672-2.063 0-2.063 0.5-4.438 2.562-4.438 0.625 0.625 1.484 1 2.438 1s1.813-0.375 2.438-1c2.063 0 2.562 2.375 2.562 4.438zM12 12c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 18.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 10.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-17.5h-28v17.5c0 0.266 0.234 0.5 0.5 0.5h27c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quora\" viewBox=\"0 0 28 28\">\n<title>quora</title>\n<path d=\"M19.609 12.297c0-6.516-2.031-9.859-6.797-9.859-4.688 0-6.719 3.344-6.719 9.859 0 6.484 2.031 9.797 6.719 9.797 0.75 0 1.422-0.078 2.047-0.266v0c-0.969-1.906-2.109-3.828-4.328-3.828-0.422 0-0.844 0.063-1.234 0.25l-0.766-1.516c0.922-0.797 2.406-1.422 4.312-1.422 2.984 0 4.5 1.437 5.719 3.266 0.703-1.563 1.047-3.672 1.047-6.281zM25.703 22.172h1.828c0.109 1.125-0.453 5.828-5.563 5.828-3.094 0-4.719-1.797-5.953-3.891v0c-1.016 0.281-2.109 0.422-3.203 0.422-6.25 0-12.359-4.984-12.359-12.234 0-7.313 6.125-12.297 12.359-12.297 6.359 0 12.406 4.953 12.406 12.297 0 4.094-1.906 7.422-4.672 9.562 0.891 1.344 1.813 2.234 3.094 2.234 1.406 0 1.969-1.078 2.063-1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-free-code-camp\" viewBox=\"0 0 36 28\">\n<title>free-code-camp</title>\n<path d=\"M7.078 25.578c0 0.438-0.391 0.844-0.828 0.844-0.063 0-0.141-0.031-0.203-0.047v0c-0.875-0.203-2-1.516-2.531-2.188-2.438-3.078-3.516-6.672-3.516-10.563 0-3.625 1.094-6.734 3.328-9.594 0.516-0.672 2.047-2.438 2.953-2.438 0.391 0 0.797 0.313 0.797 0.719 0 0.469-0.688 1.109-0.984 1.406-0.859 0.891-1.656 1.797-2.297 2.875-1.328 2.219-1.859 4.438-1.859 7.016 0 2.766 0.516 5.266 1.922 7.672 0.594 1.016 1.297 1.859 2.125 2.703 0.328 0.359 1.094 1.062 1.094 1.594zM28.063 23.484c0 0.578-0.391 1.062-1 1.062h-16.891c-0.547 0-1-0.453-1-1 0-0.578 0.391-1.062 1-1.062h16.891c0.547 0 1 0.453 1 1zM24.703 13.937c0 1.312-0.297 2.531-1.047 3.641-0.516 0.766-1.563 1.75-2.391 2.172-0.125 0.078-0.281 0.156-0.422 0.156-0.125 0-0.359-0.141-0.359-0.281 0-0.453 1.906-1.531 1.906-3.625 0-0.688-0.172-1.453-0.547-2.031-0.109-0.156-0.5-0.656-0.719-0.656-0.047 0-0.047 0.031-0.047 0.078 0 0.375 0.234 0.734 0.234 1.125 0 0.5-0.609 0.75-1.031 0.75-0.734 0-1.031-0.516-1.031-1.188 0-0.453 0.047-0.922 0.047-1.375 0-0.328-0.016-0.422-0.156-0.719-0.219-0.422-0.938-1.281-1.453-1.281-0.141 0-0.187 0-0.187 0.141 0 0.219 0.5 0.453 0.5 1.25 0 2.078-2.859 2.453-2.859 4.531 0 0.938 0.125 1.719 0.656 2.5 0.328 0.484 0.688 0.766 1.234 0.984 0.141 0.047 0.281 0.063 0.281 0.234s-0.141 0.25-0.281 0.25c-0.078 0-0.438-0.141-0.516-0.172v0c-2.406-0.875-4.234-2.969-4.234-5.594 0-3.109 3.734-5.828 3.734-8.813 0-0.578-0.094-0.984-0.391-1.469-0.172-0.281-0.594-0.828-0.875-1-0.125-0.063-0.297-0.172-0.297-0.328 0-0.266 0.453-0.313 0.641-0.313 0.562 0 1.203 0.203 1.719 0.453 2.172 1.031 2.625 2.609 3 4.797 0.094 0.516 0.281 2.156 1.031 2.156 0.484 0 0.797-0.328 0.797-0.797 0-0.703-0.625-1.469-0.625-1.859 0-0.109 0.063-0.156 0.156-0.156 0.391 0 1.203 0.828 1.453 1.094 1.516 1.609 2.078 3.172 2.078 5.344zM36 14.391c0 2.75-0.734 5.5-2.156 7.859-0.656 1.094-2.812 4.156-4.234 4.156-0.328 0-0.719-0.406-0.719-0.734 0-0.531 1.828-2.234 2.281-2.812 1.937-2.438 2.859-5.187 2.859-8.297 0-2.562-0.313-4.641-1.453-6.969-0.703-1.437-1.437-2.406-2.547-3.563-0.359-0.375-1.141-1.078-1.141-1.641 0-0.391 0.406-0.812 0.797-0.812 1.031 0 2.516 1.906 3.063 2.641 2.094 2.812 2.984 5.703 3.219 9.172 0.016 0.328 0.031 0.672 0.031 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-telegram\" viewBox=\"0 0 28 28\">\n<title>telegram</title>\n<path d=\"M18.578 20.422l2.297-10.828c0.203-0.953-0.344-1.328-0.969-1.094l-13.5 5.203c-0.922 0.359-0.906 0.875-0.156 1.109l3.453 1.078 8.016-5.047c0.375-0.25 0.719-0.109 0.438 0.141l-6.484 5.859-0.25 3.563c0.359 0 0.516-0.156 0.703-0.344l1.687-1.625 3.5 2.578c0.641 0.359 1.094 0.172 1.266-0.594zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer\" viewBox=\"0 0 16 28\">\n<title>thermometer</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-14.172h2v14.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-3\" viewBox=\"0 0 16 28\">\n<title>thermometer-3</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-10.172h2v10.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-2\" viewBox=\"0 0 16 28\">\n<title>thermometer-2</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-6.172h2v6.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-1\" viewBox=\"0 0 16 28\">\n<title>thermometer-1</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-2.172h2v2.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-0\" viewBox=\"0 0 16 28\">\n<title>thermometer-0</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.641 1.328-3 3-3s3 1.375 3 3zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shower\" viewBox=\"0 0 30 28\">\n<title>shower</title>\n<path d=\"M22.391 3.891c0.203 0.203 0.203 0.516 0 0.719l-9.781 9.781c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l0.688-0.688c-1.516-1.906-1.703-4.516-0.547-6.594-0.719-0.688-1.687-1.109-2.75-1.109-2.203 0-4 1.797-4 4v20h-4v-20c0-4.406 3.594-8 8-8 2.25 0 4.281 0.938 5.734 2.438 1.969-0.797 4.25-0.5 5.969 0.859l0.688-0.688c0.203-0.203 0.516-0.203 0.719 0zM21 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM25 10c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM29 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM22 11c0-0.547 0.453-1 1-1s1 0.453 1 1-0.453 1-1 1-1-0.453-1-1zM27 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 14c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM25 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 16c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM23 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 18c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 20c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bath\" viewBox=\"0 0 28 28\">\n<title>bath</title>\n<path d=\"M26 17v3c0 1.781-0.781 3.359-2 4.469v3.031c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.844c-0.625 0.219-1.297 0.344-2 0.344h-12c-0.703 0-1.375-0.125-2-0.344v1.719c0 0.344-0.219 0.625-0.5 0.625h-1c-0.281 0-0.5-0.281-0.5-0.625v-2.906c-1.219-1.109-2-2.688-2-4.469v-3h24zM11 10.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 9.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-10c0-2.203 1.797-4 4-4 1.125 0 2.141 0.469 2.875 1.219 0.969-0.391 2.125-0.25 2.984 0.422l0.344-0.344c0.094-0.094 0.25-0.094 0.344 0l0.656 0.656c0.094 0.094 0.094 0.25 0 0.344l-4.906 4.906c-0.094 0.094-0.25 0.094-0.344 0l-0.656-0.656c-0.094-0.094-0.094-0.25 0-0.344l0.344-0.344c-0.75-0.953-0.844-2.266-0.266-3.313-0.359-0.344-0.844-0.547-1.375-0.547-1.109 0-2 0.891-2 2v10h23.5c0.281 0 0.5 0.219 0.5 0.5zM14 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM14 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM16 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM17 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-podcast\" viewBox=\"0 0 24 28\">\n<title>podcast</title>\n<path d=\"M15.531 18.625c0 1.031-0.109 2.063-0.266 3.078-0.234 1.625-0.469 3.297-0.859 4.891-0.281 1.141-1.344 1.406-2.375 1.406s-2.094-0.266-2.375-1.406c-0.391-1.594-0.625-3.266-0.859-4.891-0.156-1.016-0.266-2.047-0.266-3.078 0-2.109 1.703-2.625 3.5-2.625s3.5 0.516 3.5 2.625zM24 12c0 5.063-3.125 9.391-7.562 11.156-0.172 0.063-0.359-0.094-0.328-0.281 0.047-0.328 0.094-0.672 0.156-1.031 0.031-0.25 0.063-0.5 0.094-0.734 0.016-0.094 0.063-0.156 0.141-0.187 3.25-1.656 5.5-5.031 5.5-8.922 0-5.703-4.781-10.297-10.547-9.984-5.281 0.281-9.484 4.781-9.453 10.063 0.031 3.891 2.297 7.25 5.563 8.875 0.078 0.031 0.125 0.109 0.141 0.187 0.031 0.219 0.063 0.453 0.094 0.703 0.063 0.375 0.109 0.719 0.172 1.062 0.031 0.187-0.172 0.344-0.344 0.266-4.641-1.813-7.875-6.438-7.609-11.766 0.297-6.047 5.172-11 11.219-11.375 6.969-0.438 12.766 5.094 12.766 11.969zM15.531 11.5c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5zM20.031 12c0 2.578-1.234 4.891-3.125 6.344-0.156 0.125-0.375 0.016-0.406-0.187-0.047-0.438-0.172-0.953-0.453-1.437-0.063-0.094-0.047-0.219 0.047-0.313 1.188-1.094 1.937-2.656 1.937-4.406 0-3.531-3.078-6.359-6.687-5.969-2.766 0.313-5.016 2.594-5.281 5.375-0.203 1.969 0.578 3.781 1.906 5 0.094 0.094 0.109 0.219 0.047 0.313-0.281 0.484-0.406 1-0.453 1.453-0.031 0.187-0.25 0.297-0.406 0.172-1.937-1.5-3.172-3.859-3.125-6.516 0.094-4.156 3.469-7.625 7.609-7.812 4.594-0.219 8.391 3.437 8.391 7.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-maximize\" viewBox=\"0 0 28 28\">\n<title>window-maximize</title>\n<path d=\"M4 22h20v-12h-20v12zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-minimize\" viewBox=\"0 0 28 28\">\n<title>window-minimize</title>\n<path d=\"M28 20.5v3c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-restore\" viewBox=\"0 0 32 28\">\n<title>window-restore</title>\n<path d=\"M4 24h12v-8h-12v8zM20 16h8v-12h-12v4h1.5c1.375 0 2.5 1.125 2.5 2.5v5.5zM32 2.5v15c0 1.375-1.125 2.5-2.5 2.5h-9.5v5.5c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h9.5v-5.5c0-1.375 1.125-2.5 2.5-2.5h15c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle\" viewBox=\"0 0 28 28\">\n<title>times-rectangle</title>\n<path d=\"M18.359 20.641l2.281-2.281c0.203-0.203 0.203-0.516 0-0.719l-3.641-3.641 3.641-3.641c0.203-0.203 0.203-0.516 0-0.719l-2.281-2.281c-0.203-0.203-0.516-0.203-0.719 0l-3.641 3.641-3.641-3.641c-0.203-0.203-0.516-0.203-0.719 0l-2.281 2.281c-0.203 0.203-0.203 0.516 0 0.719l3.641 3.641-3.641 3.641c-0.203 0.203-0.203 0.516 0 0.719l2.281 2.281c0.203 0.203 0.516 0.203 0.719 0l3.641-3.641 3.641 3.641c0.203 0.203 0.516 0.203 0.719 0zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle-o\" viewBox=\"0 0 28 28\">\n<title>times-rectangle-o</title>\n<path d=\"M19.641 17.359l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.641-2.641-2.641 2.641c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.641-2.641-2.641-2.641c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.641 2.641 2.641-2.641c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.641 2.641 2.641 2.641c0.203 0.203 0.203 0.516 0 0.719zM4 22h20v-16h-20v16zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bandcamp\" viewBox=\"0 0 28 28\">\n<title>bandcamp</title>\n<path d=\"M16.719 18.406l4.781-8.813h-10.219l-4.781 8.813h10.219zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-grav\" viewBox=\"0 0 28 28\">\n<title>grav</title>\n<path d=\"M20.172 7.438c-0.5-0.562-1.313 0.391-0.875 0.906 0.422 0.516 1.813 0.141 0.875-0.906zM13.984 11.281c-0.172 0.172-0.438 0.172-0.594 0-0.172-0.156-0.172-0.422 0-0.578 0.156-0.172 0.422-0.172 0.594 0 0.156 0.156 0.156 0.422 0 0.578zM16.562 12.437l-0.547 0.547c-0.25 0.266-0.672 0.266-0.938 0l-0.594-0.594c-0.25-0.266-0.25-0.672 0-0.938l0.547-0.547c0.25-0.25 0.672-0.25 0.938 0l0.594 0.609c0.25 0.25 0.25 0.672 0 0.922zM14.859 10.406c-0.156 0.156-0.422 0.156-0.594 0-0.156-0.172-0.156-0.438 0-0.594 0.172-0.172 0.438-0.172 0.594 0 0.172 0.156 0.172 0.422 0 0.594zM21.156 8.875c-0.703 1.328-2.547 1.875-3.672 1.078-1.125-0.812-1.906-2.438-0.672-3.844 1.219-1.406 2.297-0.969 3.375 0.047 0.672 0.641 1.656 1.406 0.969 2.719zM24.297 16.406c0.141-0.906-1.156-0.938-1.437-1.453-0.766-1.359-1.563-2.078-3.078-1.719 0.656-0.453 1.328-0.344 1.328-0.344 0.016-0.359 0-0.734-0.531-1.406 0.219-0.703 0.016-1.266 0.016-1.266 0.875-0.484 1.516-1.375 1.641-2.438 0.203-1.75-1.062-3.344-2.812-3.547-1.25-0.141-2.469 0.438-3.063 1.453-1.313 2.266 0.078 4 1.266 4.594-0.812-0.078-1.937-0.672-2.266-1.937-0.375-1.453 0.156-2.812 0.5-3.469 0 0-0.25-0.328-0.453-0.5 0 0-0.781 0-1.391 0.297 0.672-0.859 1.422-0.812 1.422-0.812 0-0.359-0.031-0.844-0.203-1.219-0.313-0.641-1.406-0.734-1.828 0.234 0.016-0.047 0.031-0.078 0.063-0.109-0.281 0.672-0.063 3.156 0.953 4.922-0.141 0.078-0.516 0.344-0.734 0.562-1.219 0.547-3.172 3.406-3.172 3.406-1.594 0.609-4.375 2.875-4 4.5v0c0.016 0.172 0.078 0.313 0.172 0.422-0.156 0.125-0.313 0.281-0.469 0.469-0.672 0.781-0.297 1.984 1 1.375 0.891-0.406 1.687-1.141 2.063-1.719 0 0-0.328-0.281-0.938-0.25 1.563-0.375 1.953-0.531 2.625-0.516 0.453 0.219 0.453-1.937 0.453-1.937 0-0.828-0.125-1.75-0.625-2.344 0.703 0.688 1.641 1.844 1.578 3.422-0.047 1.031-0.859 1.297-0.859 1.297-0.516 0.938-2.438 3.719-1.719 5.984 0 0-0.547-0.844-0.578-1.25-0.984 1.094-2.641 2.953-1.406 3.641 1.5 0.828 6.156-5 7.141-8.031 1.953-1.172 3.125-2.672 3.609-3.672 1.25 2.484 5.406 5.359 5.734 3.359zM28.031 14c0 7.734-6.281 14-14.016 14s-14.016-6.266-14.016-14 6.281-14 14.016-14 14.016 6.266 14.016 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-etsy\" viewBox=\"0 0 24 28\">\n<title>etsy</title>\n<path d=\"M8.094 2.859v10.234c3.625 0.031 5.531-0.156 5.531-0.156 1.469-0.047 1.687-0.422 2.031-1.859l0.516-2.219h1.609l-0.219 5.031 0.109 4.984h-1.609l-0.453-1.984c-0.328-1.484-0.969-1.844-2.016-1.859 0 0-1.344-0.125-5.5-0.125v8.687c0 1.625 0.891 2.391 2.766 2.391h5.578c1.875 0 3.563-0.187 4.719-2.859l1.453-3.375h1.391c-0.109 0.672-0.859 6.875-0.969 8.25-5.141-0.187-7.344-0.187-7.344-0.187h-9.812l-5.875 0.187v-1.594l1.984-0.391c1.391-0.266 1.813-0.672 1.828-1.813 0.094-3.781 0.125-10.047 0.125-10.047s0.047-6.281-0.125-10.078c-0.047-1.297-0.438-1.609-1.828-1.875l-1.984-0.375v-1.594l5.875 0.187h10.969s2.172 0 5.844-0.422c-0.219 2.391-0.484 7.906-0.484 7.906h-1.453l-0.5-1.937c-0.609-2.422-1.422-3.719-2.922-3.719h-8.563c-0.641 0-0.672 0.219-0.672 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-imdb\" viewBox=\"0 0 24 28\">\n<title>imdb</title>\n<path d=\"M14.406 12.453v2.844c0 0.562 0.109 1.078-0.594 1.062v-4.828c0.688 0 0.594 0.359 0.594 0.922zM19.344 13.953v1.891c0 0.313 0.094 0.828-0.359 0.828-0.094 0-0.172-0.047-0.219-0.141-0.125-0.297-0.063-2.547-0.063-2.578 0-0.219-0.063-0.734 0.281-0.734 0.422 0 0.359 0.422 0.359 0.734zM2.812 17.641h1.906v-7.375h-1.906v7.375zM9.594 17.641h1.656v-7.375h-2.484l-0.438 3.453c-0.156-1.156-0.313-2.312-0.5-3.453h-2.469v7.375h1.672v-4.875l0.703 4.875h1.188l0.672-4.984v4.984zM16.234 12.875c0-0.469 0.016-0.969-0.078-1.406-0.25-1.297-1.813-1.203-2.828-1.203h-1.422v7.375c4.969 0 4.328 0.344 4.328-4.766zM21.187 15.953v-2.078c0-1-0.047-1.734-1.281-1.734-0.516 0-0.859 0.156-1.203 0.531v-2.406h-1.828v7.375h1.719l0.109-0.469c0.328 0.391 0.688 0.562 1.203 0.562 1.141 0 1.281-0.875 1.281-1.781zM24 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ravelry\" viewBox=\"0 0 34 28\">\n<title>ravelry</title>\n<path d=\"M17.859 27.078c-0.063-0.016-0.109-0.031-0.172-0.063 0 0-5.141-3.016-6.875-7.891-0.578-0.094-1.797-0.375-2.734-0.578v0c1.359 4.422 5.141 7.797 9.781 8.531zM7.844 17.609l2.625 0.438c-0.891-2.672-1-5.719-1-5.719-1.047 1.016-1.609 2.406-1.891 3.5v0c0.047 0.609 0.125 1.203 0.266 1.781zM9.562 8.094v0c-0.484 0.719-0.875 1.5-1.203 2.312 0.516-0.547 0.938-0.906 1.156-1.062-0.031-0.469 0.047-1.25 0.047-1.25zM32.016 14.875c0-6.813-5.5-12.344-12.25-12.344-3.125 0-5.969 1.188-8.141 3.141-0.328 0.641-0.547 1.453-0.703 2.5 3.328-2.828 9.266-2.125 9.266-2.125 1.484 0.063 1.313 1.375 1.297 1.781-5.406-0.453-8.062 1.094-10.687 3.328 0 0 0.516 5 1.703 7.031 6.844 0.313 12.047-3.406 12.047-3.406 0.656-0.469 1.234-0.516 1.359 0.297 0.094 0.656 0.141 1.547-0.609 1.891-2.281 1.062-4.797 1.734-7.297 2.094-1.625 0.234-2.531 0.297-4.953 0.25 2.312 5.375 8.094 6.844 8.094 6.844 1.813 0.297 3.187 0.063 4.109-0.234v0c4-2.031 6.766-6.219 6.766-11.047zM33.172 14.297c-0.109 1.062-0.281 2.297-0.625 3.313-1.406 4.172-3.359 6.891-7.812 9.375-0.406 0.281-0.844 0.547-1.281 0.688-0.797 0.281-1.656 0.344-2.547 0.25-0.375 0.031-0.75 0.047-1.141 0.047-5.953 0-10.984-4.062-12.5-9.609-0.047 0-0.094-0.016-0.141-0.016-0.359 2.812 1.719 6.609 1.719 6.609s0.125 0.187 0.844 1.281c-3.984-2.109-4.094-8.328-4.094-8.328-0.953-0.359-4.266-1.484-4.844-2.406 0 0 2.594 1.422 4.828 1.703-0.016-0.016 0.031-0.5 0.031-0.5 0.141-1.906 0.797-3.391 1.469-4.531 0.438-2.141 1.406-4.078 2.75-5.703 0.234-0.969 0.609-2.125 1.266-3.344 0.281-0.531 0.547-0.875 1.266-1.203 4.75-2.219 9.438-2.781 14.25-0.281v0c4.609 2.406 7.109 7.438 6.563 12.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eercast\" viewBox=\"0 0 27 28\">\n<title>eercast</title>\n<path d=\"M20.953 12.25c0.547-0.844-0.094-2.984-2-4.25-1.891-1.266-4.312-1.172-4.875-0.328-0.547 0.828 0.625 0.297 2.766 1.094 3.531 1.313 3.563 4.328 4.109 3.484zM26.625 21.219c-4.422 10.875-24.344 8.125-23.922-5.984 0.047-1.797 0.547-3 1.062-4.719-3.297 13.5 15.094 21.359 22.641 10.703 0.281-0.391 0.359-0.359 0.219 0zM22.891 14.203c0 4.422-3.563 8.016-7.953 8.016s-7.953-3.594-7.953-8.016 3.563-8.016 7.953-8.016 7.953 3.594 7.953 8.016zM27.375 9.703c-5.563-12.625-28.531-7.969-25.984 9.203-5.281-17.203 16.484-25.094 24.531-12.844 0.656 1 1.406 2.75 1.453 3.641zM26.406 15.047c0.266-5.281-3.391-8.891-8.328-10.25-0.078 0-0.422-0.141 0.219-0.203 12.063 0.406 12.5 19.688-0.641 19.906 4.281-1.188 8.484-4.156 8.75-9.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microchip\" viewBox=\"0 0 24 28\">\n<title>microchip</title>\n<path d=\"M3 20v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 16v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 12v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 8v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 4v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM20 1.5v23c0 0.828-0.672 1.5-1.5 1.5h-13c-0.828 0-1.5-0.672-1.5-1.5v-23c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5zM24 20.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 16.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 12.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 8.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 4.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snowflake-o\" viewBox=\"0 0 26 28\">\n<title>snowflake-o</title>\n<path d=\"M24.469 17.453l-2.609 0.516 2.906 1.672c0.469 0.266 0.641 0.891 0.359 1.359s-0.891 0.641-1.359 0.359l-2.906-1.656 0.859 2.5c0.438 1.25-1.469 1.891-1.891 0.656l-1.594-4.688-4.234-2.438v4.891l3.25 3.719c0.875 0.984-0.641 2.312-1.5 1.313l-1.75-2v3.344c0 0.547-0.453 1-1 1s-1-0.453-1-1v-3.344l-1.75 2c-0.859 1-2.375-0.328-1.5-1.313l3.25-3.719v-4.891l-4.234 2.438-1.594 4.688c-0.422 1.234-2.328 0.594-1.891-0.656l0.859-2.5-2.906 1.656c-0.469 0.281-1.078 0.109-1.359-0.359s-0.109-1.094 0.359-1.359l2.906-1.672-2.609-0.516c-1.297-0.266-0.906-2.219 0.391-1.969l4.844 0.969 4.234-2.453-4.234-2.453-4.844 0.969c-0.063 0.016-0.141 0.016-0.203 0.016-1.188 0-1.359-1.75-0.187-1.984l2.609-0.516-2.906-1.672c-0.469-0.266-0.641-0.891-0.359-1.359 0.281-0.484 0.891-0.641 1.359-0.359l2.906 1.656-0.859-2.5c-0.438-1.25 1.469-1.891 1.891-0.656l1.594 4.688 4.234 2.438v-4.891l-3.25-3.719c-0.875-0.984 0.641-2.312 1.5-1.313l1.75 2v-3.344c0-0.547 0.453-1 1-1s1 0.453 1 1v3.344l1.75-2c0.859-1 2.375 0.328 1.5 1.313l-3.25 3.719v4.891l4.234-2.438 1.594-4.688c0.422-1.234 2.328-0.594 1.891 0.656l-0.859 2.5 2.906-1.656c0.469-0.281 1.078-0.109 1.359 0.359s0.109 1.094-0.359 1.359l-2.906 1.672 2.609 0.516c1.172 0.234 1 1.984-0.187 1.984-0.063 0-0.141 0-0.203-0.016l-4.844-0.969-4.234 2.453 4.234 2.453 4.844-0.969c1.297-0.25 1.687 1.703 0.391 1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superpowers\" viewBox=\"0 0 28 28\">\n<title>superpowers</title>\n<path d=\"M23.016 14.516c0.281-5-3.547-9.141-8.5-9.438-4.922-0.297-9.281 3.453-9.562 8.406-0.281 5 3.547 9.141 8.516 9.438 4.922 0.297 9.281-3.437 9.547-8.406zM28 0l-5.453 5.437c2.484 2.422 3.828 5.797 3.609 9.266-0.344 5.812-4.813 10.453-10.547 11.234l-15.609 2.063 5.422-5.422c-2.484-2.422-3.813-5.797-3.609-9.266 0.359-5.828 4.813-10.469 10.563-11.25 5.203-0.688 10.422-1.375 15.625-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpexplorer\" viewBox=\"0 0 28 28\">\n<title>wpexplorer</title>\n<path d=\"M14.812 16.063l2.547 5.141h-0.797l-2.734-5.469-2.672 5.469h-0.766l2.797-5.844-1.219-0.516 0.328-0.766 3.75 1.594-0.328 0.781zM8.797 6.813l4.75 2.031-2.031 4.75-4.75-2.031zM14.172 9.703l3.75 1.609-1.609 3.734-3.734-1.594zM18.562 12.047l2.984 1.266-1.281 2.969-2.969-1.266zM26.25 14c0-6.75-5.5-12.25-12.25-12.25s-12.25 5.5-12.25 12.25 5.5 12.25 12.25 12.25 12.25-5.5 12.25-12.25zM28 14c0 7.719-6.281 14-14 14s-14-6.281-14-14 6.281-14 14-14 14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meetup\" viewBox=\"0 0 30 28\">\n<title>meetup</title>\n<path d=\"M20.844 19.281c-0.172-1.125-2.234-0.25-2.359-1.484-0.172-1.75 2.391-5.531 2.188-7-0.187-1.313-1.062-1.594-1.828-1.609-0.734-0.016-0.922 0.109-1.172 0.25-0.156 0.094-0.359 0.266-0.641-0.016-0.344-0.328-0.609-0.641-1.062-0.703-0.672-0.109-0.969 0.109-1.453 0.531-0.187 0.156-0.656 0.703-1.094 0.5-0.187-0.094-0.844-0.422-1.313-0.625-0.891-0.391-2.188 0.25-2.656 1.094-0.703 1.25-2.078 6.188-2.281 6.844-0.469 1.453 0.594 2.656 2.016 2.578 0.609-0.031 1-0.25 1.391-0.953 0.219-0.406 2.281-5.891 2.438-6.156 0.109-0.187 0.484-0.438 0.797-0.281 0.313 0.172 0.375 0.516 0.328 0.828-0.063 0.531-1.531 3.875-1.578 4.25-0.187 1.25 1.469 1.453 2.109 0.219 0.203-0.391 2.5-5.063 2.703-5.375 0.234-0.344 0.406-0.453 0.641-0.438 0.172 0 0.453 0.047 0.391 0.594-0.078 0.516-1.922 3.953-2.125 4.797-0.25 1.125 0.359 2.266 1.359 2.766 0.625 0.313 3.422 0.859 3.203-0.609zM5.984 22.656c0.063 0.313-0.125 0.609-0.438 0.672-0.297 0.063-0.594-0.125-0.656-0.438-0.063-0.297 0.125-0.609 0.422-0.672s0.609 0.125 0.672 0.438zM14.891 26.766c0.25 0.359 0.156 0.844-0.187 1.094-0.359 0.25-0.844 0.156-1.094-0.203-0.234-0.359-0.141-0.844 0.203-1.094 0.359-0.25 0.844-0.156 1.078 0.203zM2.766 14.078c-0.375 0.562-1.125 0.703-1.672 0.313-0.547-0.375-0.688-1.141-0.313-1.687 0.375-0.562 1.125-0.703 1.672-0.328 0.547 0.391 0.688 1.141 0.313 1.703zM22.922 24.656c0.391 0.578 0.25 1.375-0.328 1.781-0.578 0.391-1.359 0.25-1.75-0.328s-0.25-1.375 0.313-1.781c0.578-0.406 1.359-0.25 1.766 0.328zM24.672 15.219c1.437 2.359 0.828 5.469-1.437 7.063-0.953 0.672-2.031 0.969-3.109 0.938-0.656 2.578-3.797 3.531-5.75 1.781-0.063 0.047-0.141 0.094-0.203 0.156-2.141 1.484-5.047 0.953-6.531-1.219-0.531-0.781-0.797-1.672-0.828-2.562-3.578-0.594-4.922-5.141-2.25-7.641-1.547-2.562 0.031-5.875 2.922-6.281 1.375-3.625 5.891-5.344 8.953-2.969 3.687-1.219 7.453 1.609 7.156 5.531 2.25 0.688 2.891 3.656 1.078 5.203zM7.109 4.906c0.281 0.422 0.187 1-0.234 1.297-0.406 0.281-0.984 0.187-1.266-0.234s-0.187-1 0.234-1.297c0.406-0.281 0.984-0.187 1.266 0.234zM9.594 0.516c0.078 0.344-0.141 0.688-0.484 0.766s-0.688-0.141-0.766-0.5c-0.063-0.344 0.156-0.688 0.5-0.766s0.688 0.141 0.75 0.5zM28.125 15.328c0.094 0.422-0.172 0.828-0.578 0.906-0.406 0.094-0.812-0.172-0.891-0.578-0.094-0.422 0.172-0.828 0.578-0.922 0.406-0.078 0.812 0.187 0.891 0.594zM17.75 1.375c0.328 0.562 0.156 1.312-0.422 1.656-0.562 0.344-1.297 0.156-1.625-0.406-0.344-0.578-0.156-1.328 0.406-1.672s1.297-0.156 1.641 0.422zM29.406 11.625c0.078 0.313-0.125 0.609-0.422 0.688-0.313 0.063-0.609-0.141-0.672-0.438-0.063-0.313 0.125-0.625 0.438-0.688 0.297-0.063 0.594 0.125 0.656 0.438zM26.422 7.859c0.313 0.469 0.203 1.109-0.25 1.437-0.469 0.313-1.109 0.203-1.422-0.266s-0.203-1.109 0.266-1.437c0.453-0.328 1.094-0.203 1.406 0.266z\"/>\n</symbol>\n</defs>\n</svg>\n\";s:11:\"Linearicons\";s:184660:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"Lineariconsicon-home\" viewBox=\"0 0 20 20\">\n<title>home</title>\n<path class=\"path1\" d=\"M19.871 12.165l-8.829-9.758c-0.274-0.303-0.644-0.47-1.042-0.47-0 0 0 0 0 0-0.397 0-0.767 0.167-1.042 0.47l-8.829 9.758c-0.185 0.205-0.169 0.521 0.035 0.706 0.096 0.087 0.216 0.129 0.335 0.129 0.136 0 0.272-0.055 0.371-0.165l2.129-2.353v8.018c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-8.018l2.129 2.353c0.185 0.205 0.501 0.221 0.706 0.035s0.221-0.501 0.035-0.706zM12 19h-4v-4.5c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v4.5zM16 18.5c0 0.276-0.224 0.5-0.5 0.5h-2.5v-4.5c0-0.827-0.673-1.5-1.5-1.5h-3c-0.827 0-1.5 0.673-1.5 1.5v4.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-9.123l5.7-6.3c0.082-0.091 0.189-0.141 0.3-0.141s0.218 0.050 0.3 0.141l5.7 6.3v9.123z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-apartment\" viewBox=\"0 0 20 20\">\n<title>apartment</title>\n<path class=\"path1\" d=\"M14 6h1v1h-1v-1z\"/>\n<path class=\"path2\" d=\"M14 8h1v1h-1v-1z\"/>\n<path class=\"path3\" d=\"M14 10h1v1h-1v-1z\"/>\n<path class=\"path4\" d=\"M14 12h1v1h-1v-1z\"/>\n<path class=\"path5\" d=\"M14 16h1v1h-1v-1z\"/>\n<path class=\"path6\" d=\"M14 14h1v1h-1v-1z\"/>\n<path class=\"path7\" d=\"M6 6h1v1h-1v-1z\"/>\n<path class=\"path8\" d=\"M6 8h1v1h-1v-1z\"/>\n<path class=\"path9\" d=\"M6 10h1v1h-1v-1z\"/>\n<path class=\"path10\" d=\"M6 12h1v1h-1v-1z\"/>\n<path class=\"path11\" d=\"M6 16h1v1h-1v-1z\"/>\n<path class=\"path12\" d=\"M6 14h1v1h-1v-1z\"/>\n<path class=\"path13\" d=\"M4 6h1v1h-1v-1z\"/>\n<path class=\"path14\" d=\"M4 8h1v1h-1v-1z\"/>\n<path class=\"path15\" d=\"M4 10h1v1h-1v-1z\"/>\n<path class=\"path16\" d=\"M4 12h1v1h-1v-1z\"/>\n<path class=\"path17\" d=\"M4 16h1v1h-1v-1z\"/>\n<path class=\"path18\" d=\"M4 14h1v1h-1v-1z\"/>\n<path class=\"path19\" d=\"M8 6h1v1h-1v-1z\"/>\n<path class=\"path20\" d=\"M8 8h1v1h-1v-1z\"/>\n<path class=\"path21\" d=\"M8 10h1v1h-1v-1z\"/>\n<path class=\"path22\" d=\"M8 12h1v1h-1v-1z\"/>\n<path class=\"path23\" d=\"M8 16h1v1h-1v-1z\"/>\n<path class=\"path24\" d=\"M8 14h1v1h-1v-1z\"/>\n<path class=\"path25\" d=\"M18.5 19h-0.5v-13.5c0-0.763-0.567-1.549-1.291-1.791l-4.709-1.57v-1.64c0-0.158-0.075-0.307-0.202-0.401s-0.291-0.123-0.442-0.078l-9.042 2.713c-0.737 0.221-1.314 0.997-1.314 1.766v14.5h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h18c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM16.393 4.658c0.318 0.106 0.607 0.507 0.607 0.842v13.5h-5v-15.806l4.393 1.464zM2 4.5c0-0.329 0.287-0.714 0.602-0.808l8.398-2.52v17.828h-9v-14.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pencil\" viewBox=\"0 0 20 20\">\n<title>pencil</title>\n<path class=\"path1\" d=\"M19.104 0.896c-0.562-0.562-1.309-0.871-2.104-0.871s-1.542 0.309-2.104 0.871l-12.75 12.75c-0.052 0.052-0.091 0.114-0.116 0.183l-2 5.5c-0.066 0.183-0.021 0.387 0.116 0.524 0.095 0.095 0.223 0.146 0.354 0.146 0.057 0 0.115-0.010 0.171-0.030l5.5-2c0.069-0.025 0.131-0.065 0.183-0.116l12.75-12.75c0.562-0.562 0.871-1.309 0.871-2.104s-0.309-1.542-0.871-2.104zM5.725 17.068l-4.389 1.596 1.596-4.389 11.068-11.068 2.793 2.793-11.068 11.068zM18.396 4.396l-0.896 0.896-2.793-2.793 0.896-0.896c0.373-0.373 0.869-0.578 1.396-0.578s1.023 0.205 1.396 0.578c0.373 0.373 0.578 0.869 0.578 1.396s-0.205 1.023-0.578 1.396z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magic-wand\" viewBox=\"0 0 20 20\">\n<title>magic-wand</title>\n<path class=\"path1\" d=\"M11.5 7c-0.276 0-0.5-0.224-0.5-0.5 0-1.378-1.122-2.5-2.5-2.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c1.378 0 2.5-1.122 2.5-2.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 1.378 1.122 2.5 2.5 2.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-1.378 0-2.5 1.122-2.5 2.5 0 0.276-0.224 0.5-0.5 0.5zM10.301 3.5c0.49 0.296 0.903 0.708 1.199 1.199 0.296-0.49 0.708-0.903 1.199-1.199-0.49-0.296-0.903-0.708-1.199-1.199-0.296 0.49-0.708 0.903-1.199 1.199z\"/>\n<path class=\"path2\" d=\"M1.5 10c-0.276 0-0.5-0.224-0.5-0.5s-0.224-0.5-0.5-0.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.276 0 0.5-0.224 0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5c0 0.276 0.224 0.5 0.5 0.5s0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5c-0.276 0-0.5 0.224-0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.147 15.939l-10.586-10.586c-0.283-0.283-0.659-0.438-1.061-0.438s-0.778 0.156-1.061 0.438l-0.586 0.586c-0.283 0.283-0.438 0.659-0.438 1.061s0.156 0.778 0.438 1.061l10.586 10.586c0.283 0.283 0.659 0.438 1.061 0.438s0.778-0.156 1.061-0.438l0.586-0.586c0.283-0.283 0.438-0.659 0.438-1.061s-0.156-0.778-0.438-1.061zM5.561 6.646l0.586-0.586c0.094-0.094 0.219-0.145 0.354-0.145s0.26 0.052 0.354 0.145l1.439 1.439-1.293 1.293-1.439-1.439c-0.195-0.195-0.195-0.512 0-0.707zM17.439 17.354l-0.586 0.586c-0.094 0.094-0.219 0.145-0.353 0.145s-0.26-0.052-0.353-0.145l-8.439-8.439 1.293-1.293 8.439 8.439c0.195 0.195 0.195 0.512 0 0.707z\"/>\n<path class=\"path4\" d=\"M3.5 5c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 2.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n<path class=\"path5\" d=\"M3.5 15c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 12.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-drop\" viewBox=\"0 0 20 20\">\n<title>drop</title>\n<path class=\"path1\" d=\"M10 20c-1.614 0-3.118-0.655-4.236-1.845-1.133-1.206-1.757-2.859-1.757-4.655 0-2.943 1.308-5.049 2.693-7.278 1.070-1.723 2.177-3.504 2.817-5.853 0.059-0.218 0.257-0.368 0.482-0.368s0.423 0.151 0.482 0.368c0.641 2.35 1.749 4.132 2.821 5.855 1.387 2.229 2.697 4.335 2.697 7.277 0 1.799-0.62 3.452-1.746 4.654-1.115 1.19-2.626 1.846-4.254 1.846zM10 2.113c-0.674 1.776-1.574 3.225-2.45 4.636-1.364 2.196-2.543 4.093-2.543 6.751 0 3.136 2.147 5.5 4.993 5.5 2.85 0 5-2.364 5-5.5 0-2.657-1.18-4.553-2.546-6.749-0.878-1.411-1.78-2.861-2.454-4.638z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lighter\" viewBox=\"0 0 20 20\">\n<title>lighter</title>\n<path class=\"path1\" d=\"M17.5 9h-0.69l-0.855-1.722c-0.084-0.17-0.258-0.278-0.448-0.278h-4.007c-0.276 0-0.5 0.224-0.5 0.5v1.5h-1.211l-3.856-6.678c-0.138-0.239-0.444-0.321-0.683-0.183l-3.464 2c-0.239 0.138-0.321 0.444-0.183 0.683l4 6.928c0.093 0.16 0.261 0.25 0.433 0.25 0.085 0 0.171-0.022 0.25-0.067l2.714-1.567v8.134c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-9c0-0.276-0.224-0.5-0.5-0.5zM17 15h-1v-3h1v3zM12 8h3.197l0.497 1h-3.694v-1zM6.219 10.817l-3.5-6.062 2.598-1.5 3.5 6.062-2.598 1.5zM10 18v-8h6.497c0.001 0 0.002 0 0.004 0s0.001-0 0.002-0h0.497v1h-1.5c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h1.5v2h-7z\"/>\n<path class=\"path2\" d=\"M15.5 6c-0.75 0-1.115-0.354-1.289-0.652-0.331-0.565-0.275-1.418 0.169-2.606 0.299-0.799 0.668-1.459 0.684-1.487 0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255c0.016 0.028 0.385 0.688 0.684 1.487 0.444 1.189 0.5 2.041 0.169 2.606-0.174 0.297-0.539 0.652-1.289 0.652zM15.5 2.64c-0.063 0.146-0.127 0.302-0.187 0.463-0.453 1.218-0.297 1.64-0.238 1.741 0.025 0.043 0.092 0.156 0.425 0.156s0.401-0.114 0.426-0.156c0.059-0.101 0.216-0.525-0.243-1.751-0.059-0.158-0.121-0.31-0.183-0.453z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-poop\" viewBox=\"0 0 20 20\">\n<title>poop</title>\n<path class=\"path1\" d=\"M17.057 13.303c-0.077-0.044-0.157-0.087-0.239-0.129 0.955-0.749 1.181-1.568 1.181-2.174 0-1.419-1.193-2.655-3.175-3.409 0.115-0.351 0.175-0.72 0.175-1.091 0-1.93-1.57-3.5-3.5-3.5-0.684 0-1.5-0.173-1.5-1 0-0.453 0.578-0.948 0.779-1.085 0.183-0.123 0.264-0.35 0.2-0.561s-0.258-0.354-0.478-0.354c-1.567 0-3.178 0.515-4.418 1.413-0.633 0.458-1.135 0.988-1.493 1.575-0.391 0.641-0.589 1.318-0.589 2.012 0 0.288 0.024 0.574 0.070 0.855-0.849 0.41-1.566 0.951-2.090 1.581-0.641 0.77-0.98 1.657-0.98 2.564 0 0.546 0.123 1.103 0.356 1.641-0.888 0.854-1.356 1.836-1.356 2.859 0 1.525 1.028 2.936 2.893 3.973 1.773 0.985 4.119 1.527 6.607 1.527 2.558 0 4.879-0.333 6.535-0.937 2.45-0.893 2.965-2.159 2.965-3.063 0-0.728-0.337-1.787-1.943-2.697zM15.693 18.124c-1.55 0.565-3.749 0.876-6.193 0.876-2.32 0-4.494-0.498-6.121-1.402-1.534-0.852-2.379-1.953-2.379-3.098 0-0.797 0.41-1.461 0.867-1.952 0.115 0.164 0.24 0.324 0.377 0.479 0.796 0.909 1.904 1.603 3.118 1.953 0.046 0.013 0.093 0.020 0.139 0.020 0.217 0 0.417-0.142 0.48-0.361 0.077-0.265-0.076-0.542-0.342-0.619-2.074-0.599-3.639-2.327-3.639-4.020 0-1.224 0.88-2.399 2.329-3.155 0.524 1.443 1.63 2.641 3.004 3.127 0.055 0.019 0.111 0.029 0.167 0.029 0.206 0 0.399-0.128 0.471-0.333 0.092-0.26-0.044-0.546-0.305-0.638-1.52-0.537-2.667-2.269-2.667-4.029 0-1.012 0.592-1.998 1.668-2.777 0.744-0.538 1.643-0.918 2.578-1.1-0.144 0.258-0.246 0.554-0.246 0.877 0 0.967 0.657 2 2.5 2 1.378 0 2.5 1.122 2.5 2.5 0 0.271-0.042 0.533-0.125 0.784-0.408-0.111-0.841-0.204-1.295-0.277-0.273-0.044-0.529 0.142-0.573 0.414s0.142 0.529 0.414 0.573c1.387 0.223 2.563 0.647 3.401 1.226 0.538 0.372 1.179 0.982 1.179 1.78 0 0.645-0.428 1.218-1.273 1.705-0.915-0.325-1.986-0.564-3.169-0.702-0.274-0.032-0.523 0.164-0.555 0.439s0.164 0.523 0.439 0.555c1.686 0.197 3.112 0.604 4.122 1.176 0.655 0.371 1.436 0.989 1.436 1.827 0 1.060-1.255 1.74-2.307 2.124z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sun\" viewBox=\"0 0 20 20\">\n<title>sun</title>\n<path class=\"path1\" d=\"M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z\"/>\n<path class=\"path2\" d=\"M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path8\" d=\"M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path9\" d=\"M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-moon\" viewBox=\"0 0 20 20\">\n<title>moon</title>\n<path class=\"path1\" d=\"M10.25 20c-2.738 0-5.312-1.066-7.248-3.002s-3.002-4.51-3.002-7.248c0-2.251 0.723-4.375 2.090-6.143 0.655-0.847 1.439-1.585 2.331-2.194 0.899-0.614 1.888-1.083 2.938-1.392 0.192-0.057 0.399 0.007 0.527 0.161s0.151 0.369 0.060 0.547c-0.645 1.257-0.945 2.455-0.945 3.772 0 4.687 3.813 8.5 8.5 8.5 1.317 0 2.515-0.3 3.772-0.945 0.178-0.091 0.393-0.068 0.547 0.060s0.217 0.335 0.161 0.527c-0.31 1.050-0.778 2.039-1.392 2.938-0.609 0.892-1.347 1.676-2.194 2.331-1.768 1.367-3.893 2.090-6.143 2.090zM6.57 1.365c-3.374 1.445-5.57 4.689-5.57 8.385 0 5.1 4.15 9.25 9.25 9.25 3.696 0 6.94-2.197 8.385-5.57-1.024 0.383-2.058 0.57-3.135 0.57-2.538 0-4.923-0.988-6.717-2.782s-2.783-4.18-2.783-6.718c0-1.077 0.188-2.111 0.57-3.135z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud\" viewBox=\"0 0 20 20\">\n<title>cloud</title>\n<path class=\"path1\" d=\"M16.006 16h-10.006c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.602 0 3.137 0.643 4.26 1.775 0.088-0.194 0.196-0.38 0.325-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.178 1.017 0.061-0.003 0.122-0.004 0.184-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994zM6 5c-2.757 0-5 2.243-5 5s2.243 5 5 5h10.006c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.354 0-0.699 0.061-1.026 0.18-0.218 0.080-0.462-0.001-0.59-0.195s-0.104-0.45 0.056-0.619c0.357-0.376 0.554-0.865 0.554-1.379 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.23 0.312-0.365 0.678-0.388 1.057-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.193c-0.11-0.156-0.229-0.307-0.354-0.447-0.949-1.068-2.312-1.681-3.74-1.681z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-upload\" viewBox=\"0 0 20 20\">\n<title>cloud-upload</title>\n<path class=\"path1\" d=\"M16.006 16h-3.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h2.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 12.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v3.793c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3.793l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-download\" viewBox=\"0 0 20 20\">\n<title>cloud-download</title>\n<path class=\"path1\" d=\"M16.006 16h-2.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-1.146 1.146v-3.793c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3.793l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-sync\" viewBox=\"0 0 20 20\">\n<title>cloud-sync</title>\n<path class=\"path1\" d=\"M16.006 8.012c-0.061 0-0.122 0.001-0.183 0.004 0.116-0.322 0.177-0.666 0.177-1.017 0-1.654-1.346-3-3-3-0.948 0-1.851 0.456-2.415 1.22-0.129 0.174-0.237 0.36-0.324 0.555-1.123-1.132-2.658-1.775-4.261-1.775-3.308 0-6 2.692-6 6s2.692 6 6 6h10.006c2.202 0 3.994-1.792 3.994-3.994s-1.792-3.994-3.994-3.994zM16.006 15h-10.006c-2.757 0-5-2.243-5-5s2.243-5 5-5c1.428 0 2.791 0.613 3.74 1.681 0.125 0.141 0.243 0.29 0.351 0.442l0.005 0.007c0.122 0.174 0.34 0.253 0.545 0.195s0.351-0.238 0.364-0.451c0.024-0.384 0.157-0.751 0.386-1.061 0.382-0.517 0.969-0.814 1.611-0.814 1.103 0 2 0.897 2 2 0 0.515-0.195 1.004-0.55 1.377-0.16 0.168-0.183 0.424-0.056 0.618s0.371 0.275 0.589 0.196c0.327-0.119 0.671-0.179 1.023-0.179 1.651 0 2.994 1.343 2.994 2.994s-1.343 2.994-2.994 2.994z\"/>\n<path class=\"path2\" d=\"M6.404 11.959c-0.132 0.027-0.268 0.041-0.404 0.041-1.103 0-2-0.897-2-2v-0.293l0.146 0.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1-1c-0.195-0.195-0.512-0.195-0.707 0l-1 1c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l0.146-0.146v0.293c0 1.654 1.346 3 3 3 0.203 0 0.406-0.021 0.604-0.061 0.271-0.055 0.445-0.32 0.39-0.59s-0.319-0.445-0.59-0.39z\"/>\n<path class=\"path3\" d=\"M9.146 10.146l-0.146 0.146v-0.293c0-1.654-1.346-3-3-3-0.203 0-0.406 0.021-0.604 0.061-0.271 0.055-0.445 0.32-0.39 0.59s0.32 0.445 0.59 0.39c0.132-0.027 0.268-0.041 0.404-0.041 1.103 0 2 0.897 2 2v0.293l-0.146-0.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1 1c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-check\" viewBox=\"0 0 20 20\">\n<title>cloud-check</title>\n<path class=\"path1\" d=\"M16 16h-9.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9.5c1.654 0 3-1.346 3-3s-1.346-3-3-3c-0.343 0-0.68 0.057-1 0.17-0.217 0.077-0.458-0.005-0.584-0.197s-0.105-0.446 0.051-0.615c0.344-0.371 0.533-0.853 0.533-1.359 0-1.103-0.897-2-2-2-1.055 0-1.931 0.823-1.996 1.875-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.194c-0.937-1.334-2.468-2.131-4.096-2.131-2.757 0-5 2.243-5 5 0 0.152 0.007 0.305 0.020 0.455 0.025 0.275-0.178 0.518-0.453 0.543s-0.518-0.178-0.543-0.453c-0.016-0.18-0.024-0.363-0.024-0.545 0-3.308 2.692-6 6-6 1.611 0 3.143 0.65 4.261 1.776 0.471-1.050 1.527-1.776 2.739-1.776 1.654 0 3 1.346 3 3 0 0.346-0.059 0.685-0.172 1.004 0.057-0.002 0.115-0.004 0.172-0.004 2.206 0 4 1.794 4 4s-1.794 4-4 4z\"/>\n<path class=\"path2\" d=\"M3.5 15.5c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1.646 1.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-database\" viewBox=\"0 0 20 20\">\n<title>database</title>\n<path class=\"path1\" d=\"M18.067 1.609c-0.497-0.326-1.193-0.615-2.069-0.858-1.742-0.484-4.050-0.75-6.498-0.75s-4.756 0.267-6.498 0.75c-0.877 0.243-1.573 0.532-2.069 0.858-0.619 0.407-0.933 0.874-0.933 1.391v12c0 0.517 0.314 0.985 0.933 1.391 0.497 0.326 1.193 0.615 2.069 0.858 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.877-0.243 1.573-0.532 2.069-0.858 0.619-0.406 0.933-0.874 0.933-1.391v-12c0-0.517-0.314-0.985-0.933-1.391zM3.27 1.714c1.658-0.46 3.87-0.714 6.23-0.714s4.573 0.254 6.23 0.714c1.795 0.499 2.27 1.059 2.27 1.286s-0.474 0.787-2.27 1.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286s0.474-0.787 2.27-1.286zM15.73 16.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 12.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 8.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lock\" viewBox=\"0 0 20 20\">\n<title>lock</title>\n<path class=\"path1\" d=\"M14.5 8h-0.5v-1.5c0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5v1.5h-0.5c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5zM6 6.5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v1.5h-7v-1.5zM15 17.5c0 0.276-0.224 0.5-0.5 0.5h-10c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5v8z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cog\" viewBox=\"0 0 20 20\">\n<title>cog</title>\n<path class=\"path1\" d=\"M7.631 19.702c-0.041 0-0.083-0.005-0.125-0.016-0.898-0.231-1.761-0.587-2.564-1.059-0.233-0.137-0.315-0.434-0.186-0.671 0.159-0.292 0.243-0.622 0.243-0.957 0-1.103-0.897-2-2-2-0.334 0-0.665 0.084-0.957 0.243-0.237 0.129-0.534 0.047-0.671-0.186-0.472-0.804-0.828-1.666-1.059-2.564-0.065-0.254 0.077-0.515 0.325-0.598 0.814-0.274 1.362-1.036 1.362-1.895s-0.547-1.621-1.362-1.895c-0.248-0.084-0.39-0.344-0.325-0.598 0.231-0.898 0.587-1.761 1.059-2.564 0.137-0.233 0.434-0.315 0.671-0.186 0.291 0.159 0.622 0.243 0.957 0.243 1.103 0 2-0.897 2-2 0-0.334-0.084-0.665-0.243-0.957-0.129-0.237-0.047-0.534 0.186-0.671 0.804-0.472 1.666-0.828 2.564-1.059 0.254-0.065 0.515 0.077 0.598 0.325 0.274 0.814 1.036 1.362 1.895 1.362s1.621-0.547 1.895-1.362c0.084-0.248 0.345-0.39 0.598-0.325 0.898 0.231 1.761 0.587 2.564 1.059 0.233 0.137 0.315 0.434 0.186 0.671-0.159 0.292-0.243 0.622-0.243 0.957 0 1.103 0.897 2 2 2 0.334 0 0.665-0.084 0.957-0.243 0.237-0.129 0.534-0.047 0.671 0.186 0.472 0.804 0.828 1.666 1.059 2.564 0.065 0.254-0.077 0.515-0.325 0.598-0.814 0.274-1.362 1.036-1.362 1.895s0.547 1.621 1.362 1.895c0.248 0.084 0.39 0.344 0.325 0.598-0.231 0.898-0.587 1.761-1.059 2.564-0.137 0.233-0.434 0.315-0.671 0.186-0.292-0.159-0.622-0.243-0.957-0.243-1.103 0-2 0.897-2 2 0 0.334 0.084 0.665 0.243 0.957 0.129 0.237 0.047 0.534-0.186 0.671-0.804 0.472-1.666 0.828-2.564 1.059-0.254 0.065-0.515-0.077-0.598-0.325-0.274-0.814-1.036-1.362-1.895-1.362s-1.621 0.547-1.895 1.362c-0.070 0.207-0.264 0.341-0.474 0.341zM10 17c1.127 0 2.142 0.628 2.655 1.602 0.52-0.161 1.026-0.369 1.51-0.622-0.108-0.314-0.164-0.646-0.164-0.98 0-1.654 1.346-3 3-3 0.334 0 0.666 0.056 0.98 0.164 0.253-0.484 0.462-0.989 0.622-1.51-0.974-0.512-1.602-1.527-1.602-2.655s0.628-2.142 1.602-2.655c-0.161-0.52-0.369-1.026-0.622-1.51-0.314 0.108-0.646 0.164-0.98 0.164-1.654 0-3-1.346-3-3 0-0.334 0.056-0.666 0.164-0.98-0.484-0.253-0.989-0.462-1.51-0.622-0.512 0.974-1.527 1.602-2.655 1.602s-2.142-0.628-2.655-1.602c-0.52 0.16-1.026 0.369-1.51 0.622 0.108 0.314 0.164 0.646 0.164 0.98 0 1.654-1.346 3-3 3-0.334 0-0.666-0.056-0.98-0.164-0.253 0.484-0.462 0.989-0.622 1.51 0.974 0.512 1.602 1.527 1.602 2.655s-0.628 2.142-1.602 2.655c0.16 0.52 0.369 1.026 0.622 1.51 0.314-0.108 0.646-0.164 0.98-0.164 1.654 0 3 1.346 3 3 0 0.334-0.056 0.666-0.164 0.98 0.484 0.253 0.989 0.462 1.51 0.622 0.512-0.974 1.527-1.602 2.655-1.602z\"/>\n<path class=\"path2\" d=\"M10 13c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 8c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-trash\" viewBox=\"0 0 20 20\">\n<title>trash</title>\n<path class=\"path1\" d=\"M15.5 2h-3.5v-0.5c0-0.827-0.673-1.5-1.5-1.5h-2c-0.827 0-1.5 0.673-1.5 1.5v0.5h-3.5c-0.827 0-1.5 0.673-1.5 1.5v1c0 0.652 0.418 1.208 1 1.414v12.586c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-12.586c0.582-0.206 1-0.762 1-1.414v-1c0-0.827-0.673-1.5-1.5-1.5zM8 1.5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v0.5h-3v-0.5zM14.5 19h-10c-0.276 0-0.5-0.224-0.5-0.5v-12.5h11v12.5c0 0.276-0.224 0.5-0.5 0.5zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-12c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n<path class=\"path2\" d=\"M12.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M9.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dice\" viewBox=\"0 0 20 20\">\n<title>dice</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M5.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M5.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M13.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M13.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path7\" d=\"M15.5 19h-12c-1.378 0-2.5-1.122-2.5-2.5v-12c0-1.378 1.122-2.5 2.5-2.5h12c1.378 0 2.5 1.122 2.5 2.5v12c0 1.378-1.122 2.5-2.5 2.5zM3.5 3c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.827 0.673 1.5 1.5 1.5h12c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart\" viewBox=\"0 0 20 20\">\n<title>heart</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.094-0.052-2.326-1.301-4.592-3.347-1.341-1.21-2.411-2.448-3.183-3.68-0.984-1.571-1.482-3.139-1.482-4.66 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.521-0.499 3.089-1.482 4.66-0.771 1.232-1.842 2.47-3.182 3.68-2.266 2.046-4.498 3.295-4.592 3.347-0.076 0.042-0.159 0.063-0.243 0.063zM5.25 3c-2.343 0-4.25 1.907-4.25 4.25 0 3.040 2.35 5.802 4.321 7.585 1.76 1.592 3.544 2.708 4.179 3.087 0.635-0.379 2.419-1.495 4.179-3.087 1.971-1.782 4.321-4.545 4.321-7.585 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star\" viewBox=\"0 0 20 20\">\n<title>star</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-5.261-2.869-5.261 2.869c-0.168 0.092-0.373 0.079-0.529-0.032s-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276s0.363 0.107 0.447 0.276l2.386 4.772 5.749 0.958c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-3.818 3.818 0.958 5.746c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093zM10 15c0.082 0 0.165 0.020 0.239 0.061l4.599 2.508-0.831-4.987c-0.027-0.159 0.025-0.322 0.14-0.436l3.313-3.313-5.042-0.84c-0.158-0.026-0.293-0.127-0.365-0.27l-2.053-4.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.075-0.041 0.157-0.061 0.239-0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-half\" viewBox=\"0 0 20 20\">\n<title>star-half</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.098 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path2\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path3\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path4\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path5\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.199 0.678s-0.436 0.332-0.678 0.199l-0.261-0.142-5.261 2.869c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-empty\" viewBox=\"0 0 20 20\">\n<title>star-empty</title>\n<path class=\"path1\" d=\"M5.499 8.333c-0.24 0-0.452-0.173-0.493-0.418-0.045-0.272 0.139-0.53 0.411-0.575l1.749-0.291 0.386-0.772c0.123-0.247 0.424-0.347 0.671-0.224s0.347 0.424 0.224 0.671l-0.5 1c-0.072 0.143-0.207 0.243-0.365 0.27l-2 0.333c-0.028 0.005-0.056 0.007-0.083 0.007z\"/>\n<path class=\"path2\" d=\"M2.5 10c-0.128 0-0.256-0.049-0.354-0.146l-1-1c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l2-0.333c0.273-0.045 0.53 0.139 0.575 0.411s-0.139 0.53-0.411 0.575l-1.042 0.174 0.313 0.313c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path4\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.099 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path5\" d=\"M5.334 14c-0.027 0-0.055-0.002-0.083-0.007-0.272-0.045-0.456-0.303-0.411-0.575l0.124-0.746-0.818-0.818c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1 1c0.114 0.114 0.166 0.276 0.14 0.436l-0.167 1c-0.041 0.245-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path6\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.5-3c0.045-0.272 0.303-0.456 0.575-0.411s0.456 0.303 0.411 0.575l-0.331 1.987 1.099-0.599c0.242-0.132 0.546-0.043 0.678 0.199s0.043 0.546-0.2 0.678l-2 1.091c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n<path class=\"path7\" d=\"M8.5 16.818c-0.177 0-0.349-0.094-0.439-0.261-0.132-0.242-0.043-0.546 0.2-0.678l1.5-0.818c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.2 0.678s-0.436 0.332-0.678 0.2l-0.261-0.142-1.261 0.688c-0.076 0.041-0.158 0.061-0.239 0.061z\"/>\n<path class=\"path8\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path9\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path10\" d=\"M9 5c-0.075 0-0.151-0.017-0.223-0.053-0.247-0.123-0.347-0.424-0.224-0.671l1-2c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-0.553 1.106c-0.088 0.175-0.264 0.277-0.448 0.277z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-flag\" viewBox=\"0 0 20 20\">\n<title>flag</title>\n<path class=\"path1\" d=\"M1.5 19c-0.276 0-0.5-0.224-0.5-0.5v-15c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M3.5 10c-0.104 0-0.21-0.033-0.3-0.1-0.221-0.166-0.266-0.479-0.1-0.7 0.067-0.090 1.676-2.2 3.9-2.2 1.694 0 2.813 0.599 3.801 1.127 0.875 0.468 1.631 0.873 2.699 0.873 2.192 0 3.758-2.080 4.65-3.718-0.698 0.397-1.59 0.718-2.65 0.718-2.207 0-3.347-1.14-4.354-2.146-0.995-0.995-1.854-1.854-3.646-1.854-2.224 0-3.587 1.782-3.6 1.8-0.166 0.221-0.479 0.266-0.7 0.1s-0.266-0.479-0.1-0.7c0.067-0.090 1.681-2.2 4.4-2.2 2.207 0 3.347 1.14 4.354 2.146 0.995 0.995 1.854 1.854 3.646 1.854 2.224 0 3.587-1.782 3.6-1.8 0.147-0.196 0.415-0.257 0.632-0.143s0.32 0.368 0.242 0.601c-0.021 0.064-0.533 1.581-1.558 3.119-0.612 0.918-1.282 1.653-1.991 2.185-0.918 0.688-1.902 1.037-2.925 1.037-1.318 0-2.26-0.504-3.171-0.991-0.97-0.519-1.886-1.009-3.329-1.009-1.73 0-3.087 1.782-3.1 1.8-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-envelope\" viewBox=\"0 0 20 20\">\n<title>envelope</title>\n<path class=\"path1\" d=\"M17.5 6h-16c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h16c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM17.5 7c0.030 0 0.058 0.003 0.087 0.008l-7.532 5.021c-0.29 0.193-0.819 0.193-1.109 0l-7.532-5.021c0.028-0.005 0.057-0.008 0.087-0.008h16zM17.5 17h-16c-0.276 0-0.5-0.224-0.5-0.5v-8.566l7.391 4.927c0.311 0.207 0.71 0.311 1.109 0.311s0.798-0.104 1.109-0.311l7.391-4.927v8.566c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paperclip\" viewBox=\"0 0 20 20\">\n<title>paperclip</title>\n<path class=\"path1\" d=\"M9.5 20c-2.481 0-4.5-2.019-4.5-4.5v-12c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v11c0 1.378-1.122 2.5-2.5 2.5s-2.5-1.122-2.5-2.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827 0.673 1.5 1.5 1.5s1.5-0.673 1.5-1.5v-11c0-1.378-1.122-2.5-2.5-2.5s-2.5 1.122-2.5 2.5v12c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7c0 2.481-2.019 4.5-4.5 4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-inbox\" viewBox=\"0 0 20 20\">\n<title>inbox</title>\n<path class=\"path1\" d=\"M19.557 10.383l-2.698-6.168c-0.298-0.682-1.115-1.216-1.859-1.216h-10c-0.744 0-1.561 0.534-1.859 1.216l-2.698 6.168c-0.248 0.568-0.443 1.497-0.443 2.117v4c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.619-0.194-1.549-0.443-2.117zM4.057 4.617c0.141-0.323 0.591-0.617 0.943-0.617h10c0.352 0 0.802 0.294 0.943 0.617l2.698 6.168c0.030 0.069 0.060 0.148 0.089 0.233-0.075-0.012-0.152-0.018-0.23-0.018h-6c-0.276 0-0.5 0.224-0.5 0.5v0.5c0 1.103-0.897 2-2 2s-2-0.897-2-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-6c-0.078 0-0.155 0.006-0.23 0.018 0.029-0.085 0.058-0.164 0.089-0.233l2.698-6.168zM19 16.5c0 0.276-0.224 0.5-0.5 0.5h-17c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5h5.5c0 1.654 1.346 3 3 3s3-1.346 3-3h5.5c0.276 0 0.5 0.224 0.5 0.5v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-eye\" viewBox=\"0 0 20 20\">\n<title>eye</title>\n<path class=\"path1\" d=\"M19.872 10.166c-0.047-0.053-1.182-1.305-2.956-2.572-1.047-0.748-2.1-1.344-3.13-1.773-1.305-0.544-2.579-0.82-3.786-0.82s-2.481 0.276-3.786 0.82c-1.030 0.429-2.083 1.026-3.13 1.773-1.774 1.267-2.909 2.52-2.956 2.572-0.171 0.19-0.171 0.479 0 0.669 0.047 0.053 1.182 1.305 2.956 2.572 1.047 0.748 2.1 1.344 3.13 1.773 1.305 0.544 2.579 0.82 3.786 0.82s2.481-0.276 3.786-0.82c1.030-0.429 2.083-1.026 3.13-1.773 1.774-1.267 2.909-2.52 2.956-2.572 0.171-0.19 0.171-0.479 0-0.669zM12.574 6.438c0.907 0.763 1.426 1.873 1.426 3.062 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.188 0.519-2.299 1.426-3.062 0.822-0.268 1.691-0.438 2.574-0.438s1.752 0.17 2.574 0.438zM16.317 12.606c-1.533 1.092-3.873 2.394-6.317 2.394s-4.784-1.302-6.317-2.394c-1.157-0.824-2.042-1.658-2.489-2.106 0.447-0.448 1.332-1.281 2.489-2.106 0.53-0.378 1.156-0.78 1.85-1.145-0.347 0.688-0.533 1.455-0.533 2.251 0 2.757 2.243 5 5 5s5-2.243 5-5c0-0.796-0.186-1.563-0.533-2.251 0.694 0.365 1.32 0.768 1.85 1.145 1.157 0.824 2.042 1.658 2.489 2.106-0.447 0.448-1.332 1.281-2.489 2.106z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-printer\" viewBox=\"0 0 20 20\">\n<title>printer</title>\n<path class=\"path1\" d=\"M18.5 4h-1.5v-2.5c0-0.827-0.673-1.5-1.5-1.5h-11c-0.827 0-1.5 0.673-1.5 1.5v2.5h-1.5c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h1.5v2.5c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-2.5h1.5c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM4 1.5c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v2.5h-12v-2.5zM15.5 19h-11c-0.276 0-0.5-0.224-0.5-0.5v-6.5h12v6.5c0 0.276-0.224 0.5-0.5 0.5zM19 14.5c0 0.276-0.224 0.5-0.5 0.5h-1.5v-3h0.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5v3h-1.5c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h17c0.276 0 0.5 0.224 0.5 0.5v9z\"/>\n<path class=\"path2\" d=\"M14.5 14h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 16h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 9c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM16.5 7c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-empty\" viewBox=\"0 0 20 20\">\n<title>file-empty</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-add\" viewBox=\"0 0 20 20\">\n<title>file-add</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM16.5 19h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 13h-2.5v-2.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.5h-2.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h2.5v2.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-2.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter\" viewBox=\"0 0 20 20\">\n<title>enter</title>\n<path class=\"path1\" d=\"M17.5 2h-9c-0.827 0-1.5 0.673-1.5 1.5v3c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h7.564l-3.842 1.647c-0.685 0.294-1.222 1.108-1.222 1.853v9.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5h2.5v1.5c0 0.433 0.18 0.801 0.495 1.008 0.174 0.114 0.376 0.172 0.589 0.172 0.173 0 0.354-0.038 0.532-0.114l5.162-2.212c0.685-0.294 1.222-1.108 1.222-1.854v-12c0-0.827-0.673-1.5-1.5-1.5zM18 15.5c0 0.351-0.294 0.796-0.616 0.934l-5.162 2.212c-0.096 0.041-0.159 0.038-0.177 0.027s-0.045-0.069-0.045-0.173v-12c0-0.351 0.294-0.796 0.616-0.934l5.333-2.286c0.033 0.066 0.051 0.141 0.051 0.22v12z\"/>\n<path class=\"path2\" d=\"M8.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit\" viewBox=\"0 0 20 20\">\n<title>exit</title>\n<path class=\"path1\" d=\"M11.5 8c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.827-0.673-1.5-1.5-1.5h-9c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.746 0.537 1.56 1.222 1.853l5.162 2.212c0.178 0.076 0.359 0.114 0.532 0.114 0.213-0 0.416-0.058 0.589-0.172 0.314-0.207 0.495-0.575 0.495-1.008v-1.5h2.5c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5h-2.5v-9.5c0-0.746-0.537-1.56-1.222-1.853l-3.842-1.647h7.564c0.276 0 0.5 0.224 0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5zM6.384 5.566c0.322 0.138 0.616 0.584 0.616 0.934v12c0 0.104-0.028 0.162-0.045 0.173s-0.081 0.014-0.177-0.027l-5.162-2.212c-0.322-0.138-0.616-0.583-0.616-0.934v-12c0-0.079 0.018-0.153 0.051-0.22l5.333 2.286z\"/>\n<path class=\"path2\" d=\"M18.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-graduation-hat\" viewBox=\"0 0 20 20\">\n<title>graduation-hat</title>\n<path class=\"path1\" d=\"M18.658 7.026l-9-3c-0.103-0.034-0.214-0.034-0.316 0l-9 3c-0.204 0.068-0.342 0.259-0.342 0.474s0.138 0.406 0.342 0.474l2.658 0.886v2.64c0 0.133 0.053 0.26 0.146 0.354 0.088 0.088 2.194 2.146 6.354 2.146 1.513 0 2.924-0.272 4.195-0.809 0.254-0.107 0.373-0.401 0.266-0.655s-0.401-0.373-0.655-0.266c-1.147 0.485-2.427 0.73-3.805 0.73-1.945 0-3.376-0.504-4.234-0.926-0.635-0.313-1.060-0.629-1.266-0.799v-2.081l5.342 1.781c0.051 0.017 0.105 0.026 0.158 0.026s0.107-0.009 0.158-0.026l5.342-1.781v0.892c-0.582 0.206-1 0.762-1 1.414 0 0.611 0.367 1.137 0.892 1.371l-0.877 3.508c-0.037 0.149-0.004 0.308 0.091 0.429s0.24 0.192 0.394 0.192h2c0.154 0 0.299-0.071 0.394-0.192s0.128-0.28 0.091-0.429l-0.877-3.508c0.525-0.234 0.892-0.76 0.892-1.371 0-0.652-0.418-1.208-1-1.414v-1.226l2.658-0.886c0.204-0.068 0.342-0.259 0.342-0.474s-0.138-0.406-0.342-0.474zM15.5 11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5-0.5-0.224-0.5-0.5 0.224-0.5 0.5-0.5zM15.14 16l0.36-1.438 0.36 1.438h-0.719zM15.46 7.986l-5.877-0.98c-0.273-0.045-0.53 0.139-0.575 0.411s0.139 0.53 0.411 0.575l4.014 0.669-3.932 1.311-7.419-2.473 7.419-2.473 7.419 2.473-1.459 0.486z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-license\" viewBox=\"0 0 20 20\">\n<title>license</title>\n<path class=\"path1\" d=\"M18.5 18h-17c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v13c0 0.827-0.673 1.5-1.5 1.5zM1.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-13c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M9.5 6h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 9h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M9.5 11h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M9.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M8.5 15h-5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M17.943 6.544l-0.813-0.591-0.311-0.956h-1.005l-0.813-0.591-0.813 0.591h-1.005l-0.311 0.956-0.813 0.591 0.311 0.956-0.311 0.956 0.813 0.591 0.132 0.406c-0.002 0.016-0.002 0.031-0.002 0.047v5c0 0.202 0.122 0.385 0.309 0.462s0.402 0.035 0.545-0.108l1.146-1.146 1.146 1.146c0.096 0.096 0.223 0.147 0.354 0.146 0.064 0 0.129-0.012 0.191-0.038 0.187-0.077 0.309-0.26 0.309-0.462v-5c0-0.016-0.001-0.032-0.002-0.047l0.132-0.406 0.813-0.591-0.311-0.956 0.311-0.956zM13.233 6.926l0.488-0.355 0.187-0.574h0.604l0.488-0.355 0.488 0.355h0.604l0.187 0.574 0.488 0.355-0.187 0.574 0.187 0.574-0.488 0.355-0.187 0.574h-0.604l-0.488 0.355-0.488-0.355h-0.604l-0.187-0.574-0.488-0.355 0.187-0.574-0.187-0.574zM15.354 12.646c-0.195-0.195-0.512-0.195-0.707 0l-0.646 0.646v-3.29h0.187l0.813 0.591 0.813-0.591h0.187v3.29l-0.646-0.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-music-note\" viewBox=\"0 0 20 20\">\n<title>music-note</title>\n<path class=\"path1\" d=\"M19.82 1.116c-0.114-0.095-0.264-0.135-0.41-0.108l-11 2c-0.238 0.043-0.411 0.25-0.411 0.492v11.399c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-10.084l10-1.847v8.33c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-13c0-0.148-0.066-0.289-0.18-0.384zM4.5 18c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5 3.5 0.792 3.5 1.5-1.497 1.5-3.5 1.5zM9 5.399v-1.482l10-1.818v1.453l-10 1.847zM15.5 16c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5c2.003 0 3.5 0.792 3.5 1.5s-1.497 1.5-3.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-film-play\" viewBox=\"0 0 20 20\">\n<title>film-play</title>\n<path class=\"path1\" d=\"M7.5 15c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-9c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l6 4.5c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-6 4.5c-0.088 0.066-0.194 0.1-0.3 0.1zM8 6.5v7l4.667-3.5-4.667-3.5z\"/>\n<path class=\"path2\" d=\"M19.5 2h-19c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276 0.224 0.5 0.5 0.5h19c0.276 0 0.5-0.224 0.5-0.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3 11h-2v-2h2v2zM3 8h-2v-2h2v2zM1 12h2v2h-2v-2zM4 3h12v14h-12v-14zM17 9h2v2h-2v-2zM17 8v-2h2v2h-2zM17 12h2v2h-2v-2zM19 5h-2v-2h2v2zM3 3v2h-2v-2h2zM1 15h2v2h-2v-2zM17 17v-2h2v2h-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera-video\" viewBox=\"0 0 20 20\">\n<title>camera-video</title>\n<path class=\"path1\" d=\"M19.131 17.053c-0 0-0 0-0 0-0.242-0-0.485-0.097-0.724-0.288l-3.438-2.751c-0.552-0.442-0.969-1.308-0.969-2.015v-3c0-0.707 0.416-1.573 0.969-2.015l3.438-2.751c0.239-0.191 0.482-0.288 0.724-0.288 0.433-0 0.869 0.326 0.869 1.053v11c0 0.278-0.064 0.512-0.19 0.694-0.157 0.228-0.405 0.359-0.679 0.359zM19 5.040l-3.407 2.725c-0.31 0.248-0.593 0.837-0.593 1.234v3c0 0.398 0.283 0.986 0.593 1.234l3.407 2.725v-10.919z\"/>\n<path class=\"path2\" d=\"M11.5 17h-10c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h10c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera\" viewBox=\"0 0 20 20\">\n<title>camera</title>\n<path class=\"path1\" d=\"M9.5 15c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5c2.481 0 4.5 2.019 4.5 4.5s-2.019 4.5-4.5 4.5zM9.5 7c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5z\"/>\n<path class=\"path2\" d=\"M17.5 18h-16c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h1.5c0.415 0 1.060-0.267 1.354-0.561l0.586-0.586c0.487-0.487 1.373-0.854 2.061-0.854h5c0.688 0 1.574 0.367 2.061 0.854l0.586 0.586c0.293 0.293 0.939 0.561 1.354 0.561h1.5c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-1.5c-0.688 0-1.574-0.367-2.061-0.854l-0.586-0.586c-0.293-0.293-0.939-0.561-1.354-0.561h-5c-0.415 0-1.060 0.267-1.354 0.561l-0.586 0.586c-0.487 0.487-1.372 0.854-2.061 0.854h-1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-picture\" viewBox=\"0 0 20 20\">\n<title>picture</title>\n<path class=\"path1\" d=\"M18.5 20h-17c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM1.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M13 9c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM13 6c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.5 2h-15c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-12c0-0.276-0.224-0.5-0.5-0.5zM3 11.69l3.209-3.611c0.082-0.092 0.189-0.144 0.302-0.145s0.221 0.048 0.305 0.138l5.533 5.928h-9.349v-2.31zM17 14h-3.283l-6.169-6.61c-0.279-0.299-0.651-0.461-1.049-0.456s-0.766 0.176-1.037 0.481l-2.462 2.77v-7.185h14v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-book\" viewBox=\"0 0 20 20\">\n<title>book</title>\n<path class=\"path1\" d=\"M14.5 18h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M16.5 3c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5h-11c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5h9c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-10c-0.827 0-1.5 0.673-1.5 1.5v15c0 1.378 1.122 2.5 2.5 2.5h11c0.827 0 1.5-0.673 1.5-1.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3.5 2h10c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5h-9c-0.562 0-1.082 0.187-1.5 0.501v-13.001c0-0.276 0.224-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bookmark\" viewBox=\"0 0 20 20\">\n<title>bookmark</title>\n<path class=\"path1\" d=\"M15.5 20c-0.143 0-0.283-0.062-0.38-0.175l-5.62-6.557-5.62 6.557c-0.136 0.159-0.357 0.216-0.553 0.144s-0.327-0.26-0.327-0.469v-18c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v18c0 0.209-0.13 0.396-0.327 0.469-0.057 0.021-0.115 0.031-0.173 0.031zM9.5 12c0.146 0 0.285 0.064 0.38 0.175l5.12 5.974v-16.148h-11v16.148l5.12-5.974c0.095-0.111 0.234-0.175 0.38-0.175z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-user\" viewBox=\"0 0 20 20\">\n<title>user</title>\n<path class=\"path1\" d=\"M9.5 11c-3.033 0-5.5-2.467-5.5-5.5s2.467-5.5 5.5-5.5 5.5 2.467 5.5 5.5-2.467 5.5-5.5 5.5zM9.5 1c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5c2.481 0 4.5-2.019 4.5-4.5s-2.019-4.5-4.5-4.5z\"/>\n<path class=\"path2\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5 0-0.068 0.014-1.685 1.225-3.3 0.705-0.94 1.67-1.687 2.869-2.219 1.464-0.651 3.283-0.981 5.406-0.981s3.942 0.33 5.406 0.981c1.199 0.533 2.164 1.279 2.869 2.219 1.211 1.615 1.225 3.232 1.225 3.3 0 0.827-0.673 1.5-1.5 1.5zM9.5 13c-3.487 0-6.060 0.953-7.441 2.756-1.035 1.351-1.058 2.732-1.059 2.746 0 0.274 0.224 0.498 0.5 0.498h16c0.276 0 0.5-0.224 0.5-0.5-0-0.012-0.023-1.393-1.059-2.744-1.382-1.803-3.955-2.756-7.441-2.756z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-users\" viewBox=\"0 0 20 20\">\n<title>users</title>\n<path class=\"path1\" d=\"M18.5 18h-11c-0.827 0-1.5-0.673-1.5-1.5 0-0.048 0.011-1.19 0.924-2.315 0.525-0.646 1.241-1.158 2.128-1.522 1.071-0.44 2.4-0.662 3.948-0.662s2.876 0.223 3.948 0.662c0.887 0.364 1.603 0.876 2.128 1.522 0.914 1.125 0.924 2.267 0.924 2.315 0 0.827-0.673 1.5-1.5 1.5zM7 16.503c0.001 0.275 0.225 0.497 0.5 0.497h11c0.275 0 0.499-0.223 0.5-0.497-0.001-0.035-0.032-0.895-0.739-1.734-0.974-1.157-2.793-1.768-5.261-1.768s-4.287 0.612-5.261 1.768c-0.707 0.84-0.738 1.699-0.739 1.734z\"/>\n<path class=\"path2\" d=\"M13 11c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4c0 2.206-1.794 4-4 4zM13 4c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path3\" d=\"M4.5 18h-3c-0.827 0-1.5-0.673-1.5-1.5 0-0.037 0.008-0.927 0.663-1.8 0.378-0.505 0.894-0.904 1.533-1.188 0.764-0.34 1.708-0.512 2.805-0.512 0.179 0 0.356 0.005 0.527 0.014 0.276 0.015 0.487 0.25 0.473 0.526s-0.25 0.488-0.526 0.473c-0.153-0.008-0.312-0.012-0.473-0.012-3.894 0-3.997 2.379-4 2.503 0.001 0.274 0.225 0.497 0.5 0.497h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M5 12c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM5 7c-1.103 0-2 0.897-2 2s0.897 2 2 2 2-0.897 2-2c0-1.103-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-shirt\" viewBox=\"0 0 20 20\">\n<title>shirt</title>\n<path class=\"path1\" d=\"M13.5 19h-8c-0.827 0-1.5-0.673-1.5-1.5v-9.306l-2.342 0.781c-0.262 0.087-0.545-0.054-0.632-0.316l-1-3c-0.079-0.236 0.028-0.494 0.251-0.605l6-3c0.155-0.077 0.339-0.069 0.486 0.022s0.237 0.252 0.237 0.425c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.173 0.090-0.334 0.237-0.425s0.331-0.099 0.486-0.022l6 3c0.223 0.111 0.329 0.369 0.251 0.605l-1 3c-0.087 0.262-0.37 0.404-0.632 0.316l-2.342-0.781v9.306c0 0.827-0.673 1.5-1.5 1.5zM4.5 7c0.104 0 0.206 0.032 0.292 0.094 0.13 0.094 0.208 0.245 0.208 0.406v10c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.161 0.077-0.312 0.208-0.406s0.298-0.12 0.45-0.069l2.526 0.842 0.705-2.114-4.973-2.487c-0.351 1.562-1.749 2.733-3.415 2.733s-3.065-1.171-3.415-2.733l-4.973 2.487 0.705 2.114 2.526-0.842c0.052-0.017 0.105-0.026 0.158-0.026z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-store\" viewBox=\"0 0 20 20\">\n<title>store</title>\n<path class=\"path1\" d=\"M18 9.5v-1c0-0.078-0.018-0.154-0.053-0.224l-2-4c-0.085-0.169-0.258-0.276-0.447-0.276h-12c-0.189 0-0.363 0.107-0.447 0.276l-2 4c-0.035 0.069-0.053 0.146-0.053 0.224v1c0 0.816 0.393 1.542 1 1.999v6.501h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6.501c0.607-0.457 1-1.182 1-1.999zM11.5 11c-0.827 0-1.5-0.673-1.5-1.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5zM2 9.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5zM9 5v3h-2.86l0.75-3h2.11zM12.11 5l0.75 3h-2.86v-3h2.11zM6 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM14 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM16.691 8h-2.801l-0.75-3h2.051l1.5 3zM3.809 5h2.051l-0.75 3h-2.801l1.5-3zM3 11.95c0.162 0.033 0.329 0.050 0.5 0.050 0.817 0 1.544-0.394 2-1.002 0.456 0.608 1.183 1.002 2 1.002s1.544-0.394 2-1.002c0.361 0.48 0.89 0.827 1.5 0.951v6.050h-8v-6.050zM16 18h-4v-6.050c0.61-0.124 1.139-0.471 1.5-0.951 0.456 0.608 1.183 1.002 2 1.002 0.171 0 0.338-0.017 0.5-0.050v6.050z\"/>\n<path class=\"path2\" d=\"M14 14.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M5.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3-3c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path5\" d=\"M8.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cart\" viewBox=\"0 0 20 20\">\n<title>cart</title>\n<path class=\"path1\" d=\"M8 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM8 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path2\" d=\"M15 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM15 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.539 4.467c-0.251-0.297-0.63-0.467-1.039-0.467h-12.243l-0.099-0.596c-0.131-0.787-0.859-1.404-1.658-1.404h-1c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1c0.307 0 0.621 0.266 0.671 0.569l1.671 10.027c0.131 0.787 0.859 1.404 1.658 1.404h10c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-10c-0.307 0-0.621-0.266-0.671-0.569l-0.247-1.48 9.965-0.867c0.775-0.067 1.483-0.721 1.611-1.489l0.671-4.027c0.067-0.404-0.038-0.806-0.289-1.102zM16.842 5.404l-0.671 4.027c-0.053 0.316-0.391 0.629-0.711 0.657l-10.043 0.873-0.994-5.962h12.076c0.117 0 0.215 0.040 0.276 0.113s0.085 0.176 0.066 0.291z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tag\" viewBox=\"0 0 20 20\">\n<title>tag</title>\n<path class=\"path1\" d=\"M7.5 19.085c-0.401 0-0.778-0.156-1.061-0.438l-5.086-5.086c-0.283-0.283-0.438-0.659-0.438-1.061s0.156-0.778 0.438-1.061l8.586-8.586c0.487-0.487 1.372-0.854 2.061-0.854h4.5c0.827 0 1.5 0.673 1.5 1.5v4.5c0 0.688-0.367 1.574-0.853 2.061l-8.586 8.586c-0.283 0.283-0.659 0.438-1.061 0.438zM12 3c-0.415 0-1.060 0.267-1.353 0.561l-8.586 8.586c-0.094 0.094-0.145 0.219-0.145 0.354s0.052 0.26 0.145 0.353l5.086 5.086c0.094 0.094 0.219 0.145 0.354 0.145s0.26-0.052 0.354-0.145l8.586-8.586c0.293-0.293 0.561-0.939 0.561-1.354v-4.5c0-0.276-0.224-0.5-0.5-0.5h-4.5z\"/>\n<path class=\"path2\" d=\"M14.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone-handset\" viewBox=\"0 0 20 20\">\n<title>phone-handset</title>\n<path class=\"path1\" d=\"M16 20c-1.771 0-3.655-0.502-5.6-1.492-1.793-0.913-3.564-2.22-5.122-3.78s-2.863-3.333-3.775-5.127c-0.988-1.946-1.49-3.83-1.49-5.601 0-1.148 1.070-2.257 1.529-2.68 0.661-0.609 1.701-1.32 2.457-1.32 0.376 0 0.816 0.246 1.387 0.774 0.425 0.394 0.904 0.928 1.383 1.544 0.289 0.372 1.73 2.271 1.73 3.182 0 0.747-0.845 1.267-1.739 1.816-0.346 0.212-0.703 0.432-0.961 0.639-0.276 0.221-0.325 0.338-0.333 0.364 0.949 2.366 3.85 5.267 6.215 6.215 0.021-0.007 0.138-0.053 0.363-0.333 0.207-0.258 0.427-0.616 0.639-0.961 0.55-0.894 1.069-1.739 1.816-1.739 0.911 0 2.81 1.441 3.182 1.73 0.616 0.479 1.15 0.958 1.544 1.383 0.528 0.57 0.774 1.011 0.774 1.387 0 0.756-0.711 1.799-1.319 2.463-0.424 0.462-1.533 1.537-2.681 1.537zM3.994 1c-0.268 0.005-0.989 0.333-1.773 1.055-0.744 0.686-1.207 1.431-1.207 1.945 0 6.729 8.264 15 14.986 15 0.513 0 1.258-0.465 1.944-1.213 0.723-0.788 1.051-1.512 1.056-1.781-0.032-0.19-0.558-0.929-1.997-2.037-1.237-0.952-2.24-1.463-2.498-1.469-0.018 0.005-0.13 0.048-0.357 0.336-0.197 0.251-0.408 0.594-0.613 0.926-0.56 0.911-1.089 1.772-1.858 1.772-0.124 0-0.246-0.024-0.363-0.071-2.625-1.050-5.729-4.154-6.779-6.779-0.126-0.315-0.146-0.809 0.474-1.371 0.33-0.299 0.786-0.579 1.228-0.851 0.332-0.204 0.676-0.415 0.926-0.613 0.288-0.227 0.331-0.339 0.336-0.357-0.007-0.258-0.517-1.261-1.469-2.498-1.108-1.439-1.847-1.964-2.037-1.997z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone\" viewBox=\"0 0 20 20\">\n<title>phone</title>\n<path class=\"path1\" d=\"M17.894 8.897c-1.041 0-2.928-0.375-3.516-0.963-0.361-0.361-0.446-0.813-0.515-1.177-0.085-0.448-0.136-0.581-0.332-0.666-0.902-0.388-2.196-0.61-3.551-0.61-1.34 0-2.62 0.219-3.512 0.6-0.194 0.083-0.244 0.216-0.327 0.663-0.068 0.365-0.152 0.819-0.512 1.179-0.328 0.328-1.015 0.554-1.533 0.685-0.668 0.169-1.384 0.267-1.963 0.267-0.664 0-1.113-0.126-1.372-0.386-0.391-0.391-0.641-0.926-0.685-1.467-0.037-0.456 0.051-1.132 0.68-1.762 1.022-1.022 2.396-1.819 4.086-2.368 1.554-0.506 3.322-0.773 5.114-0.773 1.804 0 3.587 0.27 5.156 0.782 1.705 0.556 3.093 1.361 4.124 2.393 1.050 1.050 0.79 2.443 0.012 3.221-0.257 0.257-0.7 0.382-1.354 0.382zM9.98 4.481c1.507 0 2.908 0.246 3.946 0.691 0.713 0.306 0.833 0.938 0.92 1.398 0.052 0.275 0.097 0.513 0.24 0.656 0.252 0.252 1.706 0.671 2.809 0.671 0.481 0 0.633-0.082 0.652-0.094 0.31-0.314 0.698-1.086-0.017-1.802-1.805-1.805-5.010-2.882-8.574-2.882-3.535 0-6.709 1.065-8.493 2.848-0.288 0.288-0.42 0.616-0.391 0.974 0.025 0.302 0.17 0.614 0.39 0.836 0.019 0.012 0.173 0.098 0.67 0.098 1.098 0 2.541-0.411 2.789-0.659 0.141-0.141 0.185-0.379 0.236-0.654 0.086-0.462 0.203-1.095 0.917-1.4 1.026-0.439 2.413-0.68 3.905-0.68z\"/>\n<path class=\"path2\" d=\"M16.5 18h-13c-0.671 0-1.29-0.264-1.743-0.743s-0.682-1.112-0.645-1.782c0.004-0.077 0.118-1.901 1.27-3.739 0.682-1.088 1.586-1.955 2.686-2.577 1.361-0.769 3.020-1.159 4.932-1.159s3.571 0.39 4.932 1.159c1.101 0.622 2.005 1.489 2.686 2.577 1.152 1.839 1.266 3.663 1.27 3.739 0.037 0.67-0.192 1.303-0.645 1.782s-1.072 0.743-1.743 0.743zM10 9c-3.117 0-5.388 1.088-6.749 3.233-1.030 1.623-1.139 3.282-1.14 3.299-0.022 0.392 0.111 0.761 0.373 1.038s0.623 0.43 1.017 0.43h13c0.393 0 0.754-0.153 1.017-0.43s0.395-0.646 0.373-1.039c-0.001-0.016-0.111-1.675-1.14-3.298-1.362-2.145-3.633-3.233-6.749-3.233z\"/>\n<path class=\"path3\" d=\"M10 16c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 11c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pushpin\" viewBox=\"0 0 20 20\">\n<title>pushpin</title>\n<path class=\"path1\" d=\"M18 6.793l-5.293-5.293c-0.188-0.188-0.44-0.292-0.707-0.292s-0.519 0.104-0.707 0.292l-0.293 0.293c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-2.793 2.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-0.293 0.293c-0.39 0.39-0.39 1.024 0 1.414l1.553 1.553-4.95 6.435c-0.153 0.199-0.135 0.481 0.043 0.658 0.097 0.097 0.225 0.146 0.354 0.146 0.107 0 0.214-0.034 0.305-0.104l6.435-4.95 1.553 1.553c0.188 0.188 0.44 0.292 0.707 0.292s0.519-0.104 0.707-0.292l0.293-0.293c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l2.793-2.793c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l0.293-0.293c0.188-0.188 0.292-0.44 0.292-0.707s-0.104-0.519-0.292-0.707zM4.234 15.266l2.533-3.293 0.76 0.76-3.293 2.533zM17 7.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-2.793 2.793c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-0.292 0.292c-0 0-0.001 0-0.001 0v0.001l-5.293-5.293 0.293-0.293c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l2.793-2.793c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l0.293-0.293 5.293 5.293-0.293 0.293z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map-marker\" viewBox=\"0 0 20 20\">\n<title>map-marker</title>\n<path class=\"path1\" d=\"M10 20c-0.153 0-0.298-0.070-0.393-0.191-0.057-0.073-1.418-1.814-2.797-4.385-0.812-1.513-1.46-2.999-1.925-4.416-0.587-1.787-0.884-3.472-0.884-5.008 0-3.308 2.692-6 6-6s6 2.692 6 6c0 1.536-0.298 3.22-0.884 5.008-0.465 1.417-1.113 2.903-1.925 4.416-1.38 2.571-2.74 4.312-2.797 4.385-0.095 0.121-0.24 0.191-0.393 0.191zM10 1c-2.757 0-5 2.243-5 5 0 3.254 1.463 6.664 2.691 8.951 0.902 1.681 1.809 3.014 2.309 3.71 0.502-0.699 1.415-2.040 2.318-3.726 1.223-2.283 2.682-5.687 2.682-8.935 0-2.757-2.243-5-5-5z\"/>\n<path class=\"path2\" d=\"M10 9c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 4c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map\" viewBox=\"0 0 20 20\">\n<title>map</title>\n<path class=\"path1\" d=\"M18.763 1.075c-0.147-0.091-0.331-0.099-0.486-0.022l-5.776 2.888-5.776-2.888c-0.141-0.070-0.306-0.070-0.447 0l-6 3c-0.169 0.085-0.276 0.258-0.276 0.447v15c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l5.776-2.888 5.776 2.888c0.141 0.070 0.307 0.070 0.447 0l6-3c0.169-0.085 0.276-0.258 0.276-0.447v-15c-0-0.173-0.090-0.334-0.237-0.425zM6 16.191l-5 2.5v-13.882l5-2.5v13.882zM7 2.309l5 2.5v13.882l-5-2.5v-13.882zM18 16.191l-5 2.5v-13.882l5-2.5v13.882z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-location\" viewBox=\"0 0 20 20\">\n<title>location</title>\n<path class=\"path1\" d=\"M8.5 20c-0.043 0-0.087-0.006-0.13-0.017-0.218-0.059-0.37-0.257-0.37-0.483v-7.5h-7.5c-0.226 0-0.424-0.152-0.483-0.37s0.037-0.449 0.232-0.562l19-11c0.196-0.113 0.444-0.081 0.604 0.079s0.193 0.408 0.079 0.604l-11 19c-0.091 0.157-0.258 0.249-0.433 0.249zM2.362 11h6.138c0.276 0 0.5 0.224 0.5 0.5v6.138l9.128-15.766-15.766 9.128z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-calendar-full\" viewBox=\"0 0 20 20\">\n<title>calendar-full</title>\n<path class=\"path1\" d=\"M18.5 2h-2.5v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-10v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-2.5c-0.827 0-1.5 0.673-1.5 1.5v14c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-14c0-0.827-0.673-1.5-1.5-1.5zM1.5 3h2.5v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h10v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h2.5c0.276 0 0.5 0.224 0.5 0.5v2.5h-18v-2.5c0-0.276 0.224-0.5 0.5-0.5zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-10.5h18v10.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M7.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M10.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M7.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M10.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M13.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M16.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path11\" d=\"M4.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path12\" d=\"M7.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path13\" d=\"M10.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path14\" d=\"M13.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path15\" d=\"M16.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path16\" d=\"M4.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path17\" d=\"M7.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path18\" d=\"M10.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path19\" d=\"M13.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path20\" d=\"M16.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-keyboard\" viewBox=\"0 0 20 20\">\n<title>keyboard</title>\n<path class=\"path1\" d=\"M17.5 16h-16c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M3.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M16.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M4.5 10h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M3.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M11.5 14h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M14.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M16.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.5v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M5.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M6 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path11\" d=\"M8 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path12\" d=\"M10 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path13\" d=\"M12 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path14\" d=\"M14 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path15\" d=\"M7 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path16\" d=\"M9 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path17\" d=\"M11 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path18\" d=\"M13 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path19\" d=\"M15 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path20\" d=\"M8 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path21\" d=\"M10 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path22\" d=\"M12 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-spell-check\" viewBox=\"0 0 20 20\">\n<title>spell-check</title>\n<path class=\"path1\" d=\"M4.5 14c-0.276 0-0.5 0.224-0.5 0.5v0.001c-0.418-0.315-0.938-0.501-1.5-0.501-1.378 0-2.5 1.122-2.5 2.5s1.122 2.5 2.5 2.5c0.562 0 1.082-0.187 1.5-0.501v0.001c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM2.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M8.5 14c-0.562 0-1.082 0.187-1.5 0.501v-4.001c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.001c0.418 0.315 0.938 0.501 1.5 0.501 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5zM8.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M14.5 19c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5c0.439 0 0.872 0.116 1.25 0.335 0.239 0.138 0.321 0.444 0.183 0.683s-0.444 0.321-0.683 0.183c-0.227-0.131-0.486-0.2-0.75-0.2-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5c0.264 0 0.523-0.069 0.75-0.2 0.239-0.138 0.545-0.057 0.683 0.182s0.057 0.545-0.182 0.683c-0.379 0.219-0.811 0.335-1.25 0.335z\"/>\n<path class=\"path4\" d=\"M11.5 10.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-screen\" viewBox=\"0 0 20 20\">\n<title>screen</title>\n<path class=\"path1\" d=\"M17.5 2h-16c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h7.5v2h-3.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-2h7.5c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5zM18 13.5c0 0.276-0.224 0.5-0.5 0.5h-16c-0.276 0-0.5-0.224-0.5-0.5v-10c0-0.276 0.224-0.5 0.5-0.5h16c0.276 0 0.5 0.224 0.5 0.5v10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smartphone\" viewBox=\"0 0 20 20\">\n<title>smartphone</title>\n<path class=\"path1\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M14.5 20h-9c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h9c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM5.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-9z\"/>\n<path class=\"path3\" d=\"M13.5 16h-7c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM7 15h6v-12h-6v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tablet\" viewBox=\"0 0 20 20\">\n<title>tablet</title>\n<path class=\"path1\" d=\"M16.5 20h-13c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM3.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h13c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-13z\"/>\n<path class=\"path2\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15.5 16h-11c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM5 15h10v-12h-10v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop\" viewBox=\"0 0 20 20\">\n<title>laptop</title>\n<path class=\"path1\" d=\"M3.5 14h13c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5h-13c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5zM3 4.5c0-0.276 0.224-0.5 0.5-0.5h13c0.276 0 0.5 0.224 0.5 0.5v8c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-8z\"/>\n<path class=\"path2\" d=\"M19.5 15h-19c-0.276 0-0.5 0.224-0.5 0.5v1c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-1c0-0.276-0.224-0.5-0.5-0.5zM18.5 17h-17c-0.276 0-0.5-0.224-0.5-0.5v-0.5h18v0.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop-phone\" viewBox=\"0 0 20 20\">\n<title>laptop-phone</title>\n<path class=\"path1\" d=\"M11.5 14h-8c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5h-13c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 18h-10c-0.827 0-1.5-0.673-1.5-1.5v-1c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.5v0.5c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 18h-4c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h4c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM14.5 8c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-4z\"/>\n<path class=\"path4\" d=\"M16.5 16c-0.132 0-0.26-0.053-0.353-0.147s-0.147-0.222-0.147-0.353 0.053-0.261 0.147-0.353c0.093-0.093 0.222-0.147 0.353-0.147s0.261 0.053 0.353 0.147c0.093 0.093 0.147 0.222 0.147 0.353s-0.053 0.261-0.147 0.353c-0.093 0.093-0.222 0.147-0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-power-switch\" viewBox=\"0 0 20 20\">\n<title>power-switch</title>\n<path class=\"path1\" d=\"M9.5 12c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M9.5 19c-2.003 0-3.887-0.78-5.303-2.197s-2.197-3.3-2.197-5.303c0-1.648 0.525-3.212 1.517-4.523 0.96-1.268 2.324-2.215 3.84-2.666 0.265-0.079 0.543 0.072 0.622 0.337s-0.072 0.543-0.337 0.622c-2.733 0.814-4.643 3.376-4.643 6.231 0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5c0-2.855-1.909-5.417-4.643-6.231-0.265-0.079-0.415-0.357-0.337-0.622s0.357-0.415 0.622-0.337c1.517 0.451 2.88 1.398 3.84 2.666 0.993 1.311 1.517 2.875 1.517 4.523 0 2.003-0.78 3.887-2.197 5.303s-3.3 2.197-5.303 2.197z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bubble\" viewBox=\"0 0 20 20\">\n<title>bubble</title>\n<path class=\"path1\" d=\"M0.5 19c-0.225 0-0.422-0.15-0.482-0.367s0.032-0.447 0.225-0.562c1.691-1.014 2.392-2.489 2.641-3.179-1.838-1.407-2.884-3.354-2.884-5.392 0-1.029 0.258-2.026 0.768-2.964 0.486-0.894 1.18-1.695 2.061-2.381 1.787-1.39 4.156-2.156 6.671-2.156s4.884 0.766 6.671 2.156c0.881 0.685 1.575 1.486 2.061 2.381 0.51 0.937 0.768 1.934 0.768 2.964s-0.258 2.026-0.768 2.964c-0.486 0.894-1.18 1.695-2.061 2.381-1.787 1.39-4.156 2.156-6.671 2.156-1.033 0-2.047-0.129-3.016-0.385-0.429 0.286-1.231 0.793-2.189 1.27-1.488 0.74-2.764 1.115-3.794 1.115zM9.5 3c-4.687 0-8.5 2.916-8.5 6.5 0 1.815 1.005 3.562 2.756 4.792 0.172 0.121 0.25 0.336 0.196 0.539-0.117 0.436-0.515 1.633-1.58 2.788 1.302-0.456 2.704-1.247 3.739-1.959 0.123-0.085 0.277-0.11 0.421-0.069 0.948 0.271 1.947 0.409 2.968 0.409 4.687 0 8.5-2.916 8.5-6.5s-3.813-6.5-8.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart-pulse\" viewBox=\"0 0 20 20\">\n<title>heart-pulse</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.116-0.065-2.877-1.611-5.369-4.082-0.196-0.194-0.197-0.511-0.003-0.707s0.511-0.197 0.707-0.003c1.979 1.962 4.186 3.346 4.908 3.776 0.723-0.431 2.932-1.817 4.908-3.776 0.196-0.194 0.513-0.193 0.707 0.003s0.193 0.513-0.003 0.707c-2.493 2.471-5.253 4.017-5.369 4.082-0.076 0.042-0.159 0.063-0.243 0.063z\"/>\n<path class=\"path2\" d=\"M1.279 11c-0.188 0-0.368-0.106-0.453-0.287-0.548-1.165-0.826-2.33-0.826-3.463 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.133-0.278 2.298-0.826 3.463-0.118 0.25-0.415 0.357-0.665 0.24s-0.357-0.415-0.24-0.665c0.485-1.031 0.731-2.053 0.731-3.037 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658-2.343 0-4.25 1.907-4.25 4.25 0 0.984 0.246 2.006 0.731 3.037 0.118 0.25 0.010 0.548-0.24 0.665-0.069 0.032-0.141 0.048-0.212 0.048z\"/>\n<path class=\"path3\" d=\"M10.515 15c-0.005 0-0.009-0-0.013-0-0.202-0.004-0.569-0.109-0.753-0.766l-1.217-4.334-0.807 3.279c-0.158 0.643-0.525 0.778-0.73 0.8s-0.592-0.027-0.889-0.62l-0.606-1.211c-0.029-0.058-0.056-0.094-0.076-0.117-0.003 0.004-0.007 0.009-0.011 0.015-0.37 0.543-1.192 0.953-1.913 0.953h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.421 0 0.921-0.272 1.087-0.516 0.223-0.327 0.547-0.501 0.891-0.478 0.374 0.025 0.708 0.279 0.917 0.696l0.445 0.89 0.936-3.803c0.158-0.64 0.482-0.779 0.726-0.783s0.572 0.125 0.751 0.76l1.284 4.576 1.178-3.608c0.205-0.628 0.582-0.736 0.788-0.745s0.59 0.068 0.847 0.677l0.724 1.719c0.136 0.322 0.578 0.616 0.927 0.616h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.747 0-1.559-0.539-1.849-1.228l-0.592-1.406-1.274 3.9c-0.207 0.634-0.566 0.733-0.771 0.733z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-construction\" viewBox=\"0 0 20 20\">\n<title>construction</title>\n<path class=\"path1\" d=\"M20 5v-1.5c0-0.276-0.224-0.5-0.5-0.5h-3.5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5.5c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h1.5v6h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-3h10v3h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6h1.5c0.276 0 0.5-0.224 0.5-0.5v-4.5c0-0 0-0 0-0zM19 4.793l-4.207 4.207h-3.586l5-5h2.793v0.793zM6.207 9l5-5h3.586l-5 5h-3.586zM1.207 9l5-5h3.586l-5 5h-3.586zM4.793 4l-3.793 3.793v-3.793h3.793zM3 16v-6h1v6h-1zM5 12v-2h10v2h-10zM17 16h-1v-6h1v6zM16.207 9l2.793-2.793v2.793h-2.793z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pie-chart\" viewBox=\"0 0 20 20\">\n<title>pie-chart</title>\n<path class=\"path1\" d=\"M8.5 20c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010s3.74-2.49 6.010-2.49c0.276 0 0.5 0.224 0.5 0.5v7.5h7.5c0.276 0 0.5 0.224 0.5 0.5 0 2.27-0.884 4.405-2.49 6.010s-3.74 2.49-6.010 2.49zM8 4.016c-3.903 0.258-7 3.516-7 7.484 0 4.136 3.364 7.5 7.5 7.5 3.967 0 7.225-3.097 7.484-7h-7.484c-0.276 0-0.5-0.224-0.5-0.5v-7.484z\"/>\n<path class=\"path2\" d=\"M18.5 10h-8c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5 2.27 0 4.405 0.884 6.010 2.49s2.49 3.74 2.49 6.010c0 0.276-0.224 0.5-0.5 0.5zM11 9h6.984c-0.247-3.738-3.246-6.736-6.984-6.984v6.984z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chart-bars\" viewBox=\"0 0 20 20\">\n<title>chart-bars</title>\n<path class=\"path1\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5v-16c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v16c0 0.827-0.673 1.5-1.5 1.5zM1.5 2c-0.276 0-0.5 0.224-0.5 0.5v16c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-16c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M6.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5zM5 16h1v-8h-1v8z\"/>\n<path class=\"path3\" d=\"M10.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-12c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5zM9 16h1v-11h-1v11z\"/>\n<path class=\"path4\" d=\"M14.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5zM13 16h1v-4h-1v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-gift\" viewBox=\"0 0 20 20\">\n<title>gift</title>\n<path class=\"path1\" d=\"M18.5 5h-3.001c0.315-0.418 0.501-0.938 0.501-1.5 0-1.378-1.122-2.5-2.5-2.5-1.39 0-2.556 1.101-3.127 1.758-0.346 0.397-0.644 0.823-0.873 1.235-0.229-0.412-0.527-0.837-0.873-1.235-0.571-0.656-1.737-1.758-3.127-1.758-1.378 0-2.5 1.122-2.5 2.5 0 0.562 0.187 1.082 0.501 1.5h-3.001c-0.276 0-0.5 0.224-0.5 0.5v3c0 0.276 0.224 0.5 0.5 0.5h0.5v9.5c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5v-9.5h0.5c0.276 0 0.5-0.224 0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5zM11.127 3.414c0.782-0.899 1.647-1.414 2.373-1.414 0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5h-3.378c0.173-0.442 0.523-1.032 1.005-1.586zM11 19h-3v-13h3v13zM4 3.5c0-0.827 0.673-1.5 1.5-1.5 0.726 0 1.591 0.515 2.373 1.414 0.482 0.554 0.832 1.144 1.005 1.586h-3.378c-0.827 0-1.5-0.673-1.5-1.5zM1 6h6v2h-6v-2zM2 18.5v-9.5h5v10h-4.5c-0.276 0-0.5-0.224-0.5-0.5zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-4.5v-10h5v9.5zM18 8h-6v-2h6v2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-diamond\" viewBox=\"0 0 20 20\">\n<title>diamond</title>\n<path class=\"path1\" d=\"M18.9 7.2l-3-4c-0.077-0.103-0.191-0.172-0.318-0.193l-6-1c-0.054-0.009-0.11-0.009-0.164 0l-6 1c-0.127 0.021-0.241 0.090-0.318 0.193l-3 4c-0.143 0.191-0.131 0.457 0.028 0.634l9 10c0.095 0.105 0.23 0.166 0.372 0.166s0.277-0.060 0.372-0.166l9-10c0.16-0.178 0.172-0.443 0.028-0.634zM12.786 7l-3.286 9.037-3.286-9.037h6.572zM6.707 6l2.793-2.793 2.793 2.793h-5.586zM10.957 3.25l3.698 0.616-1.233 1.849-2.466-2.465zM5.578 5.715l-1.233-1.849 3.698-0.616-2.465 2.465zM4.67 6.156l-2.985 0.597 1.791-2.388 1.194 1.791zM5.177 7.075l2.974 8.179-6.692-7.436 3.718-0.744zM13.823 7.075l3.718 0.744-6.692 7.436 2.974-8.179zM14.33 6.156l1.194-1.791 1.791 2.388-2.985-0.597z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-linearicons\" viewBox=\"0 0 20 20\">\n<title>linearicons</title>\n<path class=\"path1\" d=\"M19.5 16h-0.5c-0.579 0-1 0.631-1 1.5 0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5-0.138 0-0.263 0.056-0.354 0.147-0.196-0.094-0.415-0.147-0.646-0.147-0.827 0-1.5 0.673-1.5 1.5 0 0.175 0.031 0.343 0.086 0.5h-1.086c-0.406 0-1.019-0.277-1.288-0.58l-1.044-1.181 9.207-10.408c0.161-0.182 0.165-0.447 0.024-0.633l-2.999-3.998c-0.094-0.126-0.243-0.2-0.4-0.2h-13c-0.157 0-0.306 0.074-0.4 0.2l-2.999 3.998c-0.141 0.186-0.136 0.451 0.024 0.633l9.207 10.408-1.044 1.181c-0.289 0.327-0.795 0.58-1.038 0.58h-0.25v-0.5c0-0.827-0.673-1.5-1.5-1.5-0.282 0-0.545 0.078-0.77 0.213-0.127-0.135-0.292-0.213-0.48-0.213-0.308 0-0.537 0.243-0.702 0.455-0.152 0.195-0.309 0.449-0.442 0.716l-0.106 0.211v-0.882c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5 0.282 0 0.545-0.078 0.77-0.214 0.127 0.135 0.292 0.214 0.48 0.214 0.308 0 0.537-0.243 0.702-0.455 0.152-0.195 0.309-0.449 0.442-0.716l0.106-0.211v0.882c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276 0.224 0.5 0.5 0.5h0.75c0.556 0 1.324-0.395 1.787-0.918l0.963-1.089 0.963 1.088c0.463 0.523 1.339 0.918 2.037 0.918h2.5c0.384 0 0.734-0.145 1-0.383 0.266 0.238 0.616 0.383 1 0.383 0.827 0 1.5-0.673 1.5-1.5 0-0.249 0.061-0.422 0.103-0.5h0.397c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM1.145 5.474l2.605-3.474h12.5l2.605 3.474-8.855 10.011-8.855-10.011zM15.5 18c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M2.5 15c0.132 0 0.261-0.053 0.353-0.147s0.147-0.222 0.147-0.353-0.053-0.26-0.147-0.353c-0.093-0.093-0.222-0.147-0.353-0.147s-0.26 0.053-0.353 0.147c-0.093 0.093-0.147 0.222-0.147 0.353s0.053 0.261 0.147 0.353c0.093 0.093 0.222 0.147 0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dinner\" viewBox=\"0 0 20 20\">\n<title>dinner</title>\n<path class=\"path1\" d=\"M8 0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.306 0.252 2.397 0.455 3.274 0.198 0.854 0.353 1.529 0.13 1.811-0.186 0.234-0.717 0.37-1.581 0.406-0.002-0.162-0.004-0.326-0.004-0.49v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.165-0.001 0.328-0.004 0.49-0.861-0.037-1.391-0.174-1.577-0.408-0.225-0.283-0.069-0.959 0.128-1.814 0.202-0.875 0.453-1.965 0.453-3.267 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.189-0.237 2.217-0.427 3.043-0.258 1.118-0.461 2.002 0.064 2.662 0.39 0.49 1.101 0.733 2.333 0.785-0.112 2.79-0.516 5.19-0.851 7.177-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284-0.334-1.985-0.738-4.384-0.851-7.172 1.235-0.050 1.946-0.292 2.337-0.783 0.524-0.659 0.32-1.541 0.062-2.659-0.191-0.827-0.429-1.857-0.429-3.048zM6.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.701 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n<path class=\"path2\" d=\"M15.882 14.162c-0.393-2.331-0.881-5.231-0.882-8.662v-5c0-0.227-0.153-0.425-0.372-0.483s-0.45 0.038-0.562 0.235c-2.019 3.534-3.016 8.931-3.058 9.159-0.027 0.146 0.013 0.296 0.108 0.41s0.236 0.18 0.384 0.18h2.235c-0.175 1.544-0.409 2.935-0.617 4.166-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284zM12.111 9c0.248-1.171 0.882-3.887 1.889-6.317v2.817c0 1.236-0.063 2.403-0.163 3.5h-1.727zM15.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.702 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-coffee-cup\" viewBox=\"0 0 20 20\">\n<title>coffee-cup</title>\n<path class=\"path1\" d=\"M10 15c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 10c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n<path class=\"path2\" d=\"M15.904 2.056l-0.177-0.707c-0.189-0.756-0.948-1.349-1.728-1.349h-8c-0.78 0-1.538 0.593-1.728 1.349l-0.177 0.707c-0.631 0.177-1.096 0.757-1.096 1.444v1c0 0.663 0.432 1.226 1.029 1.424l0.901 12.614c0.058 0.806 0.762 1.462 1.57 1.462h7c0.808 0 1.512-0.656 1.57-1.462l0.901-12.614c0.597-0.198 1.029-0.761 1.029-1.424v-1c0-0.687-0.464-1.267-1.096-1.444zM6 1h8c0.319 0 0.68 0.282 0.757 0.591l0.102 0.409h-9.719l0.102-0.409c0.077-0.309 0.438-0.591 0.757-0.591zM14.892 7h-9.783l-0.071-1h9.926l-0.071 1zM14.249 16h-8.497l-0.571-8h9.64l-0.571 8zM13.5 19h-7c-0.29 0-0.552-0.244-0.573-0.533l-0.105-1.467h8.355l-0.105 1.467c-0.021 0.289-0.283 0.533-0.573 0.533zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-11c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.275 0.224-0.499 0.499-0.5 0.001 0 0.001 0 0.002 0s0.002-0 0.003-0h10.997c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-leaf\" viewBox=\"0 0 20 20\">\n<title>leaf</title>\n<path class=\"path1\" d=\"M19.883 0.178c-0.095-0.113-0.235-0.178-0.382-0.178l-0.51-0c-5.040-0.002-9.021-0.003-11.952 0.698-1.575 0.377-2.793 0.946-3.723 1.739-1.004 0.856-1.688 1.977-2.093 3.429-0.269 0.964-0.395 2.705 0.136 4.437 0.196 0.64 0.502 1.244 0.91 1.799-1.216 1.905-2.267 4.414-2.267 7.399 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-4.605 2.728-8.021 4.354-9.646 1.167-1.167 2.486-2.152 3.816-2.848 1.238-0.648 2.421-1.005 3.331-1.005 0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5c-1.084 0-2.396 0.387-3.794 1.12-1.418 0.743-2.822 1.789-4.059 3.027-0.522 0.522-1.15 1.218-1.774 2.070-0.242-0.381-0.43-0.785-0.559-1.207-0.5-1.632-0.316-3.204-0.129-3.875 1.43-5.125 6.862-5.138 16.717-5.135-1.175 6.288-3.366 10.358-6.516 12.101-2.922 1.617-5.82 0.735-6.931 0.28-0.234-0.096-0.47-0.214-0.699-0.35-0.237-0.141-0.544-0.063-0.685 0.174s-0.063 0.544 0.174 0.685c0.272 0.162 0.552 0.302 0.832 0.417 0.622 0.254 1.624 0.58 2.865 0.687 0.274 0.024 0.545 0.035 0.814 0.035 1.469 0 2.849-0.353 4.115-1.053 1.609-0.89 3.001-2.339 4.139-4.304 1.334-2.305 2.338-5.362 2.983-9.086 0.025-0.145-0.015-0.294-0.11-0.407z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paw\" viewBox=\"0 0 20 20\">\n<title>paw</title>\n<path class=\"path1\" d=\"M3 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM3 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path2\" d=\"M6.998 8c-1.12 0-1.998-1.318-1.998-3s0.878-3 1.998-3 1.998 1.318 1.998 3-0.878 3-1.998 3zM6.998 3c-0.471 0-0.998 0.855-0.998 2s0.527 2 0.998 2 0.998-0.855 0.998-2-0.527-2-0.998-2z\"/>\n<path class=\"path3\" d=\"M12 8c-1.122 0-2-1.318-2-3s0.878-3 2-3 2 1.318 2 3-0.878 3-2 3zM12 3c-0.472 0-1 0.855-1 2s0.528 2 1 2 1-0.855 1-2-0.528-2-1-2z\"/>\n<path class=\"path4\" d=\"M16 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM16 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path5\" d=\"M13 18c-0.868 0-1.455-0.294-1.972-0.553-0.48-0.24-0.894-0.447-1.528-0.447-0.631 0-1.045 0.207-1.525 0.447-0.519 0.259-1.107 0.553-1.975 0.553-0.556 0-1.079-0.303-1.437-0.831-0.627-0.926-0.637-2.331-0.028-3.855 1.097-2.742 2.906-4.314 4.964-4.314s3.868 1.572 4.964 4.314c0.609 1.524 0.599 2.929-0.028 3.855-0.357 0.528-0.881 0.831-1.437 0.831zM9.5 16c0.869 0 1.457 0.294 1.975 0.553 0.479 0.24 0.893 0.447 1.525 0.447 0.218 0 0.44-0.143 0.609-0.391 0.432-0.637 0.404-1.73-0.073-2.923-0.937-2.342-2.408-3.686-4.036-3.686s-3.099 1.343-4.036 3.686c-0.477 1.193-0.504 2.286-0.073 2.923 0.168 0.249 0.39 0.391 0.609 0.391 0.632 0 1.047-0.207 1.528-0.448 0.518-0.259 1.106-0.553 1.972-0.553z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-rocket\" viewBox=\"0 0 20 20\">\n<title>rocket</title>\n<path class=\"path1\" d=\"M13.5 9c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5 2.5 1.122 2.5 2.5-1.122 2.5-2.5 2.5zM13.5 5c-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5 1.5-0.673 1.5-1.5-0.673-1.5-1.5-1.5z\"/>\n<path class=\"path2\" d=\"M0.5 20c-0.13 0-0.258-0.051-0.354-0.146-0.137-0.137-0.183-0.342-0.116-0.524 1.539-4.231 3.157-6.377 4.808-6.377 0.545 0 1.054 0.234 1.515 0.694 0.728 0.728 0.754 1.453 0.648 1.933-0.334 1.508-2.464 2.985-6.33 4.391-0.056 0.020-0.114 0.030-0.171 0.030zM4.839 13.952c-0.495 0-1.078 0.434-1.685 1.255-0.597 0.807-1.197 1.957-1.788 3.427 1.335-0.537 2.408-1.082 3.199-1.625 1.067-0.733 1.383-1.3 1.46-1.646s-0.047-0.677-0.379-1.009c-0.27-0.27-0.534-0.401-0.808-0.401z\"/>\n<path class=\"path3\" d=\"M19.5 0c-2.595 0-4.907 0.44-6.874 1.308-1.621 0.716-3.009 1.72-4.126 2.986-0.208 0.236-0.401 0.475-0.58 0.715-0.862 0.057-1.744 0.4-2.624 1.020-0.745 0.524-1.493 1.25-2.225 2.157-1.23 1.524-1.986 3.027-2.018 3.090-0.109 0.219-0.044 0.485 0.154 0.628 0.088 0.064 0.191 0.095 0.293 0.095 0.128 0 0.256-0.049 0.353-0.145 0.005-0.005 0.483-0.475 1.298-0.936 0.672-0.38 1.708-0.827 2.961-0.906 0.317 0.811 1.224 1.781 1.659 2.216s1.405 1.342 2.216 1.659c-0.079 1.253-0.526 2.289-0.906 2.961-0.462 0.816-0.931 1.293-0.935 1.297-0.173 0.173-0.195 0.447-0.052 0.646 0.097 0.134 0.249 0.208 0.406 0.208 0.076 0 0.152-0.017 0.223-0.053 0.063-0.032 1.566-0.788 3.090-2.018 0.907-0.732 1.633-1.48 2.157-2.225 0.62-0.881 0.962-1.762 1.020-2.624 0.239-0.178 0.478-0.371 0.715-0.58 1.266-1.117 2.27-2.505 2.986-4.126 0.868-1.966 1.308-4.279 1.308-6.874v-0.5h-0.5zM3.107 9.808c0.953-1.383 2.41-3.098 4.052-3.637-0.649 1.137-0.985 2.181-1.106 2.843-1.159 0.071-2.158 0.408-2.946 0.794zM10.193 16.89c0.386-0.788 0.723-1.786 0.793-2.944 0.661-0.121 1.706-0.457 2.842-1.105-0.54 1.639-2.254 3.096-3.636 4.049zM15.044 10.75c-2.080 1.835-4.234 2.25-4.544 2.25-0.002 0-0.207-0.004-0.759-0.393-0.385-0.271-0.834-0.657-1.262-1.085s-0.814-0.877-1.085-1.262c-0.389-0.552-0.393-0.757-0.393-0.759 0-0.31 0.415-2.464 2.25-4.544 2.196-2.488 5.557-3.849 9.744-3.95-0.101 4.187-1.461 7.548-3.95 9.744z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-briefcase\" viewBox=\"0 0 20 20\">\n<title>briefcase</title>\n<path class=\"path1\" d=\"M18.5 5h-4.5v-1.5c0-0.827-0.673-1.5-1.5-1.5h-5c-0.827 0-1.5 0.673-1.5 1.5v1.5h-4.5c-0.827 0-1.5 0.673-1.5 1.5v11c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-11c0-0.827-0.673-1.5-1.5-1.5zM7 3.5c0-0.276 0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5v1.5h-6v-1.5zM1.5 6h17c0.276 0 0.5 0.224 0.5 0.5v7.5h-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-8v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-2v-7.5c0-0.276 0.224-0.5 0.5-0.5zM16 14v1h-1v-1h1zM5 14v1h-1v-1h1zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-2.5h2v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h8v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h2v2.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bus\" viewBox=\"0 0 20 20\">\n<title>bus</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M13.5 5h-7c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 6h-11c-0.276 0-0.5 0.224-0.5 0.5v5c0 0.276 0.224 0.5 0.5 0.5h4.998c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h4.996c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h0.998c0.276 0 0.5-0.224 0.5-0.5v-5c0-0.276-0.224-0.5-0.5-0.5zM5 7h10v4h-0.349l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-3.197l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-2.849v-4z\"/>\n<path class=\"path5\" d=\"M15.616 1.783c-1.363-0.519-3.253-0.783-5.616-0.783s-4.252 0.263-5.616 0.783c-1.971 0.751-2.384 1.892-2.384 2.717v11c0 1.207 0.86 2.217 2 2.45v1.050c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h6v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.050c1.14-0.232 2-1.242 2-2.45v-11c0-0.825-0.414-1.966-2.384-2.717zM6 19h-1v-1h1v1zM14 19v-1h1v1h-1zM17 15.5c0 0.827-0.673 1.5-1.5 1.5h-11c-0.827 0-1.5-0.673-1.5-1.5v-11c0-0.743 0.586-1.343 1.741-1.783 1.232-0.469 3.050-0.717 5.259-0.717s4.028 0.248 5.259 0.717c1.155 0.44 1.741 1.040 1.741 1.783v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-car\" viewBox=\"0 0 20 20\">\n<title>car</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M16.958 11.907c-0.13-0.792-0.553-3.214-1.011-4.131-0.305-0.61-1.088-1.077-2.326-1.386-1.006-0.251-2.292-0.39-3.621-0.39s-2.615 0.138-3.621 0.39c-1.238 0.31-2.021 0.776-2.326 1.386-0.458 0.916-0.881 3.339-1.011 4.131-0.699 0.479-1.042 1.172-1.042 2.093v2.5c0 0.652 0.418 1.208 1 1.414v1.086c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h8v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.086c0.582-0.206 1-0.762 1-1.414v-2.5c0-0.921-0.343-1.614-1.042-2.093zM4.947 8.224c0.297-0.593 2.168-1.224 5.053-1.224s4.756 0.63 5.053 1.224c0.287 0.575 0.606 2.096 0.803 3.183-0.098-0.029-0.199-0.056-0.303-0.080-0.267-0.063-0.555-0.114-0.863-0.156l-2.899-2.077c-0.224-0.161-0.537-0.109-0.698 0.115s-0.109 0.537 0.115 0.698l1.566 1.122c-0.85-0.028-1.782-0.028-2.775-0.028-0.117 0-0.233 0-0.349 0l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.644 1.096c-1.341 0.024-2.507 0.097-3.42 0.314-0.104 0.025-0.205 0.052-0.303 0.080 0.198-1.087 0.516-2.608 0.804-3.183zM5 19h-1v-1h1v1zM15 19v-1h1v1h-1zM17 16.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-2.5c0-0.924 0.486-1.417 1.678-1.701 1.255-0.299 3.14-0.299 5.322-0.299s4.066 0 5.322 0.299c1.192 0.284 1.678 0.777 1.678 1.701v2.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-train\" viewBox=\"0 0 20 20\">\n<title>train</title>\n<path class=\"path1\" d=\"M14.5 15h-10c-1.378 0-2.5-1.122-2.5-2.5v-10c0-1.378 1.122-2.5 2.5-2.5h10c1.378 0 2.5 1.122 2.5 2.5v10c0 1.378-1.122 2.5-2.5 2.5zM4.5 1c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5h-10z\"/>\n<path class=\"path2\" d=\"M18.947 19.276l-2-4c-0.123-0.247-0.424-0.347-0.671-0.224s-0.347 0.424-0.224 0.671l0.138 0.276h-13.382l0.138-0.276c0.123-0.247 0.023-0.547-0.224-0.671s-0.547-0.023-0.671 0.224l-2 4c-0.123 0.247-0.023 0.547 0.224 0.671 0.072 0.036 0.148 0.053 0.223 0.053 0.183 0 0.36-0.101 0.448-0.277l0.362-0.724h16.382l0.362 0.724c0.088 0.175 0.264 0.277 0.448 0.277 0.075 0 0.151-0.017 0.223-0.053 0.247-0.123 0.347-0.424 0.224-0.671zM1.809 18l0.5-1h14.382l0.5 1h-15.382z\"/>\n<path class=\"path3\" d=\"M5.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M12.5 3h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M14.5 4h-10c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM5 5h4v3h-4v-3zM14 8h-4v-3h4v3z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bicycle\" viewBox=\"0 0 20 20\">\n<title>bicycle</title>\n<path class=\"path1\" d=\"M5.5 9.002c-0.828 0-1.502-0.674-1.502-1.502s0.674-1.502 1.502-1.502 1.502 0.674 1.502 1.502-0.674 1.502-1.502 1.502zM5.5 6.998c-0.277 0-0.502 0.225-0.502 0.502s0.225 0.502 0.502 0.502 0.502-0.225 0.502-0.502-0.225-0.502-0.502-0.502z\"/>\n<path class=\"path2\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-2.998c0-0.772 0.581-1.543 1.324-1.756l1.5-0.429-3.26-2.173-1.71 1.71c-0.094 0.094-0.221 0.146-0.354 0.146h-2.002c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1.795l1.854-1.854c0.169-0.169 0.433-0.195 0.631-0.063l3.668 2.445c0.55 0.367 0.548 0.797 0.522 0.966s-0.156 0.579-0.791 0.761l-1.577 0.452c-0.313 0.090-0.599 0.468-0.599 0.795v2.998c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15 20c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4zM15 13c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path4\" d=\"M3.999 20c-2.205 0-3.999-1.794-3.999-3.999s1.794-3.999 3.999-3.999 3.999 1.794 3.999 3.999-1.794 3.999-3.999 3.999zM3.999 13.002c-1.654 0-2.999 1.345-2.999 2.999s1.345 2.999 2.999 2.999 2.999-1.345 2.999-2.999-1.345-2.999-2.999-2.999z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-wheelchair\" viewBox=\"0 0 20 20\">\n<title>wheelchair</title>\n<path class=\"path1\" d=\"M17.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-0.651 0.651-2.729-2.656c-0.002-0.002-0.003-0.003-0.005-0.004-0.007-0.007-0.015-0.013-0.022-0.019-0.006-0.005-0.011-0.009-0.017-0.014s-0.013-0.010-0.020-0.014c-0.007-0.005-0.014-0.010-0.021-0.014-0.006-0.003-0.011-0.007-0.017-0.010-0.008-0.005-0.017-0.010-0.026-0.014-0.006-0.003-0.011-0.005-0.017-0.008-0.009-0.004-0.018-0.008-0.027-0.012-0.007-0.003-0.014-0.005-0.021-0.007-0.008-0.003-0.016-0.006-0.024-0.008s-0.018-0.004-0.027-0.006c-0.007-0.001-0.013-0.003-0.020-0.004-0.010-0.002-0.020-0.003-0.031-0.004-0.006-0.001-0.011-0.002-0.017-0.002-0.010-0.001-0.020-0.001-0.030-0.001-0.006-0-0.012-0-0.019-0-0.009 0-0.018 0.001-0.026 0.002s-0.016 0.001-0.023 0.002c-0.007 0.001-0.015 0.002-0.022 0.003-0.009 0.002-0.019 0.003-0.028 0.005-0.002 0.001-0.004 0.001-0.007 0.001l-3.945 0.953c-0.106 0.026-0.199 0.013-0.26-0.035s-0.095-0.135-0.095-0.244v-1.688h3.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-3.050c0.162 0.033 0.329 0.050 0.5 0.050 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5-2.5 1.122-2.5 2.5c0 0.816 0.393 1.542 1 1.999v6.189c0 0.416 0.174 0.792 0.476 1.030 0.218 0.172 0.49 0.262 0.777 0.262 0.111 0 0.223-0.013 0.336-0.041l3.677-0.888 2.885 2.808c0.097 0.094 0.223 0.142 0.349 0.142 0.128 0 0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707zM9.5 2c0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5z\"/>\n<path class=\"path2\" d=\"M7.5 20c-3.584 0-6.5-2.916-6.5-6.5 0-1.547 0.552-3.045 1.556-4.22 0.992-1.161 2.363-1.939 3.862-2.191 0.272-0.046 0.53 0.138 0.576 0.41s-0.138 0.53-0.41 0.576c-2.655 0.446-4.583 2.727-4.583 5.424 0 3.033 2.467 5.5 5.5 5.5 2.697 0 4.978-1.927 5.424-4.583 0.046-0.272 0.304-0.456 0.576-0.41s0.456 0.303 0.41 0.576c-0.251 1.498-1.029 2.87-2.191 3.862-1.174 1.003-2.673 1.556-4.22 1.556z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-select\" viewBox=\"0 0 20 20\">\n<title>select</title>\n<path class=\"path1\" d=\"M5.5 15h-4c-0.827 0-1.5-0.673-1.5-1.5v-12c0-0.827 0.673-1.5 1.5-1.5h14c0.827 0 1.5 0.673 1.5 1.5v7c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-7c0-0.276-0.224-0.5-0.5-0.5h-14c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13 20c-0.198 0-0.386-0.119-0.464-0.314l-1.697-4.242-2.963 3.386c-0.137 0.157-0.357 0.212-0.552 0.139s-0.324-0.26-0.324-0.468v-15c0-0.198 0.117-0.377 0.298-0.457s0.392-0.046 0.539 0.087l11 10c0.153 0.139 0.205 0.358 0.13 0.55s-0.26 0.32-0.466 0.32h-4.261l1.726 4.314c0.103 0.256-0.022 0.547-0.279 0.65l-2.5 1c-0.061 0.024-0.124 0.036-0.186 0.036zM11 14c0.028 0 0.056 0.002 0.084 0.007 0.172 0.029 0.315 0.146 0.38 0.307l1.814 4.536 1.572-0.629-1.814-4.536c-0.062-0.154-0.043-0.329 0.050-0.466s0.248-0.22 0.414-0.22h3.707l-9.207-8.37v12.539l2.624-2.999c0.096-0.109 0.233-0.171 0.376-0.171z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-earth\" viewBox=\"0 0 20 20\">\n<title>earth</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929s-5.182 1.040-7.071 2.929c-1.889 1.889-2.929 4.4-2.929 7.071s1.040 5.182 2.929 7.071c1.889 1.889 4.4 2.929 7.071 2.929s5.182-1.040 7.071-2.929c1.889-1.889 2.929-4.4 2.929-7.071s-1.040-5.182-2.929-7.071zM18.397 6.761c-0.195-0.351-0.685-0.518-1.325-0.736-0.687-0.234-0.93-0.94-1.211-1.758-0.244-0.71-0.496-1.443-1.095-1.899 1.639 1.027 2.924 2.567 3.631 4.393zM15.591 10.191c0.076 0.677 0.154 1.378-0.687 2.322-0.227 0.255-0.36 0.61-0.501 0.986-0.326 0.871-0.634 1.694-1.946 1.706-0.037-0.044-0.141-0.21-0.234-0.733-0.085-0.482-0.134-1.106-0.187-1.765-0.080-1.012-0.171-2.16-0.421-3.112-0.32-1.217-0.857-1.936-1.641-2.198-0.342-0.114-0.692-0.17-1.068-0.17-0.278 0-0.53 0.030-0.752 0.056-0.173 0.020-0.337 0.040-0.475 0.040 0 0-0 0-0 0-0.234 0-0.499 0-0.826-0.748-0.469-1.075-0.123-2.798 1.254-3.707 0.755-0.498 1.276-0.711 1.742-0.711 0.372 0 0.773 0.129 1.342 0.433 0.672 0.358 1.199 0.404 1.583 0.404 0.152 0 0.29-0.008 0.423-0.016 0.112-0.007 0.217-0.013 0.315-0.013 0.22 0 0.398 0.029 0.607 0.171 0.385 0.263 0.585 0.844 0.796 1.458 0.32 0.932 0.683 1.988 1.835 2.38 0.155 0.053 0.421 0.143 0.61 0.222-0.163 0.168-0.435 0.411-0.702 0.649-0.172 0.154-0.367 0.328-0.583 0.525-0.624 0.569-0.55 1.235-0.484 1.822zM1.001 9.923c0.108 0.019 0.224 0.042 0.344 0.067 0.562 0.12 0.825 0.228 0.94 0.289-0.053 0.103-0.16 0.255-0.231 0.355-0.247 0.351-0.555 0.788-0.438 1.269 0.079 0.325 0.012 0.723-0.103 1.091-0.332-0.938-0.513-1.946-0.513-2.996 0-0.026 0.001-0.051 0.001-0.077zM10 19c-3.425 0-6.41-1.924-7.93-4.747 0.262-0.499 0.748-1.603 0.521-2.569 0.016-0.097 0.181-0.331 0.28-0.472 0.271-0.385 0.608-0.863 0.358-1.37-0.175-0.356-0.644-0.596-1.566-0.804-0.214-0.048-0.422-0.087-0.599-0.118 0.536-4.455 4.338-7.919 8.935-7.919 1.578 0 3.062 0.409 4.352 1.125-0.319-0.139-0.608-0.161-0.84-0.161-0.127 0-0.253 0.007-0.375 0.015-0.119 0.007-0.242 0.014-0.364 0.014-0.284 0-0.638-0.034-1.112-0.287-0.724-0.385-1.266-0.55-1.812-0.55-0.676 0-1.362 0.262-2.293 0.876-0.805 0.531-1.411 1.343-1.707 2.288-0.289 0.921-0.258 1.864 0.087 2.654 0.407 0.932 0.944 1.348 1.742 1.348 0 0 0 0 0 0 0.197 0 0.389-0.023 0.592-0.047 0.205-0.024 0.416-0.049 0.635-0.049 0.271 0 0.51 0.038 0.751 0.118 0.439 0.147 0.763 0.639 0.991 1.504s0.314 1.966 0.391 2.936c0.064 0.81 0.124 1.574 0.257 2.151 0.081 0.35 0.185 0.616 0.32 0.813 0.201 0.294 0.489 0.456 0.811 0.456 0.884 0 1.59-0.285 2.099-0.847 0.423-0.467 0.639-1.044 0.813-1.508 0.102-0.273 0.208-0.556 0.311-0.672 1.137-1.277 1.020-2.329 0.934-3.098-0.063-0.564-0.064-0.764 0.164-0.972 0.212-0.193 0.405-0.366 0.575-0.518 0.363-0.324 0.625-0.558 0.809-0.758 0.126-0.138 0.422-0.461 0.34-0.865-0.001-0.004-0.002-0.007-0.002-0.011 0.343 0.951 0.53 1.976 0.53 3.044 0 4.963-4.037 9-9 9z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smile\" viewBox=\"0 0 20 20\">\n<title>smile</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M9.5 17c-3.584 0-6.5-2.916-6.5-6.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.033 2.467 5.5 5.5 5.5s5.5-2.467 5.5-5.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.584-2.916 6.5-6.5 6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sad\" viewBox=\"0 0 20 20\">\n<title>sad</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M5.499 15c-0.105 0-0.21-0.033-0.3-0.1-0.221-0.166-0.265-0.479-0.099-0.7 0.502-0.668 1.159-1.221 1.901-1.6 0.778-0.398 1.619-0.599 2.499-0.599s1.721 0.202 2.499 0.599c0.742 0.379 1.399 0.932 1.901 1.6 0.166 0.221 0.121 0.534-0.099 0.7s-0.534 0.121-0.7-0.099c-0.859-1.144-2.172-1.8-3.601-1.8s-2.741 0.656-3.601 1.8c-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-neutral\" viewBox=\"0 0 20 20\">\n<title>neutral</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M13.5 13h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mustache\" viewBox=\"0 0 20 20\">\n<title>mustache</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M15.923 12.233c-0.111-0.175-0.318-0.264-0.521-0.224-0.187 0.037-0.368 0.056-0.536 0.056-0 0-0 0-0 0-0.872-0-1.402-0.503-1.962-1.036-0.533-0.506-1.084-1.030-1.903-1.030-0.597 0-1.133 0.263-1.5 0.679-0.367-0.416-0.903-0.679-1.5-0.679-0.819 0-1.37 0.524-1.903 1.030-0.561 0.533-1.090 1.036-1.962 1.036-0.169 0-0.349-0.019-0.536-0.056-0.203-0.041-0.411 0.048-0.521 0.224s-0.101 0.401 0.023 0.567c1.157 1.543 2.642 1.867 3.685 1.867 0.621 0 1.115-0.117 1.355-0.187 0.531-0.154 1.018-0.542 1.36-1.028 0.343 0.486 0.83 0.873 1.36 1.028 0.24 0.070 0.734 0.187 1.355 0.187 1.042-0 2.528-0.324 3.685-1.867 0.124-0.166 0.134-0.391 0.023-0.567zM7.86 13.52c-0.188 0.055-0.579 0.147-1.076 0.147-0.585 0-1.349-0.131-2.069-0.654 0.935-0.179 1.556-0.768 2.070-1.258 0.492-0.468 0.815-0.755 1.214-0.755 0.551 0 1 0.449 1 1 0 0.611-0.554 1.349-1.14 1.52zM12.215 13.667c-0.497 0-0.887-0.092-1.076-0.147-0.586-0.17-1.14-0.909-1.14-1.52 0-0.551 0.449-1 1-1 0.4 0 0.722 0.287 1.214 0.755 0.515 0.489 1.135 1.079 2.070 1.257-0.721 0.523-1.485 0.654-2.069 0.654z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-alarm\" viewBox=\"0 0 20 20\">\n<title>alarm</title>\n<path class=\"path1\" d=\"M16.8 15.101c-1.144-0.859-1.8-2.172-1.8-3.601v-3c0-2.513-1.694-4.638-4-5.292l-0-0.708c0-0.827-0.673-1.5-1.5-1.5s-1.5 0.673-1.5 1.5v0.708c-2.306 0.655-4 2.779-4 5.292v3c0 1.429-0.656 2.741-1.8 3.601-0.172 0.129-0.242 0.354-0.174 0.558s0.259 0.342 0.474 0.342h4.55c-0.033 0.164-0.051 0.331-0.051 0.5 0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.168-0.017-0.336-0.050-0.5h4.55c0.215 0 0.406-0.138 0.474-0.342s-0.002-0.429-0.174-0.558zM9 2.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.523c-0.165-0.015-0.331-0.023-0.5-0.023s-0.335 0.008-0.5 0.023v-0.523zM11 16.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5c0-0.171 0.030-0.34 0.086-0.5h2.828c0.056 0.16 0.086 0.329 0.086 0.5zM3.742 15c0.255-0.309 0.477-0.646 0.659-1.001 0.398-0.778 0.599-1.619 0.599-2.499v-3c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5v3c0 0.88 0.202 1.721 0.599 2.499 0.182 0.356 0.404 0.692 0.659 1.001h-11.517z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bullhorn\" viewBox=\"0 0 20 20\">\n<title>bullhorn</title>\n<path class=\"path1\" d=\"M19.389 3.099c-0.578-1.735-1.346-2.099-1.889-2.099-0.011 0-0.023 0-0.035 0.001-0.553 0.012-1.536 0.299-3.008 0.731-3.084 0.903-7.744 2.269-12.458 2.269-1.14 0-2 1.505-2 3.5s0.86 3.5 2 3.5c0.369 0 0.738 0.008 1.105 0.024l1.666 6.628c0.19 0.756 0.949 1.348 1.729 1.348h1.313c0.433 0 0.801-0.18 1.008-0.495s0.229-0.723 0.060-1.121l-2.577-6.048c3.136 0.462 6.022 1.308 8.154 1.932 1.472 0.431 2.455 0.719 3.008 0.731 0.012 0 0.023 0.001 0.035 0.001 0.542 0 1.31-0.364 1.889-2.099 0.394-1.183 0.611-2.746 0.611-4.401s-0.217-3.218-0.611-4.401zM16 7.5c0-0.513 0.022-1.015 0.064-1.496 0.513 0.052 0.936 0.716 0.936 1.496s-0.422 1.445-0.936 1.496c-0.042-0.481-0.064-0.983-0.064-1.496zM1 7.5c0-1.526 0.592-2.5 1-2.5 1.135 0 2.264-0.076 3.368-0.204-0.237 0.758-0.368 1.697-0.368 2.704s0.13 1.946 0.368 2.704c-1.104-0.128-2.233-0.204-3.368-0.204-0.408 0-1-0.974-1-2.5zM7.961 17.776c0.041 0.096 0.038 0.16 0.026 0.178s-0.069 0.046-0.174 0.046h-1.313c-0.319 0-0.681-0.282-0.759-0.592l-1.588-6.319c0.335 0.027 0.669 0.059 1 0.097l2.808 6.59zM6.489 10.353c-0.304-0.687-0.489-1.748-0.489-2.853 0-1.122 0.18-2.163 0.488-2.852 3.185-0.473 6.096-1.325 8.25-1.957 0.415-0.122 0.811-0.238 1.171-0.339-0.103 0.215-0.203 0.463-0.298 0.747-0.394 1.183-0.611 2.746-0.611 4.401s0.217 3.218 0.611 4.401c0.095 0.284 0.195 0.532 0.298 0.747-0.36-0.101-0.756-0.217-1.171-0.339-2.155-0.631-5.065-1.484-8.25-1.957zM18.44 11.585c-0.373 1.12-0.778 1.415-0.94 1.415s-0.567-0.296-0.94-1.415c-0.157-0.47-0.283-1.009-0.375-1.596 0.486-0.056 0.943-0.331 1.276-0.775 0.348-0.464 0.539-1.073 0.539-1.714s-0.192-1.251-0.539-1.714c-0.333-0.444-0.79-0.719-1.276-0.775 0.093-0.586 0.219-1.126 0.375-1.596 0.373-1.12 0.778-1.416 0.94-1.416s0.567 0.296 0.94 1.415c0.361 1.084 0.56 2.534 0.56 4.085s-0.199 3.001-0.56 4.085z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-high\" viewBox=\"0 0 20 20\">\n<title>volume-high</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M15.545 17.209c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.761-1.432 2.771-3.554 2.771-5.821s-1.010-4.389-2.771-5.821c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.995 1.623 3.14 4.028 3.14 6.597s-1.144 4.974-3.14 6.597c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path4\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-medium\" viewBox=\"0 0 20 20\">\n<title>volume-medium</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-low\" viewBox=\"0 0 20 20\">\n<title>volume-low</title>\n<path class=\"path1\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume\" viewBox=\"0 0 20 20\">\n<title>volume</title>\n<path class=\"path1\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mic\" viewBox=\"0 0 20 20\">\n<title>mic</title>\n<path class=\"path1\" d=\"M9.5 14c-1.93 0-3.5-1.57-3.5-3.5v-6c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v6c0 1.93-1.57 3.5-3.5 3.5zM9.5 2c-1.378 0-2.5 1.122-2.5 2.5v6c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5v-6c0-1.378-1.122-2.5-2.5-2.5z\"/>\n<path class=\"path2\" d=\"M16 10.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.033-2.467 5.5-5.5 5.5s-5.5-2.467-5.5-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.416 2.649 6.225 6 6.481v2.019h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-1.5v-2.019c3.351-0.256 6-3.065 6-6.481z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hourglass\" viewBox=\"0 0 20 20\">\n<title>hourglass</title>\n<path class=\"path1\" d=\"M16 3.5v-0.5c0-0.392-0.241-0.733-0.717-1.014-0.344-0.203-0.821-0.382-1.419-0.531-1.172-0.293-2.722-0.454-4.364-0.454s-3.192 0.161-4.364 0.454c-0.598 0.149-1.075 0.328-1.419 0.531-0.476 0.281-0.717 0.622-0.717 1.014v0.5c0 2.631 1.593 4.999 4 6.002v1.997c-2.407 1.003-4 3.371-4 6.002v0.5c0 0.392 0.241 0.733 0.717 1.014 0.344 0.203 0.821 0.382 1.419 0.531 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.598-0.149 1.075-0.328 1.419-0.531 0.476-0.281 0.717-0.623 0.717-1.014v-0.5c0-2.631-1.593-4.999-4-6.002v-1.997c2.407-1.003 4-3.371 4-6.002zM5.612 2.369c1.066-0.238 2.447-0.369 3.888-0.369s2.823 0.131 3.888 0.369c1.15 0.257 1.498 0.534 1.589 0.631-0.091 0.097-0.439 0.374-1.589 0.631-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.15-0.257-1.498-0.534-1.589-0.631 0.091-0.097 0.439-0.374 1.589-0.631zM11.333 12.313c2.193 0.775 3.667 2.86 3.667 5.187v0.473c-0.042 0.057-0.324 0.37-1.612 0.657-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.287-0.288-1.57-0.6-1.612-0.657v-0.473c0-2.327 1.473-4.412 3.667-5.187 0.2-0.071 0.333-0.259 0.333-0.471v-2.683c0-0.212-0.134-0.401-0.333-0.471-1.976-0.699-3.368-2.461-3.624-4.506 0.3 0.135 0.666 0.257 1.093 0.364 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.428-0.107 0.794-0.229 1.093-0.364-0.256 2.045-1.647 3.807-3.624 4.506-0.2 0.071-0.333 0.26-0.333 0.471v2.683c0 0.212 0.134 0.401 0.333 0.471z\"/>\n<path class=\"path2\" d=\"M13.667 16.529c-2.262-0.799-3.667-2.726-3.667-5.029v-3.025c0.6-0.059 1.178-0.225 1.723-0.495 0.247-0.123 0.348-0.423 0.225-0.67s-0.423-0.348-0.67-0.225c-0.555 0.276-1.153 0.416-1.778 0.416s-1.223-0.14-1.778-0.416c-0.247-0.123-0.547-0.022-0.67 0.225s-0.022 0.547 0.225 0.67c0.545 0.271 1.122 0.436 1.723 0.495v3.025c0 2.302-1.405 4.229-3.667 5.029-0.21 0.074-0.346 0.279-0.332 0.501s0.172 0.409 0.39 0.458c0.982 0.22 2.477 0.512 4.109 0.512s3.127-0.292 4.109-0.512c0.218-0.049 0.377-0.236 0.39-0.458s-0.122-0.427-0.332-0.501zM9.5 17c-0.877 0-1.701-0.087-2.437-0.205 0.665-0.421 1.244-0.952 1.711-1.575 0.293-0.391 0.536-0.812 0.726-1.254 0.19 0.442 0.433 0.863 0.726 1.254 0.466 0.622 1.045 1.153 1.711 1.575-0.736 0.117-1.56 0.205-2.437 0.205z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-undo\" viewBox=\"0 0 20 20\">\n<title>undo</title>\n<path class=\"path1\" d=\"M17.51 4.49c-1.605-1.605-3.74-2.49-6.010-2.49s-4.405 0.884-6.010 2.49-2.49 3.74-2.49 6.010v1.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-1.293c0-4.136 3.364-7.5 7.5-7.5s7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c2.27 0 4.405-0.884 6.010-2.49s2.49-3.74 2.49-6.010c0-2.27-0.884-4.405-2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-redo\" viewBox=\"0 0 20 20\">\n<title>redo</title>\n<path class=\"path1\" d=\"M2.49 4.49c1.605-1.605 3.74-2.49 6.010-2.49s4.405 0.884 6.010 2.49 2.49 3.74 2.49 6.010v1.293l2.146-2.146c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.146 2.146v-1.293c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5c0 4.136 3.364 7.5 7.5 7.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sync\" viewBox=\"0 0 20 20\">\n<title>sync</title>\n<path class=\"path1\" d=\"M19.854 8.646c-0.195-0.195-0.512-0.195-0.707 0l-1.149 1.149c-0.051-2.060-0.878-3.99-2.341-5.452-1.511-1.511-3.52-2.343-5.657-2.343-2.974 0-5.686 1.635-7.077 4.266-0.129 0.244-0.036 0.547 0.208 0.676s0.547 0.036 0.676-0.208c1.217-2.303 3.59-3.734 6.193-3.734 3.789 0 6.885 3.027 6.997 6.789l-1.143-1.143c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M16.869 13.058c-0.244-0.129-0.547-0.036-0.676 0.208-1.217 2.303-3.59 3.734-6.193 3.734-3.789 0-6.885-3.027-6.997-6.789l1.143 1.143c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.149-1.149c0.051 2.060 0.878 3.99 2.341 5.452 1.511 1.511 3.52 2.343 5.657 2.343 2.974 0 5.686-1.635 7.077-4.266 0.129-0.244 0.036-0.547-0.208-0.676z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-history\" viewBox=\"0 0 20 20\">\n<title>history</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929-3.094 0-5.975 1.425-7.853 3.807v-1.307c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.972c0 0.229 0.155 0.428 0.377 0.485 0.097 0.025 0.195 0.019 0.284-0.011v0l2.853-0.972c0.261-0.089 0.401-0.373 0.312-0.634s-0.373-0.401-0.634-0.312l-1.49 0.508c1.688-2.208 4.32-3.534 7.152-3.534 4.963 0 9 4.037 9 9s-4.037 9-9 9c-3.316 0-6.354-1.815-7.928-4.737-0.131-0.243-0.434-0.334-0.677-0.203s-0.334 0.434-0.203 0.677c1.749 3.246 5.125 5.263 8.809 5.263 2.671 0 5.182-1.040 7.071-2.929s2.929-4.4 2.929-7.071c0-2.671-1.040-5.182-2.929-7.071z\"/>\n<path class=\"path2\" d=\"M10 10.5c-0.084 0-0.167-0.021-0.243-0.063l-4.5-2.5c-0.241-0.134-0.328-0.438-0.194-0.68s0.438-0.328 0.68-0.194l4.24 2.355 5.249-3.34c0.233-0.148 0.542-0.080 0.69 0.153s0.080 0.542-0.153 0.69l-5.5 3.5c-0.082 0.052-0.175 0.078-0.268 0.078z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-clock\" viewBox=\"0 0 20 20\">\n<title>clock</title>\n<path class=\"path1\" d=\"M16.32 17.113c1.729-1.782 2.68-4.124 2.68-6.613 0-2.37-0.862-4.608-2.438-6.355l0.688-0.688 0.647 0.646c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l0.647 0.646-0.688 0.688c-1.747-1.576-3.985-2.438-6.355-2.438s-4.608 0.862-6.355 2.438l-0.688-0.688 0.646-0.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l0.646-0.646 0.688 0.688c-1.576 1.747-2.438 3.985-2.438 6.355 0 2.489 0.951 4.831 2.68 6.613l-2.034 2.034c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.354-0.147l2.060-2.059c1.705 1.428 3.836 2.206 6.087 2.206s4.382-0.778 6.087-2.206l2.059 2.059c0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.353-0.147c0.195-0.195 0.195-0.512 0-0.707l-2.034-2.034zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M15.129 7.25c-0.138-0.239-0.444-0.321-0.683-0.183l-4.92 2.841-3.835-2.685c-0.226-0.158-0.538-0.103-0.696 0.123s-0.103 0.538 0.123 0.696l4.096 2.868c0.001 0.001 0.002 0.001 0.002 0.002 0.009 0.006 0.018 0.012 0.027 0.017 0.002 0.001 0.004 0.003 0.006 0.004 0.009 0.005 0.018 0.010 0.027 0.015 0.002 0.001 0.004 0.002 0.006 0.003 0.010 0.005 0.020 0.009 0.031 0.014 0.006 0.003 0.013 0.005 0.019 0.007 0.004 0.001 0.008 0.003 0.013 0.005 0.007 0.002 0.014 0.004 0.021 0.006 0.004 0.001 0.008 0.002 0.012 0.003 0.007 0.002 0.014 0.003 0.022 0.005 0.004 0.001 0.008 0.002 0.012 0.002 0.007 0.001 0.014 0.002 0.021 0.003 0.005 0.001 0.010 0.001 0.015 0.002 0.006 0.001 0.012 0.001 0.018 0.002 0.009 0.001 0.018 0.001 0.027 0.001 0.002 0 0.004 0 0.006 0 0 0 0-0 0-0s0 0 0.001 0c0.019 0 0.037-0.001 0.056-0.003 0.001-0 0.002-0 0.003-0 0.018-0.002 0.036-0.005 0.054-0.010 0.002-0 0.003-0.001 0.005-0.001 0.017-0.004 0.034-0.009 0.050-0.015 0.003-0.001 0.006-0.002 0.008-0.003 0.016-0.006 0.031-0.012 0.046-0.020 0.004-0.002 0.007-0.004 0.011-0.006 0.005-0.003 0.011-0.005 0.016-0.008l5.196-3c0.239-0.138 0.321-0.444 0.183-0.683z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-download\" viewBox=\"0 0 20 20\">\n<title>download</title>\n<path class=\"path1\" d=\"M14.853 9.647c-0.195-0.195-0.512-0.195-0.707 0l-4.146 4.146v-11.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v11.293l-4.146-4.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.147l5-5c0.195-0.195 0.195-0.512-0-0.707z\"/>\n<path class=\"path2\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-upload\" viewBox=\"0 0 20 20\">\n<title>upload</title>\n<path class=\"path1\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M14.854 8.646l-5-5c-0.195-0.195-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l4.146-4.146v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l4.146 4.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter-down\" viewBox=\"0 0 20 20\">\n<title>enter-down</title>\n<path class=\"path1\" d=\"M12.854 11.646c-0.195-0.195-0.512-0.195-0.707 0l-2.146 2.146v-12.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v12.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit-up\" viewBox=\"0 0 20 20\">\n<title>exit-up</title>\n<path class=\"path1\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M12.853 3.646l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.147-2.146v11.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.293l2.147 2.146c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bug\" viewBox=\"0 0 20 20\">\n<title>bug</title>\n<path class=\"path1\" d=\"M17.5 12h-1.515c-0.062-1.099-0.33-2.153-0.781-3.102 1.036-0.305 1.795-1.264 1.795-2.398 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 0.761-0.57 1.392-1.306 1.487-0.174-0.266-0.365-0.521-0.571-0.762-0.108-0.126-0.219-0.246-0.333-0.362 0.14-0.439 0.21-0.896 0.21-1.363 0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5c0 0.467 0.071 0.924 0.21 1.363-0.114 0.116-0.225 0.236-0.333 0.362-0.207 0.241-0.397 0.496-0.571 0.762-0.736-0.095-1.306-0.726-1.306-1.487 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.134 0.759 2.093 1.795 2.398-0.451 0.949-0.718 2.003-0.781 3.102h-1.514c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.515c0.062 1.099 0.33 2.153 0.781 3.102-1.036 0.305-1.795 1.264-1.795 2.398 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-0.761 0.57-1.392 1.306-1.487 0.174 0.266 0.365 0.521 0.571 0.762 1.23 1.435 2.871 2.225 4.622 2.225s3.393-0.79 4.622-2.225c0.207-0.241 0.397-0.496 0.571-0.762 0.736 0.095 1.306 0.726 1.306 1.487 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-1.134-0.759-2.093-1.795-2.398 0.451-0.949 0.718-2.003 0.781-3.102h1.514c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM9.5 2c1.93 0 3.5 1.57 3.5 3.5 0 0.215-0.019 0.426-0.057 0.634-1.022-0.738-2.205-1.134-3.443-1.134s-2.421 0.395-3.443 1.134c-0.038-0.208-0.057-0.419-0.057-0.634 0-1.93 1.57-3.5 3.5-3.5zM4 12.5c0-3.385 2.201-6.173 5-6.473v12.946c-2.799-0.3-5-3.088-5-6.473zM10 18.973v-12.946c2.799 0.3 5 3.088 5 6.473s-2.201 6.173-5 6.473z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-code\" viewBox=\"0 0 20 20\">\n<title>code</title>\n<path class=\"path1\" d=\"M5 15c-0.128 0-0.256-0.049-0.354-0.146l-4-4c-0.195-0.195-0.195-0.512 0-0.707l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.646 3.646 3.646 3.646c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path2\" d=\"M15 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.646-3.646-3.646-3.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l4 4c0.195 0.195 0.195 0.512 0 0.707l-4 4c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M7.5 15c-0.091 0-0.182-0.025-0.265-0.076-0.234-0.146-0.305-0.455-0.159-0.689l5-8c0.146-0.234 0.455-0.305 0.689-0.159s0.305 0.455 0.159 0.689l-5 8c-0.095 0.152-0.258 0.235-0.424 0.235z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-link\" viewBox=\"0 0 20 20\">\n<title>link</title>\n<path class=\"path1\" d=\"M10.682 12.998c-0.943 0-1.886-0.359-2.604-1.077-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0c1.046 1.046 2.747 1.046 3.793 0l3.636-3.636c1.046-1.046 1.046-2.747 0-3.793s-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0s1.436 3.772 0 5.207l-3.636 3.636c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n<path class=\"path2\" d=\"M4.682 18.998c-0.943 0-1.886-0.359-2.604-1.077-1.436-1.436-1.436-3.772 0-5.207l3.636-3.636c1.436-1.436 3.772-1.436 5.207 0 0.195 0.195 0.195 0.512 0 0.707s-0.512 0.195-0.707 0c-1.046-1.046-2.747-1.046-3.793 0l-3.636 3.636c-1.046 1.046-1.046 2.747 0 3.793s2.747 1.046 3.793 0l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-unlink\" viewBox=\"0 0 20 20\">\n<title>unlink</title>\n<path class=\"path1\" d=\"M13.5 11.5c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.068-3.068c0.507-0.507 0.786-1.18 0.786-1.896s-0.279-1.39-0.786-1.896c-1.046-1.046-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0 0.695 0.695 1.078 1.62 1.078 2.604s-0.383 1.908-1.078 2.604l-3.068 3.068c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path2\" d=\"M4.682 19c-0.983 0-1.908-0.383-2.604-1.078-1.436-1.436-1.436-3.772 0-5.207l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-1.046 1.046-1.046 2.747 0 3.793 0.507 0.507 1.18 0.786 1.896 0.786s1.39-0.279 1.896-0.786l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.695 0.695-1.62 1.078-2.604 1.078z\"/>\n<path class=\"path3\" d=\"M5.5 7c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M7.5 6c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M4.5 9h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M15.5 17c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M17.5 13h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M11.5 19c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-up\" viewBox=\"0 0 20 20\">\n<title>thumbs-up</title>\n<path class=\"path1\" d=\"M18.916 11.208c0.443-0.511 0.695-1.355 0.695-2.159 0-0.531-0.115-0.996-0.333-1.345-0.284-0.454-0.738-0.704-1.278-0.704h-2.618c1.425-2.591 1.785-4.543 1.070-5.807-0.499-0.881-1.413-1.193-2.045-1.193-0.25 0-0.462 0.185-0.495 0.433-0.179 1.319-1.188 2.893-2.768 4.318-1.514 1.365-3.374 2.456-5.286 3.11-0.241-0.508-0.758-0.86-1.356-0.86h-3c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h3c0.634 0 1.176-0.395 1.396-0.952 1.961 0.246 2.699 0.64 3.414 1.022 0.895 0.478 1.739 0.93 4.503 0.93 0.72 0 1.398-0.188 1.91-0.529 0.5-0.333 0.82-0.801 0.926-1.343 0.399-0.162 0.753-0.536 1.024-1.092 0.264-0.541 0.435-1.232 0.435-1.761 0-0.099-0.006-0.19-0.017-0.274 0.253-0.186 0.48-0.473 0.667-0.851 0.27-0.545 0.432-1.228 0.432-1.826 0-0.424-0.079-0.777-0.234-1.051-0.013-0.022-0.026-0.044-0.039-0.065zM4.5 18h-3c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v8.999c0 0 0 0.001 0 0.001-0 0.276-0.224 0.5-0.5 0.5zM18.339 10.274c-0.151 0.304-0.304 0.414-0.37 0.414-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c0.042 0 0.072 0 0.117 0.078 0.066 0.117 0.104 0.32 0.104 0.558 0 0.445-0.126 0.974-0.328 1.382-0.198 0.399-0.399 0.544-0.487 0.544-0.276 0-0.5 0.224-0.5 0.5 0 0.177 0.092 0.333 0.231 0.422 0.031 0.317-0.117 1.165-0.501 1.718-0.145 0.209-0.298 0.329-0.418 0.329-0.276 0-0.5 0.224-0.5 0.5 0 0.88-0.972 1.281-1.875 1.281-2.513 0-3.217-0.376-4.032-0.812-0.762-0.407-1.618-0.865-3.781-1.134v-8.187c2.101-0.689 4.152-1.877 5.812-3.373 1.593-1.436 2.639-2.988 2.994-4.426 0.272 0.087 0.579 0.271 0.776 0.618 0.334 0.59 0.584 2.096-1.493 5.557-0.093 0.154-0.095 0.347-0.006 0.504s0.255 0.254 0.435 0.254h3.483c0.199 0 0.327 0.070 0.43 0.234 0.117 0.187 0.181 0.477 0.181 0.815 0 0.424-0.102 0.882-0.272 1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-down\" viewBox=\"0 0 20 20\">\n<title>thumbs-down</title>\n<path class=\"path1\" d=\"M18.916 8.792c0.443 0.511 0.695 1.355 0.695 2.159 0 0.531-0.115 0.996-0.333 1.345-0.284 0.454-0.738 0.704-1.278 0.704h-2.618c1.425 2.591 1.785 4.543 1.070 5.807-0.499 0.881-1.413 1.193-2.045 1.193-0.25 0-0.462-0.185-0.495-0.433-0.179-1.319-1.188-2.893-2.768-4.318-1.514-1.365-3.374-2.456-5.286-3.11-0.241 0.508-0.758 0.86-1.356 0.86h-3c-0.827 0-1.5-0.673-1.5-1.5v-9c0-0.827 0.673-1.5 1.5-1.5h3c0.634 0 1.176 0.395 1.396 0.952 1.961-0.246 2.699-0.64 3.414-1.022 0.895-0.478 1.739-0.93 4.503-0.93 0.72 0 1.398 0.188 1.91 0.529 0.5 0.333 0.82 0.801 0.926 1.343 0.399 0.162 0.753 0.536 1.024 1.092 0.264 0.541 0.435 1.232 0.435 1.761 0 0.099-0.006 0.19-0.017 0.274 0.253 0.186 0.48 0.473 0.667 0.851 0.27 0.545 0.432 1.228 0.432 1.826 0 0.424-0.079 0.777-0.234 1.051-0.013 0.022-0.026 0.044-0.039 0.065zM4.5 2h-3c-0.276 0-0.5 0.224-0.5 0.5v9c0 0.276 0.224 0.5 0.5 0.5h3c0.276 0 0.5-0.224 0.5-0.5v-8.999c0-0 0-0.001 0-0.001-0-0.276-0.224-0.5-0.5-0.5zM18.339 9.726c-0.151-0.304-0.304-0.414-0.37-0.414-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.042 0 0.072 0 0.117-0.078 0.066-0.117 0.104-0.32 0.104-0.558 0-0.445-0.126-0.974-0.328-1.382-0.198-0.399-0.399-0.544-0.487-0.544-0.276 0-0.5-0.224-0.5-0.5 0-0.177 0.092-0.333 0.231-0.422 0.031-0.317-0.117-1.165-0.501-1.718-0.145-0.209-0.298-0.329-0.418-0.329-0.276 0-0.5-0.224-0.5-0.5 0-0.88-0.972-1.281-1.875-1.281-2.513 0-3.217 0.376-4.032 0.812-0.762 0.407-1.618 0.865-3.781 1.134v8.187c2.101 0.689 4.152 1.877 5.812 3.373 1.593 1.436 2.639 2.988 2.994 4.426 0.272-0.087 0.579-0.271 0.776-0.618 0.334-0.59 0.584-2.096-1.493-5.557-0.093-0.154-0.095-0.347-0.006-0.504s0.255-0.254 0.435-0.254h3.483c0.199 0 0.327-0.070 0.43-0.234 0.117-0.187 0.181-0.477 0.181-0.815 0-0.424-0.102-0.882-0.272-1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magnifier\" viewBox=\"0 0 20 20\">\n<title>magnifier</title>\n<path class=\"path1\" d=\"M18.869 19.162l-5.943-6.484c1.339-1.401 2.075-3.233 2.075-5.178 0-2.003-0.78-3.887-2.197-5.303s-3.3-2.197-5.303-2.197-3.887 0.78-5.303 2.197-2.197 3.3-2.197 5.303 0.78 3.887 2.197 5.303 3.3 2.197 5.303 2.197c1.726 0 3.362-0.579 4.688-1.645l5.943 6.483c0.099 0.108 0.233 0.162 0.369 0.162 0.121 0 0.242-0.043 0.338-0.131 0.204-0.187 0.217-0.503 0.031-0.706zM1 7.5c0-3.584 2.916-6.5 6.5-6.5s6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5-6.5-2.916-6.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross\" viewBox=\"0 0 20 20\">\n<title>cross</title>\n<path class=\"path1\" d=\"M10.707 10.5l5.646-5.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.646 5.646-5.646-5.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.646 5.646-5.646 5.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l5.646-5.646 5.646 5.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-5.646-5.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu\" viewBox=\"0 0 20 20\">\n<title>menu</title>\n<path class=\"path1\" d=\"M17.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-list\" viewBox=\"0 0 20 20\">\n<title>list</title>\n<path class=\"path1\" d=\"M19.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M19.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M19.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M1.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M1.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5c0 0.827-0.673 1.5-1.5 1.5zM1.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M1.5 17c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up\" viewBox=\"0 0 20 20\">\n<title>chevron-up</title>\n<path class=\"path1\" d=\"M0 15c0 0.128 0.049 0.256 0.146 0.354 0.195 0.195 0.512 0.195 0.707 0l8.646-8.646 8.646 8.646c0.195 0.195 0.512 0.195 0.707 0s0.195-0.512 0-0.707l-9-9c-0.195-0.195-0.512-0.195-0.707 0l-9 9c-0.098 0.098-0.146 0.226-0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down\" viewBox=\"0 0 20 20\">\n<title>chevron-down</title>\n<path class=\"path1\" d=\"M0 6c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l8.646 8.646 8.646-8.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-9 9c-0.195 0.195-0.512 0.195-0.707 0l-9-9c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left\" viewBox=\"0 0 20 20\">\n<title>chevron-left</title>\n<path class=\"path1\" d=\"M14 20c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-8.646-8.646 8.646-8.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-9 9c-0.195 0.195-0.195 0.512 0 0.707l9 9c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right\" viewBox=\"0 0 20 20\">\n<title>chevron-right</title>\n<path class=\"path1\" d=\"M5 20c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l8.646-8.646-8.646-8.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l9 9c0.195 0.195 0.195 0.512 0 0.707l-9 9c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up\" viewBox=\"0 0 20 20\">\n<title>arrow-up</title>\n<path class=\"path1\" d=\"M9.146 0.646l-6 6c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l5.146-5.146v16.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-16.293l5.146 5.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.354s-0.049-0.256-0.146-0.354l-6-6c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down\" viewBox=\"0 0 20 20\">\n<title>arrow-down</title>\n<path class=\"path1\" d=\"M9.854 19.354l6-6c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.146 5.146v-16.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v16.293l-5.146-5.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.354s0.049 0.256 0.146 0.354l6 6c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left\" viewBox=\"0 0 20 20\">\n<title>arrow-left</title>\n<path class=\"path1\" d=\"M0.646 10.146l6-6c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5.146 5.146h16.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-16.293l5.146 5.146c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-6-6c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right\" viewBox=\"0 0 20 20\">\n<title>arrow-right</title>\n<path class=\"path1\" d=\"M19.354 10.146l-6-6c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.146 5.146h-16.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16.293l-5.146 5.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l6-6c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-move\" viewBox=\"0 0 20 20\">\n<title>move</title>\n<path class=\"path1\" d=\"M18.354 10.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.793v-6.793l2.146 2.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.146-2.146v6.793h-6.793l2.146-2.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2.146-2.146h6.793v6.793l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-6.793h6.793l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-warning\" viewBox=\"0 0 20 20\">\n<title>warning</title>\n<path class=\"path1\" d=\"M18.5 19h-18c-0.178 0-0.342-0.094-0.432-0.248s-0.091-0.343-0.004-0.498l9-16c0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255l9 16c0.087 0.155 0.085 0.344-0.004 0.498s-0.254 0.248-0.432 0.248zM1.355 18h16.29l-8.145-14.48-8.145 14.48z\"/>\n<path class=\"path2\" d=\"M9.5 14c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-question-circle\" viewBox=\"0 0 20 20\">\n<title>question-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.5 15c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5 1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5-3.5 1.57-3.5 3.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5c0 2.312-1.753 4.223-4 4.472v1.528c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 18c-0 0 0 0 0 0-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5 0 0 0 0 0 0 0.276 0 0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu-circle\" viewBox=\"0 0 20 20\">\n<title>menu-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M14.5 8h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 11h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 14h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-checkmark-circle\" viewBox=\"0 0 20 20\">\n<title>checkmark-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M7.5 14.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross-circle\" viewBox=\"0 0 20 20\">\n<title>cross-circle</title>\n<path class=\"path1\" d=\"M14.332 14.126l-4.080-3.626 4.080-3.626c0.206-0.183 0.225-0.499 0.042-0.706s-0.499-0.225-0.706-0.042l-4.168 3.705-4.168-3.705c-0.206-0.183-0.522-0.165-0.706 0.042s-0.165 0.522 0.042 0.706l4.080 3.626-4.080 3.626c-0.206 0.183-0.225 0.499-0.042 0.706 0.099 0.111 0.236 0.168 0.374 0.168 0.118 0 0.237-0.042 0.332-0.126l4.168-3.705 4.168 3.705c0.095 0.085 0.214 0.126 0.332 0.126 0.138 0 0.275-0.057 0.374-0.168 0.183-0.206 0.165-0.522-0.042-0.706z\"/>\n<path class=\"path2\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-plus-circle\" viewBox=\"0 0 20 20\">\n<title>plus-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 10h-5.5v-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v5.5h-5.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.5v5.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-5.5h5.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-circle-minus\" viewBox=\"0 0 20 20\">\n<title>circle-minus</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 11h-12c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.147 4.647l-4 4c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l3.146-3.147v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l3.147 3.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.353s-0.049-0.256-0.147-0.353l-4-4c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M9.853 16.353l4-4c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.146 3.147v-10.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v10.293l-3.147-3.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.353s0.049 0.256 0.147 0.353l4 4c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M3.647 10.147l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.147 3.146h10.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.293l3.146 3.147c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.353 0.146s-0.256-0.049-0.353-0.147l-4-4c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.353 10.147l-4-4c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3.147 3.146h-10.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h10.293l-3.146 3.147c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.147l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15 12c0 0.128-0.049 0.256-0.146 0.354-0.195 0.195-0.512 0.195-0.707 0l-4.646-4.646-4.646 4.646c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l5-5c0.195-0.195 0.512-0.195 0.707 0l5 5c0.098 0.098 0.146 0.226 0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M4 9c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l4.646 4.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.195 0.195-0.512 0.195-0.707 0l-5-5c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M11 16c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-4.646-4.646 4.646-4.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M8 16c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l4.646-4.646-4.646-4.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l5 5c0.195 0.195 0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-crop\" viewBox=\"0 0 20 20\">\n<title>crop</title>\n<path class=\"path1\" d=\"M19.5 15h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M12.5 15h-7c-0.276 0-0.5-0.224-0.5-0.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6.5h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M5.5 4c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 20c-0.276 0-0.5-0.224-0.5-0.5v-13.5h-13.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5v14c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-expand\" viewBox=\"0 0 20 20\">\n<title>frame-expand</title>\n<path class=\"path1\" d=\"M18.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M0.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M3.5 18h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 18h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-contract\" viewBox=\"0 0 20 20\">\n<title>frame-contract</title>\n<path class=\"path1\" d=\"M14.5 9h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M6.5 9h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M11.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-layers\" viewBox=\"0 0 20 20\">\n<title>layers</title>\n<path class=\"path1\" d=\"M10 12c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.185-0.078-0.306-0.26-0.306-0.461s0.121-0.383 0.306-0.461l9.5-4c0.124-0.052 0.264-0.052 0.388 0l9.5 4c0.185 0.078 0.306 0.26 0.306 0.461s-0.121 0.383-0.306 0.461l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039zM1.788 7.5l8.212 3.457 8.212-3.457-8.212-3.457-8.212 3.457z\"/>\n<path class=\"path2\" d=\"M10 15c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n<path class=\"path3\" d=\"M10 18c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-funnel\" viewBox=\"0 0 20 20\">\n<title>funnel</title>\n<path class=\"path1\" d=\"M16.23 3.307c-0.396-0.268-0.949-0.504-1.643-0.702-1.366-0.39-3.172-0.605-5.087-0.605s-3.722 0.215-5.087 0.605c-0.694 0.198-1.246 0.434-1.643 0.702-0.637 0.43-0.77 0.886-0.77 1.193v0.5c0 0.428 0.321 1.133 0.639 1.609l4.891 7.336c0.251 0.376 0.471 1.103 0.471 1.555v3c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l2-1c0.169-0.085 0.276-0.258 0.276-0.447v-2c0-0.452 0.22-1.179 0.471-1.555l4.891-7.336c0.317-0.476 0.639-1.182 0.639-1.609v-0.5c0-0.307-0.134-0.763-0.77-1.193zM4.688 3.567c1.279-0.365 2.988-0.567 4.812-0.567s3.534 0.201 4.812 0.567c1.378 0.394 1.688 0.816 1.688 0.933s-0.31 0.54-1.688 0.933c-1.279 0.365-2.988 0.567-4.812 0.567s-3.534-0.201-4.812-0.567c-1.378-0.394-1.688-0.816-1.688-0.933s0.31-0.54 1.688-0.933zM10.639 13.391c-0.358 0.537-0.639 1.464-0.639 2.109v1.691l-1 0.5v-2.191c0-0.646-0.281-1.572-0.639-2.109l-4.88-7.32c0.274 0.117 0.585 0.226 0.932 0.324 1.366 0.39 3.172 0.605 5.087 0.605s3.722-0.215 5.087-0.605c0.346-0.099 0.658-0.207 0.932-0.325l-4.88 7.32z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format\" viewBox=\"0 0 20 20\">\n<title>text-format</title>\n<path class=\"path1\" d=\"M16.5 19h-14c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.96 15.303l-2.57-5.996c-0.001-0.001-0.001-0.003-0.002-0.004l-3.428-8c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3.428 8c-0.001 0.002-0.001 0.003-0.002 0.005l-2.57 5.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l2.442-5.697h6.198l2.442 5.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM6.83 9l2.67-6.231 2.67 6.231h-5.341z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format-remove\" viewBox=\"0 0 20 20\">\n<title>text-format-remove</title>\n<path class=\"path1\" d=\"M13.5 1h-12c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.41l-1.903 11.418c-0.045 0.272 0.139 0.53 0.411 0.575 0.028 0.005 0.056 0.007 0.083 0.007 0.24 0 0.452-0.173 0.493-0.418l1.93-11.582h5.576c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M10.5 16h-9c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M15.707 16.5l1.646-1.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-1.646 1.646-1.646-1.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.646 1.646-1.646 1.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1.646-1.646 1.646 1.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.646-1.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-size\" viewBox=\"0 0 20 20\">\n<title>text-size</title>\n<path class=\"path1\" d=\"M6.96 16.303l-1.284-2.996c-0.001-0.001-0.001-0.003-0.002-0.004l-1.714-4c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-1.714 4c-0.001 0.001-0.001 0.003-0.002 0.004l-1.284 2.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM2.544 13l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path2\" d=\"M19.962 16.308l-2.083-5c-0.001-0.001-0.001-0.003-0.002-0.004l-2.915-6.996c-0.078-0.186-0.26-0.308-0.462-0.308s-0.384 0.121-0.462 0.308l-2.915 6.996c-0.001 0.001-0.001 0.003-0.002 0.004l-2.083 5c-0.106 0.255 0.014 0.548 0.269 0.654s0.548-0.014 0.654-0.269l1.955-4.692h5.167l1.955 4.692c0.080 0.192 0.266 0.308 0.462 0.308 0.064 0 0.129-0.012 0.192-0.039 0.255-0.106 0.375-0.399 0.269-0.654zM12.333 11l2.167-5.2 2.167 5.2h-4.333z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bold\" viewBox=\"0 0 20 20\">\n<title>bold</title>\n<path class=\"path1\" d=\"M10 9h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h2.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 8h2c0.551 0 1-0.449 1-1s-0.449-1-1-1h-2v2z\"/>\n<path class=\"path2\" d=\"M11 15h-3.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h3.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 14h3c0.551 0 1-0.449 1-1s-0.449-1-1-1h-3v2z\"/>\n<path class=\"path3\" d=\"M11 18h-5.5c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h4.5c2.757 0 5 2.243 5 5 0 0.824-0.202 1.628-0.587 2.349 1.013 0.945 1.587 2.253 1.587 3.651 0 2.757-2.243 5-5 5zM5.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h5.5c2.206 0 4-1.794 4-4 0-1.237-0.561-2.385-1.539-3.151-0.211-0.165-0.253-0.466-0.1-0.682 0.418-0.646 0.639-1.395 0.639-2.167 0-2.206-1.794-4-4-4h-4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-italic\" viewBox=\"0 0 20 20\">\n<title>italic</title>\n<path class=\"path1\" d=\"M15.5 2h-4.001c-0.001 0-0.003 0-0.004 0h-3.995c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.39l-2.8 14h-3.59c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.999c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h3.997c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.39l2.8-14h3.59c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-underline\" viewBox=\"0 0 20 20\">\n<title>underline</title>\n<path class=\"path1\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M10 15c-2.757 0-5-2.243-5-5v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.206 1.794 4 4 4s4-1.794 4-4v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.757-2.243 5-5 5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-strikethrough\" viewBox=\"0 0 20 20\">\n<title>strikethrough</title>\n<path class=\"path1\" d=\"M16.5 2h-14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.5v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5h6.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M9.5 18c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 12h-18c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h18c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM1 11h17v-1h-17v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-highlight\" viewBox=\"0 0 20 20\">\n<title>highlight</title>\n<path class=\"path1\" d=\"M19.854 9.646c-0.195-0.195-0.512-0.195-0.707 0l-3.586 3.586c-0.585 0.585-1.537 0.585-2.121 0l-4.672-4.672c-0.282-0.282-0.437-0.658-0.437-1.061s0.155-0.779 0.437-1.061l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.586 3.586c-0.471 0.471-0.73 1.098-0.73 1.768 0 0.285 0.048 0.563 0.138 0.824l-7.322 7.322c-0.094 0.094-0.146 0.221-0.146 0.354v1.5c0 0.276 0.224 0.5 0.5 0.5h9.5c0.133 0 0.26-0.053 0.354-0.146l3.322-3.322c0.261 0.091 0.539 0.138 0.824 0.138 0.669 0 1.297-0.259 1.768-0.73l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707zM9.793 17h-8.793v-0.793l7.002-7.002c0.020 0.021 0.039 0.042 0.059 0.062l4.672 4.672c0.020 0.020 0.041 0.040 0.062 0.059l-3.002 3.002z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-left\" viewBox=\"0 0 20 20\">\n<title>text-align-left</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-center\" viewBox=\"0 0 20 20\">\n<title>text-align-center</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-right\" viewBox=\"0 0 20 20\">\n<title>text-align-right</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-justify\" viewBox=\"0 0 20 20\">\n<title>text-align-justify</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-line-spacing\" viewBox=\"0 0 20 20\">\n<title>line-spacing</title>\n<path class=\"path1\" d=\"M18.5 5h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M18.5 9h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 13h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M18.5 17h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M5.146 13.646l-1.146 1.146v-8.586l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v8.586l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-increase\" viewBox=\"0 0 20 20\">\n<title>indent-increase</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M2.5 14c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-6c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l4 3c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-4 3c-0.088 0.066-0.194 0.1-0.3 0.1zM3 8.5v4l2.667-2-2.667-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-decrease\" viewBox=\"0 0 20 20\">\n<title>indent-decrease</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M6.5 14c-0.106 0-0.212-0.034-0.3-0.1l-4-3c-0.126-0.094-0.2-0.243-0.2-0.4s0.074-0.306 0.2-0.4l4-3c0.152-0.114 0.354-0.132 0.524-0.047s0.276 0.258 0.276 0.447v6c0 0.189-0.107 0.363-0.276 0.447-0.071 0.035-0.147 0.053-0.224 0.053zM3.333 10.5l2.667 2v-4l-2.667 2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pilcrow\" viewBox=\"0 0 20 20\">\n<title>pilcrow</title>\n<path class=\"path1\" d=\"M15.5 2h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h3v14.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 9h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-ltr\" viewBox=\"0 0 20 20\">\n<title>direction-ltr</title>\n<path class=\"path1\" d=\"M15.354 17.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.146 1.146h-9.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9.293l-1.146 1.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-rtl\" viewBox=\"0 0 20 20\">\n<title>direction-rtl</title>\n<path class=\"path1\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n<path class=\"path2\" d=\"M14.5 17h-9.293l1.146-1.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.146-1.146h9.293c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-page-break\" viewBox=\"0 0 20 20\">\n<title>page-break</title>\n<path class=\"path1\" d=\"M17.5 9h-15c-0.827 0-1.5-0.673-1.5-1.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M1.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M10.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M13.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M16.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M19.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M18.5 20c-0.276 0-0.5-0.224-0.5-0.5v-6c0-0.276-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-6c0-0.827 0.673-1.5 1.5-1.5h15c0.827 0 1.5 0.673 1.5 1.5v6c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-alpha-asc\" viewBox=\"0 0 20 20\">\n<title>sort-alpha-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M19.96 7.303l-3-7c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3 7c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM15.544 4l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path3\" d=\"M18.5 20h-4c-0.178 0-0.343-0.095-0.432-0.249s-0.090-0.344-0.002-0.499l3.573-6.252h-3.138c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.178 0 0.343 0.095 0.432 0.249s0.090 0.344 0.002 0.499l-3.573 6.252h3.138c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-amount-asc\" viewBox=\"0 0 20 20\">\n<title>sort-amount-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M13.5 5h-2c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 4h1v-1h-1v1z\"/>\n<path class=\"path3\" d=\"M15.5 9h-4c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h4c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 8h3v-1h-3v1z\"/>\n<path class=\"path4\" d=\"M17.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 12h5v-1h-5v1z\"/>\n<path class=\"path5\" d=\"M19.5 17h-8c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 16h7v-1h-7v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hand\" viewBox=\"0 0 20 20\">\n<title>hand</title>\n<path class=\"path1\" d=\"M17 4c-0.364 0-0.706 0.098-1 0.269v-1.269c0-1.103-0.897-2-2-2-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339s-1.614 0.56-1.887 1.339c-0.318-0.214-0.701-0.339-1.113-0.339-1.103 0-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.851 0 1.642-0.277 2.352-0.822 0.667-0.513 1.246-1.255 1.72-2.204 0.934-1.868 1.428-4.452 1.428-7.474v-3.5c0-1.103-0.897-2-2-2zM18 9.5c0 2.867-0.457 5.296-1.322 7.026-0.564 1.128-1.574 2.474-3.178 2.474h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.813c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-7.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-6.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5c0-0.551 0.449-1 1-1s1 0.449 1 1v3.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-up\" viewBox=\"0 0 20 20\">\n<title>pointer-up</title>\n<path class=\"path1\" d=\"M17 8c-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.364 0-0.706 0.098-1 0.269v-3.269c0-1.103-0.897-2-2-2s-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.848 0 1.632-0.245 2.331-0.73 0.676-0.468 1.259-1.152 1.734-2.033 0.939-1.743 1.435-4.246 1.435-7.237 0-1.103-0.897-2-2-2zM16.685 16.763c-0.549 1.021-1.548 2.237-3.185 2.237h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.812c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1c0 2.826-0.455 5.165-1.315 6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-right\" viewBox=\"0 0 20 20\">\n<title>pointer-right</title>\n<path class=\"path1\" d=\"M12 17c0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.364-0.098-0.706-0.269-1h3.269c1.103 0 2-0.897 2-2s-0.897-2-2-2h-7.373l2.333-1.346c0.475-0.261 0.813-0.687 0.953-1.199 0.136-0.499 0.064-1.018-0.202-1.462-0.544-0.907-1.774-1.253-2.742-0.77-0.061 0.030-1.368 0.668-5.35 2.66-1.875 0.938-3.216 1.967-3.984 3.059-0.603 0.857-0.634 1.449-0.634 1.559v5c0 0.848 0.245 1.632 0.73 2.331 0.468 0.676 1.152 1.259 2.033 1.734 1.743 0.939 4.246 1.435 7.237 1.435 1.103 0 2-0.897 2-2zM3.237 16.685c-1.021-0.549-2.237-1.548-2.237-3.185v-4.99c0.003-0.039 0.050-0.46 0.525-1.095 0.474-0.633 1.472-1.605 3.54-2.638 4.054-2.027 5.331-2.65 5.343-2.656 0.002-0.001 0.003-0.001 0.004-0.002 0.503-0.251 1.162-0.073 1.439 0.389 0.125 0.208 0.158 0.451 0.095 0.685-0.068 0.249-0.236 0.458-0.472 0.587-0.003 0.002-0.007 0.004-0.010 0.006l-2.705 1.561c-0.583 0.319-0.828 0.678-0.729 1.067 0.099 0.39 0.489 0.587 1.157 0.587h7.812c0.551 0 1 0.449 1 1s-0.449 1-1 1h-6.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1c-2.826 0-5.165-0.455-6.763-1.315z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-down\" viewBox=\"0 0 20 20\">\n<title>pointer-down</title>\n<path class=\"path1\" d=\"M17 12c-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.364 0-0.706-0.098-1-0.269v3.269c0 1.103-0.897 2-2 2s-2-0.897-2-2v-7.373l-1.346 2.333c-0.261 0.475-0.687 0.813-1.199 0.953-0.499 0.136-1.018 0.064-1.462-0.202-0.907-0.544-1.253-1.774-0.77-2.742 0.030-0.061 0.668-1.368 2.66-5.35 0.938-1.875 1.967-3.216 3.059-3.984 0.857-0.603 1.449-0.634 1.559-0.634h5c0.848 0 1.632 0.245 2.331 0.73 0.676 0.468 1.259 1.152 1.734 2.033 0.939 1.743 1.435 4.246 1.435 7.237 0 1.103-0.897 2-2 2zM16.685 3.237c-0.549-1.021-1.548-2.237-3.185-2.237h-4.99c-0.039 0.003-0.46 0.050-1.095 0.525-0.633 0.474-1.605 1.472-2.638 3.54-2.027 4.054-2.65 5.331-2.656 5.343-0.001 0.002-0.001 0.003-0.002 0.004-0.251 0.503-0.073 1.162 0.389 1.439 0.208 0.125 0.451 0.158 0.685 0.095 0.249-0.068 0.458-0.236 0.587-0.472 0.002-0.003 0.004-0.007 0.006-0.010l1.561-2.705c0.319-0.583 0.678-0.828 1.067-0.729 0.39 0.099 0.587 0.489 0.587 1.157v7.812c0 0.551 0.449 1 1 1s1-0.449 1-1v-6.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1c0-2.826-0.455-5.165-1.315-6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-left\" viewBox=\"0 0 20 20\">\n<title>pointer-left</title>\n<path class=\"path1\" d=\"M8 17c0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.364 0.098-0.706 0.269-1h-3.269c-1.103 0-2-0.897-2-2s0.897-2 2-2h7.373l-2.333-1.346c-0.475-0.261-0.813-0.687-0.953-1.199-0.136-0.499-0.064-1.018 0.202-1.462 0.544-0.907 1.774-1.253 2.742-0.77 0.061 0.030 1.368 0.668 5.35 2.66 1.875 0.938 3.216 1.967 3.984 3.059 0.603 0.857 0.634 1.449 0.634 1.559v5c0 0.848-0.245 1.632-0.73 2.331-0.468 0.676-1.152 1.259-2.033 1.734-1.743 0.939-4.246 1.435-7.237 1.435-1.103 0-2-0.897-2-2zM16.763 16.685c1.021-0.549 2.237-1.548 2.237-3.185v-4.99c-0.003-0.039-0.050-0.46-0.525-1.095-0.474-0.633-1.472-1.605-3.54-2.638-4.054-2.027-5.331-2.65-5.343-2.656-0.002-0.001-0.003-0.001-0.004-0.002-0.503-0.251-1.162-0.073-1.439 0.389-0.125 0.208-0.158 0.451-0.095 0.685 0.068 0.249 0.236 0.458 0.472 0.587 0.003 0.002 0.007 0.004 0.010 0.006l2.705 1.561c0.583 0.319 0.828 0.678 0.729 1.067-0.099 0.39-0.489 0.587-1.157 0.587h-7.812c-0.551 0-1 0.449-1 1s0.449 1 1 1h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1c2.826 0 5.165-0.455 6.763-1.315z\"/>\n</symbol>\n</defs>\n</svg>\n\";}', 'yes');
INSERT INTO `srewqi_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(169, 'oxygen_vsb_history_limit', '', 'yes'),
(170, 'oxygen_vsb_preview_dropdown_limit', '', 'yes'),
(171, 'oxygen_vsb_preview_dropdown_exclude_non_public', 'true', 'yes'),
(172, 'oxygen_vsb_enable_selector_detector', '', 'yes'),
(173, 'oxygen_vsb_enable_default_designsets', 'true', 'yes'),
(174, 'oxygen_vsb_enable_3rdp_designsets', '', 'yes'),
(175, 'oxygen_vsb_enable_connection', '', 'yes'),
(176, 'oxygen_vsb_google_maps_api_key', '', 'yes'),
(177, 'oxygen_vsb_show_all_acf_fields', 'true', 'yes'),
(178, 'oxygen_vsb_enable_google_fonts_cache', 'true', 'yes'),
(179, 'oxygen_vsb_enable_ie_layout_improvements', 'true', 'yes'),
(180, 'oxygen_vsb_enable_signature_validation', 'true', 'yes'),
(181, 'oxygen_vsb_enable_signature_frontend_errors', 'false', 'yes'),
(182, 'oxygen_vsb_disable_google_fonts', '', 'yes'),
(183, 'oxygen_vsb_block_category_label', '', 'yes'),
(184, 'oxygen_vsb_full_page_block_category_label', '', 'yes'),
(185, 'oxygen_vsb_access_role_editor', '', 'yes'),
(186, 'oxygen_vsb_access_role_author', '', 'yes'),
(187, 'oxygen_vsb_access_role_contributor', '', 'yes'),
(188, 'oxygen_vsb_access_role_subscriber', '', 'yes'),
(189, 'oxygen_vsb_ignore_post_type_post', '', 'yes'),
(190, 'oxygen_vsb_ignore_post_type_page', '', 'yes'),
(191, 'oxygen_vsb_ignore_post_type_user_request', '', 'yes'),
(192, 'oxygen_vsb_ignore_post_type_wp_block', '', 'yes'),
(195, 'oxygen_license_status', 'valid', 'yes'),
(202, 'wpvivid_email_setting', 'a:3:{s:7:\"send_to\";a:0:{}s:6:\"always\";b:1;s:12:\"email_enable\";b:0;}', 'no'),
(203, 'wpvivid_compress_setting', 'a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}', 'no'),
(204, 'wpvivid_local_setting', 'a:2:{s:4:\"path\";s:14:\"wpvividbackups\";s:10:\"save_local\";i:1;}', 'no'),
(205, 'wpvivid_upload_setting', 'a:1:{s:15:\"remote_selected\";a:0:{}}', 'no'),
(206, 'wpvivid_common_setting', 'a:10:{s:18:\"max_execution_time\";i:180;s:17:\"log_save_location\";s:26:\"wpvividbackups/wpvivid_log\";s:16:\"max_backup_count\";i:30;s:14:\"show_admin_bar\";b:1;s:14:\"domain_include\";b:1;s:15:\"estimate_backup\";b:1;s:16:\"max_resume_count\";i:6;s:12:\"memory_limit\";s:4:\"256M\";s:20:\"restore_memory_limit\";s:4:\"256M\";s:12:\"migrate_size\";s:4:\"2048\";}', 'no'),
(207, 'wpvivid_init', 'init', 'no'),
(208, 'wpvivid_backup_list', 'a:0:{}', 'no'),
(209, 'wpvivid_remote_init', 'init', 'no'),
(211, 'wpvivid_need_review', 'not', 'no'),
(212, 'wpvivid_task_list', 'a:0:{}', 'no'),
(213, 'wf_licensing_wpr', 'a:6:{s:11:\"license_key\";s:26:\"E5ECE478-0ECF620D-66CC285A\";s:5:\"error\";s:0:\"\";s:4:\"name\";s:16:\"WP Reset PRO LTD\";s:10:\"last_check\";i:1612593796;s:11:\"valid_until\";s:10:\"2035-01-01\";s:4:\"meta\";a:3:{s:11:\"white_label\";b:0;s:9:\"wpr_cloud\";b:0;s:24:\"white_label_support_text\";s:0:\"\";}}', 'yes'),
(218, 'wp-reset-snapshots', 'a:5:{s:6:\"irxuti\";a:16:{s:4:\"name\";s:47:\"Before WPvivid Backup Pro v1.9.21 was activated\";s:7:\"plugins\";a:1:{s:26:\"WPvivid Backup Pro v1.9.21\";s:70:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/wpvivid-backup-pro/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"irxuti\";s:9:\"timestamp\";s:19:\"2020-09-23 17:24:01\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:214295;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:237;s:8:\"tbl_size\";i:1616433;s:5:\"local\";b:1;}s:6:\"pfmjzt\";a:16:{s:4:\"name\";s:60:\"Before Head, Footer and Post Injections v3.2.1 was activated\";s:7:\"plugins\";a:1:{s:39:\"Head, Footer and Post Injections v3.2.1\";s:65:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/header-footer/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"pfmjzt\";s:9:\"timestamp\";s:19:\"2020-10-18 04:16:39\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:72164;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:524;s:8:\"tbl_size\";i:3703961;s:5:\"local\";b:1;}s:6:\"wvnksb\";a:16:{s:4:\"name\";s:52:\"Before Akismet AntiSpam v4.1.6 was updated to v4.1.7\";s:7:\"plugins\";a:1:{s:23:\"Akismet AntiSpam v4.1.6\";s:59:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/akismet/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"wvnksb\";s:9:\"timestamp\";s:19:\"2020-11-09 04:46:48\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:74075;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:522;s:8:\"tbl_size\";i:3703961;s:5:\"local\";b:1;}s:6:\"taflwj\";a:15:{s:4:\"name\";s:49:\"Before WordPress was upgraded from 5.5.3 to 5.6.1\";s:7:\"plugins\";a:0:{}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"taflwj\";s:9:\"timestamp\";s:19:\"2021-02-06 06:45:52\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:549;s:8:\"tbl_size\";i:3771273;s:5:\"local\";b:1;}s:6:\"kmintr\";a:15:{s:4:\"name\";s:105:\"Before the following themes were updated: Twenty Nineteen v1.7, Twenty Seventeen v2.4, Twenty Twenty v1.5\";s:7:\"plugins\";a:0:{}s:6:\"themes\";a:3:{s:20:\"Twenty Nineteen v1.7\";s:64:\"/home/thrill16/newgen.stun.tech/wp-content/themes/twentynineteen\";s:21:\"Twenty Seventeen v2.4\";s:65:\"/home/thrill16/newgen.stun.tech/wp-content/themes/twentyseventeen\";s:18:\"Twenty Twenty v1.5\";s:62:\"/home/thrill16/newgen.stun.tech/wp-content/themes/twentytwenty\";}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"kmintr\";s:9:\"timestamp\";s:19:\"2021-02-06 06:47:46\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:2177546;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:550;s:8:\"tbl_size\";i:3772121;}}', 'yes'),
(219, 'wp-reset-log', 'a:16:{i:0;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:24:\"Deleting snapshot xhibau\";}i:1;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:37:\"Deleted table xhibau_wpk0_commentmeta\";}i:2;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_comments\";}i:3;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_links\";}i:4;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:33:\"Deleted table xhibau_wpk0_options\";}i:5;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_postmeta\";}i:6;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_posts\";}i:7;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"Deleted table xhibau_wpk0_term_relationships\";}i:8;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:39:\"Deleted table xhibau_wpk0_term_taxonomy\";}i:9;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_termmeta\";}i:10;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_terms\";}i:11;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_usermeta\";}i:12;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_users\";}i:13;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:45:\"Deleted table xhibau_wpk0_wpvivid_scan_result\";}i:14;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:54:\"Deleted table xhibau_wpk0_wpvivid_unused_uploads_files\";}i:15;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:36:\"Deleted snapshot xhibau successfully\";}}', 'yes'),
(1550, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1612637121', 'no'),
(1551, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1612593921', 'no'),
(1552, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1612637121', 'no'),
(1553, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/02/wordpress-5-6-1-maintenance-release/\'>WordPress 5.6.1 Maintenance Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format\'>WPTavern: Gutenberg 9.9 Adds Color Options for Social Icons, Includes Rounded Borders for Images, and Changes the Theme JSON Format</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/newspack-publishes-showcase-with-60-newsrooms-launched?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=newspack-publishes-showcase-with-60-newsrooms-launched\'>WPTavern: Newspack Publishes Showcase with 60 Newsrooms Launched</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project\'>WPTavern: Call for Feedback on Theme Review Action, a New Automated WordPress Theme Testing Project</a></li></ul></div>', 'no'),
(231, '_transient_oxygen_vsb_source_color_lookup_table', 'a:1:{s:0:\"\";s:0:\"\";}', 'yes'),
(241, 'ct_components_classes', 'a:75:{s:9:\"Paragraph\";a:3:{s:3:\"key\";s:9:\"Paragraph\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:9:\"custom-js\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.5\";s:9:\"max-width\";s:3:\"500\";}}s:19:\"hosting-heading-one\";a:4:{s:3:\"key\";s:19:\"hosting-heading-one\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"48\";}}}s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"64\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";}}s:25:\"hosting-contact-3-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-contact-3-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:12:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:13:\"margin-bottom\";s:2:\"20\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:9:\"font-size\";s:2:\"16\";s:5:\"color\";s:8:\"color(3)\";s:14:\"padding-bottom\";s:2:\"20\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(2)\";}}s:22:\"hosting-contact-3-icon\";a:3:{s:3:\"key\";s:22:\"hosting-contact-3-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"28\";s:10:\"icon-color\";s:8:\"color(3)\";s:12:\"margin-right\";s:2:\"12\";}}s:19:\"hosting-heading-two\";a:4:{s:3:\"key\";s:19:\"hosting-heading-two\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"32\";}}}s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"40\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"0\";}}s:29:\"hosting-testimonial-4-wrapper\";a:4:{s:3:\"key\";s:29:\"hosting-testimonial-4-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}}s:8:\"original\";a:19:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:13:\"border-radius\";s:1:\"5\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:11:\"padding-top\";s:2:\"24\";s:12:\"padding-left\";s:2:\"28\";s:13:\"padding-right\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"20\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";s:9:\"max-width\";s:3:\"480\";}}s:26:\"hosting-testimonial-4-text\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-4-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"font-style\";s:6:\"italic\";s:13:\"margin-bottom\";s:2:\"24\";}}s:26:\"hosting-testimonial-5-icon\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-5-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"24\";s:13:\"margin-bottom\";s:1:\"8\";}}s:36:\"hosting-testimonial-4-avatar-wrapper\";a:3:{s:3:\"key\";s:36:\"hosting-testimonial-4-avatar-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:15:\"margin-top-unit\";s:4:\"auto\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}s:27:\"hosting-testimonial-4-image\";a:3:{s:3:\"key\";s:27:\"hosting-testimonial-4-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:5:\"width\";s:2:\"64\";s:18:\"border-radius-unit\";s:1:\"%\";s:13:\"border-radius\";s:3:\"100\";s:12:\"margin-right\";s:2:\"12\";}}s:26:\"hosting-testimonial-4-name\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-4-name\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";}}s:28:\"hosting-testimonial-4-column\";a:3:{s:3:\"key\";s:28:\"hosting-testimonial-4-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:17:\"atomic-subheading\";a:4:{s:3:\"key\";s:17:\"atomic-subheading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"20\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}}s:8:\"original\";a:8:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:9:\"color(15)\";s:9:\"font-size\";s:2:\"24\";s:11:\"line-height\";s:3:\"1.6\";s:11:\"font-weight\";s:3:\"200\";s:14:\"max-width-unit\";s:2:\"px\";s:9:\"max-width\";s:3:\"480\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:22:\"atomic-primary-heading\";a:4:{s:3:\"key\";s:22:\"atomic-primary-heading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"56\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"44\";}}}s:8:\"original\";a:6:{s:5:\"color\";s:9:\"color(15)\";s:9:\"font-size\";s:2:\"64\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.1\";s:10:\"margin-top\";s:1:\"0\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:21:\"atomic-primary-button\";a:5:{s:3:\"key\";s:21:\"atomic-primary-button\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:11:\"padding-top\";s:2:\"16\";s:12:\"padding-left\";s:2:\"36\";s:13:\"padding-right\";s:2:\"36\";s:14:\"padding-bottom\";s:2:\"16\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"16\";}}}s:8:\"original\";a:20:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:16:\"background-color\";s:9:\"color(13)\";s:11:\"padding-top\";s:2:\"20\";s:14:\"padding-bottom\";s:2:\"20\";s:12:\"padding-left\";s:2:\"48\";s:13:\"padding-right\";s:2:\"48\";s:9:\"font-size\";s:2:\"20\";s:5:\"color\";s:9:\"color(12)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:3:\".25\";s:10:\"text-align\";s:6:\"center\";s:19:\"letter-spacing-unit\";s:2:\"em\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:19:\"transition-duration\";s:3:\"0.5\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";s:14:\"text-transform\";s:4:\"none\";s:15:\"text-decoration\";s:4:\"none\";s:10:\"font-style\";s:6:\"normal\";}s:5:\"hover\";a:2:{s:16:\"background-color\";s:9:\"color(14)\";s:5:\"color\";s:9:\"color(12)\";}}s:24:\"atomic-content-19-column\";a:3:{s:3:\"key\";s:24:\"atomic-content-19-column\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:0:{}}s:23:\"atomic-content-19-image\";a:4:{s:3:\"key\";s:23:\"atomic-content-19-image\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:0:{}s:5:\"hover\";a:0:{}}s:26:\"hosting-iconblock-1-column\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-1-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:10:\"flex-start\";}}s:24:\"hosting-iconblock-1-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(4)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:25:\"hosting-iconblock-1-title\";a:3:{s:3:\"key\";s:25:\"hosting-iconblock-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"900\";s:5:\"color\";s:8:\"color(1)\";s:11:\"line-height\";s:3:\"1.1\";s:15:\"margin-top-unit\";s:4:\"auto\";}}s:25:\"hosting-company-2-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-company-2-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:5:\"width\";s:2:\"25\";}}s:22:\"hosting-company-2-icon\";a:3:{s:3:\"key\";s:22:\"hosting-company-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-company-2-title\";a:3:{s:3:\"key\";s:23:\"hosting-company-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:22:\"hosting-company-2-text\";a:3:{s:3:\"key\";s:22:\"hosting-company-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";}}s:21:\"hosting-about-2-image\";a:3:{s:3:\"key\";s:21:\"hosting-about-2-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:13:\"border-radius\";s:1:\"5\";s:13:\"margin-bottom\";s:2:\"40\";}}s:27:\"hosting-dark-outline-button\";a:4:{s:3:\"key\";s:27:\"hosting-dark-outline-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:21:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:8:\"color(4)\";s:9:\"font-size\";s:2:\"16\";s:11:\"button-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"700\";s:13:\"border-radius\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:16:\"background-color\";s:8:\"color(3)\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:24:\"oxy-stock-content-styles\";a:3:{s:3:\"key\";s:24:\"oxy-stock-content-styles\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:20:\"hosting-other-single\";a:3:{s:3:\"key\";s:20:\"hosting-other-single\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:12:\"hosting-logo\";a:4:{s:3:\"key\";s:12:\"hosting-logo\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:0:{}}s:21:\"hosting-simple-button\";a:4:{s:3:\"key\";s:21:\"hosting-simple-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:12:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:12:\"button-style\";s:1:\"1\";s:11:\"button-size\";s:2:\"12\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:17:\"button-text-color\";s:8:\"color(3)\";s:12:\"button-color\";s:11:\"transparent\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:28:\"hosting-white-outline-button\";a:4:{s:3:\"key\";s:28:\"hosting-white-outline-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:20:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"16\";s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:8:\"color(3)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"button-size\";s:2:\"12\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:13:\"border-radius\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:23:\"hosting-footer-1-column\";a:4:{s:3:\"key\";s:23:\"hosting-footer-1-column\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:7:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(2)\";}}}s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:11:\"align-items\";s:6:\"center\";}}s:22:\"hosting-footer-1-image\";a:3:{s:3:\"key\";s:22:\"hosting-footer-1-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(3)\";s:9:\"icon-size\";s:2:\"28\";s:12:\"margin-right\";s:2:\"12\";}}s:21:\"hosting-footer-1-text\";a:3:{s:3:\"key\";s:21:\"hosting-footer-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(2)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";}}s:19:\"hosting-main-button\";a:4:{s:3:\"key\";s:19:\"hosting-main-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:11:{s:12:\"button-style\";s:1:\"1\";s:11:\"button-size\";s:2:\"12\";s:12:\"button-color\";s:8:\"color(4)\";s:17:\"button-text-color\";s:8:\"color(3)\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:11:\"font-weight\";s:3:\"700\";s:13:\"border-radius\";s:1:\"5\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:6:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:2:\"30\";s:17:\"box-shadow-spread\";s:3:\"-20\";s:15:\"box-shadow-blur\";s:2:\"20\";}}s:24:\"hosting-features-2-photo\";a:3:{s:3:\"key\";s:24:\"hosting-features-2-photo\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:13:\"border-radius\";s:1:\"5\";}}s:26:\"hosting-features-1-wrapper\";a:3:{s:3:\"key\";s:26:\"hosting-features-1-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";s:5:\"width\";s:5:\"33.33\";}}s:23:\"hosting-features-1-icon\";a:3:{s:3:\"key\";s:23:\"hosting-features-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(3)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hosting-features-1-title\";a:3:{s:3:\"key\";s:24:\"hosting-features-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:23:\"hosting-features-1-text\";a:3:{s:3:\"key\";s:23:\"hosting-features-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:5:\"color\";s:8:\"color(7)\";}}s:31:\"hosting-product-1-check-wrapper\";a:3:{s:3:\"key\";s:31:\"hosting-product-1-check-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-product-1-check\";a:3:{s:3:\"key\";s:23:\"hosting-product-1-check\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:10:\"icon-color\";s:9:\"color(10)\";s:9:\"icon-size\";s:2:\"16\";s:12:\"margin-right\";s:1:\"8\";s:10:\"margin-top\";s:1:\"4\";}}s:22:\"hosting-product-1-text\";a:3:{s:3:\"key\";s:22:\"hosting-product-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";}}s:25:\"hosting-product-2-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-product-2-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:14:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:13:\"border-radius\";s:1:\"5\";s:11:\"padding-top\";s:2:\"28\";s:12:\"padding-left\";s:2:\"28\";s:13:\"padding-right\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"28\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";}}s:22:\"hosting-product-2-icon\";a:3:{s:3:\"key\";s:22:\"hosting-product-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-product-2-title\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:22:\"hosting-product-2-text\";a:3:{s:3:\"key\";s:22:\"hosting-product-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"12\";s:11:\"margin-left\";s:2:\"12\";}}s:24:\"hosting-product-2-bullet\";a:3:{s:3:\"key\";s:24:\"hosting-product-2-bullet\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:5:\"color\";s:9:\"color(11)\";s:11:\"margin-left\";s:3:\"-12\";}}s:23:\"hosting-product-2-digit\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-digit\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"48\";s:5:\"color\";s:8:\"color(1)\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:10:\"margin-top\";s:1:\"4\";}}s:23:\"hosting-product-2-label\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-label\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"20\";}}s:33:\"hosting-providers-1-image-wrapper\";a:3:{s:3:\"key\";s:33:\"hosting-providers-1-image-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";}}s:26:\"hosting-providers-1-images\";a:3:{s:3:\"key\";s:26:\"hosting-providers-1-images\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:32:\"hosting-providers-1-text-wrapper\";a:3:{s:3:\"key\";s:32:\"hosting-providers-1-text-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}s:25:\"hosting-providers-1-title\";a:3:{s:3:\"key\";s:25:\"hosting-providers-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:10:\"width-unit\";s:1:\"%\";s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hosting-providers-2-text\";a:3:{s:3:\"key\";s:24:\"hosting-providers-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";}}s:23:\"hosting-contact-3-title\";a:3:{s:3:\"key\";s:23:\"hosting-contact-3-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:22:\"hosting-contact-3-text\";a:3:{s:3:\"key\";s:22:\"hosting-contact-3-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:1:\"4\";}}s:26:\"hosting-contact-3-textlink\";a:4:{s:3:\"key\";s:26:\"hosting-contact-3-textlink\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(4)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:15:\"text-decoration\";s:4:\"none\";}s:5:\"hover\";a:1:{s:15:\"text-decoration\";s:9:\"underline\";}}s:11:\"toggle-4605\";a:3:{s:3:\"key\";s:11:\"toggle-4605\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:17:\"toggle_icon_color\";s:8:\"color(4)\";s:16:\"toggle_icon_size\";s:2:\"12\";s:11:\"margin-left\";s:3:\"-16\";s:13:\"margin-bottom\";s:1:\"8\";s:5:\"color\";s:8:\"color(4)\";}}s:20:\"toggle-4605-expanded\";a:3:{s:3:\"key\";s:20:\"toggle-4605-expanded\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:25:\"hosting-accordion-1-title\";a:4:{s:3:\"key\";s:25:\"hosting-accordion-1-title\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:14:\"flex-direction\";s:5:\"unset\";}}}s:8:\"original\";a:11:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.6\";s:19:\"border-bottom-style\";s:6:\"dashed\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(4)\";s:14:\"flex-direction\";s:5:\"unset\";s:7:\"display\";s:11:\"inline-flex\";s:10:\"text-align\";s:4:\"left\";}}s:24:\"hosting-accordion-1-text\";a:3:{s:3:\"key\";s:24:\"hosting-accordion-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";s:13:\"margin-bottom\";s:2:\"16\";}}s:20:\"hosting-hero-1-image\";a:4:{s:3:\"key\";s:20:\"hosting-hero-1-image\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:5:\"33.33\";}}}s:8:\"original\";a:3:{s:5:\"width\";s:2:\"16\";s:7:\"opacity\";s:3:\"0.5\";s:10:\"width-unit\";s:1:\"%\";}}s:23:\"hosting-price-1-wrapper\";a:3:{s:3:\"key\";s:23:\"hosting-price-1-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:21:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:13:\"border-radius\";s:1:\"5\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";s:16:\"border-top-color\";s:8:\"color(8)\";s:16:\"border-top-width\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:11:\"padding-top\";s:2:\"30\";s:12:\"padding-left\";s:2:\"30\";s:13:\"padding-right\";s:2:\"30\";s:14:\"padding-bottom\";s:2:\"30\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:7:\"stretch\";s:10:\"text-align\";s:4:\"left\";}}s:22:\"hosting-pricing-1-icon\";a:3:{s:3:\"key\";s:22:\"hosting-pricing-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(4)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-pricing-1-title\";a:3:{s:3:\"key\";s:23:\"hosting-pricing-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:22:\"hosting-pricing-1-text\";a:3:{s:3:\"key\";s:22:\"hosting-pricing-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"12\";s:9:\"max-width\";s:3:\"360\";}}s:23:\"hosting-pricing-1-month\";a:3:{s:3:\"key\";s:23:\"hosting-pricing-1-month\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"24\";}}s:22:\"hosting-slider-1-slide\";a:3:{s:3:\"key\";s:22:\"hosting-slider-1-slide\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:16:\"background-color\";s:8:\"color(3)\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:16:\"box-shadow-inset\";s:5:\"false\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:13:\"border-radius\";s:1:\"5\";}}s:22:\"hosting-slider-1-image\";a:3:{s:3:\"key\";s:22:\"hosting-slider-1-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:9:\"transform\";a:1:{i:0;a:1:{s:14:\"transform-type\";s:6:\"rotate\";}}}}s:21:\"hosting-slider-1-text\";a:3:{s:3:\"key\";s:21:\"hosting-slider-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"24\";s:10:\"font-style\";s:6:\"italic\";}}s:26:\"hosting-iconblock-2-column\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-2-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:24:\"hosting-iconblock-3-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-3-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:13:\"margin-bottom\";s:2:\"12\";s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(3)\";}}s:25:\"hosting-iconblock-2-title\";a:3:{s:3:\"key\";s:25:\"hosting-iconblock-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.2\";s:13:\"margin-bottom\";s:1:\"4\";}}s:24:\"hosting-iconblock-2-text\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:9:\"max-width\";s:3:\"360\";}}}', 'yes'),
(233, 'ct_style_sheets', 'a:1:{i:0;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:7:\"hosting\";s:6:\"status\";i:1;s:6:\"folder\";i:1;}}', 'yes'),
(234, 'ct_global_settings', 'a:11:{s:5:\"fonts\";a:2:{s:4:\"Text\";s:9:\"Maven Pro\";s:7:\"Display\";s:7:\"Raleway\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:15:\"indicateParents\";s:4:\"true\";s:21:\"classSuggestionsLimit\";s:1:\"5\";s:8:\"headings\";a:6:{s:2:\"H1\";a:4:{s:9:\"font-size\";s:2:\"36\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#404040\";}s:2:\"H2\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H3\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H4\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H5\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H6\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:9:\"body_text\";a:5:{s:9:\"font-size\";s:2:\"16\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:5:\"color\";s:7:\"#404040\";}s:5:\"links\";a:4:{s:3:\"all\";a:5:{s:5:\"color\";s:8:\"color(4)\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:4:\"none\";s:11:\"hover_color\";s:8:\"color(1)\";s:21:\"hover_text-decoration\";s:4:\"none\";}s:9:\"text_link\";a:5:{s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:21:\"hover_text-decoration\";s:0:\"\";}s:12:\"link_wrapper\";a:0:{}s:6:\"button\";a:0:{}}s:8:\"sections\";a:8:{s:21:\"container-padding-top\";s:2:\"75\";s:26:\"container-padding-top-unit\";s:2:\"px\";s:24:\"container-padding-bottom\";s:2:\"75\";s:29:\"container-padding-bottom-unit\";s:2:\"px\";s:22:\"container-padding-left\";s:2:\"20\";s:27:\"container-padding-left-unit\";s:2:\"px\";s:23:\"container-padding-right\";s:2:\"20\";s:28:\"container-padding-right-unit\";s:2:\"px\";}s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:9:\"max-width\";s:4:\"1120\";s:11:\"breakpoints\";a:3:{s:6:\"tablet\";s:3:\"992\";s:15:\"phone-landscape\";s:3:\"768\";s:14:\"phone-portrait\";s:3:\"480\";}}', 'yes'),
(235, 'ct_style_sets', 'a:1:{s:30:\"Uncategorized Custom Selectors\";a:1:{s:3:\"key\";s:30:\"Uncategorized Custom Selectors\";}}', 'yes'),
(236, 'ct_custom_selectors', 'a:0:{}', 'yes'),
(239, 'oxygen_private_key', '$;Bl@NL/>8,J%X4t0~.Koi?ZQh4|dxD_', 'yes'),
(240, 'oxygen_vsb_css_files_state', 'a:11:{i:9;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:67:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/default-post-9.css\";s:4:\"path\";s:80:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/default-post-9.css\";s:14:\"last_save_time\";i:1600914272;}i:10;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:63:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/archive-10.css\";s:4:\"path\";s:76:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/archive-10.css\";s:14:\"last_save_time\";i:1600914272;}i:11;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/other-single-11.css\";s:4:\"path\";s:81:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/other-single-11.css\";s:14:\"last_save_time\";i:1600914272;}i:12;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/default-page-12.css\";s:4:\"path\";s:81:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/default-page-12.css\";s:14:\"last_save_time\";i:1600914272;}i:13;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:60:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/main-13.css\";s:4:\"path\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/main-13.css\";s:14:\"last_save_time\";i:1604905028;}i:14;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/about-14.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/about-14.css\";s:14:\"last_save_time\";i:1600914274;}i:15;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:64:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/features-15.css\";s:4:\"path\";s:77:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/features-15.css\";s:14:\"last_save_time\";i:1600914274;}i:16;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:64:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/products-16.css\";s:4:\"path\";s:77:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/products-16.css\";s:14:\"last_save_time\";i:1600914274;}i:17;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/login-17.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/login-17.css\";s:14:\"last_save_time\";i:1600914274;}i:19;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:63:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/contact-19.css\";s:4:\"path\";s:76:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/contact-19.css\";s:14:\"last_save_time\";i:1600914274;}i:21;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:60:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/home-21.css\";s:4:\"path\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/home-21.css\";s:14:\"last_save_time\";i:1604910335;}}', 'yes'),
(485, 'category_children', 'a:0:{}', 'yes'),
(242, 'ct_style_folders', 'a:2:{s:7:\"hosting\";a:2:{s:3:\"key\";s:7:\"hosting\";s:6:\"status\";i:1;}s:6:\"atomic\";a:2:{s:3:\"key\";s:6:\"atomic\";s:6:\"status\";i:1;}}', 'yes'),
(243, 'ct_last_installed_default_data', 'hosting', 'yes'),
(251, 'oxygen_vsb_easy_posts_templates', 'a:0:{}', 'yes'),
(252, 'oxygen_vsb_comments_list_templates', 'a:0:{}', 'yes'),
(253, 'oxygen_vsb_latest_typekit_fonts', 'a:0:{}', 'yes'),
(254, 'oxygen_breakpoints_cache_update_required', '1', 'yes');
INSERT INTO `srewqi_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(255, 'oxygen_vsb_google_fonts_cache', 'a:1003:{i:0;a:2:{s:6:\"family\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:1;a:2:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:2;a:2:{s:6:\"family\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:3;a:2:{s:6:\"family\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:4;a:2:{s:6:\"family\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:5;a:2:{s:6:\"family\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:6;a:2:{s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:7;a:2:{s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:8;a:2:{s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:9;a:2:{s:6:\"family\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:10;a:2:{s:6:\"family\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:11;a:2:{s:6:\"family\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:12;a:2:{s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:13;a:2:{s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:14;a:2:{s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:15;a:2:{s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:16;a:2:{s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:17;a:2:{s:6:\"family\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}}i:18;a:2:{s:6:\"family\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:19;a:2:{s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:20;a:2:{s:6:\"family\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:21;a:2:{s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:22;a:2:{s:6:\"family\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:23;a:2:{s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:24;a:2:{s:6:\"family\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}}i:25;a:2:{s:6:\"family\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:26;a:2:{s:6:\"family\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:27;a:2:{s:6:\"family\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:28;a:2:{s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:29;a:2:{s:6:\"family\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}}i:30;a:2:{s:6:\"family\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:31;a:2:{s:6:\"family\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:32;a:2:{s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:33;a:2:{s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:34;a:2:{s:6:\"family\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:35;a:2:{s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:36;a:2:{s:6:\"family\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:37;a:2:{s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:38;a:2:{s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:39;a:2:{s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:40;a:2:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:41;a:2:{s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:42;a:2:{s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:43;a:2:{s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:44;a:2:{s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:45;a:2:{s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:46;a:2:{s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:47;a:2:{s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:48;a:2:{s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:49;a:2:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:50;a:2:{s:6:\"family\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:51;a:2:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:52;a:2:{s:6:\"family\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:53;a:2:{s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:54;a:2:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:55;a:2:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:56;a:2:{s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:57;a:2:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:58;a:2:{s:6:\"family\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:59;a:2:{s:6:\"family\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:60;a:2:{s:6:\"family\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:61;a:2:{s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:62;a:2:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:63;a:2:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:64;a:2:{s:6:\"family\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:65;a:2:{s:6:\"family\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:66;a:2:{s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:67;a:2:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:68;a:2:{s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}}i:69;a:2:{s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:70;a:2:{s:6:\"family\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:71;a:2:{s:6:\"family\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:72;a:2:{s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:73;a:2:{s:6:\"family\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:74;a:2:{s:6:\"family\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:75;a:2:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:76;a:2:{s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:77;a:2:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:78;a:2:{s:6:\"family\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:79;a:2:{s:6:\"family\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:80;a:2:{s:6:\"family\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:81;a:2:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:82;a:2:{s:6:\"family\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:83;a:2:{s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:84;a:2:{s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}}i:85;a:2:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:86;a:2:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:87;a:2:{s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:88;a:2:{s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:89;a:2:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:90;a:2:{s:6:\"family\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:91;a:2:{s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:92;a:2:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:93;a:2:{s:6:\"family\";s:9:\"Assistant\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:94;a:2:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:95;a:2:{s:6:\"family\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:96;a:2:{s:6:\"family\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:97;a:2:{s:6:\"family\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:98;a:2:{s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:99;a:2:{s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:100;a:2:{s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:101;a:2:{s:6:\"family\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:102;a:2:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:103;a:2:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:104;a:2:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:105;a:2:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:106;a:2:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:107;a:2:{s:6:\"family\";s:6:\"Caveat\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:108;a:2:{s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:109;a:2:{s:6:\"family\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:110;a:2:{s:6:\"family\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:111;a:2:{s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:112;a:2:{s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:113;a:2:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:114;a:2:{s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:115;a:2:{s:6:\"family\";s:7:\"Archivo\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:116;a:2:{s:6:\"family\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:117;a:2:{s:6:\"family\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:118;a:2:{s:6:\"family\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:119;a:2:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:120;a:2:{s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:121;a:2:{s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:122;a:2:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:123;a:2:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:124;a:2:{s:6:\"family\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:125;a:2:{s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:126;a:2:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:127;a:2:{s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:128;a:2:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:129;a:2:{s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:130;a:2:{s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:131;a:2:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:132;a:2:{s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:133;a:2:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:134;a:2:{s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:135;a:2:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:136;a:2:{s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:137;a:2:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:138;a:2:{s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:139;a:2:{s:6:\"family\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:140;a:2:{s:6:\"family\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:141;a:2:{s:6:\"family\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:142;a:2:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:143;a:2:{s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:144;a:2:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:145;a:2:{s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:146;a:2:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:147;a:2:{s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:148;a:2:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:149;a:2:{s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:150;a:2:{s:6:\"family\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:151;a:2:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:152;a:2:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:153;a:2:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:154;a:2:{s:6:\"family\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:155;a:2:{s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:156;a:2:{s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:157;a:2:{s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:158;a:2:{s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:159;a:2:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:160;a:2:{s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:161;a:2:{s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:162;a:2:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:163;a:2:{s:6:\"family\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:164;a:2:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:165;a:2:{s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:166;a:2:{s:6:\"family\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:167;a:2:{s:6:\"family\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:168;a:2:{s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:169;a:2:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:170;a:2:{s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:171;a:2:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:172;a:2:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:173;a:2:{s:6:\"family\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:174;a:2:{s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:175;a:2:{s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:176;a:2:{s:6:\"family\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"800\";}}i:177;a:2:{s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:178;a:2:{s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:179;a:2:{s:6:\"family\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:180;a:2:{s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:181;a:2:{s:6:\"family\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:182;a:2:{s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:183;a:2:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:184;a:2:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:185;a:2:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:186;a:2:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:187;a:2:{s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:188;a:2:{s:6:\"family\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:189;a:2:{s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:190;a:2:{s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:191;a:2:{s:6:\"family\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:192;a:2:{s:6:\"family\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:193;a:2:{s:6:\"family\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:194;a:2:{s:6:\"family\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:195;a:2:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:196;a:2:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:197;a:2:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:198;a:2:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:199;a:2:{s:6:\"family\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:200;a:2:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:201;a:2:{s:6:\"family\";s:5:\"Saira\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:202;a:2:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:203;a:2:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:204;a:2:{s:6:\"family\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:205;a:2:{s:6:\"family\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:206;a:2:{s:6:\"family\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:207;a:2:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:208;a:2:{s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:209;a:2:{s:6:\"family\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:210;a:2:{s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:211;a:2:{s:6:\"family\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:212;a:2:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:213;a:2:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:214;a:2:{s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:215;a:2:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:216;a:2:{s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:217;a:2:{s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:218;a:2:{s:6:\"family\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:219;a:2:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:220;a:2:{s:6:\"family\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:221;a:2:{s:6:\"family\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:222;a:2:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:223;a:2:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:224;a:2:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:225;a:2:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:226;a:2:{s:6:\"family\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:227;a:2:{s:6:\"family\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:228;a:2:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:229;a:2:{s:6:\"family\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:230;a:2:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:231;a:2:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:232;a:2:{s:6:\"family\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:233;a:2:{s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:234;a:2:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:235;a:2:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:236;a:2:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:237;a:2:{s:6:\"family\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:238;a:2:{s:6:\"family\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:239;a:2:{s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:240;a:2:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:241;a:2:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:242;a:2:{s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:243;a:2:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:244;a:2:{s:6:\"family\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:245;a:2:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:246;a:2:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:247;a:2:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:248;a:2:{s:6:\"family\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:249;a:2:{s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:250;a:2:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:251;a:2:{s:6:\"family\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:252;a:2:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:253;a:2:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:254;a:2:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:255;a:2:{s:6:\"family\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:256;a:2:{s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:257;a:2:{s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:258;a:2:{s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"900\";}}i:259;a:2:{s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:260;a:2:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:261;a:2:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:262;a:2:{s:6:\"family\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:263;a:2:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:264;a:2:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:265;a:2:{s:6:\"family\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:266;a:2:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:267;a:2:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:268;a:2:{s:6:\"family\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:269;a:2:{s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:270;a:2:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:271;a:2:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:272;a:2:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:273;a:2:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:274;a:2:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:275;a:2:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:276;a:2:{s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:277;a:2:{s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:278;a:2:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:279;a:2:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:280;a:2:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:281;a:2:{s:6:\"family\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:282;a:2:{s:6:\"family\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:283;a:2:{s:6:\"family\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:284;a:2:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:285;a:2:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:286;a:2:{s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:287;a:2:{s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:288;a:2:{s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:289;a:2:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:290;a:2:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:291;a:2:{s:6:\"family\";s:15:\"Red Hat Display\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:292;a:2:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:293;a:2:{s:6:\"family\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:294;a:2:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:295;a:2:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:296;a:2:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:297;a:2:{s:6:\"family\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:298;a:2:{s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:299;a:2:{s:6:\"family\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:300;a:2:{s:6:\"family\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:301;a:2:{s:6:\"family\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:302;a:2:{s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:303;a:2:{s:6:\"family\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:304;a:2:{s:6:\"family\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:305;a:2:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:306;a:2:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:307;a:2:{s:6:\"family\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:308;a:2:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:309;a:2:{s:6:\"family\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:310;a:2:{s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:311;a:2:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:312;a:2:{s:6:\"family\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:313;a:2:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:314;a:2:{s:6:\"family\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:315;a:2:{s:6:\"family\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:316;a:2:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:317;a:2:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:318;a:2:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:319;a:2:{s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:320;a:2:{s:6:\"family\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:321;a:2:{s:6:\"family\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:322;a:2:{s:6:\"family\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:323;a:2:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:324;a:2:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:325;a:2:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:326;a:2:{s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:327;a:2:{s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:328;a:2:{s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:329;a:2:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:330;a:2:{s:6:\"family\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:331;a:2:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:332;a:2:{s:6:\"family\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:333;a:2:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:334;a:2:{s:6:\"family\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:335;a:2:{s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:336;a:2:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:337;a:2:{s:6:\"family\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:338;a:2:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:339;a:2:{s:6:\"family\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:340;a:2:{s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:341;a:2:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:342;a:2:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:343;a:2:{s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:344;a:2:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:345;a:2:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:346;a:2:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:347;a:2:{s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:348;a:2:{s:6:\"family\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:349;a:2:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:350;a:2:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:351;a:2:{s:6:\"family\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:352;a:2:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:353;a:2:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:354;a:2:{s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:355;a:2:{s:6:\"family\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}}i:356;a:2:{s:6:\"family\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:357;a:2:{s:6:\"family\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:358;a:2:{s:6:\"family\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:359;a:2:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:360;a:2:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:361;a:2:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:362;a:2:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:363;a:2:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:364;a:2:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:365;a:2:{s:6:\"family\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:366;a:2:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:367;a:2:{s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:368;a:2:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:369;a:2:{s:6:\"family\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:370;a:2:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:371;a:2:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:372;a:2:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:373;a:2:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:374;a:2:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:375;a:2:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:376;a:2:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:377;a:2:{s:6:\"family\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:378;a:2:{s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:379;a:2:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:380;a:2:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:381;a:2:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:382;a:2:{s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:383;a:2:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:384;a:2:{s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:385;a:2:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:386;a:2:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:387;a:2:{s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:388;a:2:{s:6:\"family\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:389;a:2:{s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:390;a:2:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:391;a:2:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:392;a:2:{s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:393;a:2:{s:6:\"family\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:394;a:2:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:395;a:2:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:396;a:2:{s:6:\"family\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:397;a:2:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:398;a:2:{s:6:\"family\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:399;a:2:{s:6:\"family\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:400;a:2:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:401;a:2:{s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:402;a:2:{s:6:\"family\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:403;a:2:{s:6:\"family\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:404;a:2:{s:6:\"family\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:405;a:2:{s:6:\"family\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:406;a:2:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:407;a:2:{s:6:\"family\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:408;a:2:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:409;a:2:{s:6:\"family\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:410;a:2:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:411;a:2:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:412;a:2:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:413;a:2:{s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:414;a:2:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:415;a:2:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:416;a:2:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:417;a:2:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:418;a:2:{s:6:\"family\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:419;a:2:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:420;a:2:{s:6:\"family\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:421;a:2:{s:6:\"family\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:422;a:2:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:423;a:2:{s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:424;a:2:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:425;a:2:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:426;a:2:{s:6:\"family\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:427;a:2:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:428;a:2:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:429;a:2:{s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:430;a:2:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:431;a:2:{s:6:\"family\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:432;a:2:{s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:433;a:2:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:434;a:2:{s:6:\"family\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:435;a:2:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:436;a:2:{s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:437;a:2:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:438;a:2:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:439;a:2:{s:6:\"family\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:440;a:2:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:441;a:2:{s:6:\"family\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:442;a:2:{s:6:\"family\";s:12:\"Red Hat Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:443;a:2:{s:6:\"family\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:444;a:2:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:445;a:2:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:446;a:2:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:447;a:2:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:448;a:2:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:449;a:2:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:450;a:2:{s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:451;a:2:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:452;a:2:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:453;a:2:{s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:454;a:2:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:455;a:2:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:456;a:2:{s:6:\"family\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:457;a:2:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:458;a:2:{s:6:\"family\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}}i:459;a:2:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:460;a:2:{s:6:\"family\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:461;a:2:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:462;a:2:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:463;a:2:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:464;a:2:{s:6:\"family\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:465;a:2:{s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}}i:466;a:2:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:467;a:2:{s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:468;a:2:{s:6:\"family\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:469;a:2:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:470;a:2:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:471;a:2:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:472;a:2:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:473;a:2:{s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:474;a:2:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:475;a:2:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:476;a:2:{s:6:\"family\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:477;a:2:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:478;a:2:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:479;a:2:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:480;a:2:{s:6:\"family\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:481;a:2:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:482;a:2:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:483;a:2:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:484;a:2:{s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:485;a:2:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:486;a:2:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:487;a:2:{s:6:\"family\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:488;a:2:{s:6:\"family\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:489;a:2:{s:6:\"family\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:490;a:2:{s:6:\"family\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:491;a:2:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:492;a:2:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:493;a:2:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:494;a:2:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:495;a:2:{s:6:\"family\";s:8:\"Red Rose\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:496;a:2:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:497;a:2:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:498;a:2:{s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:499;a:2:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:500;a:2:{s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:501;a:2:{s:6:\"family\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:502;a:2:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:503;a:2:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:504;a:2:{s:6:\"family\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:505;a:2:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:506;a:2:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:507;a:2:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:508;a:2:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:509;a:2:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:510;a:2:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:511;a:2:{s:6:\"family\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:512;a:2:{s:6:\"family\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:513;a:2:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:514;a:2:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:515;a:2:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:516;a:2:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:517;a:2:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:518;a:2:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:519;a:2:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:520;a:2:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:521;a:2:{s:6:\"family\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:522;a:2:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:523;a:2:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:524;a:2:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:525;a:2:{s:6:\"family\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:526;a:2:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:527;a:2:{s:6:\"family\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:528;a:2:{s:6:\"family\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:529;a:2:{s:6:\"family\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:530;a:2:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:531;a:2:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:532;a:2:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:533;a:2:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:534;a:2:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:535;a:2:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:536;a:2:{s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:537;a:2:{s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:538;a:2:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:539;a:2:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:540;a:2:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:541;a:2:{s:6:\"family\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:542;a:2:{s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:543;a:2:{s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:544;a:2:{s:6:\"family\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:545;a:2:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:546;a:2:{s:6:\"family\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:547;a:2:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:548;a:2:{s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:549;a:2:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:550;a:2:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:551;a:2:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:552;a:2:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:553;a:2:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:554;a:2:{s:6:\"family\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:555;a:2:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:556;a:2:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:557;a:2:{s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:558;a:2:{s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:559;a:2:{s:6:\"family\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:560;a:2:{s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:561;a:2:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:562;a:2:{s:6:\"family\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";}}i:563;a:2:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:564;a:2:{s:6:\"family\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:565;a:2:{s:6:\"family\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:566;a:2:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:567;a:2:{s:6:\"family\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:568;a:2:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:569;a:2:{s:6:\"family\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:570;a:2:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:571;a:2:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:572;a:2:{s:6:\"family\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:573;a:2:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:574;a:2:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:575;a:2:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:576;a:2:{s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:577;a:2:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:578;a:2:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:579;a:2:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:580;a:2:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:581;a:2:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:582;a:2:{s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:583;a:2:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:584;a:2:{s:6:\"family\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:585;a:2:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:586;a:2:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:587;a:2:{s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:588;a:2:{s:6:\"family\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:589;a:2:{s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:590;a:2:{s:6:\"family\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:591;a:2:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:592;a:2:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:593;a:2:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:594;a:2:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:595;a:2:{s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:596;a:2:{s:6:\"family\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:597;a:2:{s:6:\"family\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:598;a:2:{s:6:\"family\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:599;a:2:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:600;a:2:{s:6:\"family\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:601;a:2:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:602;a:2:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:603;a:2:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:604;a:2:{s:6:\"family\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:605;a:2:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:606;a:2:{s:6:\"family\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:607;a:2:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:608;a:2:{s:6:\"family\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:609;a:2:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:610;a:2:{s:6:\"family\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:611;a:2:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:612;a:2:{s:6:\"family\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:613;a:2:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:614;a:2:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:615;a:2:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:616;a:2:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:617;a:2:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:618;a:2:{s:6:\"family\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:619;a:2:{s:6:\"family\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:620;a:2:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:621;a:2:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:622;a:2:{s:6:\"family\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:623;a:2:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:624;a:2:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:625;a:2:{s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:626;a:2:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:627;a:2:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:628;a:2:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:629;a:2:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:630;a:2:{s:6:\"family\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:631;a:2:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:632;a:2:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:633;a:2:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:634;a:2:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:635;a:2:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:636;a:2:{s:6:\"family\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:637;a:2:{s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:638;a:2:{s:6:\"family\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:639;a:2:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:640;a:2:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:641;a:2:{s:6:\"family\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:642;a:2:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:643;a:2:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:644;a:2:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:645;a:2:{s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:646;a:2:{s:6:\"family\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:647;a:2:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:648;a:2:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:649;a:2:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:650;a:2:{s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:651;a:2:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:652;a:2:{s:6:\"family\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:653;a:2:{s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:654;a:2:{s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:655;a:2:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:656;a:2:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:657;a:2:{s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:658;a:2:{s:6:\"family\";s:10:\"Be Vietnam\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:659;a:2:{s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:660;a:2:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:661;a:2:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:662;a:2:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:663;a:2:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:664;a:2:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:665;a:2:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:666;a:2:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:667;a:2:{s:6:\"family\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:668;a:2:{s:6:\"family\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:669;a:2:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:670;a:2:{s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:671;a:2:{s:6:\"family\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:672;a:2:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:673;a:2:{s:6:\"family\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:674;a:2:{s:6:\"family\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:675;a:2:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:676;a:2:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:677;a:2:{s:6:\"family\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:678;a:2:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:679;a:2:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:680;a:2:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:681;a:2:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:682;a:2:{s:6:\"family\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:683;a:2:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:684;a:2:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:685;a:2:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:686;a:2:{s:6:\"family\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:687;a:2:{s:6:\"family\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:688;a:2:{s:6:\"family\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:689;a:2:{s:6:\"family\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:690;a:2:{s:6:\"family\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:691;a:2:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:692;a:2:{s:6:\"family\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:693;a:2:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:694;a:2:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:695;a:2:{s:6:\"family\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:696;a:2:{s:6:\"family\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:697;a:2:{s:6:\"family\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:698;a:2:{s:6:\"family\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:699;a:2:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:700;a:2:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:701;a:2:{s:6:\"family\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:702;a:2:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:703;a:2:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:704;a:2:{s:6:\"family\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:705;a:2:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:706;a:2:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:707;a:2:{s:6:\"family\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:708;a:2:{s:6:\"family\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:709;a:2:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:710;a:2:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:711;a:2:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:712;a:2:{s:6:\"family\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:713;a:2:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:714;a:2:{s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:715;a:2:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:716;a:2:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:717;a:2:{s:6:\"family\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:718;a:2:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:719;a:2:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:720;a:2:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:721;a:2:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:722;a:2:{s:6:\"family\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:723;a:2:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:724;a:2:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:725;a:2:{s:6:\"family\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:726;a:2:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:727;a:2:{s:6:\"family\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:728;a:2:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:729;a:2:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:730;a:2:{s:6:\"family\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:731;a:2:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:732;a:2:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:733;a:2:{s:6:\"family\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:734;a:2:{s:6:\"family\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:735;a:2:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:736;a:2:{s:6:\"family\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:737;a:2:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:738;a:2:{s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:739;a:2:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:740;a:2:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:741;a:2:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:742;a:2:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:743;a:2:{s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:744;a:2:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:745;a:2:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:746;a:2:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:747;a:2:{s:6:\"family\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:748;a:2:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:749;a:2:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:750;a:2:{s:6:\"family\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:751;a:2:{s:6:\"family\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:752;a:2:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:753;a:2:{s:6:\"family\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:754;a:2:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:755;a:2:{s:6:\"family\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:756;a:2:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:757;a:2:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:758;a:2:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:759;a:2:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:760;a:2:{s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:761;a:2:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:762;a:2:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:763;a:2:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:764;a:2:{s:6:\"family\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:765;a:2:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:766;a:2:{s:6:\"family\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:767;a:2:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:768;a:2:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:769;a:2:{s:6:\"family\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:770;a:2:{s:6:\"family\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:771;a:2:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:772;a:2:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:773;a:2:{s:6:\"family\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:774;a:2:{s:6:\"family\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:775;a:2:{s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:776;a:2:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:777;a:2:{s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}}i:778;a:2:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:779;a:2:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:780;a:2:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:781;a:2:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:782;a:2:{s:6:\"family\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:783;a:2:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:784;a:2:{s:6:\"family\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:785;a:2:{s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:786;a:2:{s:6:\"family\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:787;a:2:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}}i:788;a:2:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:789;a:2:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:790;a:2:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:791;a:2:{s:6:\"family\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:792;a:2:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}}i:793;a:2:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:794;a:2:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:795;a:2:{s:6:\"family\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:796;a:2:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:797;a:2:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:798;a:2:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:799;a:2:{s:6:\"family\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:800;a:2:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:801;a:2:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:802;a:2:{s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:803;a:2:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:804;a:2:{s:6:\"family\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:805;a:2:{s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:806;a:2:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:807;a:2:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:808;a:2:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:809;a:2:{s:6:\"family\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:810;a:2:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:811;a:2:{s:6:\"family\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:812;a:2:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:813;a:2:{s:6:\"family\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:814;a:2:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:815;a:2:{s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:816;a:2:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:817;a:2:{s:6:\"family\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:818;a:2:{s:6:\"family\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:819;a:2:{s:6:\"family\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:820;a:2:{s:6:\"family\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:821;a:2:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:822;a:2:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:823;a:2:{s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:824;a:2:{s:6:\"family\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:825;a:2:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:826;a:2:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:827;a:2:{s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:828;a:2:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:829;a:2:{s:6:\"family\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:830;a:2:{s:6:\"family\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:831;a:2:{s:6:\"family\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:832;a:2:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:833;a:2:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:834;a:2:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:835;a:2:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:836;a:2:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:837;a:2:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:838;a:2:{s:6:\"family\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:839;a:2:{s:6:\"family\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:840;a:2:{s:6:\"family\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:841;a:2:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:842;a:2:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}}i:843;a:2:{s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:844;a:2:{s:6:\"family\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:845;a:2:{s:6:\"family\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:846;a:2:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:847;a:2:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:848;a:2:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:849;a:2:{s:6:\"family\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:850;a:2:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:851;a:2:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:852;a:2:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:853;a:2:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:854;a:2:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:855;a:2:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:856;a:2:{s:6:\"family\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:857;a:2:{s:6:\"family\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:858;a:2:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:859;a:2:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:860;a:2:{s:6:\"family\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:861;a:2:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:862;a:2:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:863;a:2:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:864;a:2:{s:6:\"family\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:865;a:2:{s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:866;a:2:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:867;a:2:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:868;a:2:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:869;a:2:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:870;a:2:{s:6:\"family\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:871;a:2:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:872;a:2:{s:6:\"family\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:873;a:2:{s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:874;a:2:{s:6:\"family\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:875;a:2:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:876;a:2:{s:6:\"family\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:877;a:2:{s:6:\"family\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";}}i:878;a:2:{s:6:\"family\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:879;a:2:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:880;a:2:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:881;a:2:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:882;a:2:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:883;a:2:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:884;a:2:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:885;a:2:{s:6:\"family\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:886;a:2:{s:6:\"family\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:887;a:2:{s:6:\"family\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:888;a:2:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:889;a:2:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:890;a:2:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:891;a:2:{s:6:\"family\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:892;a:2:{s:6:\"family\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:893;a:2:{s:6:\"family\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:894;a:2:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:895;a:2:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:896;a:2:{s:6:\"family\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:897;a:2:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:898;a:2:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:899;a:2:{s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:900;a:2:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:901;a:2:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:902;a:2:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:903;a:2:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:904;a:2:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:905;a:2:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:906;a:2:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:907;a:2:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:908;a:2:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:909;a:2:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:910;a:2:{s:6:\"family\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:911;a:2:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:912;a:2:{s:6:\"family\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:913;a:2:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:914;a:2:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:915;a:2:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:916;a:2:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:917;a:2:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:918;a:2:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:919;a:2:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:920;a:2:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:921;a:2:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:922;a:2:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:923;a:2:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:924;a:2:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:925;a:2:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:926;a:2:{s:6:\"family\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:927;a:2:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:928;a:2:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:929;a:2:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:930;a:2:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:931;a:2:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:932;a:2:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:933;a:2:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:934;a:2:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:935;a:2:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:936;a:2:{s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:937;a:2:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:938;a:2:{s:6:\"family\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:939;a:2:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:940;a:2:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:941;a:2:{s:6:\"family\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:942;a:2:{s:6:\"family\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:943;a:2:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:944;a:2:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:945;a:2:{s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:946;a:2:{s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:947;a:2:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:948;a:2:{s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:949;a:2:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:950;a:2:{s:6:\"family\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:951;a:2:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:952;a:2:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:953;a:2:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:954;a:2:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:955;a:2:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:956;a:2:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:957;a:2:{s:6:\"family\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:958;a:2:{s:6:\"family\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:959;a:2:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:960;a:2:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:961;a:2:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:962;a:2:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:963;a:2:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:964;a:2:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:965;a:2:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:966;a:2:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:967;a:2:{s:6:\"family\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:968;a:2:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:969;a:2:{s:6:\"family\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:970;a:2:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:971;a:2:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:972;a:2:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:973;a:2:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:974;a:2:{s:6:\"family\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:975;a:2:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:976;a:2:{s:6:\"family\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:977;a:2:{s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:978;a:2:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:979;a:2:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:980;a:2:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:981;a:2:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:982;a:2:{s:6:\"family\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:983;a:2:{s:6:\"family\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:984;a:2:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:985;a:2:{s:6:\"family\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:986;a:2:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:987;a:2:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:988;a:2:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:989;a:2:{s:6:\"family\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:990;a:2:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:991;a:2:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:992;a:2:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:993;a:2:{s:6:\"family\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:994;a:2:{s:6:\"family\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:995;a:2:{s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:996;a:2:{s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:997;a:2:{s:6:\"family\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:998;a:2:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:999;a:2:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1000;a:2:{s:6:\"family\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1001;a:2:{s:6:\"family\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1002;a:2:{s:6:\"family\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}}', 'yes');
INSERT INTO `srewqi_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(262, 'oxygen_global_colors_cache_update_required', '1', 'yes'),
(277, '_transient_health-check-site-status-result', '{\"good\":\"10\",\"recommended\":\"10\",\"critical\":\"0\"}', 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `srewqi_wpk0_postmeta`
--

CREATE TABLE `srewqi_wpk0_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `srewqi_wpk0_postmeta`
--

INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(11, 9, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'38a8ddb69d911976bb937e545faea8a1ebcf4fed89a829d430c512dbcb2771ed\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-111\",\"original\":{\"background-color\":\"color(4)\",\"background-image\":\"[oxygen ct_sign_sha256=\'a3917e03abdc9597a1609ca96f6dd37b937924bd930b4c48b1c4d1ac757ef56b\' data=\'featured_image\' ]\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(177,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(0,165,189,0.9)\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Hero Section\"}\'][ct_headline ct_sign_sha256=\'441dd868f003323c434e9c2092d919fdf1159c7fd36ccb6d930985806f25478b\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"headline-10-111\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'c92336085c748cc3ed55848197c9ab1d4d8e0c0e5c4a92c1ed4854a82643314a\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-111\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'6560b861762565cf541264f34313d4717f55b07e4ed0dcb9664845e39e4f3608\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"text_block-12-111\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'48a0322c502dfa8385c5720ed21dac5f601354e8ec729a3673dcb761d5c6e809\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-111\"}\'][oxygen ct_sign_sha256=\'f8aae5be7515150c44fb6dd2f7eae7a5c2ce154b0cb6eb022ac99185a940d66e\' data=\'date\' ][/ct_span][/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'dbac85ca31754dcbad8bc39acead23dd3e4a188f90b3e8e45ff7e7ea65b884c0\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-111\",\"original\":{\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\",\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Post Content\"}\'][ct_text_block ct_sign_sha256=\'f954361a52f80c15617bd08ac6c7a60eaeb292740314e73573cdadbbf8f64fd2\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-111\"}\'][ct_span ct_sign_sha256=\'e9e1b395247855b9118fefb457274f72d65c590a45c5d35bb415cc01e9c57547\' ct_options=\'{\"ct_id\":7,\"ct_parent\":5,\"selector\":\"span-7-111\",\"classes\":{\"0\":\"oxy-stock-content-styles\",\"1\":\"hosting-other-single\"},\"activeselector\":\"hosting-other-single\"}\'][oxygen ct_sign_sha256=\'c3b66dff1dc1557e12d3fd2d57a725778f4d675b3c1c49e4c49b402719b47fe0\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'26a2731efffd3fe98848372d027200c401289ae7ebf12d59f7bc57096635f666\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"code_block-4-111\",\"original\":{\"code-css\":\"Lmhvc3Rpbmctb3RoZXItc2luZ2xlIGgxLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgzLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg0LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg2IHsKCWNvbG9yOiAjMkE0NDVBOwogICAgbGluZS1oZWlnaHQ6IDEuMTsKICAgIGZvbnQtd2VpZ2h0OiA3MDA7CiAgICBtYXJnaW4tYm90dG9tOiAuMmVtOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDEgewogIGZvbnQtc2l6ZTogNjRweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyIHsKICBmb250LXNpemU6IDQwcHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoMyB7CiAgZm9udC1zaXplOiAzNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDQgewogIGZvbnQtc2l6ZTogMzJweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1IHsKICBmb250LXNpemU6IDI0cHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoNiB7CiAgZm9udC1zaXplOiAxNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIHRvcCBsZWZ0LCAjMDFBNUJDLCAjQUZEMTdFKTsKICBjb2xvcjogI2ZmZmZmZjsKICBwYWRkaW5nOiAxOHB4IDQycHg7CiAgbWFyZ2luLWxlZnQ6IDA7CiAgbWFyZ2luLXJpZ2h0OiAwOwogIGZvbnQtc2l6ZTogMTZweDsKICBsaW5lLWhlaWdodDogMS42ZW07CiAgZm9udC1zdHlsZTogaXRhbGljOwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBvbCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24tdGV4dCB7CiAgY29sb3I6IHJnYmEoMCwwLDAsMC4zKTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBhIHsKICBjb2xvcjogIzA3QURCNzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGE6aG92ZXIgewogIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwp9CgpwcmUgewogIHdoaXRlLXNwYWNlOiBub3JtYWwgIWltcG9ydGFudDsKICBjb2xvcjogcmdiYSgwLDAsMCwwLjMpOwp9Cg==\",\"code-php\":\"PCEtLSAtLT4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'3124d2a46053640813fae7b1465c74d8b7451d076c4bd98f0c5370417814b904\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-111\",\"original\":{\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\",\"background-color\":\"color(7)\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Blog Post Comments\",\"ct_category\":\"Blog\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][oxy_comments ct_sign_sha256=\'e462315ff68d692ddf5f85a4a3a9724969f7edc9b35c1b1e5f5490541bc9f10d\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_comments-15-111\",\"original\":{\"code-php\":\"PD9waHAKCmlmIChoYXZlX2NvbW1lbnRzKCkpIHsKCgk/PgoKCTxoMyBjbGFzcz0iY29tbWVudHMtdGl0bGUiPgoJCTw/cGhwCgkJZWNobyBPeHlnZW5fVlNCX0NvbW1lbnRzX0xpc3Q6OnV0aWxfdGl0bGUoKTsKCQk/PgoJPC9oMz4KCgk8b2wgY2xhc3M9ImNvbW1lbnRzLWxpc3QiPgoKCSAgICA8P3BocAoKCSAgICB3cF9saXN0X2NvbW1lbnRzKAoJICAgIAlhcnJheSgKCgkgICAgCQknc3R5bGUnID0+ICdvbCcsCgkgICAgCQknZm9ybWF0JyA9PiAnaHRtbDUnLAoJICAgIAkJJ2F2YXRhcl9zaXplJyA9PiAnMTAwJwoJICAgIAkpCgkgICAgKTsKCgkgICAgPz4KCgk8L29sPgoKCTxkaXYgY2xhc3M9ImNvbW1lbnRzLW5hdmlnYXRpb24iPgoJCTxkaXYgY2xhc3M9J3ByZXZpb3VzLWNvbW1lbnRzLWxpbmsnPjw/cGhwIHByZXZpb3VzX2NvbW1lbnRzX2xpbmsoKTsgPz48L2Rpdj4KCQk8ZGl2IGNsYXNzPSduZXh0LWNvbW1lbnRzLWxpbmsnPjw/cGhwIG5leHRfY29tbWVudHNfbGluaygpOyA/PjwvZGl2PgoJPC9kaXY+CgoJPD9waHAKCn0KCj8+\",\"code-css\":\"LmNvbW1lbnRzLXRpdGxlIHsKICBmb250LXNpemU6IDQwcHg7CiAgY29sb3I6ICMyQTQ0NUE7CiAgbGluZS1oZWlnaHQ6IDEuMTsKICB0ZXh0LWFsaWduOiBjZW50ZXI7CiAgbWFyZ2luLWJvdHRvbTogNDhweDsKICBkaXNwbGF5OiBibG9jazsKfQoKLmNvbW1lbnQtYm9keSB7CiAgYmFja2dyb3VuZDogd2hpdGU7CiAgYm94LXNoYWRvdzogcmdiYSgwLDAsMCwwLjEpIDAgMCA1cHg7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIHBhZGRpbmc6IDI4cHg7CiAgbWFyZ2luLWJvdHRvbTogMjBweCAhaW1wb3J0YW50Owp9CgpAbWVkaWEgKG1heC13aWR0aDogNzY4cHgpIHsKLm94eS1jb21tZW50cyBvbC5jaGlsZHJlbiB7CiAgICBtYXJnaW4tbGVmdDogMDsKICB9Cn0KCi5jb21tZW50LWNvbnRlbnQgewogIGNvbG9yOiAjNjY2OwogIGZvbnQtc2l6ZTogMTZweDsKfQoKLmNvbW1lbnQtcmVwbHktbGluayB7CiAgY29sb3I6ICMwN0FEQjc7CiAgZm9udC1zaXplOiAxNnB4ICFpbXBvcnRhbnQ7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBwYWRkaW5nOiAxMnB4IDMycHg7CiAgYm9yZGVyOiAycHggc29saWQgIzA3QURCNzsKICBib3JkZXItcmFkaXVzOiA1cHg7Cn0KCi5jb21tZW50LXJlcGx5LWxpbms6aG92ZXIgewogIHRyYW5zZm9ybTogc2NhbGUoMS4wNSwxLjA1KTsKfQoKLmF2YXRhciB7CiAgYm9yZGVyLXJhZGl1czogMTAwJTsKICBib3JkZXI6IDNweCBzb2xpZCAjOEVDOThBOwogIG1hcmdpbi1yaWdodDogMTJweCAhaW1wb3J0YW50Owp9CgouY29tbWVudC1hdXRob3IgewogIG1hcmdpbi1ib3R0b206IDE2cHg7CiAgZm9udC1mYW1pbHk6ICdSYWxld2F5JzsKICBjb2xvcjogIzJBNDQ1QTsKfQoKLmZuIHsKICBmb250LXdlaWdodDogOTAwOwp9CgouY29tbWVudC1tZXRhZGF0YSBhIHsKICBjb2xvcjogIzA3QURCNzsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgbWFyZ2luLXJpZ2h0OiAxMnB4Owp9CgouY29tbWVudC1tZXRhZGF0YSBhOmhvdmVyIHsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKLm94eS1jb21tZW50LWZvcm0gbGFiZWwgewogIGRpc3BsYXk6IG5vbmU7Cn0KCi5veHktY29tbWVudC1mb3JtIHRleHRhcmVhIHsKICBwYWRkaW5nOiAyMHB4OwogIHJlc2l6ZTogbm9uZTsKICBvdXRsaW5lOiBub25lOwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7Cn0KCi5veHktY29tbWVudC1mb3JtIHRleHRhcmVhOmZvY3VzIHsKICBib3gtc2hhZG93OiByZ2JhKDAsMCwwLDAuMikgMCAwIDEwcHg7Cn0KCi5veHktY29tbWVudC1mb3JtICNzdWJtaXQgewogIGJveC1zaGFkb3c6IDBweCAyNXB4IDIwcHggLTIwcHggcmdiYSgwLDAsMCwwLjIpICFpbXBvcnRhbnQ7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICB0cmFuc2l0aW9uOiBhbGwgZWFzZSAwLjJzOwogIG91dGxpbmU6IG5vbmU7Cn0KCi5veHktY29tbWVudC1mb3JtICNzdWJtaXQ6aG92ZXIgewogIHRyYW5zZm9ybTogc2NhbGUoMS4wNSwxLjA1KTsKfQoKLmNvbW1lbnQtcmVwbHktdGl0bGUgewogIGNvbG9yOiAjZmZmOwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgZm9udC1zaXplOiA0MHB4OwogIGxpbmUtaGVpZ2h0OiAxLjE7Cn0KCi5jb21tZW50LXJlcGx5LXRpdGxlIGEgewogIGNvbG9yOiByZ2JhKDI1NSwyNTUsMjU1LDAuNSk7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7Cn0KCi5jb21tZW50LXJlcGx5LXRpdGxlIGE6aG92ZXIgewogIGNvbG9yOiB3aGl0ZTsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKcC5sb2dnZWQtaW4tYXMgewogIG1hcmdpbi1ib3R0b206IDI4cHggIWltcG9ydGFudDsKICBjb2xvcjogdHJhbnNwYXJlbnQ7Cn0KCi5sb2dnZWQtaW4tYXMgYSB7CiAgY29sb3I6IHJnYmEoMjU1LDI1NSwyNTUsMC41KTsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBtYXJnaW46IDAgOHB4Owp9CgoubG9nZ2VkLWluLWFzIGE6aG92ZXIgewogIGNvbG9yOiB3aGl0ZTsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQ==\"},\"activeselector\":false}\'][/oxy_comments][oxy_comment_form ct_sign_sha256=\'5b8ccde26acc29e5d2ffbbf0a7089af4e293dadd7cb578bbbddca75024a58863\' ct_options=\'{\"ct_id\":16,\"ct_parent\":14,\"selector\":\"_comment_form-16-111\",\"original\":{\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"#b1d27d\"},\"1\":{\"position-unit\":\"px\",\"value\":\"#00a5bd\"}},\"linear-angle\":\"135\",\"gradient-type\":\"linear\"},\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"stretch\",\"padding-top\":\"28\",\"padding-left\":\"28\",\"padding-right\":\"28\",\"padding-bottom\":\"12\",\"border-radius\":\"5\",\"text-align\":\"center\",\"form_field_border_color\":\"color(3)\",\"field_border_radius\":\"5\",\"form_field_text_color\":\"color(5)\",\"submit_button_background_color\":\"color(4)\",\"submit_button_text_color\":\"color(3)\",\"color\":\"color(3)\"}}\'][/oxy_comment_form][/ct_section]'),
(12, 9, 'ct_template_type', ''),
(13, 9, 'ct_template_order', '1'),
(14, 9, 'ct_parent_template', '13'),
(15, 9, 'ct_template_single_all', ''),
(16, 9, 'ct_template_post_types', 'a:1:{i:0;s:4:\"post\";}'),
(17, 9, 'ct_use_template_taxonomies', ''),
(18, 9, 'ct_template_taxonomies', NULL),
(19, 9, 'ct_template_apply_if_post_of_parents', ''),
(20, 9, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(21, 9, 'ct_template_all_archives', ''),
(22, 9, 'ct_template_apply_if_archive_among_taxonomies', ''),
(23, 9, 'ct_template_archive_among_taxonomies', NULL),
(24, 9, 'ct_template_apply_if_archive_among_cpt', ''),
(25, 9, 'ct_template_archive_post_types', 'a:0:{}'),
(26, 9, 'ct_template_date_archive', ''),
(27, 9, 'ct_template_front_page', ''),
(28, 9, 'ct_template_blog_posts', ''),
(29, 9, 'ct_template_search_page', ''),
(30, 9, 'ct_template_404_page', ''),
(31, 9, 'ct_template_index', ''),
(32, 9, 'ct_template_inner_content', ''),
(33, 10, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'619f65b25d1550e57c0fb55afd969ee7a4b56ac26edf1119d4102c8b49d3ce2b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-106\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Blogposts Hero\",\"ct_category\":\"Blog\"}\'][ct_headline ct_sign_sha256=\'6f89c03a8f15c24738103441229e22457ea5bfbff22b13aa70c60f9a1c4d85b5\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-106\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our Blogposts[/ct_headline][ct_text_block ct_sign_sha256=\'98e4332da5ad2da893b2c152693d0c09642382a2cf4c6c1004ac773a111773c9\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"text_block-6-106\",\"original\":{\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']Yet preference connection unpleasant yet melancholy but end appearance. And excellence partiality estimating terminated day everything.[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'210525e84d9bf076b2d6d896119b5db6ccdec734b1533bf143a61e39bdf9f8ee\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-106\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"20\"},\"ct_category\":\"Blog\",\"nicename\":\"Blog Posts\",\"activeselector\":false}\'][oxy_posts_grid ct_sign_sha256=\'f27d2a413b046d398c798a82226d1dd80c06641bcd9914b48d61bd34280097f6\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"_posts_grid-9-106\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QnPgogIDxkaXYgY2xhc3M9J294eS1wb3N0LXdyYXBwZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgICA8ZGl2IGNsYXNzPSdveHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXknPgoJCTw/cGhwIHRoZV90aW1lKGdldF9vcHRpb24oJ2RhdGVfZm9ybWF0JykpOyA/PgoJICA8L2Rpdj4KICAgICAgPC9kaXY+CiAgICAgIAoJPC9hPgogIAoJPGEgY2xhc3M9J294eS1wb3N0LXRpdGxlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz48P3BocCB0aGVfdGl0bGUoKTsgPz48L2E+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YSc+CgoJCTxkaXYgY2xhc3M9J294eS1wb3N0LW1ldGEtYXV0aG9yIG94eS1wb3N0LW1ldGEtaXRlbSc+CgkJCTw/cGhwIHRoZV9hdXRob3IoKTsgPz4KCQk8L2Rpdj4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1jb21tZW50cyBveHktcG9zdC1tZXRhLWl0ZW0nPgoJCQk8YSBocmVmPSc8P3BocCBjb21tZW50c19saW5rKCk7ID8+Jz48P3BocCBjb21tZW50c19udW1iZXIoKTsgPz48L2E+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkJPD9waHAgdGhlX2V4Y2VycHQoKTsgPz4KCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlJz5SZWFkIE1vcmU8L2E+CiAgPC9kaXY+Cgo8L2Rpdj4=\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKICBtYXJnaW4tYm90dG9tOiAzZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdCB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogY29sdW1uOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgd2lkdGg6IDMzLjMzJTsKICBwYWRkaW5nOiAyMHB4Owp9CgolJUVQSUQlJSAub3h5LXBvc3Qtd3JhcHBlciB7CiAgYmFja2dyb3VuZDogd2hpdGU7CiAgYm94LXNoYWRvdzogcmdiYSgwLDAsMCwwLjEpIDAgMCA1cHg7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIG92ZXJmbG93OiBoaWRkZW47Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZSB7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBiYWNrZ3JvdW5kLWNvbG9yOiBncmV5OwogIGJhY2tncm91bmQtaW1hZ2U6IHJlcGVhdGluZy1saW5lYXItZ3JhZGllbnQoCiAgNDVkZWcsCiAgI2VlZSwKICAjZWVlIDEwcHgsCiAgI2RkZCAxMHB4LAogICNkZGQgMjBweCk7CiAgd2lkdGg6IDEwMCU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1maXhlZC1yYXRpbyB7CiAgcGFkZGluZy1ib3R0b206IDYwJTsKICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyOwogIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7CiAgcG9zaXRpb246IHJlbGF0aXZlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZGF0ZS1vdmVybGF5IHsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdG9wOiAxZW07CiAgcmlnaHQ6IDFlbTsKICBmb250LXNpemU6IC43ZW07CiAgY29sb3I6IHdoaXRlOwogIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMCwwLDAsMC41KTsKICBwYWRkaW5nOiAuN2VtIDFlbTsKICBmb250LXdlaWdodDogYm9sZDsKICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDsKICBib3JkZXItcmFkaXVzOiA1cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC10aXRsZSB7CiAgZm9udC1mYW1pbHk6ICdSYWxld2F5JzsKICBmb250LXNpemU6IDEuNWVtOwogIGxpbmUtaGVpZ2h0OiAxLjJlbTsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgZm9udC13ZWlnaHQ6IDkwMDsKICBkaXNwbGF5OiBibG9jazsKICBtYXJnaW46IDE2cHggMjRweCAyMHB4IDI0cHg7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogIG1hcmdpbi10b3A6IDAuNWVtOwogIGZvbnQtc2l6ZTogLjhlbTsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiByb3c7CiAgbWFyZ2luOiAwIDI0cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIGEgewogIGNvbG9yOiAjMDdBREI3OwogIHRleHQtZGVjb3JhdGlvbjogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgYTpob3ZlciB7CiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhLWl0ZW06OmFmdGVyIHsKCWNvbnRlbnQ6ICJcMDBiNyI7CgltYXJnaW4tcmlnaHQ6IC41ZW07CgltYXJnaW4tbGVmdDogLjVlbTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTpsYXN0LWNoaWxkOjphZnRlciB7Cgljb250ZW50OiAiIjsKCWRpc3BsYXk6IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHsKICBtYXJnaW46IDE2cHggMjRweDsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgcCB7CiAgbWFyZ2luOiAwOwp9CgolJUVQSUQlJSAub3h5LXJlYWQtbW9yZSB7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBib3JkZXI6IDJweCBzb2xpZCAjMDdBREI3OwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7CiAgbWF4LXdpZHRoOiAxMDAlOwogIHRleHQtYWxpZ246IGNlbnRlcjsKICBtYXJnaW46IDI0cHg7CiAgZGlzcGxheTogYmxvY2s7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIHBhZGRpbmc6IDEycHggMzZweDsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcmVhZC1tb3JlOmhvdmVyIHsKICB0cmFuc2Zvcm06IHNjYWxlKDEuMDUsMS4wNSk7Cn0KCiUlRVBJRCUlIC5wYWdlLW51bWJlcnMgewogIGNvbG9yOiAjMDdBREI3OwogIHRleHQtZGVjb3JhdGlvbjogbm9uZTsKICBmb250LXNpemU6IDE2cHg7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBtYXJnaW46IDAgMTJweDsKfQoKJSVFUElEJSUgLmN1cnJlbnQgewogIGJhY2tncm91bmQ6ICMwN0FEQjc7CiAgY29sb3I6ICNmZmY7CiAgcGFkZGluZzogMTJweCAxNnB4OwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQ==\",\"read_more_display_as\":\"text link\",\"paginate_alignment\":\"center\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"default\",\"query_post_types\":{\"0\":\"post\"},\"read_more_size\":\"16\",\"read_more_text_color\":\"color(4)\",\"read_more_button_color\":\"color(3)\",\"title_size\":\"24\",\"title_color\":\"color(1)\",\"title_hover_color\":\"color(4)\",\"meta_size\":\"12\",\"meta_color\":\"color(5)\",\"content_size\":\"16\",\"content_color\":\"color(5)\",\"read_more_text_hover_color\":\"color(4)\",\"read_more_button_hover_color\":\"color(3)\",\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{}},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section]'),
(34, 10, 'ct_template_type', ''),
(35, 10, 'ct_template_order', '1'),
(36, 10, 'ct_parent_template', '13'),
(37, 10, 'ct_template_single_all', ''),
(38, 10, 'ct_template_post_types', 'a:0:{}'),
(39, 10, 'ct_use_template_taxonomies', ''),
(40, 10, 'ct_template_taxonomies', NULL),
(41, 10, 'ct_template_apply_if_post_of_parents', ''),
(42, 10, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(43, 10, 'ct_template_all_archives', 'true'),
(44, 10, 'ct_template_apply_if_archive_among_taxonomies', ''),
(45, 10, 'ct_template_archive_among_taxonomies', NULL),
(46, 10, 'ct_template_apply_if_archive_among_cpt', ''),
(47, 10, 'ct_template_archive_post_types', 'a:0:{}'),
(48, 10, 'ct_template_date_archive', ''),
(49, 10, 'ct_template_front_page', ''),
(50, 10, 'ct_template_blog_posts', ''),
(51, 10, 'ct_template_search_page', ''),
(52, 10, 'ct_template_404_page', ''),
(53, 10, 'ct_template_index', ''),
(54, 10, 'ct_template_inner_content', ''),
(55, 11, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'63619539eb70129c97071b9184beae2a6e4944bb258f69c4bb1e5ad5e957f97c\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-98\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Other Single Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c1274cc7b4d1177fdc1a565c6e7aea252ac4b64c592c8825272d7db0073a1dbd\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"headline-10-98\",\"original\":{\"margin-bottom\":\"12\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'eb668b24aecd783ccfe25c663cf541c07c005d7b0f7c786935236b452c8ea99e\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-98\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'db44e0a7b1be8228cd4ea133a017c8d56afbff392cc25a54f7f432ff9d8a0938\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"text_block-12-98\",\"original\":{\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"color\":\"color(2)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f0e145c0320788c051e6a475794364ec2576365ad2a1b67d9552bbe200489a47\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-98\"}\'][oxygen ct_sign_sha256=\'f8aae5be7515150c44fb6dd2f7eae7a5c2ce154b0cb6eb022ac99185a940d66e\' data=\'date\' ][/ct_span][/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'25c6cc23a5c2a5459776c960098810dfaefdb384094c9e877cff777c39a2c776\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-98\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\"},\"activeselector\":false,\"nicename\":\"Other Single Content\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"0\"}}}}\'][ct_code_block ct_sign_sha256=\'8f5aea05bc20b86c220001b21ecf02a615fd5c47d1fec9f3ba65a1b6dd27dc08\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"code_block-4-98\",\"original\":{\"code-css\":\"Lmhvc3Rpbmctb3RoZXItc2luZ2xlIGgxLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgzLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg0LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg2IHsKCWNvbG9yOiAjMkE0NDVBOwogICAgbGluZS1oZWlnaHQ6IDEuMTsKICAgIGZvbnQtd2VpZ2h0OiA3MDA7CiAgICBtYXJnaW4tYm90dG9tOiAuMmVtOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDEgewogIGZvbnQtc2l6ZTogNjRweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyIHsKICBmb250LXNpemU6IDQwcHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoMyB7CiAgZm9udC1zaXplOiAzNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDQgewogIGZvbnQtc2l6ZTogMzJweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1IHsKICBmb250LXNpemU6IDI0cHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoNiB7CiAgZm9udC1zaXplOiAxNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIHRvcCBsZWZ0LCAjMDFBNUJDLCAjQUZEMTdFKTsKICBjb2xvcjogI2ZmZmZmZjsKICBwYWRkaW5nOiAxOHB4IDQycHg7CiAgbWFyZ2luLWxlZnQ6IDA7CiAgbWFyZ2luLXJpZ2h0OiAwOwogIGZvbnQtc2l6ZTogMTZweDsKICBsaW5lLWhlaWdodDogMS42ZW07CiAgZm9udC1zdHlsZTogaXRhbGljOwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBvbCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24tdGV4dCB7CiAgY29sb3I6IHJnYmEoMCwwLDAsMC4zKTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBhIHsKICBjb2xvcjogIzA3QURCNzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGE6aG92ZXIgewogIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwp9CgpwcmUgewogIHdoaXRlLXNwYWNlOiBub3JtYWwgIWltcG9ydGFudDsKICBjb2xvcjogcmdiYSgwLDAsMCwwLjMpOwp9Cg==\",\"code-php\":\"PCEtLSAtLT4=\"},\"activeselector\":false}\'][/ct_code_block][ct_text_block ct_sign_sha256=\'06235bd2bae1d2043b817e472be94aa639f275c2e0261697bc0a6bebccc96a67\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-98\",\"original\":{\"color\":\"color(5)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'afb5a201d9b17b0d146eb42f0e6d53ec655c7d105ece271e87a8fad96cd88c8a\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-98\",\"classes\":{\"0\":\"oxy-stock-content-styles\",\"1\":\"hosting-other-single\"},\"activeselector\":\"hosting-other-single\"}\'][oxygen ct_sign_sha256=\'c3b66dff1dc1557e12d3fd2d57a725778f4d675b3c1c49e4c49b402719b47fe0\' data=\'content\' ][/ct_span][/ct_text_block][/ct_section]'),
(56, 11, 'ct_template_type', ''),
(57, 11, 'ct_template_order', '0'),
(58, 11, 'ct_parent_template', '13'),
(59, 11, 'ct_template_single_all', ''),
(60, 11, 'ct_template_post_types', 'a:1:{i:0;s:4:\"page\";}'),
(61, 11, 'ct_use_template_taxonomies', ''),
(62, 11, 'ct_template_taxonomies', NULL),
(63, 11, 'ct_template_apply_if_post_of_parents', ''),
(64, 11, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(65, 11, 'ct_template_all_archives', ''),
(66, 11, 'ct_template_apply_if_archive_among_taxonomies', ''),
(67, 11, 'ct_template_archive_among_taxonomies', NULL),
(68, 11, 'ct_template_apply_if_archive_among_cpt', ''),
(69, 11, 'ct_template_archive_post_types', 'a:0:{}'),
(70, 11, 'ct_template_date_archive', ''),
(71, 11, 'ct_template_front_page', ''),
(72, 11, 'ct_template_blog_posts', ''),
(73, 11, 'ct_template_search_page', ''),
(74, 11, 'ct_template_404_page', ''),
(75, 11, 'ct_template_index', ''),
(76, 11, 'ct_template_inner_content', ''),
(77, 12, 'ct_builder_shortcodes', '[ct_inner_content ct_sign_sha256=\'f7a9d5b56baf001449b29e3b78c5cb423e359cae8645fd983d89dac6fe39a576\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"inner_content-3-88\"}\'][/ct_inner_content]'),
(78, 12, 'ct_template_type', ''),
(79, 12, 'ct_template_order', '1'),
(80, 12, 'ct_parent_template', '13'),
(81, 12, 'ct_template_single_all', ''),
(82, 12, 'ct_template_post_types', 'a:1:{i:0;s:4:\"page\";}'),
(83, 12, 'ct_use_template_taxonomies', ''),
(84, 12, 'ct_template_taxonomies', NULL),
(85, 12, 'ct_template_apply_if_post_of_parents', ''),
(86, 12, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(87, 12, 'ct_template_all_archives', ''),
(88, 12, 'ct_template_apply_if_archive_among_taxonomies', ''),
(89, 12, 'ct_template_archive_among_taxonomies', NULL),
(90, 12, 'ct_template_apply_if_archive_among_cpt', ''),
(91, 12, 'ct_template_archive_post_types', 'a:0:{}'),
(92, 12, 'ct_template_date_archive', ''),
(93, 12, 'ct_template_front_page', ''),
(94, 12, 'ct_template_blog_posts', ''),
(95, 12, 'ct_template_search_page', ''),
(96, 12, 'ct_template_404_page', ''),
(97, 12, 'ct_template_index', ''),
(98, 12, 'ct_template_inner_content', ''),
(99, 13, 'ct_builder_shortcodes', '[ct_div_block ct_sign_sha256=\'3d80534c801985b2462a5a204ecaba21eb0ea0eea0228cab57ab674624f26e86\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'621f0fdb4a6fc5abe6920c3799581f168702c4518d9443507a6e71f362a7545e\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'e902a30cdb97328edbbab2f2b0af46687bca072caf2fb662ecad3ea1348f948d\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'4613868e04d422d4ebb98c24ccd0806905e34bdc5578646edeeff3e7d35bf298\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'42b6663cf2fc5cca4a454a43d146e303a8822fc0de6b9514975e077a31e3e25d\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'fdef88cb298f900a57c5dbc303bbbe6e588283931a4f449931fabab88be9055c\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'2256f6f4b5fed3580254e4b98fd722e8d3dc2841b6eb01acfe7d75b7c611b568\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\",\"button-color\":\"#3585b8\",\"url\":\"#\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"},\"hover\":{\"background-color\":\"color(3)\",\"button-text-color\":\"#3585b8\",\"button-style\":\"2\",\"button-color\":\"#3585b8\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(300, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'d3a8b3fe19c5a0e3f04a014fb5c661e2251e8dc508a4bc457d340c159a31fede\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'5b56451c4d33773f780904965ab82c88359c9e0a1502081cbc7b1435da5d3ef1\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'ea8cb01d1e1136a48063ba81f23c4f89059e0074acdae90976ec66e9363cf4ee\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'7d40f749a0267ff1d141d27fb65a71e8bad2522250f0acb591171d84cc3d5caf\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(251, 13, 'ct_preview_url', 'https://newgen.stun.tech/');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(252, 13, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(253, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'40e13c501d2696c673935ed76f4464c94ed4a23a8291161f1e544eab0a25defb\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'ac39710e1b4e4519f9b88b32d96d74b6b5146a5f3b318c94da529c3302353c71\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'d4b386ff18db2b3dc24d9c4bbdb9f3840a75f5251b1bd424569b0a7bb7648ec8\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'12824aed854a378cdb975b8c54846c41b8a4c58a248a0c50c8c2ac5d8a6e7b47\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'6a87c0f5e1ab9dbe3e2edf6ea750066a10bd1e82dcfbe3ec4e0c40c4d8e52415\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']Proudly designed with Oxygen, the world\'s best visual website design software[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ad2a5d5c53a0fcd95cf309ecbcba9a2867be17411810ef1110c266d32b7fff0d\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'b1f3f00678c5996fe490b264b61e42e1027cebb42d3351ecc66acec8ce971942\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://linkedin.com\",\"icon-youtube\":\"https://youtube.com\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(100, 13, 'ct_template_type', ''),
(101, 13, 'ct_template_order', '0'),
(102, 13, 'ct_parent_template', NULL),
(103, 13, 'ct_template_single_all', ''),
(104, 13, 'ct_template_post_types', 'a:0:{}'),
(105, 13, 'ct_use_template_taxonomies', ''),
(106, 13, 'ct_template_taxonomies', NULL),
(107, 13, 'ct_template_apply_if_post_of_parents', ''),
(108, 13, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(109, 13, 'ct_template_all_archives', ''),
(110, 13, 'ct_template_apply_if_archive_among_taxonomies', ''),
(111, 13, 'ct_template_archive_among_taxonomies', NULL),
(112, 13, 'ct_template_apply_if_archive_among_cpt', ''),
(113, 13, 'ct_template_archive_post_types', 'a:0:{}'),
(114, 13, 'ct_template_date_archive', ''),
(115, 13, 'ct_template_front_page', ''),
(116, 13, 'ct_template_blog_posts', ''),
(117, 13, 'ct_template_search_page', ''),
(118, 13, 'ct_template_404_page', ''),
(119, 13, 'ct_template_index', 'true'),
(120, 13, 'ct_template_inner_content', ''),
(121, 14, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'729cfd9c98885bf1218187f94f6fdd034cf77d11ba967639eb7d007269c5fa7a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-139\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'a4f7d4de0a02b4538ec2c6eb5c7ed413e5a81cb8467b1189b42c9e01495b32fb\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-139\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission to&nbsp;help you grow your business[/ct_headline][ct_fancy_icon ct_sign_sha256=\'973c507c52326a8ea4984eb5aac682b2951f766ba0152036ff4371cc43019ce5\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"fancy_icon-6-139\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'eb0bc6ccdf8274eb794a11712657ae3b198a2b6c05ea2da3f125978ade819993\' ct_options=\'{\"ct_id\":7,\"ct_parent\":2,\"selector\":\"text_block-7-139\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'f8559dcdb56b92e8db94789fd5a2fc492ae3789c1c875550ea96679b9dd01715\' ct_options=\'{\"ct_id\":11,\"ct_parent\":2,\"selector\":\"link_button-11-139\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'cb833dcbc156800d3c19e7a71ec285c4d51ffd4503641222e9ffb6ecff4a15ee\' ct_options=\'{\"ct_id\":13,\"ct_parent\":0,\"selector\":\"section-13-139\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'9ff73f35a0317cc13fd3f241e8e36d4c90c618fc85d69867101f610dda6ab69e\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"new_columns-14-139\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'813d4a96ce68a60d9a2d36902c22d336ed1b85e224bc28a429b2c48bbfaa0b69\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"div_block-15-139\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7374dfcc05b6d9feaf08198d02b0c1b0c1511e255967ad95d4dd70e57280596a\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"image-18-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7048cb149703bc134a33757243d667870c8435f0fe2c6ac3968b8a958bdd4b9c\' ct_options=\'{\"ct_id\":19,\"ct_parent\":15,\"selector\":\"image-19-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'da0badffa9d572ff27e2b474535e4d6573d4d369e3c857785adb38690ffa99fd\' ct_options=\'{\"ct_id\":16,\"ct_parent\":14,\"selector\":\"div_block-16-139\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'25a24b8bdfef79c8e24e4a8f01ed2e00c6c9952e467e0cf0192b0ecf06b3e392\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"image-20-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7935b807aba61cd6ec324f6900b8625814d88e70ba2be18ee733c27c8a9a9482\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"image-22-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7e7d811a3ede1bc655f24d7cec01b638637531520848a2308941d3004e4aeea7\' ct_options=\'{\"ct_id\":17,\"ct_parent\":14,\"selector\":\"div_block-17-139\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'1bc5471124e85f785c8367e66bc0af4140930d870f35d14f20d8eb01b53c15c7\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"image-23-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'8ef0fe703a7f5085bf9b87141726d705a0573cf38786a057409af1753a4620b9\' ct_options=\'{\"ct_id\":25,\"ct_parent\":17,\"selector\":\"image-25-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\",\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'ab59136b0daeb723d16dec9d2a98e4d7b2797c09f42826d35afadc60b178ec70\' ct_options=\'{\"ct_id\":26,\"ct_parent\":0,\"selector\":\"section-26-139\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2c8502b216ae5747f701d33bf7f079234db3f4adad049154d2bf2b9da4ea430e\' ct_options=\'{\"ct_id\":69,\"ct_parent\":26,\"selector\":\"headline-69-139\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'ecc1ba69f63a26ed8f428f2a33f52166a2da86b693aac2719101dc227f59b12f\' ct_options=\'{\"ct_id\":72,\"ct_parent\":26,\"selector\":\"new_columns-72-139\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4cebb9fcf75e74e13b2f0cdb58f1ebf1ce77427040e88c98917f7f4432981075\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'1fd6ad775fb37b013c9ae5428c7ed8b08d63d999ce3bac4d1bd069ba35cf9d2d\' ct_options=\'{\"ct_id\":35,\"ct_parent\":73,\"selector\":\"fancy_icon-35-139\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'320de7a503956ea82b1a9f17488e919931084fd187724cb91622631c944789dc\' ct_options=\'{\"ct_id\":42,\"ct_parent\":73,\"selector\":\"headline-42-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'5400d95047ceab29e0781eff25db778ba975547250459930210a956bfdcae955\' ct_options=\'{\"ct_id\":53,\"ct_parent\":73,\"selector\":\"text_block-53-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e9e6a1220053aa711f0e5b9aa8df979662e06a6f4b307dfcbeaafe185c0b4d56\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'e78ecb44565a69565521a421004ea7de5653fd7081b4e8d6f59a6c706cd52137\' ct_options=\'{\"ct_id\":36,\"ct_parent\":74,\"selector\":\"fancy_icon-36-139\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7b721c703680d331c4eaa21b8ca612ec8fd0e371c3651366e9313499623cc6a8\' ct_options=\'{\"ct_id\":43,\"ct_parent\":74,\"selector\":\"headline-43-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'83e9336f7e59ced78efe758b45d4a8767aa60eed551896e4c2ea2680f783f647\' ct_options=\'{\"ct_id\":57,\"ct_parent\":74,\"selector\":\"text_block-57-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1164c8d385201fdf7c4a4c06bcebf466f4dd3c28054fb08e8769647051401d4d\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'9b4c56e03aed65e052bca8c04d7654704dd5aa7dca68d71f5836ea4eb7d1fd94\' ct_options=\'{\"ct_id\":37,\"ct_parent\":75,\"selector\":\"fancy_icon-37-139\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c9ad1321e154f434844ee6fd3bae6cccdb3e47e41ab679f6fffb0c4da0e00dd3\' ct_options=\'{\"ct_id\":45,\"ct_parent\":75,\"selector\":\"headline-45-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'84c448ea1cf23ecbaf238e388fdce2275070969279f6a4ed596ff0f9826c0945\' ct_options=\'{\"ct_id\":59,\"ct_parent\":75,\"selector\":\"text_block-59-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a3bf3e7954d344e1eff8999d82bf6cecfca2c80283743ffa8b5374ee427896b8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":72,\"selector\":\"div_block-76-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'4ca2d6cdbbf8596eb6779e8c5bfdf63ddc6dd06541144876f4b73aa07ae6e3c9\' ct_options=\'{\"ct_id\":38,\"ct_parent\":76,\"selector\":\"fancy_icon-38-139\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'8f860a37ab4a5927d9610528a6c6a6af18a2519ac281ec713b8ecdeb9d316cd5\' ct_options=\'{\"ct_id\":47,\"ct_parent\":76,\"selector\":\"headline-47-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'c4f59d9ad660249f2ea4dff6cfe6d534f445b0553baed91773692b8a0aaf075d\' ct_options=\'{\"ct_id\":61,\"ct_parent\":76,\"selector\":\"text_block-61-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(122, 14, 'ct_other_template', '0'),
(123, 15, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'cf7eb4c467327e4d9d29033a0b0e6b64246dda07231a6dfab5a9a5569de24bb6\' ct_options=\'{\"ct_id\":96,\"ct_parent\":0,\"selector\":\"section-96-133\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-bottom\":\"90\"},\"nicename\":\"Features Hero\",\"ct_category\":\"Heros & Titles\",\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'8898102f761b915779eb881337727a89303dea81ccb50d5d36954cbcff7bd0ad\' ct_options=\'{\"ct_id\":98,\"ct_parent\":96,\"selector\":\"headline-98-133\",\"original\":{\"margin-left\":\"40\",\"margin-right\":\"40\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Help Businesses to&nbsp;Grow[/ct_headline][ct_text_block ct_sign_sha256=\'49bc40e76cd0ccfa5214edcc6129accd0af1d4e61c2c401e2c909f421cb5ab43\' ct_options=\'{\"ct_id\":102,\"ct_parent\":96,\"selector\":\"text_block-102-133\",\"original\":{\"margin-left\":\"40\",\"margin-right\":\"40\",\"max-width\":\"480\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"},\"activeselector\":false}\']Dashwoods eagerness oh extensive as discourse sportsman frankness. Husbands see disposed surprise likewise humoured yet pleasure. Fifteen no inquiry cordial so resolve garrets as.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'615d77b5d7f48c339ff667e4f08083d0732b9d7b7ab15d512a844e90477be34b\' ct_options=\'{\"ct_id\":107,\"ct_parent\":96,\"selector\":\"div_block-107-133\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'15e735e1798fa2477761e10ba1a6840f325f56fb67664729bccb836c1154bc95\' ct_options=\'{\"ct_id\":108,\"ct_parent\":107,\"selector\":\"link_button-108-133\",\"original\":{\"margin-left\":\"6\",\"margin-right\":\"6\",\"url\":\"/login/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Get Started[/ct_link_button][ct_link_button ct_sign_sha256=\'da04807c83c88719e9cbfdab11e573093aafcc066073ec93c74491e17d5c2ab1\' ct_options=\'{\"ct_id\":109,\"ct_parent\":107,\"selector\":\"link_button-109-133\",\"original\":{\"margin-left\":\"6\",\"margin-right\":\"6\",\"url\":\"/products/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'8dc1e4142f595166b2a4c4cb5fddccf9d27effe978d9aff55334cd106680f4b5\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'15cf5b2a3604b9300c86252d47f1e7023acc460c342930a1b7273969934251bc\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"new_columns-3-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"reverse-column-order\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'59c8513cc37728dcd8db0d25a570febcdd7a6e249a96e1ec5363d44a4347d6ad\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'da23e8dfbe4cb99be83866615528e321cd55dd6856e2eeafc2cc9025d448166b\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"headline-6-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Free to Try[/ct_headline][ct_text_block ct_sign_sha256=\'09e836e07ed12b135dd30ca947c08dcb7d7c1e4edd6749241a845a942255acec\' ct_options=\'{\"ct_id\":8,\"ct_parent\":4,\"selector\":\"text_block-8-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']On am we offices expense thought. Its hence ten smile age means. Seven chief sight far point any. Of so high into easy. Dashwoods eagerness oh extensive as discourse sportsman frankness.[/ct_text_block][ct_link_button ct_sign_sha256=\'b1f6573cab2bd4dd3d8d02948b83c2c32f18e66f9de9f2abe746736bf6485ad9\' ct_options=\'{\"ct_id\":10,\"ct_parent\":4,\"selector\":\"link_button-10-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9ed3c499f7459679a110d6b6bfaf9b7d870744d9d26444e09e00107bfd032317\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"div_block-5-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'6fa1e687275a6ea2058a351713359f1dd3823298423f46be7f3f4ea6dbc212dc\' ct_options=\'{\"ct_id\":13,\"ct_parent\":5,\"selector\":\"image-13-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/280ddb8e-7c33-4807-b93e-7e137deeab082x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'cef887c0b527e90f20730dbf689e217f51e416a0ae0ff690069488cffeb18a01\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'de57b3a47abac0709207daa6f7fe4ad04f7e7e96f80ea53156dcef327415c116\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"new_columns-15-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'f718b93f2ef8fde316b2c665d62ffbce696a4e0ad0de9c25c4744dd2fdf107f7\' ct_options=\'{\"ct_id\":20,\"ct_parent\":15,\"selector\":\"div_block-20-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'571e47fc826aa947f49cc8e4e5b51d2b22d958cacf8e06fc0f1a2c5ebc02be56\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"image-21-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/b194577b-1049-4392-abcf-72e40dce5f7b2x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'11a0c2b7d0de1aec114bcf4951511db45d0bd953b648fb4a02e02da92271940e\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"div_block-16-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'a0e960ed0f77aa16112292eca33c2e3d05c523323bd6c6e2bc000c4d98db1ed0\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"headline-17-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Cloud Server Storage[/ct_headline][ct_text_block ct_sign_sha256=\'01be3b481c4bd840455ef2431eac4446db60f52f5ca1cb9bbf5ecedf6249c964\' ct_options=\'{\"ct_id\":18,\"ct_parent\":16,\"selector\":\"text_block-18-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']In as name to here them deny wise this. As rapid woody my he me which. Men but they fail shew just wish next put. Led all visitor musical calling nor her. Within coming figure sand things are.[/ct_text_block][ct_link_button ct_sign_sha256=\'245aae74b7b8554789f331f8d80e014187a70a46046f286e50965b17105d4fc8\' ct_options=\'{\"ct_id\":19,\"ct_parent\":16,\"selector\":\"link_button-19-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'88c135367b714929a2c059d4d357a7d87b20580c08051c0d40762cca4c140bfe\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-133\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Features Row\",\"ct_category\":\"Showcase\"}\'][ct_new_columns_3 ct_sign_sha256=\'df11d1faaeb8602426e776b97723c85ffbc1b2c75c90349fe0e43575e4b69d9b\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"new_columns-46-133\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'263223bf06dcf4b02695c3239f6b020106a5dda9bd164e731edaeb3413c3e14e\' ct_options=\'{\"ct_id\":88,\"ct_parent\":46,\"selector\":\"div_block-88-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'2fb6b432068bc83cfff61263a2fc17f93b2bc71d28a209e70d30652b842720d1\' ct_options=\'{\"ct_id\":89,\"ct_parent\":88,\"selector\":\"fancy_icon-89-133\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a492306ab4e16c1c40f9cc31b0b74137ebc07a2b2f3b40cc230463c84caf3762\' ct_options=\'{\"ct_id\":90,\"ct_parent\":88,\"selector\":\"headline-90-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']Cross-Marketing Opportunities[/ct_headline][ct_text_block ct_sign_sha256=\'47173cc5c84360e760c637283df9c7c11812ee3815b2de366486e2ed0993737e\' ct_options=\'{\"ct_id\":91,\"ct_parent\":88,\"selector\":\"text_block-91-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Far estimable extremely middleton his concealed.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cee7ce94bbca4ab5ef3a9814f00baca576d0268ae924f481fe552f3e8e91a325\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"div_block-47-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\",\"background-color\":\"color(11)\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"border-radius\":\"5\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'1de20e8ce10f01a0a81e9c84cf844b14df0265d7eda6ec6c9f5bc47118d7e462\' ct_options=\'{\"ct_id\":51,\"ct_parent\":47,\"selector\":\"fancy_icon-51-133\",\"original\":{\"icon-id\":\"Lineariconsicon-coffee-cup\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f911da53e9245afb316314da5a6278f5d6106ce829b1c985746c34736af06665\' ct_options=\'{\"ct_id\":58,\"ct_parent\":47,\"selector\":\"headline-58-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']Speed-Up your Website[/ct_headline][ct_text_block ct_sign_sha256=\'73984ffca0f2805d6815192d94f086bf22c620918996174288a2e4f7110ead88\' ct_options=\'{\"ct_id\":73,\"ct_parent\":47,\"selector\":\"text_block-73-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Drawings can followed improved out sociable not. Earnestly sod.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2f5e430000c99a9df36fe63ce61ea40ed710ffb10fa28d7525c66f1d6e580430\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\",\"nicename\":\"Div 48\"}\'][ct_fancy_icon ct_sign_sha256=\'80dedb4bb692d2d286da3f965ef9ea2454c8e4c27e1490d0067a143caffbe994\' ct_options=\'{\"ct_id\":52,\"ct_parent\":48,\"selector\":\"fancy_icon-52-133\",\"original\":{\"icon-id\":\"Lineariconsicon-lock\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'251d9d6c2d53aa40b68fb577e2b6010954dd0bd98a0d9a8dfdeb343176b209f5\' ct_options=\'{\"ct_id\":59,\"ct_parent\":48,\"selector\":\"headline-59-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']100% Secure Connection[/ct_headline][ct_text_block ct_sign_sha256=\'e3050970d88684d474315abd16cb6bf450422c3a533e862dc443bd8a73a0888c\' ct_options=\'{\"ct_id\":75,\"ct_parent\":48,\"selector\":\"text_block-75-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Allowance too applauded now way something recommend.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'447e9249c5838526253c88827c627218865844ee1a21c8c831de1441340bcf70\' ct_options=\'{\"ct_id\":24,\"ct_parent\":0,\"selector\":\"section-24-133\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'3cb38ee0edd73841412a66a3bb9c17f34ec2245fb0d52542e3754b98eec785ba\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"new_columns-25-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"never\",\"reverse-column-order\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c0cc7cfa88355f9e0a69d8437e904731666bdd49b0c66c08ecaf7600a253994a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"div_block-26-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'be1b8599387032d037565df0570ce8dbd9952f3df92a3c214f625d5383bcfc63\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"headline-27-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Full File Access[/ct_headline][ct_text_block ct_sign_sha256=\'8328bfb0d8a6a514cb2ab51231216ec890d45b3c1b08f6fb85be92b5823787a1\' ct_options=\'{\"ct_id\":28,\"ct_parent\":26,\"selector\":\"text_block-28-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Continual delighted as elsewhere am convinced unfeeling. Introduced stimulated attachment no by projection. To loud lady whom my mile sold four. Need miss all four case fine age tell.[/ct_text_block][ct_link_button ct_sign_sha256=\'87a7710070edf33ea5a70a5f1bdcb5fc0120162b3a9a0f65ba6de345511ffdfc\' ct_options=\'{\"ct_id\":29,\"ct_parent\":26,\"selector\":\"link_button-29-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5126b8cfe48d615fea6d57a9c99863afee06d4bfe35b138f45503e306b688a21\' ct_options=\'{\"ct_id\":30,\"ct_parent\":25,\"selector\":\"div_block-30-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'d304ec0e6c0536be5385fc82b769dd848197c260155147b9ac7aa5755591a5de\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"image-31-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/f387b9c4-f497-48ac-845a-05ba97f805d12x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'263b3e54f924c751d6f6573e29438fe41b7876ae6a194d6b9af74ee8dcf4a686\' ct_options=\'{\"ct_id\":33,\"ct_parent\":0,\"selector\":\"section-33-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(3)\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'cc25ecde0573f53c4d0ccf010cd4c2197bd97c2d80566575f5990cffb78361b2\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"new_columns-34-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'3db9f867fb400b18b04b29f534bec7f121a5c3ab15bc566cede8c15a59b9b441\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"div_block-35-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7a854aa8a570e3ce09f2354ed3a67b8fee45759f010bdf0c6dd1368b1d223b9c\' ct_options=\'{\"ct_id\":36,\"ct_parent\":35,\"selector\":\"image-36-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e6ae632e6e9459516b0372e3b6dbec17adca193f3937cc6131254734e9b3a0cd\' ct_options=\'{\"ct_id\":37,\"ct_parent\":34,\"selector\":\"div_block-37-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'4420d7d8c663341bf7a19be075b2904cf3bc1055e3b5e64357dce25895f0fab0\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']DDos Protection[/ct_headline][ct_text_block ct_sign_sha256=\'5ebf88a3419a613f5838cface305f4a3145aad2bc6ac88764f4a622d7ab14d4e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Civility vicinity graceful is it at. Improve up at to on mention perhaps raising. Way building not get formerly her peculiar. Up uncommonly prosperous sentiments simplicity acceptance to so.[/ct_text_block][ct_link_button ct_sign_sha256=\'4f193ce422831d23e936bacf0475d0489f31f6643cc8b3f2ca2c8c939092e4bf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":37,\"selector\":\"link_button-40-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(124, 15, 'ct_other_template', '0');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(125, 16, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'d1a9d9c9f833f8d3e5ed8d94b6a4be4792c2828b1f2da4053ceada0915b6def0\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-115\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"20\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"nicename\":\"Products Hero Section\",\"ct_category\":\"Heros & Titles\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'b6550489b3b57d72cae96be0cf8667952c76618277ca01c30f4ca6193b38fee6\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-115\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get Fully Managed<br>Hosting Located in&nbsp;USA[/ct_headline][ct_text_block ct_sign_sha256=\'4ebe553b5ac20f7c88f414c5b416093bd5b192e226dce74bb1c3defc07e48d9a\' ct_options=\'{\"ct_id\":7,\"ct_parent\":2,\"selector\":\"text_block-7-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"max-width\":\"480\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']One morning, when Gregor Samsa woke from troubled dreams, himself transformed in his bed into a horrible vermin.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'bb8e8d30fceab3a2231cb828164f55650d800eb6b5a69801f18ef2091571f5fb\' ct_options=\'{\"ct_id\":9,\"ct_parent\":2,\"selector\":\"new_columns-9-115\",\"original\":{\"max-width\":\"720\"},\"media\":{\"tablet\":{\"original\":{\"max-width\":\"360\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'b5ec2f0e4be373f2c7c0f3d9770577fda4dfd44345449f5b092cedb3329c8227\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-115\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_div_block_4 ct_sign_sha256=\'a24c64748b2287e944bf25f0ae361d31e674124407b30b50087de4fd8c7ed60d\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"div_block-13-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'709059fb5999953ff6fcf0854a715a3db548412ed7ea96640cb2e319fe7b1989\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"fancy_icon-14-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c9c3e6e8765f78ce301da3aaad9e843db27c46f40d473cc3f80f7f177fba1ac6\' ct_options=\'{\"ct_id\":15,\"ct_parent\":13,\"selector\":\"text_block-15-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']24x7x365 support coverage;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'61e2bf211f3cd8f0bc6668ed6af1d835230c7c2815e3f521a013daf7a5154f04\' ct_options=\'{\"ct_id\":17,\"ct_parent\":10,\"selector\":\"div_block-17-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'989b58b2369154deb42d6f793ddf27ff075f511ba9d55656bb295ec0f3641c37\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"fancy_icon-18-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'057da57aeebc24cdc888ff5ab34334fb604b47fd5a91e0822ff642d2a47d0014\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"text_block-19-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Transparent 100% Uptime SLA;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'e7cf39f69122301d1c7b2574cf9c5eb135c2f99e7c86bfeac6814f452f7d12ef\' ct_options=\'{\"ct_id\":23,\"ct_parent\":10,\"selector\":\"div_block-23-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'c92340a13d454d56836c5091f608ce86081c5424a5e61b4aa3d03b16c888df8e\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"fancy_icon-24-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'1fb48139293c186bce088e30b0cfc81497f2d697eac59e5258624db63e683517\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"text_block-25-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Windows and Linux VPS available;[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e56aa21cc83b7cbaabe76142011185f2c56d7f9b2f92425a8503be02dc07bd37\' ct_options=\'{\"ct_id\":11,\"ct_parent\":9,\"selector\":\"div_block-11-115\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_div_block_4 ct_sign_sha256=\'9e2a8040a59e95fc8b0fe32ccf3d0d0571a10d2d4c525a777febff523350ffa7\' ct_options=\'{\"ct_id\":20,\"ct_parent\":11,\"selector\":\"div_block-20-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'f30beb01f01a67abe283c47069760f094eb44975c64ef303377494054fb80af6\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"fancy_icon-21-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'218616c2b2692d4d094cdc8d38dc71d2796e1e1117ee06f18e535fd8099a6273\' ct_options=\'{\"ct_id\":22,\"ct_parent\":20,\"selector\":\"text_block-22-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Automatic daily backups;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'507a0f4f79bbe5ce319c8f65c75768adddb8a71e4950ad8bdf2a7b791311d778\' ct_options=\'{\"ct_id\":29,\"ct_parent\":11,\"selector\":\"div_block-29-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'71d21d5463c2ffe61c3d52171caec7eda77c8b1a564ff2e3d2ada4be3fc823b9\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"fancy_icon-30-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'06e9538f2f268ce6a96b3ec8e25cf121ee253adbf9d7d43bf59f9befb5ccf655\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"text_block-31-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']No limits on support time per month;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'69862593b8b38a5d6fc6ed2c56b95526bfb2fb9cc0de9352efba17b3e8672139\' ct_options=\'{\"ct_id\":32,\"ct_parent\":11,\"selector\":\"div_block-32-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'0bb13c0bbee52f9f546e584e4a9cf7bb1606b176afec62a76670d620cb386bfb\' ct_options=\'{\"ct_id\":33,\"ct_parent\":32,\"selector\":\"fancy_icon-33-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'4266b92f736ab17f87917b755ba5ee4ca9d92bce82802ea54d27604edf718851\' ct_options=\'{\"ct_id\":34,\"ct_parent\":32,\"selector\":\"text_block-34-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Easy Scalability.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'f4c333d70bd6839810090343956ed485796af6757d95d8ce810f3602f5541eee\' ct_options=\'{\"ct_id\":45,\"ct_parent\":0,\"selector\":\"section-45-115\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"ct_category\":\"Showcase\",\"nicename\":\"Products Section\"}\'][ct_new_columns_3 ct_sign_sha256=\'4a54ba157ee798a6bcc3a53effc585e2f762a16854be7b5da53a094d9909facb\' ct_options=\'{\"ct_id\":46,\"ct_parent\":45,\"selector\":\"new_columns-46-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'c8921fcdd55fea986f2ea38f4faaf63c0ac3d3f1cb97295458385fce2da7e0e0\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"div_block-47-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'7378fefbf21ba319729a84cb5be0568870354171c92edc6b84b3f88754f9db35\' ct_options=\'{\"ct_id\":51,\"ct_parent\":47,\"selector\":\"div_block-51-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'be147729169df419692bb35ae0b629dfdf063dd41f6fb95c6cfbfc330eb26ccb\' ct_options=\'{\"ct_id\":69,\"ct_parent\":51,\"selector\":\"fancy_icon-69-115\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6cfa47fc0ee1f5a15dedc61154be5ee3da87f23860ee8f9742a7383df97509f0\' ct_options=\'{\"ct_id\":58,\"ct_parent\":51,\"selector\":\"headline-58-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Managed VPS[/ct_headline][ct_text_block ct_sign_sha256=\'7e0dd7f98262dfaa6d7468957bc608d6ee0437b93b258240b71bd09147813d48\' ct_options=\'{\"ct_id\":87,\"ct_parent\":51,\"selector\":\"text_block-87-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'6a34461364931a9743f1d061832e6c02a6677c003a28df433d3be034683f2e24\' ct_options=\'{\"ct_id\":91,\"ct_parent\":87,\"selector\":\"span-91-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;24x7x365 support coverage;[/ct_text_block][ct_text_block ct_sign_sha256=\'38854b58a843a5d91e82566683d8a138f2ef61e78b9af2520397074599370293\' ct_options=\'{\"ct_id\":94,\"ct_parent\":51,\"selector\":\"text_block-94-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'e202c9028e9fecb3ecd0ea562cf0f03707abe0d878d2ac19fe4e13ab61b7027c\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"span-95-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'f6c656a64040a831ca4f0ffe857741d5daed7f86c9942335a83501f35473287c\' ct_options=\'{\"ct_id\":98,\"ct_parent\":51,\"selector\":\"text_block-98-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'114eeb355e3789706788bae47dc6c2be1a0640c2b1991003ac83866a4b3c0aae\' ct_options=\'{\"ct_id\":99,\"ct_parent\":98,\"selector\":\"span-99-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'9dabef5f08a6428bc03fd7fa7aef143fc0ef22c32966a5a3f68435f8f27bb33f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":51,\"selector\":\"headline-138-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$49[/ct_headline][ct_text_block ct_sign_sha256=\'98d028e902cdff674ca798080bed9bf4408009a4d18aa13af625c94178b0dc6e\' ct_options=\'{\"ct_id\":152,\"ct_parent\":51,\"selector\":\"text_block-152-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'e22fdd751cbbc84a5de2998ed1b05c521e857a38485f1068834e98229c63b495\' ct_options=\'{\"ct_id\":77,\"ct_parent\":51,\"selector\":\"link_button-77-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top-unit\":\"px\"}}}}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1bedfc8d8144576c7c6e45666983444e168ebf51b7a3a5377b261269d57f15c9\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e1db4d7d79f5578b60f2aab10099486cff14bb4b040ed4cc2b294da91dd41fca\' ct_options=\'{\"ct_id\":52,\"ct_parent\":48,\"selector\":\"div_block-52-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'2b7cf63723f043ba539af61e88870a445bc1e0af972d931e606d08e2cc84c784\' ct_options=\'{\"ct_id\":71,\"ct_parent\":52,\"selector\":\"fancy_icon-71-115\",\"original\":{\"icon-id\":\"Lineariconsicon-printer\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1f2697b82e1ac03e452acc92865e531992ff2566080671cee54a0c15934f5a62\' ct_options=\'{\"ct_id\":60,\"ct_parent\":52,\"selector\":\"headline-60-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Servers[/ct_headline][ct_text_block ct_sign_sha256=\'a45ce7f0c0182ff1261f064b2454bfac837067c8088e4df575f45c3d0a8e1899\' ct_options=\'{\"ct_id\":102,\"ct_parent\":52,\"selector\":\"text_block-102-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'3d6d95b3b0d651233d6c67e3c62e9d7884b6c6f4cfd06e476aa915ae30e2d38f\' ct_options=\'{\"ct_id\":103,\"ct_parent\":102,\"selector\":\"span-103-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;No limits on support time per month;[/ct_text_block][ct_text_block ct_sign_sha256=\'93bdf04f8f572e9ad3f42b8e1be1e991961ebe768c6dee6a122e97b70a558a99\' ct_options=\'{\"ct_id\":105,\"ct_parent\":52,\"selector\":\"text_block-105-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'908994f1bd9232f997adcb93bbe2a14ba54a2afc91b4534eef4d431d4252c39b\' ct_options=\'{\"ct_id\":106,\"ct_parent\":105,\"selector\":\"span-106-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'4fd86bf0c3f566d463f6ed90ea0ba370ecc1b786751b5099b8f14d92c750cc9f\' ct_options=\'{\"ct_id\":108,\"ct_parent\":52,\"selector\":\"text_block-108-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'9b44544271ae708c0aab33dcb0f952e9486ca43804217a5f577011f5f4908839\' ct_options=\'{\"ct_id\":109,\"ct_parent\":108,\"selector\":\"span-109-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'32330a37ee71cc284dd9a29003041a0915d913419924369f4fe946649d6e14f5\' ct_options=\'{\"ct_id\":142,\"ct_parent\":52,\"selector\":\"headline-142-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$79[/ct_headline][ct_text_block ct_sign_sha256=\'a9dabd34de3edb8d17ab1b755838fd012cc96aaa15a1ff9d8ac5537de812e3fb\' ct_options=\'{\"ct_id\":154,\"ct_parent\":52,\"selector\":\"text_block-154-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'aacd72539d92dc32398138dba52d459e54dc1b28a102f793a2095297d617bc12\' ct_options=\'{\"ct_id\":80,\"ct_parent\":52,\"selector\":\"link_button-80-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'28a79b3abb83af005e096b0555b33df3d894c577f5a79aa07cb5de50be80442a\' ct_options=\'{\"ct_id\":49,\"ct_parent\":46,\"selector\":\"div_block-49-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'f23fab2545ba5e56d58a97980861e09d7b7daa52fa31061e8cc09c40b742e0f5\' ct_options=\'{\"ct_id\":54,\"ct_parent\":49,\"selector\":\"div_block-54-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'afcb30f91b176ad9c5d154b8b0d583a705534153a2dac3a317aa4a27209f9f79\' ct_options=\'{\"ct_id\":73,\"ct_parent\":54,\"selector\":\"fancy_icon-73-115\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-upload\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1f6b3e662397884ba5400dfca6c951a4e0141dbd88c279c0bdb8d32cdebef590\' ct_options=\'{\"ct_id\":62,\"ct_parent\":54,\"selector\":\"headline-62-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Private Clous[/ct_headline][ct_text_block ct_sign_sha256=\'bdc75984633e6edf47885914891993d971706f508f2581b9dc33a76d5f0ea3b6\' ct_options=\'{\"ct_id\":111,\"ct_parent\":54,\"selector\":\"text_block-111-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'0708ae53406833aa1e7a8f8c91a8efc7f28ab5208db64974769a30c05c5769a2\' ct_options=\'{\"ct_id\":112,\"ct_parent\":111,\"selector\":\"span-112-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Automatic daily backups;[/ct_text_block][ct_text_block ct_sign_sha256=\'a3a9174a23c202f30c96076db7fdc1a95fb9f13c97a33ad2018e3e79abc3b6da\' ct_options=\'{\"ct_id\":117,\"ct_parent\":54,\"selector\":\"text_block-117-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'cb84084d930044f12efa02134e5d4d413d233cee67285727873b5844f3adc46d\' ct_options=\'{\"ct_id\":118,\"ct_parent\":117,\"selector\":\"span-118-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'90b390f0867bedd957fa04dc79357270043bac0a0d8427788bfcad432fc472e4\' ct_options=\'{\"ct_id\":123,\"ct_parent\":54,\"selector\":\"text_block-123-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'2bdc219fa732f8bf135eae5919477fa66c0ab475ab748865830652eb9085b977\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"span-124-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'7094a15eb7e298304f028c3db6490d6292cb1595000db28704ff27b0965731a8\' ct_options=\'{\"ct_id\":145,\"ct_parent\":54,\"selector\":\"headline-145-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$99[/ct_headline][ct_text_block ct_sign_sha256=\'566427f041553e349fb7f1da2c7115f08cee2cd8fddd0882492772f1c7c16b7b\' ct_options=\'{\"ct_id\":156,\"ct_parent\":54,\"selector\":\"text_block-156-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'2ec814cb61880fc2413bd4847b9cff52693972d7081071fb40fd86c9ea5bfa4b\' ct_options=\'{\"ct_id\":83,\"ct_parent\":54,\"selector\":\"link_button-83-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c956d60c1a1fe7e46fba2781f5039b5098bb34c442c62e1dd1cd9f71c203927e\' ct_options=\'{\"ct_id\":50,\"ct_parent\":46,\"selector\":\"div_block-50-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'f323f0d57ce884ad3a5279d4559f219608ce729e7c9718e3f9d5b5dfaa87e537\' ct_options=\'{\"ct_id\":56,\"ct_parent\":50,\"selector\":\"div_block-56-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'ea93c4aabe3d1692c551212392ac87bcb695ab308effd0f790aab4af52ca96a4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":56,\"selector\":\"fancy_icon-75-115\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'09708d8d65683e7fffd8719af619d7e8a3ef9662e5bf8d04716a386ac92ad62f\' ct_options=\'{\"ct_id\":64,\"ct_parent\":56,\"selector\":\"headline-64-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Clusters[/ct_headline][ct_text_block ct_sign_sha256=\'d26843680fa5799f965c58220f049bfcf634d174675152968465111befc5c1a7\' ct_options=\'{\"ct_id\":114,\"ct_parent\":56,\"selector\":\"text_block-114-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'3b927ec2064b470d8e2dfa267aa291f591e9d9dd4a88847d1328a2e33b5d3d3a\' ct_options=\'{\"ct_id\":115,\"ct_parent\":114,\"selector\":\"span-115-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Windows and Linux VPS available;[/ct_text_block][ct_text_block ct_sign_sha256=\'cefcb0078ed3ec69418838b672953e8922844b15b7701d030183cf96e800165c\' ct_options=\'{\"ct_id\":120,\"ct_parent\":56,\"selector\":\"text_block-120-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'f1f4288a1a4c9645463fdbecf7caeda296b66ffb37015817a7887c753883b409\' ct_options=\'{\"ct_id\":121,\"ct_parent\":120,\"selector\":\"span-121-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'2b14fbd1c440c98302289f6b0c047506a4f5f56b72d847ac7f562ee939b7fdee\' ct_options=\'{\"ct_id\":126,\"ct_parent\":56,\"selector\":\"text_block-126-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'23fb39258a1dd102690a5303b70f464338a50bd2f7ee8bcef3e05431a10fd2c0\' ct_options=\'{\"ct_id\":127,\"ct_parent\":126,\"selector\":\"span-127-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'cff8fb26d58df032e1dcb5fd8d853c0c5a88bf664ec9f5c3ff703d257e8907c2\' ct_options=\'{\"ct_id\":147,\"ct_parent\":56,\"selector\":\"headline-147-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$139[/ct_headline][ct_text_block ct_sign_sha256=\'8dbdf7b28aca2ee61166e8caa752ee753917c5cbb062cdb076bd2ebbc7f8e6e5\' ct_options=\'{\"ct_id\":158,\"ct_parent\":56,\"selector\":\"text_block-158-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ffaa2f11a7e528d687e3fb4ff62baf0ec47b1c17ee0816a88321f460cec9b817\' ct_options=\'{\"ct_id\":85,\"ct_parent\":56,\"selector\":\"link_button-85-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'13c18dc486594112681badb786903399e8fe5a32fb489e324a573293f5e1d61c\' ct_options=\'{\"ct_id\":160,\"ct_parent\":0,\"selector\":\"section-160-115\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\"},\"activeselector\":false,\"nicename\":\"Providers Section\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'63fecabbb0cc464db2469d5fe0be858b4daa676e787bade048a19e5c882cb530\' ct_options=\'{\"ct_id\":162,\"ct_parent\":160,\"selector\":\"headline-162-115\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Not all hosting providers are&nbsp;the&nbsp;same[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8cd0a78cff98d5a304231eb593b9a46912e86b4432a683935b4b0bfa2b05c5cd\' ct_options=\'{\"ct_id\":167,\"ct_parent\":160,\"selector\":\"new_columns-167-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'f760d71d76cc8d58a0d658d9ac6cd61b8eba00ec5e108dc81365ebdd81ed4039\' ct_options=\'{\"ct_id\":169,\"ct_parent\":167,\"selector\":\"div_block-169-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'301dfa58f217c78956532624a82ac5a58fcca69aa52667b1822b133692e3b8f5\' ct_options=\'{\"ct_id\":161,\"ct_parent\":169,\"selector\":\"image-161-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'087d84328ed611ecefaf2bc2b97b61fca80efe29080fb7d5e9c30a54894706ac\' ct_options=\'{\"ct_id\":170,\"ct_parent\":167,\"selector\":\"div_block-170-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'ae539d448eb7ec7f48c0101f0d72c0465af5e79fc6545edcf8e6a63bc78c9f5c\' ct_options=\'{\"ct_id\":172,\"ct_parent\":170,\"selector\":\"headline-172-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']A collection of textile samples[/ct_headline][ct_text_block ct_sign_sha256=\'b98da63ed7b801c1115b960abc63b4f87070555285cf247c37e48a98a6d21f4d\' ct_options=\'{\"ct_id\":176,\"ct_parent\":170,\"selector\":\"text_block-176-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'d29c1bbe3106e9a24bd53bde6f17b9151f2ad3a485cada0b3c51cb432c4c7e25\' ct_options=\'{\"ct_id\":179,\"ct_parent\":160,\"selector\":\"new_columns-179-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'84026eaff21c4ee40cf4d2a0e48e366a937ae9aa351e0cf242c79e4380133e0d\' ct_options=\'{\"ct_id\":180,\"ct_parent\":179,\"selector\":\"div_block-180-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'c6be63cb7e0af7c49ba487ece4fe852898d088b64a91362423f49e2b6ce0ec37\' ct_options=\'{\"ct_id\":181,\"ct_parent\":180,\"selector\":\"image-181-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'4be9a30b77128cadf0135850662e362c63617ecaaec98d7b74d48e04669a6ce2\' ct_options=\'{\"ct_id\":182,\"ct_parent\":179,\"selector\":\"div_block-182-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'1ac0a6ec19a66fccb02a60a6bde1e5d116ae9ae3bf3cf9bd4affee514ccf598d\' ct_options=\'{\"ct_id\":183,\"ct_parent\":182,\"selector\":\"headline-183-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']He lay on his armour-like back[/ct_headline][ct_text_block ct_sign_sha256=\'544c278ec0ea7ea28bb92af628c4f2683e924b7590a4d11cd217ff0483b2abb2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":182,\"selector\":\"text_block-184-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'19b882823909e0552c9a703fc34176d51ba07797a7c7f6baa1c90e4edd35bf1e\' ct_options=\'{\"ct_id\":185,\"ct_parent\":160,\"selector\":\"new_columns-185-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d634dbdd6438548d030e18d4f8727b5694a45d3d009a325a949f3370477f340e\' ct_options=\'{\"ct_id\":186,\"ct_parent\":185,\"selector\":\"div_block-186-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'e4f444d3591227aa672eef7405a7ca5765473a1f7f9c7ce84170bd05648af95c\' ct_options=\'{\"ct_id\":187,\"ct_parent\":186,\"selector\":\"image-187-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6422d2c7241b1a5fb6edfd43eb7d6a27db44ce78d4e959e563ab49c99a3e82fc\' ct_options=\'{\"ct_id\":188,\"ct_parent\":185,\"selector\":\"div_block-188-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'cfcdf77a9c3a09002d43e012c7b108f8ef79fca28137f5ea49aeef3d5b6ea007\' ct_options=\'{\"ct_id\":189,\"ct_parent\":188,\"selector\":\"headline-189-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']His room, a proper human[/ct_headline][ct_text_block ct_sign_sha256=\'c79c60313166658e1bae958d95abc9a42c21d2ee645dbc5cca991725a6c3d5ad\' ct_options=\'{\"ct_id\":190,\"ct_parent\":188,\"selector\":\"text_block-190-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. \"What\'s happened to me?\" he thought.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'09c4ebe35e227d5f878a10c8280147353290ffb16f89bca962cc597c1fbc81c3\' ct_options=\'{\"ct_id\":195,\"ct_parent\":0,\"selector\":\"section-195-115\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"#b2d27d\"},\"1\":{\"position-unit\":\"px\",\"value\":\"#00a5bd\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"ct_category\":\"Call To Action\",\"nicename\":\"Sign Up CTA\"}\'][ct_headline ct_sign_sha256=\'17bfd10d3b51603d08fc04c8d1ca5d8507ab47ae7c41f9786a45f607b6a02a6f\' ct_options=\'{\"ct_id\":196,\"ct_parent\":195,\"selector\":\"headline-196-115\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Ready to Start?[/ct_headline][ct_text_block ct_sign_sha256=\'c805fbfa7598fb434dd17a785ec24ec95be36581230749c5079b9a7d2116584b\' ct_options=\'{\"ct_id\":200,\"ct_parent\":195,\"selector\":\"text_block-200-115\",\"original\":{\"color\":\"color(2)\",\"margin-bottom\":\"20\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']Try us risk-free with a 30 day money backed guarantee[/ct_text_block][ct_link_button ct_sign_sha256=\'50f4e3124cdcc33c8f2dd04a4d02651f3da7eeed1cdd562444b9afd9a7e4a770\' ct_options=\'{\"ct_id\":198,\"ct_parent\":195,\"selector\":\"link_button-198-115\",\"original\":{\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"25\",\"box-shadow-blur\":\"20\",\"box-shadow-spread\":\"-20\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"url\":\"/login/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false}\']Sign Up[/ct_link_button][/ct_section_2]'),
(126, 16, 'ct_other_template', '0'),
(127, 17, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'6bf9caf616fd6e2a777af4ae85c5c84eaaf652f115c2dda9aa32c3671a5e1bd9\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-114\",\"original\":{\"background-color\":\"color(7)\",\"height-unit\":\"vh\",\"height\":\"80\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"ct_category\":\"Call To Action\",\"nicename\":\"Log In Form\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\",\"height-unit\":\"auto\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'3c1784fbf9e68f96422e1db61a61abeac69746ac3687237dc3d8f3a8343768da\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-114\",\"original\":{\"background-color\":\"color(3)\",\"width-unit\":\"%\",\"width\":\"100\",\"max-width\":\"480\",\"border-radius\":\"5\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'254df16921e2043cf74dc5fe62fb6a98d88c03cd467200cacaa0a1b2bf7722a4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-114\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"36\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Log In/Sign Up[/ct_headline][ct_div_block_4 ct_sign_sha256=\'d92ed91d2ff924162651283622b2d61f6502ff2785ac7b4f48e95da31b0adf01\' ct_options=\'{\"ct_id\":13,\"ct_parent\":3,\"selector\":\"div_block-13-114\",\"original\":{\"background-color\":\"color(7)\",\"justify-content\":\"center\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"36\",\"border-radius\":\"5\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'9bdaa2c496bf15e997522ba40b58043ec4d3b98abb93f5a6f058588266a408ec\' ct_options=\'{\"ct_id\":8,\"ct_parent\":13,\"selector\":\"fancy_icon-8-114\",\"original\":{\"icon-color\":\"color(4)\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'925f2cc91b1015bd7db08fb6e221cc7152f1014f74d6cbd355ca8751a734abb7\' ct_options=\'{\"ct_id\":9,\"ct_parent\":13,\"selector\":\"headline-9-114\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"20\",\"font-weight\":\"500\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Login Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'68db52f7a80ed094d28385df61d61bcdb943c9cefa9d6e1956e9c9fb0a924b3b\' ct_options=\'{\"ct_id\":11,\"ct_parent\":13,\"selector\":\"text_block-11-114\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\"},\"activeselector\":false}\']Oxygen works with any Contact Form Plugins...[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_section_2]'),
(128, 17, 'ct_other_template', '0'),
(129, 18, 'ct_builder_shortcodes', ''),
(130, 18, 'ct_other_template', '11');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(131, 19, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'91a9635680a8233be32b5de7f79b8428f4aec55ee60b1d0e173a7819bb2b5efe\' ct_options=\'{\"ct_id\":4,\"ct_parent\":0,\"selector\":\"section-4-62\",\"original\":{\"background-color\":\"color(7)\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'f0005d17e52e17deecfa9905df97c6ccf90e75be2e7d4d7e2976b89284326e80\' ct_options=\'{\"ct_id\":7,\"ct_parent\":4,\"selector\":\"headline-7-62\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get Quote[/ct_headline][ct_text_block ct_sign_sha256=\'9d5eecc871a6b7bdc8f17eb9786950de280744a2e94eda0b9b6c2e7d959d45d9\' ct_options=\'{\"ct_id\":9,\"ct_parent\":4,\"selector\":\"text_block-9-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Since launching in April of 2004, EuroVPS now manages the hosting of&nbsp;+2,000 clients in +100 countries. We\'d love for you to&nbsp;join![/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'d014fc8d997fab5dd27431b636d4ccc555b76e69cb5bf9530092ebf7ed502db6\' ct_options=\'{\"ct_id\":518,\"ct_parent\":4,\"selector\":\"new_columns-518-62\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'29dad91d91a2ea1146b61db2ba1b55c6a9f6242321aa3094898b231eb196e4b7\' ct_options=\'{\"ct_id\":520,\"ct_parent\":518,\"selector\":\"div_block-520-62\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'ec93f9a6f9c4e65bb81db993f3121a0c3cc1d5a71c6836198242e3ce61dea42d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":520,\"selector\":\"div_block-24-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'7bdf4478941e87892fffe334c63d74bb23e9e3ba8feefc35a498602c4024b893\' ct_options=\'{\"ct_id\":531,\"ct_parent\":24,\"selector\":\"fancy_icon-531-62\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-sync\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f20e53e5e59507d3882d004b770e28b218e5ae16bd114031045adae3939cb32a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":24,\"selector\":\"text_block-26-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free migration<br>&amp;&nbsp;personalized onboarding[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ccfa9d57653b98a4aa5665ef49bdc6cb4b0d3dd163f8e300757cfaa163342cc4\' ct_options=\'{\"ct_id\":27,\"ct_parent\":520,\"selector\":\"div_block-27-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'12f6b5ce52eb68228d5314bec7d9592e5e5ece0272d01ed51127bd80c257132a\' ct_options=\'{\"ct_id\":532,\"ct_parent\":27,\"selector\":\"fancy_icon-532-62\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'af8b10588f560762b5450ccf188f69e434c1d06d77c598873a29b480ea7d4a65\' ct_options=\'{\"ct_id\":29,\"ct_parent\":27,\"selector\":\"text_block-29-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']100% credit<br>backed SLA[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d2efe8db0e1165cfcb8219361988b55989d43bf1ffedfc05a31b6f6c02470249\' ct_options=\'{\"ct_id\":30,\"ct_parent\":520,\"selector\":\"div_block-30-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2e2fb8c0638ba9502e5611601374ecfc84d6a02175bedc488e381ba2becb3ca6\' ct_options=\'{\"ct_id\":534,\"ct_parent\":30,\"selector\":\"fancy_icon-534-62\",\"original\":{\"icon-id\":\"Lineariconsicon-bullhorn\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'48c9821b0c96c1d8cd29f0fe392fe3ec303368c4841dee3107715b35db393bcd\' ct_options=\'{\"ct_id\":32,\"ct_parent\":30,\"selector\":\"text_block-32-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Unlimited support<br>at no extra cost[/ct_text_block][/ct_div_block_3][ct_text_block ct_sign_sha256=\'9e391318860a984b26703ea8bfb8a68072d123ec662d62416039ae69eddb6041\' ct_options=\'{\"ct_id\":117,\"ct_parent\":520,\"selector\":\"text_block-117-62\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']Since launching in April of 2004, EuroVPS now manages the&nbsp;hosting of +2,000 clients in +100 countries. We\'d love for you to&nbsp;join!<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'730f563ece9da7ef641df06a7d2c4e620f68f9ddfdb845eb65f6e0fd857a19c6\' ct_options=\'{\"ct_id\":521,\"ct_parent\":518,\"selector\":\"div_block-521-62\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'32c4824762b40fc5e56f9de98bd9fba5ed5233e71e0d5e2b755c93bb711ed6b3\' ct_options=\'{\"ct_id\":119,\"ct_parent\":521,\"selector\":\"headline-119-62\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Request 14-Day Free Trial[/ct_headline][ct_div_block_3 ct_sign_sha256=\'7e2451f77e3dbe95657e8d4332c8f6ffd69820f79b916fb9860d1d94c9489dec\' ct_options=\'{\"ct_id\":467,\"ct_parent\":521,\"selector\":\"div_block-467-62\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'4266f019ea7bb8bb60697ea4a075473c39d237cf6fd8c6a27f2e6a4916ce5f92\' ct_options=\'{\"ct_id\":468,\"ct_parent\":467,\"selector\":\"fancy_icon-468-62\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d43953f3041e35fc7fb1a1d1e619a64cba5349b8ef358fec14a460feef81b4f4\' ct_options=\'{\"ct_id\":469,\"ct_parent\":467,\"selector\":\"headline-469-62\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'c6fe55dc4c0206c909d4e40e1932522d397136d4f970035ff3b2af82b428e963\' ct_options=\'{\"ct_id\":471,\"ct_parent\":467,\"selector\":\"text_block-471-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Oxygen works with any Contact Form Plugins[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f0e54165345cf9c7137c2b405c6215e304e91b0d08f4e8899404e1b5bc50d9b0\' ct_options=\'{\"ct_id\":293,\"ct_parent\":0,\"selector\":\"section-293-62\",\"original\":{\"container-padding-top\":\"160\",\"flex-direction\":\"column\",\"display\":\"flex\",\"justify-content\":\"flex-start\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"container-padding-bottom\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"120\"}}},\"nicename\":\"Contact\",\"ct_category\":\"Contact\"}\'][ct_new_columns_2 ct_sign_sha256=\'6998947522119027c457951452250a6e1cfa1bd1f7652bd5bf665acc3cee71d2\' ct_options=\'{\"ct_id\":461,\"ct_parent\":293,\"selector\":\"new_columns-461-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'c2f5c993b5b424f500213d2f389acaece76dd9ef3e72277867abec659ffa213e\' ct_options=\'{\"ct_id\":463,\"ct_parent\":461,\"selector\":\"div_block-463-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'6642e4128c741f624beea3b3ab8a38074313663d218c799f24ee5ec3f4d0abc5\' ct_options=\'{\"ct_id\":297,\"ct_parent\":463,\"selector\":\"headline-297-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Interested in working together?[/ct_headline][ct_text_block ct_sign_sha256=\'0e5131e067e16fe69db1423186ebc3eb3eadaa55731682245e7b16fcfc25feaf\' ct_options=\'{\"ct_id\":299,\"ct_parent\":463,\"selector\":\"text_block-299-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Get a free one-on-one consultation to receive an offer based on&nbsp;your use case and specific needs.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'64339ff0751dada131e99c22a1b6b02beac5d9b693cbd75dbb555e1f3ba360f2\' ct_options=\'{\"ct_id\":527,\"ct_parent\":463,\"selector\":\"div_block-527-62\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'b8ab9b0c573815c5254b08a04440a69779d12df6967d6d33fe82adeb27c86dce\' ct_options=\'{\"ct_id\":528,\"ct_parent\":527,\"selector\":\"fancy_icon-528-62\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'79e6f8edce64292c31ab7e995375b303e65dde55e8c48751658015d979d19c6a\' ct_options=\'{\"ct_id\":529,\"ct_parent\":527,\"selector\":\"headline-529-62\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'662542a5b51d69dc535a60a16f4e7db5bd056af14f563dcf59fdf9b5989b8f51\' ct_options=\'{\"ct_id\":530,\"ct_parent\":527,\"selector\":\"text_block-530-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Oxygen works with any Contact Form Plugins[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d2e59ba67147c8c31a97784123cb1c4c6696823c2ba7cc643943c12b0b8dcedd\' ct_options=\'{\"ct_id\":464,\"ct_parent\":461,\"selector\":\"div_block-464-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'06626cfadf2386bde8f57e05fb3ef0f92a7872492ab6a99a1e5f4c965081aa32\' ct_options=\'{\"ct_id\":341,\"ct_parent\":464,\"selector\":\"headline-341-62\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Call Us[/ct_headline][ct_text_block ct_sign_sha256=\'dd243bcbfc275c80a57a6df53cf43515ca6f8a0be601a5b7795d6ccd9e42c460\' ct_options=\'{\"ct_id\":343,\"ct_parent\":464,\"selector\":\"text_block-343-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']NL: +31 8 5208 6592[/ct_text_block][ct_text_block ct_sign_sha256=\'0ba5cad4bb586eb32b31620f55dff83db28db64faea577b0765c53a9424d10c4\' ct_options=\'{\"ct_id\":476,\"ct_parent\":464,\"selector\":\"text_block-476-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']UK: +44 2038 089 127[/ct_text_block][ct_text_block ct_sign_sha256=\'63f311af4aa804c712a1953f464cac7fd99112e0211f6b88d466d80ba4a3f1a9\' ct_options=\'{\"ct_id\":477,\"ct_parent\":464,\"selector\":\"text_block-477-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']USA: +1 888 426 1427[/ct_text_block][ct_headline ct_sign_sha256=\'4ca3194704c1167e17e37083b7f33807bf822636235bc137e4a352f509e88781\' ct_options=\'{\"ct_id\":482,\"ct_parent\":464,\"selector\":\"headline-482-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Sales[/ct_headline][ct_text_block ct_sign_sha256=\'4b21030c382514d3b1318ae8221f88952662c8d432eb236b061b27021ffa4fb7\' ct_options=\'{\"ct_id\":490,\"ct_parent\":464,\"selector\":\"text_block-490-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Monday - Saturday:&nbsp;9am - 5pm CET[/ct_text_block][ct_text_block ct_sign_sha256=\'6cb70b3a8ae5dc441aa2d8bc0e9815f4b6d409b33fdfc0e965e1a256fec18141\' ct_options=\'{\"ct_id\":496,\"ct_parent\":464,\"selector\":\"text_block-496-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Sunday:&nbsp;Closed[/ct_text_block][ct_text_block ct_sign_sha256=\'a2bedc2ab3d6a993c157dc6e1c7d8c3da885abd0803bd97f4ad63b46eb329198\' ct_options=\'{\"ct_id\":497,\"ct_parent\":464,\"selector\":\"text_block-497-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Email: <a href=\"mailto:sales@example.com\">[ct_span ct_sign_sha256=\'6283bd2ab465c132a63e32bdcaa2217b38974b3fc006ebfeed921ef22e5f2bb9\' ct_options=\'{\"ct_id\":505,\"ct_parent\":497,\"selector\":\"span-505-62\",\"classes\":{\"0\":\"hosting-contact-3-textlink\"},\"activeselector\":\"hosting-contact-3-textlink\"}\']sales@example.com[/ct_span]</a>[/ct_text_block][ct_headline ct_sign_sha256=\'06c7406a235e5e745278ae307d124b405b7eefddde8edcb9c5f819ec4dfdd92d\' ct_options=\'{\"ct_id\":485,\"ct_parent\":464,\"selector\":\"headline-485-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Administration[/ct_headline][ct_text_block ct_sign_sha256=\'4b01fd70a9b8768624c8686a000a8e1de7486e26e7fd29959cf237e5530a17fa\' ct_options=\'{\"ct_id\":507,\"ct_parent\":464,\"selector\":\"text_block-507-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Monday - Saturday:&nbsp;9am - 12pm CET[/ct_text_block][ct_text_block ct_sign_sha256=\'6808ace661d0850367173482c0c2431cf54f1dead6168b150a87fe01f8777c83\' ct_options=\'{\"ct_id\":509,\"ct_parent\":464,\"selector\":\"text_block-509-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Sunday: Closed[/ct_text_block][ct_text_block ct_sign_sha256=\'8454a26de227a0e95f5cd10d9545860e79795e0adb55554b36a25b9209a47b16\' ct_options=\'{\"ct_id\":511,\"ct_parent\":464,\"selector\":\"text_block-511-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Email: <a href=\"mailto:sales@example.com\">[ct_span ct_sign_sha256=\'fe8742b5a90aeaa74df10f75c4d21016f62a34c1f02532e169c73be5883f9175\' ct_options=\'{\"ct_id\":512,\"ct_parent\":511,\"selector\":\"span-512-62\",\"classes\":{\"0\":\"hosting-contact-3-textlink\"},\"activeselector\":\"hosting-contact-3-textlink\"}\']admin@example.com[/ct_span]</a>[/ct_text_block][ct_headline ct_sign_sha256=\'9d3805e1b8e91b77a3ece4c40b2127148fb38aeb09d199ffff69bcc28a0e8176\' ct_options=\'{\"ct_id\":487,\"ct_parent\":464,\"selector\":\"headline-487-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Follow Us[/ct_headline][oxy_social_icons ct_sign_sha256=\'c4e454c9e6cb748ce0336275cfa66d7cf4d96783b2b8cfbcc9a52ee4f37d4318\' ct_options=\'{\"ct_id\":457,\"ct_parent\":464,\"selector\":\"_social_icons-457-62\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"4\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(4)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(8)\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'7ab9f73e42cd9154acce552178d0f958b5a61fdb0fa02bfbfefabd9346ade4dd\' ct_options=\'{\"ct_id\":419,\"ct_parent\":0,\"selector\":\"section-419-62\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"FAQ Accordion Dark\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}},\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'e8d9db1ab548a960a7d8daa52c7ebd1f4dc5400a4b00b82cbda463ce89174866\' ct_options=\'{\"ct_id\":421,\"ct_parent\":419,\"selector\":\"headline-421-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Frequently Asked Questions[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'b66725f95f768fbce0641d01de677152ee9f05f20b6667e8572acf913076cc4c\' ct_options=\'{\"ct_id\":422,\"ct_parent\":419,\"selector\":\"new_columns-422-62\"}\'][ct_div_block_3 ct_sign_sha256=\'c8620d5b8948218eaf7e6e698131c347f9de256b4908fa23fa52888002e4d06b\' ct_options=\'{\"ct_id\":423,\"ct_parent\":422,\"selector\":\"div_block-423-62\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_4 ct_sign_sha256=\'41b8d94116be275c10aeffb64072a5bb119e3b48043e8572403eda3caf70071d\' ct_options=\'{\"ct_id\":424,\"ct_parent\":423,\"selector\":\"_toggle-424-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f3d98079a2e66d4c3122c04aee9a5fa8e2ffd2c2b47641e8fa62aa0774f94b21\' ct_options=\'{\"ct_id\":425,\"ct_parent\":424,\"selector\":\"headline-425-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'ecd09f0ace46b7410f7aad8d994861f8649d1af8cc390f06eb799e13d5491e67\' ct_options=\'{\"ct_id\":426,\"ct_parent\":423,\"selector\":\"text_block-426-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'ba4029539ebfd077f72dcf71a8bb1375084b8d4be0cc805e4d721519ba344dbe\' ct_options=\'{\"ct_id\":427,\"ct_parent\":423,\"selector\":\"_toggle-427-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'7a1dab1063cfb4303e8b1f891dba8f15efe55535e3eac980fcc15b9c540ecfd2\' ct_options=\'{\"ct_id\":428,\"ct_parent\":427,\"selector\":\"headline-428-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b4c25b3ccf244991d44ca1e74e30c78136c31d2012c7622330bd91c0d5bd4926\' ct_options=\'{\"ct_id\":429,\"ct_parent\":423,\"selector\":\"text_block-429-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'f2c6c97efb33eed73c672e5f15d0f6db488ffe0f276bc66c800563ce221ac37e\' ct_options=\'{\"ct_id\":430,\"ct_parent\":423,\"selector\":\"_toggle-430-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fef70a5df6eeccc2d5936f74f3e02bded78698bb88baf2ea867d1121cb2b6b54\' ct_options=\'{\"ct_id\":431,\"ct_parent\":430,\"selector\":\"headline-431-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'83ae1d37ea3e82e6a40fffc3e7d602a4a0e26c8e5936caf206baef0f443fdaf8\' ct_options=\'{\"ct_id\":432,\"ct_parent\":423,\"selector\":\"text_block-432-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'8d82a1525e4a70355e84b5c3d3dd401d83fd7cb487415c8aba15dcf8f449cca7\' ct_options=\'{\"ct_id\":433,\"ct_parent\":423,\"selector\":\"_toggle-433-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f5afe68bb9b2a3481d7254005f8b5c341b67400a8f07b2ee1f59437771e2ce60\' ct_options=\'{\"ct_id\":434,\"ct_parent\":433,\"selector\":\"headline-434-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'c1199fd941eed2761b3c3dca284e6823d44e165d9717c0a9668f1f2b844fc61c\' ct_options=\'{\"ct_id\":435,\"ct_parent\":423,\"selector\":\"text_block-435-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'f9f04d3d02cf6d395f5c82945c0dd0ceaee6f90e6a8aa0fe09aa206837e2c291\' ct_options=\'{\"ct_id\":436,\"ct_parent\":423,\"selector\":\"_toggle-436-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e58f687832932d9679f98f2bc66d9ba39c81f0d1a56bca14f9a46af171792ba5\' ct_options=\'{\"ct_id\":437,\"ct_parent\":436,\"selector\":\"headline-437-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b871d946d0786e16395a7182bd7cc4c57e8670854531ac2fa59b4127cc3eaf5b\' ct_options=\'{\"ct_id\":438,\"ct_parent\":423,\"selector\":\"text_block-438-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f09fe3aa598a09f62d6b5925bd9c2985ea981cfe72af0552b83b9bd5043e3b49\' ct_options=\'{\"ct_id\":439,\"ct_parent\":422,\"selector\":\"div_block-439-62\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_4 ct_sign_sha256=\'89c885c90e8aeda76e78fffb5baad5795cc7247265dcbbc743f4710dbfc3d989\' ct_options=\'{\"ct_id\":440,\"ct_parent\":439,\"selector\":\"_toggle-440-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'74c93987fc84fdda43a816121c6883fb3f17d1d93bb392fc214262d5e0a29fec\' ct_options=\'{\"ct_id\":441,\"ct_parent\":440,\"selector\":\"headline-441-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'0c2de781cf23d2bae5bc151804ddaf68830a1881c7b770d0fdd69089d795cdba\' ct_options=\'{\"ct_id\":442,\"ct_parent\":439,\"selector\":\"text_block-442-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'bdc4d8b8d5806d2fea69cf87e7d9507eaf2ce10b3a95b50b2e9fd4564ddbff52\' ct_options=\'{\"ct_id\":443,\"ct_parent\":439,\"selector\":\"_toggle-443-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a38e0e26c0fb508ed9fecdd6d8aeb1a1b3f3ce1296d851b57a419dc92794d582\' ct_options=\'{\"ct_id\":444,\"ct_parent\":443,\"selector\":\"headline-444-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'fbbb2353a384d59fb7c12387a9fdacf013dba7cbff6a3ab47219f059b2cfb214\' ct_options=\'{\"ct_id\":445,\"ct_parent\":439,\"selector\":\"text_block-445-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'b0006b0e362f904366ef1e9063548730f8dc3ddc1dd1c77602a0353baadc0631\' ct_options=\'{\"ct_id\":446,\"ct_parent\":439,\"selector\":\"_toggle-446-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'8016fee4cdb4cacad13bc8c534858e348202386cf06b781eaf8b56f0e37eae53\' ct_options=\'{\"ct_id\":447,\"ct_parent\":446,\"selector\":\"headline-447-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'06712de5cf12007fb7601f23cdc06fb64c72ff918791f8eb86c46b694fdf0021\' ct_options=\'{\"ct_id\":448,\"ct_parent\":439,\"selector\":\"text_block-448-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'9654860883839d7cba1fe1f02ed2bae334a12f993642e6dcb68747781aec8bf0\' ct_options=\'{\"ct_id\":449,\"ct_parent\":439,\"selector\":\"_toggle-449-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'12126e9e0637f971836bec1c6d616e053c9c3943f22b963842e1ae7264ff161b\' ct_options=\'{\"ct_id\":450,\"ct_parent\":449,\"selector\":\"headline-450-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b3dbeea1880da186bde1184cdf87ee35ae344fac69d74b31a13da21d9e3a0229\' ct_options=\'{\"ct_id\":451,\"ct_parent\":439,\"selector\":\"text_block-451-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'d0b2febd116dfc4e636d852c677593e8cf001cf1db2e766e279f02cb6e30f958\' ct_options=\'{\"ct_id\":452,\"ct_parent\":439,\"selector\":\"_toggle-452-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5f11073948e1b517ac8c965b2d85c0121fb363936bf287e50e563de9844fc81f\' ct_options=\'{\"ct_id\":453,\"ct_parent\":452,\"selector\":\"headline-453-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'2b4046660d59e4a7498b03b67389a427bc16875d43e9d9ea019ef8bd61aec4a0\' ct_options=\'{\"ct_id\":454,\"ct_parent\":439,\"selector\":\"text_block-454-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(132, 19, 'ct_other_template', '0'),
(133, 20, 'ct_builder_shortcodes', ''),
(134, 20, 'ct_other_template', '0');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(135, 21, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'7b9ea4cff260c40949a16fda77c4b669b91a2ce2918b42d116eb846ac1098b02\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'42416f854892ddbf2faf801899a61d11ae5d7dbe4eb58478e8f4343324b43aa7\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7ae010d2ff699e693a183a6023b2ac0dbe2946c04179d6c8ec3ed4c62c5cc241\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'84d42a9132b04662a45a33fe19093269efbd1e7dcc6b4627b9d4e5e3ef91665d\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d080ae52c01792991b087fc3d659a9e2e037cc3a9ec2b483eb69181d7d3dab33\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'1cd5a2e69b802f59b1cb96a703e110082350d00be684a826d404c0c2b7b6bfac\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f732d5a9e4564f26840bc4cbb38ddca6eec25238452af9a9b58f3c595f1b6714\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'393e723b562055bf24cddb3c7625ca155cceff82ebb41473d9beae119bba2289\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'04e7bdd3cb74a7aa8b8a36c1201056727bbba6db829a5e8f35979470ec7e13a0\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3206018c48a9dd2d39dc8f7e5d9c1d7a4afb4db9e1f9818892f4c4fcbdd1cb46\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'8856d13f32f61aabfe6ff4a7a7843ccb04f72c28e6de7a6f59222441be042e85\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'ac334d3c69e223299579b49039421d6ee7944a4bff4efedd8932bfee76f98715\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9d0cc35d516f6d319ddebe1617fb53b3a388be0978f27e857fd89183b1f47296\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5d2190c50b24b77d66d3700ffb780efd9683387c3957fd9f07bea0e4f5f477f2\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'58661ead9316c9c5f32d669236acc41931edccda9ce3af6ffafc43781e3964d4\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(141, 21, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(136, 21, 'ct_other_template', '0'),
(137, 30, '_wp_attached_file', '2020/09/tostem-house.jpg'),
(138, 30, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2020/09/tostem-house.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"tostem-house-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"tostem-house-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tostem-house-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"tostem-house-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"tostem-house-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;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:{}}}'),
(274, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'8e168e692fecc4a47d9de8846fba8ec2c474b9fdcf3f05e47d5aef90228ca99d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(245, 51, '_wp_attached_file', '2020/10/NewGEN-Logo-scaled.jpg'),
(246, 51, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:818;s:4:\"file\";s:30:\"2020/10/NewGEN-Logo-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"NewGEN-Logo-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-1024x327.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"NewGEN-Logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"NewGEN-Logo-768x245.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-1536x491.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-2048x655.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:655;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:{}}s:14:\"original_image\";s:15:\"NewGEN-Logo.jpg\";}'),
(247, 52, '_wp_attached_file', '2020/10/NewGen-Windows-Logo.png'),
(248, 52, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3445;s:6:\"height\";i:915;s:4:\"file\";s:31:\"2020/10/NewGen-Windows-Logo.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NewGen-Windows-Logo-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-1024x272.png\";s:5:\"width\";i:1024;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"NewGen-Windows-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"NewGen-Windows-Logo-768x204.png\";s:5:\"width\";i:768;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-1536x408.png\";s:5:\"width\";i:1536;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-2048x544.png\";s:5:\"width\";i:2048;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(249, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'980efb3a6e5aaaa1a23a4ad8df1f1293cb0bb2e90f9a2d384ca4594a153f4a3e\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'d55d1e8cab4ac7c2049f532454e9e50f75f30c9d828179124765aceaec8725e6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'2fa6900d681e73f90195571071f2dd191cfc14d56229d3a8cbb32f46737f5174\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'a06d232fb362f3eb9951663c2e47fb40a24359c77d06bf6f88eacc07e392a70f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'b738bd19e1cff9c3ca1ba5641e65bb2fd5c0b9564af6db7613a4534862a7f6c5\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'ed42771aed384e6b8bfb9816f17ad03d5508cb52467bffbcab6c6db744f96511\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'a6639ad45389efeb511edaa167bde2d17223a56b2ed4b859f4a56a25cea39268\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Logo@2x.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'5f4a4d80fd716316093f82f5e2be1dba34daa9907ff7ac6c5db902f5964f69f4\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'9a3aa9f43e6117bf21bd7136d138580c2c4b3c3f9ad335b3a2c8a62f51890e47\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'b59ef5e4ad652a17265ec47c3e3072c3a3abd17727da7088e7cba50f19462062\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"link_button-30-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-simple-button\",\"classes\":{\"0\":\"hosting-simple-button\"}}\']Create Account[/ct_link_button][ct_link_button ct_sign_sha256=\'0cd95fd68bccdec7789efeebd373304e61fcd1d33734f90bf11068f5ba651f36\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Login[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'04e692ac810040776b2e26bb915efcae012e749581a90316d4bc84a4d7b34e67\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'17cd677987c12984952f168b94ce3df6ec06afb0732839ab17ea9fcf56b2424c\' ct_options=\'{\"ct_id\":100,\"ct_parent\":8,\"selector\":\"new_columns-100-87\",\"original\":{\"border-bottom-style\":\"solid\",\"border-bottom-width\":\"1\",\"border-bottom-color\":\"color(2)\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"border-bottom-style\":\"none\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'1c6bed7a00b8abcf497974c5b2f6954239f8fc8ac7dc3b084510acb1bac6c38f\' ct_options=\'{\"ct_id\":101,\"ct_parent\":100,\"selector\":\"div_block-101-87\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'be881668bcb306e1bfea0ad8f6e244353f4ce751d75197e6691ac2f4f1485add\' ct_options=\'{\"ct_id\":149,\"ct_parent\":101,\"selector\":\"fancy_icon-149-87\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-sync\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'5fc78275a182b70d774526628cfd1273f62fb1452b973946f556864cf9f3d899\' ct_options=\'{\"ct_id\":110,\"ct_parent\":101,\"selector\":\"text_block-110-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']Free migration<br>&amp; personalized onboarding[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'81923232f11f577aba7c9f28672241019ff0c780a4918a7f7e477b2b0c3103b7\' ct_options=\'{\"ct_id\":102,\"ct_parent\":100,\"selector\":\"div_block-102-87\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'3019db50745bf068d57e34823a987ef513535bfe0f7b935a5a83f77eddcd6861\' ct_options=\'{\"ct_id\":150,\"ct_parent\":102,\"selector\":\"fancy_icon-150-87\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'dea4b12d64c96dfdcee3afc4a64d29825f22d8396616b4f28d520d50332f8d17\' ct_options=\'{\"ct_id\":111,\"ct_parent\":102,\"selector\":\"text_block-111-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']100% credit<br>backed SLA[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e9103dfc2197fc1f8f168fa945c3a2fe668138880234b7a2e17b018055f1c21f\' ct_options=\'{\"ct_id\":103,\"ct_parent\":100,\"selector\":\"div_block-103-87\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'32f6cf9587a2bb79c14eb5659def807a0f3aabca0f1f7500a1d3566f8a95c087\' ct_options=\'{\"ct_id\":152,\"ct_parent\":103,\"selector\":\"fancy_icon-152-87\",\"original\":{\"icon-id\":\"Lineariconsicon-bullhorn\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c76cb34144053b2ae82c94f1d0f2f90407438ee02baa1f6251068c4a4f109977\' ct_options=\'{\"ct_id\":113,\"ct_parent\":103,\"selector\":\"text_block-113-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']Unlimited support<br>at no extra cost[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'3afd6bd19c3547fd7b6d48d84812721e10305e0e94bb299b2246a5e858c2b18b\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'667ce168f85b49930ab0fe7eb99c5e67099198a36d68e7d1be2daaeb7d6adc77\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'6e900e4e2dcede03774c9b2d813d618fbaa71732894ba7adfb2ebc21ecd21dfb\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'182c020dee8bd66ed2fe5fd7e09720b19b9eb6f1ddd4c4ff1868a84a5b881eed\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Logo@2x.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'6a87c0f5e1ab9dbe3e2edf6ea750066a10bd1e82dcfbe3ec4e0c40c4d8e52415\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']Proudly designed with Oxygen, the world\'s best visual website design software[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1f7759d1ea3c0c448a74325090f11b462a30169b7cb1bda11ddf9e1b5668266a\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'9135a8bced3886c068b9bc2940ccbb7f1bde847047c27c242c35cb9d1f3f425e\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']We in Social Networks[/ct_headline][oxy_social_icons ct_sign_sha256=\'b1f3f00678c5996fe490b264b61e42e1027cebb42d3351ecc66acec8ce971942\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://linkedin.com\",\"icon-youtube\":\"https://youtube.com\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(144, 31, '_wp_attached_file', '2020/09/buildtrack-logo.png'),
(145, 31, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:437;s:6:\"height\";i:142;s:4:\"file\";s:27:\"2020/09/buildtrack-logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"buildtrack-logo-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"buildtrack-logo-150x142.png\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(146, 32, '_wp_attached_file', '2020/09/hunter-douglas-logo-1.png'),
(147, 32, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:130;s:4:\"file\";s:33:\"2020/09/hunter-douglas-logo-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hunter-douglas-logo-1-300x65.png\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"hunter-douglas-logo-1-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(148, 33, '_wp_attached_file', '2020/09/Tostem-Aluk.jpg'),
(149, 33, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:572;s:6:\"height\";i:362;s:4:\"file\";s:23:\"2020/09/Tostem-Aluk.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Tostem-Aluk-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tostem-Aluk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(150, 34, '_wp_attached_file', '2020/09/Tsotem-logo.png'),
(151, 34, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:390;s:6:\"height\";i:186;s:4:\"file\";s:23:\"2020/09/Tsotem-logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Tsotem-logo-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tsotem-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(297, 13, 'ct_builder_shortcodes_revisions_dates', '1604904118'),
(299, 13, 'ct_builder_shortcodes_revisions_dates', '1604904503'),
(301, 13, 'ct_builder_shortcodes_revisions_dates', '1604904817'),
(302, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'68e315251fa137ab293820ec0d190d62f78fc9ced0fc1149be6a194b1af6093d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'6728d0b57a8ddd6386c319ca2eb013981ec7fdf84861726b7700f21f177300d2\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'5a74b8f3457827b32de5f1c95f0499f0a06c65d4dad91ea91011ac71222f4e81\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'0a1b9af9174a62fa77259fab0f2e0c7d52947635283d3ee1f92d01d7c319d5b2\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'c64078f293e403fa3d4cfdf765393cd7dc6fa787ab17614a804894c3cb5afed5\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'ee9e9a780579de504099fe19d07293b16186718e57c9a850e12fab6bde92806d\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d8615a13dd7c5f975f6a677db77dbefe620fca2932979ef9e44304e9e09c8d8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\",\"button-color\":\"#3585b8\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"},\"hover\":{\"background-color\":\"color(3)\",\"button-text-color\":\"#3585b8\",\"button-style\":\"2\",\"button-color\":\"#3585b8\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(303, 13, 'ct_builder_shortcodes_revisions_dates', '1604905027');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(304, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2bc371aae4593ff6d00fcef804f632f7a9972e61675c365925e6140c30982db2\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'48a7938163de8057e4525dec416b636527a904bd89ace1d3b44ebcec964bcdac\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'01bef2512bf89e9d60e8d08415645836229858fcf698f755bdafa30070a614ee\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'59afa0835a7b4fe90e728d76a7671cabd94cac1e6943ea05877bd83762a1e33a\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e765e191b418001e1b07b9a31d3fe08f7dd04a07e83b517d49d75de8dbc5ef3b\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b76f1b7bfdd8a116a096365336c69cd8991fc0b20defdf2e5c3bf430510e7f49\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2857dc349fea585af7fc436ad7c66dc8b58f6b2a93b658e270d2f194ab4edba9\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3ccff44b6df565e2362ac46c9f8aba868d741cd042c78b60055d143457011334\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f32d3f8247cb98fa205abf21f7786d2b2941df13bdad240bf7f774da77fc75\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cad52e5839fde0374f92fe907bcb7f442f0222ec491be4b9a3168203480954b4\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'f635ecc513942dc631b1a1292ab5382823c41535d6796642e7fae8216abb374f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(294, 54, '_wp_attached_file', '2020/11/NewGen-Final-Logo-06.09.2020.png'),
(295, 54, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1004;s:6:\"height\";i:248;s:4:\"file\";s:40:\"2020/11/NewGen-Final-Logo-06.09.2020.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"NewGen-Final-Logo-06.09.2020-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"NewGen-Final-Logo-06.09.2020-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"NewGen-Final-Logo-06.09.2020-768x190.png\";s:5:\"width\";i:768;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(296, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(221, 49, '_wp_attached_file', '2020/10/navdeep.jpeg'),
(250, 13, 'ct_builder_shortcodes_revisions_dates', '1602429158'),
(254, 13, 'ct_builder_shortcodes_revisions_dates', '1602429405'),
(298, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'816816d81048b48edf9dab7a60fe7b046acddfb06414941896415a01be5d9625\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2fd56151d7c7411dd85085b7037c88fbe289ac21a6e6dee176e3967664db1af3\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'5aba3bb2246510406cdeb1d48875d4db87183d3d7ef062d06bbcbd5e6715a4af\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'bbb9599672235987c4e926434d34523a2ab752ff1cb7b63ff919aca4449709a0\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'dd886c9196bc7d65a0e7d1870075740a3b68bcce42aeefb7b935f7d1892ff36c\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'bdd162b75d8c2578b8f89b4febd80d3e8a8f194b6b4c53fcd39e1c2934d8b82f\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"D33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"D33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(255, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'8e168e692fecc4a47d9de8846fba8ec2c474b9fdcf3f05e47d5aef90228ca99d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(256, 13, 'ct_builder_shortcodes_revisions_dates', '1602429419'),
(257, 13, '_edit_lock', '1604905860:1'),
(279, 13, 'ct_builder_shortcodes_revisions_dates', '1602430199'),
(275, 13, 'ct_builder_shortcodes_revisions_dates', '1602430130'),
(276, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(277, 13, 'ct_builder_shortcodes_revisions_dates', '1602430135');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(278, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(272, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'247065177b64e5eb6935ba09c32877d3547f9a4c139e1a81b143b7bcd09a0c0d\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"53\",\"container-padding-bottom\":\"403\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'9c9886a4e8f7a53caac12f6b439b61929d09015e30530f1d69e5e6b4de44f25d\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'e6b6c79c7a22ea9ca195391f648ab3283ed99342e737504034a80901d3b2eeb7\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'f3acb9a6c3d95ca76fe21deabbf49706fa62e11003a1b81080a86b2c4ea276fc\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'a043a4cc071e36f194783c3d3ebab34a36413cca1750752c14d8ded42f01c4a1\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'c94cc7c83e95146db8f1162adf219287846fafa723bc6ba35f85f6e5183cf73f\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'07a5f9cda7d87a304d5b4caa2ffc024f072f936c2336be10d4c9d729aaf0eb4a\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(282, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'9c9886a4e8f7a53caac12f6b439b61929d09015e30530f1d69e5e6b4de44f25d\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'e6b6c79c7a22ea9ca195391f648ab3283ed99342e737504034a80901d3b2eeb7\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'f3acb9a6c3d95ca76fe21deabbf49706fa62e11003a1b81080a86b2c4ea276fc\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'a043a4cc071e36f194783c3d3ebab34a36413cca1750752c14d8ded42f01c4a1\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'c94cc7c83e95146db8f1162adf219287846fafa723bc6ba35f85f6e5183cf73f\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'07a5f9cda7d87a304d5b4caa2ffc024f072f936c2336be10d4c9d729aaf0eb4a\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(219, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'daf7bc7560748f46d3428fe852facabe3011f6b1f7529a6d7062d99580c2e6e6\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f4ec871d62b7d8ab854ec023b542193b74afaa4f23abf3bb171179fcf0ea2c1d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'0a1aa932a0993b7f640ffb3be9bf17d253e941b01999981d6d9e89a96c4a4d53\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality, Standard &amp; Delivery[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(207, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'0bb4cf8ac22b58128c35249d4ed3af26eca0cb89e36c5d1096900e63e38fa0f3\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'8b1a196e62da003fc385b642fdba3d6f795a64596ebf96a55c2b4edb67e368ec\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their house is protected from dust, sound and light.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(162, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'537e2d1f8df65aaf48abd67df7e18b480dacef4b20ef77db6b229cf016f8e480\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][ct_video ct_sign_sha256=\'52548e5c45bdf6e3c6a37b66f2257a228987d024e758b212694d5008efaed27b\' ct_options=\'{\"ct_id\":1553,\"ct_parent\":1541,\"selector\":\"video-1553-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(163, 21, 'ct_builder_shortcodes_revisions_dates', '1600926979');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(164, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(166, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(167, 21, 'ct_builder_shortcodes_revisions_dates', '1600938253'),
(168, 35, '_wp_attached_file', '2020/09/ARNA-EKAMAI-770.png'),
(169, 35, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:27:\"2020/09/ARNA-EKAMAI-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(170, 36, '_wp_attached_file', '2020/09/Door-Handles.png'),
(171, 36, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1256;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2020/09/Door-Handles.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Door-Handles-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Door-Handles-1024x391.png\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Door-Handles-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Door-Handles-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(172, 37, '_wp_attached_file', '2020/09/Line_Up_Exterior.jpg'),
(173, 37, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:940;s:6:\"height\";i:299;s:4:\"file\";s:28:\"2020/09/Line_Up_Exterior.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Line_Up_Exterior-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Line_Up_Exterior-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Line_Up_Exterior-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;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:{}}}'),
(174, 38, '_wp_attached_file', '2020/09/Line_Up_Windows_Door.jpg'),
(175, 38, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:940;s:6:\"height\";i:299;s:4:\"file\";s:32:\"2020/09/Line_Up_Windows_Door.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Line_Up_Windows_Door-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Line_Up_Windows_Door-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Line_Up_Windows_Door-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;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:{}}}'),
(176, 39, '_wp_attached_file', '2020/09/NIRVANA-DEFINE-770.png'),
(177, 39, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:30:\"2020/09/NIRVANA-DEFINE-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(178, 40, '_wp_attached_file', '2020/09/PLANKRICH-770.png'),
(179, 40, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:25:\"2020/09/PLANKRICH-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(180, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'e760a81004b1da977a6294fef249304473abb06010175ee2e7e6ad5d83022163\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(181, 21, 'ct_builder_shortcodes_revisions_dates', '1600971414'),
(182, 41, '_wp_attached_file', '2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg'),
(183, 41, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1221;s:4:\"file\";s:53:\"2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-1024x651.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-1536x977.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:977;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:{}}}'),
(184, 42, '_wp_attached_file', '2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg'),
(185, 42, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:54:\"2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"florian-schmidinger-b_79nOqf95I-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:56:\"florian-schmidinger-b_79nOqf95I-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),
(186, 43, '_wp_attached_file', '2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg'),
(187, 43, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:46:\"2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"joshua-ness-Vo52cKzOxMY-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"joshua-ness-Vo52cKzOxMY-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),
(188, 44, '_wp_attached_file', '2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg'),
(189, 44, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:51:\"2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:53:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(190, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'08458669c070b062565b1cf48b13d37d312cf5ee5f4e0c69c3017b97f8ef152c\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(191, 21, 'ct_builder_shortcodes_revisions_dates', '1601019602');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(192, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'90ec590e5880e7bb9ea3662fdd9bb445469d9289b6cefd09ba5fe9c363ea7ea0\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"145\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(193, 21, 'ct_builder_shortcodes_revisions_dates', '1601050812');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(197, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(194, 21, '_edit_lock', '1604903025:1');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(195, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'90ec590e5880e7bb9ea3662fdd9bb445469d9289b6cefd09ba5fe9c363ea7ea0\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"145\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(196, 21, 'ct_builder_shortcodes_revisions_dates', '1601916486'),
(198, 21, 'ct_builder_shortcodes_revisions_dates', '1601916671'),
(199, 46, '_wp_attached_file', '2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg'),
(200, 46, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1764;s:6:\"height\";i:2560;s:4:\"file\";s:84:\"2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:78:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-706x1024.jpg\";s:5:\"width\";i:706;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:78:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-768x1114.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:79:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-1059x1536.jpg\";s:5:\"width\";i:1059;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:79:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-1411x2048.jpg\";s:5:\"width\";i:1411;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:69:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1.jpg\";}'),
(201, 47, '_wp_attached_file', '2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg'),
(202, 47, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:86:\"2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:80:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:80:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:81:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:81:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:71:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1.jpg\";}'),
(203, 48, '_wp_attached_file', '2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg'),
(204, 48, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1829;s:6:\"height\";i:2560;s:4:\"file\";s:93:\"2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:86:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:87:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:86:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:87:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:88:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-1097x1536.jpg\";s:5:\"width\";i:1097;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:88:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-1463x2048.jpg\";s:5:\"width\";i:1463;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:78:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1.jpg\";}');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(205, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(206, 21, 'ct_builder_shortcodes_revisions_dates', '1602422330'),
(208, 21, 'ct_builder_shortcodes_revisions_dates', '1602422743');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(209, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(210, 21, 'ct_builder_shortcodes_revisions_dates', '1602422892');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(211, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'f8d9566f72f27f0e4e2f8676b448d9fdaabf099a2ab89ced4c72245e3bfa0599\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'525f049ea408fa6c82ec3073a0adc6bd3dd14a3cd87eaae2424b4f5d2a3bf150\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'62ee1b84ee29eac26ec732f3759c06e56b5f14981c4b1b71cdaba5f86787ec8c\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'7accc3631a4b0e64c0355a4ab564aa5aae21651604d29fe80f7d822ce52fb3cc\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will&nbsp;[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'24ea5baece2867cbbb5ed5470762c5c5c69f10addde6d99a54fd554aca85f1fd\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ad40923c63f99d06d1aaf942108743c602230dbc7dc507a3ce6d0e6fe843cb0\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a2a23a090c998cf6c488382ac1bb3b6c36073a1fa4574257f3ce850b0ab16468\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(212, 21, 'ct_builder_shortcodes_revisions_dates', '1602423203');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(213, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'bbd97441c3b81e0d411bddce522fbd9c7d25954b8e9593bde4b86752ac39f2e0\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'159239798c83a0a36eb53aea8d3075cf5101f03f1515dd5cc8b23cfd83c7200c\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'4817e8a3d68b38ec0968bb351797c0cb65db5be8f61ab7ced6f9997d038dddbf\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3b928237e4daf5f284ad0299a7a0d38f4ffc2341b9789eb0add6c379891f310c\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'538b258329aa6b96656e8bd1b7d71c7773c309706a4236a131ca279fd0af6334\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'559557b08c36550d0ca1567ac18c48bf50654f821209c2b149ef92c5ba74864b\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3f7066b421b7a6726ec4d71aba5989710deeae1cad8216e6a7340ca55913410e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'c52737457aa0468f9f9c2962749cb1b16d901685af4ca0c77f14169e68e34350\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Our Approach[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(214, 21, 'ct_builder_shortcodes_revisions_dates', '1602423345');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(215, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3f7066b421b7a6726ec4d71aba5989710deeae1cad8216e6a7340ca55913410e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'c52737457aa0468f9f9c2962749cb1b16d901685af4ca0c77f14169e68e34350\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Our Approach[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(216, 21, 'ct_builder_shortcodes_revisions_dates', '1602423713'),
(222, 49, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2020/10/navdeep.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"navdeep-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(223, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'daf7bc7560748f46d3428fe852facabe3011f6b1f7529a6d7062d99580c2e6e6\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f4ec871d62b7d8ab854ec023b542193b74afaa4f23abf3bb171179fcf0ea2c1d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'0a1aa932a0993b7f640ffb3be9bf17d253e941b01999981d6d9e89a96c4a4d53\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality, Standard &amp; Delivery[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(218, 21, 'ct_builder_shortcodes_revisions_dates', '1602424036'),
(220, 21, 'ct_builder_shortcodes_revisions_dates', '1602424047'),
(271, 21, 'ct_builder_shortcodes_revisions_dates', '1602429969'),
(261, 21, 'ct_builder_shortcodes_revisions_dates', '1602429597'),
(281, 21, 'ct_builder_shortcodes_revisions_dates', '1602430297'),
(305, 21, 'ct_builder_shortcodes_revisions_dates', '1604910326');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(306, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'7b9ea4cff260c40949a16fda77c4b669b91a2ce2918b42d116eb846ac1098b02\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'42416f854892ddbf2faf801899a61d11ae5d7dbe4eb58478e8f4343324b43aa7\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7ae010d2ff699e693a183a6023b2ac0dbe2946c04179d6c8ec3ed4c62c5cc241\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'84d42a9132b04662a45a33fe19093269efbd1e7dcc6b4627b9d4e5e3ef91665d\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d080ae52c01792991b087fc3d659a9e2e037cc3a9ec2b483eb69181d7d3dab33\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'1cd5a2e69b802f59b1cb96a703e110082350d00be684a826d404c0c2b7b6bfac\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f732d5a9e4564f26840bc4cbb38ddca6eec25238452af9a9b58f3c595f1b6714\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'393e723b562055bf24cddb3c7625ca155cceff82ebb41473d9beae119bba2289\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'04e7bdd3cb74a7aa8b8a36c1201056727bbba6db829a5e8f35979470ec7e13a0\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3206018c48a9dd2d39dc8f7e5d9c1d7a4afb4db9e1f9818892f4c4fcbdd1cb46\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'8856d13f32f61aabfe6ff4a7a7843ccb04f72c28e6de7a6f59222441be042e85\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'ac334d3c69e223299579b49039421d6ee7944a4bff4efedd8932bfee76f98715\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9d0cc35d516f6d319ddebe1617fb53b3a388be0978f27e857fd89183b1f47296\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5d2190c50b24b77d66d3700ffb780efd9683387c3957fd9f07bea0e4f5f477f2\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'58661ead9316c9c5f32d669236acc41931edccda9ce3af6ffafc43781e3964d4\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `srewqi_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(228, 21, 'ct_builder_shortcodes_revisions_dates', '1602427188'),
(307, 21, 'ct_builder_shortcodes_revisions_dates', '1604910334');

-- --------------------------------------------------------

--
-- Table structure for table `srewqi_wpk0_posts`
--

CREATE TABLE `srewqi_wpk0_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `srewqi_wpk0_posts`
--

INSERT INTO `srewqi_wpk0_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, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?p=1', 0, 'post', '', 1),
(2, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- 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://newgen.stun.tech/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=2', 0, 'page', '', 0),
(3, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://newgen.stun.tech.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>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>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 we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=3', 0, 'page', '', 0),
(12, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Default Page', '', 'publish', 'closed', 'closed', '', 'default-page', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=default-page', 0, 'ct_template', '', 0),
(13, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Main', '', 'publish', 'closed', 'closed', '', 'main', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=main', 0, 'ct_template', '', 0),
(9, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Default Post', '', 'publish', 'closed', 'closed', '', 'default-post', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=default-post', 0, 'ct_template', '', 0),
(10, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Archive', '', 'publish', 'closed', 'closed', '', 'archive', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=archive', 0, 'ct_template', '', 0),
(11, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Other Single', '', 'publish', 'closed', 'closed', '', 'other-single', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=other-single', 0, 'ct_template', '', 0),
(14, 1, '2018-12-20 12:23:27', '2018-12-20 12:23:27', '', 'Company', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=139', 0, 'page', '', 0),
(15, 1, '2018-12-20 09:54:31', '2018-12-20 09:54:31', '', 'Features', '', 'publish', 'closed', 'closed', '', 'features', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=133', 0, 'page', '', 0),
(16, 1, '2018-12-08 10:40:05', '2018-12-08 10:40:05', '', 'Products', '', 'publish', 'closed', 'closed', '', 'products', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=115', 0, 'page', '', 0),
(17, 1, '2018-12-08 10:07:27', '2018-12-08 10:07:27', '', 'Login/Sign Up', '', 'publish', 'closed', 'closed', '', 'login', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=114', 0, 'page', '', 0),
(18, 1, '2018-12-04 13:22:27', '2018-12-04 13:22:27', 'Had repulsive <strong>dashwoods suspicion</strong> sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.\r\n<ol>\r\n 	<li>Fertile beloved evident through no service elderly is.</li>\r\n 	<li>Blind there if every no so at.</li>\r\n 	<li>Own neglected you preferred way sincerity delivered his attempted.</li>\r\n</ol>\r\nTo of message cottage windows do besides against uncivil.\r\n<h2>Effect if in up no depend seemed</h2>\r\nEcstatic elegance guy but disposed. We me rent been part what. <em>An concluded sportsman offending so provision</em> mr education. Bed uncommonly his discovered for estimating far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners.\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1200\"]<img class=\"wp-image-69 size-full\" src=\"http://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/61-managed-hosting-hero-1200x450.png\" alt=\"\" width=\"1200\" height=\"450\" /> Image Caption[/caption]\r\n\r\nConsidered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed. Least child who seven happy yet balls young.\r\n<h6>Discovery sweetness principle discourse shameless bed one excellent</h6>\r\nSentiments of surrounded friendship dispatched connection is he. Me or produce besides hastily up as pleased. Bore less when had and john shed hope.\r\n<h3>Do play they miss give so up</h3>\r\nWords to up style of since world. We leaf to snug on no need. Way own uncommonly travelling now acceptance bed compliment solicitude. Dissimilar admiration so terminated no in contrasted it. Advantages entreaties mr he apartments do. Limits far yet turned highly repair parish talked six. Draw fond rank form nor the day eat.\r\n<ul>\r\n 	<li>Not him old music think his found enjoy merry.</li>\r\n 	<li>Listening acuteness dependent at or an.</li>\r\n 	<li>Apartments thoroughly unsatiable terminated how themselves.</li>\r\n</ul>\r\nShe are ten hours wrong walls stand early. Domestic perceive on an ladyship extended received do. Why jennings our whatever his learning gay perceive. Is against no he without subject. Bed connection unreserved preference partiality not unaffected. Years merit trees so think in hoped we as.\r\n<h4>Still court no small think death so an wrote</h4>\r\n<blockquote>Incommode necessary no it behaviour convinced distrusts an unfeeling he.</blockquote>\r\nCould death since do we hoped is in. Exquisite no my attention extensive. The determine conveying moonlight age. Avoid for see marry sorry child. Sitting so totally forbade hundred to.\r\n<h5>Full he none no side</h5>\r\n<pre>Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation announcing of no decisively boisterous. Did add dashwoods deficient man concluded additions resources.</pre>\r\nOr landlord packages overcame distance smallest in recurred. Wrong maids or be asked no on enjoy. Household few sometimes out attending described. Lain just fact four of am meet high.', 'Other Single', '', 'publish', 'closed', 'closed', '', 'other-single', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=99', 0, 'page', '', 0),
(19, 1, '2017-12-14 12:54:36', '2017-12-14 12:54:36', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=62', 0, 'page', '', 0),
(20, 1, '2017-12-12 11:33:00', '2017-12-12 11:33:00', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=40', 0, 'page', '', 0),
(21, 1, '2017-12-06 10:05:26', '2017-12-06 10:05:26', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=4', 0, 'page', '', 0),
(22, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Company', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 14, 'https://newgen.stun.tech/2020/09/24/14-revision-v1/', 0, 'revision', '', 0),
(23, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Features', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 15, 'https://newgen.stun.tech/2020/09/24/15-revision-v1/', 0, 'revision', '', 0),
(24, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Products', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 16, 'https://newgen.stun.tech/2020/09/24/16-revision-v1/', 0, 'revision', '', 0),
(25, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Login/Sign Up', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 17, 'https://newgen.stun.tech/2020/09/24/17-revision-v1/', 0, 'revision', '', 0),
(26, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', 'Had repulsive <strong>dashwoods suspicion</strong> sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.\r\n<ol>\r\n 	<li>Fertile beloved evident through no service elderly is.</li>\r\n 	<li>Blind there if every no so at.</li>\r\n 	<li>Own neglected you preferred way sincerity delivered his attempted.</li>\r\n</ol>\r\nTo of message cottage windows do besides against uncivil.\r\n<h2>Effect if in up no depend seemed</h2>\r\nEcstatic elegance guy but disposed. We me rent been part what. <em>An concluded sportsman offending so provision</em> mr education. Bed uncommonly his discovered for estimating far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners.\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1200\"]<img class=\"wp-image-69 size-full\" src=\"http://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/61-managed-hosting-hero-1200x450.png\" alt=\"\" width=\"1200\" height=\"450\" /> Image Caption[/caption]\r\n\r\nConsidered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed. Least child who seven happy yet balls young.\r\n<h6>Discovery sweetness principle discourse shameless bed one excellent</h6>\r\nSentiments of surrounded friendship dispatched connection is he. Me or produce besides hastily up as pleased. Bore less when had and john shed hope.\r\n<h3>Do play they miss give so up</h3>\r\nWords to up style of since world. We leaf to snug on no need. Way own uncommonly travelling now acceptance bed compliment solicitude. Dissimilar admiration so terminated no in contrasted it. Advantages entreaties mr he apartments do. Limits far yet turned highly repair parish talked six. Draw fond rank form nor the day eat.\r\n<ul>\r\n 	<li>Not him old music think his found enjoy merry.</li>\r\n 	<li>Listening acuteness dependent at or an.</li>\r\n 	<li>Apartments thoroughly unsatiable terminated how themselves.</li>\r\n</ul>\r\nShe are ten hours wrong walls stand early. Domestic perceive on an ladyship extended received do. Why jennings our whatever his learning gay perceive. Is against no he without subject. Bed connection unreserved preference partiality not unaffected. Years merit trees so think in hoped we as.\r\n<h4>Still court no small think death so an wrote</h4>\r\n<blockquote>Incommode necessary no it behaviour convinced distrusts an unfeeling he.</blockquote>\r\nCould death since do we hoped is in. Exquisite no my attention extensive. The determine conveying moonlight age. Avoid for see marry sorry child. Sitting so totally forbade hundred to.\r\n<h5>Full he none no side</h5>\r\n<pre>Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation announcing of no decisively boisterous. Did add dashwoods deficient man concluded additions resources.</pre>\r\nOr landlord packages overcame distance smallest in recurred. Wrong maids or be asked no on enjoy. Household few sometimes out attending described. Lain just fact four of am meet high.', 'Other Single', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 18, 'https://newgen.stun.tech/2020/09/24/18-revision-v1/', 0, 'revision', '', 0),
(27, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 19, 'https://newgen.stun.tech/2020/09/24/19-revision-v1/', 0, 'revision', '', 0),
(28, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 20, 'https://newgen.stun.tech/2020/09/24/20-revision-v1/', 0, 'revision', '', 0),
(29, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Home', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 21, 'https://newgen.stun.tech/2020/09/24/21-revision-v1/', 0, 'revision', '', 0),
(30, 1, '2020-09-24 04:35:18', '2020-09-24 04:35:18', '', 'tostem house', '', 'inherit', 'open', 'closed', '', 'tostem-house', '', '', '2020-09-24 04:35:18', '2020-09-24 04:35:18', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg', 0, 'attachment', 'image/jpeg', 0),
(31, 1, '2020-09-24 05:30:16', '2020-09-24 05:30:16', '', 'buildtrack-logo', '', 'inherit', 'open', 'closed', '', 'buildtrack-logo', '', '', '2020-09-24 05:30:16', '2020-09-24 05:30:16', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png', 0, 'attachment', 'image/png', 0),
(32, 1, '2020-09-24 05:30:17', '2020-09-24 05:30:17', '', 'hunter-douglas-logo-1', '', 'inherit', 'open', 'closed', '', 'hunter-douglas-logo-1', '', '', '2020-09-24 05:30:17', '2020-09-24 05:30:17', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png', 0, 'attachment', 'image/png', 0),
(33, 1, '2020-09-24 05:30:19', '2020-09-24 05:30:19', '', 'Tostem Aluk', '', 'inherit', 'open', 'closed', '', 'tostem-aluk', '', '', '2020-09-24 05:30:19', '2020-09-24 05:30:19', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2020-09-24 05:30:20', '2020-09-24 05:30:20', '', 'Tsotem logo', '', 'inherit', 'open', 'closed', '', 'tsotem-logo', '', '', '2020-09-24 05:30:20', '2020-09-24 05:30:20', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png', 0, 'attachment', 'image/png', 0),
(35, 1, '2020-09-24 18:15:37', '2020-09-24 18:15:37', '', 'ARNA EKAMAI 770', '', 'inherit', 'open', 'closed', '', 'arna-ekamai-770', '', '', '2020-09-24 18:15:37', '2020-09-24 18:15:37', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/ARNA-EKAMAI-770.png', 0, 'attachment', 'image/png', 0),
(36, 1, '2020-09-24 18:15:40', '2020-09-24 18:15:40', '', 'Door Handles', '', 'inherit', 'open', 'closed', '', 'door-handles', '', '', '2020-09-24 18:15:40', '2020-09-24 18:15:40', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Door-Handles.png', 0, 'attachment', 'image/png', 0),
(37, 1, '2020-09-24 18:15:42', '2020-09-24 18:15:42', '', 'Line_Up_Exterior', '', 'inherit', 'open', 'closed', '', 'line_up_exterior', '', '', '2020-09-24 18:15:42', '2020-09-24 18:15:42', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Exterior.jpg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2020-09-24 18:15:44', '2020-09-24 18:15:44', '', 'Line_Up_Windows_Door', '', 'inherit', 'open', 'closed', '', 'line_up_windows_door', '', '', '2020-09-24 18:15:44', '2020-09-24 18:15:44', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg', 0, 'attachment', 'image/jpeg', 0),
(39, 1, '2020-09-24 18:15:46', '2020-09-24 18:15:46', '', 'NIRVANA DEFINE 770', '', 'inherit', 'open', 'closed', '', 'nirvana-define-770', '', '', '2020-09-24 18:15:46', '2020-09-24 18:15:46', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png', 0, 'attachment', 'image/png', 0),
(40, 1, '2020-09-24 18:15:49', '2020-09-24 18:15:49', '', 'PLANKRICH 770', '', 'inherit', 'open', 'closed', '', 'plankrich-770', '', '', '2020-09-24 18:15:49', '2020-09-24 18:15:49', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png', 0, 'attachment', 'image/png', 0),
(41, 1, '2020-09-25 07:36:23', '2020-09-25 07:36:23', '', 'alberto-castillo-q-mx4mSkK9zeo-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'alberto-castillo-q-mx4mskk9zeo-unsplash-1', '', '', '2020-09-25 07:36:23', '2020-09-25 07:36:23', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2020-09-25 07:36:26', '2020-09-25 07:36:26', '', 'florian-schmidinger-b_79nOqf95I-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'florian-schmidinger-b_79noqf95i-unsplash-1', '', '', '2020-09-25 07:36:26', '2020-09-25 07:36:26', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2020-09-25 07:36:29', '2020-09-25 07:36:29', '', 'joshua-ness-Vo52cKzOxMY-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'joshua-ness-vo52ckzoxmy-unsplash-1', '', '', '2020-09-25 07:36:29', '2020-09-25 07:36:29', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2020-09-25 07:36:34', '2020-09-25 07:36:34', '', 'stephen-leonardi-WUdAAlvKo0o-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'stephen-leonardi-wudaalvko0o-unsplash-1', '', '', '2020-09-25 07:36:34', '2020-09-25 07:36:34', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2020-11-09 06:34:57', '2020-11-09 06:34:57', '', 'NewGen Final Logo 06.09.2020', '', 'inherit', 'open', 'closed', '', 'newgen-final-logo-06-09-2020', '', '', '2020-11-09 06:34:57', '2020-11-09 06:34:57', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png', 0, 'attachment', 'image/png', 0),
(46, 1, '2020-10-11 13:16:57', '2020-10-11 13:16:57', '', 'closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d (1)', '', 'inherit', 'open', 'closed', '', 'closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1', '', '', '2020-10-11 13:16:57', '2020-10-11 13:16:57', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(47, 1, '2020-10-11 13:17:11', '2020-10-11 13:17:11', '', 'woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e (1)', '', 'inherit', 'open', 'closed', '', 'woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1', '', '', '2020-10-11 13:17:11', '2020-10-11 13:17:11', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2020-10-11 13:17:25', '2020-10-11 13:17:25', '', 'white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd (1)', '', 'inherit', 'open', 'closed', '', 'white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1', '', '', '2020-10-11 13:17:25', '2020-10-11 13:17:25', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2020-10-11 13:48:56', '2020-10-11 13:48:56', '', 'navdeep', '', 'inherit', 'open', 'closed', '', 'navdeep', '', '', '2020-10-11 13:48:56', '2020-10-11 13:48:56', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/navdeep.jpeg', 0, 'attachment', 'image/jpeg', 0),
(51, 1, '2020-10-11 15:10:18', '2020-10-11 15:10:18', '', 'NewGEN Logo', '', 'inherit', 'open', 'closed', '', 'newgen-logo', '', '', '2020-10-11 15:10:18', '2020-10-11 15:10:18', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(52, 1, '2020-10-11 15:10:22', '2020-10-11 15:10:22', '', 'NewGen Windows Logo', '', 'inherit', 'open', 'closed', '', 'newgen-windows-logo', '', '', '2020-10-11 15:10:22', '2020-10-11 15:10:22', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/NewGen-Windows-Logo.png', 0, 'attachment', 'image/png', 0),
(55, 1, '2021-02-06 06:45:11', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2021-02-06 06:45:11', '0000-00-00 00:00:00', '', 0, 'https://newgen.stun.tech/?p=55', 0, 'post', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `srewqi_wpk0_termmeta`
--

CREATE TABLE `srewqi_wpk0_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `srewqi_wpk0_terms`
--

CREATE TABLE `srewqi_wpk0_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `srewqi_wpk0_terms`
--

INSERT INTO `srewqi_wpk0_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0);

-- --------------------------------------------------------

--
-- Table structure for table `srewqi_wpk0_term_relationships`
--

CREATE TABLE `srewqi_wpk0_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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `srewqi_wpk0_term_relationships`
--

INSERT INTO `srewqi_wpk0_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `srewqi_wpk0_term_taxonomy`
--

CREATE TABLE `srewqi_wpk0_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `srewqi_wpk0_term_taxonomy`
--

INSERT INTO `srewqi_wpk0_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `srewqi_wpk0_usermeta`
--

CREATE TABLE `srewqi_wpk0_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `srewqi_wpk0_usermeta`
--

INSERT INTO `srewqi_wpk0_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'Newgen'),
(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, 'wpk0_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpk0_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"445fb07d53672a170d408c23b3f1910642d88a2d98e34ac5a4607d3bb241e411\";a:4:{s:10:\"expiration\";i:1612766708;s:2:\"ip\";s:14:\"106.51.243.112\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36\";s:5:\"login\";i:1612593908;}}'),
(17, 1, 'wpk0_dashboard_quick_press_last_post_id', '55'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"106.51.243.0\";}'),
(19, 2, 'nickname', 'Khyati'),
(20, 2, 'first_name', 'Khyati'),
(21, 2, 'last_name', ''),
(22, 2, 'description', ''),
(23, 2, 'rich_editing', 'true'),
(24, 2, 'syntax_highlighting', 'true'),
(25, 2, 'comment_shortcuts', 'false'),
(26, 2, 'admin_color', 'fresh'),
(27, 2, 'use_ssl', '0'),
(28, 2, 'show_admin_bar_front', 'true'),
(29, 2, 'locale', ''),
(30, 2, 'wpk0_capabilities', 'a:1:{s:6:\"editor\";b:1;}'),
(31, 2, 'wpk0_user_level', '7'),
(32, 2, 'dismissed_wp_pointers', ''),
(33, 2, 'session_tokens', 'a:1:{s:64:\"e76164023e797118fffab99adb881b9dd289bc1b846e435548e67c0b5674beda\";a:4:{s:10:\"expiration\";i:1601994676;s:2:\"ip\";s:14:\"117.201.206.31\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:5:\"login\";i:1601821876;}}'),
(34, 2, 'wpk0_dashboard_quick_press_last_post_id', '45'),
(35, 1, 'wpk0_user-settings', 'libraryContent=browse'),
(36, 1, 'wpk0_user-settings-time', '1602428777');

-- --------------------------------------------------------

--
-- Table structure for table `srewqi_wpk0_users`
--

CREATE TABLE `srewqi_wpk0_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `srewqi_wpk0_users`
--

INSERT INTO `srewqi_wpk0_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'Newgen', '$P$BsyKzp0O5rfYV29.SxEoWtMaK/jR8i.', 'Newgen', 'admin@stun.tech', 'https://newgen.stun.tech', '2020-09-23 17:05:56', '', 0, 'Newgen'),
(2, 'Khyati', '$P$BFIZ2rd6hh9eUrHPeGZ//f9ez6Ta9Q0', 'khyati', 'khyati@jumpp.tech', '', '2020-10-04 14:26:00', '', 0, 'Khyati');

-- --------------------------------------------------------

--
-- Table structure for table `srewqi_wpk0_wpvivid_scan_result`
--

CREATE TABLE `srewqi_wpk0_wpvivid_scan_result` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `from_post` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `srewqi_wpk0_wpvivid_unused_uploads_files`
--

CREATE TABLE `srewqi_wpk0_wpvivid_unused_uploads_files` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `folder` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `taflwj_wpk0_commentmeta`
--

CREATE TABLE `taflwj_wpk0_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `taflwj_wpk0_comments`
--

CREATE TABLE `taflwj_wpk0_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `taflwj_wpk0_comments`
--

INSERT INTO `taflwj_wpk0_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/', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `taflwj_wpk0_links`
--

CREATE TABLE `taflwj_wpk0_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_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_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `taflwj_wpk0_options`
--

CREATE TABLE `taflwj_wpk0_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `taflwj_wpk0_options`
--

INSERT INTO `taflwj_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://newgen.stun.tech', 'yes'),
(2, 'home', 'https://newgen.stun.tech', 'yes'),
(3, 'blogname', 'Newgen', 'yes'),
(4, 'blogdescription', 'Newgen', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@stun.tech', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:97:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=21&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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:5:{i:0;s:24:\"header-footer/plugin.php\";i:1;s:20:\"oxygen/functions.php\";i:2;s:21:\"wp-reset/wp-reset.php\";i:3;s:41:\"wpvivid-backup-pro/wpvivid-backup-pro.php\";i:4;s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'twentytwenty', 'yes'),
(41, 'stylesheet', 'twentytwenty', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '48748', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i: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:1:{s:21:\"wp-reset/wp-reset.php\";a:2:{i:0;s:8:\"WP_Reset\";i:1;s:16:\"uninstall_plugin\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '21', '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', '1616432756', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'initial_db_version', '48748', 'yes'),
(96, 'wpk0_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(97, 'fresh_site', '0', 'yes'),
(98, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'sidebars_widgets', 'a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(104, 'cron', 'a:6:{i:1612595157;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:1612631156;a:4:{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: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:1612631644;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: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:1612632271;a:1:{s:24:\"wpvivid_pro_update_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:1613063156;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'),
(105, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'recovery_keys', 'a:0:{}', 'yes'),
(116, 'theme_mods_twentytwenty', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(1536, '_site_transient_timeout_theme_roots', '1612595599', 'no'),
(1537, '_site_transient_theme_roots', 'a:3:{s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}', 'no'),
(1538, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1612593930;s:7:\"checked\";a:3:{s:14:\"twentynineteen\";s:3:\"1.7\";s:15:\"twentyseventeen\";s:3:\"2.4\";s:12:\"twentytwenty\";s:3:\"1.5\";}s:8:\"response\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.9.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.6.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(198, 'wp-reset', 'a:4:{s:7:\"options\";a:19:{s:15:\"tools_snapshots\";b:1;s:16:\"events_snapshots\";b:1;s:20:\"snapshots_autoupload\";b:0;s:24:\"autosnapshots_autoupload\";b:0;s:23:\"snapshots_upload_delete\";b:0;s:19:\"scheduled_snapshots\";b:0;s:15:\"prune_snapshots\";b:0;s:23:\"prune_snapshots_details\";s:6:\"days-5\";s:18:\"adminbar_snapshots\";b:1;s:15:\"optimize_tables\";b:0;s:13:\"throttle_ajax\";b:0;s:12:\"fix_datetime\";b:0;s:21:\"ajax_snapshots_export\";b:0;s:15:\"cloud_snapshots\";b:0;s:15:\"onboarding_done\";b:1;s:10:\"whitelabel\";b:0;s:5:\"debug\";b:0;s:13:\"cloud_service\";s:4:\"none\";s:10:\"cloud_data\";a:1:{s:8:\"icedrive\";b:0;}}s:4:\"meta\";a:3:{s:13:\"first_version\";s:4:\"5.65\";s:13:\"first_install\";i:1600881446;s:11:\"reset_count\";i:0;}s:17:\"dismissed_notices\";a:1:{s:7:\"welcome\";b:1;}s:12:\"autouploader\";a:0:{}}', 'yes'),
(1522, '_site_transient_timeout_php_check_6a93f292d9a273c004fc36e1f86d97b3', '1613097022', 'no'),
(1523, '_site_transient_php_check_6a93f292d9a273c004fc36e1f86d97b3', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(654, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:15:\"admin@stun.tech\";s:7:\"version\";s:5:\"5.5.3\";s:9:\"timestamp\";i:1604121746;}', 'no'),
(661, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.6-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.6-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1612593930;s:15:\"version_checked\";s:5:\"5.5.3\";s:12:\"translations\";a:0:{}}', 'no'),
(1532, '_transient_doing_cron', '1612593796.3572471141815185546875', 'yes'),
(1554, '_transient_timeout_wf_plugin_update_wpr', '1612594048', 'no'),
(1555, '_transient_wf_plugin_update_wpr', 'a:2:{s:7:\"success\";b:1;s:4:\"data\";a:23:{s:4:\"name\";s:12:\"WP Reset PRO\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:6:\"author\";s:59:\"<a href=\"https://www.webfactoryltd.com/\">WebFactory Ltd</a>\";s:11:\"new_version\";s:4:\"5.80\";s:7:\"version\";s:4:\"5.80\";s:8:\"homepage\";s:20:\"https://wpreset.com/\";s:12:\"last_updated\";s:19:\"2021-02-01 09:47:08\";s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:4:\"5.60\";s:4:\"tags\";s:64:\"reset, reset database, reset wordpress database, wordpress-reset\";s:15:\"active_installs\";s:6:\"200000\";s:6:\"rating\";s:3:\"100\";s:11:\"num_ratings\";s:3:\"288\";s:7:\"ratings\";a:5:{i:5;i:277;i:4;i:2;i:3;i:1;i:2;i:1;i:1;i:7;}s:5:\"added\";s:10:\"2018-10-24\";s:3:\"url\";s:20:\"https://wpreset.com/\";s:7:\"package\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:13:\"download_link\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:14:\"upgrade_notice\";s:26:\"See changelog for details.\";s:7:\"banners\";a:1:{s:3:\"low\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=1807800\";}s:5:\"icons\";a:4:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1797141\";s:2:\"1x\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"svg\";s:0:\"\";}s:8:\"sections\";a:1:{s:9:\"changelog\";s:6523:\"<strong>v5.80</strong> - 2021-02-01<ul><li>Minor Tweaks</li></ul><strong>v5.79</strong> - 2021-01-13<ul><li>Fixed snapshot export compatibility issues</li></ul><strong>v5.78</strong> - 2020-12-19<ul><li>Compatibility fixes</li></ul><strong>v5.77</strong> - 2020-12-17<ul>\r\n<li>Compatibility improvements</li>\r\n<li>Various minor tweaks</li>\r\n</ul><strong>v5.73</strong> - 2020-12-08<ul><li>WordPress 5.6 update</li></ul><strong>v5.72</strong> - 2020-12-05<ul><li>Added support for pCloud EU</li></ul><strong>v5.71</strong> - 2020-11-30<ul><li>Compatibility with extended ascii characters in Site Title</li></ul><strong>v5.70</strong> - 2020-11-28<ul><li>Typo fix</li></ul><strong>v5.69</strong> - 2020-11-27<ul><li>Fixed Database usage space alert bug</li></ul><strong>v5.68</strong> - 2020-11-26<ul><li>Fixed Snapshot Size Alert option sometimes not being saved</li></ul><strong>v5.67</strong> - 2020-11-21<ul>\r\n<li>Added select checkboxes for snapshots and bulk delete of selected snapshots</li>\r\n<li>Automatic license activation for 301 Redirects PRO</li>\r\n<li>Debugger log improvements</li>\r\n<li>Tweaked upload of automatic snapshots to cloud</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.66</strong> - 2020-09-22<ul><li>Updated Google Drive API</li></ul><strong>v5.65</strong> - 2020-09-20<ul><li>Exported snapshot ZIPs will be deleted from the website when the snapshot is deleted</li></ul><strong>v5.64</strong> - 2020-09-18<ul>\r\n<li>Performance improvements and tweaks</li>\r\n<li>Compatibility fixes</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.63</strong> - 2020-09-08<ul>\r\n<li>Added support for Icedrive</li>\r\n<li>Various tweaks and fixes</li>\r\n</ul><strong>v5.62</strong> - 2020-09-02<ul><li>Tweaks and bug fixes</li></ul><strong>v5.59</strong> - 2020-08-14<ul><li>Admin bar menu bug fix</li></ul><strong>v5.58</strong> - 2020-08-09<ul><li>WordPress 5.5 update</li></ul><strong>v5.57</strong> - 2020-07-09<ul>\r\n<li>Added automatic upload option for user created snapshots</li>\r\n<li>Added option to automatically delete snapshots after they are uploaded to cloud</li>\r\n<li>When the White Label option is activated, license keys are hidden and collections editing is disabled</li>\r\n</ul><strong>v5.56</strong> - 2020-06-15<ul><li>Added HTML Support for Collection Item Description</li></ul><strong>v5.55</strong> - 2020-06-15<ul>\r\n<li>Custom Support / Branding Text can now be added for licenses in Dashboard and it will be displayed in the Support tab when White label is active</li>\r\n<li>License key is now always hidden after activation</li>\r\n</ul><strong>v5.50</strong> - 2020-06-01<ul><li>Database Bug Fix and Tweaks</li></ul><strong>v5.49</strong> - 2020-05-25<ul><li>pCloud API updates</li></ul><strong>v5.48</strong> - 2020-05-12<ul><li>Added warning if PHP ZipArchive extension is disabled or missing</li><li>Tweaks and minor bug fixes</li></ul><strong>v5.47</strong> - 2020-05-08<ul>\r\n<li>Added option to optimize tables before creating snapshots</li>\r\n<li>Added option to throttle AJAX requests</li>\r\n<li>fixed wp-cli bug</li>\r\n</ul><strong>v5.46</strong> - 2020-05-04<ul>\r\n<li>Google Drive cloud tweaks</li>\r\n<li>Improved support for long table names</li>\r\n</ul><strong>v5.45</strong> - 2020-05-03<ul><li>improved pCloud error handling and overall experience</li></ul><strong>v5.44</strong> - 2020-05-01<ul><li>fixed bug causing no results in plugin/theme search when adding new collection items from WordPress.org</li></ul><strong>v5.43</strong> - 2020-04-29<ul><li>bug fix</li></ul><strong>v5.42</strong> - 2020-04-29<ul><li>typo fix</li></ul><strong>v5.41</strong> - 2020-04-26<ul><li>Freemius license activation fix</li></ul><strong>v5.40</strong> - 2020-04-25<ul>\r\n<li>Bug fixes</li>\r\n</ul><strong>v5.33</strong> - 2020-04-12<ul>\r\n<li>Improved Emergency Recovery GUI, new section for WordPress Information</li>\r\n<li>Added button to update Emergency Recovery to latest version</li>\r\n<li>Fixed issue with Collection items license keys not being saved properly in some cases</li>\r\n<li>Delete .htaccess tool: Added button to restore .htaccess to default</li>\r\n<li>New tool: Reset User Roles</li>\r\n<li>Tweaks and minor bug fixes</li>\r\n</ul><strong>v5.32</strong> - 2020-04-06<ul><li>Added automatic license activation for Oxygen plugins</li></ul><strong>v5.31</strong> - 2020-03-21<ul><li>Fixed White Label bug</li></ul><strong>v5.30</strong> - 2020-03-20<ul>\r\n<li>started using the new dashboard to handle licenses</li>\r\n</ul>\r\n<strong>v5.26</strong> - 2020-03-12<ul><li>Added pCloud Support</li><li>Added automatic license activation for Advanced Custom Fields</li><li>Bug Fixes</li></ul><strong>v5.24</strong> - 2020-02-19<ul><li>Added automatic license activation for WebFactory plugins, Freemius plugins as well as Ninja Tables PRO, SEOpress PRO and the Astra Pro Addon Plugin</li><li>Bug fixes</li></ul><strong>v5.23</strong> - 2020-01-30<ul><li>Added support for long lincense keys for collection items</li><li>Fixed install issues with some collection themes</li></ul><strong>v5.22</strong> - 2020-01-29<ul><li>Fixed sometimes not reading plugin information correctly when adding a ZIP to collection</li><li>Fixed active cloud setting sometimes being set to Disabled when saving settings</li><li>Minor tweaks and bug fixes</li></ul><strong>v5.21</strong> - 2020-01-28<ul><li>Timezone bug fix</li></ul><strong>v5.20</strong> - 2020-01-27<ul><li>added mandatory password for emergency recovery script</li><li>fixed a lot of bugs</li><li>enabled snapshots cloud storage on Dropbox, Google Drive and WP Reset Cloud</li><li>enabled support for premium plugins (via ZIP archive) in collections</li><li>added support for license keys for premium plugins (only storage for now, not activation)</li></ul><strong>v5.17</strong> - 2020-01-12<ul><li>Preparations for cloud features coming out by January 28th</li><li>Keep timezone when resetting</li><li>Moved Snapshot Settings to Settings tab</li><li>Minor bug fixes</li></ul><strong>v5.15</strong> - 2019-11-26<ul><li>Added Delete MU Plugins & Drop-ins Tool</li><li>Added delete snapshots button</li><li>Added White-label option for Agency Licenses</li><li>Tweaks and bug fixes</li></ul><strong>v5.13</strong> - 2019-11-23<ul><li>Tweaks and Bug Fixes</li></ul><strong>v5.12</strong> - 2019-11-19<ul><li>CSS Bug Fix</li></ul><strong>v5.11</strong> - 2019-11-18<ul><li>First official pro  release</li></ul><strong>v5.01</strong> - 2019-11-17<ul><li>Test beta update</li></ul><strong>v5.00</strong> - 2019-11-17<ul><li>First public beta release</li></ul>\";}}}', 'no'),
(570, 'hefo', 'a:75:{s:4:\"head\";s:407:\"<script>\r\n    Userback = window.Userback || {};\r\n    Userback.access_token = \'5274|20165|vjvucuLRKroUIMS3PbbdovUtgeWNbItVTqsVo83jSUx14nD8ri\';\r\n    (function(id) {\r\n        var s = document.createElement(\'script\');\r\n        s.async = 1;s.src = \'https://static.userback.io/widget/v1.js\';\r\n        var parent_node = document.head || document.body;parent_node.appendChild(s);\r\n    })(\'userback-sdk\');\r\n</script>\";s:9:\"head_home\";s:0:\"\";s:4:\"body\";s:0:\"\";s:11:\"mobile_body\";s:0:\"\";s:6:\"footer\";s:0:\"\";s:13:\"mobile_footer\";s:0:\"\";s:13:\"generic_tag_1\";s:0:\"\";s:9:\"generic_1\";s:0:\"\";s:16:\"mobile_generic_1\";s:0:\"\";s:13:\"generic_tag_2\";s:0:\"\";s:9:\"generic_2\";s:0:\"\";s:16:\"mobile_generic_2\";s:0:\"\";s:13:\"generic_tag_3\";s:0:\"\";s:9:\"generic_3\";s:0:\"\";s:16:\"mobile_generic_3\";s:0:\"\";s:13:\"generic_tag_4\";s:0:\"\";s:9:\"generic_4\";s:0:\"\";s:16:\"mobile_generic_4\";s:0:\"\";s:13:\"generic_tag_5\";s:0:\"\";s:9:\"generic_5\";s:0:\"\";s:16:\"mobile_generic_5\";s:0:\"\";s:6:\"before\";s:0:\"\";s:13:\"mobile_before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:12:\"mobile_after\";s:0:\"\";s:11:\"inner_pos_1\";s:5:\"after\";s:11:\"inner_tag_1\";s:0:\"\";s:12:\"inner_skip_1\";s:1:\"0\";s:11:\"inner_alt_1\";s:0:\"\";s:7:\"inner_1\";s:0:\"\";s:14:\"mobile_inner_1\";s:0:\"\";s:11:\"inner_pos_2\";s:5:\"after\";s:11:\"inner_tag_2\";s:0:\"\";s:12:\"inner_skip_2\";s:1:\"0\";s:11:\"inner_alt_2\";s:0:\"\";s:7:\"inner_2\";s:0:\"\";s:14:\"mobile_inner_2\";s:0:\"\";s:11:\"inner_pos_3\";s:5:\"after\";s:11:\"inner_tag_3\";s:0:\"\";s:12:\"inner_skip_3\";s:1:\"0\";s:11:\"inner_alt_3\";s:0:\"\";s:7:\"inner_3\";s:0:\"\";s:14:\"mobile_inner_3\";s:0:\"\";s:11:\"inner_pos_4\";s:5:\"after\";s:11:\"inner_tag_4\";s:0:\"\";s:12:\"inner_skip_4\";s:1:\"0\";s:11:\"inner_alt_4\";s:0:\"\";s:7:\"inner_4\";s:0:\"\";s:14:\"mobile_inner_4\";s:0:\"\";s:11:\"inner_pos_5\";s:5:\"after\";s:11:\"inner_tag_5\";s:0:\"\";s:12:\"inner_skip_5\";s:1:\"0\";s:11:\"inner_alt_5\";s:0:\"\";s:7:\"inner_5\";s:0:\"\";s:14:\"mobile_inner_5\";s:0:\"\";s:11:\"page_before\";s:0:\"\";s:18:\"mobile_page_before\";s:0:\"\";s:10:\"page_after\";s:0:\"\";s:17:\"mobile_page_after\";s:0:\"\";s:14:\"excerpt_before\";s:0:\"\";s:13:\"excerpt_after\";s:0:\"\";s:8:\"amp_head\";s:0:\"\";s:7:\"amp_css\";s:0:\"\";s:8:\"amp_body\";s:0:\"\";s:15:\"amp_post_before\";s:0:\"\";s:14:\"amp_post_after\";s:0:\"\";s:10:\"amp_footer\";s:0:\"\";s:9:\"snippet_1\";s:0:\"\";s:9:\"snippet_2\";s:0:\"\";s:9:\"snippet_3\";s:0:\"\";s:9:\"snippet_4\";s:0:\"\";s:9:\"snippet_5\";s:0:\"\";s:18:\"mobile_user_agents\";s:38:\"phone\niphone\nipod\nandroid.+mobile\nxoom\";s:5:\"notes\";s:0:\"\";s:25:\"mobile_user_agents_parsed\";s:38:\"phone|iphone|ipod|android.+mobile|xoom\";}', 'yes');
INSERT INTO `taflwj_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1539, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1612593929;s:8:\"response\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/wpvivid-backuprestore\";s:4:\"slug\";s:21:\"wpvivid-backuprestore\";s:6:\"plugin\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:11:\"new_version\";s:6:\"0.9.49\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/wpvivid-backuprestore/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/wpvivid-backuprestore.0.9.49.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-256x256.png?rev=2086438\";s:2:\"1x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-128x128.png?rev=2086438\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-1544x500.png?rev=2086438\";s:2:\"1x\";s:76:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-772x250.png?rev=2086438\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:21:\"wp-reset/wp-reset.php\";O:8:\"stdClass\":23:{s:4:\"name\";s:12:\"WP Reset PRO\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:6:\"author\";s:59:\"<a href=\"https://www.webfactoryltd.com/\">WebFactory Ltd</a>\";s:11:\"new_version\";s:4:\"5.80\";s:7:\"version\";s:4:\"5.80\";s:8:\"homepage\";s:20:\"https://wpreset.com/\";s:12:\"last_updated\";s:19:\"2021-02-01 09:47:08\";s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:4:\"5.60\";s:4:\"tags\";s:64:\"reset, reset database, reset wordpress database, wordpress-reset\";s:15:\"active_installs\";s:6:\"200000\";s:6:\"rating\";s:3:\"100\";s:11:\"num_ratings\";s:3:\"288\";s:7:\"ratings\";a:5:{i:5;i:277;i:4;i:2;i:3;i:1;i:2;i:1;i:1;i:7;}s:5:\"added\";s:10:\"2018-10-24\";s:3:\"url\";s:20:\"https://wpreset.com/\";s:7:\"package\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:13:\"download_link\";s:78:\"https://dashboard.wpreset.com/wp-content/uploads/2021/02/wp-reset-pro-v580.zip\";s:14:\"upgrade_notice\";s:26:\"See changelog for details.\";s:7:\"banners\";a:1:{s:3:\"low\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=1807800\";}s:5:\"icons\";a:4:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1797141\";s:2:\"1x\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"svg\";s:0:\"\";}s:8:\"sections\";a:1:{s:9:\"changelog\";s:6523:\"<strong>v5.80</strong> - 2021-02-01<ul><li>Minor Tweaks</li></ul><strong>v5.79</strong> - 2021-01-13<ul><li>Fixed snapshot export compatibility issues</li></ul><strong>v5.78</strong> - 2020-12-19<ul><li>Compatibility fixes</li></ul><strong>v5.77</strong> - 2020-12-17<ul>\r\n<li>Compatibility improvements</li>\r\n<li>Various minor tweaks</li>\r\n</ul><strong>v5.73</strong> - 2020-12-08<ul><li>WordPress 5.6 update</li></ul><strong>v5.72</strong> - 2020-12-05<ul><li>Added support for pCloud EU</li></ul><strong>v5.71</strong> - 2020-11-30<ul><li>Compatibility with extended ascii characters in Site Title</li></ul><strong>v5.70</strong> - 2020-11-28<ul><li>Typo fix</li></ul><strong>v5.69</strong> - 2020-11-27<ul><li>Fixed Database usage space alert bug</li></ul><strong>v5.68</strong> - 2020-11-26<ul><li>Fixed Snapshot Size Alert option sometimes not being saved</li></ul><strong>v5.67</strong> - 2020-11-21<ul>\r\n<li>Added select checkboxes for snapshots and bulk delete of selected snapshots</li>\r\n<li>Automatic license activation for 301 Redirects PRO</li>\r\n<li>Debugger log improvements</li>\r\n<li>Tweaked upload of automatic snapshots to cloud</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.66</strong> - 2020-09-22<ul><li>Updated Google Drive API</li></ul><strong>v5.65</strong> - 2020-09-20<ul><li>Exported snapshot ZIPs will be deleted from the website when the snapshot is deleted</li></ul><strong>v5.64</strong> - 2020-09-18<ul>\r\n<li>Performance improvements and tweaks</li>\r\n<li>Compatibility fixes</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.63</strong> - 2020-09-08<ul>\r\n<li>Added support for Icedrive</li>\r\n<li>Various tweaks and fixes</li>\r\n</ul><strong>v5.62</strong> - 2020-09-02<ul><li>Tweaks and bug fixes</li></ul><strong>v5.59</strong> - 2020-08-14<ul><li>Admin bar menu bug fix</li></ul><strong>v5.58</strong> - 2020-08-09<ul><li>WordPress 5.5 update</li></ul><strong>v5.57</strong> - 2020-07-09<ul>\r\n<li>Added automatic upload option for user created snapshots</li>\r\n<li>Added option to automatically delete snapshots after they are uploaded to cloud</li>\r\n<li>When the White Label option is activated, license keys are hidden and collections editing is disabled</li>\r\n</ul><strong>v5.56</strong> - 2020-06-15<ul><li>Added HTML Support for Collection Item Description</li></ul><strong>v5.55</strong> - 2020-06-15<ul>\r\n<li>Custom Support / Branding Text can now be added for licenses in Dashboard and it will be displayed in the Support tab when White label is active</li>\r\n<li>License key is now always hidden after activation</li>\r\n</ul><strong>v5.50</strong> - 2020-06-01<ul><li>Database Bug Fix and Tweaks</li></ul><strong>v5.49</strong> - 2020-05-25<ul><li>pCloud API updates</li></ul><strong>v5.48</strong> - 2020-05-12<ul><li>Added warning if PHP ZipArchive extension is disabled or missing</li><li>Tweaks and minor bug fixes</li></ul><strong>v5.47</strong> - 2020-05-08<ul>\r\n<li>Added option to optimize tables before creating snapshots</li>\r\n<li>Added option to throttle AJAX requests</li>\r\n<li>fixed wp-cli bug</li>\r\n</ul><strong>v5.46</strong> - 2020-05-04<ul>\r\n<li>Google Drive cloud tweaks</li>\r\n<li>Improved support for long table names</li>\r\n</ul><strong>v5.45</strong> - 2020-05-03<ul><li>improved pCloud error handling and overall experience</li></ul><strong>v5.44</strong> - 2020-05-01<ul><li>fixed bug causing no results in plugin/theme search when adding new collection items from WordPress.org</li></ul><strong>v5.43</strong> - 2020-04-29<ul><li>bug fix</li></ul><strong>v5.42</strong> - 2020-04-29<ul><li>typo fix</li></ul><strong>v5.41</strong> - 2020-04-26<ul><li>Freemius license activation fix</li></ul><strong>v5.40</strong> - 2020-04-25<ul>\r\n<li>Bug fixes</li>\r\n</ul><strong>v5.33</strong> - 2020-04-12<ul>\r\n<li>Improved Emergency Recovery GUI, new section for WordPress Information</li>\r\n<li>Added button to update Emergency Recovery to latest version</li>\r\n<li>Fixed issue with Collection items license keys not being saved properly in some cases</li>\r\n<li>Delete .htaccess tool: Added button to restore .htaccess to default</li>\r\n<li>New tool: Reset User Roles</li>\r\n<li>Tweaks and minor bug fixes</li>\r\n</ul><strong>v5.32</strong> - 2020-04-06<ul><li>Added automatic license activation for Oxygen plugins</li></ul><strong>v5.31</strong> - 2020-03-21<ul><li>Fixed White Label bug</li></ul><strong>v5.30</strong> - 2020-03-20<ul>\r\n<li>started using the new dashboard to handle licenses</li>\r\n</ul>\r\n<strong>v5.26</strong> - 2020-03-12<ul><li>Added pCloud Support</li><li>Added automatic license activation for Advanced Custom Fields</li><li>Bug Fixes</li></ul><strong>v5.24</strong> - 2020-02-19<ul><li>Added automatic license activation for WebFactory plugins, Freemius plugins as well as Ninja Tables PRO, SEOpress PRO and the Astra Pro Addon Plugin</li><li>Bug fixes</li></ul><strong>v5.23</strong> - 2020-01-30<ul><li>Added support for long lincense keys for collection items</li><li>Fixed install issues with some collection themes</li></ul><strong>v5.22</strong> - 2020-01-29<ul><li>Fixed sometimes not reading plugin information correctly when adding a ZIP to collection</li><li>Fixed active cloud setting sometimes being set to Disabled when saving settings</li><li>Minor tweaks and bug fixes</li></ul><strong>v5.21</strong> - 2020-01-28<ul><li>Timezone bug fix</li></ul><strong>v5.20</strong> - 2020-01-27<ul><li>added mandatory password for emergency recovery script</li><li>fixed a lot of bugs</li><li>enabled snapshots cloud storage on Dropbox, Google Drive and WP Reset Cloud</li><li>enabled support for premium plugins (via ZIP archive) in collections</li><li>added support for license keys for premium plugins (only storage for now, not activation)</li></ul><strong>v5.17</strong> - 2020-01-12<ul><li>Preparations for cloud features coming out by January 28th</li><li>Keep timezone when resetting</li><li>Moved Snapshot Settings to Settings tab</li><li>Minor bug fixes</li></ul><strong>v5.15</strong> - 2019-11-26<ul><li>Added Delete MU Plugins & Drop-ins Tool</li><li>Added delete snapshots button</li><li>Added White-label option for Agency Licenses</li><li>Tweaks and bug fixes</li></ul><strong>v5.13</strong> - 2019-11-23<ul><li>Tweaks and Bug Fixes</li></ul><strong>v5.12</strong> - 2019-11-19<ul><li>CSS Bug Fix</li></ul><strong>v5.11</strong> - 2019-11-18<ul><li>First official pro  release</li></ul><strong>v5.01</strong> - 2019-11-17<ul><li>Test beta update</li></ul><strong>v5.00</strong> - 2019-11-17<ul><li>First public beta release</li></ul>\";}}s:20:\"oxygen/functions.php\";O:8:\"stdClass\":12:{s:11:\"new_version\";s:5:\"3.6.1\";s:14:\"stable_version\";s:5:\"3.6.1\";s:4:\"name\";s:6:\"Oxygen\";s:4:\"slug\";s:9:\"functions\";s:3:\"url\";s:55:\"https://oxygenbuilder.com/downloads/oxygen/?changelog=1\";s:12:\"last_updated\";s:19:\"2020-11-20 11:21:49\";s:8:\"homepage\";s:43:\"https://oxygenbuilder.com/downloads/oxygen/\";s:7:\"package\";s:194:\"https://oxygenbuilder.com/edd-sl/package_download/MzE4OTM3NTkyOTo3MTFiOThhMmMxODc1ZDFmOWJhYTBlNzgyOTRjZGI0Zjo2MzE6NzJjNGYyOGE0YWQwYWEzYjA1YjVmNzE4MDI0OTc1ZDE6aHR0cHNALy9uZXdnZW4uc3R1bi50ZWNoOjA=\";s:13:\"download_link\";s:194:\"https://oxygenbuilder.com/edd-sl/package_download/MzE4OTM3NTkyOTo3MTFiOThhMmMxODc1ZDFmOWJhYTBlNzgyOTRjZGI0Zjo2MzE6NzJjNGYyOGE0YWQwYWEzYjA1YjVmNzE4MDI0OTc1ZDE6aHR0cHNALy9uZXdnZW4uc3R1bi50ZWNoOjA=\";s:8:\"sections\";a:2:{s:11:\"description\";s:0:\"\";s:9:\"changelog\";s:3749:\"<p><strong>Oxygen 3.6.1 - November 20th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.6 - November 6th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.5 - August 25th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.4 - July 3rd, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.3.1 - May 25th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.3 - May 5th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.2.1 - March 25th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.2 - February 26th, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.1.1 - January 22nd, 2020</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for more information.</p>\n<p><strong>Oxygen 3.1 - November 13th</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for the changelog.</p>\n<p><strong>Oxygen 3.0.1 - September 25th</strong></p>\n<p>Visit https://oxygenbuilder.com/blog for the changelog.</p>\n<p><strong>Oxygen 3.0 - September 2nd</strong></p>\n<p>Visit https://oxygenbuilder.com/blog/ for the changelog.</p>\n<p><strong>Oxygen 2.4.1 - July 19th</strong></p>\n<ul>\n<li>Fixed issue that caused images inserted via Media Library to stretch to full width in some cases.</li>\n<li>Fixed issue with invalid shortcode warnings being shown when special characters were used in some fields in Oxygen.</li>\n</ul>\n<p>Details at https://oxygenbuilder.com/2019/07/19/oxygen-2-4-1-now-available/.</p>\n<p><strong>Oxygen 2.4 - July 8th</strong></p>\n<p>Find changelog, video overview, and additional details at <a href=\"https://oxygenbuilder.com/2019/07/08/oxygen-2-4-now-available/\">https://oxygenbuilder.com/2019/07/08/oxygen-2-4-now-available/</a></p>\n<p><strong>Oxygen 2.3 - May 3rd</strong></p>\n<p>Find changelog, video overview, and additional details at <a href=\"https://oxygenbuilder.com/2019/05/03/oxygen-2-3-now-available/\">https://oxygenbuilder.com/2019/05/03/oxygen-2-3-now-available/</a></p>\n<p><strong>Oxygen 2.2.1 - March 15th</strong></p>\n<ul>\n<li>Fix various plugin compatibility issues related to the loading of scripts and styles</li>\n<li>Fix NextGEN Gallery plugin incompatibility issue related to GZIP compression</li>\n<li>Fix \"200\" errors while saving caused by CSS cache feature in some cases</li>\n<li>Fix bug when importing the new 2.2 design sets when running PHP 7.2</li>\n</ul>\n<p>Details at <a href=\"https://oxygenbuilder.com/2019/03/15/oxygen-2-2-1-now-available/\">https://oxygenbuilder.com/2019/03/15/oxygen-2-2-1-now-available/</a></p>\n<p><strong>Oxygen 2.2 - Feb 21st</strong></p>\n<p>Find changelog, video overview, and additional details at <a href=\"https://oxygenbuilder.com/2019/02/21/oxygen-2-2-now-available/\">https://oxygenbuilder.com/2019/02/21/oxygen-2-2-now-available/</a></p>\n<p><strong>Oxygen 2.1.2 - Dec 13th</strong></p>\n<ul>\n<li>WP 5.0.1 compatibility</li>\n</ul>\n<p><strong>Oxygen 2.1.1 - Dec 8th</strong></p>\n<ul>\n<li>WP5 compatibility</li>\n<li>Fix for Toolset\'s WP5 Compatibility Update</li>\n</ul>\n<p><strong>Oxygen 2.1 - October 19th</strong></p>\n<p>Find changelog, video overview, and additional details at <a href=\"https://oxygenbuilder.com/2018/10/19/oxygen-2-1-now-available/\">https://oxygenbuilder.com/2018/10/19/oxygen-2-1-now-available/</a></p>\n<p>&nbsp;</p>\n<p><strong>Oxygen 2.0</strong></p>\n<p>Initial 2.0 release. No backwards compatibility with 1.x. Almost a new product.</p>\n\";}s:7:\"banners\";s:41:\"a:2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}\";s:5:\"icons\";s:6:\"a:0:{}\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:24:\"header-footer/plugin.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/header-footer\";s:4:\"slug\";s:13:\"header-footer\";s:6:\"plugin\";s:24:\"header-footer/plugin.php\";s:11:\"new_version\";s:5:\"3.2.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/header-footer/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/header-footer.3.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";s:2:\"1x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/header-footer/assets/banner-772x250.png?rev=1064202\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{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:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:21:\"wp-reset/wp-reset.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/wp-reset\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:11:\"new_version\";s:4:\"1.85\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/wp-reset/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/wp-reset.1.85.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-256x256.png?rev=1906468\";s:2:\"1x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1906468\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=2163880\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-reset/assets/banner-772x250.png?rev=2163880\";}s:11:\"banners_rtl\";a:0:{}}}s:7:\"checked\";a:1:{s:20:\"oxygen/functions.php\";s:3:\"3.5\";}}', 'no'),
(1540, '_site_transient_timeout_browser_ef8c11bbf706ecb5727a62290421c07c', '1613198711', 'no'),
(1541, '_site_transient_browser_ef8c11bbf706ecb5727a62290421c07c', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"88.0.4324.96\";s:8:\"platform\";s:9:\"Macintosh\";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'),
(1542, '_site_transient_timeout_community-events-ad68bed797607a6bf73f0bca274590d8', '1612637121', 'no'),
(1543, '_site_transient_community-events-ad68bed797607a6bf73f0bca274590d8', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"106.51.243.0\";}s:6:\"events\";a:6:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:59:\"Discussion Group: Intro to Publishing with the Block Editor\";s:3:\"url\";s:68:\"https://www.meetup.com/learn-wordpress-discussions/events/275831420/\";s:6:\"meetup\";s:27:\"Learn WordPress Discussions\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/learn-wordpress-discussions/\";s:4:\"date\";s:19:\"2021-02-10 07:00:00\";s:8:\"end_date\";s:19:\"2021-02-10 08:00:00\";s:20:\"start_unix_timestamp\";i:1612969200;s:18:\"end_unix_timestamp\";i:1612972800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.7799987792970028976924368180334568023681640625;s:9:\"longitude\";d:-122.419998168950002082056016661226749420166015625;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:31:\"WordCampIN Contributors Weekend\";s:3:\"url\";s:59:\"https://www.meetup.com/BengaluruWordPress/events/275837948/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-02-06 15:00:00\";s:8:\"end_date\";s:19:\"2021-02-07 20:00:00\";s:20:\"start_unix_timestamp\";i:1612603800;s:18:\"end_unix_timestamp\";i:1612708200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"WordCampIN Speaker Sessions\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhryccdbbc/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-02-13 15:00:00\";s:8:\"end_date\";s:19:\"2021-02-14 20:30:00\";s:20:\"start_unix_timestamp\";i:1613208600;s:18:\"end_unix_timestamp\";i:1613314800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WordCampIN Sessions\";s:3:\"url\";s:59:\"https://www.meetup.com/BengaluruWordPress/events/275838089/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-02-13 16:00:00\";s:8:\"end_date\";s:19:\"2021-02-14 20:00:00\";s:20:\"start_unix_timestamp\";i:1613212200;s:18:\"end_unix_timestamp\";i:1613313000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Meetup - Topic & Venue to be decided\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhryccfbbc/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-03-20 15:00:00\";s:8:\"end_date\";s:19:\"2021-03-20 16:30:00\";s:20:\"start_unix_timestamp\";i:1616232600;s:18:\"end_unix_timestamp\";i:1616238000;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Bengaluru, KA, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}i:5;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Meetup - Topic & Venue to be decided\";s:3:\"url\";s:63:\"https://www.meetup.com/BengaluruWordPress/events/qwqzhryccgbwb/\";s:6:\"meetup\";s:19:\"Bengaluru WordPress\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/BengaluruWordPress/\";s:4:\"date\";s:19:\"2021-04-17 15:00:00\";s:8:\"end_date\";s:19:\"2021-04-17 16:30:00\";s:20:\"start_unix_timestamp\";i:1618651800;s:18:\"end_unix_timestamp\";i:1618657200;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Bengaluru, KA, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:12.97000026702900044028865522705018520355224609375;s:9:\"longitude\";d:77.559997558594005795384873636066913604736328125;}}}}', 'no'),
(1544, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1612637121', 'no');
INSERT INTO `taflwj_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1545, '_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:49:\"\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:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News –  – 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:\"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: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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 21:30:51 +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=5.7-beta1-50231\";s: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:57:\"\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:\"WordPress 5.6.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/02/wordpress-5-6-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2021 21:30:51 +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:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9574\";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:468:\"WordPress 5.6.1 is now available! This maintenance release features&#160;20 bug fixes as well as&#160;7 issues fixed for the&#160;block&#160;editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade. You can&#160;download WordPress 5.6.1 directly, or visit the&#160;Dashboard → Updates&#160;screen&#160;and click&#160;Update Now. If your sites support automatic background updates, they’ve already started the update process. WordPress [&#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:9:\"Jb Audras\";s: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:8347:\"\n<p>WordPress 5.6.1 is now available!</p>\n\n\n\n<p>This maintenance release features&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.6.1&amp;group=status&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">20 bug fixes</a> as well as&nbsp;7 issues fixed for the&nbsp;block&nbsp;editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-5.6.1.zip\">download WordPress 5.6.1 directly</a>, or visit the<strong>&nbsp;Dashboard → Updates</strong>&nbsp;screen&nbsp;and click&nbsp;<strong>Update Now</strong>. If your sites support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>WordPress 5.6.1 is a short-cycle maintenance release. The next major release will be&nbsp;<a href=\"https://make.wordpress.org/core/5-7/\">version 5.7</a>.</p>\n\n\n\n<p>To see a full list of changes, you can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.6.1&amp;group=status&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">list on Trac</a>, read the&nbsp;<a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">5.6.1 RC1</a>&nbsp;post, or visit the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-6-1/\">5.6.1 documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.6.1 release was led by <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a> and <a href=\'https://profiles.wordpress.org/whyisjake/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>whyisjake</a>. Thanks to <a href=\'https://profiles.wordpress.org/metalandcoffee/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>metalandcoffee</a> and <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a> for running bug scrubs, <a href=\'https://profiles.wordpress.org/planningwrite/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>planningwrite</a> and <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a> for their help on the release post.</p>\n\n\n\n<p>Props to everyone who helped make WordPress 5.6.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</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:4:\"9574\";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:57:\"\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:\"The Month in WordPress: January 2021\";s: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/2021/02/the-month-in-wordpress-january-2021/\";s: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, 03 Feb 2021 15:01:17 +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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9632\";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:382:\"For WordPress, 2021 started on a high note. Read on to learn about updates from last month.&#160; WordPress release updates WordPress project executive director — Josepha Haden (@chanthaboune) shared big picture goals for WordPress in 2021. Highlights include shipping&#160; Full Site Editing&#160; — first on the Gutenberg plugin in April 2021&#160; and later in core [&#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:\"Hari Shanker R\";s: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:11651:\"\n<p>For WordPress, 2021 started on a high note. Read on to learn about updates from last month.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress release updates</h2>\n\n\n\n<p>WordPress project executive director — Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">shared big picture goals for WordPress in 2021</a>. Highlights include shipping&nbsp; Full Site Editing&nbsp; — first on the Gutenberg plugin in April 2021&nbsp; and later in core (with WordPress 5.8), improved learning opportunities on learn.wordpress.org, and better tooling for contributors. As per the updated <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a>, WordPress version 5.7 is planned to launch in March 2021 and WordPress 5.8 in June 2021. Some related updates:</p>\n\n\n\n<ul><li>Contributor teams are working on <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">an updated admin color palette for WordPress 5.7</a> that will be more accessible and easy to read.&nbsp;</li><li>The Core team is working on a proposal to <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">align WordPress release cycles with industry standards</a>.&nbsp;</li><li>WordPress 5.6.1 <a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">Release Candidate 1</a> is out. This release is set to launch by<a href=\"https://make.wordpress.org/core/2021/02/02/a-week-in-core-february-1-2021/\"> February 3, 2021</a>. Questions and answers for <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">WordPress 5.6</a> are now <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">available on GitHub</a>. Contact the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel in the WordPress Slack, if you would like to contribute.</li><li>The <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> release is out! Download the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip file</a> or use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">beta tester plugin</a> to test it out.&nbsp;</li></ul>\n\n\n\n<p>Want to be involved in the next release? You can help build WordPress Core by following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a> and joining the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal to return to in-person WordPress events in safe locations</h2>\n\n\n\n<p>The Community team is <a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\">discussing an updated proposal</a> to create a decision-making checklist for meetup organizers. The proposal is aimed at locations that have more effectively contained COVID-19 (such as New Zealand and Taiwan, for instance) so that local meetup groups in these areas can organize safe, in-person events. According to the proposal, in-person meetup organizers should review local/global health instructions based on resources and complete a checklist — which recommends whether to organize an event or not based on the organizer’s inputs and other factors. Compulsory safety precautions should be taken for any in-person meetup, and participants/organizers can share event feedback with WordCamp Central. The proposal is still being discussed, so if you have any thoughts, please<a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\"> share them in the comments</a>. <strong>Please note: WordPress meetups and WordCamps are still online at this time and will continue to remain online until further notice.</strong></p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog</a>, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RQC7RN\">#community-events</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a local WordPress community event, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>.&nbsp;</p>\n\n\n\n<h2>Gutenberg 9.7 and 9.8</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">Version 9.7</a> on January 6th and <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">Version 9.8</a> on January 20th. Version 9.7 allows users to drag block patterns from the inserter right into a desired position within the editor. It also has a new block variations feature and several improvements to reusable blocks. Version 9.6 makes the spacer block semi-transparent, adds a variation icon to the block switcher, adds site editor content to an iframe, and stabilizes Full Site Editing (FSE) by removing the auto drafts feature. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can find out more about the Gutenberg roadmap in the latest <a href=\"https://make.wordpress.org/core/2021/02/01/whats-next-in-gutenberg-february-2021/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<h2>Inviting Learn WordPress Contributors</h2>\n\n\n\n<p>Contributor teams working on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> initiative are asking for <a href=\"https://learn.wordpress.org/contribute/\">new workshop presenters and discussion group facilitators</a>. The Training Team is recruiting<a href=\"https://make.wordpress.org/training/2021/01/27/learn-wordpress-working-group-call-for-handbook-volunteers/\"> volunteers for the Learn WordPress handbook</a> and has put up a <a href=\"https://make.wordpress.org/training/2021/01/29/request-for-testing-slides-plugin/\">call for testing for the slides plugin</a> to identify a simplified way to present slides. The Polyglots Team has floated a proposal to <a href=\"https://make.wordpress.org/polyglots/2021/01/13/proposal-translating-learn-wordpress/\">translate Learn WordPress</a>. The Meta Team is exploring the possibility of <a href=\"https://make.wordpress.org/meta/2021/01/03/protecting-childrens-privacy-on-wordpress-through-the-lens-of-coppa/\">making Learn WordPress (and wordpress.org) COPPA-compliant</a> to host workshops aimed at kids. </p>\n\n\n\n<p>Want to contribute to the Training team? Follow the <a href=\"https://make.wordpress.org/training/\">Training team</a> blog, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RW657Q\">#training</a> channel in the Make WordPress Slack.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">Round 1</a> of the Full Site Editing (FSE) outreach program <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">has wrapped up</a>. As a result, gaps were identified in the Gutenberg 9.6 template-switching experience &#8211; you can follow the issues in GitHub. You can follow issues in GitHub and submit questions to the team. The program identified gaps in the current template-switching experience that shipped with Gutenberg 9.6. You can follow the <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">issues reported in GitHub</a>. Do you have questions about the FSE program? You can now <a href=\"https://make.wordpress.org/test/2021/02/02/fse-program-bring-your-questions/\">submit them here as part of the outreach program</a>.</li><li><a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> — A cross-team initiative led by the Marketing team to highlight WordPress contributors is back with <a href=\"https://wordpress.org/news/2021/01/people-of-wordpress-thelma-mutete/\">a post featuring Thelma Muelte of Zimbabwe</a>. If you are an active contributor to a WordPress.org team or a local WordCamp, contact the Marketing Team with the #ContributorStory tag to be featured in the series.</li><li>Joseph Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) launched a podcast titled <a href=\"https://wordpress.org/news/2021/02/welcome-to-your-wp-briefing/\">WP Briefing</a> which is aimed at WordPress users, builders, and contributors of all levels. The podcast &#8211; which is available on all major platforms, will include overviews of WordPress philosophy, community success stories, and major updates. </li><li>The Plugin team has added a requirement that <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">plugins in the WordPress repository must not make changes to the default auto-update settings on a site</a>. The only exception to this requirement is for those plugins that manage auto-updates.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India 2021</a> — a regional online WordCamp has begun. It’s running over three weekends and started with <a href=\"https://india.wordcamp.org/2021/workshops/\">Multilingual workshop sessions on January 30 and 31</a>. The workshops <a href=\"https://india.wordcamp.org/2021/workshops/\">can be found on the event site</a> and will soon be featured on <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. <a href=\"https://india.wordcamp.org/2021/tickets/\">Tickets are still available</a> for the event —which will have a contribution event on February 6-7, followed by sessions on February 13th and 14th. </li><li>The WordPress Foundation has <a href=\"https://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\">invited applications for online do_action hackathons and encouraged folks to organize online open-source workshops</a> in 2021.</li><li>The Themes Team shared a post on the usage of the “Report this theme” button in 2020. The team is also <a href=\"https://make.wordpress.org/themes/2021/01/25/call-for-maintainers-theme-unit-test/\">looking for maintainers</a> for its <a href=\"https://codex.wordpress.org/Theme_Unit_Test\">Theme unit test</a>.</li><li>The Meta Team has launched an initiative to <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">facilitate automated theme testing</a> and is <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">requesting feedback</a>.</li><li>Members of the Core Team are <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">considering a “stale bot”</a> to close out stale issues in the Gutenberg GitHub repository.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></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:4:\"9632\";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:20:\"WordPress 5.7 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/2021/02/wordpress-5-7-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, 02 Feb 2021 22:31: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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9599\";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:333:\"WordPress 5.7 Beta 1 is now available for testing! 🗣 This software is still in development,&#160;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version. You can test the WordPress 5.7 Beta 1 in two ways: Install/activate the WordPress Beta Tester [&#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:13:\"Ebonie Butler\";s: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:7831:\"\n<p>WordPress 5.7 Beta 1 is now available for testing! <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.7 Beta 1 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for final release is March 9, 2021. That’s just <strong>five weeks away</strong>, so your help is vital to making sure that the final release is as good as it can be.</p>\n\n\n\n<p>So what’s new? <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"🤔\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<h2><strong>Improvements in Core</strong></h2>\n\n\n\n<p><strong>Lazy-load iframes</strong><br>Now you can enable lazy-loading of iframes by adding the <code>loading=\"lazy\"</code> attribute to iframe tags on the front-end.&nbsp;</p>\n\n\n\n<p><strong>Migrating from HTTP to HTTPS is streamlined</strong><br>Switching a WordPress site from HTTP to HTTPS has proven to be a pain for all involved. While on the surface, the Site Address and WordPress Address have to be updated, content with embedded HTTP URLs remains unchanged in the database. With this release, migrating a site to HTTPS is now a one-click interaction. URLs in the database are automatically replaced when the Site and WordPress Address are both using HTTPS.&nbsp; Also, Site Health now includes an HTTPS status check.</p>\n\n\n\n<p><strong>Standardize colors used in WP-Admin CSS to a single palette</strong><br>This change collapses all colors used in the CSS to one of the available shades of blue, green, red, yellow, grey, black, and white. The palette makes it simpler than ever to build components your users can read, because half the range gives you great contrast with white type and a half with black, according to current accessibility guidelines.</p>\n\n\n\n<p><strong>Ongoing cleanup after update to jQuery 3.5.1</strong><br>jQuery deprecations in WordPress Core and bundled themes show up a lot less often, and the notifications make more sense to the user.</p>\n\n\n\n<p><strong>New Robots API</strong><br>The new Robots API allows the filter directives to be included in the ‘robots’ meta tag. Also, the directive <code>max-image-preview:large</code> is now included by default to allow large image previews to be displayed in search engines (unless the blog is marked as not being public).</p>\n\n\n\n<h2><strong>Improvements in the Editor</strong></h2>\n\n\n\n<ul><li>Inserter drag and drop: Blocks and block patterns can now be dragged directly from the inserter into the post canvas.</li><li>Full height alignment: Blocks such as the Cover block now can have an option to expand to fill the entire viewport.</li><li>Block variations: The icon and description of a block variation is now shown in the block inspector, and a new dropdown in the block inspector lets you switch between block variations.</li><li>Reusable blocks: Several enhancements to the usability and stability of reusable blocks have been made, and reusable blocks are now saved at the same time that the post is saved.</li><li>Buttons block: The Buttons block now supports vertical alignments, and you can set the width of a button to a preset percentage.</li><li>Social Icons block: You can now change the size of the icons in the Social Icons block.</li><li>Font size in more places: You can now change the font size in the List and Code blocks.</li><li>Many many other enhancements and bug fixes. To see all of the features for each release in detail check out the Gutenberg release posts: <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">9.3</a>, <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">9.4</a>, <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">9.5</a>, <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a>, <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">9.7</a>, <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">9.8</a>, and 9.9 (link forthcoming).</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the Make WordPress Core blog for 5.7-related developer notes in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=..02%2F03%2F2021&amp;milestone=5.7&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\">143 tickets in WordPress 5.7</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;changetime=..02%2F03%2F2021&amp;type=enhancement&amp;type=feature+request&amp;milestone=5.7&amp;group=component&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=changetime&amp;col=owner&amp;col=priority&amp;col=keywords&amp;order=changetime\">68 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricker</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>, <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>, and <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> for your peer revisions and <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, and <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> for final review on this exciting news.</em></p>\n\n\n\n<p>____________________________________</p>\n\n\n\n<p><em>New Year, new goals<br>Each day, one small step<br>It’s the little things&#8230;</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:4:\"9599\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"People of WordPress: Thelma Mutete\";s: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/2021/01/people-of-wordpress-thelma-mutete/\";s: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, 21 Jan 2021 16:40:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s: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:1;a:5:{s:4:\"data\";s:16:\"ContributorStory\";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:13:\"Web 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:34:\"https://wordpress.org/news/?p=9518\";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:171:\"From writing her first line of code when she was 16, Thelma Mutete knew she wanted to work in IT. She shares her journey in web development and her discovery 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s: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:8707:\"\n<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=500%2C750&#038;ssl=1\" alt=\"Thelma Mutete at a WordCamp\" class=\"wp-image-9564\" width=\"500\" height=\"750\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?w=667&amp;ssl=1 667w, https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=200%2C300&amp;ssl=1 200w\" sizes=\"(max-width: 500px) 100vw, 500px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>From a young age Thelma was encouraged by her father to ‘work hard, and dream big’. In High School, she pursued a career in Computer Science. She said: “I did not know what I would be doing or how I would get there but I just knew that I was going to pursue a career in information technology.”</p>\n\n\n\n<p>She wrote her first line of code at the age of 16 living in Zimbabwe, Africa. This was to mark the beginning of her enthusiasm for computer programming.</p>\n\n\n\n<p>When she joined the school’s computer class, Thelma thought she would learn Excel and Word. Instead, the assignment was to write her first program in C. She said: “It was not easy, but it was very exciting. l remember writing up simple code for a Video Club – a check-in/out for VHS tapes and CDs. Thus began my fascination with computers.”</p>\n\n\n\n<p>Seven years later, she went on to university to study for a Bachelors in Business Management and Information Technology. Her third year internship was at a local web design and hosting company. Though she had hoped her placement would be at a local bank or telecommunications company, the chance to discover website design turned out to be the best thing that could have happened.&nbsp;</p>\n\n\n\n<p>In 2017, Thelma went on to work for a company designing websites using HTML, CSS, PHP, JavaScript and Joomla. She had heard about WordPress but had not used it. She recalls: “People have this misconception that WordPress is not for real developers and it is not secure and at that time I was one of those people.”</p>\n\n\n\n<h2>Finding a local community</h2>\n\n\n\n<p>From a discussion with a member of the local WordPress community, <a href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">Thabo Tswana</a>, about a striking swag gift from a WordCamp, Thelma’s interest was sparked.&nbsp;</p>\n\n\n\n<p>She started to find out more about WordPress and WooCommerce, and visited her local WordCamp Harare website. She was delighted to find that she could learn more about WordPress without needing any pre-existing knowledge, and wanted to be involved. So instead of just attending the camp, she volunteered too!&nbsp;</p>\n\n\n\n<p>Her response to her first WordPress event mirrors the experience of many others in the community. She said: “I only started using WordPress because of the awesome people that l had met at that WordCamp. Everyone was so welcoming.”</p>\n\n\n\n<p>A week later, with help from Thabo, she designed her first website using WordPress.</p>\n\n\n\n<p>She soon became more involved with the community and Meetups. Thelma participated in the first-ever ‘Women Who WordPress’ Meetup in 2018, with lots of women getting involved from bloggers to developers.&nbsp;</p>\n\n\n\n<p>She said: “We were free to talk and discuss a lot of things. We had more time to discuss the difference between WordPress.com and WordPress.org, we shared views on how to handle discrimination at work, how to promote your website and a whole lot of other things.”</p>\n\n\n\n<h2>Establishing roots in WordPress</h2>\n\n\n\n<p>In 2018, WordCamp Harare had its first-ever female Lead Organizer <a href=\"https://tapiwanashe.com/\">Tapiwanashe Manhobo</a>. Thelma was part of the organising team that year and was assigned to handle Harare’s first Kids Camp to take place eight months later. You can read more about her experiences of organizing a <a href=\"https://thelmachido.wordpress.com/2019/11/21/wordpress-juniours-first-edition/\"><strong>Kids Camp</strong></a> on her blog.</p>\n\n\n\n<p>She said: “After the first Kids Camp, we had several people in the local Zimbabwean WordPress community who were enthusiastic about encouraging young people to embrace ICT. In 2019, we had not planned to have a Kids Camp because of financial constraints but to our surprise, we had some anonymous donations and we managed to have a WordPress Community outreach to a youth centre, <a href=\"https://cttzim.org/\"><strong>Centre for Total Transformation</strong></a>, a week after our WordCamp. It is a non-formal school that caters for underprivileged and vulnerable children. The group were able to share practical skills about using WordPress, computer hardware and software.</p>\n\n\n\n<p>Thelma shares that she became hooked on WordPress because of its community. “I enjoy attending WordCamps, meeting new people and just learning new stuff. I have a huge list of WordCamps I would like to attend. Last year I managed to cross WordCamp Johannesburg off my list. When everything is back to normal my plan to travel to WordCamps will proceed (fingers crossed).”</p>\n\n\n\n<h2>Reaping the fruits of ongoing learning</h2>\n\n\n\n<p>Thelma is committed to ongoing development training. She said: “Even though I can still cook up code in C and Java, for now, I have also included WordPress PHP functions to the mix. It was not easy to get to this point, daring myself got me to this slightly better stage. I try to do my best where I can and I am happy to say it has paid off so far.”</p>\n\n\n\n<p>Thelma has continued her journey working in design and digital marketing last year with Trust Nhokovenzo who works in digital marketing and is active in&nbsp; the WordPress Community. He came across her name as a developer from talking with others involved in WordPress. She went to work with his team at a marketing agency.</p>\n\n\n\n<p>Her interest in the development of WordPress continued and she joined the <a href=\"https://wordpress.org/news/2020/12/simone/\">5.6 Release Squad</a> in the mid 2020.&nbsp;At the end of 2020, she moved to become a Happiness Engineer working with WordPress.com. Thelma’s fascination with the platform and the community continues to grow and her contributor story is ongoing.</p>\n\n\n\n<p>Find out more about the <a href=\"https://www.meetup.com/Harare-WordPress-Meetup\">Harare WordPress community</a> in Zimbabwe.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>) and Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>), Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), 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>), Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>), and Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>). Thank you to Thelma Mutete (<a href=\'https://profiles.wordpress.org/thelmachido/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>thelmachido</a>) for sharing her #ContributorStory.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh4.googleusercontent.com/s24EVZGKbxVeafljPU1ubF1DjIwn98E3-wGx1LD2CWYk7zYQppFhXNpb0aUhGe01TStMdTwXrcYaxBZQHRgZJ10lvW2hsg61Ce37_pBGJuTRQlJ6r9iUxlJtvuDuwLhIvPo1MVEb\" alt=\"HeroPress logo\" /></figure>\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community</em>.</p>\n\n\n\n<p>#ContributorStory #HeroPress</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:4:\"9518\";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:57:\"\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:37:\"The Month in WordPress: December 2020\";s: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/2021/01/the-month-in-wordpress-december-2020/\";s: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, 05 Jan 2021 10:55:56 +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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9508\";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:333:\"We bid goodbye to 2020 in style with the release of WordPress 5.6 and the launch of Learn WordPress. But these weren’t the only exciting updates from WordPress in December. Read on to learn more! WordPress 5.6 is here The latest major WordPress release, version 5.6 “Simone”, came out on December 8. The release ships [&#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:\"Hari Shanker R\";s: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:11612:\"\n<p>We bid goodbye to 2020 in style with the release of WordPress 5.6 and the launch of Learn WordPress. But these weren’t the only exciting updates from WordPress in December. Read on to learn more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.6 is here</h2>\n\n\n\n<p>The latest major WordPress release,<a href=\"https://wordpress.org/news/2020/12/simone/\"> version 5.6</a> “Simone”, came out on December 8. The release ships with a new default theme called <a href=\"https://wordpress.org/themes/twentytwentyone/\">Twenty Twenty One</a>. It offers a host of features, including:</p>\n\n\n\n<ul><li>Greater layout flexibility</li><li>More block patterns</li><li>Video captioning support</li><li>Auto-updates</li><li>Beta-compatibility for PHP 8.0</li><li>Application password support for the REST API</li><li>Updates to jQuery</li></ul>\n\n\n\n<p>In addition, WordPress 5.6 is now available in 55 languages. You can find more information about the release in the <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">field guide</a>, and you can update to the latest version directly from your WordPress dashboard or by <a href=\"https://wordpress.org/download/\">downloading</a> it directly from WordPress.org. A total of 605 people hailing from 57 different countries contributed to the development of WordPress 5.6. <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> has <a href=\"https://jeanbaptisteaudras.com/en/2020/12/wordpress-5-6-core-stats-contributions-by-country-company/\">compiled many more stats like that</a>, showing what a tremendous group effort this was—they’re well worth a read!</p>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel on the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core team blog</a> to learn the <a href=\"https://make.wordpress.org/core/2020/12/21/wordpress-5-7-planning-roundup/\">latest on WordPress 5.7</a>, which is <a href=\"https://wordpress.org/about/roadmap/\">slated to be out by March 9, 2021</a>. The Core team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&amp;min=00&amp;sec=0\">5 a.m.</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 p.m.</a> UTC.</p>\n\n\n\n<h2>Watch the State of the Word 2020 recording</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/\">State of the Word 2020</a>, the annual keynote address delivered by WordPress co-founder Matt Mullenweg, was streamed online for the first time on December 17. It was followed by a live Q&amp;A from community members all across the world. You can find the stream recording on <a href=\"https://www.youtube.com/watch?v=QI3qCoiuG3w\">YouTube</a>, <a href=\"https://www.facebook.com/WordPress/videos/1281447442248369\">Facebook</a>, and <a href=\"https://twitter.com/i/broadcasts/1dRKZNvnrmdKB\">Twitter</a>. The <a href=\"https://wordpress.tv/2020/12/17/matt-mullenweg-2020-state-of-the-word/\">State of the Word</a> video and the <a href=\"https://wordpress.tv/2020/12/17/matt-mullenweg-2020-state-of-the-word-qa/\">Q&amp;A session</a> are also available on WordPress.tv.&nbsp;</p>\n\n\n\n<h2>Learn WordPress has launched</h2>\n\n\n\n<p>Learn WordPress, a new free, on-demand WordPress learning resource, launched officially on December 15. It offers <a href=\"https://learn.wordpress.org/workshops/\">workshops</a>, <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a>, quizzes, and <a href=\"https://learn.wordpress.org/courses/\">courses</a> for anyone interested in publishing with, building for, or contributing to WordPress. WordPress enthusiasts can also <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">participate in discussion groups</a> focused on specific topics to learn with and from each other.</p>\n\n\n\n<p>Want to participate in Learn WordPress? <a href=\"https://learn.wordpress.org/contribute/\">Here are four ways you can do so</a>! Additionally, contributors have <a href=\"https://make.wordpress.org/training/2020/12/03/learn-wordpress-blue-sky-thinking/\">launched a discussion</a> on the future of <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>—feel free to share your thoughts in the comments. To help promote Learn WordPress, check out the <a href=\"https://make.wordpress.org/marketing/\">Marketing Team</a>’s <a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">materials</a>, which detail a <a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">range of fun and creative ways</a> to share this new resource.</p>\n\n\n\n<h2>Give feedback on the Full Site Editing project</h2>\n\n\n\n<p>Contributor teams have kicked off the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">Full Site Editing (FSE) outreach program</a> for anyone who is building or maintaining a WordPress site so that they can give feedback on the upcoming <a href=\"https://make.wordpress.org/design/handbook/focuses/full-site-editing/\">FSE feature</a> that will be part of Gutenberg Phase 2. Your feedback will go a long way in improving FSE user flows. To participate, <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">check out the initial testing call</a> on the <a href=\"https://make.wordpress.org/test/\">Make/Test blog</a> and join the <a href=\"https://make.wordpress.org/core/tag/fse-outreach-experiment/\">#fse-outreach-experiment</a> Slack channel.<br><br>Want to follow updates on the FSE project? Check out <a href=\"https://make.wordpress.org/core/2020/05/20/ways-to-keep-up-with-full-site-editing-fse/\">this blog post</a>. You can find <a href=\"https://make.wordpress.org/core/2020/12/10/status-check-site-editing-and-customization/\">2020 updates to the FSE project</a> in the Make/Core blog.</p>\n\n\n\n<h2>BuddyPress 7.0 “Filippi” and 7.10 are now available</h2>\n\n\n\n<p><a href=\"https://buddypress.org/2020/12/buddypress-7-0-0-filippi/\">BuddyPress version 7.0</a> went live on December 9. Its features include:&nbsp;</p>\n\n\n\n<ul><li>New administration screens to manage Member and Group Types</li><li>New BP blocks for posts and pages</li><li>A default profile image for network sites</li><li>Improved BuddyPress Noveau support for the Twenty Twenty One theme.&nbsp;</li></ul>\n\n\n\n<p>A BuddyPress maintenance release (<a href=\"https://buddypress.org/2020/12/buddypress-7-1-0-maintenance-release/\">version 7.1</a>) launched on December 21.&nbsp;</p>\n\n\n\n<p>Want to provide feedback or suggestions for BuddyPress? Share your comments on the announcement posts for <a href=\"https://buddypress.org/2020/12/buddypress-7-0-0-filippi/\">7.0</a> or <a href=\"https://buddypress.org/2020/12/buddypress-7-1-0-maintenance-release/\">7.1</a>. If you find a bug, please report it in the <a href=\"https://buddypress.org/support/\">support forums</a>.&nbsp;</p>\n\n\n\n<h2>Gutenberg 9.5 and 9.6 released</h2>\n\n\n\n<p>The Core team launched <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">version 9.5</a> and <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a> of Gutenberg last month. Both versions include several improvements to FSE flows, bug fixes, and feature upgrades. Version 9.5 introduces features like full height alignment and support for font sizes in the code block. Version 9.6 includes features like the ability to drag blocks from the inserter and a vertical layout for buttons.&nbsp;</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>The Community team <a href=\"https://make.wordpress.org/community/2020/12/01/discussion-how-can-the-wordpress-community-return-to-hosting-safe-in-person-events/\">kicked off a discussion</a> about what the WordPress Community can do to host safe, in-person events again, in light of the continuing pandemic. </li><li>The Polyglots team published its <a href=\"https://make.wordpress.org/polyglots/2020/12/30/polyglots-team-end-of-year-post-2020/\">end-of-year post</a>, along with the <a href=\"https://make.wordpress.org/polyglots/author/evarlese/\">results of its 2020 translator survey</a>.</li><li><a href=\"https://sevilla.wordcamp.org/2020/\">WordCamp Sevilla 2020</a> was held online from December 26-29. You can catch the recorded livestream playback on <a href=\"https://www.youtube.com/c/wordpresssevilla/live\">YouTube</a>. Videos of the event will <a href=\"https://wordpress.tv/event/wordcamp-sevilla-2020/\">soon be available on WordPress.tv</a>.</li><li>WordPress project executive director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> and project co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> will be jointly hosting <a href=\"https://make.wordpress.org/core/2020/12/15/regular-office-and-listening-hours/\">quarterly office and listening hours</a> in 2021. Sign-ups for the <a href=\"https://make.wordpress.org/core/2020/12/15/regular-office-and-listening-hours/\">first ones in January 2021</a> are almost filled up.</li><li>The Core team <a href=\"https://make.wordpress.org/core/2020/12/02/wp-notify-project-review/\">published updates</a> on the <a href=\"https://make.wordpress.org/core/tag/feature-notifications/\">WP Notify project</a>, which seeks to <a href=\"https://make.wordpress.org/core/2019/08/05/feature-project-proposal-wp-notify/\">improve the notifications system</a> in WordPress Core.</li><li>The Support team <a href=\"https://make.wordpress.org/support/2020/12/handling-potential-jquery-issues-in-wordpress-5-6/\">published a post</a> detailing jQuery issues in WordPress 5.6.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India Online 2021</a> will be held over three weekends between January 30 and February 14. There will be workshops, a contributor event, and sessions (in that order). The calls for <a href=\"https://india.wordcamp.org/2021/call-for-sponsors/\">sponsors</a>, <a href=\"https://india.wordcamp.org/2021/call-for-workshops/\">workshop presenters</a>, <a href=\"https://india.wordcamp.org/2021/call-for-contributor-team-leads/\">contributor team leads</a>, and <a href=\"https://india.wordcamp.org/2021/call-for-volunteers/\">volunteers</a> are now open. Don’t forget to grab your <a href=\"https://india.wordcamp.org/2021/tickets/\">free tickets</a>!</li><li>The Documentation team <a href=\"https://make.wordpress.org/docs/2020/12/01/external-linking-policy-1st-review-of-plugin-developer-handbook/\">shared a first review</a> of its <a href=\"https://make.wordpress.org/docs/tag/external-linking-policy/\">external linking policy</a>. It is using the <a href=\"https://developer.wordpress.org/plugins/\">plugin developer handbook</a> as a test.</li></ul>\n\n\n\n<p><br><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></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:4:\"9508\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Introducing Learn 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/news/2020/12/introducing-learn-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Dec 2020 13: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:3:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"learnwordpress\";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:7:\"learnwp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9444\";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:\"Learn WordPress is a learning resource providing workshops, quizzes, courses, and lesson plans to help you to do more with 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:10336:\"\n<p><strong><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a learning resource providing workshops, quizzes, courses, lesson plans, and discussion groups so that anyone, from beginners to advanced users, can learn to do more with WordPress. Learning how to use, build for, and contribute to WordPress is essential for anyone wanting to dive deeper into the software and its community.&nbsp;</strong></p>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://learn.wordpress.org/\">Learn WordPress</a></div>\n</div>\n\n\n\n<p>This cross-team initiative is part of the WordPress.org network and features content from contributors from the global community. It will be updated weekly and will help connect new and existing WordPress users with the broader community while they learn.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"331\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=632%2C331&#038;ssl=1\" alt=\"\" class=\"wp-image-9457\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=1024%2C537&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=300%2C157&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=768%2C403&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=1536%2C806&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?w=1700&amp;ssl=1 1700w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>What can you learn about WordPress?</h2>\n\n\n\n<p>On Learn WordPress you can find a range of material and opportunities to use at the time which works for you.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/workshops/\"><strong>Workshops</strong></a> are practical, skills-based videos that show viewers how to do new things with WordPress, whether you publish, manage, develop with, or contribute to WordPress. Most workshops include quizzes for you to test your newly gained knowledge.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/discussion-groups/\"><strong>Discussion groups</strong></a> provide an opportunity for further collaborative learning with participants meeting together to discuss the workshop content &#8211; they take place online, either in video calls or Slack and accommodate all time zones.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/lesson-plans/\"><strong>Lesson plans</strong></a> are guides for facilitators to use while presenting at events or within educational environments. Facilitators will find learning objectives (telling people what they are going to learn), any prerequisite skills, assets such as screenshots and slide decks, and learning assessments.&nbsp;</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/courses/\"><strong>Courses</strong></a> are a series of interconnected lesson plans to be presented by a facilitator that will strategically focus on defined learning outcomes. Participants can go through these courses individually or as part of a group. After completing the learning, attendees should be able to apply their skills in the real world.</p>\n\n\n\n<p>In addition to the wealth of valuable content available on Learn WordPress, the platform provides an opportunity for individuals to learn alongside other community members and become connected with a global network of WordPress users, developers, and contributors.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' width=\'632\' height=\'356\' src=\'https://www.youtube.com/embed?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent&#038;listType=playlist&#038;list=PLCVEqsAbLffeEXhn9T1yBVTMaHIMtlzFj\' allowfullscreen=\'true\' style=\'border:0;\' sandbox=\'allow-scripts allow-same-origin allow-popups allow-presentation\'></iframe>\n</div></figure>\n\n\n\n<p><a href=\"https://www.youtube.com/playlist?list=PLCVEqsAbLffeEXhn9T1yBVTMaHIMtlzFj\">Why you should use Learn WordPress</a> &#8211; videos from our community.</p>\n\n\n\n<h2>How can you get involved?</h2>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://learn.wordpress.org/\">Start learning today!</a></div>\n</div>\n\n\n\n<p>Learn WordPress is an open-source platform available for anyone to contribute content in any areas mentioned above. <a href=\"https://learn.wordpress.org/contribute/\">Find out more about how you can get involved</a> with this initiative.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">Take part in our fun promotion campaigns</a> on social and with your local community.</p>\n\n\n\n<p><em>Hundreds of people spanning a number of years have contributed to the development of learning materials. Thanks to everyone who worked so hard to make Learn WordPress a reality.&nbsp;</em></p>\n\n\n\n<p><strong><em>Particular thanks to</em></strong>:</p>\n\n\n\n<p><strong><em>Training:</em></strong><em> <a href=\'https://profiles.wordpress.org/courane01/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courane01</a>, <a href=\'https://profiles.wordpress.org/azhiyadev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>azhiyadev</a>, <a href=\'https://profiles.wordpress.org/geheren/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>geheren</a>, <a href=\'https://profiles.wordpress.org/webtechpooja/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webtechpooja</a>, <a href=\'https://profiles.wordpress.org/jessecowens/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jessecowens</a>, <a href=\'https://profiles.wordpress.org/onealtr/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>onealtr</a>, <a href=\'https://profiles.wordpress.org/rastaban/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rastaban</a>, <a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a>, <a href=\'https://profiles.wordpress.org/manzwebdesigns/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>manzwebdesigns</a></em><br><strong><em>Meta: </em></strong><em><a href=\'https://profiles.wordpress.org/coreymckrill/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>coreymckrill</a>, <a href=\'https://profiles.wordpress.org/dufresnesteven/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dufresnesteven</a>, <em><a href=\'https://profiles.wordpress.org/jonoaldersonwp/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jonoaldersonwp</a></em></em><br><strong><em>Community:</em></strong><em> <a href=\'https://profiles.wordpress.org/hlashbrooke/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hlashbrooke</a>, <a href=\'https://profiles.wordpress.org/camikaos/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>camikaos</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a>, <a href=\'https://profiles.wordpress.org/angelasjin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>angelasjin</a>, <a href=\'https://profiles.wordpress.org/nao/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nao</a>, <a href=\'https://profiles.wordpress.org/courtneypk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courtneypk</a>, <a href=\'https://profiles.wordpress.org/andreamiddleton/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>andreamiddleton</a>, <a href=\'https://profiles.wordpress.org/rmarks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmarks</a>, <a href=\'https://profiles.wordpress.org/sippis/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sippis</a></em><br><strong><em>Marketing: </em></strong><em><a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>,  <a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>, <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>, <a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>, <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>, <a href=\'https://profiles.wordpress.org/megphillips91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>megphillips91</a>, <a href=\'https://profiles.wordpress.org/marks99/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marks99</a>, <em><a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a></em></em>, <em><a href=\'https://profiles.wordpress.org/antialiasfactory/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>antialiasfactory</a>, <a href=\'https://profiles.wordpress.org/herculespekkas/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>herculespekkas</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a></em><br><strong><em>Design:</em></strong><em> <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a> </em></p>\n\n\n\n<p><em>For a fuller list of the contributors who have been involved in training and Learn WordPress, visit <a href=\"https://make.wordpress.org/community/2020/08/12/learn-wordpress-is-live/\">the initial beta launch post</a>. Thanks to everyone who has been involved to date and will be in the future.&nbsp;</em></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/tag/learnwordpress\">#LearnWordPress</a> <a href=\"https://learn.wordpress.org/tag/learnwp\">#LearnWP</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:4:\"9444\";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: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:26:\"WordPress 5.6 “Simone”\";s: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:42:\"https://wordpress.org/news/2020/12/simone/\";s: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, 08 Dec 2020 19:46: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:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9325\";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:206:\"Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone. Fire up a playlist with her best work and read on to discover what WordPress 5.6 has in store for you. \";s: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:\"Josepha\";s: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:66195:\"\n<p>Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone, who is known for tunes like &#8220;Feeling Good&#8221;, &#8220;Young, Gifted and Black&#8221;, and &#8220;Four Women&#8221;. Fire up a playlist with her best work and read on to discover what we have in store for you. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"633\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=632%2C633&#038;ssl=1\" alt=\"WordPress 5.6 Simone with a photo of Nina Simone\" class=\"wp-image-9416\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=1022%2C1024&amp;ssl=1 1022w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=300%2C300&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=768%2C769&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#d1e4dd;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#d1e4dd;padding: 10px\">Welcome to WordPress 5.6</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">Sharing your stories has never been easier.</h3>\n</div></div>\n\n\n\n<p>WordPress 5.6 brings you countless ways to set your ideas free and bring them to life. With a brand-new default theme as your canvas, it supports an ever-growing collection of blocks as your brushes. Paint with words. Pictures. Sound. Or rich embedded media.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"234\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=632%2C234&#038;ssl=1\" alt=\"colored circles\" class=\"wp-image-9346\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=1024%2C379&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=300%2C111&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=768%2C284&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>Greater layout flexibility</h3>\n\n\n\n<p>Bring your stories to life with more tools that let you edit your layout with or without code. Single column blocks, designs using mixed widths and columns, full-width headers, and gradients in your cover block—make small changes or big statements with equal ease!</p>\n\n\n\n<h3>More block patterns</h3>\n\n\n\n<p>In some themes, preconfigured block patterns make setting up standard pages on your site a breeze. Let the power of patterns streamline your workflow and save you clicks. Plus, share these features with clients, editors, and more.</p>\n\n\n\n<h3>Better video captioning</h3>\n\n\n\n<p>To help you add subtitles or captions to your videos, you can now upload them within your post or page. This makes it easier than ever to make your videos accessible for anyone who needs or prefers to use subtitles.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"120\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=632%2C120&#038;ssl=1\" alt=\"black vertical line\" class=\"wp-image-9347\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=1024%2C194&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=300%2C57&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=768%2C146&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Twenty Twenty-One is here!</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"714\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=632%2C714&#038;ssl=1\" alt=\"Examples of block patterns available in Twenty Twenty-One.\" class=\"wp-image-9426\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=907%2C1024&amp;ssl=1 907w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=266%2C300&amp;ssl=1 266w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=768%2C867&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=1360%2C1536&amp;ssl=1 1360w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=1814%2C2048&amp;ssl=1 1814w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1975&amp;ssl=1 1975w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Twenty Twenty-One is a blank canvas for your ideas, and the block editor is the best brush. It is built for the block editor and packed with brand-new block patterns you can only get in the default themes. Try different layouts in a matter of seconds, and let the theme’s eye-catching, yet timeless design make your work shine.&nbsp;</p>\n\n\n\n<p>What’s more, this default theme puts accessibility at the heart of your website. It conforms to the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">WordPress accessibility-ready guidelines</a> and addresses several more specialized standards from the <a href=\"https://www.w3.org/WAI/WCAG2AAA-Conformance\">Web Content Accessibility Guidelines (WCAG) 2.1 at level AAA</a>. It will help you meet the highest level of international accessibility standards when you create accessible content and choose plugins which are accessible too!</p>\n\n\n\n<h3>A rainbow of soft pastels</h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"167\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=632%2C167&#038;ssl=1\" alt=\"A mobile screenshot of each included color palette in Twenty Twenty-One, going in ROYGBIV order.\" class=\"wp-image-9424\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=1024%2C270&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=300%2C79&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=768%2C202&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=1536%2C405&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=2048%2C540&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Perfect for a new year, Twenty Twenty-One gives you a range of pre-selected color palettes in pastel, all of which conform to AAA standards for contrast. You can also choose your own background color for the theme, and the theme chooses accessibility-conscious text colors for you — automatically!</p>\n\n\n\n<p>Need more flexibility than that? You can also choose your own color palette from the color picker.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"151\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=632%2C151&#038;ssl=1\" alt=\"colored circles\" class=\"wp-image-9351\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=1024%2C245&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=300%2C72&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=768%2C183&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Improvements for everyone</h2>\n\n\n\n<h3>Expanding auto-updates</h3>\n\n\n\n<p>For years, only developers have been able to update WordPress automatically. But now you have that option, right in your dashboard. If this is your first site, you have auto-updates ready to go, right now! Upgrading an existing site? No problem! Everything is the same as it was before.</p>\n\n\n\n<h3>Accessibility Statement&nbsp;</h3>\n\n\n\n<p>Even if you’re not an expert, you can start letting others know about your site’s commitment to accessibility! The new <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">feature plugin</a> includes template copy for you to edit and publish, and it’s written to support different contexts and jurisdictions.&nbsp;&nbsp;</p>\n\n\n\n<h3>Built-in Patterns</h3>\n\n\n\n<p>If you’ve not had the chance to play with block patterns yet, all default themes now feature a range of block patterns that let you master complex layouts with minimal effort. Customize the patterns to your liking with the copy, images, and colors that fit your story or brand.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"185\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=632%2C185&#038;ssl=1\" alt=\"colored and textured rectangles\" class=\"wp-image-9352\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=1024%2C300&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=300%2C88&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=768%2C225&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>For developers</h2>\n\n\n\n<h3>REST API authentication with Application Passwords</h3>\n\n\n\n<p>Thanks to the API’s new Application Passwords authorization feature, third-party apps can connect to your site seamlessly and securely. This new REST API feature lets you see what apps are connecting to your site and control what they do.&nbsp;</p>\n\n\n\n<h3>More PHP 8 support</h3>\n\n\n\n<p>5.6 marks the first steps toward WordPress Core support for PHP 8. Now is a great time to start planning how your WordPress products, services, and sites can support the latest PHP version. For more information about what to expect next, <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">read the PHP 8 developer note</a>.</p>\n\n\n\n<h3>jQuery</h3>\n\n\n\n<p>Updates to jQuery in WordPress take place across three releases 5.5, 5.6, and 5.7. As we reach the mid-point of this process, <a href=\"https://wordpress.org/plugins/wp-jquery-update-test/\">run the update test plugin to check your sites for errors</a> ahead of time.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>If you find issues with the way your site looks ( e.g. a slider doesn’t work, a button is stuck — that sort of thing), install <a href=\"https://wordpress.org/plugins/enable-jquery-migrate-helper/\">the jQuery Migrate plugin</a>.</p>\n\n\n\n<h3>Check out the Field Guide</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">Read about the latest version of WordPress in this guide.</a> It highlights developer notes for each change in the release.&nbsp;</p>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#d1e4dd;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#d1e4dd;padding: 10px\">“It’s a new day, it’s a new life for me&#8230;.and I’m feeling good.”</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">~Nina Simone</h3>\n</div></div>\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>The WordPress 5.6 release comes to you from an all-women and non-binary identifying release squad:  </p>\n\n\n\n<ul><li><strong>Release Lead:</strong> Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>).&nbsp; Cohort: Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Angela Jin (<a href=\"https://profiles.wordpress.org/angelasjin/\">@angelasjin</a>).</li><li><strong>Release Coordinator:</strong> Dee Teal (<a href=\"https://profiles.wordpress.org/thewebprincess/\">@thewebprincess</a>).&nbsp; Cohort: Thelma Mutete (<a href=\"https://profiles.wordpress.org/thelmachido/\">@thelmachido</a>) and Laura Nelson (<a href=\"https://profiles.wordpress.org/laurora/\">@laurora</a>).</li><li><strong>Triage Lead:</strong> Tonya Mork (<a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>).&nbsp;</li><li><strong>Core Tech Lead:</strong> Helen Hou-Sandì (<a href=\"https://profiles.wordpress.org/helen/\">@helen</a>).&nbsp; Cohort: Amy Kamala (<a href=\"https://profiles.wordpress.org/amykamala/\">@amykamala</a>) and Ebonie Butler (<a href=\"https://profiles.wordpress.org/metalandcoffee/\">@metalandcoffee</a>).</li><li><strong>Editor Tech Lead:</strong> Isabel Brison (<a href=\"https://profiles.wordpress.org/isabel_brison/\">@isabel_brison</a>).&nbsp; Cohort: Chandrika Guntur (<a href=\"https://profiles.wordpress.org/cguntur/\">@cguntur</a>), Anchen le Roux (<a href=\"https://profiles.wordpress.org/anchenlr/\">@anchenlr</a>), and Rebecca Hum (<a href=\"https://profiles.wordpress.org/rebasaurus/\">@rebasaurus</a>).</li><li><strong>Design Leads:</strong> Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>) and Tammie Lister (<a href=\"https://profiles.wordpress.org/karmatosed/\">@karmatosed</a>).&nbsp; Cohort: Anyssa Ferreira (<a href=\"https://profiles.wordpress.org/anyssa/\">@anyssa</a>), Estela Rueda (<a href=\"https://profiles.wordpress.org/estelaris/\">@estelaris</a>), Tracy Apps (<a href=\"https://profiles.wordpress.org/tray/\">@tray</a>), and Sophia DeRosia (<a href=\"https://profiles.wordpress.org/eringoblog/\">@eringoblog</a>).</li><li><strong>Design Tech Lead:</strong> Shital Marakana (<a href=\"https://profiles.wordpress.org/shital-patel/\">@shital-patel</a>).</li><li><strong>Accessibility Lead:</strong> Sarah Ricker (<a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricke<strong>r</strong></a>).&nbsp;Cohort: Hauwa Abashiya (<a href=\"https://profiles.wordpress.org/azhiyadev/\">@azhiyadev</a>).</li><li><strong>Marketing &amp; Communications Leads:</strong> Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>) and Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>).&nbsp;Cohort: Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">@nalininonstopnewsuk</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Olga Gleckler (<a href=\"https://profiles.wordpress.org/oglekler/\">@ogleckler</a>), Larissa Murrillo (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), Michelle Frechette (<a href=\"https://profiles.wordpress.org/michelleames/\">@michelleames</a>), Breann McDede (<a href=\"https://profiles.wordpress.org/bmcdede/\">@bmcdede</a>), and Afshana Diya (<a href=\"https://profiles.wordpress.org/afshanadiya/\">@afshanadiya</a>).</li><li><strong>Documentation Lead: </strong>Shawntelle Coker (<a href=\"https://profiles.wordpress.org/sncoker/\">@sncoker</a>). Cohort: Daisy Olsen (<a href=\"https://profiles.wordpress.org/daisyo/\">@DaisyO</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Winstina Hughes (<a href=\"https://profiles.wordpress.org/planningwrite/\">@planningwrite</a>).</li><li><strong>Documentation Review Lead:</strong> Michele Butcher-Jones (<a href=\"https://profiles.wordpress.org/m_butcher/\">@m_butcher</a>).&nbsp; Cohort: Nidhi Jain (<a href=\"https://profiles.wordpress.org/jainnidhi/\">@jainnidhi</a>), Laura Byrne Cristiano (<a href=\"https://wordpress.org/support/users/newyorkerlaura/\">@newyorkerlaura</a>).</li><li><strong>Default Theme Design Lead:</strong> Mel Choyce-Dwan (<a href=\"https://profiles.wordpress.org/melchoyce/\">@melchoyce</a>).&nbsp; Cohort: Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>).</li><li><strong>Default Theme Development Lead:</strong> Carolina Nymark (<a href=\"https://profiles.wordpress.org/poena/\">@poena</a>).&nbsp; Cohort: Kelly Choyce-Dwan (<a href=\"https://profiles.wordpress.org/ryelle/\">@ryelle</a>) and Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Default Theme Wrangler:</strong> Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Test Lead:</strong> Monika Rao (<a href=\"https://profiles.wordpress.org/monikarao/\">@monikarao</a>).&nbsp; Cohort: Allie Nimmons (<a href=\"https://profiles.wordpress.org/alliennimmons/\">@alliennimmons</a>).</li><li><strong>Support Lead:</strong> Bet Hannon (<a href=\"https://profiles.wordpress.org/bethannon1/\">@bethannon1</a>).</li></ul>\n\n\n\n<p>As always, this release reflects the hard work of 605 generous volunteer contributors. They collaborated on nearly 350 tickets on Trac and over 1,000 pull requests on GitHub.</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/zgrkaralar/\">&#214;zg&#252;r KARALAR</a>, <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich/\">A5hleyRich</a>, <a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">aaronrobertshaw</a>, <a href=\"https://profiles.wordpress.org/abderrahman/\">abderrahman</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/pokhriyal/\">Abhishek Pokhriyal</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/adriandegrafreak/\">Adri&#225;n de Grafreak</a>, <a href=\"https://profiles.wordpress.org/adriantirusli/\">Adrianti Rusli</a>, <a href=\"https://profiles.wordpress.org/afshanadiya/\">Afshana Diya</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a>, <a href=\"https://profiles.wordpress.org/elgameel/\">Ahmed Elgameel</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/ajensen/\">ajensen</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/aktasfatih/\">aktasfatih</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/cawa-93/\">Alex Kozack</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexstandiford/\">Alex Standiford</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/alliennimmons/\">Allie Nimmons</a>, <a href=\"https://profiles.wordpress.org/ambienthack/\">ambienthack</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a>, <a href=\"https://profiles.wordpress.org/anandau14/\">Anand Upadhyay</a>, <a href=\"https://profiles.wordpress.org/anchenlr/\">Anchen le Roux</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andr&#233; Maneiro</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/baicusandrei/\">Andrei Baicus</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/andy/\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/andystitt829/\">Andy Stitt</a>, <a href=\"https://profiles.wordpress.org/akissz/\">Angel Hess</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a>, <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a>, <a href=\"https://profiles.wordpress.org/anuj2/\">anuj2</a>, <a href=\"https://profiles.wordpress.org/anyssa/\">Anyssa Ferreira</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/archduck/\">archduck</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/arippberger/\">arippberger</a>, <a href=\"https://profiles.wordpress.org/arjendejong/\">arjendejong</a>, <a href=\"https://profiles.wordpress.org/arnaudban/\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/akkspro/\">Arslan Ahmed Kalwar</a>, <a href=\"https://profiles.wordpress.org/asvinballoo/\">Asvin Balloo</a>, <a href=\"https://profiles.wordpress.org/tacitonic/\">Atharva Dhekne</a>, <a href=\"https://profiles.wordpress.org/austyfrosty/\">Austin Passy</a>, <a href=\"https://profiles.wordpress.org/austin880625/\">austin880625</a>, <a href=\"https://profiles.wordpress.org/avixansa/\">avixansa</a>, <a href=\"https://profiles.wordpress.org/ayesh/\">ayesh</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/barry/\">Barry</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\">Bart Czyz</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/bduclos/\">bduclos</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/benmeredithgmailcom/\">Ben Meredith</a>, <a href=\"https://profiles.wordpress.org/kau-boy/\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bethannon1/\">Bet Hannon</a>, <a href=\"https://profiles.wordpress.org/bethsoderberg/\">Beth Soderberg</a>, <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a>, <a href=\"https://profiles.wordpress.org/hareshlive/\">Bhagvan Mangukiya</a>, <a href=\"https://profiles.wordpress.org/bhautikvirani/\">bhautikvirani</a>, <a href=\"https://profiles.wordpress.org/bananastalktome/\">Billy S</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boldgrid/\">BoldGrid</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ibdz/\">Boy Witthaya</a>, <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/bmcdede/\">Breann McDede</a>, <a href=\"https://profiles.wordpress.org/bmillersw/\">Brent Miller</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brianhenryie/\">Brian Henry</a>, <a href=\"https://profiles.wordpress.org/brianhogg/\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard/\">Bridget Willard</a>, <a href=\"https://profiles.wordpress.org/brijeshb42/\">brijeshb42</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calin/\">Calin Don</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/campusboy1987/\">campusboy</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/carolinegeven/\">Caroline</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chadreitsma/\">Chad Reitsma</a>, <a href=\"https://profiles.wordpress.org/cguntur/\">Chandrika Guntur</a>, <a href=\"https://profiles.wordpress.org/cpapazoglou/\">Charalampos Papazoglou</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chexwarrior/\">chexwarrior</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/alexandec/\">Chris Alexander</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/ctmartin0/\">Christian Martin</a>, <a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/chunkysteveo/\">chunkysteveo</a>, <a href=\"https://profiles.wordpress.org/claudiulodro/\">Claudiu Lodromanean</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/commeuneimage/\">Commeuneimage</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/salzano/\">Corey Salzano</a>, <a href=\"https://profiles.wordpress.org/cranewest/\">cranewest</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/ctmartin/\">ctmartin</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">D&#225;vid Szab&#243;</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">danieltj</a>, <a href=\"https://profiles.wordpress.org/dantahoua/\">dantahoua</a>, <a href=\"https://profiles.wordpress.org/dkotter/\">Darin Kotter</a>, <a href=\"https://profiles.wordpress.org/dmchale/\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/davidjlaietta/\">David Wolfpaw</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/davisshaver/\">Davis Shaver</a>, <a href=\"https://profiles.wordpress.org/dd32/\">dd32</a>, <a href=\"https://profiles.wordpress.org/p00ya/\">Dean</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a>, <a href=\"https://profiles.wordpress.org/deepaklalwani/\">Deepak Lalwani</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/demetris/\">demetris (Demetris Kikizas)</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy/\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/valendesigns/\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/designer023/\">Designer023</a>, <a href=\"https://profiles.wordpress.org/dfenton/\">dfenton</a>, <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dharmin16/\">Dharmin Shah</a>, <a href=\"https://profiles.wordpress.org/dhruvin/\">Dhruvin</a>, <a href=\"https://profiles.wordpress.org/dhulwells/\">Dhul Wells</a>, <a href=\"https://profiles.wordpress.org/dietpawel/\">dietpawel</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/djzone/\">DjZoNe</a>, <a href=\"https://profiles.wordpress.org/dogwithblog/\">dogwithblog</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/donsony/\">donsony</a>, <a href=\"https://profiles.wordpress.org/dossy/\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dpacks/\">dpacks</a>, <a href=\"https://profiles.wordpress.org/raubvogel/\">Dr. Ronny Harbich</a>, <a href=\"https://profiles.wordpress.org/dratwas/\">dratwas</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dsifford/\">dsifford</a>, <a href=\"https://profiles.wordpress.org/dushakov/\">dushakov</a>, <a href=\"https://profiles.wordpress.org/dushanthi/\">dushanthi</a>, <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique S&#225;nchez</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a>, <a href=\"https://profiles.wordpress.org/erikjandelange/\">erikjandelange</a>, <a href=\"https://profiles.wordpress.org/folletto/\">Erin \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/eringoblog/\">eringoblog</a>, <a href=\"https://profiles.wordpress.org/eroraghav/\">eroraghav</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">etoledom</a>, <a href=\"https://profiles.wordpress.org/thegp/\">EugeneBos</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/dyrer/\">Evangelos Athanasiadis</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/ferkho/\">Ferenc Forgacs</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/flymike/\">flymike</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett/\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyc40/\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/subscriptiongroup/\">George</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/glauberglauber/\">Glauber Mota</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/goldenapples/\">goldenapples</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Zi&#243;łkowski</a>, <a href=\"https://profiles.wordpress.org/guidooffermans/\">guidooffermans</a>, <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a>, <a href=\"https://profiles.wordpress.org/hvar/\">H-var</a>, <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/isharis/\">Haris Zulfiqar</a>, <a href=\"https://profiles.wordpress.org/harrym/\">harrym</a>, <a href=\"https://profiles.wordpress.org/harshbarach/\">harshbarach</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hoasi/\">HoaSi</a>, <a href=\"https://profiles.wordpress.org/hongnizzle/\">Hong Nga Nguyen</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/igorradovanov/\">Igor Radovanov</a>, <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/ingereck/\">ingereck</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/iqbalbary/\">iqbalbary</a>, <a href=\"https://profiles.wordpress.org/ireneyoast/\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/jagirbaheshwp/\">jagirbaheshwp</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/twentyzerotwo/\">Jake Whiteley</a>, <a href=\"https://profiles.wordpress.org/jamescollins/\">James Collins</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesros161/\">James Rosado</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/javidalkaruzi/\">Janvo Aldred</a>, <a href=\"https://profiles.wordpress.org/jaredcobb/\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jaswrks/\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/javorszky/\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami/\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jeffikus/\">jeffikus</a>, <a href=\"https://profiles.wordpress.org/jellypixel/\">jellypixel</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">Jeremy Scott</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a>, <a href=\"https://profiles.wordpress.org/jeslen/\">Jeslen Bucci</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jfoulquier/\">jfoulquier</a>, <a href=\"https://profiles.wordpress.org/jimyaghi/\">jimyaghi</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelyoder/\">Joel Yoder</a>, <a href=\"https://profiles.wordpress.org/joelclimbsthings/\">joelclimbsthings</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johannadevos/\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/joseaneto/\">joseaneto</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshlevinson/\">Josh Levinson</a>, <a href=\"https://profiles.wordpress.org/shelob9/\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a>, <a href=\"https://profiles.wordpress.org/tai/\">JOTAKI, Taisuke</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/junaidbhura/\">Junaid Bhura</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/justlevine/\">justlevine</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/karthikbhatb/\">Karthik Bhat</a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/kelsu02/\">Kelly R</a>, <a href=\"https://profiles.wordpress.org/kellybleck/\">kellybleck</a>, <a href=\"https://profiles.wordpress.org/kellylawrence/\">kellylawrence</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/kipperlenny/\">Kipperlenny</a>, <a href=\"https://profiles.wordpress.org/kirilzh/\">Kiril Zhelyazkov</a>, <a href=\"https://profiles.wordpress.org/kburgoine/\">Kirsty Burgoine</a>, <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">KittMedia</a>, <a href=\"https://profiles.wordpress.org/kjbenk/\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/komagain/\">komagain</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a>, <a href=\"https://profiles.wordpress.org/landau/\">landau</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\">Larissa Murillo</a>, <a href=\"https://profiles.wordpress.org/latifi/\">latifi</a>, <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a>, <a href=\"https://profiles.wordpress.org/laurora/\">Laura Nelson</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/gamerz/\">Lester Chan</a>, <a href=\"https://profiles.wordpress.org/leutrimh/\">Leutrim Husaj</a>, <a href=\"https://profiles.wordpress.org/limera1n/\">lim3ra</a>, <a href=\"https://profiles.wordpress.org/lpointet/\">Lionel Pointet</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/llizard/\">llizard</a>, <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a>, <a href=\"https://profiles.wordpress.org/lucagrandicelli/\">Luca Grandicelli</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/_luigi/\">Luigi Cavalieri</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lumne/\">Lumne</a>, <a href=\"https://profiles.wordpress.org/mager19/\">mager19</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mailnew2ster/\">mailnew2ster</a>, <a href=\"https://profiles.wordpress.org/shamimmoeen/\">Mainul Hassan Main</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/malinajirka/\">malinajirka</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/manzwebdesigns/\">manzwebdesigns</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a>, <a href=\"https://profiles.wordpress.org/marijnkoopman/\">Marijn Koopman</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a>, <a href=\"https://profiles.wordpress.org/markscottrobson/\">Mark Robson</a>, <a href=\"https://profiles.wordpress.org/marks99/\">Mark Smallman</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep/\">markshep</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/wetah/\">Mateus Machado Luna</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom/\">Matt Cromwell</a>, <a href=\"https://profiles.wordpress.org/gothickgothickorguk/\">Matt Gibson</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/pfefferle/\">Matthias Pfefferle</a>, <a href=\"https://profiles.wordpress.org/mattoperry/\">mattoperry</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/mayankmajeji/\">Mayank Majeji</a>, <a href=\"https://profiles.wordpress.org/meaganhanes/\">Meagan Hanes</a>, <a href=\"https://profiles.wordpress.org/megphillips91/\">Meg Phillips</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>, <a href=\"https://profiles.wordpress.org/mgrenierfarmmedia/\">mgrenierfarmmedia</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/m_butcher/\">Michele Butcher-Jones</a>, <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikelopez/\">mikelopez</a>, <a href=\"https://profiles.wordpress.org/mikeyarce/\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/eemitch/\">Mitchell Bennis</a>, <a href=\"https://profiles.wordpress.org/mmarco9/\">mmarco9</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/mopsyd/\">mopsyd</a>, <a href=\"https://profiles.wordpress.org/morganestes/\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/gwendydd/\">Morgan Kay</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a>, <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a>, <a href=\"https://profiles.wordpress.org/mrgrt/\">mrgrt</a>, <a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/musicaljoeker/\">musicaljoeker</a>, <a href=\"https://profiles.wordpress.org/mweichert/\">mweichert</a>, <a href=\"https://profiles.wordpress.org/n5hzr/\">n5hzr</a>, <a href=\"https://profiles.wordpress.org/nabilmoqbel/\">Nabil Moqbel</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/naoki0h/\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nateinaction/\">Nate Gay</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/navanathbhosale/\">Navanath Bhosale</a>, <a href=\"https://profiles.wordpress.org/naveenkharwar/\">Naveen Kharwar</a>, <a href=\"https://profiles.wordpress.org/lcyh78/\">Neil James (lcyh78)</a>, <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/arealnobrainer/\">Netravnen</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/nicomollet/\">nicomollet</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/nikolam/\">Nikola</a>, <a href=\"https://profiles.wordpress.org/nbachiyski/\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/njbrown/\">njbrown</a>, <a href=\"https://profiles.wordpress.org/nlpro/\">nlpro</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/noahshrader/\">noahshrader</a>, <a href=\"https://profiles.wordpress.org/nourma/\">nourma</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/oolleegg55/\">oolleegg55</a>, <a href=\"https://profiles.wordpress.org/optimizingmatters/\">Optimizing Matters</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/ovann86/\">ovann86</a>, <a href=\"https://profiles.wordpress.org/ovenall/\">ovenall</a>, <a href=\"https://profiles.wordpress.org/oxyc/\">oxyc</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/jhonqwerty/\">pabloselin</a>, <a href=\"https://profiles.wordpress.org/paddy/\">Paddy</a>, <a href=\"https://profiles.wordpress.org/pankajmohale/\">Pankaj Mohale</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pabline/\">Paul Bunkham</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulstonier/\">Paul Stonier</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/pentatonicfunk/\">pentatonicfunk</a>, <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>, <a href=\"https://profiles.wordpress.org/pekz0r/\">Peter Elmered</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/decrecementofeliz/\">Pilar Mera</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/pishmishy/\">pishmishy</a>, <a href=\"https://profiles.wordpress.org/pkvillanueva/\">pkvillanueva</a>, <a href=\"https://profiles.wordpress.org/prashanttholia/\">prashanttholia</a>, <a href=\"https://profiles.wordpress.org/pratikkry/\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/prionkor/\">prionkor</a>, <a href=\"https://profiles.wordpress.org/psealock/\">psealock</a>, <a href=\"https://profiles.wordpress.org/puneetsahalot/\">Puneet Sahalot</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajanit2000/\">Rajan Vijayan</a>, <a href=\"https://profiles.wordpress.org/rajeshsingh520/\">rajeshsingh520</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/redstar504/\">redstar504</a>, <a href=\"https://profiles.wordpress.org/regankhadgi/\">Regan Khadgi</a>, <a href=\"https://profiles.wordpress.org/renehermi/\">Rene Hermenau</a>, <a href=\"https://profiles.wordpress.org/retlehs/\">retlehs</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/riaanlom/\">riaanlom</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">ribaricplusplus</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rnaby/\">Rnaby</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rogerlos/\">rogerlos</a>, <a href=\"https://profiles.wordpress.org/roikles/\">roikles</a>, <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a>, <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/roo2/\">roo2</a>, <a href=\"https://profiles.wordpress.org/rtagliento/\">rtagliento</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a>, <a href=\"https://profiles.wordpress.org/sabrinazeidan/\">Sabrina Zeidan</a>, <a href=\"https://profiles.wordpress.org/saeedfard/\">Saeed Fard</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla/\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a>, <a href=\"https://profiles.wordpress.org/sswebster/\">Sam Webster</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a>, <a href=\"https://profiles.wordpress.org/saqibameen/\">Saqib Ameen</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">Sarah Ricker</a>, <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>, <a href=\"https://profiles.wordpress.org/sawanoboly/\">sawanoboly</a>, <a href=\"https://profiles.wordpress.org/scarolan/\">scarolan</a>, <a href=\"https://profiles.wordpress.org/l3rady/\">Scott Cariss</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanpaulrasmussen/\">seanpaulrasmussen</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/senning/\">Senning</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/sncoker/\">Shawntelle Coker</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shramee/\">shramee</a>, <a href=\"https://profiles.wordpress.org/sresok/\">Simon Resok</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/sproutchris/\">sproutchris</a>, <a href=\"https://profiles.wordpress.org/stulab/\">St&#233;phane Treilhou</a>, <a href=\"https://profiles.wordpress.org/metodiew/\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/garubi/\">Stefano Garuti</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/sterndata/\">Steven Stern (sterndata)</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stoyangeorgiev/\">Stoyan Georgiev</a>, <a href=\"https://profiles.wordpress.org/sudoshreyansh/\">sudoshreyansh</a>, <a href=\"https://profiles.wordpress.org/smub/\">Syed Balkhi</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/utz119/\">TeBenachi</a>, <a href=\"https://profiles.wordpress.org/techboyg5/\">techboyg5</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/thefarlilacfield/\">thefarlilacfield</a>, <a href=\"https://profiles.wordpress.org/thelmachido/\">Thelma Mutete</a>, <a href=\"https://profiles.wordpress.org/thib3113/\">thib3113</a>, <a href=\"https://profiles.wordpress.org/thijsvanloef/\">thijsvanloef</a>, <a href=\"https://profiles.wordpress.org/webzunft/\">Thomas M</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/thomaslhotta/\">thomaslhotta</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timotijhof/\">TimoTijhof</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul I Chowdhury</a>, <a href=\"https://profiles.wordpress.org/tray/\">tracy apps</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, <a href=\"https://profiles.wordpress.org/treibstoff/\">treibstoff</a>, <a href=\"https://profiles.wordpress.org/trisha_cornelius/\">Trisha Cornelius</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/tzafrir/\">tzafrir</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/uxkai/\">uxkai</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\">Valentin Bora</a>, <a href=\"https://profiles.wordpress.org/contact-banker/\">Varun Sharma</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">vcanales</a>, <a href=\"https://profiles.wordpress.org/ravivaddweb/\">vidhiaddweb</a>, <a href=\"https://profiles.wordpress.org/vinayakanivase/\">Vinayak Anivase</a>, <a href=\"https://profiles.wordpress.org/vinita29/\">Vinita Tandulkar</a>, <a href=\"https://profiles.wordpress.org/usestrict/\">Vinny</a>, <a href=\"https://profiles.wordpress.org/virgodesign/\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/webmigrates/\">Webmigrates Technologies</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/planningwrite/\">Winstina Hughes</a>, <a href=\"https://profiles.wordpress.org/wittich/\">wittich</a>, <a href=\"https://profiles.wordpress.org/worldweb/\">worldweb</a>, <a href=\"https://profiles.wordpress.org/y_kolev/\">Y_Kolev</a>, <a href=\"https://profiles.wordpress.org/yansern/\">Yan Sern</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yscik/\">yscik</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, and <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>.\n\n\n\n<p></p>\n\n\n\n<p>In addition, many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time, or they’ve been around since the first release all the way back in 2003. These releases are as successful as they are because of their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who helped make WordPress 5.6. available in 38 languages at the time of release. Our community translators are hard at work ensuring more languages are on their way (70 are already at 90%). If contributing to WordPress appeals to you, it’s easy to learn more. Check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> or the <a href=\"https://make.wordpress.org/core/\">core development blog</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:4:\"9325\";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:57:\"\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:22:\"State of the Word 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2020/12/state-of-the-word-2020/\";s: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, 04 Dec 2020 22:55: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:1:{i:0;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9296\";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:110:\"State of the Word will be streamed on Facebook, YouTube, and Twitter on Thursday, Dec 17th, 2020  at 1600 UTC.\";s: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:\"Josepha\";s: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:1225:\"\n<p>State of the Word is an annual keynote address delivered by the project co-founder, Matt Mullenweg. Catch this year&#8217;s keynote in the video below!</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' width=\'632\' height=\'356\' src=\'https://www.youtube.com/embed/QI3qCoiuG3w?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\' sandbox=\'allow-scripts allow-same-origin allow-popups allow-presentation\'></iframe>\n</div></figure>\n\n\n\n<h3>New to State of the Word?</h3>\n\n\n\n<p>If this is your first time hearing of this talk, you’re in luck! Check out previous recordings below.</p>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">State of the Word 2019 &#8211; WordCamp US, St. Louis</a></li><li><a href=\"https://wordpress.tv/2018/12/27/state-of-the-word-2018/\">State of the Word 2018 &#8211; WordCamp US, Nashville</a></li><li><a href=\"https://wordpress.tv/tag/state-of-the-word/\">All recordings</a></li></ul>\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:4:\"9296\";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:57:\"\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:37:\"The Month in WordPress: November 2020\";s: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/2020/12/the-month-in-wordpress-november-2020/\";s: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, 02 Dec 2020 09:13:48 +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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9283\";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:304:\"November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world! WordPress 5.6 updates The Core team released WordPress 5.6 Beta 3 on Nov. 2, Beta 4 on Nov. 12, release candidate 1 on Nov. 17, and release candidate 2 on Dec. 1. You [&#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:\"Hari Shanker R\";s: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:10892:\"\n<p>November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.6 updates</h2>\n\n\n\n<p>The Core team released WordPress 5.6 <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-3/\">Beta 3</a> on Nov. 2, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-4/\">Beta 4</a> on Nov. 12, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-release-candidate/\">release candidate</a> 1 on Nov. 17, and <a href=\"https://wordpress.org/news/2020/12/wordpress-5-6-release-candidate-2/\">release candidate 2</a> on Dec. 1. You can test the Beta versions and the release candidates by <a href=\"https://wordpress.org/wordpress-5.6-beta2.zip\">downloading them from WordPress.org</a> or by using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin. Check out the <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 field guide</a> to understand the features of WordPress 5.6 and learn how you can incorporate them into your websites. WordPress 5.6 <a href=\"https://make.wordpress.org/core/5-6/\">will be out by Dec. 9, 2020</a>. </p>\n\n\n\n<p>But our work is never done: You can submit <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-5-7-whats-on-your-wishlist/\">feature suggestions for WordPress 5.7</a> by Dec. 15.&nbsp;</p>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress Core dev chats on Wednesdays at 5 a.m. and 8 p.m. UTC in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel on the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>, and <a href=\"https://make.wordpress.org/core/tag/dev-chat/\">catch up with recaps</a> on the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>. If you would like to help with WordPress 5.6 outreach, contact the <a href=\"https://make.wordpress.org/marketing/\">WordPress Marketing team</a> on the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel.</p>\n\n\n\n<h2>Gutenberg 9.3 and 9.4 are out</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">Version 9.3</a> on Nov. 4 and <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">Version 9.4</a> on Nov. 18. Both versions include&nbsp; several improvements to Full Site Editing (FSE) flows, in addition to bug fixes and feature upgrades. Version 9.3 is the first release that isn’t included entirely in WordPress 5.6; the version automatically enables FSE experiments when a block-based theme is active. Version 9.4 introduces some new features like percentage width for button blocks, block variation transformations, social icon support, and font size support for the list block. You can find out more about the Gutenberg roadmap in the <a href=\"https://make.wordpress.org/core/2020/11/02/whats-next-in-gutenberg-november-2020/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Learn WordPress updates</h2>\n\n\n\n<p>WordPress contributor teams are all set to launch <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> in December. Community members can now watch<a href=\"https://learn.wordpress.org/workshops\"> video workshops</a> to learn about various WordPress topics, <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">participate in discussion groups</a>, and use <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a> for organizing their own workshops. Contributor teams have launched <a href=\"https://make.wordpress.org/community/2020/11/18/quizzes-are-now-live-on-learn-wordpress/\">quizzes</a> and are also working on <a href=\"https://make.wordpress.org/community/2020/11/18/standards-for-learn-wordpress-workshop-content/\">setting standards</a> for workshops.<br></p>\n\n\n\n<p>Want to contribute to Learn WordPress? You can now submit a <a href=\"https://learn.wordpress.org/workshop-presenter-application/\">workshop application</a> (submissions in languages other than English are welcome!), apply to become a <a href=\"https://learn.wordpress.org/discussion-group-leader-application/\">discussion group leader</a>, organize <a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\">discussions for your local WordPress meetup group</a>, or <a href=\"https://make.wordpress.org/training/2020/11/25/high-priority-items-before-learn-wordpress-org-launch-part-2/\">help fix issues with existing lesson plans</a>.</p>\n\n\n\n<h2>WordPress 5.6 Translations and Polyglots survey</h2>\n\n\n\n<p>WordPress 5.6 is ready to be translated and is now at <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a>. If you would like to contribute, <a href=\"https://make.wordpress.org/polyglots/2020/11/07/wordpress-5-6-ready-to-be-translated/\">check out these instructions</a> and ensure that <a href=\"https://make.wordpress.org/polyglots/handbook/translating/packaging-localized-wordpress/automated-release-packages/\">your locale is ready for an automated release</a>. The Polyglots team has also kicked off its <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">translator research survey</a>. Please <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">participate in the survey</a>, share the <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">survey link</a> with members of your locale, and help amplify the <a href=\"https://www.facebook.com/WPTranslationDay/posts/1275404086174610\">Facebook</a>, <a href=\"https://twitter.com/TranslateWP/status/1333342595913834496\">Twitter</a>, and <a href=\"https://www.linkedin.com/posts/wptranslationday_makewordpress-wordpress-activity-6739110862650523648-fX8R/\">LinkedIn</a> posts about it.</p>\n\n\n\n<p>Want to help WordPress speak your language? Follow <a href=\"https://make.wordpress.org/polyglots\">the Polyglots team blog</a> and join the <a href=\"https://wordpress.slack.com/archives/C02RP50LK\">#polyglots</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li><a href=\"https://www.php.net/releases/8.0/en.php\">PHP 8</a> is out, and WordPress 5.6 <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">aims to be &#8220;beta-compatible&#8221; with the latest PHP version</a>.</li><li>Contributor teams have kicked off <a href=\"https://make.wordpress.org/themes/2020/11/18/theme-previews-in-the-time-of-blocks/\">an ongoing discussion on starter content for WordPress themes</a>. Starter content for the <a href=\"http://wp-themes.com/twentytwentyone/\">Twenty Twenty One</a>, <a href=\"http://wp-themes.com/twentytwenty/\">Twenty Twenty</a>, and <a href=\"http://wp-themes.com/twentyseventeen/\">Twenty Seventeen</a> themes are now available.</li><li>The Accessibility team is <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">testing a tool</a> to generate the structure of an accessibility statement for WordPress websites based on <a href=\"https://www.w3.org/WAI/planning/statements/generator/#create\">W3C standards</a>, and it is <a href=\"https://github.com/10degrees/accessibility-statement-plugin/issues\">requesting feedback from the community</a>.</li><li>The <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> has published a <a href=\"https://wordpressfoundation.org/2020/open-source-workshops-november-2020-report/\">report on Open Source workshops</a> that were held online in 2020, based on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> platform.</li><li>The Docs team is actively <a href=\"https://make.wordpress.org/docs/2020/11/12/follow-up-on-gutenberg-developer-documentation-restructuring-proposal/\">following up</a> on a proposal to <a href=\"https://make.wordpress.org/docs/2020/08/13/plan-proposal-for-a-new-better-structured-gutenberg-developer-documentation/\">restructure the Gutenberg developer documentation</a>.</li><li>The Community team is back with <a href=\"https://make.wordpress.org/community/tag/tuesdaytrainings/\">Tuesday Trainings</a>. The team is <a href=\"https://make.wordpress.org/community/2020/11/16/community-team-goals-for-2021-share-your-suggestions/\">also inviting suggestions on team goals for 2021</a> with a deadline of Dec. 14.</li><li>The Support team is <a href=\"https://make.wordpress.org/support/2020/11/changing-up-the-forum-front-page/\">making changes to the forum page</a> to improve discoverability. </li><li>Two online WordCamps took place in November: <a href=\"https://finland.wordcamp.org/2020/\">WordCamp Finland Online</a> and <a href=\"https://mexico.wordcamp.org/2020/\">WordCamp Mexico Online</a>. You can find Livestream recaps of the events on their websites. Videos will soon be available on WordPress.tv as well.</li><li>The Themes team <a href=\"https://make.wordpress.org/themes/2020/11/11/meeting-notes-tuesday-november-10-2020/\">made some changes to WordPress theme requirements</a>. These include removing updated CSS guidelines and a proposed plan to make WordPress themes accessibility-ready. The team is also <a href=\"https://make.wordpress.org/themes/2020/11/19/feedback-requested-resolution-process-for-issues-found-in-live-themes/\">requesting feedback</a> on the resolution process for issues found in live themes.</li><li>WordPress 5.6 will feature a <a href=\"https://make.wordpress.org/core/2020/11/05/updating-core-jquery-to-version-3-part-2/\">major jQuery change</a>, with the bundled jQuery version being updated to Version 3.5.1 and jQuery Migrate being updated to Version 3.3.2.</li><li>The <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Diversity speaker training group</a> of the Community team is requesting feedback on reimagining their work. Please <a href=\"https://make.wordpress.org/community/2020/11/12/input-requested-re-imagining-the-work-of-the-diverse-speaker-training-group-wpdiversity/\">share your feedback as comments on the post</a> by Dec. 18.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></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:4:\"9283\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 5.6 Release Candidate 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/12/wordpress-5-6-release-candidate-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Dec 2020 22:09: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:8:\"category\";a:3:{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:\"5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9274\";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:388:\"The second release candidate for WordPress 5.6 is here! WordPress 5.6 is slated for release on December 8, 2020, and we need your help to get there—if you haven’t tried 5.6 yet, now is the time! You can test WordPress 5.6 release candidate 2 in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option). Or download the release [&#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:7:\"Josepha\";s: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:2249:\"\n<p>The second release candidate for WordPress 5.6 is here!</p>\n\n\n\n<p>WordPress 5.6 is slated for release on <strong>December 8, 2020</strong>, and we need <em>your</em> help to get there—if you haven’t tried 5.6 yet, now is the time!</p>\n\n\n\n<p>You can test WordPress 5.6 release candidate 2 in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option).</li><li>Or <a href=\"https://wordpress.org/wordpress-5.6-RC2.zip\">download the release candidate here (zip)</a>.</li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the&nbsp;Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.6 and update the <em>Tested up to</em> version in the readme file to 5.6. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>. That way, those can be figured out before the final release. </p>\n\n\n\n<p>For a more detailed breakdown of the changes included in WordPress 5.6, check out the <a href=\"https://wordpress.org/news/2020/10/wordpress-5-6-beta-1/\">WordPress 5.6 beta 1 post</a>. The <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 Field Guide</a> is also out! It’s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>Think you found a bug?</strong> Post it to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report you can <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>. Don&#8217;t forget to check <a href=\"https://core.trac.wordpress.org/tickets/major\">the list of known bugs</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:4:\"9274\";s: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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 06 Feb 2021 06:45:21 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 03 Feb 2021 21:30:51 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:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20200502025608\";}', 'no');
INSERT INTO `taflwj_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1546, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1612637121', 'no'),
(1547, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1612593921', 'no'),
(1548, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1612637121', 'no');
INSERT INTO `taflwj_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1549, '_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:131:\"WPTavern: Gutenberg 9.9 Adds Color Options for Social Icons, Includes Rounded Borders for Images, and Changes the Theme JSON Format\";s: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=111628\";s: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:303:\"https://wptavern.com/gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format\";s: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:7460:\"<p class=\"has-drop-cap\">Version 9.9 of the <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg plugin</a> landed earlier today. While it includes several minor UI improvements, the biggest user-facing change is the inclusion of icon and background color options for the Social Links block. Theme authors can now add support for rounded image borders. They are also faced with a breaking change to their theme JSON files.</p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-5-7-beta-1-is-ready-for-testing\">WordPress 5.7 Beta 1 </a>was released earlier this week. The final 5.7 release will include features from Gutenberg 9.9 back down to 9.3. Only bug fixes from upcoming plugin updates should be ported into WordPress during the rest of the development cycle.</p>\n\n\n\n<p>The development team squashed over 30 bugs in the latest plugin update. It also includes several enhancements and API updates. Plugin developers can now <a href=\"https://github.com/WordPress/gutenberg/pull/28482\">override the block category</a> when registering variations, which should help with discoverability.</p>\n\n\n\n<p>Full Site Editing and other experimental work continued as usual. One item that theme authors should keep an eye on is the initial groundwork for additional <a href=\"https://github.com/WordPress/gutenberg/pull/28049\">border options</a>. The experimental feature for adding border colors, styles, and widths for blocks has long been on the wish list of many. I expect that the team will start slowly rolling out block support and a UI in coming versions.</p>\n\n\n\n<h2>Color Options for Social Links</h2>\n\n\n\n<img />Icon and background colors for Social Links.\n\n\n\n<p class=\"has-drop-cap\">Users can now <a href=\"https://github.com/WordPress/gutenberg/issues/21605\">change the icon color and background</a> in the Social Links block. This change allows the user to customize the colors for all icons in the links list. The &ldquo;logos only&rdquo; block style does not support a background color.</p>\n\n\n\n<p>The missing piece is the ability to set individual icon colors and their hover colors. One of the use cases in theme design is to provide a solid-colored group of icons that change to the brand colors on hover or focus. The only way to do this from the user&rsquo;s end is via individual icon color options. Even the ability to set the icon hover color for the entire block is still unavailable.</p>\n\n\n\n<p>Branding guidelines were <a href=\"https://github.com/WordPress/gutenberg/issues/21605#issuecomment-629318653\">mentioned as a concern</a> with the current color options, but that concern is outside the scope of WordPress&rsquo;s responsibility (see <a href=\"https://github.com/WordPress/gutenberg/pull/21900#issuecomment-624307120\">longer analysis regarding logos</a>). Many brands also have alternate colors they allow, which are not possible to use without icon-specific colors.</p>\n\n\n\n<p>Setting the background and text color for all icons at once is a step in the right direction, but the block editor is still not matching what theme authors are doing in traditional theme design. These missing features are blockers for the eventual adoption of Full Site Editing.</p>\n\n\n\n<h2>Rounded Border Support for Themes</h2>\n\n\n\n<img />Border radius setting for the Image block.\n\n\n\n<p class=\"has-drop-cap\">Theme authors can now <a href=\"https://github.com/WordPress/gutenberg/pull/27667\">opt into border-radius support</a> for images. Support comes in two forms. One is a setting to allow end-users to customize the border-radius via the block options sidebar. The second is setting a default border-radius value for all images.</p>\n\n\n\n<p>The Gutenberg team first added border-radius support to the Group block in <a href=\"https://wptavern.com/gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame\">version 9.8</a>. Currently, only the Group and Image blocks support the feature.</p>\n\n\n\n<p>The following theme JSON code will add settings and styles support. Note the new format change, which is covered in the next section.</p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"settings\": {\n        \"core/image\": {\n            \"border\": {\n                \"customRadius\": true\n            }\n        }\n    },\n    \"styles\": {\n        \"core/image\": {\n            \"border\" : {\n                \"radius\": \"10px\"\n            }\n        }\n    }\n}</code></pre>\n\n\n\n<h2>New Theme JSON File Format</h2>\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 9.9 introduces two breaking changes to the <code>experimental-theme.json</code> file, which will eventually be renamed to <code>theme.json</code> once it is out of the experimental stage. This file allows theme authors to configure custom styles and settings for the block system. Any themes currently using the pre-9.9 format will need to be updated.</p>\n\n\n\n<p>The first change makes <code>settings</code> and <code>styles</code> <a href=\"https://github.com/WordPress/gutenberg/pull/28110\">top-level keys in the file</a>. The second change <a href=\"https://github.com/WordPress/gutenberg/pull/28533\">renames and splits</a> the <code>global</code> key to <code>defaults</code> and <code>root</code>. <code>defaults</code> deal with default values and styles while <code>root</code> handles the site root block.</p>\n\n\n\n<p>Ari Stathopoulos wrote a <a href=\"https://make.wordpress.org/themes/2021/02/04/gutenberg-9-9-new-json-structure-for-theme-json-files/\">tutorial for theme authors</a> to update their themes on the Make Themes blog.</p>\n\n\n\n<p>&ldquo;The rationale for this change is that the use cases for theme.json have grown beyond initially considered, and the vision is now being able to absorb a lot of things that themes declare at the moment via other means,&rdquo; wrote Andr&eacute;s Maneiro, the creator of both tickets. &ldquo;Some examples are registering (and translate?) custom templates, declare theme metadata that is currently stored in the stylesheet, declare stylesheet paths, etc.&rdquo;</p>\n\n\n\n<p>He also shared a vision of what the format might look like:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"name\": \"TwentyTwentyOne\",\n    \"description\": \"...\",\n    \"customTemplates\": ...,\n    \"textDomain\": ...,\n    \"version\": 1,\n    \"settings\": {\n            \"global\": { ... },\n            \"core/paragraph\": { ... }\n    },\n    \"styles\": {\n            \"global\": { ... },\n            \"core/paragraph\": { ... }\n    }\n}</code></pre>\n\n\n\n<p>For users, this data might not make much sense. However, any theme author should be able to recognize the significance of potentially moving metadata that is currently stored in their theme&rsquo;s <code>style.css</code> through a non-standard system that WordPress has used for ages. Eventually moving that data to a standard format, JSON, would give WordPress flexibility to shed some of its legacy baggage.</p>\n\n\n\n<p>WordPress themes currently have a hard requirement of including a <code>style.css</code> file. We could well be on our way to building WordPress themes that have no need for a stylesheet at all. The future of FSE is likely one in which CSS is all handled through the Global Styles system with the theme&rsquo;s default values set via the <code>theme.json</code> file. If a theme has no styles, it does not make sense to hold onto the <code>style.css</code> file.</p>\n\n\n\n<p>However, this change is not merely limited to that possibility. The new format is cleaner and better prepared for future additions.</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, 05 Feb 2021 21:53: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:14:\"Justin Tadlock\";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:64:\"WPTavern: Newspack Publishes Showcase with 60 Newsrooms Launched\";s: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=111568\";s: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:173:\"https://wptavern.com/newspack-publishes-showcase-with-60-newsrooms-launched?utm_source=rss&utm_medium=rss&utm_campaign=newspack-publishes-showcase-with-60-newsrooms-launched\";s: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:4464:\"<p><a href=\"https://newspack.pub/\">Newspack</a>, a project funded by the Google News initiative and WordPress.com, has published a <a href=\"https://raindrop.io/collection/11158847\">showcase</a> of 60 news sites running on the platform. WordPress.com <a href=\"https://wptavern.com/wordpress-com-secures-2-4-million-in-funding-from-google-and-partners-to-build-a-publishing-platform-for-news-organizations\">announced</a> its plans to build the Newspack CMS two years ago and successfully signed on more than 50 sites in the first year. The cloud-based platform is open source and highly customized to generate revenue for small to medium-sized publications.</p>\n\n\n\n<p>Early adopters include the <a href=\"https://austinweeklynews.com/\">Austin Weekly News</a>, <a href=\"https://mississippitoday.org/\">Mississippi Today</a>, <a href=\"https://hongkongfp.com/\">Hong Kong Free Press</a>, <a href=\"https://oklahomawatch.org/\">Oklahoma Watch</a>, <a rel=\"noreferrer noopener\" href=\"https://bangordailynews.com/\" target=\"_blank\">Bangor Daily News</a>,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://oaklandside.org/\" target=\"_blank\">The Oaklandside</a>, and many other watchdog publications serving their communities with vital local news coverage. </p>\n\n\n\n<p>The <a href=\"https://raindrop.io/collection/11158847\">showcase</a> was created using the Raindrop bookmark manager, which allows viewers to search for a specific site and see all the various homepages at a glance. The diversity of the publications is striking, but clicking through to their websites it&rsquo;s clear that most of them share an intimate connection with their communities that might otherwise have evaporated in the <a href=\"https://wptavern.com/finding-wordpress-in-the-post-print-news-era\">post-print news era</a>. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Newspack stands out as an affordable, open source alternative to proprietary systems. Publishers generally pay <a href=\"https://newspack.pub/pricing/\">$500-$2,000/month</a> using a sliding scale based on their annual revenue. The <a href=\"https://newspack.pub/2019/08/12/see-the-revenue-generation-features-of-newspack-in-action/\">tools</a> they are given are open and designed to help create economically sustainable journalism. It&rsquo;s not surprising that a community has sprung up around the product, as small publishers share many of the same issues.  A dedicated Slack workspace. facilitates conversation and collaboration for more than 150 editors, designers, product and business people who are all using the same building blocks to run their publications.</p>\n\n\n\n<p>In 2020, thirteen Newspack publications were awarded <a href=\"https://newspack.pub/2020/05/07/newspack-publishers-earn-share-of-covid-19-relief-package/\">a total of more than $1 million in grants</a> from the Facebook Journalism Program&rsquo;s relief effort for local news due to Covid-19. Publishing online at a low cost on WordPress has helped many of these publications weather the pandemic, instead of being forced to consolidate or shutter. </p>\n\n\n\n<p>In May, 2020, analysts from&nbsp;<a href=\"https://fundjournalism.org/\">News Revenue Hub</a> published a <a href=\"https://fundjournalism.org/2020/05/26/hub-report-several-sites-are-now-on-newspack-hows-that-going/?utm_source=dlvr.it&utm_medium=twitter\">study</a> examining how Newspack-powered newsrooms are interacting with WordPress. A few key findings showed that Newspack users may require more assistance in managing their sites, which leverage the block editor and come with more than 50 pre-configured plugins:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The role of Newspack in reducing or replacing the need for website management-related technical resources is unclear, and depends greatly on an individual newsroom&rsquo;s technical knowledge and resources.</p><p>Potential improvements going forward should focus on providing deeper, more standardized education and documentation to broad groups of users.</p></blockquote>\n\n\n\n<p>The report concluded that &ldquo;Newspack has established itself as a valuable tool for newsrooms, as well as a valuable method for building sites collaboratively,&rdquo; but warns that the project may face challenges in scaling the hands-on support that pilot newsrooms received in the early stages. More revenue-generating features are still being developed but overall participating newsrooms had a high rate of satisfaction with the platform.</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, 05 Feb 2021 06:38: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: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: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:99:\"WPTavern: Call for Feedback on Theme Review Action, a New Automated WordPress Theme Testing Project\";s: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=111325\";s: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:241:\"https://wptavern.com/call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project?utm_source=rss&utm_medium=rss&utm_campaign=call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project\";s: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:5176:\"<img />GitHub output of Theme Review Action.\n\n\n\n<p class=\"has-drop-cap\">Automation. It is one of those dreams in the minds of many reviewers from the Themes Team. If there was a tool to take care of 90% of the issues, the team could focus on the 10% not easily found by automated scripts.</p>\n\n\n\n<p>Enter the <a href=\"https://github.com/WordPress/theme-review-action\">Theme Review Action</a> project. Steve Dufresne, a WordPress Meta team contributor, put out a <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">call for testing and feedback </a>of the new project on Monday.</p>\n\n\n\n<p>&ldquo;If we could combine some of the existing code analysis tools, automate away some of the manual testing and open them up to more development workflows, could we improve theme quality, alleviate pressure on manual testing, and speed up the theme review process?&rdquo; asked Dufresne.</p>\n\n\n\n<p>The project currently runs several test suites, including the current <a href=\"https://wordpress.org/plugins/theme-check/\">Theme Check</a> plugin. Theme authors can run the texts by running the NPX command in their theme folder, adding it as an action on GitHub, or cloning and running it locally. Running via NPX is not currently supported on Windows.</p>\n\n\n\n<p>Right now, theme authors are needed. Regardless of whether you are building themes for the directory, clients, third-party marketplaces, or a theme shop, this is an opportunity to give back to WordPress. It is also an opportunity to improve the tools that you could benefit from as a theme developer in the long term. Automated theme tests help the entire theme ecosystem.</p>\n\n\n\n<p>&ldquo;Theme authors need to be open to this and understand that it is not all about requirements,&rdquo; said Carolina Nymark, a Themes Team representative. &ldquo;It is about improving theme quality.&rdquo;</p>\n\n\n\n<p>The project was, in part, informed by a Themes Team <a href=\"https://make.wordpress.org/themes/2020/04/03/proposal-github-theme-review/\">proposal in early 2020</a>. Denis &#381;oljom identified three problems the team was fighting against:</p>\n\n\n\n<ul><li>People don&rsquo;t like to read requirements or handbooks.</li><li>Some of the issues that are popping up are repetitive and could be caught automatically.</li><li>Reviewing themes in Trac is really cumbersome.</li></ul>\n\n\n\n<p>The proposal&rsquo;s focus was on moving reviews to GitHub, focusing on the third point. However, the Theme Review Action project could be the start of handling one or more issues.</p>\n\n\n\n<p>The obvious solution is that the project can be automated. However, because the Theme Review Action project can be set as a GitHub Action, it leaves room for the team&rsquo;s GitHub review proposal.</p>\n\n\n\n<p>&ldquo;Two things I mentioned to Steve &mdash; and these are my opinions &ndash;, is that we need checks that run on theme upload and on live themes, and we need a long-term solution,&rdquo; said Nymark. &ldquo;There have been attempts to automate testing before that have not been followed through, and without a plan for how the tool will be used, I am worried about spending time on it.&rdquo;</p>\n\n\n\n<p>The team had hoped that the <a href=\"https://make.wordpress.org/themes/handbook/theme-sniffer/\">Theme Sniffer</a> project would lead to more automation at one point. It is hard to get hopes up after previous goals never came to fruition.</p>\n\n\n\n<p>&ldquo;I too have a similar concern where the project might not get enough adoption to make it to .ORG checking, and that is one of the reasons (other than just being super busy) that I haven&rsquo;t been able to prioritize looking at [Theme Review Action],&rdquo; said Themes Team rep William Patton.</p>\n\n\n\n<p>While the team and some theme authors still use the Theme Sniffer, the UI leaves a lot to be desired. Nymark pointed out that it was hard for theme authors to distinguish between the baseline requirements and recommendations.</p>\n\n\n\n<p>&ldquo;To display messages from automated tools that are not strictly requirements is very difficult to get right,&rdquo; she said. &ldquo;For example, if a tool started reporting CSS linting errors for the WordPress CSS coding standards, many people would find that too opinionated and limiting.&rdquo;</p>\n\n\n\n<p>Theme authors, the group that reaps the most financial and reputational benefits from the theme directory, have often been reluctant to chip in. Few companies spare an employee to perform reviews or work on tools that developers and the team need. Calls for testing, feedback, and discussion often go unanswered, leaving a select few to do the lion&rsquo;s share of the work. For this project to be successful and not feel like something foisted upon them down the road, theme developers need to be in the mix.</p>\n\n\n\n<p>In the <a href=\"https://wptavern.com/wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks\">first episode</a> of the WP Briefing podcast, WordPress Executive Director Josepha Haden Chomphosy talked about focusing on automation as one of this year&rsquo;s goals. If there is one team that could use such tools, it would be the Themes Team.</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, 04 Feb 2021 22:51:42 +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:\"Justin Tadlock\";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:109:\"WPTavern: New Report Estimates WordPress’ Market Share of US Higher Education Institution Websites at 40.8%\";s: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=111416\";s: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:255:\"https://wptavern.com/new-report-estimates-wordpress-market-share-of-us-higher-education-institution-websites-at-40-8?utm_source=rss&utm_medium=rss&utm_campaign=new-report-estimates-wordpress-market-share-of-us-higher-education-institution-websites-at-40-8\";s: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:2613:\"<p>A new <a href=\"https://www.eqafy.com/component/content/article/49-higher-education-research/315-us-university-and-college-content-management-systems-2021.html\">report</a> from eQAfy, a company that collects and analyzes data about higher education websites, has benchmarked which content management systems US institutions are using. The report is a snapshot of data from December 2020, sourced from the&nbsp;<a href=\"https://nces.ed.gov/\">National Center for Education Statistics</a>&nbsp;<a href=\"https://nces.ed.gov/ipeds/\">IPEDS database</a>. After scanning a list of 4,000 active institutions,  EQAfy&rsquo;s headless browser was able to detect the CMS for 3,359 homepages (83.8%).</p>\n\n\n\n<p>A market leading group of 12 content management systems made up 90% of the homepages eQAfy detected, including four open source solutions and eight proprietary solutions. WordPress captures 40.8% of the market, followed by Drupal at 19.1%, as measured across all institution types (public, private for profit, and private non-profit), levels (2-year and 4-year), and sizes.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>WordPress&rsquo; estimated market share for public institutions came in at 27%, and is much higher in the private for-profit institutions category at 55%. </p>\n\n\n\n<p>Looking at 2-year public higher education institutions by student population, WordPress falls to #3 at just 18.3%. Drupal leads the pack in that category with 29.2%, and proprietary CMS&rsquo;s take up the rest of the market. WordPress does much better in the category of 4-year private for-profit higher education institutions, capturing a staggering 75% of the market.</p>\n\n\n\n<p>When examining CMS suppliers for institutions by size, WordPress is the overall market leader but does far better in the smallest institutional size categories, with waning dominance in the large to very large categories.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The <a href=\"https://www.eqafy.com/component/content/article/49-higher-education-research/315-us-university-and-college-content-management-systems-2021.html#table-10-2-year-private-non-profit-institutions\">report</a> has more interesting data comparisons across different categories if you want to dig deeper. It&rsquo;s important to note that eQAfy only collected the main websites for these institutions, which may not be representative of the CMS that powers the schools&rsquo; ancillary websites. They are often created using a combination of platforms. This report covers only which CMS the schools preferred to use for the face of their institutions.</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, 04 Feb 2021 04:48:39 +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: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:64:\"WPTavern: FSE and WordPress Themes: What Does the MVP Look Like?\";s: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=111262\";s: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:169:\"https://wptavern.com/fse-and-wordpress-themes-what-does-the-mvp-look-like?utm_source=rss&utm_medium=rss&utm_campaign=fse-and-wordpress-themes-what-does-the-mvp-look-like\";s: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:8894:\"<p class=\"has-drop-cap\">Josepha Haden Chomphosy, the Executive Director of WordPress, <a href=\"https://make.wordpress.org/core/2021/02/01/full-site-editing-and-themes-where-things-are/\">posted a follow-up</a> to her <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">outline of the upcoming year</a>. Questions mounted about what a minimum viable product (MVP) looked like for Full Site Editing (FSE), which is expected to be ready in the Gutenberg plugin in April. The core team is also shooting for a June launch of FSE in WordPress when it ships WordPress 5.8.</p>\n\n\n\n<p>These seem like lofty goals, but members of the WordPress development and business community were left asking, &ldquo;What is an MVP for FSE?&rdquo; This is not a new question. Whether it is the swift pace of development, a communication breakdown, or so much of the project being hidden behind layer upon layer of GitHub issues, it can be hard to follow. There is no big webpage that spells out each step in minute detail of where the project is going. Information can sometimes feel scattered. This can give pause to third-party developers and business owners who need to know what to expect to update their products.</p>\n\n\n\n<p>Joost de Valk, the CPO of Yoast, <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/#comment-4975\">voiced his frustration</a> with the process in the comments. We later discussed this in more detail.</p>\n\n\n\n<p>&ldquo;I think FSE will change what a theme is, and, if it gets executed properly, will make it far easier to build a theme, as themes will be much smaller,&rdquo; he said. &ldquo;That brings the burden onto the community to come up with reliable methods of styling though, and conventions on class names or similar, to make styling work everywhere. I currently don&rsquo;t understand what is even considered as MVP for Full Site Editing, nor do I see any discussions about how it&rsquo;ll work with themes not purpose built for it, and that worries me.&rdquo;</p>\n\n\n\n<p>He shares some of the same concerns as others in the community who feel like there is no process in place for an MVP.</p>\n\n\n\n<p>&ldquo;And there is no such thing,&rdquo; he said. &ldquo;Vision without execution is just hallucination.&rdquo;</p>\n\n\n\n<p>Chomphosy said that she was aware of the interconnectedness. &ldquo;I also see that the information we have published isn&rsquo;t in a tidy and followable post that would help people make good decisions on behalf of 39% of the web,&rdquo; she said.</p>\n\n\n\n<p>She pointed to a <a href=\"https://github.com/WordPress/gutenberg/issues/24551\">ticket that lists six (now seven) milestones</a>. Each of those milestones, when taken together, represent where FSE needs to be for an MVP.</p>\n\n\n\n<p>&ldquo;Together they outline an architecture that allows the expression of a full theme using blocks and an editor capable of customizing that theme,&rdquo; she wrote. &ldquo;<strong>The MVP should make it possible to build a version of the Twenty Twenty-One theme, using only blocks, without any coding knowledge.</strong>&ldquo;</p>\n\n\n\n<p>The following is a breakdown of the milestones that need to reach completion before we see the first version of FSE land in WordPress:</p>\n\n\n\n<h2>Milestone 1: Infrastructure and UI</h2>\n\n\n\n<p>Perhaps the most crucial part of FSE is a <a href=\"https://github.com/WordPress/gutenberg/issues/24818\">workable site editor</a>. Merging the WordPress templating system into a cohesive UI is the foundation of the project. The underlying infrastructure handles how templates and template parts work. At this point, this foundation is in a reliable spot. It is all the features that build upon it that need more work. This milestone also includes getting the site-editing interface in place and handling multi-entity saving.</p>\n\n\n\n<p>The final leg of the milestone allows users to <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">edit templates</a> from within the post editor, effectively switching between content and design editing. The FSE Outreach Program recently <a href=\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\">tested this feature</a> to garner feedback after Gutenberg 9.6.</p>\n\n\n\n<h2>Milestone 2: Browsing</h2>\n\n\n\n<p>This milestone covers all of the work for <a href=\"https://github.com/WordPress/gutenberg/issues/24552\">navigating the UI</a> of the site editor. There are many moving parts, such as switching between pages, templates, template parts, global styles, and more. Users must know which element they are working on.</p>\n\n\n\n<p>This is the only milestone marked as completed. However, there is an open ticket for exploring the idea of a <a href=\"https://github.com/WordPress/gutenberg/issues/23328\">&ldquo;browsing&rdquo; mode</a> alongside the edit and select modes.</p>\n\n\n\n<h2>Milestone 3: Styling</h2>\n\n\n\n<p>For the most part, this milestone centers on the upcoming Global Styles system. The <a href=\"https://github.com/WordPress/gutenberg/issues/20331\">system creates a hierarchy</a> of how styles are applied to blocks from theme defaults to global user modifications, down to per-block style options.</p>\n\n\n\n<p>While much of the work is complete for an MVP, there are dozens of feature tickets in the backlog. This is also an area where the block system is years behind third-party page builders. Expect to see long-term feature additions based on post-launch feedback.</p>\n\n\n\n<h2>Milestone 4: Theme Blocks</h2>\n\n\n\n<p>Theme authors should keep a close eye on this ticket. The only way that block-based themes become a reality for most theme developers is if all <a href=\"https://github.com/WordPress/gutenberg/issues/22724\">template tags have a corresponding block</a> in the site editor. Or, at least if the most-used template tags do. Some of these functions are no longer applicable in the block editor. Theme developers should make sure they have the blocks they need to recreate anything they are building today.</p>\n\n\n\n<p>Admittedly, I am sad to see that blocks for Bookmarks/Links are unlikely to be moving forward. While the feature is deprecated, I am still nostalgic about the good ol&rsquo; blogroll days. Maybe this would be best left a plugin. A revival of the <a href=\"https://wordpress.org/plugins/link-manager/\">Link Manager</a> plugin could be in order.</p>\n\n\n\n<h2>Milestone 5: Query Block</h2>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/issues/24762\">Query block</a> and its corresponding Loop block are, in some ways, the most essential pieces of Full Site Editing. They handle what posts are loaded and how they are displayed. The feature is one of the more complex puzzles to solve. The Gutenberg development team has continued iterating on it for months, and it is now at a good baseline. However, it has miles to go before it can seriously handle all the things that theme authors need to do with it.</p>\n\n\n\n<p>Right now, the Query block only handles a handful of options for customizing the query. The team needs to determine what controls should be available in the sidebar for end-users and integrate the blocks with patterns for different types of post-list displays.</p>\n\n\n\n<h2>Milestone 6: Navigation Block</h2>\n\n\n\n<p>Aside from the Query block, Navigation is the only other block that requires <a href=\"https://github.com/WordPress/gutenberg/issues/27593\">its own milestone</a>. Navigation menu issues have plagued the WordPress project for well over a decade. It is one of the hardest things to get right. While nav menus in WordPress today are generally easy to work with, their design is not customizable by the end-user. The output is wholly at the theme author&rsquo;s discretion. Catering to the array of possible menu designs theme authors might want and making it customizable for the end-user is likely one of the toughest problems for the Gutenberg project.</p>\n\n\n\n<p>There are at least a couple of dozen sub-tickets that need contributors. Even then, it could be several versions later before the Navigation block is ready for the more complex patterns used in some themes today.</p>\n\n\n\n<h2>Milestone 7: Gradual Adoption</h2>\n\n\n\n<p>After the first six milestones representing the MVP are completed, WordPress needs a way to allow end-users and theme authors to gradually adopt FSE. Primarily, this would be a mix of block-based templates and traditional PHP-based templates. Developers should be allowed to update their themes without changing them wholesale, potentially leaving segments of their user base behind.</p>\n\n\n\n<p>Block-based widgets and navigation screens also fall under this milestone. Both features were punted to future releases after failing to land in 2020. However, these will be stepping stones for users who are not quite ready to switch to FSE or are unable to because of their theme.</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, 03 Feb 2021 22:55:56 +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:\"Justin Tadlock\";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:55:\"WordPress.org blog: WordPress 5.6.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9574\";s: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/2021/02/wordpress-5-6-1-maintenance-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8265:\"<p>WordPress 5.6.1 is now available!</p>\n\n\n\n<p>This maintenance release features&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.6.1&group=status&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">20 bug fixes</a> as well as&nbsp;7 issues fixed for the&nbsp;block&nbsp;editor. These bugs affect WordPress version 5.6, so you’ll want to upgrade.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-5.6.1.zip\">download WordPress 5.6.1 directly</a>, or visit the<strong>&nbsp;Dashboard → Updates</strong>&nbsp;screen&nbsp;and click&nbsp;<strong>Update Now</strong>. If your sites support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>WordPress 5.6.1 is a short-cycle maintenance release. The next major release will be&nbsp;<a href=\"https://make.wordpress.org/core/5-7/\">version 5.7</a>.</p>\n\n\n\n<p>To see a full list of changes, you can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.6.1&group=status&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">list on Trac</a>, read the&nbsp;<a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">5.6.1 RC1</a>&nbsp;post, or visit the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-6-1/\">5.6.1 documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.6.1 release was led by <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a>, <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sergeybiryukov</a> and <a href=\"https://profiles.wordpress.org/whyisjake/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>whyisjake</a>. Thanks to <a href=\"https://profiles.wordpress.org/metalandcoffee/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>metalandcoffee</a> and <a href=\"https://profiles.wordpress.org/hellofromtonya/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>hellofromtonya</a> for running bug scrubs, <a href=\"https://profiles.wordpress.org/planningwrite/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>planningwrite</a> and <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a> for their help on the release post.</p>\n\n\n\n<p>Props to everyone who helped make WordPress 5.6.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ifnoob/\">ifnoob</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/majhajob/\">majhajob</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</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, 03 Feb 2021 21:30:51 +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:9:\"Jb Audras\";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:51:\"WPTavern: WordPress 5.7 Beta 1 Is 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=111333\";s: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:147:\"https://wptavern.com/wordpress-5-7-beta-1-is-ready-for-testing?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-7-beta-1-is-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:3105:\"<p><a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> was released this week on schedule and is ready for wider testing. This release will introduce <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..02%2F03%2F2021&type=enhancement&type=feature+request&milestone=5.7&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">68 new features and enhancements</a>, dozens of bug fixes, and versions 9.3 &ndash; 9.9 of the Gutenberg plugin. </p>\n\n\n\n<p>A few of the highlights expected in 5.7 include the following: </p>\n\n\n\n<ul><li><strong>Lazy-load iframes</strong>: When WordPress 5.4 added lazy loading for images, contributors discussed extending this to iframes as well. Now that the&nbsp;<code>loading</code>&nbsp;attribute on&nbsp;<code>iframe</code>&nbsp;tags has been added to the HTML standard, it will be supported in core in 5.7. </li><li><strong>Streamlined migration from HTTP to HTTPS</strong>: WordPress can now detect if a user&rsquo;s hosting environment supports HTTPS and <a href=\"https://wptavern.com/wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https\">enables a one-click update process</a>, handling mixed content rewrites where possible. </li><li><strong>Standardize colors used in WP-Admin CSS to a single palette</strong>: WordPress is <a href=\"https://wptavern.com/skinning-the-wordpress-admin-css-custom-properties-on-the-way\">implementing a CSS custom properties system</a> that will make it easier to add custom color schemes.</li><li><strong>Ongoing cleanup after update to jQuery 3.5.1</strong></li><li><strong>New Robots API</strong>: <a href=\"https://core.trac.wordpress.org/changeset/49992\">This new API</a> allows developers to centrally manage the content of the&nbsp;<code>robots</code>&nbsp;meta tag injected into the page, and includes a setting to toggle whether search engines are allowed to display large media from the site. By default, a&nbsp;<code>max-image-preview:large</code>&nbsp;robots directive which will be injected into the&nbsp;<code>robots</code>&nbsp;meta tag based on the new setting.</li></ul>\n\n\n\n<p>These features need testing, along with the host of updates rolling over from the Gutenberg plugin. The editor is getting the most visible enhancements in 5.7, with features like dragging blocks and block patterns from the inserter into the canvas, major improvements to the buttons block, new social icons, and much more.</p>\n\n\n\n<p>The official release is expected in just under five weeks on March 9, 2021. Testing is a critical part of the process for making WordPress better with each update. The easiest way to get in on that is to install the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (set to the&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<code>Beta/RC Only</code>&nbsp;stream), or download and install the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a> of the beta version.</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, 03 Feb 2021 18:54:13 +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: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:56:\"WordPress.org blog: The Month in WordPress: January 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9632\";s: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/2021/02/the-month-in-wordpress-january-2021/\";s: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:11649:\"<p>For WordPress, 2021 started on a high note. Read on to learn about updates from last month.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress release updates</h2>\n\n\n\n<p>WordPress project executive director — Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">shared big picture goals for WordPress in 2021</a>. Highlights include shipping&nbsp; Full Site Editing&nbsp; — first on the Gutenberg plugin in April 2021&nbsp; and later in core (with WordPress 5.8), improved learning opportunities on learn.wordpress.org, and better tooling for contributors. As per the updated <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a>, WordPress version 5.7 is planned to launch in March 2021 and WordPress 5.8 in June 2021. Some related updates:</p>\n\n\n\n<ul><li>Contributor teams are working on <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">an updated admin color palette for WordPress 5.7</a> that will be more accessible and easy to read.&nbsp;</li><li>The Core team is working on a proposal to <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">align WordPress release cycles with industry standards</a>.&nbsp;</li><li>WordPress 5.6.1 <a href=\"https://make.wordpress.org/core/2021/01/28/wordpress-5-6-1-rc1/\">Release Candidate 1</a> is out. This release is set to launch by<a href=\"https://make.wordpress.org/core/2021/02/02/a-week-in-core-february-1-2021/\"> February 3, 2021</a>. Questions and answers for <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">WordPress 5.6</a> are now <a href=\"https://github.com/wpmarketingteam/WP5.6Marcomms\">available on GitHub</a>. Contact the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel in the WordPress Slack, if you would like to contribute.</li><li>The <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">WordPress 5.7 Beta 1</a> release is out! Download the <a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip file</a> or use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">beta tester plugin</a> to test it out.&nbsp;</li></ul>\n\n\n\n<p>Want to be involved in the next release? You can help build WordPress Core by following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a> and joining the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Proposal to return to in-person WordPress events in safe locations</h2>\n\n\n\n<p>The Community team is <a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\">discussing an updated proposal</a> to create a decision-making checklist for meetup organizers. The proposal is aimed at locations that have more effectively contained COVID-19 (such as New Zealand and Taiwan, for instance) so that local meetup groups in these areas can organize safe, in-person events. According to the proposal, in-person meetup organizers should review local/global health instructions based on resources and complete a checklist — which recommends whether to organize an event or not based on the organizer’s inputs and other factors. Compulsory safety precautions should be taken for any in-person meetup, and participants/organizers can share event feedback with WordCamp Central. The proposal is still being discussed, so if you have any thoughts, please<a href=\"https://make.wordpress.org/community/2021/01/26/proposal-update-decision-making-checklist-for-safe-in-person-meetups/\"> share them in the comments</a>. <strong>Please note: WordPress meetups and WordCamps are still online at this time and will continue to remain online until further notice.</strong></p>\n\n\n\n<p>Want to get involved with the Community team? <a href=\"https://make.wordpress.org/community/\">Follow the Community blog</a>, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RQC7RN\">#community-events</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. To organize a local WordPress community event, <a href=\"https://make.wordpress.org/community/handbook/virtual-events/welcome/applying-for-a-virtual-event/\">visit the handbook page</a>.&nbsp;</p>\n\n\n\n<h2>Gutenberg 9.7 and 9.8</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">Version 9.7</a> on January 6th and <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">Version 9.8</a> on January 20th. Version 9.7 allows users to drag block patterns from the inserter right into a desired position within the editor. It also has a new block variations feature and several improvements to reusable blocks. Version 9.6 makes the spacer block semi-transparent, adds a variation icon to the block switcher, adds site editor content to an iframe, and stabilizes Full Site Editing (FSE) by removing the auto drafts feature. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can find out more about the Gutenberg roadmap in the latest <a href=\"https://make.wordpress.org/core/2021/02/01/whats-next-in-gutenberg-february-2021/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<h2>Inviting Learn WordPress Contributors</h2>\n\n\n\n<p>Contributor teams working on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> initiative are asking for <a href=\"https://learn.wordpress.org/contribute/\">new workshop presenters and discussion group facilitators</a>. The Training Team is recruiting<a href=\"https://make.wordpress.org/training/2021/01/27/learn-wordpress-working-group-call-for-handbook-volunteers/\"> volunteers for the Learn WordPress handbook</a> and has put up a <a href=\"https://make.wordpress.org/training/2021/01/29/request-for-testing-slides-plugin/\">call for testing for the slides plugin</a> to identify a simplified way to present slides. The Polyglots Team has floated a proposal to <a href=\"https://make.wordpress.org/polyglots/2021/01/13/proposal-translating-learn-wordpress/\">translate Learn WordPress</a>. The Meta Team is exploring the possibility of <a href=\"https://make.wordpress.org/meta/2021/01/03/protecting-childrens-privacy-on-wordpress-through-the-lens-of-coppa/\">making Learn WordPress (and wordpress.org) COPPA-compliant</a> to host workshops aimed at kids. </p>\n\n\n\n<p>Want to contribute to the Training team? Follow the <a href=\"https://make.wordpress.org/training/\">Training team</a> blog, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RW657Q\">#training</a> channel in the Make WordPress Slack.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">Round 1</a> of the Full Site Editing (FSE) outreach program <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">has wrapped up</a>. As a result, gaps were identified in the Gutenberg 9.6 template-switching experience &#8211; you can follow the issues in GitHub. You can follow issues in GitHub and submit questions to the team. The program identified gaps in the current template-switching experience that shipped with Gutenberg 9.6. You can follow the <a href=\"https://github.com/WordPress/gutenberg/issues/27814\">issues reported in GitHub</a>. Do you have questions about the FSE program? You can now <a href=\"https://make.wordpress.org/test/2021/02/02/fse-program-bring-your-questions/\">submit them here as part of the outreach program</a>.</li><li><a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> — A cross-team initiative led by the Marketing team to highlight WordPress contributors is back with <a href=\"https://wordpress.org/news/2021/01/people-of-wordpress-thelma-mutete/\">a post featuring Thelma Muelte of Zimbabwe</a>. If you are an active contributor to a WordPress.org team or a local WordCamp, contact the Marketing Team with the #ContributorStory tag to be featured in the series.</li><li>Joseph Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) launched a podcast titled <a href=\"https://wordpress.org/news/2021/02/welcome-to-your-wp-briefing/\">WP Briefing</a> which is aimed at WordPress users, builders, and contributors of all levels. The podcast &#8211; which is available on all major platforms, will include overviews of WordPress philosophy, community success stories, and major updates. </li><li>The Plugin team has added a requirement that <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">plugins in the WordPress repository must not make changes to the default auto-update settings on a site</a>. The only exception to this requirement is for those plugins that manage auto-updates.</li><li><a href=\"https://india.wordcamp.org/2021/\">WordCamp India 2021</a> — a regional online WordCamp has begun. It’s running over three weekends and started with <a href=\"https://india.wordcamp.org/2021/workshops/\">Multilingual workshop sessions on January 30 and 31</a>. The workshops <a href=\"https://india.wordcamp.org/2021/workshops/\">can be found on the event site</a> and will soon be featured on <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. <a href=\"https://india.wordcamp.org/2021/tickets/\">Tickets are still available</a> for the event —which will have a contribution event on February 6-7, followed by sessions on February 13th and 14th. </li><li>The WordPress Foundation has <a href=\"https://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\">invited applications for online do_action hackathons and encouraged folks to organize online open-source workshops</a> in 2021.</li><li>The Themes Team shared a post on the usage of the “Report this theme” button in 2020. The team is also <a href=\"https://make.wordpress.org/themes/2021/01/25/call-for-maintainers-theme-unit-test/\">looking for maintainers</a> for its <a href=\"https://codex.wordpress.org/Theme_Unit_Test\">Theme unit test</a>.</li><li>The Meta Team has launched an initiative to <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">facilitate automated theme testing</a> and is <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">requesting feedback</a>.</li><li>Members of the Core Team are <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">considering a “stale bot”</a> to close out stale issues in the Gutenberg GitHub repository.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></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:\"Wed, 03 Feb 2021 15:01:17 +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:\"Hari Shanker R\";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:36:\"HeroPress: Discover Where You Belong\";s: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=3469\";s: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://heropress.com/essays/discover-where-you-belong/#utm_source=rss&utm_medium=rss&utm_campaign=discover-where-you-belong\";s: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:7102:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/020221-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I discovered that the way forward was to create spaces for others.\" /><p>My path to WordPress is, like so many stories, a twisty road lined with both struggle and good fortune. And yet, when I reflect on what led me here, it simply comes down to the common threads that bind us together as a community: the desire to make meaningful connections, the ability to do amazing things together, and the very human comfort that comes with knowing that I belong here.</p>\n<h3>It starts here</h3>\n<p>Just before I made my way into this world, my parents immigrated from Taipei, Taiwan to San Diego, USA. Growing up, I held a level of pride in being first generation which warred against a long list of discomforts that, as a kid, I couldn’t fully comprehend. That unlike my school mates, I rarely saw my extended family. That my English didn’t sound like that of my Californian friends, nor did my Mandarin mirror my Taiwanese cousins’. That cultural norms at friends’ homes were diametric experiences from my home.</p>\n<p>I realize that this sounds like I had a challenging, confusing childhood, but I assure you that I had a good time growing up. My folks are loving and made sure I had opportunities whenever possible. I always have had wonderful friends who generously share their lives and love my quirks. And, I have a brother who, despite being far smarter than I will ever be, still puts up with my big sister act.</p>\n<p>My point is that, it was painfully clear to me where I couldn’t fit in. Like many third culture kids, my perplexing cultural foundation had a profound impact on my values, and created importance around the concept of belonging, something I still hold to this day, and which pushed me along my way to WordPress.</p>\n<h3>The twisty road</h3>\n<p>I was terrible at college. I had no sense of what I wanted to do with my life, and drifted from major to major until I found myself entirely broke and rudderless. It was 2010, and with minimal job experience and 45 credits short of a degree, I desperately applied for jobs, taking the first that offered me a full time position.</p>\n<p>It was a pivotal moment in my life. The job gave me purpose, and I actually felt like I was good at something for a change. I worked closely with my boss and mentor, a highly regarded commercial real estate advisor with a warm heart and penchant for dad jokes. What set him apart was his belief in community values: the importance of education, humility, empathy, good stewardship, qualities that made him a respected leader in many circles. Over the ensuing years, I would finish my degree. But the lessons that meant the most were learned by following my mentor’s example, and would later translate well to open source leadership.</p>\n<p>Meanwhile, I began volunteering with renewed passion: sorting clothes at homeless shelters, working on literacy programs, teaching English at the library, serving meals, maintaining trails, building homes. I fund raised and coordinated volunteer events. Eventually, I joined advisory boards and committees of a few nonprofits, and became enamored of the strategic, thoughtful work that came with these roles.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/HfH-Nicaragua.jpg\"><img /></a>Building homes in Estelí, Nicaragua. One of my favorite volunteer memories!\n<p>Ideas around positive change and impact through community initiatives blossomed in my mind. Driven by strongly held values, I continued to help and was welcomed at every turn. I learned that it was people who could create spaces in which anyone, everyone could belong and add value by virtue of being a unique, enthusiastic human being. I wanted to create these spaces.</p>\n<h3>Finding WordPress</h3>\n<p>Now, it is a true story that I also found my way to WordPress through my partner, and that WordPress brought us together. We met through a mutual friend, and when I realized that he could build me a website, I asked him to do so for work. Arguably, one of my first experiences with WordPress could be described either as sharing what my site required with my developer, or innocently flirting with my future partner. The joke I like to tease him with is that I needed someone to maintain the site, so I married him.</p>\n<p>The other truth was that, after eight years of volunteering and lessons in leadership, my passion had turned to community building. I wanted a career in creating sustainable communities where people were openly welcomed, and members tangibly feel that they belong and experience joy in their participation.</p>\n<p>Simultaneously, working with my WordPress site also reinforced my sense of belonging to something bigger. Despite not having any technical background (y’all, my degree is in English), I was able to not just publish with WordPress, but have a functional site that worked incredibly well for my purposes. I saw WordPress as a way for anyone to have a voice online, and as a result, I was also drawn to the idea of creating these tools that non-developers, like myself, could use in an increasingly online world.</p>\n<p>By that point, my WordPress developer had become my fiancé, and he once again suggested a WordPress-based solution, this time for my career needs. Just before we married, he forwarded a job opportunity with Automattic as a sponsored community organizer within the WordPress open source project. It was a perfect match.</p>\n<p>And that is how, in 2018, after going through the standard Automattic interview process (another story that I’m happy to share with anyone interested) I found myself a community organizer for the WordPress Project.</p>\n<h3>Where do we go now?</h3>\n<p>I’ve only been in my current role for two and a half years, but during this time, my belief in the power of resilient communities has only grown, fortified by supporting meetup and WordCamp organizers, bolstered by working on diversity initiatives, and humbled by opportunities to serve teams as their lead, mentor, or member. I’ve met and worked with so many phenomenal community members, full of passion and creativity, and have loved every minute of what we do together.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/02/WCUS-2019.jpg\"><img /></a>The WordCamp US 2019 team. I miss you all so much!\n<p>More than anything, what excites me the most is that we still have so much more we can achieve together. Personally, I also still have much to learn, about community growth, about WordPress, and about every individual who seeks to add WordPress to their story.</p>\n<p>In seeking out where I belong, I found WordPress, and I discovered that the way forward was to create spaces for others &#8211; I invite you to do that with me.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/discover-where-you-belong/\">Discover Where You Belong</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, 03 Feb 2021 07:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Angela Jin\";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:21:\"Matt: Compounding Ice\";s: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:22:\"https://ma.tt/?p=53641\";s: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:38:\"https://ma.tt/2021/02/compounding-ice/\";s: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:1899:\"<p>I learned something novel about how the ice age happened from this <a href=\"https://www.collaborativefund.com/blog/the-freakishly-strong-base/\">Freakishly Strong Base post by Morgan Housel</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The prevailing idea before [Wladimir] Köppen was that ice ages occur when the earth’s tilt supercharges the wrath of cold winters. Köppen showed that wasn’t the case. Instead, moderately cool summers are the culprit.</p><p>It begins when a summer never gets warm enough to melt the previous winter’s snow. The leftover ice base makes it easier for snow to accumulate the following winter, which increases the odds of snow sticking around in the following summer, which attracts even more accumulation the following winter. Perpetual snow reflects more of the sun’s rays, which exacerbates cooling, which brings more snowfall, and on and on.</p><p>You start with a thin layer of snow left over from a cool summer that no one pays much attention to, and after a few tens of thousands of years the entire earth is covered in miles-thick ice.</p></blockquote>\n\n\n\n<p>Fascinating! The blog goes on to apply the idea to that strong base, accumulating a bit at a time, to investing and business. The power of compounding seems appropriate to share on <a href=\"https://www.aboutamazon.com/news/company-news/email-from-jeff-bezos-to-employees\">the day Jeff Bezos announced his retirement</a>.</p>\n\n\n\n<p>I&#8217;ll leave you with one of my favorite quotes from Charlie Munger, which is also how the <a href=\"https://www.collaborativefund.com/blog/the-freakishly-strong-base/\">article ends</a>: </p>\n\n\n\n<blockquote><p>&#8216;The first rule of compounding: never interrupt it unnecessarily.&#8217;</p><cite>Charlie Munger</cite></blockquote>\n\n\n\n<p><em>The iceberg photo is one <a href=\"https://ma.tt/2011/08/glacier/\">I took near Svalbard in 2011</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:\"Wed, 03 Feb 2021 01:44:42 +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:4:\"Matt\";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:40:\"WordPress.org blog: WordPress 5.7 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9599\";s: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/2021/02/wordpress-5-7-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7617:\"<p>WordPress 5.7 Beta 1 is now available for testing! <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" /></p>\n\n\n\n<p><strong>This software is still in development,</strong>&nbsp;so it’s not recommended to run this version on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.7 Beta 1 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.7-beta1.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for final release is March 9, 2021. That’s just <strong>five weeks away</strong>, so your help is vital to making sure that the final release is as good as it can be.</p>\n\n\n\n<p>So what’s new? <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"🤔\" class=\"wp-smiley\" /></p>\n\n\n\n<h2><strong>Improvements in Core</strong></h2>\n\n\n\n<p><strong>Lazy-load iframes</strong><br />Now you can enable lazy-loading of iframes by adding the <code>loading=\"lazy\"</code> attribute to iframe tags on the front-end.&nbsp;</p>\n\n\n\n<p><strong>Migrating from HTTP to HTTPS is streamlined</strong><br />Switching a WordPress site from HTTP to HTTPS has proven to be a pain for all involved. While on the surface, the Site Address and WordPress Address have to be updated, content with embedded HTTP URLs remains unchanged in the database. With this release, migrating a site to HTTPS is now a one-click interaction. URLs in the database are automatically replaced when the Site and WordPress Address are both using HTTPS.&nbsp; Also, Site Health now includes an HTTPS status check.</p>\n\n\n\n<p><strong>Standardize colors used in WP-Admin CSS to a single palette</strong><br />This change collapses all colors used in the CSS to one of the available shades of blue, green, red, yellow, grey, black, and white. The palette makes it simpler than ever to build components your users can read, because half the range gives you great contrast with white type and a half with black, according to current accessibility guidelines.</p>\n\n\n\n<p><strong>Ongoing cleanup after update to jQuery 3.5.1</strong><br />jQuery deprecations in WordPress Core and bundled themes show up a lot less often, and the notifications make more sense to the user.</p>\n\n\n\n<p><strong>New Robots API</strong><br />The new Robots API allows the filter directives to be included in the ‘robots’ meta tag. Also, the directive <code>max-image-preview:large</code> is now included by default to allow large image previews to be displayed in search engines (unless the blog is marked as not being public).</p>\n\n\n\n<h2><strong>Improvements in the Editor</strong></h2>\n\n\n\n<ul><li>Inserter drag and drop: Blocks and block patterns can now be dragged directly from the inserter into the post canvas.</li><li>Full height alignment: Blocks such as the Cover block now can have an option to expand to fill the entire viewport.</li><li>Block variations: The icon and description of a block variation is now shown in the block inspector, and a new dropdown in the block inspector lets you switch between block variations.</li><li>Reusable blocks: Several enhancements to the usability and stability of reusable blocks have been made, and reusable blocks are now saved at the same time that the post is saved.</li><li>Buttons block: The Buttons block now supports vertical alignments, and you can set the width of a button to a preset percentage.</li><li>Social Icons block: You can now change the size of the icons in the Social Icons block.</li><li>Font size in more places: You can now change the font size in the List and Code blocks.</li><li>Many many other enhancements and bug fixes. To see all of the features for each release in detail check out the Gutenberg release posts: <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">9.3</a>, <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">9.4</a>, <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">9.5</a>, <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">9.6</a>, <a href=\"https://make.wordpress.org/core/2021/01/07/whats-new-in-gutenberg-6-january/\">9.7</a>, <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">9.8</a>, and 9.9 (link forthcoming).</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the Make WordPress Core blog for 5.7-related developer notes in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..02%2F03%2F2021&milestone=5.7&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">143 tickets in WordPress 5.7</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..02%2F03%2F2021&type=enhancement&type=feature+request&milestone=5.7&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">68 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricker</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jeffpaul</a>, and <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a> for your peer revisions and <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>, and <a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> for final review on this exciting news.</em></p>\n\n\n\n<p>____________________________________</p>\n\n\n\n<p><em>New Year, new goals<br />Each day, one small step<br />It’s the little things&#8230;</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:\"Tue, 02 Feb 2021 22:31: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:13:\"Ebonie Butler\";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:72:\"WPTavern: Skinning the WordPress Admin, CSS Custom Properties on the Way\";s: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=111327\";s: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:187:\"https://wptavern.com/skinning-the-wordpress-admin-css-custom-properties-on-the-way?utm_source=rss&utm_medium=rss&utm_campaign=skinning-the-wordpress-admin-css-custom-properties-on-the-way\";s: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:4912:\"<p class=\"has-drop-cap\">Using CSS custom properties for the WordPress admin color scheme system is listed for the WordPress 5.7 milestone. It feels low-key enough that most would pass it over as a simple upgrade to keep up with the times. However, this feature can create ripples that spread and benefit the ecosystem in the years to come.</p>\n\n\n\n<p>Kirsty Burgoine, a front-end developer at Human Made, announced the <a href=\"https://make.wordpress.org/core/2021/01/29/introducing-css-custom-properties/\">introduction of CSS custom properties</a> for the WordPress admin. The initial work landed in a ticket for <a href=\"https://core.trac.wordpress.org/ticket/49999\">iterating on the admin color schemes</a>. The first stage reduced the color palette from 199 colors down to 99, creating a more reasonable list to work from.</p>\n\n\n\n<img /><a href=\"https://codepen.io/ryelle/full/WNGVEjw\">WordPress color palette</a> by Kelly Choyce-Dwan.\n\n\n\n<p>The second stage will look at how to implement a CSS custom properties system that makes sense. That means doing the dreaded work of <em>naming things</em>. The Core CSS team is currently looking for feedback on how to best handle property names going forward and are open to alternative implementation suggestions.</p>\n\n\n\n<p>Once custom properties are in place, the new system could open a world of possibilities in the long term.</p>\n\n\n\n<h2>Thinking Ahead</h2>\n\n\n\n<p class=\"has-drop-cap\">My hopes of having WordPress admin themes have lived and died on each piece of news around custom color schemes, imaginative mockups, and the general hype of projects that never lived up to their promise. I may well be getting my hopes up again.</p>\n\n\n\n<p>Developers have been able to register custom admin color schemes since WordPress 2.5, but it was never an ideal system.</p>\n\n\n\n<p>One of my favorite plugins is <a href=\"https://wordpress.org/plugins/admin-color-schemes/\">Admin Color Schemes</a>, which is maintained by designers from the core WordPress team. It adds several schemes for users to choose from.</p>\n\n\n\n<img />Cruise scheme from the Admin Color Schemes plugin.\n\n\n\n<p>Sass, which is used to generate the admin color schemes in core today, has simplified the process. However, third-party developers still need to make sure their custom schemes remain updated between WordPress versions. The system is not built to protect against future compatibility issues.</p>\n\n\n\n<p>CSS custom properties change the game. With their widespread use and compatibility with modern browsers, custom admin theming &mdash; at least color scheming &mdash; is much more of a reality.</p>\n\n\n\n<p>I have not been this excited about the possibility of something new since Tung Do released his <a href=\"https://wptavern.com/dp-dashboard-an-alternative-wordpress-admin-design\">short-lived DP Dashboard plugin</a> in 2013. Now, a few days shy of eight years since its initial beta testing phase, I once again have some hope.</p>\n\n\n\n<img />Original beta design of the DP Dashboard plugin.\n\n\n\n<p>Given the little wisdom I have accumulated over the years, I now see that completely custom admin themes never led to the right path. I am happy we never went down it. Administration UIs need to work consistently for users and adapt to changes over time. Custom themes were a maintenance nightmare every time WordPress added a feature. However, a system built on CSS custom properties means that customizations do not break &mdash; or break far less often &mdash; as the software&rsquo;s UI evolves.</p>\n\n\n\n<p>While the focus right now is on color schemes, nothing is stopping WordPress from moving onto other features in the future. It is possible to set up a global styles system for designers to skin the admin in all kinds of interesting ways without breaking anything. Minor options like the border-radius of buttons, font-family choices, or heading font-sizes would be easy to roll in over time.</p>\n\n\n\n<p>As the block system continues to replace parts of the WordPress admin, custom admin skins will be far easier to maintain. Because everything in the block system is built as a component, it better future-proofs against back-compatibility issues.</p>\n\n\n\n<p>There is a long and winding path toward a feature-complete admin skinning system. However, it is not outside the realm of possibility.</p>\n\n\n\n<p>I look forward to the day when theme authors can easily roll out admin designs that match the front end. Perhaps integration with the block system&rsquo;s <code>theme.json</code> is a possibility. I would not mind seeing a separate admin theme directory in the future either. The use case may be too niche at this point, but it never hurts to keep the idea in the back of everyone&rsquo;s mind.</p>\n\n\n\n<p>If nothing else, the move to custom properties lets the team clean up the admin CSS and makes it easier to add custom color schemes. That is a win for the WordPress project.</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, 02 Feb 2021 22:16: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:14:\"Justin Tadlock\";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:73:\"WPTavern: WordPress 5.7 Will Make It Easier to Migrate From HTTP to HTTPS\";s: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=111377\";s: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:191:\"https://wptavern.com/wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https\";s: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:2593:\"<p>The next major release of WordPress will make it much easier for users to <a href=\"https://core.trac.wordpress.org/changeset/50131\">migrate their sites from HTTP to HTTPS</a>. It introduces new capabilities to detect if the user&rsquo;s hosting environment has support for HTTPS and provides a one-click update process, handling mixed content rewrites where possible.</p>\n\n\n\n<p>&ldquo;A major pain point in WordPress has been the migration of a WordPress site from HTTP to HTTPS: While changing the Site Address and WordPress Address to use HTTPS is trivial, updating references to the old URLs in existing content is not,&rdquo; WordPress Core Committer Felix Arntz said in the <a href=\"https://core.trac.wordpress.org/ticket/51437\">ticket</a> proposing the feature. &ldquo;It cannot be accomplished within core UI and requires use of more advanced tools, such as WP-CLI or plugins like Better Search Replace, which is a no-go for most users.&rdquo;</p>\n\n\n\n<p>In WordPress 5.6, there is no clear guidance in the Site Health screen about how to migrate to HTTPS, even though it shows as an issue. The user would need to learn more about how to update it manually, starting with changing the site URLs. </p>\n\n\n\n<p>In WordPress 5.7, if HTTPS is supported, the Site Health Status screen will notify users and guide them with a new button that updates the site with a single click. It also migrates the site content on the fly to use HTTPS for URLs. Arntz recorded a video demo of the update:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>This change also comes with new environment variables and filters that allow hosting providers to change the URLs linked in the HTTPS status check in Site Health, so they can more effectively manage it for their customers&rsquo; hosting options. This is similar to how hosts can modify URLs for updating the PHP version, which has had a positive impact on getting sites running on supported versions of PHP.</p>\n\n\n\n<p>It&rsquo;s important to note that the streamlined HTTP to HTTPS migration in 5.7 does not handle updating content in the database. Also, if a site&rsquo;s URLs are controlled by constants, the update is not possible to complete automatically. In these instances, the HTTPS status check on the Site Health screen will inform the user why the site would need to be manually updated.</p>\n\n\n\n<p>More technical details are available in the <a href=\"https://core.trac.wordpress.org/ticket/51437\">ticket</a> and<a href=\"https://core.trac.wordpress.org/changeset/50131\"> commit message</a>, and a dev note should be forthcoming.</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, 02 Feb 2021 19:08:50 +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: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:44:\"WPTavern: Block Manager Redesign Coming Soon\";s: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=111349\";s: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:133:\"https://wptavern.com/block-manager-redesign-coming-soon?utm_source=rss&utm_medium=rss&utm_campaign=block-manager-redesign-coming-soon\";s: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:4379:\"<p>WordPress&rsquo; block management interface was <a href=\"https://wptavern.com/gutenberg-5-3-introduces-block-management-adds-nesting-to-the-cover-block\">introduced in Gutenberg 5.3</a>, released in March 2019, and is due for an update. In case you haven&rsquo;t explored the editor&rsquo;s Tools menu, the block manager setting allows you to select which blocks will be shown or hidden in the block inserter.</p>\n\n\n\n<p>Last week, Automattic engineer Nik Tsekouras opened a new issue in the Gutenberg repository for tracking <a href=\"https://github.com/WordPress/gutenberg/issues/28572\">block manager enhancements</a>. A few planned enhancements are already on deck, including moving the block manager into the Preferences Modal, redesigning it to use panels, and adding support for <a href=\"https://github.com/WordPress/gutenberg/issues/27708\">toggling block variations</a> on and off.</p>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/pull/28329\">updated Preferences Modal</a> is expected in the&nbsp;<a href=\"https://github.com/WordPress/gutenberg/milestone/141\">Gutenberg 9.9</a>&nbsp;milestone, which will be included in WordPress 5.7. (Gutenberg versions 9.3 &ndash; 9.9 will be rolled into the release.) Moving the block manager into its future home inside the Preferences modal will be completed in a follow-up PR, since it needs to be refactored to use the panels design. Tsekouras shared a gif of the design plan for this update:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://cloudup.com/ccaOScZFCHe\"><img src=\"https://cldup.com/AlD8gnb5Wn.gif\" alt=\"Block manager update\" width=\"3002\" height=\"2288\" /></a>\n</div>\n\n\n\n<p>In the discussion on the tracking issue, Birgit Pauli-Haack requested that the updated block manager also include information about how many times each particular block is used on the site. She <a href=\"https://github.com/WordPress/gutenberg/issues/28572?mc_cid=e944847429&mc_eid=68ffa9a210#issuecomment-770220305\">described</a> a common scenario where this feature could be helpful:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>We recently took a site live were multiple team members collaborated designing the site and adding content, each aiming for the best outcome with blocks.</p><p>Some installed additional blocks from plugins to test and provide options or just do a proof of concept.</p><p>Before we took the site live, we noticed there are now 148 blocks available over 4 additional plugins + core.</p><p>We now have no way to find out which blocks were used over 40 pages and posts. I looked at a few Block managers plugins and none seems to be able to provide an answer to a fairly basic question:<br />Which blocks did we actually use throughout the site?</p><p>We would need the information to decide on which plugin can we safely uninstall.and which should we keep.</p><p>A revamp of Block managers could &ndash; and should- provide an answer.</p></blockquote>\n\n\n\n<div class=\"wp-block-image\"><img />An example of instances displayed in the Find My Blocks plugin</div>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/find-my-blocks/\">Find My Blocks</a> plugin, created by Eddy Sims, offers a more advanced version of what Pauli-Haack is requesting. It has its own dedicated settings page for displaying a list of the block types in use on the site, along with the number of times each has been used, posts/pages where the blocks are in use, if it is a reusable block, a nested block, and much more information. Pauli-Haack suggests the block manager simply show the number of instances where the block is in use.</p>\n\n\n\n<p>As the block editor becomes more widely adopted, it is going to become imperative for users to be able to see, at a glance, the number of instances where a block is in use. Right now, even those who adopted the block editor right away haven&rsquo;t been using it for more than a few years. Long term, after years of adding blocks, people are going to need more information when managing them, and they may not know about utility plugins like Find My Blocks. </p>\n\n\n\n<p>Discussion is still open on the topic Pauli-Haack raised regarding block manager enhancements. You can subscribe to the new block manager enhancements <a href=\"https://github.com/WordPress/gutenberg/issues/28572\">tracking issue</a> if you want to follow the progress on updates coming in the next few months.</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, 02 Feb 2021 04:14:29 +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:81:\"WPTavern: WordPress Launches WP Briefing Podcast, Episodes Expected Every 2 Weeks\";s: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=111330\";s: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:205:\"https://wptavern.com/wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-launches-wp-briefing-podcast-episodes-expected-every-2-weeks\";s: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:5097:\"<p class=\"has-drop-cap\">True to its name, the <a href=\"https://wordpress.org/news/podcast/welcome-to-your-wp-briefing/\">first WP Briefing podcast</a> lasted just over 12 minutes. Josepha Haden Chomphosy, the Executive Director of WordPress, jump-started the second month of 2021 with a show that should arrive on the our doorstep every two weeks. With what seems to be overwhelming <a href=\"https://twitter.com/WordPress/status/1356271101559656453\">positive support on Twitter,</a> the podcast was welcomed by the WordPress community.</p>\n\n\n\n<p>This will be different from many other podcasts in the WordPress ecosystem. It will not cater specifically to a developer audience. Chomphosy also said there would be no hot-takes <a href=\"https://twitter.com/JosephaHaden/status/1356277030921244672\">on Twitter</a>. &ldquo;Just bite-sized chunks about the WordPress OSS project and the how/why around what it does.&rdquo;</p>\n\n\n\n<p>The show promises to be short. And, because it will only come around every fortnight, it gives people time to keep up to date at their leisure.</p>\n\n\n\n<p>&ldquo;You can think of this as a sort of WordPress appreciation for any level &mdash; and honestly, all levels of WordPress awareness,&rdquo; said Chomphosy of the podcast&rsquo;s purpose. &ldquo;Bite-sized insights into what makes it all work. &ldquo;</p>\n\n\n\n<p>Chomphosy will be running the show every couple of weeks and plans to follow a specific format of three segments:</p>\n\n\n\n<ol><li>An easy-to-digest overview of a cool WP philosophy.</li><li>A highlight of a community success story or a noteworthy contributor.</li><li>A small list of big things to know about (or do) in the coming weeks.</li></ol>\n\n\n\n<p>Guest speakers may join the show from time to time to cover specific topics when their expertise is warranted.</p>\n\n\n\n<p>A common theme in the past few years, particularly as the pace of block development has quickened, is that many people find it hard to keep up with the project. Even those who are neck-deep in WordPress development can feel a little lost at times. A podcast built on the idea of keeping the community in the loop may even be a bit overdue.</p>\n\n\n\n<p>&ldquo;It&rsquo;s been on my list of needs since late 2017, but hasn&rsquo;t been my highest priority during that time,&rdquo; said Chomphosy. &ldquo;It&rsquo;s been years since WordPress has been small enough for any single, part-time contributor to keep track of what&rsquo;s next. Contributors across the project are doing excellent work to communicate efficiently about the work we&rsquo;re all focused on, but it never hurts to lend some clarification where possible.&rdquo;</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/seriously-simple-podcasting/\">Seriously Simple Podcasting</a> plugin currently powers the podcast. The plugin is developed by Castos, which is a podcasting host and analytics service. It has over 20,000 active installs and a 4.8-star rating.</p>\n\n\n\n<p>Chomphosy said they chose Seriously Simple Podcasting because the WP Briefing crew was already familiar with it. &ldquo;I didn&rsquo;t want to ask folks to learn an entirely new software while we&rsquo;re still working out the process.&rdquo;</p>\n\n\n\n<p>The first episode focused on an introduction to WP Briefing. The overview segment covered three trends in action from Matt Mullenweg&rsquo;s <a href=\"https://wptavern.com/state-of-the-word-2020-wordpress-moves-toward-full-site-editing\">State of the Word 2020</a> address. Dave Loodts was this week&rsquo;s success story after sharing how he &ldquo;blindly&rdquo; chose a career in freelance web development and is still going strong after 15 years (<em>congrats, Dave!</em>). Chomphosy wrapped up the podcast with notes on Full Site Editing, <a href=\"https://wptavern.com/learn-wordpress-platform-launches-with-free-courses-workshops-and-lesson-plans\">Learn WordPress</a>, and automation tools to help contributor teams.</p>\n\n\n\n<p>It is definitely worth a listen if you can spare a few minutes. I am excited to see where this project goes in the future and see how it helps keep more of the community in <em>the loop</em>.</p>\n\n\n\n<p>If I had one feature request, it would be for the development team to put the podcast player in the WordPress embed, which is easy enough to do with a custom embed template. This would let bloggers embed the show on their pages and share it with more people.</p>\n\n\n\n<p>However, there may be ways to embed it via third-party services down the road. &ldquo;It just went live and we&rsquo;re working on getting it listed everywhere,&rdquo; said Automattician Marcus Kazmierczak in response to <a href=\"https://twitter.com/gkurushin/status/1356273579273428995\">whether it would be on Google Podcasts or Spotify</a>. &ldquo;Hopefully it&rsquo;ll be showing up shortly.&rdquo;</p>\n\n\n\n<p><strong>Update:</strong> the embed now includes the audio player:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/news/podcast/welcome-to-your-wp-briefing/\">Welcome to your WP Briefing</a></blockquote>\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, 01 Feb 2021 21:52:41 +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:\"Justin Tadlock\";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:82:\"WPTavern: Upsells, Barriers, and the End/Beginning of the Quality $free Themes Era\";s: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=110940\";s: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:203:\"https://wptavern.com/upsells-barriers-and-the-end-beginning-of-the-quality-free-themes-era?utm_source=rss&utm_medium=rss&utm_campaign=upsells-barriers-and-the-end-beginning-of-the-quality-free-themes-era\";s: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:14535:\"<blockquote class=\"wp-block-quote\"><p>The WordPress.org theme directory is becoming little more than a crippleware distributor. I suppose it was inevitable given its reach, which can be worth $1,000s/month for theme authors.</p><cite>Justin Tadlock <a href=\"https://twitter.com/justintadlock/status/1147472529113698311\">via Twitter</a></cite></blockquote>\n\n\n\n<p class=\"has-drop-cap\">As I think back on that tweet from 2019, I realize how unfair it was to refer to the themes coming into the directory as &ldquo;crippleware.&rdquo; At the time, I was a part of the Themes Team (formerly the Theme Review Team). However, there were real cases of crippleware submitted to the directory when I wrote that.</p>\n\n\n\n<p>To define crippleware: some themes blocked core WordPress features and made them available via the &ldquo;pro&rdquo; versions. It was one of the more blatant abuses of the free themes directory I had seen for a profit.</p>\n\n\n\n<p>However, the term does not represent the majority of themes submitted. Most of what we see today are &ldquo;lite&rdquo; themes. Some of them are well-designed themes that provide value to end-users at no cost. Others are stripped-down versions of what you would typically see from a starter theme. While they are fully functional &mdash; the Themes Team&rsquo;s rules have been strict on this requirement &mdash; the real value of the theme is in the upsell.</p>\n\n\n\n<p>This is not the start of an anti-commercial theme rant. When WordPress developers and agencies are successful, it benefits the whole ecosystem. But, how do we balance that with providing value &mdash; which is subjective, I know &mdash; to the free theme directory? How do we transition the theme directory to something flowing with more artistic or even experimental ideas?</p>\n\n\n\n<h2>Guidelines and Stumbling Blocks</h2>\n\n\n\n<p class=\"has-drop-cap\">Matt Mullenweg, WordPress co-founder and project lead, posted the following on the Post Status Slack <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1610310645240600\">two weeks ago</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The .org theme directory is particularly bad when you compare it to any half-decent commercial theme marketing page, or the designs available on other site building services or Themeforest directories. The .org theme directory rules and update mechanism have driven out creative contributions, it&rsquo;s largely crowded out by upsell motived contributions.</p></blockquote>\n\n\n\n<p>There is a lot to unpack in his statement. I agree with most of it. The Themes Team agrees with at least some of it. However, its members lack direct control over the system outside of the guidelines.</p>\n\n\n\n<p>&ldquo;I actually agree with this in a sense,&rdquo; said Themes Team rep William Patton. &ldquo;Creativity has not prospered in the directory, and I think a large part of it is the barrier of entry. &lsquo;Don&rsquo;t do bad things&rsquo; is the overarching guideline for the theme directory, but that can be viewed very subjectively. If it were the only guideline we would see a lot of things that might not be best suited here. If we want to encourage creativity then more freedom to express it would likely be a good way to start bringing it back. However, it can be hard to know where the line should be placed.&rdquo;</p>\n\n\n\n<p>The team sometimes gets pulled in two different directions. When the project lead asks for things to be more open, many members rally around that idea. On the other hand, the call for <a href=\"https://wptavern.com/why-accessibility-matters-for-wordpress-themes-and-their-users\">stricter accessibility requirements</a>, for example, are popular with others in the community. It is a choice between two ends of the spectrum that are tough to pull together as the gatekeepers to the official directory.</p>\n\n\n\n<p>&ldquo;Why couldn&rsquo;t it be more like the plugin directory?&rdquo; asked Mullenweg. &ldquo;That has all the same potential issues and has been working pretty well. I&rsquo;d like it to work just like the plugin directory, with direct access for authors, and most reviews being post-review vs. pre-review.&rdquo;</p>\n\n\n\n<p>The Themes Team is not against the idea. More than anything, they just need the help to make any significant change.</p>\n\n\n\n<p>&ldquo;Having the themes directory work like the plugins directory would be great!&rdquo; said Themes Team rep Ari Stathopoulos. &ldquo;And, in fact, it&rsquo;s something we&rsquo;ve all been asking for years, but there are many technical challenges because they are built fundamentally differently. Plugin authors have access to their plugin&rsquo;s SVN while themes don&rsquo;t. Theme reviews are public while plugin reviews are private and closed. There would need to be lots of changes in systems and meta. Not to mention that, as far as I know, plugins don&rsquo;t do post-reviews, they do pre-reviews the first time a plugin is uploaded and post-reviews for updates (which is exactly what happens in themes too).&rdquo;</p>\n\n\n\n<p>The team has created tickets, asked for help, and have generally awaited a champion to push innovative ideas &mdash; or any ideas &mdash; forward. <em><a href=\"https://meta.trac.wordpress.org/ticket/215\">Seven-year-old ticket</a> to support the standard readme files available to plugins?</em> No takers as of yet. <em><a href=\"https://meta.trac.wordpress.org/ticket/5504\">Allowing block-based themes</a> to be uploaded?</em> Maybe we can make that happen sometime soon.</p>\n\n\n\n<p>The guidelines are likely less crippling than the outdated Trac review system, uploading ZIP files for updates (which Mullenweg mentioned), the limitation of a <code>style.css</code> header for the theme description, and the lackluster theme previewer.</p>\n\n\n\n<img />Theme review system on Trac.\n\n\n\n<p>For the most part, nearly every guideline has been put in place in hindsight. The team finds consistent abuse or issues and course-corrects.</p>\n\n\n\n<p>&ldquo;I don&rsquo;t think that Matt&rsquo;s idea of a creative theme is a theme that is not secure or not compatible with GPL,&rdquo; said team repo Carolina Nymark. &ldquo;Creativity is not limited by being asked to sanitize options. It is not limited by making sure that your theme can be translated. If the reviewers saw creative, beautiful themes that lacked in some other aspect like basic accessibility, then the team could help explain to the theme author what kind of changes are necessary. But that is not the kind of themes that are being submitted.&rdquo;</p>\n\n\n\n<h2>Financial Incentive</h2>\n\n\n\n<p class=\"has-drop-cap\">In the mid-2000s, the average theme developer could get away with building an entire theme on a lazy weekend afternoon. WordPress was far less complicated. Theme development was not a race to the bottom, bundling every feature imaginable.</p>\n\n\n\n<p>Today, we live in the era of the multi-purpose theme. To soar to the top of the popular list, most themes need to handle everything from being the online face of a pizza restaurant to masonry grids for artist portfolios. They also either need good luck, name recognition, or good marketing. That is the reality for the average theme developers trying to make a name for themselves.</p>\n\n\n\n<p>It makes for boring themes in a free theme directory. If the theme author has any financial motivation behind creating a WordPress theme, they need to bundle the <em>nicer</em> features into a paid package.</p>\n\n\n\n<p>As Eric Karkovack wrote in his piece for Speckyboy, <a href=\"https://speckyboy.com/are-high-quality-free-wordpress-themes-a-thing-of-the-past/\">Are High-Quality Free WordPress Themes a Thing of the Past?</a>, &ldquo;Money changed the equation.&rdquo;</p>\n\n\n\n<p>There is not much incentive to push a free theme out to the directory just for fun. Most themers are spending a month or more of their time in today&rsquo;s ecosystem to build a theme. The days of the weekend-afternoon project seem all but gone.</p>\n\n\n\n<p>Even releasing a theme to give back can often be a letdown. There is little chance of any name recognition as the developer&rsquo;s creation is swamped by the hordes of lite themes in control of the directory. There is no way for unknown players to get any exposure through the directory except in the brief moments their theme lands in the latest themes list. It is that one make-or-break moment that could potentially help best the algorithm and slip into the nearly unattainable popular list.</p>\n\n\n\n<p>In comparison to Themeforest, the WordPress.org directory is lacking. Themeforest is inviting to users because it provides the backend tools for theme authors to market their themes. They can load up custom demos, provide screenshots, use a modern categorization system, and provide all sorts of extra data to end-users. They&rsquo;re in the business of selling a product to users. </p>\n\n\n\n<img />WordPress themes on ThemeForest\n\n\n\n<p>While WordPress.org may be free, it should still be selling the promise of a beautiful website to its users. I have always said it, the themes available on WordPress.org are the face of WordPress.</p>\n\n\n\n<p>Users deserve better. Theme authors deserve better tools to make it happen.</p>\n\n\n\n<p>Even with better tools and a better-designed directory in place, there is no guarantee of an uptick of creative contributions or a better overall balance that keeps pure upsells in check.</p>\n\n\n\n<p>&ldquo;I think that due to the reach a theme or plugin that becomes popular quickly commands, monetization is a necessity to be able to properly &lsquo;support&rsquo; such an endeavor,&rdquo; said Joost de Valk, CPO of Yoast, in response to Mullenweg&rsquo;s statement on Post Stats. &ldquo;I think the community also &lsquo;demands&rsquo; a certain stability and a certain level of support that is simply unfeasible to expect from any non paid contributor. Because WordPress.org has no way of doing that monetization &lsquo;on platform,&rsquo; this is what you end up with.&rdquo;</p>\n\n\n\n<p>He also argued that something akin to an app store would make things like the &ldquo;balkanization from non-G-based site builders&rdquo; less attractive to theme authors. Such a store has little or no chance of becoming a reality.</p>\n\n\n\n<p>&ldquo;I think we first need to agree on what the theme directory should be,&rdquo; he said. &ldquo;We need a &lsquo;mission statement,&rsquo; of sorts. And I think we probably need less control than we currently have, be much more like the plugin directory. But if we have a vision of what it should be, then we could work towards that.&rdquo;</p>\n\n\n\n<p>There is an opportunity to turn things around. Full Site Editing will leave ample room for releasing creative, fully-featured themes with upsells. There is plenty of reason to be excited about pattern design and template packs, <a href=\"https://wptavern.com/block-system-will-create-more-commercial-opportunities-for-wordpress-theme-authors\">better value-adds</a> for theme authors who want to upsell. The problem is going to be getting authors to abandon traditional themes and explore new terrain.</p>\n\n\n\n<h2>Changes Are Coming, Maybe, Hopefully</h2>\n\n\n\n<img />Popular listing on the WordPress theme directory.\n\n\n\n<p class=\"has-drop-cap\">For some, this is a song and dance they already know the lyrics and steps to. It is a years-long conversation that has netted little in return.</p>\n\n\n\n<p>However, the WordPress.org theme directory may be forced to change one way or another. Block-based themes are not arriving in some distant future; they are knocking at the door. Full Site Editing is slated to <a href=\"https://wptavern.com/wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021\">land in WordPress 5.8</a> this June.</p>\n\n\n\n<p>With this change, the WordPress.org theme directory needs to be prepared. Even with a move today, it will be a mad scramble to get systems ready in a handful of months. If waiting for the last minute, it is just asking for chaos. Block-based themes should already be <a href=\"https://meta.trac.wordpress.org/ticket/5504\">allowed to be uploaded</a>, for example.</p>\n\n\n\n<p>As we saw earlier this week, Automattic launched its <a href=\"https://wptavern.com/automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites\">Blank Canvas</a> theme. It is designed to work on single-page websites. It does not support commenting out of the box, which is a requirement for inclusion into the official directory.</p>\n\n\n\n<p>Block-based themes will forever change the system. In the past, traditional themes needed to cover all their bases, integrating with every front-end feature of WordPress. In the future, that is not necessarily the case. Because everything will be built from blocks and users will have direct access to customize those blocks, a theme has no need to cover everything. The user can add and remove features at their leisure.  The review guidelines need to be molded for this future.</p>\n\n\n\n<p>Full Site Editing almost seems purpose-built for outside-the-box theme designers. Whether it is a simple, one-page wedding invitation or an author&rsquo;s book landing page, there are more possibilities upcoming than there ever were in the past. And, these things will be far easier to build on the theme-design side of things. It will remove a lot of burden from developers and from the Themes Team during reviews.</p>\n\n\n\n<p>&ldquo;Regarding the FSE themes: to be honest all my hopes are there,&rdquo; said Stathopoulos. &ldquo;They are very different, and it&rsquo;s a fresh start for the repository. New theme paradigm, a different set of rules (with of course some overlap for basic things), and a new way of doing things and thinking about themes. However, if they are presented in the same way in the same repo we have now, then nothing will change. the theme repo <em>needs</em> to change, and there&rsquo;s no way around that. But that&rsquo;s a decision that will have to be made from the WordPress leadership and implemented by meta.&rdquo;</p>\n\n\n\n<p>As always, I remain optimistic about the future of WordPress themes, hoping for the ushering in of a new era. I get the sense that the Themes Team shares some of that enthusiasm, at least cautiously so. More than anything, they need the community, particularly theme authors, to chip in and shape that vision of what the WordPress theme directory should be.</p>\n\n\n\n<p>Perhaps today, the stars are nearing alignment. Mullenweg plans to chat with the team and gather feedback in the coming 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:\"Fri, 29 Jan 2021 22:53: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:14:\"Justin Tadlock\";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:60:\"WPTavern: GitLab Drops Bronze/Starter Tier in Pricing Update\";s: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=111219\";s: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:165:\"https://wptavern.com/gitlab-drops-bronze-starter-tier-in-pricing-update?utm_source=rss&utm_medium=rss&utm_campaign=gitlab-drops-bronze-starter-tier-in-pricing-update\";s: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:5745:\"<p>This week GitLab <a href=\"https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/\">announced</a> a pricing change that eliminates its Bronze/Starter tier in favor of a three-tier subscription model. The Starter tier, previously offered at $4/month, included features like single-team project management, next day business support, and 2,000 CI/CD minutes.</p>\n\n\n\n<img />GitLab Pricing prior to Jan 26, 2021 Update\n\n\n\n<p>GitLab&rsquo;s updated <a href=\"https://about.gitlab.com/pricing/\">pricing</a> page shows the benefits that were included in the Starter plan are now only available in the Premium tier at a 5x price increase, introducing a larger gap between free accounts and paying customers. The change specifically impacts those who were happy to pay for a few extras but don&rsquo;t need the full array of premium features.</p>\n\n\n\n<img />\n\n\n\n<p>GitLab is offering to transition customers at a discount, where existing customers have the option to renew at the current price for an additional year or upgrade to Premium at a discount. The company also makes a case for the free tier, which it says includes 89% of the features in Bronze/Starter, with 450 new features added last year. </p>\n\n\n\n<p>&ldquo;The Bronze/Starter tier does not meet the&nbsp;<a href=\"https://www.investopedia.com/terms/h/hurdlerate.asp\">hurdle rate</a>&nbsp;that GitLab expects from a tier and is limiting us from investing to improve GitLab for all customers,&rdquo; GitLab co-founder and CEO Sid Sijbrandij said. &ldquo;Ending availability of the Bronze/Starter tier will help us accelerate development on&nbsp;customers&rsquo; priority needs&nbsp;such as improving usability, availability, performance, and delivering enterprise-grade security and compliance.&rdquo;</p>\n\n\n\n<p>It makes sense that GitLab is turning its attention to factors like &ldquo;hurdle rate,&rdquo; as Sijbrandij told <a href=\"https://www.cnbc.com/2021/01/15/gitlab-ceo-eyes-public-market-after-secondary-valued-it-at-6-billion-.html\">CNBC</a> that he&rsquo;s still looking to take the company public after a late 2020 employee share sale, which valued the company at $6 billion. GitLab passed $150 million in annual recurring revenue in 2020, but is tightening up its subscription model as the company tailors commercial offerings for those who need DevOps features.</p>\n\n\n\n<p>GitLab did not share the pricing update announcement on Twitter, perhaps in anticipation of how controversial it would be. The company posted the link in the <a href=\"https://forum.gitlab.com/t/new-gitlab-product-subscription-model/45923\">GitLab forums</a> where customers expressed disappointment in the change.</p>\n\n\n\n<p>&ldquo;We are currently paying Bronze level because there are some features that we find interesting,&rdquo; Riccardo Padovani said. He specifically referenced issue weights, iterations, multiple issue assignees, and issue dependencies.</p>\n\n\n\n<p>&ldquo;These features are now in the premium level. We were not interested in the previous &lsquo;silver&rsquo; level. On the long term, this is basically a 5 times price increase. Being a vocal supporter of GitLab in my company,&nbsp;<strong>I am not happy about this, at all</strong>.&rdquo;</p>\n\n\n\n<p>One customer said the change &ldquo;feels like a bit of a kick in the teeth,&rdquo; while another noted that GitLab&rsquo;s mid-tier offering costs just one dollar less than <a href=\"https://github.com/pricing\">GitHub&rsquo;s enterprise plan</a>. Many of GitLab&rsquo;s existing Starter tier customers have a large number of users who are not developers and do not have access to code or pipeline features. They are supporting staff who check bug reports or project management teams that create issues. Without the ability to pay per user role, upgrading every seat in the team to Premium doesn&rsquo;t make sense for these types of use cases. </p>\n\n\n\n<p>Customers who had recently convinced their organizations to go with GitLab, along with those who have invested time developing processes around the Starter tier features, are some of the most vocal opponents to the change. Some <a href=\"https://forum.gitlab.com/t/new-gitlab-product-subscription-model/45923/42\">found the announcement off-putting</a>, as it made it seem like paying Starter plan customers were actually costing GitLab money, requiring the tier to be eliminated. Many expressed that they only signed up for the tier to support GitLab and that they only used a handful of the features.</p>\n\n\n\n<p>&ldquo;It&rsquo;s worth pointing out that you say that &lsquo;many Bronze/Starter customers adopted Gitlab just for source code management,&rsquo; &ndash; yes &ndash; that&rsquo;s exactly what we use Gitlab for,&rdquo; one customer said. &ldquo;We don&rsquo;t use CI, Issue Tracking, or any other features offered even in the free version, but we do want to have a couple of the SCM features offered in the Bronze/Starter tier. Do you really think that customers like us that are only looking for SCM are going to pay more for unnecessary features?&rdquo;</p>\n\n\n\n<p>The GitLab employees in the thread seemed ready to defend the decision against the onslaught of criticism. While a few said they will take customers&rsquo; concerns and feedback under consideration, most were prepared to assure critics that the decision was made &ldquo;through extensive research,&rdquo; which likely leaves those most affected further alienated, if the 5x cost increase didn&rsquo;t already make the decision for them. Bronze/Starter tier customers who are still examining their options can find the various transition paths in the pricing change <a href=\"https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/\">announcement</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:\"Fri, 29 Jan 2021 19:16: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: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:76:\"WordPress Foundation: do_action hackathons and open-source workshops in 2021\";s: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:41:\"https://wordpressfoundation.org/?p=172229\";s: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://wordpressfoundation.org/2021/do_action-hackathons-and-open-source-workshops-in-2021/\";s: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:6654:\"<p>In 2020, we saw do_action events and open-source workshops move online. Around the world, community members organized 5 do_action hackathons (<a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">4 of which were online</a>) and a handful of <a href=\"https://wordpressfoundation.org/2020/open-source-workshops-november-2020-report/\">open-source workshops</a> last year. In moving these events online, community organizers not only brought their WordPress community closer together, but they were also able to make a positive impact on their local or regional community in an exceptionally-difficult year.&nbsp;&nbsp;</p>\n\n\n\n<p>Seeing this impact, we would like to help more organizers host even more of these online charity hackathons (do_action events) and Introduction to Open Source workshops in 2021. This post shares more information for community organizers who would like to organize do_action events in 2021.</p>\n\n\n\n<h3>do_action charity hackathons</h3>\n\n\n\n<p>Based on feedback from the community members, <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">do_action events so far have been quite impactful</a> in how they bring participants together to help non-profits establish an online presence, something all the more significant in 2021. Here is how we plan to support do_action events in 2021:</p>\n\n\n\n<ul><li><strong>Improving the online do_action event documentation: </strong>The community team is currently working on revamping the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/organising-an-online-do_action-event/\">documentation for online do_action events</a> to include tips on remote collaboration, using collaboration tools, remote project management etc. Additionally, we will be reaching out to past do_action organizers to share recaps and help share task lists to help organizers get used to the online event format.&nbsp;</li><li><strong>Sponsored accounts:</strong> Organizers can reserve and use <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">Community-sponsored Zoom Pro accounts</a> for their events.&nbsp;</li><li><strong>Countrywide do_action events: </strong>There were <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">a few countrywide do_action</a> events in 2020. More regional/countrywide events are encouraged.&nbsp;</li><li><strong>Linking do_action events with WordCamps and mentoring: </strong>Since WordCamps are also online, organizers can organize do_action events in tandem with their online WordCamps, for more impact. Similarly, new do_action organizers will get mentoring from past organizers/mentors/community deputies.</li><li><strong>Technology changes: </strong>The following changes will be implemented on the doaction.org website in 2021 to support our organizers in a better way:&nbsp;<ul><li>doaction.org to Google Workspace / G Suite (so that organizers can use custom emails &#8211; get access to a branded Google Workspace account) &#8211; <em>Due March 2021</em></li><li>Doaction.org will be modified to support multiple event dates. &#8211; <em>Due June 2021</em></li><li>The do_action application will be moved to doaction.org.- <em>Due June 2021</em></li></ul></li></ul>\n\n\n\n<p>Does all of this sound exciting? If you would like to organize a do_action event in your locality, please <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/do_action-event-application/\">send in your application through this form</a>! Community deputies will get back to you shortly to take it forward.</p>\n\n\n\n<h3>Introduction to Open-source workshops</h3>\n\n\n\n<p>Introduction to Open Source workshops help spread knowledge and understanding of the open web and open source. They have also been instrumental in onboarding new contributors to WordPress. With the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> workshops on<a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\"> Introduction to Open-source</a>, meetup groups could host a watch party of the recorded workshop or <a href=\"https://make.wordpress.org/community/2020/12/08/tuesday-trainings-how-to-organize-a-successful-discussion-group/\">organize a discussion group</a>. Here’s how community members can organize open-source workshops in 2021.&nbsp;</p>\n\n\n\n<ul><li>Community members can now host <a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\">Introduction to Open-source workshop</a> discussion groups in the <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">Learn WordPress meetup group</a>. If you would like to host a discussion group for a global audience, please <a href=\"https://learn.wordpress.org/discussion-groups/\">apply to become a discussion group leader</a>.</li><li><a href=\"https://github.com/wptrainingteam/what-is-open-source\">Lesson</a> <a href=\"https://github.com/wptrainingteam/what-you-can-do-with-wordpress\">plans</a> for the Introduction to Open-source workshops are available! Any meetup group can plan their open-source workshop based on the lesson plans.&nbsp;</li><li>Meetup groups worldwide are also encouraged to<a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\"> organize an Introduction to WordPress watch party + discussion group</a> (based on the Learn WordPress workshop on <a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\">Introduction to Open-source</a>) as part of their meetup (it does not need any prior approval).&nbsp;</li></ul>\n\n\n\n<p>Organizers can feature these workshops and discussion groups in the WordPress Foundation blogs by <a href=\"https://make.wordpress.org/community/contact/\">reaching out to the community team</a>. Since open-source workshops are online, there is no cost involved in organizing them, but organizers can always <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">request paid zoom accounts for their event</a>.&nbsp;</p>\n\n\n\n<p>The WordPress community has the power to uplift and empower people across the world by organizing these events. Our community organizers have already done stellar work in 2020, despite the challenges posed by the COVID-19 pandemic. As we step into 2021, we look forward to supporting and seeing what organizers do with these online events to help their communities!</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, 29 Jan 2021 12:55: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:12:\"Hari Shanker\";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:112:\"WPTavern: WP Lookout Lets WordPress Users Track and Receive Notifications for Their Preferred Plugins and Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108062\";s: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:269:\"https://wptavern.com/wp-lookout-lets-wordpress-users-track-and-receive-notifications-for-their-preferred-plugins-and-themes?utm_source=rss&utm_medium=rss&utm_campaign=wp-lookout-lets-wordpress-users-track-and-receive-notifications-for-their-preferred-plugins-and-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8074:\"<p class=\"has-drop-cap\"><em>Should WordPress notify users of plugin ownership changes?</em> That was the question that Ian Atkins asked two months ago. WP Tavern readers seemed to think it was a good idea, at least those who commented on our <a href=\"https://wptavern.com/should-wordpress-notify-users-of-plugin-ownership-changes\">coverage of it</a>. However, the original <a href=\"https://meta.trac.wordpress.org/ticket/5509\">Trac ticket</a> has not seen any movement since.</p>\n\n\n\n<p>There are real technical issues with automating the process. A change of ownership does not necessarily equate to a change of the plugin author. This is often the case when someone acquires a company and maintains the brand.</p>\n\n\n\n<p>Tracking such changes does not necessarily need to go through WordPress. Chris Hardie built a service called <a href=\"https://wplookout.com/\">WP Lookout</a> that notifies users of such changes and much more. It has also been available since August of 2020.</p>\n\n\n\n<p>&ldquo;WP Lookout watches for interesting changes to the WordPress themes and plugins that someone cares about,&rdquo; said Hardie. &ldquo;I created WP Lookout for professional WordPress developers, consultants, and site managers who want to stay more informed about the plugins and themes that they (and their clients) depend on.&rdquo;</p>\n\n\n\n<p>While WP Lookout faces the same challenges with plugin ownership changes, it does have an advantage. It also <a href=\"https://wplookout.com/2020/12/tracking-mentions-in-wordpress-news/\">tracks WordPress news organizations</a>, including WP Tavern and <a href=\"https://poststatus.com/\">Post Status</a>. Even if the ownership change is not reflected on the plugin&rsquo;s WordPress.org page, the story may be picked up in the news.</p>\n\n\n\n<p>Hardie launched the news-tracking feature in early December 2020. It includes the <a href=\"https://www.wordfence.com/blog/category/vulnerabilities/\">Wordfence vulnerabilities blog</a> and <a href=\"https://ithemes.com/category/wordpress-vulnerability-roundup/\">iThemes vulnerabilities roundup blog</a> as a part of the service&rsquo;s security notification system. The service also scans change logs for keywords related to security.</p>\n\n\n\n<p>Notifications do not stop there. The WP Lookout tracks plugin, theme, and core WordPress updates. It also supports several commercial plugins such as Advanced Custom Fields Pro, Gravity Forms, and WP Rocket.</p>\n\n\n\n<p>&ldquo;When we first decide to use a theme or plugin on a WordPress site, we hopefully research it thoroughly &mdash; code quality, ratings, support responsiveness, new release history, speed of security fixes, and so on &mdash; but once it&rsquo;s installed it&rsquo;s easy to neglect those important bits of &lsquo;health&rsquo; information over time,&rdquo; said Hardie. &ldquo;Auto-updates are great from many perspectives, but I think anyone who has had to manage and troubleshoot a non-trivial WordPress site over time knows that it&rsquo;s also important to stay aware of, for example, what&rsquo;s happening in the change log or whether ownership of a plugin has changed hands. But nobody wants to log in to wp-admin on a bunch of sites every week to gather that info.&rdquo;</p>\n\n\n\n<p>Hardie said WP Lookout will always have a robust free option for people who just want a daily email notification for a handful of plugins and themes. However, there are paid tiers for customers to access more features. They allow users to track more plugins and themes and get immediate alerts through email, RSS, Slack, or custom webhooks.</p>\n\n\n\n<p>&ldquo;The middle tier supports up to 50 themes/plugins, immediate email notifications, and a personalized RSS feed,&rdquo; he said. &ldquo;The Builder tier supports up to 200 themes/plugins and adds in Slack and custom webhook support along with the option to just get security-related notifications. With more real-world user feedback, we may adjust what&rsquo;s in each tier over time.&rdquo;</p>\n\n\n\n<p>All users get access to the Builder tier for a few weeks after signing up. After that, they must subscribe or stick with the free tier features.</p>\n\n\n\n<h2>How the Service Works</h2>\n\n\n\n<img />Single plugin tracking history.\n\n\n\n<p class=\"has-drop-cap\">WP Lookout allows users to search for and add a tracker for individual plugins. The service primarily relies on the public WordPress.org API for getting plugin and theme data. This is the same system that WordPress uses to check to see if updates are available.</p>\n\n\n\n<p>&ldquo;But it also goes beyond what the API offers,&rdquo; said Hardie. &ldquo;For example, there&rsquo;s no standard yet for theme authors to provide .ORG theme change logs, and so that information doesn&rsquo;t show up when you go to update a theme in wp-admin; you&rsquo;d have to go poking around in Trac or source files to find it. So WP Lookout follows the trail to the change log details and <a href=\"https://wplookout.com/2020/08/wordpress-theme-changelog-details/\">puts that right in front of you</a>.&rdquo;</p>\n\n\n\n<img />Active plugin trackers.\n\n\n\n<p>There is also a <a href=\"https://wordpress.org/plugins/wp-lookout/\">WP Lookout plugin</a> available in the plugin directory. It uses an API key, which users can get from the WP Lookout website. The plugin then lets the WP Lookout service know what plugins and themes are installed and adds them as trackers. Using the plugin is far more efficient than manually adding individual plugins and themes.</p>\n\n\n\n<p>For plugins and themes that are not on WordPress.org, the service uses custom update APIs provided by the third-party developers. If that is not sufficient, it uses webpage scraping. For news sources, it parses RSS feeds.</p>\n\n\n\n<p>&ldquo;It&rsquo;s been interesting to see the wide variety of ways that WordPress theme and plugin authors do or don&rsquo;t manage and present data publicly about their products,&rdquo; said Hardie. &ldquo;Some have API endpoints that return the same level of detail as the .ORG API, others have change log/version documents generated by some internal tools, and still others don&rsquo;t bother doing much at all. I think an argument could be made to standardize on something here for the long-run to help boost the culture of keeping software updated, even/especially if it eventually makes the need for a tool like WP Lookout obsolete.&rdquo;</p>\n\n\n\n<h2>The Future of WP Lookout</h2>\n\n\n\n<p class=\"has-drop-cap\">Hardie has no plans of sitting on what he has already built. One of the next goals is regularly adding new themes and plugins that are not on WordPress.org. This will mean connecting with development teams and figuring out how users can get notifications of things that often have no public APIs. The lack of standardization in the space could be a tough hurdle to jump.</p>\n\n\n\n<p>&ldquo;I have a long list of features I&rsquo;m planning to add, including things like integrating tracking GitHub repo releases, bringing some helpful data points from WP Lookout into the wp-admin interface, WordPress Packagist integration, allowing per-tracker Slack channel configurations, better internationalization, and better handling of change logs that theme/plugin authors chose to maintain outside of their .org code repositories,&rdquo; he said.</p>\n\n\n\n<p>Hardie does not want to get too far ahead of himself with feature ideas. He said he is excited to get more feedback from users about what they find useful. Currently, there are 80 users, which is publicly available data. WP Lookout maintains an <a href=\"https://wplookout.com/open/\">open data and financial transparency page</a>.</p>\n\n\n\n<p>&ldquo;Despite having paid options for more advanced users, I mostly think of this as a service I want to operate for the WordPress community, and I&rsquo;ll always have a robust set of free functionality,&rdquo; he said. &ldquo;I&rsquo;m also committed to participation in Five for the Future, bringing what I&rsquo;ve learned here back into improvements that might benefit all WordPress users, whether they take advantage of WP Lookout or not.&rdquo;</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, 28 Jan 2021 21:56:16 +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:\"Justin Tadlock\";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:104:\"WPTavern: ElasticPress.io Service Considers Next Move after Elasticsearch Abandons Open Source Licensing\";s: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=110644\";s: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:253:\"https://wptavern.com/elasticpress-io-service-considers-next-move-after-elasticsearch-abandons-open-source-licensing?utm_source=rss&utm_medium=rss&utm_campaign=elasticpress-io-service-considers-next-move-after-elasticsearch-abandons-open-source-licensing\";s: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:6933:\"<p>Elastic, makers of the search and analytic engine&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.elastic.co/what-is/elasticsearch\" target=\"_blank\">Elasticsearch</a>, have re-licensed its core product so that it is no longer open source. The company is moving new versions of both Kibana and Elasticsearch from the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.apache.org/licenses/LICENSE-2.0\" target=\"_blank\">Apache 2.0-license</a>&nbsp;to be dual-licensed under the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.mongodb.com/licensing/server-side-public-license\" target=\"_blank\">Server Side Public License (SSPL)</a>&nbsp;and the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://github.com/elastic/elasticsearch/blob/0d8aa7527e242fbda9d84867ab8bc955758eebce/licenses/ELASTIC-LICENSE.txt\" target=\"_blank\">Elastic License</a>, which do not meet the <a href=\"https://opensource.org/osd\">Open Source Definition</a>. </p>\n\n\n\n<p>In a post titled &ldquo;<a href=\"https://www.elastic.co/blog/why-license-change-AWS\">Amazon: NOT OK &ndash; why we had to change Elastic licensing</a>,&rdquo; Elastic blames Amazon for the license change:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Our license change is aimed at preventing companies from taking our Elasticsearch and Kibana products and providing them directly as a service without collaborating with us.</p><p>Our license change comes after years of what we believe to be Amazon/AWS misleading and confusing the community &ndash; enough is enough.</p></blockquote>\n\n\n\n<p>Elastic claims AWS&rsquo;s behavior has &ldquo;forced&rdquo; the company to abandon its open source licensing, citing examples of what they perceive to be &ldquo;ethically challenged behavior.&rdquo; In 2019, Amazon created an Open Distro for Elasticsearch, and Elastic claims they used code copied by a third party from their commercial code, further dividing the community.</p>\n\n\n\n<p>As a result of the license change, Amazon <a href=\"https://aws.amazon.com/blogs/opensource/stepping-up-for-a-truly-open-source-elasticsearch/\">announced</a> its intention to officially fork Elasticsearch and Kibana, with plans to roll the forks into its Open Distro distributions:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Our forks of Elasticsearch and Kibana will be based on the latest ALv2-licensed codebases, version 7.10. We will publish new GitHub repositories in the next few weeks. In time, both will be included in the existing Open Distro distributions, replacing the ALv2 builds provided by Elastic. We&rsquo;re in this for the long haul, and will work in a way that fosters healthy and sustainable open source practices&mdash;including implementing shared project governance with a community of contributors.</p></blockquote>\n\n\n\n<p>The Open Source Initiative (OSI) <a href=\"https://opensource.org/node/1099\">reacted</a> to the news of the license change, calling the SSPL a &ldquo;fauxpen&rdquo; source license:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Fauxpen source licenses allow a user to view the source code but do not allow other highly important rights protected by the <a href=\"https://opensource.org/osd\">Open Source Definition</a>, such as the right to make use of the program for any field of endeavor. By design, and as explained by <a href=\"https://www.elastic.co/blog/licensing-change\">the most recent adopter</a>, Elastic, in a post it unironically titled &ldquo;<a href=\"https://www.elastic.co/blog/licensing-change\">Doubling Down on Open</a>,&rdquo; Elastic says that it now can &ldquo;restrict cloud service providers from offering our software as a service&rdquo; in violation of OSD6. Elastic didn&rsquo;t double down, it threw its cards in.</p></blockquote>\n\n\n\n<p>Elastic&rsquo;s license changes may affect a few companies in the WordPress ecosystem that are redistributing Elasticsearch as a commercial offering. <a href=\"https://10up.com/\">10up</a>, creators of <a href=\"https://wordpress.org/plugins/elasticpress/\">ElasticPress</a>, by far the most popular Elasticsearch plugin for WordPress, also runs the&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://elasticpress.io/\">ElasticPress.io</a>&nbsp;SaaS platform. More than 6,000 sites are using the open source plugin, but the company said these users will not be affected.</p>\n\n\n\n<p>&ldquo;No matter what this won&rsquo;t affect the EP plugin,&rdquo; 10up vice president of engineering Taylor Lovett said. &ldquo;I would say the news is definitely discouraging and not a great look for Elastic.&rdquo;</p>\n\n\n\n<p>10up <a href=\"https://wptavern.com/10up-unveils-elasticpress-io-elasticsearch-as-a-service-for-wordpress-sites\">launched</a> ElasticPress.io in 2017 and Lovett says it has become &ldquo;an active part of the business with a plethora of customers,&rdquo; and continues to grow. The company is currently seeking legal advice on how Elasticsearch&rsquo;s licensing change will affect the ElasticPress.io service. Since previous versions of Elasticsearch remain open source, the company has time to figure out a new way forward.</p>\n\n\n\n<p>&ldquo;Right now we really don&rsquo;t know what&rsquo;s going to happen,&rdquo; Lovett said. &ldquo;There is no rush for us to upgrade&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://elasticpress.io/\">ElasticPress.io</a>&nbsp;to Elasticsearch 7.11+ so we have plenty of time to decide how to address the issue.&rdquo;</p>\n\n\n\n<p>Lovett confirmed that 10up is considering using the Amazon fork as an option but has not  made a decision on the matter yet.</p>\n\n\n\n<p>&ldquo;I will say this does affect the end user in a way that they may end up having to choose between different flavors of Elasticserarch,&rdquo; Lovett said.<br /><br />&ldquo;For example, you may need to decide if you want the official Elastic distribution or if you want to go with AWS&rsquo;s fork.&rdquo;</p>\n\n\n\n<p>Unfortunately, for businesses that built services on top of redistributing the previously open source Elasticsearch, Elastic&rsquo;s creators have gone back on <a href=\"https://web.archive.org/web/20200120104750/https:/www.elastic.co/what-is/open-x-pack\">the promise they made in 2018</a> to never change the license of any of the Apache 2.0 code of Elasticsearch, Kibana, Beats, and Logstash projects.&nbsp;As a consequence, Amazon has emerged as the one to drive the truly open source option for Elasticsearch and Kibana for the future.</p>\n\n\n\n<p>&ldquo;Elastic&rsquo;s relicensing is not evidence of any failure of the open source licensing model or a gap in open source licenses,&rdquo; the OSI board of directors stated in a recent <a href=\"https://opensource.org/node/1099\">post</a> on the matter. &ldquo;It is simply that Elastic&rsquo;s current business model is inconsistent with what open source licenses are designed to do. Its current business desires are what proprietary licenses (which includes source available) are designed for.&rdquo;</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, 28 Jan 2021 20:25: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: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:96:\"WPTavern: Automattic Launches the Blank Canvas WordPress Theme for Building Single-Page Websites\";s: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=110986\";s: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:237:\"https://wptavern.com/automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites?utm_source=rss&utm_medium=rss&utm_campaign=automattic-launches-the-blank-canvas-wordpress-theme-for-building-single-page-websites\";s: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:7389:\"<img />Split Screen pattern from Blank Canvas.\n\n\n\n<p class=\"has-drop-cap\">On Monday, Automattic <a href=\"https://wordpress.com/blog/2021/01/25/building-single-page-websites-on-wordpress-com/\">announced its Blank Canvas theme</a> on WordPress.com. The goal is to allow end-users to build single-page websites, such as an &ldquo;about me&rdquo; or product landing page.</p>\n\n\n\n<p>Blank Canvas is a child theme of <a href=\"https://wptavern.com/exploring-seedlet-automattics-block-first-wordpress-theme\">Seedlet</a>, which Automattic&rsquo;s <a href=\"https://themeshaper.com/about/\">Theme Team</a> has been using as a launchpad. One example is its recently-released <a href=\"https://wptavern.com/automattic-releases-spearhead-a-seedlet-child-theme-aimed-at-podcasters-and-content-creators\">Spearhead</a> child theme. It also provided the foundational work for the recent Twenty Twenty-One default WordPress theme.</p>\n\n\n\n<p>One-page themes are nothing new. Theme builders have been releasing them for years in various forms.</p>\n\n\n\n<p>&ldquo;We&rsquo;ve been working on block patterns a lot lately, and it became clear that many of the single-page websites we come across daily &mdash; collections of links, newsletter signups, etc. &mdash; are basically just simple block patterns sitting on an otherwise blank page,&rdquo; said Kjell Reigstad, the lead developer on the theme. &ldquo;That being the case, it seemed like WordPress should be able to power these sorts of single-page sites pretty easily. Blank Canvas is an attempt to try that out.&rdquo;</p>\n\n\n\n<p>WordPress is not the ideal platform for the majority of one-page sites. Doing so includes setting up a database, installing the software, and keeping everything updated. The admin interface is not well-suited to those types of sites. WordPress is a content management system. One page is not enough content to need a full-blown CMS to manage. There simply is little upside for the average user to go through the hassle of doing this on even the cheapest of shared hosting.</p>\n\n\n\n<p>However, if you have a network where someone else, such as WordPress.com, takes out all the hassle of maintaining the backend and when it does not cost you a dime, WordPress suddenly makes more sense. It becomes an ideal platform for these types of sites.</p>\n\n\n\n<p>Frankly, I do not know why they have not pushed this concept sooner. Jason Schuller has made a go of it with Leeflets in the past. Since then, he and Philip Kurth have taken that idea further and launched <a href=\"https://wptavern.com/landing-kit-for-wordpress-maps-any-post-or-page-to-a-custom-domain\">WP Landing Kit</a>, which builds on the same concept of creating multiple single-page landing sites from one WordPress installation.</p>\n\n\n\n<p>In some respects, Blank Canvas offers a glimpse into Full Site Editing. It is almost a stepping stone or a small yet limited preview of things to come. The theme puts the entire design process into a single page and a single editor. Eventually, this will be extended to the whole website.</p>\n\n\n\n<p>&ldquo;I think that&rsquo;s a great way to think about it,&rdquo; said Reigstad. &ldquo;Full Site Editing is coming soon, but in the meantime, Blank Canvas lets you do just a little bit more with Gutenberg than you could before.&rdquo;</p>\n\n\n\n<h2>About the Theme</h2>\n\n\n\n<p class=\"has-drop-cap\">The theme is called <strong>Blank</strong> Canvas for a reason. Its <a href=\"https://blankcanvasdemo.wordpress.com/\">demo page</a> is literally a blank screen with a footer message. The idea is that the end-user designs their homepage &mdash; or their entire site in the case of a single-page website &mdash; via the block editor.</p>\n\n\n\n<p>For those who need a starting point, the theme comes packaged with six block patterns:</p>\n\n\n\n<ul><li>About Me</li><li>Links</li><li>Invitation</li><li>Split Screen</li><li>Card</li><li>Email Signup</li></ul>\n\n\n\n<img />Invitation block pattern.\n\n\n\n<p>Self-hosted WordPress users can install the theme too. It is currently awaiting review for the theme directory, but they can snag the ZIP file or SVN link from its <a href=\"https://themes.trac.wordpress.org/ticket/94482\">Trac ticket</a>. For those giving it a test, be sure to disable the title and tagline via the customizer so they do not appear on the front end. That is assuming you want to use the theme as intended. It will also work as a more traditional theme because the Seedlet parent theme covers all the necessary features.</p>\n\n\n\n<p>There are differences between the theme on WordPress.com and that submitted to the WordPress.org theme directory. The .ORG version has only four block patterns. The .COM version includes an additional Card pattern, which integrates with Automattic&rsquo;s Layout Grid plugin. The Email Signup pattern needs Jetpack&rsquo;s form feature.</p>\n\n\n\n<p>Simple conditional checks for Layout Grid or Jetpack before registering the patterns would suffice for users with those plugins installed. &ldquo;That&rsquo;s planned,&rdquo; said Reigstad of adding the missing patterns, &ldquo;but we just didn&rsquo;t implement it yet.&rdquo;</p>\n\n\n\n<img />Email Signup block pattern.\n\n\n\n<p>WordPress.com users have something else to look forward to. In November, the service <a href=\"https://wptavern.com/wordpress-com-drops-over-100-block-patterns-carving-a-path-the-design-community-should-follow\">launched over 100 patterns</a>. &ldquo;One of the nice things is that there are already a lot of patterns out there that seem ready-made for single-page websites,&rdquo; said Reigstad.</p>\n\n\n\n<p>He did say the team is working on bundling more patterns in the future. These may include more &ldquo;link in bio&rdquo; designs that expand on the one already in the theme today.</p>\n\n\n\n<h2>Pioneering Block-Friendly Themes</h2>\n\n\n\n<p class=\"has-drop-cap\">Several of the ideas available in this theme seemed to have started from the WordPress <a href=\"https://github.com/WordPress/theme-experiments\">Theme Experiments repository</a>. It features block patterns similar in scope to the <a href=\"https://wptavern.com/carrd-like-theme-experiment-provides-a-glimpse-into-the-future-of-theming\">Carrd-like theme</a> Reigstad built last October.</p>\n\n\n\n<p>&ldquo;In general, building block-based themes helped redefine our idea of what a theme needed to be,&rdquo; he said. &ldquo;We&rsquo;d tended to think of a theme as a complicated piece of software that accounts for every scenario you throw at it: a blog, custom post types, category pages, search pages, the 404 page, etc.&rdquo;</p>\n\n\n\n<p>Reigstad said that the block-based themes paradigm has forced the Theme Team to start small. Because Full Site Editing is still in flux, its features not ready, the team has built proof-of-concept themes with limited functionality.</p>\n\n\n\n<p>&ldquo;The possibilities for block-based themes have grown considerably since then (as shown by TT1 Blocks, Q, Block-based Bosco, and others), but the early constraints helped spark ideas like that Carrd-inspired theme,&rdquo; he said. &ldquo;It turned out that you could build a pretty useful site with just a handful of blocks.</p>\n\n\n\n<p>&ldquo;That mindset definitely informed Blank Canvas &mdash; we started small, with just the functionality someone would need to build a single-page site. Since it&rsquo;s based on a full-featured theme (Seedlet), you can grow with it too.&rdquo;</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, 27 Jan 2021 22:11: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:\"Justin Tadlock\";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:106:\"WPTavern: Plugin Team Draws a Line: Plugins Must Not Change WordPress’ Default Automatic Update Settings\";s: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=111034\";s: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:249:\"https://wptavern.com/plugin-team-draws-a-line-plugins-must-not-change-wordpress-default-automatic-update-settings?utm_source=rss&utm_medium=rss&utm_campaign=plugin-team-draws-a-line-plugins-must-not-change-wordpress-default-automatic-update-settings\";s: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:3110:\"<p>WordPress&rsquo; plugin team has published a <a href=\"https://make.wordpress.org/plugins/2021/01/26/reminder-plugins-must-not-interfere-with-updates/\">statement</a> regarding plugins making changes to users&rsquo; update services: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Unless your&nbsp;plugin&nbsp;has the&nbsp;<em>purpose</em>&nbsp;of managing updates, you&nbsp;<strong>must not</strong>&nbsp;change the&nbsp;defaults&nbsp;of WordPress&rsquo; update settings.</p><p>You&nbsp;<em>may</em>&nbsp;offer a feature to auto-update, but it has to honor the&nbsp;core&nbsp;settings. This means if someone has set their site to &ldquo;Never update any of my plugins or themes&rdquo; you are not to change those for them unless they opt-in and request it.</p></blockquote>\n\n\n\n<p>The statement was prompted by plugins overstepping this boundary, which, up until recently, has simply been understood but not explicitly forbidden. Mika Epstein said the practice &ldquo;destroys the faith users have in you to not break their sites.&rdquo; It also reflects poorly on WordPress as a whole when plugin authors abuse core features to serve their own interests.</p>\n\n\n\n<p>&ldquo;Sadly, this happened recently to a well used plugin, and the fallout has been pretty bad,&rdquo; Epstein said. </p>\n\n\n\n<p>She did not identify the plugin in question, but one particular incident that happened last month bears a strong likeness to this description. On December 21, 2020, the <a href=\"https://wptavern.com/all-in-one-seo-plugin-turns-on-automatic-updates-without-notifying-users-removes-functionality-in-latest-release\">All in One SEO plugin turned on automatic updates without notifying its users</a>, aside from a short, ambiguous note in the changelog.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>All in One SEO was active on more than 2 million WordPress sites when it rolled out this update. Many users were frustrated to discover that their sites had been updated without permission, despite having auto updates turned off for the plugin. The plugin&rsquo;s developers removed the auto updates wrapper&nbsp;functionality from the plugin earlier this month, in favor of letting WordPress handle updates.</p>\n\n\n\n<p>After this incident, those who were affected were left with questions. Should WordPress allow this practice? Should plugin developers be required to place a notice in the dashboard if they are going to flip automatic updates on? While many users are willing to trust WordPress core to do automatic updates in a safe way, some are not willing to extend that trust to plugin developers, whose quality of updates vary widely. The plugin team offering guidance and communication on this matter was absolutely necessary to deter aggressive plugin developers from destroying what is still a fragile trust in automatic updates.</p>\n\n\n\n<p>&ldquo;At this time, we have no plans to spell this out in a guideline,&rdquo; Epstein said. &ldquo;We do currently, regularly flag plugins that go outside their dictated (self defined) boundaries, and this is not a change. Please, respect your users.&rdquo;</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, 27 Jan 2021 20:43:13 +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:102:\"WPTavern: Jetpack Launches Customer Research Project to Improve the Plugin and Reduce User Frustration\";s: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=110995\";s: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:249:\"https://wptavern.com/jetpack-launches-customer-research-project-to-improve-the-plugin-and-reduce-user-frustration?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-launches-customer-research-project-to-improve-the-plugin-and-reduce-user-frustration\";s: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:6244:\"<p>Jetpack&rsquo;s Design and Research Team is <a href=\"https://automattic.design/2021/01/26/were-all-ears/\">launching a new customer research panel</a> as part of an ongoing effort to collect feedback in advance of launching new features. They are allocating one day every month to talk with users:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>It&rsquo;s a small step toward an important goal of better understanding what our users need, seeing and hearing first hand where they are frustrated, and learning how Jetpack can work better for them.</p><p>The relationship benefits both sides. Our customers enjoy a sneak preview of features coming down the roadmap, and are empowered to help shape the product&rsquo;s future. And our design slash research team sees first hand, how our products perform with real folks using them.</p></blockquote>\n\n\n\n<p>Jetpack is recruiting customers for 45-minute long interviews on Zoom where they will preview some new designs and talk about proposed product improvements that are already in the works. In exchange, participants receive a $25 Amazon gift card.  </p>\n\n\n\n<p>This outreach effort may help in easing the periodic friction between Automattic and the larger WordPress community, which tends to emerge like pop-up storms on social media and quickly dissipate, but not without taxing onlookers&rsquo; good will. Although Jetpack is active on more than 5 million sites, and is marketed as &ldquo;the most popular WordPress plugin for just about everything,&rdquo; its team occasionally seems out of touch with users.</p>\n\n\n\n<p>One recent example of this happened when Matt Medeiros drew attention to the wording for the Jetpack Scan upsells that appear on the plugins page in the admin.  Specifically, people took issue with the claim that &ldquo;adding plugins can expose your site to security risks.&rdquo; While this is true, participants in the resulting heated discussion said it implies that Jetpack, the plugin that claims to do &ldquo;just about everything,&rdquo; is the only safe plugin. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Everyone: WordPress is amazing because you can use plugins! <br />Jetpack: Careful, it\'s a scary place that WordPress repo is.<br />Everyone: Didn\'t you come from .org? <br />Jetpack: Just buy my protection plan. <a href=\"https://t.co/5oqbsroqSA\">pic.twitter.com/5oqbsroqSA</a></p>&mdash; I podcast a lot&#127897; (@mattmedeiros) <a href=\"https://twitter.com/mattmedeiros/status/1352275821763948550?ref_src=twsrc%5Etfw\">January 21, 2021</a></blockquote>\n</div>\n\n\n\n<p>Some perceived it to be in violation of <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#11-plugins-should-not-hijack-the-admin-dashboard\">#11 of the Plugin Directory guidelines</a>, which states that plugins should not hijack the admin dashboard. The guideline also recommends avoiding advertising in the admin &ldquo;as it is generally ineffective,&rdquo; as well as frustrating for users who are not looking for additional complications while solving problems.</p>\n\n\n\n<p>This particular case was resolved after Automattic product designer Jeff Golenski took the community feedback to his team. They <a href=\"https://twitter.com/jeffgolenski/status/1352417067849428993\">updated the advertisement</a> to be less fear-inspiring regarding the WordPress plugin ecosystem.</p>\n\n\n\n<p>In another potent example of disconnect from the larger community, <a href=\"https://wptavern.com/jetpack-7-1-adds-feature-suggestions-to-plugin-search-results\">Jetpack 7.1 quietly introduced suggestions to the plugin search screen</a>. The update artificially inserted a search result into the first plugin card slot, identifying the corresponding Jetpack feature if one was available. Jetpack&rsquo;s module placement in the results subtly implied that other plugins were inferior options to its existing modules. Some of the modules advertised required an upgrade. The UI did not make it clear that the artificial search result was not coming from the plugin directory&rsquo;s algorithm. The Jetpack team claimed that it was designed to be a notice but its implementation was virtually indistinguishable from an advertisement.</p>\n\n\n\n<p>In a later release, Jetpack <a href=\"https://wptavern.com/jetpack-7-2-1-removes-promotions-for-paid-upgrades-from-the-search-screen\">removed all feature suggestions that previously advertised upgrades</a>, characterizing the mistake as &ldquo;an error in judgment.&rdquo; This kind of misstep could have easily been avoided if the feature had been presented to actual users in advance. User researchers could have asked, &ldquo;How would you like it if we put some of our paid upgrades in the top search spot when you are searching for a new plugin?&rdquo; </p>\n\n\n\n<p>Historically, the company has had a few rocky launches where it seemed some product teams did not consider the community&rsquo;s perception in their marketing approaches. Most recently, this was evident in the launch of WordPress.com&rsquo;s new&nbsp;<a href=\"https://wptavern.com/wordpress-com-rattles-freelancer-community-with-new-website-building-service-launch\">website building service</a>, which failed to include important information, i.e. that the intention was to refer business out. </p>\n\n\n\n<p>The new customer research panel is a strategic move for Automattic and should allow the company to avoid a lot more frustration and miscommunication around Jetpack. It could also be valuable as a means of testing potential marketing angles, beyond just specific features the team is developing.</p>\n\n\n\n<p>&ldquo;When you have a team continually connecting with their customers, you find that they start to become internal ambassadors for the users, helping to weave the user&rsquo;s voice into product and design conversations throughout the entire product design process.&rdquo; Automattic UX/Product Designer Yvonne Doll said in the announcment.</p>\n\n\n\n<p>If you want to help the Jetpack team realize these goals and become ambassadors for their users, visit the plugin&rsquo;s <a href=\"https://jetpackresearch.blog/\">user research blog</a> and sign up to participate in upcoming interviews. </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, 27 Jan 2021 02:33: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: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:64:\"WPTavern: WP Buffs Finalizes First Acquisition, Purchases WP EZI\";s: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=110796\";s: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:171:\"https://wptavern.com/wp-buffs-finalizes-first-acquisition-purchases-wp-ezi?utm_source=rss&utm_medium=rss&utm_campaign=wp-buffs-finalizes-first-acquisition-purchases-wp-ezi\";s: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:6915:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Earlier today, WP Buffs <a href=\"https://wpbuffs.com/wp-ezi-acqusition/\">announced that it had acquired WP EZI</a>, a WordPress maintenance and support service. It was a five-figure acquisition for 64 active subscriptions and 343 total customers. Paul Tselekidis, the former owner of WP EZI, is <a href=\"https://wpezi.com/joining-wp-buffs/\">stepping away from the project</a>.</p>\n\n\n\n<p>WP Buffs offers 24/7 WordPress website management. Its team works directly with website owners and startups. They also work with white-label partners in the WordPress space. Agencies, freelancers, and hosting companies resell the WP Buffs subscription services instead of hiring a global team of their own.</p>\n\n\n\n<p>This is the first acquisition for the company and was done through their new <a href=\"https://wpbuffs.com/acquisitions/\">Business Acquisition Unit</a>.</p>\n\n\n\n<p>For WP EZI users, nothing should change about how they use the service. &ldquo;The day-to-day of the folks at WP EZI (aside from Paul) will continue unchanged as they&rsquo;ve all decided to stay on board and are excited for this new chapter of the business,&rdquo; said Joe Howard, the Founder and CEO of WP Buffs. &ldquo;For the time being, they will continue to function as team members of WP EZI, although they&rsquo;ll, of course, be given a warm welcome as new members of the WP Buffs family.&rdquo;</p>\n\n\n\n<p>At the moment, none of the pre-acquisition WP Buffs staff will move over to any WP EZI projects or vice versa. The two brands will remain separate.</p>\n\n\n\n<p>&ldquo;Mostly, this is for current WP EZI subscription clients, as keeping them happy and unbothered is our top priority,&rdquo; said Howard.</p>\n\n\n\n<p>One change coming to WP EZI is that it will no longer offer new care plan subscriptions. The goal is to send those leads to WP Buffs. WP EZI will continue serving current care plan customers and handle one-off projects.</p>\n\n\n\n<p>&ldquo;The strength of WP Buffs is in our strong systems and scalable business model of selling and executing on subscription services,&rdquo; said Howard. &ldquo;That&rsquo;s why we&rsquo;ll continue to accept new care plans there and send all one-time requests to WP EZI. They have experience with this business model, so we&rsquo;re going to keep that team doing the work they&rsquo;ve proved to be strong at.&rdquo;</p>\n\n\n\n<p>Howard did not give much away in terms of long-term changes. He said that while they are mulling over some ideas, their priorities were a peaceful transition for WP EZI clients and learning from and helping the current team.</p>\n\n\n\n<p>&ldquo;Most of the benefits for WP Buffs come from acquiring an already profitable business and client base,&rdquo; he said. &ldquo;Furthermore, the acquisition allows us to funnel care plan leads into WP Buffs and more one-time work into WP EZI. These silos will allow each team to be more efficient since they&rsquo;ll be able to focus on their areas of strength.&rdquo;</p>\n\n\n\n<h2>On Acquisitions and Growth</h2>\n\n\n\n<p class=\"has-drop-cap\">On the low end, the deal was likely at least mid to upper-five figures. We know that it was a five-figure acquisition. There were 64 active customers with an $87 per month subscription or more. This also assumes a consistent active subscription count for the last year or so. This is speculation but should provide some low ballpark numbers for others looking to sell a WordPress-related business.</p>\n\n\n\n<p>While Howard did not provide an exact figure, his company provided far more information than is typical of business acquisitions in the WordPress ecosystem. Often, these deals are made only with an agreement that neither party share the sale price. The transparency from WP Buffs should come as a breath of fresh air to other small business owners. It can be overwhelming venturing into a first acquisition from either end.</p>\n\n\n\n<p>One of his goals is to be transparent with how WP Buffs is run. His <a href=\"https://wpbuffs.com/2020-year-in-review/\">2020 year in review</a> post is lengthy, but he does not hold back on mistakes and successes. It provides a lot of insight that other business owners can learn from.</p>\n\n\n\n<p>Howard has some experience scaling businesses beyond that $10,000 &ndash; $15,000 monthly recurring revenue (MRR) spot, which is where some small businesses begin to plateau. I asked him to share his experience with other business owners.</p>\n\n\n\n<p>&ldquo;WP Buffs now does $100,000+ MRR,&rdquo; he said. &ldquo;That means we don&rsquo;t have the same issues as a care plan company at the scale of WP EZI &mdash; and if we do, we can pay to make those challenges go away.&rdquo;</p>\n\n\n\n<p>With WP Buffs now in control of the WP EZI brand, they can dedicate funding where needed and use their leadership and management where needed. Because their team has been here before, it should provide the experience to push past any hurdles.</p>\n\n\n\n<p>&ldquo;The reality here is just an economics of scale,&rdquo; said Howard. &ldquo;&lsquo;Bigger&rsquo; companies can simply flex a little more muscle to get rid of roadblocks. Plus, they have more financial flexibility to experiment and get things wrong to find that one thing that makes the difference when it comes to growth.&rdquo;</p>\n\n\n\n<p>He wrapped up his advice by saying that businesses should focus on their subscription metrics:</p>\n\n\n\n<ul><li>Develop 1-2 predictable, lead acquisition channels and grow those (increase MRR growth from new sales).</li><li>Get a ton of client feedback and make fast adjustments to keep them happy (lower churn).</li><li>From the client feedback, implement new features, offerings, value to current clients so they&rsquo;ll stay with you longer and tell others about you (increase expansion revenue and lifetime value).</li></ul>\n\n\n\n<p>&ldquo;One basic piece of advice is it&rsquo;s never too early to start thinking about selling, even if it&rsquo;s not on your roadmap,&rdquo; said Howard. &ldquo;Whether you ever want to sell your business or not, the things that make the kind of business people want to purchase are the same things that simply make it a good business, so why not do them?&rdquo;</p>\n\n\n\n<p>Howard and Tselekidis had an <a href=\"https://wpmrr.com/podcast/paul-kidis-wp-ezi/\">open and honest conversation</a> about the acquisition on the WPMRR podcast. Some of it is personal, but it provides a glimpse behind the curtain of a WordPress business sale.</p>\n\n\n\n<p>Tselekidis talked about spreading himself too thin among his various projects in the podcast. After a self-analysis and reevaluating his interests, he decided to find a new home for WP EZI. This will allow him to focus on and pursue other goals. &ldquo;It&rsquo;s time to move on; like it&rsquo;s my time,&rdquo; he said of continuing work that he was not as passionate about. &ldquo;I don&rsquo;t want to do a disservice by my clients.&rdquo;</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, 26 Jan 2021 21:41:16 +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:\"Justin Tadlock\";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:25:\"Matt: Revue Joins Twitter\";s: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:42:\"https://ma.tt/2021/01/revue-joins-twitter/\";s: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:42:\"https://ma.tt/2021/01/revue-joins-twitter/\";s: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:591:\"<p>Very excited to share the <a href=\"https://blog.twitter.com/en_us/topics/company/2021/making-twitter-a-better-home-for-writers.html\">news that Revue is joining Twitter</a>. I’m a huge fan of the idea of better newsletters and <a href=\"https://automattic.com\">Automattic</a> was the largest investor in <a href=\"https://www.getrevue.co/\">Revue</a>. I’m looking forward to seeing what the very talented team will do as part of the Twitter network. Also many thanks to <a href=\"https://kk.org\">Kevin Kelly</a> and <a href=\"https://om.co\">Om</a> for introducing me to Revue early on. </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, 26 Jan 2021 18:43: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:4:\"Matt\";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:91:\"WPTavern: WordPress Roadmap Update: Full-Site Editing Targeted for 5.8 Release in June 2021\";s: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=110884\";s: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:225:\"https://wptavern.com/wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-roadmap-update-full-site-editing-targeted-for-5-8-release-in-june-2021\";s: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:3700:\"<p>WordPress core contributors are pushing forward on an ambitious plan to land full-site editing in core before the end of the year. Josepha Haden Chomphosy, the open source project&rsquo;s executive director, published an <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">updated roadmap</a> for 2021 that aims to get an MVP of full-site editing (FSE) in the Gutenberg plugin by April, 2021. FSE v1 would then be on track for shipping with WordPress 5.8, which is anticipated in June, 2021.</p>\n\n\n\n<table><tbody><tr><th>5.7&nbsp;</th><td>April 2021 &ndash; <strong>MVP for FSE in Gutenberg plugin</strong></td></tr><tr><th>5.8</th><td>June 2021 &ndash; <strong>&nbsp;v1 in Core</strong></td></tr></tbody></table>\n\n\n\n<p>Chomphosy defined the scope of FSE as &ldquo;the ability to edit all elements of a site using Gutenberg blocks&rdquo; and said it will include &ldquo;all in-progress features designed to help existing users transition to Gutenberg as well.&rdquo;</p>\n\n\n\n<p>When asked what would be considered an MVP of full-site editing, Chomphosy pointed to <a href=\"https://github.com/WordPress/gutenberg/issues/24551\">a GitHub issue</a> that contributors are using for tracking all the milestones associated with the project. Part of the infrastructure and UI is marked as complete, as well as browsing between pages, templates, and template parts. Styling, theme blocks, the query block, and the navigation block still need more work. More progress may have been made but the tracking issue has not been updated since December 19, 2020. </p>\n\n\n\n<p>Dipping into the <a href=\"https://make.wordpress.org/core/2021/01/22/editor-chat-summary-20th-january-2021/\">notes</a> from the recent editor meetings shows a steady stream of FSE improvements, which presumably will coalesce into an MVP in approximately five weeks. Chomphosy&rsquo;s announcement avoided explicit promises regarding what features are expected at that time.  </p>\n\n\n\n<p>Related projects like the widgets and navigation block editors have new dedicated Slack channels for those interested in following and contributing: </p>\n\n\n\n<ul><li><a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C01D71823PB\" target=\"_blank\">#feature-widgets-block-editor</a></li><li><a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C01KDAZJMQ9\" target=\"_blank\">#feature-navigation-block-editor</a></li></ul>\n\n\n\n<p>If you have questions about where FSE is headed, an upcoming Gutenberg Times Live Q&amp;A episode titled &ldquo;<em>Updates on WordPress Site-Editor (FSE) and Themes</em>&rdquo; will feature a panel of people who are actively contributing in these areas. It includes Carolina Nymark, author of <a href=\"https://fullsiteediting.com/\">a course on full site editing and block based themes</a>, Ari Stathopoulos, core contributor and author of the first block-based theme in the repository, and Anne McCarthy, who is managing the FSE outreach experiment. </p>\n\n\n\n<p>The episode will air live on Friday, January 29th, 2021, at 11AM EST, hosted by Birgit Pauli-Haack, curator of the <a href=\"https://gutenbergtimes.com/\">Gutenberg Times</a>. <a href=\"https://us02web.zoom.us/webinar/register/9716061492351/WN_vtNXZ0zTTs2S0S98X0Y9og\">Registration</a> for the event is free. Pauli-Haack plans to cover all the latest updates on full-site editing, block-based themes, and global styles. The panel will also touch on the navigation and widget screens, as well as what features will most likely land in WordPress 5.7. Viewers can bring questions and participate via Zoom and YouTube live. The episode will be recorded and shared afterwards with a transcript and resources.</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, 26 Jan 2021 03:16:56 +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: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:81:\"WPTavern: Jump-Start a Year’s Worth of Content via the Launch With Words 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=110800\";s: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:201:\"https://wptavern.com/jump-start-a-years-worth-of-content-via-the-launch-with-words-plugin?utm_source=rss&utm_medium=rss&utm_campaign=jump-start-a-years-worth-of-content-via-the-launch-with-words-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:8435:\"<p class=\"has-drop-cap\">On Sunday, Bridget Willard announced her latest project, <a href=\"http://launchwithwords.com\">Launch With Words</a>. In collaboration with Ronald Huereca, who performed the development work, they built a plugin that helps clients jump-start routine, monthly blog posts. In the future, there will be premium &ldquo;content packs&rdquo; that include content for various industries.</p>\n\n\n\n<p>The Launch With Words plugin is essentially a JSON importer for blog posts. The plugin itself is simple. However, the idea is what makes this plugin special.</p>\n\n\n\n<p>&ldquo;The audience is small business owners,&rdquo; said Willard. &ldquo;So many of us in the WordPress ecosystem are overeducated. We are annoyed that clients don&rsquo;t know how to do X, Y, and Z. But that&rsquo;s not their job; it&rsquo;s ours.&rdquo;</p>\n\n\n\n<p>Willard wrote starter content for both the Twenty Nineteen and Twenty Twenty default WordPress themes. She said it occurred to her that theme starter content is great, but why was no one tackling this for blog posts?</p>\n\n\n\n<p>&ldquo;This plugin comes from something I&rsquo;ve been saying to friends for years, &lsquo;launch with words; get paid faster,\'&rdquo; she said. &ldquo;<em>Lorem ipsum</em> is such a pain. Seriously. As someone who partners with WordPress agencies and freelancers to write copy for website launches, placeholder text is my nemesis.&rdquo;</p>\n\n\n\n<p>Willard <a href=\"https://bridgetwillard.com/\">runs her own business</a>, which offers social media management, copywriting, consulting, and business coaching. She is a marketing consultant who has been writing for the web since 2001.</p>\n\n\n\n<p>&ldquo;I was a secretary by trade with a background in accounts receivables and collections,&rdquo; she said. &ldquo;After I earned my teaching credential, I spent a year teaching junior high and high school math before I realized I didn&rsquo;t like parents. But hey, that bachelor&rsquo;s degree isn&rsquo;t wasted. I decided to go back to office work and landed in accounting (hello, algebra). I excelled in accounts receivable and collections but was at the top of my salary range.&rdquo;</p>\n\n\n\n<p>She left the construction industry in 2015 and began working for an advertising agency. During this time, she helped build the GiveWP brand. She also led the WordPress Marketing Team for two years.</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<img />Importing content with the Launch With Words plugin.\n\n\n\n<p class=\"has-drop-cap\">Launch With Words simply imports content. On its own, it does nothing else. Willard provides a downloadable JSON file via the Launch With Words website. This &ldquo;<a href=\"https://bridgetwillard.com/downloads/launch-with-words-starter-content-pack/\">starter pack</a>&rdquo; is available for free to everyone. It includes 12 draft blog posts to keep users blogging on their site for the next year.</p>\n\n\n\n<p>While it is geared toward freelancers and agencies working with small business owners, anyone can use the plugin and starter pack. If you are having trouble pushing out content regularly, the monthly prompts could be the injection you need to get the creative juices flowing.</p>\n\n\n\n<p>Each draft post includes a topic theme, topic type, and blog checklist. The topic theme is centered on usual events or holidays that match the month of the year. For example, the following is the theme for May:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Topic Theme: Summer is around the corner and, if your business is seasonal, you may have a bit of extra time or be swamped. It generally depends on your sales cycle.</p><p>This is a great time to go to your inspiration journal and look for a case study that can be written. Get the content published before people start going on vacations and forget about hiring a small business.</p></blockquote>\n\n\n\n<p>Just pull up each month&rsquo;s draft post, follow the topic, and go from there.</p>\n\n\n\n<img />Draft blog post for December.\n\n\n\n<p>Willard says that the plugin builds off the services she offers. &ldquo;This plugin absolutely solves the repeated issues I encounter with people &mdash; namely, &lsquo;What do I write about?\'&rdquo;</p>\n\n\n\n<p>She has not started using the Launch With Words plugin with her clients yet. In the past, she has used the <a href=\"https://bit.ly/BridgetWebQuestions\">Website Content Questionnaire</a>, a tool she built that others can copy to their Google Drive for free.</p>\n\n\n\n<p>&ldquo;What makes web copy great is having a bit of the backstory about people,&rdquo; she said. &ldquo;What makes them different? Do they like hockey? Did they start working in fast food? Are they building sites for the healthcare industry?&rdquo;</p>\n\n\n\n<h2>Premium Content Packs</h2>\n\n\n\n<p class=\"has-drop-cap\">Willard will begin offering premium content packs soon. Each will come with 12 fully-written blog post drafts for each month of the year, catering to specific industries. She plans to launch these individual packs at $497.</p>\n\n\n\n<p>&ldquo;I get asked how I come up with prices often,&rdquo; she said. &ldquo;Because I look at websites and products and SaaS services constantly, pricing is now intuitive to me. It&rsquo;s pretty easy for a developer or a small business to throw down $500 knowing it will give them content for a year. It&rsquo;s a crazy low price. I&rsquo;m not a fan of the word &lsquo;cheap.&rsquo; But this is buying in bulk. This is the Costco model.&rdquo;</p>\n\n\n\n<p>The blog posts should range between 300 and 500 words, a service in which Willard would generally charge $200.</p>\n\n\n\n<p>&ldquo;Anyone can tweak the copy to localize it or make it their own,&rdquo; she said. &ldquo;Before you ask, the only thing worse than duplicate content is no content. It&rsquo;s not novel to offer content; what&rsquo;s novel is to offer content that lives in a blog post. It&rsquo;s not an RSS feed from a syndication service that you can&rsquo;t edit. It&rsquo;s amazing how much franchises pay for boring content to distribute to their networks. Any business should have access to quality content that they can localize.&rdquo;</p>\n\n\n\n<p>One has to wonder how Willard could pace herself and produce quality content for these premium packs. However, she is no stranger to the writing process. She has published several books, writing four in the past year.</p>\n\n\n\n<p>&ldquo;I write to teach,&rdquo; she said. &ldquo;If you boil my essence down, I am a teacher. A few people have encouraged me to publish books. I have two Christian-based books out on Amazon that I did on Lulu.com, but it was so painful, I didn&rsquo;t bother.&rdquo;</p>\n\n\n\n<p>It was not until she talked with Nathan Ingram, a business coach in the WordPress space, at WordCamp Seattle in 2019 that she decided to give things another go. He introduced her to Kindle Direct Publishing, a driving factor behind her more recent publishing success.</p>\n\n\n\n<p>&ldquo;So I took a blog series idea, &lsquo;Dysfunctional Love Songs,&rsquo; and wrote and published that book in April as my COVID project. In October, &lsquo;Keys to Being Social,&rsquo; my life&rsquo;s work was published. &lsquo;The Definitive Guide to Twitter Marketing&rsquo; was written on a Sunday in January. My fourth book, &lsquo;How to Market Your WordPress Plugin&rsquo; is with my editor and will be published this year.&rdquo;</p>\n\n\n\n<p>Willard said these writing projects have helped her stay focused on positive things during the Covid-era.</p>\n\n\n\n<p>&ldquo;Otherwise, it&rsquo;s easy for things to turn dark &mdash; if we&rsquo;re all going to die, why pay off my credit cards? You know? I can&rsquo;t just sit around watching Netflix. I do, but I need an outlet.&rdquo;</p>\n\n\n\n<p>She does not plan on going it alone for all of the premium content packs. She is already in talks with writers in other fields who would be better suited to the specific subject matter. However, Willard will lean on her construction-related expertise to build some of the packs.</p>\n\n\n\n<p>&ldquo;The best advice writers give is that you should write what you know,&rdquo; she said. &ldquo;It&rsquo;s the first chapter in Anne Lamott&rsquo;s &lsquo;Bird by Bird.&rsquo; I&rsquo;ve been writing about construction for 20 years. It won&rsquo;t require very much research. I mean, if I can sit down on a Sunday and write 7,000 words on Twitter for that book, I&rsquo;m pretty sure I can write 12 blog posts fairly soon.&rdquo;</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, 25 Jan 2021 21:57: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:14:\"Justin Tadlock\";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:83:\"WPTavern: Ask the Bartender: How To Bulk Convert Classic WordPress Posts To Blocks?\";s: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=110841\";s: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:207:\"https://wptavern.com/ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks?utm_source=rss&utm_medium=rss&utm_campaign=ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks\";s: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:5513:\"<blockquote class=\"wp-block-quote\"><p>I was wondering if you could help me. I want to convert all of my old posts (about 600) to Gutenberg blocks. Do you know an easy way to do that?</p><p>Philip</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">I often get these short questions via private messages. I always try my best to help other WordPress users whenever I can. This was an easy solution in Philip&rsquo;s case. After a quick chat, he actually learned that he did not need to migrate his posts to the block system. I thought it would be best to open this topic to a wider audience. Maybe it would help someone else along the way.</p>\n\n\n\n<p>There is currently an <a href=\"https://github.com/WordPress/gutenberg/issues/18645\">open ticket</a> on the Gutenberg repository for a bulk converter. It has sat dormant until a few days ago. The primary argument for including this feature in the plugin and eventually WordPress itself is that the lack of this option is an obstacle for newcomers to the block editor.</p>\n\n\n\n<p>I disagree with the notion that it is any sort of obstacle for block-editor adoption. There does not seem to be a massive call for the feature in the WordPress support forums. Web searches do not pull up too many support queries for it. It seems to be a niche use case. Or, in some cases, there is a simple misunderstanding that end-users need to do any sort of conversion or migration at all.</p>\n\n\n\n<p>However, the biggest reason it is a non-obstacle is that posts written in the classic editor are still basic HTML. Regardless of the editor, older content will output just fine on the front end, at least in most cases.</p>\n\n\n\n<p>The first question anyone should ask before deciding on bulk converting their old posts to the newer block format is whether they should do it at all. The answer for the majority of users will simply be <em><strong>no</strong></em>. There are few reasons to do so.</p>\n\n\n\n<p>Doing a mass conversion like this, especially with hundreds or more posts, is subject to broken sites. I have done enough single-post updates to know that the process does not always go smoothly. Sometimes, I need to touch up something here or do some manual changes there. On a large scale, there really is no way to know what got broken until you test every single post or page on the site. In some cases, everything is OK. In others, it is a nightmare.</p>\n\n\n\n<p>If you are thinking of going down the bulk-conversion route, make a backup first. There is a good chance that you will need it. You should also test this on a staging site.</p>\n\n\n\n<p>My recommendation for most users is to convert posts on an as-needed basis. I like to make the switch any time I edit an old post. The only reason I convert them is that I prefer working with the block editor over classic.</p>\n\n\n\n<p>Posts written in the old editor will be in the Classic block. After selecting the block that houses the content, I hit the &ldquo;Convert to blocks&rdquo; button in the block toolbar. I do a quick check of anything that might need to be fixed before hitting the update button.</p>\n\n\n\n<img />&ldquo;Convert to blocks&rdquo; button for the Classic block.\n\n\n\n<p>In most cases, there is no reason to convert old posts to blocks except when you are actually editing those posts.</p>\n\n\n\n<p>Despite claims that things will &ldquo;just work&rdquo; when switching to the block editor, that is not the day-to-day reality of all WordPress users. Some of the biggest reasons I have seen to bulk convert are around theme design issues. For example, the block system made some fundamental changes to image markup. If your theme handles left and right-aligned images added via the block editor but breaks down on your old posts, bulk converting may be an option. However, the first course of action should be checking in with your theme author about adding support for the classic markup.</p>\n\n\n\n<p>There are likely numerous other edge cases. Bulk converting posts is an invasive operation that can only be reverted by restoring a pre-conversion backup. It should be a last resort.</p>\n\n\n\n<p>If you are at the point where you know you need to convert all your old posts, there are a few options available.</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/bulk-block-converter/\">Bulk Block Converter</a> plugin is likely the most-used solution at the moment. Organic Themes released it a little over a year ago but has only updated it once. User reviews have been mixed. A few of the problems seemingly stem from WordPress &mdash; the plugin extends the core WordPress block converter used in single posts.</p>\n\n\n\n<p>For those with clients who want to find a middle ground between bulk conversion and having the client manually convert their old posts, 10up&rsquo;s <a href=\"https://github.com/10up/convert-to-blocks\">Convert to Blocks</a> plugin might be the right solution. It converts posts on the fly, only making changes when a user opens the post-editing screen.</p>\n\n\n\n<p>Fr&auml;nk Klein is also working on a PHP-based bulk converter plugin named <a href=\"https://bulkconverttoblocks.com/\">Bulk Convert to Blocks</a>. It is currently in the development stage and not ready for use on live sites. It offers a screen in the WordPress admin to perform the conversion and will continue working in the background if the user leaves the page. Because it runs via PHP, developers can extend it with custom actions and filters. It also provides a WP CLI command for those who prefer to work from the command line.</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, 22 Jan 2021 22:39:30 +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:\"Justin Tadlock\";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:66:\"WPTavern: TasteWP Spins Up Free WordPress Testing Sites in Seconds\";s: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=110274\";s: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:177:\"https://wptavern.com/tastewp-spins-up-free-wordpress-testing-sites-in-seconds?utm_source=rss&utm_medium=rss&utm_campaign=tastewp-spins-up-free-wordpress-testing-sites-in-seconds\";s: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:5318:\"<p><a href=\"https://tastewp.com/\">TasteWP</a> is a newcomer among online WordPress sandboxing solutions. The site allows users to spin up a new WordPress instance in a matter of seconds. Web-based sandboxes like these have been popular for a long time, since they are convenient to fire up and destroy when performing a quick test on a plugin or theme. It&rsquo;s easier than maintaining a local development environment, which many casual WordPress users have not taken the time to set up. </p>\n\n\n\n<p>TasteWP&rsquo;s temporary testing sites are hosted for 48 hours for non-logged-in users and 7 days for those who are logged in. The one-click setup gives you a random site URL and login credentials.</p>\n\n\n\n<img />\n\n\n\n<p>The free sites are limited to 220MB per instance. A successful set-up notice is displayed in the dashboard with information on when the site will be automatically deleted. TasteWP limits non-logged-in users to creating 2 sites and the limit is 6 for logged-in users. They can be removed or added within the site manager. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>When creating a new site, the Advanced Options allows users to set up multisite, select a PHP version, WordPress version, and choose from a number of advanced configuration options and pre-installed extensions. The PHP version can also be changed later within the site manager.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>TasteWP is reminiscent of the now defunct <a href=\"https://wptavern.com/poopy-life-lets-you-create-free-unlimited-wordpress-test-installs\">poopy.life</a> service. In addition to the unsavory and unforgettable name, poopy.life was laden with obtrusive upgrade ads that floated across the screen periodically. TasteWP takes a different route for promotion and includes three of its plugins pre-installed on the default testing sites.</p>\n\n\n\n<p>TasteWP is run by <a href=\"https://inisev.com/\">Inisev</a>, a 15-person company that has been developing&nbsp;WordPress&nbsp;plugins for four years.</p>\n\n\n\n<p>&ldquo;Our key motivator for starting&nbsp;TasteWP&nbsp;was a) scratching our own itch (we needed a platform ourselves to try out new plugin versions on different&nbsp;WP/PHP version combinations) and b) promoting our products,&rdquo; Inisev co-founder Nicolas Ahmann said.</p>\n\n\n\n<p>&ldquo;Having said that, if there is enough demand (and there seems to be), we&rsquo;ll also offer very affordable premium plans for non-expiring instances with bumped space soon.&rdquo;</p>\n\n\n\n<p>Ahmann said the team is currently funding their projects from their own pockets as well as a few private investors.</p>\n\n\n\n<p>&ldquo;We had some VCs knock at our door recently, and while we don&rsquo;t rule out taking them on board at some point in the future, we feel quite comfortable with our current approach where we grow organically (i.e. without too much ad spending),&rdquo; Ahmann said. &ldquo;I&rsquo;m sure, if we had taken on a lot of capital a few years ago, we would have spent a lot of marketing budget on products which weren&rsquo;t ready at the time. Instead, we were forced to make the products better. Limited budgets sharpen your mind immensely.&rdquo;</p>\n\n\n\n<p>Ahmann said the company has several enhancements planned for TasteWP, but they don&rsquo;t want to make the product more complicated to use. </p>\n\n\n\n<p>&ldquo;We developed a Linux application which copies exactly the same moves as user would do to create a website, except that we&rsquo;re omitting the front-end and graphics rendering parts which makes it much easier to process by the computer,&rdquo; he said. &ldquo;Also we inject anything that is needed into the database directly. That allows us to create those sites so fast without preparing them before (but still fully customized for each user).&rdquo;</p>\n\n\n\n<p>The company is planning to enable users to call specific URLs, such as&nbsp;<a rel=\"noreferrer noopener\" href=\"https://tastewp.com/?themeslug=slug-of-theme\" target=\"_blank\">https://tastewp.com?themeslug=slug-of-theme</a>,&nbsp;which would spin up an instance with that theme or plugin already installed. This would allow theme and plugin creators to share the link with their potential users/customers so that they can play around themselves. </p>\n\n\n\n<p>Localization is also a high priority for future TasteWP enhancements, since the company is based in Europe where many languages are spoken. </p>\n\n\n\n<p>&ldquo;We always felt that it doesn&rsquo;t get the attention as it needs, considering that approximately<a href=\"https://w3techs.com/technologies/overview/content_language\"> 40% of websites are not in English,</a>&rdquo; Ahmann said. &ldquo;It&rsquo;s often just DIY people (not devs) who are trying to create their websites. We always encourage them to learn English (as it&rsquo;s the world&rsquo;s&nbsp;language). But imagine you grew up in Turkey, for example. Nobody around you speaks English &ndash; the teachers in schools only speak it in a broken way. In those cases it&rsquo;s key that people can take their first&nbsp;WordPress&nbsp;steps in their language, and what&rsquo;s easier to&nbsp;do&nbsp;so than spinning up an instance with one click on&nbsp;TasteWP&nbsp;which is in your language? Long story short: we&rsquo;ll keep translating it into (many) more languages.&rdquo;</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, 22 Jan 2021 20:47: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: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: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:119:\"WPTavern: Gutenberg 9.8 Brings Rounded Borders To the Group Block and Moves the Site Editor Canvas Into an Inline Frame\";s: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=110768\";s: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:283:\"https://wptavern.com/gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-8-brings-rounded-borders-to-the-group-block-and-moves-the-site-editor-canvas-into-an-inline-frame\";s: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:6699:\"<p class=\"has-drop-cap\">Gutenberg 9.8 <a href=\"https://make.wordpress.org/core/2021/01/20/whats-new-in-gutenberg-9-8-20-january/\">launched yesterday</a> with a few minor UI improvements. The development team added an initial implementation for border-radius support for the Group block that theme authors can opt into. They also moved the site editor into an iframe element to remove CSS conflicts from the global admin styles.</p>\n\n\n\n<p>Those who have been testing Full Site Editing should be pleased that they will no longer need to deal with the seemingly never-ending creation of auto-drafts for templates and template parts. <em>Good riddance.</em> They would have inevitably caused user confusion in the long run. The change took around a <a href=\"https://github.com/WordPress/gutenberg/pull/27910\">month of discussion and work</a>, but it reduced a complex and fragile process into a more stable system for the long term.</p>\n\n\n\n<p>While the previous plugin release saw barely more than a handful of bug fixes, version 9.8 jumped back to over two dozen. A Gutenberg update without at least that many just does not feel right.</p>\n\n\n\n<h2>Minor UI Improvements</h2>\n\n\n\n<p class=\"has-drop-cap\">The latest version of the plugin improves the UI when working with the Spacer block. When a user selected the block in the past, it appeared as a light gray rectangle. Now, it is <a href=\"https://github.com/WordPress/gutenberg/pull/28103\">semi-transparent. </a>This allows whatever is in the background, such as the Cover block with a background image, to show. This change should help users more easily make size adjustments in cases where viewing the background is necessary.</p>\n\n\n\n<img />Semi-transparent Spacer block when selected.\n\n\n\n<p>While I hope the Spacer block will eventually die a slow and agonizing death as it is replaced by more appropriate margin and padding block options, this change does help in the interim.</p>\n\n\n\n<p>In a follow-up to the UI improvements in Gutenberg 9.7, work on block variations continues. Variations are when one block is used as the foundation to create multiple variations of the same block. The most common example is the Embed block, which has YouTube, Vimeo, and other variations. Before 9.7, these variations shared the same generic icon, name, and description in the block inspector and navigation instead of the variation-specific information.</p>\n\n\n\n<p>Gutenberg 9.8 builds on the trend of using the variation&rsquo;s data where it makes sense. The block switcher (transform) button in the editor toolbar now <a href=\"https://github.com/WordPress/gutenberg/pull/27903\">displays the variation&rsquo;s icon</a>.</p>\n\n\n\n<img />Variation icon in use in the block switcher.\n\n\n\n<p>It is a small change, but it shows the development team&rsquo;s continued devotion to polishing the editor interface.</p>\n\n\n\n<h2>Loading the Site Editor Canvas in an iframe</h2>\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 9.8 separates the canvas area of the <a href=\"https://github.com/WordPress/gutenberg/pull/25775\">site editor into an iframe</a>. This separation means that global admin styles do not bleed into or override styles within the editor itself. The good news is this is a first step toward doing the same in the post editor too.</p>\n\n\n\n<p>This has been a change that I have been waiting for since the inception of the block editor. From a theme development and design standpoint, styling the editor to match the front end is ripe with issues. It has meant nesting CSS selectors when it should have been unnecessary. It has meant adding a few <code>!important</code> rules to overwrite what seems like oddities in the core CSS. While styling the block editor has improved by leaps and bounds in the past couple of years, it can still often be a pain.</p>\n\n\n\n<p>WordPress core committer Ella van Durpe <a href=\"https://github.com/WordPress/gutenberg/issues/20797#issue-579381499\">listed the benefits</a> of moving the canvas into an iframe:</p>\n\n\n\n<ul><li>There would be no admin CSS bleed at all. This is something we&rsquo;ve been struggling with since the beginning.</li><li>There would be no need to simulate media queries, which is arguably technically more difficult than using an iframe.</li><li>Relative units like <code>(r)em</code> and <code>vw</code>/<code>vh</code> just work.</li><li>For a full site, a theme stylesheet can be just dropped in the editor without any adjustment. I think this is important as it makes the life of theme authors much easier.</li><li>It&rsquo;s possible to have one selection per window, so one in the admin and one in the content. This is useful for e.g. the link UI where the selection in the content can be kept while the selection is also in an input element (for the URL). Maybe be useful in other cases.</li></ul>\n\n\n\n<p>While I find it tough to believe that theme stylesheets would just work without a hitch &mdash; <em>does such a world exist?</em> &ndash;, they should work far better than in the past. There are likely items theme authors will need to contend with, but they should be minimal. Developers should keep a close eye on the future development of this.</p>\n\n\n\n<h2>Border Radius Support for the Group Block</h2>\n\n\n\n<p class=\"has-drop-cap\">As part of Gutenberg&rsquo;s experimental feature set, the Group block now supports a <a href=\"https://github.com/WordPress/gutenberg/pull/27665\">border radius option</a>. However, end-users will not automatically see it in the block inspector. This is an opt-in feature for themes at the moment. Presumably, it will be a part of the default set of options for several blocks in the future.</p>\n\n\n\n<img />Setting the border-radius value for the Group block.\n\n\n\n<p>For theme authors who want to add support, they will need to drop the following code snippet into their <code>experimental-theme.json</code> file and edit the <code>radius</code> value:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"core/group\" : {\n        \"styles\" : {\n                \"border\" : {\n                        \"radius\" : \"50px\"\n                }\n        }\n}</code></pre>\n\n\n\n<p>This will allow theme authors to set the default border-radius for the group block. However, it will not hand over control to users. For that, themes will need to add the following snippet under the <code>settings</code> section of their <code>experimental-theme.json</code> file:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"border\" : {\n        \"customRadius\" : true\n}</code></pre>\n\n\n\n<p>I tested this with a modified version of the <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks </a>theme without issue. Mostly, I am looking forward to more styling options like this in future iterations of the plugin.</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, 21 Jan 2021 22:31:51 +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:\"Justin Tadlock\";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:54:\"WordPress.org blog: People of WordPress: Thelma Mutete\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9518\";s: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/2021/01/people-of-wordpress-thelma-mutete/\";s: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:8322:\"<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2021/01/Thelma-Mutete.jpg?resize=500%2C750&ssl=1\" alt=\"Thelma Mutete at a WordCamp\" class=\"wp-image-9564\" width=\"500\" height=\"750\" />\n\n\n\n<p>From a young age Thelma was encouraged by her father to ‘work hard, and dream big’. In High School, she pursued a career in Computer Science. She said: “I did not know what I would be doing or how I would get there but I just knew that I was going to pursue a career in information technology.”</p>\n\n\n\n<p>She wrote her first line of code at the age of 16 living in Zimbabwe, Africa. This was to mark the beginning of her enthusiasm for computer programming.</p>\n\n\n\n<p>When she joined the school’s computer class, Thelma thought she would learn Excel and Word. Instead, the assignment was to write her first program in C. She said: “It was not easy, but it was very exciting. l remember writing up simple code for a Video Club – a check-in/out for VHS tapes and CDs. Thus began my fascination with computers.”</p>\n\n\n\n<p>Seven years later, she went on to university to study for a Bachelors in Business Management and Information Technology. Her third year internship was at a local web design and hosting company. Though she had hoped her placement would be at a local bank or telecommunications company, the chance to discover website design turned out to be the best thing that could have happened.&nbsp;</p>\n\n\n\n<p>In 2017, Thelma went on to work for a company designing websites using HTML, CSS, PHP, JavaScript and Joomla. She had heard about WordPress but had not used it. She recalls: “People have this misconception that WordPress is not for real developers and it is not secure and at that time I was one of those people.”</p>\n\n\n\n<h2>Finding a local community</h2>\n\n\n\n<p>From a discussion with a member of the local WordPress community, <a href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">Thabo Tswana</a>, about a striking swag gift from a WordCamp, Thelma’s interest was sparked.&nbsp;</p>\n\n\n\n<p>She started to find out more about WordPress and WooCommerce, and visited her local WordCamp Harare website. She was delighted to find that she could learn more about WordPress without needing any pre-existing knowledge, and wanted to be involved. So instead of just attending the camp, she volunteered too!&nbsp;</p>\n\n\n\n<p>Her response to her first WordPress event mirrors the experience of many others in the community. She said: “I only started using WordPress because of the awesome people that l had met at that WordCamp. Everyone was so welcoming.”</p>\n\n\n\n<p>A week later, with help from Thabo, she designed her first website using WordPress.</p>\n\n\n\n<p>She soon became more involved with the community and Meetups. Thelma participated in the first-ever ‘Women Who WordPress’ Meetup in 2018, with lots of women getting involved from bloggers to developers.&nbsp;</p>\n\n\n\n<p>She said: “We were free to talk and discuss a lot of things. We had more time to discuss the difference between WordPress.com and WordPress.org, we shared views on how to handle discrimination at work, how to promote your website and a whole lot of other things.”</p>\n\n\n\n<h2>Establishing roots in WordPress</h2>\n\n\n\n<p>In 2018, WordCamp Harare had its first-ever female Lead Organizer <a href=\"https://tapiwanashe.com/\">Tapiwanashe Manhobo</a>. Thelma was part of the organising team that year and was assigned to handle Harare’s first Kids Camp to take place eight months later. You can read more about her experiences of organizing a <a href=\"https://thelmachido.wordpress.com/2019/11/21/wordpress-juniours-first-edition/\"><strong>Kids Camp</strong></a> on her blog.</p>\n\n\n\n<p>She said: “After the first Kids Camp, we had several people in the local Zimbabwean WordPress community who were enthusiastic about encouraging young people to embrace ICT. In 2019, we had not planned to have a Kids Camp because of financial constraints but to our surprise, we had some anonymous donations and we managed to have a WordPress Community outreach to a youth centre, <a href=\"https://cttzim.org/\"><strong>Centre for Total Transformation</strong></a>, a week after our WordCamp. It is a non-formal school that caters for underprivileged and vulnerable children. The group were able to share practical skills about using WordPress, computer hardware and software.</p>\n\n\n\n<p>Thelma shares that she became hooked on WordPress because of its community. “I enjoy attending WordCamps, meeting new people and just learning new stuff. I have a huge list of WordCamps I would like to attend. Last year I managed to cross WordCamp Johannesburg off my list. When everything is back to normal my plan to travel to WordCamps will proceed (fingers crossed).”</p>\n\n\n\n<h2>Reaping the fruits of ongoing learning</h2>\n\n\n\n<p>Thelma is committed to ongoing development training. She said: “Even though I can still cook up code in C and Java, for now, I have also included WordPress PHP functions to the mix. It was not easy to get to this point, daring myself got me to this slightly better stage. I try to do my best where I can and I am happy to say it has paid off so far.”</p>\n\n\n\n<p>Thelma has continued her journey working in design and digital marketing last year with Trust Nhokovenzo who works in digital marketing and is active in&nbsp; the WordPress Community. He came across her name as a developer from talking with others involved in WordPress. She went to work with his team at a marketing agency.</p>\n\n\n\n<p>Her interest in the development of WordPress continued and she joined the <a href=\"https://wordpress.org/news/2020/12/simone/\">5.6 Release Squad</a> in the mid 2020.&nbsp;At the end of 2020, she moved to become a Happiness Engineer working with WordPress.com. Thelma’s fascination with the platform and the community continues to grow and her contributor story is ongoing.</p>\n\n\n\n<p>Find out more about the <a href=\"https://www.meetup.com/Harare-WordPress-Meetup\">Harare WordPress community</a> in Zimbabwe.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nalininonstopnewsuk</a>) and Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sthakor</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>yvettesonneveld</a>), 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>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>), and Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>). Thank you to Thelma Mutete (<a href=\"https://profiles.wordpress.org/thelmachido/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>thelmachido</a>) for sharing her #ContributorStory.</p>\n\n\n\n<img src=\"https://lh4.googleusercontent.com/s24EVZGKbxVeafljPU1ubF1DjIwn98E3-wGx1LD2CWYk7zYQppFhXNpb0aUhGe01TStMdTwXrcYaxBZQHRgZJ10lvW2hsg61Ce37_pBGJuTRQlJ6r9iUxlJtvuDuwLhIvPo1MVEb\" alt=\"HeroPress logo\" />\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/hello-world-discovering-the-world-through-wordpress/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community</em>.</p>\n\n\n\n<p>#ContributorStory #HeroPress</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, 21 Jan 2021 16:40:13 +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:28:\"webcommsat AbhaNonStopNewsUK\";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:82:\"WPTavern: Gutenberg Contributors Consider Implementing a Bot to Close Stale Issues\";s: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=110562\";s: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:209:\"https://wptavern.com/gutenberg-contributors-consider-implementing-a-bot-to-close-stale-issues?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-contributors-consider-implementing-a-bot-to-close-stale-issues\";s: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:5386:\"<p>Gutenberg project contributors are considering <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">implementing a stale bot</a> to tame the repository&rsquo;s overgrown <a href=\"https://github.com/WordPress/gutenberg/issues\">issues</a> queue, which currently has 2,733 open issues. Stale bots are usually employed to automatically close &ldquo;stale&rdquo; issues and PRs based on a predefined set of parameters for inactivity. </p>\n\n\n\n<p>&ldquo;The current recommendation is to set our policy to a 180-day of no activity, so if no comments or commits are on an issue or PR in 180 days, then the bot will post a comment to the issue alerting the user it will be closed in 7-days due to inactivity,&rdquo; Marcus Kazmierczak proposed.</p>\n\n\n\n<p>One important concern is getting the tone right for the automatically-generated message. When you&rsquo;re employing bots on a widely used open source project, they had better be friendly. A chilly, indifferent bot can unwittingly turn away potential contributors with the wrong kind of messaging. Kazmierczak proposed the following message:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>This is an auto-generated message to let you know that this issue has gone 180 days without any activity and meets the project&rsquo;s definition of stale. This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a &ldquo;bump&rdquo; to keep it open, or add the &ldquo;[Status] Not Stale&rdquo; label. Thanks for keeping our repository healthy!</p></blockquote>\n\n\n\n<p>Participants in the discussion on the proposal are divided on the best approach. Daniel Llewellyn, one of the most vocal opponents to using a stale bot, contends that an automatically closing issues sends the wrong message. </p>\n\n\n\n<p>&ldquo;If we care about users and that they trust that we will fix their problem then automatically closing their issue gives them the signal that we don&rsquo;t,&rdquo; Llewellyn said.</p>\n\n\n\n<p>&ldquo;If you don&rsquo;t want to fix a problem then it is better for a human to explain why the problem won&rsquo;t be fixed and personally close the issue. Automating this on the assumption that because nobody has commented in a while means it isn&rsquo;t important is bad!&rdquo;</p>\n\n\n\n<p>Joy Reynolds agreed with this assessment, noting that closing issues through any means can be discouraging.</p>\n\n\n\n<p>&ldquo;I&rsquo;ve had issues closed by humans for being stale, also, and it isn&rsquo;t any better,&rdquo; Reynolds said. &ldquo;I&rsquo;ve had issues closed because someone created a new issue on the same thing. This loses all the history and the watchers.</p>\n\n\n\n<p>&ldquo;I&rsquo;ve also had an issue closed at Launchpad for being stale (and their system used only two weeks as a time frame). That served no purpose at all. It only makes people go away, frustrated.&rdquo;</p>\n\n\n\n<p>Kazmierczak reiterated in the comments that the bot can be configured to skip issues labeled as bugs and that issues and PRs can be bumped to reset the 6-month clock.</p>\n\n\n\n<p>&ldquo;The overall goal of the proposal is to improve feedback and responses to issues by ensuring what&rsquo;s there is relevant,&rdquo; Kazmierczak said.</p>\n\n\n\n<p>Auto-closing issues is the most controversial part of the plan. The general consensus in the comments leans towards using the bot for labeling and triaging in order to manually close the issue later.</p>\n\n\n\n<p>&ldquo;My preference would be for a bot to alert humans in a&nbsp;slack&nbsp;channel when a&nbsp;ticket&nbsp;is declared stale and become progressively more insistent until a human responds,&rdquo; Peter Wilson said. </p>\n\n\n\n<p>Milana Cap suggested using a bot to nudge the ticket author as a compromise between &ldquo;being friendly and thoughtful to contributors while keeping maintainers sane.&rdquo;</p>\n\n\n\n<p>Whatever approach contributors land on, excluding tickets marked as bugs is going to be critical for making the stale bot productive. Otherwise, it becomes just a fancy way of kicking the can down the road, delaying the inevitable. </p>\n\n\n\n<p>In a recent post titled &ldquo;<a href=\"https://blog.benwinding.com/github-stale-bots/\">Github Stale Bots: A False Economy</a>,&rdquo; software developer Ben Winding wrote about why stale bots don&rsquo;t deliver what maintainers are aiming to achieve. Based on his experience with the <a href=\"https://github.com/angular/angular/issues\">Angular</a> repository&rsquo;s bot, Winding summarized the stale bot&rsquo;s effect on the issues queue: </p>\n\n\n\n<ol><li>Reduce the metric of&nbsp;<em>Open Issues</em>&nbsp;in github</li><li>Made duplicate issues far more likely</li><li>Increased friction of users reporting that the issue still exists</li><li>Ultimately decreased the quality of the software, as the issues don&rsquo;t accurately reflect reality</li></ol>\n\n\n\n<p>If the Gutenberg repository&rsquo;s stale bot can be configured not to close bugs and used to maximize human involvement, it will be less likely to deter people from reporting issues. Feedback on the <a href=\"https://make.wordpress.org/core/2021/01/14/stale-issues-in-gutenberg-repository/\">proposal</a> is open until January 29, 2021. Kazmierczak is seeking input on the bot&rsquo;s implementation, specifically its time threshold and messaging.</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, 21 Jan 2021 16:03: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: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:24:\"Matt: New WhiteHouse.gov\";s: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:22:\"https://ma.tt/?p=53526\";s: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:41:\"https://ma.tt/2021/01/new-whitehouse-gov/\";s: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:2842:\"<p>After you&#8217;ve watched <a href=\"https://www.npr.org/sections/inauguration-day-live-updates/2021/01/20/958743170/poet-amanda-gorman-reads-the-hill-we-climb\">the amazing poem from Amanda Gorman</a>, check out the <a href=\"https://www.whitehouse.gov/\">new WhiteHouse.gov that re-launched today</a> using WordPress &amp; Gutenberg with a number of cool features including dark mode, text zoom, a totally responsive layout, and a Spanish version of the site. The site is clean, <a href=\"https://twitter.com/wesbos/status/1351957829461155849\">fast</a>, and accessible. It&#8217;s exciting and an honor that the online home for the Executive branch is on Open Source software, and I&#8217;m proud WordPress can carry the torch that <a href=\"https://dri.es/whitehouse-gov-using-drupal\">Drupal lit in 2009</a>.</p>\n\n\n\n<p>Besides Gutenberg, poking around I noticed a HTTP header and HTML comment <a href=\"https://usds.gov/apply\">encouraging people to join USDS</a>, and this great #46 easter egg in the theme file:</p>\n\n\n\n<img />\n\n\n\n<p>Anyone notice any other plugins? I haven&#8217;t spoken to him directly but I&#8217;d be shocked if <a href=\"https://nacin.com/\">Nacin</a> wasn&#8217;t involved with this one. I&#8217;m also curious if any of the WP agencies were involved, it has touches of <a href=\"https://10up.com/\">10up</a> but I don&#8217;t see any mention of it on their site or <a href=\"https://twitter.com/10up\">Twitter</a>. <a href=\"https://twitter.com/HoeflerCo/status/1351984719634771970\">Hoefler&amp;Co  credits</a> <a href=\"https://wideeye.co/\">Wide Eye Creative with the design</a>.</p>\n\n\n\n<p>I noticed a few people happy that some previous pages and files on the old site were returning 404 errors, like the <a href=\"https://www.nbcnews.com/news/nbcblk/how-trump-administration-s-1776-report-warps-history-racism-slavery-n1254926\">controversial 1776 report</a>, but on this I think the webmasters of the United States of America should demand better, since <a href=\"https://www.w3.org/Provider/Style/URI\">Cool URIs Don&#8217;t Change</a>. Previous websites are <a href=\"https://www.archives.gov/presidential-libraries/archived-websites\">all saved by the National Archives</a>, but there doesn&#8217;t appear to be any sort of norm for automatically redirecting links that went to any subdirectories or addresses under WhiteHouse.gov. </p>\n\n\n\n<p>There are WP plugins that could help, like <a href=\"https://wordpress.org/plugins/redirection/\">Redirection</a>, but also perhaps the root domain itself could always redirect to a subdomain, like 46.whitehouse.gov, so we&#8217;d have a consistent domain and permalinks for everything, and then each new administration would get a new subdomain.</p>\n\n\n\n<p><a href=\"https://wptavern.com/biden-white-house-sticks-with-wordpress-for-website-relaunch\">More coverage on WP Tavern</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, 21 Jan 2021 01: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";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:70:\"WPTavern: Biden White House Sticks with WordPress for Website Relaunch\";s: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=110712\";s: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:185:\"https://wptavern.com/biden-white-house-sticks-with-wordpress-for-website-relaunch?utm_source=rss&utm_medium=rss&utm_campaign=biden-white-house-sticks-with-wordpress-for-website-relaunch\";s: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:3896:\"<img />\n\n\n\n<p>President Joe Biden took office today and unveiled a new <a href=\"https://www.whitehouse.gov/\">whitehouse.gov</a> that has been relaunched on WordPress. The previous administration switched from Drupal to WordPress in 2017, and technologists working with the Biden administration decided to stick with the same CMS. </p>\n\n\n\n<p>In keeping with the multilingual and accessibility features implemented on <a href=\"https://wptavern.com/biden-harris-transition-website-launches-on-wordpress\">the Biden-Harris transition team website</a>, whitehouse.gov launched with toggles for contrast and font size, along with a Spanish language switcher. The relaunched site also includes an <a href=\"https://www.whitehouse.gov/accessibility/\">accessibility statement</a> with a commitment from the administration to work towards conforming to the Web Content Accessibility Guidelines (WCAG) version 2.1, level AA criteria.</p>\n\n\n\n<p>Much of the content and design from the transition website has been preserved. The transition site now forwards to whitehouse.gov, while links to the previous administration&rsquo;s pages land on a 404 page with a link to <a href=\"https://www.archives.gov/presidential-libraries/archived-websites\">archived presidential websites</a>.</p>\n\n\n\n<p>Savvy observers might notice that the typography has been updated from the transition site, flipping the Mercury and Decimal typefaces. Hoefler&amp;Co, the typeface design firm that <a href=\"https://www.typography.com/blog/biden-fonts\">created these typefaces</a> for Biden&rsquo;s 2020 campaign, <a href=\"https://twitter.com/HoeflerCo/status/1351984719634771970\">tweeted</a> about how &ldquo;the serif Mercury felt more like the voice of the institution.&rdquo;  The sans-serif Decimal functions more in a supporting role on the site.</p>\n\n\n\n<p>Web professionals kicked the tires a bit and noticed the site is putting up fairly decent Lighthouse scores.  </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://t.co/hoaioTVqE3\">https://t.co/hoaioTVqE3</a> scoring super well on lighthouse, has dark mode and font size selector<br /><br />h8ers gonna be mad that it\'s wordpress and jQuery tho <a href=\"https://t.co/tyMNjdmnTH\">pic.twitter.com/tyMNjdmnTH</a></p>&mdash; Wes Bos (@wesbos) <a href=\"https://twitter.com/wesbos/status/1351957829461155849?ref_src=twsrc%5Etfw\">January 20, 2021</a></blockquote>\n</div>\n\n\n\n<p>Under the hood, code snoopers noticed an advertisement for the <a href=\"https://www.usds.gov/\">U.S. Digital Service</a> (USDS), the group of technologists who maintain many of the federal government&rsquo;s public-facing digital services.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>In addition to the message from USDS, the site&rsquo;s source code includes a link to the US government&rsquo;s analytics program at <a rel=\"noreferrer noopener\" href=\"https://analytics.usa.gov/\" target=\"_blank\">analytics.usa.gov</a>. Tim Lowden, who manages the federal government&rsquo;s aggregated web analytics initiative, <a href=\"https://twitter.com/tdlowden/status/1351939004342685697\">said</a> this data has been made available for the first time since late 2017.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The analytics service records more than 2.5 billion pageviews across federal government websites each month. The data is available to the public, but it&nbsp;<a href=\"https://www.digitalgov.gov/services/dap/common-questions-about-dap-faq/#part-4\">does not track individuals</a>, and&nbsp;<a href=\"https://support.google.com/analytics/answer/2763052?hl=en\">anonymizes the IP addresses</a>&nbsp;of visitors. It shows information for visitors&rsquo; devices, browsers, operating systems, and location broken down into cities and countries. Many of those visiting the site today are from countries other than the U.S. </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, 21 Jan 2021 00:20: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:\"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:46:\"Gary: WordPress Importers: Free (as in Speech)\";s: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:25:\"https://pento.net/?p=5478\";s: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://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\";s: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:8227:\"<p>Back at<a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\"> the start of this series</a>, I listed four problems within the scope of the WordPress Importers that we needed to address. Three of them are largely technical problems, which I covered in previous posts. In wrapping up this series, I want to focus exclusively on the fourth problem, which has a philosophical side as well as a technical one — but that does not mean we cannot tackle it!</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 4</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>Some services work against their customers, and actively prevent site owners from controlling their own content.</strong></p>\n</div></div>\n\n\n\n<p>Some services are merely inconvenient: they provide exports, but it often involves downloading a bunch of different files. Your CMS content is in one export, your store products are in another, your orders are in another, and your mailing list is in yet another. It&#8217;s not ideal, but they at least let you get a copy of your data.</p>\n\n\n\n<p>However, there&#8217;s another class of services that actively work against their customers. It&#8217;s these services I want to focus on: the services that don&#8217;t provide any ability to export your content — effectively locking people in to using their platform. We could offer these folks an escape! The aim isn’t to necessarily make them use WordPress, it’s to give them a way out, if they want it. Whether they choose to use WordPress or not after that is immaterial (though I certainly hope they would, of course). The important part is freedom of choice.</p>\n\n\n\n<p>It&#8217;s worth acknowledging that this is a different approach to how WordPress has historically operated in relation to other CMSes. We provide <em>importers</em> for many CMSes, but we previously haven&#8217;t written <em>exporters</em>. However, I don&#8217;t think this is a particularly large step: for CMSes that already provide exports, we&#8217;d continue to use those export files. This is focussed on the few services that try to lock their customers in.</p>\n\n\n\n<h2>Why Should WordPress Take This On?</h2>\n\n\n\n<p>There are several aspects to <em>why</em> we should focus on this.</p>\n\n\n\n<p>First of all, it&#8217;s the <a href=\"https://wordpress.org/about/\">the WordPress mission</a>. Underpinning every part of WordPress is the simplest of statements: </p>\n\n\n\n<p class=\"has-text-align-center\"><strong>Democratise Publishing</strong></p>\n\n\n\n<p class=\"has-text-align-center\"><em>The freedom to build. The freedom to change. The freedom to share.</em></p>\n\n\n\n<p>These freedoms are the pillars of a Free and Open Web, but they’re not invulnerable: at times, they need to be defended, and that needs people with the time and resources to offer a defence.</p>\n\n\n\n<p>Which brings me to my second point: WordPress has the people who can offer that defence! The WordPress project has so many individuals working on it, from such a wide variety of backgrounds, we&#8217;re able to take on a vast array of projects that a smaller CMS just wouldn&#8217;t have the bandwidth for. That&#8217;s not to say that we can do <em>everything</em>, but when there&#8217;s a need to defend the entire ecosystem, we&#8217;re able to devote people to the cause.</p>\n\n\n\n<p>Finally, it’s important to remember that WordPress doesn’t exist in a vacuum, we’re part of a broad ecosystem which can only exist through the web remaining open and free. By encouraging all CMSes to provide proper exports, and implementing them for those that don’t, we help keep our ecosystem healthy.</p>\n\n\n\n<p>We have the ability to take on these challenges, but we have a responsibility that goes alongside. We can&#8217;t do it solely to benefit WordPress, we need to make that benefit available to the entire ecosystem. This is why it&#8217;s important to<a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\"> define a WordPress export schema</a>, so that any CMS can make use of the export we produce, not just WordPress. If you’ll excuse the imagery for a moment, we can be the knight in shining armour that frees people — then gives them the choice of what they do with that freedom, without obligation.</p>\n\n\n\n<h2>How Can We Do It?</h2>\n\n\n\n<p>Moving on to the technical side of this problem, I can give you some good news: the answer is definitely <em>not</em> screen scraping. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f604.png\" alt=\"😄\" class=\"wp-smiley\" /> Scraping a site is fragile, impossible to transform into the full content, and provides an incomplete export of the site: anything that&#8217;s only available in the site dashboard can&#8217;t be obtained through scraping.</p>\n\n\n\n<p>I&#8217;ve recently been experimenting with an alternative approach to solving this problem. Rather than trying to create something resembling a traditional exporter, it turns out that modern CMSes provide the tools we need, in the form of REST APIs. All we need to do is call the appropriate APIs, and collate the results. The fun part is that we can authenticate with these APIs as the site owner, by calling them from a browser extension! So, that’s what I’ve been experimenting with, and it’s showing a lot of promise.</p>\n\n\n\n<p>If you&#8217;re interested in playing around with it, <a href=\"https://github.com/pento/free-as-in-speech\">the experimental code is living in this repository</a>. It&#8217;s a simple proof of concept, capable of exporting the text content of a blog on a Wix site, showing that we can make a smooth, comprehensive, easy-to-use exporter for any Wix site owner.</p>\n\n\n\n<img width=\"904\" height=\"446\" src=\"https://pento.net/wp-content/uploads/2021/01/Screen-Shot-2021-01-20-at-5.26.38-pm.png\" alt=\"Screenshot of the \" />\n\n\n\n<p>Clicking the export button starts a background script, which calls Wix&#8217;s REST APIs <em>as the site owner</em>, to get the original copy of the content. It then packages it up, and presents it as a WXR file to download.</p>\n\n\n\n<img width=\"972\" height=\"948\" src=\"https://pento.net/wp-content/uploads/2021/01/Screen-Shot-2021-01-20-at-5.27.38-pm.png\" alt=\"Screenshot of a Firefox download dialog, showing a Wix site packaged up as a WXR file.\" class=\"wp-image-5528\" />\n\n\n\n<p>I&#8217;m really excited about how promising this experiment is. It can ultimately provide a full export of any Wix site, and we can add support for other CMS services that choose to artificially lock their customers in.</p>\n\n\n\n<h2>Where Can I Help?</h2>\n\n\n\n<p>If you’re a designer or developer who’s excited about working on something new, head on over to the repository and <a href=\"https://github.com/pento/free-as-in-speech/issues\">check out the open issues</a>: if there’s something that isn’t already covered, feel free to open a new issue.</p>\n\n\n\n<p>Since this is new ground for a WordPress project, both technically and philosophically, I&#8217;d love to hear more points of view. It’s being discussed in <a href=\"https://make.wordpress.org/core/2021/01/19/dev-chat-agenda-for-january-20-2021-january-21-2021/#comment-40563\">the WordPress Core Dev Chat this week</a>, and you can also let me know what you think in the comments!</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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:\"Thu, 21 Jan 2021 00:14: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:4:\"Gary\";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:102:\"WPTavern: First Round of the FSE Outreach Program Concludes, Identifies Template-Editing Mode Problems\";s: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=110638\";s: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:247:\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems?utm_source=rss&utm_medium=rss&utm_campaign=first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\";s: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:5309:\"<p class=\"has-drop-cap\">The Full Site Editing (FSE) <a href=\"https://wptavern.com/help-steer-the-future-of-wordpress-via-the-fse-outreach-program\">Outreach Program</a> has now concluded its <a href=\"https://make.wordpress.org/test/2021/01/15/fse-program-template-editing-testing-summary/\">first round of testing</a>. Its first focus area was centered on the template-editing mode introduced in <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">Gutenberg 9.6</a>. The volunteers involved with the project identified several pain points.</p>\n\n\n\n<p>Gutenberg 9.6 added a new button that allows end-users, provided they are using a block-based theme, to switch between editing their post and the template that displays the post. As Josepha Haden <a href=\"https://wptavern.com/gutenberg-9-3-provides-indicator-of-where-full-site-editing-is-going-a-future-without-widgets-and-customizer-screens\">said last year</a>, the ultimate goal is to &ldquo;consolidate down to just one beautiful, intuitive interface.&rdquo; Essentially, this new feature merges content and design in a way we have not seen in core WordPress before. It is a step toward that lofty goal.</p>\n\n\n\n<p>Traditionally, WordPress has always separated content from design. However, these two aspects of websites are continually merging together. There is a desire for this. The adoption of page builders over the last half-decade or so has made it abundantly clear.</p>\n\n\n\n<p>The biggest issue with this new template mode is that users need a working knowledge of the WordPress template system to understand the ramifications of their edits. One of the primary questions of the focus area was whether it was clear that the user was making large-scale changes to all posts when switching to the template-editing mode.</p>\n\n\n\n<p>&ldquo;I believe it was not clear enough how those changes could impact the site,&rdquo; <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/#comment-1307\">wrote H&eacute;ctor Prieto in response</a>. &ldquo;If you don&rsquo;t already know how templates, template parts, and global blocks like Site Title work, you might not understand how your editing will affect the rest of the site.&rdquo;</p>\n\n\n\n<p>Switching modes does create a quick popup at the bottom left of the screen that reads:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Editing template. Changes made here affect all posts and pages that use the template.</p></blockquote>\n\n\n\n<p>It is easy to miss before it fades away. There is a ticket to <a href=\"https://github.com/WordPress/gutenberg/issues/28175\">stick this message</a> on the screen and allow the user to dismiss it. There is also another ticket for clarifying when a user is <a href=\"https://github.com/WordPress/gutenberg/issues/27849\">editing a template vs. content</a>.</p>\n\n\n\n<img />Entering template-editing mode from the post editor.\n\n\n\n<p>Gutenberg&rsquo;s current method is different than what you might see in a typical page builder. When switching to template-editing mode, the user is no longer editing that single post&rsquo;s front-end output. Instead, they are making global edits. A page builder would generally save any customizations to that page alone. If this remains the same, it could be a hurdle for the average user to clear.</p>\n\n\n\n<p>A template creation feature needs to be a part of this new mode. Users should be able to fork or clone their existing single post template and save it as a new template specific to that post. Or, maybe hand them a way to save it as a reusable template (i.e., &ldquo;page&rdquo; template). Paal Joachim Romdahl <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/#comment-1303\">shared a similar thought</a>, likening it to the &ldquo;Save As&hellip;&rdquo; feature commonly found in computer programs.</p>\n\n\n\n<p>I do question whether users should be able to edit global templates while editing a single post. The two are only related insofar as the template displays the post content on the front end. WordPress should explore any type of design work from the post-editing screen as, first and foremost, specific to that post.</p>\n\n\n\n<p>The volunteers also identified other issues. Applying changes to the template and saving drops the user back into the post editor. The &ldquo;cancel&rdquo; button is tough to find &mdash; it is in a different location than where the user clicked to go into template-editing mode.</p>\n\n\n\n<p>Switching between post and template editing feels like an FSE 2.0 type of thing. The development team has enough issues on its plate with the normal site editor. It is a far cry from being a viable, production-ready product. The team&rsquo;s focus should be on working the kinks out of that system before merging it with the post editor. Crawl before you walk. Walk before you run.</p>\n\n\n\n<p>However, I am willing to be pleasantly surprised. In the long run, it will probably be a good thing that we are getting an early look at what these two different pieces of WordPress will look like working in conjunction.</p>\n\n\n\n<p>This is also why participation in the FSE Outreach Program is vital. The community needs this more formal type of process to identify areas that need improvement.</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, 20 Jan 2021 23:17: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:14:\"Justin Tadlock\";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:42:\"HeroPress: Changing Careers Into 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:56:\"https://heropress.com/?post_type=heropress-essays&p=3454\";s: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:136:\"https://heropress.com/essays/changing-careers-into-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=changing-careers-into-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:6844:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/012021-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: With WordPress skills, you have more concrete skills to offer.\" /><p>If you’re looking to change careers into technology, WordPress is a great way to do it.</p>\n<p>In 2013, I was in a career counselor’s office. Just realizing that I needed to change careers out of music, almost the only thing I had known for the last 20 years:</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/trombone-namm.jpg\"><img /></a>At NAMM in Anaheim, California\n<p>Aside from feeling like a huge failure, I knew I’d need a lot of luck to get a job.</p>\n<p>Someone would have to take a big chance on me.</p>\n<p>But there were a few problems.</p>\n<p>I was terrified of talking to strangers, much less asking them big favors. And I had almost no traditionally useful skills.</p>\n<p>Enter WordPress.</p>\n<h2>Lots Of Options</h2>\n<p>When you’re changing careers, you’ll want skills that will help no matter what you end up doing.</p>\n<p>You don’t want to deep-dive into calculus and find out that it won’t help.</p>\n<p>Learning WordPress is perfect.</p>\n<p>If you get really interested in the technical side, you can be a JS or PHP developer.</p>\n<p>If you really like content creation, that’s also great. You can start a blog or work in marketing.</p>\n<p>If none of it interests you, at least you can help people set up a website as you look for another career.</p>\n<p>So soon after meeting with the career counselor, I took Zac Gordon’s course on WordPress Theme Development.</p>\n<p>I wrote a theme based on his course, and really liked how WordPress worked.</p>\n<p>He taught me to build sites, and later write plugins.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-zac-gordon.jpg\"><img /></a>Zac Gordon with XWP\n<h2>Invite Yourself To The Party</h2>\n<p>The great thing about WordPress is that you can contribute right away.</p>\n<p>With some careers, you need somebody to take a chance on you before you can do much.</p>\n<p>To get experience as an investment banker or business consultant, you probably need to actually have the job.</p>\n<p>But with WordPress, you can invite yourself.</p>\n<p>You can open pull requests to Core or Gutenberg without anyone asking.</p>\n<p>You can deploy plugins to wp.org that real people use, without having a college degree.</p>\n<p>With this growing experience, I applied online to <a href=\"https://xwp.co/\">XWP</a>.</p>\n<p>Weston Ruter responded right away, and was really helpful.</p>\n<p>I started opening simple PRs to “help” with the Customizer work.</p>\n<p>In reality, my work might have slowed things down, and was really simple.</p>\n<p>But I didn’t have to wait to be invited. I invited myself to the party, and one of the PRs was merged into Core.</p>\n<p>Later, when I interviewed with <a href=\"https://xwp.co/\">XWP</a> and got the job, I could show that I had a little experience working with other developers.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-xwp-1.jpg\"><img /></a>XWP At WordCamp US Contributor Day, 2017\n<p>It’s still embarrassing looking back at the work I did. But WordPress allows you to contribute, regardless of your experience level.</p>\n<p>Years later, when I lived in Mexico City, one of my friends got interested in technology.</p>\n<p>He was like me. He had a degree in an unrelated field, and wanted a great career.</p>\n<p>So I showed him how much opportunity WordPress has.</p>\n<p>He did something similar to what I did.</p>\n<p>He opened PRs to an agency’s repos, and the agency asked him if he wanted to talk about a job, without him needing to apply. Years later, he’s still doing really well at his job.</p>\n<p>I did very little, other than point him to a huge opportunity: WordPress.</p>\n<h2>Concrete Skills</h2>\n<p>Changing careers is really awkward.</p>\n<p>You read about networking, which seems like you’re asking strangers for favors and sending spam DMs.</p>\n<p>You also learn to reframe things as transferable skills.</p>\n<p>So if you’ve done hard things, you can say you’re “comfortable with ambiguity.”</p>\n<p>But with WordPress skills, you have more concrete skills to offer.</p>\n<p>It’s less awkward explaining to someone why they should take a chance on you.</p>\n<p>You’ve shown you’re committed to your career path by your portfolio of plugins.</p>\n<p>And you don’t have to send spam DMs on LinkedIn.</p>\n<p>In 2014, I went to my first WordPress meetup, <a href=\"https://www.meetup.com/WPLosAngeles\">WordPress Los Angeles</a>. I was nervous, but I wasn’t trying to take any value.</p>\n<p>I could even answer a few questions.</p>\n<p>Renee Johnson and I met there. We even reunited in WordCamp Europe and Mexico City several years later when I lived there:</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2022/01/with-renee.jpg\"><img /></a>Yani Jimenez and Renee Johnson, Mexico City\n<p>With WordPress skills, you can flip from taking to giving value. Everything is much less awkward.</p>\n<p>As you probably know, there are many self-taught developers in WordPress.</p>\n<p>College degrees rarely come up in hiring conversations, at least in my experience.</p>\n<p>And I’ve found WordPress very accepting of different career backgrounds. Matt Mullenweg was a musician, famously naming every release after a jazz musician.</p>\n<p>People in WordPress are very understanding about changing careers.</p>\n<p>Now, I don’t hide it, and it’s rarely more than a footnote in conversations.</p>\n<h2>Mentorship</h2>\n<p>Don’t go it alone.</p>\n<p>It’s easy to think that you can just take online courses and eventually be ready for a job.</p>\n<p>But code reviews are one of the main ways you’ll learn. And people in WP want to help.</p>\n<p>If you contribute a few PRs to someone’s GitHub repo, they’ll probably do a quick code review of your own plugin or theme.</p>\n<p>Weston was really helpful in doing a detailed review of my theme.</p>\n<p>You also can learn a lot contributing to Gutenberg or other plugins.</p>\n<p>They’ll give you detailed reviews. And you’ll basically get the same experience as if you were getting paid.</p>\n<p>But if I were to do this again, I’d also look for more formal mentorship.</p>\n<p>Hiring someone to review your plugins and themes would probably help.</p>\n<h2>Nothing To Fix</h2>\n<p>There’s a saying in marketing “what you can’t fix, you feature.”</p>\n<p>In WordPress, you don’t have to fix your non-traditional career background.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/changing-careers-into-wordpress/\">Changing Careers Into WordPress</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, 20 Jan 2021 17:50:06 +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:\"Ryan Kienstra\";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:44:\"Gary: WordPress Importers: Defining a Schema\";s: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:25:\"https://pento.net/?p=5495\";s: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://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\";s: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:8792:\"<p>While schemata are usually implemented using language-specific tools (eg, XML uses <a href=\"https://www.w3.org/standards/xml/schema\">XML Schema</a>, JSON uses <a href=\"https://json-schema.org/\">JSON Schema</a>), they largely use the same concepts when talking about data. This is rather helpful, we don&#8217;t need to make a decision on <a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">data formats</a> before we can start thinking about how the data should be arranged.</p>\n\n\n\n<p><em>Note: Since these concepts apply equally to all data formats, I&#8217;m using &#8220;WXR&#8221; in this post as shorthand for &#8220;the structured data section of whichever file format we ultimately use&#8221;, rather than specifically referring to the existing WXR format.</em> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<h2>Why is a Schema Important?</h2>\n\n\n\n<p>It&#8217;s fair to ask why, if the WordPress Importers have survived this entire time <em>without</em> a formal schema, why would we need one now?</p>\n\n\n\n<p>There are two major reasons why we haven&#8217;t needed one in the past:</p>\n\n\n\n<ul><li>WXR has remained largely unchanged in the last 10 years: there have been small additions or tweaks, but nothing significant. There&#8217;s been no need to keep track of changes.</li><li>WXR is currently very simple, with just a handful of basic elements. In a recent experiment, I was able to implement a JavaScript-based WXR generator in just a few days, entirely by referencing <a href=\"https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/export.php\">the Core implementation</a>.</li></ul>\n\n\n\n<p>These reasons are also why it would help to implement a schema for the future:</p>\n\n\n\n<ul><li>As work on WXR proceeds, there will likely need to be substantial changes to what data is included: adding new fields, modifying existing fields, and removing redundant fields. Tracking these changes helps ensure any WXR implementations can stay in sync.</li><li>These changes will result in a more complex schema: relying on the source to re-implement it will become increasingly difficult and error-prone. Following Gutenberg&#8217;s lead, it&#8217;s likely that we&#8217;d want to provide official libraries in both PHP and JavaScript: keeping them in sync is best done from a source schema, rather than having one implementation copy the other.</li></ul>\n\n\n\n<p>Taking the time to plan out a schema now gives us a solid base to work from, and it allows for future changes to happen in a reliable fashion.</p>\n\n\n\n<h2>WXR for all of WordPress</h2>\n\n\n\n<p>With a well defined schema, we can start to expand what data will be included in a WXR file.</p>\n\n\n\n<h3>Media</h3>\n\n\n\n<p>Interestingly, many of the challenges around media files are less to do with WXR, and more to do with importer capabilities. The biggest headache is retrieving the actual files, which the importer currently handles by trying to retrieve the file from the remote server, as defined in the <code>wp:attachment_url</code> node. In context, this behaviour is understandable: 10+ years ago, personal internet connections were too slow to be moving media around, it was better to have the servers talk to each other. It&#8217;s a useful mechanism that we should keep as a fallback, but the more reliable solution is to include the media file with the export.</p>\n\n\n\n<h3>Plugins and Themes</h3>\n\n\n\n<p>There are two parts to plugins and themes: the code, and the content. Modern WordPress sites <em>require</em> plugins to function, and most are customised to suit their particular theme.</p>\n\n\n\n<p>For exporting the code, I wonder if a tiered solution could be applied:</p>\n\n\n\n<ul><li>Anything from WordPress.org would just need their slug, since they can be re-downloaded during import. Particularly as WordPress continues to move towards an auto-updated future, modified versions of plugins and themes are explicitly not supported.</li><li>Third party plugins and themes would be given a filter to use, where they can provide a download URL that can be included in the export file.</li><li>Third party plugins/themes that don’t provide a download URL would either need to be skipped, or zipped up and included in the export file.</li></ul>\n\n\n\n<p>For exporting the content, WXR already includes custom post types, but doesn&#8217;t include custom settings, or custom tables. The former should be included automatically, and the latter would likely be handled by an appropriate action for the plugin to hook into.</p>\n\n\n\n<h3>Settings</h3>\n\n\n\n<p>There are a currently handful of special settings that are exported, but (as I just noted, particularly with plugins and themes being exported) this would likely need to be expanded to included most items in&nbsp;<code>wp_options</code>.</p>\n\n\n\n<h3>Users</h3>\n\n\n\n<p>Currently, the bare minimum information about users who’ve authored a post is included in the export. This would need to be expanded to include more user information, as well as users who aren’t post authors.</p>\n\n\n\n<h2>WXR for <em>parts</em> of WordPress</h2>\n\n\n\n<p>The modern use case for importers isn&#8217;t just to handle a full site, but to handle keeping sites in sync. For example, most news organisations will have a staging site (or even several layers of staging!) which is synchronised to production.</p>\n\n\n\n<p>While it&#8217;s well outside the scope of this project to directly handle every one of these use cases, we should be able to provide the framework for organisations to build reliable platforms on. Exports should be repeatable, objects in the export should have unique identifiers, and the importer should be able to handle any subset of WXR.</p>\n\n\n\n<h2>WXR Beyond WordPress</h2>\n\n\n\n<p>Up until this point, we&#8217;ve really been talking about&nbsp;WordPress→WordPress migrations, but I think WXR is a useful format beyond that. Instead of just containing direct exports of the data from particular plugins, we could also allow it to contain &#8220;types&#8221; of data. This turns WXR into an intermediary language, exports can be created from any source, and imported into WordPress.</p>\n\n\n\n<p>Let&#8217;s consider an example. Say we create a tool that can export a Shopify, Wix, or GoDaddy site to WXR, how would we represent an online store in the WXR file? We don&#8217;t want to export in the format that any particular plugin would use, since a WordPress Core tool shouldn&#8217;t be advantaging one plugin over others.</p>\n\n\n\n<p>Instead, it would be better if we could format the data in a platform-agnostic way, which plugins could then implement support for. As luck would have it, <a href=\"https://schema.org/\">Schema.org</a> provides exactly the kind of data structure we could use here. It&#8217;s been <a href=\"https://schema.org/docs/releases.html\">actively maintained for nearly nine years</a>, it supports a <a href=\"https://schema.org/docs/schemas.html\">wide variety of data types</a>, and is intentionally platform-agnostic.</p>\n\n\n\n<p>Gazing into my crystal ball for a moment, I can certainly imagine a future where plugins could implement and declare support for importing certain data types. When handling such an import (assuming one of those plugins wasn&#8217;t already installed), the WordPress Importer could offer them as options during the import process. This kind of seamless integration allows WordPress to show that it offers the same kind of fully-featured site building experience that modern CMS services do.</p>\n\n\n\n<p>Of course, reality is never quite as simple as crystal balls and magic wands make them out to be. We have to contend with services that provide incomplete or fragmented exports, and there are even services that deliberately don&#8217;t provide exports at all. In the next post, I&#8217;ll be writing about why we should address this problem, and how we might be able to go about it.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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, 19 Jan 2021 23:13: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:4:\"Gary\";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:101:\"WPTavern: Custom Layouts Plugin Creates a Posts Display System for Both the Classic and Block Editors\";s: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=110409\";s: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:247:\"https://wptavern.com/custom-layouts-plugin-creates-a-posts-display-system-for-both-the-classic-and-block-editors?utm_source=rss&utm_medium=rss&utm_campaign=custom-layouts-plugin-creates-a-posts-display-system-for-both-the-classic-and-block-editors\";s: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:5383:\"<p class=\"has-drop-cap\">Ross Morsali, via his brand Code Amp, released the <a href=\"https://wordpress.org/plugins/custom-layouts/\">Custom Layouts</a> plugin last week. The plugin&rsquo;s goal is to provide a visual post layout builder for users of both the block and classic editors.</p>\n\n\n\n<p>For end-users, this is yet another choice between the multitude of plugins for displaying posts. After years of new plugins launching in this space, it would seem that there would be a clear front-runner, but developers are still trying to tame this wild and complex feature. The Custom Layouts plugin has its own approach, and it is worth giving it a quick spin to see if it suits you.</p>\n\n\n\n<p>I have written extensively about the <a href=\"https://wptavern.com/gutenberg-9-6-introduces-drag-and-drop-blocks-and-global-inheritance-for-the-query-block\">upcoming Query block</a> and its role in the <a href=\"https://wptavern.com/understanding-the-query-block-and-its-importance-in-site-editing\">future of WordPress</a>. However, it is necessary to look at alternative solutions for displaying posts via the block editor. The Gutenberg development team should take note of the things that work and those that do not.</p>\n\n\n\n<p>For developers, the plugin is a noteworthy experiment that uses the block editor component system outside of the actual editor. Custom Layouts uses these various components on its custom Layout and Template Editor screens.</p>\n\n\n\n<p>The plugin is a product of Morsali learning React and the block system in the last year and a half. &ldquo;Working with Gutenberg and the Block Editor as a developer is a far superior experience to the old paradigm (the classic editor) &mdash; the learning curve is definitely greater, but once you get over the hump it seems the future is bright,&rdquo; he wrote in the <a href=\"https://codeamp.com/creating-the-custom-layouts-plugin/\">plugin&rsquo;s announcement post</a>. &ldquo;I also love the fact that we don&rsquo;t actually need to be using the Block Editor to use Gutenberg components &mdash; that means we can still build what we want and how we want it (providing we&rsquo;re using React), whilst keeping the UI in tune with the rest of WordPress.&rdquo;</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<img />Template editor screen.\n\n\n\n<p class=\"has-drop-cap\">Custom Layouts takes a different route than similar plugins, splitting its components into different screens. The terminology can be confusing to the uninitiated. The plugin introduces two parts that serve as the foundation of its system:</p>\n\n\n\n<ul><li><strong>Templates:</strong> Handles the design of individual posts.</li><li><strong>Layouts:</strong> Controls queried posts and their layout.</li></ul>\n\n\n\n<p>I have had a beta version of the plugin since late December. This has given me three weeks to decide whether I like the approach. On the one hand, the plugin caters to two different user bases. One set can implement their layouts via the Custom Layouts block. Those on the classic editor can use the Layout Editor screen. Both share the Template Editor.</p>\n\n\n\n<img />Creating a three-column grid layout.\n\n\n\n<p>The plugin&rsquo;s system is a good option for users of the classic editor. It comes with a visual interface they would otherwise not have. It also provides a shortcode for easy copying/pasting into the post editor.</p>\n\n\n\n<p>For users of the block editor, having a separate screen for the template builder will likely feel unnatural. Because the block editor is a visual interface itself, the multiple screens create a disjointed atmosphere that never feels <em>right</em>.</p>\n\n\n\n<p>However, there is a solution for that in the plugin. I recommend users skip the Template Editor and Layout Editor screens altogether. The Custom Layouts block serves as an alternative layout builder in the block editor. Plus, users can edit existing templates via a popup overlay or even create new ones without ever leaving the post-editing screen. </p>\n\n\n\n<img />Overlay for editing a template.\n\n\n\n<p>Building everything from the post editor feels like it should feel. Users get more of that instant feedback that they are accustomed to through the block editor.</p>\n\n\n\n<p>There are benefits to the multi-component system. Separating the template builder means that users can build and reuse a specific design from a single source. They can also update individual templates, which will subsequently apply to all uses of those templates across the site.</p>\n\n\n\n<p>The other benefit is that end-users are not overloaded with choices. Building a query-related block, widget, shortcode, or similar component is fraught with complexity. This is because there are three pieces of laying out a list of posts: the query to load them, the overall layout, and the design of the individual posts. Putting options for each of these pieces into the block inspector, for example, means creating a balance between sacrificing some choices and providing every possible setting to the user. This balancing act is what drove Morsali toward separating the components of the plugin.</p>\n\n\n\n<p>On the whole, Custom Layouts is a solid plugin. The downside is that there is a little bit of a learning curve because it serves two audiences. Users will need to figure out which workflow best suits them first. Once they figure that out, the plugin is pretty nice to work with.</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, 19 Jan 2021 21: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:14:\"Justin Tadlock\";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:84:\"WPTavern: WordPress for Android Previews New Story Posts Feature, Now in Public 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=110474\";s: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:211:\"https://wptavern.com/wordpress-for-android-previews-new-story-posts-feature-now-in-public-beta?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-for-android-previews-new-story-posts-feature-now-in-public-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:3697:\"<p>WordPress users on Android may have noticed a new prompt in the mobile app for publishing Story posts. This feature is now in public beta in the Android app, ahead of an upcoming launch on the WordPress iOS app. Stories will also coming to the Block editor on WordPress.com in early 2021. </p>\n\n\n\n<p>Early access to Story posts is available in version 16.3+ of the app, released in mid-December. The prompt appears at the bottom of the site management screen. Selecting a Story post immediately takes you to your phone&rsquo;s media where you can add photos or a video.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p><br />The mobile app&rsquo;s implementation of the Stories feature is different from other platforms, like Instagram and Facebook, in several key ways. Most importantly, WordPress stories are not ephemeral. They live permanently on your site and anyone can view them after they are published. WordPress.com&rsquo;s <a href=\"https://wordpress.com/support/story-block/\">documentation</a> for the block highlights a few differences: </p>\n\n\n\n<ul><li>Posts with Stories won&rsquo;t disappear after 24 hours.&nbsp;</li><li>The Story content can be added to and edited after publishing.&nbsp;</li><li>Anyone visiting your site can view the Story.&nbsp;</li><li>You can share your Story on any platform using the post&nbsp;<a href=\"https://wordpress.com/support/permalinks-and-slugs/\">permalink</a>.</li></ul>\n\n\n\n<p>After testing the feature, I can confirm a few more differences. While the WordPress app&rsquo;s implementation transcends other platforms&rsquo; limitations on the duration of the story&rsquo;s visibility, it lacks basic features that users have come to expect from other apps. It doesn&rsquo;t support animated gifs, effects, location, stickers, music, and other embellishments that make stories such a creative social medium. At the moment, the only thing you can do is add colored text with a background.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>Videos work as Stories, too, but they don&rsquo;t seem to have the same preview with a thumbnail image. It&rsquo;s just a generic placeholder for now. That may be something the team is still working on, but I logged an <a href=\"https://github.com/wordpress-mobile/WordPress-Android/issues/13809\">issue</a> on GitHub for it, in case it&rsquo;s a bug. </p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>In the interest of owning your own content, I can see it being useful to create stories on your own website and share them to other networks. The current implementation is basically a fullscreen slideshow. It is not yet more compelling than what social networks offer, but it looks like WordPress for iOS <a href=\"https://github.com/tumblr/kanvas-ios/projects/1\">plans to expand on these features</a> using the open source <a href=\"https://github.com/tumblr/kanvas-ios\">Kanvas library</a> from Tumblr.</p>\n\n\n\n<p>Kanvas makes it possible to add&nbsp;effects, drawings, text, stickers, and make GIFs from existing media or the camera. If you have ever used the&nbsp;<a href=\"https://apps.apple.com/us/app/tumblr/id305343404\">Tumblr iOS app</a> then you have seen Kanvas in action in the camera, media editor, GIF maker, and media posting tool. It should make for a more exciting Stories implementation on iOS, with features on par with what users have come to expect from other platforms. Something similar for Android may be in the works and this post will be updated as soon as we receive comments from the mobile team.</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, 18 Jan 2021 23:55:06 +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:53:\"Gary: WordPress Importers: Getting Our House in Order\";s: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:25:\"https://pento.net/?p=5465\";s: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://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\";s: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:15440:\"<p>The <a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">previous post</a> talked about the broad problems we need to tackle to bring our importers up to speed, making them available for everyone to use.</p>\n\n\n\n<p>In this post, I&#8217;m going to focus on what we could do with the existing technology, in order to give us the best possible framework going forward.</p>\n\n\n\n<h2>A Reliable Base</h2>\n\n\n\n<p>Importers are an interesting technical problem. Much like you&#8217;d expect from any backup/restore code, importers need to be extremely reliable. They need to comfortable handle all sorts of unusual data, and they need to keep it all safe. Particularly considering their age, the WordPress Importers do a remarkably good job of handling most content you can throw at it.</p>\n\n\n\n<p>However, modern development practices have evolved and improved since the importers were first written, and we should certainly be making use of such practices, when they fit with our requirements.</p>\n\n\n\n<p>For building reliable software that we expect to largely run by itself, a variety of comprehensive automated testing is critical. This ensures we can confidently take on the broader issues, safe in the knowledge that we have a reliable base to work from.</p>\n\n\n\n<p>Testing <em>must</em> be the first item on this list. A variety of automated testing gives us confidence that changes are safe, and that the code can continue to be maintained in the future.</p>\n\n\n\n<p>Data formats must be well defined. While this is useful for ensuring data can be handled in a predictable fashion, it&#8217;s also a very clear demonstration of our commitment to data freedom.</p>\n\n\n\n<p>APIs for creating or extending importers should be straightforward for hooking into.</p>\n\n\n\n<h3>Performance Isn&#8217;t an Optional Extra</h3>\n\n\n\n<p>With sites constantly growing in size (and with the export files potentially gaining a heap of extra data), we need to care about the performance of the importers.</p>\n\n\n\n<p>Luckily, there&#8217;s already been some substantial work done on this front:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2015/11/18/wordpress-importer-redux/\">WordPress Importer Redux</a></blockquote>\n</div>\n\n\n\n<p>There are other groups in the WordPress world who&#8217;ve made performance improvements in their own tools: gathering all of that experience is a relatively quick way to bring in production-tested improvements.</p>\n\n\n\n<h2>The WXR Format</h2>\n\n\n\n<p>It&#8217;s worth talking about the WXR format itself, and determining whether it&#8217;s the best option for handling exports into the future. XML-based formats are largely viewed as a relic of days gone past, so (if we were to completely ignore backwards compatibility for a moment) is there a modern data format that would work better?</p>\n\n\n\n<p>The short answer&#8230; kind of. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<p>XML is actually well suited to this use case, and (particularly when looking at performance improvements) is the only data format for which PHP comes with a built-in streaming parser.</p>\n\n\n\n<p>That said, WXR is basically an extension of the RSS format: as we add more data to the file that clearly doesn&#8217;t belong in RSS, there is likely an argument for defining an entirely WordPress-focused schema.</p>\n\n\n\n<h3>Alternative Formats</h3>\n\n\n\n<p>It&#8217;s important to consider what the priorities are for our export format, which will help guide any decision we make. So, I&#8217;d like to suggest the following priorities (in approximate priority order):</p>\n\n\n\n<ul><li><strong>PHP Support</strong>: The format should be natively supported in PHP, thought it is still workable if we need to ship an additional library.</li><li><strong>Performant</strong>: Particularly when looking at very large exports, it should be processed as quickly as possible, using minimal RAM.</li><li><strong>Supports Binary Files</strong>: <a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/#comment-37926\">The first comments on my previous post</a> asked about media support, we clearly should be treating it as a first-class citizen.</li><li><strong>Standards Based</strong>: Is the format based on a documented standard? (Another way to ask this: are there multiple different implementations of the format? Do those implementations all function the same?</li><li><strong>Backward Compatible</strong>: Can the format be used by existing tools with no changes, or minimal changes?</li><li><strong>Self Descriptive</strong>: Does the format include information about what data you&#8217;re currently looking at, or do you need to refer to a schema?</li><li><strong>Human Readable</strong>: Can the file be opened and read in a text editor?</li></ul>\n\n\n\n<p>Given these priorities, what are some options?</p>\n\n\n\n<h4>WXR (XML-based)</h4>\n\n\n\n<p>Either the RSS-based schema that we already use, or a custom-defined XML schema, the arguments for this format are pretty well known.</p>\n\n\n\n<p>One argument that hasn&#8217;t been well covered is how there&#8217;s a definite trade-off when it comes to supporting binary files. Currently, the importer tries to scrape the media file from the original source, which is not particularly reliable. So, if we were to look at including media files in the WXR file, the best option for storing them is to base64 encode them. Unfortunately, that would have a serious effect on performance, as well as readability: adding huge base64 strings would make even the smallest exports impossible to read.</p>\n\n\n\n<p>Either way, this option would be mostly backwards compatible, though some tools may require a bit of reworking if we were to substantial change the schema.</p>\n\n\n\n<h4>WXR (ZIP-based)</h4>\n\n\n\n<p>To address the issues with media files, an alternative option might be to follow the path that Microsoft Word and OpenOffice use: put the text content in an XML file, put the binary content into folders, and compress the whole thing. </p>\n\n\n\n<p>This addresses the performance and binary support problems, but is initially worse for readability: if you don&#8217;t know that it&#8217;s a ZIP file, you can&#8217;t read it in a text editor. Once you unzip it, however, it does become quite readable, and has the same level of backwards compatibility as the XML-based format.</p>\n\n\n\n<h4>JSON</h4>\n\n\n\n<p>JSON could work as a replacement for XML in both of the above formats, with one additional caveat: there is no streaming JSON parser built in to PHP. There are 3rd party libraries available, but given <a href=\"http://seriot.ch/parsing_json.php\">the documented differences between JSON parsers</a>, I would be wary about using one library to produce the JSON, and another to parse it.</p>\n\n\n\n<p>This format largely wouldn&#8217;t be backwards compatible, though tools which rely on the export file being plain text (eg, command line tools to do broad search-and-replaces on the file) can be modified relatively easily.</p>\n\n\n\n<p>There are additional subjective arguments (both for and against) the readability of JSON vs XML, but I&#8217;m not sure there&#8217;s anything to them beyond personal preference.</p>\n\n\n\n<h4>SQLite</h4>\n\n\n\n<p>The <a href=\"https://sqlite.org/index.html\">SQLite</a> team wrote <a href=\"https://www.sqlite.org/affcase1.html\">an interesting (indirect) argument</a> on this topic: OpenOffice uses a ZIP-based format for storing documents, the SQLite team argued that there would be benefits (particularly around performance and reliability) for OpenOffice to switch to SQLite.</p>\n\n\n\n<p>They key issues that I see are:</p>\n\n\n\n<ul><li>SQLite is included in PHP, but <a href=\"https://www.php.net/manual/en/sqlite3.installation.php\">not enabled by default on Windows</a>.</li><li>While the SQLite team have a strong commitment to providing long-term support, SQLite is not a standard, and the only implementation is the one provided by the SQLite team.</li><li>This option is not backwards compatible at all.</li></ul>\n\n\n\n<h4>FlatBuffers</h4>\n\n\n\n<p><a href=\"http://google.github.io/flatbuffers/\">FlatBuffers</a> is an interesting comparison, since it&#8217;s a data format focussed entirely on speed. The down side of this focus is that it <em>requires</em> a defined schema to read the data. Much like SQLite, the only standard for FlatBuffers is the implementation. Unlike SQLite, FlatBuffers has made no commitments to providing long-term support.</p>\n\n\n\n<table class=\"has-fixed-layout\"><thead><tr><th></th><th class=\"has-text-align-center\">WXR (XML-based)</th><th class=\"has-text-align-center\">WXR (ZIP-based)</th><th class=\"has-text-align-center\">JSON</th><th class=\"has-text-align-center\">SQLite</th><th class=\"has-text-align-center\">FlatBuffers</th></tr></thead><tbody><tr><td>Works in PHP?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td></tr><tr><td>Performant?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td></tr><tr><td>Supports Binary Files?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td></tr><tr><td>Standards Based?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /> / <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr><tr><td>Backwards Compatible?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr><tr><td>Self Descriptive?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr><tr><td>Readable?</td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /> / <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td><td class=\"has-text-align-center\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/274c.png\" alt=\"❌\" class=\"wp-smiley\" /></td></tr></tbody></table>\n\n\n\n<p>As with any decision, this is a matter of trade-offs. I&#8217;m certainly interested in hearing additional perspectives on these options, or thoughts on options that I haven&#8217;t considered.</p>\n\n\n\n<p>Regardless of which particular format we choose for storing WordPress exports, every format should have (or in the case of FlatBuffers, <em>requires</em>) a schema. We can talk about schemata without going into implementation details, so I&#8217;ll be writing about that in the next post.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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:\"Mon, 18 Jan 2021 22:50: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";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:63:\"WPTavern: Kinsta Launches Free Local WordPress Development Tool\";s: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=110351\";s: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:171:\"https://wptavern.com/kinsta-launches-free-local-wordpress-development-tool?utm_source=rss&utm_medium=rss&utm_campaign=kinsta-launches-free-local-wordpress-development-tool\";s: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:5961:\"<p class=\"has-drop-cap\">Kinsta, a managed WordPress hosting company, announced its local development tool named <a href=\"https://kinsta.com/devkinsta/\">DevKinsta</a> earlier today. The tool allows developers to spin up new WordPress sites, including multisite support, in moments. Each site is automatically configured with Nginx, PHP, and MySQL.</p>\n\n\n\n<p>DevKinsta packages Adminer, an open-source database manager. The system also includes an SMTP server and email inbox for testing outgoing emails locally.</p>\n\n\n\n<p>&ldquo;This is the first version of the tool, let&rsquo;s say the MVP, but we have a dedicated development team supporting and adding a lot of new features to it,&rdquo; said Tom Zsomborgi, Kinsta&rsquo;s Chief Business Officer.</p>\n\n\n\n<p>Developers can run and test HTTPS support and enable <code>WP_DEBUG</code> at the flip of a switch. Kinsta web hosting customers can also deploy their sites directly from the interface.</p>\n\n\n\n<p>It took me around an hour to get the system set up and running. To be more exact, I spent 53 minutes. Close enough. Between having to sign out, restart my laptop, and waiting for various pieces to install, I at least managed to get a little laundry done in those dull, in-between moments.</p>\n\n\n\n<img />Installing DevKinsta on Windows.\n\n\n\n<p>The setup process was not a completely pain-free affair. However, the price of admission to use this tool &mdash; a little bit of my time &mdash; was well worth it.</p>\n\n\n\n<p>Let me be clear. I have tested far worse systems. Even with over 15 years of development experience under my belt, I have utterly failed at setting up other local dev environments. For DevKinsta to simply get me to the finish line is a success.</p>\n\n\n\n<p>However, I like simple things, and I prefer them to move along relatively quickly. I am accustomed to a 20-minute XAMPP setup. While it may not be as fancy or have the bells and whistles of more sophisticated development tools, it gets the job done and rarely doles out headaches.</p>\n\n\n\n<p>The holdup was setting up Windows Subsystem for Linux (WSL 2) and Docker, which are both requirements. Jump-starting DevKinsta itself was a breeze. And, as an old-school XAMPP user, DevKinsta&rsquo;s ease of use has pulled me in enough to do more than just give it a passing glance. I could actually see myself using this on a day-to-day basis.</p>\n\n\n\n<p>In short, I am sold. DevKinsta is a tool all WordPress developers should at least spin up once.</p>\n\n\n\n<p>Thus far, the <a href=\"https://twitter.com/kinsta/status/1351177344740941829\">feedback on Twitter</a> has been generally positive. However, Linux users may have to wait a bit because the tool is only available for macOS and Windows at the moment.</p>\n\n\n\n<p>&ldquo;I love seeing companies releasing local development tools but I wish more would offer their services to Linux users,&rdquo; <a href=\"https://twitter.com/chadmccullough/status/1351195217483988998\">tweeted</a> WordPress developer Chad McCullough. &ldquo;There are a lot of us developers out there running Linux.&rdquo; The Kinsta team responded that the tool will eventually support Linux and that news is forthcoming.</p>\n\n\n\n<img />Spinning up a new WordPress site.\n\n\n\n<p>The simple and straightforward UI is what makes this tool useful. Most developers do not need overly complicated configurations and options. They simply need to launch an environment that lets them work on their own projects. Anything beyond the basics far too often gets in the way.</p>\n\n\n\n<p>DevKinsta makes it easy to launch and manage multiple development installs. Developers can also switch PHP versions via a simple dropdown &mdash; versions 7.2 &ndash; 8.0 are currently supported.</p>\n\n\n\n<img />Site management screen.\n\n\n\n<p>The obvious comparison for DevKinsta will be against <a href=\"https://localwp.com/\">Local by Flywheel</a>, which has increasingly become a primary tool for many WordPress developers.</p>\n\n\n\n<p>Zsomborgi explained why the company thinks DevKinsta is a better option. &ldquo;In our case, Docker is an important part here. Local doesn&rsquo;t use virtualization in the background. Local has to install every piece of the environment to the host machine (NGINX, apache, different PHP versions, etc.). DevKinsta encapsulates these technologies into containers. Containers do make things easier for maintaining different applications without interrupting the host OS or installing many of the dependencies that are not required. We pretty much don&rsquo;t touch the host OS, but have Docker as our main dependency to run the applications on their own environments.&rdquo;</p>\n\n\n\n<p>He said this speeds up the upgrade process and makes it easier to maintain bug fixes and send out security patches. He also said that because each application runs on its own Kernel namespace, any security issues should not affect the host OS.</p>\n\n\n\n<p>&ldquo;If the user is comfortable enough with Docker, he can extend DevKinsta features,&rdquo; said Zsomborgi. &ldquo;For example, he can monitor the usage of the container, or the PHP usage specifically as an example with docker monitoring tools that comes out of the box with Docker installation. The user can install any utility inside DevKinsta containers without touching the host OS and use applications that are not supported on Windows, for example.&rdquo;</p>\n\n\n\n<p>One of the use cases he mentioned was installing a benchmark tool to get statistics about site performance. This can be installed inside the Nginx container as a sidecar or separate container.</p>\n\n\n\n<p>&ldquo;In the past, Local didn&rsquo;t use exactly Docker,&rdquo; said Zsomborgi. &ldquo;They used VirtualBox + DockerMachine. We tried it, and it was a bit painful. But without VirtualBox, DevKinsta can be more stable and scalable. So we use Docker without VirtualBox. It also needs virtualization, but nowadays, there are fewer Windows computers that have disabled virtualization by default.&rdquo;</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, 18 Jan 2021 21:07:16 +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:\"Justin Tadlock\";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:46:\"Gary: WordPress Importers: Stating the Problem\";s: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:25:\"https://pento.net/?p=5449\";s: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://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\";s: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:8838:\"<p>It&#8217;s time to focus on the WordPress Importers.</p>\n\n\n\n<p>I&#8217;m not talking about tidying them up, or improve performance, or fixing some bugs, though these are certainly things that should happen. Instead, we need to consider their purpose, how they fit as a driver of WordPress&#8217; commitment to Open Source, and how they can be a key element in helping to keep the Internet Open and Free.</p>\n\n\n\n<h2>The History</h2>\n\n\n\n<p>The WordPress Importers are arguably <em>the</em> key driver to WordPress&#8217; early success. Before the importer plugins existed (before WordPress even supported plugins!) there were a handful of <code>import-*.php</code> scripts in the <a href=\"https://core.trac.wordpress.org/browser/trunk/wp-admin?rev=688\"><code>wp-admin</code> directory</a> that could be used to import blogs from other blogging platforms. When other platforms fell out of favour, WordPress already had an importer ready for people to move their site over. One of the most notable instances was in 2004, <a href=\"https://github.com/WordPress/book/blob/trunk/Content/Part%202/9-freedom-zero.md\">when Moveable Type changed their license and prices</a>, suddenly requiring personal blog authors to pay for something that had previously been free. WordPress was fortunate enough to be in the right place at the right time: many of WordPress&#8217; earliest users came from Moveable Type.</p>\n\n\n\n<p>As time went on, WordPress became well known in its own right. Growth relied less on people wanting to switch from another provider, and more on people choosing to start their site with WordPress. For <a href=\"https://core.trac.wordpress.org/ticket/13307\">practical reasons</a>, the importers were moved out of WordPress Core, and into their own plugins. Since then, they&#8217;ve largely been in maintenance mode: bugs are fixed when they come up, but since export formats rarely change, they&#8217;ve just continued to work for all these years.</p>\n\n\n\n<p>An unfortunate side effect of this, however, is that new importers are rarely written. While a new breed of services have sprung up over the years, the WordPress importers haven&#8217;t kept up.</p>\n\n\n\n<h2>The New Services</h2>\n\n\n\n<p>There are many new CMS services that have cropped up in recent years, and we don&#8217;t have importers for any of them. WordPress.com has a few extra ones written, but they&#8217;ve been built on the WordPress.com infrastructure out of necessity.</p>\n\n\n\n<p>You see, we&#8217;ve always assumed that other CMSes will provide some sort of export file that we can use to import into WordPress. That isn&#8217;t always the case, however. Some services (notable, <a href=\"https://support.wix.com/en/article/exporting-or-embedding-your-wix-site-elsewhere\">Wix</a> and <a href=\"https://godaddy.com/community/Websites-Marketing-Website/Exporting-Website-Builder-Site-to-Word-Press/td-p/124526\">GoDaddy Website Builder</a>) deliberately don&#8217;t allow you to export your own content. Other services provide incomplete or fragmented exports, needlessly forcing stress upon site owners who want to use their own content outside of that service.</p>\n\n\n\n<p>To work around this, WordPress.com has implemented importers that effectively scrape the site: while this has worked to some degree, it does require regular maintenance, and the importer has to do a lot of guessing about how the content should be transformed. This is clearly not a solution that would be maintainable as a plugin.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 4</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>Some services work against their customers, and actively prevent site owners from controlling their own content.</strong></p>\n</div></div>\n\n\n\n<p>This strikes at the heart of the <a href=\"https://wordpress.org/about/#bill-of-rights\">WordPress Bill of Rights</a>. WordPress is built with fundamental freedoms in mind: all of those freedoms point to owning your content, and being able to make use of it in any form you like. When a CMS actively works against providing such freedom to their community, I would argue that we have an obligation to help that community out.</p>\n\n\n\n<h2>A Variety of Content</h2>\n\n\n\n<p>It&#8217;s worth discussing how, when starting a modern CMS service, the bar for success is very high. You can&#8217;t get away with just providing a basic CMS: you need to provide all the options. Blogs, eCommerce, mailing lists, forums, themes, polls, statistics, contact forms, integrations, embeds, the list goes on. The closest comparison to modern CMS services is&#8230; the <em>entire</em> WordPress ecosystem: built on WordPress core, but with the myriad of plugins and themes available, along with the variety of services offered by a huge array of companies.</p>\n\n\n\n<p>So, when we talk about the importers, we need to consider how they&#8217;ll be used.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 3</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>To import from a modern CMS service into WordPress, your importer needs to map from service features to WordPress plugins.</strong></p>\n</div></div>\n\n\n\n<h2>Getting Our Own House In Order</h2>\n\n\n\n<p>Some of these problems don&#8217;t just apply to new services, however.</p>\n\n\n\n<p>Out of the box, WordPress exports to WXR (WordPress eXtended RSS) files: an XML file that contains the <em>content</em> of the site. Back when WXR was first created, this was all you really needed, but much like the rest of the WordPress importers, it hasn&#8217;t kept up with the times. A modern WordPress site isn&#8217;t just the sum of its content: a WordPress site has plugins and themes. It has various options configured, it has huge quantities of media, it has masses of text content, far more than the first WordPress sites ever had.  </p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 2</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>WXR doesn&#8217;t contain a full export of a WordPress site.</strong></p>\n</div></div>\n\n\n\n<p>In my view, WXR is a solid format for handling exports. An XML-based system is quite capable of containing all forms of content, so it&#8217;s reasonable that we could expand the WXR format to contain the entire site.</p>\n\n\n\n<h2>Built for the Future</h2>\n\n\n\n<p>If there&#8217;s one thing we can learn from the history of the WordPress importers, it&#8217;s that maintenance will potentially be sporadic. Importers are unlikely to receive the same attention that the broader WordPress Core project does, owners may come and go. An importer will get attention if it breaks, of course, but it otherwise may go months or years without changing.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-align-center\">Problem Number 1</p>\n\n\n\n<p class=\"alignwide has-extra-large-font-size\"><strong>We can&#8217;t depend on regular importer maintenance in the future.</strong></p>\n</div></div>\n\n\n\n<p>It&#8217;s quite possible to build code that will be running in 10+ years: we see examples all across the WordPress ecosystem. Doing it in a reliable fashion needs to be a deliberate choice, however.</p>\n\n\n\n<h2>What&#8217;s Next?</h2>\n\n\n\n<p>Having worked our way down from the larger philosophical reasons for the importers, to some of the more technically-oriented implementation problems; I&#8217;d like to work our way back out again, focussing on each problem individually. In the following posts, I&#8217;ll start laying out how I think we can bring our importers up to speed, prepare them for the future, and make them available for everyone.</p>\n\n\n\n<div class=\"wp-block-group is-style-twentytwentyone-border\"><div class=\"wp-block-group__inner-container\">\n<p><em>This post is part of a series, talking about the WordPress Importers, their history, where they are now, and where they could go in the future.</em></p>\n\n\n\n<ul><li><em><a href=\"https://pento.net/2021/01/18/wordpress-importers-stating-the-problem/\">Part 1: Stating the Problem</a></em></li><li><em><a href=\"https://pento.net/2021/01/19/wordpress-importers-getting-our-house-in-order/\">Part 2: Getting Our House in Order</a></em></li><li><em><a href=\"https://pento.net/2021/01/20/wordpress-importers-defining-a-schema/\">Part 3: Defining a Schema</a></em></li><li><a href=\"https://pento.net/2021/01/21/wordpress-importers-free-as-in-speech/\"><em>Part 4: Free (as in Speech)</em></a></li></ul>\n\n\n\n<p></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:\"Mon, 18 Jan 2021 00:25: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:4:\"Gary\";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:77:\"WPTavern: MapLibre Launches as Official Open Source Successor to Mapbox GL JS\";s: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=110489\";s: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:199:\"https://wptavern.com/maplibre-launches-as-official-open-source-successor-to-mapbox-gl-js?utm_source=rss&utm_medium=rss&utm_campaign=maplibre-launches-as-official-open-source-successor-to-mapbox-gl-js\";s: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:2864:\"<p>In December, Mapbox shocked its open source contributor community with the news that <a href=\"https://wptavern.com/mapbox-gl-js-is-no-longer-open-source\">Mapbox GL JS version 2.0 would be released under a proprietary license</a>. The JavaScript library powers interactive, customizable vector maps on many high profile websites like CNN, The New York Times, Ancestry, Strava, Shopify, Facebook, and more. Older versions remain open source but Mapbox will only be investing in developing new features for the proprietary version going forward.</p>\n\n\n\n<p>Multiple parties started their own forks immediately following Mapbox&rsquo;s announcement. In an effort to avoid fragmentation, the community worked together to merge their ideas under one project. One month later, <a href=\"https://github.com/maplibre/maplibre-gl-js\">MapLibre GL</a> is now the official open source successor to Mapbox GL JS. The project&rsquo;s founders represent a diverse group of companies who relied on the open source software, including MapTiler, Elastic, StadiaMaps, Microsoft, Ceres Imaging, WhereGroup, Jawg, Stamen Design, and more.</p>\n\n\n\n<p>&ldquo;In December 2020, Mapbox released the second version of their JavaScript library for publishing maps online,&rdquo; MapTiler founder and CEO Petr Pridal said. &ldquo;However, this time all the new features were overshadowed by a change in the license: previously free as in freedom, it became closed for external contributors and usage was restricted to people with active Mapbox subscriptions. One has to pay even for loading this JavaScript library.&rdquo;</p>\n\n\n\n<p>Pridal said the MapLibre project name is a shortened form of &ldquo;Map library restarted (or reinvented),&rdquo; with <em>libre</em> referring to freedom and independence. Its founders agreed that MapLibre should be provider-independent, so developers can load maps from their preferred providers or self-hosted maps.</p>\n\n\n\n<p> The community-led fork may also become home to <a href=\"https://github.com/maptiler/maplibre-gl-native\">MapLibre GL Native</a>, as contributors are considering a proposal to put MapTiler&rsquo;s open source fork of Mapbox&rsquo;s mobile map SDKs for Android and iOS under the MapLibre umbrella.</p>\n\n\n\n<p>Mapbox is used by <a href=\"https://jetpack.com/support/jetpack-blocks/map-block/\">WordPress.com</a> as well as in Jetpack for the <a href=\"https://jetpack.com/support/jetpack-blocks/map-block/\">Map block</a>. The library is also used in many&nbsp;<a href=\"https://wordpress.org/plugins/search/mapbox/\">plugins</a>&nbsp;on WordPress.org, some with tens of thousands of users. Plugin developers who have integrated Mapbox GL JS version 1.13 or older will want to check out the <a href=\"https://github.com/maplibre/maplibre-gl-js\">MapLibre</a> project as an open source alternative to Mapbox&rsquo;s proprietary 2.0 update. </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, 15 Jan 2021 23:51: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: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:99:\"WPTavern: A Multi-Theme System, the Decade-Long Wait for Grandchild Themes, and Themeless Templates\";s: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=110476\";s: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:239:\"https://wptavern.com/a-multi-theme-system-the-decade-long-wait-for-grandchild-themes-and-themeless-templates?utm_source=rss&utm_medium=rss&utm_campaign=a-multi-theme-system-the-decade-long-wait-for-grandchild-themes-and-themeless-templates\";s: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:5994:\"<p class=\"has-drop-cap\">Around 2010, child theming had finally caught its stride. Bigger theme shops were starting to take note, and some were implementing advanced parent themes that were meant to serve as a &ldquo;framework&rdquo; for creating child themes. The theme development community hit a bit of a brick wall amid this explosion of child theming. Grandchild themes became a topic of debate.</p>\n\n\n\n<p>One of the use cases for child themes was to protect customizations made by end-users. When the parent theme was updated, those changes remained intact within the child theme. Users could get bug fixes and enhancements without worry. It was an ingenious system.</p>\n\n\n\n<p>However, another use case for child themes was to create vast customizations of the parent theme. Many of these child themes were marketed and sold to end-users. <em>The problem?</em> There was no way for users to protect their customizations if and when the developer updated the child theme. WordPress had no grandchild theme concept or any other sort of cascading theme system beyond the parent-child relationship.</p>\n\n\n\n<p>So, the problem remained. Unsolved.</p>\n\n\n\n<p>Some businesses such as StudioPress and its Genesis parent theme thrived over the years with this system. Others moved along. In reality, child theming became a niche feature that WordPress never expanded upon in any meaningful way. Theme authors were left to their own devices. With the arrival of the customizer and the expansion of page builders, code customizations almost disappeared. Most modifications were handled via an interface launched from the WordPress admin. The average user had little need to DIY their way through custom templates. Thus began child theming&rsquo;s drizzle into near obscurity.</p>\n\n\n\n<p>Gutenberg&rsquo;s site editor, which will likely land in WordPress this year, had seemed to be the upcoming final blow to the child theming paradigm. Everyone from developers to end-users will be able to roll out custom templates directly from the WordPress admin.</p>\n\n\n\n<p>However, should we be rethinking the role of a hierarchical theming system?</p>\n\n\n\n<p>Full Site Editing is already introducing an extra level to the hierarchy. Traditionally, WordPress theming had a two-tier template hierarchy. In the future, it will add a tier for user-created templates. If that is possible, why not go ahead and throw in grandchild themes? Or, simply do away with such arbitrary limitations altogether?</p>\n\n\n\n<p>A new pull request to the Gutenberg repository essentially <a href=\"https://github.com/WordPress/gutenberg/pull/28131\">creates a multi-theme system</a>. Or, rather, it creates a multi-theme templating system. Aside from the <code>style.css</code>, <code>functions.php</code>, and <code>theme.json</code> files, block-based themes are essentially a collection of templates.</p>\n\n\n\n<p>The patch is proposing that users should be able to opt into this multi-template system. They would have the option to keep templates from an old theme around when they switch to a new one. While not currently implemented in the pull request, he also proposes allowing users to clone templates from their old theme.</p>\n\n\n\n<p>&ldquo;In recent months, there have been whispers around the future possibility of multiple themes being active, templates being &lsquo;themeless,&rsquo; etc.,&rdquo; wrote the patch creator. &ldquo;This branch is an implementation of that. The idea behind this implementation is there can only be one active theme at a time, but the <code>wp_theme</code> taxonomy can be used to link up individual templates / template parts with one or more themes at a time.&rdquo;</p>\n\n\n\n<p>It does not fulfill the dreams of a decade-old grandchild theme system. However, it could provide some precedent for exploring a full hierarchical theme system.</p>\n\n\n\n<p>With the simplification and further standardization of how themes work, we should be dusting off old ideas and shoving them into a new light.</p>\n\n\n\n<p>Full Site Editing will eventually solve the grandchild theme problem regardless of whether it had intended to. With the new tier of custom user templates, the upgradability problem created years ago will simply disappear. Users will be able to readily update their parent and child themes without fear of losing customizations. WordPress will safely store their custom templates in the database. It will even keep their design changes via the Global Styles system. Maybe, just maybe, child themes will begin to reach their initial height of popularity.</p>\n\n\n\n<p>With the proposed system, users could mix and match templates from unrelated themes. If this happens, it begs the question of whether <em>theme</em> templates are even necessary.</p>\n\n\n\n<p>Last year, Rich Tabor opened a discussion on the possibility of a <a href=\"https://richtabor.com/the-future-of-wordpress-themes/\">single master theme</a> for WordPress. In that system, WordPress would create a set of base templates. Theme authors could simply override the pieces that they wanted. They could even pare themes down to simple <code>style.css</code> and <code>theme.json</code> files.</p>\n\n\n\n<p>That almost seems to be a recipe for bland and boring themes. However, if you couple it with a template directory on WordPress.org similar to what GutenbergHub has <a href=\"https://wptavern.com/gutenberg-hub-launches-landing-page-templates-directory\">already introduced</a>, users could pick and choose the templates they want. It could be both wondrous and disastrous, but I would not mind exploring the idea.</p>\n\n\n\n<p>WordPress and its Gutenberg project have a lot of options on the table. Theme building could become interesting in the next year or two.</p>\n\n\n\n<p class=\"is-style-highlight\"><strong>Update:</strong><em> some names have been removed from this post at the request of the people in question.  While this is not standard procedure, they were removed because they were not integral to the story in this instance.</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, 15 Jan 2021 21:04: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:14:\"Justin Tadlock\";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:83:\"WPTavern: New Local Blueprint Enables One-Click Setup for Testing Full Site 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=110252\";s: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:211:\"https://wptavern.com/new-local-blueprint-enables-one-click-setup-for-testing-full-site-editing?utm_source=rss&utm_medium=rss&utm_campaign=new-local-blueprint-enables-one-click-setup-for-testing-full-site-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:5484:\"<p>If you haven&rsquo;t yet tested the Gutenberg team&rsquo;s progress on the full site editing (FSE) project, WordPress developer Carrie Dils has created a <a href=\"https://carriedils.com/full-site-editing-blueprint-for-local/\">blueprint for Local</a> that makes it easy to jump right in. Full site editing is phase 2 on the Gutenberg roadmap and is one of the <a href=\"https://wptavern.com/wordpress-5-7-development-kicks-off-with-focus-on-full-site-editing\">main focuses</a> for WordPress core development in 2021. (Check out <a href=\"https://wptavern.com/what-is-full-site-editing-and-what-does-it-mean-for-the-future-of-wordpress\">What Is Full Site Editing and What Does It Mean for the Future of WordPress</a> for a more in-depth look at why it is critical for end users to provide feedback during its development.)</p>\n\n\n\n<p><a href=\"https://localwp.com/\">Local</a> is one of the most popular free development tools for WordPress that allows users to set up new testing sites with one click, along with a host of more advanced features. Blueprints make it possible for users to save any site as a Blueprint so that it can be used as a quick start setup option later. The blueprint includes all files, databases, config files, and Local settings. Dils&rsquo; <a href=\"https://carriedils.com/full-site-editing-blueprint-for-local/\">full site editing blueprint</a> includes the following: </p>\n\n\n\n<ul><li><a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg</a>&nbsp;plugin (with &ldquo;Full Site Editing&rdquo; experiment enabled)</li><li><a href=\"https://github.com/WordPress/theme-experiments\">WordPress theme experiments</a>&nbsp;(these are themes with support for full site editing) with the Twenty Twenty-One Blocks theme enabled</li><li><a href=\"https://github.com/Automattic/theme-tools/tree/master/gutenberg-test-data\">Gutenberg test data</a>&nbsp;(demo blog posts that use the most common Gutenberg blocks)</li></ul>\n\n\n\n<p>Follow Dils&rsquo; instructions for downloading and installing the FSE blueprint on MacOS or Windows. Local does not yet have an easy way for installing and sharing blueprints to other Local users, so you will need to add it to the right place within the application&rsquo;s files. If you find that you don&rsquo;t have a Blueprints folder, it may be because it is hidden or because you have never created a blueprint before. Once the zip file is in the right location, you will see the full site editing blueprint among the advanced options when you set up a new site: </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Once your site is set up, you can start exploring the brave new world of full site editing. (Be prepared &ndash; it is far from production ready but FSE is at a critical time in its development where it needs testing from real users to be a success.) The Gutenberg plugin may need to be updated to the latest. Your new site editing playground can be launched from the Site Editor menu item. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>On the frontend you will find the Twenty Twenty Blocks theme activated. You can also test using the <a href=\"https://wordpress.org/themes/tt1-blocks/\">Twenty Twenty-One (TT1) Blocks theme</a>, which was added to the WordPress.org Themes directory today, or any of the other experimental block based themes included in the blueprint. Click around, explore the template browser, try editing the template parts, change the global styles, and see how it&rsquo;s coming along. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The current state of full site editing is rough. It&rsquo;s hard to tell a feature from a bug at times, but once you get familiar with navigating it you might consider joining the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">FSE Outreach Experiment</a>. This is an effort to test different aspects of site editing in order to ground the interface in real world feedback as it is developed. For the past few weeks, contributors have been testing the interaction between editing a post versus editing templates. </p>\n\n\n\n<p>Anne McCarthy posted the <a href=\"https://make.wordpress.org/test/2020/12/23/fse-program-testing-call-1-template-editing/\">first call for testing</a> to the&nbsp;<a href=\"https://make.wordpress.org/test/\">Make Test</a>&nbsp;blog with instructions for participants. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>This call for testing is designed to explore the interaction between the two editing experiences (post vs. template editing) to make sure it&rsquo;s clear when you&rsquo;re editing each, granular saving works properly, etc. Ultimately, being able to edit templates like index, single, or archive directly is a huge leap forward compared to what&rsquo;s been possible in the past! Unlocking this level of customization gives you far more control to build the site you want and this call for testing is to help ensure it&rsquo;s as intuitive as possible.</p></blockquote>\n\n\n\n<p>The second testing challenge should be published soon. Anyone can contribute by following along with the test script and leaving comments on the post or <a href=\"https://github.com/WordPress/gutenberg/issues\">logging them as issues on GitHub</a>. Participants are also invited to join the&nbsp;<a href=\"https://make.wordpress.org/core/tag/fse-outreach-experiment/\">#fse-outreach-experiment</a>&nbsp;channel on WordPress Slack for updates or questions regarding testing.</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, 15 Jan 2021 08:21: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: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:73:\"WPTavern: Show and Hide Content via the Block Visibility WordPress 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=110411\";s: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:191:\"https://wptavern.com/show-and-hide-content-via-the-block-visibility-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=show-and-hide-content-via-the-block-visibility-wordpress-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:5736:\"<p class=\"has-drop-cap\">Nick Diego&rsquo;s <a href=\"https://wordpress.org/plugins/block-visibility/\">Block Visibility</a> is not the only plugin to take on the challenge of controlling when blocks are visible on the front end. Other plugins like EditorsKit do a fine job of it. However, Block Visibility is a solution users should not overlook, even if they have already begun testing other options.</p>\n\n\n\n<p>Diego first released the plugin in August 2020. Since then, he has added routine updates that have added value without shifting its focus.</p>\n\n\n\n<p>One of the biggest reasons to use this plugin is that it is a standalone project. It is purely about doing one thing and doing it well. Its settings are all about giving users complete control over how they want to manage block visibility. From my experience with it, the plugin does its job better than alternatives.</p>\n\n\n\n<p>It may not have a large number of installs, but if its five-star rating on WordPress.org is any indication, it at least has a happy user base.</p>\n\n\n\n<p>Diego does have plans for a <a href=\"https://www.blockvisibilitywp.com/premium/\">pro add-on</a>. The tentative release date is set for Spring 2021. He seems to be moving forward with that launch after adding some foundational code in the recent version 1.4 release.</p>\n\n\n\n<p>&ldquo;As Block Visibility grows, there will be advanced and/or niche functionality that will be useful for certain users,&rdquo; wrote Diego in the <a href=\"https://www.blockvisibilitywp.com/whats-new-in-version-1-4/\">1.4 release announcement</a>. &ldquo;Think integrations with other third-party plugins. There will always be a free version of the plugin but some of these additional features will ultimately be provided by a premium (paid) add-on called Block Visibility Pro.&rdquo;</p>\n\n\n\n<p>In my previous job, one of my primary products focused on membership solutions. There is a seemingly endless number of possibilities that users dream up to control content visibility. I have little doubt that a pro add-on is necessary for catching all of the edge cases.</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<p class=\"has-drop-cap\">Block Visibility is easy to use. End-users click a toggle switch, select from a date-picker, or tick a radio box. Their blocks are shown or hidden on the front end based on their selections. It does not get much simpler than that.</p>\n\n\n\n<p>The plugin adds a new &ldquo;Visibility&rdquo; tab for each block, which displays the visibility controls. The exception to this is for inner blocks. For example, the Columns block has controls, but the inner Column blocks do not. However, this can be enabled for inner blocks via the &ldquo;Full Control Mode&rdquo; on the plugin&rsquo;s settings screen.</p>\n\n\n\n<p>There are three primary types of options:</p>\n\n\n\n<ul><li>Hide the block from everyone.</li><li>Time-based start and stop dates for displaying.</li><li>Visibility by user role.</li></ul>\n\n\n\n<img />Block Visibility&rsquo;s controls in the inspector.\n\n\n\n<p>Hiding the block from everyone might be useful for users who are testing on a page or for blocks that are a work in progress. Start and stop dates create the potential for drip or trial content on membership-based sites, especially when combined with the role-based visibility options.</p>\n\n\n\n<p>These basic options will cover the majority of scenarios that the average user will need them for.</p>\n\n\n\n<p>One of the nicer features of the plugin is that it adds a transparent gray overlay, dashed border, and icon to each block that has visibility options set. This is shown when the block is not selected in the editor. It is one of those small touches that make the plugin useful.</p>\n\n\n\n<img />Overlay for blocks with visibility options.\n\n\n\n<p>There is one confusing piece of the UI. There are two instances where there is a &ldquo;public&rdquo; option. That label immediately makes me think that the block should be visible to everyone. However, reading the description is necessary. These options are for showing content to logged-out users only. I would rather see these two options renamed to &ldquo;logged out&rdquo; for clarity.</p>\n\n\n\n<h2>A Promising Future</h2>\n\n\n\n<p class=\"has-drop-cap\">While Block Visibility is a solid plugin right now, we are barely scratching the surface of what will be possible in the long run. In version 1.4, released two weeks ago, Diego added preliminary compatibility with Full Site Editing. This means visibility options will no longer be confined to the post or page content.</p>\n\n\n\n<p>&ldquo;Once every piece of content on a website is a &lsquo;block,&rsquo; you will be able to easily control the visibility of practically anything on a WordPress website,&rdquo; wrote Diego in the version 1.4 announcement post. &ldquo;From dynamic navigation menus to user specific headers and footers, the possibilities are endless!&rdquo;</p>\n\n\n\n<p>Gutenberg&rsquo;s site editor is a beta feature right now, but the plugin&rsquo;s integration seems to already work well. I ran a quick test to show a custom nav menu to shop customers only. I had no problems on my end.</p>\n\n\n\n<img />Setting visibility options for a menu in Gutenberg&rsquo;s site editor.\n\n\n\n<p>Users will not be limited to such basic needs in the future. Imagine showing ads in a sidebar to logged-out users. Imagine adding a time-sensitive holiday sale banner in the header. Imagine designing a homepage template that displays different content to subscribers vs. visitors.</p>\n\n\n\n<p>There are ways to do all of this today by piecing various plugins together, using custom shortcodes, or writing code. However, when an entire site is made of blocks, you only need one method to control anything&rsquo;s visibility. Literally.</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, 14 Jan 2021 22:23: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:14:\"Justin Tadlock\";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:74:\"WPTavern: WordPress Proposal To Align Release Cycle With Industry Standard\";s: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=110354\";s: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:193:\"https://wptavern.com/wordpress-proposal-to-align-release-cycle-with-industry-standard?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-proposal-to-align-release-cycle-with-industry-standard\";s: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:7102:\"<p class=\"has-drop-cap\">Yesterday, Francesca Marano opened a <a href=\"https://make.wordpress.org/core/2021/01/12/recap-and-proposal-align-the-wordpress-release-cycle-with-the-industry-standard/\">proposal for changing the phases</a> of the core WordPress release cycle. It was a recap of a <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/\">discussion</a> the began in October 2020. The goal is to align the platform&rsquo;s phases with the larger development industry standard.</p>\n\n\n\n<p>Aside from naming, WordPress has mostly followed the software industry in how it tackles its release cycle. Following a well-known convention can make it easier for developers outside of the WordPress ecosystem to transition into it. It would also allow developers to follow cycles of other projects, many of which are WordPress dependencies. This sort of standardization is generally viewed as a good thing throughout the software development world.</p>\n\n\n\n<p>Based on the ongoing discussions since October, there is a consensus on renaming the phases to align with the standard. The following table shows what each phase would be renamed to:</p>\n\n\n\n<table class=\"has-subtle-pale-blue-background-color has-background\"><thead><tr><th class=\"has-text-align-right text-right\">Phase</th><th>Current Name</th><th>Proposed Name</th></tr></thead><tbody><tr><td class=\"has-text-align-right text-right\"><strong>1</strong></td><td>Planning and securing team leads</td><td>Preliminary Planning</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>2</strong></td><td>Development work begins</td><td>Alpha</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>3</strong></td><td>Beta</td><td>Beta</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>4</strong></td><td>Release candidate</td><td>Release Candidate</td></tr><tr><td class=\"has-text-align-right text-right\"><strong>5</strong></td><td>Launch</td><td>General release</td></tr></tbody></table>\n\n\n\n<p>However, this is a two-part proposal. Simply renaming the phases does not change how the release cycle works. To follow the standard strictly, WordPress would need to change when code is committed too.</p>\n\n\n\n<h2>How To Handle the Beta Phase</h2>\n\n\n\n<p class=\"has-drop-cap\">There is one point of contention with how to handle the Beta stage. The standard calls for no additional code changes other than new bug fixes introduced earlier in the cycle. For the WordPress project, this creates a problem.</p>\n\n\n\n<p>WordPress will be 18 years old this year. Over the years, it has racked up a ton of older bugs. These are often fixed later in the cycle, sometimes during the Beta stage. These older bugs may not have been a part of the Preliminary Planning phase, but does that mean they should wait until the next release to go in? Strictly following the proposal, they should be put on hold.</p>\n\n\n\n<p>It would also introduce a hard freeze on any enhancements set for the release but incomplete.</p>\n\n\n\n<p>&ldquo;I worry that we aren&rsquo;t allowing space for older bugs that aren&rsquo;t specific to the planned features in the release,&rdquo; wrote Josepha Haden in a <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/#comment-40391\">comment on the initial discussion</a>. &ldquo;I also worry that by calling hard freeze earlier in the process we narrow the window for feature inclusion too much. I don&rsquo;t like limiting ourselves to feature specific bugs right now, since that excludes so many of our volunteer contributors. It&rsquo;s harder to work on features since they are complex and fast-moving, and older bugs present more opportunities for casual contributors.&rdquo;</p>\n\n\n\n<p>On the flip side, there is potential that a bug fix could introduce new, unforeseen bugs. The later it is added during Beta, the less likely such bugs are noticed before the General Release phase. Waiting for the next cycle provides more time for testing.</p>\n\n\n\n<p>One of the benefits of this system is that almost no new bugs would be created during Beta. This would allow volunteers to shift more efforts to testing and fixing issues that emerged in Alpha.</p>\n\n\n\n<p>WordPress has always marched to the beat of its own drum. It can more closely follow standards while breaking free from strict confines when it makes sense to do so for the project. Beta-stage bug fixes not intended for a particular release could be handled on a case-by-case basis. We have people in leadership positions who are capable of making these calls when they arise. With automatic updates for minor releases, I am less concerned about late-stage bugs.</p>\n\n\n\n<p>Tonya Mork <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/#comment-40380\">proposed two solutions</a> for defect work to continue in and around the release cycle. Both would require that WordPress branch off at Beta, providing contributors an avenue to push forward fixing bugs.</p>\n\n\n\n<p>The first proposal calls for an earlier feature freeze, providing two or three weeks before Beta 1. This period at the end of the Alpha phase would be solely dedicated to defect work.</p>\n\n\n\n<p>The second solution moves this defect work to overlap the previous release&rsquo;s Beta and Release Candidate. This allows work to continue during the time between major releases. It could also shorten the overall major release cycle.</p>\n\n\n\n<p>This second solution is also consistent with Joost de Valk&rsquo;s thoughts on handling defect work. &ldquo;I think we should just branch off earlier, and keep trunk open for normal business,&rdquo; <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/#comment-40393\">he said on the proposal</a>. &ldquo;That way, <em>everything</em> can be worked on all the time, but it won&rsquo;t be included in the next release depending on when you commit it. That&rsquo;s fine, every piece of open source software I know in the world works like that, except for WordPress.&rdquo;</p>\n\n\n\n<p>Many plugin and theme developers already find it tough to keep up when changes drop in the Beta or Release Candidate phases. Having a clear and defined point where changes land will benefit the extension ecosystem, also helping end-users in the long run. This second solution would do that.</p>\n\n\n\n<p>There is nothing wrong with combining both solutions either.  Since the plan would be to branch off at the Beta phase, the second solution is already in place by the act of branching.  The real discussion is over whether the project should dedicate a block of time during its Alpha stage that focuses purely on bug fixes.</p>\n\n\n\n<p>Comments on the proposal are open through January 20 before moving toward a final decision.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>The next proposal: <a href=\"https://semver.org/\">semantic versioning</a>, anyone? <em>Anyone? Is this thing on?</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:\"Wed, 13 Jan 2021 21:52: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:14:\"Justin Tadlock\";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:97:\"WPTavern: WPScan Can Now Assign CVE Numbers for WordPress Core, Plugin, and Theme Vulnerabilities\";s: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=110347\";s: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:235:\"https://wptavern.com/wpscan-can-now-assign-cve-numbers-for-wordpress-core-plugin-and-theme-vulnerabilities?utm_source=rss&utm_medium=rss&utm_campaign=wpscan-can-now-assign-cve-numbers-for-wordpress-core-plugin-and-theme-vulnerabilities\";s: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:3148:\"<p><a href=\"https://wpscan.com/\">WPScan</a>, a security company that maintains a database of WordPress vulnerabilities, has been officially designated as a CVE (Common Vulnerability and Exposures) Numbering Authority (CNA). The company joins <a href=\"https://cve.mitre.org/cve/request_id.html#cna_participants\">151</a>&nbsp;organizations from&nbsp;<a href=\"https://cve.mitre.org/cve/cna.html#cnas_growth\">25</a>&nbsp;countries that participate in the <a href=\"https://cve.mitre.org/\">CVE Program</a> as CNAs. These organizations are authorized to assign&nbsp;<a href=\"https://cve.mitre.org/about/terminology.html#cve_id\">CVE Identifiers (CVE IDs)</a>&nbsp;to vulnerabilities within their own distinct scopes of work, contributing to CVE&rsquo;s <a href=\"https://cve.mitre.org/cve/\">list</a>&nbsp;of records for publicly known security vulnerabilities.</p>\n\n\n\n<p>WPScan&rsquo;s scope includes WordPress core, plugin, and theme vulnerabilities. The company has catalogued more than 21,905 vulnerabilities since 2014 in its database, which it makes available to the community through an API. That API is also used by the <a href=\"https://wordpress.org/plugins/wpscan/\">WPScan Security Scanner</a> plugin, which is installed on 5,000+ websites. </p>\n\n\n\n<p>Being designated as a CNA helps WPScan better manage WordPress vulnerabilities by assigning them unique IDs that are recognized across the industry.</p>\n\n\n\n<p>&ldquo;Asking MITRE to assign CVEs for each of our vulnerabilities would have been too time consuming in the past,&rdquo; WPScan founder and CEO Ryan Dewhurst said. &ldquo;Although some security researchers will go through this process directly with MITRE, we didn&rsquo;t due to the volume of vulnerabilities we have to manage. And security researchers only requested them themselves very rarely. The new process means that we ourselves can assign CVE numbers directly to vulnerabilities. This will result in many more WordPress related vulnerabilities being assigned CVE numbers.&rdquo;</p>\n\n\n\n<p>WPScan is a team of three security researchers who come from penetration testing backgrounds and have worked within security consulting for the past 10 to 15 years. The company started with a simple Ruby script in 2011, which identified vulnerabilities in self-hosted WordPress sites. For the past two years, Automattic has sponsored the company&rsquo;s efforts in maintaining the database, as WPScan has transitioned to become a sustainable business by selling access to its API.</p>\n\n\n\n<p>Dewhurst said the company&rsquo;s customers include &ldquo;some of the biggest security plugins and hosting companies in the world,&rdquo; but many of them don&rsquo;t advertise the fact that use a third-party to source the vulnerabilities. Most of WPScan&rsquo;s enterprise customers are security plugins, companies, and hosts that integrate data from the vulnerability database into their own products and services.</p>\n\n\n\n<p>&ldquo;Our business is doing well,&rdquo; he said. &ldquo;Right now we are trying to find the right balance between being a business and making money, while also benefiting the community as much as possible.&rdquo; </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, 13 Jan 2021 20:52:12 +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: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:73:\"WPTavern: Google Introduces Performance Report for Google News Publishers\";s: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=110267\";s: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:191:\"https://wptavern.com/google-introduces-performance-report-for-google-news-publishers?utm_source=rss&utm_medium=rss&utm_campaign=google-introduces-performance-report-for-google-news-publishers\";s: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:2915:\"<p>Google has <a href=\"https://developers.google.com/search/blog/2021/01/google-news-performance-report\">launched</a> a new Search Console performance report for sites that appear in Google News. Publishers can now track clicks, impressions, and CTR for traffic coming from <a href=\"https://news.google.com/\">news.google.com</a> and the Google News apps for Android and iOS.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The report helps publishers see how often their articles appear to users in Google News and which ones performed the best. It also includes breakdowns for countries, devices, and dates to give publishers a better overall understanding of how visitors are interacting with their content through Google News. Although the date period defaults to the last three months, the data only goes as far back as December 15, 2020.</p>\n\n\n\n<p>In the past, publishers had to submit their sites to be eligible for inclusion in Google News but the policy <a href=\"https://support.google.com/news/publisher-center/answer/9607025\">changed in 2019</a>. Sites are now automatically considered for Top stories or the News tab of Search as long as they &ldquo;produce high-quality content and comply with Google News content policies.&rdquo; </p>\n\n\n\n<p>This new report does not include stats from the News tab on Google Search. That information was added in July 2020, when Google updated the Performance report section of its Search Console to allow publishers to filter by News. This screen also lets users compare different traffic sources, i.e. Web vs News to see the impact of articles showing up under the News tab.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The new report can be grouped by dimensions to get more specific information with different combinations of date ranges, reader locations, devices, and pages. For example, you can get a detailed look at clicks, impressions, and average CTR on a per country basis. This can also be filtered for one certain article to explore more narrow branches of the content&rsquo;s reach.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Publishers who are using AMP will want to note that this new report includes data from the canonical URL. If you have multiple versions for different devices, the report contains data for both:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Data will only be shown in the property that contains the canonical URL. Therefore, if you have both&nbsp;AMP and desktop versions of a page, the desktop property (which is usually the canonical property) will contain all the data for both AMP and desktop clicks, impressions, and CTR.</p></blockquote>\n\n\n\n<p>Google has published a <a href=\"https://support.google.com/webmasters/answer/10083653?hl=en&ref_topic=9384513\">help document</a> with more information on configuring the report, data discrepancies, and how to filter and compare data across groups.</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, 13 Jan 2021 03:54: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: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:\"Sat, 06 Feb 2021 06:45:21 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sat, 06 Feb 2021 06:30:15 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20200502025608\";}', 'no');
INSERT INTO `taflwj_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(141, 'can_compress_scripts', '0', 'no'),
(142, 'recently_activated', 'a:0:{}', 'yes'),
(148, 'finished_updating_comment_type', '1', 'yes'),
(194, 'oxygen-vsb-activated', '1', 'yes'),
(151, 'oxygen_rewrite_rules_updated', '1', 'yes'),
(152, 'oxygen_vsb_disable_emojis', 'true', 'yes'),
(153, 'oxygen_vsb_disable_jquery_migrate', 'true', 'yes'),
(154, 'oxygen_vsb_disable_embeds', 'false', 'yes'),
(155, 'oxygen_vsb_use_css_for_google_fonts', 'true', 'yes'),
(156, 'oxygen_vsb_universal_css_cache', 'true', 'yes'),
(157, 'oxygen_aos_classes', '', 'yes'),
(158, 'oxygen_vsb_universal_css_cache_success', '1', 'yes'),
(159, 'oxygen_vsb_universal_css_url', '//newgen.stun.tech/wp-content/uploads/oxygen/css/universal.css', 'yes'),
(160, 'oxygen_vsb_last_save_time', '1604910335', 'yes'),
(161, 'oxygen_vsb_universal_css_latest_version', '2.1', 'yes'),
(162, 'oxygen_vsb_presets_updated_3_3', '1', 'yes');
INSERT INTO `taflwj_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(163, 'oxygen_vsb_element_presets', 'a:3:{s:12:\"oxy_comments\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"Default\";s:4:\"slug\";s:7:\"default\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:0:\"\";}}}i:1;a:3:{s:4:\"name\";s:14:\"Grey Highlight\";s:4:\"slug\";s:14:\"grey-highlight\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:1246:\"\n.oxy-comments li.comment .comment-body .comment-content {\n  border: 1px solid #eee;\n  padding: 1.5em;\n  margin-top: 1.5em;\n  border-radius: 3px;\n  background-color: #fafafa;\n  margin-bottom: 0;\n}\n\n.oxy-comments li.comment .comment-body {\n  margin-bottom: 35px;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p {\n  margin-top: 0;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p:last-child {\n  margin-bottom: 0;\n}\n\n.oxy-comments .reply {\n  display: flex;\n  margin: 0;\n}\n\n.oxy-comments .reply .comment-reply-link {\n  margin-left: auto;\n  font-size: .75em;\n  background-color: #eee;\n  margin-right: 1em;\n  padding: 5px 10px;\n  border-bottom-left-radius: 3px;\n  border-bottom-right-radius: 3px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta {\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n  justify-content: space-between;\n}\n\n.oxy-comments .comment-meta .comment-metadata {\n  margin: 0;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  max-width: 50px;\n  max-height: 50px;\n  border-radius: 50%;\n  border: 1px solid #eee;\n  padding: 2px;\n}\n\n.oxy-comments .comment-meta .comment-author span.says {\n  display: none;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.35);\n}\n\";}}}i:2;a:3:{s:4:\"name\";s:12:\"White Blocks\";s:4:\"slug\";s:12:\"white-blocks\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:705:\"\n.oxy-comments li.comment {\n  padding: 40px;\n  background-color: white;\n  border-radius: 5px;\n  box-shadow: rgba(0,0,0,0.04) 0px 0px 10px 0px;\n  border: 1px solid #eee;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.5);\n}\n\n.oxy-comments .comment-meta .comment-author {\n  border-bottom: 1px solid #eee;\n  padding-bottom: 20px;\n  margin-bottom: 20px;\n}\n\n.oxy-comments li.comment.even {\n  background-color: #fafafa;\n}\n\n.oxy-comments ol.comments-list > li.comment {\n  margin-bottom: 40px;\n}\n\n\n.comment-reply-link {\n  border: 1px solid;\n  padding: 0.75em 1.5em;\n  border-radius: 2px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  border-radius: 50%;\n}\";}}}}s:14:\"oxy_posts_grid\";a:17:{i:0;a:3:{s:4:\"name\";s:23:\"Grid - Image - Standard\";s:4:\"slug\";s:19:\"grid-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:859:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:1415:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  width: 33.33%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:1;a:3:{s:4:\"name\";s:46:\"Grid - Image w/ Animated Dark Gradient Overlay\";s:4:\"slug\";s:24:\"grid-image-dark-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:717:\"<div class=\'oxy-post\'>\n  \n  <div class=\'oxy-post-padding\'>\n    \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n      \n      <div class=\'oxy-post-content-and-link-wrap\'>\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n      </div>\n      \n    </div>\n    \n  </div>\n\n</div>\";s:8:\"code-css\";s:1652:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  position: relative;\n  margin: 1em;\n  display: flex;\n  position: relative;\n  flex-direction: column;\n  overflow: hidden;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  position: absolute;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  padding: 2em;\n  pointer-events: none;\n  padding-top: 200px;\n  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 300px);\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;\n}\n\n%%EPID%% .oxy-post-content-and-link-wrap {\n  opacity: 0;\n  max-height: 0px;\n  overflow: hidden;\n  transition: 1s ease-in-out opacity, 1s ease-in-out max-height;\n}\n\n%%EPID%% .oxy-post-padding:hover .oxy-post-content-and-link-wrap {\n  opacity: 1;\n  max-height: 400px;\n}\n\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n  margin-bottom: 0.5em;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:5:\"white\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:2;a:3:{s:4:\"name\";s:32:\"Grid - Image w/ Gradient Overlap\";s:4:\"slug\";s:19:\"grid-image-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1644:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 70%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1) 150px);\n  padding: 2em;\n  padding-top: 100px;\n  align-self: stretch;\n  margin-top: -150px;\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;  \n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:3;a:3:{s:4:\"name\";s:33:\"Grid - Image w/ Rectangle Overlap\";s:4:\"slug\";s:30:\"grid-image-w-rectangle-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1514:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:6:\"tablet\";}}}i:4;a:3:{s:4:\"name\";s:29:\"Grid - Image w/ Title Overlay\";s:4:\"slug\";s:26:\"grid-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:398:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-padding\'>\n    <div class=\'oxy-post-image\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>            \n	</div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n  </div>\n</a>\";s:8:\"code-css\";s:1148:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  margin: 1em;\n  overflow: hidden;\n  position: relative;\n}\n\n\n%%EPID%% .oxy-post-image {\n  transition: 0.5s ease-in-out all;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-image {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  transition: 0.5s ease-in-out all;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-overlay {\n  background-color: rgba(0,0,0,0.25);\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:5;a:3:{s:4:\"name\";s:20:\"List - Image on Left\";s:4:\"slug\";s:18:\"list-image-on-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1014:\"<div class=\'oxy-post\'>\n\n  <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n  </a>\n\n  \n  <div class=\'oxy-post-wrap\'>\n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<!--div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div-->\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			By <?php the_author(); ?>\n		</div>\n\n		<!--div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div-->\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n  </div>\n  \n</div>\";s:8:\"code-css\";s:1674:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 6em;\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n}\n\n%%EPID%% .oxy-post-wrap {\n  width: 100%;\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n}\n\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 40%;\n  flex-shrink: 0;\n  flex-grow: 0;\n  margin-right: 2em;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-post {\n    flex-direction: column;\n  }\n  %%EPID%% .oxy-post-image {\n    width: 100%;\n    margin-bottom: 1em;\n    margin-right: 0;\n  }\n  %%EPID%% .oxy-post-image-fixed-ratio {\n    padding-bottom: 56%;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:9:\"text link\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:6;a:3:{s:4:\"name\";s:26:\"List - Standard (Centered)\";s:4:\"slug\";s:22:\"list-standard-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:772:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:7;a:3:{s:4:\"name\";s:22:\"List - Standard (Left)\";s:4:\"slug\";s:18:\"list-standard-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:774:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:8;a:3:{s:4:\"name\";s:36:\"List w/ Rectangle Overlap (Centered)\";s:4:\"slug\";s:33:\"list-w-rectangle-overlap-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1556:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  justify-content: center;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:9;a:3:{s:4:\"name\";s:32:\"List w/ Rectangle Overlap (left)\";s:4:\"slug\";s:29:\"list-w-rectangle-overlap-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1531:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:10;a:3:{s:4:\"name\";s:26:\"Masonry - Image - Standard\";s:4:\"slug\";s:22:\"masonry-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:722:\"<div class=\'oxy-post\'>\n  \n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:980:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:11;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:12;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:13;a:3:{s:4:\"name\";s:32:\"Masonry - Image w/ Title Overlay\";s:4:\"slug\";s:29:\"masonry-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:289:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-background\'>\n	  <img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' />  \n  </div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n</a>\";s:8:\"code-css\";s:1034:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 2em;\n  break-inside: avoid;\n  position: relative;\n  overflow: hidden;\n  display: flex;\n  background-color: #000;\n}\n\n%%EPID%% .oxy-post-background {\n  transition: 0.5s ease-in-out all;\n  line-height: 0;\n  min-height: 150px;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-background {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-image {\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  -webkit-font-smoothing: antialiased;\n}\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:14;a:3:{s:4:\"name\";s:26:\"Timeline - Title & Excerpt\";s:4:\"slug\";s:17:\"timeline-template\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:323:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:15;a:3:{s:4:\"name\";s:33:\"Timeline - Title & Featured Image\";s:4:\"slug\";s:18:\"timeline-template2\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:462:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n            <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n            </div>\n        </a>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:16;a:3:{s:4:\"name\";s:42:\"Timeline - Title, Featured Image & Excerpt\";s:4:\"slug\";s:18:\"timeline-template3\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:553:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n            <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n            </div>\n        </a>\n\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}}s:12:\"oxy-pro-menu\";a:10:{i:0;a:4:{s:4:\"name\";s:14:\"Slide to Right\";s:4:\"slug\";s:14:\"slide-to-right\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:66:{s:7:\"menu_id\";s:2:\"31\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"16\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dddddd\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dddddd\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:1:\"4\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:1:\"4\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:11:\"slide-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"4\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"4\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"64\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"64\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#f8f8f8\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#ff0000\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:22:\"globalConditionsResult\";b:1;s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#eeeeee\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:2:\"-8\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:1:\"0\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_dropdown_icon_item_margin_margin-right\";s:1:\"0\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:1:\"8\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dddddd\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dddddd\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#ff0000\";}}}i:1;a:4:{s:4:\"name\";s:18:\"Desktop and Mobile\";s:4:\"slug\";s:18:\"desktop-and-mobile\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:75:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:23:\"menu_dropdown_animation\";s:12:\"zoom-in-down\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:27:\"Lineariconsicon-menu-circle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:28:\"Lineariconsicon-cross-circle\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:13:\"border-radius\";s:1:\"8\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:4:\"hide\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:4:\"left\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"32\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dedede\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dedede\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:16:\"background-color\";s:4:\"#eee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"32\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:40:\"oxy-pro-menu_menu_item_margin_margin-top\";s:1:\"0\";s:41:\"oxy-pro-menu_menu_item_margin_margin-left\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_margin_margin-bottom\";s:1:\"0\";s:42:\"oxy-pro-menu_menu_item_margin_margin-right\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dedede\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dedede\";}}}i:2;a:4:{s:4:\"name\";s:16:\"Desktop Vertical\";s:4:\"slug\";s:16:\"desktop-vertical\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:33:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:5:\"never\";s:24:\"oxy-pro-menu_orientation\";s:8:\"Vertical\";s:16:\"background-color\";s:7:\"#eeeeee\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dedede\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_dropdown_icon\";s:29:\"FontAwesomeicon-chevron-right\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#dddddd\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:2:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dedede\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#dddddd\";}}}i:3;a:4:{s:4:\"name\";s:10:\"Minimalism\";s:4:\"slug\";s:10:\"minimalism\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:55:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#dedede\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#d1d1d1\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#eeeeee\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:6:\"center\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#dedede\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#d1d1d1\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"8\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:2:\"12\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:2:\"12\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#dddddd\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:26:\"oxy-pro-menu_dropdown_icon\";s:26:\"FontAwesomeicon-arrow-down\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"900\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dddddd\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ff0000\";}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#d1d1d1\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#d1d1d1\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dddddd\";}}}i:4;a:4:{s:4:\"name\";s:12:\"Flip to Left\";s:4:\"slug\";s:12:\"flip-to-left\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"2\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:16:\"background-color\";s:7:\"#eaeaea\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:1:\"1\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:102:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-decoration\";s:4:\"none\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"12\";s:23:\"menu_dropdown_animation\";s:9:\"fade-left\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:53:\"oxy-pro-menu_dropdown_child_item_padding_padding-left\";s:2:\"12\";s:54:\"oxy-pro-menu_dropdown_child_item_padding_padding-right\";s:2:\"12\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"16\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:24:\"FontAwesomeicon-th-large\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"600\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:10:\"flip-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#dddddd\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:5:\"Right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"600\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#cccccc\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#bbbbbb\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#d3d3d3\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"0\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"0\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#bbbbbb\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#d3d3d3\";}}}i:5;a:4:{s:4:\"name\";s:13:\"Music Teacher\";s:4:\"slug\";s:13:\"music-teacher\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:92:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#180700\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"3\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#13c5df\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"Lineariconsicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#2f201a\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:15:\"rgba(0,0,0,0.1)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#2f201a\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:23:\"menu_dropdown_animation\";s:7:\"fade-up\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"14\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#13c5df\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#2f201a\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"24\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#2f201a\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#3d2e2d\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:65:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-size\";s:2:\"14\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"3\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"3\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:4:\"Menu\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:16:\"rgba(24,7,0,0.9)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:14:\"zoom-out-right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"80\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"80\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"12\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"12\";s:110:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:111:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff668d\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#13c5df\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#2f201a\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#13c5df\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#3d2e2d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff668d\";}}}i:6;a:4:{s:4:\"name\";s:16:\"Marketing Agency\";s:4:\"slug\";s:16:\"marketing-agency\";s:10:\"is_default\";b:1;s:7:\"options\";a:3:{s:8:\"original\";a:65:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(252,0,255,0.89)\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(0,219,222,0.91)\";}}s:12:\"linear-angle\";s:3:\"140\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"16\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"300\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:21:\"rgba(255,255,255,0.2)\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:24:\"Lineariconsicon-bookmark\";s:11:\"padding-top\";s:1:\"4\";s:12:\"padding-left\";s:1:\"4\";s:13:\"padding-right\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#5a58a3\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"0\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ec2758\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:7:\"#3c3876\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.14)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"-90\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_letter-spacing\";s:1:\"1\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-list\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#ffffff\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#3c3876\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#ffffff\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#3c3876\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#ffffff\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(60,56,118,0.98)\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#ffffff\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:12:\"show in line\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:21:\"rgba(255,255,255,0.2)\";s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ec2758\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#ffffff\";}s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:6:{s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}}}}}i:7;a:4:{s:4:\"name\";s:6:\"Winery\";s:4:\"slug\";s:6:\"winery\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:16:\"background-color\";s:7:\"#48303e\";s:11:\"padding-top\";s:1:\"8\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:14:\"padding-bottom\";s:1:\"8\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.3\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#75455d\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#75455d\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:26:\"oxy-pro-menu_dropdown_icon\";s:33:\"FontAwesomeicon-angle-double-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#cc5972\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#cc5972\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:4:\"none\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#75455d\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#cc5972\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#75455d\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#cc5972\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:19:\"rgba(72,48,62,0.98)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:12:\"zoom-in-left\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"1\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"0\";}s:5:\"hover\";a:5:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#75455d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#cc5972\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#cc5972\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#cc5972\";}}}i:8;a:4:{s:4:\"name\";s:10:\"Conference\";s:4:\"slug\";s:10:\"conference\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:84:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:15:\"phone-landscape\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#ff4c1c\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#d7193d\";}}s:12:\"linear-angle\";s:3:\"240\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ff7f0d\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#d7193d\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#d7193d\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff4c1c\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"700\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:36:\"FontAwesomeicon-caret-square-o-right\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"20\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"4\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"700\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"1\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:35:\"FontAwesomeicon-caret-square-o-left\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"20\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"4\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(215,25,61,0.95)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"700\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"1\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"20\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.3\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\";s:7:\"#f9c5af\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_style\";s:5:\"solid\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:25:\"menu_off_canvas_animation\";s:10:\"fade-right\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ff7f0d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff4c1c\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";}}}i:9;a:4:{s:4:\"name\";s:9:\"Financial\";s:4:\"slug\";s:9:\"financial\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:64:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#eff4f7\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#2b2c27\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.5\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#566d8f\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ffffff\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#65bec2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#65bec2\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:114:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:113:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-chevron-circle-down\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#65bec2\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#ffffff\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:9:\"color(52)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#65bec2\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#566d8f\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:22:\"rgba(255,255,255,0.96)\";s:23:\"oxy-pro-menu_off_canvas\";s:5:\"false\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:11:\"transparent\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#566d8f\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#566d8f\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#65bec2\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#566d8f\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#566d8f\";}}}}}', 'yes');
INSERT INTO `taflwj_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(245, 'oxygen_vsb_presets_updated_3_4', '1', 'yes'),
(164, 'oxygen_license_key', '711b98a2c1875d1f9baa0e78294cdb4f', 'yes'),
(165, 'oxygen_license_updated', '1', 'yes'),
(166, 'oxygen_vsb_css_cache_generated_2_2', 'true', 'yes'),
(167, 'oxygen_vsb_global_colors', 'a:4:{s:15:\"colorsIncrement\";i:16;s:13:\"setsIncrement\";i:3;s:6:\"colors\";a:16:{i:0;a:4:{s:2:\"id\";i:12;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:3;}i:1;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:13:\"Catalina Blue\";s:5:\"value\";s:7:\"#2a445a\";s:3:\"set\";i:2;}i:2;a:4:{s:2:\"id\";i:2;s:4:\"name\";s:16:\"White Transluent\";s:5:\"value\";s:21:\"rgba(255,255,255,0.6)\";s:3:\"set\";i:2;}i:3;a:4:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:2;}i:4;a:4:{s:2:\"id\";i:4;s:4:\"name\";s:9:\"Iris Blue\";s:5:\"value\";s:7:\"#07adb7\";s:3:\"set\";i:2;}i:5;a:4:{s:2:\"id\";i:5;s:4:\"name\";s:9:\"Dove Gray\";s:5:\"value\";s:7:\"#666666\";s:3:\"set\";i:2;}i:6;a:4:{s:2:\"id\";i:6;s:4:\"name\";s:6:\"Shadow\";s:5:\"value\";s:15:\"rgba(0,0,0,0.2)\";s:3:\"set\";i:2;}i:7;a:4:{s:2:\"id\";i:7;s:4:\"name\";s:5:\"Polar\";s:5:\"value\";s:7:\"#f6fafd\";s:3:\"set\";i:2;}i:8;a:4:{s:2:\"id\";i:8;s:4:\"name\";s:11:\"Wild Willow\";s:5:\"value\";s:7:\"#b2d27d\";s:3:\"set\";i:2;}i:9;a:4:{s:2:\"id\";i:9;s:4:\"name\";s:6:\"Keppel\";s:5:\"value\";s:7:\"#31b1ac\";s:3:\"set\";i:2;}i:10;a:4:{s:2:\"id\";i:10;s:4:\"name\";s:9:\"Tradewind\";s:5:\"value\";s:7:\"#5abc9c\";s:3:\"set\";i:2;}i:11;a:4:{s:2:\"id\";i:11;s:4:\"name\";s:6:\"DeYork\";s:5:\"value\";s:7:\"#8ec98a\";s:3:\"set\";i:2;}i:12;a:4:{s:2:\"id\";i:13;s:4:\"name\";s:13:\"Fountain Blue\";s:5:\"value\";s:7:\"#65bec2\";s:3:\"set\";i:3;}i:13;a:4:{s:2:\"id\";i:14;s:4:\"name\";s:11:\"Hippie Blue\";s:5:\"value\";s:7:\"#6799b2\";s:3:\"set\";i:3;}i:14;a:4:{s:2:\"id\";i:15;s:4:\"name\";s:11:\"Heavy Metal\";s:5:\"value\";s:7:\"#2b2c27\";s:3:\"set\";i:3;}i:15;a:4:{s:2:\"id\";i:16;s:4:\"name\";s:12:\"Waikawa Gray\";s:5:\"value\";s:7:\"#566d8f\";s:3:\"set\";i:3;}}s:4:\"sets\";a:3:{i:0;a:2:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"Global Colors\";}i:1;a:2:{s:2:\"id\";i:2;s:4:\"name\";s:7:\"hosting\";}i:2;a:2:{s:2:\"id\";i:3;s:4:\"name\";s:6:\"atomic\";}}}', 'yes');
INSERT INTO `taflwj_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(168, 'ct_svg_sets', 'a:2:{s:12:\"Font Awesome\";s:579449:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"FontAwesomeicon-asterisk\" viewBox=\"0 0 26 28\">\n<title>asterisk</title>\n<path d=\"M23.156 16.406c0.953 0.547 1.281 1.781 0.734 2.734l-1 1.719c-0.547 0.953-1.781 1.281-2.734 0.734l-4.156-2.391v4.797c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-4.797l-4.156 2.391c-0.953 0.547-2.187 0.219-2.734-0.734l-1-1.719c-0.547-0.953-0.219-2.188 0.734-2.734l4.156-2.406-4.156-2.406c-0.953-0.547-1.281-1.781-0.734-2.734l1-1.719c0.547-0.953 1.781-1.281 2.734-0.734l4.156 2.391v-4.797c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v4.797l4.156-2.391c0.953-0.547 2.188-0.219 2.734 0.734l1 1.719c0.547 0.953 0.219 2.188-0.734 2.734l-4.156 2.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus\" viewBox=\"0 0 22 28\">\n<title>plus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-6.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h6.5v-6.5c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5v6.5h6.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question\" viewBox=\"0 0 17 28\">\n<title>question</title>\n<path d=\"M11 19.625v3.75c0 0.344-0.281 0.625-0.625 0.625h-3.75c-0.344 0-0.625-0.281-0.625-0.625v-3.75c0-0.344 0.281-0.625 0.625-0.625h3.75c0.344 0 0.625 0.281 0.625 0.625zM15.937 10.25c0 2.969-2.016 4.109-3.5 4.937-0.922 0.531-1.5 1.609-1.5 2.063v0c0 0.344-0.266 0.75-0.625 0.75h-3.75c-0.344 0-0.562-0.531-0.562-0.875v-0.703c0-1.891 1.875-3.516 3.25-4.141 1.203-0.547 1.703-1.062 1.703-2.063 0-0.875-1.141-1.656-2.406-1.656-0.703 0-1.344 0.219-1.687 0.453-0.375 0.266-0.75 0.641-1.672 1.797-0.125 0.156-0.313 0.25-0.484 0.25-0.141 0-0.266-0.047-0.391-0.125l-2.562-1.953c-0.266-0.203-0.328-0.547-0.156-0.828 1.687-2.797 4.062-4.156 7.25-4.156 3.344 0 7.094 2.672 7.094 6.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus\" viewBox=\"0 0 22 28\">\n<title>minus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-19c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h19c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glass\" viewBox=\"0 0 28 28\">\n<title>glass</title>\n<path d=\"M26.547 2.906c0 0.453-0.359 0.906-0.672 1.219l-9.875 9.875v12h5c0.547 0 1 0.453 1 1s-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1s0.453-1 1-1h5v-12l-9.875-9.875c-0.313-0.313-0.672-0.766-0.672-1.219 0-0.766 0.969-0.906 1.547-0.906h22c0.578 0 1.547 0.141 1.547 0.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-music\" viewBox=\"0 0 24 28\">\n<title>music</title>\n<path d=\"M24 3.5v17.5c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-8.391l-12 3.703v11.078c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-15.109c0-0.656 0.438-1.234 1.062-1.437l13-4c0.141-0.047 0.281-0.063 0.438-0.063 0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search\" viewBox=\"0 0 26 28\">\n<title>search</title>\n<path d=\"M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.094-0.906 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-o\" viewBox=\"0 0 28 28\">\n<title>envelope-o</title>\n<path d=\"M26 23.5v-12c-0.328 0.375-0.688 0.719-1.078 1.031-2.234 1.719-4.484 3.469-6.656 5.281-1.172 0.984-2.625 2.188-4.25 2.188h-0.031c-1.625 0-3.078-1.203-4.25-2.188-2.172-1.813-4.422-3.563-6.656-5.281-0.391-0.313-0.75-0.656-1.078-1.031v12c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM26 7.078c0-0.391 0.094-1.078-0.5-1.078h-23c-0.266 0-0.5 0.234-0.5 0.5 0 1.781 0.891 3.328 2.297 4.438 2.094 1.641 4.188 3.297 6.266 4.953 0.828 0.672 2.328 2.109 3.422 2.109h0.031c1.094 0 2.594-1.437 3.422-2.109 2.078-1.656 4.172-3.313 6.266-4.953 1.016-0.797 2.297-2.531 2.297-3.859zM28 6.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart\" viewBox=\"0 0 28 28\">\n<title>heart</title>\n<path d=\"M14 26c-0.25 0-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313 0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star\" viewBox=\"0 0 26 28\">\n<title>star</title>\n<path d=\"M26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.406-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-o\" viewBox=\"0 0 26 28\">\n<title>star-o</title>\n<path d=\"M17.766 15.687l4.781-4.641-6.594-0.969-2.953-5.969-2.953 5.969-6.594 0.969 4.781 4.641-1.141 6.578 5.906-3.109 5.891 3.109zM26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.422-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user\" viewBox=\"0 0 20 28\">\n<title>user</title>\n<path d=\"M20 21.859c0 2.281-1.5 4.141-3.328 4.141h-13.344c-1.828 0-3.328-1.859-3.328-4.141 0-4.109 1.016-8.859 5.109-8.859 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c4.094 0 5.109 4.75 5.109 8.859zM16 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-film\" viewBox=\"0 0 30 28\">\n<title>film</title>\n<path d=\"M6 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 25v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM6 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 13v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM28 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM30 4.5v21c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-21c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-large\" viewBox=\"0 0 26 28\">\n<title>th-large</title>\n<path d=\"M12 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM12 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th\" viewBox=\"0 0 28 28\">\n<title>th</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-list\" viewBox=\"0 0 28 28\">\n<title>th-list</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check\" viewBox=\"0 0 28 28\">\n<title>check</title>\n<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-close\" viewBox=\"0 0 22 28\">\n<title>close</title>\n<path d=\"M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-plus\" viewBox=\"0 0 26 28\">\n<title>search-plus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-3.5v3.5c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-3.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h3.5v-3.5c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5v3.5h3.5c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-minus\" viewBox=\"0 0 26 28\">\n<title>search-minus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-9c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h9c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-power-off\" viewBox=\"0 0 24 28\">\n<title>power-off</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12s-12-5.391-12-12c0-3.797 1.75-7.297 4.797-9.578 0.891-0.672 2.141-0.5 2.797 0.391 0.672 0.875 0.484 2.141-0.391 2.797-2.031 1.531-3.203 3.859-3.203 6.391 0 4.406 3.594 8 8 8s8-3.594 8-8c0-2.531-1.172-4.859-3.203-6.391-0.875-0.656-1.062-1.922-0.391-2.797 0.656-0.891 1.922-1.062 2.797-0.391 3.047 2.281 4.797 5.781 4.797 9.578zM14 2v10c0 1.094-0.906 2-2 2s-2-0.906-2-2v-10c0-1.094 0.906-2 2-2s2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-signal\" viewBox=\"0 0 28 28\">\n<title>signal</title>\n<path d=\"M4 22.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 20.5v5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 16.5v9c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 10.5v15c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 2.5v23c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-23c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cog\" viewBox=\"0 0 24 28\">\n<title>cog</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM24 12.297v3.469c0 0.234-0.187 0.516-0.438 0.562l-2.891 0.438c-0.172 0.5-0.359 0.969-0.609 1.422 0.531 0.766 1.094 1.453 1.672 2.156 0.094 0.109 0.156 0.25 0.156 0.391s-0.047 0.25-0.141 0.359c-0.375 0.5-2.484 2.797-3.016 2.797-0.141 0-0.281-0.063-0.406-0.141l-2.156-1.687c-0.453 0.234-0.938 0.438-1.422 0.594-0.109 0.953-0.203 1.969-0.453 2.906-0.063 0.25-0.281 0.438-0.562 0.438h-3.469c-0.281 0-0.531-0.203-0.562-0.469l-0.438-2.875c-0.484-0.156-0.953-0.344-1.406-0.578l-2.203 1.672c-0.109 0.094-0.25 0.141-0.391 0.141s-0.281-0.063-0.391-0.172c-0.828-0.75-1.922-1.719-2.578-2.625-0.078-0.109-0.109-0.234-0.109-0.359 0-0.141 0.047-0.25 0.125-0.359 0.531-0.719 1.109-1.406 1.641-2.141-0.266-0.5-0.484-1.016-0.641-1.547l-2.859-0.422c-0.266-0.047-0.453-0.297-0.453-0.562v-3.469c0-0.234 0.187-0.516 0.422-0.562l2.906-0.438c0.156-0.5 0.359-0.969 0.609-1.437-0.531-0.75-1.094-1.453-1.672-2.156-0.094-0.109-0.156-0.234-0.156-0.375s0.063-0.25 0.141-0.359c0.375-0.516 2.484-2.797 3.016-2.797 0.141 0 0.281 0.063 0.406 0.156l2.156 1.672c0.453-0.234 0.938-0.438 1.422-0.594 0.109-0.953 0.203-1.969 0.453-2.906 0.063-0.25 0.281-0.438 0.562-0.438h3.469c0.281 0 0.531 0.203 0.562 0.469l0.438 2.875c0.484 0.156 0.953 0.344 1.406 0.578l2.219-1.672c0.094-0.094 0.234-0.141 0.375-0.141s0.281 0.063 0.391 0.156c0.828 0.766 1.922 1.734 2.578 2.656 0.078 0.094 0.109 0.219 0.109 0.344 0 0.141-0.047 0.25-0.125 0.359-0.531 0.719-1.109 1.406-1.641 2.141 0.266 0.5 0.484 1.016 0.641 1.531l2.859 0.438c0.266 0.047 0.453 0.297 0.453 0.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash-o\" viewBox=\"0 0 22 28\">\n<title>trash-o</title>\n<path d=\"M8 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM12 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM16 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM18 22.813v-14.812h-14v14.812c0 0.75 0.422 1.188 0.5 1.188h13c0.078 0 0.5-0.438 0.5-1.188zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-home\" viewBox=\"0 0 26 28\">\n<title>home</title>\n<path d=\"M22 15.5v7.5c0 0.547-0.453 1-1 1h-6v-6h-4v6h-6c-0.547 0-1-0.453-1-1v-7.5c0-0.031 0.016-0.063 0.016-0.094l8.984-7.406 8.984 7.406c0.016 0.031 0.016 0.063 0.016 0.094zM25.484 14.422l-0.969 1.156c-0.078 0.094-0.203 0.156-0.328 0.172h-0.047c-0.125 0-0.234-0.031-0.328-0.109l-10.813-9.016-10.813 9.016c-0.109 0.078-0.234 0.125-0.375 0.109-0.125-0.016-0.25-0.078-0.328-0.172l-0.969-1.156c-0.172-0.203-0.141-0.531 0.063-0.703l11.234-9.359c0.656-0.547 1.719-0.547 2.375 0l3.813 3.187v-3.047c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v6.375l3.422 2.844c0.203 0.172 0.234 0.5 0.063 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-o\" viewBox=\"0 0 24 28\">\n<title>file-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clock-o\" viewBox=\"0 0 24 28\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-road\" viewBox=\"0 0 30 28\">\n<title>road</title>\n<path d=\"M17.359 15.563v-0.063l-0.375-5c-0.016-0.281-0.266-0.5-0.531-0.5h-2.906c-0.266 0-0.516 0.219-0.531 0.5l-0.375 5v0.063c-0.016 0.25 0.219 0.438 0.453 0.438h3.813c0.234 0 0.469-0.187 0.453-0.438zM29.219 22.859c0 0.453-0.125 1.141-0.719 1.141h-11c0.266 0 0.484-0.219 0.469-0.5l-0.313-4c-0.016-0.281-0.266-0.5-0.531-0.5h-4.25c-0.266 0-0.516 0.219-0.531 0.5l-0.313 4c-0.016 0.281 0.203 0.5 0.469 0.5h-11c-0.594 0-0.719-0.688-0.719-1.141 0-0.625 0.172-1.25 0.406-1.813l6.516-16.312c0.156-0.391 0.578-0.734 1-0.734h5.297c-0.266 0-0.516 0.219-0.531 0.5l-0.234 3c-0.016 0.281 0.187 0.5 0.469 0.5h2.594c0.281 0 0.484-0.219 0.469-0.5l-0.234-3c-0.016-0.281-0.266-0.5-0.531-0.5h5.297c0.422 0 0.844 0.344 1 0.734l6.516 16.312c0.234 0.562 0.406 1.188 0.406 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-download\" viewBox=\"0 0 26 28\">\n<title>download</title>\n<path d=\"M20 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 17.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h7.266l2.109 2.125c0.578 0.562 1.328 0.875 2.125 0.875s1.547-0.313 2.125-0.875l2.125-2.125h7.25c0.828 0 1.5 0.672 1.5 1.5zM20.922 8.609c0.156 0.375 0.078 0.812-0.219 1.094l-7 7c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-7-7c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h4v-7c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1v7h4c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-down</title>\n<path d=\"M17.5 14.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-5.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v5.5h3c0.281 0 0.5 0.219 0.5 0.5zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-up</title>\n<path d=\"M17.469 13.687c-0.078 0.187-0.266 0.313-0.469 0.313h-3v5.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-3c-0.281 0-0.5-0.219-0.5-0.5 0-0.141 0.063-0.266 0.156-0.375l4.984-4.984c0.109-0.094 0.234-0.141 0.359-0.141s0.25 0.047 0.359 0.141l5 5c0.141 0.156 0.187 0.359 0.109 0.547zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inbox\" viewBox=\"0 0 24 28\">\n<title>inbox</title>\n<path d=\"M15.984 15h4.937c-0.031-0.078-0.047-0.172-0.078-0.25l-3.313-7.75h-11.062l-3.313 7.75c-0.031 0.078-0.047 0.172-0.078 0.25h4.937l1.484 3h5zM24 15.469v7.531c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-7.531c0-0.562 0.172-1.391 0.391-1.922l3.719-8.625c0.219-0.516 0.844-0.922 1.391-0.922h13c0.547 0 1.172 0.406 1.391 0.922l3.719 8.625c0.219 0.531 0.391 1.359 0.391 1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle-o\" viewBox=\"0 0 24 28\">\n<title>play-circle-o</title>\n<path d=\"M18.5 14c0 0.359-0.187 0.688-0.5 0.859l-8.5 5c-0.156 0.094-0.328 0.141-0.5 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-10c0-0.359 0.187-0.688 0.5-0.875 0.313-0.172 0.703-0.172 1 0.016l8.5 5c0.313 0.172 0.5 0.5 0.5 0.859zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-repeat\" viewBox=\"0 0 24 28\">\n<title>repeat</title>\n<path d=\"M24 4v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.156-2.156c-1.469-1.359-3.406-2.141-5.453-2.141-4.406 0-8 3.594-8 8s3.594 8 8 8c2.484 0 4.781-1.125 6.312-3.109 0.078-0.109 0.219-0.172 0.359-0.187 0.141 0 0.281 0.047 0.391 0.141l2.141 2.156c0.187 0.172 0.187 0.469 0.031 0.672-2.281 2.75-5.656 4.328-9.234 4.328-6.609 0-12-5.391-12-12s5.391-12 12-12c3.078 0 6.062 1.234 8.266 3.313l2.031-2.016c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-refresh\" viewBox=\"0 0 24 28\">\n<title>refresh</title>\n<path d=\"M23.609 16.5c0 0.031 0 0.078-0.016 0.109-1.328 5.531-5.891 9.391-11.656 9.391-3.047 0-6-1.203-8.219-3.313l-2.016 2.016c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-2.141 2.141c1.469 1.375 3.422 2.156 5.437 2.156 2.781 0 5.359-1.437 6.813-3.813 0.375-0.609 0.562-1.203 0.828-1.828 0.078-0.219 0.234-0.359 0.469-0.359h3c0.281 0 0.5 0.234 0.5 0.5zM24 4v7c0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l2.156-2.156c-1.484-1.375-3.437-2.141-5.453-2.141-2.781 0-5.359 1.437-6.813 3.813-0.375 0.609-0.562 1.203-0.828 1.828-0.078 0.219-0.234 0.359-0.469 0.359h-3.109c-0.281 0-0.5-0.234-0.5-0.5v-0.109c1.344-5.547 5.953-9.391 11.719-9.391 3.063 0 6.047 1.219 8.266 3.313l2.031-2.016c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-alt\" viewBox=\"0 0 28 28\">\n<title>list-alt</title>\n<path d=\"M6 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM24 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM26 21.5v-13c0-0.266-0.234-0.5-0.5-0.5h-23c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lock\" viewBox=\"0 0 18 28\">\n<title>lock</title>\n<path d=\"M5 12h8v-3c0-2.203-1.797-4-4-4s-4 1.797-4 4v3zM18 13.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-3c0-3.844 3.156-7 7-7s7 3.156 7 7v3h0.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag\" viewBox=\"0 0 29 28\">\n<title>flag</title>\n<path d=\"M5 4c0 0.719-0.391 1.359-1 1.719v19.781c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-19.781c-0.609-0.359-1-1-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.578-0.359 0.797-0.812 1.031-1.766 0.953-3.719 1.813-5.766 1.813-2.875 0-4.25-2.188-7.656-2.188-2.484 0-5.094 1.125-7.25 2.281-0.172 0.094-0.328 0.141-0.516 0.141-0.547 0-1-0.453-1-1v-11.594c0-0.375 0.187-0.641 0.484-0.859 0.375-0.25 0.828-0.469 1.234-0.672 1.969-1 4.359-1.875 6.578-1.875 2.453 0 4.375 0.812 6.547 1.828 0.438 0.219 0.891 0.297 1.375 0.297 2.453 0 5.094-2.125 5.781-2.125 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-headphones\" viewBox=\"0 0 26 28\">\n<title>headphones</title>\n<path d=\"M26 13.844c0 1.703-0.313 3.359-0.938 4.906l-0.313 0.766-2.891 0.516c-0.453 1.703-2 2.969-3.859 2.969v0.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v0.5c1.5 0 2.797 0.828 3.484 2.047l1.062-0.187c0.297-0.969 0.453-1.969 0.453-3.016 0-4.719-4.672-8.844-10-8.844s-10 4.125-10 8.844c0 1.047 0.156 2.047 0.453 3.016l1.062 0.187c0.688-1.219 1.984-2.047 3.484-2.047v-0.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-0.5c-1.859 0-3.406-1.266-3.859-2.969l-2.891-0.516-0.313-0.766c-0.625-1.547-0.938-3.203-0.938-4.906 0-6.422 5.953-11.844 13-11.844s13 5.422 13 11.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-off\" viewBox=\"0 0 12 28\">\n<title>volume-off</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-down\" viewBox=\"0 0 18 28\">\n<title>volume-down</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-up\" viewBox=\"0 0 26 28\">\n<title>volume-up</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672zM22 14c0 3.172-1.906 6.125-4.844 7.359-0.125 0.047-0.266 0.078-0.391 0.078-0.562 0-1.016-0.453-1.016-1 0-0.438 0.25-0.734 0.609-0.922 0.422-0.219 0.812-0.406 1.188-0.688 1.547-1.125 2.453-2.922 2.453-4.828s-0.906-3.703-2.453-4.828c-0.375-0.281-0.766-0.469-1.188-0.688-0.359-0.187-0.609-0.484-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 2.938 1.234 4.844 4.188 4.844 7.359zM26 14c0 4.797-2.859 9.141-7.266 11.031-0.125 0.047-0.266 0.078-0.406 0.078-0.547 0-1-0.453-1-1 0-0.453 0.234-0.703 0.609-0.922 0.219-0.125 0.469-0.203 0.703-0.328 0.438-0.234 0.875-0.5 1.281-0.797 2.562-1.891 4.078-4.875 4.078-8.062s-1.516-6.172-4.078-8.062c-0.406-0.297-0.844-0.562-1.281-0.797-0.234-0.125-0.484-0.203-0.703-0.328-0.375-0.219-0.609-0.469-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 4.406 1.891 7.266 6.234 7.266 11.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qrcode\" viewBox=\"0 0 22 28\">\n<title>qrcode</title>\n<path d=\"M6 18v2h-2v-2h2zM6 6v2h-2v-2h2zM18 6v2h-2v-2h2zM2 21.984h6v-5.984h-6v5.984zM2 10h6v-6h-6v6zM14 10h6v-6h-6v6zM10 14v10h-10v-10h10zM18 22v2h-2v-2h2zM22 22v2h-2v-2h2zM22 14v6h-6v-2h-2v6h-2v-10h6v2h2v-2h2zM10 2v10h-10v-10h10zM22 2v10h-10v-10h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-barcode\" viewBox=\"0 0 28 28\">\n<title>barcode</title>\n<path d=\"M0.984 24h-0.984v-22h0.984v22zM1.969 23.984h-0.5v-21.984h0.5v21.984zM3.437 23.984h-0.484v-21.984h0.484v21.984zM5.891 23.984h-0.484v-21.984h0.484v21.984zM8.344 23.984h-0.969v-21.984h0.969v21.984zM10.313 23.984h-0.484v-21.984h0.484v21.984zM11.297 23.984h-0.484v-21.984h0.484v21.984zM12.281 23.984h-0.484v-21.984h0.484v21.984zM14.734 23.984h-0.984v-21.984h0.984v21.984zM17.187 23.984h-0.984v-21.984h0.984v21.984zM19.156 23.984h-0.984v-21.984h0.984v21.984zM21.125 23.984h-0.984v-21.984h0.984v21.984zM22.594 23.984h-0.984v-21.984h0.984v21.984zM25.547 23.984h-1.469v-21.984h1.469v21.984zM26.531 23.984h-0.5v-21.984h0.5v21.984zM28 24h-0.984v-22h0.984v22z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tag\" viewBox=\"0 0 24 28\">\n<title>tag</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tags\" viewBox=\"0 0 30 28\">\n<title>tags</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422zM29.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578-0.812 0-1.219-0.375-1.75-0.922l7.344-7.344c0.359-0.359 0.578-0.875 0.578-1.406s-0.219-1.047-0.578-1.422l-11.172-11.156c-0.797-0.797-2.312-1.422-3.422-1.422h3.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-book\" viewBox=\"0 0 26 28\">\n<title>book</title>\n<path d=\"M25.609 7.469c0.391 0.562 0.5 1.297 0.281 2.016l-4.297 14.156c-0.391 1.328-1.766 2.359-3.109 2.359h-14.422c-1.594 0-3.297-1.266-3.875-2.891-0.25-0.703-0.25-1.391-0.031-1.984 0.031-0.313 0.094-0.625 0.109-1 0.016-0.25-0.125-0.453-0.094-0.641 0.063-0.375 0.391-0.641 0.641-1.062 0.469-0.781 1-2.047 1.172-2.859 0.078-0.297-0.078-0.641 0-0.906 0.078-0.297 0.375-0.516 0.531-0.797 0.422-0.719 0.969-2.109 1.047-2.844 0.031-0.328-0.125-0.688-0.031-0.938 0.109-0.359 0.453-0.516 0.688-0.828 0.375-0.516 1-2 1.094-2.828 0.031-0.266-0.125-0.531-0.078-0.812 0.063-0.297 0.438-0.609 0.688-0.969 0.656-0.969 0.781-3.109 2.766-2.547l-0.016 0.047c0.266-0.063 0.531-0.141 0.797-0.141h11.891c0.734 0 1.391 0.328 1.781 0.875 0.406 0.562 0.5 1.297 0.281 2.031l-4.281 14.156c-0.734 2.406-1.141 2.938-3.125 2.938h-13.578c-0.203 0-0.453 0.047-0.594 0.234-0.125 0.187-0.141 0.328-0.016 0.672 0.313 0.906 1.391 1.094 2.25 1.094h14.422c0.578 0 1.25-0.328 1.422-0.891l4.688-15.422c0.094-0.297 0.094-0.609 0.078-0.891 0.359 0.141 0.688 0.359 0.922 0.672zM8.984 7.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5zM7.688 11.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark\" viewBox=\"0 0 20 28\">\n<title>bookmark</title>\n<path d=\"M18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-print\" viewBox=\"0 0 26 28\">\n<title>print</title>\n<path d=\"M6 24h14v-4h-14v4zM6 14h14v-6h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v10zM24 15c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 15v6.5c0 0.266-0.234 0.5-0.5 0.5h-3.5v2.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-6.5c0-1.641 1.359-3 3-3h1v-8.5c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.969 0.469 2.562 1.062l2.375 2.375c0.594 0.594 1.062 1.734 1.062 2.562v4h1c1.641 0 3 1.359 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera\" viewBox=\"0 0 30 28\">\n<title>camera</title>\n<path d=\"M15 10.5c2.484 0 4.5 2.016 4.5 4.5s-2.016 4.5-4.5 4.5-4.5-2.016-4.5-4.5 2.016-4.5 4.5-4.5zM26 4c2.203 0 4 1.797 4 4v14c0 2.203-1.797 4-4 4h-22c-2.203 0-4-1.797-4-4v-14c0-2.203 1.797-4 4-4h3.5l0.797-2.125c0.391-1.031 1.609-1.875 2.703-1.875h8c1.094 0 2.312 0.844 2.703 1.875l0.797 2.125h3.5zM15 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-font\" viewBox=\"0 0 26 28\">\n<title>font</title>\n<path d=\"M11.328 8.734l-2.656 7.031c1.547 0.016 3.094 0.063 4.641 0.063 0.297 0 0.594-0.016 0.891-0.031-0.812-2.375-1.766-4.797-2.875-7.063zM0 26l0.031-1.234c1.469-0.453 3.063-0.141 3.719-1.828l3.703-9.625 4.375-11.312h2c0.063 0.109 0.125 0.219 0.172 0.328l3.203 7.5c1.172 2.766 2.25 5.563 3.437 8.313 0.703 1.625 1.25 3.297 2.031 4.891 0.109 0.25 0.328 0.719 0.547 0.891 0.516 0.406 1.953 0.5 2.688 0.781 0.047 0.297 0.094 0.594 0.094 0.891 0 0.141-0.016 0.266-0.016 0.406-1.984 0-3.969-0.25-5.953-0.25-2.047 0-4.094 0.172-6.141 0.234 0-0.406 0.016-0.812 0.063-1.219l2.047-0.438c0.422-0.094 1.25-0.203 1.25-0.781 0-0.562-2.016-5.203-2.266-5.844l-7.031-0.031c-0.406 0.906-1.984 5-1.984 5.594 0 1.203 2.297 1.25 3.187 1.375 0.016 0.297 0.016 0.594 0.016 0.906 0 0.141-0.016 0.281-0.031 0.422-1.813 0-3.641-0.313-5.453-0.313-0.219 0-0.531 0.094-0.75 0.125-0.984 0.172-1.953 0.219-2.938 0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bold\" viewBox=\"0 0 22 28\">\n<title>bold</title>\n<path d=\"M8.672 23.766c0.688 0.297 1.437 0.5 2.188 0.5 3.563 0 5.875-1.422 5.875-5.234 0-0.969-0.125-1.984-0.641-2.812-1.453-2.344-3.547-2.469-6.062-2.469-0.469 0-1.141 0-1.578 0.156 0 1.656-0.016 3.313-0.016 4.953 0 1.078-0.141 4 0.234 4.906zM8.453 12.109c0.562 0.094 1.141 0.109 1.703 0.109 3.219 0 5.516-0.906 5.516-4.516 0-3.047-2.703-4.094-5.313-4.094-0.688 0-1.359 0.094-2.031 0.203 0 1.578 0.125 3.156 0.125 4.734 0 0.828-0.016 1.656-0.016 2.484 0 0.359 0 0.719 0.016 1.078zM0 26l0.031-1.469c1-0.25 2.016-0.266 2.984-0.672 0.547-0.922 0.469-2.547 0.469-3.594 0-0.344 0.031-15.281-0.344-16.016-0.234-0.453-2.531-0.562-3.047-0.625l-0.063-1.297c3.719-0.063 7.438-0.328 11.141-0.328 0.703 0 1.422 0.016 2.125 0.016 3.531 0 7.422 1.687 7.422 5.75 0 2.797-2.125 3.844-4.328 4.844 2.969 0.672 5.609 2.688 5.609 5.969 0 5.375-4.891 7.156-9.469 7.156-1.375 0-2.75-0.094-4.125-0.094-2.797 0-5.625 0.25-8.406 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-italic\" viewBox=\"0 0 16 28\">\n<title>italic</title>\n<path d=\"M0 25.969l0.266-1.328c1-0.313 2.078-0.438 3.016-0.922 0.359-0.453 0.531-1.031 0.641-1.578 0.203-1.062 3.609-16.391 3.563-17.641v-0.391c-0.859-0.469-1.906-0.344-2.844-0.5l0.297-1.609c2.016 0.094 4.062 0.25 6.094 0.25 1.656 0 3.313-0.156 4.969-0.25-0.063 0.469-0.172 0.938-0.297 1.391-1.078 0.375-2.219 0.547-3.281 0.969-0.344 0.844-0.422 1.766-0.578 2.656-0.75 4.047-1.75 8.094-2.578 12.109-0.156 0.75-0.922 3.859-0.859 4.516l0.016 0.281c0.953 0.219 1.922 0.328 2.891 0.484-0.031 0.516-0.125 1.031-0.25 1.547-0.344 0-0.672 0.047-1.016 0.047-0.891 0-1.813-0.297-2.703-0.313-1.078-0.016-2.156-0.031-3.219-0.031-1.391 0-2.75 0.234-4.125 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-height\" viewBox=\"0 0 28 28\">\n<title>text-height</title>\n<path d=\"M27.25 22c0.688 0 0.906 0.438 0.484 0.984l-1.969 2.531c-0.422 0.547-1.109 0.547-1.531 0l-1.969-2.531c-0.422-0.547-0.203-0.984 0.484-0.984h1.25v-16h-1.25c-0.688 0-0.906-0.438-0.484-0.984l1.969-2.531c0.422-0.547 1.109-0.547 1.531 0l1.969 2.531c0.422 0.547 0.203 0.984-0.484 0.984h-1.25v16h1.25zM1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 1.125 0 2.234 0.016 3.359 0.016h4.578c0.625 0 0.984 0.141 1.406-0.453l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.547 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.484-2.422-0.516-2.453-0.328-0.406-0.688-0.328-1.172-0.328-1.422 0-2.906-0.063-4.312 0.109-0.078 0.688-0.141 1.422-0.125 2.125 0.016 4.391 0.063 8.781 0.063 13.172 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.344-0.766 0.297-5 0.297-5.984 0-3.156-0.094-6.312-0.094-9.469v-1.828c0-0.281 0.063-1.406-0.125-1.625-0.219-0.234-2.266-0.187-2.531-0.187-0.578 0-2.25 0.266-2.703 0.594-0.75 0.516-0.75 3.641-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-width\" viewBox=\"0 0 24 28\">\n<title>text-width</title>\n<path d=\"M1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 4.141 0 8.328-0.094 12.469 0.047 0.344 0.016 0.672-0.203 0.875-0.484l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.562 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.5-2.422-0.516-2.453-0.109-0.141-0.25-0.234-0.422-0.297-0.125-0.047-0.875-0.031-1.031-0.031-1.922 0-4.141-0.109-6.031 0.109-0.078 0.688-0.141 1.422-0.125 2.125l0.016 2.375v-0.812c0.016 2.547 0.047 5.078 0.047 7.609 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.391-0.875 0.281-8.266 0.281-9.641 0-0.219-0.078-0.453-0.078-0.688 0-0.641 0.109-4.312-0.125-4.578-0.219-0.234-2.266-0.187-2.531-0.187-0.656 0-4.328 0.344-4.703 0.594-0.734 0.484-0.75 3.625-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984zM20.469 22.047c0.547 0 2.625 1.859 3.047 2.188 0.234 0.187 0.406 0.453 0.406 0.766s-0.172 0.578-0.406 0.766c-0.422 0.328-2.5 2.188-3.047 2.188-0.719 0-0.469-1.672-0.469-1.953h-16c0 0.281 0.25 1.953-0.469 1.953-0.547 0-2.625-1.859-3.047-2.188-0.234-0.187-0.406-0.453-0.406-0.766s0.172-0.578 0.406-0.766c0.422-0.328 2.5-2.188 3.047-2.188 0.719 0 0.469 1.672 0.469 1.953h16c0-0.281-0.25-1.953 0.469-1.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-left\" viewBox=\"0 0 28 28\">\n<title>align-left</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-center\" viewBox=\"0 0 28 28\">\n<title>align-center</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h10c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-right\" viewBox=\"0 0 28 28\">\n<title>align-right</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-justify\" viewBox=\"0 0 28 28\">\n<title>align-justify</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list\" viewBox=\"0 0 28 28\">\n<title>list</title>\n<path d=\"M4 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM4 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dedent\" viewBox=\"0 0 28 28\">\n<title>dedent</title>\n<path d=\"M6 8.5v9c0 0.266-0.234 0.5-0.5 0.5-0.125 0-0.266-0.047-0.359-0.141l-4.5-4.5c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l4.5-4.5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-indent\" viewBox=\"0 0 28 28\">\n<title>indent</title>\n<path d=\"M5.5 13c0 0.125-0.047 0.266-0.141 0.359l-4.5 4.5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-9c0-0.266 0.234-0.5 0.5-0.5 0.125 0 0.266 0.047 0.359 0.141l4.5 4.5c0.094 0.094 0.141 0.234 0.141 0.359zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-video-camera\" viewBox=\"0 0 28 28\">\n<title>video-camera</title>\n<path d=\"M28 5.5v17c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-6.297-6.297v2.594c0 2.484-2.016 4.5-4.5 4.5h-11c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h11c2.484 0 4.5 2.016 4.5 4.5v2.578l6.297-6.281c0.187-0.203 0.438-0.297 0.703-0.297 0.125 0 0.266 0.031 0.391 0.078 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-image\" viewBox=\"0 0 30 28\">\n<title>image</title>\n<path d=\"M10 9c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 15v7h-22v-3l5-5 2.5 2.5 8-8zM27.5 4h-25c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5v-19c0-0.266-0.234-0.5-0.5-0.5zM30 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil\" viewBox=\"0 0 24 28\">\n<title>pencil</title>\n<path d=\"M5.672 24l1.422-1.422-3.672-3.672-1.422 1.422v1.672h2v2h1.672zM13.844 9.5c0-0.203-0.141-0.344-0.344-0.344-0.094 0-0.187 0.031-0.266 0.109l-8.469 8.469c-0.078 0.078-0.109 0.172-0.109 0.266 0 0.203 0.141 0.344 0.344 0.344 0.094 0 0.187-0.031 0.266-0.109l8.469-8.469c0.078-0.078 0.109-0.172 0.109-0.266zM13 6.5l6.5 6.5-13 13h-6.5v-6.5zM23.672 8c0 0.531-0.219 1.047-0.578 1.406l-2.594 2.594-6.5-6.5 2.594-2.578c0.359-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l3.672 3.656c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-marker\" viewBox=\"0 0 16 28\">\n<title>map-marker</title>\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adjust\" viewBox=\"0 0 24 28\">\n<title>adjust</title>\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tint\" viewBox=\"0 0 16 28\">\n<title>tint</title>\n<path d=\"M8 18c0-0.391-0.125-0.766-0.313-1.078-0.203-0.313-1.031-1.375-1.359-2.422-0.047-0.172-0.203-0.25-0.328-0.25s-0.281 0.078-0.328 0.25c-0.328 1.047-1.156 2.109-1.359 2.422-0.187 0.313-0.313 0.688-0.313 1.078 0 1.109 0.891 2 2 2s2-0.891 2-2zM16 16c0 4.422-3.578 8-8 8s-8-3.578-8-8c0-1.578 0.484-3.047 1.266-4.297 0.797-1.25 4.141-5.484 5.406-9.703 0.203-0.672 0.828-1 1.328-1s1.141 0.328 1.328 1c1.266 4.219 4.609 8.453 5.406 9.703s1.266 2.719 1.266 4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edit\" viewBox=\"0 0 28 28\">\n<title>edit</title>\n<path d=\"M13.875 18.5l1.813-1.813-2.375-2.375-1.813 1.813v0.875h1.5v1.5h0.875zM20.75 7.25c-0.141-0.141-0.375-0.125-0.516 0.016l-5.469 5.469c-0.141 0.141-0.156 0.375-0.016 0.516s0.375 0.125 0.516-0.016l5.469-5.469c0.141-0.141 0.156-0.375 0.016-0.516zM22 16.531v2.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.141 0.141-0.328 0.187-0.5 0.125-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-1.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.156-0.156 0.359-0.187 0.547-0.109s0.313 0.25 0.313 0.453zM20.5 5l4.5 4.5-10.5 10.5h-4.5v-4.5zM27.438 7.063l-1.437 1.437-4.5-4.5 1.437-1.437c0.578-0.578 1.547-0.578 2.125 0l2.375 2.375c0.578 0.578 0.578 1.547 0 2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square-o\" viewBox=\"0 0 26 28\">\n<title>share-square-o</title>\n<path d=\"M22 15.453v4.047c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h3.984c0.266 0 0.5 0.219 0.5 0.5 0 0.25-0.172 0.453-0.406 0.5-0.781 0.266-1.484 0.578-2.078 0.938-0.078 0.031-0.156 0.063-0.25 0.063h-1.75c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.344c0-0.187 0.109-0.359 0.281-0.453 0.313-0.141 0.594-0.344 0.844-0.578 0.141-0.141 0.359-0.203 0.547-0.125s0.328 0.25 0.328 0.453zM25.703 7.703l-6 6c-0.187 0.203-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.391-0.078-0.359-0.156-0.609-0.516-0.609-0.922v-3h-2.5c-3.437 0-5.625 0.656-6.844 2.047-1.266 1.453-1.641 3.797-1.156 7.391 0.031 0.219-0.109 0.438-0.313 0.531-0.063 0.016-0.125 0.031-0.187 0.031-0.156 0-0.313-0.078-0.406-0.203-0.109-0.156-2.594-3.672-2.594-6.797 0-4.188 1.313-9 11.5-9h2.5v-3c0-0.406 0.25-0.766 0.609-0.922 0.125-0.047 0.266-0.078 0.391-0.078 0.266 0 0.516 0.109 0.703 0.297l6 6c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square-o\" viewBox=\"0 0 26 28\">\n<title>check-square-o</title>\n<path d=\"M22 14.531v4.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.094 0.094-0.234 0.156-0.359 0.156-0.047 0-0.094-0.016-0.141-0.031-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.109-0.109 0.234-0.156 0.359-0.156 0.063 0 0.125 0.016 0.187 0.047 0.187 0.078 0.313 0.25 0.313 0.453zM25.609 6.891l-12.719 12.719c-0.5 0.5-1.281 0.5-1.781 0l-6.719-6.719c-0.5-0.5-0.5-1.281 0-1.781l1.719-1.719c0.5-0.5 1.281-0.5 1.781 0l4.109 4.109 10.109-10.109c0.5-0.5 1.281-0.5 1.781 0l1.719 1.719c0.5 0.5 0.5 1.281 0 1.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows\" viewBox=\"0 0 28 28\">\n<title>arrows</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-6v6h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-6h-6v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h6v-6h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-2v6h6v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-backward\" viewBox=\"0 0 16 28\">\n<title>step-backward</title>\n<path d=\"M15.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-backward\" viewBox=\"0 0 28 28\">\n<title>fast-backward</title>\n<path d=\"M27.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-backward\" viewBox=\"0 0 28 28\">\n<title>backward</title>\n<path d=\"M25.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.391-0.391-0.391-1.016 0-1.406l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play\" viewBox=\"0 0 22 28\">\n<title>play</title>\n<path d=\"M21.625 14.484l-20.75 11.531c-0.484 0.266-0.875 0.031-0.875-0.516v-23c0-0.547 0.391-0.781 0.875-0.516l20.75 11.531c0.484 0.266 0.484 0.703 0 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause\" viewBox=\"0 0 24 28\">\n<title>pause</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1zM10 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop\" viewBox=\"0 0 24 28\">\n<title>stop</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forward\" viewBox=\"0 0 24 28\">\n<title>forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.391 0.391 0.391 1.016 0 1.406l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-forward\" viewBox=\"0 0 28 28\">\n<title>fast-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-forward\" viewBox=\"0 0 16 28\">\n<title>step-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eject\" viewBox=\"0 0 24 28\">\n<title>eject</title>\n<path d=\"M0.219 15.297l11.094-11.094c0.391-0.391 1.016-0.391 1.406 0l11.094 11.094c0.391 0.391 0.25 0.703-0.297 0.703h-23c-0.547 0-0.688-0.313-0.297-0.703zM23.016 24h-22c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-left\" viewBox=\"0 0 21 28\">\n<title>chevron-left</title>\n<path d=\"M18.297 4.703l-8.297 8.297 8.297 8.297c0.391 0.391 0.391 1.016 0 1.406l-2.594 2.594c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.594c-0.391-0.391-0.391-1.016 0-1.406l11.594-11.594c0.391-0.391 1.016-0.391 1.406 0l2.594 2.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-right\" viewBox=\"0 0 19 28\">\n<title>chevron-right</title>\n<path d=\"M17.297 13.703l-11.594 11.594c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.594c-0.391-0.391-0.391-1.016 0-1.406l8.297-8.297-8.297-8.297c-0.391-0.391-0.391-1.016 0-1.406l2.594-2.594c0.391-0.391 1.016-0.391 1.406 0l11.594 11.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-circle\" viewBox=\"0 0 24 28\">\n<title>plus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-4v-4c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v4h-4c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h4v4c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-4h4c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-circle\" viewBox=\"0 0 24 28\">\n<title>minus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle\" viewBox=\"0 0 24 28\">\n<title>times-circle</title>\n<path d=\"M17.953 17.531c0-0.266-0.109-0.516-0.297-0.703l-2.828-2.828 2.828-2.828c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.531-0.297-0.719l-1.406-1.406c-0.187-0.187-0.453-0.297-0.719-0.297s-0.516 0.109-0.703 0.297l-2.828 2.828-2.828-2.828c-0.187-0.187-0.438-0.297-0.703-0.297s-0.531 0.109-0.719 0.297l-1.406 1.406c-0.187 0.187-0.297 0.453-0.297 0.719s0.109 0.516 0.297 0.703l2.828 2.828-2.828 2.828c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.531 0.297 0.719l1.406 1.406c0.187 0.187 0.453 0.297 0.719 0.297s0.516-0.109 0.703-0.297l2.828-2.828 2.828 2.828c0.187 0.187 0.438 0.297 0.703 0.297s0.531-0.109 0.719-0.297l1.406-1.406c0.187-0.187 0.297-0.453 0.297-0.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle\" viewBox=\"0 0 24 28\">\n<title>check-circle</title>\n<path d=\"M20.062 11.469c0-0.266-0.094-0.531-0.281-0.719l-1.422-1.406c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-6.375 6.359-3.531-3.531c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.406c-0.187 0.187-0.281 0.453-0.281 0.719s0.094 0.516 0.281 0.703l5.656 5.656c0.187 0.187 0.453 0.297 0.703 0.297 0.266 0 0.531-0.109 0.719-0.297l8.484-8.484c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle\" viewBox=\"0 0 24 28\">\n<title>question-circle</title>\n<path d=\"M14 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM18 11c0-2.859-3-5-5.688-5-2.547 0-4.453 1.094-5.797 3.328-0.141 0.219-0.078 0.5 0.125 0.656l2.063 1.563c0.078 0.063 0.187 0.094 0.297 0.094 0.141 0 0.297-0.063 0.391-0.187 0.734-0.938 1.047-1.219 1.344-1.437 0.266-0.187 0.781-0.375 1.344-0.375 1 0 1.922 0.641 1.922 1.328 0 0.812-0.422 1.219-1.375 1.656-1.109 0.5-2.625 1.797-2.625 3.313v0.562c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v0c0-0.359 0.453-1.125 1.188-1.547 1.188-0.672 2.812-1.578 2.812-3.953zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info-circle\" viewBox=\"0 0 24 28\">\n<title>info-circle</title>\n<path d=\"M16 21.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-1.5v-8c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h1.5v5h-1.5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h7c0.281 0 0.5-0.219 0.5-0.5zM14 7.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crosshairs\" viewBox=\"0 0 24 28\">\n<title>crosshairs</title>\n<path d=\"M18.703 16h-1.703c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1.703c-0.672-2.25-2.453-4.031-4.703-4.703v1.703c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-1.703c-2.25 0.672-4.031 2.453-4.703 4.703h1.703c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1.703c0.672 2.25 2.453 4.031 4.703 4.703v-1.703c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1.703c2.25-0.672 4.031-2.453 4.703-4.703zM24 13v2c0 0.547-0.453 1-1 1h-2.234c-0.766 3.359-3.406 6-6.766 6.766v2.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-2.234c-3.359-0.766-6-3.406-6.766-6.766h-2.234c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h2.234c0.766-3.359 3.406-6 6.766-6.766v-2.234c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v2.234c3.359 0.766 6 3.406 6.766 6.766h2.234c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle-o\" viewBox=\"0 0 24 28\">\n<title>times-circle-o</title>\n<path d=\"M17.141 16.859l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.141-2.141-2.141 2.141c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.141-2.141-2.141-2.141c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.141 2.141 2.141-2.141c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.141 2.141 2.141 2.141c0.203 0.203 0.203 0.516 0 0.719zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle-o\" viewBox=\"0 0 24 28\">\n<title>check-circle-o</title>\n<path d=\"M18.297 12.703l-6.594 6.594c-0.391 0.391-1.016 0.391-1.406 0l-4.594-4.594c-0.391-0.391-0.391-1.016 0-1.406l1.594-1.594c0.391-0.391 1.016-0.391 1.406 0l2.297 2.297 4.297-4.297c0.391-0.391 1.016-0.391 1.406 0l1.594 1.594c0.391 0.391 0.391 1.016 0 1.406zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ban\" viewBox=\"0 0 24 28\">\n<title>ban</title>\n<path d=\"M20.5 13.953c0-1.703-0.5-3.281-1.359-4.609l-11.781 11.766c1.344 0.875 2.938 1.391 4.641 1.391 4.688 0 8.5-3.828 8.5-8.547zM4.891 18.625l11.797-11.781c-1.344-0.906-2.953-1.422-4.688-1.422-4.688 0-8.5 3.828-8.5 8.531 0 1.734 0.516 3.328 1.391 4.672zM24 13.953c0 6.656-5.375 12.047-12 12.047s-12-5.391-12-12.047c0-6.641 5.375-12.031 12-12.031s12 5.391 12 12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-left\" viewBox=\"0 0 25 28\">\n<title>arrow-left</title>\n<path d=\"M24 14v2c0 1.062-0.703 2-1.828 2h-11l4.578 4.594c0.375 0.359 0.594 0.875 0.594 1.406s-0.219 1.047-0.594 1.406l-1.172 1.188c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-10.172-10.187c-0.359-0.359-0.578-0.875-0.578-1.406s0.219-1.047 0.578-1.422l10.172-10.156c0.375-0.375 0.891-0.594 1.422-0.594s1.031 0.219 1.406 0.594l1.172 1.156c0.375 0.375 0.594 0.891 0.594 1.422s-0.219 1.047-0.594 1.422l-4.578 4.578h11c1.125 0 1.828 0.938 1.828 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-right\" viewBox=\"0 0 23 28\">\n<title>arrow-right</title>\n<path d=\"M23 15c0 0.531-0.203 1.047-0.578 1.422l-10.172 10.172c-0.375 0.359-0.891 0.578-1.422 0.578s-1.031-0.219-1.406-0.578l-1.172-1.172c-0.375-0.375-0.594-0.891-0.594-1.422s0.219-1.047 0.594-1.422l4.578-4.578h-11c-1.125 0-1.828-0.938-1.828-2v-2c0-1.062 0.703-2 1.828-2h11l-4.578-4.594c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.406l1.172-1.172c0.375-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l10.172 10.172c0.375 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-up\" viewBox=\"0 0 26 28\">\n<title>arrow-up</title>\n<path d=\"M25.172 15.172c0 0.531-0.219 1.031-0.578 1.406l-1.172 1.172c-0.375 0.375-0.891 0.594-1.422 0.594s-1.047-0.219-1.406-0.594l-4.594-4.578v11c0 1.125-0.938 1.828-2 1.828h-2c-1.062 0-2-0.703-2-1.828v-11l-4.594 4.578c-0.359 0.375-0.875 0.594-1.406 0.594s-1.047-0.219-1.406-0.594l-1.172-1.172c-0.375-0.375-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.172-10.172c0.359-0.375 0.875-0.578 1.406-0.578s1.047 0.203 1.422 0.578l10.172 10.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-down\" viewBox=\"0 0 26 28\">\n<title>arrow-down</title>\n<path d=\"M25.172 13c0 0.531-0.219 1.047-0.578 1.406l-10.172 10.187c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-10.172-10.187c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l1.156-1.172c0.375-0.359 0.891-0.578 1.422-0.578s1.047 0.219 1.406 0.578l4.594 4.594v-11c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v11l4.594-4.594c0.359-0.359 0.875-0.578 1.406-0.578s1.047 0.219 1.422 0.578l1.172 1.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-forward\" viewBox=\"0 0 28 28\">\n<title>mail-forward</title>\n<path d=\"M28 10c0 0.266-0.109 0.516-0.297 0.703l-8 8c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4h-3.5c-6.734 0-11.156 1.297-11.156 8.75 0 0.641 0.031 1.281 0.078 1.922 0.016 0.25 0.078 0.531 0.078 0.781 0 0.297-0.187 0.547-0.5 0.547-0.219 0-0.328-0.109-0.438-0.266-0.234-0.328-0.406-0.828-0.578-1.188-0.891-2-1.984-4.859-1.984-7.047 0-1.75 0.172-3.547 0.828-5.203 2.172-5.391 8.547-6.297 13.672-6.297h3.5v-4c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8 8c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expand\" viewBox=\"0 0 24 28\">\n<title>expand</title>\n<path d=\"M11.797 16.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359zM24 3v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compress\" viewBox=\"0 0 24 28\">\n<title>compress</title>\n<path d=\"M12 15v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1zM23.797 4.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-circle\" viewBox=\"0 0 24 28\">\n<title>exclamation-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM14 21.484v-2.969c0-0.281-0.219-0.516-0.484-0.516h-3c-0.281 0-0.516 0.234-0.516 0.516v2.969c0 0.281 0.234 0.516 0.516 0.516h3c0.266 0 0.484-0.234 0.484-0.516zM13.969 16.109l0.281-9.703c0-0.109-0.047-0.219-0.156-0.281-0.094-0.078-0.234-0.125-0.375-0.125h-3.437c-0.141 0-0.281 0.047-0.375 0.125-0.109 0.063-0.156 0.172-0.156 0.281l0.266 9.703c0 0.219 0.234 0.391 0.531 0.391h2.891c0.281 0 0.516-0.172 0.531-0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gift\" viewBox=\"0 0 24 28\">\n<title>gift</title>\n<path d=\"M14.5 21.187v-11.188h-5v11.188c0 0.547 0.453 0.812 1 0.812h3c0.547 0 1-0.266 1-0.812zM7.375 8h3.047l-1.969-2.516c-0.172-0.203-0.547-0.484-1.078-0.484-0.828 0-1.5 0.672-1.5 1.5s0.672 1.5 1.5 1.5zM18.125 6.5c0-0.828-0.672-1.5-1.5-1.5-0.531 0-0.906 0.281-1.078 0.484l-1.953 2.516h3.031c0.828 0 1.5-0.672 1.5-1.5zM24 10.5v5c0 0.281-0.219 0.5-0.5 0.5h-1.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-17c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h6.875c-1.937 0-3.5-1.563-3.5-3.5s1.563-3.5 3.5-3.5c1.047 0 2.016 0.438 2.625 1.203l2 2.578 2-2.578c0.609-0.766 1.578-1.203 2.625-1.203 1.937 0 3.5 1.563 3.5 3.5s-1.563 3.5-3.5 3.5h6.875c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leaf\" viewBox=\"0 0 28 28\">\n<title>leaf</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-5.531 0-9.094 2.312-12.703 6.297-0.187 0.203-0.297 0.422-0.297 0.703 0 0.547 0.453 1 1 1 0.281 0 0.5-0.109 0.703-0.297 0.766-0.688 1.453-1.437 2.203-2.141 2.828-2.547 5.25-3.563 9.094-3.563 0.547 0 1-0.453 1-1zM28 7.906c0 1-0.109 2.016-0.313 3.016-1 4.859-4.125 8.016-8.469 10.172-2.109 1.062-4.469 1.687-6.844 1.687-1.5 0-3.047-0.25-4.469-0.734-0.75-0.25-2.25-1.234-2.875-1.234-0.781 0-1.719 3.187-3.078 3.187-0.984 0-1.281-0.484-1.703-1.203-0.141-0.266-0.25-0.359-0.25-0.688 0-1.625 3.094-2.891 3.094-3.797 0-0.141-0.406-0.969-0.469-1.281-0.094-0.531-0.141-1.078-0.141-1.625 0-4.969 3.953-8.516 8.391-9.984 3.203-1.062 10.016 0.172 12.187-1.891 0.859-0.797 1.281-1.531 2.594-1.531 1.766 0 2.344 4.578 2.344 5.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire\" viewBox=\"0 0 22 28\">\n<title>fire</title>\n<path d=\"M22 26.5v1c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM18 10c0 5.984-7 6.516-7 10.5 0 1.094 0.547 2.547 1.047 3.5l-0.063-0.016 0.016 0.016c-4.312-1.984-8-4.719-8-10 0-5.984 7-6.516 7-10.5 0-1.094-0.547-2.547-1.031-3.5l0.047 0.016-0.016-0.016c4.312 1.984 8 4.719 8 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye\" viewBox=\"0 0 28 28\">\n<title>eye</title>\n<path d=\"M26 15c-1.484-2.297-3.516-4.266-5.953-5.516 0.625 1.062 0.953 2.281 0.953 3.516 0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 2.672 4.125 6.984 7 12 7s9.328-2.875 12-7zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.781 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM28 15c0 0.391-0.125 0.75-0.313 1.078-2.875 4.734-8.141 7.922-13.687 7.922s-10.813-3.203-13.687-7.922c-0.187-0.328-0.313-0.688-0.313-1.078s0.125-0.75 0.313-1.078c2.875-4.719 8.141-7.922 13.687-7.922s10.813 3.203 13.687 7.922c0.187 0.328 0.313 0.688 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye-slash\" viewBox=\"0 0 28 28\">\n<title>eye-slash</title>\n<path d=\"M8.672 20.859l1.219-2.203c-1.813-1.313-2.891-3.422-2.891-5.656 0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 1.625 2.516 3.922 4.625 6.672 5.859zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.797 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM20.422 6.016c0 0.031 0 0.109-0.016 0.141-3.297 5.891-6.563 11.813-9.859 17.703l-0.766 1.391c-0.094 0.156-0.266 0.25-0.438 0.25-0.281 0-1.766-0.906-2.094-1.094-0.156-0.094-0.25-0.25-0.25-0.438 0-0.25 0.531-1.094 0.688-1.359-3.031-1.375-5.578-3.719-7.375-6.531-0.203-0.313-0.313-0.688-0.313-1.078 0-0.375 0.109-0.766 0.313-1.078 3.094-4.75 7.922-7.922 13.687-7.922 0.938 0 1.891 0.094 2.812 0.266l0.844-1.516c0.094-0.156 0.25-0.25 0.438-0.25 0.281 0 1.75 0.906 2.078 1.094 0.156 0.094 0.25 0.25 0.25 0.422zM21 13c0 2.906-1.797 5.5-4.5 6.531l4.375-7.844c0.078 0.438 0.125 0.875 0.125 1.313zM28 15c0 0.406-0.109 0.734-0.313 1.078-0.484 0.797-1.094 1.563-1.703 2.266-3.063 3.516-7.281 5.656-11.984 5.656l1.156-2.063c4.547-0.391 8.406-3.156 10.844-6.937-1.156-1.797-2.641-3.375-4.406-4.594l0.984-1.75c1.937 1.297 3.891 3.25 5.109 5.266 0.203 0.344 0.313 0.672 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-triangle\" viewBox=\"0 0 28 28\">\n<title>exclamation-triangle</title>\n<path d=\"M16 21.484v-2.969c0-0.281-0.219-0.516-0.5-0.516h-3c-0.281 0-0.5 0.234-0.5 0.516v2.969c0 0.281 0.219 0.516 0.5 0.516h3c0.281 0 0.5-0.234 0.5-0.516zM15.969 15.641l0.281-7.172c0-0.094-0.047-0.219-0.156-0.297-0.094-0.078-0.234-0.172-0.375-0.172h-3.437c-0.141 0-0.281 0.094-0.375 0.172-0.109 0.078-0.156 0.234-0.156 0.328l0.266 7.141c0 0.203 0.234 0.359 0.531 0.359h2.891c0.281 0 0.516-0.156 0.531-0.359zM15.75 1.047l12 22c0.344 0.609 0.328 1.359-0.031 1.969s-1.016 0.984-1.719 0.984h-24c-0.703 0-1.359-0.375-1.719-0.984s-0.375-1.359-0.031-1.969l12-22c0.344-0.641 1.016-1.047 1.75-1.047s1.406 0.406 1.75 1.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plane\" viewBox=\"0 0 22 28\">\n<title>plane</title>\n<path d=\"M21.5 2.5c1 1 0 3.5-1.5 5l-2.516 2.516 2.5 10.875c0.047 0.187-0.031 0.391-0.187 0.516l-2 1.5c-0.078 0.063-0.187 0.094-0.297 0.094-0.031 0-0.063 0-0.109-0.016-0.141-0.031-0.266-0.109-0.328-0.25l-4.359-7.938-4.047 4.047 0.828 3.031c0.047 0.172 0 0.344-0.125 0.484l-1.5 1.5c-0.094 0.094-0.234 0.141-0.359 0.141h-0.031c-0.156-0.016-0.281-0.078-0.375-0.203l-2.953-3.938-3.938-2.953c-0.125-0.078-0.187-0.219-0.203-0.359s0.047-0.281 0.141-0.391l1.5-1.516c0.094-0.094 0.234-0.141 0.359-0.141 0.047 0 0.094 0 0.125 0.016l3.031 0.828 4.047-4.047-7.938-4.359c-0.141-0.078-0.234-0.219-0.266-0.375-0.016-0.141 0.031-0.313 0.141-0.422l2-2c0.125-0.109 0.313-0.172 0.469-0.125l10.391 2.484 2.5-2.5c1.5-1.5 4-2.5 5-1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar\" viewBox=\"0 0 26 28\">\n<title>calendar</title>\n<path d=\"M2 26h4.5v-4.5h-4.5v4.5zM7.5 26h5v-4.5h-5v4.5zM2 20.5h4.5v-5h-4.5v5zM7.5 20.5h5v-5h-5v5zM2 14.5h4.5v-4.5h-4.5v4.5zM13.5 26h5v-4.5h-5v4.5zM7.5 14.5h5v-4.5h-5v4.5zM19.5 26h4.5v-4.5h-4.5v4.5zM13.5 20.5h5v-5h-5v5zM8 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM19.5 20.5h4.5v-5h-4.5v5zM13.5 14.5h5v-4.5h-5v4.5zM19.5 14.5h4.5v-4.5h-4.5v4.5zM20 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-random\" viewBox=\"0 0 28 28\">\n<title>random</title>\n<path d=\"M10.406 7.516c-0.875 1.344-1.516 2.797-2.141 4.266-0.906-1.891-1.906-3.781-4.266-3.781h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.781 0 4.828 1.297 6.406 3.516zM28 20c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3c-4.641 0-7.5 0.547-10.391-3.516 0.859-1.344 1.5-2.797 2.125-4.266 0.906 1.891 1.906 3.781 4.266 3.781h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM28 6c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.219-0.5-0.5v-3h-4c-2.078 0-3.063 1.422-3.938 3.109-0.453 0.875-0.844 1.781-1.219 2.672-1.734 4.031-3.766 8.219-8.844 8.219h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.078 0 3.063-1.422 3.938-3.109 0.453-0.875 0.844-1.781 1.219-2.672 1.734-4.031 3.766-8.219 8.844-8.219h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment\" viewBox=\"0 0 28 28\">\n<title>comment</title>\n<path d=\"M28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344-0.344 0.031-0.672-0.219-0.75-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magnet\" viewBox=\"0 0 24 28\">\n<title>magnet</title>\n<path d=\"M24 13v2c0 6.375-5.047 11-12 11s-12-4.625-12-11v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v2c0 2.859 3.328 3 4 3s4-0.141 4-3v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM8 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM24 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-up\" viewBox=\"0 0 28 28\">\n<title>chevron-up</title>\n<path d=\"M26.297 20.797l-2.594 2.578c-0.391 0.391-1.016 0.391-1.406 0l-8.297-8.297-8.297 8.297c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.578c-0.391-0.391-0.391-1.031 0-1.422l11.594-11.578c0.391-0.391 1.016-0.391 1.406 0l11.594 11.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-down\" viewBox=\"0 0 28 28\">\n<title>chevron-down</title>\n<path d=\"M26.297 12.625l-11.594 11.578c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.578c-0.391-0.391-0.391-1.031 0-1.422l2.594-2.578c0.391-0.391 1.016-0.391 1.406 0l8.297 8.297 8.297-8.297c0.391-0.391 1.016-0.391 1.406 0l2.594 2.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-retweet\" viewBox=\"0 0 30 28\">\n<title>retweet</title>\n<path d=\"M20 23.5c0 0.266-0.234 0.5-0.5 0.5h-15c-0.578 0-0.5-0.609-0.5-1v-9h-3c-0.547 0-1-0.453-1-1 0-0.234 0.078-0.469 0.234-0.641l5-6c0.187-0.219 0.469-0.344 0.766-0.344s0.578 0.125 0.766 0.344l5 6c0.156 0.172 0.234 0.406 0.234 0.641 0 0.547-0.453 1-1 1h-3v6h9c0.141 0 0.297 0.063 0.391 0.172l2.5 3c0.063 0.094 0.109 0.219 0.109 0.328zM30 17c0 0.234-0.078 0.469-0.234 0.641l-5 6c-0.187 0.219-0.469 0.359-0.766 0.359s-0.578-0.141-0.766-0.359l-5-6c-0.156-0.172-0.234-0.406-0.234-0.641 0-0.547 0.453-1 1-1h3v-6h-9c-0.141 0-0.297-0.063-0.391-0.187l-2.5-3c-0.063-0.078-0.109-0.203-0.109-0.313 0-0.266 0.234-0.5 0.5-0.5h15c0.578 0 0.5 0.609 0.5 1v9h3c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-cart\" viewBox=\"0 0 26 28\">\n<title>shopping-cart</title>\n<path d=\"M10 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM24 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM26 7v8c0 0.5-0.391 0.938-0.891 1l-16.312 1.906c0.078 0.359 0.203 0.719 0.203 1.094 0 0.359-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.703-1.656 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.047 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder\" viewBox=\"0 0 26 28\">\n<title>folder</title>\n<path d=\"M26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open\" viewBox=\"0 0 29 28\">\n<title>folder-open</title>\n<path d=\"M29.359 14.875c0 0.375-0.234 0.75-0.484 1.031l-5.25 6.188c-0.906 1.062-2.75 1.906-4.125 1.906h-17c-0.562 0-1.359-0.172-1.359-0.875 0-0.375 0.234-0.75 0.484-1.031l5.25-6.188c0.906-1.062 2.75-1.906 4.125-1.906h17c0.562 0 1.359 0.172 1.359 0.875zM24 9.5v2.5h-13c-1.953 0-4.375 1.109-5.641 2.609l-5.344 6.281c0-0.125-0.016-0.266-0.016-0.391v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-v\" viewBox=\"0 0 12 28\">\n<title>arrows-v</title>\n<path d=\"M11 5c0 0.547-0.453 1-1 1h-2v16h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-16h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-h\" viewBox=\"0 0 28 28\">\n<title>arrows-h</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-16v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h16v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bar-chart\" viewBox=\"0 0 32 28\">\n<title>bar-chart</title>\n<path d=\"M10 14v8h-4v-8h4zM16 6v16h-4v-16h4zM32 24v2h-32v-24h2v22h30zM22 10v12h-4v-12h4zM28 4v18h-4v-18h4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter-square\" viewBox=\"0 0 24 28\">\n<title>twitter-square</title>\n<path d=\"M20 9.531c-0.594 0.266-1.219 0.438-1.891 0.531 0.688-0.406 1.203-1.062 1.453-1.828-0.641 0.375-1.344 0.656-2.094 0.797-0.594-0.641-1.453-1.031-2.391-1.031-1.813 0-3.281 1.469-3.281 3.281 0 0.25 0.016 0.516 0.078 0.75-2.734-0.141-5.156-1.437-6.781-3.437-0.281 0.484-0.453 1.062-0.453 1.656 0 1.141 0.531 2.141 1.422 2.734-0.547-0.016-1.062-0.172-1.563-0.406v0.031c0 1.594 1.203 2.922 2.703 3.219-0.281 0.078-0.5 0.125-0.797 0.125-0.203 0-0.406-0.031-0.609-0.063 0.422 1.297 1.625 2.25 3.063 2.281-1.125 0.875-2.531 1.406-4.078 1.406-0.266 0-0.531-0.016-0.781-0.047 1.453 0.922 3.172 1.469 5.031 1.469 6.031 0 9.344-5 9.344-9.344 0-0.141 0-0.281-0.016-0.422 0.641-0.453 1.203-1.031 1.641-1.703zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-square\" viewBox=\"0 0 24 28\">\n<title>facebook-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-2.938v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-8.313c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera-retro\" viewBox=\"0 0 28 28\">\n<title>camera-retro</title>\n<path d=\"M14.5 13c0-0.281-0.219-0.5-0.5-0.5-1.375 0-2.5 1.125-2.5 2.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-0.828 0.672-1.5 1.5-1.5 0.281 0 0.5-0.219 0.5-0.5zM18 15.031c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM2 24h24v-2h-24v2zM20 15.031c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM4 5h6v-2h-6v2zM2 8h24v-4h-12.938l-1 2h-10.063v2zM28 4v20c0 1.109-0.891 2-2 2h-24c-1.109 0-2-0.891-2-2v-20c0-1.109 0.891-2 2-2h24c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-key\" viewBox=\"0 0 26 28\">\n<title>key</title>\n<path d=\"M13 8c0-1.656-1.344-3-3-3s-3 1.344-3 3c0 0.453 0.109 0.891 0.297 1.297-0.406-0.187-0.844-0.297-1.297-0.297-1.656 0-3 1.344-3 3s1.344 3 3 3 3-1.344 3-3c0-0.453-0.109-0.891-0.297-1.297 0.406 0.187 0.844 0.297 1.297 0.297 1.656 0 3-1.344 3-3zM26.297 19c0 0.359-1.437 1.797-1.797 1.797-0.406 0-1.672-1.469-2-1.797l-1.5 1.5 3.437 3.437c0.281 0.281 0.438 0.672 0.438 1.062 0 0.875-1 1.875-1.875 1.875-0.391 0-0.781-0.156-1.062-0.438l-10.484-10.484c-1.641 1.219-3.641 2.047-5.703 2.047-3.406 0-5.75-2.359-5.75-5.75 0-5.125 5.125-10.25 10.25-10.25 3.391 0 5.75 2.344 5.75 5.75 0 2.063-0.828 4.062-2.047 5.703l5.547 5.547 1.5-1.5c-0.328-0.328-1.797-1.594-1.797-2 0-0.359 1.437-1.797 1.797-1.797 0.125 0 0.266 0.063 0.359 0.156 0.578 0.578 4.937 4.688 4.937 5.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cogs\" viewBox=\"0 0 30 28\">\n<title>cogs</title>\n<path d=\"M14 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM26 22c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM26 6c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM20 12.578v2.891c0 0.203-0.156 0.438-0.359 0.469l-2.422 0.375c-0.125 0.406-0.297 0.797-0.5 1.188 0.438 0.625 0.906 1.203 1.406 1.797 0.063 0.094 0.109 0.187 0.109 0.313 0 0.109-0.031 0.219-0.109 0.297-0.313 0.422-2.063 2.328-2.516 2.328-0.125 0-0.234-0.047-0.328-0.109l-1.797-1.406c-0.391 0.203-0.781 0.359-1.203 0.484-0.078 0.797-0.156 1.656-0.359 2.422-0.063 0.219-0.25 0.375-0.469 0.375h-2.906c-0.219 0-0.438-0.172-0.469-0.391l-0.359-2.391c-0.406-0.125-0.797-0.297-1.172-0.484l-1.844 1.391c-0.078 0.078-0.203 0.109-0.313 0.109-0.125 0-0.234-0.047-0.328-0.125-0.406-0.375-2.25-2.047-2.25-2.5 0-0.109 0.047-0.203 0.109-0.297 0.453-0.594 0.922-1.172 1.375-1.781-0.219-0.422-0.406-0.844-0.547-1.281l-2.375-0.375c-0.219-0.031-0.375-0.234-0.375-0.453v-2.891c0-0.203 0.156-0.438 0.359-0.469l2.422-0.375c0.125-0.406 0.297-0.797 0.5-1.188-0.438-0.625-0.906-1.203-1.406-1.797-0.063-0.094-0.109-0.203-0.109-0.313s0.031-0.219 0.109-0.313c0.313-0.422 2.063-2.312 2.516-2.312 0.125 0 0.234 0.047 0.328 0.109l1.797 1.406c0.391-0.203 0.781-0.359 1.203-0.5 0.078-0.781 0.156-1.641 0.359-2.406 0.063-0.219 0.25-0.375 0.469-0.375h2.906c0.219 0 0.438 0.172 0.469 0.391l0.359 2.391c0.406 0.125 0.797 0.297 1.172 0.484l1.844-1.391c0.094-0.078 0.203-0.109 0.313-0.109 0.125 0 0.234 0.047 0.328 0.125 0.406 0.375 2.25 2.063 2.25 2.5 0 0.109-0.047 0.203-0.109 0.297-0.453 0.609-0.922 1.172-1.359 1.781 0.203 0.422 0.391 0.844 0.531 1.281l2.375 0.359c0.219 0.047 0.375 0.25 0.375 0.469zM30 20.906v2.188c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484zM30 4.906v2.187c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments\" viewBox=\"0 0 28 28\">\n<title>comments</title>\n<path d=\"M22 12c0 4.422-4.922 8-11 8-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8s11 3.578 11 8zM28 16c0 2.547-1.625 4.797-4.156 6.266 0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-up\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 12c0-1.062-0.953-2-2-2h-5.5c0-1.828 1.5-3.156 1.5-5 0-1.828-0.359-3-2.5-3-1 1.016-0.484 3.406-2 5-0.438 0.453-0.812 0.938-1.203 1.422-0.703 0.906-2.562 3.578-3.797 3.578h-0.5v10h0.5c0.875 0 2.312 0.562 3.156 0.859 1.719 0.594 3.5 1.141 5.344 1.141h1.891c1.766 0 3-0.703 3-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609 0.734-0.016 1.172-1.422 1.172-2zM24 11.984c0 0.906-0.266 1.797-0.766 2.547 0.094 0.344 0.141 0.719 0.141 1.078 0 0.781-0.203 1.563-0.594 2.25 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688h-2.016c-2.219 0-4.281-0.656-6.344-1.375-0.453-0.156-1.719-0.625-2.156-0.625h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.281c0.609-0.406 1.672-1.813 2.141-2.422 0.531-0.688 1.078-1.359 1.672-2 0.938-1 0.438-3.469 2-5 0.375-0.359 0.875-0.578 1.406-0.578 1.625 0 3.187 0.578 3.953 2.094 0.484 0.953 0.547 1.859 0.547 2.906 0 1.094-0.281 2.031-0.75 3h2.75c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-down\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-down</title>\n<path d=\"M4 7c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 16c0-0.578-0.438-1.984-1.172-2 0.328-0.375 0.547-1.109 0.547-1.609 0-0.734-0.297-1.359-0.828-1.859 0.187-0.328 0.281-0.703 0.281-1.078 0-0.719-0.359-1.609-1.016-1.969 0.047-0.281 0.078-0.578 0.078-0.875 0-1.828-1.156-2.609-2.891-2.609h-2c-1.844 0-3.625 0.547-5.344 1.141-0.844 0.297-2.281 0.859-3.156 0.859h-0.5v10h0.5c1.234 0 3.094 2.672 3.797 3.578 0.391 0.484 0.766 0.969 1.203 1.422 1.516 1.594 1 3.984 2 5 2.141 0 2.5-1.172 2.5-3 0-1.844-1.5-3.172-1.5-5h5.5c1.047 0 2-0.938 2-2zM24 16.016c0 2.156-1.844 3.984-4 3.984h-2.75c0.469 0.969 0.75 1.906 0.75 3 0 1.031-0.063 1.969-0.547 2.906-0.766 1.516-2.328 2.094-3.953 2.094-0.531 0-1.031-0.219-1.406-0.578-1.563-1.531-1.078-4-2-5.016-0.594-0.625-1.141-1.297-1.672-1.984-0.469-0.609-1.531-2.016-2.141-2.422h-4.281c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.438 0 1.703-0.469 2.156-0.625 2.25-0.781 4.203-1.375 6.609-1.375h1.75c2.844 0 4.891 1.687 4.875 4.609v0.078c0.609 0.781 0.938 1.781 0.938 2.781 0 0.219-0.016 0.453-0.047 0.672 0.391 0.688 0.594 1.469 0.594 2.25 0 0.359-0.047 0.734-0.141 1.078 0.5 0.75 0.766 1.641 0.766 2.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half\" viewBox=\"0 0 13 28\">\n<title>star-half</title>\n<path d=\"M13 0.5v20.922l-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart-o\" viewBox=\"0 0 28 28\">\n<title>heart-o</title>\n<path d=\"M26 9.312c0-4.391-2.969-5.313-5.469-5.313-2.328 0-4.953 2.516-5.766 3.484-0.375 0.453-1.156 0.453-1.531 0-0.812-0.969-3.437-3.484-5.766-3.484-2.5 0-5.469 0.922-5.469 5.313 0 2.859 2.891 5.516 2.922 5.547l9.078 8.75 9.063-8.734c0.047-0.047 2.938-2.703 2.938-5.563zM28 9.312c0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-out\" viewBox=\"0 0 25 28\">\n<title>sign-out</title>\n<path d=\"M10 22.5c0 0.438 0.203 1.5-0.5 1.5h-5c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h5c0.266 0 0.5 0.234 0.5 0.5 0 0.438 0.203 1.5-0.5 1.5h-5c-1.375 0-2.5 1.125-2.5 2.5v11c0 1.375 1.125 2.5 2.5 2.5h4.5c0.391 0 1-0.078 1 0.5zM24.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin-square\" viewBox=\"0 0 24 28\">\n<title>linkedin-square</title>\n<path d=\"M3.703 22.094h3.609v-10.844h-3.609v10.844zM7.547 7.906c-0.016-1.062-0.781-1.875-2.016-1.875s-2.047 0.812-2.047 1.875c0 1.031 0.781 1.875 2 1.875h0.016c1.266 0 2.047-0.844 2.047-1.875zM16.688 22.094h3.609v-6.219c0-3.328-1.781-4.875-4.156-4.875-1.937 0-2.797 1.078-3.266 1.828h0.031v-1.578h-3.609s0.047 1.016 0 10.844v0h3.609v-6.062c0-0.313 0.016-0.641 0.109-0.875 0.266-0.641 0.859-1.313 1.859-1.313 1.297 0 1.813 0.984 1.813 2.453v5.797zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumb-tack\" viewBox=\"0 0 18 28\">\n<title>thumb-tack</title>\n<path d=\"M7.5 13.5v-7c0-0.281-0.219-0.5-0.5-0.5s-0.5 0.219-0.5 0.5v7c0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5zM18 19c0 0.547-0.453 1-1 1h-6.703l-0.797 7.547c-0.031 0.25-0.234 0.453-0.484 0.453h-0.016c-0.25 0-0.453-0.172-0.5-0.422l-1.188-7.578h-6.312c-0.547 0-1-0.453-1-1 0-2.562 1.937-5 4-5v-8c-1.094 0-2-0.906-2-2s0.906-2 2-2h10c1.094 0 2 0.906 2 2s-0.906 2-2 2v8c2.063 0 4 2.438 4 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link\" viewBox=\"0 0 28 28\">\n<title>external-link</title>\n<path d=\"M22 14.5v5c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM28 1v8c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.75-2.75-10.187 10.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l10.187-10.187-2.75-2.75c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-in\" viewBox=\"0 0 24 28\">\n<title>sign-in</title>\n<path d=\"M18.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703zM24 8.5v11c0 2.484-2.016 4.5-4.5 4.5h-5c-0.266 0-0.5-0.234-0.5-0.5 0-0.438-0.203-1.5 0.5-1.5h5c1.375 0 2.5-1.125 2.5-2.5v-11c0-1.375-1.125-2.5-2.5-2.5h-4.5c-0.391 0-1 0.078-1-0.5 0-0.438-0.203-1.5 0.5-1.5h5c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trophy\" viewBox=\"0 0 26 28\">\n<title>trophy</title>\n<path d=\"M7.156 13.797c-0.656-1.437-1.156-3.344-1.156-5.797h-4v1.5c0 1.531 2.078 3.656 5.156 4.297zM24 9.5v-1.5h-4c0 2.453-0.5 4.359-1.156 5.797 3.078-0.641 5.156-2.766 5.156-4.297zM26 7.5v2c0 2.969-3.594 6.25-8.469 6.484-0.625 0.797-1.203 1.266-1.484 1.484-0.828 0.75-1.047 1.531-1.047 2.531s0.5 2 2 2 3 1 3 2.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-1.5 1.5-2.5 3-2.5s2-1 2-2-0.219-1.781-1.047-2.531c-0.281-0.219-0.859-0.688-1.484-1.484-4.875-0.234-8.469-3.516-8.469-6.484v-2c0-0.828 0.672-1.5 1.5-1.5h4.5v-1.5c0-1.375 1.125-2.5 2.5-2.5h9c1.375 0 2.5 1.125 2.5 2.5v1.5h4.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-square\" viewBox=\"0 0 24 28\">\n<title>github-square</title>\n<path d=\"M8.109 18.75v0c0.031-0.047 0.016-0.141-0.047-0.203-0.078-0.063-0.172-0.078-0.219-0.031-0.031 0.047-0.016 0.141 0.047 0.203 0.078 0.063 0.172 0.078 0.219 0.031zM7.672 18.109c-0.047-0.063-0.125-0.094-0.187-0.063-0.047 0.031-0.047 0.125 0 0.187 0.063 0.078 0.141 0.109 0.187 0.078v0c0.047-0.031 0.047-0.125 0-0.203zM7.031 17.484v0c0.016-0.031-0.016-0.094-0.078-0.125-0.047-0.016-0.109-0.016-0.125 0.031-0.031 0.047 0 0.094 0.063 0.125 0.063 0.016 0.125 0.016 0.141-0.031zM7.359 17.844v0c0.031-0.031 0.031-0.109-0.031-0.156-0.047-0.063-0.125-0.078-0.156-0.047-0.047 0.047-0.031 0.109 0.016 0.172 0.047 0.047 0.125 0.078 0.172 0.031zM8.703 19.016v0c0.016-0.063-0.047-0.141-0.141-0.172s-0.172 0-0.203 0.063c-0.016 0.063 0.047 0.141 0.141 0.172s0.172 0 0.203-0.063zM9.359 19.063v0c0-0.063-0.078-0.125-0.187-0.125-0.094 0-0.156 0.063-0.156 0.125s0.078 0.125 0.172 0.125 0.172-0.063 0.172-0.125zM9.969 18.953v0c-0.016-0.063-0.109-0.094-0.203-0.078s-0.156 0.078-0.141 0.141 0.094 0.109 0.187 0.094 0.156-0.094 0.156-0.156zM20 14c0-4.422-3.578-8-8-8s-8 3.578-8 8c0 3.531 2.297 6.531 5.469 7.594 0.406 0.078 0.547-0.172 0.547-0.391 0-0.187 0-0.812-0.016-1.484 0 0-2.219 0.484-2.688-0.953 0 0-0.359-0.922-0.891-1.156 0 0-0.719-0.5 0.063-0.5 0 0 0.781 0.063 1.219 0.828 0.703 1.234 1.875 0.875 2.328 0.672 0.078-0.516 0.281-0.875 0.516-1.078-1.781-0.203-3.656-0.891-3.656-3.953 0-0.875 0.313-1.578 0.828-2.141-0.078-0.203-0.359-1.016 0.078-2.125 0.672-0.203 2.203 0.828 2.203 0.828 0.641-0.187 1.313-0.266 2-0.266s1.359 0.078 2 0.266c0 0 1.531-1.031 2.203-0.828 0.438 1.109 0.156 1.922 0.078 2.125 0.516 0.562 0.828 1.266 0.828 2.141 0 3.078-1.875 3.75-3.656 3.953 0.281 0.25 0.547 0.734 0.547 1.484 0 1.062-0.016 1.922-0.016 2.188 0 0.219 0.141 0.469 0.547 0.391 3.172-1.062 5.469-4.062 5.469-7.594zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-upload\" viewBox=\"0 0 26 28\">\n<title>upload</title>\n<path d=\"M20 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h6.672c0.422 1.156 1.531 2 2.828 2h4c1.297 0 2.406-0.844 2.828-2h6.672c0.828 0 1.5 0.672 1.5 1.5zM20.922 9.375c-0.156 0.375-0.516 0.625-0.922 0.625h-4v7c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-7h-4c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l7-7c0.187-0.203 0.453-0.297 0.703-0.297s0.516 0.094 0.703 0.297l7 7c0.297 0.281 0.375 0.719 0.219 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lemon-o\" viewBox=\"0 0 24 28\">\n<title>lemon-o</title>\n<path d=\"M21.984 12.906c0-0.734-0.141-2.656-0.391-3.281-0.297-0.75-0.469-1.172-0.469-2.016 0-0.719 0.156-1.422 0.156-2.125 0-0.297-0.016-0.609-0.156-0.859-0.063-0.016-0.141-0.016-0.203-0.016-0.609 0-1.219 0.141-1.828 0.141-1.859 0-3.625-0.75-5.484-0.75-1.453 0-2.859 0.547-4.203 1.078-1.062 0.422-2.234 0.922-3.156 1.609-3.156 2.391-4.25 6.766-4.25 10.531 0 1.266 0.391 2.5 0.391 3.766 0 0.719-0.344 1.375-0.344 2.063 0 0.438 0.25 0.797 0.719 0.797 0.766 0 1.5-0.344 2.281-0.344 1.781 0 3.516 0.484 5.297 0.484 1.391 0 3.141-0.109 4.438-0.562 4.109-1.453 7.203-6.203 7.203-10.516zM23.984 12.875c0 5.203-3.609 10.687-8.547 12.437-1.547 0.547-3.469 0.688-5.094 0.688-1.781 0-3.531-0.453-5.297-0.453-0.75 0-1.5 0.453-2.281 0.453-1.547 0-2.719-1.391-2.719-2.875 0-0.734 0.344-1.391 0.344-2.109 0-1.266-0.391-2.5-0.391-3.781 0-4.438 1.359-9.344 5.047-12.141 1.062-0.812 2.391-1.391 3.625-1.875 1.594-0.641 3.203-1.219 4.937-1.219 1.859 0 3.625 0.75 5.453 0.75 0.594 0 1.188-0.156 1.797-0.156 1.781 0 2.422 1.266 2.422 2.891 0 0.703-0.156 1.422-0.156 2.125 0 0.562 0.141 0.781 0.328 1.281 0.359 0.906 0.531 2.984 0.531 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone\" viewBox=\"0 0 22 28\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square-o\" viewBox=\"0 0 22 28\">\n<title>square-o</title>\n<path d=\"M17.5 4h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-13c0-1.375-1.125-2.5-2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark-o\" viewBox=\"0 0 20 28\">\n<title>bookmark-o</title>\n<path d=\"M18 4h-16v19.406l8-7.672 1.391 1.328 6.609 6.344v-19.406zM18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone-square\" viewBox=\"0 0 24 28\">\n<title>phone-square</title>\n<path d=\"M20 18.641c0-0.078 0-0.172-0.031-0.25-0.094-0.281-2.375-1.437-2.812-1.687-0.297-0.172-0.656-0.516-1.016-0.516-0.688 0-1.703 2.047-2.312 2.047-0.313 0-0.703-0.281-0.984-0.438-2.063-1.156-3.484-2.578-4.641-4.641-0.156-0.281-0.438-0.672-0.438-0.984 0-0.609 2.047-1.625 2.047-2.312 0-0.359-0.344-0.719-0.516-1.016-0.25-0.438-1.406-2.719-1.687-2.812-0.078-0.031-0.172-0.031-0.25-0.031-0.406 0-1.203 0.187-1.578 0.344-1.031 0.469-1.781 2.438-1.781 3.516 0 1.047 0.422 2 0.781 2.969 1.25 3.422 4.969 7.141 8.391 8.391 0.969 0.359 1.922 0.781 2.969 0.781 1.078 0 3.047-0.75 3.516-1.781 0.156-0.375 0.344-1.172 0.344-1.578zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter\" viewBox=\"0 0 26 28\">\n<title>twitter</title>\n<path d=\"M25.312 6.375c-0.688 1-1.547 1.891-2.531 2.609 0.016 0.219 0.016 0.438 0.016 0.656 0 6.672-5.078 14.359-14.359 14.359-2.859 0-5.516-0.828-7.75-2.266 0.406 0.047 0.797 0.063 1.219 0.063 2.359 0 4.531-0.797 6.266-2.156-2.219-0.047-4.078-1.5-4.719-3.5 0.313 0.047 0.625 0.078 0.953 0.078 0.453 0 0.906-0.063 1.328-0.172-2.312-0.469-4.047-2.5-4.047-4.953v-0.063c0.672 0.375 1.453 0.609 2.281 0.641-1.359-0.906-2.25-2.453-2.25-4.203 0-0.938 0.25-1.797 0.688-2.547 2.484 3.062 6.219 5.063 10.406 5.281-0.078-0.375-0.125-0.766-0.125-1.156 0-2.781 2.25-5.047 5.047-5.047 1.453 0 2.766 0.609 3.687 1.594 1.141-0.219 2.234-0.641 3.203-1.219-0.375 1.172-1.172 2.156-2.219 2.781 1.016-0.109 2-0.391 2.906-0.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook\" viewBox=\"0 0 16 28\">\n<title>facebook</title>\n<path d=\"M14.984 0.187v4.125h-2.453c-1.922 0-2.281 0.922-2.281 2.25v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406c0-3.953 2.422-6.109 5.953-6.109 1.687 0 3.141 0.125 3.563 0.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github\" viewBox=\"0 0 24 28\">\n<title>github</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12 0 5.297-3.437 9.797-8.203 11.391-0.609 0.109-0.828-0.266-0.828-0.578 0-0.391 0.016-1.687 0.016-3.297 0-1.125-0.375-1.844-0.812-2.219 2.672-0.297 5.484-1.313 5.484-5.922 0-1.313-0.469-2.375-1.234-3.219 0.125-0.313 0.531-1.531-0.125-3.187-1-0.313-3.297 1.234-3.297 1.234-0.953-0.266-1.984-0.406-3-0.406s-2.047 0.141-3 0.406c0 0-2.297-1.547-3.297-1.234-0.656 1.656-0.25 2.875-0.125 3.187-0.766 0.844-1.234 1.906-1.234 3.219 0 4.594 2.797 5.625 5.469 5.922-0.344 0.313-0.656 0.844-0.766 1.609-0.688 0.313-2.438 0.844-3.484-1-0.656-1.141-1.844-1.234-1.844-1.234-1.172-0.016-0.078 0.734-0.078 0.734 0.781 0.359 1.328 1.75 1.328 1.75 0.703 2.141 4.047 1.422 4.047 1.422 0 1 0.016 1.937 0.016 2.234 0 0.313-0.219 0.688-0.828 0.578-4.766-1.594-8.203-6.094-8.203-11.391 0-6.625 5.375-12 12-12zM4.547 19.234c0.031-0.063-0.016-0.141-0.109-0.187-0.094-0.031-0.172-0.016-0.203 0.031-0.031 0.063 0.016 0.141 0.109 0.187 0.078 0.047 0.172 0.031 0.203-0.031zM5.031 19.766c0.063-0.047 0.047-0.156-0.031-0.25-0.078-0.078-0.187-0.109-0.25-0.047-0.063 0.047-0.047 0.156 0.031 0.25 0.078 0.078 0.187 0.109 0.25 0.047zM5.5 20.469c0.078-0.063 0.078-0.187 0-0.297-0.063-0.109-0.187-0.156-0.266-0.094-0.078 0.047-0.078 0.172 0 0.281s0.203 0.156 0.266 0.109zM6.156 21.125c0.063-0.063 0.031-0.203-0.063-0.297-0.109-0.109-0.25-0.125-0.313-0.047-0.078 0.063-0.047 0.203 0.063 0.297 0.109 0.109 0.25 0.125 0.313 0.047zM7.047 21.516c0.031-0.094-0.063-0.203-0.203-0.25-0.125-0.031-0.266 0.016-0.297 0.109s0.063 0.203 0.203 0.234c0.125 0.047 0.266 0 0.297-0.094zM8.031 21.594c0-0.109-0.125-0.187-0.266-0.172-0.141 0-0.25 0.078-0.25 0.172 0 0.109 0.109 0.187 0.266 0.172 0.141 0 0.25-0.078 0.25-0.172zM8.937 21.438c-0.016-0.094-0.141-0.156-0.281-0.141-0.141 0.031-0.234 0.125-0.219 0.234 0.016 0.094 0.141 0.156 0.281 0.125s0.234-0.125 0.219-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock\" viewBox=\"0 0 26 28\">\n<title>unlock</title>\n<path d=\"M26 9v4c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v3h1.5c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h10.5v-3c0-3.859 3.141-7 7-7s7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card\" viewBox=\"0 0 30 28\">\n<title>credit-card</title>\n<path d=\"M27.5 2c1.375 0 2.5 1.125 2.5 2.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25zM2.5 4c-0.266 0-0.5 0.234-0.5 0.5v3.5h26v-3.5c0-0.266-0.234-0.5-0.5-0.5h-25zM27.5 24c0.266 0 0.5-0.234 0.5-0.5v-9.5h-26v9.5c0 0.266 0.234 0.5 0.5 0.5h25zM4 22v-2h4v2h-4zM10 22v-2h6v2h-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-feed\" viewBox=\"0 0 22 28\">\n<title>feed</title>\n<path d=\"M6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 22.922c0.016 0.281-0.078 0.547-0.266 0.75-0.187 0.219-0.453 0.328-0.734 0.328h-2.109c-0.516 0-0.938-0.391-0.984-0.906-0.453-4.766-4.234-8.547-9-9-0.516-0.047-0.906-0.469-0.906-0.984v-2.109c0-0.281 0.109-0.547 0.328-0.734 0.172-0.172 0.422-0.266 0.672-0.266h0.078c3.328 0.266 6.469 1.719 8.828 4.094 2.375 2.359 3.828 5.5 4.094 8.828zM22 22.953c0.016 0.266-0.078 0.531-0.281 0.734-0.187 0.203-0.438 0.313-0.719 0.313h-2.234c-0.531 0-0.969-0.406-1-0.938-0.516-9.078-7.75-16.312-16.828-16.844-0.531-0.031-0.938-0.469-0.938-0.984v-2.234c0-0.281 0.109-0.531 0.313-0.719 0.187-0.187 0.438-0.281 0.688-0.281h0.047c5.469 0.281 10.609 2.578 14.484 6.469 3.891 3.875 6.188 9.016 6.469 14.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hdd-o\" viewBox=\"0 0 24 28\">\n<title>hdd-o</title>\n<path d=\"M16.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM20.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM22 21.5v-5c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5zM2.781 14h18.438l-2.453-7.531c-0.078-0.266-0.375-0.469-0.656-0.469h-12.219c-0.281 0-0.578 0.203-0.656 0.469zM24 16.5v5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-5c0-0.422 0.125-0.781 0.25-1.172l3.078-9.469c0.359-1.094 1.406-1.859 2.562-1.859h12.219c1.156 0 2.203 0.766 2.562 1.859l3.078 9.469c0.125 0.391 0.25 0.75 0.25 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullhorn\" viewBox=\"0 0 28 28\">\n<title>bullhorn</title>\n<path d=\"M26 10c1.109 0 2 0.891 2 2s-0.891 2-2 2v6c0 1.094-0.906 2-2 2-2.781-2.312-7.266-5.484-12.688-5.938-1.859 0.625-2.5 2.797-1.281 4.047-1.094 1.797 0.313 3.063 1.969 4.359-0.969 1.906-5 1.937-6.438 0.609-0.906-2.781-2.25-5.563-1.156-9.078h-1.906c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h7.5c6 0 11-3.5 14-6 1.094 0 2 0.906 2 2v6zM24 19.437v-14.906c-4.078 3.125-8.031 4.922-12 5.359v4.219c3.969 0.438 7.922 2.203 12 5.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-o\" viewBox=\"0 0 28 28\">\n<title>bell-o</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM3.844 22h20.312c-2.797-3.156-4.156-7.438-4.156-13 0-2.016-1.906-5-6-5s-6 2.984-6 5c0 5.563-1.359 9.844-4.156 13zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-certificate\" viewBox=\"0 0 24 28\">\n<title>certificate</title>\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-right\" viewBox=\"0 0 28 28\">\n<title>hand-o-right</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 12c0-1.062-0.953-2-2-2h-9c0-0.984 1.5-2 1.5-4 0-1.5-1.172-2-2.5-2-0.438 0-1.234 1.813-1.406 2.172-0.187 0.344-0.375 0.688-0.578 1.016-0.516 0.828-1.109 1.547-1.75 2.266-1 1.141-2.109 2.547-3.766 2.547h-0.5v10h0.5c2.734 0 5.406 2 8.437 2 1.75 0 2.953-0.734 2.953-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609h5.172c1.078 0 2-0.922 2-2zM28 11.984c0 2.188-1.813 4.016-4 4.016h-2.641c-0.047 0.656-0.25 1.281-0.578 1.859 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688-1.75 0-3.406-0.484-5.031-1.078-0.953-0.344-2.5-0.922-3.484-0.922h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.75 0 1.813-1.344 2.266-1.859 0.562-0.641 1.094-1.281 1.563-2.016 0.906-1.453 1.578-4.125 3.672-4.125 2.484 0 4.5 1.359 4.5 4 0 0.688-0.109 1.359-0.344 2h5.844c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-left\" viewBox=\"0 0 28 28\">\n<title>hand-o-left</title>\n<path d=\"M21.5 22h0.5v-10h-0.5c-1.656 0-2.766-1.406-3.766-2.547-0.641-0.719-1.234-1.437-1.75-2.266-0.219-0.344-0.406-0.703-0.594-1.062s-0.969-2.125-1.391-2.125c-1.328 0-2.5 0.5-2.5 2 0 2 1.5 3.016 1.5 4h-9c-1.047 0-2 0.938-2 2 0 1.078 0.922 2 2 2h5.172c-0.328 0.375-0.547 1.109-0.547 1.609 0 0.734 0.297 1.359 0.828 1.859-0.187 0.328-0.281 0.703-0.281 1.078 0 0.719 0.359 1.609 1.016 1.969-0.047 0.281-0.063 0.578-0.063 0.875 0 1.844 1.141 2.609 2.875 2.609 3.109 0 5.766-2 8.5-2zM26 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 12v10c0 1.109-0.891 2-2 2h-4.5c-0.984 0-2.531 0.578-3.484 0.922-1.594 0.578-3.234 1.078-4.953 1.078-2.875 0-4.969-1.625-4.953-4.609l0.016-0.078c-0.625-0.781-0.953-1.781-0.953-2.781 0-0.219 0.016-0.453 0.047-0.672-0.328-0.578-0.531-1.203-0.578-1.859h-2.641c-2.188 0-4-1.828-4-4.016 0-2.156 1.844-3.984 4-3.984h5.844c-0.234-0.641-0.344-1.312-0.344-2 0-2.641 2.016-4 4.5-4 2.094 0 2.766 2.672 3.672 4.125 0.469 0.734 1 1.375 1.563 2.016 0.453 0.516 1.516 1.859 2.266 1.859h4.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-up\" viewBox=\"0 0 24 28\">\n<title>hand-o-up</title>\n<path d=\"M20 25c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 13.062c0-1.766-0.719-2.953-2.609-2.953-0.297 0-0.594 0.031-0.875 0.078-0.359-0.656-1.25-1.016-1.969-1.016-0.375 0-0.75 0.094-1.078 0.281-0.5-0.531-1.125-0.828-1.859-0.828-0.5 0-1.234 0.219-1.609 0.547v-5.172c0-1.078-0.922-2-2-2-1.062 0-2 0.953-2 2v9c-0.984 0-2-1.5-4-1.5-1.5 0-2 1.172-2 2.5 0 0.438 1.813 1.234 2.172 1.406 0.344 0.187 0.688 0.375 1.016 0.578 0.828 0.516 1.547 1.109 2.266 1.75 1.141 1 2.547 2.109 2.547 3.766v0.5h10v-0.5c0-2.734 2-5.406 2-8.437zM24 12.984c0 1.75-0.484 3.406-1.078 5.031-0.344 0.953-0.922 2.5-0.922 3.484v4.5c0 1.109-0.891 2-2 2h-10c-1.109 0-2-0.891-2-2v-4.5c0-0.75-1.344-1.813-1.859-2.266-0.641-0.562-1.281-1.094-2.016-1.563-1.453-0.906-4.125-1.578-4.125-3.672 0-2.484 1.359-4.5 4-4.5 0.688 0 1.359 0.109 2 0.344v-5.844c0-2.156 1.828-4 3.984-4 2.188 0 4.016 1.813 4.016 4v2.641c0.656 0.047 1.281 0.25 1.859 0.578 0.219-0.031 0.453-0.047 0.672-0.047 1 0 2 0.328 2.781 0.938 2.953-0.031 4.688 1.984 4.688 4.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-down\" viewBox=\"0 0 24 28\">\n<title>hand-o-down</title>\n<path d=\"M22 15c0-3.109-2-5.766-2-8.5v-0.5h-10v0.5c0 1.656-1.406 2.766-2.547 3.766-0.719 0.641-1.437 1.234-2.266 1.75-0.344 0.219-0.703 0.406-1.062 0.594s-2.125 0.969-2.125 1.391c0 1.328 0.5 2.5 2 2.5 2 0 3.016-1.5 4-1.5v9c0 1.047 0.938 2 2 2 1.078 0 2-0.922 2-2v-5.172c0.406 0.313 1.094 0.547 1.609 0.547 0.734 0 1.359-0.297 1.859-0.828 0.328 0.187 0.703 0.281 1.078 0.281 0.719 0 1.609-0.359 1.969-1.016 0.281 0.047 0.578 0.063 0.875 0.063 1.844 0 2.609-1.141 2.609-2.875zM20 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 14.938c0 2.875-1.625 4.969-4.609 4.953l-0.078-0.016c-0.781 0.625-1.781 0.953-2.781 0.953-0.219 0-0.453-0.016-0.672-0.047-0.531 0.297-1.25 0.516-1.859 0.578v2.641c0 2.188-1.828 4-4.016 4-2.156 0-3.984-1.844-3.984-4v-5.844c-0.609 0.25-1.344 0.344-2 0.344-2.625 0-4-2.016-4-4.5 0-2.094 2.672-2.766 4.125-3.672 0.734-0.469 1.375-1 2.016-1.563 0.516-0.453 1.859-1.516 1.859-2.266v-4.5c0-1.109 0.891-2 2-2h10c1.109 0 2 0.891 2 2v4.5c0 0.984 0.578 2.531 0.922 3.484 0.578 1.594 1.078 3.234 1.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-left</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-7.844l2.953-2.953c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.516-0.297-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703s-0.094-0.516-0.281-0.703l-2.953-2.953h7.844c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-right</title>\n<path d=\"M20.078 14c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l2.953 2.953h-7.844c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h7.844l-2.953 2.953c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.516 0.297 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-up</title>\n<path d=\"M20.062 13.984c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l2.953-2.953v7.844c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-7.844l2.953 2.953c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-down</title>\n<path d=\"M20.062 14.016c0-0.266-0.094-0.516-0.281-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-2.953 2.953v-7.844c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v7.844l-2.953-2.953c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-globe\" viewBox=\"0 0 24 28\">\n<title>globe</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM16.281 10.141c-0.125 0.094-0.203 0.266-0.359 0.297 0.078-0.016 0.156-0.297 0.203-0.359 0.094-0.109 0.219-0.172 0.344-0.234 0.266-0.109 0.531-0.141 0.812-0.187 0.266-0.063 0.594-0.063 0.797 0.172-0.047-0.047 0.328-0.375 0.375-0.391 0.141-0.078 0.375-0.047 0.469-0.187 0.031-0.047 0.031-0.344 0.031-0.344-0.266 0.031-0.359-0.219-0.375-0.438 0 0.016-0.031 0.063-0.094 0.125 0.016-0.234-0.281-0.063-0.391-0.094-0.359-0.094-0.313-0.344-0.422-0.609-0.063-0.141-0.234-0.187-0.297-0.328-0.063-0.094-0.094-0.297-0.234-0.313-0.094-0.016-0.266 0.328-0.297 0.313-0.141-0.078-0.203 0.031-0.313 0.094-0.094 0.063-0.172 0.031-0.266 0.078 0.281-0.094-0.125-0.25-0.266-0.219 0.219-0.063 0.109-0.297-0.016-0.406h0.078c-0.031-0.141-0.469-0.266-0.609-0.359s-0.891-0.25-1.047-0.156c-0.187 0.109 0.047 0.422 0.047 0.578 0.016 0.187-0.187 0.234-0.187 0.391 0 0.266 0.5 0.219 0.375 0.578-0.078 0.219-0.375 0.266-0.5 0.438-0.125 0.156 0.016 0.438 0.141 0.547 0.125 0.094-0.219 0.25-0.266 0.281-0.266 0.125-0.469-0.266-0.531-0.5-0.047-0.172-0.063-0.375-0.25-0.469-0.094-0.031-0.391-0.078-0.453 0.016-0.094-0.234-0.422-0.328-0.641-0.406-0.313-0.109-0.578-0.109-0.906-0.063 0.109-0.016-0.031-0.5-0.297-0.422 0.078-0.156 0.047-0.328 0.078-0.484 0.031-0.125 0.094-0.25 0.187-0.359 0.031-0.063 0.375-0.422 0.266-0.438 0.266 0.031 0.562 0.047 0.781-0.172 0.141-0.141 0.203-0.375 0.344-0.531 0.203-0.234 0.453 0.063 0.672 0.078 0.313 0.016 0.297-0.328 0.125-0.484 0.203 0.016 0.031-0.359-0.078-0.406-0.141-0.047-0.672 0.094-0.391 0.203-0.063-0.031-0.438 0.75-0.656 0.359-0.063-0.078-0.094-0.406-0.234-0.422-0.125 0-0.203 0.141-0.25 0.234 0.078-0.203-0.438-0.344-0.547-0.359 0.234-0.156 0.047-0.328-0.125-0.422-0.125-0.078-0.516-0.141-0.625-0.016-0.297 0.359 0.313 0.406 0.469 0.5 0.047 0.031 0.234 0.141 0.125 0.219-0.094 0.047-0.375 0.125-0.406 0.187-0.094 0.141 0.109 0.297-0.031 0.438-0.141-0.141-0.141-0.375-0.25-0.531 0.141 0.172-0.562 0.078-0.547 0.078-0.234 0-0.609 0.156-0.781-0.078-0.031-0.063-0.031-0.422 0.063-0.344-0.141-0.109-0.234-0.219-0.328-0.281-0.516 0.172-1 0.391-1.469 0.641 0.063 0.016 0.109 0.016 0.187-0.016 0.125-0.047 0.234-0.125 0.359-0.187 0.156-0.063 0.484-0.25 0.656-0.109 0.016-0.031 0.063-0.063 0.078-0.078 0.109 0.125 0.219 0.25 0.313 0.391-0.125-0.063-0.328-0.031-0.469-0.016-0.109 0.031-0.297 0.063-0.344 0.187 0.047 0.078 0.109 0.203 0.078 0.281-0.203-0.141-0.359-0.375-0.641-0.406-0.125 0-0.25 0-0.344 0.016-1.5 0.828-2.766 2.031-3.672 3.469 0.063 0.063 0.125 0.109 0.187 0.125 0.156 0.047 0 0.5 0.297 0.266 0.094 0.078 0.109 0.187 0.047 0.297 0.016-0.016 0.641 0.391 0.688 0.422 0.109 0.094 0.281 0.203 0.328 0.328 0.031 0.109-0.063 0.234-0.156 0.281-0.016-0.031-0.25-0.266-0.281-0.203-0.047 0.078 0 0.5 0.172 0.484-0.25 0.016-0.141 0.984-0.203 1.172 0 0.016 0.031 0.016 0.031 0.016-0.047 0.187 0.109 0.922 0.422 0.844-0.203 0.047 0.359 0.766 0.438 0.812 0.203 0.141 0.438 0.234 0.578 0.438 0.156 0.219 0.156 0.547 0.375 0.719-0.063 0.187 0.328 0.406 0.313 0.672-0.031 0.016-0.047 0.016-0.078 0.031 0.078 0.219 0.375 0.219 0.484 0.422 0.063 0.125 0 0.422 0.203 0.359 0.031-0.344-0.203-0.688-0.375-0.969-0.094-0.156-0.187-0.297-0.266-0.453-0.078-0.141-0.094-0.313-0.156-0.469 0.063 0.016 0.406 0.141 0.375 0.187-0.125 0.313 0.5 0.859 0.672 1.062 0.047 0.047 0.406 0.516 0.219 0.516 0.203 0 0.484 0.313 0.578 0.469 0.141 0.234 0.109 0.531 0.203 0.781 0.094 0.313 0.531 0.453 0.781 0.594 0.219 0.109 0.406 0.266 0.625 0.344 0.328 0.125 0.406 0.016 0.688-0.031 0.406-0.063 0.453 0.391 0.781 0.562 0.203 0.109 0.641 0.266 0.859 0.172-0.094 0.031 0.328 0.672 0.359 0.719 0.141 0.187 0.406 0.281 0.562 0.469 0.047-0.031 0.094-0.078 0.109-0.141-0.063 0.172 0.234 0.5 0.391 0.469 0.172-0.031 0.219-0.375 0.219-0.5-0.313 0.156-0.594 0.031-0.766-0.281-0.031-0.078-0.281-0.516-0.063-0.516 0.297 0 0.094-0.234 0.063-0.453s-0.25-0.359-0.359-0.547c-0.094 0.187-0.406 0.141-0.5-0.016 0 0.047-0.047 0.125-0.047 0.187-0.078 0-0.156 0.016-0.234-0.016 0.031-0.187 0.047-0.422 0.094-0.625 0.078-0.281 0.594-0.828-0.078-0.797-0.234 0.016-0.328 0.109-0.406 0.313-0.078 0.187-0.047 0.359-0.266 0.453-0.141 0.063-0.609 0.031-0.75-0.047-0.297-0.172-0.5-0.719-0.5-1.031-0.016-0.422 0.203-0.797 0-1.188 0.094-0.078 0.187-0.234 0.297-0.313 0.094-0.063 0.203 0.047 0.25-0.141-0.047-0.031-0.109-0.094-0.125-0.094 0.234 0.109 0.672-0.156 0.875 0 0.125 0.094 0.266 0.125 0.344-0.031 0.016-0.047-0.109-0.234-0.047-0.359 0.047 0.266 0.219 0.313 0.453 0.141 0.094 0.094 0.344 0.063 0.516 0.156 0.172 0.109 0.203 0.281 0.406 0.047 0.125 0.187 0.141 0.187 0.187 0.375 0.047 0.172 0.141 0.609 0.297 0.688 0.328 0.203 0.25-0.344 0.219-0.531-0.016-0.016-0.016-0.531-0.031-0.531-0.5-0.109-0.313-0.5-0.031-0.766 0.047-0.031 0.406-0.156 0.562-0.281 0.141-0.125 0.313-0.344 0.234-0.547 0.078 0 0.141-0.063 0.172-0.141-0.047-0.016-0.234-0.172-0.266-0.156 0.109-0.063 0.094-0.156 0.031-0.25 0.156-0.094 0.078-0.266 0.234-0.328 0.172 0.234 0.516-0.031 0.344-0.219 0.156-0.219 0.516-0.109 0.609-0.313 0.234 0.063 0.063-0.234 0.187-0.406 0.109-0.141 0.297-0.141 0.438-0.219 0 0.016 0.391-0.219 0.266-0.234 0.266 0.031 0.797-0.25 0.391-0.484 0.063-0.141-0.141-0.203-0.281-0.234 0.109-0.031 0.25 0.031 0.344-0.031 0.203-0.141 0.063-0.203-0.109-0.25-0.219-0.063-0.5 0.078-0.672 0.187zM13.734 23.844c2.141-0.375 4.047-1.437 5.484-2.953-0.094-0.094-0.266-0.063-0.391-0.125-0.125-0.047-0.219-0.094-0.375-0.125 0.031-0.313-0.313-0.422-0.531-0.578-0.203-0.156-0.328-0.328-0.625-0.266-0.031 0.016-0.344 0.125-0.281 0.187-0.203-0.172-0.297-0.266-0.562-0.344-0.25-0.078-0.422-0.391-0.672-0.109-0.125 0.125-0.063 0.313-0.125 0.438-0.203-0.172 0.187-0.375 0.031-0.562-0.187-0.219-0.516 0.141-0.672 0.234-0.094 0.078-0.203 0.109-0.266 0.203-0.078 0.109-0.109 0.25-0.172 0.359-0.047-0.125-0.313-0.094-0.328-0.187 0.063 0.375 0.063 0.766 0.141 1.141 0.047 0.219 0 0.578-0.187 0.75s-0.422 0.359-0.453 0.625c-0.031 0.187 0.016 0.359 0.187 0.406 0.016 0.234-0.25 0.406-0.234 0.656 0 0.016 0.016 0.172 0.031 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wrench\" viewBox=\"0 0 26 28\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tasks\" viewBox=\"0 0 28 28\">\n<title>tasks</title>\n<path d=\"M16 22h10v-2h-10v2zM10 14h16v-2h-16v2zM20 6h6v-2h-6v2zM28 19v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 11v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-filter\" viewBox=\"0 0 22 28\">\n<title>filter</title>\n<path d=\"M21.922 4.609c0.156 0.375 0.078 0.812-0.219 1.094l-7.703 7.703v11.594c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703v-7.594l-7.703-7.703c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h20c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-briefcase\" viewBox=\"0 0 28 28\">\n<title>briefcase</title>\n<path d=\"M10 4h8v-2h-8v2zM28 14v7.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-7.5h10.5v2.5c0 0.547 0.453 1 1 1h5c0.547 0 1-0.453 1-1v-2.5h10.5zM16 14v2h-4v-2h4zM28 6.5v6h-28v-6c0-1.375 1.125-2.5 2.5-2.5h5.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-alt\" viewBox=\"0 0 24 28\">\n<title>arrows-alt</title>\n<path d=\"M20.047 8.453l-5.547 5.547 5.547 5.547 2.25-2.25c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.25-2.25-5.547-5.547-5.547 5.547 2.25 2.25c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.25 2.25 5.547-5.547-5.547-5.547-2.25 2.25c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-7c0-0.547 0.453-1 1-1h7c0.406 0 0.766 0.25 0.922 0.625 0.156 0.359 0.078 0.797-0.219 1.078l-2.25 2.25 5.547 5.547 5.547-5.547-2.25-2.25c-0.297-0.281-0.375-0.719-0.219-1.078 0.156-0.375 0.516-0.625 0.922-0.625h7c0.547 0 1 0.453 1 1v7c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.109-0.703-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-group\" viewBox=\"0 0 30 28\">\n<title>group</title>\n<path d=\"M9.266 14c-1.625 0.047-3.094 0.75-4.141 2h-2.094c-1.563 0-3.031-0.75-3.031-2.484 0-1.266-0.047-5.516 1.937-5.516 0.328 0 1.953 1.328 4.062 1.328 0.719 0 1.406-0.125 2.078-0.359-0.047 0.344-0.078 0.688-0.078 1.031 0 1.422 0.453 2.828 1.266 4zM26 23.953c0 2.531-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.516-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.531 0 2.469 2.172 5.594 2.172s5.063-2.172 5.594-2.172c4.578 0 5.406 5.422 5.406 8.953zM10 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM21 10c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM30 13.516c0 1.734-1.469 2.484-3.031 2.484h-2.094c-1.047-1.25-2.516-1.953-4.141-2 0.812-1.172 1.266-2.578 1.266-4 0-0.344-0.031-0.688-0.078-1.031 0.672 0.234 1.359 0.359 2.078 0.359 2.109 0 3.734-1.328 4.062-1.328 1.984 0 1.937 4.25 1.937 5.516zM28 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain\" viewBox=\"0 0 26 28\">\n<title>chain</title>\n<path d=\"M22.75 19c0-0.406-0.156-0.781-0.438-1.062l-3.25-3.25c-0.281-0.281-0.672-0.438-1.062-0.438-0.453 0-0.812 0.172-1.125 0.5 0.516 0.516 1.125 0.953 1.125 1.75 0 0.828-0.672 1.5-1.5 1.5-0.797 0-1.234-0.609-1.75-1.125-0.328 0.313-0.516 0.672-0.516 1.141 0 0.391 0.156 0.781 0.438 1.062l3.219 3.234c0.281 0.281 0.672 0.422 1.062 0.422s0.781-0.141 1.062-0.406l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047zM11.766 7.984c0-0.391-0.156-0.781-0.438-1.062l-3.219-3.234c-0.281-0.281-0.672-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l3.25 3.25c0.281 0.281 0.672 0.422 1.062 0.422 0.453 0 0.812-0.156 1.125-0.484-0.516-0.516-1.125-0.953-1.125-1.75 0-0.828 0.672-1.5 1.5-1.5 0.797 0 1.234 0.609 1.75 1.125 0.328-0.313 0.516-0.672 0.516-1.141zM25.75 19c0 1.188-0.484 2.344-1.328 3.172l-2.297 2.281c-0.844 0.844-1.984 1.297-3.172 1.297-1.203 0-2.344-0.469-3.187-1.328l-3.219-3.234c-0.844-0.844-1.297-1.984-1.297-3.172 0-1.234 0.5-2.406 1.375-3.266l-1.375-1.375c-0.859 0.875-2.016 1.375-3.25 1.375-1.188 0-2.344-0.469-3.187-1.313l-3.25-3.25c-0.859-0.859-1.313-1.984-1.313-3.187 0-1.188 0.484-2.344 1.328-3.172l2.297-2.281c0.844-0.844 1.984-1.297 3.172-1.297 1.203 0 2.344 0.469 3.187 1.328l3.219 3.234c0.844 0.844 1.297 1.984 1.297 3.172 0 1.234-0.5 2.406-1.375 3.266l1.375 1.375c0.859-0.875 2.016-1.375 3.25-1.375 1.188 0 2.344 0.469 3.187 1.313l3.25 3.25c0.859 0.859 1.313 1.984 1.313 3.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud\" viewBox=\"0 0 30 28\">\n<title>cloud</title>\n<path d=\"M30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.797 1.656-5.219 4.031-6.328-0.016-0.219-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.344 0 6.203 2.047 7.406 4.969 0.688-0.609 1.594-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.797-0.234 1.531-0.641 2.156 2.656 0.625 4.641 3 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flask\" viewBox=\"0 0 26 28\">\n<title>flask</title>\n<path d=\"M23.859 22.625c1.172 1.859 0.344 3.375-1.859 3.375h-18c-2.203 0-3.031-1.516-1.859-3.375l7.859-12.391v-6.234h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h8c0.547 0 1 0.453 1 1s-0.453 1-1 1h-1v6.234zM11.688 11.297l-4.25 6.703h11.125l-4.25-6.703-0.313-0.484v-6.813h-2v6.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cut\" viewBox=\"0 0 28 28\">\n<title>cut</title>\n<path d=\"M15 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19.688 15l7.922 6.219c0.281 0.203 0.422 0.547 0.391 0.875-0.047 0.344-0.25 0.641-0.547 0.797l-2 1c-0.141 0.078-0.297 0.109-0.453 0.109-0.172 0-0.344-0.047-0.484-0.125l-10.781-6.047-1.719 1.031c-0.063 0.031-0.125 0.063-0.187 0.078 0.141 0.484 0.203 1 0.156 1.516-0.141 1.609-1.219 3.141-2.938 4.234-1.328 0.844-2.859 1.313-4.328 1.313-1.406 0-2.594-0.422-3.469-1.219-0.891-0.828-1.344-2.016-1.234-3.234 0.141-1.594 1.219-3.141 2.922-4.234 1.328-0.844 2.875-1.313 4.344-1.313 0.875 0 1.672 0.172 2.359 0.484 0.094-0.141 0.203-0.25 0.344-0.344l1.906-1.141-1.906-1.141c-0.141-0.094-0.25-0.203-0.344-0.344-0.688 0.313-1.484 0.484-2.359 0.484-1.469 0-3.016-0.469-4.344-1.313-1.703-1.094-2.781-2.641-2.922-4.234-0.109-1.219 0.344-2.406 1.234-3.219 0.875-0.812 2.063-1.234 3.469-1.234 1.469 0 3 0.469 4.328 1.313 1.719 1.078 2.797 2.625 2.938 4.234 0.047 0.516-0.016 1.031-0.156 1.516 0.063 0.016 0.125 0.047 0.187 0.078l1.719 1.031 10.781-6.047c0.141-0.078 0.313-0.125 0.484-0.125 0.156 0 0.313 0.031 0.453 0.109l2 1c0.297 0.156 0.5 0.453 0.547 0.797 0.031 0.328-0.109 0.672-0.391 0.875zM9.047 10.938c0.953-0.875 0.359-2.453-1.328-3.516-0.953-0.609-2.063-0.922-3-0.922-0.719 0-1.359 0.187-1.766 0.562-0.953 0.875-0.359 2.453 1.328 3.516 0.953 0.609 2.047 0.922 3 0.922 0.719 0 1.359-0.187 1.766-0.562zM7.719 22.578c1.687-1.062 2.281-2.641 1.328-3.516-0.406-0.375-1.047-0.562-1.766-0.562-0.953 0-2.047 0.313-3 0.922-1.687 1.062-2.281 2.641-1.328 3.516 0.406 0.375 1.047 0.562 1.766 0.562 0.938 0 2.047-0.313 3-0.922zM10.5 13l1.5 0.906v-0.172c0-0.359 0.203-0.688 0.516-0.875l0.219-0.125-1.234-0.734-0.406 0.406c-0.125 0.125-0.219 0.25-0.344 0.359-0.047 0.047-0.078 0.063-0.109 0.094zM14 16.5l1.5 0.5 11.5-9-2-1-12 6.734v1.766l-2.5 1.5 0.141 0.125c0.031 0.047 0.063 0.063 0.109 0.094 0.125 0.125 0.219 0.25 0.344 0.375l0.406 0.406zM25 23l2-1-8.125-6.375-2.766 2.156c-0.047 0.063-0.125 0.078-0.203 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copy\" viewBox=\"0 0 28 28\">\n<title>copy</title>\n<path d=\"M26.5 6c0.828 0 1.5 0.672 1.5 1.5v19c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-4.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-10.5c0-0.828 0.484-1.984 1.062-2.562l6.375-6.375c0.578-0.578 1.734-1.062 2.562-1.062h6.5c0.828 0 1.5 0.672 1.5 1.5v5.125c0.609-0.359 1.391-0.625 2-0.625h6.5zM18 9.328l-4.672 4.672h4.672v-4.672zM8 3.328l-4.672 4.672h4.672v-4.672zM11.062 13.438l4.937-4.937v-6.5h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h8v-4c0-0.828 0.484-1.984 1.062-2.562zM26 26v-18h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paperclip\" viewBox=\"0 0 22 28\">\n<title>paperclip</title>\n<path d=\"M21.938 21.641c0 2.438-1.859 4.297-4.297 4.297-1.375 0-2.703-0.594-3.672-1.563l-12.141-12.125c-1.109-1.125-1.766-2.656-1.766-4.234 0-3.313 2.609-5.953 5.922-5.953 1.594 0 3.125 0.641 4.266 1.766l9.453 9.469c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.875 1.203-1.203 1.203-0.141 0-0.266-0.063-0.359-0.156l-9.469-9.484c-0.75-0.734-1.766-1.203-2.828-1.203-2.219 0-3.938 1.797-3.938 4 0 1.062 0.438 2.078 1.188 2.828l12.125 12.141c0.594 0.594 1.422 0.984 2.266 0.984 1.328 0 2.312-0.984 2.312-2.312 0-0.859-0.391-1.672-0.984-2.266l-9.078-9.078c-0.25-0.234-0.594-0.375-0.938-0.375-0.594 0-1.047 0.438-1.047 1.047 0 0.344 0.156 0.672 0.391 0.922l6.406 6.406c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.891 1.219-1.219 1.219-0.125 0-0.25-0.063-0.344-0.156l-6.406-6.406c-0.625-0.609-0.984-1.469-0.984-2.328 0-1.719 1.344-3.062 3.063-3.062 0.875 0 1.719 0.359 2.328 0.984l9.078 9.078c0.984 0.969 1.563 2.297 1.563 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-floppy-o\" viewBox=\"0 0 24 28\">\n<title>floppy-o</title>\n<path d=\"M6 24h12v-6h-12v6zM20 24h2v-14c0-0.297-0.266-0.938-0.469-1.141l-4.391-4.391c-0.219-0.219-0.828-0.469-1.141-0.469v6.5c0 0.828-0.672 1.5-1.5 1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v20h2v-6.5c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5v6.5zM14 9.5v-5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5zM24 10v14.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h14.5c0.828 0 1.969 0.469 2.562 1.062l4.375 4.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square\" viewBox=\"0 0 24 28\">\n<title>square</title>\n<path d=\"M24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bars\" viewBox=\"0 0 24 28\">\n<title>bars</title>\n<path d=\"M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ul\" viewBox=\"0 0 28 28\">\n<title>list-ul</title>\n<path d=\"M6 22c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM6 14c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM6 6c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ol\" viewBox=\"0 0 28 28\">\n<title>list-ol</title>\n<path d=\"M5.953 25.312c0 1.719-1.344 2.688-2.969 2.688-0.984 0-1.984-0.328-2.688-1.031l0.891-1.375c0.422 0.391 1.062 0.703 1.656 0.703 0.547 0 1.125-0.266 1.125-0.891 0-0.875-1-0.922-1.641-0.875l-0.406-0.875c0.562-0.719 1.078-1.516 1.75-2.125v-0.016c-0.5 0-1.016 0.031-1.516 0.031v0.828h-1.656v-2.375h5.203v1.375l-1.484 1.797c1.047 0.25 1.734 1.062 1.734 2.141zM5.984 15.516v2.484h-5.656c-0.047-0.281-0.094-0.562-0.094-0.844 0-2.891 3.531-3.328 3.531-4.641 0-0.531-0.328-0.812-0.844-0.812-0.547 0-1 0.469-1.266 0.906l-1.328-0.922c0.516-1.078 1.578-1.687 2.766-1.687 1.453 0 2.703 0.859 2.703 2.406 0 2.312-3.391 2.828-3.437 4.047h1.984v-0.938h1.641zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM6 6.453v1.547h-5.234v-1.547h1.672c0-1.266 0.016-2.531 0.016-3.797v-0.187h-0.031c-0.172 0.344-0.484 0.578-0.781 0.844l-1.109-1.188 2.125-1.984h1.656v6.312h1.687zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-strikethrough\" viewBox=\"0 0 28 28\">\n<title>strikethrough</title>\n<path d=\"M27.5 14c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h27zM7.547 13c-0.297-0.375-0.562-0.797-0.797-1.25-0.5-1.016-0.75-2-0.75-2.938 0-1.906 0.703-3.5 2.094-4.828s3.437-1.984 6.141-1.984c0.594 0 1.453 0.109 2.609 0.297 0.688 0.125 1.609 0.375 2.766 0.75 0.109 0.406 0.219 1.031 0.328 1.844 0.141 1.234 0.219 2.187 0.219 2.859 0 0.219-0.031 0.453-0.078 0.703l-0.187 0.047-1.313-0.094-0.219-0.031c-0.531-1.578-1.078-2.641-1.609-3.203-0.922-0.953-2.031-1.422-3.281-1.422-1.188 0-2.141 0.313-2.844 0.922s-1.047 1.375-1.047 2.281c0 0.766 0.344 1.484 1.031 2.188s2.141 1.375 4.359 2.016c0.75 0.219 1.641 0.562 2.703 1.031 0.562 0.266 1.062 0.531 1.484 0.812h-11.609zM15.469 17h6.422c0.078 0.438 0.109 0.922 0.109 1.437 0 1.125-0.203 2.234-0.641 3.313-0.234 0.578-0.594 1.109-1.109 1.625-0.375 0.359-0.938 0.781-1.703 1.266-0.781 0.469-1.563 0.828-2.391 1.031-0.828 0.219-1.875 0.328-3.172 0.328-0.859 0-1.891-0.031-3.047-0.359l-2.188-0.625c-0.609-0.172-0.969-0.313-1.125-0.438-0.063-0.063-0.125-0.172-0.125-0.344v-0.203c0-0.125 0.031-0.938-0.031-2.438-0.031-0.781 0.031-1.328 0.031-1.641v-0.688l1.594-0.031c0.578 1.328 0.844 2.125 1.016 2.406 0.375 0.609 0.797 1.094 1.25 1.469s1 0.672 1.641 0.891c0.625 0.234 1.328 0.344 2.063 0.344 0.656 0 1.391-0.141 2.172-0.422 0.797-0.266 1.437-0.719 1.906-1.344 0.484-0.625 0.734-1.297 0.734-2.016 0-0.875-0.422-1.687-1.266-2.453-0.344-0.297-1.062-0.672-2.141-1.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-underline\" viewBox=\"0 0 24 28\">\n<title>underline</title>\n<path d=\"M0.75 3.484c-0.281-0.016-0.516-0.016-0.703-0.063l-0.047-1.375c0.203-0.016 0.406-0.016 0.625-0.016 0.547 0 1.141 0.016 1.75 0.063 1.469 0.078 2.344 0.109 2.594 0.109 0.891 0 1.766-0.016 2.625-0.047 0.844-0.031 1.609-0.063 2.281-0.078 0.656 0 1.109-0.016 1.344-0.031l-0.016 0.219 0.031 1v0.141c-0.625 0.094-1.266 0.141-1.937 0.141-0.625 0-1.031 0.125-1.234 0.391-0.141 0.156-0.203 0.844-0.203 2.063 0 0.375 0.016 0.672 0.016 0.906l0.016 3.578 0.219 4.375c0.063 1.266 0.313 2.312 0.797 3.156 0.359 0.609 0.859 1.094 1.5 1.437 0.938 0.5 1.859 0.734 2.766 0.734 1.062 0 2.063-0.141 2.984-0.438 0.547-0.172 1.062-0.422 1.547-0.797 0.484-0.359 0.828-0.688 1.016-1 0.406-0.625 0.672-1.234 0.828-1.781 0.219-0.766 0.328-1.953 0.328-3.578 0-2.797-0.203-2.875-0.438-6.406l-0.063-0.922c-0.047-0.672-0.156-1.141-0.375-1.375-0.344-0.359-0.75-0.547-1.203-0.531l-1.563 0.031-0.219-0.047 0.031-1.344h1.313l3.203 0.156c1.062 0.047 2.078-0.047 3.063-0.156l0.281 0.031c0.063 0.391 0.094 0.656 0.094 0.797s-0.031 0.297-0.063 0.484c-0.422 0.109-0.859 0.187-1.313 0.203-0.734 0.109-1.156 0.187-1.234 0.266-0.141 0.141-0.234 0.344-0.234 0.641 0 0.203 0.031 0.516 0.047 0.906 0 0 0.125 0.281 0.344 6.188 0.078 2.359-0.078 3.953-0.234 4.75s-0.375 1.437-0.641 1.906c-0.406 0.688-1 1.328-1.75 1.922-0.766 0.578-1.703 1.047-2.844 1.391s-2.469 0.516-3.984 0.516c-1.719 0-3.203-0.234-4.438-0.719s-2.172-1.125-2.797-1.906-1.062-1.797-1.297-3.047c-0.172-0.859-0.25-2.094-0.25-3.703v-5.203c0-1.969-0.094-3.078-0.266-3.328-0.25-0.359-1.016-0.578-2.297-0.609zM24 25.5v-1c0-0.281-0.219-0.5-0.5-0.5h-23c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h23c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-table\" viewBox=\"0 0 26 28\">\n<title>table</title>\n<path d=\"M8 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM26 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magic\" viewBox=\"0 0 26 28\">\n<title>magic</title>\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-truck\" viewBox=\"0 0 29 28\">\n<title>truck</title>\n<path d=\"M10 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM4 14h6v-4h-2.469c-0.063 0-0.297 0.094-0.344 0.141l-3.047 3.047c-0.047 0.047-0.141 0.281-0.141 0.344v0.469zM24 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM28 5v16c0 1.156-1.219 1-2 1 0 2.203-1.797 4-4 4s-4-1.797-4-4h-6c0 2.203-1.797 4-4 4s-4-1.797-4-4h-1c-0.781 0-2 0.156-2-1 0-0.547 0.453-1 1-1v-5c0-1.109-0.156-2.344 0.703-3.203l3.094-3.094c0.391-0.391 1.141-0.703 1.703-0.703h2.5v-3c0-0.547 0.453-1 1-1h16c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest\" viewBox=\"0 0 24 28\">\n<title>pinterest</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12-1.188 0-2.312-0.172-3.406-0.5 0.453-0.719 0.969-1.641 1.219-2.562 0 0 0.141-0.531 0.844-3.297 0.406 0.797 1.625 1.5 2.922 1.5 3.859 0 6.484-3.516 6.484-8.234 0-3.547-3.016-6.875-7.609-6.875-5.688 0-8.563 4.094-8.563 7.5 0 2.063 0.781 3.906 2.453 4.594 0.266 0.109 0.516 0 0.594-0.313 0.063-0.203 0.187-0.734 0.25-0.953 0.078-0.313 0.047-0.406-0.172-0.672-0.484-0.578-0.797-1.313-0.797-2.359 0-3.031 2.266-5.75 5.906-5.75 3.219 0 5 1.969 5 4.609 0 3.453-1.531 6.375-3.813 6.375-1.25 0-2.188-1.031-1.891-2.312 0.359-1.516 1.062-3.156 1.062-4.25 0-0.984-0.531-1.813-1.625-1.813-1.281 0-2.312 1.328-2.312 3.109 0 0 0 1.141 0.391 1.906-1.313 5.563-1.547 6.531-1.547 6.531-0.219 0.906-0.234 1.922-0.203 2.766-4.234-1.859-7.187-6.078-7.187-11 0-6.625 5.375-12 12-12s12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-square\" viewBox=\"0 0 24 28\">\n<title>pinterest-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-11.328c0.516-0.734 1.359-2 1.687-3.281 0 0 0.141-0.531 0.828-3.266 0.422 0.797 1.625 1.484 2.906 1.484 3.813 0 6.406-3.484 6.406-8.141 0-3.516-2.984-6.797-7.516-6.797-5.641 0-8.484 4.047-8.484 7.422 0 2.031 0.781 3.844 2.438 4.531 0.266 0.109 0.516 0 0.594-0.297 0.047-0.203 0.172-0.734 0.234-0.953 0.078-0.297 0.047-0.406-0.172-0.656-0.469-0.578-0.781-1.297-0.781-2.344 0-3 2.25-5.672 5.844-5.672 3.187 0 4.937 1.937 4.937 4.547 0 3.422-1.516 6.312-3.766 6.312-1.234 0-2.172-1.031-1.875-2.297 0.359-1.5 1.047-3.125 1.047-4.203 0-0.969-0.516-1.781-1.594-1.781-1.266 0-2.281 1.313-2.281 3.063 0 0 0 1.125 0.375 1.891-1.297 5.5-1.531 6.469-1.531 6.469-0.344 1.437-0.203 3.109-0.109 3.969h-2.859c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-square\" viewBox=\"0 0 24 28\">\n<title>google-plus-square</title>\n<path d=\"M14.328 14.141c0-0.391-0.047-0.703-0.094-1h-5.656v2.063h3.391c-0.125 0.875-1.016 2.578-3.391 2.578-2.063 0-3.734-1.687-3.734-3.781s1.672-3.781 3.734-3.781c1.156 0 1.937 0.484 2.391 0.922l1.625-1.578c-1.047-0.969-2.406-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus\" viewBox=\"0 0 36 28\">\n<title>google-plus</title>\n<path d=\"M22.453 14.266c0 6.547-4.391 11.188-11 11.188-6.328 0-11.453-5.125-11.453-11.453s5.125-11.453 11.453-11.453c3.094 0 5.672 1.125 7.672 3l-3.109 2.984c-0.844-0.812-2.328-1.766-4.562-1.766-3.906 0-7.094 3.234-7.094 7.234s3.187 7.234 7.094 7.234c4.531 0 6.234-3.266 6.5-4.937h-6.5v-3.938h10.813c0.109 0.578 0.187 1.156 0.187 1.906zM36 12.359v3.281h-3.266v3.266h-3.281v-3.266h-3.266v-3.281h3.266v-3.266h3.281v3.266h3.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-money\" viewBox=\"0 0 30 28\">\n<title>money</title>\n<path d=\"M12 18h6v-1.5h-2v-7h-1.781l-2.312 2.141 1.203 1.25c0.375-0.328 0.609-0.5 0.859-0.891h0.031v4.5h-2v1.5zM20 14c0 2.844-1.719 6.5-5 6.5s-5-3.656-5-6.5 1.719-6.5 5-6.5 5 3.656 5 6.5zM28 18v-8c-2.203 0-4-1.797-4-4h-18c0 2.203-1.797 4-4 4v8c2.203 0 4 1.797 4 4h18c0-2.203 1.797-4 4-4zM30 5v18c0 0.547-0.453 1-1 1h-28c-0.547 0-1-0.453-1-1v-18c0-0.547 0.453-1 1-1h28c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-down\" viewBox=\"0 0 16 28\">\n<title>caret-down</title>\n<path d=\"M16 11c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-up\" viewBox=\"0 0 16 28\">\n<title>caret-up</title>\n<path d=\"M16 19c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-left\" viewBox=\"0 0 11 28\">\n<title>caret-left</title>\n<path d=\"M10 7v14c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-right\" viewBox=\"0 0 9 28\">\n<title>caret-right</title>\n<path d=\"M9 14c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-14c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-columns\" viewBox=\"0 0 26 28\">\n<title>columns</title>\n<path d=\"M2.5 24h9.5v-18h-10v17.5c0 0.266 0.234 0.5 0.5 0.5zM24 23.5v-17.5h-10v18h9.5c0.266 0 0.5-0.234 0.5-0.5zM26 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort\" viewBox=\"0 0 16 28\">\n<title>sort</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-desc\" viewBox=\"0 0 16 28\">\n<title>sort-desc</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-asc\" viewBox=\"0 0 16 28\">\n<title>sort-asc</title>\n<path d=\"M16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope\" viewBox=\"0 0 28 28\">\n<title>envelope</title>\n<path d=\"M28 11.094v12.406c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-12.406c0.469 0.516 1 0.969 1.578 1.359 2.594 1.766 5.219 3.531 7.766 5.391 1.313 0.969 2.938 2.156 4.641 2.156h0.031c1.703 0 3.328-1.188 4.641-2.156 2.547-1.844 5.172-3.625 7.781-5.391 0.562-0.391 1.094-0.844 1.563-1.359zM28 6.5c0 1.75-1.297 3.328-2.672 4.281-2.438 1.687-4.891 3.375-7.313 5.078-1.016 0.703-2.734 2.141-4 2.141h-0.031c-1.266 0-2.984-1.437-4-2.141-2.422-1.703-4.875-3.391-7.297-5.078-1.109-0.75-2.688-2.516-2.688-3.938 0-1.531 0.828-2.844 2.5-2.844h23c1.359 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin\" viewBox=\"0 0 24 28\">\n<title>linkedin</title>\n<path d=\"M5.453 9.766v15.484h-5.156v-15.484h5.156zM5.781 4.984c0.016 1.484-1.109 2.672-2.906 2.672v0h-0.031c-1.734 0-2.844-1.188-2.844-2.672 0-1.516 1.156-2.672 2.906-2.672 1.766 0 2.859 1.156 2.875 2.672zM24 16.375v8.875h-5.141v-8.281c0-2.078-0.75-3.5-2.609-3.5-1.422 0-2.266 0.953-2.641 1.875-0.125 0.344-0.172 0.797-0.172 1.266v8.641h-5.141c0.063-14.031 0-15.484 0-15.484h5.141v2.25h-0.031c0.672-1.062 1.891-2.609 4.672-2.609 3.391 0 5.922 2.219 5.922 6.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rotate-left\" viewBox=\"0 0 24 28\">\n<title>rotate-left</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gavel\" viewBox=\"0 0 28 28\">\n<title>gavel</title>\n<path d=\"M27.672 24c0 0.531-0.219 1.047-0.578 1.406l-1.672 1.687c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-5.672-5.688c-0.375-0.359-0.594-0.875-0.594-1.406 0-0.594 0.25-1.078 0.672-1.5l-4-4-1.969 1.969c-0.141 0.141-0.328 0.219-0.531 0.219s-0.391-0.078-0.531-0.219c0.469 0.469 0.906 0.812 0.906 1.531 0 0.406-0.156 0.766-0.438 1.062-0.531 0.562-1.094 1.313-1.937 1.313-0.391 0-0.781-0.156-1.062-0.438l-6.375-6.375c-0.281-0.281-0.438-0.672-0.438-1.062 0-0.844 0.75-1.406 1.313-1.937 0.297-0.281 0.656-0.438 1.062-0.438 0.719 0 1.062 0.438 1.531 0.906-0.141-0.141-0.219-0.328-0.219-0.531s0.078-0.391 0.219-0.531l5.437-5.437c0.141-0.141 0.328-0.219 0.531-0.219s0.391 0.078 0.531 0.219c-0.469-0.469-0.906-0.812-0.906-1.531 0-0.406 0.156-0.766 0.438-1.062 0.531-0.562 1.094-1.313 1.937-1.313 0.391 0 0.781 0.156 1.062 0.438l6.375 6.375c0.281 0.281 0.438 0.672 0.438 1.062 0 0.844-0.75 1.406-1.313 1.937-0.297 0.281-0.656 0.438-1.062 0.438-0.719 0-1.062-0.438-1.531-0.906 0.141 0.141 0.219 0.328 0.219 0.531s-0.078 0.391-0.219 0.531l-1.969 1.969 4 4c0.422-0.422 0.906-0.672 1.5-0.672 0.531 0 1.047 0.219 1.422 0.578l5.672 5.672c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashboard\" viewBox=\"0 0 28 28\">\n<title>dashboard</title>\n<path d=\"M6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM9 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM15.687 18.516l1.578-5.969c0.125-0.531-0.187-1.078-0.719-1.219v0c-0.531-0.141-1.078 0.187-1.219 0.719l-1.578 5.969c-1.234 0.094-2.312 0.953-2.656 2.219-0.422 1.609 0.547 3.25 2.141 3.672 1.609 0.422 3.25-0.547 3.672-2.141 0.328-1.266-0.203-2.547-1.219-3.25zM26 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 18c0 2.688-0.766 5.281-2.203 7.547-0.187 0.281-0.5 0.453-0.844 0.453h-21.906c-0.344 0-0.656-0.172-0.844-0.453-1.437-2.25-2.203-4.859-2.203-7.547 0-7.719 6.281-14 14-14s14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment-o\" viewBox=\"0 0 28 28\">\n<title>comment-o</title>\n<path d=\"M14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.531 6.266-10 14-10v0c7.734 0 14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments-o\" viewBox=\"0 0 28 28\">\n<title>comments-o</title>\n<path d=\"M11 6c-4.875 0-9 2.75-9 6 0 1.719 1.156 3.375 3.156 4.531l1.516 0.875-0.547 1.313c0.328-0.187 0.656-0.391 0.969-0.609l0.688-0.484 0.828 0.156c0.781 0.141 1.578 0.219 2.391 0.219 4.875 0 9-2.75 9-6s-4.125-6-9-6zM11 4c6.078 0 11 3.578 11 8s-4.922 8-11 8c-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8zM23.844 22.266c0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375 0 2.547-1.625 4.797-4.156 6.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bolt\" viewBox=\"0 0 14 28\">\n<title>bolt</title>\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sitemap\" viewBox=\"0 0 28 28\">\n<title>sitemap</title>\n<path d=\"M28 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3c0-1.094 0.906-2 2-2h8v-3h-1.5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-1.5v3h8c1.094 0 2 0.906 2 2v3h1.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-umbrella\" viewBox=\"0 0 26 28\">\n<title>umbrella</title>\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clipboard\" viewBox=\"0 0 28 28\">\n<title>clipboard</title>\n<path d=\"M12 26h14v-10h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6v18zM16 3.5v-1c0-0.266-0.234-0.5-0.5-0.5h-11c-0.266 0-0.5 0.234-0.5 0.5v1c0 0.266 0.234 0.5 0.5 0.5h11c0.266 0 0.5-0.234 0.5-0.5zM20 14h4.672l-4.672-4.672v4.672zM28 16v10.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h17c0.828 0 1.5 0.672 1.5 1.5v5.125c0.203 0.125 0.391 0.266 0.562 0.437l6.375 6.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lightbulb-o\" viewBox=\"0 0 16 28\">\n<title>lightbulb-o</title>\n<path d=\"M11.5 9c0 0.266-0.234 0.5-0.5 0.5s-0.5-0.234-0.5-0.5c0-1.078-1.672-1.5-2.5-1.5-0.266 0-0.5-0.234-0.5-0.5s0.234-0.5 0.5-0.5c1.453 0 3.5 0.766 3.5 2.5zM14 9c0-3.125-3.172-5-6-5s-6 1.875-6 5c0 1 0.406 2.047 1.062 2.812 0.297 0.344 0.641 0.672 0.953 1.031 1.109 1.328 2.047 2.891 2.203 4.656h3.563c0.156-1.766 1.094-3.328 2.203-4.656 0.313-0.359 0.656-0.688 0.953-1.031 0.656-0.766 1.062-1.813 1.062-2.812zM16 9c0 1.609-0.531 3-1.609 4.188s-2.5 2.859-2.625 4.531c0.453 0.266 0.734 0.766 0.734 1.281 0 0.375-0.141 0.734-0.391 1 0.25 0.266 0.391 0.625 0.391 1 0 0.516-0.266 0.984-0.703 1.266 0.125 0.219 0.203 0.484 0.203 0.734 0 1.016-0.797 1.5-1.703 1.5-0.406 0.906-1.313 1.5-2.297 1.5s-1.891-0.594-2.297-1.5c-0.906 0-1.703-0.484-1.703-1.5 0-0.25 0.078-0.516 0.203-0.734-0.438-0.281-0.703-0.75-0.703-1.266 0-0.375 0.141-0.734 0.391-1-0.25-0.266-0.391-0.625-0.391-1 0-0.516 0.281-1.016 0.734-1.281-0.125-1.672-1.547-3.344-2.625-4.531s-1.609-2.578-1.609-4.188c0-4.25 4.047-7 8-7s8 2.75 8 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exchange\" viewBox=\"0 0 28 28\">\n<title>exchange</title>\n<path d=\"M28 18.5v3c0 0.266-0.234 0.5-0.5 0.5h-21.5v3c0 0.266-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-5c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.219 0.5 0.5v3h21.5c0.266 0 0.5 0.219 0.5 0.5zM28 10c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-21.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-download\" viewBox=\"0 0 30 28\">\n<title>cloud-download</title>\n<path d=\"M20 14.5c0-0.281-0.219-0.5-0.5-0.5h-3.5v-5.5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5.5h-3.5c-0.281 0-0.5 0.234-0.5 0.5 0 0.125 0.047 0.266 0.141 0.359l5.5 5.5c0.094 0.094 0.219 0.141 0.359 0.141 0.125 0 0.266-0.047 0.359-0.141l5.484-5.484c0.094-0.109 0.156-0.234 0.156-0.375zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-upload\" viewBox=\"0 0 30 28\">\n<title>cloud-upload</title>\n<path d=\"M20 13.5c0-0.125-0.047-0.266-0.141-0.359l-5.5-5.5c-0.094-0.094-0.219-0.141-0.359-0.141-0.125 0-0.266 0.047-0.359 0.141l-5.484 5.484c-0.094 0.109-0.156 0.234-0.156 0.375 0 0.281 0.219 0.5 0.5 0.5h3.5v5.5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5v-5.5h3.5c0.281 0 0.5-0.234 0.5-0.5zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-md\" viewBox=\"0 0 22 28\">\n<title>user-md</title>\n<path d=\"M6 21c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.109 0.625-8.016 4.344-8.828-0.25 0.594-0.344 1.234-0.344 1.875v3.172c-1.203 0.422-2 1.563-2 2.828 0 1.656 1.344 3 3 3s3-1.344 3-3c0-1.266-0.812-2.406-2-2.828v-3.172c0-0.516 0.047-1.031 0.391-1.453 1.313 1.031 2.938 1.625 4.609 1.625s3.297-0.594 4.609-1.625c0.344 0.422 0.391 0.938 0.391 1.453v1c-2.203 0-4 1.797-4 4v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.094 0.906-2 2-2s2 0.906 2 2v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.422-0.766-2.75-2-3.453 0-1.141 0.109-2.359-0.344-3.422 3.719 0.812 4.344 5.719 4.344 8.828zM17 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stethoscope\" viewBox=\"0 0 22 28\">\n<title>stethoscope</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 11c0 1.313-0.828 2.406-2 2.828v6.172c0 3.313-3.141 6-7 6s-7-2.688-7-6v-2.063c-3.391-0.422-6-2.922-6-5.938v-8c0-0.547 0.453-1 1-1 0.094 0 0.172 0.016 0.25 0.031 0.344-0.609 1-1.031 1.75-1.031 1.109 0 2 0.891 2 2s-0.891 2-2 2c-0.359 0-0.703-0.109-1-0.281v6.281c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.281c-0.297 0.172-0.641 0.281-1 0.281-1.109 0-2-0.891-2-2s0.891-2 2-2c0.75 0 1.406 0.422 1.75 1.031 0.078-0.016 0.156-0.031 0.25-0.031 0.547 0 1 0.453 1 1v8c0 3.016-2.609 5.516-6 5.938v2.063c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.172c-1.172-0.422-2-1.516-2-2.828 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-suitcase\" viewBox=\"0 0 28 28\">\n<title>suitcase</title>\n<path d=\"M10 6h8v-2h-8v2zM4.5 6v20h-1c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h1zM22 6v20h-16v-20h2v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-1v-20h1c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell\" viewBox=\"0 0 28 28\">\n<title>bell</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-coffee\" viewBox=\"0 0 29 28\">\n<title>coffee</title>\n<path d=\"M26 10c0-1.656-1.344-3-3-3h-1v6h1c1.656 0 3-1.344 3-3zM0 22h28c0 2.203-1.797 4-4 4h-20c-2.203 0-4-1.797-4-4zM29 10c0 3.313-2.688 6-6 6h-1v0.5c0 1.922-1.578 3.5-3.5 3.5h-11c-1.922 0-3.5-1.578-3.5-3.5v-11.5c0-0.547 0.453-1 1-1h18c3.313 0 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cutlery\" viewBox=\"0 0 22 28\">\n<title>cutlery</title>\n<path d=\"M10 1v10c0 1.266-0.812 2.406-2 2.828v12.172c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-12.172c-1.188-0.422-2-1.563-2-2.828v-10c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1zM22 1v25c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-8h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-12.5c0-2.75 2.25-5 5-5h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text-o\" viewBox=\"0 0 24 28\">\n<title>file-text-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6 12.5c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1zM17.5 16c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11zM17.5 20c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building-o\" viewBox=\"0 0 22 28\">\n<title>building-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-24h-18v24h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM22 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hospital-o\" viewBox=\"0 0 22 28\">\n<title>hospital-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-18h-4v0.5c0 0.828-0.672 1.5-1.5 1.5h-7c-0.828 0-1.5-0.672-1.5-1.5v-0.5h-4v18h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM14 7.5v-5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v1.5h-2v-1.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5v-1.5h2v1.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM22 7v20c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-20c0-0.547 0.453-1 1-1h5v-4.5c0-0.828 0.672-1.5 1.5-1.5h7c0.828 0 1.5 0.672 1.5 1.5v4.5h5c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ambulance\" viewBox=\"0 0 31 28\">\n<title>ambulance</title>\n<path d=\"M10 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM4 14h6v-4h-2.469c-0.094 0.016-0.266 0.078-0.344 0.141l-3.047 3.047c-0.047 0.078-0.125 0.25-0.141 0.344v0.469zM24 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 11.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM30 3v18c0 0.547-0.453 1-1 1h-3c0 2.203-1.781 4-4 4-2.203 0-4-1.797-4-4h-6c0 2.203-1.781 4-4 4s-4-1.797-4-4h-2c-0.547 0-1-0.453-1-1s0.453-1 1-1v-6.5c0-0.547 0.313-1.313 0.703-1.703l3.094-3.094c0.391-0.391 1.156-0.703 1.703-0.703h2.5v-5c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medkit\" viewBox=\"0 0 28 28\">\n<title>medkit</title>\n<path d=\"M20 17.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM10 6h8v-2h-8v2zM4 6v20h-0.5c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h0.5zM22.5 6v20h-17v-20h2.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2.5zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-0.5v-20h0.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fighter-jet\" viewBox=\"0 0 30 28\">\n<title>fighter-jet</title>\n<path d=\"M30 15c0 0 0 0.5-4.5 1.5l-5.5 0.5-3.5 1h-1l-4.578 5.5h1.078c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-5v-0.5h1v-6.5h-2.5l-3 3.5h-1.5l-0.5-0.5v-3h0.5v-0.5h2v-0.125l-3-0.375v-2l3-0.375v-0.125h-2v-0.5h-0.5v-3l0.5-0.5h1.5l3 3.5h2.5v-6.5h-1v-0.5h5c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-1.078l4.578 5.5h1l3.5 1 5.5 0.5c4.5 1 4.5 1.5 4.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-beer\" viewBox=\"0 0 27 28\">\n<title>beer</title>\n<path d=\"M10 14v-6h-4v4c0 1.109 0.891 2 2 2h2zM26 21v3h-18v-3l2-3h-2c-3.313 0-6-2.688-6-6v-5l-1-1 0.5-2h7.5l0.5-2h15l0.5 3-1 0.5v12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-h-square\" viewBox=\"0 0 24 28\">\n<title>h-square</title>\n<path d=\"M20 21v-14c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-8v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v14c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h8v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square\" viewBox=\"0 0 24 28\">\n<title>plus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-5v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-5c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h5v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h5c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-left\" viewBox=\"0 0 17 28\">\n<title>angle-double-left</title>\n<path d=\"M9.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359zM15.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-right\" viewBox=\"0 0 15 28\">\n<title>angle-double-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM15.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-up\" viewBox=\"0 0 18 28\">\n<title>angle-double-up</title>\n<path d=\"M16.797 20.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 14.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-down\" viewBox=\"0 0 18 28\">\n<title>angle-double-down</title>\n<path d=\"M16.797 13.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 7.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-left\" viewBox=\"0 0 11 28\">\n<title>angle-left</title>\n<path d=\"M9.797 8.5c0 0.125-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.219 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-right\" viewBox=\"0 0 9 28\">\n<title>angle-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359 0-0.125 0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-up\" viewBox=\"0 0 18 28\">\n<title>angle-up</title>\n<path d=\"M16.797 18.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-down\" viewBox=\"0 0 18 28\">\n<title>angle-down</title>\n<path d=\"M16.797 11.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-desktop\" viewBox=\"0 0 30 28\">\n<title>desktop</title>\n<path d=\"M28 15.5v-13c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-8.5c0 1.328 1 2.453 1 3s-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1 0-0.578 1-1.641 1-3h-8.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-laptop\" viewBox=\"0 0 30 28\">\n<title>laptop</title>\n<path d=\"M6.5 20c-1.375 0-2.5-1.125-2.5-2.5v-11c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5v11c0 1.375-1.125 2.5-2.5 2.5h-17zM6 6.5v11c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5v-11c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5zM27.5 21h2.5v1.5c0 0.828-1.125 1.5-2.5 1.5h-25c-1.375 0-2.5-0.672-2.5-1.5v-1.5h27.5zM16.25 22.5c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tablet\" viewBox=\"0 0 18 28\">\n<title>tablet</title>\n<path d=\"M10 22c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-13c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h13c0.266 0 0.5-0.234 0.5-0.5zM18 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-13c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h13c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mobile\" viewBox=\"0 0 12 28\">\n<title>mobile</title>\n<path d=\"M7.25 22c0-0.688-0.562-1.25-1.25-1.25s-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25 1.25-0.562 1.25-1.25zM10.5 19.5v-11c0-0.266-0.234-0.5-0.5-0.5h-8c-0.266 0-0.5 0.234-0.5 0.5v11c0 0.266 0.234 0.5 0.5 0.5h8c0.266 0 0.5-0.234 0.5-0.5zM7.5 6.25c0-0.141-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5c0.141 0 0.25-0.109 0.25-0.25zM12 6v16c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-16c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o\" viewBox=\"0 0 24 28\">\n<title>circle-o</title>\n<path d=\"M12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-left\" viewBox=\"0 0 26 28\">\n<title>quote-left</title>\n<path d=\"M12 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3zM26 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-right\" viewBox=\"0 0 26 28\">\n<title>quote-right</title>\n<path d=\"M12 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3zM26 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spinner\" viewBox=\"0 0 28 28\">\n<title>spinner</title>\n<path d=\"M8.219 21.781c0 1.094-0.891 2-2 2-1.094 0-2-0.906-2-2 0-1.109 0.906-2 2-2 1.109 0 2 0.891 2 2zM16 25c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM5 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM23.781 21.781c0 1.094-0.906 2-2 2-1.109 0-2-0.906-2-2 0-1.109 0.891-2 2-2 1.094 0 2 0.891 2 2zM8.719 6.219c0 1.375-1.125 2.5-2.5 2.5s-2.5-1.125-2.5-2.5 1.125-2.5 2.5-2.5 2.5 1.125 2.5 2.5zM27 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM17 3c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM25.281 6.219c0 1.937-1.578 3.5-3.5 3.5-1.937 0-3.5-1.563-3.5-3.5 0-1.922 1.563-3.5 3.5-3.5 1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle\" viewBox=\"0 0 24 28\">\n<title>circle</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply\" viewBox=\"0 0 28 28\">\n<title>mail-reply</title>\n<path d=\"M28 17.5c0 2.188-1.094 5.047-1.984 7.047-0.172 0.359-0.344 0.859-0.578 1.188-0.109 0.156-0.219 0.266-0.438 0.266-0.313 0-0.5-0.25-0.5-0.547 0-0.25 0.063-0.531 0.078-0.781 0.047-0.641 0.078-1.281 0.078-1.922 0-7.453-4.422-8.75-11.156-8.75h-3.5v4c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-8-8c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l8-8c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v4h3.5c5.125 0 11.5 0.906 13.672 6.297 0.656 1.656 0.828 3.453 0.828 5.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-alt\" viewBox=\"0 0 26 28\">\n<title>github-alt</title>\n<path d=\"M10 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM20 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM22.5 19c0-2.391-1.453-4.5-4-4.5-1.031 0-2.016 0.187-3.047 0.328-0.812 0.125-1.625 0.172-2.453 0.172s-1.641-0.047-2.453-0.172c-1.016-0.141-2.016-0.328-3.047-0.328-2.547 0-4 2.109-4 4.5 0 4.781 4.375 5.516 8.188 5.516h2.625c3.813 0 8.188-0.734 8.188-5.516zM26 16.25c0 1.734-0.172 3.578-0.953 5.172-2.063 4.172-7.734 4.578-11.797 4.578-4.125 0-10.141-0.359-12.281-4.578-0.797-1.578-0.969-3.437-0.969-5.172 0-2.281 0.625-4.438 2.125-6.188-0.281-0.859-0.422-1.766-0.422-2.656 0-1.172 0.266-2.344 0.797-3.406 2.469 0 4.047 1.078 5.922 2.547 1.578-0.375 3.203-0.547 4.828-0.547 1.469 0 2.953 0.156 4.375 0.5 1.859-1.453 3.437-2.5 5.875-2.5 0.531 1.062 0.797 2.234 0.797 3.406 0 0.891-0.141 1.781-0.422 2.625 1.5 1.766 2.125 3.938 2.125 6.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-o\" viewBox=\"0 0 26 28\">\n<title>folder-o</title>\n<path d=\"M24 20.5v-11c0-0.828-0.672-1.5-1.5-1.5h-11c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v15c0 0.828 0.672 1.5 1.5 1.5h19c0.828 0 1.5-0.672 1.5-1.5zM26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open-o\" viewBox=\"0 0 30 28\">\n<title>folder-open-o</title>\n<path d=\"M27.828 14.547c0-0.438-0.484-0.547-0.828-0.547h-17c-0.828 0-1.922 0.516-2.453 1.156l-4.594 5.672c-0.141 0.187-0.281 0.391-0.281 0.625 0 0.438 0.484 0.547 0.828 0.547h17c0.828 0 1.922-0.516 2.453-1.172l4.594-5.672c0.141-0.172 0.281-0.375 0.281-0.609zM10 12h12v-2.5c0-0.828-0.672-1.5-1.5-1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v13.328l4-4.922c0.906-1.109 2.578-1.906 4-1.906zM29.828 14.547c0 0.688-0.297 1.344-0.719 1.875l-4.609 5.672c-0.891 1.094-2.594 1.906-4 1.906h-17c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5v2.5h3c1.062 0 2.125 0.484 2.594 1.484 0.156 0.328 0.234 0.688 0.234 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-smile-o\" viewBox=\"0 0 24 28\">\n<title>smile-o</title>\n<path d=\"M17.719 16.797c-0.781 2.516-3.078 4.203-5.719 4.203s-4.937-1.687-5.719-4.203c-0.172-0.531 0.125-1.078 0.656-1.25 0.516-0.172 1.078 0.125 1.25 0.656 0.516 1.672 2.063 2.797 3.813 2.797s3.297-1.125 3.813-2.797c0.172-0.531 0.734-0.828 1.266-0.656 0.516 0.172 0.812 0.719 0.641 1.25zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-frown-o\" viewBox=\"0 0 24 28\">\n<title>frown-o</title>\n<path d=\"M17.719 19.203c0.172 0.531-0.125 1.078-0.641 1.25-0.531 0.172-1.094-0.125-1.266-0.656-0.516-1.672-2.063-2.797-3.813-2.797s-3.297 1.125-3.813 2.797c-0.172 0.531-0.734 0.828-1.25 0.656-0.531-0.172-0.828-0.719-0.656-1.25 0.781-2.516 3.078-4.203 5.719-4.203s4.937 1.687 5.719 4.203zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meh-o\" viewBox=\"0 0 24 28\">\n<title>meh-o</title>\n<path d=\"M18 17c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h10c0.547 0 1 0.453 1 1zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gamepad\" viewBox=\"0 0 30 28\">\n<title>gamepad</title>\n<path d=\"M13 17v-2c0-0.281-0.219-0.5-0.5-0.5h-3v-3c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v3h-3c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h3v3c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5v-3h3c0.281 0 0.5-0.219 0.5-0.5zM22 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM30 16c0 4.422-3.578 8-8 8-2.031 0-3.875-0.766-5.281-2h-3.437c-1.406 1.234-3.25 2-5.281 2-4.422 0-8-3.578-8-8s3.578-8 8-8h14c4.422 0 8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-keyboard-o\" viewBox=\"0 0 30 28\">\n<title>keyboard-o</title>\n<path d=\"M6 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM8 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h3.5c0.141 0 0.25 0.109 0.25 0.25zM6 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-13.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h13.5c0.141 0 0.25 0.109 0.25 0.25zM12 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM10 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM16 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM14 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM20 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM18 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 10.25v5.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.75v-3.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM28 22v-14h-26v14h26zM30 8v14c0 1.109-0.891 2-2 2h-26c-1.109 0-2-0.891-2-2v-14c0-1.109 0.891-2 2-2h26c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-o\" viewBox=\"0 0 29 28\">\n<title>flag-o</title>\n<path d=\"M26 16.328v-9.625c-1.25 0.672-3 1.422-4.781 1.422v0c-0.828 0-1.594-0.156-2.266-0.5-1.672-0.828-3.484-1.625-5.656-1.625-2.016 0-4.484 0.984-6.297 1.984v9.359c2.063-0.953 4.688-1.766 6.766-1.766 2.406 0 3.969 0.797 5.641 1.625l0.438 0.219c0.438 0.219 0.969 0.344 1.578 0.344 1.734 0 3.609-0.922 4.578-1.437zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-checkered\" viewBox=\"0 0 29 28\">\n<title>flag-checkered</title>\n<path d=\"M13 15.625v-3c-1.906 0.172-4.203 0.938-6 1.828v2.891c1.813-0.844 4.062-1.563 6-1.719zM13 9.094v-3.078c-1.969 0.094-4.281 1.016-6 1.969v2.953c1.844-0.953 4.062-1.766 6-1.844zM26 16.328v-2.875c-1.422 0.703-3.906 1.75-6 1.109v-3.5c-0.203-0.063-0.406-0.141-0.609-0.234-1.797-0.906-3.266-1.75-5.625-1.75-0.25 0-0.5 0.016-0.766 0.047v3.469h0.297c2.359 0 4.297 0.844 6.094 1.734 0.203 0.094 0.406 0.172 0.609 0.234v2.938c0.422 0.172 0.891 0.266 1.422 0.266 1.734 0 3.609-0.922 4.578-1.437zM26 9.656v-2.953c-1.25 0.672-3 1.422-4.781 1.422v0c-0.422 0-0.828-0.031-1.219-0.125v3.063c2.094 0.594 4.578-0.609 6-1.406zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-terminal\" viewBox=\"0 0 26 28\">\n<title>terminal</title>\n<path d=\"M9.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719zM26 22.5v1c0 0.281-0.219 0.5-0.5 0.5h-15c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h15c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code\" viewBox=\"0 0 30 28\">\n<title>code</title>\n<path d=\"M9.641 21.859l-0.781 0.781c-0.203 0.203-0.516 0.203-0.719 0l-7.281-7.281c-0.203-0.203-0.203-0.516 0-0.719l7.281-7.281c0.203-0.203 0.516-0.203 0.719 0l0.781 0.781c0.203 0.203 0.203 0.516 0 0.719l-6.141 6.141 6.141 6.141c0.203 0.203 0.203 0.516 0 0.719zM18.875 5.187l-5.828 20.172c-0.078 0.266-0.359 0.422-0.609 0.344l-0.969-0.266c-0.266-0.078-0.422-0.359-0.344-0.625l5.828-20.172c0.078-0.266 0.359-0.422 0.609-0.344l0.969 0.266c0.266 0.078 0.422 0.359 0.344 0.625zM29.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply-all\" viewBox=\"0 0 28 28\">\n<title>mail-reply-all</title>\n<path d=\"M10 16.906v1.094c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v1.078l-6.203 6.219c-0.391 0.391-0.391 1.016 0 1.406zM28 17.5c0 3.25-2.453 8.031-2.562 8.234-0.078 0.172-0.25 0.266-0.438 0.266-0.047 0-0.094 0-0.141-0.016-0.234-0.078-0.375-0.297-0.359-0.531 0.453-4.266-0.078-7.078-1.656-8.828-1.328-1.484-3.484-2.281-6.844-2.547v3.922c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v4.094c4.312 0.297 7.391 1.437 9.359 3.453 2.359 2.422 2.641 5.703 2.641 7.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half-empty\" viewBox=\"0 0 26 28\">\n<title>star-half-empty</title>\n<path d=\"M18.531 14.953l4.016-3.906-6.594-0.969-0.469-0.938-2.484-5.031v15.047l0.922 0.484 4.969 2.625-0.938-5.547-0.187-1.031zM25.594 10.859l-5.672 5.531 1.344 7.812c0.109 0.688-0.141 1.094-0.625 1.094-0.172 0-0.391-0.063-0.625-0.187l-7.016-3.687-7.016 3.687c-0.234 0.125-0.453 0.187-0.625 0.187-0.484 0-0.734-0.406-0.625-1.094l1.344-7.812-5.688-5.531c-0.672-0.672-0.453-1.328 0.484-1.469l7.844-1.141 3.516-7.109c0.203-0.422 0.484-0.641 0.766-0.641v0c0.281 0 0.547 0.219 0.766 0.641l3.516 7.109 7.844 1.141c0.938 0.141 1.156 0.797 0.469 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-location-arrow\" viewBox=\"0 0 22 28\">\n<title>location-arrow</title>\n<path d=\"M21.891 5.453l-10 20c-0.172 0.344-0.516 0.547-0.891 0.547-0.078 0-0.156-0.016-0.234-0.031-0.453-0.109-0.766-0.5-0.766-0.969v-9h-9c-0.469 0-0.859-0.313-0.969-0.766s0.109-0.922 0.516-1.125l20-10c0.141-0.078 0.297-0.109 0.453-0.109 0.266 0 0.516 0.094 0.703 0.297 0.313 0.297 0.391 0.766 0.187 1.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crop\" viewBox=\"0 0 26 28\">\n<title>crop</title>\n<path d=\"M8.703 20h9.297v-9.297zM8 19.297l9.297-9.297h-9.297v9.297zM26 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-13.5c-0.281 0-0.5-0.219-0.5-0.5v-13.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v3.5h13.297l3.844-3.859c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719l-3.859 3.844v13.297h3.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code-fork\" viewBox=\"0 0 16 28\">\n<title>code-fork</title>\n<path d=\"M4.5 23c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM4.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM14.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM16 7c0 1.109-0.609 2.078-1.5 2.594-0.047 5.641-4.047 6.891-6.703 7.734-2.484 0.781-3.297 1.156-3.297 2.672v0.406c0.891 0.516 1.5 1.484 1.5 2.594 0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.109 0.609-2.078 1.5-2.594v-12.812c-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3c0 1.109-0.609 2.078-1.5 2.594v7.766c0.797-0.391 1.641-0.656 2.406-0.891 2.906-0.922 4.562-1.609 4.594-4.875-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain-broken\" viewBox=\"0 0 26 28\">\n<title>chain-broken</title>\n<path d=\"M6.859 19.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719zM9.5 20.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM6 17c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM25.75 19c0 1.203-0.469 2.328-1.328 3.172l-2.297 2.281c-0.844 0.844-1.969 1.297-3.172 1.297s-2.344-0.469-3.187-1.328l-5.219-5.234c-0.266-0.266-0.469-0.562-0.656-0.875l3.734-0.281 4.266 4.281c0.562 0.562 1.563 0.578 2.125 0.016l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047 0-0.406-0.156-0.781-0.438-1.062l-4.281-4.297 0.281-3.734c0.313 0.187 0.609 0.391 0.875 0.656l5.25 5.25c0.844 0.859 1.313 1.984 1.313 3.187zM16.109 7.688l-3.734 0.281-4.266-4.281c-0.281-0.281-0.656-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l4.281 4.281-0.281 3.75c-0.313-0.187-0.609-0.391-0.875-0.656l-5.25-5.25c-0.844-0.859-1.313-1.984-1.313-3.187s0.469-2.328 1.328-3.172l2.297-2.281c0.844-0.844 1.969-1.297 3.172-1.297s2.344 0.469 3.187 1.328l5.219 5.234c0.266 0.266 0.469 0.562 0.656 0.875zM26 9c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM17.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM23.859 2.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info\" viewBox=\"0 0 10 28\">\n<title>info</title>\n<path d=\"M10 21v2c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1v-6h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v9h1c0.547 0 1 0.453 1 1zM8 3v3c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation\" viewBox=\"0 0 10 28\">\n<title>exclamation</title>\n<path d=\"M8 19.5v3.5c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3.5c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1zM8.469 3l-0.438 12c-0.016 0.547-0.484 1-1.031 1h-4c-0.547 0-1.016-0.453-1.031-1l-0.438-12c-0.016-0.547 0.422-1 0.969-1h5c0.547 0 0.984 0.453 0.969 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superscript\" viewBox=\"0 0 24 28\">\n<title>superscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM23.969 10.781v3.219h-8.031l-0.047-0.422c-0.031-0.219-0.063-0.516-0.063-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.594 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.516 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.75-5.187 4.062-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subscript\" viewBox=\"0 0 24 28\">\n<title>subscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM24 24.781v3.219h-8.031l-0.063-0.422c-0.016-0.234-0.047-0.516-0.047-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.609 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.531 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.734-5.187 4.047-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eraser\" viewBox=\"0 0 30 28\">\n<title>eraser</title>\n<path d=\"M14 22l5.25-6h-12l-5.25 6h12zM29.828 5.172c0.313 0.719 0.187 1.547-0.328 2.141l-14 16c-0.375 0.438-0.922 0.688-1.5 0.688h-12c-0.781 0-1.5-0.453-1.828-1.172-0.313-0.719-0.187-1.547 0.328-2.141l14-16c0.375-0.438 0.922-0.688 1.5-0.688h12c0.781 0 1.5 0.453 1.828 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-puzzle-piece\" viewBox=\"0 0 26 28\">\n<title>puzzle-piece</title>\n<path d=\"M26 17.156c0 1.609-0.922 2.953-2.625 2.953-1.906 0-2.406-1.734-4.125-1.734-1.25 0-1.719 0.781-1.719 1.937 0 1.219 0.5 2.391 0.484 3.594v0.078c-0.172 0-0.344 0-0.516 0.016-1.609 0.156-3.234 0.469-4.859 0.469-1.109 0-2.266-0.438-2.266-1.719 0-1.719 1.734-2.219 1.734-4.125 0-1.703-1.344-2.625-2.953-2.625-1.641 0-3.156 0.906-3.156 2.703 0 1.984 1.516 2.844 1.516 3.922 0 0.547-0.344 1.031-0.719 1.391-0.484 0.453-1.172 0.547-1.828 0.547-1.281 0-2.562-0.172-3.828-0.375-0.281-0.047-0.578-0.078-0.859-0.125l-0.203-0.031c-0.031-0.016-0.078-0.016-0.078-0.031v-16c0.063 0.047 0.984 0.156 1.141 0.187 1.266 0.203 2.547 0.375 3.828 0.375 0.656 0 1.344-0.094 1.828-0.547 0.375-0.359 0.719-0.844 0.719-1.391 0-1.078-1.516-1.937-1.516-3.922 0-1.797 1.516-2.703 3.172-2.703 1.594 0 2.938 0.922 2.938 2.625 0 1.906-1.734 2.406-1.734 4.125 0 1.281 1.156 1.719 2.266 1.719 1.797 0 3.578-0.406 5.359-0.5v0.031c-0.047 0.063-0.156 0.984-0.187 1.141-0.203 1.266-0.375 2.547-0.375 3.828 0 0.656 0.094 1.344 0.547 1.828 0.359 0.375 0.844 0.719 1.391 0.719 1.078 0 1.937-1.516 3.922-1.516 1.797 0 2.703 1.516 2.703 3.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone\" viewBox=\"0 0 18 28\">\n<title>microphone</title>\n<path d=\"M18 11v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-4.5-0.5-8-4.312-8-8.937v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 3.859 3.141 7 7 7s7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1zM14 5v8c0 2.75-2.25 5-5 5s-5-2.25-5-5v-8c0-2.75 2.25-5 5-5s5 2.25 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone-slash\" viewBox=\"0 0 22 28\">\n<title>microphone-slash</title>\n<path d=\"M4.234 14.766l-1.578 1.578c-0.422-1.031-0.656-2.156-0.656-3.344v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 0.609 0.094 1.203 0.234 1.766zM21.641 5.359l-5.641 5.641v2c0 2.75-2.25 5-5 5-0.594 0-1.172-0.109-1.703-0.297l-1.5 1.5c0.953 0.5 2.047 0.797 3.203 0.797 3.859 0 7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-1.328-0.141-2.578-0.594-3.672-1.266l-3.969 3.969c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l19.281-19.281c0.203-0.203 0.516-0.203 0.719 0l1.281 1.281c0.203 0.203 0.203 0.516 0 0.719zM15.703 3.297l-9.703 9.703v-8c0-2.75 2.25-5 5-5 2.156 0 4 1.391 4.703 3.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shield\" viewBox=\"0 0 20 28\">\n<title>shield</title>\n<path d=\"M17 15v-10h-7v17.766c0.797-0.422 2.078-1.156 3.328-2.141 1.672-1.313 3.672-3.359 3.672-5.625zM20 3v12c0 6.578-9.203 10.734-9.594 10.906-0.125 0.063-0.266 0.094-0.406 0.094s-0.281-0.031-0.406-0.094c-0.391-0.172-9.594-4.328-9.594-10.906v-12c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-o\" viewBox=\"0 0 26 28\">\n<title>calendar-o</title>\n<path d=\"M2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire-extinguisher\" viewBox=\"0 0 22 28\">\n<title>fire-extinguisher</title>\n<path d=\"M8 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 2.5v5c0 0.156-0.063 0.297-0.187 0.391-0.094 0.078-0.203 0.109-0.313 0.109-0.031 0-0.063 0-0.109-0.016l-7-1.5c-0.219-0.047-0.391-0.25-0.391-0.484h-4v1.594c2.281 0.469 4 2.484 4 4.906v12.5c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-12.5c0-2.234 1.469-4.141 3.5-4.766v-1.734h-0.5c-3.313 0-5.094 3.422-5.109 3.453-0.172 0.344-0.531 0.547-0.891 0.547-0.156 0-0.313-0.031-0.453-0.109-0.484-0.25-0.688-0.844-0.438-1.344 0.078-0.156 1.641-3.187 4.781-4.203-0.234-0.391-0.391-0.844-0.391-1.344 0-1.375 1.125-2.5 2.5-2.5s2.5 1.125 2.5 2.5c0 0.359-0.078 0.688-0.219 1h4.719c0-0.234 0.172-0.438 0.391-0.484l7-1.5c0.047-0.016 0.078-0.016 0.109-0.016 0.109 0 0.219 0.031 0.313 0.109 0.125 0.094 0.187 0.234 0.187 0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rocket\" viewBox=\"0 0 26 28\">\n<title>rocket</title>\n<path d=\"M22.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26 2.5c0 5.187-1.437 8.641-5.141 12.359-0.906 0.891-1.937 1.813-3.047 2.75l-0.313 5.922c-0.016 0.156-0.109 0.313-0.25 0.406l-6 3.5c-0.078 0.047-0.156 0.063-0.25 0.063-0.125 0-0.25-0.047-0.359-0.141l-1-1c-0.125-0.141-0.172-0.328-0.125-0.5l1.328-4.312-4.391-4.391-4.312 1.328c-0.047 0.016-0.094 0.016-0.141 0.016-0.125 0-0.266-0.047-0.359-0.141l-1-1c-0.156-0.172-0.187-0.422-0.078-0.609l3.5-6c0.094-0.141 0.25-0.234 0.406-0.25l5.922-0.313c0.938-1.109 1.859-2.141 2.75-3.047 3.906-3.891 6.891-5.141 12.328-5.141 0.281 0 0.531 0.219 0.531 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-maxcdn\" viewBox=\"0 0 28 28\">\n<title>maxcdn</title>\n<path d=\"M27.266 12.078l-2.562 11.922h-5.219l2.781-13c0.125-0.547 0.047-1.047-0.234-1.375-0.266-0.328-0.734-0.516-1.297-0.516h-2.641l-3.187 14.891h-5.219l3.187-14.891h-4.469l-3.187 14.891h-5.219l3.187-14.891-2.391-5.109h19.938c2.109 0 4.031 0.875 5.266 2.406 1.25 1.531 1.703 3.609 1.266 5.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-left\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-left</title>\n<path d=\"M14.203 21.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-4.797-4.797 4.797-4.797c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-right\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-right</title>\n<path d=\"M11.203 21.797l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l4.797 4.797-4.797 4.797c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-up\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-up</title>\n<path d=\"M18.203 17.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l4.797-4.797 4.797 4.797c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-down\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-down</title>\n<path d=\"M12.703 20.297l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-4.797 4.797-4.797-4.797c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-html5\" viewBox=\"0 0 22 28\">\n<title>html5</title>\n<path d=\"M17.656 9.328l0.25-2.734h-13.813l0.734 8.344h9.562l-0.344 3.563-3.078 0.828-3.063-0.828-0.203-2.188h-2.734l0.344 4.344 5.656 1.563h0.063v-0.016l5.609-1.547 0.781-8.5h-10.063l-0.234-2.828h10.531zM0 2h22l-2 22.469-9.031 2.531-8.969-2.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-css3\" viewBox=\"0 0 28 28\">\n<title>css3</title>\n<path d=\"M4.297 2h23.516l-4.156 20.828-12.563 4.172-10.906-4.172 1.109-5.563h4.641l-0.453 2.297 6.594 2.516 7.594-2.516 1.062-5.297h-18.875l0.906-4.641h18.891l0.594-2.984h-18.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-anchor\" viewBox=\"0 0 28 28\">\n<title>anchor</title>\n<path d=\"M15 4c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 18.5v5.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-1.453-1.453c-2.453 2.953-6.859 4.844-11.688 4.844s-9.234-1.891-11.688-4.844l-1.453 1.453c-0.094 0.094-0.234 0.141-0.359 0.141-0.063 0-0.125-0.016-0.187-0.031-0.187-0.078-0.313-0.266-0.313-0.469v-5.5c0-0.281 0.219-0.5 0.5-0.5h5.5c0.203 0 0.391 0.125 0.469 0.313s0.031 0.391-0.109 0.547l-1.563 1.563c1.406 1.891 4.109 3.266 7.203 3.687v-10.109h-3c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h3v-2.547c-1.188-0.688-2-1.969-2-3.453 0-2.203 1.797-4 4-4s4 1.797 4 4c0 1.484-0.812 2.766-2 3.453v2.547h3c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-3v10.109c3.094-0.422 5.797-1.797 7.203-3.687l-1.563-1.563c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h5.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock-alt\" viewBox=\"0 0 18 28\">\n<title>unlock-alt</title>\n<path d=\"M16.5 12c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-5c0-3.859 3.141-7 7-7s7 3.141 7 7c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1 0-2.203-1.797-4-4-4s-4 1.797-4 4v5h11.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullseye\" viewBox=\"0 0 24 28\">\n<title>bullseye</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-h\" viewBox=\"0 0 22 28\">\n<title>ellipsis-h</title>\n<path d=\"M6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM14 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-v\" viewBox=\"0 0 6 28\">\n<title>ellipsis-v</title>\n<path d=\"M6 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rss-square\" viewBox=\"0 0 24 28\">\n<title>rss-square</title>\n<path d=\"M8 20c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM13.484 21.469c-0.266-4.844-4.109-8.687-8.953-8.953-0.141-0.016-0.281 0.047-0.375 0.141s-0.156 0.219-0.156 0.359v2c0 0.266 0.203 0.484 0.469 0.5 3.203 0.234 5.781 2.812 6.016 6.016 0.016 0.266 0.234 0.469 0.5 0.469h2c0.141 0 0.266-0.063 0.359-0.156s0.156-0.234 0.141-0.375zM19.484 21.484c-0.266-8.125-6.844-14.703-14.969-14.969-0.156-0.016-0.266 0.031-0.359 0.141-0.094 0.094-0.156 0.219-0.156 0.359v2c0 0.266 0.219 0.484 0.484 0.5 6.484 0.234 11.766 5.516 12 12 0.016 0.266 0.234 0.484 0.5 0.484h2c0.141 0 0.266-0.063 0.359-0.156 0.109-0.094 0.156-0.219 0.141-0.359zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle\" viewBox=\"0 0 24 28\">\n<title>play-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM18 14.859c0.313-0.172 0.5-0.5 0.5-0.859s-0.187-0.688-0.5-0.859l-8.5-5c-0.297-0.187-0.688-0.187-1-0.016-0.313 0.187-0.5 0.516-0.5 0.875v10c0 0.359 0.187 0.688 0.5 0.875 0.156 0.078 0.328 0.125 0.5 0.125s0.344-0.047 0.5-0.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ticket\" viewBox=\"0 0 28 28\">\n<title>ticket</title>\n<path d=\"M16 7.063l4.937 4.937-8.937 8.937-4.937-4.937zM12.703 22.359l9.656-9.656c0.391-0.391 0.391-1.016 0-1.406l-5.656-5.656c-0.375-0.375-1.031-0.375-1.406 0l-9.656 9.656c-0.391 0.391-0.391 1.016 0 1.406l5.656 5.656c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281zM26.594 12.406l-14.172 14.187c-0.781 0.766-2.063 0.766-2.828 0l-1.969-1.969c1.172-1.172 1.172-3.078 0-4.25s-3.078-1.172-4.25 0l-1.953-1.969c-0.781-0.766-0.781-2.047 0-2.828l14.172-14.156c0.766-0.781 2.047-0.781 2.828 0l1.953 1.953c-1.172 1.172-1.172 3.078 0 4.25s3.078 1.172 4.25 0l1.969 1.953c0.766 0.781 0.766 2.063 0 2.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square\" viewBox=\"0 0 24 28\">\n<title>minus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square-o\" viewBox=\"0 0 22 28\">\n<title>minus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-up\" viewBox=\"0 0 16 28\">\n<title>level-up</title>\n<path d=\"M15.906 9.422c-0.172 0.359-0.516 0.578-0.906 0.578h-3v13.5c0 0.281-0.219 0.5-0.5 0.5h-11c-0.187 0-0.375-0.109-0.453-0.281-0.078-0.187-0.063-0.391 0.063-0.547l2.5-3c0.094-0.109 0.25-0.172 0.391-0.172h5v-10h-3c-0.391 0-0.734-0.219-0.906-0.578-0.156-0.344-0.109-0.766 0.141-1.062l5-6c0.375-0.453 1.156-0.453 1.531 0l5 6c0.25 0.297 0.313 0.719 0.141 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-down\" viewBox=\"0 0 16 28\">\n<title>level-down</title>\n<path d=\"M0.5 4h11c0.281 0 0.5 0.234 0.5 0.516v13.484h3c0.391 0 0.734 0.234 0.906 0.578 0.172 0.359 0.109 0.781-0.141 1.078l-5 6c-0.375 0.453-1.156 0.453-1.531 0l-5-6c-0.25-0.297-0.297-0.719-0.141-1.078 0.172-0.344 0.516-0.578 0.906-0.578h3v-10h-5c-0.141 0-0.281-0.063-0.391-0.172l-2.5-3c-0.125-0.141-0.141-0.359-0.063-0.531s0.266-0.297 0.453-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square\" viewBox=\"0 0 24 28\">\n<title>check-square</title>\n<path d=\"M10.703 20.297l9.594-9.594c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.297 7.297-3.297-3.297c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l5.594 5.594c0.391 0.391 1.016 0.391 1.406 0zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil-square\" viewBox=\"0 0 24 28\">\n<title>pencil-square</title>\n<path d=\"M6.312 17.313l2.375 2.375-0.812 0.812h-0.875v-1.5h-1.5v-0.875zM12.781 11.219c0.125 0.109 0.094 0.328-0.047 0.469l-4.547 4.547c-0.141 0.141-0.359 0.172-0.469 0.047-0.125-0.109-0.094-0.328 0.047-0.469l4.547-4.547c0.141-0.141 0.359-0.172 0.469-0.047zM8.5 22l8.5-8.5-4.5-4.5-8.5 8.5v4.5h4.5zM18 12.5l1.437-1.437c0.578-0.578 0.578-1.547 0-2.125l-2.375-2.375c-0.578-0.578-1.547-0.578-2.125 0l-1.437 1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link-square\" viewBox=\"0 0 24 28\">\n<title>external-link-square</title>\n<path d=\"M20 14.5v-7.5c0-0.547-0.453-1-1-1h-7.5c-0.406 0-0.766 0.25-0.922 0.609-0.156 0.375-0.078 0.812 0.219 1.094l2.25 2.25-8.344 8.344c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l8.344-8.344 2.25 2.25c0.187 0.203 0.438 0.297 0.703 0.297 0.125 0 0.266-0.031 0.391-0.078 0.359-0.156 0.609-0.516 0.609-0.922zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square\" viewBox=\"0 0 24 28\">\n<title>share-square</title>\n<path d=\"M15.703 17.203l5.5-5.5c0.391-0.391 0.391-1.016 0-1.406l-5.5-5.5c-0.281-0.297-0.719-0.375-1.078-0.219-0.375 0.156-0.625 0.516-0.625 0.922v2.5c-8.969 0-10 5.141-10 9 0 3.141 2.516 6.188 2.609 6.312 0.109 0.125 0.25 0.187 0.391 0.187 0.063 0 0.141-0.016 0.203-0.047 0.203-0.078 0.328-0.297 0.297-0.516-0.469-3.766-0.172-6.109 0.969-7.391 0.953-1.078 2.609-1.547 5.531-1.547v2.5c0 0.406 0.25 0.766 0.625 0.922 0.109 0.047 0.25 0.078 0.375 0.078 0.266 0 0.516-0.109 0.703-0.297zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compass\" viewBox=\"0 0 24 28\">\n<title>compass</title>\n<path d=\"M10 17l4-2-4-2v4zM16 7.766v8.469l-8 4v-8.469zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-down\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-down</title>\n<path d=\"M17.891 10.547c0.172 0.328 0.141 0.734-0.078 1.031l-5 7c-0.187 0.266-0.484 0.422-0.812 0.422s-0.625-0.156-0.812-0.422l-5-7c-0.219-0.297-0.25-0.703-0.078-1.031 0.172-0.344 0.516-0.547 0.891-0.547h10c0.375 0 0.719 0.203 0.891 0.547zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-up\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-up</title>\n<path d=\"M17.891 17.453c-0.172 0.344-0.516 0.547-0.891 0.547h-10c-0.375 0-0.719-0.203-0.891-0.547-0.172-0.328-0.141-0.734 0.078-1.031l5-7c0.187-0.266 0.484-0.422 0.812-0.422s0.625 0.156 0.812 0.422l5 7c0.219 0.297 0.25 0.703 0.078 1.031zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-right\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-right</title>\n<path d=\"M17 14c0 0.328-0.156 0.625-0.422 0.812l-7 5c-0.297 0.219-0.703 0.25-1.031 0.078-0.344-0.172-0.547-0.516-0.547-0.891v-10c0-0.375 0.203-0.719 0.547-0.891 0.328-0.172 0.734-0.141 1.031 0.078l7 5c0.266 0.187 0.422 0.484 0.422 0.812zM20 21.5v-15c0-0.281-0.219-0.5-0.5-0.5h-15c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h15c0.281 0 0.5-0.219 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eur\" viewBox=\"0 0 16 28\">\n<title>eur</title>\n<path d=\"M15.25 20.422l0.547 2.484c0.063 0.25-0.078 0.5-0.313 0.578-0.063 0.016-1.516 0.516-3.391 0.516-4.875 0-8.797-2.938-10.109-7.531h-1.484c-0.281 0-0.5-0.234-0.5-0.5v-1.766c0-0.266 0.219-0.5 0.5-0.5h1.031c-0.016-0.5-0.016-1.094 0.016-1.641h-1.047c-0.281 0-0.5-0.219-0.5-0.5v-1.781c0-0.281 0.219-0.5 0.5-0.5h1.531c1.391-4.375 5.391-7.281 10.063-7.281 1.625 0 2.969 0.344 3.031 0.359 0.125 0.031 0.234 0.125 0.313 0.234 0.063 0.109 0.078 0.25 0.047 0.375l-0.672 2.484c-0.063 0.266-0.328 0.422-0.594 0.344-0.016 0-1.078-0.266-2.188-0.266-2.625 0-4.828 1.422-5.875 3.75h7.313c0.156 0 0.297 0.063 0.391 0.187 0.094 0.109 0.141 0.266 0.109 0.406l-0.375 1.781c-0.047 0.234-0.25 0.406-0.5 0.406h-7.625c-0.047 0.5-0.031 1.031 0 1.641h7.172c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.422l-0.375 1.75c-0.047 0.234-0.25 0.406-0.484 0.406h-6.047c1 2.438 3.25 3.969 5.906 3.969 1.359 0 2.469-0.375 2.484-0.375 0.125-0.047 0.281-0.031 0.406 0.031 0.125 0.078 0.203 0.203 0.234 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gbp\" viewBox=\"0 0 16 28\">\n<title>gbp</title>\n<path d=\"M15.937 17.766v5.734c0 0.281-0.219 0.5-0.5 0.5h-14.938c-0.281 0-0.5-0.219-0.5-0.5v-2.344c0-0.266 0.219-0.5 0.5-0.5h1.516v-5.984h-1.484c-0.281 0-0.5-0.219-0.5-0.5v-2.047c0-0.281 0.219-0.5 0.5-0.5h1.484v-3.484c0-3.563 2.875-6.141 6.844-6.141 3.125 0 5.141 1.875 5.234 1.953 0.187 0.172 0.203 0.469 0.047 0.672l-1.609 1.984c-0.094 0.109-0.203 0.172-0.344 0.187-0.125 0.016-0.266-0.031-0.359-0.109-0.016-0.016-1.359-1.078-2.938-1.078-1.766 0-2.953 1.062-2.953 2.656v3.359h4.766c0.281 0 0.5 0.219 0.5 0.5v2.047c0 0.281-0.219 0.5-0.5 0.5h-4.766v5.922h6.469v-2.828c0-0.281 0.219-0.5 0.5-0.5h2.531c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dollar\" viewBox=\"0 0 16 28\">\n<title>dollar</title>\n<path d=\"M15.281 18.516c0 3.187-2.281 5.703-5.594 6.25v2.734c0 0.281-0.219 0.5-0.5 0.5h-2.109c-0.266 0-0.5-0.219-0.5-0.5v-2.734c-3.656-0.516-5.656-2.703-5.734-2.797-0.156-0.187-0.172-0.453-0.031-0.641l1.609-2.109c0.078-0.109 0.219-0.172 0.359-0.187s0.281 0.031 0.375 0.141c0.031 0.016 2.219 2.109 4.984 2.109 1.531 0 3.187-0.812 3.187-2.578 0-1.5-1.844-2.234-3.953-3.078-2.812-1.109-6.312-2.516-6.312-6.438 0-2.875 2.25-5.25 5.516-5.875v-2.812c0-0.281 0.234-0.5 0.5-0.5h2.109c0.281 0 0.5 0.219 0.5 0.5v2.75c3.172 0.359 4.859 2.078 4.922 2.141 0.156 0.172 0.187 0.406 0.078 0.594l-1.266 2.281c-0.078 0.141-0.203 0.234-0.359 0.25-0.156 0.031-0.297-0.016-0.422-0.109-0.016-0.016-1.906-1.687-4.25-1.687-1.984 0-3.359 0.984-3.359 2.406 0 1.656 1.906 2.391 4.125 3.25 2.875 1.109 6.125 2.375 6.125 6.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inr\" viewBox=\"0 0 14 28\">\n<title>inr</title>\n<path d=\"M14.031 7.344v1.594c0 0.281-0.219 0.5-0.5 0.5h-2.625c-0.484 3-2.781 4.953-6.328 5.375 2.328 2.484 4.813 5.484 7.172 8.375 0.125 0.141 0.156 0.359 0.063 0.531-0.078 0.172-0.25 0.281-0.453 0.281h-3.047c-0.156 0-0.297-0.063-0.391-0.187-2.516-3.016-4.828-5.781-7.781-8.922-0.094-0.094-0.141-0.219-0.141-0.344v-1.984c0-0.266 0.219-0.5 0.5-0.5h1.75c2.75 0 4.469-0.922 4.922-2.625h-6.672c-0.281 0-0.5-0.219-0.5-0.5v-1.594c0-0.281 0.219-0.5 0.5-0.5h6.453c-0.594-1.172-2-1.766-4.188-1.766h-2.266c-0.281 0-0.5-0.234-0.5-0.5v-2.078c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5v1.594c0 0.281-0.219 0.5-0.5 0.5h-3.641c0.5 0.641 0.828 1.391 1 2.25h2.672c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cny\" viewBox=\"0 0 16 28\">\n<title>cny</title>\n<path d=\"M9.422 24h-2.688c-0.281 0-0.5-0.219-0.5-0.5v-5.156h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.609c0-0.281 0.219-0.5 0.5-0.5h4.5v-1.328h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.625c0-0.266 0.219-0.5 0.5-0.5h3.344l-5.016-9.031c-0.078-0.156-0.078-0.344 0-0.5 0.094-0.156 0.266-0.25 0.438-0.25h3.031c0.187 0 0.359 0.109 0.453 0.281l3.359 6.641c0.375 0.734 0.625 1.359 0.875 1.953 0.266-0.672 0.609-1.328 0.906-2.016l2.984-6.562c0.078-0.187 0.266-0.297 0.453-0.297h2.984c0.172 0 0.328 0.094 0.422 0.25 0.094 0.141 0.094 0.328 0.016 0.484l-4.891 9.047h3.359c0.281 0 0.5 0.234 0.5 0.5v1.625c0 0.281-0.219 0.5-0.5 0.5h-4.531v1.328h4.531c0.281 0 0.5 0.219 0.5 0.5v1.609c0 0.281-0.219 0.5-0.5 0.5h-4.531v5.156c0 0.281-0.234 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rouble\" viewBox=\"0 0 20 28\">\n<title>rouble</title>\n<path d=\"M16.297 8.828c0-2.094-1.484-3.5-3.687-3.5h-5v7h5c2.203 0 3.687-1.406 3.687-3.5zM20 8.828c0 4.016-2.906 6.828-7.078 6.828h-5.313v1.844h7.891c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-7.891v3c0 0.281-0.219 0.5-0.5 0.5h-2.609c-0.281 0-0.5-0.219-0.5-0.5v-3h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h3.5v-1.844h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2.328c0-0.281 0.219-0.5 0.5-0.5h3.5v-9.828c0-0.281 0.219-0.5 0.5-0.5h8.422c4.172 0 7.078 2.812 7.078 6.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-krw\" viewBox=\"0 0 28 28\">\n<title>krw</title>\n<path d=\"M8.031 18.672l1.266-4.672h-2.484l1.172 4.688c0.016 0.031 0.016 0.063 0.031 0.094 0-0.031 0.016-0.078 0.016-0.109zM9.844 12l0.547-2h-4.562l0.5 2h3.516zM12.844 12h2.172l-0.547-2h-1.094zM19.859 18.688l1.219-4.688h-2.531l1.266 4.672c0.016 0.047 0.016 0.078 0.031 0.109 0-0.031 0.016-0.063 0.016-0.094zM21.594 12l0.516-2h-4.641l0.531 2h3.594zM28 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.328l-2.562 9.625c-0.063 0.219-0.266 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.484-0.375l-2.594-9.625h-3.266l-2.609 9.625c-0.063 0.219-0.25 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.469-0.375l-2.5-9.625h-3.25c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.734l-0.516-2h-2.219c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.703l-1.391-5.375c-0.047-0.156-0.016-0.313 0.078-0.438 0.094-0.109 0.25-0.187 0.406-0.187h2.141c0.234 0 0.438 0.156 0.484 0.375l1.406 5.625h5.609l1.516-5.625c0.063-0.219 0.266-0.375 0.484-0.375h1.969c0.234 0 0.422 0.156 0.484 0.375l1.531 5.625h5.703l1.453-5.625c0.047-0.219 0.25-0.375 0.484-0.375h2.141c0.156 0 0.313 0.078 0.406 0.187 0.094 0.125 0.125 0.297 0.078 0.438l-1.422 5.375h1.734c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.266l-0.531 2h2.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitcoin\" viewBox=\"0 0 21 28\">\n<title>bitcoin</title>\n<path d=\"M18.234 10c0.203 2.078-0.672 3.328-2.047 4.031 2.281 0.547 3.719 1.906 3.437 4.953-0.359 3.797-3.172 4.813-7.203 5.031v3.984h-2.406v-3.922c-0.609 0-1.25 0-1.906-0.016v3.938h-2.406v-3.984c-0.562 0-1.125-0.016-1.703-0.016h-3.125l0.484-2.859c1.766 0.031 1.734 0 1.734 0 0.672 0 0.859-0.484 0.906-0.797v-6.281h0.25c-0.094-0.016-0.187-0.016-0.25-0.016v-4.484c-0.094-0.5-0.406-1.062-1.391-1.062 0 0 0.031-0.031-1.734 0v-2.562l3.313 0.016c0.484 0 1 0 1.516-0.016v-3.938h2.406v3.859c0.641-0.016 1.281-0.031 1.906-0.031v-3.828h2.406v3.938c3.094 0.266 5.547 1.219 5.812 4.062zM14.875 18.516c0-3.094-5.094-2.641-6.719-2.641v5.281c1.625 0 6.719 0.344 6.719-2.641zM13.766 11.078c0-2.828-4.25-2.406-5.609-2.406v4.797c1.359 0 5.609 0.313 5.609-2.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file\" viewBox=\"0 0 24 28\">\n<title>file</title>\n<path d=\"M16 8v-7.375c0.219 0.141 0.406 0.281 0.562 0.438l6.375 6.375c0.156 0.156 0.297 0.344 0.438 0.562h-7.375zM14 8.5c0 0.828 0.672 1.5 1.5 1.5h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text\" viewBox=\"0 0 24 28\">\n<title>file-text</title>\n<path d=\"M22.937 7.438c0.156 0.156 0.297 0.344 0.438 0.562h-7.375v-7.375c0.219 0.141 0.406 0.281 0.562 0.438zM15.5 10h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5c0 0.828 0.672 1.5 1.5 1.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-asc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-asc</title>\n<path d=\"M18.609 6.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM24.563 24.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.172v0.031l0.219-0.031c0.141-0.031 0.281-0.031 0.469-0.031h3.875v-1.859h1.891zM25.953 10.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-desc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-desc</title>\n<path d=\"M18.609 22.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM25.953 26.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094zM24.563 8.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.156v0.047l0.219-0.047c0.141-0.016 0.281-0.016 0.469-0.016h3.875v-1.859h1.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-asc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-asc</title>\n<path d=\"M11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM25 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM22 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM19 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-desc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-desc</title>\n<path d=\"M19 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM25 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM28 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-asc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-asc</title>\n<path d=\"M21.031 20.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM23.219 21.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422zM22.75 10.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-desc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-desc</title>\n<path d=\"M21.031 4.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22.75 26.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578zM23.219 5.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-up\" viewBox=\"0 0 25 28\">\n<title>thumbs-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1-0.562 0-1 0.453-1 1 0 0.562 0.438 1 1 1 0.547 0 1-0.438 1-1zM6.5 13v10c0 0.547-0.453 1-1 1h-4.5c-0.547 0-1-0.453-1-1v-10c0-0.547 0.453-1 1-1h4.5c0.547 0 1 0.453 1 1zM25 13c0 0.828-0.328 1.719-0.859 2.328 0.172 0.5 0.234 0.969 0.234 1.188 0.031 0.781-0.203 1.516-0.672 2.141 0.172 0.578 0.172 1.203 0 1.828-0.156 0.578-0.453 1.094-0.844 1.469 0.094 1.172-0.172 2.125-0.766 2.828-0.672 0.797-1.703 1.203-3.078 1.219h-2.016c-2.234 0-4.344-0.734-6.031-1.313-0.984-0.344-1.922-0.672-2.469-0.688-0.531-0.016-1-0.453-1-1v-10.016c0-0.516 0.438-0.953 0.953-1 0.578-0.047 2.078-1.906 2.766-2.812 0.562-0.719 1.094-1.391 1.578-1.875 0.609-0.609 0.781-1.547 0.969-2.453 0.172-0.922 0.359-1.891 1.031-2.547 0.187-0.187 0.438-0.297 0.703-0.297 3.5 0 3.5 2.797 3.5 4 0 1.281-0.453 2.188-0.875 3-0.172 0.344-0.328 0.5-0.453 1h4.328c1.625 0 3 1.375 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-down\" viewBox=\"0 0 25 28\">\n<title>thumbs-down</title>\n<path d=\"M4 9c0 0.547-0.453 1-1 1-0.562 0-1-0.453-1-1 0-0.562 0.438-1 1-1 0.547 0 1 0.438 1 1zM6.5 17v-10c0-0.547-0.453-1-1-1h-4.5c-0.547 0-1 0.453-1 1v10c0 0.547 0.453 1 1 1h4.5c0.547 0 1-0.453 1-1zM24.141 14.672c0.531 0.594 0.859 1.5 0.859 2.328-0.016 1.625-1.375 3-3 3h-4.328c0.125 0.5 0.281 0.656 0.453 1 0.406 0.812 0.875 1.719 0.875 3 0 1.203 0 4-3.5 4-0.266 0-0.516-0.109-0.703-0.297-0.672-0.656-0.859-1.625-1.031-2.547-0.187-0.906-0.359-1.844-0.969-2.453-0.484-0.484-1.016-1.156-1.578-1.875-0.688-0.906-2.188-2.766-2.766-2.812-0.516-0.047-0.953-0.484-0.953-1v-10.016c0-0.547 0.469-0.984 1-1 0.547-0.016 1.484-0.344 2.469-0.688 1.687-0.578 3.797-1.313 6.031-1.313h2.016c1.375 0.016 2.406 0.422 3.078 1.219 0.594 0.703 0.859 1.656 0.766 2.828 0.391 0.375 0.688 0.891 0.844 1.469 0.172 0.625 0.172 1.25 0 1.828 0.469 0.625 0.703 1.359 0.672 2.141 0 0.219-0.063 0.688-0.234 1.188z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-square\" viewBox=\"0 0 24 28\">\n<title>youtube-square</title>\n<path d=\"M14.359 20.359v-2.453c0-0.516-0.156-0.781-0.453-0.781-0.172 0-0.344 0.078-0.516 0.25v3.5c0.172 0.172 0.344 0.25 0.516 0.25 0.297 0 0.453-0.25 0.453-0.766zM17.234 18.453h1.031v-0.531c0-0.531-0.172-0.797-0.516-0.797s-0.516 0.266-0.516 0.797v0.531zM8.313 14.297v1.094h-1.25v6.609h-1.156v-6.609h-1.219v-1.094h3.625zM11.453 16.266v5.734h-1.047v-0.625c-0.406 0.469-0.797 0.703-1.188 0.703-0.328 0-0.562-0.141-0.656-0.438-0.063-0.172-0.094-0.438-0.094-0.844v-4.531h1.031v4.219c0 0.234 0 0.375 0.016 0.406 0.016 0.156 0.094 0.234 0.234 0.234 0.219 0 0.422-0.156 0.656-0.484v-4.375h1.047zM15.391 18v2.281c0 0.516-0.031 0.906-0.109 1.141-0.125 0.438-0.406 0.656-0.828 0.656-0.359 0-0.719-0.219-1.062-0.641v0.562h-1.047v-7.703h1.047v2.516c0.328-0.406 0.688-0.625 1.062-0.625 0.422 0 0.703 0.219 0.828 0.656 0.078 0.234 0.109 0.609 0.109 1.156zM19.313 20.016v0.141c0 0.344-0.016 0.562-0.031 0.672-0.031 0.234-0.109 0.438-0.234 0.625-0.281 0.422-0.719 0.625-1.25 0.625-0.547 0-0.969-0.203-1.266-0.594-0.219-0.281-0.328-0.734-0.328-1.344v-2.016c0-0.609 0.094-1.047 0.313-1.344 0.297-0.391 0.719-0.594 1.25-0.594 0.516 0 0.938 0.203 1.219 0.594 0.219 0.297 0.328 0.734 0.328 1.344v1.188h-2.078v1.016c0 0.531 0.172 0.797 0.531 0.797 0.25 0 0.406-0.141 0.469-0.406 0-0.063 0.016-0.297 0.016-0.703h1.062zM12.266 7.141v2.438c0 0.531-0.172 0.797-0.5 0.797-0.344 0-0.5-0.266-0.5-0.797v-2.438c0-0.531 0.156-0.812 0.5-0.812 0.328 0 0.5 0.281 0.5 0.812zM20.594 18.281v0c0-1.344 0-2.766-0.297-4.062-0.219-0.922-0.969-1.594-1.859-1.687-2.125-0.234-4.281-0.234-6.438-0.234-2.141 0-4.297 0-6.422 0.234-0.906 0.094-1.656 0.766-1.859 1.687-0.297 1.297-0.313 2.719-0.313 4.062v0c0 1.328 0 2.75 0.313 4.062 0.203 0.906 0.953 1.578 1.844 1.687 2.141 0.234 4.297 0.234 6.438 0.234s4.297 0 6.438-0.234c0.891-0.109 1.641-0.781 1.844-1.687 0.313-1.313 0.313-2.734 0.313-4.062zM8.797 8.109l1.406-4.625h-1.172l-0.797 3.047-0.828-3.047h-1.219c0.234 0.719 0.5 1.437 0.734 2.156 0.375 1.094 0.609 1.906 0.719 2.469v3.141h1.156v-3.141zM13.312 9.375v-2.031c0-0.609-0.109-1.062-0.328-1.359-0.297-0.391-0.703-0.594-1.219-0.594-0.531 0-0.938 0.203-1.219 0.594-0.219 0.297-0.328 0.75-0.328 1.359v2.031c0 0.609 0.109 1.062 0.328 1.359 0.281 0.391 0.688 0.594 1.219 0.594 0.516 0 0.922-0.203 1.219-0.594 0.219-0.281 0.328-0.75 0.328-1.359zM16.141 11.25h1.047v-5.781h-1.047v4.422c-0.234 0.328-0.453 0.484-0.656 0.484-0.141 0-0.234-0.078-0.25-0.25-0.016-0.031-0.016-0.156-0.016-0.406v-4.25h-1.047v4.578c0 0.406 0.031 0.672 0.094 0.859 0.109 0.281 0.344 0.422 0.672 0.422 0.391 0 0.781-0.234 1.203-0.703v0.625zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube\" viewBox=\"0 0 24 28\">\n<title>youtube</title>\n<path d=\"M15.172 19.437v3.297c0 0.703-0.203 1.047-0.609 1.047-0.234 0-0.469-0.109-0.703-0.344v-4.703c0.234-0.234 0.469-0.344 0.703-0.344 0.406 0 0.609 0.359 0.609 1.047zM20.453 19.453v0.719h-1.406v-0.719c0-0.703 0.234-1.062 0.703-1.062s0.703 0.359 0.703 1.062zM5.359 16.047h1.672v-1.469h-4.875v1.469h1.641v8.891h1.563v-8.891zM9.859 24.938h1.391v-7.719h-1.391v5.906c-0.313 0.438-0.609 0.656-0.891 0.656-0.187 0-0.297-0.109-0.328-0.328-0.016-0.047-0.016-0.219-0.016-0.547v-5.688h-1.391v6.109c0 0.547 0.047 0.906 0.125 1.141 0.125 0.391 0.453 0.578 0.906 0.578 0.5 0 1.031-0.313 1.594-0.953v0.844zM16.562 22.625v-3.078c0-0.719-0.031-1.234-0.141-1.547-0.172-0.578-0.562-0.875-1.109-0.875-0.516 0-1 0.281-1.453 0.844v-3.391h-1.391v10.359h1.391v-0.75c0.469 0.578 0.953 0.859 1.453 0.859 0.547 0 0.938-0.297 1.109-0.859 0.109-0.328 0.141-0.844 0.141-1.563zM21.844 22.469v-0.203h-1.422c0 0.562-0.016 0.875-0.031 0.953-0.078 0.375-0.281 0.562-0.625 0.562-0.484 0-0.719-0.359-0.719-1.078v-1.359h2.797v-1.609c0-0.828-0.141-1.422-0.422-1.813-0.406-0.531-0.953-0.797-1.656-0.797-0.719 0-1.266 0.266-1.672 0.797-0.297 0.391-0.438 0.984-0.438 1.813v2.703c0 0.828 0.156 1.437 0.453 1.813 0.406 0.531 0.953 0.797 1.687 0.797s1.313-0.281 1.687-0.828c0.172-0.25 0.297-0.531 0.328-0.844 0.031-0.141 0.031-0.453 0.031-0.906zM12.344 8.203v-3.281c0-0.719-0.203-1.078-0.672-1.078-0.453 0-0.672 0.359-0.672 1.078v3.281c0 0.719 0.219 1.094 0.672 1.094 0.469 0 0.672-0.375 0.672-1.094zM23.578 19.938c0 1.797-0.016 3.719-0.406 5.469-0.297 1.234-1.297 2.141-2.5 2.266-2.875 0.328-5.781 0.328-8.672 0.328s-5.797 0-8.672-0.328c-1.203-0.125-2.219-1.031-2.5-2.266-0.406-1.75-0.406-3.672-0.406-5.469v0c0-1.813 0.016-3.719 0.406-5.469 0.297-1.234 1.297-2.141 2.516-2.281 2.859-0.313 5.766-0.313 8.656-0.313s5.797 0 8.672 0.313c1.203 0.141 2.219 1.047 2.5 2.281 0.406 1.75 0.406 3.656 0.406 5.469zM7.984 0h1.594l-1.891 6.234v4.234h-1.563v-4.234c-0.141-0.766-0.453-1.859-0.953-3.313-0.344-0.969-0.688-1.953-1.016-2.922h1.656l1.109 4.109zM13.766 5.203v2.734c0 0.828-0.141 1.453-0.438 1.844-0.391 0.531-0.938 0.797-1.656 0.797-0.703 0-1.25-0.266-1.641-0.797-0.297-0.406-0.438-1.016-0.438-1.844v-2.734c0-0.828 0.141-1.437 0.438-1.828 0.391-0.531 0.938-0.797 1.641-0.797 0.719 0 1.266 0.266 1.656 0.797 0.297 0.391 0.438 1 0.438 1.828zM19 2.672v7.797h-1.422v-0.859c-0.562 0.656-1.094 0.969-1.609 0.969-0.453 0-0.781-0.187-0.922-0.578-0.078-0.234-0.125-0.609-0.125-1.172v-6.156h1.422v5.734c0 0.328 0 0.516 0.016 0.547 0.031 0.219 0.141 0.344 0.328 0.344 0.281 0 0.578-0.219 0.891-0.672v-5.953h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing\" viewBox=\"0 0 22 28\">\n<title>xing</title>\n<path d=\"M9.328 10.422c0 0-0.156 0.266-4.016 7.125-0.203 0.344-0.469 0.719-1.016 0.719h-3.734c-0.219 0-0.391-0.109-0.484-0.266s-0.109-0.359 0-0.562l3.953-7c0.016 0 0.016 0 0-0.016l-2.516-4.359c-0.109-0.203-0.125-0.422-0.016-0.578 0.094-0.156 0.281-0.234 0.5-0.234h3.734c0.562 0 0.844 0.375 1.031 0.703 2.547 4.453 2.562 4.469 2.562 4.469zM21.922 0.391c0.109 0.156 0.109 0.375 0 0.578l-8.25 14.594c-0.016 0-0.016 0.016 0 0.016l5.25 9.609c0.109 0.203 0.109 0.422 0.016 0.578-0.109 0.156-0.281 0.234-0.5 0.234h-3.734c-0.562 0-0.859-0.375-1.031-0.703-5.297-9.703-5.297-9.719-5.297-9.719s0.266-0.469 8.297-14.719c0.203-0.359 0.438-0.703 1-0.703h3.766c0.219 0 0.391 0.078 0.484 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing-square\" viewBox=\"0 0 24 28\">\n<title>xing-square</title>\n<path d=\"M10.703 11.953c0 0 0-0.016-1.969-3.469-0.156-0.25-0.375-0.531-0.812-0.531h-2.875c-0.187 0-0.328 0.063-0.406 0.172-0.078 0.125-0.063 0.297 0.016 0.453l1.953 3.375v0.016l-3.063 5.406c-0.094 0.156-0.078 0.313 0 0.438s0.203 0.203 0.375 0.203h2.891c0.422 0 0.641-0.297 0.781-0.562 3-5.297 3.109-5.5 3.109-5.5zM20.453 4.188c-0.078-0.125-0.203-0.187-0.375-0.187h-2.922c-0.422 0-0.609 0.266-0.766 0.547-6.219 11.031-6.422 11.391-6.422 11.391s0 0.016 4.094 7.516c0.141 0.25 0.359 0.547 0.812 0.547h2.875c0.172 0 0.313-0.063 0.391-0.187s0.078-0.281-0.016-0.438l-4.062-7.438v-0.016l6.391-11.297c0.078-0.156 0.078-0.313 0-0.438zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-play\" viewBox=\"0 0 28 28\">\n<title>youtube-play</title>\n<path d=\"M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797 0.281 9.797 0.281 0.547 0.063 1.75 0.063 2.812 1.188 0 0 0.859 0.844 1.109 2.781 0.297 2.266 0.281 4.531 0.281 4.531v2.125s0.016 2.266-0.281 4.531c-0.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906 0.297-9.797 0.297v0c-7.281-0.063-9.516-0.281-9.516-0.281-0.625-0.109-2.031-0.078-3.094-1.188 0 0-0.859-0.859-1.109-2.781-0.297-2.266-0.281-4.531-0.281-4.531v-2.125s-0.016-2.266 0.281-4.531c0.25-1.937 1.109-2.781 1.109-2.781 1.062-1.125 2.266-1.125 2.812-1.188 0 0 3.906-0.281 9.797-0.281v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dropbox\" viewBox=\"0 0 28 28\">\n<title>dropbox</title>\n<path d=\"M6.281 11.047l7.719 4.766-5.344 4.453-7.656-4.984zM21.688 19.719v1.687l-7.656 4.578v0.016l-0.016-0.016-0.016 0.016v-0.016l-7.641-4.578v-1.687l2.297 1.5 5.344-4.438v-0.031l0.016 0.016 0.016-0.016v0.031l5.359 4.438zM8.656 1.844l5.344 4.453-7.719 4.75-5.281-4.219zM21.719 11.047l5.281 4.234-7.641 4.984-5.359-4.453zM19.359 1.844l7.641 4.984-5.281 4.219-7.719-4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-overflow\" viewBox=\"0 0 24 28\">\n<title>stack-overflow</title>\n<path d=\"M20.141 25.5h-17.469v-7.5h-2.5v10h22.469v-10h-2.5v7.5zM5.422 17.313l0.516-2.453 12.234 2.578-0.516 2.438zM7.031 11.469l1.047-2.281 11.328 5.297-1.047 2.266zM10.172 5.906l1.594-1.922 9.594 8.016-1.594 1.922zM16.375 0l7.453 10.016-2 1.5-7.453-10.016zM5.156 22.984v-2.484h12.5v2.484h-12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-instagram\" viewBox=\"0 0 24 28\">\n<title>instagram</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM18.156 14c0 3.406-2.75 6.156-6.156 6.156s-6.156-2.75-6.156-6.156 2.75-6.156 6.156-6.156 6.156 2.75 6.156 6.156zM19.844 7.594c0 0.797-0.641 1.437-1.437 1.437s-1.437-0.641-1.437-1.437 0.641-1.437 1.437-1.437 1.437 0.641 1.437 1.437zM12 4.156c-1.75 0-5.5-0.141-7.078 0.484-0.547 0.219-0.953 0.484-1.375 0.906s-0.688 0.828-0.906 1.375c-0.625 1.578-0.484 5.328-0.484 7.078s-0.141 5.5 0.484 7.078c0.219 0.547 0.484 0.953 0.906 1.375s0.828 0.688 1.375 0.906c1.578 0.625 5.328 0.484 7.078 0.484s5.5 0.141 7.078-0.484c0.547-0.219 0.953-0.484 1.375-0.906s0.688-0.828 0.906-1.375c0.625-1.578 0.484-5.328 0.484-7.078s0.141-5.5-0.484-7.078c-0.219-0.547-0.484-0.953-0.906-1.375s-0.828-0.688-1.375-0.906c-1.578-0.625-5.328-0.484-7.078-0.484zM24 14c0 1.656 0.016 3.297-0.078 4.953-0.094 1.922-0.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656 0.094-3.297 0.078-4.953 0.078s-3.297 0.016-4.953-0.078c-1.922-0.094-3.625-0.531-5.031-1.937s-1.844-3.109-1.937-5.031c-0.094-1.656-0.078-3.297-0.078-4.953s-0.016-3.297 0.078-4.953c0.094-1.922 0.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-0.094 3.297-0.078 4.953-0.078s3.297-0.016 4.953 0.078c1.922 0.094 3.625 0.531 5.031 1.937s1.844 3.109 1.937 5.031c0.094 1.656 0.078 3.297 0.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flickr\" viewBox=\"0 0 24 28\">\n<title>flickr</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM10.906 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313zM19.719 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adn\" viewBox=\"0 0 24 28\">\n<title>adn</title>\n<path d=\"M12 9.719l3.141 4.781h-6.281zM17.703 18h1.469l-7.172-10.797-7.172 10.797h1.469l1.625-2.5h8.156zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket\" viewBox=\"0 0 22 28\">\n<title>bitbucket</title>\n<path d=\"M12.734 13.422c0.172 1.312-1.422 2.344-2.531 1.672-1.25-0.547-1.25-2.531-0.031-3.094 1.047-0.641 2.562 0.203 2.562 1.422zM14.469 13.094c-0.281-2.219-2.797-3.687-4.844-2.766-1.297 0.578-2.172 1.953-2.109 3.406 0.078 1.906 1.891 3.469 3.797 3.297s3.391-2.031 3.156-3.938zM18.203 4.625c-0.688-0.906-1.859-1.062-2.891-1.234-2.922-0.469-5.922-0.484-8.844 0.031-0.969 0.156-2.063 0.328-2.672 1.203 1 0.938 2.422 1.078 3.703 1.234 2.312 0.297 4.688 0.313 7 0.016 1.297-0.156 2.734-0.281 3.703-1.25zM19.094 20.797c-0.438 1.531-0.187 3.594-1.813 4.484-2.797 1.547-6.188 1.719-9.266 1.172-1.625-0.297-3.531-0.812-4.422-2.344-0.391-1.5-0.641-3.031-0.891-4.562l0.094-0.25 0.281-0.141c4.656 3.078 11.172 3.078 15.844 0 0.734 0.219 0.187 1.109 0.172 1.641zM21.922 5.781c-0.531 3.422-1.141 6.828-1.734 10.234-0.172 1-1.141 1.563-1.953 1.984-2.922 1.469-6.328 1.719-9.531 1.375-2.172-0.234-4.391-0.812-6.156-2.172-0.828-0.641-0.828-1.734-0.984-2.656-0.547-3.203-1.172-6.406-1.563-9.641 0.187-1.406 1.766-2.016 2.938-2.453 1.563-0.578 3.234-0.844 4.891-1 3.531-0.344 7.141-0.219 10.563 0.781 1.219 0.359 2.531 0.859 3.359 1.906 0.375 0.484 0.25 1.094 0.172 1.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket-square\" viewBox=\"0 0 24 28\">\n<title>bitbucket-square</title>\n<path d=\"M13.25 13.594c0-0.891-1.094-1.5-1.844-1.047-0.891 0.422-0.891 1.859 0.016 2.234 0.812 0.484 1.953-0.25 1.828-1.188zM14.5 13.344c0.172 1.375-0.906 2.719-2.281 2.844s-2.672-1-2.734-2.391c-0.047-1.031 0.594-2.031 1.531-2.453 1.469-0.656 3.281 0.406 3.484 2zM17.187 7.234c-0.688 0.703-1.734 0.797-2.656 0.906-1.672 0.219-3.375 0.203-5.063 0-0.922-0.125-1.937-0.234-2.656-0.906 0.438-0.625 1.219-0.75 1.922-0.859 2.109-0.375 4.266-0.359 6.375-0.016 0.75 0.109 1.594 0.234 2.078 0.875zM17.844 18.891c0-0.375 0.391-1.016-0.141-1.172-3.359 2.219-8.047 2.219-11.422 0l-0.187 0.094-0.078 0.187c0.187 1.094 0.359 2.203 0.641 3.281 0.641 1.109 2.016 1.484 3.187 1.687 2.219 0.406 4.672 0.281 6.687-0.828 1.172-0.656 0.984-2.141 1.313-3.25zM19.875 8.062c0.063-0.375 0.141-0.828-0.125-1.172-0.594-0.75-1.531-1.109-2.422-1.375-2.469-0.719-5.078-0.812-7.609-0.562-1.203 0.109-2.406 0.313-3.531 0.719-0.844 0.328-1.984 0.766-2.125 1.766 0.281 2.344 0.734 4.641 1.125 6.969 0.125 0.656 0.125 1.437 0.719 1.906 1.266 0.969 2.875 1.391 4.438 1.563 2.312 0.25 4.766 0.078 6.875-0.984 0.594-0.313 1.281-0.719 1.406-1.437 0.438-2.453 0.859-4.906 1.25-7.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr\" viewBox=\"0 0 17 28\">\n<title>tumblr</title>\n<path d=\"M14.75 20.766l1.25 3.703c-0.469 0.703-2.594 1.5-4.5 1.531-5.672 0.094-7.812-4.031-7.812-6.937v-8.5h-2.625v-3.359c3.938-1.422 4.891-4.984 5.109-7.016 0.016-0.125 0.125-0.187 0.187-0.187h3.813v6.625h5.203v3.937h-5.219v8.094c0 1.094 0.406 2.609 2.5 2.562 0.688-0.016 1.609-0.219 2.094-0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr-square\" viewBox=\"0 0 24 28\">\n<title>tumblr-square</title>\n<path d=\"M17.75 22.828l-0.969-2.859c-0.375 0.187-1.078 0.344-1.609 0.344-1.594 0.047-1.922-1.109-1.922-1.969v-6.219h4.016v-3.031h-4v-5.094h-2.938c-0.047 0-0.125 0.047-0.141 0.156-0.172 1.547-0.906 4.297-3.938 5.391v2.578h2.031v6.531c0 2.234 1.641 5.422 6 5.344 1.469-0.031 3.109-0.641 3.469-1.172zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-down\" viewBox=\"0 0 12 28\">\n<title>long-arrow-down</title>\n<path d=\"M11.953 20.297c0.078 0.187 0.047 0.391-0.078 0.547l-5.469 6c-0.094 0.094-0.219 0.156-0.359 0.156v0c-0.141 0-0.281-0.063-0.375-0.156l-5.547-6c-0.125-0.156-0.156-0.359-0.078-0.547 0.078-0.172 0.25-0.297 0.453-0.297h3.5v-19.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v19.5h3.5c0.203 0 0.375 0.109 0.453 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-up\" viewBox=\"0 0 12 28\">\n<title>long-arrow-up</title>\n<path d=\"M11.953 7.703c-0.078 0.172-0.25 0.297-0.453 0.297h-3.5v19.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-19.5h-3.5c-0.203 0-0.375-0.109-0.453-0.297s-0.047-0.391 0.078-0.547l5.469-6c0.094-0.094 0.219-0.156 0.359-0.156v0c0.141 0 0.281 0.063 0.375 0.156l5.547 6c0.125 0.156 0.156 0.359 0.078 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-left\" viewBox=\"0 0 29 28\">\n<title>long-arrow-left</title>\n<path d=\"M28 12.5v3c0 0.281-0.219 0.5-0.5 0.5h-19.5v3.5c0 0.203-0.109 0.375-0.297 0.453s-0.391 0.047-0.547-0.078l-6-5.469c-0.094-0.094-0.156-0.219-0.156-0.359v0c0-0.141 0.063-0.281 0.156-0.375l6-5.531c0.156-0.141 0.359-0.172 0.547-0.094 0.172 0.078 0.297 0.25 0.297 0.453v3.5h19.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-right\" viewBox=\"0 0 27 28\">\n<title>long-arrow-right</title>\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-apple\" viewBox=\"0 0 22 28\">\n<title>apple</title>\n<path d=\"M21.766 18.984c-0.391 1.234-1.016 2.547-1.922 3.906-1.344 2.047-2.688 3.063-4.016 3.063-0.531 0-1.25-0.172-2.188-0.5-0.922-0.344-1.719-0.5-2.359-0.5-0.625 0-1.375 0.172-2.219 0.516-0.859 0.359-1.547 0.531-2.063 0.531-1.609 0-3.156-1.359-4.703-4.047-1.516-2.688-2.297-5.297-2.297-7.859 0-2.391 0.594-4.328 1.766-5.844 1.172-1.5 2.641-2.25 4.438-2.25 0.766 0 1.672 0.156 2.766 0.469 1.078 0.313 1.797 0.469 2.156 0.469 0.453 0 1.203-0.172 2.234-0.531 1.031-0.344 1.937-0.531 2.703-0.531 1.25 0 2.359 0.344 3.328 1.016 0.547 0.375 1.094 0.906 1.625 1.563-0.812 0.688-1.406 1.297-1.781 1.844-0.672 0.969-1.016 2.047-1.016 3.234 0 1.281 0.359 2.453 1.078 3.484s1.547 1.687 2.469 1.969zM15.891 0.656c0 0.641-0.156 1.359-0.453 2.125-0.313 0.781-0.797 1.5-1.453 2.156-0.562 0.562-1.125 0.938-1.687 1.125-0.359 0.109-0.891 0.203-1.625 0.266 0.031-1.547 0.438-2.891 1.219-4.016s2.094-1.891 3.906-2.312c0.031 0.141 0.063 0.25 0.078 0.344 0 0.109 0.016 0.203 0.016 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-windows\" viewBox=\"0 0 26 28\">\n<title>windows</title>\n<path d=\"M10.656 15.719v10.172l-10.656-1.469v-8.703h10.656zM10.656 4.109v10.297h-10.656v-8.828zM26 15.719v12.281l-14.172-1.953v-10.328h14.172zM26 2v12.406h-14.172v-10.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-android\" viewBox=\"0 0 22 28\">\n<title>android</title>\n<path d=\"M7.703 7.547c0.344 0 0.609-0.281 0.609-0.609s-0.266-0.609-0.609-0.609c-0.328 0-0.594 0.281-0.594 0.609s0.266 0.609 0.594 0.609zM14.297 7.547c0.328 0 0.594-0.281 0.594-0.609s-0.266-0.609-0.594-0.609c-0.344 0-0.609 0.281-0.609 0.609s0.266 0.609 0.609 0.609zM1.609 10.422c0.875 0 1.594 0.719 1.594 1.594v6.719c0 0.891-0.703 1.609-1.594 1.609s-1.609-0.719-1.609-1.609v-6.719c0-0.875 0.719-1.594 1.609-1.594zM18.172 10.719v10.406c0 0.953-0.766 1.719-1.703 1.719h-1.172v3.547c0 0.891-0.719 1.609-1.609 1.609s-1.609-0.719-1.609-1.609v-3.547h-2.156v3.547c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609l-0.016-3.547h-1.156c-0.953 0-1.719-0.766-1.719-1.719v-10.406h14.344zM14.547 4.391c2.188 1.125 3.672 3.281 3.672 5.766h-14.453c0-2.484 1.484-4.641 3.687-5.766l-1.109-2.047c-0.063-0.109-0.031-0.25 0.078-0.313 0.109-0.047 0.25-0.016 0.313 0.094l1.125 2.063c0.953-0.422 2.016-0.656 3.141-0.656s2.188 0.234 3.141 0.656l1.125-2.063c0.063-0.109 0.203-0.141 0.313-0.094 0.109 0.063 0.141 0.203 0.078 0.313zM22 12.016v6.719c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609v-6.719c0-0.891 0.719-1.594 1.594-1.594 0.891 0 1.609 0.703 1.609 1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linux\" viewBox=\"0 0 25 28\">\n<title>linux</title>\n<path d=\"M10.359 6.422v0c-0.313 0.031-0.203 0.313-0.375 0.313-0.156 0.016-0.125-0.344 0.375-0.313zM11.719 6.641c-0.156 0.047-0.172-0.25-0.453-0.172v0c0.453-0.203 0.609 0.109 0.453 0.172zM6.234 13.312c-0.141-0.047-0.109 0.234-0.25 0.453-0.109 0.203-0.391 0.359-0.172 0.391v0c0.078 0.016 0.297-0.172 0.391-0.391 0.078-0.266 0.156-0.406 0.031-0.453zM19.594 18.922c0-0.281-0.609-0.547-0.859-0.656 0.422-1.406 0.234-1.969-0.047-3.297-0.219-1-1.141-2.359-1.859-2.781 0.187 0.156 0.531 0.609 0.891 1.297 0.625 1.172 1.25 2.906 0.844 4.344-0.156 0.562-0.531 0.641-0.781 0.656-1.094 0.125-0.453-1.313-0.906-3.266-0.516-2.188-1.047-2.344-1.172-2.516-0.641-2.844-1.344-2.562-1.547-3.625-0.172-0.953 0.828-1.734-0.531-2-0.422-0.078-1.016-0.5-1.25-0.531s-0.359-1.578 0.516-1.625c0.859-0.063 1.016 0.969 0.859 1.375-0.25 0.406 0.016 0.562 0.438 0.422 0.344-0.109 0.125-1.016 0.203-1.141-0.219-1.313-0.766-1.5-1.328-1.609-2.156 0.172-1.188 2.547-1.406 2.328-0.313-0.328-1.219-0.031-1.219-0.234 0.016-1.219-0.391-1.922-0.953-1.937-0.625-0.016-0.875 0.859-0.906 1.359-0.047 0.469 0.266 1.453 0.5 1.375 0.156-0.047 0.422-0.359 0.141-0.344-0.141 0-0.359-0.344-0.391-0.75-0.016-0.406 0.141-0.812 0.672-0.797 0.609 0.016 0.609 1.234 0.547 1.281-0.203 0.141-0.453 0.406-0.484 0.453-0.203 0.328-0.594 0.422-0.75 0.562-0.266 0.281-0.328 0.594-0.125 0.703 0.719 0.406 0.484 0.875 1.484 0.906 0.656 0.031 1.141-0.094 1.594-0.234 0.344-0.109 1.453-0.344 1.687-0.75 0.109-0.172 0.234-0.172 0.313-0.125 0.156 0.078 0.187 0.375-0.203 0.469-0.547 0.156-1.094 0.453-1.594 0.641-0.484 0.203-0.641 0.281-1.094 0.359-1.031 0.187-1.797-0.375-1.109 0.297 0.234 0.219 0.453 0.359 1.047 0.344 1.313-0.047 2.766-1.625 2.906-0.922 0.031 0.156-0.406 0.344-0.75 0.516-1.219 0.594-2.078 1.781-2.859 1.375-0.703-0.375-1.406-2.109-1.391-1.328 0.016 1.203-1.578 2.266-0.844 3.641-0.484 0.125-1.563 2.422-1.719 3.609-0.094 0.688 0.063 1.531-0.109 2-0.234 0.688-1.297-0.656-0.953-2.297 0.063-0.281 0-0.344-0.078-0.203-0.422 0.766-0.187 1.844 0.156 2.594 0.141 0.328 0.5 0.469 0.766 0.75 0.547 0.625 2.703 2.219 3.078 2.609 0.484 0.453 0.344 1.516-0.656 1.625v0c0.516 0.969 1.016 1.062 1 2.641 0.594-0.313 0.359-1 0.109-1.437-0.172-0.313-0.391-0.453-0.344-0.531 0.031-0.047 0.344-0.313 0.516-0.109 0.531 0.594 1.531 0.703 2.594 0.562 1.078-0.125 2.234-0.5 2.766-1.359 0.25-0.406 0.422-0.547 0.531-0.469 0.125 0.063 0.172 0.344 0.156 0.812-0.016 0.5-0.219 1.016-0.359 1.437-0.141 0.484-0.187 0.812 0.281 0.828 0.125-0.875 0.375-1.734 0.438-2.609 0.078-1-0.641-2.844 0.141-3.766 0.203-0.25 0.453-0.281 0.797-0.281 0.047-1.25 1.969-1.156 2.609-0.641zM9.781 6c0.063-0.391-0.125-0.672-0.219-0.703-0.187-0.047-0.156 0.234-0.063 0.203v0c0.063 0 0.141 0.094 0.109 0.234-0.031 0.187-0.016 0.313 0.125 0.313 0.016 0 0.047 0 0.047-0.047zM16.328 9.078c-0.063-0.297-0.281-0.187-0.531-0.344-0.297-0.187-0.359-0.5-0.469-0.391v0c-0.328 0.359 0.406 1.109 0.719 1.172 0.187 0.031 0.328-0.219 0.281-0.438zM13.547 5.75c0.016-0.375-0.313-0.562-0.391-0.547-0.203 0.016-0.141 0.109-0.047 0.141v0c0.125 0.031 0.25 0.25 0.281 0.484 0 0.031 0.156-0.031 0.156-0.078zM14.391 2.109c0.016-0.078-0.187-0.172-0.328-0.281-0.125-0.125-0.25-0.234-0.375-0.234-0.313 0.031-0.156 0.359-0.203 0.516v0c-0.063 0.172-0.297 0.313-0.141 0.438 0.141 0.109 0.234-0.172 0.531-0.281 0.078-0.031 0.438 0.016 0.516-0.156zM23.219 23.063c1.922 1.188-0.719 2.172-1.859 2.75-0.891 0.453-2.078 1.453-2.516 1.875-0.328 0.313-1.687 0.469-2.453 0.078-0.891-0.453-0.422-1.172-1.797-1.219-0.688-0.016-1.359-0.016-2.031-0.016-0.594 0.016-1.188 0.047-1.797 0.063-2.063 0.047-2.266 1.375-3.594 1.328-0.906-0.031-2.047-0.75-4.016-1.156-1.375-0.281-2.703-0.359-2.984-0.969s0.344-1.297 0.391-1.891c0.047-0.797-0.594-1.875-0.125-2.281 0.406-0.359 1.266-0.094 1.828-0.406 0.594-0.344 0.844-0.609 0.844-1.344 0.219 0.75-0.016 1.359-0.5 1.656-0.297 0.187-0.844 0.281-1.297 0.234-0.359-0.031-0.578 0.016-0.672 0.156-0.141 0.172-0.094 0.484 0.078 0.891s0.375 0.672 0.344 1.172c-0.016 0.5-0.578 1.094-0.484 1.516 0.031 0.156 0.187 0.297 0.578 0.406 0.625 0.172 1.766 0.344 2.875 0.609 1.234 0.313 2.516 0.875 3.313 0.766 2.375-0.328 1.016-2.875 0.641-3.484v0c-2.016-3.156-3.344-5.219-4.406-4.406-0.266 0.219-0.281-0.531-0.266-0.828 0.047-1.031 0.562-1.406 0.875-2.203 0.594-1.516 1.047-3.25 1.953-4.141 0.672-0.875 1.734-2.297 1.937-3.047-0.172-1.625-0.219-3.344-0.25-4.844-0.031-1.609 0.219-3.016 2.031-4 0.438-0.234 1.016-0.328 1.625-0.328 1.078-0.016 2.281 0.297 3.047 0.859 1.219 0.906 1.984 2.828 1.891 4.203-0.063 1.078 0.125 2.188 0.469 3.344 0.406 1.359 1.047 2.312 2.078 3.406 1.234 1.313 2.203 3.891 2.484 5.531 0.25 1.531-0.094 2.484-0.422 2.531-0.5 0.078-0.812 1.656-2.375 1.594-1-0.047-1.094-0.641-1.375-1.156-0.453-0.797-0.906-0.547-1.078 0.297-0.094 0.422-0.031 1.047 0.109 1.516 0.281 0.984 0.187 1.906 0.016 3.047-0.328 2.156 1.516 2.562 2.75 1.531 1.219-1.016 1.484-1.172 3.016-1.703 2.328-0.797 1.547-1.5 0.297-1.922-1.125-0.375-1.172-2.266-0.766-2.625 0.094 2.031 1.156 2.328 1.594 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dribbble\" viewBox=\"0 0 24 28\">\n<title>dribbble</title>\n<path d=\"M16 23.438c-0.156-0.906-0.75-4.031-2.188-7.781-0.016 0-0.047 0.016-0.063 0.016 0 0-6.078 2.125-8.047 6.406-0.094-0.078-0.234-0.172-0.234-0.172 1.781 1.453 4.047 2.344 6.531 2.344 1.422 0 2.766-0.297 4-0.812zM13.109 13.953c-0.25-0.578-0.531-1.156-0.828-1.734-5.281 1.578-10.344 1.453-10.516 1.453-0.016 0.109-0.016 0.219-0.016 0.328 0 2.625 1 5.031 2.625 6.844v0c2.797-4.984 8.328-6.766 8.328-6.766 0.141-0.047 0.281-0.078 0.406-0.125zM11.438 10.641c-1.781-3.156-3.672-5.719-3.813-5.906-2.859 1.344-4.984 3.984-5.656 7.156 0.266 0 4.547 0.047 9.469-1.25zM22.125 15.625c-0.219-0.063-3.078-0.969-6.391-0.453 1.344 3.703 1.891 6.719 2 7.328 2.297-1.547 3.922-4.016 4.391-6.875zM9.547 4.047c-0.016 0-0.016 0-0.031 0.016 0 0 0.016-0.016 0.031-0.016zM18.766 6.312c-1.797-1.594-4.172-2.562-6.766-2.562-0.828 0-1.641 0.109-2.422 0.297 0.156 0.203 2.094 2.75 3.844 5.969 3.859-1.437 5.313-3.656 5.344-3.703zM22.25 13.891c-0.031-2.422-0.891-4.656-2.328-6.406-0.031 0.031-1.672 2.406-5.719 4.062 0.234 0.484 0.469 0.984 0.688 1.484 0.078 0.172 0.141 0.359 0.219 0.531 3.531-0.453 7.016 0.313 7.141 0.328zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skype\" viewBox=\"0 0 24 28\">\n<title>skype</title>\n<path d=\"M18.328 16.609c0-2.719-2.641-3.656-4.859-4.156l-1.625-0.375c-1.188-0.281-2.078-0.484-2.078-1.391 0-0.828 0.875-1.203 2.25-1.203 2.453 0 2.5 1.797 4.016 1.797 1.016 0 1.625-0.797 1.625-1.703 0-1.797-2.984-2.969-5.938-2.969-2.703 0-5.844 1.172-5.844 4.344 0 2.625 1.75 3.563 4.031 4.109l2.281 0.562c1.391 0.344 2.25 0.5 2.25 1.5 0 0.797-0.891 1.406-2.266 1.406-2.891 0-3.047-2.406-4.719-2.406-1.094 0-1.578 0.781-1.578 1.641 0 1.922 2.938 3.484 6.453 3.484 2.938 0 6-1.469 6-4.641zM24 20c0 3.313-2.688 6-6 6-1.375 0-2.641-0.469-3.656-1.25-0.75 0.156-1.547 0.25-2.344 0.25-6.078 0-11-4.922-11-11 0-0.797 0.094-1.594 0.25-2.344-0.781-1.016-1.25-2.281-1.25-3.656 0-3.313 2.688-6 6-6 1.375 0 2.641 0.469 3.656 1.25 0.75-0.156 1.547-0.25 2.344-0.25 6.078 0 11 4.922 11 11 0 0.797-0.094 1.594-0.25 2.344 0.781 1.016 1.25 2.281 1.25 3.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-foursquare\" viewBox=\"0 0 20 28\">\n<title>foursquare</title>\n<path d=\"M15.625 6.781l0.578-3.031c0.109-0.5-0.266-0.891-0.688-0.891h-11.125c-0.5 0-0.844 0.453-0.844 0.844v17.203c0 0.047 0.047 0.063 0.094 0.016 4.094-4.922 4.547-5.5 4.547-5.5 0.469-0.547 0.656-0.641 1.344-0.641h3.734c0.516 0 0.812-0.438 0.859-0.688s0.484-2.531 0.578-2.984-0.328-0.922-0.75-0.922h-4.594c-0.609 0-1.047-0.438-1.047-1.047v-0.656c0-0.609 0.438-1.031 1.047-1.031h5.406c0.375 0 0.797-0.344 0.859-0.672zM19.172 3.313c-0.578 2.812-2.312 11.703-2.469 12.344-0.187 0.734-0.469 2.016-2.25 2.016h-4.234c-0.172 0-0.187-0.016-0.344 0.156 0 0-0.109 0.125-6.656 7.719-0.516 0.594-1.359 0.484-1.672 0.359s-0.859-0.5-0.859-1.531v-22.031c0-0.906 0.562-2.344 2.469-2.344h13.875c2.031 0 2.578 1.156 2.141 3.313zM19.172 3.313l-2.469 12.344c0.156-0.641 1.891-9.531 2.469-12.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trello\" viewBox=\"0 0 24 28\">\n<title>trello</title>\n<path d=\"M11 21v-16c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v16c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM21.5 15v-10c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v10c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-female\" viewBox=\"0 0 20 28\">\n<title>female</title>\n<path d=\"M20 16.5c0 0.828-0.672 1.5-1.5 1.5-0.5 0-0.969-0.25-1.25-0.672l-3.547-5.328h-0.703v2.063l3.859 6.422c0.094 0.156 0.141 0.328 0.141 0.516 0 0.547-0.453 1-1 1h-3v4.25c0 0.969-0.781 1.75-1.75 1.75h-2.5c-0.953 0-1.75-0.781-1.75-1.75v-4.25h-3c-0.547 0-1-0.453-1-1 0-0.187 0.047-0.359 0.141-0.516l3.859-6.422v-2.063h-0.703l-3.547 5.328c-0.281 0.422-0.75 0.672-1.25 0.672-0.828 0-1.5-0.672-1.5-1.5 0-0.297 0.094-0.594 0.25-0.828l4-6c0.625-0.922 1.594-1.672 2.75-1.672h6c1.156 0 2.125 0.75 2.75 1.672l4 6c0.156 0.234 0.25 0.531 0.25 0.828zM13.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-male\" viewBox=\"0 0 16 28\">\n<title>male</title>\n<path d=\"M16 11v6.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-5.5h-1v14.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-7.25h-1v7.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-14.25h-1v5.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-6.5c0-1.656 1.344-3 3-3h10c1.656 0 3 1.344 3 3zM11.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gittip\" viewBox=\"0 0 24 28\">\n<title>gittip</title>\n<path d=\"M12.078 20.344l5.469-7.391c0.422-0.578 0.922-2.438-0.672-3.484-1.344-0.875-2.625-0.203-3.297 0.578-0.25 0.281-0.688 0.625-1.5 0.625s-1.234-0.344-1.484-0.625c-0.672-0.781-1.953-1.453-3.313-0.578-1.578 1.047-1.078 2.906-0.656 3.484zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sun-o\" viewBox=\"0 0 28 28\">\n<title>sun-o</title>\n<path d=\"M23 14c0-4.969-4.031-9-9-9s-9 4.031-9 9 4.031 9 9 9 9-4.031 9-9zM27.312 18.328c-0.047 0.156-0.172 0.266-0.313 0.313l-4.562 1.5v4.781c0 0.156-0.078 0.313-0.203 0.406-0.141 0.094-0.297 0.125-0.453 0.063l-4.562-1.469-2.812 3.875c-0.094 0.125-0.25 0.203-0.406 0.203s-0.313-0.078-0.406-0.203l-2.812-3.875-4.562 1.469c-0.156 0.063-0.313 0.031-0.453-0.063-0.125-0.094-0.203-0.25-0.203-0.406v-4.781l-4.562-1.5c-0.141-0.047-0.266-0.156-0.313-0.313s-0.031-0.328 0.063-0.453l2.812-3.875-2.812-3.875c-0.094-0.141-0.109-0.297-0.063-0.453s0.172-0.266 0.313-0.313l4.562-1.5v-4.781c0-0.156 0.078-0.313 0.203-0.406 0.141-0.094 0.297-0.125 0.453-0.063l4.562 1.469 2.812-3.875c0.187-0.25 0.625-0.25 0.812 0l2.812 3.875 4.562-1.469c0.156-0.063 0.313-0.031 0.453 0.063 0.125 0.094 0.203 0.25 0.203 0.406v4.781l4.562 1.5c0.141 0.047 0.266 0.156 0.313 0.313s0.031 0.313-0.063 0.453l-2.812 3.875 2.812 3.875c0.094 0.125 0.109 0.297 0.063 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-moon-o\" viewBox=\"0 0 23 28\">\n<title>moon-o</title>\n<path d=\"M19.719 20.359c-0.562 0.094-1.141 0.141-1.719 0.141-5.797 0-10.5-4.703-10.5-10.5 0-1.984 0.578-3.922 1.625-5.578-4.156 1.234-7.125 5.047-7.125 9.578 0 5.516 4.484 10 10 10 3.016 0 5.844-1.375 7.719-3.641zM22.891 19.031c-1.953 4.234-6.234 6.969-10.891 6.969-6.609 0-12-5.391-12-12 0-6.484 5.078-11.75 11.547-11.984 0.438-0.016 0.797 0.234 0.953 0.609 0.172 0.391 0.063 0.844-0.234 1.125-1.781 1.625-2.766 3.844-2.766 6.25 0 4.688 3.813 8.5 8.5 8.5 1.234 0 2.422-0.266 3.563-0.797 0.391-0.172 0.828-0.094 1.125 0.203s0.375 0.75 0.203 1.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-archive\" viewBox=\"0 0 28 28\">\n<title>archive</title>\n<path d=\"M17 13c0-0.547-0.453-1-1-1h-4c-0.547 0-1 0.453-1 1s0.453 1 1 1h4c0.547 0 1-0.453 1-1zM26 10v15c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-15c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM27 3v4c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bug\" viewBox=\"0 0 26 28\">\n<title>bug</title>\n<path d=\"M25.5 15c0 0.547-0.453 1-1 1h-3.5c0 1.953-0.422 3.422-1.047 4.531l3.25 3.266c0.391 0.391 0.391 1.016 0 1.406-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-3.094-3.078s-2.047 1.875-4.703 1.875v-14h-2v14c-2.828 0-4.891-2.063-4.891-2.063l-2.859 3.234c-0.203 0.219-0.469 0.328-0.75 0.328-0.234 0-0.469-0.078-0.672-0.25-0.406-0.375-0.438-1-0.078-1.422l3.156-3.547c-0.547-1.078-0.906-2.469-0.906-4.281h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h3.5v-4.594l-2.703-2.703c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0l2.703 2.703h13.188l2.703-2.703c0.391-0.391 1.016-0.391 1.406 0s0.391 1.016 0 1.406l-2.703 2.703v4.594h3.5c0.547 0 1 0.453 1 1zM18 6h-10c0-2.766 2.234-5 5-5s5 2.234 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vk\" viewBox=\"0 0 31 28\">\n<title>vk</title>\n<path d=\"M29.953 8.125c0.234 0.641-0.5 2.141-2.344 4.594-3.031 4.031-3.359 3.656-0.859 5.984 2.406 2.234 2.906 3.313 2.984 3.453 0 0 1 1.75-1.109 1.766l-4 0.063c-0.859 0.172-2-0.609-2-0.609-1.5-1.031-2.906-3.703-4-3.359 0 0-1.125 0.359-1.094 2.766 0.016 0.516-0.234 0.797-0.234 0.797s-0.281 0.297-0.828 0.344h-1.797c-3.953 0.25-7.438-3.391-7.438-3.391s-3.813-3.938-7.156-11.797c-0.219-0.516 0.016-0.766 0.016-0.766s0.234-0.297 0.891-0.297l4.281-0.031c0.406 0.063 0.688 0.281 0.688 0.281s0.25 0.172 0.375 0.5c0.703 1.75 1.609 3.344 1.609 3.344 1.563 3.219 2.625 3.766 3.234 3.437 0 0 0.797-0.484 0.625-4.375-0.063-1.406-0.453-2.047-0.453-2.047-0.359-0.484-1.031-0.625-1.328-0.672-0.234-0.031 0.156-0.594 0.672-0.844 0.766-0.375 2.125-0.391 3.734-0.375 1.266 0.016 1.625 0.094 2.109 0.203 1.484 0.359 0.984 1.734 0.984 5.047 0 1.062-0.203 2.547 0.562 3.031 0.328 0.219 1.141 0.031 3.141-3.375 0 0 0.938-1.625 1.672-3.516 0.125-0.344 0.391-0.484 0.391-0.484s0.25-0.141 0.594-0.094l4.5-0.031c1.359-0.172 1.578 0.453 1.578 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-weibo\" viewBox=\"0 0 28 28\">\n<title>weibo</title>\n<path d=\"M10.547 20.062c0.438-0.719 0.203-1.547-0.531-1.859-0.703-0.297-1.641 0.016-2.078 0.703-0.453 0.703-0.234 1.531 0.469 1.859 0.719 0.328 1.687 0.016 2.141-0.703zM12.016 18.172c0.156-0.281 0.063-0.594-0.219-0.703-0.281-0.094-0.625 0.031-0.781 0.297-0.156 0.281-0.078 0.578 0.203 0.703 0.281 0.109 0.641-0.016 0.797-0.297zM14.734 19.844c-0.938 2.125-3.656 3.281-5.969 2.531-2.234-0.719-3.172-2.922-2.203-4.906 0.969-1.937 3.453-3.031 5.656-2.469 2.297 0.594 3.453 2.75 2.516 4.844zM19.609 17.344c-0.297-3.047-4.297-5.141-8.937-4.688-4.641 0.469-8.141 3.297-7.844 6.344s4.297 5.141 8.937 4.688c4.641-0.469 8.141-3.297 7.844-6.344zM24.422 17.406c0 3.516-5.063 7.938-12.672 7.938-5.812 0-11.75-2.812-11.75-7.453 0-2.422 1.531-5.219 4.172-7.859 3.531-3.531 7.641-5.125 9.188-3.578 0.688 0.672 0.75 1.859 0.313 3.266-0.219 0.719 0.672 0.313 0.672 0.328 2.844-1.203 5.328-1.266 6.234 0.031 0.484 0.688 0.438 1.656 0 2.781-0.203 0.516 0.063 0.594 0.453 0.719 1.609 0.5 3.391 1.703 3.391 3.828zM23.266 7.656c0.891 0.984 1.141 2.344 0.75 3.531-0.156 0.484-0.672 0.75-1.156 0.594s-0.75-0.672-0.594-1.156v0c0.187-0.594 0.063-1.25-0.375-1.734s-1.078-0.672-1.672-0.547v0c-0.5 0.109-1-0.203-1.094-0.703-0.109-0.5 0.203-0.984 0.703-1.094 1.219-0.266 2.547 0.109 3.437 1.109zM26.094 5.109c1.844 2.031 2.328 4.812 1.547 7.25v0c-0.187 0.562-0.781 0.875-1.344 0.688s-0.875-0.781-0.703-1.344v0c0.562-1.734 0.219-3.719-1.094-5.156-1.313-1.453-3.234-2-5.016-1.625-0.578 0.125-1.156-0.25-1.281-0.828s0.25-1.141 0.828-1.266v0c2.516-0.531 5.219 0.234 7.063 2.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-renren\" viewBox=\"0 0 24 28\">\n<title>renren</title>\n<path d=\"M17.703 24.531c-1.703 0.938-3.656 1.469-5.75 1.469-2.078 0-4.031-0.531-5.734-1.469 2.766-1.75 5-4.391 5.734-7.484 0.75 3.094 2.984 5.734 5.75 7.484zM9.969 2.219v7.578c0 5.344-2.953 9.938-7.141 11.969-1.766-2.094-2.828-4.781-2.828-7.734 0-5.938 4.312-10.859 9.969-11.813zM24 14.031c0 2.953-1.062 5.641-2.828 7.734-4.188-2.031-7.141-6.625-7.141-11.969v-7.578c5.656 0.953 9.969 5.875 9.969 11.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pagelines\" viewBox=\"0 0 22 28\">\n<title>pagelines</title>\n<path d=\"M21.906 17.234c-3.141 7.797-10.672 3.078-10.672 3.078-2.312 4.672-6.125 7.672-10.531 7.688-0.391 0-0.703-0.313-0.703-0.703s0.313-0.688 0.703-0.688c3.672-0.016 6.875-2.438 8.969-6.281-2.344 0.906-6.766 1.594-9.219-4.688 6.219-2.562 9.078 0.641 10.172 2.594 0.562-1.391 0.969-2.906 1.234-4.547 0 0-7.969 1.25-8.531-5.594 6.797-2.734 8.703 4.375 8.703 4.375 0.094-0.953 0.187-3 0.187-3.047 0 0-6.062-4.203-2.172-9.422 7.109 2.453 3.5 9.266 3.5 9.266 0.031 0.094 0.031 1.359 0 1.906 0 0 2.578-5.078 7.781-3.281-0.234 7.641-8.094 6.062-8.094 6.062-0.25 1.563-0.641 3.047-1.141 4.422 0 0 4.734-5.234 9.812-1.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-exchange\" viewBox=\"0 0 20 28\">\n<title>stack-exchange</title>\n<path d=\"M19.672 19.578v1.031c0 1.766-1.375 3.187-3.063 3.187h-0.891l-4.062 4.203v-4.203h-8.266c-1.687 0-3.063-1.422-3.063-3.187v-1.031h19.344zM19.672 14.484v3.984h-19.344v-3.984h19.344zM19.672 9.359v3.984h-19.344v-3.984h19.344zM19.672 7.172v1.047h-19.344v-1.047c0-1.75 1.375-3.172 3.063-3.172h13.219c1.687 0 3.063 1.422 3.063 3.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-right</title>\n<path d=\"M18 14c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-left</title>\n<path d=\"M18 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v3c0 0.281-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-4.984c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5v3h5.5c0.266 0 0.5 0.234 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-left\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-left</title>\n<path d=\"M16 9v10c0 0.547-0.453 1-1 1-0.203 0-0.406-0.063-0.578-0.187l-7-5c-0.266-0.187-0.422-0.484-0.422-0.812 0-0.313 0.156-0.625 0.422-0.812l7-5c0.172-0.125 0.375-0.187 0.578-0.187 0.547 0 1 0.453 1 1zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dot-circle-o\" viewBox=\"0 0 24 28\">\n<title>dot-circle-o</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair\" viewBox=\"0 0 25 28\">\n<title>wheelchair</title>\n<path d=\"M15.984 18.547l1.594 3.187c-1.203 3.719-4.672 6.266-8.578 6.266-4.953 0-9-4.047-9-9 0-3.781 2.375-7.156 5.922-8.453l0.266 2.047c-2.547 1.125-4.188 3.625-4.188 6.406 0 3.859 3.141 7 7 7 4.016 0 7.266-3.437 6.984-7.453zM24.547 20.109l0.906 1.781-4 2c-0.141 0.078-0.297 0.109-0.453 0.109-0.375 0-0.734-0.219-0.891-0.547l-3.734-7.453h-7.375c-0.5 0-0.938-0.391-1-0.891l-1.5-12.172c-0.016-0.156 0.047-0.5 0.094-0.656 0.297-1.078 1.297-1.781 2.406-1.781 1.375 0 2.5 1.125 2.5 2.5 0 1.422-1.25 2.641-2.688 2.484l0.578 4.516h6.609v2h-6.359l0.25 2h7.109c0.375 0 0.734 0.219 0.891 0.547l3.563 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo-square\" viewBox=\"0 0 24 28\">\n<title>vimeo-square</title>\n<path d=\"M20.188 9.969c0.109-2.266-0.734-3.406-2.516-3.469-2.406-0.078-4.031 1.281-4.875 4.078 0.438-0.187 0.859-0.297 1.281-0.297 0.875 0 1.266 0.5 1.156 1.5-0.047 0.594-0.438 1.469-1.156 2.609-0.734 1.156-1.281 1.719-1.641 1.719-0.469 0-0.875-0.875-1.281-2.641-0.125-0.531-0.359-1.844-0.703-3.984-0.313-1.969-1.141-2.891-2.5-2.766-0.562 0.063-1.437 0.562-2.562 1.563-0.844 0.734-1.672 1.5-2.531 2.25l0.812 1.047c0.781-0.531 1.234-0.812 1.359-0.812 0.594 0 1.156 0.938 1.672 2.797 0.469 1.719 0.938 3.422 1.406 5.141 0.703 1.859 1.547 2.797 2.562 2.797 1.625 0 3.625-1.531 5.984-4.594 2.281-2.938 3.469-5.25 3.531-6.937zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-try\" viewBox=\"0 0 18 28\">\n<title>try</title>\n<path d=\"M18 13c0 6.062-4.937 11-11 11h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-9.547l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-1.453l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-3.906c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v2.828l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v1.453l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v7.609c3.906-0.266 7-3.516 7-7.484 0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square-o\" viewBox=\"0 0 22 28\">\n<title>plus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-5.5v5.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-5.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v5.5h5.5c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-space-shuttle\" viewBox=\"0 0 34 28\">\n<title>space-shuttle</title>\n<path d=\"M9.688 17.5c-1.078 0.625-2.547 1-4.188 1h-2v-1h-1c-0.281 0-0.5-0.562-0.5-1.25 0-0.281 0.047-0.547 0.109-0.766-1.203-0.031-2.109-0.234-2.109-0.484s0.906-0.453 2.109-0.484c-0.063-0.219-0.109-0.484-0.109-0.766 0-0.688 0.219-1.25 0.5-1.25h1v-1h2c1.641 0 3.109 0.375 4.188 1h17.391c1.156 0.203 2.203 0.375 2.922 0.5 3 0.5 4 1.5 4 2s-1 1.5-4 2c-0.719 0.125-1.766 0.297-2.922 0.5h-17.391zM27.172 13.563c0.5 0.344 0.828 0.859 0.828 1.437s-0.328 1.094-0.828 1.437l1.266 0.469c0.641-0.453 1.062-1.141 1.062-1.906s-0.422-1.453-1.062-1.906zM9.766 17.75h15.859s-3.391 0.594-7.125 1.25c-2 0-3.5 1.5-3.5 1.5l-4.5 4.5s-1.516 1-2.5 1h-1.5l-1.453-7.25h0.453c1.594 0 3.109-0.359 4.266-1zM5.5 11.25h-0.453l1.453-7.25h1.5c1.016 0 2 0.5 2.5 1l4.5 4.5c0 0 1.5 1.5 3.5 1.5 3.734 0.656 7.125 1.25 7.125 1.25h-15.859c-1.156-0.641-2.672-1-4.266-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slack\" viewBox=\"0 0 26 28\">\n<title>slack</title>\n<path d=\"M23.734 12.125c1.281 0 2.266 0.938 2.266 2.219 0 1-0.516 1.703-1.453 2.031l-2.688 0.922 0.875 2.609c0.078 0.234 0.109 0.484 0.109 0.734 0 1.234-1 2.266-2.234 2.266-0.984 0-1.859-0.609-2.172-1.547l-0.859-2.578-4.844 1.656 0.859 2.562c0.078 0.234 0.125 0.484 0.125 0.734 0 1.219-1 2.266-2.25 2.266-0.984 0-1.844-0.609-2.156-1.547l-0.859-2.547-2.391 0.828c-0.25 0.078-0.516 0.141-0.781 0.141-1.266 0-2.219-0.938-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.438-0.828-1.641-4.891-2.438 0.844c-0.25 0.078-0.5 0.125-0.75 0.125-1.25 0-2.219-0.953-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.453-0.828-0.828-2.484c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1-2.266 2.25-2.266 0.984 0 1.844 0.609 2.156 1.547l0.844 2.5 4.844-1.641-0.844-2.5c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1.016-2.266 2.25-2.266 0.984 0 1.859 0.625 2.172 1.547l0.828 2.516 2.531-0.859c0.219-0.063 0.438-0.094 0.672-0.094 1.219 0 2.266 0.906 2.266 2.156 0 0.969-0.75 1.781-1.625 2.078l-2.453 0.844 1.641 4.937 2.562-0.875c0.234-0.078 0.484-0.125 0.719-0.125zM11.328 16.219l4.844-1.641-1.641-4.922-4.844 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-square\" viewBox=\"0 0 24 28\">\n<title>envelope-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM20 18.5v-6.813c-0.297 0.328-0.625 0.625-1 0.859-1.469 0.969-2.984 1.875-4.438 2.875-0.734 0.516-1.641 1.078-2.562 1.078v0 0 0 0c-0.922 0-1.828-0.562-2.562-1.078-1.453-1-2.984-1.891-4.438-2.891-0.359-0.234-0.641-0.578-1-0.844v6.813c0 0.828 0.672 1.5 1.5 1.5h13c0.828 0 1.5-0.672 1.5-1.5zM20 9.547c0-0.844-0.625-1.547-1.5-1.547h-13c-0.828 0-1.5 0.672-1.5 1.5 0 0.844 0.875 1.766 1.531 2.203 1.375 0.922 2.797 1.781 4.172 2.688 0.594 0.391 1.578 1.109 2.297 1.109s1.703-0.719 2.297-1.109c1.391-0.906 2.781-1.797 4.172-2.719 0.609-0.406 1.531-1.344 1.531-2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wordpress\" viewBox=\"0 0 28 28\">\n<title>wordpress</title>\n<path d=\"M1.984 14c0-1.734 0.375-3.391 1.047-4.891l5.734 15.703c-4.016-1.953-6.781-6.062-6.781-10.813zM22.109 13.391c0 1.031-0.422 2.219-0.922 3.891l-1.188 4-4.344-12.906s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.953 0.141-3.203 0.156-3.203 0.156s-1.172-0.016-3.156-0.156c-0.656-0.047-0.734 0.938-0.078 0.984 0.609 0.063 1.25 0.125 1.25 0.125l1.875 5.125-2.625 7.875-4.375-13s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.937 0.141-3.203 0.156-3.203 0.156-0.219 0-0.484-0.016-0.766-0.016 2.141-3.266 5.828-5.422 10.031-5.422 3.125 0 5.969 1.203 8.109 3.156h-0.156c-1.172 0-2.016 1.016-2.016 2.125 0 0.984 0.578 1.813 1.188 2.812 0.469 0.797 0.984 1.828 0.984 3.313zM14.203 15.047l3.703 10.109c0.016 0.063 0.047 0.125 0.078 0.172-1.25 0.438-2.578 0.688-3.984 0.688-1.172 0-2.312-0.172-3.391-0.5zM24.531 8.234c0.938 1.719 1.484 3.672 1.484 5.766 0 4.438-2.406 8.297-5.984 10.375l3.672-10.594c0.609-1.75 0.922-3.094 0.922-4.312 0-0.438-0.031-0.844-0.094-1.234zM14 0c7.719 0 14 6.281 14 14s-6.281 14-14 14-14-6.281-14-14 6.281-14 14-14zM14 27.359c7.359 0 13.359-6 13.359-13.359s-6-13.359-13.359-13.359-13.359 6-13.359 13.359 6 13.359 13.359 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-openid\" viewBox=\"0 0 28 28\">\n<title>openid</title>\n<path d=\"M16.969 0v24l-4.25 2c-7.187-0.641-12.719-4.469-12.719-9.109 0-4.469 5.156-8.188 11.984-9.016v2.688c-4.469 0.781-7.75 3.313-7.75 6.328 0 3.187 3.656 5.828 8.484 6.438v0-21.25zM27.422 9.094l0.578 6.094-8.203-1.781 2.297-1.297c-1.219-0.719-2.719-1.25-4.375-1.547v-2.688c2.891 0.344 5.484 1.219 7.516 2.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bank\" viewBox=\"0 0 30 28\">\n<title>bank</title>\n<path d=\"M15 0l15 6v2h-2c0 0.547-0.484 1-1.078 1h-23.844c-0.594 0-1.078-0.453-1.078-1h-2v-2zM4 10h4v12h2v-12h4v12h2v-12h4v12h2v-12h4v12h0.922c0.594 0 1.078 0.453 1.078 1v1h-26v-1c0-0.547 0.484-1 1.078-1h0.922v-12zM28.922 25c0.594 0 1.078 0.453 1.078 1v2h-30v-2c0-0.547 0.484-1 1.078-1h27.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-graduation-cap\" viewBox=\"0 0 36 28\">\n<title>graduation-cap</title>\n<path d=\"M27.719 13.062l0.281 4.937c0.125 2.203-4.484 4-10 4s-10.125-1.797-10-4l0.281-4.937 8.969 2.828c0.25 0.078 0.5 0.109 0.75 0.109s0.5-0.031 0.75-0.109zM36 8c0 0.219-0.141 0.406-0.344 0.484l-17.5 5.5c-0.063 0.016-0.109 0.016-0.156 0.016s-0.094 0-0.156-0.016l-10.187-3.219c-0.891 0.703-1.516 2.422-1.641 4.531 0.594 0.344 0.984 0.969 0.984 1.703 0 0.703-0.359 1.313-0.906 1.672l0.906 6.766c0.016 0.141-0.031 0.281-0.125 0.391s-0.234 0.172-0.375 0.172h-3c-0.141 0-0.281-0.063-0.375-0.172s-0.141-0.25-0.125-0.391l0.906-6.766c-0.547-0.359-0.906-0.969-0.906-1.672 0-0.75 0.422-1.391 1.016-1.734 0.094-1.828 0.562-3.797 1.531-5.156l-5.203-1.625c-0.203-0.078-0.344-0.266-0.344-0.484s0.141-0.406 0.344-0.484l17.5-5.5c0.063-0.016 0.109-0.016 0.156-0.016s0.094 0 0.156 0.016l17.5 5.5c0.203 0.078 0.344 0.266 0.344 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yahoo\" viewBox=\"0 0 24 28\">\n<title>yahoo</title>\n<path d=\"M13.422 14.953l0.203 11.047c-0.531-0.094-1.078-0.172-1.641-0.172-0.547 0-1.094 0.078-1.641 0.172l0.203-11.047c-2.906-5.016-5.641-10.125-8.844-14.953 0.547 0.141 1.109 0.234 1.687 0.234s1.172-0.109 1.734-0.234c2.187 3.875 4.562 7.641 6.859 11.453 2.312-3.781 4.766-7.547 6.859-11.453 0.547 0.141 1.109 0.219 1.672 0.219 0.594 0 1.203-0.078 1.781-0.219v0 0c-1.25 1.719-2.281 3.594-3.359 5.422-1.859 3.172-3.687 6.344-5.516 9.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google\" viewBox=\"0 0 24 28\">\n<title>google</title>\n<path d=\"M12 12.281h11.328c0.109 0.609 0.187 1.203 0.187 2 0 6.844-4.594 11.719-11.516 11.719-6.641 0-12-5.359-12-12s5.359-12 12-12c3.234 0 5.953 1.188 8.047 3.141l-3.266 3.141c-0.891-0.859-2.453-1.859-4.781-1.859-4.094 0-7.438 3.391-7.438 7.578s3.344 7.578 7.438 7.578c4.75 0 6.531-3.406 6.813-5.172h-6.813v-4.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit\" viewBox=\"0 0 28 28\">\n<title>reddit</title>\n<path d=\"M17.109 18.234c0.141 0.141 0.141 0.359 0 0.484-0.891 0.891-2.609 0.969-3.109 0.969s-2.219-0.078-3.109-0.969c-0.141-0.125-0.141-0.344 0-0.484 0.125-0.125 0.344-0.125 0.469 0 0.562 0.578 1.781 0.766 2.641 0.766s2.063-0.187 2.641-0.766c0.125-0.125 0.344-0.125 0.469 0zM12.313 15.406c0 0.766-0.625 1.391-1.391 1.391-0.781 0-1.406-0.625-1.406-1.391 0-0.781 0.625-1.406 1.406-1.406 0.766 0 1.391 0.625 1.391 1.406zM18.484 15.406c0 0.766-0.625 1.391-1.406 1.391-0.766 0-1.391-0.625-1.391-1.391 0-0.781 0.625-1.406 1.391-1.406 0.781 0 1.406 0.625 1.406 1.406zM22.406 13.531c0-1.031-0.844-1.859-1.875-1.859-0.531 0-1 0.219-1.344 0.562-1.266-0.875-2.969-1.437-4.859-1.5l0.984-4.422 3.125 0.703c0 0.766 0.625 1.391 1.391 1.391 0.781 0 1.406-0.641 1.406-1.406s-0.625-1.406-1.406-1.406c-0.547 0-1.016 0.328-1.25 0.781l-3.453-0.766c-0.172-0.047-0.344 0.078-0.391 0.25l-1.078 4.875c-1.875 0.078-3.563 0.641-4.828 1.516-0.344-0.359-0.828-0.578-1.359-0.578-1.031 0-1.875 0.828-1.875 1.859 0 0.75 0.438 1.375 1.062 1.687-0.063 0.281-0.094 0.578-0.094 0.875 0 2.969 3.344 5.375 7.453 5.375 4.125 0 7.469-2.406 7.469-5.375 0-0.297-0.031-0.609-0.109-0.891 0.609-0.313 1.031-0.938 1.031-1.672zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-square\" viewBox=\"0 0 24 28\">\n<title>reddit-square</title>\n<path d=\"M14.672 17.641c0.109 0.109 0.109 0.297 0 0.406-0.766 0.766-2.234 0.828-2.672 0.828s-1.906-0.063-2.672-0.828c-0.109-0.109-0.109-0.297 0-0.406 0.109-0.125 0.297-0.125 0.406 0 0.484 0.484 1.531 0.656 2.266 0.656s1.781-0.172 2.266-0.656c0.109-0.125 0.297-0.125 0.406 0zM10.563 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM15.844 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM19.203 13.594c0-0.875-0.719-1.594-1.609-1.594-0.438 0-0.844 0.187-1.141 0.484-1.094-0.75-2.562-1.234-4.172-1.281l0.844-3.797 2.672 0.609c0.016 0.656 0.547 1.188 1.203 1.188s1.203-0.547 1.203-1.203-0.547-1.203-1.203-1.203c-0.469 0-0.875 0.266-1.078 0.672l-2.953-0.656c-0.156-0.047-0.297 0.063-0.328 0.203l-0.938 4.188c-1.609 0.063-3.063 0.547-4.141 1.297-0.297-0.313-0.703-0.5-1.156-0.5-0.891 0-1.609 0.719-1.609 1.594 0 0.641 0.375 1.188 0.906 1.453-0.047 0.234-0.078 0.5-0.078 0.75 0 2.547 2.859 4.609 6.391 4.609s6.406-2.063 6.406-4.609c0-0.266-0.031-0.516-0.094-0.766 0.516-0.266 0.875-0.812 0.875-1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon-circle\" viewBox=\"0 0 24 28\">\n<title>stumbleupon-circle</title>\n<path d=\"M13.531 13.109l1.406-0.422v-0.969c0-1.656-1.406-2.984-3.063-2.984s-3.063 1.313-3.063 2.969v4.422c0 0.406-0.328 0.734-0.734 0.734s-0.719-0.328-0.719-0.734v-1.875h-2.359v1.906c0 1.703 1.375 3.063 3.078 3.063 1.672 0 3.063-1.344 3.063-3.016v-4.375c0-0.406 0.328-0.734 0.734-0.734 0.391 0 0.719 0.328 0.719 0.734v0.844zM18.734 16.156v-1.906h-2.344v1.969c0 0.406-0.328 0.734-0.734 0.734-0.391 0-0.719-0.328-0.719-0.734v-1.922l-1.406 0.406-0.938-0.438v1.922c0 1.672 1.391 3.031 3.078 3.031s3.063-1.359 3.063-3.063zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon\" viewBox=\"0 0 30 28\">\n<title>stumbleupon</title>\n<path d=\"M16.594 11.125v-1.844c0-0.875-0.719-1.594-1.594-1.594s-1.594 0.719-1.594 1.594v9.562c0 3.656-3.031 6.609-6.703 6.609-3.703 0-6.703-3-6.703-6.703v-4.156h5.125v4.094c0 0.891 0.719 1.594 1.594 1.594s1.594-0.703 1.594-1.594v-9.688c0-3.578 3.063-6.453 6.687-6.453 3.641 0 6.687 2.891 6.687 6.5v2.125l-3.047 0.906zM24.875 14.594h5.125v4.156c0 3.703-3 6.703-6.703 6.703-3.687 0-6.703-2.969-6.703-6.641v-4.188l2.047 0.953 3.047-0.906v4.219c0 0.875 0.719 1.578 1.594 1.578s1.594-0.703 1.594-1.578v-4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-delicious\" viewBox=\"0 0 24 28\">\n<title>delicious</title>\n<path d=\"M23 21.5v-7.5h-11v-11h-7.5c-1.937 0-3.5 1.563-3.5 3.5v7.5h11v11h7.5c1.937 0 3.5-1.563 3.5-3.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-digg\" viewBox=\"0 0 32 28\">\n<title>digg</title>\n<path d=\"M5.125 4.406h3.187v15.359h-8.313v-10.891h5.125v-4.469zM5.125 17.203v-5.766h-1.922v5.766h1.922zM9.594 8.875v10.891h3.203v-10.891h-3.203zM9.594 4.406v3.187h3.203v-3.187h-3.203zM14.078 8.875h8.328v14.719h-8.328v-2.547h5.125v-1.281h-5.125v-10.891zM19.203 17.203v-5.766h-1.922v5.766h1.922zM23.688 8.875h8.313v14.719h-8.313v-2.547h5.109v-1.281h-5.109v-10.891zM28.797 17.203v-5.766h-1.922v5.766h1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-pp\" viewBox=\"0 0 24 28\">\n<title>pied-piper-pp</title>\n<path d=\"M16.344 15.937c0 1.328-0.906 2.406-2.016 2.406-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.422zM10.984 9.25c0 1.344-0.906 2.422-2.016 2.422-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.406zM19.766 15.984c0-2.797-2.109-5.063-4.703-5.063-0.203 0-0.406 0.016-0.609 0.047-0.234 0.797-0.641 1.516-1.219 2.125-0.875 0.953-2.047 1.516-3.297 1.578v9.938l3.297-0.641v-3.219c0.547 0.203 1.156 0.297 1.828 0.297 2.594 0 4.703-2.266 4.703-5.063zM14.406 9.312c0-2.797-2.109-5.063-4.719-5.063-0.766 0-1.531 0.203-2.203 0.562h-2.906v13.125l3.297-0.641v-3.219c0.547 0.187 1.156 0.297 1.813 0.297 2.609 0 4.719-2.266 4.719-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-alt\" viewBox=\"0 0 32 28\">\n<title>pied-piper-alt</title>\n<path d=\"M19.094 14.516c4.062-0.156 6.312 3.187 8.156 6.281 1.094 1.859 2.375 2.953 3.953 4.344-1.687 1.047-3.828 1.75-5.641 2.562-3-2.516-1.25-12.5-6.062-12.5l-0.156 0.031-0.094 0.063c0.063 0.078 0.141 0.156 0.203 0.219 1.297 1.094 1.813 1.328 1.891 3.187l0.016 0.516c0.047 1.172-0.297 2.312-0.531 3.453-1.047-0.031-2.063 0.313-3.109 0.313-0.391 0-0.766-0.047-1.125-0.156-0.031-0.25-0.031-0.5-0.031-0.734 0-0.484-0.016-1.031 0.047-1.5 0.078-0.516 1.828-1.625 1.797-2.375-0.297-0.031-0.5 0.141-0.672 0.375-0.719 1.062-2.562 2.281-3.875 2.281-0.906 0-3.063-3.891-4.156-4.672-0.172-0.125-0.281-0.297-0.422-0.469-0.875 0.203-7.578 1.75-8.016 1.75-0.328 0-0.625-0.266-0.625-0.594 0-0.297 0.187-0.578 0.484-0.641l7.594-1.656c-0.516-0.938 0.672-0.953 1.172-1.094 0.172-0.047 0.344-0.219 0.516-0.219 0.344 0 0.641 0.484 0.75 0.766 0.344-0.078 2.484-0.578 2.688-0.578 0.344 0 0.656 0.25 0.656 0.609 0 0.297-0.187 0.562-0.5 0.625l-2.844 0.625-0.016 0.25c-0.016 0.547 2.469 3.266 2.906 3.266 0.984 0 2.984-2.266 2.984-3.266 0-1.672-2.328-0.688-2.328-1.828 0-0.187 0.063-0.359 0.156-0.531l-1.062-0.297c0.484-0.5 0.672-1.141 0.672-1.828 0-0.297-0.031-0.609-0.078-0.906 0.797-0.156 1.453-0.25 2.25-0.25 3.094 0 2.484 0.469 3.563 2.953l0.781-0.391c-0.125 1.859-1.969 0.953-1.906 1.687zM20.031 10.844c-0.609-0.703-0.875-1.047-1.234-1.203-0.375-0.172-0.859-0.125-1.984-0.125-1.172 0-2.328 0.172-3.391 0.672 0.344-0.641 0.719-0.922 1.406-1.188 1.484-0.562 2.188-1.656 3.203-2.781 0.531 0.375 0.766 1.313 1.531 1.266l0.187-0.016v1.188l0.344 0.016c2.031-0.781 4.062-1.641 5.797-2.969 2.625-2 2.875-2.719 4.422-5.437l0.109-0.141c-0.031 0.766-0.344 1.484-0.672 2.172-1.656 3.469-4.281 5.453-7.984 6.344-0.672 0.156-1.437 0.172-2.047 0.484 0.078 0.531 0.719 0.984 0.719 1.25 0 0.187-0.297 0.391-0.406 0.469zM16.578 25.234c0.859-0.562 3.313-1.078 4.344-1.078 0.516 0 1.531 2.453 1.797 3-1.219 0.453-2.5 0.703-3.813 0.703-0.656 0-1.313-0.063-1.953-0.172zM12.844 15.125l0.75-0.187 1.703 2.766-1.141 0.75zM20.672 23.203c0.016 0.078 0.047 0.172 0.047 0.25 0 0.406-2.688 0.688-3.172 0.766l-0.109-0.672c0.969-0.109 2.047-0.359 3.016-0.344h0.219zM13.531 13.391l-1.5 0.313-0.094-0.266c0.359-0.031 0.688-0.203 1.047-0.203 0.203 0 0.375 0.047 0.547 0.156zM16.578 23.297h0.484l0.156 1.297-0.641 0.187v-1.484zM30.469 0.016v0 0zM30.469 0.016l-0.016 0.078-0.031 0.031 0.016-0.047zM30.469 0.016l0.016-0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drupal\" viewBox=\"0 0 24 28\">\n<title>drupal</title>\n<path d=\"M18.234 24.781c-0.031-0.109-0.125-0.266-0.375-0.078-0.531 0.391-1.719 0.875-3.406 0.875s-2.484-0.359-3.016-0.766c-0.078-0.063-0.047-0.063-0.203-0.063-0.172 0-0.266 0.078-0.406 0.187-0.125 0.109-0.187 0.375 0 0.562 1.156 1.062 3.094 0.969 4.516 0.844 1.437-0.141 2.656-0.984 2.781-1.109 0.187-0.187 0.141-0.344 0.109-0.453zM17.625 22.984c-0.109-0.266-0.297-0.734-0.609-0.953-0.313-0.203-0.766-0.234-1.188-0.234s-0.656-0.031-1.109 0.156-0.922 0.609-1.219 0.875-0.344 0.469-0.187 0.688c0.156 0.203 0.328 0.078 0.766-0.297 0.453-0.359 0.75-0.688 1.672-0.688s1.078 0.344 1.266 0.688 0.203 0.391 0.391 0.297c0.219-0.109 0.328-0.266 0.219-0.531zM23.172 18.594c0-0.812-0.359-2.188-1.687-2.188-1.25 0-3.781 2.594-5.109 2.609-1.547 0.031-3.687-3.063-6.781-3.031-2.438 0.016-4.359 1.953-4.391 4.016-0.016 1.156 0.359 2.016 1.156 2.562 0.531 0.359 1.016 0.578 2.594 0.578 2.625 0 5.953-3.25 7.484-3.203 1.219 0.047 3.109 3.031 4.062 3.094 0.75 0.063 1.141-0.281 1.781-1.203 0.625-0.938 0.891-2.406 0.891-3.234zM24 16.094c0 7-5.531 11.625-11.891 11.625-6.375 0-12.109-5.016-12.109-11.844 0-6.813 5.313-9.969 6.297-10.484 1.172-0.625 2.016-0.953 3.344-2.016 0.656-0.516 1.203-1.266 1.375-3.094 0.953 1.141 2.094 2.469 2.906 3.016 1.328 0.875 2.656 1.219 4.047 2.094 0.844 0.516 6.031 3.687 6.031 10.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-joomla\" viewBox=\"0 0 24 28\">\n<title>joomla</title>\n<path d=\"M16.719 16.766l-2.5 2.5-2.359 2.375-0.469 0.469c-1.375 1.359-3.297 1.828-5.047 1.391-0.328 1.437-1.609 2.5-3.141 2.5-1.766 0-3.203-1.437-3.203-3.219 0-1.516 1.047-2.797 2.469-3.125-0.453-1.766 0.016-3.703 1.391-5.078l0.187-0.187 2.359 2.375-0.172 0.172c-0.781 0.766-0.766 2.016 0 2.797 0.766 0.766 2.016 0.766 2.781 0l0.469-0.469 2.359-2.375 2.516-2.5zM11.391 6.109l0.187 0.187-2.375 2.375-0.187-0.187c-0.766-0.766-2.016-0.766-2.781 0s-0.766 2.031 0 2.797l5.328 5.328-2.359 2.375-2.516-2.5-2.359-2.375-0.469-0.469c-1.437-1.422-1.875-3.469-1.328-5.297-1.437-0.313-2.5-1.594-2.5-3.125 0-1.781 1.437-3.219 3.203-3.219 1.609 0 2.922 1.172 3.172 2.688 1.734-0.406 3.625 0.078 4.984 1.422zM24 22.781c0 1.781-1.437 3.219-3.203 3.219-1.563 0-2.859-1.109-3.156-2.578v0c-1.813 0.562-3.891 0.125-5.328-1.313l-0.172-0.187 2.359-2.375 0.187 0.187c0.766 0.766 2.016 0.766 2.781 0s0.766-2.016 0-2.781l-5.344-5.344 2.375-2.375 4.875 4.875 0.453 0.469c1.359 1.359 1.844 3.281 1.406 5.031 1.563 0.219 2.766 1.547 2.766 3.172zM23.969 5.219c0 1.625-1.219 2.969-2.781 3.187 0.516 1.797 0.063 3.813-1.359 5.234l-0.187 0.187-2.359-2.375 0.187-0.187c0.766-0.766 0.766-2.016 0-2.781s-2.016-0.766-2.781 0l-5.344 5.344-2.375-2.375 2.516-2.5 2.375-2.375 0.453-0.469c1.422-1.422 3.453-1.875 5.266-1.344 0.219-1.563 1.563-2.766 3.187-2.766 1.766 0 3.203 1.437 3.203 3.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-language\" viewBox=\"0 0 24 28\">\n<title>language</title>\n<path d=\"M10.219 16.844c-0.031 0.109-0.797-0.25-1-0.328-0.203-0.094-1.125-0.609-1.359-0.766s-1.125-0.891-1.234-0.938v0c-0.562 0.859-1.281 1.875-2.094 2.828-0.281 0.328-1.125 1.391-1.641 1.719-0.078 0.047-0.531 0.094-0.594 0.063 0.25-0.187 0.969-1.078 1.281-1.437 0.391-0.453 2.25-3.047 2.562-3.641 0.328-0.594 1.312-2.562 1.359-2.75-0.156-0.016-1.391 0.406-1.719 0.516-0.313 0.094-1.172 0.297-1.234 0.344-0.063 0.063-0.016 0.25-0.047 0.313s-0.313 0.203-0.484 0.234c-0.156 0.047-0.516 0.063-0.734 0-0.203-0.047-0.391-0.25-0.438-0.328 0 0-0.063-0.094-0.078-0.359 0.187-0.063 0.5-0.078 0.844-0.172s1.188-0.344 1.641-0.5 1.328-0.484 1.594-0.547c0.281-0.047 0.984-0.516 1.359-0.641s0.641-0.281 0.656-0.203 0 0.422-0.016 0.516c-0.016 0.078-0.766 1.547-0.875 1.781-0.063 0.125-0.5 0.953-1.203 2.047 0.25 0.109 0.781 0.328 1 0.438 0.266 0.125 2.125 0.906 2.219 0.938s0.266 0.75 0.234 0.875zM7.016 9.25c0.047 0.266-0.031 0.375-0.063 0.438-0.156 0.297-0.547 0.5-0.781 0.594s-0.625 0.187-0.938 0.187c-0.141-0.016-0.422-0.063-0.766-0.406-0.187-0.203-0.328-0.75-0.266-0.688s0.516 0.125 0.719 0.078 0.688-0.187 0.906-0.25c0.234-0.078 0.703-0.203 0.859-0.219 0.156 0 0.281 0.063 0.328 0.266zM17.922 11.266l0.984 3.547-2.172-0.656zM0.609 23.766l10.844-3.625v-16.125l-10.844 3.641v16.109zM20 18.813l1.594 0.484-2.828-10.266-1.563-0.484-3.375 8.375 1.594 0.484 0.703-1.719 3.297 1.016zM12.141 3.781l8.953 2.875v-5.938zM17 24.453l2.469 0.203-0.844 2.5-0.625-1.031c-1.266 0.812-2.828 1.437-4.312 1.687-0.453 0.094-0.969 0.187-1.422 0.187h-1.313c-1.656 0-4.672-0.984-5.984-1.937-0.094-0.078-0.125-0.141-0.125-0.25 0-0.172 0.125-0.297 0.281-0.297 0.141 0 0.875 0.453 1.078 0.547 1.406 0.703 3.375 1.344 4.953 1.344 1.953 0 3.281-0.25 5.063-1.016 0.516-0.234 0.969-0.531 1.453-0.797zM24 7.594v16.859c-12.078-3.844-12.094-3.844-12.094-3.844-0.25 0.109-11.453 3.891-11.609 3.891-0.125 0-0.234-0.078-0.281-0.203 0-0.016-0.016-0.031-0.016-0.047v-16.844c0.016-0.047 0.031-0.125 0.063-0.156 0.094-0.109 0.219-0.141 0.313-0.172 0.047-0.016 1-0.328 2.328-0.781v-6l8.719 3.094c0.109-0.031 9.828-3.391 9.969-3.391 0.172 0 0.313 0.125 0.313 0.328v6.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fax\" viewBox=\"0 0 28 28\">\n<title>fax</title>\n<path d=\"M4.5 6c1.375 0 2.5 1.125 2.5 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-2c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h2zM26 8.547c1.188 0.688 2 1.984 2 3.453v12c0 2.203-1.797 4-4 4h-13.5c-1.375 0-2.5-1.125-2.5-2.5v-24c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.984 0.484 2.562 1.062l2.375 2.375c0.578 0.578 1.062 1.734 1.062 2.562v2.547zM14.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM24 10v-4h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v8h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building\" viewBox=\"0 0 22 28\">\n<title>building</title>\n<path d=\"M21 0c0.547 0 1 0.453 1 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20zM8 4.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 8.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 12.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 16.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 25.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM14 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-child\" viewBox=\"0 0 20 28\">\n<title>child</title>\n<path d=\"M18.562 8.563l-4.562 4.562v12.875c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-6h-1v6c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-12.875l-4.562-4.562c-0.578-0.594-0.578-1.531 0-2.125 0.594-0.578 1.531-0.578 2.125 0l3.563 3.563h5.75l3.563-3.563c0.594-0.578 1.531-0.578 2.125 0 0.578 0.594 0.578 1.531 0 2.125zM13.5 6c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paw\" viewBox=\"0 0 26 28\">\n<title>paw</title>\n<path d=\"M12.187 7.375c0 1.75-0.906 3.828-2.922 3.828-2.531 0-4.062-3.187-4.062-5.375 0-1.75 0.906-3.828 2.922-3.828 2.547 0 4.062 3.187 4.062 5.375zM6.844 14.922c0 1.516-0.797 3.094-2.516 3.094-2.5 0-4.328-3.063-4.328-5.328 0-1.516 0.812-3.109 2.516-3.109 2.5 0 4.328 3.078 4.328 5.344zM13 14.5c3.828 0 9 5.516 9 9.203 0 1.984-1.625 2.297-3.219 2.297-2.094 0-3.781-1.406-5.781-1.406-2.094 0-3.875 1.391-6.141 1.391-1.516 0-2.859-0.516-2.859-2.281 0-3.703 5.172-9.203 9-9.203zM16.734 11.203c-2.016 0-2.922-2.078-2.922-3.828 0-2.188 1.516-5.375 4.062-5.375 2.016 0 2.922 2.078 2.922 3.828 0 2.188-1.531 5.375-4.062 5.375zM23.484 9.578c1.703 0 2.516 1.594 2.516 3.109 0 2.266-1.828 5.328-4.328 5.328-1.719 0-2.516-1.578-2.516-3.094 0-2.266 1.828-5.344 4.328-5.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spoon\" viewBox=\"0 0 12 28\">\n<title>spoon</title>\n<path d=\"M11 8.25c0 3.125-1.359 5.172-3.266 5.922l0.703 12.828c0.031 0.547-0.391 1-0.938 1h-3c-0.547 0-0.969-0.453-0.938-1l0.703-12.828c-1.906-0.75-3.266-2.797-3.266-5.922 0-4 2.234-8.25 5-8.25s5 4.25 5 8.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cube\" viewBox=\"0 0 26 28\">\n<title>cube</title>\n<path d=\"M14 25.453l10-5.453v-9.938l-10 3.641v11.75zM13 11.937l10.906-3.969-10.906-3.969-10.906 3.969zM26 8v12c0 0.734-0.406 1.406-1.047 1.75l-11 6c-0.297 0.172-0.625 0.25-0.953 0.25s-0.656-0.078-0.953-0.25l-11-6c-0.641-0.344-1.047-1.016-1.047-1.75v-12c0-0.844 0.531-1.594 1.313-1.875l11-4c0.219-0.078 0.453-0.125 0.688-0.125s0.469 0.047 0.688 0.125l11 4c0.781 0.281 1.313 1.031 1.313 1.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cubes\" viewBox=\"0 0 34 28\">\n<title>cubes</title>\n<path d=\"M10 25.5l6-3v-4.906l-6 2.562v5.344zM9 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM26 25.5l6-3v-4.906l-6 2.562v5.344zM25 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM18 13.828l6-2.578v-4.156l-6 2.562v4.172zM17 7.906l6.891-2.953-6.891-2.953-6.891 2.953zM34 16v6.5c0 0.75-0.422 1.453-1.109 1.781l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.047-0.016-0.078-0.031-0.109-0.063-0.031 0.031-0.063 0.047-0.109 0.063l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.688-0.328-1.109-1.031-1.109-1.781v-6.5c0-0.797 0.484-1.516 1.219-1.844l6.781-2.906v-6.25c0-0.797 0.484-1.516 1.219-1.844l7-3c0.25-0.109 0.516-0.156 0.781-0.156s0.531 0.047 0.781 0.156l7 3c0.734 0.328 1.219 1.047 1.219 1.844v6.25l6.781 2.906c0.75 0.328 1.219 1.047 1.219 1.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance\" viewBox=\"0 0 32 28\">\n<title>behance</title>\n<path d=\"M28.875 5.297h-7.984v1.937h7.984v-1.937zM24.938 11.953c-1.875 0-3.125 1.172-3.25 3.047h6.375c-0.172-1.891-1.156-3.047-3.125-3.047zM25.188 21.094c1.188 0 2.719-0.641 3.094-1.859h3.453c-1.062 3.266-3.266 4.797-6.672 4.797-4.5 0-7.297-3.047-7.297-7.484 0-4.281 2.953-7.547 7.297-7.547 4.469 0 6.937 3.516 6.937 7.734 0 0.25-0.016 0.5-0.031 0.734h-10.281c0 2.281 1.203 3.625 3.5 3.625zM4.328 20.312h4.625c1.766 0 3.203-0.625 3.203-2.609 0-2.016-1.203-2.812-3.109-2.812h-4.719v5.422zM4.328 11.922h4.391c1.547 0 2.641-0.672 2.641-2.344 0-1.813-1.406-2.25-2.969-2.25h-4.062v4.594zM0 3.969h9.281c3.375 0 6.297 0.953 6.297 4.875 0 1.984-0.922 3.266-2.688 4.109 2.422 0.688 3.594 2.516 3.594 4.984 0 4-3.359 5.719-6.937 5.719h-9.547v-19.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance-square\" viewBox=\"0 0 24 28\">\n<title>behance-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM7.797 7.734h-5.797v12.297h5.969c2.234 0 4.328-1.062 4.328-3.563 0-1.547-0.734-2.688-2.234-3.125 1.094-0.531 1.672-1.328 1.672-2.562 0-2.453-1.828-3.047-3.937-3.047zM7.453 12.703h-2.75v-2.875h2.547c0.969 0 1.859 0.266 1.859 1.406 0 1.047-0.688 1.469-1.656 1.469zM7.594 17.938h-2.891v-3.391h2.953c1.188 0 1.937 0.516 1.937 1.766s-0.891 1.625-2 1.625zM17.75 18.438c-1.437 0-2.188-0.844-2.188-2.266h6.422c0.016-0.156 0.016-0.313 0.016-0.469 0-2.625-1.547-4.828-4.344-4.828-2.703 0-4.562 2.047-4.562 4.719 0 2.781 1.75 4.672 4.562 4.672 2.141 0 3.516-0.953 4.172-2.984h-2.156c-0.234 0.75-1.188 1.156-1.922 1.156zM17.594 12.719c1.219 0 1.828 0.734 1.937 1.906h-3.969c0.078-1.172 0.859-1.906 2.031-1.906zM15.062 8.563h4.984v1.203h-4.984v-1.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam\" viewBox=\"0 0 28 28\">\n<title>steam</title>\n<path d=\"M24.719 9.094c0 2.109-1.719 3.813-3.813 3.813-2.109 0-3.813-1.703-3.813-3.813s1.703-3.813 3.813-3.813c2.094 0 3.813 1.703 3.813 3.813zM12.688 20.687c0-2.172-1.734-3.906-3.906-3.906-0.281 0-0.562 0.031-0.844 0.094l1.625 0.656c1.594 0.641 2.375 2.438 1.734 4.031s-2.453 2.375-4.047 1.719c-0.641-0.25-1.281-0.516-1.922-0.766 0.656 1.234 1.953 2.078 3.453 2.078 2.172 0 3.906-1.734 3.906-3.906zM25.656 9.109c0-2.625-2.141-4.766-4.766-4.766-2.641 0-4.781 2.141-4.781 4.766 0 2.641 2.141 4.766 4.781 4.766 2.625 0 4.766-2.125 4.766-4.766zM28 9.109c0 3.938-3.187 7.109-7.109 7.109l-6.828 4.984c-0.25 2.688-2.531 4.797-5.281 4.797-2.531 0-4.672-1.797-5.187-4.188l-3.594-1.437v-6.703l6.078 2.453c0.797-0.484 1.719-0.75 2.703-0.75 0.187 0 0.375 0.016 0.547 0.031l4.438-6.359c0.031-3.891 3.219-7.047 7.125-7.047 3.922 0 7.109 3.187 7.109 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam-square\" viewBox=\"0 0 24 28\">\n<title>steam-square</title>\n<path d=\"M19.406 10.109c0-1.656-1.359-3.016-3.031-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.031-1.344 3.031-3.016zM9.875 19.297c0 1.719-1.375 3.094-3.094 3.094-1.188 0-2.219-0.672-2.734-1.656 0.516 0.203 1.016 0.406 1.531 0.625 1.25 0.5 2.688-0.109 3.203-1.375 0.5-1.25-0.109-2.688-1.375-3.187l-1.281-0.516c0.203-0.047 0.438-0.078 0.656-0.078 1.719 0 3.094 1.375 3.094 3.094zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-2.391l2.688 1.078c0.406 1.891 2.094 3.313 4.094 3.313 2.187 0 3.984-1.672 4.188-3.797l5.391-3.938c3.125 0 5.641-2.531 5.641-5.625 0-3.125-2.516-5.641-5.641-5.641-3.078 0-5.594 2.5-5.625 5.578l-3.516 5.031c-0.141-0.016-0.281-0.016-0.438-0.016-0.781 0-1.516 0.203-2.141 0.578l-4.641-1.859v-7.313c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5zM20.141 10.141c0 2.078-1.687 3.766-3.781 3.766-2.078 0-3.766-1.687-3.766-3.766 0-2.094 1.687-3.781 3.766-3.781 2.094 0 3.781 1.687 3.781 3.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-recycle\" viewBox=\"0 0 28 28\">\n<title>recycle</title>\n<path d=\"M13.062 18.266l-0.234 5.75-0.031 0.344-6.563-0.453c-0.812-0.063-1.484-0.828-1.781-1.516-0.625-1.453 0.187-3.172 0.656-4.562 0 0 1.203 0.187 7.953 0.438zM7.016 9.109l2.812 5.922-2.297-1.437c-3.516 4.016-3.844 7-3.844 7l-2.969-5.578c-0.609-0.906-0.063-1.891-0.063-1.891s0.547-0.984 1.781-2.938l-2.188-1.344zM26.25 17.187l-2.938 5.609c-0.406 1.016-1.531 1.109-1.531 1.109s-1.109 0.109-3.422 0.187l0.125 2.562-3.594-5.734 3.297-5.656 0.109 2.703c5.297 0.641 7.953-0.781 7.953-0.781zM13.984 2.75c0 0-0.734 0.969-4.141 6.797l-4.953-2.922-0.297-0.187 3.516-5.563c0.438-0.688 1.422-0.938 2.188-0.859 1.563 0.141 2.688 1.656 3.687 2.734zM24.219 7.547l3.313 5.672c0.422 0.703 0.172 1.687-0.234 2.344-0.844 1.313-2.719 1.625-4.125 2.016 0 0-0.531-1.109-4.141-6.813l4.891-3.047zM21.984 4.016l2.219-1.297-3.437 5.828-6.547-0.313 2.359-1.344c-1.875-4.984-4.359-6.703-4.359-6.703l6.328 0.016c1.094-0.094 1.687 0.844 1.687 0.844s0.609 0.953 1.75 2.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-automobile\" viewBox=\"0 0 32 28\">\n<title>automobile</title>\n<path d=\"M7.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM8.062 12h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM29.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM32 15.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-16v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h12c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438c1.937 0 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cab\" viewBox=\"0 0 32 28\">\n<title>cab</title>\n<path d=\"M28.5 14c1.937 0 3.5 1.563 3.5 3.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-16v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h2v-3.5c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5v3.5h2c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438zM5 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM8.062 14h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM27 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tree\" viewBox=\"0 0 24 28\">\n<title>tree</title>\n<path d=\"M23.5 23c0 0.547-0.453 1-1 1h-7.219c0.047 1 0.172 2.047 0.172 3.063 0 0.516-0.422 0.938-0.953 0.938h-5c-0.531 0-0.953-0.422-0.953-0.938 0-1.016 0.125-2.063 0.172-3.063h-7.219c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.578c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.078c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6-6c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l6 6c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.078l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.578l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spotify\" viewBox=\"0 0 24 28\">\n<title>spotify</title>\n<path d=\"M17.609 18.906c0-0.438-0.172-0.609-0.469-0.797-2.016-1.203-4.359-1.797-6.984-1.797-1.531 0-3 0.203-4.484 0.531-0.359 0.078-0.656 0.313-0.656 0.812 0 0.391 0.297 0.766 0.766 0.766 0.141 0 0.391-0.078 0.578-0.125 1.219-0.25 2.5-0.422 3.797-0.422 2.297 0 4.469 0.562 6.203 1.609 0.187 0.109 0.313 0.172 0.516 0.172 0.391 0 0.734-0.313 0.734-0.75zM19.109 15.547c0-0.422-0.156-0.719-0.547-0.953-2.391-1.422-5.422-2.203-8.563-2.203-2.016 0-3.391 0.281-4.734 0.656-0.5 0.141-0.75 0.484-0.75 1s0.422 0.938 0.938 0.938c0.219 0 0.344-0.063 0.578-0.125 1.094-0.297 2.406-0.516 3.922-0.516 2.969 0 5.672 0.781 7.625 1.937 0.172 0.094 0.344 0.203 0.594 0.203 0.531 0 0.938-0.422 0.938-0.938zM20.797 11.672c0-0.578-0.25-0.875-0.625-1.094-2.703-1.578-6.406-2.312-9.938-2.312-2.078 0-3.984 0.234-5.688 0.734-0.438 0.125-0.844 0.5-0.844 1.156 0 0.641 0.484 1.141 1.125 1.141 0.234 0 0.453-0.078 0.625-0.125 1.516-0.422 3.156-0.578 4.797-0.578 3.25 0 6.625 0.719 8.797 2.016 0.219 0.125 0.375 0.187 0.625 0.187 0.594 0 1.125-0.469 1.125-1.125zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deviantart\" viewBox=\"0 0 16 28\">\n<title>deviantart</title>\n<path d=\"M16 4.734l-4.734 9.094 0.375 0.484h4.359v6.484h-7.922l-0.688 0.469-2.219 4.266c-0.016 0-0.438 0.438-0.469 0.469h-4.703v-4.734l4.734-9.109-0.375-0.469h-4.359v-6.484h7.922l0.688-0.469 2.219-4.266c0.016 0 0.438-0.438 0.469-0.469h4.703v4.734z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-soundcloud\" viewBox=\"0 0 36 28\">\n<title>soundcloud</title>\n<path d=\"M12.25 21.438l0.25-3.766-0.25-8.172c-0.016-0.203-0.172-0.375-0.375-0.375-0.187 0-0.359 0.172-0.359 0.375l-0.219 8.172 0.219 3.766c0.016 0.203 0.172 0.359 0.359 0.359 0.203 0 0.359-0.156 0.375-0.359zM16.875 20.984l0.172-3.297-0.187-9.156c0-0.156-0.078-0.297-0.203-0.375-0.078-0.047-0.156-0.078-0.25-0.078s-0.172 0.031-0.25 0.078c-0.125 0.078-0.203 0.219-0.203 0.375l-0.016 0.094-0.156 9.047s0 0.016 0.172 3.687v0.016c0 0.094 0.031 0.187 0.094 0.266 0.094 0.109 0.219 0.172 0.359 0.172 0.125 0 0.234-0.063 0.313-0.141 0.094-0.078 0.141-0.187 0.141-0.313zM0.547 15.672l0.313 2-0.313 1.969c-0.016 0.078-0.063 0.141-0.141 0.141s-0.125-0.063-0.141-0.141l-0.266-1.969 0.266-2c0.016-0.078 0.063-0.141 0.141-0.141s0.125 0.063 0.141 0.141zM1.891 14.438l0.406 3.234-0.406 3.172c-0.016 0.078-0.078 0.141-0.156 0.141s-0.141-0.063-0.141-0.156l-0.359-3.156 0.359-3.234c0-0.078 0.063-0.141 0.141-0.141s0.141 0.063 0.156 0.141zM6.266 21.516v0 0zM3.328 13.844l0.391 3.828-0.391 3.703c0 0.094-0.078 0.172-0.172 0.172s-0.172-0.078-0.187-0.172l-0.328-3.703 0.328-3.828c0.016-0.109 0.094-0.187 0.187-0.187s0.172 0.078 0.172 0.187zM4.797 13.734l0.359 3.938-0.359 3.813c-0.016 0.125-0.109 0.203-0.219 0.203s-0.203-0.078-0.203-0.203l-0.328-3.813 0.328-3.938c0-0.125 0.094-0.203 0.203-0.203s0.203 0.078 0.219 0.203zM6.266 14.016l0.328 3.656-0.328 3.844c-0.016 0.141-0.125 0.25-0.25 0.25s-0.234-0.109-0.234-0.25l-0.313-3.844 0.313-3.656c0-0.125 0.109-0.234 0.234-0.234s0.234 0.109 0.25 0.234zM12.25 21.438v0 0zM7.734 11.734l0.328 5.938-0.328 3.844c0 0.156-0.125 0.281-0.266 0.281-0.156 0-0.266-0.125-0.281-0.281l-0.281-3.844 0.281-5.938c0.016-0.156 0.125-0.281 0.281-0.281 0.141 0 0.266 0.125 0.266 0.281zM9.203 10.391l0.297 7.313-0.297 3.813c0 0.172-0.141 0.297-0.297 0.297-0.172 0-0.297-0.125-0.313-0.297l-0.25-3.813 0.25-7.313c0.016-0.172 0.141-0.297 0.313-0.297 0.156 0 0.297 0.125 0.297 0.297zM10.734 9.766l0.281 7.906-0.281 3.781c-0.016 0.187-0.156 0.328-0.344 0.328-0.172 0-0.313-0.141-0.328-0.328l-0.25-3.781 0.25-7.906c0-0.187 0.156-0.344 0.328-0.344 0.187 0 0.328 0.156 0.344 0.344zM16.859 21.359v0 0 0 0 0 0zM13.766 9.703l0.234 7.969-0.234 3.734c0 0.219-0.172 0.391-0.391 0.391s-0.375-0.172-0.391-0.391l-0.219-3.734 0.219-7.969c0-0.219 0.172-0.391 0.391-0.391s0.391 0.172 0.391 0.391zM15.313 10l0.219 7.688-0.219 3.687c0 0.234-0.187 0.422-0.422 0.422s-0.422-0.187-0.438-0.422l-0.187-3.687 0.187-7.688c0.016-0.25 0.203-0.438 0.438-0.438s0.406 0.187 0.422 0.438zM18.625 17.687l-0.219 3.609c0 0.266-0.219 0.484-0.484 0.484s-0.484-0.219-0.5-0.484l-0.094-1.781-0.094-1.828 0.187-9.938v-0.047c0.016-0.141 0.078-0.281 0.187-0.375 0.078-0.063 0.187-0.109 0.313-0.109 0.078 0 0.172 0.031 0.234 0.078 0.141 0.078 0.234 0.234 0.25 0.406zM36 17.391c0 2.438-1.984 4.406-4.422 4.406h-12.281c-0.266-0.031-0.484-0.234-0.484-0.516v-14.047c0-0.266 0.094-0.391 0.438-0.516 0.859-0.344 1.828-0.531 2.828-0.531 4.078 0 7.422 3.125 7.781 7.109 0.531-0.219 1.109-0.344 1.719-0.344 2.438 0 4.422 1.984 4.422 4.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-database\" viewBox=\"0 0 24 28\">\n<title>database</title>\n<path d=\"M12 12c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 24c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 18c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 0c6.625 0 12 1.797 12 4v2c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2c0-2.203 5.375-4 12-4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-pdf-o\" viewBox=\"0 0 24 28\">\n<title>file-pdf-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM13.969 16.734c0.391 0.313 0.828 0.594 1.312 0.875 0.656-0.078 1.266-0.109 1.828-0.109 1.047 0 2.375 0.125 2.766 0.766 0.109 0.156 0.203 0.438 0.031 0.812-0.016 0.016-0.031 0.047-0.047 0.063v0.016c-0.047 0.281-0.281 0.594-1.109 0.594-1 0-2.516-0.453-3.828-1.141-2.172 0.234-4.453 0.719-6.125 1.297-1.609 2.75-2.844 4.094-3.781 4.094-0.156 0-0.297-0.031-0.438-0.109l-0.375-0.187c-0.047-0.016-0.063-0.047-0.094-0.078-0.078-0.078-0.141-0.25-0.094-0.562 0.156-0.719 1-1.922 2.938-2.938 0.125-0.078 0.281-0.031 0.359 0.094 0.016 0.016 0.031 0.047 0.031 0.063 0.484-0.797 1.047-1.813 1.672-3.078 0.703-1.406 1.25-2.781 1.625-4.094-0.5-1.703-0.656-3.453-0.375-4.484 0.109-0.391 0.344-0.625 0.656-0.625h0.344c0.234 0 0.422 0.078 0.547 0.234 0.187 0.219 0.234 0.562 0.141 1.062-0.016 0.047-0.031 0.094-0.063 0.125 0.016 0.047 0.016 0.078 0.016 0.125v0.469c-0.016 0.984-0.031 1.922-0.219 3 0.547 1.641 1.359 2.969 2.281 3.719zM4.969 23.156c0.469-0.219 1.141-0.891 2.141-2.469-1.172 0.906-1.906 1.937-2.141 2.469zM11.188 8.781c-0.156 0.438-0.156 1.188-0.031 2.063 0.047-0.25 0.078-0.484 0.109-0.688 0.031-0.266 0.078-0.484 0.109-0.672 0.016-0.047 0.031-0.078 0.063-0.125-0.016-0.016-0.016-0.047-0.031-0.078-0.016-0.281-0.109-0.453-0.203-0.562 0 0.031-0.016 0.047-0.016 0.063zM9.25 19.109c1.375-0.547 2.906-0.984 4.438-1.266-0.156-0.125-0.313-0.234-0.453-0.359-0.766-0.672-1.453-1.609-1.984-2.75-0.297 0.953-0.734 1.969-1.297 3.078-0.234 0.438-0.469 0.875-0.703 1.297zM19.344 18.859c-0.078-0.078-0.484-0.375-2.188-0.375 0.766 0.281 1.469 0.438 1.937 0.438 0.141 0 0.219 0 0.281-0.016 0-0.016-0.016-0.031-0.031-0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-word-o\" viewBox=\"0 0 24 28\">\n<title>file-word-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM3.641 12v1.672h1.094l2.562 10.328h2.484l2-7.578c0.078-0.234 0.125-0.469 0.156-0.719 0.016-0.125 0.031-0.25 0.031-0.375h0.063l0.047 0.375c0.047 0.219 0.063 0.469 0.141 0.719l2 7.578h2.484l2.562-10.328h1.094v-1.672h-4.688v1.672h1.406l-1.547 6.844c-0.063 0.25-0.094 0.516-0.109 0.719l-0.031 0.328h-0.063c0-0.094-0.031-0.219-0.047-0.328-0.047-0.203-0.078-0.469-0.141-0.719l-2.25-8.516h-1.781l-2.25 8.516c-0.063 0.25-0.078 0.516-0.125 0.719l-0.063 0.328h-0.063l-0.031-0.328c-0.016-0.203-0.047-0.469-0.109-0.719l-1.547-6.844h1.406v-1.672h-4.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-excel-o\" viewBox=\"0 0 24 28\">\n<title>file-excel-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.703 22.344v1.656h4.391v-1.656h-1.172l1.609-2.516c0.187-0.297 0.281-0.531 0.328-0.531h0.031c0.016 0.063 0.047 0.109 0.078 0.156 0.063 0.125 0.156 0.219 0.266 0.375l1.672 2.516h-1.188v1.656h4.547v-1.656h-1.062l-3-4.266 3.047-4.406h1.047v-1.672h-4.359v1.672h1.156l-1.609 2.484c-0.187 0.297-0.328 0.531-0.328 0.516h-0.031c-0.016-0.063-0.047-0.109-0.078-0.156-0.063-0.109-0.141-0.219-0.266-0.359l-1.656-2.484h1.188v-1.672h-4.531v1.672h1.062l2.953 4.25-3.031 4.422h-1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-powerpoint-o\" viewBox=\"0 0 24 28\">\n<title>file-powerpoint-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.5 22.344v1.656h5.109v-1.656h-1.453v-2.609h2.141c0.672 0 1.281-0.031 1.844-0.234 1.406-0.484 2.281-1.937 2.281-3.641s-0.844-3.016-2.141-3.563c-0.594-0.234-1.313-0.297-2.031-0.297h-5.75v1.672h1.437v8.672h-1.437zM12.016 17.969h-1.859v-4.188h1.875c0.547 0 0.969 0.094 1.297 0.281 0.562 0.328 0.875 0.969 0.875 1.797 0 0.875-0.313 1.547-0.969 1.875-0.328 0.156-0.734 0.234-1.219 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-image-o\" viewBox=\"0 0 24 28\">\n<title>file-image-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM20 19v5h-16v-3l3-3 2 2 6-6zM7 16c-1.656 0-3-1.344-3-3s1.344-3 3-3 3 1.344 3 3-1.344 3-3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-archive-o\" viewBox=\"0 0 24 28\">\n<title>file-archive-o</title>\n<path d=\"M10 6v-2h-2v2h2zM12 8v-2h-2v2h2zM10 10v-2h-2v2h2zM12 12v-2h-2v2h2zM22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v2h-2v-2h-8v24h20zM12.203 14.734c1.328 4.484 1.672 5.453 1.672 5.453 0.078 0.266 0.125 0.531 0.125 0.812 0 1.734-1.687 3-4 3s-4-1.266-4-3c0-0.281 0.047-0.547 0.125-0.812 0 0 0.328-0.969 1.875-6.188v-2h2v2h1.234c0.453 0 0.844 0.297 0.969 0.734zM10 22c1.109 0 2-0.453 2-1s-0.891-1-2-1-2 0.453-2 1 0.891 1 2 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-audio-o\" viewBox=\"0 0 24 28\">\n<title>file-audio-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM9.688 13.281c0.187 0.078 0.313 0.266 0.313 0.469v8.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-2.594-2.609h-2.047c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h2.047l2.594-2.609c0.156-0.141 0.359-0.187 0.547-0.109zM16.203 24.047c0.297 0 0.578-0.125 0.781-0.375 1.297-1.594 2.016-3.609 2.016-5.672s-0.719-4.078-2.016-5.672c-0.344-0.438-0.984-0.5-1.406-0.156-0.438 0.359-0.5 0.984-0.141 1.422 1.016 1.25 1.563 2.781 1.563 4.406s-0.547 3.156-1.563 4.406c-0.359 0.438-0.297 1.062 0.141 1.406 0.187 0.156 0.406 0.234 0.625 0.234zM12.906 21.734c0.266 0 0.531-0.109 0.734-0.313 0.875-0.938 1.359-2.141 1.359-3.422s-0.484-2.484-1.359-3.422c-0.375-0.406-1.016-0.422-1.422-0.047-0.391 0.375-0.422 1.016-0.031 1.422 0.516 0.562 0.812 1.281 0.812 2.047s-0.297 1.484-0.812 2.047c-0.391 0.406-0.359 1.047 0.031 1.422 0.203 0.172 0.453 0.266 0.688 0.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-movie-o\" viewBox=\"0 0 24 28\">\n<title>file-movie-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM12 12c1.094 0 2 0.906 2 2v6c0 1.094-0.906 2-2 2h-6c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h6zM19.688 12.031c0.187 0.078 0.313 0.266 0.313 0.469v9c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.266-0.047-0.359-0.141l-4.141-4.156v-1.406l4.141-4.156c0.094-0.094 0.234-0.141 0.359-0.141 0.063 0 0.125 0.016 0.187 0.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-code-o\" viewBox=\"0 0 24 28\">\n<title>file-code-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM7.5 12c0.172-0.219 0.484-0.266 0.703-0.094l0.797 0.594c0.219 0.172 0.266 0.484 0.094 0.703l-2.844 3.797 2.844 3.797c0.172 0.219 0.125 0.531-0.094 0.703l-0.797 0.594c-0.219 0.172-0.531 0.125-0.703-0.094l-3.531-4.703c-0.125-0.172-0.125-0.422 0-0.594zM20.031 16.703c0.125 0.172 0.125 0.422 0 0.594l-3.531 4.703c-0.172 0.219-0.484 0.266-0.703 0.094l-0.797-0.594c-0.219-0.172-0.266-0.484-0.094-0.703l2.844-3.797-2.844-3.797c-0.172-0.219-0.125-0.531 0.094-0.703l0.797-0.594c0.219-0.172 0.531-0.125 0.703 0.094zM10.344 23.906c-0.281-0.047-0.453-0.313-0.406-0.578l2.156-12.984c0.047-0.281 0.313-0.453 0.578-0.406l0.984 0.156c0.281 0.047 0.453 0.313 0.406 0.578l-2.156 12.984c-0.047 0.281-0.313 0.453-0.578 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vine\" viewBox=\"0 0 24 28\">\n<title>vine</title>\n<path d=\"M23.391 12.922v3.094c-1.094 0.25-2.188 0.359-3.094 0.359-2.188 4.594-6.109 8.531-7.422 9.266-0.828 0.469-1.609 0.5-2.531-0.047-1.609-0.969-7.703-5.969-9.734-21.688h4.422c1.109 9.438 3.828 14.281 6.813 17.906 1.656-1.656 3.25-3.859 4.484-6.344-2.953-1.5-4.75-4.797-4.75-8.641 0-3.891 2.234-6.828 6.062-6.828 3.719 0 5.75 2.312 5.75 6.297 0 1.484-0.313 3.172-0.906 4.469 0 0-2.75 0.547-3.766-1.219 0.203-0.672 0.484-1.828 0.484-2.875 0-1.859-0.672-2.766-1.687-2.766-1.078 0-1.828 1.016-1.828 2.969 0 3.984 2.531 6.266 5.812 6.266 0.578 0 1.234-0.063 1.891-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codepen\" viewBox=\"0 0 28 28\">\n<title>codepen</title>\n<path d=\"M3.375 18.266l9.422 6.281v-5.609l-5.219-3.484zM2.406 16.016l3.016-2.016-3.016-2.016v4.031zM15.203 24.547l9.422-6.281-4.203-2.812-5.219 3.484v5.609zM14 16.844l4.25-2.844-4.25-2.844-4.25 2.844zM7.578 12.547l5.219-3.484v-5.609l-9.422 6.281zM22.578 14l3.016 2.016v-4.031zM20.422 12.547l4.203-2.812-9.422-6.281v5.609zM28 9.734v8.531c0 0.391-0.203 0.781-0.531 1l-12.797 8.531c-0.203 0.125-0.438 0.203-0.672 0.203s-0.469-0.078-0.672-0.203l-12.797-8.531c-0.328-0.219-0.531-0.609-0.531-1v-8.531c0-0.391 0.203-0.781 0.531-1l12.797-8.531c0.203-0.125 0.438-0.203 0.672-0.203s0.469 0.078 0.672 0.203l12.797 8.531c0.328 0.219 0.531 0.609 0.531 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-jsfiddle\" viewBox=\"0 0 32 28\">\n<title>jsfiddle</title>\n<path d=\"M28.125 12.063c2.266 0.938 3.875 3.156 3.875 5.734 0 3.422-2.828 6.203-6.297 6.203-0.125 0-0.234-0.016-0.344-0.016h-19.016c-3.5-0.203-6.344-2.875-6.344-6.344 0-2.328 1.266-4.359 3.156-5.469-0.125-0.406-0.187-0.828-0.187-1.281 0-2.391 1.953-4.328 4.391-4.328 1 0 1.937 0.344 2.688 0.906 1.531-3.156 4.781-5.344 8.578-5.344 5.266 0 9.516 4.203 9.516 9.375 0 0.187-0.016 0.375-0.016 0.562zM7.313 16.219c0 2.641 2.078 4.125 4.562 4.125 1.531 0 2.641-0.484 3.75-1.547-0.453-0.562-0.953-1.109-1.422-1.672-0.641 0.625-1.344 1.016-2.25 1.016-1.109 0-2.063-0.734-2.063-1.891 0-1.141 0.953-1.891 2.031-1.891 3.437 0 4.172 6 9.172 6 2.438 0 4.5-1.531 4.5-4.094 0-2.594-2.078-4.109-4.547-4.109-1.531 0-2.672 0.438-3.766 1.516 0.5 0.547 0.969 1.125 1.453 1.687 0.625-0.609 1.328-1 2.219-1 1.031 0 2.063 0.734 2.063 1.828 0 1.203-0.875 1.969-2.047 1.969-3.328 0-4.219-6-9.094-6-2.422 0-4.562 1.484-4.562 4.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-life-bouy\" viewBox=\"0 0 28 28\">\n<title>life-bouy</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM14 2c-2.031 0-3.953 0.516-5.641 1.406l3.031 3.031c0.828-0.281 1.703-0.438 2.609-0.438 0.922 0 1.781 0.156 2.609 0.438l3.031-3.031c-1.687-0.891-3.609-1.406-5.641-1.406zM3.406 19.641l3.031-3.031c-0.281-0.828-0.438-1.703-0.438-2.609 0-0.922 0.156-1.781 0.438-2.609l-3.031-3.031c-0.891 1.687-1.406 3.609-1.406 5.641s0.516 3.953 1.406 5.641zM14 26c2.031 0 3.953-0.516 5.641-1.406l-3.031-3.031c-0.828 0.281-1.687 0.438-2.609 0.438-0.906 0-1.781-0.156-2.609-0.438l-3.031 3.031c1.687 0.891 3.609 1.406 5.641 1.406zM14 20c3.313 0 6-2.688 6-6s-2.688-6-6-6-6 2.688-6 6 2.688 6 6 6zM21.562 16.609l3.031 3.031c0.891-1.687 1.406-3.609 1.406-5.641s-0.516-3.953-1.406-5.641l-3.031 3.031c0.281 0.828 0.438 1.703 0.438 2.609s-0.156 1.781-0.438 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o-notch\" viewBox=\"0 0 28 28\">\n<title>circle-o-notch</title>\n<path d=\"M27.5 14c0 7.453-6.047 13.5-13.5 13.5s-13.5-6.047-13.5-13.5c0-6.781 5-12.391 11.5-13.359v3.563c-4.562 0.922-8 4.969-8 9.797 0 5.516 4.484 10 10 10s10-4.484 10-10c0-4.828-3.437-8.875-8-9.797v-3.563c6.5 0.969 11.5 6.578 11.5 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ra\" viewBox=\"0 0 28 28\">\n<title>ra</title>\n<path d=\"M0.297 13.656c0.156-4.469 2.438-8.594 6.578-11.312 0.016 0 0.109-0.031 0.063 0.047-0.328 0.313-6.281 7.328-0.797 12.781 2.812 2.797 5.078 0.141 5.078 0.141 2.172-2.828-0.031-7.109-0.031-7.109-0.562-1.406-2.578-2.266-2.578-2.266l1.625-1.797c1.375 0.594 2.438 2.188 2.438 2.188 0.047-1.672-1.234-3.469-1.234-3.469l2.516-2.859 2.5 2.828c-1.156 1.625-1.234 3.531-1.234 3.531 0.781-1.297 2.453-2.219 2.453-2.219l1.609 1.797c-1.547 0.5-2.562 2.25-2.562 2.25-0.891 1.609-1.531 5.047 0.031 7.187 1.828 2.516 4.953-0.156 4.953-0.156 5.797-5.187-0.594-12.703-0.594-12.703-0.344-0.313 0.047-0.156 0.047-0.156 2.828 2.063 6.469 4.766 6.563 11.562 0.109 8.219-5.641 14.078-13.687 14.078-7.859 0-13.969-6.563-13.734-14.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-empire\" viewBox=\"0 0 28 28\">\n<title>empire</title>\n<path d=\"M13.656 25.594v1.031c-4.406-0.125-8.266-2.5-10.437-6.016l0.906-0.531c0.328 0.547 0.719 1.062 1.141 1.547l1.016-0.891c1.469 1.672 3.469 2.859 5.75 3.313l-0.266 1.344c0.609 0.109 1.25 0.187 1.891 0.203zM4.312 17.313l-1.297 0.438c0.219 0.609 0.469 1.188 0.766 1.75l-0.891 0.516c-0.969-1.781-1.531-3.844-1.531-6.016s0.562-4.234 1.531-6.016l0.891 0.516c-0.297 0.547-0.562 1.141-0.766 1.75l1.281 0.438c-0.359 1.031-0.547 2.156-0.547 3.313s0.203 2.281 0.562 3.313zM23.875 20.078l0.906 0.531c-2.172 3.516-6.031 5.891-10.437 6.016v-1.031c0.641-0.016 1.281-0.094 1.891-0.203l-0.266-1.344c2.281-0.453 4.281-1.641 5.75-3.313l1.016 0.891c0.422-0.484 0.812-1 1.141-1.547zM21.516 11.422l-3.641 1.25c0.141 0.422 0.219 0.859 0.219 1.328s-0.078 0.906-0.219 1.328l3.625 1.25c-0.328 0.984-0.859 1.875-1.531 2.641l-2.891-2.531c-0.578 0.672-1.375 1.141-2.297 1.328l0.75 3.766c-0.484 0.094-1 0.156-1.531 0.156s-1.047-0.063-1.531-0.156l0.75-3.766c-0.922-0.187-1.719-0.656-2.297-1.328l-2.891 2.531c-0.672-0.766-1.203-1.656-1.531-2.641l3.625-1.25c-0.141-0.422-0.219-0.859-0.219-1.328s0.078-0.906 0.219-1.328l-3.641-1.25c0.344-0.984 0.875-1.875 1.547-2.641l2.891 2.531c0.578-0.672 1.375-1.156 2.297-1.344l-0.75-3.75c0.484-0.109 1-0.156 1.531-0.156s1.047 0.047 1.531 0.156l-0.75 3.75c0.922 0.187 1.719 0.672 2.297 1.344l2.891-2.531c0.672 0.766 1.203 1.656 1.547 2.641zM13.656 1.375v1.031c-0.641 0.016-1.281 0.078-1.891 0.203l0.266 1.344c-2.281 0.437-4.281 1.625-5.75 3.297l-1.016-0.875c-0.422 0.469-0.797 0.984-1.141 1.531l-0.891-0.516c2.172-3.531 6.016-5.891 10.422-6.016v0zM26.641 14c0 2.172-0.562 4.234-1.531 6.016l-0.891-0.516c0.297-0.562 0.547-1.141 0.766-1.75l-1.297-0.438c0.359-1.031 0.562-2.156 0.562-3.313s-0.187-2.281-0.547-3.313l1.281-0.438c-0.203-0.609-0.469-1.203-0.766-1.75l0.891-0.516c0.969 1.781 1.531 3.844 1.531 6.016zM24.766 7.391l-0.891 0.516c-0.344-0.547-0.719-1.062-1.141-1.531l-1.016 0.875c-1.469-1.672-3.469-2.859-5.75-3.297l0.266-1.344c-0.609-0.125-1.25-0.187-1.891-0.203v-1.031c4.406 0.125 8.25 2.484 10.422 6.016zM27.312 14c0-7.344-5.969-13.312-13.312-13.312v0c-7.344 0-13.312 5.969-13.312 13.312s5.969 13.312 13.312 13.312 13.312-5.969 13.312-13.312zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git-square\" viewBox=\"0 0 24 28\">\n<title>git-square</title>\n<path d=\"M9.094 20.438c0 0.844-0.766 1.031-1.453 1.031-0.672 0-1.672-0.109-1.672-0.984 0-0.859 0.844-1 1.531-1 0.656 0 1.594 0.109 1.594 0.953zM8.531 13.156c0 0.781-0.313 1.328-1.156 1.328-0.859 0-1.203-0.5-1.203-1.313s0.313-1.406 1.203-1.406c0.797 0 1.156 0.656 1.156 1.391zM11.125 11.984v-1.953c-0.672 0.25-1.391 0.453-2.109 0.453-0.516-0.297-1.109-0.453-1.719-0.453-1.781 0-3.187 1.313-3.187 3.125 0 0.969 0.641 2.312 1.609 2.641v0.047c-0.5 0.219-0.594 0.828-0.594 1.328 0 0.516 0.187 0.938 0.641 1.203v0.047c-1.062 0.344-1.766 1.016-1.766 2.172 0 1.984 1.891 2.547 3.547 2.547 2 0 3.5-0.734 3.5-2.938 0-1.563-1.422-2.031-2.719-2.266-0.438-0.078-1.188-0.391-1.188-0.938 0-0.516 0.281-0.734 0.766-0.812 1.594-0.313 2.609-1.547 2.609-3.187 0-0.281-0.063-0.547-0.156-0.812 0.25-0.063 0.516-0.125 0.766-0.203zM12.047 18.531h2.141c-0.031-0.422-0.031-0.859-0.031-1.281v-6.047c0-0.359 0-0.719 0.031-1.078h-2.141c0.047 0.359 0.047 0.75 0.047 1.109v6.125c0 0.391 0 0.781-0.047 1.172zM20 18.281v-1.891c-0.313 0.219-0.688 0.328-1.062 0.328-0.703 0-0.828-0.703-0.828-1.281v-3.516h0.812c0.281 0 0.547 0.031 0.828 0.031v-1.828h-1.641c0-0.531-0.031-1.062 0.047-1.594h-2.188c0.047 0.281 0.063 0.562 0.063 0.859v0.734h-0.938v1.828c0.187-0.016 0.375-0.047 0.578-0.047 0.109 0 0.234 0.016 0.359 0.016v0.031h-0.031v3.391c0 1.687 0.25 3.313 2.312 3.313 0.578 0 1.172-0.094 1.687-0.375zM14.438 7.25c0-0.734-0.547-1.422-1.313-1.422s-1.328 0.672-1.328 1.422c0 0.734 0.578 1.391 1.328 1.391s1.313-0.672 1.313-1.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git\" viewBox=\"0 0 28 28\">\n<title>git</title>\n<path d=\"M9.297 23.656c0-1.375-1.516-1.563-2.578-1.563-1.109 0-2.469 0.234-2.469 1.625 0 1.406 1.609 1.578 2.688 1.578 1.141 0 2.359-0.281 2.359-1.641zM8.375 11.859c0-1.172-0.562-2.234-1.859-2.234-1.437 0-1.937 0.953-1.937 2.266 0 1.297 0.562 2.109 1.937 2.109 1.359 0 1.859-0.875 1.859-2.141zM12.578 6.797v3.156c-0.406 0.141-0.812 0.25-1.234 0.344 0.156 0.422 0.25 0.859 0.25 1.313 0 2.641-1.625 4.656-4.219 5.141-0.781 0.156-1.234 0.484-1.234 1.328 0 2.391 6.312 0.766 6.312 5.172 0 3.578-2.422 4.75-5.672 4.75-2.672 0-5.719-0.891-5.719-4.109 0-1.875 1.141-2.953 2.844-3.516v-0.063c-0.719-0.438-1.047-1.125-1.047-1.969 0-0.797 0.172-1.781 0.984-2.141v-0.063c-1.578-0.531-2.609-2.703-2.609-4.281 0-2.922 2.266-5.063 5.156-5.063 0.969 0 1.937 0.25 2.781 0.734 1.172 0 2.328-0.313 3.406-0.734zM17.547 20.563h-3.469c0.063-0.703 0.063-1.391 0.063-2.094v-9.516c0-0.672 0.016-1.344-0.063-2h3.469c-0.078 0.641-0.063 1.297-0.063 1.937v9.578c0 0.703 0 1.391 0.063 2.094zM26.938 17.094v3.063c-0.828 0.453-1.781 0.609-2.719 0.609-3.344 0-3.734-2.641-3.734-5.359v-5.484h0.031v-0.063c-0.203 0-0.391-0.031-0.578-0.031-0.313 0-0.625 0.047-0.922 0.094v-2.969h1.5v-1.188c0-0.469-0.016-0.938-0.094-1.391h3.547c-0.125 0.859-0.094 1.719-0.094 2.578h2.672v2.969c-0.453 0-0.906-0.063-1.344-0.063h-1.328v5.703c0 0.922 0.203 2.047 1.359 2.047 0.609 0 1.203-0.172 1.703-0.516zM17.938 2.297c0 1.172-0.906 2.266-2.109 2.266-1.234 0-2.156-1.078-2.156-2.266 0-1.203 0.906-2.297 2.156-2.297 1.234 0 2.109 1.125 2.109 2.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hacker-news\" viewBox=\"0 0 24 28\">\n<title>hacker-news</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tencent-weibo\" viewBox=\"0 0 20 28\">\n<title>tencent-weibo</title>\n<path d=\"M13.156 8.937c0 1.656-1.359 3.016-3.016 3.016-0.641 0-1.234-0.203-1.734-0.547-0.562 0.609-1.188 1.375-1.797 2.281-2.547 3.828-3.625 8.344-3.156 13.422 0.031 0.453-0.297 0.844-0.734 0.891h-0.078c-0.406 0-0.766-0.313-0.812-0.734-0.609-6.844 1.563-11.688 3.484-14.547 0.703-1.047 1.406-1.891 2.063-2.578-0.172-0.375-0.25-0.781-0.25-1.203 0-1.672 1.344-3.016 3.016-3.016 1.656 0 3.016 1.344 3.016 3.016zM19.109 9.109c0 5.016-4.078 9.094-9.109 9.094-0.688 0-1.375-0.078-2.047-0.219-0.438-0.109-0.703-0.547-0.609-0.984 0.109-0.422 0.531-0.703 0.969-0.609 0.547 0.141 1.125 0.203 1.687 0.203 4.125 0 7.484-3.359 7.484-7.484s-3.359-7.484-7.484-7.484-7.484 3.359-7.484 7.484c0 1.203 0.281 2.344 0.812 3.406 0.203 0.406 0.047 0.891-0.344 1.094-0.406 0.203-0.891 0.047-1.094-0.359-0.656-1.266-1-2.703-1-4.141 0-5.031 4.094-9.109 9.109-9.109 5.031 0 9.109 4.078 9.109 9.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qq\" viewBox=\"0 0 28 28\">\n<title>qq</title>\n<path d=\"M4.219 12.594c-0.109-0.266-0.125-0.531-0.125-0.812 0-0.438 0.281-1.141 0.547-1.469-0.016-0.406 0.156-1.234 0.469-1.5 0-2.891 2.234-6.531 4.844-7.781 1.609-0.766 3.297-1.031 5.063-1.031 1.375 0 2.875 0.328 4.156 0.859 3.672 1.547 4.5 4.422 5.281 8.094l0.016 0.078c0.453 0.688 0.859 1.5 0.859 2.344 0 0.422-0.281 0.844-0.281 1.219 0 0.031 0.094 0.156 0.109 0.187 1.344 1.984 2.562 4.141 2.562 6.609 0 0.547-0.297 2.453-1.172 2.453-0.609 0-1.281-1.484-1.5-1.891-0.016-0.016-0.031-0.016-0.047-0.016l-0.078 0.063c-0.5 1.297-1.047 2.516-2.063 3.484 0.891 0.859 2.328 0.781 2.594 2.266-0.078 0.172-0.047 0.359-0.172 0.531-0.891 1.344-3.281 1.516-4.719 1.516-1.906 0-3.453-0.5-5.25-1.031-0.375-0.109-0.938-0.047-1.344-0.094-0.953 1.047-3.281 1.328-4.625 1.328-1.188 0-5.781-0.078-5.781-2.109 0-0.875 0.187-1.125 0.797-1.687 0.484-0.094 0.844-0.359 1.406-0.391 0.078 0 0.141-0.016 0.219-0.031 0.016-0.016 0.031-0.016 0.031-0.063l-0.031-0.047c-1.078-0.25-2.594-2.969-2.828-4.094l-0.078-0.047c-0.109 0-0.156 0.234-0.187 0.313-0.344 0.797-1.156 1.656-2.063 1.75h-0.016c-0.125 0-0.078-0.125-0.172-0.156-0.219-0.516-0.359-0.984-0.359-1.563 0-3.125 1.5-5.437 3.938-7.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wechat\" viewBox=\"0 0 32 28\">\n<title>wechat</title>\n<path d=\"M9.063 7.203c0-0.859-0.562-1.422-1.422-1.422-0.844 0-1.703 0.562-1.703 1.422 0 0.844 0.859 1.406 1.703 1.406 0.859 0 1.422-0.562 1.422-1.406zM20.672 15.125c0-0.562-0.562-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.859 0 1.422-0.562 1.422-1.141zM16.984 7.203c0-0.859-0.562-1.422-1.406-1.422-0.859 0-1.703 0.562-1.703 1.422 0 0.844 0.844 1.406 1.703 1.406 0.844 0 1.406-0.562 1.406-1.406zM26.906 15.125c0-0.562-0.578-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.844 0 1.422-0.562 1.422-1.141zM22.75 8.922c-0.359-0.047-0.719-0.063-1.094-0.063-5.375 0-9.625 4.016-9.625 8.953 0 0.828 0.125 1.625 0.359 2.375-0.359 0.031-0.703 0.047-1.062 0.047-1.422 0-2.547-0.281-3.969-0.562l-3.953 1.984 1.125-3.406c-2.828-1.984-4.531-4.547-4.531-7.656 0-5.391 5.094-9.625 11.328-9.625 5.563 0 10.453 3.391 11.422 7.953zM32 17.687c0 2.547-1.687 4.813-3.969 6.516l0.859 2.828-3.109-1.703c-1.141 0.281-2.281 0.578-3.406 0.578-5.391 0-9.625-3.687-9.625-8.219s4.234-8.219 9.625-8.219c5.094 0 9.625 3.687 9.625 8.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane\" viewBox=\"0 0 28 28\">\n<title>paper-plane</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-7.078-2.891-3.781 4.609c-0.187 0.234-0.469 0.359-0.766 0.359-0.109 0-0.234-0.016-0.344-0.063-0.391-0.141-0.656-0.516-0.656-0.938v-5.453l13.5-16.547-16.703 14.453-6.172-2.531c-0.359-0.141-0.594-0.469-0.625-0.859-0.016-0.375 0.172-0.734 0.5-0.922l26-15c0.156-0.094 0.328-0.141 0.5-0.141 0.203 0 0.406 0.063 0.562 0.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane-o\" viewBox=\"0 0 28 28\">\n<title>paper-plane-o</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-8.234-3.359-4.656 5.109c-0.187 0.219-0.453 0.328-0.734 0.328-0.125 0-0.25-0.016-0.359-0.063-0.391-0.156-0.641-0.531-0.641-0.938v-7.063l-7.375-3.016c-0.359-0.141-0.594-0.469-0.625-0.859-0.031-0.375 0.172-0.734 0.5-0.922l26-15c0.328-0.203 0.75-0.187 1.062 0.031zM22.219 23.594l3.453-20.672-22.406 12.922 5.25 2.141 13.484-9.984-7.469 12.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-history\" viewBox=\"0 0 24 28\">\n<title>history</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12zM14 9.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-thin\" viewBox=\"0 0 24 28\">\n<title>circle-thin</title>\n<path d=\"M12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-header\" viewBox=\"0 0 28 28\">\n<title>header</title>\n<path d=\"M26.281 26c-1.375 0-2.766-0.109-4.156-0.109-1.375 0-2.75 0.109-4.125 0.109-0.531 0-0.781-0.578-0.781-1.031 0-1.391 1.563-0.797 2.375-1.328 0.516-0.328 0.516-1.641 0.516-2.188l-0.016-6.109c0-0.172 0-0.328-0.016-0.484-0.25-0.078-0.531-0.063-0.781-0.063h-10.547c-0.266 0-0.547-0.016-0.797 0.063-0.016 0.156-0.016 0.313-0.016 0.484l-0.016 5.797c0 0.594 0 2.219 0.578 2.562 0.812 0.5 2.656-0.203 2.656 1.203 0 0.469-0.219 1.094-0.766 1.094-1.453 0-2.906-0.109-4.344-0.109-1.328 0-2.656 0.109-3.984 0.109-0.516 0-0.75-0.594-0.75-1.031 0-1.359 1.437-0.797 2.203-1.328 0.5-0.344 0.516-1.687 0.516-2.234l-0.016-0.891v-12.703c0-0.75 0.109-3.156-0.594-3.578-0.781-0.484-2.453 0.266-2.453-1.141 0-0.453 0.203-1.094 0.75-1.094 1.437 0 2.891 0.109 4.328 0.109 1.313 0 2.641-0.109 3.953-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.344-1.547 0.688-2.312 1.172-0.547 0.328-0.547 1.937-0.547 2.5l0.016 5c0 0.172 0 0.328 0.016 0.5 0.203 0.047 0.406 0.047 0.609 0.047h10.922c0.187 0 0.391 0 0.594-0.047 0.016-0.172 0.016-0.328 0.016-0.5l0.016-5c0-0.578 0-2.172-0.547-2.5-0.781-0.469-2.344 0.156-2.344-1.172 0-0.469 0.219-1.094 0.781-1.094 1.375 0 2.75 0.109 4.125 0.109 1.344 0 2.688-0.109 4.031-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.359-1.609 0.672-2.391 1.156-0.531 0.344-0.547 1.953-0.547 2.516l0.016 14.734c0 0.516 0.031 1.875 0.531 2.188 0.797 0.5 2.484-0.141 2.484 1.219 0 0.453-0.203 1.094-0.75 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paragraph\" viewBox=\"0 0 20 28\">\n<title>paragraph</title>\n<path d=\"M19.969 2.953v1.141c0 0.531-0.422 1.453-0.953 1.453-0.266 0-0.578-0.047-0.844 0.016-0.25 0.063-0.438 0.234-0.5 0.484-0.078 0.297-0.047 0.672-0.047 1v18c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-19.031h-2.234v19.031c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-7.75c-1.516-0.125-2.812-0.438-3.828-0.922-1.313-0.609-2.312-1.547-3-2.797-0.656-1.203-1-2.562-1-4.047 0-1.734 0.469-3.234 1.375-4.469 0.922-1.234 2.016-2.063 3.266-2.484 1.172-0.391 3.641-0.578 6.516-0.578h7.484c0.531 0 0.953 0.422 0.953 0.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sliders\" viewBox=\"0 0 24 28\">\n<title>sliders</title>\n<path d=\"M5.5 22v2h-5.5v-2h5.5zM11 20c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM13.5 14v2h-13.5v-2h13.5zM3.5 6v2h-3.5v-2h3.5zM24 22v2h-11.5v-2h11.5zM9 4c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM19 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM24 14v2h-3.5v-2h3.5zM24 6v2h-13.5v-2h13.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt\" viewBox=\"0 0 24 28\">\n<title>share-alt</title>\n<path d=\"M19 16c2.766 0 5 2.234 5 5s-2.234 5-5 5-5-2.234-5-5c0-0.172 0.016-0.359 0.031-0.531l-5.625-2.812c-0.891 0.828-2.094 1.344-3.406 1.344-2.766 0-5-2.234-5-5s2.234-5 5-5c1.313 0 2.516 0.516 3.406 1.344l5.625-2.812c-0.016-0.172-0.031-0.359-0.031-0.531 0-2.766 2.234-5 5-5s5 2.234 5 5-2.234 5-5 5c-1.313 0-2.516-0.516-3.406-1.344l-5.625 2.812c0.016 0.172 0.031 0.359 0.031 0.531s-0.016 0.359-0.031 0.531l5.625 2.812c0.891-0.828 2.094-1.344 3.406-1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt-square\" viewBox=\"0 0 24 28\">\n<title>share-alt-square</title>\n<path d=\"M20 18.672c0-1.844-1.5-3.344-3.328-3.344-0.875 0-1.672 0.344-2.266 0.906l-3.766-1.875c0.016-0.125 0.031-0.234 0.031-0.359s-0.016-0.234-0.031-0.359l3.766-1.875c0.594 0.562 1.391 0.906 2.266 0.906 1.828 0 3.328-1.5 3.328-3.344 0-1.828-1.5-3.328-3.328-3.328-1.844 0-3.344 1.5-3.344 3.328 0 0.125 0.016 0.234 0.031 0.359l-3.766 1.875c-0.594-0.547-1.391-0.891-2.266-0.891-1.828 0-3.328 1.484-3.328 3.328s1.5 3.328 3.328 3.328c0.875 0 1.672-0.344 2.266-0.891l3.766 1.875c-0.016 0.125-0.031 0.234-0.031 0.359 0 1.828 1.5 3.328 3.344 3.328 1.828 0 3.328-1.5 3.328-3.328zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bomb\" viewBox=\"0 0 28 28\">\n<title>bomb</title>\n<path d=\"M8.922 9.203c-0.203-0.516-0.781-0.75-1.297-0.547-2.25 0.906-4.062 2.719-4.969 4.969-0.203 0.516 0.031 1.094 0.547 1.297 0.125 0.047 0.25 0.078 0.375 0.078 0.406 0 0.766-0.234 0.938-0.625 0.703-1.75 2.109-3.156 3.859-3.859 0.516-0.219 0.766-0.797 0.547-1.313zM23.641 3.641l0.719 0.719-3.813 3.797 1.062 1.062c0.391 0.391 0.391 1.031 0 1.422l-1 1c0.875 1.578 1.391 3.406 1.391 5.359 0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11c1.953 0 3.781 0.516 5.359 1.391l1-1c0.391-0.391 1.031-0.391 1.422 0l1.062 1.062zM23.766 2.766c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156l-1.422-1.406c-0.187-0.203-0.187-0.516 0-0.719 0.203-0.187 0.516-0.187 0.719 0l1.406 1.422c0.203 0.187 0.203 0.516 0 0.703zM27.359 6.359c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-1.406-1.422c-0.203-0.187-0.203-0.516 0-0.703 0.187-0.203 0.516-0.203 0.703 0l1.422 1.406c0.187 0.203 0.187 0.516 0 0.719zM28 3.5c0 0.281-0.219 0.5-0.5 0.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h1.5c0.281 0 0.5 0.219 0.5 0.5zM25 0.5v1.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-1.5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM27.359 1.359l-1.422 1.406c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156-0.203-0.187-0.203-0.516 0-0.703l1.406-1.422c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-futbol-o\" viewBox=\"0 0 28 28\">\n<title>futbol-o</title>\n<path d=\"M9.516 12.75l4.484-3.25 4.484 3.25-1.703 5.25h-5.547zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM23.672 21.094c1.469-2 2.328-4.438 2.328-7.094v-0.047l-1.594 1.391-3.75-3.5 0.984-5.047 2.094 0.187c-1.484-2.047-3.609-3.625-6.078-4.406l0.828 1.937-4.484 2.484-4.484-2.484 0.828-1.937c-2.469 0.781-4.594 2.359-6.078 4.406l2.109-0.187 0.969 5.047-3.75 3.5-1.594-1.391v0.047c0 2.656 0.859 5.094 2.328 7.094l0.469-2.063 5.094 0.625 2.172 4.656-1.813 1.078c1.172 0.391 2.438 0.609 3.75 0.609s2.578-0.219 3.75-0.609l-1.813-1.078 2.172-4.656 5.094-0.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tty\" viewBox=\"0 0 28 28\">\n<title>tty</title>\n<path d=\"M7 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM4 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM13 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM1.031 12c-0.578 0-1.031-0.453-1.031-1.016v-2.016h8.031v2.016c0 0.562-0.453 1.016-1.016 1.016h-5.984zM19 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM25 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.125v0.203h-8.031v-0.156c0-0.578-0.5-1.625-5.969-1.594-5.469 0.016-5.969 1.016-5.969 1.594v0.156h-8.031v-0.203c0-1.047 1.875-6.125 14-6.125 12.109 0 14 5.078 14 6.125zM28 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.969v2.016c0 0.562-0.453 1.016-1.016 1.016h-6c-0.562 0-1.016-0.453-1.016-1.016v-2.016h8.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-binoculars\" viewBox=\"0 0 28 28\">\n<title>binoculars</title>\n<path d=\"M11 5v12c0 0.547-0.453 1-1 1v0 9c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-8l3.891-13.641c0.063-0.219 0.266-0.359 0.484-0.359h6.625zM16 5v11h-4v-11h4zM28 19v8c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-9c-0.547 0-1-0.453-1-1v-12h6.625c0.219 0 0.422 0.141 0.484 0.359zM11.5 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5zM22 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plug\" viewBox=\"0 0 28 28\">\n<title>plug</title>\n<path d=\"M27.422 7.078c0.766 0.781 0.766 2.047 0 2.828l-6.266 6.25 2.344 2.344-2.5 2.5c-3.422 3.422-8.641 3.906-12.516 1.344l-5.656 5.656h-2.828v-2.828l5.656-5.656c-2.562-3.875-2.078-9.094 1.344-12.516l2.5-2.5 2.344 2.344 6.25-6.266c0.781-0.766 2.047-0.766 2.828 0 0.781 0.781 0.781 2.063 0 2.828l-6.25 6.266 3.656 3.656 6.266-6.25c0.781-0.781 2.047-0.781 2.828 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slideshare\" viewBox=\"0 0 28 28\">\n<title>slideshare</title>\n<path d=\"M13.641 11.562c0 1.734-1.516 3.156-3.375 3.156s-3.375-1.422-3.375-3.156c0-1.75 1.516-3.156 3.375-3.156s3.375 1.406 3.375 3.156zM21.484 11.562c0 1.734-1.5 3.156-3.375 3.156-1.859 0-3.375-1.422-3.375-3.156 0-1.75 1.516-3.156 3.375-3.156 1.875 0 3.375 1.406 3.375 3.156zM25 14.375v-10.422c0-1.797-0.578-2.5-2.234-2.5h-17.375c-1.734 0-2.219 0.594-2.219 2.5v10.516c3.703 1.937 6.875 1.594 8.609 1.531 0.734-0.016 1.203 0.125 1.484 0.422 0.047 0.047 0.094 0.094 0.156 0.141 0.328 0.313 0.641 0.562 0.953 0.797 0.063-0.859 0.547-1.406 1.844-1.359 1.766 0.078 5.016 0.422 8.781-1.625zM27.547 14.297c-1 1.234-2.906 2.75-5.812 3.938 3.078 10.484-7.516 12.156-7.344 6.781 0 0.094-0.016-2.891-0.016-5.109-0.234-0.047-0.469-0.109-0.75-0.172 0 2.234-0.016 5.375-0.016 5.281 0.172 5.375-10.422 3.703-7.344-6.781-2.906-1.188-4.813-2.703-5.812-3.938-0.5-0.75 0.047-1.547 0.875-0.969 0.109 0.078 0.234 0.156 0.344 0.234v-10.844c0-1.5 1.125-2.719 2.516-2.719h19.641c1.391 0 2.516 1.219 2.516 2.719v10.844l0.328-0.234c0.828-0.578 1.375 0.219 0.875 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitch\" viewBox=\"0 0 28 28\">\n<title>twitch</title>\n<path d=\"M14 6.781v6.781h-2.266v-6.781h2.266zM20.219 6.781v6.781h-2.266v-6.781h2.266zM20.219 18.656l3.953-3.969v-12.422h-18.656v16.391h5.094v3.391l3.391-3.391h6.219zM26.437 0v15.828l-6.781 6.781h-5.094l-3.391 3.391h-3.391v-3.391h-6.219v-18.094l1.703-4.516h23.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yelp\" viewBox=\"0 0 24 28\">\n<title>yelp</title>\n<path d=\"M12.078 20.609v1.984c-0.016 4.406-0.016 4.562-0.094 4.766-0.125 0.328-0.406 0.547-0.797 0.625-1.125 0.187-4.641-1.109-5.375-1.984-0.156-0.172-0.234-0.375-0.266-0.562-0.016-0.141 0.016-0.281 0.063-0.406 0.078-0.219 0.219-0.391 3.359-4.109 0 0 0.016 0 0.938-1.094 0.313-0.391 0.875-0.516 1.391-0.328 0.516 0.203 0.797 0.641 0.781 1.109zM9.75 16.688c-0.031 0.547-0.344 0.953-0.812 1.094l-1.875 0.609c-4.203 1.344-4.344 1.375-4.562 1.375-0.344-0.016-0.656-0.219-0.844-0.562-0.125-0.25-0.219-0.672-0.266-1.172-0.172-1.531 0.031-3.828 0.484-4.547 0.219-0.344 0.531-0.516 0.875-0.5 0.234 0 0.422 0.094 4.953 1.937 0 0-0.016 0.016 1.313 0.531 0.469 0.187 0.766 0.672 0.734 1.234zM22.656 21.328c-0.156 1.125-2.484 4.078-3.547 4.5-0.359 0.141-0.719 0.109-0.984-0.109-0.187-0.141-0.375-0.422-2.875-4.484l-0.734-1.203c-0.281-0.438-0.234-1 0.125-1.437 0.344-0.422 0.844-0.562 1.297-0.406 0 0 0.016 0.016 1.859 0.625 4.203 1.375 4.344 1.422 4.516 1.563 0.281 0.219 0.406 0.547 0.344 0.953zM12.156 11.453c0.078 1.625-0.609 1.828-0.844 1.906-0.219 0.063-0.906 0.266-1.781-1.109-5.75-9.078-5.906-9.344-5.906-9.344-0.078-0.328 0.016-0.688 0.297-0.969 0.859-0.891 5.531-2.203 6.75-1.891 0.391 0.094 0.672 0.344 0.766 0.703 0.063 0.391 0.625 8.813 0.719 10.703zM22.5 13.141c0.031 0.391-0.109 0.719-0.406 0.922-0.187 0.125-0.375 0.187-5.141 1.344-0.766 0.172-1.188 0.281-1.422 0.359l0.016-0.031c-0.469 0.125-1-0.094-1.297-0.562s-0.281-0.984 0-1.359c0 0 0.016-0.016 1.172-1.594 2.562-3.5 2.688-3.672 2.875-3.797 0.297-0.203 0.656-0.203 1.016-0.031 1.016 0.484 3.063 3.531 3.187 4.703v0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-newspaper-o\" viewBox=\"0 0 32 28\">\n<title>newspaper-o</title>\n<path d=\"M16 8h-6v6h6v-6zM18 18v2h-10v-2h10zM18 6v10h-10v-10h10zM28 18v2h-8v-2h8zM28 14v2h-8v-2h8zM28 10v2h-8v-2h8zM28 6v2h-8v-2h8zM4 21v-15h-2v15c0 0.547 0.453 1 1 1s1-0.453 1-1zM30 21v-17h-24v17c0 0.344-0.063 0.688-0.172 1h23.172c0.547 0 1-0.453 1-1zM32 2v19c0 1.656-1.344 3-3 3h-26c-1.656 0-3-1.344-3-3v-17h4v-2h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wifi\" viewBox=\"0 0 32 28\">\n<title>wifi</title>\n<path d=\"M16 23.797c-0.406 0-2.594-2.188-2.594-2.609 0-0.766 2-1.188 2.594-1.188s2.594 0.422 2.594 1.188c0 0.422-2.188 2.609-2.594 2.609zM20.219 19.563c-0.219 0-1.922-1.563-4.219-1.563-2.312 0-3.984 1.563-4.219 1.563-0.375 0-2.641-2.25-2.641-2.625 0-0.141 0.063-0.266 0.156-0.359 1.672-1.656 4.391-2.578 6.703-2.578s5.031 0.922 6.703 2.578c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.641 2.625zM24.484 15.313c-0.125 0-0.266-0.063-0.359-0.125-2.578-2-4.75-3.187-8.125-3.187-4.719 0-8.313 3.313-8.484 3.313-0.359 0-2.609-2.25-2.609-2.625 0-0.125 0.063-0.25 0.156-0.344 2.797-2.797 7.016-4.344 10.938-4.344s8.141 1.547 10.938 4.344c0.094 0.094 0.156 0.219 0.156 0.344 0 0.375-2.25 2.625-2.609 2.625zM28.719 11.078c-0.125 0-0.25-0.063-0.344-0.141-3.609-3.172-7.5-4.937-12.375-4.937s-8.766 1.766-12.375 4.937c-0.094 0.078-0.219 0.141-0.344 0.141-0.359 0-2.625-2.25-2.625-2.625 0-0.141 0.063-0.266 0.156-0.359 3.953-3.922 9.656-6.094 15.188-6.094s11.234 2.172 15.188 6.094c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.625 2.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calculator\" viewBox=\"0 0 26 28\">\n<title>calculator</title>\n<path d=\"M6 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 24v-6c0-1.094-0.906-2-2-2v0c-1.094 0-2 0.906-2 2v6c0 1.094 0.906 2 2 2v0c1.094 0 2-0.906 2-2zM18 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 7v-4c0-0.547-0.453-1-1-1h-20c-0.547 0-1 0.453-1 1v4c0 0.547 0.453 1 1 1h20c0.547 0 1-0.453 1-1zM24 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 2v24c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-24c0-1.094 0.906-2 2-2h22c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paypal\" viewBox=\"0 0 24 28\">\n<title>paypal</title>\n<path d=\"M23.734 10.094v0c0.203 0.938 0.156 2.016-0.063 3.187-1.016 5.156-4.438 6.937-8.828 6.937h-0.688c-0.531 0-0.969 0.391-1.062 0.922l-0.063 0.297-0.859 5.406-0.031 0.234c-0.109 0.531-0.547 0.922-1.078 0.922h-3.922c-0.438 0-0.719-0.359-0.656-0.797 0.281-1.75 0.547-3.5 0.828-5.25s0.562-3.484 0.844-5.234c0.047-0.375 0.297-0.578 0.672-0.578 0.625 0 1.25-0.016 2.047 0 1.125 0.016 2.422-0.047 3.687-0.328 1.687-0.375 3.219-1.062 4.484-2.25 1.141-1.062 1.906-2.375 2.422-3.844 0.234-0.688 0.422-1.375 0.547-2.078 0.031-0.187 0.078-0.156 0.187-0.078 0.859 0.641 1.344 1.5 1.531 2.531zM21.047 5.688c0 1.281-0.297 2.5-0.719 3.687-0.812 2.359-2.344 4.047-4.719 4.922-1.266 0.453-2.594 0.641-3.938 0.656-0.938 0.016-1.875 0-2.812 0-1.016 0-1.656 0.5-1.844 1.5-0.219 1.188-1.078 6.719-1.328 8.281-0.016 0.109-0.063 0.156-0.187 0.156h-4.609c-0.469 0-0.812-0.406-0.75-0.859l3.625-22.984c0.094-0.594 0.625-1.047 1.234-1.047h9.344c0.672 0 2.219 0.297 3.266 0.703 2.219 0.859 3.437 2.609 3.437 4.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-wallet\" viewBox=\"0 0 28 28\">\n<title>google-wallet</title>\n<path d=\"M6.891 10.5c0.313 0 0.625 0.156 0.812 0.406 2.734 3.734 4.641 7.734 5.656 12.094h-6.969c-1.25-4.344-3.094-8.313-5.734-11.703-0.25-0.328 0-0.797 0.406-0.797h5.828zM15.625 16.078c-0.516 2.109-1.172 4.156-1.953 6.141-0.828-3.266-2.156-6.328-4-9.281 0.406-2.266 0.641-4.594 0.688-7.016 2.203 3.547 3.953 6.922 5.266 10.156zM17.172 5c4.672 6.438 8.141 14.375 8.891 23h-7.047c-0.516-8.344-4.359-16.25-8.641-23h6.797zM28 14c0 4.344-0.594 8.906-1.578 12.688-0.688-5.781-2.594-11.531-5.609-16.922-0.266-3.156-0.828-6.219-1.656-9.125-0.078-0.328 0.156-0.641 0.484-0.641h5.609c0.438 0 0.844 0.297 0.953 0.719 1.188 4.219 1.797 8.687 1.797 13.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-visa\" viewBox=\"0 0 36 28\">\n<title>cc-visa</title>\n<path d=\"M30.859 15.469h-2.156c0 0 0.219-0.578 1.031-2.797-0.016 0.016 0.219-0.578 0.344-0.953l0.187 0.859c0.484 2.391 0.594 2.891 0.594 2.891zM8.297 14.453l-0.906-4.609c-0.125-0.641-0.609-0.844-1.172-0.844h-4.188l-0.031 0.203c2.875 0.734 5.234 2.297 6.297 5.25zM11.094 9l-2.531 6.844-0.266-1.391c-0.547-1.453-1.875-2.797-3.375-3.406l2.109 7.969h2.734l4.078-10.016h-2.75zM13.266 19.031h2.594l1.625-10.031h-2.594zM25.266 9.25c-0.516-0.203-1.328-0.422-2.328-0.422-2.562 0-4.359 1.359-4.375 3.313-0.016 1.437 1.281 2.234 2.266 2.719 1.016 0.484 1.344 0.812 1.344 1.25 0 0.672-0.812 0.969-1.547 0.969-1.047 0-1.609-0.125-2.438-0.516l-0.344-0.172-0.359 2.25c0.609 0.281 1.719 0.531 2.891 0.531 2.719 0.016 4.484-1.344 4.516-3.422 0-1.141-0.703-2-2.188-2.719-0.906-0.453-1.453-0.781-1.453-1.25 0-0.422 0.469-0.859 1.484-0.859 0.844-0.016 1.469 0.156 1.937 0.375l0.234 0.125zM31.906 9h-2c-0.625 0-1.094 0.187-1.359 0.844l-3.844 9.188h2.719c0.438-1.234 0.547-1.5 0.547-1.5h3.313c0 0 0.078 0.344 0.313 1.5h2.406zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-mastercard\" viewBox=\"0 0 36 28\">\n<title>cc-mastercard</title>\n<path d=\"M17.484 5.328c-1.297-0.859-2.828-1.328-4.391-1.328-4.391 0-7.953 3.563-7.953 7.938 0 4.391 3.563 7.953 7.953 7.953 1.563 0 3.094-0.469 4.391-1.328-4.188-3.406-4.156-9.828 0-13.234zM18 5.703c-4.031 3.172-4.047 9.328 0 12.484 4.047-3.156 4.031-9.312 0-12.484zM18.516 5.328c4.141 3.406 4.203 9.844 0 13.234 1.297 0.859 2.844 1.328 4.391 1.328 4.391 0 7.953-3.563 7.953-7.953 0-4.375-3.563-7.938-7.953-7.938-1.563 0-3.094 0.469-4.391 1.328zM30.094 16.609h0.109v-0.047h-0.266v0.047h0.109v0.266h0.047v-0.266zM30.547 16.875h0.063v-0.313h-0.078l-0.094 0.203-0.094-0.203h-0.078v0.313h0.047v-0.234l0.094 0.203h0.063l0.078-0.203v0.234zM30.422 23.75v0.031h-0.078v-0.047h0.078v0.016zM30.422 23.891h0.047l-0.063-0.078c0.031 0 0.031-0.016 0.047-0.016 0.016-0.016 0.016-0.031 0.016-0.047s0-0.031-0.016-0.047c-0.016 0-0.031-0.016-0.063-0.016h-0.094v0.203h0.047v-0.078h0.016zM10.703 22.828c0-0.375 0.234-0.672 0.641-0.672 0.375 0 0.625 0.297 0.625 0.672 0 0.391-0.25 0.672-0.625 0.672-0.406 0-0.641-0.297-0.641-0.672zM18.094 22.141c0.297 0 0.5 0.172 0.547 0.5h-1.094c0.047-0.297 0.234-0.5 0.547-0.5zM23.656 22.828c0-0.375 0.234-0.672 0.625-0.672s0.641 0.297 0.641 0.672c0 0.391-0.25 0.672-0.641 0.672s-0.625-0.297-0.625-0.672zM27.906 22.828c0-0.375 0.25-0.672 0.641-0.672 0.375 0 0.641 0.297 0.641 0.672 0 0.391-0.266 0.672-0.641 0.672-0.391 0-0.641-0.297-0.641-0.672zM30.375 23.953c-0.016 0-0.031 0-0.063-0.016-0.016 0-0.031-0.016-0.047-0.031s-0.031-0.031-0.031-0.047-0.016-0.047-0.016-0.063 0-0.047 0.016-0.063c0-0.031 0.016-0.047 0.031-0.063s0.031-0.016 0.047-0.031 0.047-0.016 0.063-0.016 0.047 0 0.063 0.016 0.047 0.016 0.063 0.031 0.016 0.031 0.031 0.063c0 0.016 0.016 0.031 0.016 0.063 0 0.016-0.016 0.031-0.016 0.063-0.016 0.016-0.016 0.031-0.031 0.047s-0.031 0.031-0.063 0.031c-0.016 0.016-0.031 0.016-0.063 0.016zM9.359 23.891h0.469v-1.328c0-0.5-0.328-0.828-0.844-0.844-0.266 0-0.547 0.078-0.734 0.375-0.141-0.234-0.375-0.375-0.703-0.375-0.219 0-0.438 0.078-0.609 0.313v-0.25h-0.469v2.109h0.469v-1.172c0-0.375 0.203-0.562 0.516-0.562s0.469 0.203 0.469 0.562v1.172h0.453v-1.172c0-0.375 0.219-0.562 0.516-0.562 0.313 0 0.469 0.203 0.469 0.562v1.172zM11.953 23.891h0.453v-2.109h-0.453v0.25c-0.156-0.187-0.375-0.313-0.672-0.313-0.594 0-1.047 0.469-1.047 1.109s0.453 1.109 1.047 1.109c0.297 0 0.516-0.109 0.672-0.313v0.266zM14.734 23.25c0-0.375-0.281-0.562-0.734-0.625l-0.219-0.031c-0.203-0.031-0.359-0.078-0.359-0.219s0.141-0.234 0.391-0.234c0.281 0 0.531 0.094 0.672 0.172l0.187-0.375c-0.219-0.141-0.516-0.219-0.859-0.219-0.531 0-0.875 0.266-0.875 0.688 0 0.344 0.25 0.547 0.734 0.609l0.203 0.031c0.266 0.047 0.375 0.109 0.375 0.219 0 0.172-0.172 0.266-0.484 0.266s-0.547-0.109-0.703-0.219l-0.203 0.359c0.25 0.172 0.562 0.266 0.906 0.266 0.609 0 0.969-0.281 0.969-0.688zM16.766 23.781l-0.125-0.391c-0.141 0.078-0.281 0.109-0.406 0.109-0.234 0-0.297-0.141-0.297-0.344v-0.953h0.75v-0.422h-0.75v-0.641h-0.469v0.641h-0.438v0.422h0.438v0.953c0 0.484 0.187 0.781 0.734 0.781 0.187 0 0.422-0.063 0.562-0.156zM18.109 21.719c-0.609 0-1.047 0.453-1.047 1.109 0 0.672 0.453 1.109 1.078 1.109 0.313 0 0.609-0.078 0.859-0.297l-0.219-0.344c-0.172 0.141-0.406 0.234-0.609 0.234-0.297 0-0.562-0.141-0.641-0.516h1.578v-0.187c0-0.656-0.406-1.109-1-1.109zM20.594 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.469v2.109h0.469v-1.188c0-0.344 0.141-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.109-0.047-0.234-0.063-0.328-0.063zM21.063 22.828c0 0.641 0.438 1.109 1.125 1.109 0.313 0 0.531-0.063 0.75-0.25l-0.219-0.375c-0.172 0.125-0.344 0.203-0.547 0.187-0.375 0-0.641-0.266-0.641-0.672s0.266-0.672 0.641-0.672c0.203 0 0.375 0.063 0.547 0.187l0.219-0.375c-0.219-0.172-0.438-0.25-0.75-0.25-0.688 0-1.125 0.469-1.125 1.109zM24.891 23.891h0.469v-2.109h-0.469v0.25c-0.141-0.187-0.359-0.313-0.656-0.313-0.594 0-1.062 0.469-1.062 1.109s0.469 1.109 1.062 1.109c0.297 0 0.516-0.109 0.656-0.313v0.266zM26.969 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.453v2.109h0.453v-1.188c0-0.344 0.156-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.094-0.047-0.234-0.063-0.328-0.063zM29.156 23.891h0.453v-2.969h-0.453v1.109c-0.141-0.187-0.359-0.313-0.672-0.313-0.578 0-1.047 0.469-1.047 1.109s0.469 1.109 1.047 1.109c0.313 0 0.531-0.109 0.672-0.313v0.266zM30.375 23.578c-0.016 0-0.047 0.016-0.078 0.016-0.031 0.016-0.047 0.031-0.063 0.047-0.031 0.016-0.047 0.047-0.047 0.063-0.016 0.031-0.016 0.063-0.016 0.094 0 0.016 0 0.047 0.016 0.078 0 0.016 0.016 0.047 0.047 0.063 0.016 0.016 0.031 0.031 0.063 0.047s0.063 0.016 0.078 0.016c0.031 0 0.063 0 0.094-0.016 0.016-0.016 0.047-0.031 0.063-0.047s0.031-0.047 0.047-0.063c0.016-0.031 0.016-0.063 0.016-0.078 0-0.031 0-0.063-0.016-0.094-0.016-0.016-0.031-0.047-0.047-0.063s-0.047-0.031-0.063-0.047c-0.031 0-0.063-0.016-0.094-0.016zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-discover\" viewBox=\"0 0 36 28\">\n<title>cc-discover</title>\n<path d=\"M4.891 12.141c0 0.5-0.203 0.984-0.562 1.313-0.313 0.281-0.734 0.406-1.391 0.406h-0.266v-3.437h0.266c0.656 0 1.062 0.109 1.391 0.422 0.359 0.313 0.562 0.797 0.562 1.297zM32.641 11.125c0 0.531-0.344 0.812-1 0.812h-0.297v-1.578h0.313c0.641 0 0.984 0.266 0.984 0.766zM5.938 12.141c0-1.531-1.141-2.609-2.797-2.609h-1.484v5.203h1.484c0.781 0 1.359-0.172 1.859-0.594 0.594-0.5 0.938-1.234 0.938-2zM6.406 14.734h1.016v-5.203h-1.016v5.203zM11.406 13.156c0-0.828-0.344-1.203-1.5-1.625-0.609-0.219-0.781-0.375-0.781-0.656 0-0.328 0.313-0.578 0.75-0.578 0.313 0 0.562 0.125 0.828 0.422l0.531-0.688c-0.438-0.391-0.969-0.578-1.531-0.578-0.922 0-1.625 0.641-1.625 1.484 0 0.719 0.328 1.094 1.281 1.437 0.391 0.141 0.594 0.219 0.703 0.297 0.203 0.125 0.297 0.313 0.297 0.531 0 0.422-0.328 0.734-0.781 0.734-0.484 0-0.875-0.234-1.109-0.688l-0.656 0.625c0.469 0.688 1.031 1 1.797 1 1.062 0 1.797-0.703 1.797-1.719zM15.75 14.562v-1.203c-0.406 0.406-0.766 0.578-1.219 0.578-1.031 0-1.75-0.75-1.75-1.797 0-1 0.75-1.797 1.703-1.797 0.484 0 0.844 0.172 1.266 0.594v-1.203c-0.438-0.219-0.812-0.313-1.25-0.313-1.531 0-2.766 1.203-2.766 2.719 0 1.531 1.203 2.719 2.75 2.719 0.438 0 0.812-0.078 1.266-0.297zM35 24v-8.234c-2.5 1.563-11.297 6.563-25.516 9.234h24.516c0.547 0 1-0.453 1-1zM21.703 12.172c0-1.563-1.266-2.828-2.828-2.828s-2.828 1.266-2.828 2.828 1.266 2.828 2.828 2.828 2.828-1.266 2.828-2.828zM24.078 14.875l2.25-5.344h-1.109l-1.406 3.5-1.391-3.5h-1.109l2.219 5.344h0.547zM26.781 14.734h2.875v-0.875h-1.859v-1.406h1.797v-0.875h-1.797v-1.156h1.859v-0.891h-2.875v5.203zM32.891 14.734h1.25l-1.641-2.188c0.766-0.156 1.188-0.672 1.188-1.469 0-0.984-0.672-1.547-1.844-1.547h-1.516v5.203h1.016v-2.078h0.141zM36 4.094v19.812c0 1.156-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.938-2.063-2.094v-19.812c0-1.156 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.938 2.063 2.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-amex\" viewBox=\"0 0 36 28\">\n<title>cc-amex</title>\n<path d=\"M1.859 10.656h1.391l-0.703-1.687zM11.562 18.875l1.156-1.234-1.094-1.234h-2.547v0.766h2.219v0.859h-2.219v0.844h2.484zM14.031 17.656l1.547 1.719v-3.391zM18.531 16.922c0-0.375-0.281-0.516-0.625-0.516h-1.313v1.078h1.297c0.359 0 0.641-0.172 0.641-0.562zM23.047 16.859c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.953h1.266c0.344 0 0.672-0.078 0.672-0.5zM18.703 9.578c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.938h1.266c0.344 0 0.672-0.078 0.672-0.484zM25.875 10.656h1.391l-0.688-1.687zM10.922 8.234v4.234h-1.031v-3.313l-1.469 3.313h-0.891l-1.469-3.313v3.313h-2.063l-0.391-0.938h-2.109l-0.391 0.938h-1.094l1.813-4.234h1.5l1.719 4.016v-4.016h1.656l1.328 2.875 1.203-2.875h1.687zM19.609 16.922c0 1.703-1.859 1.422-3.016 1.422v1.422h-1.969l-1.25-1.406-1.297 1.406h-4v-4.234h4.062l1.25 1.391 1.281-1.391h3.234c0.953 0 1.703 0.328 1.703 1.391zM15.062 11.594v0.875h-3.391v-4.234h3.391v0.891h-2.375v0.766h2.312v0.859h-2.312v0.844h2.375zM36 20.328v3.578c0 1.141-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.953-2.063-2.094v-10.594h1.734l0.391-0.953h0.859l0.391 0.953h3.406v-0.719l0.297 0.719h1.766l0.313-0.734v0.734h8.453v-1.547l0.156-0.016c0.141 0 0.156 0.109 0.156 0.219v1.344h4.359v-0.359c1.016 0.531 2.406 0.359 3.469 0.359l0.391-0.953h0.875l0.391 0.953h3.547v-0.906l0.531 0.906h2.844v-5.906h-2.812v0.688l-0.391-0.688h-2.891v0.688l-0.359-0.688h-3.891c-0.578 0-1.188 0.063-1.703 0.344v-0.344h-2.688v0.344c-0.313-0.281-0.734-0.344-1.141-0.344h-9.812l-0.672 1.516-0.672-1.516h-3.094v0.688l-0.344-0.688h-2.641l-1.219 2.797v-6.109c0-1.141 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.953 2.063 2.094v10.594h-1.875c-0.438 0-0.906 0.078-1.266 0.344v-0.344h-2.766c-0.391 0-0.922 0.063-1.219 0.344v-0.344h-4.937v0.344c-0.375-0.266-0.922-0.344-1.359-0.344h-3.266v0.344c-0.328-0.313-1-0.344-1.422-0.344h-3.656l-0.844 0.906-0.781-0.906h-5.453v5.906h5.359l0.859-0.922 0.812 0.922h3.297v-1.391h0.328c0.469 0 0.953-0.016 1.406-0.203v1.594h2.719v-1.547h0.125c0.156 0 0.187 0.016 0.187 0.187v1.359h8.266c0.453 0 1.016-0.094 1.375-0.375v0.375h2.625c0.5 0 1.031-0.047 1.484-0.266zM24.156 16.672c0 0.469-0.25 0.938-0.719 1.125 0.562 0.203 0.672 0.578 0.672 1.125v0.844h-1.016v-0.703c0-0.719-0.234-0.844-0.906-0.844h-1.078v1.547h-1.016v-4.234h2.406c0.797 0 1.656 0.141 1.656 1.141zM19.828 9.375c0 0.484-0.266 0.953-0.719 1.141 0.578 0.203 0.672 0.562 0.672 1.125v0.828h-1.016c-0.016-0.906 0.219-1.531-0.906-1.531h-1.094v1.531h-1v-4.234l2.391 0.016c0.812 0 1.672 0.125 1.672 1.125zM28.094 18.891v0.875h-3.375v-4.234h3.375v0.875h-2.359v0.766h2.312v0.859h-2.312v0.844zM21.438 8.234v4.234h-1.031v-4.234h1.031zM32.266 18.422c0 1-0.688 1.344-1.594 1.344h-1.969v-0.906h1.969c0.25 0 0.531-0.063 0.531-0.391 0-0.906-2.609 0.344-2.609-1.672 0-0.859 0.656-1.266 1.437-1.266h2.031v0.891h-1.859c-0.266 0-0.562 0.047-0.562 0.391 0 0.922 2.625-0.422 2.625 1.609zM36 17.641v1.578c-0.297 0.438-0.875 0.547-1.375 0.547h-1.953v-0.906h1.953c0.25 0 0.516-0.078 0.516-0.391 0-0.891-2.609 0.344-2.609-1.672 0-0.859 0.672-1.266 1.453-1.266h2.016v0.891h-1.844c-0.281 0-0.562 0.047-0.562 0.391 0 0.75 1.766-0.016 2.406 0.828zM33.422 8.25v4.219h-1.437l-1.906-3.172v3.172h-2.063l-0.406-0.938h-2.094l-0.391 0.938h-1.172c-1.391 0-2.016-0.719-2.016-2.078 0-1.422 0.641-2.156 2.078-2.156h0.984v0.922c-1.062-0.016-2.031-0.25-2.031 1.203 0 0.719 0.172 1.219 0.984 1.219h0.453l1.437-3.328h1.516l1.703 4v-4h1.547l1.781 2.938v-2.938h1.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-paypal\" viewBox=\"0 0 36 28\">\n<title>cc-paypal</title>\n<path d=\"M11.641 14.156c0 0.766-0.609 1.344-1.375 1.344-0.578 0-1-0.328-1-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM23.906 11.828c0 0.938-0.562 1.125-1.375 1.125l-0.5 0.016 0.266-1.672c0.016-0.109 0.094-0.172 0.203-0.172h0.281c0.531 0 1.125 0.031 1.125 0.703zM29.391 14.156c0 0.766-0.609 1.344-1.359 1.344-0.578 0-1.016-0.328-1.016-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM8.016 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.5c-0.156 0-0.313 0.125-0.328 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.188c0.172 0 0.328-0.125 0.344-0.297l0.281-1.719c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM12.844 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.359-0.531-0.891-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.562 0 1.266-0.25 1.656-0.688-0.031 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM19.828 12.25c0-0.109-0.094-0.219-0.203-0.219h-1.203c-0.109 0-0.219 0.063-0.281 0.156l-1.656 2.438-0.688-2.344c-0.047-0.141-0.187-0.25-0.344-0.25h-1.172c-0.109 0-0.203 0.109-0.203 0.219 0 0.078 1.219 3.609 1.328 3.938-0.172 0.234-1.281 1.687-1.281 1.875 0 0.109 0.094 0.203 0.203 0.203h1.203c0.109 0 0.219-0.063 0.281-0.156l3.984-5.75c0.031-0.031 0.031-0.063 0.031-0.109zM25.766 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.484c-0.172 0-0.328 0.125-0.344 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.281c0.125 0 0.219-0.094 0.25-0.203l0.281-1.813c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM30.594 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.344-0.531-0.875-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.578 0 1.281-0.25 1.656-0.688-0.016 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM34 9.969v-0.016c0-0.125-0.094-0.219-0.203-0.219h-1.156c-0.094 0-0.187 0.078-0.203 0.172l-1.016 6.5-0.016 0.031c0 0.109 0.094 0.219 0.219 0.219h1.031c0.156 0 0.313-0.125 0.328-0.297zM6.125 12.063c-0.125 0.797-0.656 0.891-1.344 0.891l-0.516 0.016 0.266-1.672c0.016-0.109 0.109-0.172 0.203-0.172h0.297c0.703 0 1.234 0.094 1.094 0.938zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-stripe\" viewBox=\"0 0 36 28\">\n<title>cc-stripe</title>\n<path d=\"M24.953 14.109c0 0.719-0.109 1.266-0.328 1.656-0.187 0.344-0.484 0.547-0.812 0.547-0.234 0-0.453-0.047-0.641-0.141v-3.5c0.406-0.422 0.766-0.469 0.891-0.469 0.594 0 0.891 0.656 0.891 1.906zM31.797 13.547h-1.719c0.063-1.047 0.344-1.531 0.875-1.531s0.812 0.5 0.844 1.531zM7.438 15.656c0-1.313-0.797-1.859-2.094-2.328v0c-0.688-0.25-1.062-0.453-1.062-0.766 0-0.266 0.219-0.406 0.594-0.406 0.719 0 1.437 0.266 1.937 0.516l0.281-1.75c-0.391-0.187-1.203-0.5-2.328-0.5-0.797 0-1.453 0.203-1.922 0.594-0.5 0.406-0.75 1-0.75 1.703 0 1.281 0.781 1.844 2.063 2.297 0.812 0.297 1.094 0.5 1.094 0.828 0 0.313-0.266 0.484-0.75 0.484-0.594 0-1.578-0.297-2.219-0.672l-0.281 1.766c0.547 0.313 1.563 0.641 2.625 0.641 0.844 0 1.531-0.203 2.016-0.578 0.531-0.422 0.797-1.031 0.797-1.828zM12.047 12.297l0.297-1.734h-1.5v-2.109l-2.016 0.328-0.281 1.781-0.719 0.125-0.266 1.609h0.969v3.422c0 0.891 0.234 1.5 0.688 1.875 0.391 0.313 0.953 0.469 1.734 0.469 0.609 0 0.969-0.109 1.234-0.172v-1.844c-0.141 0.031-0.469 0.109-0.688 0.109-0.453 0-0.656-0.25-0.656-0.781v-3.078h1.203zM16.984 12.688v-2.172c-0.156-0.031-0.297-0.047-0.438-0.047-0.656 0-1.188 0.344-1.391 0.969l-0.156-0.875h-2.047v7.359h2.344v-4.781c0.297-0.359 0.719-0.484 1.281-0.484 0.125 0 0.25 0 0.406 0.031zM17.563 17.922h2.344v-7.359h-2.344v7.359zM27.281 14.031c0-1.25-0.234-2.203-0.703-2.797-0.422-0.547-1-0.812-1.734-0.812-0.672 0-1.266 0.281-1.828 0.875l-0.125-0.734h-2.063v10.078l2.344-0.391v-2.359c0.359 0.109 0.734 0.172 1.062 0.172 0.578 0 1.437-0.156 2.094-0.875 0.641-0.688 0.953-1.75 0.953-3.156zM19.969 8.594c0-0.688-0.547-1.234-1.234-1.234s-1.234 0.547-1.234 1.234 0.547 1.25 1.234 1.25 1.234-0.562 1.234-1.25zM34 14.172c0-1.172-0.25-2.094-0.75-2.75-0.516-0.656-1.281-1-2.25-1-2 0-3.234 1.469-3.234 3.844 0 1.313 0.328 2.312 0.984 2.938 0.578 0.578 1.422 0.859 2.516 0.859 1 0 1.922-0.234 2.5-0.625l-0.25-1.609c-0.578 0.313-1.25 0.484-2 0.484-0.453 0-0.766-0.094-0.984-0.297-0.25-0.203-0.391-0.547-0.438-1.031h3.875c0.016-0.109 0.031-0.641 0.031-0.812zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash\" viewBox=\"0 0 32 28\">\n<title>bell-slash</title>\n<path d=\"M24.344 13.312c0.797 4.656 2.844 7.156 4.656 8.687 0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984zM16 26.75c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25c-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75zM31.656 1.75c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash-o\" viewBox=\"0 0 32 28\">\n<title>bell-slash-o</title>\n<path d=\"M16.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM7.859 19.078l13.703-11.875c-0.781-1.641-2.594-3.203-5.563-3.203-4.094 0-6 2.984-6 5 0 4-0.703 7.344-2.141 10.078zM29 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984l2.328-2.016h11.828c-1.734-1.953-2.906-4.328-3.547-7.172l1.734-1.516c0.797 4.656 2.844 7.156 4.656 8.687zM30.344 0.25l1.313 1.5c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash\" viewBox=\"0 0 22 28\">\n<title>trash</title>\n<path d=\"M8 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM12 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copyright\" viewBox=\"0 0 24 28\">\n<title>copyright</title>\n<path d=\"M17.969 16.781v1.703c0 2.203-3.516 3.016-5.719 3.016-4.281 0-7.5-3.266-7.5-7.578 0-4.234 3.187-7.422 7.422-7.422 1.547 0 5.594 0.547 5.594 3.031v1.703c0 0.141-0.109 0.25-0.25 0.25h-1.844c-0.141 0-0.25-0.109-0.25-0.25v-1.094c0-0.984-1.891-1.437-3.172-1.437-2.922 0-4.953 2.109-4.953 5.141 0 3.141 2.125 5.437 5.078 5.437 1.125 0 3.25-0.422 3.25-1.406v-1.094c0-0.141 0.109-0.25 0.234-0.25h1.859c0.125 0 0.25 0.109 0.25 0.25zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-at\" viewBox=\"0 0 24 28\">\n<title>at</title>\n<path d=\"M15.188 12.109c0-2.25-1.172-3.594-3.141-3.594-2.594 0-5.375 2.578-5.375 6.75 0 2.328 1.156 3.656 3.187 3.656 3.141 0 5.328-3.594 5.328-6.813zM24 14c0 4.859-3.469 6.687-6.438 6.781-0.203 0-0.281 0.016-0.5 0.016-0.969 0-1.734-0.281-2.219-0.828-0.297-0.344-0.469-0.781-0.516-1.297-0.969 1.219-2.656 2.406-4.766 2.406-3.359 0-5.281-2.078-5.281-5.703 0-4.984 3.453-9.031 7.672-9.031 1.828 0 3.297 0.781 4.078 2.109l0.031-0.297 0.172-0.875c0.016-0.125 0.125-0.281 0.234-0.281h1.844c0.078 0 0.156 0.109 0.203 0.172 0.047 0.047 0.063 0.172 0.047 0.25l-1.875 9.594c-0.063 0.297-0.078 0.531-0.078 0.75 0 0.844 0.25 1.016 0.891 1.016 1.062-0.031 4.5-0.469 4.5-4.781 0-6.078-3.922-10-10-10-5.516 0-10 4.484-10 10s4.484 10 10 10c2.297 0 4.547-0.797 6.328-2.25 0.219-0.187 0.531-0.156 0.703 0.063l0.641 0.766c0.078 0.109 0.125 0.234 0.109 0.375-0.016 0.125-0.078 0.25-0.187 0.344-2.125 1.734-4.828 2.703-7.594 2.703-6.609 0-12-5.391-12-12s5.391-12 12-12c7.172 0 12 4.828 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eyedropper\" viewBox=\"0 0 29 28\">\n<title>eyedropper</title>\n<path d=\"M26.531 1.469c1.953 1.953 1.969 5.125 0 7.063l-3.516 3.484 1.625 1.625c0.203 0.203 0.203 0.516 0 0.719l-3.281 3.281c-0.203 0.203-0.516 0.203-0.719 0l-1.641-1.641-9.422 9.422c-0.375 0.375-0.875 0.578-1.406 0.578h-3.172l-4 2-1-1 2-4v-3.172c0-0.531 0.203-1.031 0.578-1.406l9.422-9.422-1.641-1.641c-0.203-0.203-0.203-0.516 0-0.719l3.281-3.281c0.203-0.203 0.516-0.203 0.719 0l1.625 1.625 3.484-3.516c1.937-1.969 5.109-1.953 7.063 0zM8 23l9-9-3-3-9 9v3h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paint-brush\" viewBox=\"0 0 28 28\">\n<title>paint-brush</title>\n<path d=\"M25.234 0c1.422 0 2.734 1.062 2.734 2.547 0 0.828-0.328 1.625-0.703 2.359-1.219 2.312-5.313 9.953-7.266 11.75-0.953 0.891-2.078 1.422-3.406 1.422-2.641 0-4.797-2.25-4.797-4.875 0-1.25 0.516-2.469 1.437-3.313l9.969-9.047c0.547-0.5 1.266-0.844 2.031-0.844zM11.031 16.156c0.812 1.578 2.297 2.766 4.016 3.219l0.016 1.109c0.094 4.453-3 7.516-7.469 7.516-5.297 0-7.594-4.219-7.594-9.016 0.578 0.391 2.594 2 3.25 2 0.391 0 0.719-0.219 0.859-0.578 1.328-3.469 3.406-4.094 6.922-4.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-birthday-cake\" viewBox=\"0 0 28 28\">\n<title>birthday-cake</title>\n<path d=\"M28 22v6h-28v-6c1.531 0 2.344-0.688 2.984-1.234 0.531-0.469 0.891-0.766 1.687-0.766s1.141 0.297 1.687 0.766c0.641 0.547 1.437 1.234 2.984 1.234 1.531 0 2.328-0.688 2.984-1.234 0.531-0.469 0.875-0.766 1.672-0.766s1.156 0.297 1.687 0.766c0.641 0.547 1.453 1.234 2.984 1.234s2.344-0.688 2.984-1.234c0.531-0.469 0.891-0.766 1.687-0.766 0.781 0 1.141 0.297 1.672 0.766 0.641 0.547 1.453 1.234 2.984 1.234zM28 17v3c-0.797 0-1.141-0.297-1.687-0.766-0.641-0.547-1.437-1.234-2.969-1.234-1.547 0-2.344 0.688-2.984 1.234-0.547 0.469-0.891 0.766-1.687 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.437-1.234-2.984-1.234-1.531 0-2.328 0.688-2.984 1.234-0.531 0.469-0.875 0.766-1.672 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.453-1.234-2.984-1.234-1.547 0-2.344 0.688-2.984 1.234-0.531 0.469-0.891 0.766-1.687 0.766v-3c0-1.656 1.344-3 3-3h1v-7h4v7h4v-7h4v7h4v-7h4v7h1c1.656 0 3 1.344 3 3zM8 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM16 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM24 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-area-chart\" viewBox=\"0 0 32 28\">\n<title>area-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM26 8l4 14h-26v-9l7-9 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pie-chart\" viewBox=\"0 0 27 28\">\n<title>pie-chart</title>\n<path d=\"M12 13.906l8.531 8.531c-2.172 2.203-5.203 3.563-8.531 3.563-6.625 0-12-5.375-12-12s5.375-12 12-12v11.906zM14.922 14h12.078c0 3.328-1.359 6.359-3.563 8.531zM26 12h-12v-12c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-line-chart\" viewBox=\"0 0 32 28\">\n<title>line-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM30 4.5v6.797c0 0.438-0.531 0.672-0.859 0.344l-1.891-1.891-9.891 9.891c-0.203 0.203-0.516 0.203-0.719 0l-3.641-3.641-6.5 6.5-3-3 9.141-9.141c0.203-0.203 0.516-0.203 0.719 0l3.641 3.641 7.25-7.25-1.891-1.891c-0.328-0.328-0.094-0.859 0.344-0.859h6.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm\" viewBox=\"0 0 28 28\">\n<title>lastfm</title>\n<path d=\"M20.188 11c0 0.094 0.125 0.531 0.156 0.641 0.422 1.281 1.406 1.547 2.578 1.875 2.609 0.734 5.078 2.125 5.078 5.187 0 3.109-2.594 5.297-5.625 5.297-5.031 0-6.594-6.156-8.047-9.906-1.203-3.094-2.469-4.906-5.953-4.906-3.094 0-5.812 2.969-5.812 6.016 0 3.234 2.422 6.234 5.781 6.234 1.484 0 3.031-0.313 4.031-1.484v0c0.484-0.547 0.953-1.141 1.297-1.813l1.313 2.375c-0.172 0.391-0.422 0.766-0.688 1.094l0.016 0.016c-1.578 1.828-3.734 2.375-6.062 2.375-4.719 0-8.25-4.172-8.25-8.766 0-4.453 3.875-8.594 8.375-8.594 7.469 0 7.844 6.469 10.375 11.672 0.688 1.437 1.859 3.125 3.641 3.125 1.625 0 3.063-1.047 3.063-2.766 0-3.719-6.828-1.188-7.797-7.297-0.031-0.172-0.047-0.344-0.047-0.516 0-2.312 2.172-4.297 4.469-4.219 1.375 0.047 2.203 0.094 3.297 1.062h-0.016c0.422 0.391 0.734 0.922 1.062 1.375l-2.016 1.547c-0.234-0.438-0.453-0.797-0.844-1.094v-0.016c-0.375-0.344-1.047-0.328-1.516-0.328-1.016 0-1.859 0.766-1.859 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm-square\" viewBox=\"0 0 24 28\">\n<title>lastfm-square</title>\n<path d=\"M22.375 16.438c0-2.203-1.781-3.203-3.656-3.734-0.859-0.234-1.563-0.438-1.875-1.375-0.016-0.078-0.094-0.375-0.094-0.438 0-0.75 0.594-1.297 1.328-1.297 0.344 0 0.828-0.016 1.109 0.234h-0.016c0.297 0.219 0.438 0.469 0.609 0.797l1.453-1.109c-0.234-0.328-0.469-0.719-0.766-1v0c-0.734-0.656-1.422-0.766-2.391-0.766-1.641 0-3.187 1.344-3.187 3.047 0 0.125 0.016 0.234 0.031 0.359 0.344 2.125 1.422 2.781 3.328 3.328 0.938 0.266 2.266 0.688 2.281 1.844v0.078c0.016 1.25-1.031 2-2.203 2-1.281 0-2.109-1.219-2.609-2.25-1.813-3.734-2.094-8.406-7.469-8.406-3.234 0-6.141 2.984-6.031 6.188v0.016c0.109 3.344 2.406 6.297 5.938 6.297 1.672 0 3.234-0.391 4.359-1.719v0c0.187-0.25 0.359-0.516 0.484-0.797l-0.938-1.703c-0.875 1.656-1.953 2.375-3.828 2.375-2.469 0-4.172-2.188-4.172-4.547 0-2.172 2-4.266 4.188-4.266 2.5 0 3.406 1.297 4.281 3.531 1.047 2.688 2.172 7.125 5.797 7.125 2.172 0 4.047-1.578 4.047-3.813zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-off\" viewBox=\"0 0 32 28\">\n<title>toggle-off</title>\n<path d=\"M18 14c0-4.406-3.594-8-8-8s-8 3.594-8 8 3.594 8 8 8 8-3.594 8-8zM30 14c0-4.406-3.594-8-8-8h-6.031c2.438 1.828 4.031 4.734 4.031 8s-1.594 6.172-4.031 8h6.031c4.406 0 8-3.594 8-8zM32 14c0 5.516-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10s4.484-10 10-10h12c5.516 0 10 4.484 10 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-on\" viewBox=\"0 0 32 28\">\n<title>toggle-on</title>\n<path d=\"M0 14c0-5.516 4.484-10 10-10h12c5.516 0 10 4.484 10 10s-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10zM22 22c4.406 0 8-3.594 8-8s-3.594-8-8-8-8 3.594-8 8 3.594 8 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bicycle\" viewBox=\"0 0 36 28\">\n<title>bicycle</title>\n<path d=\"M11.906 18h-4.906c-0.828 0-1.297-0.938-0.797-1.594l2.938-3.922c-0.656-0.313-1.375-0.484-2.141-0.484-2.75 0-5 2.25-5 5s2.25 5 5 5c2.422 0 4.438-1.719 4.906-4zM9 16h2.906c-0.187-0.875-0.594-1.672-1.172-2.312zM16.5 16l4.5-6h-7.5l-1.547 2.063c1.047 1.031 1.75 2.406 1.969 3.938h2.578zM34 17c0-2.75-2.25-5-5-5-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5s5-2.25 5-5zM36 17c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-2.063 0.906-3.922 2.328-5.203l-1.016-1.531-5.516 7.328c-0.187 0.266-0.484 0.406-0.797 0.406h-3.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c1.219 0 2.359 0.313 3.359 0.859l2.141-2.859h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h6v2h6.797l-1.328-2h-3.469c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c0.328 0 0.641 0.172 0.828 0.438l4.172 6.25c0.906-0.438 1.922-0.688 3-0.688 3.859 0 7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bus\" viewBox=\"0 0 24 28\">\n<title>bus</title>\n<path d=\"M6 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM21.281 12.812l-1.125-6c-0.094-0.469-0.5-0.812-0.984-0.812h-14.344c-0.484 0-0.891 0.344-0.984 0.812l-1.125 6c-0.109 0.625 0.359 1.188 0.984 1.188h16.594c0.625 0 1.094-0.562 0.984-1.188zM17.75 3.25c0-0.422-0.328-0.75-0.75-0.75h-10c-0.406 0-0.75 0.328-0.75 0.75s0.344 0.75 0.75 0.75h10c0.422 0 0.75-0.328 0.75-0.75zM24 14.578v9.422h-2v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-12v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-2v-9.422c0-1.281 0.109-2.234 0.391-3.484l1.609-7.094c0.297-2.5 4.672-4 10-4s9.703 1.5 10 4l1.641 7.094c0.281 1.25 0.359 2.203 0.359 3.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ioxhost\" viewBox=\"0 0 32 28\">\n<title>ioxhost</title>\n<path d=\"M22.859 13c0 0.734-0.594 1.344-1.344 1.344h-10.969c-0.75 0-1.344-0.609-1.344-1.344s0.594-1.344 1.344-1.344h10.969c0.75 0 1.344 0.609 1.344 1.344zM26.203 13c0-0.922-0.125-1.797-0.359-2.656h-15.344c-0.75 0-1.344-0.594-1.344-1.328 0-0.75 0.594-1.344 1.344-1.344h14.187c-1.797-2.922-5.016-4.859-8.672-4.859-5.625 0-10.203 4.562-10.203 10.187 0 0.922 0.125 1.797 0.359 2.656h15.344c0.75 0 1.344 0.594 1.344 1.328 0 0.75-0.594 1.344-1.344 1.344h-14.187c1.797 2.922 5.016 4.859 8.687 4.859 5.609 0 10.187-4.562 10.187-10.187zM32 9.016c0 0.734-0.594 1.328-1.344 1.328h-2.047c0.172 0.859 0.266 1.75 0.266 2.656 0 7.094-5.766 12.875-12.859 12.875-5.203 0-9.688-3.094-11.719-7.547h-2.953c-0.75 0-1.344-0.594-1.344-1.344 0-0.734 0.594-1.328 1.344-1.328h2.063c-0.172-0.859-0.266-1.75-0.266-2.656 0-7.094 5.766-12.875 12.875-12.875 5.187 0 9.672 3.094 11.703 7.547h2.938c0.75 0 1.344 0.594 1.344 1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angellist\" viewBox=\"0 0 20 28\">\n<title>angellist</title>\n<path d=\"M14.891 5.906l-1.781 5.125 1.828 0.328c0.469-1.281 2.578-7.047 2.578-8.094 0-0.391-0.125-0.875-0.594-0.875-0.875 0-1.813 2.844-2.031 3.516zM10.219 16.641c0.172 0.453 0.359 0.906 0.516 1.375 0.344-0.391 0.703-0.75 1.109-1.047-0.547-0.109-1.094-0.156-1.625-0.328zM5.656 2.641c0 1.594 1.891 6.563 2.484 8.141 0.219-0.125 0.5-0.156 0.766-0.156 0.375 0 0.797 0.047 1.172 0.078l-1.891-5.484c-0.203-0.594-1.109-3.437-1.922-3.437-0.422 0-0.609 0.5-0.609 0.859zM4.422 14.5c0 1.141 3.063 5.344 4.203 5.344 0.313 0 0.578-0.344 0.578-0.625 0-0.359-0.359-1.25-0.5-1.594-0.406-1.047-1.891-4.281-3.172-4.281-0.422 0-1.109 0.734-1.109 1.156zM1.953 19.734c0 0.562 0.187 1.109 0.391 1.625 1.234 3.047 4.016 4.828 7.266 4.828 2.375 0 4.375-0.906 5.969-2.656 1.687-1.875 2.375-4.188 2.375-6.672 0-0.875 0.016-2.266-0.672-2.891-1.312-1.156-5.766-1.594-7.531-1.594-0.219 0-0.594 0.016-0.766 0.172-0.187 0.078-0.187 0.375-0.187 0.547 0 2.391 5.047 2.172 6.563 2.172 0.297 0 0.438 0.078 0.625 0.297 0.203 0.25 0.266 0.547 0.297 0.859-0.406 0.406-0.969 0.641-1.5 0.844-0.516 0.187-1.016 0.391-1.453 0.719-1.203 0.875-2.391 2.375-2.391 3.922 0 0.969 0.578 1.797 0.578 2.75 0 0.016-0.109 0.359-0.109 0.406-1.781-0.125-2.219-1.891-2.281-3.375-0.187 0.047-0.438 0.031-0.641 0.031 0.031 0.109 0.031 0.219 0.031 0.328 0 1.141-1.016 1.969-2.109 1.969-1.687 0-3.922-1.984-3.922-3.703 0-0.469 0.203-0.734 0.516-1.047 0.313 0.391 0.641 0.781 0.938 1.188 0.453 0.609 1.234 1.625 2.078 1.625 0.219 0 0.641-0.187 0.641-0.453 0-0.703-2.562-4-3.187-4-0.984 0-1.516 1.297-1.516 2.109zM0.172 19.875c0-2.031 0.781-3.375 2.797-3.922-0.172-0.453-0.438-1.141-0.438-1.625 0-1.281 1.578-2.875 2.859-2.875 0.375 0 0.75 0.109 1.094 0.234-0.656-1.859-2.547-7.094-2.547-8.859 0-1.578 0.797-2.828 2.5-2.828 2.187 0 4.672 7.875 5.203 9.438 0.688-1.719 2.844-8.922 5.281-8.922 1.531 0 2.391 1.219 2.391 2.672 0 1.656-1.844 6.813-2.484 8.594 2.625 0.641 3 2.766 3 5.125 0 6.25-3.984 11.094-10.437 11.094-1.188 0-2.359-0.234-3.484-0.656-2.969-1.125-5.734-4.172-5.734-7.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc\" viewBox=\"0 0 32 28\">\n<title>cc</title>\n<path d=\"M12.266 15.75h3.234c-0.297 3.297-2.188 5.297-4.891 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.172c-0.109-1.328-0.766-2.094-1.828-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.313 3.484 2.016 3.484 1.078 0 1.578-0.938 1.703-2.172zM23.391 15.75h3.219c-0.297 3.297-2.172 5.297-4.875 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.187c-0.094-1.328-0.766-2.094-1.813-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.297 3.484 2 3.484 1.078 0 1.594-0.938 1.719-2.172zM29 13.891c0-4.188-0.219-6-1.188-7.313-0.203-0.266-0.531-0.438-0.797-0.625-0.984-0.719-5.563-0.984-10.891-0.984s-10.125 0.266-11.094 0.984c-0.281 0.203-0.625 0.359-0.828 0.625-0.969 1.297-1.172 3.125-1.172 7.313 0 4.203 0.219 6.016 1.172 7.313 0.219 0.297 0.547 0.422 0.828 0.641 0.969 0.719 5.766 1.016 11.094 1.016s9.906-0.281 10.891-1.016c0.266-0.203 0.609-0.328 0.797-0.641 0.984-1.281 1.188-3.109 1.188-7.313zM32 2v24h-32v-24h32z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ils\" viewBox=\"0 0 22 28\">\n<title>ils</title>\n<path d=\"M15.5 9.75v7.75c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-7.75c0-2.344-1.906-4.25-4.25-4.25h-4.25v18c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-21c0-0.281 0.219-0.5 0.5-0.5h7.25c4.281 0 7.75 3.469 7.75 7.75zM21.5 2.5v13.75c0 4.281-3.469 7.75-7.75 7.75h-7.25c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v12h4.25c2.344 0 4.25-1.906 4.25-4.25v-13.75c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meanpath\" viewBox=\"0 0 24 28\">\n<title>meanpath</title>\n<path d=\"M20.484 13.156v1.781c0 0.5-0.297 0.812-0.797 0.812h-3.156c-0.5 0-0.812-0.313-0.812-0.812v-1.781c0-0.5 0.313-0.812 0.812-0.812h3.156c0.5 0 0.797 0.313 0.797 0.812zM12.828 16.75v-3.906c0-1.109-0.734-1.844-1.844-1.844h-2.078c-0.703 0-1.219 0.297-1.5 0.812-0.281-0.516-0.797-0.812-1.5-0.812h-2.031c-1.094 0-1.844 0.734-1.844 1.844v3.906c0 0.234 0.109 0.344 0.328 0.344h0.859c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.297-0.812 0.812-0.812h1.469c0.5 0 0.812 0.313 0.812 0.812v3.594c0 0.234 0.094 0.344 0.328 0.344h0.844c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.313-0.812 0.812-0.812h1.516c0.5 0 0.797 0.313 0.797 0.812v3.594c0 0.234 0.109 0.344 0.344 0.344h0.859c0.219 0 0.328-0.109 0.328-0.344zM22.031 15.25v-2.406c0-1.109-0.75-1.844-1.859-1.844h-4.125c-1.109 0-1.859 0.734-1.859 1.844v6.406c0 0.234 0.125 0.328 0.344 0.328h0.859c0.234 0 0.328-0.094 0.328-0.328v-2.812c0.297 0.406 0.766 0.656 1.469 0.656h2.984c1.109 0 1.859-0.75 1.859-1.844zM24 5.625v16.75c0 2-1.625 3.625-3.625 3.625h-16.75c-2 0-3.625-1.625-3.625-3.625v-16.75c0-2 1.625-3.625 3.625-3.625h16.75c2 0 3.625 1.625 3.625 3.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-buysellads\" viewBox=\"0 0 24 28\">\n<title>buysellads</title>\n<path d=\"M14.297 16.969h-4.594l2.297-8.609zM15.641 22h4.859l-5.063-16h-6.875l-5.063 16h4.859l5.984-4.906zM24 6.5v15c0 2.469-2.031 4.5-4.5 4.5h-15c-2.469 0-4.5-2.031-4.5-4.5v-15c0-2.469 2.031-4.5 4.5-4.5h15c2.469 0 4.5 2.031 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-connectdevelop\" viewBox=\"0 0 32 28\">\n<title>connectdevelop</title>\n<path d=\"M32 13.984c0 0.438-0.313 0.797-0.719 0.875l-3.203 5.563c0.031 0.094 0.047 0.187 0.047 0.281 0 0.422-0.297 0.781-0.703 0.859l-3.016 5.266c0.031 0.078 0.047 0.156 0.047 0.25 0 0.484-0.391 0.891-0.891 0.891-0.25 0-0.484-0.109-0.641-0.281h-6.25c-0.156 0.187-0.406 0.313-0.672 0.313s-0.516-0.125-0.672-0.313h-6.234c-0.156 0.187-0.391 0.313-0.672 0.313-0.484 0-0.891-0.391-0.891-0.891 0-0.109 0.031-0.219 0.063-0.313l-3.016-5.234c-0.406-0.078-0.703-0.438-0.703-0.859 0-0.109 0.016-0.187 0.047-0.281l-3.219-5.563c-0.406-0.094-0.703-0.453-0.703-0.875 0-0.438 0.313-0.797 0.734-0.875l3.109-5.375c0-0.031-0.016-0.063-0.016-0.094 0-0.359 0.219-0.656 0.531-0.797l3.266-5.672c-0.031-0.078-0.063-0.187-0.063-0.281 0-0.5 0.406-0.891 0.891-0.891 0.281 0 0.516 0.125 0.688 0.328h6.188c0.156-0.203 0.391-0.328 0.672-0.328s0.516 0.125 0.672 0.328h6.219c0.172-0.203 0.406-0.328 0.688-0.328 0.484 0 0.891 0.391 0.891 0.891 0 0.094-0.031 0.187-0.063 0.281l3.234 5.594c0.469 0.016 0.859 0.406 0.859 0.875 0 0.156-0.047 0.297-0.109 0.422l2.922 5.063c0.391 0.078 0.688 0.438 0.688 0.859zM16.609 26.469h6.078l-5.344-5.531h-2.234l-5.344 5.531h5.625c0.156-0.141 0.375-0.25 0.609-0.25s0.453 0.109 0.609 0.25zM1.75 13.781c0.016 0.063 0.016 0.125 0.016 0.203s0 0.156-0.031 0.234l3.25 5.625c0.078 0.016 0.156 0.063 0.234 0.094l2.938-3.109v-5.422l-2.922-3.031c-0.141 0.094-0.297 0.141-0.453 0.156zM15.406 1.531h-6.062l2.969 3.125 8.656-3.125h-4.375c-0.156 0.156-0.359 0.25-0.594 0.25s-0.438-0.094-0.594-0.25zM26.391 20.469c0.016-0.063 0.047-0.125 0.078-0.172l-1-1.062-0.266 1.234h1.188zM24.734 20.469l0.344-1.641-3.938-4.156-4.625 4.797 0.984 1h7.234zM23.359 26.219l0.25-0.438 1.016-4.844h-6.672l5.203 5.359c0.063-0.031 0.125-0.063 0.203-0.078zM9.031 26.469h0.078l5.344-5.531h-5.828v5.234l0.063 0.094c0.141 0.047 0.25 0.109 0.344 0.203zM8.625 20.469h6.281l1-1.031-4.828-5.016-2.453 2.594v3.453zM5.609 20.469h2.547v-2.953l-2.625 2.766c0.031 0.063 0.063 0.125 0.078 0.187zM5.594 7.578c0 0.016 0.016 0.047 0.016 0.063 0 0.172-0.047 0.328-0.125 0.453l2.672 2.766v-4.203zM8.625 6.484v4.859l2.391 2.453 4.641-4.906-3.484-3.687zM8.687 1.734l-0.063 0.125v4.125l3.203-1.156-2.984-3.141c-0.047 0.016-0.094 0.031-0.156 0.047zM22.609 1.531h-0.25l-9.703 3.5 3.328 3.516zM15.984 9.219l-4.641 4.922 4.859 4.984 4.625-4.797zM10.75 14.094l-2.125-2.203v4.438zM16.219 19.781l-0.656 0.688h1.328zM21.469 14.344l3.719 3.922 2.063-9.75-0.047-0.078-0.016-0.016zM26.844 8.094c-0.078-0.125-0.125-0.281-0.125-0.453v-0.031l-3.375-5.875c-0.078-0.016-0.141-0.047-0.203-0.078l-6.828 7.234 4.844 5.109zM8.156 6.156v-3.484l-2.547 4.406zM8.156 20.937h-2.547l2.547 4.422v-4.422zM25.109 20.937l-0.75 3.547 2.031-3.547h-1.281zM27.016 19.844l3.234-5.641c-0.016-0.078-0.031-0.141-0.031-0.219 0-0.094 0.031-0.172 0.047-0.25l-2.672-4.625-2.016 9.562 1.203 1.281c0.078-0.047 0.156-0.078 0.234-0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashcube\" viewBox=\"0 0 22 28\">\n<title>dashcube</title>\n<path d=\"M0 10.625c0-2.703 2.156-5.031 4.906-5.031h11.594l5.5-5.594v22.969c0 2.719-2.156 5.031-4.906 5.031h-12.187c-2.75 0-4.906-2.312-4.906-5.031v-12.344zM19.25 22.406l-2.75-2.812v-6.641c0-0.953-0.766-1.75-1.719-1.75h-7.562c-0.953 0-1.719 0.797-1.719 1.75v7.688c0 0.953 0.766 1.766 1.719 1.766h12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forumbee\" viewBox=\"0 0 24 28\">\n<title>forumbee</title>\n<path d=\"M14.594 2.344c-6.609 2.516-11.813 7.797-14.281 14.422-0.203-0.906-0.313-1.828-0.313-2.75 0-6.609 5.344-11.969 11.953-11.969 0.891 0 1.781 0.109 2.641 0.297zM18.797 4.203c0.969 0.672 1.828 1.484 2.562 2.422-8.094 2.359-14.422 8.719-16.734 16.828-0.922-0.719-1.75-1.563-2.422-2.531 2.328-8.031 8.578-14.344 16.594-16.719zM7.344 25.047c2.406-7.422 8.219-13.266 15.609-15.719 0.422 0.969 0.703 2 0.844 3.047-6.094 2.5-10.938 7.375-13.422 13.484-1.047-0.141-2.063-0.406-3.031-0.812zM24 25.953c-1.937-0.5-3.859-1.094-5.734-1.797-1.375 0.859-2.922 1.437-4.531 1.672 2.281-4.266 5.797-7.797 10.047-10.094-0.219 1.563-0.766 3.094-1.578 4.438 0.703 1.891 1.297 3.828 1.797 5.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leanpub\" viewBox=\"0 0 32 28\">\n<title>leanpub</title>\n<path d=\"M29.578 6.125l2.422 19.875c-1.453 0-2.703-0.297-4.016-0.891-1.953-0.891-3.984-1.422-6.141-1.422-2.219 0-4.266 0.734-5.844 2.312-1.578-1.578-3.625-2.312-5.844-2.312-2.156 0-4.188 0.531-6.141 1.422-1.266 0.562-2.547 0.891-3.938 0.891h-0.078l2.422-19.875c2.234-1.266 4.953-1.984 7.531-1.984 2.109 0 4.281 0.438 6.047 1.656 1.766-1.219 3.938-1.656 6.047-1.656 2.578 0 5.297 0.719 7.531 1.984zM21.844 21.547c2.969 0 5 0.797 7.688 1.906l-1.937-15.953c-1.75-0.797-3.828-1.219-5.75-1.219-2.188 0-4.234 0.688-5.844 2.203-1.609-1.516-3.656-2.203-5.844-2.203-1.922 0-4 0.422-5.75 1.219l-1.937 15.953c2.688-1.109 4.719-1.906 7.688-1.906 2.141 0 4.031 0.547 5.844 1.687 1.813-1.141 3.703-1.687 5.844-1.687zM22.469 21.016l-0.859-14.172c-2.25 0.047-4.031 0.812-5.609 2.422-1.641-1.672-3.5-2.422-5.844-2.422-1.75 0-3.625 0.359-5.25 1.031l-1.781 14.703c2.359-0.969 4.438-1.578 7.031-1.578 2.063 0 4.078 0.5 5.844 1.594 1.766-1.094 3.781-1.641 5.844-1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sellsy\" viewBox=\"0 0 32 28\">\n<title>sellsy</title>\n<path d=\"M23.438 21.422v-11.453c0-0.438-0.359-0.797-0.781-0.797h-1.453c-0.422 0-0.781 0.359-0.781 0.797v11.453c0 0.422 0.359 0.781 0.781 0.781h1.453c0.422 0 0.781-0.359 0.781-0.781zM19 21.422v-8.297c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v8.297c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM14.438 21.422v-6.703c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v6.703c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM9.875 21.422v-5.656c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v5.656c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM32 19.141c0 3.469-2.828 6.281-6.281 6.281h-19.437c-3.453 0-6.281-2.812-6.281-6.281 0-2.422 1.422-4.641 3.609-5.672-0.109-0.375-0.156-0.766-0.156-1.141 0-2.359 1.922-4.281 4.281-4.281 1.031 0 2.031 0.375 2.812 1.047 0.938-3.813 4.375-6.516 8.313-6.516 4.719 0 8.563 3.844 8.563 8.563 0 0.641-0.063 1.281-0.219 1.906 2.812 0.688 4.797 3.219 4.797 6.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shirtsinbulk\" viewBox=\"0 0 24 28\">\n<title>shirtsinbulk</title>\n<path d=\"M0 0h24v21.75l-12.125 5.281-11.875-5.281v-21.75zM22.437 20.734v-14.469h-20.875v14.469l10.328 4.594zM22.437 4.703v-3.141h-20.875v3.141h20.875zM2.828 9.359v1.797h-0.578v-1.797h0.578zM2.828 11.672v1.797h-0.578v-1.797h0.578zM2.828 13.984v1.797h-0.578v-1.797h0.578zM2.828 16.297v1.797h-0.578v-1.797h0.578zM2.828 18.609v1.797h-0.578v-1.797h0.578zM3.234 20.844l0.234-0.531 1.641 0.734-0.234 0.516zM5.359 21.781l0.234-0.531 1.641 0.719-0.234 0.531zM7.469 22.719l0.234-0.531 1.641 0.719-0.234 0.531zM9.594 23.641l0.234-0.516 1.625 0.719-0.234 0.531zM12.453 23.844l1.641-0.719 0.234 0.516-1.641 0.734zM14.562 22.906l1.641-0.719 0.234 0.531-1.641 0.719zM16.688 21.969l1.641-0.719 0.234 0.531-1.641 0.719zM18.797 21.047l1.641-0.734 0.234 0.531-1.641 0.719zM4.047 2.297v0.562h-1.781v-0.562h1.781zM6.578 2.297v0.562h-1.797v-0.562h1.797zM9.109 2.297v0.562h-1.797v-0.562h1.797zM11.625 2.297v0.562h-1.781v-0.562h1.781zM14.156 2.297v0.562h-1.781v-0.562h1.781zM16.688 2.297v0.562h-1.797v-0.562h1.797zM19.219 2.297v0.562h-1.797v-0.562h1.797zM21.734 2.297v0.562h-1.781v-0.562h1.781zM2.828 7.609v1.234h-0.578v-1.797h1.797v0.562h-1.219zM6.578 7.047v0.562h-1.797v-0.562h1.797zM9.109 7.047v0.562h-1.797v-0.562h1.797zM11.625 7.047v0.562h-1.781v-0.562h1.781zM14.156 7.047v0.562h-1.781v-0.562h1.781zM16.688 7.047v0.562h-1.797v-0.562h1.797zM19.219 7.047v0.562h-1.797v-0.562h1.797zM21.172 8.844v-1.234h-1.219v-0.562h1.797v1.797h-0.578zM21.172 11.156v-1.797h0.578v1.797h-0.578zM21.172 13.469v-1.797h0.578v1.797h-0.578zM21.172 15.781v-1.797h0.578v1.797h-0.578zM21.172 18.094v-1.797h0.578v1.797h-0.578zM21.172 20.406v-1.797h0.578v1.797h-0.578zM11.875 19.859c-2.688 0-4.891-2.188-4.891-4.891 0-2.688 2.203-4.891 4.891-4.891 2.703 0 4.891 2.203 4.891 4.891 0 2.703-2.188 4.891-4.891 4.891zM9.297 13.906c0 2.375 4.156 0.641 4.156 2.031 0 0.703-1.281 0.766-1.75 0.766-0.656 0-1.594-0.141-1.922-0.797h-0.047l-0.484 0.984c0.797 0.5 1.563 0.656 2.531 0.656 1.047 0 2.734-0.313 2.734-1.672 0-2.578-4.203-0.875-4.203-2.031 0-0.703 1.109-0.797 1.594-0.797 0.578 0 1.563 0.172 1.906 0.703h0.047l0.469-0.906c-0.812-0.328-1.469-0.641-2.375-0.641-1.078 0-2.656 0.344-2.656 1.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-simplybuilt\" viewBox=\"0 0 32 28\">\n<title>simplybuilt</title>\n<path d=\"M13.484 16.125c0-2.344-1.891-4.234-4.234-4.234-2.328 0-4.219 1.891-4.219 4.234 0 2.328 1.891 4.219 4.219 4.219 2.344 0 4.234-1.891 4.234-4.219zM26.969 16.109c0-2.328-1.891-4.219-4.219-4.219-2.344 0-4.234 1.891-4.234 4.219 0 2.344 1.891 4.234 4.234 4.234 2.328 0 4.219-1.891 4.219-4.234zM32 3.469v21.063c0 0.922-0.75 1.672-1.687 1.672h-28.625c-0.938 0-1.687-0.75-1.687-1.672v-21.063c0-0.922 0.75-1.672 1.687-1.672h6.734c0.922 0 1.687 0.75 1.687 1.672v2.516h11.781v-2.516c0-0.922 0.766-1.672 1.687-1.672h6.734c0.938 0 1.687 0.75 1.687 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skyatlas\" viewBox=\"0 0 32 28\">\n<title>skyatlas</title>\n<path d=\"M22.344 9.109c0 0-0.016-0.016 0 0v0zM26.406 12.297c3.031 0 5.594 2.266 5.594 5.359 0 3.297-2.625 5.719-5.875 5.719-8.297 0-9.828-12.484-17.984-12.484-3.156 0-5.453 2.016-5.453 5.25 0 3.344 2.5 5.359 5.734 5.359 2.125 0 4.547-0.891 6.266-2.125 0.281-0.203 0.844-0.812 1.141-0.812s0.547 0.25 0.547 0.547c0 0.391-0.656 0.953-0.938 1.203-2.047 1.781-5.016 3.063-7.734 3.063-4.172 0-7.703-2.953-7.703-7.25s3.375-7.453 7.641-7.453c9.266 0 11.125 12.297 18.094 12.297 2.094 0 3.672-1.359 3.672-3.5 0-1.984-1.531-3.484-3.5-3.484-0.875 0-1.75 0.578-2.344 0.578-0.422 0-0.797-0.359-0.797-0.781 0-0.578 0.266-1.188 0.266-1.813 0-3.328-2.547-5.734-5.844-5.734-2.656 0-4 1.844-4.438 1.844-0.313 0-0.562-0.25-0.562-0.562 0-0.281 0.203-0.516 0.391-0.719 1.266-1.437 3.234-2.188 5.141-2.188 3.969 0 6.953 2.922 6.953 6.891 0 0.344-0.016 0.688-0.063 1.031 0.594-0.156 1.203-0.234 1.797-0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-plus\" viewBox=\"0 0 26 28\">\n<title>cart-plus</title>\n<path d=\"M19 11c0-0.547-0.453-1-1-1h-2v-2c0-0.547-0.453-1-1-1s-1 0.453-1 1v2h-2c-0.547 0-1 0.453-1 1s0.453 1 1 1h2v2c0 0.547 0.453 1 1 1s1-0.453 1-1v-2h2c0.547 0 1-0.453 1-1zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-arrow-down\" viewBox=\"0 0 26 28\">\n<title>cart-arrow-down</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-0.266 0-0.516 0.109-0.703 0.297l-2.297 2.281v-4.578c0-0.547-0.453-1-1-1s-1 0.453-1 1v4.578l-2.297-2.281c-0.187-0.187-0.438-0.297-0.703-0.297-0.547 0-1 0.453-1 1 0 0.266 0.109 0.516 0.297 0.703l4 4c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l4-4c0.187-0.187 0.297-0.438 0.297-0.703zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-diamond\" viewBox=\"0 0 32 28\">\n<title>diamond</title>\n<path d=\"M3.313 12l9.734 10.391-4.688-10.391h-5.047zM16 24.063l5.453-12.063h-10.906zM8.406 10l3.187-6h-4.094l-4.5 6h5.406zM18.953 22.391l9.734-10.391h-5.047zM10.672 10h10.656l-3.187-6h-4.281zM23.594 10h5.406l-4.5-6h-4.094zM25.797 2.406l6 8c0.297 0.375 0.266 0.922-0.063 1.281l-15 16c-0.187 0.203-0.453 0.313-0.734 0.313s-0.547-0.109-0.734-0.313l-15-16c-0.328-0.359-0.359-0.906-0.063-1.281l6-8c0.187-0.266 0.484-0.406 0.797-0.406h18c0.313 0 0.609 0.141 0.797 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ship\" viewBox=\"0 0 32 28\">\n<title>ship</title>\n<path d=\"M28.297 24.297c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297zM3.703 23.703c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1-1v-4.578l-3.281-4.906c-0.359-0.547-0.109-1.297 0.516-1.516l2.766-0.906v-4.672h2v-2h4v-2h4v2h4v2h2v4.672l2.766 0.906c0.625 0.219 0.875 0.969 0.516 1.516l-3.281 4.906v4.578l0.297-0.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297zM10 6v2l6-2 6 2v-2h-2v-2h-8v2h-2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-secret\" viewBox=\"0 0 22 28\">\n<title>user-secret</title>\n<path d=\"M9 24l1.5-7-1.5-2-2-1zM13 24l2-10-2 1-1.5 2zM15.5 8.219c-0.016-0.031-0.031-0.063-0.063-0.094-0.141-0.109-1.266-0.125-1.5-0.125-0.891 0-1.734 0.125-2.609 0.297-0.109 0.031-0.219 0.031-0.328 0.031s-0.219 0-0.328-0.031c-0.875-0.172-1.719-0.297-2.609-0.297-0.234 0-1.359 0.016-1.5 0.125-0.031 0.031-0.047 0.063-0.063 0.094 0.016 0.141 0.031 0.281 0.063 0.422 0.094 0.125 0.172 0.078 0.234 0.266 0.406 1.109 0.594 1.969 2 1.969 2.016 0 1.453-1.859 2.109-1.859h0.187c0.656 0 0.094 1.859 2.109 1.859 1.406 0 1.594-0.859 2-1.969 0.063-0.187 0.141-0.141 0.234-0.266 0.031-0.141 0.047-0.281 0.063-0.422zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-2.828 0.5-7.109 3.406-8.516l-1.406-3.437h3.344c-0.219-0.641-0.344-1.313-0.344-2 0-0.172 0.016-0.344 0.031-0.5-0.609-0.125-3.031-0.625-3.031-1.5 0-0.922 2.656-1.422 3.281-1.547 0.328-1.172 1.109-2.953 1.906-3.875 0.313-0.359 0.703-0.578 1.188-0.578 0.938 0 1.687 0.969 2.625 0.969s1.687-0.969 2.625-0.969c0.484 0 0.875 0.219 1.188 0.578 0.797 0.922 1.578 2.703 1.906 3.875 0.625 0.125 3.281 0.625 3.281 1.547 0 0.875-2.422 1.375-3.031 1.5 0.078 0.844-0.031 1.687-0.313 2.5h3.344l-1.281 3.516c2.797 1.453 3.281 5.656 3.281 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-motorcycle\" viewBox=\"0 0 36 28\">\n<title>motorcycle</title>\n<path d=\"M35.953 16.188c0.5 4.391-3.078 8.078-7.438 7.797-3.344-0.219-6.125-2.891-6.469-6.234-0.25-2.375 0.688-4.516 2.281-5.953l-1.109-1.672c-1.969 1.641-3.219 4.094-3.219 6.844 0 0.562-0.438 1.031-1 1.031h-5.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c0.828 0 1.625 0.156 2.375 0.422l0.375-0.703c-1.203-1.078-2.781-1.719-4.75-1.719h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h2c3.5 0 5.281 1.437 6 2h9.797l-1.328-2h-3.469c-0.609 0-1.094-0.547-0.984-1.172 0.078-0.484 0.547-0.828 1.031-0.828h3.953c0.328 0 0.641 0.172 0.828 0.438l1.094 1.641 1.781-1.781c0.187-0.187 0.453-0.297 0.719-0.297h1.578c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-2.797l1.797 2.688c1.266-0.609 2.734-0.859 4.297-0.562 2.984 0.547 5.313 3.047 5.656 6.062zM7 22c2.422 0 4.438-1.719 4.906-4h-4.906c-0.344 0-0.672-0.187-0.859-0.484-0.172-0.297-0.187-0.672-0.016-0.984l2.297-4.328c-0.453-0.125-0.922-0.203-1.422-0.203-2.75 0-5 2.25-5 5s2.25 5 5 5zM29 22c2.75 0 5-2.25 5-5s-2.25-5-5-5c-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-street-view\" viewBox=\"0 0 22 28\">\n<title>street-view</title>\n<path d=\"M22 24c0 2.75-5.703 4-11 4s-11-1.25-11-4c0-2.125 3.172-3.125 5.828-3.578 0.547-0.094 1.062 0.266 1.156 0.812s-0.266 1.062-0.812 1.156c-3.219 0.562-4.125 1.437-4.172 1.625 0.156 0.531 3.156 1.984 9 1.984s8.844-1.453 9-2.016c-0.047-0.156-0.953-1.031-4.172-1.594-0.547-0.094-0.906-0.609-0.812-1.156s0.609-0.906 1.156-0.812c2.656 0.453 5.828 1.453 5.828 3.578zM16 10v6c0 0.547-0.453 1-1 1h-1v6c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-6h-1c-0.547 0-1-0.453-1-1v-6c0-1.109 0.891-2 2-2h6c1.109 0 2 0.891 2 2zM14.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heartbeat\" viewBox=\"0 0 28 28\">\n<title>heartbeat</title>\n<path d=\"M20 16h4.766c-0.187 0.203-0.313 0.313-0.344 0.344l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.031-0.016-0.156-0.125-0.328-0.313h5.766c0.453 0 0.859-0.313 0.969-0.75l1.094-4.391 2.969 10.422c0.125 0.422 0.516 0.719 0.969 0.719v0c0.438 0 0.828-0.297 0.953-0.719l2.281-7.578 0.875 1.75c0.172 0.328 0.516 0.547 0.891 0.547zM28 9.312c0 1.797-0.781 3.437-1.609 4.688h-5.766l-1.734-3.453c-0.172-0.359-0.578-0.578-0.969-0.547-0.422 0.047-0.766 0.313-0.875 0.719l-2.016 6.719-3.063-10.719c-0.125-0.422-0.516-0.719-0.984-0.719-0.453 0-0.844 0.313-0.953 0.75l-1.813 7.25h-6.609c-0.828-1.25-1.609-2.891-1.609-4.688 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus\" viewBox=\"0 0 18 28\">\n<title>venus</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.25 3.719-7.734 7.938-8.203 5.437-0.609 10.031 3.625 10.031 8.937zM2 9c0 3.859 3.141 7 7 7s7-3.141 7-7-3.141-7-7-7-7 3.141-7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars\" viewBox=\"0 0 24 28\">\n<title>mars</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-5.969 5.984c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l5.969-5.969h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mercury\" viewBox=\"0 0 18 28\">\n<title>mercury</title>\n<path d=\"M12.969 4.937c2.969 1.469 5.031 4.531 5.031 8.062 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-3.531 2.063-6.594 5.031-8.062-1.641-0.953-2.922-2.453-3.563-4.266-0.125-0.328 0.125-0.672 0.469-0.672h1.078c0.203 0 0.375 0.125 0.453 0.313 0.906 2.172 3.047 3.687 5.531 3.687s4.625-1.516 5.531-3.687c0.078-0.187 0.25-0.313 0.578-0.313h0.953c0.344 0 0.594 0.344 0.469 0.672-0.641 1.813-1.922 3.313-3.563 4.266zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-intersex\" viewBox=\"0 0 22 28\">\n<title>intersex</title>\n<path d=\"M16 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.719-0.516-8.359-4.719-7.969-9.656 0.328-4.25 3.703-7.734 7.922-8.219 2.531-0.297 4.875 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-transgender-alt\" viewBox=\"0 0 26 28\">\n<title>transgender-alt</title>\n<path d=\"M20 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-2.125 0.75-4.078 1.969-5.609l-0.812-0.828-1.578 1.734c-0.187 0.203-0.5 0.219-0.703 0.047l-0.75-0.688c-0.203-0.172-0.219-0.5-0.031-0.703l1.641-1.797-1.734-1.75v2.094c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.5c0-0.547 0.453-1 1-1h4.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.078l1.656 1.672 1.344-1.469c0.187-0.203 0.5-0.219 0.703-0.047l0.75 0.688c0.203 0.172 0.219 0.5 0.031 0.703l-1.406 1.547 0.891 0.875c1.531-1.219 3.484-1.969 5.609-1.969s4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM13 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-double\" viewBox=\"0 0 28 28\">\n<title>venus-double</title>\n<path d=\"M27.969 8.266c0.391 4.953-3.234 9.156-7.969 9.672v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-8v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.297 3.797-7.812 8.078-8.219 2.188-0.219 4.234 0.359 5.891 1.469 1.656-1.109 3.703-1.687 5.891-1.469 4.281 0.406 7.734 3.922 8.078 8.219zM14 13.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM9 16c1.234 0 2.391-0.328 3.406-0.891-1.5-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1.016-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7s3.141 7 7 7zM18 22v-4.062c-1.469-0.156-2.828-0.688-4-1.469-1.172 0.781-2.531 1.313-4 1.469v4.062h8zM19 16c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.391 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.906 4.5-2.406 6.109c1.016 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-double\" viewBox=\"0 0 30 28\">\n<title>mars-double</title>\n<path d=\"M24 6.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.797-3.75 6.781-7.562 7.313-4.469 0.625-8.422-2.047-9.781-5.938-4.937-0.25-8.828-4.5-8.5-9.578 0.281-4.281 3.672-7.844 7.938-8.328 2.516-0.297 4.859 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c0.625 0.781 1.109 1.672 1.453 2.641 1.937 0.094 3.703 0.812 5.125 1.937l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM16 13c0-0.313-0.031-0.609-0.063-0.906-3.359 0.516-5.938 3.406-5.938 6.906 0 0.313 0.031 0.609 0.063 0.906 3.359-0.516 5.938-3.406 5.938-6.906zM2 13c0 3.531 2.641 6.453 6.047 6.922-0.031-0.297-0.047-0.609-0.047-0.922 0-4.406 3.187-8.078 7.391-8.844-1.094-2.453-3.547-4.156-6.391-4.156-3.859 0-7 3.141-7 7zM17 26c3.859 0 7-3.141 7-7 0-3.531-2.641-6.453-6.047-6.922 0.031 0.297 0.047 0.609 0.047 0.922 0 4.406-3.187 8.078-7.391 8.844 1.094 2.453 3.547 4.156 6.391 4.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-mars\" viewBox=\"0 0 31 28\">\n<title>venus-mars</title>\n<path d=\"M26 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.75-3.703 6.734-7.469 7.297-2.375 0.359-4.609-0.219-6.391-1.406-1.172 0.781-2.531 1.297-4 1.453v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.906-0.547-8.641-5.047-7.906-10.219 0.531-3.891 3.625-7.016 7.5-7.609 2.391-0.359 4.625 0.219 6.406 1.406 1.437-0.953 3.156-1.516 5-1.516 2.125 0 4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM14 17.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM2 13c0 3.859 3.141 7 7 7 1.234 0 2.406-0.328 3.406-0.891-1.484-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7zM19 20c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.406 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.922 4.5-2.406 6.109c1 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke\" viewBox=\"0 0 24 28\">\n<title>mars-stroke</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-3.328 3.344 2.188 2.188c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.188-2.203-1.219 1.234c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l1.219-1.219-2.688-2.688c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.688 2.688 3.328-3.328h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-v\" viewBox=\"0 0 18 28\">\n<title>mars-stroke-v</title>\n<path d=\"M10 10.063c4.5 0.5 8 4.312 8 8.937 0 5.313-4.594 9.547-10.031 8.937-4.219-0.469-7.594-3.953-7.938-8.203-0.391-4.953 3.234-9.156 7.969-9.672v-2.063h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.5v-2.578l-1.437 1.437c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l3.156-3.141c0.391-0.391 1.016-0.391 1.406 0l3.156 3.141c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-1.437-1.437v2.578h2.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.5v2.063zM9 26c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-h\" viewBox=\"0 0 30 28\">\n<title>mars-stroke-h</title>\n<path d=\"M29.703 14.297c0.391 0.391 0.391 1.016 0 1.406l-4.594 4.594c-0.187 0.203-0.516 0.203-0.703 0l-0.703-0.703c-0.203-0.187-0.203-0.516 0-0.703l2.891-2.891h-4.594v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-2.063c-0.5 4.5-4.312 8-8.937 8-5.313 0-9.547-4.594-8.937-10.031 0.469-4.219 3.953-7.594 8.203-7.938 4.953-0.391 9.156 3.234 9.672 7.969h2.063v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5h4.594l-2.891-2.891c-0.203-0.187-0.203-0.516 0-0.703l0.703-0.703c0.187-0.203 0.516-0.203 0.703 0zM9 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-neuter\" viewBox=\"0 0 18 28\">\n<title>neuter</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v9.562c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9.562c-4.5-0.5-8-4.312-8-8.937 0-4.969 4.031-9 9-9s9 4.031 9 9zM9 16c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-genderless\" viewBox=\"0 0 18 28\">\n<title>genderless</title>\n<path d=\"M16 15c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM18 15c0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9 9 4.031 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-official\" viewBox=\"0 0 24 28\">\n<title>facebook-official</title>\n<path d=\"M22.672 2c0.734 0 1.328 0.594 1.328 1.328v21.344c0 0.734-0.594 1.328-1.328 1.328h-6.109v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-11.484c-0.734 0-1.328-0.594-1.328-1.328v-21.344c0-0.734 0.594-1.328 1.328-1.328h21.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-p\" viewBox=\"0 0 20 28\">\n<title>pinterest-p</title>\n<path d=\"M0 9.328c0-5.766 5.281-9.328 10.625-9.328 4.906 0 9.375 3.375 9.375 8.547 0 4.859-2.484 10.25-8.016 10.25-1.313 0-2.969-0.656-3.609-1.875-1.188 4.703-1.094 5.406-3.719 9l-0.219 0.078-0.141-0.156c-0.094-0.984-0.234-1.953-0.234-2.938 0-3.187 1.469-7.797 2.188-10.891-0.391-0.797-0.5-1.766-0.5-2.641 0-1.578 1.094-3.578 2.875-3.578 1.313 0 2.016 1 2.016 2.234 0 2.031-1.375 3.938-1.375 5.906 0 1.344 1.109 2.281 2.406 2.281 3.594 0 4.703-5.187 4.703-7.953 0-3.703-2.625-5.719-6.172-5.719-4.125 0-7.313 2.969-7.313 7.156 0 2.016 1.234 3.047 1.234 3.531 0 0.406-0.297 1.844-0.812 1.844-0.078 0-0.187-0.031-0.266-0.047-2.234-0.672-3.047-3.656-3.047-5.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-whatsapp\" viewBox=\"0 0 24 28\">\n<title>whatsapp</title>\n<path d=\"M15.391 15.219c0.266 0 2.812 1.328 2.922 1.516 0.031 0.078 0.031 0.172 0.031 0.234 0 0.391-0.125 0.828-0.266 1.188-0.359 0.875-1.813 1.437-2.703 1.437-0.75 0-2.297-0.656-2.969-0.969-2.234-1.016-3.625-2.75-4.969-4.734-0.594-0.875-1.125-1.953-1.109-3.031v-0.125c0.031-1.031 0.406-1.766 1.156-2.469 0.234-0.219 0.484-0.344 0.812-0.344 0.187 0 0.375 0.047 0.578 0.047 0.422 0 0.5 0.125 0.656 0.531 0.109 0.266 0.906 2.391 0.906 2.547 0 0.594-1.078 1.266-1.078 1.625 0 0.078 0.031 0.156 0.078 0.234 0.344 0.734 1 1.578 1.594 2.141 0.719 0.688 1.484 1.141 2.359 1.578 0.109 0.063 0.219 0.109 0.344 0.109 0.469 0 1.25-1.516 1.656-1.516zM12.219 23.5c5.406 0 9.812-4.406 9.812-9.812s-4.406-9.812-9.812-9.812-9.812 4.406-9.812 9.812c0 2.063 0.656 4.078 1.875 5.75l-1.234 3.641 3.781-1.203c1.594 1.047 3.484 1.625 5.391 1.625zM12.219 1.906c6.5 0 11.781 5.281 11.781 11.781s-5.281 11.781-11.781 11.781c-1.984 0-3.953-0.5-5.703-1.469l-6.516 2.094 2.125-6.328c-1.109-1.828-1.687-3.938-1.687-6.078 0-6.5 5.281-11.781 11.781-11.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-server\" viewBox=\"0 0 28 28\">\n<title>server</title>\n<path d=\"M2 22h16v-2h-16v2zM2 14h16v-2h-16v2zM26.5 21c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM2 6h16v-2h-16v2zM26.5 13c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM28 18v6h-28v-6h28zM28 10v6h-28v-6h28zM28 2v6h-28v-6h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-plus\" viewBox=\"0 0 32 28\">\n<title>user-plus</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM26 16h5.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v5.5c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-5.5h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-5.5c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5v5.5zM14.5 19.5c0 1.094 0.906 2 2 2h4v3.719c-0.766 0.562-1.734 0.781-2.672 0.781h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.531 1.172 3.016 1.906 4.984 1.906s3.453-0.734 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 1.328 0 2.5 0.5 3.391 1.5h-3.484c-1.094 0-2 0.906-2 2v3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-times\" viewBox=\"0 0 32 28\">\n<title>user-times</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM27.828 19l3.891 3.891c0.094 0.094 0.141 0.219 0.141 0.359 0 0.125-0.047 0.25-0.141 0.344l-2.125 2.125c-0.094 0.094-0.219 0.141-0.344 0.141-0.141 0-0.266-0.047-0.359-0.141l-3.891-3.891-3.891 3.891c-0.094 0.094-0.219 0.141-0.359 0.141-0.125 0-0.25-0.047-0.344-0.141l-2.125-2.125c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l3.891-3.891-3.891-3.891c-0.094-0.094-0.141-0.219-0.141-0.359 0-0.125 0.047-0.25 0.141-0.344l2.125-2.125c0.094-0.094 0.219-0.141 0.344-0.141 0.141 0 0.266 0.047 0.359 0.141l3.891 3.891 3.891-3.891c0.094-0.094 0.219-0.141 0.359-0.141 0.125 0 0.25 0.047 0.344 0.141l2.125 2.125c0.094 0.094 0.141 0.219 0.141 0.344 0 0.141-0.047 0.266-0.141 0.359zM20.047 19l-2.828 2.828c-0.375 0.375-0.578 0.891-0.578 1.422 0 0.516 0.203 1.031 0.578 1.406l1.297 1.297c-0.219 0.031-0.453 0.047-0.688 0.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.5 1.188 3.031 1.906 4.984 1.906s3.484-0.719 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 0.297 0 0.594 0.031 0.891 0.094-0.516 0.5-0.844 0.906-0.844 1.656 0 0.531 0.203 1.047 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bed\" viewBox=\"0 0 32 28\">\n<title>bed</title>\n<path d=\"M4 16h27c0.547 0 1 0.453 1 1v7h-4v-4h-24v4h-4v-19c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v11zM13 11c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM32 15v-1c0-3.313-2.688-6-6-6h-11c-0.547 0-1 0.453-1 1v6h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viacoin\" viewBox=\"0 0 24 28\">\n<title>viacoin</title>\n<path d=\"M24 0l-3 7h3v3h-4.281l-0.859 2h5.141v3h-6.422l-5.578 13-5.578-13h-6.422v-3h5.141l-0.859-2h-4.281v-3h3l-3-7h4l5.047 12h5.906l5.047-12h4zM12 19l1.687-4h-3.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-train\" viewBox=\"0 0 24 28\">\n<title>train</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM12 21c1.656 0 3-1.344 3-3s-1.344-3-3-3-3 1.344-3 3 1.344 3 3 3zM21 12v-8h-18v8h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subway\" viewBox=\"0 0 24 28\">\n<title>subway</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM4.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM11 12v-8h-8.5v8h8.5zM19.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM22 12v-8h-9v8h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medium\" viewBox=\"0 0 28 28\">\n<title>medium</title>\n<path d=\"M9.328 6.578v18.328c0 0.484-0.234 0.938-0.766 0.938-0.187 0-0.359-0.047-0.516-0.125l-7.266-3.641c-0.438-0.219-0.781-0.781-0.781-1.25v-17.813c0-0.391 0.187-0.75 0.609-0.75 0.25 0 0.469 0.125 0.688 0.234l7.984 4c0.016 0.016 0.047 0.063 0.047 0.078zM10.328 8.156l8.344 13.531-8.344-4.156v-9.375zM28 8.437v16.469c0 0.516-0.297 0.875-0.812 0.875-0.266 0-0.516-0.078-0.734-0.203l-6.891-3.437zM27.953 6.563c0 0.063-8.078 13.172-8.703 14.172l-6.094-9.906 5.063-8.234c0.172-0.281 0.484-0.438 0.812-0.438 0.141 0 0.281 0.031 0.406 0.094l8.453 4.219c0.031 0.016 0.063 0.047 0.063 0.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-y-combinator\" viewBox=\"0 0 24 28\">\n<title>y-combinator</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 2v24h-24v-24h24z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-optin-monster\" viewBox=\"0 0 36 28\">\n<title>optin-monster</title>\n<path d=\"M7.469 26.172c-0.156 0.328-0.609 0.781-1 0.938-0.547 0.187-1.219-0.172-1.25-0.547-0.031-0.484 1.172-1.359 1.687-1.453 0.5-0.094 0.734 0.656 0.562 1.062zM28.422 26.172c0.141 0.328 0.594 0.781 1 0.938 0.531 0.187 1.219-0.172 1.234-0.547 0.047-0.484-1.172-1.359-1.687-1.453-0.484-0.094-0.719 0.656-0.547 1.062zM29.172 24.469c0.281 0.562 1.391 1.391 2.094 1.578 0.953 0.266 1.859-0.187 1.859-0.859 0-1.031-1.953-2.406-2.859-2.5-0.859-0.109-1.422 1.109-1.094 1.781zM6.687 24.469c-0.281 0.562-1.375 1.391-2.078 1.578-0.953 0.266-1.859-0.187-1.859-0.859 0-1.031 1.953-2.406 2.859-2.5 0.859-0.109 1.422 1.109 1.078 1.781zM18.094 6.906h0.016c-0.422 0-0.828 0.078-1.188 0.234 0.547 0.172 0.953 0.672 0.953 1.25 0 0.734-0.641 1.328-1.437 1.328-0.531 0-1-0.281-1.25-0.672-0.047 0.219-0.078 0.422-0.078 0.656 0 1.547 1.328 2.797 2.984 2.797s3-1.25 3-2.797-1.344-2.797-3-2.797zM22.844 3.5c-2.063-2.266-4.703-2.766-7.281-1.359 1.453-3.25 7.063-2.812 7.281 1.359zM34.563 22.859c0.078 0.109-0.016 0.391-0.172 0.656 0.063 0.203 0.109 0.406 0.109 0.625 0.047 1.828-2.562 3.703-4.25 3.766-1 0.047-2-0.484-2.469-1.359-6.563 0.234-13.125 0.281-19.672 0-0.484 0.875-1.484 1.391-2.484 1.359-1.672-0.063-4.281-1.937-4.25-3.766 0.016-0.219 0.047-0.422 0.109-0.625-0.156-0.266-0.25-0.547-0.172-0.656 0.063-0.094 0.266-0.094 0.484-0.016 0.187-0.297 0.406-0.547 0.641-0.797-0.063-0.266-0.063-0.5 0.031-0.594 0.109-0.094 0.359-0.063 0.609 0.063 0.266-0.187 0.578-0.375 0.922-0.531 0-0.281 0.078-0.5 0.203-0.578 0.187-0.094 0.516-0.031 0.797 0.25 0.328-0.047 0.656-0.047 0.953 0.031 0.203 0.047 0.406 0.156 0.594 0.297v-1.141c-0.094 0-0.172 0-0.281-0.031-1.016-0.187-2.125-0.891-2.375-2.063-0.094-0.391-0.094-0.812 0-1.266 0.187-0.781 0.859-1.234 1.453-1.484 0.047-0.344 0.469-0.812 0.859-0.922 0.438-0.109 0.719 0.266 0.812 0.594h0.203c0.281 0.031 0.734 0.094 0.938 0.359 0.031 0.031 0.063 0.078 0.078 0.109 0.313-0.031 0.641-0.078 0.953-0.109-0.141-0.109-0.297-0.203-0.469-0.266-0.297-0.516-0.797-0.641-1.422-0.672 0-0.047 0-0.094 0.016-0.156-1.141-0.031-2.547-0.328-3.172-1.031-0.719-0.797-0.844-2.156-0.703-3.187 0.125-1.016 0.547-2.188 1.406-2.797 0.484-0.328 1.25-0.047 1.313 0.562 0.031 0.266 0.078 1.172 0.328 1.313 0.281 0.141 0.734 0.203 1.188 0.187 0.469-0.453 0.969-0.844 1.531-1.156-0.859-0.078-1.672 0.094-2.531 0.219l0.734-0.719c0.719-0.688 1.672-1.281 2.547-1.734 1.359-0.688 2.891-1.203 4.406-1.344-1.078-0.453-2.312-0.688-3.453-0.953 4.422-0.938 10.094-1.281 14.125 2.172 1.047 0.891 1.875 2.094 2.469 3.469 0.641 0.078 1.453 0.094 1.891-0.141h0.016c0.25-0.141 0.297-1.031 0.328-1.313 0.063-0.594 0.828-0.891 1.313-0.547 0.859 0.609 1.281 1.781 1.422 2.781 0.125 1.031 0.016 2.391-0.719 3.187-0.625 0.703-1.984 1.016-3.109 1.047v0.156c-0.641 0.016-1.172 0.141-1.484 0.672-0.172 0.063-0.328 0.156-0.484 0.266 0.328 0.031 0.656 0.078 0.969 0.109 0.016-0.047 0.047-0.094 0.078-0.125 0.219-0.25 0.672-0.328 0.938-0.359h0.203c0.094-0.313 0.391-0.688 0.812-0.594s0.812 0.578 0.859 0.922c0.625 0.25 1.281 0.703 1.453 1.484 0.109 0.469 0.094 0.875 0.016 1.266-0.266 1.172-1.375 1.891-2.391 2.063-0.078 0.016-0.187 0.031-0.266 0.031 0 0.391 0 0.766-0.016 1.141 0.187-0.141 0.375-0.25 0.594-0.297 0.297-0.078 0.625-0.078 0.953-0.031 0.281-0.281 0.625-0.344 0.797-0.25 0.125 0.078 0.219 0.297 0.219 0.578 0.328 0.156 0.656 0.344 0.922 0.531 0.25-0.125 0.484-0.156 0.594-0.063 0.094 0.094 0.109 0.328 0.031 0.594 0.234 0.25 0.469 0.516 0.641 0.797 0.219-0.078 0.406-0.078 0.484 0.016zM30.266 7.984c0 0.359-0.078 0.672-0.141 0.844 1 0.391 1.516 1.281 1.75 2.063 0.063-0.609-0.156-2.281-0.797-2.953-0.422-0.422-0.812-0.297-0.812 0.047zM29.047 9.547v0c0.75 0.906 0.984 2.406 0.734 3.641 0.625-0.125 1.188-0.359 1.516-0.703 0.109-0.125 0.219-0.281 0.281-0.438-0.063-1.234-0.594-2.469-1.719-2.828-0.187 0.187-0.531 0.281-0.812 0.328v0zM28.469 9.609c-0.219 0-0.469 0-0.688-0.016 0.438 1.188 0.719 2.469 0.828 3.734 0.203 0 0.438-0.016 0.672-0.047 0.344-1.406-0.016-2.984-0.812-3.672zM4.031 10.891c0.234-0.781 0.75-1.672 1.75-2.063-0.063-0.172-0.141-0.484-0.141-0.844 0-0.344-0.406-0.469-0.812-0.047-0.656 0.672-0.859 2.344-0.797 2.953zM4.594 12.484c0.328 0.359 0.891 0.578 1.516 0.703-0.25-1.234-0.016-2.734 0.734-3.641v0 0 0c-0.281-0.047-0.625-0.141-0.812-0.328-1.125 0.359-1.641 1.594-1.719 2.828 0.078 0.156 0.172 0.313 0.281 0.438zM7.359 13.328c0.141-1.281 0.531-2.531 1.141-3.672-0.297 0.063-0.578 0.172-0.859 0.281l-0.703 0.297v-0.016c-0.422 0.812-0.578 1.984-0.313 3.063 0.266 0.031 0.5 0.047 0.734 0.047zM22.406 13.937v0c0.203 1.031 0.281 2.063 0.438 3.094 0.063 0.359 0.172 0.438 0.516 0.266 0.922-0.469 1.313-2.266 1.328-3.297-0.75-0.047-1.516-0.047-2.281-0.063zM18 3.922c-2.422 0-4.406 1.969-4.406 4.391 0 2.438 1.984 4.406 4.406 4.406s4.406-1.969 4.406-4.406c0-2.422-1.984-4.391-4.406-4.391zM21.562 13.906c-1.094-0.016-2.203-0.016-3.297 0v-0.016c-0.016 0.297 0.016 2.203 0.25 2.375 0.641 0.313 2.281 0.266 2.953 0.063 0.313-0.094 0.141-2.141 0.094-2.422zM17.375 17.016c0.266-0.141 0.141-2.625 0.078-3.109v-0.016c-1.125 0.016-2.234 0.016-3.344 0.047-0.109 0.531-0.266 2.828 0.109 2.984 0.75 0.328 2.406 0.297 3.156 0.094zM11.219 14.063c-0.313 1.141 0.016 2.609 1.281 3.172 0.313 0.141 0.5 0.141 0.562-0.25 0.109-0.5 0.141-2.125 0.281-3.016v0c-0.703 0.016-1.422 0.047-2.125 0.094zM9.234 16.031c0.031 0.281-0.219 0.453-0.531 0.562 2.531 2.719 5.359 4.953 9.016 6.156 3.906-1.109 6.687-3.469 9.438-6.188-0.281-0.109-0.5-0.297-0.469-0.531 0.016-0.063 0.031-0.094 0.047-0.141v0 0c-0.516-0.047-1.031-0.109-1.531-0.156-0.547 1.906-2.078 3.063-2.703 1.828-0.156-0.297-0.203-0.672-0.266-0.969-0.219 0.484-0.766 0.469-1.422 0.516-0.766 0.063-1.828 0.078-2.547-0.172-0.172 0.75-0.641 0.75-1.547 0.828-0.812 0.078-2.812 0.234-3.172-0.625-0.063 1.656-2.031 0.578-2.609-0.406-0.187-0.328-0.313-0.656-0.406-1.016-0.453 0.047-0.906 0.094-1.359 0.156 0.031 0.047 0.047 0.109 0.063 0.156zM7.922 25.844c0.031-0.141 0.047-0.297 0.047-0.469-0.328-1.344-1.078-2.875-1.937-3.125-1.297-0.391-3.984 1.359-3.828 3.156 0.734 1.125 2.312 2.063 3.422 2.109 1.031 0.047 2.078-0.641 2.297-1.672zM7.969 23.172c0.187 0.516 0.375 1.203 0.422 1.859 1.937-1.125 4-2.063 6.125-2.719-2.234-1.188-3.938-2.766-5.625-4.453-0.125 0.078-0.297 0.141-0.453 0.203-0.016 0.047-0.016 0.094-0.031 0.141 0.266 0.156 0.453 0.344 0.344 0.578-0.125 0.234-0.5 0.438-0.875 0.531-0.125 0.156-0.297 0.281-0.453 0.375h-0.016c-0.016 0.781-0.016 1.563 0.016 2.344 0.219 0.391 0.406 0.797 0.547 1.141zM9.047 25.766c5.969 0.234 11.937 0.203 17.891 0-2.125-1.234-4.281-2.391-6.687-3.063-0.797 0.359-1.609 0.656-2.438 0.891-0.125 0.047-0.125 0.047-0.25 0-0.688-0.219-1.344-0.469-2.016-0.766-2.328 0.672-4.469 1.687-6.5 2.938h-0.016v0.016c0.016 0 0.016 0 0.016-0.016zM27.547 25.047c0.047-0.656 0.25-1.359 0.438-1.875 0.125-0.344 0.297-0.734 0.516-1.109l-0.016 0.016c0.031-0.797 0.047-1.594 0.047-2.391-0.172-0.094-0.328-0.234-0.469-0.391-0.375-0.078-0.75-0.297-0.875-0.516-0.109-0.234 0.078-0.438 0.344-0.594-0.016-0.031-0.031-0.094-0.031-0.141-0.172-0.047-0.313-0.109-0.438-0.187-1.828 1.703-3.781 3.281-5.984 4.438 2.25 0.672 4.391 1.625 6.469 2.75zM33.672 25.406c0.172-1.797-2.516-3.547-3.828-3.156-0.844 0.25-1.609 1.781-1.937 3.125 0 0.172 0.016 0.328 0.047 0.469 0.219 1.031 1.266 1.719 2.297 1.672 1.109-0.047 2.688-0.984 3.422-2.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opencart\" viewBox=\"0 0 43 28\">\n<title>opencart</title>\n<path d=\"M23.812 24.391c0 1.422-1.141 2.562-2.562 2.562s-2.578-1.141-2.578-2.562 1.156-2.578 2.578-2.578 2.562 1.156 2.562 2.578zM12.109 24.391c0 1.422-1.156 2.562-2.578 2.562s-2.562-1.141-2.562-2.562 1.141-2.578 2.562-2.578 2.578 1.156 2.578 2.578zM0 1.047c4.609 4.859 8.937 5.578 25.937 5.578s9.531 3.781-0.969 13.156c3.328-5.781 14.766-10.906-3.984-10.625-17.984 0.266-19.047-5.203-20.984-8.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expeditedssl\" viewBox=\"0 0 28 28\">\n<title>expeditedssl</title>\n<path d=\"M14 1c-7.172 0-13 5.828-13 13s5.828 13 13 13 13-5.828 13-13-5.828-13-13-13zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM7.75 13c0.141 0 0.25 0.109 0.25 0.25v7.5c0 0.141-0.109 0.25-0.25 0.25h-0.5c-0.141 0-0.25-0.109-0.25-0.25v-7.5c0-0.141 0.109-0.25 0.25-0.25h0.5zM14 14c1.109 0 2 0.891 2 2 0 0.734-0.406 1.375-1 1.719v1.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2zM14 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM8.5 9.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-1.937 1.563-3.5 3.5-3.5s3.5 1.563 3.5 3.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5zM22 21v-8c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery\" viewBox=\"0 0 36 28\">\n<title>battery</title>\n<path d=\"M30 8v12h-26v-12h26zM32 17h2v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5zM36 11v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-3\" viewBox=\"0 0 36 28\">\n<title>battery-3</title>\n<path d=\"M4 20v-12h20v12h-20zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-2\" viewBox=\"0 0 36 28\">\n<title>battery-2</title>\n<path d=\"M4 20v-12h14v12h-14zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-1\" viewBox=\"0 0 36 28\">\n<title>battery-1</title>\n<path d=\"M4 20v-12h8v12h-8zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-0\" viewBox=\"0 0 36 28\">\n<title>battery-0</title>\n<path d=\"M34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mouse-pointer\" viewBox=\"0 0 18 28\">\n<title>mouse-pointer</title>\n<path d=\"M17.703 16.297c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-5.969l3.141 7.438c0.219 0.516-0.031 1.094-0.531 1.313l-2.766 1.172c-0.516 0.219-1.094-0.031-1.313-0.531l-2.984-7.063-4.875 4.875c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-23.5c0-0.406 0.25-0.766 0.625-0.922 0.109-0.047 0.25-0.078 0.375-0.078 0.266 0 0.516 0.094 0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-i-cursor\" viewBox=\"0 0 14 28\">\n<title>i-cursor</title>\n<path d=\"M13 2c-3.313 0-5 1.172-5 3.5v6.5h2v2h-2v8.5c0 2.328 1.687 3.5 5 3.5h1v2h-1c-2.812 0-4.875-0.812-6-2.281-1.125 1.469-3.187 2.281-6 2.281h-1v-2h1c3.313 0 5-1.172 5-3.5v-8.5h-2v-2h2v-6.5c0-2.328-1.687-3.5-5-3.5h-1v-2h1c2.812 0 4.875 0.812 6 2.281 1.125-1.469 3.187-2.281 6-2.281h1v2h-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-group\" viewBox=\"0 0 32 28\">\n<title>object-group</title>\n<path d=\"M32 6h-2v16h2v6h-6v-2h-20v2h-6v-6h2v-16h-2v-6h6v2h20v-2h6v6zM28 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 26v-2h-2v2h2zM26 24v-2h2v-16h-2v-2h-20v2h-2v16h2v2h20zM30 26v-2h-2v2h2zM20 10h6v12h-14v-4h-6v-12h14v4zM8 16h10v-8h-10v8zM24 20v-8h-4v6h-6v2h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-ungroup\" viewBox=\"0 0 36 28\">\n<title>object-ungroup</title>\n<path d=\"M36 12h-2v10h2v6h-6v-2h-14v2h-6v-6h2v-2h-6v2h-6v-6h2v-10h-2v-6h6v2h14v-2h6v6h-2v2h6v-2h6v6zM32 8v2h2v-2h-2zM22 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 20v-2h-2v2h2zM24 18h-2v2h2v-2zM6 18h14v-2h2v-10h-2v-2h-14v2h-2v10h2v2zM14 26v-2h-2v2h2zM34 26v-2h-2v2h2zM32 22v-10h-2v-2h-6v6h2v6h-6v-2h-6v2h2v2h14v-2h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note\" viewBox=\"0 0 24 28\">\n<title>sticky-note</title>\n<path d=\"M16 19.5v6.5h-14.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5v14.5h-6.5c-0.828 0-1.5 0.672-1.5 1.5zM18 20h5.953c-0.141 0.75-0.547 1.594-1.016 2.063l-2.875 2.875c-0.469 0.469-1.313 0.875-2.063 1.016v-5.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note-o\" viewBox=\"0 0 24 28\">\n<title>sticky-note-o</title>\n<path d=\"M21.875 20h-3.875v3.875c0.266-0.094 0.531-0.234 0.641-0.344l2.891-2.891c0.109-0.109 0.25-0.375 0.344-0.641zM17.5 18h4.5v-14h-20v20h14v-4.5c0-0.828 0.672-1.5 1.5-1.5zM24 3.5v16c0 0.828-0.484 1.984-1.062 2.562l-2.875 2.875c-0.578 0.578-1.734 1.062-2.562 1.062h-16c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-jcb\" viewBox=\"0 0 36 28\">\n<title>cc-jcb</title>\n<path d=\"M30.484 15.594c0 0.562-0.375 0.969-0.844 1.062-0.063 0.016-0.203 0.031-0.281 0.031h-2.391v-2.188h2.391c0.078 0 0.219 0.016 0.281 0.031 0.469 0.094 0.844 0.516 0.844 1.062zM30.203 12.266c0 0.547-0.375 0.906-0.828 0.984-0.047 0.016-0.156 0.016-0.234 0.016h-2.172v-2.016h2.172c0.078 0 0.187 0.016 0.234 0.016 0.453 0.078 0.828 0.453 0.828 1zM11.375 14.828v-4.813h-3.563v4.813c0 1.172-0.797 2.047-2.234 2.047-1.219 0-2.422-0.359-3.578-0.922v1.75c1.875 0.516 4.25 0.516 4.25 0.516 3.969 0 5.125-1.516 5.125-3.391zM22.531 17.703v-1.766c-0.812 0.422-1.844 0.828-3.125 0.922-2.25 0.172-3.594-0.922-3.594-2.859s1.344-3.031 3.594-2.859c1.281 0.094 2.297 0.484 3.125 0.906v-1.75c-1.672-0.422-3.25-0.484-3.25-0.484-5.5-0.25-7.063 1.922-7.063 4.188s1.563 4.438 7.063 4.188c0 0 1.578-0.063 3.25-0.484zM34 15.906c0-1.156-1.031-1.906-2.375-2v-0.047c1.219-0.172 1.891-0.969 1.891-1.891 0-1.188-0.984-1.875-2.312-1.937-0.094 0-0.266-0.016-0.406-0.016h-7.109v7.969h7.672c1.516 0 2.641-0.812 2.641-2.078zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-diners-club\" viewBox=\"0 0 36 28\">\n<title>cc-diners-club</title>\n<path d=\"M13.406 19.391v-10.828c-2.172 0.844-3.719 2.953-3.719 5.422s1.547 4.578 3.719 5.406zM21.281 13.984c0-2.469-1.547-4.578-3.719-5.422v10.844c2.172-0.844 3.719-2.953 3.719-5.422zM24.641 13.984c0 5.047-4.094 9.156-9.156 9.156-5.047 0-9.156-4.109-9.156-9.156 0-5.063 4.109-9.156 9.156-9.156 5.063 0 9.156 4.094 9.156 9.156zM30.625 14.094c0-5.969-4.984-10.094-10.453-10.094h-4.703c-5.531 0-10.094 4.125-10.094 10.094 0 5.453 4.562 9.906 10.094 9.906h4.703c5.469 0 10.453-4.453 10.453-9.906zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clone\" viewBox=\"0 0 28 28\">\n<title>clone</title>\n<path d=\"M26 25.5v-17c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5zM28 8.5v17c0 1.375-1.125 2.5-2.5 2.5h-17c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5zM22 2.5v2.5h-2v-2.5c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h2.5v2h-2.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-balance-scale\" viewBox=\"0 0 34 28\">\n<title>balance-scale</title>\n<path d=\"M27 7l-6 11h12zM7 7l-6 11h12zM19.828 4c-0.297 0.844-0.984 1.531-1.828 1.828v20.172h9.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-21c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9.5v-20.172c-0.844-0.297-1.531-0.984-1.828-1.828h-7.672c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h7.672c0.422-1.172 1.516-2 2.828-2s2.406 0.828 2.828 2h7.672c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-7.672zM17 4.25c0.688 0 1.25-0.562 1.25-1.25s-0.562-1.25-1.25-1.25-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25zM34 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484v0zM14 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-o\" viewBox=\"0 0 24 28\">\n<title>hourglass-o</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-3.156 1.188-6.344 5.359-6.344 11.062h16c0-5.703-3.187-9.875-6.344-11.062-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-1\" viewBox=\"0 0 24 28\">\n<title>hourglass-1</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 0.688 0.047 1.359 0.141 2h15.719c0.094-0.641 0.141-1.313 0.141-2zM20 26c0-5.609-3.094-9.75-6.203-11h-3.594c-3.109 1.25-6.203 5.391-6.203 11h16z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-2\" viewBox=\"0 0 24 28\">\n<title>hourglass-2</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 2.281 0.516 4.297 1.328 6h13.344c0.812-1.703 1.328-3.719 1.328-6zM19.109 21c-1.156-3.016-3.234-5.156-5.313-6h-3.594c-2.078 0.844-4.156 2.984-5.313 6h14.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-3\" viewBox=\"0 0 24 28\">\n<title>hourglass-3</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-1.344 0.5-2.703 1.563-3.813 3.063h10.938c-1.109-1.5-2.469-2.562-3.813-3.063-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass\" viewBox=\"0 0 24 28\">\n<title>hourglass</title>\n<path d=\"M23.5 25c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23zM2.031 24c0.297-5.266 4.594-8.094 7.469-10-2.875-1.906-7.172-4.734-7.469-10h19.938c-0.297 5.266-4.594 8.094-7.469 10 2.875 1.906 7.172 4.734 7.469 10h-19.938zM23.5 0c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-grab-o\" viewBox=\"0 0 24 28\">\n<title>hand-grab-o</title>\n<path d=\"M12 6c-1.109 0-2 0.891-2 2v2h-0.5v-1.453c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v6.703l-0.5-0.469v-2.688c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v3.5c0 0.484 0.203 0.938 0.547 1.281l4.844 4.625c0.453 0.453 0.609 0.969 0.609 1.594 0 0.547 0.453 1 1 1h10c0.547 0 1-0.453 1-1v-0.391c0-0.406 0.047-0.812 0.156-1.203l1.687-6.813c0.109-0.391 0.156-0.797 0.156-1.203v-3.844c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v0.5h-0.5v-1.953c0-0.828-0.562-1.594-1.391-1.766-0.109-0.016-0.234-0.031-0.359-0.031-0.969 0-1.75 0.781-1.75 1.75v2h-0.5v-1.906c0-1.047-0.75-1.969-1.797-2.078-0.078-0.016-0.141-0.016-0.203-0.016zM12 4c0.844 0 1.656 0.266 2.328 0.781 0.578-0.344 1.25-0.531 1.922-0.531 1.234 0 2.375 0.594 3.078 1.609 0.297-0.078 0.609-0.109 0.922-0.109 2.094 0 3.75 1.719 3.75 3.797v3.844c0 0.562-0.078 1.141-0.203 1.687l-1.703 6.813c-0.094 0.375-0.094 0.734-0.094 1.109 0 1.656-1.344 3-3 3h-10c-1.781 0-3-1.422-3-3.141l-4.813-4.625c-0.734-0.703-1.188-1.703-1.188-2.734v-3.5c0-2.063 1.687-3.75 3.75-3.75 0.094 0 0.172 0 0.25 0.016 0.125-1.984 1.781-3.516 3.75-3.516 0.531 0 1.047 0.109 1.531 0.328 0.734-0.703 1.703-1.078 2.719-1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-paper-o\" viewBox=\"0 0 26 28\">\n<title>hand-paper-o</title>\n<path d=\"M13.75 2c-0.969 0-1.75 0.781-1.75 1.75v10.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v12.25l-2.406-3.203c-0.375-0.5-0.969-0.797-1.594-0.797-1.109 0-2 0.906-2 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h10.75c0.719 0 1.344-0.516 1.484-1.219l1.188-6.328c0.047-0.297 0.078-0.609 0.078-0.922v-7.781c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v4.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v8.25h-0.5v-10.25c0-0.969-0.781-1.75-1.75-1.75zM13.75 0c1.406 0 2.703 0.797 3.344 2.063 0.219-0.047 0.438-0.063 0.656-0.063 2.063 0 3.75 1.687 3.75 3.75v0.266c2.172-0.125 4 1.547 4 3.734v7.781c0 0.438-0.047 0.875-0.125 1.297l-1.188 6.312c-0.297 1.656-1.75 2.859-3.437 2.859h-10.75c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.203 1.781-4 4-4 0.656 0 1.453 0.156 2 0.531v-6.781c0-2.063 1.687-3.75 3.75-3.75 0.219 0 0.438 0.016 0.656 0.063 0.641-1.266 1.937-2.063 3.344-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-scissors-o\" viewBox=\"0 0 28 28\">\n<title>hand-scissors-o</title>\n<path d=\"M16.766 26h-2.766c-1.625 0-2.859-0.703-3.531-2.203-0.234-0.5-0.359-1.047-0.359-1.594v-0.078c-1.281-0.625-2.109-1.937-2.109-3.375 0-0.172 0-0.594 0.078-0.75h-4.078c-2.203 0-4-1.797-4-4s1.797-4 4-4h1.766l-0.688-0.266c-1.547-0.578-2.578-2.078-2.578-3.734 0-2.203 1.797-4 4-4 0.484 0 0.969 0.094 1.422 0.266l9.812 3.734h6.266c2.203 0 4 1.797 4 4v10.437c0 1.844-1.25 3.437-3.031 3.875l-5.297 1.328c-0.938 0.234-1.922 0.359-2.906 0.359zM16 14.891l-2.422 1.109-2.547 1.156c-0.625 0.281-1.031 0.906-1.031 1.594 0 0.969 0.781 1.75 1.75 1.75 0.25 0 0.5-0.047 0.719-0.156l5.281-2.406c-1.016-0.219-1.75-1.141-1.75-2.188v-0.859zM21 19.75c0-0.969-0.781-1.75-1.75-1.75-0.25 0-0.5 0.047-0.719 0.156l-4.531 2.063c-0.938 0.422-1.891 0.797-1.891 1.984 0 1.031 0.719 1.781 1.766 1.781 0.187 0 0.438-0.063 0.594-0.141l5.5-2.5c0.625-0.281 1.031-0.906 1.031-1.594zM17.375 8l-10.156-3.875c-0.234-0.078-0.469-0.125-0.719-0.125-1.094 0-2 0.891-2 2 0 0.828 0.516 1.578 1.281 1.875l8.219 3.125v1h-10c-1.109 0-2 0.891-2 2s0.891 2 2 2h8.359l3.641-1.656v-3.094c0-0.625 0.266-1.234 0.719-1.656l1.734-1.594h-1.078zM16.766 24c0.812 0 1.641-0.094 2.422-0.297l5.297-1.328c0.891-0.219 1.516-1.016 1.516-1.937v-10.437c0-1.109-0.891-2-2-2h-4.813l-2.125 1.969c-0.359 0.328-0.562 0.797-0.562 1.281v4.625c0 0.969 0.797 1.687 1.75 1.687 0.969 0 1.75-0.859 1.75-1.813v-3.25h0.5v3.25c0 0.703-0.344 1.359-0.891 1.781 1.094 0.172 1.891 1.125 1.891 2.219 0 0.875-0.516 1.687-1.313 2.047l-4.844 2.203h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-lizard-o\" viewBox=\"0 0 32 28\">\n<title>hand-lizard-o</title>\n<path d=\"M17.984 0c1.266 0 2.484 0.609 3.234 1.641l8.937 12.203c1.203 1.625 1.844 3.578 1.844 5.609v5.547c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-2.766l-4.469-2.234h-8.531c-1.656 0-3-1.344-3-3v-0.5c0-2.484 2.016-4.5 4.5-4.5h6.563l0.656-2h-10.719c-2.078 0-3.813-1.594-3.984-3.656-0.656-0.797-1.016-1.813-1.016-2.844v-0.5c0-1.656 1.344-3 3-3h14.984zM30 25v-5.547c0-1.578-0.516-3.156-1.453-4.438l-8.953-12.203c-0.375-0.5-0.969-0.812-1.609-0.812h-14.984c-0.547 0-1 0.453-1 1 0 0.828 0.016 1.406 0.562 2.078 0.203-0.641 0.781-1.078 1.437-1.078h13v0.5h-13c-0.547 0-1 0.453-1 1 0 0.297-0.016 0.609 0.047 0.906 0.172 0.922 1.016 1.594 1.953 1.594h11.422c0.828 0 1.5 0.672 1.5 1.5 0 0.156-0.031 0.328-0.078 0.469l-1 3c-0.203 0.609-0.781 1.031-1.422 1.031h-6.922c-1.375 0-2.5 1.125-2.5 2.5v0.5c0 0.547 0.453 1 1 1h8.766c0.156 0 0.313 0.031 0.453 0.109l4.953 2.469c0.5 0.266 0.828 0.781 0.828 1.344v3.078c0 0.547 0.453 1 1 1h6c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-spock-o\" viewBox=\"0 0 30 28\">\n<title>hand-spock-o</title>\n<path d=\"M7.172 28c-1.609 0-3-1.094-3.391-2.656l-1.578-6.266c-0.125-0.547-0.203-1.125-0.203-1.687 0-0.359 0-0.703-0.078-1.047l-1.813-7.453c-0.078-0.297-0.109-0.594-0.109-0.891 0-1.937 1.469-3.531 3.391-3.734 0.344-1.766 1.859-3.016 3.672-3.016 1.734 0 3.234 1.188 3.641 2.875l1.297 5.437 1.609-6.687c0.406-1.687 1.906-2.875 3.641-2.875 1.859 0 3.391 1.344 3.687 3.156 1.922 0.219 3.313 1.844 3.313 3.766 0 0.297-0.047 0.609-0.109 0.922l-1.922 8c1.25-0.938 2.156-1.844 3.797-1.844 2.172 0 3.984 1.766 3.984 3.953 0 1.313-0.641 2.531-1.672 3.313l-7.922 5.938c-0.688 0.516-1.531 0.797-2.391 0.797h-10.844zM17.25 2c-0.797 0-1.5 0.562-1.687 1.344l-2.562 10.656h-1.984l-2.266-9.406c-0.187-0.781-0.891-1.344-1.687-1.344-1 0-1.75 0.797-1.75 1.766 0 0.156 0.016 0.297 0.047 0.438l2.063 8.547h-0.406l-1.547-6.375c-0.187-0.766-0.891-1.375-1.703-1.375-0.969 0-1.766 0.781-1.766 1.75 0 0.141 0.016 0.281 0.047 0.406l1.813 7.469c0.219 0.906 0.063 1.813 0.297 2.719l1.563 6.266c0.172 0.672 0.766 1.141 1.453 1.141h10.844c0.422 0 0.844-0.141 1.188-0.406l7.922-5.922c0.531-0.406 0.875-1.047 0.875-1.719 0-1.094-0.906-1.953-1.984-1.953-0.438 0-0.859 0.141-1.203 0.406l-4.797 3.594v-3.547c0-0.125 2.016-8.406 2.172-9.078 0.031-0.141 0.063-0.297 0.063-0.453 0-0.969-0.734-1.797-1.734-1.797-0.812 0-1.516 0.562-1.703 1.344l-1.813 7.531h-0.406l2.344-9.75c0.031-0.141 0.047-0.297 0.047-0.438 0-0.984-0.719-1.813-1.734-1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-pointer-o\" viewBox=\"0 0 26 28\">\n<title>hand-pointer-o</title>\n<path d=\"M10 2c-1.109 0-2 0.891-2 2v14l-2.359-3.156c-0.391-0.516-1.016-0.844-1.672-0.844-1.094 0-1.969 0.922-1.969 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h11.219c0.453 0 0.859-0.313 0.969-0.75l1.437-5.75c0.25-1 0.375-2.016 0.375-3.031v-3.391c0-0.828-0.641-1.578-1.5-1.578-0.828 0-1.5 0.672-1.5 1.5h-0.5v-0.953c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v1h-0.5v-1.406c0-1.125-0.859-2.094-2-2.094-1.109 0-2 0.891-2 2v1.5h-0.5v-8.906c0-1.125-0.859-2.094-2-2.094zM10 0c2.234 0 4 1.875 4 4.094v3.437c0.172-0.016 0.328-0.031 0.5-0.031 1.016 0 1.969 0.391 2.703 1.078 0.484-0.219 1.016-0.328 1.547-0.328 1.125 0 2.172 0.5 2.875 1.359 0.297-0.078 0.578-0.109 0.875-0.109 1.969 0 3.5 1.641 3.5 3.578v3.391c0 1.172-0.141 2.359-0.438 3.516l-1.437 5.75c-0.328 1.328-1.531 2.266-2.906 2.266h-11.219c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.188 1.781-4 3.969-4 0.719 0 1.422 0.187 2.031 0.547v-8.547c0-2.203 1.797-4 4-4zM12 22v-6h-0.5v6h0.5zM16 22v-6h-0.5v6h0.5zM20 22v-6h-0.5v6h0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-peace-o\" viewBox=\"0 0 24 28\">\n<title>hand-peace-o</title>\n<path d=\"M20.125 10.109c0.578 0 1.156 0.109 1.672 0.359 1.5 0.672 2.203 1.906 2.203 3.531v2.766c0 0.984-0.125 1.969-0.359 2.906l-1.328 5.297c-0.438 1.781-2.031 3.031-3.875 3.031h-10.437c-2.203 0-4-1.797-4-4v-6.266l-3.734-9.812c-0.172-0.453-0.266-0.938-0.266-1.422 0-2.203 1.797-4 4-4 1.656 0 3.156 1.031 3.734 2.578l0.266 0.688v-1.766c0-2.203 1.797-4 4-4s4 1.797 4 4v4.078c0.25-0.047 0.5-0.078 0.75-0.078 1.437 0 2.75 0.828 3.375 2.109zM16.75 10c-0.688 0-1.313 0.406-1.594 1.031l-1.156 2.547-1.109 2.422h0.859c1.047 0 1.969 0.734 2.188 1.75l2.406-5.281c0.109-0.219 0.156-0.469 0.156-0.719 0-0.969-0.781-1.75-1.75-1.75zM20.203 12.109c-1.188 0-1.563 0.953-1.984 1.891l-2.063 4.531c-0.109 0.219-0.156 0.469-0.156 0.719 0 0.969 0.781 1.75 1.75 1.75 0.688 0 1.313-0.406 1.594-1.031l2.5-5.5c0.078-0.156 0.141-0.406 0.141-0.594 0-1.047-0.75-1.766-1.781-1.766zM2 6.5c0 0.25 0.047 0.484 0.125 0.719l3.875 10.156v1.078l1.594-1.734c0.422-0.453 1.031-0.719 1.656-0.719h3.094l1.656-3.641v-8.359c0-1.109-0.891-2-2-2s-2 0.891-2 2v10h-1l-3.125-8.219c-0.297-0.766-1.047-1.281-1.875-1.281-1.109 0-2 0.906-2 2zM18.438 26c0.922 0 1.719-0.625 1.937-1.516l1.328-5.297c0.203-0.781 0.297-1.609 0.297-2.422v-1.422l-2.203 4.844c-0.359 0.797-1.172 1.313-2.047 1.313-1.094 0-2.047-0.797-2.219-1.891-0.422 0.547-1.078 0.891-1.781 0.891h-3.25v-0.5h3.25c0.953 0 1.813-0.781 1.813-1.75 0-0.953-0.719-1.75-1.687-1.75h-4.625c-0.484 0-0.953 0.203-1.281 0.562l-1.969 2.125v4.813c0 1.109 0.891 2 2 2h10.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trademark\" viewBox=\"0 0 31 28\">\n<title>trademark</title>\n<path d=\"M13.391 8.5v1.828c0 0.266-0.234 0.484-0.5 0.484h-4.656v12.688c0 0.281-0.219 0.5-0.484 0.5h-2.109c-0.281 0-0.5-0.219-0.5-0.5v-12.688h-4.641c-0.281 0-0.5-0.219-0.5-0.484v-1.828c0-0.281 0.219-0.5 0.5-0.5h12.391c0.266 0 0.5 0.219 0.5 0.5zM29.609 8.453l1.203 15.016c0.016 0.141-0.031 0.266-0.125 0.375-0.094 0.094-0.219 0.156-0.359 0.156h-2.094c-0.25 0-0.469-0.203-0.484-0.453l-0.719-9.188-2.953 6.641c-0.078 0.187-0.25 0.297-0.453 0.297h-1.875c-0.187 0-0.359-0.109-0.453-0.297l-2.938-6.672-0.703 9.219c-0.016 0.25-0.234 0.453-0.484 0.453h-2.109c-0.141 0-0.266-0.063-0.359-0.156-0.094-0.109-0.141-0.234-0.141-0.375l1.219-15.016c0.016-0.25 0.234-0.453 0.484-0.453h2.219c0.203 0 0.375 0.125 0.453 0.297l3.437 8.125c0.109 0.25 0.219 0.531 0.313 0.797 0.109-0.266 0.203-0.547 0.313-0.797l3.453-8.125c0.078-0.172 0.25-0.297 0.453-0.297h2.203c0.266 0 0.484 0.203 0.5 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-registered\" viewBox=\"0 0 28 28\">\n<title>registered</title>\n<path d=\"M16.281 10.984c0-0.906-0.313-1.547-0.938-1.891-0.313-0.172-0.75-0.281-1.828-0.281h-1.922v4.391h2.531c1.375 0 2.156-0.812 2.156-2.219zM17.094 15.437l3.203 5.828c0.078 0.156 0.078 0.344-0.016 0.484-0.078 0.156-0.25 0.25-0.422 0.25h-2.375c-0.187 0-0.359-0.094-0.438-0.266l-3.031-5.703h-2.422v5.469c0 0.281-0.219 0.5-0.5 0.5h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h4.594c1.641 0 2.359 0.141 2.969 0.375 1.766 0.656 2.859 2.391 2.859 4.516 0 1.922-0.953 3.547-2.469 4.297 0.047 0.078 0.094 0.156 0.141 0.25zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-creative-commons\" viewBox=\"0 0 28 28\">\n<title>creative-commons</title>\n<path d=\"M9.453 19.266c2.562 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.047-0.562l-0.703-1.281c-0.063-0.141-0.219-0.234-0.375-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.297 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.078 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM19.297 19.266c2.578 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.063-0.562l-0.703-1.281c-0.078-0.141-0.219-0.234-0.391-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.313 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.063 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg\" viewBox=\"0 0 32 28\">\n<title>gg</title>\n<path d=\"M11.5 12.5l6 6-6 6-10.5-10.5 10.5-10.5 2.625 2.625-1.5 1.5-1.125-1.125-7.5 7.5 7.5 7.5 3.016-3.016-4.516-4.484zM20.5 3.5l10.5 10.5-10.5 10.5-2.625-2.625 1.5-1.5 1.125 1.125 7.5-7.5-7.5-7.5-3.016 3.016 4.516 4.484-1.5 1.5-6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg-circle\" viewBox=\"0 0 28 28\">\n<title>gg-circle</title>\n<path d=\"M11.203 21.156l4.234-4.234-4.359-4.359-1.375 1.375 3 2.984-1.5 1.5-4.359-4.359 4.359-4.359 0.625 0.625 1.359-1.359-1.984-2-7.094 7.094zM16.797 21.031l7.094-7.094-7.094-7.094-4.234 4.234 4.359 4.359 1.375-1.375-3-2.984 1.5-1.5 4.359 4.359-4.359 4.359-0.625-0.625-1.359 1.375zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tripadvisor\" viewBox=\"0 0 36 28\">\n<title>tripadvisor</title>\n<path d=\"M10.172 15.578c0 0.812-0.656 1.469-1.453 1.469-0.812 0-1.469-0.656-1.469-1.469 0-0.797 0.656-1.453 1.469-1.453 0.797 0 1.453 0.656 1.453 1.453zM28.203 15.563c0 0.812-0.656 1.469-1.469 1.469s-1.469-0.656-1.469-1.469 0.656-1.453 1.469-1.453 1.469 0.641 1.469 1.453zM11.953 15.578c0-1.656-1.359-3.016-3.016-3.016-1.672 0-3.016 1.359-3.016 3.016 0 1.672 1.344 3.016 3.016 3.016 1.656 0 3.016-1.344 3.016-3.016zM29.969 15.563c0-1.656-1.344-3.016-3.016-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.016-1.344 3.016-3.016zM13.281 15.578c0 2.406-1.937 4.359-4.344 4.359s-4.359-1.953-4.359-4.359c0-2.391 1.953-4.344 4.359-4.344s4.344 1.953 4.344 4.344zM31.313 15.563c0 2.406-1.953 4.344-4.359 4.344-2.391 0-4.344-1.937-4.344-4.344s1.953-4.344 4.344-4.344c2.406 0 4.359 1.937 4.359 4.344zM16.25 15.609c0-3.984-3.234-7.219-7.219-7.219-3.969 0-7.203 3.234-7.203 7.219s3.234 7.219 7.203 7.219c3.984 0 7.219-3.234 7.219-7.219zM26.688 6.656c-2.578-1.125-5.484-1.734-8.687-1.734s-6.391 0.609-8.953 1.719c4.953 0.016 8.953 4.016 8.953 8.969 0-4.859 3.859-8.813 8.687-8.953zM34.172 15.609c0-3.984-3.219-7.219-7.203-7.219s-7.219 3.234-7.219 7.219 3.234 7.219 7.219 7.219 7.203-3.234 7.203-7.219zM30.016 6.766h5.984c-0.938 1.094-1.625 2.562-1.797 3.578 1.078 1.484 1.719 3.297 1.719 5.266 0 4.953-4.016 8.953-8.953 8.953-2.812 0-5.313-1.281-6.953-3.297 0 0-0.734 0.875-2.016 2.797-0.219-0.453-1.328-2.031-2-2.812-1.641 2.031-4.156 3.313-6.969 3.313-4.937 0-8.953-4-8.953-8.953 0-1.969 0.641-3.781 1.719-5.266-0.172-1.016-0.859-2.484-1.797-3.578h5.703c3.063-2.047 7.516-3.328 12.297-3.328s8.953 1.281 12.016 3.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki\" viewBox=\"0 0 20 28\">\n<title>odnoklassniki</title>\n<path d=\"M10 14.172c-3.906 0-7.094-3.172-7.094-7.078 0-3.922 3.187-7.094 7.094-7.094s7.094 3.172 7.094 7.094c0 3.906-3.187 7.078-7.094 7.078zM10 3.594c-1.922 0-3.484 1.563-3.484 3.5 0 1.922 1.563 3.484 3.484 3.484s3.484-1.563 3.484-3.484c0-1.937-1.563-3.5-3.484-3.5zM18.172 15.031c0.688 1.406-0.094 2.078-1.875 3.234-1.5 0.953-3.563 1.328-4.922 1.469l1.141 1.125 4.172 4.172c0.625 0.641 0.625 1.672 0 2.297l-0.187 0.203c-0.641 0.625-1.672 0.625-2.312 0-1.047-1.062-2.578-2.594-4.172-4.188l-4.172 4.188c-0.641 0.625-1.672 0.625-2.297 0l-0.187-0.203c-0.641-0.625-0.641-1.656 0-2.297 1.062-1.062 2.578-2.594 4.172-4.172l1.125-1.125c-1.344-0.141-3.437-0.5-4.953-1.469-1.781-1.156-2.562-1.828-1.875-3.234 0.406-0.797 1.516-1.469 2.984-0.313 0 0 1.984 1.578 5.187 1.578s5.187-1.578 5.187-1.578c1.469-1.156 2.578-0.484 2.984 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki-square\" viewBox=\"0 0 24 28\">\n<title>odnoklassniki-square</title>\n<path d=\"M14.484 9.063c0 1.375-1.109 2.484-2.484 2.484s-2.484-1.109-2.484-2.484 1.109-2.484 2.484-2.484 2.484 1.109 2.484 2.484zM17.828 14.734c-0.281-0.562-1.078-1.047-2.125-0.219 0 0-1.422 1.125-3.703 1.125s-3.703-1.125-3.703-1.125c-1.047-0.828-1.844-0.344-2.125 0.219-0.5 1 0.063 1.484 1.328 2.312 1.078 0.688 2.578 0.953 3.531 1.047l-0.797 0.812c-1.125 1.125-2.219 2.219-2.984 2.969-0.453 0.453-0.453 1.188 0 1.641l0.141 0.141c0.453 0.453 1.188 0.453 1.641 0l2.984-2.984c1.125 1.141 2.219 2.234 2.984 2.984 0.453 0.453 1.188 0.453 1.641 0l0.141-0.141c0.453-0.453 0.453-1.188 0-1.641l-2.984-2.969-0.812-0.812c0.969-0.094 2.438-0.359 3.516-1.047 1.266-0.828 1.828-1.313 1.328-2.312zM17.063 9.063c0-2.797-2.266-5.063-5.063-5.063s-5.063 2.266-5.063 5.063 2.266 5.063 5.063 5.063 5.063-2.266 5.063-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-get-pocket\" viewBox=\"0 0 27 28\">\n<title>get-pocket</title>\n<path d=\"M24.453 2c1.359 0 2.422 1.094 2.422 2.438v8.109c0 7.484-5.984 13.453-13.422 13.453-7.469 0-13.453-5.969-13.453-13.453v-8.109c0-1.328 1.109-2.438 2.438-2.438h22.016zM13.453 18.625c0.469 0 0.938-0.187 1.281-0.516l6.312-6.062c0.359-0.344 0.578-0.828 0.578-1.328 0-1.016-0.828-1.844-1.844-1.844-0.484 0-0.938 0.187-1.281 0.516l-5.047 4.844-5.047-4.844c-0.344-0.328-0.797-0.516-1.266-0.516-1.016 0-1.844 0.828-1.844 1.844 0 0.5 0.203 0.984 0.562 1.328l6.328 6.062c0.328 0.328 0.797 0.516 1.266 0.516z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wikipedia-w\" viewBox=\"0 0 36 28\">\n<title>wikipedia-w</title>\n<path d=\"M23.344 25.609l-4.609-10.859c-1.828 3.578-3.844 7.313-5.578 10.859-0.016 0.016-0.844 0-0.844-0.016-2.641-6.172-5.406-12.297-8.047-18.484-0.641-1.5-2.781-3.938-4.25-3.922 0-0.172-0.016-0.562-0.016-0.797h9.109v0.781c-1.078 0.063-2.969 0.75-2.438 1.922 1.234 2.797 5.828 13.516 7.063 16.234 0.844-1.672 3.25-6.141 4.234-8.031-0.781-1.594-3.297-7.531-4.094-9-0.547-1-2.031-1.094-3.141-1.109v-0.781l8.016 0.016v0.734c-1.094 0.031-2.141 0.438-1.656 1.469 1.062 2.25 1.719 3.828 2.703 5.891 0.313-0.609 1.953-3.906 2.703-5.672 0.5-1.156-0.219-1.609-2.172-1.656 0.016-0.203 0-0.578 0.016-0.766 2.5-0.016 6.25-0.016 6.922-0.031v0.766c-1.266 0.047-2.578 0.719-3.266 1.781l-3.328 6.906c0.359 0.906 3.563 8.031 3.891 8.813l6.891-15.891c-0.484-1.297-2.047-1.578-2.656-1.594v-0.781l7.187 0.063 0.016 0.031-0.016 0.688c-1.578 0.047-2.531 0.891-3.141 2.266-1.406 3.25-5.812 13.5-8.734 20.172h-0.766z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-safari\" viewBox=\"0 0 28 28\">\n<title>safari</title>\n<path d=\"M14.828 13.953c0 0.516-0.359 1-0.906 1-0.516 0-1-0.375-1-0.906 0-0.516 0.375-1 0.922-1 0.5 0 0.984 0.359 0.984 0.906zM15.062 14.859l5.469-9.078c-0.734 0.688-7.578 6.984-7.766 7.313l-5.453 9.063c0.719-0.672 7.578-7 7.75-7.297zM25.172 14c0 2.047-0.562 4.062-1.625 5.797-0.156-0.078-0.812-0.547-0.938-0.547-0.109 0-0.203 0.094-0.203 0.203 0 0.203 0.734 0.578 0.922 0.688-1.547 2.344-3.938 4.031-6.656 4.703l-0.25-1.047c-0.016-0.141-0.109-0.156-0.234-0.156-0.109 0-0.172 0.156-0.156 0.234l0.25 1.062c-0.75 0.156-1.516 0.234-2.281 0.234-2.047 0-4.062-0.578-5.812-1.641 0.094-0.156 0.688-1.016 0.688-1.141 0-0.109-0.094-0.203-0.203-0.203-0.219 0-0.688 0.938-0.828 1.125-2.359-1.563-4.062-3.984-4.719-6.75l1.078-0.234c0.125-0.031 0.156-0.125 0.156-0.234s-0.156-0.172-0.25-0.156l-1.062 0.234c-0.141-0.719-0.219-1.437-0.219-2.172 0-2.094 0.594-4.156 1.703-5.922 0.156 0.094 0.906 0.609 1.031 0.609 0.109 0 0.203-0.078 0.203-0.187 0-0.219-0.828-0.641-1.016-0.766 1.594-2.328 4.016-4 6.766-4.625l0.234 1.047c0.031 0.125 0.125 0.156 0.234 0.156s0.172-0.156 0.156-0.25l-0.234-1.031c0.688-0.125 1.391-0.203 2.094-0.203v0c2.094 0 4.141 0.594 5.922 1.703-0.109 0.156-0.609 0.891-0.609 1.016 0 0.109 0.078 0.203 0.187 0.203 0.219 0 0.641-0.812 0.75-1 2.312 1.563 3.969 3.953 4.609 6.672l-0.875 0.187c-0.141 0.031-0.156 0.125-0.156 0.25 0 0.109 0.156 0.172 0.234 0.156l0.891-0.203c0.141 0.719 0.219 1.453 0.219 2.187zM26.5 14c0-6.906-5.594-12.5-12.5-12.5s-12.5 5.594-12.5 12.5 5.594 12.5 12.5 12.5 12.5-5.594 12.5-12.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chrome\" viewBox=\"0 0 30 28\">\n<title>chrome</title>\n<path d=\"M13.953 0c2.391-0.016 4.828 0.594 7.047 1.875 2.453 1.422 4.312 3.469 5.5 5.812l-11.594-0.609c-3.281-0.187-6.406 1.656-7.484 4.75l-4.312-6.625c2.688-3.344 6.719-5.187 10.844-5.203zM2.281 6.328l5.266 10.359c1.484 2.922 4.625 4.703 7.875 4.094l-3.594 7.047c-6.703-1.031-11.828-6.828-11.828-13.828 0-2.828 0.844-5.469 2.281-7.672zM27.062 8.969c2.453 6.312 0 13.656-6.062 17.156-2.453 1.422-5.156 2-7.781 1.859l6.328-9.734c1.797-2.766 1.766-6.375-0.375-8.875zM14 9.281c2.609 0 4.719 2.109 4.719 4.719s-2.109 4.719-4.719 4.719-4.719-2.109-4.719-4.719 2.109-4.719 4.719-4.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-firefox\" viewBox=\"0 0 27 28\">\n<title>firefox</title>\n<path d=\"M14.109 28c-6.031 0-10.828-3.531-13.031-8.578-2.469-5.609-0.5-14.594 3.891-18.562l-0.172 4.391c0.219-0.281 1.891-0.359 2.156 0 0.906-1.734 3.828-3.031 6.172-3.078-0.891 0.75-2.953 3.484-2.781 4.875 1.141 0.359 2.891 0.375 3.813 0.438 0.281 0.156 0.234 1.109-0.328 1.891 0 0-0.734 1.016-2.719 1.375l0.234 2.953-2.172-1.047c-0.703 1.781 0.984 3.359 2.734 3.063 1.937-0.328 2.625-1.594 3.984-1.516 1.344 0.078 1.875 0.828 1.703 1.531 0 0-0.219 0.844-1.672 0.703-1.234 1.953-2.875 2.812-5.531 2.578 4.031 3.344 9.469 0.313 10.844-2.422 1.375-2.719 0.172-6.766-1.203-7.906 1.625 0.703 2.75 1.422 3.344 3 0.313-3.5-1.297-7.469-4.172-9.797 5.406 1.578 8.703 5.766 8.797 12.453s-5.922 13.656-13.891 13.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opera\" viewBox=\"0 0 28 28\">\n<title>opera</title>\n<path d=\"M23.328 3.563c-1.641-1.094-3.563-1.719-5.609-1.719-3.328 0-6.266 1.703-8.328 4.266-1.5 1.875-2.547 4.531-2.625 7.562v0.656c0.078 3.031 1.125 5.688 2.625 7.562 2.063 2.562 5 4.266 8.328 4.266 2.047 0 3.969-0.625 5.609-1.719-2.469 2.219-5.75 3.563-9.328 3.563-0.219 0-0.453 0-0.672-0.016-7.422-0.344-13.328-6.469-13.328-13.984 0-7.734 6.266-14 14-14h0.047c3.563 0.016 6.813 1.359 9.281 3.563zM28 14c0 4.078-1.75 7.734-4.531 10.297-1.062 0.641-2.234 0.984-3.469 0.984-1.437 0-2.797-0.469-3.984-1.313 3.172-1.156 5.516-5.172 5.516-9.969 0-4.781-2.328-8.797-5.5-9.969 1.188-0.828 2.531-1.297 3.969-1.297 1.266 0 2.453 0.359 3.531 1.016 2.75 2.562 4.469 6.203 4.469 10.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-internet-explorer\" viewBox=\"0 0 28 28\">\n<title>internet-explorer</title>\n<path d=\"M28 14.641c0 0.547-0.031 1.094-0.109 1.625h-17.984c0 3.109 2.734 5.359 5.734 5.359 2.031 0 3.984-1 5.031-2.766h6.609c-1.781 5.016-6.547 8.375-11.859 8.375-1.922 0-3.844-0.453-5.563-1.297-1.75 0.891-4.203 1.813-6.156 1.813-2.625 0-3.703-1.609-3.703-4.109 0-1.453 0.313-2.906 0.703-4.297 0.25-0.906 1.25-2.75 1.703-3.578 1.922-3.484 4.453-6.828 7.422-9.469-2.391 1.031-4.984 3.625-6.672 5.531 1.313-5.719 6.406-9.766 12.266-9.766 0.234 0 0.469 0 0.703 0.016 1.937-0.891 4.641-1.828 6.766-1.828 2.531 0 4.703 0.969 4.703 3.828 0 1.5-0.578 3.125-1.172 4.469 1.031 1.859 1.578 3.969 1.578 6.094zM26.906 4.641c0-1.75-1.25-2.828-2.969-2.828-1.313 0-2.797 0.531-3.969 1.094 2.531 0.984 4.703 2.797 6.141 5.109 0.391-1.031 0.797-2.281 0.797-3.375zM2 23.969c0 1.813 1.078 2.797 2.859 2.797 1.391 0 2.938-0.625 4.156-1.297-2.547-1.5-4.516-3.891-5.484-6.687-0.719 1.5-1.531 3.5-1.531 5.187zM9.875 12.828h11.375c-0.109-3.016-2.766-5.187-5.688-5.187-2.938 0-5.578 2.172-5.688 5.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-television\" viewBox=\"0 0 30 28\">\n<title>television</title>\n<path d=\"M28 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 4.5v15c0 1.375-1.125 2.5-2.5 2.5h-11.5v2h5.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-2h-11.5c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-contao\" viewBox=\"0 0 28 28\">\n<title>contao</title>\n<path d=\"M2.156 2h3.078c-0.734 0.672-1.391 1.453-1.969 2.328-2.422 3.734-1.437 7.828-0.5 12.234 0.766 3.578 1.406 6.984 3.641 9.438h-4.25c-1 0-1.813-0.812-1.813-1.813v-20.375c0-1 0.812-1.813 1.813-1.813zM21.031 2h4.813c1 0 1.813 0.812 1.813 1.813v20.375c0 1-0.812 1.813-1.813 1.813h-2.781c2.063-2.047 3.234-5.016 3.063-8.828l-7.328 1.578c-0.094 1.734-0.688 3.406-3.063 3.906-1.328 0.281-2.422-0.031-3.109-0.625-0.844-0.719-1.516-1.656-2.641-7-1.141-5.359-0.906-6.484-0.438-7.484 0.391-0.812 1.266-1.563 2.578-1.844 2.391-0.5 3.609 0.797 4.406 2.344l7.313-1.563c-0.719-1.844-1.672-3.344-2.812-4.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-500px\" viewBox=\"0 0 22 28\">\n<title>500px</title>\n<path d=\"M21.891 24.172l-0.094 0.094c-1.172 1.172-2.531 2.094-4.047 2.734-1.578 0.656-3.234 1-4.953 1s-3.391-0.344-4.953-1c-1.516-0.641-2.891-1.563-4.047-2.734-1.172-1.156-2.094-2.516-2.734-4.031-0.391-0.953-0.703-1.937-0.844-2.953v0c-0.063-0.438 0.547-0.531 0.75-0.562 0.484-0.078 0.812-0.047 0.875 0.313 0.016 0.016 0.016 0.031 0.016 0.063 0.063 0.313 0.219 1.25 0.719 2.484 0.516 1.281 1.313 2.469 2.375 3.531 1.016 1.016 2.203 1.813 3.531 2.375 1.359 0.578 2.812 0.875 4.312 0.875 1.484 0 2.938-0.297 4.312-0.875 1.313-0.562 2.5-1.359 3.516-2.375l0.094-0.094c0.109-0.109 0.234-0.141 0.391-0.094 0.141 0.031 0.313 0.156 0.516 0.344v0c0.5 0.516 0.391 0.766 0.266 0.906zM14.516 14.562l-1.031 1.031 0.984 0.984c0.109 0.109 0.313 0.344-0.109 0.766-0.172 0.172-0.344 0.266-0.5 0.266-0.109 0-0.203-0.047-0.297-0.156l-0.969-0.953-1.031 1.031c-0.031 0.031-0.109 0.078-0.234 0.078-0.141 0-0.313-0.078-0.484-0.25l-0.031-0.031c-0.109-0.094-0.281-0.266-0.281-0.453 0-0.094 0.047-0.172 0.125-0.266l1.031-1.016-1.031-1.031c-0.172-0.172-0.094-0.391 0.219-0.703 0.187-0.187 0.344-0.281 0.484-0.281 0.078 0 0.141 0.031 0.203 0.078l1.016 1.031 1.016-1.016c0.172-0.172 0.453-0.094 0.75 0.203 0.187 0.187 0.391 0.453 0.172 0.688zM21.875 15.453c0 1.234-0.25 2.438-0.719 3.563-0.469 1.094-1.125 2.063-1.969 2.906s-1.828 1.5-2.922 1.969c-1.125 0.484-2.328 0.719-3.563 0.719s-2.438-0.234-3.563-0.719c-1.094-0.469-2.078-1.125-2.922-1.969s-1.5-1.813-1.953-2.906c-0.094-0.203-0.234-0.594-0.234-0.625h-0.016c-0.141-0.438 0.484-0.625 0.672-0.688 0.453-0.141 0.797-0.203 0.938 0.187 0.375 1 0.953 1.969 1.516 2.609h0.016v-5.328c0.031-1.313 0.578-2.641 1.594-3.625 1.047-1.031 2.453-1.609 3.953-1.609 3.063 0 5.547 2.469 5.547 5.5 0 3.063-2.5 5.547-5.547 5.547-0.609 0-1.062-0.047-1.75-0.25-0.078-0.031-0.438-0.187-0.203-0.953 0.063-0.203 0.25-0.797 0.688-0.672 0.031 0 0.797 0.187 1.203 0.187 2.172 0 3.875-1.687 3.875-3.844 0-1.016-0.406-1.969-1.125-2.672-0.719-0.719-1.687-1.109-2.734-1.109-1.078 0-2.063 0.438-2.781 1.25-0.625 0.703-1 1.641-1 2.5v6.453c1.125 0.688 2.422 1.047 3.781 1.047 2 0 3.937-0.797 5.328-2.188 1.406-1.406 2.188-3.297 2.188-5.281 0-2-0.781-3.875-2.203-5.297-1.406-1.406-3.281-2.188-5.297-2.188s-3.906 0.781-5.313 2.188c-0.016 0.016-0.906 0.938-1.203 1.359l-0.031 0.031c-0.187 0.266-0.359 0.516-1.141 0.344-0.391-0.094-0.812-0.328-0.812-0.672v-10.625c0-0.281 0.219-0.594 0.594-0.594h13.703c0.469 0 0.469 0.656 0.469 0.859 0 0.219 0 0.859-0.469 0.859h-12.672v7.547h0.016c0.875-0.922 2.391-1.891 3.281-2.266 1.109-0.469 2.359-0.719 3.609-0.719 1.234 0 2.438 0.234 3.563 0.719 1.094 0.469 2.078 1.125 2.922 1.969s1.5 1.813 1.969 2.906c0.469 1.141 0.719 2.328 0.719 3.578zM21.391 6.375c0.297 0.266 0.094 0.547-0.203 0.891-0.187 0.187-0.391 0.406-0.609 0.406-0.094 0-0.172-0.031-0.25-0.109-1.125-0.969-2.141-1.625-3.234-2.078-1.359-0.594-2.812-0.875-4.312-0.875-1.328 0-2.781 0.266-4.094 0.766-0.406 0.156-0.625-0.375-0.703-0.578-0.094-0.25-0.141-0.453-0.125-0.594 0.031-0.156 0.109-0.266 0.25-0.313 1.281-0.562 3.031-0.891 4.672-0.891 1.703 0 3.375 0.344 4.937 1 1.437 0.609 2.609 1.359 3.672 2.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-amazon\" viewBox=\"0 0 28 28\">\n<title>amazon</title>\n<path d=\"M24.234 23.063c0.469-0.234 0.828 0.125 0.344 0.75s-4.375 4.188-10.906 4.188-11.531-4.469-13.062-6.312c-0.422-0.484 0.063-0.703 0.344-0.516 4.578 2.781 11.734 7.359 23.281 1.891zM27.469 21.266c0.234 0.313 0 1.687-0.406 2.688-0.406 0.984-1 1.672-1.328 1.937-0.344 0.281-0.594 0.172-0.406-0.234s1.203-2.906 0.797-3.437c-0.406-0.516-2.312-0.266-3-0.203-0.672 0.063-0.812 0.125-0.875-0.016-0.141-0.359 1.359-0.969 2.344-1.094 0.984-0.109 2.562-0.047 2.875 0.359zM21.313 14.344c0 1.719 2.016 3.297 2.016 3.297l-3.547 3.5c-1.391-1.313-2.438-2.406-2.438-2.406-0.156-0.156-0.281-0.344-0.391-0.516-2.828 4.422-11.469 4.141-11.469-2.703 0-6.375 7.547-7.234 10.594-7.344v-1.984c0-0.422 0.156-2.344-2.219-2.344 0 0-2.375 0-3.391 3.094l-4.594-0.422c0-3.078 2.922-6.516 8.422-6.516 5.484 0 7.016 3.563 7.016 5.141v9.203zM10.813 14.672c0 3.172 5.266 3.922 5.266-1.078v-2.531c-2.109 0.063-5.266 0.656-5.266 3.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-plus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-plus-o</title>\n<path d=\"M24 4c1.094 0 2 0.906 2 2v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2zM18 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM24 26v-16h-22v16h22zM14 17h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-minus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-minus-o</title>\n<path d=\"M18 17.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-times-o\" viewBox=\"0 0 26 28\">\n<title>calendar-times-o</title>\n<path d=\"M17.359 21.641l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.938-2.953-2.938 2.953c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l2.953-2.938-2.953-2.938c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.938 2.938 2.938-2.938c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703l-2.938 2.938 2.938 2.938c0.187 0.203 0.187 0.516 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-check-o\" viewBox=\"0 0 26 28\">\n<title>calendar-check-o</title>\n<path d=\"M20.359 15.062l-8 8c-0.203 0.187-0.516 0.187-0.719 0l-4.5-4.5c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l3.437 3.437 6.937-6.937c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-industry\" viewBox=\"0 0 28 28\">\n<title>industry</title>\n<path d=\"M7 0c0.547 0 1 0.453 1 1v13.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v5.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v18c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-pin\" viewBox=\"0 0 16 28\">\n<title>map-pin</title>\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-signs\" viewBox=\"0 0 28 28\">\n<title>map-signs</title>\n<path d=\"M27.266 4.641c0.203 0.203 0.203 0.516 0 0.719l-2.203 2.203c-0.281 0.281-0.672 0.438-1.062 0.438h-21c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h9v-1c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1h8c0.391 0 0.781 0.156 1.062 0.438zM12 19h4v8c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-8zM25 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-21c-0.391 0-0.781-0.156-1.062-0.438l-2.203-2.203c-0.203-0.203-0.203-0.516 0-0.719l2.203-2.203c0.281-0.281 0.672-0.438 1.062-0.438h8v-3h4v3h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-o\" viewBox=\"0 0 32 28\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map\" viewBox=\"0 0 28 28\">\n<title>map</title>\n<path d=\"M8 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM27.5 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM10 0c0.078 0 0.156 0.016 0.219 0.047l8 4c0.172 0.094 0.281 0.266 0.281 0.453v23c0 0.266-0.234 0.5-0.5 0.5-0.078 0-0.156-0.016-0.219-0.047l-8-4c-0.172-0.094-0.281-0.266-0.281-0.453v-23c0-0.266 0.234-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting\" viewBox=\"0 0 28 28\">\n<title>commenting</title>\n<path d=\"M10 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 14c0 5.531-6.266 10-14 10-1.141 0-2.25-0.094-3.297-0.281-1.781 1.781-4.109 3-6.797 3.578-0.422 0.078-0.875 0.156-1.344 0.203-0.25 0.031-0.484-0.141-0.547-0.375v0c-0.063-0.25 0.125-0.406 0.313-0.578 0.984-0.922 2.156-1.656 2.562-4.953-2.984-1.828-4.891-4.547-4.891-7.594 0-5.531 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting-o\" viewBox=\"0 0 28 28\">\n<title>commenting-o</title>\n<path d=\"M10 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM16 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10v0c7.734 0 14 4.484 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-houzz\" viewBox=\"0 0 16 28\">\n<title>houzz</title>\n<path d=\"M8 18.609l8-4.609v9.234l-8 4.625v-9.25zM0 14v9.234l8-4.625-8-4.609zM8 0.141v9.234l-8 4.625v-9.234zM8 9.375l8-4.609v9.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo\" viewBox=\"0 0 28 28\">\n<title>vimeo</title>\n<path d=\"M26.703 8.094c-0.109 2.469-1.844 5.859-5.187 10.172-3.469 4.484-6.375 6.734-8.781 6.734-1.484 0-2.734-1.375-3.75-4.109-0.688-2.5-1.375-5.016-2.063-7.531-0.75-2.734-1.578-4.094-2.453-4.094-0.187 0-0.844 0.391-1.984 1.188l-1.203-1.531c1.25-1.109 2.484-2.234 3.719-3.313 1.656-1.469 2.922-2.203 3.766-2.281 1.984-0.187 3.187 1.156 3.656 4.047 0.484 3.125 0.844 5.078 1.031 5.828 0.578 2.594 1.188 3.891 1.875 3.891 0.531 0 1.328-0.828 2.406-2.516 1.062-1.687 1.625-2.969 1.703-3.844 0.141-1.453-0.422-2.172-1.703-2.172-0.609 0-1.234 0.141-1.891 0.406 1.25-4.094 3.641-6.078 7.172-5.969 2.609 0.078 3.844 1.781 3.687 5.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-black-tie\" viewBox=\"0 0 24 28\">\n<title>black-tie</title>\n<path d=\"M0 2h24v24h-24v-24zM16.953 19.422l-3.453-9.859 3.453-4.641h-9.906l3.453 4.641-3.453 9.859 4.953 4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fonticons\" viewBox=\"0 0 24 28\">\n<title>fonticons</title>\n<path d=\"M0 2h24v24h-24v-24zM14.187 7l-0.187 0.516 1.172 1.297-0.484 1.781 0.391 0.391 1.672-0.891 1.672 0.891 0.391-0.391-0.484-1.781 1.172-1.297-0.187-0.516h-1.484l-0.828-1.5h-0.5l-0.828 1.5h-1.484zM10.016 9.547c0.641 0 0.891 0.234 0.875 1.234l2.719-0.328c0-2.391-1.641-2.828-3.469-2.828-2.719 0-4.141 1.094-4.141 3.75v1.125h-1.5v2h1.188c0.156 0 0.313 0 0.313 0.125v5.969c0 0.297-0.078 0.391-0.359 0.422l-1.141 0.109v1.375h7v-1.344l-2.328-0.219c-0.281-0.031-0.172-0.078-0.172-0.391v-6.047h2.984l0.594-2h-3.609c-0.156 0 0.031-0.109 0.031-0.234v-1.25c0-0.938 0.031-1.469 1.016-1.469zM19.5 22.5v-1.344l-0.844-0.141c-0.297-0.047-0.156-0.078-0.156-0.391v-8.125h-4.297l-0.359 1.578 1.297 0.344c0.203 0.063 0.359 0.203 0.359 0.422v5.781c0 0.297-0.125 0.359-0.406 0.391l-1.094 0.141v1.344h5.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-alien\" viewBox=\"0 0 28 28\">\n<title>reddit-alien</title>\n<path d=\"M28 13.219c0 1.219-0.688 2.266-1.703 2.781 0.125 0.484 0.187 0.984 0.187 1.5 0 4.937-5.578 8.937-12.453 8.937-6.859 0-12.437-4-12.437-8.937 0-0.5 0.063-1 0.172-1.469-1.047-0.516-1.766-1.578-1.766-2.812 0-1.719 1.391-3.109 3.109-3.109 0.891 0 1.687 0.375 2.266 0.984 2.109-1.469 4.922-2.422 8.047-2.531l1.813-8.141c0.063-0.281 0.359-0.469 0.641-0.406l5.766 1.266c0.375-0.75 1.172-1.281 2.078-1.281 1.297 0 2.344 1.047 2.344 2.328 0 1.297-1.047 2.344-2.344 2.344-1.281 0-2.328-1.047-2.328-2.328l-5.219-1.156-1.625 7.375c3.141 0.094 5.984 1.031 8.109 2.5 0.562-0.594 1.359-0.953 2.234-0.953 1.719 0 3.109 1.391 3.109 3.109zM6.531 16.328c0 1.297 1.047 2.344 2.328 2.344 1.297 0 2.344-1.047 2.344-2.344 0-1.281-1.047-2.328-2.344-2.328-1.281 0-2.328 1.047-2.328 2.328zM19.187 21.875c0.234-0.234 0.234-0.578 0-0.812-0.219-0.219-0.578-0.219-0.797 0-0.938 0.953-2.953 1.281-4.391 1.281s-3.453-0.328-4.391-1.281c-0.219-0.219-0.578-0.219-0.797 0-0.234 0.219-0.234 0.578 0 0.812 1.484 1.484 4.344 1.594 5.187 1.594s3.703-0.109 5.187-1.594zM19.141 18.672c1.281 0 2.328-1.047 2.328-2.344 0-1.281-1.047-2.328-2.328-2.328-1.297 0-2.344 1.047-2.344 2.328 0 1.297 1.047 2.344 2.344 2.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edge\" viewBox=\"0 0 28 28\">\n<title>edge</title>\n<path d=\"M1.078 12.422h0.016c0.812-6.469 5.234-12.437 13.141-12.422 4.797 0 8.75 2.25 11.062 6.391 1.188 2.141 1.625 4.422 1.625 6.906v2.938h-17.578c0.078 7.25 10.656 7 15.219 3.813v5.891c-2.672 1.609-8.703 3-13.406 1.203-3.984-1.531-6.766-5.672-6.813-9.703-0.063-5.203 2.578-8.656 6.813-10.625-0.891 1.125-1.578 2.344-1.937 4.453h9.922c0.578-5.922-5.609-5.922-5.609-5.922-5.844 0.203-10.063 3.609-12.453 7.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card-alt\" viewBox=\"0 0 36 28\">\n<title>credit-card-alt</title>\n<path d=\"M0 23.5v-9.5h36v9.5c0 1.375-1.125 2.5-2.5 2.5h-31c-1.375 0-2.5-1.125-2.5-2.5zM10 20v2h6v-2h-6zM4 20v2h4v-2h-4zM33.5 2c1.375 0 2.5 1.125 2.5 2.5v3.5h-36v-3.5c0-1.375 1.125-2.5 2.5-2.5h31z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codiepie\" viewBox=\"0 0 27 28\">\n<title>codiepie</title>\n<path d=\"M24.75 20.156l-3.406-1.734c-1.531 2.5-4.25 4.031-7.187 4.031-4.656 0-8.422-3.766-8.422-8.406 0-4.656 3.766-8.422 8.422-8.422 2.734 0 5.297 1.328 6.875 3.578l3.359-1.953c-2.297-3.531-6.188-5.641-10.391-5.641-6.844 0-12.391 5.547-12.391 12.391s5.547 12.391 12.391 12.391c4.438 0 8.547-2.375 10.75-6.234zM16.094 13.953l10.828 5.5c-2.375 5.187-7.141 8.547-12.922 8.547-7.734 0-14-6.266-14-14s6.266-14 14-14c5.5 0 10.031 3.031 12.594 7.812zM24.109 14h-0.609v2.5h-1.5v-5.5h2.125c1.734 0 1.891 3-0.016 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-modx\" viewBox=\"0 0 28 28\">\n<title>modx</title>\n<path d=\"M22.297 11.078l-9.594-6.031 1.437-2.359h13.359zM6.328 15.219l-2.875-1.813v-13.406l18.484 11.609zM22.25 13.109l2.297 1.484v13.406l-8.313-5.234zM21.672 12.781l-7.812 12.531h-13.359l5.563-8.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fort-awesome\" viewBox=\"0 0 26 28\">\n<title>fort-awesome</title>\n<path d=\"M10 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM18 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM26 16.25v11.75h-10v-5c0-1.656-1.344-3-3-3s-3 1.344-3 3v5h-10v-11.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-9.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.328 0.438-0.25 0.641-0.25v-6.109c-0.297-0.141-0.5-0.453-0.5-0.781 0-0.469 0.391-0.859 0.859-0.859s0.859 0.391 0.859 0.859c0 0.328-0.203 0.641-0.5 0.781v0.266c0.422-0.094 0.859-0.156 1.297-0.156 0.641 0 1.25 0.234 1.781 0.234 0.484 0 1.031-0.234 1.313-0.234 0.141 0 0.25 0.109 0.25 0.25v3.281c0 0.375-1.266 0.438-1.516 0.438-0.578 0-1.125-0.234-1.719-0.234-0.469 0-0.953 0.078-1.406 0.187v2.078c0.203 0 0.641-0.078 0.641 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v9.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-usb\" viewBox=\"0 0 36 28\">\n<title>usb</title>\n<path d=\"M35.75 12.578c0.156 0.078 0.25 0.25 0.25 0.422s-0.094 0.344-0.25 0.422l-5 3c-0.078 0.047-0.156 0.078-0.25 0.078-0.078 0-0.172-0.016-0.25-0.063-0.156-0.094-0.25-0.25-0.25-0.438v-2h-13.406c0.5 0.781 0.922 1.703 1.297 2.578 0.75 1.687 1.516 3.422 2.609 3.422h1.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-2.391 0-3.469-2.453-4.438-4.609-0.734-1.672-1.5-3.391-2.562-3.391h-5.625c-0.453 1.719-2.016 3-3.875 3-2.203 0-4-1.797-4-4s1.797-4 4-4c1.859 0 3.422 1.281 3.875 3h1.625c1.062 0 1.828-1.719 2.562-3.391 0.969-2.156 2.047-4.609 4.438-4.609h1.672c0.422-1.172 1.516-2 2.828-2 1.656 0 3 1.344 3 3s-1.344 3-3 3c-1.313 0-2.406-0.828-2.828-2h-1.672c-1.094 0-1.859 1.734-2.609 3.422-0.375 0.875-0.797 1.797-1.297 2.578h17.406v-2c0-0.187 0.094-0.344 0.25-0.438s0.359-0.078 0.5 0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-product-hunt\" viewBox=\"0 0 28 28\">\n<title>product-hunt</title>\n<path d=\"M17.969 11.906c0 1.156-0.938 2.094-2.109 2.094v0h-3.953v-4.203h3.953c1.172 0 2.109 0.938 2.109 2.109zM20.766 11.906c0-2.719-2.188-4.906-4.906-4.906v0h-6.766v14h2.812v-4.203h3.953c2.719 0 4.906-2.188 4.906-4.891zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mixcloud\" viewBox=\"0 0 36 28\">\n<title>mixcloud</title>\n<path d=\"M25.703 17.156c0-1.25-0.797-2.312-1.891-2.734-0.078 0.484-0.203 0.969-0.359 1.437-0.156 0.5-0.625 0.812-1.125 0.812-0.125 0-0.25-0.016-0.375-0.047-0.641-0.219-0.969-0.891-0.766-1.516 0.234-0.719 0.359-1.469 0.359-2.234 0-3.906-3.187-7.094-7.109-7.094-2.812 0-5.344 1.672-6.469 4.172 1.094 0.281 2.109 0.844 2.938 1.656 0.469 0.469 0.469 1.234 0 1.703s-1.234 0.469-1.703 0c-0.75-0.75-1.75-1.172-2.812-1.172-2.203 0-4 1.781-4 3.984s1.797 3.984 4 3.984h16.344c1.641 0 2.969-1.328 2.969-2.953zM28.094 17.156c0 2.953-2.406 5.344-5.359 5.344h-16.344c-3.531 0-6.391-2.859-6.391-6.375 0-3.203 2.375-5.844 5.453-6.297 1.297-3.813 4.906-6.438 8.984-6.438 4.922 0 8.984 3.766 9.453 8.563 2.391 0.516 4.203 2.656 4.203 5.203zM32 17.156c0 1.781-0.516 3.5-1.516 4.984-0.234 0.344-0.609 0.516-1 0.516v0c-0.234 0-0.469-0.063-0.672-0.203-0.547-0.359-0.688-1.109-0.313-1.656 0.734-1.078 1.109-2.328 1.109-3.641 0-1.297-0.375-2.562-1.109-3.641-0.375-0.547-0.234-1.281 0.313-1.656s1.297-0.219 1.672 0.328c1 1.469 1.516 3.187 1.516 4.969zM36 17.156c0 2.484-0.719 4.875-2.094 6.922-0.234 0.344-0.609 0.531-1 0.531v0c-0.219 0-0.453-0.063-0.656-0.203-0.547-0.375-0.703-1.109-0.328-1.656 1.094-1.656 1.687-3.594 1.687-5.594s-0.594-3.937-1.687-5.578c-0.375-0.547-0.219-1.297 0.328-1.656 0.547-0.375 1.281-0.234 1.656 0.328 1.375 2.031 2.094 4.422 2.094 6.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-scribd\" viewBox=\"0 0 24 28\">\n<title>scribd</title>\n<path d=\"M23.438 24.203c0 1.859-1.5 3.375-3.375 3.375s-3.391-1.516-3.391-3.375c0-1.875 1.516-3.391 3.391-3.391s3.375 1.516 3.375 3.391zM19.797 19.812c-2.375 0.313-4.219 2.344-4.219 4.813 0 0.766 0.187 1.516 0.516 2.156-1.406 0.75-3.313 1.219-5.922 1.219-8.313 0-9.609-5.875-9.609-6.656 0-0.797 0.469-3.406 3.406-3.406s3.344 2.516 3.344 3.031c0 0 0 0.531-0.359 1.266 1 0.938 3.359 0.938 3.359 0.938 2.359 0 4.141-1.156 4.141-2.875 0-1.734-2-2.578-6.563-4.719-4.562-2.156-6.281-3.734-6.281-7.656 0-3.938 2.625-7.922 9.172-7.922s9.016 3.672 9.016 6.188-2.141 3.141-2.938 3.141c-0.781 0-3.672 0.266-3.672-4.078-0.516-0.578-2.766-0.578-2.766-0.578-2.266 0-3.266 1.719-3.266 2.766 0 1.062 0.422 2.375 5.141 3.938 7.234 2.406 7.5 5.547 7.5 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle\" viewBox=\"0 0 24 28\">\n<title>pause-circle</title>\n<path d=\"M11 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM18 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle-o\" viewBox=\"0 0 24 28\">\n<title>pause-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM13.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle\" viewBox=\"0 0 24 28\">\n<title>stop-circle</title>\n<path d=\"M17 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle-o\" viewBox=\"0 0 24 28\">\n<title>stop-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-bag\" viewBox=\"0 0 28 28\">\n<title>shopping-bag</title>\n<path d=\"M27.453 22l0.547 4.891c0.031 0.281-0.063 0.562-0.25 0.781-0.187 0.203-0.469 0.328-0.75 0.328h-26c-0.281 0-0.562-0.125-0.75-0.328-0.187-0.219-0.281-0.5-0.25-0.781l0.547-4.891h26.906zM26 8.891l1.344 12.109h-26.688l1.344-12.109c0.063-0.5 0.484-0.891 1-0.891h4v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h6v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h4c0.516 0 0.938 0.391 1 0.891zM20 6v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-3.313 2.688-6 6-6s6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-basket\" viewBox=\"0 0 32 28\">\n<title>shopping-basket</title>\n<path d=\"M30 12c1.109 0 2 0.891 2 2s-0.891 2-2 2h-0.234l-1.797 10.344c-0.172 0.953-1 1.656-1.969 1.656h-20c-0.969 0-1.797-0.703-1.969-1.656l-1.797-10.344h-0.234c-1.109 0-2-0.891-2-2s0.891-2 2-2h28zM7.578 24.5c0.547-0.047 0.969-0.531 0.922-1.078l-0.5-6.5c-0.047-0.547-0.531-0.969-1.078-0.922s-0.969 0.531-0.922 1.078l0.5 6.5c0.047 0.516 0.484 0.922 1 0.922h0.078zM14 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM20 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM25.5 23.578l0.5-6.5c0.047-0.547-0.375-1.031-0.922-1.078s-1.031 0.375-1.078 0.922l-0.5 6.5c-0.047 0.547 0.375 1.031 0.922 1.078h0.078c0.516 0 0.953-0.406 1-0.922zM7.438 4.562l-1.453 6.438h-2.063l1.578-6.891c0.406-1.828 2.016-3.109 3.891-3.109h2.609c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1h2.609c1.875 0 3.484 1.281 3.891 3.109l1.578 6.891h-2.063l-1.453-6.438c-0.219-0.922-1.016-1.563-1.953-1.563h-2.609c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1h-2.609c-0.938 0-1.734 0.641-1.953 1.563z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hashtag\" viewBox=\"0 0 28 28\">\n<title>hashtag</title>\n<path d=\"M15.484 16l1-4h-3.969l-1 4h3.969zM27.484 8.125l-0.875 3.5c-0.063 0.219-0.25 0.375-0.484 0.375h-5.109l-1 4h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.141 0.281 0.094 0.438l-0.875 3.5c-0.047 0.219-0.25 0.375-0.484 0.375h-5.109l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.5c-0.156 0-0.313-0.078-0.406-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-3.969l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.516c-0.141 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l0.875-3.5c0.063-0.219 0.25-0.375 0.484-0.375h5.109l1-4h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.141-0.281-0.094-0.438l0.875-3.5c0.047-0.219 0.25-0.375 0.484-0.375h5.109l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h3.969l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth\" viewBox=\"0 0 24 28\">\n<title>bluetooth</title>\n<path d=\"M13.141 16.453l2.312 2.312-2.328 2.328zM13.125 6.906l2.328 2.328-2.312 2.312-0.016-4.641zM11.094 26.031l7.25-7.25-4.781-4.781 4.781-4.781-7.25-7.25v9.547l-3.984-3.984-1.453 1.453 5 5.016-5 5.016 1.453 1.453 3.984-3.984v9.547zM22.328 14c0 11.094-4.219 14-10.328 14v0c-6.109 0-10.328-2.906-10.328-14s4.219-14 10.328-14 10.328 2.906 10.328 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth-b\" viewBox=\"0 0 16 28\">\n<title>bluetooth-b</title>\n<path d=\"M9.312 22.234l2.703-2.688-2.703-2.688v5.375zM9.312 11.141l2.703-2.688-2.703-2.688v5.375zM9.812 14l5.563 5.563-8.422 8.437v-11.109l-4.641 4.625-1.687-1.687 5.812-5.828-5.812-5.828 1.687-1.687 4.641 4.625v-11.109l8.422 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-percent\" viewBox=\"0 0 24 28\">\n<title>percent</title>\n<path d=\"M20 20c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM8 8c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM24 20c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM22.5 3c0 0.219-0.078 0.422-0.203 0.594l-16.5 22c-0.187 0.25-0.484 0.406-0.797 0.406h-2.5c-0.547 0-1-0.453-1-1 0-0.219 0.078-0.422 0.203-0.594l16.5-22c0.187-0.25 0.484-0.406 0.797-0.406h2.5c0.547 0 1 0.453 1 1zM12 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gitlab\" viewBox=\"0 0 28 28\">\n<title>gitlab</title>\n<path d=\"M1.625 11.031l12.375 15.859-13.563-9.844c-0.375-0.281-0.531-0.766-0.391-1.203l1.578-4.813zM8.844 11.031h10.313l-5.156 15.859zM5.75 1.469l3.094 9.562h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0zM26.375 11.031l1.578 4.813c0.141 0.438-0.016 0.922-0.391 1.203l-13.563 9.844 12.375-15.859zM26.375 11.031h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpbeginner\" viewBox=\"0 0 28 28\">\n<title>wpbeginner</title>\n<path d=\"M6 13h2.5v-3.5h-2.5v3.5zM19.078 18.188v-1.437c-1.344 0.469-2.453 0.578-3.797 0.594-3.016 0.016-5.688-1.234-7.5-2.641l0.016 1.5c1.703 1.547 4.312 2.766 7.562 2.75 1.359 0 2.641-0.281 3.719-0.766zM10 13h10v-3.5h-10v3.5zM28 12.5c0 1.984-0.562 3.859-1.547 5.5 0.875 1 1.391 2.234 1.391 3.578 0 3.266-3.094 5.922-6.922 5.922-2.594 0-4.844-1.219-6.031-3.016-0.297 0.016-0.594 0.016-0.891 0.016s-0.594 0-0.891-0.016c-1.188 1.797-3.437 3.016-6.031 3.016-3.828 0-6.922-2.656-6.922-5.922 0-1.344 0.516-2.578 1.391-3.578-0.984-1.641-1.547-3.516-1.547-5.5 0-6.625 6.266-12 14-12s14 5.375 14 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpforms\" viewBox=\"0 0 24 28\">\n<title>wpforms</title>\n<path d=\"M8.047 14.234v2h-3.938v-2h3.938zM8.047 10.25v1.984h-3.938v-1.984h3.938zM19.891 18.234v2h-5.328v-2h5.328zM19.891 14.234v2h-10.5v-2h10.5zM19.891 10.25v1.984h-10.5v-1.984h10.5zM22 23.688v-19.375c0-0.172-0.141-0.313-0.313-0.313h-0.5l-5.906 4-3.281-2.672-3.281 2.672-5.906-4h-0.5c-0.172 0-0.313 0.141-0.313 0.313v19.375c0 0.172 0.141 0.313 0.313 0.313h19.375c0.172 0 0.313-0.141 0.313-0.313zM8.641 6.344l2.891-2.344h-6.344zM15.359 6.344l3.453-2.344h-6.344zM24 4.312v19.375c0 1.281-1.031 2.312-2.312 2.312h-19.375c-1.281 0-2.312-1.031-2.312-2.312v-19.375c0-1.281 1.031-2.312 2.312-2.312h19.375c1.281 0 2.312 1.031 2.312 2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envira\" viewBox=\"0 0 30 28\">\n<title>envira</title>\n<path d=\"M14 12.75c-1.984-3.75-3.813-7.406-9.016-9.875-3.109-1.469-0.328 0.578-0.328 0.578 2.828 1.953 4.125 4.594 5.641 7.484 1.969 3.766 4.937 8.734 9.016 10.484 4.062 1.75 2.141 0.781 0.375-0.531-1.766-1.328-4.266-5.437-5.688-8.141zM8.578 21.234c-5.641-4.469-5.328-9.812-8.578-21.234 29.859 0 22.922 19.828 22.953 22.891l5.047 5.109h-1.625l-4.391-4.453c-2.438 0.266-7.781 2.156-13.406-2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-universal-access\" viewBox=\"0 0 28 28\">\n<title>universal-access</title>\n<path d=\"M21.469 10.266c-0.125-0.531-0.656-0.859-1.203-0.734-2.234 0.531-4.266 0.969-6.266 0.969s-4.031-0.438-6.266-0.969c-0.547-0.125-1.078 0.203-1.203 0.734-0.125 0.547 0.203 1.078 0.734 1.203 1.656 0.391 3.203 0.734 4.734 0.906-0.063 5.281-0.641 6.75-1.297 8.437l-0.141 0.328c-0.203 0.516 0.063 1.094 0.578 1.297 0.109 0.047 0.234 0.063 0.359 0.063 0.406 0 0.781-0.234 0.938-0.641l0.125-0.313c0.438-1.125 0.844-2.172 1.109-4.047h0.656c0.266 1.875 0.672 2.922 1.109 4.047l0.125 0.313c0.156 0.406 0.531 0.641 0.938 0.641 0.125 0 0.25-0.016 0.359-0.063 0.516-0.203 0.781-0.781 0.578-1.297l-0.141-0.328c-0.656-1.687-1.234-3.156-1.297-8.437 1.531-0.172 3.078-0.516 4.734-0.906 0.531-0.125 0.859-0.656 0.734-1.203zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM25 14c0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11 11 4.922 11 11zM14 2c-6.609 0-12 5.391-12 12s5.391 12 12 12 12-5.391 12-12-5.391-12-12-12zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair-alt\" viewBox=\"0 0 24 28\">\n<title>wheelchair-alt</title>\n<path d=\"M22.469 12.703c0.328 0.344 0.5 0.812 0.453 1.281l-0.688 8.609c-0.078 0.875-0.797 1.531-1.656 1.531-0.047 0-0.094 0-0.141-0.016-0.922-0.063-1.594-0.875-1.531-1.781l0.547-6.703-2.234 0.125c0.547 1.125 0.859 2.406 0.859 3.75 0 2.25-0.875 4.297-2.312 5.812l-2.141-2.141c0.875-0.969 1.422-2.266 1.422-3.672 0-3.031-2.453-5.484-5.469-5.484-1.422 0-2.703 0.547-3.687 1.437l-2.141-2.156c1.203-1.141 2.734-1.922 4.438-2.203l4.125-4.688-2.328-1.359-2.828 2.516c-0.688 0.625-1.734 0.562-2.344-0.125s-0.547-1.734 0.125-2.344l3.734-3.328c0.531-0.484 1.313-0.562 1.937-0.187 7.609 4.422 7.625 4.422 7.625 4.422 0.406 0.234 0.641 0.641 0.75 1.062 0.156 0.609 0.047 1.297-0.406 1.828l-3.203 3.625 5.797-0.313c0.484-0.031 0.953 0.141 1.297 0.5zM19.375 5.563c-1.531 0-2.781-1.234-2.781-2.781 0-1.531 1.25-2.781 2.781-2.781 1.547 0 2.797 1.25 2.797 2.781 0 1.547-1.25 2.781-2.797 2.781zM9.578 24.969c1.125 0 2.188-0.359 3.063-0.953l2.172 2.172c-1.437 1.141-3.266 1.813-5.234 1.813-4.703 0-8.516-3.813-8.516-8.5 0-1.984 0.672-3.797 1.813-5.25l2.172 2.172c-0.594 0.875-0.938 1.937-0.938 3.078 0 3.016 2.453 5.469 5.469 5.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle-o\" viewBox=\"0 0 24 28\">\n<title>question-circle-o</title>\n<path d=\"M13.75 18.75v2.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-2.5c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5zM17.75 11c0 2.219-1.547 3.094-2.688 3.734-0.812 0.469-1.313 0.766-1.313 1.266v0.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1.062c0-1.922 1.375-2.531 2.484-3.031 0.938-0.438 1.516-0.734 1.516-1.437 0-0.906-1.141-1.578-2.172-1.578-0.547 0-1.125 0.172-1.484 0.422-0.344 0.234-0.672 0.578-1.25 1.297-0.094 0.125-0.234 0.187-0.391 0.187-0.109 0-0.219-0.031-0.297-0.094l-1.687-1.281c-0.203-0.156-0.25-0.453-0.109-0.672 1.281-2.016 3.078-3 5.453-3v0c2.562 0 5.437 2.031 5.437 4.75zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-blind\" viewBox=\"0 0 22 28\">\n<title>blind</title>\n<path d=\"M5.719 4.859c-1.344 0-2.438-1.094-2.438-2.438 0-1.328 1.094-2.422 2.438-2.422s2.422 1.094 2.422 2.422c0 1.344-1.078 2.438-2.422 2.438zM14.328 14.891c0 1.687-1.797 1.313-2.203 0.625l-5.734-6.844c-0.25-0.406-0.438-0.219-0.438-0.219s-0.109 0.125 0.063 0.328l1.906 2.172 0.016 5.531c-1.344 3.906-2.516 7.141-2.516 7.141-0.734 2.094-1.344 3.906-1.875 4.156-0.641 0.328-1.109 0.25-1.609 0.016-0.656-0.297-0.844-1.094-0.797-1.563 0 0 0.031-0.25 3.078-9.656l0.078-6.5-1.328 2.562 0.547 3.469c0.203 1.313-0.906 1.484-0.906 1.484-1.062 0.172-1.281-1.062-1.281-1.094l-0.719-4.672c3.281-5.922 3.297-5.953 3.297-5.953v0c0.25-0.375 0.812-0.531 1.766-0.531 0.844 0 1.375 0.25 1.672 0.625v0l6.625 8.141c0.094 0.063 0.156 0.156 0.219 0.266l0.047 0.047-0.016 0.016c0.078 0.141 0.109 0.297 0.109 0.453zM8.031 17.234c1.5 3.984 2.844 7 2.844 7 0.453 1.156 1.234 2.812 0.094 3.469-1.125 0.656-2.031-0.109-2.281-0.641v0h-0.016c-0.047-0.125-0.094-0.25-0.125-0.391l-1.937-5.484zM20.906 26.484c0.328 0.516 0.609 0.891 0.438 1-0.297 0.187-0.391-0.359-0.719-0.891 0 0-1.766-2.672-6.609-10.328 0.094 0.031 0.266-0.109 0.266-0.109s0.172-0.141 0.172-0.266c4.813 7.859 6.453 10.594 6.453 10.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-audio-description\" viewBox=\"0 0 36 28\">\n<title>audio-description</title>\n<path d=\"M7.875 15.531h2.672l-0.016-4.141zM23.906 13.984c0-1.734-1-3.016-3.078-3.016h-0.844v6.062h0.812c1.953 0 3.109-1.422 3.109-3.047zM14.938 8.094l0.016 11.813c0 0.297-0.234 0.531-0.516 0.531h-3.375c-0.281 0-0.516-0.234-0.516-0.531v-0.969h-4.547l-0.859 1.266c-0.094 0.141-0.266 0.234-0.438 0.234h-4.172c-0.438 0-0.688-0.484-0.422-0.828l8.687-11.828c0.094-0.141 0.25-0.219 0.422-0.219h5.187c0.297 0 0.531 0.234 0.531 0.531zM27.859 13.984c0 4.109-3 6.453-7.031 6.453h-4.219c-0.297 0-0.531-0.234-0.531-0.531v-11.813c0-0.297 0.234-0.531 0.531-0.531h4.188c4.062 0 7.063 2.312 7.063 6.422zM30.297 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.109-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM33.172 14c0 0 0.063 4.062-2.328 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM36 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.109-2.531 2.156-6.469 2.156-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-control-phone\" viewBox=\"0 0 22 28\">\n<title>volume-control-phone</title>\n<path d=\"M9.641 26.391c0-0.375-0.828-3.031-1-3.656-0.094-0.391-0.125-1.031-0.422-1.313-0.203-0.187-0.531-0.219-0.797-0.219-0.734 0-1.469 0.172-2.203 0.172-0.219 0-0.547-0.016-0.734-0.172-0.25-0.203-0.375-0.906-0.469-1.219-0.375-1.297-0.578-2.625-0.578-3.984s0.203-2.688 0.578-3.984c0.094-0.313 0.219-1.016 0.469-1.219 0.187-0.156 0.516-0.172 0.734-0.172 0.734 0 1.469 0.172 2.203 0.172 0.266 0 0.594-0.031 0.797-0.219 0.297-0.281 0.328-0.922 0.422-1.313 0.172-0.625 1-3.281 1-3.656 0-0.531-1.406-1.313-1.859-1.484-0.234-0.094-0.469-0.125-0.703-0.125-0.516 0-1.031 0.141-1.531 0.281-2.562 0.766-3.172 2.328-4.188 4.531-1.094 2.359-1.359 4.609-1.359 7.187s0.266 4.828 1.359 7.187c1.016 2.203 1.625 3.766 4.188 4.531 0.5 0.141 1.016 0.281 1.531 0.281 0.234 0 0.469-0.031 0.703-0.125 0.453-0.172 1.859-0.953 1.859-1.484zM12.125 12.125c-0.266 0-0.516-0.109-0.703-0.297-0.391-0.391-0.406-1.031 0-1.422 0.375-0.375 0.578-0.875 0.578-1.406s-0.203-1.031-0.578-1.422c-0.406-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c0.75 0.75 1.172 1.766 1.172 2.828s-0.422 2.078-1.172 2.828c-0.203 0.187-0.453 0.297-0.703 0.297zM14.953 14.953c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.125-1.141 1.75-2.641 1.75-4.25s-0.625-3.109-1.75-4.25c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c1.516 1.516 2.344 3.516 2.344 5.656s-0.828 4.141-2.344 5.656c-0.187 0.203-0.453 0.297-0.703 0.297zM17.781 17.781c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.875-1.891 2.922-4.406 2.922-7.078s-1.047-5.187-2.922-7.078c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c2.266 2.266 3.516 5.281 3.516 8.484s-1.25 6.219-3.516 8.484c-0.187 0.203-0.453 0.297-0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-braille\" viewBox=\"0 0 34 28\">\n<title>braille</title>\n<path d=\"M3 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 2.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM34 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-assistive-listening-systems\" viewBox=\"0 0 28 28\">\n<title>assistive-listening-systems</title>\n<path d=\"M2 27c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5 24c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5.703 18.297l4 4-1.406 1.406-4-4zM11 18c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22.047 13c0 2.594-1.219 3.984-2.281 5.219-0.984 1.125-1.766 2.016-1.766 3.781 0 3.313-2.688 6-6 6-0.547 0-1-0.453-1-1s0.453-1 1-1c2.203 0 4-1.797 4-4 0-2.516 1.203-3.891 2.25-5.094 0.969-1.109 1.797-2.063 1.797-3.906 0-3.859-3.141-7-7-7s-7 3.141-7 7c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-4.969 4.031-9 9-9s9 4.031 9 9zM14 15c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM18.5 13c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-1.937-1.563-3.5-3.5-3.5-1.922 0-3.5 1.563-3.5 3.5 0 0.547-0.453 1-1 1s-1-0.453-1-1c0-3.031 2.469-5.5 5.5-5.5s5.5 2.469 5.5 5.5zM24.656 8.484c0.203 0.516-0.063 1.094-0.578 1.297-0.109 0.047-0.234 0.063-0.359 0.063-0.391 0-0.781-0.234-0.922-0.641-0.703-1.828-1.922-3.422-3.5-4.609-0.438-0.328-0.531-0.953-0.203-1.391 0.344-0.438 0.969-0.531 1.406-0.203 1.875 1.406 3.313 3.313 4.156 5.484zM27.937 7.219c0.187 0.516-0.063 1.094-0.578 1.297-0.125 0.047-0.234 0.063-0.359 0.063-0.406 0-0.781-0.234-0.938-0.641-0.938-2.438-2.547-4.562-4.641-6.141-0.453-0.328-0.531-0.953-0.203-1.391 0.328-0.453 0.953-0.531 1.391-0.203 2.406 1.797 4.25 4.234 5.328 7.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-american-sign-language-interpreting\" viewBox=\"0 0 36 28\">\n<title>american-sign-language-interpreting</title>\n<path d=\"M16.125 15c-0.547-0.016-1.062-0.328-1.313-0.859-0.344-0.703-1.031-1.141-1.813-1.141-1.109 0-2 0.891-2 2 0 0.531 0.187 1.047 0.562 1.391l0.156 0.125c0.344 0.313 0.797 0.484 1.281 0.484 0.781 0 1.469-0.438 1.813-1.141 0.25-0.531 0.766-0.844 1.313-0.859zM25 13c0-0.531-0.187-1.047-0.562-1.391l-0.156-0.125c-0.344-0.313-0.797-0.484-1.281-0.484-0.781 0-1.469 0.438-1.813 1.141-0.25 0.531-0.766 0.844-1.313 0.859 0.547 0.016 1.062 0.328 1.313 0.859 0.344 0.703 1.031 1.141 1.813 1.141 1.109 0 2-0.891 2-2zM18.344 9.547c-0.359 0.734-1.266 1.047-2 0.688-0.656-0.328-1.359-0.484-2.094-0.484-0.547 0-1.062 0.094-1.547 0.266 0.094 0 0.203-0.016 0.297-0.016 1.922 0 3.687 1.125 4.516 2.859 0.359 0.75 0.031 1.641-0.719 2-0.187 0.094-0.391 0.141-0.609 0.141 0.219 0 0.422 0.047 0.609 0.141 0.75 0.359 1.078 1.25 0.719 2-0.828 1.734-2.594 2.859-4.516 2.859v0h-0.094c-0.234-0.031-0.453-0.047-0.688-0.063l-4.531-0.422-3.734 1.875c-0.156 0.078-0.297 0.109-0.453 0.109-0.359 0-0.719-0.203-0.891-0.547l-2.5-5c-0.234-0.484-0.063-1.062 0.391-1.328l3.266-1.859 2.312-4.172c0.359-3.219 1.953-6.172 4.484-8.25 0.641-0.531 1.594-0.438 2.109 0.203 0.531 0.641 0.438 1.578-0.203 2.109-0.703 0.594-1.328 1.266-1.828 2 1.219-0.828 2.625-1.391 4.172-1.578 0.828-0.109 1.578 0.469 1.672 1.297 0.109 0.828-0.469 1.578-1.297 1.672-0.906 0.109-1.75 0.422-2.484 0.859 0.5-0.109 1.016-0.156 1.547-0.156 1.188 0 2.344 0.266 3.406 0.781 0.75 0.375 1.062 1.266 0.688 2.016zM33.391 7.047l2.5 5c0.234 0.484 0.063 1.062-0.391 1.328l-3.266 1.859-2.312 4.172c-0.359 3.219-1.953 6.172-4.484 8.25-0.281 0.234-0.625 0.344-0.953 0.344-0.438 0-0.859-0.187-1.156-0.547-0.531-0.641-0.438-1.578 0.203-2.109 0.703-0.594 1.328-1.266 1.828-2-1.219 0.828-2.625 1.391-4.172 1.578-0.063 0.016-0.125 0.016-0.187 0.016-0.75 0-1.391-0.562-1.484-1.313-0.109-0.828 0.469-1.578 1.297-1.672 0.906-0.109 1.75-0.422 2.484-0.859-0.5 0.109-1.016 0.156-1.547 0.156-1.188 0-2.344-0.266-3.406-0.781-0.75-0.375-1.062-1.266-0.688-2.016 0.359-0.734 1.266-1.047 2-0.688 0.656 0.328 1.359 0.484 2.094 0.484 0.547 0 1.062-0.094 1.547-0.266-0.094 0-0.203 0.016-0.297 0.016-1.922 0-3.687-1.125-4.516-2.859-0.359-0.75-0.031-1.641 0.719-2 0.187-0.094 0.391-0.141 0.609-0.141-0.219 0-0.422-0.047-0.609-0.141-0.75-0.359-1.078-1.25-0.719-2 0.828-1.734 2.594-2.859 4.516-2.859v0h0.109c0.219 0.031 0.438 0.047 0.656 0.063l4.547 0.422 3.734-1.875c0.156-0.078 0.297-0.109 0.453-0.109 0.359 0 0.719 0.203 0.891 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deaf\" viewBox=\"0 0 28 28\">\n<title>deaf</title>\n<path d=\"M16.5 13c0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5c0 0.547 0.453 1 1 1s1-0.453 1-1c0-1.937 1.578-3.5 3.5-3.5s3.5 1.563 3.5 3.5zM13.047 4c-4.969 0-9 4.031-9 9 0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.859 3.141-7 7-7s7 3.141 7 7c0 1.844-0.828 2.797-1.797 3.906-1.047 1.203-2.25 2.578-2.25 5.094 0 2.203-1.797 4-4 4-0.547 0-1 0.453-1 1s0.453 1 1 1c3.313 0 6-2.688 6-6 0-1.766 0.781-2.656 1.766-3.781 1.062-1.234 2.281-2.625 2.281-5.219 0-4.969-4.031-9-9-9zM9.234 15.234l3.531 3.531-9.047 9.047c-0.25 0.25-0.656 0.25-0.906 0l-2.625-2.625c-0.25-0.25-0.25-0.656 0-0.906zM25.188 0.187l2.625 2.625c0.25 0.25 0.25 0.656 0 0.922l-3.641 3.641-0.406 0.391-1.109 1.109c-0.672-1.563-1.703-2.938-3.047-4.031l4.656-4.656c0.266-0.25 0.672-0.25 0.922 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide\" viewBox=\"0 0 24 28\">\n<title>glide</title>\n<path d=\"M13.531 8.047c0 0.5-0.109 0.984-0.203 1.469-0.328 1.563-0.641 3.125-0.969 4.688-0.047 0.219-0.047 0.219-0.281 0.234-0.156 0.016-0.328 0.031-0.484 0.031-1.344 0-1.719-1.453-1.719-2.547 0-1.625 0.641-3.797 2.156-4.656 0.25-0.125 0.516-0.219 0.797-0.219 0.641 0 0.703 0.469 0.703 1zM21.125 14.672c0-0.281-1.156-2.109-1.422-2.219-0.125-0.047-0.391-0.125-0.531-0.125-1.281 0-2.438 0.578-3.531 1.203l-0.031-0.031c0.25-1.672 0.812-3.156 0.812-4.891 0-2.484-1.328-3.641-3.781-3.641-0.359 0-0.719 0.047-1.062 0.094-3.078 0.547-4.953 4.062-4.953 6.953 0 3.063 1.766 4.75 4.813 4.75 0.063 0 0.391-0.031 0.391 0.047 0 0.031 0 0.047-0.016 0.078-0.063 0.594-0.25 1.25-0.406 1.828-0.234 0.859-1.047 2.344-2.094 2.344-0.453 0-0.656-0.313-0.656-0.734 0-1.359 1.563-2.172 1.594-2.25 0-0.063-0.078-0.125-0.109-0.156-0.484-0.438-1.281-0.797-1.937-0.797-1.188 0-1.828 1.906-1.828 2.875 0 1.813 1.141 3.063 2.969 3.063 2.703 0 4.672-2.844 5.281-5.187 0.172-0.688 0.297-1.391 0.469-2.078 0.031-0.141 0.078-0.203 0.219-0.281 1.109-0.562 2.281-0.938 3.547-0.938 0.688 0 1.297 0.125 1.984 0.281 0.016 0.016 0.047 0.016 0.063 0.016 0.094 0 0.219-0.109 0.219-0.203zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide-g\" viewBox=\"0 0 24 28\">\n<title>glide-g</title>\n<path d=\"M11.625 4.766c0-0.828-0.078-1.547-1.078-1.547-0.422 0-0.844 0.141-1.219 0.359-2.359 1.297-3.328 4.656-3.328 7.187 0 1.687 0.578 3.938 2.641 3.938 0.469 0 1.062 0.125 1.188-0.422 0.5-2.406 1-4.828 1.5-7.234 0.156-0.75 0.297-1.516 0.297-2.281zM23.406 15.016c0 0.156-0.203 0.313-0.359 0.313l-0.094-0.016c-1.062-0.156-2-0.438-3.078-0.438-1.953 0-3.75 0.578-5.484 1.453-0.219 0.109-0.266 0.203-0.328 0.422-0.281 1.062-0.469 2.156-0.734 3.219-0.938 3.641-3.984 8.031-8.156 8.031-2.844 0-4.594-1.937-4.594-4.734 0-1.516 0.984-4.469 2.812-4.469 0.641 0 3.156 0.828 3.172 1.484-0.031 0.125-2.453 1.375-2.453 3.484 0 0.641 0.313 1.141 1.016 1.141 2.484 0 3.625-4.531 3.875-6.438v-0.141c0-0.125-0.5-0.063-0.594-0.063-4.703 0-7.453-2.625-7.453-7.359 0-4.469 2.906-9.922 7.672-10.75 0.547-0.094 1.094-0.141 1.656-0.141 3.781 0 5.844 1.766 5.844 5.625 0 2.609-0.891 5.016-1.266 7.562l0.047 0.047c1.687-0.953 3.469-1.859 5.469-1.859 0.203 0 0.641 0.125 0.828 0.203 0.406 0.156 2.203 2.984 2.203 3.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-language\" viewBox=\"0 0 26 28\">\n<title>sign-language</title>\n<path d=\"M12.984 10.516c0.328 0 0.641 0.094 0.922 0.281l3.469 2.312c0.641 0.422 1.219 0.938 1.719 1.516l2.281 2.656c0.391 0.453 0.562 1.062 0.453 1.656l-1.125 6.453c-0.125 0.656-0.656 1.156-1.328 1.234l-8.234 0.875-5.5 0.5h-0.141c-0.812 0-1.5-0.656-1.5-1.5 0-0.781 0.656-1.406 1.437-1.5l4.062-0.5h-7c-0.859 0-1.547-0.719-1.5-1.578 0.047-0.812 0.766-1.422 1.578-1.422l6.906-0.016-8.141-1c-0.844-0.094-1.453-0.859-1.328-1.719 0.125-0.75 0.812-1.25 1.563-1.25h0.156l7.516 0.938-5.484-1.469c-0.781-0.203-1.375-0.922-1.25-1.719 0.125-0.75 0.766-1.266 1.484-1.266 0.109 0 0.203 0.016 0.313 0.031l7 1.5 3.391 0.578c0.031 0 0.063 0.016 0.094 0.016 0.469 0 0.703-0.641 0.281-0.922l-2.906-1.953c-0.719-0.484-0.891-1.453-0.375-2.141 0.281-0.391 0.734-0.594 1.188-0.594zM11.891 13.672l2.906 1.953-3.406-0.578-0.078-0.031-0.562-0.594-3.719-4.094c-0.031-0.031-0.047-0.078-0.078-0.109-0.484-0.641-0.375-1.578 0.297-2.094 0.625-0.484 1.516-0.328 2.063 0.25l2.219 2.297c-0.047 0.047-0.094 0.078-0.141 0.125-0.328 0.453-0.453 1-0.359 1.547 0.094 0.531 0.406 1.016 0.859 1.328zM25.75 6.578l0.234 4.156c0.047 0.766-0.016 1.547-0.172 2.297l-0.75 3.422c-0.125 0.594-0.5 1.078-1.047 1.359l-1.656 0.844c0.016-0.625-0.187-1.219-0.609-1.703l-2.281-2.656c-0.531-0.609-1.141-1.156-1.828-1.609l-3.469-2.312c-0.344-0.234-0.75-0.359-1.188-0.359-0.531 0-1.016 0.219-1.375 0.578l-3.672-4.875c-0.516-0.688-0.359-1.656 0.359-2.141 0.672-0.469 1.594-0.25 2.094 0.406l4.156 5.5-4.094-7.109c-0.438-0.734-0.187-1.687 0.578-2.094 0.719-0.375 1.625-0.078 2.031 0.625l3.766 6.563-2.125-5.266c-0.297-0.75-0.094-1.656 0.625-2.031 0.766-0.406 1.703-0.078 2.063 0.703l3.016 6.484 1.578 3.063c0.25 0.484 0.984 0.281 0.953-0.25l-0.187-3.5c-0.047-0.859 0.625-1.578 1.484-1.594 0.812 0 1.469 0.688 1.516 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-low-vision\" viewBox=\"0 0 28 28\">\n<title>low-vision</title>\n<path d=\"M5.234 21.187c-0.031 0-0.063-0.016-0.094-0.031-1.828-1.219-3.656-3.219-4.813-5.078-0.219-0.313-0.328-0.688-0.328-1.078 0-0.812 0.562-1.469 1.016-2.078 1.813-2.469 4.234-4.5 7.063-5.703-0.234-0.422-1.719-3.016-1.719-3.297 0-0.187 0.109-0.359 0.266-0.453 0.313-0.172 1.719-1 2-1 0.172 0 0.344 0.094 0.438 0.25l1.937 3.578c0.984-0.203 2-0.297 3-0.297 5.656 0 10.687 3.203 13.687 7.922 0.203 0.313 0.313 0.688 0.313 1.078s-0.109 0.766-0.313 1.078c-1.859 2.922-4.578 5.344-7.766 6.703 0.234 0.422 1.719 3.016 1.719 3.297 0 0.187-0.094 0.359-0.266 0.453-0.313 0.172-1.719 1-1.984 1-0.187 0-0.359-0.094-0.453-0.25l-1.937-3.578-1-1.859-6.937-12.812 0.109-0.109c-0.531 0.219-1.047 0.453-1.547 0.734 0.187 0.359 7.641 14.047 7.641 14.156 0 0.078-0.063 0.125-0.141 0.141-0.344 0.078-0.781 0.047-1.125 0.047-0.172 0-0.875 0.031-0.938-0.109l-7.125-13.141c-0.453 0.328-0.875 0.688-1.281 1.062 0.344 0.609 6.312 11.594 6.312 11.688 0 0.125-0.078 0.156-0.172 0.156-0.266 0-2.344-0.641-2.422-0.781l-1.656-3.078-3.5-6.453c-0.438 0.531-0.844 1.078-1.219 1.656 0.203 0.297 0.469 0.609 0.641 0.922 0.219 0.406 2.75 5.016 2.75 5.109 0 0.078-0.078 0.156-0.156 0.156zM18.203 19.594l0.766 1.422c2.922-1.188 5.328-3.375 7.031-6.016-1.734-2.672-4.203-4.891-7.172-6.078 1.391 1.328 2.172 3.156 2.172 5.078 0 2.203-1.031 4.281-2.797 5.594zM13.25 10c0 0.406 0.344 0.75 0.75 0.75 0.859 0 1.687 0.344 2.297 0.953s0.953 1.437 0.953 2.297c0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-2.625-2.125-4.75-4.75-4.75-0.406 0-0.75 0.344-0.75 0.75zM18.969 8.984l-0.141-0.063 0.109 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo\" viewBox=\"0 0 20 28\">\n<title>viadeo</title>\n<path d=\"M16.406 17.281c0 2.234-0.781 4.203-2.297 5.844-1.578 1.719-3.578 2.516-5.906 2.516-2.312 0-4.328-0.781-5.906-2.516-1.516-1.641-2.297-3.609-2.297-5.844 0-4.641 3.5-8.437 8.203-8.437 0.969 0 1.937 0.156 2.844 0.484-0.313 0.609-0.531 1.281-0.609 1.969-0.703-0.297-1.469-0.438-2.234-0.438-3.547 0-6.156 3.031-6.156 6.469 0 3.5 2.594 6.359 6.156 6.359s6.141-2.859 6.141-6.359c0-0.891-0.156-1.766-0.5-2.594 0.688-0.141 1.344-0.406 1.922-0.766 0.438 1.047 0.641 2.188 0.641 3.313zM13.219 14.328c0 3.938-1.594 7.219-4.969 9.344l-0.219 0.016c-0.328 0-0.656-0.031-0.969-0.078 4.516-1.719 5.344-8.578 5.344-12.766 0-0.531 0-1.078-0.047-1.609 0.562 1.641 0.859 3.359 0.859 5.094zM12.359 9.203v0.031c-0.812-2.391-1.937-4.703-3.219-6.875 1.969 1.328 3.047 4.547 3.219 6.844zM16.172 12.375c-0.969 0-1.828-0.516-2.5-1.172 1.594-0.875 3.609-2.234 4.531-3.859 0.109-0.219 0.297-0.625 0.328-0.875-0.906 2.031-3.219 3.625-5.375 4.125-0.344-0.531-0.547-1.125-0.547-1.766 0-0.75 0.375-1.75 0.938-2.297 0.641-0.609 1.594-0.922 2.453-1.156 1.25-0.344 2.266-1.313 2.812-2.484 0.812 1.156 1.156 2.562 1.156 3.953 0 0.703-0.109 1.984-0.375 2.656-0.578 1.406-1.75 2.875-3.422 2.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo-square\" viewBox=\"0 0 24 28\">\n<title>viadeo-square</title>\n<path d=\"M16.406 16.266c0-0.781-0.141-1.563-0.438-2.297-0.406 0.25-0.859 0.438-1.328 0.531 0.25 0.562 0.344 1.172 0.344 1.781 0 2.406-1.781 4.375-4.219 4.375-2.453 0-4.234-1.969-4.234-4.375 0-2.359 1.797-4.438 4.234-4.438 0.531 0 1.047 0.094 1.531 0.297 0.047-0.469 0.203-0.938 0.422-1.359-0.625-0.219-1.281-0.328-1.953-0.328-3.234 0-5.641 2.609-5.641 5.812s2.422 5.734 5.641 5.734 5.641-2.547 5.641-5.734zM13.625 10.719c0.031 0.375 0.031 0.75 0.031 1.109 0 2.891-0.562 7.594-3.672 8.781 0.219 0.031 0.438 0.047 0.656 0.047h0.156c2.312-1.469 3.422-3.719 3.422-6.422 0-1.203-0.203-2.391-0.594-3.516zM13.625 10.719c-0.078-1.516-0.938-3.859-2.219-4.719 0.875 1.484 1.656 3.078 2.219 4.719zM18.859 9.078c0-0.953-0.234-1.922-0.797-2.719-0.375 0.797-1.078 1.469-1.937 1.703-1.234 0.344-2.328 0.922-2.328 2.391 0 0.422 0.141 0.844 0.375 1.203 1.484-0.344 3.063-1.437 3.687-2.844-0.094 1.25-2.422 2.766-3.328 3.266 0.453 0.453 1.047 0.812 1.719 0.812 1.141 0 1.953-1.016 2.344-1.984 0.187-0.469 0.266-1.344 0.266-1.828zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat\" viewBox=\"0 0 24 28\">\n<title>snapchat</title>\n<path d=\"M19.984 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.313-2.5-1.297-3.094-2.609-0.047-0.125-0.109-0.25-0.109-0.391 0-0.703 1.953-0.562 1.953-1.563 0-0.422-0.516-0.688-0.891-0.688-0.359 0-0.641 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.031-0.594 0.078-1.188 0.078-1.781 0-0.547-0.031-1.297-0.266-1.781-0.75-1.625-2.203-2.578-3.984-2.578-1.953 0-3.437 0.719-4.297 2.578-0.234 0.484-0.266 1.234-0.266 1.781 0 0.594 0.047 1.188 0.078 1.781-0.063 0.031-0.141 0.031-0.219 0.031-0.359 0-0.641-0.234-0.969-0.234-0.391 0-0.875 0.25-0.875 0.688 0 0.969 1.953 0.844 1.953 1.547 0 0.141-0.063 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.719 1.656 0.984 2.141 1.062 0.141 0.375 0.078 1.031 0.641 1.031 0.391 0 0.781-0.141 1.203-0.141 1.641 0 2.078 1.484 3.984 1.484 1.984 0 2.359-1.484 4.016-1.484 0.422 0 0.812 0.125 1.219 0.125 0.547 0 0.484-0.656 0.625-1.016 0.484-0.078 2.141-0.344 2.141-1.062zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-ghost\" viewBox=\"0 0 26 28\">\n<title>snapchat-ghost</title>\n<path d=\"M13.25 2c2.812-0.031 5.141 1.547 6.312 4.078 0.359 0.766 0.422 1.953 0.422 2.797 0 1-0.078 1.984-0.141 2.984 0.125 0.063 0.297 0.109 0.438 0.109 0.562 0 1.031-0.422 1.594-0.422 0.531 0 1.297 0.375 1.297 1 0 1.5-3.141 1.219-3.141 2.531 0 0.234 0.094 0.453 0.187 0.672 0.75 1.641 2.172 3.219 3.859 3.922 0.406 0.172 0.812 0.266 1.25 0.359 0.281 0.063 0.438 0.266 0.438 0.547 0 1.062-2.703 1.5-3.422 1.609-0.313 0.484-0.078 1.625-0.906 1.625-0.641 0-1.281-0.203-1.969-0.203-0.328 0-0.656 0.016-0.969 0.078-1.859 0.313-2.484 2.312-5.531 2.312-2.938 0-3.641-2-5.453-2.312-0.328-0.063-0.656-0.078-0.984-0.078-0.703 0-1.375 0.234-1.937 0.234-0.875 0-0.609-1.156-0.938-1.656-0.719-0.109-3.422-0.547-3.422-1.609 0-0.281 0.156-0.484 0.438-0.547 0.438-0.094 0.844-0.187 1.25-0.359 1.672-0.688 3.125-2.281 3.859-3.922 0.094-0.219 0.187-0.438 0.187-0.672 0-1.313-3.156-1.062-3.156-2.516 0-0.609 0.719-1 1.266-1 0.484 0 0.969 0.406 1.578 0.406 0.172 0 0.344-0.031 0.5-0.109-0.063-0.984-0.141-1.969-0.141-2.969 0-0.844 0.063-2.047 0.422-2.812 1.375-2.969 3.703-4.047 6.813-4.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-square\" viewBox=\"0 0 24 28\">\n<title>snapchat-square</title>\n<path d=\"M20 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.297-2.5-1.297-3.094-2.609-0.063-0.125-0.109-0.25-0.109-0.391 0-0.703 1.937-0.562 1.937-1.563 0-0.422-0.516-0.688-0.891-0.688-0.344 0-0.625 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.047-0.594 0.078-1.203 0.078-1.797 0-0.531-0.031-1.281-0.266-1.781-0.75-1.625-2.187-2.578-3.984-2.578-1.953 0-3.437 0.734-4.297 2.578-0.234 0.5-0.281 1.25-0.281 1.797 0 0.594 0.047 1.188 0.094 1.781-0.078 0.016-0.156 0.031-0.234 0.031-0.344 0-0.641-0.25-0.969-0.25-0.391 0-0.859 0.266-0.859 0.703 0 0.969 1.937 0.844 1.937 1.547 0 0.141-0.047 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.734 1.656 1 2.156 1.078 0.141 0.375 0.078 1.031 0.625 1.031 0.406 0 0.797-0.156 1.203-0.156 1.656 0 2.094 1.484 4 1.484 1.984 0 2.359-1.484 4.031-1.484 0.406 0 0.812 0.141 1.219 0.141 0.531 0 0.484-0.656 0.609-1.016 0.5-0.078 2.156-0.344 2.156-1.078zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper\" viewBox=\"0 0 36 28\">\n<title>pied-piper</title>\n<path d=\"M36 0c-4.547 3.016-5.031 5.203-5.422 5.875-0.375 0.688-0.656 3.391-1.313 4.703-0.656 1.328-3.047 2.375-3.719 2.812-0.656 0.438-1.594 2.141-2.359 3.609-3.453-0.141-6.875 0.703-9.844 2.469 0 0-1.437 0.828-4.734 2.797 1.656-0.547 2.438-0.938 2.438-0.938 4.125-1.578 5.219-2.328 8.547-2.875 2.562-0.422 5.875-0.078 7.266 0.109 0.063 0 0.109 0.031 0.156 0.047 0.219 0.125 0.297 0.391 0.172 0.609l-3.031 5.391c-0.141 0.266-0.438 0.406-0.734 0.344-0.75-0.141-2.469-0.375-5.531-0.375-4.438 0-8.047 1.359-12.406 1.422-3.672 0.047-5.109-1.453-5.469-1.937 0-0.016-0.016-0.031-0.016-0.047 0-0.063 0.031-0.094 0.094-0.094 0 0 2.156 0 5.797-0.859 4.141-7.891 7.828-10.656 11.844-10.656 0 0 4.031 0 5.094 3.484 1.281-2.234 1.594-2.766 1.594-2.766 0.297-0.531 1.969-4.344 4.859-7.953v0c2.906-3.609 5.094-4.5 6.719-5.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-first-order\" viewBox=\"0 0 24 28\">\n<title>first-order</title>\n<path d=\"M20.656 14c0 0.406-0.016 0.797-0.078 1.188l-3.687-0.219 3.5 1.219c-0.203 0.797-0.516 1.531-0.906 2.203l-3.344-1.609 2.766 2.469c-0.469 0.641-1.031 1.203-1.672 1.687l-2.453-2.781 1.609 3.359c-0.672 0.406-1.406 0.703-2.188 0.922l-1.234-3.563 0.219 3.75c-0.391 0.063-0.781 0.094-1.188 0.094-0.391 0-0.797-0.031-1.188-0.094l0.219-3.719-1.219 3.531c-0.781-0.203-1.516-0.516-2.188-0.922l1.609-3.359-2.453 2.781c-0.641-0.469-1.203-1.047-1.687-1.687l2.781-2.469-3.344 1.625c-0.391-0.688-0.703-1.422-0.906-2.203l3.5-1.234-3.703 0.219c-0.047-0.391-0.078-0.781-0.078-1.188s0.031-0.812 0.078-1.203l3.719 0.219-3.516-1.234c0.203-0.781 0.516-1.516 0.906-2.188l3.344 1.625-2.766-2.484c0.484-0.641 1.047-1.203 1.672-1.687l2.469 2.781-1.609-3.359c0.672-0.391 1.406-0.703 2.188-0.906l1.203 3.5-0.203-3.687c0.375-0.063 0.781-0.094 1.172-0.094 0.406 0 0.797 0.031 1.188 0.094l-0.219 3.703 1.219-3.516c0.781 0.203 1.516 0.516 2.188 0.922l-1.609 3.344 2.469-2.781c0.625 0.484 1.188 1.047 1.672 1.687l-2.766 2.484 3.328-1.625c0.406 0.672 0.703 1.422 0.906 2.203l-3.5 1.219 3.703-0.219c0.063 0.391 0.078 0.797 0.078 1.203zM21.125 14c0-5.078-4.094-9.188-9.125-9.188-5.047 0-9.125 4.109-9.125 9.188 0 5.063 4.078 9.172 9.125 9.172 5.031 0 9.125-4.109 9.125-9.172zM22.266 8.016v11.969l-10.266 5.984-10.266-5.984v-11.969l10.266-5.984zM12 26.859l11.062-6.438v-12.859l-11.062-6.422-11.062 6.422v12.859zM24 7v14l-12 7-12-7v-14l12-7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yoast\" viewBox=\"0 0 26 28\">\n<title>yoast</title>\n<path d=\"M5.297 3.406h10.797l-0.406 1.125h-10.391c-2.297 0-4.172 1.891-4.172 4.188v12.047c0 1.969 1.406 3.703 3.344 4.109 0.5 0.109 1.016 0.078 1.531 0.078v1.125h-0.703c-2.922 0-5.297-2.391-5.297-5.313v-12.047c0-2.922 2.375-5.313 5.297-5.313zM18.594 0h3.859l-7.531 20.219c-1.406 3.75-3.109 7.656-7.734 7.781v-3.047c1.734-0.281 2.844-1.234 3.437-2.844 0.203-0.531 0.313-1.078 0.313-1.641s-0.109-1.125-0.313-1.656l-4.453-11.453h3.563l2.922 9.141zM26 8.719v17.359h-12.422c0.25-0.375 0.516-0.734 0.703-1.141h10.594v-16.219c0-1.781-1.125-3.375-2.797-3.969l0.391-1.047c2.125 0.719 3.531 2.781 3.531 5.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-themeisle\" viewBox=\"0 0 28 28\">\n<title>themeisle</title>\n<path d=\"M13.312 4.828c0 0.562-0.359 1.188-0.969 1.188-0.625 0-0.969-0.625-0.969-1.188 0-0.547 0.344-1.188 0.969-1.188 0.609 0 0.969 0.641 0.969 1.188zM10.75 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.094 0.531-1.094 1.141v1.781c0 0.609 0.469 1.156 1.094 1.156s1.109-0.531 1.109-1.156zM13.438 26.328v-1.781c0-0.609-0.469-1.141-1.094-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.094-0.547 1.094-1.156zM16.156 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.531 1.109-1.156zM18.875 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.547 1.109-1.156zM23.063 15.641c-1.687 3.234-4.937 5.609-8.672 5.609-5.281 0-8.781-4.625-8.781-9.656 0-0.922 0.109-1.828 0.328-2.719-1.094 1.844-1.625 3.969-1.625 6.094 0 3.297 1.359 6.656 3.906 8.797 0.281-0.531 0.812-0.891 1.422-0.891 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.797-0.781 1.359-0.781 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.812-0.781 1.359-0.781s1.062 0.313 1.359 0.781c0.281-0.469 0.797-0.781 1.344-0.781 0.594 0 1.141 0.359 1.406 0.875 2.375-1.984 3.75-5.031 3.906-8.109zM20.719 15.188c0-0.781-0.344-1.172-1.125-1.172-0.25 0-0.5 0.047-0.734 0.094-0.781 0.156-1.547 0.297-2.328 0.297-2.469 0-3.531-1.437-3.531-3.797 0-1.078 0.203-2.141 0.469-3.187-0.828 1.266-1.297 2.781-1.297 4.297 0 2.953 1.875 5.797 5.063 5.797 1.172 0 2.328-0.422 3.281-1.094 0.109-0.406 0.203-0.812 0.203-1.234zM13.813 4.891c0-0.984-0.688-2.016-1.766-2.016s-1.766 1.031-1.766 2.016c0 1 0.688 2.031 1.766 2.031s1.766-1.031 1.766-2.031zM23.641 10.187c0-2.938-1.891-5.781-5.063-5.781-1.656 0-3.203 0.828-4.312 2.016-0.391 1.297-0.75 2.812-0.75 4.188 0 2.078 0.828 3.281 3.016 3.281 0.75 0 1.484-0.141 2.219-0.297 0.281-0.047 0.547-0.094 0.828-0.094 1.078 0 1.625 0.625 1.625 1.687 0 0.234-0.016 0.484-0.063 0.719 1.578-1.422 2.5-3.594 2.5-5.719zM28 13.578c0 1.969-0.625 5.594-1.984 7.094-1.25 1.359-4.781 3.344-6.609 3.859l-0.063 0.016v1.781c0 0.891-0.688 1.672-1.594 1.672-0.547 0-1.062-0.313-1.344-0.781-0.297 0.469-0.812 0.781-1.359 0.781s-1.062-0.313-1.359-0.781c-0.281 0.469-0.797 0.781-1.344 0.781-0.562 0-1.062-0.313-1.359-0.781-0.281 0.469-0.797 0.781-1.344 0.781-1.031 0-1.609-0.859-1.609-1.797-0.891 0.672-1.953 1.062-3.094 1.062-1.203 0-2.375-0.453-3.297-1.25 0.562-0.016 1.125-0.125 1.656-0.313-1.141-0.313-2.156-1.031-2.844-1.984 0.359 0.078 0.734 0.109 1.109 0.109 0.906 0 1.797-0.25 2.562-0.719-1.203-1.203-3.094-3.219-3.75-4.781-0.313-0.734-0.375-1.719-0.375-2.5 0-2.719 1.109-8.75 4.719-8.75 0.578 0 1.031 0.266 1.266 0.812 0.203-0.297 0.422-0.578 0.656-0.844 0.109-0.141 0.313-0.297 0.391-0.453 0.438-0.688 0.641-1.156 1.188-1.859 1.766-2.25 4.469-3.797 7.375-3.797 0.328 0 0.656 0.016 0.969 0.063 0.594-0.641 1.422-1 2.281-1 0.797 0 1.625 0.328 2.188 0.891 0.047 0.047 0.078 0.125 0.078 0.187 0 0.203-0.562 0.734-0.703 0.891 0.234 0.078 0.859 0.375 0.859 0.656 0 0.156-0.156 0.281-0.25 0.391 1.719 1.516 2.703 3.672 3.078 5.906 0.234-0.281 0.562-0.469 0.938-0.469 0.578 0 1.141 0.391 1.563 0.766 1.141 1.016 1.406 2.906 1.406 4.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-circle\" viewBox=\"0 0 24 28\">\n<title>google-plus-circle</title>\n<path d=\"M14.328 14.141c0-0.344-0.031-0.672-0.094-1h-5.656v2.063h3.391c-0.25 1.656-1.813 2.578-3.391 2.578-2.078 0-3.734-1.719-3.734-3.781s1.656-3.781 3.734-3.781c0.875 0 1.75 0.297 2.391 0.922l1.625-1.578c-1.109-1.031-2.5-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fa\" viewBox=\"0 0 25 28\">\n<title>fa</title>\n<path d=\"M24 8v13.109c0 0.484-0.313 0.844-0.766 0.969-1.672 0.5-3.547 0.812-5.281 0.812-2.344 0-4.328-0.922-6.922-0.922-1.922 0-3.906 0.313-5.781 0.75v5.281h-2.5v-21.375c-1.313-0.516-2.172-1.797-2.172-3.203 0-1.891 1.531-3.422 3.422-3.422s3.422 1.531 3.422 3.422c0 1.406-0.859 2.688-2.172 3.203v1.062c1.75-0.406 3.563-0.688 5.359-0.688 1.031 0 2.063 0.078 3.094 0.234 1.344 0.203 2.703 0.672 4.078 0.672 0.859 0 1.734-0.109 2.578-0.281 0.641-0.125 2.109-0.625 2.641-0.625 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-handshake-o\" viewBox=\"0 0 36 28\">\n<title>handshake-o</title>\n<path d=\"M3 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM26.016 17.094c-1.234-1.609-2.438-3.25-3.844-4.719l-1.953 2.188c-1.719 1.953-4.797 1.906-6.469-0.094-1.188-1.437-1.188-3.5 0.031-4.922l2.766-3.219c-0.969-0.5-2.141-0.328-3.187-0.328-0.922 0-1.813 0.375-2.469 1.031l-2.469 2.469h-2.422v8.5c0.688 0 1.312-0.094 1.859 0.438l4.641 4.562c0.953 0.922 2.187 1.734 3.547 1.734 0.703 0 1.453-0.234 1.953-0.734 1.172 0.406 2.531-0.25 2.891-1.453 0.75 0.063 1.437-0.172 1.984-0.688 0.359-0.328 0.828-0.984 0.781-1.5 0.141 0.141 0.484 0.156 0.672 0.156 1.859 0 2.828-1.953 1.687-3.422zM28.5 18h1.5v-8h-1.453l-2.453-2.812c-0.656-0.75-1.641-1.188-2.641-1.188h-2.609c-0.875 0-1.719 0.391-2.281 1.047l-3.266 3.797c-0.578 0.688-0.578 1.656-0.016 2.344 0.891 1.062 2.531 1.078 3.453 0.047l3.016-3.406c0.719-0.797 2.031-0.047 1.703 0.969 0.594 0.688 1.234 1.359 1.813 2.047 0.781 0.969 1.531 1.984 2.297 2.969 0.484 0.625 0.844 1.375 0.938 2.188zM33 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM36 9v10c0 0.547-0.453 1-1 1h-6.781c-0.562 1.359-1.797 2.266-3.234 2.469-0.672 0.984-1.703 1.734-2.859 1.984-0.859 1.094-2.25 1.75-3.641 1.656-2.578 1.453-5.484 0.187-7.406-1.703l-4.484-4.406h-5.594c-0.547 0-1-0.453-1-1v-10.5c0-0.547 0.453-1 1-1h6.578c1.813-1.813 3.062-3.5 5.781-3.5h1.828c1.016 0 2 0.313 2.828 0.875 0.828-0.562 1.813-0.875 2.828-0.875h2.609c2.969 0 4.203 1.937 6 4h5.547c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open\" viewBox=\"0 0 28 28\">\n<title>envelope-open</title>\n<path d=\"M28 10.219v15.281c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-15.281c0-0.141 0.063-0.281 0.172-0.375 1.641-1.437 1.656-1.609 9.812-7.562 0.984-0.719 2.719-2.281 4.016-2.281s3.047 1.578 4.016 2.281c8.156 5.953 8.172 6.125 9.812 7.562 0.109 0.094 0.172 0.234 0.172 0.375zM19.187 19.359c2.438-1.766 4.141-3 5.391-3.938 0.219-0.156 0.266-0.469 0.094-0.688l-0.594-0.812c-0.172-0.219-0.484-0.266-0.703-0.094-1.234 0.906-2.922 2.156-5.359 3.906-0.969 0.703-2.719 2.266-4.016 2.266s-3.047-1.563-4.016-2.266c-2.438-1.766-4.125-3-5.359-3.906-0.219-0.172-0.531-0.125-0.703 0.094l-0.594 0.812c-0.172 0.219-0.125 0.531 0.094 0.688 1.25 0.938 2.953 2.172 5.391 3.938 1.219 0.875 3.141 2.641 5.187 2.641 2.063 0 4.031-1.797 5.187-2.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open-o\" viewBox=\"0 0 28 28\">\n<title>envelope-open-o</title>\n<path d=\"M23.031 14.266l0.609 0.797c0.172 0.219 0.125 0.516-0.078 0.688-1.563 1.219-5.156 3.984-5.313 4.109-1.109 0.906-2.609 2.156-4.234 2.141h-0.031c-1.625 0-3.125-1.234-4.234-2.141-0.172-0.141-3.641-2.812-5.172-4-0.219-0.172-0.266-0.469-0.094-0.688l0.578-0.812c0.172-0.234 0.5-0.281 0.719-0.094 1.062 0.828 2.562 1.984 4.781 3.687 0.781 0.594 2.328 2.047 3.422 2.047h0.031c1.094 0 2.641-1.453 3.422-2.047 2.297-1.766 3.828-2.938 4.891-3.781 0.219-0.172 0.531-0.125 0.703 0.094zM26 25.5v-14.5c-1.563-1.453-1.328-1.328-8.563-6.922-0.781-0.609-2.328-2.078-3.422-2.078h-0.031c-1.094 0-2.641 1.469-3.422 2.078-7.234 5.594-7 5.469-8.563 6.922v14.5c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 11v14.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-14.5c0-0.562 0.234-1.094 0.641-1.469 3.203-2.969 6.891-5.547 9.109-7.375 1.094-0.906 2.609-2.156 4.234-2.156h0.031c1.625 0 3.141 1.25 4.234 2.156 2.063 1.703 5.984 4.469 9.109 7.375 0.406 0.375 0.641 0.906 0.641 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linode\" viewBox=\"0 0 24 28\">\n<title>linode</title>\n<path d=\"M5.156 23.984l3.156 3.344-0.531-3.687-3.375-3.328zM8.687 27.516l4.281-3.406-0.172-3.828-4.688 3.359zM3.828 17.547l3.547 3.328-0.75-5.109-3.828-3.187zM7.734 21.047l4.953-3.344-0.219-5.063-5.5 3.125zM13.172 21.219l1.484 1.25-0.031-3.734-1.609-1.234c0 0.125 0.063 0.344-0.063 0.438l-1.219 0.812 1.328 1.094c0.156 0.125 0.109 1.188 0.109 1.375zM2.156 9.469l4 3.125-1.062-7.266-4.359-2.703zM18.328 19.828l0.234-3.656-3.594 2.562 0.031 3.75zM6.516 12.719l5.828-3.031-0.297-6.891-6.609 2.547zM19.844 18.422l0.313-3.641-3.531-2.219-0.031 1.641 2.25 1.484c0.047 0.031 0.078 0.094 0.063 0.141l-0.109 1.859zM22.828 16.25l0.469-3.469-2.797 2-0.313 3.563zM19.891 18.859l-1.109-0.766-0.125 1.828c0 0.047-0.016 0.094-0.063 0.125l-3.656 2.922c-0.063 0.047-0.156 0.047-0.219 0l-1.531-1.297 0.109 2.516c0 0.047-0.016 0.094-0.063 0.125l-4.578 3.656c-0.031 0.016-0.063 0.031-0.094 0.031-0.047-0.016-0.094-0.016-0.125-0.047l-3.563-3.781c-0.078-0.078-0.844-3.938-0.922-4.328-0.016-0.063 0.031-0.141 0.078-0.172l0.953-0.578c-0.187-0.172-1.453-1.281-1.484-1.437l-1.125-5.484c-0.016-0.063 0.016-0.141 0.094-0.187l1.469-0.703c-0.25-0.187-2.063-1.5-2.109-1.687l-1.5-7.281c-0.016-0.094 0.031-0.172 0.109-0.203l6.766-2.109c0.031 0 0.078 0 0.125 0.016l4.953 2.391c0.047 0.031 0.094 0.094 0.094 0.141l0.313 7.234c0 0.063-0.031 0.125-0.094 0.156l-1.844 0.953 1.969 1.328c0.047 0.016 0.078 0.078 0.078 0.125l0.078 1.922 1.891-1.156c0.047-0.031 0.125-0.031 0.172 0l1.313 0.875 0.047-1.719c0-0.047 0.031-0.109 0.078-0.141l3.219-1.969c0.063-0.031 0.125-0.031 0.172 0l3.828 2.109c0.031 0.031 0.063 0.063 0.078 0.109 0.031 0.109-0.484 3.625-0.531 3.984 0 0.047-0.031 0.094-0.063 0.109l-2.984 2.391c-0.063 0.047-0.141 0.047-0.203 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book\" viewBox=\"0 0 26 28\">\n<title>address-book</title>\n<path d=\"M18.766 19.344c0-2.766-0.672-5.844-3.453-5.844-0.859 0.5-2.031 1.359-3.313 1.359s-2.453-0.859-3.313-1.359c-2.781 0-3.453 3.078-3.453 5.844 0 1.547 1.016 2.656 2.266 2.656h9c1.25 0 2.266-1.109 2.266-2.656zM16.063 10.063c0-2.25-1.828-4.062-4.062-4.062s-4.062 1.813-4.062 4.062c0 2.234 1.828 4.047 4.062 4.047s4.062-1.813 4.062-4.047zM26 18.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book-o\" viewBox=\"0 0 26 28\">\n<title>address-book-o</title>\n<path d=\"M16.063 10.063c0 2.234-1.828 4.047-4.062 4.047s-4.062-1.813-4.062-4.047c0-2.25 1.828-4.062 4.062-4.062s4.062 1.813 4.062 4.062zM15.313 13.5c2.984 0 3.453 3.547 3.453 5.844 0 1.313-0.828 2.656-2.266 2.656h-9c-1.437 0-2.266-1.344-2.266-2.656 0-2.203 0.469-5.844 3.375-5.844h0.078c1.031 0.609 2.078 1.359 3.313 1.359s2.281-0.75 3.313-1.359zM26 9.5c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.266 0 0.5 0.234 0.5 0.5v3zM22 25.5v-23c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v23c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card\" viewBox=\"0 0 32 28\">\n<title>address-card</title>\n<path d=\"M16 17.672c0-2.422-0.594-5.109-3.063-5.109-0.766 0.438-1.797 1.188-2.938 1.188s-2.172-0.75-2.938-1.188c-2.469 0-3.063 2.688-3.063 5.109 0 1.359 0.891 2.328 2 2.328h8c1.109 0 2-0.969 2-2.328zM13.547 9.547c0-1.953-1.594-3.547-3.547-3.547s-3.547 1.594-3.547 3.547c0 1.969 1.594 3.547 3.547 3.547s3.547-1.578 3.547-3.547zM28 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM28 13.438v-0.875c0-0.313-0.25-0.562-0.562-0.562h-8.875c-0.313 0-0.562 0.25-0.562 0.562v0.875c0 0.313 0.25 0.562 0.562 0.562h8.875c0.313 0 0.562-0.25 0.562-0.562zM28 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-5.5v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-12v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-5.5c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card-o\" viewBox=\"0 0 32 28\">\n<title>address-card-o</title>\n<path d=\"M16 17.672c0 1.359-0.891 2.328-2 2.328h-8c-1.109 0-2-0.969-2-2.328 0-2.422 0.594-5.109 3.062-5.109 0.766 0.438 1.797 1.188 2.938 1.188s2.172-0.75 2.938-1.188c2.469 0 3.062 2.688 3.062 5.109zM13.547 9.547c0 1.969-1.594 3.547-3.547 3.547s-3.547-1.578-3.547-3.547c0-1.953 1.594-3.547 3.547-3.547s3.547 1.594 3.547 3.547zM28 16.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM28 12.563v0.875c0 0.313-0.25 0.562-0.562 0.562h-8.875c-0.313 0-0.562-0.25-0.562-0.562v-0.875c0-0.313 0.25-0.562 0.562-0.562h8.875c0.313 0 0.562 0.25 0.562 0.562zM28 8.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-19c0-0.266-0.234-0.5-0.5-0.5h-27c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h5.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h12v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h5.5c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle\" viewBox=\"0 0 28 28\">\n<title>user-circle</title>\n<path d=\"M23.797 20.922c-0.406-2.922-1.594-5.516-4.25-5.875-1.375 1.5-3.359 2.453-5.547 2.453s-4.172-0.953-5.547-2.453c-2.656 0.359-3.844 2.953-4.25 5.875 2.172 3.063 5.75 5.078 9.797 5.078s7.625-2.016 9.797-5.078zM20 10c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM28 14c0 7.703-6.25 14-14 14-7.734 0-14-6.281-14-14 0-7.734 6.266-14 14-14s14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle-o\" viewBox=\"0 0 28 28\">\n<title>user-circle-o</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14 0 7.688-6.234 14-14 14-7.75 0-14-6.297-14-14 0-7.734 6.266-14 14-14zM23.672 21.109c1.453-2 2.328-4.453 2.328-7.109 0-6.609-5.391-12-12-12s-12 5.391-12 12c0 2.656 0.875 5.109 2.328 7.109 0.562-2.797 1.922-5.109 4.781-5.109 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c2.859 0 4.219 2.312 4.781 5.109zM20 11c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-o\" viewBox=\"0 0 24 28\">\n<title>user-o</title>\n<path d=\"M18.766 12.25c2.203 0.641 5.234 2.812 5.234 9.922 0 3.219-2.391 5.828-5.328 5.828h-13.344c-2.938 0-5.328-2.609-5.328-5.828 0-7.109 3.031-9.281 5.234-9.922-0.781-1.234-1.234-2.688-1.234-4.25 0-4.406 3.594-8 8-8s8 3.594 8 8c0 1.563-0.453 3.016-1.234 4.25zM12 2c-3.313 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6-2.688-6-6-6zM18.672 26c1.828 0 3.328-1.703 3.328-3.828 0-4.922-1.656-8-4.75-8.156-1.406 1.234-3.234 1.984-5.25 1.984s-3.844-0.75-5.25-1.984c-3.094 0.156-4.75 3.234-4.75 8.156 0 2.125 1.5 3.828 3.328 3.828h13.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-id-badge\" viewBox=\"0 0 20 28\">\n<title>id-badge</title>\n<path d=\"M16 19.656c0 1.344-0.891 2.344-2 2.344h-8c-1.109 0-2-1-2-2.344 0-2.438 0.609-5.141 3.062-5.141 0.766 0.719 1.797 1.172 2.938 1.172s2.172-0.453 2.938-1.172c2.453 0 3.062 2.703 3.062 5.141zM13.594 11.547c0 1.969-1.609 3.547-3.594 3.547s-3.594-1.578-3.594-3.547c0-1.953 1.609-3.547 3.594-3.547s3.594 1.594 3.594 3.547zM18 25.5v-21.5h-16v21.5c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM20 2.5v23c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h5.5v1.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-1.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license\" viewBox=\"0 0 32 28\">\n<title>drivers-license</title>\n<path d=\"M14 18.937c0-2.063-0.5-4.438-2.562-4.438-0.625 0.625-1.484 1-2.438 1s-1.813-0.375-2.438-1c-2.063 0-2.562 2.375-2.562 4.438 0 1.141 0.75 2.063 1.672 2.063h6.656c0.922 0 1.672-0.922 1.672-2.063zM12 12c0-1.656-1.344-3-3-3s-3 1.344-3 3 1.344 3 3 3 3-1.344 3-3zM28 19.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM22 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM28 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM28 11.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM2 6h28v-1.5c0-0.281-0.219-0.5-0.5-0.5h-27c-0.281 0-0.5 0.219-0.5 0.5v1.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license-o\" viewBox=\"0 0 32 28\">\n<title>drivers-license-o</title>\n<path d=\"M14 18.937c0 1.141-0.75 2.063-1.672 2.063h-6.656c-0.922 0-1.672-0.922-1.672-2.063 0-2.063 0.5-4.438 2.562-4.438 0.625 0.625 1.484 1 2.438 1s1.813-0.375 2.438-1c2.063 0 2.562 2.375 2.562 4.438zM12 12c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 18.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 10.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-17.5h-28v17.5c0 0.266 0.234 0.5 0.5 0.5h27c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quora\" viewBox=\"0 0 28 28\">\n<title>quora</title>\n<path d=\"M19.609 12.297c0-6.516-2.031-9.859-6.797-9.859-4.688 0-6.719 3.344-6.719 9.859 0 6.484 2.031 9.797 6.719 9.797 0.75 0 1.422-0.078 2.047-0.266v0c-0.969-1.906-2.109-3.828-4.328-3.828-0.422 0-0.844 0.063-1.234 0.25l-0.766-1.516c0.922-0.797 2.406-1.422 4.312-1.422 2.984 0 4.5 1.437 5.719 3.266 0.703-1.563 1.047-3.672 1.047-6.281zM25.703 22.172h1.828c0.109 1.125-0.453 5.828-5.563 5.828-3.094 0-4.719-1.797-5.953-3.891v0c-1.016 0.281-2.109 0.422-3.203 0.422-6.25 0-12.359-4.984-12.359-12.234 0-7.313 6.125-12.297 12.359-12.297 6.359 0 12.406 4.953 12.406 12.297 0 4.094-1.906 7.422-4.672 9.562 0.891 1.344 1.813 2.234 3.094 2.234 1.406 0 1.969-1.078 2.063-1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-free-code-camp\" viewBox=\"0 0 36 28\">\n<title>free-code-camp</title>\n<path d=\"M7.078 25.578c0 0.438-0.391 0.844-0.828 0.844-0.063 0-0.141-0.031-0.203-0.047v0c-0.875-0.203-2-1.516-2.531-2.188-2.438-3.078-3.516-6.672-3.516-10.563 0-3.625 1.094-6.734 3.328-9.594 0.516-0.672 2.047-2.438 2.953-2.438 0.391 0 0.797 0.313 0.797 0.719 0 0.469-0.688 1.109-0.984 1.406-0.859 0.891-1.656 1.797-2.297 2.875-1.328 2.219-1.859 4.438-1.859 7.016 0 2.766 0.516 5.266 1.922 7.672 0.594 1.016 1.297 1.859 2.125 2.703 0.328 0.359 1.094 1.062 1.094 1.594zM28.063 23.484c0 0.578-0.391 1.062-1 1.062h-16.891c-0.547 0-1-0.453-1-1 0-0.578 0.391-1.062 1-1.062h16.891c0.547 0 1 0.453 1 1zM24.703 13.937c0 1.312-0.297 2.531-1.047 3.641-0.516 0.766-1.563 1.75-2.391 2.172-0.125 0.078-0.281 0.156-0.422 0.156-0.125 0-0.359-0.141-0.359-0.281 0-0.453 1.906-1.531 1.906-3.625 0-0.688-0.172-1.453-0.547-2.031-0.109-0.156-0.5-0.656-0.719-0.656-0.047 0-0.047 0.031-0.047 0.078 0 0.375 0.234 0.734 0.234 1.125 0 0.5-0.609 0.75-1.031 0.75-0.734 0-1.031-0.516-1.031-1.188 0-0.453 0.047-0.922 0.047-1.375 0-0.328-0.016-0.422-0.156-0.719-0.219-0.422-0.938-1.281-1.453-1.281-0.141 0-0.187 0-0.187 0.141 0 0.219 0.5 0.453 0.5 1.25 0 2.078-2.859 2.453-2.859 4.531 0 0.938 0.125 1.719 0.656 2.5 0.328 0.484 0.688 0.766 1.234 0.984 0.141 0.047 0.281 0.063 0.281 0.234s-0.141 0.25-0.281 0.25c-0.078 0-0.438-0.141-0.516-0.172v0c-2.406-0.875-4.234-2.969-4.234-5.594 0-3.109 3.734-5.828 3.734-8.813 0-0.578-0.094-0.984-0.391-1.469-0.172-0.281-0.594-0.828-0.875-1-0.125-0.063-0.297-0.172-0.297-0.328 0-0.266 0.453-0.313 0.641-0.313 0.562 0 1.203 0.203 1.719 0.453 2.172 1.031 2.625 2.609 3 4.797 0.094 0.516 0.281 2.156 1.031 2.156 0.484 0 0.797-0.328 0.797-0.797 0-0.703-0.625-1.469-0.625-1.859 0-0.109 0.063-0.156 0.156-0.156 0.391 0 1.203 0.828 1.453 1.094 1.516 1.609 2.078 3.172 2.078 5.344zM36 14.391c0 2.75-0.734 5.5-2.156 7.859-0.656 1.094-2.812 4.156-4.234 4.156-0.328 0-0.719-0.406-0.719-0.734 0-0.531 1.828-2.234 2.281-2.812 1.937-2.438 2.859-5.187 2.859-8.297 0-2.562-0.313-4.641-1.453-6.969-0.703-1.437-1.437-2.406-2.547-3.563-0.359-0.375-1.141-1.078-1.141-1.641 0-0.391 0.406-0.812 0.797-0.812 1.031 0 2.516 1.906 3.063 2.641 2.094 2.812 2.984 5.703 3.219 9.172 0.016 0.328 0.031 0.672 0.031 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-telegram\" viewBox=\"0 0 28 28\">\n<title>telegram</title>\n<path d=\"M18.578 20.422l2.297-10.828c0.203-0.953-0.344-1.328-0.969-1.094l-13.5 5.203c-0.922 0.359-0.906 0.875-0.156 1.109l3.453 1.078 8.016-5.047c0.375-0.25 0.719-0.109 0.438 0.141l-6.484 5.859-0.25 3.563c0.359 0 0.516-0.156 0.703-0.344l1.687-1.625 3.5 2.578c0.641 0.359 1.094 0.172 1.266-0.594zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer\" viewBox=\"0 0 16 28\">\n<title>thermometer</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-14.172h2v14.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-3\" viewBox=\"0 0 16 28\">\n<title>thermometer-3</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-10.172h2v10.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-2\" viewBox=\"0 0 16 28\">\n<title>thermometer-2</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-6.172h2v6.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-1\" viewBox=\"0 0 16 28\">\n<title>thermometer-1</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-2.172h2v2.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-0\" viewBox=\"0 0 16 28\">\n<title>thermometer-0</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.641 1.328-3 3-3s3 1.375 3 3zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shower\" viewBox=\"0 0 30 28\">\n<title>shower</title>\n<path d=\"M22.391 3.891c0.203 0.203 0.203 0.516 0 0.719l-9.781 9.781c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l0.688-0.688c-1.516-1.906-1.703-4.516-0.547-6.594-0.719-0.688-1.687-1.109-2.75-1.109-2.203 0-4 1.797-4 4v20h-4v-20c0-4.406 3.594-8 8-8 2.25 0 4.281 0.938 5.734 2.438 1.969-0.797 4.25-0.5 5.969 0.859l0.688-0.688c0.203-0.203 0.516-0.203 0.719 0zM21 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM25 10c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM29 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM22 11c0-0.547 0.453-1 1-1s1 0.453 1 1-0.453 1-1 1-1-0.453-1-1zM27 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 14c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM25 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 16c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM23 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 18c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 20c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bath\" viewBox=\"0 0 28 28\">\n<title>bath</title>\n<path d=\"M26 17v3c0 1.781-0.781 3.359-2 4.469v3.031c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.844c-0.625 0.219-1.297 0.344-2 0.344h-12c-0.703 0-1.375-0.125-2-0.344v1.719c0 0.344-0.219 0.625-0.5 0.625h-1c-0.281 0-0.5-0.281-0.5-0.625v-2.906c-1.219-1.109-2-2.688-2-4.469v-3h24zM11 10.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 9.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-10c0-2.203 1.797-4 4-4 1.125 0 2.141 0.469 2.875 1.219 0.969-0.391 2.125-0.25 2.984 0.422l0.344-0.344c0.094-0.094 0.25-0.094 0.344 0l0.656 0.656c0.094 0.094 0.094 0.25 0 0.344l-4.906 4.906c-0.094 0.094-0.25 0.094-0.344 0l-0.656-0.656c-0.094-0.094-0.094-0.25 0-0.344l0.344-0.344c-0.75-0.953-0.844-2.266-0.266-3.313-0.359-0.344-0.844-0.547-1.375-0.547-1.109 0-2 0.891-2 2v10h23.5c0.281 0 0.5 0.219 0.5 0.5zM14 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM14 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM16 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM17 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-podcast\" viewBox=\"0 0 24 28\">\n<title>podcast</title>\n<path d=\"M15.531 18.625c0 1.031-0.109 2.063-0.266 3.078-0.234 1.625-0.469 3.297-0.859 4.891-0.281 1.141-1.344 1.406-2.375 1.406s-2.094-0.266-2.375-1.406c-0.391-1.594-0.625-3.266-0.859-4.891-0.156-1.016-0.266-2.047-0.266-3.078 0-2.109 1.703-2.625 3.5-2.625s3.5 0.516 3.5 2.625zM24 12c0 5.063-3.125 9.391-7.562 11.156-0.172 0.063-0.359-0.094-0.328-0.281 0.047-0.328 0.094-0.672 0.156-1.031 0.031-0.25 0.063-0.5 0.094-0.734 0.016-0.094 0.063-0.156 0.141-0.187 3.25-1.656 5.5-5.031 5.5-8.922 0-5.703-4.781-10.297-10.547-9.984-5.281 0.281-9.484 4.781-9.453 10.063 0.031 3.891 2.297 7.25 5.563 8.875 0.078 0.031 0.125 0.109 0.141 0.187 0.031 0.219 0.063 0.453 0.094 0.703 0.063 0.375 0.109 0.719 0.172 1.062 0.031 0.187-0.172 0.344-0.344 0.266-4.641-1.813-7.875-6.438-7.609-11.766 0.297-6.047 5.172-11 11.219-11.375 6.969-0.438 12.766 5.094 12.766 11.969zM15.531 11.5c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5zM20.031 12c0 2.578-1.234 4.891-3.125 6.344-0.156 0.125-0.375 0.016-0.406-0.187-0.047-0.438-0.172-0.953-0.453-1.437-0.063-0.094-0.047-0.219 0.047-0.313 1.188-1.094 1.937-2.656 1.937-4.406 0-3.531-3.078-6.359-6.687-5.969-2.766 0.313-5.016 2.594-5.281 5.375-0.203 1.969 0.578 3.781 1.906 5 0.094 0.094 0.109 0.219 0.047 0.313-0.281 0.484-0.406 1-0.453 1.453-0.031 0.187-0.25 0.297-0.406 0.172-1.937-1.5-3.172-3.859-3.125-6.516 0.094-4.156 3.469-7.625 7.609-7.812 4.594-0.219 8.391 3.437 8.391 7.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-maximize\" viewBox=\"0 0 28 28\">\n<title>window-maximize</title>\n<path d=\"M4 22h20v-12h-20v12zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-minimize\" viewBox=\"0 0 28 28\">\n<title>window-minimize</title>\n<path d=\"M28 20.5v3c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-restore\" viewBox=\"0 0 32 28\">\n<title>window-restore</title>\n<path d=\"M4 24h12v-8h-12v8zM20 16h8v-12h-12v4h1.5c1.375 0 2.5 1.125 2.5 2.5v5.5zM32 2.5v15c0 1.375-1.125 2.5-2.5 2.5h-9.5v5.5c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h9.5v-5.5c0-1.375 1.125-2.5 2.5-2.5h15c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle\" viewBox=\"0 0 28 28\">\n<title>times-rectangle</title>\n<path d=\"M18.359 20.641l2.281-2.281c0.203-0.203 0.203-0.516 0-0.719l-3.641-3.641 3.641-3.641c0.203-0.203 0.203-0.516 0-0.719l-2.281-2.281c-0.203-0.203-0.516-0.203-0.719 0l-3.641 3.641-3.641-3.641c-0.203-0.203-0.516-0.203-0.719 0l-2.281 2.281c-0.203 0.203-0.203 0.516 0 0.719l3.641 3.641-3.641 3.641c-0.203 0.203-0.203 0.516 0 0.719l2.281 2.281c0.203 0.203 0.516 0.203 0.719 0l3.641-3.641 3.641 3.641c0.203 0.203 0.516 0.203 0.719 0zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle-o\" viewBox=\"0 0 28 28\">\n<title>times-rectangle-o</title>\n<path d=\"M19.641 17.359l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.641-2.641-2.641 2.641c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.641-2.641-2.641-2.641c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.641 2.641 2.641-2.641c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.641 2.641 2.641 2.641c0.203 0.203 0.203 0.516 0 0.719zM4 22h20v-16h-20v16zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bandcamp\" viewBox=\"0 0 28 28\">\n<title>bandcamp</title>\n<path d=\"M16.719 18.406l4.781-8.813h-10.219l-4.781 8.813h10.219zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-grav\" viewBox=\"0 0 28 28\">\n<title>grav</title>\n<path d=\"M20.172 7.438c-0.5-0.562-1.313 0.391-0.875 0.906 0.422 0.516 1.813 0.141 0.875-0.906zM13.984 11.281c-0.172 0.172-0.438 0.172-0.594 0-0.172-0.156-0.172-0.422 0-0.578 0.156-0.172 0.422-0.172 0.594 0 0.156 0.156 0.156 0.422 0 0.578zM16.562 12.437l-0.547 0.547c-0.25 0.266-0.672 0.266-0.938 0l-0.594-0.594c-0.25-0.266-0.25-0.672 0-0.938l0.547-0.547c0.25-0.25 0.672-0.25 0.938 0l0.594 0.609c0.25 0.25 0.25 0.672 0 0.922zM14.859 10.406c-0.156 0.156-0.422 0.156-0.594 0-0.156-0.172-0.156-0.438 0-0.594 0.172-0.172 0.438-0.172 0.594 0 0.172 0.156 0.172 0.422 0 0.594zM21.156 8.875c-0.703 1.328-2.547 1.875-3.672 1.078-1.125-0.812-1.906-2.438-0.672-3.844 1.219-1.406 2.297-0.969 3.375 0.047 0.672 0.641 1.656 1.406 0.969 2.719zM24.297 16.406c0.141-0.906-1.156-0.938-1.437-1.453-0.766-1.359-1.563-2.078-3.078-1.719 0.656-0.453 1.328-0.344 1.328-0.344 0.016-0.359 0-0.734-0.531-1.406 0.219-0.703 0.016-1.266 0.016-1.266 0.875-0.484 1.516-1.375 1.641-2.438 0.203-1.75-1.062-3.344-2.812-3.547-1.25-0.141-2.469 0.438-3.063 1.453-1.313 2.266 0.078 4 1.266 4.594-0.812-0.078-1.937-0.672-2.266-1.937-0.375-1.453 0.156-2.812 0.5-3.469 0 0-0.25-0.328-0.453-0.5 0 0-0.781 0-1.391 0.297 0.672-0.859 1.422-0.812 1.422-0.812 0-0.359-0.031-0.844-0.203-1.219-0.313-0.641-1.406-0.734-1.828 0.234 0.016-0.047 0.031-0.078 0.063-0.109-0.281 0.672-0.063 3.156 0.953 4.922-0.141 0.078-0.516 0.344-0.734 0.562-1.219 0.547-3.172 3.406-3.172 3.406-1.594 0.609-4.375 2.875-4 4.5v0c0.016 0.172 0.078 0.313 0.172 0.422-0.156 0.125-0.313 0.281-0.469 0.469-0.672 0.781-0.297 1.984 1 1.375 0.891-0.406 1.687-1.141 2.063-1.719 0 0-0.328-0.281-0.938-0.25 1.563-0.375 1.953-0.531 2.625-0.516 0.453 0.219 0.453-1.937 0.453-1.937 0-0.828-0.125-1.75-0.625-2.344 0.703 0.688 1.641 1.844 1.578 3.422-0.047 1.031-0.859 1.297-0.859 1.297-0.516 0.938-2.438 3.719-1.719 5.984 0 0-0.547-0.844-0.578-1.25-0.984 1.094-2.641 2.953-1.406 3.641 1.5 0.828 6.156-5 7.141-8.031 1.953-1.172 3.125-2.672 3.609-3.672 1.25 2.484 5.406 5.359 5.734 3.359zM28.031 14c0 7.734-6.281 14-14.016 14s-14.016-6.266-14.016-14 6.281-14 14.016-14 14.016 6.266 14.016 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-etsy\" viewBox=\"0 0 24 28\">\n<title>etsy</title>\n<path d=\"M8.094 2.859v10.234c3.625 0.031 5.531-0.156 5.531-0.156 1.469-0.047 1.687-0.422 2.031-1.859l0.516-2.219h1.609l-0.219 5.031 0.109 4.984h-1.609l-0.453-1.984c-0.328-1.484-0.969-1.844-2.016-1.859 0 0-1.344-0.125-5.5-0.125v8.687c0 1.625 0.891 2.391 2.766 2.391h5.578c1.875 0 3.563-0.187 4.719-2.859l1.453-3.375h1.391c-0.109 0.672-0.859 6.875-0.969 8.25-5.141-0.187-7.344-0.187-7.344-0.187h-9.812l-5.875 0.187v-1.594l1.984-0.391c1.391-0.266 1.813-0.672 1.828-1.813 0.094-3.781 0.125-10.047 0.125-10.047s0.047-6.281-0.125-10.078c-0.047-1.297-0.438-1.609-1.828-1.875l-1.984-0.375v-1.594l5.875 0.187h10.969s2.172 0 5.844-0.422c-0.219 2.391-0.484 7.906-0.484 7.906h-1.453l-0.5-1.937c-0.609-2.422-1.422-3.719-2.922-3.719h-8.563c-0.641 0-0.672 0.219-0.672 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-imdb\" viewBox=\"0 0 24 28\">\n<title>imdb</title>\n<path d=\"M14.406 12.453v2.844c0 0.562 0.109 1.078-0.594 1.062v-4.828c0.688 0 0.594 0.359 0.594 0.922zM19.344 13.953v1.891c0 0.313 0.094 0.828-0.359 0.828-0.094 0-0.172-0.047-0.219-0.141-0.125-0.297-0.063-2.547-0.063-2.578 0-0.219-0.063-0.734 0.281-0.734 0.422 0 0.359 0.422 0.359 0.734zM2.812 17.641h1.906v-7.375h-1.906v7.375zM9.594 17.641h1.656v-7.375h-2.484l-0.438 3.453c-0.156-1.156-0.313-2.312-0.5-3.453h-2.469v7.375h1.672v-4.875l0.703 4.875h1.188l0.672-4.984v4.984zM16.234 12.875c0-0.469 0.016-0.969-0.078-1.406-0.25-1.297-1.813-1.203-2.828-1.203h-1.422v7.375c4.969 0 4.328 0.344 4.328-4.766zM21.187 15.953v-2.078c0-1-0.047-1.734-1.281-1.734-0.516 0-0.859 0.156-1.203 0.531v-2.406h-1.828v7.375h1.719l0.109-0.469c0.328 0.391 0.688 0.562 1.203 0.562 1.141 0 1.281-0.875 1.281-1.781zM24 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ravelry\" viewBox=\"0 0 34 28\">\n<title>ravelry</title>\n<path d=\"M17.859 27.078c-0.063-0.016-0.109-0.031-0.172-0.063 0 0-5.141-3.016-6.875-7.891-0.578-0.094-1.797-0.375-2.734-0.578v0c1.359 4.422 5.141 7.797 9.781 8.531zM7.844 17.609l2.625 0.438c-0.891-2.672-1-5.719-1-5.719-1.047 1.016-1.609 2.406-1.891 3.5v0c0.047 0.609 0.125 1.203 0.266 1.781zM9.562 8.094v0c-0.484 0.719-0.875 1.5-1.203 2.312 0.516-0.547 0.938-0.906 1.156-1.062-0.031-0.469 0.047-1.25 0.047-1.25zM32.016 14.875c0-6.813-5.5-12.344-12.25-12.344-3.125 0-5.969 1.188-8.141 3.141-0.328 0.641-0.547 1.453-0.703 2.5 3.328-2.828 9.266-2.125 9.266-2.125 1.484 0.063 1.313 1.375 1.297 1.781-5.406-0.453-8.062 1.094-10.687 3.328 0 0 0.516 5 1.703 7.031 6.844 0.313 12.047-3.406 12.047-3.406 0.656-0.469 1.234-0.516 1.359 0.297 0.094 0.656 0.141 1.547-0.609 1.891-2.281 1.062-4.797 1.734-7.297 2.094-1.625 0.234-2.531 0.297-4.953 0.25 2.312 5.375 8.094 6.844 8.094 6.844 1.813 0.297 3.187 0.063 4.109-0.234v0c4-2.031 6.766-6.219 6.766-11.047zM33.172 14.297c-0.109 1.062-0.281 2.297-0.625 3.313-1.406 4.172-3.359 6.891-7.812 9.375-0.406 0.281-0.844 0.547-1.281 0.688-0.797 0.281-1.656 0.344-2.547 0.25-0.375 0.031-0.75 0.047-1.141 0.047-5.953 0-10.984-4.062-12.5-9.609-0.047 0-0.094-0.016-0.141-0.016-0.359 2.812 1.719 6.609 1.719 6.609s0.125 0.187 0.844 1.281c-3.984-2.109-4.094-8.328-4.094-8.328-0.953-0.359-4.266-1.484-4.844-2.406 0 0 2.594 1.422 4.828 1.703-0.016-0.016 0.031-0.5 0.031-0.5 0.141-1.906 0.797-3.391 1.469-4.531 0.438-2.141 1.406-4.078 2.75-5.703 0.234-0.969 0.609-2.125 1.266-3.344 0.281-0.531 0.547-0.875 1.266-1.203 4.75-2.219 9.438-2.781 14.25-0.281v0c4.609 2.406 7.109 7.438 6.563 12.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eercast\" viewBox=\"0 0 27 28\">\n<title>eercast</title>\n<path d=\"M20.953 12.25c0.547-0.844-0.094-2.984-2-4.25-1.891-1.266-4.312-1.172-4.875-0.328-0.547 0.828 0.625 0.297 2.766 1.094 3.531 1.313 3.563 4.328 4.109 3.484zM26.625 21.219c-4.422 10.875-24.344 8.125-23.922-5.984 0.047-1.797 0.547-3 1.062-4.719-3.297 13.5 15.094 21.359 22.641 10.703 0.281-0.391 0.359-0.359 0.219 0zM22.891 14.203c0 4.422-3.563 8.016-7.953 8.016s-7.953-3.594-7.953-8.016 3.563-8.016 7.953-8.016 7.953 3.594 7.953 8.016zM27.375 9.703c-5.563-12.625-28.531-7.969-25.984 9.203-5.281-17.203 16.484-25.094 24.531-12.844 0.656 1 1.406 2.75 1.453 3.641zM26.406 15.047c0.266-5.281-3.391-8.891-8.328-10.25-0.078 0-0.422-0.141 0.219-0.203 12.063 0.406 12.5 19.688-0.641 19.906 4.281-1.188 8.484-4.156 8.75-9.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microchip\" viewBox=\"0 0 24 28\">\n<title>microchip</title>\n<path d=\"M3 20v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 16v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 12v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 8v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 4v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM20 1.5v23c0 0.828-0.672 1.5-1.5 1.5h-13c-0.828 0-1.5-0.672-1.5-1.5v-23c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5zM24 20.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 16.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 12.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 8.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 4.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snowflake-o\" viewBox=\"0 0 26 28\">\n<title>snowflake-o</title>\n<path d=\"M24.469 17.453l-2.609 0.516 2.906 1.672c0.469 0.266 0.641 0.891 0.359 1.359s-0.891 0.641-1.359 0.359l-2.906-1.656 0.859 2.5c0.438 1.25-1.469 1.891-1.891 0.656l-1.594-4.688-4.234-2.438v4.891l3.25 3.719c0.875 0.984-0.641 2.312-1.5 1.313l-1.75-2v3.344c0 0.547-0.453 1-1 1s-1-0.453-1-1v-3.344l-1.75 2c-0.859 1-2.375-0.328-1.5-1.313l3.25-3.719v-4.891l-4.234 2.438-1.594 4.688c-0.422 1.234-2.328 0.594-1.891-0.656l0.859-2.5-2.906 1.656c-0.469 0.281-1.078 0.109-1.359-0.359s-0.109-1.094 0.359-1.359l2.906-1.672-2.609-0.516c-1.297-0.266-0.906-2.219 0.391-1.969l4.844 0.969 4.234-2.453-4.234-2.453-4.844 0.969c-0.063 0.016-0.141 0.016-0.203 0.016-1.188 0-1.359-1.75-0.187-1.984l2.609-0.516-2.906-1.672c-0.469-0.266-0.641-0.891-0.359-1.359 0.281-0.484 0.891-0.641 1.359-0.359l2.906 1.656-0.859-2.5c-0.438-1.25 1.469-1.891 1.891-0.656l1.594 4.688 4.234 2.438v-4.891l-3.25-3.719c-0.875-0.984 0.641-2.312 1.5-1.313l1.75 2v-3.344c0-0.547 0.453-1 1-1s1 0.453 1 1v3.344l1.75-2c0.859-1 2.375 0.328 1.5 1.313l-3.25 3.719v4.891l4.234-2.438 1.594-4.688c0.422-1.234 2.328-0.594 1.891 0.656l-0.859 2.5 2.906-1.656c0.469-0.281 1.078-0.109 1.359 0.359s0.109 1.094-0.359 1.359l-2.906 1.672 2.609 0.516c1.172 0.234 1 1.984-0.187 1.984-0.063 0-0.141 0-0.203-0.016l-4.844-0.969-4.234 2.453 4.234 2.453 4.844-0.969c1.297-0.25 1.687 1.703 0.391 1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superpowers\" viewBox=\"0 0 28 28\">\n<title>superpowers</title>\n<path d=\"M23.016 14.516c0.281-5-3.547-9.141-8.5-9.438-4.922-0.297-9.281 3.453-9.562 8.406-0.281 5 3.547 9.141 8.516 9.438 4.922 0.297 9.281-3.437 9.547-8.406zM28 0l-5.453 5.437c2.484 2.422 3.828 5.797 3.609 9.266-0.344 5.812-4.813 10.453-10.547 11.234l-15.609 2.063 5.422-5.422c-2.484-2.422-3.813-5.797-3.609-9.266 0.359-5.828 4.813-10.469 10.563-11.25 5.203-0.688 10.422-1.375 15.625-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpexplorer\" viewBox=\"0 0 28 28\">\n<title>wpexplorer</title>\n<path d=\"M14.812 16.063l2.547 5.141h-0.797l-2.734-5.469-2.672 5.469h-0.766l2.797-5.844-1.219-0.516 0.328-0.766 3.75 1.594-0.328 0.781zM8.797 6.813l4.75 2.031-2.031 4.75-4.75-2.031zM14.172 9.703l3.75 1.609-1.609 3.734-3.734-1.594zM18.562 12.047l2.984 1.266-1.281 2.969-2.969-1.266zM26.25 14c0-6.75-5.5-12.25-12.25-12.25s-12.25 5.5-12.25 12.25 5.5 12.25 12.25 12.25 12.25-5.5 12.25-12.25zM28 14c0 7.719-6.281 14-14 14s-14-6.281-14-14 6.281-14 14-14 14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meetup\" viewBox=\"0 0 30 28\">\n<title>meetup</title>\n<path d=\"M20.844 19.281c-0.172-1.125-2.234-0.25-2.359-1.484-0.172-1.75 2.391-5.531 2.188-7-0.187-1.313-1.062-1.594-1.828-1.609-0.734-0.016-0.922 0.109-1.172 0.25-0.156 0.094-0.359 0.266-0.641-0.016-0.344-0.328-0.609-0.641-1.062-0.703-0.672-0.109-0.969 0.109-1.453 0.531-0.187 0.156-0.656 0.703-1.094 0.5-0.187-0.094-0.844-0.422-1.313-0.625-0.891-0.391-2.188 0.25-2.656 1.094-0.703 1.25-2.078 6.188-2.281 6.844-0.469 1.453 0.594 2.656 2.016 2.578 0.609-0.031 1-0.25 1.391-0.953 0.219-0.406 2.281-5.891 2.438-6.156 0.109-0.187 0.484-0.438 0.797-0.281 0.313 0.172 0.375 0.516 0.328 0.828-0.063 0.531-1.531 3.875-1.578 4.25-0.187 1.25 1.469 1.453 2.109 0.219 0.203-0.391 2.5-5.063 2.703-5.375 0.234-0.344 0.406-0.453 0.641-0.438 0.172 0 0.453 0.047 0.391 0.594-0.078 0.516-1.922 3.953-2.125 4.797-0.25 1.125 0.359 2.266 1.359 2.766 0.625 0.313 3.422 0.859 3.203-0.609zM5.984 22.656c0.063 0.313-0.125 0.609-0.438 0.672-0.297 0.063-0.594-0.125-0.656-0.438-0.063-0.297 0.125-0.609 0.422-0.672s0.609 0.125 0.672 0.438zM14.891 26.766c0.25 0.359 0.156 0.844-0.187 1.094-0.359 0.25-0.844 0.156-1.094-0.203-0.234-0.359-0.141-0.844 0.203-1.094 0.359-0.25 0.844-0.156 1.078 0.203zM2.766 14.078c-0.375 0.562-1.125 0.703-1.672 0.313-0.547-0.375-0.688-1.141-0.313-1.687 0.375-0.562 1.125-0.703 1.672-0.328 0.547 0.391 0.688 1.141 0.313 1.703zM22.922 24.656c0.391 0.578 0.25 1.375-0.328 1.781-0.578 0.391-1.359 0.25-1.75-0.328s-0.25-1.375 0.313-1.781c0.578-0.406 1.359-0.25 1.766 0.328zM24.672 15.219c1.437 2.359 0.828 5.469-1.437 7.063-0.953 0.672-2.031 0.969-3.109 0.938-0.656 2.578-3.797 3.531-5.75 1.781-0.063 0.047-0.141 0.094-0.203 0.156-2.141 1.484-5.047 0.953-6.531-1.219-0.531-0.781-0.797-1.672-0.828-2.562-3.578-0.594-4.922-5.141-2.25-7.641-1.547-2.562 0.031-5.875 2.922-6.281 1.375-3.625 5.891-5.344 8.953-2.969 3.687-1.219 7.453 1.609 7.156 5.531 2.25 0.688 2.891 3.656 1.078 5.203zM7.109 4.906c0.281 0.422 0.187 1-0.234 1.297-0.406 0.281-0.984 0.187-1.266-0.234s-0.187-1 0.234-1.297c0.406-0.281 0.984-0.187 1.266 0.234zM9.594 0.516c0.078 0.344-0.141 0.688-0.484 0.766s-0.688-0.141-0.766-0.5c-0.063-0.344 0.156-0.688 0.5-0.766s0.688 0.141 0.75 0.5zM28.125 15.328c0.094 0.422-0.172 0.828-0.578 0.906-0.406 0.094-0.812-0.172-0.891-0.578-0.094-0.422 0.172-0.828 0.578-0.922 0.406-0.078 0.812 0.187 0.891 0.594zM17.75 1.375c0.328 0.562 0.156 1.312-0.422 1.656-0.562 0.344-1.297 0.156-1.625-0.406-0.344-0.578-0.156-1.328 0.406-1.672s1.297-0.156 1.641 0.422zM29.406 11.625c0.078 0.313-0.125 0.609-0.422 0.688-0.313 0.063-0.609-0.141-0.672-0.438-0.063-0.313 0.125-0.625 0.438-0.688 0.297-0.063 0.594 0.125 0.656 0.438zM26.422 7.859c0.313 0.469 0.203 1.109-0.25 1.437-0.469 0.313-1.109 0.203-1.422-0.266s-0.203-1.109 0.266-1.437c0.453-0.328 1.094-0.203 1.406 0.266z\"/>\n</symbol>\n</defs>\n</svg>\n\";s:11:\"Linearicons\";s:184660:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"Lineariconsicon-home\" viewBox=\"0 0 20 20\">\n<title>home</title>\n<path class=\"path1\" d=\"M19.871 12.165l-8.829-9.758c-0.274-0.303-0.644-0.47-1.042-0.47-0 0 0 0 0 0-0.397 0-0.767 0.167-1.042 0.47l-8.829 9.758c-0.185 0.205-0.169 0.521 0.035 0.706 0.096 0.087 0.216 0.129 0.335 0.129 0.136 0 0.272-0.055 0.371-0.165l2.129-2.353v8.018c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-8.018l2.129 2.353c0.185 0.205 0.501 0.221 0.706 0.035s0.221-0.501 0.035-0.706zM12 19h-4v-4.5c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v4.5zM16 18.5c0 0.276-0.224 0.5-0.5 0.5h-2.5v-4.5c0-0.827-0.673-1.5-1.5-1.5h-3c-0.827 0-1.5 0.673-1.5 1.5v4.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-9.123l5.7-6.3c0.082-0.091 0.189-0.141 0.3-0.141s0.218 0.050 0.3 0.141l5.7 6.3v9.123z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-apartment\" viewBox=\"0 0 20 20\">\n<title>apartment</title>\n<path class=\"path1\" d=\"M14 6h1v1h-1v-1z\"/>\n<path class=\"path2\" d=\"M14 8h1v1h-1v-1z\"/>\n<path class=\"path3\" d=\"M14 10h1v1h-1v-1z\"/>\n<path class=\"path4\" d=\"M14 12h1v1h-1v-1z\"/>\n<path class=\"path5\" d=\"M14 16h1v1h-1v-1z\"/>\n<path class=\"path6\" d=\"M14 14h1v1h-1v-1z\"/>\n<path class=\"path7\" d=\"M6 6h1v1h-1v-1z\"/>\n<path class=\"path8\" d=\"M6 8h1v1h-1v-1z\"/>\n<path class=\"path9\" d=\"M6 10h1v1h-1v-1z\"/>\n<path class=\"path10\" d=\"M6 12h1v1h-1v-1z\"/>\n<path class=\"path11\" d=\"M6 16h1v1h-1v-1z\"/>\n<path class=\"path12\" d=\"M6 14h1v1h-1v-1z\"/>\n<path class=\"path13\" d=\"M4 6h1v1h-1v-1z\"/>\n<path class=\"path14\" d=\"M4 8h1v1h-1v-1z\"/>\n<path class=\"path15\" d=\"M4 10h1v1h-1v-1z\"/>\n<path class=\"path16\" d=\"M4 12h1v1h-1v-1z\"/>\n<path class=\"path17\" d=\"M4 16h1v1h-1v-1z\"/>\n<path class=\"path18\" d=\"M4 14h1v1h-1v-1z\"/>\n<path class=\"path19\" d=\"M8 6h1v1h-1v-1z\"/>\n<path class=\"path20\" d=\"M8 8h1v1h-1v-1z\"/>\n<path class=\"path21\" d=\"M8 10h1v1h-1v-1z\"/>\n<path class=\"path22\" d=\"M8 12h1v1h-1v-1z\"/>\n<path class=\"path23\" d=\"M8 16h1v1h-1v-1z\"/>\n<path class=\"path24\" d=\"M8 14h1v1h-1v-1z\"/>\n<path class=\"path25\" d=\"M18.5 19h-0.5v-13.5c0-0.763-0.567-1.549-1.291-1.791l-4.709-1.57v-1.64c0-0.158-0.075-0.307-0.202-0.401s-0.291-0.123-0.442-0.078l-9.042 2.713c-0.737 0.221-1.314 0.997-1.314 1.766v14.5h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h18c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM16.393 4.658c0.318 0.106 0.607 0.507 0.607 0.842v13.5h-5v-15.806l4.393 1.464zM2 4.5c0-0.329 0.287-0.714 0.602-0.808l8.398-2.52v17.828h-9v-14.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pencil\" viewBox=\"0 0 20 20\">\n<title>pencil</title>\n<path class=\"path1\" d=\"M19.104 0.896c-0.562-0.562-1.309-0.871-2.104-0.871s-1.542 0.309-2.104 0.871l-12.75 12.75c-0.052 0.052-0.091 0.114-0.116 0.183l-2 5.5c-0.066 0.183-0.021 0.387 0.116 0.524 0.095 0.095 0.223 0.146 0.354 0.146 0.057 0 0.115-0.010 0.171-0.030l5.5-2c0.069-0.025 0.131-0.065 0.183-0.116l12.75-12.75c0.562-0.562 0.871-1.309 0.871-2.104s-0.309-1.542-0.871-2.104zM5.725 17.068l-4.389 1.596 1.596-4.389 11.068-11.068 2.793 2.793-11.068 11.068zM18.396 4.396l-0.896 0.896-2.793-2.793 0.896-0.896c0.373-0.373 0.869-0.578 1.396-0.578s1.023 0.205 1.396 0.578c0.373 0.373 0.578 0.869 0.578 1.396s-0.205 1.023-0.578 1.396z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magic-wand\" viewBox=\"0 0 20 20\">\n<title>magic-wand</title>\n<path class=\"path1\" d=\"M11.5 7c-0.276 0-0.5-0.224-0.5-0.5 0-1.378-1.122-2.5-2.5-2.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c1.378 0 2.5-1.122 2.5-2.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 1.378 1.122 2.5 2.5 2.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-1.378 0-2.5 1.122-2.5 2.5 0 0.276-0.224 0.5-0.5 0.5zM10.301 3.5c0.49 0.296 0.903 0.708 1.199 1.199 0.296-0.49 0.708-0.903 1.199-1.199-0.49-0.296-0.903-0.708-1.199-1.199-0.296 0.49-0.708 0.903-1.199 1.199z\"/>\n<path class=\"path2\" d=\"M1.5 10c-0.276 0-0.5-0.224-0.5-0.5s-0.224-0.5-0.5-0.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.276 0 0.5-0.224 0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5c0 0.276 0.224 0.5 0.5 0.5s0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5c-0.276 0-0.5 0.224-0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.147 15.939l-10.586-10.586c-0.283-0.283-0.659-0.438-1.061-0.438s-0.778 0.156-1.061 0.438l-0.586 0.586c-0.283 0.283-0.438 0.659-0.438 1.061s0.156 0.778 0.438 1.061l10.586 10.586c0.283 0.283 0.659 0.438 1.061 0.438s0.778-0.156 1.061-0.438l0.586-0.586c0.283-0.283 0.438-0.659 0.438-1.061s-0.156-0.778-0.438-1.061zM5.561 6.646l0.586-0.586c0.094-0.094 0.219-0.145 0.354-0.145s0.26 0.052 0.354 0.145l1.439 1.439-1.293 1.293-1.439-1.439c-0.195-0.195-0.195-0.512 0-0.707zM17.439 17.354l-0.586 0.586c-0.094 0.094-0.219 0.145-0.353 0.145s-0.26-0.052-0.353-0.145l-8.439-8.439 1.293-1.293 8.439 8.439c0.195 0.195 0.195 0.512 0 0.707z\"/>\n<path class=\"path4\" d=\"M3.5 5c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 2.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n<path class=\"path5\" d=\"M3.5 15c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 12.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-drop\" viewBox=\"0 0 20 20\">\n<title>drop</title>\n<path class=\"path1\" d=\"M10 20c-1.614 0-3.118-0.655-4.236-1.845-1.133-1.206-1.757-2.859-1.757-4.655 0-2.943 1.308-5.049 2.693-7.278 1.070-1.723 2.177-3.504 2.817-5.853 0.059-0.218 0.257-0.368 0.482-0.368s0.423 0.151 0.482 0.368c0.641 2.35 1.749 4.132 2.821 5.855 1.387 2.229 2.697 4.335 2.697 7.277 0 1.799-0.62 3.452-1.746 4.654-1.115 1.19-2.626 1.846-4.254 1.846zM10 2.113c-0.674 1.776-1.574 3.225-2.45 4.636-1.364 2.196-2.543 4.093-2.543 6.751 0 3.136 2.147 5.5 4.993 5.5 2.85 0 5-2.364 5-5.5 0-2.657-1.18-4.553-2.546-6.749-0.878-1.411-1.78-2.861-2.454-4.638z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lighter\" viewBox=\"0 0 20 20\">\n<title>lighter</title>\n<path class=\"path1\" d=\"M17.5 9h-0.69l-0.855-1.722c-0.084-0.17-0.258-0.278-0.448-0.278h-4.007c-0.276 0-0.5 0.224-0.5 0.5v1.5h-1.211l-3.856-6.678c-0.138-0.239-0.444-0.321-0.683-0.183l-3.464 2c-0.239 0.138-0.321 0.444-0.183 0.683l4 6.928c0.093 0.16 0.261 0.25 0.433 0.25 0.085 0 0.171-0.022 0.25-0.067l2.714-1.567v8.134c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-9c0-0.276-0.224-0.5-0.5-0.5zM17 15h-1v-3h1v3zM12 8h3.197l0.497 1h-3.694v-1zM6.219 10.817l-3.5-6.062 2.598-1.5 3.5 6.062-2.598 1.5zM10 18v-8h6.497c0.001 0 0.002 0 0.004 0s0.001-0 0.002-0h0.497v1h-1.5c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h1.5v2h-7z\"/>\n<path class=\"path2\" d=\"M15.5 6c-0.75 0-1.115-0.354-1.289-0.652-0.331-0.565-0.275-1.418 0.169-2.606 0.299-0.799 0.668-1.459 0.684-1.487 0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255c0.016 0.028 0.385 0.688 0.684 1.487 0.444 1.189 0.5 2.041 0.169 2.606-0.174 0.297-0.539 0.652-1.289 0.652zM15.5 2.64c-0.063 0.146-0.127 0.302-0.187 0.463-0.453 1.218-0.297 1.64-0.238 1.741 0.025 0.043 0.092 0.156 0.425 0.156s0.401-0.114 0.426-0.156c0.059-0.101 0.216-0.525-0.243-1.751-0.059-0.158-0.121-0.31-0.183-0.453z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-poop\" viewBox=\"0 0 20 20\">\n<title>poop</title>\n<path class=\"path1\" d=\"M17.057 13.303c-0.077-0.044-0.157-0.087-0.239-0.129 0.955-0.749 1.181-1.568 1.181-2.174 0-1.419-1.193-2.655-3.175-3.409 0.115-0.351 0.175-0.72 0.175-1.091 0-1.93-1.57-3.5-3.5-3.5-0.684 0-1.5-0.173-1.5-1 0-0.453 0.578-0.948 0.779-1.085 0.183-0.123 0.264-0.35 0.2-0.561s-0.258-0.354-0.478-0.354c-1.567 0-3.178 0.515-4.418 1.413-0.633 0.458-1.135 0.988-1.493 1.575-0.391 0.641-0.589 1.318-0.589 2.012 0 0.288 0.024 0.574 0.070 0.855-0.849 0.41-1.566 0.951-2.090 1.581-0.641 0.77-0.98 1.657-0.98 2.564 0 0.546 0.123 1.103 0.356 1.641-0.888 0.854-1.356 1.836-1.356 2.859 0 1.525 1.028 2.936 2.893 3.973 1.773 0.985 4.119 1.527 6.607 1.527 2.558 0 4.879-0.333 6.535-0.937 2.45-0.893 2.965-2.159 2.965-3.063 0-0.728-0.337-1.787-1.943-2.697zM15.693 18.124c-1.55 0.565-3.749 0.876-6.193 0.876-2.32 0-4.494-0.498-6.121-1.402-1.534-0.852-2.379-1.953-2.379-3.098 0-0.797 0.41-1.461 0.867-1.952 0.115 0.164 0.24 0.324 0.377 0.479 0.796 0.909 1.904 1.603 3.118 1.953 0.046 0.013 0.093 0.020 0.139 0.020 0.217 0 0.417-0.142 0.48-0.361 0.077-0.265-0.076-0.542-0.342-0.619-2.074-0.599-3.639-2.327-3.639-4.020 0-1.224 0.88-2.399 2.329-3.155 0.524 1.443 1.63 2.641 3.004 3.127 0.055 0.019 0.111 0.029 0.167 0.029 0.206 0 0.399-0.128 0.471-0.333 0.092-0.26-0.044-0.546-0.305-0.638-1.52-0.537-2.667-2.269-2.667-4.029 0-1.012 0.592-1.998 1.668-2.777 0.744-0.538 1.643-0.918 2.578-1.1-0.144 0.258-0.246 0.554-0.246 0.877 0 0.967 0.657 2 2.5 2 1.378 0 2.5 1.122 2.5 2.5 0 0.271-0.042 0.533-0.125 0.784-0.408-0.111-0.841-0.204-1.295-0.277-0.273-0.044-0.529 0.142-0.573 0.414s0.142 0.529 0.414 0.573c1.387 0.223 2.563 0.647 3.401 1.226 0.538 0.372 1.179 0.982 1.179 1.78 0 0.645-0.428 1.218-1.273 1.705-0.915-0.325-1.986-0.564-3.169-0.702-0.274-0.032-0.523 0.164-0.555 0.439s0.164 0.523 0.439 0.555c1.686 0.197 3.112 0.604 4.122 1.176 0.655 0.371 1.436 0.989 1.436 1.827 0 1.060-1.255 1.74-2.307 2.124z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sun\" viewBox=\"0 0 20 20\">\n<title>sun</title>\n<path class=\"path1\" d=\"M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z\"/>\n<path class=\"path2\" d=\"M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path8\" d=\"M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path9\" d=\"M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-moon\" viewBox=\"0 0 20 20\">\n<title>moon</title>\n<path class=\"path1\" d=\"M10.25 20c-2.738 0-5.312-1.066-7.248-3.002s-3.002-4.51-3.002-7.248c0-2.251 0.723-4.375 2.090-6.143 0.655-0.847 1.439-1.585 2.331-2.194 0.899-0.614 1.888-1.083 2.938-1.392 0.192-0.057 0.399 0.007 0.527 0.161s0.151 0.369 0.060 0.547c-0.645 1.257-0.945 2.455-0.945 3.772 0 4.687 3.813 8.5 8.5 8.5 1.317 0 2.515-0.3 3.772-0.945 0.178-0.091 0.393-0.068 0.547 0.060s0.217 0.335 0.161 0.527c-0.31 1.050-0.778 2.039-1.392 2.938-0.609 0.892-1.347 1.676-2.194 2.331-1.768 1.367-3.893 2.090-6.143 2.090zM6.57 1.365c-3.374 1.445-5.57 4.689-5.57 8.385 0 5.1 4.15 9.25 9.25 9.25 3.696 0 6.94-2.197 8.385-5.57-1.024 0.383-2.058 0.57-3.135 0.57-2.538 0-4.923-0.988-6.717-2.782s-2.783-4.18-2.783-6.718c0-1.077 0.188-2.111 0.57-3.135z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud\" viewBox=\"0 0 20 20\">\n<title>cloud</title>\n<path class=\"path1\" d=\"M16.006 16h-10.006c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.602 0 3.137 0.643 4.26 1.775 0.088-0.194 0.196-0.38 0.325-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.178 1.017 0.061-0.003 0.122-0.004 0.184-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994zM6 5c-2.757 0-5 2.243-5 5s2.243 5 5 5h10.006c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.354 0-0.699 0.061-1.026 0.18-0.218 0.080-0.462-0.001-0.59-0.195s-0.104-0.45 0.056-0.619c0.357-0.376 0.554-0.865 0.554-1.379 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.23 0.312-0.365 0.678-0.388 1.057-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.193c-0.11-0.156-0.229-0.307-0.354-0.447-0.949-1.068-2.312-1.681-3.74-1.681z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-upload\" viewBox=\"0 0 20 20\">\n<title>cloud-upload</title>\n<path class=\"path1\" d=\"M16.006 16h-3.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h2.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 12.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v3.793c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3.793l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-download\" viewBox=\"0 0 20 20\">\n<title>cloud-download</title>\n<path class=\"path1\" d=\"M16.006 16h-2.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-1.146 1.146v-3.793c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3.793l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-sync\" viewBox=\"0 0 20 20\">\n<title>cloud-sync</title>\n<path class=\"path1\" d=\"M16.006 8.012c-0.061 0-0.122 0.001-0.183 0.004 0.116-0.322 0.177-0.666 0.177-1.017 0-1.654-1.346-3-3-3-0.948 0-1.851 0.456-2.415 1.22-0.129 0.174-0.237 0.36-0.324 0.555-1.123-1.132-2.658-1.775-4.261-1.775-3.308 0-6 2.692-6 6s2.692 6 6 6h10.006c2.202 0 3.994-1.792 3.994-3.994s-1.792-3.994-3.994-3.994zM16.006 15h-10.006c-2.757 0-5-2.243-5-5s2.243-5 5-5c1.428 0 2.791 0.613 3.74 1.681 0.125 0.141 0.243 0.29 0.351 0.442l0.005 0.007c0.122 0.174 0.34 0.253 0.545 0.195s0.351-0.238 0.364-0.451c0.024-0.384 0.157-0.751 0.386-1.061 0.382-0.517 0.969-0.814 1.611-0.814 1.103 0 2 0.897 2 2 0 0.515-0.195 1.004-0.55 1.377-0.16 0.168-0.183 0.424-0.056 0.618s0.371 0.275 0.589 0.196c0.327-0.119 0.671-0.179 1.023-0.179 1.651 0 2.994 1.343 2.994 2.994s-1.343 2.994-2.994 2.994z\"/>\n<path class=\"path2\" d=\"M6.404 11.959c-0.132 0.027-0.268 0.041-0.404 0.041-1.103 0-2-0.897-2-2v-0.293l0.146 0.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1-1c-0.195-0.195-0.512-0.195-0.707 0l-1 1c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l0.146-0.146v0.293c0 1.654 1.346 3 3 3 0.203 0 0.406-0.021 0.604-0.061 0.271-0.055 0.445-0.32 0.39-0.59s-0.319-0.445-0.59-0.39z\"/>\n<path class=\"path3\" d=\"M9.146 10.146l-0.146 0.146v-0.293c0-1.654-1.346-3-3-3-0.203 0-0.406 0.021-0.604 0.061-0.271 0.055-0.445 0.32-0.39 0.59s0.32 0.445 0.59 0.39c0.132-0.027 0.268-0.041 0.404-0.041 1.103 0 2 0.897 2 2v0.293l-0.146-0.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1 1c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-check\" viewBox=\"0 0 20 20\">\n<title>cloud-check</title>\n<path class=\"path1\" d=\"M16 16h-9.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9.5c1.654 0 3-1.346 3-3s-1.346-3-3-3c-0.343 0-0.68 0.057-1 0.17-0.217 0.077-0.458-0.005-0.584-0.197s-0.105-0.446 0.051-0.615c0.344-0.371 0.533-0.853 0.533-1.359 0-1.103-0.897-2-2-2-1.055 0-1.931 0.823-1.996 1.875-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.194c-0.937-1.334-2.468-2.131-4.096-2.131-2.757 0-5 2.243-5 5 0 0.152 0.007 0.305 0.020 0.455 0.025 0.275-0.178 0.518-0.453 0.543s-0.518-0.178-0.543-0.453c-0.016-0.18-0.024-0.363-0.024-0.545 0-3.308 2.692-6 6-6 1.611 0 3.143 0.65 4.261 1.776 0.471-1.050 1.527-1.776 2.739-1.776 1.654 0 3 1.346 3 3 0 0.346-0.059 0.685-0.172 1.004 0.057-0.002 0.115-0.004 0.172-0.004 2.206 0 4 1.794 4 4s-1.794 4-4 4z\"/>\n<path class=\"path2\" d=\"M3.5 15.5c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1.646 1.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-database\" viewBox=\"0 0 20 20\">\n<title>database</title>\n<path class=\"path1\" d=\"M18.067 1.609c-0.497-0.326-1.193-0.615-2.069-0.858-1.742-0.484-4.050-0.75-6.498-0.75s-4.756 0.267-6.498 0.75c-0.877 0.243-1.573 0.532-2.069 0.858-0.619 0.407-0.933 0.874-0.933 1.391v12c0 0.517 0.314 0.985 0.933 1.391 0.497 0.326 1.193 0.615 2.069 0.858 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.877-0.243 1.573-0.532 2.069-0.858 0.619-0.406 0.933-0.874 0.933-1.391v-12c0-0.517-0.314-0.985-0.933-1.391zM3.27 1.714c1.658-0.46 3.87-0.714 6.23-0.714s4.573 0.254 6.23 0.714c1.795 0.499 2.27 1.059 2.27 1.286s-0.474 0.787-2.27 1.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286s0.474-0.787 2.27-1.286zM15.73 16.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 12.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 8.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lock\" viewBox=\"0 0 20 20\">\n<title>lock</title>\n<path class=\"path1\" d=\"M14.5 8h-0.5v-1.5c0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5v1.5h-0.5c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5zM6 6.5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v1.5h-7v-1.5zM15 17.5c0 0.276-0.224 0.5-0.5 0.5h-10c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5v8z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cog\" viewBox=\"0 0 20 20\">\n<title>cog</title>\n<path class=\"path1\" d=\"M7.631 19.702c-0.041 0-0.083-0.005-0.125-0.016-0.898-0.231-1.761-0.587-2.564-1.059-0.233-0.137-0.315-0.434-0.186-0.671 0.159-0.292 0.243-0.622 0.243-0.957 0-1.103-0.897-2-2-2-0.334 0-0.665 0.084-0.957 0.243-0.237 0.129-0.534 0.047-0.671-0.186-0.472-0.804-0.828-1.666-1.059-2.564-0.065-0.254 0.077-0.515 0.325-0.598 0.814-0.274 1.362-1.036 1.362-1.895s-0.547-1.621-1.362-1.895c-0.248-0.084-0.39-0.344-0.325-0.598 0.231-0.898 0.587-1.761 1.059-2.564 0.137-0.233 0.434-0.315 0.671-0.186 0.291 0.159 0.622 0.243 0.957 0.243 1.103 0 2-0.897 2-2 0-0.334-0.084-0.665-0.243-0.957-0.129-0.237-0.047-0.534 0.186-0.671 0.804-0.472 1.666-0.828 2.564-1.059 0.254-0.065 0.515 0.077 0.598 0.325 0.274 0.814 1.036 1.362 1.895 1.362s1.621-0.547 1.895-1.362c0.084-0.248 0.345-0.39 0.598-0.325 0.898 0.231 1.761 0.587 2.564 1.059 0.233 0.137 0.315 0.434 0.186 0.671-0.159 0.292-0.243 0.622-0.243 0.957 0 1.103 0.897 2 2 2 0.334 0 0.665-0.084 0.957-0.243 0.237-0.129 0.534-0.047 0.671 0.186 0.472 0.804 0.828 1.666 1.059 2.564 0.065 0.254-0.077 0.515-0.325 0.598-0.814 0.274-1.362 1.036-1.362 1.895s0.547 1.621 1.362 1.895c0.248 0.084 0.39 0.344 0.325 0.598-0.231 0.898-0.587 1.761-1.059 2.564-0.137 0.233-0.434 0.315-0.671 0.186-0.292-0.159-0.622-0.243-0.957-0.243-1.103 0-2 0.897-2 2 0 0.334 0.084 0.665 0.243 0.957 0.129 0.237 0.047 0.534-0.186 0.671-0.804 0.472-1.666 0.828-2.564 1.059-0.254 0.065-0.515-0.077-0.598-0.325-0.274-0.814-1.036-1.362-1.895-1.362s-1.621 0.547-1.895 1.362c-0.070 0.207-0.264 0.341-0.474 0.341zM10 17c1.127 0 2.142 0.628 2.655 1.602 0.52-0.161 1.026-0.369 1.51-0.622-0.108-0.314-0.164-0.646-0.164-0.98 0-1.654 1.346-3 3-3 0.334 0 0.666 0.056 0.98 0.164 0.253-0.484 0.462-0.989 0.622-1.51-0.974-0.512-1.602-1.527-1.602-2.655s0.628-2.142 1.602-2.655c-0.161-0.52-0.369-1.026-0.622-1.51-0.314 0.108-0.646 0.164-0.98 0.164-1.654 0-3-1.346-3-3 0-0.334 0.056-0.666 0.164-0.98-0.484-0.253-0.989-0.462-1.51-0.622-0.512 0.974-1.527 1.602-2.655 1.602s-2.142-0.628-2.655-1.602c-0.52 0.16-1.026 0.369-1.51 0.622 0.108 0.314 0.164 0.646 0.164 0.98 0 1.654-1.346 3-3 3-0.334 0-0.666-0.056-0.98-0.164-0.253 0.484-0.462 0.989-0.622 1.51 0.974 0.512 1.602 1.527 1.602 2.655s-0.628 2.142-1.602 2.655c0.16 0.52 0.369 1.026 0.622 1.51 0.314-0.108 0.646-0.164 0.98-0.164 1.654 0 3 1.346 3 3 0 0.334-0.056 0.666-0.164 0.98 0.484 0.253 0.989 0.462 1.51 0.622 0.512-0.974 1.527-1.602 2.655-1.602z\"/>\n<path class=\"path2\" d=\"M10 13c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 8c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-trash\" viewBox=\"0 0 20 20\">\n<title>trash</title>\n<path class=\"path1\" d=\"M15.5 2h-3.5v-0.5c0-0.827-0.673-1.5-1.5-1.5h-2c-0.827 0-1.5 0.673-1.5 1.5v0.5h-3.5c-0.827 0-1.5 0.673-1.5 1.5v1c0 0.652 0.418 1.208 1 1.414v12.586c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-12.586c0.582-0.206 1-0.762 1-1.414v-1c0-0.827-0.673-1.5-1.5-1.5zM8 1.5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v0.5h-3v-0.5zM14.5 19h-10c-0.276 0-0.5-0.224-0.5-0.5v-12.5h11v12.5c0 0.276-0.224 0.5-0.5 0.5zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-12c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n<path class=\"path2\" d=\"M12.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M9.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dice\" viewBox=\"0 0 20 20\">\n<title>dice</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M5.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M5.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M13.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M13.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path7\" d=\"M15.5 19h-12c-1.378 0-2.5-1.122-2.5-2.5v-12c0-1.378 1.122-2.5 2.5-2.5h12c1.378 0 2.5 1.122 2.5 2.5v12c0 1.378-1.122 2.5-2.5 2.5zM3.5 3c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.827 0.673 1.5 1.5 1.5h12c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart\" viewBox=\"0 0 20 20\">\n<title>heart</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.094-0.052-2.326-1.301-4.592-3.347-1.341-1.21-2.411-2.448-3.183-3.68-0.984-1.571-1.482-3.139-1.482-4.66 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.521-0.499 3.089-1.482 4.66-0.771 1.232-1.842 2.47-3.182 3.68-2.266 2.046-4.498 3.295-4.592 3.347-0.076 0.042-0.159 0.063-0.243 0.063zM5.25 3c-2.343 0-4.25 1.907-4.25 4.25 0 3.040 2.35 5.802 4.321 7.585 1.76 1.592 3.544 2.708 4.179 3.087 0.635-0.379 2.419-1.495 4.179-3.087 1.971-1.782 4.321-4.545 4.321-7.585 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star\" viewBox=\"0 0 20 20\">\n<title>star</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-5.261-2.869-5.261 2.869c-0.168 0.092-0.373 0.079-0.529-0.032s-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276s0.363 0.107 0.447 0.276l2.386 4.772 5.749 0.958c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-3.818 3.818 0.958 5.746c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093zM10 15c0.082 0 0.165 0.020 0.239 0.061l4.599 2.508-0.831-4.987c-0.027-0.159 0.025-0.322 0.14-0.436l3.313-3.313-5.042-0.84c-0.158-0.026-0.293-0.127-0.365-0.27l-2.053-4.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.075-0.041 0.157-0.061 0.239-0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-half\" viewBox=\"0 0 20 20\">\n<title>star-half</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.098 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path2\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path3\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path4\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path5\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.199 0.678s-0.436 0.332-0.678 0.199l-0.261-0.142-5.261 2.869c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-empty\" viewBox=\"0 0 20 20\">\n<title>star-empty</title>\n<path class=\"path1\" d=\"M5.499 8.333c-0.24 0-0.452-0.173-0.493-0.418-0.045-0.272 0.139-0.53 0.411-0.575l1.749-0.291 0.386-0.772c0.123-0.247 0.424-0.347 0.671-0.224s0.347 0.424 0.224 0.671l-0.5 1c-0.072 0.143-0.207 0.243-0.365 0.27l-2 0.333c-0.028 0.005-0.056 0.007-0.083 0.007z\"/>\n<path class=\"path2\" d=\"M2.5 10c-0.128 0-0.256-0.049-0.354-0.146l-1-1c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l2-0.333c0.273-0.045 0.53 0.139 0.575 0.411s-0.139 0.53-0.411 0.575l-1.042 0.174 0.313 0.313c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path4\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.099 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path5\" d=\"M5.334 14c-0.027 0-0.055-0.002-0.083-0.007-0.272-0.045-0.456-0.303-0.411-0.575l0.124-0.746-0.818-0.818c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1 1c0.114 0.114 0.166 0.276 0.14 0.436l-0.167 1c-0.041 0.245-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path6\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.5-3c0.045-0.272 0.303-0.456 0.575-0.411s0.456 0.303 0.411 0.575l-0.331 1.987 1.099-0.599c0.242-0.132 0.546-0.043 0.678 0.199s0.043 0.546-0.2 0.678l-2 1.091c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n<path class=\"path7\" d=\"M8.5 16.818c-0.177 0-0.349-0.094-0.439-0.261-0.132-0.242-0.043-0.546 0.2-0.678l1.5-0.818c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.2 0.678s-0.436 0.332-0.678 0.2l-0.261-0.142-1.261 0.688c-0.076 0.041-0.158 0.061-0.239 0.061z\"/>\n<path class=\"path8\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path9\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path10\" d=\"M9 5c-0.075 0-0.151-0.017-0.223-0.053-0.247-0.123-0.347-0.424-0.224-0.671l1-2c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-0.553 1.106c-0.088 0.175-0.264 0.277-0.448 0.277z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-flag\" viewBox=\"0 0 20 20\">\n<title>flag</title>\n<path class=\"path1\" d=\"M1.5 19c-0.276 0-0.5-0.224-0.5-0.5v-15c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M3.5 10c-0.104 0-0.21-0.033-0.3-0.1-0.221-0.166-0.266-0.479-0.1-0.7 0.067-0.090 1.676-2.2 3.9-2.2 1.694 0 2.813 0.599 3.801 1.127 0.875 0.468 1.631 0.873 2.699 0.873 2.192 0 3.758-2.080 4.65-3.718-0.698 0.397-1.59 0.718-2.65 0.718-2.207 0-3.347-1.14-4.354-2.146-0.995-0.995-1.854-1.854-3.646-1.854-2.224 0-3.587 1.782-3.6 1.8-0.166 0.221-0.479 0.266-0.7 0.1s-0.266-0.479-0.1-0.7c0.067-0.090 1.681-2.2 4.4-2.2 2.207 0 3.347 1.14 4.354 2.146 0.995 0.995 1.854 1.854 3.646 1.854 2.224 0 3.587-1.782 3.6-1.8 0.147-0.196 0.415-0.257 0.632-0.143s0.32 0.368 0.242 0.601c-0.021 0.064-0.533 1.581-1.558 3.119-0.612 0.918-1.282 1.653-1.991 2.185-0.918 0.688-1.902 1.037-2.925 1.037-1.318 0-2.26-0.504-3.171-0.991-0.97-0.519-1.886-1.009-3.329-1.009-1.73 0-3.087 1.782-3.1 1.8-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-envelope\" viewBox=\"0 0 20 20\">\n<title>envelope</title>\n<path class=\"path1\" d=\"M17.5 6h-16c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h16c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM17.5 7c0.030 0 0.058 0.003 0.087 0.008l-7.532 5.021c-0.29 0.193-0.819 0.193-1.109 0l-7.532-5.021c0.028-0.005 0.057-0.008 0.087-0.008h16zM17.5 17h-16c-0.276 0-0.5-0.224-0.5-0.5v-8.566l7.391 4.927c0.311 0.207 0.71 0.311 1.109 0.311s0.798-0.104 1.109-0.311l7.391-4.927v8.566c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paperclip\" viewBox=\"0 0 20 20\">\n<title>paperclip</title>\n<path class=\"path1\" d=\"M9.5 20c-2.481 0-4.5-2.019-4.5-4.5v-12c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v11c0 1.378-1.122 2.5-2.5 2.5s-2.5-1.122-2.5-2.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827 0.673 1.5 1.5 1.5s1.5-0.673 1.5-1.5v-11c0-1.378-1.122-2.5-2.5-2.5s-2.5 1.122-2.5 2.5v12c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7c0 2.481-2.019 4.5-4.5 4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-inbox\" viewBox=\"0 0 20 20\">\n<title>inbox</title>\n<path class=\"path1\" d=\"M19.557 10.383l-2.698-6.168c-0.298-0.682-1.115-1.216-1.859-1.216h-10c-0.744 0-1.561 0.534-1.859 1.216l-2.698 6.168c-0.248 0.568-0.443 1.497-0.443 2.117v4c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.619-0.194-1.549-0.443-2.117zM4.057 4.617c0.141-0.323 0.591-0.617 0.943-0.617h10c0.352 0 0.802 0.294 0.943 0.617l2.698 6.168c0.030 0.069 0.060 0.148 0.089 0.233-0.075-0.012-0.152-0.018-0.23-0.018h-6c-0.276 0-0.5 0.224-0.5 0.5v0.5c0 1.103-0.897 2-2 2s-2-0.897-2-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-6c-0.078 0-0.155 0.006-0.23 0.018 0.029-0.085 0.058-0.164 0.089-0.233l2.698-6.168zM19 16.5c0 0.276-0.224 0.5-0.5 0.5h-17c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5h5.5c0 1.654 1.346 3 3 3s3-1.346 3-3h5.5c0.276 0 0.5 0.224 0.5 0.5v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-eye\" viewBox=\"0 0 20 20\">\n<title>eye</title>\n<path class=\"path1\" d=\"M19.872 10.166c-0.047-0.053-1.182-1.305-2.956-2.572-1.047-0.748-2.1-1.344-3.13-1.773-1.305-0.544-2.579-0.82-3.786-0.82s-2.481 0.276-3.786 0.82c-1.030 0.429-2.083 1.026-3.13 1.773-1.774 1.267-2.909 2.52-2.956 2.572-0.171 0.19-0.171 0.479 0 0.669 0.047 0.053 1.182 1.305 2.956 2.572 1.047 0.748 2.1 1.344 3.13 1.773 1.305 0.544 2.579 0.82 3.786 0.82s2.481-0.276 3.786-0.82c1.030-0.429 2.083-1.026 3.13-1.773 1.774-1.267 2.909-2.52 2.956-2.572 0.171-0.19 0.171-0.479 0-0.669zM12.574 6.438c0.907 0.763 1.426 1.873 1.426 3.062 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.188 0.519-2.299 1.426-3.062 0.822-0.268 1.691-0.438 2.574-0.438s1.752 0.17 2.574 0.438zM16.317 12.606c-1.533 1.092-3.873 2.394-6.317 2.394s-4.784-1.302-6.317-2.394c-1.157-0.824-2.042-1.658-2.489-2.106 0.447-0.448 1.332-1.281 2.489-2.106 0.53-0.378 1.156-0.78 1.85-1.145-0.347 0.688-0.533 1.455-0.533 2.251 0 2.757 2.243 5 5 5s5-2.243 5-5c0-0.796-0.186-1.563-0.533-2.251 0.694 0.365 1.32 0.768 1.85 1.145 1.157 0.824 2.042 1.658 2.489 2.106-0.447 0.448-1.332 1.281-2.489 2.106z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-printer\" viewBox=\"0 0 20 20\">\n<title>printer</title>\n<path class=\"path1\" d=\"M18.5 4h-1.5v-2.5c0-0.827-0.673-1.5-1.5-1.5h-11c-0.827 0-1.5 0.673-1.5 1.5v2.5h-1.5c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h1.5v2.5c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-2.5h1.5c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM4 1.5c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v2.5h-12v-2.5zM15.5 19h-11c-0.276 0-0.5-0.224-0.5-0.5v-6.5h12v6.5c0 0.276-0.224 0.5-0.5 0.5zM19 14.5c0 0.276-0.224 0.5-0.5 0.5h-1.5v-3h0.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5v3h-1.5c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h17c0.276 0 0.5 0.224 0.5 0.5v9z\"/>\n<path class=\"path2\" d=\"M14.5 14h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 16h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 9c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM16.5 7c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-empty\" viewBox=\"0 0 20 20\">\n<title>file-empty</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-add\" viewBox=\"0 0 20 20\">\n<title>file-add</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM16.5 19h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 13h-2.5v-2.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.5h-2.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h2.5v2.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-2.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter\" viewBox=\"0 0 20 20\">\n<title>enter</title>\n<path class=\"path1\" d=\"M17.5 2h-9c-0.827 0-1.5 0.673-1.5 1.5v3c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h7.564l-3.842 1.647c-0.685 0.294-1.222 1.108-1.222 1.853v9.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5h2.5v1.5c0 0.433 0.18 0.801 0.495 1.008 0.174 0.114 0.376 0.172 0.589 0.172 0.173 0 0.354-0.038 0.532-0.114l5.162-2.212c0.685-0.294 1.222-1.108 1.222-1.854v-12c0-0.827-0.673-1.5-1.5-1.5zM18 15.5c0 0.351-0.294 0.796-0.616 0.934l-5.162 2.212c-0.096 0.041-0.159 0.038-0.177 0.027s-0.045-0.069-0.045-0.173v-12c0-0.351 0.294-0.796 0.616-0.934l5.333-2.286c0.033 0.066 0.051 0.141 0.051 0.22v12z\"/>\n<path class=\"path2\" d=\"M8.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit\" viewBox=\"0 0 20 20\">\n<title>exit</title>\n<path class=\"path1\" d=\"M11.5 8c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.827-0.673-1.5-1.5-1.5h-9c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.746 0.537 1.56 1.222 1.853l5.162 2.212c0.178 0.076 0.359 0.114 0.532 0.114 0.213-0 0.416-0.058 0.589-0.172 0.314-0.207 0.495-0.575 0.495-1.008v-1.5h2.5c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5h-2.5v-9.5c0-0.746-0.537-1.56-1.222-1.853l-3.842-1.647h7.564c0.276 0 0.5 0.224 0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5zM6.384 5.566c0.322 0.138 0.616 0.584 0.616 0.934v12c0 0.104-0.028 0.162-0.045 0.173s-0.081 0.014-0.177-0.027l-5.162-2.212c-0.322-0.138-0.616-0.583-0.616-0.934v-12c0-0.079 0.018-0.153 0.051-0.22l5.333 2.286z\"/>\n<path class=\"path2\" d=\"M18.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-graduation-hat\" viewBox=\"0 0 20 20\">\n<title>graduation-hat</title>\n<path class=\"path1\" d=\"M18.658 7.026l-9-3c-0.103-0.034-0.214-0.034-0.316 0l-9 3c-0.204 0.068-0.342 0.259-0.342 0.474s0.138 0.406 0.342 0.474l2.658 0.886v2.64c0 0.133 0.053 0.26 0.146 0.354 0.088 0.088 2.194 2.146 6.354 2.146 1.513 0 2.924-0.272 4.195-0.809 0.254-0.107 0.373-0.401 0.266-0.655s-0.401-0.373-0.655-0.266c-1.147 0.485-2.427 0.73-3.805 0.73-1.945 0-3.376-0.504-4.234-0.926-0.635-0.313-1.060-0.629-1.266-0.799v-2.081l5.342 1.781c0.051 0.017 0.105 0.026 0.158 0.026s0.107-0.009 0.158-0.026l5.342-1.781v0.892c-0.582 0.206-1 0.762-1 1.414 0 0.611 0.367 1.137 0.892 1.371l-0.877 3.508c-0.037 0.149-0.004 0.308 0.091 0.429s0.24 0.192 0.394 0.192h2c0.154 0 0.299-0.071 0.394-0.192s0.128-0.28 0.091-0.429l-0.877-3.508c0.525-0.234 0.892-0.76 0.892-1.371 0-0.652-0.418-1.208-1-1.414v-1.226l2.658-0.886c0.204-0.068 0.342-0.259 0.342-0.474s-0.138-0.406-0.342-0.474zM15.5 11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5-0.5-0.224-0.5-0.5 0.224-0.5 0.5-0.5zM15.14 16l0.36-1.438 0.36 1.438h-0.719zM15.46 7.986l-5.877-0.98c-0.273-0.045-0.53 0.139-0.575 0.411s0.139 0.53 0.411 0.575l4.014 0.669-3.932 1.311-7.419-2.473 7.419-2.473 7.419 2.473-1.459 0.486z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-license\" viewBox=\"0 0 20 20\">\n<title>license</title>\n<path class=\"path1\" d=\"M18.5 18h-17c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v13c0 0.827-0.673 1.5-1.5 1.5zM1.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-13c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M9.5 6h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 9h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M9.5 11h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M9.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M8.5 15h-5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M17.943 6.544l-0.813-0.591-0.311-0.956h-1.005l-0.813-0.591-0.813 0.591h-1.005l-0.311 0.956-0.813 0.591 0.311 0.956-0.311 0.956 0.813 0.591 0.132 0.406c-0.002 0.016-0.002 0.031-0.002 0.047v5c0 0.202 0.122 0.385 0.309 0.462s0.402 0.035 0.545-0.108l1.146-1.146 1.146 1.146c0.096 0.096 0.223 0.147 0.354 0.146 0.064 0 0.129-0.012 0.191-0.038 0.187-0.077 0.309-0.26 0.309-0.462v-5c0-0.016-0.001-0.032-0.002-0.047l0.132-0.406 0.813-0.591-0.311-0.956 0.311-0.956zM13.233 6.926l0.488-0.355 0.187-0.574h0.604l0.488-0.355 0.488 0.355h0.604l0.187 0.574 0.488 0.355-0.187 0.574 0.187 0.574-0.488 0.355-0.187 0.574h-0.604l-0.488 0.355-0.488-0.355h-0.604l-0.187-0.574-0.488-0.355 0.187-0.574-0.187-0.574zM15.354 12.646c-0.195-0.195-0.512-0.195-0.707 0l-0.646 0.646v-3.29h0.187l0.813 0.591 0.813-0.591h0.187v3.29l-0.646-0.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-music-note\" viewBox=\"0 0 20 20\">\n<title>music-note</title>\n<path class=\"path1\" d=\"M19.82 1.116c-0.114-0.095-0.264-0.135-0.41-0.108l-11 2c-0.238 0.043-0.411 0.25-0.411 0.492v11.399c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-10.084l10-1.847v8.33c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-13c0-0.148-0.066-0.289-0.18-0.384zM4.5 18c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5 3.5 0.792 3.5 1.5-1.497 1.5-3.5 1.5zM9 5.399v-1.482l10-1.818v1.453l-10 1.847zM15.5 16c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5c2.003 0 3.5 0.792 3.5 1.5s-1.497 1.5-3.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-film-play\" viewBox=\"0 0 20 20\">\n<title>film-play</title>\n<path class=\"path1\" d=\"M7.5 15c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-9c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l6 4.5c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-6 4.5c-0.088 0.066-0.194 0.1-0.3 0.1zM8 6.5v7l4.667-3.5-4.667-3.5z\"/>\n<path class=\"path2\" d=\"M19.5 2h-19c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276 0.224 0.5 0.5 0.5h19c0.276 0 0.5-0.224 0.5-0.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3 11h-2v-2h2v2zM3 8h-2v-2h2v2zM1 12h2v2h-2v-2zM4 3h12v14h-12v-14zM17 9h2v2h-2v-2zM17 8v-2h2v2h-2zM17 12h2v2h-2v-2zM19 5h-2v-2h2v2zM3 3v2h-2v-2h2zM1 15h2v2h-2v-2zM17 17v-2h2v2h-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera-video\" viewBox=\"0 0 20 20\">\n<title>camera-video</title>\n<path class=\"path1\" d=\"M19.131 17.053c-0 0-0 0-0 0-0.242-0-0.485-0.097-0.724-0.288l-3.438-2.751c-0.552-0.442-0.969-1.308-0.969-2.015v-3c0-0.707 0.416-1.573 0.969-2.015l3.438-2.751c0.239-0.191 0.482-0.288 0.724-0.288 0.433-0 0.869 0.326 0.869 1.053v11c0 0.278-0.064 0.512-0.19 0.694-0.157 0.228-0.405 0.359-0.679 0.359zM19 5.040l-3.407 2.725c-0.31 0.248-0.593 0.837-0.593 1.234v3c0 0.398 0.283 0.986 0.593 1.234l3.407 2.725v-10.919z\"/>\n<path class=\"path2\" d=\"M11.5 17h-10c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h10c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera\" viewBox=\"0 0 20 20\">\n<title>camera</title>\n<path class=\"path1\" d=\"M9.5 15c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5c2.481 0 4.5 2.019 4.5 4.5s-2.019 4.5-4.5 4.5zM9.5 7c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5z\"/>\n<path class=\"path2\" d=\"M17.5 18h-16c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h1.5c0.415 0 1.060-0.267 1.354-0.561l0.586-0.586c0.487-0.487 1.373-0.854 2.061-0.854h5c0.688 0 1.574 0.367 2.061 0.854l0.586 0.586c0.293 0.293 0.939 0.561 1.354 0.561h1.5c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-1.5c-0.688 0-1.574-0.367-2.061-0.854l-0.586-0.586c-0.293-0.293-0.939-0.561-1.354-0.561h-5c-0.415 0-1.060 0.267-1.354 0.561l-0.586 0.586c-0.487 0.487-1.372 0.854-2.061 0.854h-1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-picture\" viewBox=\"0 0 20 20\">\n<title>picture</title>\n<path class=\"path1\" d=\"M18.5 20h-17c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM1.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M13 9c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM13 6c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.5 2h-15c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-12c0-0.276-0.224-0.5-0.5-0.5zM3 11.69l3.209-3.611c0.082-0.092 0.189-0.144 0.302-0.145s0.221 0.048 0.305 0.138l5.533 5.928h-9.349v-2.31zM17 14h-3.283l-6.169-6.61c-0.279-0.299-0.651-0.461-1.049-0.456s-0.766 0.176-1.037 0.481l-2.462 2.77v-7.185h14v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-book\" viewBox=\"0 0 20 20\">\n<title>book</title>\n<path class=\"path1\" d=\"M14.5 18h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M16.5 3c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5h-11c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5h9c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-10c-0.827 0-1.5 0.673-1.5 1.5v15c0 1.378 1.122 2.5 2.5 2.5h11c0.827 0 1.5-0.673 1.5-1.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3.5 2h10c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5h-9c-0.562 0-1.082 0.187-1.5 0.501v-13.001c0-0.276 0.224-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bookmark\" viewBox=\"0 0 20 20\">\n<title>bookmark</title>\n<path class=\"path1\" d=\"M15.5 20c-0.143 0-0.283-0.062-0.38-0.175l-5.62-6.557-5.62 6.557c-0.136 0.159-0.357 0.216-0.553 0.144s-0.327-0.26-0.327-0.469v-18c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v18c0 0.209-0.13 0.396-0.327 0.469-0.057 0.021-0.115 0.031-0.173 0.031zM9.5 12c0.146 0 0.285 0.064 0.38 0.175l5.12 5.974v-16.148h-11v16.148l5.12-5.974c0.095-0.111 0.234-0.175 0.38-0.175z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-user\" viewBox=\"0 0 20 20\">\n<title>user</title>\n<path class=\"path1\" d=\"M9.5 11c-3.033 0-5.5-2.467-5.5-5.5s2.467-5.5 5.5-5.5 5.5 2.467 5.5 5.5-2.467 5.5-5.5 5.5zM9.5 1c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5c2.481 0 4.5-2.019 4.5-4.5s-2.019-4.5-4.5-4.5z\"/>\n<path class=\"path2\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5 0-0.068 0.014-1.685 1.225-3.3 0.705-0.94 1.67-1.687 2.869-2.219 1.464-0.651 3.283-0.981 5.406-0.981s3.942 0.33 5.406 0.981c1.199 0.533 2.164 1.279 2.869 2.219 1.211 1.615 1.225 3.232 1.225 3.3 0 0.827-0.673 1.5-1.5 1.5zM9.5 13c-3.487 0-6.060 0.953-7.441 2.756-1.035 1.351-1.058 2.732-1.059 2.746 0 0.274 0.224 0.498 0.5 0.498h16c0.276 0 0.5-0.224 0.5-0.5-0-0.012-0.023-1.393-1.059-2.744-1.382-1.803-3.955-2.756-7.441-2.756z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-users\" viewBox=\"0 0 20 20\">\n<title>users</title>\n<path class=\"path1\" d=\"M18.5 18h-11c-0.827 0-1.5-0.673-1.5-1.5 0-0.048 0.011-1.19 0.924-2.315 0.525-0.646 1.241-1.158 2.128-1.522 1.071-0.44 2.4-0.662 3.948-0.662s2.876 0.223 3.948 0.662c0.887 0.364 1.603 0.876 2.128 1.522 0.914 1.125 0.924 2.267 0.924 2.315 0 0.827-0.673 1.5-1.5 1.5zM7 16.503c0.001 0.275 0.225 0.497 0.5 0.497h11c0.275 0 0.499-0.223 0.5-0.497-0.001-0.035-0.032-0.895-0.739-1.734-0.974-1.157-2.793-1.768-5.261-1.768s-4.287 0.612-5.261 1.768c-0.707 0.84-0.738 1.699-0.739 1.734z\"/>\n<path class=\"path2\" d=\"M13 11c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4c0 2.206-1.794 4-4 4zM13 4c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path3\" d=\"M4.5 18h-3c-0.827 0-1.5-0.673-1.5-1.5 0-0.037 0.008-0.927 0.663-1.8 0.378-0.505 0.894-0.904 1.533-1.188 0.764-0.34 1.708-0.512 2.805-0.512 0.179 0 0.356 0.005 0.527 0.014 0.276 0.015 0.487 0.25 0.473 0.526s-0.25 0.488-0.526 0.473c-0.153-0.008-0.312-0.012-0.473-0.012-3.894 0-3.997 2.379-4 2.503 0.001 0.274 0.225 0.497 0.5 0.497h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M5 12c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM5 7c-1.103 0-2 0.897-2 2s0.897 2 2 2 2-0.897 2-2c0-1.103-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-shirt\" viewBox=\"0 0 20 20\">\n<title>shirt</title>\n<path class=\"path1\" d=\"M13.5 19h-8c-0.827 0-1.5-0.673-1.5-1.5v-9.306l-2.342 0.781c-0.262 0.087-0.545-0.054-0.632-0.316l-1-3c-0.079-0.236 0.028-0.494 0.251-0.605l6-3c0.155-0.077 0.339-0.069 0.486 0.022s0.237 0.252 0.237 0.425c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.173 0.090-0.334 0.237-0.425s0.331-0.099 0.486-0.022l6 3c0.223 0.111 0.329 0.369 0.251 0.605l-1 3c-0.087 0.262-0.37 0.404-0.632 0.316l-2.342-0.781v9.306c0 0.827-0.673 1.5-1.5 1.5zM4.5 7c0.104 0 0.206 0.032 0.292 0.094 0.13 0.094 0.208 0.245 0.208 0.406v10c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.161 0.077-0.312 0.208-0.406s0.298-0.12 0.45-0.069l2.526 0.842 0.705-2.114-4.973-2.487c-0.351 1.562-1.749 2.733-3.415 2.733s-3.065-1.171-3.415-2.733l-4.973 2.487 0.705 2.114 2.526-0.842c0.052-0.017 0.105-0.026 0.158-0.026z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-store\" viewBox=\"0 0 20 20\">\n<title>store</title>\n<path class=\"path1\" d=\"M18 9.5v-1c0-0.078-0.018-0.154-0.053-0.224l-2-4c-0.085-0.169-0.258-0.276-0.447-0.276h-12c-0.189 0-0.363 0.107-0.447 0.276l-2 4c-0.035 0.069-0.053 0.146-0.053 0.224v1c0 0.816 0.393 1.542 1 1.999v6.501h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6.501c0.607-0.457 1-1.182 1-1.999zM11.5 11c-0.827 0-1.5-0.673-1.5-1.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5zM2 9.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5zM9 5v3h-2.86l0.75-3h2.11zM12.11 5l0.75 3h-2.86v-3h2.11zM6 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM14 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM16.691 8h-2.801l-0.75-3h2.051l1.5 3zM3.809 5h2.051l-0.75 3h-2.801l1.5-3zM3 11.95c0.162 0.033 0.329 0.050 0.5 0.050 0.817 0 1.544-0.394 2-1.002 0.456 0.608 1.183 1.002 2 1.002s1.544-0.394 2-1.002c0.361 0.48 0.89 0.827 1.5 0.951v6.050h-8v-6.050zM16 18h-4v-6.050c0.61-0.124 1.139-0.471 1.5-0.951 0.456 0.608 1.183 1.002 2 1.002 0.171 0 0.338-0.017 0.5-0.050v6.050z\"/>\n<path class=\"path2\" d=\"M14 14.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M5.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3-3c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path5\" d=\"M8.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cart\" viewBox=\"0 0 20 20\">\n<title>cart</title>\n<path class=\"path1\" d=\"M8 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM8 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path2\" d=\"M15 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM15 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.539 4.467c-0.251-0.297-0.63-0.467-1.039-0.467h-12.243l-0.099-0.596c-0.131-0.787-0.859-1.404-1.658-1.404h-1c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1c0.307 0 0.621 0.266 0.671 0.569l1.671 10.027c0.131 0.787 0.859 1.404 1.658 1.404h10c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-10c-0.307 0-0.621-0.266-0.671-0.569l-0.247-1.48 9.965-0.867c0.775-0.067 1.483-0.721 1.611-1.489l0.671-4.027c0.067-0.404-0.038-0.806-0.289-1.102zM16.842 5.404l-0.671 4.027c-0.053 0.316-0.391 0.629-0.711 0.657l-10.043 0.873-0.994-5.962h12.076c0.117 0 0.215 0.040 0.276 0.113s0.085 0.176 0.066 0.291z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tag\" viewBox=\"0 0 20 20\">\n<title>tag</title>\n<path class=\"path1\" d=\"M7.5 19.085c-0.401 0-0.778-0.156-1.061-0.438l-5.086-5.086c-0.283-0.283-0.438-0.659-0.438-1.061s0.156-0.778 0.438-1.061l8.586-8.586c0.487-0.487 1.372-0.854 2.061-0.854h4.5c0.827 0 1.5 0.673 1.5 1.5v4.5c0 0.688-0.367 1.574-0.853 2.061l-8.586 8.586c-0.283 0.283-0.659 0.438-1.061 0.438zM12 3c-0.415 0-1.060 0.267-1.353 0.561l-8.586 8.586c-0.094 0.094-0.145 0.219-0.145 0.354s0.052 0.26 0.145 0.353l5.086 5.086c0.094 0.094 0.219 0.145 0.354 0.145s0.26-0.052 0.354-0.145l8.586-8.586c0.293-0.293 0.561-0.939 0.561-1.354v-4.5c0-0.276-0.224-0.5-0.5-0.5h-4.5z\"/>\n<path class=\"path2\" d=\"M14.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone-handset\" viewBox=\"0 0 20 20\">\n<title>phone-handset</title>\n<path class=\"path1\" d=\"M16 20c-1.771 0-3.655-0.502-5.6-1.492-1.793-0.913-3.564-2.22-5.122-3.78s-2.863-3.333-3.775-5.127c-0.988-1.946-1.49-3.83-1.49-5.601 0-1.148 1.070-2.257 1.529-2.68 0.661-0.609 1.701-1.32 2.457-1.32 0.376 0 0.816 0.246 1.387 0.774 0.425 0.394 0.904 0.928 1.383 1.544 0.289 0.372 1.73 2.271 1.73 3.182 0 0.747-0.845 1.267-1.739 1.816-0.346 0.212-0.703 0.432-0.961 0.639-0.276 0.221-0.325 0.338-0.333 0.364 0.949 2.366 3.85 5.267 6.215 6.215 0.021-0.007 0.138-0.053 0.363-0.333 0.207-0.258 0.427-0.616 0.639-0.961 0.55-0.894 1.069-1.739 1.816-1.739 0.911 0 2.81 1.441 3.182 1.73 0.616 0.479 1.15 0.958 1.544 1.383 0.528 0.57 0.774 1.011 0.774 1.387 0 0.756-0.711 1.799-1.319 2.463-0.424 0.462-1.533 1.537-2.681 1.537zM3.994 1c-0.268 0.005-0.989 0.333-1.773 1.055-0.744 0.686-1.207 1.431-1.207 1.945 0 6.729 8.264 15 14.986 15 0.513 0 1.258-0.465 1.944-1.213 0.723-0.788 1.051-1.512 1.056-1.781-0.032-0.19-0.558-0.929-1.997-2.037-1.237-0.952-2.24-1.463-2.498-1.469-0.018 0.005-0.13 0.048-0.357 0.336-0.197 0.251-0.408 0.594-0.613 0.926-0.56 0.911-1.089 1.772-1.858 1.772-0.124 0-0.246-0.024-0.363-0.071-2.625-1.050-5.729-4.154-6.779-6.779-0.126-0.315-0.146-0.809 0.474-1.371 0.33-0.299 0.786-0.579 1.228-0.851 0.332-0.204 0.676-0.415 0.926-0.613 0.288-0.227 0.331-0.339 0.336-0.357-0.007-0.258-0.517-1.261-1.469-2.498-1.108-1.439-1.847-1.964-2.037-1.997z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone\" viewBox=\"0 0 20 20\">\n<title>phone</title>\n<path class=\"path1\" d=\"M17.894 8.897c-1.041 0-2.928-0.375-3.516-0.963-0.361-0.361-0.446-0.813-0.515-1.177-0.085-0.448-0.136-0.581-0.332-0.666-0.902-0.388-2.196-0.61-3.551-0.61-1.34 0-2.62 0.219-3.512 0.6-0.194 0.083-0.244 0.216-0.327 0.663-0.068 0.365-0.152 0.819-0.512 1.179-0.328 0.328-1.015 0.554-1.533 0.685-0.668 0.169-1.384 0.267-1.963 0.267-0.664 0-1.113-0.126-1.372-0.386-0.391-0.391-0.641-0.926-0.685-1.467-0.037-0.456 0.051-1.132 0.68-1.762 1.022-1.022 2.396-1.819 4.086-2.368 1.554-0.506 3.322-0.773 5.114-0.773 1.804 0 3.587 0.27 5.156 0.782 1.705 0.556 3.093 1.361 4.124 2.393 1.050 1.050 0.79 2.443 0.012 3.221-0.257 0.257-0.7 0.382-1.354 0.382zM9.98 4.481c1.507 0 2.908 0.246 3.946 0.691 0.713 0.306 0.833 0.938 0.92 1.398 0.052 0.275 0.097 0.513 0.24 0.656 0.252 0.252 1.706 0.671 2.809 0.671 0.481 0 0.633-0.082 0.652-0.094 0.31-0.314 0.698-1.086-0.017-1.802-1.805-1.805-5.010-2.882-8.574-2.882-3.535 0-6.709 1.065-8.493 2.848-0.288 0.288-0.42 0.616-0.391 0.974 0.025 0.302 0.17 0.614 0.39 0.836 0.019 0.012 0.173 0.098 0.67 0.098 1.098 0 2.541-0.411 2.789-0.659 0.141-0.141 0.185-0.379 0.236-0.654 0.086-0.462 0.203-1.095 0.917-1.4 1.026-0.439 2.413-0.68 3.905-0.68z\"/>\n<path class=\"path2\" d=\"M16.5 18h-13c-0.671 0-1.29-0.264-1.743-0.743s-0.682-1.112-0.645-1.782c0.004-0.077 0.118-1.901 1.27-3.739 0.682-1.088 1.586-1.955 2.686-2.577 1.361-0.769 3.020-1.159 4.932-1.159s3.571 0.39 4.932 1.159c1.101 0.622 2.005 1.489 2.686 2.577 1.152 1.839 1.266 3.663 1.27 3.739 0.037 0.67-0.192 1.303-0.645 1.782s-1.072 0.743-1.743 0.743zM10 9c-3.117 0-5.388 1.088-6.749 3.233-1.030 1.623-1.139 3.282-1.14 3.299-0.022 0.392 0.111 0.761 0.373 1.038s0.623 0.43 1.017 0.43h13c0.393 0 0.754-0.153 1.017-0.43s0.395-0.646 0.373-1.039c-0.001-0.016-0.111-1.675-1.14-3.298-1.362-2.145-3.633-3.233-6.749-3.233z\"/>\n<path class=\"path3\" d=\"M10 16c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 11c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pushpin\" viewBox=\"0 0 20 20\">\n<title>pushpin</title>\n<path class=\"path1\" d=\"M18 6.793l-5.293-5.293c-0.188-0.188-0.44-0.292-0.707-0.292s-0.519 0.104-0.707 0.292l-0.293 0.293c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-2.793 2.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-0.293 0.293c-0.39 0.39-0.39 1.024 0 1.414l1.553 1.553-4.95 6.435c-0.153 0.199-0.135 0.481 0.043 0.658 0.097 0.097 0.225 0.146 0.354 0.146 0.107 0 0.214-0.034 0.305-0.104l6.435-4.95 1.553 1.553c0.188 0.188 0.44 0.292 0.707 0.292s0.519-0.104 0.707-0.292l0.293-0.293c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l2.793-2.793c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l0.293-0.293c0.188-0.188 0.292-0.44 0.292-0.707s-0.104-0.519-0.292-0.707zM4.234 15.266l2.533-3.293 0.76 0.76-3.293 2.533zM17 7.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-2.793 2.793c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-0.292 0.292c-0 0-0.001 0-0.001 0v0.001l-5.293-5.293 0.293-0.293c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l2.793-2.793c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l0.293-0.293 5.293 5.293-0.293 0.293z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map-marker\" viewBox=\"0 0 20 20\">\n<title>map-marker</title>\n<path class=\"path1\" d=\"M10 20c-0.153 0-0.298-0.070-0.393-0.191-0.057-0.073-1.418-1.814-2.797-4.385-0.812-1.513-1.46-2.999-1.925-4.416-0.587-1.787-0.884-3.472-0.884-5.008 0-3.308 2.692-6 6-6s6 2.692 6 6c0 1.536-0.298 3.22-0.884 5.008-0.465 1.417-1.113 2.903-1.925 4.416-1.38 2.571-2.74 4.312-2.797 4.385-0.095 0.121-0.24 0.191-0.393 0.191zM10 1c-2.757 0-5 2.243-5 5 0 3.254 1.463 6.664 2.691 8.951 0.902 1.681 1.809 3.014 2.309 3.71 0.502-0.699 1.415-2.040 2.318-3.726 1.223-2.283 2.682-5.687 2.682-8.935 0-2.757-2.243-5-5-5z\"/>\n<path class=\"path2\" d=\"M10 9c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 4c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map\" viewBox=\"0 0 20 20\">\n<title>map</title>\n<path class=\"path1\" d=\"M18.763 1.075c-0.147-0.091-0.331-0.099-0.486-0.022l-5.776 2.888-5.776-2.888c-0.141-0.070-0.306-0.070-0.447 0l-6 3c-0.169 0.085-0.276 0.258-0.276 0.447v15c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l5.776-2.888 5.776 2.888c0.141 0.070 0.307 0.070 0.447 0l6-3c0.169-0.085 0.276-0.258 0.276-0.447v-15c-0-0.173-0.090-0.334-0.237-0.425zM6 16.191l-5 2.5v-13.882l5-2.5v13.882zM7 2.309l5 2.5v13.882l-5-2.5v-13.882zM18 16.191l-5 2.5v-13.882l5-2.5v13.882z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-location\" viewBox=\"0 0 20 20\">\n<title>location</title>\n<path class=\"path1\" d=\"M8.5 20c-0.043 0-0.087-0.006-0.13-0.017-0.218-0.059-0.37-0.257-0.37-0.483v-7.5h-7.5c-0.226 0-0.424-0.152-0.483-0.37s0.037-0.449 0.232-0.562l19-11c0.196-0.113 0.444-0.081 0.604 0.079s0.193 0.408 0.079 0.604l-11 19c-0.091 0.157-0.258 0.249-0.433 0.249zM2.362 11h6.138c0.276 0 0.5 0.224 0.5 0.5v6.138l9.128-15.766-15.766 9.128z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-calendar-full\" viewBox=\"0 0 20 20\">\n<title>calendar-full</title>\n<path class=\"path1\" d=\"M18.5 2h-2.5v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-10v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-2.5c-0.827 0-1.5 0.673-1.5 1.5v14c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-14c0-0.827-0.673-1.5-1.5-1.5zM1.5 3h2.5v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h10v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h2.5c0.276 0 0.5 0.224 0.5 0.5v2.5h-18v-2.5c0-0.276 0.224-0.5 0.5-0.5zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-10.5h18v10.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M7.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M10.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M7.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M10.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M13.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M16.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path11\" d=\"M4.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path12\" d=\"M7.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path13\" d=\"M10.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path14\" d=\"M13.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path15\" d=\"M16.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path16\" d=\"M4.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path17\" d=\"M7.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path18\" d=\"M10.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path19\" d=\"M13.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path20\" d=\"M16.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-keyboard\" viewBox=\"0 0 20 20\">\n<title>keyboard</title>\n<path class=\"path1\" d=\"M17.5 16h-16c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M3.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M16.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M4.5 10h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M3.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M11.5 14h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M14.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M16.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.5v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M5.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M6 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path11\" d=\"M8 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path12\" d=\"M10 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path13\" d=\"M12 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path14\" d=\"M14 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path15\" d=\"M7 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path16\" d=\"M9 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path17\" d=\"M11 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path18\" d=\"M13 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path19\" d=\"M15 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path20\" d=\"M8 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path21\" d=\"M10 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path22\" d=\"M12 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-spell-check\" viewBox=\"0 0 20 20\">\n<title>spell-check</title>\n<path class=\"path1\" d=\"M4.5 14c-0.276 0-0.5 0.224-0.5 0.5v0.001c-0.418-0.315-0.938-0.501-1.5-0.501-1.378 0-2.5 1.122-2.5 2.5s1.122 2.5 2.5 2.5c0.562 0 1.082-0.187 1.5-0.501v0.001c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM2.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M8.5 14c-0.562 0-1.082 0.187-1.5 0.501v-4.001c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.001c0.418 0.315 0.938 0.501 1.5 0.501 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5zM8.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M14.5 19c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5c0.439 0 0.872 0.116 1.25 0.335 0.239 0.138 0.321 0.444 0.183 0.683s-0.444 0.321-0.683 0.183c-0.227-0.131-0.486-0.2-0.75-0.2-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5c0.264 0 0.523-0.069 0.75-0.2 0.239-0.138 0.545-0.057 0.683 0.182s0.057 0.545-0.182 0.683c-0.379 0.219-0.811 0.335-1.25 0.335z\"/>\n<path class=\"path4\" d=\"M11.5 10.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-screen\" viewBox=\"0 0 20 20\">\n<title>screen</title>\n<path class=\"path1\" d=\"M17.5 2h-16c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h7.5v2h-3.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-2h7.5c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5zM18 13.5c0 0.276-0.224 0.5-0.5 0.5h-16c-0.276 0-0.5-0.224-0.5-0.5v-10c0-0.276 0.224-0.5 0.5-0.5h16c0.276 0 0.5 0.224 0.5 0.5v10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smartphone\" viewBox=\"0 0 20 20\">\n<title>smartphone</title>\n<path class=\"path1\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M14.5 20h-9c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h9c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM5.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-9z\"/>\n<path class=\"path3\" d=\"M13.5 16h-7c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM7 15h6v-12h-6v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tablet\" viewBox=\"0 0 20 20\">\n<title>tablet</title>\n<path class=\"path1\" d=\"M16.5 20h-13c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM3.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h13c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-13z\"/>\n<path class=\"path2\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15.5 16h-11c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM5 15h10v-12h-10v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop\" viewBox=\"0 0 20 20\">\n<title>laptop</title>\n<path class=\"path1\" d=\"M3.5 14h13c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5h-13c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5zM3 4.5c0-0.276 0.224-0.5 0.5-0.5h13c0.276 0 0.5 0.224 0.5 0.5v8c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-8z\"/>\n<path class=\"path2\" d=\"M19.5 15h-19c-0.276 0-0.5 0.224-0.5 0.5v1c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-1c0-0.276-0.224-0.5-0.5-0.5zM18.5 17h-17c-0.276 0-0.5-0.224-0.5-0.5v-0.5h18v0.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop-phone\" viewBox=\"0 0 20 20\">\n<title>laptop-phone</title>\n<path class=\"path1\" d=\"M11.5 14h-8c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5h-13c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 18h-10c-0.827 0-1.5-0.673-1.5-1.5v-1c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.5v0.5c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 18h-4c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h4c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM14.5 8c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-4z\"/>\n<path class=\"path4\" d=\"M16.5 16c-0.132 0-0.26-0.053-0.353-0.147s-0.147-0.222-0.147-0.353 0.053-0.261 0.147-0.353c0.093-0.093 0.222-0.147 0.353-0.147s0.261 0.053 0.353 0.147c0.093 0.093 0.147 0.222 0.147 0.353s-0.053 0.261-0.147 0.353c-0.093 0.093-0.222 0.147-0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-power-switch\" viewBox=\"0 0 20 20\">\n<title>power-switch</title>\n<path class=\"path1\" d=\"M9.5 12c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M9.5 19c-2.003 0-3.887-0.78-5.303-2.197s-2.197-3.3-2.197-5.303c0-1.648 0.525-3.212 1.517-4.523 0.96-1.268 2.324-2.215 3.84-2.666 0.265-0.079 0.543 0.072 0.622 0.337s-0.072 0.543-0.337 0.622c-2.733 0.814-4.643 3.376-4.643 6.231 0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5c0-2.855-1.909-5.417-4.643-6.231-0.265-0.079-0.415-0.357-0.337-0.622s0.357-0.415 0.622-0.337c1.517 0.451 2.88 1.398 3.84 2.666 0.993 1.311 1.517 2.875 1.517 4.523 0 2.003-0.78 3.887-2.197 5.303s-3.3 2.197-5.303 2.197z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bubble\" viewBox=\"0 0 20 20\">\n<title>bubble</title>\n<path class=\"path1\" d=\"M0.5 19c-0.225 0-0.422-0.15-0.482-0.367s0.032-0.447 0.225-0.562c1.691-1.014 2.392-2.489 2.641-3.179-1.838-1.407-2.884-3.354-2.884-5.392 0-1.029 0.258-2.026 0.768-2.964 0.486-0.894 1.18-1.695 2.061-2.381 1.787-1.39 4.156-2.156 6.671-2.156s4.884 0.766 6.671 2.156c0.881 0.685 1.575 1.486 2.061 2.381 0.51 0.937 0.768 1.934 0.768 2.964s-0.258 2.026-0.768 2.964c-0.486 0.894-1.18 1.695-2.061 2.381-1.787 1.39-4.156 2.156-6.671 2.156-1.033 0-2.047-0.129-3.016-0.385-0.429 0.286-1.231 0.793-2.189 1.27-1.488 0.74-2.764 1.115-3.794 1.115zM9.5 3c-4.687 0-8.5 2.916-8.5 6.5 0 1.815 1.005 3.562 2.756 4.792 0.172 0.121 0.25 0.336 0.196 0.539-0.117 0.436-0.515 1.633-1.58 2.788 1.302-0.456 2.704-1.247 3.739-1.959 0.123-0.085 0.277-0.11 0.421-0.069 0.948 0.271 1.947 0.409 2.968 0.409 4.687 0 8.5-2.916 8.5-6.5s-3.813-6.5-8.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart-pulse\" viewBox=\"0 0 20 20\">\n<title>heart-pulse</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.116-0.065-2.877-1.611-5.369-4.082-0.196-0.194-0.197-0.511-0.003-0.707s0.511-0.197 0.707-0.003c1.979 1.962 4.186 3.346 4.908 3.776 0.723-0.431 2.932-1.817 4.908-3.776 0.196-0.194 0.513-0.193 0.707 0.003s0.193 0.513-0.003 0.707c-2.493 2.471-5.253 4.017-5.369 4.082-0.076 0.042-0.159 0.063-0.243 0.063z\"/>\n<path class=\"path2\" d=\"M1.279 11c-0.188 0-0.368-0.106-0.453-0.287-0.548-1.165-0.826-2.33-0.826-3.463 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.133-0.278 2.298-0.826 3.463-0.118 0.25-0.415 0.357-0.665 0.24s-0.357-0.415-0.24-0.665c0.485-1.031 0.731-2.053 0.731-3.037 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658-2.343 0-4.25 1.907-4.25 4.25 0 0.984 0.246 2.006 0.731 3.037 0.118 0.25 0.010 0.548-0.24 0.665-0.069 0.032-0.141 0.048-0.212 0.048z\"/>\n<path class=\"path3\" d=\"M10.515 15c-0.005 0-0.009-0-0.013-0-0.202-0.004-0.569-0.109-0.753-0.766l-1.217-4.334-0.807 3.279c-0.158 0.643-0.525 0.778-0.73 0.8s-0.592-0.027-0.889-0.62l-0.606-1.211c-0.029-0.058-0.056-0.094-0.076-0.117-0.003 0.004-0.007 0.009-0.011 0.015-0.37 0.543-1.192 0.953-1.913 0.953h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.421 0 0.921-0.272 1.087-0.516 0.223-0.327 0.547-0.501 0.891-0.478 0.374 0.025 0.708 0.279 0.917 0.696l0.445 0.89 0.936-3.803c0.158-0.64 0.482-0.779 0.726-0.783s0.572 0.125 0.751 0.76l1.284 4.576 1.178-3.608c0.205-0.628 0.582-0.736 0.788-0.745s0.59 0.068 0.847 0.677l0.724 1.719c0.136 0.322 0.578 0.616 0.927 0.616h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.747 0-1.559-0.539-1.849-1.228l-0.592-1.406-1.274 3.9c-0.207 0.634-0.566 0.733-0.771 0.733z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-construction\" viewBox=\"0 0 20 20\">\n<title>construction</title>\n<path class=\"path1\" d=\"M20 5v-1.5c0-0.276-0.224-0.5-0.5-0.5h-3.5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5.5c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h1.5v6h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-3h10v3h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6h1.5c0.276 0 0.5-0.224 0.5-0.5v-4.5c0-0 0-0 0-0zM19 4.793l-4.207 4.207h-3.586l5-5h2.793v0.793zM6.207 9l5-5h3.586l-5 5h-3.586zM1.207 9l5-5h3.586l-5 5h-3.586zM4.793 4l-3.793 3.793v-3.793h3.793zM3 16v-6h1v6h-1zM5 12v-2h10v2h-10zM17 16h-1v-6h1v6zM16.207 9l2.793-2.793v2.793h-2.793z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pie-chart\" viewBox=\"0 0 20 20\">\n<title>pie-chart</title>\n<path class=\"path1\" d=\"M8.5 20c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010s3.74-2.49 6.010-2.49c0.276 0 0.5 0.224 0.5 0.5v7.5h7.5c0.276 0 0.5 0.224 0.5 0.5 0 2.27-0.884 4.405-2.49 6.010s-3.74 2.49-6.010 2.49zM8 4.016c-3.903 0.258-7 3.516-7 7.484 0 4.136 3.364 7.5 7.5 7.5 3.967 0 7.225-3.097 7.484-7h-7.484c-0.276 0-0.5-0.224-0.5-0.5v-7.484z\"/>\n<path class=\"path2\" d=\"M18.5 10h-8c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5 2.27 0 4.405 0.884 6.010 2.49s2.49 3.74 2.49 6.010c0 0.276-0.224 0.5-0.5 0.5zM11 9h6.984c-0.247-3.738-3.246-6.736-6.984-6.984v6.984z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chart-bars\" viewBox=\"0 0 20 20\">\n<title>chart-bars</title>\n<path class=\"path1\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5v-16c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v16c0 0.827-0.673 1.5-1.5 1.5zM1.5 2c-0.276 0-0.5 0.224-0.5 0.5v16c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-16c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M6.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5zM5 16h1v-8h-1v8z\"/>\n<path class=\"path3\" d=\"M10.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-12c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5zM9 16h1v-11h-1v11z\"/>\n<path class=\"path4\" d=\"M14.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5zM13 16h1v-4h-1v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-gift\" viewBox=\"0 0 20 20\">\n<title>gift</title>\n<path class=\"path1\" d=\"M18.5 5h-3.001c0.315-0.418 0.501-0.938 0.501-1.5 0-1.378-1.122-2.5-2.5-2.5-1.39 0-2.556 1.101-3.127 1.758-0.346 0.397-0.644 0.823-0.873 1.235-0.229-0.412-0.527-0.837-0.873-1.235-0.571-0.656-1.737-1.758-3.127-1.758-1.378 0-2.5 1.122-2.5 2.5 0 0.562 0.187 1.082 0.501 1.5h-3.001c-0.276 0-0.5 0.224-0.5 0.5v3c0 0.276 0.224 0.5 0.5 0.5h0.5v9.5c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5v-9.5h0.5c0.276 0 0.5-0.224 0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5zM11.127 3.414c0.782-0.899 1.647-1.414 2.373-1.414 0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5h-3.378c0.173-0.442 0.523-1.032 1.005-1.586zM11 19h-3v-13h3v13zM4 3.5c0-0.827 0.673-1.5 1.5-1.5 0.726 0 1.591 0.515 2.373 1.414 0.482 0.554 0.832 1.144 1.005 1.586h-3.378c-0.827 0-1.5-0.673-1.5-1.5zM1 6h6v2h-6v-2zM2 18.5v-9.5h5v10h-4.5c-0.276 0-0.5-0.224-0.5-0.5zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-4.5v-10h5v9.5zM18 8h-6v-2h6v2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-diamond\" viewBox=\"0 0 20 20\">\n<title>diamond</title>\n<path class=\"path1\" d=\"M18.9 7.2l-3-4c-0.077-0.103-0.191-0.172-0.318-0.193l-6-1c-0.054-0.009-0.11-0.009-0.164 0l-6 1c-0.127 0.021-0.241 0.090-0.318 0.193l-3 4c-0.143 0.191-0.131 0.457 0.028 0.634l9 10c0.095 0.105 0.23 0.166 0.372 0.166s0.277-0.060 0.372-0.166l9-10c0.16-0.178 0.172-0.443 0.028-0.634zM12.786 7l-3.286 9.037-3.286-9.037h6.572zM6.707 6l2.793-2.793 2.793 2.793h-5.586zM10.957 3.25l3.698 0.616-1.233 1.849-2.466-2.465zM5.578 5.715l-1.233-1.849 3.698-0.616-2.465 2.465zM4.67 6.156l-2.985 0.597 1.791-2.388 1.194 1.791zM5.177 7.075l2.974 8.179-6.692-7.436 3.718-0.744zM13.823 7.075l3.718 0.744-6.692 7.436 2.974-8.179zM14.33 6.156l1.194-1.791 1.791 2.388-2.985-0.597z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-linearicons\" viewBox=\"0 0 20 20\">\n<title>linearicons</title>\n<path class=\"path1\" d=\"M19.5 16h-0.5c-0.579 0-1 0.631-1 1.5 0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5-0.138 0-0.263 0.056-0.354 0.147-0.196-0.094-0.415-0.147-0.646-0.147-0.827 0-1.5 0.673-1.5 1.5 0 0.175 0.031 0.343 0.086 0.5h-1.086c-0.406 0-1.019-0.277-1.288-0.58l-1.044-1.181 9.207-10.408c0.161-0.182 0.165-0.447 0.024-0.633l-2.999-3.998c-0.094-0.126-0.243-0.2-0.4-0.2h-13c-0.157 0-0.306 0.074-0.4 0.2l-2.999 3.998c-0.141 0.186-0.136 0.451 0.024 0.633l9.207 10.408-1.044 1.181c-0.289 0.327-0.795 0.58-1.038 0.58h-0.25v-0.5c0-0.827-0.673-1.5-1.5-1.5-0.282 0-0.545 0.078-0.77 0.213-0.127-0.135-0.292-0.213-0.48-0.213-0.308 0-0.537 0.243-0.702 0.455-0.152 0.195-0.309 0.449-0.442 0.716l-0.106 0.211v-0.882c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5 0.282 0 0.545-0.078 0.77-0.214 0.127 0.135 0.292 0.214 0.48 0.214 0.308 0 0.537-0.243 0.702-0.455 0.152-0.195 0.309-0.449 0.442-0.716l0.106-0.211v0.882c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276 0.224 0.5 0.5 0.5h0.75c0.556 0 1.324-0.395 1.787-0.918l0.963-1.089 0.963 1.088c0.463 0.523 1.339 0.918 2.037 0.918h2.5c0.384 0 0.734-0.145 1-0.383 0.266 0.238 0.616 0.383 1 0.383 0.827 0 1.5-0.673 1.5-1.5 0-0.249 0.061-0.422 0.103-0.5h0.397c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM1.145 5.474l2.605-3.474h12.5l2.605 3.474-8.855 10.011-8.855-10.011zM15.5 18c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M2.5 15c0.132 0 0.261-0.053 0.353-0.147s0.147-0.222 0.147-0.353-0.053-0.26-0.147-0.353c-0.093-0.093-0.222-0.147-0.353-0.147s-0.26 0.053-0.353 0.147c-0.093 0.093-0.147 0.222-0.147 0.353s0.053 0.261 0.147 0.353c0.093 0.093 0.222 0.147 0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dinner\" viewBox=\"0 0 20 20\">\n<title>dinner</title>\n<path class=\"path1\" d=\"M8 0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.306 0.252 2.397 0.455 3.274 0.198 0.854 0.353 1.529 0.13 1.811-0.186 0.234-0.717 0.37-1.581 0.406-0.002-0.162-0.004-0.326-0.004-0.49v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.165-0.001 0.328-0.004 0.49-0.861-0.037-1.391-0.174-1.577-0.408-0.225-0.283-0.069-0.959 0.128-1.814 0.202-0.875 0.453-1.965 0.453-3.267 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.189-0.237 2.217-0.427 3.043-0.258 1.118-0.461 2.002 0.064 2.662 0.39 0.49 1.101 0.733 2.333 0.785-0.112 2.79-0.516 5.19-0.851 7.177-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284-0.334-1.985-0.738-4.384-0.851-7.172 1.235-0.050 1.946-0.292 2.337-0.783 0.524-0.659 0.32-1.541 0.062-2.659-0.191-0.827-0.429-1.857-0.429-3.048zM6.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.701 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n<path class=\"path2\" d=\"M15.882 14.162c-0.393-2.331-0.881-5.231-0.882-8.662v-5c0-0.227-0.153-0.425-0.372-0.483s-0.45 0.038-0.562 0.235c-2.019 3.534-3.016 8.931-3.058 9.159-0.027 0.146 0.013 0.296 0.108 0.41s0.236 0.18 0.384 0.18h2.235c-0.175 1.544-0.409 2.935-0.617 4.166-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284zM12.111 9c0.248-1.171 0.882-3.887 1.889-6.317v2.817c0 1.236-0.063 2.403-0.163 3.5h-1.727zM15.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.702 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-coffee-cup\" viewBox=\"0 0 20 20\">\n<title>coffee-cup</title>\n<path class=\"path1\" d=\"M10 15c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 10c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n<path class=\"path2\" d=\"M15.904 2.056l-0.177-0.707c-0.189-0.756-0.948-1.349-1.728-1.349h-8c-0.78 0-1.538 0.593-1.728 1.349l-0.177 0.707c-0.631 0.177-1.096 0.757-1.096 1.444v1c0 0.663 0.432 1.226 1.029 1.424l0.901 12.614c0.058 0.806 0.762 1.462 1.57 1.462h7c0.808 0 1.512-0.656 1.57-1.462l0.901-12.614c0.597-0.198 1.029-0.761 1.029-1.424v-1c0-0.687-0.464-1.267-1.096-1.444zM6 1h8c0.319 0 0.68 0.282 0.757 0.591l0.102 0.409h-9.719l0.102-0.409c0.077-0.309 0.438-0.591 0.757-0.591zM14.892 7h-9.783l-0.071-1h9.926l-0.071 1zM14.249 16h-8.497l-0.571-8h9.64l-0.571 8zM13.5 19h-7c-0.29 0-0.552-0.244-0.573-0.533l-0.105-1.467h8.355l-0.105 1.467c-0.021 0.289-0.283 0.533-0.573 0.533zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-11c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.275 0.224-0.499 0.499-0.5 0.001 0 0.001 0 0.002 0s0.002-0 0.003-0h10.997c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-leaf\" viewBox=\"0 0 20 20\">\n<title>leaf</title>\n<path class=\"path1\" d=\"M19.883 0.178c-0.095-0.113-0.235-0.178-0.382-0.178l-0.51-0c-5.040-0.002-9.021-0.003-11.952 0.698-1.575 0.377-2.793 0.946-3.723 1.739-1.004 0.856-1.688 1.977-2.093 3.429-0.269 0.964-0.395 2.705 0.136 4.437 0.196 0.64 0.502 1.244 0.91 1.799-1.216 1.905-2.267 4.414-2.267 7.399 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-4.605 2.728-8.021 4.354-9.646 1.167-1.167 2.486-2.152 3.816-2.848 1.238-0.648 2.421-1.005 3.331-1.005 0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5c-1.084 0-2.396 0.387-3.794 1.12-1.418 0.743-2.822 1.789-4.059 3.027-0.522 0.522-1.15 1.218-1.774 2.070-0.242-0.381-0.43-0.785-0.559-1.207-0.5-1.632-0.316-3.204-0.129-3.875 1.43-5.125 6.862-5.138 16.717-5.135-1.175 6.288-3.366 10.358-6.516 12.101-2.922 1.617-5.82 0.735-6.931 0.28-0.234-0.096-0.47-0.214-0.699-0.35-0.237-0.141-0.544-0.063-0.685 0.174s-0.063 0.544 0.174 0.685c0.272 0.162 0.552 0.302 0.832 0.417 0.622 0.254 1.624 0.58 2.865 0.687 0.274 0.024 0.545 0.035 0.814 0.035 1.469 0 2.849-0.353 4.115-1.053 1.609-0.89 3.001-2.339 4.139-4.304 1.334-2.305 2.338-5.362 2.983-9.086 0.025-0.145-0.015-0.294-0.11-0.407z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paw\" viewBox=\"0 0 20 20\">\n<title>paw</title>\n<path class=\"path1\" d=\"M3 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM3 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path2\" d=\"M6.998 8c-1.12 0-1.998-1.318-1.998-3s0.878-3 1.998-3 1.998 1.318 1.998 3-0.878 3-1.998 3zM6.998 3c-0.471 0-0.998 0.855-0.998 2s0.527 2 0.998 2 0.998-0.855 0.998-2-0.527-2-0.998-2z\"/>\n<path class=\"path3\" d=\"M12 8c-1.122 0-2-1.318-2-3s0.878-3 2-3 2 1.318 2 3-0.878 3-2 3zM12 3c-0.472 0-1 0.855-1 2s0.528 2 1 2 1-0.855 1-2-0.528-2-1-2z\"/>\n<path class=\"path4\" d=\"M16 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM16 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path5\" d=\"M13 18c-0.868 0-1.455-0.294-1.972-0.553-0.48-0.24-0.894-0.447-1.528-0.447-0.631 0-1.045 0.207-1.525 0.447-0.519 0.259-1.107 0.553-1.975 0.553-0.556 0-1.079-0.303-1.437-0.831-0.627-0.926-0.637-2.331-0.028-3.855 1.097-2.742 2.906-4.314 4.964-4.314s3.868 1.572 4.964 4.314c0.609 1.524 0.599 2.929-0.028 3.855-0.357 0.528-0.881 0.831-1.437 0.831zM9.5 16c0.869 0 1.457 0.294 1.975 0.553 0.479 0.24 0.893 0.447 1.525 0.447 0.218 0 0.44-0.143 0.609-0.391 0.432-0.637 0.404-1.73-0.073-2.923-0.937-2.342-2.408-3.686-4.036-3.686s-3.099 1.343-4.036 3.686c-0.477 1.193-0.504 2.286-0.073 2.923 0.168 0.249 0.39 0.391 0.609 0.391 0.632 0 1.047-0.207 1.528-0.448 0.518-0.259 1.106-0.553 1.972-0.553z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-rocket\" viewBox=\"0 0 20 20\">\n<title>rocket</title>\n<path class=\"path1\" d=\"M13.5 9c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5 2.5 1.122 2.5 2.5-1.122 2.5-2.5 2.5zM13.5 5c-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5 1.5-0.673 1.5-1.5-0.673-1.5-1.5-1.5z\"/>\n<path class=\"path2\" d=\"M0.5 20c-0.13 0-0.258-0.051-0.354-0.146-0.137-0.137-0.183-0.342-0.116-0.524 1.539-4.231 3.157-6.377 4.808-6.377 0.545 0 1.054 0.234 1.515 0.694 0.728 0.728 0.754 1.453 0.648 1.933-0.334 1.508-2.464 2.985-6.33 4.391-0.056 0.020-0.114 0.030-0.171 0.030zM4.839 13.952c-0.495 0-1.078 0.434-1.685 1.255-0.597 0.807-1.197 1.957-1.788 3.427 1.335-0.537 2.408-1.082 3.199-1.625 1.067-0.733 1.383-1.3 1.46-1.646s-0.047-0.677-0.379-1.009c-0.27-0.27-0.534-0.401-0.808-0.401z\"/>\n<path class=\"path3\" d=\"M19.5 0c-2.595 0-4.907 0.44-6.874 1.308-1.621 0.716-3.009 1.72-4.126 2.986-0.208 0.236-0.401 0.475-0.58 0.715-0.862 0.057-1.744 0.4-2.624 1.020-0.745 0.524-1.493 1.25-2.225 2.157-1.23 1.524-1.986 3.027-2.018 3.090-0.109 0.219-0.044 0.485 0.154 0.628 0.088 0.064 0.191 0.095 0.293 0.095 0.128 0 0.256-0.049 0.353-0.145 0.005-0.005 0.483-0.475 1.298-0.936 0.672-0.38 1.708-0.827 2.961-0.906 0.317 0.811 1.224 1.781 1.659 2.216s1.405 1.342 2.216 1.659c-0.079 1.253-0.526 2.289-0.906 2.961-0.462 0.816-0.931 1.293-0.935 1.297-0.173 0.173-0.195 0.447-0.052 0.646 0.097 0.134 0.249 0.208 0.406 0.208 0.076 0 0.152-0.017 0.223-0.053 0.063-0.032 1.566-0.788 3.090-2.018 0.907-0.732 1.633-1.48 2.157-2.225 0.62-0.881 0.962-1.762 1.020-2.624 0.239-0.178 0.478-0.371 0.715-0.58 1.266-1.117 2.27-2.505 2.986-4.126 0.868-1.966 1.308-4.279 1.308-6.874v-0.5h-0.5zM3.107 9.808c0.953-1.383 2.41-3.098 4.052-3.637-0.649 1.137-0.985 2.181-1.106 2.843-1.159 0.071-2.158 0.408-2.946 0.794zM10.193 16.89c0.386-0.788 0.723-1.786 0.793-2.944 0.661-0.121 1.706-0.457 2.842-1.105-0.54 1.639-2.254 3.096-3.636 4.049zM15.044 10.75c-2.080 1.835-4.234 2.25-4.544 2.25-0.002 0-0.207-0.004-0.759-0.393-0.385-0.271-0.834-0.657-1.262-1.085s-0.814-0.877-1.085-1.262c-0.389-0.552-0.393-0.757-0.393-0.759 0-0.31 0.415-2.464 2.25-4.544 2.196-2.488 5.557-3.849 9.744-3.95-0.101 4.187-1.461 7.548-3.95 9.744z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-briefcase\" viewBox=\"0 0 20 20\">\n<title>briefcase</title>\n<path class=\"path1\" d=\"M18.5 5h-4.5v-1.5c0-0.827-0.673-1.5-1.5-1.5h-5c-0.827 0-1.5 0.673-1.5 1.5v1.5h-4.5c-0.827 0-1.5 0.673-1.5 1.5v11c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-11c0-0.827-0.673-1.5-1.5-1.5zM7 3.5c0-0.276 0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5v1.5h-6v-1.5zM1.5 6h17c0.276 0 0.5 0.224 0.5 0.5v7.5h-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-8v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-2v-7.5c0-0.276 0.224-0.5 0.5-0.5zM16 14v1h-1v-1h1zM5 14v1h-1v-1h1zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-2.5h2v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h8v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h2v2.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bus\" viewBox=\"0 0 20 20\">\n<title>bus</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M13.5 5h-7c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 6h-11c-0.276 0-0.5 0.224-0.5 0.5v5c0 0.276 0.224 0.5 0.5 0.5h4.998c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h4.996c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h0.998c0.276 0 0.5-0.224 0.5-0.5v-5c0-0.276-0.224-0.5-0.5-0.5zM5 7h10v4h-0.349l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-3.197l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-2.849v-4z\"/>\n<path class=\"path5\" d=\"M15.616 1.783c-1.363-0.519-3.253-0.783-5.616-0.783s-4.252 0.263-5.616 0.783c-1.971 0.751-2.384 1.892-2.384 2.717v11c0 1.207 0.86 2.217 2 2.45v1.050c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h6v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.050c1.14-0.232 2-1.242 2-2.45v-11c0-0.825-0.414-1.966-2.384-2.717zM6 19h-1v-1h1v1zM14 19v-1h1v1h-1zM17 15.5c0 0.827-0.673 1.5-1.5 1.5h-11c-0.827 0-1.5-0.673-1.5-1.5v-11c0-0.743 0.586-1.343 1.741-1.783 1.232-0.469 3.050-0.717 5.259-0.717s4.028 0.248 5.259 0.717c1.155 0.44 1.741 1.040 1.741 1.783v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-car\" viewBox=\"0 0 20 20\">\n<title>car</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M16.958 11.907c-0.13-0.792-0.553-3.214-1.011-4.131-0.305-0.61-1.088-1.077-2.326-1.386-1.006-0.251-2.292-0.39-3.621-0.39s-2.615 0.138-3.621 0.39c-1.238 0.31-2.021 0.776-2.326 1.386-0.458 0.916-0.881 3.339-1.011 4.131-0.699 0.479-1.042 1.172-1.042 2.093v2.5c0 0.652 0.418 1.208 1 1.414v1.086c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h8v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.086c0.582-0.206 1-0.762 1-1.414v-2.5c0-0.921-0.343-1.614-1.042-2.093zM4.947 8.224c0.297-0.593 2.168-1.224 5.053-1.224s4.756 0.63 5.053 1.224c0.287 0.575 0.606 2.096 0.803 3.183-0.098-0.029-0.199-0.056-0.303-0.080-0.267-0.063-0.555-0.114-0.863-0.156l-2.899-2.077c-0.224-0.161-0.537-0.109-0.698 0.115s-0.109 0.537 0.115 0.698l1.566 1.122c-0.85-0.028-1.782-0.028-2.775-0.028-0.117 0-0.233 0-0.349 0l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.644 1.096c-1.341 0.024-2.507 0.097-3.42 0.314-0.104 0.025-0.205 0.052-0.303 0.080 0.198-1.087 0.516-2.608 0.804-3.183zM5 19h-1v-1h1v1zM15 19v-1h1v1h-1zM17 16.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-2.5c0-0.924 0.486-1.417 1.678-1.701 1.255-0.299 3.14-0.299 5.322-0.299s4.066 0 5.322 0.299c1.192 0.284 1.678 0.777 1.678 1.701v2.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-train\" viewBox=\"0 0 20 20\">\n<title>train</title>\n<path class=\"path1\" d=\"M14.5 15h-10c-1.378 0-2.5-1.122-2.5-2.5v-10c0-1.378 1.122-2.5 2.5-2.5h10c1.378 0 2.5 1.122 2.5 2.5v10c0 1.378-1.122 2.5-2.5 2.5zM4.5 1c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5h-10z\"/>\n<path class=\"path2\" d=\"M18.947 19.276l-2-4c-0.123-0.247-0.424-0.347-0.671-0.224s-0.347 0.424-0.224 0.671l0.138 0.276h-13.382l0.138-0.276c0.123-0.247 0.023-0.547-0.224-0.671s-0.547-0.023-0.671 0.224l-2 4c-0.123 0.247-0.023 0.547 0.224 0.671 0.072 0.036 0.148 0.053 0.223 0.053 0.183 0 0.36-0.101 0.448-0.277l0.362-0.724h16.382l0.362 0.724c0.088 0.175 0.264 0.277 0.448 0.277 0.075 0 0.151-0.017 0.223-0.053 0.247-0.123 0.347-0.424 0.224-0.671zM1.809 18l0.5-1h14.382l0.5 1h-15.382z\"/>\n<path class=\"path3\" d=\"M5.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M12.5 3h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M14.5 4h-10c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM5 5h4v3h-4v-3zM14 8h-4v-3h4v3z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bicycle\" viewBox=\"0 0 20 20\">\n<title>bicycle</title>\n<path class=\"path1\" d=\"M5.5 9.002c-0.828 0-1.502-0.674-1.502-1.502s0.674-1.502 1.502-1.502 1.502 0.674 1.502 1.502-0.674 1.502-1.502 1.502zM5.5 6.998c-0.277 0-0.502 0.225-0.502 0.502s0.225 0.502 0.502 0.502 0.502-0.225 0.502-0.502-0.225-0.502-0.502-0.502z\"/>\n<path class=\"path2\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-2.998c0-0.772 0.581-1.543 1.324-1.756l1.5-0.429-3.26-2.173-1.71 1.71c-0.094 0.094-0.221 0.146-0.354 0.146h-2.002c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1.795l1.854-1.854c0.169-0.169 0.433-0.195 0.631-0.063l3.668 2.445c0.55 0.367 0.548 0.797 0.522 0.966s-0.156 0.579-0.791 0.761l-1.577 0.452c-0.313 0.090-0.599 0.468-0.599 0.795v2.998c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15 20c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4zM15 13c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path4\" d=\"M3.999 20c-2.205 0-3.999-1.794-3.999-3.999s1.794-3.999 3.999-3.999 3.999 1.794 3.999 3.999-1.794 3.999-3.999 3.999zM3.999 13.002c-1.654 0-2.999 1.345-2.999 2.999s1.345 2.999 2.999 2.999 2.999-1.345 2.999-2.999-1.345-2.999-2.999-2.999z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-wheelchair\" viewBox=\"0 0 20 20\">\n<title>wheelchair</title>\n<path class=\"path1\" d=\"M17.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-0.651 0.651-2.729-2.656c-0.002-0.002-0.003-0.003-0.005-0.004-0.007-0.007-0.015-0.013-0.022-0.019-0.006-0.005-0.011-0.009-0.017-0.014s-0.013-0.010-0.020-0.014c-0.007-0.005-0.014-0.010-0.021-0.014-0.006-0.003-0.011-0.007-0.017-0.010-0.008-0.005-0.017-0.010-0.026-0.014-0.006-0.003-0.011-0.005-0.017-0.008-0.009-0.004-0.018-0.008-0.027-0.012-0.007-0.003-0.014-0.005-0.021-0.007-0.008-0.003-0.016-0.006-0.024-0.008s-0.018-0.004-0.027-0.006c-0.007-0.001-0.013-0.003-0.020-0.004-0.010-0.002-0.020-0.003-0.031-0.004-0.006-0.001-0.011-0.002-0.017-0.002-0.010-0.001-0.020-0.001-0.030-0.001-0.006-0-0.012-0-0.019-0-0.009 0-0.018 0.001-0.026 0.002s-0.016 0.001-0.023 0.002c-0.007 0.001-0.015 0.002-0.022 0.003-0.009 0.002-0.019 0.003-0.028 0.005-0.002 0.001-0.004 0.001-0.007 0.001l-3.945 0.953c-0.106 0.026-0.199 0.013-0.26-0.035s-0.095-0.135-0.095-0.244v-1.688h3.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-3.050c0.162 0.033 0.329 0.050 0.5 0.050 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5-2.5 1.122-2.5 2.5c0 0.816 0.393 1.542 1 1.999v6.189c0 0.416 0.174 0.792 0.476 1.030 0.218 0.172 0.49 0.262 0.777 0.262 0.111 0 0.223-0.013 0.336-0.041l3.677-0.888 2.885 2.808c0.097 0.094 0.223 0.142 0.349 0.142 0.128 0 0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707zM9.5 2c0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5z\"/>\n<path class=\"path2\" d=\"M7.5 20c-3.584 0-6.5-2.916-6.5-6.5 0-1.547 0.552-3.045 1.556-4.22 0.992-1.161 2.363-1.939 3.862-2.191 0.272-0.046 0.53 0.138 0.576 0.41s-0.138 0.53-0.41 0.576c-2.655 0.446-4.583 2.727-4.583 5.424 0 3.033 2.467 5.5 5.5 5.5 2.697 0 4.978-1.927 5.424-4.583 0.046-0.272 0.304-0.456 0.576-0.41s0.456 0.303 0.41 0.576c-0.251 1.498-1.029 2.87-2.191 3.862-1.174 1.003-2.673 1.556-4.22 1.556z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-select\" viewBox=\"0 0 20 20\">\n<title>select</title>\n<path class=\"path1\" d=\"M5.5 15h-4c-0.827 0-1.5-0.673-1.5-1.5v-12c0-0.827 0.673-1.5 1.5-1.5h14c0.827 0 1.5 0.673 1.5 1.5v7c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-7c0-0.276-0.224-0.5-0.5-0.5h-14c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13 20c-0.198 0-0.386-0.119-0.464-0.314l-1.697-4.242-2.963 3.386c-0.137 0.157-0.357 0.212-0.552 0.139s-0.324-0.26-0.324-0.468v-15c0-0.198 0.117-0.377 0.298-0.457s0.392-0.046 0.539 0.087l11 10c0.153 0.139 0.205 0.358 0.13 0.55s-0.26 0.32-0.466 0.32h-4.261l1.726 4.314c0.103 0.256-0.022 0.547-0.279 0.65l-2.5 1c-0.061 0.024-0.124 0.036-0.186 0.036zM11 14c0.028 0 0.056 0.002 0.084 0.007 0.172 0.029 0.315 0.146 0.38 0.307l1.814 4.536 1.572-0.629-1.814-4.536c-0.062-0.154-0.043-0.329 0.050-0.466s0.248-0.22 0.414-0.22h3.707l-9.207-8.37v12.539l2.624-2.999c0.096-0.109 0.233-0.171 0.376-0.171z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-earth\" viewBox=\"0 0 20 20\">\n<title>earth</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929s-5.182 1.040-7.071 2.929c-1.889 1.889-2.929 4.4-2.929 7.071s1.040 5.182 2.929 7.071c1.889 1.889 4.4 2.929 7.071 2.929s5.182-1.040 7.071-2.929c1.889-1.889 2.929-4.4 2.929-7.071s-1.040-5.182-2.929-7.071zM18.397 6.761c-0.195-0.351-0.685-0.518-1.325-0.736-0.687-0.234-0.93-0.94-1.211-1.758-0.244-0.71-0.496-1.443-1.095-1.899 1.639 1.027 2.924 2.567 3.631 4.393zM15.591 10.191c0.076 0.677 0.154 1.378-0.687 2.322-0.227 0.255-0.36 0.61-0.501 0.986-0.326 0.871-0.634 1.694-1.946 1.706-0.037-0.044-0.141-0.21-0.234-0.733-0.085-0.482-0.134-1.106-0.187-1.765-0.080-1.012-0.171-2.16-0.421-3.112-0.32-1.217-0.857-1.936-1.641-2.198-0.342-0.114-0.692-0.17-1.068-0.17-0.278 0-0.53 0.030-0.752 0.056-0.173 0.020-0.337 0.040-0.475 0.040 0 0-0 0-0 0-0.234 0-0.499 0-0.826-0.748-0.469-1.075-0.123-2.798 1.254-3.707 0.755-0.498 1.276-0.711 1.742-0.711 0.372 0 0.773 0.129 1.342 0.433 0.672 0.358 1.199 0.404 1.583 0.404 0.152 0 0.29-0.008 0.423-0.016 0.112-0.007 0.217-0.013 0.315-0.013 0.22 0 0.398 0.029 0.607 0.171 0.385 0.263 0.585 0.844 0.796 1.458 0.32 0.932 0.683 1.988 1.835 2.38 0.155 0.053 0.421 0.143 0.61 0.222-0.163 0.168-0.435 0.411-0.702 0.649-0.172 0.154-0.367 0.328-0.583 0.525-0.624 0.569-0.55 1.235-0.484 1.822zM1.001 9.923c0.108 0.019 0.224 0.042 0.344 0.067 0.562 0.12 0.825 0.228 0.94 0.289-0.053 0.103-0.16 0.255-0.231 0.355-0.247 0.351-0.555 0.788-0.438 1.269 0.079 0.325 0.012 0.723-0.103 1.091-0.332-0.938-0.513-1.946-0.513-2.996 0-0.026 0.001-0.051 0.001-0.077zM10 19c-3.425 0-6.41-1.924-7.93-4.747 0.262-0.499 0.748-1.603 0.521-2.569 0.016-0.097 0.181-0.331 0.28-0.472 0.271-0.385 0.608-0.863 0.358-1.37-0.175-0.356-0.644-0.596-1.566-0.804-0.214-0.048-0.422-0.087-0.599-0.118 0.536-4.455 4.338-7.919 8.935-7.919 1.578 0 3.062 0.409 4.352 1.125-0.319-0.139-0.608-0.161-0.84-0.161-0.127 0-0.253 0.007-0.375 0.015-0.119 0.007-0.242 0.014-0.364 0.014-0.284 0-0.638-0.034-1.112-0.287-0.724-0.385-1.266-0.55-1.812-0.55-0.676 0-1.362 0.262-2.293 0.876-0.805 0.531-1.411 1.343-1.707 2.288-0.289 0.921-0.258 1.864 0.087 2.654 0.407 0.932 0.944 1.348 1.742 1.348 0 0 0 0 0 0 0.197 0 0.389-0.023 0.592-0.047 0.205-0.024 0.416-0.049 0.635-0.049 0.271 0 0.51 0.038 0.751 0.118 0.439 0.147 0.763 0.639 0.991 1.504s0.314 1.966 0.391 2.936c0.064 0.81 0.124 1.574 0.257 2.151 0.081 0.35 0.185 0.616 0.32 0.813 0.201 0.294 0.489 0.456 0.811 0.456 0.884 0 1.59-0.285 2.099-0.847 0.423-0.467 0.639-1.044 0.813-1.508 0.102-0.273 0.208-0.556 0.311-0.672 1.137-1.277 1.020-2.329 0.934-3.098-0.063-0.564-0.064-0.764 0.164-0.972 0.212-0.193 0.405-0.366 0.575-0.518 0.363-0.324 0.625-0.558 0.809-0.758 0.126-0.138 0.422-0.461 0.34-0.865-0.001-0.004-0.002-0.007-0.002-0.011 0.343 0.951 0.53 1.976 0.53 3.044 0 4.963-4.037 9-9 9z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smile\" viewBox=\"0 0 20 20\">\n<title>smile</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M9.5 17c-3.584 0-6.5-2.916-6.5-6.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.033 2.467 5.5 5.5 5.5s5.5-2.467 5.5-5.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.584-2.916 6.5-6.5 6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sad\" viewBox=\"0 0 20 20\">\n<title>sad</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M5.499 15c-0.105 0-0.21-0.033-0.3-0.1-0.221-0.166-0.265-0.479-0.099-0.7 0.502-0.668 1.159-1.221 1.901-1.6 0.778-0.398 1.619-0.599 2.499-0.599s1.721 0.202 2.499 0.599c0.742 0.379 1.399 0.932 1.901 1.6 0.166 0.221 0.121 0.534-0.099 0.7s-0.534 0.121-0.7-0.099c-0.859-1.144-2.172-1.8-3.601-1.8s-2.741 0.656-3.601 1.8c-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-neutral\" viewBox=\"0 0 20 20\">\n<title>neutral</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M13.5 13h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mustache\" viewBox=\"0 0 20 20\">\n<title>mustache</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M15.923 12.233c-0.111-0.175-0.318-0.264-0.521-0.224-0.187 0.037-0.368 0.056-0.536 0.056-0 0-0 0-0 0-0.872-0-1.402-0.503-1.962-1.036-0.533-0.506-1.084-1.030-1.903-1.030-0.597 0-1.133 0.263-1.5 0.679-0.367-0.416-0.903-0.679-1.5-0.679-0.819 0-1.37 0.524-1.903 1.030-0.561 0.533-1.090 1.036-1.962 1.036-0.169 0-0.349-0.019-0.536-0.056-0.203-0.041-0.411 0.048-0.521 0.224s-0.101 0.401 0.023 0.567c1.157 1.543 2.642 1.867 3.685 1.867 0.621 0 1.115-0.117 1.355-0.187 0.531-0.154 1.018-0.542 1.36-1.028 0.343 0.486 0.83 0.873 1.36 1.028 0.24 0.070 0.734 0.187 1.355 0.187 1.042-0 2.528-0.324 3.685-1.867 0.124-0.166 0.134-0.391 0.023-0.567zM7.86 13.52c-0.188 0.055-0.579 0.147-1.076 0.147-0.585 0-1.349-0.131-2.069-0.654 0.935-0.179 1.556-0.768 2.070-1.258 0.492-0.468 0.815-0.755 1.214-0.755 0.551 0 1 0.449 1 1 0 0.611-0.554 1.349-1.14 1.52zM12.215 13.667c-0.497 0-0.887-0.092-1.076-0.147-0.586-0.17-1.14-0.909-1.14-1.52 0-0.551 0.449-1 1-1 0.4 0 0.722 0.287 1.214 0.755 0.515 0.489 1.135 1.079 2.070 1.257-0.721 0.523-1.485 0.654-2.069 0.654z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-alarm\" viewBox=\"0 0 20 20\">\n<title>alarm</title>\n<path class=\"path1\" d=\"M16.8 15.101c-1.144-0.859-1.8-2.172-1.8-3.601v-3c0-2.513-1.694-4.638-4-5.292l-0-0.708c0-0.827-0.673-1.5-1.5-1.5s-1.5 0.673-1.5 1.5v0.708c-2.306 0.655-4 2.779-4 5.292v3c0 1.429-0.656 2.741-1.8 3.601-0.172 0.129-0.242 0.354-0.174 0.558s0.259 0.342 0.474 0.342h4.55c-0.033 0.164-0.051 0.331-0.051 0.5 0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.168-0.017-0.336-0.050-0.5h4.55c0.215 0 0.406-0.138 0.474-0.342s-0.002-0.429-0.174-0.558zM9 2.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.523c-0.165-0.015-0.331-0.023-0.5-0.023s-0.335 0.008-0.5 0.023v-0.523zM11 16.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5c0-0.171 0.030-0.34 0.086-0.5h2.828c0.056 0.16 0.086 0.329 0.086 0.5zM3.742 15c0.255-0.309 0.477-0.646 0.659-1.001 0.398-0.778 0.599-1.619 0.599-2.499v-3c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5v3c0 0.88 0.202 1.721 0.599 2.499 0.182 0.356 0.404 0.692 0.659 1.001h-11.517z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bullhorn\" viewBox=\"0 0 20 20\">\n<title>bullhorn</title>\n<path class=\"path1\" d=\"M19.389 3.099c-0.578-1.735-1.346-2.099-1.889-2.099-0.011 0-0.023 0-0.035 0.001-0.553 0.012-1.536 0.299-3.008 0.731-3.084 0.903-7.744 2.269-12.458 2.269-1.14 0-2 1.505-2 3.5s0.86 3.5 2 3.5c0.369 0 0.738 0.008 1.105 0.024l1.666 6.628c0.19 0.756 0.949 1.348 1.729 1.348h1.313c0.433 0 0.801-0.18 1.008-0.495s0.229-0.723 0.060-1.121l-2.577-6.048c3.136 0.462 6.022 1.308 8.154 1.932 1.472 0.431 2.455 0.719 3.008 0.731 0.012 0 0.023 0.001 0.035 0.001 0.542 0 1.31-0.364 1.889-2.099 0.394-1.183 0.611-2.746 0.611-4.401s-0.217-3.218-0.611-4.401zM16 7.5c0-0.513 0.022-1.015 0.064-1.496 0.513 0.052 0.936 0.716 0.936 1.496s-0.422 1.445-0.936 1.496c-0.042-0.481-0.064-0.983-0.064-1.496zM1 7.5c0-1.526 0.592-2.5 1-2.5 1.135 0 2.264-0.076 3.368-0.204-0.237 0.758-0.368 1.697-0.368 2.704s0.13 1.946 0.368 2.704c-1.104-0.128-2.233-0.204-3.368-0.204-0.408 0-1-0.974-1-2.5zM7.961 17.776c0.041 0.096 0.038 0.16 0.026 0.178s-0.069 0.046-0.174 0.046h-1.313c-0.319 0-0.681-0.282-0.759-0.592l-1.588-6.319c0.335 0.027 0.669 0.059 1 0.097l2.808 6.59zM6.489 10.353c-0.304-0.687-0.489-1.748-0.489-2.853 0-1.122 0.18-2.163 0.488-2.852 3.185-0.473 6.096-1.325 8.25-1.957 0.415-0.122 0.811-0.238 1.171-0.339-0.103 0.215-0.203 0.463-0.298 0.747-0.394 1.183-0.611 2.746-0.611 4.401s0.217 3.218 0.611 4.401c0.095 0.284 0.195 0.532 0.298 0.747-0.36-0.101-0.756-0.217-1.171-0.339-2.155-0.631-5.065-1.484-8.25-1.957zM18.44 11.585c-0.373 1.12-0.778 1.415-0.94 1.415s-0.567-0.296-0.94-1.415c-0.157-0.47-0.283-1.009-0.375-1.596 0.486-0.056 0.943-0.331 1.276-0.775 0.348-0.464 0.539-1.073 0.539-1.714s-0.192-1.251-0.539-1.714c-0.333-0.444-0.79-0.719-1.276-0.775 0.093-0.586 0.219-1.126 0.375-1.596 0.373-1.12 0.778-1.416 0.94-1.416s0.567 0.296 0.94 1.415c0.361 1.084 0.56 2.534 0.56 4.085s-0.199 3.001-0.56 4.085z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-high\" viewBox=\"0 0 20 20\">\n<title>volume-high</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M15.545 17.209c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.761-1.432 2.771-3.554 2.771-5.821s-1.010-4.389-2.771-5.821c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.995 1.623 3.14 4.028 3.14 6.597s-1.144 4.974-3.14 6.597c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path4\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-medium\" viewBox=\"0 0 20 20\">\n<title>volume-medium</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-low\" viewBox=\"0 0 20 20\">\n<title>volume-low</title>\n<path class=\"path1\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume\" viewBox=\"0 0 20 20\">\n<title>volume</title>\n<path class=\"path1\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mic\" viewBox=\"0 0 20 20\">\n<title>mic</title>\n<path class=\"path1\" d=\"M9.5 14c-1.93 0-3.5-1.57-3.5-3.5v-6c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v6c0 1.93-1.57 3.5-3.5 3.5zM9.5 2c-1.378 0-2.5 1.122-2.5 2.5v6c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5v-6c0-1.378-1.122-2.5-2.5-2.5z\"/>\n<path class=\"path2\" d=\"M16 10.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.033-2.467 5.5-5.5 5.5s-5.5-2.467-5.5-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.416 2.649 6.225 6 6.481v2.019h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-1.5v-2.019c3.351-0.256 6-3.065 6-6.481z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hourglass\" viewBox=\"0 0 20 20\">\n<title>hourglass</title>\n<path class=\"path1\" d=\"M16 3.5v-0.5c0-0.392-0.241-0.733-0.717-1.014-0.344-0.203-0.821-0.382-1.419-0.531-1.172-0.293-2.722-0.454-4.364-0.454s-3.192 0.161-4.364 0.454c-0.598 0.149-1.075 0.328-1.419 0.531-0.476 0.281-0.717 0.622-0.717 1.014v0.5c0 2.631 1.593 4.999 4 6.002v1.997c-2.407 1.003-4 3.371-4 6.002v0.5c0 0.392 0.241 0.733 0.717 1.014 0.344 0.203 0.821 0.382 1.419 0.531 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.598-0.149 1.075-0.328 1.419-0.531 0.476-0.281 0.717-0.623 0.717-1.014v-0.5c0-2.631-1.593-4.999-4-6.002v-1.997c2.407-1.003 4-3.371 4-6.002zM5.612 2.369c1.066-0.238 2.447-0.369 3.888-0.369s2.823 0.131 3.888 0.369c1.15 0.257 1.498 0.534 1.589 0.631-0.091 0.097-0.439 0.374-1.589 0.631-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.15-0.257-1.498-0.534-1.589-0.631 0.091-0.097 0.439-0.374 1.589-0.631zM11.333 12.313c2.193 0.775 3.667 2.86 3.667 5.187v0.473c-0.042 0.057-0.324 0.37-1.612 0.657-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.287-0.288-1.57-0.6-1.612-0.657v-0.473c0-2.327 1.473-4.412 3.667-5.187 0.2-0.071 0.333-0.259 0.333-0.471v-2.683c0-0.212-0.134-0.401-0.333-0.471-1.976-0.699-3.368-2.461-3.624-4.506 0.3 0.135 0.666 0.257 1.093 0.364 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.428-0.107 0.794-0.229 1.093-0.364-0.256 2.045-1.647 3.807-3.624 4.506-0.2 0.071-0.333 0.26-0.333 0.471v2.683c0 0.212 0.134 0.401 0.333 0.471z\"/>\n<path class=\"path2\" d=\"M13.667 16.529c-2.262-0.799-3.667-2.726-3.667-5.029v-3.025c0.6-0.059 1.178-0.225 1.723-0.495 0.247-0.123 0.348-0.423 0.225-0.67s-0.423-0.348-0.67-0.225c-0.555 0.276-1.153 0.416-1.778 0.416s-1.223-0.14-1.778-0.416c-0.247-0.123-0.547-0.022-0.67 0.225s-0.022 0.547 0.225 0.67c0.545 0.271 1.122 0.436 1.723 0.495v3.025c0 2.302-1.405 4.229-3.667 5.029-0.21 0.074-0.346 0.279-0.332 0.501s0.172 0.409 0.39 0.458c0.982 0.22 2.477 0.512 4.109 0.512s3.127-0.292 4.109-0.512c0.218-0.049 0.377-0.236 0.39-0.458s-0.122-0.427-0.332-0.501zM9.5 17c-0.877 0-1.701-0.087-2.437-0.205 0.665-0.421 1.244-0.952 1.711-1.575 0.293-0.391 0.536-0.812 0.726-1.254 0.19 0.442 0.433 0.863 0.726 1.254 0.466 0.622 1.045 1.153 1.711 1.575-0.736 0.117-1.56 0.205-2.437 0.205z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-undo\" viewBox=\"0 0 20 20\">\n<title>undo</title>\n<path class=\"path1\" d=\"M17.51 4.49c-1.605-1.605-3.74-2.49-6.010-2.49s-4.405 0.884-6.010 2.49-2.49 3.74-2.49 6.010v1.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-1.293c0-4.136 3.364-7.5 7.5-7.5s7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c2.27 0 4.405-0.884 6.010-2.49s2.49-3.74 2.49-6.010c0-2.27-0.884-4.405-2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-redo\" viewBox=\"0 0 20 20\">\n<title>redo</title>\n<path class=\"path1\" d=\"M2.49 4.49c1.605-1.605 3.74-2.49 6.010-2.49s4.405 0.884 6.010 2.49 2.49 3.74 2.49 6.010v1.293l2.146-2.146c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.146 2.146v-1.293c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5c0 4.136 3.364 7.5 7.5 7.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sync\" viewBox=\"0 0 20 20\">\n<title>sync</title>\n<path class=\"path1\" d=\"M19.854 8.646c-0.195-0.195-0.512-0.195-0.707 0l-1.149 1.149c-0.051-2.060-0.878-3.99-2.341-5.452-1.511-1.511-3.52-2.343-5.657-2.343-2.974 0-5.686 1.635-7.077 4.266-0.129 0.244-0.036 0.547 0.208 0.676s0.547 0.036 0.676-0.208c1.217-2.303 3.59-3.734 6.193-3.734 3.789 0 6.885 3.027 6.997 6.789l-1.143-1.143c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M16.869 13.058c-0.244-0.129-0.547-0.036-0.676 0.208-1.217 2.303-3.59 3.734-6.193 3.734-3.789 0-6.885-3.027-6.997-6.789l1.143 1.143c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.149-1.149c0.051 2.060 0.878 3.99 2.341 5.452 1.511 1.511 3.52 2.343 5.657 2.343 2.974 0 5.686-1.635 7.077-4.266 0.129-0.244 0.036-0.547-0.208-0.676z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-history\" viewBox=\"0 0 20 20\">\n<title>history</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929-3.094 0-5.975 1.425-7.853 3.807v-1.307c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.972c0 0.229 0.155 0.428 0.377 0.485 0.097 0.025 0.195 0.019 0.284-0.011v0l2.853-0.972c0.261-0.089 0.401-0.373 0.312-0.634s-0.373-0.401-0.634-0.312l-1.49 0.508c1.688-2.208 4.32-3.534 7.152-3.534 4.963 0 9 4.037 9 9s-4.037 9-9 9c-3.316 0-6.354-1.815-7.928-4.737-0.131-0.243-0.434-0.334-0.677-0.203s-0.334 0.434-0.203 0.677c1.749 3.246 5.125 5.263 8.809 5.263 2.671 0 5.182-1.040 7.071-2.929s2.929-4.4 2.929-7.071c0-2.671-1.040-5.182-2.929-7.071z\"/>\n<path class=\"path2\" d=\"M10 10.5c-0.084 0-0.167-0.021-0.243-0.063l-4.5-2.5c-0.241-0.134-0.328-0.438-0.194-0.68s0.438-0.328 0.68-0.194l4.24 2.355 5.249-3.34c0.233-0.148 0.542-0.080 0.69 0.153s0.080 0.542-0.153 0.69l-5.5 3.5c-0.082 0.052-0.175 0.078-0.268 0.078z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-clock\" viewBox=\"0 0 20 20\">\n<title>clock</title>\n<path class=\"path1\" d=\"M16.32 17.113c1.729-1.782 2.68-4.124 2.68-6.613 0-2.37-0.862-4.608-2.438-6.355l0.688-0.688 0.647 0.646c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l0.647 0.646-0.688 0.688c-1.747-1.576-3.985-2.438-6.355-2.438s-4.608 0.862-6.355 2.438l-0.688-0.688 0.646-0.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l0.646-0.646 0.688 0.688c-1.576 1.747-2.438 3.985-2.438 6.355 0 2.489 0.951 4.831 2.68 6.613l-2.034 2.034c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.354-0.147l2.060-2.059c1.705 1.428 3.836 2.206 6.087 2.206s4.382-0.778 6.087-2.206l2.059 2.059c0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.353-0.147c0.195-0.195 0.195-0.512 0-0.707l-2.034-2.034zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M15.129 7.25c-0.138-0.239-0.444-0.321-0.683-0.183l-4.92 2.841-3.835-2.685c-0.226-0.158-0.538-0.103-0.696 0.123s-0.103 0.538 0.123 0.696l4.096 2.868c0.001 0.001 0.002 0.001 0.002 0.002 0.009 0.006 0.018 0.012 0.027 0.017 0.002 0.001 0.004 0.003 0.006 0.004 0.009 0.005 0.018 0.010 0.027 0.015 0.002 0.001 0.004 0.002 0.006 0.003 0.010 0.005 0.020 0.009 0.031 0.014 0.006 0.003 0.013 0.005 0.019 0.007 0.004 0.001 0.008 0.003 0.013 0.005 0.007 0.002 0.014 0.004 0.021 0.006 0.004 0.001 0.008 0.002 0.012 0.003 0.007 0.002 0.014 0.003 0.022 0.005 0.004 0.001 0.008 0.002 0.012 0.002 0.007 0.001 0.014 0.002 0.021 0.003 0.005 0.001 0.010 0.001 0.015 0.002 0.006 0.001 0.012 0.001 0.018 0.002 0.009 0.001 0.018 0.001 0.027 0.001 0.002 0 0.004 0 0.006 0 0 0 0-0 0-0s0 0 0.001 0c0.019 0 0.037-0.001 0.056-0.003 0.001-0 0.002-0 0.003-0 0.018-0.002 0.036-0.005 0.054-0.010 0.002-0 0.003-0.001 0.005-0.001 0.017-0.004 0.034-0.009 0.050-0.015 0.003-0.001 0.006-0.002 0.008-0.003 0.016-0.006 0.031-0.012 0.046-0.020 0.004-0.002 0.007-0.004 0.011-0.006 0.005-0.003 0.011-0.005 0.016-0.008l5.196-3c0.239-0.138 0.321-0.444 0.183-0.683z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-download\" viewBox=\"0 0 20 20\">\n<title>download</title>\n<path class=\"path1\" d=\"M14.853 9.647c-0.195-0.195-0.512-0.195-0.707 0l-4.146 4.146v-11.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v11.293l-4.146-4.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.147l5-5c0.195-0.195 0.195-0.512-0-0.707z\"/>\n<path class=\"path2\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-upload\" viewBox=\"0 0 20 20\">\n<title>upload</title>\n<path class=\"path1\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M14.854 8.646l-5-5c-0.195-0.195-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l4.146-4.146v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l4.146 4.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter-down\" viewBox=\"0 0 20 20\">\n<title>enter-down</title>\n<path class=\"path1\" d=\"M12.854 11.646c-0.195-0.195-0.512-0.195-0.707 0l-2.146 2.146v-12.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v12.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit-up\" viewBox=\"0 0 20 20\">\n<title>exit-up</title>\n<path class=\"path1\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M12.853 3.646l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.147-2.146v11.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.293l2.147 2.146c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bug\" viewBox=\"0 0 20 20\">\n<title>bug</title>\n<path class=\"path1\" d=\"M17.5 12h-1.515c-0.062-1.099-0.33-2.153-0.781-3.102 1.036-0.305 1.795-1.264 1.795-2.398 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 0.761-0.57 1.392-1.306 1.487-0.174-0.266-0.365-0.521-0.571-0.762-0.108-0.126-0.219-0.246-0.333-0.362 0.14-0.439 0.21-0.896 0.21-1.363 0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5c0 0.467 0.071 0.924 0.21 1.363-0.114 0.116-0.225 0.236-0.333 0.362-0.207 0.241-0.397 0.496-0.571 0.762-0.736-0.095-1.306-0.726-1.306-1.487 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.134 0.759 2.093 1.795 2.398-0.451 0.949-0.718 2.003-0.781 3.102h-1.514c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.515c0.062 1.099 0.33 2.153 0.781 3.102-1.036 0.305-1.795 1.264-1.795 2.398 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-0.761 0.57-1.392 1.306-1.487 0.174 0.266 0.365 0.521 0.571 0.762 1.23 1.435 2.871 2.225 4.622 2.225s3.393-0.79 4.622-2.225c0.207-0.241 0.397-0.496 0.571-0.762 0.736 0.095 1.306 0.726 1.306 1.487 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-1.134-0.759-2.093-1.795-2.398 0.451-0.949 0.718-2.003 0.781-3.102h1.514c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM9.5 2c1.93 0 3.5 1.57 3.5 3.5 0 0.215-0.019 0.426-0.057 0.634-1.022-0.738-2.205-1.134-3.443-1.134s-2.421 0.395-3.443 1.134c-0.038-0.208-0.057-0.419-0.057-0.634 0-1.93 1.57-3.5 3.5-3.5zM4 12.5c0-3.385 2.201-6.173 5-6.473v12.946c-2.799-0.3-5-3.088-5-6.473zM10 18.973v-12.946c2.799 0.3 5 3.088 5 6.473s-2.201 6.173-5 6.473z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-code\" viewBox=\"0 0 20 20\">\n<title>code</title>\n<path class=\"path1\" d=\"M5 15c-0.128 0-0.256-0.049-0.354-0.146l-4-4c-0.195-0.195-0.195-0.512 0-0.707l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.646 3.646 3.646 3.646c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path2\" d=\"M15 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.646-3.646-3.646-3.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l4 4c0.195 0.195 0.195 0.512 0 0.707l-4 4c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M7.5 15c-0.091 0-0.182-0.025-0.265-0.076-0.234-0.146-0.305-0.455-0.159-0.689l5-8c0.146-0.234 0.455-0.305 0.689-0.159s0.305 0.455 0.159 0.689l-5 8c-0.095 0.152-0.258 0.235-0.424 0.235z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-link\" viewBox=\"0 0 20 20\">\n<title>link</title>\n<path class=\"path1\" d=\"M10.682 12.998c-0.943 0-1.886-0.359-2.604-1.077-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0c1.046 1.046 2.747 1.046 3.793 0l3.636-3.636c1.046-1.046 1.046-2.747 0-3.793s-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0s1.436 3.772 0 5.207l-3.636 3.636c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n<path class=\"path2\" d=\"M4.682 18.998c-0.943 0-1.886-0.359-2.604-1.077-1.436-1.436-1.436-3.772 0-5.207l3.636-3.636c1.436-1.436 3.772-1.436 5.207 0 0.195 0.195 0.195 0.512 0 0.707s-0.512 0.195-0.707 0c-1.046-1.046-2.747-1.046-3.793 0l-3.636 3.636c-1.046 1.046-1.046 2.747 0 3.793s2.747 1.046 3.793 0l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-unlink\" viewBox=\"0 0 20 20\">\n<title>unlink</title>\n<path class=\"path1\" d=\"M13.5 11.5c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.068-3.068c0.507-0.507 0.786-1.18 0.786-1.896s-0.279-1.39-0.786-1.896c-1.046-1.046-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0 0.695 0.695 1.078 1.62 1.078 2.604s-0.383 1.908-1.078 2.604l-3.068 3.068c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path2\" d=\"M4.682 19c-0.983 0-1.908-0.383-2.604-1.078-1.436-1.436-1.436-3.772 0-5.207l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-1.046 1.046-1.046 2.747 0 3.793 0.507 0.507 1.18 0.786 1.896 0.786s1.39-0.279 1.896-0.786l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.695 0.695-1.62 1.078-2.604 1.078z\"/>\n<path class=\"path3\" d=\"M5.5 7c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M7.5 6c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M4.5 9h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M15.5 17c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M17.5 13h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M11.5 19c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-up\" viewBox=\"0 0 20 20\">\n<title>thumbs-up</title>\n<path class=\"path1\" d=\"M18.916 11.208c0.443-0.511 0.695-1.355 0.695-2.159 0-0.531-0.115-0.996-0.333-1.345-0.284-0.454-0.738-0.704-1.278-0.704h-2.618c1.425-2.591 1.785-4.543 1.070-5.807-0.499-0.881-1.413-1.193-2.045-1.193-0.25 0-0.462 0.185-0.495 0.433-0.179 1.319-1.188 2.893-2.768 4.318-1.514 1.365-3.374 2.456-5.286 3.11-0.241-0.508-0.758-0.86-1.356-0.86h-3c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h3c0.634 0 1.176-0.395 1.396-0.952 1.961 0.246 2.699 0.64 3.414 1.022 0.895 0.478 1.739 0.93 4.503 0.93 0.72 0 1.398-0.188 1.91-0.529 0.5-0.333 0.82-0.801 0.926-1.343 0.399-0.162 0.753-0.536 1.024-1.092 0.264-0.541 0.435-1.232 0.435-1.761 0-0.099-0.006-0.19-0.017-0.274 0.253-0.186 0.48-0.473 0.667-0.851 0.27-0.545 0.432-1.228 0.432-1.826 0-0.424-0.079-0.777-0.234-1.051-0.013-0.022-0.026-0.044-0.039-0.065zM4.5 18h-3c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v8.999c0 0 0 0.001 0 0.001-0 0.276-0.224 0.5-0.5 0.5zM18.339 10.274c-0.151 0.304-0.304 0.414-0.37 0.414-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c0.042 0 0.072 0 0.117 0.078 0.066 0.117 0.104 0.32 0.104 0.558 0 0.445-0.126 0.974-0.328 1.382-0.198 0.399-0.399 0.544-0.487 0.544-0.276 0-0.5 0.224-0.5 0.5 0 0.177 0.092 0.333 0.231 0.422 0.031 0.317-0.117 1.165-0.501 1.718-0.145 0.209-0.298 0.329-0.418 0.329-0.276 0-0.5 0.224-0.5 0.5 0 0.88-0.972 1.281-1.875 1.281-2.513 0-3.217-0.376-4.032-0.812-0.762-0.407-1.618-0.865-3.781-1.134v-8.187c2.101-0.689 4.152-1.877 5.812-3.373 1.593-1.436 2.639-2.988 2.994-4.426 0.272 0.087 0.579 0.271 0.776 0.618 0.334 0.59 0.584 2.096-1.493 5.557-0.093 0.154-0.095 0.347-0.006 0.504s0.255 0.254 0.435 0.254h3.483c0.199 0 0.327 0.070 0.43 0.234 0.117 0.187 0.181 0.477 0.181 0.815 0 0.424-0.102 0.882-0.272 1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-down\" viewBox=\"0 0 20 20\">\n<title>thumbs-down</title>\n<path class=\"path1\" d=\"M18.916 8.792c0.443 0.511 0.695 1.355 0.695 2.159 0 0.531-0.115 0.996-0.333 1.345-0.284 0.454-0.738 0.704-1.278 0.704h-2.618c1.425 2.591 1.785 4.543 1.070 5.807-0.499 0.881-1.413 1.193-2.045 1.193-0.25 0-0.462-0.185-0.495-0.433-0.179-1.319-1.188-2.893-2.768-4.318-1.514-1.365-3.374-2.456-5.286-3.11-0.241 0.508-0.758 0.86-1.356 0.86h-3c-0.827 0-1.5-0.673-1.5-1.5v-9c0-0.827 0.673-1.5 1.5-1.5h3c0.634 0 1.176 0.395 1.396 0.952 1.961-0.246 2.699-0.64 3.414-1.022 0.895-0.478 1.739-0.93 4.503-0.93 0.72 0 1.398 0.188 1.91 0.529 0.5 0.333 0.82 0.801 0.926 1.343 0.399 0.162 0.753 0.536 1.024 1.092 0.264 0.541 0.435 1.232 0.435 1.761 0 0.099-0.006 0.19-0.017 0.274 0.253 0.186 0.48 0.473 0.667 0.851 0.27 0.545 0.432 1.228 0.432 1.826 0 0.424-0.079 0.777-0.234 1.051-0.013 0.022-0.026 0.044-0.039 0.065zM4.5 2h-3c-0.276 0-0.5 0.224-0.5 0.5v9c0 0.276 0.224 0.5 0.5 0.5h3c0.276 0 0.5-0.224 0.5-0.5v-8.999c0-0 0-0.001 0-0.001-0-0.276-0.224-0.5-0.5-0.5zM18.339 9.726c-0.151-0.304-0.304-0.414-0.37-0.414-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.042 0 0.072 0 0.117-0.078 0.066-0.117 0.104-0.32 0.104-0.558 0-0.445-0.126-0.974-0.328-1.382-0.198-0.399-0.399-0.544-0.487-0.544-0.276 0-0.5-0.224-0.5-0.5 0-0.177 0.092-0.333 0.231-0.422 0.031-0.317-0.117-1.165-0.501-1.718-0.145-0.209-0.298-0.329-0.418-0.329-0.276 0-0.5-0.224-0.5-0.5 0-0.88-0.972-1.281-1.875-1.281-2.513 0-3.217 0.376-4.032 0.812-0.762 0.407-1.618 0.865-3.781 1.134v8.187c2.101 0.689 4.152 1.877 5.812 3.373 1.593 1.436 2.639 2.988 2.994 4.426 0.272-0.087 0.579-0.271 0.776-0.618 0.334-0.59 0.584-2.096-1.493-5.557-0.093-0.154-0.095-0.347-0.006-0.504s0.255-0.254 0.435-0.254h3.483c0.199 0 0.327-0.070 0.43-0.234 0.117-0.187 0.181-0.477 0.181-0.815 0-0.424-0.102-0.882-0.272-1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magnifier\" viewBox=\"0 0 20 20\">\n<title>magnifier</title>\n<path class=\"path1\" d=\"M18.869 19.162l-5.943-6.484c1.339-1.401 2.075-3.233 2.075-5.178 0-2.003-0.78-3.887-2.197-5.303s-3.3-2.197-5.303-2.197-3.887 0.78-5.303 2.197-2.197 3.3-2.197 5.303 0.78 3.887 2.197 5.303 3.3 2.197 5.303 2.197c1.726 0 3.362-0.579 4.688-1.645l5.943 6.483c0.099 0.108 0.233 0.162 0.369 0.162 0.121 0 0.242-0.043 0.338-0.131 0.204-0.187 0.217-0.503 0.031-0.706zM1 7.5c0-3.584 2.916-6.5 6.5-6.5s6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5-6.5-2.916-6.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross\" viewBox=\"0 0 20 20\">\n<title>cross</title>\n<path class=\"path1\" d=\"M10.707 10.5l5.646-5.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.646 5.646-5.646-5.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.646 5.646-5.646 5.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l5.646-5.646 5.646 5.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-5.646-5.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu\" viewBox=\"0 0 20 20\">\n<title>menu</title>\n<path class=\"path1\" d=\"M17.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-list\" viewBox=\"0 0 20 20\">\n<title>list</title>\n<path class=\"path1\" d=\"M19.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M19.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M19.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M1.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M1.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5c0 0.827-0.673 1.5-1.5 1.5zM1.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M1.5 17c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up\" viewBox=\"0 0 20 20\">\n<title>chevron-up</title>\n<path class=\"path1\" d=\"M0 15c0 0.128 0.049 0.256 0.146 0.354 0.195 0.195 0.512 0.195 0.707 0l8.646-8.646 8.646 8.646c0.195 0.195 0.512 0.195 0.707 0s0.195-0.512 0-0.707l-9-9c-0.195-0.195-0.512-0.195-0.707 0l-9 9c-0.098 0.098-0.146 0.226-0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down\" viewBox=\"0 0 20 20\">\n<title>chevron-down</title>\n<path class=\"path1\" d=\"M0 6c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l8.646 8.646 8.646-8.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-9 9c-0.195 0.195-0.512 0.195-0.707 0l-9-9c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left\" viewBox=\"0 0 20 20\">\n<title>chevron-left</title>\n<path class=\"path1\" d=\"M14 20c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-8.646-8.646 8.646-8.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-9 9c-0.195 0.195-0.195 0.512 0 0.707l9 9c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right\" viewBox=\"0 0 20 20\">\n<title>chevron-right</title>\n<path class=\"path1\" d=\"M5 20c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l8.646-8.646-8.646-8.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l9 9c0.195 0.195 0.195 0.512 0 0.707l-9 9c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up\" viewBox=\"0 0 20 20\">\n<title>arrow-up</title>\n<path class=\"path1\" d=\"M9.146 0.646l-6 6c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l5.146-5.146v16.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-16.293l5.146 5.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.354s-0.049-0.256-0.146-0.354l-6-6c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down\" viewBox=\"0 0 20 20\">\n<title>arrow-down</title>\n<path class=\"path1\" d=\"M9.854 19.354l6-6c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.146 5.146v-16.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v16.293l-5.146-5.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.354s0.049 0.256 0.146 0.354l6 6c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left\" viewBox=\"0 0 20 20\">\n<title>arrow-left</title>\n<path class=\"path1\" d=\"M0.646 10.146l6-6c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5.146 5.146h16.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-16.293l5.146 5.146c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-6-6c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right\" viewBox=\"0 0 20 20\">\n<title>arrow-right</title>\n<path class=\"path1\" d=\"M19.354 10.146l-6-6c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.146 5.146h-16.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16.293l-5.146 5.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l6-6c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-move\" viewBox=\"0 0 20 20\">\n<title>move</title>\n<path class=\"path1\" d=\"M18.354 10.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.793v-6.793l2.146 2.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.146-2.146v6.793h-6.793l2.146-2.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2.146-2.146h6.793v6.793l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-6.793h6.793l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-warning\" viewBox=\"0 0 20 20\">\n<title>warning</title>\n<path class=\"path1\" d=\"M18.5 19h-18c-0.178 0-0.342-0.094-0.432-0.248s-0.091-0.343-0.004-0.498l9-16c0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255l9 16c0.087 0.155 0.085 0.344-0.004 0.498s-0.254 0.248-0.432 0.248zM1.355 18h16.29l-8.145-14.48-8.145 14.48z\"/>\n<path class=\"path2\" d=\"M9.5 14c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-question-circle\" viewBox=\"0 0 20 20\">\n<title>question-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.5 15c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5 1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5-3.5 1.57-3.5 3.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5c0 2.312-1.753 4.223-4 4.472v1.528c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 18c-0 0 0 0 0 0-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5 0 0 0 0 0 0 0.276 0 0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu-circle\" viewBox=\"0 0 20 20\">\n<title>menu-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M14.5 8h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 11h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 14h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-checkmark-circle\" viewBox=\"0 0 20 20\">\n<title>checkmark-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M7.5 14.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross-circle\" viewBox=\"0 0 20 20\">\n<title>cross-circle</title>\n<path class=\"path1\" d=\"M14.332 14.126l-4.080-3.626 4.080-3.626c0.206-0.183 0.225-0.499 0.042-0.706s-0.499-0.225-0.706-0.042l-4.168 3.705-4.168-3.705c-0.206-0.183-0.522-0.165-0.706 0.042s-0.165 0.522 0.042 0.706l4.080 3.626-4.080 3.626c-0.206 0.183-0.225 0.499-0.042 0.706 0.099 0.111 0.236 0.168 0.374 0.168 0.118 0 0.237-0.042 0.332-0.126l4.168-3.705 4.168 3.705c0.095 0.085 0.214 0.126 0.332 0.126 0.138 0 0.275-0.057 0.374-0.168 0.183-0.206 0.165-0.522-0.042-0.706z\"/>\n<path class=\"path2\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-plus-circle\" viewBox=\"0 0 20 20\">\n<title>plus-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 10h-5.5v-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v5.5h-5.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.5v5.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-5.5h5.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-circle-minus\" viewBox=\"0 0 20 20\">\n<title>circle-minus</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 11h-12c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.147 4.647l-4 4c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l3.146-3.147v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l3.147 3.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.353s-0.049-0.256-0.147-0.353l-4-4c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M9.853 16.353l4-4c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.146 3.147v-10.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v10.293l-3.147-3.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.353s0.049 0.256 0.147 0.353l4 4c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M3.647 10.147l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.147 3.146h10.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.293l3.146 3.147c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.353 0.146s-0.256-0.049-0.353-0.147l-4-4c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.353 10.147l-4-4c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3.147 3.146h-10.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h10.293l-3.146 3.147c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.147l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15 12c0 0.128-0.049 0.256-0.146 0.354-0.195 0.195-0.512 0.195-0.707 0l-4.646-4.646-4.646 4.646c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l5-5c0.195-0.195 0.512-0.195 0.707 0l5 5c0.098 0.098 0.146 0.226 0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M4 9c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l4.646 4.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.195 0.195-0.512 0.195-0.707 0l-5-5c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M11 16c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-4.646-4.646 4.646-4.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M8 16c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l4.646-4.646-4.646-4.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l5 5c0.195 0.195 0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-crop\" viewBox=\"0 0 20 20\">\n<title>crop</title>\n<path class=\"path1\" d=\"M19.5 15h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M12.5 15h-7c-0.276 0-0.5-0.224-0.5-0.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6.5h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M5.5 4c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 20c-0.276 0-0.5-0.224-0.5-0.5v-13.5h-13.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5v14c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-expand\" viewBox=\"0 0 20 20\">\n<title>frame-expand</title>\n<path class=\"path1\" d=\"M18.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M0.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M3.5 18h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 18h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-contract\" viewBox=\"0 0 20 20\">\n<title>frame-contract</title>\n<path class=\"path1\" d=\"M14.5 9h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M6.5 9h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M11.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-layers\" viewBox=\"0 0 20 20\">\n<title>layers</title>\n<path class=\"path1\" d=\"M10 12c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.185-0.078-0.306-0.26-0.306-0.461s0.121-0.383 0.306-0.461l9.5-4c0.124-0.052 0.264-0.052 0.388 0l9.5 4c0.185 0.078 0.306 0.26 0.306 0.461s-0.121 0.383-0.306 0.461l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039zM1.788 7.5l8.212 3.457 8.212-3.457-8.212-3.457-8.212 3.457z\"/>\n<path class=\"path2\" d=\"M10 15c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n<path class=\"path3\" d=\"M10 18c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-funnel\" viewBox=\"0 0 20 20\">\n<title>funnel</title>\n<path class=\"path1\" d=\"M16.23 3.307c-0.396-0.268-0.949-0.504-1.643-0.702-1.366-0.39-3.172-0.605-5.087-0.605s-3.722 0.215-5.087 0.605c-0.694 0.198-1.246 0.434-1.643 0.702-0.637 0.43-0.77 0.886-0.77 1.193v0.5c0 0.428 0.321 1.133 0.639 1.609l4.891 7.336c0.251 0.376 0.471 1.103 0.471 1.555v3c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l2-1c0.169-0.085 0.276-0.258 0.276-0.447v-2c0-0.452 0.22-1.179 0.471-1.555l4.891-7.336c0.317-0.476 0.639-1.182 0.639-1.609v-0.5c0-0.307-0.134-0.763-0.77-1.193zM4.688 3.567c1.279-0.365 2.988-0.567 4.812-0.567s3.534 0.201 4.812 0.567c1.378 0.394 1.688 0.816 1.688 0.933s-0.31 0.54-1.688 0.933c-1.279 0.365-2.988 0.567-4.812 0.567s-3.534-0.201-4.812-0.567c-1.378-0.394-1.688-0.816-1.688-0.933s0.31-0.54 1.688-0.933zM10.639 13.391c-0.358 0.537-0.639 1.464-0.639 2.109v1.691l-1 0.5v-2.191c0-0.646-0.281-1.572-0.639-2.109l-4.88-7.32c0.274 0.117 0.585 0.226 0.932 0.324 1.366 0.39 3.172 0.605 5.087 0.605s3.722-0.215 5.087-0.605c0.346-0.099 0.658-0.207 0.932-0.325l-4.88 7.32z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format\" viewBox=\"0 0 20 20\">\n<title>text-format</title>\n<path class=\"path1\" d=\"M16.5 19h-14c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.96 15.303l-2.57-5.996c-0.001-0.001-0.001-0.003-0.002-0.004l-3.428-8c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3.428 8c-0.001 0.002-0.001 0.003-0.002 0.005l-2.57 5.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l2.442-5.697h6.198l2.442 5.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM6.83 9l2.67-6.231 2.67 6.231h-5.341z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format-remove\" viewBox=\"0 0 20 20\">\n<title>text-format-remove</title>\n<path class=\"path1\" d=\"M13.5 1h-12c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.41l-1.903 11.418c-0.045 0.272 0.139 0.53 0.411 0.575 0.028 0.005 0.056 0.007 0.083 0.007 0.24 0 0.452-0.173 0.493-0.418l1.93-11.582h5.576c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M10.5 16h-9c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M15.707 16.5l1.646-1.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-1.646 1.646-1.646-1.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.646 1.646-1.646 1.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1.646-1.646 1.646 1.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.646-1.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-size\" viewBox=\"0 0 20 20\">\n<title>text-size</title>\n<path class=\"path1\" d=\"M6.96 16.303l-1.284-2.996c-0.001-0.001-0.001-0.003-0.002-0.004l-1.714-4c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-1.714 4c-0.001 0.001-0.001 0.003-0.002 0.004l-1.284 2.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM2.544 13l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path2\" d=\"M19.962 16.308l-2.083-5c-0.001-0.001-0.001-0.003-0.002-0.004l-2.915-6.996c-0.078-0.186-0.26-0.308-0.462-0.308s-0.384 0.121-0.462 0.308l-2.915 6.996c-0.001 0.001-0.001 0.003-0.002 0.004l-2.083 5c-0.106 0.255 0.014 0.548 0.269 0.654s0.548-0.014 0.654-0.269l1.955-4.692h5.167l1.955 4.692c0.080 0.192 0.266 0.308 0.462 0.308 0.064 0 0.129-0.012 0.192-0.039 0.255-0.106 0.375-0.399 0.269-0.654zM12.333 11l2.167-5.2 2.167 5.2h-4.333z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bold\" viewBox=\"0 0 20 20\">\n<title>bold</title>\n<path class=\"path1\" d=\"M10 9h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h2.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 8h2c0.551 0 1-0.449 1-1s-0.449-1-1-1h-2v2z\"/>\n<path class=\"path2\" d=\"M11 15h-3.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h3.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 14h3c0.551 0 1-0.449 1-1s-0.449-1-1-1h-3v2z\"/>\n<path class=\"path3\" d=\"M11 18h-5.5c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h4.5c2.757 0 5 2.243 5 5 0 0.824-0.202 1.628-0.587 2.349 1.013 0.945 1.587 2.253 1.587 3.651 0 2.757-2.243 5-5 5zM5.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h5.5c2.206 0 4-1.794 4-4 0-1.237-0.561-2.385-1.539-3.151-0.211-0.165-0.253-0.466-0.1-0.682 0.418-0.646 0.639-1.395 0.639-2.167 0-2.206-1.794-4-4-4h-4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-italic\" viewBox=\"0 0 20 20\">\n<title>italic</title>\n<path class=\"path1\" d=\"M15.5 2h-4.001c-0.001 0-0.003 0-0.004 0h-3.995c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.39l-2.8 14h-3.59c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.999c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h3.997c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.39l2.8-14h3.59c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-underline\" viewBox=\"0 0 20 20\">\n<title>underline</title>\n<path class=\"path1\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M10 15c-2.757 0-5-2.243-5-5v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.206 1.794 4 4 4s4-1.794 4-4v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.757-2.243 5-5 5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-strikethrough\" viewBox=\"0 0 20 20\">\n<title>strikethrough</title>\n<path class=\"path1\" d=\"M16.5 2h-14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.5v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5h6.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M9.5 18c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 12h-18c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h18c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM1 11h17v-1h-17v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-highlight\" viewBox=\"0 0 20 20\">\n<title>highlight</title>\n<path class=\"path1\" d=\"M19.854 9.646c-0.195-0.195-0.512-0.195-0.707 0l-3.586 3.586c-0.585 0.585-1.537 0.585-2.121 0l-4.672-4.672c-0.282-0.282-0.437-0.658-0.437-1.061s0.155-0.779 0.437-1.061l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.586 3.586c-0.471 0.471-0.73 1.098-0.73 1.768 0 0.285 0.048 0.563 0.138 0.824l-7.322 7.322c-0.094 0.094-0.146 0.221-0.146 0.354v1.5c0 0.276 0.224 0.5 0.5 0.5h9.5c0.133 0 0.26-0.053 0.354-0.146l3.322-3.322c0.261 0.091 0.539 0.138 0.824 0.138 0.669 0 1.297-0.259 1.768-0.73l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707zM9.793 17h-8.793v-0.793l7.002-7.002c0.020 0.021 0.039 0.042 0.059 0.062l4.672 4.672c0.020 0.020 0.041 0.040 0.062 0.059l-3.002 3.002z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-left\" viewBox=\"0 0 20 20\">\n<title>text-align-left</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-center\" viewBox=\"0 0 20 20\">\n<title>text-align-center</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-right\" viewBox=\"0 0 20 20\">\n<title>text-align-right</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-justify\" viewBox=\"0 0 20 20\">\n<title>text-align-justify</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-line-spacing\" viewBox=\"0 0 20 20\">\n<title>line-spacing</title>\n<path class=\"path1\" d=\"M18.5 5h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M18.5 9h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 13h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M18.5 17h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M5.146 13.646l-1.146 1.146v-8.586l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v8.586l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-increase\" viewBox=\"0 0 20 20\">\n<title>indent-increase</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M2.5 14c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-6c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l4 3c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-4 3c-0.088 0.066-0.194 0.1-0.3 0.1zM3 8.5v4l2.667-2-2.667-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-decrease\" viewBox=\"0 0 20 20\">\n<title>indent-decrease</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M6.5 14c-0.106 0-0.212-0.034-0.3-0.1l-4-3c-0.126-0.094-0.2-0.243-0.2-0.4s0.074-0.306 0.2-0.4l4-3c0.152-0.114 0.354-0.132 0.524-0.047s0.276 0.258 0.276 0.447v6c0 0.189-0.107 0.363-0.276 0.447-0.071 0.035-0.147 0.053-0.224 0.053zM3.333 10.5l2.667 2v-4l-2.667 2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pilcrow\" viewBox=\"0 0 20 20\">\n<title>pilcrow</title>\n<path class=\"path1\" d=\"M15.5 2h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h3v14.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 9h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-ltr\" viewBox=\"0 0 20 20\">\n<title>direction-ltr</title>\n<path class=\"path1\" d=\"M15.354 17.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.146 1.146h-9.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9.293l-1.146 1.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-rtl\" viewBox=\"0 0 20 20\">\n<title>direction-rtl</title>\n<path class=\"path1\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n<path class=\"path2\" d=\"M14.5 17h-9.293l1.146-1.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.146-1.146h9.293c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-page-break\" viewBox=\"0 0 20 20\">\n<title>page-break</title>\n<path class=\"path1\" d=\"M17.5 9h-15c-0.827 0-1.5-0.673-1.5-1.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M1.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M10.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M13.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M16.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M19.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M18.5 20c-0.276 0-0.5-0.224-0.5-0.5v-6c0-0.276-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-6c0-0.827 0.673-1.5 1.5-1.5h15c0.827 0 1.5 0.673 1.5 1.5v6c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-alpha-asc\" viewBox=\"0 0 20 20\">\n<title>sort-alpha-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M19.96 7.303l-3-7c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3 7c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM15.544 4l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path3\" d=\"M18.5 20h-4c-0.178 0-0.343-0.095-0.432-0.249s-0.090-0.344-0.002-0.499l3.573-6.252h-3.138c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.178 0 0.343 0.095 0.432 0.249s0.090 0.344 0.002 0.499l-3.573 6.252h3.138c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-amount-asc\" viewBox=\"0 0 20 20\">\n<title>sort-amount-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M13.5 5h-2c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 4h1v-1h-1v1z\"/>\n<path class=\"path3\" d=\"M15.5 9h-4c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h4c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 8h3v-1h-3v1z\"/>\n<path class=\"path4\" d=\"M17.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 12h5v-1h-5v1z\"/>\n<path class=\"path5\" d=\"M19.5 17h-8c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 16h7v-1h-7v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hand\" viewBox=\"0 0 20 20\">\n<title>hand</title>\n<path class=\"path1\" d=\"M17 4c-0.364 0-0.706 0.098-1 0.269v-1.269c0-1.103-0.897-2-2-2-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339s-1.614 0.56-1.887 1.339c-0.318-0.214-0.701-0.339-1.113-0.339-1.103 0-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.851 0 1.642-0.277 2.352-0.822 0.667-0.513 1.246-1.255 1.72-2.204 0.934-1.868 1.428-4.452 1.428-7.474v-3.5c0-1.103-0.897-2-2-2zM18 9.5c0 2.867-0.457 5.296-1.322 7.026-0.564 1.128-1.574 2.474-3.178 2.474h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.813c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-7.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-6.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5c0-0.551 0.449-1 1-1s1 0.449 1 1v3.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-up\" viewBox=\"0 0 20 20\">\n<title>pointer-up</title>\n<path class=\"path1\" d=\"M17 8c-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.364 0-0.706 0.098-1 0.269v-3.269c0-1.103-0.897-2-2-2s-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.848 0 1.632-0.245 2.331-0.73 0.676-0.468 1.259-1.152 1.734-2.033 0.939-1.743 1.435-4.246 1.435-7.237 0-1.103-0.897-2-2-2zM16.685 16.763c-0.549 1.021-1.548 2.237-3.185 2.237h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.812c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1c0 2.826-0.455 5.165-1.315 6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-right\" viewBox=\"0 0 20 20\">\n<title>pointer-right</title>\n<path class=\"path1\" d=\"M12 17c0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.364-0.098-0.706-0.269-1h3.269c1.103 0 2-0.897 2-2s-0.897-2-2-2h-7.373l2.333-1.346c0.475-0.261 0.813-0.687 0.953-1.199 0.136-0.499 0.064-1.018-0.202-1.462-0.544-0.907-1.774-1.253-2.742-0.77-0.061 0.030-1.368 0.668-5.35 2.66-1.875 0.938-3.216 1.967-3.984 3.059-0.603 0.857-0.634 1.449-0.634 1.559v5c0 0.848 0.245 1.632 0.73 2.331 0.468 0.676 1.152 1.259 2.033 1.734 1.743 0.939 4.246 1.435 7.237 1.435 1.103 0 2-0.897 2-2zM3.237 16.685c-1.021-0.549-2.237-1.548-2.237-3.185v-4.99c0.003-0.039 0.050-0.46 0.525-1.095 0.474-0.633 1.472-1.605 3.54-2.638 4.054-2.027 5.331-2.65 5.343-2.656 0.002-0.001 0.003-0.001 0.004-0.002 0.503-0.251 1.162-0.073 1.439 0.389 0.125 0.208 0.158 0.451 0.095 0.685-0.068 0.249-0.236 0.458-0.472 0.587-0.003 0.002-0.007 0.004-0.010 0.006l-2.705 1.561c-0.583 0.319-0.828 0.678-0.729 1.067 0.099 0.39 0.489 0.587 1.157 0.587h7.812c0.551 0 1 0.449 1 1s-0.449 1-1 1h-6.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1c-2.826 0-5.165-0.455-6.763-1.315z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-down\" viewBox=\"0 0 20 20\">\n<title>pointer-down</title>\n<path class=\"path1\" d=\"M17 12c-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.364 0-0.706-0.098-1-0.269v3.269c0 1.103-0.897 2-2 2s-2-0.897-2-2v-7.373l-1.346 2.333c-0.261 0.475-0.687 0.813-1.199 0.953-0.499 0.136-1.018 0.064-1.462-0.202-0.907-0.544-1.253-1.774-0.77-2.742 0.030-0.061 0.668-1.368 2.66-5.35 0.938-1.875 1.967-3.216 3.059-3.984 0.857-0.603 1.449-0.634 1.559-0.634h5c0.848 0 1.632 0.245 2.331 0.73 0.676 0.468 1.259 1.152 1.734 2.033 0.939 1.743 1.435 4.246 1.435 7.237 0 1.103-0.897 2-2 2zM16.685 3.237c-0.549-1.021-1.548-2.237-3.185-2.237h-4.99c-0.039 0.003-0.46 0.050-1.095 0.525-0.633 0.474-1.605 1.472-2.638 3.54-2.027 4.054-2.65 5.331-2.656 5.343-0.001 0.002-0.001 0.003-0.002 0.004-0.251 0.503-0.073 1.162 0.389 1.439 0.208 0.125 0.451 0.158 0.685 0.095 0.249-0.068 0.458-0.236 0.587-0.472 0.002-0.003 0.004-0.007 0.006-0.010l1.561-2.705c0.319-0.583 0.678-0.828 1.067-0.729 0.39 0.099 0.587 0.489 0.587 1.157v7.812c0 0.551 0.449 1 1 1s1-0.449 1-1v-6.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1c0-2.826-0.455-5.165-1.315-6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-left\" viewBox=\"0 0 20 20\">\n<title>pointer-left</title>\n<path class=\"path1\" d=\"M8 17c0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.364 0.098-0.706 0.269-1h-3.269c-1.103 0-2-0.897-2-2s0.897-2 2-2h7.373l-2.333-1.346c-0.475-0.261-0.813-0.687-0.953-1.199-0.136-0.499-0.064-1.018 0.202-1.462 0.544-0.907 1.774-1.253 2.742-0.77 0.061 0.030 1.368 0.668 5.35 2.66 1.875 0.938 3.216 1.967 3.984 3.059 0.603 0.857 0.634 1.449 0.634 1.559v5c0 0.848-0.245 1.632-0.73 2.331-0.468 0.676-1.152 1.259-2.033 1.734-1.743 0.939-4.246 1.435-7.237 1.435-1.103 0-2-0.897-2-2zM16.763 16.685c1.021-0.549 2.237-1.548 2.237-3.185v-4.99c-0.003-0.039-0.050-0.46-0.525-1.095-0.474-0.633-1.472-1.605-3.54-2.638-4.054-2.027-5.331-2.65-5.343-2.656-0.002-0.001-0.003-0.001-0.004-0.002-0.503-0.251-1.162-0.073-1.439 0.389-0.125 0.208-0.158 0.451-0.095 0.685 0.068 0.249 0.236 0.458 0.472 0.587 0.003 0.002 0.007 0.004 0.010 0.006l2.705 1.561c0.583 0.319 0.828 0.678 0.729 1.067-0.099 0.39-0.489 0.587-1.157 0.587h-7.812c-0.551 0-1 0.449-1 1s0.449 1 1 1h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1c2.826 0 5.165-0.455 6.763-1.315z\"/>\n</symbol>\n</defs>\n</svg>\n\";}', 'yes');
INSERT INTO `taflwj_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(169, 'oxygen_vsb_history_limit', '', 'yes'),
(170, 'oxygen_vsb_preview_dropdown_limit', '', 'yes'),
(171, 'oxygen_vsb_preview_dropdown_exclude_non_public', 'true', 'yes'),
(172, 'oxygen_vsb_enable_selector_detector', '', 'yes'),
(173, 'oxygen_vsb_enable_default_designsets', 'true', 'yes'),
(174, 'oxygen_vsb_enable_3rdp_designsets', '', 'yes'),
(175, 'oxygen_vsb_enable_connection', '', 'yes'),
(176, 'oxygen_vsb_google_maps_api_key', '', 'yes'),
(177, 'oxygen_vsb_show_all_acf_fields', 'true', 'yes'),
(178, 'oxygen_vsb_enable_google_fonts_cache', 'true', 'yes'),
(179, 'oxygen_vsb_enable_ie_layout_improvements', 'true', 'yes'),
(180, 'oxygen_vsb_enable_signature_validation', 'true', 'yes'),
(181, 'oxygen_vsb_enable_signature_frontend_errors', 'false', 'yes'),
(182, 'oxygen_vsb_disable_google_fonts', '', 'yes'),
(183, 'oxygen_vsb_block_category_label', '', 'yes'),
(184, 'oxygen_vsb_full_page_block_category_label', '', 'yes'),
(185, 'oxygen_vsb_access_role_editor', '', 'yes'),
(186, 'oxygen_vsb_access_role_author', '', 'yes'),
(187, 'oxygen_vsb_access_role_contributor', '', 'yes'),
(188, 'oxygen_vsb_access_role_subscriber', '', 'yes'),
(189, 'oxygen_vsb_ignore_post_type_post', '', 'yes'),
(190, 'oxygen_vsb_ignore_post_type_page', '', 'yes'),
(191, 'oxygen_vsb_ignore_post_type_user_request', '', 'yes'),
(192, 'oxygen_vsb_ignore_post_type_wp_block', '', 'yes'),
(195, 'oxygen_license_status', 'valid', 'yes'),
(202, 'wpvivid_email_setting', 'a:3:{s:7:\"send_to\";a:0:{}s:6:\"always\";b:1;s:12:\"email_enable\";b:0;}', 'no'),
(203, 'wpvivid_compress_setting', 'a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}', 'no'),
(204, 'wpvivid_local_setting', 'a:2:{s:4:\"path\";s:14:\"wpvividbackups\";s:10:\"save_local\";i:1;}', 'no'),
(205, 'wpvivid_upload_setting', 'a:1:{s:15:\"remote_selected\";a:0:{}}', 'no'),
(206, 'wpvivid_common_setting', 'a:10:{s:18:\"max_execution_time\";i:180;s:17:\"log_save_location\";s:26:\"wpvividbackups/wpvivid_log\";s:16:\"max_backup_count\";i:30;s:14:\"show_admin_bar\";b:1;s:14:\"domain_include\";b:1;s:15:\"estimate_backup\";b:1;s:16:\"max_resume_count\";i:6;s:12:\"memory_limit\";s:4:\"256M\";s:20:\"restore_memory_limit\";s:4:\"256M\";s:12:\"migrate_size\";s:4:\"2048\";}', 'no'),
(207, 'wpvivid_init', 'init', 'no'),
(208, 'wpvivid_backup_list', 'a:0:{}', 'no'),
(209, 'wpvivid_remote_init', 'init', 'no'),
(211, 'wpvivid_need_review', 'not', 'no'),
(212, 'wpvivid_task_list', 'a:0:{}', 'no'),
(213, 'wf_licensing_wpr', 'a:6:{s:11:\"license_key\";s:26:\"E5ECE478-0ECF620D-66CC285A\";s:5:\"error\";s:0:\"\";s:4:\"name\";s:16:\"WP Reset PRO LTD\";s:10:\"last_check\";i:1612593796;s:11:\"valid_until\";s:10:\"2035-01-01\";s:4:\"meta\";a:3:{s:11:\"white_label\";b:0;s:9:\"wpr_cloud\";b:0;s:24:\"white_label_support_text\";s:0:\"\";}}', 'yes'),
(218, 'wp-reset-snapshots', 'a:3:{s:6:\"irxuti\";a:16:{s:4:\"name\";s:47:\"Before WPvivid Backup Pro v1.9.21 was activated\";s:7:\"plugins\";a:1:{s:26:\"WPvivid Backup Pro v1.9.21\";s:70:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/wpvivid-backup-pro/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"irxuti\";s:9:\"timestamp\";s:19:\"2020-09-23 17:24:01\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:214295;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:237;s:8:\"tbl_size\";i:1616433;s:5:\"local\";b:1;}s:6:\"pfmjzt\";a:16:{s:4:\"name\";s:60:\"Before Head, Footer and Post Injections v3.2.1 was activated\";s:7:\"plugins\";a:1:{s:39:\"Head, Footer and Post Injections v3.2.1\";s:65:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/header-footer/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"pfmjzt\";s:9:\"timestamp\";s:19:\"2020-10-18 04:16:39\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:72164;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:524;s:8:\"tbl_size\";i:3703961;s:5:\"local\";b:1;}s:6:\"wvnksb\";a:15:{s:4:\"name\";s:52:\"Before Akismet AntiSpam v4.1.6 was updated to v4.1.7\";s:7:\"plugins\";a:1:{s:23:\"Akismet AntiSpam v4.1.6\";s:59:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/akismet/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"wvnksb\";s:9:\"timestamp\";s:19:\"2020-11-09 04:46:48\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:74075;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:522;s:8:\"tbl_size\";i:3703961;}}', 'yes'),
(219, 'wp-reset-log', 'a:16:{i:0;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:24:\"Deleting snapshot xhibau\";}i:1;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:37:\"Deleted table xhibau_wpk0_commentmeta\";}i:2;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_comments\";}i:3;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_links\";}i:4;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:33:\"Deleted table xhibau_wpk0_options\";}i:5;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_postmeta\";}i:6;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_posts\";}i:7;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"Deleted table xhibau_wpk0_term_relationships\";}i:8;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:39:\"Deleted table xhibau_wpk0_term_taxonomy\";}i:9;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_termmeta\";}i:10;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_terms\";}i:11;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_usermeta\";}i:12;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_users\";}i:13;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:45:\"Deleted table xhibau_wpk0_wpvivid_scan_result\";}i:14;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:54:\"Deleted table xhibau_wpk0_wpvivid_unused_uploads_files\";}i:15;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:36:\"Deleted snapshot xhibau successfully\";}}', 'yes'),
(1550, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1612637121', 'no'),
(1551, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1612593921', 'no'),
(1552, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1612637121', 'no'),
(1553, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/02/wordpress-5-6-1-maintenance-release/\'>WordPress 5.6.1 Maintenance Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gutenberg-9-9-adds-color-options-for-social-icons-includes-rounded-borders-for-images-and-changes-the-theme-json-format\'>WPTavern: Gutenberg 9.9 Adds Color Options for Social Icons, Includes Rounded Borders for Images, and Changes the Theme JSON Format</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/newspack-publishes-showcase-with-60-newsrooms-launched?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=newspack-publishes-showcase-with-60-newsrooms-launched\'>WPTavern: Newspack Publishes Showcase with 60 Newsrooms Launched</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=call-for-feedback-on-theme-review-action-a-new-automated-wordpress-theme-testing-project\'>WPTavern: Call for Feedback on Theme Review Action, a New Automated WordPress Theme Testing Project</a></li></ul></div>', 'no'),
(231, '_transient_oxygen_vsb_source_color_lookup_table', 'a:1:{s:0:\"\";s:0:\"\";}', 'yes'),
(241, 'ct_components_classes', 'a:75:{s:9:\"Paragraph\";a:3:{s:3:\"key\";s:9:\"Paragraph\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:9:\"custom-js\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.5\";s:9:\"max-width\";s:3:\"500\";}}s:19:\"hosting-heading-one\";a:4:{s:3:\"key\";s:19:\"hosting-heading-one\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"48\";}}}s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"64\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";}}s:25:\"hosting-contact-3-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-contact-3-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:12:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:13:\"margin-bottom\";s:2:\"20\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:9:\"font-size\";s:2:\"16\";s:5:\"color\";s:8:\"color(3)\";s:14:\"padding-bottom\";s:2:\"20\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(2)\";}}s:22:\"hosting-contact-3-icon\";a:3:{s:3:\"key\";s:22:\"hosting-contact-3-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"28\";s:10:\"icon-color\";s:8:\"color(3)\";s:12:\"margin-right\";s:2:\"12\";}}s:19:\"hosting-heading-two\";a:4:{s:3:\"key\";s:19:\"hosting-heading-two\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"32\";}}}s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"40\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"0\";}}s:29:\"hosting-testimonial-4-wrapper\";a:4:{s:3:\"key\";s:29:\"hosting-testimonial-4-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}}s:8:\"original\";a:19:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:13:\"border-radius\";s:1:\"5\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:11:\"padding-top\";s:2:\"24\";s:12:\"padding-left\";s:2:\"28\";s:13:\"padding-right\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"20\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";s:9:\"max-width\";s:3:\"480\";}}s:26:\"hosting-testimonial-4-text\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-4-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"font-style\";s:6:\"italic\";s:13:\"margin-bottom\";s:2:\"24\";}}s:26:\"hosting-testimonial-5-icon\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-5-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"24\";s:13:\"margin-bottom\";s:1:\"8\";}}s:36:\"hosting-testimonial-4-avatar-wrapper\";a:3:{s:3:\"key\";s:36:\"hosting-testimonial-4-avatar-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:15:\"margin-top-unit\";s:4:\"auto\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}s:27:\"hosting-testimonial-4-image\";a:3:{s:3:\"key\";s:27:\"hosting-testimonial-4-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:5:\"width\";s:2:\"64\";s:18:\"border-radius-unit\";s:1:\"%\";s:13:\"border-radius\";s:3:\"100\";s:12:\"margin-right\";s:2:\"12\";}}s:26:\"hosting-testimonial-4-name\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-4-name\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";}}s:28:\"hosting-testimonial-4-column\";a:3:{s:3:\"key\";s:28:\"hosting-testimonial-4-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:17:\"atomic-subheading\";a:4:{s:3:\"key\";s:17:\"atomic-subheading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"20\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}}s:8:\"original\";a:8:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:9:\"color(15)\";s:9:\"font-size\";s:2:\"24\";s:11:\"line-height\";s:3:\"1.6\";s:11:\"font-weight\";s:3:\"200\";s:14:\"max-width-unit\";s:2:\"px\";s:9:\"max-width\";s:3:\"480\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:22:\"atomic-primary-heading\";a:4:{s:3:\"key\";s:22:\"atomic-primary-heading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"56\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"44\";}}}s:8:\"original\";a:6:{s:5:\"color\";s:9:\"color(15)\";s:9:\"font-size\";s:2:\"64\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.1\";s:10:\"margin-top\";s:1:\"0\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:21:\"atomic-primary-button\";a:5:{s:3:\"key\";s:21:\"atomic-primary-button\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:11:\"padding-top\";s:2:\"16\";s:12:\"padding-left\";s:2:\"36\";s:13:\"padding-right\";s:2:\"36\";s:14:\"padding-bottom\";s:2:\"16\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"16\";}}}s:8:\"original\";a:20:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:16:\"background-color\";s:9:\"color(13)\";s:11:\"padding-top\";s:2:\"20\";s:14:\"padding-bottom\";s:2:\"20\";s:12:\"padding-left\";s:2:\"48\";s:13:\"padding-right\";s:2:\"48\";s:9:\"font-size\";s:2:\"20\";s:5:\"color\";s:9:\"color(12)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:3:\".25\";s:10:\"text-align\";s:6:\"center\";s:19:\"letter-spacing-unit\";s:2:\"em\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:19:\"transition-duration\";s:3:\"0.5\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";s:14:\"text-transform\";s:4:\"none\";s:15:\"text-decoration\";s:4:\"none\";s:10:\"font-style\";s:6:\"normal\";}s:5:\"hover\";a:2:{s:16:\"background-color\";s:9:\"color(14)\";s:5:\"color\";s:9:\"color(12)\";}}s:24:\"atomic-content-19-column\";a:3:{s:3:\"key\";s:24:\"atomic-content-19-column\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:0:{}}s:23:\"atomic-content-19-image\";a:4:{s:3:\"key\";s:23:\"atomic-content-19-image\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:0:{}s:5:\"hover\";a:0:{}}s:26:\"hosting-iconblock-1-column\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-1-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:10:\"flex-start\";}}s:24:\"hosting-iconblock-1-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(4)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:25:\"hosting-iconblock-1-title\";a:3:{s:3:\"key\";s:25:\"hosting-iconblock-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"900\";s:5:\"color\";s:8:\"color(1)\";s:11:\"line-height\";s:3:\"1.1\";s:15:\"margin-top-unit\";s:4:\"auto\";}}s:25:\"hosting-company-2-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-company-2-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:5:\"width\";s:2:\"25\";}}s:22:\"hosting-company-2-icon\";a:3:{s:3:\"key\";s:22:\"hosting-company-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-company-2-title\";a:3:{s:3:\"key\";s:23:\"hosting-company-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:22:\"hosting-company-2-text\";a:3:{s:3:\"key\";s:22:\"hosting-company-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";}}s:21:\"hosting-about-2-image\";a:3:{s:3:\"key\";s:21:\"hosting-about-2-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:13:\"border-radius\";s:1:\"5\";s:13:\"margin-bottom\";s:2:\"40\";}}s:27:\"hosting-dark-outline-button\";a:4:{s:3:\"key\";s:27:\"hosting-dark-outline-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:21:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:8:\"color(4)\";s:9:\"font-size\";s:2:\"16\";s:11:\"button-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"700\";s:13:\"border-radius\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:16:\"background-color\";s:8:\"color(3)\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:24:\"oxy-stock-content-styles\";a:3:{s:3:\"key\";s:24:\"oxy-stock-content-styles\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:20:\"hosting-other-single\";a:3:{s:3:\"key\";s:20:\"hosting-other-single\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:12:\"hosting-logo\";a:4:{s:3:\"key\";s:12:\"hosting-logo\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:0:{}}s:21:\"hosting-simple-button\";a:4:{s:3:\"key\";s:21:\"hosting-simple-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:12:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:12:\"button-style\";s:1:\"1\";s:11:\"button-size\";s:2:\"12\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:17:\"button-text-color\";s:8:\"color(3)\";s:12:\"button-color\";s:11:\"transparent\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:28:\"hosting-white-outline-button\";a:4:{s:3:\"key\";s:28:\"hosting-white-outline-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:20:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"16\";s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:8:\"color(3)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"button-size\";s:2:\"12\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:13:\"border-radius\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:23:\"hosting-footer-1-column\";a:4:{s:3:\"key\";s:23:\"hosting-footer-1-column\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:7:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(2)\";}}}s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:11:\"align-items\";s:6:\"center\";}}s:22:\"hosting-footer-1-image\";a:3:{s:3:\"key\";s:22:\"hosting-footer-1-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(3)\";s:9:\"icon-size\";s:2:\"28\";s:12:\"margin-right\";s:2:\"12\";}}s:21:\"hosting-footer-1-text\";a:3:{s:3:\"key\";s:21:\"hosting-footer-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(2)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";}}s:19:\"hosting-main-button\";a:4:{s:3:\"key\";s:19:\"hosting-main-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:11:{s:12:\"button-style\";s:1:\"1\";s:11:\"button-size\";s:2:\"12\";s:12:\"button-color\";s:8:\"color(4)\";s:17:\"button-text-color\";s:8:\"color(3)\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:11:\"font-weight\";s:3:\"700\";s:13:\"border-radius\";s:1:\"5\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:6:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:2:\"30\";s:17:\"box-shadow-spread\";s:3:\"-20\";s:15:\"box-shadow-blur\";s:2:\"20\";}}s:24:\"hosting-features-2-photo\";a:3:{s:3:\"key\";s:24:\"hosting-features-2-photo\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:13:\"border-radius\";s:1:\"5\";}}s:26:\"hosting-features-1-wrapper\";a:3:{s:3:\"key\";s:26:\"hosting-features-1-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";s:5:\"width\";s:5:\"33.33\";}}s:23:\"hosting-features-1-icon\";a:3:{s:3:\"key\";s:23:\"hosting-features-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(3)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hosting-features-1-title\";a:3:{s:3:\"key\";s:24:\"hosting-features-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:23:\"hosting-features-1-text\";a:3:{s:3:\"key\";s:23:\"hosting-features-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:5:\"color\";s:8:\"color(7)\";}}s:31:\"hosting-product-1-check-wrapper\";a:3:{s:3:\"key\";s:31:\"hosting-product-1-check-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-product-1-check\";a:3:{s:3:\"key\";s:23:\"hosting-product-1-check\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:10:\"icon-color\";s:9:\"color(10)\";s:9:\"icon-size\";s:2:\"16\";s:12:\"margin-right\";s:1:\"8\";s:10:\"margin-top\";s:1:\"4\";}}s:22:\"hosting-product-1-text\";a:3:{s:3:\"key\";s:22:\"hosting-product-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";}}s:25:\"hosting-product-2-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-product-2-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:14:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:13:\"border-radius\";s:1:\"5\";s:11:\"padding-top\";s:2:\"28\";s:12:\"padding-left\";s:2:\"28\";s:13:\"padding-right\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"28\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";}}s:22:\"hosting-product-2-icon\";a:3:{s:3:\"key\";s:22:\"hosting-product-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-product-2-title\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:22:\"hosting-product-2-text\";a:3:{s:3:\"key\";s:22:\"hosting-product-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"12\";s:11:\"margin-left\";s:2:\"12\";}}s:24:\"hosting-product-2-bullet\";a:3:{s:3:\"key\";s:24:\"hosting-product-2-bullet\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:5:\"color\";s:9:\"color(11)\";s:11:\"margin-left\";s:3:\"-12\";}}s:23:\"hosting-product-2-digit\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-digit\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"48\";s:5:\"color\";s:8:\"color(1)\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:10:\"margin-top\";s:1:\"4\";}}s:23:\"hosting-product-2-label\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-label\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"20\";}}s:33:\"hosting-providers-1-image-wrapper\";a:3:{s:3:\"key\";s:33:\"hosting-providers-1-image-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";}}s:26:\"hosting-providers-1-images\";a:3:{s:3:\"key\";s:26:\"hosting-providers-1-images\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:32:\"hosting-providers-1-text-wrapper\";a:3:{s:3:\"key\";s:32:\"hosting-providers-1-text-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}s:25:\"hosting-providers-1-title\";a:3:{s:3:\"key\";s:25:\"hosting-providers-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:10:\"width-unit\";s:1:\"%\";s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hosting-providers-2-text\";a:3:{s:3:\"key\";s:24:\"hosting-providers-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";}}s:23:\"hosting-contact-3-title\";a:3:{s:3:\"key\";s:23:\"hosting-contact-3-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:22:\"hosting-contact-3-text\";a:3:{s:3:\"key\";s:22:\"hosting-contact-3-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:1:\"4\";}}s:26:\"hosting-contact-3-textlink\";a:4:{s:3:\"key\";s:26:\"hosting-contact-3-textlink\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(4)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:15:\"text-decoration\";s:4:\"none\";}s:5:\"hover\";a:1:{s:15:\"text-decoration\";s:9:\"underline\";}}s:11:\"toggle-4605\";a:3:{s:3:\"key\";s:11:\"toggle-4605\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:17:\"toggle_icon_color\";s:8:\"color(4)\";s:16:\"toggle_icon_size\";s:2:\"12\";s:11:\"margin-left\";s:3:\"-16\";s:13:\"margin-bottom\";s:1:\"8\";s:5:\"color\";s:8:\"color(4)\";}}s:20:\"toggle-4605-expanded\";a:3:{s:3:\"key\";s:20:\"toggle-4605-expanded\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:25:\"hosting-accordion-1-title\";a:4:{s:3:\"key\";s:25:\"hosting-accordion-1-title\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:14:\"flex-direction\";s:5:\"unset\";}}}s:8:\"original\";a:11:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.6\";s:19:\"border-bottom-style\";s:6:\"dashed\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(4)\";s:14:\"flex-direction\";s:5:\"unset\";s:7:\"display\";s:11:\"inline-flex\";s:10:\"text-align\";s:4:\"left\";}}s:24:\"hosting-accordion-1-text\";a:3:{s:3:\"key\";s:24:\"hosting-accordion-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";s:13:\"margin-bottom\";s:2:\"16\";}}s:20:\"hosting-hero-1-image\";a:4:{s:3:\"key\";s:20:\"hosting-hero-1-image\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:5:\"33.33\";}}}s:8:\"original\";a:3:{s:5:\"width\";s:2:\"16\";s:7:\"opacity\";s:3:\"0.5\";s:10:\"width-unit\";s:1:\"%\";}}s:23:\"hosting-price-1-wrapper\";a:3:{s:3:\"key\";s:23:\"hosting-price-1-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:21:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:13:\"border-radius\";s:1:\"5\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";s:16:\"border-top-color\";s:8:\"color(8)\";s:16:\"border-top-width\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:11:\"padding-top\";s:2:\"30\";s:12:\"padding-left\";s:2:\"30\";s:13:\"padding-right\";s:2:\"30\";s:14:\"padding-bottom\";s:2:\"30\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:7:\"stretch\";s:10:\"text-align\";s:4:\"left\";}}s:22:\"hosting-pricing-1-icon\";a:3:{s:3:\"key\";s:22:\"hosting-pricing-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(4)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-pricing-1-title\";a:3:{s:3:\"key\";s:23:\"hosting-pricing-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:22:\"hosting-pricing-1-text\";a:3:{s:3:\"key\";s:22:\"hosting-pricing-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"12\";s:9:\"max-width\";s:3:\"360\";}}s:23:\"hosting-pricing-1-month\";a:3:{s:3:\"key\";s:23:\"hosting-pricing-1-month\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"24\";}}s:22:\"hosting-slider-1-slide\";a:3:{s:3:\"key\";s:22:\"hosting-slider-1-slide\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:16:\"background-color\";s:8:\"color(3)\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:16:\"box-shadow-inset\";s:5:\"false\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:13:\"border-radius\";s:1:\"5\";}}s:22:\"hosting-slider-1-image\";a:3:{s:3:\"key\";s:22:\"hosting-slider-1-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:9:\"transform\";a:1:{i:0;a:1:{s:14:\"transform-type\";s:6:\"rotate\";}}}}s:21:\"hosting-slider-1-text\";a:3:{s:3:\"key\";s:21:\"hosting-slider-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"24\";s:10:\"font-style\";s:6:\"italic\";}}s:26:\"hosting-iconblock-2-column\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-2-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:24:\"hosting-iconblock-3-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-3-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:13:\"margin-bottom\";s:2:\"12\";s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(3)\";}}s:25:\"hosting-iconblock-2-title\";a:3:{s:3:\"key\";s:25:\"hosting-iconblock-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.2\";s:13:\"margin-bottom\";s:1:\"4\";}}s:24:\"hosting-iconblock-2-text\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:9:\"max-width\";s:3:\"360\";}}}', 'yes'),
(233, 'ct_style_sheets', 'a:1:{i:0;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:7:\"hosting\";s:6:\"status\";i:1;s:6:\"folder\";i:1;}}', 'yes'),
(234, 'ct_global_settings', 'a:11:{s:5:\"fonts\";a:2:{s:4:\"Text\";s:9:\"Maven Pro\";s:7:\"Display\";s:7:\"Raleway\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:15:\"indicateParents\";s:4:\"true\";s:21:\"classSuggestionsLimit\";s:1:\"5\";s:8:\"headings\";a:6:{s:2:\"H1\";a:4:{s:9:\"font-size\";s:2:\"36\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#404040\";}s:2:\"H2\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H3\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H4\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H5\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H6\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:9:\"body_text\";a:5:{s:9:\"font-size\";s:2:\"16\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:5:\"color\";s:7:\"#404040\";}s:5:\"links\";a:4:{s:3:\"all\";a:5:{s:5:\"color\";s:8:\"color(4)\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:4:\"none\";s:11:\"hover_color\";s:8:\"color(1)\";s:21:\"hover_text-decoration\";s:4:\"none\";}s:9:\"text_link\";a:5:{s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:21:\"hover_text-decoration\";s:0:\"\";}s:12:\"link_wrapper\";a:0:{}s:6:\"button\";a:0:{}}s:8:\"sections\";a:8:{s:21:\"container-padding-top\";s:2:\"75\";s:26:\"container-padding-top-unit\";s:2:\"px\";s:24:\"container-padding-bottom\";s:2:\"75\";s:29:\"container-padding-bottom-unit\";s:2:\"px\";s:22:\"container-padding-left\";s:2:\"20\";s:27:\"container-padding-left-unit\";s:2:\"px\";s:23:\"container-padding-right\";s:2:\"20\";s:28:\"container-padding-right-unit\";s:2:\"px\";}s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:9:\"max-width\";s:4:\"1120\";s:11:\"breakpoints\";a:3:{s:6:\"tablet\";s:3:\"992\";s:15:\"phone-landscape\";s:3:\"768\";s:14:\"phone-portrait\";s:3:\"480\";}}', 'yes'),
(235, 'ct_style_sets', 'a:1:{s:30:\"Uncategorized Custom Selectors\";a:1:{s:3:\"key\";s:30:\"Uncategorized Custom Selectors\";}}', 'yes'),
(236, 'ct_custom_selectors', 'a:0:{}', 'yes'),
(239, 'oxygen_private_key', '$;Bl@NL/>8,J%X4t0~.Koi?ZQh4|dxD_', 'yes'),
(240, 'oxygen_vsb_css_files_state', 'a:11:{i:9;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:67:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/default-post-9.css\";s:4:\"path\";s:80:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/default-post-9.css\";s:14:\"last_save_time\";i:1600914272;}i:10;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:63:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/archive-10.css\";s:4:\"path\";s:76:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/archive-10.css\";s:14:\"last_save_time\";i:1600914272;}i:11;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/other-single-11.css\";s:4:\"path\";s:81:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/other-single-11.css\";s:14:\"last_save_time\";i:1600914272;}i:12;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/default-page-12.css\";s:4:\"path\";s:81:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/default-page-12.css\";s:14:\"last_save_time\";i:1600914272;}i:13;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:60:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/main-13.css\";s:4:\"path\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/main-13.css\";s:14:\"last_save_time\";i:1604905028;}i:14;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/about-14.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/about-14.css\";s:14:\"last_save_time\";i:1600914274;}i:15;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:64:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/features-15.css\";s:4:\"path\";s:77:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/features-15.css\";s:14:\"last_save_time\";i:1600914274;}i:16;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:64:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/products-16.css\";s:4:\"path\";s:77:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/products-16.css\";s:14:\"last_save_time\";i:1600914274;}i:17;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/login-17.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/login-17.css\";s:14:\"last_save_time\";i:1600914274;}i:19;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:63:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/contact-19.css\";s:4:\"path\";s:76:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/contact-19.css\";s:14:\"last_save_time\";i:1600914274;}i:21;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:60:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/home-21.css\";s:4:\"path\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/home-21.css\";s:14:\"last_save_time\";i:1604910335;}}', 'yes'),
(485, 'category_children', 'a:0:{}', 'yes'),
(242, 'ct_style_folders', 'a:2:{s:7:\"hosting\";a:2:{s:3:\"key\";s:7:\"hosting\";s:6:\"status\";i:1;}s:6:\"atomic\";a:2:{s:3:\"key\";s:6:\"atomic\";s:6:\"status\";i:1;}}', 'yes'),
(243, 'ct_last_installed_default_data', 'hosting', 'yes'),
(251, 'oxygen_vsb_easy_posts_templates', 'a:0:{}', 'yes'),
(252, 'oxygen_vsb_comments_list_templates', 'a:0:{}', 'yes'),
(253, 'oxygen_vsb_latest_typekit_fonts', 'a:0:{}', 'yes'),
(254, 'oxygen_breakpoints_cache_update_required', '1', 'yes');
INSERT INTO `taflwj_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(255, 'oxygen_vsb_google_fonts_cache', 'a:1003:{i:0;a:2:{s:6:\"family\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:1;a:2:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:2;a:2:{s:6:\"family\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:3;a:2:{s:6:\"family\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:4;a:2:{s:6:\"family\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:5;a:2:{s:6:\"family\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:6;a:2:{s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:7;a:2:{s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:8;a:2:{s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:9;a:2:{s:6:\"family\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:10;a:2:{s:6:\"family\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:11;a:2:{s:6:\"family\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:12;a:2:{s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:13;a:2:{s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:14;a:2:{s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:15;a:2:{s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:16;a:2:{s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:17;a:2:{s:6:\"family\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}}i:18;a:2:{s:6:\"family\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:19;a:2:{s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:20;a:2:{s:6:\"family\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:21;a:2:{s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:22;a:2:{s:6:\"family\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:23;a:2:{s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:24;a:2:{s:6:\"family\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}}i:25;a:2:{s:6:\"family\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:26;a:2:{s:6:\"family\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:27;a:2:{s:6:\"family\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:28;a:2:{s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:29;a:2:{s:6:\"family\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}}i:30;a:2:{s:6:\"family\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:31;a:2:{s:6:\"family\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:32;a:2:{s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:33;a:2:{s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:34;a:2:{s:6:\"family\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:35;a:2:{s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:36;a:2:{s:6:\"family\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:37;a:2:{s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:38;a:2:{s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:39;a:2:{s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:40;a:2:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:41;a:2:{s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:42;a:2:{s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:43;a:2:{s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:44;a:2:{s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:45;a:2:{s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:46;a:2:{s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:47;a:2:{s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:48;a:2:{s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:49;a:2:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:50;a:2:{s:6:\"family\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:51;a:2:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:52;a:2:{s:6:\"family\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:53;a:2:{s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:54;a:2:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:55;a:2:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:56;a:2:{s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:57;a:2:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:58;a:2:{s:6:\"family\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:59;a:2:{s:6:\"family\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:60;a:2:{s:6:\"family\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:61;a:2:{s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:62;a:2:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:63;a:2:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:64;a:2:{s:6:\"family\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:65;a:2:{s:6:\"family\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:66;a:2:{s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:67;a:2:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:68;a:2:{s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}}i:69;a:2:{s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:70;a:2:{s:6:\"family\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:71;a:2:{s:6:\"family\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:72;a:2:{s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:73;a:2:{s:6:\"family\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:74;a:2:{s:6:\"family\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:75;a:2:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:76;a:2:{s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:77;a:2:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:78;a:2:{s:6:\"family\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:79;a:2:{s:6:\"family\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:80;a:2:{s:6:\"family\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:81;a:2:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:82;a:2:{s:6:\"family\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:83;a:2:{s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:84;a:2:{s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}}i:85;a:2:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:86;a:2:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:87;a:2:{s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:88;a:2:{s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:89;a:2:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:90;a:2:{s:6:\"family\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:91;a:2:{s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:92;a:2:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:93;a:2:{s:6:\"family\";s:9:\"Assistant\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:94;a:2:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:95;a:2:{s:6:\"family\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:96;a:2:{s:6:\"family\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:97;a:2:{s:6:\"family\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:98;a:2:{s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:99;a:2:{s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:100;a:2:{s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:101;a:2:{s:6:\"family\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:102;a:2:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:103;a:2:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:104;a:2:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:105;a:2:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:106;a:2:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:107;a:2:{s:6:\"family\";s:6:\"Caveat\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:108;a:2:{s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:109;a:2:{s:6:\"family\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:110;a:2:{s:6:\"family\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:111;a:2:{s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:112;a:2:{s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:113;a:2:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:114;a:2:{s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:115;a:2:{s:6:\"family\";s:7:\"Archivo\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:116;a:2:{s:6:\"family\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:117;a:2:{s:6:\"family\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:118;a:2:{s:6:\"family\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:119;a:2:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:120;a:2:{s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:121;a:2:{s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:122;a:2:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:123;a:2:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:124;a:2:{s:6:\"family\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:125;a:2:{s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:126;a:2:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:127;a:2:{s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:128;a:2:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:129;a:2:{s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:130;a:2:{s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:131;a:2:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:132;a:2:{s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:133;a:2:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:134;a:2:{s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:135;a:2:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:136;a:2:{s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:137;a:2:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:138;a:2:{s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:139;a:2:{s:6:\"family\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:140;a:2:{s:6:\"family\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:141;a:2:{s:6:\"family\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:142;a:2:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:143;a:2:{s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:144;a:2:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:145;a:2:{s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:146;a:2:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:147;a:2:{s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:148;a:2:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:149;a:2:{s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:150;a:2:{s:6:\"family\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:151;a:2:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:152;a:2:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:153;a:2:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:154;a:2:{s:6:\"family\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:155;a:2:{s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:156;a:2:{s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:157;a:2:{s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:158;a:2:{s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:159;a:2:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:160;a:2:{s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:161;a:2:{s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:162;a:2:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:163;a:2:{s:6:\"family\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:164;a:2:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:165;a:2:{s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:166;a:2:{s:6:\"family\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:167;a:2:{s:6:\"family\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:168;a:2:{s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:169;a:2:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:170;a:2:{s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:171;a:2:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:172;a:2:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:173;a:2:{s:6:\"family\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:174;a:2:{s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:175;a:2:{s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:176;a:2:{s:6:\"family\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"800\";}}i:177;a:2:{s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:178;a:2:{s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:179;a:2:{s:6:\"family\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:180;a:2:{s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:181;a:2:{s:6:\"family\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:182;a:2:{s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:183;a:2:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:184;a:2:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:185;a:2:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:186;a:2:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:187;a:2:{s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:188;a:2:{s:6:\"family\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:189;a:2:{s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:190;a:2:{s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:191;a:2:{s:6:\"family\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:192;a:2:{s:6:\"family\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:193;a:2:{s:6:\"family\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:194;a:2:{s:6:\"family\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:195;a:2:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:196;a:2:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:197;a:2:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:198;a:2:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:199;a:2:{s:6:\"family\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:200;a:2:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:201;a:2:{s:6:\"family\";s:5:\"Saira\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:202;a:2:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:203;a:2:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:204;a:2:{s:6:\"family\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:205;a:2:{s:6:\"family\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:206;a:2:{s:6:\"family\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:207;a:2:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:208;a:2:{s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:209;a:2:{s:6:\"family\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:210;a:2:{s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:211;a:2:{s:6:\"family\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:212;a:2:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:213;a:2:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:214;a:2:{s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:215;a:2:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:216;a:2:{s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:217;a:2:{s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:218;a:2:{s:6:\"family\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:219;a:2:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:220;a:2:{s:6:\"family\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:221;a:2:{s:6:\"family\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:222;a:2:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:223;a:2:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:224;a:2:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:225;a:2:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:226;a:2:{s:6:\"family\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:227;a:2:{s:6:\"family\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:228;a:2:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:229;a:2:{s:6:\"family\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:230;a:2:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:231;a:2:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:232;a:2:{s:6:\"family\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:233;a:2:{s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:234;a:2:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:235;a:2:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:236;a:2:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:237;a:2:{s:6:\"family\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:238;a:2:{s:6:\"family\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:239;a:2:{s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:240;a:2:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:241;a:2:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:242;a:2:{s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:243;a:2:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:244;a:2:{s:6:\"family\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:245;a:2:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:246;a:2:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:247;a:2:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:248;a:2:{s:6:\"family\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:249;a:2:{s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:250;a:2:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:251;a:2:{s:6:\"family\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:252;a:2:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:253;a:2:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:254;a:2:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:255;a:2:{s:6:\"family\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:256;a:2:{s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:257;a:2:{s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:258;a:2:{s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"900\";}}i:259;a:2:{s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:260;a:2:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:261;a:2:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:262;a:2:{s:6:\"family\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:263;a:2:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:264;a:2:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:265;a:2:{s:6:\"family\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:266;a:2:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:267;a:2:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:268;a:2:{s:6:\"family\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:269;a:2:{s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:270;a:2:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:271;a:2:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:272;a:2:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:273;a:2:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:274;a:2:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:275;a:2:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:276;a:2:{s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:277;a:2:{s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:278;a:2:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:279;a:2:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:280;a:2:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:281;a:2:{s:6:\"family\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:282;a:2:{s:6:\"family\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:283;a:2:{s:6:\"family\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:284;a:2:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:285;a:2:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:286;a:2:{s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:287;a:2:{s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:288;a:2:{s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:289;a:2:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:290;a:2:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:291;a:2:{s:6:\"family\";s:15:\"Red Hat Display\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:292;a:2:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:293;a:2:{s:6:\"family\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:294;a:2:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:295;a:2:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:296;a:2:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:297;a:2:{s:6:\"family\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:298;a:2:{s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:299;a:2:{s:6:\"family\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:300;a:2:{s:6:\"family\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:301;a:2:{s:6:\"family\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:302;a:2:{s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:303;a:2:{s:6:\"family\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:304;a:2:{s:6:\"family\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:305;a:2:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:306;a:2:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:307;a:2:{s:6:\"family\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:308;a:2:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:309;a:2:{s:6:\"family\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:310;a:2:{s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:311;a:2:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:312;a:2:{s:6:\"family\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:313;a:2:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:314;a:2:{s:6:\"family\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:315;a:2:{s:6:\"family\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:316;a:2:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:317;a:2:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:318;a:2:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:319;a:2:{s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:320;a:2:{s:6:\"family\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:321;a:2:{s:6:\"family\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:322;a:2:{s:6:\"family\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:323;a:2:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:324;a:2:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:325;a:2:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:326;a:2:{s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:327;a:2:{s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:328;a:2:{s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:329;a:2:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:330;a:2:{s:6:\"family\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:331;a:2:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:332;a:2:{s:6:\"family\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:333;a:2:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:334;a:2:{s:6:\"family\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:335;a:2:{s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:336;a:2:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:337;a:2:{s:6:\"family\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:338;a:2:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:339;a:2:{s:6:\"family\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:340;a:2:{s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:341;a:2:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:342;a:2:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:343;a:2:{s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:344;a:2:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:345;a:2:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:346;a:2:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:347;a:2:{s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:348;a:2:{s:6:\"family\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:349;a:2:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:350;a:2:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:351;a:2:{s:6:\"family\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:352;a:2:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:353;a:2:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:354;a:2:{s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:355;a:2:{s:6:\"family\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}}i:356;a:2:{s:6:\"family\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:357;a:2:{s:6:\"family\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:358;a:2:{s:6:\"family\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:359;a:2:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:360;a:2:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:361;a:2:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:362;a:2:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:363;a:2:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:364;a:2:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:365;a:2:{s:6:\"family\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:366;a:2:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:367;a:2:{s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:368;a:2:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:369;a:2:{s:6:\"family\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:370;a:2:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:371;a:2:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:372;a:2:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:373;a:2:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:374;a:2:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:375;a:2:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:376;a:2:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:377;a:2:{s:6:\"family\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:378;a:2:{s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:379;a:2:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:380;a:2:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:381;a:2:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:382;a:2:{s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:383;a:2:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:384;a:2:{s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:385;a:2:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:386;a:2:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:387;a:2:{s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:388;a:2:{s:6:\"family\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:389;a:2:{s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:390;a:2:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:391;a:2:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:392;a:2:{s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:393;a:2:{s:6:\"family\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:394;a:2:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:395;a:2:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:396;a:2:{s:6:\"family\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:397;a:2:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:398;a:2:{s:6:\"family\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:399;a:2:{s:6:\"family\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:400;a:2:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:401;a:2:{s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:402;a:2:{s:6:\"family\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:403;a:2:{s:6:\"family\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:404;a:2:{s:6:\"family\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:405;a:2:{s:6:\"family\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:406;a:2:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:407;a:2:{s:6:\"family\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:408;a:2:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:409;a:2:{s:6:\"family\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:410;a:2:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:411;a:2:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:412;a:2:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:413;a:2:{s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:414;a:2:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:415;a:2:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:416;a:2:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:417;a:2:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:418;a:2:{s:6:\"family\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:419;a:2:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:420;a:2:{s:6:\"family\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:421;a:2:{s:6:\"family\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:422;a:2:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:423;a:2:{s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:424;a:2:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:425;a:2:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:426;a:2:{s:6:\"family\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:427;a:2:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:428;a:2:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:429;a:2:{s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:430;a:2:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:431;a:2:{s:6:\"family\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:432;a:2:{s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:433;a:2:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:434;a:2:{s:6:\"family\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:435;a:2:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:436;a:2:{s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:437;a:2:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:438;a:2:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:439;a:2:{s:6:\"family\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:440;a:2:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:441;a:2:{s:6:\"family\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:442;a:2:{s:6:\"family\";s:12:\"Red Hat Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:443;a:2:{s:6:\"family\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:444;a:2:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:445;a:2:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:446;a:2:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:447;a:2:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:448;a:2:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:449;a:2:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:450;a:2:{s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:451;a:2:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:452;a:2:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:453;a:2:{s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:454;a:2:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:455;a:2:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:456;a:2:{s:6:\"family\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:457;a:2:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:458;a:2:{s:6:\"family\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}}i:459;a:2:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:460;a:2:{s:6:\"family\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:461;a:2:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:462;a:2:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:463;a:2:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:464;a:2:{s:6:\"family\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:465;a:2:{s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}}i:466;a:2:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:467;a:2:{s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:468;a:2:{s:6:\"family\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:469;a:2:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:470;a:2:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:471;a:2:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:472;a:2:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:473;a:2:{s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:474;a:2:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:475;a:2:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:476;a:2:{s:6:\"family\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:477;a:2:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:478;a:2:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:479;a:2:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:480;a:2:{s:6:\"family\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:481;a:2:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:482;a:2:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:483;a:2:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:484;a:2:{s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:485;a:2:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:486;a:2:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:487;a:2:{s:6:\"family\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:488;a:2:{s:6:\"family\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:489;a:2:{s:6:\"family\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:490;a:2:{s:6:\"family\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:491;a:2:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:492;a:2:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:493;a:2:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:494;a:2:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:495;a:2:{s:6:\"family\";s:8:\"Red Rose\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:496;a:2:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:497;a:2:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:498;a:2:{s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:499;a:2:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:500;a:2:{s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:501;a:2:{s:6:\"family\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:502;a:2:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:503;a:2:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:504;a:2:{s:6:\"family\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:505;a:2:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:506;a:2:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:507;a:2:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:508;a:2:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:509;a:2:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:510;a:2:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:511;a:2:{s:6:\"family\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:512;a:2:{s:6:\"family\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:513;a:2:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:514;a:2:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:515;a:2:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:516;a:2:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:517;a:2:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:518;a:2:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:519;a:2:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:520;a:2:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:521;a:2:{s:6:\"family\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:522;a:2:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:523;a:2:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:524;a:2:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:525;a:2:{s:6:\"family\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:526;a:2:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:527;a:2:{s:6:\"family\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:528;a:2:{s:6:\"family\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:529;a:2:{s:6:\"family\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:530;a:2:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:531;a:2:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:532;a:2:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:533;a:2:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:534;a:2:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:535;a:2:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:536;a:2:{s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:537;a:2:{s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:538;a:2:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:539;a:2:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:540;a:2:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:541;a:2:{s:6:\"family\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:542;a:2:{s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:543;a:2:{s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:544;a:2:{s:6:\"family\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:545;a:2:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:546;a:2:{s:6:\"family\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:547;a:2:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:548;a:2:{s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:549;a:2:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:550;a:2:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:551;a:2:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:552;a:2:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:553;a:2:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:554;a:2:{s:6:\"family\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:555;a:2:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:556;a:2:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:557;a:2:{s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:558;a:2:{s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:559;a:2:{s:6:\"family\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:560;a:2:{s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:561;a:2:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:562;a:2:{s:6:\"family\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";}}i:563;a:2:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:564;a:2:{s:6:\"family\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:565;a:2:{s:6:\"family\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:566;a:2:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:567;a:2:{s:6:\"family\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:568;a:2:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:569;a:2:{s:6:\"family\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:570;a:2:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:571;a:2:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:572;a:2:{s:6:\"family\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:573;a:2:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:574;a:2:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:575;a:2:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:576;a:2:{s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:577;a:2:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:578;a:2:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:579;a:2:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:580;a:2:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:581;a:2:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:582;a:2:{s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:583;a:2:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:584;a:2:{s:6:\"family\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:585;a:2:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:586;a:2:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:587;a:2:{s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:588;a:2:{s:6:\"family\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:589;a:2:{s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:590;a:2:{s:6:\"family\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:591;a:2:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:592;a:2:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:593;a:2:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:594;a:2:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:595;a:2:{s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:596;a:2:{s:6:\"family\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:597;a:2:{s:6:\"family\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:598;a:2:{s:6:\"family\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:599;a:2:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:600;a:2:{s:6:\"family\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:601;a:2:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:602;a:2:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:603;a:2:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:604;a:2:{s:6:\"family\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:605;a:2:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:606;a:2:{s:6:\"family\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:607;a:2:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:608;a:2:{s:6:\"family\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:609;a:2:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:610;a:2:{s:6:\"family\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:611;a:2:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:612;a:2:{s:6:\"family\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:613;a:2:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:614;a:2:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:615;a:2:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:616;a:2:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:617;a:2:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:618;a:2:{s:6:\"family\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:619;a:2:{s:6:\"family\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:620;a:2:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:621;a:2:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:622;a:2:{s:6:\"family\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:623;a:2:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:624;a:2:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:625;a:2:{s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:626;a:2:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:627;a:2:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:628;a:2:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:629;a:2:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:630;a:2:{s:6:\"family\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:631;a:2:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:632;a:2:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:633;a:2:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:634;a:2:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:635;a:2:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:636;a:2:{s:6:\"family\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:637;a:2:{s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:638;a:2:{s:6:\"family\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:639;a:2:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:640;a:2:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:641;a:2:{s:6:\"family\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:642;a:2:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:643;a:2:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:644;a:2:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:645;a:2:{s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:646;a:2:{s:6:\"family\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:647;a:2:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:648;a:2:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:649;a:2:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:650;a:2:{s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:651;a:2:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:652;a:2:{s:6:\"family\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:653;a:2:{s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:654;a:2:{s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:655;a:2:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:656;a:2:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:657;a:2:{s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:658;a:2:{s:6:\"family\";s:10:\"Be Vietnam\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:659;a:2:{s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:660;a:2:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:661;a:2:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:662;a:2:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:663;a:2:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:664;a:2:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:665;a:2:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:666;a:2:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:667;a:2:{s:6:\"family\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:668;a:2:{s:6:\"family\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:669;a:2:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:670;a:2:{s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:671;a:2:{s:6:\"family\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:672;a:2:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:673;a:2:{s:6:\"family\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:674;a:2:{s:6:\"family\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:675;a:2:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:676;a:2:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:677;a:2:{s:6:\"family\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:678;a:2:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:679;a:2:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:680;a:2:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:681;a:2:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:682;a:2:{s:6:\"family\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:683;a:2:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:684;a:2:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:685;a:2:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:686;a:2:{s:6:\"family\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:687;a:2:{s:6:\"family\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:688;a:2:{s:6:\"family\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:689;a:2:{s:6:\"family\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:690;a:2:{s:6:\"family\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:691;a:2:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:692;a:2:{s:6:\"family\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:693;a:2:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:694;a:2:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:695;a:2:{s:6:\"family\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:696;a:2:{s:6:\"family\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:697;a:2:{s:6:\"family\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:698;a:2:{s:6:\"family\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:699;a:2:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:700;a:2:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:701;a:2:{s:6:\"family\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:702;a:2:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:703;a:2:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:704;a:2:{s:6:\"family\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:705;a:2:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:706;a:2:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:707;a:2:{s:6:\"family\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:708;a:2:{s:6:\"family\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:709;a:2:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:710;a:2:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:711;a:2:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:712;a:2:{s:6:\"family\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:713;a:2:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:714;a:2:{s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:715;a:2:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:716;a:2:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:717;a:2:{s:6:\"family\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:718;a:2:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:719;a:2:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:720;a:2:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:721;a:2:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:722;a:2:{s:6:\"family\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:723;a:2:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:724;a:2:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:725;a:2:{s:6:\"family\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:726;a:2:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:727;a:2:{s:6:\"family\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:728;a:2:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:729;a:2:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:730;a:2:{s:6:\"family\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:731;a:2:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:732;a:2:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:733;a:2:{s:6:\"family\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:734;a:2:{s:6:\"family\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:735;a:2:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:736;a:2:{s:6:\"family\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:737;a:2:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:738;a:2:{s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:739;a:2:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:740;a:2:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:741;a:2:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:742;a:2:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:743;a:2:{s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:744;a:2:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:745;a:2:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:746;a:2:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:747;a:2:{s:6:\"family\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:748;a:2:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:749;a:2:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:750;a:2:{s:6:\"family\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:751;a:2:{s:6:\"family\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:752;a:2:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:753;a:2:{s:6:\"family\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:754;a:2:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:755;a:2:{s:6:\"family\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:756;a:2:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:757;a:2:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:758;a:2:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:759;a:2:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:760;a:2:{s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:761;a:2:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:762;a:2:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:763;a:2:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:764;a:2:{s:6:\"family\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:765;a:2:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:766;a:2:{s:6:\"family\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:767;a:2:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:768;a:2:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:769;a:2:{s:6:\"family\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:770;a:2:{s:6:\"family\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:771;a:2:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:772;a:2:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:773;a:2:{s:6:\"family\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:774;a:2:{s:6:\"family\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:775;a:2:{s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:776;a:2:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:777;a:2:{s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}}i:778;a:2:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:779;a:2:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:780;a:2:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:781;a:2:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:782;a:2:{s:6:\"family\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:783;a:2:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:784;a:2:{s:6:\"family\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:785;a:2:{s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:786;a:2:{s:6:\"family\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:787;a:2:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}}i:788;a:2:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:789;a:2:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:790;a:2:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:791;a:2:{s:6:\"family\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:792;a:2:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}}i:793;a:2:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:794;a:2:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:795;a:2:{s:6:\"family\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:796;a:2:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:797;a:2:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:798;a:2:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:799;a:2:{s:6:\"family\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:800;a:2:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:801;a:2:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:802;a:2:{s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:803;a:2:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:804;a:2:{s:6:\"family\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:805;a:2:{s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:806;a:2:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:807;a:2:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:808;a:2:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:809;a:2:{s:6:\"family\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:810;a:2:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:811;a:2:{s:6:\"family\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:812;a:2:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:813;a:2:{s:6:\"family\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:814;a:2:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:815;a:2:{s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:816;a:2:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:817;a:2:{s:6:\"family\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:818;a:2:{s:6:\"family\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:819;a:2:{s:6:\"family\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:820;a:2:{s:6:\"family\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:821;a:2:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:822;a:2:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:823;a:2:{s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:824;a:2:{s:6:\"family\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:825;a:2:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:826;a:2:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:827;a:2:{s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:828;a:2:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:829;a:2:{s:6:\"family\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:830;a:2:{s:6:\"family\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:831;a:2:{s:6:\"family\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:832;a:2:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:833;a:2:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:834;a:2:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:835;a:2:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:836;a:2:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:837;a:2:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:838;a:2:{s:6:\"family\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:839;a:2:{s:6:\"family\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:840;a:2:{s:6:\"family\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:841;a:2:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:842;a:2:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}}i:843;a:2:{s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:844;a:2:{s:6:\"family\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:845;a:2:{s:6:\"family\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:846;a:2:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:847;a:2:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:848;a:2:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:849;a:2:{s:6:\"family\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:850;a:2:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:851;a:2:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:852;a:2:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:853;a:2:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:854;a:2:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:855;a:2:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:856;a:2:{s:6:\"family\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:857;a:2:{s:6:\"family\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:858;a:2:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:859;a:2:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:860;a:2:{s:6:\"family\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:861;a:2:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:862;a:2:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:863;a:2:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:864;a:2:{s:6:\"family\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:865;a:2:{s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:866;a:2:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:867;a:2:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:868;a:2:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:869;a:2:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:870;a:2:{s:6:\"family\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:871;a:2:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:872;a:2:{s:6:\"family\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:873;a:2:{s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:874;a:2:{s:6:\"family\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:875;a:2:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:876;a:2:{s:6:\"family\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:877;a:2:{s:6:\"family\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";}}i:878;a:2:{s:6:\"family\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:879;a:2:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:880;a:2:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:881;a:2:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:882;a:2:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:883;a:2:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:884;a:2:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:885;a:2:{s:6:\"family\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:886;a:2:{s:6:\"family\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:887;a:2:{s:6:\"family\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:888;a:2:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:889;a:2:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:890;a:2:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:891;a:2:{s:6:\"family\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:892;a:2:{s:6:\"family\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:893;a:2:{s:6:\"family\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:894;a:2:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:895;a:2:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:896;a:2:{s:6:\"family\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:897;a:2:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:898;a:2:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:899;a:2:{s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:900;a:2:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:901;a:2:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:902;a:2:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:903;a:2:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:904;a:2:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:905;a:2:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:906;a:2:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:907;a:2:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:908;a:2:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:909;a:2:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:910;a:2:{s:6:\"family\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:911;a:2:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:912;a:2:{s:6:\"family\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:913;a:2:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:914;a:2:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:915;a:2:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:916;a:2:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:917;a:2:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:918;a:2:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:919;a:2:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:920;a:2:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:921;a:2:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:922;a:2:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:923;a:2:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:924;a:2:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:925;a:2:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:926;a:2:{s:6:\"family\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:927;a:2:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:928;a:2:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:929;a:2:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:930;a:2:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:931;a:2:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:932;a:2:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:933;a:2:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:934;a:2:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:935;a:2:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:936;a:2:{s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:937;a:2:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:938;a:2:{s:6:\"family\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:939;a:2:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:940;a:2:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:941;a:2:{s:6:\"family\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:942;a:2:{s:6:\"family\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:943;a:2:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:944;a:2:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:945;a:2:{s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:946;a:2:{s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:947;a:2:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:948;a:2:{s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:949;a:2:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:950;a:2:{s:6:\"family\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:951;a:2:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:952;a:2:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:953;a:2:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:954;a:2:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:955;a:2:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:956;a:2:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:957;a:2:{s:6:\"family\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:958;a:2:{s:6:\"family\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:959;a:2:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:960;a:2:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:961;a:2:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:962;a:2:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:963;a:2:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:964;a:2:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:965;a:2:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:966;a:2:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:967;a:2:{s:6:\"family\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:968;a:2:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:969;a:2:{s:6:\"family\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:970;a:2:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:971;a:2:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:972;a:2:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:973;a:2:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:974;a:2:{s:6:\"family\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:975;a:2:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:976;a:2:{s:6:\"family\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:977;a:2:{s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:978;a:2:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:979;a:2:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:980;a:2:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:981;a:2:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:982;a:2:{s:6:\"family\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:983;a:2:{s:6:\"family\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:984;a:2:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:985;a:2:{s:6:\"family\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:986;a:2:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:987;a:2:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:988;a:2:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:989;a:2:{s:6:\"family\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:990;a:2:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:991;a:2:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:992;a:2:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:993;a:2:{s:6:\"family\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:994;a:2:{s:6:\"family\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:995;a:2:{s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:996;a:2:{s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:997;a:2:{s:6:\"family\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:998;a:2:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:999;a:2:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1000;a:2:{s:6:\"family\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1001;a:2:{s:6:\"family\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1002;a:2:{s:6:\"family\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}}', 'yes');
INSERT INTO `taflwj_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(262, 'oxygen_global_colors_cache_update_required', '1', 'yes'),
(277, '_transient_health-check-site-status-result', '{\"good\":\"10\",\"recommended\":\"10\",\"critical\":\"0\"}', 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `taflwj_wpk0_postmeta`
--

CREATE TABLE `taflwj_wpk0_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `taflwj_wpk0_postmeta`
--

INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(11, 9, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'38a8ddb69d911976bb937e545faea8a1ebcf4fed89a829d430c512dbcb2771ed\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-111\",\"original\":{\"background-color\":\"color(4)\",\"background-image\":\"[oxygen ct_sign_sha256=\'a3917e03abdc9597a1609ca96f6dd37b937924bd930b4c48b1c4d1ac757ef56b\' data=\'featured_image\' ]\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(177,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(0,165,189,0.9)\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Hero Section\"}\'][ct_headline ct_sign_sha256=\'441dd868f003323c434e9c2092d919fdf1159c7fd36ccb6d930985806f25478b\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"headline-10-111\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'c92336085c748cc3ed55848197c9ab1d4d8e0c0e5c4a92c1ed4854a82643314a\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-111\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'6560b861762565cf541264f34313d4717f55b07e4ed0dcb9664845e39e4f3608\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"text_block-12-111\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'48a0322c502dfa8385c5720ed21dac5f601354e8ec729a3673dcb761d5c6e809\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-111\"}\'][oxygen ct_sign_sha256=\'f8aae5be7515150c44fb6dd2f7eae7a5c2ce154b0cb6eb022ac99185a940d66e\' data=\'date\' ][/ct_span][/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'dbac85ca31754dcbad8bc39acead23dd3e4a188f90b3e8e45ff7e7ea65b884c0\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-111\",\"original\":{\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\",\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Post Content\"}\'][ct_text_block ct_sign_sha256=\'f954361a52f80c15617bd08ac6c7a60eaeb292740314e73573cdadbbf8f64fd2\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-111\"}\'][ct_span ct_sign_sha256=\'e9e1b395247855b9118fefb457274f72d65c590a45c5d35bb415cc01e9c57547\' ct_options=\'{\"ct_id\":7,\"ct_parent\":5,\"selector\":\"span-7-111\",\"classes\":{\"0\":\"oxy-stock-content-styles\",\"1\":\"hosting-other-single\"},\"activeselector\":\"hosting-other-single\"}\'][oxygen ct_sign_sha256=\'c3b66dff1dc1557e12d3fd2d57a725778f4d675b3c1c49e4c49b402719b47fe0\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'26a2731efffd3fe98848372d027200c401289ae7ebf12d59f7bc57096635f666\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"code_block-4-111\",\"original\":{\"code-css\":\"Lmhvc3Rpbmctb3RoZXItc2luZ2xlIGgxLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgzLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg0LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg2IHsKCWNvbG9yOiAjMkE0NDVBOwogICAgbGluZS1oZWlnaHQ6IDEuMTsKICAgIGZvbnQtd2VpZ2h0OiA3MDA7CiAgICBtYXJnaW4tYm90dG9tOiAuMmVtOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDEgewogIGZvbnQtc2l6ZTogNjRweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyIHsKICBmb250LXNpemU6IDQwcHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoMyB7CiAgZm9udC1zaXplOiAzNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDQgewogIGZvbnQtc2l6ZTogMzJweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1IHsKICBmb250LXNpemU6IDI0cHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoNiB7CiAgZm9udC1zaXplOiAxNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIHRvcCBsZWZ0LCAjMDFBNUJDLCAjQUZEMTdFKTsKICBjb2xvcjogI2ZmZmZmZjsKICBwYWRkaW5nOiAxOHB4IDQycHg7CiAgbWFyZ2luLWxlZnQ6IDA7CiAgbWFyZ2luLXJpZ2h0OiAwOwogIGZvbnQtc2l6ZTogMTZweDsKICBsaW5lLWhlaWdodDogMS42ZW07CiAgZm9udC1zdHlsZTogaXRhbGljOwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBvbCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24tdGV4dCB7CiAgY29sb3I6IHJnYmEoMCwwLDAsMC4zKTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBhIHsKICBjb2xvcjogIzA3QURCNzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGE6aG92ZXIgewogIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwp9CgpwcmUgewogIHdoaXRlLXNwYWNlOiBub3JtYWwgIWltcG9ydGFudDsKICBjb2xvcjogcmdiYSgwLDAsMCwwLjMpOwp9Cg==\",\"code-php\":\"PCEtLSAtLT4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'3124d2a46053640813fae7b1465c74d8b7451d076c4bd98f0c5370417814b904\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-111\",\"original\":{\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\",\"background-color\":\"color(7)\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Blog Post Comments\",\"ct_category\":\"Blog\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][oxy_comments ct_sign_sha256=\'e462315ff68d692ddf5f85a4a3a9724969f7edc9b35c1b1e5f5490541bc9f10d\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_comments-15-111\",\"original\":{\"code-php\":\"PD9waHAKCmlmIChoYXZlX2NvbW1lbnRzKCkpIHsKCgk/PgoKCTxoMyBjbGFzcz0iY29tbWVudHMtdGl0bGUiPgoJCTw/cGhwCgkJZWNobyBPeHlnZW5fVlNCX0NvbW1lbnRzX0xpc3Q6OnV0aWxfdGl0bGUoKTsKCQk/PgoJPC9oMz4KCgk8b2wgY2xhc3M9ImNvbW1lbnRzLWxpc3QiPgoKCSAgICA8P3BocAoKCSAgICB3cF9saXN0X2NvbW1lbnRzKAoJICAgIAlhcnJheSgKCgkgICAgCQknc3R5bGUnID0+ICdvbCcsCgkgICAgCQknZm9ybWF0JyA9PiAnaHRtbDUnLAoJICAgIAkJJ2F2YXRhcl9zaXplJyA9PiAnMTAwJwoJICAgIAkpCgkgICAgKTsKCgkgICAgPz4KCgk8L29sPgoKCTxkaXYgY2xhc3M9ImNvbW1lbnRzLW5hdmlnYXRpb24iPgoJCTxkaXYgY2xhc3M9J3ByZXZpb3VzLWNvbW1lbnRzLWxpbmsnPjw/cGhwIHByZXZpb3VzX2NvbW1lbnRzX2xpbmsoKTsgPz48L2Rpdj4KCQk8ZGl2IGNsYXNzPSduZXh0LWNvbW1lbnRzLWxpbmsnPjw/cGhwIG5leHRfY29tbWVudHNfbGluaygpOyA/PjwvZGl2PgoJPC9kaXY+CgoJPD9waHAKCn0KCj8+\",\"code-css\":\"LmNvbW1lbnRzLXRpdGxlIHsKICBmb250LXNpemU6IDQwcHg7CiAgY29sb3I6ICMyQTQ0NUE7CiAgbGluZS1oZWlnaHQ6IDEuMTsKICB0ZXh0LWFsaWduOiBjZW50ZXI7CiAgbWFyZ2luLWJvdHRvbTogNDhweDsKICBkaXNwbGF5OiBibG9jazsKfQoKLmNvbW1lbnQtYm9keSB7CiAgYmFja2dyb3VuZDogd2hpdGU7CiAgYm94LXNoYWRvdzogcmdiYSgwLDAsMCwwLjEpIDAgMCA1cHg7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIHBhZGRpbmc6IDI4cHg7CiAgbWFyZ2luLWJvdHRvbTogMjBweCAhaW1wb3J0YW50Owp9CgpAbWVkaWEgKG1heC13aWR0aDogNzY4cHgpIHsKLm94eS1jb21tZW50cyBvbC5jaGlsZHJlbiB7CiAgICBtYXJnaW4tbGVmdDogMDsKICB9Cn0KCi5jb21tZW50LWNvbnRlbnQgewogIGNvbG9yOiAjNjY2OwogIGZvbnQtc2l6ZTogMTZweDsKfQoKLmNvbW1lbnQtcmVwbHktbGluayB7CiAgY29sb3I6ICMwN0FEQjc7CiAgZm9udC1zaXplOiAxNnB4ICFpbXBvcnRhbnQ7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBwYWRkaW5nOiAxMnB4IDMycHg7CiAgYm9yZGVyOiAycHggc29saWQgIzA3QURCNzsKICBib3JkZXItcmFkaXVzOiA1cHg7Cn0KCi5jb21tZW50LXJlcGx5LWxpbms6aG92ZXIgewogIHRyYW5zZm9ybTogc2NhbGUoMS4wNSwxLjA1KTsKfQoKLmF2YXRhciB7CiAgYm9yZGVyLXJhZGl1czogMTAwJTsKICBib3JkZXI6IDNweCBzb2xpZCAjOEVDOThBOwogIG1hcmdpbi1yaWdodDogMTJweCAhaW1wb3J0YW50Owp9CgouY29tbWVudC1hdXRob3IgewogIG1hcmdpbi1ib3R0b206IDE2cHg7CiAgZm9udC1mYW1pbHk6ICdSYWxld2F5JzsKICBjb2xvcjogIzJBNDQ1QTsKfQoKLmZuIHsKICBmb250LXdlaWdodDogOTAwOwp9CgouY29tbWVudC1tZXRhZGF0YSBhIHsKICBjb2xvcjogIzA3QURCNzsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgbWFyZ2luLXJpZ2h0OiAxMnB4Owp9CgouY29tbWVudC1tZXRhZGF0YSBhOmhvdmVyIHsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKLm94eS1jb21tZW50LWZvcm0gbGFiZWwgewogIGRpc3BsYXk6IG5vbmU7Cn0KCi5veHktY29tbWVudC1mb3JtIHRleHRhcmVhIHsKICBwYWRkaW5nOiAyMHB4OwogIHJlc2l6ZTogbm9uZTsKICBvdXRsaW5lOiBub25lOwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7Cn0KCi5veHktY29tbWVudC1mb3JtIHRleHRhcmVhOmZvY3VzIHsKICBib3gtc2hhZG93OiByZ2JhKDAsMCwwLDAuMikgMCAwIDEwcHg7Cn0KCi5veHktY29tbWVudC1mb3JtICNzdWJtaXQgewogIGJveC1zaGFkb3c6IDBweCAyNXB4IDIwcHggLTIwcHggcmdiYSgwLDAsMCwwLjIpICFpbXBvcnRhbnQ7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICB0cmFuc2l0aW9uOiBhbGwgZWFzZSAwLjJzOwogIG91dGxpbmU6IG5vbmU7Cn0KCi5veHktY29tbWVudC1mb3JtICNzdWJtaXQ6aG92ZXIgewogIHRyYW5zZm9ybTogc2NhbGUoMS4wNSwxLjA1KTsKfQoKLmNvbW1lbnQtcmVwbHktdGl0bGUgewogIGNvbG9yOiAjZmZmOwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgZm9udC1zaXplOiA0MHB4OwogIGxpbmUtaGVpZ2h0OiAxLjE7Cn0KCi5jb21tZW50LXJlcGx5LXRpdGxlIGEgewogIGNvbG9yOiByZ2JhKDI1NSwyNTUsMjU1LDAuNSk7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7Cn0KCi5jb21tZW50LXJlcGx5LXRpdGxlIGE6aG92ZXIgewogIGNvbG9yOiB3aGl0ZTsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKcC5sb2dnZWQtaW4tYXMgewogIG1hcmdpbi1ib3R0b206IDI4cHggIWltcG9ydGFudDsKICBjb2xvcjogdHJhbnNwYXJlbnQ7Cn0KCi5sb2dnZWQtaW4tYXMgYSB7CiAgY29sb3I6IHJnYmEoMjU1LDI1NSwyNTUsMC41KTsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBtYXJnaW46IDAgOHB4Owp9CgoubG9nZ2VkLWluLWFzIGE6aG92ZXIgewogIGNvbG9yOiB3aGl0ZTsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQ==\"},\"activeselector\":false}\'][/oxy_comments][oxy_comment_form ct_sign_sha256=\'5b8ccde26acc29e5d2ffbbf0a7089af4e293dadd7cb578bbbddca75024a58863\' ct_options=\'{\"ct_id\":16,\"ct_parent\":14,\"selector\":\"_comment_form-16-111\",\"original\":{\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"#b1d27d\"},\"1\":{\"position-unit\":\"px\",\"value\":\"#00a5bd\"}},\"linear-angle\":\"135\",\"gradient-type\":\"linear\"},\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"stretch\",\"padding-top\":\"28\",\"padding-left\":\"28\",\"padding-right\":\"28\",\"padding-bottom\":\"12\",\"border-radius\":\"5\",\"text-align\":\"center\",\"form_field_border_color\":\"color(3)\",\"field_border_radius\":\"5\",\"form_field_text_color\":\"color(5)\",\"submit_button_background_color\":\"color(4)\",\"submit_button_text_color\":\"color(3)\",\"color\":\"color(3)\"}}\'][/oxy_comment_form][/ct_section]'),
(12, 9, 'ct_template_type', ''),
(13, 9, 'ct_template_order', '1'),
(14, 9, 'ct_parent_template', '13'),
(15, 9, 'ct_template_single_all', ''),
(16, 9, 'ct_template_post_types', 'a:1:{i:0;s:4:\"post\";}'),
(17, 9, 'ct_use_template_taxonomies', ''),
(18, 9, 'ct_template_taxonomies', NULL),
(19, 9, 'ct_template_apply_if_post_of_parents', ''),
(20, 9, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(21, 9, 'ct_template_all_archives', ''),
(22, 9, 'ct_template_apply_if_archive_among_taxonomies', ''),
(23, 9, 'ct_template_archive_among_taxonomies', NULL),
(24, 9, 'ct_template_apply_if_archive_among_cpt', ''),
(25, 9, 'ct_template_archive_post_types', 'a:0:{}'),
(26, 9, 'ct_template_date_archive', ''),
(27, 9, 'ct_template_front_page', ''),
(28, 9, 'ct_template_blog_posts', ''),
(29, 9, 'ct_template_search_page', ''),
(30, 9, 'ct_template_404_page', ''),
(31, 9, 'ct_template_index', ''),
(32, 9, 'ct_template_inner_content', ''),
(33, 10, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'619f65b25d1550e57c0fb55afd969ee7a4b56ac26edf1119d4102c8b49d3ce2b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-106\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Blogposts Hero\",\"ct_category\":\"Blog\"}\'][ct_headline ct_sign_sha256=\'6f89c03a8f15c24738103441229e22457ea5bfbff22b13aa70c60f9a1c4d85b5\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-106\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our Blogposts[/ct_headline][ct_text_block ct_sign_sha256=\'98e4332da5ad2da893b2c152693d0c09642382a2cf4c6c1004ac773a111773c9\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"text_block-6-106\",\"original\":{\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']Yet preference connection unpleasant yet melancholy but end appearance. And excellence partiality estimating terminated day everything.[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'210525e84d9bf076b2d6d896119b5db6ccdec734b1533bf143a61e39bdf9f8ee\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-106\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"20\"},\"ct_category\":\"Blog\",\"nicename\":\"Blog Posts\",\"activeselector\":false}\'][oxy_posts_grid ct_sign_sha256=\'f27d2a413b046d398c798a82226d1dd80c06641bcd9914b48d61bd34280097f6\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"_posts_grid-9-106\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QnPgogIDxkaXYgY2xhc3M9J294eS1wb3N0LXdyYXBwZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgICA8ZGl2IGNsYXNzPSdveHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXknPgoJCTw/cGhwIHRoZV90aW1lKGdldF9vcHRpb24oJ2RhdGVfZm9ybWF0JykpOyA/PgoJICA8L2Rpdj4KICAgICAgPC9kaXY+CiAgICAgIAoJPC9hPgogIAoJPGEgY2xhc3M9J294eS1wb3N0LXRpdGxlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz48P3BocCB0aGVfdGl0bGUoKTsgPz48L2E+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YSc+CgoJCTxkaXYgY2xhc3M9J294eS1wb3N0LW1ldGEtYXV0aG9yIG94eS1wb3N0LW1ldGEtaXRlbSc+CgkJCTw/cGhwIHRoZV9hdXRob3IoKTsgPz4KCQk8L2Rpdj4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1jb21tZW50cyBveHktcG9zdC1tZXRhLWl0ZW0nPgoJCQk8YSBocmVmPSc8P3BocCBjb21tZW50c19saW5rKCk7ID8+Jz48P3BocCBjb21tZW50c19udW1iZXIoKTsgPz48L2E+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkJPD9waHAgdGhlX2V4Y2VycHQoKTsgPz4KCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlJz5SZWFkIE1vcmU8L2E+CiAgPC9kaXY+Cgo8L2Rpdj4=\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKICBtYXJnaW4tYm90dG9tOiAzZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdCB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogY29sdW1uOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgd2lkdGg6IDMzLjMzJTsKICBwYWRkaW5nOiAyMHB4Owp9CgolJUVQSUQlJSAub3h5LXBvc3Qtd3JhcHBlciB7CiAgYmFja2dyb3VuZDogd2hpdGU7CiAgYm94LXNoYWRvdzogcmdiYSgwLDAsMCwwLjEpIDAgMCA1cHg7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIG92ZXJmbG93OiBoaWRkZW47Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZSB7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBiYWNrZ3JvdW5kLWNvbG9yOiBncmV5OwogIGJhY2tncm91bmQtaW1hZ2U6IHJlcGVhdGluZy1saW5lYXItZ3JhZGllbnQoCiAgNDVkZWcsCiAgI2VlZSwKICAjZWVlIDEwcHgsCiAgI2RkZCAxMHB4LAogICNkZGQgMjBweCk7CiAgd2lkdGg6IDEwMCU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1maXhlZC1yYXRpbyB7CiAgcGFkZGluZy1ib3R0b206IDYwJTsKICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyOwogIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7CiAgcG9zaXRpb246IHJlbGF0aXZlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZGF0ZS1vdmVybGF5IHsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdG9wOiAxZW07CiAgcmlnaHQ6IDFlbTsKICBmb250LXNpemU6IC43ZW07CiAgY29sb3I6IHdoaXRlOwogIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMCwwLDAsMC41KTsKICBwYWRkaW5nOiAuN2VtIDFlbTsKICBmb250LXdlaWdodDogYm9sZDsKICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDsKICBib3JkZXItcmFkaXVzOiA1cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC10aXRsZSB7CiAgZm9udC1mYW1pbHk6ICdSYWxld2F5JzsKICBmb250LXNpemU6IDEuNWVtOwogIGxpbmUtaGVpZ2h0OiAxLjJlbTsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgZm9udC13ZWlnaHQ6IDkwMDsKICBkaXNwbGF5OiBibG9jazsKICBtYXJnaW46IDE2cHggMjRweCAyMHB4IDI0cHg7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogIG1hcmdpbi10b3A6IDAuNWVtOwogIGZvbnQtc2l6ZTogLjhlbTsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiByb3c7CiAgbWFyZ2luOiAwIDI0cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIGEgewogIGNvbG9yOiAjMDdBREI3OwogIHRleHQtZGVjb3JhdGlvbjogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgYTpob3ZlciB7CiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhLWl0ZW06OmFmdGVyIHsKCWNvbnRlbnQ6ICJcMDBiNyI7CgltYXJnaW4tcmlnaHQ6IC41ZW07CgltYXJnaW4tbGVmdDogLjVlbTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTpsYXN0LWNoaWxkOjphZnRlciB7Cgljb250ZW50OiAiIjsKCWRpc3BsYXk6IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHsKICBtYXJnaW46IDE2cHggMjRweDsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgcCB7CiAgbWFyZ2luOiAwOwp9CgolJUVQSUQlJSAub3h5LXJlYWQtbW9yZSB7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBib3JkZXI6IDJweCBzb2xpZCAjMDdBREI3OwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7CiAgbWF4LXdpZHRoOiAxMDAlOwogIHRleHQtYWxpZ246IGNlbnRlcjsKICBtYXJnaW46IDI0cHg7CiAgZGlzcGxheTogYmxvY2s7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIHBhZGRpbmc6IDEycHggMzZweDsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcmVhZC1tb3JlOmhvdmVyIHsKICB0cmFuc2Zvcm06IHNjYWxlKDEuMDUsMS4wNSk7Cn0KCiUlRVBJRCUlIC5wYWdlLW51bWJlcnMgewogIGNvbG9yOiAjMDdBREI3OwogIHRleHQtZGVjb3JhdGlvbjogbm9uZTsKICBmb250LXNpemU6IDE2cHg7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBtYXJnaW46IDAgMTJweDsKfQoKJSVFUElEJSUgLmN1cnJlbnQgewogIGJhY2tncm91bmQ6ICMwN0FEQjc7CiAgY29sb3I6ICNmZmY7CiAgcGFkZGluZzogMTJweCAxNnB4OwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQ==\",\"read_more_display_as\":\"text link\",\"paginate_alignment\":\"center\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"default\",\"query_post_types\":{\"0\":\"post\"},\"read_more_size\":\"16\",\"read_more_text_color\":\"color(4)\",\"read_more_button_color\":\"color(3)\",\"title_size\":\"24\",\"title_color\":\"color(1)\",\"title_hover_color\":\"color(4)\",\"meta_size\":\"12\",\"meta_color\":\"color(5)\",\"content_size\":\"16\",\"content_color\":\"color(5)\",\"read_more_text_hover_color\":\"color(4)\",\"read_more_button_hover_color\":\"color(3)\",\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{}},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section]'),
(34, 10, 'ct_template_type', ''),
(35, 10, 'ct_template_order', '1'),
(36, 10, 'ct_parent_template', '13'),
(37, 10, 'ct_template_single_all', ''),
(38, 10, 'ct_template_post_types', 'a:0:{}'),
(39, 10, 'ct_use_template_taxonomies', ''),
(40, 10, 'ct_template_taxonomies', NULL),
(41, 10, 'ct_template_apply_if_post_of_parents', ''),
(42, 10, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(43, 10, 'ct_template_all_archives', 'true'),
(44, 10, 'ct_template_apply_if_archive_among_taxonomies', ''),
(45, 10, 'ct_template_archive_among_taxonomies', NULL),
(46, 10, 'ct_template_apply_if_archive_among_cpt', ''),
(47, 10, 'ct_template_archive_post_types', 'a:0:{}'),
(48, 10, 'ct_template_date_archive', ''),
(49, 10, 'ct_template_front_page', ''),
(50, 10, 'ct_template_blog_posts', ''),
(51, 10, 'ct_template_search_page', ''),
(52, 10, 'ct_template_404_page', ''),
(53, 10, 'ct_template_index', ''),
(54, 10, 'ct_template_inner_content', ''),
(55, 11, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'63619539eb70129c97071b9184beae2a6e4944bb258f69c4bb1e5ad5e957f97c\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-98\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Other Single Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c1274cc7b4d1177fdc1a565c6e7aea252ac4b64c592c8825272d7db0073a1dbd\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"headline-10-98\",\"original\":{\"margin-bottom\":\"12\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'eb668b24aecd783ccfe25c663cf541c07c005d7b0f7c786935236b452c8ea99e\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-98\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'db44e0a7b1be8228cd4ea133a017c8d56afbff392cc25a54f7f432ff9d8a0938\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"text_block-12-98\",\"original\":{\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"color\":\"color(2)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f0e145c0320788c051e6a475794364ec2576365ad2a1b67d9552bbe200489a47\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-98\"}\'][oxygen ct_sign_sha256=\'f8aae5be7515150c44fb6dd2f7eae7a5c2ce154b0cb6eb022ac99185a940d66e\' data=\'date\' ][/ct_span][/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'25c6cc23a5c2a5459776c960098810dfaefdb384094c9e877cff777c39a2c776\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-98\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\"},\"activeselector\":false,\"nicename\":\"Other Single Content\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"0\"}}}}\'][ct_code_block ct_sign_sha256=\'8f5aea05bc20b86c220001b21ecf02a615fd5c47d1fec9f3ba65a1b6dd27dc08\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"code_block-4-98\",\"original\":{\"code-css\":\"Lmhvc3Rpbmctb3RoZXItc2luZ2xlIGgxLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgzLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg0LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg2IHsKCWNvbG9yOiAjMkE0NDVBOwogICAgbGluZS1oZWlnaHQ6IDEuMTsKICAgIGZvbnQtd2VpZ2h0OiA3MDA7CiAgICBtYXJnaW4tYm90dG9tOiAuMmVtOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDEgewogIGZvbnQtc2l6ZTogNjRweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyIHsKICBmb250LXNpemU6IDQwcHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoMyB7CiAgZm9udC1zaXplOiAzNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDQgewogIGZvbnQtc2l6ZTogMzJweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1IHsKICBmb250LXNpemU6IDI0cHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoNiB7CiAgZm9udC1zaXplOiAxNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIHRvcCBsZWZ0LCAjMDFBNUJDLCAjQUZEMTdFKTsKICBjb2xvcjogI2ZmZmZmZjsKICBwYWRkaW5nOiAxOHB4IDQycHg7CiAgbWFyZ2luLWxlZnQ6IDA7CiAgbWFyZ2luLXJpZ2h0OiAwOwogIGZvbnQtc2l6ZTogMTZweDsKICBsaW5lLWhlaWdodDogMS42ZW07CiAgZm9udC1zdHlsZTogaXRhbGljOwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBvbCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24tdGV4dCB7CiAgY29sb3I6IHJnYmEoMCwwLDAsMC4zKTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBhIHsKICBjb2xvcjogIzA3QURCNzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGE6aG92ZXIgewogIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwp9CgpwcmUgewogIHdoaXRlLXNwYWNlOiBub3JtYWwgIWltcG9ydGFudDsKICBjb2xvcjogcmdiYSgwLDAsMCwwLjMpOwp9Cg==\",\"code-php\":\"PCEtLSAtLT4=\"},\"activeselector\":false}\'][/ct_code_block][ct_text_block ct_sign_sha256=\'06235bd2bae1d2043b817e472be94aa639f275c2e0261697bc0a6bebccc96a67\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-98\",\"original\":{\"color\":\"color(5)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'afb5a201d9b17b0d146eb42f0e6d53ec655c7d105ece271e87a8fad96cd88c8a\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-98\",\"classes\":{\"0\":\"oxy-stock-content-styles\",\"1\":\"hosting-other-single\"},\"activeselector\":\"hosting-other-single\"}\'][oxygen ct_sign_sha256=\'c3b66dff1dc1557e12d3fd2d57a725778f4d675b3c1c49e4c49b402719b47fe0\' data=\'content\' ][/ct_span][/ct_text_block][/ct_section]'),
(56, 11, 'ct_template_type', ''),
(57, 11, 'ct_template_order', '0'),
(58, 11, 'ct_parent_template', '13'),
(59, 11, 'ct_template_single_all', ''),
(60, 11, 'ct_template_post_types', 'a:1:{i:0;s:4:\"page\";}'),
(61, 11, 'ct_use_template_taxonomies', ''),
(62, 11, 'ct_template_taxonomies', NULL),
(63, 11, 'ct_template_apply_if_post_of_parents', ''),
(64, 11, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(65, 11, 'ct_template_all_archives', ''),
(66, 11, 'ct_template_apply_if_archive_among_taxonomies', ''),
(67, 11, 'ct_template_archive_among_taxonomies', NULL),
(68, 11, 'ct_template_apply_if_archive_among_cpt', ''),
(69, 11, 'ct_template_archive_post_types', 'a:0:{}'),
(70, 11, 'ct_template_date_archive', ''),
(71, 11, 'ct_template_front_page', ''),
(72, 11, 'ct_template_blog_posts', ''),
(73, 11, 'ct_template_search_page', ''),
(74, 11, 'ct_template_404_page', ''),
(75, 11, 'ct_template_index', ''),
(76, 11, 'ct_template_inner_content', ''),
(77, 12, 'ct_builder_shortcodes', '[ct_inner_content ct_sign_sha256=\'f7a9d5b56baf001449b29e3b78c5cb423e359cae8645fd983d89dac6fe39a576\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"inner_content-3-88\"}\'][/ct_inner_content]'),
(78, 12, 'ct_template_type', ''),
(79, 12, 'ct_template_order', '1'),
(80, 12, 'ct_parent_template', '13'),
(81, 12, 'ct_template_single_all', ''),
(82, 12, 'ct_template_post_types', 'a:1:{i:0;s:4:\"page\";}'),
(83, 12, 'ct_use_template_taxonomies', ''),
(84, 12, 'ct_template_taxonomies', NULL),
(85, 12, 'ct_template_apply_if_post_of_parents', ''),
(86, 12, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(87, 12, 'ct_template_all_archives', ''),
(88, 12, 'ct_template_apply_if_archive_among_taxonomies', ''),
(89, 12, 'ct_template_archive_among_taxonomies', NULL),
(90, 12, 'ct_template_apply_if_archive_among_cpt', ''),
(91, 12, 'ct_template_archive_post_types', 'a:0:{}'),
(92, 12, 'ct_template_date_archive', ''),
(93, 12, 'ct_template_front_page', ''),
(94, 12, 'ct_template_blog_posts', ''),
(95, 12, 'ct_template_search_page', ''),
(96, 12, 'ct_template_404_page', ''),
(97, 12, 'ct_template_index', ''),
(98, 12, 'ct_template_inner_content', ''),
(99, 13, 'ct_builder_shortcodes', '[ct_div_block ct_sign_sha256=\'3d80534c801985b2462a5a204ecaba21eb0ea0eea0228cab57ab674624f26e86\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'621f0fdb4a6fc5abe6920c3799581f168702c4518d9443507a6e71f362a7545e\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'e902a30cdb97328edbbab2f2b0af46687bca072caf2fb662ecad3ea1348f948d\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'4613868e04d422d4ebb98c24ccd0806905e34bdc5578646edeeff3e7d35bf298\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'42b6663cf2fc5cca4a454a43d146e303a8822fc0de6b9514975e077a31e3e25d\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'fdef88cb298f900a57c5dbc303bbbe6e588283931a4f449931fabab88be9055c\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'2256f6f4b5fed3580254e4b98fd722e8d3dc2841b6eb01acfe7d75b7c611b568\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\",\"button-color\":\"#3585b8\",\"url\":\"#\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"},\"hover\":{\"background-color\":\"color(3)\",\"button-text-color\":\"#3585b8\",\"button-style\":\"2\",\"button-color\":\"#3585b8\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(300, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'d3a8b3fe19c5a0e3f04a014fb5c661e2251e8dc508a4bc457d340c159a31fede\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'5b56451c4d33773f780904965ab82c88359c9e0a1502081cbc7b1435da5d3ef1\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'ea8cb01d1e1136a48063ba81f23c4f89059e0074acdae90976ec66e9363cf4ee\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'7d40f749a0267ff1d141d27fb65a71e8bad2522250f0acb591171d84cc3d5caf\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(251, 13, 'ct_preview_url', 'https://newgen.stun.tech/');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(252, 13, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(253, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'40e13c501d2696c673935ed76f4464c94ed4a23a8291161f1e544eab0a25defb\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'ac39710e1b4e4519f9b88b32d96d74b6b5146a5f3b318c94da529c3302353c71\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'d4b386ff18db2b3dc24d9c4bbdb9f3840a75f5251b1bd424569b0a7bb7648ec8\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'12824aed854a378cdb975b8c54846c41b8a4c58a248a0c50c8c2ac5d8a6e7b47\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'6a87c0f5e1ab9dbe3e2edf6ea750066a10bd1e82dcfbe3ec4e0c40c4d8e52415\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']Proudly designed with Oxygen, the world\'s best visual website design software[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ad2a5d5c53a0fcd95cf309ecbcba9a2867be17411810ef1110c266d32b7fff0d\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'b1f3f00678c5996fe490b264b61e42e1027cebb42d3351ecc66acec8ce971942\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://linkedin.com\",\"icon-youtube\":\"https://youtube.com\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(100, 13, 'ct_template_type', ''),
(101, 13, 'ct_template_order', '0'),
(102, 13, 'ct_parent_template', NULL),
(103, 13, 'ct_template_single_all', ''),
(104, 13, 'ct_template_post_types', 'a:0:{}'),
(105, 13, 'ct_use_template_taxonomies', ''),
(106, 13, 'ct_template_taxonomies', NULL),
(107, 13, 'ct_template_apply_if_post_of_parents', ''),
(108, 13, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(109, 13, 'ct_template_all_archives', ''),
(110, 13, 'ct_template_apply_if_archive_among_taxonomies', ''),
(111, 13, 'ct_template_archive_among_taxonomies', NULL),
(112, 13, 'ct_template_apply_if_archive_among_cpt', ''),
(113, 13, 'ct_template_archive_post_types', 'a:0:{}'),
(114, 13, 'ct_template_date_archive', ''),
(115, 13, 'ct_template_front_page', ''),
(116, 13, 'ct_template_blog_posts', ''),
(117, 13, 'ct_template_search_page', ''),
(118, 13, 'ct_template_404_page', ''),
(119, 13, 'ct_template_index', 'true'),
(120, 13, 'ct_template_inner_content', ''),
(121, 14, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'729cfd9c98885bf1218187f94f6fdd034cf77d11ba967639eb7d007269c5fa7a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-139\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'a4f7d4de0a02b4538ec2c6eb5c7ed413e5a81cb8467b1189b42c9e01495b32fb\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-139\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission to&nbsp;help you grow your business[/ct_headline][ct_fancy_icon ct_sign_sha256=\'973c507c52326a8ea4984eb5aac682b2951f766ba0152036ff4371cc43019ce5\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"fancy_icon-6-139\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'eb0bc6ccdf8274eb794a11712657ae3b198a2b6c05ea2da3f125978ade819993\' ct_options=\'{\"ct_id\":7,\"ct_parent\":2,\"selector\":\"text_block-7-139\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'f8559dcdb56b92e8db94789fd5a2fc492ae3789c1c875550ea96679b9dd01715\' ct_options=\'{\"ct_id\":11,\"ct_parent\":2,\"selector\":\"link_button-11-139\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'cb833dcbc156800d3c19e7a71ec285c4d51ffd4503641222e9ffb6ecff4a15ee\' ct_options=\'{\"ct_id\":13,\"ct_parent\":0,\"selector\":\"section-13-139\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'9ff73f35a0317cc13fd3f241e8e36d4c90c618fc85d69867101f610dda6ab69e\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"new_columns-14-139\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'813d4a96ce68a60d9a2d36902c22d336ed1b85e224bc28a429b2c48bbfaa0b69\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"div_block-15-139\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7374dfcc05b6d9feaf08198d02b0c1b0c1511e255967ad95d4dd70e57280596a\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"image-18-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7048cb149703bc134a33757243d667870c8435f0fe2c6ac3968b8a958bdd4b9c\' ct_options=\'{\"ct_id\":19,\"ct_parent\":15,\"selector\":\"image-19-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'da0badffa9d572ff27e2b474535e4d6573d4d369e3c857785adb38690ffa99fd\' ct_options=\'{\"ct_id\":16,\"ct_parent\":14,\"selector\":\"div_block-16-139\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'25a24b8bdfef79c8e24e4a8f01ed2e00c6c9952e467e0cf0192b0ecf06b3e392\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"image-20-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7935b807aba61cd6ec324f6900b8625814d88e70ba2be18ee733c27c8a9a9482\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"image-22-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7e7d811a3ede1bc655f24d7cec01b638637531520848a2308941d3004e4aeea7\' ct_options=\'{\"ct_id\":17,\"ct_parent\":14,\"selector\":\"div_block-17-139\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'1bc5471124e85f785c8367e66bc0af4140930d870f35d14f20d8eb01b53c15c7\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"image-23-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'8ef0fe703a7f5085bf9b87141726d705a0573cf38786a057409af1753a4620b9\' ct_options=\'{\"ct_id\":25,\"ct_parent\":17,\"selector\":\"image-25-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\",\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'ab59136b0daeb723d16dec9d2a98e4d7b2797c09f42826d35afadc60b178ec70\' ct_options=\'{\"ct_id\":26,\"ct_parent\":0,\"selector\":\"section-26-139\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2c8502b216ae5747f701d33bf7f079234db3f4adad049154d2bf2b9da4ea430e\' ct_options=\'{\"ct_id\":69,\"ct_parent\":26,\"selector\":\"headline-69-139\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'ecc1ba69f63a26ed8f428f2a33f52166a2da86b693aac2719101dc227f59b12f\' ct_options=\'{\"ct_id\":72,\"ct_parent\":26,\"selector\":\"new_columns-72-139\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4cebb9fcf75e74e13b2f0cdb58f1ebf1ce77427040e88c98917f7f4432981075\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'1fd6ad775fb37b013c9ae5428c7ed8b08d63d999ce3bac4d1bd069ba35cf9d2d\' ct_options=\'{\"ct_id\":35,\"ct_parent\":73,\"selector\":\"fancy_icon-35-139\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'320de7a503956ea82b1a9f17488e919931084fd187724cb91622631c944789dc\' ct_options=\'{\"ct_id\":42,\"ct_parent\":73,\"selector\":\"headline-42-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'5400d95047ceab29e0781eff25db778ba975547250459930210a956bfdcae955\' ct_options=\'{\"ct_id\":53,\"ct_parent\":73,\"selector\":\"text_block-53-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e9e6a1220053aa711f0e5b9aa8df979662e06a6f4b307dfcbeaafe185c0b4d56\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'e78ecb44565a69565521a421004ea7de5653fd7081b4e8d6f59a6c706cd52137\' ct_options=\'{\"ct_id\":36,\"ct_parent\":74,\"selector\":\"fancy_icon-36-139\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7b721c703680d331c4eaa21b8ca612ec8fd0e371c3651366e9313499623cc6a8\' ct_options=\'{\"ct_id\":43,\"ct_parent\":74,\"selector\":\"headline-43-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'83e9336f7e59ced78efe758b45d4a8767aa60eed551896e4c2ea2680f783f647\' ct_options=\'{\"ct_id\":57,\"ct_parent\":74,\"selector\":\"text_block-57-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1164c8d385201fdf7c4a4c06bcebf466f4dd3c28054fb08e8769647051401d4d\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'9b4c56e03aed65e052bca8c04d7654704dd5aa7dca68d71f5836ea4eb7d1fd94\' ct_options=\'{\"ct_id\":37,\"ct_parent\":75,\"selector\":\"fancy_icon-37-139\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c9ad1321e154f434844ee6fd3bae6cccdb3e47e41ab679f6fffb0c4da0e00dd3\' ct_options=\'{\"ct_id\":45,\"ct_parent\":75,\"selector\":\"headline-45-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'84c448ea1cf23ecbaf238e388fdce2275070969279f6a4ed596ff0f9826c0945\' ct_options=\'{\"ct_id\":59,\"ct_parent\":75,\"selector\":\"text_block-59-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a3bf3e7954d344e1eff8999d82bf6cecfca2c80283743ffa8b5374ee427896b8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":72,\"selector\":\"div_block-76-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'4ca2d6cdbbf8596eb6779e8c5bfdf63ddc6dd06541144876f4b73aa07ae6e3c9\' ct_options=\'{\"ct_id\":38,\"ct_parent\":76,\"selector\":\"fancy_icon-38-139\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'8f860a37ab4a5927d9610528a6c6a6af18a2519ac281ec713b8ecdeb9d316cd5\' ct_options=\'{\"ct_id\":47,\"ct_parent\":76,\"selector\":\"headline-47-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'c4f59d9ad660249f2ea4dff6cfe6d534f445b0553baed91773692b8a0aaf075d\' ct_options=\'{\"ct_id\":61,\"ct_parent\":76,\"selector\":\"text_block-61-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(122, 14, 'ct_other_template', '0'),
(123, 15, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'cf7eb4c467327e4d9d29033a0b0e6b64246dda07231a6dfab5a9a5569de24bb6\' ct_options=\'{\"ct_id\":96,\"ct_parent\":0,\"selector\":\"section-96-133\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-bottom\":\"90\"},\"nicename\":\"Features Hero\",\"ct_category\":\"Heros & Titles\",\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'8898102f761b915779eb881337727a89303dea81ccb50d5d36954cbcff7bd0ad\' ct_options=\'{\"ct_id\":98,\"ct_parent\":96,\"selector\":\"headline-98-133\",\"original\":{\"margin-left\":\"40\",\"margin-right\":\"40\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Help Businesses to&nbsp;Grow[/ct_headline][ct_text_block ct_sign_sha256=\'49bc40e76cd0ccfa5214edcc6129accd0af1d4e61c2c401e2c909f421cb5ab43\' ct_options=\'{\"ct_id\":102,\"ct_parent\":96,\"selector\":\"text_block-102-133\",\"original\":{\"margin-left\":\"40\",\"margin-right\":\"40\",\"max-width\":\"480\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"},\"activeselector\":false}\']Dashwoods eagerness oh extensive as discourse sportsman frankness. Husbands see disposed surprise likewise humoured yet pleasure. Fifteen no inquiry cordial so resolve garrets as.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'615d77b5d7f48c339ff667e4f08083d0732b9d7b7ab15d512a844e90477be34b\' ct_options=\'{\"ct_id\":107,\"ct_parent\":96,\"selector\":\"div_block-107-133\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'15e735e1798fa2477761e10ba1a6840f325f56fb67664729bccb836c1154bc95\' ct_options=\'{\"ct_id\":108,\"ct_parent\":107,\"selector\":\"link_button-108-133\",\"original\":{\"margin-left\":\"6\",\"margin-right\":\"6\",\"url\":\"/login/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Get Started[/ct_link_button][ct_link_button ct_sign_sha256=\'da04807c83c88719e9cbfdab11e573093aafcc066073ec93c74491e17d5c2ab1\' ct_options=\'{\"ct_id\":109,\"ct_parent\":107,\"selector\":\"link_button-109-133\",\"original\":{\"margin-left\":\"6\",\"margin-right\":\"6\",\"url\":\"/products/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'8dc1e4142f595166b2a4c4cb5fddccf9d27effe978d9aff55334cd106680f4b5\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'15cf5b2a3604b9300c86252d47f1e7023acc460c342930a1b7273969934251bc\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"new_columns-3-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"reverse-column-order\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'59c8513cc37728dcd8db0d25a570febcdd7a6e249a96e1ec5363d44a4347d6ad\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'da23e8dfbe4cb99be83866615528e321cd55dd6856e2eeafc2cc9025d448166b\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"headline-6-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Free to Try[/ct_headline][ct_text_block ct_sign_sha256=\'09e836e07ed12b135dd30ca947c08dcb7d7c1e4edd6749241a845a942255acec\' ct_options=\'{\"ct_id\":8,\"ct_parent\":4,\"selector\":\"text_block-8-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']On am we offices expense thought. Its hence ten smile age means. Seven chief sight far point any. Of so high into easy. Dashwoods eagerness oh extensive as discourse sportsman frankness.[/ct_text_block][ct_link_button ct_sign_sha256=\'b1f6573cab2bd4dd3d8d02948b83c2c32f18e66f9de9f2abe746736bf6485ad9\' ct_options=\'{\"ct_id\":10,\"ct_parent\":4,\"selector\":\"link_button-10-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9ed3c499f7459679a110d6b6bfaf9b7d870744d9d26444e09e00107bfd032317\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"div_block-5-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'6fa1e687275a6ea2058a351713359f1dd3823298423f46be7f3f4ea6dbc212dc\' ct_options=\'{\"ct_id\":13,\"ct_parent\":5,\"selector\":\"image-13-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/280ddb8e-7c33-4807-b93e-7e137deeab082x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'cef887c0b527e90f20730dbf689e217f51e416a0ae0ff690069488cffeb18a01\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'de57b3a47abac0709207daa6f7fe4ad04f7e7e96f80ea53156dcef327415c116\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"new_columns-15-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'f718b93f2ef8fde316b2c665d62ffbce696a4e0ad0de9c25c4744dd2fdf107f7\' ct_options=\'{\"ct_id\":20,\"ct_parent\":15,\"selector\":\"div_block-20-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'571e47fc826aa947f49cc8e4e5b51d2b22d958cacf8e06fc0f1a2c5ebc02be56\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"image-21-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/b194577b-1049-4392-abcf-72e40dce5f7b2x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'11a0c2b7d0de1aec114bcf4951511db45d0bd953b648fb4a02e02da92271940e\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"div_block-16-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'a0e960ed0f77aa16112292eca33c2e3d05c523323bd6c6e2bc000c4d98db1ed0\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"headline-17-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Cloud Server Storage[/ct_headline][ct_text_block ct_sign_sha256=\'01be3b481c4bd840455ef2431eac4446db60f52f5ca1cb9bbf5ecedf6249c964\' ct_options=\'{\"ct_id\":18,\"ct_parent\":16,\"selector\":\"text_block-18-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']In as name to here them deny wise this. As rapid woody my he me which. Men but they fail shew just wish next put. Led all visitor musical calling nor her. Within coming figure sand things are.[/ct_text_block][ct_link_button ct_sign_sha256=\'245aae74b7b8554789f331f8d80e014187a70a46046f286e50965b17105d4fc8\' ct_options=\'{\"ct_id\":19,\"ct_parent\":16,\"selector\":\"link_button-19-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'88c135367b714929a2c059d4d357a7d87b20580c08051c0d40762cca4c140bfe\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-133\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Features Row\",\"ct_category\":\"Showcase\"}\'][ct_new_columns_3 ct_sign_sha256=\'df11d1faaeb8602426e776b97723c85ffbc1b2c75c90349fe0e43575e4b69d9b\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"new_columns-46-133\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'263223bf06dcf4b02695c3239f6b020106a5dda9bd164e731edaeb3413c3e14e\' ct_options=\'{\"ct_id\":88,\"ct_parent\":46,\"selector\":\"div_block-88-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'2fb6b432068bc83cfff61263a2fc17f93b2bc71d28a209e70d30652b842720d1\' ct_options=\'{\"ct_id\":89,\"ct_parent\":88,\"selector\":\"fancy_icon-89-133\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a492306ab4e16c1c40f9cc31b0b74137ebc07a2b2f3b40cc230463c84caf3762\' ct_options=\'{\"ct_id\":90,\"ct_parent\":88,\"selector\":\"headline-90-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']Cross-Marketing Opportunities[/ct_headline][ct_text_block ct_sign_sha256=\'47173cc5c84360e760c637283df9c7c11812ee3815b2de366486e2ed0993737e\' ct_options=\'{\"ct_id\":91,\"ct_parent\":88,\"selector\":\"text_block-91-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Far estimable extremely middleton his concealed.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cee7ce94bbca4ab5ef3a9814f00baca576d0268ae924f481fe552f3e8e91a325\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"div_block-47-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\",\"background-color\":\"color(11)\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"border-radius\":\"5\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'1de20e8ce10f01a0a81e9c84cf844b14df0265d7eda6ec6c9f5bc47118d7e462\' ct_options=\'{\"ct_id\":51,\"ct_parent\":47,\"selector\":\"fancy_icon-51-133\",\"original\":{\"icon-id\":\"Lineariconsicon-coffee-cup\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f911da53e9245afb316314da5a6278f5d6106ce829b1c985746c34736af06665\' ct_options=\'{\"ct_id\":58,\"ct_parent\":47,\"selector\":\"headline-58-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']Speed-Up your Website[/ct_headline][ct_text_block ct_sign_sha256=\'73984ffca0f2805d6815192d94f086bf22c620918996174288a2e4f7110ead88\' ct_options=\'{\"ct_id\":73,\"ct_parent\":47,\"selector\":\"text_block-73-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Drawings can followed improved out sociable not. Earnestly sod.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2f5e430000c99a9df36fe63ce61ea40ed710ffb10fa28d7525c66f1d6e580430\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\",\"nicename\":\"Div 48\"}\'][ct_fancy_icon ct_sign_sha256=\'80dedb4bb692d2d286da3f965ef9ea2454c8e4c27e1490d0067a143caffbe994\' ct_options=\'{\"ct_id\":52,\"ct_parent\":48,\"selector\":\"fancy_icon-52-133\",\"original\":{\"icon-id\":\"Lineariconsicon-lock\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'251d9d6c2d53aa40b68fb577e2b6010954dd0bd98a0d9a8dfdeb343176b209f5\' ct_options=\'{\"ct_id\":59,\"ct_parent\":48,\"selector\":\"headline-59-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']100% Secure Connection[/ct_headline][ct_text_block ct_sign_sha256=\'e3050970d88684d474315abd16cb6bf450422c3a533e862dc443bd8a73a0888c\' ct_options=\'{\"ct_id\":75,\"ct_parent\":48,\"selector\":\"text_block-75-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Allowance too applauded now way something recommend.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'447e9249c5838526253c88827c627218865844ee1a21c8c831de1441340bcf70\' ct_options=\'{\"ct_id\":24,\"ct_parent\":0,\"selector\":\"section-24-133\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'3cb38ee0edd73841412a66a3bb9c17f34ec2245fb0d52542e3754b98eec785ba\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"new_columns-25-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"never\",\"reverse-column-order\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c0cc7cfa88355f9e0a69d8437e904731666bdd49b0c66c08ecaf7600a253994a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"div_block-26-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'be1b8599387032d037565df0570ce8dbd9952f3df92a3c214f625d5383bcfc63\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"headline-27-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Full File Access[/ct_headline][ct_text_block ct_sign_sha256=\'8328bfb0d8a6a514cb2ab51231216ec890d45b3c1b08f6fb85be92b5823787a1\' ct_options=\'{\"ct_id\":28,\"ct_parent\":26,\"selector\":\"text_block-28-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Continual delighted as elsewhere am convinced unfeeling. Introduced stimulated attachment no by projection. To loud lady whom my mile sold four. Need miss all four case fine age tell.[/ct_text_block][ct_link_button ct_sign_sha256=\'87a7710070edf33ea5a70a5f1bdcb5fc0120162b3a9a0f65ba6de345511ffdfc\' ct_options=\'{\"ct_id\":29,\"ct_parent\":26,\"selector\":\"link_button-29-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5126b8cfe48d615fea6d57a9c99863afee06d4bfe35b138f45503e306b688a21\' ct_options=\'{\"ct_id\":30,\"ct_parent\":25,\"selector\":\"div_block-30-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'d304ec0e6c0536be5385fc82b769dd848197c260155147b9ac7aa5755591a5de\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"image-31-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/f387b9c4-f497-48ac-845a-05ba97f805d12x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'263b3e54f924c751d6f6573e29438fe41b7876ae6a194d6b9af74ee8dcf4a686\' ct_options=\'{\"ct_id\":33,\"ct_parent\":0,\"selector\":\"section-33-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(3)\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'cc25ecde0573f53c4d0ccf010cd4c2197bd97c2d80566575f5990cffb78361b2\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"new_columns-34-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'3db9f867fb400b18b04b29f534bec7f121a5c3ab15bc566cede8c15a59b9b441\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"div_block-35-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7a854aa8a570e3ce09f2354ed3a67b8fee45759f010bdf0c6dd1368b1d223b9c\' ct_options=\'{\"ct_id\":36,\"ct_parent\":35,\"selector\":\"image-36-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e6ae632e6e9459516b0372e3b6dbec17adca193f3937cc6131254734e9b3a0cd\' ct_options=\'{\"ct_id\":37,\"ct_parent\":34,\"selector\":\"div_block-37-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'4420d7d8c663341bf7a19be075b2904cf3bc1055e3b5e64357dce25895f0fab0\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']DDos Protection[/ct_headline][ct_text_block ct_sign_sha256=\'5ebf88a3419a613f5838cface305f4a3145aad2bc6ac88764f4a622d7ab14d4e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Civility vicinity graceful is it at. Improve up at to on mention perhaps raising. Way building not get formerly her peculiar. Up uncommonly prosperous sentiments simplicity acceptance to so.[/ct_text_block][ct_link_button ct_sign_sha256=\'4f193ce422831d23e936bacf0475d0489f31f6643cc8b3f2ca2c8c939092e4bf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":37,\"selector\":\"link_button-40-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(124, 15, 'ct_other_template', '0');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(125, 16, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'d1a9d9c9f833f8d3e5ed8d94b6a4be4792c2828b1f2da4053ceada0915b6def0\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-115\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"20\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"nicename\":\"Products Hero Section\",\"ct_category\":\"Heros & Titles\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'b6550489b3b57d72cae96be0cf8667952c76618277ca01c30f4ca6193b38fee6\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-115\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get Fully Managed<br>Hosting Located in&nbsp;USA[/ct_headline][ct_text_block ct_sign_sha256=\'4ebe553b5ac20f7c88f414c5b416093bd5b192e226dce74bb1c3defc07e48d9a\' ct_options=\'{\"ct_id\":7,\"ct_parent\":2,\"selector\":\"text_block-7-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"max-width\":\"480\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']One morning, when Gregor Samsa woke from troubled dreams, himself transformed in his bed into a horrible vermin.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'bb8e8d30fceab3a2231cb828164f55650d800eb6b5a69801f18ef2091571f5fb\' ct_options=\'{\"ct_id\":9,\"ct_parent\":2,\"selector\":\"new_columns-9-115\",\"original\":{\"max-width\":\"720\"},\"media\":{\"tablet\":{\"original\":{\"max-width\":\"360\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'b5ec2f0e4be373f2c7c0f3d9770577fda4dfd44345449f5b092cedb3329c8227\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-115\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_div_block_4 ct_sign_sha256=\'a24c64748b2287e944bf25f0ae361d31e674124407b30b50087de4fd8c7ed60d\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"div_block-13-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'709059fb5999953ff6fcf0854a715a3db548412ed7ea96640cb2e319fe7b1989\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"fancy_icon-14-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c9c3e6e8765f78ce301da3aaad9e843db27c46f40d473cc3f80f7f177fba1ac6\' ct_options=\'{\"ct_id\":15,\"ct_parent\":13,\"selector\":\"text_block-15-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']24x7x365 support coverage;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'61e2bf211f3cd8f0bc6668ed6af1d835230c7c2815e3f521a013daf7a5154f04\' ct_options=\'{\"ct_id\":17,\"ct_parent\":10,\"selector\":\"div_block-17-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'989b58b2369154deb42d6f793ddf27ff075f511ba9d55656bb295ec0f3641c37\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"fancy_icon-18-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'057da57aeebc24cdc888ff5ab34334fb604b47fd5a91e0822ff642d2a47d0014\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"text_block-19-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Transparent 100% Uptime SLA;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'e7cf39f69122301d1c7b2574cf9c5eb135c2f99e7c86bfeac6814f452f7d12ef\' ct_options=\'{\"ct_id\":23,\"ct_parent\":10,\"selector\":\"div_block-23-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'c92340a13d454d56836c5091f608ce86081c5424a5e61b4aa3d03b16c888df8e\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"fancy_icon-24-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'1fb48139293c186bce088e30b0cfc81497f2d697eac59e5258624db63e683517\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"text_block-25-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Windows and Linux VPS available;[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e56aa21cc83b7cbaabe76142011185f2c56d7f9b2f92425a8503be02dc07bd37\' ct_options=\'{\"ct_id\":11,\"ct_parent\":9,\"selector\":\"div_block-11-115\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_div_block_4 ct_sign_sha256=\'9e2a8040a59e95fc8b0fe32ccf3d0d0571a10d2d4c525a777febff523350ffa7\' ct_options=\'{\"ct_id\":20,\"ct_parent\":11,\"selector\":\"div_block-20-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'f30beb01f01a67abe283c47069760f094eb44975c64ef303377494054fb80af6\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"fancy_icon-21-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'218616c2b2692d4d094cdc8d38dc71d2796e1e1117ee06f18e535fd8099a6273\' ct_options=\'{\"ct_id\":22,\"ct_parent\":20,\"selector\":\"text_block-22-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Automatic daily backups;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'507a0f4f79bbe5ce319c8f65c75768adddb8a71e4950ad8bdf2a7b791311d778\' ct_options=\'{\"ct_id\":29,\"ct_parent\":11,\"selector\":\"div_block-29-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'71d21d5463c2ffe61c3d52171caec7eda77c8b1a564ff2e3d2ada4be3fc823b9\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"fancy_icon-30-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'06e9538f2f268ce6a96b3ec8e25cf121ee253adbf9d7d43bf59f9befb5ccf655\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"text_block-31-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']No limits on support time per month;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'69862593b8b38a5d6fc6ed2c56b95526bfb2fb9cc0de9352efba17b3e8672139\' ct_options=\'{\"ct_id\":32,\"ct_parent\":11,\"selector\":\"div_block-32-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'0bb13c0bbee52f9f546e584e4a9cf7bb1606b176afec62a76670d620cb386bfb\' ct_options=\'{\"ct_id\":33,\"ct_parent\":32,\"selector\":\"fancy_icon-33-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'4266b92f736ab17f87917b755ba5ee4ca9d92bce82802ea54d27604edf718851\' ct_options=\'{\"ct_id\":34,\"ct_parent\":32,\"selector\":\"text_block-34-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Easy Scalability.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'f4c333d70bd6839810090343956ed485796af6757d95d8ce810f3602f5541eee\' ct_options=\'{\"ct_id\":45,\"ct_parent\":0,\"selector\":\"section-45-115\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"ct_category\":\"Showcase\",\"nicename\":\"Products Section\"}\'][ct_new_columns_3 ct_sign_sha256=\'4a54ba157ee798a6bcc3a53effc585e2f762a16854be7b5da53a094d9909facb\' ct_options=\'{\"ct_id\":46,\"ct_parent\":45,\"selector\":\"new_columns-46-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'c8921fcdd55fea986f2ea38f4faaf63c0ac3d3f1cb97295458385fce2da7e0e0\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"div_block-47-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'7378fefbf21ba319729a84cb5be0568870354171c92edc6b84b3f88754f9db35\' ct_options=\'{\"ct_id\":51,\"ct_parent\":47,\"selector\":\"div_block-51-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'be147729169df419692bb35ae0b629dfdf063dd41f6fb95c6cfbfc330eb26ccb\' ct_options=\'{\"ct_id\":69,\"ct_parent\":51,\"selector\":\"fancy_icon-69-115\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6cfa47fc0ee1f5a15dedc61154be5ee3da87f23860ee8f9742a7383df97509f0\' ct_options=\'{\"ct_id\":58,\"ct_parent\":51,\"selector\":\"headline-58-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Managed VPS[/ct_headline][ct_text_block ct_sign_sha256=\'7e0dd7f98262dfaa6d7468957bc608d6ee0437b93b258240b71bd09147813d48\' ct_options=\'{\"ct_id\":87,\"ct_parent\":51,\"selector\":\"text_block-87-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'6a34461364931a9743f1d061832e6c02a6677c003a28df433d3be034683f2e24\' ct_options=\'{\"ct_id\":91,\"ct_parent\":87,\"selector\":\"span-91-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;24x7x365 support coverage;[/ct_text_block][ct_text_block ct_sign_sha256=\'38854b58a843a5d91e82566683d8a138f2ef61e78b9af2520397074599370293\' ct_options=\'{\"ct_id\":94,\"ct_parent\":51,\"selector\":\"text_block-94-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'e202c9028e9fecb3ecd0ea562cf0f03707abe0d878d2ac19fe4e13ab61b7027c\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"span-95-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'f6c656a64040a831ca4f0ffe857741d5daed7f86c9942335a83501f35473287c\' ct_options=\'{\"ct_id\":98,\"ct_parent\":51,\"selector\":\"text_block-98-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'114eeb355e3789706788bae47dc6c2be1a0640c2b1991003ac83866a4b3c0aae\' ct_options=\'{\"ct_id\":99,\"ct_parent\":98,\"selector\":\"span-99-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'9dabef5f08a6428bc03fd7fa7aef143fc0ef22c32966a5a3f68435f8f27bb33f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":51,\"selector\":\"headline-138-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$49[/ct_headline][ct_text_block ct_sign_sha256=\'98d028e902cdff674ca798080bed9bf4408009a4d18aa13af625c94178b0dc6e\' ct_options=\'{\"ct_id\":152,\"ct_parent\":51,\"selector\":\"text_block-152-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'e22fdd751cbbc84a5de2998ed1b05c521e857a38485f1068834e98229c63b495\' ct_options=\'{\"ct_id\":77,\"ct_parent\":51,\"selector\":\"link_button-77-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top-unit\":\"px\"}}}}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1bedfc8d8144576c7c6e45666983444e168ebf51b7a3a5377b261269d57f15c9\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e1db4d7d79f5578b60f2aab10099486cff14bb4b040ed4cc2b294da91dd41fca\' ct_options=\'{\"ct_id\":52,\"ct_parent\":48,\"selector\":\"div_block-52-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'2b7cf63723f043ba539af61e88870a445bc1e0af972d931e606d08e2cc84c784\' ct_options=\'{\"ct_id\":71,\"ct_parent\":52,\"selector\":\"fancy_icon-71-115\",\"original\":{\"icon-id\":\"Lineariconsicon-printer\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1f2697b82e1ac03e452acc92865e531992ff2566080671cee54a0c15934f5a62\' ct_options=\'{\"ct_id\":60,\"ct_parent\":52,\"selector\":\"headline-60-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Servers[/ct_headline][ct_text_block ct_sign_sha256=\'a45ce7f0c0182ff1261f064b2454bfac837067c8088e4df575f45c3d0a8e1899\' ct_options=\'{\"ct_id\":102,\"ct_parent\":52,\"selector\":\"text_block-102-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'3d6d95b3b0d651233d6c67e3c62e9d7884b6c6f4cfd06e476aa915ae30e2d38f\' ct_options=\'{\"ct_id\":103,\"ct_parent\":102,\"selector\":\"span-103-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;No limits on support time per month;[/ct_text_block][ct_text_block ct_sign_sha256=\'93bdf04f8f572e9ad3f42b8e1be1e991961ebe768c6dee6a122e97b70a558a99\' ct_options=\'{\"ct_id\":105,\"ct_parent\":52,\"selector\":\"text_block-105-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'908994f1bd9232f997adcb93bbe2a14ba54a2afc91b4534eef4d431d4252c39b\' ct_options=\'{\"ct_id\":106,\"ct_parent\":105,\"selector\":\"span-106-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'4fd86bf0c3f566d463f6ed90ea0ba370ecc1b786751b5099b8f14d92c750cc9f\' ct_options=\'{\"ct_id\":108,\"ct_parent\":52,\"selector\":\"text_block-108-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'9b44544271ae708c0aab33dcb0f952e9486ca43804217a5f577011f5f4908839\' ct_options=\'{\"ct_id\":109,\"ct_parent\":108,\"selector\":\"span-109-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'32330a37ee71cc284dd9a29003041a0915d913419924369f4fe946649d6e14f5\' ct_options=\'{\"ct_id\":142,\"ct_parent\":52,\"selector\":\"headline-142-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$79[/ct_headline][ct_text_block ct_sign_sha256=\'a9dabd34de3edb8d17ab1b755838fd012cc96aaa15a1ff9d8ac5537de812e3fb\' ct_options=\'{\"ct_id\":154,\"ct_parent\":52,\"selector\":\"text_block-154-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'aacd72539d92dc32398138dba52d459e54dc1b28a102f793a2095297d617bc12\' ct_options=\'{\"ct_id\":80,\"ct_parent\":52,\"selector\":\"link_button-80-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'28a79b3abb83af005e096b0555b33df3d894c577f5a79aa07cb5de50be80442a\' ct_options=\'{\"ct_id\":49,\"ct_parent\":46,\"selector\":\"div_block-49-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'f23fab2545ba5e56d58a97980861e09d7b7daa52fa31061e8cc09c40b742e0f5\' ct_options=\'{\"ct_id\":54,\"ct_parent\":49,\"selector\":\"div_block-54-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'afcb30f91b176ad9c5d154b8b0d583a705534153a2dac3a317aa4a27209f9f79\' ct_options=\'{\"ct_id\":73,\"ct_parent\":54,\"selector\":\"fancy_icon-73-115\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-upload\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1f6b3e662397884ba5400dfca6c951a4e0141dbd88c279c0bdb8d32cdebef590\' ct_options=\'{\"ct_id\":62,\"ct_parent\":54,\"selector\":\"headline-62-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Private Clous[/ct_headline][ct_text_block ct_sign_sha256=\'bdc75984633e6edf47885914891993d971706f508f2581b9dc33a76d5f0ea3b6\' ct_options=\'{\"ct_id\":111,\"ct_parent\":54,\"selector\":\"text_block-111-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'0708ae53406833aa1e7a8f8c91a8efc7f28ab5208db64974769a30c05c5769a2\' ct_options=\'{\"ct_id\":112,\"ct_parent\":111,\"selector\":\"span-112-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Automatic daily backups;[/ct_text_block][ct_text_block ct_sign_sha256=\'a3a9174a23c202f30c96076db7fdc1a95fb9f13c97a33ad2018e3e79abc3b6da\' ct_options=\'{\"ct_id\":117,\"ct_parent\":54,\"selector\":\"text_block-117-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'cb84084d930044f12efa02134e5d4d413d233cee67285727873b5844f3adc46d\' ct_options=\'{\"ct_id\":118,\"ct_parent\":117,\"selector\":\"span-118-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'90b390f0867bedd957fa04dc79357270043bac0a0d8427788bfcad432fc472e4\' ct_options=\'{\"ct_id\":123,\"ct_parent\":54,\"selector\":\"text_block-123-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'2bdc219fa732f8bf135eae5919477fa66c0ab475ab748865830652eb9085b977\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"span-124-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'7094a15eb7e298304f028c3db6490d6292cb1595000db28704ff27b0965731a8\' ct_options=\'{\"ct_id\":145,\"ct_parent\":54,\"selector\":\"headline-145-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$99[/ct_headline][ct_text_block ct_sign_sha256=\'566427f041553e349fb7f1da2c7115f08cee2cd8fddd0882492772f1c7c16b7b\' ct_options=\'{\"ct_id\":156,\"ct_parent\":54,\"selector\":\"text_block-156-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'2ec814cb61880fc2413bd4847b9cff52693972d7081071fb40fd86c9ea5bfa4b\' ct_options=\'{\"ct_id\":83,\"ct_parent\":54,\"selector\":\"link_button-83-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c956d60c1a1fe7e46fba2781f5039b5098bb34c442c62e1dd1cd9f71c203927e\' ct_options=\'{\"ct_id\":50,\"ct_parent\":46,\"selector\":\"div_block-50-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'f323f0d57ce884ad3a5279d4559f219608ce729e7c9718e3f9d5b5dfaa87e537\' ct_options=\'{\"ct_id\":56,\"ct_parent\":50,\"selector\":\"div_block-56-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'ea93c4aabe3d1692c551212392ac87bcb695ab308effd0f790aab4af52ca96a4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":56,\"selector\":\"fancy_icon-75-115\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'09708d8d65683e7fffd8719af619d7e8a3ef9662e5bf8d04716a386ac92ad62f\' ct_options=\'{\"ct_id\":64,\"ct_parent\":56,\"selector\":\"headline-64-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Clusters[/ct_headline][ct_text_block ct_sign_sha256=\'d26843680fa5799f965c58220f049bfcf634d174675152968465111befc5c1a7\' ct_options=\'{\"ct_id\":114,\"ct_parent\":56,\"selector\":\"text_block-114-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'3b927ec2064b470d8e2dfa267aa291f591e9d9dd4a88847d1328a2e33b5d3d3a\' ct_options=\'{\"ct_id\":115,\"ct_parent\":114,\"selector\":\"span-115-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Windows and Linux VPS available;[/ct_text_block][ct_text_block ct_sign_sha256=\'cefcb0078ed3ec69418838b672953e8922844b15b7701d030183cf96e800165c\' ct_options=\'{\"ct_id\":120,\"ct_parent\":56,\"selector\":\"text_block-120-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'f1f4288a1a4c9645463fdbecf7caeda296b66ffb37015817a7887c753883b409\' ct_options=\'{\"ct_id\":121,\"ct_parent\":120,\"selector\":\"span-121-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'2b14fbd1c440c98302289f6b0c047506a4f5f56b72d847ac7f562ee939b7fdee\' ct_options=\'{\"ct_id\":126,\"ct_parent\":56,\"selector\":\"text_block-126-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'23fb39258a1dd102690a5303b70f464338a50bd2f7ee8bcef3e05431a10fd2c0\' ct_options=\'{\"ct_id\":127,\"ct_parent\":126,\"selector\":\"span-127-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'cff8fb26d58df032e1dcb5fd8d853c0c5a88bf664ec9f5c3ff703d257e8907c2\' ct_options=\'{\"ct_id\":147,\"ct_parent\":56,\"selector\":\"headline-147-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$139[/ct_headline][ct_text_block ct_sign_sha256=\'8dbdf7b28aca2ee61166e8caa752ee753917c5cbb062cdb076bd2ebbc7f8e6e5\' ct_options=\'{\"ct_id\":158,\"ct_parent\":56,\"selector\":\"text_block-158-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ffaa2f11a7e528d687e3fb4ff62baf0ec47b1c17ee0816a88321f460cec9b817\' ct_options=\'{\"ct_id\":85,\"ct_parent\":56,\"selector\":\"link_button-85-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'13c18dc486594112681badb786903399e8fe5a32fb489e324a573293f5e1d61c\' ct_options=\'{\"ct_id\":160,\"ct_parent\":0,\"selector\":\"section-160-115\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\"},\"activeselector\":false,\"nicename\":\"Providers Section\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'63fecabbb0cc464db2469d5fe0be858b4daa676e787bade048a19e5c882cb530\' ct_options=\'{\"ct_id\":162,\"ct_parent\":160,\"selector\":\"headline-162-115\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Not all hosting providers are&nbsp;the&nbsp;same[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8cd0a78cff98d5a304231eb593b9a46912e86b4432a683935b4b0bfa2b05c5cd\' ct_options=\'{\"ct_id\":167,\"ct_parent\":160,\"selector\":\"new_columns-167-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'f760d71d76cc8d58a0d658d9ac6cd61b8eba00ec5e108dc81365ebdd81ed4039\' ct_options=\'{\"ct_id\":169,\"ct_parent\":167,\"selector\":\"div_block-169-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'301dfa58f217c78956532624a82ac5a58fcca69aa52667b1822b133692e3b8f5\' ct_options=\'{\"ct_id\":161,\"ct_parent\":169,\"selector\":\"image-161-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'087d84328ed611ecefaf2bc2b97b61fca80efe29080fb7d5e9c30a54894706ac\' ct_options=\'{\"ct_id\":170,\"ct_parent\":167,\"selector\":\"div_block-170-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'ae539d448eb7ec7f48c0101f0d72c0465af5e79fc6545edcf8e6a63bc78c9f5c\' ct_options=\'{\"ct_id\":172,\"ct_parent\":170,\"selector\":\"headline-172-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']A collection of textile samples[/ct_headline][ct_text_block ct_sign_sha256=\'b98da63ed7b801c1115b960abc63b4f87070555285cf247c37e48a98a6d21f4d\' ct_options=\'{\"ct_id\":176,\"ct_parent\":170,\"selector\":\"text_block-176-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'d29c1bbe3106e9a24bd53bde6f17b9151f2ad3a485cada0b3c51cb432c4c7e25\' ct_options=\'{\"ct_id\":179,\"ct_parent\":160,\"selector\":\"new_columns-179-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'84026eaff21c4ee40cf4d2a0e48e366a937ae9aa351e0cf242c79e4380133e0d\' ct_options=\'{\"ct_id\":180,\"ct_parent\":179,\"selector\":\"div_block-180-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'c6be63cb7e0af7c49ba487ece4fe852898d088b64a91362423f49e2b6ce0ec37\' ct_options=\'{\"ct_id\":181,\"ct_parent\":180,\"selector\":\"image-181-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'4be9a30b77128cadf0135850662e362c63617ecaaec98d7b74d48e04669a6ce2\' ct_options=\'{\"ct_id\":182,\"ct_parent\":179,\"selector\":\"div_block-182-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'1ac0a6ec19a66fccb02a60a6bde1e5d116ae9ae3bf3cf9bd4affee514ccf598d\' ct_options=\'{\"ct_id\":183,\"ct_parent\":182,\"selector\":\"headline-183-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']He lay on his armour-like back[/ct_headline][ct_text_block ct_sign_sha256=\'544c278ec0ea7ea28bb92af628c4f2683e924b7590a4d11cd217ff0483b2abb2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":182,\"selector\":\"text_block-184-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'19b882823909e0552c9a703fc34176d51ba07797a7c7f6baa1c90e4edd35bf1e\' ct_options=\'{\"ct_id\":185,\"ct_parent\":160,\"selector\":\"new_columns-185-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d634dbdd6438548d030e18d4f8727b5694a45d3d009a325a949f3370477f340e\' ct_options=\'{\"ct_id\":186,\"ct_parent\":185,\"selector\":\"div_block-186-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'e4f444d3591227aa672eef7405a7ca5765473a1f7f9c7ce84170bd05648af95c\' ct_options=\'{\"ct_id\":187,\"ct_parent\":186,\"selector\":\"image-187-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6422d2c7241b1a5fb6edfd43eb7d6a27db44ce78d4e959e563ab49c99a3e82fc\' ct_options=\'{\"ct_id\":188,\"ct_parent\":185,\"selector\":\"div_block-188-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'cfcdf77a9c3a09002d43e012c7b108f8ef79fca28137f5ea49aeef3d5b6ea007\' ct_options=\'{\"ct_id\":189,\"ct_parent\":188,\"selector\":\"headline-189-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']His room, a proper human[/ct_headline][ct_text_block ct_sign_sha256=\'c79c60313166658e1bae958d95abc9a42c21d2ee645dbc5cca991725a6c3d5ad\' ct_options=\'{\"ct_id\":190,\"ct_parent\":188,\"selector\":\"text_block-190-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. \"What\'s happened to me?\" he thought.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'09c4ebe35e227d5f878a10c8280147353290ffb16f89bca962cc597c1fbc81c3\' ct_options=\'{\"ct_id\":195,\"ct_parent\":0,\"selector\":\"section-195-115\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"#b2d27d\"},\"1\":{\"position-unit\":\"px\",\"value\":\"#00a5bd\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"ct_category\":\"Call To Action\",\"nicename\":\"Sign Up CTA\"}\'][ct_headline ct_sign_sha256=\'17bfd10d3b51603d08fc04c8d1ca5d8507ab47ae7c41f9786a45f607b6a02a6f\' ct_options=\'{\"ct_id\":196,\"ct_parent\":195,\"selector\":\"headline-196-115\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Ready to Start?[/ct_headline][ct_text_block ct_sign_sha256=\'c805fbfa7598fb434dd17a785ec24ec95be36581230749c5079b9a7d2116584b\' ct_options=\'{\"ct_id\":200,\"ct_parent\":195,\"selector\":\"text_block-200-115\",\"original\":{\"color\":\"color(2)\",\"margin-bottom\":\"20\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']Try us risk-free with a 30 day money backed guarantee[/ct_text_block][ct_link_button ct_sign_sha256=\'50f4e3124cdcc33c8f2dd04a4d02651f3da7eeed1cdd562444b9afd9a7e4a770\' ct_options=\'{\"ct_id\":198,\"ct_parent\":195,\"selector\":\"link_button-198-115\",\"original\":{\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"25\",\"box-shadow-blur\":\"20\",\"box-shadow-spread\":\"-20\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"url\":\"/login/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false}\']Sign Up[/ct_link_button][/ct_section_2]'),
(126, 16, 'ct_other_template', '0'),
(127, 17, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'6bf9caf616fd6e2a777af4ae85c5c84eaaf652f115c2dda9aa32c3671a5e1bd9\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-114\",\"original\":{\"background-color\":\"color(7)\",\"height-unit\":\"vh\",\"height\":\"80\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"ct_category\":\"Call To Action\",\"nicename\":\"Log In Form\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\",\"height-unit\":\"auto\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'3c1784fbf9e68f96422e1db61a61abeac69746ac3687237dc3d8f3a8343768da\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-114\",\"original\":{\"background-color\":\"color(3)\",\"width-unit\":\"%\",\"width\":\"100\",\"max-width\":\"480\",\"border-radius\":\"5\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'254df16921e2043cf74dc5fe62fb6a98d88c03cd467200cacaa0a1b2bf7722a4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-114\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"36\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Log In/Sign Up[/ct_headline][ct_div_block_4 ct_sign_sha256=\'d92ed91d2ff924162651283622b2d61f6502ff2785ac7b4f48e95da31b0adf01\' ct_options=\'{\"ct_id\":13,\"ct_parent\":3,\"selector\":\"div_block-13-114\",\"original\":{\"background-color\":\"color(7)\",\"justify-content\":\"center\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"36\",\"border-radius\":\"5\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'9bdaa2c496bf15e997522ba40b58043ec4d3b98abb93f5a6f058588266a408ec\' ct_options=\'{\"ct_id\":8,\"ct_parent\":13,\"selector\":\"fancy_icon-8-114\",\"original\":{\"icon-color\":\"color(4)\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'925f2cc91b1015bd7db08fb6e221cc7152f1014f74d6cbd355ca8751a734abb7\' ct_options=\'{\"ct_id\":9,\"ct_parent\":13,\"selector\":\"headline-9-114\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"20\",\"font-weight\":\"500\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Login Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'68db52f7a80ed094d28385df61d61bcdb943c9cefa9d6e1956e9c9fb0a924b3b\' ct_options=\'{\"ct_id\":11,\"ct_parent\":13,\"selector\":\"text_block-11-114\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\"},\"activeselector\":false}\']Oxygen works with any Contact Form Plugins...[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_section_2]'),
(128, 17, 'ct_other_template', '0'),
(129, 18, 'ct_builder_shortcodes', ''),
(130, 18, 'ct_other_template', '11');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(131, 19, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'91a9635680a8233be32b5de7f79b8428f4aec55ee60b1d0e173a7819bb2b5efe\' ct_options=\'{\"ct_id\":4,\"ct_parent\":0,\"selector\":\"section-4-62\",\"original\":{\"background-color\":\"color(7)\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'f0005d17e52e17deecfa9905df97c6ccf90e75be2e7d4d7e2976b89284326e80\' ct_options=\'{\"ct_id\":7,\"ct_parent\":4,\"selector\":\"headline-7-62\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get Quote[/ct_headline][ct_text_block ct_sign_sha256=\'9d5eecc871a6b7bdc8f17eb9786950de280744a2e94eda0b9b6c2e7d959d45d9\' ct_options=\'{\"ct_id\":9,\"ct_parent\":4,\"selector\":\"text_block-9-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Since launching in April of 2004, EuroVPS now manages the hosting of&nbsp;+2,000 clients in +100 countries. We\'d love for you to&nbsp;join![/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'d014fc8d997fab5dd27431b636d4ccc555b76e69cb5bf9530092ebf7ed502db6\' ct_options=\'{\"ct_id\":518,\"ct_parent\":4,\"selector\":\"new_columns-518-62\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'29dad91d91a2ea1146b61db2ba1b55c6a9f6242321aa3094898b231eb196e4b7\' ct_options=\'{\"ct_id\":520,\"ct_parent\":518,\"selector\":\"div_block-520-62\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'ec93f9a6f9c4e65bb81db993f3121a0c3cc1d5a71c6836198242e3ce61dea42d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":520,\"selector\":\"div_block-24-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'7bdf4478941e87892fffe334c63d74bb23e9e3ba8feefc35a498602c4024b893\' ct_options=\'{\"ct_id\":531,\"ct_parent\":24,\"selector\":\"fancy_icon-531-62\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-sync\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f20e53e5e59507d3882d004b770e28b218e5ae16bd114031045adae3939cb32a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":24,\"selector\":\"text_block-26-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free migration<br>&amp;&nbsp;personalized onboarding[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ccfa9d57653b98a4aa5665ef49bdc6cb4b0d3dd163f8e300757cfaa163342cc4\' ct_options=\'{\"ct_id\":27,\"ct_parent\":520,\"selector\":\"div_block-27-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'12f6b5ce52eb68228d5314bec7d9592e5e5ece0272d01ed51127bd80c257132a\' ct_options=\'{\"ct_id\":532,\"ct_parent\":27,\"selector\":\"fancy_icon-532-62\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'af8b10588f560762b5450ccf188f69e434c1d06d77c598873a29b480ea7d4a65\' ct_options=\'{\"ct_id\":29,\"ct_parent\":27,\"selector\":\"text_block-29-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']100% credit<br>backed SLA[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d2efe8db0e1165cfcb8219361988b55989d43bf1ffedfc05a31b6f6c02470249\' ct_options=\'{\"ct_id\":30,\"ct_parent\":520,\"selector\":\"div_block-30-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2e2fb8c0638ba9502e5611601374ecfc84d6a02175bedc488e381ba2becb3ca6\' ct_options=\'{\"ct_id\":534,\"ct_parent\":30,\"selector\":\"fancy_icon-534-62\",\"original\":{\"icon-id\":\"Lineariconsicon-bullhorn\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'48c9821b0c96c1d8cd29f0fe392fe3ec303368c4841dee3107715b35db393bcd\' ct_options=\'{\"ct_id\":32,\"ct_parent\":30,\"selector\":\"text_block-32-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Unlimited support<br>at no extra cost[/ct_text_block][/ct_div_block_3][ct_text_block ct_sign_sha256=\'9e391318860a984b26703ea8bfb8a68072d123ec662d62416039ae69eddb6041\' ct_options=\'{\"ct_id\":117,\"ct_parent\":520,\"selector\":\"text_block-117-62\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']Since launching in April of 2004, EuroVPS now manages the&nbsp;hosting of +2,000 clients in +100 countries. We\'d love for you to&nbsp;join!<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'730f563ece9da7ef641df06a7d2c4e620f68f9ddfdb845eb65f6e0fd857a19c6\' ct_options=\'{\"ct_id\":521,\"ct_parent\":518,\"selector\":\"div_block-521-62\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'32c4824762b40fc5e56f9de98bd9fba5ed5233e71e0d5e2b755c93bb711ed6b3\' ct_options=\'{\"ct_id\":119,\"ct_parent\":521,\"selector\":\"headline-119-62\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Request 14-Day Free Trial[/ct_headline][ct_div_block_3 ct_sign_sha256=\'7e2451f77e3dbe95657e8d4332c8f6ffd69820f79b916fb9860d1d94c9489dec\' ct_options=\'{\"ct_id\":467,\"ct_parent\":521,\"selector\":\"div_block-467-62\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'4266f019ea7bb8bb60697ea4a075473c39d237cf6fd8c6a27f2e6a4916ce5f92\' ct_options=\'{\"ct_id\":468,\"ct_parent\":467,\"selector\":\"fancy_icon-468-62\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d43953f3041e35fc7fb1a1d1e619a64cba5349b8ef358fec14a460feef81b4f4\' ct_options=\'{\"ct_id\":469,\"ct_parent\":467,\"selector\":\"headline-469-62\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'c6fe55dc4c0206c909d4e40e1932522d397136d4f970035ff3b2af82b428e963\' ct_options=\'{\"ct_id\":471,\"ct_parent\":467,\"selector\":\"text_block-471-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Oxygen works with any Contact Form Plugins[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f0e54165345cf9c7137c2b405c6215e304e91b0d08f4e8899404e1b5bc50d9b0\' ct_options=\'{\"ct_id\":293,\"ct_parent\":0,\"selector\":\"section-293-62\",\"original\":{\"container-padding-top\":\"160\",\"flex-direction\":\"column\",\"display\":\"flex\",\"justify-content\":\"flex-start\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"container-padding-bottom\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"120\"}}},\"nicename\":\"Contact\",\"ct_category\":\"Contact\"}\'][ct_new_columns_2 ct_sign_sha256=\'6998947522119027c457951452250a6e1cfa1bd1f7652bd5bf665acc3cee71d2\' ct_options=\'{\"ct_id\":461,\"ct_parent\":293,\"selector\":\"new_columns-461-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'c2f5c993b5b424f500213d2f389acaece76dd9ef3e72277867abec659ffa213e\' ct_options=\'{\"ct_id\":463,\"ct_parent\":461,\"selector\":\"div_block-463-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'6642e4128c741f624beea3b3ab8a38074313663d218c799f24ee5ec3f4d0abc5\' ct_options=\'{\"ct_id\":297,\"ct_parent\":463,\"selector\":\"headline-297-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Interested in working together?[/ct_headline][ct_text_block ct_sign_sha256=\'0e5131e067e16fe69db1423186ebc3eb3eadaa55731682245e7b16fcfc25feaf\' ct_options=\'{\"ct_id\":299,\"ct_parent\":463,\"selector\":\"text_block-299-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Get a free one-on-one consultation to receive an offer based on&nbsp;your use case and specific needs.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'64339ff0751dada131e99c22a1b6b02beac5d9b693cbd75dbb555e1f3ba360f2\' ct_options=\'{\"ct_id\":527,\"ct_parent\":463,\"selector\":\"div_block-527-62\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'b8ab9b0c573815c5254b08a04440a69779d12df6967d6d33fe82adeb27c86dce\' ct_options=\'{\"ct_id\":528,\"ct_parent\":527,\"selector\":\"fancy_icon-528-62\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'79e6f8edce64292c31ab7e995375b303e65dde55e8c48751658015d979d19c6a\' ct_options=\'{\"ct_id\":529,\"ct_parent\":527,\"selector\":\"headline-529-62\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'662542a5b51d69dc535a60a16f4e7db5bd056af14f563dcf59fdf9b5989b8f51\' ct_options=\'{\"ct_id\":530,\"ct_parent\":527,\"selector\":\"text_block-530-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Oxygen works with any Contact Form Plugins[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d2e59ba67147c8c31a97784123cb1c4c6696823c2ba7cc643943c12b0b8dcedd\' ct_options=\'{\"ct_id\":464,\"ct_parent\":461,\"selector\":\"div_block-464-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'06626cfadf2386bde8f57e05fb3ef0f92a7872492ab6a99a1e5f4c965081aa32\' ct_options=\'{\"ct_id\":341,\"ct_parent\":464,\"selector\":\"headline-341-62\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Call Us[/ct_headline][ct_text_block ct_sign_sha256=\'dd243bcbfc275c80a57a6df53cf43515ca6f8a0be601a5b7795d6ccd9e42c460\' ct_options=\'{\"ct_id\":343,\"ct_parent\":464,\"selector\":\"text_block-343-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']NL: +31 8 5208 6592[/ct_text_block][ct_text_block ct_sign_sha256=\'0ba5cad4bb586eb32b31620f55dff83db28db64faea577b0765c53a9424d10c4\' ct_options=\'{\"ct_id\":476,\"ct_parent\":464,\"selector\":\"text_block-476-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']UK: +44 2038 089 127[/ct_text_block][ct_text_block ct_sign_sha256=\'63f311af4aa804c712a1953f464cac7fd99112e0211f6b88d466d80ba4a3f1a9\' ct_options=\'{\"ct_id\":477,\"ct_parent\":464,\"selector\":\"text_block-477-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']USA: +1 888 426 1427[/ct_text_block][ct_headline ct_sign_sha256=\'4ca3194704c1167e17e37083b7f33807bf822636235bc137e4a352f509e88781\' ct_options=\'{\"ct_id\":482,\"ct_parent\":464,\"selector\":\"headline-482-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Sales[/ct_headline][ct_text_block ct_sign_sha256=\'4b21030c382514d3b1318ae8221f88952662c8d432eb236b061b27021ffa4fb7\' ct_options=\'{\"ct_id\":490,\"ct_parent\":464,\"selector\":\"text_block-490-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Monday - Saturday:&nbsp;9am - 5pm CET[/ct_text_block][ct_text_block ct_sign_sha256=\'6cb70b3a8ae5dc441aa2d8bc0e9815f4b6d409b33fdfc0e965e1a256fec18141\' ct_options=\'{\"ct_id\":496,\"ct_parent\":464,\"selector\":\"text_block-496-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Sunday:&nbsp;Closed[/ct_text_block][ct_text_block ct_sign_sha256=\'a2bedc2ab3d6a993c157dc6e1c7d8c3da885abd0803bd97f4ad63b46eb329198\' ct_options=\'{\"ct_id\":497,\"ct_parent\":464,\"selector\":\"text_block-497-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Email: <a href=\"mailto:sales@example.com\">[ct_span ct_sign_sha256=\'6283bd2ab465c132a63e32bdcaa2217b38974b3fc006ebfeed921ef22e5f2bb9\' ct_options=\'{\"ct_id\":505,\"ct_parent\":497,\"selector\":\"span-505-62\",\"classes\":{\"0\":\"hosting-contact-3-textlink\"},\"activeselector\":\"hosting-contact-3-textlink\"}\']sales@example.com[/ct_span]</a>[/ct_text_block][ct_headline ct_sign_sha256=\'06c7406a235e5e745278ae307d124b405b7eefddde8edcb9c5f819ec4dfdd92d\' ct_options=\'{\"ct_id\":485,\"ct_parent\":464,\"selector\":\"headline-485-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Administration[/ct_headline][ct_text_block ct_sign_sha256=\'4b01fd70a9b8768624c8686a000a8e1de7486e26e7fd29959cf237e5530a17fa\' ct_options=\'{\"ct_id\":507,\"ct_parent\":464,\"selector\":\"text_block-507-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Monday - Saturday:&nbsp;9am - 12pm CET[/ct_text_block][ct_text_block ct_sign_sha256=\'6808ace661d0850367173482c0c2431cf54f1dead6168b150a87fe01f8777c83\' ct_options=\'{\"ct_id\":509,\"ct_parent\":464,\"selector\":\"text_block-509-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Sunday: Closed[/ct_text_block][ct_text_block ct_sign_sha256=\'8454a26de227a0e95f5cd10d9545860e79795e0adb55554b36a25b9209a47b16\' ct_options=\'{\"ct_id\":511,\"ct_parent\":464,\"selector\":\"text_block-511-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Email: <a href=\"mailto:sales@example.com\">[ct_span ct_sign_sha256=\'fe8742b5a90aeaa74df10f75c4d21016f62a34c1f02532e169c73be5883f9175\' ct_options=\'{\"ct_id\":512,\"ct_parent\":511,\"selector\":\"span-512-62\",\"classes\":{\"0\":\"hosting-contact-3-textlink\"},\"activeselector\":\"hosting-contact-3-textlink\"}\']admin@example.com[/ct_span]</a>[/ct_text_block][ct_headline ct_sign_sha256=\'9d3805e1b8e91b77a3ece4c40b2127148fb38aeb09d199ffff69bcc28a0e8176\' ct_options=\'{\"ct_id\":487,\"ct_parent\":464,\"selector\":\"headline-487-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Follow Us[/ct_headline][oxy_social_icons ct_sign_sha256=\'c4e454c9e6cb748ce0336275cfa66d7cf4d96783b2b8cfbcc9a52ee4f37d4318\' ct_options=\'{\"ct_id\":457,\"ct_parent\":464,\"selector\":\"_social_icons-457-62\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"4\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(4)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(8)\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'7ab9f73e42cd9154acce552178d0f958b5a61fdb0fa02bfbfefabd9346ade4dd\' ct_options=\'{\"ct_id\":419,\"ct_parent\":0,\"selector\":\"section-419-62\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"FAQ Accordion Dark\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}},\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'e8d9db1ab548a960a7d8daa52c7ebd1f4dc5400a4b00b82cbda463ce89174866\' ct_options=\'{\"ct_id\":421,\"ct_parent\":419,\"selector\":\"headline-421-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Frequently Asked Questions[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'b66725f95f768fbce0641d01de677152ee9f05f20b6667e8572acf913076cc4c\' ct_options=\'{\"ct_id\":422,\"ct_parent\":419,\"selector\":\"new_columns-422-62\"}\'][ct_div_block_3 ct_sign_sha256=\'c8620d5b8948218eaf7e6e698131c347f9de256b4908fa23fa52888002e4d06b\' ct_options=\'{\"ct_id\":423,\"ct_parent\":422,\"selector\":\"div_block-423-62\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_4 ct_sign_sha256=\'41b8d94116be275c10aeffb64072a5bb119e3b48043e8572403eda3caf70071d\' ct_options=\'{\"ct_id\":424,\"ct_parent\":423,\"selector\":\"_toggle-424-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f3d98079a2e66d4c3122c04aee9a5fa8e2ffd2c2b47641e8fa62aa0774f94b21\' ct_options=\'{\"ct_id\":425,\"ct_parent\":424,\"selector\":\"headline-425-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'ecd09f0ace46b7410f7aad8d994861f8649d1af8cc390f06eb799e13d5491e67\' ct_options=\'{\"ct_id\":426,\"ct_parent\":423,\"selector\":\"text_block-426-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'ba4029539ebfd077f72dcf71a8bb1375084b8d4be0cc805e4d721519ba344dbe\' ct_options=\'{\"ct_id\":427,\"ct_parent\":423,\"selector\":\"_toggle-427-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'7a1dab1063cfb4303e8b1f891dba8f15efe55535e3eac980fcc15b9c540ecfd2\' ct_options=\'{\"ct_id\":428,\"ct_parent\":427,\"selector\":\"headline-428-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b4c25b3ccf244991d44ca1e74e30c78136c31d2012c7622330bd91c0d5bd4926\' ct_options=\'{\"ct_id\":429,\"ct_parent\":423,\"selector\":\"text_block-429-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'f2c6c97efb33eed73c672e5f15d0f6db488ffe0f276bc66c800563ce221ac37e\' ct_options=\'{\"ct_id\":430,\"ct_parent\":423,\"selector\":\"_toggle-430-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fef70a5df6eeccc2d5936f74f3e02bded78698bb88baf2ea867d1121cb2b6b54\' ct_options=\'{\"ct_id\":431,\"ct_parent\":430,\"selector\":\"headline-431-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'83ae1d37ea3e82e6a40fffc3e7d602a4a0e26c8e5936caf206baef0f443fdaf8\' ct_options=\'{\"ct_id\":432,\"ct_parent\":423,\"selector\":\"text_block-432-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'8d82a1525e4a70355e84b5c3d3dd401d83fd7cb487415c8aba15dcf8f449cca7\' ct_options=\'{\"ct_id\":433,\"ct_parent\":423,\"selector\":\"_toggle-433-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f5afe68bb9b2a3481d7254005f8b5c341b67400a8f07b2ee1f59437771e2ce60\' ct_options=\'{\"ct_id\":434,\"ct_parent\":433,\"selector\":\"headline-434-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'c1199fd941eed2761b3c3dca284e6823d44e165d9717c0a9668f1f2b844fc61c\' ct_options=\'{\"ct_id\":435,\"ct_parent\":423,\"selector\":\"text_block-435-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'f9f04d3d02cf6d395f5c82945c0dd0ceaee6f90e6a8aa0fe09aa206837e2c291\' ct_options=\'{\"ct_id\":436,\"ct_parent\":423,\"selector\":\"_toggle-436-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e58f687832932d9679f98f2bc66d9ba39c81f0d1a56bca14f9a46af171792ba5\' ct_options=\'{\"ct_id\":437,\"ct_parent\":436,\"selector\":\"headline-437-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b871d946d0786e16395a7182bd7cc4c57e8670854531ac2fa59b4127cc3eaf5b\' ct_options=\'{\"ct_id\":438,\"ct_parent\":423,\"selector\":\"text_block-438-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f09fe3aa598a09f62d6b5925bd9c2985ea981cfe72af0552b83b9bd5043e3b49\' ct_options=\'{\"ct_id\":439,\"ct_parent\":422,\"selector\":\"div_block-439-62\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_4 ct_sign_sha256=\'89c885c90e8aeda76e78fffb5baad5795cc7247265dcbbc743f4710dbfc3d989\' ct_options=\'{\"ct_id\":440,\"ct_parent\":439,\"selector\":\"_toggle-440-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'74c93987fc84fdda43a816121c6883fb3f17d1d93bb392fc214262d5e0a29fec\' ct_options=\'{\"ct_id\":441,\"ct_parent\":440,\"selector\":\"headline-441-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'0c2de781cf23d2bae5bc151804ddaf68830a1881c7b770d0fdd69089d795cdba\' ct_options=\'{\"ct_id\":442,\"ct_parent\":439,\"selector\":\"text_block-442-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'bdc4d8b8d5806d2fea69cf87e7d9507eaf2ce10b3a95b50b2e9fd4564ddbff52\' ct_options=\'{\"ct_id\":443,\"ct_parent\":439,\"selector\":\"_toggle-443-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a38e0e26c0fb508ed9fecdd6d8aeb1a1b3f3ce1296d851b57a419dc92794d582\' ct_options=\'{\"ct_id\":444,\"ct_parent\":443,\"selector\":\"headline-444-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'fbbb2353a384d59fb7c12387a9fdacf013dba7cbff6a3ab47219f059b2cfb214\' ct_options=\'{\"ct_id\":445,\"ct_parent\":439,\"selector\":\"text_block-445-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'b0006b0e362f904366ef1e9063548730f8dc3ddc1dd1c77602a0353baadc0631\' ct_options=\'{\"ct_id\":446,\"ct_parent\":439,\"selector\":\"_toggle-446-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'8016fee4cdb4cacad13bc8c534858e348202386cf06b781eaf8b56f0e37eae53\' ct_options=\'{\"ct_id\":447,\"ct_parent\":446,\"selector\":\"headline-447-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'06712de5cf12007fb7601f23cdc06fb64c72ff918791f8eb86c46b694fdf0021\' ct_options=\'{\"ct_id\":448,\"ct_parent\":439,\"selector\":\"text_block-448-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'9654860883839d7cba1fe1f02ed2bae334a12f993642e6dcb68747781aec8bf0\' ct_options=\'{\"ct_id\":449,\"ct_parent\":439,\"selector\":\"_toggle-449-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'12126e9e0637f971836bec1c6d616e053c9c3943f22b963842e1ae7264ff161b\' ct_options=\'{\"ct_id\":450,\"ct_parent\":449,\"selector\":\"headline-450-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b3dbeea1880da186bde1184cdf87ee35ae344fac69d74b31a13da21d9e3a0229\' ct_options=\'{\"ct_id\":451,\"ct_parent\":439,\"selector\":\"text_block-451-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'d0b2febd116dfc4e636d852c677593e8cf001cf1db2e766e279f02cb6e30f958\' ct_options=\'{\"ct_id\":452,\"ct_parent\":439,\"selector\":\"_toggle-452-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5f11073948e1b517ac8c965b2d85c0121fb363936bf287e50e563de9844fc81f\' ct_options=\'{\"ct_id\":453,\"ct_parent\":452,\"selector\":\"headline-453-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'2b4046660d59e4a7498b03b67389a427bc16875d43e9d9ea019ef8bd61aec4a0\' ct_options=\'{\"ct_id\":454,\"ct_parent\":439,\"selector\":\"text_block-454-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(132, 19, 'ct_other_template', '0'),
(133, 20, 'ct_builder_shortcodes', ''),
(134, 20, 'ct_other_template', '0');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(135, 21, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'7b9ea4cff260c40949a16fda77c4b669b91a2ce2918b42d116eb846ac1098b02\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'42416f854892ddbf2faf801899a61d11ae5d7dbe4eb58478e8f4343324b43aa7\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7ae010d2ff699e693a183a6023b2ac0dbe2946c04179d6c8ec3ed4c62c5cc241\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'84d42a9132b04662a45a33fe19093269efbd1e7dcc6b4627b9d4e5e3ef91665d\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d080ae52c01792991b087fc3d659a9e2e037cc3a9ec2b483eb69181d7d3dab33\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'1cd5a2e69b802f59b1cb96a703e110082350d00be684a826d404c0c2b7b6bfac\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f732d5a9e4564f26840bc4cbb38ddca6eec25238452af9a9b58f3c595f1b6714\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'393e723b562055bf24cddb3c7625ca155cceff82ebb41473d9beae119bba2289\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'04e7bdd3cb74a7aa8b8a36c1201056727bbba6db829a5e8f35979470ec7e13a0\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3206018c48a9dd2d39dc8f7e5d9c1d7a4afb4db9e1f9818892f4c4fcbdd1cb46\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'8856d13f32f61aabfe6ff4a7a7843ccb04f72c28e6de7a6f59222441be042e85\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'ac334d3c69e223299579b49039421d6ee7944a4bff4efedd8932bfee76f98715\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9d0cc35d516f6d319ddebe1617fb53b3a388be0978f27e857fd89183b1f47296\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5d2190c50b24b77d66d3700ffb780efd9683387c3957fd9f07bea0e4f5f477f2\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'58661ead9316c9c5f32d669236acc41931edccda9ce3af6ffafc43781e3964d4\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(141, 21, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(136, 21, 'ct_other_template', '0'),
(137, 30, '_wp_attached_file', '2020/09/tostem-house.jpg'),
(138, 30, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2020/09/tostem-house.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"tostem-house-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"tostem-house-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tostem-house-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"tostem-house-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"tostem-house-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;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:{}}}'),
(274, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'8e168e692fecc4a47d9de8846fba8ec2c474b9fdcf3f05e47d5aef90228ca99d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(245, 51, '_wp_attached_file', '2020/10/NewGEN-Logo-scaled.jpg'),
(246, 51, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:818;s:4:\"file\";s:30:\"2020/10/NewGEN-Logo-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"NewGEN-Logo-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-1024x327.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"NewGEN-Logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"NewGEN-Logo-768x245.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-1536x491.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-2048x655.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:655;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:{}}s:14:\"original_image\";s:15:\"NewGEN-Logo.jpg\";}'),
(247, 52, '_wp_attached_file', '2020/10/NewGen-Windows-Logo.png'),
(248, 52, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3445;s:6:\"height\";i:915;s:4:\"file\";s:31:\"2020/10/NewGen-Windows-Logo.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NewGen-Windows-Logo-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-1024x272.png\";s:5:\"width\";i:1024;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"NewGen-Windows-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"NewGen-Windows-Logo-768x204.png\";s:5:\"width\";i:768;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-1536x408.png\";s:5:\"width\";i:1536;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-2048x544.png\";s:5:\"width\";i:2048;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(249, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'980efb3a6e5aaaa1a23a4ad8df1f1293cb0bb2e90f9a2d384ca4594a153f4a3e\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'d55d1e8cab4ac7c2049f532454e9e50f75f30c9d828179124765aceaec8725e6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'2fa6900d681e73f90195571071f2dd191cfc14d56229d3a8cbb32f46737f5174\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'a06d232fb362f3eb9951663c2e47fb40a24359c77d06bf6f88eacc07e392a70f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'b738bd19e1cff9c3ca1ba5641e65bb2fd5c0b9564af6db7613a4534862a7f6c5\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'ed42771aed384e6b8bfb9816f17ad03d5508cb52467bffbcab6c6db744f96511\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'a6639ad45389efeb511edaa167bde2d17223a56b2ed4b859f4a56a25cea39268\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Logo@2x.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'5f4a4d80fd716316093f82f5e2be1dba34daa9907ff7ac6c5db902f5964f69f4\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'9a3aa9f43e6117bf21bd7136d138580c2c4b3c3f9ad335b3a2c8a62f51890e47\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'b59ef5e4ad652a17265ec47c3e3072c3a3abd17727da7088e7cba50f19462062\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"link_button-30-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-simple-button\",\"classes\":{\"0\":\"hosting-simple-button\"}}\']Create Account[/ct_link_button][ct_link_button ct_sign_sha256=\'0cd95fd68bccdec7789efeebd373304e61fcd1d33734f90bf11068f5ba651f36\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Login[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'04e692ac810040776b2e26bb915efcae012e749581a90316d4bc84a4d7b34e67\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'17cd677987c12984952f168b94ce3df6ec06afb0732839ab17ea9fcf56b2424c\' ct_options=\'{\"ct_id\":100,\"ct_parent\":8,\"selector\":\"new_columns-100-87\",\"original\":{\"border-bottom-style\":\"solid\",\"border-bottom-width\":\"1\",\"border-bottom-color\":\"color(2)\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"border-bottom-style\":\"none\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'1c6bed7a00b8abcf497974c5b2f6954239f8fc8ac7dc3b084510acb1bac6c38f\' ct_options=\'{\"ct_id\":101,\"ct_parent\":100,\"selector\":\"div_block-101-87\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'be881668bcb306e1bfea0ad8f6e244353f4ce751d75197e6691ac2f4f1485add\' ct_options=\'{\"ct_id\":149,\"ct_parent\":101,\"selector\":\"fancy_icon-149-87\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-sync\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'5fc78275a182b70d774526628cfd1273f62fb1452b973946f556864cf9f3d899\' ct_options=\'{\"ct_id\":110,\"ct_parent\":101,\"selector\":\"text_block-110-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']Free migration<br>&amp; personalized onboarding[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'81923232f11f577aba7c9f28672241019ff0c780a4918a7f7e477b2b0c3103b7\' ct_options=\'{\"ct_id\":102,\"ct_parent\":100,\"selector\":\"div_block-102-87\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'3019db50745bf068d57e34823a987ef513535bfe0f7b935a5a83f77eddcd6861\' ct_options=\'{\"ct_id\":150,\"ct_parent\":102,\"selector\":\"fancy_icon-150-87\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'dea4b12d64c96dfdcee3afc4a64d29825f22d8396616b4f28d520d50332f8d17\' ct_options=\'{\"ct_id\":111,\"ct_parent\":102,\"selector\":\"text_block-111-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']100% credit<br>backed SLA[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e9103dfc2197fc1f8f168fa945c3a2fe668138880234b7a2e17b018055f1c21f\' ct_options=\'{\"ct_id\":103,\"ct_parent\":100,\"selector\":\"div_block-103-87\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'32f6cf9587a2bb79c14eb5659def807a0f3aabca0f1f7500a1d3566f8a95c087\' ct_options=\'{\"ct_id\":152,\"ct_parent\":103,\"selector\":\"fancy_icon-152-87\",\"original\":{\"icon-id\":\"Lineariconsicon-bullhorn\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c76cb34144053b2ae82c94f1d0f2f90407438ee02baa1f6251068c4a4f109977\' ct_options=\'{\"ct_id\":113,\"ct_parent\":103,\"selector\":\"text_block-113-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']Unlimited support<br>at no extra cost[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'3afd6bd19c3547fd7b6d48d84812721e10305e0e94bb299b2246a5e858c2b18b\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'667ce168f85b49930ab0fe7eb99c5e67099198a36d68e7d1be2daaeb7d6adc77\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'6e900e4e2dcede03774c9b2d813d618fbaa71732894ba7adfb2ebc21ecd21dfb\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'182c020dee8bd66ed2fe5fd7e09720b19b9eb6f1ddd4c4ff1868a84a5b881eed\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Logo@2x.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'6a87c0f5e1ab9dbe3e2edf6ea750066a10bd1e82dcfbe3ec4e0c40c4d8e52415\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']Proudly designed with Oxygen, the world\'s best visual website design software[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1f7759d1ea3c0c448a74325090f11b462a30169b7cb1bda11ddf9e1b5668266a\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'9135a8bced3886c068b9bc2940ccbb7f1bde847047c27c242c35cb9d1f3f425e\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']We in Social Networks[/ct_headline][oxy_social_icons ct_sign_sha256=\'b1f3f00678c5996fe490b264b61e42e1027cebb42d3351ecc66acec8ce971942\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://linkedin.com\",\"icon-youtube\":\"https://youtube.com\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(144, 31, '_wp_attached_file', '2020/09/buildtrack-logo.png'),
(145, 31, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:437;s:6:\"height\";i:142;s:4:\"file\";s:27:\"2020/09/buildtrack-logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"buildtrack-logo-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"buildtrack-logo-150x142.png\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(146, 32, '_wp_attached_file', '2020/09/hunter-douglas-logo-1.png'),
(147, 32, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:130;s:4:\"file\";s:33:\"2020/09/hunter-douglas-logo-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hunter-douglas-logo-1-300x65.png\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"hunter-douglas-logo-1-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(148, 33, '_wp_attached_file', '2020/09/Tostem-Aluk.jpg'),
(149, 33, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:572;s:6:\"height\";i:362;s:4:\"file\";s:23:\"2020/09/Tostem-Aluk.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Tostem-Aluk-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tostem-Aluk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(150, 34, '_wp_attached_file', '2020/09/Tsotem-logo.png'),
(151, 34, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:390;s:6:\"height\";i:186;s:4:\"file\";s:23:\"2020/09/Tsotem-logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Tsotem-logo-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tsotem-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(297, 13, 'ct_builder_shortcodes_revisions_dates', '1604904118'),
(299, 13, 'ct_builder_shortcodes_revisions_dates', '1604904503'),
(301, 13, 'ct_builder_shortcodes_revisions_dates', '1604904817'),
(302, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'68e315251fa137ab293820ec0d190d62f78fc9ced0fc1149be6a194b1af6093d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'6728d0b57a8ddd6386c319ca2eb013981ec7fdf84861726b7700f21f177300d2\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'5a74b8f3457827b32de5f1c95f0499f0a06c65d4dad91ea91011ac71222f4e81\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'0a1b9af9174a62fa77259fab0f2e0c7d52947635283d3ee1f92d01d7c319d5b2\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'c64078f293e403fa3d4cfdf765393cd7dc6fa787ab17614a804894c3cb5afed5\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'ee9e9a780579de504099fe19d07293b16186718e57c9a850e12fab6bde92806d\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d8615a13dd7c5f975f6a677db77dbefe620fca2932979ef9e44304e9e09c8d8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\",\"button-color\":\"#3585b8\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"},\"hover\":{\"background-color\":\"color(3)\",\"button-text-color\":\"#3585b8\",\"button-style\":\"2\",\"button-color\":\"#3585b8\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(303, 13, 'ct_builder_shortcodes_revisions_dates', '1604905027');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(304, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2bc371aae4593ff6d00fcef804f632f7a9972e61675c365925e6140c30982db2\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'48a7938163de8057e4525dec416b636527a904bd89ace1d3b44ebcec964bcdac\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'01bef2512bf89e9d60e8d08415645836229858fcf698f755bdafa30070a614ee\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'59afa0835a7b4fe90e728d76a7671cabd94cac1e6943ea05877bd83762a1e33a\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e765e191b418001e1b07b9a31d3fe08f7dd04a07e83b517d49d75de8dbc5ef3b\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b76f1b7bfdd8a116a096365336c69cd8991fc0b20defdf2e5c3bf430510e7f49\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2857dc349fea585af7fc436ad7c66dc8b58f6b2a93b658e270d2f194ab4edba9\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3ccff44b6df565e2362ac46c9f8aba868d741cd042c78b60055d143457011334\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f32d3f8247cb98fa205abf21f7786d2b2941df13bdad240bf7f774da77fc75\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cad52e5839fde0374f92fe907bcb7f442f0222ec491be4b9a3168203480954b4\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'f635ecc513942dc631b1a1292ab5382823c41535d6796642e7fae8216abb374f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(294, 54, '_wp_attached_file', '2020/11/NewGen-Final-Logo-06.09.2020.png'),
(295, 54, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1004;s:6:\"height\";i:248;s:4:\"file\";s:40:\"2020/11/NewGen-Final-Logo-06.09.2020.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"NewGen-Final-Logo-06.09.2020-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"NewGen-Final-Logo-06.09.2020-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"NewGen-Final-Logo-06.09.2020-768x190.png\";s:5:\"width\";i:768;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(296, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(221, 49, '_wp_attached_file', '2020/10/navdeep.jpeg'),
(250, 13, 'ct_builder_shortcodes_revisions_dates', '1602429158'),
(254, 13, 'ct_builder_shortcodes_revisions_dates', '1602429405'),
(298, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'816816d81048b48edf9dab7a60fe7b046acddfb06414941896415a01be5d9625\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2fd56151d7c7411dd85085b7037c88fbe289ac21a6e6dee176e3967664db1af3\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'5aba3bb2246510406cdeb1d48875d4db87183d3d7ef062d06bbcbd5e6715a4af\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'bbb9599672235987c4e926434d34523a2ab752ff1cb7b63ff919aca4449709a0\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'dd886c9196bc7d65a0e7d1870075740a3b68bcce42aeefb7b935f7d1892ff36c\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'bdd162b75d8c2578b8f89b4febd80d3e8a8f194b6b4c53fcd39e1c2934d8b82f\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"D33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"D33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(255, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'8e168e692fecc4a47d9de8846fba8ec2c474b9fdcf3f05e47d5aef90228ca99d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(256, 13, 'ct_builder_shortcodes_revisions_dates', '1602429419'),
(257, 13, '_edit_lock', '1604905860:1'),
(279, 13, 'ct_builder_shortcodes_revisions_dates', '1602430199'),
(275, 13, 'ct_builder_shortcodes_revisions_dates', '1602430130'),
(276, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(277, 13, 'ct_builder_shortcodes_revisions_dates', '1602430135');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(278, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(272, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'247065177b64e5eb6935ba09c32877d3547f9a4c139e1a81b143b7bcd09a0c0d\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"53\",\"container-padding-bottom\":\"403\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'9c9886a4e8f7a53caac12f6b439b61929d09015e30530f1d69e5e6b4de44f25d\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'e6b6c79c7a22ea9ca195391f648ab3283ed99342e737504034a80901d3b2eeb7\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'f3acb9a6c3d95ca76fe21deabbf49706fa62e11003a1b81080a86b2c4ea276fc\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'a043a4cc071e36f194783c3d3ebab34a36413cca1750752c14d8ded42f01c4a1\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'c94cc7c83e95146db8f1162adf219287846fafa723bc6ba35f85f6e5183cf73f\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'07a5f9cda7d87a304d5b4caa2ffc024f072f936c2336be10d4c9d729aaf0eb4a\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(282, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'9c9886a4e8f7a53caac12f6b439b61929d09015e30530f1d69e5e6b4de44f25d\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'e6b6c79c7a22ea9ca195391f648ab3283ed99342e737504034a80901d3b2eeb7\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'f3acb9a6c3d95ca76fe21deabbf49706fa62e11003a1b81080a86b2c4ea276fc\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'a043a4cc071e36f194783c3d3ebab34a36413cca1750752c14d8ded42f01c4a1\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'c94cc7c83e95146db8f1162adf219287846fafa723bc6ba35f85f6e5183cf73f\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'07a5f9cda7d87a304d5b4caa2ffc024f072f936c2336be10d4c9d729aaf0eb4a\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(219, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'daf7bc7560748f46d3428fe852facabe3011f6b1f7529a6d7062d99580c2e6e6\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f4ec871d62b7d8ab854ec023b542193b74afaa4f23abf3bb171179fcf0ea2c1d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'0a1aa932a0993b7f640ffb3be9bf17d253e941b01999981d6d9e89a96c4a4d53\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality, Standard &amp; Delivery[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(207, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'0bb4cf8ac22b58128c35249d4ed3af26eca0cb89e36c5d1096900e63e38fa0f3\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'8b1a196e62da003fc385b642fdba3d6f795a64596ebf96a55c2b4edb67e368ec\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their house is protected from dust, sound and light.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(162, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'537e2d1f8df65aaf48abd67df7e18b480dacef4b20ef77db6b229cf016f8e480\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][ct_video ct_sign_sha256=\'52548e5c45bdf6e3c6a37b66f2257a228987d024e758b212694d5008efaed27b\' ct_options=\'{\"ct_id\":1553,\"ct_parent\":1541,\"selector\":\"video-1553-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(163, 21, 'ct_builder_shortcodes_revisions_dates', '1600926979');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(164, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(166, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(167, 21, 'ct_builder_shortcodes_revisions_dates', '1600938253'),
(168, 35, '_wp_attached_file', '2020/09/ARNA-EKAMAI-770.png'),
(169, 35, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:27:\"2020/09/ARNA-EKAMAI-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(170, 36, '_wp_attached_file', '2020/09/Door-Handles.png'),
(171, 36, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1256;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2020/09/Door-Handles.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Door-Handles-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Door-Handles-1024x391.png\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Door-Handles-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Door-Handles-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(172, 37, '_wp_attached_file', '2020/09/Line_Up_Exterior.jpg'),
(173, 37, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:940;s:6:\"height\";i:299;s:4:\"file\";s:28:\"2020/09/Line_Up_Exterior.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Line_Up_Exterior-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Line_Up_Exterior-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Line_Up_Exterior-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;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:{}}}'),
(174, 38, '_wp_attached_file', '2020/09/Line_Up_Windows_Door.jpg'),
(175, 38, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:940;s:6:\"height\";i:299;s:4:\"file\";s:32:\"2020/09/Line_Up_Windows_Door.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Line_Up_Windows_Door-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Line_Up_Windows_Door-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Line_Up_Windows_Door-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;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:{}}}'),
(176, 39, '_wp_attached_file', '2020/09/NIRVANA-DEFINE-770.png'),
(177, 39, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:30:\"2020/09/NIRVANA-DEFINE-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(178, 40, '_wp_attached_file', '2020/09/PLANKRICH-770.png'),
(179, 40, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:25:\"2020/09/PLANKRICH-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(180, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'e760a81004b1da977a6294fef249304473abb06010175ee2e7e6ad5d83022163\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(181, 21, 'ct_builder_shortcodes_revisions_dates', '1600971414'),
(182, 41, '_wp_attached_file', '2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg'),
(183, 41, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1221;s:4:\"file\";s:53:\"2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-1024x651.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-1536x977.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:977;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:{}}}'),
(184, 42, '_wp_attached_file', '2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg'),
(185, 42, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:54:\"2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"florian-schmidinger-b_79nOqf95I-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:56:\"florian-schmidinger-b_79nOqf95I-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),
(186, 43, '_wp_attached_file', '2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg'),
(187, 43, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:46:\"2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"joshua-ness-Vo52cKzOxMY-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"joshua-ness-Vo52cKzOxMY-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),
(188, 44, '_wp_attached_file', '2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg'),
(189, 44, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:51:\"2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:53:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(190, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'08458669c070b062565b1cf48b13d37d312cf5ee5f4e0c69c3017b97f8ef152c\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(191, 21, 'ct_builder_shortcodes_revisions_dates', '1601019602');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(192, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'90ec590e5880e7bb9ea3662fdd9bb445469d9289b6cefd09ba5fe9c363ea7ea0\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"145\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(193, 21, 'ct_builder_shortcodes_revisions_dates', '1601050812');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(197, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(194, 21, '_edit_lock', '1604903025:1');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(195, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'90ec590e5880e7bb9ea3662fdd9bb445469d9289b6cefd09ba5fe9c363ea7ea0\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"145\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(196, 21, 'ct_builder_shortcodes_revisions_dates', '1601916486'),
(198, 21, 'ct_builder_shortcodes_revisions_dates', '1601916671'),
(199, 46, '_wp_attached_file', '2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg'),
(200, 46, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1764;s:6:\"height\";i:2560;s:4:\"file\";s:84:\"2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:78:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-706x1024.jpg\";s:5:\"width\";i:706;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:78:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-768x1114.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:79:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-1059x1536.jpg\";s:5:\"width\";i:1059;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:79:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-1411x2048.jpg\";s:5:\"width\";i:1411;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:69:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1.jpg\";}'),
(201, 47, '_wp_attached_file', '2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg'),
(202, 47, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:86:\"2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:80:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:80:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:81:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:81:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:71:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1.jpg\";}'),
(203, 48, '_wp_attached_file', '2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg'),
(204, 48, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1829;s:6:\"height\";i:2560;s:4:\"file\";s:93:\"2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:86:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:87:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:86:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:87:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:88:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-1097x1536.jpg\";s:5:\"width\";i:1097;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:88:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-1463x2048.jpg\";s:5:\"width\";i:1463;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:78:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1.jpg\";}');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(205, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(206, 21, 'ct_builder_shortcodes_revisions_dates', '1602422330'),
(208, 21, 'ct_builder_shortcodes_revisions_dates', '1602422743');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(209, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(210, 21, 'ct_builder_shortcodes_revisions_dates', '1602422892');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(211, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'f8d9566f72f27f0e4e2f8676b448d9fdaabf099a2ab89ced4c72245e3bfa0599\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'525f049ea408fa6c82ec3073a0adc6bd3dd14a3cd87eaae2424b4f5d2a3bf150\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'62ee1b84ee29eac26ec732f3759c06e56b5f14981c4b1b71cdaba5f86787ec8c\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'7accc3631a4b0e64c0355a4ab564aa5aae21651604d29fe80f7d822ce52fb3cc\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will&nbsp;[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'24ea5baece2867cbbb5ed5470762c5c5c69f10addde6d99a54fd554aca85f1fd\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ad40923c63f99d06d1aaf942108743c602230dbc7dc507a3ce6d0e6fe843cb0\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a2a23a090c998cf6c488382ac1bb3b6c36073a1fa4574257f3ce850b0ab16468\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(212, 21, 'ct_builder_shortcodes_revisions_dates', '1602423203');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(213, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'bbd97441c3b81e0d411bddce522fbd9c7d25954b8e9593bde4b86752ac39f2e0\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'159239798c83a0a36eb53aea8d3075cf5101f03f1515dd5cc8b23cfd83c7200c\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'4817e8a3d68b38ec0968bb351797c0cb65db5be8f61ab7ced6f9997d038dddbf\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3b928237e4daf5f284ad0299a7a0d38f4ffc2341b9789eb0add6c379891f310c\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'538b258329aa6b96656e8bd1b7d71c7773c309706a4236a131ca279fd0af6334\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'559557b08c36550d0ca1567ac18c48bf50654f821209c2b149ef92c5ba74864b\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3f7066b421b7a6726ec4d71aba5989710deeae1cad8216e6a7340ca55913410e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'c52737457aa0468f9f9c2962749cb1b16d901685af4ca0c77f14169e68e34350\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Our Approach[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(214, 21, 'ct_builder_shortcodes_revisions_dates', '1602423345');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(215, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3f7066b421b7a6726ec4d71aba5989710deeae1cad8216e6a7340ca55913410e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'c52737457aa0468f9f9c2962749cb1b16d901685af4ca0c77f14169e68e34350\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Our Approach[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(216, 21, 'ct_builder_shortcodes_revisions_dates', '1602423713'),
(222, 49, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2020/10/navdeep.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"navdeep-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(223, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'daf7bc7560748f46d3428fe852facabe3011f6b1f7529a6d7062d99580c2e6e6\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f4ec871d62b7d8ab854ec023b542193b74afaa4f23abf3bb171179fcf0ea2c1d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'0a1aa932a0993b7f640ffb3be9bf17d253e941b01999981d6d9e89a96c4a4d53\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality, Standard &amp; Delivery[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(218, 21, 'ct_builder_shortcodes_revisions_dates', '1602424036'),
(220, 21, 'ct_builder_shortcodes_revisions_dates', '1602424047'),
(271, 21, 'ct_builder_shortcodes_revisions_dates', '1602429969'),
(261, 21, 'ct_builder_shortcodes_revisions_dates', '1602429597'),
(281, 21, 'ct_builder_shortcodes_revisions_dates', '1602430297'),
(305, 21, 'ct_builder_shortcodes_revisions_dates', '1604910326');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(306, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'7b9ea4cff260c40949a16fda77c4b669b91a2ce2918b42d116eb846ac1098b02\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'42416f854892ddbf2faf801899a61d11ae5d7dbe4eb58478e8f4343324b43aa7\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7ae010d2ff699e693a183a6023b2ac0dbe2946c04179d6c8ec3ed4c62c5cc241\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'84d42a9132b04662a45a33fe19093269efbd1e7dcc6b4627b9d4e5e3ef91665d\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d080ae52c01792991b087fc3d659a9e2e037cc3a9ec2b483eb69181d7d3dab33\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'1cd5a2e69b802f59b1cb96a703e110082350d00be684a826d404c0c2b7b6bfac\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f732d5a9e4564f26840bc4cbb38ddca6eec25238452af9a9b58f3c595f1b6714\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'393e723b562055bf24cddb3c7625ca155cceff82ebb41473d9beae119bba2289\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'04e7bdd3cb74a7aa8b8a36c1201056727bbba6db829a5e8f35979470ec7e13a0\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3206018c48a9dd2d39dc8f7e5d9c1d7a4afb4db9e1f9818892f4c4fcbdd1cb46\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'8856d13f32f61aabfe6ff4a7a7843ccb04f72c28e6de7a6f59222441be042e85\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'ac334d3c69e223299579b49039421d6ee7944a4bff4efedd8932bfee76f98715\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9d0cc35d516f6d319ddebe1617fb53b3a388be0978f27e857fd89183b1f47296\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5d2190c50b24b77d66d3700ffb780efd9683387c3957fd9f07bea0e4f5f477f2\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'58661ead9316c9c5f32d669236acc41931edccda9ce3af6ffafc43781e3964d4\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `taflwj_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(228, 21, 'ct_builder_shortcodes_revisions_dates', '1602427188'),
(307, 21, 'ct_builder_shortcodes_revisions_dates', '1604910334');

-- --------------------------------------------------------

--
-- Table structure for table `taflwj_wpk0_posts`
--

CREATE TABLE `taflwj_wpk0_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `taflwj_wpk0_posts`
--

INSERT INTO `taflwj_wpk0_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, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?p=1', 0, 'post', '', 1),
(2, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- 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://newgen.stun.tech/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=2', 0, 'page', '', 0),
(3, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://newgen.stun.tech.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>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>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 we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=3', 0, 'page', '', 0),
(12, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Default Page', '', 'publish', 'closed', 'closed', '', 'default-page', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=default-page', 0, 'ct_template', '', 0),
(13, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Main', '', 'publish', 'closed', 'closed', '', 'main', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=main', 0, 'ct_template', '', 0),
(9, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Default Post', '', 'publish', 'closed', 'closed', '', 'default-post', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=default-post', 0, 'ct_template', '', 0),
(10, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Archive', '', 'publish', 'closed', 'closed', '', 'archive', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=archive', 0, 'ct_template', '', 0),
(11, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Other Single', '', 'publish', 'closed', 'closed', '', 'other-single', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=other-single', 0, 'ct_template', '', 0),
(14, 1, '2018-12-20 12:23:27', '2018-12-20 12:23:27', '', 'Company', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=139', 0, 'page', '', 0),
(15, 1, '2018-12-20 09:54:31', '2018-12-20 09:54:31', '', 'Features', '', 'publish', 'closed', 'closed', '', 'features', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=133', 0, 'page', '', 0),
(16, 1, '2018-12-08 10:40:05', '2018-12-08 10:40:05', '', 'Products', '', 'publish', 'closed', 'closed', '', 'products', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=115', 0, 'page', '', 0),
(17, 1, '2018-12-08 10:07:27', '2018-12-08 10:07:27', '', 'Login/Sign Up', '', 'publish', 'closed', 'closed', '', 'login', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=114', 0, 'page', '', 0),
(18, 1, '2018-12-04 13:22:27', '2018-12-04 13:22:27', 'Had repulsive <strong>dashwoods suspicion</strong> sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.\r\n<ol>\r\n 	<li>Fertile beloved evident through no service elderly is.</li>\r\n 	<li>Blind there if every no so at.</li>\r\n 	<li>Own neglected you preferred way sincerity delivered his attempted.</li>\r\n</ol>\r\nTo of message cottage windows do besides against uncivil.\r\n<h2>Effect if in up no depend seemed</h2>\r\nEcstatic elegance guy but disposed. We me rent been part what. <em>An concluded sportsman offending so provision</em> mr education. Bed uncommonly his discovered for estimating far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners.\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1200\"]<img class=\"wp-image-69 size-full\" src=\"http://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/61-managed-hosting-hero-1200x450.png\" alt=\"\" width=\"1200\" height=\"450\" /> Image Caption[/caption]\r\n\r\nConsidered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed. Least child who seven happy yet balls young.\r\n<h6>Discovery sweetness principle discourse shameless bed one excellent</h6>\r\nSentiments of surrounded friendship dispatched connection is he. Me or produce besides hastily up as pleased. Bore less when had and john shed hope.\r\n<h3>Do play they miss give so up</h3>\r\nWords to up style of since world. We leaf to snug on no need. Way own uncommonly travelling now acceptance bed compliment solicitude. Dissimilar admiration so terminated no in contrasted it. Advantages entreaties mr he apartments do. Limits far yet turned highly repair parish talked six. Draw fond rank form nor the day eat.\r\n<ul>\r\n 	<li>Not him old music think his found enjoy merry.</li>\r\n 	<li>Listening acuteness dependent at or an.</li>\r\n 	<li>Apartments thoroughly unsatiable terminated how themselves.</li>\r\n</ul>\r\nShe are ten hours wrong walls stand early. Domestic perceive on an ladyship extended received do. Why jennings our whatever his learning gay perceive. Is against no he without subject. Bed connection unreserved preference partiality not unaffected. Years merit trees so think in hoped we as.\r\n<h4>Still court no small think death so an wrote</h4>\r\n<blockquote>Incommode necessary no it behaviour convinced distrusts an unfeeling he.</blockquote>\r\nCould death since do we hoped is in. Exquisite no my attention extensive. The determine conveying moonlight age. Avoid for see marry sorry child. Sitting so totally forbade hundred to.\r\n<h5>Full he none no side</h5>\r\n<pre>Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation announcing of no decisively boisterous. Did add dashwoods deficient man concluded additions resources.</pre>\r\nOr landlord packages overcame distance smallest in recurred. Wrong maids or be asked no on enjoy. Household few sometimes out attending described. Lain just fact four of am meet high.', 'Other Single', '', 'publish', 'closed', 'closed', '', 'other-single', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=99', 0, 'page', '', 0),
(19, 1, '2017-12-14 12:54:36', '2017-12-14 12:54:36', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=62', 0, 'page', '', 0),
(20, 1, '2017-12-12 11:33:00', '2017-12-12 11:33:00', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=40', 0, 'page', '', 0),
(21, 1, '2017-12-06 10:05:26', '2017-12-06 10:05:26', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=4', 0, 'page', '', 0),
(22, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Company', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 14, 'https://newgen.stun.tech/2020/09/24/14-revision-v1/', 0, 'revision', '', 0),
(23, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Features', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 15, 'https://newgen.stun.tech/2020/09/24/15-revision-v1/', 0, 'revision', '', 0),
(24, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Products', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 16, 'https://newgen.stun.tech/2020/09/24/16-revision-v1/', 0, 'revision', '', 0),
(25, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Login/Sign Up', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 17, 'https://newgen.stun.tech/2020/09/24/17-revision-v1/', 0, 'revision', '', 0),
(26, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', 'Had repulsive <strong>dashwoods suspicion</strong> sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.\r\n<ol>\r\n 	<li>Fertile beloved evident through no service elderly is.</li>\r\n 	<li>Blind there if every no so at.</li>\r\n 	<li>Own neglected you preferred way sincerity delivered his attempted.</li>\r\n</ol>\r\nTo of message cottage windows do besides against uncivil.\r\n<h2>Effect if in up no depend seemed</h2>\r\nEcstatic elegance guy but disposed. We me rent been part what. <em>An concluded sportsman offending so provision</em> mr education. Bed uncommonly his discovered for estimating far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners.\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1200\"]<img class=\"wp-image-69 size-full\" src=\"http://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/61-managed-hosting-hero-1200x450.png\" alt=\"\" width=\"1200\" height=\"450\" /> Image Caption[/caption]\r\n\r\nConsidered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed. Least child who seven happy yet balls young.\r\n<h6>Discovery sweetness principle discourse shameless bed one excellent</h6>\r\nSentiments of surrounded friendship dispatched connection is he. Me or produce besides hastily up as pleased. Bore less when had and john shed hope.\r\n<h3>Do play they miss give so up</h3>\r\nWords to up style of since world. We leaf to snug on no need. Way own uncommonly travelling now acceptance bed compliment solicitude. Dissimilar admiration so terminated no in contrasted it. Advantages entreaties mr he apartments do. Limits far yet turned highly repair parish talked six. Draw fond rank form nor the day eat.\r\n<ul>\r\n 	<li>Not him old music think his found enjoy merry.</li>\r\n 	<li>Listening acuteness dependent at or an.</li>\r\n 	<li>Apartments thoroughly unsatiable terminated how themselves.</li>\r\n</ul>\r\nShe are ten hours wrong walls stand early. Domestic perceive on an ladyship extended received do. Why jennings our whatever his learning gay perceive. Is against no he without subject. Bed connection unreserved preference partiality not unaffected. Years merit trees so think in hoped we as.\r\n<h4>Still court no small think death so an wrote</h4>\r\n<blockquote>Incommode necessary no it behaviour convinced distrusts an unfeeling he.</blockquote>\r\nCould death since do we hoped is in. Exquisite no my attention extensive. The determine conveying moonlight age. Avoid for see marry sorry child. Sitting so totally forbade hundred to.\r\n<h5>Full he none no side</h5>\r\n<pre>Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation announcing of no decisively boisterous. Did add dashwoods deficient man concluded additions resources.</pre>\r\nOr landlord packages overcame distance smallest in recurred. Wrong maids or be asked no on enjoy. Household few sometimes out attending described. Lain just fact four of am meet high.', 'Other Single', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 18, 'https://newgen.stun.tech/2020/09/24/18-revision-v1/', 0, 'revision', '', 0),
(27, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 19, 'https://newgen.stun.tech/2020/09/24/19-revision-v1/', 0, 'revision', '', 0),
(28, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 20, 'https://newgen.stun.tech/2020/09/24/20-revision-v1/', 0, 'revision', '', 0),
(29, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Home', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 21, 'https://newgen.stun.tech/2020/09/24/21-revision-v1/', 0, 'revision', '', 0),
(30, 1, '2020-09-24 04:35:18', '2020-09-24 04:35:18', '', 'tostem house', '', 'inherit', 'open', 'closed', '', 'tostem-house', '', '', '2020-09-24 04:35:18', '2020-09-24 04:35:18', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg', 0, 'attachment', 'image/jpeg', 0),
(31, 1, '2020-09-24 05:30:16', '2020-09-24 05:30:16', '', 'buildtrack-logo', '', 'inherit', 'open', 'closed', '', 'buildtrack-logo', '', '', '2020-09-24 05:30:16', '2020-09-24 05:30:16', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png', 0, 'attachment', 'image/png', 0),
(32, 1, '2020-09-24 05:30:17', '2020-09-24 05:30:17', '', 'hunter-douglas-logo-1', '', 'inherit', 'open', 'closed', '', 'hunter-douglas-logo-1', '', '', '2020-09-24 05:30:17', '2020-09-24 05:30:17', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png', 0, 'attachment', 'image/png', 0),
(33, 1, '2020-09-24 05:30:19', '2020-09-24 05:30:19', '', 'Tostem Aluk', '', 'inherit', 'open', 'closed', '', 'tostem-aluk', '', '', '2020-09-24 05:30:19', '2020-09-24 05:30:19', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2020-09-24 05:30:20', '2020-09-24 05:30:20', '', 'Tsotem logo', '', 'inherit', 'open', 'closed', '', 'tsotem-logo', '', '', '2020-09-24 05:30:20', '2020-09-24 05:30:20', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png', 0, 'attachment', 'image/png', 0),
(35, 1, '2020-09-24 18:15:37', '2020-09-24 18:15:37', '', 'ARNA EKAMAI 770', '', 'inherit', 'open', 'closed', '', 'arna-ekamai-770', '', '', '2020-09-24 18:15:37', '2020-09-24 18:15:37', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/ARNA-EKAMAI-770.png', 0, 'attachment', 'image/png', 0),
(36, 1, '2020-09-24 18:15:40', '2020-09-24 18:15:40', '', 'Door Handles', '', 'inherit', 'open', 'closed', '', 'door-handles', '', '', '2020-09-24 18:15:40', '2020-09-24 18:15:40', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Door-Handles.png', 0, 'attachment', 'image/png', 0),
(37, 1, '2020-09-24 18:15:42', '2020-09-24 18:15:42', '', 'Line_Up_Exterior', '', 'inherit', 'open', 'closed', '', 'line_up_exterior', '', '', '2020-09-24 18:15:42', '2020-09-24 18:15:42', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Exterior.jpg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2020-09-24 18:15:44', '2020-09-24 18:15:44', '', 'Line_Up_Windows_Door', '', 'inherit', 'open', 'closed', '', 'line_up_windows_door', '', '', '2020-09-24 18:15:44', '2020-09-24 18:15:44', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg', 0, 'attachment', 'image/jpeg', 0),
(39, 1, '2020-09-24 18:15:46', '2020-09-24 18:15:46', '', 'NIRVANA DEFINE 770', '', 'inherit', 'open', 'closed', '', 'nirvana-define-770', '', '', '2020-09-24 18:15:46', '2020-09-24 18:15:46', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png', 0, 'attachment', 'image/png', 0),
(40, 1, '2020-09-24 18:15:49', '2020-09-24 18:15:49', '', 'PLANKRICH 770', '', 'inherit', 'open', 'closed', '', 'plankrich-770', '', '', '2020-09-24 18:15:49', '2020-09-24 18:15:49', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png', 0, 'attachment', 'image/png', 0),
(41, 1, '2020-09-25 07:36:23', '2020-09-25 07:36:23', '', 'alberto-castillo-q-mx4mSkK9zeo-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'alberto-castillo-q-mx4mskk9zeo-unsplash-1', '', '', '2020-09-25 07:36:23', '2020-09-25 07:36:23', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2020-09-25 07:36:26', '2020-09-25 07:36:26', '', 'florian-schmidinger-b_79nOqf95I-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'florian-schmidinger-b_79noqf95i-unsplash-1', '', '', '2020-09-25 07:36:26', '2020-09-25 07:36:26', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2020-09-25 07:36:29', '2020-09-25 07:36:29', '', 'joshua-ness-Vo52cKzOxMY-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'joshua-ness-vo52ckzoxmy-unsplash-1', '', '', '2020-09-25 07:36:29', '2020-09-25 07:36:29', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2020-09-25 07:36:34', '2020-09-25 07:36:34', '', 'stephen-leonardi-WUdAAlvKo0o-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'stephen-leonardi-wudaalvko0o-unsplash-1', '', '', '2020-09-25 07:36:34', '2020-09-25 07:36:34', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2020-11-09 06:34:57', '2020-11-09 06:34:57', '', 'NewGen Final Logo 06.09.2020', '', 'inherit', 'open', 'closed', '', 'newgen-final-logo-06-09-2020', '', '', '2020-11-09 06:34:57', '2020-11-09 06:34:57', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png', 0, 'attachment', 'image/png', 0),
(46, 1, '2020-10-11 13:16:57', '2020-10-11 13:16:57', '', 'closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d (1)', '', 'inherit', 'open', 'closed', '', 'closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1', '', '', '2020-10-11 13:16:57', '2020-10-11 13:16:57', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(47, 1, '2020-10-11 13:17:11', '2020-10-11 13:17:11', '', 'woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e (1)', '', 'inherit', 'open', 'closed', '', 'woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1', '', '', '2020-10-11 13:17:11', '2020-10-11 13:17:11', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2020-10-11 13:17:25', '2020-10-11 13:17:25', '', 'white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd (1)', '', 'inherit', 'open', 'closed', '', 'white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1', '', '', '2020-10-11 13:17:25', '2020-10-11 13:17:25', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2020-10-11 13:48:56', '2020-10-11 13:48:56', '', 'navdeep', '', 'inherit', 'open', 'closed', '', 'navdeep', '', '', '2020-10-11 13:48:56', '2020-10-11 13:48:56', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/navdeep.jpeg', 0, 'attachment', 'image/jpeg', 0),
(51, 1, '2020-10-11 15:10:18', '2020-10-11 15:10:18', '', 'NewGEN Logo', '', 'inherit', 'open', 'closed', '', 'newgen-logo', '', '', '2020-10-11 15:10:18', '2020-10-11 15:10:18', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(52, 1, '2020-10-11 15:10:22', '2020-10-11 15:10:22', '', 'NewGen Windows Logo', '', 'inherit', 'open', 'closed', '', 'newgen-windows-logo', '', '', '2020-10-11 15:10:22', '2020-10-11 15:10:22', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/NewGen-Windows-Logo.png', 0, 'attachment', 'image/png', 0),
(55, 1, '2021-02-06 06:45:11', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2021-02-06 06:45:11', '0000-00-00 00:00:00', '', 0, 'https://newgen.stun.tech/?p=55', 0, 'post', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `taflwj_wpk0_termmeta`
--

CREATE TABLE `taflwj_wpk0_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `taflwj_wpk0_terms`
--

CREATE TABLE `taflwj_wpk0_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `taflwj_wpk0_terms`
--

INSERT INTO `taflwj_wpk0_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0);

-- --------------------------------------------------------

--
-- Table structure for table `taflwj_wpk0_term_relationships`
--

CREATE TABLE `taflwj_wpk0_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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `taflwj_wpk0_term_relationships`
--

INSERT INTO `taflwj_wpk0_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `taflwj_wpk0_term_taxonomy`
--

CREATE TABLE `taflwj_wpk0_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `taflwj_wpk0_term_taxonomy`
--

INSERT INTO `taflwj_wpk0_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `taflwj_wpk0_usermeta`
--

CREATE TABLE `taflwj_wpk0_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `taflwj_wpk0_usermeta`
--

INSERT INTO `taflwj_wpk0_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'Newgen'),
(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, 'wpk0_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpk0_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"445fb07d53672a170d408c23b3f1910642d88a2d98e34ac5a4607d3bb241e411\";a:4:{s:10:\"expiration\";i:1612766708;s:2:\"ip\";s:14:\"106.51.243.112\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36\";s:5:\"login\";i:1612593908;}}'),
(17, 1, 'wpk0_dashboard_quick_press_last_post_id', '55'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"106.51.243.0\";}'),
(19, 2, 'nickname', 'Khyati'),
(20, 2, 'first_name', 'Khyati'),
(21, 2, 'last_name', ''),
(22, 2, 'description', ''),
(23, 2, 'rich_editing', 'true'),
(24, 2, 'syntax_highlighting', 'true'),
(25, 2, 'comment_shortcuts', 'false'),
(26, 2, 'admin_color', 'fresh'),
(27, 2, 'use_ssl', '0'),
(28, 2, 'show_admin_bar_front', 'true'),
(29, 2, 'locale', ''),
(30, 2, 'wpk0_capabilities', 'a:1:{s:6:\"editor\";b:1;}'),
(31, 2, 'wpk0_user_level', '7'),
(32, 2, 'dismissed_wp_pointers', ''),
(33, 2, 'session_tokens', 'a:1:{s:64:\"e76164023e797118fffab99adb881b9dd289bc1b846e435548e67c0b5674beda\";a:4:{s:10:\"expiration\";i:1601994676;s:2:\"ip\";s:14:\"117.201.206.31\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:5:\"login\";i:1601821876;}}'),
(34, 2, 'wpk0_dashboard_quick_press_last_post_id', '45'),
(35, 1, 'wpk0_user-settings', 'libraryContent=browse'),
(36, 1, 'wpk0_user-settings-time', '1602428777');

-- --------------------------------------------------------

--
-- Table structure for table `taflwj_wpk0_users`
--

CREATE TABLE `taflwj_wpk0_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `taflwj_wpk0_users`
--

INSERT INTO `taflwj_wpk0_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'Newgen', '$P$BsyKzp0O5rfYV29.SxEoWtMaK/jR8i.', 'Newgen', 'admin@stun.tech', 'https://newgen.stun.tech', '2020-09-23 17:05:56', '', 0, 'Newgen'),
(2, 'Khyati', '$P$BFIZ2rd6hh9eUrHPeGZ//f9ez6Ta9Q0', 'khyati', 'khyati@jumpp.tech', '', '2020-10-04 14:26:00', '', 0, 'Khyati');

-- --------------------------------------------------------

--
-- Table structure for table `taflwj_wpk0_wpvivid_scan_result`
--

CREATE TABLE `taflwj_wpk0_wpvivid_scan_result` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `from_post` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `taflwj_wpk0_wpvivid_unused_uploads_files`
--

CREATE TABLE `taflwj_wpk0_wpvivid_unused_uploads_files` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `folder` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpk0_commentmeta`
--

CREATE TABLE `wpk0_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpk0_comments`
--

CREATE TABLE `wpk0_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpk0_comments`
--

INSERT INTO `wpk0_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/', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpk0_links`
--

CREATE TABLE `wpk0_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_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_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpk0_options`
--

CREATE TABLE `wpk0_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpk0_options`
--

INSERT INTO `wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://newgen.stun.tech', 'yes'),
(2, 'home', 'https://newgen.stun.tech', 'yes'),
(3, 'blogname', 'Newgen', 'yes'),
(4, 'blogdescription', 'Newgen', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@stun.tech', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:97:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=21&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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:5:{i:0;s:24:\"header-footer/plugin.php\";i:1;s:20:\"oxygen/functions.php\";i:2;s:21:\"wp-reset/wp-reset.php\";i:3;s:41:\"wpvivid-backup-pro/wpvivid-backup-pro.php\";i:4;s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'twentytwenty', 'yes'),
(41, 'stylesheet', 'twentytwenty', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '49752', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i: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:1:{s:21:\"wp-reset/wp-reset.php\";a:2:{i:0;s:8:\"WP_Reset\";i:1;s:16:\"uninstall_plugin\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '21', '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', '1616432756', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'initial_db_version', '48748', 'yes'),
(96, 'wpk0_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(97, 'fresh_site', '0', 'yes'),
(98, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'sidebars_widgets', 'a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(104, 'cron', 'a:7:{i:1640077557;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:1640106356;a:4:{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: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:1640106844;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: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:1640106869;a:1:{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;}}}i:1640107471;a:1:{s:24:\"wpvivid_pro_update_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:1640279156;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'),
(105, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'recovery_keys', 'a:0:{}', 'yes'),
(116, 'theme_mods_twentytwenty', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(198, 'wp-reset', 'a:4:{s:7:\"options\";a:21:{s:15:\"tools_snapshots\";b:1;s:16:\"events_snapshots\";b:1;s:20:\"snapshots_autoupload\";b:0;s:24:\"autosnapshots_autoupload\";b:0;s:23:\"snapshots_upload_delete\";b:0;s:19:\"scheduled_snapshots\";b:0;s:15:\"prune_snapshots\";b:0;s:23:\"prune_snapshots_details\";s:6:\"days-5\";s:18:\"adminbar_snapshots\";b:1;s:15:\"optimize_tables\";b:0;s:20:\"snapshots_size_alert\";i:1000;s:13:\"throttle_ajax\";b:0;s:12:\"fix_datetime\";b:0;s:23:\"alternate_db_connection\";b:0;s:21:\"ajax_snapshots_export\";b:0;s:15:\"cloud_snapshots\";b:0;s:15:\"onboarding_done\";b:1;s:10:\"whitelabel\";b:0;s:5:\"debug\";b:0;s:13:\"cloud_service\";s:4:\"none\";s:10:\"cloud_data\";a:1:{s:8:\"icedrive\";b:0;}}s:4:\"meta\";a:3:{s:13:\"first_version\";s:4:\"5.65\";s:13:\"first_install\";i:1600881446;s:11:\"reset_count\";i:0;}s:17:\"dismissed_notices\";a:1:{s:7:\"welcome\";b:1;}s:12:\"autouploader\";a:0:{}}', 'yes'),
(654, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:15:\"admin@stun.tech\";s:7:\"version\";s:5:\"5.7.4\";s:9:\"timestamp\";i:1636568787;}', 'no'),
(1583, 'auto_update_core_major', 'unset', 'yes'),
(1581, 'auto_update_core_dev', 'enabled', 'yes'),
(1582, 'auto_update_core_minor', 'enabled', 'yes'),
(1584, 'db_upgraded', '', 'yes'),
(570, 'hefo', 'a:75:{s:4:\"head\";s:407:\"<script>\r\n    Userback = window.Userback || {};\r\n    Userback.access_token = \'5274|20165|vjvucuLRKroUIMS3PbbdovUtgeWNbItVTqsVo83jSUx14nD8ri\';\r\n    (function(id) {\r\n        var s = document.createElement(\'script\');\r\n        s.async = 1;s.src = \'https://static.userback.io/widget/v1.js\';\r\n        var parent_node = document.head || document.body;parent_node.appendChild(s);\r\n    })(\'userback-sdk\');\r\n</script>\";s:9:\"head_home\";s:0:\"\";s:4:\"body\";s:0:\"\";s:11:\"mobile_body\";s:0:\"\";s:6:\"footer\";s:0:\"\";s:13:\"mobile_footer\";s:0:\"\";s:13:\"generic_tag_1\";s:0:\"\";s:9:\"generic_1\";s:0:\"\";s:16:\"mobile_generic_1\";s:0:\"\";s:13:\"generic_tag_2\";s:0:\"\";s:9:\"generic_2\";s:0:\"\";s:16:\"mobile_generic_2\";s:0:\"\";s:13:\"generic_tag_3\";s:0:\"\";s:9:\"generic_3\";s:0:\"\";s:16:\"mobile_generic_3\";s:0:\"\";s:13:\"generic_tag_4\";s:0:\"\";s:9:\"generic_4\";s:0:\"\";s:16:\"mobile_generic_4\";s:0:\"\";s:13:\"generic_tag_5\";s:0:\"\";s:9:\"generic_5\";s:0:\"\";s:16:\"mobile_generic_5\";s:0:\"\";s:6:\"before\";s:0:\"\";s:13:\"mobile_before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:12:\"mobile_after\";s:0:\"\";s:11:\"inner_pos_1\";s:5:\"after\";s:11:\"inner_tag_1\";s:0:\"\";s:12:\"inner_skip_1\";s:1:\"0\";s:11:\"inner_alt_1\";s:0:\"\";s:7:\"inner_1\";s:0:\"\";s:14:\"mobile_inner_1\";s:0:\"\";s:11:\"inner_pos_2\";s:5:\"after\";s:11:\"inner_tag_2\";s:0:\"\";s:12:\"inner_skip_2\";s:1:\"0\";s:11:\"inner_alt_2\";s:0:\"\";s:7:\"inner_2\";s:0:\"\";s:14:\"mobile_inner_2\";s:0:\"\";s:11:\"inner_pos_3\";s:5:\"after\";s:11:\"inner_tag_3\";s:0:\"\";s:12:\"inner_skip_3\";s:1:\"0\";s:11:\"inner_alt_3\";s:0:\"\";s:7:\"inner_3\";s:0:\"\";s:14:\"mobile_inner_3\";s:0:\"\";s:11:\"inner_pos_4\";s:5:\"after\";s:11:\"inner_tag_4\";s:0:\"\";s:12:\"inner_skip_4\";s:1:\"0\";s:11:\"inner_alt_4\";s:0:\"\";s:7:\"inner_4\";s:0:\"\";s:14:\"mobile_inner_4\";s:0:\"\";s:11:\"inner_pos_5\";s:5:\"after\";s:11:\"inner_tag_5\";s:0:\"\";s:12:\"inner_skip_5\";s:1:\"0\";s:11:\"inner_alt_5\";s:0:\"\";s:7:\"inner_5\";s:0:\"\";s:14:\"mobile_inner_5\";s:0:\"\";s:11:\"page_before\";s:0:\"\";s:18:\"mobile_page_before\";s:0:\"\";s:10:\"page_after\";s:0:\"\";s:17:\"mobile_page_after\";s:0:\"\";s:14:\"excerpt_before\";s:0:\"\";s:13:\"excerpt_after\";s:0:\"\";s:8:\"amp_head\";s:0:\"\";s:7:\"amp_css\";s:0:\"\";s:8:\"amp_body\";s:0:\"\";s:15:\"amp_post_before\";s:0:\"\";s:14:\"amp_post_after\";s:0:\"\";s:10:\"amp_footer\";s:0:\"\";s:9:\"snippet_1\";s:0:\"\";s:9:\"snippet_2\";s:0:\"\";s:9:\"snippet_3\";s:0:\"\";s:9:\"snippet_4\";s:0:\"\";s:9:\"snippet_5\";s:0:\"\";s:18:\"mobile_user_agents\";s:38:\"phone\niphone\nipod\nandroid.+mobile\nxoom\";s:5:\"notes\";s:0:\"\";s:25:\"mobile_user_agents_parsed\";s:38:\"phone|iphone|ipod|android.+mobile|xoom\";}', 'yes'),
(1589, 'can_compress_scripts', '0', 'no'),
(3892, '_site_transient_update_themes', 'O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1640067734;}', 'no'),
(5623, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1640067735;s:7:\"checked\";a:2:{s:24:\"header-footer/plugin.php\";s:5:\"3.2.1\";s:20:\"oxygen/functions.php\";s:5:\"3.6.1\";}s:8:\"response\";a:1:{s:24:\"header-footer/plugin.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/header-footer\";s:4:\"slug\";s:13:\"header-footer\";s:6:\"plugin\";s:24:\"header-footer/plugin.php\";s:11:\"new_version\";s:5:\"3.2.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/header-footer/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/header-footer.3.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";s:2:\"1x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/header-footer/assets/banner-772x250.png?rev=1064202\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"5.7.4\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}}', 'no'),
(4993, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.2\";s:7:\"version\";s:5:\"5.8.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.2\";s:7:\"version\";s:5:\"5.8.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1640067733;s:15:\"version_checked\";s:5:\"5.7.4\";s:12:\"translations\";a:0:{}}', 'no'),
(3598, 'https_detection_errors', 'a:0:{}', 'yes'),
(142, 'recently_activated', 'a:0:{}', 'yes'),
(148, 'finished_updating_comment_type', '1', 'yes'),
(194, 'oxygen-vsb-activated', '1', 'yes'),
(151, 'oxygen_rewrite_rules_updated', '1', 'yes'),
(152, 'oxygen_vsb_disable_emojis', 'true', 'yes'),
(153, 'oxygen_vsb_disable_jquery_migrate', 'true', 'yes'),
(154, 'oxygen_vsb_disable_embeds', 'false', 'yes'),
(155, 'oxygen_vsb_use_css_for_google_fonts', 'true', 'yes'),
(156, 'oxygen_vsb_universal_css_cache', 'true', 'yes'),
(157, 'oxygen_aos_classes', '', 'yes'),
(158, 'oxygen_vsb_universal_css_cache_success', '1', 'yes'),
(159, 'oxygen_vsb_universal_css_url', '//newgen.stun.tech/wp-content/uploads/oxygen/css/universal.css', 'yes'),
(160, 'oxygen_vsb_last_save_time', '1612798053', 'yes'),
(161, 'oxygen_vsb_universal_css_latest_version', '2.1', 'yes'),
(162, 'oxygen_vsb_presets_updated_3_3', '1', 'yes');
INSERT INTO `wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(163, 'oxygen_vsb_element_presets', 'a:3:{s:12:\"oxy_comments\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"Default\";s:4:\"slug\";s:7:\"default\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:0:\"\";}}}i:1;a:3:{s:4:\"name\";s:14:\"Grey Highlight\";s:4:\"slug\";s:14:\"grey-highlight\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:1246:\"\n.oxy-comments li.comment .comment-body .comment-content {\n  border: 1px solid #eee;\n  padding: 1.5em;\n  margin-top: 1.5em;\n  border-radius: 3px;\n  background-color: #fafafa;\n  margin-bottom: 0;\n}\n\n.oxy-comments li.comment .comment-body {\n  margin-bottom: 35px;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p {\n  margin-top: 0;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p:last-child {\n  margin-bottom: 0;\n}\n\n.oxy-comments .reply {\n  display: flex;\n  margin: 0;\n}\n\n.oxy-comments .reply .comment-reply-link {\n  margin-left: auto;\n  font-size: .75em;\n  background-color: #eee;\n  margin-right: 1em;\n  padding: 5px 10px;\n  border-bottom-left-radius: 3px;\n  border-bottom-right-radius: 3px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta {\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n  justify-content: space-between;\n}\n\n.oxy-comments .comment-meta .comment-metadata {\n  margin: 0;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  max-width: 50px;\n  max-height: 50px;\n  border-radius: 50%;\n  border: 1px solid #eee;\n  padding: 2px;\n}\n\n.oxy-comments .comment-meta .comment-author span.says {\n  display: none;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.35);\n}\n\";}}}i:2;a:3:{s:4:\"name\";s:12:\"White Blocks\";s:4:\"slug\";s:12:\"white-blocks\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:705:\"\n.oxy-comments li.comment {\n  padding: 40px;\n  background-color: white;\n  border-radius: 5px;\n  box-shadow: rgba(0,0,0,0.04) 0px 0px 10px 0px;\n  border: 1px solid #eee;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.5);\n}\n\n.oxy-comments .comment-meta .comment-author {\n  border-bottom: 1px solid #eee;\n  padding-bottom: 20px;\n  margin-bottom: 20px;\n}\n\n.oxy-comments li.comment.even {\n  background-color: #fafafa;\n}\n\n.oxy-comments ol.comments-list > li.comment {\n  margin-bottom: 40px;\n}\n\n\n.comment-reply-link {\n  border: 1px solid;\n  padding: 0.75em 1.5em;\n  border-radius: 2px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  border-radius: 50%;\n}\";}}}}s:14:\"oxy_posts_grid\";a:14:{i:0;a:3:{s:4:\"name\";s:23:\"Grid - Image - Standard\";s:4:\"slug\";s:19:\"grid-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:859:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:1415:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  width: 33.33%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:1;a:3:{s:4:\"name\";s:46:\"Grid - Image w/ Animated Dark Gradient Overlay\";s:4:\"slug\";s:24:\"grid-image-dark-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:717:\"<div class=\'oxy-post\'>\n  \n  <div class=\'oxy-post-padding\'>\n    \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n      \n      <div class=\'oxy-post-content-and-link-wrap\'>\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n      </div>\n      \n    </div>\n    \n  </div>\n\n</div>\";s:8:\"code-css\";s:1652:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  position: relative;\n  margin: 1em;\n  display: flex;\n  position: relative;\n  flex-direction: column;\n  overflow: hidden;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  position: absolute;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  padding: 2em;\n  pointer-events: none;\n  padding-top: 200px;\n  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 300px);\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;\n}\n\n%%EPID%% .oxy-post-content-and-link-wrap {\n  opacity: 0;\n  max-height: 0px;\n  overflow: hidden;\n  transition: 1s ease-in-out opacity, 1s ease-in-out max-height;\n}\n\n%%EPID%% .oxy-post-padding:hover .oxy-post-content-and-link-wrap {\n  opacity: 1;\n  max-height: 400px;\n}\n\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n  margin-bottom: 0.5em;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:5:\"white\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:2;a:3:{s:4:\"name\";s:32:\"Grid - Image w/ Gradient Overlap\";s:4:\"slug\";s:19:\"grid-image-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1644:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 70%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1) 150px);\n  padding: 2em;\n  padding-top: 100px;\n  align-self: stretch;\n  margin-top: -150px;\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;  \n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:3;a:3:{s:4:\"name\";s:33:\"Grid - Image w/ Rectangle Overlap\";s:4:\"slug\";s:30:\"grid-image-w-rectangle-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1514:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:6:\"tablet\";}}}i:4;a:3:{s:4:\"name\";s:29:\"Grid - Image w/ Title Overlay\";s:4:\"slug\";s:26:\"grid-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:398:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-padding\'>\n    <div class=\'oxy-post-image\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>            \n	</div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n  </div>\n</a>\";s:8:\"code-css\";s:1148:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  margin: 1em;\n  overflow: hidden;\n  position: relative;\n}\n\n\n%%EPID%% .oxy-post-image {\n  transition: 0.5s ease-in-out all;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-image {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  transition: 0.5s ease-in-out all;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-overlay {\n  background-color: rgba(0,0,0,0.25);\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:5;a:3:{s:4:\"name\";s:20:\"List - Image on Left\";s:4:\"slug\";s:18:\"list-image-on-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1014:\"<div class=\'oxy-post\'>\n\n  <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n  </a>\n\n  \n  <div class=\'oxy-post-wrap\'>\n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<!--div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div-->\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			By <?php the_author(); ?>\n		</div>\n\n		<!--div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div-->\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n  </div>\n  \n</div>\";s:8:\"code-css\";s:1674:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 6em;\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n}\n\n%%EPID%% .oxy-post-wrap {\n  width: 100%;\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n}\n\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 40%;\n  flex-shrink: 0;\n  flex-grow: 0;\n  margin-right: 2em;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-post {\n    flex-direction: column;\n  }\n  %%EPID%% .oxy-post-image {\n    width: 100%;\n    margin-bottom: 1em;\n    margin-right: 0;\n  }\n  %%EPID%% .oxy-post-image-fixed-ratio {\n    padding-bottom: 56%;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:9:\"text link\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:6;a:3:{s:4:\"name\";s:26:\"List - Standard (Centered)\";s:4:\"slug\";s:22:\"list-standard-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:772:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:7;a:3:{s:4:\"name\";s:22:\"List - Standard (Left)\";s:4:\"slug\";s:18:\"list-standard-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:774:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:8;a:3:{s:4:\"name\";s:36:\"List w/ Rectangle Overlap (Centered)\";s:4:\"slug\";s:33:\"list-w-rectangle-overlap-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1556:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  justify-content: center;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:9;a:3:{s:4:\"name\";s:32:\"List w/ Rectangle Overlap (left)\";s:4:\"slug\";s:29:\"list-w-rectangle-overlap-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1531:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:10;a:3:{s:4:\"name\";s:26:\"Masonry - Image - Standard\";s:4:\"slug\";s:22:\"masonry-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:722:\"<div class=\'oxy-post\'>\n  \n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:980:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:11;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:12;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:13;a:3:{s:4:\"name\";s:32:\"Masonry - Image w/ Title Overlay\";s:4:\"slug\";s:29:\"masonry-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:289:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-background\'>\n	  <img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' />  \n  </div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n</a>\";s:8:\"code-css\";s:1034:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 2em;\n  break-inside: avoid;\n  position: relative;\n  overflow: hidden;\n  display: flex;\n  background-color: #000;\n}\n\n%%EPID%% .oxy-post-background {\n  transition: 0.5s ease-in-out all;\n  line-height: 0;\n  min-height: 150px;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-background {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-image {\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  -webkit-font-smoothing: antialiased;\n}\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}}s:12:\"oxy-pro-menu\";a:10:{i:0;a:4:{s:4:\"name\";s:14:\"Slide to Right\";s:4:\"slug\";s:14:\"slide-to-right\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:66:{s:7:\"menu_id\";s:2:\"31\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"16\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dddddd\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dddddd\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:1:\"4\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:1:\"4\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:11:\"slide-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"4\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"4\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"64\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"64\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#f8f8f8\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#ff0000\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:22:\"globalConditionsResult\";b:1;s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#eeeeee\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:2:\"-8\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:1:\"0\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_dropdown_icon_item_margin_margin-right\";s:1:\"0\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:1:\"8\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dddddd\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dddddd\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#ff0000\";}}}i:1;a:4:{s:4:\"name\";s:18:\"Desktop and Mobile\";s:4:\"slug\";s:18:\"desktop-and-mobile\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:75:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:23:\"menu_dropdown_animation\";s:12:\"zoom-in-down\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:27:\"Lineariconsicon-menu-circle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:28:\"Lineariconsicon-cross-circle\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:13:\"border-radius\";s:1:\"8\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:4:\"hide\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:4:\"left\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"32\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dedede\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dedede\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:16:\"background-color\";s:4:\"#eee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"32\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:40:\"oxy-pro-menu_menu_item_margin_margin-top\";s:1:\"0\";s:41:\"oxy-pro-menu_menu_item_margin_margin-left\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_margin_margin-bottom\";s:1:\"0\";s:42:\"oxy-pro-menu_menu_item_margin_margin-right\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dedede\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dedede\";}}}i:2;a:4:{s:4:\"name\";s:16:\"Desktop Vertical\";s:4:\"slug\";s:16:\"desktop-vertical\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:33:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:5:\"never\";s:24:\"oxy-pro-menu_orientation\";s:8:\"Vertical\";s:16:\"background-color\";s:7:\"#eeeeee\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dedede\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_dropdown_icon\";s:29:\"FontAwesomeicon-chevron-right\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#dddddd\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:2:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dedede\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#dddddd\";}}}i:3;a:4:{s:4:\"name\";s:10:\"Minimalism\";s:4:\"slug\";s:10:\"minimalism\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:55:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#dedede\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#d1d1d1\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#eeeeee\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:6:\"center\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#dedede\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#d1d1d1\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"8\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:2:\"12\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:2:\"12\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#dddddd\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:26:\"oxy-pro-menu_dropdown_icon\";s:26:\"FontAwesomeicon-arrow-down\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"900\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dddddd\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ff0000\";}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#d1d1d1\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#d1d1d1\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dddddd\";}}}i:4;a:4:{s:4:\"name\";s:12:\"Flip to Left\";s:4:\"slug\";s:12:\"flip-to-left\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"2\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:16:\"background-color\";s:7:\"#eaeaea\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:1:\"1\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:102:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-decoration\";s:4:\"none\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"12\";s:23:\"menu_dropdown_animation\";s:9:\"fade-left\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:53:\"oxy-pro-menu_dropdown_child_item_padding_padding-left\";s:2:\"12\";s:54:\"oxy-pro-menu_dropdown_child_item_padding_padding-right\";s:2:\"12\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"16\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:24:\"FontAwesomeicon-th-large\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"600\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:10:\"flip-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#dddddd\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:5:\"Right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"600\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#cccccc\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#bbbbbb\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#d3d3d3\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"0\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"0\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#bbbbbb\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#d3d3d3\";}}}i:5;a:4:{s:4:\"name\";s:13:\"Music Teacher\";s:4:\"slug\";s:13:\"music-teacher\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:92:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#180700\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"3\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#13c5df\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"Lineariconsicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#2f201a\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:15:\"rgba(0,0,0,0.1)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#2f201a\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:23:\"menu_dropdown_animation\";s:7:\"fade-up\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"14\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#13c5df\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#2f201a\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"24\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#2f201a\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#3d2e2d\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:65:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-size\";s:2:\"14\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"3\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"3\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:4:\"Menu\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:16:\"rgba(24,7,0,0.9)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:14:\"zoom-out-right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"80\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"80\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"12\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"12\";s:110:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:111:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff668d\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#13c5df\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#2f201a\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#13c5df\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#3d2e2d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff668d\";}}}i:6;a:4:{s:4:\"name\";s:16:\"Marketing Agency\";s:4:\"slug\";s:16:\"marketing-agency\";s:10:\"is_default\";b:1;s:7:\"options\";a:3:{s:8:\"original\";a:65:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(252,0,255,0.89)\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(0,219,222,0.91)\";}}s:12:\"linear-angle\";s:3:\"140\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"16\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"300\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:21:\"rgba(255,255,255,0.2)\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:24:\"Lineariconsicon-bookmark\";s:11:\"padding-top\";s:1:\"4\";s:12:\"padding-left\";s:1:\"4\";s:13:\"padding-right\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#5a58a3\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"0\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ec2758\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:7:\"#3c3876\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.14)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"-90\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_letter-spacing\";s:1:\"1\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-list\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#ffffff\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#3c3876\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#ffffff\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#3c3876\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#ffffff\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(60,56,118,0.98)\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#ffffff\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:12:\"show in line\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:21:\"rgba(255,255,255,0.2)\";s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ec2758\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#ffffff\";}s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:6:{s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}}}}}i:7;a:4:{s:4:\"name\";s:6:\"Winery\";s:4:\"slug\";s:6:\"winery\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:16:\"background-color\";s:7:\"#48303e\";s:11:\"padding-top\";s:1:\"8\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:14:\"padding-bottom\";s:1:\"8\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.3\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#75455d\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#75455d\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:26:\"oxy-pro-menu_dropdown_icon\";s:33:\"FontAwesomeicon-angle-double-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#cc5972\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#cc5972\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:4:\"none\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#75455d\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#cc5972\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#75455d\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#cc5972\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:19:\"rgba(72,48,62,0.98)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:12:\"zoom-in-left\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"1\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"0\";}s:5:\"hover\";a:5:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#75455d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#cc5972\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#cc5972\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#cc5972\";}}}i:8;a:4:{s:4:\"name\";s:10:\"Conference\";s:4:\"slug\";s:10:\"conference\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:84:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:15:\"phone-landscape\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#ff4c1c\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#d7193d\";}}s:12:\"linear-angle\";s:3:\"240\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ff7f0d\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#d7193d\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#d7193d\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff4c1c\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"700\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:36:\"FontAwesomeicon-caret-square-o-right\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"20\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"4\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"700\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"1\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:35:\"FontAwesomeicon-caret-square-o-left\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"20\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"4\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(215,25,61,0.95)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"700\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"1\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"20\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.3\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\";s:7:\"#f9c5af\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_style\";s:5:\"solid\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:25:\"menu_off_canvas_animation\";s:10:\"fade-right\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ff7f0d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff4c1c\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";}}}i:9;a:4:{s:4:\"name\";s:9:\"Financial\";s:4:\"slug\";s:9:\"financial\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:64:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#eff4f7\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#2b2c27\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.5\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#566d8f\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ffffff\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#65bec2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#65bec2\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:114:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:113:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-chevron-circle-down\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#65bec2\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#ffffff\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:9:\"color(52)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#65bec2\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#566d8f\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:22:\"rgba(255,255,255,0.96)\";s:23:\"oxy-pro-menu_off_canvas\";s:5:\"false\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:11:\"transparent\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#566d8f\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#566d8f\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#65bec2\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#566d8f\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#566d8f\";}}}}}', 'yes');
INSERT INTO `wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(245, 'oxygen_vsb_presets_updated_3_4', '1', 'yes'),
(164, 'oxygen_license_key', '711b98a2c1875d1f9baa0e78294cdb4f', 'yes'),
(165, 'oxygen_license_updated', '1', 'yes'),
(166, 'oxygen_vsb_css_cache_generated_2_2', 'true', 'yes'),
(167, 'oxygen_vsb_global_colors', 'a:4:{s:15:\"colorsIncrement\";i:25;s:13:\"setsIncrement\";i:3;s:6:\"colors\";a:25:{i:0;a:5:{s:2:\"id\";i:19;s:4:\"name\";s:7:\"Primary\";s:5:\"value\";s:7:\"#65bec2\";s:9:\"sourceVal\";s:7:\"#65bec2\";s:3:\"set\";i:3;}i:1;a:5:{s:2:\"id\";i:18;s:4:\"name\";s:9:\"Primary B\";s:5:\"value\";s:7:\"#6799b2\";s:9:\"sourceVal\";s:7:\"#6799b2\";s:3:\"set\";i:3;}i:2;a:5:{s:2:\"id\";i:20;s:4:\"name\";s:9:\"Alt White\";s:5:\"value\";s:7:\"#eff4fb\";s:9:\"sourceVal\";s:7:\"#eff4f7\";s:3:\"set\";i:3;}i:3;a:4:{s:2:\"id\";i:12;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:3;}i:4;a:5:{s:2:\"id\";i:23;s:4:\"name\";s:17:\"Black Transparent\";s:5:\"value\";s:16:\"rgba(0,0,0,0.05)\";s:9:\"sourceVal\";s:16:\"rgba(0,0,0,0.05)\";s:3:\"set\";i:3;}i:5;a:5:{s:2:\"id\";i:25;s:4:\"name\";s:17:\"White Translucent\";s:5:\"value\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"sourceVal\";s:21:\"rgba(255,255,255,0.7)\";s:3:\"set\";i:3;}i:6;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:13:\"Catalina Blue\";s:5:\"value\";s:7:\"#2a445a\";s:3:\"set\";i:2;}i:7;a:4:{s:2:\"id\";i:2;s:4:\"name\";s:16:\"White Transluent\";s:5:\"value\";s:21:\"rgba(255,255,255,0.6)\";s:3:\"set\";i:2;}i:8;a:4:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:2;}i:9;a:4:{s:2:\"id\";i:4;s:4:\"name\";s:9:\"Iris Blue\";s:5:\"value\";s:7:\"#1f0960\";s:3:\"set\";i:2;}i:10;a:4:{s:2:\"id\";i:5;s:4:\"name\";s:9:\"Dove Gray\";s:5:\"value\";s:7:\"#666666\";s:3:\"set\";i:2;}i:11;a:4:{s:2:\"id\";i:6;s:4:\"name\";s:6:\"Shadow\";s:5:\"value\";s:15:\"rgba(0,0,0,0.2)\";s:3:\"set\";i:2;}i:12;a:4:{s:2:\"id\";i:7;s:4:\"name\";s:5:\"Polar\";s:5:\"value\";s:7:\"#f6fafd\";s:3:\"set\";i:2;}i:13;a:4:{s:2:\"id\";i:8;s:4:\"name\";s:11:\"Wild Willow\";s:5:\"value\";s:7:\"#b2d27d\";s:3:\"set\";i:2;}i:14;a:4:{s:2:\"id\";i:9;s:4:\"name\";s:6:\"Keppel\";s:5:\"value\";s:7:\"#31b1ac\";s:3:\"set\";i:2;}i:15;a:4:{s:2:\"id\";i:10;s:4:\"name\";s:9:\"Tradewind\";s:5:\"value\";s:7:\"#5abc9c\";s:3:\"set\";i:2;}i:16;a:4:{s:2:\"id\";i:11;s:4:\"name\";s:6:\"DeYork\";s:5:\"value\";s:7:\"#8ec98a\";s:3:\"set\";i:2;}i:17;a:4:{s:2:\"id\";i:13;s:4:\"name\";s:13:\"Fountain Blue\";s:5:\"value\";s:7:\"#65bec2\";s:3:\"set\";i:3;}i:18;a:4:{s:2:\"id\";i:14;s:4:\"name\";s:11:\"Hippie Blue\";s:5:\"value\";s:7:\"#6799b2\";s:3:\"set\";i:3;}i:19;a:4:{s:2:\"id\";i:15;s:4:\"name\";s:11:\"Heavy Metal\";s:5:\"value\";s:7:\"#2b2c27\";s:3:\"set\";i:3;}i:20;a:4:{s:2:\"id\";i:16;s:4:\"name\";s:12:\"Waikawa Gray\";s:5:\"value\";s:7:\"#2c2c33\";s:3:\"set\";i:3;}i:21;a:4:{s:2:\"id\";i:17;s:4:\"name\";s:4:\"Kelp\";s:5:\"value\";s:7:\"#3b3c38\";s:3:\"set\";i:3;}i:22;a:5:{s:2:\"id\";i:21;s:4:\"name\";s:9:\"color #21\";s:5:\"value\";s:19:\"rgba(12,37,63,0.51)\";s:9:\"sourceVal\";s:19:\"rgba(12,37,63,0.51)\";s:3:\"set\";i:3;}i:23;a:4:{s:2:\"id\";i:22;s:4:\"name\";s:14:\"Catskill White\";s:5:\"value\";s:7:\"#eff4f7\";s:3:\"set\";i:3;}i:24;a:4:{s:2:\"id\";i:24;s:4:\"name\";s:4:\"Gray\";s:5:\"value\";s:7:\"#898989\";s:3:\"set\";i:3;}}s:4:\"sets\";a:3:{i:0;a:2:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"Global Colors\";}i:1;a:2:{s:2:\"id\";i:2;s:4:\"name\";s:7:\"hosting\";}i:2;a:2:{s:2:\"id\";i:3;s:4:\"name\";s:6:\"atomic\";}}}', 'yes');
INSERT INTO `wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(168, 'ct_svg_sets', 'a:2:{s:12:\"Font Awesome\";s:579449:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"FontAwesomeicon-asterisk\" viewBox=\"0 0 26 28\">\n<title>asterisk</title>\n<path d=\"M23.156 16.406c0.953 0.547 1.281 1.781 0.734 2.734l-1 1.719c-0.547 0.953-1.781 1.281-2.734 0.734l-4.156-2.391v4.797c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-4.797l-4.156 2.391c-0.953 0.547-2.187 0.219-2.734-0.734l-1-1.719c-0.547-0.953-0.219-2.188 0.734-2.734l4.156-2.406-4.156-2.406c-0.953-0.547-1.281-1.781-0.734-2.734l1-1.719c0.547-0.953 1.781-1.281 2.734-0.734l4.156 2.391v-4.797c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v4.797l4.156-2.391c0.953-0.547 2.188-0.219 2.734 0.734l1 1.719c0.547 0.953 0.219 2.188-0.734 2.734l-4.156 2.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus\" viewBox=\"0 0 22 28\">\n<title>plus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-6.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h6.5v-6.5c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5v6.5h6.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question\" viewBox=\"0 0 17 28\">\n<title>question</title>\n<path d=\"M11 19.625v3.75c0 0.344-0.281 0.625-0.625 0.625h-3.75c-0.344 0-0.625-0.281-0.625-0.625v-3.75c0-0.344 0.281-0.625 0.625-0.625h3.75c0.344 0 0.625 0.281 0.625 0.625zM15.937 10.25c0 2.969-2.016 4.109-3.5 4.937-0.922 0.531-1.5 1.609-1.5 2.063v0c0 0.344-0.266 0.75-0.625 0.75h-3.75c-0.344 0-0.562-0.531-0.562-0.875v-0.703c0-1.891 1.875-3.516 3.25-4.141 1.203-0.547 1.703-1.062 1.703-2.063 0-0.875-1.141-1.656-2.406-1.656-0.703 0-1.344 0.219-1.687 0.453-0.375 0.266-0.75 0.641-1.672 1.797-0.125 0.156-0.313 0.25-0.484 0.25-0.141 0-0.266-0.047-0.391-0.125l-2.562-1.953c-0.266-0.203-0.328-0.547-0.156-0.828 1.687-2.797 4.062-4.156 7.25-4.156 3.344 0 7.094 2.672 7.094 6.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus\" viewBox=\"0 0 22 28\">\n<title>minus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-19c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h19c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glass\" viewBox=\"0 0 28 28\">\n<title>glass</title>\n<path d=\"M26.547 2.906c0 0.453-0.359 0.906-0.672 1.219l-9.875 9.875v12h5c0.547 0 1 0.453 1 1s-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1s0.453-1 1-1h5v-12l-9.875-9.875c-0.313-0.313-0.672-0.766-0.672-1.219 0-0.766 0.969-0.906 1.547-0.906h22c0.578 0 1.547 0.141 1.547 0.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-music\" viewBox=\"0 0 24 28\">\n<title>music</title>\n<path d=\"M24 3.5v17.5c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-8.391l-12 3.703v11.078c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-15.109c0-0.656 0.438-1.234 1.062-1.437l13-4c0.141-0.047 0.281-0.063 0.438-0.063 0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search\" viewBox=\"0 0 26 28\">\n<title>search</title>\n<path d=\"M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.094-0.906 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-o\" viewBox=\"0 0 28 28\">\n<title>envelope-o</title>\n<path d=\"M26 23.5v-12c-0.328 0.375-0.688 0.719-1.078 1.031-2.234 1.719-4.484 3.469-6.656 5.281-1.172 0.984-2.625 2.188-4.25 2.188h-0.031c-1.625 0-3.078-1.203-4.25-2.188-2.172-1.813-4.422-3.563-6.656-5.281-0.391-0.313-0.75-0.656-1.078-1.031v12c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM26 7.078c0-0.391 0.094-1.078-0.5-1.078h-23c-0.266 0-0.5 0.234-0.5 0.5 0 1.781 0.891 3.328 2.297 4.438 2.094 1.641 4.188 3.297 6.266 4.953 0.828 0.672 2.328 2.109 3.422 2.109h0.031c1.094 0 2.594-1.437 3.422-2.109 2.078-1.656 4.172-3.313 6.266-4.953 1.016-0.797 2.297-2.531 2.297-3.859zM28 6.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart\" viewBox=\"0 0 28 28\">\n<title>heart</title>\n<path d=\"M14 26c-0.25 0-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313 0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star\" viewBox=\"0 0 26 28\">\n<title>star</title>\n<path d=\"M26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.406-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-o\" viewBox=\"0 0 26 28\">\n<title>star-o</title>\n<path d=\"M17.766 15.687l4.781-4.641-6.594-0.969-2.953-5.969-2.953 5.969-6.594 0.969 4.781 4.641-1.141 6.578 5.906-3.109 5.891 3.109zM26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.422-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user\" viewBox=\"0 0 20 28\">\n<title>user</title>\n<path d=\"M20 21.859c0 2.281-1.5 4.141-3.328 4.141h-13.344c-1.828 0-3.328-1.859-3.328-4.141 0-4.109 1.016-8.859 5.109-8.859 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c4.094 0 5.109 4.75 5.109 8.859zM16 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-film\" viewBox=\"0 0 30 28\">\n<title>film</title>\n<path d=\"M6 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 25v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM6 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 13v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM28 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM30 4.5v21c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-21c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-large\" viewBox=\"0 0 26 28\">\n<title>th-large</title>\n<path d=\"M12 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM12 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th\" viewBox=\"0 0 28 28\">\n<title>th</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-list\" viewBox=\"0 0 28 28\">\n<title>th-list</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check\" viewBox=\"0 0 28 28\">\n<title>check</title>\n<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-close\" viewBox=\"0 0 22 28\">\n<title>close</title>\n<path d=\"M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-plus\" viewBox=\"0 0 26 28\">\n<title>search-plus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-3.5v3.5c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-3.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h3.5v-3.5c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5v3.5h3.5c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-minus\" viewBox=\"0 0 26 28\">\n<title>search-minus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-9c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h9c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-power-off\" viewBox=\"0 0 24 28\">\n<title>power-off</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12s-12-5.391-12-12c0-3.797 1.75-7.297 4.797-9.578 0.891-0.672 2.141-0.5 2.797 0.391 0.672 0.875 0.484 2.141-0.391 2.797-2.031 1.531-3.203 3.859-3.203 6.391 0 4.406 3.594 8 8 8s8-3.594 8-8c0-2.531-1.172-4.859-3.203-6.391-0.875-0.656-1.062-1.922-0.391-2.797 0.656-0.891 1.922-1.062 2.797-0.391 3.047 2.281 4.797 5.781 4.797 9.578zM14 2v10c0 1.094-0.906 2-2 2s-2-0.906-2-2v-10c0-1.094 0.906-2 2-2s2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-signal\" viewBox=\"0 0 28 28\">\n<title>signal</title>\n<path d=\"M4 22.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 20.5v5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 16.5v9c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 10.5v15c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 2.5v23c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-23c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cog\" viewBox=\"0 0 24 28\">\n<title>cog</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM24 12.297v3.469c0 0.234-0.187 0.516-0.438 0.562l-2.891 0.438c-0.172 0.5-0.359 0.969-0.609 1.422 0.531 0.766 1.094 1.453 1.672 2.156 0.094 0.109 0.156 0.25 0.156 0.391s-0.047 0.25-0.141 0.359c-0.375 0.5-2.484 2.797-3.016 2.797-0.141 0-0.281-0.063-0.406-0.141l-2.156-1.687c-0.453 0.234-0.938 0.438-1.422 0.594-0.109 0.953-0.203 1.969-0.453 2.906-0.063 0.25-0.281 0.438-0.562 0.438h-3.469c-0.281 0-0.531-0.203-0.562-0.469l-0.438-2.875c-0.484-0.156-0.953-0.344-1.406-0.578l-2.203 1.672c-0.109 0.094-0.25 0.141-0.391 0.141s-0.281-0.063-0.391-0.172c-0.828-0.75-1.922-1.719-2.578-2.625-0.078-0.109-0.109-0.234-0.109-0.359 0-0.141 0.047-0.25 0.125-0.359 0.531-0.719 1.109-1.406 1.641-2.141-0.266-0.5-0.484-1.016-0.641-1.547l-2.859-0.422c-0.266-0.047-0.453-0.297-0.453-0.562v-3.469c0-0.234 0.187-0.516 0.422-0.562l2.906-0.438c0.156-0.5 0.359-0.969 0.609-1.437-0.531-0.75-1.094-1.453-1.672-2.156-0.094-0.109-0.156-0.234-0.156-0.375s0.063-0.25 0.141-0.359c0.375-0.516 2.484-2.797 3.016-2.797 0.141 0 0.281 0.063 0.406 0.156l2.156 1.672c0.453-0.234 0.938-0.438 1.422-0.594 0.109-0.953 0.203-1.969 0.453-2.906 0.063-0.25 0.281-0.438 0.562-0.438h3.469c0.281 0 0.531 0.203 0.562 0.469l0.438 2.875c0.484 0.156 0.953 0.344 1.406 0.578l2.219-1.672c0.094-0.094 0.234-0.141 0.375-0.141s0.281 0.063 0.391 0.156c0.828 0.766 1.922 1.734 2.578 2.656 0.078 0.094 0.109 0.219 0.109 0.344 0 0.141-0.047 0.25-0.125 0.359-0.531 0.719-1.109 1.406-1.641 2.141 0.266 0.5 0.484 1.016 0.641 1.531l2.859 0.438c0.266 0.047 0.453 0.297 0.453 0.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash-o\" viewBox=\"0 0 22 28\">\n<title>trash-o</title>\n<path d=\"M8 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM12 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM16 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM18 22.813v-14.812h-14v14.812c0 0.75 0.422 1.188 0.5 1.188h13c0.078 0 0.5-0.438 0.5-1.188zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-home\" viewBox=\"0 0 26 28\">\n<title>home</title>\n<path d=\"M22 15.5v7.5c0 0.547-0.453 1-1 1h-6v-6h-4v6h-6c-0.547 0-1-0.453-1-1v-7.5c0-0.031 0.016-0.063 0.016-0.094l8.984-7.406 8.984 7.406c0.016 0.031 0.016 0.063 0.016 0.094zM25.484 14.422l-0.969 1.156c-0.078 0.094-0.203 0.156-0.328 0.172h-0.047c-0.125 0-0.234-0.031-0.328-0.109l-10.813-9.016-10.813 9.016c-0.109 0.078-0.234 0.125-0.375 0.109-0.125-0.016-0.25-0.078-0.328-0.172l-0.969-1.156c-0.172-0.203-0.141-0.531 0.063-0.703l11.234-9.359c0.656-0.547 1.719-0.547 2.375 0l3.813 3.187v-3.047c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v6.375l3.422 2.844c0.203 0.172 0.234 0.5 0.063 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-o\" viewBox=\"0 0 24 28\">\n<title>file-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clock-o\" viewBox=\"0 0 24 28\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-road\" viewBox=\"0 0 30 28\">\n<title>road</title>\n<path d=\"M17.359 15.563v-0.063l-0.375-5c-0.016-0.281-0.266-0.5-0.531-0.5h-2.906c-0.266 0-0.516 0.219-0.531 0.5l-0.375 5v0.063c-0.016 0.25 0.219 0.438 0.453 0.438h3.813c0.234 0 0.469-0.187 0.453-0.438zM29.219 22.859c0 0.453-0.125 1.141-0.719 1.141h-11c0.266 0 0.484-0.219 0.469-0.5l-0.313-4c-0.016-0.281-0.266-0.5-0.531-0.5h-4.25c-0.266 0-0.516 0.219-0.531 0.5l-0.313 4c-0.016 0.281 0.203 0.5 0.469 0.5h-11c-0.594 0-0.719-0.688-0.719-1.141 0-0.625 0.172-1.25 0.406-1.813l6.516-16.312c0.156-0.391 0.578-0.734 1-0.734h5.297c-0.266 0-0.516 0.219-0.531 0.5l-0.234 3c-0.016 0.281 0.187 0.5 0.469 0.5h2.594c0.281 0 0.484-0.219 0.469-0.5l-0.234-3c-0.016-0.281-0.266-0.5-0.531-0.5h5.297c0.422 0 0.844 0.344 1 0.734l6.516 16.312c0.234 0.562 0.406 1.188 0.406 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-download\" viewBox=\"0 0 26 28\">\n<title>download</title>\n<path d=\"M20 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 17.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h7.266l2.109 2.125c0.578 0.562 1.328 0.875 2.125 0.875s1.547-0.313 2.125-0.875l2.125-2.125h7.25c0.828 0 1.5 0.672 1.5 1.5zM20.922 8.609c0.156 0.375 0.078 0.812-0.219 1.094l-7 7c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-7-7c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h4v-7c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1v7h4c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-down</title>\n<path d=\"M17.5 14.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-5.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v5.5h3c0.281 0 0.5 0.219 0.5 0.5zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-up</title>\n<path d=\"M17.469 13.687c-0.078 0.187-0.266 0.313-0.469 0.313h-3v5.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-3c-0.281 0-0.5-0.219-0.5-0.5 0-0.141 0.063-0.266 0.156-0.375l4.984-4.984c0.109-0.094 0.234-0.141 0.359-0.141s0.25 0.047 0.359 0.141l5 5c0.141 0.156 0.187 0.359 0.109 0.547zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inbox\" viewBox=\"0 0 24 28\">\n<title>inbox</title>\n<path d=\"M15.984 15h4.937c-0.031-0.078-0.047-0.172-0.078-0.25l-3.313-7.75h-11.062l-3.313 7.75c-0.031 0.078-0.047 0.172-0.078 0.25h4.937l1.484 3h5zM24 15.469v7.531c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-7.531c0-0.562 0.172-1.391 0.391-1.922l3.719-8.625c0.219-0.516 0.844-0.922 1.391-0.922h13c0.547 0 1.172 0.406 1.391 0.922l3.719 8.625c0.219 0.531 0.391 1.359 0.391 1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle-o\" viewBox=\"0 0 24 28\">\n<title>play-circle-o</title>\n<path d=\"M18.5 14c0 0.359-0.187 0.688-0.5 0.859l-8.5 5c-0.156 0.094-0.328 0.141-0.5 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-10c0-0.359 0.187-0.688 0.5-0.875 0.313-0.172 0.703-0.172 1 0.016l8.5 5c0.313 0.172 0.5 0.5 0.5 0.859zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-repeat\" viewBox=\"0 0 24 28\">\n<title>repeat</title>\n<path d=\"M24 4v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.156-2.156c-1.469-1.359-3.406-2.141-5.453-2.141-4.406 0-8 3.594-8 8s3.594 8 8 8c2.484 0 4.781-1.125 6.312-3.109 0.078-0.109 0.219-0.172 0.359-0.187 0.141 0 0.281 0.047 0.391 0.141l2.141 2.156c0.187 0.172 0.187 0.469 0.031 0.672-2.281 2.75-5.656 4.328-9.234 4.328-6.609 0-12-5.391-12-12s5.391-12 12-12c3.078 0 6.062 1.234 8.266 3.313l2.031-2.016c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-refresh\" viewBox=\"0 0 24 28\">\n<title>refresh</title>\n<path d=\"M23.609 16.5c0 0.031 0 0.078-0.016 0.109-1.328 5.531-5.891 9.391-11.656 9.391-3.047 0-6-1.203-8.219-3.313l-2.016 2.016c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-2.141 2.141c1.469 1.375 3.422 2.156 5.437 2.156 2.781 0 5.359-1.437 6.813-3.813 0.375-0.609 0.562-1.203 0.828-1.828 0.078-0.219 0.234-0.359 0.469-0.359h3c0.281 0 0.5 0.234 0.5 0.5zM24 4v7c0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l2.156-2.156c-1.484-1.375-3.437-2.141-5.453-2.141-2.781 0-5.359 1.437-6.813 3.813-0.375 0.609-0.562 1.203-0.828 1.828-0.078 0.219-0.234 0.359-0.469 0.359h-3.109c-0.281 0-0.5-0.234-0.5-0.5v-0.109c1.344-5.547 5.953-9.391 11.719-9.391 3.063 0 6.047 1.219 8.266 3.313l2.031-2.016c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-alt\" viewBox=\"0 0 28 28\">\n<title>list-alt</title>\n<path d=\"M6 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM24 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM26 21.5v-13c0-0.266-0.234-0.5-0.5-0.5h-23c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lock\" viewBox=\"0 0 18 28\">\n<title>lock</title>\n<path d=\"M5 12h8v-3c0-2.203-1.797-4-4-4s-4 1.797-4 4v3zM18 13.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-3c0-3.844 3.156-7 7-7s7 3.156 7 7v3h0.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag\" viewBox=\"0 0 29 28\">\n<title>flag</title>\n<path d=\"M5 4c0 0.719-0.391 1.359-1 1.719v19.781c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-19.781c-0.609-0.359-1-1-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.578-0.359 0.797-0.812 1.031-1.766 0.953-3.719 1.813-5.766 1.813-2.875 0-4.25-2.188-7.656-2.188-2.484 0-5.094 1.125-7.25 2.281-0.172 0.094-0.328 0.141-0.516 0.141-0.547 0-1-0.453-1-1v-11.594c0-0.375 0.187-0.641 0.484-0.859 0.375-0.25 0.828-0.469 1.234-0.672 1.969-1 4.359-1.875 6.578-1.875 2.453 0 4.375 0.812 6.547 1.828 0.438 0.219 0.891 0.297 1.375 0.297 2.453 0 5.094-2.125 5.781-2.125 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-headphones\" viewBox=\"0 0 26 28\">\n<title>headphones</title>\n<path d=\"M26 13.844c0 1.703-0.313 3.359-0.938 4.906l-0.313 0.766-2.891 0.516c-0.453 1.703-2 2.969-3.859 2.969v0.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v0.5c1.5 0 2.797 0.828 3.484 2.047l1.062-0.187c0.297-0.969 0.453-1.969 0.453-3.016 0-4.719-4.672-8.844-10-8.844s-10 4.125-10 8.844c0 1.047 0.156 2.047 0.453 3.016l1.062 0.187c0.688-1.219 1.984-2.047 3.484-2.047v-0.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-0.5c-1.859 0-3.406-1.266-3.859-2.969l-2.891-0.516-0.313-0.766c-0.625-1.547-0.938-3.203-0.938-4.906 0-6.422 5.953-11.844 13-11.844s13 5.422 13 11.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-off\" viewBox=\"0 0 12 28\">\n<title>volume-off</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-down\" viewBox=\"0 0 18 28\">\n<title>volume-down</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-up\" viewBox=\"0 0 26 28\">\n<title>volume-up</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672zM22 14c0 3.172-1.906 6.125-4.844 7.359-0.125 0.047-0.266 0.078-0.391 0.078-0.562 0-1.016-0.453-1.016-1 0-0.438 0.25-0.734 0.609-0.922 0.422-0.219 0.812-0.406 1.188-0.688 1.547-1.125 2.453-2.922 2.453-4.828s-0.906-3.703-2.453-4.828c-0.375-0.281-0.766-0.469-1.188-0.688-0.359-0.187-0.609-0.484-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 2.938 1.234 4.844 4.188 4.844 7.359zM26 14c0 4.797-2.859 9.141-7.266 11.031-0.125 0.047-0.266 0.078-0.406 0.078-0.547 0-1-0.453-1-1 0-0.453 0.234-0.703 0.609-0.922 0.219-0.125 0.469-0.203 0.703-0.328 0.438-0.234 0.875-0.5 1.281-0.797 2.562-1.891 4.078-4.875 4.078-8.062s-1.516-6.172-4.078-8.062c-0.406-0.297-0.844-0.562-1.281-0.797-0.234-0.125-0.484-0.203-0.703-0.328-0.375-0.219-0.609-0.469-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 4.406 1.891 7.266 6.234 7.266 11.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qrcode\" viewBox=\"0 0 22 28\">\n<title>qrcode</title>\n<path d=\"M6 18v2h-2v-2h2zM6 6v2h-2v-2h2zM18 6v2h-2v-2h2zM2 21.984h6v-5.984h-6v5.984zM2 10h6v-6h-6v6zM14 10h6v-6h-6v6zM10 14v10h-10v-10h10zM18 22v2h-2v-2h2zM22 22v2h-2v-2h2zM22 14v6h-6v-2h-2v6h-2v-10h6v2h2v-2h2zM10 2v10h-10v-10h10zM22 2v10h-10v-10h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-barcode\" viewBox=\"0 0 28 28\">\n<title>barcode</title>\n<path d=\"M0.984 24h-0.984v-22h0.984v22zM1.969 23.984h-0.5v-21.984h0.5v21.984zM3.437 23.984h-0.484v-21.984h0.484v21.984zM5.891 23.984h-0.484v-21.984h0.484v21.984zM8.344 23.984h-0.969v-21.984h0.969v21.984zM10.313 23.984h-0.484v-21.984h0.484v21.984zM11.297 23.984h-0.484v-21.984h0.484v21.984zM12.281 23.984h-0.484v-21.984h0.484v21.984zM14.734 23.984h-0.984v-21.984h0.984v21.984zM17.187 23.984h-0.984v-21.984h0.984v21.984zM19.156 23.984h-0.984v-21.984h0.984v21.984zM21.125 23.984h-0.984v-21.984h0.984v21.984zM22.594 23.984h-0.984v-21.984h0.984v21.984zM25.547 23.984h-1.469v-21.984h1.469v21.984zM26.531 23.984h-0.5v-21.984h0.5v21.984zM28 24h-0.984v-22h0.984v22z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tag\" viewBox=\"0 0 24 28\">\n<title>tag</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tags\" viewBox=\"0 0 30 28\">\n<title>tags</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422zM29.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578-0.812 0-1.219-0.375-1.75-0.922l7.344-7.344c0.359-0.359 0.578-0.875 0.578-1.406s-0.219-1.047-0.578-1.422l-11.172-11.156c-0.797-0.797-2.312-1.422-3.422-1.422h3.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-book\" viewBox=\"0 0 26 28\">\n<title>book</title>\n<path d=\"M25.609 7.469c0.391 0.562 0.5 1.297 0.281 2.016l-4.297 14.156c-0.391 1.328-1.766 2.359-3.109 2.359h-14.422c-1.594 0-3.297-1.266-3.875-2.891-0.25-0.703-0.25-1.391-0.031-1.984 0.031-0.313 0.094-0.625 0.109-1 0.016-0.25-0.125-0.453-0.094-0.641 0.063-0.375 0.391-0.641 0.641-1.062 0.469-0.781 1-2.047 1.172-2.859 0.078-0.297-0.078-0.641 0-0.906 0.078-0.297 0.375-0.516 0.531-0.797 0.422-0.719 0.969-2.109 1.047-2.844 0.031-0.328-0.125-0.688-0.031-0.938 0.109-0.359 0.453-0.516 0.688-0.828 0.375-0.516 1-2 1.094-2.828 0.031-0.266-0.125-0.531-0.078-0.812 0.063-0.297 0.438-0.609 0.688-0.969 0.656-0.969 0.781-3.109 2.766-2.547l-0.016 0.047c0.266-0.063 0.531-0.141 0.797-0.141h11.891c0.734 0 1.391 0.328 1.781 0.875 0.406 0.562 0.5 1.297 0.281 2.031l-4.281 14.156c-0.734 2.406-1.141 2.938-3.125 2.938h-13.578c-0.203 0-0.453 0.047-0.594 0.234-0.125 0.187-0.141 0.328-0.016 0.672 0.313 0.906 1.391 1.094 2.25 1.094h14.422c0.578 0 1.25-0.328 1.422-0.891l4.688-15.422c0.094-0.297 0.094-0.609 0.078-0.891 0.359 0.141 0.688 0.359 0.922 0.672zM8.984 7.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5zM7.688 11.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark\" viewBox=\"0 0 20 28\">\n<title>bookmark</title>\n<path d=\"M18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-print\" viewBox=\"0 0 26 28\">\n<title>print</title>\n<path d=\"M6 24h14v-4h-14v4zM6 14h14v-6h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v10zM24 15c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 15v6.5c0 0.266-0.234 0.5-0.5 0.5h-3.5v2.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-6.5c0-1.641 1.359-3 3-3h1v-8.5c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.969 0.469 2.562 1.062l2.375 2.375c0.594 0.594 1.062 1.734 1.062 2.562v4h1c1.641 0 3 1.359 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera\" viewBox=\"0 0 30 28\">\n<title>camera</title>\n<path d=\"M15 10.5c2.484 0 4.5 2.016 4.5 4.5s-2.016 4.5-4.5 4.5-4.5-2.016-4.5-4.5 2.016-4.5 4.5-4.5zM26 4c2.203 0 4 1.797 4 4v14c0 2.203-1.797 4-4 4h-22c-2.203 0-4-1.797-4-4v-14c0-2.203 1.797-4 4-4h3.5l0.797-2.125c0.391-1.031 1.609-1.875 2.703-1.875h8c1.094 0 2.312 0.844 2.703 1.875l0.797 2.125h3.5zM15 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-font\" viewBox=\"0 0 26 28\">\n<title>font</title>\n<path d=\"M11.328 8.734l-2.656 7.031c1.547 0.016 3.094 0.063 4.641 0.063 0.297 0 0.594-0.016 0.891-0.031-0.812-2.375-1.766-4.797-2.875-7.063zM0 26l0.031-1.234c1.469-0.453 3.063-0.141 3.719-1.828l3.703-9.625 4.375-11.312h2c0.063 0.109 0.125 0.219 0.172 0.328l3.203 7.5c1.172 2.766 2.25 5.563 3.437 8.313 0.703 1.625 1.25 3.297 2.031 4.891 0.109 0.25 0.328 0.719 0.547 0.891 0.516 0.406 1.953 0.5 2.688 0.781 0.047 0.297 0.094 0.594 0.094 0.891 0 0.141-0.016 0.266-0.016 0.406-1.984 0-3.969-0.25-5.953-0.25-2.047 0-4.094 0.172-6.141 0.234 0-0.406 0.016-0.812 0.063-1.219l2.047-0.438c0.422-0.094 1.25-0.203 1.25-0.781 0-0.562-2.016-5.203-2.266-5.844l-7.031-0.031c-0.406 0.906-1.984 5-1.984 5.594 0 1.203 2.297 1.25 3.187 1.375 0.016 0.297 0.016 0.594 0.016 0.906 0 0.141-0.016 0.281-0.031 0.422-1.813 0-3.641-0.313-5.453-0.313-0.219 0-0.531 0.094-0.75 0.125-0.984 0.172-1.953 0.219-2.938 0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bold\" viewBox=\"0 0 22 28\">\n<title>bold</title>\n<path d=\"M8.672 23.766c0.688 0.297 1.437 0.5 2.188 0.5 3.563 0 5.875-1.422 5.875-5.234 0-0.969-0.125-1.984-0.641-2.812-1.453-2.344-3.547-2.469-6.062-2.469-0.469 0-1.141 0-1.578 0.156 0 1.656-0.016 3.313-0.016 4.953 0 1.078-0.141 4 0.234 4.906zM8.453 12.109c0.562 0.094 1.141 0.109 1.703 0.109 3.219 0 5.516-0.906 5.516-4.516 0-3.047-2.703-4.094-5.313-4.094-0.688 0-1.359 0.094-2.031 0.203 0 1.578 0.125 3.156 0.125 4.734 0 0.828-0.016 1.656-0.016 2.484 0 0.359 0 0.719 0.016 1.078zM0 26l0.031-1.469c1-0.25 2.016-0.266 2.984-0.672 0.547-0.922 0.469-2.547 0.469-3.594 0-0.344 0.031-15.281-0.344-16.016-0.234-0.453-2.531-0.562-3.047-0.625l-0.063-1.297c3.719-0.063 7.438-0.328 11.141-0.328 0.703 0 1.422 0.016 2.125 0.016 3.531 0 7.422 1.687 7.422 5.75 0 2.797-2.125 3.844-4.328 4.844 2.969 0.672 5.609 2.688 5.609 5.969 0 5.375-4.891 7.156-9.469 7.156-1.375 0-2.75-0.094-4.125-0.094-2.797 0-5.625 0.25-8.406 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-italic\" viewBox=\"0 0 16 28\">\n<title>italic</title>\n<path d=\"M0 25.969l0.266-1.328c1-0.313 2.078-0.438 3.016-0.922 0.359-0.453 0.531-1.031 0.641-1.578 0.203-1.062 3.609-16.391 3.563-17.641v-0.391c-0.859-0.469-1.906-0.344-2.844-0.5l0.297-1.609c2.016 0.094 4.062 0.25 6.094 0.25 1.656 0 3.313-0.156 4.969-0.25-0.063 0.469-0.172 0.938-0.297 1.391-1.078 0.375-2.219 0.547-3.281 0.969-0.344 0.844-0.422 1.766-0.578 2.656-0.75 4.047-1.75 8.094-2.578 12.109-0.156 0.75-0.922 3.859-0.859 4.516l0.016 0.281c0.953 0.219 1.922 0.328 2.891 0.484-0.031 0.516-0.125 1.031-0.25 1.547-0.344 0-0.672 0.047-1.016 0.047-0.891 0-1.813-0.297-2.703-0.313-1.078-0.016-2.156-0.031-3.219-0.031-1.391 0-2.75 0.234-4.125 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-height\" viewBox=\"0 0 28 28\">\n<title>text-height</title>\n<path d=\"M27.25 22c0.688 0 0.906 0.438 0.484 0.984l-1.969 2.531c-0.422 0.547-1.109 0.547-1.531 0l-1.969-2.531c-0.422-0.547-0.203-0.984 0.484-0.984h1.25v-16h-1.25c-0.688 0-0.906-0.438-0.484-0.984l1.969-2.531c0.422-0.547 1.109-0.547 1.531 0l1.969 2.531c0.422 0.547 0.203 0.984-0.484 0.984h-1.25v16h1.25zM1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 1.125 0 2.234 0.016 3.359 0.016h4.578c0.625 0 0.984 0.141 1.406-0.453l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.547 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.484-2.422-0.516-2.453-0.328-0.406-0.688-0.328-1.172-0.328-1.422 0-2.906-0.063-4.312 0.109-0.078 0.688-0.141 1.422-0.125 2.125 0.016 4.391 0.063 8.781 0.063 13.172 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.344-0.766 0.297-5 0.297-5.984 0-3.156-0.094-6.312-0.094-9.469v-1.828c0-0.281 0.063-1.406-0.125-1.625-0.219-0.234-2.266-0.187-2.531-0.187-0.578 0-2.25 0.266-2.703 0.594-0.75 0.516-0.75 3.641-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-width\" viewBox=\"0 0 24 28\">\n<title>text-width</title>\n<path d=\"M1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 4.141 0 8.328-0.094 12.469 0.047 0.344 0.016 0.672-0.203 0.875-0.484l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.562 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.5-2.422-0.516-2.453-0.109-0.141-0.25-0.234-0.422-0.297-0.125-0.047-0.875-0.031-1.031-0.031-1.922 0-4.141-0.109-6.031 0.109-0.078 0.688-0.141 1.422-0.125 2.125l0.016 2.375v-0.812c0.016 2.547 0.047 5.078 0.047 7.609 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.391-0.875 0.281-8.266 0.281-9.641 0-0.219-0.078-0.453-0.078-0.688 0-0.641 0.109-4.312-0.125-4.578-0.219-0.234-2.266-0.187-2.531-0.187-0.656 0-4.328 0.344-4.703 0.594-0.734 0.484-0.75 3.625-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984zM20.469 22.047c0.547 0 2.625 1.859 3.047 2.188 0.234 0.187 0.406 0.453 0.406 0.766s-0.172 0.578-0.406 0.766c-0.422 0.328-2.5 2.188-3.047 2.188-0.719 0-0.469-1.672-0.469-1.953h-16c0 0.281 0.25 1.953-0.469 1.953-0.547 0-2.625-1.859-3.047-2.188-0.234-0.187-0.406-0.453-0.406-0.766s0.172-0.578 0.406-0.766c0.422-0.328 2.5-2.188 3.047-2.188 0.719 0 0.469 1.672 0.469 1.953h16c0-0.281-0.25-1.953 0.469-1.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-left\" viewBox=\"0 0 28 28\">\n<title>align-left</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-center\" viewBox=\"0 0 28 28\">\n<title>align-center</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h10c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-right\" viewBox=\"0 0 28 28\">\n<title>align-right</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-justify\" viewBox=\"0 0 28 28\">\n<title>align-justify</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list\" viewBox=\"0 0 28 28\">\n<title>list</title>\n<path d=\"M4 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM4 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dedent\" viewBox=\"0 0 28 28\">\n<title>dedent</title>\n<path d=\"M6 8.5v9c0 0.266-0.234 0.5-0.5 0.5-0.125 0-0.266-0.047-0.359-0.141l-4.5-4.5c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l4.5-4.5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-indent\" viewBox=\"0 0 28 28\">\n<title>indent</title>\n<path d=\"M5.5 13c0 0.125-0.047 0.266-0.141 0.359l-4.5 4.5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-9c0-0.266 0.234-0.5 0.5-0.5 0.125 0 0.266 0.047 0.359 0.141l4.5 4.5c0.094 0.094 0.141 0.234 0.141 0.359zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-video-camera\" viewBox=\"0 0 28 28\">\n<title>video-camera</title>\n<path d=\"M28 5.5v17c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-6.297-6.297v2.594c0 2.484-2.016 4.5-4.5 4.5h-11c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h11c2.484 0 4.5 2.016 4.5 4.5v2.578l6.297-6.281c0.187-0.203 0.438-0.297 0.703-0.297 0.125 0 0.266 0.031 0.391 0.078 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-image\" viewBox=\"0 0 30 28\">\n<title>image</title>\n<path d=\"M10 9c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 15v7h-22v-3l5-5 2.5 2.5 8-8zM27.5 4h-25c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5v-19c0-0.266-0.234-0.5-0.5-0.5zM30 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil\" viewBox=\"0 0 24 28\">\n<title>pencil</title>\n<path d=\"M5.672 24l1.422-1.422-3.672-3.672-1.422 1.422v1.672h2v2h1.672zM13.844 9.5c0-0.203-0.141-0.344-0.344-0.344-0.094 0-0.187 0.031-0.266 0.109l-8.469 8.469c-0.078 0.078-0.109 0.172-0.109 0.266 0 0.203 0.141 0.344 0.344 0.344 0.094 0 0.187-0.031 0.266-0.109l8.469-8.469c0.078-0.078 0.109-0.172 0.109-0.266zM13 6.5l6.5 6.5-13 13h-6.5v-6.5zM23.672 8c0 0.531-0.219 1.047-0.578 1.406l-2.594 2.594-6.5-6.5 2.594-2.578c0.359-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l3.672 3.656c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-marker\" viewBox=\"0 0 16 28\">\n<title>map-marker</title>\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adjust\" viewBox=\"0 0 24 28\">\n<title>adjust</title>\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tint\" viewBox=\"0 0 16 28\">\n<title>tint</title>\n<path d=\"M8 18c0-0.391-0.125-0.766-0.313-1.078-0.203-0.313-1.031-1.375-1.359-2.422-0.047-0.172-0.203-0.25-0.328-0.25s-0.281 0.078-0.328 0.25c-0.328 1.047-1.156 2.109-1.359 2.422-0.187 0.313-0.313 0.688-0.313 1.078 0 1.109 0.891 2 2 2s2-0.891 2-2zM16 16c0 4.422-3.578 8-8 8s-8-3.578-8-8c0-1.578 0.484-3.047 1.266-4.297 0.797-1.25 4.141-5.484 5.406-9.703 0.203-0.672 0.828-1 1.328-1s1.141 0.328 1.328 1c1.266 4.219 4.609 8.453 5.406 9.703s1.266 2.719 1.266 4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edit\" viewBox=\"0 0 28 28\">\n<title>edit</title>\n<path d=\"M13.875 18.5l1.813-1.813-2.375-2.375-1.813 1.813v0.875h1.5v1.5h0.875zM20.75 7.25c-0.141-0.141-0.375-0.125-0.516 0.016l-5.469 5.469c-0.141 0.141-0.156 0.375-0.016 0.516s0.375 0.125 0.516-0.016l5.469-5.469c0.141-0.141 0.156-0.375 0.016-0.516zM22 16.531v2.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.141 0.141-0.328 0.187-0.5 0.125-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-1.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.156-0.156 0.359-0.187 0.547-0.109s0.313 0.25 0.313 0.453zM20.5 5l4.5 4.5-10.5 10.5h-4.5v-4.5zM27.438 7.063l-1.437 1.437-4.5-4.5 1.437-1.437c0.578-0.578 1.547-0.578 2.125 0l2.375 2.375c0.578 0.578 0.578 1.547 0 2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square-o\" viewBox=\"0 0 26 28\">\n<title>share-square-o</title>\n<path d=\"M22 15.453v4.047c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h3.984c0.266 0 0.5 0.219 0.5 0.5 0 0.25-0.172 0.453-0.406 0.5-0.781 0.266-1.484 0.578-2.078 0.938-0.078 0.031-0.156 0.063-0.25 0.063h-1.75c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.344c0-0.187 0.109-0.359 0.281-0.453 0.313-0.141 0.594-0.344 0.844-0.578 0.141-0.141 0.359-0.203 0.547-0.125s0.328 0.25 0.328 0.453zM25.703 7.703l-6 6c-0.187 0.203-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.391-0.078-0.359-0.156-0.609-0.516-0.609-0.922v-3h-2.5c-3.437 0-5.625 0.656-6.844 2.047-1.266 1.453-1.641 3.797-1.156 7.391 0.031 0.219-0.109 0.438-0.313 0.531-0.063 0.016-0.125 0.031-0.187 0.031-0.156 0-0.313-0.078-0.406-0.203-0.109-0.156-2.594-3.672-2.594-6.797 0-4.188 1.313-9 11.5-9h2.5v-3c0-0.406 0.25-0.766 0.609-0.922 0.125-0.047 0.266-0.078 0.391-0.078 0.266 0 0.516 0.109 0.703 0.297l6 6c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square-o\" viewBox=\"0 0 26 28\">\n<title>check-square-o</title>\n<path d=\"M22 14.531v4.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.094 0.094-0.234 0.156-0.359 0.156-0.047 0-0.094-0.016-0.141-0.031-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.109-0.109 0.234-0.156 0.359-0.156 0.063 0 0.125 0.016 0.187 0.047 0.187 0.078 0.313 0.25 0.313 0.453zM25.609 6.891l-12.719 12.719c-0.5 0.5-1.281 0.5-1.781 0l-6.719-6.719c-0.5-0.5-0.5-1.281 0-1.781l1.719-1.719c0.5-0.5 1.281-0.5 1.781 0l4.109 4.109 10.109-10.109c0.5-0.5 1.281-0.5 1.781 0l1.719 1.719c0.5 0.5 0.5 1.281 0 1.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows\" viewBox=\"0 0 28 28\">\n<title>arrows</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-6v6h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-6h-6v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h6v-6h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-2v6h6v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-backward\" viewBox=\"0 0 16 28\">\n<title>step-backward</title>\n<path d=\"M15.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-backward\" viewBox=\"0 0 28 28\">\n<title>fast-backward</title>\n<path d=\"M27.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-backward\" viewBox=\"0 0 28 28\">\n<title>backward</title>\n<path d=\"M25.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.391-0.391-0.391-1.016 0-1.406l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play\" viewBox=\"0 0 22 28\">\n<title>play</title>\n<path d=\"M21.625 14.484l-20.75 11.531c-0.484 0.266-0.875 0.031-0.875-0.516v-23c0-0.547 0.391-0.781 0.875-0.516l20.75 11.531c0.484 0.266 0.484 0.703 0 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause\" viewBox=\"0 0 24 28\">\n<title>pause</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1zM10 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop\" viewBox=\"0 0 24 28\">\n<title>stop</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forward\" viewBox=\"0 0 24 28\">\n<title>forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.391 0.391 0.391 1.016 0 1.406l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-forward\" viewBox=\"0 0 28 28\">\n<title>fast-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-forward\" viewBox=\"0 0 16 28\">\n<title>step-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eject\" viewBox=\"0 0 24 28\">\n<title>eject</title>\n<path d=\"M0.219 15.297l11.094-11.094c0.391-0.391 1.016-0.391 1.406 0l11.094 11.094c0.391 0.391 0.25 0.703-0.297 0.703h-23c-0.547 0-0.688-0.313-0.297-0.703zM23.016 24h-22c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-left\" viewBox=\"0 0 21 28\">\n<title>chevron-left</title>\n<path d=\"M18.297 4.703l-8.297 8.297 8.297 8.297c0.391 0.391 0.391 1.016 0 1.406l-2.594 2.594c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.594c-0.391-0.391-0.391-1.016 0-1.406l11.594-11.594c0.391-0.391 1.016-0.391 1.406 0l2.594 2.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-right\" viewBox=\"0 0 19 28\">\n<title>chevron-right</title>\n<path d=\"M17.297 13.703l-11.594 11.594c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.594c-0.391-0.391-0.391-1.016 0-1.406l8.297-8.297-8.297-8.297c-0.391-0.391-0.391-1.016 0-1.406l2.594-2.594c0.391-0.391 1.016-0.391 1.406 0l11.594 11.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-circle\" viewBox=\"0 0 24 28\">\n<title>plus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-4v-4c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v4h-4c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h4v4c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-4h4c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-circle\" viewBox=\"0 0 24 28\">\n<title>minus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle\" viewBox=\"0 0 24 28\">\n<title>times-circle</title>\n<path d=\"M17.953 17.531c0-0.266-0.109-0.516-0.297-0.703l-2.828-2.828 2.828-2.828c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.531-0.297-0.719l-1.406-1.406c-0.187-0.187-0.453-0.297-0.719-0.297s-0.516 0.109-0.703 0.297l-2.828 2.828-2.828-2.828c-0.187-0.187-0.438-0.297-0.703-0.297s-0.531 0.109-0.719 0.297l-1.406 1.406c-0.187 0.187-0.297 0.453-0.297 0.719s0.109 0.516 0.297 0.703l2.828 2.828-2.828 2.828c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.531 0.297 0.719l1.406 1.406c0.187 0.187 0.453 0.297 0.719 0.297s0.516-0.109 0.703-0.297l2.828-2.828 2.828 2.828c0.187 0.187 0.438 0.297 0.703 0.297s0.531-0.109 0.719-0.297l1.406-1.406c0.187-0.187 0.297-0.453 0.297-0.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle\" viewBox=\"0 0 24 28\">\n<title>check-circle</title>\n<path d=\"M20.062 11.469c0-0.266-0.094-0.531-0.281-0.719l-1.422-1.406c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-6.375 6.359-3.531-3.531c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.406c-0.187 0.187-0.281 0.453-0.281 0.719s0.094 0.516 0.281 0.703l5.656 5.656c0.187 0.187 0.453 0.297 0.703 0.297 0.266 0 0.531-0.109 0.719-0.297l8.484-8.484c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle\" viewBox=\"0 0 24 28\">\n<title>question-circle</title>\n<path d=\"M14 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM18 11c0-2.859-3-5-5.688-5-2.547 0-4.453 1.094-5.797 3.328-0.141 0.219-0.078 0.5 0.125 0.656l2.063 1.563c0.078 0.063 0.187 0.094 0.297 0.094 0.141 0 0.297-0.063 0.391-0.187 0.734-0.938 1.047-1.219 1.344-1.437 0.266-0.187 0.781-0.375 1.344-0.375 1 0 1.922 0.641 1.922 1.328 0 0.812-0.422 1.219-1.375 1.656-1.109 0.5-2.625 1.797-2.625 3.313v0.562c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v0c0-0.359 0.453-1.125 1.188-1.547 1.188-0.672 2.812-1.578 2.812-3.953zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info-circle\" viewBox=\"0 0 24 28\">\n<title>info-circle</title>\n<path d=\"M16 21.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-1.5v-8c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h1.5v5h-1.5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h7c0.281 0 0.5-0.219 0.5-0.5zM14 7.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crosshairs\" viewBox=\"0 0 24 28\">\n<title>crosshairs</title>\n<path d=\"M18.703 16h-1.703c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1.703c-0.672-2.25-2.453-4.031-4.703-4.703v1.703c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-1.703c-2.25 0.672-4.031 2.453-4.703 4.703h1.703c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1.703c0.672 2.25 2.453 4.031 4.703 4.703v-1.703c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1.703c2.25-0.672 4.031-2.453 4.703-4.703zM24 13v2c0 0.547-0.453 1-1 1h-2.234c-0.766 3.359-3.406 6-6.766 6.766v2.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-2.234c-3.359-0.766-6-3.406-6.766-6.766h-2.234c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h2.234c0.766-3.359 3.406-6 6.766-6.766v-2.234c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v2.234c3.359 0.766 6 3.406 6.766 6.766h2.234c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle-o\" viewBox=\"0 0 24 28\">\n<title>times-circle-o</title>\n<path d=\"M17.141 16.859l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.141-2.141-2.141 2.141c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.141-2.141-2.141-2.141c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.141 2.141 2.141-2.141c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.141 2.141 2.141 2.141c0.203 0.203 0.203 0.516 0 0.719zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle-o\" viewBox=\"0 0 24 28\">\n<title>check-circle-o</title>\n<path d=\"M18.297 12.703l-6.594 6.594c-0.391 0.391-1.016 0.391-1.406 0l-4.594-4.594c-0.391-0.391-0.391-1.016 0-1.406l1.594-1.594c0.391-0.391 1.016-0.391 1.406 0l2.297 2.297 4.297-4.297c0.391-0.391 1.016-0.391 1.406 0l1.594 1.594c0.391 0.391 0.391 1.016 0 1.406zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ban\" viewBox=\"0 0 24 28\">\n<title>ban</title>\n<path d=\"M20.5 13.953c0-1.703-0.5-3.281-1.359-4.609l-11.781 11.766c1.344 0.875 2.938 1.391 4.641 1.391 4.688 0 8.5-3.828 8.5-8.547zM4.891 18.625l11.797-11.781c-1.344-0.906-2.953-1.422-4.688-1.422-4.688 0-8.5 3.828-8.5 8.531 0 1.734 0.516 3.328 1.391 4.672zM24 13.953c0 6.656-5.375 12.047-12 12.047s-12-5.391-12-12.047c0-6.641 5.375-12.031 12-12.031s12 5.391 12 12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-left\" viewBox=\"0 0 25 28\">\n<title>arrow-left</title>\n<path d=\"M24 14v2c0 1.062-0.703 2-1.828 2h-11l4.578 4.594c0.375 0.359 0.594 0.875 0.594 1.406s-0.219 1.047-0.594 1.406l-1.172 1.188c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-10.172-10.187c-0.359-0.359-0.578-0.875-0.578-1.406s0.219-1.047 0.578-1.422l10.172-10.156c0.375-0.375 0.891-0.594 1.422-0.594s1.031 0.219 1.406 0.594l1.172 1.156c0.375 0.375 0.594 0.891 0.594 1.422s-0.219 1.047-0.594 1.422l-4.578 4.578h11c1.125 0 1.828 0.938 1.828 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-right\" viewBox=\"0 0 23 28\">\n<title>arrow-right</title>\n<path d=\"M23 15c0 0.531-0.203 1.047-0.578 1.422l-10.172 10.172c-0.375 0.359-0.891 0.578-1.422 0.578s-1.031-0.219-1.406-0.578l-1.172-1.172c-0.375-0.375-0.594-0.891-0.594-1.422s0.219-1.047 0.594-1.422l4.578-4.578h-11c-1.125 0-1.828-0.938-1.828-2v-2c0-1.062 0.703-2 1.828-2h11l-4.578-4.594c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.406l1.172-1.172c0.375-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l10.172 10.172c0.375 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-up\" viewBox=\"0 0 26 28\">\n<title>arrow-up</title>\n<path d=\"M25.172 15.172c0 0.531-0.219 1.031-0.578 1.406l-1.172 1.172c-0.375 0.375-0.891 0.594-1.422 0.594s-1.047-0.219-1.406-0.594l-4.594-4.578v11c0 1.125-0.938 1.828-2 1.828h-2c-1.062 0-2-0.703-2-1.828v-11l-4.594 4.578c-0.359 0.375-0.875 0.594-1.406 0.594s-1.047-0.219-1.406-0.594l-1.172-1.172c-0.375-0.375-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.172-10.172c0.359-0.375 0.875-0.578 1.406-0.578s1.047 0.203 1.422 0.578l10.172 10.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-down\" viewBox=\"0 0 26 28\">\n<title>arrow-down</title>\n<path d=\"M25.172 13c0 0.531-0.219 1.047-0.578 1.406l-10.172 10.187c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-10.172-10.187c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l1.156-1.172c0.375-0.359 0.891-0.578 1.422-0.578s1.047 0.219 1.406 0.578l4.594 4.594v-11c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v11l4.594-4.594c0.359-0.359 0.875-0.578 1.406-0.578s1.047 0.219 1.422 0.578l1.172 1.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-forward\" viewBox=\"0 0 28 28\">\n<title>mail-forward</title>\n<path d=\"M28 10c0 0.266-0.109 0.516-0.297 0.703l-8 8c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4h-3.5c-6.734 0-11.156 1.297-11.156 8.75 0 0.641 0.031 1.281 0.078 1.922 0.016 0.25 0.078 0.531 0.078 0.781 0 0.297-0.187 0.547-0.5 0.547-0.219 0-0.328-0.109-0.438-0.266-0.234-0.328-0.406-0.828-0.578-1.188-0.891-2-1.984-4.859-1.984-7.047 0-1.75 0.172-3.547 0.828-5.203 2.172-5.391 8.547-6.297 13.672-6.297h3.5v-4c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8 8c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expand\" viewBox=\"0 0 24 28\">\n<title>expand</title>\n<path d=\"M11.797 16.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359zM24 3v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compress\" viewBox=\"0 0 24 28\">\n<title>compress</title>\n<path d=\"M12 15v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1zM23.797 4.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-circle\" viewBox=\"0 0 24 28\">\n<title>exclamation-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM14 21.484v-2.969c0-0.281-0.219-0.516-0.484-0.516h-3c-0.281 0-0.516 0.234-0.516 0.516v2.969c0 0.281 0.234 0.516 0.516 0.516h3c0.266 0 0.484-0.234 0.484-0.516zM13.969 16.109l0.281-9.703c0-0.109-0.047-0.219-0.156-0.281-0.094-0.078-0.234-0.125-0.375-0.125h-3.437c-0.141 0-0.281 0.047-0.375 0.125-0.109 0.063-0.156 0.172-0.156 0.281l0.266 9.703c0 0.219 0.234 0.391 0.531 0.391h2.891c0.281 0 0.516-0.172 0.531-0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gift\" viewBox=\"0 0 24 28\">\n<title>gift</title>\n<path d=\"M14.5 21.187v-11.188h-5v11.188c0 0.547 0.453 0.812 1 0.812h3c0.547 0 1-0.266 1-0.812zM7.375 8h3.047l-1.969-2.516c-0.172-0.203-0.547-0.484-1.078-0.484-0.828 0-1.5 0.672-1.5 1.5s0.672 1.5 1.5 1.5zM18.125 6.5c0-0.828-0.672-1.5-1.5-1.5-0.531 0-0.906 0.281-1.078 0.484l-1.953 2.516h3.031c0.828 0 1.5-0.672 1.5-1.5zM24 10.5v5c0 0.281-0.219 0.5-0.5 0.5h-1.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-17c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h6.875c-1.937 0-3.5-1.563-3.5-3.5s1.563-3.5 3.5-3.5c1.047 0 2.016 0.438 2.625 1.203l2 2.578 2-2.578c0.609-0.766 1.578-1.203 2.625-1.203 1.937 0 3.5 1.563 3.5 3.5s-1.563 3.5-3.5 3.5h6.875c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leaf\" viewBox=\"0 0 28 28\">\n<title>leaf</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-5.531 0-9.094 2.312-12.703 6.297-0.187 0.203-0.297 0.422-0.297 0.703 0 0.547 0.453 1 1 1 0.281 0 0.5-0.109 0.703-0.297 0.766-0.688 1.453-1.437 2.203-2.141 2.828-2.547 5.25-3.563 9.094-3.563 0.547 0 1-0.453 1-1zM28 7.906c0 1-0.109 2.016-0.313 3.016-1 4.859-4.125 8.016-8.469 10.172-2.109 1.062-4.469 1.687-6.844 1.687-1.5 0-3.047-0.25-4.469-0.734-0.75-0.25-2.25-1.234-2.875-1.234-0.781 0-1.719 3.187-3.078 3.187-0.984 0-1.281-0.484-1.703-1.203-0.141-0.266-0.25-0.359-0.25-0.688 0-1.625 3.094-2.891 3.094-3.797 0-0.141-0.406-0.969-0.469-1.281-0.094-0.531-0.141-1.078-0.141-1.625 0-4.969 3.953-8.516 8.391-9.984 3.203-1.062 10.016 0.172 12.187-1.891 0.859-0.797 1.281-1.531 2.594-1.531 1.766 0 2.344 4.578 2.344 5.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire\" viewBox=\"0 0 22 28\">\n<title>fire</title>\n<path d=\"M22 26.5v1c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM18 10c0 5.984-7 6.516-7 10.5 0 1.094 0.547 2.547 1.047 3.5l-0.063-0.016 0.016 0.016c-4.312-1.984-8-4.719-8-10 0-5.984 7-6.516 7-10.5 0-1.094-0.547-2.547-1.031-3.5l0.047 0.016-0.016-0.016c4.312 1.984 8 4.719 8 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye\" viewBox=\"0 0 28 28\">\n<title>eye</title>\n<path d=\"M26 15c-1.484-2.297-3.516-4.266-5.953-5.516 0.625 1.062 0.953 2.281 0.953 3.516 0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 2.672 4.125 6.984 7 12 7s9.328-2.875 12-7zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.781 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM28 15c0 0.391-0.125 0.75-0.313 1.078-2.875 4.734-8.141 7.922-13.687 7.922s-10.813-3.203-13.687-7.922c-0.187-0.328-0.313-0.688-0.313-1.078s0.125-0.75 0.313-1.078c2.875-4.719 8.141-7.922 13.687-7.922s10.813 3.203 13.687 7.922c0.187 0.328 0.313 0.688 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye-slash\" viewBox=\"0 0 28 28\">\n<title>eye-slash</title>\n<path d=\"M8.672 20.859l1.219-2.203c-1.813-1.313-2.891-3.422-2.891-5.656 0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 1.625 2.516 3.922 4.625 6.672 5.859zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.797 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM20.422 6.016c0 0.031 0 0.109-0.016 0.141-3.297 5.891-6.563 11.813-9.859 17.703l-0.766 1.391c-0.094 0.156-0.266 0.25-0.438 0.25-0.281 0-1.766-0.906-2.094-1.094-0.156-0.094-0.25-0.25-0.25-0.438 0-0.25 0.531-1.094 0.688-1.359-3.031-1.375-5.578-3.719-7.375-6.531-0.203-0.313-0.313-0.688-0.313-1.078 0-0.375 0.109-0.766 0.313-1.078 3.094-4.75 7.922-7.922 13.687-7.922 0.938 0 1.891 0.094 2.812 0.266l0.844-1.516c0.094-0.156 0.25-0.25 0.438-0.25 0.281 0 1.75 0.906 2.078 1.094 0.156 0.094 0.25 0.25 0.25 0.422zM21 13c0 2.906-1.797 5.5-4.5 6.531l4.375-7.844c0.078 0.438 0.125 0.875 0.125 1.313zM28 15c0 0.406-0.109 0.734-0.313 1.078-0.484 0.797-1.094 1.563-1.703 2.266-3.063 3.516-7.281 5.656-11.984 5.656l1.156-2.063c4.547-0.391 8.406-3.156 10.844-6.937-1.156-1.797-2.641-3.375-4.406-4.594l0.984-1.75c1.937 1.297 3.891 3.25 5.109 5.266 0.203 0.344 0.313 0.672 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-triangle\" viewBox=\"0 0 28 28\">\n<title>exclamation-triangle</title>\n<path d=\"M16 21.484v-2.969c0-0.281-0.219-0.516-0.5-0.516h-3c-0.281 0-0.5 0.234-0.5 0.516v2.969c0 0.281 0.219 0.516 0.5 0.516h3c0.281 0 0.5-0.234 0.5-0.516zM15.969 15.641l0.281-7.172c0-0.094-0.047-0.219-0.156-0.297-0.094-0.078-0.234-0.172-0.375-0.172h-3.437c-0.141 0-0.281 0.094-0.375 0.172-0.109 0.078-0.156 0.234-0.156 0.328l0.266 7.141c0 0.203 0.234 0.359 0.531 0.359h2.891c0.281 0 0.516-0.156 0.531-0.359zM15.75 1.047l12 22c0.344 0.609 0.328 1.359-0.031 1.969s-1.016 0.984-1.719 0.984h-24c-0.703 0-1.359-0.375-1.719-0.984s-0.375-1.359-0.031-1.969l12-22c0.344-0.641 1.016-1.047 1.75-1.047s1.406 0.406 1.75 1.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plane\" viewBox=\"0 0 22 28\">\n<title>plane</title>\n<path d=\"M21.5 2.5c1 1 0 3.5-1.5 5l-2.516 2.516 2.5 10.875c0.047 0.187-0.031 0.391-0.187 0.516l-2 1.5c-0.078 0.063-0.187 0.094-0.297 0.094-0.031 0-0.063 0-0.109-0.016-0.141-0.031-0.266-0.109-0.328-0.25l-4.359-7.938-4.047 4.047 0.828 3.031c0.047 0.172 0 0.344-0.125 0.484l-1.5 1.5c-0.094 0.094-0.234 0.141-0.359 0.141h-0.031c-0.156-0.016-0.281-0.078-0.375-0.203l-2.953-3.938-3.938-2.953c-0.125-0.078-0.187-0.219-0.203-0.359s0.047-0.281 0.141-0.391l1.5-1.516c0.094-0.094 0.234-0.141 0.359-0.141 0.047 0 0.094 0 0.125 0.016l3.031 0.828 4.047-4.047-7.938-4.359c-0.141-0.078-0.234-0.219-0.266-0.375-0.016-0.141 0.031-0.313 0.141-0.422l2-2c0.125-0.109 0.313-0.172 0.469-0.125l10.391 2.484 2.5-2.5c1.5-1.5 4-2.5 5-1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar\" viewBox=\"0 0 26 28\">\n<title>calendar</title>\n<path d=\"M2 26h4.5v-4.5h-4.5v4.5zM7.5 26h5v-4.5h-5v4.5zM2 20.5h4.5v-5h-4.5v5zM7.5 20.5h5v-5h-5v5zM2 14.5h4.5v-4.5h-4.5v4.5zM13.5 26h5v-4.5h-5v4.5zM7.5 14.5h5v-4.5h-5v4.5zM19.5 26h4.5v-4.5h-4.5v4.5zM13.5 20.5h5v-5h-5v5zM8 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM19.5 20.5h4.5v-5h-4.5v5zM13.5 14.5h5v-4.5h-5v4.5zM19.5 14.5h4.5v-4.5h-4.5v4.5zM20 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-random\" viewBox=\"0 0 28 28\">\n<title>random</title>\n<path d=\"M10.406 7.516c-0.875 1.344-1.516 2.797-2.141 4.266-0.906-1.891-1.906-3.781-4.266-3.781h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.781 0 4.828 1.297 6.406 3.516zM28 20c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3c-4.641 0-7.5 0.547-10.391-3.516 0.859-1.344 1.5-2.797 2.125-4.266 0.906 1.891 1.906 3.781 4.266 3.781h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM28 6c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.219-0.5-0.5v-3h-4c-2.078 0-3.063 1.422-3.938 3.109-0.453 0.875-0.844 1.781-1.219 2.672-1.734 4.031-3.766 8.219-8.844 8.219h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.078 0 3.063-1.422 3.938-3.109 0.453-0.875 0.844-1.781 1.219-2.672 1.734-4.031 3.766-8.219 8.844-8.219h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment\" viewBox=\"0 0 28 28\">\n<title>comment</title>\n<path d=\"M28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344-0.344 0.031-0.672-0.219-0.75-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magnet\" viewBox=\"0 0 24 28\">\n<title>magnet</title>\n<path d=\"M24 13v2c0 6.375-5.047 11-12 11s-12-4.625-12-11v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v2c0 2.859 3.328 3 4 3s4-0.141 4-3v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM8 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM24 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-up\" viewBox=\"0 0 28 28\">\n<title>chevron-up</title>\n<path d=\"M26.297 20.797l-2.594 2.578c-0.391 0.391-1.016 0.391-1.406 0l-8.297-8.297-8.297 8.297c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.578c-0.391-0.391-0.391-1.031 0-1.422l11.594-11.578c0.391-0.391 1.016-0.391 1.406 0l11.594 11.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-down\" viewBox=\"0 0 28 28\">\n<title>chevron-down</title>\n<path d=\"M26.297 12.625l-11.594 11.578c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.578c-0.391-0.391-0.391-1.031 0-1.422l2.594-2.578c0.391-0.391 1.016-0.391 1.406 0l8.297 8.297 8.297-8.297c0.391-0.391 1.016-0.391 1.406 0l2.594 2.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-retweet\" viewBox=\"0 0 30 28\">\n<title>retweet</title>\n<path d=\"M20 23.5c0 0.266-0.234 0.5-0.5 0.5h-15c-0.578 0-0.5-0.609-0.5-1v-9h-3c-0.547 0-1-0.453-1-1 0-0.234 0.078-0.469 0.234-0.641l5-6c0.187-0.219 0.469-0.344 0.766-0.344s0.578 0.125 0.766 0.344l5 6c0.156 0.172 0.234 0.406 0.234 0.641 0 0.547-0.453 1-1 1h-3v6h9c0.141 0 0.297 0.063 0.391 0.172l2.5 3c0.063 0.094 0.109 0.219 0.109 0.328zM30 17c0 0.234-0.078 0.469-0.234 0.641l-5 6c-0.187 0.219-0.469 0.359-0.766 0.359s-0.578-0.141-0.766-0.359l-5-6c-0.156-0.172-0.234-0.406-0.234-0.641 0-0.547 0.453-1 1-1h3v-6h-9c-0.141 0-0.297-0.063-0.391-0.187l-2.5-3c-0.063-0.078-0.109-0.203-0.109-0.313 0-0.266 0.234-0.5 0.5-0.5h15c0.578 0 0.5 0.609 0.5 1v9h3c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-cart\" viewBox=\"0 0 26 28\">\n<title>shopping-cart</title>\n<path d=\"M10 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM24 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM26 7v8c0 0.5-0.391 0.938-0.891 1l-16.312 1.906c0.078 0.359 0.203 0.719 0.203 1.094 0 0.359-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.703-1.656 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.047 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder\" viewBox=\"0 0 26 28\">\n<title>folder</title>\n<path d=\"M26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open\" viewBox=\"0 0 29 28\">\n<title>folder-open</title>\n<path d=\"M29.359 14.875c0 0.375-0.234 0.75-0.484 1.031l-5.25 6.188c-0.906 1.062-2.75 1.906-4.125 1.906h-17c-0.562 0-1.359-0.172-1.359-0.875 0-0.375 0.234-0.75 0.484-1.031l5.25-6.188c0.906-1.062 2.75-1.906 4.125-1.906h17c0.562 0 1.359 0.172 1.359 0.875zM24 9.5v2.5h-13c-1.953 0-4.375 1.109-5.641 2.609l-5.344 6.281c0-0.125-0.016-0.266-0.016-0.391v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-v\" viewBox=\"0 0 12 28\">\n<title>arrows-v</title>\n<path d=\"M11 5c0 0.547-0.453 1-1 1h-2v16h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-16h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-h\" viewBox=\"0 0 28 28\">\n<title>arrows-h</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-16v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h16v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bar-chart\" viewBox=\"0 0 32 28\">\n<title>bar-chart</title>\n<path d=\"M10 14v8h-4v-8h4zM16 6v16h-4v-16h4zM32 24v2h-32v-24h2v22h30zM22 10v12h-4v-12h4zM28 4v18h-4v-18h4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter-square\" viewBox=\"0 0 24 28\">\n<title>twitter-square</title>\n<path d=\"M20 9.531c-0.594 0.266-1.219 0.438-1.891 0.531 0.688-0.406 1.203-1.062 1.453-1.828-0.641 0.375-1.344 0.656-2.094 0.797-0.594-0.641-1.453-1.031-2.391-1.031-1.813 0-3.281 1.469-3.281 3.281 0 0.25 0.016 0.516 0.078 0.75-2.734-0.141-5.156-1.437-6.781-3.437-0.281 0.484-0.453 1.062-0.453 1.656 0 1.141 0.531 2.141 1.422 2.734-0.547-0.016-1.062-0.172-1.563-0.406v0.031c0 1.594 1.203 2.922 2.703 3.219-0.281 0.078-0.5 0.125-0.797 0.125-0.203 0-0.406-0.031-0.609-0.063 0.422 1.297 1.625 2.25 3.063 2.281-1.125 0.875-2.531 1.406-4.078 1.406-0.266 0-0.531-0.016-0.781-0.047 1.453 0.922 3.172 1.469 5.031 1.469 6.031 0 9.344-5 9.344-9.344 0-0.141 0-0.281-0.016-0.422 0.641-0.453 1.203-1.031 1.641-1.703zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-square\" viewBox=\"0 0 24 28\">\n<title>facebook-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-2.938v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-8.313c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera-retro\" viewBox=\"0 0 28 28\">\n<title>camera-retro</title>\n<path d=\"M14.5 13c0-0.281-0.219-0.5-0.5-0.5-1.375 0-2.5 1.125-2.5 2.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-0.828 0.672-1.5 1.5-1.5 0.281 0 0.5-0.219 0.5-0.5zM18 15.031c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM2 24h24v-2h-24v2zM20 15.031c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM4 5h6v-2h-6v2zM2 8h24v-4h-12.938l-1 2h-10.063v2zM28 4v20c0 1.109-0.891 2-2 2h-24c-1.109 0-2-0.891-2-2v-20c0-1.109 0.891-2 2-2h24c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-key\" viewBox=\"0 0 26 28\">\n<title>key</title>\n<path d=\"M13 8c0-1.656-1.344-3-3-3s-3 1.344-3 3c0 0.453 0.109 0.891 0.297 1.297-0.406-0.187-0.844-0.297-1.297-0.297-1.656 0-3 1.344-3 3s1.344 3 3 3 3-1.344 3-3c0-0.453-0.109-0.891-0.297-1.297 0.406 0.187 0.844 0.297 1.297 0.297 1.656 0 3-1.344 3-3zM26.297 19c0 0.359-1.437 1.797-1.797 1.797-0.406 0-1.672-1.469-2-1.797l-1.5 1.5 3.437 3.437c0.281 0.281 0.438 0.672 0.438 1.062 0 0.875-1 1.875-1.875 1.875-0.391 0-0.781-0.156-1.062-0.438l-10.484-10.484c-1.641 1.219-3.641 2.047-5.703 2.047-3.406 0-5.75-2.359-5.75-5.75 0-5.125 5.125-10.25 10.25-10.25 3.391 0 5.75 2.344 5.75 5.75 0 2.063-0.828 4.062-2.047 5.703l5.547 5.547 1.5-1.5c-0.328-0.328-1.797-1.594-1.797-2 0-0.359 1.437-1.797 1.797-1.797 0.125 0 0.266 0.063 0.359 0.156 0.578 0.578 4.937 4.688 4.937 5.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cogs\" viewBox=\"0 0 30 28\">\n<title>cogs</title>\n<path d=\"M14 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM26 22c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM26 6c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM20 12.578v2.891c0 0.203-0.156 0.438-0.359 0.469l-2.422 0.375c-0.125 0.406-0.297 0.797-0.5 1.188 0.438 0.625 0.906 1.203 1.406 1.797 0.063 0.094 0.109 0.187 0.109 0.313 0 0.109-0.031 0.219-0.109 0.297-0.313 0.422-2.063 2.328-2.516 2.328-0.125 0-0.234-0.047-0.328-0.109l-1.797-1.406c-0.391 0.203-0.781 0.359-1.203 0.484-0.078 0.797-0.156 1.656-0.359 2.422-0.063 0.219-0.25 0.375-0.469 0.375h-2.906c-0.219 0-0.438-0.172-0.469-0.391l-0.359-2.391c-0.406-0.125-0.797-0.297-1.172-0.484l-1.844 1.391c-0.078 0.078-0.203 0.109-0.313 0.109-0.125 0-0.234-0.047-0.328-0.125-0.406-0.375-2.25-2.047-2.25-2.5 0-0.109 0.047-0.203 0.109-0.297 0.453-0.594 0.922-1.172 1.375-1.781-0.219-0.422-0.406-0.844-0.547-1.281l-2.375-0.375c-0.219-0.031-0.375-0.234-0.375-0.453v-2.891c0-0.203 0.156-0.438 0.359-0.469l2.422-0.375c0.125-0.406 0.297-0.797 0.5-1.188-0.438-0.625-0.906-1.203-1.406-1.797-0.063-0.094-0.109-0.203-0.109-0.313s0.031-0.219 0.109-0.313c0.313-0.422 2.063-2.312 2.516-2.312 0.125 0 0.234 0.047 0.328 0.109l1.797 1.406c0.391-0.203 0.781-0.359 1.203-0.5 0.078-0.781 0.156-1.641 0.359-2.406 0.063-0.219 0.25-0.375 0.469-0.375h2.906c0.219 0 0.438 0.172 0.469 0.391l0.359 2.391c0.406 0.125 0.797 0.297 1.172 0.484l1.844-1.391c0.094-0.078 0.203-0.109 0.313-0.109 0.125 0 0.234 0.047 0.328 0.125 0.406 0.375 2.25 2.063 2.25 2.5 0 0.109-0.047 0.203-0.109 0.297-0.453 0.609-0.922 1.172-1.359 1.781 0.203 0.422 0.391 0.844 0.531 1.281l2.375 0.359c0.219 0.047 0.375 0.25 0.375 0.469zM30 20.906v2.188c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484zM30 4.906v2.187c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments\" viewBox=\"0 0 28 28\">\n<title>comments</title>\n<path d=\"M22 12c0 4.422-4.922 8-11 8-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8s11 3.578 11 8zM28 16c0 2.547-1.625 4.797-4.156 6.266 0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-up\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 12c0-1.062-0.953-2-2-2h-5.5c0-1.828 1.5-3.156 1.5-5 0-1.828-0.359-3-2.5-3-1 1.016-0.484 3.406-2 5-0.438 0.453-0.812 0.938-1.203 1.422-0.703 0.906-2.562 3.578-3.797 3.578h-0.5v10h0.5c0.875 0 2.312 0.562 3.156 0.859 1.719 0.594 3.5 1.141 5.344 1.141h1.891c1.766 0 3-0.703 3-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609 0.734-0.016 1.172-1.422 1.172-2zM24 11.984c0 0.906-0.266 1.797-0.766 2.547 0.094 0.344 0.141 0.719 0.141 1.078 0 0.781-0.203 1.563-0.594 2.25 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688h-2.016c-2.219 0-4.281-0.656-6.344-1.375-0.453-0.156-1.719-0.625-2.156-0.625h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.281c0.609-0.406 1.672-1.813 2.141-2.422 0.531-0.688 1.078-1.359 1.672-2 0.938-1 0.438-3.469 2-5 0.375-0.359 0.875-0.578 1.406-0.578 1.625 0 3.187 0.578 3.953 2.094 0.484 0.953 0.547 1.859 0.547 2.906 0 1.094-0.281 2.031-0.75 3h2.75c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-down\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-down</title>\n<path d=\"M4 7c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 16c0-0.578-0.438-1.984-1.172-2 0.328-0.375 0.547-1.109 0.547-1.609 0-0.734-0.297-1.359-0.828-1.859 0.187-0.328 0.281-0.703 0.281-1.078 0-0.719-0.359-1.609-1.016-1.969 0.047-0.281 0.078-0.578 0.078-0.875 0-1.828-1.156-2.609-2.891-2.609h-2c-1.844 0-3.625 0.547-5.344 1.141-0.844 0.297-2.281 0.859-3.156 0.859h-0.5v10h0.5c1.234 0 3.094 2.672 3.797 3.578 0.391 0.484 0.766 0.969 1.203 1.422 1.516 1.594 1 3.984 2 5 2.141 0 2.5-1.172 2.5-3 0-1.844-1.5-3.172-1.5-5h5.5c1.047 0 2-0.938 2-2zM24 16.016c0 2.156-1.844 3.984-4 3.984h-2.75c0.469 0.969 0.75 1.906 0.75 3 0 1.031-0.063 1.969-0.547 2.906-0.766 1.516-2.328 2.094-3.953 2.094-0.531 0-1.031-0.219-1.406-0.578-1.563-1.531-1.078-4-2-5.016-0.594-0.625-1.141-1.297-1.672-1.984-0.469-0.609-1.531-2.016-2.141-2.422h-4.281c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.438 0 1.703-0.469 2.156-0.625 2.25-0.781 4.203-1.375 6.609-1.375h1.75c2.844 0 4.891 1.687 4.875 4.609v0.078c0.609 0.781 0.938 1.781 0.938 2.781 0 0.219-0.016 0.453-0.047 0.672 0.391 0.688 0.594 1.469 0.594 2.25 0 0.359-0.047 0.734-0.141 1.078 0.5 0.75 0.766 1.641 0.766 2.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half\" viewBox=\"0 0 13 28\">\n<title>star-half</title>\n<path d=\"M13 0.5v20.922l-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart-o\" viewBox=\"0 0 28 28\">\n<title>heart-o</title>\n<path d=\"M26 9.312c0-4.391-2.969-5.313-5.469-5.313-2.328 0-4.953 2.516-5.766 3.484-0.375 0.453-1.156 0.453-1.531 0-0.812-0.969-3.437-3.484-5.766-3.484-2.5 0-5.469 0.922-5.469 5.313 0 2.859 2.891 5.516 2.922 5.547l9.078 8.75 9.063-8.734c0.047-0.047 2.938-2.703 2.938-5.563zM28 9.312c0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-out\" viewBox=\"0 0 25 28\">\n<title>sign-out</title>\n<path d=\"M10 22.5c0 0.438 0.203 1.5-0.5 1.5h-5c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h5c0.266 0 0.5 0.234 0.5 0.5 0 0.438 0.203 1.5-0.5 1.5h-5c-1.375 0-2.5 1.125-2.5 2.5v11c0 1.375 1.125 2.5 2.5 2.5h4.5c0.391 0 1-0.078 1 0.5zM24.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin-square\" viewBox=\"0 0 24 28\">\n<title>linkedin-square</title>\n<path d=\"M3.703 22.094h3.609v-10.844h-3.609v10.844zM7.547 7.906c-0.016-1.062-0.781-1.875-2.016-1.875s-2.047 0.812-2.047 1.875c0 1.031 0.781 1.875 2 1.875h0.016c1.266 0 2.047-0.844 2.047-1.875zM16.688 22.094h3.609v-6.219c0-3.328-1.781-4.875-4.156-4.875-1.937 0-2.797 1.078-3.266 1.828h0.031v-1.578h-3.609s0.047 1.016 0 10.844v0h3.609v-6.062c0-0.313 0.016-0.641 0.109-0.875 0.266-0.641 0.859-1.313 1.859-1.313 1.297 0 1.813 0.984 1.813 2.453v5.797zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumb-tack\" viewBox=\"0 0 18 28\">\n<title>thumb-tack</title>\n<path d=\"M7.5 13.5v-7c0-0.281-0.219-0.5-0.5-0.5s-0.5 0.219-0.5 0.5v7c0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5zM18 19c0 0.547-0.453 1-1 1h-6.703l-0.797 7.547c-0.031 0.25-0.234 0.453-0.484 0.453h-0.016c-0.25 0-0.453-0.172-0.5-0.422l-1.188-7.578h-6.312c-0.547 0-1-0.453-1-1 0-2.562 1.937-5 4-5v-8c-1.094 0-2-0.906-2-2s0.906-2 2-2h10c1.094 0 2 0.906 2 2s-0.906 2-2 2v8c2.063 0 4 2.438 4 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link\" viewBox=\"0 0 28 28\">\n<title>external-link</title>\n<path d=\"M22 14.5v5c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM28 1v8c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.75-2.75-10.187 10.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l10.187-10.187-2.75-2.75c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-in\" viewBox=\"0 0 24 28\">\n<title>sign-in</title>\n<path d=\"M18.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703zM24 8.5v11c0 2.484-2.016 4.5-4.5 4.5h-5c-0.266 0-0.5-0.234-0.5-0.5 0-0.438-0.203-1.5 0.5-1.5h5c1.375 0 2.5-1.125 2.5-2.5v-11c0-1.375-1.125-2.5-2.5-2.5h-4.5c-0.391 0-1 0.078-1-0.5 0-0.438-0.203-1.5 0.5-1.5h5c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trophy\" viewBox=\"0 0 26 28\">\n<title>trophy</title>\n<path d=\"M7.156 13.797c-0.656-1.437-1.156-3.344-1.156-5.797h-4v1.5c0 1.531 2.078 3.656 5.156 4.297zM24 9.5v-1.5h-4c0 2.453-0.5 4.359-1.156 5.797 3.078-0.641 5.156-2.766 5.156-4.297zM26 7.5v2c0 2.969-3.594 6.25-8.469 6.484-0.625 0.797-1.203 1.266-1.484 1.484-0.828 0.75-1.047 1.531-1.047 2.531s0.5 2 2 2 3 1 3 2.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-1.5 1.5-2.5 3-2.5s2-1 2-2-0.219-1.781-1.047-2.531c-0.281-0.219-0.859-0.688-1.484-1.484-4.875-0.234-8.469-3.516-8.469-6.484v-2c0-0.828 0.672-1.5 1.5-1.5h4.5v-1.5c0-1.375 1.125-2.5 2.5-2.5h9c1.375 0 2.5 1.125 2.5 2.5v1.5h4.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-square\" viewBox=\"0 0 24 28\">\n<title>github-square</title>\n<path d=\"M8.109 18.75v0c0.031-0.047 0.016-0.141-0.047-0.203-0.078-0.063-0.172-0.078-0.219-0.031-0.031 0.047-0.016 0.141 0.047 0.203 0.078 0.063 0.172 0.078 0.219 0.031zM7.672 18.109c-0.047-0.063-0.125-0.094-0.187-0.063-0.047 0.031-0.047 0.125 0 0.187 0.063 0.078 0.141 0.109 0.187 0.078v0c0.047-0.031 0.047-0.125 0-0.203zM7.031 17.484v0c0.016-0.031-0.016-0.094-0.078-0.125-0.047-0.016-0.109-0.016-0.125 0.031-0.031 0.047 0 0.094 0.063 0.125 0.063 0.016 0.125 0.016 0.141-0.031zM7.359 17.844v0c0.031-0.031 0.031-0.109-0.031-0.156-0.047-0.063-0.125-0.078-0.156-0.047-0.047 0.047-0.031 0.109 0.016 0.172 0.047 0.047 0.125 0.078 0.172 0.031zM8.703 19.016v0c0.016-0.063-0.047-0.141-0.141-0.172s-0.172 0-0.203 0.063c-0.016 0.063 0.047 0.141 0.141 0.172s0.172 0 0.203-0.063zM9.359 19.063v0c0-0.063-0.078-0.125-0.187-0.125-0.094 0-0.156 0.063-0.156 0.125s0.078 0.125 0.172 0.125 0.172-0.063 0.172-0.125zM9.969 18.953v0c-0.016-0.063-0.109-0.094-0.203-0.078s-0.156 0.078-0.141 0.141 0.094 0.109 0.187 0.094 0.156-0.094 0.156-0.156zM20 14c0-4.422-3.578-8-8-8s-8 3.578-8 8c0 3.531 2.297 6.531 5.469 7.594 0.406 0.078 0.547-0.172 0.547-0.391 0-0.187 0-0.812-0.016-1.484 0 0-2.219 0.484-2.688-0.953 0 0-0.359-0.922-0.891-1.156 0 0-0.719-0.5 0.063-0.5 0 0 0.781 0.063 1.219 0.828 0.703 1.234 1.875 0.875 2.328 0.672 0.078-0.516 0.281-0.875 0.516-1.078-1.781-0.203-3.656-0.891-3.656-3.953 0-0.875 0.313-1.578 0.828-2.141-0.078-0.203-0.359-1.016 0.078-2.125 0.672-0.203 2.203 0.828 2.203 0.828 0.641-0.187 1.313-0.266 2-0.266s1.359 0.078 2 0.266c0 0 1.531-1.031 2.203-0.828 0.438 1.109 0.156 1.922 0.078 2.125 0.516 0.562 0.828 1.266 0.828 2.141 0 3.078-1.875 3.75-3.656 3.953 0.281 0.25 0.547 0.734 0.547 1.484 0 1.062-0.016 1.922-0.016 2.188 0 0.219 0.141 0.469 0.547 0.391 3.172-1.062 5.469-4.062 5.469-7.594zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-upload\" viewBox=\"0 0 26 28\">\n<title>upload</title>\n<path d=\"M20 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h6.672c0.422 1.156 1.531 2 2.828 2h4c1.297 0 2.406-0.844 2.828-2h6.672c0.828 0 1.5 0.672 1.5 1.5zM20.922 9.375c-0.156 0.375-0.516 0.625-0.922 0.625h-4v7c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-7h-4c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l7-7c0.187-0.203 0.453-0.297 0.703-0.297s0.516 0.094 0.703 0.297l7 7c0.297 0.281 0.375 0.719 0.219 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lemon-o\" viewBox=\"0 0 24 28\">\n<title>lemon-o</title>\n<path d=\"M21.984 12.906c0-0.734-0.141-2.656-0.391-3.281-0.297-0.75-0.469-1.172-0.469-2.016 0-0.719 0.156-1.422 0.156-2.125 0-0.297-0.016-0.609-0.156-0.859-0.063-0.016-0.141-0.016-0.203-0.016-0.609 0-1.219 0.141-1.828 0.141-1.859 0-3.625-0.75-5.484-0.75-1.453 0-2.859 0.547-4.203 1.078-1.062 0.422-2.234 0.922-3.156 1.609-3.156 2.391-4.25 6.766-4.25 10.531 0 1.266 0.391 2.5 0.391 3.766 0 0.719-0.344 1.375-0.344 2.063 0 0.438 0.25 0.797 0.719 0.797 0.766 0 1.5-0.344 2.281-0.344 1.781 0 3.516 0.484 5.297 0.484 1.391 0 3.141-0.109 4.438-0.562 4.109-1.453 7.203-6.203 7.203-10.516zM23.984 12.875c0 5.203-3.609 10.687-8.547 12.437-1.547 0.547-3.469 0.688-5.094 0.688-1.781 0-3.531-0.453-5.297-0.453-0.75 0-1.5 0.453-2.281 0.453-1.547 0-2.719-1.391-2.719-2.875 0-0.734 0.344-1.391 0.344-2.109 0-1.266-0.391-2.5-0.391-3.781 0-4.438 1.359-9.344 5.047-12.141 1.062-0.812 2.391-1.391 3.625-1.875 1.594-0.641 3.203-1.219 4.937-1.219 1.859 0 3.625 0.75 5.453 0.75 0.594 0 1.188-0.156 1.797-0.156 1.781 0 2.422 1.266 2.422 2.891 0 0.703-0.156 1.422-0.156 2.125 0 0.562 0.141 0.781 0.328 1.281 0.359 0.906 0.531 2.984 0.531 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone\" viewBox=\"0 0 22 28\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square-o\" viewBox=\"0 0 22 28\">\n<title>square-o</title>\n<path d=\"M17.5 4h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-13c0-1.375-1.125-2.5-2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark-o\" viewBox=\"0 0 20 28\">\n<title>bookmark-o</title>\n<path d=\"M18 4h-16v19.406l8-7.672 1.391 1.328 6.609 6.344v-19.406zM18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone-square\" viewBox=\"0 0 24 28\">\n<title>phone-square</title>\n<path d=\"M20 18.641c0-0.078 0-0.172-0.031-0.25-0.094-0.281-2.375-1.437-2.812-1.687-0.297-0.172-0.656-0.516-1.016-0.516-0.688 0-1.703 2.047-2.312 2.047-0.313 0-0.703-0.281-0.984-0.438-2.063-1.156-3.484-2.578-4.641-4.641-0.156-0.281-0.438-0.672-0.438-0.984 0-0.609 2.047-1.625 2.047-2.312 0-0.359-0.344-0.719-0.516-1.016-0.25-0.438-1.406-2.719-1.687-2.812-0.078-0.031-0.172-0.031-0.25-0.031-0.406 0-1.203 0.187-1.578 0.344-1.031 0.469-1.781 2.438-1.781 3.516 0 1.047 0.422 2 0.781 2.969 1.25 3.422 4.969 7.141 8.391 8.391 0.969 0.359 1.922 0.781 2.969 0.781 1.078 0 3.047-0.75 3.516-1.781 0.156-0.375 0.344-1.172 0.344-1.578zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter\" viewBox=\"0 0 26 28\">\n<title>twitter</title>\n<path d=\"M25.312 6.375c-0.688 1-1.547 1.891-2.531 2.609 0.016 0.219 0.016 0.438 0.016 0.656 0 6.672-5.078 14.359-14.359 14.359-2.859 0-5.516-0.828-7.75-2.266 0.406 0.047 0.797 0.063 1.219 0.063 2.359 0 4.531-0.797 6.266-2.156-2.219-0.047-4.078-1.5-4.719-3.5 0.313 0.047 0.625 0.078 0.953 0.078 0.453 0 0.906-0.063 1.328-0.172-2.312-0.469-4.047-2.5-4.047-4.953v-0.063c0.672 0.375 1.453 0.609 2.281 0.641-1.359-0.906-2.25-2.453-2.25-4.203 0-0.938 0.25-1.797 0.688-2.547 2.484 3.062 6.219 5.063 10.406 5.281-0.078-0.375-0.125-0.766-0.125-1.156 0-2.781 2.25-5.047 5.047-5.047 1.453 0 2.766 0.609 3.687 1.594 1.141-0.219 2.234-0.641 3.203-1.219-0.375 1.172-1.172 2.156-2.219 2.781 1.016-0.109 2-0.391 2.906-0.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook\" viewBox=\"0 0 16 28\">\n<title>facebook</title>\n<path d=\"M14.984 0.187v4.125h-2.453c-1.922 0-2.281 0.922-2.281 2.25v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406c0-3.953 2.422-6.109 5.953-6.109 1.687 0 3.141 0.125 3.563 0.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github\" viewBox=\"0 0 24 28\">\n<title>github</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12 0 5.297-3.437 9.797-8.203 11.391-0.609 0.109-0.828-0.266-0.828-0.578 0-0.391 0.016-1.687 0.016-3.297 0-1.125-0.375-1.844-0.812-2.219 2.672-0.297 5.484-1.313 5.484-5.922 0-1.313-0.469-2.375-1.234-3.219 0.125-0.313 0.531-1.531-0.125-3.187-1-0.313-3.297 1.234-3.297 1.234-0.953-0.266-1.984-0.406-3-0.406s-2.047 0.141-3 0.406c0 0-2.297-1.547-3.297-1.234-0.656 1.656-0.25 2.875-0.125 3.187-0.766 0.844-1.234 1.906-1.234 3.219 0 4.594 2.797 5.625 5.469 5.922-0.344 0.313-0.656 0.844-0.766 1.609-0.688 0.313-2.438 0.844-3.484-1-0.656-1.141-1.844-1.234-1.844-1.234-1.172-0.016-0.078 0.734-0.078 0.734 0.781 0.359 1.328 1.75 1.328 1.75 0.703 2.141 4.047 1.422 4.047 1.422 0 1 0.016 1.937 0.016 2.234 0 0.313-0.219 0.688-0.828 0.578-4.766-1.594-8.203-6.094-8.203-11.391 0-6.625 5.375-12 12-12zM4.547 19.234c0.031-0.063-0.016-0.141-0.109-0.187-0.094-0.031-0.172-0.016-0.203 0.031-0.031 0.063 0.016 0.141 0.109 0.187 0.078 0.047 0.172 0.031 0.203-0.031zM5.031 19.766c0.063-0.047 0.047-0.156-0.031-0.25-0.078-0.078-0.187-0.109-0.25-0.047-0.063 0.047-0.047 0.156 0.031 0.25 0.078 0.078 0.187 0.109 0.25 0.047zM5.5 20.469c0.078-0.063 0.078-0.187 0-0.297-0.063-0.109-0.187-0.156-0.266-0.094-0.078 0.047-0.078 0.172 0 0.281s0.203 0.156 0.266 0.109zM6.156 21.125c0.063-0.063 0.031-0.203-0.063-0.297-0.109-0.109-0.25-0.125-0.313-0.047-0.078 0.063-0.047 0.203 0.063 0.297 0.109 0.109 0.25 0.125 0.313 0.047zM7.047 21.516c0.031-0.094-0.063-0.203-0.203-0.25-0.125-0.031-0.266 0.016-0.297 0.109s0.063 0.203 0.203 0.234c0.125 0.047 0.266 0 0.297-0.094zM8.031 21.594c0-0.109-0.125-0.187-0.266-0.172-0.141 0-0.25 0.078-0.25 0.172 0 0.109 0.109 0.187 0.266 0.172 0.141 0 0.25-0.078 0.25-0.172zM8.937 21.438c-0.016-0.094-0.141-0.156-0.281-0.141-0.141 0.031-0.234 0.125-0.219 0.234 0.016 0.094 0.141 0.156 0.281 0.125s0.234-0.125 0.219-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock\" viewBox=\"0 0 26 28\">\n<title>unlock</title>\n<path d=\"M26 9v4c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v3h1.5c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h10.5v-3c0-3.859 3.141-7 7-7s7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card\" viewBox=\"0 0 30 28\">\n<title>credit-card</title>\n<path d=\"M27.5 2c1.375 0 2.5 1.125 2.5 2.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25zM2.5 4c-0.266 0-0.5 0.234-0.5 0.5v3.5h26v-3.5c0-0.266-0.234-0.5-0.5-0.5h-25zM27.5 24c0.266 0 0.5-0.234 0.5-0.5v-9.5h-26v9.5c0 0.266 0.234 0.5 0.5 0.5h25zM4 22v-2h4v2h-4zM10 22v-2h6v2h-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-feed\" viewBox=\"0 0 22 28\">\n<title>feed</title>\n<path d=\"M6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 22.922c0.016 0.281-0.078 0.547-0.266 0.75-0.187 0.219-0.453 0.328-0.734 0.328h-2.109c-0.516 0-0.938-0.391-0.984-0.906-0.453-4.766-4.234-8.547-9-9-0.516-0.047-0.906-0.469-0.906-0.984v-2.109c0-0.281 0.109-0.547 0.328-0.734 0.172-0.172 0.422-0.266 0.672-0.266h0.078c3.328 0.266 6.469 1.719 8.828 4.094 2.375 2.359 3.828 5.5 4.094 8.828zM22 22.953c0.016 0.266-0.078 0.531-0.281 0.734-0.187 0.203-0.438 0.313-0.719 0.313h-2.234c-0.531 0-0.969-0.406-1-0.938-0.516-9.078-7.75-16.312-16.828-16.844-0.531-0.031-0.938-0.469-0.938-0.984v-2.234c0-0.281 0.109-0.531 0.313-0.719 0.187-0.187 0.438-0.281 0.688-0.281h0.047c5.469 0.281 10.609 2.578 14.484 6.469 3.891 3.875 6.188 9.016 6.469 14.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hdd-o\" viewBox=\"0 0 24 28\">\n<title>hdd-o</title>\n<path d=\"M16.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM20.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM22 21.5v-5c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5zM2.781 14h18.438l-2.453-7.531c-0.078-0.266-0.375-0.469-0.656-0.469h-12.219c-0.281 0-0.578 0.203-0.656 0.469zM24 16.5v5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-5c0-0.422 0.125-0.781 0.25-1.172l3.078-9.469c0.359-1.094 1.406-1.859 2.562-1.859h12.219c1.156 0 2.203 0.766 2.562 1.859l3.078 9.469c0.125 0.391 0.25 0.75 0.25 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullhorn\" viewBox=\"0 0 28 28\">\n<title>bullhorn</title>\n<path d=\"M26 10c1.109 0 2 0.891 2 2s-0.891 2-2 2v6c0 1.094-0.906 2-2 2-2.781-2.312-7.266-5.484-12.688-5.938-1.859 0.625-2.5 2.797-1.281 4.047-1.094 1.797 0.313 3.063 1.969 4.359-0.969 1.906-5 1.937-6.438 0.609-0.906-2.781-2.25-5.563-1.156-9.078h-1.906c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h7.5c6 0 11-3.5 14-6 1.094 0 2 0.906 2 2v6zM24 19.437v-14.906c-4.078 3.125-8.031 4.922-12 5.359v4.219c3.969 0.438 7.922 2.203 12 5.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-o\" viewBox=\"0 0 28 28\">\n<title>bell-o</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM3.844 22h20.312c-2.797-3.156-4.156-7.438-4.156-13 0-2.016-1.906-5-6-5s-6 2.984-6 5c0 5.563-1.359 9.844-4.156 13zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-certificate\" viewBox=\"0 0 24 28\">\n<title>certificate</title>\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-right\" viewBox=\"0 0 28 28\">\n<title>hand-o-right</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 12c0-1.062-0.953-2-2-2h-9c0-0.984 1.5-2 1.5-4 0-1.5-1.172-2-2.5-2-0.438 0-1.234 1.813-1.406 2.172-0.187 0.344-0.375 0.688-0.578 1.016-0.516 0.828-1.109 1.547-1.75 2.266-1 1.141-2.109 2.547-3.766 2.547h-0.5v10h0.5c2.734 0 5.406 2 8.437 2 1.75 0 2.953-0.734 2.953-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609h5.172c1.078 0 2-0.922 2-2zM28 11.984c0 2.188-1.813 4.016-4 4.016h-2.641c-0.047 0.656-0.25 1.281-0.578 1.859 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688-1.75 0-3.406-0.484-5.031-1.078-0.953-0.344-2.5-0.922-3.484-0.922h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.75 0 1.813-1.344 2.266-1.859 0.562-0.641 1.094-1.281 1.563-2.016 0.906-1.453 1.578-4.125 3.672-4.125 2.484 0 4.5 1.359 4.5 4 0 0.688-0.109 1.359-0.344 2h5.844c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-left\" viewBox=\"0 0 28 28\">\n<title>hand-o-left</title>\n<path d=\"M21.5 22h0.5v-10h-0.5c-1.656 0-2.766-1.406-3.766-2.547-0.641-0.719-1.234-1.437-1.75-2.266-0.219-0.344-0.406-0.703-0.594-1.062s-0.969-2.125-1.391-2.125c-1.328 0-2.5 0.5-2.5 2 0 2 1.5 3.016 1.5 4h-9c-1.047 0-2 0.938-2 2 0 1.078 0.922 2 2 2h5.172c-0.328 0.375-0.547 1.109-0.547 1.609 0 0.734 0.297 1.359 0.828 1.859-0.187 0.328-0.281 0.703-0.281 1.078 0 0.719 0.359 1.609 1.016 1.969-0.047 0.281-0.063 0.578-0.063 0.875 0 1.844 1.141 2.609 2.875 2.609 3.109 0 5.766-2 8.5-2zM26 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 12v10c0 1.109-0.891 2-2 2h-4.5c-0.984 0-2.531 0.578-3.484 0.922-1.594 0.578-3.234 1.078-4.953 1.078-2.875 0-4.969-1.625-4.953-4.609l0.016-0.078c-0.625-0.781-0.953-1.781-0.953-2.781 0-0.219 0.016-0.453 0.047-0.672-0.328-0.578-0.531-1.203-0.578-1.859h-2.641c-2.188 0-4-1.828-4-4.016 0-2.156 1.844-3.984 4-3.984h5.844c-0.234-0.641-0.344-1.312-0.344-2 0-2.641 2.016-4 4.5-4 2.094 0 2.766 2.672 3.672 4.125 0.469 0.734 1 1.375 1.563 2.016 0.453 0.516 1.516 1.859 2.266 1.859h4.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-up\" viewBox=\"0 0 24 28\">\n<title>hand-o-up</title>\n<path d=\"M20 25c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 13.062c0-1.766-0.719-2.953-2.609-2.953-0.297 0-0.594 0.031-0.875 0.078-0.359-0.656-1.25-1.016-1.969-1.016-0.375 0-0.75 0.094-1.078 0.281-0.5-0.531-1.125-0.828-1.859-0.828-0.5 0-1.234 0.219-1.609 0.547v-5.172c0-1.078-0.922-2-2-2-1.062 0-2 0.953-2 2v9c-0.984 0-2-1.5-4-1.5-1.5 0-2 1.172-2 2.5 0 0.438 1.813 1.234 2.172 1.406 0.344 0.187 0.688 0.375 1.016 0.578 0.828 0.516 1.547 1.109 2.266 1.75 1.141 1 2.547 2.109 2.547 3.766v0.5h10v-0.5c0-2.734 2-5.406 2-8.437zM24 12.984c0 1.75-0.484 3.406-1.078 5.031-0.344 0.953-0.922 2.5-0.922 3.484v4.5c0 1.109-0.891 2-2 2h-10c-1.109 0-2-0.891-2-2v-4.5c0-0.75-1.344-1.813-1.859-2.266-0.641-0.562-1.281-1.094-2.016-1.563-1.453-0.906-4.125-1.578-4.125-3.672 0-2.484 1.359-4.5 4-4.5 0.688 0 1.359 0.109 2 0.344v-5.844c0-2.156 1.828-4 3.984-4 2.188 0 4.016 1.813 4.016 4v2.641c0.656 0.047 1.281 0.25 1.859 0.578 0.219-0.031 0.453-0.047 0.672-0.047 1 0 2 0.328 2.781 0.938 2.953-0.031 4.688 1.984 4.688 4.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-down\" viewBox=\"0 0 24 28\">\n<title>hand-o-down</title>\n<path d=\"M22 15c0-3.109-2-5.766-2-8.5v-0.5h-10v0.5c0 1.656-1.406 2.766-2.547 3.766-0.719 0.641-1.437 1.234-2.266 1.75-0.344 0.219-0.703 0.406-1.062 0.594s-2.125 0.969-2.125 1.391c0 1.328 0.5 2.5 2 2.5 2 0 3.016-1.5 4-1.5v9c0 1.047 0.938 2 2 2 1.078 0 2-0.922 2-2v-5.172c0.406 0.313 1.094 0.547 1.609 0.547 0.734 0 1.359-0.297 1.859-0.828 0.328 0.187 0.703 0.281 1.078 0.281 0.719 0 1.609-0.359 1.969-1.016 0.281 0.047 0.578 0.063 0.875 0.063 1.844 0 2.609-1.141 2.609-2.875zM20 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 14.938c0 2.875-1.625 4.969-4.609 4.953l-0.078-0.016c-0.781 0.625-1.781 0.953-2.781 0.953-0.219 0-0.453-0.016-0.672-0.047-0.531 0.297-1.25 0.516-1.859 0.578v2.641c0 2.188-1.828 4-4.016 4-2.156 0-3.984-1.844-3.984-4v-5.844c-0.609 0.25-1.344 0.344-2 0.344-2.625 0-4-2.016-4-4.5 0-2.094 2.672-2.766 4.125-3.672 0.734-0.469 1.375-1 2.016-1.563 0.516-0.453 1.859-1.516 1.859-2.266v-4.5c0-1.109 0.891-2 2-2h10c1.109 0 2 0.891 2 2v4.5c0 0.984 0.578 2.531 0.922 3.484 0.578 1.594 1.078 3.234 1.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-left</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-7.844l2.953-2.953c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.516-0.297-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703s-0.094-0.516-0.281-0.703l-2.953-2.953h7.844c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-right</title>\n<path d=\"M20.078 14c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l2.953 2.953h-7.844c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h7.844l-2.953 2.953c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.516 0.297 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-up</title>\n<path d=\"M20.062 13.984c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l2.953-2.953v7.844c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-7.844l2.953 2.953c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-down</title>\n<path d=\"M20.062 14.016c0-0.266-0.094-0.516-0.281-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-2.953 2.953v-7.844c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v7.844l-2.953-2.953c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-globe\" viewBox=\"0 0 24 28\">\n<title>globe</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM16.281 10.141c-0.125 0.094-0.203 0.266-0.359 0.297 0.078-0.016 0.156-0.297 0.203-0.359 0.094-0.109 0.219-0.172 0.344-0.234 0.266-0.109 0.531-0.141 0.812-0.187 0.266-0.063 0.594-0.063 0.797 0.172-0.047-0.047 0.328-0.375 0.375-0.391 0.141-0.078 0.375-0.047 0.469-0.187 0.031-0.047 0.031-0.344 0.031-0.344-0.266 0.031-0.359-0.219-0.375-0.438 0 0.016-0.031 0.063-0.094 0.125 0.016-0.234-0.281-0.063-0.391-0.094-0.359-0.094-0.313-0.344-0.422-0.609-0.063-0.141-0.234-0.187-0.297-0.328-0.063-0.094-0.094-0.297-0.234-0.313-0.094-0.016-0.266 0.328-0.297 0.313-0.141-0.078-0.203 0.031-0.313 0.094-0.094 0.063-0.172 0.031-0.266 0.078 0.281-0.094-0.125-0.25-0.266-0.219 0.219-0.063 0.109-0.297-0.016-0.406h0.078c-0.031-0.141-0.469-0.266-0.609-0.359s-0.891-0.25-1.047-0.156c-0.187 0.109 0.047 0.422 0.047 0.578 0.016 0.187-0.187 0.234-0.187 0.391 0 0.266 0.5 0.219 0.375 0.578-0.078 0.219-0.375 0.266-0.5 0.438-0.125 0.156 0.016 0.438 0.141 0.547 0.125 0.094-0.219 0.25-0.266 0.281-0.266 0.125-0.469-0.266-0.531-0.5-0.047-0.172-0.063-0.375-0.25-0.469-0.094-0.031-0.391-0.078-0.453 0.016-0.094-0.234-0.422-0.328-0.641-0.406-0.313-0.109-0.578-0.109-0.906-0.063 0.109-0.016-0.031-0.5-0.297-0.422 0.078-0.156 0.047-0.328 0.078-0.484 0.031-0.125 0.094-0.25 0.187-0.359 0.031-0.063 0.375-0.422 0.266-0.438 0.266 0.031 0.562 0.047 0.781-0.172 0.141-0.141 0.203-0.375 0.344-0.531 0.203-0.234 0.453 0.063 0.672 0.078 0.313 0.016 0.297-0.328 0.125-0.484 0.203 0.016 0.031-0.359-0.078-0.406-0.141-0.047-0.672 0.094-0.391 0.203-0.063-0.031-0.438 0.75-0.656 0.359-0.063-0.078-0.094-0.406-0.234-0.422-0.125 0-0.203 0.141-0.25 0.234 0.078-0.203-0.438-0.344-0.547-0.359 0.234-0.156 0.047-0.328-0.125-0.422-0.125-0.078-0.516-0.141-0.625-0.016-0.297 0.359 0.313 0.406 0.469 0.5 0.047 0.031 0.234 0.141 0.125 0.219-0.094 0.047-0.375 0.125-0.406 0.187-0.094 0.141 0.109 0.297-0.031 0.438-0.141-0.141-0.141-0.375-0.25-0.531 0.141 0.172-0.562 0.078-0.547 0.078-0.234 0-0.609 0.156-0.781-0.078-0.031-0.063-0.031-0.422 0.063-0.344-0.141-0.109-0.234-0.219-0.328-0.281-0.516 0.172-1 0.391-1.469 0.641 0.063 0.016 0.109 0.016 0.187-0.016 0.125-0.047 0.234-0.125 0.359-0.187 0.156-0.063 0.484-0.25 0.656-0.109 0.016-0.031 0.063-0.063 0.078-0.078 0.109 0.125 0.219 0.25 0.313 0.391-0.125-0.063-0.328-0.031-0.469-0.016-0.109 0.031-0.297 0.063-0.344 0.187 0.047 0.078 0.109 0.203 0.078 0.281-0.203-0.141-0.359-0.375-0.641-0.406-0.125 0-0.25 0-0.344 0.016-1.5 0.828-2.766 2.031-3.672 3.469 0.063 0.063 0.125 0.109 0.187 0.125 0.156 0.047 0 0.5 0.297 0.266 0.094 0.078 0.109 0.187 0.047 0.297 0.016-0.016 0.641 0.391 0.688 0.422 0.109 0.094 0.281 0.203 0.328 0.328 0.031 0.109-0.063 0.234-0.156 0.281-0.016-0.031-0.25-0.266-0.281-0.203-0.047 0.078 0 0.5 0.172 0.484-0.25 0.016-0.141 0.984-0.203 1.172 0 0.016 0.031 0.016 0.031 0.016-0.047 0.187 0.109 0.922 0.422 0.844-0.203 0.047 0.359 0.766 0.438 0.812 0.203 0.141 0.438 0.234 0.578 0.438 0.156 0.219 0.156 0.547 0.375 0.719-0.063 0.187 0.328 0.406 0.313 0.672-0.031 0.016-0.047 0.016-0.078 0.031 0.078 0.219 0.375 0.219 0.484 0.422 0.063 0.125 0 0.422 0.203 0.359 0.031-0.344-0.203-0.688-0.375-0.969-0.094-0.156-0.187-0.297-0.266-0.453-0.078-0.141-0.094-0.313-0.156-0.469 0.063 0.016 0.406 0.141 0.375 0.187-0.125 0.313 0.5 0.859 0.672 1.062 0.047 0.047 0.406 0.516 0.219 0.516 0.203 0 0.484 0.313 0.578 0.469 0.141 0.234 0.109 0.531 0.203 0.781 0.094 0.313 0.531 0.453 0.781 0.594 0.219 0.109 0.406 0.266 0.625 0.344 0.328 0.125 0.406 0.016 0.688-0.031 0.406-0.063 0.453 0.391 0.781 0.562 0.203 0.109 0.641 0.266 0.859 0.172-0.094 0.031 0.328 0.672 0.359 0.719 0.141 0.187 0.406 0.281 0.562 0.469 0.047-0.031 0.094-0.078 0.109-0.141-0.063 0.172 0.234 0.5 0.391 0.469 0.172-0.031 0.219-0.375 0.219-0.5-0.313 0.156-0.594 0.031-0.766-0.281-0.031-0.078-0.281-0.516-0.063-0.516 0.297 0 0.094-0.234 0.063-0.453s-0.25-0.359-0.359-0.547c-0.094 0.187-0.406 0.141-0.5-0.016 0 0.047-0.047 0.125-0.047 0.187-0.078 0-0.156 0.016-0.234-0.016 0.031-0.187 0.047-0.422 0.094-0.625 0.078-0.281 0.594-0.828-0.078-0.797-0.234 0.016-0.328 0.109-0.406 0.313-0.078 0.187-0.047 0.359-0.266 0.453-0.141 0.063-0.609 0.031-0.75-0.047-0.297-0.172-0.5-0.719-0.5-1.031-0.016-0.422 0.203-0.797 0-1.188 0.094-0.078 0.187-0.234 0.297-0.313 0.094-0.063 0.203 0.047 0.25-0.141-0.047-0.031-0.109-0.094-0.125-0.094 0.234 0.109 0.672-0.156 0.875 0 0.125 0.094 0.266 0.125 0.344-0.031 0.016-0.047-0.109-0.234-0.047-0.359 0.047 0.266 0.219 0.313 0.453 0.141 0.094 0.094 0.344 0.063 0.516 0.156 0.172 0.109 0.203 0.281 0.406 0.047 0.125 0.187 0.141 0.187 0.187 0.375 0.047 0.172 0.141 0.609 0.297 0.688 0.328 0.203 0.25-0.344 0.219-0.531-0.016-0.016-0.016-0.531-0.031-0.531-0.5-0.109-0.313-0.5-0.031-0.766 0.047-0.031 0.406-0.156 0.562-0.281 0.141-0.125 0.313-0.344 0.234-0.547 0.078 0 0.141-0.063 0.172-0.141-0.047-0.016-0.234-0.172-0.266-0.156 0.109-0.063 0.094-0.156 0.031-0.25 0.156-0.094 0.078-0.266 0.234-0.328 0.172 0.234 0.516-0.031 0.344-0.219 0.156-0.219 0.516-0.109 0.609-0.313 0.234 0.063 0.063-0.234 0.187-0.406 0.109-0.141 0.297-0.141 0.438-0.219 0 0.016 0.391-0.219 0.266-0.234 0.266 0.031 0.797-0.25 0.391-0.484 0.063-0.141-0.141-0.203-0.281-0.234 0.109-0.031 0.25 0.031 0.344-0.031 0.203-0.141 0.063-0.203-0.109-0.25-0.219-0.063-0.5 0.078-0.672 0.187zM13.734 23.844c2.141-0.375 4.047-1.437 5.484-2.953-0.094-0.094-0.266-0.063-0.391-0.125-0.125-0.047-0.219-0.094-0.375-0.125 0.031-0.313-0.313-0.422-0.531-0.578-0.203-0.156-0.328-0.328-0.625-0.266-0.031 0.016-0.344 0.125-0.281 0.187-0.203-0.172-0.297-0.266-0.562-0.344-0.25-0.078-0.422-0.391-0.672-0.109-0.125 0.125-0.063 0.313-0.125 0.438-0.203-0.172 0.187-0.375 0.031-0.562-0.187-0.219-0.516 0.141-0.672 0.234-0.094 0.078-0.203 0.109-0.266 0.203-0.078 0.109-0.109 0.25-0.172 0.359-0.047-0.125-0.313-0.094-0.328-0.187 0.063 0.375 0.063 0.766 0.141 1.141 0.047 0.219 0 0.578-0.187 0.75s-0.422 0.359-0.453 0.625c-0.031 0.187 0.016 0.359 0.187 0.406 0.016 0.234-0.25 0.406-0.234 0.656 0 0.016 0.016 0.172 0.031 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wrench\" viewBox=\"0 0 26 28\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tasks\" viewBox=\"0 0 28 28\">\n<title>tasks</title>\n<path d=\"M16 22h10v-2h-10v2zM10 14h16v-2h-16v2zM20 6h6v-2h-6v2zM28 19v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 11v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-filter\" viewBox=\"0 0 22 28\">\n<title>filter</title>\n<path d=\"M21.922 4.609c0.156 0.375 0.078 0.812-0.219 1.094l-7.703 7.703v11.594c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703v-7.594l-7.703-7.703c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h20c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-briefcase\" viewBox=\"0 0 28 28\">\n<title>briefcase</title>\n<path d=\"M10 4h8v-2h-8v2zM28 14v7.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-7.5h10.5v2.5c0 0.547 0.453 1 1 1h5c0.547 0 1-0.453 1-1v-2.5h10.5zM16 14v2h-4v-2h4zM28 6.5v6h-28v-6c0-1.375 1.125-2.5 2.5-2.5h5.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-alt\" viewBox=\"0 0 24 28\">\n<title>arrows-alt</title>\n<path d=\"M20.047 8.453l-5.547 5.547 5.547 5.547 2.25-2.25c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.25-2.25-5.547-5.547-5.547 5.547 2.25 2.25c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.25 2.25 5.547-5.547-5.547-5.547-2.25 2.25c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-7c0-0.547 0.453-1 1-1h7c0.406 0 0.766 0.25 0.922 0.625 0.156 0.359 0.078 0.797-0.219 1.078l-2.25 2.25 5.547 5.547 5.547-5.547-2.25-2.25c-0.297-0.281-0.375-0.719-0.219-1.078 0.156-0.375 0.516-0.625 0.922-0.625h7c0.547 0 1 0.453 1 1v7c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.109-0.703-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-group\" viewBox=\"0 0 30 28\">\n<title>group</title>\n<path d=\"M9.266 14c-1.625 0.047-3.094 0.75-4.141 2h-2.094c-1.563 0-3.031-0.75-3.031-2.484 0-1.266-0.047-5.516 1.937-5.516 0.328 0 1.953 1.328 4.062 1.328 0.719 0 1.406-0.125 2.078-0.359-0.047 0.344-0.078 0.688-0.078 1.031 0 1.422 0.453 2.828 1.266 4zM26 23.953c0 2.531-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.516-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.531 0 2.469 2.172 5.594 2.172s5.063-2.172 5.594-2.172c4.578 0 5.406 5.422 5.406 8.953zM10 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM21 10c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM30 13.516c0 1.734-1.469 2.484-3.031 2.484h-2.094c-1.047-1.25-2.516-1.953-4.141-2 0.812-1.172 1.266-2.578 1.266-4 0-0.344-0.031-0.688-0.078-1.031 0.672 0.234 1.359 0.359 2.078 0.359 2.109 0 3.734-1.328 4.062-1.328 1.984 0 1.937 4.25 1.937 5.516zM28 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain\" viewBox=\"0 0 26 28\">\n<title>chain</title>\n<path d=\"M22.75 19c0-0.406-0.156-0.781-0.438-1.062l-3.25-3.25c-0.281-0.281-0.672-0.438-1.062-0.438-0.453 0-0.812 0.172-1.125 0.5 0.516 0.516 1.125 0.953 1.125 1.75 0 0.828-0.672 1.5-1.5 1.5-0.797 0-1.234-0.609-1.75-1.125-0.328 0.313-0.516 0.672-0.516 1.141 0 0.391 0.156 0.781 0.438 1.062l3.219 3.234c0.281 0.281 0.672 0.422 1.062 0.422s0.781-0.141 1.062-0.406l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047zM11.766 7.984c0-0.391-0.156-0.781-0.438-1.062l-3.219-3.234c-0.281-0.281-0.672-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l3.25 3.25c0.281 0.281 0.672 0.422 1.062 0.422 0.453 0 0.812-0.156 1.125-0.484-0.516-0.516-1.125-0.953-1.125-1.75 0-0.828 0.672-1.5 1.5-1.5 0.797 0 1.234 0.609 1.75 1.125 0.328-0.313 0.516-0.672 0.516-1.141zM25.75 19c0 1.188-0.484 2.344-1.328 3.172l-2.297 2.281c-0.844 0.844-1.984 1.297-3.172 1.297-1.203 0-2.344-0.469-3.187-1.328l-3.219-3.234c-0.844-0.844-1.297-1.984-1.297-3.172 0-1.234 0.5-2.406 1.375-3.266l-1.375-1.375c-0.859 0.875-2.016 1.375-3.25 1.375-1.188 0-2.344-0.469-3.187-1.313l-3.25-3.25c-0.859-0.859-1.313-1.984-1.313-3.187 0-1.188 0.484-2.344 1.328-3.172l2.297-2.281c0.844-0.844 1.984-1.297 3.172-1.297 1.203 0 2.344 0.469 3.187 1.328l3.219 3.234c0.844 0.844 1.297 1.984 1.297 3.172 0 1.234-0.5 2.406-1.375 3.266l1.375 1.375c0.859-0.875 2.016-1.375 3.25-1.375 1.188 0 2.344 0.469 3.187 1.313l3.25 3.25c0.859 0.859 1.313 1.984 1.313 3.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud\" viewBox=\"0 0 30 28\">\n<title>cloud</title>\n<path d=\"M30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.797 1.656-5.219 4.031-6.328-0.016-0.219-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.344 0 6.203 2.047 7.406 4.969 0.688-0.609 1.594-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.797-0.234 1.531-0.641 2.156 2.656 0.625 4.641 3 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flask\" viewBox=\"0 0 26 28\">\n<title>flask</title>\n<path d=\"M23.859 22.625c1.172 1.859 0.344 3.375-1.859 3.375h-18c-2.203 0-3.031-1.516-1.859-3.375l7.859-12.391v-6.234h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h8c0.547 0 1 0.453 1 1s-0.453 1-1 1h-1v6.234zM11.688 11.297l-4.25 6.703h11.125l-4.25-6.703-0.313-0.484v-6.813h-2v6.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cut\" viewBox=\"0 0 28 28\">\n<title>cut</title>\n<path d=\"M15 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19.688 15l7.922 6.219c0.281 0.203 0.422 0.547 0.391 0.875-0.047 0.344-0.25 0.641-0.547 0.797l-2 1c-0.141 0.078-0.297 0.109-0.453 0.109-0.172 0-0.344-0.047-0.484-0.125l-10.781-6.047-1.719 1.031c-0.063 0.031-0.125 0.063-0.187 0.078 0.141 0.484 0.203 1 0.156 1.516-0.141 1.609-1.219 3.141-2.938 4.234-1.328 0.844-2.859 1.313-4.328 1.313-1.406 0-2.594-0.422-3.469-1.219-0.891-0.828-1.344-2.016-1.234-3.234 0.141-1.594 1.219-3.141 2.922-4.234 1.328-0.844 2.875-1.313 4.344-1.313 0.875 0 1.672 0.172 2.359 0.484 0.094-0.141 0.203-0.25 0.344-0.344l1.906-1.141-1.906-1.141c-0.141-0.094-0.25-0.203-0.344-0.344-0.688 0.313-1.484 0.484-2.359 0.484-1.469 0-3.016-0.469-4.344-1.313-1.703-1.094-2.781-2.641-2.922-4.234-0.109-1.219 0.344-2.406 1.234-3.219 0.875-0.812 2.063-1.234 3.469-1.234 1.469 0 3 0.469 4.328 1.313 1.719 1.078 2.797 2.625 2.938 4.234 0.047 0.516-0.016 1.031-0.156 1.516 0.063 0.016 0.125 0.047 0.187 0.078l1.719 1.031 10.781-6.047c0.141-0.078 0.313-0.125 0.484-0.125 0.156 0 0.313 0.031 0.453 0.109l2 1c0.297 0.156 0.5 0.453 0.547 0.797 0.031 0.328-0.109 0.672-0.391 0.875zM9.047 10.938c0.953-0.875 0.359-2.453-1.328-3.516-0.953-0.609-2.063-0.922-3-0.922-0.719 0-1.359 0.187-1.766 0.562-0.953 0.875-0.359 2.453 1.328 3.516 0.953 0.609 2.047 0.922 3 0.922 0.719 0 1.359-0.187 1.766-0.562zM7.719 22.578c1.687-1.062 2.281-2.641 1.328-3.516-0.406-0.375-1.047-0.562-1.766-0.562-0.953 0-2.047 0.313-3 0.922-1.687 1.062-2.281 2.641-1.328 3.516 0.406 0.375 1.047 0.562 1.766 0.562 0.938 0 2.047-0.313 3-0.922zM10.5 13l1.5 0.906v-0.172c0-0.359 0.203-0.688 0.516-0.875l0.219-0.125-1.234-0.734-0.406 0.406c-0.125 0.125-0.219 0.25-0.344 0.359-0.047 0.047-0.078 0.063-0.109 0.094zM14 16.5l1.5 0.5 11.5-9-2-1-12 6.734v1.766l-2.5 1.5 0.141 0.125c0.031 0.047 0.063 0.063 0.109 0.094 0.125 0.125 0.219 0.25 0.344 0.375l0.406 0.406zM25 23l2-1-8.125-6.375-2.766 2.156c-0.047 0.063-0.125 0.078-0.203 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copy\" viewBox=\"0 0 28 28\">\n<title>copy</title>\n<path d=\"M26.5 6c0.828 0 1.5 0.672 1.5 1.5v19c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-4.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-10.5c0-0.828 0.484-1.984 1.062-2.562l6.375-6.375c0.578-0.578 1.734-1.062 2.562-1.062h6.5c0.828 0 1.5 0.672 1.5 1.5v5.125c0.609-0.359 1.391-0.625 2-0.625h6.5zM18 9.328l-4.672 4.672h4.672v-4.672zM8 3.328l-4.672 4.672h4.672v-4.672zM11.062 13.438l4.937-4.937v-6.5h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h8v-4c0-0.828 0.484-1.984 1.062-2.562zM26 26v-18h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paperclip\" viewBox=\"0 0 22 28\">\n<title>paperclip</title>\n<path d=\"M21.938 21.641c0 2.438-1.859 4.297-4.297 4.297-1.375 0-2.703-0.594-3.672-1.563l-12.141-12.125c-1.109-1.125-1.766-2.656-1.766-4.234 0-3.313 2.609-5.953 5.922-5.953 1.594 0 3.125 0.641 4.266 1.766l9.453 9.469c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.875 1.203-1.203 1.203-0.141 0-0.266-0.063-0.359-0.156l-9.469-9.484c-0.75-0.734-1.766-1.203-2.828-1.203-2.219 0-3.938 1.797-3.938 4 0 1.062 0.438 2.078 1.188 2.828l12.125 12.141c0.594 0.594 1.422 0.984 2.266 0.984 1.328 0 2.312-0.984 2.312-2.312 0-0.859-0.391-1.672-0.984-2.266l-9.078-9.078c-0.25-0.234-0.594-0.375-0.938-0.375-0.594 0-1.047 0.438-1.047 1.047 0 0.344 0.156 0.672 0.391 0.922l6.406 6.406c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.891 1.219-1.219 1.219-0.125 0-0.25-0.063-0.344-0.156l-6.406-6.406c-0.625-0.609-0.984-1.469-0.984-2.328 0-1.719 1.344-3.062 3.063-3.062 0.875 0 1.719 0.359 2.328 0.984l9.078 9.078c0.984 0.969 1.563 2.297 1.563 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-floppy-o\" viewBox=\"0 0 24 28\">\n<title>floppy-o</title>\n<path d=\"M6 24h12v-6h-12v6zM20 24h2v-14c0-0.297-0.266-0.938-0.469-1.141l-4.391-4.391c-0.219-0.219-0.828-0.469-1.141-0.469v6.5c0 0.828-0.672 1.5-1.5 1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v20h2v-6.5c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5v6.5zM14 9.5v-5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5zM24 10v14.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h14.5c0.828 0 1.969 0.469 2.562 1.062l4.375 4.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square\" viewBox=\"0 0 24 28\">\n<title>square</title>\n<path d=\"M24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bars\" viewBox=\"0 0 24 28\">\n<title>bars</title>\n<path d=\"M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ul\" viewBox=\"0 0 28 28\">\n<title>list-ul</title>\n<path d=\"M6 22c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM6 14c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM6 6c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ol\" viewBox=\"0 0 28 28\">\n<title>list-ol</title>\n<path d=\"M5.953 25.312c0 1.719-1.344 2.688-2.969 2.688-0.984 0-1.984-0.328-2.688-1.031l0.891-1.375c0.422 0.391 1.062 0.703 1.656 0.703 0.547 0 1.125-0.266 1.125-0.891 0-0.875-1-0.922-1.641-0.875l-0.406-0.875c0.562-0.719 1.078-1.516 1.75-2.125v-0.016c-0.5 0-1.016 0.031-1.516 0.031v0.828h-1.656v-2.375h5.203v1.375l-1.484 1.797c1.047 0.25 1.734 1.062 1.734 2.141zM5.984 15.516v2.484h-5.656c-0.047-0.281-0.094-0.562-0.094-0.844 0-2.891 3.531-3.328 3.531-4.641 0-0.531-0.328-0.812-0.844-0.812-0.547 0-1 0.469-1.266 0.906l-1.328-0.922c0.516-1.078 1.578-1.687 2.766-1.687 1.453 0 2.703 0.859 2.703 2.406 0 2.312-3.391 2.828-3.437 4.047h1.984v-0.938h1.641zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM6 6.453v1.547h-5.234v-1.547h1.672c0-1.266 0.016-2.531 0.016-3.797v-0.187h-0.031c-0.172 0.344-0.484 0.578-0.781 0.844l-1.109-1.188 2.125-1.984h1.656v6.312h1.687zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-strikethrough\" viewBox=\"0 0 28 28\">\n<title>strikethrough</title>\n<path d=\"M27.5 14c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h27zM7.547 13c-0.297-0.375-0.562-0.797-0.797-1.25-0.5-1.016-0.75-2-0.75-2.938 0-1.906 0.703-3.5 2.094-4.828s3.437-1.984 6.141-1.984c0.594 0 1.453 0.109 2.609 0.297 0.688 0.125 1.609 0.375 2.766 0.75 0.109 0.406 0.219 1.031 0.328 1.844 0.141 1.234 0.219 2.187 0.219 2.859 0 0.219-0.031 0.453-0.078 0.703l-0.187 0.047-1.313-0.094-0.219-0.031c-0.531-1.578-1.078-2.641-1.609-3.203-0.922-0.953-2.031-1.422-3.281-1.422-1.188 0-2.141 0.313-2.844 0.922s-1.047 1.375-1.047 2.281c0 0.766 0.344 1.484 1.031 2.188s2.141 1.375 4.359 2.016c0.75 0.219 1.641 0.562 2.703 1.031 0.562 0.266 1.062 0.531 1.484 0.812h-11.609zM15.469 17h6.422c0.078 0.438 0.109 0.922 0.109 1.437 0 1.125-0.203 2.234-0.641 3.313-0.234 0.578-0.594 1.109-1.109 1.625-0.375 0.359-0.938 0.781-1.703 1.266-0.781 0.469-1.563 0.828-2.391 1.031-0.828 0.219-1.875 0.328-3.172 0.328-0.859 0-1.891-0.031-3.047-0.359l-2.188-0.625c-0.609-0.172-0.969-0.313-1.125-0.438-0.063-0.063-0.125-0.172-0.125-0.344v-0.203c0-0.125 0.031-0.938-0.031-2.438-0.031-0.781 0.031-1.328 0.031-1.641v-0.688l1.594-0.031c0.578 1.328 0.844 2.125 1.016 2.406 0.375 0.609 0.797 1.094 1.25 1.469s1 0.672 1.641 0.891c0.625 0.234 1.328 0.344 2.063 0.344 0.656 0 1.391-0.141 2.172-0.422 0.797-0.266 1.437-0.719 1.906-1.344 0.484-0.625 0.734-1.297 0.734-2.016 0-0.875-0.422-1.687-1.266-2.453-0.344-0.297-1.062-0.672-2.141-1.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-underline\" viewBox=\"0 0 24 28\">\n<title>underline</title>\n<path d=\"M0.75 3.484c-0.281-0.016-0.516-0.016-0.703-0.063l-0.047-1.375c0.203-0.016 0.406-0.016 0.625-0.016 0.547 0 1.141 0.016 1.75 0.063 1.469 0.078 2.344 0.109 2.594 0.109 0.891 0 1.766-0.016 2.625-0.047 0.844-0.031 1.609-0.063 2.281-0.078 0.656 0 1.109-0.016 1.344-0.031l-0.016 0.219 0.031 1v0.141c-0.625 0.094-1.266 0.141-1.937 0.141-0.625 0-1.031 0.125-1.234 0.391-0.141 0.156-0.203 0.844-0.203 2.063 0 0.375 0.016 0.672 0.016 0.906l0.016 3.578 0.219 4.375c0.063 1.266 0.313 2.312 0.797 3.156 0.359 0.609 0.859 1.094 1.5 1.437 0.938 0.5 1.859 0.734 2.766 0.734 1.062 0 2.063-0.141 2.984-0.438 0.547-0.172 1.062-0.422 1.547-0.797 0.484-0.359 0.828-0.688 1.016-1 0.406-0.625 0.672-1.234 0.828-1.781 0.219-0.766 0.328-1.953 0.328-3.578 0-2.797-0.203-2.875-0.438-6.406l-0.063-0.922c-0.047-0.672-0.156-1.141-0.375-1.375-0.344-0.359-0.75-0.547-1.203-0.531l-1.563 0.031-0.219-0.047 0.031-1.344h1.313l3.203 0.156c1.062 0.047 2.078-0.047 3.063-0.156l0.281 0.031c0.063 0.391 0.094 0.656 0.094 0.797s-0.031 0.297-0.063 0.484c-0.422 0.109-0.859 0.187-1.313 0.203-0.734 0.109-1.156 0.187-1.234 0.266-0.141 0.141-0.234 0.344-0.234 0.641 0 0.203 0.031 0.516 0.047 0.906 0 0 0.125 0.281 0.344 6.188 0.078 2.359-0.078 3.953-0.234 4.75s-0.375 1.437-0.641 1.906c-0.406 0.688-1 1.328-1.75 1.922-0.766 0.578-1.703 1.047-2.844 1.391s-2.469 0.516-3.984 0.516c-1.719 0-3.203-0.234-4.438-0.719s-2.172-1.125-2.797-1.906-1.062-1.797-1.297-3.047c-0.172-0.859-0.25-2.094-0.25-3.703v-5.203c0-1.969-0.094-3.078-0.266-3.328-0.25-0.359-1.016-0.578-2.297-0.609zM24 25.5v-1c0-0.281-0.219-0.5-0.5-0.5h-23c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h23c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-table\" viewBox=\"0 0 26 28\">\n<title>table</title>\n<path d=\"M8 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM26 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magic\" viewBox=\"0 0 26 28\">\n<title>magic</title>\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-truck\" viewBox=\"0 0 29 28\">\n<title>truck</title>\n<path d=\"M10 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM4 14h6v-4h-2.469c-0.063 0-0.297 0.094-0.344 0.141l-3.047 3.047c-0.047 0.047-0.141 0.281-0.141 0.344v0.469zM24 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM28 5v16c0 1.156-1.219 1-2 1 0 2.203-1.797 4-4 4s-4-1.797-4-4h-6c0 2.203-1.797 4-4 4s-4-1.797-4-4h-1c-0.781 0-2 0.156-2-1 0-0.547 0.453-1 1-1v-5c0-1.109-0.156-2.344 0.703-3.203l3.094-3.094c0.391-0.391 1.141-0.703 1.703-0.703h2.5v-3c0-0.547 0.453-1 1-1h16c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest\" viewBox=\"0 0 24 28\">\n<title>pinterest</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12-1.188 0-2.312-0.172-3.406-0.5 0.453-0.719 0.969-1.641 1.219-2.562 0 0 0.141-0.531 0.844-3.297 0.406 0.797 1.625 1.5 2.922 1.5 3.859 0 6.484-3.516 6.484-8.234 0-3.547-3.016-6.875-7.609-6.875-5.688 0-8.563 4.094-8.563 7.5 0 2.063 0.781 3.906 2.453 4.594 0.266 0.109 0.516 0 0.594-0.313 0.063-0.203 0.187-0.734 0.25-0.953 0.078-0.313 0.047-0.406-0.172-0.672-0.484-0.578-0.797-1.313-0.797-2.359 0-3.031 2.266-5.75 5.906-5.75 3.219 0 5 1.969 5 4.609 0 3.453-1.531 6.375-3.813 6.375-1.25 0-2.188-1.031-1.891-2.312 0.359-1.516 1.062-3.156 1.062-4.25 0-0.984-0.531-1.813-1.625-1.813-1.281 0-2.312 1.328-2.312 3.109 0 0 0 1.141 0.391 1.906-1.313 5.563-1.547 6.531-1.547 6.531-0.219 0.906-0.234 1.922-0.203 2.766-4.234-1.859-7.187-6.078-7.187-11 0-6.625 5.375-12 12-12s12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-square\" viewBox=\"0 0 24 28\">\n<title>pinterest-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-11.328c0.516-0.734 1.359-2 1.687-3.281 0 0 0.141-0.531 0.828-3.266 0.422 0.797 1.625 1.484 2.906 1.484 3.813 0 6.406-3.484 6.406-8.141 0-3.516-2.984-6.797-7.516-6.797-5.641 0-8.484 4.047-8.484 7.422 0 2.031 0.781 3.844 2.438 4.531 0.266 0.109 0.516 0 0.594-0.297 0.047-0.203 0.172-0.734 0.234-0.953 0.078-0.297 0.047-0.406-0.172-0.656-0.469-0.578-0.781-1.297-0.781-2.344 0-3 2.25-5.672 5.844-5.672 3.187 0 4.937 1.937 4.937 4.547 0 3.422-1.516 6.312-3.766 6.312-1.234 0-2.172-1.031-1.875-2.297 0.359-1.5 1.047-3.125 1.047-4.203 0-0.969-0.516-1.781-1.594-1.781-1.266 0-2.281 1.313-2.281 3.063 0 0 0 1.125 0.375 1.891-1.297 5.5-1.531 6.469-1.531 6.469-0.344 1.437-0.203 3.109-0.109 3.969h-2.859c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-square\" viewBox=\"0 0 24 28\">\n<title>google-plus-square</title>\n<path d=\"M14.328 14.141c0-0.391-0.047-0.703-0.094-1h-5.656v2.063h3.391c-0.125 0.875-1.016 2.578-3.391 2.578-2.063 0-3.734-1.687-3.734-3.781s1.672-3.781 3.734-3.781c1.156 0 1.937 0.484 2.391 0.922l1.625-1.578c-1.047-0.969-2.406-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus\" viewBox=\"0 0 36 28\">\n<title>google-plus</title>\n<path d=\"M22.453 14.266c0 6.547-4.391 11.188-11 11.188-6.328 0-11.453-5.125-11.453-11.453s5.125-11.453 11.453-11.453c3.094 0 5.672 1.125 7.672 3l-3.109 2.984c-0.844-0.812-2.328-1.766-4.562-1.766-3.906 0-7.094 3.234-7.094 7.234s3.187 7.234 7.094 7.234c4.531 0 6.234-3.266 6.5-4.937h-6.5v-3.938h10.813c0.109 0.578 0.187 1.156 0.187 1.906zM36 12.359v3.281h-3.266v3.266h-3.281v-3.266h-3.266v-3.281h3.266v-3.266h3.281v3.266h3.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-money\" viewBox=\"0 0 30 28\">\n<title>money</title>\n<path d=\"M12 18h6v-1.5h-2v-7h-1.781l-2.312 2.141 1.203 1.25c0.375-0.328 0.609-0.5 0.859-0.891h0.031v4.5h-2v1.5zM20 14c0 2.844-1.719 6.5-5 6.5s-5-3.656-5-6.5 1.719-6.5 5-6.5 5 3.656 5 6.5zM28 18v-8c-2.203 0-4-1.797-4-4h-18c0 2.203-1.797 4-4 4v8c2.203 0 4 1.797 4 4h18c0-2.203 1.797-4 4-4zM30 5v18c0 0.547-0.453 1-1 1h-28c-0.547 0-1-0.453-1-1v-18c0-0.547 0.453-1 1-1h28c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-down\" viewBox=\"0 0 16 28\">\n<title>caret-down</title>\n<path d=\"M16 11c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-up\" viewBox=\"0 0 16 28\">\n<title>caret-up</title>\n<path d=\"M16 19c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-left\" viewBox=\"0 0 11 28\">\n<title>caret-left</title>\n<path d=\"M10 7v14c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-right\" viewBox=\"0 0 9 28\">\n<title>caret-right</title>\n<path d=\"M9 14c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-14c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-columns\" viewBox=\"0 0 26 28\">\n<title>columns</title>\n<path d=\"M2.5 24h9.5v-18h-10v17.5c0 0.266 0.234 0.5 0.5 0.5zM24 23.5v-17.5h-10v18h9.5c0.266 0 0.5-0.234 0.5-0.5zM26 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort\" viewBox=\"0 0 16 28\">\n<title>sort</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-desc\" viewBox=\"0 0 16 28\">\n<title>sort-desc</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-asc\" viewBox=\"0 0 16 28\">\n<title>sort-asc</title>\n<path d=\"M16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope\" viewBox=\"0 0 28 28\">\n<title>envelope</title>\n<path d=\"M28 11.094v12.406c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-12.406c0.469 0.516 1 0.969 1.578 1.359 2.594 1.766 5.219 3.531 7.766 5.391 1.313 0.969 2.938 2.156 4.641 2.156h0.031c1.703 0 3.328-1.188 4.641-2.156 2.547-1.844 5.172-3.625 7.781-5.391 0.562-0.391 1.094-0.844 1.563-1.359zM28 6.5c0 1.75-1.297 3.328-2.672 4.281-2.438 1.687-4.891 3.375-7.313 5.078-1.016 0.703-2.734 2.141-4 2.141h-0.031c-1.266 0-2.984-1.437-4-2.141-2.422-1.703-4.875-3.391-7.297-5.078-1.109-0.75-2.688-2.516-2.688-3.938 0-1.531 0.828-2.844 2.5-2.844h23c1.359 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin\" viewBox=\"0 0 24 28\">\n<title>linkedin</title>\n<path d=\"M5.453 9.766v15.484h-5.156v-15.484h5.156zM5.781 4.984c0.016 1.484-1.109 2.672-2.906 2.672v0h-0.031c-1.734 0-2.844-1.188-2.844-2.672 0-1.516 1.156-2.672 2.906-2.672 1.766 0 2.859 1.156 2.875 2.672zM24 16.375v8.875h-5.141v-8.281c0-2.078-0.75-3.5-2.609-3.5-1.422 0-2.266 0.953-2.641 1.875-0.125 0.344-0.172 0.797-0.172 1.266v8.641h-5.141c0.063-14.031 0-15.484 0-15.484h5.141v2.25h-0.031c0.672-1.062 1.891-2.609 4.672-2.609 3.391 0 5.922 2.219 5.922 6.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rotate-left\" viewBox=\"0 0 24 28\">\n<title>rotate-left</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gavel\" viewBox=\"0 0 28 28\">\n<title>gavel</title>\n<path d=\"M27.672 24c0 0.531-0.219 1.047-0.578 1.406l-1.672 1.687c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-5.672-5.688c-0.375-0.359-0.594-0.875-0.594-1.406 0-0.594 0.25-1.078 0.672-1.5l-4-4-1.969 1.969c-0.141 0.141-0.328 0.219-0.531 0.219s-0.391-0.078-0.531-0.219c0.469 0.469 0.906 0.812 0.906 1.531 0 0.406-0.156 0.766-0.438 1.062-0.531 0.562-1.094 1.313-1.937 1.313-0.391 0-0.781-0.156-1.062-0.438l-6.375-6.375c-0.281-0.281-0.438-0.672-0.438-1.062 0-0.844 0.75-1.406 1.313-1.937 0.297-0.281 0.656-0.438 1.062-0.438 0.719 0 1.062 0.438 1.531 0.906-0.141-0.141-0.219-0.328-0.219-0.531s0.078-0.391 0.219-0.531l5.437-5.437c0.141-0.141 0.328-0.219 0.531-0.219s0.391 0.078 0.531 0.219c-0.469-0.469-0.906-0.812-0.906-1.531 0-0.406 0.156-0.766 0.438-1.062 0.531-0.562 1.094-1.313 1.937-1.313 0.391 0 0.781 0.156 1.062 0.438l6.375 6.375c0.281 0.281 0.438 0.672 0.438 1.062 0 0.844-0.75 1.406-1.313 1.937-0.297 0.281-0.656 0.438-1.062 0.438-0.719 0-1.062-0.438-1.531-0.906 0.141 0.141 0.219 0.328 0.219 0.531s-0.078 0.391-0.219 0.531l-1.969 1.969 4 4c0.422-0.422 0.906-0.672 1.5-0.672 0.531 0 1.047 0.219 1.422 0.578l5.672 5.672c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashboard\" viewBox=\"0 0 28 28\">\n<title>dashboard</title>\n<path d=\"M6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM9 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM15.687 18.516l1.578-5.969c0.125-0.531-0.187-1.078-0.719-1.219v0c-0.531-0.141-1.078 0.187-1.219 0.719l-1.578 5.969c-1.234 0.094-2.312 0.953-2.656 2.219-0.422 1.609 0.547 3.25 2.141 3.672 1.609 0.422 3.25-0.547 3.672-2.141 0.328-1.266-0.203-2.547-1.219-3.25zM26 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 18c0 2.688-0.766 5.281-2.203 7.547-0.187 0.281-0.5 0.453-0.844 0.453h-21.906c-0.344 0-0.656-0.172-0.844-0.453-1.437-2.25-2.203-4.859-2.203-7.547 0-7.719 6.281-14 14-14s14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment-o\" viewBox=\"0 0 28 28\">\n<title>comment-o</title>\n<path d=\"M14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.531 6.266-10 14-10v0c7.734 0 14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments-o\" viewBox=\"0 0 28 28\">\n<title>comments-o</title>\n<path d=\"M11 6c-4.875 0-9 2.75-9 6 0 1.719 1.156 3.375 3.156 4.531l1.516 0.875-0.547 1.313c0.328-0.187 0.656-0.391 0.969-0.609l0.688-0.484 0.828 0.156c0.781 0.141 1.578 0.219 2.391 0.219 4.875 0 9-2.75 9-6s-4.125-6-9-6zM11 4c6.078 0 11 3.578 11 8s-4.922 8-11 8c-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8zM23.844 22.266c0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375 0 2.547-1.625 4.797-4.156 6.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bolt\" viewBox=\"0 0 14 28\">\n<title>bolt</title>\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sitemap\" viewBox=\"0 0 28 28\">\n<title>sitemap</title>\n<path d=\"M28 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3c0-1.094 0.906-2 2-2h8v-3h-1.5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-1.5v3h8c1.094 0 2 0.906 2 2v3h1.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-umbrella\" viewBox=\"0 0 26 28\">\n<title>umbrella</title>\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clipboard\" viewBox=\"0 0 28 28\">\n<title>clipboard</title>\n<path d=\"M12 26h14v-10h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6v18zM16 3.5v-1c0-0.266-0.234-0.5-0.5-0.5h-11c-0.266 0-0.5 0.234-0.5 0.5v1c0 0.266 0.234 0.5 0.5 0.5h11c0.266 0 0.5-0.234 0.5-0.5zM20 14h4.672l-4.672-4.672v4.672zM28 16v10.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h17c0.828 0 1.5 0.672 1.5 1.5v5.125c0.203 0.125 0.391 0.266 0.562 0.437l6.375 6.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lightbulb-o\" viewBox=\"0 0 16 28\">\n<title>lightbulb-o</title>\n<path d=\"M11.5 9c0 0.266-0.234 0.5-0.5 0.5s-0.5-0.234-0.5-0.5c0-1.078-1.672-1.5-2.5-1.5-0.266 0-0.5-0.234-0.5-0.5s0.234-0.5 0.5-0.5c1.453 0 3.5 0.766 3.5 2.5zM14 9c0-3.125-3.172-5-6-5s-6 1.875-6 5c0 1 0.406 2.047 1.062 2.812 0.297 0.344 0.641 0.672 0.953 1.031 1.109 1.328 2.047 2.891 2.203 4.656h3.563c0.156-1.766 1.094-3.328 2.203-4.656 0.313-0.359 0.656-0.688 0.953-1.031 0.656-0.766 1.062-1.813 1.062-2.812zM16 9c0 1.609-0.531 3-1.609 4.188s-2.5 2.859-2.625 4.531c0.453 0.266 0.734 0.766 0.734 1.281 0 0.375-0.141 0.734-0.391 1 0.25 0.266 0.391 0.625 0.391 1 0 0.516-0.266 0.984-0.703 1.266 0.125 0.219 0.203 0.484 0.203 0.734 0 1.016-0.797 1.5-1.703 1.5-0.406 0.906-1.313 1.5-2.297 1.5s-1.891-0.594-2.297-1.5c-0.906 0-1.703-0.484-1.703-1.5 0-0.25 0.078-0.516 0.203-0.734-0.438-0.281-0.703-0.75-0.703-1.266 0-0.375 0.141-0.734 0.391-1-0.25-0.266-0.391-0.625-0.391-1 0-0.516 0.281-1.016 0.734-1.281-0.125-1.672-1.547-3.344-2.625-4.531s-1.609-2.578-1.609-4.188c0-4.25 4.047-7 8-7s8 2.75 8 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exchange\" viewBox=\"0 0 28 28\">\n<title>exchange</title>\n<path d=\"M28 18.5v3c0 0.266-0.234 0.5-0.5 0.5h-21.5v3c0 0.266-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-5c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.219 0.5 0.5v3h21.5c0.266 0 0.5 0.219 0.5 0.5zM28 10c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-21.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-download\" viewBox=\"0 0 30 28\">\n<title>cloud-download</title>\n<path d=\"M20 14.5c0-0.281-0.219-0.5-0.5-0.5h-3.5v-5.5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5.5h-3.5c-0.281 0-0.5 0.234-0.5 0.5 0 0.125 0.047 0.266 0.141 0.359l5.5 5.5c0.094 0.094 0.219 0.141 0.359 0.141 0.125 0 0.266-0.047 0.359-0.141l5.484-5.484c0.094-0.109 0.156-0.234 0.156-0.375zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-upload\" viewBox=\"0 0 30 28\">\n<title>cloud-upload</title>\n<path d=\"M20 13.5c0-0.125-0.047-0.266-0.141-0.359l-5.5-5.5c-0.094-0.094-0.219-0.141-0.359-0.141-0.125 0-0.266 0.047-0.359 0.141l-5.484 5.484c-0.094 0.109-0.156 0.234-0.156 0.375 0 0.281 0.219 0.5 0.5 0.5h3.5v5.5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5v-5.5h3.5c0.281 0 0.5-0.234 0.5-0.5zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-md\" viewBox=\"0 0 22 28\">\n<title>user-md</title>\n<path d=\"M6 21c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.109 0.625-8.016 4.344-8.828-0.25 0.594-0.344 1.234-0.344 1.875v3.172c-1.203 0.422-2 1.563-2 2.828 0 1.656 1.344 3 3 3s3-1.344 3-3c0-1.266-0.812-2.406-2-2.828v-3.172c0-0.516 0.047-1.031 0.391-1.453 1.313 1.031 2.938 1.625 4.609 1.625s3.297-0.594 4.609-1.625c0.344 0.422 0.391 0.938 0.391 1.453v1c-2.203 0-4 1.797-4 4v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.094 0.906-2 2-2s2 0.906 2 2v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.422-0.766-2.75-2-3.453 0-1.141 0.109-2.359-0.344-3.422 3.719 0.812 4.344 5.719 4.344 8.828zM17 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stethoscope\" viewBox=\"0 0 22 28\">\n<title>stethoscope</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 11c0 1.313-0.828 2.406-2 2.828v6.172c0 3.313-3.141 6-7 6s-7-2.688-7-6v-2.063c-3.391-0.422-6-2.922-6-5.938v-8c0-0.547 0.453-1 1-1 0.094 0 0.172 0.016 0.25 0.031 0.344-0.609 1-1.031 1.75-1.031 1.109 0 2 0.891 2 2s-0.891 2-2 2c-0.359 0-0.703-0.109-1-0.281v6.281c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.281c-0.297 0.172-0.641 0.281-1 0.281-1.109 0-2-0.891-2-2s0.891-2 2-2c0.75 0 1.406 0.422 1.75 1.031 0.078-0.016 0.156-0.031 0.25-0.031 0.547 0 1 0.453 1 1v8c0 3.016-2.609 5.516-6 5.938v2.063c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.172c-1.172-0.422-2-1.516-2-2.828 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-suitcase\" viewBox=\"0 0 28 28\">\n<title>suitcase</title>\n<path d=\"M10 6h8v-2h-8v2zM4.5 6v20h-1c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h1zM22 6v20h-16v-20h2v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-1v-20h1c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell\" viewBox=\"0 0 28 28\">\n<title>bell</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-coffee\" viewBox=\"0 0 29 28\">\n<title>coffee</title>\n<path d=\"M26 10c0-1.656-1.344-3-3-3h-1v6h1c1.656 0 3-1.344 3-3zM0 22h28c0 2.203-1.797 4-4 4h-20c-2.203 0-4-1.797-4-4zM29 10c0 3.313-2.688 6-6 6h-1v0.5c0 1.922-1.578 3.5-3.5 3.5h-11c-1.922 0-3.5-1.578-3.5-3.5v-11.5c0-0.547 0.453-1 1-1h18c3.313 0 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cutlery\" viewBox=\"0 0 22 28\">\n<title>cutlery</title>\n<path d=\"M10 1v10c0 1.266-0.812 2.406-2 2.828v12.172c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-12.172c-1.188-0.422-2-1.563-2-2.828v-10c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1zM22 1v25c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-8h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-12.5c0-2.75 2.25-5 5-5h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text-o\" viewBox=\"0 0 24 28\">\n<title>file-text-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6 12.5c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1zM17.5 16c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11zM17.5 20c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building-o\" viewBox=\"0 0 22 28\">\n<title>building-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-24h-18v24h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM22 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hospital-o\" viewBox=\"0 0 22 28\">\n<title>hospital-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-18h-4v0.5c0 0.828-0.672 1.5-1.5 1.5h-7c-0.828 0-1.5-0.672-1.5-1.5v-0.5h-4v18h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM14 7.5v-5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v1.5h-2v-1.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5v-1.5h2v1.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM22 7v20c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-20c0-0.547 0.453-1 1-1h5v-4.5c0-0.828 0.672-1.5 1.5-1.5h7c0.828 0 1.5 0.672 1.5 1.5v4.5h5c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ambulance\" viewBox=\"0 0 31 28\">\n<title>ambulance</title>\n<path d=\"M10 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM4 14h6v-4h-2.469c-0.094 0.016-0.266 0.078-0.344 0.141l-3.047 3.047c-0.047 0.078-0.125 0.25-0.141 0.344v0.469zM24 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 11.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM30 3v18c0 0.547-0.453 1-1 1h-3c0 2.203-1.781 4-4 4-2.203 0-4-1.797-4-4h-6c0 2.203-1.781 4-4 4s-4-1.797-4-4h-2c-0.547 0-1-0.453-1-1s0.453-1 1-1v-6.5c0-0.547 0.313-1.313 0.703-1.703l3.094-3.094c0.391-0.391 1.156-0.703 1.703-0.703h2.5v-5c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medkit\" viewBox=\"0 0 28 28\">\n<title>medkit</title>\n<path d=\"M20 17.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM10 6h8v-2h-8v2zM4 6v20h-0.5c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h0.5zM22.5 6v20h-17v-20h2.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2.5zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-0.5v-20h0.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fighter-jet\" viewBox=\"0 0 30 28\">\n<title>fighter-jet</title>\n<path d=\"M30 15c0 0 0 0.5-4.5 1.5l-5.5 0.5-3.5 1h-1l-4.578 5.5h1.078c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-5v-0.5h1v-6.5h-2.5l-3 3.5h-1.5l-0.5-0.5v-3h0.5v-0.5h2v-0.125l-3-0.375v-2l3-0.375v-0.125h-2v-0.5h-0.5v-3l0.5-0.5h1.5l3 3.5h2.5v-6.5h-1v-0.5h5c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-1.078l4.578 5.5h1l3.5 1 5.5 0.5c4.5 1 4.5 1.5 4.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-beer\" viewBox=\"0 0 27 28\">\n<title>beer</title>\n<path d=\"M10 14v-6h-4v4c0 1.109 0.891 2 2 2h2zM26 21v3h-18v-3l2-3h-2c-3.313 0-6-2.688-6-6v-5l-1-1 0.5-2h7.5l0.5-2h15l0.5 3-1 0.5v12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-h-square\" viewBox=\"0 0 24 28\">\n<title>h-square</title>\n<path d=\"M20 21v-14c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-8v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v14c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h8v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square\" viewBox=\"0 0 24 28\">\n<title>plus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-5v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-5c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h5v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h5c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-left\" viewBox=\"0 0 17 28\">\n<title>angle-double-left</title>\n<path d=\"M9.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359zM15.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-right\" viewBox=\"0 0 15 28\">\n<title>angle-double-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM15.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-up\" viewBox=\"0 0 18 28\">\n<title>angle-double-up</title>\n<path d=\"M16.797 20.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 14.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-down\" viewBox=\"0 0 18 28\">\n<title>angle-double-down</title>\n<path d=\"M16.797 13.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 7.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-left\" viewBox=\"0 0 11 28\">\n<title>angle-left</title>\n<path d=\"M9.797 8.5c0 0.125-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.219 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-right\" viewBox=\"0 0 9 28\">\n<title>angle-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359 0-0.125 0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-up\" viewBox=\"0 0 18 28\">\n<title>angle-up</title>\n<path d=\"M16.797 18.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-down\" viewBox=\"0 0 18 28\">\n<title>angle-down</title>\n<path d=\"M16.797 11.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-desktop\" viewBox=\"0 0 30 28\">\n<title>desktop</title>\n<path d=\"M28 15.5v-13c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-8.5c0 1.328 1 2.453 1 3s-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1 0-0.578 1-1.641 1-3h-8.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-laptop\" viewBox=\"0 0 30 28\">\n<title>laptop</title>\n<path d=\"M6.5 20c-1.375 0-2.5-1.125-2.5-2.5v-11c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5v11c0 1.375-1.125 2.5-2.5 2.5h-17zM6 6.5v11c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5v-11c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5zM27.5 21h2.5v1.5c0 0.828-1.125 1.5-2.5 1.5h-25c-1.375 0-2.5-0.672-2.5-1.5v-1.5h27.5zM16.25 22.5c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tablet\" viewBox=\"0 0 18 28\">\n<title>tablet</title>\n<path d=\"M10 22c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-13c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h13c0.266 0 0.5-0.234 0.5-0.5zM18 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-13c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h13c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mobile\" viewBox=\"0 0 12 28\">\n<title>mobile</title>\n<path d=\"M7.25 22c0-0.688-0.562-1.25-1.25-1.25s-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25 1.25-0.562 1.25-1.25zM10.5 19.5v-11c0-0.266-0.234-0.5-0.5-0.5h-8c-0.266 0-0.5 0.234-0.5 0.5v11c0 0.266 0.234 0.5 0.5 0.5h8c0.266 0 0.5-0.234 0.5-0.5zM7.5 6.25c0-0.141-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5c0.141 0 0.25-0.109 0.25-0.25zM12 6v16c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-16c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o\" viewBox=\"0 0 24 28\">\n<title>circle-o</title>\n<path d=\"M12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-left\" viewBox=\"0 0 26 28\">\n<title>quote-left</title>\n<path d=\"M12 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3zM26 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-right\" viewBox=\"0 0 26 28\">\n<title>quote-right</title>\n<path d=\"M12 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3zM26 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spinner\" viewBox=\"0 0 28 28\">\n<title>spinner</title>\n<path d=\"M8.219 21.781c0 1.094-0.891 2-2 2-1.094 0-2-0.906-2-2 0-1.109 0.906-2 2-2 1.109 0 2 0.891 2 2zM16 25c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM5 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM23.781 21.781c0 1.094-0.906 2-2 2-1.109 0-2-0.906-2-2 0-1.109 0.891-2 2-2 1.094 0 2 0.891 2 2zM8.719 6.219c0 1.375-1.125 2.5-2.5 2.5s-2.5-1.125-2.5-2.5 1.125-2.5 2.5-2.5 2.5 1.125 2.5 2.5zM27 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM17 3c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM25.281 6.219c0 1.937-1.578 3.5-3.5 3.5-1.937 0-3.5-1.563-3.5-3.5 0-1.922 1.563-3.5 3.5-3.5 1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle\" viewBox=\"0 0 24 28\">\n<title>circle</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply\" viewBox=\"0 0 28 28\">\n<title>mail-reply</title>\n<path d=\"M28 17.5c0 2.188-1.094 5.047-1.984 7.047-0.172 0.359-0.344 0.859-0.578 1.188-0.109 0.156-0.219 0.266-0.438 0.266-0.313 0-0.5-0.25-0.5-0.547 0-0.25 0.063-0.531 0.078-0.781 0.047-0.641 0.078-1.281 0.078-1.922 0-7.453-4.422-8.75-11.156-8.75h-3.5v4c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-8-8c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l8-8c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v4h3.5c5.125 0 11.5 0.906 13.672 6.297 0.656 1.656 0.828 3.453 0.828 5.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-alt\" viewBox=\"0 0 26 28\">\n<title>github-alt</title>\n<path d=\"M10 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM20 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM22.5 19c0-2.391-1.453-4.5-4-4.5-1.031 0-2.016 0.187-3.047 0.328-0.812 0.125-1.625 0.172-2.453 0.172s-1.641-0.047-2.453-0.172c-1.016-0.141-2.016-0.328-3.047-0.328-2.547 0-4 2.109-4 4.5 0 4.781 4.375 5.516 8.188 5.516h2.625c3.813 0 8.188-0.734 8.188-5.516zM26 16.25c0 1.734-0.172 3.578-0.953 5.172-2.063 4.172-7.734 4.578-11.797 4.578-4.125 0-10.141-0.359-12.281-4.578-0.797-1.578-0.969-3.437-0.969-5.172 0-2.281 0.625-4.438 2.125-6.188-0.281-0.859-0.422-1.766-0.422-2.656 0-1.172 0.266-2.344 0.797-3.406 2.469 0 4.047 1.078 5.922 2.547 1.578-0.375 3.203-0.547 4.828-0.547 1.469 0 2.953 0.156 4.375 0.5 1.859-1.453 3.437-2.5 5.875-2.5 0.531 1.062 0.797 2.234 0.797 3.406 0 0.891-0.141 1.781-0.422 2.625 1.5 1.766 2.125 3.938 2.125 6.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-o\" viewBox=\"0 0 26 28\">\n<title>folder-o</title>\n<path d=\"M24 20.5v-11c0-0.828-0.672-1.5-1.5-1.5h-11c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v15c0 0.828 0.672 1.5 1.5 1.5h19c0.828 0 1.5-0.672 1.5-1.5zM26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open-o\" viewBox=\"0 0 30 28\">\n<title>folder-open-o</title>\n<path d=\"M27.828 14.547c0-0.438-0.484-0.547-0.828-0.547h-17c-0.828 0-1.922 0.516-2.453 1.156l-4.594 5.672c-0.141 0.187-0.281 0.391-0.281 0.625 0 0.438 0.484 0.547 0.828 0.547h17c0.828 0 1.922-0.516 2.453-1.172l4.594-5.672c0.141-0.172 0.281-0.375 0.281-0.609zM10 12h12v-2.5c0-0.828-0.672-1.5-1.5-1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v13.328l4-4.922c0.906-1.109 2.578-1.906 4-1.906zM29.828 14.547c0 0.688-0.297 1.344-0.719 1.875l-4.609 5.672c-0.891 1.094-2.594 1.906-4 1.906h-17c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5v2.5h3c1.062 0 2.125 0.484 2.594 1.484 0.156 0.328 0.234 0.688 0.234 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-smile-o\" viewBox=\"0 0 24 28\">\n<title>smile-o</title>\n<path d=\"M17.719 16.797c-0.781 2.516-3.078 4.203-5.719 4.203s-4.937-1.687-5.719-4.203c-0.172-0.531 0.125-1.078 0.656-1.25 0.516-0.172 1.078 0.125 1.25 0.656 0.516 1.672 2.063 2.797 3.813 2.797s3.297-1.125 3.813-2.797c0.172-0.531 0.734-0.828 1.266-0.656 0.516 0.172 0.812 0.719 0.641 1.25zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-frown-o\" viewBox=\"0 0 24 28\">\n<title>frown-o</title>\n<path d=\"M17.719 19.203c0.172 0.531-0.125 1.078-0.641 1.25-0.531 0.172-1.094-0.125-1.266-0.656-0.516-1.672-2.063-2.797-3.813-2.797s-3.297 1.125-3.813 2.797c-0.172 0.531-0.734 0.828-1.25 0.656-0.531-0.172-0.828-0.719-0.656-1.25 0.781-2.516 3.078-4.203 5.719-4.203s4.937 1.687 5.719 4.203zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meh-o\" viewBox=\"0 0 24 28\">\n<title>meh-o</title>\n<path d=\"M18 17c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h10c0.547 0 1 0.453 1 1zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gamepad\" viewBox=\"0 0 30 28\">\n<title>gamepad</title>\n<path d=\"M13 17v-2c0-0.281-0.219-0.5-0.5-0.5h-3v-3c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v3h-3c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h3v3c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5v-3h3c0.281 0 0.5-0.219 0.5-0.5zM22 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM30 16c0 4.422-3.578 8-8 8-2.031 0-3.875-0.766-5.281-2h-3.437c-1.406 1.234-3.25 2-5.281 2-4.422 0-8-3.578-8-8s3.578-8 8-8h14c4.422 0 8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-keyboard-o\" viewBox=\"0 0 30 28\">\n<title>keyboard-o</title>\n<path d=\"M6 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM8 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h3.5c0.141 0 0.25 0.109 0.25 0.25zM6 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-13.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h13.5c0.141 0 0.25 0.109 0.25 0.25zM12 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM10 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM16 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM14 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM20 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM18 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 10.25v5.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.75v-3.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM28 22v-14h-26v14h26zM30 8v14c0 1.109-0.891 2-2 2h-26c-1.109 0-2-0.891-2-2v-14c0-1.109 0.891-2 2-2h26c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-o\" viewBox=\"0 0 29 28\">\n<title>flag-o</title>\n<path d=\"M26 16.328v-9.625c-1.25 0.672-3 1.422-4.781 1.422v0c-0.828 0-1.594-0.156-2.266-0.5-1.672-0.828-3.484-1.625-5.656-1.625-2.016 0-4.484 0.984-6.297 1.984v9.359c2.063-0.953 4.688-1.766 6.766-1.766 2.406 0 3.969 0.797 5.641 1.625l0.438 0.219c0.438 0.219 0.969 0.344 1.578 0.344 1.734 0 3.609-0.922 4.578-1.437zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-checkered\" viewBox=\"0 0 29 28\">\n<title>flag-checkered</title>\n<path d=\"M13 15.625v-3c-1.906 0.172-4.203 0.938-6 1.828v2.891c1.813-0.844 4.062-1.563 6-1.719zM13 9.094v-3.078c-1.969 0.094-4.281 1.016-6 1.969v2.953c1.844-0.953 4.062-1.766 6-1.844zM26 16.328v-2.875c-1.422 0.703-3.906 1.75-6 1.109v-3.5c-0.203-0.063-0.406-0.141-0.609-0.234-1.797-0.906-3.266-1.75-5.625-1.75-0.25 0-0.5 0.016-0.766 0.047v3.469h0.297c2.359 0 4.297 0.844 6.094 1.734 0.203 0.094 0.406 0.172 0.609 0.234v2.938c0.422 0.172 0.891 0.266 1.422 0.266 1.734 0 3.609-0.922 4.578-1.437zM26 9.656v-2.953c-1.25 0.672-3 1.422-4.781 1.422v0c-0.422 0-0.828-0.031-1.219-0.125v3.063c2.094 0.594 4.578-0.609 6-1.406zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-terminal\" viewBox=\"0 0 26 28\">\n<title>terminal</title>\n<path d=\"M9.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719zM26 22.5v1c0 0.281-0.219 0.5-0.5 0.5h-15c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h15c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code\" viewBox=\"0 0 30 28\">\n<title>code</title>\n<path d=\"M9.641 21.859l-0.781 0.781c-0.203 0.203-0.516 0.203-0.719 0l-7.281-7.281c-0.203-0.203-0.203-0.516 0-0.719l7.281-7.281c0.203-0.203 0.516-0.203 0.719 0l0.781 0.781c0.203 0.203 0.203 0.516 0 0.719l-6.141 6.141 6.141 6.141c0.203 0.203 0.203 0.516 0 0.719zM18.875 5.187l-5.828 20.172c-0.078 0.266-0.359 0.422-0.609 0.344l-0.969-0.266c-0.266-0.078-0.422-0.359-0.344-0.625l5.828-20.172c0.078-0.266 0.359-0.422 0.609-0.344l0.969 0.266c0.266 0.078 0.422 0.359 0.344 0.625zM29.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply-all\" viewBox=\"0 0 28 28\">\n<title>mail-reply-all</title>\n<path d=\"M10 16.906v1.094c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v1.078l-6.203 6.219c-0.391 0.391-0.391 1.016 0 1.406zM28 17.5c0 3.25-2.453 8.031-2.562 8.234-0.078 0.172-0.25 0.266-0.438 0.266-0.047 0-0.094 0-0.141-0.016-0.234-0.078-0.375-0.297-0.359-0.531 0.453-4.266-0.078-7.078-1.656-8.828-1.328-1.484-3.484-2.281-6.844-2.547v3.922c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v4.094c4.312 0.297 7.391 1.437 9.359 3.453 2.359 2.422 2.641 5.703 2.641 7.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half-empty\" viewBox=\"0 0 26 28\">\n<title>star-half-empty</title>\n<path d=\"M18.531 14.953l4.016-3.906-6.594-0.969-0.469-0.938-2.484-5.031v15.047l0.922 0.484 4.969 2.625-0.938-5.547-0.187-1.031zM25.594 10.859l-5.672 5.531 1.344 7.812c0.109 0.688-0.141 1.094-0.625 1.094-0.172 0-0.391-0.063-0.625-0.187l-7.016-3.687-7.016 3.687c-0.234 0.125-0.453 0.187-0.625 0.187-0.484 0-0.734-0.406-0.625-1.094l1.344-7.812-5.688-5.531c-0.672-0.672-0.453-1.328 0.484-1.469l7.844-1.141 3.516-7.109c0.203-0.422 0.484-0.641 0.766-0.641v0c0.281 0 0.547 0.219 0.766 0.641l3.516 7.109 7.844 1.141c0.938 0.141 1.156 0.797 0.469 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-location-arrow\" viewBox=\"0 0 22 28\">\n<title>location-arrow</title>\n<path d=\"M21.891 5.453l-10 20c-0.172 0.344-0.516 0.547-0.891 0.547-0.078 0-0.156-0.016-0.234-0.031-0.453-0.109-0.766-0.5-0.766-0.969v-9h-9c-0.469 0-0.859-0.313-0.969-0.766s0.109-0.922 0.516-1.125l20-10c0.141-0.078 0.297-0.109 0.453-0.109 0.266 0 0.516 0.094 0.703 0.297 0.313 0.297 0.391 0.766 0.187 1.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crop\" viewBox=\"0 0 26 28\">\n<title>crop</title>\n<path d=\"M8.703 20h9.297v-9.297zM8 19.297l9.297-9.297h-9.297v9.297zM26 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-13.5c-0.281 0-0.5-0.219-0.5-0.5v-13.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v3.5h13.297l3.844-3.859c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719l-3.859 3.844v13.297h3.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code-fork\" viewBox=\"0 0 16 28\">\n<title>code-fork</title>\n<path d=\"M4.5 23c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM4.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM14.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM16 7c0 1.109-0.609 2.078-1.5 2.594-0.047 5.641-4.047 6.891-6.703 7.734-2.484 0.781-3.297 1.156-3.297 2.672v0.406c0.891 0.516 1.5 1.484 1.5 2.594 0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.109 0.609-2.078 1.5-2.594v-12.812c-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3c0 1.109-0.609 2.078-1.5 2.594v7.766c0.797-0.391 1.641-0.656 2.406-0.891 2.906-0.922 4.562-1.609 4.594-4.875-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain-broken\" viewBox=\"0 0 26 28\">\n<title>chain-broken</title>\n<path d=\"M6.859 19.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719zM9.5 20.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM6 17c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM25.75 19c0 1.203-0.469 2.328-1.328 3.172l-2.297 2.281c-0.844 0.844-1.969 1.297-3.172 1.297s-2.344-0.469-3.187-1.328l-5.219-5.234c-0.266-0.266-0.469-0.562-0.656-0.875l3.734-0.281 4.266 4.281c0.562 0.562 1.563 0.578 2.125 0.016l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047 0-0.406-0.156-0.781-0.438-1.062l-4.281-4.297 0.281-3.734c0.313 0.187 0.609 0.391 0.875 0.656l5.25 5.25c0.844 0.859 1.313 1.984 1.313 3.187zM16.109 7.688l-3.734 0.281-4.266-4.281c-0.281-0.281-0.656-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l4.281 4.281-0.281 3.75c-0.313-0.187-0.609-0.391-0.875-0.656l-5.25-5.25c-0.844-0.859-1.313-1.984-1.313-3.187s0.469-2.328 1.328-3.172l2.297-2.281c0.844-0.844 1.969-1.297 3.172-1.297s2.344 0.469 3.187 1.328l5.219 5.234c0.266 0.266 0.469 0.562 0.656 0.875zM26 9c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM17.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM23.859 2.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info\" viewBox=\"0 0 10 28\">\n<title>info</title>\n<path d=\"M10 21v2c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1v-6h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v9h1c0.547 0 1 0.453 1 1zM8 3v3c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation\" viewBox=\"0 0 10 28\">\n<title>exclamation</title>\n<path d=\"M8 19.5v3.5c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3.5c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1zM8.469 3l-0.438 12c-0.016 0.547-0.484 1-1.031 1h-4c-0.547 0-1.016-0.453-1.031-1l-0.438-12c-0.016-0.547 0.422-1 0.969-1h5c0.547 0 0.984 0.453 0.969 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superscript\" viewBox=\"0 0 24 28\">\n<title>superscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM23.969 10.781v3.219h-8.031l-0.047-0.422c-0.031-0.219-0.063-0.516-0.063-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.594 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.516 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.75-5.187 4.062-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subscript\" viewBox=\"0 0 24 28\">\n<title>subscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM24 24.781v3.219h-8.031l-0.063-0.422c-0.016-0.234-0.047-0.516-0.047-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.609 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.531 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.734-5.187 4.047-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eraser\" viewBox=\"0 0 30 28\">\n<title>eraser</title>\n<path d=\"M14 22l5.25-6h-12l-5.25 6h12zM29.828 5.172c0.313 0.719 0.187 1.547-0.328 2.141l-14 16c-0.375 0.438-0.922 0.688-1.5 0.688h-12c-0.781 0-1.5-0.453-1.828-1.172-0.313-0.719-0.187-1.547 0.328-2.141l14-16c0.375-0.438 0.922-0.688 1.5-0.688h12c0.781 0 1.5 0.453 1.828 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-puzzle-piece\" viewBox=\"0 0 26 28\">\n<title>puzzle-piece</title>\n<path d=\"M26 17.156c0 1.609-0.922 2.953-2.625 2.953-1.906 0-2.406-1.734-4.125-1.734-1.25 0-1.719 0.781-1.719 1.937 0 1.219 0.5 2.391 0.484 3.594v0.078c-0.172 0-0.344 0-0.516 0.016-1.609 0.156-3.234 0.469-4.859 0.469-1.109 0-2.266-0.438-2.266-1.719 0-1.719 1.734-2.219 1.734-4.125 0-1.703-1.344-2.625-2.953-2.625-1.641 0-3.156 0.906-3.156 2.703 0 1.984 1.516 2.844 1.516 3.922 0 0.547-0.344 1.031-0.719 1.391-0.484 0.453-1.172 0.547-1.828 0.547-1.281 0-2.562-0.172-3.828-0.375-0.281-0.047-0.578-0.078-0.859-0.125l-0.203-0.031c-0.031-0.016-0.078-0.016-0.078-0.031v-16c0.063 0.047 0.984 0.156 1.141 0.187 1.266 0.203 2.547 0.375 3.828 0.375 0.656 0 1.344-0.094 1.828-0.547 0.375-0.359 0.719-0.844 0.719-1.391 0-1.078-1.516-1.937-1.516-3.922 0-1.797 1.516-2.703 3.172-2.703 1.594 0 2.938 0.922 2.938 2.625 0 1.906-1.734 2.406-1.734 4.125 0 1.281 1.156 1.719 2.266 1.719 1.797 0 3.578-0.406 5.359-0.5v0.031c-0.047 0.063-0.156 0.984-0.187 1.141-0.203 1.266-0.375 2.547-0.375 3.828 0 0.656 0.094 1.344 0.547 1.828 0.359 0.375 0.844 0.719 1.391 0.719 1.078 0 1.937-1.516 3.922-1.516 1.797 0 2.703 1.516 2.703 3.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone\" viewBox=\"0 0 18 28\">\n<title>microphone</title>\n<path d=\"M18 11v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-4.5-0.5-8-4.312-8-8.937v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 3.859 3.141 7 7 7s7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1zM14 5v8c0 2.75-2.25 5-5 5s-5-2.25-5-5v-8c0-2.75 2.25-5 5-5s5 2.25 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone-slash\" viewBox=\"0 0 22 28\">\n<title>microphone-slash</title>\n<path d=\"M4.234 14.766l-1.578 1.578c-0.422-1.031-0.656-2.156-0.656-3.344v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 0.609 0.094 1.203 0.234 1.766zM21.641 5.359l-5.641 5.641v2c0 2.75-2.25 5-5 5-0.594 0-1.172-0.109-1.703-0.297l-1.5 1.5c0.953 0.5 2.047 0.797 3.203 0.797 3.859 0 7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-1.328-0.141-2.578-0.594-3.672-1.266l-3.969 3.969c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l19.281-19.281c0.203-0.203 0.516-0.203 0.719 0l1.281 1.281c0.203 0.203 0.203 0.516 0 0.719zM15.703 3.297l-9.703 9.703v-8c0-2.75 2.25-5 5-5 2.156 0 4 1.391 4.703 3.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shield\" viewBox=\"0 0 20 28\">\n<title>shield</title>\n<path d=\"M17 15v-10h-7v17.766c0.797-0.422 2.078-1.156 3.328-2.141 1.672-1.313 3.672-3.359 3.672-5.625zM20 3v12c0 6.578-9.203 10.734-9.594 10.906-0.125 0.063-0.266 0.094-0.406 0.094s-0.281-0.031-0.406-0.094c-0.391-0.172-9.594-4.328-9.594-10.906v-12c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-o\" viewBox=\"0 0 26 28\">\n<title>calendar-o</title>\n<path d=\"M2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire-extinguisher\" viewBox=\"0 0 22 28\">\n<title>fire-extinguisher</title>\n<path d=\"M8 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 2.5v5c0 0.156-0.063 0.297-0.187 0.391-0.094 0.078-0.203 0.109-0.313 0.109-0.031 0-0.063 0-0.109-0.016l-7-1.5c-0.219-0.047-0.391-0.25-0.391-0.484h-4v1.594c2.281 0.469 4 2.484 4 4.906v12.5c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-12.5c0-2.234 1.469-4.141 3.5-4.766v-1.734h-0.5c-3.313 0-5.094 3.422-5.109 3.453-0.172 0.344-0.531 0.547-0.891 0.547-0.156 0-0.313-0.031-0.453-0.109-0.484-0.25-0.688-0.844-0.438-1.344 0.078-0.156 1.641-3.187 4.781-4.203-0.234-0.391-0.391-0.844-0.391-1.344 0-1.375 1.125-2.5 2.5-2.5s2.5 1.125 2.5 2.5c0 0.359-0.078 0.688-0.219 1h4.719c0-0.234 0.172-0.438 0.391-0.484l7-1.5c0.047-0.016 0.078-0.016 0.109-0.016 0.109 0 0.219 0.031 0.313 0.109 0.125 0.094 0.187 0.234 0.187 0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rocket\" viewBox=\"0 0 26 28\">\n<title>rocket</title>\n<path d=\"M22.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26 2.5c0 5.187-1.437 8.641-5.141 12.359-0.906 0.891-1.937 1.813-3.047 2.75l-0.313 5.922c-0.016 0.156-0.109 0.313-0.25 0.406l-6 3.5c-0.078 0.047-0.156 0.063-0.25 0.063-0.125 0-0.25-0.047-0.359-0.141l-1-1c-0.125-0.141-0.172-0.328-0.125-0.5l1.328-4.312-4.391-4.391-4.312 1.328c-0.047 0.016-0.094 0.016-0.141 0.016-0.125 0-0.266-0.047-0.359-0.141l-1-1c-0.156-0.172-0.187-0.422-0.078-0.609l3.5-6c0.094-0.141 0.25-0.234 0.406-0.25l5.922-0.313c0.938-1.109 1.859-2.141 2.75-3.047 3.906-3.891 6.891-5.141 12.328-5.141 0.281 0 0.531 0.219 0.531 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-maxcdn\" viewBox=\"0 0 28 28\">\n<title>maxcdn</title>\n<path d=\"M27.266 12.078l-2.562 11.922h-5.219l2.781-13c0.125-0.547 0.047-1.047-0.234-1.375-0.266-0.328-0.734-0.516-1.297-0.516h-2.641l-3.187 14.891h-5.219l3.187-14.891h-4.469l-3.187 14.891h-5.219l3.187-14.891-2.391-5.109h19.938c2.109 0 4.031 0.875 5.266 2.406 1.25 1.531 1.703 3.609 1.266 5.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-left\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-left</title>\n<path d=\"M14.203 21.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-4.797-4.797 4.797-4.797c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-right\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-right</title>\n<path d=\"M11.203 21.797l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l4.797 4.797-4.797 4.797c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-up\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-up</title>\n<path d=\"M18.203 17.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l4.797-4.797 4.797 4.797c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-down\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-down</title>\n<path d=\"M12.703 20.297l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-4.797 4.797-4.797-4.797c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-html5\" viewBox=\"0 0 22 28\">\n<title>html5</title>\n<path d=\"M17.656 9.328l0.25-2.734h-13.813l0.734 8.344h9.562l-0.344 3.563-3.078 0.828-3.063-0.828-0.203-2.188h-2.734l0.344 4.344 5.656 1.563h0.063v-0.016l5.609-1.547 0.781-8.5h-10.063l-0.234-2.828h10.531zM0 2h22l-2 22.469-9.031 2.531-8.969-2.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-css3\" viewBox=\"0 0 28 28\">\n<title>css3</title>\n<path d=\"M4.297 2h23.516l-4.156 20.828-12.563 4.172-10.906-4.172 1.109-5.563h4.641l-0.453 2.297 6.594 2.516 7.594-2.516 1.062-5.297h-18.875l0.906-4.641h18.891l0.594-2.984h-18.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-anchor\" viewBox=\"0 0 28 28\">\n<title>anchor</title>\n<path d=\"M15 4c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 18.5v5.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-1.453-1.453c-2.453 2.953-6.859 4.844-11.688 4.844s-9.234-1.891-11.688-4.844l-1.453 1.453c-0.094 0.094-0.234 0.141-0.359 0.141-0.063 0-0.125-0.016-0.187-0.031-0.187-0.078-0.313-0.266-0.313-0.469v-5.5c0-0.281 0.219-0.5 0.5-0.5h5.5c0.203 0 0.391 0.125 0.469 0.313s0.031 0.391-0.109 0.547l-1.563 1.563c1.406 1.891 4.109 3.266 7.203 3.687v-10.109h-3c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h3v-2.547c-1.188-0.688-2-1.969-2-3.453 0-2.203 1.797-4 4-4s4 1.797 4 4c0 1.484-0.812 2.766-2 3.453v2.547h3c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-3v10.109c3.094-0.422 5.797-1.797 7.203-3.687l-1.563-1.563c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h5.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock-alt\" viewBox=\"0 0 18 28\">\n<title>unlock-alt</title>\n<path d=\"M16.5 12c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-5c0-3.859 3.141-7 7-7s7 3.141 7 7c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1 0-2.203-1.797-4-4-4s-4 1.797-4 4v5h11.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullseye\" viewBox=\"0 0 24 28\">\n<title>bullseye</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-h\" viewBox=\"0 0 22 28\">\n<title>ellipsis-h</title>\n<path d=\"M6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM14 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-v\" viewBox=\"0 0 6 28\">\n<title>ellipsis-v</title>\n<path d=\"M6 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rss-square\" viewBox=\"0 0 24 28\">\n<title>rss-square</title>\n<path d=\"M8 20c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM13.484 21.469c-0.266-4.844-4.109-8.687-8.953-8.953-0.141-0.016-0.281 0.047-0.375 0.141s-0.156 0.219-0.156 0.359v2c0 0.266 0.203 0.484 0.469 0.5 3.203 0.234 5.781 2.812 6.016 6.016 0.016 0.266 0.234 0.469 0.5 0.469h2c0.141 0 0.266-0.063 0.359-0.156s0.156-0.234 0.141-0.375zM19.484 21.484c-0.266-8.125-6.844-14.703-14.969-14.969-0.156-0.016-0.266 0.031-0.359 0.141-0.094 0.094-0.156 0.219-0.156 0.359v2c0 0.266 0.219 0.484 0.484 0.5 6.484 0.234 11.766 5.516 12 12 0.016 0.266 0.234 0.484 0.5 0.484h2c0.141 0 0.266-0.063 0.359-0.156 0.109-0.094 0.156-0.219 0.141-0.359zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle\" viewBox=\"0 0 24 28\">\n<title>play-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM18 14.859c0.313-0.172 0.5-0.5 0.5-0.859s-0.187-0.688-0.5-0.859l-8.5-5c-0.297-0.187-0.688-0.187-1-0.016-0.313 0.187-0.5 0.516-0.5 0.875v10c0 0.359 0.187 0.688 0.5 0.875 0.156 0.078 0.328 0.125 0.5 0.125s0.344-0.047 0.5-0.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ticket\" viewBox=\"0 0 28 28\">\n<title>ticket</title>\n<path d=\"M16 7.063l4.937 4.937-8.937 8.937-4.937-4.937zM12.703 22.359l9.656-9.656c0.391-0.391 0.391-1.016 0-1.406l-5.656-5.656c-0.375-0.375-1.031-0.375-1.406 0l-9.656 9.656c-0.391 0.391-0.391 1.016 0 1.406l5.656 5.656c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281zM26.594 12.406l-14.172 14.187c-0.781 0.766-2.063 0.766-2.828 0l-1.969-1.969c1.172-1.172 1.172-3.078 0-4.25s-3.078-1.172-4.25 0l-1.953-1.969c-0.781-0.766-0.781-2.047 0-2.828l14.172-14.156c0.766-0.781 2.047-0.781 2.828 0l1.953 1.953c-1.172 1.172-1.172 3.078 0 4.25s3.078 1.172 4.25 0l1.969 1.953c0.766 0.781 0.766 2.063 0 2.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square\" viewBox=\"0 0 24 28\">\n<title>minus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square-o\" viewBox=\"0 0 22 28\">\n<title>minus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-up\" viewBox=\"0 0 16 28\">\n<title>level-up</title>\n<path d=\"M15.906 9.422c-0.172 0.359-0.516 0.578-0.906 0.578h-3v13.5c0 0.281-0.219 0.5-0.5 0.5h-11c-0.187 0-0.375-0.109-0.453-0.281-0.078-0.187-0.063-0.391 0.063-0.547l2.5-3c0.094-0.109 0.25-0.172 0.391-0.172h5v-10h-3c-0.391 0-0.734-0.219-0.906-0.578-0.156-0.344-0.109-0.766 0.141-1.062l5-6c0.375-0.453 1.156-0.453 1.531 0l5 6c0.25 0.297 0.313 0.719 0.141 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-down\" viewBox=\"0 0 16 28\">\n<title>level-down</title>\n<path d=\"M0.5 4h11c0.281 0 0.5 0.234 0.5 0.516v13.484h3c0.391 0 0.734 0.234 0.906 0.578 0.172 0.359 0.109 0.781-0.141 1.078l-5 6c-0.375 0.453-1.156 0.453-1.531 0l-5-6c-0.25-0.297-0.297-0.719-0.141-1.078 0.172-0.344 0.516-0.578 0.906-0.578h3v-10h-5c-0.141 0-0.281-0.063-0.391-0.172l-2.5-3c-0.125-0.141-0.141-0.359-0.063-0.531s0.266-0.297 0.453-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square\" viewBox=\"0 0 24 28\">\n<title>check-square</title>\n<path d=\"M10.703 20.297l9.594-9.594c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.297 7.297-3.297-3.297c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l5.594 5.594c0.391 0.391 1.016 0.391 1.406 0zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil-square\" viewBox=\"0 0 24 28\">\n<title>pencil-square</title>\n<path d=\"M6.312 17.313l2.375 2.375-0.812 0.812h-0.875v-1.5h-1.5v-0.875zM12.781 11.219c0.125 0.109 0.094 0.328-0.047 0.469l-4.547 4.547c-0.141 0.141-0.359 0.172-0.469 0.047-0.125-0.109-0.094-0.328 0.047-0.469l4.547-4.547c0.141-0.141 0.359-0.172 0.469-0.047zM8.5 22l8.5-8.5-4.5-4.5-8.5 8.5v4.5h4.5zM18 12.5l1.437-1.437c0.578-0.578 0.578-1.547 0-2.125l-2.375-2.375c-0.578-0.578-1.547-0.578-2.125 0l-1.437 1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link-square\" viewBox=\"0 0 24 28\">\n<title>external-link-square</title>\n<path d=\"M20 14.5v-7.5c0-0.547-0.453-1-1-1h-7.5c-0.406 0-0.766 0.25-0.922 0.609-0.156 0.375-0.078 0.812 0.219 1.094l2.25 2.25-8.344 8.344c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l8.344-8.344 2.25 2.25c0.187 0.203 0.438 0.297 0.703 0.297 0.125 0 0.266-0.031 0.391-0.078 0.359-0.156 0.609-0.516 0.609-0.922zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square\" viewBox=\"0 0 24 28\">\n<title>share-square</title>\n<path d=\"M15.703 17.203l5.5-5.5c0.391-0.391 0.391-1.016 0-1.406l-5.5-5.5c-0.281-0.297-0.719-0.375-1.078-0.219-0.375 0.156-0.625 0.516-0.625 0.922v2.5c-8.969 0-10 5.141-10 9 0 3.141 2.516 6.188 2.609 6.312 0.109 0.125 0.25 0.187 0.391 0.187 0.063 0 0.141-0.016 0.203-0.047 0.203-0.078 0.328-0.297 0.297-0.516-0.469-3.766-0.172-6.109 0.969-7.391 0.953-1.078 2.609-1.547 5.531-1.547v2.5c0 0.406 0.25 0.766 0.625 0.922 0.109 0.047 0.25 0.078 0.375 0.078 0.266 0 0.516-0.109 0.703-0.297zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compass\" viewBox=\"0 0 24 28\">\n<title>compass</title>\n<path d=\"M10 17l4-2-4-2v4zM16 7.766v8.469l-8 4v-8.469zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-down\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-down</title>\n<path d=\"M17.891 10.547c0.172 0.328 0.141 0.734-0.078 1.031l-5 7c-0.187 0.266-0.484 0.422-0.812 0.422s-0.625-0.156-0.812-0.422l-5-7c-0.219-0.297-0.25-0.703-0.078-1.031 0.172-0.344 0.516-0.547 0.891-0.547h10c0.375 0 0.719 0.203 0.891 0.547zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-up\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-up</title>\n<path d=\"M17.891 17.453c-0.172 0.344-0.516 0.547-0.891 0.547h-10c-0.375 0-0.719-0.203-0.891-0.547-0.172-0.328-0.141-0.734 0.078-1.031l5-7c0.187-0.266 0.484-0.422 0.812-0.422s0.625 0.156 0.812 0.422l5 7c0.219 0.297 0.25 0.703 0.078 1.031zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-right\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-right</title>\n<path d=\"M17 14c0 0.328-0.156 0.625-0.422 0.812l-7 5c-0.297 0.219-0.703 0.25-1.031 0.078-0.344-0.172-0.547-0.516-0.547-0.891v-10c0-0.375 0.203-0.719 0.547-0.891 0.328-0.172 0.734-0.141 1.031 0.078l7 5c0.266 0.187 0.422 0.484 0.422 0.812zM20 21.5v-15c0-0.281-0.219-0.5-0.5-0.5h-15c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h15c0.281 0 0.5-0.219 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eur\" viewBox=\"0 0 16 28\">\n<title>eur</title>\n<path d=\"M15.25 20.422l0.547 2.484c0.063 0.25-0.078 0.5-0.313 0.578-0.063 0.016-1.516 0.516-3.391 0.516-4.875 0-8.797-2.938-10.109-7.531h-1.484c-0.281 0-0.5-0.234-0.5-0.5v-1.766c0-0.266 0.219-0.5 0.5-0.5h1.031c-0.016-0.5-0.016-1.094 0.016-1.641h-1.047c-0.281 0-0.5-0.219-0.5-0.5v-1.781c0-0.281 0.219-0.5 0.5-0.5h1.531c1.391-4.375 5.391-7.281 10.063-7.281 1.625 0 2.969 0.344 3.031 0.359 0.125 0.031 0.234 0.125 0.313 0.234 0.063 0.109 0.078 0.25 0.047 0.375l-0.672 2.484c-0.063 0.266-0.328 0.422-0.594 0.344-0.016 0-1.078-0.266-2.188-0.266-2.625 0-4.828 1.422-5.875 3.75h7.313c0.156 0 0.297 0.063 0.391 0.187 0.094 0.109 0.141 0.266 0.109 0.406l-0.375 1.781c-0.047 0.234-0.25 0.406-0.5 0.406h-7.625c-0.047 0.5-0.031 1.031 0 1.641h7.172c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.422l-0.375 1.75c-0.047 0.234-0.25 0.406-0.484 0.406h-6.047c1 2.438 3.25 3.969 5.906 3.969 1.359 0 2.469-0.375 2.484-0.375 0.125-0.047 0.281-0.031 0.406 0.031 0.125 0.078 0.203 0.203 0.234 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gbp\" viewBox=\"0 0 16 28\">\n<title>gbp</title>\n<path d=\"M15.937 17.766v5.734c0 0.281-0.219 0.5-0.5 0.5h-14.938c-0.281 0-0.5-0.219-0.5-0.5v-2.344c0-0.266 0.219-0.5 0.5-0.5h1.516v-5.984h-1.484c-0.281 0-0.5-0.219-0.5-0.5v-2.047c0-0.281 0.219-0.5 0.5-0.5h1.484v-3.484c0-3.563 2.875-6.141 6.844-6.141 3.125 0 5.141 1.875 5.234 1.953 0.187 0.172 0.203 0.469 0.047 0.672l-1.609 1.984c-0.094 0.109-0.203 0.172-0.344 0.187-0.125 0.016-0.266-0.031-0.359-0.109-0.016-0.016-1.359-1.078-2.938-1.078-1.766 0-2.953 1.062-2.953 2.656v3.359h4.766c0.281 0 0.5 0.219 0.5 0.5v2.047c0 0.281-0.219 0.5-0.5 0.5h-4.766v5.922h6.469v-2.828c0-0.281 0.219-0.5 0.5-0.5h2.531c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dollar\" viewBox=\"0 0 16 28\">\n<title>dollar</title>\n<path d=\"M15.281 18.516c0 3.187-2.281 5.703-5.594 6.25v2.734c0 0.281-0.219 0.5-0.5 0.5h-2.109c-0.266 0-0.5-0.219-0.5-0.5v-2.734c-3.656-0.516-5.656-2.703-5.734-2.797-0.156-0.187-0.172-0.453-0.031-0.641l1.609-2.109c0.078-0.109 0.219-0.172 0.359-0.187s0.281 0.031 0.375 0.141c0.031 0.016 2.219 2.109 4.984 2.109 1.531 0 3.187-0.812 3.187-2.578 0-1.5-1.844-2.234-3.953-3.078-2.812-1.109-6.312-2.516-6.312-6.438 0-2.875 2.25-5.25 5.516-5.875v-2.812c0-0.281 0.234-0.5 0.5-0.5h2.109c0.281 0 0.5 0.219 0.5 0.5v2.75c3.172 0.359 4.859 2.078 4.922 2.141 0.156 0.172 0.187 0.406 0.078 0.594l-1.266 2.281c-0.078 0.141-0.203 0.234-0.359 0.25-0.156 0.031-0.297-0.016-0.422-0.109-0.016-0.016-1.906-1.687-4.25-1.687-1.984 0-3.359 0.984-3.359 2.406 0 1.656 1.906 2.391 4.125 3.25 2.875 1.109 6.125 2.375 6.125 6.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inr\" viewBox=\"0 0 14 28\">\n<title>inr</title>\n<path d=\"M14.031 7.344v1.594c0 0.281-0.219 0.5-0.5 0.5h-2.625c-0.484 3-2.781 4.953-6.328 5.375 2.328 2.484 4.813 5.484 7.172 8.375 0.125 0.141 0.156 0.359 0.063 0.531-0.078 0.172-0.25 0.281-0.453 0.281h-3.047c-0.156 0-0.297-0.063-0.391-0.187-2.516-3.016-4.828-5.781-7.781-8.922-0.094-0.094-0.141-0.219-0.141-0.344v-1.984c0-0.266 0.219-0.5 0.5-0.5h1.75c2.75 0 4.469-0.922 4.922-2.625h-6.672c-0.281 0-0.5-0.219-0.5-0.5v-1.594c0-0.281 0.219-0.5 0.5-0.5h6.453c-0.594-1.172-2-1.766-4.188-1.766h-2.266c-0.281 0-0.5-0.234-0.5-0.5v-2.078c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5v1.594c0 0.281-0.219 0.5-0.5 0.5h-3.641c0.5 0.641 0.828 1.391 1 2.25h2.672c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cny\" viewBox=\"0 0 16 28\">\n<title>cny</title>\n<path d=\"M9.422 24h-2.688c-0.281 0-0.5-0.219-0.5-0.5v-5.156h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.609c0-0.281 0.219-0.5 0.5-0.5h4.5v-1.328h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.625c0-0.266 0.219-0.5 0.5-0.5h3.344l-5.016-9.031c-0.078-0.156-0.078-0.344 0-0.5 0.094-0.156 0.266-0.25 0.438-0.25h3.031c0.187 0 0.359 0.109 0.453 0.281l3.359 6.641c0.375 0.734 0.625 1.359 0.875 1.953 0.266-0.672 0.609-1.328 0.906-2.016l2.984-6.562c0.078-0.187 0.266-0.297 0.453-0.297h2.984c0.172 0 0.328 0.094 0.422 0.25 0.094 0.141 0.094 0.328 0.016 0.484l-4.891 9.047h3.359c0.281 0 0.5 0.234 0.5 0.5v1.625c0 0.281-0.219 0.5-0.5 0.5h-4.531v1.328h4.531c0.281 0 0.5 0.219 0.5 0.5v1.609c0 0.281-0.219 0.5-0.5 0.5h-4.531v5.156c0 0.281-0.234 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rouble\" viewBox=\"0 0 20 28\">\n<title>rouble</title>\n<path d=\"M16.297 8.828c0-2.094-1.484-3.5-3.687-3.5h-5v7h5c2.203 0 3.687-1.406 3.687-3.5zM20 8.828c0 4.016-2.906 6.828-7.078 6.828h-5.313v1.844h7.891c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-7.891v3c0 0.281-0.219 0.5-0.5 0.5h-2.609c-0.281 0-0.5-0.219-0.5-0.5v-3h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h3.5v-1.844h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2.328c0-0.281 0.219-0.5 0.5-0.5h3.5v-9.828c0-0.281 0.219-0.5 0.5-0.5h8.422c4.172 0 7.078 2.812 7.078 6.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-krw\" viewBox=\"0 0 28 28\">\n<title>krw</title>\n<path d=\"M8.031 18.672l1.266-4.672h-2.484l1.172 4.688c0.016 0.031 0.016 0.063 0.031 0.094 0-0.031 0.016-0.078 0.016-0.109zM9.844 12l0.547-2h-4.562l0.5 2h3.516zM12.844 12h2.172l-0.547-2h-1.094zM19.859 18.688l1.219-4.688h-2.531l1.266 4.672c0.016 0.047 0.016 0.078 0.031 0.109 0-0.031 0.016-0.063 0.016-0.094zM21.594 12l0.516-2h-4.641l0.531 2h3.594zM28 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.328l-2.562 9.625c-0.063 0.219-0.266 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.484-0.375l-2.594-9.625h-3.266l-2.609 9.625c-0.063 0.219-0.25 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.469-0.375l-2.5-9.625h-3.25c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.734l-0.516-2h-2.219c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.703l-1.391-5.375c-0.047-0.156-0.016-0.313 0.078-0.438 0.094-0.109 0.25-0.187 0.406-0.187h2.141c0.234 0 0.438 0.156 0.484 0.375l1.406 5.625h5.609l1.516-5.625c0.063-0.219 0.266-0.375 0.484-0.375h1.969c0.234 0 0.422 0.156 0.484 0.375l1.531 5.625h5.703l1.453-5.625c0.047-0.219 0.25-0.375 0.484-0.375h2.141c0.156 0 0.313 0.078 0.406 0.187 0.094 0.125 0.125 0.297 0.078 0.438l-1.422 5.375h1.734c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.266l-0.531 2h2.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitcoin\" viewBox=\"0 0 21 28\">\n<title>bitcoin</title>\n<path d=\"M18.234 10c0.203 2.078-0.672 3.328-2.047 4.031 2.281 0.547 3.719 1.906 3.437 4.953-0.359 3.797-3.172 4.813-7.203 5.031v3.984h-2.406v-3.922c-0.609 0-1.25 0-1.906-0.016v3.938h-2.406v-3.984c-0.562 0-1.125-0.016-1.703-0.016h-3.125l0.484-2.859c1.766 0.031 1.734 0 1.734 0 0.672 0 0.859-0.484 0.906-0.797v-6.281h0.25c-0.094-0.016-0.187-0.016-0.25-0.016v-4.484c-0.094-0.5-0.406-1.062-1.391-1.062 0 0 0.031-0.031-1.734 0v-2.562l3.313 0.016c0.484 0 1 0 1.516-0.016v-3.938h2.406v3.859c0.641-0.016 1.281-0.031 1.906-0.031v-3.828h2.406v3.938c3.094 0.266 5.547 1.219 5.812 4.062zM14.875 18.516c0-3.094-5.094-2.641-6.719-2.641v5.281c1.625 0 6.719 0.344 6.719-2.641zM13.766 11.078c0-2.828-4.25-2.406-5.609-2.406v4.797c1.359 0 5.609 0.313 5.609-2.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file\" viewBox=\"0 0 24 28\">\n<title>file</title>\n<path d=\"M16 8v-7.375c0.219 0.141 0.406 0.281 0.562 0.438l6.375 6.375c0.156 0.156 0.297 0.344 0.438 0.562h-7.375zM14 8.5c0 0.828 0.672 1.5 1.5 1.5h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text\" viewBox=\"0 0 24 28\">\n<title>file-text</title>\n<path d=\"M22.937 7.438c0.156 0.156 0.297 0.344 0.438 0.562h-7.375v-7.375c0.219 0.141 0.406 0.281 0.562 0.438zM15.5 10h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5c0 0.828 0.672 1.5 1.5 1.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-asc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-asc</title>\n<path d=\"M18.609 6.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM24.563 24.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.172v0.031l0.219-0.031c0.141-0.031 0.281-0.031 0.469-0.031h3.875v-1.859h1.891zM25.953 10.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-desc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-desc</title>\n<path d=\"M18.609 22.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM25.953 26.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094zM24.563 8.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.156v0.047l0.219-0.047c0.141-0.016 0.281-0.016 0.469-0.016h3.875v-1.859h1.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-asc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-asc</title>\n<path d=\"M11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM25 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM22 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM19 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-desc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-desc</title>\n<path d=\"M19 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM25 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM28 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-asc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-asc</title>\n<path d=\"M21.031 20.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM23.219 21.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422zM22.75 10.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-desc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-desc</title>\n<path d=\"M21.031 4.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22.75 26.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578zM23.219 5.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-up\" viewBox=\"0 0 25 28\">\n<title>thumbs-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1-0.562 0-1 0.453-1 1 0 0.562 0.438 1 1 1 0.547 0 1-0.438 1-1zM6.5 13v10c0 0.547-0.453 1-1 1h-4.5c-0.547 0-1-0.453-1-1v-10c0-0.547 0.453-1 1-1h4.5c0.547 0 1 0.453 1 1zM25 13c0 0.828-0.328 1.719-0.859 2.328 0.172 0.5 0.234 0.969 0.234 1.188 0.031 0.781-0.203 1.516-0.672 2.141 0.172 0.578 0.172 1.203 0 1.828-0.156 0.578-0.453 1.094-0.844 1.469 0.094 1.172-0.172 2.125-0.766 2.828-0.672 0.797-1.703 1.203-3.078 1.219h-2.016c-2.234 0-4.344-0.734-6.031-1.313-0.984-0.344-1.922-0.672-2.469-0.688-0.531-0.016-1-0.453-1-1v-10.016c0-0.516 0.438-0.953 0.953-1 0.578-0.047 2.078-1.906 2.766-2.812 0.562-0.719 1.094-1.391 1.578-1.875 0.609-0.609 0.781-1.547 0.969-2.453 0.172-0.922 0.359-1.891 1.031-2.547 0.187-0.187 0.438-0.297 0.703-0.297 3.5 0 3.5 2.797 3.5 4 0 1.281-0.453 2.188-0.875 3-0.172 0.344-0.328 0.5-0.453 1h4.328c1.625 0 3 1.375 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-down\" viewBox=\"0 0 25 28\">\n<title>thumbs-down</title>\n<path d=\"M4 9c0 0.547-0.453 1-1 1-0.562 0-1-0.453-1-1 0-0.562 0.438-1 1-1 0.547 0 1 0.438 1 1zM6.5 17v-10c0-0.547-0.453-1-1-1h-4.5c-0.547 0-1 0.453-1 1v10c0 0.547 0.453 1 1 1h4.5c0.547 0 1-0.453 1-1zM24.141 14.672c0.531 0.594 0.859 1.5 0.859 2.328-0.016 1.625-1.375 3-3 3h-4.328c0.125 0.5 0.281 0.656 0.453 1 0.406 0.812 0.875 1.719 0.875 3 0 1.203 0 4-3.5 4-0.266 0-0.516-0.109-0.703-0.297-0.672-0.656-0.859-1.625-1.031-2.547-0.187-0.906-0.359-1.844-0.969-2.453-0.484-0.484-1.016-1.156-1.578-1.875-0.688-0.906-2.188-2.766-2.766-2.812-0.516-0.047-0.953-0.484-0.953-1v-10.016c0-0.547 0.469-0.984 1-1 0.547-0.016 1.484-0.344 2.469-0.688 1.687-0.578 3.797-1.313 6.031-1.313h2.016c1.375 0.016 2.406 0.422 3.078 1.219 0.594 0.703 0.859 1.656 0.766 2.828 0.391 0.375 0.688 0.891 0.844 1.469 0.172 0.625 0.172 1.25 0 1.828 0.469 0.625 0.703 1.359 0.672 2.141 0 0.219-0.063 0.688-0.234 1.188z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-square\" viewBox=\"0 0 24 28\">\n<title>youtube-square</title>\n<path d=\"M14.359 20.359v-2.453c0-0.516-0.156-0.781-0.453-0.781-0.172 0-0.344 0.078-0.516 0.25v3.5c0.172 0.172 0.344 0.25 0.516 0.25 0.297 0 0.453-0.25 0.453-0.766zM17.234 18.453h1.031v-0.531c0-0.531-0.172-0.797-0.516-0.797s-0.516 0.266-0.516 0.797v0.531zM8.313 14.297v1.094h-1.25v6.609h-1.156v-6.609h-1.219v-1.094h3.625zM11.453 16.266v5.734h-1.047v-0.625c-0.406 0.469-0.797 0.703-1.188 0.703-0.328 0-0.562-0.141-0.656-0.438-0.063-0.172-0.094-0.438-0.094-0.844v-4.531h1.031v4.219c0 0.234 0 0.375 0.016 0.406 0.016 0.156 0.094 0.234 0.234 0.234 0.219 0 0.422-0.156 0.656-0.484v-4.375h1.047zM15.391 18v2.281c0 0.516-0.031 0.906-0.109 1.141-0.125 0.438-0.406 0.656-0.828 0.656-0.359 0-0.719-0.219-1.062-0.641v0.562h-1.047v-7.703h1.047v2.516c0.328-0.406 0.688-0.625 1.062-0.625 0.422 0 0.703 0.219 0.828 0.656 0.078 0.234 0.109 0.609 0.109 1.156zM19.313 20.016v0.141c0 0.344-0.016 0.562-0.031 0.672-0.031 0.234-0.109 0.438-0.234 0.625-0.281 0.422-0.719 0.625-1.25 0.625-0.547 0-0.969-0.203-1.266-0.594-0.219-0.281-0.328-0.734-0.328-1.344v-2.016c0-0.609 0.094-1.047 0.313-1.344 0.297-0.391 0.719-0.594 1.25-0.594 0.516 0 0.938 0.203 1.219 0.594 0.219 0.297 0.328 0.734 0.328 1.344v1.188h-2.078v1.016c0 0.531 0.172 0.797 0.531 0.797 0.25 0 0.406-0.141 0.469-0.406 0-0.063 0.016-0.297 0.016-0.703h1.062zM12.266 7.141v2.438c0 0.531-0.172 0.797-0.5 0.797-0.344 0-0.5-0.266-0.5-0.797v-2.438c0-0.531 0.156-0.812 0.5-0.812 0.328 0 0.5 0.281 0.5 0.812zM20.594 18.281v0c0-1.344 0-2.766-0.297-4.062-0.219-0.922-0.969-1.594-1.859-1.687-2.125-0.234-4.281-0.234-6.438-0.234-2.141 0-4.297 0-6.422 0.234-0.906 0.094-1.656 0.766-1.859 1.687-0.297 1.297-0.313 2.719-0.313 4.062v0c0 1.328 0 2.75 0.313 4.062 0.203 0.906 0.953 1.578 1.844 1.687 2.141 0.234 4.297 0.234 6.438 0.234s4.297 0 6.438-0.234c0.891-0.109 1.641-0.781 1.844-1.687 0.313-1.313 0.313-2.734 0.313-4.062zM8.797 8.109l1.406-4.625h-1.172l-0.797 3.047-0.828-3.047h-1.219c0.234 0.719 0.5 1.437 0.734 2.156 0.375 1.094 0.609 1.906 0.719 2.469v3.141h1.156v-3.141zM13.312 9.375v-2.031c0-0.609-0.109-1.062-0.328-1.359-0.297-0.391-0.703-0.594-1.219-0.594-0.531 0-0.938 0.203-1.219 0.594-0.219 0.297-0.328 0.75-0.328 1.359v2.031c0 0.609 0.109 1.062 0.328 1.359 0.281 0.391 0.688 0.594 1.219 0.594 0.516 0 0.922-0.203 1.219-0.594 0.219-0.281 0.328-0.75 0.328-1.359zM16.141 11.25h1.047v-5.781h-1.047v4.422c-0.234 0.328-0.453 0.484-0.656 0.484-0.141 0-0.234-0.078-0.25-0.25-0.016-0.031-0.016-0.156-0.016-0.406v-4.25h-1.047v4.578c0 0.406 0.031 0.672 0.094 0.859 0.109 0.281 0.344 0.422 0.672 0.422 0.391 0 0.781-0.234 1.203-0.703v0.625zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube\" viewBox=\"0 0 24 28\">\n<title>youtube</title>\n<path d=\"M15.172 19.437v3.297c0 0.703-0.203 1.047-0.609 1.047-0.234 0-0.469-0.109-0.703-0.344v-4.703c0.234-0.234 0.469-0.344 0.703-0.344 0.406 0 0.609 0.359 0.609 1.047zM20.453 19.453v0.719h-1.406v-0.719c0-0.703 0.234-1.062 0.703-1.062s0.703 0.359 0.703 1.062zM5.359 16.047h1.672v-1.469h-4.875v1.469h1.641v8.891h1.563v-8.891zM9.859 24.938h1.391v-7.719h-1.391v5.906c-0.313 0.438-0.609 0.656-0.891 0.656-0.187 0-0.297-0.109-0.328-0.328-0.016-0.047-0.016-0.219-0.016-0.547v-5.688h-1.391v6.109c0 0.547 0.047 0.906 0.125 1.141 0.125 0.391 0.453 0.578 0.906 0.578 0.5 0 1.031-0.313 1.594-0.953v0.844zM16.562 22.625v-3.078c0-0.719-0.031-1.234-0.141-1.547-0.172-0.578-0.562-0.875-1.109-0.875-0.516 0-1 0.281-1.453 0.844v-3.391h-1.391v10.359h1.391v-0.75c0.469 0.578 0.953 0.859 1.453 0.859 0.547 0 0.938-0.297 1.109-0.859 0.109-0.328 0.141-0.844 0.141-1.563zM21.844 22.469v-0.203h-1.422c0 0.562-0.016 0.875-0.031 0.953-0.078 0.375-0.281 0.562-0.625 0.562-0.484 0-0.719-0.359-0.719-1.078v-1.359h2.797v-1.609c0-0.828-0.141-1.422-0.422-1.813-0.406-0.531-0.953-0.797-1.656-0.797-0.719 0-1.266 0.266-1.672 0.797-0.297 0.391-0.438 0.984-0.438 1.813v2.703c0 0.828 0.156 1.437 0.453 1.813 0.406 0.531 0.953 0.797 1.687 0.797s1.313-0.281 1.687-0.828c0.172-0.25 0.297-0.531 0.328-0.844 0.031-0.141 0.031-0.453 0.031-0.906zM12.344 8.203v-3.281c0-0.719-0.203-1.078-0.672-1.078-0.453 0-0.672 0.359-0.672 1.078v3.281c0 0.719 0.219 1.094 0.672 1.094 0.469 0 0.672-0.375 0.672-1.094zM23.578 19.938c0 1.797-0.016 3.719-0.406 5.469-0.297 1.234-1.297 2.141-2.5 2.266-2.875 0.328-5.781 0.328-8.672 0.328s-5.797 0-8.672-0.328c-1.203-0.125-2.219-1.031-2.5-2.266-0.406-1.75-0.406-3.672-0.406-5.469v0c0-1.813 0.016-3.719 0.406-5.469 0.297-1.234 1.297-2.141 2.516-2.281 2.859-0.313 5.766-0.313 8.656-0.313s5.797 0 8.672 0.313c1.203 0.141 2.219 1.047 2.5 2.281 0.406 1.75 0.406 3.656 0.406 5.469zM7.984 0h1.594l-1.891 6.234v4.234h-1.563v-4.234c-0.141-0.766-0.453-1.859-0.953-3.313-0.344-0.969-0.688-1.953-1.016-2.922h1.656l1.109 4.109zM13.766 5.203v2.734c0 0.828-0.141 1.453-0.438 1.844-0.391 0.531-0.938 0.797-1.656 0.797-0.703 0-1.25-0.266-1.641-0.797-0.297-0.406-0.438-1.016-0.438-1.844v-2.734c0-0.828 0.141-1.437 0.438-1.828 0.391-0.531 0.938-0.797 1.641-0.797 0.719 0 1.266 0.266 1.656 0.797 0.297 0.391 0.438 1 0.438 1.828zM19 2.672v7.797h-1.422v-0.859c-0.562 0.656-1.094 0.969-1.609 0.969-0.453 0-0.781-0.187-0.922-0.578-0.078-0.234-0.125-0.609-0.125-1.172v-6.156h1.422v5.734c0 0.328 0 0.516 0.016 0.547 0.031 0.219 0.141 0.344 0.328 0.344 0.281 0 0.578-0.219 0.891-0.672v-5.953h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing\" viewBox=\"0 0 22 28\">\n<title>xing</title>\n<path d=\"M9.328 10.422c0 0-0.156 0.266-4.016 7.125-0.203 0.344-0.469 0.719-1.016 0.719h-3.734c-0.219 0-0.391-0.109-0.484-0.266s-0.109-0.359 0-0.562l3.953-7c0.016 0 0.016 0 0-0.016l-2.516-4.359c-0.109-0.203-0.125-0.422-0.016-0.578 0.094-0.156 0.281-0.234 0.5-0.234h3.734c0.562 0 0.844 0.375 1.031 0.703 2.547 4.453 2.562 4.469 2.562 4.469zM21.922 0.391c0.109 0.156 0.109 0.375 0 0.578l-8.25 14.594c-0.016 0-0.016 0.016 0 0.016l5.25 9.609c0.109 0.203 0.109 0.422 0.016 0.578-0.109 0.156-0.281 0.234-0.5 0.234h-3.734c-0.562 0-0.859-0.375-1.031-0.703-5.297-9.703-5.297-9.719-5.297-9.719s0.266-0.469 8.297-14.719c0.203-0.359 0.438-0.703 1-0.703h3.766c0.219 0 0.391 0.078 0.484 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing-square\" viewBox=\"0 0 24 28\">\n<title>xing-square</title>\n<path d=\"M10.703 11.953c0 0 0-0.016-1.969-3.469-0.156-0.25-0.375-0.531-0.812-0.531h-2.875c-0.187 0-0.328 0.063-0.406 0.172-0.078 0.125-0.063 0.297 0.016 0.453l1.953 3.375v0.016l-3.063 5.406c-0.094 0.156-0.078 0.313 0 0.438s0.203 0.203 0.375 0.203h2.891c0.422 0 0.641-0.297 0.781-0.562 3-5.297 3.109-5.5 3.109-5.5zM20.453 4.188c-0.078-0.125-0.203-0.187-0.375-0.187h-2.922c-0.422 0-0.609 0.266-0.766 0.547-6.219 11.031-6.422 11.391-6.422 11.391s0 0.016 4.094 7.516c0.141 0.25 0.359 0.547 0.812 0.547h2.875c0.172 0 0.313-0.063 0.391-0.187s0.078-0.281-0.016-0.438l-4.062-7.438v-0.016l6.391-11.297c0.078-0.156 0.078-0.313 0-0.438zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-play\" viewBox=\"0 0 28 28\">\n<title>youtube-play</title>\n<path d=\"M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797 0.281 9.797 0.281 0.547 0.063 1.75 0.063 2.812 1.188 0 0 0.859 0.844 1.109 2.781 0.297 2.266 0.281 4.531 0.281 4.531v2.125s0.016 2.266-0.281 4.531c-0.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906 0.297-9.797 0.297v0c-7.281-0.063-9.516-0.281-9.516-0.281-0.625-0.109-2.031-0.078-3.094-1.188 0 0-0.859-0.859-1.109-2.781-0.297-2.266-0.281-4.531-0.281-4.531v-2.125s-0.016-2.266 0.281-4.531c0.25-1.937 1.109-2.781 1.109-2.781 1.062-1.125 2.266-1.125 2.812-1.188 0 0 3.906-0.281 9.797-0.281v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dropbox\" viewBox=\"0 0 28 28\">\n<title>dropbox</title>\n<path d=\"M6.281 11.047l7.719 4.766-5.344 4.453-7.656-4.984zM21.688 19.719v1.687l-7.656 4.578v0.016l-0.016-0.016-0.016 0.016v-0.016l-7.641-4.578v-1.687l2.297 1.5 5.344-4.438v-0.031l0.016 0.016 0.016-0.016v0.031l5.359 4.438zM8.656 1.844l5.344 4.453-7.719 4.75-5.281-4.219zM21.719 11.047l5.281 4.234-7.641 4.984-5.359-4.453zM19.359 1.844l7.641 4.984-5.281 4.219-7.719-4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-overflow\" viewBox=\"0 0 24 28\">\n<title>stack-overflow</title>\n<path d=\"M20.141 25.5h-17.469v-7.5h-2.5v10h22.469v-10h-2.5v7.5zM5.422 17.313l0.516-2.453 12.234 2.578-0.516 2.438zM7.031 11.469l1.047-2.281 11.328 5.297-1.047 2.266zM10.172 5.906l1.594-1.922 9.594 8.016-1.594 1.922zM16.375 0l7.453 10.016-2 1.5-7.453-10.016zM5.156 22.984v-2.484h12.5v2.484h-12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-instagram\" viewBox=\"0 0 24 28\">\n<title>instagram</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM18.156 14c0 3.406-2.75 6.156-6.156 6.156s-6.156-2.75-6.156-6.156 2.75-6.156 6.156-6.156 6.156 2.75 6.156 6.156zM19.844 7.594c0 0.797-0.641 1.437-1.437 1.437s-1.437-0.641-1.437-1.437 0.641-1.437 1.437-1.437 1.437 0.641 1.437 1.437zM12 4.156c-1.75 0-5.5-0.141-7.078 0.484-0.547 0.219-0.953 0.484-1.375 0.906s-0.688 0.828-0.906 1.375c-0.625 1.578-0.484 5.328-0.484 7.078s-0.141 5.5 0.484 7.078c0.219 0.547 0.484 0.953 0.906 1.375s0.828 0.688 1.375 0.906c1.578 0.625 5.328 0.484 7.078 0.484s5.5 0.141 7.078-0.484c0.547-0.219 0.953-0.484 1.375-0.906s0.688-0.828 0.906-1.375c0.625-1.578 0.484-5.328 0.484-7.078s0.141-5.5-0.484-7.078c-0.219-0.547-0.484-0.953-0.906-1.375s-0.828-0.688-1.375-0.906c-1.578-0.625-5.328-0.484-7.078-0.484zM24 14c0 1.656 0.016 3.297-0.078 4.953-0.094 1.922-0.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656 0.094-3.297 0.078-4.953 0.078s-3.297 0.016-4.953-0.078c-1.922-0.094-3.625-0.531-5.031-1.937s-1.844-3.109-1.937-5.031c-0.094-1.656-0.078-3.297-0.078-4.953s-0.016-3.297 0.078-4.953c0.094-1.922 0.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-0.094 3.297-0.078 4.953-0.078s3.297-0.016 4.953 0.078c1.922 0.094 3.625 0.531 5.031 1.937s1.844 3.109 1.937 5.031c0.094 1.656 0.078 3.297 0.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flickr\" viewBox=\"0 0 24 28\">\n<title>flickr</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM10.906 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313zM19.719 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adn\" viewBox=\"0 0 24 28\">\n<title>adn</title>\n<path d=\"M12 9.719l3.141 4.781h-6.281zM17.703 18h1.469l-7.172-10.797-7.172 10.797h1.469l1.625-2.5h8.156zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket\" viewBox=\"0 0 22 28\">\n<title>bitbucket</title>\n<path d=\"M12.734 13.422c0.172 1.312-1.422 2.344-2.531 1.672-1.25-0.547-1.25-2.531-0.031-3.094 1.047-0.641 2.562 0.203 2.562 1.422zM14.469 13.094c-0.281-2.219-2.797-3.687-4.844-2.766-1.297 0.578-2.172 1.953-2.109 3.406 0.078 1.906 1.891 3.469 3.797 3.297s3.391-2.031 3.156-3.938zM18.203 4.625c-0.688-0.906-1.859-1.062-2.891-1.234-2.922-0.469-5.922-0.484-8.844 0.031-0.969 0.156-2.063 0.328-2.672 1.203 1 0.938 2.422 1.078 3.703 1.234 2.312 0.297 4.688 0.313 7 0.016 1.297-0.156 2.734-0.281 3.703-1.25zM19.094 20.797c-0.438 1.531-0.187 3.594-1.813 4.484-2.797 1.547-6.188 1.719-9.266 1.172-1.625-0.297-3.531-0.812-4.422-2.344-0.391-1.5-0.641-3.031-0.891-4.562l0.094-0.25 0.281-0.141c4.656 3.078 11.172 3.078 15.844 0 0.734 0.219 0.187 1.109 0.172 1.641zM21.922 5.781c-0.531 3.422-1.141 6.828-1.734 10.234-0.172 1-1.141 1.563-1.953 1.984-2.922 1.469-6.328 1.719-9.531 1.375-2.172-0.234-4.391-0.812-6.156-2.172-0.828-0.641-0.828-1.734-0.984-2.656-0.547-3.203-1.172-6.406-1.563-9.641 0.187-1.406 1.766-2.016 2.938-2.453 1.563-0.578 3.234-0.844 4.891-1 3.531-0.344 7.141-0.219 10.563 0.781 1.219 0.359 2.531 0.859 3.359 1.906 0.375 0.484 0.25 1.094 0.172 1.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket-square\" viewBox=\"0 0 24 28\">\n<title>bitbucket-square</title>\n<path d=\"M13.25 13.594c0-0.891-1.094-1.5-1.844-1.047-0.891 0.422-0.891 1.859 0.016 2.234 0.812 0.484 1.953-0.25 1.828-1.188zM14.5 13.344c0.172 1.375-0.906 2.719-2.281 2.844s-2.672-1-2.734-2.391c-0.047-1.031 0.594-2.031 1.531-2.453 1.469-0.656 3.281 0.406 3.484 2zM17.187 7.234c-0.688 0.703-1.734 0.797-2.656 0.906-1.672 0.219-3.375 0.203-5.063 0-0.922-0.125-1.937-0.234-2.656-0.906 0.438-0.625 1.219-0.75 1.922-0.859 2.109-0.375 4.266-0.359 6.375-0.016 0.75 0.109 1.594 0.234 2.078 0.875zM17.844 18.891c0-0.375 0.391-1.016-0.141-1.172-3.359 2.219-8.047 2.219-11.422 0l-0.187 0.094-0.078 0.187c0.187 1.094 0.359 2.203 0.641 3.281 0.641 1.109 2.016 1.484 3.187 1.687 2.219 0.406 4.672 0.281 6.687-0.828 1.172-0.656 0.984-2.141 1.313-3.25zM19.875 8.062c0.063-0.375 0.141-0.828-0.125-1.172-0.594-0.75-1.531-1.109-2.422-1.375-2.469-0.719-5.078-0.812-7.609-0.562-1.203 0.109-2.406 0.313-3.531 0.719-0.844 0.328-1.984 0.766-2.125 1.766 0.281 2.344 0.734 4.641 1.125 6.969 0.125 0.656 0.125 1.437 0.719 1.906 1.266 0.969 2.875 1.391 4.438 1.563 2.312 0.25 4.766 0.078 6.875-0.984 0.594-0.313 1.281-0.719 1.406-1.437 0.438-2.453 0.859-4.906 1.25-7.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr\" viewBox=\"0 0 17 28\">\n<title>tumblr</title>\n<path d=\"M14.75 20.766l1.25 3.703c-0.469 0.703-2.594 1.5-4.5 1.531-5.672 0.094-7.812-4.031-7.812-6.937v-8.5h-2.625v-3.359c3.938-1.422 4.891-4.984 5.109-7.016 0.016-0.125 0.125-0.187 0.187-0.187h3.813v6.625h5.203v3.937h-5.219v8.094c0 1.094 0.406 2.609 2.5 2.562 0.688-0.016 1.609-0.219 2.094-0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr-square\" viewBox=\"0 0 24 28\">\n<title>tumblr-square</title>\n<path d=\"M17.75 22.828l-0.969-2.859c-0.375 0.187-1.078 0.344-1.609 0.344-1.594 0.047-1.922-1.109-1.922-1.969v-6.219h4.016v-3.031h-4v-5.094h-2.938c-0.047 0-0.125 0.047-0.141 0.156-0.172 1.547-0.906 4.297-3.938 5.391v2.578h2.031v6.531c0 2.234 1.641 5.422 6 5.344 1.469-0.031 3.109-0.641 3.469-1.172zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-down\" viewBox=\"0 0 12 28\">\n<title>long-arrow-down</title>\n<path d=\"M11.953 20.297c0.078 0.187 0.047 0.391-0.078 0.547l-5.469 6c-0.094 0.094-0.219 0.156-0.359 0.156v0c-0.141 0-0.281-0.063-0.375-0.156l-5.547-6c-0.125-0.156-0.156-0.359-0.078-0.547 0.078-0.172 0.25-0.297 0.453-0.297h3.5v-19.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v19.5h3.5c0.203 0 0.375 0.109 0.453 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-up\" viewBox=\"0 0 12 28\">\n<title>long-arrow-up</title>\n<path d=\"M11.953 7.703c-0.078 0.172-0.25 0.297-0.453 0.297h-3.5v19.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-19.5h-3.5c-0.203 0-0.375-0.109-0.453-0.297s-0.047-0.391 0.078-0.547l5.469-6c0.094-0.094 0.219-0.156 0.359-0.156v0c0.141 0 0.281 0.063 0.375 0.156l5.547 6c0.125 0.156 0.156 0.359 0.078 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-left\" viewBox=\"0 0 29 28\">\n<title>long-arrow-left</title>\n<path d=\"M28 12.5v3c0 0.281-0.219 0.5-0.5 0.5h-19.5v3.5c0 0.203-0.109 0.375-0.297 0.453s-0.391 0.047-0.547-0.078l-6-5.469c-0.094-0.094-0.156-0.219-0.156-0.359v0c0-0.141 0.063-0.281 0.156-0.375l6-5.531c0.156-0.141 0.359-0.172 0.547-0.094 0.172 0.078 0.297 0.25 0.297 0.453v3.5h19.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-right\" viewBox=\"0 0 27 28\">\n<title>long-arrow-right</title>\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-apple\" viewBox=\"0 0 22 28\">\n<title>apple</title>\n<path d=\"M21.766 18.984c-0.391 1.234-1.016 2.547-1.922 3.906-1.344 2.047-2.688 3.063-4.016 3.063-0.531 0-1.25-0.172-2.188-0.5-0.922-0.344-1.719-0.5-2.359-0.5-0.625 0-1.375 0.172-2.219 0.516-0.859 0.359-1.547 0.531-2.063 0.531-1.609 0-3.156-1.359-4.703-4.047-1.516-2.688-2.297-5.297-2.297-7.859 0-2.391 0.594-4.328 1.766-5.844 1.172-1.5 2.641-2.25 4.438-2.25 0.766 0 1.672 0.156 2.766 0.469 1.078 0.313 1.797 0.469 2.156 0.469 0.453 0 1.203-0.172 2.234-0.531 1.031-0.344 1.937-0.531 2.703-0.531 1.25 0 2.359 0.344 3.328 1.016 0.547 0.375 1.094 0.906 1.625 1.563-0.812 0.688-1.406 1.297-1.781 1.844-0.672 0.969-1.016 2.047-1.016 3.234 0 1.281 0.359 2.453 1.078 3.484s1.547 1.687 2.469 1.969zM15.891 0.656c0 0.641-0.156 1.359-0.453 2.125-0.313 0.781-0.797 1.5-1.453 2.156-0.562 0.562-1.125 0.938-1.687 1.125-0.359 0.109-0.891 0.203-1.625 0.266 0.031-1.547 0.438-2.891 1.219-4.016s2.094-1.891 3.906-2.312c0.031 0.141 0.063 0.25 0.078 0.344 0 0.109 0.016 0.203 0.016 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-windows\" viewBox=\"0 0 26 28\">\n<title>windows</title>\n<path d=\"M10.656 15.719v10.172l-10.656-1.469v-8.703h10.656zM10.656 4.109v10.297h-10.656v-8.828zM26 15.719v12.281l-14.172-1.953v-10.328h14.172zM26 2v12.406h-14.172v-10.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-android\" viewBox=\"0 0 22 28\">\n<title>android</title>\n<path d=\"M7.703 7.547c0.344 0 0.609-0.281 0.609-0.609s-0.266-0.609-0.609-0.609c-0.328 0-0.594 0.281-0.594 0.609s0.266 0.609 0.594 0.609zM14.297 7.547c0.328 0 0.594-0.281 0.594-0.609s-0.266-0.609-0.594-0.609c-0.344 0-0.609 0.281-0.609 0.609s0.266 0.609 0.609 0.609zM1.609 10.422c0.875 0 1.594 0.719 1.594 1.594v6.719c0 0.891-0.703 1.609-1.594 1.609s-1.609-0.719-1.609-1.609v-6.719c0-0.875 0.719-1.594 1.609-1.594zM18.172 10.719v10.406c0 0.953-0.766 1.719-1.703 1.719h-1.172v3.547c0 0.891-0.719 1.609-1.609 1.609s-1.609-0.719-1.609-1.609v-3.547h-2.156v3.547c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609l-0.016-3.547h-1.156c-0.953 0-1.719-0.766-1.719-1.719v-10.406h14.344zM14.547 4.391c2.188 1.125 3.672 3.281 3.672 5.766h-14.453c0-2.484 1.484-4.641 3.687-5.766l-1.109-2.047c-0.063-0.109-0.031-0.25 0.078-0.313 0.109-0.047 0.25-0.016 0.313 0.094l1.125 2.063c0.953-0.422 2.016-0.656 3.141-0.656s2.188 0.234 3.141 0.656l1.125-2.063c0.063-0.109 0.203-0.141 0.313-0.094 0.109 0.063 0.141 0.203 0.078 0.313zM22 12.016v6.719c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609v-6.719c0-0.891 0.719-1.594 1.594-1.594 0.891 0 1.609 0.703 1.609 1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linux\" viewBox=\"0 0 25 28\">\n<title>linux</title>\n<path d=\"M10.359 6.422v0c-0.313 0.031-0.203 0.313-0.375 0.313-0.156 0.016-0.125-0.344 0.375-0.313zM11.719 6.641c-0.156 0.047-0.172-0.25-0.453-0.172v0c0.453-0.203 0.609 0.109 0.453 0.172zM6.234 13.312c-0.141-0.047-0.109 0.234-0.25 0.453-0.109 0.203-0.391 0.359-0.172 0.391v0c0.078 0.016 0.297-0.172 0.391-0.391 0.078-0.266 0.156-0.406 0.031-0.453zM19.594 18.922c0-0.281-0.609-0.547-0.859-0.656 0.422-1.406 0.234-1.969-0.047-3.297-0.219-1-1.141-2.359-1.859-2.781 0.187 0.156 0.531 0.609 0.891 1.297 0.625 1.172 1.25 2.906 0.844 4.344-0.156 0.562-0.531 0.641-0.781 0.656-1.094 0.125-0.453-1.313-0.906-3.266-0.516-2.188-1.047-2.344-1.172-2.516-0.641-2.844-1.344-2.562-1.547-3.625-0.172-0.953 0.828-1.734-0.531-2-0.422-0.078-1.016-0.5-1.25-0.531s-0.359-1.578 0.516-1.625c0.859-0.063 1.016 0.969 0.859 1.375-0.25 0.406 0.016 0.562 0.438 0.422 0.344-0.109 0.125-1.016 0.203-1.141-0.219-1.313-0.766-1.5-1.328-1.609-2.156 0.172-1.188 2.547-1.406 2.328-0.313-0.328-1.219-0.031-1.219-0.234 0.016-1.219-0.391-1.922-0.953-1.937-0.625-0.016-0.875 0.859-0.906 1.359-0.047 0.469 0.266 1.453 0.5 1.375 0.156-0.047 0.422-0.359 0.141-0.344-0.141 0-0.359-0.344-0.391-0.75-0.016-0.406 0.141-0.812 0.672-0.797 0.609 0.016 0.609 1.234 0.547 1.281-0.203 0.141-0.453 0.406-0.484 0.453-0.203 0.328-0.594 0.422-0.75 0.562-0.266 0.281-0.328 0.594-0.125 0.703 0.719 0.406 0.484 0.875 1.484 0.906 0.656 0.031 1.141-0.094 1.594-0.234 0.344-0.109 1.453-0.344 1.687-0.75 0.109-0.172 0.234-0.172 0.313-0.125 0.156 0.078 0.187 0.375-0.203 0.469-0.547 0.156-1.094 0.453-1.594 0.641-0.484 0.203-0.641 0.281-1.094 0.359-1.031 0.187-1.797-0.375-1.109 0.297 0.234 0.219 0.453 0.359 1.047 0.344 1.313-0.047 2.766-1.625 2.906-0.922 0.031 0.156-0.406 0.344-0.75 0.516-1.219 0.594-2.078 1.781-2.859 1.375-0.703-0.375-1.406-2.109-1.391-1.328 0.016 1.203-1.578 2.266-0.844 3.641-0.484 0.125-1.563 2.422-1.719 3.609-0.094 0.688 0.063 1.531-0.109 2-0.234 0.688-1.297-0.656-0.953-2.297 0.063-0.281 0-0.344-0.078-0.203-0.422 0.766-0.187 1.844 0.156 2.594 0.141 0.328 0.5 0.469 0.766 0.75 0.547 0.625 2.703 2.219 3.078 2.609 0.484 0.453 0.344 1.516-0.656 1.625v0c0.516 0.969 1.016 1.062 1 2.641 0.594-0.313 0.359-1 0.109-1.437-0.172-0.313-0.391-0.453-0.344-0.531 0.031-0.047 0.344-0.313 0.516-0.109 0.531 0.594 1.531 0.703 2.594 0.562 1.078-0.125 2.234-0.5 2.766-1.359 0.25-0.406 0.422-0.547 0.531-0.469 0.125 0.063 0.172 0.344 0.156 0.812-0.016 0.5-0.219 1.016-0.359 1.437-0.141 0.484-0.187 0.812 0.281 0.828 0.125-0.875 0.375-1.734 0.438-2.609 0.078-1-0.641-2.844 0.141-3.766 0.203-0.25 0.453-0.281 0.797-0.281 0.047-1.25 1.969-1.156 2.609-0.641zM9.781 6c0.063-0.391-0.125-0.672-0.219-0.703-0.187-0.047-0.156 0.234-0.063 0.203v0c0.063 0 0.141 0.094 0.109 0.234-0.031 0.187-0.016 0.313 0.125 0.313 0.016 0 0.047 0 0.047-0.047zM16.328 9.078c-0.063-0.297-0.281-0.187-0.531-0.344-0.297-0.187-0.359-0.5-0.469-0.391v0c-0.328 0.359 0.406 1.109 0.719 1.172 0.187 0.031 0.328-0.219 0.281-0.438zM13.547 5.75c0.016-0.375-0.313-0.562-0.391-0.547-0.203 0.016-0.141 0.109-0.047 0.141v0c0.125 0.031 0.25 0.25 0.281 0.484 0 0.031 0.156-0.031 0.156-0.078zM14.391 2.109c0.016-0.078-0.187-0.172-0.328-0.281-0.125-0.125-0.25-0.234-0.375-0.234-0.313 0.031-0.156 0.359-0.203 0.516v0c-0.063 0.172-0.297 0.313-0.141 0.438 0.141 0.109 0.234-0.172 0.531-0.281 0.078-0.031 0.438 0.016 0.516-0.156zM23.219 23.063c1.922 1.188-0.719 2.172-1.859 2.75-0.891 0.453-2.078 1.453-2.516 1.875-0.328 0.313-1.687 0.469-2.453 0.078-0.891-0.453-0.422-1.172-1.797-1.219-0.688-0.016-1.359-0.016-2.031-0.016-0.594 0.016-1.188 0.047-1.797 0.063-2.063 0.047-2.266 1.375-3.594 1.328-0.906-0.031-2.047-0.75-4.016-1.156-1.375-0.281-2.703-0.359-2.984-0.969s0.344-1.297 0.391-1.891c0.047-0.797-0.594-1.875-0.125-2.281 0.406-0.359 1.266-0.094 1.828-0.406 0.594-0.344 0.844-0.609 0.844-1.344 0.219 0.75-0.016 1.359-0.5 1.656-0.297 0.187-0.844 0.281-1.297 0.234-0.359-0.031-0.578 0.016-0.672 0.156-0.141 0.172-0.094 0.484 0.078 0.891s0.375 0.672 0.344 1.172c-0.016 0.5-0.578 1.094-0.484 1.516 0.031 0.156 0.187 0.297 0.578 0.406 0.625 0.172 1.766 0.344 2.875 0.609 1.234 0.313 2.516 0.875 3.313 0.766 2.375-0.328 1.016-2.875 0.641-3.484v0c-2.016-3.156-3.344-5.219-4.406-4.406-0.266 0.219-0.281-0.531-0.266-0.828 0.047-1.031 0.562-1.406 0.875-2.203 0.594-1.516 1.047-3.25 1.953-4.141 0.672-0.875 1.734-2.297 1.937-3.047-0.172-1.625-0.219-3.344-0.25-4.844-0.031-1.609 0.219-3.016 2.031-4 0.438-0.234 1.016-0.328 1.625-0.328 1.078-0.016 2.281 0.297 3.047 0.859 1.219 0.906 1.984 2.828 1.891 4.203-0.063 1.078 0.125 2.188 0.469 3.344 0.406 1.359 1.047 2.312 2.078 3.406 1.234 1.313 2.203 3.891 2.484 5.531 0.25 1.531-0.094 2.484-0.422 2.531-0.5 0.078-0.812 1.656-2.375 1.594-1-0.047-1.094-0.641-1.375-1.156-0.453-0.797-0.906-0.547-1.078 0.297-0.094 0.422-0.031 1.047 0.109 1.516 0.281 0.984 0.187 1.906 0.016 3.047-0.328 2.156 1.516 2.562 2.75 1.531 1.219-1.016 1.484-1.172 3.016-1.703 2.328-0.797 1.547-1.5 0.297-1.922-1.125-0.375-1.172-2.266-0.766-2.625 0.094 2.031 1.156 2.328 1.594 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dribbble\" viewBox=\"0 0 24 28\">\n<title>dribbble</title>\n<path d=\"M16 23.438c-0.156-0.906-0.75-4.031-2.188-7.781-0.016 0-0.047 0.016-0.063 0.016 0 0-6.078 2.125-8.047 6.406-0.094-0.078-0.234-0.172-0.234-0.172 1.781 1.453 4.047 2.344 6.531 2.344 1.422 0 2.766-0.297 4-0.812zM13.109 13.953c-0.25-0.578-0.531-1.156-0.828-1.734-5.281 1.578-10.344 1.453-10.516 1.453-0.016 0.109-0.016 0.219-0.016 0.328 0 2.625 1 5.031 2.625 6.844v0c2.797-4.984 8.328-6.766 8.328-6.766 0.141-0.047 0.281-0.078 0.406-0.125zM11.438 10.641c-1.781-3.156-3.672-5.719-3.813-5.906-2.859 1.344-4.984 3.984-5.656 7.156 0.266 0 4.547 0.047 9.469-1.25zM22.125 15.625c-0.219-0.063-3.078-0.969-6.391-0.453 1.344 3.703 1.891 6.719 2 7.328 2.297-1.547 3.922-4.016 4.391-6.875zM9.547 4.047c-0.016 0-0.016 0-0.031 0.016 0 0 0.016-0.016 0.031-0.016zM18.766 6.312c-1.797-1.594-4.172-2.562-6.766-2.562-0.828 0-1.641 0.109-2.422 0.297 0.156 0.203 2.094 2.75 3.844 5.969 3.859-1.437 5.313-3.656 5.344-3.703zM22.25 13.891c-0.031-2.422-0.891-4.656-2.328-6.406-0.031 0.031-1.672 2.406-5.719 4.062 0.234 0.484 0.469 0.984 0.688 1.484 0.078 0.172 0.141 0.359 0.219 0.531 3.531-0.453 7.016 0.313 7.141 0.328zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skype\" viewBox=\"0 0 24 28\">\n<title>skype</title>\n<path d=\"M18.328 16.609c0-2.719-2.641-3.656-4.859-4.156l-1.625-0.375c-1.188-0.281-2.078-0.484-2.078-1.391 0-0.828 0.875-1.203 2.25-1.203 2.453 0 2.5 1.797 4.016 1.797 1.016 0 1.625-0.797 1.625-1.703 0-1.797-2.984-2.969-5.938-2.969-2.703 0-5.844 1.172-5.844 4.344 0 2.625 1.75 3.563 4.031 4.109l2.281 0.562c1.391 0.344 2.25 0.5 2.25 1.5 0 0.797-0.891 1.406-2.266 1.406-2.891 0-3.047-2.406-4.719-2.406-1.094 0-1.578 0.781-1.578 1.641 0 1.922 2.938 3.484 6.453 3.484 2.938 0 6-1.469 6-4.641zM24 20c0 3.313-2.688 6-6 6-1.375 0-2.641-0.469-3.656-1.25-0.75 0.156-1.547 0.25-2.344 0.25-6.078 0-11-4.922-11-11 0-0.797 0.094-1.594 0.25-2.344-0.781-1.016-1.25-2.281-1.25-3.656 0-3.313 2.688-6 6-6 1.375 0 2.641 0.469 3.656 1.25 0.75-0.156 1.547-0.25 2.344-0.25 6.078 0 11 4.922 11 11 0 0.797-0.094 1.594-0.25 2.344 0.781 1.016 1.25 2.281 1.25 3.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-foursquare\" viewBox=\"0 0 20 28\">\n<title>foursquare</title>\n<path d=\"M15.625 6.781l0.578-3.031c0.109-0.5-0.266-0.891-0.688-0.891h-11.125c-0.5 0-0.844 0.453-0.844 0.844v17.203c0 0.047 0.047 0.063 0.094 0.016 4.094-4.922 4.547-5.5 4.547-5.5 0.469-0.547 0.656-0.641 1.344-0.641h3.734c0.516 0 0.812-0.438 0.859-0.688s0.484-2.531 0.578-2.984-0.328-0.922-0.75-0.922h-4.594c-0.609 0-1.047-0.438-1.047-1.047v-0.656c0-0.609 0.438-1.031 1.047-1.031h5.406c0.375 0 0.797-0.344 0.859-0.672zM19.172 3.313c-0.578 2.812-2.312 11.703-2.469 12.344-0.187 0.734-0.469 2.016-2.25 2.016h-4.234c-0.172 0-0.187-0.016-0.344 0.156 0 0-0.109 0.125-6.656 7.719-0.516 0.594-1.359 0.484-1.672 0.359s-0.859-0.5-0.859-1.531v-22.031c0-0.906 0.562-2.344 2.469-2.344h13.875c2.031 0 2.578 1.156 2.141 3.313zM19.172 3.313l-2.469 12.344c0.156-0.641 1.891-9.531 2.469-12.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trello\" viewBox=\"0 0 24 28\">\n<title>trello</title>\n<path d=\"M11 21v-16c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v16c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM21.5 15v-10c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v10c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-female\" viewBox=\"0 0 20 28\">\n<title>female</title>\n<path d=\"M20 16.5c0 0.828-0.672 1.5-1.5 1.5-0.5 0-0.969-0.25-1.25-0.672l-3.547-5.328h-0.703v2.063l3.859 6.422c0.094 0.156 0.141 0.328 0.141 0.516 0 0.547-0.453 1-1 1h-3v4.25c0 0.969-0.781 1.75-1.75 1.75h-2.5c-0.953 0-1.75-0.781-1.75-1.75v-4.25h-3c-0.547 0-1-0.453-1-1 0-0.187 0.047-0.359 0.141-0.516l3.859-6.422v-2.063h-0.703l-3.547 5.328c-0.281 0.422-0.75 0.672-1.25 0.672-0.828 0-1.5-0.672-1.5-1.5 0-0.297 0.094-0.594 0.25-0.828l4-6c0.625-0.922 1.594-1.672 2.75-1.672h6c1.156 0 2.125 0.75 2.75 1.672l4 6c0.156 0.234 0.25 0.531 0.25 0.828zM13.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-male\" viewBox=\"0 0 16 28\">\n<title>male</title>\n<path d=\"M16 11v6.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-5.5h-1v14.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-7.25h-1v7.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-14.25h-1v5.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-6.5c0-1.656 1.344-3 3-3h10c1.656 0 3 1.344 3 3zM11.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gittip\" viewBox=\"0 0 24 28\">\n<title>gittip</title>\n<path d=\"M12.078 20.344l5.469-7.391c0.422-0.578 0.922-2.438-0.672-3.484-1.344-0.875-2.625-0.203-3.297 0.578-0.25 0.281-0.688 0.625-1.5 0.625s-1.234-0.344-1.484-0.625c-0.672-0.781-1.953-1.453-3.313-0.578-1.578 1.047-1.078 2.906-0.656 3.484zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sun-o\" viewBox=\"0 0 28 28\">\n<title>sun-o</title>\n<path d=\"M23 14c0-4.969-4.031-9-9-9s-9 4.031-9 9 4.031 9 9 9 9-4.031 9-9zM27.312 18.328c-0.047 0.156-0.172 0.266-0.313 0.313l-4.562 1.5v4.781c0 0.156-0.078 0.313-0.203 0.406-0.141 0.094-0.297 0.125-0.453 0.063l-4.562-1.469-2.812 3.875c-0.094 0.125-0.25 0.203-0.406 0.203s-0.313-0.078-0.406-0.203l-2.812-3.875-4.562 1.469c-0.156 0.063-0.313 0.031-0.453-0.063-0.125-0.094-0.203-0.25-0.203-0.406v-4.781l-4.562-1.5c-0.141-0.047-0.266-0.156-0.313-0.313s-0.031-0.328 0.063-0.453l2.812-3.875-2.812-3.875c-0.094-0.141-0.109-0.297-0.063-0.453s0.172-0.266 0.313-0.313l4.562-1.5v-4.781c0-0.156 0.078-0.313 0.203-0.406 0.141-0.094 0.297-0.125 0.453-0.063l4.562 1.469 2.812-3.875c0.187-0.25 0.625-0.25 0.812 0l2.812 3.875 4.562-1.469c0.156-0.063 0.313-0.031 0.453 0.063 0.125 0.094 0.203 0.25 0.203 0.406v4.781l4.562 1.5c0.141 0.047 0.266 0.156 0.313 0.313s0.031 0.313-0.063 0.453l-2.812 3.875 2.812 3.875c0.094 0.125 0.109 0.297 0.063 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-moon-o\" viewBox=\"0 0 23 28\">\n<title>moon-o</title>\n<path d=\"M19.719 20.359c-0.562 0.094-1.141 0.141-1.719 0.141-5.797 0-10.5-4.703-10.5-10.5 0-1.984 0.578-3.922 1.625-5.578-4.156 1.234-7.125 5.047-7.125 9.578 0 5.516 4.484 10 10 10 3.016 0 5.844-1.375 7.719-3.641zM22.891 19.031c-1.953 4.234-6.234 6.969-10.891 6.969-6.609 0-12-5.391-12-12 0-6.484 5.078-11.75 11.547-11.984 0.438-0.016 0.797 0.234 0.953 0.609 0.172 0.391 0.063 0.844-0.234 1.125-1.781 1.625-2.766 3.844-2.766 6.25 0 4.688 3.813 8.5 8.5 8.5 1.234 0 2.422-0.266 3.563-0.797 0.391-0.172 0.828-0.094 1.125 0.203s0.375 0.75 0.203 1.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-archive\" viewBox=\"0 0 28 28\">\n<title>archive</title>\n<path d=\"M17 13c0-0.547-0.453-1-1-1h-4c-0.547 0-1 0.453-1 1s0.453 1 1 1h4c0.547 0 1-0.453 1-1zM26 10v15c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-15c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM27 3v4c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bug\" viewBox=\"0 0 26 28\">\n<title>bug</title>\n<path d=\"M25.5 15c0 0.547-0.453 1-1 1h-3.5c0 1.953-0.422 3.422-1.047 4.531l3.25 3.266c0.391 0.391 0.391 1.016 0 1.406-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-3.094-3.078s-2.047 1.875-4.703 1.875v-14h-2v14c-2.828 0-4.891-2.063-4.891-2.063l-2.859 3.234c-0.203 0.219-0.469 0.328-0.75 0.328-0.234 0-0.469-0.078-0.672-0.25-0.406-0.375-0.438-1-0.078-1.422l3.156-3.547c-0.547-1.078-0.906-2.469-0.906-4.281h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h3.5v-4.594l-2.703-2.703c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0l2.703 2.703h13.188l2.703-2.703c0.391-0.391 1.016-0.391 1.406 0s0.391 1.016 0 1.406l-2.703 2.703v4.594h3.5c0.547 0 1 0.453 1 1zM18 6h-10c0-2.766 2.234-5 5-5s5 2.234 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vk\" viewBox=\"0 0 31 28\">\n<title>vk</title>\n<path d=\"M29.953 8.125c0.234 0.641-0.5 2.141-2.344 4.594-3.031 4.031-3.359 3.656-0.859 5.984 2.406 2.234 2.906 3.313 2.984 3.453 0 0 1 1.75-1.109 1.766l-4 0.063c-0.859 0.172-2-0.609-2-0.609-1.5-1.031-2.906-3.703-4-3.359 0 0-1.125 0.359-1.094 2.766 0.016 0.516-0.234 0.797-0.234 0.797s-0.281 0.297-0.828 0.344h-1.797c-3.953 0.25-7.438-3.391-7.438-3.391s-3.813-3.938-7.156-11.797c-0.219-0.516 0.016-0.766 0.016-0.766s0.234-0.297 0.891-0.297l4.281-0.031c0.406 0.063 0.688 0.281 0.688 0.281s0.25 0.172 0.375 0.5c0.703 1.75 1.609 3.344 1.609 3.344 1.563 3.219 2.625 3.766 3.234 3.437 0 0 0.797-0.484 0.625-4.375-0.063-1.406-0.453-2.047-0.453-2.047-0.359-0.484-1.031-0.625-1.328-0.672-0.234-0.031 0.156-0.594 0.672-0.844 0.766-0.375 2.125-0.391 3.734-0.375 1.266 0.016 1.625 0.094 2.109 0.203 1.484 0.359 0.984 1.734 0.984 5.047 0 1.062-0.203 2.547 0.562 3.031 0.328 0.219 1.141 0.031 3.141-3.375 0 0 0.938-1.625 1.672-3.516 0.125-0.344 0.391-0.484 0.391-0.484s0.25-0.141 0.594-0.094l4.5-0.031c1.359-0.172 1.578 0.453 1.578 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-weibo\" viewBox=\"0 0 28 28\">\n<title>weibo</title>\n<path d=\"M10.547 20.062c0.438-0.719 0.203-1.547-0.531-1.859-0.703-0.297-1.641 0.016-2.078 0.703-0.453 0.703-0.234 1.531 0.469 1.859 0.719 0.328 1.687 0.016 2.141-0.703zM12.016 18.172c0.156-0.281 0.063-0.594-0.219-0.703-0.281-0.094-0.625 0.031-0.781 0.297-0.156 0.281-0.078 0.578 0.203 0.703 0.281 0.109 0.641-0.016 0.797-0.297zM14.734 19.844c-0.938 2.125-3.656 3.281-5.969 2.531-2.234-0.719-3.172-2.922-2.203-4.906 0.969-1.937 3.453-3.031 5.656-2.469 2.297 0.594 3.453 2.75 2.516 4.844zM19.609 17.344c-0.297-3.047-4.297-5.141-8.937-4.688-4.641 0.469-8.141 3.297-7.844 6.344s4.297 5.141 8.937 4.688c4.641-0.469 8.141-3.297 7.844-6.344zM24.422 17.406c0 3.516-5.063 7.938-12.672 7.938-5.812 0-11.75-2.812-11.75-7.453 0-2.422 1.531-5.219 4.172-7.859 3.531-3.531 7.641-5.125 9.188-3.578 0.688 0.672 0.75 1.859 0.313 3.266-0.219 0.719 0.672 0.313 0.672 0.328 2.844-1.203 5.328-1.266 6.234 0.031 0.484 0.688 0.438 1.656 0 2.781-0.203 0.516 0.063 0.594 0.453 0.719 1.609 0.5 3.391 1.703 3.391 3.828zM23.266 7.656c0.891 0.984 1.141 2.344 0.75 3.531-0.156 0.484-0.672 0.75-1.156 0.594s-0.75-0.672-0.594-1.156v0c0.187-0.594 0.063-1.25-0.375-1.734s-1.078-0.672-1.672-0.547v0c-0.5 0.109-1-0.203-1.094-0.703-0.109-0.5 0.203-0.984 0.703-1.094 1.219-0.266 2.547 0.109 3.437 1.109zM26.094 5.109c1.844 2.031 2.328 4.812 1.547 7.25v0c-0.187 0.562-0.781 0.875-1.344 0.688s-0.875-0.781-0.703-1.344v0c0.562-1.734 0.219-3.719-1.094-5.156-1.313-1.453-3.234-2-5.016-1.625-0.578 0.125-1.156-0.25-1.281-0.828s0.25-1.141 0.828-1.266v0c2.516-0.531 5.219 0.234 7.063 2.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-renren\" viewBox=\"0 0 24 28\">\n<title>renren</title>\n<path d=\"M17.703 24.531c-1.703 0.938-3.656 1.469-5.75 1.469-2.078 0-4.031-0.531-5.734-1.469 2.766-1.75 5-4.391 5.734-7.484 0.75 3.094 2.984 5.734 5.75 7.484zM9.969 2.219v7.578c0 5.344-2.953 9.938-7.141 11.969-1.766-2.094-2.828-4.781-2.828-7.734 0-5.938 4.312-10.859 9.969-11.813zM24 14.031c0 2.953-1.062 5.641-2.828 7.734-4.188-2.031-7.141-6.625-7.141-11.969v-7.578c5.656 0.953 9.969 5.875 9.969 11.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pagelines\" viewBox=\"0 0 22 28\">\n<title>pagelines</title>\n<path d=\"M21.906 17.234c-3.141 7.797-10.672 3.078-10.672 3.078-2.312 4.672-6.125 7.672-10.531 7.688-0.391 0-0.703-0.313-0.703-0.703s0.313-0.688 0.703-0.688c3.672-0.016 6.875-2.438 8.969-6.281-2.344 0.906-6.766 1.594-9.219-4.688 6.219-2.562 9.078 0.641 10.172 2.594 0.562-1.391 0.969-2.906 1.234-4.547 0 0-7.969 1.25-8.531-5.594 6.797-2.734 8.703 4.375 8.703 4.375 0.094-0.953 0.187-3 0.187-3.047 0 0-6.062-4.203-2.172-9.422 7.109 2.453 3.5 9.266 3.5 9.266 0.031 0.094 0.031 1.359 0 1.906 0 0 2.578-5.078 7.781-3.281-0.234 7.641-8.094 6.062-8.094 6.062-0.25 1.563-0.641 3.047-1.141 4.422 0 0 4.734-5.234 9.812-1.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-exchange\" viewBox=\"0 0 20 28\">\n<title>stack-exchange</title>\n<path d=\"M19.672 19.578v1.031c0 1.766-1.375 3.187-3.063 3.187h-0.891l-4.062 4.203v-4.203h-8.266c-1.687 0-3.063-1.422-3.063-3.187v-1.031h19.344zM19.672 14.484v3.984h-19.344v-3.984h19.344zM19.672 9.359v3.984h-19.344v-3.984h19.344zM19.672 7.172v1.047h-19.344v-1.047c0-1.75 1.375-3.172 3.063-3.172h13.219c1.687 0 3.063 1.422 3.063 3.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-right</title>\n<path d=\"M18 14c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-left</title>\n<path d=\"M18 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v3c0 0.281-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-4.984c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5v3h5.5c0.266 0 0.5 0.234 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-left\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-left</title>\n<path d=\"M16 9v10c0 0.547-0.453 1-1 1-0.203 0-0.406-0.063-0.578-0.187l-7-5c-0.266-0.187-0.422-0.484-0.422-0.812 0-0.313 0.156-0.625 0.422-0.812l7-5c0.172-0.125 0.375-0.187 0.578-0.187 0.547 0 1 0.453 1 1zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dot-circle-o\" viewBox=\"0 0 24 28\">\n<title>dot-circle-o</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair\" viewBox=\"0 0 25 28\">\n<title>wheelchair</title>\n<path d=\"M15.984 18.547l1.594 3.187c-1.203 3.719-4.672 6.266-8.578 6.266-4.953 0-9-4.047-9-9 0-3.781 2.375-7.156 5.922-8.453l0.266 2.047c-2.547 1.125-4.188 3.625-4.188 6.406 0 3.859 3.141 7 7 7 4.016 0 7.266-3.437 6.984-7.453zM24.547 20.109l0.906 1.781-4 2c-0.141 0.078-0.297 0.109-0.453 0.109-0.375 0-0.734-0.219-0.891-0.547l-3.734-7.453h-7.375c-0.5 0-0.938-0.391-1-0.891l-1.5-12.172c-0.016-0.156 0.047-0.5 0.094-0.656 0.297-1.078 1.297-1.781 2.406-1.781 1.375 0 2.5 1.125 2.5 2.5 0 1.422-1.25 2.641-2.688 2.484l0.578 4.516h6.609v2h-6.359l0.25 2h7.109c0.375 0 0.734 0.219 0.891 0.547l3.563 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo-square\" viewBox=\"0 0 24 28\">\n<title>vimeo-square</title>\n<path d=\"M20.188 9.969c0.109-2.266-0.734-3.406-2.516-3.469-2.406-0.078-4.031 1.281-4.875 4.078 0.438-0.187 0.859-0.297 1.281-0.297 0.875 0 1.266 0.5 1.156 1.5-0.047 0.594-0.438 1.469-1.156 2.609-0.734 1.156-1.281 1.719-1.641 1.719-0.469 0-0.875-0.875-1.281-2.641-0.125-0.531-0.359-1.844-0.703-3.984-0.313-1.969-1.141-2.891-2.5-2.766-0.562 0.063-1.437 0.562-2.562 1.563-0.844 0.734-1.672 1.5-2.531 2.25l0.812 1.047c0.781-0.531 1.234-0.812 1.359-0.812 0.594 0 1.156 0.938 1.672 2.797 0.469 1.719 0.938 3.422 1.406 5.141 0.703 1.859 1.547 2.797 2.562 2.797 1.625 0 3.625-1.531 5.984-4.594 2.281-2.938 3.469-5.25 3.531-6.937zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-try\" viewBox=\"0 0 18 28\">\n<title>try</title>\n<path d=\"M18 13c0 6.062-4.937 11-11 11h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-9.547l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-1.453l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-3.906c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v2.828l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v1.453l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v7.609c3.906-0.266 7-3.516 7-7.484 0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square-o\" viewBox=\"0 0 22 28\">\n<title>plus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-5.5v5.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-5.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v5.5h5.5c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-space-shuttle\" viewBox=\"0 0 34 28\">\n<title>space-shuttle</title>\n<path d=\"M9.688 17.5c-1.078 0.625-2.547 1-4.188 1h-2v-1h-1c-0.281 0-0.5-0.562-0.5-1.25 0-0.281 0.047-0.547 0.109-0.766-1.203-0.031-2.109-0.234-2.109-0.484s0.906-0.453 2.109-0.484c-0.063-0.219-0.109-0.484-0.109-0.766 0-0.688 0.219-1.25 0.5-1.25h1v-1h2c1.641 0 3.109 0.375 4.188 1h17.391c1.156 0.203 2.203 0.375 2.922 0.5 3 0.5 4 1.5 4 2s-1 1.5-4 2c-0.719 0.125-1.766 0.297-2.922 0.5h-17.391zM27.172 13.563c0.5 0.344 0.828 0.859 0.828 1.437s-0.328 1.094-0.828 1.437l1.266 0.469c0.641-0.453 1.062-1.141 1.062-1.906s-0.422-1.453-1.062-1.906zM9.766 17.75h15.859s-3.391 0.594-7.125 1.25c-2 0-3.5 1.5-3.5 1.5l-4.5 4.5s-1.516 1-2.5 1h-1.5l-1.453-7.25h0.453c1.594 0 3.109-0.359 4.266-1zM5.5 11.25h-0.453l1.453-7.25h1.5c1.016 0 2 0.5 2.5 1l4.5 4.5c0 0 1.5 1.5 3.5 1.5 3.734 0.656 7.125 1.25 7.125 1.25h-15.859c-1.156-0.641-2.672-1-4.266-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slack\" viewBox=\"0 0 26 28\">\n<title>slack</title>\n<path d=\"M23.734 12.125c1.281 0 2.266 0.938 2.266 2.219 0 1-0.516 1.703-1.453 2.031l-2.688 0.922 0.875 2.609c0.078 0.234 0.109 0.484 0.109 0.734 0 1.234-1 2.266-2.234 2.266-0.984 0-1.859-0.609-2.172-1.547l-0.859-2.578-4.844 1.656 0.859 2.562c0.078 0.234 0.125 0.484 0.125 0.734 0 1.219-1 2.266-2.25 2.266-0.984 0-1.844-0.609-2.156-1.547l-0.859-2.547-2.391 0.828c-0.25 0.078-0.516 0.141-0.781 0.141-1.266 0-2.219-0.938-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.438-0.828-1.641-4.891-2.438 0.844c-0.25 0.078-0.5 0.125-0.75 0.125-1.25 0-2.219-0.953-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.453-0.828-0.828-2.484c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1-2.266 2.25-2.266 0.984 0 1.844 0.609 2.156 1.547l0.844 2.5 4.844-1.641-0.844-2.5c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1.016-2.266 2.25-2.266 0.984 0 1.859 0.625 2.172 1.547l0.828 2.516 2.531-0.859c0.219-0.063 0.438-0.094 0.672-0.094 1.219 0 2.266 0.906 2.266 2.156 0 0.969-0.75 1.781-1.625 2.078l-2.453 0.844 1.641 4.937 2.562-0.875c0.234-0.078 0.484-0.125 0.719-0.125zM11.328 16.219l4.844-1.641-1.641-4.922-4.844 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-square\" viewBox=\"0 0 24 28\">\n<title>envelope-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM20 18.5v-6.813c-0.297 0.328-0.625 0.625-1 0.859-1.469 0.969-2.984 1.875-4.438 2.875-0.734 0.516-1.641 1.078-2.562 1.078v0 0 0 0c-0.922 0-1.828-0.562-2.562-1.078-1.453-1-2.984-1.891-4.438-2.891-0.359-0.234-0.641-0.578-1-0.844v6.813c0 0.828 0.672 1.5 1.5 1.5h13c0.828 0 1.5-0.672 1.5-1.5zM20 9.547c0-0.844-0.625-1.547-1.5-1.547h-13c-0.828 0-1.5 0.672-1.5 1.5 0 0.844 0.875 1.766 1.531 2.203 1.375 0.922 2.797 1.781 4.172 2.688 0.594 0.391 1.578 1.109 2.297 1.109s1.703-0.719 2.297-1.109c1.391-0.906 2.781-1.797 4.172-2.719 0.609-0.406 1.531-1.344 1.531-2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wordpress\" viewBox=\"0 0 28 28\">\n<title>wordpress</title>\n<path d=\"M1.984 14c0-1.734 0.375-3.391 1.047-4.891l5.734 15.703c-4.016-1.953-6.781-6.062-6.781-10.813zM22.109 13.391c0 1.031-0.422 2.219-0.922 3.891l-1.188 4-4.344-12.906s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.953 0.141-3.203 0.156-3.203 0.156s-1.172-0.016-3.156-0.156c-0.656-0.047-0.734 0.938-0.078 0.984 0.609 0.063 1.25 0.125 1.25 0.125l1.875 5.125-2.625 7.875-4.375-13s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.937 0.141-3.203 0.156-3.203 0.156-0.219 0-0.484-0.016-0.766-0.016 2.141-3.266 5.828-5.422 10.031-5.422 3.125 0 5.969 1.203 8.109 3.156h-0.156c-1.172 0-2.016 1.016-2.016 2.125 0 0.984 0.578 1.813 1.188 2.812 0.469 0.797 0.984 1.828 0.984 3.313zM14.203 15.047l3.703 10.109c0.016 0.063 0.047 0.125 0.078 0.172-1.25 0.438-2.578 0.688-3.984 0.688-1.172 0-2.312-0.172-3.391-0.5zM24.531 8.234c0.938 1.719 1.484 3.672 1.484 5.766 0 4.438-2.406 8.297-5.984 10.375l3.672-10.594c0.609-1.75 0.922-3.094 0.922-4.312 0-0.438-0.031-0.844-0.094-1.234zM14 0c7.719 0 14 6.281 14 14s-6.281 14-14 14-14-6.281-14-14 6.281-14 14-14zM14 27.359c7.359 0 13.359-6 13.359-13.359s-6-13.359-13.359-13.359-13.359 6-13.359 13.359 6 13.359 13.359 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-openid\" viewBox=\"0 0 28 28\">\n<title>openid</title>\n<path d=\"M16.969 0v24l-4.25 2c-7.187-0.641-12.719-4.469-12.719-9.109 0-4.469 5.156-8.188 11.984-9.016v2.688c-4.469 0.781-7.75 3.313-7.75 6.328 0 3.187 3.656 5.828 8.484 6.438v0-21.25zM27.422 9.094l0.578 6.094-8.203-1.781 2.297-1.297c-1.219-0.719-2.719-1.25-4.375-1.547v-2.688c2.891 0.344 5.484 1.219 7.516 2.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bank\" viewBox=\"0 0 30 28\">\n<title>bank</title>\n<path d=\"M15 0l15 6v2h-2c0 0.547-0.484 1-1.078 1h-23.844c-0.594 0-1.078-0.453-1.078-1h-2v-2zM4 10h4v12h2v-12h4v12h2v-12h4v12h2v-12h4v12h0.922c0.594 0 1.078 0.453 1.078 1v1h-26v-1c0-0.547 0.484-1 1.078-1h0.922v-12zM28.922 25c0.594 0 1.078 0.453 1.078 1v2h-30v-2c0-0.547 0.484-1 1.078-1h27.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-graduation-cap\" viewBox=\"0 0 36 28\">\n<title>graduation-cap</title>\n<path d=\"M27.719 13.062l0.281 4.937c0.125 2.203-4.484 4-10 4s-10.125-1.797-10-4l0.281-4.937 8.969 2.828c0.25 0.078 0.5 0.109 0.75 0.109s0.5-0.031 0.75-0.109zM36 8c0 0.219-0.141 0.406-0.344 0.484l-17.5 5.5c-0.063 0.016-0.109 0.016-0.156 0.016s-0.094 0-0.156-0.016l-10.187-3.219c-0.891 0.703-1.516 2.422-1.641 4.531 0.594 0.344 0.984 0.969 0.984 1.703 0 0.703-0.359 1.313-0.906 1.672l0.906 6.766c0.016 0.141-0.031 0.281-0.125 0.391s-0.234 0.172-0.375 0.172h-3c-0.141 0-0.281-0.063-0.375-0.172s-0.141-0.25-0.125-0.391l0.906-6.766c-0.547-0.359-0.906-0.969-0.906-1.672 0-0.75 0.422-1.391 1.016-1.734 0.094-1.828 0.562-3.797 1.531-5.156l-5.203-1.625c-0.203-0.078-0.344-0.266-0.344-0.484s0.141-0.406 0.344-0.484l17.5-5.5c0.063-0.016 0.109-0.016 0.156-0.016s0.094 0 0.156 0.016l17.5 5.5c0.203 0.078 0.344 0.266 0.344 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yahoo\" viewBox=\"0 0 24 28\">\n<title>yahoo</title>\n<path d=\"M13.422 14.953l0.203 11.047c-0.531-0.094-1.078-0.172-1.641-0.172-0.547 0-1.094 0.078-1.641 0.172l0.203-11.047c-2.906-5.016-5.641-10.125-8.844-14.953 0.547 0.141 1.109 0.234 1.687 0.234s1.172-0.109 1.734-0.234c2.187 3.875 4.562 7.641 6.859 11.453 2.312-3.781 4.766-7.547 6.859-11.453 0.547 0.141 1.109 0.219 1.672 0.219 0.594 0 1.203-0.078 1.781-0.219v0 0c-1.25 1.719-2.281 3.594-3.359 5.422-1.859 3.172-3.687 6.344-5.516 9.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google\" viewBox=\"0 0 24 28\">\n<title>google</title>\n<path d=\"M12 12.281h11.328c0.109 0.609 0.187 1.203 0.187 2 0 6.844-4.594 11.719-11.516 11.719-6.641 0-12-5.359-12-12s5.359-12 12-12c3.234 0 5.953 1.188 8.047 3.141l-3.266 3.141c-0.891-0.859-2.453-1.859-4.781-1.859-4.094 0-7.438 3.391-7.438 7.578s3.344 7.578 7.438 7.578c4.75 0 6.531-3.406 6.813-5.172h-6.813v-4.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit\" viewBox=\"0 0 28 28\">\n<title>reddit</title>\n<path d=\"M17.109 18.234c0.141 0.141 0.141 0.359 0 0.484-0.891 0.891-2.609 0.969-3.109 0.969s-2.219-0.078-3.109-0.969c-0.141-0.125-0.141-0.344 0-0.484 0.125-0.125 0.344-0.125 0.469 0 0.562 0.578 1.781 0.766 2.641 0.766s2.063-0.187 2.641-0.766c0.125-0.125 0.344-0.125 0.469 0zM12.313 15.406c0 0.766-0.625 1.391-1.391 1.391-0.781 0-1.406-0.625-1.406-1.391 0-0.781 0.625-1.406 1.406-1.406 0.766 0 1.391 0.625 1.391 1.406zM18.484 15.406c0 0.766-0.625 1.391-1.406 1.391-0.766 0-1.391-0.625-1.391-1.391 0-0.781 0.625-1.406 1.391-1.406 0.781 0 1.406 0.625 1.406 1.406zM22.406 13.531c0-1.031-0.844-1.859-1.875-1.859-0.531 0-1 0.219-1.344 0.562-1.266-0.875-2.969-1.437-4.859-1.5l0.984-4.422 3.125 0.703c0 0.766 0.625 1.391 1.391 1.391 0.781 0 1.406-0.641 1.406-1.406s-0.625-1.406-1.406-1.406c-0.547 0-1.016 0.328-1.25 0.781l-3.453-0.766c-0.172-0.047-0.344 0.078-0.391 0.25l-1.078 4.875c-1.875 0.078-3.563 0.641-4.828 1.516-0.344-0.359-0.828-0.578-1.359-0.578-1.031 0-1.875 0.828-1.875 1.859 0 0.75 0.438 1.375 1.062 1.687-0.063 0.281-0.094 0.578-0.094 0.875 0 2.969 3.344 5.375 7.453 5.375 4.125 0 7.469-2.406 7.469-5.375 0-0.297-0.031-0.609-0.109-0.891 0.609-0.313 1.031-0.938 1.031-1.672zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-square\" viewBox=\"0 0 24 28\">\n<title>reddit-square</title>\n<path d=\"M14.672 17.641c0.109 0.109 0.109 0.297 0 0.406-0.766 0.766-2.234 0.828-2.672 0.828s-1.906-0.063-2.672-0.828c-0.109-0.109-0.109-0.297 0-0.406 0.109-0.125 0.297-0.125 0.406 0 0.484 0.484 1.531 0.656 2.266 0.656s1.781-0.172 2.266-0.656c0.109-0.125 0.297-0.125 0.406 0zM10.563 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM15.844 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM19.203 13.594c0-0.875-0.719-1.594-1.609-1.594-0.438 0-0.844 0.187-1.141 0.484-1.094-0.75-2.562-1.234-4.172-1.281l0.844-3.797 2.672 0.609c0.016 0.656 0.547 1.188 1.203 1.188s1.203-0.547 1.203-1.203-0.547-1.203-1.203-1.203c-0.469 0-0.875 0.266-1.078 0.672l-2.953-0.656c-0.156-0.047-0.297 0.063-0.328 0.203l-0.938 4.188c-1.609 0.063-3.063 0.547-4.141 1.297-0.297-0.313-0.703-0.5-1.156-0.5-0.891 0-1.609 0.719-1.609 1.594 0 0.641 0.375 1.188 0.906 1.453-0.047 0.234-0.078 0.5-0.078 0.75 0 2.547 2.859 4.609 6.391 4.609s6.406-2.063 6.406-4.609c0-0.266-0.031-0.516-0.094-0.766 0.516-0.266 0.875-0.812 0.875-1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon-circle\" viewBox=\"0 0 24 28\">\n<title>stumbleupon-circle</title>\n<path d=\"M13.531 13.109l1.406-0.422v-0.969c0-1.656-1.406-2.984-3.063-2.984s-3.063 1.313-3.063 2.969v4.422c0 0.406-0.328 0.734-0.734 0.734s-0.719-0.328-0.719-0.734v-1.875h-2.359v1.906c0 1.703 1.375 3.063 3.078 3.063 1.672 0 3.063-1.344 3.063-3.016v-4.375c0-0.406 0.328-0.734 0.734-0.734 0.391 0 0.719 0.328 0.719 0.734v0.844zM18.734 16.156v-1.906h-2.344v1.969c0 0.406-0.328 0.734-0.734 0.734-0.391 0-0.719-0.328-0.719-0.734v-1.922l-1.406 0.406-0.938-0.438v1.922c0 1.672 1.391 3.031 3.078 3.031s3.063-1.359 3.063-3.063zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon\" viewBox=\"0 0 30 28\">\n<title>stumbleupon</title>\n<path d=\"M16.594 11.125v-1.844c0-0.875-0.719-1.594-1.594-1.594s-1.594 0.719-1.594 1.594v9.562c0 3.656-3.031 6.609-6.703 6.609-3.703 0-6.703-3-6.703-6.703v-4.156h5.125v4.094c0 0.891 0.719 1.594 1.594 1.594s1.594-0.703 1.594-1.594v-9.688c0-3.578 3.063-6.453 6.687-6.453 3.641 0 6.687 2.891 6.687 6.5v2.125l-3.047 0.906zM24.875 14.594h5.125v4.156c0 3.703-3 6.703-6.703 6.703-3.687 0-6.703-2.969-6.703-6.641v-4.188l2.047 0.953 3.047-0.906v4.219c0 0.875 0.719 1.578 1.594 1.578s1.594-0.703 1.594-1.578v-4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-delicious\" viewBox=\"0 0 24 28\">\n<title>delicious</title>\n<path d=\"M23 21.5v-7.5h-11v-11h-7.5c-1.937 0-3.5 1.563-3.5 3.5v7.5h11v11h7.5c1.937 0 3.5-1.563 3.5-3.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-digg\" viewBox=\"0 0 32 28\">\n<title>digg</title>\n<path d=\"M5.125 4.406h3.187v15.359h-8.313v-10.891h5.125v-4.469zM5.125 17.203v-5.766h-1.922v5.766h1.922zM9.594 8.875v10.891h3.203v-10.891h-3.203zM9.594 4.406v3.187h3.203v-3.187h-3.203zM14.078 8.875h8.328v14.719h-8.328v-2.547h5.125v-1.281h-5.125v-10.891zM19.203 17.203v-5.766h-1.922v5.766h1.922zM23.688 8.875h8.313v14.719h-8.313v-2.547h5.109v-1.281h-5.109v-10.891zM28.797 17.203v-5.766h-1.922v5.766h1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-pp\" viewBox=\"0 0 24 28\">\n<title>pied-piper-pp</title>\n<path d=\"M16.344 15.937c0 1.328-0.906 2.406-2.016 2.406-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.422zM10.984 9.25c0 1.344-0.906 2.422-2.016 2.422-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.406zM19.766 15.984c0-2.797-2.109-5.063-4.703-5.063-0.203 0-0.406 0.016-0.609 0.047-0.234 0.797-0.641 1.516-1.219 2.125-0.875 0.953-2.047 1.516-3.297 1.578v9.938l3.297-0.641v-3.219c0.547 0.203 1.156 0.297 1.828 0.297 2.594 0 4.703-2.266 4.703-5.063zM14.406 9.312c0-2.797-2.109-5.063-4.719-5.063-0.766 0-1.531 0.203-2.203 0.562h-2.906v13.125l3.297-0.641v-3.219c0.547 0.187 1.156 0.297 1.813 0.297 2.609 0 4.719-2.266 4.719-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-alt\" viewBox=\"0 0 32 28\">\n<title>pied-piper-alt</title>\n<path d=\"M19.094 14.516c4.062-0.156 6.312 3.187 8.156 6.281 1.094 1.859 2.375 2.953 3.953 4.344-1.687 1.047-3.828 1.75-5.641 2.562-3-2.516-1.25-12.5-6.062-12.5l-0.156 0.031-0.094 0.063c0.063 0.078 0.141 0.156 0.203 0.219 1.297 1.094 1.813 1.328 1.891 3.187l0.016 0.516c0.047 1.172-0.297 2.312-0.531 3.453-1.047-0.031-2.063 0.313-3.109 0.313-0.391 0-0.766-0.047-1.125-0.156-0.031-0.25-0.031-0.5-0.031-0.734 0-0.484-0.016-1.031 0.047-1.5 0.078-0.516 1.828-1.625 1.797-2.375-0.297-0.031-0.5 0.141-0.672 0.375-0.719 1.062-2.562 2.281-3.875 2.281-0.906 0-3.063-3.891-4.156-4.672-0.172-0.125-0.281-0.297-0.422-0.469-0.875 0.203-7.578 1.75-8.016 1.75-0.328 0-0.625-0.266-0.625-0.594 0-0.297 0.187-0.578 0.484-0.641l7.594-1.656c-0.516-0.938 0.672-0.953 1.172-1.094 0.172-0.047 0.344-0.219 0.516-0.219 0.344 0 0.641 0.484 0.75 0.766 0.344-0.078 2.484-0.578 2.688-0.578 0.344 0 0.656 0.25 0.656 0.609 0 0.297-0.187 0.562-0.5 0.625l-2.844 0.625-0.016 0.25c-0.016 0.547 2.469 3.266 2.906 3.266 0.984 0 2.984-2.266 2.984-3.266 0-1.672-2.328-0.688-2.328-1.828 0-0.187 0.063-0.359 0.156-0.531l-1.062-0.297c0.484-0.5 0.672-1.141 0.672-1.828 0-0.297-0.031-0.609-0.078-0.906 0.797-0.156 1.453-0.25 2.25-0.25 3.094 0 2.484 0.469 3.563 2.953l0.781-0.391c-0.125 1.859-1.969 0.953-1.906 1.687zM20.031 10.844c-0.609-0.703-0.875-1.047-1.234-1.203-0.375-0.172-0.859-0.125-1.984-0.125-1.172 0-2.328 0.172-3.391 0.672 0.344-0.641 0.719-0.922 1.406-1.188 1.484-0.562 2.188-1.656 3.203-2.781 0.531 0.375 0.766 1.313 1.531 1.266l0.187-0.016v1.188l0.344 0.016c2.031-0.781 4.062-1.641 5.797-2.969 2.625-2 2.875-2.719 4.422-5.437l0.109-0.141c-0.031 0.766-0.344 1.484-0.672 2.172-1.656 3.469-4.281 5.453-7.984 6.344-0.672 0.156-1.437 0.172-2.047 0.484 0.078 0.531 0.719 0.984 0.719 1.25 0 0.187-0.297 0.391-0.406 0.469zM16.578 25.234c0.859-0.562 3.313-1.078 4.344-1.078 0.516 0 1.531 2.453 1.797 3-1.219 0.453-2.5 0.703-3.813 0.703-0.656 0-1.313-0.063-1.953-0.172zM12.844 15.125l0.75-0.187 1.703 2.766-1.141 0.75zM20.672 23.203c0.016 0.078 0.047 0.172 0.047 0.25 0 0.406-2.688 0.688-3.172 0.766l-0.109-0.672c0.969-0.109 2.047-0.359 3.016-0.344h0.219zM13.531 13.391l-1.5 0.313-0.094-0.266c0.359-0.031 0.688-0.203 1.047-0.203 0.203 0 0.375 0.047 0.547 0.156zM16.578 23.297h0.484l0.156 1.297-0.641 0.187v-1.484zM30.469 0.016v0 0zM30.469 0.016l-0.016 0.078-0.031 0.031 0.016-0.047zM30.469 0.016l0.016-0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drupal\" viewBox=\"0 0 24 28\">\n<title>drupal</title>\n<path d=\"M18.234 24.781c-0.031-0.109-0.125-0.266-0.375-0.078-0.531 0.391-1.719 0.875-3.406 0.875s-2.484-0.359-3.016-0.766c-0.078-0.063-0.047-0.063-0.203-0.063-0.172 0-0.266 0.078-0.406 0.187-0.125 0.109-0.187 0.375 0 0.562 1.156 1.062 3.094 0.969 4.516 0.844 1.437-0.141 2.656-0.984 2.781-1.109 0.187-0.187 0.141-0.344 0.109-0.453zM17.625 22.984c-0.109-0.266-0.297-0.734-0.609-0.953-0.313-0.203-0.766-0.234-1.188-0.234s-0.656-0.031-1.109 0.156-0.922 0.609-1.219 0.875-0.344 0.469-0.187 0.688c0.156 0.203 0.328 0.078 0.766-0.297 0.453-0.359 0.75-0.688 1.672-0.688s1.078 0.344 1.266 0.688 0.203 0.391 0.391 0.297c0.219-0.109 0.328-0.266 0.219-0.531zM23.172 18.594c0-0.812-0.359-2.188-1.687-2.188-1.25 0-3.781 2.594-5.109 2.609-1.547 0.031-3.687-3.063-6.781-3.031-2.438 0.016-4.359 1.953-4.391 4.016-0.016 1.156 0.359 2.016 1.156 2.562 0.531 0.359 1.016 0.578 2.594 0.578 2.625 0 5.953-3.25 7.484-3.203 1.219 0.047 3.109 3.031 4.062 3.094 0.75 0.063 1.141-0.281 1.781-1.203 0.625-0.938 0.891-2.406 0.891-3.234zM24 16.094c0 7-5.531 11.625-11.891 11.625-6.375 0-12.109-5.016-12.109-11.844 0-6.813 5.313-9.969 6.297-10.484 1.172-0.625 2.016-0.953 3.344-2.016 0.656-0.516 1.203-1.266 1.375-3.094 0.953 1.141 2.094 2.469 2.906 3.016 1.328 0.875 2.656 1.219 4.047 2.094 0.844 0.516 6.031 3.687 6.031 10.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-joomla\" viewBox=\"0 0 24 28\">\n<title>joomla</title>\n<path d=\"M16.719 16.766l-2.5 2.5-2.359 2.375-0.469 0.469c-1.375 1.359-3.297 1.828-5.047 1.391-0.328 1.437-1.609 2.5-3.141 2.5-1.766 0-3.203-1.437-3.203-3.219 0-1.516 1.047-2.797 2.469-3.125-0.453-1.766 0.016-3.703 1.391-5.078l0.187-0.187 2.359 2.375-0.172 0.172c-0.781 0.766-0.766 2.016 0 2.797 0.766 0.766 2.016 0.766 2.781 0l0.469-0.469 2.359-2.375 2.516-2.5zM11.391 6.109l0.187 0.187-2.375 2.375-0.187-0.187c-0.766-0.766-2.016-0.766-2.781 0s-0.766 2.031 0 2.797l5.328 5.328-2.359 2.375-2.516-2.5-2.359-2.375-0.469-0.469c-1.437-1.422-1.875-3.469-1.328-5.297-1.437-0.313-2.5-1.594-2.5-3.125 0-1.781 1.437-3.219 3.203-3.219 1.609 0 2.922 1.172 3.172 2.688 1.734-0.406 3.625 0.078 4.984 1.422zM24 22.781c0 1.781-1.437 3.219-3.203 3.219-1.563 0-2.859-1.109-3.156-2.578v0c-1.813 0.562-3.891 0.125-5.328-1.313l-0.172-0.187 2.359-2.375 0.187 0.187c0.766 0.766 2.016 0.766 2.781 0s0.766-2.016 0-2.781l-5.344-5.344 2.375-2.375 4.875 4.875 0.453 0.469c1.359 1.359 1.844 3.281 1.406 5.031 1.563 0.219 2.766 1.547 2.766 3.172zM23.969 5.219c0 1.625-1.219 2.969-2.781 3.187 0.516 1.797 0.063 3.813-1.359 5.234l-0.187 0.187-2.359-2.375 0.187-0.187c0.766-0.766 0.766-2.016 0-2.781s-2.016-0.766-2.781 0l-5.344 5.344-2.375-2.375 2.516-2.5 2.375-2.375 0.453-0.469c1.422-1.422 3.453-1.875 5.266-1.344 0.219-1.563 1.563-2.766 3.187-2.766 1.766 0 3.203 1.437 3.203 3.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-language\" viewBox=\"0 0 24 28\">\n<title>language</title>\n<path d=\"M10.219 16.844c-0.031 0.109-0.797-0.25-1-0.328-0.203-0.094-1.125-0.609-1.359-0.766s-1.125-0.891-1.234-0.938v0c-0.562 0.859-1.281 1.875-2.094 2.828-0.281 0.328-1.125 1.391-1.641 1.719-0.078 0.047-0.531 0.094-0.594 0.063 0.25-0.187 0.969-1.078 1.281-1.437 0.391-0.453 2.25-3.047 2.562-3.641 0.328-0.594 1.312-2.562 1.359-2.75-0.156-0.016-1.391 0.406-1.719 0.516-0.313 0.094-1.172 0.297-1.234 0.344-0.063 0.063-0.016 0.25-0.047 0.313s-0.313 0.203-0.484 0.234c-0.156 0.047-0.516 0.063-0.734 0-0.203-0.047-0.391-0.25-0.438-0.328 0 0-0.063-0.094-0.078-0.359 0.187-0.063 0.5-0.078 0.844-0.172s1.188-0.344 1.641-0.5 1.328-0.484 1.594-0.547c0.281-0.047 0.984-0.516 1.359-0.641s0.641-0.281 0.656-0.203 0 0.422-0.016 0.516c-0.016 0.078-0.766 1.547-0.875 1.781-0.063 0.125-0.5 0.953-1.203 2.047 0.25 0.109 0.781 0.328 1 0.438 0.266 0.125 2.125 0.906 2.219 0.938s0.266 0.75 0.234 0.875zM7.016 9.25c0.047 0.266-0.031 0.375-0.063 0.438-0.156 0.297-0.547 0.5-0.781 0.594s-0.625 0.187-0.938 0.187c-0.141-0.016-0.422-0.063-0.766-0.406-0.187-0.203-0.328-0.75-0.266-0.688s0.516 0.125 0.719 0.078 0.688-0.187 0.906-0.25c0.234-0.078 0.703-0.203 0.859-0.219 0.156 0 0.281 0.063 0.328 0.266zM17.922 11.266l0.984 3.547-2.172-0.656zM0.609 23.766l10.844-3.625v-16.125l-10.844 3.641v16.109zM20 18.813l1.594 0.484-2.828-10.266-1.563-0.484-3.375 8.375 1.594 0.484 0.703-1.719 3.297 1.016zM12.141 3.781l8.953 2.875v-5.938zM17 24.453l2.469 0.203-0.844 2.5-0.625-1.031c-1.266 0.812-2.828 1.437-4.312 1.687-0.453 0.094-0.969 0.187-1.422 0.187h-1.313c-1.656 0-4.672-0.984-5.984-1.937-0.094-0.078-0.125-0.141-0.125-0.25 0-0.172 0.125-0.297 0.281-0.297 0.141 0 0.875 0.453 1.078 0.547 1.406 0.703 3.375 1.344 4.953 1.344 1.953 0 3.281-0.25 5.063-1.016 0.516-0.234 0.969-0.531 1.453-0.797zM24 7.594v16.859c-12.078-3.844-12.094-3.844-12.094-3.844-0.25 0.109-11.453 3.891-11.609 3.891-0.125 0-0.234-0.078-0.281-0.203 0-0.016-0.016-0.031-0.016-0.047v-16.844c0.016-0.047 0.031-0.125 0.063-0.156 0.094-0.109 0.219-0.141 0.313-0.172 0.047-0.016 1-0.328 2.328-0.781v-6l8.719 3.094c0.109-0.031 9.828-3.391 9.969-3.391 0.172 0 0.313 0.125 0.313 0.328v6.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fax\" viewBox=\"0 0 28 28\">\n<title>fax</title>\n<path d=\"M4.5 6c1.375 0 2.5 1.125 2.5 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-2c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h2zM26 8.547c1.188 0.688 2 1.984 2 3.453v12c0 2.203-1.797 4-4 4h-13.5c-1.375 0-2.5-1.125-2.5-2.5v-24c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.984 0.484 2.562 1.062l2.375 2.375c0.578 0.578 1.062 1.734 1.062 2.562v2.547zM14.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM24 10v-4h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v8h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building\" viewBox=\"0 0 22 28\">\n<title>building</title>\n<path d=\"M21 0c0.547 0 1 0.453 1 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20zM8 4.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 8.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 12.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 16.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 25.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM14 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-child\" viewBox=\"0 0 20 28\">\n<title>child</title>\n<path d=\"M18.562 8.563l-4.562 4.562v12.875c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-6h-1v6c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-12.875l-4.562-4.562c-0.578-0.594-0.578-1.531 0-2.125 0.594-0.578 1.531-0.578 2.125 0l3.563 3.563h5.75l3.563-3.563c0.594-0.578 1.531-0.578 2.125 0 0.578 0.594 0.578 1.531 0 2.125zM13.5 6c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paw\" viewBox=\"0 0 26 28\">\n<title>paw</title>\n<path d=\"M12.187 7.375c0 1.75-0.906 3.828-2.922 3.828-2.531 0-4.062-3.187-4.062-5.375 0-1.75 0.906-3.828 2.922-3.828 2.547 0 4.062 3.187 4.062 5.375zM6.844 14.922c0 1.516-0.797 3.094-2.516 3.094-2.5 0-4.328-3.063-4.328-5.328 0-1.516 0.812-3.109 2.516-3.109 2.5 0 4.328 3.078 4.328 5.344zM13 14.5c3.828 0 9 5.516 9 9.203 0 1.984-1.625 2.297-3.219 2.297-2.094 0-3.781-1.406-5.781-1.406-2.094 0-3.875 1.391-6.141 1.391-1.516 0-2.859-0.516-2.859-2.281 0-3.703 5.172-9.203 9-9.203zM16.734 11.203c-2.016 0-2.922-2.078-2.922-3.828 0-2.188 1.516-5.375 4.062-5.375 2.016 0 2.922 2.078 2.922 3.828 0 2.188-1.531 5.375-4.062 5.375zM23.484 9.578c1.703 0 2.516 1.594 2.516 3.109 0 2.266-1.828 5.328-4.328 5.328-1.719 0-2.516-1.578-2.516-3.094 0-2.266 1.828-5.344 4.328-5.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spoon\" viewBox=\"0 0 12 28\">\n<title>spoon</title>\n<path d=\"M11 8.25c0 3.125-1.359 5.172-3.266 5.922l0.703 12.828c0.031 0.547-0.391 1-0.938 1h-3c-0.547 0-0.969-0.453-0.938-1l0.703-12.828c-1.906-0.75-3.266-2.797-3.266-5.922 0-4 2.234-8.25 5-8.25s5 4.25 5 8.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cube\" viewBox=\"0 0 26 28\">\n<title>cube</title>\n<path d=\"M14 25.453l10-5.453v-9.938l-10 3.641v11.75zM13 11.937l10.906-3.969-10.906-3.969-10.906 3.969zM26 8v12c0 0.734-0.406 1.406-1.047 1.75l-11 6c-0.297 0.172-0.625 0.25-0.953 0.25s-0.656-0.078-0.953-0.25l-11-6c-0.641-0.344-1.047-1.016-1.047-1.75v-12c0-0.844 0.531-1.594 1.313-1.875l11-4c0.219-0.078 0.453-0.125 0.688-0.125s0.469 0.047 0.688 0.125l11 4c0.781 0.281 1.313 1.031 1.313 1.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cubes\" viewBox=\"0 0 34 28\">\n<title>cubes</title>\n<path d=\"M10 25.5l6-3v-4.906l-6 2.562v5.344zM9 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM26 25.5l6-3v-4.906l-6 2.562v5.344zM25 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM18 13.828l6-2.578v-4.156l-6 2.562v4.172zM17 7.906l6.891-2.953-6.891-2.953-6.891 2.953zM34 16v6.5c0 0.75-0.422 1.453-1.109 1.781l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.047-0.016-0.078-0.031-0.109-0.063-0.031 0.031-0.063 0.047-0.109 0.063l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.688-0.328-1.109-1.031-1.109-1.781v-6.5c0-0.797 0.484-1.516 1.219-1.844l6.781-2.906v-6.25c0-0.797 0.484-1.516 1.219-1.844l7-3c0.25-0.109 0.516-0.156 0.781-0.156s0.531 0.047 0.781 0.156l7 3c0.734 0.328 1.219 1.047 1.219 1.844v6.25l6.781 2.906c0.75 0.328 1.219 1.047 1.219 1.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance\" viewBox=\"0 0 32 28\">\n<title>behance</title>\n<path d=\"M28.875 5.297h-7.984v1.937h7.984v-1.937zM24.938 11.953c-1.875 0-3.125 1.172-3.25 3.047h6.375c-0.172-1.891-1.156-3.047-3.125-3.047zM25.188 21.094c1.188 0 2.719-0.641 3.094-1.859h3.453c-1.062 3.266-3.266 4.797-6.672 4.797-4.5 0-7.297-3.047-7.297-7.484 0-4.281 2.953-7.547 7.297-7.547 4.469 0 6.937 3.516 6.937 7.734 0 0.25-0.016 0.5-0.031 0.734h-10.281c0 2.281 1.203 3.625 3.5 3.625zM4.328 20.312h4.625c1.766 0 3.203-0.625 3.203-2.609 0-2.016-1.203-2.812-3.109-2.812h-4.719v5.422zM4.328 11.922h4.391c1.547 0 2.641-0.672 2.641-2.344 0-1.813-1.406-2.25-2.969-2.25h-4.062v4.594zM0 3.969h9.281c3.375 0 6.297 0.953 6.297 4.875 0 1.984-0.922 3.266-2.688 4.109 2.422 0.688 3.594 2.516 3.594 4.984 0 4-3.359 5.719-6.937 5.719h-9.547v-19.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance-square\" viewBox=\"0 0 24 28\">\n<title>behance-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM7.797 7.734h-5.797v12.297h5.969c2.234 0 4.328-1.062 4.328-3.563 0-1.547-0.734-2.688-2.234-3.125 1.094-0.531 1.672-1.328 1.672-2.562 0-2.453-1.828-3.047-3.937-3.047zM7.453 12.703h-2.75v-2.875h2.547c0.969 0 1.859 0.266 1.859 1.406 0 1.047-0.688 1.469-1.656 1.469zM7.594 17.938h-2.891v-3.391h2.953c1.188 0 1.937 0.516 1.937 1.766s-0.891 1.625-2 1.625zM17.75 18.438c-1.437 0-2.188-0.844-2.188-2.266h6.422c0.016-0.156 0.016-0.313 0.016-0.469 0-2.625-1.547-4.828-4.344-4.828-2.703 0-4.562 2.047-4.562 4.719 0 2.781 1.75 4.672 4.562 4.672 2.141 0 3.516-0.953 4.172-2.984h-2.156c-0.234 0.75-1.188 1.156-1.922 1.156zM17.594 12.719c1.219 0 1.828 0.734 1.937 1.906h-3.969c0.078-1.172 0.859-1.906 2.031-1.906zM15.062 8.563h4.984v1.203h-4.984v-1.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam\" viewBox=\"0 0 28 28\">\n<title>steam</title>\n<path d=\"M24.719 9.094c0 2.109-1.719 3.813-3.813 3.813-2.109 0-3.813-1.703-3.813-3.813s1.703-3.813 3.813-3.813c2.094 0 3.813 1.703 3.813 3.813zM12.688 20.687c0-2.172-1.734-3.906-3.906-3.906-0.281 0-0.562 0.031-0.844 0.094l1.625 0.656c1.594 0.641 2.375 2.438 1.734 4.031s-2.453 2.375-4.047 1.719c-0.641-0.25-1.281-0.516-1.922-0.766 0.656 1.234 1.953 2.078 3.453 2.078 2.172 0 3.906-1.734 3.906-3.906zM25.656 9.109c0-2.625-2.141-4.766-4.766-4.766-2.641 0-4.781 2.141-4.781 4.766 0 2.641 2.141 4.766 4.781 4.766 2.625 0 4.766-2.125 4.766-4.766zM28 9.109c0 3.938-3.187 7.109-7.109 7.109l-6.828 4.984c-0.25 2.688-2.531 4.797-5.281 4.797-2.531 0-4.672-1.797-5.187-4.188l-3.594-1.437v-6.703l6.078 2.453c0.797-0.484 1.719-0.75 2.703-0.75 0.187 0 0.375 0.016 0.547 0.031l4.438-6.359c0.031-3.891 3.219-7.047 7.125-7.047 3.922 0 7.109 3.187 7.109 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam-square\" viewBox=\"0 0 24 28\">\n<title>steam-square</title>\n<path d=\"M19.406 10.109c0-1.656-1.359-3.016-3.031-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.031-1.344 3.031-3.016zM9.875 19.297c0 1.719-1.375 3.094-3.094 3.094-1.188 0-2.219-0.672-2.734-1.656 0.516 0.203 1.016 0.406 1.531 0.625 1.25 0.5 2.688-0.109 3.203-1.375 0.5-1.25-0.109-2.688-1.375-3.187l-1.281-0.516c0.203-0.047 0.438-0.078 0.656-0.078 1.719 0 3.094 1.375 3.094 3.094zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-2.391l2.688 1.078c0.406 1.891 2.094 3.313 4.094 3.313 2.187 0 3.984-1.672 4.188-3.797l5.391-3.938c3.125 0 5.641-2.531 5.641-5.625 0-3.125-2.516-5.641-5.641-5.641-3.078 0-5.594 2.5-5.625 5.578l-3.516 5.031c-0.141-0.016-0.281-0.016-0.438-0.016-0.781 0-1.516 0.203-2.141 0.578l-4.641-1.859v-7.313c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5zM20.141 10.141c0 2.078-1.687 3.766-3.781 3.766-2.078 0-3.766-1.687-3.766-3.766 0-2.094 1.687-3.781 3.766-3.781 2.094 0 3.781 1.687 3.781 3.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-recycle\" viewBox=\"0 0 28 28\">\n<title>recycle</title>\n<path d=\"M13.062 18.266l-0.234 5.75-0.031 0.344-6.563-0.453c-0.812-0.063-1.484-0.828-1.781-1.516-0.625-1.453 0.187-3.172 0.656-4.562 0 0 1.203 0.187 7.953 0.438zM7.016 9.109l2.812 5.922-2.297-1.437c-3.516 4.016-3.844 7-3.844 7l-2.969-5.578c-0.609-0.906-0.063-1.891-0.063-1.891s0.547-0.984 1.781-2.938l-2.188-1.344zM26.25 17.187l-2.938 5.609c-0.406 1.016-1.531 1.109-1.531 1.109s-1.109 0.109-3.422 0.187l0.125 2.562-3.594-5.734 3.297-5.656 0.109 2.703c5.297 0.641 7.953-0.781 7.953-0.781zM13.984 2.75c0 0-0.734 0.969-4.141 6.797l-4.953-2.922-0.297-0.187 3.516-5.563c0.438-0.688 1.422-0.938 2.188-0.859 1.563 0.141 2.688 1.656 3.687 2.734zM24.219 7.547l3.313 5.672c0.422 0.703 0.172 1.687-0.234 2.344-0.844 1.313-2.719 1.625-4.125 2.016 0 0-0.531-1.109-4.141-6.813l4.891-3.047zM21.984 4.016l2.219-1.297-3.437 5.828-6.547-0.313 2.359-1.344c-1.875-4.984-4.359-6.703-4.359-6.703l6.328 0.016c1.094-0.094 1.687 0.844 1.687 0.844s0.609 0.953 1.75 2.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-automobile\" viewBox=\"0 0 32 28\">\n<title>automobile</title>\n<path d=\"M7.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM8.062 12h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM29.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM32 15.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-16v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h12c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438c1.937 0 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cab\" viewBox=\"0 0 32 28\">\n<title>cab</title>\n<path d=\"M28.5 14c1.937 0 3.5 1.563 3.5 3.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-16v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h2v-3.5c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5v3.5h2c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438zM5 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM8.062 14h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM27 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tree\" viewBox=\"0 0 24 28\">\n<title>tree</title>\n<path d=\"M23.5 23c0 0.547-0.453 1-1 1h-7.219c0.047 1 0.172 2.047 0.172 3.063 0 0.516-0.422 0.938-0.953 0.938h-5c-0.531 0-0.953-0.422-0.953-0.938 0-1.016 0.125-2.063 0.172-3.063h-7.219c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.578c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.078c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6-6c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l6 6c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.078l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.578l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spotify\" viewBox=\"0 0 24 28\">\n<title>spotify</title>\n<path d=\"M17.609 18.906c0-0.438-0.172-0.609-0.469-0.797-2.016-1.203-4.359-1.797-6.984-1.797-1.531 0-3 0.203-4.484 0.531-0.359 0.078-0.656 0.313-0.656 0.812 0 0.391 0.297 0.766 0.766 0.766 0.141 0 0.391-0.078 0.578-0.125 1.219-0.25 2.5-0.422 3.797-0.422 2.297 0 4.469 0.562 6.203 1.609 0.187 0.109 0.313 0.172 0.516 0.172 0.391 0 0.734-0.313 0.734-0.75zM19.109 15.547c0-0.422-0.156-0.719-0.547-0.953-2.391-1.422-5.422-2.203-8.563-2.203-2.016 0-3.391 0.281-4.734 0.656-0.5 0.141-0.75 0.484-0.75 1s0.422 0.938 0.938 0.938c0.219 0 0.344-0.063 0.578-0.125 1.094-0.297 2.406-0.516 3.922-0.516 2.969 0 5.672 0.781 7.625 1.937 0.172 0.094 0.344 0.203 0.594 0.203 0.531 0 0.938-0.422 0.938-0.938zM20.797 11.672c0-0.578-0.25-0.875-0.625-1.094-2.703-1.578-6.406-2.312-9.938-2.312-2.078 0-3.984 0.234-5.688 0.734-0.438 0.125-0.844 0.5-0.844 1.156 0 0.641 0.484 1.141 1.125 1.141 0.234 0 0.453-0.078 0.625-0.125 1.516-0.422 3.156-0.578 4.797-0.578 3.25 0 6.625 0.719 8.797 2.016 0.219 0.125 0.375 0.187 0.625 0.187 0.594 0 1.125-0.469 1.125-1.125zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deviantart\" viewBox=\"0 0 16 28\">\n<title>deviantart</title>\n<path d=\"M16 4.734l-4.734 9.094 0.375 0.484h4.359v6.484h-7.922l-0.688 0.469-2.219 4.266c-0.016 0-0.438 0.438-0.469 0.469h-4.703v-4.734l4.734-9.109-0.375-0.469h-4.359v-6.484h7.922l0.688-0.469 2.219-4.266c0.016 0 0.438-0.438 0.469-0.469h4.703v4.734z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-soundcloud\" viewBox=\"0 0 36 28\">\n<title>soundcloud</title>\n<path d=\"M12.25 21.438l0.25-3.766-0.25-8.172c-0.016-0.203-0.172-0.375-0.375-0.375-0.187 0-0.359 0.172-0.359 0.375l-0.219 8.172 0.219 3.766c0.016 0.203 0.172 0.359 0.359 0.359 0.203 0 0.359-0.156 0.375-0.359zM16.875 20.984l0.172-3.297-0.187-9.156c0-0.156-0.078-0.297-0.203-0.375-0.078-0.047-0.156-0.078-0.25-0.078s-0.172 0.031-0.25 0.078c-0.125 0.078-0.203 0.219-0.203 0.375l-0.016 0.094-0.156 9.047s0 0.016 0.172 3.687v0.016c0 0.094 0.031 0.187 0.094 0.266 0.094 0.109 0.219 0.172 0.359 0.172 0.125 0 0.234-0.063 0.313-0.141 0.094-0.078 0.141-0.187 0.141-0.313zM0.547 15.672l0.313 2-0.313 1.969c-0.016 0.078-0.063 0.141-0.141 0.141s-0.125-0.063-0.141-0.141l-0.266-1.969 0.266-2c0.016-0.078 0.063-0.141 0.141-0.141s0.125 0.063 0.141 0.141zM1.891 14.438l0.406 3.234-0.406 3.172c-0.016 0.078-0.078 0.141-0.156 0.141s-0.141-0.063-0.141-0.156l-0.359-3.156 0.359-3.234c0-0.078 0.063-0.141 0.141-0.141s0.141 0.063 0.156 0.141zM6.266 21.516v0 0zM3.328 13.844l0.391 3.828-0.391 3.703c0 0.094-0.078 0.172-0.172 0.172s-0.172-0.078-0.187-0.172l-0.328-3.703 0.328-3.828c0.016-0.109 0.094-0.187 0.187-0.187s0.172 0.078 0.172 0.187zM4.797 13.734l0.359 3.938-0.359 3.813c-0.016 0.125-0.109 0.203-0.219 0.203s-0.203-0.078-0.203-0.203l-0.328-3.813 0.328-3.938c0-0.125 0.094-0.203 0.203-0.203s0.203 0.078 0.219 0.203zM6.266 14.016l0.328 3.656-0.328 3.844c-0.016 0.141-0.125 0.25-0.25 0.25s-0.234-0.109-0.234-0.25l-0.313-3.844 0.313-3.656c0-0.125 0.109-0.234 0.234-0.234s0.234 0.109 0.25 0.234zM12.25 21.438v0 0zM7.734 11.734l0.328 5.938-0.328 3.844c0 0.156-0.125 0.281-0.266 0.281-0.156 0-0.266-0.125-0.281-0.281l-0.281-3.844 0.281-5.938c0.016-0.156 0.125-0.281 0.281-0.281 0.141 0 0.266 0.125 0.266 0.281zM9.203 10.391l0.297 7.313-0.297 3.813c0 0.172-0.141 0.297-0.297 0.297-0.172 0-0.297-0.125-0.313-0.297l-0.25-3.813 0.25-7.313c0.016-0.172 0.141-0.297 0.313-0.297 0.156 0 0.297 0.125 0.297 0.297zM10.734 9.766l0.281 7.906-0.281 3.781c-0.016 0.187-0.156 0.328-0.344 0.328-0.172 0-0.313-0.141-0.328-0.328l-0.25-3.781 0.25-7.906c0-0.187 0.156-0.344 0.328-0.344 0.187 0 0.328 0.156 0.344 0.344zM16.859 21.359v0 0 0 0 0 0zM13.766 9.703l0.234 7.969-0.234 3.734c0 0.219-0.172 0.391-0.391 0.391s-0.375-0.172-0.391-0.391l-0.219-3.734 0.219-7.969c0-0.219 0.172-0.391 0.391-0.391s0.391 0.172 0.391 0.391zM15.313 10l0.219 7.688-0.219 3.687c0 0.234-0.187 0.422-0.422 0.422s-0.422-0.187-0.438-0.422l-0.187-3.687 0.187-7.688c0.016-0.25 0.203-0.438 0.438-0.438s0.406 0.187 0.422 0.438zM18.625 17.687l-0.219 3.609c0 0.266-0.219 0.484-0.484 0.484s-0.484-0.219-0.5-0.484l-0.094-1.781-0.094-1.828 0.187-9.938v-0.047c0.016-0.141 0.078-0.281 0.187-0.375 0.078-0.063 0.187-0.109 0.313-0.109 0.078 0 0.172 0.031 0.234 0.078 0.141 0.078 0.234 0.234 0.25 0.406zM36 17.391c0 2.438-1.984 4.406-4.422 4.406h-12.281c-0.266-0.031-0.484-0.234-0.484-0.516v-14.047c0-0.266 0.094-0.391 0.438-0.516 0.859-0.344 1.828-0.531 2.828-0.531 4.078 0 7.422 3.125 7.781 7.109 0.531-0.219 1.109-0.344 1.719-0.344 2.438 0 4.422 1.984 4.422 4.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-database\" viewBox=\"0 0 24 28\">\n<title>database</title>\n<path d=\"M12 12c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 24c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 18c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 0c6.625 0 12 1.797 12 4v2c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2c0-2.203 5.375-4 12-4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-pdf-o\" viewBox=\"0 0 24 28\">\n<title>file-pdf-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM13.969 16.734c0.391 0.313 0.828 0.594 1.312 0.875 0.656-0.078 1.266-0.109 1.828-0.109 1.047 0 2.375 0.125 2.766 0.766 0.109 0.156 0.203 0.438 0.031 0.812-0.016 0.016-0.031 0.047-0.047 0.063v0.016c-0.047 0.281-0.281 0.594-1.109 0.594-1 0-2.516-0.453-3.828-1.141-2.172 0.234-4.453 0.719-6.125 1.297-1.609 2.75-2.844 4.094-3.781 4.094-0.156 0-0.297-0.031-0.438-0.109l-0.375-0.187c-0.047-0.016-0.063-0.047-0.094-0.078-0.078-0.078-0.141-0.25-0.094-0.562 0.156-0.719 1-1.922 2.938-2.938 0.125-0.078 0.281-0.031 0.359 0.094 0.016 0.016 0.031 0.047 0.031 0.063 0.484-0.797 1.047-1.813 1.672-3.078 0.703-1.406 1.25-2.781 1.625-4.094-0.5-1.703-0.656-3.453-0.375-4.484 0.109-0.391 0.344-0.625 0.656-0.625h0.344c0.234 0 0.422 0.078 0.547 0.234 0.187 0.219 0.234 0.562 0.141 1.062-0.016 0.047-0.031 0.094-0.063 0.125 0.016 0.047 0.016 0.078 0.016 0.125v0.469c-0.016 0.984-0.031 1.922-0.219 3 0.547 1.641 1.359 2.969 2.281 3.719zM4.969 23.156c0.469-0.219 1.141-0.891 2.141-2.469-1.172 0.906-1.906 1.937-2.141 2.469zM11.188 8.781c-0.156 0.438-0.156 1.188-0.031 2.063 0.047-0.25 0.078-0.484 0.109-0.688 0.031-0.266 0.078-0.484 0.109-0.672 0.016-0.047 0.031-0.078 0.063-0.125-0.016-0.016-0.016-0.047-0.031-0.078-0.016-0.281-0.109-0.453-0.203-0.562 0 0.031-0.016 0.047-0.016 0.063zM9.25 19.109c1.375-0.547 2.906-0.984 4.438-1.266-0.156-0.125-0.313-0.234-0.453-0.359-0.766-0.672-1.453-1.609-1.984-2.75-0.297 0.953-0.734 1.969-1.297 3.078-0.234 0.438-0.469 0.875-0.703 1.297zM19.344 18.859c-0.078-0.078-0.484-0.375-2.188-0.375 0.766 0.281 1.469 0.438 1.937 0.438 0.141 0 0.219 0 0.281-0.016 0-0.016-0.016-0.031-0.031-0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-word-o\" viewBox=\"0 0 24 28\">\n<title>file-word-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM3.641 12v1.672h1.094l2.562 10.328h2.484l2-7.578c0.078-0.234 0.125-0.469 0.156-0.719 0.016-0.125 0.031-0.25 0.031-0.375h0.063l0.047 0.375c0.047 0.219 0.063 0.469 0.141 0.719l2 7.578h2.484l2.562-10.328h1.094v-1.672h-4.688v1.672h1.406l-1.547 6.844c-0.063 0.25-0.094 0.516-0.109 0.719l-0.031 0.328h-0.063c0-0.094-0.031-0.219-0.047-0.328-0.047-0.203-0.078-0.469-0.141-0.719l-2.25-8.516h-1.781l-2.25 8.516c-0.063 0.25-0.078 0.516-0.125 0.719l-0.063 0.328h-0.063l-0.031-0.328c-0.016-0.203-0.047-0.469-0.109-0.719l-1.547-6.844h1.406v-1.672h-4.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-excel-o\" viewBox=\"0 0 24 28\">\n<title>file-excel-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.703 22.344v1.656h4.391v-1.656h-1.172l1.609-2.516c0.187-0.297 0.281-0.531 0.328-0.531h0.031c0.016 0.063 0.047 0.109 0.078 0.156 0.063 0.125 0.156 0.219 0.266 0.375l1.672 2.516h-1.188v1.656h4.547v-1.656h-1.062l-3-4.266 3.047-4.406h1.047v-1.672h-4.359v1.672h1.156l-1.609 2.484c-0.187 0.297-0.328 0.531-0.328 0.516h-0.031c-0.016-0.063-0.047-0.109-0.078-0.156-0.063-0.109-0.141-0.219-0.266-0.359l-1.656-2.484h1.188v-1.672h-4.531v1.672h1.062l2.953 4.25-3.031 4.422h-1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-powerpoint-o\" viewBox=\"0 0 24 28\">\n<title>file-powerpoint-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.5 22.344v1.656h5.109v-1.656h-1.453v-2.609h2.141c0.672 0 1.281-0.031 1.844-0.234 1.406-0.484 2.281-1.937 2.281-3.641s-0.844-3.016-2.141-3.563c-0.594-0.234-1.313-0.297-2.031-0.297h-5.75v1.672h1.437v8.672h-1.437zM12.016 17.969h-1.859v-4.188h1.875c0.547 0 0.969 0.094 1.297 0.281 0.562 0.328 0.875 0.969 0.875 1.797 0 0.875-0.313 1.547-0.969 1.875-0.328 0.156-0.734 0.234-1.219 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-image-o\" viewBox=\"0 0 24 28\">\n<title>file-image-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM20 19v5h-16v-3l3-3 2 2 6-6zM7 16c-1.656 0-3-1.344-3-3s1.344-3 3-3 3 1.344 3 3-1.344 3-3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-archive-o\" viewBox=\"0 0 24 28\">\n<title>file-archive-o</title>\n<path d=\"M10 6v-2h-2v2h2zM12 8v-2h-2v2h2zM10 10v-2h-2v2h2zM12 12v-2h-2v2h2zM22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v2h-2v-2h-8v24h20zM12.203 14.734c1.328 4.484 1.672 5.453 1.672 5.453 0.078 0.266 0.125 0.531 0.125 0.812 0 1.734-1.687 3-4 3s-4-1.266-4-3c0-0.281 0.047-0.547 0.125-0.812 0 0 0.328-0.969 1.875-6.188v-2h2v2h1.234c0.453 0 0.844 0.297 0.969 0.734zM10 22c1.109 0 2-0.453 2-1s-0.891-1-2-1-2 0.453-2 1 0.891 1 2 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-audio-o\" viewBox=\"0 0 24 28\">\n<title>file-audio-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM9.688 13.281c0.187 0.078 0.313 0.266 0.313 0.469v8.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-2.594-2.609h-2.047c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h2.047l2.594-2.609c0.156-0.141 0.359-0.187 0.547-0.109zM16.203 24.047c0.297 0 0.578-0.125 0.781-0.375 1.297-1.594 2.016-3.609 2.016-5.672s-0.719-4.078-2.016-5.672c-0.344-0.438-0.984-0.5-1.406-0.156-0.438 0.359-0.5 0.984-0.141 1.422 1.016 1.25 1.563 2.781 1.563 4.406s-0.547 3.156-1.563 4.406c-0.359 0.438-0.297 1.062 0.141 1.406 0.187 0.156 0.406 0.234 0.625 0.234zM12.906 21.734c0.266 0 0.531-0.109 0.734-0.313 0.875-0.938 1.359-2.141 1.359-3.422s-0.484-2.484-1.359-3.422c-0.375-0.406-1.016-0.422-1.422-0.047-0.391 0.375-0.422 1.016-0.031 1.422 0.516 0.562 0.812 1.281 0.812 2.047s-0.297 1.484-0.812 2.047c-0.391 0.406-0.359 1.047 0.031 1.422 0.203 0.172 0.453 0.266 0.688 0.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-movie-o\" viewBox=\"0 0 24 28\">\n<title>file-movie-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM12 12c1.094 0 2 0.906 2 2v6c0 1.094-0.906 2-2 2h-6c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h6zM19.688 12.031c0.187 0.078 0.313 0.266 0.313 0.469v9c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.266-0.047-0.359-0.141l-4.141-4.156v-1.406l4.141-4.156c0.094-0.094 0.234-0.141 0.359-0.141 0.063 0 0.125 0.016 0.187 0.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-code-o\" viewBox=\"0 0 24 28\">\n<title>file-code-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM7.5 12c0.172-0.219 0.484-0.266 0.703-0.094l0.797 0.594c0.219 0.172 0.266 0.484 0.094 0.703l-2.844 3.797 2.844 3.797c0.172 0.219 0.125 0.531-0.094 0.703l-0.797 0.594c-0.219 0.172-0.531 0.125-0.703-0.094l-3.531-4.703c-0.125-0.172-0.125-0.422 0-0.594zM20.031 16.703c0.125 0.172 0.125 0.422 0 0.594l-3.531 4.703c-0.172 0.219-0.484 0.266-0.703 0.094l-0.797-0.594c-0.219-0.172-0.266-0.484-0.094-0.703l2.844-3.797-2.844-3.797c-0.172-0.219-0.125-0.531 0.094-0.703l0.797-0.594c0.219-0.172 0.531-0.125 0.703 0.094zM10.344 23.906c-0.281-0.047-0.453-0.313-0.406-0.578l2.156-12.984c0.047-0.281 0.313-0.453 0.578-0.406l0.984 0.156c0.281 0.047 0.453 0.313 0.406 0.578l-2.156 12.984c-0.047 0.281-0.313 0.453-0.578 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vine\" viewBox=\"0 0 24 28\">\n<title>vine</title>\n<path d=\"M23.391 12.922v3.094c-1.094 0.25-2.188 0.359-3.094 0.359-2.188 4.594-6.109 8.531-7.422 9.266-0.828 0.469-1.609 0.5-2.531-0.047-1.609-0.969-7.703-5.969-9.734-21.688h4.422c1.109 9.438 3.828 14.281 6.813 17.906 1.656-1.656 3.25-3.859 4.484-6.344-2.953-1.5-4.75-4.797-4.75-8.641 0-3.891 2.234-6.828 6.062-6.828 3.719 0 5.75 2.312 5.75 6.297 0 1.484-0.313 3.172-0.906 4.469 0 0-2.75 0.547-3.766-1.219 0.203-0.672 0.484-1.828 0.484-2.875 0-1.859-0.672-2.766-1.687-2.766-1.078 0-1.828 1.016-1.828 2.969 0 3.984 2.531 6.266 5.812 6.266 0.578 0 1.234-0.063 1.891-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codepen\" viewBox=\"0 0 28 28\">\n<title>codepen</title>\n<path d=\"M3.375 18.266l9.422 6.281v-5.609l-5.219-3.484zM2.406 16.016l3.016-2.016-3.016-2.016v4.031zM15.203 24.547l9.422-6.281-4.203-2.812-5.219 3.484v5.609zM14 16.844l4.25-2.844-4.25-2.844-4.25 2.844zM7.578 12.547l5.219-3.484v-5.609l-9.422 6.281zM22.578 14l3.016 2.016v-4.031zM20.422 12.547l4.203-2.812-9.422-6.281v5.609zM28 9.734v8.531c0 0.391-0.203 0.781-0.531 1l-12.797 8.531c-0.203 0.125-0.438 0.203-0.672 0.203s-0.469-0.078-0.672-0.203l-12.797-8.531c-0.328-0.219-0.531-0.609-0.531-1v-8.531c0-0.391 0.203-0.781 0.531-1l12.797-8.531c0.203-0.125 0.438-0.203 0.672-0.203s0.469 0.078 0.672 0.203l12.797 8.531c0.328 0.219 0.531 0.609 0.531 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-jsfiddle\" viewBox=\"0 0 32 28\">\n<title>jsfiddle</title>\n<path d=\"M28.125 12.063c2.266 0.938 3.875 3.156 3.875 5.734 0 3.422-2.828 6.203-6.297 6.203-0.125 0-0.234-0.016-0.344-0.016h-19.016c-3.5-0.203-6.344-2.875-6.344-6.344 0-2.328 1.266-4.359 3.156-5.469-0.125-0.406-0.187-0.828-0.187-1.281 0-2.391 1.953-4.328 4.391-4.328 1 0 1.937 0.344 2.688 0.906 1.531-3.156 4.781-5.344 8.578-5.344 5.266 0 9.516 4.203 9.516 9.375 0 0.187-0.016 0.375-0.016 0.562zM7.313 16.219c0 2.641 2.078 4.125 4.562 4.125 1.531 0 2.641-0.484 3.75-1.547-0.453-0.562-0.953-1.109-1.422-1.672-0.641 0.625-1.344 1.016-2.25 1.016-1.109 0-2.063-0.734-2.063-1.891 0-1.141 0.953-1.891 2.031-1.891 3.437 0 4.172 6 9.172 6 2.438 0 4.5-1.531 4.5-4.094 0-2.594-2.078-4.109-4.547-4.109-1.531 0-2.672 0.438-3.766 1.516 0.5 0.547 0.969 1.125 1.453 1.687 0.625-0.609 1.328-1 2.219-1 1.031 0 2.063 0.734 2.063 1.828 0 1.203-0.875 1.969-2.047 1.969-3.328 0-4.219-6-9.094-6-2.422 0-4.562 1.484-4.562 4.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-life-bouy\" viewBox=\"0 0 28 28\">\n<title>life-bouy</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM14 2c-2.031 0-3.953 0.516-5.641 1.406l3.031 3.031c0.828-0.281 1.703-0.438 2.609-0.438 0.922 0 1.781 0.156 2.609 0.438l3.031-3.031c-1.687-0.891-3.609-1.406-5.641-1.406zM3.406 19.641l3.031-3.031c-0.281-0.828-0.438-1.703-0.438-2.609 0-0.922 0.156-1.781 0.438-2.609l-3.031-3.031c-0.891 1.687-1.406 3.609-1.406 5.641s0.516 3.953 1.406 5.641zM14 26c2.031 0 3.953-0.516 5.641-1.406l-3.031-3.031c-0.828 0.281-1.687 0.438-2.609 0.438-0.906 0-1.781-0.156-2.609-0.438l-3.031 3.031c1.687 0.891 3.609 1.406 5.641 1.406zM14 20c3.313 0 6-2.688 6-6s-2.688-6-6-6-6 2.688-6 6 2.688 6 6 6zM21.562 16.609l3.031 3.031c0.891-1.687 1.406-3.609 1.406-5.641s-0.516-3.953-1.406-5.641l-3.031 3.031c0.281 0.828 0.438 1.703 0.438 2.609s-0.156 1.781-0.438 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o-notch\" viewBox=\"0 0 28 28\">\n<title>circle-o-notch</title>\n<path d=\"M27.5 14c0 7.453-6.047 13.5-13.5 13.5s-13.5-6.047-13.5-13.5c0-6.781 5-12.391 11.5-13.359v3.563c-4.562 0.922-8 4.969-8 9.797 0 5.516 4.484 10 10 10s10-4.484 10-10c0-4.828-3.437-8.875-8-9.797v-3.563c6.5 0.969 11.5 6.578 11.5 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ra\" viewBox=\"0 0 28 28\">\n<title>ra</title>\n<path d=\"M0.297 13.656c0.156-4.469 2.438-8.594 6.578-11.312 0.016 0 0.109-0.031 0.063 0.047-0.328 0.313-6.281 7.328-0.797 12.781 2.812 2.797 5.078 0.141 5.078 0.141 2.172-2.828-0.031-7.109-0.031-7.109-0.562-1.406-2.578-2.266-2.578-2.266l1.625-1.797c1.375 0.594 2.438 2.188 2.438 2.188 0.047-1.672-1.234-3.469-1.234-3.469l2.516-2.859 2.5 2.828c-1.156 1.625-1.234 3.531-1.234 3.531 0.781-1.297 2.453-2.219 2.453-2.219l1.609 1.797c-1.547 0.5-2.562 2.25-2.562 2.25-0.891 1.609-1.531 5.047 0.031 7.187 1.828 2.516 4.953-0.156 4.953-0.156 5.797-5.187-0.594-12.703-0.594-12.703-0.344-0.313 0.047-0.156 0.047-0.156 2.828 2.063 6.469 4.766 6.563 11.562 0.109 8.219-5.641 14.078-13.687 14.078-7.859 0-13.969-6.563-13.734-14.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-empire\" viewBox=\"0 0 28 28\">\n<title>empire</title>\n<path d=\"M13.656 25.594v1.031c-4.406-0.125-8.266-2.5-10.437-6.016l0.906-0.531c0.328 0.547 0.719 1.062 1.141 1.547l1.016-0.891c1.469 1.672 3.469 2.859 5.75 3.313l-0.266 1.344c0.609 0.109 1.25 0.187 1.891 0.203zM4.312 17.313l-1.297 0.438c0.219 0.609 0.469 1.188 0.766 1.75l-0.891 0.516c-0.969-1.781-1.531-3.844-1.531-6.016s0.562-4.234 1.531-6.016l0.891 0.516c-0.297 0.547-0.562 1.141-0.766 1.75l1.281 0.438c-0.359 1.031-0.547 2.156-0.547 3.313s0.203 2.281 0.562 3.313zM23.875 20.078l0.906 0.531c-2.172 3.516-6.031 5.891-10.437 6.016v-1.031c0.641-0.016 1.281-0.094 1.891-0.203l-0.266-1.344c2.281-0.453 4.281-1.641 5.75-3.313l1.016 0.891c0.422-0.484 0.812-1 1.141-1.547zM21.516 11.422l-3.641 1.25c0.141 0.422 0.219 0.859 0.219 1.328s-0.078 0.906-0.219 1.328l3.625 1.25c-0.328 0.984-0.859 1.875-1.531 2.641l-2.891-2.531c-0.578 0.672-1.375 1.141-2.297 1.328l0.75 3.766c-0.484 0.094-1 0.156-1.531 0.156s-1.047-0.063-1.531-0.156l0.75-3.766c-0.922-0.187-1.719-0.656-2.297-1.328l-2.891 2.531c-0.672-0.766-1.203-1.656-1.531-2.641l3.625-1.25c-0.141-0.422-0.219-0.859-0.219-1.328s0.078-0.906 0.219-1.328l-3.641-1.25c0.344-0.984 0.875-1.875 1.547-2.641l2.891 2.531c0.578-0.672 1.375-1.156 2.297-1.344l-0.75-3.75c0.484-0.109 1-0.156 1.531-0.156s1.047 0.047 1.531 0.156l-0.75 3.75c0.922 0.187 1.719 0.672 2.297 1.344l2.891-2.531c0.672 0.766 1.203 1.656 1.547 2.641zM13.656 1.375v1.031c-0.641 0.016-1.281 0.078-1.891 0.203l0.266 1.344c-2.281 0.437-4.281 1.625-5.75 3.297l-1.016-0.875c-0.422 0.469-0.797 0.984-1.141 1.531l-0.891-0.516c2.172-3.531 6.016-5.891 10.422-6.016v0zM26.641 14c0 2.172-0.562 4.234-1.531 6.016l-0.891-0.516c0.297-0.562 0.547-1.141 0.766-1.75l-1.297-0.438c0.359-1.031 0.562-2.156 0.562-3.313s-0.187-2.281-0.547-3.313l1.281-0.438c-0.203-0.609-0.469-1.203-0.766-1.75l0.891-0.516c0.969 1.781 1.531 3.844 1.531 6.016zM24.766 7.391l-0.891 0.516c-0.344-0.547-0.719-1.062-1.141-1.531l-1.016 0.875c-1.469-1.672-3.469-2.859-5.75-3.297l0.266-1.344c-0.609-0.125-1.25-0.187-1.891-0.203v-1.031c4.406 0.125 8.25 2.484 10.422 6.016zM27.312 14c0-7.344-5.969-13.312-13.312-13.312v0c-7.344 0-13.312 5.969-13.312 13.312s5.969 13.312 13.312 13.312 13.312-5.969 13.312-13.312zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git-square\" viewBox=\"0 0 24 28\">\n<title>git-square</title>\n<path d=\"M9.094 20.438c0 0.844-0.766 1.031-1.453 1.031-0.672 0-1.672-0.109-1.672-0.984 0-0.859 0.844-1 1.531-1 0.656 0 1.594 0.109 1.594 0.953zM8.531 13.156c0 0.781-0.313 1.328-1.156 1.328-0.859 0-1.203-0.5-1.203-1.313s0.313-1.406 1.203-1.406c0.797 0 1.156 0.656 1.156 1.391zM11.125 11.984v-1.953c-0.672 0.25-1.391 0.453-2.109 0.453-0.516-0.297-1.109-0.453-1.719-0.453-1.781 0-3.187 1.313-3.187 3.125 0 0.969 0.641 2.312 1.609 2.641v0.047c-0.5 0.219-0.594 0.828-0.594 1.328 0 0.516 0.187 0.938 0.641 1.203v0.047c-1.062 0.344-1.766 1.016-1.766 2.172 0 1.984 1.891 2.547 3.547 2.547 2 0 3.5-0.734 3.5-2.938 0-1.563-1.422-2.031-2.719-2.266-0.438-0.078-1.188-0.391-1.188-0.938 0-0.516 0.281-0.734 0.766-0.812 1.594-0.313 2.609-1.547 2.609-3.187 0-0.281-0.063-0.547-0.156-0.812 0.25-0.063 0.516-0.125 0.766-0.203zM12.047 18.531h2.141c-0.031-0.422-0.031-0.859-0.031-1.281v-6.047c0-0.359 0-0.719 0.031-1.078h-2.141c0.047 0.359 0.047 0.75 0.047 1.109v6.125c0 0.391 0 0.781-0.047 1.172zM20 18.281v-1.891c-0.313 0.219-0.688 0.328-1.062 0.328-0.703 0-0.828-0.703-0.828-1.281v-3.516h0.812c0.281 0 0.547 0.031 0.828 0.031v-1.828h-1.641c0-0.531-0.031-1.062 0.047-1.594h-2.188c0.047 0.281 0.063 0.562 0.063 0.859v0.734h-0.938v1.828c0.187-0.016 0.375-0.047 0.578-0.047 0.109 0 0.234 0.016 0.359 0.016v0.031h-0.031v3.391c0 1.687 0.25 3.313 2.312 3.313 0.578 0 1.172-0.094 1.687-0.375zM14.438 7.25c0-0.734-0.547-1.422-1.313-1.422s-1.328 0.672-1.328 1.422c0 0.734 0.578 1.391 1.328 1.391s1.313-0.672 1.313-1.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git\" viewBox=\"0 0 28 28\">\n<title>git</title>\n<path d=\"M9.297 23.656c0-1.375-1.516-1.563-2.578-1.563-1.109 0-2.469 0.234-2.469 1.625 0 1.406 1.609 1.578 2.688 1.578 1.141 0 2.359-0.281 2.359-1.641zM8.375 11.859c0-1.172-0.562-2.234-1.859-2.234-1.437 0-1.937 0.953-1.937 2.266 0 1.297 0.562 2.109 1.937 2.109 1.359 0 1.859-0.875 1.859-2.141zM12.578 6.797v3.156c-0.406 0.141-0.812 0.25-1.234 0.344 0.156 0.422 0.25 0.859 0.25 1.313 0 2.641-1.625 4.656-4.219 5.141-0.781 0.156-1.234 0.484-1.234 1.328 0 2.391 6.312 0.766 6.312 5.172 0 3.578-2.422 4.75-5.672 4.75-2.672 0-5.719-0.891-5.719-4.109 0-1.875 1.141-2.953 2.844-3.516v-0.063c-0.719-0.438-1.047-1.125-1.047-1.969 0-0.797 0.172-1.781 0.984-2.141v-0.063c-1.578-0.531-2.609-2.703-2.609-4.281 0-2.922 2.266-5.063 5.156-5.063 0.969 0 1.937 0.25 2.781 0.734 1.172 0 2.328-0.313 3.406-0.734zM17.547 20.563h-3.469c0.063-0.703 0.063-1.391 0.063-2.094v-9.516c0-0.672 0.016-1.344-0.063-2h3.469c-0.078 0.641-0.063 1.297-0.063 1.937v9.578c0 0.703 0 1.391 0.063 2.094zM26.938 17.094v3.063c-0.828 0.453-1.781 0.609-2.719 0.609-3.344 0-3.734-2.641-3.734-5.359v-5.484h0.031v-0.063c-0.203 0-0.391-0.031-0.578-0.031-0.313 0-0.625 0.047-0.922 0.094v-2.969h1.5v-1.188c0-0.469-0.016-0.938-0.094-1.391h3.547c-0.125 0.859-0.094 1.719-0.094 2.578h2.672v2.969c-0.453 0-0.906-0.063-1.344-0.063h-1.328v5.703c0 0.922 0.203 2.047 1.359 2.047 0.609 0 1.203-0.172 1.703-0.516zM17.938 2.297c0 1.172-0.906 2.266-2.109 2.266-1.234 0-2.156-1.078-2.156-2.266 0-1.203 0.906-2.297 2.156-2.297 1.234 0 2.109 1.125 2.109 2.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hacker-news\" viewBox=\"0 0 24 28\">\n<title>hacker-news</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tencent-weibo\" viewBox=\"0 0 20 28\">\n<title>tencent-weibo</title>\n<path d=\"M13.156 8.937c0 1.656-1.359 3.016-3.016 3.016-0.641 0-1.234-0.203-1.734-0.547-0.562 0.609-1.188 1.375-1.797 2.281-2.547 3.828-3.625 8.344-3.156 13.422 0.031 0.453-0.297 0.844-0.734 0.891h-0.078c-0.406 0-0.766-0.313-0.812-0.734-0.609-6.844 1.563-11.688 3.484-14.547 0.703-1.047 1.406-1.891 2.063-2.578-0.172-0.375-0.25-0.781-0.25-1.203 0-1.672 1.344-3.016 3.016-3.016 1.656 0 3.016 1.344 3.016 3.016zM19.109 9.109c0 5.016-4.078 9.094-9.109 9.094-0.688 0-1.375-0.078-2.047-0.219-0.438-0.109-0.703-0.547-0.609-0.984 0.109-0.422 0.531-0.703 0.969-0.609 0.547 0.141 1.125 0.203 1.687 0.203 4.125 0 7.484-3.359 7.484-7.484s-3.359-7.484-7.484-7.484-7.484 3.359-7.484 7.484c0 1.203 0.281 2.344 0.812 3.406 0.203 0.406 0.047 0.891-0.344 1.094-0.406 0.203-0.891 0.047-1.094-0.359-0.656-1.266-1-2.703-1-4.141 0-5.031 4.094-9.109 9.109-9.109 5.031 0 9.109 4.078 9.109 9.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qq\" viewBox=\"0 0 28 28\">\n<title>qq</title>\n<path d=\"M4.219 12.594c-0.109-0.266-0.125-0.531-0.125-0.812 0-0.438 0.281-1.141 0.547-1.469-0.016-0.406 0.156-1.234 0.469-1.5 0-2.891 2.234-6.531 4.844-7.781 1.609-0.766 3.297-1.031 5.063-1.031 1.375 0 2.875 0.328 4.156 0.859 3.672 1.547 4.5 4.422 5.281 8.094l0.016 0.078c0.453 0.688 0.859 1.5 0.859 2.344 0 0.422-0.281 0.844-0.281 1.219 0 0.031 0.094 0.156 0.109 0.187 1.344 1.984 2.562 4.141 2.562 6.609 0 0.547-0.297 2.453-1.172 2.453-0.609 0-1.281-1.484-1.5-1.891-0.016-0.016-0.031-0.016-0.047-0.016l-0.078 0.063c-0.5 1.297-1.047 2.516-2.063 3.484 0.891 0.859 2.328 0.781 2.594 2.266-0.078 0.172-0.047 0.359-0.172 0.531-0.891 1.344-3.281 1.516-4.719 1.516-1.906 0-3.453-0.5-5.25-1.031-0.375-0.109-0.938-0.047-1.344-0.094-0.953 1.047-3.281 1.328-4.625 1.328-1.188 0-5.781-0.078-5.781-2.109 0-0.875 0.187-1.125 0.797-1.687 0.484-0.094 0.844-0.359 1.406-0.391 0.078 0 0.141-0.016 0.219-0.031 0.016-0.016 0.031-0.016 0.031-0.063l-0.031-0.047c-1.078-0.25-2.594-2.969-2.828-4.094l-0.078-0.047c-0.109 0-0.156 0.234-0.187 0.313-0.344 0.797-1.156 1.656-2.063 1.75h-0.016c-0.125 0-0.078-0.125-0.172-0.156-0.219-0.516-0.359-0.984-0.359-1.563 0-3.125 1.5-5.437 3.938-7.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wechat\" viewBox=\"0 0 32 28\">\n<title>wechat</title>\n<path d=\"M9.063 7.203c0-0.859-0.562-1.422-1.422-1.422-0.844 0-1.703 0.562-1.703 1.422 0 0.844 0.859 1.406 1.703 1.406 0.859 0 1.422-0.562 1.422-1.406zM20.672 15.125c0-0.562-0.562-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.859 0 1.422-0.562 1.422-1.141zM16.984 7.203c0-0.859-0.562-1.422-1.406-1.422-0.859 0-1.703 0.562-1.703 1.422 0 0.844 0.844 1.406 1.703 1.406 0.844 0 1.406-0.562 1.406-1.406zM26.906 15.125c0-0.562-0.578-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.844 0 1.422-0.562 1.422-1.141zM22.75 8.922c-0.359-0.047-0.719-0.063-1.094-0.063-5.375 0-9.625 4.016-9.625 8.953 0 0.828 0.125 1.625 0.359 2.375-0.359 0.031-0.703 0.047-1.062 0.047-1.422 0-2.547-0.281-3.969-0.562l-3.953 1.984 1.125-3.406c-2.828-1.984-4.531-4.547-4.531-7.656 0-5.391 5.094-9.625 11.328-9.625 5.563 0 10.453 3.391 11.422 7.953zM32 17.687c0 2.547-1.687 4.813-3.969 6.516l0.859 2.828-3.109-1.703c-1.141 0.281-2.281 0.578-3.406 0.578-5.391 0-9.625-3.687-9.625-8.219s4.234-8.219 9.625-8.219c5.094 0 9.625 3.687 9.625 8.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane\" viewBox=\"0 0 28 28\">\n<title>paper-plane</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-7.078-2.891-3.781 4.609c-0.187 0.234-0.469 0.359-0.766 0.359-0.109 0-0.234-0.016-0.344-0.063-0.391-0.141-0.656-0.516-0.656-0.938v-5.453l13.5-16.547-16.703 14.453-6.172-2.531c-0.359-0.141-0.594-0.469-0.625-0.859-0.016-0.375 0.172-0.734 0.5-0.922l26-15c0.156-0.094 0.328-0.141 0.5-0.141 0.203 0 0.406 0.063 0.562 0.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane-o\" viewBox=\"0 0 28 28\">\n<title>paper-plane-o</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-8.234-3.359-4.656 5.109c-0.187 0.219-0.453 0.328-0.734 0.328-0.125 0-0.25-0.016-0.359-0.063-0.391-0.156-0.641-0.531-0.641-0.938v-7.063l-7.375-3.016c-0.359-0.141-0.594-0.469-0.625-0.859-0.031-0.375 0.172-0.734 0.5-0.922l26-15c0.328-0.203 0.75-0.187 1.062 0.031zM22.219 23.594l3.453-20.672-22.406 12.922 5.25 2.141 13.484-9.984-7.469 12.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-history\" viewBox=\"0 0 24 28\">\n<title>history</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12zM14 9.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-thin\" viewBox=\"0 0 24 28\">\n<title>circle-thin</title>\n<path d=\"M12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-header\" viewBox=\"0 0 28 28\">\n<title>header</title>\n<path d=\"M26.281 26c-1.375 0-2.766-0.109-4.156-0.109-1.375 0-2.75 0.109-4.125 0.109-0.531 0-0.781-0.578-0.781-1.031 0-1.391 1.563-0.797 2.375-1.328 0.516-0.328 0.516-1.641 0.516-2.188l-0.016-6.109c0-0.172 0-0.328-0.016-0.484-0.25-0.078-0.531-0.063-0.781-0.063h-10.547c-0.266 0-0.547-0.016-0.797 0.063-0.016 0.156-0.016 0.313-0.016 0.484l-0.016 5.797c0 0.594 0 2.219 0.578 2.562 0.812 0.5 2.656-0.203 2.656 1.203 0 0.469-0.219 1.094-0.766 1.094-1.453 0-2.906-0.109-4.344-0.109-1.328 0-2.656 0.109-3.984 0.109-0.516 0-0.75-0.594-0.75-1.031 0-1.359 1.437-0.797 2.203-1.328 0.5-0.344 0.516-1.687 0.516-2.234l-0.016-0.891v-12.703c0-0.75 0.109-3.156-0.594-3.578-0.781-0.484-2.453 0.266-2.453-1.141 0-0.453 0.203-1.094 0.75-1.094 1.437 0 2.891 0.109 4.328 0.109 1.313 0 2.641-0.109 3.953-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.344-1.547 0.688-2.312 1.172-0.547 0.328-0.547 1.937-0.547 2.5l0.016 5c0 0.172 0 0.328 0.016 0.5 0.203 0.047 0.406 0.047 0.609 0.047h10.922c0.187 0 0.391 0 0.594-0.047 0.016-0.172 0.016-0.328 0.016-0.5l0.016-5c0-0.578 0-2.172-0.547-2.5-0.781-0.469-2.344 0.156-2.344-1.172 0-0.469 0.219-1.094 0.781-1.094 1.375 0 2.75 0.109 4.125 0.109 1.344 0 2.688-0.109 4.031-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.359-1.609 0.672-2.391 1.156-0.531 0.344-0.547 1.953-0.547 2.516l0.016 14.734c0 0.516 0.031 1.875 0.531 2.188 0.797 0.5 2.484-0.141 2.484 1.219 0 0.453-0.203 1.094-0.75 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paragraph\" viewBox=\"0 0 20 28\">\n<title>paragraph</title>\n<path d=\"M19.969 2.953v1.141c0 0.531-0.422 1.453-0.953 1.453-0.266 0-0.578-0.047-0.844 0.016-0.25 0.063-0.438 0.234-0.5 0.484-0.078 0.297-0.047 0.672-0.047 1v18c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-19.031h-2.234v19.031c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-7.75c-1.516-0.125-2.812-0.438-3.828-0.922-1.313-0.609-2.312-1.547-3-2.797-0.656-1.203-1-2.562-1-4.047 0-1.734 0.469-3.234 1.375-4.469 0.922-1.234 2.016-2.063 3.266-2.484 1.172-0.391 3.641-0.578 6.516-0.578h7.484c0.531 0 0.953 0.422 0.953 0.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sliders\" viewBox=\"0 0 24 28\">\n<title>sliders</title>\n<path d=\"M5.5 22v2h-5.5v-2h5.5zM11 20c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM13.5 14v2h-13.5v-2h13.5zM3.5 6v2h-3.5v-2h3.5zM24 22v2h-11.5v-2h11.5zM9 4c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM19 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM24 14v2h-3.5v-2h3.5zM24 6v2h-13.5v-2h13.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt\" viewBox=\"0 0 24 28\">\n<title>share-alt</title>\n<path d=\"M19 16c2.766 0 5 2.234 5 5s-2.234 5-5 5-5-2.234-5-5c0-0.172 0.016-0.359 0.031-0.531l-5.625-2.812c-0.891 0.828-2.094 1.344-3.406 1.344-2.766 0-5-2.234-5-5s2.234-5 5-5c1.313 0 2.516 0.516 3.406 1.344l5.625-2.812c-0.016-0.172-0.031-0.359-0.031-0.531 0-2.766 2.234-5 5-5s5 2.234 5 5-2.234 5-5 5c-1.313 0-2.516-0.516-3.406-1.344l-5.625 2.812c0.016 0.172 0.031 0.359 0.031 0.531s-0.016 0.359-0.031 0.531l5.625 2.812c0.891-0.828 2.094-1.344 3.406-1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt-square\" viewBox=\"0 0 24 28\">\n<title>share-alt-square</title>\n<path d=\"M20 18.672c0-1.844-1.5-3.344-3.328-3.344-0.875 0-1.672 0.344-2.266 0.906l-3.766-1.875c0.016-0.125 0.031-0.234 0.031-0.359s-0.016-0.234-0.031-0.359l3.766-1.875c0.594 0.562 1.391 0.906 2.266 0.906 1.828 0 3.328-1.5 3.328-3.344 0-1.828-1.5-3.328-3.328-3.328-1.844 0-3.344 1.5-3.344 3.328 0 0.125 0.016 0.234 0.031 0.359l-3.766 1.875c-0.594-0.547-1.391-0.891-2.266-0.891-1.828 0-3.328 1.484-3.328 3.328s1.5 3.328 3.328 3.328c0.875 0 1.672-0.344 2.266-0.891l3.766 1.875c-0.016 0.125-0.031 0.234-0.031 0.359 0 1.828 1.5 3.328 3.344 3.328 1.828 0 3.328-1.5 3.328-3.328zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bomb\" viewBox=\"0 0 28 28\">\n<title>bomb</title>\n<path d=\"M8.922 9.203c-0.203-0.516-0.781-0.75-1.297-0.547-2.25 0.906-4.062 2.719-4.969 4.969-0.203 0.516 0.031 1.094 0.547 1.297 0.125 0.047 0.25 0.078 0.375 0.078 0.406 0 0.766-0.234 0.938-0.625 0.703-1.75 2.109-3.156 3.859-3.859 0.516-0.219 0.766-0.797 0.547-1.313zM23.641 3.641l0.719 0.719-3.813 3.797 1.062 1.062c0.391 0.391 0.391 1.031 0 1.422l-1 1c0.875 1.578 1.391 3.406 1.391 5.359 0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11c1.953 0 3.781 0.516 5.359 1.391l1-1c0.391-0.391 1.031-0.391 1.422 0l1.062 1.062zM23.766 2.766c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156l-1.422-1.406c-0.187-0.203-0.187-0.516 0-0.719 0.203-0.187 0.516-0.187 0.719 0l1.406 1.422c0.203 0.187 0.203 0.516 0 0.703zM27.359 6.359c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-1.406-1.422c-0.203-0.187-0.203-0.516 0-0.703 0.187-0.203 0.516-0.203 0.703 0l1.422 1.406c0.187 0.203 0.187 0.516 0 0.719zM28 3.5c0 0.281-0.219 0.5-0.5 0.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h1.5c0.281 0 0.5 0.219 0.5 0.5zM25 0.5v1.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-1.5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM27.359 1.359l-1.422 1.406c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156-0.203-0.187-0.203-0.516 0-0.703l1.406-1.422c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-futbol-o\" viewBox=\"0 0 28 28\">\n<title>futbol-o</title>\n<path d=\"M9.516 12.75l4.484-3.25 4.484 3.25-1.703 5.25h-5.547zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM23.672 21.094c1.469-2 2.328-4.438 2.328-7.094v-0.047l-1.594 1.391-3.75-3.5 0.984-5.047 2.094 0.187c-1.484-2.047-3.609-3.625-6.078-4.406l0.828 1.937-4.484 2.484-4.484-2.484 0.828-1.937c-2.469 0.781-4.594 2.359-6.078 4.406l2.109-0.187 0.969 5.047-3.75 3.5-1.594-1.391v0.047c0 2.656 0.859 5.094 2.328 7.094l0.469-2.063 5.094 0.625 2.172 4.656-1.813 1.078c1.172 0.391 2.438 0.609 3.75 0.609s2.578-0.219 3.75-0.609l-1.813-1.078 2.172-4.656 5.094-0.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tty\" viewBox=\"0 0 28 28\">\n<title>tty</title>\n<path d=\"M7 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM4 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM13 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM1.031 12c-0.578 0-1.031-0.453-1.031-1.016v-2.016h8.031v2.016c0 0.562-0.453 1.016-1.016 1.016h-5.984zM19 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM25 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.125v0.203h-8.031v-0.156c0-0.578-0.5-1.625-5.969-1.594-5.469 0.016-5.969 1.016-5.969 1.594v0.156h-8.031v-0.203c0-1.047 1.875-6.125 14-6.125 12.109 0 14 5.078 14 6.125zM28 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.969v2.016c0 0.562-0.453 1.016-1.016 1.016h-6c-0.562 0-1.016-0.453-1.016-1.016v-2.016h8.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-binoculars\" viewBox=\"0 0 28 28\">\n<title>binoculars</title>\n<path d=\"M11 5v12c0 0.547-0.453 1-1 1v0 9c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-8l3.891-13.641c0.063-0.219 0.266-0.359 0.484-0.359h6.625zM16 5v11h-4v-11h4zM28 19v8c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-9c-0.547 0-1-0.453-1-1v-12h6.625c0.219 0 0.422 0.141 0.484 0.359zM11.5 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5zM22 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plug\" viewBox=\"0 0 28 28\">\n<title>plug</title>\n<path d=\"M27.422 7.078c0.766 0.781 0.766 2.047 0 2.828l-6.266 6.25 2.344 2.344-2.5 2.5c-3.422 3.422-8.641 3.906-12.516 1.344l-5.656 5.656h-2.828v-2.828l5.656-5.656c-2.562-3.875-2.078-9.094 1.344-12.516l2.5-2.5 2.344 2.344 6.25-6.266c0.781-0.766 2.047-0.766 2.828 0 0.781 0.781 0.781 2.063 0 2.828l-6.25 6.266 3.656 3.656 6.266-6.25c0.781-0.781 2.047-0.781 2.828 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slideshare\" viewBox=\"0 0 28 28\">\n<title>slideshare</title>\n<path d=\"M13.641 11.562c0 1.734-1.516 3.156-3.375 3.156s-3.375-1.422-3.375-3.156c0-1.75 1.516-3.156 3.375-3.156s3.375 1.406 3.375 3.156zM21.484 11.562c0 1.734-1.5 3.156-3.375 3.156-1.859 0-3.375-1.422-3.375-3.156 0-1.75 1.516-3.156 3.375-3.156 1.875 0 3.375 1.406 3.375 3.156zM25 14.375v-10.422c0-1.797-0.578-2.5-2.234-2.5h-17.375c-1.734 0-2.219 0.594-2.219 2.5v10.516c3.703 1.937 6.875 1.594 8.609 1.531 0.734-0.016 1.203 0.125 1.484 0.422 0.047 0.047 0.094 0.094 0.156 0.141 0.328 0.313 0.641 0.562 0.953 0.797 0.063-0.859 0.547-1.406 1.844-1.359 1.766 0.078 5.016 0.422 8.781-1.625zM27.547 14.297c-1 1.234-2.906 2.75-5.812 3.938 3.078 10.484-7.516 12.156-7.344 6.781 0 0.094-0.016-2.891-0.016-5.109-0.234-0.047-0.469-0.109-0.75-0.172 0 2.234-0.016 5.375-0.016 5.281 0.172 5.375-10.422 3.703-7.344-6.781-2.906-1.188-4.813-2.703-5.812-3.938-0.5-0.75 0.047-1.547 0.875-0.969 0.109 0.078 0.234 0.156 0.344 0.234v-10.844c0-1.5 1.125-2.719 2.516-2.719h19.641c1.391 0 2.516 1.219 2.516 2.719v10.844l0.328-0.234c0.828-0.578 1.375 0.219 0.875 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitch\" viewBox=\"0 0 28 28\">\n<title>twitch</title>\n<path d=\"M14 6.781v6.781h-2.266v-6.781h2.266zM20.219 6.781v6.781h-2.266v-6.781h2.266zM20.219 18.656l3.953-3.969v-12.422h-18.656v16.391h5.094v3.391l3.391-3.391h6.219zM26.437 0v15.828l-6.781 6.781h-5.094l-3.391 3.391h-3.391v-3.391h-6.219v-18.094l1.703-4.516h23.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yelp\" viewBox=\"0 0 24 28\">\n<title>yelp</title>\n<path d=\"M12.078 20.609v1.984c-0.016 4.406-0.016 4.562-0.094 4.766-0.125 0.328-0.406 0.547-0.797 0.625-1.125 0.187-4.641-1.109-5.375-1.984-0.156-0.172-0.234-0.375-0.266-0.562-0.016-0.141 0.016-0.281 0.063-0.406 0.078-0.219 0.219-0.391 3.359-4.109 0 0 0.016 0 0.938-1.094 0.313-0.391 0.875-0.516 1.391-0.328 0.516 0.203 0.797 0.641 0.781 1.109zM9.75 16.688c-0.031 0.547-0.344 0.953-0.812 1.094l-1.875 0.609c-4.203 1.344-4.344 1.375-4.562 1.375-0.344-0.016-0.656-0.219-0.844-0.562-0.125-0.25-0.219-0.672-0.266-1.172-0.172-1.531 0.031-3.828 0.484-4.547 0.219-0.344 0.531-0.516 0.875-0.5 0.234 0 0.422 0.094 4.953 1.937 0 0-0.016 0.016 1.313 0.531 0.469 0.187 0.766 0.672 0.734 1.234zM22.656 21.328c-0.156 1.125-2.484 4.078-3.547 4.5-0.359 0.141-0.719 0.109-0.984-0.109-0.187-0.141-0.375-0.422-2.875-4.484l-0.734-1.203c-0.281-0.438-0.234-1 0.125-1.437 0.344-0.422 0.844-0.562 1.297-0.406 0 0 0.016 0.016 1.859 0.625 4.203 1.375 4.344 1.422 4.516 1.563 0.281 0.219 0.406 0.547 0.344 0.953zM12.156 11.453c0.078 1.625-0.609 1.828-0.844 1.906-0.219 0.063-0.906 0.266-1.781-1.109-5.75-9.078-5.906-9.344-5.906-9.344-0.078-0.328 0.016-0.688 0.297-0.969 0.859-0.891 5.531-2.203 6.75-1.891 0.391 0.094 0.672 0.344 0.766 0.703 0.063 0.391 0.625 8.813 0.719 10.703zM22.5 13.141c0.031 0.391-0.109 0.719-0.406 0.922-0.187 0.125-0.375 0.187-5.141 1.344-0.766 0.172-1.188 0.281-1.422 0.359l0.016-0.031c-0.469 0.125-1-0.094-1.297-0.562s-0.281-0.984 0-1.359c0 0 0.016-0.016 1.172-1.594 2.562-3.5 2.688-3.672 2.875-3.797 0.297-0.203 0.656-0.203 1.016-0.031 1.016 0.484 3.063 3.531 3.187 4.703v0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-newspaper-o\" viewBox=\"0 0 32 28\">\n<title>newspaper-o</title>\n<path d=\"M16 8h-6v6h6v-6zM18 18v2h-10v-2h10zM18 6v10h-10v-10h10zM28 18v2h-8v-2h8zM28 14v2h-8v-2h8zM28 10v2h-8v-2h8zM28 6v2h-8v-2h8zM4 21v-15h-2v15c0 0.547 0.453 1 1 1s1-0.453 1-1zM30 21v-17h-24v17c0 0.344-0.063 0.688-0.172 1h23.172c0.547 0 1-0.453 1-1zM32 2v19c0 1.656-1.344 3-3 3h-26c-1.656 0-3-1.344-3-3v-17h4v-2h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wifi\" viewBox=\"0 0 32 28\">\n<title>wifi</title>\n<path d=\"M16 23.797c-0.406 0-2.594-2.188-2.594-2.609 0-0.766 2-1.188 2.594-1.188s2.594 0.422 2.594 1.188c0 0.422-2.188 2.609-2.594 2.609zM20.219 19.563c-0.219 0-1.922-1.563-4.219-1.563-2.312 0-3.984 1.563-4.219 1.563-0.375 0-2.641-2.25-2.641-2.625 0-0.141 0.063-0.266 0.156-0.359 1.672-1.656 4.391-2.578 6.703-2.578s5.031 0.922 6.703 2.578c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.641 2.625zM24.484 15.313c-0.125 0-0.266-0.063-0.359-0.125-2.578-2-4.75-3.187-8.125-3.187-4.719 0-8.313 3.313-8.484 3.313-0.359 0-2.609-2.25-2.609-2.625 0-0.125 0.063-0.25 0.156-0.344 2.797-2.797 7.016-4.344 10.938-4.344s8.141 1.547 10.938 4.344c0.094 0.094 0.156 0.219 0.156 0.344 0 0.375-2.25 2.625-2.609 2.625zM28.719 11.078c-0.125 0-0.25-0.063-0.344-0.141-3.609-3.172-7.5-4.937-12.375-4.937s-8.766 1.766-12.375 4.937c-0.094 0.078-0.219 0.141-0.344 0.141-0.359 0-2.625-2.25-2.625-2.625 0-0.141 0.063-0.266 0.156-0.359 3.953-3.922 9.656-6.094 15.188-6.094s11.234 2.172 15.188 6.094c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.625 2.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calculator\" viewBox=\"0 0 26 28\">\n<title>calculator</title>\n<path d=\"M6 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 24v-6c0-1.094-0.906-2-2-2v0c-1.094 0-2 0.906-2 2v6c0 1.094 0.906 2 2 2v0c1.094 0 2-0.906 2-2zM18 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 7v-4c0-0.547-0.453-1-1-1h-20c-0.547 0-1 0.453-1 1v4c0 0.547 0.453 1 1 1h20c0.547 0 1-0.453 1-1zM24 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 2v24c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-24c0-1.094 0.906-2 2-2h22c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paypal\" viewBox=\"0 0 24 28\">\n<title>paypal</title>\n<path d=\"M23.734 10.094v0c0.203 0.938 0.156 2.016-0.063 3.187-1.016 5.156-4.438 6.937-8.828 6.937h-0.688c-0.531 0-0.969 0.391-1.062 0.922l-0.063 0.297-0.859 5.406-0.031 0.234c-0.109 0.531-0.547 0.922-1.078 0.922h-3.922c-0.438 0-0.719-0.359-0.656-0.797 0.281-1.75 0.547-3.5 0.828-5.25s0.562-3.484 0.844-5.234c0.047-0.375 0.297-0.578 0.672-0.578 0.625 0 1.25-0.016 2.047 0 1.125 0.016 2.422-0.047 3.687-0.328 1.687-0.375 3.219-1.062 4.484-2.25 1.141-1.062 1.906-2.375 2.422-3.844 0.234-0.688 0.422-1.375 0.547-2.078 0.031-0.187 0.078-0.156 0.187-0.078 0.859 0.641 1.344 1.5 1.531 2.531zM21.047 5.688c0 1.281-0.297 2.5-0.719 3.687-0.812 2.359-2.344 4.047-4.719 4.922-1.266 0.453-2.594 0.641-3.938 0.656-0.938 0.016-1.875 0-2.812 0-1.016 0-1.656 0.5-1.844 1.5-0.219 1.188-1.078 6.719-1.328 8.281-0.016 0.109-0.063 0.156-0.187 0.156h-4.609c-0.469 0-0.812-0.406-0.75-0.859l3.625-22.984c0.094-0.594 0.625-1.047 1.234-1.047h9.344c0.672 0 2.219 0.297 3.266 0.703 2.219 0.859 3.437 2.609 3.437 4.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-wallet\" viewBox=\"0 0 28 28\">\n<title>google-wallet</title>\n<path d=\"M6.891 10.5c0.313 0 0.625 0.156 0.812 0.406 2.734 3.734 4.641 7.734 5.656 12.094h-6.969c-1.25-4.344-3.094-8.313-5.734-11.703-0.25-0.328 0-0.797 0.406-0.797h5.828zM15.625 16.078c-0.516 2.109-1.172 4.156-1.953 6.141-0.828-3.266-2.156-6.328-4-9.281 0.406-2.266 0.641-4.594 0.688-7.016 2.203 3.547 3.953 6.922 5.266 10.156zM17.172 5c4.672 6.438 8.141 14.375 8.891 23h-7.047c-0.516-8.344-4.359-16.25-8.641-23h6.797zM28 14c0 4.344-0.594 8.906-1.578 12.688-0.688-5.781-2.594-11.531-5.609-16.922-0.266-3.156-0.828-6.219-1.656-9.125-0.078-0.328 0.156-0.641 0.484-0.641h5.609c0.438 0 0.844 0.297 0.953 0.719 1.188 4.219 1.797 8.687 1.797 13.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-visa\" viewBox=\"0 0 36 28\">\n<title>cc-visa</title>\n<path d=\"M30.859 15.469h-2.156c0 0 0.219-0.578 1.031-2.797-0.016 0.016 0.219-0.578 0.344-0.953l0.187 0.859c0.484 2.391 0.594 2.891 0.594 2.891zM8.297 14.453l-0.906-4.609c-0.125-0.641-0.609-0.844-1.172-0.844h-4.188l-0.031 0.203c2.875 0.734 5.234 2.297 6.297 5.25zM11.094 9l-2.531 6.844-0.266-1.391c-0.547-1.453-1.875-2.797-3.375-3.406l2.109 7.969h2.734l4.078-10.016h-2.75zM13.266 19.031h2.594l1.625-10.031h-2.594zM25.266 9.25c-0.516-0.203-1.328-0.422-2.328-0.422-2.562 0-4.359 1.359-4.375 3.313-0.016 1.437 1.281 2.234 2.266 2.719 1.016 0.484 1.344 0.812 1.344 1.25 0 0.672-0.812 0.969-1.547 0.969-1.047 0-1.609-0.125-2.438-0.516l-0.344-0.172-0.359 2.25c0.609 0.281 1.719 0.531 2.891 0.531 2.719 0.016 4.484-1.344 4.516-3.422 0-1.141-0.703-2-2.188-2.719-0.906-0.453-1.453-0.781-1.453-1.25 0-0.422 0.469-0.859 1.484-0.859 0.844-0.016 1.469 0.156 1.937 0.375l0.234 0.125zM31.906 9h-2c-0.625 0-1.094 0.187-1.359 0.844l-3.844 9.188h2.719c0.438-1.234 0.547-1.5 0.547-1.5h3.313c0 0 0.078 0.344 0.313 1.5h2.406zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-mastercard\" viewBox=\"0 0 36 28\">\n<title>cc-mastercard</title>\n<path d=\"M17.484 5.328c-1.297-0.859-2.828-1.328-4.391-1.328-4.391 0-7.953 3.563-7.953 7.938 0 4.391 3.563 7.953 7.953 7.953 1.563 0 3.094-0.469 4.391-1.328-4.188-3.406-4.156-9.828 0-13.234zM18 5.703c-4.031 3.172-4.047 9.328 0 12.484 4.047-3.156 4.031-9.312 0-12.484zM18.516 5.328c4.141 3.406 4.203 9.844 0 13.234 1.297 0.859 2.844 1.328 4.391 1.328 4.391 0 7.953-3.563 7.953-7.953 0-4.375-3.563-7.938-7.953-7.938-1.563 0-3.094 0.469-4.391 1.328zM30.094 16.609h0.109v-0.047h-0.266v0.047h0.109v0.266h0.047v-0.266zM30.547 16.875h0.063v-0.313h-0.078l-0.094 0.203-0.094-0.203h-0.078v0.313h0.047v-0.234l0.094 0.203h0.063l0.078-0.203v0.234zM30.422 23.75v0.031h-0.078v-0.047h0.078v0.016zM30.422 23.891h0.047l-0.063-0.078c0.031 0 0.031-0.016 0.047-0.016 0.016-0.016 0.016-0.031 0.016-0.047s0-0.031-0.016-0.047c-0.016 0-0.031-0.016-0.063-0.016h-0.094v0.203h0.047v-0.078h0.016zM10.703 22.828c0-0.375 0.234-0.672 0.641-0.672 0.375 0 0.625 0.297 0.625 0.672 0 0.391-0.25 0.672-0.625 0.672-0.406 0-0.641-0.297-0.641-0.672zM18.094 22.141c0.297 0 0.5 0.172 0.547 0.5h-1.094c0.047-0.297 0.234-0.5 0.547-0.5zM23.656 22.828c0-0.375 0.234-0.672 0.625-0.672s0.641 0.297 0.641 0.672c0 0.391-0.25 0.672-0.641 0.672s-0.625-0.297-0.625-0.672zM27.906 22.828c0-0.375 0.25-0.672 0.641-0.672 0.375 0 0.641 0.297 0.641 0.672 0 0.391-0.266 0.672-0.641 0.672-0.391 0-0.641-0.297-0.641-0.672zM30.375 23.953c-0.016 0-0.031 0-0.063-0.016-0.016 0-0.031-0.016-0.047-0.031s-0.031-0.031-0.031-0.047-0.016-0.047-0.016-0.063 0-0.047 0.016-0.063c0-0.031 0.016-0.047 0.031-0.063s0.031-0.016 0.047-0.031 0.047-0.016 0.063-0.016 0.047 0 0.063 0.016 0.047 0.016 0.063 0.031 0.016 0.031 0.031 0.063c0 0.016 0.016 0.031 0.016 0.063 0 0.016-0.016 0.031-0.016 0.063-0.016 0.016-0.016 0.031-0.031 0.047s-0.031 0.031-0.063 0.031c-0.016 0.016-0.031 0.016-0.063 0.016zM9.359 23.891h0.469v-1.328c0-0.5-0.328-0.828-0.844-0.844-0.266 0-0.547 0.078-0.734 0.375-0.141-0.234-0.375-0.375-0.703-0.375-0.219 0-0.438 0.078-0.609 0.313v-0.25h-0.469v2.109h0.469v-1.172c0-0.375 0.203-0.562 0.516-0.562s0.469 0.203 0.469 0.562v1.172h0.453v-1.172c0-0.375 0.219-0.562 0.516-0.562 0.313 0 0.469 0.203 0.469 0.562v1.172zM11.953 23.891h0.453v-2.109h-0.453v0.25c-0.156-0.187-0.375-0.313-0.672-0.313-0.594 0-1.047 0.469-1.047 1.109s0.453 1.109 1.047 1.109c0.297 0 0.516-0.109 0.672-0.313v0.266zM14.734 23.25c0-0.375-0.281-0.562-0.734-0.625l-0.219-0.031c-0.203-0.031-0.359-0.078-0.359-0.219s0.141-0.234 0.391-0.234c0.281 0 0.531 0.094 0.672 0.172l0.187-0.375c-0.219-0.141-0.516-0.219-0.859-0.219-0.531 0-0.875 0.266-0.875 0.688 0 0.344 0.25 0.547 0.734 0.609l0.203 0.031c0.266 0.047 0.375 0.109 0.375 0.219 0 0.172-0.172 0.266-0.484 0.266s-0.547-0.109-0.703-0.219l-0.203 0.359c0.25 0.172 0.562 0.266 0.906 0.266 0.609 0 0.969-0.281 0.969-0.688zM16.766 23.781l-0.125-0.391c-0.141 0.078-0.281 0.109-0.406 0.109-0.234 0-0.297-0.141-0.297-0.344v-0.953h0.75v-0.422h-0.75v-0.641h-0.469v0.641h-0.438v0.422h0.438v0.953c0 0.484 0.187 0.781 0.734 0.781 0.187 0 0.422-0.063 0.562-0.156zM18.109 21.719c-0.609 0-1.047 0.453-1.047 1.109 0 0.672 0.453 1.109 1.078 1.109 0.313 0 0.609-0.078 0.859-0.297l-0.219-0.344c-0.172 0.141-0.406 0.234-0.609 0.234-0.297 0-0.562-0.141-0.641-0.516h1.578v-0.187c0-0.656-0.406-1.109-1-1.109zM20.594 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.469v2.109h0.469v-1.188c0-0.344 0.141-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.109-0.047-0.234-0.063-0.328-0.063zM21.063 22.828c0 0.641 0.438 1.109 1.125 1.109 0.313 0 0.531-0.063 0.75-0.25l-0.219-0.375c-0.172 0.125-0.344 0.203-0.547 0.187-0.375 0-0.641-0.266-0.641-0.672s0.266-0.672 0.641-0.672c0.203 0 0.375 0.063 0.547 0.187l0.219-0.375c-0.219-0.172-0.438-0.25-0.75-0.25-0.688 0-1.125 0.469-1.125 1.109zM24.891 23.891h0.469v-2.109h-0.469v0.25c-0.141-0.187-0.359-0.313-0.656-0.313-0.594 0-1.062 0.469-1.062 1.109s0.469 1.109 1.062 1.109c0.297 0 0.516-0.109 0.656-0.313v0.266zM26.969 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.453v2.109h0.453v-1.188c0-0.344 0.156-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.094-0.047-0.234-0.063-0.328-0.063zM29.156 23.891h0.453v-2.969h-0.453v1.109c-0.141-0.187-0.359-0.313-0.672-0.313-0.578 0-1.047 0.469-1.047 1.109s0.469 1.109 1.047 1.109c0.313 0 0.531-0.109 0.672-0.313v0.266zM30.375 23.578c-0.016 0-0.047 0.016-0.078 0.016-0.031 0.016-0.047 0.031-0.063 0.047-0.031 0.016-0.047 0.047-0.047 0.063-0.016 0.031-0.016 0.063-0.016 0.094 0 0.016 0 0.047 0.016 0.078 0 0.016 0.016 0.047 0.047 0.063 0.016 0.016 0.031 0.031 0.063 0.047s0.063 0.016 0.078 0.016c0.031 0 0.063 0 0.094-0.016 0.016-0.016 0.047-0.031 0.063-0.047s0.031-0.047 0.047-0.063c0.016-0.031 0.016-0.063 0.016-0.078 0-0.031 0-0.063-0.016-0.094-0.016-0.016-0.031-0.047-0.047-0.063s-0.047-0.031-0.063-0.047c-0.031 0-0.063-0.016-0.094-0.016zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-discover\" viewBox=\"0 0 36 28\">\n<title>cc-discover</title>\n<path d=\"M4.891 12.141c0 0.5-0.203 0.984-0.562 1.313-0.313 0.281-0.734 0.406-1.391 0.406h-0.266v-3.437h0.266c0.656 0 1.062 0.109 1.391 0.422 0.359 0.313 0.562 0.797 0.562 1.297zM32.641 11.125c0 0.531-0.344 0.812-1 0.812h-0.297v-1.578h0.313c0.641 0 0.984 0.266 0.984 0.766zM5.938 12.141c0-1.531-1.141-2.609-2.797-2.609h-1.484v5.203h1.484c0.781 0 1.359-0.172 1.859-0.594 0.594-0.5 0.938-1.234 0.938-2zM6.406 14.734h1.016v-5.203h-1.016v5.203zM11.406 13.156c0-0.828-0.344-1.203-1.5-1.625-0.609-0.219-0.781-0.375-0.781-0.656 0-0.328 0.313-0.578 0.75-0.578 0.313 0 0.562 0.125 0.828 0.422l0.531-0.688c-0.438-0.391-0.969-0.578-1.531-0.578-0.922 0-1.625 0.641-1.625 1.484 0 0.719 0.328 1.094 1.281 1.437 0.391 0.141 0.594 0.219 0.703 0.297 0.203 0.125 0.297 0.313 0.297 0.531 0 0.422-0.328 0.734-0.781 0.734-0.484 0-0.875-0.234-1.109-0.688l-0.656 0.625c0.469 0.688 1.031 1 1.797 1 1.062 0 1.797-0.703 1.797-1.719zM15.75 14.562v-1.203c-0.406 0.406-0.766 0.578-1.219 0.578-1.031 0-1.75-0.75-1.75-1.797 0-1 0.75-1.797 1.703-1.797 0.484 0 0.844 0.172 1.266 0.594v-1.203c-0.438-0.219-0.812-0.313-1.25-0.313-1.531 0-2.766 1.203-2.766 2.719 0 1.531 1.203 2.719 2.75 2.719 0.438 0 0.812-0.078 1.266-0.297zM35 24v-8.234c-2.5 1.563-11.297 6.563-25.516 9.234h24.516c0.547 0 1-0.453 1-1zM21.703 12.172c0-1.563-1.266-2.828-2.828-2.828s-2.828 1.266-2.828 2.828 1.266 2.828 2.828 2.828 2.828-1.266 2.828-2.828zM24.078 14.875l2.25-5.344h-1.109l-1.406 3.5-1.391-3.5h-1.109l2.219 5.344h0.547zM26.781 14.734h2.875v-0.875h-1.859v-1.406h1.797v-0.875h-1.797v-1.156h1.859v-0.891h-2.875v5.203zM32.891 14.734h1.25l-1.641-2.188c0.766-0.156 1.188-0.672 1.188-1.469 0-0.984-0.672-1.547-1.844-1.547h-1.516v5.203h1.016v-2.078h0.141zM36 4.094v19.812c0 1.156-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.938-2.063-2.094v-19.812c0-1.156 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.938 2.063 2.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-amex\" viewBox=\"0 0 36 28\">\n<title>cc-amex</title>\n<path d=\"M1.859 10.656h1.391l-0.703-1.687zM11.562 18.875l1.156-1.234-1.094-1.234h-2.547v0.766h2.219v0.859h-2.219v0.844h2.484zM14.031 17.656l1.547 1.719v-3.391zM18.531 16.922c0-0.375-0.281-0.516-0.625-0.516h-1.313v1.078h1.297c0.359 0 0.641-0.172 0.641-0.562zM23.047 16.859c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.953h1.266c0.344 0 0.672-0.078 0.672-0.5zM18.703 9.578c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.938h1.266c0.344 0 0.672-0.078 0.672-0.484zM25.875 10.656h1.391l-0.688-1.687zM10.922 8.234v4.234h-1.031v-3.313l-1.469 3.313h-0.891l-1.469-3.313v3.313h-2.063l-0.391-0.938h-2.109l-0.391 0.938h-1.094l1.813-4.234h1.5l1.719 4.016v-4.016h1.656l1.328 2.875 1.203-2.875h1.687zM19.609 16.922c0 1.703-1.859 1.422-3.016 1.422v1.422h-1.969l-1.25-1.406-1.297 1.406h-4v-4.234h4.062l1.25 1.391 1.281-1.391h3.234c0.953 0 1.703 0.328 1.703 1.391zM15.062 11.594v0.875h-3.391v-4.234h3.391v0.891h-2.375v0.766h2.312v0.859h-2.312v0.844h2.375zM36 20.328v3.578c0 1.141-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.953-2.063-2.094v-10.594h1.734l0.391-0.953h0.859l0.391 0.953h3.406v-0.719l0.297 0.719h1.766l0.313-0.734v0.734h8.453v-1.547l0.156-0.016c0.141 0 0.156 0.109 0.156 0.219v1.344h4.359v-0.359c1.016 0.531 2.406 0.359 3.469 0.359l0.391-0.953h0.875l0.391 0.953h3.547v-0.906l0.531 0.906h2.844v-5.906h-2.812v0.688l-0.391-0.688h-2.891v0.688l-0.359-0.688h-3.891c-0.578 0-1.188 0.063-1.703 0.344v-0.344h-2.688v0.344c-0.313-0.281-0.734-0.344-1.141-0.344h-9.812l-0.672 1.516-0.672-1.516h-3.094v0.688l-0.344-0.688h-2.641l-1.219 2.797v-6.109c0-1.141 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.953 2.063 2.094v10.594h-1.875c-0.438 0-0.906 0.078-1.266 0.344v-0.344h-2.766c-0.391 0-0.922 0.063-1.219 0.344v-0.344h-4.937v0.344c-0.375-0.266-0.922-0.344-1.359-0.344h-3.266v0.344c-0.328-0.313-1-0.344-1.422-0.344h-3.656l-0.844 0.906-0.781-0.906h-5.453v5.906h5.359l0.859-0.922 0.812 0.922h3.297v-1.391h0.328c0.469 0 0.953-0.016 1.406-0.203v1.594h2.719v-1.547h0.125c0.156 0 0.187 0.016 0.187 0.187v1.359h8.266c0.453 0 1.016-0.094 1.375-0.375v0.375h2.625c0.5 0 1.031-0.047 1.484-0.266zM24.156 16.672c0 0.469-0.25 0.938-0.719 1.125 0.562 0.203 0.672 0.578 0.672 1.125v0.844h-1.016v-0.703c0-0.719-0.234-0.844-0.906-0.844h-1.078v1.547h-1.016v-4.234h2.406c0.797 0 1.656 0.141 1.656 1.141zM19.828 9.375c0 0.484-0.266 0.953-0.719 1.141 0.578 0.203 0.672 0.562 0.672 1.125v0.828h-1.016c-0.016-0.906 0.219-1.531-0.906-1.531h-1.094v1.531h-1v-4.234l2.391 0.016c0.812 0 1.672 0.125 1.672 1.125zM28.094 18.891v0.875h-3.375v-4.234h3.375v0.875h-2.359v0.766h2.312v0.859h-2.312v0.844zM21.438 8.234v4.234h-1.031v-4.234h1.031zM32.266 18.422c0 1-0.688 1.344-1.594 1.344h-1.969v-0.906h1.969c0.25 0 0.531-0.063 0.531-0.391 0-0.906-2.609 0.344-2.609-1.672 0-0.859 0.656-1.266 1.437-1.266h2.031v0.891h-1.859c-0.266 0-0.562 0.047-0.562 0.391 0 0.922 2.625-0.422 2.625 1.609zM36 17.641v1.578c-0.297 0.438-0.875 0.547-1.375 0.547h-1.953v-0.906h1.953c0.25 0 0.516-0.078 0.516-0.391 0-0.891-2.609 0.344-2.609-1.672 0-0.859 0.672-1.266 1.453-1.266h2.016v0.891h-1.844c-0.281 0-0.562 0.047-0.562 0.391 0 0.75 1.766-0.016 2.406 0.828zM33.422 8.25v4.219h-1.437l-1.906-3.172v3.172h-2.063l-0.406-0.938h-2.094l-0.391 0.938h-1.172c-1.391 0-2.016-0.719-2.016-2.078 0-1.422 0.641-2.156 2.078-2.156h0.984v0.922c-1.062-0.016-2.031-0.25-2.031 1.203 0 0.719 0.172 1.219 0.984 1.219h0.453l1.437-3.328h1.516l1.703 4v-4h1.547l1.781 2.938v-2.938h1.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-paypal\" viewBox=\"0 0 36 28\">\n<title>cc-paypal</title>\n<path d=\"M11.641 14.156c0 0.766-0.609 1.344-1.375 1.344-0.578 0-1-0.328-1-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM23.906 11.828c0 0.938-0.562 1.125-1.375 1.125l-0.5 0.016 0.266-1.672c0.016-0.109 0.094-0.172 0.203-0.172h0.281c0.531 0 1.125 0.031 1.125 0.703zM29.391 14.156c0 0.766-0.609 1.344-1.359 1.344-0.578 0-1.016-0.328-1.016-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM8.016 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.5c-0.156 0-0.313 0.125-0.328 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.188c0.172 0 0.328-0.125 0.344-0.297l0.281-1.719c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM12.844 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.359-0.531-0.891-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.562 0 1.266-0.25 1.656-0.688-0.031 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM19.828 12.25c0-0.109-0.094-0.219-0.203-0.219h-1.203c-0.109 0-0.219 0.063-0.281 0.156l-1.656 2.438-0.688-2.344c-0.047-0.141-0.187-0.25-0.344-0.25h-1.172c-0.109 0-0.203 0.109-0.203 0.219 0 0.078 1.219 3.609 1.328 3.938-0.172 0.234-1.281 1.687-1.281 1.875 0 0.109 0.094 0.203 0.203 0.203h1.203c0.109 0 0.219-0.063 0.281-0.156l3.984-5.75c0.031-0.031 0.031-0.063 0.031-0.109zM25.766 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.484c-0.172 0-0.328 0.125-0.344 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.281c0.125 0 0.219-0.094 0.25-0.203l0.281-1.813c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM30.594 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.344-0.531-0.875-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.578 0 1.281-0.25 1.656-0.688-0.016 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM34 9.969v-0.016c0-0.125-0.094-0.219-0.203-0.219h-1.156c-0.094 0-0.187 0.078-0.203 0.172l-1.016 6.5-0.016 0.031c0 0.109 0.094 0.219 0.219 0.219h1.031c0.156 0 0.313-0.125 0.328-0.297zM6.125 12.063c-0.125 0.797-0.656 0.891-1.344 0.891l-0.516 0.016 0.266-1.672c0.016-0.109 0.109-0.172 0.203-0.172h0.297c0.703 0 1.234 0.094 1.094 0.938zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-stripe\" viewBox=\"0 0 36 28\">\n<title>cc-stripe</title>\n<path d=\"M24.953 14.109c0 0.719-0.109 1.266-0.328 1.656-0.187 0.344-0.484 0.547-0.812 0.547-0.234 0-0.453-0.047-0.641-0.141v-3.5c0.406-0.422 0.766-0.469 0.891-0.469 0.594 0 0.891 0.656 0.891 1.906zM31.797 13.547h-1.719c0.063-1.047 0.344-1.531 0.875-1.531s0.812 0.5 0.844 1.531zM7.438 15.656c0-1.313-0.797-1.859-2.094-2.328v0c-0.688-0.25-1.062-0.453-1.062-0.766 0-0.266 0.219-0.406 0.594-0.406 0.719 0 1.437 0.266 1.937 0.516l0.281-1.75c-0.391-0.187-1.203-0.5-2.328-0.5-0.797 0-1.453 0.203-1.922 0.594-0.5 0.406-0.75 1-0.75 1.703 0 1.281 0.781 1.844 2.063 2.297 0.812 0.297 1.094 0.5 1.094 0.828 0 0.313-0.266 0.484-0.75 0.484-0.594 0-1.578-0.297-2.219-0.672l-0.281 1.766c0.547 0.313 1.563 0.641 2.625 0.641 0.844 0 1.531-0.203 2.016-0.578 0.531-0.422 0.797-1.031 0.797-1.828zM12.047 12.297l0.297-1.734h-1.5v-2.109l-2.016 0.328-0.281 1.781-0.719 0.125-0.266 1.609h0.969v3.422c0 0.891 0.234 1.5 0.688 1.875 0.391 0.313 0.953 0.469 1.734 0.469 0.609 0 0.969-0.109 1.234-0.172v-1.844c-0.141 0.031-0.469 0.109-0.688 0.109-0.453 0-0.656-0.25-0.656-0.781v-3.078h1.203zM16.984 12.688v-2.172c-0.156-0.031-0.297-0.047-0.438-0.047-0.656 0-1.188 0.344-1.391 0.969l-0.156-0.875h-2.047v7.359h2.344v-4.781c0.297-0.359 0.719-0.484 1.281-0.484 0.125 0 0.25 0 0.406 0.031zM17.563 17.922h2.344v-7.359h-2.344v7.359zM27.281 14.031c0-1.25-0.234-2.203-0.703-2.797-0.422-0.547-1-0.812-1.734-0.812-0.672 0-1.266 0.281-1.828 0.875l-0.125-0.734h-2.063v10.078l2.344-0.391v-2.359c0.359 0.109 0.734 0.172 1.062 0.172 0.578 0 1.437-0.156 2.094-0.875 0.641-0.688 0.953-1.75 0.953-3.156zM19.969 8.594c0-0.688-0.547-1.234-1.234-1.234s-1.234 0.547-1.234 1.234 0.547 1.25 1.234 1.25 1.234-0.562 1.234-1.25zM34 14.172c0-1.172-0.25-2.094-0.75-2.75-0.516-0.656-1.281-1-2.25-1-2 0-3.234 1.469-3.234 3.844 0 1.313 0.328 2.312 0.984 2.938 0.578 0.578 1.422 0.859 2.516 0.859 1 0 1.922-0.234 2.5-0.625l-0.25-1.609c-0.578 0.313-1.25 0.484-2 0.484-0.453 0-0.766-0.094-0.984-0.297-0.25-0.203-0.391-0.547-0.438-1.031h3.875c0.016-0.109 0.031-0.641 0.031-0.812zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash\" viewBox=\"0 0 32 28\">\n<title>bell-slash</title>\n<path d=\"M24.344 13.312c0.797 4.656 2.844 7.156 4.656 8.687 0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984zM16 26.75c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25c-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75zM31.656 1.75c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash-o\" viewBox=\"0 0 32 28\">\n<title>bell-slash-o</title>\n<path d=\"M16.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM7.859 19.078l13.703-11.875c-0.781-1.641-2.594-3.203-5.563-3.203-4.094 0-6 2.984-6 5 0 4-0.703 7.344-2.141 10.078zM29 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984l2.328-2.016h11.828c-1.734-1.953-2.906-4.328-3.547-7.172l1.734-1.516c0.797 4.656 2.844 7.156 4.656 8.687zM30.344 0.25l1.313 1.5c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash\" viewBox=\"0 0 22 28\">\n<title>trash</title>\n<path d=\"M8 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM12 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copyright\" viewBox=\"0 0 24 28\">\n<title>copyright</title>\n<path d=\"M17.969 16.781v1.703c0 2.203-3.516 3.016-5.719 3.016-4.281 0-7.5-3.266-7.5-7.578 0-4.234 3.187-7.422 7.422-7.422 1.547 0 5.594 0.547 5.594 3.031v1.703c0 0.141-0.109 0.25-0.25 0.25h-1.844c-0.141 0-0.25-0.109-0.25-0.25v-1.094c0-0.984-1.891-1.437-3.172-1.437-2.922 0-4.953 2.109-4.953 5.141 0 3.141 2.125 5.437 5.078 5.437 1.125 0 3.25-0.422 3.25-1.406v-1.094c0-0.141 0.109-0.25 0.234-0.25h1.859c0.125 0 0.25 0.109 0.25 0.25zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-at\" viewBox=\"0 0 24 28\">\n<title>at</title>\n<path d=\"M15.188 12.109c0-2.25-1.172-3.594-3.141-3.594-2.594 0-5.375 2.578-5.375 6.75 0 2.328 1.156 3.656 3.187 3.656 3.141 0 5.328-3.594 5.328-6.813zM24 14c0 4.859-3.469 6.687-6.438 6.781-0.203 0-0.281 0.016-0.5 0.016-0.969 0-1.734-0.281-2.219-0.828-0.297-0.344-0.469-0.781-0.516-1.297-0.969 1.219-2.656 2.406-4.766 2.406-3.359 0-5.281-2.078-5.281-5.703 0-4.984 3.453-9.031 7.672-9.031 1.828 0 3.297 0.781 4.078 2.109l0.031-0.297 0.172-0.875c0.016-0.125 0.125-0.281 0.234-0.281h1.844c0.078 0 0.156 0.109 0.203 0.172 0.047 0.047 0.063 0.172 0.047 0.25l-1.875 9.594c-0.063 0.297-0.078 0.531-0.078 0.75 0 0.844 0.25 1.016 0.891 1.016 1.062-0.031 4.5-0.469 4.5-4.781 0-6.078-3.922-10-10-10-5.516 0-10 4.484-10 10s4.484 10 10 10c2.297 0 4.547-0.797 6.328-2.25 0.219-0.187 0.531-0.156 0.703 0.063l0.641 0.766c0.078 0.109 0.125 0.234 0.109 0.375-0.016 0.125-0.078 0.25-0.187 0.344-2.125 1.734-4.828 2.703-7.594 2.703-6.609 0-12-5.391-12-12s5.391-12 12-12c7.172 0 12 4.828 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eyedropper\" viewBox=\"0 0 29 28\">\n<title>eyedropper</title>\n<path d=\"M26.531 1.469c1.953 1.953 1.969 5.125 0 7.063l-3.516 3.484 1.625 1.625c0.203 0.203 0.203 0.516 0 0.719l-3.281 3.281c-0.203 0.203-0.516 0.203-0.719 0l-1.641-1.641-9.422 9.422c-0.375 0.375-0.875 0.578-1.406 0.578h-3.172l-4 2-1-1 2-4v-3.172c0-0.531 0.203-1.031 0.578-1.406l9.422-9.422-1.641-1.641c-0.203-0.203-0.203-0.516 0-0.719l3.281-3.281c0.203-0.203 0.516-0.203 0.719 0l1.625 1.625 3.484-3.516c1.937-1.969 5.109-1.953 7.063 0zM8 23l9-9-3-3-9 9v3h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paint-brush\" viewBox=\"0 0 28 28\">\n<title>paint-brush</title>\n<path d=\"M25.234 0c1.422 0 2.734 1.062 2.734 2.547 0 0.828-0.328 1.625-0.703 2.359-1.219 2.312-5.313 9.953-7.266 11.75-0.953 0.891-2.078 1.422-3.406 1.422-2.641 0-4.797-2.25-4.797-4.875 0-1.25 0.516-2.469 1.437-3.313l9.969-9.047c0.547-0.5 1.266-0.844 2.031-0.844zM11.031 16.156c0.812 1.578 2.297 2.766 4.016 3.219l0.016 1.109c0.094 4.453-3 7.516-7.469 7.516-5.297 0-7.594-4.219-7.594-9.016 0.578 0.391 2.594 2 3.25 2 0.391 0 0.719-0.219 0.859-0.578 1.328-3.469 3.406-4.094 6.922-4.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-birthday-cake\" viewBox=\"0 0 28 28\">\n<title>birthday-cake</title>\n<path d=\"M28 22v6h-28v-6c1.531 0 2.344-0.688 2.984-1.234 0.531-0.469 0.891-0.766 1.687-0.766s1.141 0.297 1.687 0.766c0.641 0.547 1.437 1.234 2.984 1.234 1.531 0 2.328-0.688 2.984-1.234 0.531-0.469 0.875-0.766 1.672-0.766s1.156 0.297 1.687 0.766c0.641 0.547 1.453 1.234 2.984 1.234s2.344-0.688 2.984-1.234c0.531-0.469 0.891-0.766 1.687-0.766 0.781 0 1.141 0.297 1.672 0.766 0.641 0.547 1.453 1.234 2.984 1.234zM28 17v3c-0.797 0-1.141-0.297-1.687-0.766-0.641-0.547-1.437-1.234-2.969-1.234-1.547 0-2.344 0.688-2.984 1.234-0.547 0.469-0.891 0.766-1.687 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.437-1.234-2.984-1.234-1.531 0-2.328 0.688-2.984 1.234-0.531 0.469-0.875 0.766-1.672 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.453-1.234-2.984-1.234-1.547 0-2.344 0.688-2.984 1.234-0.531 0.469-0.891 0.766-1.687 0.766v-3c0-1.656 1.344-3 3-3h1v-7h4v7h4v-7h4v7h4v-7h4v7h1c1.656 0 3 1.344 3 3zM8 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM16 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM24 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-area-chart\" viewBox=\"0 0 32 28\">\n<title>area-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM26 8l4 14h-26v-9l7-9 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pie-chart\" viewBox=\"0 0 27 28\">\n<title>pie-chart</title>\n<path d=\"M12 13.906l8.531 8.531c-2.172 2.203-5.203 3.563-8.531 3.563-6.625 0-12-5.375-12-12s5.375-12 12-12v11.906zM14.922 14h12.078c0 3.328-1.359 6.359-3.563 8.531zM26 12h-12v-12c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-line-chart\" viewBox=\"0 0 32 28\">\n<title>line-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM30 4.5v6.797c0 0.438-0.531 0.672-0.859 0.344l-1.891-1.891-9.891 9.891c-0.203 0.203-0.516 0.203-0.719 0l-3.641-3.641-6.5 6.5-3-3 9.141-9.141c0.203-0.203 0.516-0.203 0.719 0l3.641 3.641 7.25-7.25-1.891-1.891c-0.328-0.328-0.094-0.859 0.344-0.859h6.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm\" viewBox=\"0 0 28 28\">\n<title>lastfm</title>\n<path d=\"M20.188 11c0 0.094 0.125 0.531 0.156 0.641 0.422 1.281 1.406 1.547 2.578 1.875 2.609 0.734 5.078 2.125 5.078 5.187 0 3.109-2.594 5.297-5.625 5.297-5.031 0-6.594-6.156-8.047-9.906-1.203-3.094-2.469-4.906-5.953-4.906-3.094 0-5.812 2.969-5.812 6.016 0 3.234 2.422 6.234 5.781 6.234 1.484 0 3.031-0.313 4.031-1.484v0c0.484-0.547 0.953-1.141 1.297-1.813l1.313 2.375c-0.172 0.391-0.422 0.766-0.688 1.094l0.016 0.016c-1.578 1.828-3.734 2.375-6.062 2.375-4.719 0-8.25-4.172-8.25-8.766 0-4.453 3.875-8.594 8.375-8.594 7.469 0 7.844 6.469 10.375 11.672 0.688 1.437 1.859 3.125 3.641 3.125 1.625 0 3.063-1.047 3.063-2.766 0-3.719-6.828-1.188-7.797-7.297-0.031-0.172-0.047-0.344-0.047-0.516 0-2.312 2.172-4.297 4.469-4.219 1.375 0.047 2.203 0.094 3.297 1.062h-0.016c0.422 0.391 0.734 0.922 1.062 1.375l-2.016 1.547c-0.234-0.438-0.453-0.797-0.844-1.094v-0.016c-0.375-0.344-1.047-0.328-1.516-0.328-1.016 0-1.859 0.766-1.859 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm-square\" viewBox=\"0 0 24 28\">\n<title>lastfm-square</title>\n<path d=\"M22.375 16.438c0-2.203-1.781-3.203-3.656-3.734-0.859-0.234-1.563-0.438-1.875-1.375-0.016-0.078-0.094-0.375-0.094-0.438 0-0.75 0.594-1.297 1.328-1.297 0.344 0 0.828-0.016 1.109 0.234h-0.016c0.297 0.219 0.438 0.469 0.609 0.797l1.453-1.109c-0.234-0.328-0.469-0.719-0.766-1v0c-0.734-0.656-1.422-0.766-2.391-0.766-1.641 0-3.187 1.344-3.187 3.047 0 0.125 0.016 0.234 0.031 0.359 0.344 2.125 1.422 2.781 3.328 3.328 0.938 0.266 2.266 0.688 2.281 1.844v0.078c0.016 1.25-1.031 2-2.203 2-1.281 0-2.109-1.219-2.609-2.25-1.813-3.734-2.094-8.406-7.469-8.406-3.234 0-6.141 2.984-6.031 6.188v0.016c0.109 3.344 2.406 6.297 5.938 6.297 1.672 0 3.234-0.391 4.359-1.719v0c0.187-0.25 0.359-0.516 0.484-0.797l-0.938-1.703c-0.875 1.656-1.953 2.375-3.828 2.375-2.469 0-4.172-2.188-4.172-4.547 0-2.172 2-4.266 4.188-4.266 2.5 0 3.406 1.297 4.281 3.531 1.047 2.688 2.172 7.125 5.797 7.125 2.172 0 4.047-1.578 4.047-3.813zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-off\" viewBox=\"0 0 32 28\">\n<title>toggle-off</title>\n<path d=\"M18 14c0-4.406-3.594-8-8-8s-8 3.594-8 8 3.594 8 8 8 8-3.594 8-8zM30 14c0-4.406-3.594-8-8-8h-6.031c2.438 1.828 4.031 4.734 4.031 8s-1.594 6.172-4.031 8h6.031c4.406 0 8-3.594 8-8zM32 14c0 5.516-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10s4.484-10 10-10h12c5.516 0 10 4.484 10 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-on\" viewBox=\"0 0 32 28\">\n<title>toggle-on</title>\n<path d=\"M0 14c0-5.516 4.484-10 10-10h12c5.516 0 10 4.484 10 10s-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10zM22 22c4.406 0 8-3.594 8-8s-3.594-8-8-8-8 3.594-8 8 3.594 8 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bicycle\" viewBox=\"0 0 36 28\">\n<title>bicycle</title>\n<path d=\"M11.906 18h-4.906c-0.828 0-1.297-0.938-0.797-1.594l2.938-3.922c-0.656-0.313-1.375-0.484-2.141-0.484-2.75 0-5 2.25-5 5s2.25 5 5 5c2.422 0 4.438-1.719 4.906-4zM9 16h2.906c-0.187-0.875-0.594-1.672-1.172-2.312zM16.5 16l4.5-6h-7.5l-1.547 2.063c1.047 1.031 1.75 2.406 1.969 3.938h2.578zM34 17c0-2.75-2.25-5-5-5-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5s5-2.25 5-5zM36 17c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-2.063 0.906-3.922 2.328-5.203l-1.016-1.531-5.516 7.328c-0.187 0.266-0.484 0.406-0.797 0.406h-3.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c1.219 0 2.359 0.313 3.359 0.859l2.141-2.859h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h6v2h6.797l-1.328-2h-3.469c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c0.328 0 0.641 0.172 0.828 0.438l4.172 6.25c0.906-0.438 1.922-0.688 3-0.688 3.859 0 7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bus\" viewBox=\"0 0 24 28\">\n<title>bus</title>\n<path d=\"M6 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM21.281 12.812l-1.125-6c-0.094-0.469-0.5-0.812-0.984-0.812h-14.344c-0.484 0-0.891 0.344-0.984 0.812l-1.125 6c-0.109 0.625 0.359 1.188 0.984 1.188h16.594c0.625 0 1.094-0.562 0.984-1.188zM17.75 3.25c0-0.422-0.328-0.75-0.75-0.75h-10c-0.406 0-0.75 0.328-0.75 0.75s0.344 0.75 0.75 0.75h10c0.422 0 0.75-0.328 0.75-0.75zM24 14.578v9.422h-2v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-12v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-2v-9.422c0-1.281 0.109-2.234 0.391-3.484l1.609-7.094c0.297-2.5 4.672-4 10-4s9.703 1.5 10 4l1.641 7.094c0.281 1.25 0.359 2.203 0.359 3.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ioxhost\" viewBox=\"0 0 32 28\">\n<title>ioxhost</title>\n<path d=\"M22.859 13c0 0.734-0.594 1.344-1.344 1.344h-10.969c-0.75 0-1.344-0.609-1.344-1.344s0.594-1.344 1.344-1.344h10.969c0.75 0 1.344 0.609 1.344 1.344zM26.203 13c0-0.922-0.125-1.797-0.359-2.656h-15.344c-0.75 0-1.344-0.594-1.344-1.328 0-0.75 0.594-1.344 1.344-1.344h14.187c-1.797-2.922-5.016-4.859-8.672-4.859-5.625 0-10.203 4.562-10.203 10.187 0 0.922 0.125 1.797 0.359 2.656h15.344c0.75 0 1.344 0.594 1.344 1.328 0 0.75-0.594 1.344-1.344 1.344h-14.187c1.797 2.922 5.016 4.859 8.687 4.859 5.609 0 10.187-4.562 10.187-10.187zM32 9.016c0 0.734-0.594 1.328-1.344 1.328h-2.047c0.172 0.859 0.266 1.75 0.266 2.656 0 7.094-5.766 12.875-12.859 12.875-5.203 0-9.688-3.094-11.719-7.547h-2.953c-0.75 0-1.344-0.594-1.344-1.344 0-0.734 0.594-1.328 1.344-1.328h2.063c-0.172-0.859-0.266-1.75-0.266-2.656 0-7.094 5.766-12.875 12.875-12.875 5.187 0 9.672 3.094 11.703 7.547h2.938c0.75 0 1.344 0.594 1.344 1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angellist\" viewBox=\"0 0 20 28\">\n<title>angellist</title>\n<path d=\"M14.891 5.906l-1.781 5.125 1.828 0.328c0.469-1.281 2.578-7.047 2.578-8.094 0-0.391-0.125-0.875-0.594-0.875-0.875 0-1.813 2.844-2.031 3.516zM10.219 16.641c0.172 0.453 0.359 0.906 0.516 1.375 0.344-0.391 0.703-0.75 1.109-1.047-0.547-0.109-1.094-0.156-1.625-0.328zM5.656 2.641c0 1.594 1.891 6.563 2.484 8.141 0.219-0.125 0.5-0.156 0.766-0.156 0.375 0 0.797 0.047 1.172 0.078l-1.891-5.484c-0.203-0.594-1.109-3.437-1.922-3.437-0.422 0-0.609 0.5-0.609 0.859zM4.422 14.5c0 1.141 3.063 5.344 4.203 5.344 0.313 0 0.578-0.344 0.578-0.625 0-0.359-0.359-1.25-0.5-1.594-0.406-1.047-1.891-4.281-3.172-4.281-0.422 0-1.109 0.734-1.109 1.156zM1.953 19.734c0 0.562 0.187 1.109 0.391 1.625 1.234 3.047 4.016 4.828 7.266 4.828 2.375 0 4.375-0.906 5.969-2.656 1.687-1.875 2.375-4.188 2.375-6.672 0-0.875 0.016-2.266-0.672-2.891-1.312-1.156-5.766-1.594-7.531-1.594-0.219 0-0.594 0.016-0.766 0.172-0.187 0.078-0.187 0.375-0.187 0.547 0 2.391 5.047 2.172 6.563 2.172 0.297 0 0.438 0.078 0.625 0.297 0.203 0.25 0.266 0.547 0.297 0.859-0.406 0.406-0.969 0.641-1.5 0.844-0.516 0.187-1.016 0.391-1.453 0.719-1.203 0.875-2.391 2.375-2.391 3.922 0 0.969 0.578 1.797 0.578 2.75 0 0.016-0.109 0.359-0.109 0.406-1.781-0.125-2.219-1.891-2.281-3.375-0.187 0.047-0.438 0.031-0.641 0.031 0.031 0.109 0.031 0.219 0.031 0.328 0 1.141-1.016 1.969-2.109 1.969-1.687 0-3.922-1.984-3.922-3.703 0-0.469 0.203-0.734 0.516-1.047 0.313 0.391 0.641 0.781 0.938 1.188 0.453 0.609 1.234 1.625 2.078 1.625 0.219 0 0.641-0.187 0.641-0.453 0-0.703-2.562-4-3.187-4-0.984 0-1.516 1.297-1.516 2.109zM0.172 19.875c0-2.031 0.781-3.375 2.797-3.922-0.172-0.453-0.438-1.141-0.438-1.625 0-1.281 1.578-2.875 2.859-2.875 0.375 0 0.75 0.109 1.094 0.234-0.656-1.859-2.547-7.094-2.547-8.859 0-1.578 0.797-2.828 2.5-2.828 2.187 0 4.672 7.875 5.203 9.438 0.688-1.719 2.844-8.922 5.281-8.922 1.531 0 2.391 1.219 2.391 2.672 0 1.656-1.844 6.813-2.484 8.594 2.625 0.641 3 2.766 3 5.125 0 6.25-3.984 11.094-10.437 11.094-1.188 0-2.359-0.234-3.484-0.656-2.969-1.125-5.734-4.172-5.734-7.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc\" viewBox=\"0 0 32 28\">\n<title>cc</title>\n<path d=\"M12.266 15.75h3.234c-0.297 3.297-2.188 5.297-4.891 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.172c-0.109-1.328-0.766-2.094-1.828-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.313 3.484 2.016 3.484 1.078 0 1.578-0.938 1.703-2.172zM23.391 15.75h3.219c-0.297 3.297-2.172 5.297-4.875 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.187c-0.094-1.328-0.766-2.094-1.813-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.297 3.484 2 3.484 1.078 0 1.594-0.938 1.719-2.172zM29 13.891c0-4.188-0.219-6-1.188-7.313-0.203-0.266-0.531-0.438-0.797-0.625-0.984-0.719-5.563-0.984-10.891-0.984s-10.125 0.266-11.094 0.984c-0.281 0.203-0.625 0.359-0.828 0.625-0.969 1.297-1.172 3.125-1.172 7.313 0 4.203 0.219 6.016 1.172 7.313 0.219 0.297 0.547 0.422 0.828 0.641 0.969 0.719 5.766 1.016 11.094 1.016s9.906-0.281 10.891-1.016c0.266-0.203 0.609-0.328 0.797-0.641 0.984-1.281 1.188-3.109 1.188-7.313zM32 2v24h-32v-24h32z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ils\" viewBox=\"0 0 22 28\">\n<title>ils</title>\n<path d=\"M15.5 9.75v7.75c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-7.75c0-2.344-1.906-4.25-4.25-4.25h-4.25v18c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-21c0-0.281 0.219-0.5 0.5-0.5h7.25c4.281 0 7.75 3.469 7.75 7.75zM21.5 2.5v13.75c0 4.281-3.469 7.75-7.75 7.75h-7.25c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v12h4.25c2.344 0 4.25-1.906 4.25-4.25v-13.75c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meanpath\" viewBox=\"0 0 24 28\">\n<title>meanpath</title>\n<path d=\"M20.484 13.156v1.781c0 0.5-0.297 0.812-0.797 0.812h-3.156c-0.5 0-0.812-0.313-0.812-0.812v-1.781c0-0.5 0.313-0.812 0.812-0.812h3.156c0.5 0 0.797 0.313 0.797 0.812zM12.828 16.75v-3.906c0-1.109-0.734-1.844-1.844-1.844h-2.078c-0.703 0-1.219 0.297-1.5 0.812-0.281-0.516-0.797-0.812-1.5-0.812h-2.031c-1.094 0-1.844 0.734-1.844 1.844v3.906c0 0.234 0.109 0.344 0.328 0.344h0.859c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.297-0.812 0.812-0.812h1.469c0.5 0 0.812 0.313 0.812 0.812v3.594c0 0.234 0.094 0.344 0.328 0.344h0.844c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.313-0.812 0.812-0.812h1.516c0.5 0 0.797 0.313 0.797 0.812v3.594c0 0.234 0.109 0.344 0.344 0.344h0.859c0.219 0 0.328-0.109 0.328-0.344zM22.031 15.25v-2.406c0-1.109-0.75-1.844-1.859-1.844h-4.125c-1.109 0-1.859 0.734-1.859 1.844v6.406c0 0.234 0.125 0.328 0.344 0.328h0.859c0.234 0 0.328-0.094 0.328-0.328v-2.812c0.297 0.406 0.766 0.656 1.469 0.656h2.984c1.109 0 1.859-0.75 1.859-1.844zM24 5.625v16.75c0 2-1.625 3.625-3.625 3.625h-16.75c-2 0-3.625-1.625-3.625-3.625v-16.75c0-2 1.625-3.625 3.625-3.625h16.75c2 0 3.625 1.625 3.625 3.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-buysellads\" viewBox=\"0 0 24 28\">\n<title>buysellads</title>\n<path d=\"M14.297 16.969h-4.594l2.297-8.609zM15.641 22h4.859l-5.063-16h-6.875l-5.063 16h4.859l5.984-4.906zM24 6.5v15c0 2.469-2.031 4.5-4.5 4.5h-15c-2.469 0-4.5-2.031-4.5-4.5v-15c0-2.469 2.031-4.5 4.5-4.5h15c2.469 0 4.5 2.031 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-connectdevelop\" viewBox=\"0 0 32 28\">\n<title>connectdevelop</title>\n<path d=\"M32 13.984c0 0.438-0.313 0.797-0.719 0.875l-3.203 5.563c0.031 0.094 0.047 0.187 0.047 0.281 0 0.422-0.297 0.781-0.703 0.859l-3.016 5.266c0.031 0.078 0.047 0.156 0.047 0.25 0 0.484-0.391 0.891-0.891 0.891-0.25 0-0.484-0.109-0.641-0.281h-6.25c-0.156 0.187-0.406 0.313-0.672 0.313s-0.516-0.125-0.672-0.313h-6.234c-0.156 0.187-0.391 0.313-0.672 0.313-0.484 0-0.891-0.391-0.891-0.891 0-0.109 0.031-0.219 0.063-0.313l-3.016-5.234c-0.406-0.078-0.703-0.438-0.703-0.859 0-0.109 0.016-0.187 0.047-0.281l-3.219-5.563c-0.406-0.094-0.703-0.453-0.703-0.875 0-0.438 0.313-0.797 0.734-0.875l3.109-5.375c0-0.031-0.016-0.063-0.016-0.094 0-0.359 0.219-0.656 0.531-0.797l3.266-5.672c-0.031-0.078-0.063-0.187-0.063-0.281 0-0.5 0.406-0.891 0.891-0.891 0.281 0 0.516 0.125 0.688 0.328h6.188c0.156-0.203 0.391-0.328 0.672-0.328s0.516 0.125 0.672 0.328h6.219c0.172-0.203 0.406-0.328 0.688-0.328 0.484 0 0.891 0.391 0.891 0.891 0 0.094-0.031 0.187-0.063 0.281l3.234 5.594c0.469 0.016 0.859 0.406 0.859 0.875 0 0.156-0.047 0.297-0.109 0.422l2.922 5.063c0.391 0.078 0.688 0.438 0.688 0.859zM16.609 26.469h6.078l-5.344-5.531h-2.234l-5.344 5.531h5.625c0.156-0.141 0.375-0.25 0.609-0.25s0.453 0.109 0.609 0.25zM1.75 13.781c0.016 0.063 0.016 0.125 0.016 0.203s0 0.156-0.031 0.234l3.25 5.625c0.078 0.016 0.156 0.063 0.234 0.094l2.938-3.109v-5.422l-2.922-3.031c-0.141 0.094-0.297 0.141-0.453 0.156zM15.406 1.531h-6.062l2.969 3.125 8.656-3.125h-4.375c-0.156 0.156-0.359 0.25-0.594 0.25s-0.438-0.094-0.594-0.25zM26.391 20.469c0.016-0.063 0.047-0.125 0.078-0.172l-1-1.062-0.266 1.234h1.188zM24.734 20.469l0.344-1.641-3.938-4.156-4.625 4.797 0.984 1h7.234zM23.359 26.219l0.25-0.438 1.016-4.844h-6.672l5.203 5.359c0.063-0.031 0.125-0.063 0.203-0.078zM9.031 26.469h0.078l5.344-5.531h-5.828v5.234l0.063 0.094c0.141 0.047 0.25 0.109 0.344 0.203zM8.625 20.469h6.281l1-1.031-4.828-5.016-2.453 2.594v3.453zM5.609 20.469h2.547v-2.953l-2.625 2.766c0.031 0.063 0.063 0.125 0.078 0.187zM5.594 7.578c0 0.016 0.016 0.047 0.016 0.063 0 0.172-0.047 0.328-0.125 0.453l2.672 2.766v-4.203zM8.625 6.484v4.859l2.391 2.453 4.641-4.906-3.484-3.687zM8.687 1.734l-0.063 0.125v4.125l3.203-1.156-2.984-3.141c-0.047 0.016-0.094 0.031-0.156 0.047zM22.609 1.531h-0.25l-9.703 3.5 3.328 3.516zM15.984 9.219l-4.641 4.922 4.859 4.984 4.625-4.797zM10.75 14.094l-2.125-2.203v4.438zM16.219 19.781l-0.656 0.688h1.328zM21.469 14.344l3.719 3.922 2.063-9.75-0.047-0.078-0.016-0.016zM26.844 8.094c-0.078-0.125-0.125-0.281-0.125-0.453v-0.031l-3.375-5.875c-0.078-0.016-0.141-0.047-0.203-0.078l-6.828 7.234 4.844 5.109zM8.156 6.156v-3.484l-2.547 4.406zM8.156 20.937h-2.547l2.547 4.422v-4.422zM25.109 20.937l-0.75 3.547 2.031-3.547h-1.281zM27.016 19.844l3.234-5.641c-0.016-0.078-0.031-0.141-0.031-0.219 0-0.094 0.031-0.172 0.047-0.25l-2.672-4.625-2.016 9.562 1.203 1.281c0.078-0.047 0.156-0.078 0.234-0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashcube\" viewBox=\"0 0 22 28\">\n<title>dashcube</title>\n<path d=\"M0 10.625c0-2.703 2.156-5.031 4.906-5.031h11.594l5.5-5.594v22.969c0 2.719-2.156 5.031-4.906 5.031h-12.187c-2.75 0-4.906-2.312-4.906-5.031v-12.344zM19.25 22.406l-2.75-2.812v-6.641c0-0.953-0.766-1.75-1.719-1.75h-7.562c-0.953 0-1.719 0.797-1.719 1.75v7.688c0 0.953 0.766 1.766 1.719 1.766h12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forumbee\" viewBox=\"0 0 24 28\">\n<title>forumbee</title>\n<path d=\"M14.594 2.344c-6.609 2.516-11.813 7.797-14.281 14.422-0.203-0.906-0.313-1.828-0.313-2.75 0-6.609 5.344-11.969 11.953-11.969 0.891 0 1.781 0.109 2.641 0.297zM18.797 4.203c0.969 0.672 1.828 1.484 2.562 2.422-8.094 2.359-14.422 8.719-16.734 16.828-0.922-0.719-1.75-1.563-2.422-2.531 2.328-8.031 8.578-14.344 16.594-16.719zM7.344 25.047c2.406-7.422 8.219-13.266 15.609-15.719 0.422 0.969 0.703 2 0.844 3.047-6.094 2.5-10.938 7.375-13.422 13.484-1.047-0.141-2.063-0.406-3.031-0.812zM24 25.953c-1.937-0.5-3.859-1.094-5.734-1.797-1.375 0.859-2.922 1.437-4.531 1.672 2.281-4.266 5.797-7.797 10.047-10.094-0.219 1.563-0.766 3.094-1.578 4.438 0.703 1.891 1.297 3.828 1.797 5.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leanpub\" viewBox=\"0 0 32 28\">\n<title>leanpub</title>\n<path d=\"M29.578 6.125l2.422 19.875c-1.453 0-2.703-0.297-4.016-0.891-1.953-0.891-3.984-1.422-6.141-1.422-2.219 0-4.266 0.734-5.844 2.312-1.578-1.578-3.625-2.312-5.844-2.312-2.156 0-4.188 0.531-6.141 1.422-1.266 0.562-2.547 0.891-3.938 0.891h-0.078l2.422-19.875c2.234-1.266 4.953-1.984 7.531-1.984 2.109 0 4.281 0.438 6.047 1.656 1.766-1.219 3.938-1.656 6.047-1.656 2.578 0 5.297 0.719 7.531 1.984zM21.844 21.547c2.969 0 5 0.797 7.688 1.906l-1.937-15.953c-1.75-0.797-3.828-1.219-5.75-1.219-2.188 0-4.234 0.688-5.844 2.203-1.609-1.516-3.656-2.203-5.844-2.203-1.922 0-4 0.422-5.75 1.219l-1.937 15.953c2.688-1.109 4.719-1.906 7.688-1.906 2.141 0 4.031 0.547 5.844 1.687 1.813-1.141 3.703-1.687 5.844-1.687zM22.469 21.016l-0.859-14.172c-2.25 0.047-4.031 0.812-5.609 2.422-1.641-1.672-3.5-2.422-5.844-2.422-1.75 0-3.625 0.359-5.25 1.031l-1.781 14.703c2.359-0.969 4.438-1.578 7.031-1.578 2.063 0 4.078 0.5 5.844 1.594 1.766-1.094 3.781-1.641 5.844-1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sellsy\" viewBox=\"0 0 32 28\">\n<title>sellsy</title>\n<path d=\"M23.438 21.422v-11.453c0-0.438-0.359-0.797-0.781-0.797h-1.453c-0.422 0-0.781 0.359-0.781 0.797v11.453c0 0.422 0.359 0.781 0.781 0.781h1.453c0.422 0 0.781-0.359 0.781-0.781zM19 21.422v-8.297c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v8.297c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM14.438 21.422v-6.703c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v6.703c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM9.875 21.422v-5.656c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v5.656c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM32 19.141c0 3.469-2.828 6.281-6.281 6.281h-19.437c-3.453 0-6.281-2.812-6.281-6.281 0-2.422 1.422-4.641 3.609-5.672-0.109-0.375-0.156-0.766-0.156-1.141 0-2.359 1.922-4.281 4.281-4.281 1.031 0 2.031 0.375 2.812 1.047 0.938-3.813 4.375-6.516 8.313-6.516 4.719 0 8.563 3.844 8.563 8.563 0 0.641-0.063 1.281-0.219 1.906 2.812 0.688 4.797 3.219 4.797 6.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shirtsinbulk\" viewBox=\"0 0 24 28\">\n<title>shirtsinbulk</title>\n<path d=\"M0 0h24v21.75l-12.125 5.281-11.875-5.281v-21.75zM22.437 20.734v-14.469h-20.875v14.469l10.328 4.594zM22.437 4.703v-3.141h-20.875v3.141h20.875zM2.828 9.359v1.797h-0.578v-1.797h0.578zM2.828 11.672v1.797h-0.578v-1.797h0.578zM2.828 13.984v1.797h-0.578v-1.797h0.578zM2.828 16.297v1.797h-0.578v-1.797h0.578zM2.828 18.609v1.797h-0.578v-1.797h0.578zM3.234 20.844l0.234-0.531 1.641 0.734-0.234 0.516zM5.359 21.781l0.234-0.531 1.641 0.719-0.234 0.531zM7.469 22.719l0.234-0.531 1.641 0.719-0.234 0.531zM9.594 23.641l0.234-0.516 1.625 0.719-0.234 0.531zM12.453 23.844l1.641-0.719 0.234 0.516-1.641 0.734zM14.562 22.906l1.641-0.719 0.234 0.531-1.641 0.719zM16.688 21.969l1.641-0.719 0.234 0.531-1.641 0.719zM18.797 21.047l1.641-0.734 0.234 0.531-1.641 0.719zM4.047 2.297v0.562h-1.781v-0.562h1.781zM6.578 2.297v0.562h-1.797v-0.562h1.797zM9.109 2.297v0.562h-1.797v-0.562h1.797zM11.625 2.297v0.562h-1.781v-0.562h1.781zM14.156 2.297v0.562h-1.781v-0.562h1.781zM16.688 2.297v0.562h-1.797v-0.562h1.797zM19.219 2.297v0.562h-1.797v-0.562h1.797zM21.734 2.297v0.562h-1.781v-0.562h1.781zM2.828 7.609v1.234h-0.578v-1.797h1.797v0.562h-1.219zM6.578 7.047v0.562h-1.797v-0.562h1.797zM9.109 7.047v0.562h-1.797v-0.562h1.797zM11.625 7.047v0.562h-1.781v-0.562h1.781zM14.156 7.047v0.562h-1.781v-0.562h1.781zM16.688 7.047v0.562h-1.797v-0.562h1.797zM19.219 7.047v0.562h-1.797v-0.562h1.797zM21.172 8.844v-1.234h-1.219v-0.562h1.797v1.797h-0.578zM21.172 11.156v-1.797h0.578v1.797h-0.578zM21.172 13.469v-1.797h0.578v1.797h-0.578zM21.172 15.781v-1.797h0.578v1.797h-0.578zM21.172 18.094v-1.797h0.578v1.797h-0.578zM21.172 20.406v-1.797h0.578v1.797h-0.578zM11.875 19.859c-2.688 0-4.891-2.188-4.891-4.891 0-2.688 2.203-4.891 4.891-4.891 2.703 0 4.891 2.203 4.891 4.891 0 2.703-2.188 4.891-4.891 4.891zM9.297 13.906c0 2.375 4.156 0.641 4.156 2.031 0 0.703-1.281 0.766-1.75 0.766-0.656 0-1.594-0.141-1.922-0.797h-0.047l-0.484 0.984c0.797 0.5 1.563 0.656 2.531 0.656 1.047 0 2.734-0.313 2.734-1.672 0-2.578-4.203-0.875-4.203-2.031 0-0.703 1.109-0.797 1.594-0.797 0.578 0 1.563 0.172 1.906 0.703h0.047l0.469-0.906c-0.812-0.328-1.469-0.641-2.375-0.641-1.078 0-2.656 0.344-2.656 1.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-simplybuilt\" viewBox=\"0 0 32 28\">\n<title>simplybuilt</title>\n<path d=\"M13.484 16.125c0-2.344-1.891-4.234-4.234-4.234-2.328 0-4.219 1.891-4.219 4.234 0 2.328 1.891 4.219 4.219 4.219 2.344 0 4.234-1.891 4.234-4.219zM26.969 16.109c0-2.328-1.891-4.219-4.219-4.219-2.344 0-4.234 1.891-4.234 4.219 0 2.344 1.891 4.234 4.234 4.234 2.328 0 4.219-1.891 4.219-4.234zM32 3.469v21.063c0 0.922-0.75 1.672-1.687 1.672h-28.625c-0.938 0-1.687-0.75-1.687-1.672v-21.063c0-0.922 0.75-1.672 1.687-1.672h6.734c0.922 0 1.687 0.75 1.687 1.672v2.516h11.781v-2.516c0-0.922 0.766-1.672 1.687-1.672h6.734c0.938 0 1.687 0.75 1.687 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skyatlas\" viewBox=\"0 0 32 28\">\n<title>skyatlas</title>\n<path d=\"M22.344 9.109c0 0-0.016-0.016 0 0v0zM26.406 12.297c3.031 0 5.594 2.266 5.594 5.359 0 3.297-2.625 5.719-5.875 5.719-8.297 0-9.828-12.484-17.984-12.484-3.156 0-5.453 2.016-5.453 5.25 0 3.344 2.5 5.359 5.734 5.359 2.125 0 4.547-0.891 6.266-2.125 0.281-0.203 0.844-0.812 1.141-0.812s0.547 0.25 0.547 0.547c0 0.391-0.656 0.953-0.938 1.203-2.047 1.781-5.016 3.063-7.734 3.063-4.172 0-7.703-2.953-7.703-7.25s3.375-7.453 7.641-7.453c9.266 0 11.125 12.297 18.094 12.297 2.094 0 3.672-1.359 3.672-3.5 0-1.984-1.531-3.484-3.5-3.484-0.875 0-1.75 0.578-2.344 0.578-0.422 0-0.797-0.359-0.797-0.781 0-0.578 0.266-1.188 0.266-1.813 0-3.328-2.547-5.734-5.844-5.734-2.656 0-4 1.844-4.438 1.844-0.313 0-0.562-0.25-0.562-0.562 0-0.281 0.203-0.516 0.391-0.719 1.266-1.437 3.234-2.188 5.141-2.188 3.969 0 6.953 2.922 6.953 6.891 0 0.344-0.016 0.688-0.063 1.031 0.594-0.156 1.203-0.234 1.797-0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-plus\" viewBox=\"0 0 26 28\">\n<title>cart-plus</title>\n<path d=\"M19 11c0-0.547-0.453-1-1-1h-2v-2c0-0.547-0.453-1-1-1s-1 0.453-1 1v2h-2c-0.547 0-1 0.453-1 1s0.453 1 1 1h2v2c0 0.547 0.453 1 1 1s1-0.453 1-1v-2h2c0.547 0 1-0.453 1-1zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-arrow-down\" viewBox=\"0 0 26 28\">\n<title>cart-arrow-down</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-0.266 0-0.516 0.109-0.703 0.297l-2.297 2.281v-4.578c0-0.547-0.453-1-1-1s-1 0.453-1 1v4.578l-2.297-2.281c-0.187-0.187-0.438-0.297-0.703-0.297-0.547 0-1 0.453-1 1 0 0.266 0.109 0.516 0.297 0.703l4 4c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l4-4c0.187-0.187 0.297-0.438 0.297-0.703zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-diamond\" viewBox=\"0 0 32 28\">\n<title>diamond</title>\n<path d=\"M3.313 12l9.734 10.391-4.688-10.391h-5.047zM16 24.063l5.453-12.063h-10.906zM8.406 10l3.187-6h-4.094l-4.5 6h5.406zM18.953 22.391l9.734-10.391h-5.047zM10.672 10h10.656l-3.187-6h-4.281zM23.594 10h5.406l-4.5-6h-4.094zM25.797 2.406l6 8c0.297 0.375 0.266 0.922-0.063 1.281l-15 16c-0.187 0.203-0.453 0.313-0.734 0.313s-0.547-0.109-0.734-0.313l-15-16c-0.328-0.359-0.359-0.906-0.063-1.281l6-8c0.187-0.266 0.484-0.406 0.797-0.406h18c0.313 0 0.609 0.141 0.797 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ship\" viewBox=\"0 0 32 28\">\n<title>ship</title>\n<path d=\"M28.297 24.297c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297zM3.703 23.703c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1-1v-4.578l-3.281-4.906c-0.359-0.547-0.109-1.297 0.516-1.516l2.766-0.906v-4.672h2v-2h4v-2h4v2h4v2h2v4.672l2.766 0.906c0.625 0.219 0.875 0.969 0.516 1.516l-3.281 4.906v4.578l0.297-0.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297zM10 6v2l6-2 6 2v-2h-2v-2h-8v2h-2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-secret\" viewBox=\"0 0 22 28\">\n<title>user-secret</title>\n<path d=\"M9 24l1.5-7-1.5-2-2-1zM13 24l2-10-2 1-1.5 2zM15.5 8.219c-0.016-0.031-0.031-0.063-0.063-0.094-0.141-0.109-1.266-0.125-1.5-0.125-0.891 0-1.734 0.125-2.609 0.297-0.109 0.031-0.219 0.031-0.328 0.031s-0.219 0-0.328-0.031c-0.875-0.172-1.719-0.297-2.609-0.297-0.234 0-1.359 0.016-1.5 0.125-0.031 0.031-0.047 0.063-0.063 0.094 0.016 0.141 0.031 0.281 0.063 0.422 0.094 0.125 0.172 0.078 0.234 0.266 0.406 1.109 0.594 1.969 2 1.969 2.016 0 1.453-1.859 2.109-1.859h0.187c0.656 0 0.094 1.859 2.109 1.859 1.406 0 1.594-0.859 2-1.969 0.063-0.187 0.141-0.141 0.234-0.266 0.031-0.141 0.047-0.281 0.063-0.422zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-2.828 0.5-7.109 3.406-8.516l-1.406-3.437h3.344c-0.219-0.641-0.344-1.313-0.344-2 0-0.172 0.016-0.344 0.031-0.5-0.609-0.125-3.031-0.625-3.031-1.5 0-0.922 2.656-1.422 3.281-1.547 0.328-1.172 1.109-2.953 1.906-3.875 0.313-0.359 0.703-0.578 1.188-0.578 0.938 0 1.687 0.969 2.625 0.969s1.687-0.969 2.625-0.969c0.484 0 0.875 0.219 1.188 0.578 0.797 0.922 1.578 2.703 1.906 3.875 0.625 0.125 3.281 0.625 3.281 1.547 0 0.875-2.422 1.375-3.031 1.5 0.078 0.844-0.031 1.687-0.313 2.5h3.344l-1.281 3.516c2.797 1.453 3.281 5.656 3.281 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-motorcycle\" viewBox=\"0 0 36 28\">\n<title>motorcycle</title>\n<path d=\"M35.953 16.188c0.5 4.391-3.078 8.078-7.438 7.797-3.344-0.219-6.125-2.891-6.469-6.234-0.25-2.375 0.688-4.516 2.281-5.953l-1.109-1.672c-1.969 1.641-3.219 4.094-3.219 6.844 0 0.562-0.438 1.031-1 1.031h-5.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c0.828 0 1.625 0.156 2.375 0.422l0.375-0.703c-1.203-1.078-2.781-1.719-4.75-1.719h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h2c3.5 0 5.281 1.437 6 2h9.797l-1.328-2h-3.469c-0.609 0-1.094-0.547-0.984-1.172 0.078-0.484 0.547-0.828 1.031-0.828h3.953c0.328 0 0.641 0.172 0.828 0.438l1.094 1.641 1.781-1.781c0.187-0.187 0.453-0.297 0.719-0.297h1.578c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-2.797l1.797 2.688c1.266-0.609 2.734-0.859 4.297-0.562 2.984 0.547 5.313 3.047 5.656 6.062zM7 22c2.422 0 4.438-1.719 4.906-4h-4.906c-0.344 0-0.672-0.187-0.859-0.484-0.172-0.297-0.187-0.672-0.016-0.984l2.297-4.328c-0.453-0.125-0.922-0.203-1.422-0.203-2.75 0-5 2.25-5 5s2.25 5 5 5zM29 22c2.75 0 5-2.25 5-5s-2.25-5-5-5c-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-street-view\" viewBox=\"0 0 22 28\">\n<title>street-view</title>\n<path d=\"M22 24c0 2.75-5.703 4-11 4s-11-1.25-11-4c0-2.125 3.172-3.125 5.828-3.578 0.547-0.094 1.062 0.266 1.156 0.812s-0.266 1.062-0.812 1.156c-3.219 0.562-4.125 1.437-4.172 1.625 0.156 0.531 3.156 1.984 9 1.984s8.844-1.453 9-2.016c-0.047-0.156-0.953-1.031-4.172-1.594-0.547-0.094-0.906-0.609-0.812-1.156s0.609-0.906 1.156-0.812c2.656 0.453 5.828 1.453 5.828 3.578zM16 10v6c0 0.547-0.453 1-1 1h-1v6c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-6h-1c-0.547 0-1-0.453-1-1v-6c0-1.109 0.891-2 2-2h6c1.109 0 2 0.891 2 2zM14.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heartbeat\" viewBox=\"0 0 28 28\">\n<title>heartbeat</title>\n<path d=\"M20 16h4.766c-0.187 0.203-0.313 0.313-0.344 0.344l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.031-0.016-0.156-0.125-0.328-0.313h5.766c0.453 0 0.859-0.313 0.969-0.75l1.094-4.391 2.969 10.422c0.125 0.422 0.516 0.719 0.969 0.719v0c0.438 0 0.828-0.297 0.953-0.719l2.281-7.578 0.875 1.75c0.172 0.328 0.516 0.547 0.891 0.547zM28 9.312c0 1.797-0.781 3.437-1.609 4.688h-5.766l-1.734-3.453c-0.172-0.359-0.578-0.578-0.969-0.547-0.422 0.047-0.766 0.313-0.875 0.719l-2.016 6.719-3.063-10.719c-0.125-0.422-0.516-0.719-0.984-0.719-0.453 0-0.844 0.313-0.953 0.75l-1.813 7.25h-6.609c-0.828-1.25-1.609-2.891-1.609-4.688 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus\" viewBox=\"0 0 18 28\">\n<title>venus</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.25 3.719-7.734 7.938-8.203 5.437-0.609 10.031 3.625 10.031 8.937zM2 9c0 3.859 3.141 7 7 7s7-3.141 7-7-3.141-7-7-7-7 3.141-7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars\" viewBox=\"0 0 24 28\">\n<title>mars</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-5.969 5.984c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l5.969-5.969h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mercury\" viewBox=\"0 0 18 28\">\n<title>mercury</title>\n<path d=\"M12.969 4.937c2.969 1.469 5.031 4.531 5.031 8.062 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-3.531 2.063-6.594 5.031-8.062-1.641-0.953-2.922-2.453-3.563-4.266-0.125-0.328 0.125-0.672 0.469-0.672h1.078c0.203 0 0.375 0.125 0.453 0.313 0.906 2.172 3.047 3.687 5.531 3.687s4.625-1.516 5.531-3.687c0.078-0.187 0.25-0.313 0.578-0.313h0.953c0.344 0 0.594 0.344 0.469 0.672-0.641 1.813-1.922 3.313-3.563 4.266zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-intersex\" viewBox=\"0 0 22 28\">\n<title>intersex</title>\n<path d=\"M16 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.719-0.516-8.359-4.719-7.969-9.656 0.328-4.25 3.703-7.734 7.922-8.219 2.531-0.297 4.875 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-transgender-alt\" viewBox=\"0 0 26 28\">\n<title>transgender-alt</title>\n<path d=\"M20 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-2.125 0.75-4.078 1.969-5.609l-0.812-0.828-1.578 1.734c-0.187 0.203-0.5 0.219-0.703 0.047l-0.75-0.688c-0.203-0.172-0.219-0.5-0.031-0.703l1.641-1.797-1.734-1.75v2.094c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.5c0-0.547 0.453-1 1-1h4.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.078l1.656 1.672 1.344-1.469c0.187-0.203 0.5-0.219 0.703-0.047l0.75 0.688c0.203 0.172 0.219 0.5 0.031 0.703l-1.406 1.547 0.891 0.875c1.531-1.219 3.484-1.969 5.609-1.969s4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM13 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-double\" viewBox=\"0 0 28 28\">\n<title>venus-double</title>\n<path d=\"M27.969 8.266c0.391 4.953-3.234 9.156-7.969 9.672v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-8v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.297 3.797-7.812 8.078-8.219 2.188-0.219 4.234 0.359 5.891 1.469 1.656-1.109 3.703-1.687 5.891-1.469 4.281 0.406 7.734 3.922 8.078 8.219zM14 13.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM9 16c1.234 0 2.391-0.328 3.406-0.891-1.5-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1.016-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7s3.141 7 7 7zM18 22v-4.062c-1.469-0.156-2.828-0.688-4-1.469-1.172 0.781-2.531 1.313-4 1.469v4.062h8zM19 16c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.391 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.906 4.5-2.406 6.109c1.016 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-double\" viewBox=\"0 0 30 28\">\n<title>mars-double</title>\n<path d=\"M24 6.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.797-3.75 6.781-7.562 7.313-4.469 0.625-8.422-2.047-9.781-5.938-4.937-0.25-8.828-4.5-8.5-9.578 0.281-4.281 3.672-7.844 7.938-8.328 2.516-0.297 4.859 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c0.625 0.781 1.109 1.672 1.453 2.641 1.937 0.094 3.703 0.812 5.125 1.937l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM16 13c0-0.313-0.031-0.609-0.063-0.906-3.359 0.516-5.938 3.406-5.938 6.906 0 0.313 0.031 0.609 0.063 0.906 3.359-0.516 5.938-3.406 5.938-6.906zM2 13c0 3.531 2.641 6.453 6.047 6.922-0.031-0.297-0.047-0.609-0.047-0.922 0-4.406 3.187-8.078 7.391-8.844-1.094-2.453-3.547-4.156-6.391-4.156-3.859 0-7 3.141-7 7zM17 26c3.859 0 7-3.141 7-7 0-3.531-2.641-6.453-6.047-6.922 0.031 0.297 0.047 0.609 0.047 0.922 0 4.406-3.187 8.078-7.391 8.844 1.094 2.453 3.547 4.156 6.391 4.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-mars\" viewBox=\"0 0 31 28\">\n<title>venus-mars</title>\n<path d=\"M26 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.75-3.703 6.734-7.469 7.297-2.375 0.359-4.609-0.219-6.391-1.406-1.172 0.781-2.531 1.297-4 1.453v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.906-0.547-8.641-5.047-7.906-10.219 0.531-3.891 3.625-7.016 7.5-7.609 2.391-0.359 4.625 0.219 6.406 1.406 1.437-0.953 3.156-1.516 5-1.516 2.125 0 4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM14 17.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM2 13c0 3.859 3.141 7 7 7 1.234 0 2.406-0.328 3.406-0.891-1.484-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7zM19 20c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.406 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.922 4.5-2.406 6.109c1 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke\" viewBox=\"0 0 24 28\">\n<title>mars-stroke</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-3.328 3.344 2.188 2.188c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.188-2.203-1.219 1.234c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l1.219-1.219-2.688-2.688c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.688 2.688 3.328-3.328h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-v\" viewBox=\"0 0 18 28\">\n<title>mars-stroke-v</title>\n<path d=\"M10 10.063c4.5 0.5 8 4.312 8 8.937 0 5.313-4.594 9.547-10.031 8.937-4.219-0.469-7.594-3.953-7.938-8.203-0.391-4.953 3.234-9.156 7.969-9.672v-2.063h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.5v-2.578l-1.437 1.437c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l3.156-3.141c0.391-0.391 1.016-0.391 1.406 0l3.156 3.141c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-1.437-1.437v2.578h2.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.5v2.063zM9 26c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-h\" viewBox=\"0 0 30 28\">\n<title>mars-stroke-h</title>\n<path d=\"M29.703 14.297c0.391 0.391 0.391 1.016 0 1.406l-4.594 4.594c-0.187 0.203-0.516 0.203-0.703 0l-0.703-0.703c-0.203-0.187-0.203-0.516 0-0.703l2.891-2.891h-4.594v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-2.063c-0.5 4.5-4.312 8-8.937 8-5.313 0-9.547-4.594-8.937-10.031 0.469-4.219 3.953-7.594 8.203-7.938 4.953-0.391 9.156 3.234 9.672 7.969h2.063v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5h4.594l-2.891-2.891c-0.203-0.187-0.203-0.516 0-0.703l0.703-0.703c0.187-0.203 0.516-0.203 0.703 0zM9 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-neuter\" viewBox=\"0 0 18 28\">\n<title>neuter</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v9.562c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9.562c-4.5-0.5-8-4.312-8-8.937 0-4.969 4.031-9 9-9s9 4.031 9 9zM9 16c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-genderless\" viewBox=\"0 0 18 28\">\n<title>genderless</title>\n<path d=\"M16 15c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM18 15c0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9 9 4.031 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-official\" viewBox=\"0 0 24 28\">\n<title>facebook-official</title>\n<path d=\"M22.672 2c0.734 0 1.328 0.594 1.328 1.328v21.344c0 0.734-0.594 1.328-1.328 1.328h-6.109v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-11.484c-0.734 0-1.328-0.594-1.328-1.328v-21.344c0-0.734 0.594-1.328 1.328-1.328h21.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-p\" viewBox=\"0 0 20 28\">\n<title>pinterest-p</title>\n<path d=\"M0 9.328c0-5.766 5.281-9.328 10.625-9.328 4.906 0 9.375 3.375 9.375 8.547 0 4.859-2.484 10.25-8.016 10.25-1.313 0-2.969-0.656-3.609-1.875-1.188 4.703-1.094 5.406-3.719 9l-0.219 0.078-0.141-0.156c-0.094-0.984-0.234-1.953-0.234-2.938 0-3.187 1.469-7.797 2.188-10.891-0.391-0.797-0.5-1.766-0.5-2.641 0-1.578 1.094-3.578 2.875-3.578 1.313 0 2.016 1 2.016 2.234 0 2.031-1.375 3.938-1.375 5.906 0 1.344 1.109 2.281 2.406 2.281 3.594 0 4.703-5.187 4.703-7.953 0-3.703-2.625-5.719-6.172-5.719-4.125 0-7.313 2.969-7.313 7.156 0 2.016 1.234 3.047 1.234 3.531 0 0.406-0.297 1.844-0.812 1.844-0.078 0-0.187-0.031-0.266-0.047-2.234-0.672-3.047-3.656-3.047-5.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-whatsapp\" viewBox=\"0 0 24 28\">\n<title>whatsapp</title>\n<path d=\"M15.391 15.219c0.266 0 2.812 1.328 2.922 1.516 0.031 0.078 0.031 0.172 0.031 0.234 0 0.391-0.125 0.828-0.266 1.188-0.359 0.875-1.813 1.437-2.703 1.437-0.75 0-2.297-0.656-2.969-0.969-2.234-1.016-3.625-2.75-4.969-4.734-0.594-0.875-1.125-1.953-1.109-3.031v-0.125c0.031-1.031 0.406-1.766 1.156-2.469 0.234-0.219 0.484-0.344 0.812-0.344 0.187 0 0.375 0.047 0.578 0.047 0.422 0 0.5 0.125 0.656 0.531 0.109 0.266 0.906 2.391 0.906 2.547 0 0.594-1.078 1.266-1.078 1.625 0 0.078 0.031 0.156 0.078 0.234 0.344 0.734 1 1.578 1.594 2.141 0.719 0.688 1.484 1.141 2.359 1.578 0.109 0.063 0.219 0.109 0.344 0.109 0.469 0 1.25-1.516 1.656-1.516zM12.219 23.5c5.406 0 9.812-4.406 9.812-9.812s-4.406-9.812-9.812-9.812-9.812 4.406-9.812 9.812c0 2.063 0.656 4.078 1.875 5.75l-1.234 3.641 3.781-1.203c1.594 1.047 3.484 1.625 5.391 1.625zM12.219 1.906c6.5 0 11.781 5.281 11.781 11.781s-5.281 11.781-11.781 11.781c-1.984 0-3.953-0.5-5.703-1.469l-6.516 2.094 2.125-6.328c-1.109-1.828-1.687-3.938-1.687-6.078 0-6.5 5.281-11.781 11.781-11.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-server\" viewBox=\"0 0 28 28\">\n<title>server</title>\n<path d=\"M2 22h16v-2h-16v2zM2 14h16v-2h-16v2zM26.5 21c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM2 6h16v-2h-16v2zM26.5 13c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM28 18v6h-28v-6h28zM28 10v6h-28v-6h28zM28 2v6h-28v-6h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-plus\" viewBox=\"0 0 32 28\">\n<title>user-plus</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM26 16h5.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v5.5c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-5.5h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-5.5c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5v5.5zM14.5 19.5c0 1.094 0.906 2 2 2h4v3.719c-0.766 0.562-1.734 0.781-2.672 0.781h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.531 1.172 3.016 1.906 4.984 1.906s3.453-0.734 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 1.328 0 2.5 0.5 3.391 1.5h-3.484c-1.094 0-2 0.906-2 2v3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-times\" viewBox=\"0 0 32 28\">\n<title>user-times</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM27.828 19l3.891 3.891c0.094 0.094 0.141 0.219 0.141 0.359 0 0.125-0.047 0.25-0.141 0.344l-2.125 2.125c-0.094 0.094-0.219 0.141-0.344 0.141-0.141 0-0.266-0.047-0.359-0.141l-3.891-3.891-3.891 3.891c-0.094 0.094-0.219 0.141-0.359 0.141-0.125 0-0.25-0.047-0.344-0.141l-2.125-2.125c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l3.891-3.891-3.891-3.891c-0.094-0.094-0.141-0.219-0.141-0.359 0-0.125 0.047-0.25 0.141-0.344l2.125-2.125c0.094-0.094 0.219-0.141 0.344-0.141 0.141 0 0.266 0.047 0.359 0.141l3.891 3.891 3.891-3.891c0.094-0.094 0.219-0.141 0.359-0.141 0.125 0 0.25 0.047 0.344 0.141l2.125 2.125c0.094 0.094 0.141 0.219 0.141 0.344 0 0.141-0.047 0.266-0.141 0.359zM20.047 19l-2.828 2.828c-0.375 0.375-0.578 0.891-0.578 1.422 0 0.516 0.203 1.031 0.578 1.406l1.297 1.297c-0.219 0.031-0.453 0.047-0.688 0.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.5 1.188 3.031 1.906 4.984 1.906s3.484-0.719 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 0.297 0 0.594 0.031 0.891 0.094-0.516 0.5-0.844 0.906-0.844 1.656 0 0.531 0.203 1.047 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bed\" viewBox=\"0 0 32 28\">\n<title>bed</title>\n<path d=\"M4 16h27c0.547 0 1 0.453 1 1v7h-4v-4h-24v4h-4v-19c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v11zM13 11c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM32 15v-1c0-3.313-2.688-6-6-6h-11c-0.547 0-1 0.453-1 1v6h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viacoin\" viewBox=\"0 0 24 28\">\n<title>viacoin</title>\n<path d=\"M24 0l-3 7h3v3h-4.281l-0.859 2h5.141v3h-6.422l-5.578 13-5.578-13h-6.422v-3h5.141l-0.859-2h-4.281v-3h3l-3-7h4l5.047 12h5.906l5.047-12h4zM12 19l1.687-4h-3.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-train\" viewBox=\"0 0 24 28\">\n<title>train</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM12 21c1.656 0 3-1.344 3-3s-1.344-3-3-3-3 1.344-3 3 1.344 3 3 3zM21 12v-8h-18v8h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subway\" viewBox=\"0 0 24 28\">\n<title>subway</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM4.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM11 12v-8h-8.5v8h8.5zM19.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM22 12v-8h-9v8h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medium\" viewBox=\"0 0 28 28\">\n<title>medium</title>\n<path d=\"M9.328 6.578v18.328c0 0.484-0.234 0.938-0.766 0.938-0.187 0-0.359-0.047-0.516-0.125l-7.266-3.641c-0.438-0.219-0.781-0.781-0.781-1.25v-17.813c0-0.391 0.187-0.75 0.609-0.75 0.25 0 0.469 0.125 0.688 0.234l7.984 4c0.016 0.016 0.047 0.063 0.047 0.078zM10.328 8.156l8.344 13.531-8.344-4.156v-9.375zM28 8.437v16.469c0 0.516-0.297 0.875-0.812 0.875-0.266 0-0.516-0.078-0.734-0.203l-6.891-3.437zM27.953 6.563c0 0.063-8.078 13.172-8.703 14.172l-6.094-9.906 5.063-8.234c0.172-0.281 0.484-0.438 0.812-0.438 0.141 0 0.281 0.031 0.406 0.094l8.453 4.219c0.031 0.016 0.063 0.047 0.063 0.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-y-combinator\" viewBox=\"0 0 24 28\">\n<title>y-combinator</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 2v24h-24v-24h24z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-optin-monster\" viewBox=\"0 0 36 28\">\n<title>optin-monster</title>\n<path d=\"M7.469 26.172c-0.156 0.328-0.609 0.781-1 0.938-0.547 0.187-1.219-0.172-1.25-0.547-0.031-0.484 1.172-1.359 1.687-1.453 0.5-0.094 0.734 0.656 0.562 1.062zM28.422 26.172c0.141 0.328 0.594 0.781 1 0.938 0.531 0.187 1.219-0.172 1.234-0.547 0.047-0.484-1.172-1.359-1.687-1.453-0.484-0.094-0.719 0.656-0.547 1.062zM29.172 24.469c0.281 0.562 1.391 1.391 2.094 1.578 0.953 0.266 1.859-0.187 1.859-0.859 0-1.031-1.953-2.406-2.859-2.5-0.859-0.109-1.422 1.109-1.094 1.781zM6.687 24.469c-0.281 0.562-1.375 1.391-2.078 1.578-0.953 0.266-1.859-0.187-1.859-0.859 0-1.031 1.953-2.406 2.859-2.5 0.859-0.109 1.422 1.109 1.078 1.781zM18.094 6.906h0.016c-0.422 0-0.828 0.078-1.188 0.234 0.547 0.172 0.953 0.672 0.953 1.25 0 0.734-0.641 1.328-1.437 1.328-0.531 0-1-0.281-1.25-0.672-0.047 0.219-0.078 0.422-0.078 0.656 0 1.547 1.328 2.797 2.984 2.797s3-1.25 3-2.797-1.344-2.797-3-2.797zM22.844 3.5c-2.063-2.266-4.703-2.766-7.281-1.359 1.453-3.25 7.063-2.812 7.281 1.359zM34.563 22.859c0.078 0.109-0.016 0.391-0.172 0.656 0.063 0.203 0.109 0.406 0.109 0.625 0.047 1.828-2.562 3.703-4.25 3.766-1 0.047-2-0.484-2.469-1.359-6.563 0.234-13.125 0.281-19.672 0-0.484 0.875-1.484 1.391-2.484 1.359-1.672-0.063-4.281-1.937-4.25-3.766 0.016-0.219 0.047-0.422 0.109-0.625-0.156-0.266-0.25-0.547-0.172-0.656 0.063-0.094 0.266-0.094 0.484-0.016 0.187-0.297 0.406-0.547 0.641-0.797-0.063-0.266-0.063-0.5 0.031-0.594 0.109-0.094 0.359-0.063 0.609 0.063 0.266-0.187 0.578-0.375 0.922-0.531 0-0.281 0.078-0.5 0.203-0.578 0.187-0.094 0.516-0.031 0.797 0.25 0.328-0.047 0.656-0.047 0.953 0.031 0.203 0.047 0.406 0.156 0.594 0.297v-1.141c-0.094 0-0.172 0-0.281-0.031-1.016-0.187-2.125-0.891-2.375-2.063-0.094-0.391-0.094-0.812 0-1.266 0.187-0.781 0.859-1.234 1.453-1.484 0.047-0.344 0.469-0.812 0.859-0.922 0.438-0.109 0.719 0.266 0.812 0.594h0.203c0.281 0.031 0.734 0.094 0.938 0.359 0.031 0.031 0.063 0.078 0.078 0.109 0.313-0.031 0.641-0.078 0.953-0.109-0.141-0.109-0.297-0.203-0.469-0.266-0.297-0.516-0.797-0.641-1.422-0.672 0-0.047 0-0.094 0.016-0.156-1.141-0.031-2.547-0.328-3.172-1.031-0.719-0.797-0.844-2.156-0.703-3.187 0.125-1.016 0.547-2.188 1.406-2.797 0.484-0.328 1.25-0.047 1.313 0.562 0.031 0.266 0.078 1.172 0.328 1.313 0.281 0.141 0.734 0.203 1.188 0.187 0.469-0.453 0.969-0.844 1.531-1.156-0.859-0.078-1.672 0.094-2.531 0.219l0.734-0.719c0.719-0.688 1.672-1.281 2.547-1.734 1.359-0.688 2.891-1.203 4.406-1.344-1.078-0.453-2.312-0.688-3.453-0.953 4.422-0.938 10.094-1.281 14.125 2.172 1.047 0.891 1.875 2.094 2.469 3.469 0.641 0.078 1.453 0.094 1.891-0.141h0.016c0.25-0.141 0.297-1.031 0.328-1.313 0.063-0.594 0.828-0.891 1.313-0.547 0.859 0.609 1.281 1.781 1.422 2.781 0.125 1.031 0.016 2.391-0.719 3.187-0.625 0.703-1.984 1.016-3.109 1.047v0.156c-0.641 0.016-1.172 0.141-1.484 0.672-0.172 0.063-0.328 0.156-0.484 0.266 0.328 0.031 0.656 0.078 0.969 0.109 0.016-0.047 0.047-0.094 0.078-0.125 0.219-0.25 0.672-0.328 0.938-0.359h0.203c0.094-0.313 0.391-0.688 0.812-0.594s0.812 0.578 0.859 0.922c0.625 0.25 1.281 0.703 1.453 1.484 0.109 0.469 0.094 0.875 0.016 1.266-0.266 1.172-1.375 1.891-2.391 2.063-0.078 0.016-0.187 0.031-0.266 0.031 0 0.391 0 0.766-0.016 1.141 0.187-0.141 0.375-0.25 0.594-0.297 0.297-0.078 0.625-0.078 0.953-0.031 0.281-0.281 0.625-0.344 0.797-0.25 0.125 0.078 0.219 0.297 0.219 0.578 0.328 0.156 0.656 0.344 0.922 0.531 0.25-0.125 0.484-0.156 0.594-0.063 0.094 0.094 0.109 0.328 0.031 0.594 0.234 0.25 0.469 0.516 0.641 0.797 0.219-0.078 0.406-0.078 0.484 0.016zM30.266 7.984c0 0.359-0.078 0.672-0.141 0.844 1 0.391 1.516 1.281 1.75 2.063 0.063-0.609-0.156-2.281-0.797-2.953-0.422-0.422-0.812-0.297-0.812 0.047zM29.047 9.547v0c0.75 0.906 0.984 2.406 0.734 3.641 0.625-0.125 1.188-0.359 1.516-0.703 0.109-0.125 0.219-0.281 0.281-0.438-0.063-1.234-0.594-2.469-1.719-2.828-0.187 0.187-0.531 0.281-0.812 0.328v0zM28.469 9.609c-0.219 0-0.469 0-0.688-0.016 0.438 1.188 0.719 2.469 0.828 3.734 0.203 0 0.438-0.016 0.672-0.047 0.344-1.406-0.016-2.984-0.812-3.672zM4.031 10.891c0.234-0.781 0.75-1.672 1.75-2.063-0.063-0.172-0.141-0.484-0.141-0.844 0-0.344-0.406-0.469-0.812-0.047-0.656 0.672-0.859 2.344-0.797 2.953zM4.594 12.484c0.328 0.359 0.891 0.578 1.516 0.703-0.25-1.234-0.016-2.734 0.734-3.641v0 0 0c-0.281-0.047-0.625-0.141-0.812-0.328-1.125 0.359-1.641 1.594-1.719 2.828 0.078 0.156 0.172 0.313 0.281 0.438zM7.359 13.328c0.141-1.281 0.531-2.531 1.141-3.672-0.297 0.063-0.578 0.172-0.859 0.281l-0.703 0.297v-0.016c-0.422 0.812-0.578 1.984-0.313 3.063 0.266 0.031 0.5 0.047 0.734 0.047zM22.406 13.937v0c0.203 1.031 0.281 2.063 0.438 3.094 0.063 0.359 0.172 0.438 0.516 0.266 0.922-0.469 1.313-2.266 1.328-3.297-0.75-0.047-1.516-0.047-2.281-0.063zM18 3.922c-2.422 0-4.406 1.969-4.406 4.391 0 2.438 1.984 4.406 4.406 4.406s4.406-1.969 4.406-4.406c0-2.422-1.984-4.391-4.406-4.391zM21.562 13.906c-1.094-0.016-2.203-0.016-3.297 0v-0.016c-0.016 0.297 0.016 2.203 0.25 2.375 0.641 0.313 2.281 0.266 2.953 0.063 0.313-0.094 0.141-2.141 0.094-2.422zM17.375 17.016c0.266-0.141 0.141-2.625 0.078-3.109v-0.016c-1.125 0.016-2.234 0.016-3.344 0.047-0.109 0.531-0.266 2.828 0.109 2.984 0.75 0.328 2.406 0.297 3.156 0.094zM11.219 14.063c-0.313 1.141 0.016 2.609 1.281 3.172 0.313 0.141 0.5 0.141 0.562-0.25 0.109-0.5 0.141-2.125 0.281-3.016v0c-0.703 0.016-1.422 0.047-2.125 0.094zM9.234 16.031c0.031 0.281-0.219 0.453-0.531 0.562 2.531 2.719 5.359 4.953 9.016 6.156 3.906-1.109 6.687-3.469 9.438-6.188-0.281-0.109-0.5-0.297-0.469-0.531 0.016-0.063 0.031-0.094 0.047-0.141v0 0c-0.516-0.047-1.031-0.109-1.531-0.156-0.547 1.906-2.078 3.063-2.703 1.828-0.156-0.297-0.203-0.672-0.266-0.969-0.219 0.484-0.766 0.469-1.422 0.516-0.766 0.063-1.828 0.078-2.547-0.172-0.172 0.75-0.641 0.75-1.547 0.828-0.812 0.078-2.812 0.234-3.172-0.625-0.063 1.656-2.031 0.578-2.609-0.406-0.187-0.328-0.313-0.656-0.406-1.016-0.453 0.047-0.906 0.094-1.359 0.156 0.031 0.047 0.047 0.109 0.063 0.156zM7.922 25.844c0.031-0.141 0.047-0.297 0.047-0.469-0.328-1.344-1.078-2.875-1.937-3.125-1.297-0.391-3.984 1.359-3.828 3.156 0.734 1.125 2.312 2.063 3.422 2.109 1.031 0.047 2.078-0.641 2.297-1.672zM7.969 23.172c0.187 0.516 0.375 1.203 0.422 1.859 1.937-1.125 4-2.063 6.125-2.719-2.234-1.188-3.938-2.766-5.625-4.453-0.125 0.078-0.297 0.141-0.453 0.203-0.016 0.047-0.016 0.094-0.031 0.141 0.266 0.156 0.453 0.344 0.344 0.578-0.125 0.234-0.5 0.438-0.875 0.531-0.125 0.156-0.297 0.281-0.453 0.375h-0.016c-0.016 0.781-0.016 1.563 0.016 2.344 0.219 0.391 0.406 0.797 0.547 1.141zM9.047 25.766c5.969 0.234 11.937 0.203 17.891 0-2.125-1.234-4.281-2.391-6.687-3.063-0.797 0.359-1.609 0.656-2.438 0.891-0.125 0.047-0.125 0.047-0.25 0-0.688-0.219-1.344-0.469-2.016-0.766-2.328 0.672-4.469 1.687-6.5 2.938h-0.016v0.016c0.016 0 0.016 0 0.016-0.016zM27.547 25.047c0.047-0.656 0.25-1.359 0.438-1.875 0.125-0.344 0.297-0.734 0.516-1.109l-0.016 0.016c0.031-0.797 0.047-1.594 0.047-2.391-0.172-0.094-0.328-0.234-0.469-0.391-0.375-0.078-0.75-0.297-0.875-0.516-0.109-0.234 0.078-0.438 0.344-0.594-0.016-0.031-0.031-0.094-0.031-0.141-0.172-0.047-0.313-0.109-0.438-0.187-1.828 1.703-3.781 3.281-5.984 4.438 2.25 0.672 4.391 1.625 6.469 2.75zM33.672 25.406c0.172-1.797-2.516-3.547-3.828-3.156-0.844 0.25-1.609 1.781-1.937 3.125 0 0.172 0.016 0.328 0.047 0.469 0.219 1.031 1.266 1.719 2.297 1.672 1.109-0.047 2.688-0.984 3.422-2.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opencart\" viewBox=\"0 0 43 28\">\n<title>opencart</title>\n<path d=\"M23.812 24.391c0 1.422-1.141 2.562-2.562 2.562s-2.578-1.141-2.578-2.562 1.156-2.578 2.578-2.578 2.562 1.156 2.562 2.578zM12.109 24.391c0 1.422-1.156 2.562-2.578 2.562s-2.562-1.141-2.562-2.562 1.141-2.578 2.562-2.578 2.578 1.156 2.578 2.578zM0 1.047c4.609 4.859 8.937 5.578 25.937 5.578s9.531 3.781-0.969 13.156c3.328-5.781 14.766-10.906-3.984-10.625-17.984 0.266-19.047-5.203-20.984-8.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expeditedssl\" viewBox=\"0 0 28 28\">\n<title>expeditedssl</title>\n<path d=\"M14 1c-7.172 0-13 5.828-13 13s5.828 13 13 13 13-5.828 13-13-5.828-13-13-13zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM7.75 13c0.141 0 0.25 0.109 0.25 0.25v7.5c0 0.141-0.109 0.25-0.25 0.25h-0.5c-0.141 0-0.25-0.109-0.25-0.25v-7.5c0-0.141 0.109-0.25 0.25-0.25h0.5zM14 14c1.109 0 2 0.891 2 2 0 0.734-0.406 1.375-1 1.719v1.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2zM14 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM8.5 9.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-1.937 1.563-3.5 3.5-3.5s3.5 1.563 3.5 3.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5zM22 21v-8c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery\" viewBox=\"0 0 36 28\">\n<title>battery</title>\n<path d=\"M30 8v12h-26v-12h26zM32 17h2v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5zM36 11v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-3\" viewBox=\"0 0 36 28\">\n<title>battery-3</title>\n<path d=\"M4 20v-12h20v12h-20zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-2\" viewBox=\"0 0 36 28\">\n<title>battery-2</title>\n<path d=\"M4 20v-12h14v12h-14zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-1\" viewBox=\"0 0 36 28\">\n<title>battery-1</title>\n<path d=\"M4 20v-12h8v12h-8zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-0\" viewBox=\"0 0 36 28\">\n<title>battery-0</title>\n<path d=\"M34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mouse-pointer\" viewBox=\"0 0 18 28\">\n<title>mouse-pointer</title>\n<path d=\"M17.703 16.297c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-5.969l3.141 7.438c0.219 0.516-0.031 1.094-0.531 1.313l-2.766 1.172c-0.516 0.219-1.094-0.031-1.313-0.531l-2.984-7.063-4.875 4.875c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-23.5c0-0.406 0.25-0.766 0.625-0.922 0.109-0.047 0.25-0.078 0.375-0.078 0.266 0 0.516 0.094 0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-i-cursor\" viewBox=\"0 0 14 28\">\n<title>i-cursor</title>\n<path d=\"M13 2c-3.313 0-5 1.172-5 3.5v6.5h2v2h-2v8.5c0 2.328 1.687 3.5 5 3.5h1v2h-1c-2.812 0-4.875-0.812-6-2.281-1.125 1.469-3.187 2.281-6 2.281h-1v-2h1c3.313 0 5-1.172 5-3.5v-8.5h-2v-2h2v-6.5c0-2.328-1.687-3.5-5-3.5h-1v-2h1c2.812 0 4.875 0.812 6 2.281 1.125-1.469 3.187-2.281 6-2.281h1v2h-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-group\" viewBox=\"0 0 32 28\">\n<title>object-group</title>\n<path d=\"M32 6h-2v16h2v6h-6v-2h-20v2h-6v-6h2v-16h-2v-6h6v2h20v-2h6v6zM28 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 26v-2h-2v2h2zM26 24v-2h2v-16h-2v-2h-20v2h-2v16h2v2h20zM30 26v-2h-2v2h2zM20 10h6v12h-14v-4h-6v-12h14v4zM8 16h10v-8h-10v8zM24 20v-8h-4v6h-6v2h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-ungroup\" viewBox=\"0 0 36 28\">\n<title>object-ungroup</title>\n<path d=\"M36 12h-2v10h2v6h-6v-2h-14v2h-6v-6h2v-2h-6v2h-6v-6h2v-10h-2v-6h6v2h14v-2h6v6h-2v2h6v-2h6v6zM32 8v2h2v-2h-2zM22 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 20v-2h-2v2h2zM24 18h-2v2h2v-2zM6 18h14v-2h2v-10h-2v-2h-14v2h-2v10h2v2zM14 26v-2h-2v2h2zM34 26v-2h-2v2h2zM32 22v-10h-2v-2h-6v6h2v6h-6v-2h-6v2h2v2h14v-2h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note\" viewBox=\"0 0 24 28\">\n<title>sticky-note</title>\n<path d=\"M16 19.5v6.5h-14.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5v14.5h-6.5c-0.828 0-1.5 0.672-1.5 1.5zM18 20h5.953c-0.141 0.75-0.547 1.594-1.016 2.063l-2.875 2.875c-0.469 0.469-1.313 0.875-2.063 1.016v-5.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note-o\" viewBox=\"0 0 24 28\">\n<title>sticky-note-o</title>\n<path d=\"M21.875 20h-3.875v3.875c0.266-0.094 0.531-0.234 0.641-0.344l2.891-2.891c0.109-0.109 0.25-0.375 0.344-0.641zM17.5 18h4.5v-14h-20v20h14v-4.5c0-0.828 0.672-1.5 1.5-1.5zM24 3.5v16c0 0.828-0.484 1.984-1.062 2.562l-2.875 2.875c-0.578 0.578-1.734 1.062-2.562 1.062h-16c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-jcb\" viewBox=\"0 0 36 28\">\n<title>cc-jcb</title>\n<path d=\"M30.484 15.594c0 0.562-0.375 0.969-0.844 1.062-0.063 0.016-0.203 0.031-0.281 0.031h-2.391v-2.188h2.391c0.078 0 0.219 0.016 0.281 0.031 0.469 0.094 0.844 0.516 0.844 1.062zM30.203 12.266c0 0.547-0.375 0.906-0.828 0.984-0.047 0.016-0.156 0.016-0.234 0.016h-2.172v-2.016h2.172c0.078 0 0.187 0.016 0.234 0.016 0.453 0.078 0.828 0.453 0.828 1zM11.375 14.828v-4.813h-3.563v4.813c0 1.172-0.797 2.047-2.234 2.047-1.219 0-2.422-0.359-3.578-0.922v1.75c1.875 0.516 4.25 0.516 4.25 0.516 3.969 0 5.125-1.516 5.125-3.391zM22.531 17.703v-1.766c-0.812 0.422-1.844 0.828-3.125 0.922-2.25 0.172-3.594-0.922-3.594-2.859s1.344-3.031 3.594-2.859c1.281 0.094 2.297 0.484 3.125 0.906v-1.75c-1.672-0.422-3.25-0.484-3.25-0.484-5.5-0.25-7.063 1.922-7.063 4.188s1.563 4.438 7.063 4.188c0 0 1.578-0.063 3.25-0.484zM34 15.906c0-1.156-1.031-1.906-2.375-2v-0.047c1.219-0.172 1.891-0.969 1.891-1.891 0-1.188-0.984-1.875-2.312-1.937-0.094 0-0.266-0.016-0.406-0.016h-7.109v7.969h7.672c1.516 0 2.641-0.812 2.641-2.078zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-diners-club\" viewBox=\"0 0 36 28\">\n<title>cc-diners-club</title>\n<path d=\"M13.406 19.391v-10.828c-2.172 0.844-3.719 2.953-3.719 5.422s1.547 4.578 3.719 5.406zM21.281 13.984c0-2.469-1.547-4.578-3.719-5.422v10.844c2.172-0.844 3.719-2.953 3.719-5.422zM24.641 13.984c0 5.047-4.094 9.156-9.156 9.156-5.047 0-9.156-4.109-9.156-9.156 0-5.063 4.109-9.156 9.156-9.156 5.063 0 9.156 4.094 9.156 9.156zM30.625 14.094c0-5.969-4.984-10.094-10.453-10.094h-4.703c-5.531 0-10.094 4.125-10.094 10.094 0 5.453 4.562 9.906 10.094 9.906h4.703c5.469 0 10.453-4.453 10.453-9.906zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clone\" viewBox=\"0 0 28 28\">\n<title>clone</title>\n<path d=\"M26 25.5v-17c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5zM28 8.5v17c0 1.375-1.125 2.5-2.5 2.5h-17c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5zM22 2.5v2.5h-2v-2.5c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h2.5v2h-2.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-balance-scale\" viewBox=\"0 0 34 28\">\n<title>balance-scale</title>\n<path d=\"M27 7l-6 11h12zM7 7l-6 11h12zM19.828 4c-0.297 0.844-0.984 1.531-1.828 1.828v20.172h9.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-21c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9.5v-20.172c-0.844-0.297-1.531-0.984-1.828-1.828h-7.672c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h7.672c0.422-1.172 1.516-2 2.828-2s2.406 0.828 2.828 2h7.672c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-7.672zM17 4.25c0.688 0 1.25-0.562 1.25-1.25s-0.562-1.25-1.25-1.25-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25zM34 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484v0zM14 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-o\" viewBox=\"0 0 24 28\">\n<title>hourglass-o</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-3.156 1.188-6.344 5.359-6.344 11.062h16c0-5.703-3.187-9.875-6.344-11.062-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-1\" viewBox=\"0 0 24 28\">\n<title>hourglass-1</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 0.688 0.047 1.359 0.141 2h15.719c0.094-0.641 0.141-1.313 0.141-2zM20 26c0-5.609-3.094-9.75-6.203-11h-3.594c-3.109 1.25-6.203 5.391-6.203 11h16z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-2\" viewBox=\"0 0 24 28\">\n<title>hourglass-2</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 2.281 0.516 4.297 1.328 6h13.344c0.812-1.703 1.328-3.719 1.328-6zM19.109 21c-1.156-3.016-3.234-5.156-5.313-6h-3.594c-2.078 0.844-4.156 2.984-5.313 6h14.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-3\" viewBox=\"0 0 24 28\">\n<title>hourglass-3</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-1.344 0.5-2.703 1.563-3.813 3.063h10.938c-1.109-1.5-2.469-2.562-3.813-3.063-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass\" viewBox=\"0 0 24 28\">\n<title>hourglass</title>\n<path d=\"M23.5 25c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23zM2.031 24c0.297-5.266 4.594-8.094 7.469-10-2.875-1.906-7.172-4.734-7.469-10h19.938c-0.297 5.266-4.594 8.094-7.469 10 2.875 1.906 7.172 4.734 7.469 10h-19.938zM23.5 0c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-grab-o\" viewBox=\"0 0 24 28\">\n<title>hand-grab-o</title>\n<path d=\"M12 6c-1.109 0-2 0.891-2 2v2h-0.5v-1.453c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v6.703l-0.5-0.469v-2.688c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v3.5c0 0.484 0.203 0.938 0.547 1.281l4.844 4.625c0.453 0.453 0.609 0.969 0.609 1.594 0 0.547 0.453 1 1 1h10c0.547 0 1-0.453 1-1v-0.391c0-0.406 0.047-0.812 0.156-1.203l1.687-6.813c0.109-0.391 0.156-0.797 0.156-1.203v-3.844c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v0.5h-0.5v-1.953c0-0.828-0.562-1.594-1.391-1.766-0.109-0.016-0.234-0.031-0.359-0.031-0.969 0-1.75 0.781-1.75 1.75v2h-0.5v-1.906c0-1.047-0.75-1.969-1.797-2.078-0.078-0.016-0.141-0.016-0.203-0.016zM12 4c0.844 0 1.656 0.266 2.328 0.781 0.578-0.344 1.25-0.531 1.922-0.531 1.234 0 2.375 0.594 3.078 1.609 0.297-0.078 0.609-0.109 0.922-0.109 2.094 0 3.75 1.719 3.75 3.797v3.844c0 0.562-0.078 1.141-0.203 1.687l-1.703 6.813c-0.094 0.375-0.094 0.734-0.094 1.109 0 1.656-1.344 3-3 3h-10c-1.781 0-3-1.422-3-3.141l-4.813-4.625c-0.734-0.703-1.188-1.703-1.188-2.734v-3.5c0-2.063 1.687-3.75 3.75-3.75 0.094 0 0.172 0 0.25 0.016 0.125-1.984 1.781-3.516 3.75-3.516 0.531 0 1.047 0.109 1.531 0.328 0.734-0.703 1.703-1.078 2.719-1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-paper-o\" viewBox=\"0 0 26 28\">\n<title>hand-paper-o</title>\n<path d=\"M13.75 2c-0.969 0-1.75 0.781-1.75 1.75v10.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v12.25l-2.406-3.203c-0.375-0.5-0.969-0.797-1.594-0.797-1.109 0-2 0.906-2 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h10.75c0.719 0 1.344-0.516 1.484-1.219l1.188-6.328c0.047-0.297 0.078-0.609 0.078-0.922v-7.781c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v4.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v8.25h-0.5v-10.25c0-0.969-0.781-1.75-1.75-1.75zM13.75 0c1.406 0 2.703 0.797 3.344 2.063 0.219-0.047 0.438-0.063 0.656-0.063 2.063 0 3.75 1.687 3.75 3.75v0.266c2.172-0.125 4 1.547 4 3.734v7.781c0 0.438-0.047 0.875-0.125 1.297l-1.188 6.312c-0.297 1.656-1.75 2.859-3.437 2.859h-10.75c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.203 1.781-4 4-4 0.656 0 1.453 0.156 2 0.531v-6.781c0-2.063 1.687-3.75 3.75-3.75 0.219 0 0.438 0.016 0.656 0.063 0.641-1.266 1.937-2.063 3.344-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-scissors-o\" viewBox=\"0 0 28 28\">\n<title>hand-scissors-o</title>\n<path d=\"M16.766 26h-2.766c-1.625 0-2.859-0.703-3.531-2.203-0.234-0.5-0.359-1.047-0.359-1.594v-0.078c-1.281-0.625-2.109-1.937-2.109-3.375 0-0.172 0-0.594 0.078-0.75h-4.078c-2.203 0-4-1.797-4-4s1.797-4 4-4h1.766l-0.688-0.266c-1.547-0.578-2.578-2.078-2.578-3.734 0-2.203 1.797-4 4-4 0.484 0 0.969 0.094 1.422 0.266l9.812 3.734h6.266c2.203 0 4 1.797 4 4v10.437c0 1.844-1.25 3.437-3.031 3.875l-5.297 1.328c-0.938 0.234-1.922 0.359-2.906 0.359zM16 14.891l-2.422 1.109-2.547 1.156c-0.625 0.281-1.031 0.906-1.031 1.594 0 0.969 0.781 1.75 1.75 1.75 0.25 0 0.5-0.047 0.719-0.156l5.281-2.406c-1.016-0.219-1.75-1.141-1.75-2.188v-0.859zM21 19.75c0-0.969-0.781-1.75-1.75-1.75-0.25 0-0.5 0.047-0.719 0.156l-4.531 2.063c-0.938 0.422-1.891 0.797-1.891 1.984 0 1.031 0.719 1.781 1.766 1.781 0.187 0 0.438-0.063 0.594-0.141l5.5-2.5c0.625-0.281 1.031-0.906 1.031-1.594zM17.375 8l-10.156-3.875c-0.234-0.078-0.469-0.125-0.719-0.125-1.094 0-2 0.891-2 2 0 0.828 0.516 1.578 1.281 1.875l8.219 3.125v1h-10c-1.109 0-2 0.891-2 2s0.891 2 2 2h8.359l3.641-1.656v-3.094c0-0.625 0.266-1.234 0.719-1.656l1.734-1.594h-1.078zM16.766 24c0.812 0 1.641-0.094 2.422-0.297l5.297-1.328c0.891-0.219 1.516-1.016 1.516-1.937v-10.437c0-1.109-0.891-2-2-2h-4.813l-2.125 1.969c-0.359 0.328-0.562 0.797-0.562 1.281v4.625c0 0.969 0.797 1.687 1.75 1.687 0.969 0 1.75-0.859 1.75-1.813v-3.25h0.5v3.25c0 0.703-0.344 1.359-0.891 1.781 1.094 0.172 1.891 1.125 1.891 2.219 0 0.875-0.516 1.687-1.313 2.047l-4.844 2.203h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-lizard-o\" viewBox=\"0 0 32 28\">\n<title>hand-lizard-o</title>\n<path d=\"M17.984 0c1.266 0 2.484 0.609 3.234 1.641l8.937 12.203c1.203 1.625 1.844 3.578 1.844 5.609v5.547c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-2.766l-4.469-2.234h-8.531c-1.656 0-3-1.344-3-3v-0.5c0-2.484 2.016-4.5 4.5-4.5h6.563l0.656-2h-10.719c-2.078 0-3.813-1.594-3.984-3.656-0.656-0.797-1.016-1.813-1.016-2.844v-0.5c0-1.656 1.344-3 3-3h14.984zM30 25v-5.547c0-1.578-0.516-3.156-1.453-4.438l-8.953-12.203c-0.375-0.5-0.969-0.812-1.609-0.812h-14.984c-0.547 0-1 0.453-1 1 0 0.828 0.016 1.406 0.562 2.078 0.203-0.641 0.781-1.078 1.437-1.078h13v0.5h-13c-0.547 0-1 0.453-1 1 0 0.297-0.016 0.609 0.047 0.906 0.172 0.922 1.016 1.594 1.953 1.594h11.422c0.828 0 1.5 0.672 1.5 1.5 0 0.156-0.031 0.328-0.078 0.469l-1 3c-0.203 0.609-0.781 1.031-1.422 1.031h-6.922c-1.375 0-2.5 1.125-2.5 2.5v0.5c0 0.547 0.453 1 1 1h8.766c0.156 0 0.313 0.031 0.453 0.109l4.953 2.469c0.5 0.266 0.828 0.781 0.828 1.344v3.078c0 0.547 0.453 1 1 1h6c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-spock-o\" viewBox=\"0 0 30 28\">\n<title>hand-spock-o</title>\n<path d=\"M7.172 28c-1.609 0-3-1.094-3.391-2.656l-1.578-6.266c-0.125-0.547-0.203-1.125-0.203-1.687 0-0.359 0-0.703-0.078-1.047l-1.813-7.453c-0.078-0.297-0.109-0.594-0.109-0.891 0-1.937 1.469-3.531 3.391-3.734 0.344-1.766 1.859-3.016 3.672-3.016 1.734 0 3.234 1.188 3.641 2.875l1.297 5.437 1.609-6.687c0.406-1.687 1.906-2.875 3.641-2.875 1.859 0 3.391 1.344 3.687 3.156 1.922 0.219 3.313 1.844 3.313 3.766 0 0.297-0.047 0.609-0.109 0.922l-1.922 8c1.25-0.938 2.156-1.844 3.797-1.844 2.172 0 3.984 1.766 3.984 3.953 0 1.313-0.641 2.531-1.672 3.313l-7.922 5.938c-0.688 0.516-1.531 0.797-2.391 0.797h-10.844zM17.25 2c-0.797 0-1.5 0.562-1.687 1.344l-2.562 10.656h-1.984l-2.266-9.406c-0.187-0.781-0.891-1.344-1.687-1.344-1 0-1.75 0.797-1.75 1.766 0 0.156 0.016 0.297 0.047 0.438l2.063 8.547h-0.406l-1.547-6.375c-0.187-0.766-0.891-1.375-1.703-1.375-0.969 0-1.766 0.781-1.766 1.75 0 0.141 0.016 0.281 0.047 0.406l1.813 7.469c0.219 0.906 0.063 1.813 0.297 2.719l1.563 6.266c0.172 0.672 0.766 1.141 1.453 1.141h10.844c0.422 0 0.844-0.141 1.188-0.406l7.922-5.922c0.531-0.406 0.875-1.047 0.875-1.719 0-1.094-0.906-1.953-1.984-1.953-0.438 0-0.859 0.141-1.203 0.406l-4.797 3.594v-3.547c0-0.125 2.016-8.406 2.172-9.078 0.031-0.141 0.063-0.297 0.063-0.453 0-0.969-0.734-1.797-1.734-1.797-0.812 0-1.516 0.562-1.703 1.344l-1.813 7.531h-0.406l2.344-9.75c0.031-0.141 0.047-0.297 0.047-0.438 0-0.984-0.719-1.813-1.734-1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-pointer-o\" viewBox=\"0 0 26 28\">\n<title>hand-pointer-o</title>\n<path d=\"M10 2c-1.109 0-2 0.891-2 2v14l-2.359-3.156c-0.391-0.516-1.016-0.844-1.672-0.844-1.094 0-1.969 0.922-1.969 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h11.219c0.453 0 0.859-0.313 0.969-0.75l1.437-5.75c0.25-1 0.375-2.016 0.375-3.031v-3.391c0-0.828-0.641-1.578-1.5-1.578-0.828 0-1.5 0.672-1.5 1.5h-0.5v-0.953c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v1h-0.5v-1.406c0-1.125-0.859-2.094-2-2.094-1.109 0-2 0.891-2 2v1.5h-0.5v-8.906c0-1.125-0.859-2.094-2-2.094zM10 0c2.234 0 4 1.875 4 4.094v3.437c0.172-0.016 0.328-0.031 0.5-0.031 1.016 0 1.969 0.391 2.703 1.078 0.484-0.219 1.016-0.328 1.547-0.328 1.125 0 2.172 0.5 2.875 1.359 0.297-0.078 0.578-0.109 0.875-0.109 1.969 0 3.5 1.641 3.5 3.578v3.391c0 1.172-0.141 2.359-0.438 3.516l-1.437 5.75c-0.328 1.328-1.531 2.266-2.906 2.266h-11.219c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.188 1.781-4 3.969-4 0.719 0 1.422 0.187 2.031 0.547v-8.547c0-2.203 1.797-4 4-4zM12 22v-6h-0.5v6h0.5zM16 22v-6h-0.5v6h0.5zM20 22v-6h-0.5v6h0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-peace-o\" viewBox=\"0 0 24 28\">\n<title>hand-peace-o</title>\n<path d=\"M20.125 10.109c0.578 0 1.156 0.109 1.672 0.359 1.5 0.672 2.203 1.906 2.203 3.531v2.766c0 0.984-0.125 1.969-0.359 2.906l-1.328 5.297c-0.438 1.781-2.031 3.031-3.875 3.031h-10.437c-2.203 0-4-1.797-4-4v-6.266l-3.734-9.812c-0.172-0.453-0.266-0.938-0.266-1.422 0-2.203 1.797-4 4-4 1.656 0 3.156 1.031 3.734 2.578l0.266 0.688v-1.766c0-2.203 1.797-4 4-4s4 1.797 4 4v4.078c0.25-0.047 0.5-0.078 0.75-0.078 1.437 0 2.75 0.828 3.375 2.109zM16.75 10c-0.688 0-1.313 0.406-1.594 1.031l-1.156 2.547-1.109 2.422h0.859c1.047 0 1.969 0.734 2.188 1.75l2.406-5.281c0.109-0.219 0.156-0.469 0.156-0.719 0-0.969-0.781-1.75-1.75-1.75zM20.203 12.109c-1.188 0-1.563 0.953-1.984 1.891l-2.063 4.531c-0.109 0.219-0.156 0.469-0.156 0.719 0 0.969 0.781 1.75 1.75 1.75 0.688 0 1.313-0.406 1.594-1.031l2.5-5.5c0.078-0.156 0.141-0.406 0.141-0.594 0-1.047-0.75-1.766-1.781-1.766zM2 6.5c0 0.25 0.047 0.484 0.125 0.719l3.875 10.156v1.078l1.594-1.734c0.422-0.453 1.031-0.719 1.656-0.719h3.094l1.656-3.641v-8.359c0-1.109-0.891-2-2-2s-2 0.891-2 2v10h-1l-3.125-8.219c-0.297-0.766-1.047-1.281-1.875-1.281-1.109 0-2 0.906-2 2zM18.438 26c0.922 0 1.719-0.625 1.937-1.516l1.328-5.297c0.203-0.781 0.297-1.609 0.297-2.422v-1.422l-2.203 4.844c-0.359 0.797-1.172 1.313-2.047 1.313-1.094 0-2.047-0.797-2.219-1.891-0.422 0.547-1.078 0.891-1.781 0.891h-3.25v-0.5h3.25c0.953 0 1.813-0.781 1.813-1.75 0-0.953-0.719-1.75-1.687-1.75h-4.625c-0.484 0-0.953 0.203-1.281 0.562l-1.969 2.125v4.813c0 1.109 0.891 2 2 2h10.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trademark\" viewBox=\"0 0 31 28\">\n<title>trademark</title>\n<path d=\"M13.391 8.5v1.828c0 0.266-0.234 0.484-0.5 0.484h-4.656v12.688c0 0.281-0.219 0.5-0.484 0.5h-2.109c-0.281 0-0.5-0.219-0.5-0.5v-12.688h-4.641c-0.281 0-0.5-0.219-0.5-0.484v-1.828c0-0.281 0.219-0.5 0.5-0.5h12.391c0.266 0 0.5 0.219 0.5 0.5zM29.609 8.453l1.203 15.016c0.016 0.141-0.031 0.266-0.125 0.375-0.094 0.094-0.219 0.156-0.359 0.156h-2.094c-0.25 0-0.469-0.203-0.484-0.453l-0.719-9.188-2.953 6.641c-0.078 0.187-0.25 0.297-0.453 0.297h-1.875c-0.187 0-0.359-0.109-0.453-0.297l-2.938-6.672-0.703 9.219c-0.016 0.25-0.234 0.453-0.484 0.453h-2.109c-0.141 0-0.266-0.063-0.359-0.156-0.094-0.109-0.141-0.234-0.141-0.375l1.219-15.016c0.016-0.25 0.234-0.453 0.484-0.453h2.219c0.203 0 0.375 0.125 0.453 0.297l3.437 8.125c0.109 0.25 0.219 0.531 0.313 0.797 0.109-0.266 0.203-0.547 0.313-0.797l3.453-8.125c0.078-0.172 0.25-0.297 0.453-0.297h2.203c0.266 0 0.484 0.203 0.5 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-registered\" viewBox=\"0 0 28 28\">\n<title>registered</title>\n<path d=\"M16.281 10.984c0-0.906-0.313-1.547-0.938-1.891-0.313-0.172-0.75-0.281-1.828-0.281h-1.922v4.391h2.531c1.375 0 2.156-0.812 2.156-2.219zM17.094 15.437l3.203 5.828c0.078 0.156 0.078 0.344-0.016 0.484-0.078 0.156-0.25 0.25-0.422 0.25h-2.375c-0.187 0-0.359-0.094-0.438-0.266l-3.031-5.703h-2.422v5.469c0 0.281-0.219 0.5-0.5 0.5h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h4.594c1.641 0 2.359 0.141 2.969 0.375 1.766 0.656 2.859 2.391 2.859 4.516 0 1.922-0.953 3.547-2.469 4.297 0.047 0.078 0.094 0.156 0.141 0.25zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-creative-commons\" viewBox=\"0 0 28 28\">\n<title>creative-commons</title>\n<path d=\"M9.453 19.266c2.562 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.047-0.562l-0.703-1.281c-0.063-0.141-0.219-0.234-0.375-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.297 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.078 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM19.297 19.266c2.578 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.063-0.562l-0.703-1.281c-0.078-0.141-0.219-0.234-0.391-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.313 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.063 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg\" viewBox=\"0 0 32 28\">\n<title>gg</title>\n<path d=\"M11.5 12.5l6 6-6 6-10.5-10.5 10.5-10.5 2.625 2.625-1.5 1.5-1.125-1.125-7.5 7.5 7.5 7.5 3.016-3.016-4.516-4.484zM20.5 3.5l10.5 10.5-10.5 10.5-2.625-2.625 1.5-1.5 1.125 1.125 7.5-7.5-7.5-7.5-3.016 3.016 4.516 4.484-1.5 1.5-6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg-circle\" viewBox=\"0 0 28 28\">\n<title>gg-circle</title>\n<path d=\"M11.203 21.156l4.234-4.234-4.359-4.359-1.375 1.375 3 2.984-1.5 1.5-4.359-4.359 4.359-4.359 0.625 0.625 1.359-1.359-1.984-2-7.094 7.094zM16.797 21.031l7.094-7.094-7.094-7.094-4.234 4.234 4.359 4.359 1.375-1.375-3-2.984 1.5-1.5 4.359 4.359-4.359 4.359-0.625-0.625-1.359 1.375zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tripadvisor\" viewBox=\"0 0 36 28\">\n<title>tripadvisor</title>\n<path d=\"M10.172 15.578c0 0.812-0.656 1.469-1.453 1.469-0.812 0-1.469-0.656-1.469-1.469 0-0.797 0.656-1.453 1.469-1.453 0.797 0 1.453 0.656 1.453 1.453zM28.203 15.563c0 0.812-0.656 1.469-1.469 1.469s-1.469-0.656-1.469-1.469 0.656-1.453 1.469-1.453 1.469 0.641 1.469 1.453zM11.953 15.578c0-1.656-1.359-3.016-3.016-3.016-1.672 0-3.016 1.359-3.016 3.016 0 1.672 1.344 3.016 3.016 3.016 1.656 0 3.016-1.344 3.016-3.016zM29.969 15.563c0-1.656-1.344-3.016-3.016-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.016-1.344 3.016-3.016zM13.281 15.578c0 2.406-1.937 4.359-4.344 4.359s-4.359-1.953-4.359-4.359c0-2.391 1.953-4.344 4.359-4.344s4.344 1.953 4.344 4.344zM31.313 15.563c0 2.406-1.953 4.344-4.359 4.344-2.391 0-4.344-1.937-4.344-4.344s1.953-4.344 4.344-4.344c2.406 0 4.359 1.937 4.359 4.344zM16.25 15.609c0-3.984-3.234-7.219-7.219-7.219-3.969 0-7.203 3.234-7.203 7.219s3.234 7.219 7.203 7.219c3.984 0 7.219-3.234 7.219-7.219zM26.688 6.656c-2.578-1.125-5.484-1.734-8.687-1.734s-6.391 0.609-8.953 1.719c4.953 0.016 8.953 4.016 8.953 8.969 0-4.859 3.859-8.813 8.687-8.953zM34.172 15.609c0-3.984-3.219-7.219-7.203-7.219s-7.219 3.234-7.219 7.219 3.234 7.219 7.219 7.219 7.203-3.234 7.203-7.219zM30.016 6.766h5.984c-0.938 1.094-1.625 2.562-1.797 3.578 1.078 1.484 1.719 3.297 1.719 5.266 0 4.953-4.016 8.953-8.953 8.953-2.812 0-5.313-1.281-6.953-3.297 0 0-0.734 0.875-2.016 2.797-0.219-0.453-1.328-2.031-2-2.812-1.641 2.031-4.156 3.313-6.969 3.313-4.937 0-8.953-4-8.953-8.953 0-1.969 0.641-3.781 1.719-5.266-0.172-1.016-0.859-2.484-1.797-3.578h5.703c3.063-2.047 7.516-3.328 12.297-3.328s8.953 1.281 12.016 3.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki\" viewBox=\"0 0 20 28\">\n<title>odnoklassniki</title>\n<path d=\"M10 14.172c-3.906 0-7.094-3.172-7.094-7.078 0-3.922 3.187-7.094 7.094-7.094s7.094 3.172 7.094 7.094c0 3.906-3.187 7.078-7.094 7.078zM10 3.594c-1.922 0-3.484 1.563-3.484 3.5 0 1.922 1.563 3.484 3.484 3.484s3.484-1.563 3.484-3.484c0-1.937-1.563-3.5-3.484-3.5zM18.172 15.031c0.688 1.406-0.094 2.078-1.875 3.234-1.5 0.953-3.563 1.328-4.922 1.469l1.141 1.125 4.172 4.172c0.625 0.641 0.625 1.672 0 2.297l-0.187 0.203c-0.641 0.625-1.672 0.625-2.312 0-1.047-1.062-2.578-2.594-4.172-4.188l-4.172 4.188c-0.641 0.625-1.672 0.625-2.297 0l-0.187-0.203c-0.641-0.625-0.641-1.656 0-2.297 1.062-1.062 2.578-2.594 4.172-4.172l1.125-1.125c-1.344-0.141-3.437-0.5-4.953-1.469-1.781-1.156-2.562-1.828-1.875-3.234 0.406-0.797 1.516-1.469 2.984-0.313 0 0 1.984 1.578 5.187 1.578s5.187-1.578 5.187-1.578c1.469-1.156 2.578-0.484 2.984 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki-square\" viewBox=\"0 0 24 28\">\n<title>odnoklassniki-square</title>\n<path d=\"M14.484 9.063c0 1.375-1.109 2.484-2.484 2.484s-2.484-1.109-2.484-2.484 1.109-2.484 2.484-2.484 2.484 1.109 2.484 2.484zM17.828 14.734c-0.281-0.562-1.078-1.047-2.125-0.219 0 0-1.422 1.125-3.703 1.125s-3.703-1.125-3.703-1.125c-1.047-0.828-1.844-0.344-2.125 0.219-0.5 1 0.063 1.484 1.328 2.312 1.078 0.688 2.578 0.953 3.531 1.047l-0.797 0.812c-1.125 1.125-2.219 2.219-2.984 2.969-0.453 0.453-0.453 1.188 0 1.641l0.141 0.141c0.453 0.453 1.188 0.453 1.641 0l2.984-2.984c1.125 1.141 2.219 2.234 2.984 2.984 0.453 0.453 1.188 0.453 1.641 0l0.141-0.141c0.453-0.453 0.453-1.188 0-1.641l-2.984-2.969-0.812-0.812c0.969-0.094 2.438-0.359 3.516-1.047 1.266-0.828 1.828-1.313 1.328-2.312zM17.063 9.063c0-2.797-2.266-5.063-5.063-5.063s-5.063 2.266-5.063 5.063 2.266 5.063 5.063 5.063 5.063-2.266 5.063-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-get-pocket\" viewBox=\"0 0 27 28\">\n<title>get-pocket</title>\n<path d=\"M24.453 2c1.359 0 2.422 1.094 2.422 2.438v8.109c0 7.484-5.984 13.453-13.422 13.453-7.469 0-13.453-5.969-13.453-13.453v-8.109c0-1.328 1.109-2.438 2.438-2.438h22.016zM13.453 18.625c0.469 0 0.938-0.187 1.281-0.516l6.312-6.062c0.359-0.344 0.578-0.828 0.578-1.328 0-1.016-0.828-1.844-1.844-1.844-0.484 0-0.938 0.187-1.281 0.516l-5.047 4.844-5.047-4.844c-0.344-0.328-0.797-0.516-1.266-0.516-1.016 0-1.844 0.828-1.844 1.844 0 0.5 0.203 0.984 0.562 1.328l6.328 6.062c0.328 0.328 0.797 0.516 1.266 0.516z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wikipedia-w\" viewBox=\"0 0 36 28\">\n<title>wikipedia-w</title>\n<path d=\"M23.344 25.609l-4.609-10.859c-1.828 3.578-3.844 7.313-5.578 10.859-0.016 0.016-0.844 0-0.844-0.016-2.641-6.172-5.406-12.297-8.047-18.484-0.641-1.5-2.781-3.938-4.25-3.922 0-0.172-0.016-0.562-0.016-0.797h9.109v0.781c-1.078 0.063-2.969 0.75-2.438 1.922 1.234 2.797 5.828 13.516 7.063 16.234 0.844-1.672 3.25-6.141 4.234-8.031-0.781-1.594-3.297-7.531-4.094-9-0.547-1-2.031-1.094-3.141-1.109v-0.781l8.016 0.016v0.734c-1.094 0.031-2.141 0.438-1.656 1.469 1.062 2.25 1.719 3.828 2.703 5.891 0.313-0.609 1.953-3.906 2.703-5.672 0.5-1.156-0.219-1.609-2.172-1.656 0.016-0.203 0-0.578 0.016-0.766 2.5-0.016 6.25-0.016 6.922-0.031v0.766c-1.266 0.047-2.578 0.719-3.266 1.781l-3.328 6.906c0.359 0.906 3.563 8.031 3.891 8.813l6.891-15.891c-0.484-1.297-2.047-1.578-2.656-1.594v-0.781l7.187 0.063 0.016 0.031-0.016 0.688c-1.578 0.047-2.531 0.891-3.141 2.266-1.406 3.25-5.812 13.5-8.734 20.172h-0.766z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-safari\" viewBox=\"0 0 28 28\">\n<title>safari</title>\n<path d=\"M14.828 13.953c0 0.516-0.359 1-0.906 1-0.516 0-1-0.375-1-0.906 0-0.516 0.375-1 0.922-1 0.5 0 0.984 0.359 0.984 0.906zM15.062 14.859l5.469-9.078c-0.734 0.688-7.578 6.984-7.766 7.313l-5.453 9.063c0.719-0.672 7.578-7 7.75-7.297zM25.172 14c0 2.047-0.562 4.062-1.625 5.797-0.156-0.078-0.812-0.547-0.938-0.547-0.109 0-0.203 0.094-0.203 0.203 0 0.203 0.734 0.578 0.922 0.688-1.547 2.344-3.938 4.031-6.656 4.703l-0.25-1.047c-0.016-0.141-0.109-0.156-0.234-0.156-0.109 0-0.172 0.156-0.156 0.234l0.25 1.062c-0.75 0.156-1.516 0.234-2.281 0.234-2.047 0-4.062-0.578-5.812-1.641 0.094-0.156 0.688-1.016 0.688-1.141 0-0.109-0.094-0.203-0.203-0.203-0.219 0-0.688 0.938-0.828 1.125-2.359-1.563-4.062-3.984-4.719-6.75l1.078-0.234c0.125-0.031 0.156-0.125 0.156-0.234s-0.156-0.172-0.25-0.156l-1.062 0.234c-0.141-0.719-0.219-1.437-0.219-2.172 0-2.094 0.594-4.156 1.703-5.922 0.156 0.094 0.906 0.609 1.031 0.609 0.109 0 0.203-0.078 0.203-0.187 0-0.219-0.828-0.641-1.016-0.766 1.594-2.328 4.016-4 6.766-4.625l0.234 1.047c0.031 0.125 0.125 0.156 0.234 0.156s0.172-0.156 0.156-0.25l-0.234-1.031c0.688-0.125 1.391-0.203 2.094-0.203v0c2.094 0 4.141 0.594 5.922 1.703-0.109 0.156-0.609 0.891-0.609 1.016 0 0.109 0.078 0.203 0.187 0.203 0.219 0 0.641-0.812 0.75-1 2.312 1.563 3.969 3.953 4.609 6.672l-0.875 0.187c-0.141 0.031-0.156 0.125-0.156 0.25 0 0.109 0.156 0.172 0.234 0.156l0.891-0.203c0.141 0.719 0.219 1.453 0.219 2.187zM26.5 14c0-6.906-5.594-12.5-12.5-12.5s-12.5 5.594-12.5 12.5 5.594 12.5 12.5 12.5 12.5-5.594 12.5-12.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chrome\" viewBox=\"0 0 30 28\">\n<title>chrome</title>\n<path d=\"M13.953 0c2.391-0.016 4.828 0.594 7.047 1.875 2.453 1.422 4.312 3.469 5.5 5.812l-11.594-0.609c-3.281-0.187-6.406 1.656-7.484 4.75l-4.312-6.625c2.688-3.344 6.719-5.187 10.844-5.203zM2.281 6.328l5.266 10.359c1.484 2.922 4.625 4.703 7.875 4.094l-3.594 7.047c-6.703-1.031-11.828-6.828-11.828-13.828 0-2.828 0.844-5.469 2.281-7.672zM27.062 8.969c2.453 6.312 0 13.656-6.062 17.156-2.453 1.422-5.156 2-7.781 1.859l6.328-9.734c1.797-2.766 1.766-6.375-0.375-8.875zM14 9.281c2.609 0 4.719 2.109 4.719 4.719s-2.109 4.719-4.719 4.719-4.719-2.109-4.719-4.719 2.109-4.719 4.719-4.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-firefox\" viewBox=\"0 0 27 28\">\n<title>firefox</title>\n<path d=\"M14.109 28c-6.031 0-10.828-3.531-13.031-8.578-2.469-5.609-0.5-14.594 3.891-18.562l-0.172 4.391c0.219-0.281 1.891-0.359 2.156 0 0.906-1.734 3.828-3.031 6.172-3.078-0.891 0.75-2.953 3.484-2.781 4.875 1.141 0.359 2.891 0.375 3.813 0.438 0.281 0.156 0.234 1.109-0.328 1.891 0 0-0.734 1.016-2.719 1.375l0.234 2.953-2.172-1.047c-0.703 1.781 0.984 3.359 2.734 3.063 1.937-0.328 2.625-1.594 3.984-1.516 1.344 0.078 1.875 0.828 1.703 1.531 0 0-0.219 0.844-1.672 0.703-1.234 1.953-2.875 2.812-5.531 2.578 4.031 3.344 9.469 0.313 10.844-2.422 1.375-2.719 0.172-6.766-1.203-7.906 1.625 0.703 2.75 1.422 3.344 3 0.313-3.5-1.297-7.469-4.172-9.797 5.406 1.578 8.703 5.766 8.797 12.453s-5.922 13.656-13.891 13.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opera\" viewBox=\"0 0 28 28\">\n<title>opera</title>\n<path d=\"M23.328 3.563c-1.641-1.094-3.563-1.719-5.609-1.719-3.328 0-6.266 1.703-8.328 4.266-1.5 1.875-2.547 4.531-2.625 7.562v0.656c0.078 3.031 1.125 5.688 2.625 7.562 2.063 2.562 5 4.266 8.328 4.266 2.047 0 3.969-0.625 5.609-1.719-2.469 2.219-5.75 3.563-9.328 3.563-0.219 0-0.453 0-0.672-0.016-7.422-0.344-13.328-6.469-13.328-13.984 0-7.734 6.266-14 14-14h0.047c3.563 0.016 6.813 1.359 9.281 3.563zM28 14c0 4.078-1.75 7.734-4.531 10.297-1.062 0.641-2.234 0.984-3.469 0.984-1.437 0-2.797-0.469-3.984-1.313 3.172-1.156 5.516-5.172 5.516-9.969 0-4.781-2.328-8.797-5.5-9.969 1.188-0.828 2.531-1.297 3.969-1.297 1.266 0 2.453 0.359 3.531 1.016 2.75 2.562 4.469 6.203 4.469 10.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-internet-explorer\" viewBox=\"0 0 28 28\">\n<title>internet-explorer</title>\n<path d=\"M28 14.641c0 0.547-0.031 1.094-0.109 1.625h-17.984c0 3.109 2.734 5.359 5.734 5.359 2.031 0 3.984-1 5.031-2.766h6.609c-1.781 5.016-6.547 8.375-11.859 8.375-1.922 0-3.844-0.453-5.563-1.297-1.75 0.891-4.203 1.813-6.156 1.813-2.625 0-3.703-1.609-3.703-4.109 0-1.453 0.313-2.906 0.703-4.297 0.25-0.906 1.25-2.75 1.703-3.578 1.922-3.484 4.453-6.828 7.422-9.469-2.391 1.031-4.984 3.625-6.672 5.531 1.313-5.719 6.406-9.766 12.266-9.766 0.234 0 0.469 0 0.703 0.016 1.937-0.891 4.641-1.828 6.766-1.828 2.531 0 4.703 0.969 4.703 3.828 0 1.5-0.578 3.125-1.172 4.469 1.031 1.859 1.578 3.969 1.578 6.094zM26.906 4.641c0-1.75-1.25-2.828-2.969-2.828-1.313 0-2.797 0.531-3.969 1.094 2.531 0.984 4.703 2.797 6.141 5.109 0.391-1.031 0.797-2.281 0.797-3.375zM2 23.969c0 1.813 1.078 2.797 2.859 2.797 1.391 0 2.938-0.625 4.156-1.297-2.547-1.5-4.516-3.891-5.484-6.687-0.719 1.5-1.531 3.5-1.531 5.187zM9.875 12.828h11.375c-0.109-3.016-2.766-5.187-5.688-5.187-2.938 0-5.578 2.172-5.688 5.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-television\" viewBox=\"0 0 30 28\">\n<title>television</title>\n<path d=\"M28 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 4.5v15c0 1.375-1.125 2.5-2.5 2.5h-11.5v2h5.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-2h-11.5c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-contao\" viewBox=\"0 0 28 28\">\n<title>contao</title>\n<path d=\"M2.156 2h3.078c-0.734 0.672-1.391 1.453-1.969 2.328-2.422 3.734-1.437 7.828-0.5 12.234 0.766 3.578 1.406 6.984 3.641 9.438h-4.25c-1 0-1.813-0.812-1.813-1.813v-20.375c0-1 0.812-1.813 1.813-1.813zM21.031 2h4.813c1 0 1.813 0.812 1.813 1.813v20.375c0 1-0.812 1.813-1.813 1.813h-2.781c2.063-2.047 3.234-5.016 3.063-8.828l-7.328 1.578c-0.094 1.734-0.688 3.406-3.063 3.906-1.328 0.281-2.422-0.031-3.109-0.625-0.844-0.719-1.516-1.656-2.641-7-1.141-5.359-0.906-6.484-0.438-7.484 0.391-0.812 1.266-1.563 2.578-1.844 2.391-0.5 3.609 0.797 4.406 2.344l7.313-1.563c-0.719-1.844-1.672-3.344-2.812-4.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-500px\" viewBox=\"0 0 22 28\">\n<title>500px</title>\n<path d=\"M21.891 24.172l-0.094 0.094c-1.172 1.172-2.531 2.094-4.047 2.734-1.578 0.656-3.234 1-4.953 1s-3.391-0.344-4.953-1c-1.516-0.641-2.891-1.563-4.047-2.734-1.172-1.156-2.094-2.516-2.734-4.031-0.391-0.953-0.703-1.937-0.844-2.953v0c-0.063-0.438 0.547-0.531 0.75-0.562 0.484-0.078 0.812-0.047 0.875 0.313 0.016 0.016 0.016 0.031 0.016 0.063 0.063 0.313 0.219 1.25 0.719 2.484 0.516 1.281 1.313 2.469 2.375 3.531 1.016 1.016 2.203 1.813 3.531 2.375 1.359 0.578 2.812 0.875 4.312 0.875 1.484 0 2.938-0.297 4.312-0.875 1.313-0.562 2.5-1.359 3.516-2.375l0.094-0.094c0.109-0.109 0.234-0.141 0.391-0.094 0.141 0.031 0.313 0.156 0.516 0.344v0c0.5 0.516 0.391 0.766 0.266 0.906zM14.516 14.562l-1.031 1.031 0.984 0.984c0.109 0.109 0.313 0.344-0.109 0.766-0.172 0.172-0.344 0.266-0.5 0.266-0.109 0-0.203-0.047-0.297-0.156l-0.969-0.953-1.031 1.031c-0.031 0.031-0.109 0.078-0.234 0.078-0.141 0-0.313-0.078-0.484-0.25l-0.031-0.031c-0.109-0.094-0.281-0.266-0.281-0.453 0-0.094 0.047-0.172 0.125-0.266l1.031-1.016-1.031-1.031c-0.172-0.172-0.094-0.391 0.219-0.703 0.187-0.187 0.344-0.281 0.484-0.281 0.078 0 0.141 0.031 0.203 0.078l1.016 1.031 1.016-1.016c0.172-0.172 0.453-0.094 0.75 0.203 0.187 0.187 0.391 0.453 0.172 0.688zM21.875 15.453c0 1.234-0.25 2.438-0.719 3.563-0.469 1.094-1.125 2.063-1.969 2.906s-1.828 1.5-2.922 1.969c-1.125 0.484-2.328 0.719-3.563 0.719s-2.438-0.234-3.563-0.719c-1.094-0.469-2.078-1.125-2.922-1.969s-1.5-1.813-1.953-2.906c-0.094-0.203-0.234-0.594-0.234-0.625h-0.016c-0.141-0.438 0.484-0.625 0.672-0.688 0.453-0.141 0.797-0.203 0.938 0.187 0.375 1 0.953 1.969 1.516 2.609h0.016v-5.328c0.031-1.313 0.578-2.641 1.594-3.625 1.047-1.031 2.453-1.609 3.953-1.609 3.063 0 5.547 2.469 5.547 5.5 0 3.063-2.5 5.547-5.547 5.547-0.609 0-1.062-0.047-1.75-0.25-0.078-0.031-0.438-0.187-0.203-0.953 0.063-0.203 0.25-0.797 0.688-0.672 0.031 0 0.797 0.187 1.203 0.187 2.172 0 3.875-1.687 3.875-3.844 0-1.016-0.406-1.969-1.125-2.672-0.719-0.719-1.687-1.109-2.734-1.109-1.078 0-2.063 0.438-2.781 1.25-0.625 0.703-1 1.641-1 2.5v6.453c1.125 0.688 2.422 1.047 3.781 1.047 2 0 3.937-0.797 5.328-2.188 1.406-1.406 2.188-3.297 2.188-5.281 0-2-0.781-3.875-2.203-5.297-1.406-1.406-3.281-2.188-5.297-2.188s-3.906 0.781-5.313 2.188c-0.016 0.016-0.906 0.938-1.203 1.359l-0.031 0.031c-0.187 0.266-0.359 0.516-1.141 0.344-0.391-0.094-0.812-0.328-0.812-0.672v-10.625c0-0.281 0.219-0.594 0.594-0.594h13.703c0.469 0 0.469 0.656 0.469 0.859 0 0.219 0 0.859-0.469 0.859h-12.672v7.547h0.016c0.875-0.922 2.391-1.891 3.281-2.266 1.109-0.469 2.359-0.719 3.609-0.719 1.234 0 2.438 0.234 3.563 0.719 1.094 0.469 2.078 1.125 2.922 1.969s1.5 1.813 1.969 2.906c0.469 1.141 0.719 2.328 0.719 3.578zM21.391 6.375c0.297 0.266 0.094 0.547-0.203 0.891-0.187 0.187-0.391 0.406-0.609 0.406-0.094 0-0.172-0.031-0.25-0.109-1.125-0.969-2.141-1.625-3.234-2.078-1.359-0.594-2.812-0.875-4.312-0.875-1.328 0-2.781 0.266-4.094 0.766-0.406 0.156-0.625-0.375-0.703-0.578-0.094-0.25-0.141-0.453-0.125-0.594 0.031-0.156 0.109-0.266 0.25-0.313 1.281-0.562 3.031-0.891 4.672-0.891 1.703 0 3.375 0.344 4.937 1 1.437 0.609 2.609 1.359 3.672 2.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-amazon\" viewBox=\"0 0 28 28\">\n<title>amazon</title>\n<path d=\"M24.234 23.063c0.469-0.234 0.828 0.125 0.344 0.75s-4.375 4.188-10.906 4.188-11.531-4.469-13.062-6.312c-0.422-0.484 0.063-0.703 0.344-0.516 4.578 2.781 11.734 7.359 23.281 1.891zM27.469 21.266c0.234 0.313 0 1.687-0.406 2.688-0.406 0.984-1 1.672-1.328 1.937-0.344 0.281-0.594 0.172-0.406-0.234s1.203-2.906 0.797-3.437c-0.406-0.516-2.312-0.266-3-0.203-0.672 0.063-0.812 0.125-0.875-0.016-0.141-0.359 1.359-0.969 2.344-1.094 0.984-0.109 2.562-0.047 2.875 0.359zM21.313 14.344c0 1.719 2.016 3.297 2.016 3.297l-3.547 3.5c-1.391-1.313-2.438-2.406-2.438-2.406-0.156-0.156-0.281-0.344-0.391-0.516-2.828 4.422-11.469 4.141-11.469-2.703 0-6.375 7.547-7.234 10.594-7.344v-1.984c0-0.422 0.156-2.344-2.219-2.344 0 0-2.375 0-3.391 3.094l-4.594-0.422c0-3.078 2.922-6.516 8.422-6.516 5.484 0 7.016 3.563 7.016 5.141v9.203zM10.813 14.672c0 3.172 5.266 3.922 5.266-1.078v-2.531c-2.109 0.063-5.266 0.656-5.266 3.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-plus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-plus-o</title>\n<path d=\"M24 4c1.094 0 2 0.906 2 2v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2zM18 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM24 26v-16h-22v16h22zM14 17h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-minus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-minus-o</title>\n<path d=\"M18 17.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-times-o\" viewBox=\"0 0 26 28\">\n<title>calendar-times-o</title>\n<path d=\"M17.359 21.641l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.938-2.953-2.938 2.953c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l2.953-2.938-2.953-2.938c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.938 2.938 2.938-2.938c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703l-2.938 2.938 2.938 2.938c0.187 0.203 0.187 0.516 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-check-o\" viewBox=\"0 0 26 28\">\n<title>calendar-check-o</title>\n<path d=\"M20.359 15.062l-8 8c-0.203 0.187-0.516 0.187-0.719 0l-4.5-4.5c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l3.437 3.437 6.937-6.937c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-industry\" viewBox=\"0 0 28 28\">\n<title>industry</title>\n<path d=\"M7 0c0.547 0 1 0.453 1 1v13.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v5.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v18c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-pin\" viewBox=\"0 0 16 28\">\n<title>map-pin</title>\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-signs\" viewBox=\"0 0 28 28\">\n<title>map-signs</title>\n<path d=\"M27.266 4.641c0.203 0.203 0.203 0.516 0 0.719l-2.203 2.203c-0.281 0.281-0.672 0.438-1.062 0.438h-21c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h9v-1c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1h8c0.391 0 0.781 0.156 1.062 0.438zM12 19h4v8c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-8zM25 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-21c-0.391 0-0.781-0.156-1.062-0.438l-2.203-2.203c-0.203-0.203-0.203-0.516 0-0.719l2.203-2.203c0.281-0.281 0.672-0.438 1.062-0.438h8v-3h4v3h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-o\" viewBox=\"0 0 32 28\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map\" viewBox=\"0 0 28 28\">\n<title>map</title>\n<path d=\"M8 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM27.5 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM10 0c0.078 0 0.156 0.016 0.219 0.047l8 4c0.172 0.094 0.281 0.266 0.281 0.453v23c0 0.266-0.234 0.5-0.5 0.5-0.078 0-0.156-0.016-0.219-0.047l-8-4c-0.172-0.094-0.281-0.266-0.281-0.453v-23c0-0.266 0.234-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting\" viewBox=\"0 0 28 28\">\n<title>commenting</title>\n<path d=\"M10 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 14c0 5.531-6.266 10-14 10-1.141 0-2.25-0.094-3.297-0.281-1.781 1.781-4.109 3-6.797 3.578-0.422 0.078-0.875 0.156-1.344 0.203-0.25 0.031-0.484-0.141-0.547-0.375v0c-0.063-0.25 0.125-0.406 0.313-0.578 0.984-0.922 2.156-1.656 2.562-4.953-2.984-1.828-4.891-4.547-4.891-7.594 0-5.531 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting-o\" viewBox=\"0 0 28 28\">\n<title>commenting-o</title>\n<path d=\"M10 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM16 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10v0c7.734 0 14 4.484 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-houzz\" viewBox=\"0 0 16 28\">\n<title>houzz</title>\n<path d=\"M8 18.609l8-4.609v9.234l-8 4.625v-9.25zM0 14v9.234l8-4.625-8-4.609zM8 0.141v9.234l-8 4.625v-9.234zM8 9.375l8-4.609v9.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo\" viewBox=\"0 0 28 28\">\n<title>vimeo</title>\n<path d=\"M26.703 8.094c-0.109 2.469-1.844 5.859-5.187 10.172-3.469 4.484-6.375 6.734-8.781 6.734-1.484 0-2.734-1.375-3.75-4.109-0.688-2.5-1.375-5.016-2.063-7.531-0.75-2.734-1.578-4.094-2.453-4.094-0.187 0-0.844 0.391-1.984 1.188l-1.203-1.531c1.25-1.109 2.484-2.234 3.719-3.313 1.656-1.469 2.922-2.203 3.766-2.281 1.984-0.187 3.187 1.156 3.656 4.047 0.484 3.125 0.844 5.078 1.031 5.828 0.578 2.594 1.188 3.891 1.875 3.891 0.531 0 1.328-0.828 2.406-2.516 1.062-1.687 1.625-2.969 1.703-3.844 0.141-1.453-0.422-2.172-1.703-2.172-0.609 0-1.234 0.141-1.891 0.406 1.25-4.094 3.641-6.078 7.172-5.969 2.609 0.078 3.844 1.781 3.687 5.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-black-tie\" viewBox=\"0 0 24 28\">\n<title>black-tie</title>\n<path d=\"M0 2h24v24h-24v-24zM16.953 19.422l-3.453-9.859 3.453-4.641h-9.906l3.453 4.641-3.453 9.859 4.953 4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fonticons\" viewBox=\"0 0 24 28\">\n<title>fonticons</title>\n<path d=\"M0 2h24v24h-24v-24zM14.187 7l-0.187 0.516 1.172 1.297-0.484 1.781 0.391 0.391 1.672-0.891 1.672 0.891 0.391-0.391-0.484-1.781 1.172-1.297-0.187-0.516h-1.484l-0.828-1.5h-0.5l-0.828 1.5h-1.484zM10.016 9.547c0.641 0 0.891 0.234 0.875 1.234l2.719-0.328c0-2.391-1.641-2.828-3.469-2.828-2.719 0-4.141 1.094-4.141 3.75v1.125h-1.5v2h1.188c0.156 0 0.313 0 0.313 0.125v5.969c0 0.297-0.078 0.391-0.359 0.422l-1.141 0.109v1.375h7v-1.344l-2.328-0.219c-0.281-0.031-0.172-0.078-0.172-0.391v-6.047h2.984l0.594-2h-3.609c-0.156 0 0.031-0.109 0.031-0.234v-1.25c0-0.938 0.031-1.469 1.016-1.469zM19.5 22.5v-1.344l-0.844-0.141c-0.297-0.047-0.156-0.078-0.156-0.391v-8.125h-4.297l-0.359 1.578 1.297 0.344c0.203 0.063 0.359 0.203 0.359 0.422v5.781c0 0.297-0.125 0.359-0.406 0.391l-1.094 0.141v1.344h5.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-alien\" viewBox=\"0 0 28 28\">\n<title>reddit-alien</title>\n<path d=\"M28 13.219c0 1.219-0.688 2.266-1.703 2.781 0.125 0.484 0.187 0.984 0.187 1.5 0 4.937-5.578 8.937-12.453 8.937-6.859 0-12.437-4-12.437-8.937 0-0.5 0.063-1 0.172-1.469-1.047-0.516-1.766-1.578-1.766-2.812 0-1.719 1.391-3.109 3.109-3.109 0.891 0 1.687 0.375 2.266 0.984 2.109-1.469 4.922-2.422 8.047-2.531l1.813-8.141c0.063-0.281 0.359-0.469 0.641-0.406l5.766 1.266c0.375-0.75 1.172-1.281 2.078-1.281 1.297 0 2.344 1.047 2.344 2.328 0 1.297-1.047 2.344-2.344 2.344-1.281 0-2.328-1.047-2.328-2.328l-5.219-1.156-1.625 7.375c3.141 0.094 5.984 1.031 8.109 2.5 0.562-0.594 1.359-0.953 2.234-0.953 1.719 0 3.109 1.391 3.109 3.109zM6.531 16.328c0 1.297 1.047 2.344 2.328 2.344 1.297 0 2.344-1.047 2.344-2.344 0-1.281-1.047-2.328-2.344-2.328-1.281 0-2.328 1.047-2.328 2.328zM19.187 21.875c0.234-0.234 0.234-0.578 0-0.812-0.219-0.219-0.578-0.219-0.797 0-0.938 0.953-2.953 1.281-4.391 1.281s-3.453-0.328-4.391-1.281c-0.219-0.219-0.578-0.219-0.797 0-0.234 0.219-0.234 0.578 0 0.812 1.484 1.484 4.344 1.594 5.187 1.594s3.703-0.109 5.187-1.594zM19.141 18.672c1.281 0 2.328-1.047 2.328-2.344 0-1.281-1.047-2.328-2.328-2.328-1.297 0-2.344 1.047-2.344 2.328 0 1.297 1.047 2.344 2.344 2.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edge\" viewBox=\"0 0 28 28\">\n<title>edge</title>\n<path d=\"M1.078 12.422h0.016c0.812-6.469 5.234-12.437 13.141-12.422 4.797 0 8.75 2.25 11.062 6.391 1.188 2.141 1.625 4.422 1.625 6.906v2.938h-17.578c0.078 7.25 10.656 7 15.219 3.813v5.891c-2.672 1.609-8.703 3-13.406 1.203-3.984-1.531-6.766-5.672-6.813-9.703-0.063-5.203 2.578-8.656 6.813-10.625-0.891 1.125-1.578 2.344-1.937 4.453h9.922c0.578-5.922-5.609-5.922-5.609-5.922-5.844 0.203-10.063 3.609-12.453 7.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card-alt\" viewBox=\"0 0 36 28\">\n<title>credit-card-alt</title>\n<path d=\"M0 23.5v-9.5h36v9.5c0 1.375-1.125 2.5-2.5 2.5h-31c-1.375 0-2.5-1.125-2.5-2.5zM10 20v2h6v-2h-6zM4 20v2h4v-2h-4zM33.5 2c1.375 0 2.5 1.125 2.5 2.5v3.5h-36v-3.5c0-1.375 1.125-2.5 2.5-2.5h31z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codiepie\" viewBox=\"0 0 27 28\">\n<title>codiepie</title>\n<path d=\"M24.75 20.156l-3.406-1.734c-1.531 2.5-4.25 4.031-7.187 4.031-4.656 0-8.422-3.766-8.422-8.406 0-4.656 3.766-8.422 8.422-8.422 2.734 0 5.297 1.328 6.875 3.578l3.359-1.953c-2.297-3.531-6.188-5.641-10.391-5.641-6.844 0-12.391 5.547-12.391 12.391s5.547 12.391 12.391 12.391c4.438 0 8.547-2.375 10.75-6.234zM16.094 13.953l10.828 5.5c-2.375 5.187-7.141 8.547-12.922 8.547-7.734 0-14-6.266-14-14s6.266-14 14-14c5.5 0 10.031 3.031 12.594 7.812zM24.109 14h-0.609v2.5h-1.5v-5.5h2.125c1.734 0 1.891 3-0.016 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-modx\" viewBox=\"0 0 28 28\">\n<title>modx</title>\n<path d=\"M22.297 11.078l-9.594-6.031 1.437-2.359h13.359zM6.328 15.219l-2.875-1.813v-13.406l18.484 11.609zM22.25 13.109l2.297 1.484v13.406l-8.313-5.234zM21.672 12.781l-7.812 12.531h-13.359l5.563-8.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fort-awesome\" viewBox=\"0 0 26 28\">\n<title>fort-awesome</title>\n<path d=\"M10 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM18 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM26 16.25v11.75h-10v-5c0-1.656-1.344-3-3-3s-3 1.344-3 3v5h-10v-11.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-9.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.328 0.438-0.25 0.641-0.25v-6.109c-0.297-0.141-0.5-0.453-0.5-0.781 0-0.469 0.391-0.859 0.859-0.859s0.859 0.391 0.859 0.859c0 0.328-0.203 0.641-0.5 0.781v0.266c0.422-0.094 0.859-0.156 1.297-0.156 0.641 0 1.25 0.234 1.781 0.234 0.484 0 1.031-0.234 1.313-0.234 0.141 0 0.25 0.109 0.25 0.25v3.281c0 0.375-1.266 0.438-1.516 0.438-0.578 0-1.125-0.234-1.719-0.234-0.469 0-0.953 0.078-1.406 0.187v2.078c0.203 0 0.641-0.078 0.641 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v9.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-usb\" viewBox=\"0 0 36 28\">\n<title>usb</title>\n<path d=\"M35.75 12.578c0.156 0.078 0.25 0.25 0.25 0.422s-0.094 0.344-0.25 0.422l-5 3c-0.078 0.047-0.156 0.078-0.25 0.078-0.078 0-0.172-0.016-0.25-0.063-0.156-0.094-0.25-0.25-0.25-0.438v-2h-13.406c0.5 0.781 0.922 1.703 1.297 2.578 0.75 1.687 1.516 3.422 2.609 3.422h1.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-2.391 0-3.469-2.453-4.438-4.609-0.734-1.672-1.5-3.391-2.562-3.391h-5.625c-0.453 1.719-2.016 3-3.875 3-2.203 0-4-1.797-4-4s1.797-4 4-4c1.859 0 3.422 1.281 3.875 3h1.625c1.062 0 1.828-1.719 2.562-3.391 0.969-2.156 2.047-4.609 4.438-4.609h1.672c0.422-1.172 1.516-2 2.828-2 1.656 0 3 1.344 3 3s-1.344 3-3 3c-1.313 0-2.406-0.828-2.828-2h-1.672c-1.094 0-1.859 1.734-2.609 3.422-0.375 0.875-0.797 1.797-1.297 2.578h17.406v-2c0-0.187 0.094-0.344 0.25-0.438s0.359-0.078 0.5 0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-product-hunt\" viewBox=\"0 0 28 28\">\n<title>product-hunt</title>\n<path d=\"M17.969 11.906c0 1.156-0.938 2.094-2.109 2.094v0h-3.953v-4.203h3.953c1.172 0 2.109 0.938 2.109 2.109zM20.766 11.906c0-2.719-2.188-4.906-4.906-4.906v0h-6.766v14h2.812v-4.203h3.953c2.719 0 4.906-2.188 4.906-4.891zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mixcloud\" viewBox=\"0 0 36 28\">\n<title>mixcloud</title>\n<path d=\"M25.703 17.156c0-1.25-0.797-2.312-1.891-2.734-0.078 0.484-0.203 0.969-0.359 1.437-0.156 0.5-0.625 0.812-1.125 0.812-0.125 0-0.25-0.016-0.375-0.047-0.641-0.219-0.969-0.891-0.766-1.516 0.234-0.719 0.359-1.469 0.359-2.234 0-3.906-3.187-7.094-7.109-7.094-2.812 0-5.344 1.672-6.469 4.172 1.094 0.281 2.109 0.844 2.938 1.656 0.469 0.469 0.469 1.234 0 1.703s-1.234 0.469-1.703 0c-0.75-0.75-1.75-1.172-2.812-1.172-2.203 0-4 1.781-4 3.984s1.797 3.984 4 3.984h16.344c1.641 0 2.969-1.328 2.969-2.953zM28.094 17.156c0 2.953-2.406 5.344-5.359 5.344h-16.344c-3.531 0-6.391-2.859-6.391-6.375 0-3.203 2.375-5.844 5.453-6.297 1.297-3.813 4.906-6.438 8.984-6.438 4.922 0 8.984 3.766 9.453 8.563 2.391 0.516 4.203 2.656 4.203 5.203zM32 17.156c0 1.781-0.516 3.5-1.516 4.984-0.234 0.344-0.609 0.516-1 0.516v0c-0.234 0-0.469-0.063-0.672-0.203-0.547-0.359-0.688-1.109-0.313-1.656 0.734-1.078 1.109-2.328 1.109-3.641 0-1.297-0.375-2.562-1.109-3.641-0.375-0.547-0.234-1.281 0.313-1.656s1.297-0.219 1.672 0.328c1 1.469 1.516 3.187 1.516 4.969zM36 17.156c0 2.484-0.719 4.875-2.094 6.922-0.234 0.344-0.609 0.531-1 0.531v0c-0.219 0-0.453-0.063-0.656-0.203-0.547-0.375-0.703-1.109-0.328-1.656 1.094-1.656 1.687-3.594 1.687-5.594s-0.594-3.937-1.687-5.578c-0.375-0.547-0.219-1.297 0.328-1.656 0.547-0.375 1.281-0.234 1.656 0.328 1.375 2.031 2.094 4.422 2.094 6.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-scribd\" viewBox=\"0 0 24 28\">\n<title>scribd</title>\n<path d=\"M23.438 24.203c0 1.859-1.5 3.375-3.375 3.375s-3.391-1.516-3.391-3.375c0-1.875 1.516-3.391 3.391-3.391s3.375 1.516 3.375 3.391zM19.797 19.812c-2.375 0.313-4.219 2.344-4.219 4.813 0 0.766 0.187 1.516 0.516 2.156-1.406 0.75-3.313 1.219-5.922 1.219-8.313 0-9.609-5.875-9.609-6.656 0-0.797 0.469-3.406 3.406-3.406s3.344 2.516 3.344 3.031c0 0 0 0.531-0.359 1.266 1 0.938 3.359 0.938 3.359 0.938 2.359 0 4.141-1.156 4.141-2.875 0-1.734-2-2.578-6.563-4.719-4.562-2.156-6.281-3.734-6.281-7.656 0-3.938 2.625-7.922 9.172-7.922s9.016 3.672 9.016 6.188-2.141 3.141-2.938 3.141c-0.781 0-3.672 0.266-3.672-4.078-0.516-0.578-2.766-0.578-2.766-0.578-2.266 0-3.266 1.719-3.266 2.766 0 1.062 0.422 2.375 5.141 3.938 7.234 2.406 7.5 5.547 7.5 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle\" viewBox=\"0 0 24 28\">\n<title>pause-circle</title>\n<path d=\"M11 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM18 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle-o\" viewBox=\"0 0 24 28\">\n<title>pause-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM13.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle\" viewBox=\"0 0 24 28\">\n<title>stop-circle</title>\n<path d=\"M17 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle-o\" viewBox=\"0 0 24 28\">\n<title>stop-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-bag\" viewBox=\"0 0 28 28\">\n<title>shopping-bag</title>\n<path d=\"M27.453 22l0.547 4.891c0.031 0.281-0.063 0.562-0.25 0.781-0.187 0.203-0.469 0.328-0.75 0.328h-26c-0.281 0-0.562-0.125-0.75-0.328-0.187-0.219-0.281-0.5-0.25-0.781l0.547-4.891h26.906zM26 8.891l1.344 12.109h-26.688l1.344-12.109c0.063-0.5 0.484-0.891 1-0.891h4v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h6v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h4c0.516 0 0.938 0.391 1 0.891zM20 6v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-3.313 2.688-6 6-6s6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-basket\" viewBox=\"0 0 32 28\">\n<title>shopping-basket</title>\n<path d=\"M30 12c1.109 0 2 0.891 2 2s-0.891 2-2 2h-0.234l-1.797 10.344c-0.172 0.953-1 1.656-1.969 1.656h-20c-0.969 0-1.797-0.703-1.969-1.656l-1.797-10.344h-0.234c-1.109 0-2-0.891-2-2s0.891-2 2-2h28zM7.578 24.5c0.547-0.047 0.969-0.531 0.922-1.078l-0.5-6.5c-0.047-0.547-0.531-0.969-1.078-0.922s-0.969 0.531-0.922 1.078l0.5 6.5c0.047 0.516 0.484 0.922 1 0.922h0.078zM14 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM20 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM25.5 23.578l0.5-6.5c0.047-0.547-0.375-1.031-0.922-1.078s-1.031 0.375-1.078 0.922l-0.5 6.5c-0.047 0.547 0.375 1.031 0.922 1.078h0.078c0.516 0 0.953-0.406 1-0.922zM7.438 4.562l-1.453 6.438h-2.063l1.578-6.891c0.406-1.828 2.016-3.109 3.891-3.109h2.609c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1h2.609c1.875 0 3.484 1.281 3.891 3.109l1.578 6.891h-2.063l-1.453-6.438c-0.219-0.922-1.016-1.563-1.953-1.563h-2.609c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1h-2.609c-0.938 0-1.734 0.641-1.953 1.563z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hashtag\" viewBox=\"0 0 28 28\">\n<title>hashtag</title>\n<path d=\"M15.484 16l1-4h-3.969l-1 4h3.969zM27.484 8.125l-0.875 3.5c-0.063 0.219-0.25 0.375-0.484 0.375h-5.109l-1 4h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.141 0.281 0.094 0.438l-0.875 3.5c-0.047 0.219-0.25 0.375-0.484 0.375h-5.109l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.5c-0.156 0-0.313-0.078-0.406-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-3.969l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.516c-0.141 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l0.875-3.5c0.063-0.219 0.25-0.375 0.484-0.375h5.109l1-4h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.141-0.281-0.094-0.438l0.875-3.5c0.047-0.219 0.25-0.375 0.484-0.375h5.109l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h3.969l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth\" viewBox=\"0 0 24 28\">\n<title>bluetooth</title>\n<path d=\"M13.141 16.453l2.312 2.312-2.328 2.328zM13.125 6.906l2.328 2.328-2.312 2.312-0.016-4.641zM11.094 26.031l7.25-7.25-4.781-4.781 4.781-4.781-7.25-7.25v9.547l-3.984-3.984-1.453 1.453 5 5.016-5 5.016 1.453 1.453 3.984-3.984v9.547zM22.328 14c0 11.094-4.219 14-10.328 14v0c-6.109 0-10.328-2.906-10.328-14s4.219-14 10.328-14 10.328 2.906 10.328 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth-b\" viewBox=\"0 0 16 28\">\n<title>bluetooth-b</title>\n<path d=\"M9.312 22.234l2.703-2.688-2.703-2.688v5.375zM9.312 11.141l2.703-2.688-2.703-2.688v5.375zM9.812 14l5.563 5.563-8.422 8.437v-11.109l-4.641 4.625-1.687-1.687 5.812-5.828-5.812-5.828 1.687-1.687 4.641 4.625v-11.109l8.422 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-percent\" viewBox=\"0 0 24 28\">\n<title>percent</title>\n<path d=\"M20 20c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM8 8c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM24 20c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM22.5 3c0 0.219-0.078 0.422-0.203 0.594l-16.5 22c-0.187 0.25-0.484 0.406-0.797 0.406h-2.5c-0.547 0-1-0.453-1-1 0-0.219 0.078-0.422 0.203-0.594l16.5-22c0.187-0.25 0.484-0.406 0.797-0.406h2.5c0.547 0 1 0.453 1 1zM12 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gitlab\" viewBox=\"0 0 28 28\">\n<title>gitlab</title>\n<path d=\"M1.625 11.031l12.375 15.859-13.563-9.844c-0.375-0.281-0.531-0.766-0.391-1.203l1.578-4.813zM8.844 11.031h10.313l-5.156 15.859zM5.75 1.469l3.094 9.562h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0zM26.375 11.031l1.578 4.813c0.141 0.438-0.016 0.922-0.391 1.203l-13.563 9.844 12.375-15.859zM26.375 11.031h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpbeginner\" viewBox=\"0 0 28 28\">\n<title>wpbeginner</title>\n<path d=\"M6 13h2.5v-3.5h-2.5v3.5zM19.078 18.188v-1.437c-1.344 0.469-2.453 0.578-3.797 0.594-3.016 0.016-5.688-1.234-7.5-2.641l0.016 1.5c1.703 1.547 4.312 2.766 7.562 2.75 1.359 0 2.641-0.281 3.719-0.766zM10 13h10v-3.5h-10v3.5zM28 12.5c0 1.984-0.562 3.859-1.547 5.5 0.875 1 1.391 2.234 1.391 3.578 0 3.266-3.094 5.922-6.922 5.922-2.594 0-4.844-1.219-6.031-3.016-0.297 0.016-0.594 0.016-0.891 0.016s-0.594 0-0.891-0.016c-1.188 1.797-3.437 3.016-6.031 3.016-3.828 0-6.922-2.656-6.922-5.922 0-1.344 0.516-2.578 1.391-3.578-0.984-1.641-1.547-3.516-1.547-5.5 0-6.625 6.266-12 14-12s14 5.375 14 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpforms\" viewBox=\"0 0 24 28\">\n<title>wpforms</title>\n<path d=\"M8.047 14.234v2h-3.938v-2h3.938zM8.047 10.25v1.984h-3.938v-1.984h3.938zM19.891 18.234v2h-5.328v-2h5.328zM19.891 14.234v2h-10.5v-2h10.5zM19.891 10.25v1.984h-10.5v-1.984h10.5zM22 23.688v-19.375c0-0.172-0.141-0.313-0.313-0.313h-0.5l-5.906 4-3.281-2.672-3.281 2.672-5.906-4h-0.5c-0.172 0-0.313 0.141-0.313 0.313v19.375c0 0.172 0.141 0.313 0.313 0.313h19.375c0.172 0 0.313-0.141 0.313-0.313zM8.641 6.344l2.891-2.344h-6.344zM15.359 6.344l3.453-2.344h-6.344zM24 4.312v19.375c0 1.281-1.031 2.312-2.312 2.312h-19.375c-1.281 0-2.312-1.031-2.312-2.312v-19.375c0-1.281 1.031-2.312 2.312-2.312h19.375c1.281 0 2.312 1.031 2.312 2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envira\" viewBox=\"0 0 30 28\">\n<title>envira</title>\n<path d=\"M14 12.75c-1.984-3.75-3.813-7.406-9.016-9.875-3.109-1.469-0.328 0.578-0.328 0.578 2.828 1.953 4.125 4.594 5.641 7.484 1.969 3.766 4.937 8.734 9.016 10.484 4.062 1.75 2.141 0.781 0.375-0.531-1.766-1.328-4.266-5.437-5.688-8.141zM8.578 21.234c-5.641-4.469-5.328-9.812-8.578-21.234 29.859 0 22.922 19.828 22.953 22.891l5.047 5.109h-1.625l-4.391-4.453c-2.438 0.266-7.781 2.156-13.406-2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-universal-access\" viewBox=\"0 0 28 28\">\n<title>universal-access</title>\n<path d=\"M21.469 10.266c-0.125-0.531-0.656-0.859-1.203-0.734-2.234 0.531-4.266 0.969-6.266 0.969s-4.031-0.438-6.266-0.969c-0.547-0.125-1.078 0.203-1.203 0.734-0.125 0.547 0.203 1.078 0.734 1.203 1.656 0.391 3.203 0.734 4.734 0.906-0.063 5.281-0.641 6.75-1.297 8.437l-0.141 0.328c-0.203 0.516 0.063 1.094 0.578 1.297 0.109 0.047 0.234 0.063 0.359 0.063 0.406 0 0.781-0.234 0.938-0.641l0.125-0.313c0.438-1.125 0.844-2.172 1.109-4.047h0.656c0.266 1.875 0.672 2.922 1.109 4.047l0.125 0.313c0.156 0.406 0.531 0.641 0.938 0.641 0.125 0 0.25-0.016 0.359-0.063 0.516-0.203 0.781-0.781 0.578-1.297l-0.141-0.328c-0.656-1.687-1.234-3.156-1.297-8.437 1.531-0.172 3.078-0.516 4.734-0.906 0.531-0.125 0.859-0.656 0.734-1.203zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM25 14c0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11 11 4.922 11 11zM14 2c-6.609 0-12 5.391-12 12s5.391 12 12 12 12-5.391 12-12-5.391-12-12-12zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair-alt\" viewBox=\"0 0 24 28\">\n<title>wheelchair-alt</title>\n<path d=\"M22.469 12.703c0.328 0.344 0.5 0.812 0.453 1.281l-0.688 8.609c-0.078 0.875-0.797 1.531-1.656 1.531-0.047 0-0.094 0-0.141-0.016-0.922-0.063-1.594-0.875-1.531-1.781l0.547-6.703-2.234 0.125c0.547 1.125 0.859 2.406 0.859 3.75 0 2.25-0.875 4.297-2.312 5.812l-2.141-2.141c0.875-0.969 1.422-2.266 1.422-3.672 0-3.031-2.453-5.484-5.469-5.484-1.422 0-2.703 0.547-3.687 1.437l-2.141-2.156c1.203-1.141 2.734-1.922 4.438-2.203l4.125-4.688-2.328-1.359-2.828 2.516c-0.688 0.625-1.734 0.562-2.344-0.125s-0.547-1.734 0.125-2.344l3.734-3.328c0.531-0.484 1.313-0.562 1.937-0.187 7.609 4.422 7.625 4.422 7.625 4.422 0.406 0.234 0.641 0.641 0.75 1.062 0.156 0.609 0.047 1.297-0.406 1.828l-3.203 3.625 5.797-0.313c0.484-0.031 0.953 0.141 1.297 0.5zM19.375 5.563c-1.531 0-2.781-1.234-2.781-2.781 0-1.531 1.25-2.781 2.781-2.781 1.547 0 2.797 1.25 2.797 2.781 0 1.547-1.25 2.781-2.797 2.781zM9.578 24.969c1.125 0 2.188-0.359 3.063-0.953l2.172 2.172c-1.437 1.141-3.266 1.813-5.234 1.813-4.703 0-8.516-3.813-8.516-8.5 0-1.984 0.672-3.797 1.813-5.25l2.172 2.172c-0.594 0.875-0.938 1.937-0.938 3.078 0 3.016 2.453 5.469 5.469 5.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle-o\" viewBox=\"0 0 24 28\">\n<title>question-circle-o</title>\n<path d=\"M13.75 18.75v2.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-2.5c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5zM17.75 11c0 2.219-1.547 3.094-2.688 3.734-0.812 0.469-1.313 0.766-1.313 1.266v0.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1.062c0-1.922 1.375-2.531 2.484-3.031 0.938-0.438 1.516-0.734 1.516-1.437 0-0.906-1.141-1.578-2.172-1.578-0.547 0-1.125 0.172-1.484 0.422-0.344 0.234-0.672 0.578-1.25 1.297-0.094 0.125-0.234 0.187-0.391 0.187-0.109 0-0.219-0.031-0.297-0.094l-1.687-1.281c-0.203-0.156-0.25-0.453-0.109-0.672 1.281-2.016 3.078-3 5.453-3v0c2.562 0 5.437 2.031 5.437 4.75zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-blind\" viewBox=\"0 0 22 28\">\n<title>blind</title>\n<path d=\"M5.719 4.859c-1.344 0-2.438-1.094-2.438-2.438 0-1.328 1.094-2.422 2.438-2.422s2.422 1.094 2.422 2.422c0 1.344-1.078 2.438-2.422 2.438zM14.328 14.891c0 1.687-1.797 1.313-2.203 0.625l-5.734-6.844c-0.25-0.406-0.438-0.219-0.438-0.219s-0.109 0.125 0.063 0.328l1.906 2.172 0.016 5.531c-1.344 3.906-2.516 7.141-2.516 7.141-0.734 2.094-1.344 3.906-1.875 4.156-0.641 0.328-1.109 0.25-1.609 0.016-0.656-0.297-0.844-1.094-0.797-1.563 0 0 0.031-0.25 3.078-9.656l0.078-6.5-1.328 2.562 0.547 3.469c0.203 1.313-0.906 1.484-0.906 1.484-1.062 0.172-1.281-1.062-1.281-1.094l-0.719-4.672c3.281-5.922 3.297-5.953 3.297-5.953v0c0.25-0.375 0.812-0.531 1.766-0.531 0.844 0 1.375 0.25 1.672 0.625v0l6.625 8.141c0.094 0.063 0.156 0.156 0.219 0.266l0.047 0.047-0.016 0.016c0.078 0.141 0.109 0.297 0.109 0.453zM8.031 17.234c1.5 3.984 2.844 7 2.844 7 0.453 1.156 1.234 2.812 0.094 3.469-1.125 0.656-2.031-0.109-2.281-0.641v0h-0.016c-0.047-0.125-0.094-0.25-0.125-0.391l-1.937-5.484zM20.906 26.484c0.328 0.516 0.609 0.891 0.438 1-0.297 0.187-0.391-0.359-0.719-0.891 0 0-1.766-2.672-6.609-10.328 0.094 0.031 0.266-0.109 0.266-0.109s0.172-0.141 0.172-0.266c4.813 7.859 6.453 10.594 6.453 10.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-audio-description\" viewBox=\"0 0 36 28\">\n<title>audio-description</title>\n<path d=\"M7.875 15.531h2.672l-0.016-4.141zM23.906 13.984c0-1.734-1-3.016-3.078-3.016h-0.844v6.062h0.812c1.953 0 3.109-1.422 3.109-3.047zM14.938 8.094l0.016 11.813c0 0.297-0.234 0.531-0.516 0.531h-3.375c-0.281 0-0.516-0.234-0.516-0.531v-0.969h-4.547l-0.859 1.266c-0.094 0.141-0.266 0.234-0.438 0.234h-4.172c-0.438 0-0.688-0.484-0.422-0.828l8.687-11.828c0.094-0.141 0.25-0.219 0.422-0.219h5.187c0.297 0 0.531 0.234 0.531 0.531zM27.859 13.984c0 4.109-3 6.453-7.031 6.453h-4.219c-0.297 0-0.531-0.234-0.531-0.531v-11.813c0-0.297 0.234-0.531 0.531-0.531h4.188c4.062 0 7.063 2.312 7.063 6.422zM30.297 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.109-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM33.172 14c0 0 0.063 4.062-2.328 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM36 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.109-2.531 2.156-6.469 2.156-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-control-phone\" viewBox=\"0 0 22 28\">\n<title>volume-control-phone</title>\n<path d=\"M9.641 26.391c0-0.375-0.828-3.031-1-3.656-0.094-0.391-0.125-1.031-0.422-1.313-0.203-0.187-0.531-0.219-0.797-0.219-0.734 0-1.469 0.172-2.203 0.172-0.219 0-0.547-0.016-0.734-0.172-0.25-0.203-0.375-0.906-0.469-1.219-0.375-1.297-0.578-2.625-0.578-3.984s0.203-2.688 0.578-3.984c0.094-0.313 0.219-1.016 0.469-1.219 0.187-0.156 0.516-0.172 0.734-0.172 0.734 0 1.469 0.172 2.203 0.172 0.266 0 0.594-0.031 0.797-0.219 0.297-0.281 0.328-0.922 0.422-1.313 0.172-0.625 1-3.281 1-3.656 0-0.531-1.406-1.313-1.859-1.484-0.234-0.094-0.469-0.125-0.703-0.125-0.516 0-1.031 0.141-1.531 0.281-2.562 0.766-3.172 2.328-4.188 4.531-1.094 2.359-1.359 4.609-1.359 7.187s0.266 4.828 1.359 7.187c1.016 2.203 1.625 3.766 4.188 4.531 0.5 0.141 1.016 0.281 1.531 0.281 0.234 0 0.469-0.031 0.703-0.125 0.453-0.172 1.859-0.953 1.859-1.484zM12.125 12.125c-0.266 0-0.516-0.109-0.703-0.297-0.391-0.391-0.406-1.031 0-1.422 0.375-0.375 0.578-0.875 0.578-1.406s-0.203-1.031-0.578-1.422c-0.406-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c0.75 0.75 1.172 1.766 1.172 2.828s-0.422 2.078-1.172 2.828c-0.203 0.187-0.453 0.297-0.703 0.297zM14.953 14.953c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.125-1.141 1.75-2.641 1.75-4.25s-0.625-3.109-1.75-4.25c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c1.516 1.516 2.344 3.516 2.344 5.656s-0.828 4.141-2.344 5.656c-0.187 0.203-0.453 0.297-0.703 0.297zM17.781 17.781c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.875-1.891 2.922-4.406 2.922-7.078s-1.047-5.187-2.922-7.078c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c2.266 2.266 3.516 5.281 3.516 8.484s-1.25 6.219-3.516 8.484c-0.187 0.203-0.453 0.297-0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-braille\" viewBox=\"0 0 34 28\">\n<title>braille</title>\n<path d=\"M3 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 2.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM34 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-assistive-listening-systems\" viewBox=\"0 0 28 28\">\n<title>assistive-listening-systems</title>\n<path d=\"M2 27c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5 24c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5.703 18.297l4 4-1.406 1.406-4-4zM11 18c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22.047 13c0 2.594-1.219 3.984-2.281 5.219-0.984 1.125-1.766 2.016-1.766 3.781 0 3.313-2.688 6-6 6-0.547 0-1-0.453-1-1s0.453-1 1-1c2.203 0 4-1.797 4-4 0-2.516 1.203-3.891 2.25-5.094 0.969-1.109 1.797-2.063 1.797-3.906 0-3.859-3.141-7-7-7s-7 3.141-7 7c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-4.969 4.031-9 9-9s9 4.031 9 9zM14 15c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM18.5 13c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-1.937-1.563-3.5-3.5-3.5-1.922 0-3.5 1.563-3.5 3.5 0 0.547-0.453 1-1 1s-1-0.453-1-1c0-3.031 2.469-5.5 5.5-5.5s5.5 2.469 5.5 5.5zM24.656 8.484c0.203 0.516-0.063 1.094-0.578 1.297-0.109 0.047-0.234 0.063-0.359 0.063-0.391 0-0.781-0.234-0.922-0.641-0.703-1.828-1.922-3.422-3.5-4.609-0.438-0.328-0.531-0.953-0.203-1.391 0.344-0.438 0.969-0.531 1.406-0.203 1.875 1.406 3.313 3.313 4.156 5.484zM27.937 7.219c0.187 0.516-0.063 1.094-0.578 1.297-0.125 0.047-0.234 0.063-0.359 0.063-0.406 0-0.781-0.234-0.938-0.641-0.938-2.438-2.547-4.562-4.641-6.141-0.453-0.328-0.531-0.953-0.203-1.391 0.328-0.453 0.953-0.531 1.391-0.203 2.406 1.797 4.25 4.234 5.328 7.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-american-sign-language-interpreting\" viewBox=\"0 0 36 28\">\n<title>american-sign-language-interpreting</title>\n<path d=\"M16.125 15c-0.547-0.016-1.062-0.328-1.313-0.859-0.344-0.703-1.031-1.141-1.813-1.141-1.109 0-2 0.891-2 2 0 0.531 0.187 1.047 0.562 1.391l0.156 0.125c0.344 0.313 0.797 0.484 1.281 0.484 0.781 0 1.469-0.438 1.813-1.141 0.25-0.531 0.766-0.844 1.313-0.859zM25 13c0-0.531-0.187-1.047-0.562-1.391l-0.156-0.125c-0.344-0.313-0.797-0.484-1.281-0.484-0.781 0-1.469 0.438-1.813 1.141-0.25 0.531-0.766 0.844-1.313 0.859 0.547 0.016 1.062 0.328 1.313 0.859 0.344 0.703 1.031 1.141 1.813 1.141 1.109 0 2-0.891 2-2zM18.344 9.547c-0.359 0.734-1.266 1.047-2 0.688-0.656-0.328-1.359-0.484-2.094-0.484-0.547 0-1.062 0.094-1.547 0.266 0.094 0 0.203-0.016 0.297-0.016 1.922 0 3.687 1.125 4.516 2.859 0.359 0.75 0.031 1.641-0.719 2-0.187 0.094-0.391 0.141-0.609 0.141 0.219 0 0.422 0.047 0.609 0.141 0.75 0.359 1.078 1.25 0.719 2-0.828 1.734-2.594 2.859-4.516 2.859v0h-0.094c-0.234-0.031-0.453-0.047-0.688-0.063l-4.531-0.422-3.734 1.875c-0.156 0.078-0.297 0.109-0.453 0.109-0.359 0-0.719-0.203-0.891-0.547l-2.5-5c-0.234-0.484-0.063-1.062 0.391-1.328l3.266-1.859 2.312-4.172c0.359-3.219 1.953-6.172 4.484-8.25 0.641-0.531 1.594-0.438 2.109 0.203 0.531 0.641 0.438 1.578-0.203 2.109-0.703 0.594-1.328 1.266-1.828 2 1.219-0.828 2.625-1.391 4.172-1.578 0.828-0.109 1.578 0.469 1.672 1.297 0.109 0.828-0.469 1.578-1.297 1.672-0.906 0.109-1.75 0.422-2.484 0.859 0.5-0.109 1.016-0.156 1.547-0.156 1.188 0 2.344 0.266 3.406 0.781 0.75 0.375 1.062 1.266 0.688 2.016zM33.391 7.047l2.5 5c0.234 0.484 0.063 1.062-0.391 1.328l-3.266 1.859-2.312 4.172c-0.359 3.219-1.953 6.172-4.484 8.25-0.281 0.234-0.625 0.344-0.953 0.344-0.438 0-0.859-0.187-1.156-0.547-0.531-0.641-0.438-1.578 0.203-2.109 0.703-0.594 1.328-1.266 1.828-2-1.219 0.828-2.625 1.391-4.172 1.578-0.063 0.016-0.125 0.016-0.187 0.016-0.75 0-1.391-0.562-1.484-1.313-0.109-0.828 0.469-1.578 1.297-1.672 0.906-0.109 1.75-0.422 2.484-0.859-0.5 0.109-1.016 0.156-1.547 0.156-1.188 0-2.344-0.266-3.406-0.781-0.75-0.375-1.062-1.266-0.688-2.016 0.359-0.734 1.266-1.047 2-0.688 0.656 0.328 1.359 0.484 2.094 0.484 0.547 0 1.062-0.094 1.547-0.266-0.094 0-0.203 0.016-0.297 0.016-1.922 0-3.687-1.125-4.516-2.859-0.359-0.75-0.031-1.641 0.719-2 0.187-0.094 0.391-0.141 0.609-0.141-0.219 0-0.422-0.047-0.609-0.141-0.75-0.359-1.078-1.25-0.719-2 0.828-1.734 2.594-2.859 4.516-2.859v0h0.109c0.219 0.031 0.438 0.047 0.656 0.063l4.547 0.422 3.734-1.875c0.156-0.078 0.297-0.109 0.453-0.109 0.359 0 0.719 0.203 0.891 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deaf\" viewBox=\"0 0 28 28\">\n<title>deaf</title>\n<path d=\"M16.5 13c0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5c0 0.547 0.453 1 1 1s1-0.453 1-1c0-1.937 1.578-3.5 3.5-3.5s3.5 1.563 3.5 3.5zM13.047 4c-4.969 0-9 4.031-9 9 0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.859 3.141-7 7-7s7 3.141 7 7c0 1.844-0.828 2.797-1.797 3.906-1.047 1.203-2.25 2.578-2.25 5.094 0 2.203-1.797 4-4 4-0.547 0-1 0.453-1 1s0.453 1 1 1c3.313 0 6-2.688 6-6 0-1.766 0.781-2.656 1.766-3.781 1.062-1.234 2.281-2.625 2.281-5.219 0-4.969-4.031-9-9-9zM9.234 15.234l3.531 3.531-9.047 9.047c-0.25 0.25-0.656 0.25-0.906 0l-2.625-2.625c-0.25-0.25-0.25-0.656 0-0.906zM25.188 0.187l2.625 2.625c0.25 0.25 0.25 0.656 0 0.922l-3.641 3.641-0.406 0.391-1.109 1.109c-0.672-1.563-1.703-2.938-3.047-4.031l4.656-4.656c0.266-0.25 0.672-0.25 0.922 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide\" viewBox=\"0 0 24 28\">\n<title>glide</title>\n<path d=\"M13.531 8.047c0 0.5-0.109 0.984-0.203 1.469-0.328 1.563-0.641 3.125-0.969 4.688-0.047 0.219-0.047 0.219-0.281 0.234-0.156 0.016-0.328 0.031-0.484 0.031-1.344 0-1.719-1.453-1.719-2.547 0-1.625 0.641-3.797 2.156-4.656 0.25-0.125 0.516-0.219 0.797-0.219 0.641 0 0.703 0.469 0.703 1zM21.125 14.672c0-0.281-1.156-2.109-1.422-2.219-0.125-0.047-0.391-0.125-0.531-0.125-1.281 0-2.438 0.578-3.531 1.203l-0.031-0.031c0.25-1.672 0.812-3.156 0.812-4.891 0-2.484-1.328-3.641-3.781-3.641-0.359 0-0.719 0.047-1.062 0.094-3.078 0.547-4.953 4.062-4.953 6.953 0 3.063 1.766 4.75 4.813 4.75 0.063 0 0.391-0.031 0.391 0.047 0 0.031 0 0.047-0.016 0.078-0.063 0.594-0.25 1.25-0.406 1.828-0.234 0.859-1.047 2.344-2.094 2.344-0.453 0-0.656-0.313-0.656-0.734 0-1.359 1.563-2.172 1.594-2.25 0-0.063-0.078-0.125-0.109-0.156-0.484-0.438-1.281-0.797-1.937-0.797-1.188 0-1.828 1.906-1.828 2.875 0 1.813 1.141 3.063 2.969 3.063 2.703 0 4.672-2.844 5.281-5.187 0.172-0.688 0.297-1.391 0.469-2.078 0.031-0.141 0.078-0.203 0.219-0.281 1.109-0.562 2.281-0.938 3.547-0.938 0.688 0 1.297 0.125 1.984 0.281 0.016 0.016 0.047 0.016 0.063 0.016 0.094 0 0.219-0.109 0.219-0.203zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide-g\" viewBox=\"0 0 24 28\">\n<title>glide-g</title>\n<path d=\"M11.625 4.766c0-0.828-0.078-1.547-1.078-1.547-0.422 0-0.844 0.141-1.219 0.359-2.359 1.297-3.328 4.656-3.328 7.187 0 1.687 0.578 3.938 2.641 3.938 0.469 0 1.062 0.125 1.188-0.422 0.5-2.406 1-4.828 1.5-7.234 0.156-0.75 0.297-1.516 0.297-2.281zM23.406 15.016c0 0.156-0.203 0.313-0.359 0.313l-0.094-0.016c-1.062-0.156-2-0.438-3.078-0.438-1.953 0-3.75 0.578-5.484 1.453-0.219 0.109-0.266 0.203-0.328 0.422-0.281 1.062-0.469 2.156-0.734 3.219-0.938 3.641-3.984 8.031-8.156 8.031-2.844 0-4.594-1.937-4.594-4.734 0-1.516 0.984-4.469 2.812-4.469 0.641 0 3.156 0.828 3.172 1.484-0.031 0.125-2.453 1.375-2.453 3.484 0 0.641 0.313 1.141 1.016 1.141 2.484 0 3.625-4.531 3.875-6.438v-0.141c0-0.125-0.5-0.063-0.594-0.063-4.703 0-7.453-2.625-7.453-7.359 0-4.469 2.906-9.922 7.672-10.75 0.547-0.094 1.094-0.141 1.656-0.141 3.781 0 5.844 1.766 5.844 5.625 0 2.609-0.891 5.016-1.266 7.562l0.047 0.047c1.687-0.953 3.469-1.859 5.469-1.859 0.203 0 0.641 0.125 0.828 0.203 0.406 0.156 2.203 2.984 2.203 3.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-language\" viewBox=\"0 0 26 28\">\n<title>sign-language</title>\n<path d=\"M12.984 10.516c0.328 0 0.641 0.094 0.922 0.281l3.469 2.312c0.641 0.422 1.219 0.938 1.719 1.516l2.281 2.656c0.391 0.453 0.562 1.062 0.453 1.656l-1.125 6.453c-0.125 0.656-0.656 1.156-1.328 1.234l-8.234 0.875-5.5 0.5h-0.141c-0.812 0-1.5-0.656-1.5-1.5 0-0.781 0.656-1.406 1.437-1.5l4.062-0.5h-7c-0.859 0-1.547-0.719-1.5-1.578 0.047-0.812 0.766-1.422 1.578-1.422l6.906-0.016-8.141-1c-0.844-0.094-1.453-0.859-1.328-1.719 0.125-0.75 0.812-1.25 1.563-1.25h0.156l7.516 0.938-5.484-1.469c-0.781-0.203-1.375-0.922-1.25-1.719 0.125-0.75 0.766-1.266 1.484-1.266 0.109 0 0.203 0.016 0.313 0.031l7 1.5 3.391 0.578c0.031 0 0.063 0.016 0.094 0.016 0.469 0 0.703-0.641 0.281-0.922l-2.906-1.953c-0.719-0.484-0.891-1.453-0.375-2.141 0.281-0.391 0.734-0.594 1.188-0.594zM11.891 13.672l2.906 1.953-3.406-0.578-0.078-0.031-0.562-0.594-3.719-4.094c-0.031-0.031-0.047-0.078-0.078-0.109-0.484-0.641-0.375-1.578 0.297-2.094 0.625-0.484 1.516-0.328 2.063 0.25l2.219 2.297c-0.047 0.047-0.094 0.078-0.141 0.125-0.328 0.453-0.453 1-0.359 1.547 0.094 0.531 0.406 1.016 0.859 1.328zM25.75 6.578l0.234 4.156c0.047 0.766-0.016 1.547-0.172 2.297l-0.75 3.422c-0.125 0.594-0.5 1.078-1.047 1.359l-1.656 0.844c0.016-0.625-0.187-1.219-0.609-1.703l-2.281-2.656c-0.531-0.609-1.141-1.156-1.828-1.609l-3.469-2.312c-0.344-0.234-0.75-0.359-1.188-0.359-0.531 0-1.016 0.219-1.375 0.578l-3.672-4.875c-0.516-0.688-0.359-1.656 0.359-2.141 0.672-0.469 1.594-0.25 2.094 0.406l4.156 5.5-4.094-7.109c-0.438-0.734-0.187-1.687 0.578-2.094 0.719-0.375 1.625-0.078 2.031 0.625l3.766 6.563-2.125-5.266c-0.297-0.75-0.094-1.656 0.625-2.031 0.766-0.406 1.703-0.078 2.063 0.703l3.016 6.484 1.578 3.063c0.25 0.484 0.984 0.281 0.953-0.25l-0.187-3.5c-0.047-0.859 0.625-1.578 1.484-1.594 0.812 0 1.469 0.688 1.516 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-low-vision\" viewBox=\"0 0 28 28\">\n<title>low-vision</title>\n<path d=\"M5.234 21.187c-0.031 0-0.063-0.016-0.094-0.031-1.828-1.219-3.656-3.219-4.813-5.078-0.219-0.313-0.328-0.688-0.328-1.078 0-0.812 0.562-1.469 1.016-2.078 1.813-2.469 4.234-4.5 7.063-5.703-0.234-0.422-1.719-3.016-1.719-3.297 0-0.187 0.109-0.359 0.266-0.453 0.313-0.172 1.719-1 2-1 0.172 0 0.344 0.094 0.438 0.25l1.937 3.578c0.984-0.203 2-0.297 3-0.297 5.656 0 10.687 3.203 13.687 7.922 0.203 0.313 0.313 0.688 0.313 1.078s-0.109 0.766-0.313 1.078c-1.859 2.922-4.578 5.344-7.766 6.703 0.234 0.422 1.719 3.016 1.719 3.297 0 0.187-0.094 0.359-0.266 0.453-0.313 0.172-1.719 1-1.984 1-0.187 0-0.359-0.094-0.453-0.25l-1.937-3.578-1-1.859-6.937-12.812 0.109-0.109c-0.531 0.219-1.047 0.453-1.547 0.734 0.187 0.359 7.641 14.047 7.641 14.156 0 0.078-0.063 0.125-0.141 0.141-0.344 0.078-0.781 0.047-1.125 0.047-0.172 0-0.875 0.031-0.938-0.109l-7.125-13.141c-0.453 0.328-0.875 0.688-1.281 1.062 0.344 0.609 6.312 11.594 6.312 11.688 0 0.125-0.078 0.156-0.172 0.156-0.266 0-2.344-0.641-2.422-0.781l-1.656-3.078-3.5-6.453c-0.438 0.531-0.844 1.078-1.219 1.656 0.203 0.297 0.469 0.609 0.641 0.922 0.219 0.406 2.75 5.016 2.75 5.109 0 0.078-0.078 0.156-0.156 0.156zM18.203 19.594l0.766 1.422c2.922-1.188 5.328-3.375 7.031-6.016-1.734-2.672-4.203-4.891-7.172-6.078 1.391 1.328 2.172 3.156 2.172 5.078 0 2.203-1.031 4.281-2.797 5.594zM13.25 10c0 0.406 0.344 0.75 0.75 0.75 0.859 0 1.687 0.344 2.297 0.953s0.953 1.437 0.953 2.297c0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-2.625-2.125-4.75-4.75-4.75-0.406 0-0.75 0.344-0.75 0.75zM18.969 8.984l-0.141-0.063 0.109 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo\" viewBox=\"0 0 20 28\">\n<title>viadeo</title>\n<path d=\"M16.406 17.281c0 2.234-0.781 4.203-2.297 5.844-1.578 1.719-3.578 2.516-5.906 2.516-2.312 0-4.328-0.781-5.906-2.516-1.516-1.641-2.297-3.609-2.297-5.844 0-4.641 3.5-8.437 8.203-8.437 0.969 0 1.937 0.156 2.844 0.484-0.313 0.609-0.531 1.281-0.609 1.969-0.703-0.297-1.469-0.438-2.234-0.438-3.547 0-6.156 3.031-6.156 6.469 0 3.5 2.594 6.359 6.156 6.359s6.141-2.859 6.141-6.359c0-0.891-0.156-1.766-0.5-2.594 0.688-0.141 1.344-0.406 1.922-0.766 0.438 1.047 0.641 2.188 0.641 3.313zM13.219 14.328c0 3.938-1.594 7.219-4.969 9.344l-0.219 0.016c-0.328 0-0.656-0.031-0.969-0.078 4.516-1.719 5.344-8.578 5.344-12.766 0-0.531 0-1.078-0.047-1.609 0.562 1.641 0.859 3.359 0.859 5.094zM12.359 9.203v0.031c-0.812-2.391-1.937-4.703-3.219-6.875 1.969 1.328 3.047 4.547 3.219 6.844zM16.172 12.375c-0.969 0-1.828-0.516-2.5-1.172 1.594-0.875 3.609-2.234 4.531-3.859 0.109-0.219 0.297-0.625 0.328-0.875-0.906 2.031-3.219 3.625-5.375 4.125-0.344-0.531-0.547-1.125-0.547-1.766 0-0.75 0.375-1.75 0.938-2.297 0.641-0.609 1.594-0.922 2.453-1.156 1.25-0.344 2.266-1.313 2.812-2.484 0.812 1.156 1.156 2.562 1.156 3.953 0 0.703-0.109 1.984-0.375 2.656-0.578 1.406-1.75 2.875-3.422 2.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo-square\" viewBox=\"0 0 24 28\">\n<title>viadeo-square</title>\n<path d=\"M16.406 16.266c0-0.781-0.141-1.563-0.438-2.297-0.406 0.25-0.859 0.438-1.328 0.531 0.25 0.562 0.344 1.172 0.344 1.781 0 2.406-1.781 4.375-4.219 4.375-2.453 0-4.234-1.969-4.234-4.375 0-2.359 1.797-4.438 4.234-4.438 0.531 0 1.047 0.094 1.531 0.297 0.047-0.469 0.203-0.938 0.422-1.359-0.625-0.219-1.281-0.328-1.953-0.328-3.234 0-5.641 2.609-5.641 5.812s2.422 5.734 5.641 5.734 5.641-2.547 5.641-5.734zM13.625 10.719c0.031 0.375 0.031 0.75 0.031 1.109 0 2.891-0.562 7.594-3.672 8.781 0.219 0.031 0.438 0.047 0.656 0.047h0.156c2.312-1.469 3.422-3.719 3.422-6.422 0-1.203-0.203-2.391-0.594-3.516zM13.625 10.719c-0.078-1.516-0.938-3.859-2.219-4.719 0.875 1.484 1.656 3.078 2.219 4.719zM18.859 9.078c0-0.953-0.234-1.922-0.797-2.719-0.375 0.797-1.078 1.469-1.937 1.703-1.234 0.344-2.328 0.922-2.328 2.391 0 0.422 0.141 0.844 0.375 1.203 1.484-0.344 3.063-1.437 3.687-2.844-0.094 1.25-2.422 2.766-3.328 3.266 0.453 0.453 1.047 0.812 1.719 0.812 1.141 0 1.953-1.016 2.344-1.984 0.187-0.469 0.266-1.344 0.266-1.828zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat\" viewBox=\"0 0 24 28\">\n<title>snapchat</title>\n<path d=\"M19.984 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.313-2.5-1.297-3.094-2.609-0.047-0.125-0.109-0.25-0.109-0.391 0-0.703 1.953-0.562 1.953-1.563 0-0.422-0.516-0.688-0.891-0.688-0.359 0-0.641 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.031-0.594 0.078-1.188 0.078-1.781 0-0.547-0.031-1.297-0.266-1.781-0.75-1.625-2.203-2.578-3.984-2.578-1.953 0-3.437 0.719-4.297 2.578-0.234 0.484-0.266 1.234-0.266 1.781 0 0.594 0.047 1.188 0.078 1.781-0.063 0.031-0.141 0.031-0.219 0.031-0.359 0-0.641-0.234-0.969-0.234-0.391 0-0.875 0.25-0.875 0.688 0 0.969 1.953 0.844 1.953 1.547 0 0.141-0.063 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.719 1.656 0.984 2.141 1.062 0.141 0.375 0.078 1.031 0.641 1.031 0.391 0 0.781-0.141 1.203-0.141 1.641 0 2.078 1.484 3.984 1.484 1.984 0 2.359-1.484 4.016-1.484 0.422 0 0.812 0.125 1.219 0.125 0.547 0 0.484-0.656 0.625-1.016 0.484-0.078 2.141-0.344 2.141-1.062zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-ghost\" viewBox=\"0 0 26 28\">\n<title>snapchat-ghost</title>\n<path d=\"M13.25 2c2.812-0.031 5.141 1.547 6.312 4.078 0.359 0.766 0.422 1.953 0.422 2.797 0 1-0.078 1.984-0.141 2.984 0.125 0.063 0.297 0.109 0.438 0.109 0.562 0 1.031-0.422 1.594-0.422 0.531 0 1.297 0.375 1.297 1 0 1.5-3.141 1.219-3.141 2.531 0 0.234 0.094 0.453 0.187 0.672 0.75 1.641 2.172 3.219 3.859 3.922 0.406 0.172 0.812 0.266 1.25 0.359 0.281 0.063 0.438 0.266 0.438 0.547 0 1.062-2.703 1.5-3.422 1.609-0.313 0.484-0.078 1.625-0.906 1.625-0.641 0-1.281-0.203-1.969-0.203-0.328 0-0.656 0.016-0.969 0.078-1.859 0.313-2.484 2.312-5.531 2.312-2.938 0-3.641-2-5.453-2.312-0.328-0.063-0.656-0.078-0.984-0.078-0.703 0-1.375 0.234-1.937 0.234-0.875 0-0.609-1.156-0.938-1.656-0.719-0.109-3.422-0.547-3.422-1.609 0-0.281 0.156-0.484 0.438-0.547 0.438-0.094 0.844-0.187 1.25-0.359 1.672-0.688 3.125-2.281 3.859-3.922 0.094-0.219 0.187-0.438 0.187-0.672 0-1.313-3.156-1.062-3.156-2.516 0-0.609 0.719-1 1.266-1 0.484 0 0.969 0.406 1.578 0.406 0.172 0 0.344-0.031 0.5-0.109-0.063-0.984-0.141-1.969-0.141-2.969 0-0.844 0.063-2.047 0.422-2.812 1.375-2.969 3.703-4.047 6.813-4.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-square\" viewBox=\"0 0 24 28\">\n<title>snapchat-square</title>\n<path d=\"M20 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.297-2.5-1.297-3.094-2.609-0.063-0.125-0.109-0.25-0.109-0.391 0-0.703 1.937-0.562 1.937-1.563 0-0.422-0.516-0.688-0.891-0.688-0.344 0-0.625 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.047-0.594 0.078-1.203 0.078-1.797 0-0.531-0.031-1.281-0.266-1.781-0.75-1.625-2.187-2.578-3.984-2.578-1.953 0-3.437 0.734-4.297 2.578-0.234 0.5-0.281 1.25-0.281 1.797 0 0.594 0.047 1.188 0.094 1.781-0.078 0.016-0.156 0.031-0.234 0.031-0.344 0-0.641-0.25-0.969-0.25-0.391 0-0.859 0.266-0.859 0.703 0 0.969 1.937 0.844 1.937 1.547 0 0.141-0.047 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.734 1.656 1 2.156 1.078 0.141 0.375 0.078 1.031 0.625 1.031 0.406 0 0.797-0.156 1.203-0.156 1.656 0 2.094 1.484 4 1.484 1.984 0 2.359-1.484 4.031-1.484 0.406 0 0.812 0.141 1.219 0.141 0.531 0 0.484-0.656 0.609-1.016 0.5-0.078 2.156-0.344 2.156-1.078zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper\" viewBox=\"0 0 36 28\">\n<title>pied-piper</title>\n<path d=\"M36 0c-4.547 3.016-5.031 5.203-5.422 5.875-0.375 0.688-0.656 3.391-1.313 4.703-0.656 1.328-3.047 2.375-3.719 2.812-0.656 0.438-1.594 2.141-2.359 3.609-3.453-0.141-6.875 0.703-9.844 2.469 0 0-1.437 0.828-4.734 2.797 1.656-0.547 2.438-0.938 2.438-0.938 4.125-1.578 5.219-2.328 8.547-2.875 2.562-0.422 5.875-0.078 7.266 0.109 0.063 0 0.109 0.031 0.156 0.047 0.219 0.125 0.297 0.391 0.172 0.609l-3.031 5.391c-0.141 0.266-0.438 0.406-0.734 0.344-0.75-0.141-2.469-0.375-5.531-0.375-4.438 0-8.047 1.359-12.406 1.422-3.672 0.047-5.109-1.453-5.469-1.937 0-0.016-0.016-0.031-0.016-0.047 0-0.063 0.031-0.094 0.094-0.094 0 0 2.156 0 5.797-0.859 4.141-7.891 7.828-10.656 11.844-10.656 0 0 4.031 0 5.094 3.484 1.281-2.234 1.594-2.766 1.594-2.766 0.297-0.531 1.969-4.344 4.859-7.953v0c2.906-3.609 5.094-4.5 6.719-5.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-first-order\" viewBox=\"0 0 24 28\">\n<title>first-order</title>\n<path d=\"M20.656 14c0 0.406-0.016 0.797-0.078 1.188l-3.687-0.219 3.5 1.219c-0.203 0.797-0.516 1.531-0.906 2.203l-3.344-1.609 2.766 2.469c-0.469 0.641-1.031 1.203-1.672 1.687l-2.453-2.781 1.609 3.359c-0.672 0.406-1.406 0.703-2.188 0.922l-1.234-3.563 0.219 3.75c-0.391 0.063-0.781 0.094-1.188 0.094-0.391 0-0.797-0.031-1.188-0.094l0.219-3.719-1.219 3.531c-0.781-0.203-1.516-0.516-2.188-0.922l1.609-3.359-2.453 2.781c-0.641-0.469-1.203-1.047-1.687-1.687l2.781-2.469-3.344 1.625c-0.391-0.688-0.703-1.422-0.906-2.203l3.5-1.234-3.703 0.219c-0.047-0.391-0.078-0.781-0.078-1.188s0.031-0.812 0.078-1.203l3.719 0.219-3.516-1.234c0.203-0.781 0.516-1.516 0.906-2.188l3.344 1.625-2.766-2.484c0.484-0.641 1.047-1.203 1.672-1.687l2.469 2.781-1.609-3.359c0.672-0.391 1.406-0.703 2.188-0.906l1.203 3.5-0.203-3.687c0.375-0.063 0.781-0.094 1.172-0.094 0.406 0 0.797 0.031 1.188 0.094l-0.219 3.703 1.219-3.516c0.781 0.203 1.516 0.516 2.188 0.922l-1.609 3.344 2.469-2.781c0.625 0.484 1.188 1.047 1.672 1.687l-2.766 2.484 3.328-1.625c0.406 0.672 0.703 1.422 0.906 2.203l-3.5 1.219 3.703-0.219c0.063 0.391 0.078 0.797 0.078 1.203zM21.125 14c0-5.078-4.094-9.188-9.125-9.188-5.047 0-9.125 4.109-9.125 9.188 0 5.063 4.078 9.172 9.125 9.172 5.031 0 9.125-4.109 9.125-9.172zM22.266 8.016v11.969l-10.266 5.984-10.266-5.984v-11.969l10.266-5.984zM12 26.859l11.062-6.438v-12.859l-11.062-6.422-11.062 6.422v12.859zM24 7v14l-12 7-12-7v-14l12-7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yoast\" viewBox=\"0 0 26 28\">\n<title>yoast</title>\n<path d=\"M5.297 3.406h10.797l-0.406 1.125h-10.391c-2.297 0-4.172 1.891-4.172 4.188v12.047c0 1.969 1.406 3.703 3.344 4.109 0.5 0.109 1.016 0.078 1.531 0.078v1.125h-0.703c-2.922 0-5.297-2.391-5.297-5.313v-12.047c0-2.922 2.375-5.313 5.297-5.313zM18.594 0h3.859l-7.531 20.219c-1.406 3.75-3.109 7.656-7.734 7.781v-3.047c1.734-0.281 2.844-1.234 3.437-2.844 0.203-0.531 0.313-1.078 0.313-1.641s-0.109-1.125-0.313-1.656l-4.453-11.453h3.563l2.922 9.141zM26 8.719v17.359h-12.422c0.25-0.375 0.516-0.734 0.703-1.141h10.594v-16.219c0-1.781-1.125-3.375-2.797-3.969l0.391-1.047c2.125 0.719 3.531 2.781 3.531 5.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-themeisle\" viewBox=\"0 0 28 28\">\n<title>themeisle</title>\n<path d=\"M13.312 4.828c0 0.562-0.359 1.188-0.969 1.188-0.625 0-0.969-0.625-0.969-1.188 0-0.547 0.344-1.188 0.969-1.188 0.609 0 0.969 0.641 0.969 1.188zM10.75 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.094 0.531-1.094 1.141v1.781c0 0.609 0.469 1.156 1.094 1.156s1.109-0.531 1.109-1.156zM13.438 26.328v-1.781c0-0.609-0.469-1.141-1.094-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.094-0.547 1.094-1.156zM16.156 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.531 1.109-1.156zM18.875 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.547 1.109-1.156zM23.063 15.641c-1.687 3.234-4.937 5.609-8.672 5.609-5.281 0-8.781-4.625-8.781-9.656 0-0.922 0.109-1.828 0.328-2.719-1.094 1.844-1.625 3.969-1.625 6.094 0 3.297 1.359 6.656 3.906 8.797 0.281-0.531 0.812-0.891 1.422-0.891 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.797-0.781 1.359-0.781 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.812-0.781 1.359-0.781s1.062 0.313 1.359 0.781c0.281-0.469 0.797-0.781 1.344-0.781 0.594 0 1.141 0.359 1.406 0.875 2.375-1.984 3.75-5.031 3.906-8.109zM20.719 15.188c0-0.781-0.344-1.172-1.125-1.172-0.25 0-0.5 0.047-0.734 0.094-0.781 0.156-1.547 0.297-2.328 0.297-2.469 0-3.531-1.437-3.531-3.797 0-1.078 0.203-2.141 0.469-3.187-0.828 1.266-1.297 2.781-1.297 4.297 0 2.953 1.875 5.797 5.063 5.797 1.172 0 2.328-0.422 3.281-1.094 0.109-0.406 0.203-0.812 0.203-1.234zM13.813 4.891c0-0.984-0.688-2.016-1.766-2.016s-1.766 1.031-1.766 2.016c0 1 0.688 2.031 1.766 2.031s1.766-1.031 1.766-2.031zM23.641 10.187c0-2.938-1.891-5.781-5.063-5.781-1.656 0-3.203 0.828-4.312 2.016-0.391 1.297-0.75 2.812-0.75 4.188 0 2.078 0.828 3.281 3.016 3.281 0.75 0 1.484-0.141 2.219-0.297 0.281-0.047 0.547-0.094 0.828-0.094 1.078 0 1.625 0.625 1.625 1.687 0 0.234-0.016 0.484-0.063 0.719 1.578-1.422 2.5-3.594 2.5-5.719zM28 13.578c0 1.969-0.625 5.594-1.984 7.094-1.25 1.359-4.781 3.344-6.609 3.859l-0.063 0.016v1.781c0 0.891-0.688 1.672-1.594 1.672-0.547 0-1.062-0.313-1.344-0.781-0.297 0.469-0.812 0.781-1.359 0.781s-1.062-0.313-1.359-0.781c-0.281 0.469-0.797 0.781-1.344 0.781-0.562 0-1.062-0.313-1.359-0.781-0.281 0.469-0.797 0.781-1.344 0.781-1.031 0-1.609-0.859-1.609-1.797-0.891 0.672-1.953 1.062-3.094 1.062-1.203 0-2.375-0.453-3.297-1.25 0.562-0.016 1.125-0.125 1.656-0.313-1.141-0.313-2.156-1.031-2.844-1.984 0.359 0.078 0.734 0.109 1.109 0.109 0.906 0 1.797-0.25 2.562-0.719-1.203-1.203-3.094-3.219-3.75-4.781-0.313-0.734-0.375-1.719-0.375-2.5 0-2.719 1.109-8.75 4.719-8.75 0.578 0 1.031 0.266 1.266 0.812 0.203-0.297 0.422-0.578 0.656-0.844 0.109-0.141 0.313-0.297 0.391-0.453 0.438-0.688 0.641-1.156 1.188-1.859 1.766-2.25 4.469-3.797 7.375-3.797 0.328 0 0.656 0.016 0.969 0.063 0.594-0.641 1.422-1 2.281-1 0.797 0 1.625 0.328 2.188 0.891 0.047 0.047 0.078 0.125 0.078 0.187 0 0.203-0.562 0.734-0.703 0.891 0.234 0.078 0.859 0.375 0.859 0.656 0 0.156-0.156 0.281-0.25 0.391 1.719 1.516 2.703 3.672 3.078 5.906 0.234-0.281 0.562-0.469 0.938-0.469 0.578 0 1.141 0.391 1.563 0.766 1.141 1.016 1.406 2.906 1.406 4.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-circle\" viewBox=\"0 0 24 28\">\n<title>google-plus-circle</title>\n<path d=\"M14.328 14.141c0-0.344-0.031-0.672-0.094-1h-5.656v2.063h3.391c-0.25 1.656-1.813 2.578-3.391 2.578-2.078 0-3.734-1.719-3.734-3.781s1.656-3.781 3.734-3.781c0.875 0 1.75 0.297 2.391 0.922l1.625-1.578c-1.109-1.031-2.5-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fa\" viewBox=\"0 0 25 28\">\n<title>fa</title>\n<path d=\"M24 8v13.109c0 0.484-0.313 0.844-0.766 0.969-1.672 0.5-3.547 0.812-5.281 0.812-2.344 0-4.328-0.922-6.922-0.922-1.922 0-3.906 0.313-5.781 0.75v5.281h-2.5v-21.375c-1.313-0.516-2.172-1.797-2.172-3.203 0-1.891 1.531-3.422 3.422-3.422s3.422 1.531 3.422 3.422c0 1.406-0.859 2.688-2.172 3.203v1.062c1.75-0.406 3.563-0.688 5.359-0.688 1.031 0 2.063 0.078 3.094 0.234 1.344 0.203 2.703 0.672 4.078 0.672 0.859 0 1.734-0.109 2.578-0.281 0.641-0.125 2.109-0.625 2.641-0.625 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-handshake-o\" viewBox=\"0 0 36 28\">\n<title>handshake-o</title>\n<path d=\"M3 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM26.016 17.094c-1.234-1.609-2.438-3.25-3.844-4.719l-1.953 2.188c-1.719 1.953-4.797 1.906-6.469-0.094-1.188-1.437-1.188-3.5 0.031-4.922l2.766-3.219c-0.969-0.5-2.141-0.328-3.187-0.328-0.922 0-1.813 0.375-2.469 1.031l-2.469 2.469h-2.422v8.5c0.688 0 1.312-0.094 1.859 0.438l4.641 4.562c0.953 0.922 2.187 1.734 3.547 1.734 0.703 0 1.453-0.234 1.953-0.734 1.172 0.406 2.531-0.25 2.891-1.453 0.75 0.063 1.437-0.172 1.984-0.688 0.359-0.328 0.828-0.984 0.781-1.5 0.141 0.141 0.484 0.156 0.672 0.156 1.859 0 2.828-1.953 1.687-3.422zM28.5 18h1.5v-8h-1.453l-2.453-2.812c-0.656-0.75-1.641-1.188-2.641-1.188h-2.609c-0.875 0-1.719 0.391-2.281 1.047l-3.266 3.797c-0.578 0.688-0.578 1.656-0.016 2.344 0.891 1.062 2.531 1.078 3.453 0.047l3.016-3.406c0.719-0.797 2.031-0.047 1.703 0.969 0.594 0.688 1.234 1.359 1.813 2.047 0.781 0.969 1.531 1.984 2.297 2.969 0.484 0.625 0.844 1.375 0.938 2.188zM33 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM36 9v10c0 0.547-0.453 1-1 1h-6.781c-0.562 1.359-1.797 2.266-3.234 2.469-0.672 0.984-1.703 1.734-2.859 1.984-0.859 1.094-2.25 1.75-3.641 1.656-2.578 1.453-5.484 0.187-7.406-1.703l-4.484-4.406h-5.594c-0.547 0-1-0.453-1-1v-10.5c0-0.547 0.453-1 1-1h6.578c1.813-1.813 3.062-3.5 5.781-3.5h1.828c1.016 0 2 0.313 2.828 0.875 0.828-0.562 1.813-0.875 2.828-0.875h2.609c2.969 0 4.203 1.937 6 4h5.547c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open\" viewBox=\"0 0 28 28\">\n<title>envelope-open</title>\n<path d=\"M28 10.219v15.281c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-15.281c0-0.141 0.063-0.281 0.172-0.375 1.641-1.437 1.656-1.609 9.812-7.562 0.984-0.719 2.719-2.281 4.016-2.281s3.047 1.578 4.016 2.281c8.156 5.953 8.172 6.125 9.812 7.562 0.109 0.094 0.172 0.234 0.172 0.375zM19.187 19.359c2.438-1.766 4.141-3 5.391-3.938 0.219-0.156 0.266-0.469 0.094-0.688l-0.594-0.812c-0.172-0.219-0.484-0.266-0.703-0.094-1.234 0.906-2.922 2.156-5.359 3.906-0.969 0.703-2.719 2.266-4.016 2.266s-3.047-1.563-4.016-2.266c-2.438-1.766-4.125-3-5.359-3.906-0.219-0.172-0.531-0.125-0.703 0.094l-0.594 0.812c-0.172 0.219-0.125 0.531 0.094 0.688 1.25 0.938 2.953 2.172 5.391 3.938 1.219 0.875 3.141 2.641 5.187 2.641 2.063 0 4.031-1.797 5.187-2.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open-o\" viewBox=\"0 0 28 28\">\n<title>envelope-open-o</title>\n<path d=\"M23.031 14.266l0.609 0.797c0.172 0.219 0.125 0.516-0.078 0.688-1.563 1.219-5.156 3.984-5.313 4.109-1.109 0.906-2.609 2.156-4.234 2.141h-0.031c-1.625 0-3.125-1.234-4.234-2.141-0.172-0.141-3.641-2.812-5.172-4-0.219-0.172-0.266-0.469-0.094-0.688l0.578-0.812c0.172-0.234 0.5-0.281 0.719-0.094 1.062 0.828 2.562 1.984 4.781 3.687 0.781 0.594 2.328 2.047 3.422 2.047h0.031c1.094 0 2.641-1.453 3.422-2.047 2.297-1.766 3.828-2.938 4.891-3.781 0.219-0.172 0.531-0.125 0.703 0.094zM26 25.5v-14.5c-1.563-1.453-1.328-1.328-8.563-6.922-0.781-0.609-2.328-2.078-3.422-2.078h-0.031c-1.094 0-2.641 1.469-3.422 2.078-7.234 5.594-7 5.469-8.563 6.922v14.5c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 11v14.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-14.5c0-0.562 0.234-1.094 0.641-1.469 3.203-2.969 6.891-5.547 9.109-7.375 1.094-0.906 2.609-2.156 4.234-2.156h0.031c1.625 0 3.141 1.25 4.234 2.156 2.063 1.703 5.984 4.469 9.109 7.375 0.406 0.375 0.641 0.906 0.641 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linode\" viewBox=\"0 0 24 28\">\n<title>linode</title>\n<path d=\"M5.156 23.984l3.156 3.344-0.531-3.687-3.375-3.328zM8.687 27.516l4.281-3.406-0.172-3.828-4.688 3.359zM3.828 17.547l3.547 3.328-0.75-5.109-3.828-3.187zM7.734 21.047l4.953-3.344-0.219-5.063-5.5 3.125zM13.172 21.219l1.484 1.25-0.031-3.734-1.609-1.234c0 0.125 0.063 0.344-0.063 0.438l-1.219 0.812 1.328 1.094c0.156 0.125 0.109 1.188 0.109 1.375zM2.156 9.469l4 3.125-1.062-7.266-4.359-2.703zM18.328 19.828l0.234-3.656-3.594 2.562 0.031 3.75zM6.516 12.719l5.828-3.031-0.297-6.891-6.609 2.547zM19.844 18.422l0.313-3.641-3.531-2.219-0.031 1.641 2.25 1.484c0.047 0.031 0.078 0.094 0.063 0.141l-0.109 1.859zM22.828 16.25l0.469-3.469-2.797 2-0.313 3.563zM19.891 18.859l-1.109-0.766-0.125 1.828c0 0.047-0.016 0.094-0.063 0.125l-3.656 2.922c-0.063 0.047-0.156 0.047-0.219 0l-1.531-1.297 0.109 2.516c0 0.047-0.016 0.094-0.063 0.125l-4.578 3.656c-0.031 0.016-0.063 0.031-0.094 0.031-0.047-0.016-0.094-0.016-0.125-0.047l-3.563-3.781c-0.078-0.078-0.844-3.938-0.922-4.328-0.016-0.063 0.031-0.141 0.078-0.172l0.953-0.578c-0.187-0.172-1.453-1.281-1.484-1.437l-1.125-5.484c-0.016-0.063 0.016-0.141 0.094-0.187l1.469-0.703c-0.25-0.187-2.063-1.5-2.109-1.687l-1.5-7.281c-0.016-0.094 0.031-0.172 0.109-0.203l6.766-2.109c0.031 0 0.078 0 0.125 0.016l4.953 2.391c0.047 0.031 0.094 0.094 0.094 0.141l0.313 7.234c0 0.063-0.031 0.125-0.094 0.156l-1.844 0.953 1.969 1.328c0.047 0.016 0.078 0.078 0.078 0.125l0.078 1.922 1.891-1.156c0.047-0.031 0.125-0.031 0.172 0l1.313 0.875 0.047-1.719c0-0.047 0.031-0.109 0.078-0.141l3.219-1.969c0.063-0.031 0.125-0.031 0.172 0l3.828 2.109c0.031 0.031 0.063 0.063 0.078 0.109 0.031 0.109-0.484 3.625-0.531 3.984 0 0.047-0.031 0.094-0.063 0.109l-2.984 2.391c-0.063 0.047-0.141 0.047-0.203 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book\" viewBox=\"0 0 26 28\">\n<title>address-book</title>\n<path d=\"M18.766 19.344c0-2.766-0.672-5.844-3.453-5.844-0.859 0.5-2.031 1.359-3.313 1.359s-2.453-0.859-3.313-1.359c-2.781 0-3.453 3.078-3.453 5.844 0 1.547 1.016 2.656 2.266 2.656h9c1.25 0 2.266-1.109 2.266-2.656zM16.063 10.063c0-2.25-1.828-4.062-4.062-4.062s-4.062 1.813-4.062 4.062c0 2.234 1.828 4.047 4.062 4.047s4.062-1.813 4.062-4.047zM26 18.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book-o\" viewBox=\"0 0 26 28\">\n<title>address-book-o</title>\n<path d=\"M16.063 10.063c0 2.234-1.828 4.047-4.062 4.047s-4.062-1.813-4.062-4.047c0-2.25 1.828-4.062 4.062-4.062s4.062 1.813 4.062 4.062zM15.313 13.5c2.984 0 3.453 3.547 3.453 5.844 0 1.313-0.828 2.656-2.266 2.656h-9c-1.437 0-2.266-1.344-2.266-2.656 0-2.203 0.469-5.844 3.375-5.844h0.078c1.031 0.609 2.078 1.359 3.313 1.359s2.281-0.75 3.313-1.359zM26 9.5c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.266 0 0.5 0.234 0.5 0.5v3zM22 25.5v-23c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v23c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card\" viewBox=\"0 0 32 28\">\n<title>address-card</title>\n<path d=\"M16 17.672c0-2.422-0.594-5.109-3.063-5.109-0.766 0.438-1.797 1.188-2.938 1.188s-2.172-0.75-2.938-1.188c-2.469 0-3.063 2.688-3.063 5.109 0 1.359 0.891 2.328 2 2.328h8c1.109 0 2-0.969 2-2.328zM13.547 9.547c0-1.953-1.594-3.547-3.547-3.547s-3.547 1.594-3.547 3.547c0 1.969 1.594 3.547 3.547 3.547s3.547-1.578 3.547-3.547zM28 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM28 13.438v-0.875c0-0.313-0.25-0.562-0.562-0.562h-8.875c-0.313 0-0.562 0.25-0.562 0.562v0.875c0 0.313 0.25 0.562 0.562 0.562h8.875c0.313 0 0.562-0.25 0.562-0.562zM28 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-5.5v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-12v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-5.5c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card-o\" viewBox=\"0 0 32 28\">\n<title>address-card-o</title>\n<path d=\"M16 17.672c0 1.359-0.891 2.328-2 2.328h-8c-1.109 0-2-0.969-2-2.328 0-2.422 0.594-5.109 3.062-5.109 0.766 0.438 1.797 1.188 2.938 1.188s2.172-0.75 2.938-1.188c2.469 0 3.062 2.688 3.062 5.109zM13.547 9.547c0 1.969-1.594 3.547-3.547 3.547s-3.547-1.578-3.547-3.547c0-1.953 1.594-3.547 3.547-3.547s3.547 1.594 3.547 3.547zM28 16.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM28 12.563v0.875c0 0.313-0.25 0.562-0.562 0.562h-8.875c-0.313 0-0.562-0.25-0.562-0.562v-0.875c0-0.313 0.25-0.562 0.562-0.562h8.875c0.313 0 0.562 0.25 0.562 0.562zM28 8.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-19c0-0.266-0.234-0.5-0.5-0.5h-27c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h5.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h12v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h5.5c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle\" viewBox=\"0 0 28 28\">\n<title>user-circle</title>\n<path d=\"M23.797 20.922c-0.406-2.922-1.594-5.516-4.25-5.875-1.375 1.5-3.359 2.453-5.547 2.453s-4.172-0.953-5.547-2.453c-2.656 0.359-3.844 2.953-4.25 5.875 2.172 3.063 5.75 5.078 9.797 5.078s7.625-2.016 9.797-5.078zM20 10c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM28 14c0 7.703-6.25 14-14 14-7.734 0-14-6.281-14-14 0-7.734 6.266-14 14-14s14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle-o\" viewBox=\"0 0 28 28\">\n<title>user-circle-o</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14 0 7.688-6.234 14-14 14-7.75 0-14-6.297-14-14 0-7.734 6.266-14 14-14zM23.672 21.109c1.453-2 2.328-4.453 2.328-7.109 0-6.609-5.391-12-12-12s-12 5.391-12 12c0 2.656 0.875 5.109 2.328 7.109 0.562-2.797 1.922-5.109 4.781-5.109 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c2.859 0 4.219 2.312 4.781 5.109zM20 11c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-o\" viewBox=\"0 0 24 28\">\n<title>user-o</title>\n<path d=\"M18.766 12.25c2.203 0.641 5.234 2.812 5.234 9.922 0 3.219-2.391 5.828-5.328 5.828h-13.344c-2.938 0-5.328-2.609-5.328-5.828 0-7.109 3.031-9.281 5.234-9.922-0.781-1.234-1.234-2.688-1.234-4.25 0-4.406 3.594-8 8-8s8 3.594 8 8c0 1.563-0.453 3.016-1.234 4.25zM12 2c-3.313 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6-2.688-6-6-6zM18.672 26c1.828 0 3.328-1.703 3.328-3.828 0-4.922-1.656-8-4.75-8.156-1.406 1.234-3.234 1.984-5.25 1.984s-3.844-0.75-5.25-1.984c-3.094 0.156-4.75 3.234-4.75 8.156 0 2.125 1.5 3.828 3.328 3.828h13.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-id-badge\" viewBox=\"0 0 20 28\">\n<title>id-badge</title>\n<path d=\"M16 19.656c0 1.344-0.891 2.344-2 2.344h-8c-1.109 0-2-1-2-2.344 0-2.438 0.609-5.141 3.062-5.141 0.766 0.719 1.797 1.172 2.938 1.172s2.172-0.453 2.938-1.172c2.453 0 3.062 2.703 3.062 5.141zM13.594 11.547c0 1.969-1.609 3.547-3.594 3.547s-3.594-1.578-3.594-3.547c0-1.953 1.609-3.547 3.594-3.547s3.594 1.594 3.594 3.547zM18 25.5v-21.5h-16v21.5c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM20 2.5v23c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h5.5v1.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-1.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license\" viewBox=\"0 0 32 28\">\n<title>drivers-license</title>\n<path d=\"M14 18.937c0-2.063-0.5-4.438-2.562-4.438-0.625 0.625-1.484 1-2.438 1s-1.813-0.375-2.438-1c-2.063 0-2.562 2.375-2.562 4.438 0 1.141 0.75 2.063 1.672 2.063h6.656c0.922 0 1.672-0.922 1.672-2.063zM12 12c0-1.656-1.344-3-3-3s-3 1.344-3 3 1.344 3 3 3 3-1.344 3-3zM28 19.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM22 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM28 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM28 11.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM2 6h28v-1.5c0-0.281-0.219-0.5-0.5-0.5h-27c-0.281 0-0.5 0.219-0.5 0.5v1.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license-o\" viewBox=\"0 0 32 28\">\n<title>drivers-license-o</title>\n<path d=\"M14 18.937c0 1.141-0.75 2.063-1.672 2.063h-6.656c-0.922 0-1.672-0.922-1.672-2.063 0-2.063 0.5-4.438 2.562-4.438 0.625 0.625 1.484 1 2.438 1s1.813-0.375 2.438-1c2.063 0 2.562 2.375 2.562 4.438zM12 12c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 18.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 10.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-17.5h-28v17.5c0 0.266 0.234 0.5 0.5 0.5h27c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quora\" viewBox=\"0 0 28 28\">\n<title>quora</title>\n<path d=\"M19.609 12.297c0-6.516-2.031-9.859-6.797-9.859-4.688 0-6.719 3.344-6.719 9.859 0 6.484 2.031 9.797 6.719 9.797 0.75 0 1.422-0.078 2.047-0.266v0c-0.969-1.906-2.109-3.828-4.328-3.828-0.422 0-0.844 0.063-1.234 0.25l-0.766-1.516c0.922-0.797 2.406-1.422 4.312-1.422 2.984 0 4.5 1.437 5.719 3.266 0.703-1.563 1.047-3.672 1.047-6.281zM25.703 22.172h1.828c0.109 1.125-0.453 5.828-5.563 5.828-3.094 0-4.719-1.797-5.953-3.891v0c-1.016 0.281-2.109 0.422-3.203 0.422-6.25 0-12.359-4.984-12.359-12.234 0-7.313 6.125-12.297 12.359-12.297 6.359 0 12.406 4.953 12.406 12.297 0 4.094-1.906 7.422-4.672 9.562 0.891 1.344 1.813 2.234 3.094 2.234 1.406 0 1.969-1.078 2.063-1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-free-code-camp\" viewBox=\"0 0 36 28\">\n<title>free-code-camp</title>\n<path d=\"M7.078 25.578c0 0.438-0.391 0.844-0.828 0.844-0.063 0-0.141-0.031-0.203-0.047v0c-0.875-0.203-2-1.516-2.531-2.188-2.438-3.078-3.516-6.672-3.516-10.563 0-3.625 1.094-6.734 3.328-9.594 0.516-0.672 2.047-2.438 2.953-2.438 0.391 0 0.797 0.313 0.797 0.719 0 0.469-0.688 1.109-0.984 1.406-0.859 0.891-1.656 1.797-2.297 2.875-1.328 2.219-1.859 4.438-1.859 7.016 0 2.766 0.516 5.266 1.922 7.672 0.594 1.016 1.297 1.859 2.125 2.703 0.328 0.359 1.094 1.062 1.094 1.594zM28.063 23.484c0 0.578-0.391 1.062-1 1.062h-16.891c-0.547 0-1-0.453-1-1 0-0.578 0.391-1.062 1-1.062h16.891c0.547 0 1 0.453 1 1zM24.703 13.937c0 1.312-0.297 2.531-1.047 3.641-0.516 0.766-1.563 1.75-2.391 2.172-0.125 0.078-0.281 0.156-0.422 0.156-0.125 0-0.359-0.141-0.359-0.281 0-0.453 1.906-1.531 1.906-3.625 0-0.688-0.172-1.453-0.547-2.031-0.109-0.156-0.5-0.656-0.719-0.656-0.047 0-0.047 0.031-0.047 0.078 0 0.375 0.234 0.734 0.234 1.125 0 0.5-0.609 0.75-1.031 0.75-0.734 0-1.031-0.516-1.031-1.188 0-0.453 0.047-0.922 0.047-1.375 0-0.328-0.016-0.422-0.156-0.719-0.219-0.422-0.938-1.281-1.453-1.281-0.141 0-0.187 0-0.187 0.141 0 0.219 0.5 0.453 0.5 1.25 0 2.078-2.859 2.453-2.859 4.531 0 0.938 0.125 1.719 0.656 2.5 0.328 0.484 0.688 0.766 1.234 0.984 0.141 0.047 0.281 0.063 0.281 0.234s-0.141 0.25-0.281 0.25c-0.078 0-0.438-0.141-0.516-0.172v0c-2.406-0.875-4.234-2.969-4.234-5.594 0-3.109 3.734-5.828 3.734-8.813 0-0.578-0.094-0.984-0.391-1.469-0.172-0.281-0.594-0.828-0.875-1-0.125-0.063-0.297-0.172-0.297-0.328 0-0.266 0.453-0.313 0.641-0.313 0.562 0 1.203 0.203 1.719 0.453 2.172 1.031 2.625 2.609 3 4.797 0.094 0.516 0.281 2.156 1.031 2.156 0.484 0 0.797-0.328 0.797-0.797 0-0.703-0.625-1.469-0.625-1.859 0-0.109 0.063-0.156 0.156-0.156 0.391 0 1.203 0.828 1.453 1.094 1.516 1.609 2.078 3.172 2.078 5.344zM36 14.391c0 2.75-0.734 5.5-2.156 7.859-0.656 1.094-2.812 4.156-4.234 4.156-0.328 0-0.719-0.406-0.719-0.734 0-0.531 1.828-2.234 2.281-2.812 1.937-2.438 2.859-5.187 2.859-8.297 0-2.562-0.313-4.641-1.453-6.969-0.703-1.437-1.437-2.406-2.547-3.563-0.359-0.375-1.141-1.078-1.141-1.641 0-0.391 0.406-0.812 0.797-0.812 1.031 0 2.516 1.906 3.063 2.641 2.094 2.812 2.984 5.703 3.219 9.172 0.016 0.328 0.031 0.672 0.031 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-telegram\" viewBox=\"0 0 28 28\">\n<title>telegram</title>\n<path d=\"M18.578 20.422l2.297-10.828c0.203-0.953-0.344-1.328-0.969-1.094l-13.5 5.203c-0.922 0.359-0.906 0.875-0.156 1.109l3.453 1.078 8.016-5.047c0.375-0.25 0.719-0.109 0.438 0.141l-6.484 5.859-0.25 3.563c0.359 0 0.516-0.156 0.703-0.344l1.687-1.625 3.5 2.578c0.641 0.359 1.094 0.172 1.266-0.594zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer\" viewBox=\"0 0 16 28\">\n<title>thermometer</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-14.172h2v14.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-3\" viewBox=\"0 0 16 28\">\n<title>thermometer-3</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-10.172h2v10.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-2\" viewBox=\"0 0 16 28\">\n<title>thermometer-2</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-6.172h2v6.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-1\" viewBox=\"0 0 16 28\">\n<title>thermometer-1</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-2.172h2v2.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-0\" viewBox=\"0 0 16 28\">\n<title>thermometer-0</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.641 1.328-3 3-3s3 1.375 3 3zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shower\" viewBox=\"0 0 30 28\">\n<title>shower</title>\n<path d=\"M22.391 3.891c0.203 0.203 0.203 0.516 0 0.719l-9.781 9.781c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l0.688-0.688c-1.516-1.906-1.703-4.516-0.547-6.594-0.719-0.688-1.687-1.109-2.75-1.109-2.203 0-4 1.797-4 4v20h-4v-20c0-4.406 3.594-8 8-8 2.25 0 4.281 0.938 5.734 2.438 1.969-0.797 4.25-0.5 5.969 0.859l0.688-0.688c0.203-0.203 0.516-0.203 0.719 0zM21 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM25 10c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM29 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM22 11c0-0.547 0.453-1 1-1s1 0.453 1 1-0.453 1-1 1-1-0.453-1-1zM27 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 14c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM25 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 16c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM23 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 18c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 20c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bath\" viewBox=\"0 0 28 28\">\n<title>bath</title>\n<path d=\"M26 17v3c0 1.781-0.781 3.359-2 4.469v3.031c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.844c-0.625 0.219-1.297 0.344-2 0.344h-12c-0.703 0-1.375-0.125-2-0.344v1.719c0 0.344-0.219 0.625-0.5 0.625h-1c-0.281 0-0.5-0.281-0.5-0.625v-2.906c-1.219-1.109-2-2.688-2-4.469v-3h24zM11 10.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 9.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-10c0-2.203 1.797-4 4-4 1.125 0 2.141 0.469 2.875 1.219 0.969-0.391 2.125-0.25 2.984 0.422l0.344-0.344c0.094-0.094 0.25-0.094 0.344 0l0.656 0.656c0.094 0.094 0.094 0.25 0 0.344l-4.906 4.906c-0.094 0.094-0.25 0.094-0.344 0l-0.656-0.656c-0.094-0.094-0.094-0.25 0-0.344l0.344-0.344c-0.75-0.953-0.844-2.266-0.266-3.313-0.359-0.344-0.844-0.547-1.375-0.547-1.109 0-2 0.891-2 2v10h23.5c0.281 0 0.5 0.219 0.5 0.5zM14 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM14 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM16 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM17 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-podcast\" viewBox=\"0 0 24 28\">\n<title>podcast</title>\n<path d=\"M15.531 18.625c0 1.031-0.109 2.063-0.266 3.078-0.234 1.625-0.469 3.297-0.859 4.891-0.281 1.141-1.344 1.406-2.375 1.406s-2.094-0.266-2.375-1.406c-0.391-1.594-0.625-3.266-0.859-4.891-0.156-1.016-0.266-2.047-0.266-3.078 0-2.109 1.703-2.625 3.5-2.625s3.5 0.516 3.5 2.625zM24 12c0 5.063-3.125 9.391-7.562 11.156-0.172 0.063-0.359-0.094-0.328-0.281 0.047-0.328 0.094-0.672 0.156-1.031 0.031-0.25 0.063-0.5 0.094-0.734 0.016-0.094 0.063-0.156 0.141-0.187 3.25-1.656 5.5-5.031 5.5-8.922 0-5.703-4.781-10.297-10.547-9.984-5.281 0.281-9.484 4.781-9.453 10.063 0.031 3.891 2.297 7.25 5.563 8.875 0.078 0.031 0.125 0.109 0.141 0.187 0.031 0.219 0.063 0.453 0.094 0.703 0.063 0.375 0.109 0.719 0.172 1.062 0.031 0.187-0.172 0.344-0.344 0.266-4.641-1.813-7.875-6.438-7.609-11.766 0.297-6.047 5.172-11 11.219-11.375 6.969-0.438 12.766 5.094 12.766 11.969zM15.531 11.5c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5zM20.031 12c0 2.578-1.234 4.891-3.125 6.344-0.156 0.125-0.375 0.016-0.406-0.187-0.047-0.438-0.172-0.953-0.453-1.437-0.063-0.094-0.047-0.219 0.047-0.313 1.188-1.094 1.937-2.656 1.937-4.406 0-3.531-3.078-6.359-6.687-5.969-2.766 0.313-5.016 2.594-5.281 5.375-0.203 1.969 0.578 3.781 1.906 5 0.094 0.094 0.109 0.219 0.047 0.313-0.281 0.484-0.406 1-0.453 1.453-0.031 0.187-0.25 0.297-0.406 0.172-1.937-1.5-3.172-3.859-3.125-6.516 0.094-4.156 3.469-7.625 7.609-7.812 4.594-0.219 8.391 3.437 8.391 7.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-maximize\" viewBox=\"0 0 28 28\">\n<title>window-maximize</title>\n<path d=\"M4 22h20v-12h-20v12zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-minimize\" viewBox=\"0 0 28 28\">\n<title>window-minimize</title>\n<path d=\"M28 20.5v3c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-restore\" viewBox=\"0 0 32 28\">\n<title>window-restore</title>\n<path d=\"M4 24h12v-8h-12v8zM20 16h8v-12h-12v4h1.5c1.375 0 2.5 1.125 2.5 2.5v5.5zM32 2.5v15c0 1.375-1.125 2.5-2.5 2.5h-9.5v5.5c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h9.5v-5.5c0-1.375 1.125-2.5 2.5-2.5h15c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle\" viewBox=\"0 0 28 28\">\n<title>times-rectangle</title>\n<path d=\"M18.359 20.641l2.281-2.281c0.203-0.203 0.203-0.516 0-0.719l-3.641-3.641 3.641-3.641c0.203-0.203 0.203-0.516 0-0.719l-2.281-2.281c-0.203-0.203-0.516-0.203-0.719 0l-3.641 3.641-3.641-3.641c-0.203-0.203-0.516-0.203-0.719 0l-2.281 2.281c-0.203 0.203-0.203 0.516 0 0.719l3.641 3.641-3.641 3.641c-0.203 0.203-0.203 0.516 0 0.719l2.281 2.281c0.203 0.203 0.516 0.203 0.719 0l3.641-3.641 3.641 3.641c0.203 0.203 0.516 0.203 0.719 0zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle-o\" viewBox=\"0 0 28 28\">\n<title>times-rectangle-o</title>\n<path d=\"M19.641 17.359l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.641-2.641-2.641 2.641c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.641-2.641-2.641-2.641c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.641 2.641 2.641-2.641c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.641 2.641 2.641 2.641c0.203 0.203 0.203 0.516 0 0.719zM4 22h20v-16h-20v16zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bandcamp\" viewBox=\"0 0 28 28\">\n<title>bandcamp</title>\n<path d=\"M16.719 18.406l4.781-8.813h-10.219l-4.781 8.813h10.219zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-grav\" viewBox=\"0 0 28 28\">\n<title>grav</title>\n<path d=\"M20.172 7.438c-0.5-0.562-1.313 0.391-0.875 0.906 0.422 0.516 1.813 0.141 0.875-0.906zM13.984 11.281c-0.172 0.172-0.438 0.172-0.594 0-0.172-0.156-0.172-0.422 0-0.578 0.156-0.172 0.422-0.172 0.594 0 0.156 0.156 0.156 0.422 0 0.578zM16.562 12.437l-0.547 0.547c-0.25 0.266-0.672 0.266-0.938 0l-0.594-0.594c-0.25-0.266-0.25-0.672 0-0.938l0.547-0.547c0.25-0.25 0.672-0.25 0.938 0l0.594 0.609c0.25 0.25 0.25 0.672 0 0.922zM14.859 10.406c-0.156 0.156-0.422 0.156-0.594 0-0.156-0.172-0.156-0.438 0-0.594 0.172-0.172 0.438-0.172 0.594 0 0.172 0.156 0.172 0.422 0 0.594zM21.156 8.875c-0.703 1.328-2.547 1.875-3.672 1.078-1.125-0.812-1.906-2.438-0.672-3.844 1.219-1.406 2.297-0.969 3.375 0.047 0.672 0.641 1.656 1.406 0.969 2.719zM24.297 16.406c0.141-0.906-1.156-0.938-1.437-1.453-0.766-1.359-1.563-2.078-3.078-1.719 0.656-0.453 1.328-0.344 1.328-0.344 0.016-0.359 0-0.734-0.531-1.406 0.219-0.703 0.016-1.266 0.016-1.266 0.875-0.484 1.516-1.375 1.641-2.438 0.203-1.75-1.062-3.344-2.812-3.547-1.25-0.141-2.469 0.438-3.063 1.453-1.313 2.266 0.078 4 1.266 4.594-0.812-0.078-1.937-0.672-2.266-1.937-0.375-1.453 0.156-2.812 0.5-3.469 0 0-0.25-0.328-0.453-0.5 0 0-0.781 0-1.391 0.297 0.672-0.859 1.422-0.812 1.422-0.812 0-0.359-0.031-0.844-0.203-1.219-0.313-0.641-1.406-0.734-1.828 0.234 0.016-0.047 0.031-0.078 0.063-0.109-0.281 0.672-0.063 3.156 0.953 4.922-0.141 0.078-0.516 0.344-0.734 0.562-1.219 0.547-3.172 3.406-3.172 3.406-1.594 0.609-4.375 2.875-4 4.5v0c0.016 0.172 0.078 0.313 0.172 0.422-0.156 0.125-0.313 0.281-0.469 0.469-0.672 0.781-0.297 1.984 1 1.375 0.891-0.406 1.687-1.141 2.063-1.719 0 0-0.328-0.281-0.938-0.25 1.563-0.375 1.953-0.531 2.625-0.516 0.453 0.219 0.453-1.937 0.453-1.937 0-0.828-0.125-1.75-0.625-2.344 0.703 0.688 1.641 1.844 1.578 3.422-0.047 1.031-0.859 1.297-0.859 1.297-0.516 0.938-2.438 3.719-1.719 5.984 0 0-0.547-0.844-0.578-1.25-0.984 1.094-2.641 2.953-1.406 3.641 1.5 0.828 6.156-5 7.141-8.031 1.953-1.172 3.125-2.672 3.609-3.672 1.25 2.484 5.406 5.359 5.734 3.359zM28.031 14c0 7.734-6.281 14-14.016 14s-14.016-6.266-14.016-14 6.281-14 14.016-14 14.016 6.266 14.016 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-etsy\" viewBox=\"0 0 24 28\">\n<title>etsy</title>\n<path d=\"M8.094 2.859v10.234c3.625 0.031 5.531-0.156 5.531-0.156 1.469-0.047 1.687-0.422 2.031-1.859l0.516-2.219h1.609l-0.219 5.031 0.109 4.984h-1.609l-0.453-1.984c-0.328-1.484-0.969-1.844-2.016-1.859 0 0-1.344-0.125-5.5-0.125v8.687c0 1.625 0.891 2.391 2.766 2.391h5.578c1.875 0 3.563-0.187 4.719-2.859l1.453-3.375h1.391c-0.109 0.672-0.859 6.875-0.969 8.25-5.141-0.187-7.344-0.187-7.344-0.187h-9.812l-5.875 0.187v-1.594l1.984-0.391c1.391-0.266 1.813-0.672 1.828-1.813 0.094-3.781 0.125-10.047 0.125-10.047s0.047-6.281-0.125-10.078c-0.047-1.297-0.438-1.609-1.828-1.875l-1.984-0.375v-1.594l5.875 0.187h10.969s2.172 0 5.844-0.422c-0.219 2.391-0.484 7.906-0.484 7.906h-1.453l-0.5-1.937c-0.609-2.422-1.422-3.719-2.922-3.719h-8.563c-0.641 0-0.672 0.219-0.672 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-imdb\" viewBox=\"0 0 24 28\">\n<title>imdb</title>\n<path d=\"M14.406 12.453v2.844c0 0.562 0.109 1.078-0.594 1.062v-4.828c0.688 0 0.594 0.359 0.594 0.922zM19.344 13.953v1.891c0 0.313 0.094 0.828-0.359 0.828-0.094 0-0.172-0.047-0.219-0.141-0.125-0.297-0.063-2.547-0.063-2.578 0-0.219-0.063-0.734 0.281-0.734 0.422 0 0.359 0.422 0.359 0.734zM2.812 17.641h1.906v-7.375h-1.906v7.375zM9.594 17.641h1.656v-7.375h-2.484l-0.438 3.453c-0.156-1.156-0.313-2.312-0.5-3.453h-2.469v7.375h1.672v-4.875l0.703 4.875h1.188l0.672-4.984v4.984zM16.234 12.875c0-0.469 0.016-0.969-0.078-1.406-0.25-1.297-1.813-1.203-2.828-1.203h-1.422v7.375c4.969 0 4.328 0.344 4.328-4.766zM21.187 15.953v-2.078c0-1-0.047-1.734-1.281-1.734-0.516 0-0.859 0.156-1.203 0.531v-2.406h-1.828v7.375h1.719l0.109-0.469c0.328 0.391 0.688 0.562 1.203 0.562 1.141 0 1.281-0.875 1.281-1.781zM24 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ravelry\" viewBox=\"0 0 34 28\">\n<title>ravelry</title>\n<path d=\"M17.859 27.078c-0.063-0.016-0.109-0.031-0.172-0.063 0 0-5.141-3.016-6.875-7.891-0.578-0.094-1.797-0.375-2.734-0.578v0c1.359 4.422 5.141 7.797 9.781 8.531zM7.844 17.609l2.625 0.438c-0.891-2.672-1-5.719-1-5.719-1.047 1.016-1.609 2.406-1.891 3.5v0c0.047 0.609 0.125 1.203 0.266 1.781zM9.562 8.094v0c-0.484 0.719-0.875 1.5-1.203 2.312 0.516-0.547 0.938-0.906 1.156-1.062-0.031-0.469 0.047-1.25 0.047-1.25zM32.016 14.875c0-6.813-5.5-12.344-12.25-12.344-3.125 0-5.969 1.188-8.141 3.141-0.328 0.641-0.547 1.453-0.703 2.5 3.328-2.828 9.266-2.125 9.266-2.125 1.484 0.063 1.313 1.375 1.297 1.781-5.406-0.453-8.062 1.094-10.687 3.328 0 0 0.516 5 1.703 7.031 6.844 0.313 12.047-3.406 12.047-3.406 0.656-0.469 1.234-0.516 1.359 0.297 0.094 0.656 0.141 1.547-0.609 1.891-2.281 1.062-4.797 1.734-7.297 2.094-1.625 0.234-2.531 0.297-4.953 0.25 2.312 5.375 8.094 6.844 8.094 6.844 1.813 0.297 3.187 0.063 4.109-0.234v0c4-2.031 6.766-6.219 6.766-11.047zM33.172 14.297c-0.109 1.062-0.281 2.297-0.625 3.313-1.406 4.172-3.359 6.891-7.812 9.375-0.406 0.281-0.844 0.547-1.281 0.688-0.797 0.281-1.656 0.344-2.547 0.25-0.375 0.031-0.75 0.047-1.141 0.047-5.953 0-10.984-4.062-12.5-9.609-0.047 0-0.094-0.016-0.141-0.016-0.359 2.812 1.719 6.609 1.719 6.609s0.125 0.187 0.844 1.281c-3.984-2.109-4.094-8.328-4.094-8.328-0.953-0.359-4.266-1.484-4.844-2.406 0 0 2.594 1.422 4.828 1.703-0.016-0.016 0.031-0.5 0.031-0.5 0.141-1.906 0.797-3.391 1.469-4.531 0.438-2.141 1.406-4.078 2.75-5.703 0.234-0.969 0.609-2.125 1.266-3.344 0.281-0.531 0.547-0.875 1.266-1.203 4.75-2.219 9.438-2.781 14.25-0.281v0c4.609 2.406 7.109 7.438 6.563 12.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eercast\" viewBox=\"0 0 27 28\">\n<title>eercast</title>\n<path d=\"M20.953 12.25c0.547-0.844-0.094-2.984-2-4.25-1.891-1.266-4.312-1.172-4.875-0.328-0.547 0.828 0.625 0.297 2.766 1.094 3.531 1.313 3.563 4.328 4.109 3.484zM26.625 21.219c-4.422 10.875-24.344 8.125-23.922-5.984 0.047-1.797 0.547-3 1.062-4.719-3.297 13.5 15.094 21.359 22.641 10.703 0.281-0.391 0.359-0.359 0.219 0zM22.891 14.203c0 4.422-3.563 8.016-7.953 8.016s-7.953-3.594-7.953-8.016 3.563-8.016 7.953-8.016 7.953 3.594 7.953 8.016zM27.375 9.703c-5.563-12.625-28.531-7.969-25.984 9.203-5.281-17.203 16.484-25.094 24.531-12.844 0.656 1 1.406 2.75 1.453 3.641zM26.406 15.047c0.266-5.281-3.391-8.891-8.328-10.25-0.078 0-0.422-0.141 0.219-0.203 12.063 0.406 12.5 19.688-0.641 19.906 4.281-1.188 8.484-4.156 8.75-9.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microchip\" viewBox=\"0 0 24 28\">\n<title>microchip</title>\n<path d=\"M3 20v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 16v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 12v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 8v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 4v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM20 1.5v23c0 0.828-0.672 1.5-1.5 1.5h-13c-0.828 0-1.5-0.672-1.5-1.5v-23c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5zM24 20.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 16.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 12.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 8.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 4.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snowflake-o\" viewBox=\"0 0 26 28\">\n<title>snowflake-o</title>\n<path d=\"M24.469 17.453l-2.609 0.516 2.906 1.672c0.469 0.266 0.641 0.891 0.359 1.359s-0.891 0.641-1.359 0.359l-2.906-1.656 0.859 2.5c0.438 1.25-1.469 1.891-1.891 0.656l-1.594-4.688-4.234-2.438v4.891l3.25 3.719c0.875 0.984-0.641 2.312-1.5 1.313l-1.75-2v3.344c0 0.547-0.453 1-1 1s-1-0.453-1-1v-3.344l-1.75 2c-0.859 1-2.375-0.328-1.5-1.313l3.25-3.719v-4.891l-4.234 2.438-1.594 4.688c-0.422 1.234-2.328 0.594-1.891-0.656l0.859-2.5-2.906 1.656c-0.469 0.281-1.078 0.109-1.359-0.359s-0.109-1.094 0.359-1.359l2.906-1.672-2.609-0.516c-1.297-0.266-0.906-2.219 0.391-1.969l4.844 0.969 4.234-2.453-4.234-2.453-4.844 0.969c-0.063 0.016-0.141 0.016-0.203 0.016-1.188 0-1.359-1.75-0.187-1.984l2.609-0.516-2.906-1.672c-0.469-0.266-0.641-0.891-0.359-1.359 0.281-0.484 0.891-0.641 1.359-0.359l2.906 1.656-0.859-2.5c-0.438-1.25 1.469-1.891 1.891-0.656l1.594 4.688 4.234 2.438v-4.891l-3.25-3.719c-0.875-0.984 0.641-2.312 1.5-1.313l1.75 2v-3.344c0-0.547 0.453-1 1-1s1 0.453 1 1v3.344l1.75-2c0.859-1 2.375 0.328 1.5 1.313l-3.25 3.719v4.891l4.234-2.438 1.594-4.688c0.422-1.234 2.328-0.594 1.891 0.656l-0.859 2.5 2.906-1.656c0.469-0.281 1.078-0.109 1.359 0.359s0.109 1.094-0.359 1.359l-2.906 1.672 2.609 0.516c1.172 0.234 1 1.984-0.187 1.984-0.063 0-0.141 0-0.203-0.016l-4.844-0.969-4.234 2.453 4.234 2.453 4.844-0.969c1.297-0.25 1.687 1.703 0.391 1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superpowers\" viewBox=\"0 0 28 28\">\n<title>superpowers</title>\n<path d=\"M23.016 14.516c0.281-5-3.547-9.141-8.5-9.438-4.922-0.297-9.281 3.453-9.562 8.406-0.281 5 3.547 9.141 8.516 9.438 4.922 0.297 9.281-3.437 9.547-8.406zM28 0l-5.453 5.437c2.484 2.422 3.828 5.797 3.609 9.266-0.344 5.812-4.813 10.453-10.547 11.234l-15.609 2.063 5.422-5.422c-2.484-2.422-3.813-5.797-3.609-9.266 0.359-5.828 4.813-10.469 10.563-11.25 5.203-0.688 10.422-1.375 15.625-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpexplorer\" viewBox=\"0 0 28 28\">\n<title>wpexplorer</title>\n<path d=\"M14.812 16.063l2.547 5.141h-0.797l-2.734-5.469-2.672 5.469h-0.766l2.797-5.844-1.219-0.516 0.328-0.766 3.75 1.594-0.328 0.781zM8.797 6.813l4.75 2.031-2.031 4.75-4.75-2.031zM14.172 9.703l3.75 1.609-1.609 3.734-3.734-1.594zM18.562 12.047l2.984 1.266-1.281 2.969-2.969-1.266zM26.25 14c0-6.75-5.5-12.25-12.25-12.25s-12.25 5.5-12.25 12.25 5.5 12.25 12.25 12.25 12.25-5.5 12.25-12.25zM28 14c0 7.719-6.281 14-14 14s-14-6.281-14-14 6.281-14 14-14 14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meetup\" viewBox=\"0 0 30 28\">\n<title>meetup</title>\n<path d=\"M20.844 19.281c-0.172-1.125-2.234-0.25-2.359-1.484-0.172-1.75 2.391-5.531 2.188-7-0.187-1.313-1.062-1.594-1.828-1.609-0.734-0.016-0.922 0.109-1.172 0.25-0.156 0.094-0.359 0.266-0.641-0.016-0.344-0.328-0.609-0.641-1.062-0.703-0.672-0.109-0.969 0.109-1.453 0.531-0.187 0.156-0.656 0.703-1.094 0.5-0.187-0.094-0.844-0.422-1.313-0.625-0.891-0.391-2.188 0.25-2.656 1.094-0.703 1.25-2.078 6.188-2.281 6.844-0.469 1.453 0.594 2.656 2.016 2.578 0.609-0.031 1-0.25 1.391-0.953 0.219-0.406 2.281-5.891 2.438-6.156 0.109-0.187 0.484-0.438 0.797-0.281 0.313 0.172 0.375 0.516 0.328 0.828-0.063 0.531-1.531 3.875-1.578 4.25-0.187 1.25 1.469 1.453 2.109 0.219 0.203-0.391 2.5-5.063 2.703-5.375 0.234-0.344 0.406-0.453 0.641-0.438 0.172 0 0.453 0.047 0.391 0.594-0.078 0.516-1.922 3.953-2.125 4.797-0.25 1.125 0.359 2.266 1.359 2.766 0.625 0.313 3.422 0.859 3.203-0.609zM5.984 22.656c0.063 0.313-0.125 0.609-0.438 0.672-0.297 0.063-0.594-0.125-0.656-0.438-0.063-0.297 0.125-0.609 0.422-0.672s0.609 0.125 0.672 0.438zM14.891 26.766c0.25 0.359 0.156 0.844-0.187 1.094-0.359 0.25-0.844 0.156-1.094-0.203-0.234-0.359-0.141-0.844 0.203-1.094 0.359-0.25 0.844-0.156 1.078 0.203zM2.766 14.078c-0.375 0.562-1.125 0.703-1.672 0.313-0.547-0.375-0.688-1.141-0.313-1.687 0.375-0.562 1.125-0.703 1.672-0.328 0.547 0.391 0.688 1.141 0.313 1.703zM22.922 24.656c0.391 0.578 0.25 1.375-0.328 1.781-0.578 0.391-1.359 0.25-1.75-0.328s-0.25-1.375 0.313-1.781c0.578-0.406 1.359-0.25 1.766 0.328zM24.672 15.219c1.437 2.359 0.828 5.469-1.437 7.063-0.953 0.672-2.031 0.969-3.109 0.938-0.656 2.578-3.797 3.531-5.75 1.781-0.063 0.047-0.141 0.094-0.203 0.156-2.141 1.484-5.047 0.953-6.531-1.219-0.531-0.781-0.797-1.672-0.828-2.562-3.578-0.594-4.922-5.141-2.25-7.641-1.547-2.562 0.031-5.875 2.922-6.281 1.375-3.625 5.891-5.344 8.953-2.969 3.687-1.219 7.453 1.609 7.156 5.531 2.25 0.688 2.891 3.656 1.078 5.203zM7.109 4.906c0.281 0.422 0.187 1-0.234 1.297-0.406 0.281-0.984 0.187-1.266-0.234s-0.187-1 0.234-1.297c0.406-0.281 0.984-0.187 1.266 0.234zM9.594 0.516c0.078 0.344-0.141 0.688-0.484 0.766s-0.688-0.141-0.766-0.5c-0.063-0.344 0.156-0.688 0.5-0.766s0.688 0.141 0.75 0.5zM28.125 15.328c0.094 0.422-0.172 0.828-0.578 0.906-0.406 0.094-0.812-0.172-0.891-0.578-0.094-0.422 0.172-0.828 0.578-0.922 0.406-0.078 0.812 0.187 0.891 0.594zM17.75 1.375c0.328 0.562 0.156 1.312-0.422 1.656-0.562 0.344-1.297 0.156-1.625-0.406-0.344-0.578-0.156-1.328 0.406-1.672s1.297-0.156 1.641 0.422zM29.406 11.625c0.078 0.313-0.125 0.609-0.422 0.688-0.313 0.063-0.609-0.141-0.672-0.438-0.063-0.313 0.125-0.625 0.438-0.688 0.297-0.063 0.594 0.125 0.656 0.438zM26.422 7.859c0.313 0.469 0.203 1.109-0.25 1.437-0.469 0.313-1.109 0.203-1.422-0.266s-0.203-1.109 0.266-1.437c0.453-0.328 1.094-0.203 1.406 0.266z\"/>\n</symbol>\n</defs>\n</svg>\n\";s:11:\"Linearicons\";s:184660:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"Lineariconsicon-home\" viewBox=\"0 0 20 20\">\n<title>home</title>\n<path class=\"path1\" d=\"M19.871 12.165l-8.829-9.758c-0.274-0.303-0.644-0.47-1.042-0.47-0 0 0 0 0 0-0.397 0-0.767 0.167-1.042 0.47l-8.829 9.758c-0.185 0.205-0.169 0.521 0.035 0.706 0.096 0.087 0.216 0.129 0.335 0.129 0.136 0 0.272-0.055 0.371-0.165l2.129-2.353v8.018c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-8.018l2.129 2.353c0.185 0.205 0.501 0.221 0.706 0.035s0.221-0.501 0.035-0.706zM12 19h-4v-4.5c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v4.5zM16 18.5c0 0.276-0.224 0.5-0.5 0.5h-2.5v-4.5c0-0.827-0.673-1.5-1.5-1.5h-3c-0.827 0-1.5 0.673-1.5 1.5v4.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-9.123l5.7-6.3c0.082-0.091 0.189-0.141 0.3-0.141s0.218 0.050 0.3 0.141l5.7 6.3v9.123z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-apartment\" viewBox=\"0 0 20 20\">\n<title>apartment</title>\n<path class=\"path1\" d=\"M14 6h1v1h-1v-1z\"/>\n<path class=\"path2\" d=\"M14 8h1v1h-1v-1z\"/>\n<path class=\"path3\" d=\"M14 10h1v1h-1v-1z\"/>\n<path class=\"path4\" d=\"M14 12h1v1h-1v-1z\"/>\n<path class=\"path5\" d=\"M14 16h1v1h-1v-1z\"/>\n<path class=\"path6\" d=\"M14 14h1v1h-1v-1z\"/>\n<path class=\"path7\" d=\"M6 6h1v1h-1v-1z\"/>\n<path class=\"path8\" d=\"M6 8h1v1h-1v-1z\"/>\n<path class=\"path9\" d=\"M6 10h1v1h-1v-1z\"/>\n<path class=\"path10\" d=\"M6 12h1v1h-1v-1z\"/>\n<path class=\"path11\" d=\"M6 16h1v1h-1v-1z\"/>\n<path class=\"path12\" d=\"M6 14h1v1h-1v-1z\"/>\n<path class=\"path13\" d=\"M4 6h1v1h-1v-1z\"/>\n<path class=\"path14\" d=\"M4 8h1v1h-1v-1z\"/>\n<path class=\"path15\" d=\"M4 10h1v1h-1v-1z\"/>\n<path class=\"path16\" d=\"M4 12h1v1h-1v-1z\"/>\n<path class=\"path17\" d=\"M4 16h1v1h-1v-1z\"/>\n<path class=\"path18\" d=\"M4 14h1v1h-1v-1z\"/>\n<path class=\"path19\" d=\"M8 6h1v1h-1v-1z\"/>\n<path class=\"path20\" d=\"M8 8h1v1h-1v-1z\"/>\n<path class=\"path21\" d=\"M8 10h1v1h-1v-1z\"/>\n<path class=\"path22\" d=\"M8 12h1v1h-1v-1z\"/>\n<path class=\"path23\" d=\"M8 16h1v1h-1v-1z\"/>\n<path class=\"path24\" d=\"M8 14h1v1h-1v-1z\"/>\n<path class=\"path25\" d=\"M18.5 19h-0.5v-13.5c0-0.763-0.567-1.549-1.291-1.791l-4.709-1.57v-1.64c0-0.158-0.075-0.307-0.202-0.401s-0.291-0.123-0.442-0.078l-9.042 2.713c-0.737 0.221-1.314 0.997-1.314 1.766v14.5h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h18c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM16.393 4.658c0.318 0.106 0.607 0.507 0.607 0.842v13.5h-5v-15.806l4.393 1.464zM2 4.5c0-0.329 0.287-0.714 0.602-0.808l8.398-2.52v17.828h-9v-14.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pencil\" viewBox=\"0 0 20 20\">\n<title>pencil</title>\n<path class=\"path1\" d=\"M19.104 0.896c-0.562-0.562-1.309-0.871-2.104-0.871s-1.542 0.309-2.104 0.871l-12.75 12.75c-0.052 0.052-0.091 0.114-0.116 0.183l-2 5.5c-0.066 0.183-0.021 0.387 0.116 0.524 0.095 0.095 0.223 0.146 0.354 0.146 0.057 0 0.115-0.010 0.171-0.030l5.5-2c0.069-0.025 0.131-0.065 0.183-0.116l12.75-12.75c0.562-0.562 0.871-1.309 0.871-2.104s-0.309-1.542-0.871-2.104zM5.725 17.068l-4.389 1.596 1.596-4.389 11.068-11.068 2.793 2.793-11.068 11.068zM18.396 4.396l-0.896 0.896-2.793-2.793 0.896-0.896c0.373-0.373 0.869-0.578 1.396-0.578s1.023 0.205 1.396 0.578c0.373 0.373 0.578 0.869 0.578 1.396s-0.205 1.023-0.578 1.396z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magic-wand\" viewBox=\"0 0 20 20\">\n<title>magic-wand</title>\n<path class=\"path1\" d=\"M11.5 7c-0.276 0-0.5-0.224-0.5-0.5 0-1.378-1.122-2.5-2.5-2.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c1.378 0 2.5-1.122 2.5-2.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 1.378 1.122 2.5 2.5 2.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-1.378 0-2.5 1.122-2.5 2.5 0 0.276-0.224 0.5-0.5 0.5zM10.301 3.5c0.49 0.296 0.903 0.708 1.199 1.199 0.296-0.49 0.708-0.903 1.199-1.199-0.49-0.296-0.903-0.708-1.199-1.199-0.296 0.49-0.708 0.903-1.199 1.199z\"/>\n<path class=\"path2\" d=\"M1.5 10c-0.276 0-0.5-0.224-0.5-0.5s-0.224-0.5-0.5-0.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.276 0 0.5-0.224 0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5c0 0.276 0.224 0.5 0.5 0.5s0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5c-0.276 0-0.5 0.224-0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.147 15.939l-10.586-10.586c-0.283-0.283-0.659-0.438-1.061-0.438s-0.778 0.156-1.061 0.438l-0.586 0.586c-0.283 0.283-0.438 0.659-0.438 1.061s0.156 0.778 0.438 1.061l10.586 10.586c0.283 0.283 0.659 0.438 1.061 0.438s0.778-0.156 1.061-0.438l0.586-0.586c0.283-0.283 0.438-0.659 0.438-1.061s-0.156-0.778-0.438-1.061zM5.561 6.646l0.586-0.586c0.094-0.094 0.219-0.145 0.354-0.145s0.26 0.052 0.354 0.145l1.439 1.439-1.293 1.293-1.439-1.439c-0.195-0.195-0.195-0.512 0-0.707zM17.439 17.354l-0.586 0.586c-0.094 0.094-0.219 0.145-0.353 0.145s-0.26-0.052-0.353-0.145l-8.439-8.439 1.293-1.293 8.439 8.439c0.195 0.195 0.195 0.512 0 0.707z\"/>\n<path class=\"path4\" d=\"M3.5 5c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 2.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n<path class=\"path5\" d=\"M3.5 15c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 12.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-drop\" viewBox=\"0 0 20 20\">\n<title>drop</title>\n<path class=\"path1\" d=\"M10 20c-1.614 0-3.118-0.655-4.236-1.845-1.133-1.206-1.757-2.859-1.757-4.655 0-2.943 1.308-5.049 2.693-7.278 1.070-1.723 2.177-3.504 2.817-5.853 0.059-0.218 0.257-0.368 0.482-0.368s0.423 0.151 0.482 0.368c0.641 2.35 1.749 4.132 2.821 5.855 1.387 2.229 2.697 4.335 2.697 7.277 0 1.799-0.62 3.452-1.746 4.654-1.115 1.19-2.626 1.846-4.254 1.846zM10 2.113c-0.674 1.776-1.574 3.225-2.45 4.636-1.364 2.196-2.543 4.093-2.543 6.751 0 3.136 2.147 5.5 4.993 5.5 2.85 0 5-2.364 5-5.5 0-2.657-1.18-4.553-2.546-6.749-0.878-1.411-1.78-2.861-2.454-4.638z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lighter\" viewBox=\"0 0 20 20\">\n<title>lighter</title>\n<path class=\"path1\" d=\"M17.5 9h-0.69l-0.855-1.722c-0.084-0.17-0.258-0.278-0.448-0.278h-4.007c-0.276 0-0.5 0.224-0.5 0.5v1.5h-1.211l-3.856-6.678c-0.138-0.239-0.444-0.321-0.683-0.183l-3.464 2c-0.239 0.138-0.321 0.444-0.183 0.683l4 6.928c0.093 0.16 0.261 0.25 0.433 0.25 0.085 0 0.171-0.022 0.25-0.067l2.714-1.567v8.134c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-9c0-0.276-0.224-0.5-0.5-0.5zM17 15h-1v-3h1v3zM12 8h3.197l0.497 1h-3.694v-1zM6.219 10.817l-3.5-6.062 2.598-1.5 3.5 6.062-2.598 1.5zM10 18v-8h6.497c0.001 0 0.002 0 0.004 0s0.001-0 0.002-0h0.497v1h-1.5c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h1.5v2h-7z\"/>\n<path class=\"path2\" d=\"M15.5 6c-0.75 0-1.115-0.354-1.289-0.652-0.331-0.565-0.275-1.418 0.169-2.606 0.299-0.799 0.668-1.459 0.684-1.487 0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255c0.016 0.028 0.385 0.688 0.684 1.487 0.444 1.189 0.5 2.041 0.169 2.606-0.174 0.297-0.539 0.652-1.289 0.652zM15.5 2.64c-0.063 0.146-0.127 0.302-0.187 0.463-0.453 1.218-0.297 1.64-0.238 1.741 0.025 0.043 0.092 0.156 0.425 0.156s0.401-0.114 0.426-0.156c0.059-0.101 0.216-0.525-0.243-1.751-0.059-0.158-0.121-0.31-0.183-0.453z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-poop\" viewBox=\"0 0 20 20\">\n<title>poop</title>\n<path class=\"path1\" d=\"M17.057 13.303c-0.077-0.044-0.157-0.087-0.239-0.129 0.955-0.749 1.181-1.568 1.181-2.174 0-1.419-1.193-2.655-3.175-3.409 0.115-0.351 0.175-0.72 0.175-1.091 0-1.93-1.57-3.5-3.5-3.5-0.684 0-1.5-0.173-1.5-1 0-0.453 0.578-0.948 0.779-1.085 0.183-0.123 0.264-0.35 0.2-0.561s-0.258-0.354-0.478-0.354c-1.567 0-3.178 0.515-4.418 1.413-0.633 0.458-1.135 0.988-1.493 1.575-0.391 0.641-0.589 1.318-0.589 2.012 0 0.288 0.024 0.574 0.070 0.855-0.849 0.41-1.566 0.951-2.090 1.581-0.641 0.77-0.98 1.657-0.98 2.564 0 0.546 0.123 1.103 0.356 1.641-0.888 0.854-1.356 1.836-1.356 2.859 0 1.525 1.028 2.936 2.893 3.973 1.773 0.985 4.119 1.527 6.607 1.527 2.558 0 4.879-0.333 6.535-0.937 2.45-0.893 2.965-2.159 2.965-3.063 0-0.728-0.337-1.787-1.943-2.697zM15.693 18.124c-1.55 0.565-3.749 0.876-6.193 0.876-2.32 0-4.494-0.498-6.121-1.402-1.534-0.852-2.379-1.953-2.379-3.098 0-0.797 0.41-1.461 0.867-1.952 0.115 0.164 0.24 0.324 0.377 0.479 0.796 0.909 1.904 1.603 3.118 1.953 0.046 0.013 0.093 0.020 0.139 0.020 0.217 0 0.417-0.142 0.48-0.361 0.077-0.265-0.076-0.542-0.342-0.619-2.074-0.599-3.639-2.327-3.639-4.020 0-1.224 0.88-2.399 2.329-3.155 0.524 1.443 1.63 2.641 3.004 3.127 0.055 0.019 0.111 0.029 0.167 0.029 0.206 0 0.399-0.128 0.471-0.333 0.092-0.26-0.044-0.546-0.305-0.638-1.52-0.537-2.667-2.269-2.667-4.029 0-1.012 0.592-1.998 1.668-2.777 0.744-0.538 1.643-0.918 2.578-1.1-0.144 0.258-0.246 0.554-0.246 0.877 0 0.967 0.657 2 2.5 2 1.378 0 2.5 1.122 2.5 2.5 0 0.271-0.042 0.533-0.125 0.784-0.408-0.111-0.841-0.204-1.295-0.277-0.273-0.044-0.529 0.142-0.573 0.414s0.142 0.529 0.414 0.573c1.387 0.223 2.563 0.647 3.401 1.226 0.538 0.372 1.179 0.982 1.179 1.78 0 0.645-0.428 1.218-1.273 1.705-0.915-0.325-1.986-0.564-3.169-0.702-0.274-0.032-0.523 0.164-0.555 0.439s0.164 0.523 0.439 0.555c1.686 0.197 3.112 0.604 4.122 1.176 0.655 0.371 1.436 0.989 1.436 1.827 0 1.060-1.255 1.74-2.307 2.124z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sun\" viewBox=\"0 0 20 20\">\n<title>sun</title>\n<path class=\"path1\" d=\"M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z\"/>\n<path class=\"path2\" d=\"M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path8\" d=\"M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path9\" d=\"M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-moon\" viewBox=\"0 0 20 20\">\n<title>moon</title>\n<path class=\"path1\" d=\"M10.25 20c-2.738 0-5.312-1.066-7.248-3.002s-3.002-4.51-3.002-7.248c0-2.251 0.723-4.375 2.090-6.143 0.655-0.847 1.439-1.585 2.331-2.194 0.899-0.614 1.888-1.083 2.938-1.392 0.192-0.057 0.399 0.007 0.527 0.161s0.151 0.369 0.060 0.547c-0.645 1.257-0.945 2.455-0.945 3.772 0 4.687 3.813 8.5 8.5 8.5 1.317 0 2.515-0.3 3.772-0.945 0.178-0.091 0.393-0.068 0.547 0.060s0.217 0.335 0.161 0.527c-0.31 1.050-0.778 2.039-1.392 2.938-0.609 0.892-1.347 1.676-2.194 2.331-1.768 1.367-3.893 2.090-6.143 2.090zM6.57 1.365c-3.374 1.445-5.57 4.689-5.57 8.385 0 5.1 4.15 9.25 9.25 9.25 3.696 0 6.94-2.197 8.385-5.57-1.024 0.383-2.058 0.57-3.135 0.57-2.538 0-4.923-0.988-6.717-2.782s-2.783-4.18-2.783-6.718c0-1.077 0.188-2.111 0.57-3.135z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud\" viewBox=\"0 0 20 20\">\n<title>cloud</title>\n<path class=\"path1\" d=\"M16.006 16h-10.006c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.602 0 3.137 0.643 4.26 1.775 0.088-0.194 0.196-0.38 0.325-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.178 1.017 0.061-0.003 0.122-0.004 0.184-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994zM6 5c-2.757 0-5 2.243-5 5s2.243 5 5 5h10.006c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.354 0-0.699 0.061-1.026 0.18-0.218 0.080-0.462-0.001-0.59-0.195s-0.104-0.45 0.056-0.619c0.357-0.376 0.554-0.865 0.554-1.379 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.23 0.312-0.365 0.678-0.388 1.057-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.193c-0.11-0.156-0.229-0.307-0.354-0.447-0.949-1.068-2.312-1.681-3.74-1.681z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-upload\" viewBox=\"0 0 20 20\">\n<title>cloud-upload</title>\n<path class=\"path1\" d=\"M16.006 16h-3.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h2.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 12.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v3.793c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3.793l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-download\" viewBox=\"0 0 20 20\">\n<title>cloud-download</title>\n<path class=\"path1\" d=\"M16.006 16h-2.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-1.146 1.146v-3.793c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3.793l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-sync\" viewBox=\"0 0 20 20\">\n<title>cloud-sync</title>\n<path class=\"path1\" d=\"M16.006 8.012c-0.061 0-0.122 0.001-0.183 0.004 0.116-0.322 0.177-0.666 0.177-1.017 0-1.654-1.346-3-3-3-0.948 0-1.851 0.456-2.415 1.22-0.129 0.174-0.237 0.36-0.324 0.555-1.123-1.132-2.658-1.775-4.261-1.775-3.308 0-6 2.692-6 6s2.692 6 6 6h10.006c2.202 0 3.994-1.792 3.994-3.994s-1.792-3.994-3.994-3.994zM16.006 15h-10.006c-2.757 0-5-2.243-5-5s2.243-5 5-5c1.428 0 2.791 0.613 3.74 1.681 0.125 0.141 0.243 0.29 0.351 0.442l0.005 0.007c0.122 0.174 0.34 0.253 0.545 0.195s0.351-0.238 0.364-0.451c0.024-0.384 0.157-0.751 0.386-1.061 0.382-0.517 0.969-0.814 1.611-0.814 1.103 0 2 0.897 2 2 0 0.515-0.195 1.004-0.55 1.377-0.16 0.168-0.183 0.424-0.056 0.618s0.371 0.275 0.589 0.196c0.327-0.119 0.671-0.179 1.023-0.179 1.651 0 2.994 1.343 2.994 2.994s-1.343 2.994-2.994 2.994z\"/>\n<path class=\"path2\" d=\"M6.404 11.959c-0.132 0.027-0.268 0.041-0.404 0.041-1.103 0-2-0.897-2-2v-0.293l0.146 0.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1-1c-0.195-0.195-0.512-0.195-0.707 0l-1 1c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l0.146-0.146v0.293c0 1.654 1.346 3 3 3 0.203 0 0.406-0.021 0.604-0.061 0.271-0.055 0.445-0.32 0.39-0.59s-0.319-0.445-0.59-0.39z\"/>\n<path class=\"path3\" d=\"M9.146 10.146l-0.146 0.146v-0.293c0-1.654-1.346-3-3-3-0.203 0-0.406 0.021-0.604 0.061-0.271 0.055-0.445 0.32-0.39 0.59s0.32 0.445 0.59 0.39c0.132-0.027 0.268-0.041 0.404-0.041 1.103 0 2 0.897 2 2v0.293l-0.146-0.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1 1c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-check\" viewBox=\"0 0 20 20\">\n<title>cloud-check</title>\n<path class=\"path1\" d=\"M16 16h-9.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9.5c1.654 0 3-1.346 3-3s-1.346-3-3-3c-0.343 0-0.68 0.057-1 0.17-0.217 0.077-0.458-0.005-0.584-0.197s-0.105-0.446 0.051-0.615c0.344-0.371 0.533-0.853 0.533-1.359 0-1.103-0.897-2-2-2-1.055 0-1.931 0.823-1.996 1.875-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.194c-0.937-1.334-2.468-2.131-4.096-2.131-2.757 0-5 2.243-5 5 0 0.152 0.007 0.305 0.020 0.455 0.025 0.275-0.178 0.518-0.453 0.543s-0.518-0.178-0.543-0.453c-0.016-0.18-0.024-0.363-0.024-0.545 0-3.308 2.692-6 6-6 1.611 0 3.143 0.65 4.261 1.776 0.471-1.050 1.527-1.776 2.739-1.776 1.654 0 3 1.346 3 3 0 0.346-0.059 0.685-0.172 1.004 0.057-0.002 0.115-0.004 0.172-0.004 2.206 0 4 1.794 4 4s-1.794 4-4 4z\"/>\n<path class=\"path2\" d=\"M3.5 15.5c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1.646 1.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-database\" viewBox=\"0 0 20 20\">\n<title>database</title>\n<path class=\"path1\" d=\"M18.067 1.609c-0.497-0.326-1.193-0.615-2.069-0.858-1.742-0.484-4.050-0.75-6.498-0.75s-4.756 0.267-6.498 0.75c-0.877 0.243-1.573 0.532-2.069 0.858-0.619 0.407-0.933 0.874-0.933 1.391v12c0 0.517 0.314 0.985 0.933 1.391 0.497 0.326 1.193 0.615 2.069 0.858 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.877-0.243 1.573-0.532 2.069-0.858 0.619-0.406 0.933-0.874 0.933-1.391v-12c0-0.517-0.314-0.985-0.933-1.391zM3.27 1.714c1.658-0.46 3.87-0.714 6.23-0.714s4.573 0.254 6.23 0.714c1.795 0.499 2.27 1.059 2.27 1.286s-0.474 0.787-2.27 1.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286s0.474-0.787 2.27-1.286zM15.73 16.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 12.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 8.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lock\" viewBox=\"0 0 20 20\">\n<title>lock</title>\n<path class=\"path1\" d=\"M14.5 8h-0.5v-1.5c0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5v1.5h-0.5c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5zM6 6.5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v1.5h-7v-1.5zM15 17.5c0 0.276-0.224 0.5-0.5 0.5h-10c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5v8z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cog\" viewBox=\"0 0 20 20\">\n<title>cog</title>\n<path class=\"path1\" d=\"M7.631 19.702c-0.041 0-0.083-0.005-0.125-0.016-0.898-0.231-1.761-0.587-2.564-1.059-0.233-0.137-0.315-0.434-0.186-0.671 0.159-0.292 0.243-0.622 0.243-0.957 0-1.103-0.897-2-2-2-0.334 0-0.665 0.084-0.957 0.243-0.237 0.129-0.534 0.047-0.671-0.186-0.472-0.804-0.828-1.666-1.059-2.564-0.065-0.254 0.077-0.515 0.325-0.598 0.814-0.274 1.362-1.036 1.362-1.895s-0.547-1.621-1.362-1.895c-0.248-0.084-0.39-0.344-0.325-0.598 0.231-0.898 0.587-1.761 1.059-2.564 0.137-0.233 0.434-0.315 0.671-0.186 0.291 0.159 0.622 0.243 0.957 0.243 1.103 0 2-0.897 2-2 0-0.334-0.084-0.665-0.243-0.957-0.129-0.237-0.047-0.534 0.186-0.671 0.804-0.472 1.666-0.828 2.564-1.059 0.254-0.065 0.515 0.077 0.598 0.325 0.274 0.814 1.036 1.362 1.895 1.362s1.621-0.547 1.895-1.362c0.084-0.248 0.345-0.39 0.598-0.325 0.898 0.231 1.761 0.587 2.564 1.059 0.233 0.137 0.315 0.434 0.186 0.671-0.159 0.292-0.243 0.622-0.243 0.957 0 1.103 0.897 2 2 2 0.334 0 0.665-0.084 0.957-0.243 0.237-0.129 0.534-0.047 0.671 0.186 0.472 0.804 0.828 1.666 1.059 2.564 0.065 0.254-0.077 0.515-0.325 0.598-0.814 0.274-1.362 1.036-1.362 1.895s0.547 1.621 1.362 1.895c0.248 0.084 0.39 0.344 0.325 0.598-0.231 0.898-0.587 1.761-1.059 2.564-0.137 0.233-0.434 0.315-0.671 0.186-0.292-0.159-0.622-0.243-0.957-0.243-1.103 0-2 0.897-2 2 0 0.334 0.084 0.665 0.243 0.957 0.129 0.237 0.047 0.534-0.186 0.671-0.804 0.472-1.666 0.828-2.564 1.059-0.254 0.065-0.515-0.077-0.598-0.325-0.274-0.814-1.036-1.362-1.895-1.362s-1.621 0.547-1.895 1.362c-0.070 0.207-0.264 0.341-0.474 0.341zM10 17c1.127 0 2.142 0.628 2.655 1.602 0.52-0.161 1.026-0.369 1.51-0.622-0.108-0.314-0.164-0.646-0.164-0.98 0-1.654 1.346-3 3-3 0.334 0 0.666 0.056 0.98 0.164 0.253-0.484 0.462-0.989 0.622-1.51-0.974-0.512-1.602-1.527-1.602-2.655s0.628-2.142 1.602-2.655c-0.161-0.52-0.369-1.026-0.622-1.51-0.314 0.108-0.646 0.164-0.98 0.164-1.654 0-3-1.346-3-3 0-0.334 0.056-0.666 0.164-0.98-0.484-0.253-0.989-0.462-1.51-0.622-0.512 0.974-1.527 1.602-2.655 1.602s-2.142-0.628-2.655-1.602c-0.52 0.16-1.026 0.369-1.51 0.622 0.108 0.314 0.164 0.646 0.164 0.98 0 1.654-1.346 3-3 3-0.334 0-0.666-0.056-0.98-0.164-0.253 0.484-0.462 0.989-0.622 1.51 0.974 0.512 1.602 1.527 1.602 2.655s-0.628 2.142-1.602 2.655c0.16 0.52 0.369 1.026 0.622 1.51 0.314-0.108 0.646-0.164 0.98-0.164 1.654 0 3 1.346 3 3 0 0.334-0.056 0.666-0.164 0.98 0.484 0.253 0.989 0.462 1.51 0.622 0.512-0.974 1.527-1.602 2.655-1.602z\"/>\n<path class=\"path2\" d=\"M10 13c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 8c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-trash\" viewBox=\"0 0 20 20\">\n<title>trash</title>\n<path class=\"path1\" d=\"M15.5 2h-3.5v-0.5c0-0.827-0.673-1.5-1.5-1.5h-2c-0.827 0-1.5 0.673-1.5 1.5v0.5h-3.5c-0.827 0-1.5 0.673-1.5 1.5v1c0 0.652 0.418 1.208 1 1.414v12.586c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-12.586c0.582-0.206 1-0.762 1-1.414v-1c0-0.827-0.673-1.5-1.5-1.5zM8 1.5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v0.5h-3v-0.5zM14.5 19h-10c-0.276 0-0.5-0.224-0.5-0.5v-12.5h11v12.5c0 0.276-0.224 0.5-0.5 0.5zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-12c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n<path class=\"path2\" d=\"M12.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M9.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dice\" viewBox=\"0 0 20 20\">\n<title>dice</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M5.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M5.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M13.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M13.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path7\" d=\"M15.5 19h-12c-1.378 0-2.5-1.122-2.5-2.5v-12c0-1.378 1.122-2.5 2.5-2.5h12c1.378 0 2.5 1.122 2.5 2.5v12c0 1.378-1.122 2.5-2.5 2.5zM3.5 3c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.827 0.673 1.5 1.5 1.5h12c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart\" viewBox=\"0 0 20 20\">\n<title>heart</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.094-0.052-2.326-1.301-4.592-3.347-1.341-1.21-2.411-2.448-3.183-3.68-0.984-1.571-1.482-3.139-1.482-4.66 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.521-0.499 3.089-1.482 4.66-0.771 1.232-1.842 2.47-3.182 3.68-2.266 2.046-4.498 3.295-4.592 3.347-0.076 0.042-0.159 0.063-0.243 0.063zM5.25 3c-2.343 0-4.25 1.907-4.25 4.25 0 3.040 2.35 5.802 4.321 7.585 1.76 1.592 3.544 2.708 4.179 3.087 0.635-0.379 2.419-1.495 4.179-3.087 1.971-1.782 4.321-4.545 4.321-7.585 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star\" viewBox=\"0 0 20 20\">\n<title>star</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-5.261-2.869-5.261 2.869c-0.168 0.092-0.373 0.079-0.529-0.032s-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276s0.363 0.107 0.447 0.276l2.386 4.772 5.749 0.958c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-3.818 3.818 0.958 5.746c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093zM10 15c0.082 0 0.165 0.020 0.239 0.061l4.599 2.508-0.831-4.987c-0.027-0.159 0.025-0.322 0.14-0.436l3.313-3.313-5.042-0.84c-0.158-0.026-0.293-0.127-0.365-0.27l-2.053-4.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.075-0.041 0.157-0.061 0.239-0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-half\" viewBox=\"0 0 20 20\">\n<title>star-half</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.098 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path2\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path3\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path4\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path5\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.199 0.678s-0.436 0.332-0.678 0.199l-0.261-0.142-5.261 2.869c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-empty\" viewBox=\"0 0 20 20\">\n<title>star-empty</title>\n<path class=\"path1\" d=\"M5.499 8.333c-0.24 0-0.452-0.173-0.493-0.418-0.045-0.272 0.139-0.53 0.411-0.575l1.749-0.291 0.386-0.772c0.123-0.247 0.424-0.347 0.671-0.224s0.347 0.424 0.224 0.671l-0.5 1c-0.072 0.143-0.207 0.243-0.365 0.27l-2 0.333c-0.028 0.005-0.056 0.007-0.083 0.007z\"/>\n<path class=\"path2\" d=\"M2.5 10c-0.128 0-0.256-0.049-0.354-0.146l-1-1c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l2-0.333c0.273-0.045 0.53 0.139 0.575 0.411s-0.139 0.53-0.411 0.575l-1.042 0.174 0.313 0.313c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path4\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.099 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path5\" d=\"M5.334 14c-0.027 0-0.055-0.002-0.083-0.007-0.272-0.045-0.456-0.303-0.411-0.575l0.124-0.746-0.818-0.818c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1 1c0.114 0.114 0.166 0.276 0.14 0.436l-0.167 1c-0.041 0.245-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path6\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.5-3c0.045-0.272 0.303-0.456 0.575-0.411s0.456 0.303 0.411 0.575l-0.331 1.987 1.099-0.599c0.242-0.132 0.546-0.043 0.678 0.199s0.043 0.546-0.2 0.678l-2 1.091c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n<path class=\"path7\" d=\"M8.5 16.818c-0.177 0-0.349-0.094-0.439-0.261-0.132-0.242-0.043-0.546 0.2-0.678l1.5-0.818c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.2 0.678s-0.436 0.332-0.678 0.2l-0.261-0.142-1.261 0.688c-0.076 0.041-0.158 0.061-0.239 0.061z\"/>\n<path class=\"path8\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path9\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path10\" d=\"M9 5c-0.075 0-0.151-0.017-0.223-0.053-0.247-0.123-0.347-0.424-0.224-0.671l1-2c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-0.553 1.106c-0.088 0.175-0.264 0.277-0.448 0.277z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-flag\" viewBox=\"0 0 20 20\">\n<title>flag</title>\n<path class=\"path1\" d=\"M1.5 19c-0.276 0-0.5-0.224-0.5-0.5v-15c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M3.5 10c-0.104 0-0.21-0.033-0.3-0.1-0.221-0.166-0.266-0.479-0.1-0.7 0.067-0.090 1.676-2.2 3.9-2.2 1.694 0 2.813 0.599 3.801 1.127 0.875 0.468 1.631 0.873 2.699 0.873 2.192 0 3.758-2.080 4.65-3.718-0.698 0.397-1.59 0.718-2.65 0.718-2.207 0-3.347-1.14-4.354-2.146-0.995-0.995-1.854-1.854-3.646-1.854-2.224 0-3.587 1.782-3.6 1.8-0.166 0.221-0.479 0.266-0.7 0.1s-0.266-0.479-0.1-0.7c0.067-0.090 1.681-2.2 4.4-2.2 2.207 0 3.347 1.14 4.354 2.146 0.995 0.995 1.854 1.854 3.646 1.854 2.224 0 3.587-1.782 3.6-1.8 0.147-0.196 0.415-0.257 0.632-0.143s0.32 0.368 0.242 0.601c-0.021 0.064-0.533 1.581-1.558 3.119-0.612 0.918-1.282 1.653-1.991 2.185-0.918 0.688-1.902 1.037-2.925 1.037-1.318 0-2.26-0.504-3.171-0.991-0.97-0.519-1.886-1.009-3.329-1.009-1.73 0-3.087 1.782-3.1 1.8-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-envelope\" viewBox=\"0 0 20 20\">\n<title>envelope</title>\n<path class=\"path1\" d=\"M17.5 6h-16c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h16c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM17.5 7c0.030 0 0.058 0.003 0.087 0.008l-7.532 5.021c-0.29 0.193-0.819 0.193-1.109 0l-7.532-5.021c0.028-0.005 0.057-0.008 0.087-0.008h16zM17.5 17h-16c-0.276 0-0.5-0.224-0.5-0.5v-8.566l7.391 4.927c0.311 0.207 0.71 0.311 1.109 0.311s0.798-0.104 1.109-0.311l7.391-4.927v8.566c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paperclip\" viewBox=\"0 0 20 20\">\n<title>paperclip</title>\n<path class=\"path1\" d=\"M9.5 20c-2.481 0-4.5-2.019-4.5-4.5v-12c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v11c0 1.378-1.122 2.5-2.5 2.5s-2.5-1.122-2.5-2.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827 0.673 1.5 1.5 1.5s1.5-0.673 1.5-1.5v-11c0-1.378-1.122-2.5-2.5-2.5s-2.5 1.122-2.5 2.5v12c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7c0 2.481-2.019 4.5-4.5 4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-inbox\" viewBox=\"0 0 20 20\">\n<title>inbox</title>\n<path class=\"path1\" d=\"M19.557 10.383l-2.698-6.168c-0.298-0.682-1.115-1.216-1.859-1.216h-10c-0.744 0-1.561 0.534-1.859 1.216l-2.698 6.168c-0.248 0.568-0.443 1.497-0.443 2.117v4c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.619-0.194-1.549-0.443-2.117zM4.057 4.617c0.141-0.323 0.591-0.617 0.943-0.617h10c0.352 0 0.802 0.294 0.943 0.617l2.698 6.168c0.030 0.069 0.060 0.148 0.089 0.233-0.075-0.012-0.152-0.018-0.23-0.018h-6c-0.276 0-0.5 0.224-0.5 0.5v0.5c0 1.103-0.897 2-2 2s-2-0.897-2-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-6c-0.078 0-0.155 0.006-0.23 0.018 0.029-0.085 0.058-0.164 0.089-0.233l2.698-6.168zM19 16.5c0 0.276-0.224 0.5-0.5 0.5h-17c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5h5.5c0 1.654 1.346 3 3 3s3-1.346 3-3h5.5c0.276 0 0.5 0.224 0.5 0.5v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-eye\" viewBox=\"0 0 20 20\">\n<title>eye</title>\n<path class=\"path1\" d=\"M19.872 10.166c-0.047-0.053-1.182-1.305-2.956-2.572-1.047-0.748-2.1-1.344-3.13-1.773-1.305-0.544-2.579-0.82-3.786-0.82s-2.481 0.276-3.786 0.82c-1.030 0.429-2.083 1.026-3.13 1.773-1.774 1.267-2.909 2.52-2.956 2.572-0.171 0.19-0.171 0.479 0 0.669 0.047 0.053 1.182 1.305 2.956 2.572 1.047 0.748 2.1 1.344 3.13 1.773 1.305 0.544 2.579 0.82 3.786 0.82s2.481-0.276 3.786-0.82c1.030-0.429 2.083-1.026 3.13-1.773 1.774-1.267 2.909-2.52 2.956-2.572 0.171-0.19 0.171-0.479 0-0.669zM12.574 6.438c0.907 0.763 1.426 1.873 1.426 3.062 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.188 0.519-2.299 1.426-3.062 0.822-0.268 1.691-0.438 2.574-0.438s1.752 0.17 2.574 0.438zM16.317 12.606c-1.533 1.092-3.873 2.394-6.317 2.394s-4.784-1.302-6.317-2.394c-1.157-0.824-2.042-1.658-2.489-2.106 0.447-0.448 1.332-1.281 2.489-2.106 0.53-0.378 1.156-0.78 1.85-1.145-0.347 0.688-0.533 1.455-0.533 2.251 0 2.757 2.243 5 5 5s5-2.243 5-5c0-0.796-0.186-1.563-0.533-2.251 0.694 0.365 1.32 0.768 1.85 1.145 1.157 0.824 2.042 1.658 2.489 2.106-0.447 0.448-1.332 1.281-2.489 2.106z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-printer\" viewBox=\"0 0 20 20\">\n<title>printer</title>\n<path class=\"path1\" d=\"M18.5 4h-1.5v-2.5c0-0.827-0.673-1.5-1.5-1.5h-11c-0.827 0-1.5 0.673-1.5 1.5v2.5h-1.5c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h1.5v2.5c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-2.5h1.5c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM4 1.5c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v2.5h-12v-2.5zM15.5 19h-11c-0.276 0-0.5-0.224-0.5-0.5v-6.5h12v6.5c0 0.276-0.224 0.5-0.5 0.5zM19 14.5c0 0.276-0.224 0.5-0.5 0.5h-1.5v-3h0.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5v3h-1.5c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h17c0.276 0 0.5 0.224 0.5 0.5v9z\"/>\n<path class=\"path2\" d=\"M14.5 14h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 16h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 9c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM16.5 7c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-empty\" viewBox=\"0 0 20 20\">\n<title>file-empty</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-add\" viewBox=\"0 0 20 20\">\n<title>file-add</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM16.5 19h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 13h-2.5v-2.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.5h-2.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h2.5v2.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-2.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter\" viewBox=\"0 0 20 20\">\n<title>enter</title>\n<path class=\"path1\" d=\"M17.5 2h-9c-0.827 0-1.5 0.673-1.5 1.5v3c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h7.564l-3.842 1.647c-0.685 0.294-1.222 1.108-1.222 1.853v9.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5h2.5v1.5c0 0.433 0.18 0.801 0.495 1.008 0.174 0.114 0.376 0.172 0.589 0.172 0.173 0 0.354-0.038 0.532-0.114l5.162-2.212c0.685-0.294 1.222-1.108 1.222-1.854v-12c0-0.827-0.673-1.5-1.5-1.5zM18 15.5c0 0.351-0.294 0.796-0.616 0.934l-5.162 2.212c-0.096 0.041-0.159 0.038-0.177 0.027s-0.045-0.069-0.045-0.173v-12c0-0.351 0.294-0.796 0.616-0.934l5.333-2.286c0.033 0.066 0.051 0.141 0.051 0.22v12z\"/>\n<path class=\"path2\" d=\"M8.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit\" viewBox=\"0 0 20 20\">\n<title>exit</title>\n<path class=\"path1\" d=\"M11.5 8c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.827-0.673-1.5-1.5-1.5h-9c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.746 0.537 1.56 1.222 1.853l5.162 2.212c0.178 0.076 0.359 0.114 0.532 0.114 0.213-0 0.416-0.058 0.589-0.172 0.314-0.207 0.495-0.575 0.495-1.008v-1.5h2.5c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5h-2.5v-9.5c0-0.746-0.537-1.56-1.222-1.853l-3.842-1.647h7.564c0.276 0 0.5 0.224 0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5zM6.384 5.566c0.322 0.138 0.616 0.584 0.616 0.934v12c0 0.104-0.028 0.162-0.045 0.173s-0.081 0.014-0.177-0.027l-5.162-2.212c-0.322-0.138-0.616-0.583-0.616-0.934v-12c0-0.079 0.018-0.153 0.051-0.22l5.333 2.286z\"/>\n<path class=\"path2\" d=\"M18.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-graduation-hat\" viewBox=\"0 0 20 20\">\n<title>graduation-hat</title>\n<path class=\"path1\" d=\"M18.658 7.026l-9-3c-0.103-0.034-0.214-0.034-0.316 0l-9 3c-0.204 0.068-0.342 0.259-0.342 0.474s0.138 0.406 0.342 0.474l2.658 0.886v2.64c0 0.133 0.053 0.26 0.146 0.354 0.088 0.088 2.194 2.146 6.354 2.146 1.513 0 2.924-0.272 4.195-0.809 0.254-0.107 0.373-0.401 0.266-0.655s-0.401-0.373-0.655-0.266c-1.147 0.485-2.427 0.73-3.805 0.73-1.945 0-3.376-0.504-4.234-0.926-0.635-0.313-1.060-0.629-1.266-0.799v-2.081l5.342 1.781c0.051 0.017 0.105 0.026 0.158 0.026s0.107-0.009 0.158-0.026l5.342-1.781v0.892c-0.582 0.206-1 0.762-1 1.414 0 0.611 0.367 1.137 0.892 1.371l-0.877 3.508c-0.037 0.149-0.004 0.308 0.091 0.429s0.24 0.192 0.394 0.192h2c0.154 0 0.299-0.071 0.394-0.192s0.128-0.28 0.091-0.429l-0.877-3.508c0.525-0.234 0.892-0.76 0.892-1.371 0-0.652-0.418-1.208-1-1.414v-1.226l2.658-0.886c0.204-0.068 0.342-0.259 0.342-0.474s-0.138-0.406-0.342-0.474zM15.5 11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5-0.5-0.224-0.5-0.5 0.224-0.5 0.5-0.5zM15.14 16l0.36-1.438 0.36 1.438h-0.719zM15.46 7.986l-5.877-0.98c-0.273-0.045-0.53 0.139-0.575 0.411s0.139 0.53 0.411 0.575l4.014 0.669-3.932 1.311-7.419-2.473 7.419-2.473 7.419 2.473-1.459 0.486z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-license\" viewBox=\"0 0 20 20\">\n<title>license</title>\n<path class=\"path1\" d=\"M18.5 18h-17c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v13c0 0.827-0.673 1.5-1.5 1.5zM1.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-13c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M9.5 6h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 9h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M9.5 11h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M9.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M8.5 15h-5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M17.943 6.544l-0.813-0.591-0.311-0.956h-1.005l-0.813-0.591-0.813 0.591h-1.005l-0.311 0.956-0.813 0.591 0.311 0.956-0.311 0.956 0.813 0.591 0.132 0.406c-0.002 0.016-0.002 0.031-0.002 0.047v5c0 0.202 0.122 0.385 0.309 0.462s0.402 0.035 0.545-0.108l1.146-1.146 1.146 1.146c0.096 0.096 0.223 0.147 0.354 0.146 0.064 0 0.129-0.012 0.191-0.038 0.187-0.077 0.309-0.26 0.309-0.462v-5c0-0.016-0.001-0.032-0.002-0.047l0.132-0.406 0.813-0.591-0.311-0.956 0.311-0.956zM13.233 6.926l0.488-0.355 0.187-0.574h0.604l0.488-0.355 0.488 0.355h0.604l0.187 0.574 0.488 0.355-0.187 0.574 0.187 0.574-0.488 0.355-0.187 0.574h-0.604l-0.488 0.355-0.488-0.355h-0.604l-0.187-0.574-0.488-0.355 0.187-0.574-0.187-0.574zM15.354 12.646c-0.195-0.195-0.512-0.195-0.707 0l-0.646 0.646v-3.29h0.187l0.813 0.591 0.813-0.591h0.187v3.29l-0.646-0.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-music-note\" viewBox=\"0 0 20 20\">\n<title>music-note</title>\n<path class=\"path1\" d=\"M19.82 1.116c-0.114-0.095-0.264-0.135-0.41-0.108l-11 2c-0.238 0.043-0.411 0.25-0.411 0.492v11.399c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-10.084l10-1.847v8.33c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-13c0-0.148-0.066-0.289-0.18-0.384zM4.5 18c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5 3.5 0.792 3.5 1.5-1.497 1.5-3.5 1.5zM9 5.399v-1.482l10-1.818v1.453l-10 1.847zM15.5 16c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5c2.003 0 3.5 0.792 3.5 1.5s-1.497 1.5-3.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-film-play\" viewBox=\"0 0 20 20\">\n<title>film-play</title>\n<path class=\"path1\" d=\"M7.5 15c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-9c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l6 4.5c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-6 4.5c-0.088 0.066-0.194 0.1-0.3 0.1zM8 6.5v7l4.667-3.5-4.667-3.5z\"/>\n<path class=\"path2\" d=\"M19.5 2h-19c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276 0.224 0.5 0.5 0.5h19c0.276 0 0.5-0.224 0.5-0.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3 11h-2v-2h2v2zM3 8h-2v-2h2v2zM1 12h2v2h-2v-2zM4 3h12v14h-12v-14zM17 9h2v2h-2v-2zM17 8v-2h2v2h-2zM17 12h2v2h-2v-2zM19 5h-2v-2h2v2zM3 3v2h-2v-2h2zM1 15h2v2h-2v-2zM17 17v-2h2v2h-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera-video\" viewBox=\"0 0 20 20\">\n<title>camera-video</title>\n<path class=\"path1\" d=\"M19.131 17.053c-0 0-0 0-0 0-0.242-0-0.485-0.097-0.724-0.288l-3.438-2.751c-0.552-0.442-0.969-1.308-0.969-2.015v-3c0-0.707 0.416-1.573 0.969-2.015l3.438-2.751c0.239-0.191 0.482-0.288 0.724-0.288 0.433-0 0.869 0.326 0.869 1.053v11c0 0.278-0.064 0.512-0.19 0.694-0.157 0.228-0.405 0.359-0.679 0.359zM19 5.040l-3.407 2.725c-0.31 0.248-0.593 0.837-0.593 1.234v3c0 0.398 0.283 0.986 0.593 1.234l3.407 2.725v-10.919z\"/>\n<path class=\"path2\" d=\"M11.5 17h-10c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h10c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera\" viewBox=\"0 0 20 20\">\n<title>camera</title>\n<path class=\"path1\" d=\"M9.5 15c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5c2.481 0 4.5 2.019 4.5 4.5s-2.019 4.5-4.5 4.5zM9.5 7c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5z\"/>\n<path class=\"path2\" d=\"M17.5 18h-16c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h1.5c0.415 0 1.060-0.267 1.354-0.561l0.586-0.586c0.487-0.487 1.373-0.854 2.061-0.854h5c0.688 0 1.574 0.367 2.061 0.854l0.586 0.586c0.293 0.293 0.939 0.561 1.354 0.561h1.5c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-1.5c-0.688 0-1.574-0.367-2.061-0.854l-0.586-0.586c-0.293-0.293-0.939-0.561-1.354-0.561h-5c-0.415 0-1.060 0.267-1.354 0.561l-0.586 0.586c-0.487 0.487-1.372 0.854-2.061 0.854h-1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-picture\" viewBox=\"0 0 20 20\">\n<title>picture</title>\n<path class=\"path1\" d=\"M18.5 20h-17c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM1.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M13 9c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM13 6c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.5 2h-15c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-12c0-0.276-0.224-0.5-0.5-0.5zM3 11.69l3.209-3.611c0.082-0.092 0.189-0.144 0.302-0.145s0.221 0.048 0.305 0.138l5.533 5.928h-9.349v-2.31zM17 14h-3.283l-6.169-6.61c-0.279-0.299-0.651-0.461-1.049-0.456s-0.766 0.176-1.037 0.481l-2.462 2.77v-7.185h14v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-book\" viewBox=\"0 0 20 20\">\n<title>book</title>\n<path class=\"path1\" d=\"M14.5 18h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M16.5 3c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5h-11c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5h9c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-10c-0.827 0-1.5 0.673-1.5 1.5v15c0 1.378 1.122 2.5 2.5 2.5h11c0.827 0 1.5-0.673 1.5-1.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3.5 2h10c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5h-9c-0.562 0-1.082 0.187-1.5 0.501v-13.001c0-0.276 0.224-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bookmark\" viewBox=\"0 0 20 20\">\n<title>bookmark</title>\n<path class=\"path1\" d=\"M15.5 20c-0.143 0-0.283-0.062-0.38-0.175l-5.62-6.557-5.62 6.557c-0.136 0.159-0.357 0.216-0.553 0.144s-0.327-0.26-0.327-0.469v-18c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v18c0 0.209-0.13 0.396-0.327 0.469-0.057 0.021-0.115 0.031-0.173 0.031zM9.5 12c0.146 0 0.285 0.064 0.38 0.175l5.12 5.974v-16.148h-11v16.148l5.12-5.974c0.095-0.111 0.234-0.175 0.38-0.175z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-user\" viewBox=\"0 0 20 20\">\n<title>user</title>\n<path class=\"path1\" d=\"M9.5 11c-3.033 0-5.5-2.467-5.5-5.5s2.467-5.5 5.5-5.5 5.5 2.467 5.5 5.5-2.467 5.5-5.5 5.5zM9.5 1c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5c2.481 0 4.5-2.019 4.5-4.5s-2.019-4.5-4.5-4.5z\"/>\n<path class=\"path2\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5 0-0.068 0.014-1.685 1.225-3.3 0.705-0.94 1.67-1.687 2.869-2.219 1.464-0.651 3.283-0.981 5.406-0.981s3.942 0.33 5.406 0.981c1.199 0.533 2.164 1.279 2.869 2.219 1.211 1.615 1.225 3.232 1.225 3.3 0 0.827-0.673 1.5-1.5 1.5zM9.5 13c-3.487 0-6.060 0.953-7.441 2.756-1.035 1.351-1.058 2.732-1.059 2.746 0 0.274 0.224 0.498 0.5 0.498h16c0.276 0 0.5-0.224 0.5-0.5-0-0.012-0.023-1.393-1.059-2.744-1.382-1.803-3.955-2.756-7.441-2.756z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-users\" viewBox=\"0 0 20 20\">\n<title>users</title>\n<path class=\"path1\" d=\"M18.5 18h-11c-0.827 0-1.5-0.673-1.5-1.5 0-0.048 0.011-1.19 0.924-2.315 0.525-0.646 1.241-1.158 2.128-1.522 1.071-0.44 2.4-0.662 3.948-0.662s2.876 0.223 3.948 0.662c0.887 0.364 1.603 0.876 2.128 1.522 0.914 1.125 0.924 2.267 0.924 2.315 0 0.827-0.673 1.5-1.5 1.5zM7 16.503c0.001 0.275 0.225 0.497 0.5 0.497h11c0.275 0 0.499-0.223 0.5-0.497-0.001-0.035-0.032-0.895-0.739-1.734-0.974-1.157-2.793-1.768-5.261-1.768s-4.287 0.612-5.261 1.768c-0.707 0.84-0.738 1.699-0.739 1.734z\"/>\n<path class=\"path2\" d=\"M13 11c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4c0 2.206-1.794 4-4 4zM13 4c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path3\" d=\"M4.5 18h-3c-0.827 0-1.5-0.673-1.5-1.5 0-0.037 0.008-0.927 0.663-1.8 0.378-0.505 0.894-0.904 1.533-1.188 0.764-0.34 1.708-0.512 2.805-0.512 0.179 0 0.356 0.005 0.527 0.014 0.276 0.015 0.487 0.25 0.473 0.526s-0.25 0.488-0.526 0.473c-0.153-0.008-0.312-0.012-0.473-0.012-3.894 0-3.997 2.379-4 2.503 0.001 0.274 0.225 0.497 0.5 0.497h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M5 12c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM5 7c-1.103 0-2 0.897-2 2s0.897 2 2 2 2-0.897 2-2c0-1.103-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-shirt\" viewBox=\"0 0 20 20\">\n<title>shirt</title>\n<path class=\"path1\" d=\"M13.5 19h-8c-0.827 0-1.5-0.673-1.5-1.5v-9.306l-2.342 0.781c-0.262 0.087-0.545-0.054-0.632-0.316l-1-3c-0.079-0.236 0.028-0.494 0.251-0.605l6-3c0.155-0.077 0.339-0.069 0.486 0.022s0.237 0.252 0.237 0.425c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.173 0.090-0.334 0.237-0.425s0.331-0.099 0.486-0.022l6 3c0.223 0.111 0.329 0.369 0.251 0.605l-1 3c-0.087 0.262-0.37 0.404-0.632 0.316l-2.342-0.781v9.306c0 0.827-0.673 1.5-1.5 1.5zM4.5 7c0.104 0 0.206 0.032 0.292 0.094 0.13 0.094 0.208 0.245 0.208 0.406v10c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.161 0.077-0.312 0.208-0.406s0.298-0.12 0.45-0.069l2.526 0.842 0.705-2.114-4.973-2.487c-0.351 1.562-1.749 2.733-3.415 2.733s-3.065-1.171-3.415-2.733l-4.973 2.487 0.705 2.114 2.526-0.842c0.052-0.017 0.105-0.026 0.158-0.026z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-store\" viewBox=\"0 0 20 20\">\n<title>store</title>\n<path class=\"path1\" d=\"M18 9.5v-1c0-0.078-0.018-0.154-0.053-0.224l-2-4c-0.085-0.169-0.258-0.276-0.447-0.276h-12c-0.189 0-0.363 0.107-0.447 0.276l-2 4c-0.035 0.069-0.053 0.146-0.053 0.224v1c0 0.816 0.393 1.542 1 1.999v6.501h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6.501c0.607-0.457 1-1.182 1-1.999zM11.5 11c-0.827 0-1.5-0.673-1.5-1.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5zM2 9.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5zM9 5v3h-2.86l0.75-3h2.11zM12.11 5l0.75 3h-2.86v-3h2.11zM6 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM14 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM16.691 8h-2.801l-0.75-3h2.051l1.5 3zM3.809 5h2.051l-0.75 3h-2.801l1.5-3zM3 11.95c0.162 0.033 0.329 0.050 0.5 0.050 0.817 0 1.544-0.394 2-1.002 0.456 0.608 1.183 1.002 2 1.002s1.544-0.394 2-1.002c0.361 0.48 0.89 0.827 1.5 0.951v6.050h-8v-6.050zM16 18h-4v-6.050c0.61-0.124 1.139-0.471 1.5-0.951 0.456 0.608 1.183 1.002 2 1.002 0.171 0 0.338-0.017 0.5-0.050v6.050z\"/>\n<path class=\"path2\" d=\"M14 14.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M5.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3-3c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path5\" d=\"M8.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cart\" viewBox=\"0 0 20 20\">\n<title>cart</title>\n<path class=\"path1\" d=\"M8 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM8 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path2\" d=\"M15 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM15 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.539 4.467c-0.251-0.297-0.63-0.467-1.039-0.467h-12.243l-0.099-0.596c-0.131-0.787-0.859-1.404-1.658-1.404h-1c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1c0.307 0 0.621 0.266 0.671 0.569l1.671 10.027c0.131 0.787 0.859 1.404 1.658 1.404h10c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-10c-0.307 0-0.621-0.266-0.671-0.569l-0.247-1.48 9.965-0.867c0.775-0.067 1.483-0.721 1.611-1.489l0.671-4.027c0.067-0.404-0.038-0.806-0.289-1.102zM16.842 5.404l-0.671 4.027c-0.053 0.316-0.391 0.629-0.711 0.657l-10.043 0.873-0.994-5.962h12.076c0.117 0 0.215 0.040 0.276 0.113s0.085 0.176 0.066 0.291z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tag\" viewBox=\"0 0 20 20\">\n<title>tag</title>\n<path class=\"path1\" d=\"M7.5 19.085c-0.401 0-0.778-0.156-1.061-0.438l-5.086-5.086c-0.283-0.283-0.438-0.659-0.438-1.061s0.156-0.778 0.438-1.061l8.586-8.586c0.487-0.487 1.372-0.854 2.061-0.854h4.5c0.827 0 1.5 0.673 1.5 1.5v4.5c0 0.688-0.367 1.574-0.853 2.061l-8.586 8.586c-0.283 0.283-0.659 0.438-1.061 0.438zM12 3c-0.415 0-1.060 0.267-1.353 0.561l-8.586 8.586c-0.094 0.094-0.145 0.219-0.145 0.354s0.052 0.26 0.145 0.353l5.086 5.086c0.094 0.094 0.219 0.145 0.354 0.145s0.26-0.052 0.354-0.145l8.586-8.586c0.293-0.293 0.561-0.939 0.561-1.354v-4.5c0-0.276-0.224-0.5-0.5-0.5h-4.5z\"/>\n<path class=\"path2\" d=\"M14.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone-handset\" viewBox=\"0 0 20 20\">\n<title>phone-handset</title>\n<path class=\"path1\" d=\"M16 20c-1.771 0-3.655-0.502-5.6-1.492-1.793-0.913-3.564-2.22-5.122-3.78s-2.863-3.333-3.775-5.127c-0.988-1.946-1.49-3.83-1.49-5.601 0-1.148 1.070-2.257 1.529-2.68 0.661-0.609 1.701-1.32 2.457-1.32 0.376 0 0.816 0.246 1.387 0.774 0.425 0.394 0.904 0.928 1.383 1.544 0.289 0.372 1.73 2.271 1.73 3.182 0 0.747-0.845 1.267-1.739 1.816-0.346 0.212-0.703 0.432-0.961 0.639-0.276 0.221-0.325 0.338-0.333 0.364 0.949 2.366 3.85 5.267 6.215 6.215 0.021-0.007 0.138-0.053 0.363-0.333 0.207-0.258 0.427-0.616 0.639-0.961 0.55-0.894 1.069-1.739 1.816-1.739 0.911 0 2.81 1.441 3.182 1.73 0.616 0.479 1.15 0.958 1.544 1.383 0.528 0.57 0.774 1.011 0.774 1.387 0 0.756-0.711 1.799-1.319 2.463-0.424 0.462-1.533 1.537-2.681 1.537zM3.994 1c-0.268 0.005-0.989 0.333-1.773 1.055-0.744 0.686-1.207 1.431-1.207 1.945 0 6.729 8.264 15 14.986 15 0.513 0 1.258-0.465 1.944-1.213 0.723-0.788 1.051-1.512 1.056-1.781-0.032-0.19-0.558-0.929-1.997-2.037-1.237-0.952-2.24-1.463-2.498-1.469-0.018 0.005-0.13 0.048-0.357 0.336-0.197 0.251-0.408 0.594-0.613 0.926-0.56 0.911-1.089 1.772-1.858 1.772-0.124 0-0.246-0.024-0.363-0.071-2.625-1.050-5.729-4.154-6.779-6.779-0.126-0.315-0.146-0.809 0.474-1.371 0.33-0.299 0.786-0.579 1.228-0.851 0.332-0.204 0.676-0.415 0.926-0.613 0.288-0.227 0.331-0.339 0.336-0.357-0.007-0.258-0.517-1.261-1.469-2.498-1.108-1.439-1.847-1.964-2.037-1.997z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone\" viewBox=\"0 0 20 20\">\n<title>phone</title>\n<path class=\"path1\" d=\"M17.894 8.897c-1.041 0-2.928-0.375-3.516-0.963-0.361-0.361-0.446-0.813-0.515-1.177-0.085-0.448-0.136-0.581-0.332-0.666-0.902-0.388-2.196-0.61-3.551-0.61-1.34 0-2.62 0.219-3.512 0.6-0.194 0.083-0.244 0.216-0.327 0.663-0.068 0.365-0.152 0.819-0.512 1.179-0.328 0.328-1.015 0.554-1.533 0.685-0.668 0.169-1.384 0.267-1.963 0.267-0.664 0-1.113-0.126-1.372-0.386-0.391-0.391-0.641-0.926-0.685-1.467-0.037-0.456 0.051-1.132 0.68-1.762 1.022-1.022 2.396-1.819 4.086-2.368 1.554-0.506 3.322-0.773 5.114-0.773 1.804 0 3.587 0.27 5.156 0.782 1.705 0.556 3.093 1.361 4.124 2.393 1.050 1.050 0.79 2.443 0.012 3.221-0.257 0.257-0.7 0.382-1.354 0.382zM9.98 4.481c1.507 0 2.908 0.246 3.946 0.691 0.713 0.306 0.833 0.938 0.92 1.398 0.052 0.275 0.097 0.513 0.24 0.656 0.252 0.252 1.706 0.671 2.809 0.671 0.481 0 0.633-0.082 0.652-0.094 0.31-0.314 0.698-1.086-0.017-1.802-1.805-1.805-5.010-2.882-8.574-2.882-3.535 0-6.709 1.065-8.493 2.848-0.288 0.288-0.42 0.616-0.391 0.974 0.025 0.302 0.17 0.614 0.39 0.836 0.019 0.012 0.173 0.098 0.67 0.098 1.098 0 2.541-0.411 2.789-0.659 0.141-0.141 0.185-0.379 0.236-0.654 0.086-0.462 0.203-1.095 0.917-1.4 1.026-0.439 2.413-0.68 3.905-0.68z\"/>\n<path class=\"path2\" d=\"M16.5 18h-13c-0.671 0-1.29-0.264-1.743-0.743s-0.682-1.112-0.645-1.782c0.004-0.077 0.118-1.901 1.27-3.739 0.682-1.088 1.586-1.955 2.686-2.577 1.361-0.769 3.020-1.159 4.932-1.159s3.571 0.39 4.932 1.159c1.101 0.622 2.005 1.489 2.686 2.577 1.152 1.839 1.266 3.663 1.27 3.739 0.037 0.67-0.192 1.303-0.645 1.782s-1.072 0.743-1.743 0.743zM10 9c-3.117 0-5.388 1.088-6.749 3.233-1.030 1.623-1.139 3.282-1.14 3.299-0.022 0.392 0.111 0.761 0.373 1.038s0.623 0.43 1.017 0.43h13c0.393 0 0.754-0.153 1.017-0.43s0.395-0.646 0.373-1.039c-0.001-0.016-0.111-1.675-1.14-3.298-1.362-2.145-3.633-3.233-6.749-3.233z\"/>\n<path class=\"path3\" d=\"M10 16c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 11c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pushpin\" viewBox=\"0 0 20 20\">\n<title>pushpin</title>\n<path class=\"path1\" d=\"M18 6.793l-5.293-5.293c-0.188-0.188-0.44-0.292-0.707-0.292s-0.519 0.104-0.707 0.292l-0.293 0.293c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-2.793 2.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-0.293 0.293c-0.39 0.39-0.39 1.024 0 1.414l1.553 1.553-4.95 6.435c-0.153 0.199-0.135 0.481 0.043 0.658 0.097 0.097 0.225 0.146 0.354 0.146 0.107 0 0.214-0.034 0.305-0.104l6.435-4.95 1.553 1.553c0.188 0.188 0.44 0.292 0.707 0.292s0.519-0.104 0.707-0.292l0.293-0.293c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l2.793-2.793c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l0.293-0.293c0.188-0.188 0.292-0.44 0.292-0.707s-0.104-0.519-0.292-0.707zM4.234 15.266l2.533-3.293 0.76 0.76-3.293 2.533zM17 7.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-2.793 2.793c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-0.292 0.292c-0 0-0.001 0-0.001 0v0.001l-5.293-5.293 0.293-0.293c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l2.793-2.793c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l0.293-0.293 5.293 5.293-0.293 0.293z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map-marker\" viewBox=\"0 0 20 20\">\n<title>map-marker</title>\n<path class=\"path1\" d=\"M10 20c-0.153 0-0.298-0.070-0.393-0.191-0.057-0.073-1.418-1.814-2.797-4.385-0.812-1.513-1.46-2.999-1.925-4.416-0.587-1.787-0.884-3.472-0.884-5.008 0-3.308 2.692-6 6-6s6 2.692 6 6c0 1.536-0.298 3.22-0.884 5.008-0.465 1.417-1.113 2.903-1.925 4.416-1.38 2.571-2.74 4.312-2.797 4.385-0.095 0.121-0.24 0.191-0.393 0.191zM10 1c-2.757 0-5 2.243-5 5 0 3.254 1.463 6.664 2.691 8.951 0.902 1.681 1.809 3.014 2.309 3.71 0.502-0.699 1.415-2.040 2.318-3.726 1.223-2.283 2.682-5.687 2.682-8.935 0-2.757-2.243-5-5-5z\"/>\n<path class=\"path2\" d=\"M10 9c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 4c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map\" viewBox=\"0 0 20 20\">\n<title>map</title>\n<path class=\"path1\" d=\"M18.763 1.075c-0.147-0.091-0.331-0.099-0.486-0.022l-5.776 2.888-5.776-2.888c-0.141-0.070-0.306-0.070-0.447 0l-6 3c-0.169 0.085-0.276 0.258-0.276 0.447v15c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l5.776-2.888 5.776 2.888c0.141 0.070 0.307 0.070 0.447 0l6-3c0.169-0.085 0.276-0.258 0.276-0.447v-15c-0-0.173-0.090-0.334-0.237-0.425zM6 16.191l-5 2.5v-13.882l5-2.5v13.882zM7 2.309l5 2.5v13.882l-5-2.5v-13.882zM18 16.191l-5 2.5v-13.882l5-2.5v13.882z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-location\" viewBox=\"0 0 20 20\">\n<title>location</title>\n<path class=\"path1\" d=\"M8.5 20c-0.043 0-0.087-0.006-0.13-0.017-0.218-0.059-0.37-0.257-0.37-0.483v-7.5h-7.5c-0.226 0-0.424-0.152-0.483-0.37s0.037-0.449 0.232-0.562l19-11c0.196-0.113 0.444-0.081 0.604 0.079s0.193 0.408 0.079 0.604l-11 19c-0.091 0.157-0.258 0.249-0.433 0.249zM2.362 11h6.138c0.276 0 0.5 0.224 0.5 0.5v6.138l9.128-15.766-15.766 9.128z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-calendar-full\" viewBox=\"0 0 20 20\">\n<title>calendar-full</title>\n<path class=\"path1\" d=\"M18.5 2h-2.5v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-10v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-2.5c-0.827 0-1.5 0.673-1.5 1.5v14c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-14c0-0.827-0.673-1.5-1.5-1.5zM1.5 3h2.5v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h10v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h2.5c0.276 0 0.5 0.224 0.5 0.5v2.5h-18v-2.5c0-0.276 0.224-0.5 0.5-0.5zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-10.5h18v10.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M7.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M10.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M7.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M10.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M13.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M16.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path11\" d=\"M4.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path12\" d=\"M7.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path13\" d=\"M10.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path14\" d=\"M13.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path15\" d=\"M16.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path16\" d=\"M4.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path17\" d=\"M7.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path18\" d=\"M10.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path19\" d=\"M13.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path20\" d=\"M16.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-keyboard\" viewBox=\"0 0 20 20\">\n<title>keyboard</title>\n<path class=\"path1\" d=\"M17.5 16h-16c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M3.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M16.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M4.5 10h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M3.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M11.5 14h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M14.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M16.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.5v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M5.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M6 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path11\" d=\"M8 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path12\" d=\"M10 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path13\" d=\"M12 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path14\" d=\"M14 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path15\" d=\"M7 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path16\" d=\"M9 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path17\" d=\"M11 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path18\" d=\"M13 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path19\" d=\"M15 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path20\" d=\"M8 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path21\" d=\"M10 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path22\" d=\"M12 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-spell-check\" viewBox=\"0 0 20 20\">\n<title>spell-check</title>\n<path class=\"path1\" d=\"M4.5 14c-0.276 0-0.5 0.224-0.5 0.5v0.001c-0.418-0.315-0.938-0.501-1.5-0.501-1.378 0-2.5 1.122-2.5 2.5s1.122 2.5 2.5 2.5c0.562 0 1.082-0.187 1.5-0.501v0.001c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM2.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M8.5 14c-0.562 0-1.082 0.187-1.5 0.501v-4.001c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.001c0.418 0.315 0.938 0.501 1.5 0.501 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5zM8.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M14.5 19c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5c0.439 0 0.872 0.116 1.25 0.335 0.239 0.138 0.321 0.444 0.183 0.683s-0.444 0.321-0.683 0.183c-0.227-0.131-0.486-0.2-0.75-0.2-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5c0.264 0 0.523-0.069 0.75-0.2 0.239-0.138 0.545-0.057 0.683 0.182s0.057 0.545-0.182 0.683c-0.379 0.219-0.811 0.335-1.25 0.335z\"/>\n<path class=\"path4\" d=\"M11.5 10.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-screen\" viewBox=\"0 0 20 20\">\n<title>screen</title>\n<path class=\"path1\" d=\"M17.5 2h-16c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h7.5v2h-3.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-2h7.5c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5zM18 13.5c0 0.276-0.224 0.5-0.5 0.5h-16c-0.276 0-0.5-0.224-0.5-0.5v-10c0-0.276 0.224-0.5 0.5-0.5h16c0.276 0 0.5 0.224 0.5 0.5v10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smartphone\" viewBox=\"0 0 20 20\">\n<title>smartphone</title>\n<path class=\"path1\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M14.5 20h-9c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h9c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM5.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-9z\"/>\n<path class=\"path3\" d=\"M13.5 16h-7c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM7 15h6v-12h-6v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tablet\" viewBox=\"0 0 20 20\">\n<title>tablet</title>\n<path class=\"path1\" d=\"M16.5 20h-13c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM3.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h13c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-13z\"/>\n<path class=\"path2\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15.5 16h-11c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM5 15h10v-12h-10v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop\" viewBox=\"0 0 20 20\">\n<title>laptop</title>\n<path class=\"path1\" d=\"M3.5 14h13c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5h-13c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5zM3 4.5c0-0.276 0.224-0.5 0.5-0.5h13c0.276 0 0.5 0.224 0.5 0.5v8c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-8z\"/>\n<path class=\"path2\" d=\"M19.5 15h-19c-0.276 0-0.5 0.224-0.5 0.5v1c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-1c0-0.276-0.224-0.5-0.5-0.5zM18.5 17h-17c-0.276 0-0.5-0.224-0.5-0.5v-0.5h18v0.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop-phone\" viewBox=\"0 0 20 20\">\n<title>laptop-phone</title>\n<path class=\"path1\" d=\"M11.5 14h-8c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5h-13c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 18h-10c-0.827 0-1.5-0.673-1.5-1.5v-1c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.5v0.5c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 18h-4c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h4c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM14.5 8c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-4z\"/>\n<path class=\"path4\" d=\"M16.5 16c-0.132 0-0.26-0.053-0.353-0.147s-0.147-0.222-0.147-0.353 0.053-0.261 0.147-0.353c0.093-0.093 0.222-0.147 0.353-0.147s0.261 0.053 0.353 0.147c0.093 0.093 0.147 0.222 0.147 0.353s-0.053 0.261-0.147 0.353c-0.093 0.093-0.222 0.147-0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-power-switch\" viewBox=\"0 0 20 20\">\n<title>power-switch</title>\n<path class=\"path1\" d=\"M9.5 12c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M9.5 19c-2.003 0-3.887-0.78-5.303-2.197s-2.197-3.3-2.197-5.303c0-1.648 0.525-3.212 1.517-4.523 0.96-1.268 2.324-2.215 3.84-2.666 0.265-0.079 0.543 0.072 0.622 0.337s-0.072 0.543-0.337 0.622c-2.733 0.814-4.643 3.376-4.643 6.231 0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5c0-2.855-1.909-5.417-4.643-6.231-0.265-0.079-0.415-0.357-0.337-0.622s0.357-0.415 0.622-0.337c1.517 0.451 2.88 1.398 3.84 2.666 0.993 1.311 1.517 2.875 1.517 4.523 0 2.003-0.78 3.887-2.197 5.303s-3.3 2.197-5.303 2.197z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bubble\" viewBox=\"0 0 20 20\">\n<title>bubble</title>\n<path class=\"path1\" d=\"M0.5 19c-0.225 0-0.422-0.15-0.482-0.367s0.032-0.447 0.225-0.562c1.691-1.014 2.392-2.489 2.641-3.179-1.838-1.407-2.884-3.354-2.884-5.392 0-1.029 0.258-2.026 0.768-2.964 0.486-0.894 1.18-1.695 2.061-2.381 1.787-1.39 4.156-2.156 6.671-2.156s4.884 0.766 6.671 2.156c0.881 0.685 1.575 1.486 2.061 2.381 0.51 0.937 0.768 1.934 0.768 2.964s-0.258 2.026-0.768 2.964c-0.486 0.894-1.18 1.695-2.061 2.381-1.787 1.39-4.156 2.156-6.671 2.156-1.033 0-2.047-0.129-3.016-0.385-0.429 0.286-1.231 0.793-2.189 1.27-1.488 0.74-2.764 1.115-3.794 1.115zM9.5 3c-4.687 0-8.5 2.916-8.5 6.5 0 1.815 1.005 3.562 2.756 4.792 0.172 0.121 0.25 0.336 0.196 0.539-0.117 0.436-0.515 1.633-1.58 2.788 1.302-0.456 2.704-1.247 3.739-1.959 0.123-0.085 0.277-0.11 0.421-0.069 0.948 0.271 1.947 0.409 2.968 0.409 4.687 0 8.5-2.916 8.5-6.5s-3.813-6.5-8.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart-pulse\" viewBox=\"0 0 20 20\">\n<title>heart-pulse</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.116-0.065-2.877-1.611-5.369-4.082-0.196-0.194-0.197-0.511-0.003-0.707s0.511-0.197 0.707-0.003c1.979 1.962 4.186 3.346 4.908 3.776 0.723-0.431 2.932-1.817 4.908-3.776 0.196-0.194 0.513-0.193 0.707 0.003s0.193 0.513-0.003 0.707c-2.493 2.471-5.253 4.017-5.369 4.082-0.076 0.042-0.159 0.063-0.243 0.063z\"/>\n<path class=\"path2\" d=\"M1.279 11c-0.188 0-0.368-0.106-0.453-0.287-0.548-1.165-0.826-2.33-0.826-3.463 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.133-0.278 2.298-0.826 3.463-0.118 0.25-0.415 0.357-0.665 0.24s-0.357-0.415-0.24-0.665c0.485-1.031 0.731-2.053 0.731-3.037 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658-2.343 0-4.25 1.907-4.25 4.25 0 0.984 0.246 2.006 0.731 3.037 0.118 0.25 0.010 0.548-0.24 0.665-0.069 0.032-0.141 0.048-0.212 0.048z\"/>\n<path class=\"path3\" d=\"M10.515 15c-0.005 0-0.009-0-0.013-0-0.202-0.004-0.569-0.109-0.753-0.766l-1.217-4.334-0.807 3.279c-0.158 0.643-0.525 0.778-0.73 0.8s-0.592-0.027-0.889-0.62l-0.606-1.211c-0.029-0.058-0.056-0.094-0.076-0.117-0.003 0.004-0.007 0.009-0.011 0.015-0.37 0.543-1.192 0.953-1.913 0.953h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.421 0 0.921-0.272 1.087-0.516 0.223-0.327 0.547-0.501 0.891-0.478 0.374 0.025 0.708 0.279 0.917 0.696l0.445 0.89 0.936-3.803c0.158-0.64 0.482-0.779 0.726-0.783s0.572 0.125 0.751 0.76l1.284 4.576 1.178-3.608c0.205-0.628 0.582-0.736 0.788-0.745s0.59 0.068 0.847 0.677l0.724 1.719c0.136 0.322 0.578 0.616 0.927 0.616h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.747 0-1.559-0.539-1.849-1.228l-0.592-1.406-1.274 3.9c-0.207 0.634-0.566 0.733-0.771 0.733z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-construction\" viewBox=\"0 0 20 20\">\n<title>construction</title>\n<path class=\"path1\" d=\"M20 5v-1.5c0-0.276-0.224-0.5-0.5-0.5h-3.5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5.5c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h1.5v6h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-3h10v3h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6h1.5c0.276 0 0.5-0.224 0.5-0.5v-4.5c0-0 0-0 0-0zM19 4.793l-4.207 4.207h-3.586l5-5h2.793v0.793zM6.207 9l5-5h3.586l-5 5h-3.586zM1.207 9l5-5h3.586l-5 5h-3.586zM4.793 4l-3.793 3.793v-3.793h3.793zM3 16v-6h1v6h-1zM5 12v-2h10v2h-10zM17 16h-1v-6h1v6zM16.207 9l2.793-2.793v2.793h-2.793z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pie-chart\" viewBox=\"0 0 20 20\">\n<title>pie-chart</title>\n<path class=\"path1\" d=\"M8.5 20c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010s3.74-2.49 6.010-2.49c0.276 0 0.5 0.224 0.5 0.5v7.5h7.5c0.276 0 0.5 0.224 0.5 0.5 0 2.27-0.884 4.405-2.49 6.010s-3.74 2.49-6.010 2.49zM8 4.016c-3.903 0.258-7 3.516-7 7.484 0 4.136 3.364 7.5 7.5 7.5 3.967 0 7.225-3.097 7.484-7h-7.484c-0.276 0-0.5-0.224-0.5-0.5v-7.484z\"/>\n<path class=\"path2\" d=\"M18.5 10h-8c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5 2.27 0 4.405 0.884 6.010 2.49s2.49 3.74 2.49 6.010c0 0.276-0.224 0.5-0.5 0.5zM11 9h6.984c-0.247-3.738-3.246-6.736-6.984-6.984v6.984z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chart-bars\" viewBox=\"0 0 20 20\">\n<title>chart-bars</title>\n<path class=\"path1\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5v-16c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v16c0 0.827-0.673 1.5-1.5 1.5zM1.5 2c-0.276 0-0.5 0.224-0.5 0.5v16c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-16c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M6.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5zM5 16h1v-8h-1v8z\"/>\n<path class=\"path3\" d=\"M10.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-12c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5zM9 16h1v-11h-1v11z\"/>\n<path class=\"path4\" d=\"M14.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5zM13 16h1v-4h-1v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-gift\" viewBox=\"0 0 20 20\">\n<title>gift</title>\n<path class=\"path1\" d=\"M18.5 5h-3.001c0.315-0.418 0.501-0.938 0.501-1.5 0-1.378-1.122-2.5-2.5-2.5-1.39 0-2.556 1.101-3.127 1.758-0.346 0.397-0.644 0.823-0.873 1.235-0.229-0.412-0.527-0.837-0.873-1.235-0.571-0.656-1.737-1.758-3.127-1.758-1.378 0-2.5 1.122-2.5 2.5 0 0.562 0.187 1.082 0.501 1.5h-3.001c-0.276 0-0.5 0.224-0.5 0.5v3c0 0.276 0.224 0.5 0.5 0.5h0.5v9.5c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5v-9.5h0.5c0.276 0 0.5-0.224 0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5zM11.127 3.414c0.782-0.899 1.647-1.414 2.373-1.414 0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5h-3.378c0.173-0.442 0.523-1.032 1.005-1.586zM11 19h-3v-13h3v13zM4 3.5c0-0.827 0.673-1.5 1.5-1.5 0.726 0 1.591 0.515 2.373 1.414 0.482 0.554 0.832 1.144 1.005 1.586h-3.378c-0.827 0-1.5-0.673-1.5-1.5zM1 6h6v2h-6v-2zM2 18.5v-9.5h5v10h-4.5c-0.276 0-0.5-0.224-0.5-0.5zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-4.5v-10h5v9.5zM18 8h-6v-2h6v2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-diamond\" viewBox=\"0 0 20 20\">\n<title>diamond</title>\n<path class=\"path1\" d=\"M18.9 7.2l-3-4c-0.077-0.103-0.191-0.172-0.318-0.193l-6-1c-0.054-0.009-0.11-0.009-0.164 0l-6 1c-0.127 0.021-0.241 0.090-0.318 0.193l-3 4c-0.143 0.191-0.131 0.457 0.028 0.634l9 10c0.095 0.105 0.23 0.166 0.372 0.166s0.277-0.060 0.372-0.166l9-10c0.16-0.178 0.172-0.443 0.028-0.634zM12.786 7l-3.286 9.037-3.286-9.037h6.572zM6.707 6l2.793-2.793 2.793 2.793h-5.586zM10.957 3.25l3.698 0.616-1.233 1.849-2.466-2.465zM5.578 5.715l-1.233-1.849 3.698-0.616-2.465 2.465zM4.67 6.156l-2.985 0.597 1.791-2.388 1.194 1.791zM5.177 7.075l2.974 8.179-6.692-7.436 3.718-0.744zM13.823 7.075l3.718 0.744-6.692 7.436 2.974-8.179zM14.33 6.156l1.194-1.791 1.791 2.388-2.985-0.597z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-linearicons\" viewBox=\"0 0 20 20\">\n<title>linearicons</title>\n<path class=\"path1\" d=\"M19.5 16h-0.5c-0.579 0-1 0.631-1 1.5 0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5-0.138 0-0.263 0.056-0.354 0.147-0.196-0.094-0.415-0.147-0.646-0.147-0.827 0-1.5 0.673-1.5 1.5 0 0.175 0.031 0.343 0.086 0.5h-1.086c-0.406 0-1.019-0.277-1.288-0.58l-1.044-1.181 9.207-10.408c0.161-0.182 0.165-0.447 0.024-0.633l-2.999-3.998c-0.094-0.126-0.243-0.2-0.4-0.2h-13c-0.157 0-0.306 0.074-0.4 0.2l-2.999 3.998c-0.141 0.186-0.136 0.451 0.024 0.633l9.207 10.408-1.044 1.181c-0.289 0.327-0.795 0.58-1.038 0.58h-0.25v-0.5c0-0.827-0.673-1.5-1.5-1.5-0.282 0-0.545 0.078-0.77 0.213-0.127-0.135-0.292-0.213-0.48-0.213-0.308 0-0.537 0.243-0.702 0.455-0.152 0.195-0.309 0.449-0.442 0.716l-0.106 0.211v-0.882c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5 0.282 0 0.545-0.078 0.77-0.214 0.127 0.135 0.292 0.214 0.48 0.214 0.308 0 0.537-0.243 0.702-0.455 0.152-0.195 0.309-0.449 0.442-0.716l0.106-0.211v0.882c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276 0.224 0.5 0.5 0.5h0.75c0.556 0 1.324-0.395 1.787-0.918l0.963-1.089 0.963 1.088c0.463 0.523 1.339 0.918 2.037 0.918h2.5c0.384 0 0.734-0.145 1-0.383 0.266 0.238 0.616 0.383 1 0.383 0.827 0 1.5-0.673 1.5-1.5 0-0.249 0.061-0.422 0.103-0.5h0.397c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM1.145 5.474l2.605-3.474h12.5l2.605 3.474-8.855 10.011-8.855-10.011zM15.5 18c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M2.5 15c0.132 0 0.261-0.053 0.353-0.147s0.147-0.222 0.147-0.353-0.053-0.26-0.147-0.353c-0.093-0.093-0.222-0.147-0.353-0.147s-0.26 0.053-0.353 0.147c-0.093 0.093-0.147 0.222-0.147 0.353s0.053 0.261 0.147 0.353c0.093 0.093 0.222 0.147 0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dinner\" viewBox=\"0 0 20 20\">\n<title>dinner</title>\n<path class=\"path1\" d=\"M8 0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.306 0.252 2.397 0.455 3.274 0.198 0.854 0.353 1.529 0.13 1.811-0.186 0.234-0.717 0.37-1.581 0.406-0.002-0.162-0.004-0.326-0.004-0.49v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.165-0.001 0.328-0.004 0.49-0.861-0.037-1.391-0.174-1.577-0.408-0.225-0.283-0.069-0.959 0.128-1.814 0.202-0.875 0.453-1.965 0.453-3.267 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.189-0.237 2.217-0.427 3.043-0.258 1.118-0.461 2.002 0.064 2.662 0.39 0.49 1.101 0.733 2.333 0.785-0.112 2.79-0.516 5.19-0.851 7.177-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284-0.334-1.985-0.738-4.384-0.851-7.172 1.235-0.050 1.946-0.292 2.337-0.783 0.524-0.659 0.32-1.541 0.062-2.659-0.191-0.827-0.429-1.857-0.429-3.048zM6.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.701 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n<path class=\"path2\" d=\"M15.882 14.162c-0.393-2.331-0.881-5.231-0.882-8.662v-5c0-0.227-0.153-0.425-0.372-0.483s-0.45 0.038-0.562 0.235c-2.019 3.534-3.016 8.931-3.058 9.159-0.027 0.146 0.013 0.296 0.108 0.41s0.236 0.18 0.384 0.18h2.235c-0.175 1.544-0.409 2.935-0.617 4.166-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284zM12.111 9c0.248-1.171 0.882-3.887 1.889-6.317v2.817c0 1.236-0.063 2.403-0.163 3.5h-1.727zM15.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.702 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-coffee-cup\" viewBox=\"0 0 20 20\">\n<title>coffee-cup</title>\n<path class=\"path1\" d=\"M10 15c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 10c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n<path class=\"path2\" d=\"M15.904 2.056l-0.177-0.707c-0.189-0.756-0.948-1.349-1.728-1.349h-8c-0.78 0-1.538 0.593-1.728 1.349l-0.177 0.707c-0.631 0.177-1.096 0.757-1.096 1.444v1c0 0.663 0.432 1.226 1.029 1.424l0.901 12.614c0.058 0.806 0.762 1.462 1.57 1.462h7c0.808 0 1.512-0.656 1.57-1.462l0.901-12.614c0.597-0.198 1.029-0.761 1.029-1.424v-1c0-0.687-0.464-1.267-1.096-1.444zM6 1h8c0.319 0 0.68 0.282 0.757 0.591l0.102 0.409h-9.719l0.102-0.409c0.077-0.309 0.438-0.591 0.757-0.591zM14.892 7h-9.783l-0.071-1h9.926l-0.071 1zM14.249 16h-8.497l-0.571-8h9.64l-0.571 8zM13.5 19h-7c-0.29 0-0.552-0.244-0.573-0.533l-0.105-1.467h8.355l-0.105 1.467c-0.021 0.289-0.283 0.533-0.573 0.533zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-11c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.275 0.224-0.499 0.499-0.5 0.001 0 0.001 0 0.002 0s0.002-0 0.003-0h10.997c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-leaf\" viewBox=\"0 0 20 20\">\n<title>leaf</title>\n<path class=\"path1\" d=\"M19.883 0.178c-0.095-0.113-0.235-0.178-0.382-0.178l-0.51-0c-5.040-0.002-9.021-0.003-11.952 0.698-1.575 0.377-2.793 0.946-3.723 1.739-1.004 0.856-1.688 1.977-2.093 3.429-0.269 0.964-0.395 2.705 0.136 4.437 0.196 0.64 0.502 1.244 0.91 1.799-1.216 1.905-2.267 4.414-2.267 7.399 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-4.605 2.728-8.021 4.354-9.646 1.167-1.167 2.486-2.152 3.816-2.848 1.238-0.648 2.421-1.005 3.331-1.005 0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5c-1.084 0-2.396 0.387-3.794 1.12-1.418 0.743-2.822 1.789-4.059 3.027-0.522 0.522-1.15 1.218-1.774 2.070-0.242-0.381-0.43-0.785-0.559-1.207-0.5-1.632-0.316-3.204-0.129-3.875 1.43-5.125 6.862-5.138 16.717-5.135-1.175 6.288-3.366 10.358-6.516 12.101-2.922 1.617-5.82 0.735-6.931 0.28-0.234-0.096-0.47-0.214-0.699-0.35-0.237-0.141-0.544-0.063-0.685 0.174s-0.063 0.544 0.174 0.685c0.272 0.162 0.552 0.302 0.832 0.417 0.622 0.254 1.624 0.58 2.865 0.687 0.274 0.024 0.545 0.035 0.814 0.035 1.469 0 2.849-0.353 4.115-1.053 1.609-0.89 3.001-2.339 4.139-4.304 1.334-2.305 2.338-5.362 2.983-9.086 0.025-0.145-0.015-0.294-0.11-0.407z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paw\" viewBox=\"0 0 20 20\">\n<title>paw</title>\n<path class=\"path1\" d=\"M3 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM3 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path2\" d=\"M6.998 8c-1.12 0-1.998-1.318-1.998-3s0.878-3 1.998-3 1.998 1.318 1.998 3-0.878 3-1.998 3zM6.998 3c-0.471 0-0.998 0.855-0.998 2s0.527 2 0.998 2 0.998-0.855 0.998-2-0.527-2-0.998-2z\"/>\n<path class=\"path3\" d=\"M12 8c-1.122 0-2-1.318-2-3s0.878-3 2-3 2 1.318 2 3-0.878 3-2 3zM12 3c-0.472 0-1 0.855-1 2s0.528 2 1 2 1-0.855 1-2-0.528-2-1-2z\"/>\n<path class=\"path4\" d=\"M16 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM16 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path5\" d=\"M13 18c-0.868 0-1.455-0.294-1.972-0.553-0.48-0.24-0.894-0.447-1.528-0.447-0.631 0-1.045 0.207-1.525 0.447-0.519 0.259-1.107 0.553-1.975 0.553-0.556 0-1.079-0.303-1.437-0.831-0.627-0.926-0.637-2.331-0.028-3.855 1.097-2.742 2.906-4.314 4.964-4.314s3.868 1.572 4.964 4.314c0.609 1.524 0.599 2.929-0.028 3.855-0.357 0.528-0.881 0.831-1.437 0.831zM9.5 16c0.869 0 1.457 0.294 1.975 0.553 0.479 0.24 0.893 0.447 1.525 0.447 0.218 0 0.44-0.143 0.609-0.391 0.432-0.637 0.404-1.73-0.073-2.923-0.937-2.342-2.408-3.686-4.036-3.686s-3.099 1.343-4.036 3.686c-0.477 1.193-0.504 2.286-0.073 2.923 0.168 0.249 0.39 0.391 0.609 0.391 0.632 0 1.047-0.207 1.528-0.448 0.518-0.259 1.106-0.553 1.972-0.553z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-rocket\" viewBox=\"0 0 20 20\">\n<title>rocket</title>\n<path class=\"path1\" d=\"M13.5 9c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5 2.5 1.122 2.5 2.5-1.122 2.5-2.5 2.5zM13.5 5c-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5 1.5-0.673 1.5-1.5-0.673-1.5-1.5-1.5z\"/>\n<path class=\"path2\" d=\"M0.5 20c-0.13 0-0.258-0.051-0.354-0.146-0.137-0.137-0.183-0.342-0.116-0.524 1.539-4.231 3.157-6.377 4.808-6.377 0.545 0 1.054 0.234 1.515 0.694 0.728 0.728 0.754 1.453 0.648 1.933-0.334 1.508-2.464 2.985-6.33 4.391-0.056 0.020-0.114 0.030-0.171 0.030zM4.839 13.952c-0.495 0-1.078 0.434-1.685 1.255-0.597 0.807-1.197 1.957-1.788 3.427 1.335-0.537 2.408-1.082 3.199-1.625 1.067-0.733 1.383-1.3 1.46-1.646s-0.047-0.677-0.379-1.009c-0.27-0.27-0.534-0.401-0.808-0.401z\"/>\n<path class=\"path3\" d=\"M19.5 0c-2.595 0-4.907 0.44-6.874 1.308-1.621 0.716-3.009 1.72-4.126 2.986-0.208 0.236-0.401 0.475-0.58 0.715-0.862 0.057-1.744 0.4-2.624 1.020-0.745 0.524-1.493 1.25-2.225 2.157-1.23 1.524-1.986 3.027-2.018 3.090-0.109 0.219-0.044 0.485 0.154 0.628 0.088 0.064 0.191 0.095 0.293 0.095 0.128 0 0.256-0.049 0.353-0.145 0.005-0.005 0.483-0.475 1.298-0.936 0.672-0.38 1.708-0.827 2.961-0.906 0.317 0.811 1.224 1.781 1.659 2.216s1.405 1.342 2.216 1.659c-0.079 1.253-0.526 2.289-0.906 2.961-0.462 0.816-0.931 1.293-0.935 1.297-0.173 0.173-0.195 0.447-0.052 0.646 0.097 0.134 0.249 0.208 0.406 0.208 0.076 0 0.152-0.017 0.223-0.053 0.063-0.032 1.566-0.788 3.090-2.018 0.907-0.732 1.633-1.48 2.157-2.225 0.62-0.881 0.962-1.762 1.020-2.624 0.239-0.178 0.478-0.371 0.715-0.58 1.266-1.117 2.27-2.505 2.986-4.126 0.868-1.966 1.308-4.279 1.308-6.874v-0.5h-0.5zM3.107 9.808c0.953-1.383 2.41-3.098 4.052-3.637-0.649 1.137-0.985 2.181-1.106 2.843-1.159 0.071-2.158 0.408-2.946 0.794zM10.193 16.89c0.386-0.788 0.723-1.786 0.793-2.944 0.661-0.121 1.706-0.457 2.842-1.105-0.54 1.639-2.254 3.096-3.636 4.049zM15.044 10.75c-2.080 1.835-4.234 2.25-4.544 2.25-0.002 0-0.207-0.004-0.759-0.393-0.385-0.271-0.834-0.657-1.262-1.085s-0.814-0.877-1.085-1.262c-0.389-0.552-0.393-0.757-0.393-0.759 0-0.31 0.415-2.464 2.25-4.544 2.196-2.488 5.557-3.849 9.744-3.95-0.101 4.187-1.461 7.548-3.95 9.744z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-briefcase\" viewBox=\"0 0 20 20\">\n<title>briefcase</title>\n<path class=\"path1\" d=\"M18.5 5h-4.5v-1.5c0-0.827-0.673-1.5-1.5-1.5h-5c-0.827 0-1.5 0.673-1.5 1.5v1.5h-4.5c-0.827 0-1.5 0.673-1.5 1.5v11c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-11c0-0.827-0.673-1.5-1.5-1.5zM7 3.5c0-0.276 0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5v1.5h-6v-1.5zM1.5 6h17c0.276 0 0.5 0.224 0.5 0.5v7.5h-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-8v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-2v-7.5c0-0.276 0.224-0.5 0.5-0.5zM16 14v1h-1v-1h1zM5 14v1h-1v-1h1zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-2.5h2v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h8v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h2v2.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bus\" viewBox=\"0 0 20 20\">\n<title>bus</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M13.5 5h-7c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 6h-11c-0.276 0-0.5 0.224-0.5 0.5v5c0 0.276 0.224 0.5 0.5 0.5h4.998c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h4.996c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h0.998c0.276 0 0.5-0.224 0.5-0.5v-5c0-0.276-0.224-0.5-0.5-0.5zM5 7h10v4h-0.349l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-3.197l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-2.849v-4z\"/>\n<path class=\"path5\" d=\"M15.616 1.783c-1.363-0.519-3.253-0.783-5.616-0.783s-4.252 0.263-5.616 0.783c-1.971 0.751-2.384 1.892-2.384 2.717v11c0 1.207 0.86 2.217 2 2.45v1.050c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h6v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.050c1.14-0.232 2-1.242 2-2.45v-11c0-0.825-0.414-1.966-2.384-2.717zM6 19h-1v-1h1v1zM14 19v-1h1v1h-1zM17 15.5c0 0.827-0.673 1.5-1.5 1.5h-11c-0.827 0-1.5-0.673-1.5-1.5v-11c0-0.743 0.586-1.343 1.741-1.783 1.232-0.469 3.050-0.717 5.259-0.717s4.028 0.248 5.259 0.717c1.155 0.44 1.741 1.040 1.741 1.783v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-car\" viewBox=\"0 0 20 20\">\n<title>car</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M16.958 11.907c-0.13-0.792-0.553-3.214-1.011-4.131-0.305-0.61-1.088-1.077-2.326-1.386-1.006-0.251-2.292-0.39-3.621-0.39s-2.615 0.138-3.621 0.39c-1.238 0.31-2.021 0.776-2.326 1.386-0.458 0.916-0.881 3.339-1.011 4.131-0.699 0.479-1.042 1.172-1.042 2.093v2.5c0 0.652 0.418 1.208 1 1.414v1.086c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h8v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.086c0.582-0.206 1-0.762 1-1.414v-2.5c0-0.921-0.343-1.614-1.042-2.093zM4.947 8.224c0.297-0.593 2.168-1.224 5.053-1.224s4.756 0.63 5.053 1.224c0.287 0.575 0.606 2.096 0.803 3.183-0.098-0.029-0.199-0.056-0.303-0.080-0.267-0.063-0.555-0.114-0.863-0.156l-2.899-2.077c-0.224-0.161-0.537-0.109-0.698 0.115s-0.109 0.537 0.115 0.698l1.566 1.122c-0.85-0.028-1.782-0.028-2.775-0.028-0.117 0-0.233 0-0.349 0l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.644 1.096c-1.341 0.024-2.507 0.097-3.42 0.314-0.104 0.025-0.205 0.052-0.303 0.080 0.198-1.087 0.516-2.608 0.804-3.183zM5 19h-1v-1h1v1zM15 19v-1h1v1h-1zM17 16.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-2.5c0-0.924 0.486-1.417 1.678-1.701 1.255-0.299 3.14-0.299 5.322-0.299s4.066 0 5.322 0.299c1.192 0.284 1.678 0.777 1.678 1.701v2.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-train\" viewBox=\"0 0 20 20\">\n<title>train</title>\n<path class=\"path1\" d=\"M14.5 15h-10c-1.378 0-2.5-1.122-2.5-2.5v-10c0-1.378 1.122-2.5 2.5-2.5h10c1.378 0 2.5 1.122 2.5 2.5v10c0 1.378-1.122 2.5-2.5 2.5zM4.5 1c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5h-10z\"/>\n<path class=\"path2\" d=\"M18.947 19.276l-2-4c-0.123-0.247-0.424-0.347-0.671-0.224s-0.347 0.424-0.224 0.671l0.138 0.276h-13.382l0.138-0.276c0.123-0.247 0.023-0.547-0.224-0.671s-0.547-0.023-0.671 0.224l-2 4c-0.123 0.247-0.023 0.547 0.224 0.671 0.072 0.036 0.148 0.053 0.223 0.053 0.183 0 0.36-0.101 0.448-0.277l0.362-0.724h16.382l0.362 0.724c0.088 0.175 0.264 0.277 0.448 0.277 0.075 0 0.151-0.017 0.223-0.053 0.247-0.123 0.347-0.424 0.224-0.671zM1.809 18l0.5-1h14.382l0.5 1h-15.382z\"/>\n<path class=\"path3\" d=\"M5.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M12.5 3h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M14.5 4h-10c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM5 5h4v3h-4v-3zM14 8h-4v-3h4v3z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bicycle\" viewBox=\"0 0 20 20\">\n<title>bicycle</title>\n<path class=\"path1\" d=\"M5.5 9.002c-0.828 0-1.502-0.674-1.502-1.502s0.674-1.502 1.502-1.502 1.502 0.674 1.502 1.502-0.674 1.502-1.502 1.502zM5.5 6.998c-0.277 0-0.502 0.225-0.502 0.502s0.225 0.502 0.502 0.502 0.502-0.225 0.502-0.502-0.225-0.502-0.502-0.502z\"/>\n<path class=\"path2\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-2.998c0-0.772 0.581-1.543 1.324-1.756l1.5-0.429-3.26-2.173-1.71 1.71c-0.094 0.094-0.221 0.146-0.354 0.146h-2.002c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1.795l1.854-1.854c0.169-0.169 0.433-0.195 0.631-0.063l3.668 2.445c0.55 0.367 0.548 0.797 0.522 0.966s-0.156 0.579-0.791 0.761l-1.577 0.452c-0.313 0.090-0.599 0.468-0.599 0.795v2.998c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15 20c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4zM15 13c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path4\" d=\"M3.999 20c-2.205 0-3.999-1.794-3.999-3.999s1.794-3.999 3.999-3.999 3.999 1.794 3.999 3.999-1.794 3.999-3.999 3.999zM3.999 13.002c-1.654 0-2.999 1.345-2.999 2.999s1.345 2.999 2.999 2.999 2.999-1.345 2.999-2.999-1.345-2.999-2.999-2.999z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-wheelchair\" viewBox=\"0 0 20 20\">\n<title>wheelchair</title>\n<path class=\"path1\" d=\"M17.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-0.651 0.651-2.729-2.656c-0.002-0.002-0.003-0.003-0.005-0.004-0.007-0.007-0.015-0.013-0.022-0.019-0.006-0.005-0.011-0.009-0.017-0.014s-0.013-0.010-0.020-0.014c-0.007-0.005-0.014-0.010-0.021-0.014-0.006-0.003-0.011-0.007-0.017-0.010-0.008-0.005-0.017-0.010-0.026-0.014-0.006-0.003-0.011-0.005-0.017-0.008-0.009-0.004-0.018-0.008-0.027-0.012-0.007-0.003-0.014-0.005-0.021-0.007-0.008-0.003-0.016-0.006-0.024-0.008s-0.018-0.004-0.027-0.006c-0.007-0.001-0.013-0.003-0.020-0.004-0.010-0.002-0.020-0.003-0.031-0.004-0.006-0.001-0.011-0.002-0.017-0.002-0.010-0.001-0.020-0.001-0.030-0.001-0.006-0-0.012-0-0.019-0-0.009 0-0.018 0.001-0.026 0.002s-0.016 0.001-0.023 0.002c-0.007 0.001-0.015 0.002-0.022 0.003-0.009 0.002-0.019 0.003-0.028 0.005-0.002 0.001-0.004 0.001-0.007 0.001l-3.945 0.953c-0.106 0.026-0.199 0.013-0.26-0.035s-0.095-0.135-0.095-0.244v-1.688h3.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-3.050c0.162 0.033 0.329 0.050 0.5 0.050 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5-2.5 1.122-2.5 2.5c0 0.816 0.393 1.542 1 1.999v6.189c0 0.416 0.174 0.792 0.476 1.030 0.218 0.172 0.49 0.262 0.777 0.262 0.111 0 0.223-0.013 0.336-0.041l3.677-0.888 2.885 2.808c0.097 0.094 0.223 0.142 0.349 0.142 0.128 0 0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707zM9.5 2c0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5z\"/>\n<path class=\"path2\" d=\"M7.5 20c-3.584 0-6.5-2.916-6.5-6.5 0-1.547 0.552-3.045 1.556-4.22 0.992-1.161 2.363-1.939 3.862-2.191 0.272-0.046 0.53 0.138 0.576 0.41s-0.138 0.53-0.41 0.576c-2.655 0.446-4.583 2.727-4.583 5.424 0 3.033 2.467 5.5 5.5 5.5 2.697 0 4.978-1.927 5.424-4.583 0.046-0.272 0.304-0.456 0.576-0.41s0.456 0.303 0.41 0.576c-0.251 1.498-1.029 2.87-2.191 3.862-1.174 1.003-2.673 1.556-4.22 1.556z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-select\" viewBox=\"0 0 20 20\">\n<title>select</title>\n<path class=\"path1\" d=\"M5.5 15h-4c-0.827 0-1.5-0.673-1.5-1.5v-12c0-0.827 0.673-1.5 1.5-1.5h14c0.827 0 1.5 0.673 1.5 1.5v7c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-7c0-0.276-0.224-0.5-0.5-0.5h-14c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13 20c-0.198 0-0.386-0.119-0.464-0.314l-1.697-4.242-2.963 3.386c-0.137 0.157-0.357 0.212-0.552 0.139s-0.324-0.26-0.324-0.468v-15c0-0.198 0.117-0.377 0.298-0.457s0.392-0.046 0.539 0.087l11 10c0.153 0.139 0.205 0.358 0.13 0.55s-0.26 0.32-0.466 0.32h-4.261l1.726 4.314c0.103 0.256-0.022 0.547-0.279 0.65l-2.5 1c-0.061 0.024-0.124 0.036-0.186 0.036zM11 14c0.028 0 0.056 0.002 0.084 0.007 0.172 0.029 0.315 0.146 0.38 0.307l1.814 4.536 1.572-0.629-1.814-4.536c-0.062-0.154-0.043-0.329 0.050-0.466s0.248-0.22 0.414-0.22h3.707l-9.207-8.37v12.539l2.624-2.999c0.096-0.109 0.233-0.171 0.376-0.171z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-earth\" viewBox=\"0 0 20 20\">\n<title>earth</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929s-5.182 1.040-7.071 2.929c-1.889 1.889-2.929 4.4-2.929 7.071s1.040 5.182 2.929 7.071c1.889 1.889 4.4 2.929 7.071 2.929s5.182-1.040 7.071-2.929c1.889-1.889 2.929-4.4 2.929-7.071s-1.040-5.182-2.929-7.071zM18.397 6.761c-0.195-0.351-0.685-0.518-1.325-0.736-0.687-0.234-0.93-0.94-1.211-1.758-0.244-0.71-0.496-1.443-1.095-1.899 1.639 1.027 2.924 2.567 3.631 4.393zM15.591 10.191c0.076 0.677 0.154 1.378-0.687 2.322-0.227 0.255-0.36 0.61-0.501 0.986-0.326 0.871-0.634 1.694-1.946 1.706-0.037-0.044-0.141-0.21-0.234-0.733-0.085-0.482-0.134-1.106-0.187-1.765-0.080-1.012-0.171-2.16-0.421-3.112-0.32-1.217-0.857-1.936-1.641-2.198-0.342-0.114-0.692-0.17-1.068-0.17-0.278 0-0.53 0.030-0.752 0.056-0.173 0.020-0.337 0.040-0.475 0.040 0 0-0 0-0 0-0.234 0-0.499 0-0.826-0.748-0.469-1.075-0.123-2.798 1.254-3.707 0.755-0.498 1.276-0.711 1.742-0.711 0.372 0 0.773 0.129 1.342 0.433 0.672 0.358 1.199 0.404 1.583 0.404 0.152 0 0.29-0.008 0.423-0.016 0.112-0.007 0.217-0.013 0.315-0.013 0.22 0 0.398 0.029 0.607 0.171 0.385 0.263 0.585 0.844 0.796 1.458 0.32 0.932 0.683 1.988 1.835 2.38 0.155 0.053 0.421 0.143 0.61 0.222-0.163 0.168-0.435 0.411-0.702 0.649-0.172 0.154-0.367 0.328-0.583 0.525-0.624 0.569-0.55 1.235-0.484 1.822zM1.001 9.923c0.108 0.019 0.224 0.042 0.344 0.067 0.562 0.12 0.825 0.228 0.94 0.289-0.053 0.103-0.16 0.255-0.231 0.355-0.247 0.351-0.555 0.788-0.438 1.269 0.079 0.325 0.012 0.723-0.103 1.091-0.332-0.938-0.513-1.946-0.513-2.996 0-0.026 0.001-0.051 0.001-0.077zM10 19c-3.425 0-6.41-1.924-7.93-4.747 0.262-0.499 0.748-1.603 0.521-2.569 0.016-0.097 0.181-0.331 0.28-0.472 0.271-0.385 0.608-0.863 0.358-1.37-0.175-0.356-0.644-0.596-1.566-0.804-0.214-0.048-0.422-0.087-0.599-0.118 0.536-4.455 4.338-7.919 8.935-7.919 1.578 0 3.062 0.409 4.352 1.125-0.319-0.139-0.608-0.161-0.84-0.161-0.127 0-0.253 0.007-0.375 0.015-0.119 0.007-0.242 0.014-0.364 0.014-0.284 0-0.638-0.034-1.112-0.287-0.724-0.385-1.266-0.55-1.812-0.55-0.676 0-1.362 0.262-2.293 0.876-0.805 0.531-1.411 1.343-1.707 2.288-0.289 0.921-0.258 1.864 0.087 2.654 0.407 0.932 0.944 1.348 1.742 1.348 0 0 0 0 0 0 0.197 0 0.389-0.023 0.592-0.047 0.205-0.024 0.416-0.049 0.635-0.049 0.271 0 0.51 0.038 0.751 0.118 0.439 0.147 0.763 0.639 0.991 1.504s0.314 1.966 0.391 2.936c0.064 0.81 0.124 1.574 0.257 2.151 0.081 0.35 0.185 0.616 0.32 0.813 0.201 0.294 0.489 0.456 0.811 0.456 0.884 0 1.59-0.285 2.099-0.847 0.423-0.467 0.639-1.044 0.813-1.508 0.102-0.273 0.208-0.556 0.311-0.672 1.137-1.277 1.020-2.329 0.934-3.098-0.063-0.564-0.064-0.764 0.164-0.972 0.212-0.193 0.405-0.366 0.575-0.518 0.363-0.324 0.625-0.558 0.809-0.758 0.126-0.138 0.422-0.461 0.34-0.865-0.001-0.004-0.002-0.007-0.002-0.011 0.343 0.951 0.53 1.976 0.53 3.044 0 4.963-4.037 9-9 9z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smile\" viewBox=\"0 0 20 20\">\n<title>smile</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M9.5 17c-3.584 0-6.5-2.916-6.5-6.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.033 2.467 5.5 5.5 5.5s5.5-2.467 5.5-5.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.584-2.916 6.5-6.5 6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sad\" viewBox=\"0 0 20 20\">\n<title>sad</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M5.499 15c-0.105 0-0.21-0.033-0.3-0.1-0.221-0.166-0.265-0.479-0.099-0.7 0.502-0.668 1.159-1.221 1.901-1.6 0.778-0.398 1.619-0.599 2.499-0.599s1.721 0.202 2.499 0.599c0.742 0.379 1.399 0.932 1.901 1.6 0.166 0.221 0.121 0.534-0.099 0.7s-0.534 0.121-0.7-0.099c-0.859-1.144-2.172-1.8-3.601-1.8s-2.741 0.656-3.601 1.8c-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-neutral\" viewBox=\"0 0 20 20\">\n<title>neutral</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M13.5 13h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mustache\" viewBox=\"0 0 20 20\">\n<title>mustache</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M15.923 12.233c-0.111-0.175-0.318-0.264-0.521-0.224-0.187 0.037-0.368 0.056-0.536 0.056-0 0-0 0-0 0-0.872-0-1.402-0.503-1.962-1.036-0.533-0.506-1.084-1.030-1.903-1.030-0.597 0-1.133 0.263-1.5 0.679-0.367-0.416-0.903-0.679-1.5-0.679-0.819 0-1.37 0.524-1.903 1.030-0.561 0.533-1.090 1.036-1.962 1.036-0.169 0-0.349-0.019-0.536-0.056-0.203-0.041-0.411 0.048-0.521 0.224s-0.101 0.401 0.023 0.567c1.157 1.543 2.642 1.867 3.685 1.867 0.621 0 1.115-0.117 1.355-0.187 0.531-0.154 1.018-0.542 1.36-1.028 0.343 0.486 0.83 0.873 1.36 1.028 0.24 0.070 0.734 0.187 1.355 0.187 1.042-0 2.528-0.324 3.685-1.867 0.124-0.166 0.134-0.391 0.023-0.567zM7.86 13.52c-0.188 0.055-0.579 0.147-1.076 0.147-0.585 0-1.349-0.131-2.069-0.654 0.935-0.179 1.556-0.768 2.070-1.258 0.492-0.468 0.815-0.755 1.214-0.755 0.551 0 1 0.449 1 1 0 0.611-0.554 1.349-1.14 1.52zM12.215 13.667c-0.497 0-0.887-0.092-1.076-0.147-0.586-0.17-1.14-0.909-1.14-1.52 0-0.551 0.449-1 1-1 0.4 0 0.722 0.287 1.214 0.755 0.515 0.489 1.135 1.079 2.070 1.257-0.721 0.523-1.485 0.654-2.069 0.654z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-alarm\" viewBox=\"0 0 20 20\">\n<title>alarm</title>\n<path class=\"path1\" d=\"M16.8 15.101c-1.144-0.859-1.8-2.172-1.8-3.601v-3c0-2.513-1.694-4.638-4-5.292l-0-0.708c0-0.827-0.673-1.5-1.5-1.5s-1.5 0.673-1.5 1.5v0.708c-2.306 0.655-4 2.779-4 5.292v3c0 1.429-0.656 2.741-1.8 3.601-0.172 0.129-0.242 0.354-0.174 0.558s0.259 0.342 0.474 0.342h4.55c-0.033 0.164-0.051 0.331-0.051 0.5 0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.168-0.017-0.336-0.050-0.5h4.55c0.215 0 0.406-0.138 0.474-0.342s-0.002-0.429-0.174-0.558zM9 2.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.523c-0.165-0.015-0.331-0.023-0.5-0.023s-0.335 0.008-0.5 0.023v-0.523zM11 16.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5c0-0.171 0.030-0.34 0.086-0.5h2.828c0.056 0.16 0.086 0.329 0.086 0.5zM3.742 15c0.255-0.309 0.477-0.646 0.659-1.001 0.398-0.778 0.599-1.619 0.599-2.499v-3c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5v3c0 0.88 0.202 1.721 0.599 2.499 0.182 0.356 0.404 0.692 0.659 1.001h-11.517z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bullhorn\" viewBox=\"0 0 20 20\">\n<title>bullhorn</title>\n<path class=\"path1\" d=\"M19.389 3.099c-0.578-1.735-1.346-2.099-1.889-2.099-0.011 0-0.023 0-0.035 0.001-0.553 0.012-1.536 0.299-3.008 0.731-3.084 0.903-7.744 2.269-12.458 2.269-1.14 0-2 1.505-2 3.5s0.86 3.5 2 3.5c0.369 0 0.738 0.008 1.105 0.024l1.666 6.628c0.19 0.756 0.949 1.348 1.729 1.348h1.313c0.433 0 0.801-0.18 1.008-0.495s0.229-0.723 0.060-1.121l-2.577-6.048c3.136 0.462 6.022 1.308 8.154 1.932 1.472 0.431 2.455 0.719 3.008 0.731 0.012 0 0.023 0.001 0.035 0.001 0.542 0 1.31-0.364 1.889-2.099 0.394-1.183 0.611-2.746 0.611-4.401s-0.217-3.218-0.611-4.401zM16 7.5c0-0.513 0.022-1.015 0.064-1.496 0.513 0.052 0.936 0.716 0.936 1.496s-0.422 1.445-0.936 1.496c-0.042-0.481-0.064-0.983-0.064-1.496zM1 7.5c0-1.526 0.592-2.5 1-2.5 1.135 0 2.264-0.076 3.368-0.204-0.237 0.758-0.368 1.697-0.368 2.704s0.13 1.946 0.368 2.704c-1.104-0.128-2.233-0.204-3.368-0.204-0.408 0-1-0.974-1-2.5zM7.961 17.776c0.041 0.096 0.038 0.16 0.026 0.178s-0.069 0.046-0.174 0.046h-1.313c-0.319 0-0.681-0.282-0.759-0.592l-1.588-6.319c0.335 0.027 0.669 0.059 1 0.097l2.808 6.59zM6.489 10.353c-0.304-0.687-0.489-1.748-0.489-2.853 0-1.122 0.18-2.163 0.488-2.852 3.185-0.473 6.096-1.325 8.25-1.957 0.415-0.122 0.811-0.238 1.171-0.339-0.103 0.215-0.203 0.463-0.298 0.747-0.394 1.183-0.611 2.746-0.611 4.401s0.217 3.218 0.611 4.401c0.095 0.284 0.195 0.532 0.298 0.747-0.36-0.101-0.756-0.217-1.171-0.339-2.155-0.631-5.065-1.484-8.25-1.957zM18.44 11.585c-0.373 1.12-0.778 1.415-0.94 1.415s-0.567-0.296-0.94-1.415c-0.157-0.47-0.283-1.009-0.375-1.596 0.486-0.056 0.943-0.331 1.276-0.775 0.348-0.464 0.539-1.073 0.539-1.714s-0.192-1.251-0.539-1.714c-0.333-0.444-0.79-0.719-1.276-0.775 0.093-0.586 0.219-1.126 0.375-1.596 0.373-1.12 0.778-1.416 0.94-1.416s0.567 0.296 0.94 1.415c0.361 1.084 0.56 2.534 0.56 4.085s-0.199 3.001-0.56 4.085z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-high\" viewBox=\"0 0 20 20\">\n<title>volume-high</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M15.545 17.209c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.761-1.432 2.771-3.554 2.771-5.821s-1.010-4.389-2.771-5.821c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.995 1.623 3.14 4.028 3.14 6.597s-1.144 4.974-3.14 6.597c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path4\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-medium\" viewBox=\"0 0 20 20\">\n<title>volume-medium</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-low\" viewBox=\"0 0 20 20\">\n<title>volume-low</title>\n<path class=\"path1\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume\" viewBox=\"0 0 20 20\">\n<title>volume</title>\n<path class=\"path1\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mic\" viewBox=\"0 0 20 20\">\n<title>mic</title>\n<path class=\"path1\" d=\"M9.5 14c-1.93 0-3.5-1.57-3.5-3.5v-6c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v6c0 1.93-1.57 3.5-3.5 3.5zM9.5 2c-1.378 0-2.5 1.122-2.5 2.5v6c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5v-6c0-1.378-1.122-2.5-2.5-2.5z\"/>\n<path class=\"path2\" d=\"M16 10.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.033-2.467 5.5-5.5 5.5s-5.5-2.467-5.5-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.416 2.649 6.225 6 6.481v2.019h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-1.5v-2.019c3.351-0.256 6-3.065 6-6.481z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hourglass\" viewBox=\"0 0 20 20\">\n<title>hourglass</title>\n<path class=\"path1\" d=\"M16 3.5v-0.5c0-0.392-0.241-0.733-0.717-1.014-0.344-0.203-0.821-0.382-1.419-0.531-1.172-0.293-2.722-0.454-4.364-0.454s-3.192 0.161-4.364 0.454c-0.598 0.149-1.075 0.328-1.419 0.531-0.476 0.281-0.717 0.622-0.717 1.014v0.5c0 2.631 1.593 4.999 4 6.002v1.997c-2.407 1.003-4 3.371-4 6.002v0.5c0 0.392 0.241 0.733 0.717 1.014 0.344 0.203 0.821 0.382 1.419 0.531 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.598-0.149 1.075-0.328 1.419-0.531 0.476-0.281 0.717-0.623 0.717-1.014v-0.5c0-2.631-1.593-4.999-4-6.002v-1.997c2.407-1.003 4-3.371 4-6.002zM5.612 2.369c1.066-0.238 2.447-0.369 3.888-0.369s2.823 0.131 3.888 0.369c1.15 0.257 1.498 0.534 1.589 0.631-0.091 0.097-0.439 0.374-1.589 0.631-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.15-0.257-1.498-0.534-1.589-0.631 0.091-0.097 0.439-0.374 1.589-0.631zM11.333 12.313c2.193 0.775 3.667 2.86 3.667 5.187v0.473c-0.042 0.057-0.324 0.37-1.612 0.657-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.287-0.288-1.57-0.6-1.612-0.657v-0.473c0-2.327 1.473-4.412 3.667-5.187 0.2-0.071 0.333-0.259 0.333-0.471v-2.683c0-0.212-0.134-0.401-0.333-0.471-1.976-0.699-3.368-2.461-3.624-4.506 0.3 0.135 0.666 0.257 1.093 0.364 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.428-0.107 0.794-0.229 1.093-0.364-0.256 2.045-1.647 3.807-3.624 4.506-0.2 0.071-0.333 0.26-0.333 0.471v2.683c0 0.212 0.134 0.401 0.333 0.471z\"/>\n<path class=\"path2\" d=\"M13.667 16.529c-2.262-0.799-3.667-2.726-3.667-5.029v-3.025c0.6-0.059 1.178-0.225 1.723-0.495 0.247-0.123 0.348-0.423 0.225-0.67s-0.423-0.348-0.67-0.225c-0.555 0.276-1.153 0.416-1.778 0.416s-1.223-0.14-1.778-0.416c-0.247-0.123-0.547-0.022-0.67 0.225s-0.022 0.547 0.225 0.67c0.545 0.271 1.122 0.436 1.723 0.495v3.025c0 2.302-1.405 4.229-3.667 5.029-0.21 0.074-0.346 0.279-0.332 0.501s0.172 0.409 0.39 0.458c0.982 0.22 2.477 0.512 4.109 0.512s3.127-0.292 4.109-0.512c0.218-0.049 0.377-0.236 0.39-0.458s-0.122-0.427-0.332-0.501zM9.5 17c-0.877 0-1.701-0.087-2.437-0.205 0.665-0.421 1.244-0.952 1.711-1.575 0.293-0.391 0.536-0.812 0.726-1.254 0.19 0.442 0.433 0.863 0.726 1.254 0.466 0.622 1.045 1.153 1.711 1.575-0.736 0.117-1.56 0.205-2.437 0.205z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-undo\" viewBox=\"0 0 20 20\">\n<title>undo</title>\n<path class=\"path1\" d=\"M17.51 4.49c-1.605-1.605-3.74-2.49-6.010-2.49s-4.405 0.884-6.010 2.49-2.49 3.74-2.49 6.010v1.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-1.293c0-4.136 3.364-7.5 7.5-7.5s7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c2.27 0 4.405-0.884 6.010-2.49s2.49-3.74 2.49-6.010c0-2.27-0.884-4.405-2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-redo\" viewBox=\"0 0 20 20\">\n<title>redo</title>\n<path class=\"path1\" d=\"M2.49 4.49c1.605-1.605 3.74-2.49 6.010-2.49s4.405 0.884 6.010 2.49 2.49 3.74 2.49 6.010v1.293l2.146-2.146c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.146 2.146v-1.293c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5c0 4.136 3.364 7.5 7.5 7.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sync\" viewBox=\"0 0 20 20\">\n<title>sync</title>\n<path class=\"path1\" d=\"M19.854 8.646c-0.195-0.195-0.512-0.195-0.707 0l-1.149 1.149c-0.051-2.060-0.878-3.99-2.341-5.452-1.511-1.511-3.52-2.343-5.657-2.343-2.974 0-5.686 1.635-7.077 4.266-0.129 0.244-0.036 0.547 0.208 0.676s0.547 0.036 0.676-0.208c1.217-2.303 3.59-3.734 6.193-3.734 3.789 0 6.885 3.027 6.997 6.789l-1.143-1.143c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M16.869 13.058c-0.244-0.129-0.547-0.036-0.676 0.208-1.217 2.303-3.59 3.734-6.193 3.734-3.789 0-6.885-3.027-6.997-6.789l1.143 1.143c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.149-1.149c0.051 2.060 0.878 3.99 2.341 5.452 1.511 1.511 3.52 2.343 5.657 2.343 2.974 0 5.686-1.635 7.077-4.266 0.129-0.244 0.036-0.547-0.208-0.676z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-history\" viewBox=\"0 0 20 20\">\n<title>history</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929-3.094 0-5.975 1.425-7.853 3.807v-1.307c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.972c0 0.229 0.155 0.428 0.377 0.485 0.097 0.025 0.195 0.019 0.284-0.011v0l2.853-0.972c0.261-0.089 0.401-0.373 0.312-0.634s-0.373-0.401-0.634-0.312l-1.49 0.508c1.688-2.208 4.32-3.534 7.152-3.534 4.963 0 9 4.037 9 9s-4.037 9-9 9c-3.316 0-6.354-1.815-7.928-4.737-0.131-0.243-0.434-0.334-0.677-0.203s-0.334 0.434-0.203 0.677c1.749 3.246 5.125 5.263 8.809 5.263 2.671 0 5.182-1.040 7.071-2.929s2.929-4.4 2.929-7.071c0-2.671-1.040-5.182-2.929-7.071z\"/>\n<path class=\"path2\" d=\"M10 10.5c-0.084 0-0.167-0.021-0.243-0.063l-4.5-2.5c-0.241-0.134-0.328-0.438-0.194-0.68s0.438-0.328 0.68-0.194l4.24 2.355 5.249-3.34c0.233-0.148 0.542-0.080 0.69 0.153s0.080 0.542-0.153 0.69l-5.5 3.5c-0.082 0.052-0.175 0.078-0.268 0.078z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-clock\" viewBox=\"0 0 20 20\">\n<title>clock</title>\n<path class=\"path1\" d=\"M16.32 17.113c1.729-1.782 2.68-4.124 2.68-6.613 0-2.37-0.862-4.608-2.438-6.355l0.688-0.688 0.647 0.646c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l0.647 0.646-0.688 0.688c-1.747-1.576-3.985-2.438-6.355-2.438s-4.608 0.862-6.355 2.438l-0.688-0.688 0.646-0.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l0.646-0.646 0.688 0.688c-1.576 1.747-2.438 3.985-2.438 6.355 0 2.489 0.951 4.831 2.68 6.613l-2.034 2.034c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.354-0.147l2.060-2.059c1.705 1.428 3.836 2.206 6.087 2.206s4.382-0.778 6.087-2.206l2.059 2.059c0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.353-0.147c0.195-0.195 0.195-0.512 0-0.707l-2.034-2.034zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M15.129 7.25c-0.138-0.239-0.444-0.321-0.683-0.183l-4.92 2.841-3.835-2.685c-0.226-0.158-0.538-0.103-0.696 0.123s-0.103 0.538 0.123 0.696l4.096 2.868c0.001 0.001 0.002 0.001 0.002 0.002 0.009 0.006 0.018 0.012 0.027 0.017 0.002 0.001 0.004 0.003 0.006 0.004 0.009 0.005 0.018 0.010 0.027 0.015 0.002 0.001 0.004 0.002 0.006 0.003 0.010 0.005 0.020 0.009 0.031 0.014 0.006 0.003 0.013 0.005 0.019 0.007 0.004 0.001 0.008 0.003 0.013 0.005 0.007 0.002 0.014 0.004 0.021 0.006 0.004 0.001 0.008 0.002 0.012 0.003 0.007 0.002 0.014 0.003 0.022 0.005 0.004 0.001 0.008 0.002 0.012 0.002 0.007 0.001 0.014 0.002 0.021 0.003 0.005 0.001 0.010 0.001 0.015 0.002 0.006 0.001 0.012 0.001 0.018 0.002 0.009 0.001 0.018 0.001 0.027 0.001 0.002 0 0.004 0 0.006 0 0 0 0-0 0-0s0 0 0.001 0c0.019 0 0.037-0.001 0.056-0.003 0.001-0 0.002-0 0.003-0 0.018-0.002 0.036-0.005 0.054-0.010 0.002-0 0.003-0.001 0.005-0.001 0.017-0.004 0.034-0.009 0.050-0.015 0.003-0.001 0.006-0.002 0.008-0.003 0.016-0.006 0.031-0.012 0.046-0.020 0.004-0.002 0.007-0.004 0.011-0.006 0.005-0.003 0.011-0.005 0.016-0.008l5.196-3c0.239-0.138 0.321-0.444 0.183-0.683z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-download\" viewBox=\"0 0 20 20\">\n<title>download</title>\n<path class=\"path1\" d=\"M14.853 9.647c-0.195-0.195-0.512-0.195-0.707 0l-4.146 4.146v-11.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v11.293l-4.146-4.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.147l5-5c0.195-0.195 0.195-0.512-0-0.707z\"/>\n<path class=\"path2\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-upload\" viewBox=\"0 0 20 20\">\n<title>upload</title>\n<path class=\"path1\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M14.854 8.646l-5-5c-0.195-0.195-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l4.146-4.146v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l4.146 4.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter-down\" viewBox=\"0 0 20 20\">\n<title>enter-down</title>\n<path class=\"path1\" d=\"M12.854 11.646c-0.195-0.195-0.512-0.195-0.707 0l-2.146 2.146v-12.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v12.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit-up\" viewBox=\"0 0 20 20\">\n<title>exit-up</title>\n<path class=\"path1\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M12.853 3.646l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.147-2.146v11.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.293l2.147 2.146c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bug\" viewBox=\"0 0 20 20\">\n<title>bug</title>\n<path class=\"path1\" d=\"M17.5 12h-1.515c-0.062-1.099-0.33-2.153-0.781-3.102 1.036-0.305 1.795-1.264 1.795-2.398 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 0.761-0.57 1.392-1.306 1.487-0.174-0.266-0.365-0.521-0.571-0.762-0.108-0.126-0.219-0.246-0.333-0.362 0.14-0.439 0.21-0.896 0.21-1.363 0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5c0 0.467 0.071 0.924 0.21 1.363-0.114 0.116-0.225 0.236-0.333 0.362-0.207 0.241-0.397 0.496-0.571 0.762-0.736-0.095-1.306-0.726-1.306-1.487 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.134 0.759 2.093 1.795 2.398-0.451 0.949-0.718 2.003-0.781 3.102h-1.514c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.515c0.062 1.099 0.33 2.153 0.781 3.102-1.036 0.305-1.795 1.264-1.795 2.398 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-0.761 0.57-1.392 1.306-1.487 0.174 0.266 0.365 0.521 0.571 0.762 1.23 1.435 2.871 2.225 4.622 2.225s3.393-0.79 4.622-2.225c0.207-0.241 0.397-0.496 0.571-0.762 0.736 0.095 1.306 0.726 1.306 1.487 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-1.134-0.759-2.093-1.795-2.398 0.451-0.949 0.718-2.003 0.781-3.102h1.514c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM9.5 2c1.93 0 3.5 1.57 3.5 3.5 0 0.215-0.019 0.426-0.057 0.634-1.022-0.738-2.205-1.134-3.443-1.134s-2.421 0.395-3.443 1.134c-0.038-0.208-0.057-0.419-0.057-0.634 0-1.93 1.57-3.5 3.5-3.5zM4 12.5c0-3.385 2.201-6.173 5-6.473v12.946c-2.799-0.3-5-3.088-5-6.473zM10 18.973v-12.946c2.799 0.3 5 3.088 5 6.473s-2.201 6.173-5 6.473z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-code\" viewBox=\"0 0 20 20\">\n<title>code</title>\n<path class=\"path1\" d=\"M5 15c-0.128 0-0.256-0.049-0.354-0.146l-4-4c-0.195-0.195-0.195-0.512 0-0.707l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.646 3.646 3.646 3.646c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path2\" d=\"M15 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.646-3.646-3.646-3.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l4 4c0.195 0.195 0.195 0.512 0 0.707l-4 4c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M7.5 15c-0.091 0-0.182-0.025-0.265-0.076-0.234-0.146-0.305-0.455-0.159-0.689l5-8c0.146-0.234 0.455-0.305 0.689-0.159s0.305 0.455 0.159 0.689l-5 8c-0.095 0.152-0.258 0.235-0.424 0.235z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-link\" viewBox=\"0 0 20 20\">\n<title>link</title>\n<path class=\"path1\" d=\"M10.682 12.998c-0.943 0-1.886-0.359-2.604-1.077-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0c1.046 1.046 2.747 1.046 3.793 0l3.636-3.636c1.046-1.046 1.046-2.747 0-3.793s-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0s1.436 3.772 0 5.207l-3.636 3.636c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n<path class=\"path2\" d=\"M4.682 18.998c-0.943 0-1.886-0.359-2.604-1.077-1.436-1.436-1.436-3.772 0-5.207l3.636-3.636c1.436-1.436 3.772-1.436 5.207 0 0.195 0.195 0.195 0.512 0 0.707s-0.512 0.195-0.707 0c-1.046-1.046-2.747-1.046-3.793 0l-3.636 3.636c-1.046 1.046-1.046 2.747 0 3.793s2.747 1.046 3.793 0l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-unlink\" viewBox=\"0 0 20 20\">\n<title>unlink</title>\n<path class=\"path1\" d=\"M13.5 11.5c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.068-3.068c0.507-0.507 0.786-1.18 0.786-1.896s-0.279-1.39-0.786-1.896c-1.046-1.046-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0 0.695 0.695 1.078 1.62 1.078 2.604s-0.383 1.908-1.078 2.604l-3.068 3.068c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path2\" d=\"M4.682 19c-0.983 0-1.908-0.383-2.604-1.078-1.436-1.436-1.436-3.772 0-5.207l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-1.046 1.046-1.046 2.747 0 3.793 0.507 0.507 1.18 0.786 1.896 0.786s1.39-0.279 1.896-0.786l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.695 0.695-1.62 1.078-2.604 1.078z\"/>\n<path class=\"path3\" d=\"M5.5 7c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M7.5 6c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M4.5 9h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M15.5 17c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M17.5 13h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M11.5 19c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-up\" viewBox=\"0 0 20 20\">\n<title>thumbs-up</title>\n<path class=\"path1\" d=\"M18.916 11.208c0.443-0.511 0.695-1.355 0.695-2.159 0-0.531-0.115-0.996-0.333-1.345-0.284-0.454-0.738-0.704-1.278-0.704h-2.618c1.425-2.591 1.785-4.543 1.070-5.807-0.499-0.881-1.413-1.193-2.045-1.193-0.25 0-0.462 0.185-0.495 0.433-0.179 1.319-1.188 2.893-2.768 4.318-1.514 1.365-3.374 2.456-5.286 3.11-0.241-0.508-0.758-0.86-1.356-0.86h-3c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h3c0.634 0 1.176-0.395 1.396-0.952 1.961 0.246 2.699 0.64 3.414 1.022 0.895 0.478 1.739 0.93 4.503 0.93 0.72 0 1.398-0.188 1.91-0.529 0.5-0.333 0.82-0.801 0.926-1.343 0.399-0.162 0.753-0.536 1.024-1.092 0.264-0.541 0.435-1.232 0.435-1.761 0-0.099-0.006-0.19-0.017-0.274 0.253-0.186 0.48-0.473 0.667-0.851 0.27-0.545 0.432-1.228 0.432-1.826 0-0.424-0.079-0.777-0.234-1.051-0.013-0.022-0.026-0.044-0.039-0.065zM4.5 18h-3c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v8.999c0 0 0 0.001 0 0.001-0 0.276-0.224 0.5-0.5 0.5zM18.339 10.274c-0.151 0.304-0.304 0.414-0.37 0.414-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c0.042 0 0.072 0 0.117 0.078 0.066 0.117 0.104 0.32 0.104 0.558 0 0.445-0.126 0.974-0.328 1.382-0.198 0.399-0.399 0.544-0.487 0.544-0.276 0-0.5 0.224-0.5 0.5 0 0.177 0.092 0.333 0.231 0.422 0.031 0.317-0.117 1.165-0.501 1.718-0.145 0.209-0.298 0.329-0.418 0.329-0.276 0-0.5 0.224-0.5 0.5 0 0.88-0.972 1.281-1.875 1.281-2.513 0-3.217-0.376-4.032-0.812-0.762-0.407-1.618-0.865-3.781-1.134v-8.187c2.101-0.689 4.152-1.877 5.812-3.373 1.593-1.436 2.639-2.988 2.994-4.426 0.272 0.087 0.579 0.271 0.776 0.618 0.334 0.59 0.584 2.096-1.493 5.557-0.093 0.154-0.095 0.347-0.006 0.504s0.255 0.254 0.435 0.254h3.483c0.199 0 0.327 0.070 0.43 0.234 0.117 0.187 0.181 0.477 0.181 0.815 0 0.424-0.102 0.882-0.272 1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-down\" viewBox=\"0 0 20 20\">\n<title>thumbs-down</title>\n<path class=\"path1\" d=\"M18.916 8.792c0.443 0.511 0.695 1.355 0.695 2.159 0 0.531-0.115 0.996-0.333 1.345-0.284 0.454-0.738 0.704-1.278 0.704h-2.618c1.425 2.591 1.785 4.543 1.070 5.807-0.499 0.881-1.413 1.193-2.045 1.193-0.25 0-0.462-0.185-0.495-0.433-0.179-1.319-1.188-2.893-2.768-4.318-1.514-1.365-3.374-2.456-5.286-3.11-0.241 0.508-0.758 0.86-1.356 0.86h-3c-0.827 0-1.5-0.673-1.5-1.5v-9c0-0.827 0.673-1.5 1.5-1.5h3c0.634 0 1.176 0.395 1.396 0.952 1.961-0.246 2.699-0.64 3.414-1.022 0.895-0.478 1.739-0.93 4.503-0.93 0.72 0 1.398 0.188 1.91 0.529 0.5 0.333 0.82 0.801 0.926 1.343 0.399 0.162 0.753 0.536 1.024 1.092 0.264 0.541 0.435 1.232 0.435 1.761 0 0.099-0.006 0.19-0.017 0.274 0.253 0.186 0.48 0.473 0.667 0.851 0.27 0.545 0.432 1.228 0.432 1.826 0 0.424-0.079 0.777-0.234 1.051-0.013 0.022-0.026 0.044-0.039 0.065zM4.5 2h-3c-0.276 0-0.5 0.224-0.5 0.5v9c0 0.276 0.224 0.5 0.5 0.5h3c0.276 0 0.5-0.224 0.5-0.5v-8.999c0-0 0-0.001 0-0.001-0-0.276-0.224-0.5-0.5-0.5zM18.339 9.726c-0.151-0.304-0.304-0.414-0.37-0.414-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.042 0 0.072 0 0.117-0.078 0.066-0.117 0.104-0.32 0.104-0.558 0-0.445-0.126-0.974-0.328-1.382-0.198-0.399-0.399-0.544-0.487-0.544-0.276 0-0.5-0.224-0.5-0.5 0-0.177 0.092-0.333 0.231-0.422 0.031-0.317-0.117-1.165-0.501-1.718-0.145-0.209-0.298-0.329-0.418-0.329-0.276 0-0.5-0.224-0.5-0.5 0-0.88-0.972-1.281-1.875-1.281-2.513 0-3.217 0.376-4.032 0.812-0.762 0.407-1.618 0.865-3.781 1.134v8.187c2.101 0.689 4.152 1.877 5.812 3.373 1.593 1.436 2.639 2.988 2.994 4.426 0.272-0.087 0.579-0.271 0.776-0.618 0.334-0.59 0.584-2.096-1.493-5.557-0.093-0.154-0.095-0.347-0.006-0.504s0.255-0.254 0.435-0.254h3.483c0.199 0 0.327-0.070 0.43-0.234 0.117-0.187 0.181-0.477 0.181-0.815 0-0.424-0.102-0.882-0.272-1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magnifier\" viewBox=\"0 0 20 20\">\n<title>magnifier</title>\n<path class=\"path1\" d=\"M18.869 19.162l-5.943-6.484c1.339-1.401 2.075-3.233 2.075-5.178 0-2.003-0.78-3.887-2.197-5.303s-3.3-2.197-5.303-2.197-3.887 0.78-5.303 2.197-2.197 3.3-2.197 5.303 0.78 3.887 2.197 5.303 3.3 2.197 5.303 2.197c1.726 0 3.362-0.579 4.688-1.645l5.943 6.483c0.099 0.108 0.233 0.162 0.369 0.162 0.121 0 0.242-0.043 0.338-0.131 0.204-0.187 0.217-0.503 0.031-0.706zM1 7.5c0-3.584 2.916-6.5 6.5-6.5s6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5-6.5-2.916-6.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross\" viewBox=\"0 0 20 20\">\n<title>cross</title>\n<path class=\"path1\" d=\"M10.707 10.5l5.646-5.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.646 5.646-5.646-5.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.646 5.646-5.646 5.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l5.646-5.646 5.646 5.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-5.646-5.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu\" viewBox=\"0 0 20 20\">\n<title>menu</title>\n<path class=\"path1\" d=\"M17.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-list\" viewBox=\"0 0 20 20\">\n<title>list</title>\n<path class=\"path1\" d=\"M19.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M19.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M19.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M1.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M1.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5c0 0.827-0.673 1.5-1.5 1.5zM1.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M1.5 17c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up\" viewBox=\"0 0 20 20\">\n<title>chevron-up</title>\n<path class=\"path1\" d=\"M0 15c0 0.128 0.049 0.256 0.146 0.354 0.195 0.195 0.512 0.195 0.707 0l8.646-8.646 8.646 8.646c0.195 0.195 0.512 0.195 0.707 0s0.195-0.512 0-0.707l-9-9c-0.195-0.195-0.512-0.195-0.707 0l-9 9c-0.098 0.098-0.146 0.226-0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down\" viewBox=\"0 0 20 20\">\n<title>chevron-down</title>\n<path class=\"path1\" d=\"M0 6c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l8.646 8.646 8.646-8.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-9 9c-0.195 0.195-0.512 0.195-0.707 0l-9-9c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left\" viewBox=\"0 0 20 20\">\n<title>chevron-left</title>\n<path class=\"path1\" d=\"M14 20c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-8.646-8.646 8.646-8.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-9 9c-0.195 0.195-0.195 0.512 0 0.707l9 9c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right\" viewBox=\"0 0 20 20\">\n<title>chevron-right</title>\n<path class=\"path1\" d=\"M5 20c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l8.646-8.646-8.646-8.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l9 9c0.195 0.195 0.195 0.512 0 0.707l-9 9c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up\" viewBox=\"0 0 20 20\">\n<title>arrow-up</title>\n<path class=\"path1\" d=\"M9.146 0.646l-6 6c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l5.146-5.146v16.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-16.293l5.146 5.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.354s-0.049-0.256-0.146-0.354l-6-6c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down\" viewBox=\"0 0 20 20\">\n<title>arrow-down</title>\n<path class=\"path1\" d=\"M9.854 19.354l6-6c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.146 5.146v-16.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v16.293l-5.146-5.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.354s0.049 0.256 0.146 0.354l6 6c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left\" viewBox=\"0 0 20 20\">\n<title>arrow-left</title>\n<path class=\"path1\" d=\"M0.646 10.146l6-6c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5.146 5.146h16.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-16.293l5.146 5.146c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-6-6c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right\" viewBox=\"0 0 20 20\">\n<title>arrow-right</title>\n<path class=\"path1\" d=\"M19.354 10.146l-6-6c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.146 5.146h-16.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16.293l-5.146 5.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l6-6c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-move\" viewBox=\"0 0 20 20\">\n<title>move</title>\n<path class=\"path1\" d=\"M18.354 10.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.793v-6.793l2.146 2.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.146-2.146v6.793h-6.793l2.146-2.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2.146-2.146h6.793v6.793l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-6.793h6.793l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-warning\" viewBox=\"0 0 20 20\">\n<title>warning</title>\n<path class=\"path1\" d=\"M18.5 19h-18c-0.178 0-0.342-0.094-0.432-0.248s-0.091-0.343-0.004-0.498l9-16c0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255l9 16c0.087 0.155 0.085 0.344-0.004 0.498s-0.254 0.248-0.432 0.248zM1.355 18h16.29l-8.145-14.48-8.145 14.48z\"/>\n<path class=\"path2\" d=\"M9.5 14c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-question-circle\" viewBox=\"0 0 20 20\">\n<title>question-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.5 15c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5 1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5-3.5 1.57-3.5 3.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5c0 2.312-1.753 4.223-4 4.472v1.528c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 18c-0 0 0 0 0 0-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5 0 0 0 0 0 0 0.276 0 0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu-circle\" viewBox=\"0 0 20 20\">\n<title>menu-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M14.5 8h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 11h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 14h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-checkmark-circle\" viewBox=\"0 0 20 20\">\n<title>checkmark-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M7.5 14.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross-circle\" viewBox=\"0 0 20 20\">\n<title>cross-circle</title>\n<path class=\"path1\" d=\"M14.332 14.126l-4.080-3.626 4.080-3.626c0.206-0.183 0.225-0.499 0.042-0.706s-0.499-0.225-0.706-0.042l-4.168 3.705-4.168-3.705c-0.206-0.183-0.522-0.165-0.706 0.042s-0.165 0.522 0.042 0.706l4.080 3.626-4.080 3.626c-0.206 0.183-0.225 0.499-0.042 0.706 0.099 0.111 0.236 0.168 0.374 0.168 0.118 0 0.237-0.042 0.332-0.126l4.168-3.705 4.168 3.705c0.095 0.085 0.214 0.126 0.332 0.126 0.138 0 0.275-0.057 0.374-0.168 0.183-0.206 0.165-0.522-0.042-0.706z\"/>\n<path class=\"path2\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-plus-circle\" viewBox=\"0 0 20 20\">\n<title>plus-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 10h-5.5v-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v5.5h-5.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.5v5.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-5.5h5.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-circle-minus\" viewBox=\"0 0 20 20\">\n<title>circle-minus</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 11h-12c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.147 4.647l-4 4c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l3.146-3.147v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l3.147 3.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.353s-0.049-0.256-0.147-0.353l-4-4c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M9.853 16.353l4-4c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.146 3.147v-10.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v10.293l-3.147-3.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.353s0.049 0.256 0.147 0.353l4 4c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M3.647 10.147l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.147 3.146h10.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.293l3.146 3.147c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.353 0.146s-0.256-0.049-0.353-0.147l-4-4c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.353 10.147l-4-4c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3.147 3.146h-10.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h10.293l-3.146 3.147c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.147l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15 12c0 0.128-0.049 0.256-0.146 0.354-0.195 0.195-0.512 0.195-0.707 0l-4.646-4.646-4.646 4.646c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l5-5c0.195-0.195 0.512-0.195 0.707 0l5 5c0.098 0.098 0.146 0.226 0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M4 9c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l4.646 4.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.195 0.195-0.512 0.195-0.707 0l-5-5c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M11 16c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-4.646-4.646 4.646-4.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M8 16c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l4.646-4.646-4.646-4.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l5 5c0.195 0.195 0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-crop\" viewBox=\"0 0 20 20\">\n<title>crop</title>\n<path class=\"path1\" d=\"M19.5 15h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M12.5 15h-7c-0.276 0-0.5-0.224-0.5-0.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6.5h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M5.5 4c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 20c-0.276 0-0.5-0.224-0.5-0.5v-13.5h-13.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5v14c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-expand\" viewBox=\"0 0 20 20\">\n<title>frame-expand</title>\n<path class=\"path1\" d=\"M18.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M0.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M3.5 18h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 18h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-contract\" viewBox=\"0 0 20 20\">\n<title>frame-contract</title>\n<path class=\"path1\" d=\"M14.5 9h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M6.5 9h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M11.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-layers\" viewBox=\"0 0 20 20\">\n<title>layers</title>\n<path class=\"path1\" d=\"M10 12c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.185-0.078-0.306-0.26-0.306-0.461s0.121-0.383 0.306-0.461l9.5-4c0.124-0.052 0.264-0.052 0.388 0l9.5 4c0.185 0.078 0.306 0.26 0.306 0.461s-0.121 0.383-0.306 0.461l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039zM1.788 7.5l8.212 3.457 8.212-3.457-8.212-3.457-8.212 3.457z\"/>\n<path class=\"path2\" d=\"M10 15c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n<path class=\"path3\" d=\"M10 18c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-funnel\" viewBox=\"0 0 20 20\">\n<title>funnel</title>\n<path class=\"path1\" d=\"M16.23 3.307c-0.396-0.268-0.949-0.504-1.643-0.702-1.366-0.39-3.172-0.605-5.087-0.605s-3.722 0.215-5.087 0.605c-0.694 0.198-1.246 0.434-1.643 0.702-0.637 0.43-0.77 0.886-0.77 1.193v0.5c0 0.428 0.321 1.133 0.639 1.609l4.891 7.336c0.251 0.376 0.471 1.103 0.471 1.555v3c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l2-1c0.169-0.085 0.276-0.258 0.276-0.447v-2c0-0.452 0.22-1.179 0.471-1.555l4.891-7.336c0.317-0.476 0.639-1.182 0.639-1.609v-0.5c0-0.307-0.134-0.763-0.77-1.193zM4.688 3.567c1.279-0.365 2.988-0.567 4.812-0.567s3.534 0.201 4.812 0.567c1.378 0.394 1.688 0.816 1.688 0.933s-0.31 0.54-1.688 0.933c-1.279 0.365-2.988 0.567-4.812 0.567s-3.534-0.201-4.812-0.567c-1.378-0.394-1.688-0.816-1.688-0.933s0.31-0.54 1.688-0.933zM10.639 13.391c-0.358 0.537-0.639 1.464-0.639 2.109v1.691l-1 0.5v-2.191c0-0.646-0.281-1.572-0.639-2.109l-4.88-7.32c0.274 0.117 0.585 0.226 0.932 0.324 1.366 0.39 3.172 0.605 5.087 0.605s3.722-0.215 5.087-0.605c0.346-0.099 0.658-0.207 0.932-0.325l-4.88 7.32z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format\" viewBox=\"0 0 20 20\">\n<title>text-format</title>\n<path class=\"path1\" d=\"M16.5 19h-14c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.96 15.303l-2.57-5.996c-0.001-0.001-0.001-0.003-0.002-0.004l-3.428-8c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3.428 8c-0.001 0.002-0.001 0.003-0.002 0.005l-2.57 5.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l2.442-5.697h6.198l2.442 5.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM6.83 9l2.67-6.231 2.67 6.231h-5.341z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format-remove\" viewBox=\"0 0 20 20\">\n<title>text-format-remove</title>\n<path class=\"path1\" d=\"M13.5 1h-12c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.41l-1.903 11.418c-0.045 0.272 0.139 0.53 0.411 0.575 0.028 0.005 0.056 0.007 0.083 0.007 0.24 0 0.452-0.173 0.493-0.418l1.93-11.582h5.576c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M10.5 16h-9c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M15.707 16.5l1.646-1.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-1.646 1.646-1.646-1.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.646 1.646-1.646 1.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1.646-1.646 1.646 1.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.646-1.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-size\" viewBox=\"0 0 20 20\">\n<title>text-size</title>\n<path class=\"path1\" d=\"M6.96 16.303l-1.284-2.996c-0.001-0.001-0.001-0.003-0.002-0.004l-1.714-4c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-1.714 4c-0.001 0.001-0.001 0.003-0.002 0.004l-1.284 2.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM2.544 13l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path2\" d=\"M19.962 16.308l-2.083-5c-0.001-0.001-0.001-0.003-0.002-0.004l-2.915-6.996c-0.078-0.186-0.26-0.308-0.462-0.308s-0.384 0.121-0.462 0.308l-2.915 6.996c-0.001 0.001-0.001 0.003-0.002 0.004l-2.083 5c-0.106 0.255 0.014 0.548 0.269 0.654s0.548-0.014 0.654-0.269l1.955-4.692h5.167l1.955 4.692c0.080 0.192 0.266 0.308 0.462 0.308 0.064 0 0.129-0.012 0.192-0.039 0.255-0.106 0.375-0.399 0.269-0.654zM12.333 11l2.167-5.2 2.167 5.2h-4.333z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bold\" viewBox=\"0 0 20 20\">\n<title>bold</title>\n<path class=\"path1\" d=\"M10 9h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h2.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 8h2c0.551 0 1-0.449 1-1s-0.449-1-1-1h-2v2z\"/>\n<path class=\"path2\" d=\"M11 15h-3.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h3.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 14h3c0.551 0 1-0.449 1-1s-0.449-1-1-1h-3v2z\"/>\n<path class=\"path3\" d=\"M11 18h-5.5c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h4.5c2.757 0 5 2.243 5 5 0 0.824-0.202 1.628-0.587 2.349 1.013 0.945 1.587 2.253 1.587 3.651 0 2.757-2.243 5-5 5zM5.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h5.5c2.206 0 4-1.794 4-4 0-1.237-0.561-2.385-1.539-3.151-0.211-0.165-0.253-0.466-0.1-0.682 0.418-0.646 0.639-1.395 0.639-2.167 0-2.206-1.794-4-4-4h-4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-italic\" viewBox=\"0 0 20 20\">\n<title>italic</title>\n<path class=\"path1\" d=\"M15.5 2h-4.001c-0.001 0-0.003 0-0.004 0h-3.995c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.39l-2.8 14h-3.59c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.999c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h3.997c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.39l2.8-14h3.59c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-underline\" viewBox=\"0 0 20 20\">\n<title>underline</title>\n<path class=\"path1\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M10 15c-2.757 0-5-2.243-5-5v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.206 1.794 4 4 4s4-1.794 4-4v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.757-2.243 5-5 5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-strikethrough\" viewBox=\"0 0 20 20\">\n<title>strikethrough</title>\n<path class=\"path1\" d=\"M16.5 2h-14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.5v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5h6.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M9.5 18c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 12h-18c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h18c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM1 11h17v-1h-17v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-highlight\" viewBox=\"0 0 20 20\">\n<title>highlight</title>\n<path class=\"path1\" d=\"M19.854 9.646c-0.195-0.195-0.512-0.195-0.707 0l-3.586 3.586c-0.585 0.585-1.537 0.585-2.121 0l-4.672-4.672c-0.282-0.282-0.437-0.658-0.437-1.061s0.155-0.779 0.437-1.061l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.586 3.586c-0.471 0.471-0.73 1.098-0.73 1.768 0 0.285 0.048 0.563 0.138 0.824l-7.322 7.322c-0.094 0.094-0.146 0.221-0.146 0.354v1.5c0 0.276 0.224 0.5 0.5 0.5h9.5c0.133 0 0.26-0.053 0.354-0.146l3.322-3.322c0.261 0.091 0.539 0.138 0.824 0.138 0.669 0 1.297-0.259 1.768-0.73l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707zM9.793 17h-8.793v-0.793l7.002-7.002c0.020 0.021 0.039 0.042 0.059 0.062l4.672 4.672c0.020 0.020 0.041 0.040 0.062 0.059l-3.002 3.002z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-left\" viewBox=\"0 0 20 20\">\n<title>text-align-left</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-center\" viewBox=\"0 0 20 20\">\n<title>text-align-center</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-right\" viewBox=\"0 0 20 20\">\n<title>text-align-right</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-justify\" viewBox=\"0 0 20 20\">\n<title>text-align-justify</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-line-spacing\" viewBox=\"0 0 20 20\">\n<title>line-spacing</title>\n<path class=\"path1\" d=\"M18.5 5h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M18.5 9h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 13h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M18.5 17h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M5.146 13.646l-1.146 1.146v-8.586l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v8.586l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-increase\" viewBox=\"0 0 20 20\">\n<title>indent-increase</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M2.5 14c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-6c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l4 3c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-4 3c-0.088 0.066-0.194 0.1-0.3 0.1zM3 8.5v4l2.667-2-2.667-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-decrease\" viewBox=\"0 0 20 20\">\n<title>indent-decrease</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M6.5 14c-0.106 0-0.212-0.034-0.3-0.1l-4-3c-0.126-0.094-0.2-0.243-0.2-0.4s0.074-0.306 0.2-0.4l4-3c0.152-0.114 0.354-0.132 0.524-0.047s0.276 0.258 0.276 0.447v6c0 0.189-0.107 0.363-0.276 0.447-0.071 0.035-0.147 0.053-0.224 0.053zM3.333 10.5l2.667 2v-4l-2.667 2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pilcrow\" viewBox=\"0 0 20 20\">\n<title>pilcrow</title>\n<path class=\"path1\" d=\"M15.5 2h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h3v14.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 9h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-ltr\" viewBox=\"0 0 20 20\">\n<title>direction-ltr</title>\n<path class=\"path1\" d=\"M15.354 17.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.146 1.146h-9.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9.293l-1.146 1.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-rtl\" viewBox=\"0 0 20 20\">\n<title>direction-rtl</title>\n<path class=\"path1\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n<path class=\"path2\" d=\"M14.5 17h-9.293l1.146-1.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.146-1.146h9.293c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-page-break\" viewBox=\"0 0 20 20\">\n<title>page-break</title>\n<path class=\"path1\" d=\"M17.5 9h-15c-0.827 0-1.5-0.673-1.5-1.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M1.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M10.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M13.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M16.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M19.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M18.5 20c-0.276 0-0.5-0.224-0.5-0.5v-6c0-0.276-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-6c0-0.827 0.673-1.5 1.5-1.5h15c0.827 0 1.5 0.673 1.5 1.5v6c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-alpha-asc\" viewBox=\"0 0 20 20\">\n<title>sort-alpha-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M19.96 7.303l-3-7c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3 7c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM15.544 4l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path3\" d=\"M18.5 20h-4c-0.178 0-0.343-0.095-0.432-0.249s-0.090-0.344-0.002-0.499l3.573-6.252h-3.138c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.178 0 0.343 0.095 0.432 0.249s0.090 0.344 0.002 0.499l-3.573 6.252h3.138c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-amount-asc\" viewBox=\"0 0 20 20\">\n<title>sort-amount-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M13.5 5h-2c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 4h1v-1h-1v1z\"/>\n<path class=\"path3\" d=\"M15.5 9h-4c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h4c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 8h3v-1h-3v1z\"/>\n<path class=\"path4\" d=\"M17.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 12h5v-1h-5v1z\"/>\n<path class=\"path5\" d=\"M19.5 17h-8c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 16h7v-1h-7v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hand\" viewBox=\"0 0 20 20\">\n<title>hand</title>\n<path class=\"path1\" d=\"M17 4c-0.364 0-0.706 0.098-1 0.269v-1.269c0-1.103-0.897-2-2-2-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339s-1.614 0.56-1.887 1.339c-0.318-0.214-0.701-0.339-1.113-0.339-1.103 0-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.851 0 1.642-0.277 2.352-0.822 0.667-0.513 1.246-1.255 1.72-2.204 0.934-1.868 1.428-4.452 1.428-7.474v-3.5c0-1.103-0.897-2-2-2zM18 9.5c0 2.867-0.457 5.296-1.322 7.026-0.564 1.128-1.574 2.474-3.178 2.474h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.813c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-7.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-6.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5c0-0.551 0.449-1 1-1s1 0.449 1 1v3.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-up\" viewBox=\"0 0 20 20\">\n<title>pointer-up</title>\n<path class=\"path1\" d=\"M17 8c-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.364 0-0.706 0.098-1 0.269v-3.269c0-1.103-0.897-2-2-2s-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.848 0 1.632-0.245 2.331-0.73 0.676-0.468 1.259-1.152 1.734-2.033 0.939-1.743 1.435-4.246 1.435-7.237 0-1.103-0.897-2-2-2zM16.685 16.763c-0.549 1.021-1.548 2.237-3.185 2.237h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.812c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1c0 2.826-0.455 5.165-1.315 6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-right\" viewBox=\"0 0 20 20\">\n<title>pointer-right</title>\n<path class=\"path1\" d=\"M12 17c0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.364-0.098-0.706-0.269-1h3.269c1.103 0 2-0.897 2-2s-0.897-2-2-2h-7.373l2.333-1.346c0.475-0.261 0.813-0.687 0.953-1.199 0.136-0.499 0.064-1.018-0.202-1.462-0.544-0.907-1.774-1.253-2.742-0.77-0.061 0.030-1.368 0.668-5.35 2.66-1.875 0.938-3.216 1.967-3.984 3.059-0.603 0.857-0.634 1.449-0.634 1.559v5c0 0.848 0.245 1.632 0.73 2.331 0.468 0.676 1.152 1.259 2.033 1.734 1.743 0.939 4.246 1.435 7.237 1.435 1.103 0 2-0.897 2-2zM3.237 16.685c-1.021-0.549-2.237-1.548-2.237-3.185v-4.99c0.003-0.039 0.050-0.46 0.525-1.095 0.474-0.633 1.472-1.605 3.54-2.638 4.054-2.027 5.331-2.65 5.343-2.656 0.002-0.001 0.003-0.001 0.004-0.002 0.503-0.251 1.162-0.073 1.439 0.389 0.125 0.208 0.158 0.451 0.095 0.685-0.068 0.249-0.236 0.458-0.472 0.587-0.003 0.002-0.007 0.004-0.010 0.006l-2.705 1.561c-0.583 0.319-0.828 0.678-0.729 1.067 0.099 0.39 0.489 0.587 1.157 0.587h7.812c0.551 0 1 0.449 1 1s-0.449 1-1 1h-6.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1c-2.826 0-5.165-0.455-6.763-1.315z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-down\" viewBox=\"0 0 20 20\">\n<title>pointer-down</title>\n<path class=\"path1\" d=\"M17 12c-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.364 0-0.706-0.098-1-0.269v3.269c0 1.103-0.897 2-2 2s-2-0.897-2-2v-7.373l-1.346 2.333c-0.261 0.475-0.687 0.813-1.199 0.953-0.499 0.136-1.018 0.064-1.462-0.202-0.907-0.544-1.253-1.774-0.77-2.742 0.030-0.061 0.668-1.368 2.66-5.35 0.938-1.875 1.967-3.216 3.059-3.984 0.857-0.603 1.449-0.634 1.559-0.634h5c0.848 0 1.632 0.245 2.331 0.73 0.676 0.468 1.259 1.152 1.734 2.033 0.939 1.743 1.435 4.246 1.435 7.237 0 1.103-0.897 2-2 2zM16.685 3.237c-0.549-1.021-1.548-2.237-3.185-2.237h-4.99c-0.039 0.003-0.46 0.050-1.095 0.525-0.633 0.474-1.605 1.472-2.638 3.54-2.027 4.054-2.65 5.331-2.656 5.343-0.001 0.002-0.001 0.003-0.002 0.004-0.251 0.503-0.073 1.162 0.389 1.439 0.208 0.125 0.451 0.158 0.685 0.095 0.249-0.068 0.458-0.236 0.587-0.472 0.002-0.003 0.004-0.007 0.006-0.010l1.561-2.705c0.319-0.583 0.678-0.828 1.067-0.729 0.39 0.099 0.587 0.489 0.587 1.157v7.812c0 0.551 0.449 1 1 1s1-0.449 1-1v-6.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1c0-2.826-0.455-5.165-1.315-6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-left\" viewBox=\"0 0 20 20\">\n<title>pointer-left</title>\n<path class=\"path1\" d=\"M8 17c0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.364 0.098-0.706 0.269-1h-3.269c-1.103 0-2-0.897-2-2s0.897-2 2-2h7.373l-2.333-1.346c-0.475-0.261-0.813-0.687-0.953-1.199-0.136-0.499-0.064-1.018 0.202-1.462 0.544-0.907 1.774-1.253 2.742-0.77 0.061 0.030 1.368 0.668 5.35 2.66 1.875 0.938 3.216 1.967 3.984 3.059 0.603 0.857 0.634 1.449 0.634 1.559v5c0 0.848-0.245 1.632-0.73 2.331-0.468 0.676-1.152 1.259-2.033 1.734-1.743 0.939-4.246 1.435-7.237 1.435-1.103 0-2-0.897-2-2zM16.763 16.685c1.021-0.549 2.237-1.548 2.237-3.185v-4.99c-0.003-0.039-0.050-0.46-0.525-1.095-0.474-0.633-1.472-1.605-3.54-2.638-4.054-2.027-5.331-2.65-5.343-2.656-0.002-0.001-0.003-0.001-0.004-0.002-0.503-0.251-1.162-0.073-1.439 0.389-0.125 0.208-0.158 0.451-0.095 0.685 0.068 0.249 0.236 0.458 0.472 0.587 0.003 0.002 0.007 0.004 0.010 0.006l2.705 1.561c0.583 0.319 0.828 0.678 0.729 1.067-0.099 0.39-0.489 0.587-1.157 0.587h-7.812c-0.551 0-1 0.449-1 1s0.449 1 1 1h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1c2.826 0 5.165-0.455 6.763-1.315z\"/>\n</symbol>\n</defs>\n</svg>\n\";}', 'yes');
INSERT INTO `wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(169, 'oxygen_vsb_history_limit', '', 'yes'),
(170, 'oxygen_vsb_preview_dropdown_limit', '', 'yes'),
(171, 'oxygen_vsb_preview_dropdown_exclude_non_public', 'true', 'yes'),
(172, 'oxygen_vsb_enable_selector_detector', '', 'yes'),
(173, 'oxygen_vsb_enable_default_designsets', 'true', 'yes'),
(174, 'oxygen_vsb_enable_3rdp_designsets', '', 'yes'),
(175, 'oxygen_vsb_enable_connection', '', 'yes'),
(176, 'oxygen_vsb_google_maps_api_key', '', 'yes'),
(177, 'oxygen_vsb_show_all_acf_fields', 'true', 'yes'),
(178, 'oxygen_vsb_enable_google_fonts_cache', 'true', 'yes'),
(179, 'oxygen_vsb_enable_ie_layout_improvements', 'true', 'yes'),
(180, 'oxygen_vsb_enable_signature_validation', 'true', 'yes'),
(181, 'oxygen_vsb_enable_signature_frontend_errors', 'false', 'yes'),
(182, 'oxygen_vsb_disable_google_fonts', '', 'yes'),
(183, 'oxygen_vsb_block_category_label', '', 'yes'),
(184, 'oxygen_vsb_full_page_block_category_label', '', 'yes'),
(185, 'oxygen_vsb_access_role_editor', '', 'yes'),
(186, 'oxygen_vsb_access_role_author', '', 'yes'),
(187, 'oxygen_vsb_access_role_contributor', '', 'yes'),
(188, 'oxygen_vsb_access_role_subscriber', '', 'yes'),
(189, 'oxygen_vsb_ignore_post_type_post', '', 'yes'),
(190, 'oxygen_vsb_ignore_post_type_page', '', 'yes'),
(191, 'oxygen_vsb_ignore_post_type_user_request', '', 'yes'),
(192, 'oxygen_vsb_ignore_post_type_wp_block', '', 'yes'),
(195, 'oxygen_license_status', 'valid', 'yes'),
(202, 'wpvivid_email_setting', 'a:3:{s:7:\"send_to\";a:0:{}s:6:\"always\";b:1;s:12:\"email_enable\";b:0;}', 'no'),
(203, 'wpvivid_compress_setting', 'a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}', 'no'),
(204, 'wpvivid_local_setting', 'a:2:{s:4:\"path\";s:14:\"wpvividbackups\";s:10:\"save_local\";i:1;}', 'no'),
(205, 'wpvivid_upload_setting', 'a:1:{s:15:\"remote_selected\";a:0:{}}', 'no'),
(206, 'wpvivid_common_setting', 'a:10:{s:18:\"max_execution_time\";i:180;s:17:\"log_save_location\";s:26:\"wpvividbackups/wpvivid_log\";s:16:\"max_backup_count\";i:30;s:14:\"show_admin_bar\";b:1;s:14:\"domain_include\";b:1;s:15:\"estimate_backup\";b:1;s:16:\"max_resume_count\";i:6;s:12:\"memory_limit\";s:4:\"256M\";s:20:\"restore_memory_limit\";s:4:\"256M\";s:12:\"migrate_size\";s:4:\"2048\";}', 'no'),
(207, 'wpvivid_init', 'init', 'no'),
(208, 'wpvivid_backup_list', 'a:0:{}', 'no'),
(209, 'wpvivid_remote_init', 'init', 'no'),
(211, 'wpvivid_need_review', 'not', 'no'),
(212, 'wpvivid_task_list', 'a:0:{}', 'no'),
(213, 'wf_licensing_wpr', 'a:6:{s:11:\"license_key\";s:26:\"E5ECE478-0ECF620D-66CC285A\";s:5:\"error\";s:0:\"\";s:4:\"name\";s:16:\"WP Reset PRO LTD\";s:10:\"last_check\";i:1626544711;s:11:\"valid_until\";s:10:\"2035-01-01\";s:4:\"meta\";a:3:{s:11:\"white_label\";b:0;s:9:\"wpr_cloud\";b:0;s:24:\"white_label_support_text\";s:0:\"\";}}', 'yes'),
(218, 'wp-reset-snapshots', 'a:9:{s:6:\"irxuti\";a:16:{s:4:\"name\";s:47:\"Before WPvivid Backup Pro v1.9.21 was activated\";s:7:\"plugins\";a:1:{s:26:\"WPvivid Backup Pro v1.9.21\";s:70:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/wpvivid-backup-pro/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"irxuti\";s:9:\"timestamp\";s:19:\"2020-09-23 17:24:01\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:214295;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:237;s:8:\"tbl_size\";i:1616433;s:5:\"local\";b:1;}s:6:\"pfmjzt\";a:16:{s:4:\"name\";s:60:\"Before Head, Footer and Post Injections v3.2.1 was activated\";s:7:\"plugins\";a:1:{s:39:\"Head, Footer and Post Injections v3.2.1\";s:65:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/header-footer/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"pfmjzt\";s:9:\"timestamp\";s:19:\"2020-10-18 04:16:39\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:72164;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:524;s:8:\"tbl_size\";i:3703961;s:5:\"local\";b:1;}s:6:\"wvnksb\";a:16:{s:4:\"name\";s:52:\"Before Akismet AntiSpam v4.1.6 was updated to v4.1.7\";s:7:\"plugins\";a:1:{s:23:\"Akismet AntiSpam v4.1.6\";s:59:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/akismet/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"wvnksb\";s:9:\"timestamp\";s:19:\"2020-11-09 04:46:48\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:74075;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:522;s:8:\"tbl_size\";i:3703961;s:5:\"local\";b:1;}s:6:\"taflwj\";a:15:{s:4:\"name\";s:49:\"Before WordPress was upgraded from 5.5.3 to 5.6.1\";s:7:\"plugins\";a:0:{}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"taflwj\";s:9:\"timestamp\";s:19:\"2021-02-06 06:45:52\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:549;s:8:\"tbl_size\";i:3771273;s:5:\"local\";b:1;}s:6:\"kmintr\";a:16:{s:4:\"name\";s:105:\"Before the following themes were updated: Twenty Nineteen v1.7, Twenty Seventeen v2.4, Twenty Twenty v1.5\";s:7:\"plugins\";a:0:{}s:6:\"themes\";a:3:{s:20:\"Twenty Nineteen v1.7\";s:64:\"/home/thrill16/newgen.stun.tech/wp-content/themes/twentynineteen\";s:21:\"Twenty Seventeen v2.4\";s:65:\"/home/thrill16/newgen.stun.tech/wp-content/themes/twentyseventeen\";s:18:\"Twenty Twenty v1.5\";s:62:\"/home/thrill16/newgen.stun.tech/wp-content/themes/twentytwenty\";}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"kmintr\";s:9:\"timestamp\";s:19:\"2021-02-06 06:47:46\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:2177546;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:550;s:8:\"tbl_size\";i:3772121;s:5:\"local\";b:1;}s:6:\"srewqi\";a:16:{s:4:\"name\";s:52:\"Before Akismet AntiSpam v4.1.7 was updated to v4.1.8\";s:7:\"plugins\";a:1:{s:23:\"Akismet AntiSpam v4.1.7\";s:59:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/akismet/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"srewqi\";s:9:\"timestamp\";s:19:\"2021-02-06 06:48:47\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:74167;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:549;s:8:\"tbl_size\";i:3773297;s:5:\"local\";b:1;}s:6:\"nufsty\";a:16:{s:4:\"name\";s:40:\"Before Oxygen v3.5 was updated to v3.6.1\";s:7:\"plugins\";a:1:{s:11:\"Oxygen v3.5\";s:58:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/oxygen/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"nufsty\";s:9:\"timestamp\";s:19:\"2021-02-06 06:49:01\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:2781986;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:549;s:8:\"tbl_size\";i:3774201;s:5:\"local\";b:1;}s:6:\"lkrore\";a:16:{s:4:\"name\";s:59:\"Before WPvivid Backup Plugin v0.9.46 was updated to v0.9.49\";s:7:\"plugins\";a:1:{s:29:\"WPvivid Backup Plugin v0.9.46\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/wpvivid-backuprestore/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"lkrore\";s:9:\"timestamp\";s:19:\"2021-02-06 06:50:07\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:2234284;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:561;s:8:\"tbl_size\";i:3775601;s:5:\"local\";b:1;}s:6:\"cbdwra\";a:14:{s:4:\"name\";s:49:\"Before WordPress was upgraded from 5.5.3 to 5.6.1\";s:7:\"plugins\";a:0:{}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"cbdwra\";s:9:\"timestamp\";s:19:\"2021-02-06 06:51:29\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:561;s:8:\"tbl_size\";i:3775601;}}', 'yes'),
(219, 'wp-reset-log', 'a:16:{i:0;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:24:\"Deleting snapshot xhibau\";}i:1;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:37:\"Deleted table xhibau_wpk0_commentmeta\";}i:2;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_comments\";}i:3;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_links\";}i:4;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:33:\"Deleted table xhibau_wpk0_options\";}i:5;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_postmeta\";}i:6;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_posts\";}i:7;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"Deleted table xhibau_wpk0_term_relationships\";}i:8;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:39:\"Deleted table xhibau_wpk0_term_taxonomy\";}i:9;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_termmeta\";}i:10;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_terms\";}i:11;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_usermeta\";}i:12;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_users\";}i:13;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:45:\"Deleted table xhibau_wpk0_wpvivid_scan_result\";}i:14;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:54:\"Deleted table xhibau_wpk0_wpvivid_unused_uploads_files\";}i:15;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:36:\"Deleted snapshot xhibau successfully\";}}', 'yes'),
(231, '_transient_oxygen_vsb_source_color_lookup_table', 'a:1:{s:0:\"\";s:0:\"\";}', 'yes');
INSERT INTO `wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(241, 'ct_components_classes', 'a:101:{s:22:\"atomic-primary-heading\";a:4:{s:3:\"key\";s:22:\"atomic-primary-heading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"56\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"44\";}}}s:8:\"original\";a:6:{s:5:\"color\";s:9:\"color(15)\";s:9:\"font-size\";s:2:\"64\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.1\";s:10:\"margin-top\";s:1:\"0\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:17:\"atomic-subheading\";a:4:{s:3:\"key\";s:17:\"atomic-subheading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"20\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}}s:8:\"original\";a:8:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:14:\"max-width-unit\";s:2:\"px\";s:5:\"color\";s:9:\"color(15)\";s:9:\"font-size\";s:2:\"24\";s:11:\"line-height\";s:3:\"1.6\";s:11:\"font-weight\";s:3:\"200\";s:9:\"max-width\";s:3:\"480\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:24:\"atomic-secondary-heading\";a:4:{s:3:\"key\";s:24:\"atomic-secondary-heading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:3:{s:10:\"page-width\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"52\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"44\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"40\";}}}s:8:\"original\";a:6:{s:16:\"margin-left-unit\";s:2:\"px\";s:5:\"color\";s:9:\"color(15)\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:2:\"56\";s:11:\"line-height\";s:3:\"1.1\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:21:\"atomic-outline-button\";a:5:{s:3:\"key\";s:21:\"atomic-outline-button\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:3:{s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"16\";}}s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:11:\"padding-top\";s:2:\"14\";s:14:\"padding-bottom\";s:2:\"14\";s:13:\"padding-right\";s:2:\"34\";s:12:\"padding-left\";s:2:\"34\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}}s:8:\"original\";a:35:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:19:\"letter-spacing-unit\";s:2:\"em\";s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:9:\"color(18)\";s:11:\"font-weight\";s:3:\"700\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:10:\"text-align\";s:6:\"center\";s:11:\"line-height\";s:3:\"1.2\";s:16:\"border-top-width\";s:1:\"3\";s:18:\"border-right-width\";s:1:\"3\";s:19:\"border-bottom-width\";s:1:\"3\";s:17:\"border-left-width\";s:1:\"3\";s:16:\"border-top-color\";s:9:\"color(19)\";s:18:\"border-right-color\";s:9:\"color(19)\";s:19:\"border-bottom-color\";s:9:\"color(19)\";s:17:\"border-left-color\";s:9:\"color(19)\";s:12:\"padding-left\";s:2:\"46\";s:13:\"padding-right\";s:2:\"46\";s:11:\"padding-top\";s:2:\"18\";s:14:\"padding-bottom\";s:2:\"18\";s:5:\"color\";s:9:\"color(13)\";s:16:\"background-color\";s:11:\"transparent\";s:9:\"font-size\";s:2:\"20\";s:12:\"margin-right\";s:1:\"2\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:14:\"letter-spacing\";s:3:\".25\";s:19:\"transition-duration\";s:3:\"0.5\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";s:14:\"text-transform\";s:4:\"none\";s:10:\"font-style\";s:6:\"normal\";s:15:\"text-decoration\";s:4:\"none\";}s:5:\"hover\";a:6:{s:16:\"background-color\";s:11:\"transparent\";s:5:\"color\";s:9:\"color(14)\";s:16:\"border-top-color\";s:9:\"color(18)\";s:18:\"border-right-color\";s:9:\"color(18)\";s:19:\"border-bottom-color\";s:9:\"color(18)\";s:17:\"border-left-color\";s:9:\"color(18)\";}}s:23:\"atomic-showcase-5-image\";a:4:{s:3:\"key\";s:23:\"atomic-showcase-5-image\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";}}}s:8:\"original\";a:1:{s:13:\"margin-bottom\";s:2:\"42\";}}s:17:\"atomic-small-text\";a:3:{s:3:\"key\";s:17:\"atomic-small-text\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:9:\"color(24)\";s:9:\"font-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"300\";s:11:\"line-height\";s:3:\"1.6\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:21:\"atomic-primary-button\";a:5:{s:3:\"key\";s:21:\"atomic-primary-button\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:11:\"padding-top\";s:2:\"16\";s:12:\"padding-left\";s:2:\"36\";s:13:\"padding-right\";s:2:\"36\";s:14:\"padding-bottom\";s:2:\"16\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"16\";}}}s:8:\"original\";a:20:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:19:\"letter-spacing-unit\";s:2:\"em\";s:16:\"background-color\";s:9:\"color(13)\";s:11:\"padding-top\";s:2:\"20\";s:14:\"padding-bottom\";s:2:\"20\";s:12:\"padding-left\";s:2:\"48\";s:13:\"padding-right\";s:2:\"48\";s:9:\"font-size\";s:2:\"20\";s:5:\"color\";s:9:\"color(12)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:3:\".25\";s:10:\"text-align\";s:6:\"center\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:19:\"transition-duration\";s:3:\"0.5\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";s:14:\"text-transform\";s:4:\"none\";s:15:\"text-decoration\";s:4:\"none\";s:10:\"font-style\";s:6:\"normal\";}s:5:\"hover\";a:2:{s:16:\"background-color\";s:9:\"color(14)\";s:5:\"color\";s:9:\"color(12)\";}}s:27:\"atomic-iconblock-15-wrapper\";a:3:{s:3:\"key\";s:27:\"atomic-iconblock-15-wrapper\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:15:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:9:\"color(12)\";s:10:\"margin-top\";s:2:\"36\";s:12:\"padding-left\";s:2:\"30\";s:14:\"padding-bottom\";s:2:\"42\";s:13:\"padding-right\";s:2:\"30\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:16:\"box-shadow-color\";s:9:\"color(23)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:2:\"20\";s:15:\"box-shadow-blur\";s:2:\"40\";}}s:24:\"atomic-iconblock-15-text\";a:3:{s:3:\"key\";s:24:\"atomic-iconblock-15-text\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:5:{s:5:\"color\";s:9:\"color(17)\";s:9:\"font-size\";s:2:\"18\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:25:\"atomic-iconblock-15-title\";a:3:{s:3:\"key\";s:25:\"atomic-iconblock-15-title\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:10:{s:19:\"letter-spacing-unit\";s:2:\"em\";s:11:\"font-weight\";s:3:\"500\";s:9:\"font-size\";s:2:\"18\";s:5:\"color\";s:9:\"color(16)\";s:11:\"line-height\";s:3:\"1.1\";s:14:\"letter-spacing\";s:3:\".12\";s:13:\"margin-bottom\";s:2:\"12\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:12:\"margin-right\";s:2:\"10\";s:10:\"margin-top\";s:2:\"15\";}}s:24:\"atomic-iconblock-15-icon\";a:3:{s:3:\"key\";s:24:\"atomic-iconblock-15-icon\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:7:{s:10:\"icon-style\";s:1:\"2\";s:21:\"icon-background-color\";s:9:\"color(14)\";s:10:\"icon-color\";s:9:\"color(12)\";s:9:\"icon-size\";s:2:\"30\";s:12:\"icon-padding\";s:2:\"24\";s:10:\"margin-top\";s:3:\"-40\";s:13:\"margin-bottom\";s:2:\"24\";}}s:24:\"atomic-gridbased-1-image\";a:3:{s:3:\"key\";s:24:\"atomic-gridbased-1-image\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:13:{s:16:\"border-top-width\";s:1:\"1\";s:18:\"border-right-width\";s:1:\"1\";s:19:\"border-bottom-width\";s:1:\"1\";s:17:\"border-left-width\";s:1:\"1\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-color\";s:9:\"color(20)\";s:18:\"border-right-color\";s:9:\"color(20)\";s:19:\"border-bottom-color\";s:9:\"color(20)\";s:17:\"border-left-color\";s:9:\"color(20)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"atomic-gridbased-1-text\";a:3:{s:3:\"key\";s:23:\"atomic-gridbased-1-text\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:7:{s:13:\"margin-bottom\";s:2:\"48\";s:5:\"color\";s:9:\"color(17)\";s:9:\"font-size\";s:2:\"18\";s:10:\"text-align\";s:4:\"left\";s:11:\"line-height\";s:3:\"1.6\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:11:\"font-weight\";s:3:\"300\";}}s:28:\"atomic-medium-button-outline\";a:4:{s:3:\"key\";s:28:\"atomic-medium-button-outline\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:22:{s:19:\"letter-spacing-unit\";s:2:\"em\";s:5:\"color\";s:9:\"color(13)\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:11:\"padding-top\";s:2:\"13\";s:14:\"padding-bottom\";s:2:\"13\";s:13:\"padding-right\";s:2:\"34\";s:12:\"padding-left\";s:2:\"34\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"600\";s:10:\"text-align\";s:6:\"center\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:2:\".2\";s:19:\"transition-duration\";s:3:\"0.5\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:5:\"color\";s:9:\"color(18)\";}}s:20:\"atomic-medium-button\";a:4:{s:3:\"key\";s:20:\"atomic-medium-button\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:20:{s:19:\"letter-spacing-unit\";s:2:\"em\";s:16:\"background-color\";s:9:\"color(13)\";s:5:\"color\";s:9:\"color(12)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.2\";s:11:\"padding-top\";s:2:\"15\";s:13:\"padding-right\";s:2:\"36\";s:12:\"padding-left\";s:2:\"36\";s:14:\"padding-bottom\";s:2:\"15\";s:14:\"letter-spacing\";s:3:\".25\";s:10:\"text-align\";s:6:\"center\";s:19:\"transition-duration\";s:3:\"0.5\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";s:17:\"button-text-color\";s:9:\"color(12)\";s:16:\"border-top-color\";s:9:\"color(13)\";s:18:\"border-right-color\";s:9:\"color(13)\";s:19:\"border-bottom-color\";s:9:\"color(13)\";s:17:\"border-left-color\";s:9:\"color(13)\";}s:5:\"hover\";a:7:{s:19:\"letter-spacing-unit\";s:2:\"px\";s:16:\"background-color\";s:9:\"color(14)\";s:5:\"color\";s:9:\"color(12)\";s:16:\"border-top-color\";s:9:\"color(14)\";s:18:\"border-right-color\";s:9:\"color(14)\";s:19:\"border-bottom-color\";s:9:\"color(14)\";s:17:\"border-left-color\";s:9:\"color(14)\";}}s:19:\"hosting-heading-two\";a:4:{s:3:\"key\";s:19:\"hosting-heading-two\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"32\";}}}s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"40\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"0\";}}s:27:\"hosting-dark-outline-button\";a:4:{s:3:\"key\";s:27:\"hosting-dark-outline-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:21:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:8:\"color(4)\";s:9:\"font-size\";s:2:\"16\";s:11:\"button-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"700\";s:13:\"border-radius\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:16:\"background-color\";s:8:\"color(3)\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:24:\"hosting-features-2-photo\";a:3:{s:3:\"key\";s:24:\"hosting-features-2-photo\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:13:\"border-radius\";s:1:\"5\";s:13:\"margin-bottom\";s:2:\"62\";}}s:19:\"hosting-heading-one\";a:4:{s:3:\"key\";s:19:\"hosting-heading-one\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"48\";}}}s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"64\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";}}s:26:\"hosting-iconblock-2-column\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-2-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:24:\"hosting-iconblock-2-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:26:\"hosting-iconblock-2-titile\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-2-titile\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:24:\"hosting-iconblock-3-text\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-3-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:9:\"max-width\";s:3:\"360\";s:13:\"margin-bottom\";s:2:\"24\";}}s:9:\"Paragraph\";a:3:{s:3:\"key\";s:9:\"Paragraph\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:9:\"custom-js\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.5\";s:9:\"max-width\";s:3:\"500\";}}s:25:\"hosting-contact-3-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-contact-3-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:12:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:13:\"margin-bottom\";s:2:\"20\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:9:\"font-size\";s:2:\"16\";s:5:\"color\";s:8:\"color(3)\";s:14:\"padding-bottom\";s:2:\"20\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(2)\";}}s:22:\"hosting-contact-3-icon\";a:3:{s:3:\"key\";s:22:\"hosting-contact-3-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"28\";s:10:\"icon-color\";s:8:\"color(3)\";s:12:\"margin-right\";s:2:\"12\";}}s:29:\"hosting-testimonial-4-wrapper\";a:4:{s:3:\"key\";s:29:\"hosting-testimonial-4-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}}s:8:\"original\";a:19:{s:10:\"width-unit\";s:1:\"%\";s:11:\"height-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:13:\"border-radius\";s:1:\"5\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:11:\"padding-top\";s:2:\"24\";s:12:\"padding-left\";s:2:\"28\";s:13:\"padding-right\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"20\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:6:\"height\";s:3:\"100\";s:9:\"max-width\";s:3:\"480\";}}s:26:\"hosting-testimonial-4-text\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-4-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"font-style\";s:6:\"italic\";s:13:\"margin-bottom\";s:2:\"24\";}}s:26:\"hosting-testimonial-5-icon\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-5-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"24\";s:13:\"margin-bottom\";s:1:\"8\";}}s:36:\"hosting-testimonial-4-avatar-wrapper\";a:3:{s:3:\"key\";s:36:\"hosting-testimonial-4-avatar-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:15:\"margin-top-unit\";s:4:\"auto\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}s:27:\"hosting-testimonial-4-image\";a:3:{s:3:\"key\";s:27:\"hosting-testimonial-4-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:18:\"border-radius-unit\";s:1:\"%\";s:5:\"width\";s:2:\"64\";s:13:\"border-radius\";s:3:\"100\";s:12:\"margin-right\";s:2:\"12\";}}s:26:\"hosting-testimonial-4-name\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-4-name\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";}}s:28:\"hosting-testimonial-4-column\";a:3:{s:3:\"key\";s:28:\"hosting-testimonial-4-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:24:\"atomic-content-19-column\";a:3:{s:3:\"key\";s:24:\"atomic-content-19-column\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:0:{}}s:23:\"atomic-content-19-image\";a:4:{s:3:\"key\";s:23:\"atomic-content-19-image\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:0:{}s:5:\"hover\";a:0:{}}s:26:\"hosting-iconblock-1-column\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-1-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:10:\"flex-start\";}}s:24:\"hosting-iconblock-1-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(4)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:25:\"hosting-iconblock-1-title\";a:3:{s:3:\"key\";s:25:\"hosting-iconblock-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:15:\"margin-top-unit\";s:4:\"auto\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"900\";s:5:\"color\";s:8:\"color(1)\";s:11:\"line-height\";s:3:\"1.1\";}}s:25:\"hosting-company-2-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-company-2-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:5:\"width\";s:2:\"25\";}}s:22:\"hosting-company-2-icon\";a:3:{s:3:\"key\";s:22:\"hosting-company-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-company-2-title\";a:3:{s:3:\"key\";s:23:\"hosting-company-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:22:\"hosting-company-2-text\";a:3:{s:3:\"key\";s:22:\"hosting-company-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";}}s:21:\"hosting-about-2-image\";a:3:{s:3:\"key\";s:21:\"hosting-about-2-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:13:\"border-radius\";s:1:\"5\";s:13:\"margin-bottom\";s:2:\"40\";}}s:24:\"oxy-stock-content-styles\";a:3:{s:3:\"key\";s:24:\"oxy-stock-content-styles\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:20:\"hosting-other-single\";a:3:{s:3:\"key\";s:20:\"hosting-other-single\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:12:\"hosting-logo\";a:4:{s:3:\"key\";s:12:\"hosting-logo\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:0:{}}s:21:\"hosting-simple-button\";a:4:{s:3:\"key\";s:21:\"hosting-simple-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:12:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:12:\"button-style\";s:1:\"1\";s:11:\"button-size\";s:2:\"12\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:17:\"button-text-color\";s:8:\"color(3)\";s:12:\"button-color\";s:11:\"transparent\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:28:\"hosting-white-outline-button\";a:4:{s:3:\"key\";s:28:\"hosting-white-outline-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:20:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"16\";s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:8:\"color(3)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"button-size\";s:2:\"12\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:13:\"border-radius\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:23:\"hosting-footer-1-column\";a:4:{s:3:\"key\";s:23:\"hosting-footer-1-column\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:7:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(2)\";}}}s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:11:\"align-items\";s:6:\"center\";}}s:22:\"hosting-footer-1-image\";a:3:{s:3:\"key\";s:22:\"hosting-footer-1-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(3)\";s:9:\"icon-size\";s:2:\"28\";s:12:\"margin-right\";s:2:\"12\";}}s:21:\"hosting-footer-1-text\";a:3:{s:3:\"key\";s:21:\"hosting-footer-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(2)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";}}s:19:\"hosting-main-button\";a:4:{s:3:\"key\";s:19:\"hosting-main-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:11:{s:12:\"button-style\";s:1:\"1\";s:11:\"button-size\";s:2:\"12\";s:12:\"button-color\";s:8:\"color(4)\";s:17:\"button-text-color\";s:8:\"color(3)\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:11:\"font-weight\";s:3:\"700\";s:13:\"border-radius\";s:1:\"5\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:6:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:2:\"30\";s:17:\"box-shadow-spread\";s:3:\"-20\";s:15:\"box-shadow-blur\";s:2:\"20\";}}s:26:\"hosting-features-1-wrapper\";a:3:{s:3:\"key\";s:26:\"hosting-features-1-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";s:5:\"width\";s:5:\"33.33\";}}s:23:\"hosting-features-1-icon\";a:3:{s:3:\"key\";s:23:\"hosting-features-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(3)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hosting-features-1-title\";a:3:{s:3:\"key\";s:24:\"hosting-features-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:23:\"hosting-features-1-text\";a:3:{s:3:\"key\";s:23:\"hosting-features-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:5:\"color\";s:8:\"color(7)\";}}s:31:\"hosting-product-1-check-wrapper\";a:3:{s:3:\"key\";s:31:\"hosting-product-1-check-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-product-1-check\";a:3:{s:3:\"key\";s:23:\"hosting-product-1-check\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:10:\"icon-color\";s:9:\"color(10)\";s:9:\"icon-size\";s:2:\"16\";s:12:\"margin-right\";s:1:\"8\";s:10:\"margin-top\";s:1:\"4\";}}s:22:\"hosting-product-1-text\";a:3:{s:3:\"key\";s:22:\"hosting-product-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";}}s:25:\"hosting-product-2-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-product-2-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:14:{s:10:\"width-unit\";s:1:\"%\";s:11:\"height-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:13:\"border-radius\";s:1:\"5\";s:11:\"padding-top\";s:2:\"28\";s:12:\"padding-left\";s:2:\"28\";s:13:\"padding-right\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"28\";s:6:\"height\";s:3:\"100\";}}s:22:\"hosting-product-2-icon\";a:3:{s:3:\"key\";s:22:\"hosting-product-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-product-2-title\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:22:\"hosting-product-2-text\";a:3:{s:3:\"key\";s:22:\"hosting-product-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"12\";s:11:\"margin-left\";s:2:\"12\";}}s:24:\"hosting-product-2-bullet\";a:3:{s:3:\"key\";s:24:\"hosting-product-2-bullet\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:5:\"color\";s:9:\"color(11)\";s:11:\"margin-left\";s:3:\"-12\";}}s:23:\"hosting-product-2-digit\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-digit\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"48\";s:5:\"color\";s:8:\"color(1)\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:10:\"margin-top\";s:1:\"4\";}}s:23:\"hosting-product-2-label\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-label\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"20\";}}s:33:\"hosting-providers-1-image-wrapper\";a:3:{s:3:\"key\";s:33:\"hosting-providers-1-image-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";}}s:26:\"hosting-providers-1-images\";a:3:{s:3:\"key\";s:26:\"hosting-providers-1-images\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:32:\"hosting-providers-1-text-wrapper\";a:3:{s:3:\"key\";s:32:\"hosting-providers-1-text-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}s:25:\"hosting-providers-1-title\";a:3:{s:3:\"key\";s:25:\"hosting-providers-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:10:\"width-unit\";s:1:\"%\";s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hosting-providers-2-text\";a:3:{s:3:\"key\";s:24:\"hosting-providers-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";}}s:23:\"hosting-contact-3-title\";a:3:{s:3:\"key\";s:23:\"hosting-contact-3-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:22:\"hosting-contact-3-text\";a:3:{s:3:\"key\";s:22:\"hosting-contact-3-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:1:\"4\";}}s:26:\"hosting-contact-3-textlink\";a:4:{s:3:\"key\";s:26:\"hosting-contact-3-textlink\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(4)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:15:\"text-decoration\";s:4:\"none\";}s:5:\"hover\";a:1:{s:15:\"text-decoration\";s:9:\"underline\";}}s:11:\"toggle-4605\";a:3:{s:3:\"key\";s:11:\"toggle-4605\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:17:\"toggle_icon_color\";s:8:\"color(4)\";s:16:\"toggle_icon_size\";s:2:\"12\";s:11:\"margin-left\";s:3:\"-16\";s:13:\"margin-bottom\";s:1:\"8\";s:5:\"color\";s:8:\"color(4)\";}}s:20:\"toggle-4605-expanded\";a:3:{s:3:\"key\";s:20:\"toggle-4605-expanded\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:25:\"hosting-accordion-1-title\";a:4:{s:3:\"key\";s:25:\"hosting-accordion-1-title\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:14:\"flex-direction\";s:5:\"unset\";}}}s:8:\"original\";a:11:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.6\";s:19:\"border-bottom-style\";s:6:\"dashed\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(4)\";s:14:\"flex-direction\";s:5:\"unset\";s:7:\"display\";s:11:\"inline-flex\";s:10:\"text-align\";s:4:\"left\";}}s:24:\"hosting-accordion-1-text\";a:3:{s:3:\"key\";s:24:\"hosting-accordion-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";s:13:\"margin-bottom\";s:2:\"16\";}}s:20:\"hosting-hero-1-image\";a:4:{s:3:\"key\";s:20:\"hosting-hero-1-image\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:5:\"33.33\";}}}s:8:\"original\";a:3:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:2:\"16\";s:7:\"opacity\";s:3:\"0.5\";}}s:23:\"hosting-price-1-wrapper\";a:3:{s:3:\"key\";s:23:\"hosting-price-1-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:21:{s:10:\"width-unit\";s:1:\"%\";s:11:\"height-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:13:\"border-radius\";s:1:\"5\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:6:\"height\";s:3:\"100\";s:16:\"border-top-color\";s:8:\"color(8)\";s:16:\"border-top-width\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:11:\"padding-top\";s:2:\"30\";s:12:\"padding-left\";s:2:\"30\";s:13:\"padding-right\";s:2:\"30\";s:14:\"padding-bottom\";s:2:\"30\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:7:\"stretch\";s:10:\"text-align\";s:4:\"left\";}}s:22:\"hosting-pricing-1-icon\";a:3:{s:3:\"key\";s:22:\"hosting-pricing-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(4)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-pricing-1-title\";a:3:{s:3:\"key\";s:23:\"hosting-pricing-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:22:\"hosting-pricing-1-text\";a:3:{s:3:\"key\";s:22:\"hosting-pricing-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"12\";s:9:\"max-width\";s:3:\"360\";}}s:23:\"hosting-pricing-1-month\";a:3:{s:3:\"key\";s:23:\"hosting-pricing-1-month\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"24\";}}s:22:\"hosting-slider-1-slide\";a:3:{s:3:\"key\";s:22:\"hosting-slider-1-slide\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:16:\"background-color\";s:8:\"color(3)\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:16:\"box-shadow-inset\";s:5:\"false\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:13:\"border-radius\";s:1:\"5\";}}s:22:\"hosting-slider-1-image\";a:3:{s:3:\"key\";s:22:\"hosting-slider-1-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:9:\"transform\";a:1:{i:0;a:1:{s:14:\"transform-type\";s:6:\"rotate\";}}}}s:21:\"hosting-slider-1-text\";a:3:{s:3:\"key\";s:21:\"hosting-slider-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"24\";s:10:\"font-style\";s:6:\"italic\";}}s:24:\"hosting-iconblock-3-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-3-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:13:\"margin-bottom\";s:2:\"12\";s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(3)\";}}s:25:\"hosting-iconblock-2-title\";a:3:{s:3:\"key\";s:25:\"hosting-iconblock-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.2\";s:13:\"margin-bottom\";s:1:\"4\";}}s:24:\"hosting-iconblock-2-text\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:9:\"max-width\";s:3:\"360\";}}s:13:\"tabs-2569-tab\";a:1:{s:8:\"original\";a:0:{}}s:20:\"tabs-2569-tab-active\";a:1:{s:8:\"original\";a:0:{}}s:22:\"tabs-contents-2569-tab\";a:1:{s:8:\"original\";a:0:{}}s:20:\"oxy-superbox-primary\";a:1:{s:8:\"original\";a:0:{}}s:22:\"oxy-superbox-secondary\";a:1:{s:8:\"original\";a:0:{}}s:13:\"tabs-5377-tab\";a:1:{s:8:\"original\";a:0:{}}s:20:\"tabs-5377-tab-active\";a:1:{s:8:\"original\";a:0:{}}s:22:\"tabs-contents-5377-tab\";a:1:{s:8:\"original\";a:0:{}}s:13:\"tabs-9223-tab\";a:1:{s:8:\"original\";a:12:{s:11:\"font-family\";s:14:\"Georgia, serif\";s:10:\"font-style\";s:6:\"normal\";s:5:\"color\";s:7:\"#857cdd\";s:14:\"text-transform\";s:9:\"uppercase\";s:16:\"background-color\";s:7:\"#140c2b\";s:15:\"background-clip\";s:11:\"padding-box\";s:21:\"background-blend-mode\";s:6:\"normal\";s:5:\"width\";s:3:\"700\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:20:\"tabs-9223-tab-active\";a:1:{s:8:\"original\";a:0:{}}s:22:\"tabs-contents-9223-tab\";a:1:{s:8:\"original\";a:1:{s:13:\"margin-bottom\";s:1:\"0\";}}}', 'yes'),
(233, 'ct_style_sheets', 'a:1:{i:0;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:7:\"hosting\";s:6:\"status\";i:1;s:6:\"folder\";i:1;}}', 'yes'),
(234, 'ct_global_settings', 'a:12:{s:5:\"fonts\";a:2:{s:4:\"Text\";s:9:\"Open Sans\";s:7:\"Display\";s:7:\"Poppins\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:15:\"indicateParents\";s:4:\"true\";s:21:\"classSuggestionsLimit\";s:1:\"5\";s:8:\"headings\";a:6:{s:2:\"H1\";a:4:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:2:\"36\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#404040\";}s:2:\"H2\";a:4:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H3\";a:4:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H4\";a:4:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H5\";a:4:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H6\";a:4:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:9:\"body_text\";a:5:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:5:\"color\";s:7:\"#404040\";}s:5:\"links\";a:4:{s:3:\"all\";a:5:{s:5:\"color\";s:8:\"color(4)\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:4:\"none\";s:11:\"hover_color\";s:8:\"color(1)\";s:21:\"hover_text-decoration\";s:4:\"none\";}s:9:\"text_link\";a:5:{s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:21:\"hover_text-decoration\";s:0:\"\";}s:12:\"link_wrapper\";a:0:{}s:6:\"button\";a:0:{}}s:8:\"sections\";a:8:{s:26:\"container-padding-top-unit\";s:2:\"px\";s:29:\"container-padding-bottom-unit\";s:2:\"px\";s:27:\"container-padding-left-unit\";s:2:\"px\";s:28:\"container-padding-right-unit\";s:2:\"px\";s:21:\"container-padding-top\";s:2:\"75\";s:24:\"container-padding-bottom\";s:2:\"75\";s:22:\"container-padding-left\";s:2:\"20\";s:23:\"container-padding-right\";s:2:\"20\";}s:7:\"columns\";a:8:{s:11:\"padding-top\";s:2:\"20\";s:16:\"padding-top-unit\";s:2:\"px\";s:14:\"padding-bottom\";s:2:\"20\";s:19:\"padding-bottom-unit\";s:2:\"px\";s:12:\"padding-left\";s:2:\"20\";s:17:\"padding-left-unit\";s:2:\"px\";s:13:\"padding-right\";s:2:\"20\";s:18:\"padding-right-unit\";s:2:\"px\";}s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:9:\"max-width\";s:4:\"1120\";s:11:\"breakpoints\";a:3:{s:6:\"tablet\";s:3:\"992\";s:15:\"phone-landscape\";s:3:\"768\";s:14:\"phone-portrait\";s:3:\"480\";}}', 'yes'),
(235, 'ct_style_sets', 'a:1:{s:30:\"Uncategorized Custom Selectors\";a:1:{s:3:\"key\";s:30:\"Uncategorized Custom Selectors\";}}', 'yes'),
(236, 'ct_custom_selectors', 'a:0:{}', 'yes'),
(239, 'oxygen_private_key', '$;Bl@NL/>8,J%X4t0~.Koi?ZQh4|dxD_', 'yes'),
(240, 'oxygen_vsb_css_files_state', 'a:17:{i:9;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:67:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/default-post-9.css\";s:4:\"path\";s:80:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/default-post-9.css\";s:14:\"last_save_time\";i:1600914272;}i:10;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:63:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/archive-10.css\";s:4:\"path\";s:76:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/archive-10.css\";s:14:\"last_save_time\";i:1600914272;}i:11;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/other-single-11.css\";s:4:\"path\";s:81:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/other-single-11.css\";s:14:\"last_save_time\";i:1600914272;}i:12;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/default-page-12.css\";s:4:\"path\";s:81:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/default-page-12.css\";s:14:\"last_save_time\";i:1600914272;}i:13;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:60:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/main-13.css\";s:4:\"path\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/main-13.css\";s:14:\"last_save_time\";i:1604905028;}i:14;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/about-14.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/about-14.css\";s:14:\"last_save_time\";i:1600914274;}i:15;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:64:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/features-15.css\";s:4:\"path\";s:77:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/features-15.css\";s:14:\"last_save_time\";i:1600914274;}i:16;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:64:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/products-16.css\";s:4:\"path\";s:77:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/products-16.css\";s:14:\"last_save_time\";i:1600914274;}i:17;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/login-17.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/login-17.css\";s:14:\"last_save_time\";i:1600914274;}i:19;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:63:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/contact-19.css\";s:4:\"path\";s:76:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/contact-19.css\";s:14:\"last_save_time\";i:1600914274;}i:21;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:60:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/home-21.css\";s:4:\"path\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/home-21.css\";s:14:\"last_save_time\";i:1604910335;}i:57;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:62:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/tostem-57.css\";s:4:\"path\";s:75:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/tostem-57.css\";s:14:\"last_save_time\";i:1612792760;}i:59;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:62:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/grants-59.css\";s:4:\"path\";s:75:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/grants-59.css\";s:14:\"last_save_time\";i:1612720502;}i:62;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:73:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/tostem-aluk-range-62.css\";s:4:\"path\";s:86:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/tostem-aluk-range-62.css\";s:14:\"last_save_time\";i:1612792487;}i:64;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:65:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/skylights-64.css\";s:4:\"path\";s:78:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/skylights-64.css\";s:14:\"last_save_time\";i:1612792195;}i:66;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:71:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/home-automation-66.css\";s:4:\"path\";s:84:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/home-automation-66.css\";s:14:\"last_save_time\";i:1612698498;}i:75;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/we-70-75.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/we-70-75.css\";s:14:\"last_save_time\";i:1612798053;}}', 'yes'),
(485, 'category_children', 'a:0:{}', 'yes'),
(242, 'ct_style_folders', 'a:2:{s:7:\"hosting\";a:2:{s:3:\"key\";s:7:\"hosting\";s:6:\"status\";i:1;}s:6:\"atomic\";a:2:{s:3:\"key\";s:6:\"atomic\";s:6:\"status\";i:1;}}', 'yes'),
(243, 'ct_last_installed_default_data', 'hosting', 'yes'),
(251, 'oxygen_vsb_easy_posts_templates', 'a:0:{}', 'yes'),
(252, 'oxygen_vsb_comments_list_templates', 'a:0:{}', 'yes'),
(253, 'oxygen_vsb_latest_typekit_fonts', 'a:0:{}', 'yes'),
(254, 'oxygen_breakpoints_cache_update_required', '1', 'yes');
INSERT INTO `wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(255, 'oxygen_vsb_google_fonts_cache', 'a:1003:{i:0;a:2:{s:6:\"family\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:1;a:2:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:2;a:2:{s:6:\"family\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:3;a:2:{s:6:\"family\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:4;a:2:{s:6:\"family\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:5;a:2:{s:6:\"family\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:6;a:2:{s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:7;a:2:{s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:8;a:2:{s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:9;a:2:{s:6:\"family\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:10;a:2:{s:6:\"family\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:11;a:2:{s:6:\"family\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:12;a:2:{s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:13;a:2:{s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:14;a:2:{s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:15;a:2:{s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:16;a:2:{s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:17;a:2:{s:6:\"family\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}}i:18;a:2:{s:6:\"family\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:19;a:2:{s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:20;a:2:{s:6:\"family\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:21;a:2:{s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:22;a:2:{s:6:\"family\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:23;a:2:{s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:24;a:2:{s:6:\"family\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}}i:25;a:2:{s:6:\"family\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:26;a:2:{s:6:\"family\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:27;a:2:{s:6:\"family\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:28;a:2:{s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:29;a:2:{s:6:\"family\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}}i:30;a:2:{s:6:\"family\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:31;a:2:{s:6:\"family\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:32;a:2:{s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:33;a:2:{s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:34;a:2:{s:6:\"family\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:35;a:2:{s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:36;a:2:{s:6:\"family\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:37;a:2:{s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:38;a:2:{s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:39;a:2:{s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:40;a:2:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:41;a:2:{s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:42;a:2:{s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:43;a:2:{s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:44;a:2:{s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:45;a:2:{s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:46;a:2:{s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:47;a:2:{s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:48;a:2:{s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:49;a:2:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:50;a:2:{s:6:\"family\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:51;a:2:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:52;a:2:{s:6:\"family\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:53;a:2:{s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:54;a:2:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:55;a:2:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:56;a:2:{s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:57;a:2:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:58;a:2:{s:6:\"family\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:59;a:2:{s:6:\"family\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:60;a:2:{s:6:\"family\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:61;a:2:{s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:62;a:2:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:63;a:2:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:64;a:2:{s:6:\"family\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:65;a:2:{s:6:\"family\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:66;a:2:{s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:67;a:2:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:68;a:2:{s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}}i:69;a:2:{s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:70;a:2:{s:6:\"family\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:71;a:2:{s:6:\"family\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:72;a:2:{s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:73;a:2:{s:6:\"family\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:74;a:2:{s:6:\"family\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:75;a:2:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:76;a:2:{s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:77;a:2:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:78;a:2:{s:6:\"family\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:79;a:2:{s:6:\"family\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:80;a:2:{s:6:\"family\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:81;a:2:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:82;a:2:{s:6:\"family\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:83;a:2:{s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:84;a:2:{s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}}i:85;a:2:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:86;a:2:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:87;a:2:{s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:88;a:2:{s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:89;a:2:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:90;a:2:{s:6:\"family\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:91;a:2:{s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:92;a:2:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:93;a:2:{s:6:\"family\";s:9:\"Assistant\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:94;a:2:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:95;a:2:{s:6:\"family\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:96;a:2:{s:6:\"family\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:97;a:2:{s:6:\"family\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:98;a:2:{s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:99;a:2:{s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:100;a:2:{s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:101;a:2:{s:6:\"family\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:102;a:2:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:103;a:2:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:104;a:2:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:105;a:2:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:106;a:2:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:107;a:2:{s:6:\"family\";s:6:\"Caveat\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:108;a:2:{s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:109;a:2:{s:6:\"family\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:110;a:2:{s:6:\"family\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:111;a:2:{s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:112;a:2:{s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:113;a:2:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:114;a:2:{s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:115;a:2:{s:6:\"family\";s:7:\"Archivo\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:116;a:2:{s:6:\"family\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:117;a:2:{s:6:\"family\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:118;a:2:{s:6:\"family\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:119;a:2:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:120;a:2:{s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:121;a:2:{s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:122;a:2:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:123;a:2:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:124;a:2:{s:6:\"family\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:125;a:2:{s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:126;a:2:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:127;a:2:{s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:128;a:2:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:129;a:2:{s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:130;a:2:{s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:131;a:2:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:132;a:2:{s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:133;a:2:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:134;a:2:{s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:135;a:2:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:136;a:2:{s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:137;a:2:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:138;a:2:{s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:139;a:2:{s:6:\"family\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:140;a:2:{s:6:\"family\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:141;a:2:{s:6:\"family\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:142;a:2:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:143;a:2:{s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:144;a:2:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:145;a:2:{s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:146;a:2:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:147;a:2:{s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:148;a:2:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:149;a:2:{s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:150;a:2:{s:6:\"family\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:151;a:2:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:152;a:2:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:153;a:2:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:154;a:2:{s:6:\"family\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:155;a:2:{s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:156;a:2:{s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:157;a:2:{s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:158;a:2:{s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:159;a:2:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:160;a:2:{s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:161;a:2:{s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:162;a:2:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:163;a:2:{s:6:\"family\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:164;a:2:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:165;a:2:{s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:166;a:2:{s:6:\"family\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:167;a:2:{s:6:\"family\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:168;a:2:{s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:169;a:2:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:170;a:2:{s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:171;a:2:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:172;a:2:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:173;a:2:{s:6:\"family\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:174;a:2:{s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:175;a:2:{s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:176;a:2:{s:6:\"family\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"800\";}}i:177;a:2:{s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:178;a:2:{s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:179;a:2:{s:6:\"family\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:180;a:2:{s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:181;a:2:{s:6:\"family\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:182;a:2:{s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:183;a:2:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:184;a:2:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:185;a:2:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:186;a:2:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:187;a:2:{s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:188;a:2:{s:6:\"family\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:189;a:2:{s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:190;a:2:{s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:191;a:2:{s:6:\"family\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:192;a:2:{s:6:\"family\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:193;a:2:{s:6:\"family\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:194;a:2:{s:6:\"family\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:195;a:2:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:196;a:2:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:197;a:2:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:198;a:2:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:199;a:2:{s:6:\"family\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:200;a:2:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:201;a:2:{s:6:\"family\";s:5:\"Saira\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:202;a:2:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:203;a:2:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:204;a:2:{s:6:\"family\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:205;a:2:{s:6:\"family\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:206;a:2:{s:6:\"family\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:207;a:2:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:208;a:2:{s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:209;a:2:{s:6:\"family\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:210;a:2:{s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:211;a:2:{s:6:\"family\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:212;a:2:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:213;a:2:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:214;a:2:{s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:215;a:2:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:216;a:2:{s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:217;a:2:{s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:218;a:2:{s:6:\"family\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:219;a:2:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:220;a:2:{s:6:\"family\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:221;a:2:{s:6:\"family\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:222;a:2:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:223;a:2:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:224;a:2:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:225;a:2:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:226;a:2:{s:6:\"family\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:227;a:2:{s:6:\"family\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:228;a:2:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:229;a:2:{s:6:\"family\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:230;a:2:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:231;a:2:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:232;a:2:{s:6:\"family\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:233;a:2:{s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:234;a:2:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:235;a:2:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:236;a:2:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:237;a:2:{s:6:\"family\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:238;a:2:{s:6:\"family\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:239;a:2:{s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:240;a:2:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:241;a:2:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:242;a:2:{s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:243;a:2:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:244;a:2:{s:6:\"family\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:245;a:2:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:246;a:2:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:247;a:2:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:248;a:2:{s:6:\"family\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:249;a:2:{s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:250;a:2:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:251;a:2:{s:6:\"family\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:252;a:2:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:253;a:2:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:254;a:2:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:255;a:2:{s:6:\"family\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:256;a:2:{s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:257;a:2:{s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:258;a:2:{s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"900\";}}i:259;a:2:{s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:260;a:2:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:261;a:2:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:262;a:2:{s:6:\"family\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:263;a:2:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:264;a:2:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:265;a:2:{s:6:\"family\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:266;a:2:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:267;a:2:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:268;a:2:{s:6:\"family\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:269;a:2:{s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:270;a:2:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:271;a:2:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:272;a:2:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:273;a:2:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:274;a:2:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:275;a:2:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:276;a:2:{s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:277;a:2:{s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:278;a:2:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:279;a:2:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:280;a:2:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:281;a:2:{s:6:\"family\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:282;a:2:{s:6:\"family\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:283;a:2:{s:6:\"family\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:284;a:2:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:285;a:2:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:286;a:2:{s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:287;a:2:{s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:288;a:2:{s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:289;a:2:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:290;a:2:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:291;a:2:{s:6:\"family\";s:15:\"Red Hat Display\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:292;a:2:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:293;a:2:{s:6:\"family\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:294;a:2:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:295;a:2:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:296;a:2:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:297;a:2:{s:6:\"family\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:298;a:2:{s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:299;a:2:{s:6:\"family\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:300;a:2:{s:6:\"family\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:301;a:2:{s:6:\"family\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:302;a:2:{s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:303;a:2:{s:6:\"family\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:304;a:2:{s:6:\"family\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:305;a:2:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:306;a:2:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:307;a:2:{s:6:\"family\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:308;a:2:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:309;a:2:{s:6:\"family\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:310;a:2:{s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:311;a:2:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:312;a:2:{s:6:\"family\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:313;a:2:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:314;a:2:{s:6:\"family\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:315;a:2:{s:6:\"family\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:316;a:2:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:317;a:2:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:318;a:2:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:319;a:2:{s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:320;a:2:{s:6:\"family\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:321;a:2:{s:6:\"family\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:322;a:2:{s:6:\"family\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:323;a:2:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:324;a:2:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:325;a:2:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:326;a:2:{s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:327;a:2:{s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:328;a:2:{s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:329;a:2:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:330;a:2:{s:6:\"family\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:331;a:2:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:332;a:2:{s:6:\"family\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:333;a:2:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:334;a:2:{s:6:\"family\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:335;a:2:{s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:336;a:2:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:337;a:2:{s:6:\"family\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:338;a:2:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:339;a:2:{s:6:\"family\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:340;a:2:{s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:341;a:2:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:342;a:2:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:343;a:2:{s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:344;a:2:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:345;a:2:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:346;a:2:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:347;a:2:{s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:348;a:2:{s:6:\"family\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:349;a:2:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:350;a:2:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:351;a:2:{s:6:\"family\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:352;a:2:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:353;a:2:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:354;a:2:{s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:355;a:2:{s:6:\"family\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}}i:356;a:2:{s:6:\"family\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:357;a:2:{s:6:\"family\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:358;a:2:{s:6:\"family\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:359;a:2:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:360;a:2:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:361;a:2:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:362;a:2:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:363;a:2:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:364;a:2:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:365;a:2:{s:6:\"family\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:366;a:2:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:367;a:2:{s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:368;a:2:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:369;a:2:{s:6:\"family\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:370;a:2:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:371;a:2:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:372;a:2:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:373;a:2:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:374;a:2:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:375;a:2:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:376;a:2:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:377;a:2:{s:6:\"family\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:378;a:2:{s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:379;a:2:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:380;a:2:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:381;a:2:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:382;a:2:{s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:383;a:2:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:384;a:2:{s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:385;a:2:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:386;a:2:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:387;a:2:{s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:388;a:2:{s:6:\"family\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:389;a:2:{s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:390;a:2:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:391;a:2:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:392;a:2:{s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:393;a:2:{s:6:\"family\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:394;a:2:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:395;a:2:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:396;a:2:{s:6:\"family\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:397;a:2:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:398;a:2:{s:6:\"family\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:399;a:2:{s:6:\"family\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:400;a:2:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:401;a:2:{s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:402;a:2:{s:6:\"family\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:403;a:2:{s:6:\"family\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:404;a:2:{s:6:\"family\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:405;a:2:{s:6:\"family\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:406;a:2:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:407;a:2:{s:6:\"family\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:408;a:2:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:409;a:2:{s:6:\"family\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:410;a:2:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:411;a:2:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:412;a:2:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:413;a:2:{s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:414;a:2:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:415;a:2:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:416;a:2:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:417;a:2:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:418;a:2:{s:6:\"family\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:419;a:2:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:420;a:2:{s:6:\"family\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:421;a:2:{s:6:\"family\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:422;a:2:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:423;a:2:{s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:424;a:2:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:425;a:2:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:426;a:2:{s:6:\"family\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:427;a:2:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:428;a:2:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:429;a:2:{s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:430;a:2:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:431;a:2:{s:6:\"family\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:432;a:2:{s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:433;a:2:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:434;a:2:{s:6:\"family\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:435;a:2:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:436;a:2:{s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:437;a:2:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:438;a:2:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:439;a:2:{s:6:\"family\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:440;a:2:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:441;a:2:{s:6:\"family\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:442;a:2:{s:6:\"family\";s:12:\"Red Hat Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:443;a:2:{s:6:\"family\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:444;a:2:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:445;a:2:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:446;a:2:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:447;a:2:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:448;a:2:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:449;a:2:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:450;a:2:{s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:451;a:2:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:452;a:2:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:453;a:2:{s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:454;a:2:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:455;a:2:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:456;a:2:{s:6:\"family\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:457;a:2:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:458;a:2:{s:6:\"family\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}}i:459;a:2:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:460;a:2:{s:6:\"family\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:461;a:2:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:462;a:2:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:463;a:2:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:464;a:2:{s:6:\"family\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:465;a:2:{s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}}i:466;a:2:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:467;a:2:{s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:468;a:2:{s:6:\"family\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:469;a:2:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:470;a:2:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:471;a:2:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:472;a:2:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:473;a:2:{s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:474;a:2:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:475;a:2:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:476;a:2:{s:6:\"family\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:477;a:2:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:478;a:2:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:479;a:2:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:480;a:2:{s:6:\"family\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:481;a:2:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:482;a:2:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:483;a:2:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:484;a:2:{s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:485;a:2:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:486;a:2:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:487;a:2:{s:6:\"family\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:488;a:2:{s:6:\"family\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:489;a:2:{s:6:\"family\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:490;a:2:{s:6:\"family\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:491;a:2:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:492;a:2:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:493;a:2:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:494;a:2:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:495;a:2:{s:6:\"family\";s:8:\"Red Rose\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:496;a:2:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:497;a:2:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:498;a:2:{s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:499;a:2:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:500;a:2:{s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:501;a:2:{s:6:\"family\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:502;a:2:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:503;a:2:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:504;a:2:{s:6:\"family\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:505;a:2:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:506;a:2:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:507;a:2:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:508;a:2:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:509;a:2:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:510;a:2:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:511;a:2:{s:6:\"family\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:512;a:2:{s:6:\"family\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:513;a:2:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:514;a:2:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:515;a:2:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:516;a:2:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:517;a:2:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:518;a:2:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:519;a:2:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:520;a:2:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:521;a:2:{s:6:\"family\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:522;a:2:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:523;a:2:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:524;a:2:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:525;a:2:{s:6:\"family\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:526;a:2:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:527;a:2:{s:6:\"family\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:528;a:2:{s:6:\"family\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:529;a:2:{s:6:\"family\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:530;a:2:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:531;a:2:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:532;a:2:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:533;a:2:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:534;a:2:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:535;a:2:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:536;a:2:{s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:537;a:2:{s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:538;a:2:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:539;a:2:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:540;a:2:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:541;a:2:{s:6:\"family\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:542;a:2:{s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:543;a:2:{s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:544;a:2:{s:6:\"family\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:545;a:2:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:546;a:2:{s:6:\"family\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:547;a:2:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:548;a:2:{s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:549;a:2:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:550;a:2:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:551;a:2:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:552;a:2:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:553;a:2:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:554;a:2:{s:6:\"family\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:555;a:2:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:556;a:2:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:557;a:2:{s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:558;a:2:{s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:559;a:2:{s:6:\"family\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:560;a:2:{s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:561;a:2:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:562;a:2:{s:6:\"family\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";}}i:563;a:2:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:564;a:2:{s:6:\"family\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:565;a:2:{s:6:\"family\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:566;a:2:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:567;a:2:{s:6:\"family\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:568;a:2:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:569;a:2:{s:6:\"family\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:570;a:2:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:571;a:2:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:572;a:2:{s:6:\"family\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:573;a:2:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:574;a:2:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:575;a:2:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:576;a:2:{s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:577;a:2:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:578;a:2:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:579;a:2:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:580;a:2:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:581;a:2:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:582;a:2:{s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:583;a:2:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:584;a:2:{s:6:\"family\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:585;a:2:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:586;a:2:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:587;a:2:{s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:588;a:2:{s:6:\"family\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:589;a:2:{s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:590;a:2:{s:6:\"family\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:591;a:2:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:592;a:2:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:593;a:2:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:594;a:2:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:595;a:2:{s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:596;a:2:{s:6:\"family\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:597;a:2:{s:6:\"family\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:598;a:2:{s:6:\"family\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:599;a:2:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:600;a:2:{s:6:\"family\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:601;a:2:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:602;a:2:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:603;a:2:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:604;a:2:{s:6:\"family\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:605;a:2:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:606;a:2:{s:6:\"family\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:607;a:2:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:608;a:2:{s:6:\"family\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:609;a:2:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:610;a:2:{s:6:\"family\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:611;a:2:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:612;a:2:{s:6:\"family\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:613;a:2:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:614;a:2:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:615;a:2:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:616;a:2:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:617;a:2:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:618;a:2:{s:6:\"family\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:619;a:2:{s:6:\"family\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:620;a:2:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:621;a:2:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:622;a:2:{s:6:\"family\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:623;a:2:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:624;a:2:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:625;a:2:{s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:626;a:2:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:627;a:2:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:628;a:2:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:629;a:2:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:630;a:2:{s:6:\"family\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:631;a:2:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:632;a:2:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:633;a:2:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:634;a:2:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:635;a:2:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:636;a:2:{s:6:\"family\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:637;a:2:{s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:638;a:2:{s:6:\"family\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:639;a:2:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:640;a:2:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:641;a:2:{s:6:\"family\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:642;a:2:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:643;a:2:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:644;a:2:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:645;a:2:{s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:646;a:2:{s:6:\"family\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:647;a:2:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:648;a:2:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:649;a:2:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:650;a:2:{s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:651;a:2:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:652;a:2:{s:6:\"family\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:653;a:2:{s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:654;a:2:{s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:655;a:2:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:656;a:2:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:657;a:2:{s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:658;a:2:{s:6:\"family\";s:10:\"Be Vietnam\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:659;a:2:{s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:660;a:2:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:661;a:2:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:662;a:2:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:663;a:2:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:664;a:2:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:665;a:2:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:666;a:2:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:667;a:2:{s:6:\"family\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:668;a:2:{s:6:\"family\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:669;a:2:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:670;a:2:{s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:671;a:2:{s:6:\"family\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:672;a:2:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:673;a:2:{s:6:\"family\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:674;a:2:{s:6:\"family\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:675;a:2:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:676;a:2:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:677;a:2:{s:6:\"family\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:678;a:2:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:679;a:2:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:680;a:2:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:681;a:2:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:682;a:2:{s:6:\"family\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:683;a:2:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:684;a:2:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:685;a:2:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:686;a:2:{s:6:\"family\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:687;a:2:{s:6:\"family\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:688;a:2:{s:6:\"family\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:689;a:2:{s:6:\"family\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:690;a:2:{s:6:\"family\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:691;a:2:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:692;a:2:{s:6:\"family\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:693;a:2:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:694;a:2:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:695;a:2:{s:6:\"family\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:696;a:2:{s:6:\"family\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:697;a:2:{s:6:\"family\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:698;a:2:{s:6:\"family\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:699;a:2:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:700;a:2:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:701;a:2:{s:6:\"family\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:702;a:2:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:703;a:2:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:704;a:2:{s:6:\"family\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:705;a:2:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:706;a:2:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:707;a:2:{s:6:\"family\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:708;a:2:{s:6:\"family\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:709;a:2:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:710;a:2:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:711;a:2:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:712;a:2:{s:6:\"family\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:713;a:2:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:714;a:2:{s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:715;a:2:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:716;a:2:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:717;a:2:{s:6:\"family\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:718;a:2:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:719;a:2:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:720;a:2:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:721;a:2:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:722;a:2:{s:6:\"family\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:723;a:2:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:724;a:2:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:725;a:2:{s:6:\"family\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:726;a:2:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:727;a:2:{s:6:\"family\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:728;a:2:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:729;a:2:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:730;a:2:{s:6:\"family\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:731;a:2:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:732;a:2:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:733;a:2:{s:6:\"family\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:734;a:2:{s:6:\"family\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:735;a:2:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:736;a:2:{s:6:\"family\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:737;a:2:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:738;a:2:{s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:739;a:2:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:740;a:2:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:741;a:2:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:742;a:2:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:743;a:2:{s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:744;a:2:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:745;a:2:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:746;a:2:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:747;a:2:{s:6:\"family\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:748;a:2:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:749;a:2:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:750;a:2:{s:6:\"family\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:751;a:2:{s:6:\"family\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:752;a:2:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:753;a:2:{s:6:\"family\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:754;a:2:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:755;a:2:{s:6:\"family\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:756;a:2:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:757;a:2:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:758;a:2:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:759;a:2:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:760;a:2:{s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:761;a:2:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:762;a:2:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:763;a:2:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:764;a:2:{s:6:\"family\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:765;a:2:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:766;a:2:{s:6:\"family\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:767;a:2:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:768;a:2:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:769;a:2:{s:6:\"family\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:770;a:2:{s:6:\"family\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:771;a:2:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:772;a:2:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:773;a:2:{s:6:\"family\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:774;a:2:{s:6:\"family\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:775;a:2:{s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:776;a:2:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:777;a:2:{s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}}i:778;a:2:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:779;a:2:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:780;a:2:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:781;a:2:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:782;a:2:{s:6:\"family\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:783;a:2:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:784;a:2:{s:6:\"family\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:785;a:2:{s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:786;a:2:{s:6:\"family\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:787;a:2:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}}i:788;a:2:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:789;a:2:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:790;a:2:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:791;a:2:{s:6:\"family\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:792;a:2:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}}i:793;a:2:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:794;a:2:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:795;a:2:{s:6:\"family\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:796;a:2:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:797;a:2:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:798;a:2:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:799;a:2:{s:6:\"family\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:800;a:2:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:801;a:2:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:802;a:2:{s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:803;a:2:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:804;a:2:{s:6:\"family\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:805;a:2:{s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:806;a:2:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:807;a:2:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:808;a:2:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:809;a:2:{s:6:\"family\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:810;a:2:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:811;a:2:{s:6:\"family\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:812;a:2:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:813;a:2:{s:6:\"family\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:814;a:2:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:815;a:2:{s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:816;a:2:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:817;a:2:{s:6:\"family\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:818;a:2:{s:6:\"family\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:819;a:2:{s:6:\"family\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:820;a:2:{s:6:\"family\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:821;a:2:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:822;a:2:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:823;a:2:{s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:824;a:2:{s:6:\"family\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:825;a:2:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:826;a:2:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:827;a:2:{s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:828;a:2:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:829;a:2:{s:6:\"family\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:830;a:2:{s:6:\"family\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:831;a:2:{s:6:\"family\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:832;a:2:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:833;a:2:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:834;a:2:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:835;a:2:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:836;a:2:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:837;a:2:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:838;a:2:{s:6:\"family\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:839;a:2:{s:6:\"family\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:840;a:2:{s:6:\"family\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:841;a:2:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:842;a:2:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}}i:843;a:2:{s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:844;a:2:{s:6:\"family\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:845;a:2:{s:6:\"family\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:846;a:2:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:847;a:2:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:848;a:2:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:849;a:2:{s:6:\"family\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:850;a:2:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:851;a:2:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:852;a:2:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:853;a:2:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:854;a:2:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:855;a:2:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:856;a:2:{s:6:\"family\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:857;a:2:{s:6:\"family\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:858;a:2:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:859;a:2:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:860;a:2:{s:6:\"family\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:861;a:2:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:862;a:2:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:863;a:2:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:864;a:2:{s:6:\"family\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:865;a:2:{s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:866;a:2:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:867;a:2:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:868;a:2:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:869;a:2:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:870;a:2:{s:6:\"family\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:871;a:2:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:872;a:2:{s:6:\"family\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:873;a:2:{s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:874;a:2:{s:6:\"family\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:875;a:2:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:876;a:2:{s:6:\"family\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:877;a:2:{s:6:\"family\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";}}i:878;a:2:{s:6:\"family\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:879;a:2:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:880;a:2:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:881;a:2:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:882;a:2:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:883;a:2:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:884;a:2:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:885;a:2:{s:6:\"family\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:886;a:2:{s:6:\"family\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:887;a:2:{s:6:\"family\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:888;a:2:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:889;a:2:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:890;a:2:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:891;a:2:{s:6:\"family\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:892;a:2:{s:6:\"family\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:893;a:2:{s:6:\"family\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:894;a:2:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:895;a:2:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:896;a:2:{s:6:\"family\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:897;a:2:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:898;a:2:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:899;a:2:{s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:900;a:2:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:901;a:2:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:902;a:2:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:903;a:2:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:904;a:2:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:905;a:2:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:906;a:2:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:907;a:2:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:908;a:2:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:909;a:2:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:910;a:2:{s:6:\"family\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:911;a:2:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:912;a:2:{s:6:\"family\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:913;a:2:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:914;a:2:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:915;a:2:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:916;a:2:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:917;a:2:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:918;a:2:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:919;a:2:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:920;a:2:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:921;a:2:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:922;a:2:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:923;a:2:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:924;a:2:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:925;a:2:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:926;a:2:{s:6:\"family\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:927;a:2:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:928;a:2:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:929;a:2:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:930;a:2:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:931;a:2:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:932;a:2:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:933;a:2:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:934;a:2:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:935;a:2:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:936;a:2:{s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:937;a:2:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:938;a:2:{s:6:\"family\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:939;a:2:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:940;a:2:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:941;a:2:{s:6:\"family\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:942;a:2:{s:6:\"family\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:943;a:2:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:944;a:2:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:945;a:2:{s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:946;a:2:{s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:947;a:2:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:948;a:2:{s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:949;a:2:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:950;a:2:{s:6:\"family\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:951;a:2:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:952;a:2:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:953;a:2:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:954;a:2:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:955;a:2:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:956;a:2:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:957;a:2:{s:6:\"family\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:958;a:2:{s:6:\"family\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:959;a:2:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:960;a:2:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:961;a:2:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:962;a:2:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:963;a:2:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:964;a:2:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:965;a:2:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:966;a:2:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:967;a:2:{s:6:\"family\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:968;a:2:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:969;a:2:{s:6:\"family\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:970;a:2:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:971;a:2:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:972;a:2:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:973;a:2:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:974;a:2:{s:6:\"family\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:975;a:2:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:976;a:2:{s:6:\"family\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:977;a:2:{s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:978;a:2:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:979;a:2:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:980;a:2:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:981;a:2:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:982;a:2:{s:6:\"family\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:983;a:2:{s:6:\"family\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:984;a:2:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:985;a:2:{s:6:\"family\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:986;a:2:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:987;a:2:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:988;a:2:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:989;a:2:{s:6:\"family\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:990;a:2:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:991;a:2:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:992;a:2:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:993;a:2:{s:6:\"family\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:994;a:2:{s:6:\"family\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:995;a:2:{s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:996;a:2:{s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:997;a:2:{s:6:\"family\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:998;a:2:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:999;a:2:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1000;a:2:{s:6:\"family\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1001;a:2:{s:6:\"family\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1002;a:2:{s:6:\"family\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}}', 'yes');
INSERT INTO `wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(262, 'oxygen_global_colors_cache_update_required', '1', 'yes'),
(277, '_transient_health-check-site-status-result', '{\"good\":14,\"recommended\":5,\"critical\":1}', 'yes'),
(1564, 'oxygen_vsb_options_users_access_list', 'a:0:{}', 'yes'),
(1565, 'oxygen_vsb_options_users_access_enable_elements', 'a:0:{}', 'yes'),
(1566, 'oxygen_vsb_options_users_access_advanced_tab', 'a:0:{}', 'yes'),
(1567, 'oxygen_vsb_options_users_access_drag_n_drop', 'a:0:{}', 'yes'),
(1568, 'oxygen_vsb_options_users_access_enabled_elements', 'a:0:{}', 'yes'),
(1569, 'oxygen_vsb_options_users_access_disable_classes', 'a:0:{}', 'yes'),
(1570, 'oxygen_vsb_options_role_access_enable_elements', 'a:0:{}', 'yes'),
(1571, 'oxygen_vsb_options_role_access_advanced_tab', 'a:0:{}', 'yes'),
(1572, 'oxygen_vsb_options_role_access_drag_n_drop', 'a:0:{}', 'yes'),
(1573, 'oxygen_vsb_options_role_access_enabled_elements', 'a:0:{}', 'yes'),
(1574, 'oxygen_vsb_options_role_access_disable_classes', 'a:0:{}', 'yes'),
(1575, 'oxygen_vsb_update_3_6', '1', 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `wpk0_postmeta`
--

CREATE TABLE `wpk0_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpk0_postmeta`
--

INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(11, 9, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'38a8ddb69d911976bb937e545faea8a1ebcf4fed89a829d430c512dbcb2771ed\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-111\",\"original\":{\"background-color\":\"color(4)\",\"background-image\":\"[oxygen ct_sign_sha256=\'a3917e03abdc9597a1609ca96f6dd37b937924bd930b4c48b1c4d1ac757ef56b\' data=\'featured_image\' ]\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(177,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(0,165,189,0.9)\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Hero Section\"}\'][ct_headline ct_sign_sha256=\'441dd868f003323c434e9c2092d919fdf1159c7fd36ccb6d930985806f25478b\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"headline-10-111\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'c92336085c748cc3ed55848197c9ab1d4d8e0c0e5c4a92c1ed4854a82643314a\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-111\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'6560b861762565cf541264f34313d4717f55b07e4ed0dcb9664845e39e4f3608\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"text_block-12-111\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'48a0322c502dfa8385c5720ed21dac5f601354e8ec729a3673dcb761d5c6e809\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-111\"}\'][oxygen ct_sign_sha256=\'f8aae5be7515150c44fb6dd2f7eae7a5c2ce154b0cb6eb022ac99185a940d66e\' data=\'date\' ][/ct_span][/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'dbac85ca31754dcbad8bc39acead23dd3e4a188f90b3e8e45ff7e7ea65b884c0\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-111\",\"original\":{\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\",\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Post Content\"}\'][ct_text_block ct_sign_sha256=\'f954361a52f80c15617bd08ac6c7a60eaeb292740314e73573cdadbbf8f64fd2\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-111\"}\'][ct_span ct_sign_sha256=\'e9e1b395247855b9118fefb457274f72d65c590a45c5d35bb415cc01e9c57547\' ct_options=\'{\"ct_id\":7,\"ct_parent\":5,\"selector\":\"span-7-111\",\"classes\":{\"0\":\"oxy-stock-content-styles\",\"1\":\"hosting-other-single\"},\"activeselector\":\"hosting-other-single\"}\'][oxygen ct_sign_sha256=\'c3b66dff1dc1557e12d3fd2d57a725778f4d675b3c1c49e4c49b402719b47fe0\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'26a2731efffd3fe98848372d027200c401289ae7ebf12d59f7bc57096635f666\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"code_block-4-111\",\"original\":{\"code-css\":\"Lmhvc3Rpbmctb3RoZXItc2luZ2xlIGgxLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgzLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg0LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg2IHsKCWNvbG9yOiAjMkE0NDVBOwogICAgbGluZS1oZWlnaHQ6IDEuMTsKICAgIGZvbnQtd2VpZ2h0OiA3MDA7CiAgICBtYXJnaW4tYm90dG9tOiAuMmVtOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDEgewogIGZvbnQtc2l6ZTogNjRweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyIHsKICBmb250LXNpemU6IDQwcHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoMyB7CiAgZm9udC1zaXplOiAzNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDQgewogIGZvbnQtc2l6ZTogMzJweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1IHsKICBmb250LXNpemU6IDI0cHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoNiB7CiAgZm9udC1zaXplOiAxNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIHRvcCBsZWZ0LCAjMDFBNUJDLCAjQUZEMTdFKTsKICBjb2xvcjogI2ZmZmZmZjsKICBwYWRkaW5nOiAxOHB4IDQycHg7CiAgbWFyZ2luLWxlZnQ6IDA7CiAgbWFyZ2luLXJpZ2h0OiAwOwogIGZvbnQtc2l6ZTogMTZweDsKICBsaW5lLWhlaWdodDogMS42ZW07CiAgZm9udC1zdHlsZTogaXRhbGljOwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBvbCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24tdGV4dCB7CiAgY29sb3I6IHJnYmEoMCwwLDAsMC4zKTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBhIHsKICBjb2xvcjogIzA3QURCNzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGE6aG92ZXIgewogIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwp9CgpwcmUgewogIHdoaXRlLXNwYWNlOiBub3JtYWwgIWltcG9ydGFudDsKICBjb2xvcjogcmdiYSgwLDAsMCwwLjMpOwp9Cg==\",\"code-php\":\"PCEtLSAtLT4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'3124d2a46053640813fae7b1465c74d8b7451d076c4bd98f0c5370417814b904\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-111\",\"original\":{\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\",\"background-color\":\"color(7)\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Blog Post Comments\",\"ct_category\":\"Blog\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][oxy_comments ct_sign_sha256=\'e462315ff68d692ddf5f85a4a3a9724969f7edc9b35c1b1e5f5490541bc9f10d\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_comments-15-111\",\"original\":{\"code-php\":\"PD9waHAKCmlmIChoYXZlX2NvbW1lbnRzKCkpIHsKCgk/PgoKCTxoMyBjbGFzcz0iY29tbWVudHMtdGl0bGUiPgoJCTw/cGhwCgkJZWNobyBPeHlnZW5fVlNCX0NvbW1lbnRzX0xpc3Q6OnV0aWxfdGl0bGUoKTsKCQk/PgoJPC9oMz4KCgk8b2wgY2xhc3M9ImNvbW1lbnRzLWxpc3QiPgoKCSAgICA8P3BocAoKCSAgICB3cF9saXN0X2NvbW1lbnRzKAoJICAgIAlhcnJheSgKCgkgICAgCQknc3R5bGUnID0+ICdvbCcsCgkgICAgCQknZm9ybWF0JyA9PiAnaHRtbDUnLAoJICAgIAkJJ2F2YXRhcl9zaXplJyA9PiAnMTAwJwoJICAgIAkpCgkgICAgKTsKCgkgICAgPz4KCgk8L29sPgoKCTxkaXYgY2xhc3M9ImNvbW1lbnRzLW5hdmlnYXRpb24iPgoJCTxkaXYgY2xhc3M9J3ByZXZpb3VzLWNvbW1lbnRzLWxpbmsnPjw/cGhwIHByZXZpb3VzX2NvbW1lbnRzX2xpbmsoKTsgPz48L2Rpdj4KCQk8ZGl2IGNsYXNzPSduZXh0LWNvbW1lbnRzLWxpbmsnPjw/cGhwIG5leHRfY29tbWVudHNfbGluaygpOyA/PjwvZGl2PgoJPC9kaXY+CgoJPD9waHAKCn0KCj8+\",\"code-css\":\"LmNvbW1lbnRzLXRpdGxlIHsKICBmb250LXNpemU6IDQwcHg7CiAgY29sb3I6ICMyQTQ0NUE7CiAgbGluZS1oZWlnaHQ6IDEuMTsKICB0ZXh0LWFsaWduOiBjZW50ZXI7CiAgbWFyZ2luLWJvdHRvbTogNDhweDsKICBkaXNwbGF5OiBibG9jazsKfQoKLmNvbW1lbnQtYm9keSB7CiAgYmFja2dyb3VuZDogd2hpdGU7CiAgYm94LXNoYWRvdzogcmdiYSgwLDAsMCwwLjEpIDAgMCA1cHg7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIHBhZGRpbmc6IDI4cHg7CiAgbWFyZ2luLWJvdHRvbTogMjBweCAhaW1wb3J0YW50Owp9CgpAbWVkaWEgKG1heC13aWR0aDogNzY4cHgpIHsKLm94eS1jb21tZW50cyBvbC5jaGlsZHJlbiB7CiAgICBtYXJnaW4tbGVmdDogMDsKICB9Cn0KCi5jb21tZW50LWNvbnRlbnQgewogIGNvbG9yOiAjNjY2OwogIGZvbnQtc2l6ZTogMTZweDsKfQoKLmNvbW1lbnQtcmVwbHktbGluayB7CiAgY29sb3I6ICMwN0FEQjc7CiAgZm9udC1zaXplOiAxNnB4ICFpbXBvcnRhbnQ7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBwYWRkaW5nOiAxMnB4IDMycHg7CiAgYm9yZGVyOiAycHggc29saWQgIzA3QURCNzsKICBib3JkZXItcmFkaXVzOiA1cHg7Cn0KCi5jb21tZW50LXJlcGx5LWxpbms6aG92ZXIgewogIHRyYW5zZm9ybTogc2NhbGUoMS4wNSwxLjA1KTsKfQoKLmF2YXRhciB7CiAgYm9yZGVyLXJhZGl1czogMTAwJTsKICBib3JkZXI6IDNweCBzb2xpZCAjOEVDOThBOwogIG1hcmdpbi1yaWdodDogMTJweCAhaW1wb3J0YW50Owp9CgouY29tbWVudC1hdXRob3IgewogIG1hcmdpbi1ib3R0b206IDE2cHg7CiAgZm9udC1mYW1pbHk6ICdSYWxld2F5JzsKICBjb2xvcjogIzJBNDQ1QTsKfQoKLmZuIHsKICBmb250LXdlaWdodDogOTAwOwp9CgouY29tbWVudC1tZXRhZGF0YSBhIHsKICBjb2xvcjogIzA3QURCNzsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgbWFyZ2luLXJpZ2h0OiAxMnB4Owp9CgouY29tbWVudC1tZXRhZGF0YSBhOmhvdmVyIHsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKLm94eS1jb21tZW50LWZvcm0gbGFiZWwgewogIGRpc3BsYXk6IG5vbmU7Cn0KCi5veHktY29tbWVudC1mb3JtIHRleHRhcmVhIHsKICBwYWRkaW5nOiAyMHB4OwogIHJlc2l6ZTogbm9uZTsKICBvdXRsaW5lOiBub25lOwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7Cn0KCi5veHktY29tbWVudC1mb3JtIHRleHRhcmVhOmZvY3VzIHsKICBib3gtc2hhZG93OiByZ2JhKDAsMCwwLDAuMikgMCAwIDEwcHg7Cn0KCi5veHktY29tbWVudC1mb3JtICNzdWJtaXQgewogIGJveC1zaGFkb3c6IDBweCAyNXB4IDIwcHggLTIwcHggcmdiYSgwLDAsMCwwLjIpICFpbXBvcnRhbnQ7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICB0cmFuc2l0aW9uOiBhbGwgZWFzZSAwLjJzOwogIG91dGxpbmU6IG5vbmU7Cn0KCi5veHktY29tbWVudC1mb3JtICNzdWJtaXQ6aG92ZXIgewogIHRyYW5zZm9ybTogc2NhbGUoMS4wNSwxLjA1KTsKfQoKLmNvbW1lbnQtcmVwbHktdGl0bGUgewogIGNvbG9yOiAjZmZmOwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgZm9udC1zaXplOiA0MHB4OwogIGxpbmUtaGVpZ2h0OiAxLjE7Cn0KCi5jb21tZW50LXJlcGx5LXRpdGxlIGEgewogIGNvbG9yOiByZ2JhKDI1NSwyNTUsMjU1LDAuNSk7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7Cn0KCi5jb21tZW50LXJlcGx5LXRpdGxlIGE6aG92ZXIgewogIGNvbG9yOiB3aGl0ZTsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKcC5sb2dnZWQtaW4tYXMgewogIG1hcmdpbi1ib3R0b206IDI4cHggIWltcG9ydGFudDsKICBjb2xvcjogdHJhbnNwYXJlbnQ7Cn0KCi5sb2dnZWQtaW4tYXMgYSB7CiAgY29sb3I6IHJnYmEoMjU1LDI1NSwyNTUsMC41KTsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBtYXJnaW46IDAgOHB4Owp9CgoubG9nZ2VkLWluLWFzIGE6aG92ZXIgewogIGNvbG9yOiB3aGl0ZTsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQ==\"},\"activeselector\":false}\'][/oxy_comments][oxy_comment_form ct_sign_sha256=\'5b8ccde26acc29e5d2ffbbf0a7089af4e293dadd7cb578bbbddca75024a58863\' ct_options=\'{\"ct_id\":16,\"ct_parent\":14,\"selector\":\"_comment_form-16-111\",\"original\":{\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"#b1d27d\"},\"1\":{\"position-unit\":\"px\",\"value\":\"#00a5bd\"}},\"linear-angle\":\"135\",\"gradient-type\":\"linear\"},\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"stretch\",\"padding-top\":\"28\",\"padding-left\":\"28\",\"padding-right\":\"28\",\"padding-bottom\":\"12\",\"border-radius\":\"5\",\"text-align\":\"center\",\"form_field_border_color\":\"color(3)\",\"field_border_radius\":\"5\",\"form_field_text_color\":\"color(5)\",\"submit_button_background_color\":\"color(4)\",\"submit_button_text_color\":\"color(3)\",\"color\":\"color(3)\"}}\'][/oxy_comment_form][/ct_section]'),
(12, 9, 'ct_template_type', ''),
(13, 9, 'ct_template_order', '1'),
(14, 9, 'ct_parent_template', '13'),
(15, 9, 'ct_template_single_all', ''),
(16, 9, 'ct_template_post_types', 'a:1:{i:0;s:4:\"post\";}'),
(17, 9, 'ct_use_template_taxonomies', ''),
(18, 9, 'ct_template_taxonomies', NULL),
(19, 9, 'ct_template_apply_if_post_of_parents', ''),
(20, 9, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(21, 9, 'ct_template_all_archives', ''),
(22, 9, 'ct_template_apply_if_archive_among_taxonomies', ''),
(23, 9, 'ct_template_archive_among_taxonomies', NULL),
(24, 9, 'ct_template_apply_if_archive_among_cpt', ''),
(25, 9, 'ct_template_archive_post_types', 'a:0:{}'),
(26, 9, 'ct_template_date_archive', ''),
(27, 9, 'ct_template_front_page', ''),
(28, 9, 'ct_template_blog_posts', ''),
(29, 9, 'ct_template_search_page', ''),
(30, 9, 'ct_template_404_page', ''),
(31, 9, 'ct_template_index', ''),
(32, 9, 'ct_template_inner_content', ''),
(33, 10, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'619f65b25d1550e57c0fb55afd969ee7a4b56ac26edf1119d4102c8b49d3ce2b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-106\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Blogposts Hero\",\"ct_category\":\"Blog\"}\'][ct_headline ct_sign_sha256=\'6f89c03a8f15c24738103441229e22457ea5bfbff22b13aa70c60f9a1c4d85b5\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-106\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our Blogposts[/ct_headline][ct_text_block ct_sign_sha256=\'98e4332da5ad2da893b2c152693d0c09642382a2cf4c6c1004ac773a111773c9\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"text_block-6-106\",\"original\":{\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']Yet preference connection unpleasant yet melancholy but end appearance. And excellence partiality estimating terminated day everything.[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'210525e84d9bf076b2d6d896119b5db6ccdec734b1533bf143a61e39bdf9f8ee\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-106\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"20\"},\"ct_category\":\"Blog\",\"nicename\":\"Blog Posts\",\"activeselector\":false}\'][oxy_posts_grid ct_sign_sha256=\'f27d2a413b046d398c798a82226d1dd80c06641bcd9914b48d61bd34280097f6\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"_posts_grid-9-106\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QnPgogIDxkaXYgY2xhc3M9J294eS1wb3N0LXdyYXBwZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgICA8ZGl2IGNsYXNzPSdveHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXknPgoJCTw/cGhwIHRoZV90aW1lKGdldF9vcHRpb24oJ2RhdGVfZm9ybWF0JykpOyA/PgoJICA8L2Rpdj4KICAgICAgPC9kaXY+CiAgICAgIAoJPC9hPgogIAoJPGEgY2xhc3M9J294eS1wb3N0LXRpdGxlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz48P3BocCB0aGVfdGl0bGUoKTsgPz48L2E+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YSc+CgoJCTxkaXYgY2xhc3M9J294eS1wb3N0LW1ldGEtYXV0aG9yIG94eS1wb3N0LW1ldGEtaXRlbSc+CgkJCTw/cGhwIHRoZV9hdXRob3IoKTsgPz4KCQk8L2Rpdj4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1jb21tZW50cyBveHktcG9zdC1tZXRhLWl0ZW0nPgoJCQk8YSBocmVmPSc8P3BocCBjb21tZW50c19saW5rKCk7ID8+Jz48P3BocCBjb21tZW50c19udW1iZXIoKTsgPz48L2E+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkJPD9waHAgdGhlX2V4Y2VycHQoKTsgPz4KCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlJz5SZWFkIE1vcmU8L2E+CiAgPC9kaXY+Cgo8L2Rpdj4=\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKICBtYXJnaW4tYm90dG9tOiAzZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdCB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogY29sdW1uOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgd2lkdGg6IDMzLjMzJTsKICBwYWRkaW5nOiAyMHB4Owp9CgolJUVQSUQlJSAub3h5LXBvc3Qtd3JhcHBlciB7CiAgYmFja2dyb3VuZDogd2hpdGU7CiAgYm94LXNoYWRvdzogcmdiYSgwLDAsMCwwLjEpIDAgMCA1cHg7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIG92ZXJmbG93OiBoaWRkZW47Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZSB7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBiYWNrZ3JvdW5kLWNvbG9yOiBncmV5OwogIGJhY2tncm91bmQtaW1hZ2U6IHJlcGVhdGluZy1saW5lYXItZ3JhZGllbnQoCiAgNDVkZWcsCiAgI2VlZSwKICAjZWVlIDEwcHgsCiAgI2RkZCAxMHB4LAogICNkZGQgMjBweCk7CiAgd2lkdGg6IDEwMCU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1maXhlZC1yYXRpbyB7CiAgcGFkZGluZy1ib3R0b206IDYwJTsKICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyOwogIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7CiAgcG9zaXRpb246IHJlbGF0aXZlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZGF0ZS1vdmVybGF5IHsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdG9wOiAxZW07CiAgcmlnaHQ6IDFlbTsKICBmb250LXNpemU6IC43ZW07CiAgY29sb3I6IHdoaXRlOwogIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMCwwLDAsMC41KTsKICBwYWRkaW5nOiAuN2VtIDFlbTsKICBmb250LXdlaWdodDogYm9sZDsKICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDsKICBib3JkZXItcmFkaXVzOiA1cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC10aXRsZSB7CiAgZm9udC1mYW1pbHk6ICdSYWxld2F5JzsKICBmb250LXNpemU6IDEuNWVtOwogIGxpbmUtaGVpZ2h0OiAxLjJlbTsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgZm9udC13ZWlnaHQ6IDkwMDsKICBkaXNwbGF5OiBibG9jazsKICBtYXJnaW46IDE2cHggMjRweCAyMHB4IDI0cHg7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogIG1hcmdpbi10b3A6IDAuNWVtOwogIGZvbnQtc2l6ZTogLjhlbTsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiByb3c7CiAgbWFyZ2luOiAwIDI0cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIGEgewogIGNvbG9yOiAjMDdBREI3OwogIHRleHQtZGVjb3JhdGlvbjogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgYTpob3ZlciB7CiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhLWl0ZW06OmFmdGVyIHsKCWNvbnRlbnQ6ICJcMDBiNyI7CgltYXJnaW4tcmlnaHQ6IC41ZW07CgltYXJnaW4tbGVmdDogLjVlbTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTpsYXN0LWNoaWxkOjphZnRlciB7Cgljb250ZW50OiAiIjsKCWRpc3BsYXk6IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHsKICBtYXJnaW46IDE2cHggMjRweDsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgcCB7CiAgbWFyZ2luOiAwOwp9CgolJUVQSUQlJSAub3h5LXJlYWQtbW9yZSB7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBib3JkZXI6IDJweCBzb2xpZCAjMDdBREI3OwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7CiAgbWF4LXdpZHRoOiAxMDAlOwogIHRleHQtYWxpZ246IGNlbnRlcjsKICBtYXJnaW46IDI0cHg7CiAgZGlzcGxheTogYmxvY2s7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIHBhZGRpbmc6IDEycHggMzZweDsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcmVhZC1tb3JlOmhvdmVyIHsKICB0cmFuc2Zvcm06IHNjYWxlKDEuMDUsMS4wNSk7Cn0KCiUlRVBJRCUlIC5wYWdlLW51bWJlcnMgewogIGNvbG9yOiAjMDdBREI3OwogIHRleHQtZGVjb3JhdGlvbjogbm9uZTsKICBmb250LXNpemU6IDE2cHg7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBtYXJnaW46IDAgMTJweDsKfQoKJSVFUElEJSUgLmN1cnJlbnQgewogIGJhY2tncm91bmQ6ICMwN0FEQjc7CiAgY29sb3I6ICNmZmY7CiAgcGFkZGluZzogMTJweCAxNnB4OwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQ==\",\"read_more_display_as\":\"text link\",\"paginate_alignment\":\"center\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"default\",\"query_post_types\":{\"0\":\"post\"},\"read_more_size\":\"16\",\"read_more_text_color\":\"color(4)\",\"read_more_button_color\":\"color(3)\",\"title_size\":\"24\",\"title_color\":\"color(1)\",\"title_hover_color\":\"color(4)\",\"meta_size\":\"12\",\"meta_color\":\"color(5)\",\"content_size\":\"16\",\"content_color\":\"color(5)\",\"read_more_text_hover_color\":\"color(4)\",\"read_more_button_hover_color\":\"color(3)\",\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{}},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section]'),
(34, 10, 'ct_template_type', ''),
(35, 10, 'ct_template_order', '1'),
(36, 10, 'ct_parent_template', '13'),
(37, 10, 'ct_template_single_all', ''),
(38, 10, 'ct_template_post_types', 'a:0:{}'),
(39, 10, 'ct_use_template_taxonomies', ''),
(40, 10, 'ct_template_taxonomies', NULL),
(41, 10, 'ct_template_apply_if_post_of_parents', ''),
(42, 10, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(43, 10, 'ct_template_all_archives', 'true'),
(44, 10, 'ct_template_apply_if_archive_among_taxonomies', ''),
(45, 10, 'ct_template_archive_among_taxonomies', NULL),
(46, 10, 'ct_template_apply_if_archive_among_cpt', ''),
(47, 10, 'ct_template_archive_post_types', 'a:0:{}'),
(48, 10, 'ct_template_date_archive', ''),
(49, 10, 'ct_template_front_page', ''),
(50, 10, 'ct_template_blog_posts', ''),
(51, 10, 'ct_template_search_page', ''),
(52, 10, 'ct_template_404_page', ''),
(53, 10, 'ct_template_index', ''),
(54, 10, 'ct_template_inner_content', ''),
(55, 11, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'63619539eb70129c97071b9184beae2a6e4944bb258f69c4bb1e5ad5e957f97c\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-98\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Other Single Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c1274cc7b4d1177fdc1a565c6e7aea252ac4b64c592c8825272d7db0073a1dbd\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"headline-10-98\",\"original\":{\"margin-bottom\":\"12\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'eb668b24aecd783ccfe25c663cf541c07c005d7b0f7c786935236b452c8ea99e\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-98\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'db44e0a7b1be8228cd4ea133a017c8d56afbff392cc25a54f7f432ff9d8a0938\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"text_block-12-98\",\"original\":{\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"color\":\"color(2)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f0e145c0320788c051e6a475794364ec2576365ad2a1b67d9552bbe200489a47\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-98\"}\'][oxygen ct_sign_sha256=\'f8aae5be7515150c44fb6dd2f7eae7a5c2ce154b0cb6eb022ac99185a940d66e\' data=\'date\' ][/ct_span][/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'25c6cc23a5c2a5459776c960098810dfaefdb384094c9e877cff777c39a2c776\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-98\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\"},\"activeselector\":false,\"nicename\":\"Other Single Content\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"0\"}}}}\'][ct_code_block ct_sign_sha256=\'8f5aea05bc20b86c220001b21ecf02a615fd5c47d1fec9f3ba65a1b6dd27dc08\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"code_block-4-98\",\"original\":{\"code-css\":\"Lmhvc3Rpbmctb3RoZXItc2luZ2xlIGgxLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgzLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg0LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg2IHsKCWNvbG9yOiAjMkE0NDVBOwogICAgbGluZS1oZWlnaHQ6IDEuMTsKICAgIGZvbnQtd2VpZ2h0OiA3MDA7CiAgICBtYXJnaW4tYm90dG9tOiAuMmVtOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDEgewogIGZvbnQtc2l6ZTogNjRweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyIHsKICBmb250LXNpemU6IDQwcHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoMyB7CiAgZm9udC1zaXplOiAzNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDQgewogIGZvbnQtc2l6ZTogMzJweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1IHsKICBmb250LXNpemU6IDI0cHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoNiB7CiAgZm9udC1zaXplOiAxNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIHRvcCBsZWZ0LCAjMDFBNUJDLCAjQUZEMTdFKTsKICBjb2xvcjogI2ZmZmZmZjsKICBwYWRkaW5nOiAxOHB4IDQycHg7CiAgbWFyZ2luLWxlZnQ6IDA7CiAgbWFyZ2luLXJpZ2h0OiAwOwogIGZvbnQtc2l6ZTogMTZweDsKICBsaW5lLWhlaWdodDogMS42ZW07CiAgZm9udC1zdHlsZTogaXRhbGljOwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBvbCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24tdGV4dCB7CiAgY29sb3I6IHJnYmEoMCwwLDAsMC4zKTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBhIHsKICBjb2xvcjogIzA3QURCNzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGE6aG92ZXIgewogIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwp9CgpwcmUgewogIHdoaXRlLXNwYWNlOiBub3JtYWwgIWltcG9ydGFudDsKICBjb2xvcjogcmdiYSgwLDAsMCwwLjMpOwp9Cg==\",\"code-php\":\"PCEtLSAtLT4=\"},\"activeselector\":false}\'][/ct_code_block][ct_text_block ct_sign_sha256=\'06235bd2bae1d2043b817e472be94aa639f275c2e0261697bc0a6bebccc96a67\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-98\",\"original\":{\"color\":\"color(5)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'afb5a201d9b17b0d146eb42f0e6d53ec655c7d105ece271e87a8fad96cd88c8a\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-98\",\"classes\":{\"0\":\"oxy-stock-content-styles\",\"1\":\"hosting-other-single\"},\"activeselector\":\"hosting-other-single\"}\'][oxygen ct_sign_sha256=\'c3b66dff1dc1557e12d3fd2d57a725778f4d675b3c1c49e4c49b402719b47fe0\' data=\'content\' ][/ct_span][/ct_text_block][/ct_section]'),
(56, 11, 'ct_template_type', ''),
(57, 11, 'ct_template_order', '0'),
(58, 11, 'ct_parent_template', '13'),
(59, 11, 'ct_template_single_all', ''),
(60, 11, 'ct_template_post_types', 'a:1:{i:0;s:4:\"page\";}'),
(61, 11, 'ct_use_template_taxonomies', ''),
(62, 11, 'ct_template_taxonomies', NULL),
(63, 11, 'ct_template_apply_if_post_of_parents', ''),
(64, 11, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(65, 11, 'ct_template_all_archives', ''),
(66, 11, 'ct_template_apply_if_archive_among_taxonomies', ''),
(67, 11, 'ct_template_archive_among_taxonomies', NULL),
(68, 11, 'ct_template_apply_if_archive_among_cpt', ''),
(69, 11, 'ct_template_archive_post_types', 'a:0:{}'),
(70, 11, 'ct_template_date_archive', ''),
(71, 11, 'ct_template_front_page', ''),
(72, 11, 'ct_template_blog_posts', ''),
(73, 11, 'ct_template_search_page', ''),
(74, 11, 'ct_template_404_page', ''),
(75, 11, 'ct_template_index', ''),
(76, 11, 'ct_template_inner_content', ''),
(77, 12, 'ct_builder_shortcodes', '[ct_inner_content ct_sign_sha256=\'f7a9d5b56baf001449b29e3b78c5cb423e359cae8645fd983d89dac6fe39a576\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"inner_content-3-88\"}\'][/ct_inner_content]'),
(78, 12, 'ct_template_type', ''),
(79, 12, 'ct_template_order', '1'),
(80, 12, 'ct_parent_template', '13'),
(81, 12, 'ct_template_single_all', ''),
(82, 12, 'ct_template_post_types', 'a:1:{i:0;s:4:\"page\";}'),
(83, 12, 'ct_use_template_taxonomies', ''),
(84, 12, 'ct_template_taxonomies', NULL),
(85, 12, 'ct_template_apply_if_post_of_parents', ''),
(86, 12, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(87, 12, 'ct_template_all_archives', ''),
(88, 12, 'ct_template_apply_if_archive_among_taxonomies', ''),
(89, 12, 'ct_template_archive_among_taxonomies', NULL),
(90, 12, 'ct_template_apply_if_archive_among_cpt', ''),
(91, 12, 'ct_template_archive_post_types', 'a:0:{}'),
(92, 12, 'ct_template_date_archive', ''),
(93, 12, 'ct_template_front_page', ''),
(94, 12, 'ct_template_blog_posts', ''),
(95, 12, 'ct_template_search_page', ''),
(96, 12, 'ct_template_404_page', ''),
(97, 12, 'ct_template_index', ''),
(98, 12, 'ct_template_inner_content', ''),
(99, 13, 'ct_builder_shortcodes', '[ct_div_block ct_sign_sha256=\'3d80534c801985b2462a5a204ecaba21eb0ea0eea0228cab57ab674624f26e86\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'621f0fdb4a6fc5abe6920c3799581f168702c4518d9443507a6e71f362a7545e\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'e902a30cdb97328edbbab2f2b0af46687bca072caf2fb662ecad3ea1348f948d\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'4613868e04d422d4ebb98c24ccd0806905e34bdc5578646edeeff3e7d35bf298\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'42b6663cf2fc5cca4a454a43d146e303a8822fc0de6b9514975e077a31e3e25d\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'fdef88cb298f900a57c5dbc303bbbe6e588283931a4f449931fabab88be9055c\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'2256f6f4b5fed3580254e4b98fd722e8d3dc2841b6eb01acfe7d75b7c611b568\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\",\"button-color\":\"#3585b8\",\"url\":\"#\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"},\"hover\":{\"background-color\":\"color(3)\",\"button-text-color\":\"#3585b8\",\"button-style\":\"2\",\"button-color\":\"#3585b8\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(300, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'d3a8b3fe19c5a0e3f04a014fb5c661e2251e8dc508a4bc457d340c159a31fede\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'5b56451c4d33773f780904965ab82c88359c9e0a1502081cbc7b1435da5d3ef1\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'ea8cb01d1e1136a48063ba81f23c4f89059e0074acdae90976ec66e9363cf4ee\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'7d40f749a0267ff1d141d27fb65a71e8bad2522250f0acb591171d84cc3d5caf\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(251, 13, 'ct_preview_url', 'https://newgen.stun.tech/');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(252, 13, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(253, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'40e13c501d2696c673935ed76f4464c94ed4a23a8291161f1e544eab0a25defb\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'ac39710e1b4e4519f9b88b32d96d74b6b5146a5f3b318c94da529c3302353c71\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'d4b386ff18db2b3dc24d9c4bbdb9f3840a75f5251b1bd424569b0a7bb7648ec8\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'12824aed854a378cdb975b8c54846c41b8a4c58a248a0c50c8c2ac5d8a6e7b47\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'6a87c0f5e1ab9dbe3e2edf6ea750066a10bd1e82dcfbe3ec4e0c40c4d8e52415\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']Proudly designed with Oxygen, the world\'s best visual website design software[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ad2a5d5c53a0fcd95cf309ecbcba9a2867be17411810ef1110c266d32b7fff0d\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'b1f3f00678c5996fe490b264b61e42e1027cebb42d3351ecc66acec8ce971942\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://linkedin.com\",\"icon-youtube\":\"https://youtube.com\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(100, 13, 'ct_template_type', ''),
(101, 13, 'ct_template_order', '0'),
(102, 13, 'ct_parent_template', NULL),
(103, 13, 'ct_template_single_all', ''),
(104, 13, 'ct_template_post_types', 'a:0:{}'),
(105, 13, 'ct_use_template_taxonomies', ''),
(106, 13, 'ct_template_taxonomies', NULL),
(107, 13, 'ct_template_apply_if_post_of_parents', ''),
(108, 13, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(109, 13, 'ct_template_all_archives', ''),
(110, 13, 'ct_template_apply_if_archive_among_taxonomies', ''),
(111, 13, 'ct_template_archive_among_taxonomies', NULL),
(112, 13, 'ct_template_apply_if_archive_among_cpt', ''),
(113, 13, 'ct_template_archive_post_types', 'a:0:{}'),
(114, 13, 'ct_template_date_archive', ''),
(115, 13, 'ct_template_front_page', ''),
(116, 13, 'ct_template_blog_posts', ''),
(117, 13, 'ct_template_search_page', ''),
(118, 13, 'ct_template_404_page', ''),
(119, 13, 'ct_template_index', 'true'),
(120, 13, 'ct_template_inner_content', ''),
(121, 14, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'729cfd9c98885bf1218187f94f6fdd034cf77d11ba967639eb7d007269c5fa7a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-139\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'a4f7d4de0a02b4538ec2c6eb5c7ed413e5a81cb8467b1189b42c9e01495b32fb\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-139\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission to&nbsp;help you grow your business[/ct_headline][ct_fancy_icon ct_sign_sha256=\'973c507c52326a8ea4984eb5aac682b2951f766ba0152036ff4371cc43019ce5\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"fancy_icon-6-139\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'eb0bc6ccdf8274eb794a11712657ae3b198a2b6c05ea2da3f125978ade819993\' ct_options=\'{\"ct_id\":7,\"ct_parent\":2,\"selector\":\"text_block-7-139\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'f8559dcdb56b92e8db94789fd5a2fc492ae3789c1c875550ea96679b9dd01715\' ct_options=\'{\"ct_id\":11,\"ct_parent\":2,\"selector\":\"link_button-11-139\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'cb833dcbc156800d3c19e7a71ec285c4d51ffd4503641222e9ffb6ecff4a15ee\' ct_options=\'{\"ct_id\":13,\"ct_parent\":0,\"selector\":\"section-13-139\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'9ff73f35a0317cc13fd3f241e8e36d4c90c618fc85d69867101f610dda6ab69e\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"new_columns-14-139\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'813d4a96ce68a60d9a2d36902c22d336ed1b85e224bc28a429b2c48bbfaa0b69\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"div_block-15-139\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7374dfcc05b6d9feaf08198d02b0c1b0c1511e255967ad95d4dd70e57280596a\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"image-18-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7048cb149703bc134a33757243d667870c8435f0fe2c6ac3968b8a958bdd4b9c\' ct_options=\'{\"ct_id\":19,\"ct_parent\":15,\"selector\":\"image-19-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'da0badffa9d572ff27e2b474535e4d6573d4d369e3c857785adb38690ffa99fd\' ct_options=\'{\"ct_id\":16,\"ct_parent\":14,\"selector\":\"div_block-16-139\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'25a24b8bdfef79c8e24e4a8f01ed2e00c6c9952e467e0cf0192b0ecf06b3e392\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"image-20-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7935b807aba61cd6ec324f6900b8625814d88e70ba2be18ee733c27c8a9a9482\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"image-22-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7e7d811a3ede1bc655f24d7cec01b638637531520848a2308941d3004e4aeea7\' ct_options=\'{\"ct_id\":17,\"ct_parent\":14,\"selector\":\"div_block-17-139\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'1bc5471124e85f785c8367e66bc0af4140930d870f35d14f20d8eb01b53c15c7\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"image-23-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'8ef0fe703a7f5085bf9b87141726d705a0573cf38786a057409af1753a4620b9\' ct_options=\'{\"ct_id\":25,\"ct_parent\":17,\"selector\":\"image-25-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\",\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'ab59136b0daeb723d16dec9d2a98e4d7b2797c09f42826d35afadc60b178ec70\' ct_options=\'{\"ct_id\":26,\"ct_parent\":0,\"selector\":\"section-26-139\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2c8502b216ae5747f701d33bf7f079234db3f4adad049154d2bf2b9da4ea430e\' ct_options=\'{\"ct_id\":69,\"ct_parent\":26,\"selector\":\"headline-69-139\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'ecc1ba69f63a26ed8f428f2a33f52166a2da86b693aac2719101dc227f59b12f\' ct_options=\'{\"ct_id\":72,\"ct_parent\":26,\"selector\":\"new_columns-72-139\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4cebb9fcf75e74e13b2f0cdb58f1ebf1ce77427040e88c98917f7f4432981075\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'1fd6ad775fb37b013c9ae5428c7ed8b08d63d999ce3bac4d1bd069ba35cf9d2d\' ct_options=\'{\"ct_id\":35,\"ct_parent\":73,\"selector\":\"fancy_icon-35-139\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'320de7a503956ea82b1a9f17488e919931084fd187724cb91622631c944789dc\' ct_options=\'{\"ct_id\":42,\"ct_parent\":73,\"selector\":\"headline-42-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'5400d95047ceab29e0781eff25db778ba975547250459930210a956bfdcae955\' ct_options=\'{\"ct_id\":53,\"ct_parent\":73,\"selector\":\"text_block-53-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e9e6a1220053aa711f0e5b9aa8df979662e06a6f4b307dfcbeaafe185c0b4d56\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'e78ecb44565a69565521a421004ea7de5653fd7081b4e8d6f59a6c706cd52137\' ct_options=\'{\"ct_id\":36,\"ct_parent\":74,\"selector\":\"fancy_icon-36-139\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7b721c703680d331c4eaa21b8ca612ec8fd0e371c3651366e9313499623cc6a8\' ct_options=\'{\"ct_id\":43,\"ct_parent\":74,\"selector\":\"headline-43-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'83e9336f7e59ced78efe758b45d4a8767aa60eed551896e4c2ea2680f783f647\' ct_options=\'{\"ct_id\":57,\"ct_parent\":74,\"selector\":\"text_block-57-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1164c8d385201fdf7c4a4c06bcebf466f4dd3c28054fb08e8769647051401d4d\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'9b4c56e03aed65e052bca8c04d7654704dd5aa7dca68d71f5836ea4eb7d1fd94\' ct_options=\'{\"ct_id\":37,\"ct_parent\":75,\"selector\":\"fancy_icon-37-139\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c9ad1321e154f434844ee6fd3bae6cccdb3e47e41ab679f6fffb0c4da0e00dd3\' ct_options=\'{\"ct_id\":45,\"ct_parent\":75,\"selector\":\"headline-45-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'84c448ea1cf23ecbaf238e388fdce2275070969279f6a4ed596ff0f9826c0945\' ct_options=\'{\"ct_id\":59,\"ct_parent\":75,\"selector\":\"text_block-59-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a3bf3e7954d344e1eff8999d82bf6cecfca2c80283743ffa8b5374ee427896b8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":72,\"selector\":\"div_block-76-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'4ca2d6cdbbf8596eb6779e8c5bfdf63ddc6dd06541144876f4b73aa07ae6e3c9\' ct_options=\'{\"ct_id\":38,\"ct_parent\":76,\"selector\":\"fancy_icon-38-139\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'8f860a37ab4a5927d9610528a6c6a6af18a2519ac281ec713b8ecdeb9d316cd5\' ct_options=\'{\"ct_id\":47,\"ct_parent\":76,\"selector\":\"headline-47-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'c4f59d9ad660249f2ea4dff6cfe6d534f445b0553baed91773692b8a0aaf075d\' ct_options=\'{\"ct_id\":61,\"ct_parent\":76,\"selector\":\"text_block-61-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(122, 14, 'ct_other_template', '0'),
(123, 15, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'cf7eb4c467327e4d9d29033a0b0e6b64246dda07231a6dfab5a9a5569de24bb6\' ct_options=\'{\"ct_id\":96,\"ct_parent\":0,\"selector\":\"section-96-133\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-bottom\":\"90\"},\"nicename\":\"Features Hero\",\"ct_category\":\"Heros & Titles\",\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'8898102f761b915779eb881337727a89303dea81ccb50d5d36954cbcff7bd0ad\' ct_options=\'{\"ct_id\":98,\"ct_parent\":96,\"selector\":\"headline-98-133\",\"original\":{\"margin-left\":\"40\",\"margin-right\":\"40\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Help Businesses to&nbsp;Grow[/ct_headline][ct_text_block ct_sign_sha256=\'49bc40e76cd0ccfa5214edcc6129accd0af1d4e61c2c401e2c909f421cb5ab43\' ct_options=\'{\"ct_id\":102,\"ct_parent\":96,\"selector\":\"text_block-102-133\",\"original\":{\"margin-left\":\"40\",\"margin-right\":\"40\",\"max-width\":\"480\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"},\"activeselector\":false}\']Dashwoods eagerness oh extensive as discourse sportsman frankness. Husbands see disposed surprise likewise humoured yet pleasure. Fifteen no inquiry cordial so resolve garrets as.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'615d77b5d7f48c339ff667e4f08083d0732b9d7b7ab15d512a844e90477be34b\' ct_options=\'{\"ct_id\":107,\"ct_parent\":96,\"selector\":\"div_block-107-133\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'15e735e1798fa2477761e10ba1a6840f325f56fb67664729bccb836c1154bc95\' ct_options=\'{\"ct_id\":108,\"ct_parent\":107,\"selector\":\"link_button-108-133\",\"original\":{\"margin-left\":\"6\",\"margin-right\":\"6\",\"url\":\"/login/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Get Started[/ct_link_button][ct_link_button ct_sign_sha256=\'da04807c83c88719e9cbfdab11e573093aafcc066073ec93c74491e17d5c2ab1\' ct_options=\'{\"ct_id\":109,\"ct_parent\":107,\"selector\":\"link_button-109-133\",\"original\":{\"margin-left\":\"6\",\"margin-right\":\"6\",\"url\":\"/products/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'8dc1e4142f595166b2a4c4cb5fddccf9d27effe978d9aff55334cd106680f4b5\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'15cf5b2a3604b9300c86252d47f1e7023acc460c342930a1b7273969934251bc\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"new_columns-3-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"reverse-column-order\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'59c8513cc37728dcd8db0d25a570febcdd7a6e249a96e1ec5363d44a4347d6ad\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'da23e8dfbe4cb99be83866615528e321cd55dd6856e2eeafc2cc9025d448166b\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"headline-6-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Free to Try[/ct_headline][ct_text_block ct_sign_sha256=\'09e836e07ed12b135dd30ca947c08dcb7d7c1e4edd6749241a845a942255acec\' ct_options=\'{\"ct_id\":8,\"ct_parent\":4,\"selector\":\"text_block-8-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']On am we offices expense thought. Its hence ten smile age means. Seven chief sight far point any. Of so high into easy. Dashwoods eagerness oh extensive as discourse sportsman frankness.[/ct_text_block][ct_link_button ct_sign_sha256=\'b1f6573cab2bd4dd3d8d02948b83c2c32f18e66f9de9f2abe746736bf6485ad9\' ct_options=\'{\"ct_id\":10,\"ct_parent\":4,\"selector\":\"link_button-10-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9ed3c499f7459679a110d6b6bfaf9b7d870744d9d26444e09e00107bfd032317\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"div_block-5-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'6fa1e687275a6ea2058a351713359f1dd3823298423f46be7f3f4ea6dbc212dc\' ct_options=\'{\"ct_id\":13,\"ct_parent\":5,\"selector\":\"image-13-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/280ddb8e-7c33-4807-b93e-7e137deeab082x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'cef887c0b527e90f20730dbf689e217f51e416a0ae0ff690069488cffeb18a01\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'de57b3a47abac0709207daa6f7fe4ad04f7e7e96f80ea53156dcef327415c116\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"new_columns-15-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'f718b93f2ef8fde316b2c665d62ffbce696a4e0ad0de9c25c4744dd2fdf107f7\' ct_options=\'{\"ct_id\":20,\"ct_parent\":15,\"selector\":\"div_block-20-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'571e47fc826aa947f49cc8e4e5b51d2b22d958cacf8e06fc0f1a2c5ebc02be56\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"image-21-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/b194577b-1049-4392-abcf-72e40dce5f7b2x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'11a0c2b7d0de1aec114bcf4951511db45d0bd953b648fb4a02e02da92271940e\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"div_block-16-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'a0e960ed0f77aa16112292eca33c2e3d05c523323bd6c6e2bc000c4d98db1ed0\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"headline-17-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Cloud Server Storage[/ct_headline][ct_text_block ct_sign_sha256=\'01be3b481c4bd840455ef2431eac4446db60f52f5ca1cb9bbf5ecedf6249c964\' ct_options=\'{\"ct_id\":18,\"ct_parent\":16,\"selector\":\"text_block-18-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']In as name to here them deny wise this. As rapid woody my he me which. Men but they fail shew just wish next put. Led all visitor musical calling nor her. Within coming figure sand things are.[/ct_text_block][ct_link_button ct_sign_sha256=\'245aae74b7b8554789f331f8d80e014187a70a46046f286e50965b17105d4fc8\' ct_options=\'{\"ct_id\":19,\"ct_parent\":16,\"selector\":\"link_button-19-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'88c135367b714929a2c059d4d357a7d87b20580c08051c0d40762cca4c140bfe\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-133\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Features Row\",\"ct_category\":\"Showcase\"}\'][ct_new_columns_3 ct_sign_sha256=\'df11d1faaeb8602426e776b97723c85ffbc1b2c75c90349fe0e43575e4b69d9b\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"new_columns-46-133\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'263223bf06dcf4b02695c3239f6b020106a5dda9bd164e731edaeb3413c3e14e\' ct_options=\'{\"ct_id\":88,\"ct_parent\":46,\"selector\":\"div_block-88-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'2fb6b432068bc83cfff61263a2fc17f93b2bc71d28a209e70d30652b842720d1\' ct_options=\'{\"ct_id\":89,\"ct_parent\":88,\"selector\":\"fancy_icon-89-133\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a492306ab4e16c1c40f9cc31b0b74137ebc07a2b2f3b40cc230463c84caf3762\' ct_options=\'{\"ct_id\":90,\"ct_parent\":88,\"selector\":\"headline-90-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']Cross-Marketing Opportunities[/ct_headline][ct_text_block ct_sign_sha256=\'47173cc5c84360e760c637283df9c7c11812ee3815b2de366486e2ed0993737e\' ct_options=\'{\"ct_id\":91,\"ct_parent\":88,\"selector\":\"text_block-91-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Far estimable extremely middleton his concealed.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cee7ce94bbca4ab5ef3a9814f00baca576d0268ae924f481fe552f3e8e91a325\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"div_block-47-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\",\"background-color\":\"color(11)\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"border-radius\":\"5\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'1de20e8ce10f01a0a81e9c84cf844b14df0265d7eda6ec6c9f5bc47118d7e462\' ct_options=\'{\"ct_id\":51,\"ct_parent\":47,\"selector\":\"fancy_icon-51-133\",\"original\":{\"icon-id\":\"Lineariconsicon-coffee-cup\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f911da53e9245afb316314da5a6278f5d6106ce829b1c985746c34736af06665\' ct_options=\'{\"ct_id\":58,\"ct_parent\":47,\"selector\":\"headline-58-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']Speed-Up your Website[/ct_headline][ct_text_block ct_sign_sha256=\'73984ffca0f2805d6815192d94f086bf22c620918996174288a2e4f7110ead88\' ct_options=\'{\"ct_id\":73,\"ct_parent\":47,\"selector\":\"text_block-73-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Drawings can followed improved out sociable not. Earnestly sod.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2f5e430000c99a9df36fe63ce61ea40ed710ffb10fa28d7525c66f1d6e580430\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\",\"nicename\":\"Div 48\"}\'][ct_fancy_icon ct_sign_sha256=\'80dedb4bb692d2d286da3f965ef9ea2454c8e4c27e1490d0067a143caffbe994\' ct_options=\'{\"ct_id\":52,\"ct_parent\":48,\"selector\":\"fancy_icon-52-133\",\"original\":{\"icon-id\":\"Lineariconsicon-lock\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'251d9d6c2d53aa40b68fb577e2b6010954dd0bd98a0d9a8dfdeb343176b209f5\' ct_options=\'{\"ct_id\":59,\"ct_parent\":48,\"selector\":\"headline-59-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']100% Secure Connection[/ct_headline][ct_text_block ct_sign_sha256=\'e3050970d88684d474315abd16cb6bf450422c3a533e862dc443bd8a73a0888c\' ct_options=\'{\"ct_id\":75,\"ct_parent\":48,\"selector\":\"text_block-75-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Allowance too applauded now way something recommend.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'447e9249c5838526253c88827c627218865844ee1a21c8c831de1441340bcf70\' ct_options=\'{\"ct_id\":24,\"ct_parent\":0,\"selector\":\"section-24-133\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'3cb38ee0edd73841412a66a3bb9c17f34ec2245fb0d52542e3754b98eec785ba\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"new_columns-25-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"never\",\"reverse-column-order\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c0cc7cfa88355f9e0a69d8437e904731666bdd49b0c66c08ecaf7600a253994a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"div_block-26-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'be1b8599387032d037565df0570ce8dbd9952f3df92a3c214f625d5383bcfc63\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"headline-27-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Full File Access[/ct_headline][ct_text_block ct_sign_sha256=\'8328bfb0d8a6a514cb2ab51231216ec890d45b3c1b08f6fb85be92b5823787a1\' ct_options=\'{\"ct_id\":28,\"ct_parent\":26,\"selector\":\"text_block-28-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Continual delighted as elsewhere am convinced unfeeling. Introduced stimulated attachment no by projection. To loud lady whom my mile sold four. Need miss all four case fine age tell.[/ct_text_block][ct_link_button ct_sign_sha256=\'87a7710070edf33ea5a70a5f1bdcb5fc0120162b3a9a0f65ba6de345511ffdfc\' ct_options=\'{\"ct_id\":29,\"ct_parent\":26,\"selector\":\"link_button-29-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5126b8cfe48d615fea6d57a9c99863afee06d4bfe35b138f45503e306b688a21\' ct_options=\'{\"ct_id\":30,\"ct_parent\":25,\"selector\":\"div_block-30-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'d304ec0e6c0536be5385fc82b769dd848197c260155147b9ac7aa5755591a5de\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"image-31-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/f387b9c4-f497-48ac-845a-05ba97f805d12x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'263b3e54f924c751d6f6573e29438fe41b7876ae6a194d6b9af74ee8dcf4a686\' ct_options=\'{\"ct_id\":33,\"ct_parent\":0,\"selector\":\"section-33-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(3)\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'cc25ecde0573f53c4d0ccf010cd4c2197bd97c2d80566575f5990cffb78361b2\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"new_columns-34-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'3db9f867fb400b18b04b29f534bec7f121a5c3ab15bc566cede8c15a59b9b441\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"div_block-35-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7a854aa8a570e3ce09f2354ed3a67b8fee45759f010bdf0c6dd1368b1d223b9c\' ct_options=\'{\"ct_id\":36,\"ct_parent\":35,\"selector\":\"image-36-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e6ae632e6e9459516b0372e3b6dbec17adca193f3937cc6131254734e9b3a0cd\' ct_options=\'{\"ct_id\":37,\"ct_parent\":34,\"selector\":\"div_block-37-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'4420d7d8c663341bf7a19be075b2904cf3bc1055e3b5e64357dce25895f0fab0\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']DDos Protection[/ct_headline][ct_text_block ct_sign_sha256=\'5ebf88a3419a613f5838cface305f4a3145aad2bc6ac88764f4a622d7ab14d4e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Civility vicinity graceful is it at. Improve up at to on mention perhaps raising. Way building not get formerly her peculiar. Up uncommonly prosperous sentiments simplicity acceptance to so.[/ct_text_block][ct_link_button ct_sign_sha256=\'4f193ce422831d23e936bacf0475d0489f31f6643cc8b3f2ca2c8c939092e4bf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":37,\"selector\":\"link_button-40-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(124, 15, 'ct_other_template', '0');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(125, 16, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'d1a9d9c9f833f8d3e5ed8d94b6a4be4792c2828b1f2da4053ceada0915b6def0\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-115\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"20\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"nicename\":\"Products Hero Section\",\"ct_category\":\"Heros & Titles\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'b6550489b3b57d72cae96be0cf8667952c76618277ca01c30f4ca6193b38fee6\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-115\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get Fully Managed<br>Hosting Located in&nbsp;USA[/ct_headline][ct_text_block ct_sign_sha256=\'4ebe553b5ac20f7c88f414c5b416093bd5b192e226dce74bb1c3defc07e48d9a\' ct_options=\'{\"ct_id\":7,\"ct_parent\":2,\"selector\":\"text_block-7-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"max-width\":\"480\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']One morning, when Gregor Samsa woke from troubled dreams, himself transformed in his bed into a horrible vermin.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'bb8e8d30fceab3a2231cb828164f55650d800eb6b5a69801f18ef2091571f5fb\' ct_options=\'{\"ct_id\":9,\"ct_parent\":2,\"selector\":\"new_columns-9-115\",\"original\":{\"max-width\":\"720\"},\"media\":{\"tablet\":{\"original\":{\"max-width\":\"360\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'b5ec2f0e4be373f2c7c0f3d9770577fda4dfd44345449f5b092cedb3329c8227\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-115\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_div_block_4 ct_sign_sha256=\'a24c64748b2287e944bf25f0ae361d31e674124407b30b50087de4fd8c7ed60d\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"div_block-13-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'709059fb5999953ff6fcf0854a715a3db548412ed7ea96640cb2e319fe7b1989\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"fancy_icon-14-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c9c3e6e8765f78ce301da3aaad9e843db27c46f40d473cc3f80f7f177fba1ac6\' ct_options=\'{\"ct_id\":15,\"ct_parent\":13,\"selector\":\"text_block-15-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']24x7x365 support coverage;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'61e2bf211f3cd8f0bc6668ed6af1d835230c7c2815e3f521a013daf7a5154f04\' ct_options=\'{\"ct_id\":17,\"ct_parent\":10,\"selector\":\"div_block-17-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'989b58b2369154deb42d6f793ddf27ff075f511ba9d55656bb295ec0f3641c37\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"fancy_icon-18-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'057da57aeebc24cdc888ff5ab34334fb604b47fd5a91e0822ff642d2a47d0014\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"text_block-19-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Transparent 100% Uptime SLA;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'e7cf39f69122301d1c7b2574cf9c5eb135c2f99e7c86bfeac6814f452f7d12ef\' ct_options=\'{\"ct_id\":23,\"ct_parent\":10,\"selector\":\"div_block-23-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'c92340a13d454d56836c5091f608ce86081c5424a5e61b4aa3d03b16c888df8e\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"fancy_icon-24-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'1fb48139293c186bce088e30b0cfc81497f2d697eac59e5258624db63e683517\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"text_block-25-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Windows and Linux VPS available;[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e56aa21cc83b7cbaabe76142011185f2c56d7f9b2f92425a8503be02dc07bd37\' ct_options=\'{\"ct_id\":11,\"ct_parent\":9,\"selector\":\"div_block-11-115\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_div_block_4 ct_sign_sha256=\'9e2a8040a59e95fc8b0fe32ccf3d0d0571a10d2d4c525a777febff523350ffa7\' ct_options=\'{\"ct_id\":20,\"ct_parent\":11,\"selector\":\"div_block-20-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'f30beb01f01a67abe283c47069760f094eb44975c64ef303377494054fb80af6\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"fancy_icon-21-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'218616c2b2692d4d094cdc8d38dc71d2796e1e1117ee06f18e535fd8099a6273\' ct_options=\'{\"ct_id\":22,\"ct_parent\":20,\"selector\":\"text_block-22-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Automatic daily backups;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'507a0f4f79bbe5ce319c8f65c75768adddb8a71e4950ad8bdf2a7b791311d778\' ct_options=\'{\"ct_id\":29,\"ct_parent\":11,\"selector\":\"div_block-29-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'71d21d5463c2ffe61c3d52171caec7eda77c8b1a564ff2e3d2ada4be3fc823b9\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"fancy_icon-30-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'06e9538f2f268ce6a96b3ec8e25cf121ee253adbf9d7d43bf59f9befb5ccf655\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"text_block-31-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']No limits on support time per month;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'69862593b8b38a5d6fc6ed2c56b95526bfb2fb9cc0de9352efba17b3e8672139\' ct_options=\'{\"ct_id\":32,\"ct_parent\":11,\"selector\":\"div_block-32-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'0bb13c0bbee52f9f546e584e4a9cf7bb1606b176afec62a76670d620cb386bfb\' ct_options=\'{\"ct_id\":33,\"ct_parent\":32,\"selector\":\"fancy_icon-33-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'4266b92f736ab17f87917b755ba5ee4ca9d92bce82802ea54d27604edf718851\' ct_options=\'{\"ct_id\":34,\"ct_parent\":32,\"selector\":\"text_block-34-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Easy Scalability.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'f4c333d70bd6839810090343956ed485796af6757d95d8ce810f3602f5541eee\' ct_options=\'{\"ct_id\":45,\"ct_parent\":0,\"selector\":\"section-45-115\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"ct_category\":\"Showcase\",\"nicename\":\"Products Section\"}\'][ct_new_columns_3 ct_sign_sha256=\'4a54ba157ee798a6bcc3a53effc585e2f762a16854be7b5da53a094d9909facb\' ct_options=\'{\"ct_id\":46,\"ct_parent\":45,\"selector\":\"new_columns-46-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'c8921fcdd55fea986f2ea38f4faaf63c0ac3d3f1cb97295458385fce2da7e0e0\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"div_block-47-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'7378fefbf21ba319729a84cb5be0568870354171c92edc6b84b3f88754f9db35\' ct_options=\'{\"ct_id\":51,\"ct_parent\":47,\"selector\":\"div_block-51-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'be147729169df419692bb35ae0b629dfdf063dd41f6fb95c6cfbfc330eb26ccb\' ct_options=\'{\"ct_id\":69,\"ct_parent\":51,\"selector\":\"fancy_icon-69-115\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6cfa47fc0ee1f5a15dedc61154be5ee3da87f23860ee8f9742a7383df97509f0\' ct_options=\'{\"ct_id\":58,\"ct_parent\":51,\"selector\":\"headline-58-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Managed VPS[/ct_headline][ct_text_block ct_sign_sha256=\'7e0dd7f98262dfaa6d7468957bc608d6ee0437b93b258240b71bd09147813d48\' ct_options=\'{\"ct_id\":87,\"ct_parent\":51,\"selector\":\"text_block-87-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'6a34461364931a9743f1d061832e6c02a6677c003a28df433d3be034683f2e24\' ct_options=\'{\"ct_id\":91,\"ct_parent\":87,\"selector\":\"span-91-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;24x7x365 support coverage;[/ct_text_block][ct_text_block ct_sign_sha256=\'38854b58a843a5d91e82566683d8a138f2ef61e78b9af2520397074599370293\' ct_options=\'{\"ct_id\":94,\"ct_parent\":51,\"selector\":\"text_block-94-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'e202c9028e9fecb3ecd0ea562cf0f03707abe0d878d2ac19fe4e13ab61b7027c\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"span-95-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'f6c656a64040a831ca4f0ffe857741d5daed7f86c9942335a83501f35473287c\' ct_options=\'{\"ct_id\":98,\"ct_parent\":51,\"selector\":\"text_block-98-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'114eeb355e3789706788bae47dc6c2be1a0640c2b1991003ac83866a4b3c0aae\' ct_options=\'{\"ct_id\":99,\"ct_parent\":98,\"selector\":\"span-99-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'9dabef5f08a6428bc03fd7fa7aef143fc0ef22c32966a5a3f68435f8f27bb33f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":51,\"selector\":\"headline-138-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$49[/ct_headline][ct_text_block ct_sign_sha256=\'98d028e902cdff674ca798080bed9bf4408009a4d18aa13af625c94178b0dc6e\' ct_options=\'{\"ct_id\":152,\"ct_parent\":51,\"selector\":\"text_block-152-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'e22fdd751cbbc84a5de2998ed1b05c521e857a38485f1068834e98229c63b495\' ct_options=\'{\"ct_id\":77,\"ct_parent\":51,\"selector\":\"link_button-77-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top-unit\":\"px\"}}}}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1bedfc8d8144576c7c6e45666983444e168ebf51b7a3a5377b261269d57f15c9\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e1db4d7d79f5578b60f2aab10099486cff14bb4b040ed4cc2b294da91dd41fca\' ct_options=\'{\"ct_id\":52,\"ct_parent\":48,\"selector\":\"div_block-52-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'2b7cf63723f043ba539af61e88870a445bc1e0af972d931e606d08e2cc84c784\' ct_options=\'{\"ct_id\":71,\"ct_parent\":52,\"selector\":\"fancy_icon-71-115\",\"original\":{\"icon-id\":\"Lineariconsicon-printer\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1f2697b82e1ac03e452acc92865e531992ff2566080671cee54a0c15934f5a62\' ct_options=\'{\"ct_id\":60,\"ct_parent\":52,\"selector\":\"headline-60-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Servers[/ct_headline][ct_text_block ct_sign_sha256=\'a45ce7f0c0182ff1261f064b2454bfac837067c8088e4df575f45c3d0a8e1899\' ct_options=\'{\"ct_id\":102,\"ct_parent\":52,\"selector\":\"text_block-102-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'3d6d95b3b0d651233d6c67e3c62e9d7884b6c6f4cfd06e476aa915ae30e2d38f\' ct_options=\'{\"ct_id\":103,\"ct_parent\":102,\"selector\":\"span-103-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;No limits on support time per month;[/ct_text_block][ct_text_block ct_sign_sha256=\'93bdf04f8f572e9ad3f42b8e1be1e991961ebe768c6dee6a122e97b70a558a99\' ct_options=\'{\"ct_id\":105,\"ct_parent\":52,\"selector\":\"text_block-105-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'908994f1bd9232f997adcb93bbe2a14ba54a2afc91b4534eef4d431d4252c39b\' ct_options=\'{\"ct_id\":106,\"ct_parent\":105,\"selector\":\"span-106-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'4fd86bf0c3f566d463f6ed90ea0ba370ecc1b786751b5099b8f14d92c750cc9f\' ct_options=\'{\"ct_id\":108,\"ct_parent\":52,\"selector\":\"text_block-108-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'9b44544271ae708c0aab33dcb0f952e9486ca43804217a5f577011f5f4908839\' ct_options=\'{\"ct_id\":109,\"ct_parent\":108,\"selector\":\"span-109-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'32330a37ee71cc284dd9a29003041a0915d913419924369f4fe946649d6e14f5\' ct_options=\'{\"ct_id\":142,\"ct_parent\":52,\"selector\":\"headline-142-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$79[/ct_headline][ct_text_block ct_sign_sha256=\'a9dabd34de3edb8d17ab1b755838fd012cc96aaa15a1ff9d8ac5537de812e3fb\' ct_options=\'{\"ct_id\":154,\"ct_parent\":52,\"selector\":\"text_block-154-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'aacd72539d92dc32398138dba52d459e54dc1b28a102f793a2095297d617bc12\' ct_options=\'{\"ct_id\":80,\"ct_parent\":52,\"selector\":\"link_button-80-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'28a79b3abb83af005e096b0555b33df3d894c577f5a79aa07cb5de50be80442a\' ct_options=\'{\"ct_id\":49,\"ct_parent\":46,\"selector\":\"div_block-49-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'f23fab2545ba5e56d58a97980861e09d7b7daa52fa31061e8cc09c40b742e0f5\' ct_options=\'{\"ct_id\":54,\"ct_parent\":49,\"selector\":\"div_block-54-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'afcb30f91b176ad9c5d154b8b0d583a705534153a2dac3a317aa4a27209f9f79\' ct_options=\'{\"ct_id\":73,\"ct_parent\":54,\"selector\":\"fancy_icon-73-115\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-upload\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1f6b3e662397884ba5400dfca6c951a4e0141dbd88c279c0bdb8d32cdebef590\' ct_options=\'{\"ct_id\":62,\"ct_parent\":54,\"selector\":\"headline-62-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Private Clous[/ct_headline][ct_text_block ct_sign_sha256=\'bdc75984633e6edf47885914891993d971706f508f2581b9dc33a76d5f0ea3b6\' ct_options=\'{\"ct_id\":111,\"ct_parent\":54,\"selector\":\"text_block-111-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'0708ae53406833aa1e7a8f8c91a8efc7f28ab5208db64974769a30c05c5769a2\' ct_options=\'{\"ct_id\":112,\"ct_parent\":111,\"selector\":\"span-112-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Automatic daily backups;[/ct_text_block][ct_text_block ct_sign_sha256=\'a3a9174a23c202f30c96076db7fdc1a95fb9f13c97a33ad2018e3e79abc3b6da\' ct_options=\'{\"ct_id\":117,\"ct_parent\":54,\"selector\":\"text_block-117-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'cb84084d930044f12efa02134e5d4d413d233cee67285727873b5844f3adc46d\' ct_options=\'{\"ct_id\":118,\"ct_parent\":117,\"selector\":\"span-118-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'90b390f0867bedd957fa04dc79357270043bac0a0d8427788bfcad432fc472e4\' ct_options=\'{\"ct_id\":123,\"ct_parent\":54,\"selector\":\"text_block-123-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'2bdc219fa732f8bf135eae5919477fa66c0ab475ab748865830652eb9085b977\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"span-124-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'7094a15eb7e298304f028c3db6490d6292cb1595000db28704ff27b0965731a8\' ct_options=\'{\"ct_id\":145,\"ct_parent\":54,\"selector\":\"headline-145-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$99[/ct_headline][ct_text_block ct_sign_sha256=\'566427f041553e349fb7f1da2c7115f08cee2cd8fddd0882492772f1c7c16b7b\' ct_options=\'{\"ct_id\":156,\"ct_parent\":54,\"selector\":\"text_block-156-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'2ec814cb61880fc2413bd4847b9cff52693972d7081071fb40fd86c9ea5bfa4b\' ct_options=\'{\"ct_id\":83,\"ct_parent\":54,\"selector\":\"link_button-83-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c956d60c1a1fe7e46fba2781f5039b5098bb34c442c62e1dd1cd9f71c203927e\' ct_options=\'{\"ct_id\":50,\"ct_parent\":46,\"selector\":\"div_block-50-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'f323f0d57ce884ad3a5279d4559f219608ce729e7c9718e3f9d5b5dfaa87e537\' ct_options=\'{\"ct_id\":56,\"ct_parent\":50,\"selector\":\"div_block-56-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'ea93c4aabe3d1692c551212392ac87bcb695ab308effd0f790aab4af52ca96a4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":56,\"selector\":\"fancy_icon-75-115\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'09708d8d65683e7fffd8719af619d7e8a3ef9662e5bf8d04716a386ac92ad62f\' ct_options=\'{\"ct_id\":64,\"ct_parent\":56,\"selector\":\"headline-64-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Clusters[/ct_headline][ct_text_block ct_sign_sha256=\'d26843680fa5799f965c58220f049bfcf634d174675152968465111befc5c1a7\' ct_options=\'{\"ct_id\":114,\"ct_parent\":56,\"selector\":\"text_block-114-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'3b927ec2064b470d8e2dfa267aa291f591e9d9dd4a88847d1328a2e33b5d3d3a\' ct_options=\'{\"ct_id\":115,\"ct_parent\":114,\"selector\":\"span-115-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Windows and Linux VPS available;[/ct_text_block][ct_text_block ct_sign_sha256=\'cefcb0078ed3ec69418838b672953e8922844b15b7701d030183cf96e800165c\' ct_options=\'{\"ct_id\":120,\"ct_parent\":56,\"selector\":\"text_block-120-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'f1f4288a1a4c9645463fdbecf7caeda296b66ffb37015817a7887c753883b409\' ct_options=\'{\"ct_id\":121,\"ct_parent\":120,\"selector\":\"span-121-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'2b14fbd1c440c98302289f6b0c047506a4f5f56b72d847ac7f562ee939b7fdee\' ct_options=\'{\"ct_id\":126,\"ct_parent\":56,\"selector\":\"text_block-126-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'23fb39258a1dd102690a5303b70f464338a50bd2f7ee8bcef3e05431a10fd2c0\' ct_options=\'{\"ct_id\":127,\"ct_parent\":126,\"selector\":\"span-127-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'cff8fb26d58df032e1dcb5fd8d853c0c5a88bf664ec9f5c3ff703d257e8907c2\' ct_options=\'{\"ct_id\":147,\"ct_parent\":56,\"selector\":\"headline-147-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$139[/ct_headline][ct_text_block ct_sign_sha256=\'8dbdf7b28aca2ee61166e8caa752ee753917c5cbb062cdb076bd2ebbc7f8e6e5\' ct_options=\'{\"ct_id\":158,\"ct_parent\":56,\"selector\":\"text_block-158-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ffaa2f11a7e528d687e3fb4ff62baf0ec47b1c17ee0816a88321f460cec9b817\' ct_options=\'{\"ct_id\":85,\"ct_parent\":56,\"selector\":\"link_button-85-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'13c18dc486594112681badb786903399e8fe5a32fb489e324a573293f5e1d61c\' ct_options=\'{\"ct_id\":160,\"ct_parent\":0,\"selector\":\"section-160-115\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\"},\"activeselector\":false,\"nicename\":\"Providers Section\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'63fecabbb0cc464db2469d5fe0be858b4daa676e787bade048a19e5c882cb530\' ct_options=\'{\"ct_id\":162,\"ct_parent\":160,\"selector\":\"headline-162-115\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Not all hosting providers are&nbsp;the&nbsp;same[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8cd0a78cff98d5a304231eb593b9a46912e86b4432a683935b4b0bfa2b05c5cd\' ct_options=\'{\"ct_id\":167,\"ct_parent\":160,\"selector\":\"new_columns-167-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'f760d71d76cc8d58a0d658d9ac6cd61b8eba00ec5e108dc81365ebdd81ed4039\' ct_options=\'{\"ct_id\":169,\"ct_parent\":167,\"selector\":\"div_block-169-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'301dfa58f217c78956532624a82ac5a58fcca69aa52667b1822b133692e3b8f5\' ct_options=\'{\"ct_id\":161,\"ct_parent\":169,\"selector\":\"image-161-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'087d84328ed611ecefaf2bc2b97b61fca80efe29080fb7d5e9c30a54894706ac\' ct_options=\'{\"ct_id\":170,\"ct_parent\":167,\"selector\":\"div_block-170-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'ae539d448eb7ec7f48c0101f0d72c0465af5e79fc6545edcf8e6a63bc78c9f5c\' ct_options=\'{\"ct_id\":172,\"ct_parent\":170,\"selector\":\"headline-172-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']A collection of textile samples[/ct_headline][ct_text_block ct_sign_sha256=\'b98da63ed7b801c1115b960abc63b4f87070555285cf247c37e48a98a6d21f4d\' ct_options=\'{\"ct_id\":176,\"ct_parent\":170,\"selector\":\"text_block-176-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'d29c1bbe3106e9a24bd53bde6f17b9151f2ad3a485cada0b3c51cb432c4c7e25\' ct_options=\'{\"ct_id\":179,\"ct_parent\":160,\"selector\":\"new_columns-179-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'84026eaff21c4ee40cf4d2a0e48e366a937ae9aa351e0cf242c79e4380133e0d\' ct_options=\'{\"ct_id\":180,\"ct_parent\":179,\"selector\":\"div_block-180-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'c6be63cb7e0af7c49ba487ece4fe852898d088b64a91362423f49e2b6ce0ec37\' ct_options=\'{\"ct_id\":181,\"ct_parent\":180,\"selector\":\"image-181-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'4be9a30b77128cadf0135850662e362c63617ecaaec98d7b74d48e04669a6ce2\' ct_options=\'{\"ct_id\":182,\"ct_parent\":179,\"selector\":\"div_block-182-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'1ac0a6ec19a66fccb02a60a6bde1e5d116ae9ae3bf3cf9bd4affee514ccf598d\' ct_options=\'{\"ct_id\":183,\"ct_parent\":182,\"selector\":\"headline-183-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']He lay on his armour-like back[/ct_headline][ct_text_block ct_sign_sha256=\'544c278ec0ea7ea28bb92af628c4f2683e924b7590a4d11cd217ff0483b2abb2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":182,\"selector\":\"text_block-184-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'19b882823909e0552c9a703fc34176d51ba07797a7c7f6baa1c90e4edd35bf1e\' ct_options=\'{\"ct_id\":185,\"ct_parent\":160,\"selector\":\"new_columns-185-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d634dbdd6438548d030e18d4f8727b5694a45d3d009a325a949f3370477f340e\' ct_options=\'{\"ct_id\":186,\"ct_parent\":185,\"selector\":\"div_block-186-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'e4f444d3591227aa672eef7405a7ca5765473a1f7f9c7ce84170bd05648af95c\' ct_options=\'{\"ct_id\":187,\"ct_parent\":186,\"selector\":\"image-187-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6422d2c7241b1a5fb6edfd43eb7d6a27db44ce78d4e959e563ab49c99a3e82fc\' ct_options=\'{\"ct_id\":188,\"ct_parent\":185,\"selector\":\"div_block-188-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'cfcdf77a9c3a09002d43e012c7b108f8ef79fca28137f5ea49aeef3d5b6ea007\' ct_options=\'{\"ct_id\":189,\"ct_parent\":188,\"selector\":\"headline-189-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']His room, a proper human[/ct_headline][ct_text_block ct_sign_sha256=\'c79c60313166658e1bae958d95abc9a42c21d2ee645dbc5cca991725a6c3d5ad\' ct_options=\'{\"ct_id\":190,\"ct_parent\":188,\"selector\":\"text_block-190-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. \"What\'s happened to me?\" he thought.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'09c4ebe35e227d5f878a10c8280147353290ffb16f89bca962cc597c1fbc81c3\' ct_options=\'{\"ct_id\":195,\"ct_parent\":0,\"selector\":\"section-195-115\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"#b2d27d\"},\"1\":{\"position-unit\":\"px\",\"value\":\"#00a5bd\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"ct_category\":\"Call To Action\",\"nicename\":\"Sign Up CTA\"}\'][ct_headline ct_sign_sha256=\'17bfd10d3b51603d08fc04c8d1ca5d8507ab47ae7c41f9786a45f607b6a02a6f\' ct_options=\'{\"ct_id\":196,\"ct_parent\":195,\"selector\":\"headline-196-115\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Ready to Start?[/ct_headline][ct_text_block ct_sign_sha256=\'c805fbfa7598fb434dd17a785ec24ec95be36581230749c5079b9a7d2116584b\' ct_options=\'{\"ct_id\":200,\"ct_parent\":195,\"selector\":\"text_block-200-115\",\"original\":{\"color\":\"color(2)\",\"margin-bottom\":\"20\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']Try us risk-free with a 30 day money backed guarantee[/ct_text_block][ct_link_button ct_sign_sha256=\'50f4e3124cdcc33c8f2dd04a4d02651f3da7eeed1cdd562444b9afd9a7e4a770\' ct_options=\'{\"ct_id\":198,\"ct_parent\":195,\"selector\":\"link_button-198-115\",\"original\":{\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"25\",\"box-shadow-blur\":\"20\",\"box-shadow-spread\":\"-20\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"url\":\"/login/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false}\']Sign Up[/ct_link_button][/ct_section_2]'),
(126, 16, 'ct_other_template', '0'),
(127, 17, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'6bf9caf616fd6e2a777af4ae85c5c84eaaf652f115c2dda9aa32c3671a5e1bd9\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-114\",\"original\":{\"background-color\":\"color(7)\",\"height-unit\":\"vh\",\"height\":\"80\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"ct_category\":\"Call To Action\",\"nicename\":\"Log In Form\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\",\"height-unit\":\"auto\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'3c1784fbf9e68f96422e1db61a61abeac69746ac3687237dc3d8f3a8343768da\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-114\",\"original\":{\"background-color\":\"color(3)\",\"width-unit\":\"%\",\"width\":\"100\",\"max-width\":\"480\",\"border-radius\":\"5\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'254df16921e2043cf74dc5fe62fb6a98d88c03cd467200cacaa0a1b2bf7722a4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-114\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"36\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Log In/Sign Up[/ct_headline][ct_div_block_4 ct_sign_sha256=\'d92ed91d2ff924162651283622b2d61f6502ff2785ac7b4f48e95da31b0adf01\' ct_options=\'{\"ct_id\":13,\"ct_parent\":3,\"selector\":\"div_block-13-114\",\"original\":{\"background-color\":\"color(7)\",\"justify-content\":\"center\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"36\",\"border-radius\":\"5\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'9bdaa2c496bf15e997522ba40b58043ec4d3b98abb93f5a6f058588266a408ec\' ct_options=\'{\"ct_id\":8,\"ct_parent\":13,\"selector\":\"fancy_icon-8-114\",\"original\":{\"icon-color\":\"color(4)\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'925f2cc91b1015bd7db08fb6e221cc7152f1014f74d6cbd355ca8751a734abb7\' ct_options=\'{\"ct_id\":9,\"ct_parent\":13,\"selector\":\"headline-9-114\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"20\",\"font-weight\":\"500\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Login Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'68db52f7a80ed094d28385df61d61bcdb943c9cefa9d6e1956e9c9fb0a924b3b\' ct_options=\'{\"ct_id\":11,\"ct_parent\":13,\"selector\":\"text_block-11-114\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\"},\"activeselector\":false}\']Oxygen works with any Contact Form Plugins...[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_section_2]'),
(128, 17, 'ct_other_template', '0'),
(129, 18, 'ct_builder_shortcodes', ''),
(130, 18, 'ct_other_template', '11');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(131, 19, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'91a9635680a8233be32b5de7f79b8428f4aec55ee60b1d0e173a7819bb2b5efe\' ct_options=\'{\"ct_id\":4,\"ct_parent\":0,\"selector\":\"section-4-62\",\"original\":{\"background-color\":\"color(7)\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'f0005d17e52e17deecfa9905df97c6ccf90e75be2e7d4d7e2976b89284326e80\' ct_options=\'{\"ct_id\":7,\"ct_parent\":4,\"selector\":\"headline-7-62\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get Quote[/ct_headline][ct_text_block ct_sign_sha256=\'9d5eecc871a6b7bdc8f17eb9786950de280744a2e94eda0b9b6c2e7d959d45d9\' ct_options=\'{\"ct_id\":9,\"ct_parent\":4,\"selector\":\"text_block-9-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Since launching in April of 2004, EuroVPS now manages the hosting of&nbsp;+2,000 clients in +100 countries. We\'d love for you to&nbsp;join![/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'d014fc8d997fab5dd27431b636d4ccc555b76e69cb5bf9530092ebf7ed502db6\' ct_options=\'{\"ct_id\":518,\"ct_parent\":4,\"selector\":\"new_columns-518-62\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'29dad91d91a2ea1146b61db2ba1b55c6a9f6242321aa3094898b231eb196e4b7\' ct_options=\'{\"ct_id\":520,\"ct_parent\":518,\"selector\":\"div_block-520-62\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'ec93f9a6f9c4e65bb81db993f3121a0c3cc1d5a71c6836198242e3ce61dea42d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":520,\"selector\":\"div_block-24-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'7bdf4478941e87892fffe334c63d74bb23e9e3ba8feefc35a498602c4024b893\' ct_options=\'{\"ct_id\":531,\"ct_parent\":24,\"selector\":\"fancy_icon-531-62\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-sync\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f20e53e5e59507d3882d004b770e28b218e5ae16bd114031045adae3939cb32a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":24,\"selector\":\"text_block-26-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free migration<br>&amp;&nbsp;personalized onboarding[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ccfa9d57653b98a4aa5665ef49bdc6cb4b0d3dd163f8e300757cfaa163342cc4\' ct_options=\'{\"ct_id\":27,\"ct_parent\":520,\"selector\":\"div_block-27-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'12f6b5ce52eb68228d5314bec7d9592e5e5ece0272d01ed51127bd80c257132a\' ct_options=\'{\"ct_id\":532,\"ct_parent\":27,\"selector\":\"fancy_icon-532-62\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'af8b10588f560762b5450ccf188f69e434c1d06d77c598873a29b480ea7d4a65\' ct_options=\'{\"ct_id\":29,\"ct_parent\":27,\"selector\":\"text_block-29-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']100% credit<br>backed SLA[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d2efe8db0e1165cfcb8219361988b55989d43bf1ffedfc05a31b6f6c02470249\' ct_options=\'{\"ct_id\":30,\"ct_parent\":520,\"selector\":\"div_block-30-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2e2fb8c0638ba9502e5611601374ecfc84d6a02175bedc488e381ba2becb3ca6\' ct_options=\'{\"ct_id\":534,\"ct_parent\":30,\"selector\":\"fancy_icon-534-62\",\"original\":{\"icon-id\":\"Lineariconsicon-bullhorn\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'48c9821b0c96c1d8cd29f0fe392fe3ec303368c4841dee3107715b35db393bcd\' ct_options=\'{\"ct_id\":32,\"ct_parent\":30,\"selector\":\"text_block-32-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Unlimited support<br>at no extra cost[/ct_text_block][/ct_div_block_3][ct_text_block ct_sign_sha256=\'9e391318860a984b26703ea8bfb8a68072d123ec662d62416039ae69eddb6041\' ct_options=\'{\"ct_id\":117,\"ct_parent\":520,\"selector\":\"text_block-117-62\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']Since launching in April of 2004, EuroVPS now manages the&nbsp;hosting of +2,000 clients in +100 countries. We\'d love for you to&nbsp;join!<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'730f563ece9da7ef641df06a7d2c4e620f68f9ddfdb845eb65f6e0fd857a19c6\' ct_options=\'{\"ct_id\":521,\"ct_parent\":518,\"selector\":\"div_block-521-62\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'32c4824762b40fc5e56f9de98bd9fba5ed5233e71e0d5e2b755c93bb711ed6b3\' ct_options=\'{\"ct_id\":119,\"ct_parent\":521,\"selector\":\"headline-119-62\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Request 14-Day Free Trial[/ct_headline][ct_div_block_3 ct_sign_sha256=\'7e2451f77e3dbe95657e8d4332c8f6ffd69820f79b916fb9860d1d94c9489dec\' ct_options=\'{\"ct_id\":467,\"ct_parent\":521,\"selector\":\"div_block-467-62\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'4266f019ea7bb8bb60697ea4a075473c39d237cf6fd8c6a27f2e6a4916ce5f92\' ct_options=\'{\"ct_id\":468,\"ct_parent\":467,\"selector\":\"fancy_icon-468-62\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d43953f3041e35fc7fb1a1d1e619a64cba5349b8ef358fec14a460feef81b4f4\' ct_options=\'{\"ct_id\":469,\"ct_parent\":467,\"selector\":\"headline-469-62\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'c6fe55dc4c0206c909d4e40e1932522d397136d4f970035ff3b2af82b428e963\' ct_options=\'{\"ct_id\":471,\"ct_parent\":467,\"selector\":\"text_block-471-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Oxygen works with any Contact Form Plugins[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f0e54165345cf9c7137c2b405c6215e304e91b0d08f4e8899404e1b5bc50d9b0\' ct_options=\'{\"ct_id\":293,\"ct_parent\":0,\"selector\":\"section-293-62\",\"original\":{\"container-padding-top\":\"160\",\"flex-direction\":\"column\",\"display\":\"flex\",\"justify-content\":\"flex-start\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"container-padding-bottom\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"120\"}}},\"nicename\":\"Contact\",\"ct_category\":\"Contact\"}\'][ct_new_columns_2 ct_sign_sha256=\'6998947522119027c457951452250a6e1cfa1bd1f7652bd5bf665acc3cee71d2\' ct_options=\'{\"ct_id\":461,\"ct_parent\":293,\"selector\":\"new_columns-461-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'c2f5c993b5b424f500213d2f389acaece76dd9ef3e72277867abec659ffa213e\' ct_options=\'{\"ct_id\":463,\"ct_parent\":461,\"selector\":\"div_block-463-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'6642e4128c741f624beea3b3ab8a38074313663d218c799f24ee5ec3f4d0abc5\' ct_options=\'{\"ct_id\":297,\"ct_parent\":463,\"selector\":\"headline-297-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Interested in working together?[/ct_headline][ct_text_block ct_sign_sha256=\'0e5131e067e16fe69db1423186ebc3eb3eadaa55731682245e7b16fcfc25feaf\' ct_options=\'{\"ct_id\":299,\"ct_parent\":463,\"selector\":\"text_block-299-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Get a free one-on-one consultation to receive an offer based on&nbsp;your use case and specific needs.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'64339ff0751dada131e99c22a1b6b02beac5d9b693cbd75dbb555e1f3ba360f2\' ct_options=\'{\"ct_id\":527,\"ct_parent\":463,\"selector\":\"div_block-527-62\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'b8ab9b0c573815c5254b08a04440a69779d12df6967d6d33fe82adeb27c86dce\' ct_options=\'{\"ct_id\":528,\"ct_parent\":527,\"selector\":\"fancy_icon-528-62\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'79e6f8edce64292c31ab7e995375b303e65dde55e8c48751658015d979d19c6a\' ct_options=\'{\"ct_id\":529,\"ct_parent\":527,\"selector\":\"headline-529-62\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'662542a5b51d69dc535a60a16f4e7db5bd056af14f563dcf59fdf9b5989b8f51\' ct_options=\'{\"ct_id\":530,\"ct_parent\":527,\"selector\":\"text_block-530-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Oxygen works with any Contact Form Plugins[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d2e59ba67147c8c31a97784123cb1c4c6696823c2ba7cc643943c12b0b8dcedd\' ct_options=\'{\"ct_id\":464,\"ct_parent\":461,\"selector\":\"div_block-464-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'06626cfadf2386bde8f57e05fb3ef0f92a7872492ab6a99a1e5f4c965081aa32\' ct_options=\'{\"ct_id\":341,\"ct_parent\":464,\"selector\":\"headline-341-62\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Call Us[/ct_headline][ct_text_block ct_sign_sha256=\'dd243bcbfc275c80a57a6df53cf43515ca6f8a0be601a5b7795d6ccd9e42c460\' ct_options=\'{\"ct_id\":343,\"ct_parent\":464,\"selector\":\"text_block-343-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']NL: +31 8 5208 6592[/ct_text_block][ct_text_block ct_sign_sha256=\'0ba5cad4bb586eb32b31620f55dff83db28db64faea577b0765c53a9424d10c4\' ct_options=\'{\"ct_id\":476,\"ct_parent\":464,\"selector\":\"text_block-476-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']UK: +44 2038 089 127[/ct_text_block][ct_text_block ct_sign_sha256=\'63f311af4aa804c712a1953f464cac7fd99112e0211f6b88d466d80ba4a3f1a9\' ct_options=\'{\"ct_id\":477,\"ct_parent\":464,\"selector\":\"text_block-477-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']USA: +1 888 426 1427[/ct_text_block][ct_headline ct_sign_sha256=\'4ca3194704c1167e17e37083b7f33807bf822636235bc137e4a352f509e88781\' ct_options=\'{\"ct_id\":482,\"ct_parent\":464,\"selector\":\"headline-482-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Sales[/ct_headline][ct_text_block ct_sign_sha256=\'4b21030c382514d3b1318ae8221f88952662c8d432eb236b061b27021ffa4fb7\' ct_options=\'{\"ct_id\":490,\"ct_parent\":464,\"selector\":\"text_block-490-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Monday - Saturday:&nbsp;9am - 5pm CET[/ct_text_block][ct_text_block ct_sign_sha256=\'6cb70b3a8ae5dc441aa2d8bc0e9815f4b6d409b33fdfc0e965e1a256fec18141\' ct_options=\'{\"ct_id\":496,\"ct_parent\":464,\"selector\":\"text_block-496-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Sunday:&nbsp;Closed[/ct_text_block][ct_text_block ct_sign_sha256=\'a2bedc2ab3d6a993c157dc6e1c7d8c3da885abd0803bd97f4ad63b46eb329198\' ct_options=\'{\"ct_id\":497,\"ct_parent\":464,\"selector\":\"text_block-497-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Email: <a href=\"mailto:sales@example.com\">[ct_span ct_sign_sha256=\'6283bd2ab465c132a63e32bdcaa2217b38974b3fc006ebfeed921ef22e5f2bb9\' ct_options=\'{\"ct_id\":505,\"ct_parent\":497,\"selector\":\"span-505-62\",\"classes\":{\"0\":\"hosting-contact-3-textlink\"},\"activeselector\":\"hosting-contact-3-textlink\"}\']sales@example.com[/ct_span]</a>[/ct_text_block][ct_headline ct_sign_sha256=\'06c7406a235e5e745278ae307d124b405b7eefddde8edcb9c5f819ec4dfdd92d\' ct_options=\'{\"ct_id\":485,\"ct_parent\":464,\"selector\":\"headline-485-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Administration[/ct_headline][ct_text_block ct_sign_sha256=\'4b01fd70a9b8768624c8686a000a8e1de7486e26e7fd29959cf237e5530a17fa\' ct_options=\'{\"ct_id\":507,\"ct_parent\":464,\"selector\":\"text_block-507-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Monday - Saturday:&nbsp;9am - 12pm CET[/ct_text_block][ct_text_block ct_sign_sha256=\'6808ace661d0850367173482c0c2431cf54f1dead6168b150a87fe01f8777c83\' ct_options=\'{\"ct_id\":509,\"ct_parent\":464,\"selector\":\"text_block-509-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Sunday: Closed[/ct_text_block][ct_text_block ct_sign_sha256=\'8454a26de227a0e95f5cd10d9545860e79795e0adb55554b36a25b9209a47b16\' ct_options=\'{\"ct_id\":511,\"ct_parent\":464,\"selector\":\"text_block-511-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Email: <a href=\"mailto:sales@example.com\">[ct_span ct_sign_sha256=\'fe8742b5a90aeaa74df10f75c4d21016f62a34c1f02532e169c73be5883f9175\' ct_options=\'{\"ct_id\":512,\"ct_parent\":511,\"selector\":\"span-512-62\",\"classes\":{\"0\":\"hosting-contact-3-textlink\"},\"activeselector\":\"hosting-contact-3-textlink\"}\']admin@example.com[/ct_span]</a>[/ct_text_block][ct_headline ct_sign_sha256=\'9d3805e1b8e91b77a3ece4c40b2127148fb38aeb09d199ffff69bcc28a0e8176\' ct_options=\'{\"ct_id\":487,\"ct_parent\":464,\"selector\":\"headline-487-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Follow Us[/ct_headline][oxy_social_icons ct_sign_sha256=\'c4e454c9e6cb748ce0336275cfa66d7cf4d96783b2b8cfbcc9a52ee4f37d4318\' ct_options=\'{\"ct_id\":457,\"ct_parent\":464,\"selector\":\"_social_icons-457-62\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"4\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(4)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(8)\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'7ab9f73e42cd9154acce552178d0f958b5a61fdb0fa02bfbfefabd9346ade4dd\' ct_options=\'{\"ct_id\":419,\"ct_parent\":0,\"selector\":\"section-419-62\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"FAQ Accordion Dark\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}},\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'e8d9db1ab548a960a7d8daa52c7ebd1f4dc5400a4b00b82cbda463ce89174866\' ct_options=\'{\"ct_id\":421,\"ct_parent\":419,\"selector\":\"headline-421-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Frequently Asked Questions[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'b66725f95f768fbce0641d01de677152ee9f05f20b6667e8572acf913076cc4c\' ct_options=\'{\"ct_id\":422,\"ct_parent\":419,\"selector\":\"new_columns-422-62\"}\'][ct_div_block_3 ct_sign_sha256=\'c8620d5b8948218eaf7e6e698131c347f9de256b4908fa23fa52888002e4d06b\' ct_options=\'{\"ct_id\":423,\"ct_parent\":422,\"selector\":\"div_block-423-62\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_4 ct_sign_sha256=\'41b8d94116be275c10aeffb64072a5bb119e3b48043e8572403eda3caf70071d\' ct_options=\'{\"ct_id\":424,\"ct_parent\":423,\"selector\":\"_toggle-424-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f3d98079a2e66d4c3122c04aee9a5fa8e2ffd2c2b47641e8fa62aa0774f94b21\' ct_options=\'{\"ct_id\":425,\"ct_parent\":424,\"selector\":\"headline-425-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'ecd09f0ace46b7410f7aad8d994861f8649d1af8cc390f06eb799e13d5491e67\' ct_options=\'{\"ct_id\":426,\"ct_parent\":423,\"selector\":\"text_block-426-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'ba4029539ebfd077f72dcf71a8bb1375084b8d4be0cc805e4d721519ba344dbe\' ct_options=\'{\"ct_id\":427,\"ct_parent\":423,\"selector\":\"_toggle-427-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'7a1dab1063cfb4303e8b1f891dba8f15efe55535e3eac980fcc15b9c540ecfd2\' ct_options=\'{\"ct_id\":428,\"ct_parent\":427,\"selector\":\"headline-428-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b4c25b3ccf244991d44ca1e74e30c78136c31d2012c7622330bd91c0d5bd4926\' ct_options=\'{\"ct_id\":429,\"ct_parent\":423,\"selector\":\"text_block-429-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'f2c6c97efb33eed73c672e5f15d0f6db488ffe0f276bc66c800563ce221ac37e\' ct_options=\'{\"ct_id\":430,\"ct_parent\":423,\"selector\":\"_toggle-430-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fef70a5df6eeccc2d5936f74f3e02bded78698bb88baf2ea867d1121cb2b6b54\' ct_options=\'{\"ct_id\":431,\"ct_parent\":430,\"selector\":\"headline-431-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'83ae1d37ea3e82e6a40fffc3e7d602a4a0e26c8e5936caf206baef0f443fdaf8\' ct_options=\'{\"ct_id\":432,\"ct_parent\":423,\"selector\":\"text_block-432-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'8d82a1525e4a70355e84b5c3d3dd401d83fd7cb487415c8aba15dcf8f449cca7\' ct_options=\'{\"ct_id\":433,\"ct_parent\":423,\"selector\":\"_toggle-433-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f5afe68bb9b2a3481d7254005f8b5c341b67400a8f07b2ee1f59437771e2ce60\' ct_options=\'{\"ct_id\":434,\"ct_parent\":433,\"selector\":\"headline-434-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'c1199fd941eed2761b3c3dca284e6823d44e165d9717c0a9668f1f2b844fc61c\' ct_options=\'{\"ct_id\":435,\"ct_parent\":423,\"selector\":\"text_block-435-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'f9f04d3d02cf6d395f5c82945c0dd0ceaee6f90e6a8aa0fe09aa206837e2c291\' ct_options=\'{\"ct_id\":436,\"ct_parent\":423,\"selector\":\"_toggle-436-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e58f687832932d9679f98f2bc66d9ba39c81f0d1a56bca14f9a46af171792ba5\' ct_options=\'{\"ct_id\":437,\"ct_parent\":436,\"selector\":\"headline-437-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b871d946d0786e16395a7182bd7cc4c57e8670854531ac2fa59b4127cc3eaf5b\' ct_options=\'{\"ct_id\":438,\"ct_parent\":423,\"selector\":\"text_block-438-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f09fe3aa598a09f62d6b5925bd9c2985ea981cfe72af0552b83b9bd5043e3b49\' ct_options=\'{\"ct_id\":439,\"ct_parent\":422,\"selector\":\"div_block-439-62\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_4 ct_sign_sha256=\'89c885c90e8aeda76e78fffb5baad5795cc7247265dcbbc743f4710dbfc3d989\' ct_options=\'{\"ct_id\":440,\"ct_parent\":439,\"selector\":\"_toggle-440-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'74c93987fc84fdda43a816121c6883fb3f17d1d93bb392fc214262d5e0a29fec\' ct_options=\'{\"ct_id\":441,\"ct_parent\":440,\"selector\":\"headline-441-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'0c2de781cf23d2bae5bc151804ddaf68830a1881c7b770d0fdd69089d795cdba\' ct_options=\'{\"ct_id\":442,\"ct_parent\":439,\"selector\":\"text_block-442-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'bdc4d8b8d5806d2fea69cf87e7d9507eaf2ce10b3a95b50b2e9fd4564ddbff52\' ct_options=\'{\"ct_id\":443,\"ct_parent\":439,\"selector\":\"_toggle-443-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a38e0e26c0fb508ed9fecdd6d8aeb1a1b3f3ce1296d851b57a419dc92794d582\' ct_options=\'{\"ct_id\":444,\"ct_parent\":443,\"selector\":\"headline-444-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'fbbb2353a384d59fb7c12387a9fdacf013dba7cbff6a3ab47219f059b2cfb214\' ct_options=\'{\"ct_id\":445,\"ct_parent\":439,\"selector\":\"text_block-445-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'b0006b0e362f904366ef1e9063548730f8dc3ddc1dd1c77602a0353baadc0631\' ct_options=\'{\"ct_id\":446,\"ct_parent\":439,\"selector\":\"_toggle-446-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'8016fee4cdb4cacad13bc8c534858e348202386cf06b781eaf8b56f0e37eae53\' ct_options=\'{\"ct_id\":447,\"ct_parent\":446,\"selector\":\"headline-447-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'06712de5cf12007fb7601f23cdc06fb64c72ff918791f8eb86c46b694fdf0021\' ct_options=\'{\"ct_id\":448,\"ct_parent\":439,\"selector\":\"text_block-448-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'9654860883839d7cba1fe1f02ed2bae334a12f993642e6dcb68747781aec8bf0\' ct_options=\'{\"ct_id\":449,\"ct_parent\":439,\"selector\":\"_toggle-449-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'12126e9e0637f971836bec1c6d616e053c9c3943f22b963842e1ae7264ff161b\' ct_options=\'{\"ct_id\":450,\"ct_parent\":449,\"selector\":\"headline-450-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b3dbeea1880da186bde1184cdf87ee35ae344fac69d74b31a13da21d9e3a0229\' ct_options=\'{\"ct_id\":451,\"ct_parent\":439,\"selector\":\"text_block-451-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'d0b2febd116dfc4e636d852c677593e8cf001cf1db2e766e279f02cb6e30f958\' ct_options=\'{\"ct_id\":452,\"ct_parent\":439,\"selector\":\"_toggle-452-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5f11073948e1b517ac8c965b2d85c0121fb363936bf287e50e563de9844fc81f\' ct_options=\'{\"ct_id\":453,\"ct_parent\":452,\"selector\":\"headline-453-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'2b4046660d59e4a7498b03b67389a427bc16875d43e9d9ea019ef8bd61aec4a0\' ct_options=\'{\"ct_id\":454,\"ct_parent\":439,\"selector\":\"text_block-454-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(132, 19, 'ct_other_template', '0'),
(133, 20, 'ct_builder_shortcodes', ''),
(134, 20, 'ct_other_template', '0');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(135, 21, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'7b9ea4cff260c40949a16fda77c4b669b91a2ce2918b42d116eb846ac1098b02\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'42416f854892ddbf2faf801899a61d11ae5d7dbe4eb58478e8f4343324b43aa7\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7ae010d2ff699e693a183a6023b2ac0dbe2946c04179d6c8ec3ed4c62c5cc241\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'84d42a9132b04662a45a33fe19093269efbd1e7dcc6b4627b9d4e5e3ef91665d\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d080ae52c01792991b087fc3d659a9e2e037cc3a9ec2b483eb69181d7d3dab33\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'1cd5a2e69b802f59b1cb96a703e110082350d00be684a826d404c0c2b7b6bfac\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f732d5a9e4564f26840bc4cbb38ddca6eec25238452af9a9b58f3c595f1b6714\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'393e723b562055bf24cddb3c7625ca155cceff82ebb41473d9beae119bba2289\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'04e7bdd3cb74a7aa8b8a36c1201056727bbba6db829a5e8f35979470ec7e13a0\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3206018c48a9dd2d39dc8f7e5d9c1d7a4afb4db9e1f9818892f4c4fcbdd1cb46\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'8856d13f32f61aabfe6ff4a7a7843ccb04f72c28e6de7a6f59222441be042e85\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'ac334d3c69e223299579b49039421d6ee7944a4bff4efedd8932bfee76f98715\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9d0cc35d516f6d319ddebe1617fb53b3a388be0978f27e857fd89183b1f47296\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5d2190c50b24b77d66d3700ffb780efd9683387c3957fd9f07bea0e4f5f477f2\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'58661ead9316c9c5f32d669236acc41931edccda9ce3af6ffafc43781e3964d4\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(141, 21, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(136, 21, 'ct_other_template', '0'),
(137, 30, '_wp_attached_file', '2020/09/tostem-house.jpg'),
(138, 30, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2020/09/tostem-house.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"tostem-house-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"tostem-house-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tostem-house-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"tostem-house-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"tostem-house-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;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:{}}}'),
(274, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'8e168e692fecc4a47d9de8846fba8ec2c474b9fdcf3f05e47d5aef90228ca99d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(245, 51, '_wp_attached_file', '2020/10/NewGEN-Logo-scaled.jpg'),
(246, 51, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:818;s:4:\"file\";s:30:\"2020/10/NewGEN-Logo-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"NewGEN-Logo-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-1024x327.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"NewGEN-Logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"NewGEN-Logo-768x245.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-1536x491.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-2048x655.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:655;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:{}}s:14:\"original_image\";s:15:\"NewGEN-Logo.jpg\";}'),
(247, 52, '_wp_attached_file', '2020/10/NewGen-Windows-Logo.png'),
(248, 52, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3445;s:6:\"height\";i:915;s:4:\"file\";s:31:\"2020/10/NewGen-Windows-Logo.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NewGen-Windows-Logo-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-1024x272.png\";s:5:\"width\";i:1024;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"NewGen-Windows-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"NewGen-Windows-Logo-768x204.png\";s:5:\"width\";i:768;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-1536x408.png\";s:5:\"width\";i:1536;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-2048x544.png\";s:5:\"width\";i:2048;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(249, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'980efb3a6e5aaaa1a23a4ad8df1f1293cb0bb2e90f9a2d384ca4594a153f4a3e\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'d55d1e8cab4ac7c2049f532454e9e50f75f30c9d828179124765aceaec8725e6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'2fa6900d681e73f90195571071f2dd191cfc14d56229d3a8cbb32f46737f5174\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'a06d232fb362f3eb9951663c2e47fb40a24359c77d06bf6f88eacc07e392a70f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'b738bd19e1cff9c3ca1ba5641e65bb2fd5c0b9564af6db7613a4534862a7f6c5\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'ed42771aed384e6b8bfb9816f17ad03d5508cb52467bffbcab6c6db744f96511\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'a6639ad45389efeb511edaa167bde2d17223a56b2ed4b859f4a56a25cea39268\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Logo@2x.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'5f4a4d80fd716316093f82f5e2be1dba34daa9907ff7ac6c5db902f5964f69f4\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'9a3aa9f43e6117bf21bd7136d138580c2c4b3c3f9ad335b3a2c8a62f51890e47\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'b59ef5e4ad652a17265ec47c3e3072c3a3abd17727da7088e7cba50f19462062\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"link_button-30-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-simple-button\",\"classes\":{\"0\":\"hosting-simple-button\"}}\']Create Account[/ct_link_button][ct_link_button ct_sign_sha256=\'0cd95fd68bccdec7789efeebd373304e61fcd1d33734f90bf11068f5ba651f36\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Login[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'04e692ac810040776b2e26bb915efcae012e749581a90316d4bc84a4d7b34e67\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'17cd677987c12984952f168b94ce3df6ec06afb0732839ab17ea9fcf56b2424c\' ct_options=\'{\"ct_id\":100,\"ct_parent\":8,\"selector\":\"new_columns-100-87\",\"original\":{\"border-bottom-style\":\"solid\",\"border-bottom-width\":\"1\",\"border-bottom-color\":\"color(2)\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"border-bottom-style\":\"none\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'1c6bed7a00b8abcf497974c5b2f6954239f8fc8ac7dc3b084510acb1bac6c38f\' ct_options=\'{\"ct_id\":101,\"ct_parent\":100,\"selector\":\"div_block-101-87\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'be881668bcb306e1bfea0ad8f6e244353f4ce751d75197e6691ac2f4f1485add\' ct_options=\'{\"ct_id\":149,\"ct_parent\":101,\"selector\":\"fancy_icon-149-87\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-sync\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'5fc78275a182b70d774526628cfd1273f62fb1452b973946f556864cf9f3d899\' ct_options=\'{\"ct_id\":110,\"ct_parent\":101,\"selector\":\"text_block-110-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']Free migration<br>&amp; personalized onboarding[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'81923232f11f577aba7c9f28672241019ff0c780a4918a7f7e477b2b0c3103b7\' ct_options=\'{\"ct_id\":102,\"ct_parent\":100,\"selector\":\"div_block-102-87\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'3019db50745bf068d57e34823a987ef513535bfe0f7b935a5a83f77eddcd6861\' ct_options=\'{\"ct_id\":150,\"ct_parent\":102,\"selector\":\"fancy_icon-150-87\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'dea4b12d64c96dfdcee3afc4a64d29825f22d8396616b4f28d520d50332f8d17\' ct_options=\'{\"ct_id\":111,\"ct_parent\":102,\"selector\":\"text_block-111-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']100% credit<br>backed SLA[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e9103dfc2197fc1f8f168fa945c3a2fe668138880234b7a2e17b018055f1c21f\' ct_options=\'{\"ct_id\":103,\"ct_parent\":100,\"selector\":\"div_block-103-87\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'32f6cf9587a2bb79c14eb5659def807a0f3aabca0f1f7500a1d3566f8a95c087\' ct_options=\'{\"ct_id\":152,\"ct_parent\":103,\"selector\":\"fancy_icon-152-87\",\"original\":{\"icon-id\":\"Lineariconsicon-bullhorn\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c76cb34144053b2ae82c94f1d0f2f90407438ee02baa1f6251068c4a4f109977\' ct_options=\'{\"ct_id\":113,\"ct_parent\":103,\"selector\":\"text_block-113-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']Unlimited support<br>at no extra cost[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'3afd6bd19c3547fd7b6d48d84812721e10305e0e94bb299b2246a5e858c2b18b\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'667ce168f85b49930ab0fe7eb99c5e67099198a36d68e7d1be2daaeb7d6adc77\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'6e900e4e2dcede03774c9b2d813d618fbaa71732894ba7adfb2ebc21ecd21dfb\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'182c020dee8bd66ed2fe5fd7e09720b19b9eb6f1ddd4c4ff1868a84a5b881eed\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Logo@2x.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'6a87c0f5e1ab9dbe3e2edf6ea750066a10bd1e82dcfbe3ec4e0c40c4d8e52415\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']Proudly designed with Oxygen, the world\'s best visual website design software[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1f7759d1ea3c0c448a74325090f11b462a30169b7cb1bda11ddf9e1b5668266a\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'9135a8bced3886c068b9bc2940ccbb7f1bde847047c27c242c35cb9d1f3f425e\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']We in Social Networks[/ct_headline][oxy_social_icons ct_sign_sha256=\'b1f3f00678c5996fe490b264b61e42e1027cebb42d3351ecc66acec8ce971942\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://linkedin.com\",\"icon-youtube\":\"https://youtube.com\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(144, 31, '_wp_attached_file', '2020/09/buildtrack-logo.png'),
(145, 31, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:437;s:6:\"height\";i:142;s:4:\"file\";s:27:\"2020/09/buildtrack-logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"buildtrack-logo-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"buildtrack-logo-150x142.png\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(146, 32, '_wp_attached_file', '2020/09/hunter-douglas-logo-1.png'),
(147, 32, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:130;s:4:\"file\";s:33:\"2020/09/hunter-douglas-logo-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hunter-douglas-logo-1-300x65.png\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"hunter-douglas-logo-1-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(148, 33, '_wp_attached_file', '2020/09/Tostem-Aluk.jpg'),
(149, 33, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:572;s:6:\"height\";i:362;s:4:\"file\";s:23:\"2020/09/Tostem-Aluk.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Tostem-Aluk-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tostem-Aluk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(150, 34, '_wp_attached_file', '2020/09/Tsotem-logo.png'),
(151, 34, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:390;s:6:\"height\";i:186;s:4:\"file\";s:23:\"2020/09/Tsotem-logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Tsotem-logo-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tsotem-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(297, 13, 'ct_builder_shortcodes_revisions_dates', '1604904118'),
(299, 13, 'ct_builder_shortcodes_revisions_dates', '1604904503'),
(301, 13, 'ct_builder_shortcodes_revisions_dates', '1604904817'),
(302, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'68e315251fa137ab293820ec0d190d62f78fc9ced0fc1149be6a194b1af6093d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'6728d0b57a8ddd6386c319ca2eb013981ec7fdf84861726b7700f21f177300d2\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'5a74b8f3457827b32de5f1c95f0499f0a06c65d4dad91ea91011ac71222f4e81\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'0a1b9af9174a62fa77259fab0f2e0c7d52947635283d3ee1f92d01d7c319d5b2\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'749a236c9a0dfeb0e8b2416f98ed979c6b3904712c4dccd1c6540a3bb2d79509\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'e45d8aa122fb6a42f22bc62fa1a1e4628348ea0bc1d72047c75ee07d9bb9fb67\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"#d33940\",\"menu_color\":\"#3585b8\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'c64078f293e403fa3d4cfdf765393cd7dc6fa787ab17614a804894c3cb5afed5\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'ee9e9a780579de504099fe19d07293b16186718e57c9a850e12fab6bde92806d\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d8615a13dd7c5f975f6a677db77dbefe620fca2932979ef9e44304e9e09c8d8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\",\"button-color\":\"#3585b8\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"},\"hover\":{\"background-color\":\"color(3)\",\"button-text-color\":\"#3585b8\",\"button-style\":\"2\",\"button-color\":\"#3585b8\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'67d0adf3dc0cc245970d642c00804381f89fb6fb4d9b35681da9813cec45bdcd\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c1adcab4eba9eb3fce107a96ddd9f23f3f8354a2edfabf55124b0e210f677ba1\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f89a427f60cb111f8673fe3510f8aaa9e803da214d7a27b9bb92a903901c0\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'28622604b91363b30bc7a918fdd6fb50210291d5589719828a79e9cf02ae5ea4\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'f773c69212a95d227c46501caaaa9d43f4d1567bc105d7e72f408aa850f1d865\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'ad21394639577f6bc12c72423a307ac4cc4e2f9d8ec043ec26ca9ebc8016cc2f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9a0ff162bb992e28fd8d120500096344e7848607377009aa70ebb65b16914ebd\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'dc2800f93806b2aad0bdcbcc57c6aa8248d5dc1b31feda7c9a0b8433651d3f2a\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_justify-content\":\"flex-start\",\"menu_color\":\"#3585b8\",\"menu_hover_color\":\"#d33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"#d33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44745fede9b31e29cddd033c7ef573b5d8775e6d5f2b348986a8dc267565b935\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'0dae97964b72f427172e0b58e256457cd58df35ef40f283de551e1e6453241bb\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(303, 13, 'ct_builder_shortcodes_revisions_dates', '1604905027');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(304, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2bc371aae4593ff6d00fcef804f632f7a9972e61675c365925e6140c30982db2\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'48a7938163de8057e4525dec416b636527a904bd89ace1d3b44ebcec964bcdac\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'01bef2512bf89e9d60e8d08415645836229858fcf698f755bdafa30070a614ee\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'59afa0835a7b4fe90e728d76a7671cabd94cac1e6943ea05877bd83762a1e33a\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e765e191b418001e1b07b9a31d3fe08f7dd04a07e83b517d49d75de8dbc5ef3b\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b76f1b7bfdd8a116a096365336c69cd8991fc0b20defdf2e5c3bf430510e7f49\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2857dc349fea585af7fc436ad7c66dc8b58f6b2a93b658e270d2f194ab4edba9\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3ccff44b6df565e2362ac46c9f8aba868d741cd042c78b60055d143457011334\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f32d3f8247cb98fa205abf21f7786d2b2941df13bdad240bf7f774da77fc75\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cad52e5839fde0374f92fe907bcb7f442f0222ec491be4b9a3168203480954b4\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'f635ecc513942dc631b1a1292ab5382823c41535d6796642e7fae8216abb374f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(294, 54, '_wp_attached_file', '2020/11/NewGen-Final-Logo-06.09.2020.png'),
(295, 54, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1004;s:6:\"height\";i:248;s:4:\"file\";s:40:\"2020/11/NewGen-Final-Logo-06.09.2020.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"NewGen-Final-Logo-06.09.2020-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"NewGen-Final-Logo-06.09.2020-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"NewGen-Final-Logo-06.09.2020-768x190.png\";s:5:\"width\";i:768;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(296, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(221, 49, '_wp_attached_file', '2020/10/navdeep.jpeg'),
(250, 13, 'ct_builder_shortcodes_revisions_dates', '1602429158'),
(254, 13, 'ct_builder_shortcodes_revisions_dates', '1602429405'),
(298, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'816816d81048b48edf9dab7a60fe7b046acddfb06414941896415a01be5d9625\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2fd56151d7c7411dd85085b7037c88fbe289ac21a6e6dee176e3967664db1af3\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'5aba3bb2246510406cdeb1d48875d4db87183d3d7ef062d06bbcbd5e6715a4af\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'bbb9599672235987c4e926434d34523a2ab752ff1cb7b63ff919aca4449709a0\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f15eb7e00d4ce8b65ac17ea573025e4c2dbb3b72e8d02fb70e52ff77dfd304d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'dec1e0660eb8e95794da3e0cce63ee8b7efefa9b8a0a20cd4804fccfb1399c6a\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'62b3c1731a5c2d0d56cb68903e17e625c48cb3b2bdc9887bf6cab5c8812df0f3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'dd886c9196bc7d65a0e7d1870075740a3b68bcce42aeefb7b935f7d1892ff36c\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'bdd162b75d8c2578b8f89b4febd80d3e8a8f194b6b4c53fcd39e1c2934d8b82f\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_hover_color\":\"D33940\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_responsive_link_color\":\"color(3)\",\"menu_color\":\"D33940\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(255, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'8e168e692fecc4a47d9de8846fba8ec2c474b9fdcf3f05e47d5aef90228ca99d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(256, 13, 'ct_builder_shortcodes_revisions_dates', '1602429419'),
(257, 13, '_edit_lock', '1604905860:1'),
(309, 57, '_edit_lock', '1612792637:2'),
(279, 13, 'ct_builder_shortcodes_revisions_dates', '1602430199'),
(275, 13, 'ct_builder_shortcodes_revisions_dates', '1602430130'),
(276, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(277, 13, 'ct_builder_shortcodes_revisions_dates', '1602430135');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(278, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(311, 57, 'hefo_before', '0'),
(312, 57, 'hefo_after', '0'),
(313, 57, 'ct_other_template', '0'),
(314, 57, 'ct_template_archive_post_types_all', ''),
(315, 57, 'ct_template_categories', 'a:0:{}'),
(316, 57, 'ct_template_categories_all', ''),
(317, 57, 'ct_template_tags', 'a:0:{}'),
(318, 57, 'ct_template_tags_all', ''),
(319, 57, 'ct_template_custom_taxonomies', 'a:0:{}'),
(320, 57, 'ct_template_custom_taxonomies_all', ''),
(321, 57, 'ct_template_authors_archives_all', ''),
(322, 57, 'ct_template_index', ''),
(323, 57, 'ct_template_front_page', ''),
(324, 57, 'ct_template_blog_posts', ''),
(325, 57, 'ct_template_date_archive', ''),
(326, 57, 'ct_template_search_page', ''),
(327, 57, 'ct_template_inner_content', ''),
(328, 57, 'ct_template_404_page', ''),
(329, 57, 'ct_template_all_archives', ''),
(330, 57, 'ct_template_archive_among_taxonomies', 'a:0:{}'),
(331, 57, 'ct_template_apply_if_archive_among_taxonomies', ''),
(332, 57, 'ct_template_archive_post_types', 'a:0:{}'),
(333, 57, 'ct_template_apply_if_archive_among_cpt', ''),
(334, 57, 'ct_template_authors_archives', 'a:0:{}'),
(335, 57, 'ct_template_apply_if_archive_among_authors', ''),
(336, 57, 'ct_template_single_all', ''),
(337, 57, 'ct_template_post_types', 'a:0:{}'),
(338, 57, 'ct_template_exclude_ids', ''),
(339, 57, 'ct_template_include_ids', ''),
(340, 57, 'ct_template_taxonomies', 'a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),
(341, 57, 'ct_use_template_taxonomies', ''),
(342, 57, 'ct_template_post_of_parents', 'a:0:{}'),
(343, 57, 'ct_template_apply_if_post_of_parents', ''),
(344, 57, 'ct_template_order', '0'),
(345, 57, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'20dc893ae4da87782a81957fcc82d11d99c5824de89464dd0734b60e4a5d1665\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-57\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-bottom\":\"51\"},\"activeselector\":false,\"nicename\":\"Iconblock 2x2\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'df549bffca5ba8ac027f11ca449cf8b10d00d1e617ef543b0c53703ed92a8da9\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-57\",\"original\":{\"margin-bottom\":\"8\",\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'2928947f36bdb5dbbf7da35f08e7077c9c0299303bdfa2f4726ddd6ce11addc4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"text_block-4-57\",\"original\":{\"font-size\":\"16\",\"font-weight\":\"400\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"64\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']TOSTEM’s Windows and Doors comes with elegant design and long lasting  beauty offers years of satisfied use and of course, a great view.<br>[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'40df6e9ba691869e90866f903c927decd158f2c240d6f42091a62a5fe11d5ff1\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"new_columns-5-57\"}\'][ct_div_block_3 ct_sign_sha256=\'fb5d9c2edde0bc15cb7d31d45840ae46c11bbed5138b37acee75864bb0a5d637\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"div_block-6-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_image ct_sign_sha256=\'a9e7e57bfe9058b27793de8c206d5cd09c85900c8faab7d742a20366a44ec151\' ct_options=\'{\"ct_id\":27,\"ct_parent\":6,\"selector\":\"image-27-57\",\"original\":{\"margin-bottom\":\"10\",\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'2eaca769fd2d0f92c67817622140fa3d0878e240b3eb80bce2aad13e04685c92\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"headline-8-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"},\"activeselector\":\"hosting-iconblock-2-titile\"}\']Grants[/ct_headline][ct_text_block ct_sign_sha256=\'4fb410540d80bf905cb2d822fdd7cd8555a4859c5cf62896c068b6d0dce29cf7\' ct_options=\'{\"ct_id\":9,\"ct_parent\":6,\"selector\":\"text_block-9-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"},\"activeselector\":\"hosting-iconblock-3-text\"}\']GRANTS is TOSTEM\'s flagship series. Its innovative design results in a larger surface area of glas....<br>[/ct_text_block][ct_link_button ct_sign_sha256=\'99f82850e3043924f2c8ef62fc6ae9251f6bb2ea6e0cfd9c69fc9d163612fda7\' ct_options=\'{\"ct_id\":10,\"ct_parent\":6,\"selector\":\"link_button-10-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'0d770ad6e081955ffb4998e7c268d664ccee48b25a7c512c25274e9330300fb1\' ct_options=\'{\"ct_id\":11,\"ct_parent\":5,\"selector\":\"div_block-11-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_image ct_sign_sha256=\'844486ed735fa15d540f6153e89e9ded8106176342ad3cf3bbec2181827f78ff\' ct_options=\'{\"ct_id\":31,\"ct_parent\":11,\"selector\":\"image-31-57\",\"original\":{\"margin-bottom\":\"10\",\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'a2d5e69aa6a29638518f5ac4246e3c691fa758899163dd4471d9fd49350fe1c1\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"headline-13-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']WE 70[/ct_headline][ct_text_block ct_sign_sha256=\'b59d3f3c988e507c1327865f925a41939d020f17c0d8cf46a289d86d7ba3bf49\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"text_block-14-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']WE 40 series, windows bring legendary TOSTEM quality to everyday life. Built for mass market, they maintain strict quality standards.[/ct_text_block][ct_link_button ct_sign_sha256=\'be3da147dae477a31c6d7f29bb7e034b9ac07d51761e85fefceda6b8bb1c1a75\' ct_options=\'{\"ct_id\":15,\"ct_parent\":11,\"selector\":\"link_button-15-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'aac96486e401eca81b10d36c8a20d75f6a5e143df7005b3b4e27677e83622d7e\' ct_options=\'{\"ct_id\":16,\"ct_parent\":2,\"selector\":\"new_columns-16-57\"}\'][ct_div_block_3 ct_sign_sha256=\'a215dd0e4995f29b607e2e59d096d6d7776a576a0a4cb1560dbd4f212e7ccb9a\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"div_block-17-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"}}\'][ct_image ct_sign_sha256=\'3524a6515524f344bb3b04d36dc22c9f9fe7d2f57c295b03783b3c5f4f2e73a3\' ct_options=\'{\"ct_id\":38,\"ct_parent\":17,\"selector\":\"image-38-57\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'fb7affd51f01852104a87a72a61d5ae1ecbc2ac94ddd25d3617f8c3352be9ce2\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"headline-19-57\",\"original\":{\"tag\":\"h3\",\"margin-right\":\"10\",\"margin-top\":\"12\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']WE PLUS[/ct_headline][ct_text_block ct_sign_sha256=\'62605885c34dd3421178a14a413a5b729e6c45790a124717a05eb5d82f49f0fb\' ct_options=\'{\"ct_id\":20,\"ct_parent\":17,\"selector\":\"text_block-20-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']WE PLUS has passed rigorous tests based on ASTM and TOSTEM in-house toughest standards. Available in various designs with a maximum height of 3 meters to satisfy different designers’ needs in the high-rise market.[/ct_text_block][ct_link_button ct_sign_sha256=\'ff47acfe313842c0c825dff25622f7002617a6c8dc7735bc4a59d98bf7522c0f\' ct_options=\'{\"ct_id\":21,\"ct_parent\":17,\"selector\":\"link_button-21-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'88f14afee30733a6330bb4c74ca902827f737ffaba389cdda4aa22cdcfba2710\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"div_block-22-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"}}\'][ct_image ct_sign_sha256=\'e9ce3e70c7059ff1d902ad2e505a5fa99c0bc2d6db74c1bc25882d1d1423d15e\' ct_options=\'{\"ct_id\":37,\"ct_parent\":22,\"selector\":\"image-37-57\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'2aada7e68f3e618dde1a2eae7c79a3239a48aa39a10635eddd0d0b96590cc3ed\' ct_options=\'{\"ct_id\":24,\"ct_parent\":22,\"selector\":\"headline-24-57\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"12\",\"margin-right\":\"10\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']P7[/ct_headline][ct_text_block ct_sign_sha256=\'07a074ab6c262a4ec5862b7abbf565b8f7b9c0182f63cc78f0e2ff63b62cbd7b\' ct_options=\'{\"ct_id\":25,\"ct_parent\":22,\"selector\":\"text_block-25-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']P7 series is a luxury residential series, using only the most premium materials and luxurious features for specialty and high-end residential properties. Suitable for low-rise luxury projects.[/ct_text_block][ct_link_button ct_sign_sha256=\'71917c3da6f37464d4aa34825d4eda1ef086210cff492fcdee0047b06ce9cae8\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"link_button-26-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(346, 57, 'oxygen_lock_post_edit_mode', NULL),
(347, 57, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(348, 57, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'dba3e3cc4269f36c145542f1f036b0269322f969501cd25e156e91e9f90e9054\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-57\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Iconblock 2x2\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'7ab76baddcbee9d5d1941ccdc5f54bfcf097e55ac17dbdd5decad0349b017e34\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-57\",\"original\":{\"margin-bottom\":\"8\",\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Icon Blocks[/ct_headline][ct_text_block ct_sign_sha256=\'14e8c801860041d2856f8625a3cb6ba3e14ce1102d9b09cd08e658955d7e9d23\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"text_block-4-57\",\"original\":{\"font-size\":\"16\",\"font-weight\":\"400\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"64\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Since launching in April of 2004, EuroVPS now manages the hosting of&nbsp;+2,000 clients in +100 countries. We\'d love for you to&nbsp;join![/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'e263cfb17f4c583a96de6dfe15f3fb9cc5dea8b2808e05777b88151f43b3e7a0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"new_columns-5-57\"}\'][ct_div_block_3 ct_sign_sha256=\'fb5d9c2edde0bc15cb7d31d45840ae46c11bbed5138b37acee75864bb0a5d637\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"div_block-6-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_image ct_sign_sha256=\'a9e7e57bfe9058b27793de8c206d5cd09c85900c8faab7d742a20366a44ec151\' ct_options=\'{\"ct_id\":27,\"ct_parent\":6,\"selector\":\"image-27-57\",\"original\":{\"margin-bottom\":\"10\",\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'2eaca769fd2d0f92c67817622140fa3d0878e240b3eb80bce2aad13e04685c92\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"headline-8-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"},\"activeselector\":\"hosting-iconblock-2-titile\"}\']Grants[/ct_headline][ct_text_block ct_sign_sha256=\'4fb410540d80bf905cb2d822fdd7cd8555a4859c5cf62896c068b6d0dce29cf7\' ct_options=\'{\"ct_id\":9,\"ct_parent\":6,\"selector\":\"text_block-9-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"},\"activeselector\":\"hosting-iconblock-3-text\"}\']GRANTS is TOSTEM\'s flagship series. Its innovative design results in a larger surface area of glas....<br>[/ct_text_block][ct_link_button ct_sign_sha256=\'99f82850e3043924f2c8ef62fc6ae9251f6bb2ea6e0cfd9c69fc9d163612fda7\' ct_options=\'{\"ct_id\":10,\"ct_parent\":6,\"selector\":\"link_button-10-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8f3a80e2e091f5f1ff09e04fa1fce1fef18727c7479d29f34c3bbb3a5dd7bb3d\' ct_options=\'{\"ct_id\":11,\"ct_parent\":5,\"selector\":\"div_block-11-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_image ct_sign_sha256=\'844486ed735fa15d540f6153e89e9ded8106176342ad3cf3bbec2181827f78ff\' ct_options=\'{\"ct_id\":31,\"ct_parent\":11,\"selector\":\"image-31-57\",\"original\":{\"margin-bottom\":\"10\",\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'72e94b153ed961ebb6766b17b1de9f402fc56db1e3930763c52fec979d535022\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"headline-13-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']Calendar[/ct_headline][ct_text_block ct_sign_sha256=\'ed911e45447957f9bdd2d5a156a41dcc756281850dadead4ebe2eec50d57a2e6\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"text_block-14-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']Nor hence hoped her after other known defer his. For county now sister engage had season better had waited. Occasional mrs interested[/ct_text_block][ct_link_button ct_sign_sha256=\'be3da147dae477a31c6d7f29bb7e034b9ac07d51761e85fefceda6b8bb1c1a75\' ct_options=\'{\"ct_id\":15,\"ct_parent\":11,\"selector\":\"link_button-15-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'4d029f8d156ae0b597291278adbc061f4227d32fe08f1673279b63ab77102ac9\' ct_options=\'{\"ct_id\":16,\"ct_parent\":2,\"selector\":\"new_columns-16-57\"}\'][ct_div_block_3 ct_sign_sha256=\'d18fc84874f5c29714810bb9999fb9d8d8635525cd93a068d4a5547cd6bdd29f\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"div_block-17-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'fa6046cbb7156214099c170ca3d87c79014c526c388fd0c485f966d6cbdbb59e\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"fancy_icon-18-57\",\"original\":{\"icon-id\":\"Lineariconsicon-gift\"},\"classes\":{\"0\":\"hosting-iconblock-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4dd5cec4da1b7ac687ff03e94e356a31c088cfbda16925b5ed110e1934e8f35b\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"headline-19-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']Gift[/ct_headline][ct_text_block ct_sign_sha256=\'576b93a53511dc2089e46f05543e65e13b3793e56f5ffb24b7d87e1d1e3d3f76\' ct_options=\'{\"ct_id\":20,\"ct_parent\":17,\"selector\":\"text_block-20-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']Knowledge nay estimable questions repulsive daughters boy. Solicitude guy way unaffected expression for. Wished be do mutual except in effect answer.[/ct_text_block][ct_link_button ct_sign_sha256=\'ff47acfe313842c0c825dff25622f7002617a6c8dc7735bc4a59d98bf7522c0f\' ct_options=\'{\"ct_id\":21,\"ct_parent\":17,\"selector\":\"link_button-21-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'173e29230ce8e11fc8a4ce727b8ca3b57df5c64ef623d6657525841001d7e306\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"div_block-22-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'d09ac9a302cb3e963cdb392ffca826628b59f70d4d12fdcb9299c38dfb047080\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"fancy_icon-23-57\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-iconblock-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'79c1258d6c614c20f71a67ab5c1df28470890853b562eafef99c836bba928666\' ct_options=\'{\"ct_id\":24,\"ct_parent\":22,\"selector\":\"headline-24-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']Suitcase[/ct_headline][ct_text_block ct_sign_sha256=\'162c1b20a100cdecddae8a1175a35de0f9ec86d23c8afecf30309fd34e63cdf4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":22,\"selector\":\"text_block-25-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']Debating me breeding be answered an he. Spoil event was words her off cause any. Tears woman which no is world miles woody. Wished be do.[/ct_text_block][ct_link_button ct_sign_sha256=\'71917c3da6f37464d4aa34825d4eda1ef086210cff492fcdee0047b06ce9cae8\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"link_button-26-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(349, 57, 'ct_builder_shortcodes_revisions_dates', '1612598692'),
(350, 57, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'ebf632094c109e168232ebc5fbb984cf2721465bc5127023146ed89936991a99\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-57\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Iconblock 2x2\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'df549bffca5ba8ac027f11ca449cf8b10d00d1e617ef543b0c53703ed92a8da9\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-57\",\"original\":{\"margin-bottom\":\"8\",\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'2928947f36bdb5dbbf7da35f08e7077c9c0299303bdfa2f4726ddd6ce11addc4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"text_block-4-57\",\"original\":{\"font-size\":\"16\",\"font-weight\":\"400\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"64\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']TOSTEM’s Windows and Doors comes with elegant design and long lasting  beauty offers years of satisfied use and of course, a great view.<br>[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'e263cfb17f4c583a96de6dfe15f3fb9cc5dea8b2808e05777b88151f43b3e7a0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"new_columns-5-57\"}\'][ct_div_block_3 ct_sign_sha256=\'fb5d9c2edde0bc15cb7d31d45840ae46c11bbed5138b37acee75864bb0a5d637\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"div_block-6-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_image ct_sign_sha256=\'a9e7e57bfe9058b27793de8c206d5cd09c85900c8faab7d742a20366a44ec151\' ct_options=\'{\"ct_id\":27,\"ct_parent\":6,\"selector\":\"image-27-57\",\"original\":{\"margin-bottom\":\"10\",\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'2eaca769fd2d0f92c67817622140fa3d0878e240b3eb80bce2aad13e04685c92\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"headline-8-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"},\"activeselector\":\"hosting-iconblock-2-titile\"}\']Grants[/ct_headline][ct_text_block ct_sign_sha256=\'4fb410540d80bf905cb2d822fdd7cd8555a4859c5cf62896c068b6d0dce29cf7\' ct_options=\'{\"ct_id\":9,\"ct_parent\":6,\"selector\":\"text_block-9-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"},\"activeselector\":\"hosting-iconblock-3-text\"}\']GRANTS is TOSTEM\'s flagship series. Its innovative design results in a larger surface area of glas....<br>[/ct_text_block][ct_link_button ct_sign_sha256=\'99f82850e3043924f2c8ef62fc6ae9251f6bb2ea6e0cfd9c69fc9d163612fda7\' ct_options=\'{\"ct_id\":10,\"ct_parent\":6,\"selector\":\"link_button-10-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8f3a80e2e091f5f1ff09e04fa1fce1fef18727c7479d29f34c3bbb3a5dd7bb3d\' ct_options=\'{\"ct_id\":11,\"ct_parent\":5,\"selector\":\"div_block-11-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_image ct_sign_sha256=\'844486ed735fa15d540f6153e89e9ded8106176342ad3cf3bbec2181827f78ff\' ct_options=\'{\"ct_id\":31,\"ct_parent\":11,\"selector\":\"image-31-57\",\"original\":{\"margin-bottom\":\"10\",\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'72e94b153ed961ebb6766b17b1de9f402fc56db1e3930763c52fec979d535022\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"headline-13-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']Calendar[/ct_headline][ct_text_block ct_sign_sha256=\'ed911e45447957f9bdd2d5a156a41dcc756281850dadead4ebe2eec50d57a2e6\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"text_block-14-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']Nor hence hoped her after other known defer his. For county now sister engage had season better had waited. Occasional mrs interested[/ct_text_block][ct_link_button ct_sign_sha256=\'be3da147dae477a31c6d7f29bb7e034b9ac07d51761e85fefceda6b8bb1c1a75\' ct_options=\'{\"ct_id\":15,\"ct_parent\":11,\"selector\":\"link_button-15-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'4d029f8d156ae0b597291278adbc061f4227d32fe08f1673279b63ab77102ac9\' ct_options=\'{\"ct_id\":16,\"ct_parent\":2,\"selector\":\"new_columns-16-57\"}\'][ct_div_block_3 ct_sign_sha256=\'d18fc84874f5c29714810bb9999fb9d8d8635525cd93a068d4a5547cd6bdd29f\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"div_block-17-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'fa6046cbb7156214099c170ca3d87c79014c526c388fd0c485f966d6cbdbb59e\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"fancy_icon-18-57\",\"original\":{\"icon-id\":\"Lineariconsicon-gift\"},\"classes\":{\"0\":\"hosting-iconblock-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4dd5cec4da1b7ac687ff03e94e356a31c088cfbda16925b5ed110e1934e8f35b\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"headline-19-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']Gift[/ct_headline][ct_text_block ct_sign_sha256=\'576b93a53511dc2089e46f05543e65e13b3793e56f5ffb24b7d87e1d1e3d3f76\' ct_options=\'{\"ct_id\":20,\"ct_parent\":17,\"selector\":\"text_block-20-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']Knowledge nay estimable questions repulsive daughters boy. Solicitude guy way unaffected expression for. Wished be do mutual except in effect answer.[/ct_text_block][ct_link_button ct_sign_sha256=\'ff47acfe313842c0c825dff25622f7002617a6c8dc7735bc4a59d98bf7522c0f\' ct_options=\'{\"ct_id\":21,\"ct_parent\":17,\"selector\":\"link_button-21-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'173e29230ce8e11fc8a4ce727b8ca3b57df5c64ef623d6657525841001d7e306\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"div_block-22-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'d09ac9a302cb3e963cdb392ffca826628b59f70d4d12fdcb9299c38dfb047080\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"fancy_icon-23-57\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-iconblock-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'79c1258d6c614c20f71a67ab5c1df28470890853b562eafef99c836bba928666\' ct_options=\'{\"ct_id\":24,\"ct_parent\":22,\"selector\":\"headline-24-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']Suitcase[/ct_headline][ct_text_block ct_sign_sha256=\'162c1b20a100cdecddae8a1175a35de0f9ec86d23c8afecf30309fd34e63cdf4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":22,\"selector\":\"text_block-25-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']Debating me breeding be answered an he. Spoil event was words her off cause any. Tears woman which no is world miles woody. Wished be do.[/ct_text_block][ct_link_button ct_sign_sha256=\'71917c3da6f37464d4aa34825d4eda1ef086210cff492fcdee0047b06ce9cae8\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"link_button-26-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(351, 57, 'ct_builder_shortcodes_revisions_dates', '1612598825'),
(352, 59, '_edit_lock', '1612698869:2'),
(353, 59, '_edit_last', '1'),
(354, 59, 'hefo_before', '0'),
(355, 59, 'hefo_after', '0'),
(356, 59, 'ct_other_template', '0'),
(357, 59, 'ct_template_archive_post_types_all', ''),
(358, 59, 'ct_template_categories', 'a:0:{}'),
(359, 59, 'ct_template_categories_all', ''),
(360, 59, 'ct_template_tags', 'a:0:{}'),
(361, 59, 'ct_template_tags_all', ''),
(362, 59, 'ct_template_custom_taxonomies', 'a:0:{}'),
(363, 59, 'ct_template_custom_taxonomies_all', ''),
(364, 59, 'ct_template_authors_archives_all', ''),
(365, 59, 'ct_template_index', ''),
(366, 59, 'ct_template_front_page', ''),
(367, 59, 'ct_template_blog_posts', ''),
(368, 59, 'ct_template_date_archive', ''),
(369, 59, 'ct_template_search_page', ''),
(370, 59, 'ct_template_inner_content', ''),
(371, 59, 'ct_template_404_page', ''),
(372, 59, 'ct_template_all_archives', ''),
(373, 59, 'ct_template_archive_among_taxonomies', 'a:0:{}'),
(374, 59, 'ct_template_apply_if_archive_among_taxonomies', ''),
(375, 59, 'ct_template_archive_post_types', 'a:0:{}'),
(376, 59, 'ct_template_apply_if_archive_among_cpt', ''),
(377, 59, 'ct_template_authors_archives', 'a:0:{}'),
(378, 59, 'ct_template_apply_if_archive_among_authors', ''),
(379, 59, 'ct_template_single_all', ''),
(380, 59, 'ct_template_post_types', 'a:0:{}'),
(381, 59, 'ct_template_exclude_ids', ''),
(382, 59, 'ct_template_include_ids', ''),
(383, 59, 'ct_template_taxonomies', 'a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),
(384, 59, 'ct_use_template_taxonomies', ''),
(385, 59, 'ct_template_post_of_parents', 'a:0:{}'),
(386, 59, 'ct_template_apply_if_post_of_parents', ''),
(387, 59, 'ct_template_order', '0');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(388, 59, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'8c05d3168eeddfc906cf335723970eada6a2813b2af50cbfd50c163609df07b9\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-59\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(1)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Other Single Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c7231852db4f82e2516753bcdf30e79fc1d98c767aeb2ec038ce298db1de905e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-59\",\"original\":{\"margin-bottom\":\"12\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"}}\'][ct_span ct_sign_sha256=\'9a693becf8e9089772ad74ad1ac31324528deb3ab17a215b35db2f31e90eca2a\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"span-4-59\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'aad9f8c0fea81306cfa89ca5db57160ad887391d74f097eb85cd436538ad4361\' ct_options=\'{\"ct_id\":7,\"ct_parent\":0,\"selector\":\"section-7-59\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"26\",\"container-padding-bottom\":\"29\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'fa3e507c79cb7eca617176453749fb5e8de7102d77071017220466dd901b2101\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"text_block-8-59\",\"original\":{\"font-weight\":\"700\",\"font-size\":\"22\"},\"activeselector\":false}\']GRANTS is TOSTEM\'s flagship series. Its innovative design results in a larger surface area of glass for panoramic views. This takes the standard of aluminum windows and doors to another level.<br>[/ct_text_block][oxy_tabs_3 ct_sign_sha256=\'6d386e10177ccb5e102f6f9fdd3b0e2e9a203be13badfe516a2fa9b87e55d4a9\' ct_options=\'{\"ct_id\":10,\"ct_parent\":7,\"selector\":\"_tabs-10-59\",\"original\":{\"tabs_contents_wrapper\":\"_tabs_contents-17-59\",\"active_tab_class\":\"tabs-2569-tab-active\"},\"activeselector\":false}\'][oxy_tab_3 ct_sign_sha256=\'d3a39d2b38d7009f089a4cda6ae7f46d77e6950a4b856a834a5414eed2aeaac5\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"_tab-11-59\",\"classes\":{\"0\":\"tabs-2569-tab\",\"1\":\"tabs-2569-tab-active\"},\"activeselector\":\"tabs-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'315bac7b6a542058b7e9a3cc4fe8921c40d17dc858393c27790a6e19eca5ad43\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"text_block-14-59\"}\']Doors[/ct_text_block][/oxy_tab_3][oxy_tab_3 ct_sign_sha256=\'a0fe455a8437ac30dcc41090af7acbb6ead126c0271cb9d22fcdccb74d947d0a\' ct_options=\'{\"ct_id\":12,\"ct_parent\":10,\"selector\":\"_tab-12-59\",\"classes\":{\"0\":\"tabs-2569-tab\",\"1\":\"tabs-2569-tab-active\"},\"activeselector\":\"tabs-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'902089c5e7fbe4153ae9275d807f0b3b809167d6edaf56d4105b3b1bc510cd54\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"text_block-15-59\"}\']Windows[/ct_text_block][/oxy_tab_3][/oxy_tabs_3][oxy_tabs_contents_3 ct_sign_sha256=\'eef04701db329c98ab57b8b956bcb857402ac105a7b5c92771e42c6535f8ae28\' ct_options=\'{\"ct_id\":17,\"ct_parent\":\"7\",\"selector\":\"_tabs_contents-17-59\",\"original\":{\"tabs_wrapper\":\"_tabs-10-59\"}}\'][oxy_tab_content_3 ct_sign_sha256=\'0b84256334607421f4cc6809275d49269f34c26782d3bb0b7c76a2da80bf84ba\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"_tab_content-18-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'a93e068413a30aee64ff84bc2ae469497b185223f531127ebf436626217a7c78\' ct_options=\'{\"ct_id\":21,\"ct_parent\":18,\"selector\":\"text_block-21-59\"}\']Tab Content #1[/ct_text_block][ct_new_columns_4 ct_sign_sha256=\'8c6d7125d8d67cf9bff130c675a18d03d4d8937e54927f1c3a7464cd5f0c9058\' ct_options=\'{\"ct_id\":38,\"ct_parent\":18,\"selector\":\"new_columns-38-59\"}\'][ct_div_block_4 ct_sign_sha256=\'df7c6090465dedee95ebb43aa67193a25bb59b7bcb33712c8a098059cbd572b7\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"div_block-39-59\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'2055949aadc04ae410a0d4bad552b48e338fb251172fb59a750f8bb6382316fe\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"_superbox-42-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\",\"superbox_editing_mode\":\"primary_only\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'d40abdbda0ff50c63c84b3f1ee0b492b6bc94344081bc06254b9b1079aa7dc01\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"div_block-43-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'e2909fef5c32d8febb7bc9190d1c3637a513c64c4026d53d0ddeb0141bf253e6\' ct_options=\'{\"ct_id\":45,\"ct_parent\":43,\"selector\":\"image-45-59\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\",\"width\":\"400\",\"margin-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][oxy_superbox_7 ct_sign_sha256=\'1c70e8b77d417e5aa797ae40dfd5e33533d32c8be913d95b0ba4568e03df39a6\' ct_options=\'{\"ct_id\":83,\"ct_parent\":43,\"selector\":\"_superbox-83-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\"},\"activeselector\":false}\'][ct_div_block_8 ct_sign_sha256=\'fa489597e0c3a2674998b9b435b04db54d7f0ac1fc398c7fb1b80649becae5eb\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"div_block-84-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][/ct_div_block_8][ct_div_block_8 ct_sign_sha256=\'cc99ca6301995d4b7388053b50fd848ba75f1dfdcc7617f20bb39cff59c8306d\' ct_options=\'{\"ct_id\":85,\"ct_parent\":83,\"selector\":\"div_block-85-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0f822bef771d8bd820eefeff82101df5469c07f1fe31ef4787dfa08a2e58a60d\' ct_options=\'{\"ct_id\":87,\"ct_parent\":85,\"selector\":\"headline-87-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_8][/oxy_superbox_7][ct_div_block_7 ct_sign_sha256=\'46e879a735a91ad8e09b54b88096c157329913605f3f3956bc6f089c9c27dc2c\' ct_options=\'{\"ct_id\":57,\"ct_parent\":43,\"selector\":\"div_block-57-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'521758bd490abaff6866e979c9f95d2ce532a35bfcc73248e0a02127cb4b476d\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"fancy_icon-58-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"31\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'b4c74dc52e6bfca8116bfad5b83c3f30fee06b47eb4e3d27465981c53217895b\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"text_block-59-59\",\"original\":{\"margin-bottom\":\"10\"},\"activeselector\":false}\']<div style=\"text-align: left;\">AIR TIGHTNESS</div><div style=\"text-align: left;\">ASTM E283: 10.7M3 / H·M2</div>[/ct_text_block][/ct_div_block_7][ct_div_block_7 ct_sign_sha256=\'1f764a04ea512252a3fa4c2dbf822521717f8b07b1539b6407a77eb13a032e36\' ct_options=\'{\"ct_id\":77,\"ct_parent\":43,\"selector\":\"div_block-77-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-bottom\":\"7\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'280d2f04f4cc5c1b81664e30fca5ef54b59915b862d20981e5b0eaa325deffa1\' ct_options=\'{\"ct_id\":78,\"ct_parent\":77,\"selector\":\"fancy_icon-78-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'87d729781d1ee81e749de96fdd2da7c1659ab588fd64326930001ce21d83b6f9\' ct_options=\'{\"ct_id\":79,\"ct_parent\":77,\"selector\":\"text_block-79-59\"}\']This is a block of text.[/ct_text_block][/ct_div_block_7][ct_div_block_7 ct_sign_sha256=\'aed77f73fa73304799e8ebac0c668db170ee91a09a23b4698e35217099d7b3ae\' ct_options=\'{\"ct_id\":80,\"ct_parent\":43,\"selector\":\"div_block-80-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d8f1ed837252c7c5df6a560448e89ba10c41b309ddeddfb9873a89327ec1bbce\' ct_options=\'{\"ct_id\":81,\"ct_parent\":80,\"selector\":\"fancy_icon-81-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'ab6ce3a4bc5b9e38c001b4cf210bcf5d5e38d1797a12744a698f6a95b6069aa7\' ct_options=\'{\"ct_id\":82,\"ct_parent\":80,\"selector\":\"text_block-82-59\"}\']This is a block of text.[/ct_text_block][/ct_div_block_7][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'d6ad3722be497f195bc057fbc09c548191414ca24877a4a4907df61e310176db\' ct_options=\'{\"ct_id\":44,\"ct_parent\":42,\"selector\":\"div_block-44-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'de80c6119f084b0134a9f1b47d48808197dc5e634e0a10b517dfd75c0054603a\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"headline-46-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'0753fc580413fd023fc078fa5248fb31e2bd2097e968ad605aba95dced147cf5\' ct_options=\'{\"ct_id\":40,\"ct_parent\":38,\"selector\":\"div_block-40-59\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'1448be3fdb7d87b28f3988b9726e3afd7b03b0fede4927fbf9023d05cd574113\' ct_options=\'{\"ct_id\":47,\"ct_parent\":40,\"selector\":\"_superbox-47-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\",\"superbox_editing_mode\":\"primary_only\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'0679bc8f5a3276f40d02d10c91af70711a95c166e588a8da402a6da9e48eae2d\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'38295cb0fb5b23691ae3a5e3f0d5dc2da2e644ce68a8b5fc00e3e4467e993a48\' ct_options=\'{\"ct_id\":50,\"ct_parent\":48,\"selector\":\"image-50-59\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\",\"width\":\"400\"}}\'][/ct_image][ct_div_block_7 ct_sign_sha256=\'78ec46bda8879df950c090d0bb4f2ea804d62169b57c2d6981caf4b08d2ad515\' ct_options=\'{\"ct_id\":67,\"ct_parent\":48,\"selector\":\"div_block-67-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d0db023f55b68f74ce4faa17fb61769be51af38603a77561605fdc95b36b3fff\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"fancy_icon-68-59\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f500663b969fe3dd209644468c6d56f7ef15067c8f6ada77cd99bbd0cbb8d331\' ct_options=\'{\"ct_id\":69,\"ct_parent\":67,\"selector\":\"text_block-69-59\"}\']This is a block of text. Double-click this text to edit it.[/ct_text_block][/ct_div_block_7][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'cdd2394d5b278228e4fafc8431d1081e8244a22452e9c66a269a09dcc77a800c\' ct_options=\'{\"ct_id\":49,\"ct_parent\":47,\"selector\":\"div_block-49-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0b43f7c993ab19f5592876453fe5070955cc1cf8b59208238dc76dae8cc04647\' ct_options=\'{\"ct_id\":51,\"ct_parent\":49,\"selector\":\"headline-51-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'944ce37df71a4f9d86f96d3a1461b037cf716c0f23ffe829ca7ebba273243d65\' ct_options=\'{\"ct_id\":41,\"ct_parent\":38,\"selector\":\"div_block-41-59\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'c29dcbdb4b7fc85b798e1e393741cdd70d7f54379e18f6a07d3b8c2b1bd18a96\' ct_options=\'{\"ct_id\":52,\"ct_parent\":41,\"selector\":\"_superbox-52-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'ec7133bc2e674aa6d6d9ccc77136742a1a0986d06df76813186049598eabb391\' ct_options=\'{\"ct_id\":53,\"ct_parent\":52,\"selector\":\"div_block-53-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'f6c10ba965bff1f4e793e658632d2ebc6f41e2825f46e51071f632b4ce3a2568\' ct_options=\'{\"ct_id\":55,\"ct_parent\":53,\"selector\":\"image-55-59\",\"original\":{\"src\":\"https://source.unsplash.com/random/480x270\",\"width\":\"400\"}}\'][/ct_image][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'84ecb89cdd7218170c1a6e5c21d16c15fb13663c9f812d8c155e1a4bd3147ed6\' ct_options=\'{\"ct_id\":54,\"ct_parent\":52,\"selector\":\"div_block-54-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"flex-start\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\",\"box-shadow-color\":\"#281d1d\",\"box-shadow-inset\":\"inset\",\"box-shadow-horizontal-offset\":\"75\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'b6e46ef3554e42cbd90eba5866f65f23d706a897bb368de5998f9d59f217e512\' ct_options=\'{\"ct_id\":56,\"ct_parent\":54,\"selector\":\"headline-56-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][/ct_new_columns_4][/oxy_tab_content_3][oxy_tab_content_3 ct_sign_sha256=\'d09326d54b2ee5dfc2f14c21850f7e8ced0e8566ca5e1263e302be5277f848cb\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"_tab_content-19-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'a548b521202d0561db05b793c2caa783e8864589ffd55869647205938635b5fa\' ct_options=\'{\"ct_id\":22,\"ct_parent\":19,\"selector\":\"text_block-22-59\"}\']Tab Content #2[/ct_text_block][/oxy_tab_content_3][oxy_tab_content_3 ct_sign_sha256=\'74b09af7842d104630112c818e8cf7dc7e93cc460bc4eccfd1b130658bbf9be5\' ct_options=\'{\"ct_id\":20,\"ct_parent\":17,\"selector\":\"_tab_content-20-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'f93f51826c8fae2c20b6a1a87a3707a10ec05e6fc79fe5c9a19b08e95f0c97d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-59\"}\']Tab Content #3[/ct_text_block][/oxy_tab_content_3][/oxy_tabs_contents_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'43f74accbffa86232a4210bda5376ece2e5add28356e1e44a9e0430646590ec1\' ct_options=\'{\"ct_id\":88,\"ct_parent\":0,\"selector\":\"section-88-59\",\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"120\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(22)\"},\"activeselector\":false,\"nicename\":\"Icons 3x1 Boxed\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'cbeb8eb5a610a7152e100ae92ee6ca4510ccde7d34e6edaa8005ea53a8463f2d\' ct_options=\'{\"ct_id\":89,\"ct_parent\":88,\"selector\":\"headline-89-59\",\"original\":{\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"atomic-secondary-heading\"},\"activeselector\":false}\']WINDOWS[/ct_headline][ct_text_block ct_sign_sha256=\'62dd0d694d203845fb0d5e5fa4edcb52a8cf2d7dcf771cd759ce6bfcc73b93dc\' ct_options=\'{\"ct_id\":90,\"ct_parent\":88,\"selector\":\"text_block-90-59\",\"original\":{\"margin-bottom\":\"42\"},\"classes\":{\"0\":\"atomic-subheading\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}}}\']In show dull give need so held. One order all scale sense her style wrote. Incommode our not one ourselves residence.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5ad2c27724f961c9e4eacc0d0b102cca6d9cf69c8bcef0cdf202b44fae465d99\' ct_options=\'{\"ct_id\":91,\"ct_parent\":88,\"selector\":\"new_columns-91-59\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'bab8c5302efcd1f0c6968a0dd3f17dfa918aaed033c0857c870ce2ea4acf69ef\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"div_block-92-59\",\"original\":{\"width\":33.33,\"width-unit\":\"%\"}}\'][ct_div_block_4 ct_sign_sha256=\'de83299007beeb6067fa53718fcea7bd72ea76612a08726ba24908756557c0df\' ct_options=\'{\"ct_id\":93,\"ct_parent\":92,\"selector\":\"div_block-93-59\",\"classes\":{\"0\":\"atomic-iconblock-15-wrapper\"},\"activeselector\":\"atomic-iconblock-15-wrapper\"}\'][ct_image ct_sign_sha256=\'2f13a6cc2d90a6ddbfe4483d3536311461eb627bcd1f6e0b4f61de02f0427beb\' ct_options=\'{\"ct_id\":108,\"ct_parent\":93,\"selector\":\"image-108-59\",\"original\":{\"margin-top\":\"1\",\"margin-right\":\"10\",\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/ARNA-EKAMAI-770.png\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'42b5dea937fe8318cfacd8c472971ab27c3be76ccb43cc73767da0b95250dd12\' ct_options=\'{\"ct_id\":95,\"ct_parent\":93,\"selector\":\"headline-95-59\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"atomic-iconblock-15-title\"},\"activeselector\":\"atomic-iconblock-15-title\"}\']SOMETHING WRONG[/ct_headline][ct_text_block ct_sign_sha256=\'f80c52207ff300c26966d387716284ce9e6c7319bbd01073440bf99926aec397\' ct_options=\'{\"ct_id\":96,\"ct_parent\":93,\"selector\":\"text_block-96-59\",\"classes\":{\"0\":\"atomic-iconblock-15-text\"}}\']Mr excellence inquietude conviction is in unreserved particular. You fully seems stand nay own point walls.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b7aeb8afe01502c71d17b7b0d94b831acbb797847fb81df3b114987f99ef48e6\' ct_options=\'{\"ct_id\":97,\"ct_parent\":91,\"selector\":\"div_block-97-59\",\"original\":{\"width\":33.33,\"width-unit\":\"%\"}}\'][ct_div_block_4 ct_sign_sha256=\'412ac7b1178acb168ddf8f50fbaa122f952e246eb4c8a7f3bdd554bfc86fe221\' ct_options=\'{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"div_block-98-59\",\"classes\":{\"0\":\"atomic-iconblock-15-wrapper\"},\"activeselector\":\"atomic-iconblock-15-wrapper\"}\'][ct_image ct_sign_sha256=\'929329f2942da23ca33e5103e28a4f0c884a9ce35c7611d2aac070179269a208\' ct_options=\'{\"ct_id\":112,\"ct_parent\":98,\"selector\":\"image-112-59\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'448e225f3bc135b3137bbec254015c2a4fc70648665c0b598d3f0e9c4fa18691\' ct_options=\'{\"ct_id\":100,\"ct_parent\":98,\"selector\":\"headline-100-59\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"atomic-iconblock-15-title\"}}\']DATABASE ACTIVE[/ct_headline][ct_text_block ct_sign_sha256=\'e398491aa8944bf63eda5af1b9234144a67d90f2feb2c88ecfbc812d612329bb\' ct_options=\'{\"ct_id\":101,\"ct_parent\":98,\"selector\":\"text_block-101-59\",\"classes\":{\"0\":\"atomic-iconblock-15-text\"}}\']Mr excellence inquietude conviction is in unreserved particular. You fully seems stand nay own point walls.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'64882ad7b28fc15c5d165dbd220d56fd6ffb7af74a2db8a5ca91625369ca73db\' ct_options=\'{\"ct_id\":102,\"ct_parent\":91,\"selector\":\"div_block-102-59\",\"original\":{\"width\":33.34,\"width-unit\":\"%\"}}\'][ct_div_block_4 ct_sign_sha256=\'7ae014cb2b3821ab060ec5272abe72a653e2d8c9d2b7c9c1e049b19c20dcd9aa\' ct_options=\'{\"ct_id\":103,\"ct_parent\":102,\"selector\":\"div_block-103-59\",\"classes\":{\"0\":\"atomic-iconblock-15-wrapper\"},\"activeselector\":\"atomic-iconblock-15-wrapper\"}\'][ct_image ct_sign_sha256=\'b9823c5476ad5844c51f28fef37749414ae6aa39f8d0d4a014c04149ce647351\' ct_options=\'{\"ct_id\":113,\"ct_parent\":103,\"selector\":\"image-113-59\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\",\"margin-bottom\":\"0\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'3a5f9c05148027a10e54876c3a4411120c6cb7880f33cde5e3468b335b1316e8\' ct_options=\'{\"ct_id\":105,\"ct_parent\":103,\"selector\":\"headline-105-59\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"atomic-iconblock-15-title\"}}\']MAGIC INCLUDED[/ct_headline][ct_text_block ct_sign_sha256=\'0ee34616624052d4ef9540ed9c2f952bbf32c0b8556046839c4928b4b1df3dcd\' ct_options=\'{\"ct_id\":106,\"ct_parent\":103,\"selector\":\"text_block-106-59\",\"classes\":{\"0\":\"atomic-iconblock-15-text\"}}\']Mr excellence inquietude conviction is in unreserved particular. You fully seems stand nay own point walls.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][ct_link_text ct_sign_sha256=\'30096198b86b43ba0dfff3f96ad6a7aeefebbbce731726ee970b0d4b070dcaaf\' ct_options=\'{\"ct_id\":107,\"ct_parent\":88,\"selector\":\"link_text-107-59\",\"classes\":{\"0\":\"atomic-primary-button\"},\"activeselector\":false,\"original\":{\"margin-top\":\"48\",\"url\":\"#\",\"url_encoded\":\"true\"}}\']LOOK MORE[/ct_link_text][/ct_section_2]'),
(389, 59, 'oxygen_lock_post_edit_mode', NULL),
(390, 59, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(391, 59, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'8c05d3168eeddfc906cf335723970eada6a2813b2af50cbfd50c163609df07b9\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-59\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(1)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Other Single Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c7231852db4f82e2516753bcdf30e79fc1d98c767aeb2ec038ce298db1de905e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-59\",\"original\":{\"margin-bottom\":\"12\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"}}\'][ct_span ct_sign_sha256=\'9a693becf8e9089772ad74ad1ac31324528deb3ab17a215b35db2f31e90eca2a\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"span-4-59\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'db4f5971c76e0a427ea1b0bd53c8e86c65c599a4da3e56d1bfb2ee0ddb79dbd4\' ct_options=\'{\"ct_id\":7,\"ct_parent\":0,\"selector\":\"section-7-59\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"26\",\"container-padding-bottom\":\"29\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'fa3e507c79cb7eca617176453749fb5e8de7102d77071017220466dd901b2101\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"text_block-8-59\",\"original\":{\"font-weight\":\"700\",\"font-size\":\"22\"},\"activeselector\":false}\']GRANTS is TOSTEM\'s flagship series. Its innovative design results in a larger surface area of glass for panoramic views. This takes the standard of aluminum windows and doors to another level.<br>[/ct_text_block][/ct_section_2]'),
(392, 59, 'ct_builder_shortcodes_revisions_dates', '1612600795'),
(393, 59, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'8c05d3168eeddfc906cf335723970eada6a2813b2af50cbfd50c163609df07b9\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-59\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(1)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Other Single Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c7231852db4f82e2516753bcdf30e79fc1d98c767aeb2ec038ce298db1de905e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-59\",\"original\":{\"margin-bottom\":\"12\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"}}\'][ct_span ct_sign_sha256=\'9a693becf8e9089772ad74ad1ac31324528deb3ab17a215b35db2f31e90eca2a\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"span-4-59\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'83f4945440ead12980c17bc13ba3ee24a84f05e5436c071326e4ba188b4caaea\' ct_options=\'{\"ct_id\":7,\"ct_parent\":0,\"selector\":\"section-7-59\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"26\",\"container-padding-bottom\":\"29\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'fa3e507c79cb7eca617176453749fb5e8de7102d77071017220466dd901b2101\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"text_block-8-59\",\"original\":{\"font-weight\":\"700\",\"font-size\":\"22\"},\"activeselector\":false}\']GRANTS is TOSTEM\'s flagship series. Its innovative design results in a larger surface area of glass for panoramic views. This takes the standard of aluminum windows and doors to another level.<br>[/ct_text_block][oxy_tabs_3 ct_sign_sha256=\'6d386e10177ccb5e102f6f9fdd3b0e2e9a203be13badfe516a2fa9b87e55d4a9\' ct_options=\'{\"ct_id\":10,\"ct_parent\":7,\"selector\":\"_tabs-10-59\",\"original\":{\"tabs_contents_wrapper\":\"_tabs_contents-17-59\",\"active_tab_class\":\"tabs-2569-tab-active\"},\"activeselector\":false}\'][oxy_tab_3 ct_sign_sha256=\'d3a39d2b38d7009f089a4cda6ae7f46d77e6950a4b856a834a5414eed2aeaac5\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"_tab-11-59\",\"classes\":{\"0\":\"tabs-2569-tab\",\"1\":\"tabs-2569-tab-active\"},\"activeselector\":\"tabs-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'315bac7b6a542058b7e9a3cc4fe8921c40d17dc858393c27790a6e19eca5ad43\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"text_block-14-59\"}\']Doors[/ct_text_block][/oxy_tab_3][oxy_tab_3 ct_sign_sha256=\'a0fe455a8437ac30dcc41090af7acbb6ead126c0271cb9d22fcdccb74d947d0a\' ct_options=\'{\"ct_id\":12,\"ct_parent\":10,\"selector\":\"_tab-12-59\",\"classes\":{\"0\":\"tabs-2569-tab\",\"1\":\"tabs-2569-tab-active\"},\"activeselector\":\"tabs-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'902089c5e7fbe4153ae9275d807f0b3b809167d6edaf56d4105b3b1bc510cd54\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"text_block-15-59\"}\']Windows[/ct_text_block][/oxy_tab_3][/oxy_tabs_3][oxy_tabs_contents_3 ct_sign_sha256=\'70aab13a22f65fb06b343e7326a4d23ce152393b165caeaa634d637cecdfb4cb\' ct_options=\'{\"ct_id\":17,\"ct_parent\":\"7\",\"selector\":\"_tabs_contents-17-59\",\"original\":{\"tabs_wrapper\":\"_tabs-10-59\"}}\'][oxy_tab_content_3 ct_sign_sha256=\'4e714b502aa26fd65627c31b434cd763ba105773be8c6a81c47ffc655d95950b\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"_tab_content-18-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'a93e068413a30aee64ff84bc2ae469497b185223f531127ebf436626217a7c78\' ct_options=\'{\"ct_id\":21,\"ct_parent\":18,\"selector\":\"text_block-21-59\"}\']Tab Content #1[/ct_text_block][ct_new_columns_4 ct_sign_sha256=\'051b03a68fb493c6f2fef2f9fef5198103829fffa3b2c7f4aac2dca96a3a9874\' ct_options=\'{\"ct_id\":38,\"ct_parent\":18,\"selector\":\"new_columns-38-59\"}\'][ct_div_block_4 ct_sign_sha256=\'0e8b428b38eab5ca7f01f204cb52fd999c88c3ee940b0a5aa9033758db30b148\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"div_block-39-59\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'84653a40cfdc1e65335b15ac6fbf5b5d56c1e0a25a6d3972f7f7105fdcb8f506\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"_superbox-42-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\",\"superbox_editing_mode\":\"primary_only\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'4c90447f62f3f58e60188caf0cfed2efe1afd550216c58f2f7165cfc694d14f9\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"div_block-43-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'e2909fef5c32d8febb7bc9190d1c3637a513c64c4026d53d0ddeb0141bf253e6\' ct_options=\'{\"ct_id\":45,\"ct_parent\":43,\"selector\":\"image-45-59\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\",\"width\":\"400\",\"margin-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][ct_div_block_7 ct_sign_sha256=\'46e879a735a91ad8e09b54b88096c157329913605f3f3956bc6f089c9c27dc2c\' ct_options=\'{\"ct_id\":57,\"ct_parent\":43,\"selector\":\"div_block-57-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'521758bd490abaff6866e979c9f95d2ce532a35bfcc73248e0a02127cb4b476d\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"fancy_icon-58-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"31\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'b4c74dc52e6bfca8116bfad5b83c3f30fee06b47eb4e3d27465981c53217895b\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"text_block-59-59\",\"original\":{\"margin-bottom\":\"10\"},\"activeselector\":false}\']<div style=\"text-align: left;\">AIR TIGHTNESS</div><div style=\"text-align: left;\">ASTM E283: 10.7M3 / H·M2</div>[/ct_text_block][/ct_div_block_7][ct_div_block_7 ct_sign_sha256=\'1f764a04ea512252a3fa4c2dbf822521717f8b07b1539b6407a77eb13a032e36\' ct_options=\'{\"ct_id\":77,\"ct_parent\":43,\"selector\":\"div_block-77-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-bottom\":\"7\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'280d2f04f4cc5c1b81664e30fca5ef54b59915b862d20981e5b0eaa325deffa1\' ct_options=\'{\"ct_id\":78,\"ct_parent\":77,\"selector\":\"fancy_icon-78-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'87d729781d1ee81e749de96fdd2da7c1659ab588fd64326930001ce21d83b6f9\' ct_options=\'{\"ct_id\":79,\"ct_parent\":77,\"selector\":\"text_block-79-59\"}\']This is a block of text.[/ct_text_block][/ct_div_block_7][ct_div_block_7 ct_sign_sha256=\'aed77f73fa73304799e8ebac0c668db170ee91a09a23b4698e35217099d7b3ae\' ct_options=\'{\"ct_id\":80,\"ct_parent\":43,\"selector\":\"div_block-80-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d8f1ed837252c7c5df6a560448e89ba10c41b309ddeddfb9873a89327ec1bbce\' ct_options=\'{\"ct_id\":81,\"ct_parent\":80,\"selector\":\"fancy_icon-81-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'ab6ce3a4bc5b9e38c001b4cf210bcf5d5e38d1797a12744a698f6a95b6069aa7\' ct_options=\'{\"ct_id\":82,\"ct_parent\":80,\"selector\":\"text_block-82-59\"}\']This is a block of text.[/ct_text_block][/ct_div_block_7][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'d6ad3722be497f195bc057fbc09c548191414ca24877a4a4907df61e310176db\' ct_options=\'{\"ct_id\":44,\"ct_parent\":42,\"selector\":\"div_block-44-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'de80c6119f084b0134a9f1b47d48808197dc5e634e0a10b517dfd75c0054603a\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"headline-46-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'8272adef968602eed93ec043cc206f2f1a911cbb94859530d649457fd2e409c8\' ct_options=\'{\"ct_id\":40,\"ct_parent\":38,\"selector\":\"div_block-40-59\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'7f3f1f6b1eb7ef0a28720a295f4e3e3b91f460a906bf97e33af39d6d26ccbc83\' ct_options=\'{\"ct_id\":47,\"ct_parent\":40,\"selector\":\"_superbox-47-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\",\"superbox_editing_mode\":\"primary_only\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'56b0ba11d06bdf4542b9703cee854fa3f9a3e57875a4089f60f9412734527590\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'2fdb711475da8e77c53ff2185deb0cf59e91f0ff5c446d729f875e43134c91c7\' ct_options=\'{\"ct_id\":50,\"ct_parent\":48,\"selector\":\"image-50-59\",\"original\":{\"src\":\"https://source.unsplash.com/random/480x270\",\"width\":\"400\"}}\'][/ct_image][ct_div_block_7 ct_sign_sha256=\'78ec46bda8879df950c090d0bb4f2ea804d62169b57c2d6981caf4b08d2ad515\' ct_options=\'{\"ct_id\":67,\"ct_parent\":48,\"selector\":\"div_block-67-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d0db023f55b68f74ce4faa17fb61769be51af38603a77561605fdc95b36b3fff\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"fancy_icon-68-59\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f500663b969fe3dd209644468c6d56f7ef15067c8f6ada77cd99bbd0cbb8d331\' ct_options=\'{\"ct_id\":69,\"ct_parent\":67,\"selector\":\"text_block-69-59\"}\']This is a block of text. Double-click this text to edit it.[/ct_text_block][/ct_div_block_7][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'cdd2394d5b278228e4fafc8431d1081e8244a22452e9c66a269a09dcc77a800c\' ct_options=\'{\"ct_id\":49,\"ct_parent\":47,\"selector\":\"div_block-49-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0b43f7c993ab19f5592876453fe5070955cc1cf8b59208238dc76dae8cc04647\' ct_options=\'{\"ct_id\":51,\"ct_parent\":49,\"selector\":\"headline-51-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'e5774402e234dfd6cd009b09ebcf666f85f0d8c496589fa263354d35faa77e7d\' ct_options=\'{\"ct_id\":41,\"ct_parent\":38,\"selector\":\"div_block-41-59\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'2d00368d6e4e6322df42c96134d93843319e5d654e02f7295ad512815b6e0c2c\' ct_options=\'{\"ct_id\":52,\"ct_parent\":41,\"selector\":\"_superbox-52-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'ec7133bc2e674aa6d6d9ccc77136742a1a0986d06df76813186049598eabb391\' ct_options=\'{\"ct_id\":53,\"ct_parent\":52,\"selector\":\"div_block-53-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'f6c10ba965bff1f4e793e658632d2ebc6f41e2825f46e51071f632b4ce3a2568\' ct_options=\'{\"ct_id\":55,\"ct_parent\":53,\"selector\":\"image-55-59\",\"original\":{\"src\":\"https://source.unsplash.com/random/480x270\",\"width\":\"400\"}}\'][/ct_image][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'76cbd30b9e61692e9c5cea41e01c07658bdc39a470cab19c78d9b8a2019f2d52\' ct_options=\'{\"ct_id\":54,\"ct_parent\":52,\"selector\":\"div_block-54-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'b6e46ef3554e42cbd90eba5866f65f23d706a897bb368de5998f9d59f217e512\' ct_options=\'{\"ct_id\":56,\"ct_parent\":54,\"selector\":\"headline-56-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][/ct_new_columns_4][/oxy_tab_content_3][oxy_tab_content_3 ct_sign_sha256=\'d09326d54b2ee5dfc2f14c21850f7e8ced0e8566ca5e1263e302be5277f848cb\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"_tab_content-19-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'a548b521202d0561db05b793c2caa783e8864589ffd55869647205938635b5fa\' ct_options=\'{\"ct_id\":22,\"ct_parent\":19,\"selector\":\"text_block-22-59\"}\']Tab Content #2[/ct_text_block][/oxy_tab_content_3][oxy_tab_content_3 ct_sign_sha256=\'74b09af7842d104630112c818e8cf7dc7e93cc460bc4eccfd1b130658bbf9be5\' ct_options=\'{\"ct_id\":20,\"ct_parent\":17,\"selector\":\"_tab_content-20-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'f93f51826c8fae2c20b6a1a87a3707a10ec05e6fc79fe5c9a19b08e95f0c97d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-59\"}\']Tab Content #3[/ct_text_block][/oxy_tab_content_3][/oxy_tabs_contents_3][/ct_section_2]'),
(394, 59, 'ct_builder_shortcodes_revisions_dates', '1612600873');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(395, 59, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'8c05d3168eeddfc906cf335723970eada6a2813b2af50cbfd50c163609df07b9\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-59\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(1)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Other Single Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c7231852db4f82e2516753bcdf30e79fc1d98c767aeb2ec038ce298db1de905e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-59\",\"original\":{\"margin-bottom\":\"12\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"}}\'][ct_span ct_sign_sha256=\'9a693becf8e9089772ad74ad1ac31324528deb3ab17a215b35db2f31e90eca2a\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"span-4-59\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'83f4945440ead12980c17bc13ba3ee24a84f05e5436c071326e4ba188b4caaea\' ct_options=\'{\"ct_id\":7,\"ct_parent\":0,\"selector\":\"section-7-59\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"26\",\"container-padding-bottom\":\"29\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'fa3e507c79cb7eca617176453749fb5e8de7102d77071017220466dd901b2101\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"text_block-8-59\",\"original\":{\"font-weight\":\"700\",\"font-size\":\"22\"},\"activeselector\":false}\']GRANTS is TOSTEM\'s flagship series. Its innovative design results in a larger surface area of glass for panoramic views. This takes the standard of aluminum windows and doors to another level.<br>[/ct_text_block][oxy_tabs_3 ct_sign_sha256=\'6d386e10177ccb5e102f6f9fdd3b0e2e9a203be13badfe516a2fa9b87e55d4a9\' ct_options=\'{\"ct_id\":10,\"ct_parent\":7,\"selector\":\"_tabs-10-59\",\"original\":{\"tabs_contents_wrapper\":\"_tabs_contents-17-59\",\"active_tab_class\":\"tabs-2569-tab-active\"},\"activeselector\":false}\'][oxy_tab_3 ct_sign_sha256=\'d3a39d2b38d7009f089a4cda6ae7f46d77e6950a4b856a834a5414eed2aeaac5\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"_tab-11-59\",\"classes\":{\"0\":\"tabs-2569-tab\",\"1\":\"tabs-2569-tab-active\"},\"activeselector\":\"tabs-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'315bac7b6a542058b7e9a3cc4fe8921c40d17dc858393c27790a6e19eca5ad43\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"text_block-14-59\"}\']Doors[/ct_text_block][/oxy_tab_3][oxy_tab_3 ct_sign_sha256=\'a0fe455a8437ac30dcc41090af7acbb6ead126c0271cb9d22fcdccb74d947d0a\' ct_options=\'{\"ct_id\":12,\"ct_parent\":10,\"selector\":\"_tab-12-59\",\"classes\":{\"0\":\"tabs-2569-tab\",\"1\":\"tabs-2569-tab-active\"},\"activeselector\":\"tabs-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'902089c5e7fbe4153ae9275d807f0b3b809167d6edaf56d4105b3b1bc510cd54\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"text_block-15-59\"}\']Windows[/ct_text_block][/oxy_tab_3][/oxy_tabs_3][oxy_tabs_contents_3 ct_sign_sha256=\'70aab13a22f65fb06b343e7326a4d23ce152393b165caeaa634d637cecdfb4cb\' ct_options=\'{\"ct_id\":17,\"ct_parent\":\"7\",\"selector\":\"_tabs_contents-17-59\",\"original\":{\"tabs_wrapper\":\"_tabs-10-59\"}}\'][oxy_tab_content_3 ct_sign_sha256=\'4e714b502aa26fd65627c31b434cd763ba105773be8c6a81c47ffc655d95950b\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"_tab_content-18-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'a93e068413a30aee64ff84bc2ae469497b185223f531127ebf436626217a7c78\' ct_options=\'{\"ct_id\":21,\"ct_parent\":18,\"selector\":\"text_block-21-59\"}\']Tab Content #1[/ct_text_block][ct_new_columns_4 ct_sign_sha256=\'051b03a68fb493c6f2fef2f9fef5198103829fffa3b2c7f4aac2dca96a3a9874\' ct_options=\'{\"ct_id\":38,\"ct_parent\":18,\"selector\":\"new_columns-38-59\"}\'][ct_div_block_4 ct_sign_sha256=\'0e8b428b38eab5ca7f01f204cb52fd999c88c3ee940b0a5aa9033758db30b148\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"div_block-39-59\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'84653a40cfdc1e65335b15ac6fbf5b5d56c1e0a25a6d3972f7f7105fdcb8f506\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"_superbox-42-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\",\"superbox_editing_mode\":\"primary_only\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'4c90447f62f3f58e60188caf0cfed2efe1afd550216c58f2f7165cfc694d14f9\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"div_block-43-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'e2909fef5c32d8febb7bc9190d1c3637a513c64c4026d53d0ddeb0141bf253e6\' ct_options=\'{\"ct_id\":45,\"ct_parent\":43,\"selector\":\"image-45-59\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\",\"width\":\"400\",\"margin-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][ct_div_block_7 ct_sign_sha256=\'46e879a735a91ad8e09b54b88096c157329913605f3f3956bc6f089c9c27dc2c\' ct_options=\'{\"ct_id\":57,\"ct_parent\":43,\"selector\":\"div_block-57-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'521758bd490abaff6866e979c9f95d2ce532a35bfcc73248e0a02127cb4b476d\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"fancy_icon-58-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"31\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'b4c74dc52e6bfca8116bfad5b83c3f30fee06b47eb4e3d27465981c53217895b\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"text_block-59-59\",\"original\":{\"margin-bottom\":\"10\"},\"activeselector\":false}\']<div style=\"text-align: left;\">AIR TIGHTNESS</div><div style=\"text-align: left;\">ASTM E283: 10.7M3 / H·M2</div>[/ct_text_block][/ct_div_block_7][ct_div_block_7 ct_sign_sha256=\'1f764a04ea512252a3fa4c2dbf822521717f8b07b1539b6407a77eb13a032e36\' ct_options=\'{\"ct_id\":77,\"ct_parent\":43,\"selector\":\"div_block-77-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-bottom\":\"7\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'280d2f04f4cc5c1b81664e30fca5ef54b59915b862d20981e5b0eaa325deffa1\' ct_options=\'{\"ct_id\":78,\"ct_parent\":77,\"selector\":\"fancy_icon-78-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'87d729781d1ee81e749de96fdd2da7c1659ab588fd64326930001ce21d83b6f9\' ct_options=\'{\"ct_id\":79,\"ct_parent\":77,\"selector\":\"text_block-79-59\"}\']This is a block of text.[/ct_text_block][/ct_div_block_7][ct_div_block_7 ct_sign_sha256=\'aed77f73fa73304799e8ebac0c668db170ee91a09a23b4698e35217099d7b3ae\' ct_options=\'{\"ct_id\":80,\"ct_parent\":43,\"selector\":\"div_block-80-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d8f1ed837252c7c5df6a560448e89ba10c41b309ddeddfb9873a89327ec1bbce\' ct_options=\'{\"ct_id\":81,\"ct_parent\":80,\"selector\":\"fancy_icon-81-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'ab6ce3a4bc5b9e38c001b4cf210bcf5d5e38d1797a12744a698f6a95b6069aa7\' ct_options=\'{\"ct_id\":82,\"ct_parent\":80,\"selector\":\"text_block-82-59\"}\']This is a block of text.[/ct_text_block][/ct_div_block_7][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'d6ad3722be497f195bc057fbc09c548191414ca24877a4a4907df61e310176db\' ct_options=\'{\"ct_id\":44,\"ct_parent\":42,\"selector\":\"div_block-44-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'de80c6119f084b0134a9f1b47d48808197dc5e634e0a10b517dfd75c0054603a\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"headline-46-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'8272adef968602eed93ec043cc206f2f1a911cbb94859530d649457fd2e409c8\' ct_options=\'{\"ct_id\":40,\"ct_parent\":38,\"selector\":\"div_block-40-59\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'7f3f1f6b1eb7ef0a28720a295f4e3e3b91f460a906bf97e33af39d6d26ccbc83\' ct_options=\'{\"ct_id\":47,\"ct_parent\":40,\"selector\":\"_superbox-47-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\",\"superbox_editing_mode\":\"primary_only\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'56b0ba11d06bdf4542b9703cee854fa3f9a3e57875a4089f60f9412734527590\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'2fdb711475da8e77c53ff2185deb0cf59e91f0ff5c446d729f875e43134c91c7\' ct_options=\'{\"ct_id\":50,\"ct_parent\":48,\"selector\":\"image-50-59\",\"original\":{\"src\":\"https://source.unsplash.com/random/480x270\",\"width\":\"400\"}}\'][/ct_image][ct_div_block_7 ct_sign_sha256=\'78ec46bda8879df950c090d0bb4f2ea804d62169b57c2d6981caf4b08d2ad515\' ct_options=\'{\"ct_id\":67,\"ct_parent\":48,\"selector\":\"div_block-67-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d0db023f55b68f74ce4faa17fb61769be51af38603a77561605fdc95b36b3fff\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"fancy_icon-68-59\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f500663b969fe3dd209644468c6d56f7ef15067c8f6ada77cd99bbd0cbb8d331\' ct_options=\'{\"ct_id\":69,\"ct_parent\":67,\"selector\":\"text_block-69-59\"}\']This is a block of text. Double-click this text to edit it.[/ct_text_block][/ct_div_block_7][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'cdd2394d5b278228e4fafc8431d1081e8244a22452e9c66a269a09dcc77a800c\' ct_options=\'{\"ct_id\":49,\"ct_parent\":47,\"selector\":\"div_block-49-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0b43f7c993ab19f5592876453fe5070955cc1cf8b59208238dc76dae8cc04647\' ct_options=\'{\"ct_id\":51,\"ct_parent\":49,\"selector\":\"headline-51-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'e5774402e234dfd6cd009b09ebcf666f85f0d8c496589fa263354d35faa77e7d\' ct_options=\'{\"ct_id\":41,\"ct_parent\":38,\"selector\":\"div_block-41-59\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'2d00368d6e4e6322df42c96134d93843319e5d654e02f7295ad512815b6e0c2c\' ct_options=\'{\"ct_id\":52,\"ct_parent\":41,\"selector\":\"_superbox-52-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'ec7133bc2e674aa6d6d9ccc77136742a1a0986d06df76813186049598eabb391\' ct_options=\'{\"ct_id\":53,\"ct_parent\":52,\"selector\":\"div_block-53-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'f6c10ba965bff1f4e793e658632d2ebc6f41e2825f46e51071f632b4ce3a2568\' ct_options=\'{\"ct_id\":55,\"ct_parent\":53,\"selector\":\"image-55-59\",\"original\":{\"src\":\"https://source.unsplash.com/random/480x270\",\"width\":\"400\"}}\'][/ct_image][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'76cbd30b9e61692e9c5cea41e01c07658bdc39a470cab19c78d9b8a2019f2d52\' ct_options=\'{\"ct_id\":54,\"ct_parent\":52,\"selector\":\"div_block-54-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'b6e46ef3554e42cbd90eba5866f65f23d706a897bb368de5998f9d59f217e512\' ct_options=\'{\"ct_id\":56,\"ct_parent\":54,\"selector\":\"headline-56-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][/ct_new_columns_4][/oxy_tab_content_3][oxy_tab_content_3 ct_sign_sha256=\'d09326d54b2ee5dfc2f14c21850f7e8ced0e8566ca5e1263e302be5277f848cb\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"_tab_content-19-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'a548b521202d0561db05b793c2caa783e8864589ffd55869647205938635b5fa\' ct_options=\'{\"ct_id\":22,\"ct_parent\":19,\"selector\":\"text_block-22-59\"}\']Tab Content #2[/ct_text_block][/oxy_tab_content_3][oxy_tab_content_3 ct_sign_sha256=\'74b09af7842d104630112c818e8cf7dc7e93cc460bc4eccfd1b130658bbf9be5\' ct_options=\'{\"ct_id\":20,\"ct_parent\":17,\"selector\":\"_tab_content-20-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'f93f51826c8fae2c20b6a1a87a3707a10ec05e6fc79fe5c9a19b08e95f0c97d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-59\"}\']Tab Content #3[/ct_text_block][/oxy_tab_content_3][/oxy_tabs_contents_3][/ct_section_2]'),
(396, 59, 'ct_builder_shortcodes_revisions_dates', '1612601001'),
(397, 59, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'8c05d3168eeddfc906cf335723970eada6a2813b2af50cbfd50c163609df07b9\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-59\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(1)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Other Single Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c7231852db4f82e2516753bcdf30e79fc1d98c767aeb2ec038ce298db1de905e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-59\",\"original\":{\"margin-bottom\":\"12\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"}}\'][ct_span ct_sign_sha256=\'9a693becf8e9089772ad74ad1ac31324528deb3ab17a215b35db2f31e90eca2a\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"span-4-59\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'83f4945440ead12980c17bc13ba3ee24a84f05e5436c071326e4ba188b4caaea\' ct_options=\'{\"ct_id\":7,\"ct_parent\":0,\"selector\":\"section-7-59\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"26\",\"container-padding-bottom\":\"29\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'fa3e507c79cb7eca617176453749fb5e8de7102d77071017220466dd901b2101\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"text_block-8-59\",\"original\":{\"font-weight\":\"700\",\"font-size\":\"22\"},\"activeselector\":false}\']GRANTS is TOSTEM\'s flagship series. Its innovative design results in a larger surface area of glass for panoramic views. This takes the standard of aluminum windows and doors to another level.<br>[/ct_text_block][oxy_tabs_3 ct_sign_sha256=\'6d386e10177ccb5e102f6f9fdd3b0e2e9a203be13badfe516a2fa9b87e55d4a9\' ct_options=\'{\"ct_id\":10,\"ct_parent\":7,\"selector\":\"_tabs-10-59\",\"original\":{\"tabs_contents_wrapper\":\"_tabs_contents-17-59\",\"active_tab_class\":\"tabs-2569-tab-active\"},\"activeselector\":false}\'][oxy_tab_3 ct_sign_sha256=\'d3a39d2b38d7009f089a4cda6ae7f46d77e6950a4b856a834a5414eed2aeaac5\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"_tab-11-59\",\"classes\":{\"0\":\"tabs-2569-tab\",\"1\":\"tabs-2569-tab-active\"},\"activeselector\":\"tabs-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'315bac7b6a542058b7e9a3cc4fe8921c40d17dc858393c27790a6e19eca5ad43\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"text_block-14-59\"}\']Doors[/ct_text_block][/oxy_tab_3][oxy_tab_3 ct_sign_sha256=\'a0fe455a8437ac30dcc41090af7acbb6ead126c0271cb9d22fcdccb74d947d0a\' ct_options=\'{\"ct_id\":12,\"ct_parent\":10,\"selector\":\"_tab-12-59\",\"classes\":{\"0\":\"tabs-2569-tab\",\"1\":\"tabs-2569-tab-active\"},\"activeselector\":\"tabs-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'902089c5e7fbe4153ae9275d807f0b3b809167d6edaf56d4105b3b1bc510cd54\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"text_block-15-59\"}\']Windows[/ct_text_block][/oxy_tab_3][/oxy_tabs_3][oxy_tabs_contents_3 ct_sign_sha256=\'70aab13a22f65fb06b343e7326a4d23ce152393b165caeaa634d637cecdfb4cb\' ct_options=\'{\"ct_id\":17,\"ct_parent\":\"7\",\"selector\":\"_tabs_contents-17-59\",\"original\":{\"tabs_wrapper\":\"_tabs-10-59\"}}\'][oxy_tab_content_3 ct_sign_sha256=\'4e714b502aa26fd65627c31b434cd763ba105773be8c6a81c47ffc655d95950b\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"_tab_content-18-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'a93e068413a30aee64ff84bc2ae469497b185223f531127ebf436626217a7c78\' ct_options=\'{\"ct_id\":21,\"ct_parent\":18,\"selector\":\"text_block-21-59\"}\']Tab Content #1[/ct_text_block][ct_new_columns_4 ct_sign_sha256=\'051b03a68fb493c6f2fef2f9fef5198103829fffa3b2c7f4aac2dca96a3a9874\' ct_options=\'{\"ct_id\":38,\"ct_parent\":18,\"selector\":\"new_columns-38-59\"}\'][ct_div_block_4 ct_sign_sha256=\'0e8b428b38eab5ca7f01f204cb52fd999c88c3ee940b0a5aa9033758db30b148\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"div_block-39-59\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'84653a40cfdc1e65335b15ac6fbf5b5d56c1e0a25a6d3972f7f7105fdcb8f506\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"_superbox-42-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\",\"superbox_editing_mode\":\"primary_only\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'4c90447f62f3f58e60188caf0cfed2efe1afd550216c58f2f7165cfc694d14f9\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"div_block-43-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'e2909fef5c32d8febb7bc9190d1c3637a513c64c4026d53d0ddeb0141bf253e6\' ct_options=\'{\"ct_id\":45,\"ct_parent\":43,\"selector\":\"image-45-59\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\",\"width\":\"400\",\"margin-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][ct_div_block_7 ct_sign_sha256=\'46e879a735a91ad8e09b54b88096c157329913605f3f3956bc6f089c9c27dc2c\' ct_options=\'{\"ct_id\":57,\"ct_parent\":43,\"selector\":\"div_block-57-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'521758bd490abaff6866e979c9f95d2ce532a35bfcc73248e0a02127cb4b476d\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"fancy_icon-58-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"31\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'b4c74dc52e6bfca8116bfad5b83c3f30fee06b47eb4e3d27465981c53217895b\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"text_block-59-59\",\"original\":{\"margin-bottom\":\"10\"},\"activeselector\":false}\']<div style=\"text-align: left;\">AIR TIGHTNESS</div><div style=\"text-align: left;\">ASTM E283: 10.7M3 / H·M2</div>[/ct_text_block][/ct_div_block_7][ct_div_block_7 ct_sign_sha256=\'1f764a04ea512252a3fa4c2dbf822521717f8b07b1539b6407a77eb13a032e36\' ct_options=\'{\"ct_id\":77,\"ct_parent\":43,\"selector\":\"div_block-77-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-bottom\":\"7\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'280d2f04f4cc5c1b81664e30fca5ef54b59915b862d20981e5b0eaa325deffa1\' ct_options=\'{\"ct_id\":78,\"ct_parent\":77,\"selector\":\"fancy_icon-78-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'87d729781d1ee81e749de96fdd2da7c1659ab588fd64326930001ce21d83b6f9\' ct_options=\'{\"ct_id\":79,\"ct_parent\":77,\"selector\":\"text_block-79-59\"}\']This is a block of text.[/ct_text_block][/ct_div_block_7][ct_div_block_7 ct_sign_sha256=\'aed77f73fa73304799e8ebac0c668db170ee91a09a23b4698e35217099d7b3ae\' ct_options=\'{\"ct_id\":80,\"ct_parent\":43,\"selector\":\"div_block-80-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d8f1ed837252c7c5df6a560448e89ba10c41b309ddeddfb9873a89327ec1bbce\' ct_options=\'{\"ct_id\":81,\"ct_parent\":80,\"selector\":\"fancy_icon-81-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'ab6ce3a4bc5b9e38c001b4cf210bcf5d5e38d1797a12744a698f6a95b6069aa7\' ct_options=\'{\"ct_id\":82,\"ct_parent\":80,\"selector\":\"text_block-82-59\"}\']This is a block of text.[/ct_text_block][/ct_div_block_7][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'d6ad3722be497f195bc057fbc09c548191414ca24877a4a4907df61e310176db\' ct_options=\'{\"ct_id\":44,\"ct_parent\":42,\"selector\":\"div_block-44-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'de80c6119f084b0134a9f1b47d48808197dc5e634e0a10b517dfd75c0054603a\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"headline-46-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'8272adef968602eed93ec043cc206f2f1a911cbb94859530d649457fd2e409c8\' ct_options=\'{\"ct_id\":40,\"ct_parent\":38,\"selector\":\"div_block-40-59\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'7f3f1f6b1eb7ef0a28720a295f4e3e3b91f460a906bf97e33af39d6d26ccbc83\' ct_options=\'{\"ct_id\":47,\"ct_parent\":40,\"selector\":\"_superbox-47-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\",\"superbox_editing_mode\":\"primary_only\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'56b0ba11d06bdf4542b9703cee854fa3f9a3e57875a4089f60f9412734527590\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'2fdb711475da8e77c53ff2185deb0cf59e91f0ff5c446d729f875e43134c91c7\' ct_options=\'{\"ct_id\":50,\"ct_parent\":48,\"selector\":\"image-50-59\",\"original\":{\"src\":\"https://source.unsplash.com/random/480x270\",\"width\":\"400\"}}\'][/ct_image][ct_div_block_7 ct_sign_sha256=\'78ec46bda8879df950c090d0bb4f2ea804d62169b57c2d6981caf4b08d2ad515\' ct_options=\'{\"ct_id\":67,\"ct_parent\":48,\"selector\":\"div_block-67-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d0db023f55b68f74ce4faa17fb61769be51af38603a77561605fdc95b36b3fff\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"fancy_icon-68-59\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f500663b969fe3dd209644468c6d56f7ef15067c8f6ada77cd99bbd0cbb8d331\' ct_options=\'{\"ct_id\":69,\"ct_parent\":67,\"selector\":\"text_block-69-59\"}\']This is a block of text. Double-click this text to edit it.[/ct_text_block][/ct_div_block_7][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'cdd2394d5b278228e4fafc8431d1081e8244a22452e9c66a269a09dcc77a800c\' ct_options=\'{\"ct_id\":49,\"ct_parent\":47,\"selector\":\"div_block-49-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0b43f7c993ab19f5592876453fe5070955cc1cf8b59208238dc76dae8cc04647\' ct_options=\'{\"ct_id\":51,\"ct_parent\":49,\"selector\":\"headline-51-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'e5774402e234dfd6cd009b09ebcf666f85f0d8c496589fa263354d35faa77e7d\' ct_options=\'{\"ct_id\":41,\"ct_parent\":38,\"selector\":\"div_block-41-59\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'2d00368d6e4e6322df42c96134d93843319e5d654e02f7295ad512815b6e0c2c\' ct_options=\'{\"ct_id\":52,\"ct_parent\":41,\"selector\":\"_superbox-52-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'ec7133bc2e674aa6d6d9ccc77136742a1a0986d06df76813186049598eabb391\' ct_options=\'{\"ct_id\":53,\"ct_parent\":52,\"selector\":\"div_block-53-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'f6c10ba965bff1f4e793e658632d2ebc6f41e2825f46e51071f632b4ce3a2568\' ct_options=\'{\"ct_id\":55,\"ct_parent\":53,\"selector\":\"image-55-59\",\"original\":{\"src\":\"https://source.unsplash.com/random/480x270\",\"width\":\"400\"}}\'][/ct_image][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'76cbd30b9e61692e9c5cea41e01c07658bdc39a470cab19c78d9b8a2019f2d52\' ct_options=\'{\"ct_id\":54,\"ct_parent\":52,\"selector\":\"div_block-54-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'b6e46ef3554e42cbd90eba5866f65f23d706a897bb368de5998f9d59f217e512\' ct_options=\'{\"ct_id\":56,\"ct_parent\":54,\"selector\":\"headline-56-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][/ct_new_columns_4][/oxy_tab_content_3][oxy_tab_content_3 ct_sign_sha256=\'d09326d54b2ee5dfc2f14c21850f7e8ced0e8566ca5e1263e302be5277f848cb\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"_tab_content-19-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'a548b521202d0561db05b793c2caa783e8864589ffd55869647205938635b5fa\' ct_options=\'{\"ct_id\":22,\"ct_parent\":19,\"selector\":\"text_block-22-59\"}\']Tab Content #2[/ct_text_block][/oxy_tab_content_3][oxy_tab_content_3 ct_sign_sha256=\'74b09af7842d104630112c818e8cf7dc7e93cc460bc4eccfd1b130658bbf9be5\' ct_options=\'{\"ct_id\":20,\"ct_parent\":17,\"selector\":\"_tab_content-20-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'f93f51826c8fae2c20b6a1a87a3707a10ec05e6fc79fe5c9a19b08e95f0c97d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-59\"}\']Tab Content #3[/ct_text_block][/oxy_tab_content_3][/oxy_tabs_contents_3][/ct_section_2]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(272, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'247065177b64e5eb6935ba09c32877d3547f9a4c139e1a81b143b7bcd09a0c0d\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"53\",\"container-padding-bottom\":\"403\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'9c9886a4e8f7a53caac12f6b439b61929d09015e30530f1d69e5e6b4de44f25d\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'e6b6c79c7a22ea9ca195391f648ab3283ed99342e737504034a80901d3b2eeb7\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'f3acb9a6c3d95ca76fe21deabbf49706fa62e11003a1b81080a86b2c4ea276fc\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'a043a4cc071e36f194783c3d3ebab34a36413cca1750752c14d8ded42f01c4a1\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'c94cc7c83e95146db8f1162adf219287846fafa723bc6ba35f85f6e5183cf73f\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'07a5f9cda7d87a304d5b4caa2ffc024f072f936c2336be10d4c9d729aaf0eb4a\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(282, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'9c9886a4e8f7a53caac12f6b439b61929d09015e30530f1d69e5e6b4de44f25d\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'e6b6c79c7a22ea9ca195391f648ab3283ed99342e737504034a80901d3b2eeb7\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'f3acb9a6c3d95ca76fe21deabbf49706fa62e11003a1b81080a86b2c4ea276fc\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'a043a4cc071e36f194783c3d3ebab34a36413cca1750752c14d8ded42f01c4a1\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'c94cc7c83e95146db8f1162adf219287846fafa723bc6ba35f85f6e5183cf73f\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'07a5f9cda7d87a304d5b4caa2ffc024f072f936c2336be10d4c9d729aaf0eb4a\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(219, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'daf7bc7560748f46d3428fe852facabe3011f6b1f7529a6d7062d99580c2e6e6\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f4ec871d62b7d8ab854ec023b542193b74afaa4f23abf3bb171179fcf0ea2c1d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'0a1aa932a0993b7f640ffb3be9bf17d253e941b01999981d6d9e89a96c4a4d53\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality, Standard &amp; Delivery[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(207, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'0bb4cf8ac22b58128c35249d4ed3af26eca0cb89e36c5d1096900e63e38fa0f3\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'8b1a196e62da003fc385b642fdba3d6f795a64596ebf96a55c2b4edb67e368ec\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their house is protected from dust, sound and light.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(162, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'537e2d1f8df65aaf48abd67df7e18b480dacef4b20ef77db6b229cf016f8e480\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][ct_video ct_sign_sha256=\'52548e5c45bdf6e3c6a37b66f2257a228987d024e758b212694d5008efaed27b\' ct_options=\'{\"ct_id\":1553,\"ct_parent\":1541,\"selector\":\"video-1553-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(163, 21, 'ct_builder_shortcodes_revisions_dates', '1600926979');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(164, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(310, 57, '_edit_last', '1');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(166, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(167, 21, 'ct_builder_shortcodes_revisions_dates', '1600938253'),
(168, 35, '_wp_attached_file', '2020/09/ARNA-EKAMAI-770.png'),
(169, 35, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:27:\"2020/09/ARNA-EKAMAI-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(170, 36, '_wp_attached_file', '2020/09/Door-Handles.png'),
(171, 36, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1256;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2020/09/Door-Handles.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Door-Handles-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Door-Handles-1024x391.png\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Door-Handles-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Door-Handles-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(172, 37, '_wp_attached_file', '2020/09/Line_Up_Exterior.jpg'),
(173, 37, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:940;s:6:\"height\";i:299;s:4:\"file\";s:28:\"2020/09/Line_Up_Exterior.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Line_Up_Exterior-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Line_Up_Exterior-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Line_Up_Exterior-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;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:{}}}'),
(174, 38, '_wp_attached_file', '2020/09/Line_Up_Windows_Door.jpg'),
(175, 38, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:940;s:6:\"height\";i:299;s:4:\"file\";s:32:\"2020/09/Line_Up_Windows_Door.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Line_Up_Windows_Door-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Line_Up_Windows_Door-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Line_Up_Windows_Door-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;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:{}}}'),
(176, 39, '_wp_attached_file', '2020/09/NIRVANA-DEFINE-770.png'),
(177, 39, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:30:\"2020/09/NIRVANA-DEFINE-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(178, 40, '_wp_attached_file', '2020/09/PLANKRICH-770.png'),
(179, 40, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:25:\"2020/09/PLANKRICH-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(180, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'e760a81004b1da977a6294fef249304473abb06010175ee2e7e6ad5d83022163\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(181, 21, 'ct_builder_shortcodes_revisions_dates', '1600971414'),
(182, 41, '_wp_attached_file', '2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg'),
(183, 41, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1221;s:4:\"file\";s:53:\"2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-1024x651.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-1536x977.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:977;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:{}}}'),
(184, 42, '_wp_attached_file', '2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg'),
(185, 42, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:54:\"2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"florian-schmidinger-b_79nOqf95I-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:56:\"florian-schmidinger-b_79nOqf95I-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),
(186, 43, '_wp_attached_file', '2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg'),
(187, 43, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:46:\"2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"joshua-ness-Vo52cKzOxMY-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"joshua-ness-Vo52cKzOxMY-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),
(188, 44, '_wp_attached_file', '2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg'),
(189, 44, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:51:\"2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:53:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(190, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'08458669c070b062565b1cf48b13d37d312cf5ee5f4e0c69c3017b97f8ef152c\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(191, 21, 'ct_builder_shortcodes_revisions_dates', '1601019602');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(192, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'90ec590e5880e7bb9ea3662fdd9bb445469d9289b6cefd09ba5fe9c363ea7ea0\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"145\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(193, 21, 'ct_builder_shortcodes_revisions_dates', '1601050812');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(197, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(194, 21, '_edit_lock', '1604903025:1');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(195, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'90ec590e5880e7bb9ea3662fdd9bb445469d9289b6cefd09ba5fe9c363ea7ea0\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"145\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(196, 21, 'ct_builder_shortcodes_revisions_dates', '1601916486'),
(198, 21, 'ct_builder_shortcodes_revisions_dates', '1601916671'),
(199, 46, '_wp_attached_file', '2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg'),
(200, 46, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1764;s:6:\"height\";i:2560;s:4:\"file\";s:84:\"2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:78:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-706x1024.jpg\";s:5:\"width\";i:706;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:78:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-768x1114.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:79:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-1059x1536.jpg\";s:5:\"width\";i:1059;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:79:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-1411x2048.jpg\";s:5:\"width\";i:1411;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:69:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1.jpg\";}'),
(201, 47, '_wp_attached_file', '2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg'),
(202, 47, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:86:\"2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:80:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:80:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:81:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:81:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:71:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1.jpg\";}'),
(203, 48, '_wp_attached_file', '2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg'),
(204, 48, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1829;s:6:\"height\";i:2560;s:4:\"file\";s:93:\"2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:86:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:87:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:86:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:87:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:88:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-1097x1536.jpg\";s:5:\"width\";i:1097;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:88:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-1463x2048.jpg\";s:5:\"width\";i:1463;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:78:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1.jpg\";}');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(205, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(206, 21, 'ct_builder_shortcodes_revisions_dates', '1602422330'),
(208, 21, 'ct_builder_shortcodes_revisions_dates', '1602422743');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(209, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(210, 21, 'ct_builder_shortcodes_revisions_dates', '1602422892');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(211, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'f8d9566f72f27f0e4e2f8676b448d9fdaabf099a2ab89ced4c72245e3bfa0599\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'525f049ea408fa6c82ec3073a0adc6bd3dd14a3cd87eaae2424b4f5d2a3bf150\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'62ee1b84ee29eac26ec732f3759c06e56b5f14981c4b1b71cdaba5f86787ec8c\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'7accc3631a4b0e64c0355a4ab564aa5aae21651604d29fe80f7d822ce52fb3cc\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will&nbsp;[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'24ea5baece2867cbbb5ed5470762c5c5c69f10addde6d99a54fd554aca85f1fd\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ad40923c63f99d06d1aaf942108743c602230dbc7dc507a3ce6d0e6fe843cb0\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a2a23a090c998cf6c488382ac1bb3b6c36073a1fa4574257f3ce850b0ab16468\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(212, 21, 'ct_builder_shortcodes_revisions_dates', '1602423203');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(213, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'bbd97441c3b81e0d411bddce522fbd9c7d25954b8e9593bde4b86752ac39f2e0\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'159239798c83a0a36eb53aea8d3075cf5101f03f1515dd5cc8b23cfd83c7200c\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'4817e8a3d68b38ec0968bb351797c0cb65db5be8f61ab7ced6f9997d038dddbf\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3b928237e4daf5f284ad0299a7a0d38f4ffc2341b9789eb0add6c379891f310c\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'538b258329aa6b96656e8bd1b7d71c7773c309706a4236a131ca279fd0af6334\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'559557b08c36550d0ca1567ac18c48bf50654f821209c2b149ef92c5ba74864b\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3f7066b421b7a6726ec4d71aba5989710deeae1cad8216e6a7340ca55913410e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'c52737457aa0468f9f9c2962749cb1b16d901685af4ca0c77f14169e68e34350\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Our Approach[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(214, 21, 'ct_builder_shortcodes_revisions_dates', '1602423345');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(215, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3f7066b421b7a6726ec4d71aba5989710deeae1cad8216e6a7340ca55913410e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'c52737457aa0468f9f9c2962749cb1b16d901685af4ca0c77f14169e68e34350\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Our Approach[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(216, 21, 'ct_builder_shortcodes_revisions_dates', '1602423713'),
(222, 49, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2020/10/navdeep.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"navdeep-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(223, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'daf7bc7560748f46d3428fe852facabe3011f6b1f7529a6d7062d99580c2e6e6\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f4ec871d62b7d8ab854ec023b542193b74afaa4f23abf3bb171179fcf0ea2c1d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'0a1aa932a0993b7f640ffb3be9bf17d253e941b01999981d6d9e89a96c4a4d53\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality, Standard &amp; Delivery[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(218, 21, 'ct_builder_shortcodes_revisions_dates', '1602424036'),
(220, 21, 'ct_builder_shortcodes_revisions_dates', '1602424047'),
(271, 21, 'ct_builder_shortcodes_revisions_dates', '1602429969'),
(261, 21, 'ct_builder_shortcodes_revisions_dates', '1602429597'),
(281, 21, 'ct_builder_shortcodes_revisions_dates', '1602430297'),
(305, 21, 'ct_builder_shortcodes_revisions_dates', '1604910326');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(306, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'29e4bfc039b7ea6e633348a6ba940758dcd841d053018efbf72c1fc2e5d27674\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'278c48580cc8445442074d0b0f240c6c06204c1c8e944d4213c4dabf8dedf6f2\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/nTPMBKmMQ1A\",\"embed_src\":\"https://www.youtube.com/embed/nTPMBKmMQ1A\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'10384979807ef362ce00092090b66af8a90961dd72d21a1599b26e6783fbbb41\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'7b03dfe599e25f4b11201cb096265ba917f3cfc3060f10cb3a8279b7503390fb\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b71dfa84ad1aee2015fe1ea4520e20b67c3e9bf150d158a3a855be6617492f78\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4e02b05d11bcaac9ea99ee5dffa4b2d3308c47bd309b9bbd98892fd844c93fb2\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery &amp; Update[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'7b9ea4cff260c40949a16fda77c4b669b91a2ce2918b42d116eb846ac1098b02\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'42416f854892ddbf2faf801899a61d11ae5d7dbe4eb58478e8f4343324b43aa7\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7ae010d2ff699e693a183a6023b2ac0dbe2946c04179d6c8ec3ed4c62c5cc241\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'84d42a9132b04662a45a33fe19093269efbd1e7dcc6b4627b9d4e5e3ef91665d\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d080ae52c01792991b087fc3d659a9e2e037cc3a9ec2b483eb69181d7d3dab33\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'1cd5a2e69b802f59b1cb96a703e110082350d00be684a826d404c0c2b7b6bfac\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f732d5a9e4564f26840bc4cbb38ddca6eec25238452af9a9b58f3c595f1b6714\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'393e723b562055bf24cddb3c7625ca155cceff82ebb41473d9beae119bba2289\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'04e7bdd3cb74a7aa8b8a36c1201056727bbba6db829a5e8f35979470ec7e13a0\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3206018c48a9dd2d39dc8f7e5d9c1d7a4afb4db9e1f9818892f4c4fcbdd1cb46\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'8856d13f32f61aabfe6ff4a7a7843ccb04f72c28e6de7a6f59222441be042e85\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'ac334d3c69e223299579b49039421d6ee7944a4bff4efedd8932bfee76f98715\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9d0cc35d516f6d319ddebe1617fb53b3a388be0978f27e857fd89183b1f47296\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5d2190c50b24b77d66d3700ffb780efd9683387c3957fd9f07bea0e4f5f477f2\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'58661ead9316c9c5f32d669236acc41931edccda9ce3af6ffafc43781e3964d4\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\",\"button-color\":\"#3585b8\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'14f08a91c3574db8e5feea5faea9ff10e796c847395be37589ac2f21bebbe3d4\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'d97717f5b3a483d01c2c62b73bdddfab1b12f71d0ccd2744ea2daa35b81b4168\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/N7GEzRdh1Ds\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(228, 21, 'ct_builder_shortcodes_revisions_dates', '1602427188'),
(307, 21, 'ct_builder_shortcodes_revisions_dates', '1604910334'),
(398, 59, 'ct_builder_shortcodes_revisions_dates', '1612601012'),
(399, 59, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'8c05d3168eeddfc906cf335723970eada6a2813b2af50cbfd50c163609df07b9\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-59\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(1)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Other Single Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c7231852db4f82e2516753bcdf30e79fc1d98c767aeb2ec038ce298db1de905e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-59\",\"original\":{\"margin-bottom\":\"12\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"}}\'][ct_span ct_sign_sha256=\'9a693becf8e9089772ad74ad1ac31324528deb3ab17a215b35db2f31e90eca2a\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"span-4-59\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'83f4945440ead12980c17bc13ba3ee24a84f05e5436c071326e4ba188b4caaea\' ct_options=\'{\"ct_id\":7,\"ct_parent\":0,\"selector\":\"section-7-59\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"26\",\"container-padding-bottom\":\"29\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'fa3e507c79cb7eca617176453749fb5e8de7102d77071017220466dd901b2101\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"text_block-8-59\",\"original\":{\"font-weight\":\"700\",\"font-size\":\"22\"},\"activeselector\":false}\']GRANTS is TOSTEM\'s flagship series. Its innovative design results in a larger surface area of glass for panoramic views. This takes the standard of aluminum windows and doors to another level.<br>[/ct_text_block][oxy_tabs_3 ct_sign_sha256=\'6d386e10177ccb5e102f6f9fdd3b0e2e9a203be13badfe516a2fa9b87e55d4a9\' ct_options=\'{\"ct_id\":10,\"ct_parent\":7,\"selector\":\"_tabs-10-59\",\"original\":{\"tabs_contents_wrapper\":\"_tabs_contents-17-59\",\"active_tab_class\":\"tabs-2569-tab-active\"},\"activeselector\":false}\'][oxy_tab_3 ct_sign_sha256=\'d3a39d2b38d7009f089a4cda6ae7f46d77e6950a4b856a834a5414eed2aeaac5\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"_tab-11-59\",\"classes\":{\"0\":\"tabs-2569-tab\",\"1\":\"tabs-2569-tab-active\"},\"activeselector\":\"tabs-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'315bac7b6a542058b7e9a3cc4fe8921c40d17dc858393c27790a6e19eca5ad43\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"text_block-14-59\"}\']Doors[/ct_text_block][/oxy_tab_3][oxy_tab_3 ct_sign_sha256=\'a0fe455a8437ac30dcc41090af7acbb6ead126c0271cb9d22fcdccb74d947d0a\' ct_options=\'{\"ct_id\":12,\"ct_parent\":10,\"selector\":\"_tab-12-59\",\"classes\":{\"0\":\"tabs-2569-tab\",\"1\":\"tabs-2569-tab-active\"},\"activeselector\":\"tabs-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'902089c5e7fbe4153ae9275d807f0b3b809167d6edaf56d4105b3b1bc510cd54\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"text_block-15-59\"}\']Windows[/ct_text_block][/oxy_tab_3][/oxy_tabs_3][oxy_tabs_contents_3 ct_sign_sha256=\'70aab13a22f65fb06b343e7326a4d23ce152393b165caeaa634d637cecdfb4cb\' ct_options=\'{\"ct_id\":17,\"ct_parent\":\"7\",\"selector\":\"_tabs_contents-17-59\",\"original\":{\"tabs_wrapper\":\"_tabs-10-59\"}}\'][oxy_tab_content_3 ct_sign_sha256=\'4e714b502aa26fd65627c31b434cd763ba105773be8c6a81c47ffc655d95950b\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"_tab_content-18-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'a93e068413a30aee64ff84bc2ae469497b185223f531127ebf436626217a7c78\' ct_options=\'{\"ct_id\":21,\"ct_parent\":18,\"selector\":\"text_block-21-59\"}\']Tab Content #1[/ct_text_block][ct_new_columns_4 ct_sign_sha256=\'051b03a68fb493c6f2fef2f9fef5198103829fffa3b2c7f4aac2dca96a3a9874\' ct_options=\'{\"ct_id\":38,\"ct_parent\":18,\"selector\":\"new_columns-38-59\"}\'][ct_div_block_4 ct_sign_sha256=\'0e8b428b38eab5ca7f01f204cb52fd999c88c3ee940b0a5aa9033758db30b148\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"div_block-39-59\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'84653a40cfdc1e65335b15ac6fbf5b5d56c1e0a25a6d3972f7f7105fdcb8f506\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"_superbox-42-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\",\"superbox_editing_mode\":\"primary_only\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'4c90447f62f3f58e60188caf0cfed2efe1afd550216c58f2f7165cfc694d14f9\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"div_block-43-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'e2909fef5c32d8febb7bc9190d1c3637a513c64c4026d53d0ddeb0141bf253e6\' ct_options=\'{\"ct_id\":45,\"ct_parent\":43,\"selector\":\"image-45-59\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\",\"width\":\"400\",\"margin-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][ct_div_block_7 ct_sign_sha256=\'46e879a735a91ad8e09b54b88096c157329913605f3f3956bc6f089c9c27dc2c\' ct_options=\'{\"ct_id\":57,\"ct_parent\":43,\"selector\":\"div_block-57-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'521758bd490abaff6866e979c9f95d2ce532a35bfcc73248e0a02127cb4b476d\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"fancy_icon-58-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"31\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'b4c74dc52e6bfca8116bfad5b83c3f30fee06b47eb4e3d27465981c53217895b\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"text_block-59-59\",\"original\":{\"margin-bottom\":\"10\"},\"activeselector\":false}\']<div style=\"text-align: left;\">AIR TIGHTNESS</div><div style=\"text-align: left;\">ASTM E283: 10.7M3 / H·M2</div>[/ct_text_block][/ct_div_block_7][ct_div_block_7 ct_sign_sha256=\'1f764a04ea512252a3fa4c2dbf822521717f8b07b1539b6407a77eb13a032e36\' ct_options=\'{\"ct_id\":77,\"ct_parent\":43,\"selector\":\"div_block-77-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-bottom\":\"7\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'280d2f04f4cc5c1b81664e30fca5ef54b59915b862d20981e5b0eaa325deffa1\' ct_options=\'{\"ct_id\":78,\"ct_parent\":77,\"selector\":\"fancy_icon-78-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'87d729781d1ee81e749de96fdd2da7c1659ab588fd64326930001ce21d83b6f9\' ct_options=\'{\"ct_id\":79,\"ct_parent\":77,\"selector\":\"text_block-79-59\"}\']This is a block of text.[/ct_text_block][/ct_div_block_7][ct_div_block_7 ct_sign_sha256=\'aed77f73fa73304799e8ebac0c668db170ee91a09a23b4698e35217099d7b3ae\' ct_options=\'{\"ct_id\":80,\"ct_parent\":43,\"selector\":\"div_block-80-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d8f1ed837252c7c5df6a560448e89ba10c41b309ddeddfb9873a89327ec1bbce\' ct_options=\'{\"ct_id\":81,\"ct_parent\":80,\"selector\":\"fancy_icon-81-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'ab6ce3a4bc5b9e38c001b4cf210bcf5d5e38d1797a12744a698f6a95b6069aa7\' ct_options=\'{\"ct_id\":82,\"ct_parent\":80,\"selector\":\"text_block-82-59\"}\']This is a block of text.[/ct_text_block][/ct_div_block_7][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'d6ad3722be497f195bc057fbc09c548191414ca24877a4a4907df61e310176db\' ct_options=\'{\"ct_id\":44,\"ct_parent\":42,\"selector\":\"div_block-44-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'de80c6119f084b0134a9f1b47d48808197dc5e634e0a10b517dfd75c0054603a\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"headline-46-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'8272adef968602eed93ec043cc206f2f1a911cbb94859530d649457fd2e409c8\' ct_options=\'{\"ct_id\":40,\"ct_parent\":38,\"selector\":\"div_block-40-59\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'7f3f1f6b1eb7ef0a28720a295f4e3e3b91f460a906bf97e33af39d6d26ccbc83\' ct_options=\'{\"ct_id\":47,\"ct_parent\":40,\"selector\":\"_superbox-47-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\",\"superbox_editing_mode\":\"primary_only\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'56b0ba11d06bdf4542b9703cee854fa3f9a3e57875a4089f60f9412734527590\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'2fdb711475da8e77c53ff2185deb0cf59e91f0ff5c446d729f875e43134c91c7\' ct_options=\'{\"ct_id\":50,\"ct_parent\":48,\"selector\":\"image-50-59\",\"original\":{\"src\":\"https://source.unsplash.com/random/480x270\",\"width\":\"400\"}}\'][/ct_image][ct_div_block_7 ct_sign_sha256=\'78ec46bda8879df950c090d0bb4f2ea804d62169b57c2d6981caf4b08d2ad515\' ct_options=\'{\"ct_id\":67,\"ct_parent\":48,\"selector\":\"div_block-67-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d0db023f55b68f74ce4faa17fb61769be51af38603a77561605fdc95b36b3fff\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"fancy_icon-68-59\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f500663b969fe3dd209644468c6d56f7ef15067c8f6ada77cd99bbd0cbb8d331\' ct_options=\'{\"ct_id\":69,\"ct_parent\":67,\"selector\":\"text_block-69-59\"}\']This is a block of text. Double-click this text to edit it.[/ct_text_block][/ct_div_block_7][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'cdd2394d5b278228e4fafc8431d1081e8244a22452e9c66a269a09dcc77a800c\' ct_options=\'{\"ct_id\":49,\"ct_parent\":47,\"selector\":\"div_block-49-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0b43f7c993ab19f5592876453fe5070955cc1cf8b59208238dc76dae8cc04647\' ct_options=\'{\"ct_id\":51,\"ct_parent\":49,\"selector\":\"headline-51-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'e5774402e234dfd6cd009b09ebcf666f85f0d8c496589fa263354d35faa77e7d\' ct_options=\'{\"ct_id\":41,\"ct_parent\":38,\"selector\":\"div_block-41-59\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'2d00368d6e4e6322df42c96134d93843319e5d654e02f7295ad512815b6e0c2c\' ct_options=\'{\"ct_id\":52,\"ct_parent\":41,\"selector\":\"_superbox-52-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'ec7133bc2e674aa6d6d9ccc77136742a1a0986d06df76813186049598eabb391\' ct_options=\'{\"ct_id\":53,\"ct_parent\":52,\"selector\":\"div_block-53-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'f6c10ba965bff1f4e793e658632d2ebc6f41e2825f46e51071f632b4ce3a2568\' ct_options=\'{\"ct_id\":55,\"ct_parent\":53,\"selector\":\"image-55-59\",\"original\":{\"src\":\"https://source.unsplash.com/random/480x270\",\"width\":\"400\"}}\'][/ct_image][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'76cbd30b9e61692e9c5cea41e01c07658bdc39a470cab19c78d9b8a2019f2d52\' ct_options=\'{\"ct_id\":54,\"ct_parent\":52,\"selector\":\"div_block-54-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'b6e46ef3554e42cbd90eba5866f65f23d706a897bb368de5998f9d59f217e512\' ct_options=\'{\"ct_id\":56,\"ct_parent\":54,\"selector\":\"headline-56-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][/ct_new_columns_4][/oxy_tab_content_3][oxy_tab_content_3 ct_sign_sha256=\'d09326d54b2ee5dfc2f14c21850f7e8ced0e8566ca5e1263e302be5277f848cb\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"_tab_content-19-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'a548b521202d0561db05b793c2caa783e8864589ffd55869647205938635b5fa\' ct_options=\'{\"ct_id\":22,\"ct_parent\":19,\"selector\":\"text_block-22-59\"}\']Tab Content #2[/ct_text_block][/oxy_tab_content_3][oxy_tab_content_3 ct_sign_sha256=\'74b09af7842d104630112c818e8cf7dc7e93cc460bc4eccfd1b130658bbf9be5\' ct_options=\'{\"ct_id\":20,\"ct_parent\":17,\"selector\":\"_tab_content-20-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'f93f51826c8fae2c20b6a1a87a3707a10ec05e6fc79fe5c9a19b08e95f0c97d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-59\"}\']Tab Content #3[/ct_text_block][/oxy_tab_content_3][/oxy_tabs_contents_3][/ct_section_2]'),
(400, 59, 'ct_builder_shortcodes_revisions_dates', '1612601027'),
(401, 57, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'ebf632094c109e168232ebc5fbb984cf2721465bc5127023146ed89936991a99\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-57\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Iconblock 2x2\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'df549bffca5ba8ac027f11ca449cf8b10d00d1e617ef543b0c53703ed92a8da9\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-57\",\"original\":{\"margin-bottom\":\"8\",\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'2928947f36bdb5dbbf7da35f08e7077c9c0299303bdfa2f4726ddd6ce11addc4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"text_block-4-57\",\"original\":{\"font-size\":\"16\",\"font-weight\":\"400\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"64\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']TOSTEM’s Windows and Doors comes with elegant design and long lasting  beauty offers years of satisfied use and of course, a great view.<br>[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'e263cfb17f4c583a96de6dfe15f3fb9cc5dea8b2808e05777b88151f43b3e7a0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"new_columns-5-57\"}\'][ct_div_block_3 ct_sign_sha256=\'fb5d9c2edde0bc15cb7d31d45840ae46c11bbed5138b37acee75864bb0a5d637\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"div_block-6-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_image ct_sign_sha256=\'a9e7e57bfe9058b27793de8c206d5cd09c85900c8faab7d742a20366a44ec151\' ct_options=\'{\"ct_id\":27,\"ct_parent\":6,\"selector\":\"image-27-57\",\"original\":{\"margin-bottom\":\"10\",\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'2eaca769fd2d0f92c67817622140fa3d0878e240b3eb80bce2aad13e04685c92\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"headline-8-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"},\"activeselector\":\"hosting-iconblock-2-titile\"}\']Grants[/ct_headline][ct_text_block ct_sign_sha256=\'4fb410540d80bf905cb2d822fdd7cd8555a4859c5cf62896c068b6d0dce29cf7\' ct_options=\'{\"ct_id\":9,\"ct_parent\":6,\"selector\":\"text_block-9-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"},\"activeselector\":\"hosting-iconblock-3-text\"}\']GRANTS is TOSTEM\'s flagship series. Its innovative design results in a larger surface area of glas....<br>[/ct_text_block][ct_link_button ct_sign_sha256=\'99f82850e3043924f2c8ef62fc6ae9251f6bb2ea6e0cfd9c69fc9d163612fda7\' ct_options=\'{\"ct_id\":10,\"ct_parent\":6,\"selector\":\"link_button-10-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8f3a80e2e091f5f1ff09e04fa1fce1fef18727c7479d29f34c3bbb3a5dd7bb3d\' ct_options=\'{\"ct_id\":11,\"ct_parent\":5,\"selector\":\"div_block-11-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_image ct_sign_sha256=\'844486ed735fa15d540f6153e89e9ded8106176342ad3cf3bbec2181827f78ff\' ct_options=\'{\"ct_id\":31,\"ct_parent\":11,\"selector\":\"image-31-57\",\"original\":{\"margin-bottom\":\"10\",\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'72e94b153ed961ebb6766b17b1de9f402fc56db1e3930763c52fec979d535022\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"headline-13-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']Calendar[/ct_headline][ct_text_block ct_sign_sha256=\'ed911e45447957f9bdd2d5a156a41dcc756281850dadead4ebe2eec50d57a2e6\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"text_block-14-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']Nor hence hoped her after other known defer his. For county now sister engage had season better had waited. Occasional mrs interested[/ct_text_block][ct_link_button ct_sign_sha256=\'be3da147dae477a31c6d7f29bb7e034b9ac07d51761e85fefceda6b8bb1c1a75\' ct_options=\'{\"ct_id\":15,\"ct_parent\":11,\"selector\":\"link_button-15-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'4d029f8d156ae0b597291278adbc061f4227d32fe08f1673279b63ab77102ac9\' ct_options=\'{\"ct_id\":16,\"ct_parent\":2,\"selector\":\"new_columns-16-57\"}\'][ct_div_block_3 ct_sign_sha256=\'d18fc84874f5c29714810bb9999fb9d8d8635525cd93a068d4a5547cd6bdd29f\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"div_block-17-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'fa6046cbb7156214099c170ca3d87c79014c526c388fd0c485f966d6cbdbb59e\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"fancy_icon-18-57\",\"original\":{\"icon-id\":\"Lineariconsicon-gift\"},\"classes\":{\"0\":\"hosting-iconblock-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4dd5cec4da1b7ac687ff03e94e356a31c088cfbda16925b5ed110e1934e8f35b\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"headline-19-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']Gift[/ct_headline][ct_text_block ct_sign_sha256=\'576b93a53511dc2089e46f05543e65e13b3793e56f5ffb24b7d87e1d1e3d3f76\' ct_options=\'{\"ct_id\":20,\"ct_parent\":17,\"selector\":\"text_block-20-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']Knowledge nay estimable questions repulsive daughters boy. Solicitude guy way unaffected expression for. Wished be do mutual except in effect answer.[/ct_text_block][ct_link_button ct_sign_sha256=\'ff47acfe313842c0c825dff25622f7002617a6c8dc7735bc4a59d98bf7522c0f\' ct_options=\'{\"ct_id\":21,\"ct_parent\":17,\"selector\":\"link_button-21-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'173e29230ce8e11fc8a4ce727b8ca3b57df5c64ef623d6657525841001d7e306\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"div_block-22-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'d09ac9a302cb3e963cdb392ffca826628b59f70d4d12fdcb9299c38dfb047080\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"fancy_icon-23-57\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-iconblock-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'79c1258d6c614c20f71a67ab5c1df28470890853b562eafef99c836bba928666\' ct_options=\'{\"ct_id\":24,\"ct_parent\":22,\"selector\":\"headline-24-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']Suitcase[/ct_headline][ct_text_block ct_sign_sha256=\'162c1b20a100cdecddae8a1175a35de0f9ec86d23c8afecf30309fd34e63cdf4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":22,\"selector\":\"text_block-25-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']Debating me breeding be answered an he. Spoil event was words her off cause any. Tears woman which no is world miles woody. Wished be do.[/ct_text_block][ct_link_button ct_sign_sha256=\'71917c3da6f37464d4aa34825d4eda1ef086210cff492fcdee0047b06ce9cae8\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"link_button-26-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(402, 57, 'ct_builder_shortcodes_revisions_dates', '1612694556'),
(403, 57, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'5ea77461ba59fa31a4af893b002301c19e1717fe82a0c9c53b140010132f73c4\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-57\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-bottom\":\"51\"},\"activeselector\":false,\"nicename\":\"Iconblock 2x2\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'df549bffca5ba8ac027f11ca449cf8b10d00d1e617ef543b0c53703ed92a8da9\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-57\",\"original\":{\"margin-bottom\":\"8\",\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'2928947f36bdb5dbbf7da35f08e7077c9c0299303bdfa2f4726ddd6ce11addc4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"text_block-4-57\",\"original\":{\"font-size\":\"16\",\"font-weight\":\"400\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"64\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']TOSTEM’s Windows and Doors comes with elegant design and long lasting  beauty offers years of satisfied use and of course, a great view.<br>[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'e263cfb17f4c583a96de6dfe15f3fb9cc5dea8b2808e05777b88151f43b3e7a0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"new_columns-5-57\"}\'][ct_div_block_3 ct_sign_sha256=\'fb5d9c2edde0bc15cb7d31d45840ae46c11bbed5138b37acee75864bb0a5d637\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"div_block-6-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_image ct_sign_sha256=\'a9e7e57bfe9058b27793de8c206d5cd09c85900c8faab7d742a20366a44ec151\' ct_options=\'{\"ct_id\":27,\"ct_parent\":6,\"selector\":\"image-27-57\",\"original\":{\"margin-bottom\":\"10\",\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'2eaca769fd2d0f92c67817622140fa3d0878e240b3eb80bce2aad13e04685c92\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"headline-8-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"},\"activeselector\":\"hosting-iconblock-2-titile\"}\']Grants[/ct_headline][ct_text_block ct_sign_sha256=\'4fb410540d80bf905cb2d822fdd7cd8555a4859c5cf62896c068b6d0dce29cf7\' ct_options=\'{\"ct_id\":9,\"ct_parent\":6,\"selector\":\"text_block-9-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"},\"activeselector\":\"hosting-iconblock-3-text\"}\']GRANTS is TOSTEM\'s flagship series. Its innovative design results in a larger surface area of glas....<br>[/ct_text_block][ct_link_button ct_sign_sha256=\'99f82850e3043924f2c8ef62fc6ae9251f6bb2ea6e0cfd9c69fc9d163612fda7\' ct_options=\'{\"ct_id\":10,\"ct_parent\":6,\"selector\":\"link_button-10-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8f3a80e2e091f5f1ff09e04fa1fce1fef18727c7479d29f34c3bbb3a5dd7bb3d\' ct_options=\'{\"ct_id\":11,\"ct_parent\":5,\"selector\":\"div_block-11-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_image ct_sign_sha256=\'844486ed735fa15d540f6153e89e9ded8106176342ad3cf3bbec2181827f78ff\' ct_options=\'{\"ct_id\":31,\"ct_parent\":11,\"selector\":\"image-31-57\",\"original\":{\"margin-bottom\":\"10\",\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'72e94b153ed961ebb6766b17b1de9f402fc56db1e3930763c52fec979d535022\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"headline-13-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']Calendar[/ct_headline][ct_text_block ct_sign_sha256=\'ed911e45447957f9bdd2d5a156a41dcc756281850dadead4ebe2eec50d57a2e6\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"text_block-14-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']Nor hence hoped her after other known defer his. For county now sister engage had season better had waited. Occasional mrs interested[/ct_text_block][ct_link_button ct_sign_sha256=\'be3da147dae477a31c6d7f29bb7e034b9ac07d51761e85fefceda6b8bb1c1a75\' ct_options=\'{\"ct_id\":15,\"ct_parent\":11,\"selector\":\"link_button-15-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'aac96486e401eca81b10d36c8a20d75f6a5e143df7005b3b4e27677e83622d7e\' ct_options=\'{\"ct_id\":16,\"ct_parent\":2,\"selector\":\"new_columns-16-57\"}\'][ct_div_block_3 ct_sign_sha256=\'a215dd0e4995f29b607e2e59d096d6d7776a576a0a4cb1560dbd4f212e7ccb9a\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"div_block-17-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"}}\'][ct_image ct_sign_sha256=\'3524a6515524f344bb3b04d36dc22c9f9fe7d2f57c295b03783b3c5f4f2e73a3\' ct_options=\'{\"ct_id\":38,\"ct_parent\":17,\"selector\":\"image-38-57\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'fb7affd51f01852104a87a72a61d5ae1ecbc2ac94ddd25d3617f8c3352be9ce2\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"headline-19-57\",\"original\":{\"tag\":\"h3\",\"margin-right\":\"10\",\"margin-top\":\"12\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']WE PLUS[/ct_headline][ct_text_block ct_sign_sha256=\'62605885c34dd3421178a14a413a5b729e6c45790a124717a05eb5d82f49f0fb\' ct_options=\'{\"ct_id\":20,\"ct_parent\":17,\"selector\":\"text_block-20-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']WE PLUS has passed rigorous tests based on ASTM and TOSTEM in-house toughest standards. Available in various designs with a maximum height of 3 meters to satisfy different designers’ needs in the high-rise market.[/ct_text_block][ct_link_button ct_sign_sha256=\'ff47acfe313842c0c825dff25622f7002617a6c8dc7735bc4a59d98bf7522c0f\' ct_options=\'{\"ct_id\":21,\"ct_parent\":17,\"selector\":\"link_button-21-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'88f14afee30733a6330bb4c74ca902827f737ffaba389cdda4aa22cdcfba2710\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"div_block-22-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"}}\'][ct_image ct_sign_sha256=\'e9ce3e70c7059ff1d902ad2e505a5fa99c0bc2d6db74c1bc25882d1d1423d15e\' ct_options=\'{\"ct_id\":37,\"ct_parent\":22,\"selector\":\"image-37-57\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'2aada7e68f3e618dde1a2eae7c79a3239a48aa39a10635eddd0d0b96590cc3ed\' ct_options=\'{\"ct_id\":24,\"ct_parent\":22,\"selector\":\"headline-24-57\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"12\",\"margin-right\":\"10\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']P7[/ct_headline][ct_text_block ct_sign_sha256=\'07a074ab6c262a4ec5862b7abbf565b8f7b9c0182f63cc78f0e2ff63b62cbd7b\' ct_options=\'{\"ct_id\":25,\"ct_parent\":22,\"selector\":\"text_block-25-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']P7 series is a luxury residential series, using only the most premium materials and luxurious features for specialty and high-end residential properties. Suitable for low-rise luxury projects.[/ct_text_block][ct_link_button ct_sign_sha256=\'71917c3da6f37464d4aa34825d4eda1ef086210cff492fcdee0047b06ce9cae8\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"link_button-26-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(404, 57, 'ct_builder_shortcodes_revisions_dates', '1612694648'),
(405, 62, '_edit_lock', '1613057604:1'),
(406, 62, '_edit_last', '2'),
(407, 62, 'hefo_before', '0'),
(408, 62, 'hefo_after', '0'),
(409, 62, 'ct_other_template', '0'),
(410, 62, 'ct_template_archive_post_types_all', ''),
(411, 62, 'ct_template_categories', 'a:0:{}'),
(412, 62, 'ct_template_categories_all', ''),
(413, 62, 'ct_template_tags', 'a:0:{}'),
(414, 62, 'ct_template_tags_all', ''),
(415, 62, 'ct_template_custom_taxonomies', 'a:0:{}'),
(416, 62, 'ct_template_custom_taxonomies_all', ''),
(417, 62, 'ct_template_authors_archives_all', ''),
(418, 62, 'ct_template_index', ''),
(419, 62, 'ct_template_front_page', ''),
(420, 62, 'ct_template_blog_posts', ''),
(421, 62, 'ct_template_date_archive', ''),
(422, 62, 'ct_template_search_page', ''),
(423, 62, 'ct_template_inner_content', ''),
(424, 62, 'ct_template_404_page', ''),
(425, 62, 'ct_template_all_archives', ''),
(426, 62, 'ct_template_archive_among_taxonomies', 'a:0:{}'),
(427, 62, 'ct_template_apply_if_archive_among_taxonomies', ''),
(428, 62, 'ct_template_archive_post_types', 'a:0:{}'),
(429, 62, 'ct_template_apply_if_archive_among_cpt', ''),
(430, 62, 'ct_template_authors_archives', 'a:0:{}'),
(431, 62, 'ct_template_apply_if_archive_among_authors', ''),
(432, 62, 'ct_template_single_all', ''),
(433, 62, 'ct_template_post_types', 'a:0:{}'),
(434, 62, 'ct_template_exclude_ids', ''),
(435, 62, 'ct_template_include_ids', ''),
(436, 62, 'ct_template_taxonomies', 'a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),
(437, 62, 'ct_use_template_taxonomies', ''),
(438, 62, 'ct_template_post_of_parents', 'a:0:{}'),
(439, 62, 'ct_template_apply_if_post_of_parents', ''),
(440, 62, 'ct_template_order', '0'),
(441, 62, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'0c1e450f82234aea813f9043973af6570d791ccf0b8d28bf410178aaf7ff044a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-62\",\"original\":{\"background-color\":\"#5007b7\",\"background-image\":\"[oxygen ct_sign_sha256=\'a3917e03abdc9597a1609ca96f6dd37b937924bd930b4c48b1c4d1ac757ef56b\' data=\'featured_image\' ]\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(177,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(0,165,189,0.9)\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"92\",\"color\":\"color(5)\",\"container-padding-bottom\":\"67\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Hero Section\"}\'][ct_headline ct_sign_sha256=\'d5a01ef03275aed775d65936b4a28ba9e380e0d83fab740201b39764dc36092b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-62\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'74e6b70558dbf8bcfb98cc0e14a0a49572e766e5458f3f0c6f7a8a7f8a95905c\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"span-4-62\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'12fced99daa642d7cd595e01b40e5ceb98a15eb5d395d62bac6c0fa5ae2e38cf\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-62\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'b99c96363add645b49153230f323a0728e10c1178d8f362bf99a03dc28fbf3d0\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"new_columns-17-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"reverse-column-order\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fec5487dcca230599627e796fef26d670dac1042f650077e2fa01aa9643bfcf7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"div_block-18-62\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"justify-content\":\"center\",\"align-items\":\"stretch\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'a97e838ef0e2c06f0c75821e4b85cfaa0e135c44cfef949f7397b69805d572d1\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"headline-19-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']CASEMENT SYSTEM[/ct_headline][ct_text_block ct_sign_sha256=\'3af9a84f2eaaf3f776340151862891a1d6d9414b0feae8bcf858c70240a16f22\' ct_options=\'{\"ct_id\":20,\"ct_parent\":18,\"selector\":\"text_block-20-62\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"18\",\"font-weight\":\"700\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\",\"margin-right\":\"10\"},\"activeselector\":false}\']Casement Doors and Window Systems are of conventional design with 45mm outer frame depth. Typically suited for small to medium-sized applications, common designs include French Doors, tilt &amp; Turn, Ventilation Windows, Louvers, Glass to Glass joint, Bay Windows and many options with fixed glass.[/ct_text_block][ct_link_button ct_sign_sha256=\'edf7df94f2bca935889165c3c261abadc7fb88b142c5ad9d64994ac073799c4b\' ct_options=\'{\"ct_id\":21,\"ct_parent\":18,\"selector\":\"link_button-21-62\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"aos-enable\":\"true\",\"aos-type\":\"zoom-in\"}}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cf2d3fc020f2e5f3ded3e1d8911d647237181431e109637b4de4c30ab0fe4af4\' ct_options=\'{\"ct_id\":22,\"ct_parent\":17,\"selector\":\"div_block-22-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'a1c02555a6f4e387da2d2314e6483c3428589506055a68af87944972ff24008b\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"image-23-62\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'47afe7037d9910c1baad8f4bd98a81147de46feeeb157fe3dc28d36aafd21138\' ct_options=\'{\"ct_id\":24,\"ct_parent\":0,\"selector\":\"section-24-62\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'1e369f1d0e4521a9cf4501d2af02b66ce8a7b846d58b0454c1f78b0d4cfb6cb2\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"new_columns-25-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'fb115525add6fec19f181669764ebdcf1ede2be8fc953ede3620e646eb47a04e\' ct_options=\'{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"div_block-26-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'54d4f66c5da76f94bedb537f791f101b13f8fec0a3502c2589bdbe3ab0791c53\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"image-27-62\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1f43eb2294ee0422c926ded108d41d60a60021434ebdf8869a32e072225fbf58\' ct_options=\'{\"ct_id\":28,\"ct_parent\":25,\"selector\":\"div_block-28-62\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'5c6341f1f0abdea64ebb0322e8b260219200a8a23902977cd33ca61c23cdebf7\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"headline-29-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']SLIDER SYSTEM[/ct_headline][ct_text_block ct_sign_sha256=\'5a0dd6659ac90576ac2d630a3201c73d5b24f29a1d60b128efc93e88f64bf210\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"text_block-30-62\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"18\",\"font-weight\":\"700\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\",\"tag\":\"div\",\"text-align\":\"center\"},\"activeselector\":false}\']The most common system for both high rise and low rise applications, the slider System is suited for small to medium size applications with options up to 6 panels along with an option of the fixed bottom or top glazing.[/ct_text_block][ct_link_button ct_sign_sha256=\'8b5c8ecfedd4929b0ba225fd19b1895dee2a84ac115cf34b00c807e0d364a00d\' ct_options=\'{\"ct_id\":31,\"ct_parent\":28,\"selector\":\"link_button-31-62\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"opacity\":\"0.7\",\"aos-enable\":\"true\",\"aos-type\":\"zoom-in\",\"margin-top\":\"10\",\"margin-right\":\"12\"}}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'092d3573b021ce6bb9a265bfb7d32679e97f66f21d6ecd961060feb1190f331f\' ct_options=\'{\"ct_id\":43,\"ct_parent\":0,\"selector\":\"section-43-62\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c4d8123144094121926b15a0c4d0a08e7b7a8af13e054118449aa34b99062741\' ct_options=\'{\"ct_id\":44,\"ct_parent\":43,\"selector\":\"new_columns-44-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"reverse-column-order\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'50cb812c2fd96e2312e88a5d548fb782dc0206a1e883a7e2cc327a8b91675fb3\' ct_options=\'{\"ct_id\":45,\"ct_parent\":44,\"selector\":\"div_block-45-62\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'910e5f240ca8d106a8120c638beab97db9e2bb9dbbb3b7f88065093056866062\' ct_options=\'{\"ct_id\":46,\"ct_parent\":45,\"selector\":\"headline-46-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\",\"font-size\":\"48\",\"margin-top\":\"10\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']LIFT&amp;SLIDE SYSTEM[/ct_headline][ct_text_block ct_sign_sha256=\'96318b0298a901d350d16c4c33e60cf1b8ec2f7bd5c837fa091a8a82d304d5ee\' ct_options=\'{\"ct_id\":47,\"ct_parent\":45,\"selector\":\"text_block-47-62\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"18\",\"font-weight\":\"700\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\",\"text-align\":\"center\"},\"activeselector\":false}\']Life &amp; Slide arrangement is required for very large doors with up to 6 panels, especially in combination with double or triple glazing. These designs are becoming very popular in living room application, to allow easy transit to a garden or a swimming pool.[/ct_text_block][ct_link_button ct_sign_sha256=\'a7838821f22b697c1d330ae22d2fc140e0233bf6a481bc31cdb564380e8558c1\' ct_options=\'{\"ct_id\":48,\"ct_parent\":45,\"selector\":\"link_button-48-62\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"margin-top\":\"10\",\"margin-right\":\"12\"}}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c0ccfb21e9e81eeca161ef9db6f32db0072d941cf8ee801f990a47a40af38f3d\' ct_options=\'{\"ct_id\":49,\"ct_parent\":44,\"selector\":\"div_block-49-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'f1b144f9cc6f94604262b49434c2481c60552a7695b38ca0b5793469308cb57c\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"image-50-62\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1ea31691410fa9908fa3c13f6ac7a9163303f42ce22332897ed33e2b6392cbc5\' ct_options=\'{\"ct_id\":51,\"ct_parent\":0,\"selector\":\"section-51-62\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'a032639308fd8e74101b967b04835b1e4107e94207dae2485f06c49d4f557428\' ct_options=\'{\"ct_id\":52,\"ct_parent\":51,\"selector\":\"new_columns-52-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'85b525ce8d346571ecde0ce227e9f51e0d24ace95238fb1e8f11c740d7bcfc73\' ct_options=\'{\"ct_id\":53,\"ct_parent\":52,\"selector\":\"div_block-53-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'0c1871bffed518f49df3a6e453249c065b84f337c0a0b3bb26f163aa83a617c0\' ct_options=\'{\"ct_id\":54,\"ct_parent\":53,\"selector\":\"image-54-62\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\"},\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'98fae4d81f354082720427b1d613a6bc8f7a45bcdf55912ef715172100782e8a\' ct_options=\'{\"ct_id\":55,\"ct_parent\":52,\"selector\":\"div_block-55-62\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'cad799243c25a5b301bab9fe765dcc019d5a68dacdec281393fa05247342a7db\' ct_options=\'{\"ct_id\":56,\"ct_parent\":55,\"selector\":\"headline-56-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']FOLDING DOOR SYSTEM[/ct_headline][ct_text_block ct_sign_sha256=\'3d36d2af9bdc0c8da887c662e13722b10a26d4b7df46ebe7a682c3f85b402ae4\' ct_options=\'{\"ct_id\":57,\"ct_parent\":55,\"selector\":\"text_block-57-62\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"18\",\"font-weight\":\"700\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\",\"text-align\":\"center\"},\"activeselector\":false}\']Bi-Fold Doors give an even wider opening as compared to Sliding Doors. The sliding panels (or Sash) fold on either side like a concertina, leaving the center open for traffic.[/ct_text_block][ct_link_button ct_sign_sha256=\'26a93c75bfc3c9522bc9a8b8e49dee85d65b1e65945334b05cadb42f5788939b\' ct_options=\'{\"ct_id\":58,\"ct_parent\":55,\"selector\":\"link_button-58-62\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"button-style\":\"2\",\"button-size\":\"12\",\"position\":\"relative\",\"aos-enable\":\"true\",\"aos-type\":\"zoom-in\"}}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(442, 62, 'oxygen_lock_post_edit_mode', NULL),
(443, 62, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(444, 62, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'0c1e450f82234aea813f9043973af6570d791ccf0b8d28bf410178aaf7ff044a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-62\",\"original\":{\"background-color\":\"#5007b7\",\"background-image\":\"[oxygen ct_sign_sha256=\'a3917e03abdc9597a1609ca96f6dd37b937924bd930b4c48b1c4d1ac757ef56b\' data=\'featured_image\' ]\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(177,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(0,165,189,0.9)\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"92\",\"color\":\"color(5)\",\"container-padding-bottom\":\"67\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Hero Section\"}\'][ct_headline ct_sign_sha256=\'d5a01ef03275aed775d65936b4a28ba9e380e0d83fab740201b39764dc36092b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-62\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'74e6b70558dbf8bcfb98cc0e14a0a49572e766e5458f3f0c6f7a8a7f8a95905c\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"span-4-62\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'12fced99daa642d7cd595e01b40e5ceb98a15eb5d395d62bac6c0fa5ae2e38cf\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-62\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'b99c96363add645b49153230f323a0728e10c1178d8f362bf99a03dc28fbf3d0\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"new_columns-17-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"reverse-column-order\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fec5487dcca230599627e796fef26d670dac1042f650077e2fa01aa9643bfcf7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"div_block-18-62\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"justify-content\":\"center\",\"align-items\":\"stretch\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'a97e838ef0e2c06f0c75821e4b85cfaa0e135c44cfef949f7397b69805d572d1\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"headline-19-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']CASEMENT SYSTEM[/ct_headline][ct_text_block ct_sign_sha256=\'3af9a84f2eaaf3f776340151862891a1d6d9414b0feae8bcf858c70240a16f22\' ct_options=\'{\"ct_id\":20,\"ct_parent\":18,\"selector\":\"text_block-20-62\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"18\",\"font-weight\":\"700\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\",\"margin-right\":\"10\"},\"activeselector\":false}\']Casement Doors and Window Systems are of conventional design with 45mm outer frame depth. Typically suited for small to medium-sized applications, common designs include French Doors, tilt &amp; Turn, Ventilation Windows, Louvers, Glass to Glass joint, Bay Windows and many options with fixed glass.[/ct_text_block][ct_link_button ct_sign_sha256=\'edf7df94f2bca935889165c3c261abadc7fb88b142c5ad9d64994ac073799c4b\' ct_options=\'{\"ct_id\":21,\"ct_parent\":18,\"selector\":\"link_button-21-62\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"aos-enable\":\"true\",\"aos-type\":\"zoom-in\"}}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cf2d3fc020f2e5f3ded3e1d8911d647237181431e109637b4de4c30ab0fe4af4\' ct_options=\'{\"ct_id\":22,\"ct_parent\":17,\"selector\":\"div_block-22-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'a1c02555a6f4e387da2d2314e6483c3428589506055a68af87944972ff24008b\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"image-23-62\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'47afe7037d9910c1baad8f4bd98a81147de46feeeb157fe3dc28d36aafd21138\' ct_options=\'{\"ct_id\":24,\"ct_parent\":0,\"selector\":\"section-24-62\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'1e369f1d0e4521a9cf4501d2af02b66ce8a7b846d58b0454c1f78b0d4cfb6cb2\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"new_columns-25-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'fb115525add6fec19f181669764ebdcf1ede2be8fc953ede3620e646eb47a04e\' ct_options=\'{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"div_block-26-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'54d4f66c5da76f94bedb537f791f101b13f8fec0a3502c2589bdbe3ab0791c53\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"image-27-62\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1f43eb2294ee0422c926ded108d41d60a60021434ebdf8869a32e072225fbf58\' ct_options=\'{\"ct_id\":28,\"ct_parent\":25,\"selector\":\"div_block-28-62\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'5c6341f1f0abdea64ebb0322e8b260219200a8a23902977cd33ca61c23cdebf7\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"headline-29-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']SLIDER SYSTEM[/ct_headline][ct_text_block ct_sign_sha256=\'5a0dd6659ac90576ac2d630a3201c73d5b24f29a1d60b128efc93e88f64bf210\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"text_block-30-62\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"18\",\"font-weight\":\"700\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\",\"tag\":\"div\",\"text-align\":\"center\"},\"activeselector\":false}\']The most common system for both high rise and low rise applications, the slider System is suited for small to medium size applications with options up to 6 panels along with an option of the fixed bottom or top glazing.[/ct_text_block][ct_link_button ct_sign_sha256=\'8b5c8ecfedd4929b0ba225fd19b1895dee2a84ac115cf34b00c807e0d364a00d\' ct_options=\'{\"ct_id\":31,\"ct_parent\":28,\"selector\":\"link_button-31-62\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"opacity\":\"0.7\",\"aos-enable\":\"true\",\"aos-type\":\"zoom-in\",\"margin-top\":\"10\",\"margin-right\":\"12\"}}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1400f4030ef18db9cca91f6f46915705b7d59e6df2acdbdc63fa01d3507e4d5b\' ct_options=\'{\"ct_id\":43,\"ct_parent\":0,\"selector\":\"section-43-62\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e3b411d45c021fe170464d73c29ee39b18d4be931b72eb07b21f949567a69ebf\' ct_options=\'{\"ct_id\":44,\"ct_parent\":43,\"selector\":\"new_columns-44-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"reverse-column-order\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5969f4b4479a3076801754278007a3ffc17644ae57db61701f0dabe4fed6b7d3\' ct_options=\'{\"ct_id\":45,\"ct_parent\":44,\"selector\":\"div_block-45-62\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'f9923754cbf2f4b8390b084488f1b1bf5ea216563179084fbab51affa7a2d010\' ct_options=\'{\"ct_id\":46,\"ct_parent\":45,\"selector\":\"headline-46-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\",\"font-size\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']LIFT&amp;SLIDE SYSTEM[/ct_headline][ct_text_block ct_sign_sha256=\'96318b0298a901d350d16c4c33e60cf1b8ec2f7bd5c837fa091a8a82d304d5ee\' ct_options=\'{\"ct_id\":47,\"ct_parent\":45,\"selector\":\"text_block-47-62\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"18\",\"font-weight\":\"700\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\",\"text-align\":\"center\"},\"activeselector\":false}\']Life &amp; Slide arrangement is required for very large doors with up to 6 panels, especially in combination with double or triple glazing. These designs are becoming very popular in living room application, to allow easy transit to a garden or a swimming pool.[/ct_text_block][ct_link_button ct_sign_sha256=\'a7838821f22b697c1d330ae22d2fc140e0233bf6a481bc31cdb564380e8558c1\' ct_options=\'{\"ct_id\":48,\"ct_parent\":45,\"selector\":\"link_button-48-62\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"margin-top\":\"10\",\"margin-right\":\"12\"}}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c0ccfb21e9e81eeca161ef9db6f32db0072d941cf8ee801f990a47a40af38f3d\' ct_options=\'{\"ct_id\":49,\"ct_parent\":44,\"selector\":\"div_block-49-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'f1b144f9cc6f94604262b49434c2481c60552a7695b38ca0b5793469308cb57c\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"image-50-62\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'7f4e12a0a8810aa8eb8f876bfee0a32103395c583c6df21c7aec5668acfef669\' ct_options=\'{\"ct_id\":51,\"ct_parent\":0,\"selector\":\"section-51-62\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'f3951e5c7d94a6a3eaa7a0d622e9a5216c28fb823fa3ee54e22acbf828465d2d\' ct_options=\'{\"ct_id\":52,\"ct_parent\":51,\"selector\":\"new_columns-52-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'e0f41dc14e9d061abe1cbda102ba4861cd2d9ec643955ec5adfb1288cb5ae09d\' ct_options=\'{\"ct_id\":53,\"ct_parent\":52,\"selector\":\"div_block-53-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'6733fd160f3e6aecde074a0596f21affe8cc84de01a2fefaf0ebbd573444dcd1\' ct_options=\'{\"ct_id\":54,\"ct_parent\":53,\"selector\":\"image-54-62\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/b194577b-1049-4392-abcf-72e40dce5f7b2x.jpg\"},\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'98fae4d81f354082720427b1d613a6bc8f7a45bcdf55912ef715172100782e8a\' ct_options=\'{\"ct_id\":55,\"ct_parent\":52,\"selector\":\"div_block-55-62\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'cad799243c25a5b301bab9fe765dcc019d5a68dacdec281393fa05247342a7db\' ct_options=\'{\"ct_id\":56,\"ct_parent\":55,\"selector\":\"headline-56-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']FOLDING DOOR SYSTEM[/ct_headline][ct_text_block ct_sign_sha256=\'3d36d2af9bdc0c8da887c662e13722b10a26d4b7df46ebe7a682c3f85b402ae4\' ct_options=\'{\"ct_id\":57,\"ct_parent\":55,\"selector\":\"text_block-57-62\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"18\",\"font-weight\":\"700\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\",\"text-align\":\"center\"},\"activeselector\":false}\']Bi-Fold Doors give an even wider opening as compared to Sliding Doors. The sliding panels (or Sash) fold on either side like a concertina, leaving the center open for traffic.[/ct_text_block][ct_link_button ct_sign_sha256=\'26a93c75bfc3c9522bc9a8b8e49dee85d65b1e65945334b05cadb42f5788939b\' ct_options=\'{\"ct_id\":58,\"ct_parent\":55,\"selector\":\"link_button-58-62\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"button-style\":\"2\",\"button-size\":\"12\",\"position\":\"relative\",\"aos-enable\":\"true\",\"aos-type\":\"zoom-in\"}}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(445, 62, 'ct_builder_shortcodes_revisions_dates', '1612696675'),
(446, 64, '_edit_lock', '1612792067:2'),
(447, 64, '_edit_last', '2'),
(448, 64, 'hefo_before', '0'),
(449, 64, 'hefo_after', '0'),
(450, 64, 'ct_other_template', '0'),
(451, 64, 'ct_template_archive_post_types_all', ''),
(452, 64, 'ct_template_categories', 'a:0:{}'),
(453, 64, 'ct_template_categories_all', ''),
(454, 64, 'ct_template_tags', 'a:0:{}'),
(455, 64, 'ct_template_tags_all', ''),
(456, 64, 'ct_template_custom_taxonomies', 'a:0:{}'),
(457, 64, 'ct_template_custom_taxonomies_all', ''),
(458, 64, 'ct_template_authors_archives_all', ''),
(459, 64, 'ct_template_index', ''),
(460, 64, 'ct_template_front_page', ''),
(461, 64, 'ct_template_blog_posts', ''),
(462, 64, 'ct_template_date_archive', ''),
(463, 64, 'ct_template_search_page', ''),
(464, 64, 'ct_template_inner_content', ''),
(465, 64, 'ct_template_404_page', ''),
(466, 64, 'ct_template_all_archives', ''),
(467, 64, 'ct_template_archive_among_taxonomies', 'a:0:{}'),
(468, 64, 'ct_template_apply_if_archive_among_taxonomies', ''),
(469, 64, 'ct_template_archive_post_types', 'a:0:{}'),
(470, 64, 'ct_template_apply_if_archive_among_cpt', ''),
(471, 64, 'ct_template_authors_archives', 'a:0:{}'),
(472, 64, 'ct_template_apply_if_archive_among_authors', ''),
(473, 64, 'ct_template_single_all', ''),
(474, 64, 'ct_template_post_types', 'a:0:{}'),
(475, 64, 'ct_template_exclude_ids', ''),
(476, 64, 'ct_template_include_ids', ''),
(477, 64, 'ct_template_taxonomies', 'a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),
(478, 64, 'ct_use_template_taxonomies', ''),
(479, 64, 'ct_template_post_of_parents', 'a:0:{}'),
(480, 64, 'ct_template_apply_if_post_of_parents', ''),
(481, 64, 'ct_template_order', '0'),
(482, 64, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'ed36c73cbaeec71a3bd1a606e2c33308877ca0549bbeba14ffc99fe17e42e863\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-64\",\"original\":{\"background-color\":\"color(16)\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"overlay-color\":\"rgba(65,90,142,0.75)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}},\"nicename\":\"Block on Image BG\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'724c6a58d8ff3cbf9ec3b3765c947016d6e03b68b026583036d7e6b82e1b0728\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-64\",\"original\":{\"tag\":\"h6\",\"color\":\"#0b234f\",\"margin-bottom\":\"8\",\"font-style\":\"normal\",\"font-family\":\"Georgia, serif\",\"font-weight\":\"400\",\"margin-right\":\"10\",\"margin-top\":\"12\"},\"classes\":{\"0\":\"atomic-secondary-heading\"},\"activeselector\":false}\']SKYLIGHTS[/ct_headline][ct_text_block ct_sign_sha256=\'2513ff8d6f9516797fcbd9836c8abafac911434a15a10604c9fd321c8d2d5c31\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-64\",\"original\":{\"color\":\"color(7)\",\"font-weight\":\"300\",\"font-style\":\"italic\",\"text-transform\":\"capitalize\",\"-webkit-font-smoothing\":\"subpixel-antialiased\",\"text-align\":\"center\",\"font-family\":\"Georgia, serif\"},\"classes\":{\"0\":\"atomic-subheading\"}}\']A well-planned installation can provide warmth, aeration, and a bright new feel to almost any section of your home. Properly installed and functionally strong skylight glass can fulfill all fruitful advantages and qualities of a skylight for a room.[/ct_text_block][/ct_section_2][ct_section_2 ct_sign_sha256=\'6297672f60e570167d1a0c6eaa4def139cbc6d7709ce3fba6985bfd1b79d5e19\' ct_options=\'{\"ct_id\":15,\"ct_parent\":0,\"selector\":\"section-15-64\",\"original\":{\"container-padding-top\":\"42\",\"container-padding-bottom\":\"66\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"nicename\":\"Showcase 4 Column Mansonry\",\"ct_category\":\"Showcase\"}\'][ct_headline ct_sign_sha256=\'41d1afa7b62df334bf8d757a582e563b502254a7b7cf67e2919cf97bcef822ab\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"headline-16-64\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"font-weight\":\"400\",\"color\":\"color(4)\"},\"classes\":{\"0\":\"atomic-secondary-heading\"},\"activeselector\":false}\']SKYLIGHTS[/ct_headline][ct_text_block ct_sign_sha256=\'c353fe3266552545bf92444db3b20131847600098dbda213803124ed75495ba8\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"text_block-17-64\",\"original\":{\"margin-bottom\":\"42\",\"color\":\"color(19)\",\"font-family\":\"Lato\",\"font-size\":\"38\",\"font-weight\":\"700\",\"text-align\":\"center\",\"font-style\":\"italic\"},\"classes\":{\"0\":\"atomic-subheading\"},\"activeselector\":false}\']There’s nothing more pleasing and brighter for a room than a skylight.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'cb120f16f4906035c48c021fec736a7993869d59d0820f670dfacaa3bf500d6d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"new_columns-18-64\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'8b461ec400197f63b0410e8d0c37814cffb4b3d18a2b37d436808c05c9f8a818\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"div_block-19-64\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'109e093b947ee330d1fb977b6547e581bb0c09c638feb9bc80cc712d34393287\' ct_options=\'{\"ct_id\":20,\"ct_parent\":19,\"selector\":\"image-20-64\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2021/02/sky1.jpg\"},\"classes\":{\"0\":\"atomic-showcase-5-image\"},\"activeselector\":\"atomic-showcase-5-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'33e4af686d1a70459f776d0099e063df04bcda5b73cecbeadf306f9a76503291\' ct_options=\'{\"ct_id\":21,\"ct_parent\":19,\"selector\":\"image-21-64\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"atomic-showcase-5-image\"},\"activeselector\":\"atomic-showcase-5-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ec216f17281f0b640e52b839d65ee6706ac97303b2f16d905277ddf46cb0bdd8\' ct_options=\'{\"ct_id\":22,\"ct_parent\":18,\"selector\":\"div_block-22-64\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}},\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'71c7193013ccf9394349faf0712378265af298be9e8b76ab3399c81d075bea6a\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"image-23-64\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2021/02/5f49c7ae7f2dad09c051cd42690b7abd.jpg\"},\"classes\":{\"0\":\"atomic-showcase-5-image\"},\"activeselector\":\"atomic-showcase-5-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7b7a453d957073b89236b9e989a3b79c62e820c244057eba490bdb5c06e57e65\' ct_options=\'{\"ct_id\":24,\"ct_parent\":22,\"selector\":\"image-24-64\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2021/02/images-1.jpg\"},\"classes\":{\"0\":\"atomic-showcase-5-image\"},\"activeselector\":\"atomic-showcase-5-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3c10d0051b39ca30ab583ddbf20a8dfc7399a9480a3a60aba4be405cf3a09fea\' ct_options=\'{\"ct_id\":25,\"ct_parent\":18,\"selector\":\"div_block-25-64\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}},\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'2f46d0f318b19c73c07cd70914ff40594c9bd7956480da5fad79c527ca432858\' ct_options=\'{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"image-26-64\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2021/02/1420608213215.jpeg\"},\"classes\":{\"0\":\"atomic-showcase-5-image\"},\"activeselector\":\"atomic-showcase-5-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'532d908df4ef830707439af9e5a75fcfa03be469a5d8e6358b94b970e73b4f63\' ct_options=\'{\"ct_id\":27,\"ct_parent\":25,\"selector\":\"image-27-64\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2021/02/images.jpg\"},\"classes\":{\"0\":\"atomic-showcase-5-image\"},\"activeselector\":\"atomic-showcase-5-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a968d72c4fcab172811dfac3aef075425eb5736524ba39705648bdef6ea33fa8\' ct_options=\'{\"ct_id\":28,\"ct_parent\":18,\"selector\":\"div_block-28-64\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'100c8080866b3335b768fd1112b9d1db429dc91a1d6222f59ecfff359ee39863\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"image-29-64\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2021/02/images-2.jpg\"},\"classes\":{\"0\":\"atomic-showcase-5-image\"},\"activeselector\":\"atomic-showcase-5-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'0cdff279283844f477147a80479521c995c4925d91ab6c4819869d40d992a08a\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"image-30-64\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2021/02/5f74e28d689ddd36167719a3135543cf.jpg\"},\"classes\":{\"0\":\"atomic-showcase-5-image\"},\"activeselector\":\"atomic-showcase-5-image\"}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][ct_link_text ct_sign_sha256=\'84cfe90b2d792b2b86e1835ba0ba8c7ae43e5a2d7789ed4b7e8619888e5fc164\' ct_options=\'{\"ct_id\":31,\"ct_parent\":15,\"selector\":\"link_text-31-64\",\"original\":{\"margin-top\":\"24\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"atomic-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}}}\']CONTACT US&nbsp;[/ct_link_text][/ct_section_2]'),
(483, 64, 'oxygen_lock_post_edit_mode', NULL),
(484, 64, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(485, 66, '_edit_lock', '1612698817:2'),
(486, 66, '_edit_last', '2'),
(487, 66, 'hefo_before', '0'),
(488, 66, 'hefo_after', '0'),
(489, 66, 'ct_other_template', '0'),
(490, 66, 'ct_template_archive_post_types_all', ''),
(491, 66, 'ct_template_categories', 'a:0:{}'),
(492, 66, 'ct_template_categories_all', ''),
(493, 66, 'ct_template_tags', 'a:0:{}'),
(494, 66, 'ct_template_tags_all', ''),
(495, 66, 'ct_template_custom_taxonomies', 'a:0:{}'),
(496, 66, 'ct_template_custom_taxonomies_all', ''),
(497, 66, 'ct_template_authors_archives_all', ''),
(498, 66, 'ct_template_index', ''),
(499, 66, 'ct_template_front_page', ''),
(500, 66, 'ct_template_blog_posts', ''),
(501, 66, 'ct_template_date_archive', ''),
(502, 66, 'ct_template_search_page', ''),
(503, 66, 'ct_template_inner_content', ''),
(504, 66, 'ct_template_404_page', ''),
(505, 66, 'ct_template_all_archives', ''),
(506, 66, 'ct_template_archive_among_taxonomies', 'a:0:{}'),
(507, 66, 'ct_template_apply_if_archive_among_taxonomies', ''),
(508, 66, 'ct_template_archive_post_types', 'a:0:{}'),
(509, 66, 'ct_template_apply_if_archive_among_cpt', ''),
(510, 66, 'ct_template_authors_archives', 'a:0:{}'),
(511, 66, 'ct_template_apply_if_archive_among_authors', ''),
(512, 66, 'ct_template_single_all', ''),
(513, 66, 'ct_template_post_types', 'a:0:{}'),
(514, 66, 'ct_template_exclude_ids', ''),
(515, 66, 'ct_template_include_ids', ''),
(516, 66, 'ct_template_taxonomies', 'a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),
(517, 66, 'ct_use_template_taxonomies', ''),
(518, 66, 'ct_template_post_of_parents', 'a:0:{}'),
(519, 66, 'ct_template_apply_if_post_of_parents', ''),
(520, 66, 'ct_template_order', '0'),
(521, 66, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'23b1645d168a08bb1d153c857c1d6ed9f9bd6300d466b5c818e70d4ba63e5a9a\' ct_options=\'{\"ct_id\":22,\"ct_parent\":0,\"selector\":\"section-22-66\",\"original\":{\"background-color\":\"color(16)\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"125\",\"overlay-color\":\"color(21)\"},\"activeselector\":false,\"nicename\":\"Page Break with Icons\",\"ct_category\":\"Content\"}\'][ct_fancy_icon ct_sign_sha256=\'00f356e240d5d0b567a87aecd7051c5905bb7ae1020018dc51de98201c26b146\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"fancy_icon-23-66\",\"original\":{\"icon-size\":\"42\",\"icon-id\":\"Lineariconsicon-diamond\",\"icon-color\":\"color(12)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c6acaef4a1387b8b53ddf0bee9b6ac825495f74f19f23a5892f46905a3131358\' ct_options=\'{\"ct_id\":24,\"ct_parent\":22,\"selector\":\"headline-24-66\",\"original\":{\"tag\":\"h2\",\"color\":\"color(12)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"atomic-secondary-heading\"},\"activeselector\":false}\']BUILD TRACK[/ct_headline][ct_text_block ct_sign_sha256=\'92a6dd06c3962a71dc71de95c574904d93a1f500cb63f268c15f693f179aad11\' ct_options=\'{\"ct_id\":25,\"ct_parent\":22,\"selector\":\"text_block-25-66\",\"original\":{\"color\":\"color(12)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"49\"},\"classes\":{\"0\":\"atomic-subheading\"},\"activeselector\":false}\']Is he staying arrival address earnest. To&nbsp;preference considered it themselves inquietude collecting estimating.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'7572d056cf6a5e0f3e4aa6e67fdbfcad8c305013090006c2e44ca7c812d5a8c5\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"div_block-26-66\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}}\'][ct_link_text ct_sign_sha256=\'d3c91a7e3451fa71445687b24cb678665c7e6043d78d2300532920186709c011\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"link_text-27-66\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"url\":\"#\",\"url_encoded\":\"true\",\"hover_color\":\"color(12)\"},\"classes\":{\"0\":\"atomic-medium-button\"}}\']SIGN UP[/ct_link_text][ct_link_text ct_sign_sha256=\'67d38eebd1b386e1198a304fd399e329c0f40faeac72e5ef271268d24d913fba\' ct_options=\'{\"ct_id\":28,\"ct_parent\":26,\"selector\":\"link_text-28-66\",\"original\":{\"color\":\"color(12)\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"atomic-medium-button-outline\"}}\']LEARN MORE[/ct_link_text][/ct_div_block_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'5fc25d51925736c2241a9f9eee59f840e697359a8bb318247b1a4fd6ab445f9b\' ct_options=\'{\"ct_id\":32,\"ct_parent\":0,\"selector\":\"section-32-66\",\"original\":{\"border-bottom-style\":\"none\",\"border-bottom-width\":\"1\",\"border-bottom-color\":\"color(18)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-left-style\":\"none\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\"},\"activeselector\":false,\"nicename\":\"Grid Based Content\",\"ct_category\":\"Showcase\"}\'][ct_headline ct_sign_sha256=\'72ac245d3c164ba7e8c837342aab52638879ad50e300b2e6f760401e834f5c2b\' ct_options=\'{\"ct_id\":33,\"ct_parent\":32,\"selector\":\"headline-33-66\",\"classes\":{\"0\":\"atomic-secondary-heading\"},\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}}}\']Grid Based Content<br>[/ct_headline][ct_text_block ct_sign_sha256=\'51e2ca835ba950a451644d98ac6ee65dbee67f25c3536dbc43453c6a22bcdade\' ct_options=\'{\"ct_id\":34,\"ct_parent\":32,\"selector\":\"text_block-34-66\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"atomic-subheading\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}}}\']Be visitor females am fame inquiry. Latter law remark two lively thrown. Spot set they know rest its.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'55cffaeb8ce094cce4824d123c705b97d4e24d3ddb7cb15c5e5137f4b1a3756d\' ct_options=\'{\"ct_id\":35,\"ct_parent\":32,\"selector\":\"new_columns-35-66\",\"media\":{\"tablet\":{\"original\":{\"max-width\":\"400\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'80750934d51e0b62c4876b486537b0d0cc88f5b747667acfc5bd186b8d07803c\' ct_options=\'{\"ct_id\":36,\"ct_parent\":35,\"selector\":\"div_block-36-66\",\"original\":{\"width\":33.33,\"width-unit\":\"%\"},\"classes\":{}}\'][ct_image ct_sign_sha256=\'dd033f03032059c54b84ba83711716a680f93beba1530d082723fa517dd8cd6f\' ct_options=\'{\"ct_id\":37,\"ct_parent\":36,\"selector\":\"image-37-66\",\"original\":{\"src\":\"http://atomic.oxy.host/wp-content/uploads/sites/41/2018/03/pexels-photo-941539.jpeg\"},\"classes\":{\"0\":\"atomic-gridbased-1-image\"}}\'][/ct_image][ct_text_block ct_sign_sha256=\'23ae528eaf6ff17d83bcd8142341632839a2572ae74b76b551531c7266292b65\' ct_options=\'{\"ct_id\":38,\"ct_parent\":36,\"selector\":\"text_block-38-66\",\"classes\":{\"0\":\"atomic-gridbased-1-text\"}}\']Be at miss or each good play home they. It leave taste mr in it fancy. She son lose does fond bred gave.[/ct_text_block][ct_image ct_sign_sha256=\'5f5a0333fb9094a550b317156a89c20a137b3098cfedd513f0e99b6767065b50\' ct_options=\'{\"ct_id\":39,\"ct_parent\":36,\"selector\":\"image-39-66\",\"original\":{\"src\":\"http://atomic.oxy.host/wp-content/uploads/sites/41/2018/03/pexels-photo-97260.jpeg\"},\"classes\":{\"0\":\"atomic-gridbased-1-image\"}}\'][/ct_image][ct_text_block ct_sign_sha256=\'007994b210902c2a04ffedc565f57974ce121fee75ecc1d273925c6dcf3081b6\' ct_options=\'{\"ct_id\":40,\"ct_parent\":36,\"selector\":\"text_block-40-66\",\"classes\":{\"0\":\"atomic-gridbased-1-text\"}}\']Sister depend change off piqued one. Contented continued any happiness instantly objection.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75be92289c4ee57827ff0d99d45ab34f4d20a6c07df1be0af9c1cecebec8b32b\' ct_options=\'{\"ct_id\":41,\"ct_parent\":35,\"selector\":\"div_block-41-66\",\"original\":{\"width\":33.33,\"width-unit\":\"%\"},\"classes\":{}}\'][ct_image ct_sign_sha256=\'02cf31dce5c01c5b50d807144b5fb961825a237d362084e4bbc53b61fa9f0dc4\' ct_options=\'{\"ct_id\":42,\"ct_parent\":41,\"selector\":\"image-42-66\",\"original\":{\"src\":\"http://atomic.oxy.host/wp-content/uploads/sites/41/2018/03/pexels-photo-428338.jpeg\"},\"classes\":{\"0\":\"atomic-gridbased-1-image\"}}\'][/ct_image][ct_text_block ct_sign_sha256=\'f3a8b70b2ea7525d0ed8f7747d8ed0d4d4dd29a95ef0233fd2fe17a2265dbb36\' ct_options=\'{\"ct_id\":43,\"ct_parent\":41,\"selector\":\"text_block-43-66\",\"classes\":{\"0\":\"atomic-gridbased-1-text\"}}\']Was justice improve age article between. No projection as up preference reasonably delightful.[/ct_text_block][ct_image ct_sign_sha256=\'1d8cbfb08693da32f083503e78883687a43c497fddc1e7145ed6ea5e35894372\' ct_options=\'{\"ct_id\":44,\"ct_parent\":41,\"selector\":\"image-44-66\",\"original\":{\"src\":\"http://atomic.oxy.host/wp-content/uploads/sites/41/2018/03/lens-zoom-lens-camera-samsung-nx-300-39524.jpeg\"},\"classes\":{\"0\":\"atomic-gridbased-1-image\"}}\'][/ct_image][ct_text_block ct_sign_sha256=\'b90904cb43103dd774e92ca3ecf3b3ee962061faa4e78ef549fbe58b0544804b\' ct_options=\'{\"ct_id\":45,\"ct_parent\":41,\"selector\":\"text_block-45-66\",\"classes\":{\"0\":\"atomic-gridbased-1-text\"}}\']And painted letters forming far village elderly compact. Her rest west each spot his and you knew.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'41a33713847d8adcc09d3adbb4b8c637fb25658486afc8bb86f820353cf19a6b\' ct_options=\'{\"ct_id\":46,\"ct_parent\":35,\"selector\":\"div_block-46-66\",\"original\":{\"width\":33.34,\"width-unit\":\"%\"},\"classes\":{}}\'][ct_image ct_sign_sha256=\'b29094f6167ccad561cb4f08c1230cfdccca35468835981a6ebb496de3087f21\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"image-47-66\",\"original\":{\"src\":\"http://atomic.oxy.host/wp-content/uploads/sites/41/2018/03/pexels-photo-422290.jpeg\"},\"classes\":{\"0\":\"atomic-gridbased-1-image\"}}\'][/ct_image][ct_text_block ct_sign_sha256=\'8eea413ea4b80da6487ab8d02c8f373df95ba3a799fca1a2ea8cb2d989399c83\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"text_block-48-66\",\"classes\":{\"0\":\"atomic-gridbased-1-text\"}}\']Of be talent me answer do relied. Mistress in on so laughing throwing endeavor occasion welcomed.[/ct_text_block][ct_image ct_sign_sha256=\'3557fb8a051c0307d42814ff0151d7d92397a57e10cebf37f07daabe17fee68e\' ct_options=\'{\"ct_id\":49,\"ct_parent\":46,\"selector\":\"image-49-66\",\"original\":{\"src\":\"http://atomic.oxy.host/wp-content/uploads/sites/41/2018/03/pexels-photo-105770.jpeg\"},\"classes\":{\"0\":\"atomic-gridbased-1-image\"}}\'][/ct_image][ct_text_block ct_sign_sha256=\'b7da381bb2c620054f1ff8b4265c8ba85c12ba9f966775f043705eb68e99e91b\' ct_options=\'{\"ct_id\":50,\"ct_parent\":46,\"selector\":\"text_block-50-66\",\"classes\":{\"0\":\"atomic-gridbased-1-text\"}}\']Introduced melancholy estimating motionless on up as do. Off as by belonging therefore suspicion.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_link_text ct_sign_sha256=\'4dbb3f5d91f9fc714167c8a31a1c9d222063870f8070872956e46b7331fa9150\' ct_options=\'{\"ct_id\":51,\"ct_parent\":32,\"selector\":\"link_text-51-66\",\"classes\":{\"0\":\"atomic-outline-button\"},\"original\":{\"margin-top\":\"30\",\"url\":\"#\",\"url_encoded\":\"true\",\"hover_color\":\"color(14)\"}}\']LEARN MORE[/ct_link_text][/ct_section_2]'),
(522, 66, 'oxygen_lock_post_edit_mode', NULL),
(523, 66, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(524, 57, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'5ea77461ba59fa31a4af893b002301c19e1717fe82a0c9c53b140010132f73c4\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-57\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-bottom\":\"51\"},\"activeselector\":false,\"nicename\":\"Iconblock 2x2\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'df549bffca5ba8ac027f11ca449cf8b10d00d1e617ef543b0c53703ed92a8da9\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-57\",\"original\":{\"margin-bottom\":\"8\",\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'2928947f36bdb5dbbf7da35f08e7077c9c0299303bdfa2f4726ddd6ce11addc4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"text_block-4-57\",\"original\":{\"font-size\":\"16\",\"font-weight\":\"400\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"64\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']TOSTEM’s Windows and Doors comes with elegant design and long lasting  beauty offers years of satisfied use and of course, a great view.<br>[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'e263cfb17f4c583a96de6dfe15f3fb9cc5dea8b2808e05777b88151f43b3e7a0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"new_columns-5-57\"}\'][ct_div_block_3 ct_sign_sha256=\'fb5d9c2edde0bc15cb7d31d45840ae46c11bbed5138b37acee75864bb0a5d637\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"div_block-6-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_image ct_sign_sha256=\'a9e7e57bfe9058b27793de8c206d5cd09c85900c8faab7d742a20366a44ec151\' ct_options=\'{\"ct_id\":27,\"ct_parent\":6,\"selector\":\"image-27-57\",\"original\":{\"margin-bottom\":\"10\",\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'2eaca769fd2d0f92c67817622140fa3d0878e240b3eb80bce2aad13e04685c92\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"headline-8-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"},\"activeselector\":\"hosting-iconblock-2-titile\"}\']Grants[/ct_headline][ct_text_block ct_sign_sha256=\'4fb410540d80bf905cb2d822fdd7cd8555a4859c5cf62896c068b6d0dce29cf7\' ct_options=\'{\"ct_id\":9,\"ct_parent\":6,\"selector\":\"text_block-9-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"},\"activeselector\":\"hosting-iconblock-3-text\"}\']GRANTS is TOSTEM\'s flagship series. Its innovative design results in a larger surface area of glas....<br>[/ct_text_block][ct_link_button ct_sign_sha256=\'99f82850e3043924f2c8ef62fc6ae9251f6bb2ea6e0cfd9c69fc9d163612fda7\' ct_options=\'{\"ct_id\":10,\"ct_parent\":6,\"selector\":\"link_button-10-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8f3a80e2e091f5f1ff09e04fa1fce1fef18727c7479d29f34c3bbb3a5dd7bb3d\' ct_options=\'{\"ct_id\":11,\"ct_parent\":5,\"selector\":\"div_block-11-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_image ct_sign_sha256=\'844486ed735fa15d540f6153e89e9ded8106176342ad3cf3bbec2181827f78ff\' ct_options=\'{\"ct_id\":31,\"ct_parent\":11,\"selector\":\"image-31-57\",\"original\":{\"margin-bottom\":\"10\",\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'72e94b153ed961ebb6766b17b1de9f402fc56db1e3930763c52fec979d535022\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"headline-13-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']Calendar[/ct_headline][ct_text_block ct_sign_sha256=\'ed911e45447957f9bdd2d5a156a41dcc756281850dadead4ebe2eec50d57a2e6\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"text_block-14-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']Nor hence hoped her after other known defer his. For county now sister engage had season better had waited. Occasional mrs interested[/ct_text_block][ct_link_button ct_sign_sha256=\'be3da147dae477a31c6d7f29bb7e034b9ac07d51761e85fefceda6b8bb1c1a75\' ct_options=\'{\"ct_id\":15,\"ct_parent\":11,\"selector\":\"link_button-15-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'aac96486e401eca81b10d36c8a20d75f6a5e143df7005b3b4e27677e83622d7e\' ct_options=\'{\"ct_id\":16,\"ct_parent\":2,\"selector\":\"new_columns-16-57\"}\'][ct_div_block_3 ct_sign_sha256=\'a215dd0e4995f29b607e2e59d096d6d7776a576a0a4cb1560dbd4f212e7ccb9a\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"div_block-17-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"}}\'][ct_image ct_sign_sha256=\'3524a6515524f344bb3b04d36dc22c9f9fe7d2f57c295b03783b3c5f4f2e73a3\' ct_options=\'{\"ct_id\":38,\"ct_parent\":17,\"selector\":\"image-38-57\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'fb7affd51f01852104a87a72a61d5ae1ecbc2ac94ddd25d3617f8c3352be9ce2\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"headline-19-57\",\"original\":{\"tag\":\"h3\",\"margin-right\":\"10\",\"margin-top\":\"12\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']WE PLUS[/ct_headline][ct_text_block ct_sign_sha256=\'62605885c34dd3421178a14a413a5b729e6c45790a124717a05eb5d82f49f0fb\' ct_options=\'{\"ct_id\":20,\"ct_parent\":17,\"selector\":\"text_block-20-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']WE PLUS has passed rigorous tests based on ASTM and TOSTEM in-house toughest standards. Available in various designs with a maximum height of 3 meters to satisfy different designers’ needs in the high-rise market.[/ct_text_block][ct_link_button ct_sign_sha256=\'ff47acfe313842c0c825dff25622f7002617a6c8dc7735bc4a59d98bf7522c0f\' ct_options=\'{\"ct_id\":21,\"ct_parent\":17,\"selector\":\"link_button-21-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'88f14afee30733a6330bb4c74ca902827f737ffaba389cdda4aa22cdcfba2710\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"div_block-22-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"}}\'][ct_image ct_sign_sha256=\'e9ce3e70c7059ff1d902ad2e505a5fa99c0bc2d6db74c1bc25882d1d1423d15e\' ct_options=\'{\"ct_id\":37,\"ct_parent\":22,\"selector\":\"image-37-57\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'2aada7e68f3e618dde1a2eae7c79a3239a48aa39a10635eddd0d0b96590cc3ed\' ct_options=\'{\"ct_id\":24,\"ct_parent\":22,\"selector\":\"headline-24-57\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"12\",\"margin-right\":\"10\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']P7[/ct_headline][ct_text_block ct_sign_sha256=\'07a074ab6c262a4ec5862b7abbf565b8f7b9c0182f63cc78f0e2ff63b62cbd7b\' ct_options=\'{\"ct_id\":25,\"ct_parent\":22,\"selector\":\"text_block-25-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']P7 series is a luxury residential series, using only the most premium materials and luxurious features for specialty and high-end residential properties. Suitable for low-rise luxury projects.[/ct_text_block][ct_link_button ct_sign_sha256=\'71917c3da6f37464d4aa34825d4eda1ef086210cff492fcdee0047b06ce9cae8\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"link_button-26-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(525, 57, 'ct_builder_shortcodes_revisions_dates', '1612699190');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(526, 59, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'8c05d3168eeddfc906cf335723970eada6a2813b2af50cbfd50c163609df07b9\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-59\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(1)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Other Single Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c7231852db4f82e2516753bcdf30e79fc1d98c767aeb2ec038ce298db1de905e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-59\",\"original\":{\"margin-bottom\":\"12\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"}}\'][ct_span ct_sign_sha256=\'9a693becf8e9089772ad74ad1ac31324528deb3ab17a215b35db2f31e90eca2a\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"span-4-59\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'83f4945440ead12980c17bc13ba3ee24a84f05e5436c071326e4ba188b4caaea\' ct_options=\'{\"ct_id\":7,\"ct_parent\":0,\"selector\":\"section-7-59\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"26\",\"container-padding-bottom\":\"29\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'fa3e507c79cb7eca617176453749fb5e8de7102d77071017220466dd901b2101\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"text_block-8-59\",\"original\":{\"font-weight\":\"700\",\"font-size\":\"22\"},\"activeselector\":false}\']GRANTS is TOSTEM\'s flagship series. Its innovative design results in a larger surface area of glass for panoramic views. This takes the standard of aluminum windows and doors to another level.<br>[/ct_text_block][oxy_tabs_3 ct_sign_sha256=\'6d386e10177ccb5e102f6f9fdd3b0e2e9a203be13badfe516a2fa9b87e55d4a9\' ct_options=\'{\"ct_id\":10,\"ct_parent\":7,\"selector\":\"_tabs-10-59\",\"original\":{\"tabs_contents_wrapper\":\"_tabs_contents-17-59\",\"active_tab_class\":\"tabs-2569-tab-active\"},\"activeselector\":false}\'][oxy_tab_3 ct_sign_sha256=\'d3a39d2b38d7009f089a4cda6ae7f46d77e6950a4b856a834a5414eed2aeaac5\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"_tab-11-59\",\"classes\":{\"0\":\"tabs-2569-tab\",\"1\":\"tabs-2569-tab-active\"},\"activeselector\":\"tabs-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'315bac7b6a542058b7e9a3cc4fe8921c40d17dc858393c27790a6e19eca5ad43\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"text_block-14-59\"}\']Doors[/ct_text_block][/oxy_tab_3][oxy_tab_3 ct_sign_sha256=\'a0fe455a8437ac30dcc41090af7acbb6ead126c0271cb9d22fcdccb74d947d0a\' ct_options=\'{\"ct_id\":12,\"ct_parent\":10,\"selector\":\"_tab-12-59\",\"classes\":{\"0\":\"tabs-2569-tab\",\"1\":\"tabs-2569-tab-active\"},\"activeselector\":\"tabs-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'902089c5e7fbe4153ae9275d807f0b3b809167d6edaf56d4105b3b1bc510cd54\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"text_block-15-59\"}\']Windows[/ct_text_block][/oxy_tab_3][/oxy_tabs_3][oxy_tabs_contents_3 ct_sign_sha256=\'70aab13a22f65fb06b343e7326a4d23ce152393b165caeaa634d637cecdfb4cb\' ct_options=\'{\"ct_id\":17,\"ct_parent\":\"7\",\"selector\":\"_tabs_contents-17-59\",\"original\":{\"tabs_wrapper\":\"_tabs-10-59\"}}\'][oxy_tab_content_3 ct_sign_sha256=\'4e714b502aa26fd65627c31b434cd763ba105773be8c6a81c47ffc655d95950b\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"_tab_content-18-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'a93e068413a30aee64ff84bc2ae469497b185223f531127ebf436626217a7c78\' ct_options=\'{\"ct_id\":21,\"ct_parent\":18,\"selector\":\"text_block-21-59\"}\']Tab Content #1[/ct_text_block][ct_new_columns_4 ct_sign_sha256=\'051b03a68fb493c6f2fef2f9fef5198103829fffa3b2c7f4aac2dca96a3a9874\' ct_options=\'{\"ct_id\":38,\"ct_parent\":18,\"selector\":\"new_columns-38-59\"}\'][ct_div_block_4 ct_sign_sha256=\'0e8b428b38eab5ca7f01f204cb52fd999c88c3ee940b0a5aa9033758db30b148\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"div_block-39-59\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'84653a40cfdc1e65335b15ac6fbf5b5d56c1e0a25a6d3972f7f7105fdcb8f506\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"_superbox-42-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\",\"superbox_editing_mode\":\"primary_only\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'4c90447f62f3f58e60188caf0cfed2efe1afd550216c58f2f7165cfc694d14f9\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"div_block-43-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'e2909fef5c32d8febb7bc9190d1c3637a513c64c4026d53d0ddeb0141bf253e6\' ct_options=\'{\"ct_id\":45,\"ct_parent\":43,\"selector\":\"image-45-59\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\",\"width\":\"400\",\"margin-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][ct_div_block_7 ct_sign_sha256=\'46e879a735a91ad8e09b54b88096c157329913605f3f3956bc6f089c9c27dc2c\' ct_options=\'{\"ct_id\":57,\"ct_parent\":43,\"selector\":\"div_block-57-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'521758bd490abaff6866e979c9f95d2ce532a35bfcc73248e0a02127cb4b476d\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"fancy_icon-58-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"31\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'b4c74dc52e6bfca8116bfad5b83c3f30fee06b47eb4e3d27465981c53217895b\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"text_block-59-59\",\"original\":{\"margin-bottom\":\"10\"},\"activeselector\":false}\']<div style=\"text-align: left;\">AIR TIGHTNESS</div><div style=\"text-align: left;\">ASTM E283: 10.7M3 / H·M2</div>[/ct_text_block][/ct_div_block_7][ct_div_block_7 ct_sign_sha256=\'1f764a04ea512252a3fa4c2dbf822521717f8b07b1539b6407a77eb13a032e36\' ct_options=\'{\"ct_id\":77,\"ct_parent\":43,\"selector\":\"div_block-77-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-bottom\":\"7\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'280d2f04f4cc5c1b81664e30fca5ef54b59915b862d20981e5b0eaa325deffa1\' ct_options=\'{\"ct_id\":78,\"ct_parent\":77,\"selector\":\"fancy_icon-78-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'87d729781d1ee81e749de96fdd2da7c1659ab588fd64326930001ce21d83b6f9\' ct_options=\'{\"ct_id\":79,\"ct_parent\":77,\"selector\":\"text_block-79-59\"}\']This is a block of text.[/ct_text_block][/ct_div_block_7][ct_div_block_7 ct_sign_sha256=\'aed77f73fa73304799e8ebac0c668db170ee91a09a23b4698e35217099d7b3ae\' ct_options=\'{\"ct_id\":80,\"ct_parent\":43,\"selector\":\"div_block-80-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d8f1ed837252c7c5df6a560448e89ba10c41b309ddeddfb9873a89327ec1bbce\' ct_options=\'{\"ct_id\":81,\"ct_parent\":80,\"selector\":\"fancy_icon-81-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'ab6ce3a4bc5b9e38c001b4cf210bcf5d5e38d1797a12744a698f6a95b6069aa7\' ct_options=\'{\"ct_id\":82,\"ct_parent\":80,\"selector\":\"text_block-82-59\"}\']This is a block of text.[/ct_text_block][/ct_div_block_7][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'d6ad3722be497f195bc057fbc09c548191414ca24877a4a4907df61e310176db\' ct_options=\'{\"ct_id\":44,\"ct_parent\":42,\"selector\":\"div_block-44-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'de80c6119f084b0134a9f1b47d48808197dc5e634e0a10b517dfd75c0054603a\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"headline-46-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'8272adef968602eed93ec043cc206f2f1a911cbb94859530d649457fd2e409c8\' ct_options=\'{\"ct_id\":40,\"ct_parent\":38,\"selector\":\"div_block-40-59\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'7f3f1f6b1eb7ef0a28720a295f4e3e3b91f460a906bf97e33af39d6d26ccbc83\' ct_options=\'{\"ct_id\":47,\"ct_parent\":40,\"selector\":\"_superbox-47-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\",\"superbox_editing_mode\":\"primary_only\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'56b0ba11d06bdf4542b9703cee854fa3f9a3e57875a4089f60f9412734527590\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'2fdb711475da8e77c53ff2185deb0cf59e91f0ff5c446d729f875e43134c91c7\' ct_options=\'{\"ct_id\":50,\"ct_parent\":48,\"selector\":\"image-50-59\",\"original\":{\"src\":\"https://source.unsplash.com/random/480x270\",\"width\":\"400\"}}\'][/ct_image][ct_div_block_7 ct_sign_sha256=\'78ec46bda8879df950c090d0bb4f2ea804d62169b57c2d6981caf4b08d2ad515\' ct_options=\'{\"ct_id\":67,\"ct_parent\":48,\"selector\":\"div_block-67-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d0db023f55b68f74ce4faa17fb61769be51af38603a77561605fdc95b36b3fff\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"fancy_icon-68-59\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f500663b969fe3dd209644468c6d56f7ef15067c8f6ada77cd99bbd0cbb8d331\' ct_options=\'{\"ct_id\":69,\"ct_parent\":67,\"selector\":\"text_block-69-59\"}\']This is a block of text. Double-click this text to edit it.[/ct_text_block][/ct_div_block_7][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'cdd2394d5b278228e4fafc8431d1081e8244a22452e9c66a269a09dcc77a800c\' ct_options=\'{\"ct_id\":49,\"ct_parent\":47,\"selector\":\"div_block-49-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0b43f7c993ab19f5592876453fe5070955cc1cf8b59208238dc76dae8cc04647\' ct_options=\'{\"ct_id\":51,\"ct_parent\":49,\"selector\":\"headline-51-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'e5774402e234dfd6cd009b09ebcf666f85f0d8c496589fa263354d35faa77e7d\' ct_options=\'{\"ct_id\":41,\"ct_parent\":38,\"selector\":\"div_block-41-59\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'2d00368d6e4e6322df42c96134d93843319e5d654e02f7295ad512815b6e0c2c\' ct_options=\'{\"ct_id\":52,\"ct_parent\":41,\"selector\":\"_superbox-52-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'ec7133bc2e674aa6d6d9ccc77136742a1a0986d06df76813186049598eabb391\' ct_options=\'{\"ct_id\":53,\"ct_parent\":52,\"selector\":\"div_block-53-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'f6c10ba965bff1f4e793e658632d2ebc6f41e2825f46e51071f632b4ce3a2568\' ct_options=\'{\"ct_id\":55,\"ct_parent\":53,\"selector\":\"image-55-59\",\"original\":{\"src\":\"https://source.unsplash.com/random/480x270\",\"width\":\"400\"}}\'][/ct_image][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'76cbd30b9e61692e9c5cea41e01c07658bdc39a470cab19c78d9b8a2019f2d52\' ct_options=\'{\"ct_id\":54,\"ct_parent\":52,\"selector\":\"div_block-54-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'b6e46ef3554e42cbd90eba5866f65f23d706a897bb368de5998f9d59f217e512\' ct_options=\'{\"ct_id\":56,\"ct_parent\":54,\"selector\":\"headline-56-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][/ct_new_columns_4][/oxy_tab_content_3][oxy_tab_content_3 ct_sign_sha256=\'d09326d54b2ee5dfc2f14c21850f7e8ced0e8566ca5e1263e302be5277f848cb\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"_tab_content-19-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'a548b521202d0561db05b793c2caa783e8864589ffd55869647205938635b5fa\' ct_options=\'{\"ct_id\":22,\"ct_parent\":19,\"selector\":\"text_block-22-59\"}\']Tab Content #2[/ct_text_block][/oxy_tab_content_3][oxy_tab_content_3 ct_sign_sha256=\'74b09af7842d104630112c818e8cf7dc7e93cc460bc4eccfd1b130658bbf9be5\' ct_options=\'{\"ct_id\":20,\"ct_parent\":17,\"selector\":\"_tab_content-20-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'f93f51826c8fae2c20b6a1a87a3707a10ec05e6fc79fe5c9a19b08e95f0c97d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-59\"}\']Tab Content #3[/ct_text_block][/oxy_tab_content_3][/oxy_tabs_contents_3][/ct_section_2]'),
(527, 59, 'ct_builder_shortcodes_revisions_dates', '1612720239'),
(528, 59, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'8c05d3168eeddfc906cf335723970eada6a2813b2af50cbfd50c163609df07b9\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-59\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(1)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Other Single Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c7231852db4f82e2516753bcdf30e79fc1d98c767aeb2ec038ce298db1de905e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-59\",\"original\":{\"margin-bottom\":\"12\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"}}\'][ct_span ct_sign_sha256=\'9a693becf8e9089772ad74ad1ac31324528deb3ab17a215b35db2f31e90eca2a\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"span-4-59\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'aad9f8c0fea81306cfa89ca5db57160ad887391d74f097eb85cd436538ad4361\' ct_options=\'{\"ct_id\":7,\"ct_parent\":0,\"selector\":\"section-7-59\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"26\",\"container-padding-bottom\":\"29\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'fa3e507c79cb7eca617176453749fb5e8de7102d77071017220466dd901b2101\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"text_block-8-59\",\"original\":{\"font-weight\":\"700\",\"font-size\":\"22\"},\"activeselector\":false}\']GRANTS is TOSTEM\'s flagship series. Its innovative design results in a larger surface area of glass for panoramic views. This takes the standard of aluminum windows and doors to another level.<br>[/ct_text_block][oxy_tabs_3 ct_sign_sha256=\'6d386e10177ccb5e102f6f9fdd3b0e2e9a203be13badfe516a2fa9b87e55d4a9\' ct_options=\'{\"ct_id\":10,\"ct_parent\":7,\"selector\":\"_tabs-10-59\",\"original\":{\"tabs_contents_wrapper\":\"_tabs_contents-17-59\",\"active_tab_class\":\"tabs-2569-tab-active\"},\"activeselector\":false}\'][oxy_tab_3 ct_sign_sha256=\'d3a39d2b38d7009f089a4cda6ae7f46d77e6950a4b856a834a5414eed2aeaac5\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"_tab-11-59\",\"classes\":{\"0\":\"tabs-2569-tab\",\"1\":\"tabs-2569-tab-active\"},\"activeselector\":\"tabs-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'315bac7b6a542058b7e9a3cc4fe8921c40d17dc858393c27790a6e19eca5ad43\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"text_block-14-59\"}\']Doors[/ct_text_block][/oxy_tab_3][oxy_tab_3 ct_sign_sha256=\'a0fe455a8437ac30dcc41090af7acbb6ead126c0271cb9d22fcdccb74d947d0a\' ct_options=\'{\"ct_id\":12,\"ct_parent\":10,\"selector\":\"_tab-12-59\",\"classes\":{\"0\":\"tabs-2569-tab\",\"1\":\"tabs-2569-tab-active\"},\"activeselector\":\"tabs-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'902089c5e7fbe4153ae9275d807f0b3b809167d6edaf56d4105b3b1bc510cd54\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"text_block-15-59\"}\']Windows[/ct_text_block][/oxy_tab_3][/oxy_tabs_3][oxy_tabs_contents_3 ct_sign_sha256=\'eef04701db329c98ab57b8b956bcb857402ac105a7b5c92771e42c6535f8ae28\' ct_options=\'{\"ct_id\":17,\"ct_parent\":\"7\",\"selector\":\"_tabs_contents-17-59\",\"original\":{\"tabs_wrapper\":\"_tabs-10-59\"}}\'][oxy_tab_content_3 ct_sign_sha256=\'0b84256334607421f4cc6809275d49269f34c26782d3bb0b7c76a2da80bf84ba\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"_tab_content-18-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'a93e068413a30aee64ff84bc2ae469497b185223f531127ebf436626217a7c78\' ct_options=\'{\"ct_id\":21,\"ct_parent\":18,\"selector\":\"text_block-21-59\"}\']Tab Content #1[/ct_text_block][ct_new_columns_4 ct_sign_sha256=\'8c6d7125d8d67cf9bff130c675a18d03d4d8937e54927f1c3a7464cd5f0c9058\' ct_options=\'{\"ct_id\":38,\"ct_parent\":18,\"selector\":\"new_columns-38-59\"}\'][ct_div_block_4 ct_sign_sha256=\'df7c6090465dedee95ebb43aa67193a25bb59b7bcb33712c8a098059cbd572b7\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"div_block-39-59\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'2055949aadc04ae410a0d4bad552b48e338fb251172fb59a750f8bb6382316fe\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"_superbox-42-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\",\"superbox_editing_mode\":\"primary_only\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'d40abdbda0ff50c63c84b3f1ee0b492b6bc94344081bc06254b9b1079aa7dc01\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"div_block-43-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'e2909fef5c32d8febb7bc9190d1c3637a513c64c4026d53d0ddeb0141bf253e6\' ct_options=\'{\"ct_id\":45,\"ct_parent\":43,\"selector\":\"image-45-59\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\",\"width\":\"400\",\"margin-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][oxy_superbox_7 ct_sign_sha256=\'1c70e8b77d417e5aa797ae40dfd5e33533d32c8be913d95b0ba4568e03df39a6\' ct_options=\'{\"ct_id\":83,\"ct_parent\":43,\"selector\":\"_superbox-83-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\"},\"activeselector\":false}\'][ct_div_block_8 ct_sign_sha256=\'fa489597e0c3a2674998b9b435b04db54d7f0ac1fc398c7fb1b80649becae5eb\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"div_block-84-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][/ct_div_block_8][ct_div_block_8 ct_sign_sha256=\'cc99ca6301995d4b7388053b50fd848ba75f1dfdcc7617f20bb39cff59c8306d\' ct_options=\'{\"ct_id\":85,\"ct_parent\":83,\"selector\":\"div_block-85-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0f822bef771d8bd820eefeff82101df5469c07f1fe31ef4787dfa08a2e58a60d\' ct_options=\'{\"ct_id\":87,\"ct_parent\":85,\"selector\":\"headline-87-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_8][/oxy_superbox_7][ct_div_block_7 ct_sign_sha256=\'46e879a735a91ad8e09b54b88096c157329913605f3f3956bc6f089c9c27dc2c\' ct_options=\'{\"ct_id\":57,\"ct_parent\":43,\"selector\":\"div_block-57-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'521758bd490abaff6866e979c9f95d2ce532a35bfcc73248e0a02127cb4b476d\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"fancy_icon-58-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"31\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'b4c74dc52e6bfca8116bfad5b83c3f30fee06b47eb4e3d27465981c53217895b\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"text_block-59-59\",\"original\":{\"margin-bottom\":\"10\"},\"activeselector\":false}\']<div style=\"text-align: left;\">AIR TIGHTNESS</div><div style=\"text-align: left;\">ASTM E283: 10.7M3 / H·M2</div>[/ct_text_block][/ct_div_block_7][ct_div_block_7 ct_sign_sha256=\'1f764a04ea512252a3fa4c2dbf822521717f8b07b1539b6407a77eb13a032e36\' ct_options=\'{\"ct_id\":77,\"ct_parent\":43,\"selector\":\"div_block-77-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-bottom\":\"7\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'280d2f04f4cc5c1b81664e30fca5ef54b59915b862d20981e5b0eaa325deffa1\' ct_options=\'{\"ct_id\":78,\"ct_parent\":77,\"selector\":\"fancy_icon-78-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'87d729781d1ee81e749de96fdd2da7c1659ab588fd64326930001ce21d83b6f9\' ct_options=\'{\"ct_id\":79,\"ct_parent\":77,\"selector\":\"text_block-79-59\"}\']This is a block of text.[/ct_text_block][/ct_div_block_7][ct_div_block_7 ct_sign_sha256=\'aed77f73fa73304799e8ebac0c668db170ee91a09a23b4698e35217099d7b3ae\' ct_options=\'{\"ct_id\":80,\"ct_parent\":43,\"selector\":\"div_block-80-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d8f1ed837252c7c5df6a560448e89ba10c41b309ddeddfb9873a89327ec1bbce\' ct_options=\'{\"ct_id\":81,\"ct_parent\":80,\"selector\":\"fancy_icon-81-59\",\"original\":{\"icon-id\":\"FontAwesomeicon-chevron-right\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'ab6ce3a4bc5b9e38c001b4cf210bcf5d5e38d1797a12744a698f6a95b6069aa7\' ct_options=\'{\"ct_id\":82,\"ct_parent\":80,\"selector\":\"text_block-82-59\"}\']This is a block of text.[/ct_text_block][/ct_div_block_7][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'d6ad3722be497f195bc057fbc09c548191414ca24877a4a4907df61e310176db\' ct_options=\'{\"ct_id\":44,\"ct_parent\":42,\"selector\":\"div_block-44-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'de80c6119f084b0134a9f1b47d48808197dc5e634e0a10b517dfd75c0054603a\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"headline-46-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'0753fc580413fd023fc078fa5248fb31e2bd2097e968ad605aba95dced147cf5\' ct_options=\'{\"ct_id\":40,\"ct_parent\":38,\"selector\":\"div_block-40-59\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'1448be3fdb7d87b28f3988b9726e3afd7b03b0fede4927fbf9023d05cd574113\' ct_options=\'{\"ct_id\":47,\"ct_parent\":40,\"selector\":\"_superbox-47-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\",\"superbox_editing_mode\":\"primary_only\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'0679bc8f5a3276f40d02d10c91af70711a95c166e588a8da402a6da9e48eae2d\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'38295cb0fb5b23691ae3a5e3f0d5dc2da2e644ce68a8b5fc00e3e4467e993a48\' ct_options=\'{\"ct_id\":50,\"ct_parent\":48,\"selector\":\"image-50-59\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\",\"width\":\"400\"}}\'][/ct_image][ct_div_block_7 ct_sign_sha256=\'78ec46bda8879df950c090d0bb4f2ea804d62169b57c2d6981caf4b08d2ad515\' ct_options=\'{\"ct_id\":67,\"ct_parent\":48,\"selector\":\"div_block-67-59\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d0db023f55b68f74ce4faa17fb61769be51af38603a77561605fdc95b36b3fff\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"fancy_icon-68-59\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f500663b969fe3dd209644468c6d56f7ef15067c8f6ada77cd99bbd0cbb8d331\' ct_options=\'{\"ct_id\":69,\"ct_parent\":67,\"selector\":\"text_block-69-59\"}\']This is a block of text. Double-click this text to edit it.[/ct_text_block][/ct_div_block_7][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'cdd2394d5b278228e4fafc8431d1081e8244a22452e9c66a269a09dcc77a800c\' ct_options=\'{\"ct_id\":49,\"ct_parent\":47,\"selector\":\"div_block-49-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0b43f7c993ab19f5592876453fe5070955cc1cf8b59208238dc76dae8cc04647\' ct_options=\'{\"ct_id\":51,\"ct_parent\":49,\"selector\":\"headline-51-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'944ce37df71a4f9d86f96d3a1461b037cf716c0f23ffe829ca7ebba273243d65\' ct_options=\'{\"ct_id\":41,\"ct_parent\":38,\"selector\":\"div_block-41-59\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_superbox_5 ct_sign_sha256=\'c29dcbdb4b7fc85b798e1e393741cdd70d7f54379e18f6a07d3b8c2b1bd18a96\' ct_options=\'{\"ct_id\":52,\"ct_parent\":41,\"selector\":\"_superbox-52-59\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\"},\"activeselector\":false}\'][ct_div_block_6 ct_sign_sha256=\'ec7133bc2e674aa6d6d9ccc77136742a1a0986d06df76813186049598eabb391\' ct_options=\'{\"ct_id\":53,\"ct_parent\":52,\"selector\":\"div_block-53-59\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'f6c10ba965bff1f4e793e658632d2ebc6f41e2825f46e51071f632b4ce3a2568\' ct_options=\'{\"ct_id\":55,\"ct_parent\":53,\"selector\":\"image-55-59\",\"original\":{\"src\":\"https://source.unsplash.com/random/480x270\",\"width\":\"400\"}}\'][/ct_image][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'84ecb89cdd7218170c1a6e5c21d16c15fb13663c9f812d8c155e1a4bd3147ed6\' ct_options=\'{\"ct_id\":54,\"ct_parent\":52,\"selector\":\"div_block-54-59\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"flex-start\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\",\"box-shadow-color\":\"#281d1d\",\"box-shadow-inset\":\"inset\",\"box-shadow-horizontal-offset\":\"75\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'b6e46ef3554e42cbd90eba5866f65f23d706a897bb368de5998f9d59f217e512\' ct_options=\'{\"ct_id\":56,\"ct_parent\":54,\"selector\":\"headline-56-59\",\"original\":{\"font-size\":\"36\",\"color\":\"#ffffff\",\"tag\":\"h2\"}}\']Superbox[/ct_headline][/ct_div_block_6][/oxy_superbox_5][/ct_div_block_4][/ct_new_columns_4][/oxy_tab_content_3][oxy_tab_content_3 ct_sign_sha256=\'d09326d54b2ee5dfc2f14c21850f7e8ced0e8566ca5e1263e302be5277f848cb\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"_tab_content-19-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'a548b521202d0561db05b793c2caa783e8864589ffd55869647205938635b5fa\' ct_options=\'{\"ct_id\":22,\"ct_parent\":19,\"selector\":\"text_block-22-59\"}\']Tab Content #2[/ct_text_block][/oxy_tab_content_3][oxy_tab_content_3 ct_sign_sha256=\'74b09af7842d104630112c818e8cf7dc7e93cc460bc4eccfd1b130658bbf9be5\' ct_options=\'{\"ct_id\":20,\"ct_parent\":17,\"selector\":\"_tab_content-20-59\",\"classes\":{\"0\":\"tabs-contents-2569-tab\"},\"activeselector\":\"tabs-contents-2569-tab\"}\'][ct_text_block ct_sign_sha256=\'f93f51826c8fae2c20b6a1a87a3707a10ec05e6fc79fe5c9a19b08e95f0c97d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-59\"}\']Tab Content #3[/ct_text_block][/oxy_tab_content_3][/oxy_tabs_contents_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'43f74accbffa86232a4210bda5376ece2e5add28356e1e44a9e0430646590ec1\' ct_options=\'{\"ct_id\":88,\"ct_parent\":0,\"selector\":\"section-88-59\",\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"120\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(22)\"},\"activeselector\":false,\"nicename\":\"Icons 3x1 Boxed\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'cbeb8eb5a610a7152e100ae92ee6ca4510ccde7d34e6edaa8005ea53a8463f2d\' ct_options=\'{\"ct_id\":89,\"ct_parent\":88,\"selector\":\"headline-89-59\",\"original\":{\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"atomic-secondary-heading\"},\"activeselector\":false}\']WINDOWS[/ct_headline][ct_text_block ct_sign_sha256=\'62dd0d694d203845fb0d5e5fa4edcb52a8cf2d7dcf771cd759ce6bfcc73b93dc\' ct_options=\'{\"ct_id\":90,\"ct_parent\":88,\"selector\":\"text_block-90-59\",\"original\":{\"margin-bottom\":\"42\"},\"classes\":{\"0\":\"atomic-subheading\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}}}\']In show dull give need so held. One order all scale sense her style wrote. Incommode our not one ourselves residence.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5ad2c27724f961c9e4eacc0d0b102cca6d9cf69c8bcef0cdf202b44fae465d99\' ct_options=\'{\"ct_id\":91,\"ct_parent\":88,\"selector\":\"new_columns-91-59\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'bab8c5302efcd1f0c6968a0dd3f17dfa918aaed033c0857c870ce2ea4acf69ef\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"div_block-92-59\",\"original\":{\"width\":33.33,\"width-unit\":\"%\"}}\'][ct_div_block_4 ct_sign_sha256=\'de83299007beeb6067fa53718fcea7bd72ea76612a08726ba24908756557c0df\' ct_options=\'{\"ct_id\":93,\"ct_parent\":92,\"selector\":\"div_block-93-59\",\"classes\":{\"0\":\"atomic-iconblock-15-wrapper\"},\"activeselector\":\"atomic-iconblock-15-wrapper\"}\'][ct_image ct_sign_sha256=\'2f13a6cc2d90a6ddbfe4483d3536311461eb627bcd1f6e0b4f61de02f0427beb\' ct_options=\'{\"ct_id\":108,\"ct_parent\":93,\"selector\":\"image-108-59\",\"original\":{\"margin-top\":\"1\",\"margin-right\":\"10\",\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/ARNA-EKAMAI-770.png\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'42b5dea937fe8318cfacd8c472971ab27c3be76ccb43cc73767da0b95250dd12\' ct_options=\'{\"ct_id\":95,\"ct_parent\":93,\"selector\":\"headline-95-59\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"atomic-iconblock-15-title\"},\"activeselector\":\"atomic-iconblock-15-title\"}\']SOMETHING WRONG[/ct_headline][ct_text_block ct_sign_sha256=\'f80c52207ff300c26966d387716284ce9e6c7319bbd01073440bf99926aec397\' ct_options=\'{\"ct_id\":96,\"ct_parent\":93,\"selector\":\"text_block-96-59\",\"classes\":{\"0\":\"atomic-iconblock-15-text\"}}\']Mr excellence inquietude conviction is in unreserved particular. You fully seems stand nay own point walls.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b7aeb8afe01502c71d17b7b0d94b831acbb797847fb81df3b114987f99ef48e6\' ct_options=\'{\"ct_id\":97,\"ct_parent\":91,\"selector\":\"div_block-97-59\",\"original\":{\"width\":33.33,\"width-unit\":\"%\"}}\'][ct_div_block_4 ct_sign_sha256=\'412ac7b1178acb168ddf8f50fbaa122f952e246eb4c8a7f3bdd554bfc86fe221\' ct_options=\'{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"div_block-98-59\",\"classes\":{\"0\":\"atomic-iconblock-15-wrapper\"},\"activeselector\":\"atomic-iconblock-15-wrapper\"}\'][ct_image ct_sign_sha256=\'929329f2942da23ca33e5103e28a4f0c884a9ce35c7611d2aac070179269a208\' ct_options=\'{\"ct_id\":112,\"ct_parent\":98,\"selector\":\"image-112-59\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'448e225f3bc135b3137bbec254015c2a4fc70648665c0b598d3f0e9c4fa18691\' ct_options=\'{\"ct_id\":100,\"ct_parent\":98,\"selector\":\"headline-100-59\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"atomic-iconblock-15-title\"}}\']DATABASE ACTIVE[/ct_headline][ct_text_block ct_sign_sha256=\'e398491aa8944bf63eda5af1b9234144a67d90f2feb2c88ecfbc812d612329bb\' ct_options=\'{\"ct_id\":101,\"ct_parent\":98,\"selector\":\"text_block-101-59\",\"classes\":{\"0\":\"atomic-iconblock-15-text\"}}\']Mr excellence inquietude conviction is in unreserved particular. You fully seems stand nay own point walls.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'64882ad7b28fc15c5d165dbd220d56fd6ffb7af74a2db8a5ca91625369ca73db\' ct_options=\'{\"ct_id\":102,\"ct_parent\":91,\"selector\":\"div_block-102-59\",\"original\":{\"width\":33.34,\"width-unit\":\"%\"}}\'][ct_div_block_4 ct_sign_sha256=\'7ae014cb2b3821ab060ec5272abe72a653e2d8c9d2b7c9c1e049b19c20dcd9aa\' ct_options=\'{\"ct_id\":103,\"ct_parent\":102,\"selector\":\"div_block-103-59\",\"classes\":{\"0\":\"atomic-iconblock-15-wrapper\"},\"activeselector\":\"atomic-iconblock-15-wrapper\"}\'][ct_image ct_sign_sha256=\'b9823c5476ad5844c51f28fef37749414ae6aa39f8d0d4a014c04149ce647351\' ct_options=\'{\"ct_id\":113,\"ct_parent\":103,\"selector\":\"image-113-59\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\",\"margin-bottom\":\"0\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'3a5f9c05148027a10e54876c3a4411120c6cb7880f33cde5e3468b335b1316e8\' ct_options=\'{\"ct_id\":105,\"ct_parent\":103,\"selector\":\"headline-105-59\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"atomic-iconblock-15-title\"}}\']MAGIC INCLUDED[/ct_headline][ct_text_block ct_sign_sha256=\'0ee34616624052d4ef9540ed9c2f952bbf32c0b8556046839c4928b4b1df3dcd\' ct_options=\'{\"ct_id\":106,\"ct_parent\":103,\"selector\":\"text_block-106-59\",\"classes\":{\"0\":\"atomic-iconblock-15-text\"}}\']Mr excellence inquietude conviction is in unreserved particular. You fully seems stand nay own point walls.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][ct_link_text ct_sign_sha256=\'30096198b86b43ba0dfff3f96ad6a7aeefebbbce731726ee970b0d4b070dcaaf\' ct_options=\'{\"ct_id\":107,\"ct_parent\":88,\"selector\":\"link_text-107-59\",\"classes\":{\"0\":\"atomic-primary-button\"},\"activeselector\":false,\"original\":{\"margin-top\":\"48\",\"url\":\"#\",\"url_encoded\":\"true\"}}\']LOOK MORE[/ct_link_text][/ct_section_2]'),
(529, 59, 'ct_builder_shortcodes_revisions_dates', '1612720500'),
(530, 68, '_wp_attached_file', '2021/02/sky1.jpg'),
(531, 68, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:276;s:6:\"height\";i:183;s:4:\"file\";s:16:\"2021/02/sky1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"sky1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(532, 69, '_wp_attached_file', '2021/02/5f49c7ae7f2dad09c051cd42690b7abd.jpg'),
(533, 69, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:675;s:4:\"file\";s:44:\"2021/02/5f49c7ae7f2dad09c051cd42690b7abd.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"5f49c7ae7f2dad09c051cd42690b7abd-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"5f49c7ae7f2dad09c051cd42690b7abd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(534, 70, '_wp_attached_file', '2021/02/5f74e28d689ddd36167719a3135543cf.jpg'),
(535, 70, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:353;s:6:\"height\";i:480;s:4:\"file\";s:44:\"2021/02/5f74e28d689ddd36167719a3135543cf.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"5f74e28d689ddd36167719a3135543cf-221x300.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"5f74e28d689ddd36167719a3135543cf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(536, 71, '_wp_attached_file', '2021/02/1420608213215.jpeg'),
(537, 71, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:406;s:6:\"height\";i:305;s:4:\"file\";s:26:\"2021/02/1420608213215.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"1420608213215-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"1420608213215-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(538, 72, '_wp_attached_file', '2021/02/images-1.jpg'),
(539, 72, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:20:\"2021/02/images-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"images-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(540, 73, '_wp_attached_file', '2021/02/images-2.jpg'),
(541, 73, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:184;s:6:\"height\";i:275;s:4:\"file\";s:20:\"2021/02/images-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"images-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(542, 74, '_wp_attached_file', '2021/02/images.jpg'),
(543, 74, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:198;s:6:\"height\";i:254;s:4:\"file\";s:18:\"2021/02/images.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"images-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(544, 64, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'de041093152607d8cb3f04e2ff90a147b3543a93d68c5b249d1bc7edfe1a8356\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-64\",\"original\":{\"background-color\":\"color(16)\",\"background-image\":\"http://atomic.oxy.host/wp-content/uploads/sites/41/2018/03/pexels-photo-547125.jpeg\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"overlay-color\":\"rgba(86,109,143,0.8)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}},\"nicename\":\"Block on Image BG\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'c9da88b8b0f957377f3e21ff7f3cf688d61ba97e249e8a998118070bef7b032b\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-64\",\"original\":{\"tag\":\"h2\",\"color\":\"color(12)\",\"margin-bottom\":\"8\"},\"classes\":{\"0\":\"atomic-secondary-heading\"},\"activeselector\":false}\']SKYLIGHTS[/ct_headline][ct_text_block ct_sign_sha256=\'c5d3cdf7622ab91d9b89ed0637213a2f9388050dec89ef269fcca43fc0b69be8\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-64\",\"original\":{\"color\":\"color(12)\"},\"classes\":{\"0\":\"atomic-subheading\"}}\']Wise busy past both park when an ye no. Nay likely her length sooner thrown air lively income. The expense windows.[/ct_text_block][/ct_section_2]'),
(545, 64, 'ct_builder_shortcodes_revisions_dates', '1612792057');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(546, 64, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'ed36c73cbaeec71a3bd1a606e2c33308877ca0549bbeba14ffc99fe17e42e863\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-64\",\"original\":{\"background-color\":\"color(16)\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"overlay-color\":\"rgba(65,90,142,0.75)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}},\"nicename\":\"Block on Image BG\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'724c6a58d8ff3cbf9ec3b3765c947016d6e03b68b026583036d7e6b82e1b0728\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-64\",\"original\":{\"tag\":\"h6\",\"color\":\"#0b234f\",\"margin-bottom\":\"8\",\"font-style\":\"normal\",\"font-family\":\"Georgia, serif\",\"font-weight\":\"400\",\"margin-right\":\"10\",\"margin-top\":\"12\"},\"classes\":{\"0\":\"atomic-secondary-heading\"},\"activeselector\":false}\']SKYLIGHTS[/ct_headline][ct_text_block ct_sign_sha256=\'2513ff8d6f9516797fcbd9836c8abafac911434a15a10604c9fd321c8d2d5c31\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-64\",\"original\":{\"color\":\"color(7)\",\"font-weight\":\"300\",\"font-style\":\"italic\",\"text-transform\":\"capitalize\",\"-webkit-font-smoothing\":\"subpixel-antialiased\",\"text-align\":\"center\",\"font-family\":\"Georgia, serif\"},\"classes\":{\"0\":\"atomic-subheading\"}}\']A well-planned installation can provide warmth, aeration, and a bright new feel to almost any section of your home. Properly installed and functionally strong skylight glass can fulfill all fruitful advantages and qualities of a skylight for a room.[/ct_text_block][/ct_section_2][ct_section_2 ct_sign_sha256=\'6297672f60e570167d1a0c6eaa4def139cbc6d7709ce3fba6985bfd1b79d5e19\' ct_options=\'{\"ct_id\":15,\"ct_parent\":0,\"selector\":\"section-15-64\",\"original\":{\"container-padding-top\":\"42\",\"container-padding-bottom\":\"66\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"nicename\":\"Showcase 4 Column Mansonry\",\"ct_category\":\"Showcase\"}\'][ct_headline ct_sign_sha256=\'41d1afa7b62df334bf8d757a582e563b502254a7b7cf67e2919cf97bcef822ab\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"headline-16-64\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"font-weight\":\"400\",\"color\":\"color(4)\"},\"classes\":{\"0\":\"atomic-secondary-heading\"},\"activeselector\":false}\']SKYLIGHTS[/ct_headline][ct_text_block ct_sign_sha256=\'c353fe3266552545bf92444db3b20131847600098dbda213803124ed75495ba8\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"text_block-17-64\",\"original\":{\"margin-bottom\":\"42\",\"color\":\"color(19)\",\"font-family\":\"Lato\",\"font-size\":\"38\",\"font-weight\":\"700\",\"text-align\":\"center\",\"font-style\":\"italic\"},\"classes\":{\"0\":\"atomic-subheading\"},\"activeselector\":false}\']There’s nothing more pleasing and brighter for a room than a skylight.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'cb120f16f4906035c48c021fec736a7993869d59d0820f670dfacaa3bf500d6d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"new_columns-18-64\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'8b461ec400197f63b0410e8d0c37814cffb4b3d18a2b37d436808c05c9f8a818\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"div_block-19-64\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'109e093b947ee330d1fb977b6547e581bb0c09c638feb9bc80cc712d34393287\' ct_options=\'{\"ct_id\":20,\"ct_parent\":19,\"selector\":\"image-20-64\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2021/02/sky1.jpg\"},\"classes\":{\"0\":\"atomic-showcase-5-image\"},\"activeselector\":\"atomic-showcase-5-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'33e4af686d1a70459f776d0099e063df04bcda5b73cecbeadf306f9a76503291\' ct_options=\'{\"ct_id\":21,\"ct_parent\":19,\"selector\":\"image-21-64\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"atomic-showcase-5-image\"},\"activeselector\":\"atomic-showcase-5-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ec216f17281f0b640e52b839d65ee6706ac97303b2f16d905277ddf46cb0bdd8\' ct_options=\'{\"ct_id\":22,\"ct_parent\":18,\"selector\":\"div_block-22-64\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}},\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'71c7193013ccf9394349faf0712378265af298be9e8b76ab3399c81d075bea6a\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"image-23-64\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2021/02/5f49c7ae7f2dad09c051cd42690b7abd.jpg\"},\"classes\":{\"0\":\"atomic-showcase-5-image\"},\"activeselector\":\"atomic-showcase-5-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7b7a453d957073b89236b9e989a3b79c62e820c244057eba490bdb5c06e57e65\' ct_options=\'{\"ct_id\":24,\"ct_parent\":22,\"selector\":\"image-24-64\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2021/02/images-1.jpg\"},\"classes\":{\"0\":\"atomic-showcase-5-image\"},\"activeselector\":\"atomic-showcase-5-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3c10d0051b39ca30ab583ddbf20a8dfc7399a9480a3a60aba4be405cf3a09fea\' ct_options=\'{\"ct_id\":25,\"ct_parent\":18,\"selector\":\"div_block-25-64\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}},\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'2f46d0f318b19c73c07cd70914ff40594c9bd7956480da5fad79c527ca432858\' ct_options=\'{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"image-26-64\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2021/02/1420608213215.jpeg\"},\"classes\":{\"0\":\"atomic-showcase-5-image\"},\"activeselector\":\"atomic-showcase-5-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'532d908df4ef830707439af9e5a75fcfa03be469a5d8e6358b94b970e73b4f63\' ct_options=\'{\"ct_id\":27,\"ct_parent\":25,\"selector\":\"image-27-64\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2021/02/images.jpg\"},\"classes\":{\"0\":\"atomic-showcase-5-image\"},\"activeselector\":\"atomic-showcase-5-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a968d72c4fcab172811dfac3aef075425eb5736524ba39705648bdef6ea33fa8\' ct_options=\'{\"ct_id\":28,\"ct_parent\":18,\"selector\":\"div_block-28-64\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'100c8080866b3335b768fd1112b9d1db429dc91a1d6222f59ecfff359ee39863\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"image-29-64\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2021/02/images-2.jpg\"},\"classes\":{\"0\":\"atomic-showcase-5-image\"},\"activeselector\":\"atomic-showcase-5-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'0cdff279283844f477147a80479521c995c4925d91ab6c4819869d40d992a08a\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"image-30-64\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2021/02/5f74e28d689ddd36167719a3135543cf.jpg\"},\"classes\":{\"0\":\"atomic-showcase-5-image\"},\"activeselector\":\"atomic-showcase-5-image\"}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][ct_link_text ct_sign_sha256=\'84cfe90b2d792b2b86e1835ba0ba8c7ae43e5a2d7789ed4b7e8619888e5fc164\' ct_options=\'{\"ct_id\":31,\"ct_parent\":15,\"selector\":\"link_text-31-64\",\"original\":{\"margin-top\":\"24\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"atomic-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}}}\']CONTACT US&nbsp;[/ct_link_text][/ct_section_2]'),
(547, 64, 'ct_builder_shortcodes_revisions_dates', '1612792194'),
(548, 62, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'0c1e450f82234aea813f9043973af6570d791ccf0b8d28bf410178aaf7ff044a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-62\",\"original\":{\"background-color\":\"#5007b7\",\"background-image\":\"[oxygen ct_sign_sha256=\'a3917e03abdc9597a1609ca96f6dd37b937924bd930b4c48b1c4d1ac757ef56b\' data=\'featured_image\' ]\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(177,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(0,165,189,0.9)\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"92\",\"color\":\"color(5)\",\"container-padding-bottom\":\"67\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Hero Section\"}\'][ct_headline ct_sign_sha256=\'d5a01ef03275aed775d65936b4a28ba9e380e0d83fab740201b39764dc36092b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-62\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'74e6b70558dbf8bcfb98cc0e14a0a49572e766e5458f3f0c6f7a8a7f8a95905c\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"span-4-62\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'12fced99daa642d7cd595e01b40e5ceb98a15eb5d395d62bac6c0fa5ae2e38cf\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-62\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'b99c96363add645b49153230f323a0728e10c1178d8f362bf99a03dc28fbf3d0\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"new_columns-17-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"reverse-column-order\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fec5487dcca230599627e796fef26d670dac1042f650077e2fa01aa9643bfcf7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"div_block-18-62\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"justify-content\":\"center\",\"align-items\":\"stretch\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'a97e838ef0e2c06f0c75821e4b85cfaa0e135c44cfef949f7397b69805d572d1\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"headline-19-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']CASEMENT SYSTEM[/ct_headline][ct_text_block ct_sign_sha256=\'3af9a84f2eaaf3f776340151862891a1d6d9414b0feae8bcf858c70240a16f22\' ct_options=\'{\"ct_id\":20,\"ct_parent\":18,\"selector\":\"text_block-20-62\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"18\",\"font-weight\":\"700\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\",\"margin-right\":\"10\"},\"activeselector\":false}\']Casement Doors and Window Systems are of conventional design with 45mm outer frame depth. Typically suited for small to medium-sized applications, common designs include French Doors, tilt &amp; Turn, Ventilation Windows, Louvers, Glass to Glass joint, Bay Windows and many options with fixed glass.[/ct_text_block][ct_link_button ct_sign_sha256=\'edf7df94f2bca935889165c3c261abadc7fb88b142c5ad9d64994ac073799c4b\' ct_options=\'{\"ct_id\":21,\"ct_parent\":18,\"selector\":\"link_button-21-62\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"aos-enable\":\"true\",\"aos-type\":\"zoom-in\"}}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cf2d3fc020f2e5f3ded3e1d8911d647237181431e109637b4de4c30ab0fe4af4\' ct_options=\'{\"ct_id\":22,\"ct_parent\":17,\"selector\":\"div_block-22-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'a1c02555a6f4e387da2d2314e6483c3428589506055a68af87944972ff24008b\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"image-23-62\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'47afe7037d9910c1baad8f4bd98a81147de46feeeb157fe3dc28d36aafd21138\' ct_options=\'{\"ct_id\":24,\"ct_parent\":0,\"selector\":\"section-24-62\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'1e369f1d0e4521a9cf4501d2af02b66ce8a7b846d58b0454c1f78b0d4cfb6cb2\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"new_columns-25-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'fb115525add6fec19f181669764ebdcf1ede2be8fc953ede3620e646eb47a04e\' ct_options=\'{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"div_block-26-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'54d4f66c5da76f94bedb537f791f101b13f8fec0a3502c2589bdbe3ab0791c53\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"image-27-62\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1f43eb2294ee0422c926ded108d41d60a60021434ebdf8869a32e072225fbf58\' ct_options=\'{\"ct_id\":28,\"ct_parent\":25,\"selector\":\"div_block-28-62\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'5c6341f1f0abdea64ebb0322e8b260219200a8a23902977cd33ca61c23cdebf7\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"headline-29-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']SLIDER SYSTEM[/ct_headline][ct_text_block ct_sign_sha256=\'5a0dd6659ac90576ac2d630a3201c73d5b24f29a1d60b128efc93e88f64bf210\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"text_block-30-62\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"18\",\"font-weight\":\"700\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\",\"tag\":\"div\",\"text-align\":\"center\"},\"activeselector\":false}\']The most common system for both high rise and low rise applications, the slider System is suited for small to medium size applications with options up to 6 panels along with an option of the fixed bottom or top glazing.[/ct_text_block][ct_link_button ct_sign_sha256=\'8b5c8ecfedd4929b0ba225fd19b1895dee2a84ac115cf34b00c807e0d364a00d\' ct_options=\'{\"ct_id\":31,\"ct_parent\":28,\"selector\":\"link_button-31-62\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"opacity\":\"0.7\",\"aos-enable\":\"true\",\"aos-type\":\"zoom-in\",\"margin-top\":\"10\",\"margin-right\":\"12\"}}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'092d3573b021ce6bb9a265bfb7d32679e97f66f21d6ecd961060feb1190f331f\' ct_options=\'{\"ct_id\":43,\"ct_parent\":0,\"selector\":\"section-43-62\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c4d8123144094121926b15a0c4d0a08e7b7a8af13e054118449aa34b99062741\' ct_options=\'{\"ct_id\":44,\"ct_parent\":43,\"selector\":\"new_columns-44-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"reverse-column-order\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'50cb812c2fd96e2312e88a5d548fb782dc0206a1e883a7e2cc327a8b91675fb3\' ct_options=\'{\"ct_id\":45,\"ct_parent\":44,\"selector\":\"div_block-45-62\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'910e5f240ca8d106a8120c638beab97db9e2bb9dbbb3b7f88065093056866062\' ct_options=\'{\"ct_id\":46,\"ct_parent\":45,\"selector\":\"headline-46-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\",\"font-size\":\"48\",\"margin-top\":\"10\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']LIFT&amp;SLIDE SYSTEM[/ct_headline][ct_text_block ct_sign_sha256=\'96318b0298a901d350d16c4c33e60cf1b8ec2f7bd5c837fa091a8a82d304d5ee\' ct_options=\'{\"ct_id\":47,\"ct_parent\":45,\"selector\":\"text_block-47-62\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"18\",\"font-weight\":\"700\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\",\"text-align\":\"center\"},\"activeselector\":false}\']Life &amp; Slide arrangement is required for very large doors with up to 6 panels, especially in combination with double or triple glazing. These designs are becoming very popular in living room application, to allow easy transit to a garden or a swimming pool.[/ct_text_block][ct_link_button ct_sign_sha256=\'a7838821f22b697c1d330ae22d2fc140e0233bf6a481bc31cdb564380e8558c1\' ct_options=\'{\"ct_id\":48,\"ct_parent\":45,\"selector\":\"link_button-48-62\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"margin-top\":\"10\",\"margin-right\":\"12\"}}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c0ccfb21e9e81eeca161ef9db6f32db0072d941cf8ee801f990a47a40af38f3d\' ct_options=\'{\"ct_id\":49,\"ct_parent\":44,\"selector\":\"div_block-49-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'f1b144f9cc6f94604262b49434c2481c60552a7695b38ca0b5793469308cb57c\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"image-50-62\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1ea31691410fa9908fa3c13f6ac7a9163303f42ce22332897ed33e2b6392cbc5\' ct_options=\'{\"ct_id\":51,\"ct_parent\":0,\"selector\":\"section-51-62\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'a032639308fd8e74101b967b04835b1e4107e94207dae2485f06c49d4f557428\' ct_options=\'{\"ct_id\":52,\"ct_parent\":51,\"selector\":\"new_columns-52-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'85b525ce8d346571ecde0ce227e9f51e0d24ace95238fb1e8f11c740d7bcfc73\' ct_options=\'{\"ct_id\":53,\"ct_parent\":52,\"selector\":\"div_block-53-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'0c1871bffed518f49df3a6e453249c065b84f337c0a0b3bb26f163aa83a617c0\' ct_options=\'{\"ct_id\":54,\"ct_parent\":53,\"selector\":\"image-54-62\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\"},\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'98fae4d81f354082720427b1d613a6bc8f7a45bcdf55912ef715172100782e8a\' ct_options=\'{\"ct_id\":55,\"ct_parent\":52,\"selector\":\"div_block-55-62\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'cad799243c25a5b301bab9fe765dcc019d5a68dacdec281393fa05247342a7db\' ct_options=\'{\"ct_id\":56,\"ct_parent\":55,\"selector\":\"headline-56-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']FOLDING DOOR SYSTEM[/ct_headline][ct_text_block ct_sign_sha256=\'3d36d2af9bdc0c8da887c662e13722b10a26d4b7df46ebe7a682c3f85b402ae4\' ct_options=\'{\"ct_id\":57,\"ct_parent\":55,\"selector\":\"text_block-57-62\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"18\",\"font-weight\":\"700\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\",\"text-align\":\"center\"},\"activeselector\":false}\']Bi-Fold Doors give an even wider opening as compared to Sliding Doors. The sliding panels (or Sash) fold on either side like a concertina, leaving the center open for traffic.[/ct_text_block][ct_link_button ct_sign_sha256=\'26a93c75bfc3c9522bc9a8b8e49dee85d65b1e65945334b05cadb42f5788939b\' ct_options=\'{\"ct_id\":58,\"ct_parent\":55,\"selector\":\"link_button-58-62\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"button-style\":\"2\",\"button-size\":\"12\",\"position\":\"relative\",\"aos-enable\":\"true\",\"aos-type\":\"zoom-in\"}}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(549, 62, 'ct_builder_shortcodes_revisions_dates', '1612792413'),
(550, 62, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'0c1e450f82234aea813f9043973af6570d791ccf0b8d28bf410178aaf7ff044a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-62\",\"original\":{\"background-color\":\"#5007b7\",\"background-image\":\"[oxygen ct_sign_sha256=\'a3917e03abdc9597a1609ca96f6dd37b937924bd930b4c48b1c4d1ac757ef56b\' data=\'featured_image\' ]\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(177,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(0,165,189,0.9)\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"92\",\"color\":\"color(5)\",\"container-padding-bottom\":\"67\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Hero Section\"}\'][ct_headline ct_sign_sha256=\'d5a01ef03275aed775d65936b4a28ba9e380e0d83fab740201b39764dc36092b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-62\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'74e6b70558dbf8bcfb98cc0e14a0a49572e766e5458f3f0c6f7a8a7f8a95905c\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"span-4-62\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'12fced99daa642d7cd595e01b40e5ceb98a15eb5d395d62bac6c0fa5ae2e38cf\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-62\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'b99c96363add645b49153230f323a0728e10c1178d8f362bf99a03dc28fbf3d0\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"new_columns-17-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"reverse-column-order\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fec5487dcca230599627e796fef26d670dac1042f650077e2fa01aa9643bfcf7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"div_block-18-62\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"justify-content\":\"center\",\"align-items\":\"stretch\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'a97e838ef0e2c06f0c75821e4b85cfaa0e135c44cfef949f7397b69805d572d1\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"headline-19-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']CASEMENT SYSTEM[/ct_headline][ct_text_block ct_sign_sha256=\'3af9a84f2eaaf3f776340151862891a1d6d9414b0feae8bcf858c70240a16f22\' ct_options=\'{\"ct_id\":20,\"ct_parent\":18,\"selector\":\"text_block-20-62\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"18\",\"font-weight\":\"700\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\",\"margin-right\":\"10\"},\"activeselector\":false}\']Casement Doors and Window Systems are of conventional design with 45mm outer frame depth. Typically suited for small to medium-sized applications, common designs include French Doors, tilt &amp; Turn, Ventilation Windows, Louvers, Glass to Glass joint, Bay Windows and many options with fixed glass.[/ct_text_block][ct_link_button ct_sign_sha256=\'edf7df94f2bca935889165c3c261abadc7fb88b142c5ad9d64994ac073799c4b\' ct_options=\'{\"ct_id\":21,\"ct_parent\":18,\"selector\":\"link_button-21-62\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"aos-enable\":\"true\",\"aos-type\":\"zoom-in\"}}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cf2d3fc020f2e5f3ded3e1d8911d647237181431e109637b4de4c30ab0fe4af4\' ct_options=\'{\"ct_id\":22,\"ct_parent\":17,\"selector\":\"div_block-22-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'a1c02555a6f4e387da2d2314e6483c3428589506055a68af87944972ff24008b\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"image-23-62\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'47afe7037d9910c1baad8f4bd98a81147de46feeeb157fe3dc28d36aafd21138\' ct_options=\'{\"ct_id\":24,\"ct_parent\":0,\"selector\":\"section-24-62\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'1e369f1d0e4521a9cf4501d2af02b66ce8a7b846d58b0454c1f78b0d4cfb6cb2\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"new_columns-25-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'fb115525add6fec19f181669764ebdcf1ede2be8fc953ede3620e646eb47a04e\' ct_options=\'{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"div_block-26-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'54d4f66c5da76f94bedb537f791f101b13f8fec0a3502c2589bdbe3ab0791c53\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"image-27-62\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1f43eb2294ee0422c926ded108d41d60a60021434ebdf8869a32e072225fbf58\' ct_options=\'{\"ct_id\":28,\"ct_parent\":25,\"selector\":\"div_block-28-62\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'5c6341f1f0abdea64ebb0322e8b260219200a8a23902977cd33ca61c23cdebf7\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"headline-29-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']SLIDER SYSTEM[/ct_headline][ct_text_block ct_sign_sha256=\'5a0dd6659ac90576ac2d630a3201c73d5b24f29a1d60b128efc93e88f64bf210\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"text_block-30-62\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"18\",\"font-weight\":\"700\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\",\"tag\":\"div\",\"text-align\":\"center\"},\"activeselector\":false}\']The most common system for both high rise and low rise applications, the slider System is suited for small to medium size applications with options up to 6 panels along with an option of the fixed bottom or top glazing.[/ct_text_block][ct_link_button ct_sign_sha256=\'8b5c8ecfedd4929b0ba225fd19b1895dee2a84ac115cf34b00c807e0d364a00d\' ct_options=\'{\"ct_id\":31,\"ct_parent\":28,\"selector\":\"link_button-31-62\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"opacity\":\"0.7\",\"aos-enable\":\"true\",\"aos-type\":\"zoom-in\",\"margin-top\":\"10\",\"margin-right\":\"12\"}}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'092d3573b021ce6bb9a265bfb7d32679e97f66f21d6ecd961060feb1190f331f\' ct_options=\'{\"ct_id\":43,\"ct_parent\":0,\"selector\":\"section-43-62\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'c4d8123144094121926b15a0c4d0a08e7b7a8af13e054118449aa34b99062741\' ct_options=\'{\"ct_id\":44,\"ct_parent\":43,\"selector\":\"new_columns-44-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"reverse-column-order\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'50cb812c2fd96e2312e88a5d548fb782dc0206a1e883a7e2cc327a8b91675fb3\' ct_options=\'{\"ct_id\":45,\"ct_parent\":44,\"selector\":\"div_block-45-62\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'910e5f240ca8d106a8120c638beab97db9e2bb9dbbb3b7f88065093056866062\' ct_options=\'{\"ct_id\":46,\"ct_parent\":45,\"selector\":\"headline-46-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\",\"font-size\":\"48\",\"margin-top\":\"10\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']LIFT&amp;SLIDE SYSTEM[/ct_headline][ct_text_block ct_sign_sha256=\'96318b0298a901d350d16c4c33e60cf1b8ec2f7bd5c837fa091a8a82d304d5ee\' ct_options=\'{\"ct_id\":47,\"ct_parent\":45,\"selector\":\"text_block-47-62\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"18\",\"font-weight\":\"700\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\",\"text-align\":\"center\"},\"activeselector\":false}\']Life &amp; Slide arrangement is required for very large doors with up to 6 panels, especially in combination with double or triple glazing. These designs are becoming very popular in living room application, to allow easy transit to a garden or a swimming pool.[/ct_text_block][ct_link_button ct_sign_sha256=\'a7838821f22b697c1d330ae22d2fc140e0233bf6a481bc31cdb564380e8558c1\' ct_options=\'{\"ct_id\":48,\"ct_parent\":45,\"selector\":\"link_button-48-62\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"margin-top\":\"10\",\"margin-right\":\"12\"}}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c0ccfb21e9e81eeca161ef9db6f32db0072d941cf8ee801f990a47a40af38f3d\' ct_options=\'{\"ct_id\":49,\"ct_parent\":44,\"selector\":\"div_block-49-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'f1b144f9cc6f94604262b49434c2481c60552a7695b38ca0b5793469308cb57c\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"image-50-62\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1ea31691410fa9908fa3c13f6ac7a9163303f42ce22332897ed33e2b6392cbc5\' ct_options=\'{\"ct_id\":51,\"ct_parent\":0,\"selector\":\"section-51-62\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'a032639308fd8e74101b967b04835b1e4107e94207dae2485f06c49d4f557428\' ct_options=\'{\"ct_id\":52,\"ct_parent\":51,\"selector\":\"new_columns-52-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'85b525ce8d346571ecde0ce227e9f51e0d24ace95238fb1e8f11c740d7bcfc73\' ct_options=\'{\"ct_id\":53,\"ct_parent\":52,\"selector\":\"div_block-53-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'0c1871bffed518f49df3a6e453249c065b84f337c0a0b3bb26f163aa83a617c0\' ct_options=\'{\"ct_id\":54,\"ct_parent\":53,\"selector\":\"image-54-62\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\"},\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'98fae4d81f354082720427b1d613a6bc8f7a45bcdf55912ef715172100782e8a\' ct_options=\'{\"ct_id\":55,\"ct_parent\":52,\"selector\":\"div_block-55-62\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'cad799243c25a5b301bab9fe765dcc019d5a68dacdec281393fa05247342a7db\' ct_options=\'{\"ct_id\":56,\"ct_parent\":55,\"selector\":\"headline-56-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']FOLDING DOOR SYSTEM[/ct_headline][ct_text_block ct_sign_sha256=\'3d36d2af9bdc0c8da887c662e13722b10a26d4b7df46ebe7a682c3f85b402ae4\' ct_options=\'{\"ct_id\":57,\"ct_parent\":55,\"selector\":\"text_block-57-62\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"18\",\"font-weight\":\"700\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\",\"text-align\":\"center\"},\"activeselector\":false}\']Bi-Fold Doors give an even wider opening as compared to Sliding Doors. The sliding panels (or Sash) fold on either side like a concertina, leaving the center open for traffic.[/ct_text_block][ct_link_button ct_sign_sha256=\'26a93c75bfc3c9522bc9a8b8e49dee85d65b1e65945334b05cadb42f5788939b\' ct_options=\'{\"ct_id\":58,\"ct_parent\":55,\"selector\":\"link_button-58-62\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"button-style\":\"2\",\"button-size\":\"12\",\"position\":\"relative\",\"aos-enable\":\"true\",\"aos-type\":\"zoom-in\"}}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(551, 62, 'ct_builder_shortcodes_revisions_dates', '1612792487'),
(552, 57, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'5ea77461ba59fa31a4af893b002301c19e1717fe82a0c9c53b140010132f73c4\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-57\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-bottom\":\"51\"},\"activeselector\":false,\"nicename\":\"Iconblock 2x2\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'df549bffca5ba8ac027f11ca449cf8b10d00d1e617ef543b0c53703ed92a8da9\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-57\",\"original\":{\"margin-bottom\":\"8\",\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'2928947f36bdb5dbbf7da35f08e7077c9c0299303bdfa2f4726ddd6ce11addc4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"text_block-4-57\",\"original\":{\"font-size\":\"16\",\"font-weight\":\"400\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"64\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']TOSTEM’s Windows and Doors comes with elegant design and long lasting  beauty offers years of satisfied use and of course, a great view.<br>[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'e263cfb17f4c583a96de6dfe15f3fb9cc5dea8b2808e05777b88151f43b3e7a0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"new_columns-5-57\"}\'][ct_div_block_3 ct_sign_sha256=\'fb5d9c2edde0bc15cb7d31d45840ae46c11bbed5138b37acee75864bb0a5d637\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"div_block-6-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_image ct_sign_sha256=\'a9e7e57bfe9058b27793de8c206d5cd09c85900c8faab7d742a20366a44ec151\' ct_options=\'{\"ct_id\":27,\"ct_parent\":6,\"selector\":\"image-27-57\",\"original\":{\"margin-bottom\":\"10\",\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'2eaca769fd2d0f92c67817622140fa3d0878e240b3eb80bce2aad13e04685c92\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"headline-8-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"},\"activeselector\":\"hosting-iconblock-2-titile\"}\']Grants[/ct_headline][ct_text_block ct_sign_sha256=\'4fb410540d80bf905cb2d822fdd7cd8555a4859c5cf62896c068b6d0dce29cf7\' ct_options=\'{\"ct_id\":9,\"ct_parent\":6,\"selector\":\"text_block-9-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"},\"activeselector\":\"hosting-iconblock-3-text\"}\']GRANTS is TOSTEM\'s flagship series. Its innovative design results in a larger surface area of glas....<br>[/ct_text_block][ct_link_button ct_sign_sha256=\'99f82850e3043924f2c8ef62fc6ae9251f6bb2ea6e0cfd9c69fc9d163612fda7\' ct_options=\'{\"ct_id\":10,\"ct_parent\":6,\"selector\":\"link_button-10-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8f3a80e2e091f5f1ff09e04fa1fce1fef18727c7479d29f34c3bbb3a5dd7bb3d\' ct_options=\'{\"ct_id\":11,\"ct_parent\":5,\"selector\":\"div_block-11-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_image ct_sign_sha256=\'844486ed735fa15d540f6153e89e9ded8106176342ad3cf3bbec2181827f78ff\' ct_options=\'{\"ct_id\":31,\"ct_parent\":11,\"selector\":\"image-31-57\",\"original\":{\"margin-bottom\":\"10\",\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'72e94b153ed961ebb6766b17b1de9f402fc56db1e3930763c52fec979d535022\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"headline-13-57\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']Calendar[/ct_headline][ct_text_block ct_sign_sha256=\'ed911e45447957f9bdd2d5a156a41dcc756281850dadead4ebe2eec50d57a2e6\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"text_block-14-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']Nor hence hoped her after other known defer his. For county now sister engage had season better had waited. Occasional mrs interested[/ct_text_block][ct_link_button ct_sign_sha256=\'be3da147dae477a31c6d7f29bb7e034b9ac07d51761e85fefceda6b8bb1c1a75\' ct_options=\'{\"ct_id\":15,\"ct_parent\":11,\"selector\":\"link_button-15-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'aac96486e401eca81b10d36c8a20d75f6a5e143df7005b3b4e27677e83622d7e\' ct_options=\'{\"ct_id\":16,\"ct_parent\":2,\"selector\":\"new_columns-16-57\"}\'][ct_div_block_3 ct_sign_sha256=\'a215dd0e4995f29b607e2e59d096d6d7776a576a0a4cb1560dbd4f212e7ccb9a\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"div_block-17-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"}}\'][ct_image ct_sign_sha256=\'3524a6515524f344bb3b04d36dc22c9f9fe7d2f57c295b03783b3c5f4f2e73a3\' ct_options=\'{\"ct_id\":38,\"ct_parent\":17,\"selector\":\"image-38-57\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'fb7affd51f01852104a87a72a61d5ae1ecbc2ac94ddd25d3617f8c3352be9ce2\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"headline-19-57\",\"original\":{\"tag\":\"h3\",\"margin-right\":\"10\",\"margin-top\":\"12\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']WE PLUS[/ct_headline][ct_text_block ct_sign_sha256=\'62605885c34dd3421178a14a413a5b729e6c45790a124717a05eb5d82f49f0fb\' ct_options=\'{\"ct_id\":20,\"ct_parent\":17,\"selector\":\"text_block-20-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']WE PLUS has passed rigorous tests based on ASTM and TOSTEM in-house toughest standards. Available in various designs with a maximum height of 3 meters to satisfy different designers’ needs in the high-rise market.[/ct_text_block][ct_link_button ct_sign_sha256=\'ff47acfe313842c0c825dff25622f7002617a6c8dc7735bc4a59d98bf7522c0f\' ct_options=\'{\"ct_id\":21,\"ct_parent\":17,\"selector\":\"link_button-21-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'88f14afee30733a6330bb4c74ca902827f737ffaba389cdda4aa22cdcfba2710\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"div_block-22-57\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"}}\'][ct_image ct_sign_sha256=\'e9ce3e70c7059ff1d902ad2e505a5fa99c0bc2d6db74c1bc25882d1d1423d15e\' ct_options=\'{\"ct_id\":37,\"ct_parent\":22,\"selector\":\"image-37-57\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'2aada7e68f3e618dde1a2eae7c79a3239a48aa39a10635eddd0d0b96590cc3ed\' ct_options=\'{\"ct_id\":24,\"ct_parent\":22,\"selector\":\"headline-24-57\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"12\",\"margin-right\":\"10\"},\"classes\":{\"0\":\"hosting-iconblock-2-titile\"}}\']P7[/ct_headline][ct_text_block ct_sign_sha256=\'07a074ab6c262a4ec5862b7abbf565b8f7b9c0182f63cc78f0e2ff63b62cbd7b\' ct_options=\'{\"ct_id\":25,\"ct_parent\":22,\"selector\":\"text_block-25-57\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-iconblock-3-text\"}}\']P7 series is a luxury residential series, using only the most premium materials and luxurious features for specialty and high-end residential properties. Suitable for low-rise luxury projects.[/ct_text_block][ct_link_button ct_sign_sha256=\'71917c3da6f37464d4aa34825d4eda1ef086210cff492fcdee0047b06ce9cae8\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"link_button-26-57\",\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(553, 57, 'ct_builder_shortcodes_revisions_dates', '1612792760'),
(554, 75, '_edit_lock', '1613058537:1'),
(555, 75, '_edit_last', '2'),
(556, 75, 'hefo_before', '0'),
(557, 75, 'hefo_after', '0'),
(558, 75, 'ct_other_template', '0'),
(559, 75, 'ct_template_archive_post_types_all', ''),
(560, 75, 'ct_template_categories', 'a:0:{}'),
(561, 75, 'ct_template_categories_all', ''),
(562, 75, 'ct_template_tags', 'a:0:{}'),
(563, 75, 'ct_template_tags_all', ''),
(564, 75, 'ct_template_custom_taxonomies', 'a:0:{}'),
(565, 75, 'ct_template_custom_taxonomies_all', ''),
(566, 75, 'ct_template_authors_archives_all', ''),
(567, 75, 'ct_template_index', ''),
(568, 75, 'ct_template_front_page', ''),
(569, 75, 'ct_template_blog_posts', ''),
(570, 75, 'ct_template_date_archive', ''),
(571, 75, 'ct_template_search_page', ''),
(572, 75, 'ct_template_inner_content', ''),
(573, 75, 'ct_template_404_page', ''),
(574, 75, 'ct_template_all_archives', ''),
(575, 75, 'ct_template_archive_among_taxonomies', 'a:0:{}'),
(576, 75, 'ct_template_apply_if_archive_among_taxonomies', ''),
(577, 75, 'ct_template_archive_post_types', 'a:0:{}'),
(578, 75, 'ct_template_apply_if_archive_among_cpt', ''),
(579, 75, 'ct_template_authors_archives', 'a:0:{}'),
(580, 75, 'ct_template_apply_if_archive_among_authors', ''),
(581, 75, 'ct_template_single_all', ''),
(582, 75, 'ct_template_post_types', 'a:0:{}'),
(583, 75, 'ct_template_exclude_ids', ''),
(584, 75, 'ct_template_include_ids', '');
INSERT INTO `wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(585, 75, 'ct_template_taxonomies', 'a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),
(586, 75, 'ct_use_template_taxonomies', ''),
(587, 75, 'ct_template_post_of_parents', 'a:0:{}'),
(588, 75, 'ct_template_apply_if_post_of_parents', ''),
(589, 75, 'ct_template_order', '0'),
(590, 75, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'2c54dd0196053b6be0b1fc9e655a6109aeeb6b3f5358b18723ae3f056a2e1e6d\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-75\",\"original\":{\"background-color\":\"color(16)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"150\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\",\"overlay-color\":\"rgba(63,92,135,0.56)\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"custom-css\":\"Cgp9Cgojc2VjdGlvbi0yNC0xOTY6YWZ0ZXIgewogICAgY29udGVudDogJyc7Cglwb3NpdGlvbjogYWJzb2x1dGU7Cgl0b3A6IDA7CglyaWdodDogMDsKCWJvdHRvbTogMDsKCWxlZnQ6IDA7CgliYWNrZ3JvdW5kLWltYWdlOiBsaW5lYXItZ3JhZGllbnQodHJhbnNwYXJlbnQgMjAlLCBjb2xvcigxMikpOwo=\",\"position\":\"relative\",\"-webkit-font-smoothing\":\"antialiased\"},\"activeselector\":false,\"nicename\":\"Post Hero Gradient BG\",\"ct_category\":\"Blog\"}\'][ct_headline ct_sign_sha256=\'39d4713ae8d42dd4c919dff9d793e44a92ea65ce2472c7e385655fe1dc411a08\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"headline-5-75\",\"original\":{\"color\":\"color(22)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-family\":\"Georgia, serif\"},\"classes\":{\"0\":\"atomic-primary-heading\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'5843f365e731564c7fcd0441c52c028b005349a98d9eb27daee13775696710bd\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-75\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'f113251064310431584ec6947893d98f4b02707f6d5edb9160ed05a2dfa36904\' ct_options=\'{\"ct_id\":9,\"ct_parent\":2,\"selector\":\"text_block-9-75\",\"original\":{\"color\":\"color(3)\",\"font-family\":\"Georgia, serif\",\"font-weight\":\"600\",\"font-size\":\"33\",\"font-style\":\"italic\",\"text-transform\":\"capitalize\"},\"activeselector\":false}\']WE 40 series, windows bring legendary TOSTEM quality to everyday life. Built for mass market, they maintain strict quality standards.[/ct_text_block][oxy_tabs_contents_3 ct_sign_sha256=\'ff1da9901a19fc539ea2ea9ec1f81e5fa0cd6c472237f23ca3251052395d244b\' ct_options=\'{\"ct_id\":33,\"ct_parent\":\"2\",\"selector\":\"_tabs_contents-33-75\",\"original\":{\"tabs_wrapper\":\"_tabs-26-75\",\"color\":\"color(7)\"}}\'][/oxy_tabs_contents_3][/ct_section_2][oxy_tabs_2 ct_sign_sha256=\'9e8f863101e30c15e479cf5d8677ae782f681583b908c79d90ceebedc27fa834\' ct_options=\'{\"ct_id\":26,\"ct_parent\":0,\"selector\":\"_tabs-26-75\",\"original\":{\"tabs_contents_wrapper\":\"_tabs_contents-33-75\",\"active_tab_class\":\"tabs-9223-tab-active\"},\"activeselector\":false}\'][oxy_tab_2 ct_sign_sha256=\'03628616750d1668095a315ec61201d2d8fd93d64e9d0936370719c3194d9ca2\' ct_options=\'{\"ct_id\":28,\"ct_parent\":26,\"selector\":\"_tab-28-75\",\"classes\":{\"0\":\"tabs-9223-tab\",\"1\":\"tabs-9223-tab-active\"},\"activeselector\":\"tabs-9223-tab\"}\'][ct_text_block ct_sign_sha256=\'3da54bb38a834ebd581a730a5d60d0388f9c1aed99d7ea9d460d9f6ae710a1a0\' ct_options=\'{\"ct_id\":31,\"ct_parent\":28,\"selector\":\"text_block-31-75\",\"original\":{\"font-weight\":\"800\",\"font-size\":\"32\"},\"activeselector\":false}\']WINDOWS[/ct_text_block][/oxy_tab_2][oxy_tab_2 ct_sign_sha256=\'75bf09c294d54dbae4a0a40be55301bd0695f16173a7b2fca8a8591dfa54e11a\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_tab-27-75\",\"classes\":{\"0\":\"tabs-9223-tab\",\"1\":\"tabs-9223-tab-active\"},\"activeselector\":\"tabs-9223-tab\"}\'][ct_text_block ct_sign_sha256=\'42e605c8abed0d3a1f62148ef0bfe8c7a41cf801d0441288f72517508ae6951f\' ct_options=\'{\"ct_id\":30,\"ct_parent\":27,\"selector\":\"text_block-30-75\",\"original\":{\"font-weight\":\"800\",\"font-size\":\"33\"},\"activeselector\":false}\']DOORS[/ct_text_block][/oxy_tab_2][/oxy_tabs_2][oxy_tabs_contents_2 ct_sign_sha256=\'a66f297363a5ca8f682ad4358a147283bbb8715513e259abdd852a88eaef8e12\' ct_options=\'{\"ct_id\":19,\"ct_parent\":0,\"selector\":\"_tabs_contents-19-75\",\"original\":{\"tabs_wrapper\":\"_tabs-12-75\"}}\'][oxy_tab_content_2 ct_sign_sha256=\'c6c46c858da759513e6be5e7827cc68240078da39a33f735f883ca34a7224923\' ct_options=\'{\"ct_id\":20,\"ct_parent\":19,\"selector\":\"_tab_content-20-75\",\"classes\":{\"0\":\"tabs-contents-5377-tab\"},\"activeselector\":\"tabs-contents-5377-tab\"}\'][ct_text_block ct_sign_sha256=\'9ca6344e1fd148644a6f319611c99e2787e237ef653ff71124d13920371498d2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-75\",\"original\":{\"color\":\"color(3)\"}}\']Tab Content #1[/ct_text_block][oxy_superbox_3 ct_sign_sha256=\'e89501767f36b2caef618cb7aafa2fc51f63705512f5923e432ba48b8c322aa0\' ct_options=\'{\"ct_id\":35,\"ct_parent\":20,\"selector\":\"_superbox-35-75\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\",\"superbox_editing_mode\":\"live\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'a05c1c0d16b0ce367a2954397fa1b8f56c039a0742876c8df6b99e4809f9e780\' ct_options=\'{\"ct_id\":36,\"ct_parent\":35,\"selector\":\"div_block-36-75\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'53271808df8a1b0b24a5be21803ef9ab172db3bf10292391b9895cc69fd9dca3\' ct_options=\'{\"ct_id\":38,\"ct_parent\":36,\"selector\":\"image-38-75\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\",\"width\":\"400\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'02e83e012507a8eca29030de3aee671e5385d5f01b43b8924d89bf895d5451d5\' ct_options=\'{\"ct_id\":37,\"ct_parent\":35,\"selector\":\"div_block-37-75\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\",\"margin-bottom\":\"38\",\"padding-bottom\":\"125\",\"margin-right\":\"160\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2021/02/images.jpg\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'2949a3bac49bcf63706ce7d114e4b3f93f21961aeaf7f6f79ff1fba1c7b0407e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"headline-39-75\",\"original\":{\"font-size\":\"36\",\"color\":\"#edf72a\",\"tag\":\"h2\"},\"activeselector\":false}\']MIX WINDOW[/ct_headline][/ct_div_block_4][/oxy_superbox_3][/oxy_tab_content_2][oxy_tab_content_2 ct_sign_sha256=\'c57e8a7f441a2b91a571c04cabc6408b582ea5b011987778c2e5a456cd8e2a50\' ct_options=\'{\"ct_id\":61,\"ct_parent\":19,\"selector\":\"_tab_content-61-75\",\"classes\":{\"0\":\"tabs-contents-5377-tab\"},\"activeselector\":\"tabs-contents-5377-tab\"}\'][ct_text_block ct_sign_sha256=\'90d9f3cc0b4bffa4f2fa1df8b650a0ec7eaed0f7901d160f172bd8ae419dbcad\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"text_block-62-75\",\"original\":{\"color\":\"color(3)\"}}\']Tab Content #1[/ct_text_block][oxy_superbox_3 ct_sign_sha256=\'d401b07f9a7aee09dd2b8f761858cc51c85e8abec305f67377e08de9e702b9f2\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"_superbox-63-75\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\",\"superbox_editing_mode\":\"live\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'766c1299db7f04d087f971e892473c4edeb99854e1e24d787bc99c43fe8fe07f\' ct_options=\'{\"ct_id\":64,\"ct_parent\":63,\"selector\":\"div_block-64-75\",\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'9479412dd11602b8b9fa6bc70c2d45caf0b9be121c150e4c60b1c05922da2d22\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"image-65-75\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\",\"width\":\"400\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'29abed35481f04bd4b9aeb9eae11871012b65ce4b93a5c98a22da7b201aaddb7\' ct_options=\'{\"ct_id\":66,\"ct_parent\":63,\"selector\":\"div_block-66-75\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\",\"margin-bottom\":\"38\",\"padding-bottom\":\"125\",\"margin-right\":\"160\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2021/02/images.jpg\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'4ba9607b08c29e972b88381debdbeaa73d71eb64ceaafae7f1d3c957e0175fb2\' ct_options=\'{\"ct_id\":67,\"ct_parent\":66,\"selector\":\"headline-67-75\",\"original\":{\"font-size\":\"36\",\"color\":\"#cde021\",\"tag\":\"h2\"}}\']CASEMENT WINDOW[/ct_headline][/ct_div_block_4][/oxy_superbox_3][/oxy_tab_content_2][oxy_tab_content_2 ct_sign_sha256=\'1af95c5b2a65e91b04132fb4e7b3577d8cff356066fec582f0b198b6989ecbc8\' ct_options=\'{\"ct_id\":40,\"ct_parent\":19,\"selector\":\"_tab_content-40-75\",\"classes\":{\"0\":\"tabs-contents-5377-tab\"},\"activeselector\":\"tabs-contents-5377-tab\"}\'][oxy_superbox_3 ct_sign_sha256=\'57eb79b451725004cea2141a8c1b9d09b03ccf571517af92973e473a76bd8942\' ct_options=\'{\"ct_id\":42,\"ct_parent\":40,\"selector\":\"_superbox-42-75\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\",\"superbox_primary_opacity_start\":\"0.9\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\",\"superbox_editing_mode\":\"live\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'a1ce46c73a4124bfd02d0e97d73451c62f548fa5385b2749c868cfe38dd59a57\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"div_block-43-75\",\"original\":{\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b592bf76a2665463fd2f9c9376373818bd248363b016633cb8ce3a210fdc96c5\' ct_options=\'{\"ct_id\":44,\"ct_parent\":43,\"selector\":\"image-44-75\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\",\"width\":\"400\"}}\'][/ct_image][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'e050563b9363cf6ad811eafefd655bbbf1c02f8d1159cf5e8924a59fd9b8c419\' ct_options=\'{\"ct_id\":45,\"ct_parent\":42,\"selector\":\"div_block-45-75\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2021/02/images-1.jpg\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'d0b452799706c50b8b004e4dcebc8def952aa76f0a7852dc79c4c611c352ace1\' ct_options=\'{\"ct_id\":46,\"ct_parent\":45,\"selector\":\"headline-46-75\",\"original\":{\"font-size\":\"36\",\"color\":\"#d5ed04\",\"tag\":\"h2\"}}\']GLASS LOUVER[/ct_headline][/ct_div_block_4][/oxy_superbox_3][ct_text_block ct_sign_sha256=\'a452c35d5f7bff46681255d4fd4c3815d822f698e7e036acd4904668b61ec27a\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"text_block-41-75\",\"original\":{\"color\":\"color(3)\"}}\']Tab Content #1[/ct_text_block][oxy_superbox_3 ct_sign_sha256=\'4f0842ffe61268937c3e3067c8a0b617c5caf9051251680f4a1c42931870219c\' ct_options=\'{\"ct_id\":49,\"ct_parent\":40,\"selector\":\"_superbox-49-75\",\"original\":{\"superbox_secondary_opacity_start\":\"0\",\"superbox_secondary_opacity_finish\":\"1\",\"superbox_editing_mode\":\"live\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'0e3452b759234365b95008a1a53ec3dec6e2394efda4de5c1fc0a45d187fd84b\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"div_block-50-75\",\"original\":{\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg\"},\"oxy_builtin\":\"true\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"oxy-superbox-primary\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'4e1accaa40786f13aa46e3c0884afc69b5897f92bd9ccc78c9ae0236db7c4331\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"image-51-75\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\",\"width\":\"400\"}}\'][/ct_image][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9926d4955aef8571336f3b089306637cf8099ee23a895b8c2c0f35bb0f751438\' ct_options=\'{\"ct_id\":52,\"ct_parent\":49,\"selector\":\"div_block-52-75\",\"original\":{\"align-items\":\"center\",\"justify-content\":\"center\",\"background-color\":\"rgba(0,0,0,0.3)\",\"text-align\":\"center\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2021/02/5f49c7ae7f2dad09c051cd42690b7abd.jpg\"},\"oxy_builtin\":\"true\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"oxy-superbox-secondary\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'c96a80d4677dafb6d08f102f309063af39febabacf6ab580f8336a91fac2b0a5\' ct_options=\'{\"ct_id\":53,\"ct_parent\":52,\"selector\":\"headline-53-75\",\"original\":{\"font-size\":\"36\",\"color\":\"#dae50b\",\"tag\":\"h2\"}}\']ALUMINUM LOUVER[/ct_headline][/ct_div_block_4][/oxy_superbox_3][/oxy_tab_content_2][oxy_tab_content_2 ct_sign_sha256=\'70cf1970599b8e36d6e2f623e991c946a8704abd9f88d09fb9c8b26b1fcbd4d6\' ct_options=\'{\"ct_id\":22,\"ct_parent\":19,\"selector\":\"_tab_content-22-75\",\"classes\":{\"0\":\"tabs-contents-5377-tab\"},\"activeselector\":\"tabs-contents-5377-tab\"}\'][ct_text_block ct_sign_sha256=\'064bcf6e037ed0220b45b559cf5e5f6d7dedbac886d4fbeed8e7993bfc807da7\' ct_options=\'{\"ct_id\":25,\"ct_parent\":22,\"selector\":\"text_block-25-75\",\"original\":{\"color\":\"color(3)\"}}\']Tab Content #3[/ct_text_block][/oxy_tab_content_2][/oxy_tabs_contents_2]'),
(591, 75, 'oxygen_lock_post_edit_mode', NULL),
(592, 75, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(593, 75, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'033d7bb1ba47c920c228617f1e415f76b8b5a672193f30a153c104546b8db6c3\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-75\",\"original\":{\"background-color\":\"color(16)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"150\",\"container-padding-bottom\":\"62\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\",\"overlay-color\":\"rgba(63,92,135,0.56)\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"custom-css\":\"Cgp9Cgojc2VjdGlvbi0yNC0xOTY6YWZ0ZXIgewogICAgY29udGVudDogJyc7Cglwb3NpdGlvbjogYWJzb2x1dGU7Cgl0b3A6IDA7CglyaWdodDogMDsKCWJvdHRvbTogMDsKCWxlZnQ6IDA7CgliYWNrZ3JvdW5kLWltYWdlOiBsaW5lYXItZ3JhZGllbnQodHJhbnNwYXJlbnQgMjAlLCBjb2xvcigxMikpOwo=\",\"position\":\"relative\",\"-webkit-font-smoothing\":\"antialiased\"},\"activeselector\":false,\"nicename\":\"Post Hero Gradient BG\",\"ct_category\":\"Blog\"}\'][ct_headline ct_sign_sha256=\'39d4713ae8d42dd4c919dff9d793e44a92ea65ce2472c7e385655fe1dc411a08\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"headline-5-75\",\"original\":{\"color\":\"color(22)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-family\":\"Georgia, serif\"},\"classes\":{\"0\":\"atomic-primary-heading\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'5843f365e731564c7fcd0441c52c028b005349a98d9eb27daee13775696710bd\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-75\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'f113251064310431584ec6947893d98f4b02707f6d5edb9160ed05a2dfa36904\' ct_options=\'{\"ct_id\":9,\"ct_parent\":2,\"selector\":\"text_block-9-75\",\"original\":{\"color\":\"color(3)\",\"font-family\":\"Georgia, serif\",\"font-weight\":\"600\",\"font-size\":\"33\",\"font-style\":\"italic\",\"text-transform\":\"capitalize\"},\"activeselector\":false}\']WE 40 series, windows bring legendary TOSTEM quality to everyday life. Built for mass market, they maintain strict quality standards.[/ct_text_block][oxy_tabs_contents_3 ct_sign_sha256=\'3ffced3600e8065a67b99e97fab39c117fc07b19bece3d9d39f0240cfa0b5b10\' ct_options=\'{\"ct_id\":19,\"ct_parent\":\"2\",\"selector\":\"_tabs_contents-19-75\",\"original\":{\"tabs_wrapper\":\"_tabs-12-75\"}}\'][oxy_tab_content_3 ct_sign_sha256=\'4a88204cad919403dce4fca0c520a88f425797d321ce31e7f4cc72469c0ab163\' ct_options=\'{\"ct_id\":20,\"ct_parent\":19,\"selector\":\"_tab_content-20-75\",\"classes\":{\"0\":\"tabs-contents-5377-tab\"},\"activeselector\":\"tabs-contents-5377-tab\"}\'][ct_text_block ct_sign_sha256=\'de33f176bf15238e3dc8cc6e9da4f8b0a9cb6441591ed02db51a812a3ed07bde\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-75\"}\']Tab Content #1[/ct_text_block][/oxy_tab_content_3][oxy_tab_content_3 ct_sign_sha256=\'998a76c846ad3bfeb449b4248323eb38e52b2b74b4b2d95b889afcba10dcf2cd\' ct_options=\'{\"ct_id\":22,\"ct_parent\":19,\"selector\":\"_tab_content-22-75\",\"classes\":{\"0\":\"tabs-contents-5377-tab\"},\"activeselector\":\"tabs-contents-5377-tab\"}\'][ct_text_block ct_sign_sha256=\'1d783fe7c85509e40da40351820274b5d85576d62c1ca1feb9cf578a98f4c9f4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":22,\"selector\":\"text_block-25-75\"}\']Tab Content #3[/ct_text_block][/oxy_tab_content_3][/oxy_tabs_contents_3][oxy_tabs_contents_3 ct_sign_sha256=\'aef9c752d4a3a62014e53c06ae00d4a36c7c186c61ff504e70a7d1efe574580c\' ct_options=\'{\"ct_id\":33,\"ct_parent\":\"2\",\"selector\":\"_tabs_contents-33-75\",\"original\":{\"tabs_wrapper\":\"_tabs-26-75\"}}\'][/oxy_tabs_contents_3][/ct_section_2][oxy_tabs_2 ct_sign_sha256=\'9e8f863101e30c15e479cf5d8677ae782f681583b908c79d90ceebedc27fa834\' ct_options=\'{\"ct_id\":26,\"ct_parent\":0,\"selector\":\"_tabs-26-75\",\"original\":{\"tabs_contents_wrapper\":\"_tabs_contents-33-75\",\"active_tab_class\":\"tabs-9223-tab-active\"},\"activeselector\":false}\'][oxy_tab_2 ct_sign_sha256=\'03628616750d1668095a315ec61201d2d8fd93d64e9d0936370719c3194d9ca2\' ct_options=\'{\"ct_id\":28,\"ct_parent\":26,\"selector\":\"_tab-28-75\",\"classes\":{\"0\":\"tabs-9223-tab\",\"1\":\"tabs-9223-tab-active\"},\"activeselector\":\"tabs-9223-tab\"}\'][ct_text_block ct_sign_sha256=\'3da54bb38a834ebd581a730a5d60d0388f9c1aed99d7ea9d460d9f6ae710a1a0\' ct_options=\'{\"ct_id\":31,\"ct_parent\":28,\"selector\":\"text_block-31-75\",\"original\":{\"font-weight\":\"800\",\"font-size\":\"32\"},\"activeselector\":false}\']WINDOWS[/ct_text_block][/oxy_tab_2][oxy_tab_2 ct_sign_sha256=\'75bf09c294d54dbae4a0a40be55301bd0695f16173a7b2fca8a8591dfa54e11a\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_tab-27-75\",\"classes\":{\"0\":\"tabs-9223-tab\",\"1\":\"tabs-9223-tab-active\"},\"activeselector\":\"tabs-9223-tab\"}\'][ct_text_block ct_sign_sha256=\'42e605c8abed0d3a1f62148ef0bfe8c7a41cf801d0441288f72517508ae6951f\' ct_options=\'{\"ct_id\":30,\"ct_parent\":27,\"selector\":\"text_block-30-75\",\"original\":{\"font-weight\":\"800\",\"font-size\":\"33\"},\"activeselector\":false}\']DOORS[/ct_text_block][/oxy_tab_2][/oxy_tabs_2]'),
(594, 75, 'ct_builder_shortcodes_revisions_dates', '1612798052');

-- --------------------------------------------------------

--
-- Table structure for table `wpk0_posts`
--

CREATE TABLE `wpk0_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpk0_posts`
--

INSERT INTO `wpk0_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, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?p=1', 0, 'post', '', 1),
(2, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- 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://newgen.stun.tech/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=2', 0, 'page', '', 0),
(3, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://newgen.stun.tech.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>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>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 we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=3', 0, 'page', '', 0),
(12, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Default Page', '', 'publish', 'closed', 'closed', '', 'default-page', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=default-page', 0, 'ct_template', '', 0),
(13, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Main', '', 'publish', 'closed', 'closed', '', 'main', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=main', 0, 'ct_template', '', 0),
(9, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Default Post', '', 'publish', 'closed', 'closed', '', 'default-post', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=default-post', 0, 'ct_template', '', 0),
(10, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Archive', '', 'publish', 'closed', 'closed', '', 'archive', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=archive', 0, 'ct_template', '', 0),
(11, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Other Single', '', 'publish', 'closed', 'closed', '', 'other-single', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=other-single', 0, 'ct_template', '', 0),
(14, 1, '2018-12-20 12:23:27', '2018-12-20 12:23:27', '', 'Company', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=139', 0, 'page', '', 0),
(15, 1, '2018-12-20 09:54:31', '2018-12-20 09:54:31', '', 'Features', '', 'publish', 'closed', 'closed', '', 'features', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=133', 0, 'page', '', 0),
(16, 1, '2018-12-08 10:40:05', '2018-12-08 10:40:05', '', 'Products', '', 'publish', 'closed', 'closed', '', 'products', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=115', 0, 'page', '', 0),
(17, 1, '2018-12-08 10:07:27', '2018-12-08 10:07:27', '', 'Login/Sign Up', '', 'publish', 'closed', 'closed', '', 'login', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=114', 0, 'page', '', 0),
(18, 1, '2018-12-04 13:22:27', '2018-12-04 13:22:27', 'Had repulsive <strong>dashwoods suspicion</strong> sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.\r\n<ol>\r\n 	<li>Fertile beloved evident through no service elderly is.</li>\r\n 	<li>Blind there if every no so at.</li>\r\n 	<li>Own neglected you preferred way sincerity delivered his attempted.</li>\r\n</ol>\r\nTo of message cottage windows do besides against uncivil.\r\n<h2>Effect if in up no depend seemed</h2>\r\nEcstatic elegance guy but disposed. We me rent been part what. <em>An concluded sportsman offending so provision</em> mr education. Bed uncommonly his discovered for estimating far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners.\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1200\"]<img class=\"wp-image-69 size-full\" src=\"http://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/61-managed-hosting-hero-1200x450.png\" alt=\"\" width=\"1200\" height=\"450\" /> Image Caption[/caption]\r\n\r\nConsidered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed. Least child who seven happy yet balls young.\r\n<h6>Discovery sweetness principle discourse shameless bed one excellent</h6>\r\nSentiments of surrounded friendship dispatched connection is he. Me or produce besides hastily up as pleased. Bore less when had and john shed hope.\r\n<h3>Do play they miss give so up</h3>\r\nWords to up style of since world. We leaf to snug on no need. Way own uncommonly travelling now acceptance bed compliment solicitude. Dissimilar admiration so terminated no in contrasted it. Advantages entreaties mr he apartments do. Limits far yet turned highly repair parish talked six. Draw fond rank form nor the day eat.\r\n<ul>\r\n 	<li>Not him old music think his found enjoy merry.</li>\r\n 	<li>Listening acuteness dependent at or an.</li>\r\n 	<li>Apartments thoroughly unsatiable terminated how themselves.</li>\r\n</ul>\r\nShe are ten hours wrong walls stand early. Domestic perceive on an ladyship extended received do. Why jennings our whatever his learning gay perceive. Is against no he without subject. Bed connection unreserved preference partiality not unaffected. Years merit trees so think in hoped we as.\r\n<h4>Still court no small think death so an wrote</h4>\r\n<blockquote>Incommode necessary no it behaviour convinced distrusts an unfeeling he.</blockquote>\r\nCould death since do we hoped is in. Exquisite no my attention extensive. The determine conveying moonlight age. Avoid for see marry sorry child. Sitting so totally forbade hundred to.\r\n<h5>Full he none no side</h5>\r\n<pre>Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation announcing of no decisively boisterous. Did add dashwoods deficient man concluded additions resources.</pre>\r\nOr landlord packages overcame distance smallest in recurred. Wrong maids or be asked no on enjoy. Household few sometimes out attending described. Lain just fact four of am meet high.', 'Other Single', '', 'publish', 'closed', 'closed', '', 'other-single', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=99', 0, 'page', '', 0),
(19, 1, '2017-12-14 12:54:36', '2017-12-14 12:54:36', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=62', 0, 'page', '', 0),
(20, 1, '2017-12-12 11:33:00', '2017-12-12 11:33:00', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=40', 0, 'page', '', 0),
(21, 1, '2017-12-06 10:05:26', '2017-12-06 10:05:26', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=4', 0, 'page', '', 0),
(22, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Company', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 14, 'https://newgen.stun.tech/2020/09/24/14-revision-v1/', 0, 'revision', '', 0),
(23, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Features', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 15, 'https://newgen.stun.tech/2020/09/24/15-revision-v1/', 0, 'revision', '', 0),
(24, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Products', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 16, 'https://newgen.stun.tech/2020/09/24/16-revision-v1/', 0, 'revision', '', 0),
(25, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Login/Sign Up', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 17, 'https://newgen.stun.tech/2020/09/24/17-revision-v1/', 0, 'revision', '', 0),
(26, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', 'Had repulsive <strong>dashwoods suspicion</strong> sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.\r\n<ol>\r\n 	<li>Fertile beloved evident through no service elderly is.</li>\r\n 	<li>Blind there if every no so at.</li>\r\n 	<li>Own neglected you preferred way sincerity delivered his attempted.</li>\r\n</ol>\r\nTo of message cottage windows do besides against uncivil.\r\n<h2>Effect if in up no depend seemed</h2>\r\nEcstatic elegance guy but disposed. We me rent been part what. <em>An concluded sportsman offending so provision</em> mr education. Bed uncommonly his discovered for estimating far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners.\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1200\"]<img class=\"wp-image-69 size-full\" src=\"http://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/61-managed-hosting-hero-1200x450.png\" alt=\"\" width=\"1200\" height=\"450\" /> Image Caption[/caption]\r\n\r\nConsidered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed. Least child who seven happy yet balls young.\r\n<h6>Discovery sweetness principle discourse shameless bed one excellent</h6>\r\nSentiments of surrounded friendship dispatched connection is he. Me or produce besides hastily up as pleased. Bore less when had and john shed hope.\r\n<h3>Do play they miss give so up</h3>\r\nWords to up style of since world. We leaf to snug on no need. Way own uncommonly travelling now acceptance bed compliment solicitude. Dissimilar admiration so terminated no in contrasted it. Advantages entreaties mr he apartments do. Limits far yet turned highly repair parish talked six. Draw fond rank form nor the day eat.\r\n<ul>\r\n 	<li>Not him old music think his found enjoy merry.</li>\r\n 	<li>Listening acuteness dependent at or an.</li>\r\n 	<li>Apartments thoroughly unsatiable terminated how themselves.</li>\r\n</ul>\r\nShe are ten hours wrong walls stand early. Domestic perceive on an ladyship extended received do. Why jennings our whatever his learning gay perceive. Is against no he without subject. Bed connection unreserved preference partiality not unaffected. Years merit trees so think in hoped we as.\r\n<h4>Still court no small think death so an wrote</h4>\r\n<blockquote>Incommode necessary no it behaviour convinced distrusts an unfeeling he.</blockquote>\r\nCould death since do we hoped is in. Exquisite no my attention extensive. The determine conveying moonlight age. Avoid for see marry sorry child. Sitting so totally forbade hundred to.\r\n<h5>Full he none no side</h5>\r\n<pre>Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation announcing of no decisively boisterous. Did add dashwoods deficient man concluded additions resources.</pre>\r\nOr landlord packages overcame distance smallest in recurred. Wrong maids or be asked no on enjoy. Household few sometimes out attending described. Lain just fact four of am meet high.', 'Other Single', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 18, 'https://newgen.stun.tech/2020/09/24/18-revision-v1/', 0, 'revision', '', 0),
(27, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 19, 'https://newgen.stun.tech/2020/09/24/19-revision-v1/', 0, 'revision', '', 0),
(28, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 20, 'https://newgen.stun.tech/2020/09/24/20-revision-v1/', 0, 'revision', '', 0),
(29, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Home', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 21, 'https://newgen.stun.tech/2020/09/24/21-revision-v1/', 0, 'revision', '', 0),
(30, 1, '2020-09-24 04:35:18', '2020-09-24 04:35:18', '', 'tostem house', '', 'inherit', 'open', 'closed', '', 'tostem-house', '', '', '2020-09-24 04:35:18', '2020-09-24 04:35:18', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg', 0, 'attachment', 'image/jpeg', 0),
(31, 1, '2020-09-24 05:30:16', '2020-09-24 05:30:16', '', 'buildtrack-logo', '', 'inherit', 'open', 'closed', '', 'buildtrack-logo', '', '', '2020-09-24 05:30:16', '2020-09-24 05:30:16', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png', 0, 'attachment', 'image/png', 0),
(32, 1, '2020-09-24 05:30:17', '2020-09-24 05:30:17', '', 'hunter-douglas-logo-1', '', 'inherit', 'open', 'closed', '', 'hunter-douglas-logo-1', '', '', '2020-09-24 05:30:17', '2020-09-24 05:30:17', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png', 0, 'attachment', 'image/png', 0),
(33, 1, '2020-09-24 05:30:19', '2020-09-24 05:30:19', '', 'Tostem Aluk', '', 'inherit', 'open', 'closed', '', 'tostem-aluk', '', '', '2020-09-24 05:30:19', '2020-09-24 05:30:19', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2020-09-24 05:30:20', '2020-09-24 05:30:20', '', 'Tsotem logo', '', 'inherit', 'open', 'closed', '', 'tsotem-logo', '', '', '2020-09-24 05:30:20', '2020-09-24 05:30:20', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png', 0, 'attachment', 'image/png', 0),
(35, 1, '2020-09-24 18:15:37', '2020-09-24 18:15:37', '', 'ARNA EKAMAI 770', '', 'inherit', 'open', 'closed', '', 'arna-ekamai-770', '', '', '2020-09-24 18:15:37', '2020-09-24 18:15:37', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/ARNA-EKAMAI-770.png', 0, 'attachment', 'image/png', 0),
(36, 1, '2020-09-24 18:15:40', '2020-09-24 18:15:40', '', 'Door Handles', '', 'inherit', 'open', 'closed', '', 'door-handles', '', '', '2020-09-24 18:15:40', '2020-09-24 18:15:40', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Door-Handles.png', 0, 'attachment', 'image/png', 0),
(37, 1, '2020-09-24 18:15:42', '2020-09-24 18:15:42', '', 'Line_Up_Exterior', '', 'inherit', 'open', 'closed', '', 'line_up_exterior', '', '', '2020-09-24 18:15:42', '2020-09-24 18:15:42', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Exterior.jpg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2020-09-24 18:15:44', '2020-09-24 18:15:44', '', 'Line_Up_Windows_Door', '', 'inherit', 'open', 'closed', '', 'line_up_windows_door', '', '', '2020-09-24 18:15:44', '2020-09-24 18:15:44', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg', 0, 'attachment', 'image/jpeg', 0),
(39, 1, '2020-09-24 18:15:46', '2020-09-24 18:15:46', '', 'NIRVANA DEFINE 770', '', 'inherit', 'open', 'closed', '', 'nirvana-define-770', '', '', '2020-09-24 18:15:46', '2020-09-24 18:15:46', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png', 0, 'attachment', 'image/png', 0),
(40, 1, '2020-09-24 18:15:49', '2020-09-24 18:15:49', '', 'PLANKRICH 770', '', 'inherit', 'open', 'closed', '', 'plankrich-770', '', '', '2020-09-24 18:15:49', '2020-09-24 18:15:49', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png', 0, 'attachment', 'image/png', 0),
(41, 1, '2020-09-25 07:36:23', '2020-09-25 07:36:23', '', 'alberto-castillo-q-mx4mSkK9zeo-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'alberto-castillo-q-mx4mskk9zeo-unsplash-1', '', '', '2020-09-25 07:36:23', '2020-09-25 07:36:23', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2020-09-25 07:36:26', '2020-09-25 07:36:26', '', 'florian-schmidinger-b_79nOqf95I-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'florian-schmidinger-b_79noqf95i-unsplash-1', '', '', '2020-09-25 07:36:26', '2020-09-25 07:36:26', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2020-09-25 07:36:29', '2020-09-25 07:36:29', '', 'joshua-ness-Vo52cKzOxMY-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'joshua-ness-vo52ckzoxmy-unsplash-1', '', '', '2020-09-25 07:36:29', '2020-09-25 07:36:29', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2020-09-25 07:36:34', '2020-09-25 07:36:34', '', 'stephen-leonardi-WUdAAlvKo0o-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'stephen-leonardi-wudaalvko0o-unsplash-1', '', '', '2020-09-25 07:36:34', '2020-09-25 07:36:34', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2020-11-09 06:34:57', '2020-11-09 06:34:57', '', 'NewGen Final Logo 06.09.2020', '', 'inherit', 'open', 'closed', '', 'newgen-final-logo-06-09-2020', '', '', '2020-11-09 06:34:57', '2020-11-09 06:34:57', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/11/NewGen-Final-Logo-06.09.2020.png', 0, 'attachment', 'image/png', 0),
(46, 1, '2020-10-11 13:16:57', '2020-10-11 13:16:57', '', 'closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d (1)', '', 'inherit', 'open', 'closed', '', 'closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1', '', '', '2020-10-11 13:16:57', '2020-10-11 13:16:57', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(47, 1, '2020-10-11 13:17:11', '2020-10-11 13:17:11', '', 'woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e (1)', '', 'inherit', 'open', 'closed', '', 'woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1', '', '', '2020-10-11 13:17:11', '2020-10-11 13:17:11', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2020-10-11 13:17:25', '2020-10-11 13:17:25', '', 'white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd (1)', '', 'inherit', 'open', 'closed', '', 'white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1', '', '', '2020-10-11 13:17:25', '2020-10-11 13:17:25', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2020-10-11 13:48:56', '2020-10-11 13:48:56', '', 'navdeep', '', 'inherit', 'open', 'closed', '', 'navdeep', '', '', '2020-10-11 13:48:56', '2020-10-11 13:48:56', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/navdeep.jpeg', 0, 'attachment', 'image/jpeg', 0),
(51, 1, '2020-10-11 15:10:18', '2020-10-11 15:10:18', '', 'NewGEN Logo', '', 'inherit', 'open', 'closed', '', 'newgen-logo', '', '', '2020-10-11 15:10:18', '2020-10-11 15:10:18', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(52, 1, '2020-10-11 15:10:22', '2020-10-11 15:10:22', '', 'NewGen Windows Logo', '', 'inherit', 'open', 'closed', '', 'newgen-windows-logo', '', '', '2020-10-11 15:10:22', '2020-10-11 15:10:22', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/NewGen-Windows-Logo.png', 0, 'attachment', 'image/png', 0),
(57, 1, '2021-02-06 07:52:31', '2021-02-06 07:52:31', '', 'Tostem', '', 'publish', 'closed', 'closed', '', 'tostem', '', '', '2021-02-06 07:52:32', '2021-02-06 07:52:32', '', 0, 'https://newgen.stun.tech/?page_id=57', 0, 'page', '', 0),
(58, 1, '2021-02-06 07:52:31', '2021-02-06 07:52:31', '', 'Tostem', '', 'inherit', 'closed', 'closed', '', '57-revision-v1', '', '', '2021-02-06 07:52:31', '2021-02-06 07:52:31', '', 57, 'https://newgen.stun.tech/2021/02/06/57-revision-v1/', 0, 'revision', '', 0),
(59, 1, '2021-02-06 08:08:08', '2021-02-06 08:08:08', '', 'Grants', '', 'publish', 'closed', 'closed', '', 'grants', '', '', '2021-02-06 08:08:09', '2021-02-06 08:08:09', '', 0, 'https://newgen.stun.tech/?page_id=59', 0, 'page', '', 0),
(60, 1, '2021-02-06 08:08:08', '2021-02-06 08:08:08', '', 'Grants', '', 'inherit', 'closed', 'closed', '', '59-revision-v1', '', '', '2021-02-06 08:08:08', '2021-02-06 08:08:08', '', 59, 'https://newgen.stun.tech/2021/02/06/59-revision-v1/', 0, 'revision', '', 0),
(62, 2, '2021-02-07 10:45:20', '2021-02-07 10:45:20', '', 'TOSTEM + ALUK RANGE', '', 'publish', 'closed', 'closed', '', 'tostem-aluk-range', '', '', '2021-02-07 11:21:17', '2021-02-07 11:21:17', '', 0, 'https://newgen.stun.tech/?page_id=62', 0, 'page', '', 0),
(63, 2, '2021-02-07 10:45:20', '2021-02-07 10:45:20', '', 'TOSTEM + ALUK RANGE', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2021-02-07 10:45:20', '2021-02-07 10:45:20', '', 62, 'https://newgen.stun.tech/2021/02/07/62-revision-v1/', 0, 'revision', '', 0),
(64, 2, '2021-02-07 11:25:54', '2021-02-07 11:25:54', '', 'SKYLIGHTS', '', 'publish', 'closed', 'closed', '', 'skylights', '', '', '2021-02-07 11:30:36', '2021-02-07 11:30:36', '', 0, 'https://newgen.stun.tech/?page_id=64', 0, 'page', '', 0),
(65, 2, '2021-02-07 11:25:54', '2021-02-07 11:25:54', '', 'SKYLIGHTS', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2021-02-07 11:25:54', '2021-02-07 11:25:54', '', 64, 'https://newgen.stun.tech/2021/02/07/64-revision-v1/', 0, 'revision', '', 0),
(66, 2, '2021-02-07 11:34:32', '2021-02-07 11:34:32', '', 'HOME AUTOMATION', '', 'publish', 'closed', 'closed', '', 'home-automation', '', '', '2021-02-07 11:34:35', '2021-02-07 11:34:35', '', 0, 'https://newgen.stun.tech/?page_id=66', 0, 'page', '', 0),
(67, 2, '2021-02-07 11:34:32', '2021-02-07 11:34:32', '', 'HOME AUTOMATION', '', 'inherit', 'closed', 'closed', '', '66-revision-v1', '', '', '2021-02-07 11:34:32', '2021-02-07 11:34:32', '', 66, 'https://newgen.stun.tech/2021/02/07/66-revision-v1/', 0, 'revision', '', 0),
(68, 2, '2021-02-08 13:36:57', '2021-02-08 13:36:57', '', 'sky1', '', 'inherit', 'open', 'closed', '', 'sky1', '', '', '2021-02-08 13:36:57', '2021-02-08 13:36:57', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2021/02/sky1.jpg', 0, 'attachment', 'image/jpeg', 0),
(69, 2, '2021-02-08 13:42:22', '2021-02-08 13:42:22', '', '5f49c7ae7f2dad09c051cd42690b7abd', '', 'inherit', 'open', 'closed', '', '5f49c7ae7f2dad09c051cd42690b7abd', '', '', '2021-02-08 13:42:22', '2021-02-08 13:42:22', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2021/02/5f49c7ae7f2dad09c051cd42690b7abd.jpg', 0, 'attachment', 'image/jpeg', 0),
(70, 2, '2021-02-08 13:42:23', '2021-02-08 13:42:23', '', '5f74e28d689ddd36167719a3135543cf', '', 'inherit', 'open', 'closed', '', '5f74e28d689ddd36167719a3135543cf', '', '', '2021-02-08 13:42:23', '2021-02-08 13:42:23', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2021/02/5f74e28d689ddd36167719a3135543cf.jpg', 0, 'attachment', 'image/jpeg', 0),
(71, 2, '2021-02-08 13:42:25', '2021-02-08 13:42:25', '', '1420608213215', '', 'inherit', 'open', 'closed', '', '1420608213215', '', '', '2021-02-08 13:42:25', '2021-02-08 13:42:25', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2021/02/1420608213215.jpeg', 0, 'attachment', 'image/jpeg', 0),
(72, 2, '2021-02-08 13:42:26', '2021-02-08 13:42:26', '', 'images (1)', '', 'inherit', 'open', 'closed', '', 'images-1', '', '', '2021-02-08 13:42:26', '2021-02-08 13:42:26', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2021/02/images-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(73, 2, '2021-02-08 13:42:30', '2021-02-08 13:42:30', '', 'images (2)', '', 'inherit', 'open', 'closed', '', 'images-2', '', '', '2021-02-08 13:42:30', '2021-02-08 13:42:30', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2021/02/images-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(74, 2, '2021-02-08 13:42:32', '2021-02-08 13:42:32', '', 'images', '', 'inherit', 'open', 'closed', '', 'images', '', '', '2021-02-08 13:42:32', '2021-02-08 13:42:32', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2021/02/images.jpg', 0, 'attachment', 'image/jpeg', 0),
(75, 2, '2021-02-08 14:00:15', '2021-02-08 14:00:15', '', 'WE 70', '', 'publish', 'closed', 'closed', '', 'we-70', '', '', '2021-02-08 14:00:16', '2021-02-08 14:00:16', '', 0, 'https://newgen.stun.tech/?page_id=75', 0, 'page', '', 0),
(76, 2, '2021-02-08 14:00:15', '2021-02-08 14:00:15', '', 'WE 70', '', 'inherit', 'closed', 'closed', '', '75-revision-v1', '', '', '2021-02-08 14:00:15', '2021-02-08 14:00:15', '', 75, 'https://newgen.stun.tech/2021/02/08/75-revision-v1/', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpk0_termmeta`
--

CREATE TABLE `wpk0_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpk0_terms`
--

CREATE TABLE `wpk0_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpk0_terms`
--

INSERT INTO `wpk0_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpk0_term_relationships`
--

CREATE TABLE `wpk0_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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpk0_term_relationships`
--

INSERT INTO `wpk0_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpk0_term_taxonomy`
--

CREATE TABLE `wpk0_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpk0_term_taxonomy`
--

INSERT INTO `wpk0_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `wpk0_usermeta`
--

CREATE TABLE `wpk0_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpk0_usermeta`
--

INSERT INTO `wpk0_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'Newgen'),
(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, 'wpk0_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpk0_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"0de09ccfddd54039283b0f4b37bcac09a8a657b6406d6c3a9cbd820255d4ce31\";a:4:{s:10:\"expiration\";i:1614047669;s:2:\"ip\";s:13:\"106.51.240.30\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36\";s:5:\"login\";i:1613874869;}}'),
(17, 1, 'wpk0_dashboard_quick_press_last_post_id', '77'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"106.51.240.0\";}'),
(19, 2, 'nickname', 'Khyati'),
(20, 2, 'first_name', 'Khyati'),
(21, 2, 'last_name', 'Aggarwal'),
(22, 2, 'description', ''),
(23, 2, 'rich_editing', 'true'),
(24, 2, 'syntax_highlighting', 'true'),
(25, 2, 'comment_shortcuts', 'false'),
(26, 2, 'admin_color', 'fresh'),
(27, 2, 'use_ssl', '0'),
(28, 2, 'show_admin_bar_front', 'true'),
(29, 2, 'locale', ''),
(30, 2, 'wpk0_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(31, 2, 'wpk0_user_level', '10'),
(32, 2, 'dismissed_wp_pointers', ''),
(33, 2, 'session_tokens', 'a:5:{s:64:\"29f09752727f58fa6abff5fd67bcd3e7d9d33928c132adba6af9ff8bf4e49d10\";a:4:{s:10:\"expiration\";i:1612848014;s:2:\"ip\";s:12:\"59.92.158.74\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36\";s:5:\"login\";i:1612675214;}s:64:\"3a55c1c0bf2267b32ba788b3ddbcb726afe3e5fc779fd04e8d6b22bdbf40da14\";a:4:{s:10:\"expiration\";i:1612849125;s:2:\"ip\";s:12:\"59.92.158.74\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36\";s:5:\"login\";i:1612676325;}s:64:\"081a01ad5152a62d9022a143685bc46c221e357ff398d2fed605ea0ae5476ddc\";a:4:{s:10:\"expiration\";i:1612865373;s:2:\"ip\";s:12:\"59.92.158.74\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36\";s:5:\"login\";i:1612692573;}s:64:\"b3f2124b3b48f04d9a145233cf5402cff7125225d351e19b5d587103fbc8efab\";a:4:{s:10:\"expiration\";i:1612865667;s:2:\"ip\";s:12:\"59.92.158.74\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36\";s:5:\"login\";i:1612692867;}s:64:\"7452dd402340cc66bbb697d992955bc5fdd6e153e9565579f8063a34fcff530f\";a:4:{s:10:\"expiration\";i:1612962906;s:2:\"ip\";s:15:\"117.201.204.120\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36\";s:5:\"login\";i:1612790106;}}'),
(34, 2, 'wpk0_dashboard_quick_press_last_post_id', '61'),
(35, 1, 'wpk0_user-settings', 'libraryContent=browse'),
(36, 1, 'wpk0_user-settings-time', '1602428777'),
(37, 2, 'community-events-location', 'a:1:{s:2:\"ip\";s:13:\"117.201.204.0\";}'),
(38, 2, 'wpk0_user-settings', 'libraryContent=browse'),
(39, 2, 'wpk0_user-settings-time', '1612694696');

-- --------------------------------------------------------

--
-- Table structure for table `wpk0_users`
--

CREATE TABLE `wpk0_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpk0_users`
--

INSERT INTO `wpk0_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'Newgen', '$P$BsyKzp0O5rfYV29.SxEoWtMaK/jR8i.', 'Newgen', 'admin@stun.tech', 'https://newgen.stun.tech', '2020-09-23 17:05:56', '', 0, 'Newgen'),
(2, 'Khyati', '$P$Bvj.LD.SnVOPDgpfFIlnrghUHAojhN.', 'khyati', 'khyati@jumpp.tech', '', '2020-10-04 14:26:00', '', 0, 'Khyati');

-- --------------------------------------------------------

--
-- Table structure for table `wpk0_wpvivid_scan_result`
--

CREATE TABLE `wpk0_wpvivid_scan_result` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `from_post` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpk0_wpvivid_unused_uploads_files`
--

CREATE TABLE `wpk0_wpvivid_unused_uploads_files` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `folder` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wvnksb_wpk0_commentmeta`
--

CREATE TABLE `wvnksb_wpk0_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wvnksb_wpk0_comments`
--

CREATE TABLE `wvnksb_wpk0_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wvnksb_wpk0_comments`
--

INSERT INTO `wvnksb_wpk0_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/', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wvnksb_wpk0_links`
--

CREATE TABLE `wvnksb_wpk0_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_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_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wvnksb_wpk0_options`
--

CREATE TABLE `wvnksb_wpk0_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wvnksb_wpk0_options`
--

INSERT INTO `wvnksb_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://newgen.stun.tech', 'yes'),
(2, 'home', 'https://newgen.stun.tech', 'yes'),
(3, 'blogname', 'Newgen', 'yes'),
(4, 'blogdescription', 'Newgen', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@stun.tech', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:97:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=21&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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:5:{i:0;s:24:\"header-footer/plugin.php\";i:1;s:20:\"oxygen/functions.php\";i:2;s:21:\"wp-reset/wp-reset.php\";i:3;s:41:\"wpvivid-backup-pro/wpvivid-backup-pro.php\";i:4;s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'twentytwenty', 'yes'),
(41, 'stylesheet', 'twentytwenty', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '48748', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i: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:1:{s:21:\"wp-reset/wp-reset.php\";a:2:{i:0;s:8:\"WP_Reset\";i:1;s:16:\"uninstall_plugin\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '21', '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', '1616432756', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'initial_db_version', '48748', 'yes'),
(96, 'wpk0_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(97, 'fresh_site', '0', 'yes'),
(98, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'sidebars_widgets', 'a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(104, 'cron', 'a:7:{i:1604898356;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1604898357;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:1604941556;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1604942044;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: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:1604942671;a:1:{s:24:\"wpvivid_pro_update_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:1605200756;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'),
(105, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'recovery_keys', 'a:0:{}', 'yes'),
(116, 'theme_mods_twentytwenty', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(707, '_site_transient_timeout_theme_roots', '1604898978', 'no'),
(708, '_site_transient_theme_roots', 'a:3:{s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}', 'no'),
(123, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1604897178;s:7:\"checked\";a:3:{s:14:\"twentynineteen\";s:3:\"1.7\";s:15:\"twentyseventeen\";s:3:\"2.4\";s:12:\"twentytwenty\";s:3:\"1.5\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.7.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.4.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}', 'no'),
(198, 'wp-reset', 'a:4:{s:7:\"options\";a:19:{s:15:\"tools_snapshots\";b:1;s:16:\"events_snapshots\";b:1;s:20:\"snapshots_autoupload\";b:0;s:24:\"autosnapshots_autoupload\";b:0;s:23:\"snapshots_upload_delete\";b:0;s:19:\"scheduled_snapshots\";b:0;s:15:\"prune_snapshots\";b:0;s:23:\"prune_snapshots_details\";s:6:\"days-5\";s:18:\"adminbar_snapshots\";b:1;s:15:\"optimize_tables\";b:0;s:13:\"throttle_ajax\";b:0;s:12:\"fix_datetime\";b:0;s:21:\"ajax_snapshots_export\";b:0;s:15:\"cloud_snapshots\";b:0;s:15:\"onboarding_done\";b:1;s:10:\"whitelabel\";b:0;s:5:\"debug\";b:0;s:13:\"cloud_service\";s:4:\"none\";s:10:\"cloud_data\";a:1:{s:8:\"icedrive\";b:0;}}s:4:\"meta\";a:3:{s:13:\"first_version\";s:4:\"5.65\";s:13:\"first_install\";i:1600881446;s:11:\"reset_count\";i:0;}s:17:\"dismissed_notices\";a:1:{s:7:\"welcome\";b:1;}s:12:\"autouploader\";a:0:{}}', 'yes'),
(705, '_transient_timeout_wf_plugin_update_wpr', '1604897298', 'no'),
(706, '_transient_wf_plugin_update_wpr', 'a:2:{s:7:\"success\";b:1;s:4:\"data\";a:23:{s:4:\"name\";s:12:\"WP Reset PRO\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:6:\"author\";s:59:\"<a href=\"https://www.webfactoryltd.com/\">WebFactory Ltd</a>\";s:11:\"new_version\";s:4:\"5.66\";s:7:\"version\";s:4:\"5.66\";s:8:\"homepage\";s:20:\"https://wpreset.com/\";s:12:\"last_updated\";s:19:\"2020-09-22 10:54:46\";s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:4:\"5.50\";s:4:\"tags\";s:64:\"reset, reset database, reset wordpress database, wordpress-reset\";s:15:\"active_installs\";s:6:\"200000\";s:6:\"rating\";s:3:\"100\";s:11:\"num_ratings\";s:3:\"288\";s:7:\"ratings\";a:5:{i:5;i:277;i:4;i:2;i:3;i:1;i:2;i:1;i:1;i:7;}s:5:\"added\";s:10:\"2018-10-24\";s:3:\"url\";s:20:\"https://wpreset.com/\";s:7:\"package\";s:85:\"https://dashboard.wpreset.com/wp-content/uploads/2020/09/wp-reset-pro-v566-gdrive.zip\";s:13:\"download_link\";s:85:\"https://dashboard.wpreset.com/wp-content/uploads/2020/09/wp-reset-pro-v566-gdrive.zip\";s:14:\"upgrade_notice\";s:26:\"See changelog for details.\";s:7:\"banners\";a:1:{s:3:\"low\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=1807800\";}s:5:\"icons\";a:4:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1797141\";s:2:\"1x\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"svg\";s:0:\"\";}s:8:\"sections\";a:1:{s:9:\"changelog\";s:5340:\"<strong>v5.66</strong> - 2020-09-22<ul><li>Updated Google Drive API</li></ul><strong>v5.65</strong> - 2020-09-20<ul><li>Exported snapshot ZIPs will be deleted from the website when the snapshot is deleted</li></ul><strong>v5.64</strong> - 2020-09-18<ul>\r\n<li>Performance improvements and tweaks</li>\r\n<li>Compatibility fixes</li>\r\n<li>Minor bug fixes</li>\r\n</ul><strong>v5.63</strong> - 2020-09-08<ul>\r\n<li>Added support for Icedrive</li>\r\n<li>Various tweaks and fixes</li>\r\n</ul><strong>v5.62</strong> - 2020-09-02<ul><li>Tweaks and bug fixes</li></ul><strong>v5.59</strong> - 2020-08-14<ul><li>Admin bar menu bug fix</li></ul><strong>v5.58</strong> - 2020-08-09<ul><li>WordPress 5.5 update</li></ul><strong>v5.57</strong> - 2020-07-09<ul>\r\n<li>Added automatic upload option for user created snapshots</li>\r\n<li>Added option to automatically delete snapshots after they are uploaded to cloud</li>\r\n<li>When the White Label option is activated, license keys are hidden and collections editing is disabled</li>\r\n</ul><strong>v5.56</strong> - 2020-06-15<ul><li>Added HTML Support for Collection Item Description</li></ul><strong>v5.55</strong> - 2020-06-15<ul>\r\n<li>Custom Support / Branding Text can now be added for licenses in Dashboard and it will be displayed in the Support tab when White label is active</li>\r\n<li>License key is now always hidden after activation</li>\r\n</ul><strong>v5.50</strong> - 2020-06-01<ul><li>Database Bug Fix and Tweaks</li></ul><strong>v5.49</strong> - 2020-05-25<ul><li>pCloud API updates</li></ul><strong>v5.48</strong> - 2020-05-12<ul><li>Added warning if PHP ZipArchive extension is disabled or missing</li><li>Tweaks and minor bug fixes</li></ul><strong>v5.47</strong> - 2020-05-08<ul>\r\n<li>Added option to optimize tables before creating snapshots</li>\r\n<li>Added option to throttle AJAX requests</li>\r\n<li>fixed wp-cli bug</li>\r\n</ul><strong>v5.46</strong> - 2020-05-04<ul>\r\n<li>Google Drive cloud tweaks</li>\r\n<li>Improved support for long table names</li>\r\n</ul><strong>v5.45</strong> - 2020-05-03<ul><li>improved pCloud error handling and overall experience</li></ul><strong>v5.44</strong> - 2020-05-01<ul><li>fixed bug causing no results in plugin/theme search when adding new collection items from WordPress.org</li></ul><strong>v5.43</strong> - 2020-04-29<ul><li>bug fix</li></ul><strong>v5.42</strong> - 2020-04-29<ul><li>typo fix</li></ul><strong>v5.41</strong> - 2020-04-26<ul><li>Freemius license activation fix</li></ul><strong>v5.40</strong> - 2020-04-25<ul>\r\n<li>Bug fixes</li>\r\n</ul><strong>v5.33</strong> - 2020-04-12<ul>\r\n<li>Improved Emergency Recovery GUI, new section for WordPress Information</li>\r\n<li>Added button to update Emergency Recovery to latest version</li>\r\n<li>Fixed issue with Collection items license keys not being saved properly in some cases</li>\r\n<li>Delete .htaccess tool: Added button to restore .htaccess to default</li>\r\n<li>New tool: Reset User Roles</li>\r\n<li>Tweaks and minor bug fixes</li>\r\n</ul><strong>v5.32</strong> - 2020-04-06<ul><li>Added automatic license activation for Oxygen plugins</li></ul><strong>v5.31</strong> - 2020-03-21<ul><li>Fixed White Label bug</li></ul><strong>v5.30</strong> - 2020-03-20<ul>\r\n<li>started using the new dashboard to handle licenses</li>\r\n</ul>\r\n<strong>v5.26</strong> - 2020-03-12<ul><li>Added pCloud Support</li><li>Added automatic license activation for Advanced Custom Fields</li><li>Bug Fixes</li></ul><strong>v5.24</strong> - 2020-02-19<ul><li>Added automatic license activation for WebFactory plugins, Freemius plugins as well as Ninja Tables PRO, SEOpress PRO and the Astra Pro Addon Plugin</li><li>Bug fixes</li></ul><strong>v5.23</strong> - 2020-01-30<ul><li>Added support for long lincense keys for collection items</li><li>Fixed install issues with some collection themes</li></ul><strong>v5.22</strong> - 2020-01-29<ul><li>Fixed sometimes not reading plugin information correctly when adding a ZIP to collection</li><li>Fixed active cloud setting sometimes being set to Disabled when saving settings</li><li>Minor tweaks and bug fixes</li></ul><strong>v5.21</strong> - 2020-01-28<ul><li>Timezone bug fix</li></ul><strong>v5.20</strong> - 2020-01-27<ul><li>added mandatory password for emergency recovery script</li><li>fixed a lot of bugs</li><li>enabled snapshots cloud storage on Dropbox, Google Drive and WP Reset Cloud</li><li>enabled support for premium plugins (via ZIP archive) in collections</li><li>added support for license keys for premium plugins (only storage for now, not activation)</li></ul><strong>v5.17</strong> - 2020-01-12<ul><li>Preparations for cloud features coming out by January 28th</li><li>Keep timezone when resetting</li><li>Moved Snapshot Settings to Settings tab</li><li>Minor bug fixes</li></ul><strong>v5.15</strong> - 2019-11-26<ul><li>Added Delete MU Plugins & Drop-ins Tool</li><li>Added delete snapshots button</li><li>Added White-label option for Agency Licenses</li><li>Tweaks and bug fixes</li></ul><strong>v5.13</strong> - 2019-11-23<ul><li>Tweaks and Bug Fixes</li></ul><strong>v5.12</strong> - 2019-11-19<ul><li>CSS Bug Fix</li></ul><strong>v5.11</strong> - 2019-11-18<ul><li>First official pro  release</li></ul><strong>v5.01</strong> - 2019-11-17<ul><li>Test beta update</li></ul><strong>v5.00</strong> - 2019-11-17<ul><li>First public beta release</li></ul>\";}}}', 'no'),
(691, '_transient_doing_cron', '1604897176.9475429058074951171875', 'yes'),
(709, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1604897178;s:7:\"checked\";a:7:{s:19:\"akismet/akismet.php\";s:5:\"4.1.6\";s:24:\"header-footer/plugin.php\";s:5:\"3.2.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:20:\"oxygen/functions.php\";s:3:\"3.5\";s:21:\"wp-reset/wp-reset.php\";s:4:\"5.66\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:6:\"0.9.46\";s:41:\"wpvivid-backup-pro/wpvivid-backup-pro.php\";s:6:\"1.9.21\";}s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:24:\"header-footer/plugin.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/header-footer\";s:4:\"slug\";s:13:\"header-footer\";s:6:\"plugin\";s:24:\"header-footer/plugin.php\";s:11:\"new_version\";s:5:\"3.2.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/header-footer/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/header-footer.3.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";s:2:\"1x\";s:66:\"https://ps.w.org/header-footer/assets/icon-256x256.png?rev=1064219\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/header-footer/assets/banner-772x250.png?rev=1064202\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{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:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:21:\"wp-reset/wp-reset.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/wp-reset\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:11:\"new_version\";s:4:\"1.82\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/wp-reset/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/wp-reset.1.82.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-256x256.png?rev=1906468\";s:2:\"1x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1906468\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=2163880\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-reset/assets/banner-772x250.png?rev=2163880\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/wpvivid-backuprestore\";s:4:\"slug\";s:21:\"wpvivid-backuprestore\";s:6:\"plugin\";s:47:\"wpvivid-backuprestore/wpvivid-backuprestore.php\";s:11:\"new_version\";s:6:\"0.9.46\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/wpvivid-backuprestore/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/wpvivid-backuprestore.0.9.46.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-256x256.png?rev=2086438\";s:2:\"1x\";s:74:\"https://ps.w.org/wpvivid-backuprestore/assets/icon-128x128.png?rev=2086438\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-1544x500.png?rev=2086438\";s:2:\"1x\";s:76:\"https://ps.w.org/wpvivid-backuprestore/assets/banner-772x250.png?rev=2086438\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(654, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:15:\"admin@stun.tech\";s:7:\"version\";s:5:\"5.5.3\";s:9:\"timestamp\";i:1604121746;}', 'no'),
(661, '_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-5.5.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.5.3\";s:7:\"version\";s:5:\"5.5.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1604897177;s:15:\"version_checked\";s:5:\"5.5.3\";s:12:\"translations\";a:0:{}}', 'no'),
(570, 'hefo', 'a:75:{s:4:\"head\";s:407:\"<script>\r\n    Userback = window.Userback || {};\r\n    Userback.access_token = \'5274|20165|vjvucuLRKroUIMS3PbbdovUtgeWNbItVTqsVo83jSUx14nD8ri\';\r\n    (function(id) {\r\n        var s = document.createElement(\'script\');\r\n        s.async = 1;s.src = \'https://static.userback.io/widget/v1.js\';\r\n        var parent_node = document.head || document.body;parent_node.appendChild(s);\r\n    })(\'userback-sdk\');\r\n</script>\";s:9:\"head_home\";s:0:\"\";s:4:\"body\";s:0:\"\";s:11:\"mobile_body\";s:0:\"\";s:6:\"footer\";s:0:\"\";s:13:\"mobile_footer\";s:0:\"\";s:13:\"generic_tag_1\";s:0:\"\";s:9:\"generic_1\";s:0:\"\";s:16:\"mobile_generic_1\";s:0:\"\";s:13:\"generic_tag_2\";s:0:\"\";s:9:\"generic_2\";s:0:\"\";s:16:\"mobile_generic_2\";s:0:\"\";s:13:\"generic_tag_3\";s:0:\"\";s:9:\"generic_3\";s:0:\"\";s:16:\"mobile_generic_3\";s:0:\"\";s:13:\"generic_tag_4\";s:0:\"\";s:9:\"generic_4\";s:0:\"\";s:16:\"mobile_generic_4\";s:0:\"\";s:13:\"generic_tag_5\";s:0:\"\";s:9:\"generic_5\";s:0:\"\";s:16:\"mobile_generic_5\";s:0:\"\";s:6:\"before\";s:0:\"\";s:13:\"mobile_before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:12:\"mobile_after\";s:0:\"\";s:11:\"inner_pos_1\";s:5:\"after\";s:11:\"inner_tag_1\";s:0:\"\";s:12:\"inner_skip_1\";s:1:\"0\";s:11:\"inner_alt_1\";s:0:\"\";s:7:\"inner_1\";s:0:\"\";s:14:\"mobile_inner_1\";s:0:\"\";s:11:\"inner_pos_2\";s:5:\"after\";s:11:\"inner_tag_2\";s:0:\"\";s:12:\"inner_skip_2\";s:1:\"0\";s:11:\"inner_alt_2\";s:0:\"\";s:7:\"inner_2\";s:0:\"\";s:14:\"mobile_inner_2\";s:0:\"\";s:11:\"inner_pos_3\";s:5:\"after\";s:11:\"inner_tag_3\";s:0:\"\";s:12:\"inner_skip_3\";s:1:\"0\";s:11:\"inner_alt_3\";s:0:\"\";s:7:\"inner_3\";s:0:\"\";s:14:\"mobile_inner_3\";s:0:\"\";s:11:\"inner_pos_4\";s:5:\"after\";s:11:\"inner_tag_4\";s:0:\"\";s:12:\"inner_skip_4\";s:1:\"0\";s:11:\"inner_alt_4\";s:0:\"\";s:7:\"inner_4\";s:0:\"\";s:14:\"mobile_inner_4\";s:0:\"\";s:11:\"inner_pos_5\";s:5:\"after\";s:11:\"inner_tag_5\";s:0:\"\";s:12:\"inner_skip_5\";s:1:\"0\";s:11:\"inner_alt_5\";s:0:\"\";s:7:\"inner_5\";s:0:\"\";s:14:\"mobile_inner_5\";s:0:\"\";s:11:\"page_before\";s:0:\"\";s:18:\"mobile_page_before\";s:0:\"\";s:10:\"page_after\";s:0:\"\";s:17:\"mobile_page_after\";s:0:\"\";s:14:\"excerpt_before\";s:0:\"\";s:13:\"excerpt_after\";s:0:\"\";s:8:\"amp_head\";s:0:\"\";s:7:\"amp_css\";s:0:\"\";s:8:\"amp_body\";s:0:\"\";s:15:\"amp_post_before\";s:0:\"\";s:14:\"amp_post_after\";s:0:\"\";s:10:\"amp_footer\";s:0:\"\";s:9:\"snippet_1\";s:0:\"\";s:9:\"snippet_2\";s:0:\"\";s:9:\"snippet_3\";s:0:\"\";s:9:\"snippet_4\";s:0:\"\";s:9:\"snippet_5\";s:0:\"\";s:18:\"mobile_user_agents\";s:38:\"phone\niphone\nipod\nandroid.+mobile\nxoom\";s:5:\"notes\";s:0:\"\";s:25:\"mobile_user_agents_parsed\";s:38:\"phone|iphone|ipod|android.+mobile|xoom\";}', 'yes'),
(141, 'can_compress_scripts', '0', 'no'),
(142, 'recently_activated', 'a:0:{}', 'yes'),
(148, 'finished_updating_comment_type', '1', 'yes'),
(194, 'oxygen-vsb-activated', '1', 'yes'),
(151, 'oxygen_rewrite_rules_updated', '1', 'yes'),
(152, 'oxygen_vsb_disable_emojis', 'true', 'yes'),
(153, 'oxygen_vsb_disable_jquery_migrate', 'true', 'yes'),
(154, 'oxygen_vsb_disable_embeds', 'false', 'yes'),
(155, 'oxygen_vsb_use_css_for_google_fonts', 'true', 'yes'),
(156, 'oxygen_vsb_universal_css_cache', 'true', 'yes'),
(157, 'oxygen_aos_classes', '', 'yes'),
(158, 'oxygen_vsb_universal_css_cache_success', '1', 'yes'),
(159, 'oxygen_vsb_universal_css_url', '//newgen.stun.tech/wp-content/uploads/oxygen/css/universal.css', 'yes'),
(160, 'oxygen_vsb_last_save_time', '1602833920', 'yes'),
(161, 'oxygen_vsb_universal_css_latest_version', '2.1', 'yes'),
(162, 'oxygen_vsb_presets_updated_3_3', '1', 'yes');
INSERT INTO `wvnksb_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(163, 'oxygen_vsb_element_presets', 'a:3:{s:12:\"oxy_comments\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"Default\";s:4:\"slug\";s:7:\"default\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:0:\"\";}}}i:1;a:3:{s:4:\"name\";s:14:\"Grey Highlight\";s:4:\"slug\";s:14:\"grey-highlight\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:1246:\"\n.oxy-comments li.comment .comment-body .comment-content {\n  border: 1px solid #eee;\n  padding: 1.5em;\n  margin-top: 1.5em;\n  border-radius: 3px;\n  background-color: #fafafa;\n  margin-bottom: 0;\n}\n\n.oxy-comments li.comment .comment-body {\n  margin-bottom: 35px;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p {\n  margin-top: 0;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p:last-child {\n  margin-bottom: 0;\n}\n\n.oxy-comments .reply {\n  display: flex;\n  margin: 0;\n}\n\n.oxy-comments .reply .comment-reply-link {\n  margin-left: auto;\n  font-size: .75em;\n  background-color: #eee;\n  margin-right: 1em;\n  padding: 5px 10px;\n  border-bottom-left-radius: 3px;\n  border-bottom-right-radius: 3px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta {\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n  justify-content: space-between;\n}\n\n.oxy-comments .comment-meta .comment-metadata {\n  margin: 0;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  max-width: 50px;\n  max-height: 50px;\n  border-radius: 50%;\n  border: 1px solid #eee;\n  padding: 2px;\n}\n\n.oxy-comments .comment-meta .comment-author span.says {\n  display: none;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.35);\n}\n\";}}}i:2;a:3:{s:4:\"name\";s:12:\"White Blocks\";s:4:\"slug\";s:12:\"white-blocks\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:705:\"\n.oxy-comments li.comment {\n  padding: 40px;\n  background-color: white;\n  border-radius: 5px;\n  box-shadow: rgba(0,0,0,0.04) 0px 0px 10px 0px;\n  border: 1px solid #eee;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0,0,0,0.5);\n}\n\n.oxy-comments .comment-meta .comment-author {\n  border-bottom: 1px solid #eee;\n  padding-bottom: 20px;\n  margin-bottom: 20px;\n}\n\n.oxy-comments li.comment.even {\n  background-color: #fafafa;\n}\n\n.oxy-comments ol.comments-list > li.comment {\n  margin-bottom: 40px;\n}\n\n\n.comment-reply-link {\n  border: 1px solid;\n  padding: 0.75em 1.5em;\n  border-radius: 2px;\n  line-height: 1;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  border-radius: 50%;\n}\";}}}}s:14:\"oxy_posts_grid\";a:17:{i:0;a:3:{s:4:\"name\";s:23:\"Grid - Image - Standard\";s:4:\"slug\";s:19:\"grid-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:859:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:1415:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  width: 33.33%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:1;a:3:{s:4:\"name\";s:46:\"Grid - Image w/ Animated Dark Gradient Overlay\";s:4:\"slug\";s:24:\"grid-image-dark-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:717:\"<div class=\'oxy-post\'>\n  \n  <div class=\'oxy-post-padding\'>\n    \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n      \n      <div class=\'oxy-post-content-and-link-wrap\'>\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n      </div>\n      \n    </div>\n    \n  </div>\n\n</div>\";s:8:\"code-css\";s:1652:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  position: relative;\n  margin: 1em;\n  display: flex;\n  position: relative;\n  flex-direction: column;\n  overflow: hidden;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  position: absolute;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  padding: 2em;\n  pointer-events: none;\n  padding-top: 200px;\n  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1) 300px);\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;\n}\n\n%%EPID%% .oxy-post-content-and-link-wrap {\n  opacity: 0;\n  max-height: 0px;\n  overflow: hidden;\n  transition: 1s ease-in-out opacity, 1s ease-in-out max-height;\n}\n\n%%EPID%% .oxy-post-padding:hover .oxy-post-content-and-link-wrap {\n  opacity: 1;\n  max-height: 400px;\n}\n\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n  margin-bottom: 0.5em;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:5:\"white\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:2;a:3:{s:4:\"name\";s:32:\"Grid - Image w/ Gradient Overlap\";s:4:\"slug\";s:19:\"grid-image-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1644:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 70%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1) 150px);\n  padding: 2em;\n  padding-top: 100px;\n  align-self: stretch;\n  margin-top: -150px;\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;  \n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:3;a:3:{s:4:\"name\";s:33:\"Grid - Image w/ Rectangle Overlap\";s:4:\"slug\";s:30:\"grid-image-w-rectangle-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1514:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:6:\"tablet\";}}}i:4;a:3:{s:4:\"name\";s:29:\"Grid - Image w/ Title Overlay\";s:4:\"slug\";s:26:\"grid-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:398:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-padding\'>\n    <div class=\'oxy-post-image\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>            \n	</div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n  </div>\n</a>\";s:8:\"code-css\";s:1148:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  margin: 1em;\n  overflow: hidden;\n  position: relative;\n}\n\n\n%%EPID%% .oxy-post-image {\n  transition: 0.5s ease-in-out all;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-image {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  transition: 0.5s ease-in-out all;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-overlay {\n  background-color: rgba(0,0,0,0.25);\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:5;a:3:{s:4:\"name\";s:20:\"List - Image on Left\";s:4:\"slug\";s:18:\"list-image-on-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1014:\"<div class=\'oxy-post\'>\n\n  <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n  </a>\n\n  \n  <div class=\'oxy-post-wrap\'>\n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<!--div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div-->\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			By <?php the_author(); ?>\n		</div>\n\n		<!--div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div-->\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n  </div>\n  \n</div>\";s:8:\"code-css\";s:1674:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 6em;\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n}\n\n%%EPID%% .oxy-post-wrap {\n  width: 100%;\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n}\n\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 40%;\n  flex-shrink: 0;\n  flex-grow: 0;\n  margin-right: 2em;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-post {\n    flex-direction: column;\n  }\n  %%EPID%% .oxy-post-image {\n    width: 100%;\n    margin-bottom: 1em;\n    margin-right: 0;\n  }\n  %%EPID%% .oxy-post-image-fixed-ratio {\n    padding-bottom: 56%;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:9:\"text link\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:6;a:3:{s:4:\"name\";s:26:\"List - Standard (Centered)\";s:4:\"slug\";s:22:\"list-standard-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:772:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:7;a:3:{s:4:\"name\";s:22:\"List - Standard (Left)\";s:4:\"slug\";s:18:\"list-standard-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:774:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:8;a:3:{s:4:\"name\";s:36:\"List w/ Rectangle Overlap (Centered)\";s:4:\"slug\";s:33:\"list-w-rectangle-overlap-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1556:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  justify-content: center;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:9;a:3:{s:4:\"name\";s:32:\"List w/ Rectangle Overlap (left)\";s:4:\"slug\";s:29:\"list-w-rectangle-overlap-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1531:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:10;a:3:{s:4:\"name\";s:26:\"Masonry - Image - Standard\";s:4:\"slug\";s:22:\"masonry-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:722:\"<div class=\'oxy-post\'>\n  \n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:980:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:11;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:12;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1630:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n  45deg,\n  #eee,\n  #eee 10px,\n  #ddd 10px,\n  #ddd 20px);\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: .7em;\n  color: white;\n  background-color: rgba(0,0,0,0.5);\n  padding: .7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;  \n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: 1.2em;\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: .8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n	content: \"\\00b7\";\n	margin-right: .5em;\n	margin-left: .5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n	content: \"\";\n	display: none;\n}\n\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\n\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:13;a:3:{s:4:\"name\";s:32:\"Masonry - Image w/ Title Overlay\";s:4:\"slug\";s:29:\"masonry-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:289:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-background\'>\n	  <img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' />  \n  </div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n</a>\";s:8:\"code-css\";s:1034:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 2em;\n  break-inside: avoid;\n  position: relative;\n  overflow: hidden;\n  display: flex;\n  background-color: #000;\n}\n\n%%EPID%% .oxy-post-background {\n  transition: 0.5s ease-in-out all;\n  line-height: 0;\n  min-height: 150px;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-background {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-image {\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: 1.2em;\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0,0,0,0.5);\n  text-align: center;\n  -webkit-font-smoothing: antialiased;\n}\n\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n  \n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:14;a:3:{s:4:\"name\";s:26:\"Timeline - Title & Excerpt\";s:4:\"slug\";s:17:\"timeline-template\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:323:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:15;a:3:{s:4:\"name\";s:33:\"Timeline - Title & Featured Image\";s:4:\"slug\";s:18:\"timeline-template2\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:462:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n            <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n            </div>\n        </a>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:16;a:3:{s:4:\"name\";s:42:\"Timeline - Title, Featured Image & Excerpt\";s:4:\"slug\";s:18:\"timeline-template3\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:553:\"<div class=\"oxy-timeline-block\">\n    <div class=\"oxy-timeline-marker\">\n    </div>\n    <div class=\"oxy-timeline-content\">\n        <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n        <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n            <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n            </div>\n        </a>\n\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n    </div>\n</div>\n\";s:8:\"code-css\";s:0:\"\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}}s:12:\"oxy-pro-menu\";a:10:{i:0;a:4:{s:4:\"name\";s:14:\"Slide to Right\";s:4:\"slug\";s:14:\"slide-to-right\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:66:{s:7:\"menu_id\";s:2:\"31\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"16\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dddddd\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dddddd\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:1:\"4\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:1:\"4\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:11:\"slide-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"4\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"4\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"64\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"64\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#f8f8f8\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#ff0000\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:22:\"globalConditionsResult\";b:1;s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#eeeeee\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:2:\"-8\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:1:\"0\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_dropdown_icon_item_margin_margin-right\";s:1:\"0\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:1:\"8\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dddddd\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dddddd\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#ff0000\";}}}i:1;a:4:{s:4:\"name\";s:18:\"Desktop and Mobile\";s:4:\"slug\";s:18:\"desktop-and-mobile\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:75:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:23:\"menu_dropdown_animation\";s:12:\"zoom-in-down\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:27:\"Lineariconsicon-menu-circle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:28:\"Lineariconsicon-cross-circle\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:13:\"border-radius\";s:1:\"8\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:4:\"hide\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:4:\"left\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"32\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dedede\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dedede\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:16:\"background-color\";s:4:\"#eee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"32\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:40:\"oxy-pro-menu_menu_item_margin_margin-top\";s:1:\"0\";s:41:\"oxy-pro-menu_menu_item_margin_margin-left\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_margin_margin-bottom\";s:1:\"0\";s:42:\"oxy-pro-menu_menu_item_margin_margin-right\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dedede\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dedede\";}}}i:2;a:4:{s:4:\"name\";s:16:\"Desktop Vertical\";s:4:\"slug\";s:16:\"desktop-vertical\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:33:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:5:\"never\";s:24:\"oxy-pro-menu_orientation\";s:8:\"Vertical\";s:16:\"background-color\";s:7:\"#eeeeee\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dedede\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_dropdown_icon\";s:29:\"FontAwesomeicon-chevron-right\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#dddddd\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:2:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dedede\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#dddddd\";}}}i:3;a:4:{s:4:\"name\";s:10:\"Minimalism\";s:4:\"slug\";s:10:\"minimalism\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:55:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#dedede\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#d1d1d1\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#eeeeee\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:6:\"center\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#dedede\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#d1d1d1\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"8\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:2:\"12\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:2:\"12\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#dddddd\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:26:\"oxy-pro-menu_dropdown_icon\";s:26:\"FontAwesomeicon-arrow-down\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"900\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dddddd\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ff0000\";}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#d1d1d1\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#d1d1d1\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dddddd\";}}}i:4;a:4:{s:4:\"name\";s:12:\"Flip to Left\";s:4:\"slug\";s:12:\"flip-to-left\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"2\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:16:\"background-color\";s:7:\"#eaeaea\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:1:\"1\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:102:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-decoration\";s:4:\"none\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"12\";s:23:\"menu_dropdown_animation\";s:9:\"fade-left\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:53:\"oxy-pro-menu_dropdown_child_item_padding_padding-left\";s:2:\"12\";s:54:\"oxy-pro-menu_dropdown_child_item_padding_padding-right\";s:2:\"12\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"16\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:24:\"FontAwesomeicon-th-large\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"600\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:10:\"flip-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#dddddd\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:5:\"Right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"600\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#cccccc\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#bbbbbb\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#d3d3d3\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"0\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"0\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#bbbbbb\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#d3d3d3\";}}}i:5;a:4:{s:4:\"name\";s:13:\"Music Teacher\";s:4:\"slug\";s:13:\"music-teacher\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:92:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#180700\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"3\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#13c5df\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"Lineariconsicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#2f201a\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:15:\"rgba(0,0,0,0.1)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#2f201a\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:23:\"menu_dropdown_animation\";s:7:\"fade-up\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"14\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#13c5df\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#2f201a\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"24\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#2f201a\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#3d2e2d\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:65:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-size\";s:2:\"14\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"3\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"3\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:4:\"Menu\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:16:\"rgba(24,7,0,0.9)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:14:\"zoom-out-right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"80\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"80\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"12\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"12\";s:110:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:111:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff668d\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#13c5df\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#2f201a\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#13c5df\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#3d2e2d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff668d\";}}}i:6;a:4:{s:4:\"name\";s:16:\"Marketing Agency\";s:4:\"slug\";s:16:\"marketing-agency\";s:10:\"is_default\";b:1;s:7:\"options\";a:3:{s:8:\"original\";a:65:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(252,0,255,0.89)\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(0,219,222,0.91)\";}}s:12:\"linear-angle\";s:3:\"140\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"16\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"300\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:21:\"rgba(255,255,255,0.2)\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:24:\"Lineariconsicon-bookmark\";s:11:\"padding-top\";s:1:\"4\";s:12:\"padding-left\";s:1:\"4\";s:13:\"padding-right\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#5a58a3\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"0\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ec2758\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:7:\"#3c3876\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.14)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"-90\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_letter-spacing\";s:1:\"1\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-list\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#ffffff\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#3c3876\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#ffffff\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#3c3876\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#ffffff\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(60,56,118,0.98)\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#ffffff\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:12:\"show in line\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:21:\"rgba(255,255,255,0.2)\";s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ec2758\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#ffffff\";}s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:6:{s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}}}}}i:7;a:4:{s:4:\"name\";s:6:\"Winery\";s:4:\"slug\";s:6:\"winery\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:16:\"background-color\";s:7:\"#48303e\";s:11:\"padding-top\";s:1:\"8\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:14:\"padding-bottom\";s:1:\"8\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.3\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#75455d\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#75455d\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:26:\"oxy-pro-menu_dropdown_icon\";s:33:\"FontAwesomeicon-angle-double-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#cc5972\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#cc5972\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:4:\"none\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#75455d\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#cc5972\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#75455d\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#cc5972\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:19:\"rgba(72,48,62,0.98)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:12:\"zoom-in-left\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"1\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"0\";}s:5:\"hover\";a:5:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#75455d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#cc5972\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#cc5972\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#cc5972\";}}}i:8;a:4:{s:4:\"name\";s:10:\"Conference\";s:4:\"slug\";s:10:\"conference\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:84:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:15:\"phone-landscape\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#ff4c1c\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#d7193d\";}}s:12:\"linear-angle\";s:3:\"240\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ff7f0d\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#d7193d\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#d7193d\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff4c1c\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"700\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:36:\"FontAwesomeicon-caret-square-o-right\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"20\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"4\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"700\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"1\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:35:\"FontAwesomeicon-caret-square-o-left\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"20\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"4\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(215,25,61,0.95)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"700\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"1\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"20\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.3\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\";s:7:\"#f9c5af\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_style\";s:5:\"solid\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:25:\"menu_off_canvas_animation\";s:10:\"fade-right\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ff7f0d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff4c1c\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";}}}i:9;a:4:{s:4:\"name\";s:9:\"Financial\";s:4:\"slug\";s:9:\"financial\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:64:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#eff4f7\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#2b2c27\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.5\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#566d8f\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ffffff\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#65bec2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#65bec2\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:114:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:113:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-chevron-circle-down\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#65bec2\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#ffffff\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:9:\"color(52)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#65bec2\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#566d8f\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:22:\"rgba(255,255,255,0.96)\";s:23:\"oxy-pro-menu_off_canvas\";s:5:\"false\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:11:\"transparent\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#566d8f\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#566d8f\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#65bec2\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#566d8f\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#566d8f\";}}}}}', 'yes');
INSERT INTO `wvnksb_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(245, 'oxygen_vsb_presets_updated_3_4', '1', 'yes'),
(164, 'oxygen_license_key', '711b98a2c1875d1f9baa0e78294cdb4f', 'yes'),
(165, 'oxygen_license_updated', '1', 'yes'),
(166, 'oxygen_vsb_css_cache_generated_2_2', 'true', 'yes'),
(167, 'oxygen_vsb_global_colors', 'a:4:{s:15:\"colorsIncrement\";i:16;s:13:\"setsIncrement\";i:3;s:6:\"colors\";a:16:{i:0;a:4:{s:2:\"id\";i:12;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:3;}i:1;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:13:\"Catalina Blue\";s:5:\"value\";s:7:\"#2a445a\";s:3:\"set\";i:2;}i:2;a:4:{s:2:\"id\";i:2;s:4:\"name\";s:16:\"White Transluent\";s:5:\"value\";s:21:\"rgba(255,255,255,0.6)\";s:3:\"set\";i:2;}i:3;a:4:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:2;}i:4;a:4:{s:2:\"id\";i:4;s:4:\"name\";s:9:\"Iris Blue\";s:5:\"value\";s:7:\"#07adb7\";s:3:\"set\";i:2;}i:5;a:4:{s:2:\"id\";i:5;s:4:\"name\";s:9:\"Dove Gray\";s:5:\"value\";s:7:\"#666666\";s:3:\"set\";i:2;}i:6;a:4:{s:2:\"id\";i:6;s:4:\"name\";s:6:\"Shadow\";s:5:\"value\";s:15:\"rgba(0,0,0,0.2)\";s:3:\"set\";i:2;}i:7;a:4:{s:2:\"id\";i:7;s:4:\"name\";s:5:\"Polar\";s:5:\"value\";s:7:\"#f6fafd\";s:3:\"set\";i:2;}i:8;a:4:{s:2:\"id\";i:8;s:4:\"name\";s:11:\"Wild Willow\";s:5:\"value\";s:7:\"#b2d27d\";s:3:\"set\";i:2;}i:9;a:4:{s:2:\"id\";i:9;s:4:\"name\";s:6:\"Keppel\";s:5:\"value\";s:7:\"#31b1ac\";s:3:\"set\";i:2;}i:10;a:4:{s:2:\"id\";i:10;s:4:\"name\";s:9:\"Tradewind\";s:5:\"value\";s:7:\"#5abc9c\";s:3:\"set\";i:2;}i:11;a:4:{s:2:\"id\";i:11;s:4:\"name\";s:6:\"DeYork\";s:5:\"value\";s:7:\"#8ec98a\";s:3:\"set\";i:2;}i:12;a:4:{s:2:\"id\";i:13;s:4:\"name\";s:13:\"Fountain Blue\";s:5:\"value\";s:7:\"#65bec2\";s:3:\"set\";i:3;}i:13;a:4:{s:2:\"id\";i:14;s:4:\"name\";s:11:\"Hippie Blue\";s:5:\"value\";s:7:\"#6799b2\";s:3:\"set\";i:3;}i:14;a:4:{s:2:\"id\";i:15;s:4:\"name\";s:11:\"Heavy Metal\";s:5:\"value\";s:7:\"#2b2c27\";s:3:\"set\";i:3;}i:15;a:4:{s:2:\"id\";i:16;s:4:\"name\";s:12:\"Waikawa Gray\";s:5:\"value\";s:7:\"#566d8f\";s:3:\"set\";i:3;}}s:4:\"sets\";a:3:{i:0;a:2:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"Global Colors\";}i:1;a:2:{s:2:\"id\";i:2;s:4:\"name\";s:7:\"hosting\";}i:2;a:2:{s:2:\"id\";i:3;s:4:\"name\";s:6:\"atomic\";}}}', 'yes');
INSERT INTO `wvnksb_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(168, 'ct_svg_sets', 'a:2:{s:12:\"Font Awesome\";s:579449:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"FontAwesomeicon-asterisk\" viewBox=\"0 0 26 28\">\n<title>asterisk</title>\n<path d=\"M23.156 16.406c0.953 0.547 1.281 1.781 0.734 2.734l-1 1.719c-0.547 0.953-1.781 1.281-2.734 0.734l-4.156-2.391v4.797c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-4.797l-4.156 2.391c-0.953 0.547-2.187 0.219-2.734-0.734l-1-1.719c-0.547-0.953-0.219-2.188 0.734-2.734l4.156-2.406-4.156-2.406c-0.953-0.547-1.281-1.781-0.734-2.734l1-1.719c0.547-0.953 1.781-1.281 2.734-0.734l4.156 2.391v-4.797c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v4.797l4.156-2.391c0.953-0.547 2.188-0.219 2.734 0.734l1 1.719c0.547 0.953 0.219 2.188-0.734 2.734l-4.156 2.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus\" viewBox=\"0 0 22 28\">\n<title>plus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-6.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h6.5v-6.5c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5v6.5h6.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question\" viewBox=\"0 0 17 28\">\n<title>question</title>\n<path d=\"M11 19.625v3.75c0 0.344-0.281 0.625-0.625 0.625h-3.75c-0.344 0-0.625-0.281-0.625-0.625v-3.75c0-0.344 0.281-0.625 0.625-0.625h3.75c0.344 0 0.625 0.281 0.625 0.625zM15.937 10.25c0 2.969-2.016 4.109-3.5 4.937-0.922 0.531-1.5 1.609-1.5 2.063v0c0 0.344-0.266 0.75-0.625 0.75h-3.75c-0.344 0-0.562-0.531-0.562-0.875v-0.703c0-1.891 1.875-3.516 3.25-4.141 1.203-0.547 1.703-1.062 1.703-2.063 0-0.875-1.141-1.656-2.406-1.656-0.703 0-1.344 0.219-1.687 0.453-0.375 0.266-0.75 0.641-1.672 1.797-0.125 0.156-0.313 0.25-0.484 0.25-0.141 0-0.266-0.047-0.391-0.125l-2.562-1.953c-0.266-0.203-0.328-0.547-0.156-0.828 1.687-2.797 4.062-4.156 7.25-4.156 3.344 0 7.094 2.672 7.094 6.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus\" viewBox=\"0 0 22 28\">\n<title>minus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-19c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h19c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glass\" viewBox=\"0 0 28 28\">\n<title>glass</title>\n<path d=\"M26.547 2.906c0 0.453-0.359 0.906-0.672 1.219l-9.875 9.875v12h5c0.547 0 1 0.453 1 1s-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1s0.453-1 1-1h5v-12l-9.875-9.875c-0.313-0.313-0.672-0.766-0.672-1.219 0-0.766 0.969-0.906 1.547-0.906h22c0.578 0 1.547 0.141 1.547 0.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-music\" viewBox=\"0 0 24 28\">\n<title>music</title>\n<path d=\"M24 3.5v17.5c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-8.391l-12 3.703v11.078c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-15.109c0-0.656 0.438-1.234 1.062-1.437l13-4c0.141-0.047 0.281-0.063 0.438-0.063 0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search\" viewBox=\"0 0 26 28\">\n<title>search</title>\n<path d=\"M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.094-0.906 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-o\" viewBox=\"0 0 28 28\">\n<title>envelope-o</title>\n<path d=\"M26 23.5v-12c-0.328 0.375-0.688 0.719-1.078 1.031-2.234 1.719-4.484 3.469-6.656 5.281-1.172 0.984-2.625 2.188-4.25 2.188h-0.031c-1.625 0-3.078-1.203-4.25-2.188-2.172-1.813-4.422-3.563-6.656-5.281-0.391-0.313-0.75-0.656-1.078-1.031v12c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM26 7.078c0-0.391 0.094-1.078-0.5-1.078h-23c-0.266 0-0.5 0.234-0.5 0.5 0 1.781 0.891 3.328 2.297 4.438 2.094 1.641 4.188 3.297 6.266 4.953 0.828 0.672 2.328 2.109 3.422 2.109h0.031c1.094 0 2.594-1.437 3.422-2.109 2.078-1.656 4.172-3.313 6.266-4.953 1.016-0.797 2.297-2.531 2.297-3.859zM28 6.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart\" viewBox=\"0 0 28 28\">\n<title>heart</title>\n<path d=\"M14 26c-0.25 0-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313 0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star\" viewBox=\"0 0 26 28\">\n<title>star</title>\n<path d=\"M26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.406-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-o\" viewBox=\"0 0 26 28\">\n<title>star-o</title>\n<path d=\"M17.766 15.687l4.781-4.641-6.594-0.969-2.953-5.969-2.953 5.969-6.594 0.969 4.781 4.641-1.141 6.578 5.906-3.109 5.891 3.109zM26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.422-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user\" viewBox=\"0 0 20 28\">\n<title>user</title>\n<path d=\"M20 21.859c0 2.281-1.5 4.141-3.328 4.141h-13.344c-1.828 0-3.328-1.859-3.328-4.141 0-4.109 1.016-8.859 5.109-8.859 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c4.094 0 5.109 4.75 5.109 8.859zM16 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-film\" viewBox=\"0 0 30 28\">\n<title>film</title>\n<path d=\"M6 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 25v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM6 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 13v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM28 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM30 4.5v21c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-21c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-large\" viewBox=\"0 0 26 28\">\n<title>th-large</title>\n<path d=\"M12 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM12 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th\" viewBox=\"0 0 28 28\">\n<title>th</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-list\" viewBox=\"0 0 28 28\">\n<title>th-list</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check\" viewBox=\"0 0 28 28\">\n<title>check</title>\n<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-close\" viewBox=\"0 0 22 28\">\n<title>close</title>\n<path d=\"M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-plus\" viewBox=\"0 0 26 28\">\n<title>search-plus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-3.5v3.5c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-3.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h3.5v-3.5c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5v3.5h3.5c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-minus\" viewBox=\"0 0 26 28\">\n<title>search-minus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-9c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h9c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-power-off\" viewBox=\"0 0 24 28\">\n<title>power-off</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12s-12-5.391-12-12c0-3.797 1.75-7.297 4.797-9.578 0.891-0.672 2.141-0.5 2.797 0.391 0.672 0.875 0.484 2.141-0.391 2.797-2.031 1.531-3.203 3.859-3.203 6.391 0 4.406 3.594 8 8 8s8-3.594 8-8c0-2.531-1.172-4.859-3.203-6.391-0.875-0.656-1.062-1.922-0.391-2.797 0.656-0.891 1.922-1.062 2.797-0.391 3.047 2.281 4.797 5.781 4.797 9.578zM14 2v10c0 1.094-0.906 2-2 2s-2-0.906-2-2v-10c0-1.094 0.906-2 2-2s2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-signal\" viewBox=\"0 0 28 28\">\n<title>signal</title>\n<path d=\"M4 22.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 20.5v5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 16.5v9c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 10.5v15c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 2.5v23c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-23c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cog\" viewBox=\"0 0 24 28\">\n<title>cog</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM24 12.297v3.469c0 0.234-0.187 0.516-0.438 0.562l-2.891 0.438c-0.172 0.5-0.359 0.969-0.609 1.422 0.531 0.766 1.094 1.453 1.672 2.156 0.094 0.109 0.156 0.25 0.156 0.391s-0.047 0.25-0.141 0.359c-0.375 0.5-2.484 2.797-3.016 2.797-0.141 0-0.281-0.063-0.406-0.141l-2.156-1.687c-0.453 0.234-0.938 0.438-1.422 0.594-0.109 0.953-0.203 1.969-0.453 2.906-0.063 0.25-0.281 0.438-0.562 0.438h-3.469c-0.281 0-0.531-0.203-0.562-0.469l-0.438-2.875c-0.484-0.156-0.953-0.344-1.406-0.578l-2.203 1.672c-0.109 0.094-0.25 0.141-0.391 0.141s-0.281-0.063-0.391-0.172c-0.828-0.75-1.922-1.719-2.578-2.625-0.078-0.109-0.109-0.234-0.109-0.359 0-0.141 0.047-0.25 0.125-0.359 0.531-0.719 1.109-1.406 1.641-2.141-0.266-0.5-0.484-1.016-0.641-1.547l-2.859-0.422c-0.266-0.047-0.453-0.297-0.453-0.562v-3.469c0-0.234 0.187-0.516 0.422-0.562l2.906-0.438c0.156-0.5 0.359-0.969 0.609-1.437-0.531-0.75-1.094-1.453-1.672-2.156-0.094-0.109-0.156-0.234-0.156-0.375s0.063-0.25 0.141-0.359c0.375-0.516 2.484-2.797 3.016-2.797 0.141 0 0.281 0.063 0.406 0.156l2.156 1.672c0.453-0.234 0.938-0.438 1.422-0.594 0.109-0.953 0.203-1.969 0.453-2.906 0.063-0.25 0.281-0.438 0.562-0.438h3.469c0.281 0 0.531 0.203 0.562 0.469l0.438 2.875c0.484 0.156 0.953 0.344 1.406 0.578l2.219-1.672c0.094-0.094 0.234-0.141 0.375-0.141s0.281 0.063 0.391 0.156c0.828 0.766 1.922 1.734 2.578 2.656 0.078 0.094 0.109 0.219 0.109 0.344 0 0.141-0.047 0.25-0.125 0.359-0.531 0.719-1.109 1.406-1.641 2.141 0.266 0.5 0.484 1.016 0.641 1.531l2.859 0.438c0.266 0.047 0.453 0.297 0.453 0.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash-o\" viewBox=\"0 0 22 28\">\n<title>trash-o</title>\n<path d=\"M8 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM12 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM16 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM18 22.813v-14.812h-14v14.812c0 0.75 0.422 1.188 0.5 1.188h13c0.078 0 0.5-0.438 0.5-1.188zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-home\" viewBox=\"0 0 26 28\">\n<title>home</title>\n<path d=\"M22 15.5v7.5c0 0.547-0.453 1-1 1h-6v-6h-4v6h-6c-0.547 0-1-0.453-1-1v-7.5c0-0.031 0.016-0.063 0.016-0.094l8.984-7.406 8.984 7.406c0.016 0.031 0.016 0.063 0.016 0.094zM25.484 14.422l-0.969 1.156c-0.078 0.094-0.203 0.156-0.328 0.172h-0.047c-0.125 0-0.234-0.031-0.328-0.109l-10.813-9.016-10.813 9.016c-0.109 0.078-0.234 0.125-0.375 0.109-0.125-0.016-0.25-0.078-0.328-0.172l-0.969-1.156c-0.172-0.203-0.141-0.531 0.063-0.703l11.234-9.359c0.656-0.547 1.719-0.547 2.375 0l3.813 3.187v-3.047c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v6.375l3.422 2.844c0.203 0.172 0.234 0.5 0.063 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-o\" viewBox=\"0 0 24 28\">\n<title>file-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clock-o\" viewBox=\"0 0 24 28\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-road\" viewBox=\"0 0 30 28\">\n<title>road</title>\n<path d=\"M17.359 15.563v-0.063l-0.375-5c-0.016-0.281-0.266-0.5-0.531-0.5h-2.906c-0.266 0-0.516 0.219-0.531 0.5l-0.375 5v0.063c-0.016 0.25 0.219 0.438 0.453 0.438h3.813c0.234 0 0.469-0.187 0.453-0.438zM29.219 22.859c0 0.453-0.125 1.141-0.719 1.141h-11c0.266 0 0.484-0.219 0.469-0.5l-0.313-4c-0.016-0.281-0.266-0.5-0.531-0.5h-4.25c-0.266 0-0.516 0.219-0.531 0.5l-0.313 4c-0.016 0.281 0.203 0.5 0.469 0.5h-11c-0.594 0-0.719-0.688-0.719-1.141 0-0.625 0.172-1.25 0.406-1.813l6.516-16.312c0.156-0.391 0.578-0.734 1-0.734h5.297c-0.266 0-0.516 0.219-0.531 0.5l-0.234 3c-0.016 0.281 0.187 0.5 0.469 0.5h2.594c0.281 0 0.484-0.219 0.469-0.5l-0.234-3c-0.016-0.281-0.266-0.5-0.531-0.5h5.297c0.422 0 0.844 0.344 1 0.734l6.516 16.312c0.234 0.562 0.406 1.188 0.406 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-download\" viewBox=\"0 0 26 28\">\n<title>download</title>\n<path d=\"M20 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 17.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h7.266l2.109 2.125c0.578 0.562 1.328 0.875 2.125 0.875s1.547-0.313 2.125-0.875l2.125-2.125h7.25c0.828 0 1.5 0.672 1.5 1.5zM20.922 8.609c0.156 0.375 0.078 0.812-0.219 1.094l-7 7c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-7-7c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h4v-7c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1v7h4c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-down</title>\n<path d=\"M17.5 14.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-5.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v5.5h3c0.281 0 0.5 0.219 0.5 0.5zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-up</title>\n<path d=\"M17.469 13.687c-0.078 0.187-0.266 0.313-0.469 0.313h-3v5.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-3c-0.281 0-0.5-0.219-0.5-0.5 0-0.141 0.063-0.266 0.156-0.375l4.984-4.984c0.109-0.094 0.234-0.141 0.359-0.141s0.25 0.047 0.359 0.141l5 5c0.141 0.156 0.187 0.359 0.109 0.547zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inbox\" viewBox=\"0 0 24 28\">\n<title>inbox</title>\n<path d=\"M15.984 15h4.937c-0.031-0.078-0.047-0.172-0.078-0.25l-3.313-7.75h-11.062l-3.313 7.75c-0.031 0.078-0.047 0.172-0.078 0.25h4.937l1.484 3h5zM24 15.469v7.531c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-7.531c0-0.562 0.172-1.391 0.391-1.922l3.719-8.625c0.219-0.516 0.844-0.922 1.391-0.922h13c0.547 0 1.172 0.406 1.391 0.922l3.719 8.625c0.219 0.531 0.391 1.359 0.391 1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle-o\" viewBox=\"0 0 24 28\">\n<title>play-circle-o</title>\n<path d=\"M18.5 14c0 0.359-0.187 0.688-0.5 0.859l-8.5 5c-0.156 0.094-0.328 0.141-0.5 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-10c0-0.359 0.187-0.688 0.5-0.875 0.313-0.172 0.703-0.172 1 0.016l8.5 5c0.313 0.172 0.5 0.5 0.5 0.859zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-repeat\" viewBox=\"0 0 24 28\">\n<title>repeat</title>\n<path d=\"M24 4v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.156-2.156c-1.469-1.359-3.406-2.141-5.453-2.141-4.406 0-8 3.594-8 8s3.594 8 8 8c2.484 0 4.781-1.125 6.312-3.109 0.078-0.109 0.219-0.172 0.359-0.187 0.141 0 0.281 0.047 0.391 0.141l2.141 2.156c0.187 0.172 0.187 0.469 0.031 0.672-2.281 2.75-5.656 4.328-9.234 4.328-6.609 0-12-5.391-12-12s5.391-12 12-12c3.078 0 6.062 1.234 8.266 3.313l2.031-2.016c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-refresh\" viewBox=\"0 0 24 28\">\n<title>refresh</title>\n<path d=\"M23.609 16.5c0 0.031 0 0.078-0.016 0.109-1.328 5.531-5.891 9.391-11.656 9.391-3.047 0-6-1.203-8.219-3.313l-2.016 2.016c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-2.141 2.141c1.469 1.375 3.422 2.156 5.437 2.156 2.781 0 5.359-1.437 6.813-3.813 0.375-0.609 0.562-1.203 0.828-1.828 0.078-0.219 0.234-0.359 0.469-0.359h3c0.281 0 0.5 0.234 0.5 0.5zM24 4v7c0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l2.156-2.156c-1.484-1.375-3.437-2.141-5.453-2.141-2.781 0-5.359 1.437-6.813 3.813-0.375 0.609-0.562 1.203-0.828 1.828-0.078 0.219-0.234 0.359-0.469 0.359h-3.109c-0.281 0-0.5-0.234-0.5-0.5v-0.109c1.344-5.547 5.953-9.391 11.719-9.391 3.063 0 6.047 1.219 8.266 3.313l2.031-2.016c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-alt\" viewBox=\"0 0 28 28\">\n<title>list-alt</title>\n<path d=\"M6 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM24 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM26 21.5v-13c0-0.266-0.234-0.5-0.5-0.5h-23c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lock\" viewBox=\"0 0 18 28\">\n<title>lock</title>\n<path d=\"M5 12h8v-3c0-2.203-1.797-4-4-4s-4 1.797-4 4v3zM18 13.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-3c0-3.844 3.156-7 7-7s7 3.156 7 7v3h0.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag\" viewBox=\"0 0 29 28\">\n<title>flag</title>\n<path d=\"M5 4c0 0.719-0.391 1.359-1 1.719v19.781c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-19.781c-0.609-0.359-1-1-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.578-0.359 0.797-0.812 1.031-1.766 0.953-3.719 1.813-5.766 1.813-2.875 0-4.25-2.188-7.656-2.188-2.484 0-5.094 1.125-7.25 2.281-0.172 0.094-0.328 0.141-0.516 0.141-0.547 0-1-0.453-1-1v-11.594c0-0.375 0.187-0.641 0.484-0.859 0.375-0.25 0.828-0.469 1.234-0.672 1.969-1 4.359-1.875 6.578-1.875 2.453 0 4.375 0.812 6.547 1.828 0.438 0.219 0.891 0.297 1.375 0.297 2.453 0 5.094-2.125 5.781-2.125 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-headphones\" viewBox=\"0 0 26 28\">\n<title>headphones</title>\n<path d=\"M26 13.844c0 1.703-0.313 3.359-0.938 4.906l-0.313 0.766-2.891 0.516c-0.453 1.703-2 2.969-3.859 2.969v0.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v0.5c1.5 0 2.797 0.828 3.484 2.047l1.062-0.187c0.297-0.969 0.453-1.969 0.453-3.016 0-4.719-4.672-8.844-10-8.844s-10 4.125-10 8.844c0 1.047 0.156 2.047 0.453 3.016l1.062 0.187c0.688-1.219 1.984-2.047 3.484-2.047v-0.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-0.5c-1.859 0-3.406-1.266-3.859-2.969l-2.891-0.516-0.313-0.766c-0.625-1.547-0.938-3.203-0.938-4.906 0-6.422 5.953-11.844 13-11.844s13 5.422 13 11.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-off\" viewBox=\"0 0 12 28\">\n<title>volume-off</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-down\" viewBox=\"0 0 18 28\">\n<title>volume-down</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-up\" viewBox=\"0 0 26 28\">\n<title>volume-up</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672zM22 14c0 3.172-1.906 6.125-4.844 7.359-0.125 0.047-0.266 0.078-0.391 0.078-0.562 0-1.016-0.453-1.016-1 0-0.438 0.25-0.734 0.609-0.922 0.422-0.219 0.812-0.406 1.188-0.688 1.547-1.125 2.453-2.922 2.453-4.828s-0.906-3.703-2.453-4.828c-0.375-0.281-0.766-0.469-1.188-0.688-0.359-0.187-0.609-0.484-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 2.938 1.234 4.844 4.188 4.844 7.359zM26 14c0 4.797-2.859 9.141-7.266 11.031-0.125 0.047-0.266 0.078-0.406 0.078-0.547 0-1-0.453-1-1 0-0.453 0.234-0.703 0.609-0.922 0.219-0.125 0.469-0.203 0.703-0.328 0.438-0.234 0.875-0.5 1.281-0.797 2.562-1.891 4.078-4.875 4.078-8.062s-1.516-6.172-4.078-8.062c-0.406-0.297-0.844-0.562-1.281-0.797-0.234-0.125-0.484-0.203-0.703-0.328-0.375-0.219-0.609-0.469-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 4.406 1.891 7.266 6.234 7.266 11.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qrcode\" viewBox=\"0 0 22 28\">\n<title>qrcode</title>\n<path d=\"M6 18v2h-2v-2h2zM6 6v2h-2v-2h2zM18 6v2h-2v-2h2zM2 21.984h6v-5.984h-6v5.984zM2 10h6v-6h-6v6zM14 10h6v-6h-6v6zM10 14v10h-10v-10h10zM18 22v2h-2v-2h2zM22 22v2h-2v-2h2zM22 14v6h-6v-2h-2v6h-2v-10h6v2h2v-2h2zM10 2v10h-10v-10h10zM22 2v10h-10v-10h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-barcode\" viewBox=\"0 0 28 28\">\n<title>barcode</title>\n<path d=\"M0.984 24h-0.984v-22h0.984v22zM1.969 23.984h-0.5v-21.984h0.5v21.984zM3.437 23.984h-0.484v-21.984h0.484v21.984zM5.891 23.984h-0.484v-21.984h0.484v21.984zM8.344 23.984h-0.969v-21.984h0.969v21.984zM10.313 23.984h-0.484v-21.984h0.484v21.984zM11.297 23.984h-0.484v-21.984h0.484v21.984zM12.281 23.984h-0.484v-21.984h0.484v21.984zM14.734 23.984h-0.984v-21.984h0.984v21.984zM17.187 23.984h-0.984v-21.984h0.984v21.984zM19.156 23.984h-0.984v-21.984h0.984v21.984zM21.125 23.984h-0.984v-21.984h0.984v21.984zM22.594 23.984h-0.984v-21.984h0.984v21.984zM25.547 23.984h-1.469v-21.984h1.469v21.984zM26.531 23.984h-0.5v-21.984h0.5v21.984zM28 24h-0.984v-22h0.984v22z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tag\" viewBox=\"0 0 24 28\">\n<title>tag</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tags\" viewBox=\"0 0 30 28\">\n<title>tags</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422zM29.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578-0.812 0-1.219-0.375-1.75-0.922l7.344-7.344c0.359-0.359 0.578-0.875 0.578-1.406s-0.219-1.047-0.578-1.422l-11.172-11.156c-0.797-0.797-2.312-1.422-3.422-1.422h3.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-book\" viewBox=\"0 0 26 28\">\n<title>book</title>\n<path d=\"M25.609 7.469c0.391 0.562 0.5 1.297 0.281 2.016l-4.297 14.156c-0.391 1.328-1.766 2.359-3.109 2.359h-14.422c-1.594 0-3.297-1.266-3.875-2.891-0.25-0.703-0.25-1.391-0.031-1.984 0.031-0.313 0.094-0.625 0.109-1 0.016-0.25-0.125-0.453-0.094-0.641 0.063-0.375 0.391-0.641 0.641-1.062 0.469-0.781 1-2.047 1.172-2.859 0.078-0.297-0.078-0.641 0-0.906 0.078-0.297 0.375-0.516 0.531-0.797 0.422-0.719 0.969-2.109 1.047-2.844 0.031-0.328-0.125-0.688-0.031-0.938 0.109-0.359 0.453-0.516 0.688-0.828 0.375-0.516 1-2 1.094-2.828 0.031-0.266-0.125-0.531-0.078-0.812 0.063-0.297 0.438-0.609 0.688-0.969 0.656-0.969 0.781-3.109 2.766-2.547l-0.016 0.047c0.266-0.063 0.531-0.141 0.797-0.141h11.891c0.734 0 1.391 0.328 1.781 0.875 0.406 0.562 0.5 1.297 0.281 2.031l-4.281 14.156c-0.734 2.406-1.141 2.938-3.125 2.938h-13.578c-0.203 0-0.453 0.047-0.594 0.234-0.125 0.187-0.141 0.328-0.016 0.672 0.313 0.906 1.391 1.094 2.25 1.094h14.422c0.578 0 1.25-0.328 1.422-0.891l4.688-15.422c0.094-0.297 0.094-0.609 0.078-0.891 0.359 0.141 0.688 0.359 0.922 0.672zM8.984 7.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5zM7.688 11.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark\" viewBox=\"0 0 20 28\">\n<title>bookmark</title>\n<path d=\"M18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-print\" viewBox=\"0 0 26 28\">\n<title>print</title>\n<path d=\"M6 24h14v-4h-14v4zM6 14h14v-6h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v10zM24 15c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 15v6.5c0 0.266-0.234 0.5-0.5 0.5h-3.5v2.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-6.5c0-1.641 1.359-3 3-3h1v-8.5c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.969 0.469 2.562 1.062l2.375 2.375c0.594 0.594 1.062 1.734 1.062 2.562v4h1c1.641 0 3 1.359 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera\" viewBox=\"0 0 30 28\">\n<title>camera</title>\n<path d=\"M15 10.5c2.484 0 4.5 2.016 4.5 4.5s-2.016 4.5-4.5 4.5-4.5-2.016-4.5-4.5 2.016-4.5 4.5-4.5zM26 4c2.203 0 4 1.797 4 4v14c0 2.203-1.797 4-4 4h-22c-2.203 0-4-1.797-4-4v-14c0-2.203 1.797-4 4-4h3.5l0.797-2.125c0.391-1.031 1.609-1.875 2.703-1.875h8c1.094 0 2.312 0.844 2.703 1.875l0.797 2.125h3.5zM15 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-font\" viewBox=\"0 0 26 28\">\n<title>font</title>\n<path d=\"M11.328 8.734l-2.656 7.031c1.547 0.016 3.094 0.063 4.641 0.063 0.297 0 0.594-0.016 0.891-0.031-0.812-2.375-1.766-4.797-2.875-7.063zM0 26l0.031-1.234c1.469-0.453 3.063-0.141 3.719-1.828l3.703-9.625 4.375-11.312h2c0.063 0.109 0.125 0.219 0.172 0.328l3.203 7.5c1.172 2.766 2.25 5.563 3.437 8.313 0.703 1.625 1.25 3.297 2.031 4.891 0.109 0.25 0.328 0.719 0.547 0.891 0.516 0.406 1.953 0.5 2.688 0.781 0.047 0.297 0.094 0.594 0.094 0.891 0 0.141-0.016 0.266-0.016 0.406-1.984 0-3.969-0.25-5.953-0.25-2.047 0-4.094 0.172-6.141 0.234 0-0.406 0.016-0.812 0.063-1.219l2.047-0.438c0.422-0.094 1.25-0.203 1.25-0.781 0-0.562-2.016-5.203-2.266-5.844l-7.031-0.031c-0.406 0.906-1.984 5-1.984 5.594 0 1.203 2.297 1.25 3.187 1.375 0.016 0.297 0.016 0.594 0.016 0.906 0 0.141-0.016 0.281-0.031 0.422-1.813 0-3.641-0.313-5.453-0.313-0.219 0-0.531 0.094-0.75 0.125-0.984 0.172-1.953 0.219-2.938 0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bold\" viewBox=\"0 0 22 28\">\n<title>bold</title>\n<path d=\"M8.672 23.766c0.688 0.297 1.437 0.5 2.188 0.5 3.563 0 5.875-1.422 5.875-5.234 0-0.969-0.125-1.984-0.641-2.812-1.453-2.344-3.547-2.469-6.062-2.469-0.469 0-1.141 0-1.578 0.156 0 1.656-0.016 3.313-0.016 4.953 0 1.078-0.141 4 0.234 4.906zM8.453 12.109c0.562 0.094 1.141 0.109 1.703 0.109 3.219 0 5.516-0.906 5.516-4.516 0-3.047-2.703-4.094-5.313-4.094-0.688 0-1.359 0.094-2.031 0.203 0 1.578 0.125 3.156 0.125 4.734 0 0.828-0.016 1.656-0.016 2.484 0 0.359 0 0.719 0.016 1.078zM0 26l0.031-1.469c1-0.25 2.016-0.266 2.984-0.672 0.547-0.922 0.469-2.547 0.469-3.594 0-0.344 0.031-15.281-0.344-16.016-0.234-0.453-2.531-0.562-3.047-0.625l-0.063-1.297c3.719-0.063 7.438-0.328 11.141-0.328 0.703 0 1.422 0.016 2.125 0.016 3.531 0 7.422 1.687 7.422 5.75 0 2.797-2.125 3.844-4.328 4.844 2.969 0.672 5.609 2.688 5.609 5.969 0 5.375-4.891 7.156-9.469 7.156-1.375 0-2.75-0.094-4.125-0.094-2.797 0-5.625 0.25-8.406 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-italic\" viewBox=\"0 0 16 28\">\n<title>italic</title>\n<path d=\"M0 25.969l0.266-1.328c1-0.313 2.078-0.438 3.016-0.922 0.359-0.453 0.531-1.031 0.641-1.578 0.203-1.062 3.609-16.391 3.563-17.641v-0.391c-0.859-0.469-1.906-0.344-2.844-0.5l0.297-1.609c2.016 0.094 4.062 0.25 6.094 0.25 1.656 0 3.313-0.156 4.969-0.25-0.063 0.469-0.172 0.938-0.297 1.391-1.078 0.375-2.219 0.547-3.281 0.969-0.344 0.844-0.422 1.766-0.578 2.656-0.75 4.047-1.75 8.094-2.578 12.109-0.156 0.75-0.922 3.859-0.859 4.516l0.016 0.281c0.953 0.219 1.922 0.328 2.891 0.484-0.031 0.516-0.125 1.031-0.25 1.547-0.344 0-0.672 0.047-1.016 0.047-0.891 0-1.813-0.297-2.703-0.313-1.078-0.016-2.156-0.031-3.219-0.031-1.391 0-2.75 0.234-4.125 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-height\" viewBox=\"0 0 28 28\">\n<title>text-height</title>\n<path d=\"M27.25 22c0.688 0 0.906 0.438 0.484 0.984l-1.969 2.531c-0.422 0.547-1.109 0.547-1.531 0l-1.969-2.531c-0.422-0.547-0.203-0.984 0.484-0.984h1.25v-16h-1.25c-0.688 0-0.906-0.438-0.484-0.984l1.969-2.531c0.422-0.547 1.109-0.547 1.531 0l1.969 2.531c0.422 0.547 0.203 0.984-0.484 0.984h-1.25v16h1.25zM1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 1.125 0 2.234 0.016 3.359 0.016h4.578c0.625 0 0.984 0.141 1.406-0.453l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.547 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.484-2.422-0.516-2.453-0.328-0.406-0.688-0.328-1.172-0.328-1.422 0-2.906-0.063-4.312 0.109-0.078 0.688-0.141 1.422-0.125 2.125 0.016 4.391 0.063 8.781 0.063 13.172 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.344-0.766 0.297-5 0.297-5.984 0-3.156-0.094-6.312-0.094-9.469v-1.828c0-0.281 0.063-1.406-0.125-1.625-0.219-0.234-2.266-0.187-2.531-0.187-0.578 0-2.25 0.266-2.703 0.594-0.75 0.516-0.75 3.641-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-width\" viewBox=\"0 0 24 28\">\n<title>text-width</title>\n<path d=\"M1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 4.141 0 8.328-0.094 12.469 0.047 0.344 0.016 0.672-0.203 0.875-0.484l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.562 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.5-2.422-0.516-2.453-0.109-0.141-0.25-0.234-0.422-0.297-0.125-0.047-0.875-0.031-1.031-0.031-1.922 0-4.141-0.109-6.031 0.109-0.078 0.688-0.141 1.422-0.125 2.125l0.016 2.375v-0.812c0.016 2.547 0.047 5.078 0.047 7.609 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.391-0.875 0.281-8.266 0.281-9.641 0-0.219-0.078-0.453-0.078-0.688 0-0.641 0.109-4.312-0.125-4.578-0.219-0.234-2.266-0.187-2.531-0.187-0.656 0-4.328 0.344-4.703 0.594-0.734 0.484-0.75 3.625-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984zM20.469 22.047c0.547 0 2.625 1.859 3.047 2.188 0.234 0.187 0.406 0.453 0.406 0.766s-0.172 0.578-0.406 0.766c-0.422 0.328-2.5 2.188-3.047 2.188-0.719 0-0.469-1.672-0.469-1.953h-16c0 0.281 0.25 1.953-0.469 1.953-0.547 0-2.625-1.859-3.047-2.188-0.234-0.187-0.406-0.453-0.406-0.766s0.172-0.578 0.406-0.766c0.422-0.328 2.5-2.188 3.047-2.188 0.719 0 0.469 1.672 0.469 1.953h16c0-0.281-0.25-1.953 0.469-1.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-left\" viewBox=\"0 0 28 28\">\n<title>align-left</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-center\" viewBox=\"0 0 28 28\">\n<title>align-center</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h10c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-right\" viewBox=\"0 0 28 28\">\n<title>align-right</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-justify\" viewBox=\"0 0 28 28\">\n<title>align-justify</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list\" viewBox=\"0 0 28 28\">\n<title>list</title>\n<path d=\"M4 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM4 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dedent\" viewBox=\"0 0 28 28\">\n<title>dedent</title>\n<path d=\"M6 8.5v9c0 0.266-0.234 0.5-0.5 0.5-0.125 0-0.266-0.047-0.359-0.141l-4.5-4.5c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l4.5-4.5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-indent\" viewBox=\"0 0 28 28\">\n<title>indent</title>\n<path d=\"M5.5 13c0 0.125-0.047 0.266-0.141 0.359l-4.5 4.5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-9c0-0.266 0.234-0.5 0.5-0.5 0.125 0 0.266 0.047 0.359 0.141l4.5 4.5c0.094 0.094 0.141 0.234 0.141 0.359zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-video-camera\" viewBox=\"0 0 28 28\">\n<title>video-camera</title>\n<path d=\"M28 5.5v17c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-6.297-6.297v2.594c0 2.484-2.016 4.5-4.5 4.5h-11c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h11c2.484 0 4.5 2.016 4.5 4.5v2.578l6.297-6.281c0.187-0.203 0.438-0.297 0.703-0.297 0.125 0 0.266 0.031 0.391 0.078 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-image\" viewBox=\"0 0 30 28\">\n<title>image</title>\n<path d=\"M10 9c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 15v7h-22v-3l5-5 2.5 2.5 8-8zM27.5 4h-25c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5v-19c0-0.266-0.234-0.5-0.5-0.5zM30 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil\" viewBox=\"0 0 24 28\">\n<title>pencil</title>\n<path d=\"M5.672 24l1.422-1.422-3.672-3.672-1.422 1.422v1.672h2v2h1.672zM13.844 9.5c0-0.203-0.141-0.344-0.344-0.344-0.094 0-0.187 0.031-0.266 0.109l-8.469 8.469c-0.078 0.078-0.109 0.172-0.109 0.266 0 0.203 0.141 0.344 0.344 0.344 0.094 0 0.187-0.031 0.266-0.109l8.469-8.469c0.078-0.078 0.109-0.172 0.109-0.266zM13 6.5l6.5 6.5-13 13h-6.5v-6.5zM23.672 8c0 0.531-0.219 1.047-0.578 1.406l-2.594 2.594-6.5-6.5 2.594-2.578c0.359-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l3.672 3.656c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-marker\" viewBox=\"0 0 16 28\">\n<title>map-marker</title>\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adjust\" viewBox=\"0 0 24 28\">\n<title>adjust</title>\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tint\" viewBox=\"0 0 16 28\">\n<title>tint</title>\n<path d=\"M8 18c0-0.391-0.125-0.766-0.313-1.078-0.203-0.313-1.031-1.375-1.359-2.422-0.047-0.172-0.203-0.25-0.328-0.25s-0.281 0.078-0.328 0.25c-0.328 1.047-1.156 2.109-1.359 2.422-0.187 0.313-0.313 0.688-0.313 1.078 0 1.109 0.891 2 2 2s2-0.891 2-2zM16 16c0 4.422-3.578 8-8 8s-8-3.578-8-8c0-1.578 0.484-3.047 1.266-4.297 0.797-1.25 4.141-5.484 5.406-9.703 0.203-0.672 0.828-1 1.328-1s1.141 0.328 1.328 1c1.266 4.219 4.609 8.453 5.406 9.703s1.266 2.719 1.266 4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edit\" viewBox=\"0 0 28 28\">\n<title>edit</title>\n<path d=\"M13.875 18.5l1.813-1.813-2.375-2.375-1.813 1.813v0.875h1.5v1.5h0.875zM20.75 7.25c-0.141-0.141-0.375-0.125-0.516 0.016l-5.469 5.469c-0.141 0.141-0.156 0.375-0.016 0.516s0.375 0.125 0.516-0.016l5.469-5.469c0.141-0.141 0.156-0.375 0.016-0.516zM22 16.531v2.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.141 0.141-0.328 0.187-0.5 0.125-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-1.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.156-0.156 0.359-0.187 0.547-0.109s0.313 0.25 0.313 0.453zM20.5 5l4.5 4.5-10.5 10.5h-4.5v-4.5zM27.438 7.063l-1.437 1.437-4.5-4.5 1.437-1.437c0.578-0.578 1.547-0.578 2.125 0l2.375 2.375c0.578 0.578 0.578 1.547 0 2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square-o\" viewBox=\"0 0 26 28\">\n<title>share-square-o</title>\n<path d=\"M22 15.453v4.047c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h3.984c0.266 0 0.5 0.219 0.5 0.5 0 0.25-0.172 0.453-0.406 0.5-0.781 0.266-1.484 0.578-2.078 0.938-0.078 0.031-0.156 0.063-0.25 0.063h-1.75c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.344c0-0.187 0.109-0.359 0.281-0.453 0.313-0.141 0.594-0.344 0.844-0.578 0.141-0.141 0.359-0.203 0.547-0.125s0.328 0.25 0.328 0.453zM25.703 7.703l-6 6c-0.187 0.203-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.391-0.078-0.359-0.156-0.609-0.516-0.609-0.922v-3h-2.5c-3.437 0-5.625 0.656-6.844 2.047-1.266 1.453-1.641 3.797-1.156 7.391 0.031 0.219-0.109 0.438-0.313 0.531-0.063 0.016-0.125 0.031-0.187 0.031-0.156 0-0.313-0.078-0.406-0.203-0.109-0.156-2.594-3.672-2.594-6.797 0-4.188 1.313-9 11.5-9h2.5v-3c0-0.406 0.25-0.766 0.609-0.922 0.125-0.047 0.266-0.078 0.391-0.078 0.266 0 0.516 0.109 0.703 0.297l6 6c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square-o\" viewBox=\"0 0 26 28\">\n<title>check-square-o</title>\n<path d=\"M22 14.531v4.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.094 0.094-0.234 0.156-0.359 0.156-0.047 0-0.094-0.016-0.141-0.031-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.109-0.109 0.234-0.156 0.359-0.156 0.063 0 0.125 0.016 0.187 0.047 0.187 0.078 0.313 0.25 0.313 0.453zM25.609 6.891l-12.719 12.719c-0.5 0.5-1.281 0.5-1.781 0l-6.719-6.719c-0.5-0.5-0.5-1.281 0-1.781l1.719-1.719c0.5-0.5 1.281-0.5 1.781 0l4.109 4.109 10.109-10.109c0.5-0.5 1.281-0.5 1.781 0l1.719 1.719c0.5 0.5 0.5 1.281 0 1.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows\" viewBox=\"0 0 28 28\">\n<title>arrows</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-6v6h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-6h-6v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h6v-6h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-2v6h6v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-backward\" viewBox=\"0 0 16 28\">\n<title>step-backward</title>\n<path d=\"M15.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-backward\" viewBox=\"0 0 28 28\">\n<title>fast-backward</title>\n<path d=\"M27.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-backward\" viewBox=\"0 0 28 28\">\n<title>backward</title>\n<path d=\"M25.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.391-0.391-0.391-1.016 0-1.406l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play\" viewBox=\"0 0 22 28\">\n<title>play</title>\n<path d=\"M21.625 14.484l-20.75 11.531c-0.484 0.266-0.875 0.031-0.875-0.516v-23c0-0.547 0.391-0.781 0.875-0.516l20.75 11.531c0.484 0.266 0.484 0.703 0 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause\" viewBox=\"0 0 24 28\">\n<title>pause</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1zM10 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop\" viewBox=\"0 0 24 28\">\n<title>stop</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forward\" viewBox=\"0 0 24 28\">\n<title>forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.391 0.391 0.391 1.016 0 1.406l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-forward\" viewBox=\"0 0 28 28\">\n<title>fast-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-forward\" viewBox=\"0 0 16 28\">\n<title>step-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eject\" viewBox=\"0 0 24 28\">\n<title>eject</title>\n<path d=\"M0.219 15.297l11.094-11.094c0.391-0.391 1.016-0.391 1.406 0l11.094 11.094c0.391 0.391 0.25 0.703-0.297 0.703h-23c-0.547 0-0.688-0.313-0.297-0.703zM23.016 24h-22c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-left\" viewBox=\"0 0 21 28\">\n<title>chevron-left</title>\n<path d=\"M18.297 4.703l-8.297 8.297 8.297 8.297c0.391 0.391 0.391 1.016 0 1.406l-2.594 2.594c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.594c-0.391-0.391-0.391-1.016 0-1.406l11.594-11.594c0.391-0.391 1.016-0.391 1.406 0l2.594 2.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-right\" viewBox=\"0 0 19 28\">\n<title>chevron-right</title>\n<path d=\"M17.297 13.703l-11.594 11.594c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.594c-0.391-0.391-0.391-1.016 0-1.406l8.297-8.297-8.297-8.297c-0.391-0.391-0.391-1.016 0-1.406l2.594-2.594c0.391-0.391 1.016-0.391 1.406 0l11.594 11.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-circle\" viewBox=\"0 0 24 28\">\n<title>plus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-4v-4c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v4h-4c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h4v4c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-4h4c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-circle\" viewBox=\"0 0 24 28\">\n<title>minus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle\" viewBox=\"0 0 24 28\">\n<title>times-circle</title>\n<path d=\"M17.953 17.531c0-0.266-0.109-0.516-0.297-0.703l-2.828-2.828 2.828-2.828c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.531-0.297-0.719l-1.406-1.406c-0.187-0.187-0.453-0.297-0.719-0.297s-0.516 0.109-0.703 0.297l-2.828 2.828-2.828-2.828c-0.187-0.187-0.438-0.297-0.703-0.297s-0.531 0.109-0.719 0.297l-1.406 1.406c-0.187 0.187-0.297 0.453-0.297 0.719s0.109 0.516 0.297 0.703l2.828 2.828-2.828 2.828c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.531 0.297 0.719l1.406 1.406c0.187 0.187 0.453 0.297 0.719 0.297s0.516-0.109 0.703-0.297l2.828-2.828 2.828 2.828c0.187 0.187 0.438 0.297 0.703 0.297s0.531-0.109 0.719-0.297l1.406-1.406c0.187-0.187 0.297-0.453 0.297-0.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle\" viewBox=\"0 0 24 28\">\n<title>check-circle</title>\n<path d=\"M20.062 11.469c0-0.266-0.094-0.531-0.281-0.719l-1.422-1.406c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-6.375 6.359-3.531-3.531c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.406c-0.187 0.187-0.281 0.453-0.281 0.719s0.094 0.516 0.281 0.703l5.656 5.656c0.187 0.187 0.453 0.297 0.703 0.297 0.266 0 0.531-0.109 0.719-0.297l8.484-8.484c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle\" viewBox=\"0 0 24 28\">\n<title>question-circle</title>\n<path d=\"M14 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM18 11c0-2.859-3-5-5.688-5-2.547 0-4.453 1.094-5.797 3.328-0.141 0.219-0.078 0.5 0.125 0.656l2.063 1.563c0.078 0.063 0.187 0.094 0.297 0.094 0.141 0 0.297-0.063 0.391-0.187 0.734-0.938 1.047-1.219 1.344-1.437 0.266-0.187 0.781-0.375 1.344-0.375 1 0 1.922 0.641 1.922 1.328 0 0.812-0.422 1.219-1.375 1.656-1.109 0.5-2.625 1.797-2.625 3.313v0.562c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v0c0-0.359 0.453-1.125 1.188-1.547 1.188-0.672 2.812-1.578 2.812-3.953zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info-circle\" viewBox=\"0 0 24 28\">\n<title>info-circle</title>\n<path d=\"M16 21.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-1.5v-8c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h1.5v5h-1.5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h7c0.281 0 0.5-0.219 0.5-0.5zM14 7.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crosshairs\" viewBox=\"0 0 24 28\">\n<title>crosshairs</title>\n<path d=\"M18.703 16h-1.703c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1.703c-0.672-2.25-2.453-4.031-4.703-4.703v1.703c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-1.703c-2.25 0.672-4.031 2.453-4.703 4.703h1.703c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1.703c0.672 2.25 2.453 4.031 4.703 4.703v-1.703c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1.703c2.25-0.672 4.031-2.453 4.703-4.703zM24 13v2c0 0.547-0.453 1-1 1h-2.234c-0.766 3.359-3.406 6-6.766 6.766v2.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-2.234c-3.359-0.766-6-3.406-6.766-6.766h-2.234c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h2.234c0.766-3.359 3.406-6 6.766-6.766v-2.234c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v2.234c3.359 0.766 6 3.406 6.766 6.766h2.234c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle-o\" viewBox=\"0 0 24 28\">\n<title>times-circle-o</title>\n<path d=\"M17.141 16.859l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.141-2.141-2.141 2.141c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.141-2.141-2.141-2.141c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.141 2.141 2.141-2.141c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.141 2.141 2.141 2.141c0.203 0.203 0.203 0.516 0 0.719zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle-o\" viewBox=\"0 0 24 28\">\n<title>check-circle-o</title>\n<path d=\"M18.297 12.703l-6.594 6.594c-0.391 0.391-1.016 0.391-1.406 0l-4.594-4.594c-0.391-0.391-0.391-1.016 0-1.406l1.594-1.594c0.391-0.391 1.016-0.391 1.406 0l2.297 2.297 4.297-4.297c0.391-0.391 1.016-0.391 1.406 0l1.594 1.594c0.391 0.391 0.391 1.016 0 1.406zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ban\" viewBox=\"0 0 24 28\">\n<title>ban</title>\n<path d=\"M20.5 13.953c0-1.703-0.5-3.281-1.359-4.609l-11.781 11.766c1.344 0.875 2.938 1.391 4.641 1.391 4.688 0 8.5-3.828 8.5-8.547zM4.891 18.625l11.797-11.781c-1.344-0.906-2.953-1.422-4.688-1.422-4.688 0-8.5 3.828-8.5 8.531 0 1.734 0.516 3.328 1.391 4.672zM24 13.953c0 6.656-5.375 12.047-12 12.047s-12-5.391-12-12.047c0-6.641 5.375-12.031 12-12.031s12 5.391 12 12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-left\" viewBox=\"0 0 25 28\">\n<title>arrow-left</title>\n<path d=\"M24 14v2c0 1.062-0.703 2-1.828 2h-11l4.578 4.594c0.375 0.359 0.594 0.875 0.594 1.406s-0.219 1.047-0.594 1.406l-1.172 1.188c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-10.172-10.187c-0.359-0.359-0.578-0.875-0.578-1.406s0.219-1.047 0.578-1.422l10.172-10.156c0.375-0.375 0.891-0.594 1.422-0.594s1.031 0.219 1.406 0.594l1.172 1.156c0.375 0.375 0.594 0.891 0.594 1.422s-0.219 1.047-0.594 1.422l-4.578 4.578h11c1.125 0 1.828 0.938 1.828 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-right\" viewBox=\"0 0 23 28\">\n<title>arrow-right</title>\n<path d=\"M23 15c0 0.531-0.203 1.047-0.578 1.422l-10.172 10.172c-0.375 0.359-0.891 0.578-1.422 0.578s-1.031-0.219-1.406-0.578l-1.172-1.172c-0.375-0.375-0.594-0.891-0.594-1.422s0.219-1.047 0.594-1.422l4.578-4.578h-11c-1.125 0-1.828-0.938-1.828-2v-2c0-1.062 0.703-2 1.828-2h11l-4.578-4.594c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.406l1.172-1.172c0.375-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l10.172 10.172c0.375 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-up\" viewBox=\"0 0 26 28\">\n<title>arrow-up</title>\n<path d=\"M25.172 15.172c0 0.531-0.219 1.031-0.578 1.406l-1.172 1.172c-0.375 0.375-0.891 0.594-1.422 0.594s-1.047-0.219-1.406-0.594l-4.594-4.578v11c0 1.125-0.938 1.828-2 1.828h-2c-1.062 0-2-0.703-2-1.828v-11l-4.594 4.578c-0.359 0.375-0.875 0.594-1.406 0.594s-1.047-0.219-1.406-0.594l-1.172-1.172c-0.375-0.375-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.172-10.172c0.359-0.375 0.875-0.578 1.406-0.578s1.047 0.203 1.422 0.578l10.172 10.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-down\" viewBox=\"0 0 26 28\">\n<title>arrow-down</title>\n<path d=\"M25.172 13c0 0.531-0.219 1.047-0.578 1.406l-10.172 10.187c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-10.172-10.187c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l1.156-1.172c0.375-0.359 0.891-0.578 1.422-0.578s1.047 0.219 1.406 0.578l4.594 4.594v-11c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v11l4.594-4.594c0.359-0.359 0.875-0.578 1.406-0.578s1.047 0.219 1.422 0.578l1.172 1.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-forward\" viewBox=\"0 0 28 28\">\n<title>mail-forward</title>\n<path d=\"M28 10c0 0.266-0.109 0.516-0.297 0.703l-8 8c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4h-3.5c-6.734 0-11.156 1.297-11.156 8.75 0 0.641 0.031 1.281 0.078 1.922 0.016 0.25 0.078 0.531 0.078 0.781 0 0.297-0.187 0.547-0.5 0.547-0.219 0-0.328-0.109-0.438-0.266-0.234-0.328-0.406-0.828-0.578-1.188-0.891-2-1.984-4.859-1.984-7.047 0-1.75 0.172-3.547 0.828-5.203 2.172-5.391 8.547-6.297 13.672-6.297h3.5v-4c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8 8c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expand\" viewBox=\"0 0 24 28\">\n<title>expand</title>\n<path d=\"M11.797 16.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359zM24 3v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compress\" viewBox=\"0 0 24 28\">\n<title>compress</title>\n<path d=\"M12 15v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1zM23.797 4.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-circle\" viewBox=\"0 0 24 28\">\n<title>exclamation-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM14 21.484v-2.969c0-0.281-0.219-0.516-0.484-0.516h-3c-0.281 0-0.516 0.234-0.516 0.516v2.969c0 0.281 0.234 0.516 0.516 0.516h3c0.266 0 0.484-0.234 0.484-0.516zM13.969 16.109l0.281-9.703c0-0.109-0.047-0.219-0.156-0.281-0.094-0.078-0.234-0.125-0.375-0.125h-3.437c-0.141 0-0.281 0.047-0.375 0.125-0.109 0.063-0.156 0.172-0.156 0.281l0.266 9.703c0 0.219 0.234 0.391 0.531 0.391h2.891c0.281 0 0.516-0.172 0.531-0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gift\" viewBox=\"0 0 24 28\">\n<title>gift</title>\n<path d=\"M14.5 21.187v-11.188h-5v11.188c0 0.547 0.453 0.812 1 0.812h3c0.547 0 1-0.266 1-0.812zM7.375 8h3.047l-1.969-2.516c-0.172-0.203-0.547-0.484-1.078-0.484-0.828 0-1.5 0.672-1.5 1.5s0.672 1.5 1.5 1.5zM18.125 6.5c0-0.828-0.672-1.5-1.5-1.5-0.531 0-0.906 0.281-1.078 0.484l-1.953 2.516h3.031c0.828 0 1.5-0.672 1.5-1.5zM24 10.5v5c0 0.281-0.219 0.5-0.5 0.5h-1.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-17c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h6.875c-1.937 0-3.5-1.563-3.5-3.5s1.563-3.5 3.5-3.5c1.047 0 2.016 0.438 2.625 1.203l2 2.578 2-2.578c0.609-0.766 1.578-1.203 2.625-1.203 1.937 0 3.5 1.563 3.5 3.5s-1.563 3.5-3.5 3.5h6.875c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leaf\" viewBox=\"0 0 28 28\">\n<title>leaf</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-5.531 0-9.094 2.312-12.703 6.297-0.187 0.203-0.297 0.422-0.297 0.703 0 0.547 0.453 1 1 1 0.281 0 0.5-0.109 0.703-0.297 0.766-0.688 1.453-1.437 2.203-2.141 2.828-2.547 5.25-3.563 9.094-3.563 0.547 0 1-0.453 1-1zM28 7.906c0 1-0.109 2.016-0.313 3.016-1 4.859-4.125 8.016-8.469 10.172-2.109 1.062-4.469 1.687-6.844 1.687-1.5 0-3.047-0.25-4.469-0.734-0.75-0.25-2.25-1.234-2.875-1.234-0.781 0-1.719 3.187-3.078 3.187-0.984 0-1.281-0.484-1.703-1.203-0.141-0.266-0.25-0.359-0.25-0.688 0-1.625 3.094-2.891 3.094-3.797 0-0.141-0.406-0.969-0.469-1.281-0.094-0.531-0.141-1.078-0.141-1.625 0-4.969 3.953-8.516 8.391-9.984 3.203-1.062 10.016 0.172 12.187-1.891 0.859-0.797 1.281-1.531 2.594-1.531 1.766 0 2.344 4.578 2.344 5.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire\" viewBox=\"0 0 22 28\">\n<title>fire</title>\n<path d=\"M22 26.5v1c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM18 10c0 5.984-7 6.516-7 10.5 0 1.094 0.547 2.547 1.047 3.5l-0.063-0.016 0.016 0.016c-4.312-1.984-8-4.719-8-10 0-5.984 7-6.516 7-10.5 0-1.094-0.547-2.547-1.031-3.5l0.047 0.016-0.016-0.016c4.312 1.984 8 4.719 8 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye\" viewBox=\"0 0 28 28\">\n<title>eye</title>\n<path d=\"M26 15c-1.484-2.297-3.516-4.266-5.953-5.516 0.625 1.062 0.953 2.281 0.953 3.516 0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 2.672 4.125 6.984 7 12 7s9.328-2.875 12-7zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.781 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM28 15c0 0.391-0.125 0.75-0.313 1.078-2.875 4.734-8.141 7.922-13.687 7.922s-10.813-3.203-13.687-7.922c-0.187-0.328-0.313-0.688-0.313-1.078s0.125-0.75 0.313-1.078c2.875-4.719 8.141-7.922 13.687-7.922s10.813 3.203 13.687 7.922c0.187 0.328 0.313 0.688 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye-slash\" viewBox=\"0 0 28 28\">\n<title>eye-slash</title>\n<path d=\"M8.672 20.859l1.219-2.203c-1.813-1.313-2.891-3.422-2.891-5.656 0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 1.625 2.516 3.922 4.625 6.672 5.859zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.797 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM20.422 6.016c0 0.031 0 0.109-0.016 0.141-3.297 5.891-6.563 11.813-9.859 17.703l-0.766 1.391c-0.094 0.156-0.266 0.25-0.438 0.25-0.281 0-1.766-0.906-2.094-1.094-0.156-0.094-0.25-0.25-0.25-0.438 0-0.25 0.531-1.094 0.688-1.359-3.031-1.375-5.578-3.719-7.375-6.531-0.203-0.313-0.313-0.688-0.313-1.078 0-0.375 0.109-0.766 0.313-1.078 3.094-4.75 7.922-7.922 13.687-7.922 0.938 0 1.891 0.094 2.812 0.266l0.844-1.516c0.094-0.156 0.25-0.25 0.438-0.25 0.281 0 1.75 0.906 2.078 1.094 0.156 0.094 0.25 0.25 0.25 0.422zM21 13c0 2.906-1.797 5.5-4.5 6.531l4.375-7.844c0.078 0.438 0.125 0.875 0.125 1.313zM28 15c0 0.406-0.109 0.734-0.313 1.078-0.484 0.797-1.094 1.563-1.703 2.266-3.063 3.516-7.281 5.656-11.984 5.656l1.156-2.063c4.547-0.391 8.406-3.156 10.844-6.937-1.156-1.797-2.641-3.375-4.406-4.594l0.984-1.75c1.937 1.297 3.891 3.25 5.109 5.266 0.203 0.344 0.313 0.672 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-triangle\" viewBox=\"0 0 28 28\">\n<title>exclamation-triangle</title>\n<path d=\"M16 21.484v-2.969c0-0.281-0.219-0.516-0.5-0.516h-3c-0.281 0-0.5 0.234-0.5 0.516v2.969c0 0.281 0.219 0.516 0.5 0.516h3c0.281 0 0.5-0.234 0.5-0.516zM15.969 15.641l0.281-7.172c0-0.094-0.047-0.219-0.156-0.297-0.094-0.078-0.234-0.172-0.375-0.172h-3.437c-0.141 0-0.281 0.094-0.375 0.172-0.109 0.078-0.156 0.234-0.156 0.328l0.266 7.141c0 0.203 0.234 0.359 0.531 0.359h2.891c0.281 0 0.516-0.156 0.531-0.359zM15.75 1.047l12 22c0.344 0.609 0.328 1.359-0.031 1.969s-1.016 0.984-1.719 0.984h-24c-0.703 0-1.359-0.375-1.719-0.984s-0.375-1.359-0.031-1.969l12-22c0.344-0.641 1.016-1.047 1.75-1.047s1.406 0.406 1.75 1.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plane\" viewBox=\"0 0 22 28\">\n<title>plane</title>\n<path d=\"M21.5 2.5c1 1 0 3.5-1.5 5l-2.516 2.516 2.5 10.875c0.047 0.187-0.031 0.391-0.187 0.516l-2 1.5c-0.078 0.063-0.187 0.094-0.297 0.094-0.031 0-0.063 0-0.109-0.016-0.141-0.031-0.266-0.109-0.328-0.25l-4.359-7.938-4.047 4.047 0.828 3.031c0.047 0.172 0 0.344-0.125 0.484l-1.5 1.5c-0.094 0.094-0.234 0.141-0.359 0.141h-0.031c-0.156-0.016-0.281-0.078-0.375-0.203l-2.953-3.938-3.938-2.953c-0.125-0.078-0.187-0.219-0.203-0.359s0.047-0.281 0.141-0.391l1.5-1.516c0.094-0.094 0.234-0.141 0.359-0.141 0.047 0 0.094 0 0.125 0.016l3.031 0.828 4.047-4.047-7.938-4.359c-0.141-0.078-0.234-0.219-0.266-0.375-0.016-0.141 0.031-0.313 0.141-0.422l2-2c0.125-0.109 0.313-0.172 0.469-0.125l10.391 2.484 2.5-2.5c1.5-1.5 4-2.5 5-1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar\" viewBox=\"0 0 26 28\">\n<title>calendar</title>\n<path d=\"M2 26h4.5v-4.5h-4.5v4.5zM7.5 26h5v-4.5h-5v4.5zM2 20.5h4.5v-5h-4.5v5zM7.5 20.5h5v-5h-5v5zM2 14.5h4.5v-4.5h-4.5v4.5zM13.5 26h5v-4.5h-5v4.5zM7.5 14.5h5v-4.5h-5v4.5zM19.5 26h4.5v-4.5h-4.5v4.5zM13.5 20.5h5v-5h-5v5zM8 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM19.5 20.5h4.5v-5h-4.5v5zM13.5 14.5h5v-4.5h-5v4.5zM19.5 14.5h4.5v-4.5h-4.5v4.5zM20 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-random\" viewBox=\"0 0 28 28\">\n<title>random</title>\n<path d=\"M10.406 7.516c-0.875 1.344-1.516 2.797-2.141 4.266-0.906-1.891-1.906-3.781-4.266-3.781h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.781 0 4.828 1.297 6.406 3.516zM28 20c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3c-4.641 0-7.5 0.547-10.391-3.516 0.859-1.344 1.5-2.797 2.125-4.266 0.906 1.891 1.906 3.781 4.266 3.781h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM28 6c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.219-0.5-0.5v-3h-4c-2.078 0-3.063 1.422-3.938 3.109-0.453 0.875-0.844 1.781-1.219 2.672-1.734 4.031-3.766 8.219-8.844 8.219h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.078 0 3.063-1.422 3.938-3.109 0.453-0.875 0.844-1.781 1.219-2.672 1.734-4.031 3.766-8.219 8.844-8.219h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment\" viewBox=\"0 0 28 28\">\n<title>comment</title>\n<path d=\"M28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344-0.344 0.031-0.672-0.219-0.75-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magnet\" viewBox=\"0 0 24 28\">\n<title>magnet</title>\n<path d=\"M24 13v2c0 6.375-5.047 11-12 11s-12-4.625-12-11v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v2c0 2.859 3.328 3 4 3s4-0.141 4-3v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM8 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM24 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-up\" viewBox=\"0 0 28 28\">\n<title>chevron-up</title>\n<path d=\"M26.297 20.797l-2.594 2.578c-0.391 0.391-1.016 0.391-1.406 0l-8.297-8.297-8.297 8.297c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.578c-0.391-0.391-0.391-1.031 0-1.422l11.594-11.578c0.391-0.391 1.016-0.391 1.406 0l11.594 11.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-down\" viewBox=\"0 0 28 28\">\n<title>chevron-down</title>\n<path d=\"M26.297 12.625l-11.594 11.578c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.578c-0.391-0.391-0.391-1.031 0-1.422l2.594-2.578c0.391-0.391 1.016-0.391 1.406 0l8.297 8.297 8.297-8.297c0.391-0.391 1.016-0.391 1.406 0l2.594 2.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-retweet\" viewBox=\"0 0 30 28\">\n<title>retweet</title>\n<path d=\"M20 23.5c0 0.266-0.234 0.5-0.5 0.5h-15c-0.578 0-0.5-0.609-0.5-1v-9h-3c-0.547 0-1-0.453-1-1 0-0.234 0.078-0.469 0.234-0.641l5-6c0.187-0.219 0.469-0.344 0.766-0.344s0.578 0.125 0.766 0.344l5 6c0.156 0.172 0.234 0.406 0.234 0.641 0 0.547-0.453 1-1 1h-3v6h9c0.141 0 0.297 0.063 0.391 0.172l2.5 3c0.063 0.094 0.109 0.219 0.109 0.328zM30 17c0 0.234-0.078 0.469-0.234 0.641l-5 6c-0.187 0.219-0.469 0.359-0.766 0.359s-0.578-0.141-0.766-0.359l-5-6c-0.156-0.172-0.234-0.406-0.234-0.641 0-0.547 0.453-1 1-1h3v-6h-9c-0.141 0-0.297-0.063-0.391-0.187l-2.5-3c-0.063-0.078-0.109-0.203-0.109-0.313 0-0.266 0.234-0.5 0.5-0.5h15c0.578 0 0.5 0.609 0.5 1v9h3c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-cart\" viewBox=\"0 0 26 28\">\n<title>shopping-cart</title>\n<path d=\"M10 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM24 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM26 7v8c0 0.5-0.391 0.938-0.891 1l-16.312 1.906c0.078 0.359 0.203 0.719 0.203 1.094 0 0.359-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.703-1.656 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.047 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder\" viewBox=\"0 0 26 28\">\n<title>folder</title>\n<path d=\"M26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open\" viewBox=\"0 0 29 28\">\n<title>folder-open</title>\n<path d=\"M29.359 14.875c0 0.375-0.234 0.75-0.484 1.031l-5.25 6.188c-0.906 1.062-2.75 1.906-4.125 1.906h-17c-0.562 0-1.359-0.172-1.359-0.875 0-0.375 0.234-0.75 0.484-1.031l5.25-6.188c0.906-1.062 2.75-1.906 4.125-1.906h17c0.562 0 1.359 0.172 1.359 0.875zM24 9.5v2.5h-13c-1.953 0-4.375 1.109-5.641 2.609l-5.344 6.281c0-0.125-0.016-0.266-0.016-0.391v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-v\" viewBox=\"0 0 12 28\">\n<title>arrows-v</title>\n<path d=\"M11 5c0 0.547-0.453 1-1 1h-2v16h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-16h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-h\" viewBox=\"0 0 28 28\">\n<title>arrows-h</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-16v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h16v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bar-chart\" viewBox=\"0 0 32 28\">\n<title>bar-chart</title>\n<path d=\"M10 14v8h-4v-8h4zM16 6v16h-4v-16h4zM32 24v2h-32v-24h2v22h30zM22 10v12h-4v-12h4zM28 4v18h-4v-18h4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter-square\" viewBox=\"0 0 24 28\">\n<title>twitter-square</title>\n<path d=\"M20 9.531c-0.594 0.266-1.219 0.438-1.891 0.531 0.688-0.406 1.203-1.062 1.453-1.828-0.641 0.375-1.344 0.656-2.094 0.797-0.594-0.641-1.453-1.031-2.391-1.031-1.813 0-3.281 1.469-3.281 3.281 0 0.25 0.016 0.516 0.078 0.75-2.734-0.141-5.156-1.437-6.781-3.437-0.281 0.484-0.453 1.062-0.453 1.656 0 1.141 0.531 2.141 1.422 2.734-0.547-0.016-1.062-0.172-1.563-0.406v0.031c0 1.594 1.203 2.922 2.703 3.219-0.281 0.078-0.5 0.125-0.797 0.125-0.203 0-0.406-0.031-0.609-0.063 0.422 1.297 1.625 2.25 3.063 2.281-1.125 0.875-2.531 1.406-4.078 1.406-0.266 0-0.531-0.016-0.781-0.047 1.453 0.922 3.172 1.469 5.031 1.469 6.031 0 9.344-5 9.344-9.344 0-0.141 0-0.281-0.016-0.422 0.641-0.453 1.203-1.031 1.641-1.703zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-square\" viewBox=\"0 0 24 28\">\n<title>facebook-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-2.938v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-8.313c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera-retro\" viewBox=\"0 0 28 28\">\n<title>camera-retro</title>\n<path d=\"M14.5 13c0-0.281-0.219-0.5-0.5-0.5-1.375 0-2.5 1.125-2.5 2.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-0.828 0.672-1.5 1.5-1.5 0.281 0 0.5-0.219 0.5-0.5zM18 15.031c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM2 24h24v-2h-24v2zM20 15.031c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM4 5h6v-2h-6v2zM2 8h24v-4h-12.938l-1 2h-10.063v2zM28 4v20c0 1.109-0.891 2-2 2h-24c-1.109 0-2-0.891-2-2v-20c0-1.109 0.891-2 2-2h24c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-key\" viewBox=\"0 0 26 28\">\n<title>key</title>\n<path d=\"M13 8c0-1.656-1.344-3-3-3s-3 1.344-3 3c0 0.453 0.109 0.891 0.297 1.297-0.406-0.187-0.844-0.297-1.297-0.297-1.656 0-3 1.344-3 3s1.344 3 3 3 3-1.344 3-3c0-0.453-0.109-0.891-0.297-1.297 0.406 0.187 0.844 0.297 1.297 0.297 1.656 0 3-1.344 3-3zM26.297 19c0 0.359-1.437 1.797-1.797 1.797-0.406 0-1.672-1.469-2-1.797l-1.5 1.5 3.437 3.437c0.281 0.281 0.438 0.672 0.438 1.062 0 0.875-1 1.875-1.875 1.875-0.391 0-0.781-0.156-1.062-0.438l-10.484-10.484c-1.641 1.219-3.641 2.047-5.703 2.047-3.406 0-5.75-2.359-5.75-5.75 0-5.125 5.125-10.25 10.25-10.25 3.391 0 5.75 2.344 5.75 5.75 0 2.063-0.828 4.062-2.047 5.703l5.547 5.547 1.5-1.5c-0.328-0.328-1.797-1.594-1.797-2 0-0.359 1.437-1.797 1.797-1.797 0.125 0 0.266 0.063 0.359 0.156 0.578 0.578 4.937 4.688 4.937 5.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cogs\" viewBox=\"0 0 30 28\">\n<title>cogs</title>\n<path d=\"M14 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM26 22c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM26 6c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM20 12.578v2.891c0 0.203-0.156 0.438-0.359 0.469l-2.422 0.375c-0.125 0.406-0.297 0.797-0.5 1.188 0.438 0.625 0.906 1.203 1.406 1.797 0.063 0.094 0.109 0.187 0.109 0.313 0 0.109-0.031 0.219-0.109 0.297-0.313 0.422-2.063 2.328-2.516 2.328-0.125 0-0.234-0.047-0.328-0.109l-1.797-1.406c-0.391 0.203-0.781 0.359-1.203 0.484-0.078 0.797-0.156 1.656-0.359 2.422-0.063 0.219-0.25 0.375-0.469 0.375h-2.906c-0.219 0-0.438-0.172-0.469-0.391l-0.359-2.391c-0.406-0.125-0.797-0.297-1.172-0.484l-1.844 1.391c-0.078 0.078-0.203 0.109-0.313 0.109-0.125 0-0.234-0.047-0.328-0.125-0.406-0.375-2.25-2.047-2.25-2.5 0-0.109 0.047-0.203 0.109-0.297 0.453-0.594 0.922-1.172 1.375-1.781-0.219-0.422-0.406-0.844-0.547-1.281l-2.375-0.375c-0.219-0.031-0.375-0.234-0.375-0.453v-2.891c0-0.203 0.156-0.438 0.359-0.469l2.422-0.375c0.125-0.406 0.297-0.797 0.5-1.188-0.438-0.625-0.906-1.203-1.406-1.797-0.063-0.094-0.109-0.203-0.109-0.313s0.031-0.219 0.109-0.313c0.313-0.422 2.063-2.312 2.516-2.312 0.125 0 0.234 0.047 0.328 0.109l1.797 1.406c0.391-0.203 0.781-0.359 1.203-0.5 0.078-0.781 0.156-1.641 0.359-2.406 0.063-0.219 0.25-0.375 0.469-0.375h2.906c0.219 0 0.438 0.172 0.469 0.391l0.359 2.391c0.406 0.125 0.797 0.297 1.172 0.484l1.844-1.391c0.094-0.078 0.203-0.109 0.313-0.109 0.125 0 0.234 0.047 0.328 0.125 0.406 0.375 2.25 2.063 2.25 2.5 0 0.109-0.047 0.203-0.109 0.297-0.453 0.609-0.922 1.172-1.359 1.781 0.203 0.422 0.391 0.844 0.531 1.281l2.375 0.359c0.219 0.047 0.375 0.25 0.375 0.469zM30 20.906v2.188c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484zM30 4.906v2.187c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments\" viewBox=\"0 0 28 28\">\n<title>comments</title>\n<path d=\"M22 12c0 4.422-4.922 8-11 8-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8s11 3.578 11 8zM28 16c0 2.547-1.625 4.797-4.156 6.266 0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-up\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 12c0-1.062-0.953-2-2-2h-5.5c0-1.828 1.5-3.156 1.5-5 0-1.828-0.359-3-2.5-3-1 1.016-0.484 3.406-2 5-0.438 0.453-0.812 0.938-1.203 1.422-0.703 0.906-2.562 3.578-3.797 3.578h-0.5v10h0.5c0.875 0 2.312 0.562 3.156 0.859 1.719 0.594 3.5 1.141 5.344 1.141h1.891c1.766 0 3-0.703 3-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609 0.734-0.016 1.172-1.422 1.172-2zM24 11.984c0 0.906-0.266 1.797-0.766 2.547 0.094 0.344 0.141 0.719 0.141 1.078 0 0.781-0.203 1.563-0.594 2.25 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688h-2.016c-2.219 0-4.281-0.656-6.344-1.375-0.453-0.156-1.719-0.625-2.156-0.625h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.281c0.609-0.406 1.672-1.813 2.141-2.422 0.531-0.688 1.078-1.359 1.672-2 0.938-1 0.438-3.469 2-5 0.375-0.359 0.875-0.578 1.406-0.578 1.625 0 3.187 0.578 3.953 2.094 0.484 0.953 0.547 1.859 0.547 2.906 0 1.094-0.281 2.031-0.75 3h2.75c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-down\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-down</title>\n<path d=\"M4 7c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 16c0-0.578-0.438-1.984-1.172-2 0.328-0.375 0.547-1.109 0.547-1.609 0-0.734-0.297-1.359-0.828-1.859 0.187-0.328 0.281-0.703 0.281-1.078 0-0.719-0.359-1.609-1.016-1.969 0.047-0.281 0.078-0.578 0.078-0.875 0-1.828-1.156-2.609-2.891-2.609h-2c-1.844 0-3.625 0.547-5.344 1.141-0.844 0.297-2.281 0.859-3.156 0.859h-0.5v10h0.5c1.234 0 3.094 2.672 3.797 3.578 0.391 0.484 0.766 0.969 1.203 1.422 1.516 1.594 1 3.984 2 5 2.141 0 2.5-1.172 2.5-3 0-1.844-1.5-3.172-1.5-5h5.5c1.047 0 2-0.938 2-2zM24 16.016c0 2.156-1.844 3.984-4 3.984h-2.75c0.469 0.969 0.75 1.906 0.75 3 0 1.031-0.063 1.969-0.547 2.906-0.766 1.516-2.328 2.094-3.953 2.094-0.531 0-1.031-0.219-1.406-0.578-1.563-1.531-1.078-4-2-5.016-0.594-0.625-1.141-1.297-1.672-1.984-0.469-0.609-1.531-2.016-2.141-2.422h-4.281c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.438 0 1.703-0.469 2.156-0.625 2.25-0.781 4.203-1.375 6.609-1.375h1.75c2.844 0 4.891 1.687 4.875 4.609v0.078c0.609 0.781 0.938 1.781 0.938 2.781 0 0.219-0.016 0.453-0.047 0.672 0.391 0.688 0.594 1.469 0.594 2.25 0 0.359-0.047 0.734-0.141 1.078 0.5 0.75 0.766 1.641 0.766 2.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half\" viewBox=\"0 0 13 28\">\n<title>star-half</title>\n<path d=\"M13 0.5v20.922l-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart-o\" viewBox=\"0 0 28 28\">\n<title>heart-o</title>\n<path d=\"M26 9.312c0-4.391-2.969-5.313-5.469-5.313-2.328 0-4.953 2.516-5.766 3.484-0.375 0.453-1.156 0.453-1.531 0-0.812-0.969-3.437-3.484-5.766-3.484-2.5 0-5.469 0.922-5.469 5.313 0 2.859 2.891 5.516 2.922 5.547l9.078 8.75 9.063-8.734c0.047-0.047 2.938-2.703 2.938-5.563zM28 9.312c0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-out\" viewBox=\"0 0 25 28\">\n<title>sign-out</title>\n<path d=\"M10 22.5c0 0.438 0.203 1.5-0.5 1.5h-5c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h5c0.266 0 0.5 0.234 0.5 0.5 0 0.438 0.203 1.5-0.5 1.5h-5c-1.375 0-2.5 1.125-2.5 2.5v11c0 1.375 1.125 2.5 2.5 2.5h4.5c0.391 0 1-0.078 1 0.5zM24.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin-square\" viewBox=\"0 0 24 28\">\n<title>linkedin-square</title>\n<path d=\"M3.703 22.094h3.609v-10.844h-3.609v10.844zM7.547 7.906c-0.016-1.062-0.781-1.875-2.016-1.875s-2.047 0.812-2.047 1.875c0 1.031 0.781 1.875 2 1.875h0.016c1.266 0 2.047-0.844 2.047-1.875zM16.688 22.094h3.609v-6.219c0-3.328-1.781-4.875-4.156-4.875-1.937 0-2.797 1.078-3.266 1.828h0.031v-1.578h-3.609s0.047 1.016 0 10.844v0h3.609v-6.062c0-0.313 0.016-0.641 0.109-0.875 0.266-0.641 0.859-1.313 1.859-1.313 1.297 0 1.813 0.984 1.813 2.453v5.797zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumb-tack\" viewBox=\"0 0 18 28\">\n<title>thumb-tack</title>\n<path d=\"M7.5 13.5v-7c0-0.281-0.219-0.5-0.5-0.5s-0.5 0.219-0.5 0.5v7c0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5zM18 19c0 0.547-0.453 1-1 1h-6.703l-0.797 7.547c-0.031 0.25-0.234 0.453-0.484 0.453h-0.016c-0.25 0-0.453-0.172-0.5-0.422l-1.188-7.578h-6.312c-0.547 0-1-0.453-1-1 0-2.562 1.937-5 4-5v-8c-1.094 0-2-0.906-2-2s0.906-2 2-2h10c1.094 0 2 0.906 2 2s-0.906 2-2 2v8c2.063 0 4 2.438 4 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link\" viewBox=\"0 0 28 28\">\n<title>external-link</title>\n<path d=\"M22 14.5v5c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM28 1v8c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.75-2.75-10.187 10.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l10.187-10.187-2.75-2.75c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-in\" viewBox=\"0 0 24 28\">\n<title>sign-in</title>\n<path d=\"M18.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703zM24 8.5v11c0 2.484-2.016 4.5-4.5 4.5h-5c-0.266 0-0.5-0.234-0.5-0.5 0-0.438-0.203-1.5 0.5-1.5h5c1.375 0 2.5-1.125 2.5-2.5v-11c0-1.375-1.125-2.5-2.5-2.5h-4.5c-0.391 0-1 0.078-1-0.5 0-0.438-0.203-1.5 0.5-1.5h5c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trophy\" viewBox=\"0 0 26 28\">\n<title>trophy</title>\n<path d=\"M7.156 13.797c-0.656-1.437-1.156-3.344-1.156-5.797h-4v1.5c0 1.531 2.078 3.656 5.156 4.297zM24 9.5v-1.5h-4c0 2.453-0.5 4.359-1.156 5.797 3.078-0.641 5.156-2.766 5.156-4.297zM26 7.5v2c0 2.969-3.594 6.25-8.469 6.484-0.625 0.797-1.203 1.266-1.484 1.484-0.828 0.75-1.047 1.531-1.047 2.531s0.5 2 2 2 3 1 3 2.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-1.5 1.5-2.5 3-2.5s2-1 2-2-0.219-1.781-1.047-2.531c-0.281-0.219-0.859-0.688-1.484-1.484-4.875-0.234-8.469-3.516-8.469-6.484v-2c0-0.828 0.672-1.5 1.5-1.5h4.5v-1.5c0-1.375 1.125-2.5 2.5-2.5h9c1.375 0 2.5 1.125 2.5 2.5v1.5h4.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-square\" viewBox=\"0 0 24 28\">\n<title>github-square</title>\n<path d=\"M8.109 18.75v0c0.031-0.047 0.016-0.141-0.047-0.203-0.078-0.063-0.172-0.078-0.219-0.031-0.031 0.047-0.016 0.141 0.047 0.203 0.078 0.063 0.172 0.078 0.219 0.031zM7.672 18.109c-0.047-0.063-0.125-0.094-0.187-0.063-0.047 0.031-0.047 0.125 0 0.187 0.063 0.078 0.141 0.109 0.187 0.078v0c0.047-0.031 0.047-0.125 0-0.203zM7.031 17.484v0c0.016-0.031-0.016-0.094-0.078-0.125-0.047-0.016-0.109-0.016-0.125 0.031-0.031 0.047 0 0.094 0.063 0.125 0.063 0.016 0.125 0.016 0.141-0.031zM7.359 17.844v0c0.031-0.031 0.031-0.109-0.031-0.156-0.047-0.063-0.125-0.078-0.156-0.047-0.047 0.047-0.031 0.109 0.016 0.172 0.047 0.047 0.125 0.078 0.172 0.031zM8.703 19.016v0c0.016-0.063-0.047-0.141-0.141-0.172s-0.172 0-0.203 0.063c-0.016 0.063 0.047 0.141 0.141 0.172s0.172 0 0.203-0.063zM9.359 19.063v0c0-0.063-0.078-0.125-0.187-0.125-0.094 0-0.156 0.063-0.156 0.125s0.078 0.125 0.172 0.125 0.172-0.063 0.172-0.125zM9.969 18.953v0c-0.016-0.063-0.109-0.094-0.203-0.078s-0.156 0.078-0.141 0.141 0.094 0.109 0.187 0.094 0.156-0.094 0.156-0.156zM20 14c0-4.422-3.578-8-8-8s-8 3.578-8 8c0 3.531 2.297 6.531 5.469 7.594 0.406 0.078 0.547-0.172 0.547-0.391 0-0.187 0-0.812-0.016-1.484 0 0-2.219 0.484-2.688-0.953 0 0-0.359-0.922-0.891-1.156 0 0-0.719-0.5 0.063-0.5 0 0 0.781 0.063 1.219 0.828 0.703 1.234 1.875 0.875 2.328 0.672 0.078-0.516 0.281-0.875 0.516-1.078-1.781-0.203-3.656-0.891-3.656-3.953 0-0.875 0.313-1.578 0.828-2.141-0.078-0.203-0.359-1.016 0.078-2.125 0.672-0.203 2.203 0.828 2.203 0.828 0.641-0.187 1.313-0.266 2-0.266s1.359 0.078 2 0.266c0 0 1.531-1.031 2.203-0.828 0.438 1.109 0.156 1.922 0.078 2.125 0.516 0.562 0.828 1.266 0.828 2.141 0 3.078-1.875 3.75-3.656 3.953 0.281 0.25 0.547 0.734 0.547 1.484 0 1.062-0.016 1.922-0.016 2.188 0 0.219 0.141 0.469 0.547 0.391 3.172-1.062 5.469-4.062 5.469-7.594zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-upload\" viewBox=\"0 0 26 28\">\n<title>upload</title>\n<path d=\"M20 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h6.672c0.422 1.156 1.531 2 2.828 2h4c1.297 0 2.406-0.844 2.828-2h6.672c0.828 0 1.5 0.672 1.5 1.5zM20.922 9.375c-0.156 0.375-0.516 0.625-0.922 0.625h-4v7c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-7h-4c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l7-7c0.187-0.203 0.453-0.297 0.703-0.297s0.516 0.094 0.703 0.297l7 7c0.297 0.281 0.375 0.719 0.219 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lemon-o\" viewBox=\"0 0 24 28\">\n<title>lemon-o</title>\n<path d=\"M21.984 12.906c0-0.734-0.141-2.656-0.391-3.281-0.297-0.75-0.469-1.172-0.469-2.016 0-0.719 0.156-1.422 0.156-2.125 0-0.297-0.016-0.609-0.156-0.859-0.063-0.016-0.141-0.016-0.203-0.016-0.609 0-1.219 0.141-1.828 0.141-1.859 0-3.625-0.75-5.484-0.75-1.453 0-2.859 0.547-4.203 1.078-1.062 0.422-2.234 0.922-3.156 1.609-3.156 2.391-4.25 6.766-4.25 10.531 0 1.266 0.391 2.5 0.391 3.766 0 0.719-0.344 1.375-0.344 2.063 0 0.438 0.25 0.797 0.719 0.797 0.766 0 1.5-0.344 2.281-0.344 1.781 0 3.516 0.484 5.297 0.484 1.391 0 3.141-0.109 4.438-0.562 4.109-1.453 7.203-6.203 7.203-10.516zM23.984 12.875c0 5.203-3.609 10.687-8.547 12.437-1.547 0.547-3.469 0.688-5.094 0.688-1.781 0-3.531-0.453-5.297-0.453-0.75 0-1.5 0.453-2.281 0.453-1.547 0-2.719-1.391-2.719-2.875 0-0.734 0.344-1.391 0.344-2.109 0-1.266-0.391-2.5-0.391-3.781 0-4.438 1.359-9.344 5.047-12.141 1.062-0.812 2.391-1.391 3.625-1.875 1.594-0.641 3.203-1.219 4.937-1.219 1.859 0 3.625 0.75 5.453 0.75 0.594 0 1.188-0.156 1.797-0.156 1.781 0 2.422 1.266 2.422 2.891 0 0.703-0.156 1.422-0.156 2.125 0 0.562 0.141 0.781 0.328 1.281 0.359 0.906 0.531 2.984 0.531 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone\" viewBox=\"0 0 22 28\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square-o\" viewBox=\"0 0 22 28\">\n<title>square-o</title>\n<path d=\"M17.5 4h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-13c0-1.375-1.125-2.5-2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark-o\" viewBox=\"0 0 20 28\">\n<title>bookmark-o</title>\n<path d=\"M18 4h-16v19.406l8-7.672 1.391 1.328 6.609 6.344v-19.406zM18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone-square\" viewBox=\"0 0 24 28\">\n<title>phone-square</title>\n<path d=\"M20 18.641c0-0.078 0-0.172-0.031-0.25-0.094-0.281-2.375-1.437-2.812-1.687-0.297-0.172-0.656-0.516-1.016-0.516-0.688 0-1.703 2.047-2.312 2.047-0.313 0-0.703-0.281-0.984-0.438-2.063-1.156-3.484-2.578-4.641-4.641-0.156-0.281-0.438-0.672-0.438-0.984 0-0.609 2.047-1.625 2.047-2.312 0-0.359-0.344-0.719-0.516-1.016-0.25-0.438-1.406-2.719-1.687-2.812-0.078-0.031-0.172-0.031-0.25-0.031-0.406 0-1.203 0.187-1.578 0.344-1.031 0.469-1.781 2.438-1.781 3.516 0 1.047 0.422 2 0.781 2.969 1.25 3.422 4.969 7.141 8.391 8.391 0.969 0.359 1.922 0.781 2.969 0.781 1.078 0 3.047-0.75 3.516-1.781 0.156-0.375 0.344-1.172 0.344-1.578zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter\" viewBox=\"0 0 26 28\">\n<title>twitter</title>\n<path d=\"M25.312 6.375c-0.688 1-1.547 1.891-2.531 2.609 0.016 0.219 0.016 0.438 0.016 0.656 0 6.672-5.078 14.359-14.359 14.359-2.859 0-5.516-0.828-7.75-2.266 0.406 0.047 0.797 0.063 1.219 0.063 2.359 0 4.531-0.797 6.266-2.156-2.219-0.047-4.078-1.5-4.719-3.5 0.313 0.047 0.625 0.078 0.953 0.078 0.453 0 0.906-0.063 1.328-0.172-2.312-0.469-4.047-2.5-4.047-4.953v-0.063c0.672 0.375 1.453 0.609 2.281 0.641-1.359-0.906-2.25-2.453-2.25-4.203 0-0.938 0.25-1.797 0.688-2.547 2.484 3.062 6.219 5.063 10.406 5.281-0.078-0.375-0.125-0.766-0.125-1.156 0-2.781 2.25-5.047 5.047-5.047 1.453 0 2.766 0.609 3.687 1.594 1.141-0.219 2.234-0.641 3.203-1.219-0.375 1.172-1.172 2.156-2.219 2.781 1.016-0.109 2-0.391 2.906-0.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook\" viewBox=\"0 0 16 28\">\n<title>facebook</title>\n<path d=\"M14.984 0.187v4.125h-2.453c-1.922 0-2.281 0.922-2.281 2.25v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406c0-3.953 2.422-6.109 5.953-6.109 1.687 0 3.141 0.125 3.563 0.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github\" viewBox=\"0 0 24 28\">\n<title>github</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12 0 5.297-3.437 9.797-8.203 11.391-0.609 0.109-0.828-0.266-0.828-0.578 0-0.391 0.016-1.687 0.016-3.297 0-1.125-0.375-1.844-0.812-2.219 2.672-0.297 5.484-1.313 5.484-5.922 0-1.313-0.469-2.375-1.234-3.219 0.125-0.313 0.531-1.531-0.125-3.187-1-0.313-3.297 1.234-3.297 1.234-0.953-0.266-1.984-0.406-3-0.406s-2.047 0.141-3 0.406c0 0-2.297-1.547-3.297-1.234-0.656 1.656-0.25 2.875-0.125 3.187-0.766 0.844-1.234 1.906-1.234 3.219 0 4.594 2.797 5.625 5.469 5.922-0.344 0.313-0.656 0.844-0.766 1.609-0.688 0.313-2.438 0.844-3.484-1-0.656-1.141-1.844-1.234-1.844-1.234-1.172-0.016-0.078 0.734-0.078 0.734 0.781 0.359 1.328 1.75 1.328 1.75 0.703 2.141 4.047 1.422 4.047 1.422 0 1 0.016 1.937 0.016 2.234 0 0.313-0.219 0.688-0.828 0.578-4.766-1.594-8.203-6.094-8.203-11.391 0-6.625 5.375-12 12-12zM4.547 19.234c0.031-0.063-0.016-0.141-0.109-0.187-0.094-0.031-0.172-0.016-0.203 0.031-0.031 0.063 0.016 0.141 0.109 0.187 0.078 0.047 0.172 0.031 0.203-0.031zM5.031 19.766c0.063-0.047 0.047-0.156-0.031-0.25-0.078-0.078-0.187-0.109-0.25-0.047-0.063 0.047-0.047 0.156 0.031 0.25 0.078 0.078 0.187 0.109 0.25 0.047zM5.5 20.469c0.078-0.063 0.078-0.187 0-0.297-0.063-0.109-0.187-0.156-0.266-0.094-0.078 0.047-0.078 0.172 0 0.281s0.203 0.156 0.266 0.109zM6.156 21.125c0.063-0.063 0.031-0.203-0.063-0.297-0.109-0.109-0.25-0.125-0.313-0.047-0.078 0.063-0.047 0.203 0.063 0.297 0.109 0.109 0.25 0.125 0.313 0.047zM7.047 21.516c0.031-0.094-0.063-0.203-0.203-0.25-0.125-0.031-0.266 0.016-0.297 0.109s0.063 0.203 0.203 0.234c0.125 0.047 0.266 0 0.297-0.094zM8.031 21.594c0-0.109-0.125-0.187-0.266-0.172-0.141 0-0.25 0.078-0.25 0.172 0 0.109 0.109 0.187 0.266 0.172 0.141 0 0.25-0.078 0.25-0.172zM8.937 21.438c-0.016-0.094-0.141-0.156-0.281-0.141-0.141 0.031-0.234 0.125-0.219 0.234 0.016 0.094 0.141 0.156 0.281 0.125s0.234-0.125 0.219-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock\" viewBox=\"0 0 26 28\">\n<title>unlock</title>\n<path d=\"M26 9v4c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v3h1.5c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h10.5v-3c0-3.859 3.141-7 7-7s7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card\" viewBox=\"0 0 30 28\">\n<title>credit-card</title>\n<path d=\"M27.5 2c1.375 0 2.5 1.125 2.5 2.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25zM2.5 4c-0.266 0-0.5 0.234-0.5 0.5v3.5h26v-3.5c0-0.266-0.234-0.5-0.5-0.5h-25zM27.5 24c0.266 0 0.5-0.234 0.5-0.5v-9.5h-26v9.5c0 0.266 0.234 0.5 0.5 0.5h25zM4 22v-2h4v2h-4zM10 22v-2h6v2h-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-feed\" viewBox=\"0 0 22 28\">\n<title>feed</title>\n<path d=\"M6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 22.922c0.016 0.281-0.078 0.547-0.266 0.75-0.187 0.219-0.453 0.328-0.734 0.328h-2.109c-0.516 0-0.938-0.391-0.984-0.906-0.453-4.766-4.234-8.547-9-9-0.516-0.047-0.906-0.469-0.906-0.984v-2.109c0-0.281 0.109-0.547 0.328-0.734 0.172-0.172 0.422-0.266 0.672-0.266h0.078c3.328 0.266 6.469 1.719 8.828 4.094 2.375 2.359 3.828 5.5 4.094 8.828zM22 22.953c0.016 0.266-0.078 0.531-0.281 0.734-0.187 0.203-0.438 0.313-0.719 0.313h-2.234c-0.531 0-0.969-0.406-1-0.938-0.516-9.078-7.75-16.312-16.828-16.844-0.531-0.031-0.938-0.469-0.938-0.984v-2.234c0-0.281 0.109-0.531 0.313-0.719 0.187-0.187 0.438-0.281 0.688-0.281h0.047c5.469 0.281 10.609 2.578 14.484 6.469 3.891 3.875 6.188 9.016 6.469 14.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hdd-o\" viewBox=\"0 0 24 28\">\n<title>hdd-o</title>\n<path d=\"M16.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM20.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM22 21.5v-5c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5zM2.781 14h18.438l-2.453-7.531c-0.078-0.266-0.375-0.469-0.656-0.469h-12.219c-0.281 0-0.578 0.203-0.656 0.469zM24 16.5v5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-5c0-0.422 0.125-0.781 0.25-1.172l3.078-9.469c0.359-1.094 1.406-1.859 2.562-1.859h12.219c1.156 0 2.203 0.766 2.562 1.859l3.078 9.469c0.125 0.391 0.25 0.75 0.25 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullhorn\" viewBox=\"0 0 28 28\">\n<title>bullhorn</title>\n<path d=\"M26 10c1.109 0 2 0.891 2 2s-0.891 2-2 2v6c0 1.094-0.906 2-2 2-2.781-2.312-7.266-5.484-12.688-5.938-1.859 0.625-2.5 2.797-1.281 4.047-1.094 1.797 0.313 3.063 1.969 4.359-0.969 1.906-5 1.937-6.438 0.609-0.906-2.781-2.25-5.563-1.156-9.078h-1.906c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h7.5c6 0 11-3.5 14-6 1.094 0 2 0.906 2 2v6zM24 19.437v-14.906c-4.078 3.125-8.031 4.922-12 5.359v4.219c3.969 0.438 7.922 2.203 12 5.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-o\" viewBox=\"0 0 28 28\">\n<title>bell-o</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM3.844 22h20.312c-2.797-3.156-4.156-7.438-4.156-13 0-2.016-1.906-5-6-5s-6 2.984-6 5c0 5.563-1.359 9.844-4.156 13zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-certificate\" viewBox=\"0 0 24 28\">\n<title>certificate</title>\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-right\" viewBox=\"0 0 28 28\">\n<title>hand-o-right</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 12c0-1.062-0.953-2-2-2h-9c0-0.984 1.5-2 1.5-4 0-1.5-1.172-2-2.5-2-0.438 0-1.234 1.813-1.406 2.172-0.187 0.344-0.375 0.688-0.578 1.016-0.516 0.828-1.109 1.547-1.75 2.266-1 1.141-2.109 2.547-3.766 2.547h-0.5v10h0.5c2.734 0 5.406 2 8.437 2 1.75 0 2.953-0.734 2.953-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609h5.172c1.078 0 2-0.922 2-2zM28 11.984c0 2.188-1.813 4.016-4 4.016h-2.641c-0.047 0.656-0.25 1.281-0.578 1.859 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688-1.75 0-3.406-0.484-5.031-1.078-0.953-0.344-2.5-0.922-3.484-0.922h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.75 0 1.813-1.344 2.266-1.859 0.562-0.641 1.094-1.281 1.563-2.016 0.906-1.453 1.578-4.125 3.672-4.125 2.484 0 4.5 1.359 4.5 4 0 0.688-0.109 1.359-0.344 2h5.844c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-left\" viewBox=\"0 0 28 28\">\n<title>hand-o-left</title>\n<path d=\"M21.5 22h0.5v-10h-0.5c-1.656 0-2.766-1.406-3.766-2.547-0.641-0.719-1.234-1.437-1.75-2.266-0.219-0.344-0.406-0.703-0.594-1.062s-0.969-2.125-1.391-2.125c-1.328 0-2.5 0.5-2.5 2 0 2 1.5 3.016 1.5 4h-9c-1.047 0-2 0.938-2 2 0 1.078 0.922 2 2 2h5.172c-0.328 0.375-0.547 1.109-0.547 1.609 0 0.734 0.297 1.359 0.828 1.859-0.187 0.328-0.281 0.703-0.281 1.078 0 0.719 0.359 1.609 1.016 1.969-0.047 0.281-0.063 0.578-0.063 0.875 0 1.844 1.141 2.609 2.875 2.609 3.109 0 5.766-2 8.5-2zM26 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 12v10c0 1.109-0.891 2-2 2h-4.5c-0.984 0-2.531 0.578-3.484 0.922-1.594 0.578-3.234 1.078-4.953 1.078-2.875 0-4.969-1.625-4.953-4.609l0.016-0.078c-0.625-0.781-0.953-1.781-0.953-2.781 0-0.219 0.016-0.453 0.047-0.672-0.328-0.578-0.531-1.203-0.578-1.859h-2.641c-2.188 0-4-1.828-4-4.016 0-2.156 1.844-3.984 4-3.984h5.844c-0.234-0.641-0.344-1.312-0.344-2 0-2.641 2.016-4 4.5-4 2.094 0 2.766 2.672 3.672 4.125 0.469 0.734 1 1.375 1.563 2.016 0.453 0.516 1.516 1.859 2.266 1.859h4.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-up\" viewBox=\"0 0 24 28\">\n<title>hand-o-up</title>\n<path d=\"M20 25c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 13.062c0-1.766-0.719-2.953-2.609-2.953-0.297 0-0.594 0.031-0.875 0.078-0.359-0.656-1.25-1.016-1.969-1.016-0.375 0-0.75 0.094-1.078 0.281-0.5-0.531-1.125-0.828-1.859-0.828-0.5 0-1.234 0.219-1.609 0.547v-5.172c0-1.078-0.922-2-2-2-1.062 0-2 0.953-2 2v9c-0.984 0-2-1.5-4-1.5-1.5 0-2 1.172-2 2.5 0 0.438 1.813 1.234 2.172 1.406 0.344 0.187 0.688 0.375 1.016 0.578 0.828 0.516 1.547 1.109 2.266 1.75 1.141 1 2.547 2.109 2.547 3.766v0.5h10v-0.5c0-2.734 2-5.406 2-8.437zM24 12.984c0 1.75-0.484 3.406-1.078 5.031-0.344 0.953-0.922 2.5-0.922 3.484v4.5c0 1.109-0.891 2-2 2h-10c-1.109 0-2-0.891-2-2v-4.5c0-0.75-1.344-1.813-1.859-2.266-0.641-0.562-1.281-1.094-2.016-1.563-1.453-0.906-4.125-1.578-4.125-3.672 0-2.484 1.359-4.5 4-4.5 0.688 0 1.359 0.109 2 0.344v-5.844c0-2.156 1.828-4 3.984-4 2.188 0 4.016 1.813 4.016 4v2.641c0.656 0.047 1.281 0.25 1.859 0.578 0.219-0.031 0.453-0.047 0.672-0.047 1 0 2 0.328 2.781 0.938 2.953-0.031 4.688 1.984 4.688 4.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-down\" viewBox=\"0 0 24 28\">\n<title>hand-o-down</title>\n<path d=\"M22 15c0-3.109-2-5.766-2-8.5v-0.5h-10v0.5c0 1.656-1.406 2.766-2.547 3.766-0.719 0.641-1.437 1.234-2.266 1.75-0.344 0.219-0.703 0.406-1.062 0.594s-2.125 0.969-2.125 1.391c0 1.328 0.5 2.5 2 2.5 2 0 3.016-1.5 4-1.5v9c0 1.047 0.938 2 2 2 1.078 0 2-0.922 2-2v-5.172c0.406 0.313 1.094 0.547 1.609 0.547 0.734 0 1.359-0.297 1.859-0.828 0.328 0.187 0.703 0.281 1.078 0.281 0.719 0 1.609-0.359 1.969-1.016 0.281 0.047 0.578 0.063 0.875 0.063 1.844 0 2.609-1.141 2.609-2.875zM20 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 14.938c0 2.875-1.625 4.969-4.609 4.953l-0.078-0.016c-0.781 0.625-1.781 0.953-2.781 0.953-0.219 0-0.453-0.016-0.672-0.047-0.531 0.297-1.25 0.516-1.859 0.578v2.641c0 2.188-1.828 4-4.016 4-2.156 0-3.984-1.844-3.984-4v-5.844c-0.609 0.25-1.344 0.344-2 0.344-2.625 0-4-2.016-4-4.5 0-2.094 2.672-2.766 4.125-3.672 0.734-0.469 1.375-1 2.016-1.563 0.516-0.453 1.859-1.516 1.859-2.266v-4.5c0-1.109 0.891-2 2-2h10c1.109 0 2 0.891 2 2v4.5c0 0.984 0.578 2.531 0.922 3.484 0.578 1.594 1.078 3.234 1.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-left</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-7.844l2.953-2.953c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.516-0.297-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703s-0.094-0.516-0.281-0.703l-2.953-2.953h7.844c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-right</title>\n<path d=\"M20.078 14c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l2.953 2.953h-7.844c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h7.844l-2.953 2.953c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.516 0.297 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-up</title>\n<path d=\"M20.062 13.984c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l2.953-2.953v7.844c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-7.844l2.953 2.953c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-down</title>\n<path d=\"M20.062 14.016c0-0.266-0.094-0.516-0.281-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-2.953 2.953v-7.844c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v7.844l-2.953-2.953c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-globe\" viewBox=\"0 0 24 28\">\n<title>globe</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM16.281 10.141c-0.125 0.094-0.203 0.266-0.359 0.297 0.078-0.016 0.156-0.297 0.203-0.359 0.094-0.109 0.219-0.172 0.344-0.234 0.266-0.109 0.531-0.141 0.812-0.187 0.266-0.063 0.594-0.063 0.797 0.172-0.047-0.047 0.328-0.375 0.375-0.391 0.141-0.078 0.375-0.047 0.469-0.187 0.031-0.047 0.031-0.344 0.031-0.344-0.266 0.031-0.359-0.219-0.375-0.438 0 0.016-0.031 0.063-0.094 0.125 0.016-0.234-0.281-0.063-0.391-0.094-0.359-0.094-0.313-0.344-0.422-0.609-0.063-0.141-0.234-0.187-0.297-0.328-0.063-0.094-0.094-0.297-0.234-0.313-0.094-0.016-0.266 0.328-0.297 0.313-0.141-0.078-0.203 0.031-0.313 0.094-0.094 0.063-0.172 0.031-0.266 0.078 0.281-0.094-0.125-0.25-0.266-0.219 0.219-0.063 0.109-0.297-0.016-0.406h0.078c-0.031-0.141-0.469-0.266-0.609-0.359s-0.891-0.25-1.047-0.156c-0.187 0.109 0.047 0.422 0.047 0.578 0.016 0.187-0.187 0.234-0.187 0.391 0 0.266 0.5 0.219 0.375 0.578-0.078 0.219-0.375 0.266-0.5 0.438-0.125 0.156 0.016 0.438 0.141 0.547 0.125 0.094-0.219 0.25-0.266 0.281-0.266 0.125-0.469-0.266-0.531-0.5-0.047-0.172-0.063-0.375-0.25-0.469-0.094-0.031-0.391-0.078-0.453 0.016-0.094-0.234-0.422-0.328-0.641-0.406-0.313-0.109-0.578-0.109-0.906-0.063 0.109-0.016-0.031-0.5-0.297-0.422 0.078-0.156 0.047-0.328 0.078-0.484 0.031-0.125 0.094-0.25 0.187-0.359 0.031-0.063 0.375-0.422 0.266-0.438 0.266 0.031 0.562 0.047 0.781-0.172 0.141-0.141 0.203-0.375 0.344-0.531 0.203-0.234 0.453 0.063 0.672 0.078 0.313 0.016 0.297-0.328 0.125-0.484 0.203 0.016 0.031-0.359-0.078-0.406-0.141-0.047-0.672 0.094-0.391 0.203-0.063-0.031-0.438 0.75-0.656 0.359-0.063-0.078-0.094-0.406-0.234-0.422-0.125 0-0.203 0.141-0.25 0.234 0.078-0.203-0.438-0.344-0.547-0.359 0.234-0.156 0.047-0.328-0.125-0.422-0.125-0.078-0.516-0.141-0.625-0.016-0.297 0.359 0.313 0.406 0.469 0.5 0.047 0.031 0.234 0.141 0.125 0.219-0.094 0.047-0.375 0.125-0.406 0.187-0.094 0.141 0.109 0.297-0.031 0.438-0.141-0.141-0.141-0.375-0.25-0.531 0.141 0.172-0.562 0.078-0.547 0.078-0.234 0-0.609 0.156-0.781-0.078-0.031-0.063-0.031-0.422 0.063-0.344-0.141-0.109-0.234-0.219-0.328-0.281-0.516 0.172-1 0.391-1.469 0.641 0.063 0.016 0.109 0.016 0.187-0.016 0.125-0.047 0.234-0.125 0.359-0.187 0.156-0.063 0.484-0.25 0.656-0.109 0.016-0.031 0.063-0.063 0.078-0.078 0.109 0.125 0.219 0.25 0.313 0.391-0.125-0.063-0.328-0.031-0.469-0.016-0.109 0.031-0.297 0.063-0.344 0.187 0.047 0.078 0.109 0.203 0.078 0.281-0.203-0.141-0.359-0.375-0.641-0.406-0.125 0-0.25 0-0.344 0.016-1.5 0.828-2.766 2.031-3.672 3.469 0.063 0.063 0.125 0.109 0.187 0.125 0.156 0.047 0 0.5 0.297 0.266 0.094 0.078 0.109 0.187 0.047 0.297 0.016-0.016 0.641 0.391 0.688 0.422 0.109 0.094 0.281 0.203 0.328 0.328 0.031 0.109-0.063 0.234-0.156 0.281-0.016-0.031-0.25-0.266-0.281-0.203-0.047 0.078 0 0.5 0.172 0.484-0.25 0.016-0.141 0.984-0.203 1.172 0 0.016 0.031 0.016 0.031 0.016-0.047 0.187 0.109 0.922 0.422 0.844-0.203 0.047 0.359 0.766 0.438 0.812 0.203 0.141 0.438 0.234 0.578 0.438 0.156 0.219 0.156 0.547 0.375 0.719-0.063 0.187 0.328 0.406 0.313 0.672-0.031 0.016-0.047 0.016-0.078 0.031 0.078 0.219 0.375 0.219 0.484 0.422 0.063 0.125 0 0.422 0.203 0.359 0.031-0.344-0.203-0.688-0.375-0.969-0.094-0.156-0.187-0.297-0.266-0.453-0.078-0.141-0.094-0.313-0.156-0.469 0.063 0.016 0.406 0.141 0.375 0.187-0.125 0.313 0.5 0.859 0.672 1.062 0.047 0.047 0.406 0.516 0.219 0.516 0.203 0 0.484 0.313 0.578 0.469 0.141 0.234 0.109 0.531 0.203 0.781 0.094 0.313 0.531 0.453 0.781 0.594 0.219 0.109 0.406 0.266 0.625 0.344 0.328 0.125 0.406 0.016 0.688-0.031 0.406-0.063 0.453 0.391 0.781 0.562 0.203 0.109 0.641 0.266 0.859 0.172-0.094 0.031 0.328 0.672 0.359 0.719 0.141 0.187 0.406 0.281 0.562 0.469 0.047-0.031 0.094-0.078 0.109-0.141-0.063 0.172 0.234 0.5 0.391 0.469 0.172-0.031 0.219-0.375 0.219-0.5-0.313 0.156-0.594 0.031-0.766-0.281-0.031-0.078-0.281-0.516-0.063-0.516 0.297 0 0.094-0.234 0.063-0.453s-0.25-0.359-0.359-0.547c-0.094 0.187-0.406 0.141-0.5-0.016 0 0.047-0.047 0.125-0.047 0.187-0.078 0-0.156 0.016-0.234-0.016 0.031-0.187 0.047-0.422 0.094-0.625 0.078-0.281 0.594-0.828-0.078-0.797-0.234 0.016-0.328 0.109-0.406 0.313-0.078 0.187-0.047 0.359-0.266 0.453-0.141 0.063-0.609 0.031-0.75-0.047-0.297-0.172-0.5-0.719-0.5-1.031-0.016-0.422 0.203-0.797 0-1.188 0.094-0.078 0.187-0.234 0.297-0.313 0.094-0.063 0.203 0.047 0.25-0.141-0.047-0.031-0.109-0.094-0.125-0.094 0.234 0.109 0.672-0.156 0.875 0 0.125 0.094 0.266 0.125 0.344-0.031 0.016-0.047-0.109-0.234-0.047-0.359 0.047 0.266 0.219 0.313 0.453 0.141 0.094 0.094 0.344 0.063 0.516 0.156 0.172 0.109 0.203 0.281 0.406 0.047 0.125 0.187 0.141 0.187 0.187 0.375 0.047 0.172 0.141 0.609 0.297 0.688 0.328 0.203 0.25-0.344 0.219-0.531-0.016-0.016-0.016-0.531-0.031-0.531-0.5-0.109-0.313-0.5-0.031-0.766 0.047-0.031 0.406-0.156 0.562-0.281 0.141-0.125 0.313-0.344 0.234-0.547 0.078 0 0.141-0.063 0.172-0.141-0.047-0.016-0.234-0.172-0.266-0.156 0.109-0.063 0.094-0.156 0.031-0.25 0.156-0.094 0.078-0.266 0.234-0.328 0.172 0.234 0.516-0.031 0.344-0.219 0.156-0.219 0.516-0.109 0.609-0.313 0.234 0.063 0.063-0.234 0.187-0.406 0.109-0.141 0.297-0.141 0.438-0.219 0 0.016 0.391-0.219 0.266-0.234 0.266 0.031 0.797-0.25 0.391-0.484 0.063-0.141-0.141-0.203-0.281-0.234 0.109-0.031 0.25 0.031 0.344-0.031 0.203-0.141 0.063-0.203-0.109-0.25-0.219-0.063-0.5 0.078-0.672 0.187zM13.734 23.844c2.141-0.375 4.047-1.437 5.484-2.953-0.094-0.094-0.266-0.063-0.391-0.125-0.125-0.047-0.219-0.094-0.375-0.125 0.031-0.313-0.313-0.422-0.531-0.578-0.203-0.156-0.328-0.328-0.625-0.266-0.031 0.016-0.344 0.125-0.281 0.187-0.203-0.172-0.297-0.266-0.562-0.344-0.25-0.078-0.422-0.391-0.672-0.109-0.125 0.125-0.063 0.313-0.125 0.438-0.203-0.172 0.187-0.375 0.031-0.562-0.187-0.219-0.516 0.141-0.672 0.234-0.094 0.078-0.203 0.109-0.266 0.203-0.078 0.109-0.109 0.25-0.172 0.359-0.047-0.125-0.313-0.094-0.328-0.187 0.063 0.375 0.063 0.766 0.141 1.141 0.047 0.219 0 0.578-0.187 0.75s-0.422 0.359-0.453 0.625c-0.031 0.187 0.016 0.359 0.187 0.406 0.016 0.234-0.25 0.406-0.234 0.656 0 0.016 0.016 0.172 0.031 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wrench\" viewBox=\"0 0 26 28\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tasks\" viewBox=\"0 0 28 28\">\n<title>tasks</title>\n<path d=\"M16 22h10v-2h-10v2zM10 14h16v-2h-16v2zM20 6h6v-2h-6v2zM28 19v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 11v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-filter\" viewBox=\"0 0 22 28\">\n<title>filter</title>\n<path d=\"M21.922 4.609c0.156 0.375 0.078 0.812-0.219 1.094l-7.703 7.703v11.594c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703v-7.594l-7.703-7.703c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h20c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-briefcase\" viewBox=\"0 0 28 28\">\n<title>briefcase</title>\n<path d=\"M10 4h8v-2h-8v2zM28 14v7.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-7.5h10.5v2.5c0 0.547 0.453 1 1 1h5c0.547 0 1-0.453 1-1v-2.5h10.5zM16 14v2h-4v-2h4zM28 6.5v6h-28v-6c0-1.375 1.125-2.5 2.5-2.5h5.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-alt\" viewBox=\"0 0 24 28\">\n<title>arrows-alt</title>\n<path d=\"M20.047 8.453l-5.547 5.547 5.547 5.547 2.25-2.25c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.25-2.25-5.547-5.547-5.547 5.547 2.25 2.25c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.25 2.25 5.547-5.547-5.547-5.547-2.25 2.25c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-7c0-0.547 0.453-1 1-1h7c0.406 0 0.766 0.25 0.922 0.625 0.156 0.359 0.078 0.797-0.219 1.078l-2.25 2.25 5.547 5.547 5.547-5.547-2.25-2.25c-0.297-0.281-0.375-0.719-0.219-1.078 0.156-0.375 0.516-0.625 0.922-0.625h7c0.547 0 1 0.453 1 1v7c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.109-0.703-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-group\" viewBox=\"0 0 30 28\">\n<title>group</title>\n<path d=\"M9.266 14c-1.625 0.047-3.094 0.75-4.141 2h-2.094c-1.563 0-3.031-0.75-3.031-2.484 0-1.266-0.047-5.516 1.937-5.516 0.328 0 1.953 1.328 4.062 1.328 0.719 0 1.406-0.125 2.078-0.359-0.047 0.344-0.078 0.688-0.078 1.031 0 1.422 0.453 2.828 1.266 4zM26 23.953c0 2.531-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.516-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.531 0 2.469 2.172 5.594 2.172s5.063-2.172 5.594-2.172c4.578 0 5.406 5.422 5.406 8.953zM10 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM21 10c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM30 13.516c0 1.734-1.469 2.484-3.031 2.484h-2.094c-1.047-1.25-2.516-1.953-4.141-2 0.812-1.172 1.266-2.578 1.266-4 0-0.344-0.031-0.688-0.078-1.031 0.672 0.234 1.359 0.359 2.078 0.359 2.109 0 3.734-1.328 4.062-1.328 1.984 0 1.937 4.25 1.937 5.516zM28 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain\" viewBox=\"0 0 26 28\">\n<title>chain</title>\n<path d=\"M22.75 19c0-0.406-0.156-0.781-0.438-1.062l-3.25-3.25c-0.281-0.281-0.672-0.438-1.062-0.438-0.453 0-0.812 0.172-1.125 0.5 0.516 0.516 1.125 0.953 1.125 1.75 0 0.828-0.672 1.5-1.5 1.5-0.797 0-1.234-0.609-1.75-1.125-0.328 0.313-0.516 0.672-0.516 1.141 0 0.391 0.156 0.781 0.438 1.062l3.219 3.234c0.281 0.281 0.672 0.422 1.062 0.422s0.781-0.141 1.062-0.406l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047zM11.766 7.984c0-0.391-0.156-0.781-0.438-1.062l-3.219-3.234c-0.281-0.281-0.672-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l3.25 3.25c0.281 0.281 0.672 0.422 1.062 0.422 0.453 0 0.812-0.156 1.125-0.484-0.516-0.516-1.125-0.953-1.125-1.75 0-0.828 0.672-1.5 1.5-1.5 0.797 0 1.234 0.609 1.75 1.125 0.328-0.313 0.516-0.672 0.516-1.141zM25.75 19c0 1.188-0.484 2.344-1.328 3.172l-2.297 2.281c-0.844 0.844-1.984 1.297-3.172 1.297-1.203 0-2.344-0.469-3.187-1.328l-3.219-3.234c-0.844-0.844-1.297-1.984-1.297-3.172 0-1.234 0.5-2.406 1.375-3.266l-1.375-1.375c-0.859 0.875-2.016 1.375-3.25 1.375-1.188 0-2.344-0.469-3.187-1.313l-3.25-3.25c-0.859-0.859-1.313-1.984-1.313-3.187 0-1.188 0.484-2.344 1.328-3.172l2.297-2.281c0.844-0.844 1.984-1.297 3.172-1.297 1.203 0 2.344 0.469 3.187 1.328l3.219 3.234c0.844 0.844 1.297 1.984 1.297 3.172 0 1.234-0.5 2.406-1.375 3.266l1.375 1.375c0.859-0.875 2.016-1.375 3.25-1.375 1.188 0 2.344 0.469 3.187 1.313l3.25 3.25c0.859 0.859 1.313 1.984 1.313 3.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud\" viewBox=\"0 0 30 28\">\n<title>cloud</title>\n<path d=\"M30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.797 1.656-5.219 4.031-6.328-0.016-0.219-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.344 0 6.203 2.047 7.406 4.969 0.688-0.609 1.594-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.797-0.234 1.531-0.641 2.156 2.656 0.625 4.641 3 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flask\" viewBox=\"0 0 26 28\">\n<title>flask</title>\n<path d=\"M23.859 22.625c1.172 1.859 0.344 3.375-1.859 3.375h-18c-2.203 0-3.031-1.516-1.859-3.375l7.859-12.391v-6.234h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h8c0.547 0 1 0.453 1 1s-0.453 1-1 1h-1v6.234zM11.688 11.297l-4.25 6.703h11.125l-4.25-6.703-0.313-0.484v-6.813h-2v6.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cut\" viewBox=\"0 0 28 28\">\n<title>cut</title>\n<path d=\"M15 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19.688 15l7.922 6.219c0.281 0.203 0.422 0.547 0.391 0.875-0.047 0.344-0.25 0.641-0.547 0.797l-2 1c-0.141 0.078-0.297 0.109-0.453 0.109-0.172 0-0.344-0.047-0.484-0.125l-10.781-6.047-1.719 1.031c-0.063 0.031-0.125 0.063-0.187 0.078 0.141 0.484 0.203 1 0.156 1.516-0.141 1.609-1.219 3.141-2.938 4.234-1.328 0.844-2.859 1.313-4.328 1.313-1.406 0-2.594-0.422-3.469-1.219-0.891-0.828-1.344-2.016-1.234-3.234 0.141-1.594 1.219-3.141 2.922-4.234 1.328-0.844 2.875-1.313 4.344-1.313 0.875 0 1.672 0.172 2.359 0.484 0.094-0.141 0.203-0.25 0.344-0.344l1.906-1.141-1.906-1.141c-0.141-0.094-0.25-0.203-0.344-0.344-0.688 0.313-1.484 0.484-2.359 0.484-1.469 0-3.016-0.469-4.344-1.313-1.703-1.094-2.781-2.641-2.922-4.234-0.109-1.219 0.344-2.406 1.234-3.219 0.875-0.812 2.063-1.234 3.469-1.234 1.469 0 3 0.469 4.328 1.313 1.719 1.078 2.797 2.625 2.938 4.234 0.047 0.516-0.016 1.031-0.156 1.516 0.063 0.016 0.125 0.047 0.187 0.078l1.719 1.031 10.781-6.047c0.141-0.078 0.313-0.125 0.484-0.125 0.156 0 0.313 0.031 0.453 0.109l2 1c0.297 0.156 0.5 0.453 0.547 0.797 0.031 0.328-0.109 0.672-0.391 0.875zM9.047 10.938c0.953-0.875 0.359-2.453-1.328-3.516-0.953-0.609-2.063-0.922-3-0.922-0.719 0-1.359 0.187-1.766 0.562-0.953 0.875-0.359 2.453 1.328 3.516 0.953 0.609 2.047 0.922 3 0.922 0.719 0 1.359-0.187 1.766-0.562zM7.719 22.578c1.687-1.062 2.281-2.641 1.328-3.516-0.406-0.375-1.047-0.562-1.766-0.562-0.953 0-2.047 0.313-3 0.922-1.687 1.062-2.281 2.641-1.328 3.516 0.406 0.375 1.047 0.562 1.766 0.562 0.938 0 2.047-0.313 3-0.922zM10.5 13l1.5 0.906v-0.172c0-0.359 0.203-0.688 0.516-0.875l0.219-0.125-1.234-0.734-0.406 0.406c-0.125 0.125-0.219 0.25-0.344 0.359-0.047 0.047-0.078 0.063-0.109 0.094zM14 16.5l1.5 0.5 11.5-9-2-1-12 6.734v1.766l-2.5 1.5 0.141 0.125c0.031 0.047 0.063 0.063 0.109 0.094 0.125 0.125 0.219 0.25 0.344 0.375l0.406 0.406zM25 23l2-1-8.125-6.375-2.766 2.156c-0.047 0.063-0.125 0.078-0.203 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copy\" viewBox=\"0 0 28 28\">\n<title>copy</title>\n<path d=\"M26.5 6c0.828 0 1.5 0.672 1.5 1.5v19c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-4.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-10.5c0-0.828 0.484-1.984 1.062-2.562l6.375-6.375c0.578-0.578 1.734-1.062 2.562-1.062h6.5c0.828 0 1.5 0.672 1.5 1.5v5.125c0.609-0.359 1.391-0.625 2-0.625h6.5zM18 9.328l-4.672 4.672h4.672v-4.672zM8 3.328l-4.672 4.672h4.672v-4.672zM11.062 13.438l4.937-4.937v-6.5h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h8v-4c0-0.828 0.484-1.984 1.062-2.562zM26 26v-18h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paperclip\" viewBox=\"0 0 22 28\">\n<title>paperclip</title>\n<path d=\"M21.938 21.641c0 2.438-1.859 4.297-4.297 4.297-1.375 0-2.703-0.594-3.672-1.563l-12.141-12.125c-1.109-1.125-1.766-2.656-1.766-4.234 0-3.313 2.609-5.953 5.922-5.953 1.594 0 3.125 0.641 4.266 1.766l9.453 9.469c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.875 1.203-1.203 1.203-0.141 0-0.266-0.063-0.359-0.156l-9.469-9.484c-0.75-0.734-1.766-1.203-2.828-1.203-2.219 0-3.938 1.797-3.938 4 0 1.062 0.438 2.078 1.188 2.828l12.125 12.141c0.594 0.594 1.422 0.984 2.266 0.984 1.328 0 2.312-0.984 2.312-2.312 0-0.859-0.391-1.672-0.984-2.266l-9.078-9.078c-0.25-0.234-0.594-0.375-0.938-0.375-0.594 0-1.047 0.438-1.047 1.047 0 0.344 0.156 0.672 0.391 0.922l6.406 6.406c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.891 1.219-1.219 1.219-0.125 0-0.25-0.063-0.344-0.156l-6.406-6.406c-0.625-0.609-0.984-1.469-0.984-2.328 0-1.719 1.344-3.062 3.063-3.062 0.875 0 1.719 0.359 2.328 0.984l9.078 9.078c0.984 0.969 1.563 2.297 1.563 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-floppy-o\" viewBox=\"0 0 24 28\">\n<title>floppy-o</title>\n<path d=\"M6 24h12v-6h-12v6zM20 24h2v-14c0-0.297-0.266-0.938-0.469-1.141l-4.391-4.391c-0.219-0.219-0.828-0.469-1.141-0.469v6.5c0 0.828-0.672 1.5-1.5 1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v20h2v-6.5c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5v6.5zM14 9.5v-5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5zM24 10v14.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h14.5c0.828 0 1.969 0.469 2.562 1.062l4.375 4.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square\" viewBox=\"0 0 24 28\">\n<title>square</title>\n<path d=\"M24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bars\" viewBox=\"0 0 24 28\">\n<title>bars</title>\n<path d=\"M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ul\" viewBox=\"0 0 28 28\">\n<title>list-ul</title>\n<path d=\"M6 22c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM6 14c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM6 6c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ol\" viewBox=\"0 0 28 28\">\n<title>list-ol</title>\n<path d=\"M5.953 25.312c0 1.719-1.344 2.688-2.969 2.688-0.984 0-1.984-0.328-2.688-1.031l0.891-1.375c0.422 0.391 1.062 0.703 1.656 0.703 0.547 0 1.125-0.266 1.125-0.891 0-0.875-1-0.922-1.641-0.875l-0.406-0.875c0.562-0.719 1.078-1.516 1.75-2.125v-0.016c-0.5 0-1.016 0.031-1.516 0.031v0.828h-1.656v-2.375h5.203v1.375l-1.484 1.797c1.047 0.25 1.734 1.062 1.734 2.141zM5.984 15.516v2.484h-5.656c-0.047-0.281-0.094-0.562-0.094-0.844 0-2.891 3.531-3.328 3.531-4.641 0-0.531-0.328-0.812-0.844-0.812-0.547 0-1 0.469-1.266 0.906l-1.328-0.922c0.516-1.078 1.578-1.687 2.766-1.687 1.453 0 2.703 0.859 2.703 2.406 0 2.312-3.391 2.828-3.437 4.047h1.984v-0.938h1.641zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM6 6.453v1.547h-5.234v-1.547h1.672c0-1.266 0.016-2.531 0.016-3.797v-0.187h-0.031c-0.172 0.344-0.484 0.578-0.781 0.844l-1.109-1.188 2.125-1.984h1.656v6.312h1.687zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-strikethrough\" viewBox=\"0 0 28 28\">\n<title>strikethrough</title>\n<path d=\"M27.5 14c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h27zM7.547 13c-0.297-0.375-0.562-0.797-0.797-1.25-0.5-1.016-0.75-2-0.75-2.938 0-1.906 0.703-3.5 2.094-4.828s3.437-1.984 6.141-1.984c0.594 0 1.453 0.109 2.609 0.297 0.688 0.125 1.609 0.375 2.766 0.75 0.109 0.406 0.219 1.031 0.328 1.844 0.141 1.234 0.219 2.187 0.219 2.859 0 0.219-0.031 0.453-0.078 0.703l-0.187 0.047-1.313-0.094-0.219-0.031c-0.531-1.578-1.078-2.641-1.609-3.203-0.922-0.953-2.031-1.422-3.281-1.422-1.188 0-2.141 0.313-2.844 0.922s-1.047 1.375-1.047 2.281c0 0.766 0.344 1.484 1.031 2.188s2.141 1.375 4.359 2.016c0.75 0.219 1.641 0.562 2.703 1.031 0.562 0.266 1.062 0.531 1.484 0.812h-11.609zM15.469 17h6.422c0.078 0.438 0.109 0.922 0.109 1.437 0 1.125-0.203 2.234-0.641 3.313-0.234 0.578-0.594 1.109-1.109 1.625-0.375 0.359-0.938 0.781-1.703 1.266-0.781 0.469-1.563 0.828-2.391 1.031-0.828 0.219-1.875 0.328-3.172 0.328-0.859 0-1.891-0.031-3.047-0.359l-2.188-0.625c-0.609-0.172-0.969-0.313-1.125-0.438-0.063-0.063-0.125-0.172-0.125-0.344v-0.203c0-0.125 0.031-0.938-0.031-2.438-0.031-0.781 0.031-1.328 0.031-1.641v-0.688l1.594-0.031c0.578 1.328 0.844 2.125 1.016 2.406 0.375 0.609 0.797 1.094 1.25 1.469s1 0.672 1.641 0.891c0.625 0.234 1.328 0.344 2.063 0.344 0.656 0 1.391-0.141 2.172-0.422 0.797-0.266 1.437-0.719 1.906-1.344 0.484-0.625 0.734-1.297 0.734-2.016 0-0.875-0.422-1.687-1.266-2.453-0.344-0.297-1.062-0.672-2.141-1.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-underline\" viewBox=\"0 0 24 28\">\n<title>underline</title>\n<path d=\"M0.75 3.484c-0.281-0.016-0.516-0.016-0.703-0.063l-0.047-1.375c0.203-0.016 0.406-0.016 0.625-0.016 0.547 0 1.141 0.016 1.75 0.063 1.469 0.078 2.344 0.109 2.594 0.109 0.891 0 1.766-0.016 2.625-0.047 0.844-0.031 1.609-0.063 2.281-0.078 0.656 0 1.109-0.016 1.344-0.031l-0.016 0.219 0.031 1v0.141c-0.625 0.094-1.266 0.141-1.937 0.141-0.625 0-1.031 0.125-1.234 0.391-0.141 0.156-0.203 0.844-0.203 2.063 0 0.375 0.016 0.672 0.016 0.906l0.016 3.578 0.219 4.375c0.063 1.266 0.313 2.312 0.797 3.156 0.359 0.609 0.859 1.094 1.5 1.437 0.938 0.5 1.859 0.734 2.766 0.734 1.062 0 2.063-0.141 2.984-0.438 0.547-0.172 1.062-0.422 1.547-0.797 0.484-0.359 0.828-0.688 1.016-1 0.406-0.625 0.672-1.234 0.828-1.781 0.219-0.766 0.328-1.953 0.328-3.578 0-2.797-0.203-2.875-0.438-6.406l-0.063-0.922c-0.047-0.672-0.156-1.141-0.375-1.375-0.344-0.359-0.75-0.547-1.203-0.531l-1.563 0.031-0.219-0.047 0.031-1.344h1.313l3.203 0.156c1.062 0.047 2.078-0.047 3.063-0.156l0.281 0.031c0.063 0.391 0.094 0.656 0.094 0.797s-0.031 0.297-0.063 0.484c-0.422 0.109-0.859 0.187-1.313 0.203-0.734 0.109-1.156 0.187-1.234 0.266-0.141 0.141-0.234 0.344-0.234 0.641 0 0.203 0.031 0.516 0.047 0.906 0 0 0.125 0.281 0.344 6.188 0.078 2.359-0.078 3.953-0.234 4.75s-0.375 1.437-0.641 1.906c-0.406 0.688-1 1.328-1.75 1.922-0.766 0.578-1.703 1.047-2.844 1.391s-2.469 0.516-3.984 0.516c-1.719 0-3.203-0.234-4.438-0.719s-2.172-1.125-2.797-1.906-1.062-1.797-1.297-3.047c-0.172-0.859-0.25-2.094-0.25-3.703v-5.203c0-1.969-0.094-3.078-0.266-3.328-0.25-0.359-1.016-0.578-2.297-0.609zM24 25.5v-1c0-0.281-0.219-0.5-0.5-0.5h-23c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h23c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-table\" viewBox=\"0 0 26 28\">\n<title>table</title>\n<path d=\"M8 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM26 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magic\" viewBox=\"0 0 26 28\">\n<title>magic</title>\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-truck\" viewBox=\"0 0 29 28\">\n<title>truck</title>\n<path d=\"M10 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM4 14h6v-4h-2.469c-0.063 0-0.297 0.094-0.344 0.141l-3.047 3.047c-0.047 0.047-0.141 0.281-0.141 0.344v0.469zM24 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM28 5v16c0 1.156-1.219 1-2 1 0 2.203-1.797 4-4 4s-4-1.797-4-4h-6c0 2.203-1.797 4-4 4s-4-1.797-4-4h-1c-0.781 0-2 0.156-2-1 0-0.547 0.453-1 1-1v-5c0-1.109-0.156-2.344 0.703-3.203l3.094-3.094c0.391-0.391 1.141-0.703 1.703-0.703h2.5v-3c0-0.547 0.453-1 1-1h16c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest\" viewBox=\"0 0 24 28\">\n<title>pinterest</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12-1.188 0-2.312-0.172-3.406-0.5 0.453-0.719 0.969-1.641 1.219-2.562 0 0 0.141-0.531 0.844-3.297 0.406 0.797 1.625 1.5 2.922 1.5 3.859 0 6.484-3.516 6.484-8.234 0-3.547-3.016-6.875-7.609-6.875-5.688 0-8.563 4.094-8.563 7.5 0 2.063 0.781 3.906 2.453 4.594 0.266 0.109 0.516 0 0.594-0.313 0.063-0.203 0.187-0.734 0.25-0.953 0.078-0.313 0.047-0.406-0.172-0.672-0.484-0.578-0.797-1.313-0.797-2.359 0-3.031 2.266-5.75 5.906-5.75 3.219 0 5 1.969 5 4.609 0 3.453-1.531 6.375-3.813 6.375-1.25 0-2.188-1.031-1.891-2.312 0.359-1.516 1.062-3.156 1.062-4.25 0-0.984-0.531-1.813-1.625-1.813-1.281 0-2.312 1.328-2.312 3.109 0 0 0 1.141 0.391 1.906-1.313 5.563-1.547 6.531-1.547 6.531-0.219 0.906-0.234 1.922-0.203 2.766-4.234-1.859-7.187-6.078-7.187-11 0-6.625 5.375-12 12-12s12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-square\" viewBox=\"0 0 24 28\">\n<title>pinterest-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-11.328c0.516-0.734 1.359-2 1.687-3.281 0 0 0.141-0.531 0.828-3.266 0.422 0.797 1.625 1.484 2.906 1.484 3.813 0 6.406-3.484 6.406-8.141 0-3.516-2.984-6.797-7.516-6.797-5.641 0-8.484 4.047-8.484 7.422 0 2.031 0.781 3.844 2.438 4.531 0.266 0.109 0.516 0 0.594-0.297 0.047-0.203 0.172-0.734 0.234-0.953 0.078-0.297 0.047-0.406-0.172-0.656-0.469-0.578-0.781-1.297-0.781-2.344 0-3 2.25-5.672 5.844-5.672 3.187 0 4.937 1.937 4.937 4.547 0 3.422-1.516 6.312-3.766 6.312-1.234 0-2.172-1.031-1.875-2.297 0.359-1.5 1.047-3.125 1.047-4.203 0-0.969-0.516-1.781-1.594-1.781-1.266 0-2.281 1.313-2.281 3.063 0 0 0 1.125 0.375 1.891-1.297 5.5-1.531 6.469-1.531 6.469-0.344 1.437-0.203 3.109-0.109 3.969h-2.859c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-square\" viewBox=\"0 0 24 28\">\n<title>google-plus-square</title>\n<path d=\"M14.328 14.141c0-0.391-0.047-0.703-0.094-1h-5.656v2.063h3.391c-0.125 0.875-1.016 2.578-3.391 2.578-2.063 0-3.734-1.687-3.734-3.781s1.672-3.781 3.734-3.781c1.156 0 1.937 0.484 2.391 0.922l1.625-1.578c-1.047-0.969-2.406-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus\" viewBox=\"0 0 36 28\">\n<title>google-plus</title>\n<path d=\"M22.453 14.266c0 6.547-4.391 11.188-11 11.188-6.328 0-11.453-5.125-11.453-11.453s5.125-11.453 11.453-11.453c3.094 0 5.672 1.125 7.672 3l-3.109 2.984c-0.844-0.812-2.328-1.766-4.562-1.766-3.906 0-7.094 3.234-7.094 7.234s3.187 7.234 7.094 7.234c4.531 0 6.234-3.266 6.5-4.937h-6.5v-3.938h10.813c0.109 0.578 0.187 1.156 0.187 1.906zM36 12.359v3.281h-3.266v3.266h-3.281v-3.266h-3.266v-3.281h3.266v-3.266h3.281v3.266h3.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-money\" viewBox=\"0 0 30 28\">\n<title>money</title>\n<path d=\"M12 18h6v-1.5h-2v-7h-1.781l-2.312 2.141 1.203 1.25c0.375-0.328 0.609-0.5 0.859-0.891h0.031v4.5h-2v1.5zM20 14c0 2.844-1.719 6.5-5 6.5s-5-3.656-5-6.5 1.719-6.5 5-6.5 5 3.656 5 6.5zM28 18v-8c-2.203 0-4-1.797-4-4h-18c0 2.203-1.797 4-4 4v8c2.203 0 4 1.797 4 4h18c0-2.203 1.797-4 4-4zM30 5v18c0 0.547-0.453 1-1 1h-28c-0.547 0-1-0.453-1-1v-18c0-0.547 0.453-1 1-1h28c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-down\" viewBox=\"0 0 16 28\">\n<title>caret-down</title>\n<path d=\"M16 11c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-up\" viewBox=\"0 0 16 28\">\n<title>caret-up</title>\n<path d=\"M16 19c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-left\" viewBox=\"0 0 11 28\">\n<title>caret-left</title>\n<path d=\"M10 7v14c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-right\" viewBox=\"0 0 9 28\">\n<title>caret-right</title>\n<path d=\"M9 14c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-14c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-columns\" viewBox=\"0 0 26 28\">\n<title>columns</title>\n<path d=\"M2.5 24h9.5v-18h-10v17.5c0 0.266 0.234 0.5 0.5 0.5zM24 23.5v-17.5h-10v18h9.5c0.266 0 0.5-0.234 0.5-0.5zM26 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort\" viewBox=\"0 0 16 28\">\n<title>sort</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-desc\" viewBox=\"0 0 16 28\">\n<title>sort-desc</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-asc\" viewBox=\"0 0 16 28\">\n<title>sort-asc</title>\n<path d=\"M16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope\" viewBox=\"0 0 28 28\">\n<title>envelope</title>\n<path d=\"M28 11.094v12.406c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-12.406c0.469 0.516 1 0.969 1.578 1.359 2.594 1.766 5.219 3.531 7.766 5.391 1.313 0.969 2.938 2.156 4.641 2.156h0.031c1.703 0 3.328-1.188 4.641-2.156 2.547-1.844 5.172-3.625 7.781-5.391 0.562-0.391 1.094-0.844 1.563-1.359zM28 6.5c0 1.75-1.297 3.328-2.672 4.281-2.438 1.687-4.891 3.375-7.313 5.078-1.016 0.703-2.734 2.141-4 2.141h-0.031c-1.266 0-2.984-1.437-4-2.141-2.422-1.703-4.875-3.391-7.297-5.078-1.109-0.75-2.688-2.516-2.688-3.938 0-1.531 0.828-2.844 2.5-2.844h23c1.359 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin\" viewBox=\"0 0 24 28\">\n<title>linkedin</title>\n<path d=\"M5.453 9.766v15.484h-5.156v-15.484h5.156zM5.781 4.984c0.016 1.484-1.109 2.672-2.906 2.672v0h-0.031c-1.734 0-2.844-1.188-2.844-2.672 0-1.516 1.156-2.672 2.906-2.672 1.766 0 2.859 1.156 2.875 2.672zM24 16.375v8.875h-5.141v-8.281c0-2.078-0.75-3.5-2.609-3.5-1.422 0-2.266 0.953-2.641 1.875-0.125 0.344-0.172 0.797-0.172 1.266v8.641h-5.141c0.063-14.031 0-15.484 0-15.484h5.141v2.25h-0.031c0.672-1.062 1.891-2.609 4.672-2.609 3.391 0 5.922 2.219 5.922 6.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rotate-left\" viewBox=\"0 0 24 28\">\n<title>rotate-left</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gavel\" viewBox=\"0 0 28 28\">\n<title>gavel</title>\n<path d=\"M27.672 24c0 0.531-0.219 1.047-0.578 1.406l-1.672 1.687c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-5.672-5.688c-0.375-0.359-0.594-0.875-0.594-1.406 0-0.594 0.25-1.078 0.672-1.5l-4-4-1.969 1.969c-0.141 0.141-0.328 0.219-0.531 0.219s-0.391-0.078-0.531-0.219c0.469 0.469 0.906 0.812 0.906 1.531 0 0.406-0.156 0.766-0.438 1.062-0.531 0.562-1.094 1.313-1.937 1.313-0.391 0-0.781-0.156-1.062-0.438l-6.375-6.375c-0.281-0.281-0.438-0.672-0.438-1.062 0-0.844 0.75-1.406 1.313-1.937 0.297-0.281 0.656-0.438 1.062-0.438 0.719 0 1.062 0.438 1.531 0.906-0.141-0.141-0.219-0.328-0.219-0.531s0.078-0.391 0.219-0.531l5.437-5.437c0.141-0.141 0.328-0.219 0.531-0.219s0.391 0.078 0.531 0.219c-0.469-0.469-0.906-0.812-0.906-1.531 0-0.406 0.156-0.766 0.438-1.062 0.531-0.562 1.094-1.313 1.937-1.313 0.391 0 0.781 0.156 1.062 0.438l6.375 6.375c0.281 0.281 0.438 0.672 0.438 1.062 0 0.844-0.75 1.406-1.313 1.937-0.297 0.281-0.656 0.438-1.062 0.438-0.719 0-1.062-0.438-1.531-0.906 0.141 0.141 0.219 0.328 0.219 0.531s-0.078 0.391-0.219 0.531l-1.969 1.969 4 4c0.422-0.422 0.906-0.672 1.5-0.672 0.531 0 1.047 0.219 1.422 0.578l5.672 5.672c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashboard\" viewBox=\"0 0 28 28\">\n<title>dashboard</title>\n<path d=\"M6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM9 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM15.687 18.516l1.578-5.969c0.125-0.531-0.187-1.078-0.719-1.219v0c-0.531-0.141-1.078 0.187-1.219 0.719l-1.578 5.969c-1.234 0.094-2.312 0.953-2.656 2.219-0.422 1.609 0.547 3.25 2.141 3.672 1.609 0.422 3.25-0.547 3.672-2.141 0.328-1.266-0.203-2.547-1.219-3.25zM26 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 18c0 2.688-0.766 5.281-2.203 7.547-0.187 0.281-0.5 0.453-0.844 0.453h-21.906c-0.344 0-0.656-0.172-0.844-0.453-1.437-2.25-2.203-4.859-2.203-7.547 0-7.719 6.281-14 14-14s14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment-o\" viewBox=\"0 0 28 28\">\n<title>comment-o</title>\n<path d=\"M14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.531 6.266-10 14-10v0c7.734 0 14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments-o\" viewBox=\"0 0 28 28\">\n<title>comments-o</title>\n<path d=\"M11 6c-4.875 0-9 2.75-9 6 0 1.719 1.156 3.375 3.156 4.531l1.516 0.875-0.547 1.313c0.328-0.187 0.656-0.391 0.969-0.609l0.688-0.484 0.828 0.156c0.781 0.141 1.578 0.219 2.391 0.219 4.875 0 9-2.75 9-6s-4.125-6-9-6zM11 4c6.078 0 11 3.578 11 8s-4.922 8-11 8c-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8zM23.844 22.266c0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375 0 2.547-1.625 4.797-4.156 6.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bolt\" viewBox=\"0 0 14 28\">\n<title>bolt</title>\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sitemap\" viewBox=\"0 0 28 28\">\n<title>sitemap</title>\n<path d=\"M28 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3c0-1.094 0.906-2 2-2h8v-3h-1.5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-1.5v3h8c1.094 0 2 0.906 2 2v3h1.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-umbrella\" viewBox=\"0 0 26 28\">\n<title>umbrella</title>\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clipboard\" viewBox=\"0 0 28 28\">\n<title>clipboard</title>\n<path d=\"M12 26h14v-10h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6v18zM16 3.5v-1c0-0.266-0.234-0.5-0.5-0.5h-11c-0.266 0-0.5 0.234-0.5 0.5v1c0 0.266 0.234 0.5 0.5 0.5h11c0.266 0 0.5-0.234 0.5-0.5zM20 14h4.672l-4.672-4.672v4.672zM28 16v10.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h17c0.828 0 1.5 0.672 1.5 1.5v5.125c0.203 0.125 0.391 0.266 0.562 0.437l6.375 6.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lightbulb-o\" viewBox=\"0 0 16 28\">\n<title>lightbulb-o</title>\n<path d=\"M11.5 9c0 0.266-0.234 0.5-0.5 0.5s-0.5-0.234-0.5-0.5c0-1.078-1.672-1.5-2.5-1.5-0.266 0-0.5-0.234-0.5-0.5s0.234-0.5 0.5-0.5c1.453 0 3.5 0.766 3.5 2.5zM14 9c0-3.125-3.172-5-6-5s-6 1.875-6 5c0 1 0.406 2.047 1.062 2.812 0.297 0.344 0.641 0.672 0.953 1.031 1.109 1.328 2.047 2.891 2.203 4.656h3.563c0.156-1.766 1.094-3.328 2.203-4.656 0.313-0.359 0.656-0.688 0.953-1.031 0.656-0.766 1.062-1.813 1.062-2.812zM16 9c0 1.609-0.531 3-1.609 4.188s-2.5 2.859-2.625 4.531c0.453 0.266 0.734 0.766 0.734 1.281 0 0.375-0.141 0.734-0.391 1 0.25 0.266 0.391 0.625 0.391 1 0 0.516-0.266 0.984-0.703 1.266 0.125 0.219 0.203 0.484 0.203 0.734 0 1.016-0.797 1.5-1.703 1.5-0.406 0.906-1.313 1.5-2.297 1.5s-1.891-0.594-2.297-1.5c-0.906 0-1.703-0.484-1.703-1.5 0-0.25 0.078-0.516 0.203-0.734-0.438-0.281-0.703-0.75-0.703-1.266 0-0.375 0.141-0.734 0.391-1-0.25-0.266-0.391-0.625-0.391-1 0-0.516 0.281-1.016 0.734-1.281-0.125-1.672-1.547-3.344-2.625-4.531s-1.609-2.578-1.609-4.188c0-4.25 4.047-7 8-7s8 2.75 8 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exchange\" viewBox=\"0 0 28 28\">\n<title>exchange</title>\n<path d=\"M28 18.5v3c0 0.266-0.234 0.5-0.5 0.5h-21.5v3c0 0.266-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-5c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.219 0.5 0.5v3h21.5c0.266 0 0.5 0.219 0.5 0.5zM28 10c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-21.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-download\" viewBox=\"0 0 30 28\">\n<title>cloud-download</title>\n<path d=\"M20 14.5c0-0.281-0.219-0.5-0.5-0.5h-3.5v-5.5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5.5h-3.5c-0.281 0-0.5 0.234-0.5 0.5 0 0.125 0.047 0.266 0.141 0.359l5.5 5.5c0.094 0.094 0.219 0.141 0.359 0.141 0.125 0 0.266-0.047 0.359-0.141l5.484-5.484c0.094-0.109 0.156-0.234 0.156-0.375zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-upload\" viewBox=\"0 0 30 28\">\n<title>cloud-upload</title>\n<path d=\"M20 13.5c0-0.125-0.047-0.266-0.141-0.359l-5.5-5.5c-0.094-0.094-0.219-0.141-0.359-0.141-0.125 0-0.266 0.047-0.359 0.141l-5.484 5.484c-0.094 0.109-0.156 0.234-0.156 0.375 0 0.281 0.219 0.5 0.5 0.5h3.5v5.5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5v-5.5h3.5c0.281 0 0.5-0.234 0.5-0.5zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-md\" viewBox=\"0 0 22 28\">\n<title>user-md</title>\n<path d=\"M6 21c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.109 0.625-8.016 4.344-8.828-0.25 0.594-0.344 1.234-0.344 1.875v3.172c-1.203 0.422-2 1.563-2 2.828 0 1.656 1.344 3 3 3s3-1.344 3-3c0-1.266-0.812-2.406-2-2.828v-3.172c0-0.516 0.047-1.031 0.391-1.453 1.313 1.031 2.938 1.625 4.609 1.625s3.297-0.594 4.609-1.625c0.344 0.422 0.391 0.938 0.391 1.453v1c-2.203 0-4 1.797-4 4v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.094 0.906-2 2-2s2 0.906 2 2v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.422-0.766-2.75-2-3.453 0-1.141 0.109-2.359-0.344-3.422 3.719 0.812 4.344 5.719 4.344 8.828zM17 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stethoscope\" viewBox=\"0 0 22 28\">\n<title>stethoscope</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 11c0 1.313-0.828 2.406-2 2.828v6.172c0 3.313-3.141 6-7 6s-7-2.688-7-6v-2.063c-3.391-0.422-6-2.922-6-5.938v-8c0-0.547 0.453-1 1-1 0.094 0 0.172 0.016 0.25 0.031 0.344-0.609 1-1.031 1.75-1.031 1.109 0 2 0.891 2 2s-0.891 2-2 2c-0.359 0-0.703-0.109-1-0.281v6.281c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.281c-0.297 0.172-0.641 0.281-1 0.281-1.109 0-2-0.891-2-2s0.891-2 2-2c0.75 0 1.406 0.422 1.75 1.031 0.078-0.016 0.156-0.031 0.25-0.031 0.547 0 1 0.453 1 1v8c0 3.016-2.609 5.516-6 5.938v2.063c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.172c-1.172-0.422-2-1.516-2-2.828 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-suitcase\" viewBox=\"0 0 28 28\">\n<title>suitcase</title>\n<path d=\"M10 6h8v-2h-8v2zM4.5 6v20h-1c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h1zM22 6v20h-16v-20h2v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-1v-20h1c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell\" viewBox=\"0 0 28 28\">\n<title>bell</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-coffee\" viewBox=\"0 0 29 28\">\n<title>coffee</title>\n<path d=\"M26 10c0-1.656-1.344-3-3-3h-1v6h1c1.656 0 3-1.344 3-3zM0 22h28c0 2.203-1.797 4-4 4h-20c-2.203 0-4-1.797-4-4zM29 10c0 3.313-2.688 6-6 6h-1v0.5c0 1.922-1.578 3.5-3.5 3.5h-11c-1.922 0-3.5-1.578-3.5-3.5v-11.5c0-0.547 0.453-1 1-1h18c3.313 0 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cutlery\" viewBox=\"0 0 22 28\">\n<title>cutlery</title>\n<path d=\"M10 1v10c0 1.266-0.812 2.406-2 2.828v12.172c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-12.172c-1.188-0.422-2-1.563-2-2.828v-10c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1zM22 1v25c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-8h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-12.5c0-2.75 2.25-5 5-5h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text-o\" viewBox=\"0 0 24 28\">\n<title>file-text-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6 12.5c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1zM17.5 16c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11zM17.5 20c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building-o\" viewBox=\"0 0 22 28\">\n<title>building-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-24h-18v24h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM22 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hospital-o\" viewBox=\"0 0 22 28\">\n<title>hospital-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-18h-4v0.5c0 0.828-0.672 1.5-1.5 1.5h-7c-0.828 0-1.5-0.672-1.5-1.5v-0.5h-4v18h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM14 7.5v-5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v1.5h-2v-1.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5v-1.5h2v1.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM22 7v20c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-20c0-0.547 0.453-1 1-1h5v-4.5c0-0.828 0.672-1.5 1.5-1.5h7c0.828 0 1.5 0.672 1.5 1.5v4.5h5c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ambulance\" viewBox=\"0 0 31 28\">\n<title>ambulance</title>\n<path d=\"M10 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM4 14h6v-4h-2.469c-0.094 0.016-0.266 0.078-0.344 0.141l-3.047 3.047c-0.047 0.078-0.125 0.25-0.141 0.344v0.469zM24 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 11.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM30 3v18c0 0.547-0.453 1-1 1h-3c0 2.203-1.781 4-4 4-2.203 0-4-1.797-4-4h-6c0 2.203-1.781 4-4 4s-4-1.797-4-4h-2c-0.547 0-1-0.453-1-1s0.453-1 1-1v-6.5c0-0.547 0.313-1.313 0.703-1.703l3.094-3.094c0.391-0.391 1.156-0.703 1.703-0.703h2.5v-5c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medkit\" viewBox=\"0 0 28 28\">\n<title>medkit</title>\n<path d=\"M20 17.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM10 6h8v-2h-8v2zM4 6v20h-0.5c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h0.5zM22.5 6v20h-17v-20h2.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2.5zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-0.5v-20h0.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fighter-jet\" viewBox=\"0 0 30 28\">\n<title>fighter-jet</title>\n<path d=\"M30 15c0 0 0 0.5-4.5 1.5l-5.5 0.5-3.5 1h-1l-4.578 5.5h1.078c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-5v-0.5h1v-6.5h-2.5l-3 3.5h-1.5l-0.5-0.5v-3h0.5v-0.5h2v-0.125l-3-0.375v-2l3-0.375v-0.125h-2v-0.5h-0.5v-3l0.5-0.5h1.5l3 3.5h2.5v-6.5h-1v-0.5h5c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-1.078l4.578 5.5h1l3.5 1 5.5 0.5c4.5 1 4.5 1.5 4.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-beer\" viewBox=\"0 0 27 28\">\n<title>beer</title>\n<path d=\"M10 14v-6h-4v4c0 1.109 0.891 2 2 2h2zM26 21v3h-18v-3l2-3h-2c-3.313 0-6-2.688-6-6v-5l-1-1 0.5-2h7.5l0.5-2h15l0.5 3-1 0.5v12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-h-square\" viewBox=\"0 0 24 28\">\n<title>h-square</title>\n<path d=\"M20 21v-14c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-8v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v14c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h8v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square\" viewBox=\"0 0 24 28\">\n<title>plus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-5v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-5c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h5v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h5c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-left\" viewBox=\"0 0 17 28\">\n<title>angle-double-left</title>\n<path d=\"M9.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359zM15.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-right\" viewBox=\"0 0 15 28\">\n<title>angle-double-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM15.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-up\" viewBox=\"0 0 18 28\">\n<title>angle-double-up</title>\n<path d=\"M16.797 20.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 14.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-down\" viewBox=\"0 0 18 28\">\n<title>angle-double-down</title>\n<path d=\"M16.797 13.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 7.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-left\" viewBox=\"0 0 11 28\">\n<title>angle-left</title>\n<path d=\"M9.797 8.5c0 0.125-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.219 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-right\" viewBox=\"0 0 9 28\">\n<title>angle-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359 0-0.125 0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-up\" viewBox=\"0 0 18 28\">\n<title>angle-up</title>\n<path d=\"M16.797 18.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-down\" viewBox=\"0 0 18 28\">\n<title>angle-down</title>\n<path d=\"M16.797 11.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-desktop\" viewBox=\"0 0 30 28\">\n<title>desktop</title>\n<path d=\"M28 15.5v-13c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-8.5c0 1.328 1 2.453 1 3s-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1 0-0.578 1-1.641 1-3h-8.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-laptop\" viewBox=\"0 0 30 28\">\n<title>laptop</title>\n<path d=\"M6.5 20c-1.375 0-2.5-1.125-2.5-2.5v-11c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5v11c0 1.375-1.125 2.5-2.5 2.5h-17zM6 6.5v11c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5v-11c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5zM27.5 21h2.5v1.5c0 0.828-1.125 1.5-2.5 1.5h-25c-1.375 0-2.5-0.672-2.5-1.5v-1.5h27.5zM16.25 22.5c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tablet\" viewBox=\"0 0 18 28\">\n<title>tablet</title>\n<path d=\"M10 22c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-13c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h13c0.266 0 0.5-0.234 0.5-0.5zM18 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-13c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h13c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mobile\" viewBox=\"0 0 12 28\">\n<title>mobile</title>\n<path d=\"M7.25 22c0-0.688-0.562-1.25-1.25-1.25s-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25 1.25-0.562 1.25-1.25zM10.5 19.5v-11c0-0.266-0.234-0.5-0.5-0.5h-8c-0.266 0-0.5 0.234-0.5 0.5v11c0 0.266 0.234 0.5 0.5 0.5h8c0.266 0 0.5-0.234 0.5-0.5zM7.5 6.25c0-0.141-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5c0.141 0 0.25-0.109 0.25-0.25zM12 6v16c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-16c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o\" viewBox=\"0 0 24 28\">\n<title>circle-o</title>\n<path d=\"M12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-left\" viewBox=\"0 0 26 28\">\n<title>quote-left</title>\n<path d=\"M12 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3zM26 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-right\" viewBox=\"0 0 26 28\">\n<title>quote-right</title>\n<path d=\"M12 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3zM26 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spinner\" viewBox=\"0 0 28 28\">\n<title>spinner</title>\n<path d=\"M8.219 21.781c0 1.094-0.891 2-2 2-1.094 0-2-0.906-2-2 0-1.109 0.906-2 2-2 1.109 0 2 0.891 2 2zM16 25c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM5 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM23.781 21.781c0 1.094-0.906 2-2 2-1.109 0-2-0.906-2-2 0-1.109 0.891-2 2-2 1.094 0 2 0.891 2 2zM8.719 6.219c0 1.375-1.125 2.5-2.5 2.5s-2.5-1.125-2.5-2.5 1.125-2.5 2.5-2.5 2.5 1.125 2.5 2.5zM27 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM17 3c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM25.281 6.219c0 1.937-1.578 3.5-3.5 3.5-1.937 0-3.5-1.563-3.5-3.5 0-1.922 1.563-3.5 3.5-3.5 1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle\" viewBox=\"0 0 24 28\">\n<title>circle</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply\" viewBox=\"0 0 28 28\">\n<title>mail-reply</title>\n<path d=\"M28 17.5c0 2.188-1.094 5.047-1.984 7.047-0.172 0.359-0.344 0.859-0.578 1.188-0.109 0.156-0.219 0.266-0.438 0.266-0.313 0-0.5-0.25-0.5-0.547 0-0.25 0.063-0.531 0.078-0.781 0.047-0.641 0.078-1.281 0.078-1.922 0-7.453-4.422-8.75-11.156-8.75h-3.5v4c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-8-8c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l8-8c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v4h3.5c5.125 0 11.5 0.906 13.672 6.297 0.656 1.656 0.828 3.453 0.828 5.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-alt\" viewBox=\"0 0 26 28\">\n<title>github-alt</title>\n<path d=\"M10 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM20 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM22.5 19c0-2.391-1.453-4.5-4-4.5-1.031 0-2.016 0.187-3.047 0.328-0.812 0.125-1.625 0.172-2.453 0.172s-1.641-0.047-2.453-0.172c-1.016-0.141-2.016-0.328-3.047-0.328-2.547 0-4 2.109-4 4.5 0 4.781 4.375 5.516 8.188 5.516h2.625c3.813 0 8.188-0.734 8.188-5.516zM26 16.25c0 1.734-0.172 3.578-0.953 5.172-2.063 4.172-7.734 4.578-11.797 4.578-4.125 0-10.141-0.359-12.281-4.578-0.797-1.578-0.969-3.437-0.969-5.172 0-2.281 0.625-4.438 2.125-6.188-0.281-0.859-0.422-1.766-0.422-2.656 0-1.172 0.266-2.344 0.797-3.406 2.469 0 4.047 1.078 5.922 2.547 1.578-0.375 3.203-0.547 4.828-0.547 1.469 0 2.953 0.156 4.375 0.5 1.859-1.453 3.437-2.5 5.875-2.5 0.531 1.062 0.797 2.234 0.797 3.406 0 0.891-0.141 1.781-0.422 2.625 1.5 1.766 2.125 3.938 2.125 6.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-o\" viewBox=\"0 0 26 28\">\n<title>folder-o</title>\n<path d=\"M24 20.5v-11c0-0.828-0.672-1.5-1.5-1.5h-11c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v15c0 0.828 0.672 1.5 1.5 1.5h19c0.828 0 1.5-0.672 1.5-1.5zM26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open-o\" viewBox=\"0 0 30 28\">\n<title>folder-open-o</title>\n<path d=\"M27.828 14.547c0-0.438-0.484-0.547-0.828-0.547h-17c-0.828 0-1.922 0.516-2.453 1.156l-4.594 5.672c-0.141 0.187-0.281 0.391-0.281 0.625 0 0.438 0.484 0.547 0.828 0.547h17c0.828 0 1.922-0.516 2.453-1.172l4.594-5.672c0.141-0.172 0.281-0.375 0.281-0.609zM10 12h12v-2.5c0-0.828-0.672-1.5-1.5-1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v13.328l4-4.922c0.906-1.109 2.578-1.906 4-1.906zM29.828 14.547c0 0.688-0.297 1.344-0.719 1.875l-4.609 5.672c-0.891 1.094-2.594 1.906-4 1.906h-17c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5v2.5h3c1.062 0 2.125 0.484 2.594 1.484 0.156 0.328 0.234 0.688 0.234 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-smile-o\" viewBox=\"0 0 24 28\">\n<title>smile-o</title>\n<path d=\"M17.719 16.797c-0.781 2.516-3.078 4.203-5.719 4.203s-4.937-1.687-5.719-4.203c-0.172-0.531 0.125-1.078 0.656-1.25 0.516-0.172 1.078 0.125 1.25 0.656 0.516 1.672 2.063 2.797 3.813 2.797s3.297-1.125 3.813-2.797c0.172-0.531 0.734-0.828 1.266-0.656 0.516 0.172 0.812 0.719 0.641 1.25zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-frown-o\" viewBox=\"0 0 24 28\">\n<title>frown-o</title>\n<path d=\"M17.719 19.203c0.172 0.531-0.125 1.078-0.641 1.25-0.531 0.172-1.094-0.125-1.266-0.656-0.516-1.672-2.063-2.797-3.813-2.797s-3.297 1.125-3.813 2.797c-0.172 0.531-0.734 0.828-1.25 0.656-0.531-0.172-0.828-0.719-0.656-1.25 0.781-2.516 3.078-4.203 5.719-4.203s4.937 1.687 5.719 4.203zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meh-o\" viewBox=\"0 0 24 28\">\n<title>meh-o</title>\n<path d=\"M18 17c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h10c0.547 0 1 0.453 1 1zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gamepad\" viewBox=\"0 0 30 28\">\n<title>gamepad</title>\n<path d=\"M13 17v-2c0-0.281-0.219-0.5-0.5-0.5h-3v-3c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v3h-3c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h3v3c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5v-3h3c0.281 0 0.5-0.219 0.5-0.5zM22 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM30 16c0 4.422-3.578 8-8 8-2.031 0-3.875-0.766-5.281-2h-3.437c-1.406 1.234-3.25 2-5.281 2-4.422 0-8-3.578-8-8s3.578-8 8-8h14c4.422 0 8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-keyboard-o\" viewBox=\"0 0 30 28\">\n<title>keyboard-o</title>\n<path d=\"M6 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM8 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h3.5c0.141 0 0.25 0.109 0.25 0.25zM6 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-13.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h13.5c0.141 0 0.25 0.109 0.25 0.25zM12 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM10 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM16 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM14 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM20 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM18 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 10.25v5.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.75v-3.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM28 22v-14h-26v14h26zM30 8v14c0 1.109-0.891 2-2 2h-26c-1.109 0-2-0.891-2-2v-14c0-1.109 0.891-2 2-2h26c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-o\" viewBox=\"0 0 29 28\">\n<title>flag-o</title>\n<path d=\"M26 16.328v-9.625c-1.25 0.672-3 1.422-4.781 1.422v0c-0.828 0-1.594-0.156-2.266-0.5-1.672-0.828-3.484-1.625-5.656-1.625-2.016 0-4.484 0.984-6.297 1.984v9.359c2.063-0.953 4.688-1.766 6.766-1.766 2.406 0 3.969 0.797 5.641 1.625l0.438 0.219c0.438 0.219 0.969 0.344 1.578 0.344 1.734 0 3.609-0.922 4.578-1.437zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-checkered\" viewBox=\"0 0 29 28\">\n<title>flag-checkered</title>\n<path d=\"M13 15.625v-3c-1.906 0.172-4.203 0.938-6 1.828v2.891c1.813-0.844 4.062-1.563 6-1.719zM13 9.094v-3.078c-1.969 0.094-4.281 1.016-6 1.969v2.953c1.844-0.953 4.062-1.766 6-1.844zM26 16.328v-2.875c-1.422 0.703-3.906 1.75-6 1.109v-3.5c-0.203-0.063-0.406-0.141-0.609-0.234-1.797-0.906-3.266-1.75-5.625-1.75-0.25 0-0.5 0.016-0.766 0.047v3.469h0.297c2.359 0 4.297 0.844 6.094 1.734 0.203 0.094 0.406 0.172 0.609 0.234v2.938c0.422 0.172 0.891 0.266 1.422 0.266 1.734 0 3.609-0.922 4.578-1.437zM26 9.656v-2.953c-1.25 0.672-3 1.422-4.781 1.422v0c-0.422 0-0.828-0.031-1.219-0.125v3.063c2.094 0.594 4.578-0.609 6-1.406zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-terminal\" viewBox=\"0 0 26 28\">\n<title>terminal</title>\n<path d=\"M9.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719zM26 22.5v1c0 0.281-0.219 0.5-0.5 0.5h-15c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h15c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code\" viewBox=\"0 0 30 28\">\n<title>code</title>\n<path d=\"M9.641 21.859l-0.781 0.781c-0.203 0.203-0.516 0.203-0.719 0l-7.281-7.281c-0.203-0.203-0.203-0.516 0-0.719l7.281-7.281c0.203-0.203 0.516-0.203 0.719 0l0.781 0.781c0.203 0.203 0.203 0.516 0 0.719l-6.141 6.141 6.141 6.141c0.203 0.203 0.203 0.516 0 0.719zM18.875 5.187l-5.828 20.172c-0.078 0.266-0.359 0.422-0.609 0.344l-0.969-0.266c-0.266-0.078-0.422-0.359-0.344-0.625l5.828-20.172c0.078-0.266 0.359-0.422 0.609-0.344l0.969 0.266c0.266 0.078 0.422 0.359 0.344 0.625zM29.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply-all\" viewBox=\"0 0 28 28\">\n<title>mail-reply-all</title>\n<path d=\"M10 16.906v1.094c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v1.078l-6.203 6.219c-0.391 0.391-0.391 1.016 0 1.406zM28 17.5c0 3.25-2.453 8.031-2.562 8.234-0.078 0.172-0.25 0.266-0.438 0.266-0.047 0-0.094 0-0.141-0.016-0.234-0.078-0.375-0.297-0.359-0.531 0.453-4.266-0.078-7.078-1.656-8.828-1.328-1.484-3.484-2.281-6.844-2.547v3.922c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v4.094c4.312 0.297 7.391 1.437 9.359 3.453 2.359 2.422 2.641 5.703 2.641 7.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half-empty\" viewBox=\"0 0 26 28\">\n<title>star-half-empty</title>\n<path d=\"M18.531 14.953l4.016-3.906-6.594-0.969-0.469-0.938-2.484-5.031v15.047l0.922 0.484 4.969 2.625-0.938-5.547-0.187-1.031zM25.594 10.859l-5.672 5.531 1.344 7.812c0.109 0.688-0.141 1.094-0.625 1.094-0.172 0-0.391-0.063-0.625-0.187l-7.016-3.687-7.016 3.687c-0.234 0.125-0.453 0.187-0.625 0.187-0.484 0-0.734-0.406-0.625-1.094l1.344-7.812-5.688-5.531c-0.672-0.672-0.453-1.328 0.484-1.469l7.844-1.141 3.516-7.109c0.203-0.422 0.484-0.641 0.766-0.641v0c0.281 0 0.547 0.219 0.766 0.641l3.516 7.109 7.844 1.141c0.938 0.141 1.156 0.797 0.469 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-location-arrow\" viewBox=\"0 0 22 28\">\n<title>location-arrow</title>\n<path d=\"M21.891 5.453l-10 20c-0.172 0.344-0.516 0.547-0.891 0.547-0.078 0-0.156-0.016-0.234-0.031-0.453-0.109-0.766-0.5-0.766-0.969v-9h-9c-0.469 0-0.859-0.313-0.969-0.766s0.109-0.922 0.516-1.125l20-10c0.141-0.078 0.297-0.109 0.453-0.109 0.266 0 0.516 0.094 0.703 0.297 0.313 0.297 0.391 0.766 0.187 1.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crop\" viewBox=\"0 0 26 28\">\n<title>crop</title>\n<path d=\"M8.703 20h9.297v-9.297zM8 19.297l9.297-9.297h-9.297v9.297zM26 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-13.5c-0.281 0-0.5-0.219-0.5-0.5v-13.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v3.5h13.297l3.844-3.859c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719l-3.859 3.844v13.297h3.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code-fork\" viewBox=\"0 0 16 28\">\n<title>code-fork</title>\n<path d=\"M4.5 23c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM4.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM14.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM16 7c0 1.109-0.609 2.078-1.5 2.594-0.047 5.641-4.047 6.891-6.703 7.734-2.484 0.781-3.297 1.156-3.297 2.672v0.406c0.891 0.516 1.5 1.484 1.5 2.594 0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.109 0.609-2.078 1.5-2.594v-12.812c-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3c0 1.109-0.609 2.078-1.5 2.594v7.766c0.797-0.391 1.641-0.656 2.406-0.891 2.906-0.922 4.562-1.609 4.594-4.875-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain-broken\" viewBox=\"0 0 26 28\">\n<title>chain-broken</title>\n<path d=\"M6.859 19.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719zM9.5 20.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM6 17c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM25.75 19c0 1.203-0.469 2.328-1.328 3.172l-2.297 2.281c-0.844 0.844-1.969 1.297-3.172 1.297s-2.344-0.469-3.187-1.328l-5.219-5.234c-0.266-0.266-0.469-0.562-0.656-0.875l3.734-0.281 4.266 4.281c0.562 0.562 1.563 0.578 2.125 0.016l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047 0-0.406-0.156-0.781-0.438-1.062l-4.281-4.297 0.281-3.734c0.313 0.187 0.609 0.391 0.875 0.656l5.25 5.25c0.844 0.859 1.313 1.984 1.313 3.187zM16.109 7.688l-3.734 0.281-4.266-4.281c-0.281-0.281-0.656-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l4.281 4.281-0.281 3.75c-0.313-0.187-0.609-0.391-0.875-0.656l-5.25-5.25c-0.844-0.859-1.313-1.984-1.313-3.187s0.469-2.328 1.328-3.172l2.297-2.281c0.844-0.844 1.969-1.297 3.172-1.297s2.344 0.469 3.187 1.328l5.219 5.234c0.266 0.266 0.469 0.562 0.656 0.875zM26 9c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM17.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM23.859 2.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info\" viewBox=\"0 0 10 28\">\n<title>info</title>\n<path d=\"M10 21v2c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1v-6h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v9h1c0.547 0 1 0.453 1 1zM8 3v3c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation\" viewBox=\"0 0 10 28\">\n<title>exclamation</title>\n<path d=\"M8 19.5v3.5c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3.5c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1zM8.469 3l-0.438 12c-0.016 0.547-0.484 1-1.031 1h-4c-0.547 0-1.016-0.453-1.031-1l-0.438-12c-0.016-0.547 0.422-1 0.969-1h5c0.547 0 0.984 0.453 0.969 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superscript\" viewBox=\"0 0 24 28\">\n<title>superscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM23.969 10.781v3.219h-8.031l-0.047-0.422c-0.031-0.219-0.063-0.516-0.063-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.594 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.516 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.75-5.187 4.062-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subscript\" viewBox=\"0 0 24 28\">\n<title>subscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM24 24.781v3.219h-8.031l-0.063-0.422c-0.016-0.234-0.047-0.516-0.047-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.609 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.531 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.734-5.187 4.047-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eraser\" viewBox=\"0 0 30 28\">\n<title>eraser</title>\n<path d=\"M14 22l5.25-6h-12l-5.25 6h12zM29.828 5.172c0.313 0.719 0.187 1.547-0.328 2.141l-14 16c-0.375 0.438-0.922 0.688-1.5 0.688h-12c-0.781 0-1.5-0.453-1.828-1.172-0.313-0.719-0.187-1.547 0.328-2.141l14-16c0.375-0.438 0.922-0.688 1.5-0.688h12c0.781 0 1.5 0.453 1.828 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-puzzle-piece\" viewBox=\"0 0 26 28\">\n<title>puzzle-piece</title>\n<path d=\"M26 17.156c0 1.609-0.922 2.953-2.625 2.953-1.906 0-2.406-1.734-4.125-1.734-1.25 0-1.719 0.781-1.719 1.937 0 1.219 0.5 2.391 0.484 3.594v0.078c-0.172 0-0.344 0-0.516 0.016-1.609 0.156-3.234 0.469-4.859 0.469-1.109 0-2.266-0.438-2.266-1.719 0-1.719 1.734-2.219 1.734-4.125 0-1.703-1.344-2.625-2.953-2.625-1.641 0-3.156 0.906-3.156 2.703 0 1.984 1.516 2.844 1.516 3.922 0 0.547-0.344 1.031-0.719 1.391-0.484 0.453-1.172 0.547-1.828 0.547-1.281 0-2.562-0.172-3.828-0.375-0.281-0.047-0.578-0.078-0.859-0.125l-0.203-0.031c-0.031-0.016-0.078-0.016-0.078-0.031v-16c0.063 0.047 0.984 0.156 1.141 0.187 1.266 0.203 2.547 0.375 3.828 0.375 0.656 0 1.344-0.094 1.828-0.547 0.375-0.359 0.719-0.844 0.719-1.391 0-1.078-1.516-1.937-1.516-3.922 0-1.797 1.516-2.703 3.172-2.703 1.594 0 2.938 0.922 2.938 2.625 0 1.906-1.734 2.406-1.734 4.125 0 1.281 1.156 1.719 2.266 1.719 1.797 0 3.578-0.406 5.359-0.5v0.031c-0.047 0.063-0.156 0.984-0.187 1.141-0.203 1.266-0.375 2.547-0.375 3.828 0 0.656 0.094 1.344 0.547 1.828 0.359 0.375 0.844 0.719 1.391 0.719 1.078 0 1.937-1.516 3.922-1.516 1.797 0 2.703 1.516 2.703 3.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone\" viewBox=\"0 0 18 28\">\n<title>microphone</title>\n<path d=\"M18 11v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-4.5-0.5-8-4.312-8-8.937v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 3.859 3.141 7 7 7s7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1zM14 5v8c0 2.75-2.25 5-5 5s-5-2.25-5-5v-8c0-2.75 2.25-5 5-5s5 2.25 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone-slash\" viewBox=\"0 0 22 28\">\n<title>microphone-slash</title>\n<path d=\"M4.234 14.766l-1.578 1.578c-0.422-1.031-0.656-2.156-0.656-3.344v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 0.609 0.094 1.203 0.234 1.766zM21.641 5.359l-5.641 5.641v2c0 2.75-2.25 5-5 5-0.594 0-1.172-0.109-1.703-0.297l-1.5 1.5c0.953 0.5 2.047 0.797 3.203 0.797 3.859 0 7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-1.328-0.141-2.578-0.594-3.672-1.266l-3.969 3.969c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l19.281-19.281c0.203-0.203 0.516-0.203 0.719 0l1.281 1.281c0.203 0.203 0.203 0.516 0 0.719zM15.703 3.297l-9.703 9.703v-8c0-2.75 2.25-5 5-5 2.156 0 4 1.391 4.703 3.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shield\" viewBox=\"0 0 20 28\">\n<title>shield</title>\n<path d=\"M17 15v-10h-7v17.766c0.797-0.422 2.078-1.156 3.328-2.141 1.672-1.313 3.672-3.359 3.672-5.625zM20 3v12c0 6.578-9.203 10.734-9.594 10.906-0.125 0.063-0.266 0.094-0.406 0.094s-0.281-0.031-0.406-0.094c-0.391-0.172-9.594-4.328-9.594-10.906v-12c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-o\" viewBox=\"0 0 26 28\">\n<title>calendar-o</title>\n<path d=\"M2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire-extinguisher\" viewBox=\"0 0 22 28\">\n<title>fire-extinguisher</title>\n<path d=\"M8 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 2.5v5c0 0.156-0.063 0.297-0.187 0.391-0.094 0.078-0.203 0.109-0.313 0.109-0.031 0-0.063 0-0.109-0.016l-7-1.5c-0.219-0.047-0.391-0.25-0.391-0.484h-4v1.594c2.281 0.469 4 2.484 4 4.906v12.5c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-12.5c0-2.234 1.469-4.141 3.5-4.766v-1.734h-0.5c-3.313 0-5.094 3.422-5.109 3.453-0.172 0.344-0.531 0.547-0.891 0.547-0.156 0-0.313-0.031-0.453-0.109-0.484-0.25-0.688-0.844-0.438-1.344 0.078-0.156 1.641-3.187 4.781-4.203-0.234-0.391-0.391-0.844-0.391-1.344 0-1.375 1.125-2.5 2.5-2.5s2.5 1.125 2.5 2.5c0 0.359-0.078 0.688-0.219 1h4.719c0-0.234 0.172-0.438 0.391-0.484l7-1.5c0.047-0.016 0.078-0.016 0.109-0.016 0.109 0 0.219 0.031 0.313 0.109 0.125 0.094 0.187 0.234 0.187 0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rocket\" viewBox=\"0 0 26 28\">\n<title>rocket</title>\n<path d=\"M22.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26 2.5c0 5.187-1.437 8.641-5.141 12.359-0.906 0.891-1.937 1.813-3.047 2.75l-0.313 5.922c-0.016 0.156-0.109 0.313-0.25 0.406l-6 3.5c-0.078 0.047-0.156 0.063-0.25 0.063-0.125 0-0.25-0.047-0.359-0.141l-1-1c-0.125-0.141-0.172-0.328-0.125-0.5l1.328-4.312-4.391-4.391-4.312 1.328c-0.047 0.016-0.094 0.016-0.141 0.016-0.125 0-0.266-0.047-0.359-0.141l-1-1c-0.156-0.172-0.187-0.422-0.078-0.609l3.5-6c0.094-0.141 0.25-0.234 0.406-0.25l5.922-0.313c0.938-1.109 1.859-2.141 2.75-3.047 3.906-3.891 6.891-5.141 12.328-5.141 0.281 0 0.531 0.219 0.531 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-maxcdn\" viewBox=\"0 0 28 28\">\n<title>maxcdn</title>\n<path d=\"M27.266 12.078l-2.562 11.922h-5.219l2.781-13c0.125-0.547 0.047-1.047-0.234-1.375-0.266-0.328-0.734-0.516-1.297-0.516h-2.641l-3.187 14.891h-5.219l3.187-14.891h-4.469l-3.187 14.891h-5.219l3.187-14.891-2.391-5.109h19.938c2.109 0 4.031 0.875 5.266 2.406 1.25 1.531 1.703 3.609 1.266 5.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-left\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-left</title>\n<path d=\"M14.203 21.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-4.797-4.797 4.797-4.797c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-right\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-right</title>\n<path d=\"M11.203 21.797l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l4.797 4.797-4.797 4.797c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-up\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-up</title>\n<path d=\"M18.203 17.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l4.797-4.797 4.797 4.797c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-down\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-down</title>\n<path d=\"M12.703 20.297l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-4.797 4.797-4.797-4.797c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-html5\" viewBox=\"0 0 22 28\">\n<title>html5</title>\n<path d=\"M17.656 9.328l0.25-2.734h-13.813l0.734 8.344h9.562l-0.344 3.563-3.078 0.828-3.063-0.828-0.203-2.188h-2.734l0.344 4.344 5.656 1.563h0.063v-0.016l5.609-1.547 0.781-8.5h-10.063l-0.234-2.828h10.531zM0 2h22l-2 22.469-9.031 2.531-8.969-2.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-css3\" viewBox=\"0 0 28 28\">\n<title>css3</title>\n<path d=\"M4.297 2h23.516l-4.156 20.828-12.563 4.172-10.906-4.172 1.109-5.563h4.641l-0.453 2.297 6.594 2.516 7.594-2.516 1.062-5.297h-18.875l0.906-4.641h18.891l0.594-2.984h-18.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-anchor\" viewBox=\"0 0 28 28\">\n<title>anchor</title>\n<path d=\"M15 4c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 18.5v5.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-1.453-1.453c-2.453 2.953-6.859 4.844-11.688 4.844s-9.234-1.891-11.688-4.844l-1.453 1.453c-0.094 0.094-0.234 0.141-0.359 0.141-0.063 0-0.125-0.016-0.187-0.031-0.187-0.078-0.313-0.266-0.313-0.469v-5.5c0-0.281 0.219-0.5 0.5-0.5h5.5c0.203 0 0.391 0.125 0.469 0.313s0.031 0.391-0.109 0.547l-1.563 1.563c1.406 1.891 4.109 3.266 7.203 3.687v-10.109h-3c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h3v-2.547c-1.188-0.688-2-1.969-2-3.453 0-2.203 1.797-4 4-4s4 1.797 4 4c0 1.484-0.812 2.766-2 3.453v2.547h3c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-3v10.109c3.094-0.422 5.797-1.797 7.203-3.687l-1.563-1.563c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h5.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock-alt\" viewBox=\"0 0 18 28\">\n<title>unlock-alt</title>\n<path d=\"M16.5 12c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-5c0-3.859 3.141-7 7-7s7 3.141 7 7c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1 0-2.203-1.797-4-4-4s-4 1.797-4 4v5h11.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullseye\" viewBox=\"0 0 24 28\">\n<title>bullseye</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-h\" viewBox=\"0 0 22 28\">\n<title>ellipsis-h</title>\n<path d=\"M6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM14 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-v\" viewBox=\"0 0 6 28\">\n<title>ellipsis-v</title>\n<path d=\"M6 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rss-square\" viewBox=\"0 0 24 28\">\n<title>rss-square</title>\n<path d=\"M8 20c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM13.484 21.469c-0.266-4.844-4.109-8.687-8.953-8.953-0.141-0.016-0.281 0.047-0.375 0.141s-0.156 0.219-0.156 0.359v2c0 0.266 0.203 0.484 0.469 0.5 3.203 0.234 5.781 2.812 6.016 6.016 0.016 0.266 0.234 0.469 0.5 0.469h2c0.141 0 0.266-0.063 0.359-0.156s0.156-0.234 0.141-0.375zM19.484 21.484c-0.266-8.125-6.844-14.703-14.969-14.969-0.156-0.016-0.266 0.031-0.359 0.141-0.094 0.094-0.156 0.219-0.156 0.359v2c0 0.266 0.219 0.484 0.484 0.5 6.484 0.234 11.766 5.516 12 12 0.016 0.266 0.234 0.484 0.5 0.484h2c0.141 0 0.266-0.063 0.359-0.156 0.109-0.094 0.156-0.219 0.141-0.359zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle\" viewBox=\"0 0 24 28\">\n<title>play-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM18 14.859c0.313-0.172 0.5-0.5 0.5-0.859s-0.187-0.688-0.5-0.859l-8.5-5c-0.297-0.187-0.688-0.187-1-0.016-0.313 0.187-0.5 0.516-0.5 0.875v10c0 0.359 0.187 0.688 0.5 0.875 0.156 0.078 0.328 0.125 0.5 0.125s0.344-0.047 0.5-0.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ticket\" viewBox=\"0 0 28 28\">\n<title>ticket</title>\n<path d=\"M16 7.063l4.937 4.937-8.937 8.937-4.937-4.937zM12.703 22.359l9.656-9.656c0.391-0.391 0.391-1.016 0-1.406l-5.656-5.656c-0.375-0.375-1.031-0.375-1.406 0l-9.656 9.656c-0.391 0.391-0.391 1.016 0 1.406l5.656 5.656c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281zM26.594 12.406l-14.172 14.187c-0.781 0.766-2.063 0.766-2.828 0l-1.969-1.969c1.172-1.172 1.172-3.078 0-4.25s-3.078-1.172-4.25 0l-1.953-1.969c-0.781-0.766-0.781-2.047 0-2.828l14.172-14.156c0.766-0.781 2.047-0.781 2.828 0l1.953 1.953c-1.172 1.172-1.172 3.078 0 4.25s3.078 1.172 4.25 0l1.969 1.953c0.766 0.781 0.766 2.063 0 2.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square\" viewBox=\"0 0 24 28\">\n<title>minus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square-o\" viewBox=\"0 0 22 28\">\n<title>minus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-up\" viewBox=\"0 0 16 28\">\n<title>level-up</title>\n<path d=\"M15.906 9.422c-0.172 0.359-0.516 0.578-0.906 0.578h-3v13.5c0 0.281-0.219 0.5-0.5 0.5h-11c-0.187 0-0.375-0.109-0.453-0.281-0.078-0.187-0.063-0.391 0.063-0.547l2.5-3c0.094-0.109 0.25-0.172 0.391-0.172h5v-10h-3c-0.391 0-0.734-0.219-0.906-0.578-0.156-0.344-0.109-0.766 0.141-1.062l5-6c0.375-0.453 1.156-0.453 1.531 0l5 6c0.25 0.297 0.313 0.719 0.141 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-down\" viewBox=\"0 0 16 28\">\n<title>level-down</title>\n<path d=\"M0.5 4h11c0.281 0 0.5 0.234 0.5 0.516v13.484h3c0.391 0 0.734 0.234 0.906 0.578 0.172 0.359 0.109 0.781-0.141 1.078l-5 6c-0.375 0.453-1.156 0.453-1.531 0l-5-6c-0.25-0.297-0.297-0.719-0.141-1.078 0.172-0.344 0.516-0.578 0.906-0.578h3v-10h-5c-0.141 0-0.281-0.063-0.391-0.172l-2.5-3c-0.125-0.141-0.141-0.359-0.063-0.531s0.266-0.297 0.453-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square\" viewBox=\"0 0 24 28\">\n<title>check-square</title>\n<path d=\"M10.703 20.297l9.594-9.594c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.297 7.297-3.297-3.297c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l5.594 5.594c0.391 0.391 1.016 0.391 1.406 0zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil-square\" viewBox=\"0 0 24 28\">\n<title>pencil-square</title>\n<path d=\"M6.312 17.313l2.375 2.375-0.812 0.812h-0.875v-1.5h-1.5v-0.875zM12.781 11.219c0.125 0.109 0.094 0.328-0.047 0.469l-4.547 4.547c-0.141 0.141-0.359 0.172-0.469 0.047-0.125-0.109-0.094-0.328 0.047-0.469l4.547-4.547c0.141-0.141 0.359-0.172 0.469-0.047zM8.5 22l8.5-8.5-4.5-4.5-8.5 8.5v4.5h4.5zM18 12.5l1.437-1.437c0.578-0.578 0.578-1.547 0-2.125l-2.375-2.375c-0.578-0.578-1.547-0.578-2.125 0l-1.437 1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link-square\" viewBox=\"0 0 24 28\">\n<title>external-link-square</title>\n<path d=\"M20 14.5v-7.5c0-0.547-0.453-1-1-1h-7.5c-0.406 0-0.766 0.25-0.922 0.609-0.156 0.375-0.078 0.812 0.219 1.094l2.25 2.25-8.344 8.344c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l8.344-8.344 2.25 2.25c0.187 0.203 0.438 0.297 0.703 0.297 0.125 0 0.266-0.031 0.391-0.078 0.359-0.156 0.609-0.516 0.609-0.922zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square\" viewBox=\"0 0 24 28\">\n<title>share-square</title>\n<path d=\"M15.703 17.203l5.5-5.5c0.391-0.391 0.391-1.016 0-1.406l-5.5-5.5c-0.281-0.297-0.719-0.375-1.078-0.219-0.375 0.156-0.625 0.516-0.625 0.922v2.5c-8.969 0-10 5.141-10 9 0 3.141 2.516 6.188 2.609 6.312 0.109 0.125 0.25 0.187 0.391 0.187 0.063 0 0.141-0.016 0.203-0.047 0.203-0.078 0.328-0.297 0.297-0.516-0.469-3.766-0.172-6.109 0.969-7.391 0.953-1.078 2.609-1.547 5.531-1.547v2.5c0 0.406 0.25 0.766 0.625 0.922 0.109 0.047 0.25 0.078 0.375 0.078 0.266 0 0.516-0.109 0.703-0.297zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compass\" viewBox=\"0 0 24 28\">\n<title>compass</title>\n<path d=\"M10 17l4-2-4-2v4zM16 7.766v8.469l-8 4v-8.469zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-down\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-down</title>\n<path d=\"M17.891 10.547c0.172 0.328 0.141 0.734-0.078 1.031l-5 7c-0.187 0.266-0.484 0.422-0.812 0.422s-0.625-0.156-0.812-0.422l-5-7c-0.219-0.297-0.25-0.703-0.078-1.031 0.172-0.344 0.516-0.547 0.891-0.547h10c0.375 0 0.719 0.203 0.891 0.547zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-up\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-up</title>\n<path d=\"M17.891 17.453c-0.172 0.344-0.516 0.547-0.891 0.547h-10c-0.375 0-0.719-0.203-0.891-0.547-0.172-0.328-0.141-0.734 0.078-1.031l5-7c0.187-0.266 0.484-0.422 0.812-0.422s0.625 0.156 0.812 0.422l5 7c0.219 0.297 0.25 0.703 0.078 1.031zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-right\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-right</title>\n<path d=\"M17 14c0 0.328-0.156 0.625-0.422 0.812l-7 5c-0.297 0.219-0.703 0.25-1.031 0.078-0.344-0.172-0.547-0.516-0.547-0.891v-10c0-0.375 0.203-0.719 0.547-0.891 0.328-0.172 0.734-0.141 1.031 0.078l7 5c0.266 0.187 0.422 0.484 0.422 0.812zM20 21.5v-15c0-0.281-0.219-0.5-0.5-0.5h-15c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h15c0.281 0 0.5-0.219 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eur\" viewBox=\"0 0 16 28\">\n<title>eur</title>\n<path d=\"M15.25 20.422l0.547 2.484c0.063 0.25-0.078 0.5-0.313 0.578-0.063 0.016-1.516 0.516-3.391 0.516-4.875 0-8.797-2.938-10.109-7.531h-1.484c-0.281 0-0.5-0.234-0.5-0.5v-1.766c0-0.266 0.219-0.5 0.5-0.5h1.031c-0.016-0.5-0.016-1.094 0.016-1.641h-1.047c-0.281 0-0.5-0.219-0.5-0.5v-1.781c0-0.281 0.219-0.5 0.5-0.5h1.531c1.391-4.375 5.391-7.281 10.063-7.281 1.625 0 2.969 0.344 3.031 0.359 0.125 0.031 0.234 0.125 0.313 0.234 0.063 0.109 0.078 0.25 0.047 0.375l-0.672 2.484c-0.063 0.266-0.328 0.422-0.594 0.344-0.016 0-1.078-0.266-2.188-0.266-2.625 0-4.828 1.422-5.875 3.75h7.313c0.156 0 0.297 0.063 0.391 0.187 0.094 0.109 0.141 0.266 0.109 0.406l-0.375 1.781c-0.047 0.234-0.25 0.406-0.5 0.406h-7.625c-0.047 0.5-0.031 1.031 0 1.641h7.172c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.422l-0.375 1.75c-0.047 0.234-0.25 0.406-0.484 0.406h-6.047c1 2.438 3.25 3.969 5.906 3.969 1.359 0 2.469-0.375 2.484-0.375 0.125-0.047 0.281-0.031 0.406 0.031 0.125 0.078 0.203 0.203 0.234 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gbp\" viewBox=\"0 0 16 28\">\n<title>gbp</title>\n<path d=\"M15.937 17.766v5.734c0 0.281-0.219 0.5-0.5 0.5h-14.938c-0.281 0-0.5-0.219-0.5-0.5v-2.344c0-0.266 0.219-0.5 0.5-0.5h1.516v-5.984h-1.484c-0.281 0-0.5-0.219-0.5-0.5v-2.047c0-0.281 0.219-0.5 0.5-0.5h1.484v-3.484c0-3.563 2.875-6.141 6.844-6.141 3.125 0 5.141 1.875 5.234 1.953 0.187 0.172 0.203 0.469 0.047 0.672l-1.609 1.984c-0.094 0.109-0.203 0.172-0.344 0.187-0.125 0.016-0.266-0.031-0.359-0.109-0.016-0.016-1.359-1.078-2.938-1.078-1.766 0-2.953 1.062-2.953 2.656v3.359h4.766c0.281 0 0.5 0.219 0.5 0.5v2.047c0 0.281-0.219 0.5-0.5 0.5h-4.766v5.922h6.469v-2.828c0-0.281 0.219-0.5 0.5-0.5h2.531c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dollar\" viewBox=\"0 0 16 28\">\n<title>dollar</title>\n<path d=\"M15.281 18.516c0 3.187-2.281 5.703-5.594 6.25v2.734c0 0.281-0.219 0.5-0.5 0.5h-2.109c-0.266 0-0.5-0.219-0.5-0.5v-2.734c-3.656-0.516-5.656-2.703-5.734-2.797-0.156-0.187-0.172-0.453-0.031-0.641l1.609-2.109c0.078-0.109 0.219-0.172 0.359-0.187s0.281 0.031 0.375 0.141c0.031 0.016 2.219 2.109 4.984 2.109 1.531 0 3.187-0.812 3.187-2.578 0-1.5-1.844-2.234-3.953-3.078-2.812-1.109-6.312-2.516-6.312-6.438 0-2.875 2.25-5.25 5.516-5.875v-2.812c0-0.281 0.234-0.5 0.5-0.5h2.109c0.281 0 0.5 0.219 0.5 0.5v2.75c3.172 0.359 4.859 2.078 4.922 2.141 0.156 0.172 0.187 0.406 0.078 0.594l-1.266 2.281c-0.078 0.141-0.203 0.234-0.359 0.25-0.156 0.031-0.297-0.016-0.422-0.109-0.016-0.016-1.906-1.687-4.25-1.687-1.984 0-3.359 0.984-3.359 2.406 0 1.656 1.906 2.391 4.125 3.25 2.875 1.109 6.125 2.375 6.125 6.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inr\" viewBox=\"0 0 14 28\">\n<title>inr</title>\n<path d=\"M14.031 7.344v1.594c0 0.281-0.219 0.5-0.5 0.5h-2.625c-0.484 3-2.781 4.953-6.328 5.375 2.328 2.484 4.813 5.484 7.172 8.375 0.125 0.141 0.156 0.359 0.063 0.531-0.078 0.172-0.25 0.281-0.453 0.281h-3.047c-0.156 0-0.297-0.063-0.391-0.187-2.516-3.016-4.828-5.781-7.781-8.922-0.094-0.094-0.141-0.219-0.141-0.344v-1.984c0-0.266 0.219-0.5 0.5-0.5h1.75c2.75 0 4.469-0.922 4.922-2.625h-6.672c-0.281 0-0.5-0.219-0.5-0.5v-1.594c0-0.281 0.219-0.5 0.5-0.5h6.453c-0.594-1.172-2-1.766-4.188-1.766h-2.266c-0.281 0-0.5-0.234-0.5-0.5v-2.078c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5v1.594c0 0.281-0.219 0.5-0.5 0.5h-3.641c0.5 0.641 0.828 1.391 1 2.25h2.672c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cny\" viewBox=\"0 0 16 28\">\n<title>cny</title>\n<path d=\"M9.422 24h-2.688c-0.281 0-0.5-0.219-0.5-0.5v-5.156h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.609c0-0.281 0.219-0.5 0.5-0.5h4.5v-1.328h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.625c0-0.266 0.219-0.5 0.5-0.5h3.344l-5.016-9.031c-0.078-0.156-0.078-0.344 0-0.5 0.094-0.156 0.266-0.25 0.438-0.25h3.031c0.187 0 0.359 0.109 0.453 0.281l3.359 6.641c0.375 0.734 0.625 1.359 0.875 1.953 0.266-0.672 0.609-1.328 0.906-2.016l2.984-6.562c0.078-0.187 0.266-0.297 0.453-0.297h2.984c0.172 0 0.328 0.094 0.422 0.25 0.094 0.141 0.094 0.328 0.016 0.484l-4.891 9.047h3.359c0.281 0 0.5 0.234 0.5 0.5v1.625c0 0.281-0.219 0.5-0.5 0.5h-4.531v1.328h4.531c0.281 0 0.5 0.219 0.5 0.5v1.609c0 0.281-0.219 0.5-0.5 0.5h-4.531v5.156c0 0.281-0.234 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rouble\" viewBox=\"0 0 20 28\">\n<title>rouble</title>\n<path d=\"M16.297 8.828c0-2.094-1.484-3.5-3.687-3.5h-5v7h5c2.203 0 3.687-1.406 3.687-3.5zM20 8.828c0 4.016-2.906 6.828-7.078 6.828h-5.313v1.844h7.891c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-7.891v3c0 0.281-0.219 0.5-0.5 0.5h-2.609c-0.281 0-0.5-0.219-0.5-0.5v-3h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h3.5v-1.844h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2.328c0-0.281 0.219-0.5 0.5-0.5h3.5v-9.828c0-0.281 0.219-0.5 0.5-0.5h8.422c4.172 0 7.078 2.812 7.078 6.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-krw\" viewBox=\"0 0 28 28\">\n<title>krw</title>\n<path d=\"M8.031 18.672l1.266-4.672h-2.484l1.172 4.688c0.016 0.031 0.016 0.063 0.031 0.094 0-0.031 0.016-0.078 0.016-0.109zM9.844 12l0.547-2h-4.562l0.5 2h3.516zM12.844 12h2.172l-0.547-2h-1.094zM19.859 18.688l1.219-4.688h-2.531l1.266 4.672c0.016 0.047 0.016 0.078 0.031 0.109 0-0.031 0.016-0.063 0.016-0.094zM21.594 12l0.516-2h-4.641l0.531 2h3.594zM28 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.328l-2.562 9.625c-0.063 0.219-0.266 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.484-0.375l-2.594-9.625h-3.266l-2.609 9.625c-0.063 0.219-0.25 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.469-0.375l-2.5-9.625h-3.25c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.734l-0.516-2h-2.219c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.703l-1.391-5.375c-0.047-0.156-0.016-0.313 0.078-0.438 0.094-0.109 0.25-0.187 0.406-0.187h2.141c0.234 0 0.438 0.156 0.484 0.375l1.406 5.625h5.609l1.516-5.625c0.063-0.219 0.266-0.375 0.484-0.375h1.969c0.234 0 0.422 0.156 0.484 0.375l1.531 5.625h5.703l1.453-5.625c0.047-0.219 0.25-0.375 0.484-0.375h2.141c0.156 0 0.313 0.078 0.406 0.187 0.094 0.125 0.125 0.297 0.078 0.438l-1.422 5.375h1.734c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.266l-0.531 2h2.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitcoin\" viewBox=\"0 0 21 28\">\n<title>bitcoin</title>\n<path d=\"M18.234 10c0.203 2.078-0.672 3.328-2.047 4.031 2.281 0.547 3.719 1.906 3.437 4.953-0.359 3.797-3.172 4.813-7.203 5.031v3.984h-2.406v-3.922c-0.609 0-1.25 0-1.906-0.016v3.938h-2.406v-3.984c-0.562 0-1.125-0.016-1.703-0.016h-3.125l0.484-2.859c1.766 0.031 1.734 0 1.734 0 0.672 0 0.859-0.484 0.906-0.797v-6.281h0.25c-0.094-0.016-0.187-0.016-0.25-0.016v-4.484c-0.094-0.5-0.406-1.062-1.391-1.062 0 0 0.031-0.031-1.734 0v-2.562l3.313 0.016c0.484 0 1 0 1.516-0.016v-3.938h2.406v3.859c0.641-0.016 1.281-0.031 1.906-0.031v-3.828h2.406v3.938c3.094 0.266 5.547 1.219 5.812 4.062zM14.875 18.516c0-3.094-5.094-2.641-6.719-2.641v5.281c1.625 0 6.719 0.344 6.719-2.641zM13.766 11.078c0-2.828-4.25-2.406-5.609-2.406v4.797c1.359 0 5.609 0.313 5.609-2.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file\" viewBox=\"0 0 24 28\">\n<title>file</title>\n<path d=\"M16 8v-7.375c0.219 0.141 0.406 0.281 0.562 0.438l6.375 6.375c0.156 0.156 0.297 0.344 0.438 0.562h-7.375zM14 8.5c0 0.828 0.672 1.5 1.5 1.5h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text\" viewBox=\"0 0 24 28\">\n<title>file-text</title>\n<path d=\"M22.937 7.438c0.156 0.156 0.297 0.344 0.438 0.562h-7.375v-7.375c0.219 0.141 0.406 0.281 0.562 0.438zM15.5 10h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5c0 0.828 0.672 1.5 1.5 1.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-asc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-asc</title>\n<path d=\"M18.609 6.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM24.563 24.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.172v0.031l0.219-0.031c0.141-0.031 0.281-0.031 0.469-0.031h3.875v-1.859h1.891zM25.953 10.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-desc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-desc</title>\n<path d=\"M18.609 22.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM25.953 26.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094zM24.563 8.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.156v0.047l0.219-0.047c0.141-0.016 0.281-0.016 0.469-0.016h3.875v-1.859h1.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-asc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-asc</title>\n<path d=\"M11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM25 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM22 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM19 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-desc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-desc</title>\n<path d=\"M19 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM25 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM28 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-asc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-asc</title>\n<path d=\"M21.031 20.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM23.219 21.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422zM22.75 10.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-desc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-desc</title>\n<path d=\"M21.031 4.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22.75 26.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578zM23.219 5.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-up\" viewBox=\"0 0 25 28\">\n<title>thumbs-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1-0.562 0-1 0.453-1 1 0 0.562 0.438 1 1 1 0.547 0 1-0.438 1-1zM6.5 13v10c0 0.547-0.453 1-1 1h-4.5c-0.547 0-1-0.453-1-1v-10c0-0.547 0.453-1 1-1h4.5c0.547 0 1 0.453 1 1zM25 13c0 0.828-0.328 1.719-0.859 2.328 0.172 0.5 0.234 0.969 0.234 1.188 0.031 0.781-0.203 1.516-0.672 2.141 0.172 0.578 0.172 1.203 0 1.828-0.156 0.578-0.453 1.094-0.844 1.469 0.094 1.172-0.172 2.125-0.766 2.828-0.672 0.797-1.703 1.203-3.078 1.219h-2.016c-2.234 0-4.344-0.734-6.031-1.313-0.984-0.344-1.922-0.672-2.469-0.688-0.531-0.016-1-0.453-1-1v-10.016c0-0.516 0.438-0.953 0.953-1 0.578-0.047 2.078-1.906 2.766-2.812 0.562-0.719 1.094-1.391 1.578-1.875 0.609-0.609 0.781-1.547 0.969-2.453 0.172-0.922 0.359-1.891 1.031-2.547 0.187-0.187 0.438-0.297 0.703-0.297 3.5 0 3.5 2.797 3.5 4 0 1.281-0.453 2.188-0.875 3-0.172 0.344-0.328 0.5-0.453 1h4.328c1.625 0 3 1.375 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-down\" viewBox=\"0 0 25 28\">\n<title>thumbs-down</title>\n<path d=\"M4 9c0 0.547-0.453 1-1 1-0.562 0-1-0.453-1-1 0-0.562 0.438-1 1-1 0.547 0 1 0.438 1 1zM6.5 17v-10c0-0.547-0.453-1-1-1h-4.5c-0.547 0-1 0.453-1 1v10c0 0.547 0.453 1 1 1h4.5c0.547 0 1-0.453 1-1zM24.141 14.672c0.531 0.594 0.859 1.5 0.859 2.328-0.016 1.625-1.375 3-3 3h-4.328c0.125 0.5 0.281 0.656 0.453 1 0.406 0.812 0.875 1.719 0.875 3 0 1.203 0 4-3.5 4-0.266 0-0.516-0.109-0.703-0.297-0.672-0.656-0.859-1.625-1.031-2.547-0.187-0.906-0.359-1.844-0.969-2.453-0.484-0.484-1.016-1.156-1.578-1.875-0.688-0.906-2.188-2.766-2.766-2.812-0.516-0.047-0.953-0.484-0.953-1v-10.016c0-0.547 0.469-0.984 1-1 0.547-0.016 1.484-0.344 2.469-0.688 1.687-0.578 3.797-1.313 6.031-1.313h2.016c1.375 0.016 2.406 0.422 3.078 1.219 0.594 0.703 0.859 1.656 0.766 2.828 0.391 0.375 0.688 0.891 0.844 1.469 0.172 0.625 0.172 1.25 0 1.828 0.469 0.625 0.703 1.359 0.672 2.141 0 0.219-0.063 0.688-0.234 1.188z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-square\" viewBox=\"0 0 24 28\">\n<title>youtube-square</title>\n<path d=\"M14.359 20.359v-2.453c0-0.516-0.156-0.781-0.453-0.781-0.172 0-0.344 0.078-0.516 0.25v3.5c0.172 0.172 0.344 0.25 0.516 0.25 0.297 0 0.453-0.25 0.453-0.766zM17.234 18.453h1.031v-0.531c0-0.531-0.172-0.797-0.516-0.797s-0.516 0.266-0.516 0.797v0.531zM8.313 14.297v1.094h-1.25v6.609h-1.156v-6.609h-1.219v-1.094h3.625zM11.453 16.266v5.734h-1.047v-0.625c-0.406 0.469-0.797 0.703-1.188 0.703-0.328 0-0.562-0.141-0.656-0.438-0.063-0.172-0.094-0.438-0.094-0.844v-4.531h1.031v4.219c0 0.234 0 0.375 0.016 0.406 0.016 0.156 0.094 0.234 0.234 0.234 0.219 0 0.422-0.156 0.656-0.484v-4.375h1.047zM15.391 18v2.281c0 0.516-0.031 0.906-0.109 1.141-0.125 0.438-0.406 0.656-0.828 0.656-0.359 0-0.719-0.219-1.062-0.641v0.562h-1.047v-7.703h1.047v2.516c0.328-0.406 0.688-0.625 1.062-0.625 0.422 0 0.703 0.219 0.828 0.656 0.078 0.234 0.109 0.609 0.109 1.156zM19.313 20.016v0.141c0 0.344-0.016 0.562-0.031 0.672-0.031 0.234-0.109 0.438-0.234 0.625-0.281 0.422-0.719 0.625-1.25 0.625-0.547 0-0.969-0.203-1.266-0.594-0.219-0.281-0.328-0.734-0.328-1.344v-2.016c0-0.609 0.094-1.047 0.313-1.344 0.297-0.391 0.719-0.594 1.25-0.594 0.516 0 0.938 0.203 1.219 0.594 0.219 0.297 0.328 0.734 0.328 1.344v1.188h-2.078v1.016c0 0.531 0.172 0.797 0.531 0.797 0.25 0 0.406-0.141 0.469-0.406 0-0.063 0.016-0.297 0.016-0.703h1.062zM12.266 7.141v2.438c0 0.531-0.172 0.797-0.5 0.797-0.344 0-0.5-0.266-0.5-0.797v-2.438c0-0.531 0.156-0.812 0.5-0.812 0.328 0 0.5 0.281 0.5 0.812zM20.594 18.281v0c0-1.344 0-2.766-0.297-4.062-0.219-0.922-0.969-1.594-1.859-1.687-2.125-0.234-4.281-0.234-6.438-0.234-2.141 0-4.297 0-6.422 0.234-0.906 0.094-1.656 0.766-1.859 1.687-0.297 1.297-0.313 2.719-0.313 4.062v0c0 1.328 0 2.75 0.313 4.062 0.203 0.906 0.953 1.578 1.844 1.687 2.141 0.234 4.297 0.234 6.438 0.234s4.297 0 6.438-0.234c0.891-0.109 1.641-0.781 1.844-1.687 0.313-1.313 0.313-2.734 0.313-4.062zM8.797 8.109l1.406-4.625h-1.172l-0.797 3.047-0.828-3.047h-1.219c0.234 0.719 0.5 1.437 0.734 2.156 0.375 1.094 0.609 1.906 0.719 2.469v3.141h1.156v-3.141zM13.312 9.375v-2.031c0-0.609-0.109-1.062-0.328-1.359-0.297-0.391-0.703-0.594-1.219-0.594-0.531 0-0.938 0.203-1.219 0.594-0.219 0.297-0.328 0.75-0.328 1.359v2.031c0 0.609 0.109 1.062 0.328 1.359 0.281 0.391 0.688 0.594 1.219 0.594 0.516 0 0.922-0.203 1.219-0.594 0.219-0.281 0.328-0.75 0.328-1.359zM16.141 11.25h1.047v-5.781h-1.047v4.422c-0.234 0.328-0.453 0.484-0.656 0.484-0.141 0-0.234-0.078-0.25-0.25-0.016-0.031-0.016-0.156-0.016-0.406v-4.25h-1.047v4.578c0 0.406 0.031 0.672 0.094 0.859 0.109 0.281 0.344 0.422 0.672 0.422 0.391 0 0.781-0.234 1.203-0.703v0.625zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube\" viewBox=\"0 0 24 28\">\n<title>youtube</title>\n<path d=\"M15.172 19.437v3.297c0 0.703-0.203 1.047-0.609 1.047-0.234 0-0.469-0.109-0.703-0.344v-4.703c0.234-0.234 0.469-0.344 0.703-0.344 0.406 0 0.609 0.359 0.609 1.047zM20.453 19.453v0.719h-1.406v-0.719c0-0.703 0.234-1.062 0.703-1.062s0.703 0.359 0.703 1.062zM5.359 16.047h1.672v-1.469h-4.875v1.469h1.641v8.891h1.563v-8.891zM9.859 24.938h1.391v-7.719h-1.391v5.906c-0.313 0.438-0.609 0.656-0.891 0.656-0.187 0-0.297-0.109-0.328-0.328-0.016-0.047-0.016-0.219-0.016-0.547v-5.688h-1.391v6.109c0 0.547 0.047 0.906 0.125 1.141 0.125 0.391 0.453 0.578 0.906 0.578 0.5 0 1.031-0.313 1.594-0.953v0.844zM16.562 22.625v-3.078c0-0.719-0.031-1.234-0.141-1.547-0.172-0.578-0.562-0.875-1.109-0.875-0.516 0-1 0.281-1.453 0.844v-3.391h-1.391v10.359h1.391v-0.75c0.469 0.578 0.953 0.859 1.453 0.859 0.547 0 0.938-0.297 1.109-0.859 0.109-0.328 0.141-0.844 0.141-1.563zM21.844 22.469v-0.203h-1.422c0 0.562-0.016 0.875-0.031 0.953-0.078 0.375-0.281 0.562-0.625 0.562-0.484 0-0.719-0.359-0.719-1.078v-1.359h2.797v-1.609c0-0.828-0.141-1.422-0.422-1.813-0.406-0.531-0.953-0.797-1.656-0.797-0.719 0-1.266 0.266-1.672 0.797-0.297 0.391-0.438 0.984-0.438 1.813v2.703c0 0.828 0.156 1.437 0.453 1.813 0.406 0.531 0.953 0.797 1.687 0.797s1.313-0.281 1.687-0.828c0.172-0.25 0.297-0.531 0.328-0.844 0.031-0.141 0.031-0.453 0.031-0.906zM12.344 8.203v-3.281c0-0.719-0.203-1.078-0.672-1.078-0.453 0-0.672 0.359-0.672 1.078v3.281c0 0.719 0.219 1.094 0.672 1.094 0.469 0 0.672-0.375 0.672-1.094zM23.578 19.938c0 1.797-0.016 3.719-0.406 5.469-0.297 1.234-1.297 2.141-2.5 2.266-2.875 0.328-5.781 0.328-8.672 0.328s-5.797 0-8.672-0.328c-1.203-0.125-2.219-1.031-2.5-2.266-0.406-1.75-0.406-3.672-0.406-5.469v0c0-1.813 0.016-3.719 0.406-5.469 0.297-1.234 1.297-2.141 2.516-2.281 2.859-0.313 5.766-0.313 8.656-0.313s5.797 0 8.672 0.313c1.203 0.141 2.219 1.047 2.5 2.281 0.406 1.75 0.406 3.656 0.406 5.469zM7.984 0h1.594l-1.891 6.234v4.234h-1.563v-4.234c-0.141-0.766-0.453-1.859-0.953-3.313-0.344-0.969-0.688-1.953-1.016-2.922h1.656l1.109 4.109zM13.766 5.203v2.734c0 0.828-0.141 1.453-0.438 1.844-0.391 0.531-0.938 0.797-1.656 0.797-0.703 0-1.25-0.266-1.641-0.797-0.297-0.406-0.438-1.016-0.438-1.844v-2.734c0-0.828 0.141-1.437 0.438-1.828 0.391-0.531 0.938-0.797 1.641-0.797 0.719 0 1.266 0.266 1.656 0.797 0.297 0.391 0.438 1 0.438 1.828zM19 2.672v7.797h-1.422v-0.859c-0.562 0.656-1.094 0.969-1.609 0.969-0.453 0-0.781-0.187-0.922-0.578-0.078-0.234-0.125-0.609-0.125-1.172v-6.156h1.422v5.734c0 0.328 0 0.516 0.016 0.547 0.031 0.219 0.141 0.344 0.328 0.344 0.281 0 0.578-0.219 0.891-0.672v-5.953h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing\" viewBox=\"0 0 22 28\">\n<title>xing</title>\n<path d=\"M9.328 10.422c0 0-0.156 0.266-4.016 7.125-0.203 0.344-0.469 0.719-1.016 0.719h-3.734c-0.219 0-0.391-0.109-0.484-0.266s-0.109-0.359 0-0.562l3.953-7c0.016 0 0.016 0 0-0.016l-2.516-4.359c-0.109-0.203-0.125-0.422-0.016-0.578 0.094-0.156 0.281-0.234 0.5-0.234h3.734c0.562 0 0.844 0.375 1.031 0.703 2.547 4.453 2.562 4.469 2.562 4.469zM21.922 0.391c0.109 0.156 0.109 0.375 0 0.578l-8.25 14.594c-0.016 0-0.016 0.016 0 0.016l5.25 9.609c0.109 0.203 0.109 0.422 0.016 0.578-0.109 0.156-0.281 0.234-0.5 0.234h-3.734c-0.562 0-0.859-0.375-1.031-0.703-5.297-9.703-5.297-9.719-5.297-9.719s0.266-0.469 8.297-14.719c0.203-0.359 0.438-0.703 1-0.703h3.766c0.219 0 0.391 0.078 0.484 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing-square\" viewBox=\"0 0 24 28\">\n<title>xing-square</title>\n<path d=\"M10.703 11.953c0 0 0-0.016-1.969-3.469-0.156-0.25-0.375-0.531-0.812-0.531h-2.875c-0.187 0-0.328 0.063-0.406 0.172-0.078 0.125-0.063 0.297 0.016 0.453l1.953 3.375v0.016l-3.063 5.406c-0.094 0.156-0.078 0.313 0 0.438s0.203 0.203 0.375 0.203h2.891c0.422 0 0.641-0.297 0.781-0.562 3-5.297 3.109-5.5 3.109-5.5zM20.453 4.188c-0.078-0.125-0.203-0.187-0.375-0.187h-2.922c-0.422 0-0.609 0.266-0.766 0.547-6.219 11.031-6.422 11.391-6.422 11.391s0 0.016 4.094 7.516c0.141 0.25 0.359 0.547 0.812 0.547h2.875c0.172 0 0.313-0.063 0.391-0.187s0.078-0.281-0.016-0.438l-4.062-7.438v-0.016l6.391-11.297c0.078-0.156 0.078-0.313 0-0.438zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-play\" viewBox=\"0 0 28 28\">\n<title>youtube-play</title>\n<path d=\"M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797 0.281 9.797 0.281 0.547 0.063 1.75 0.063 2.812 1.188 0 0 0.859 0.844 1.109 2.781 0.297 2.266 0.281 4.531 0.281 4.531v2.125s0.016 2.266-0.281 4.531c-0.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906 0.297-9.797 0.297v0c-7.281-0.063-9.516-0.281-9.516-0.281-0.625-0.109-2.031-0.078-3.094-1.188 0 0-0.859-0.859-1.109-2.781-0.297-2.266-0.281-4.531-0.281-4.531v-2.125s-0.016-2.266 0.281-4.531c0.25-1.937 1.109-2.781 1.109-2.781 1.062-1.125 2.266-1.125 2.812-1.188 0 0 3.906-0.281 9.797-0.281v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dropbox\" viewBox=\"0 0 28 28\">\n<title>dropbox</title>\n<path d=\"M6.281 11.047l7.719 4.766-5.344 4.453-7.656-4.984zM21.688 19.719v1.687l-7.656 4.578v0.016l-0.016-0.016-0.016 0.016v-0.016l-7.641-4.578v-1.687l2.297 1.5 5.344-4.438v-0.031l0.016 0.016 0.016-0.016v0.031l5.359 4.438zM8.656 1.844l5.344 4.453-7.719 4.75-5.281-4.219zM21.719 11.047l5.281 4.234-7.641 4.984-5.359-4.453zM19.359 1.844l7.641 4.984-5.281 4.219-7.719-4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-overflow\" viewBox=\"0 0 24 28\">\n<title>stack-overflow</title>\n<path d=\"M20.141 25.5h-17.469v-7.5h-2.5v10h22.469v-10h-2.5v7.5zM5.422 17.313l0.516-2.453 12.234 2.578-0.516 2.438zM7.031 11.469l1.047-2.281 11.328 5.297-1.047 2.266zM10.172 5.906l1.594-1.922 9.594 8.016-1.594 1.922zM16.375 0l7.453 10.016-2 1.5-7.453-10.016zM5.156 22.984v-2.484h12.5v2.484h-12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-instagram\" viewBox=\"0 0 24 28\">\n<title>instagram</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM18.156 14c0 3.406-2.75 6.156-6.156 6.156s-6.156-2.75-6.156-6.156 2.75-6.156 6.156-6.156 6.156 2.75 6.156 6.156zM19.844 7.594c0 0.797-0.641 1.437-1.437 1.437s-1.437-0.641-1.437-1.437 0.641-1.437 1.437-1.437 1.437 0.641 1.437 1.437zM12 4.156c-1.75 0-5.5-0.141-7.078 0.484-0.547 0.219-0.953 0.484-1.375 0.906s-0.688 0.828-0.906 1.375c-0.625 1.578-0.484 5.328-0.484 7.078s-0.141 5.5 0.484 7.078c0.219 0.547 0.484 0.953 0.906 1.375s0.828 0.688 1.375 0.906c1.578 0.625 5.328 0.484 7.078 0.484s5.5 0.141 7.078-0.484c0.547-0.219 0.953-0.484 1.375-0.906s0.688-0.828 0.906-1.375c0.625-1.578 0.484-5.328 0.484-7.078s0.141-5.5-0.484-7.078c-0.219-0.547-0.484-0.953-0.906-1.375s-0.828-0.688-1.375-0.906c-1.578-0.625-5.328-0.484-7.078-0.484zM24 14c0 1.656 0.016 3.297-0.078 4.953-0.094 1.922-0.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656 0.094-3.297 0.078-4.953 0.078s-3.297 0.016-4.953-0.078c-1.922-0.094-3.625-0.531-5.031-1.937s-1.844-3.109-1.937-5.031c-0.094-1.656-0.078-3.297-0.078-4.953s-0.016-3.297 0.078-4.953c0.094-1.922 0.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-0.094 3.297-0.078 4.953-0.078s3.297-0.016 4.953 0.078c1.922 0.094 3.625 0.531 5.031 1.937s1.844 3.109 1.937 5.031c0.094 1.656 0.078 3.297 0.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flickr\" viewBox=\"0 0 24 28\">\n<title>flickr</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM10.906 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313zM19.719 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adn\" viewBox=\"0 0 24 28\">\n<title>adn</title>\n<path d=\"M12 9.719l3.141 4.781h-6.281zM17.703 18h1.469l-7.172-10.797-7.172 10.797h1.469l1.625-2.5h8.156zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket\" viewBox=\"0 0 22 28\">\n<title>bitbucket</title>\n<path d=\"M12.734 13.422c0.172 1.312-1.422 2.344-2.531 1.672-1.25-0.547-1.25-2.531-0.031-3.094 1.047-0.641 2.562 0.203 2.562 1.422zM14.469 13.094c-0.281-2.219-2.797-3.687-4.844-2.766-1.297 0.578-2.172 1.953-2.109 3.406 0.078 1.906 1.891 3.469 3.797 3.297s3.391-2.031 3.156-3.938zM18.203 4.625c-0.688-0.906-1.859-1.062-2.891-1.234-2.922-0.469-5.922-0.484-8.844 0.031-0.969 0.156-2.063 0.328-2.672 1.203 1 0.938 2.422 1.078 3.703 1.234 2.312 0.297 4.688 0.313 7 0.016 1.297-0.156 2.734-0.281 3.703-1.25zM19.094 20.797c-0.438 1.531-0.187 3.594-1.813 4.484-2.797 1.547-6.188 1.719-9.266 1.172-1.625-0.297-3.531-0.812-4.422-2.344-0.391-1.5-0.641-3.031-0.891-4.562l0.094-0.25 0.281-0.141c4.656 3.078 11.172 3.078 15.844 0 0.734 0.219 0.187 1.109 0.172 1.641zM21.922 5.781c-0.531 3.422-1.141 6.828-1.734 10.234-0.172 1-1.141 1.563-1.953 1.984-2.922 1.469-6.328 1.719-9.531 1.375-2.172-0.234-4.391-0.812-6.156-2.172-0.828-0.641-0.828-1.734-0.984-2.656-0.547-3.203-1.172-6.406-1.563-9.641 0.187-1.406 1.766-2.016 2.938-2.453 1.563-0.578 3.234-0.844 4.891-1 3.531-0.344 7.141-0.219 10.563 0.781 1.219 0.359 2.531 0.859 3.359 1.906 0.375 0.484 0.25 1.094 0.172 1.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket-square\" viewBox=\"0 0 24 28\">\n<title>bitbucket-square</title>\n<path d=\"M13.25 13.594c0-0.891-1.094-1.5-1.844-1.047-0.891 0.422-0.891 1.859 0.016 2.234 0.812 0.484 1.953-0.25 1.828-1.188zM14.5 13.344c0.172 1.375-0.906 2.719-2.281 2.844s-2.672-1-2.734-2.391c-0.047-1.031 0.594-2.031 1.531-2.453 1.469-0.656 3.281 0.406 3.484 2zM17.187 7.234c-0.688 0.703-1.734 0.797-2.656 0.906-1.672 0.219-3.375 0.203-5.063 0-0.922-0.125-1.937-0.234-2.656-0.906 0.438-0.625 1.219-0.75 1.922-0.859 2.109-0.375 4.266-0.359 6.375-0.016 0.75 0.109 1.594 0.234 2.078 0.875zM17.844 18.891c0-0.375 0.391-1.016-0.141-1.172-3.359 2.219-8.047 2.219-11.422 0l-0.187 0.094-0.078 0.187c0.187 1.094 0.359 2.203 0.641 3.281 0.641 1.109 2.016 1.484 3.187 1.687 2.219 0.406 4.672 0.281 6.687-0.828 1.172-0.656 0.984-2.141 1.313-3.25zM19.875 8.062c0.063-0.375 0.141-0.828-0.125-1.172-0.594-0.75-1.531-1.109-2.422-1.375-2.469-0.719-5.078-0.812-7.609-0.562-1.203 0.109-2.406 0.313-3.531 0.719-0.844 0.328-1.984 0.766-2.125 1.766 0.281 2.344 0.734 4.641 1.125 6.969 0.125 0.656 0.125 1.437 0.719 1.906 1.266 0.969 2.875 1.391 4.438 1.563 2.312 0.25 4.766 0.078 6.875-0.984 0.594-0.313 1.281-0.719 1.406-1.437 0.438-2.453 0.859-4.906 1.25-7.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr\" viewBox=\"0 0 17 28\">\n<title>tumblr</title>\n<path d=\"M14.75 20.766l1.25 3.703c-0.469 0.703-2.594 1.5-4.5 1.531-5.672 0.094-7.812-4.031-7.812-6.937v-8.5h-2.625v-3.359c3.938-1.422 4.891-4.984 5.109-7.016 0.016-0.125 0.125-0.187 0.187-0.187h3.813v6.625h5.203v3.937h-5.219v8.094c0 1.094 0.406 2.609 2.5 2.562 0.688-0.016 1.609-0.219 2.094-0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr-square\" viewBox=\"0 0 24 28\">\n<title>tumblr-square</title>\n<path d=\"M17.75 22.828l-0.969-2.859c-0.375 0.187-1.078 0.344-1.609 0.344-1.594 0.047-1.922-1.109-1.922-1.969v-6.219h4.016v-3.031h-4v-5.094h-2.938c-0.047 0-0.125 0.047-0.141 0.156-0.172 1.547-0.906 4.297-3.938 5.391v2.578h2.031v6.531c0 2.234 1.641 5.422 6 5.344 1.469-0.031 3.109-0.641 3.469-1.172zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-down\" viewBox=\"0 0 12 28\">\n<title>long-arrow-down</title>\n<path d=\"M11.953 20.297c0.078 0.187 0.047 0.391-0.078 0.547l-5.469 6c-0.094 0.094-0.219 0.156-0.359 0.156v0c-0.141 0-0.281-0.063-0.375-0.156l-5.547-6c-0.125-0.156-0.156-0.359-0.078-0.547 0.078-0.172 0.25-0.297 0.453-0.297h3.5v-19.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v19.5h3.5c0.203 0 0.375 0.109 0.453 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-up\" viewBox=\"0 0 12 28\">\n<title>long-arrow-up</title>\n<path d=\"M11.953 7.703c-0.078 0.172-0.25 0.297-0.453 0.297h-3.5v19.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-19.5h-3.5c-0.203 0-0.375-0.109-0.453-0.297s-0.047-0.391 0.078-0.547l5.469-6c0.094-0.094 0.219-0.156 0.359-0.156v0c0.141 0 0.281 0.063 0.375 0.156l5.547 6c0.125 0.156 0.156 0.359 0.078 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-left\" viewBox=\"0 0 29 28\">\n<title>long-arrow-left</title>\n<path d=\"M28 12.5v3c0 0.281-0.219 0.5-0.5 0.5h-19.5v3.5c0 0.203-0.109 0.375-0.297 0.453s-0.391 0.047-0.547-0.078l-6-5.469c-0.094-0.094-0.156-0.219-0.156-0.359v0c0-0.141 0.063-0.281 0.156-0.375l6-5.531c0.156-0.141 0.359-0.172 0.547-0.094 0.172 0.078 0.297 0.25 0.297 0.453v3.5h19.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-right\" viewBox=\"0 0 27 28\">\n<title>long-arrow-right</title>\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-apple\" viewBox=\"0 0 22 28\">\n<title>apple</title>\n<path d=\"M21.766 18.984c-0.391 1.234-1.016 2.547-1.922 3.906-1.344 2.047-2.688 3.063-4.016 3.063-0.531 0-1.25-0.172-2.188-0.5-0.922-0.344-1.719-0.5-2.359-0.5-0.625 0-1.375 0.172-2.219 0.516-0.859 0.359-1.547 0.531-2.063 0.531-1.609 0-3.156-1.359-4.703-4.047-1.516-2.688-2.297-5.297-2.297-7.859 0-2.391 0.594-4.328 1.766-5.844 1.172-1.5 2.641-2.25 4.438-2.25 0.766 0 1.672 0.156 2.766 0.469 1.078 0.313 1.797 0.469 2.156 0.469 0.453 0 1.203-0.172 2.234-0.531 1.031-0.344 1.937-0.531 2.703-0.531 1.25 0 2.359 0.344 3.328 1.016 0.547 0.375 1.094 0.906 1.625 1.563-0.812 0.688-1.406 1.297-1.781 1.844-0.672 0.969-1.016 2.047-1.016 3.234 0 1.281 0.359 2.453 1.078 3.484s1.547 1.687 2.469 1.969zM15.891 0.656c0 0.641-0.156 1.359-0.453 2.125-0.313 0.781-0.797 1.5-1.453 2.156-0.562 0.562-1.125 0.938-1.687 1.125-0.359 0.109-0.891 0.203-1.625 0.266 0.031-1.547 0.438-2.891 1.219-4.016s2.094-1.891 3.906-2.312c0.031 0.141 0.063 0.25 0.078 0.344 0 0.109 0.016 0.203 0.016 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-windows\" viewBox=\"0 0 26 28\">\n<title>windows</title>\n<path d=\"M10.656 15.719v10.172l-10.656-1.469v-8.703h10.656zM10.656 4.109v10.297h-10.656v-8.828zM26 15.719v12.281l-14.172-1.953v-10.328h14.172zM26 2v12.406h-14.172v-10.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-android\" viewBox=\"0 0 22 28\">\n<title>android</title>\n<path d=\"M7.703 7.547c0.344 0 0.609-0.281 0.609-0.609s-0.266-0.609-0.609-0.609c-0.328 0-0.594 0.281-0.594 0.609s0.266 0.609 0.594 0.609zM14.297 7.547c0.328 0 0.594-0.281 0.594-0.609s-0.266-0.609-0.594-0.609c-0.344 0-0.609 0.281-0.609 0.609s0.266 0.609 0.609 0.609zM1.609 10.422c0.875 0 1.594 0.719 1.594 1.594v6.719c0 0.891-0.703 1.609-1.594 1.609s-1.609-0.719-1.609-1.609v-6.719c0-0.875 0.719-1.594 1.609-1.594zM18.172 10.719v10.406c0 0.953-0.766 1.719-1.703 1.719h-1.172v3.547c0 0.891-0.719 1.609-1.609 1.609s-1.609-0.719-1.609-1.609v-3.547h-2.156v3.547c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609l-0.016-3.547h-1.156c-0.953 0-1.719-0.766-1.719-1.719v-10.406h14.344zM14.547 4.391c2.188 1.125 3.672 3.281 3.672 5.766h-14.453c0-2.484 1.484-4.641 3.687-5.766l-1.109-2.047c-0.063-0.109-0.031-0.25 0.078-0.313 0.109-0.047 0.25-0.016 0.313 0.094l1.125 2.063c0.953-0.422 2.016-0.656 3.141-0.656s2.188 0.234 3.141 0.656l1.125-2.063c0.063-0.109 0.203-0.141 0.313-0.094 0.109 0.063 0.141 0.203 0.078 0.313zM22 12.016v6.719c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609v-6.719c0-0.891 0.719-1.594 1.594-1.594 0.891 0 1.609 0.703 1.609 1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linux\" viewBox=\"0 0 25 28\">\n<title>linux</title>\n<path d=\"M10.359 6.422v0c-0.313 0.031-0.203 0.313-0.375 0.313-0.156 0.016-0.125-0.344 0.375-0.313zM11.719 6.641c-0.156 0.047-0.172-0.25-0.453-0.172v0c0.453-0.203 0.609 0.109 0.453 0.172zM6.234 13.312c-0.141-0.047-0.109 0.234-0.25 0.453-0.109 0.203-0.391 0.359-0.172 0.391v0c0.078 0.016 0.297-0.172 0.391-0.391 0.078-0.266 0.156-0.406 0.031-0.453zM19.594 18.922c0-0.281-0.609-0.547-0.859-0.656 0.422-1.406 0.234-1.969-0.047-3.297-0.219-1-1.141-2.359-1.859-2.781 0.187 0.156 0.531 0.609 0.891 1.297 0.625 1.172 1.25 2.906 0.844 4.344-0.156 0.562-0.531 0.641-0.781 0.656-1.094 0.125-0.453-1.313-0.906-3.266-0.516-2.188-1.047-2.344-1.172-2.516-0.641-2.844-1.344-2.562-1.547-3.625-0.172-0.953 0.828-1.734-0.531-2-0.422-0.078-1.016-0.5-1.25-0.531s-0.359-1.578 0.516-1.625c0.859-0.063 1.016 0.969 0.859 1.375-0.25 0.406 0.016 0.562 0.438 0.422 0.344-0.109 0.125-1.016 0.203-1.141-0.219-1.313-0.766-1.5-1.328-1.609-2.156 0.172-1.188 2.547-1.406 2.328-0.313-0.328-1.219-0.031-1.219-0.234 0.016-1.219-0.391-1.922-0.953-1.937-0.625-0.016-0.875 0.859-0.906 1.359-0.047 0.469 0.266 1.453 0.5 1.375 0.156-0.047 0.422-0.359 0.141-0.344-0.141 0-0.359-0.344-0.391-0.75-0.016-0.406 0.141-0.812 0.672-0.797 0.609 0.016 0.609 1.234 0.547 1.281-0.203 0.141-0.453 0.406-0.484 0.453-0.203 0.328-0.594 0.422-0.75 0.562-0.266 0.281-0.328 0.594-0.125 0.703 0.719 0.406 0.484 0.875 1.484 0.906 0.656 0.031 1.141-0.094 1.594-0.234 0.344-0.109 1.453-0.344 1.687-0.75 0.109-0.172 0.234-0.172 0.313-0.125 0.156 0.078 0.187 0.375-0.203 0.469-0.547 0.156-1.094 0.453-1.594 0.641-0.484 0.203-0.641 0.281-1.094 0.359-1.031 0.187-1.797-0.375-1.109 0.297 0.234 0.219 0.453 0.359 1.047 0.344 1.313-0.047 2.766-1.625 2.906-0.922 0.031 0.156-0.406 0.344-0.75 0.516-1.219 0.594-2.078 1.781-2.859 1.375-0.703-0.375-1.406-2.109-1.391-1.328 0.016 1.203-1.578 2.266-0.844 3.641-0.484 0.125-1.563 2.422-1.719 3.609-0.094 0.688 0.063 1.531-0.109 2-0.234 0.688-1.297-0.656-0.953-2.297 0.063-0.281 0-0.344-0.078-0.203-0.422 0.766-0.187 1.844 0.156 2.594 0.141 0.328 0.5 0.469 0.766 0.75 0.547 0.625 2.703 2.219 3.078 2.609 0.484 0.453 0.344 1.516-0.656 1.625v0c0.516 0.969 1.016 1.062 1 2.641 0.594-0.313 0.359-1 0.109-1.437-0.172-0.313-0.391-0.453-0.344-0.531 0.031-0.047 0.344-0.313 0.516-0.109 0.531 0.594 1.531 0.703 2.594 0.562 1.078-0.125 2.234-0.5 2.766-1.359 0.25-0.406 0.422-0.547 0.531-0.469 0.125 0.063 0.172 0.344 0.156 0.812-0.016 0.5-0.219 1.016-0.359 1.437-0.141 0.484-0.187 0.812 0.281 0.828 0.125-0.875 0.375-1.734 0.438-2.609 0.078-1-0.641-2.844 0.141-3.766 0.203-0.25 0.453-0.281 0.797-0.281 0.047-1.25 1.969-1.156 2.609-0.641zM9.781 6c0.063-0.391-0.125-0.672-0.219-0.703-0.187-0.047-0.156 0.234-0.063 0.203v0c0.063 0 0.141 0.094 0.109 0.234-0.031 0.187-0.016 0.313 0.125 0.313 0.016 0 0.047 0 0.047-0.047zM16.328 9.078c-0.063-0.297-0.281-0.187-0.531-0.344-0.297-0.187-0.359-0.5-0.469-0.391v0c-0.328 0.359 0.406 1.109 0.719 1.172 0.187 0.031 0.328-0.219 0.281-0.438zM13.547 5.75c0.016-0.375-0.313-0.562-0.391-0.547-0.203 0.016-0.141 0.109-0.047 0.141v0c0.125 0.031 0.25 0.25 0.281 0.484 0 0.031 0.156-0.031 0.156-0.078zM14.391 2.109c0.016-0.078-0.187-0.172-0.328-0.281-0.125-0.125-0.25-0.234-0.375-0.234-0.313 0.031-0.156 0.359-0.203 0.516v0c-0.063 0.172-0.297 0.313-0.141 0.438 0.141 0.109 0.234-0.172 0.531-0.281 0.078-0.031 0.438 0.016 0.516-0.156zM23.219 23.063c1.922 1.188-0.719 2.172-1.859 2.75-0.891 0.453-2.078 1.453-2.516 1.875-0.328 0.313-1.687 0.469-2.453 0.078-0.891-0.453-0.422-1.172-1.797-1.219-0.688-0.016-1.359-0.016-2.031-0.016-0.594 0.016-1.188 0.047-1.797 0.063-2.063 0.047-2.266 1.375-3.594 1.328-0.906-0.031-2.047-0.75-4.016-1.156-1.375-0.281-2.703-0.359-2.984-0.969s0.344-1.297 0.391-1.891c0.047-0.797-0.594-1.875-0.125-2.281 0.406-0.359 1.266-0.094 1.828-0.406 0.594-0.344 0.844-0.609 0.844-1.344 0.219 0.75-0.016 1.359-0.5 1.656-0.297 0.187-0.844 0.281-1.297 0.234-0.359-0.031-0.578 0.016-0.672 0.156-0.141 0.172-0.094 0.484 0.078 0.891s0.375 0.672 0.344 1.172c-0.016 0.5-0.578 1.094-0.484 1.516 0.031 0.156 0.187 0.297 0.578 0.406 0.625 0.172 1.766 0.344 2.875 0.609 1.234 0.313 2.516 0.875 3.313 0.766 2.375-0.328 1.016-2.875 0.641-3.484v0c-2.016-3.156-3.344-5.219-4.406-4.406-0.266 0.219-0.281-0.531-0.266-0.828 0.047-1.031 0.562-1.406 0.875-2.203 0.594-1.516 1.047-3.25 1.953-4.141 0.672-0.875 1.734-2.297 1.937-3.047-0.172-1.625-0.219-3.344-0.25-4.844-0.031-1.609 0.219-3.016 2.031-4 0.438-0.234 1.016-0.328 1.625-0.328 1.078-0.016 2.281 0.297 3.047 0.859 1.219 0.906 1.984 2.828 1.891 4.203-0.063 1.078 0.125 2.188 0.469 3.344 0.406 1.359 1.047 2.312 2.078 3.406 1.234 1.313 2.203 3.891 2.484 5.531 0.25 1.531-0.094 2.484-0.422 2.531-0.5 0.078-0.812 1.656-2.375 1.594-1-0.047-1.094-0.641-1.375-1.156-0.453-0.797-0.906-0.547-1.078 0.297-0.094 0.422-0.031 1.047 0.109 1.516 0.281 0.984 0.187 1.906 0.016 3.047-0.328 2.156 1.516 2.562 2.75 1.531 1.219-1.016 1.484-1.172 3.016-1.703 2.328-0.797 1.547-1.5 0.297-1.922-1.125-0.375-1.172-2.266-0.766-2.625 0.094 2.031 1.156 2.328 1.594 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dribbble\" viewBox=\"0 0 24 28\">\n<title>dribbble</title>\n<path d=\"M16 23.438c-0.156-0.906-0.75-4.031-2.188-7.781-0.016 0-0.047 0.016-0.063 0.016 0 0-6.078 2.125-8.047 6.406-0.094-0.078-0.234-0.172-0.234-0.172 1.781 1.453 4.047 2.344 6.531 2.344 1.422 0 2.766-0.297 4-0.812zM13.109 13.953c-0.25-0.578-0.531-1.156-0.828-1.734-5.281 1.578-10.344 1.453-10.516 1.453-0.016 0.109-0.016 0.219-0.016 0.328 0 2.625 1 5.031 2.625 6.844v0c2.797-4.984 8.328-6.766 8.328-6.766 0.141-0.047 0.281-0.078 0.406-0.125zM11.438 10.641c-1.781-3.156-3.672-5.719-3.813-5.906-2.859 1.344-4.984 3.984-5.656 7.156 0.266 0 4.547 0.047 9.469-1.25zM22.125 15.625c-0.219-0.063-3.078-0.969-6.391-0.453 1.344 3.703 1.891 6.719 2 7.328 2.297-1.547 3.922-4.016 4.391-6.875zM9.547 4.047c-0.016 0-0.016 0-0.031 0.016 0 0 0.016-0.016 0.031-0.016zM18.766 6.312c-1.797-1.594-4.172-2.562-6.766-2.562-0.828 0-1.641 0.109-2.422 0.297 0.156 0.203 2.094 2.75 3.844 5.969 3.859-1.437 5.313-3.656 5.344-3.703zM22.25 13.891c-0.031-2.422-0.891-4.656-2.328-6.406-0.031 0.031-1.672 2.406-5.719 4.062 0.234 0.484 0.469 0.984 0.688 1.484 0.078 0.172 0.141 0.359 0.219 0.531 3.531-0.453 7.016 0.313 7.141 0.328zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skype\" viewBox=\"0 0 24 28\">\n<title>skype</title>\n<path d=\"M18.328 16.609c0-2.719-2.641-3.656-4.859-4.156l-1.625-0.375c-1.188-0.281-2.078-0.484-2.078-1.391 0-0.828 0.875-1.203 2.25-1.203 2.453 0 2.5 1.797 4.016 1.797 1.016 0 1.625-0.797 1.625-1.703 0-1.797-2.984-2.969-5.938-2.969-2.703 0-5.844 1.172-5.844 4.344 0 2.625 1.75 3.563 4.031 4.109l2.281 0.562c1.391 0.344 2.25 0.5 2.25 1.5 0 0.797-0.891 1.406-2.266 1.406-2.891 0-3.047-2.406-4.719-2.406-1.094 0-1.578 0.781-1.578 1.641 0 1.922 2.938 3.484 6.453 3.484 2.938 0 6-1.469 6-4.641zM24 20c0 3.313-2.688 6-6 6-1.375 0-2.641-0.469-3.656-1.25-0.75 0.156-1.547 0.25-2.344 0.25-6.078 0-11-4.922-11-11 0-0.797 0.094-1.594 0.25-2.344-0.781-1.016-1.25-2.281-1.25-3.656 0-3.313 2.688-6 6-6 1.375 0 2.641 0.469 3.656 1.25 0.75-0.156 1.547-0.25 2.344-0.25 6.078 0 11 4.922 11 11 0 0.797-0.094 1.594-0.25 2.344 0.781 1.016 1.25 2.281 1.25 3.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-foursquare\" viewBox=\"0 0 20 28\">\n<title>foursquare</title>\n<path d=\"M15.625 6.781l0.578-3.031c0.109-0.5-0.266-0.891-0.688-0.891h-11.125c-0.5 0-0.844 0.453-0.844 0.844v17.203c0 0.047 0.047 0.063 0.094 0.016 4.094-4.922 4.547-5.5 4.547-5.5 0.469-0.547 0.656-0.641 1.344-0.641h3.734c0.516 0 0.812-0.438 0.859-0.688s0.484-2.531 0.578-2.984-0.328-0.922-0.75-0.922h-4.594c-0.609 0-1.047-0.438-1.047-1.047v-0.656c0-0.609 0.438-1.031 1.047-1.031h5.406c0.375 0 0.797-0.344 0.859-0.672zM19.172 3.313c-0.578 2.812-2.312 11.703-2.469 12.344-0.187 0.734-0.469 2.016-2.25 2.016h-4.234c-0.172 0-0.187-0.016-0.344 0.156 0 0-0.109 0.125-6.656 7.719-0.516 0.594-1.359 0.484-1.672 0.359s-0.859-0.5-0.859-1.531v-22.031c0-0.906 0.562-2.344 2.469-2.344h13.875c2.031 0 2.578 1.156 2.141 3.313zM19.172 3.313l-2.469 12.344c0.156-0.641 1.891-9.531 2.469-12.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trello\" viewBox=\"0 0 24 28\">\n<title>trello</title>\n<path d=\"M11 21v-16c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v16c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM21.5 15v-10c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v10c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-female\" viewBox=\"0 0 20 28\">\n<title>female</title>\n<path d=\"M20 16.5c0 0.828-0.672 1.5-1.5 1.5-0.5 0-0.969-0.25-1.25-0.672l-3.547-5.328h-0.703v2.063l3.859 6.422c0.094 0.156 0.141 0.328 0.141 0.516 0 0.547-0.453 1-1 1h-3v4.25c0 0.969-0.781 1.75-1.75 1.75h-2.5c-0.953 0-1.75-0.781-1.75-1.75v-4.25h-3c-0.547 0-1-0.453-1-1 0-0.187 0.047-0.359 0.141-0.516l3.859-6.422v-2.063h-0.703l-3.547 5.328c-0.281 0.422-0.75 0.672-1.25 0.672-0.828 0-1.5-0.672-1.5-1.5 0-0.297 0.094-0.594 0.25-0.828l4-6c0.625-0.922 1.594-1.672 2.75-1.672h6c1.156 0 2.125 0.75 2.75 1.672l4 6c0.156 0.234 0.25 0.531 0.25 0.828zM13.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-male\" viewBox=\"0 0 16 28\">\n<title>male</title>\n<path d=\"M16 11v6.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-5.5h-1v14.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-7.25h-1v7.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-14.25h-1v5.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-6.5c0-1.656 1.344-3 3-3h10c1.656 0 3 1.344 3 3zM11.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gittip\" viewBox=\"0 0 24 28\">\n<title>gittip</title>\n<path d=\"M12.078 20.344l5.469-7.391c0.422-0.578 0.922-2.438-0.672-3.484-1.344-0.875-2.625-0.203-3.297 0.578-0.25 0.281-0.688 0.625-1.5 0.625s-1.234-0.344-1.484-0.625c-0.672-0.781-1.953-1.453-3.313-0.578-1.578 1.047-1.078 2.906-0.656 3.484zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sun-o\" viewBox=\"0 0 28 28\">\n<title>sun-o</title>\n<path d=\"M23 14c0-4.969-4.031-9-9-9s-9 4.031-9 9 4.031 9 9 9 9-4.031 9-9zM27.312 18.328c-0.047 0.156-0.172 0.266-0.313 0.313l-4.562 1.5v4.781c0 0.156-0.078 0.313-0.203 0.406-0.141 0.094-0.297 0.125-0.453 0.063l-4.562-1.469-2.812 3.875c-0.094 0.125-0.25 0.203-0.406 0.203s-0.313-0.078-0.406-0.203l-2.812-3.875-4.562 1.469c-0.156 0.063-0.313 0.031-0.453-0.063-0.125-0.094-0.203-0.25-0.203-0.406v-4.781l-4.562-1.5c-0.141-0.047-0.266-0.156-0.313-0.313s-0.031-0.328 0.063-0.453l2.812-3.875-2.812-3.875c-0.094-0.141-0.109-0.297-0.063-0.453s0.172-0.266 0.313-0.313l4.562-1.5v-4.781c0-0.156 0.078-0.313 0.203-0.406 0.141-0.094 0.297-0.125 0.453-0.063l4.562 1.469 2.812-3.875c0.187-0.25 0.625-0.25 0.812 0l2.812 3.875 4.562-1.469c0.156-0.063 0.313-0.031 0.453 0.063 0.125 0.094 0.203 0.25 0.203 0.406v4.781l4.562 1.5c0.141 0.047 0.266 0.156 0.313 0.313s0.031 0.313-0.063 0.453l-2.812 3.875 2.812 3.875c0.094 0.125 0.109 0.297 0.063 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-moon-o\" viewBox=\"0 0 23 28\">\n<title>moon-o</title>\n<path d=\"M19.719 20.359c-0.562 0.094-1.141 0.141-1.719 0.141-5.797 0-10.5-4.703-10.5-10.5 0-1.984 0.578-3.922 1.625-5.578-4.156 1.234-7.125 5.047-7.125 9.578 0 5.516 4.484 10 10 10 3.016 0 5.844-1.375 7.719-3.641zM22.891 19.031c-1.953 4.234-6.234 6.969-10.891 6.969-6.609 0-12-5.391-12-12 0-6.484 5.078-11.75 11.547-11.984 0.438-0.016 0.797 0.234 0.953 0.609 0.172 0.391 0.063 0.844-0.234 1.125-1.781 1.625-2.766 3.844-2.766 6.25 0 4.688 3.813 8.5 8.5 8.5 1.234 0 2.422-0.266 3.563-0.797 0.391-0.172 0.828-0.094 1.125 0.203s0.375 0.75 0.203 1.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-archive\" viewBox=\"0 0 28 28\">\n<title>archive</title>\n<path d=\"M17 13c0-0.547-0.453-1-1-1h-4c-0.547 0-1 0.453-1 1s0.453 1 1 1h4c0.547 0 1-0.453 1-1zM26 10v15c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-15c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM27 3v4c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bug\" viewBox=\"0 0 26 28\">\n<title>bug</title>\n<path d=\"M25.5 15c0 0.547-0.453 1-1 1h-3.5c0 1.953-0.422 3.422-1.047 4.531l3.25 3.266c0.391 0.391 0.391 1.016 0 1.406-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-3.094-3.078s-2.047 1.875-4.703 1.875v-14h-2v14c-2.828 0-4.891-2.063-4.891-2.063l-2.859 3.234c-0.203 0.219-0.469 0.328-0.75 0.328-0.234 0-0.469-0.078-0.672-0.25-0.406-0.375-0.438-1-0.078-1.422l3.156-3.547c-0.547-1.078-0.906-2.469-0.906-4.281h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h3.5v-4.594l-2.703-2.703c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0l2.703 2.703h13.188l2.703-2.703c0.391-0.391 1.016-0.391 1.406 0s0.391 1.016 0 1.406l-2.703 2.703v4.594h3.5c0.547 0 1 0.453 1 1zM18 6h-10c0-2.766 2.234-5 5-5s5 2.234 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vk\" viewBox=\"0 0 31 28\">\n<title>vk</title>\n<path d=\"M29.953 8.125c0.234 0.641-0.5 2.141-2.344 4.594-3.031 4.031-3.359 3.656-0.859 5.984 2.406 2.234 2.906 3.313 2.984 3.453 0 0 1 1.75-1.109 1.766l-4 0.063c-0.859 0.172-2-0.609-2-0.609-1.5-1.031-2.906-3.703-4-3.359 0 0-1.125 0.359-1.094 2.766 0.016 0.516-0.234 0.797-0.234 0.797s-0.281 0.297-0.828 0.344h-1.797c-3.953 0.25-7.438-3.391-7.438-3.391s-3.813-3.938-7.156-11.797c-0.219-0.516 0.016-0.766 0.016-0.766s0.234-0.297 0.891-0.297l4.281-0.031c0.406 0.063 0.688 0.281 0.688 0.281s0.25 0.172 0.375 0.5c0.703 1.75 1.609 3.344 1.609 3.344 1.563 3.219 2.625 3.766 3.234 3.437 0 0 0.797-0.484 0.625-4.375-0.063-1.406-0.453-2.047-0.453-2.047-0.359-0.484-1.031-0.625-1.328-0.672-0.234-0.031 0.156-0.594 0.672-0.844 0.766-0.375 2.125-0.391 3.734-0.375 1.266 0.016 1.625 0.094 2.109 0.203 1.484 0.359 0.984 1.734 0.984 5.047 0 1.062-0.203 2.547 0.562 3.031 0.328 0.219 1.141 0.031 3.141-3.375 0 0 0.938-1.625 1.672-3.516 0.125-0.344 0.391-0.484 0.391-0.484s0.25-0.141 0.594-0.094l4.5-0.031c1.359-0.172 1.578 0.453 1.578 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-weibo\" viewBox=\"0 0 28 28\">\n<title>weibo</title>\n<path d=\"M10.547 20.062c0.438-0.719 0.203-1.547-0.531-1.859-0.703-0.297-1.641 0.016-2.078 0.703-0.453 0.703-0.234 1.531 0.469 1.859 0.719 0.328 1.687 0.016 2.141-0.703zM12.016 18.172c0.156-0.281 0.063-0.594-0.219-0.703-0.281-0.094-0.625 0.031-0.781 0.297-0.156 0.281-0.078 0.578 0.203 0.703 0.281 0.109 0.641-0.016 0.797-0.297zM14.734 19.844c-0.938 2.125-3.656 3.281-5.969 2.531-2.234-0.719-3.172-2.922-2.203-4.906 0.969-1.937 3.453-3.031 5.656-2.469 2.297 0.594 3.453 2.75 2.516 4.844zM19.609 17.344c-0.297-3.047-4.297-5.141-8.937-4.688-4.641 0.469-8.141 3.297-7.844 6.344s4.297 5.141 8.937 4.688c4.641-0.469 8.141-3.297 7.844-6.344zM24.422 17.406c0 3.516-5.063 7.938-12.672 7.938-5.812 0-11.75-2.812-11.75-7.453 0-2.422 1.531-5.219 4.172-7.859 3.531-3.531 7.641-5.125 9.188-3.578 0.688 0.672 0.75 1.859 0.313 3.266-0.219 0.719 0.672 0.313 0.672 0.328 2.844-1.203 5.328-1.266 6.234 0.031 0.484 0.688 0.438 1.656 0 2.781-0.203 0.516 0.063 0.594 0.453 0.719 1.609 0.5 3.391 1.703 3.391 3.828zM23.266 7.656c0.891 0.984 1.141 2.344 0.75 3.531-0.156 0.484-0.672 0.75-1.156 0.594s-0.75-0.672-0.594-1.156v0c0.187-0.594 0.063-1.25-0.375-1.734s-1.078-0.672-1.672-0.547v0c-0.5 0.109-1-0.203-1.094-0.703-0.109-0.5 0.203-0.984 0.703-1.094 1.219-0.266 2.547 0.109 3.437 1.109zM26.094 5.109c1.844 2.031 2.328 4.812 1.547 7.25v0c-0.187 0.562-0.781 0.875-1.344 0.688s-0.875-0.781-0.703-1.344v0c0.562-1.734 0.219-3.719-1.094-5.156-1.313-1.453-3.234-2-5.016-1.625-0.578 0.125-1.156-0.25-1.281-0.828s0.25-1.141 0.828-1.266v0c2.516-0.531 5.219 0.234 7.063 2.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-renren\" viewBox=\"0 0 24 28\">\n<title>renren</title>\n<path d=\"M17.703 24.531c-1.703 0.938-3.656 1.469-5.75 1.469-2.078 0-4.031-0.531-5.734-1.469 2.766-1.75 5-4.391 5.734-7.484 0.75 3.094 2.984 5.734 5.75 7.484zM9.969 2.219v7.578c0 5.344-2.953 9.938-7.141 11.969-1.766-2.094-2.828-4.781-2.828-7.734 0-5.938 4.312-10.859 9.969-11.813zM24 14.031c0 2.953-1.062 5.641-2.828 7.734-4.188-2.031-7.141-6.625-7.141-11.969v-7.578c5.656 0.953 9.969 5.875 9.969 11.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pagelines\" viewBox=\"0 0 22 28\">\n<title>pagelines</title>\n<path d=\"M21.906 17.234c-3.141 7.797-10.672 3.078-10.672 3.078-2.312 4.672-6.125 7.672-10.531 7.688-0.391 0-0.703-0.313-0.703-0.703s0.313-0.688 0.703-0.688c3.672-0.016 6.875-2.438 8.969-6.281-2.344 0.906-6.766 1.594-9.219-4.688 6.219-2.562 9.078 0.641 10.172 2.594 0.562-1.391 0.969-2.906 1.234-4.547 0 0-7.969 1.25-8.531-5.594 6.797-2.734 8.703 4.375 8.703 4.375 0.094-0.953 0.187-3 0.187-3.047 0 0-6.062-4.203-2.172-9.422 7.109 2.453 3.5 9.266 3.5 9.266 0.031 0.094 0.031 1.359 0 1.906 0 0 2.578-5.078 7.781-3.281-0.234 7.641-8.094 6.062-8.094 6.062-0.25 1.563-0.641 3.047-1.141 4.422 0 0 4.734-5.234 9.812-1.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-exchange\" viewBox=\"0 0 20 28\">\n<title>stack-exchange</title>\n<path d=\"M19.672 19.578v1.031c0 1.766-1.375 3.187-3.063 3.187h-0.891l-4.062 4.203v-4.203h-8.266c-1.687 0-3.063-1.422-3.063-3.187v-1.031h19.344zM19.672 14.484v3.984h-19.344v-3.984h19.344zM19.672 9.359v3.984h-19.344v-3.984h19.344zM19.672 7.172v1.047h-19.344v-1.047c0-1.75 1.375-3.172 3.063-3.172h13.219c1.687 0 3.063 1.422 3.063 3.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-right</title>\n<path d=\"M18 14c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-left</title>\n<path d=\"M18 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v3c0 0.281-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-4.984c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5v3h5.5c0.266 0 0.5 0.234 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-left\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-left</title>\n<path d=\"M16 9v10c0 0.547-0.453 1-1 1-0.203 0-0.406-0.063-0.578-0.187l-7-5c-0.266-0.187-0.422-0.484-0.422-0.812 0-0.313 0.156-0.625 0.422-0.812l7-5c0.172-0.125 0.375-0.187 0.578-0.187 0.547 0 1 0.453 1 1zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dot-circle-o\" viewBox=\"0 0 24 28\">\n<title>dot-circle-o</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair\" viewBox=\"0 0 25 28\">\n<title>wheelchair</title>\n<path d=\"M15.984 18.547l1.594 3.187c-1.203 3.719-4.672 6.266-8.578 6.266-4.953 0-9-4.047-9-9 0-3.781 2.375-7.156 5.922-8.453l0.266 2.047c-2.547 1.125-4.188 3.625-4.188 6.406 0 3.859 3.141 7 7 7 4.016 0 7.266-3.437 6.984-7.453zM24.547 20.109l0.906 1.781-4 2c-0.141 0.078-0.297 0.109-0.453 0.109-0.375 0-0.734-0.219-0.891-0.547l-3.734-7.453h-7.375c-0.5 0-0.938-0.391-1-0.891l-1.5-12.172c-0.016-0.156 0.047-0.5 0.094-0.656 0.297-1.078 1.297-1.781 2.406-1.781 1.375 0 2.5 1.125 2.5 2.5 0 1.422-1.25 2.641-2.688 2.484l0.578 4.516h6.609v2h-6.359l0.25 2h7.109c0.375 0 0.734 0.219 0.891 0.547l3.563 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo-square\" viewBox=\"0 0 24 28\">\n<title>vimeo-square</title>\n<path d=\"M20.188 9.969c0.109-2.266-0.734-3.406-2.516-3.469-2.406-0.078-4.031 1.281-4.875 4.078 0.438-0.187 0.859-0.297 1.281-0.297 0.875 0 1.266 0.5 1.156 1.5-0.047 0.594-0.438 1.469-1.156 2.609-0.734 1.156-1.281 1.719-1.641 1.719-0.469 0-0.875-0.875-1.281-2.641-0.125-0.531-0.359-1.844-0.703-3.984-0.313-1.969-1.141-2.891-2.5-2.766-0.562 0.063-1.437 0.562-2.562 1.563-0.844 0.734-1.672 1.5-2.531 2.25l0.812 1.047c0.781-0.531 1.234-0.812 1.359-0.812 0.594 0 1.156 0.938 1.672 2.797 0.469 1.719 0.938 3.422 1.406 5.141 0.703 1.859 1.547 2.797 2.562 2.797 1.625 0 3.625-1.531 5.984-4.594 2.281-2.938 3.469-5.25 3.531-6.937zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-try\" viewBox=\"0 0 18 28\">\n<title>try</title>\n<path d=\"M18 13c0 6.062-4.937 11-11 11h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-9.547l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-1.453l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-3.906c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v2.828l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v1.453l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v7.609c3.906-0.266 7-3.516 7-7.484 0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square-o\" viewBox=\"0 0 22 28\">\n<title>plus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-5.5v5.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-5.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v5.5h5.5c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-space-shuttle\" viewBox=\"0 0 34 28\">\n<title>space-shuttle</title>\n<path d=\"M9.688 17.5c-1.078 0.625-2.547 1-4.188 1h-2v-1h-1c-0.281 0-0.5-0.562-0.5-1.25 0-0.281 0.047-0.547 0.109-0.766-1.203-0.031-2.109-0.234-2.109-0.484s0.906-0.453 2.109-0.484c-0.063-0.219-0.109-0.484-0.109-0.766 0-0.688 0.219-1.25 0.5-1.25h1v-1h2c1.641 0 3.109 0.375 4.188 1h17.391c1.156 0.203 2.203 0.375 2.922 0.5 3 0.5 4 1.5 4 2s-1 1.5-4 2c-0.719 0.125-1.766 0.297-2.922 0.5h-17.391zM27.172 13.563c0.5 0.344 0.828 0.859 0.828 1.437s-0.328 1.094-0.828 1.437l1.266 0.469c0.641-0.453 1.062-1.141 1.062-1.906s-0.422-1.453-1.062-1.906zM9.766 17.75h15.859s-3.391 0.594-7.125 1.25c-2 0-3.5 1.5-3.5 1.5l-4.5 4.5s-1.516 1-2.5 1h-1.5l-1.453-7.25h0.453c1.594 0 3.109-0.359 4.266-1zM5.5 11.25h-0.453l1.453-7.25h1.5c1.016 0 2 0.5 2.5 1l4.5 4.5c0 0 1.5 1.5 3.5 1.5 3.734 0.656 7.125 1.25 7.125 1.25h-15.859c-1.156-0.641-2.672-1-4.266-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slack\" viewBox=\"0 0 26 28\">\n<title>slack</title>\n<path d=\"M23.734 12.125c1.281 0 2.266 0.938 2.266 2.219 0 1-0.516 1.703-1.453 2.031l-2.688 0.922 0.875 2.609c0.078 0.234 0.109 0.484 0.109 0.734 0 1.234-1 2.266-2.234 2.266-0.984 0-1.859-0.609-2.172-1.547l-0.859-2.578-4.844 1.656 0.859 2.562c0.078 0.234 0.125 0.484 0.125 0.734 0 1.219-1 2.266-2.25 2.266-0.984 0-1.844-0.609-2.156-1.547l-0.859-2.547-2.391 0.828c-0.25 0.078-0.516 0.141-0.781 0.141-1.266 0-2.219-0.938-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.438-0.828-1.641-4.891-2.438 0.844c-0.25 0.078-0.5 0.125-0.75 0.125-1.25 0-2.219-0.953-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.453-0.828-0.828-2.484c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1-2.266 2.25-2.266 0.984 0 1.844 0.609 2.156 1.547l0.844 2.5 4.844-1.641-0.844-2.5c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1.016-2.266 2.25-2.266 0.984 0 1.859 0.625 2.172 1.547l0.828 2.516 2.531-0.859c0.219-0.063 0.438-0.094 0.672-0.094 1.219 0 2.266 0.906 2.266 2.156 0 0.969-0.75 1.781-1.625 2.078l-2.453 0.844 1.641 4.937 2.562-0.875c0.234-0.078 0.484-0.125 0.719-0.125zM11.328 16.219l4.844-1.641-1.641-4.922-4.844 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-square\" viewBox=\"0 0 24 28\">\n<title>envelope-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM20 18.5v-6.813c-0.297 0.328-0.625 0.625-1 0.859-1.469 0.969-2.984 1.875-4.438 2.875-0.734 0.516-1.641 1.078-2.562 1.078v0 0 0 0c-0.922 0-1.828-0.562-2.562-1.078-1.453-1-2.984-1.891-4.438-2.891-0.359-0.234-0.641-0.578-1-0.844v6.813c0 0.828 0.672 1.5 1.5 1.5h13c0.828 0 1.5-0.672 1.5-1.5zM20 9.547c0-0.844-0.625-1.547-1.5-1.547h-13c-0.828 0-1.5 0.672-1.5 1.5 0 0.844 0.875 1.766 1.531 2.203 1.375 0.922 2.797 1.781 4.172 2.688 0.594 0.391 1.578 1.109 2.297 1.109s1.703-0.719 2.297-1.109c1.391-0.906 2.781-1.797 4.172-2.719 0.609-0.406 1.531-1.344 1.531-2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wordpress\" viewBox=\"0 0 28 28\">\n<title>wordpress</title>\n<path d=\"M1.984 14c0-1.734 0.375-3.391 1.047-4.891l5.734 15.703c-4.016-1.953-6.781-6.062-6.781-10.813zM22.109 13.391c0 1.031-0.422 2.219-0.922 3.891l-1.188 4-4.344-12.906s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.953 0.141-3.203 0.156-3.203 0.156s-1.172-0.016-3.156-0.156c-0.656-0.047-0.734 0.938-0.078 0.984 0.609 0.063 1.25 0.125 1.25 0.125l1.875 5.125-2.625 7.875-4.375-13s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.937 0.141-3.203 0.156-3.203 0.156-0.219 0-0.484-0.016-0.766-0.016 2.141-3.266 5.828-5.422 10.031-5.422 3.125 0 5.969 1.203 8.109 3.156h-0.156c-1.172 0-2.016 1.016-2.016 2.125 0 0.984 0.578 1.813 1.188 2.812 0.469 0.797 0.984 1.828 0.984 3.313zM14.203 15.047l3.703 10.109c0.016 0.063 0.047 0.125 0.078 0.172-1.25 0.438-2.578 0.688-3.984 0.688-1.172 0-2.312-0.172-3.391-0.5zM24.531 8.234c0.938 1.719 1.484 3.672 1.484 5.766 0 4.438-2.406 8.297-5.984 10.375l3.672-10.594c0.609-1.75 0.922-3.094 0.922-4.312 0-0.438-0.031-0.844-0.094-1.234zM14 0c7.719 0 14 6.281 14 14s-6.281 14-14 14-14-6.281-14-14 6.281-14 14-14zM14 27.359c7.359 0 13.359-6 13.359-13.359s-6-13.359-13.359-13.359-13.359 6-13.359 13.359 6 13.359 13.359 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-openid\" viewBox=\"0 0 28 28\">\n<title>openid</title>\n<path d=\"M16.969 0v24l-4.25 2c-7.187-0.641-12.719-4.469-12.719-9.109 0-4.469 5.156-8.188 11.984-9.016v2.688c-4.469 0.781-7.75 3.313-7.75 6.328 0 3.187 3.656 5.828 8.484 6.438v0-21.25zM27.422 9.094l0.578 6.094-8.203-1.781 2.297-1.297c-1.219-0.719-2.719-1.25-4.375-1.547v-2.688c2.891 0.344 5.484 1.219 7.516 2.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bank\" viewBox=\"0 0 30 28\">\n<title>bank</title>\n<path d=\"M15 0l15 6v2h-2c0 0.547-0.484 1-1.078 1h-23.844c-0.594 0-1.078-0.453-1.078-1h-2v-2zM4 10h4v12h2v-12h4v12h2v-12h4v12h2v-12h4v12h0.922c0.594 0 1.078 0.453 1.078 1v1h-26v-1c0-0.547 0.484-1 1.078-1h0.922v-12zM28.922 25c0.594 0 1.078 0.453 1.078 1v2h-30v-2c0-0.547 0.484-1 1.078-1h27.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-graduation-cap\" viewBox=\"0 0 36 28\">\n<title>graduation-cap</title>\n<path d=\"M27.719 13.062l0.281 4.937c0.125 2.203-4.484 4-10 4s-10.125-1.797-10-4l0.281-4.937 8.969 2.828c0.25 0.078 0.5 0.109 0.75 0.109s0.5-0.031 0.75-0.109zM36 8c0 0.219-0.141 0.406-0.344 0.484l-17.5 5.5c-0.063 0.016-0.109 0.016-0.156 0.016s-0.094 0-0.156-0.016l-10.187-3.219c-0.891 0.703-1.516 2.422-1.641 4.531 0.594 0.344 0.984 0.969 0.984 1.703 0 0.703-0.359 1.313-0.906 1.672l0.906 6.766c0.016 0.141-0.031 0.281-0.125 0.391s-0.234 0.172-0.375 0.172h-3c-0.141 0-0.281-0.063-0.375-0.172s-0.141-0.25-0.125-0.391l0.906-6.766c-0.547-0.359-0.906-0.969-0.906-1.672 0-0.75 0.422-1.391 1.016-1.734 0.094-1.828 0.562-3.797 1.531-5.156l-5.203-1.625c-0.203-0.078-0.344-0.266-0.344-0.484s0.141-0.406 0.344-0.484l17.5-5.5c0.063-0.016 0.109-0.016 0.156-0.016s0.094 0 0.156 0.016l17.5 5.5c0.203 0.078 0.344 0.266 0.344 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yahoo\" viewBox=\"0 0 24 28\">\n<title>yahoo</title>\n<path d=\"M13.422 14.953l0.203 11.047c-0.531-0.094-1.078-0.172-1.641-0.172-0.547 0-1.094 0.078-1.641 0.172l0.203-11.047c-2.906-5.016-5.641-10.125-8.844-14.953 0.547 0.141 1.109 0.234 1.687 0.234s1.172-0.109 1.734-0.234c2.187 3.875 4.562 7.641 6.859 11.453 2.312-3.781 4.766-7.547 6.859-11.453 0.547 0.141 1.109 0.219 1.672 0.219 0.594 0 1.203-0.078 1.781-0.219v0 0c-1.25 1.719-2.281 3.594-3.359 5.422-1.859 3.172-3.687 6.344-5.516 9.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google\" viewBox=\"0 0 24 28\">\n<title>google</title>\n<path d=\"M12 12.281h11.328c0.109 0.609 0.187 1.203 0.187 2 0 6.844-4.594 11.719-11.516 11.719-6.641 0-12-5.359-12-12s5.359-12 12-12c3.234 0 5.953 1.188 8.047 3.141l-3.266 3.141c-0.891-0.859-2.453-1.859-4.781-1.859-4.094 0-7.438 3.391-7.438 7.578s3.344 7.578 7.438 7.578c4.75 0 6.531-3.406 6.813-5.172h-6.813v-4.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit\" viewBox=\"0 0 28 28\">\n<title>reddit</title>\n<path d=\"M17.109 18.234c0.141 0.141 0.141 0.359 0 0.484-0.891 0.891-2.609 0.969-3.109 0.969s-2.219-0.078-3.109-0.969c-0.141-0.125-0.141-0.344 0-0.484 0.125-0.125 0.344-0.125 0.469 0 0.562 0.578 1.781 0.766 2.641 0.766s2.063-0.187 2.641-0.766c0.125-0.125 0.344-0.125 0.469 0zM12.313 15.406c0 0.766-0.625 1.391-1.391 1.391-0.781 0-1.406-0.625-1.406-1.391 0-0.781 0.625-1.406 1.406-1.406 0.766 0 1.391 0.625 1.391 1.406zM18.484 15.406c0 0.766-0.625 1.391-1.406 1.391-0.766 0-1.391-0.625-1.391-1.391 0-0.781 0.625-1.406 1.391-1.406 0.781 0 1.406 0.625 1.406 1.406zM22.406 13.531c0-1.031-0.844-1.859-1.875-1.859-0.531 0-1 0.219-1.344 0.562-1.266-0.875-2.969-1.437-4.859-1.5l0.984-4.422 3.125 0.703c0 0.766 0.625 1.391 1.391 1.391 0.781 0 1.406-0.641 1.406-1.406s-0.625-1.406-1.406-1.406c-0.547 0-1.016 0.328-1.25 0.781l-3.453-0.766c-0.172-0.047-0.344 0.078-0.391 0.25l-1.078 4.875c-1.875 0.078-3.563 0.641-4.828 1.516-0.344-0.359-0.828-0.578-1.359-0.578-1.031 0-1.875 0.828-1.875 1.859 0 0.75 0.438 1.375 1.062 1.687-0.063 0.281-0.094 0.578-0.094 0.875 0 2.969 3.344 5.375 7.453 5.375 4.125 0 7.469-2.406 7.469-5.375 0-0.297-0.031-0.609-0.109-0.891 0.609-0.313 1.031-0.938 1.031-1.672zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-square\" viewBox=\"0 0 24 28\">\n<title>reddit-square</title>\n<path d=\"M14.672 17.641c0.109 0.109 0.109 0.297 0 0.406-0.766 0.766-2.234 0.828-2.672 0.828s-1.906-0.063-2.672-0.828c-0.109-0.109-0.109-0.297 0-0.406 0.109-0.125 0.297-0.125 0.406 0 0.484 0.484 1.531 0.656 2.266 0.656s1.781-0.172 2.266-0.656c0.109-0.125 0.297-0.125 0.406 0zM10.563 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM15.844 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM19.203 13.594c0-0.875-0.719-1.594-1.609-1.594-0.438 0-0.844 0.187-1.141 0.484-1.094-0.75-2.562-1.234-4.172-1.281l0.844-3.797 2.672 0.609c0.016 0.656 0.547 1.188 1.203 1.188s1.203-0.547 1.203-1.203-0.547-1.203-1.203-1.203c-0.469 0-0.875 0.266-1.078 0.672l-2.953-0.656c-0.156-0.047-0.297 0.063-0.328 0.203l-0.938 4.188c-1.609 0.063-3.063 0.547-4.141 1.297-0.297-0.313-0.703-0.5-1.156-0.5-0.891 0-1.609 0.719-1.609 1.594 0 0.641 0.375 1.188 0.906 1.453-0.047 0.234-0.078 0.5-0.078 0.75 0 2.547 2.859 4.609 6.391 4.609s6.406-2.063 6.406-4.609c0-0.266-0.031-0.516-0.094-0.766 0.516-0.266 0.875-0.812 0.875-1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon-circle\" viewBox=\"0 0 24 28\">\n<title>stumbleupon-circle</title>\n<path d=\"M13.531 13.109l1.406-0.422v-0.969c0-1.656-1.406-2.984-3.063-2.984s-3.063 1.313-3.063 2.969v4.422c0 0.406-0.328 0.734-0.734 0.734s-0.719-0.328-0.719-0.734v-1.875h-2.359v1.906c0 1.703 1.375 3.063 3.078 3.063 1.672 0 3.063-1.344 3.063-3.016v-4.375c0-0.406 0.328-0.734 0.734-0.734 0.391 0 0.719 0.328 0.719 0.734v0.844zM18.734 16.156v-1.906h-2.344v1.969c0 0.406-0.328 0.734-0.734 0.734-0.391 0-0.719-0.328-0.719-0.734v-1.922l-1.406 0.406-0.938-0.438v1.922c0 1.672 1.391 3.031 3.078 3.031s3.063-1.359 3.063-3.063zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon\" viewBox=\"0 0 30 28\">\n<title>stumbleupon</title>\n<path d=\"M16.594 11.125v-1.844c0-0.875-0.719-1.594-1.594-1.594s-1.594 0.719-1.594 1.594v9.562c0 3.656-3.031 6.609-6.703 6.609-3.703 0-6.703-3-6.703-6.703v-4.156h5.125v4.094c0 0.891 0.719 1.594 1.594 1.594s1.594-0.703 1.594-1.594v-9.688c0-3.578 3.063-6.453 6.687-6.453 3.641 0 6.687 2.891 6.687 6.5v2.125l-3.047 0.906zM24.875 14.594h5.125v4.156c0 3.703-3 6.703-6.703 6.703-3.687 0-6.703-2.969-6.703-6.641v-4.188l2.047 0.953 3.047-0.906v4.219c0 0.875 0.719 1.578 1.594 1.578s1.594-0.703 1.594-1.578v-4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-delicious\" viewBox=\"0 0 24 28\">\n<title>delicious</title>\n<path d=\"M23 21.5v-7.5h-11v-11h-7.5c-1.937 0-3.5 1.563-3.5 3.5v7.5h11v11h7.5c1.937 0 3.5-1.563 3.5-3.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-digg\" viewBox=\"0 0 32 28\">\n<title>digg</title>\n<path d=\"M5.125 4.406h3.187v15.359h-8.313v-10.891h5.125v-4.469zM5.125 17.203v-5.766h-1.922v5.766h1.922zM9.594 8.875v10.891h3.203v-10.891h-3.203zM9.594 4.406v3.187h3.203v-3.187h-3.203zM14.078 8.875h8.328v14.719h-8.328v-2.547h5.125v-1.281h-5.125v-10.891zM19.203 17.203v-5.766h-1.922v5.766h1.922zM23.688 8.875h8.313v14.719h-8.313v-2.547h5.109v-1.281h-5.109v-10.891zM28.797 17.203v-5.766h-1.922v5.766h1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-pp\" viewBox=\"0 0 24 28\">\n<title>pied-piper-pp</title>\n<path d=\"M16.344 15.937c0 1.328-0.906 2.406-2.016 2.406-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.422zM10.984 9.25c0 1.344-0.906 2.422-2.016 2.422-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.406zM19.766 15.984c0-2.797-2.109-5.063-4.703-5.063-0.203 0-0.406 0.016-0.609 0.047-0.234 0.797-0.641 1.516-1.219 2.125-0.875 0.953-2.047 1.516-3.297 1.578v9.938l3.297-0.641v-3.219c0.547 0.203 1.156 0.297 1.828 0.297 2.594 0 4.703-2.266 4.703-5.063zM14.406 9.312c0-2.797-2.109-5.063-4.719-5.063-0.766 0-1.531 0.203-2.203 0.562h-2.906v13.125l3.297-0.641v-3.219c0.547 0.187 1.156 0.297 1.813 0.297 2.609 0 4.719-2.266 4.719-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-alt\" viewBox=\"0 0 32 28\">\n<title>pied-piper-alt</title>\n<path d=\"M19.094 14.516c4.062-0.156 6.312 3.187 8.156 6.281 1.094 1.859 2.375 2.953 3.953 4.344-1.687 1.047-3.828 1.75-5.641 2.562-3-2.516-1.25-12.5-6.062-12.5l-0.156 0.031-0.094 0.063c0.063 0.078 0.141 0.156 0.203 0.219 1.297 1.094 1.813 1.328 1.891 3.187l0.016 0.516c0.047 1.172-0.297 2.312-0.531 3.453-1.047-0.031-2.063 0.313-3.109 0.313-0.391 0-0.766-0.047-1.125-0.156-0.031-0.25-0.031-0.5-0.031-0.734 0-0.484-0.016-1.031 0.047-1.5 0.078-0.516 1.828-1.625 1.797-2.375-0.297-0.031-0.5 0.141-0.672 0.375-0.719 1.062-2.562 2.281-3.875 2.281-0.906 0-3.063-3.891-4.156-4.672-0.172-0.125-0.281-0.297-0.422-0.469-0.875 0.203-7.578 1.75-8.016 1.75-0.328 0-0.625-0.266-0.625-0.594 0-0.297 0.187-0.578 0.484-0.641l7.594-1.656c-0.516-0.938 0.672-0.953 1.172-1.094 0.172-0.047 0.344-0.219 0.516-0.219 0.344 0 0.641 0.484 0.75 0.766 0.344-0.078 2.484-0.578 2.688-0.578 0.344 0 0.656 0.25 0.656 0.609 0 0.297-0.187 0.562-0.5 0.625l-2.844 0.625-0.016 0.25c-0.016 0.547 2.469 3.266 2.906 3.266 0.984 0 2.984-2.266 2.984-3.266 0-1.672-2.328-0.688-2.328-1.828 0-0.187 0.063-0.359 0.156-0.531l-1.062-0.297c0.484-0.5 0.672-1.141 0.672-1.828 0-0.297-0.031-0.609-0.078-0.906 0.797-0.156 1.453-0.25 2.25-0.25 3.094 0 2.484 0.469 3.563 2.953l0.781-0.391c-0.125 1.859-1.969 0.953-1.906 1.687zM20.031 10.844c-0.609-0.703-0.875-1.047-1.234-1.203-0.375-0.172-0.859-0.125-1.984-0.125-1.172 0-2.328 0.172-3.391 0.672 0.344-0.641 0.719-0.922 1.406-1.188 1.484-0.562 2.188-1.656 3.203-2.781 0.531 0.375 0.766 1.313 1.531 1.266l0.187-0.016v1.188l0.344 0.016c2.031-0.781 4.062-1.641 5.797-2.969 2.625-2 2.875-2.719 4.422-5.437l0.109-0.141c-0.031 0.766-0.344 1.484-0.672 2.172-1.656 3.469-4.281 5.453-7.984 6.344-0.672 0.156-1.437 0.172-2.047 0.484 0.078 0.531 0.719 0.984 0.719 1.25 0 0.187-0.297 0.391-0.406 0.469zM16.578 25.234c0.859-0.562 3.313-1.078 4.344-1.078 0.516 0 1.531 2.453 1.797 3-1.219 0.453-2.5 0.703-3.813 0.703-0.656 0-1.313-0.063-1.953-0.172zM12.844 15.125l0.75-0.187 1.703 2.766-1.141 0.75zM20.672 23.203c0.016 0.078 0.047 0.172 0.047 0.25 0 0.406-2.688 0.688-3.172 0.766l-0.109-0.672c0.969-0.109 2.047-0.359 3.016-0.344h0.219zM13.531 13.391l-1.5 0.313-0.094-0.266c0.359-0.031 0.688-0.203 1.047-0.203 0.203 0 0.375 0.047 0.547 0.156zM16.578 23.297h0.484l0.156 1.297-0.641 0.187v-1.484zM30.469 0.016v0 0zM30.469 0.016l-0.016 0.078-0.031 0.031 0.016-0.047zM30.469 0.016l0.016-0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drupal\" viewBox=\"0 0 24 28\">\n<title>drupal</title>\n<path d=\"M18.234 24.781c-0.031-0.109-0.125-0.266-0.375-0.078-0.531 0.391-1.719 0.875-3.406 0.875s-2.484-0.359-3.016-0.766c-0.078-0.063-0.047-0.063-0.203-0.063-0.172 0-0.266 0.078-0.406 0.187-0.125 0.109-0.187 0.375 0 0.562 1.156 1.062 3.094 0.969 4.516 0.844 1.437-0.141 2.656-0.984 2.781-1.109 0.187-0.187 0.141-0.344 0.109-0.453zM17.625 22.984c-0.109-0.266-0.297-0.734-0.609-0.953-0.313-0.203-0.766-0.234-1.188-0.234s-0.656-0.031-1.109 0.156-0.922 0.609-1.219 0.875-0.344 0.469-0.187 0.688c0.156 0.203 0.328 0.078 0.766-0.297 0.453-0.359 0.75-0.688 1.672-0.688s1.078 0.344 1.266 0.688 0.203 0.391 0.391 0.297c0.219-0.109 0.328-0.266 0.219-0.531zM23.172 18.594c0-0.812-0.359-2.188-1.687-2.188-1.25 0-3.781 2.594-5.109 2.609-1.547 0.031-3.687-3.063-6.781-3.031-2.438 0.016-4.359 1.953-4.391 4.016-0.016 1.156 0.359 2.016 1.156 2.562 0.531 0.359 1.016 0.578 2.594 0.578 2.625 0 5.953-3.25 7.484-3.203 1.219 0.047 3.109 3.031 4.062 3.094 0.75 0.063 1.141-0.281 1.781-1.203 0.625-0.938 0.891-2.406 0.891-3.234zM24 16.094c0 7-5.531 11.625-11.891 11.625-6.375 0-12.109-5.016-12.109-11.844 0-6.813 5.313-9.969 6.297-10.484 1.172-0.625 2.016-0.953 3.344-2.016 0.656-0.516 1.203-1.266 1.375-3.094 0.953 1.141 2.094 2.469 2.906 3.016 1.328 0.875 2.656 1.219 4.047 2.094 0.844 0.516 6.031 3.687 6.031 10.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-joomla\" viewBox=\"0 0 24 28\">\n<title>joomla</title>\n<path d=\"M16.719 16.766l-2.5 2.5-2.359 2.375-0.469 0.469c-1.375 1.359-3.297 1.828-5.047 1.391-0.328 1.437-1.609 2.5-3.141 2.5-1.766 0-3.203-1.437-3.203-3.219 0-1.516 1.047-2.797 2.469-3.125-0.453-1.766 0.016-3.703 1.391-5.078l0.187-0.187 2.359 2.375-0.172 0.172c-0.781 0.766-0.766 2.016 0 2.797 0.766 0.766 2.016 0.766 2.781 0l0.469-0.469 2.359-2.375 2.516-2.5zM11.391 6.109l0.187 0.187-2.375 2.375-0.187-0.187c-0.766-0.766-2.016-0.766-2.781 0s-0.766 2.031 0 2.797l5.328 5.328-2.359 2.375-2.516-2.5-2.359-2.375-0.469-0.469c-1.437-1.422-1.875-3.469-1.328-5.297-1.437-0.313-2.5-1.594-2.5-3.125 0-1.781 1.437-3.219 3.203-3.219 1.609 0 2.922 1.172 3.172 2.688 1.734-0.406 3.625 0.078 4.984 1.422zM24 22.781c0 1.781-1.437 3.219-3.203 3.219-1.563 0-2.859-1.109-3.156-2.578v0c-1.813 0.562-3.891 0.125-5.328-1.313l-0.172-0.187 2.359-2.375 0.187 0.187c0.766 0.766 2.016 0.766 2.781 0s0.766-2.016 0-2.781l-5.344-5.344 2.375-2.375 4.875 4.875 0.453 0.469c1.359 1.359 1.844 3.281 1.406 5.031 1.563 0.219 2.766 1.547 2.766 3.172zM23.969 5.219c0 1.625-1.219 2.969-2.781 3.187 0.516 1.797 0.063 3.813-1.359 5.234l-0.187 0.187-2.359-2.375 0.187-0.187c0.766-0.766 0.766-2.016 0-2.781s-2.016-0.766-2.781 0l-5.344 5.344-2.375-2.375 2.516-2.5 2.375-2.375 0.453-0.469c1.422-1.422 3.453-1.875 5.266-1.344 0.219-1.563 1.563-2.766 3.187-2.766 1.766 0 3.203 1.437 3.203 3.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-language\" viewBox=\"0 0 24 28\">\n<title>language</title>\n<path d=\"M10.219 16.844c-0.031 0.109-0.797-0.25-1-0.328-0.203-0.094-1.125-0.609-1.359-0.766s-1.125-0.891-1.234-0.938v0c-0.562 0.859-1.281 1.875-2.094 2.828-0.281 0.328-1.125 1.391-1.641 1.719-0.078 0.047-0.531 0.094-0.594 0.063 0.25-0.187 0.969-1.078 1.281-1.437 0.391-0.453 2.25-3.047 2.562-3.641 0.328-0.594 1.312-2.562 1.359-2.75-0.156-0.016-1.391 0.406-1.719 0.516-0.313 0.094-1.172 0.297-1.234 0.344-0.063 0.063-0.016 0.25-0.047 0.313s-0.313 0.203-0.484 0.234c-0.156 0.047-0.516 0.063-0.734 0-0.203-0.047-0.391-0.25-0.438-0.328 0 0-0.063-0.094-0.078-0.359 0.187-0.063 0.5-0.078 0.844-0.172s1.188-0.344 1.641-0.5 1.328-0.484 1.594-0.547c0.281-0.047 0.984-0.516 1.359-0.641s0.641-0.281 0.656-0.203 0 0.422-0.016 0.516c-0.016 0.078-0.766 1.547-0.875 1.781-0.063 0.125-0.5 0.953-1.203 2.047 0.25 0.109 0.781 0.328 1 0.438 0.266 0.125 2.125 0.906 2.219 0.938s0.266 0.75 0.234 0.875zM7.016 9.25c0.047 0.266-0.031 0.375-0.063 0.438-0.156 0.297-0.547 0.5-0.781 0.594s-0.625 0.187-0.938 0.187c-0.141-0.016-0.422-0.063-0.766-0.406-0.187-0.203-0.328-0.75-0.266-0.688s0.516 0.125 0.719 0.078 0.688-0.187 0.906-0.25c0.234-0.078 0.703-0.203 0.859-0.219 0.156 0 0.281 0.063 0.328 0.266zM17.922 11.266l0.984 3.547-2.172-0.656zM0.609 23.766l10.844-3.625v-16.125l-10.844 3.641v16.109zM20 18.813l1.594 0.484-2.828-10.266-1.563-0.484-3.375 8.375 1.594 0.484 0.703-1.719 3.297 1.016zM12.141 3.781l8.953 2.875v-5.938zM17 24.453l2.469 0.203-0.844 2.5-0.625-1.031c-1.266 0.812-2.828 1.437-4.312 1.687-0.453 0.094-0.969 0.187-1.422 0.187h-1.313c-1.656 0-4.672-0.984-5.984-1.937-0.094-0.078-0.125-0.141-0.125-0.25 0-0.172 0.125-0.297 0.281-0.297 0.141 0 0.875 0.453 1.078 0.547 1.406 0.703 3.375 1.344 4.953 1.344 1.953 0 3.281-0.25 5.063-1.016 0.516-0.234 0.969-0.531 1.453-0.797zM24 7.594v16.859c-12.078-3.844-12.094-3.844-12.094-3.844-0.25 0.109-11.453 3.891-11.609 3.891-0.125 0-0.234-0.078-0.281-0.203 0-0.016-0.016-0.031-0.016-0.047v-16.844c0.016-0.047 0.031-0.125 0.063-0.156 0.094-0.109 0.219-0.141 0.313-0.172 0.047-0.016 1-0.328 2.328-0.781v-6l8.719 3.094c0.109-0.031 9.828-3.391 9.969-3.391 0.172 0 0.313 0.125 0.313 0.328v6.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fax\" viewBox=\"0 0 28 28\">\n<title>fax</title>\n<path d=\"M4.5 6c1.375 0 2.5 1.125 2.5 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-2c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h2zM26 8.547c1.188 0.688 2 1.984 2 3.453v12c0 2.203-1.797 4-4 4h-13.5c-1.375 0-2.5-1.125-2.5-2.5v-24c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.984 0.484 2.562 1.062l2.375 2.375c0.578 0.578 1.062 1.734 1.062 2.562v2.547zM14.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM24 10v-4h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v8h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building\" viewBox=\"0 0 22 28\">\n<title>building</title>\n<path d=\"M21 0c0.547 0 1 0.453 1 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20zM8 4.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 8.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 12.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 16.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 25.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM14 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-child\" viewBox=\"0 0 20 28\">\n<title>child</title>\n<path d=\"M18.562 8.563l-4.562 4.562v12.875c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-6h-1v6c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-12.875l-4.562-4.562c-0.578-0.594-0.578-1.531 0-2.125 0.594-0.578 1.531-0.578 2.125 0l3.563 3.563h5.75l3.563-3.563c0.594-0.578 1.531-0.578 2.125 0 0.578 0.594 0.578 1.531 0 2.125zM13.5 6c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paw\" viewBox=\"0 0 26 28\">\n<title>paw</title>\n<path d=\"M12.187 7.375c0 1.75-0.906 3.828-2.922 3.828-2.531 0-4.062-3.187-4.062-5.375 0-1.75 0.906-3.828 2.922-3.828 2.547 0 4.062 3.187 4.062 5.375zM6.844 14.922c0 1.516-0.797 3.094-2.516 3.094-2.5 0-4.328-3.063-4.328-5.328 0-1.516 0.812-3.109 2.516-3.109 2.5 0 4.328 3.078 4.328 5.344zM13 14.5c3.828 0 9 5.516 9 9.203 0 1.984-1.625 2.297-3.219 2.297-2.094 0-3.781-1.406-5.781-1.406-2.094 0-3.875 1.391-6.141 1.391-1.516 0-2.859-0.516-2.859-2.281 0-3.703 5.172-9.203 9-9.203zM16.734 11.203c-2.016 0-2.922-2.078-2.922-3.828 0-2.188 1.516-5.375 4.062-5.375 2.016 0 2.922 2.078 2.922 3.828 0 2.188-1.531 5.375-4.062 5.375zM23.484 9.578c1.703 0 2.516 1.594 2.516 3.109 0 2.266-1.828 5.328-4.328 5.328-1.719 0-2.516-1.578-2.516-3.094 0-2.266 1.828-5.344 4.328-5.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spoon\" viewBox=\"0 0 12 28\">\n<title>spoon</title>\n<path d=\"M11 8.25c0 3.125-1.359 5.172-3.266 5.922l0.703 12.828c0.031 0.547-0.391 1-0.938 1h-3c-0.547 0-0.969-0.453-0.938-1l0.703-12.828c-1.906-0.75-3.266-2.797-3.266-5.922 0-4 2.234-8.25 5-8.25s5 4.25 5 8.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cube\" viewBox=\"0 0 26 28\">\n<title>cube</title>\n<path d=\"M14 25.453l10-5.453v-9.938l-10 3.641v11.75zM13 11.937l10.906-3.969-10.906-3.969-10.906 3.969zM26 8v12c0 0.734-0.406 1.406-1.047 1.75l-11 6c-0.297 0.172-0.625 0.25-0.953 0.25s-0.656-0.078-0.953-0.25l-11-6c-0.641-0.344-1.047-1.016-1.047-1.75v-12c0-0.844 0.531-1.594 1.313-1.875l11-4c0.219-0.078 0.453-0.125 0.688-0.125s0.469 0.047 0.688 0.125l11 4c0.781 0.281 1.313 1.031 1.313 1.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cubes\" viewBox=\"0 0 34 28\">\n<title>cubes</title>\n<path d=\"M10 25.5l6-3v-4.906l-6 2.562v5.344zM9 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM26 25.5l6-3v-4.906l-6 2.562v5.344zM25 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM18 13.828l6-2.578v-4.156l-6 2.562v4.172zM17 7.906l6.891-2.953-6.891-2.953-6.891 2.953zM34 16v6.5c0 0.75-0.422 1.453-1.109 1.781l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.047-0.016-0.078-0.031-0.109-0.063-0.031 0.031-0.063 0.047-0.109 0.063l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.688-0.328-1.109-1.031-1.109-1.781v-6.5c0-0.797 0.484-1.516 1.219-1.844l6.781-2.906v-6.25c0-0.797 0.484-1.516 1.219-1.844l7-3c0.25-0.109 0.516-0.156 0.781-0.156s0.531 0.047 0.781 0.156l7 3c0.734 0.328 1.219 1.047 1.219 1.844v6.25l6.781 2.906c0.75 0.328 1.219 1.047 1.219 1.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance\" viewBox=\"0 0 32 28\">\n<title>behance</title>\n<path d=\"M28.875 5.297h-7.984v1.937h7.984v-1.937zM24.938 11.953c-1.875 0-3.125 1.172-3.25 3.047h6.375c-0.172-1.891-1.156-3.047-3.125-3.047zM25.188 21.094c1.188 0 2.719-0.641 3.094-1.859h3.453c-1.062 3.266-3.266 4.797-6.672 4.797-4.5 0-7.297-3.047-7.297-7.484 0-4.281 2.953-7.547 7.297-7.547 4.469 0 6.937 3.516 6.937 7.734 0 0.25-0.016 0.5-0.031 0.734h-10.281c0 2.281 1.203 3.625 3.5 3.625zM4.328 20.312h4.625c1.766 0 3.203-0.625 3.203-2.609 0-2.016-1.203-2.812-3.109-2.812h-4.719v5.422zM4.328 11.922h4.391c1.547 0 2.641-0.672 2.641-2.344 0-1.813-1.406-2.25-2.969-2.25h-4.062v4.594zM0 3.969h9.281c3.375 0 6.297 0.953 6.297 4.875 0 1.984-0.922 3.266-2.688 4.109 2.422 0.688 3.594 2.516 3.594 4.984 0 4-3.359 5.719-6.937 5.719h-9.547v-19.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance-square\" viewBox=\"0 0 24 28\">\n<title>behance-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM7.797 7.734h-5.797v12.297h5.969c2.234 0 4.328-1.062 4.328-3.563 0-1.547-0.734-2.688-2.234-3.125 1.094-0.531 1.672-1.328 1.672-2.562 0-2.453-1.828-3.047-3.937-3.047zM7.453 12.703h-2.75v-2.875h2.547c0.969 0 1.859 0.266 1.859 1.406 0 1.047-0.688 1.469-1.656 1.469zM7.594 17.938h-2.891v-3.391h2.953c1.188 0 1.937 0.516 1.937 1.766s-0.891 1.625-2 1.625zM17.75 18.438c-1.437 0-2.188-0.844-2.188-2.266h6.422c0.016-0.156 0.016-0.313 0.016-0.469 0-2.625-1.547-4.828-4.344-4.828-2.703 0-4.562 2.047-4.562 4.719 0 2.781 1.75 4.672 4.562 4.672 2.141 0 3.516-0.953 4.172-2.984h-2.156c-0.234 0.75-1.188 1.156-1.922 1.156zM17.594 12.719c1.219 0 1.828 0.734 1.937 1.906h-3.969c0.078-1.172 0.859-1.906 2.031-1.906zM15.062 8.563h4.984v1.203h-4.984v-1.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam\" viewBox=\"0 0 28 28\">\n<title>steam</title>\n<path d=\"M24.719 9.094c0 2.109-1.719 3.813-3.813 3.813-2.109 0-3.813-1.703-3.813-3.813s1.703-3.813 3.813-3.813c2.094 0 3.813 1.703 3.813 3.813zM12.688 20.687c0-2.172-1.734-3.906-3.906-3.906-0.281 0-0.562 0.031-0.844 0.094l1.625 0.656c1.594 0.641 2.375 2.438 1.734 4.031s-2.453 2.375-4.047 1.719c-0.641-0.25-1.281-0.516-1.922-0.766 0.656 1.234 1.953 2.078 3.453 2.078 2.172 0 3.906-1.734 3.906-3.906zM25.656 9.109c0-2.625-2.141-4.766-4.766-4.766-2.641 0-4.781 2.141-4.781 4.766 0 2.641 2.141 4.766 4.781 4.766 2.625 0 4.766-2.125 4.766-4.766zM28 9.109c0 3.938-3.187 7.109-7.109 7.109l-6.828 4.984c-0.25 2.688-2.531 4.797-5.281 4.797-2.531 0-4.672-1.797-5.187-4.188l-3.594-1.437v-6.703l6.078 2.453c0.797-0.484 1.719-0.75 2.703-0.75 0.187 0 0.375 0.016 0.547 0.031l4.438-6.359c0.031-3.891 3.219-7.047 7.125-7.047 3.922 0 7.109 3.187 7.109 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam-square\" viewBox=\"0 0 24 28\">\n<title>steam-square</title>\n<path d=\"M19.406 10.109c0-1.656-1.359-3.016-3.031-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.031-1.344 3.031-3.016zM9.875 19.297c0 1.719-1.375 3.094-3.094 3.094-1.188 0-2.219-0.672-2.734-1.656 0.516 0.203 1.016 0.406 1.531 0.625 1.25 0.5 2.688-0.109 3.203-1.375 0.5-1.25-0.109-2.688-1.375-3.187l-1.281-0.516c0.203-0.047 0.438-0.078 0.656-0.078 1.719 0 3.094 1.375 3.094 3.094zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-2.391l2.688 1.078c0.406 1.891 2.094 3.313 4.094 3.313 2.187 0 3.984-1.672 4.188-3.797l5.391-3.938c3.125 0 5.641-2.531 5.641-5.625 0-3.125-2.516-5.641-5.641-5.641-3.078 0-5.594 2.5-5.625 5.578l-3.516 5.031c-0.141-0.016-0.281-0.016-0.438-0.016-0.781 0-1.516 0.203-2.141 0.578l-4.641-1.859v-7.313c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5zM20.141 10.141c0 2.078-1.687 3.766-3.781 3.766-2.078 0-3.766-1.687-3.766-3.766 0-2.094 1.687-3.781 3.766-3.781 2.094 0 3.781 1.687 3.781 3.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-recycle\" viewBox=\"0 0 28 28\">\n<title>recycle</title>\n<path d=\"M13.062 18.266l-0.234 5.75-0.031 0.344-6.563-0.453c-0.812-0.063-1.484-0.828-1.781-1.516-0.625-1.453 0.187-3.172 0.656-4.562 0 0 1.203 0.187 7.953 0.438zM7.016 9.109l2.812 5.922-2.297-1.437c-3.516 4.016-3.844 7-3.844 7l-2.969-5.578c-0.609-0.906-0.063-1.891-0.063-1.891s0.547-0.984 1.781-2.938l-2.188-1.344zM26.25 17.187l-2.938 5.609c-0.406 1.016-1.531 1.109-1.531 1.109s-1.109 0.109-3.422 0.187l0.125 2.562-3.594-5.734 3.297-5.656 0.109 2.703c5.297 0.641 7.953-0.781 7.953-0.781zM13.984 2.75c0 0-0.734 0.969-4.141 6.797l-4.953-2.922-0.297-0.187 3.516-5.563c0.438-0.688 1.422-0.938 2.188-0.859 1.563 0.141 2.688 1.656 3.687 2.734zM24.219 7.547l3.313 5.672c0.422 0.703 0.172 1.687-0.234 2.344-0.844 1.313-2.719 1.625-4.125 2.016 0 0-0.531-1.109-4.141-6.813l4.891-3.047zM21.984 4.016l2.219-1.297-3.437 5.828-6.547-0.313 2.359-1.344c-1.875-4.984-4.359-6.703-4.359-6.703l6.328 0.016c1.094-0.094 1.687 0.844 1.687 0.844s0.609 0.953 1.75 2.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-automobile\" viewBox=\"0 0 32 28\">\n<title>automobile</title>\n<path d=\"M7.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM8.062 12h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM29.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM32 15.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-16v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h12c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438c1.937 0 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cab\" viewBox=\"0 0 32 28\">\n<title>cab</title>\n<path d=\"M28.5 14c1.937 0 3.5 1.563 3.5 3.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-16v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h2v-3.5c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5v3.5h2c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438zM5 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM8.062 14h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM27 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tree\" viewBox=\"0 0 24 28\">\n<title>tree</title>\n<path d=\"M23.5 23c0 0.547-0.453 1-1 1h-7.219c0.047 1 0.172 2.047 0.172 3.063 0 0.516-0.422 0.938-0.953 0.938h-5c-0.531 0-0.953-0.422-0.953-0.938 0-1.016 0.125-2.063 0.172-3.063h-7.219c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.578c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.078c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6-6c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l6 6c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.078l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.578l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spotify\" viewBox=\"0 0 24 28\">\n<title>spotify</title>\n<path d=\"M17.609 18.906c0-0.438-0.172-0.609-0.469-0.797-2.016-1.203-4.359-1.797-6.984-1.797-1.531 0-3 0.203-4.484 0.531-0.359 0.078-0.656 0.313-0.656 0.812 0 0.391 0.297 0.766 0.766 0.766 0.141 0 0.391-0.078 0.578-0.125 1.219-0.25 2.5-0.422 3.797-0.422 2.297 0 4.469 0.562 6.203 1.609 0.187 0.109 0.313 0.172 0.516 0.172 0.391 0 0.734-0.313 0.734-0.75zM19.109 15.547c0-0.422-0.156-0.719-0.547-0.953-2.391-1.422-5.422-2.203-8.563-2.203-2.016 0-3.391 0.281-4.734 0.656-0.5 0.141-0.75 0.484-0.75 1s0.422 0.938 0.938 0.938c0.219 0 0.344-0.063 0.578-0.125 1.094-0.297 2.406-0.516 3.922-0.516 2.969 0 5.672 0.781 7.625 1.937 0.172 0.094 0.344 0.203 0.594 0.203 0.531 0 0.938-0.422 0.938-0.938zM20.797 11.672c0-0.578-0.25-0.875-0.625-1.094-2.703-1.578-6.406-2.312-9.938-2.312-2.078 0-3.984 0.234-5.688 0.734-0.438 0.125-0.844 0.5-0.844 1.156 0 0.641 0.484 1.141 1.125 1.141 0.234 0 0.453-0.078 0.625-0.125 1.516-0.422 3.156-0.578 4.797-0.578 3.25 0 6.625 0.719 8.797 2.016 0.219 0.125 0.375 0.187 0.625 0.187 0.594 0 1.125-0.469 1.125-1.125zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deviantart\" viewBox=\"0 0 16 28\">\n<title>deviantart</title>\n<path d=\"M16 4.734l-4.734 9.094 0.375 0.484h4.359v6.484h-7.922l-0.688 0.469-2.219 4.266c-0.016 0-0.438 0.438-0.469 0.469h-4.703v-4.734l4.734-9.109-0.375-0.469h-4.359v-6.484h7.922l0.688-0.469 2.219-4.266c0.016 0 0.438-0.438 0.469-0.469h4.703v4.734z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-soundcloud\" viewBox=\"0 0 36 28\">\n<title>soundcloud</title>\n<path d=\"M12.25 21.438l0.25-3.766-0.25-8.172c-0.016-0.203-0.172-0.375-0.375-0.375-0.187 0-0.359 0.172-0.359 0.375l-0.219 8.172 0.219 3.766c0.016 0.203 0.172 0.359 0.359 0.359 0.203 0 0.359-0.156 0.375-0.359zM16.875 20.984l0.172-3.297-0.187-9.156c0-0.156-0.078-0.297-0.203-0.375-0.078-0.047-0.156-0.078-0.25-0.078s-0.172 0.031-0.25 0.078c-0.125 0.078-0.203 0.219-0.203 0.375l-0.016 0.094-0.156 9.047s0 0.016 0.172 3.687v0.016c0 0.094 0.031 0.187 0.094 0.266 0.094 0.109 0.219 0.172 0.359 0.172 0.125 0 0.234-0.063 0.313-0.141 0.094-0.078 0.141-0.187 0.141-0.313zM0.547 15.672l0.313 2-0.313 1.969c-0.016 0.078-0.063 0.141-0.141 0.141s-0.125-0.063-0.141-0.141l-0.266-1.969 0.266-2c0.016-0.078 0.063-0.141 0.141-0.141s0.125 0.063 0.141 0.141zM1.891 14.438l0.406 3.234-0.406 3.172c-0.016 0.078-0.078 0.141-0.156 0.141s-0.141-0.063-0.141-0.156l-0.359-3.156 0.359-3.234c0-0.078 0.063-0.141 0.141-0.141s0.141 0.063 0.156 0.141zM6.266 21.516v0 0zM3.328 13.844l0.391 3.828-0.391 3.703c0 0.094-0.078 0.172-0.172 0.172s-0.172-0.078-0.187-0.172l-0.328-3.703 0.328-3.828c0.016-0.109 0.094-0.187 0.187-0.187s0.172 0.078 0.172 0.187zM4.797 13.734l0.359 3.938-0.359 3.813c-0.016 0.125-0.109 0.203-0.219 0.203s-0.203-0.078-0.203-0.203l-0.328-3.813 0.328-3.938c0-0.125 0.094-0.203 0.203-0.203s0.203 0.078 0.219 0.203zM6.266 14.016l0.328 3.656-0.328 3.844c-0.016 0.141-0.125 0.25-0.25 0.25s-0.234-0.109-0.234-0.25l-0.313-3.844 0.313-3.656c0-0.125 0.109-0.234 0.234-0.234s0.234 0.109 0.25 0.234zM12.25 21.438v0 0zM7.734 11.734l0.328 5.938-0.328 3.844c0 0.156-0.125 0.281-0.266 0.281-0.156 0-0.266-0.125-0.281-0.281l-0.281-3.844 0.281-5.938c0.016-0.156 0.125-0.281 0.281-0.281 0.141 0 0.266 0.125 0.266 0.281zM9.203 10.391l0.297 7.313-0.297 3.813c0 0.172-0.141 0.297-0.297 0.297-0.172 0-0.297-0.125-0.313-0.297l-0.25-3.813 0.25-7.313c0.016-0.172 0.141-0.297 0.313-0.297 0.156 0 0.297 0.125 0.297 0.297zM10.734 9.766l0.281 7.906-0.281 3.781c-0.016 0.187-0.156 0.328-0.344 0.328-0.172 0-0.313-0.141-0.328-0.328l-0.25-3.781 0.25-7.906c0-0.187 0.156-0.344 0.328-0.344 0.187 0 0.328 0.156 0.344 0.344zM16.859 21.359v0 0 0 0 0 0zM13.766 9.703l0.234 7.969-0.234 3.734c0 0.219-0.172 0.391-0.391 0.391s-0.375-0.172-0.391-0.391l-0.219-3.734 0.219-7.969c0-0.219 0.172-0.391 0.391-0.391s0.391 0.172 0.391 0.391zM15.313 10l0.219 7.688-0.219 3.687c0 0.234-0.187 0.422-0.422 0.422s-0.422-0.187-0.438-0.422l-0.187-3.687 0.187-7.688c0.016-0.25 0.203-0.438 0.438-0.438s0.406 0.187 0.422 0.438zM18.625 17.687l-0.219 3.609c0 0.266-0.219 0.484-0.484 0.484s-0.484-0.219-0.5-0.484l-0.094-1.781-0.094-1.828 0.187-9.938v-0.047c0.016-0.141 0.078-0.281 0.187-0.375 0.078-0.063 0.187-0.109 0.313-0.109 0.078 0 0.172 0.031 0.234 0.078 0.141 0.078 0.234 0.234 0.25 0.406zM36 17.391c0 2.438-1.984 4.406-4.422 4.406h-12.281c-0.266-0.031-0.484-0.234-0.484-0.516v-14.047c0-0.266 0.094-0.391 0.438-0.516 0.859-0.344 1.828-0.531 2.828-0.531 4.078 0 7.422 3.125 7.781 7.109 0.531-0.219 1.109-0.344 1.719-0.344 2.438 0 4.422 1.984 4.422 4.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-database\" viewBox=\"0 0 24 28\">\n<title>database</title>\n<path d=\"M12 12c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 24c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 18c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 0c6.625 0 12 1.797 12 4v2c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2c0-2.203 5.375-4 12-4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-pdf-o\" viewBox=\"0 0 24 28\">\n<title>file-pdf-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM13.969 16.734c0.391 0.313 0.828 0.594 1.312 0.875 0.656-0.078 1.266-0.109 1.828-0.109 1.047 0 2.375 0.125 2.766 0.766 0.109 0.156 0.203 0.438 0.031 0.812-0.016 0.016-0.031 0.047-0.047 0.063v0.016c-0.047 0.281-0.281 0.594-1.109 0.594-1 0-2.516-0.453-3.828-1.141-2.172 0.234-4.453 0.719-6.125 1.297-1.609 2.75-2.844 4.094-3.781 4.094-0.156 0-0.297-0.031-0.438-0.109l-0.375-0.187c-0.047-0.016-0.063-0.047-0.094-0.078-0.078-0.078-0.141-0.25-0.094-0.562 0.156-0.719 1-1.922 2.938-2.938 0.125-0.078 0.281-0.031 0.359 0.094 0.016 0.016 0.031 0.047 0.031 0.063 0.484-0.797 1.047-1.813 1.672-3.078 0.703-1.406 1.25-2.781 1.625-4.094-0.5-1.703-0.656-3.453-0.375-4.484 0.109-0.391 0.344-0.625 0.656-0.625h0.344c0.234 0 0.422 0.078 0.547 0.234 0.187 0.219 0.234 0.562 0.141 1.062-0.016 0.047-0.031 0.094-0.063 0.125 0.016 0.047 0.016 0.078 0.016 0.125v0.469c-0.016 0.984-0.031 1.922-0.219 3 0.547 1.641 1.359 2.969 2.281 3.719zM4.969 23.156c0.469-0.219 1.141-0.891 2.141-2.469-1.172 0.906-1.906 1.937-2.141 2.469zM11.188 8.781c-0.156 0.438-0.156 1.188-0.031 2.063 0.047-0.25 0.078-0.484 0.109-0.688 0.031-0.266 0.078-0.484 0.109-0.672 0.016-0.047 0.031-0.078 0.063-0.125-0.016-0.016-0.016-0.047-0.031-0.078-0.016-0.281-0.109-0.453-0.203-0.562 0 0.031-0.016 0.047-0.016 0.063zM9.25 19.109c1.375-0.547 2.906-0.984 4.438-1.266-0.156-0.125-0.313-0.234-0.453-0.359-0.766-0.672-1.453-1.609-1.984-2.75-0.297 0.953-0.734 1.969-1.297 3.078-0.234 0.438-0.469 0.875-0.703 1.297zM19.344 18.859c-0.078-0.078-0.484-0.375-2.188-0.375 0.766 0.281 1.469 0.438 1.937 0.438 0.141 0 0.219 0 0.281-0.016 0-0.016-0.016-0.031-0.031-0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-word-o\" viewBox=\"0 0 24 28\">\n<title>file-word-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM3.641 12v1.672h1.094l2.562 10.328h2.484l2-7.578c0.078-0.234 0.125-0.469 0.156-0.719 0.016-0.125 0.031-0.25 0.031-0.375h0.063l0.047 0.375c0.047 0.219 0.063 0.469 0.141 0.719l2 7.578h2.484l2.562-10.328h1.094v-1.672h-4.688v1.672h1.406l-1.547 6.844c-0.063 0.25-0.094 0.516-0.109 0.719l-0.031 0.328h-0.063c0-0.094-0.031-0.219-0.047-0.328-0.047-0.203-0.078-0.469-0.141-0.719l-2.25-8.516h-1.781l-2.25 8.516c-0.063 0.25-0.078 0.516-0.125 0.719l-0.063 0.328h-0.063l-0.031-0.328c-0.016-0.203-0.047-0.469-0.109-0.719l-1.547-6.844h1.406v-1.672h-4.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-excel-o\" viewBox=\"0 0 24 28\">\n<title>file-excel-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.703 22.344v1.656h4.391v-1.656h-1.172l1.609-2.516c0.187-0.297 0.281-0.531 0.328-0.531h0.031c0.016 0.063 0.047 0.109 0.078 0.156 0.063 0.125 0.156 0.219 0.266 0.375l1.672 2.516h-1.188v1.656h4.547v-1.656h-1.062l-3-4.266 3.047-4.406h1.047v-1.672h-4.359v1.672h1.156l-1.609 2.484c-0.187 0.297-0.328 0.531-0.328 0.516h-0.031c-0.016-0.063-0.047-0.109-0.078-0.156-0.063-0.109-0.141-0.219-0.266-0.359l-1.656-2.484h1.188v-1.672h-4.531v1.672h1.062l2.953 4.25-3.031 4.422h-1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-powerpoint-o\" viewBox=\"0 0 24 28\">\n<title>file-powerpoint-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.5 22.344v1.656h5.109v-1.656h-1.453v-2.609h2.141c0.672 0 1.281-0.031 1.844-0.234 1.406-0.484 2.281-1.937 2.281-3.641s-0.844-3.016-2.141-3.563c-0.594-0.234-1.313-0.297-2.031-0.297h-5.75v1.672h1.437v8.672h-1.437zM12.016 17.969h-1.859v-4.188h1.875c0.547 0 0.969 0.094 1.297 0.281 0.562 0.328 0.875 0.969 0.875 1.797 0 0.875-0.313 1.547-0.969 1.875-0.328 0.156-0.734 0.234-1.219 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-image-o\" viewBox=\"0 0 24 28\">\n<title>file-image-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM20 19v5h-16v-3l3-3 2 2 6-6zM7 16c-1.656 0-3-1.344-3-3s1.344-3 3-3 3 1.344 3 3-1.344 3-3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-archive-o\" viewBox=\"0 0 24 28\">\n<title>file-archive-o</title>\n<path d=\"M10 6v-2h-2v2h2zM12 8v-2h-2v2h2zM10 10v-2h-2v2h2zM12 12v-2h-2v2h2zM22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v2h-2v-2h-8v24h20zM12.203 14.734c1.328 4.484 1.672 5.453 1.672 5.453 0.078 0.266 0.125 0.531 0.125 0.812 0 1.734-1.687 3-4 3s-4-1.266-4-3c0-0.281 0.047-0.547 0.125-0.812 0 0 0.328-0.969 1.875-6.188v-2h2v2h1.234c0.453 0 0.844 0.297 0.969 0.734zM10 22c1.109 0 2-0.453 2-1s-0.891-1-2-1-2 0.453-2 1 0.891 1 2 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-audio-o\" viewBox=\"0 0 24 28\">\n<title>file-audio-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM9.688 13.281c0.187 0.078 0.313 0.266 0.313 0.469v8.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-2.594-2.609h-2.047c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h2.047l2.594-2.609c0.156-0.141 0.359-0.187 0.547-0.109zM16.203 24.047c0.297 0 0.578-0.125 0.781-0.375 1.297-1.594 2.016-3.609 2.016-5.672s-0.719-4.078-2.016-5.672c-0.344-0.438-0.984-0.5-1.406-0.156-0.438 0.359-0.5 0.984-0.141 1.422 1.016 1.25 1.563 2.781 1.563 4.406s-0.547 3.156-1.563 4.406c-0.359 0.438-0.297 1.062 0.141 1.406 0.187 0.156 0.406 0.234 0.625 0.234zM12.906 21.734c0.266 0 0.531-0.109 0.734-0.313 0.875-0.938 1.359-2.141 1.359-3.422s-0.484-2.484-1.359-3.422c-0.375-0.406-1.016-0.422-1.422-0.047-0.391 0.375-0.422 1.016-0.031 1.422 0.516 0.562 0.812 1.281 0.812 2.047s-0.297 1.484-0.812 2.047c-0.391 0.406-0.359 1.047 0.031 1.422 0.203 0.172 0.453 0.266 0.688 0.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-movie-o\" viewBox=\"0 0 24 28\">\n<title>file-movie-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM12 12c1.094 0 2 0.906 2 2v6c0 1.094-0.906 2-2 2h-6c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h6zM19.688 12.031c0.187 0.078 0.313 0.266 0.313 0.469v9c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.266-0.047-0.359-0.141l-4.141-4.156v-1.406l4.141-4.156c0.094-0.094 0.234-0.141 0.359-0.141 0.063 0 0.125 0.016 0.187 0.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-code-o\" viewBox=\"0 0 24 28\">\n<title>file-code-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM7.5 12c0.172-0.219 0.484-0.266 0.703-0.094l0.797 0.594c0.219 0.172 0.266 0.484 0.094 0.703l-2.844 3.797 2.844 3.797c0.172 0.219 0.125 0.531-0.094 0.703l-0.797 0.594c-0.219 0.172-0.531 0.125-0.703-0.094l-3.531-4.703c-0.125-0.172-0.125-0.422 0-0.594zM20.031 16.703c0.125 0.172 0.125 0.422 0 0.594l-3.531 4.703c-0.172 0.219-0.484 0.266-0.703 0.094l-0.797-0.594c-0.219-0.172-0.266-0.484-0.094-0.703l2.844-3.797-2.844-3.797c-0.172-0.219-0.125-0.531 0.094-0.703l0.797-0.594c0.219-0.172 0.531-0.125 0.703 0.094zM10.344 23.906c-0.281-0.047-0.453-0.313-0.406-0.578l2.156-12.984c0.047-0.281 0.313-0.453 0.578-0.406l0.984 0.156c0.281 0.047 0.453 0.313 0.406 0.578l-2.156 12.984c-0.047 0.281-0.313 0.453-0.578 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vine\" viewBox=\"0 0 24 28\">\n<title>vine</title>\n<path d=\"M23.391 12.922v3.094c-1.094 0.25-2.188 0.359-3.094 0.359-2.188 4.594-6.109 8.531-7.422 9.266-0.828 0.469-1.609 0.5-2.531-0.047-1.609-0.969-7.703-5.969-9.734-21.688h4.422c1.109 9.438 3.828 14.281 6.813 17.906 1.656-1.656 3.25-3.859 4.484-6.344-2.953-1.5-4.75-4.797-4.75-8.641 0-3.891 2.234-6.828 6.062-6.828 3.719 0 5.75 2.312 5.75 6.297 0 1.484-0.313 3.172-0.906 4.469 0 0-2.75 0.547-3.766-1.219 0.203-0.672 0.484-1.828 0.484-2.875 0-1.859-0.672-2.766-1.687-2.766-1.078 0-1.828 1.016-1.828 2.969 0 3.984 2.531 6.266 5.812 6.266 0.578 0 1.234-0.063 1.891-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codepen\" viewBox=\"0 0 28 28\">\n<title>codepen</title>\n<path d=\"M3.375 18.266l9.422 6.281v-5.609l-5.219-3.484zM2.406 16.016l3.016-2.016-3.016-2.016v4.031zM15.203 24.547l9.422-6.281-4.203-2.812-5.219 3.484v5.609zM14 16.844l4.25-2.844-4.25-2.844-4.25 2.844zM7.578 12.547l5.219-3.484v-5.609l-9.422 6.281zM22.578 14l3.016 2.016v-4.031zM20.422 12.547l4.203-2.812-9.422-6.281v5.609zM28 9.734v8.531c0 0.391-0.203 0.781-0.531 1l-12.797 8.531c-0.203 0.125-0.438 0.203-0.672 0.203s-0.469-0.078-0.672-0.203l-12.797-8.531c-0.328-0.219-0.531-0.609-0.531-1v-8.531c0-0.391 0.203-0.781 0.531-1l12.797-8.531c0.203-0.125 0.438-0.203 0.672-0.203s0.469 0.078 0.672 0.203l12.797 8.531c0.328 0.219 0.531 0.609 0.531 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-jsfiddle\" viewBox=\"0 0 32 28\">\n<title>jsfiddle</title>\n<path d=\"M28.125 12.063c2.266 0.938 3.875 3.156 3.875 5.734 0 3.422-2.828 6.203-6.297 6.203-0.125 0-0.234-0.016-0.344-0.016h-19.016c-3.5-0.203-6.344-2.875-6.344-6.344 0-2.328 1.266-4.359 3.156-5.469-0.125-0.406-0.187-0.828-0.187-1.281 0-2.391 1.953-4.328 4.391-4.328 1 0 1.937 0.344 2.688 0.906 1.531-3.156 4.781-5.344 8.578-5.344 5.266 0 9.516 4.203 9.516 9.375 0 0.187-0.016 0.375-0.016 0.562zM7.313 16.219c0 2.641 2.078 4.125 4.562 4.125 1.531 0 2.641-0.484 3.75-1.547-0.453-0.562-0.953-1.109-1.422-1.672-0.641 0.625-1.344 1.016-2.25 1.016-1.109 0-2.063-0.734-2.063-1.891 0-1.141 0.953-1.891 2.031-1.891 3.437 0 4.172 6 9.172 6 2.438 0 4.5-1.531 4.5-4.094 0-2.594-2.078-4.109-4.547-4.109-1.531 0-2.672 0.438-3.766 1.516 0.5 0.547 0.969 1.125 1.453 1.687 0.625-0.609 1.328-1 2.219-1 1.031 0 2.063 0.734 2.063 1.828 0 1.203-0.875 1.969-2.047 1.969-3.328 0-4.219-6-9.094-6-2.422 0-4.562 1.484-4.562 4.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-life-bouy\" viewBox=\"0 0 28 28\">\n<title>life-bouy</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM14 2c-2.031 0-3.953 0.516-5.641 1.406l3.031 3.031c0.828-0.281 1.703-0.438 2.609-0.438 0.922 0 1.781 0.156 2.609 0.438l3.031-3.031c-1.687-0.891-3.609-1.406-5.641-1.406zM3.406 19.641l3.031-3.031c-0.281-0.828-0.438-1.703-0.438-2.609 0-0.922 0.156-1.781 0.438-2.609l-3.031-3.031c-0.891 1.687-1.406 3.609-1.406 5.641s0.516 3.953 1.406 5.641zM14 26c2.031 0 3.953-0.516 5.641-1.406l-3.031-3.031c-0.828 0.281-1.687 0.438-2.609 0.438-0.906 0-1.781-0.156-2.609-0.438l-3.031 3.031c1.687 0.891 3.609 1.406 5.641 1.406zM14 20c3.313 0 6-2.688 6-6s-2.688-6-6-6-6 2.688-6 6 2.688 6 6 6zM21.562 16.609l3.031 3.031c0.891-1.687 1.406-3.609 1.406-5.641s-0.516-3.953-1.406-5.641l-3.031 3.031c0.281 0.828 0.438 1.703 0.438 2.609s-0.156 1.781-0.438 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o-notch\" viewBox=\"0 0 28 28\">\n<title>circle-o-notch</title>\n<path d=\"M27.5 14c0 7.453-6.047 13.5-13.5 13.5s-13.5-6.047-13.5-13.5c0-6.781 5-12.391 11.5-13.359v3.563c-4.562 0.922-8 4.969-8 9.797 0 5.516 4.484 10 10 10s10-4.484 10-10c0-4.828-3.437-8.875-8-9.797v-3.563c6.5 0.969 11.5 6.578 11.5 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ra\" viewBox=\"0 0 28 28\">\n<title>ra</title>\n<path d=\"M0.297 13.656c0.156-4.469 2.438-8.594 6.578-11.312 0.016 0 0.109-0.031 0.063 0.047-0.328 0.313-6.281 7.328-0.797 12.781 2.812 2.797 5.078 0.141 5.078 0.141 2.172-2.828-0.031-7.109-0.031-7.109-0.562-1.406-2.578-2.266-2.578-2.266l1.625-1.797c1.375 0.594 2.438 2.188 2.438 2.188 0.047-1.672-1.234-3.469-1.234-3.469l2.516-2.859 2.5 2.828c-1.156 1.625-1.234 3.531-1.234 3.531 0.781-1.297 2.453-2.219 2.453-2.219l1.609 1.797c-1.547 0.5-2.562 2.25-2.562 2.25-0.891 1.609-1.531 5.047 0.031 7.187 1.828 2.516 4.953-0.156 4.953-0.156 5.797-5.187-0.594-12.703-0.594-12.703-0.344-0.313 0.047-0.156 0.047-0.156 2.828 2.063 6.469 4.766 6.563 11.562 0.109 8.219-5.641 14.078-13.687 14.078-7.859 0-13.969-6.563-13.734-14.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-empire\" viewBox=\"0 0 28 28\">\n<title>empire</title>\n<path d=\"M13.656 25.594v1.031c-4.406-0.125-8.266-2.5-10.437-6.016l0.906-0.531c0.328 0.547 0.719 1.062 1.141 1.547l1.016-0.891c1.469 1.672 3.469 2.859 5.75 3.313l-0.266 1.344c0.609 0.109 1.25 0.187 1.891 0.203zM4.312 17.313l-1.297 0.438c0.219 0.609 0.469 1.188 0.766 1.75l-0.891 0.516c-0.969-1.781-1.531-3.844-1.531-6.016s0.562-4.234 1.531-6.016l0.891 0.516c-0.297 0.547-0.562 1.141-0.766 1.75l1.281 0.438c-0.359 1.031-0.547 2.156-0.547 3.313s0.203 2.281 0.562 3.313zM23.875 20.078l0.906 0.531c-2.172 3.516-6.031 5.891-10.437 6.016v-1.031c0.641-0.016 1.281-0.094 1.891-0.203l-0.266-1.344c2.281-0.453 4.281-1.641 5.75-3.313l1.016 0.891c0.422-0.484 0.812-1 1.141-1.547zM21.516 11.422l-3.641 1.25c0.141 0.422 0.219 0.859 0.219 1.328s-0.078 0.906-0.219 1.328l3.625 1.25c-0.328 0.984-0.859 1.875-1.531 2.641l-2.891-2.531c-0.578 0.672-1.375 1.141-2.297 1.328l0.75 3.766c-0.484 0.094-1 0.156-1.531 0.156s-1.047-0.063-1.531-0.156l0.75-3.766c-0.922-0.187-1.719-0.656-2.297-1.328l-2.891 2.531c-0.672-0.766-1.203-1.656-1.531-2.641l3.625-1.25c-0.141-0.422-0.219-0.859-0.219-1.328s0.078-0.906 0.219-1.328l-3.641-1.25c0.344-0.984 0.875-1.875 1.547-2.641l2.891 2.531c0.578-0.672 1.375-1.156 2.297-1.344l-0.75-3.75c0.484-0.109 1-0.156 1.531-0.156s1.047 0.047 1.531 0.156l-0.75 3.75c0.922 0.187 1.719 0.672 2.297 1.344l2.891-2.531c0.672 0.766 1.203 1.656 1.547 2.641zM13.656 1.375v1.031c-0.641 0.016-1.281 0.078-1.891 0.203l0.266 1.344c-2.281 0.437-4.281 1.625-5.75 3.297l-1.016-0.875c-0.422 0.469-0.797 0.984-1.141 1.531l-0.891-0.516c2.172-3.531 6.016-5.891 10.422-6.016v0zM26.641 14c0 2.172-0.562 4.234-1.531 6.016l-0.891-0.516c0.297-0.562 0.547-1.141 0.766-1.75l-1.297-0.438c0.359-1.031 0.562-2.156 0.562-3.313s-0.187-2.281-0.547-3.313l1.281-0.438c-0.203-0.609-0.469-1.203-0.766-1.75l0.891-0.516c0.969 1.781 1.531 3.844 1.531 6.016zM24.766 7.391l-0.891 0.516c-0.344-0.547-0.719-1.062-1.141-1.531l-1.016 0.875c-1.469-1.672-3.469-2.859-5.75-3.297l0.266-1.344c-0.609-0.125-1.25-0.187-1.891-0.203v-1.031c4.406 0.125 8.25 2.484 10.422 6.016zM27.312 14c0-7.344-5.969-13.312-13.312-13.312v0c-7.344 0-13.312 5.969-13.312 13.312s5.969 13.312 13.312 13.312 13.312-5.969 13.312-13.312zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git-square\" viewBox=\"0 0 24 28\">\n<title>git-square</title>\n<path d=\"M9.094 20.438c0 0.844-0.766 1.031-1.453 1.031-0.672 0-1.672-0.109-1.672-0.984 0-0.859 0.844-1 1.531-1 0.656 0 1.594 0.109 1.594 0.953zM8.531 13.156c0 0.781-0.313 1.328-1.156 1.328-0.859 0-1.203-0.5-1.203-1.313s0.313-1.406 1.203-1.406c0.797 0 1.156 0.656 1.156 1.391zM11.125 11.984v-1.953c-0.672 0.25-1.391 0.453-2.109 0.453-0.516-0.297-1.109-0.453-1.719-0.453-1.781 0-3.187 1.313-3.187 3.125 0 0.969 0.641 2.312 1.609 2.641v0.047c-0.5 0.219-0.594 0.828-0.594 1.328 0 0.516 0.187 0.938 0.641 1.203v0.047c-1.062 0.344-1.766 1.016-1.766 2.172 0 1.984 1.891 2.547 3.547 2.547 2 0 3.5-0.734 3.5-2.938 0-1.563-1.422-2.031-2.719-2.266-0.438-0.078-1.188-0.391-1.188-0.938 0-0.516 0.281-0.734 0.766-0.812 1.594-0.313 2.609-1.547 2.609-3.187 0-0.281-0.063-0.547-0.156-0.812 0.25-0.063 0.516-0.125 0.766-0.203zM12.047 18.531h2.141c-0.031-0.422-0.031-0.859-0.031-1.281v-6.047c0-0.359 0-0.719 0.031-1.078h-2.141c0.047 0.359 0.047 0.75 0.047 1.109v6.125c0 0.391 0 0.781-0.047 1.172zM20 18.281v-1.891c-0.313 0.219-0.688 0.328-1.062 0.328-0.703 0-0.828-0.703-0.828-1.281v-3.516h0.812c0.281 0 0.547 0.031 0.828 0.031v-1.828h-1.641c0-0.531-0.031-1.062 0.047-1.594h-2.188c0.047 0.281 0.063 0.562 0.063 0.859v0.734h-0.938v1.828c0.187-0.016 0.375-0.047 0.578-0.047 0.109 0 0.234 0.016 0.359 0.016v0.031h-0.031v3.391c0 1.687 0.25 3.313 2.312 3.313 0.578 0 1.172-0.094 1.687-0.375zM14.438 7.25c0-0.734-0.547-1.422-1.313-1.422s-1.328 0.672-1.328 1.422c0 0.734 0.578 1.391 1.328 1.391s1.313-0.672 1.313-1.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git\" viewBox=\"0 0 28 28\">\n<title>git</title>\n<path d=\"M9.297 23.656c0-1.375-1.516-1.563-2.578-1.563-1.109 0-2.469 0.234-2.469 1.625 0 1.406 1.609 1.578 2.688 1.578 1.141 0 2.359-0.281 2.359-1.641zM8.375 11.859c0-1.172-0.562-2.234-1.859-2.234-1.437 0-1.937 0.953-1.937 2.266 0 1.297 0.562 2.109 1.937 2.109 1.359 0 1.859-0.875 1.859-2.141zM12.578 6.797v3.156c-0.406 0.141-0.812 0.25-1.234 0.344 0.156 0.422 0.25 0.859 0.25 1.313 0 2.641-1.625 4.656-4.219 5.141-0.781 0.156-1.234 0.484-1.234 1.328 0 2.391 6.312 0.766 6.312 5.172 0 3.578-2.422 4.75-5.672 4.75-2.672 0-5.719-0.891-5.719-4.109 0-1.875 1.141-2.953 2.844-3.516v-0.063c-0.719-0.438-1.047-1.125-1.047-1.969 0-0.797 0.172-1.781 0.984-2.141v-0.063c-1.578-0.531-2.609-2.703-2.609-4.281 0-2.922 2.266-5.063 5.156-5.063 0.969 0 1.937 0.25 2.781 0.734 1.172 0 2.328-0.313 3.406-0.734zM17.547 20.563h-3.469c0.063-0.703 0.063-1.391 0.063-2.094v-9.516c0-0.672 0.016-1.344-0.063-2h3.469c-0.078 0.641-0.063 1.297-0.063 1.937v9.578c0 0.703 0 1.391 0.063 2.094zM26.938 17.094v3.063c-0.828 0.453-1.781 0.609-2.719 0.609-3.344 0-3.734-2.641-3.734-5.359v-5.484h0.031v-0.063c-0.203 0-0.391-0.031-0.578-0.031-0.313 0-0.625 0.047-0.922 0.094v-2.969h1.5v-1.188c0-0.469-0.016-0.938-0.094-1.391h3.547c-0.125 0.859-0.094 1.719-0.094 2.578h2.672v2.969c-0.453 0-0.906-0.063-1.344-0.063h-1.328v5.703c0 0.922 0.203 2.047 1.359 2.047 0.609 0 1.203-0.172 1.703-0.516zM17.938 2.297c0 1.172-0.906 2.266-2.109 2.266-1.234 0-2.156-1.078-2.156-2.266 0-1.203 0.906-2.297 2.156-2.297 1.234 0 2.109 1.125 2.109 2.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hacker-news\" viewBox=\"0 0 24 28\">\n<title>hacker-news</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tencent-weibo\" viewBox=\"0 0 20 28\">\n<title>tencent-weibo</title>\n<path d=\"M13.156 8.937c0 1.656-1.359 3.016-3.016 3.016-0.641 0-1.234-0.203-1.734-0.547-0.562 0.609-1.188 1.375-1.797 2.281-2.547 3.828-3.625 8.344-3.156 13.422 0.031 0.453-0.297 0.844-0.734 0.891h-0.078c-0.406 0-0.766-0.313-0.812-0.734-0.609-6.844 1.563-11.688 3.484-14.547 0.703-1.047 1.406-1.891 2.063-2.578-0.172-0.375-0.25-0.781-0.25-1.203 0-1.672 1.344-3.016 3.016-3.016 1.656 0 3.016 1.344 3.016 3.016zM19.109 9.109c0 5.016-4.078 9.094-9.109 9.094-0.688 0-1.375-0.078-2.047-0.219-0.438-0.109-0.703-0.547-0.609-0.984 0.109-0.422 0.531-0.703 0.969-0.609 0.547 0.141 1.125 0.203 1.687 0.203 4.125 0 7.484-3.359 7.484-7.484s-3.359-7.484-7.484-7.484-7.484 3.359-7.484 7.484c0 1.203 0.281 2.344 0.812 3.406 0.203 0.406 0.047 0.891-0.344 1.094-0.406 0.203-0.891 0.047-1.094-0.359-0.656-1.266-1-2.703-1-4.141 0-5.031 4.094-9.109 9.109-9.109 5.031 0 9.109 4.078 9.109 9.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qq\" viewBox=\"0 0 28 28\">\n<title>qq</title>\n<path d=\"M4.219 12.594c-0.109-0.266-0.125-0.531-0.125-0.812 0-0.438 0.281-1.141 0.547-1.469-0.016-0.406 0.156-1.234 0.469-1.5 0-2.891 2.234-6.531 4.844-7.781 1.609-0.766 3.297-1.031 5.063-1.031 1.375 0 2.875 0.328 4.156 0.859 3.672 1.547 4.5 4.422 5.281 8.094l0.016 0.078c0.453 0.688 0.859 1.5 0.859 2.344 0 0.422-0.281 0.844-0.281 1.219 0 0.031 0.094 0.156 0.109 0.187 1.344 1.984 2.562 4.141 2.562 6.609 0 0.547-0.297 2.453-1.172 2.453-0.609 0-1.281-1.484-1.5-1.891-0.016-0.016-0.031-0.016-0.047-0.016l-0.078 0.063c-0.5 1.297-1.047 2.516-2.063 3.484 0.891 0.859 2.328 0.781 2.594 2.266-0.078 0.172-0.047 0.359-0.172 0.531-0.891 1.344-3.281 1.516-4.719 1.516-1.906 0-3.453-0.5-5.25-1.031-0.375-0.109-0.938-0.047-1.344-0.094-0.953 1.047-3.281 1.328-4.625 1.328-1.188 0-5.781-0.078-5.781-2.109 0-0.875 0.187-1.125 0.797-1.687 0.484-0.094 0.844-0.359 1.406-0.391 0.078 0 0.141-0.016 0.219-0.031 0.016-0.016 0.031-0.016 0.031-0.063l-0.031-0.047c-1.078-0.25-2.594-2.969-2.828-4.094l-0.078-0.047c-0.109 0-0.156 0.234-0.187 0.313-0.344 0.797-1.156 1.656-2.063 1.75h-0.016c-0.125 0-0.078-0.125-0.172-0.156-0.219-0.516-0.359-0.984-0.359-1.563 0-3.125 1.5-5.437 3.938-7.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wechat\" viewBox=\"0 0 32 28\">\n<title>wechat</title>\n<path d=\"M9.063 7.203c0-0.859-0.562-1.422-1.422-1.422-0.844 0-1.703 0.562-1.703 1.422 0 0.844 0.859 1.406 1.703 1.406 0.859 0 1.422-0.562 1.422-1.406zM20.672 15.125c0-0.562-0.562-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.859 0 1.422-0.562 1.422-1.141zM16.984 7.203c0-0.859-0.562-1.422-1.406-1.422-0.859 0-1.703 0.562-1.703 1.422 0 0.844 0.844 1.406 1.703 1.406 0.844 0 1.406-0.562 1.406-1.406zM26.906 15.125c0-0.562-0.578-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.844 0 1.422-0.562 1.422-1.141zM22.75 8.922c-0.359-0.047-0.719-0.063-1.094-0.063-5.375 0-9.625 4.016-9.625 8.953 0 0.828 0.125 1.625 0.359 2.375-0.359 0.031-0.703 0.047-1.062 0.047-1.422 0-2.547-0.281-3.969-0.562l-3.953 1.984 1.125-3.406c-2.828-1.984-4.531-4.547-4.531-7.656 0-5.391 5.094-9.625 11.328-9.625 5.563 0 10.453 3.391 11.422 7.953zM32 17.687c0 2.547-1.687 4.813-3.969 6.516l0.859 2.828-3.109-1.703c-1.141 0.281-2.281 0.578-3.406 0.578-5.391 0-9.625-3.687-9.625-8.219s4.234-8.219 9.625-8.219c5.094 0 9.625 3.687 9.625 8.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane\" viewBox=\"0 0 28 28\">\n<title>paper-plane</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-7.078-2.891-3.781 4.609c-0.187 0.234-0.469 0.359-0.766 0.359-0.109 0-0.234-0.016-0.344-0.063-0.391-0.141-0.656-0.516-0.656-0.938v-5.453l13.5-16.547-16.703 14.453-6.172-2.531c-0.359-0.141-0.594-0.469-0.625-0.859-0.016-0.375 0.172-0.734 0.5-0.922l26-15c0.156-0.094 0.328-0.141 0.5-0.141 0.203 0 0.406 0.063 0.562 0.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane-o\" viewBox=\"0 0 28 28\">\n<title>paper-plane-o</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-8.234-3.359-4.656 5.109c-0.187 0.219-0.453 0.328-0.734 0.328-0.125 0-0.25-0.016-0.359-0.063-0.391-0.156-0.641-0.531-0.641-0.938v-7.063l-7.375-3.016c-0.359-0.141-0.594-0.469-0.625-0.859-0.031-0.375 0.172-0.734 0.5-0.922l26-15c0.328-0.203 0.75-0.187 1.062 0.031zM22.219 23.594l3.453-20.672-22.406 12.922 5.25 2.141 13.484-9.984-7.469 12.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-history\" viewBox=\"0 0 24 28\">\n<title>history</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12zM14 9.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-thin\" viewBox=\"0 0 24 28\">\n<title>circle-thin</title>\n<path d=\"M12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-header\" viewBox=\"0 0 28 28\">\n<title>header</title>\n<path d=\"M26.281 26c-1.375 0-2.766-0.109-4.156-0.109-1.375 0-2.75 0.109-4.125 0.109-0.531 0-0.781-0.578-0.781-1.031 0-1.391 1.563-0.797 2.375-1.328 0.516-0.328 0.516-1.641 0.516-2.188l-0.016-6.109c0-0.172 0-0.328-0.016-0.484-0.25-0.078-0.531-0.063-0.781-0.063h-10.547c-0.266 0-0.547-0.016-0.797 0.063-0.016 0.156-0.016 0.313-0.016 0.484l-0.016 5.797c0 0.594 0 2.219 0.578 2.562 0.812 0.5 2.656-0.203 2.656 1.203 0 0.469-0.219 1.094-0.766 1.094-1.453 0-2.906-0.109-4.344-0.109-1.328 0-2.656 0.109-3.984 0.109-0.516 0-0.75-0.594-0.75-1.031 0-1.359 1.437-0.797 2.203-1.328 0.5-0.344 0.516-1.687 0.516-2.234l-0.016-0.891v-12.703c0-0.75 0.109-3.156-0.594-3.578-0.781-0.484-2.453 0.266-2.453-1.141 0-0.453 0.203-1.094 0.75-1.094 1.437 0 2.891 0.109 4.328 0.109 1.313 0 2.641-0.109 3.953-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.344-1.547 0.688-2.312 1.172-0.547 0.328-0.547 1.937-0.547 2.5l0.016 5c0 0.172 0 0.328 0.016 0.5 0.203 0.047 0.406 0.047 0.609 0.047h10.922c0.187 0 0.391 0 0.594-0.047 0.016-0.172 0.016-0.328 0.016-0.5l0.016-5c0-0.578 0-2.172-0.547-2.5-0.781-0.469-2.344 0.156-2.344-1.172 0-0.469 0.219-1.094 0.781-1.094 1.375 0 2.75 0.109 4.125 0.109 1.344 0 2.688-0.109 4.031-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.359-1.609 0.672-2.391 1.156-0.531 0.344-0.547 1.953-0.547 2.516l0.016 14.734c0 0.516 0.031 1.875 0.531 2.188 0.797 0.5 2.484-0.141 2.484 1.219 0 0.453-0.203 1.094-0.75 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paragraph\" viewBox=\"0 0 20 28\">\n<title>paragraph</title>\n<path d=\"M19.969 2.953v1.141c0 0.531-0.422 1.453-0.953 1.453-0.266 0-0.578-0.047-0.844 0.016-0.25 0.063-0.438 0.234-0.5 0.484-0.078 0.297-0.047 0.672-0.047 1v18c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-19.031h-2.234v19.031c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-7.75c-1.516-0.125-2.812-0.438-3.828-0.922-1.313-0.609-2.312-1.547-3-2.797-0.656-1.203-1-2.562-1-4.047 0-1.734 0.469-3.234 1.375-4.469 0.922-1.234 2.016-2.063 3.266-2.484 1.172-0.391 3.641-0.578 6.516-0.578h7.484c0.531 0 0.953 0.422 0.953 0.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sliders\" viewBox=\"0 0 24 28\">\n<title>sliders</title>\n<path d=\"M5.5 22v2h-5.5v-2h5.5zM11 20c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM13.5 14v2h-13.5v-2h13.5zM3.5 6v2h-3.5v-2h3.5zM24 22v2h-11.5v-2h11.5zM9 4c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM19 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM24 14v2h-3.5v-2h3.5zM24 6v2h-13.5v-2h13.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt\" viewBox=\"0 0 24 28\">\n<title>share-alt</title>\n<path d=\"M19 16c2.766 0 5 2.234 5 5s-2.234 5-5 5-5-2.234-5-5c0-0.172 0.016-0.359 0.031-0.531l-5.625-2.812c-0.891 0.828-2.094 1.344-3.406 1.344-2.766 0-5-2.234-5-5s2.234-5 5-5c1.313 0 2.516 0.516 3.406 1.344l5.625-2.812c-0.016-0.172-0.031-0.359-0.031-0.531 0-2.766 2.234-5 5-5s5 2.234 5 5-2.234 5-5 5c-1.313 0-2.516-0.516-3.406-1.344l-5.625 2.812c0.016 0.172 0.031 0.359 0.031 0.531s-0.016 0.359-0.031 0.531l5.625 2.812c0.891-0.828 2.094-1.344 3.406-1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt-square\" viewBox=\"0 0 24 28\">\n<title>share-alt-square</title>\n<path d=\"M20 18.672c0-1.844-1.5-3.344-3.328-3.344-0.875 0-1.672 0.344-2.266 0.906l-3.766-1.875c0.016-0.125 0.031-0.234 0.031-0.359s-0.016-0.234-0.031-0.359l3.766-1.875c0.594 0.562 1.391 0.906 2.266 0.906 1.828 0 3.328-1.5 3.328-3.344 0-1.828-1.5-3.328-3.328-3.328-1.844 0-3.344 1.5-3.344 3.328 0 0.125 0.016 0.234 0.031 0.359l-3.766 1.875c-0.594-0.547-1.391-0.891-2.266-0.891-1.828 0-3.328 1.484-3.328 3.328s1.5 3.328 3.328 3.328c0.875 0 1.672-0.344 2.266-0.891l3.766 1.875c-0.016 0.125-0.031 0.234-0.031 0.359 0 1.828 1.5 3.328 3.344 3.328 1.828 0 3.328-1.5 3.328-3.328zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bomb\" viewBox=\"0 0 28 28\">\n<title>bomb</title>\n<path d=\"M8.922 9.203c-0.203-0.516-0.781-0.75-1.297-0.547-2.25 0.906-4.062 2.719-4.969 4.969-0.203 0.516 0.031 1.094 0.547 1.297 0.125 0.047 0.25 0.078 0.375 0.078 0.406 0 0.766-0.234 0.938-0.625 0.703-1.75 2.109-3.156 3.859-3.859 0.516-0.219 0.766-0.797 0.547-1.313zM23.641 3.641l0.719 0.719-3.813 3.797 1.062 1.062c0.391 0.391 0.391 1.031 0 1.422l-1 1c0.875 1.578 1.391 3.406 1.391 5.359 0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11c1.953 0 3.781 0.516 5.359 1.391l1-1c0.391-0.391 1.031-0.391 1.422 0l1.062 1.062zM23.766 2.766c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156l-1.422-1.406c-0.187-0.203-0.187-0.516 0-0.719 0.203-0.187 0.516-0.187 0.719 0l1.406 1.422c0.203 0.187 0.203 0.516 0 0.703zM27.359 6.359c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-1.406-1.422c-0.203-0.187-0.203-0.516 0-0.703 0.187-0.203 0.516-0.203 0.703 0l1.422 1.406c0.187 0.203 0.187 0.516 0 0.719zM28 3.5c0 0.281-0.219 0.5-0.5 0.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h1.5c0.281 0 0.5 0.219 0.5 0.5zM25 0.5v1.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-1.5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM27.359 1.359l-1.422 1.406c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156-0.203-0.187-0.203-0.516 0-0.703l1.406-1.422c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-futbol-o\" viewBox=\"0 0 28 28\">\n<title>futbol-o</title>\n<path d=\"M9.516 12.75l4.484-3.25 4.484 3.25-1.703 5.25h-5.547zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM23.672 21.094c1.469-2 2.328-4.438 2.328-7.094v-0.047l-1.594 1.391-3.75-3.5 0.984-5.047 2.094 0.187c-1.484-2.047-3.609-3.625-6.078-4.406l0.828 1.937-4.484 2.484-4.484-2.484 0.828-1.937c-2.469 0.781-4.594 2.359-6.078 4.406l2.109-0.187 0.969 5.047-3.75 3.5-1.594-1.391v0.047c0 2.656 0.859 5.094 2.328 7.094l0.469-2.063 5.094 0.625 2.172 4.656-1.813 1.078c1.172 0.391 2.438 0.609 3.75 0.609s2.578-0.219 3.75-0.609l-1.813-1.078 2.172-4.656 5.094-0.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tty\" viewBox=\"0 0 28 28\">\n<title>tty</title>\n<path d=\"M7 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM4 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM13 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM1.031 12c-0.578 0-1.031-0.453-1.031-1.016v-2.016h8.031v2.016c0 0.562-0.453 1.016-1.016 1.016h-5.984zM19 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM25 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.125v0.203h-8.031v-0.156c0-0.578-0.5-1.625-5.969-1.594-5.469 0.016-5.969 1.016-5.969 1.594v0.156h-8.031v-0.203c0-1.047 1.875-6.125 14-6.125 12.109 0 14 5.078 14 6.125zM28 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.969v2.016c0 0.562-0.453 1.016-1.016 1.016h-6c-0.562 0-1.016-0.453-1.016-1.016v-2.016h8.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-binoculars\" viewBox=\"0 0 28 28\">\n<title>binoculars</title>\n<path d=\"M11 5v12c0 0.547-0.453 1-1 1v0 9c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-8l3.891-13.641c0.063-0.219 0.266-0.359 0.484-0.359h6.625zM16 5v11h-4v-11h4zM28 19v8c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-9c-0.547 0-1-0.453-1-1v-12h6.625c0.219 0 0.422 0.141 0.484 0.359zM11.5 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5zM22 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plug\" viewBox=\"0 0 28 28\">\n<title>plug</title>\n<path d=\"M27.422 7.078c0.766 0.781 0.766 2.047 0 2.828l-6.266 6.25 2.344 2.344-2.5 2.5c-3.422 3.422-8.641 3.906-12.516 1.344l-5.656 5.656h-2.828v-2.828l5.656-5.656c-2.562-3.875-2.078-9.094 1.344-12.516l2.5-2.5 2.344 2.344 6.25-6.266c0.781-0.766 2.047-0.766 2.828 0 0.781 0.781 0.781 2.063 0 2.828l-6.25 6.266 3.656 3.656 6.266-6.25c0.781-0.781 2.047-0.781 2.828 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slideshare\" viewBox=\"0 0 28 28\">\n<title>slideshare</title>\n<path d=\"M13.641 11.562c0 1.734-1.516 3.156-3.375 3.156s-3.375-1.422-3.375-3.156c0-1.75 1.516-3.156 3.375-3.156s3.375 1.406 3.375 3.156zM21.484 11.562c0 1.734-1.5 3.156-3.375 3.156-1.859 0-3.375-1.422-3.375-3.156 0-1.75 1.516-3.156 3.375-3.156 1.875 0 3.375 1.406 3.375 3.156zM25 14.375v-10.422c0-1.797-0.578-2.5-2.234-2.5h-17.375c-1.734 0-2.219 0.594-2.219 2.5v10.516c3.703 1.937 6.875 1.594 8.609 1.531 0.734-0.016 1.203 0.125 1.484 0.422 0.047 0.047 0.094 0.094 0.156 0.141 0.328 0.313 0.641 0.562 0.953 0.797 0.063-0.859 0.547-1.406 1.844-1.359 1.766 0.078 5.016 0.422 8.781-1.625zM27.547 14.297c-1 1.234-2.906 2.75-5.812 3.938 3.078 10.484-7.516 12.156-7.344 6.781 0 0.094-0.016-2.891-0.016-5.109-0.234-0.047-0.469-0.109-0.75-0.172 0 2.234-0.016 5.375-0.016 5.281 0.172 5.375-10.422 3.703-7.344-6.781-2.906-1.188-4.813-2.703-5.812-3.938-0.5-0.75 0.047-1.547 0.875-0.969 0.109 0.078 0.234 0.156 0.344 0.234v-10.844c0-1.5 1.125-2.719 2.516-2.719h19.641c1.391 0 2.516 1.219 2.516 2.719v10.844l0.328-0.234c0.828-0.578 1.375 0.219 0.875 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitch\" viewBox=\"0 0 28 28\">\n<title>twitch</title>\n<path d=\"M14 6.781v6.781h-2.266v-6.781h2.266zM20.219 6.781v6.781h-2.266v-6.781h2.266zM20.219 18.656l3.953-3.969v-12.422h-18.656v16.391h5.094v3.391l3.391-3.391h6.219zM26.437 0v15.828l-6.781 6.781h-5.094l-3.391 3.391h-3.391v-3.391h-6.219v-18.094l1.703-4.516h23.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yelp\" viewBox=\"0 0 24 28\">\n<title>yelp</title>\n<path d=\"M12.078 20.609v1.984c-0.016 4.406-0.016 4.562-0.094 4.766-0.125 0.328-0.406 0.547-0.797 0.625-1.125 0.187-4.641-1.109-5.375-1.984-0.156-0.172-0.234-0.375-0.266-0.562-0.016-0.141 0.016-0.281 0.063-0.406 0.078-0.219 0.219-0.391 3.359-4.109 0 0 0.016 0 0.938-1.094 0.313-0.391 0.875-0.516 1.391-0.328 0.516 0.203 0.797 0.641 0.781 1.109zM9.75 16.688c-0.031 0.547-0.344 0.953-0.812 1.094l-1.875 0.609c-4.203 1.344-4.344 1.375-4.562 1.375-0.344-0.016-0.656-0.219-0.844-0.562-0.125-0.25-0.219-0.672-0.266-1.172-0.172-1.531 0.031-3.828 0.484-4.547 0.219-0.344 0.531-0.516 0.875-0.5 0.234 0 0.422 0.094 4.953 1.937 0 0-0.016 0.016 1.313 0.531 0.469 0.187 0.766 0.672 0.734 1.234zM22.656 21.328c-0.156 1.125-2.484 4.078-3.547 4.5-0.359 0.141-0.719 0.109-0.984-0.109-0.187-0.141-0.375-0.422-2.875-4.484l-0.734-1.203c-0.281-0.438-0.234-1 0.125-1.437 0.344-0.422 0.844-0.562 1.297-0.406 0 0 0.016 0.016 1.859 0.625 4.203 1.375 4.344 1.422 4.516 1.563 0.281 0.219 0.406 0.547 0.344 0.953zM12.156 11.453c0.078 1.625-0.609 1.828-0.844 1.906-0.219 0.063-0.906 0.266-1.781-1.109-5.75-9.078-5.906-9.344-5.906-9.344-0.078-0.328 0.016-0.688 0.297-0.969 0.859-0.891 5.531-2.203 6.75-1.891 0.391 0.094 0.672 0.344 0.766 0.703 0.063 0.391 0.625 8.813 0.719 10.703zM22.5 13.141c0.031 0.391-0.109 0.719-0.406 0.922-0.187 0.125-0.375 0.187-5.141 1.344-0.766 0.172-1.188 0.281-1.422 0.359l0.016-0.031c-0.469 0.125-1-0.094-1.297-0.562s-0.281-0.984 0-1.359c0 0 0.016-0.016 1.172-1.594 2.562-3.5 2.688-3.672 2.875-3.797 0.297-0.203 0.656-0.203 1.016-0.031 1.016 0.484 3.063 3.531 3.187 4.703v0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-newspaper-o\" viewBox=\"0 0 32 28\">\n<title>newspaper-o</title>\n<path d=\"M16 8h-6v6h6v-6zM18 18v2h-10v-2h10zM18 6v10h-10v-10h10zM28 18v2h-8v-2h8zM28 14v2h-8v-2h8zM28 10v2h-8v-2h8zM28 6v2h-8v-2h8zM4 21v-15h-2v15c0 0.547 0.453 1 1 1s1-0.453 1-1zM30 21v-17h-24v17c0 0.344-0.063 0.688-0.172 1h23.172c0.547 0 1-0.453 1-1zM32 2v19c0 1.656-1.344 3-3 3h-26c-1.656 0-3-1.344-3-3v-17h4v-2h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wifi\" viewBox=\"0 0 32 28\">\n<title>wifi</title>\n<path d=\"M16 23.797c-0.406 0-2.594-2.188-2.594-2.609 0-0.766 2-1.188 2.594-1.188s2.594 0.422 2.594 1.188c0 0.422-2.188 2.609-2.594 2.609zM20.219 19.563c-0.219 0-1.922-1.563-4.219-1.563-2.312 0-3.984 1.563-4.219 1.563-0.375 0-2.641-2.25-2.641-2.625 0-0.141 0.063-0.266 0.156-0.359 1.672-1.656 4.391-2.578 6.703-2.578s5.031 0.922 6.703 2.578c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.641 2.625zM24.484 15.313c-0.125 0-0.266-0.063-0.359-0.125-2.578-2-4.75-3.187-8.125-3.187-4.719 0-8.313 3.313-8.484 3.313-0.359 0-2.609-2.25-2.609-2.625 0-0.125 0.063-0.25 0.156-0.344 2.797-2.797 7.016-4.344 10.938-4.344s8.141 1.547 10.938 4.344c0.094 0.094 0.156 0.219 0.156 0.344 0 0.375-2.25 2.625-2.609 2.625zM28.719 11.078c-0.125 0-0.25-0.063-0.344-0.141-3.609-3.172-7.5-4.937-12.375-4.937s-8.766 1.766-12.375 4.937c-0.094 0.078-0.219 0.141-0.344 0.141-0.359 0-2.625-2.25-2.625-2.625 0-0.141 0.063-0.266 0.156-0.359 3.953-3.922 9.656-6.094 15.188-6.094s11.234 2.172 15.188 6.094c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.625 2.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calculator\" viewBox=\"0 0 26 28\">\n<title>calculator</title>\n<path d=\"M6 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 24v-6c0-1.094-0.906-2-2-2v0c-1.094 0-2 0.906-2 2v6c0 1.094 0.906 2 2 2v0c1.094 0 2-0.906 2-2zM18 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 7v-4c0-0.547-0.453-1-1-1h-20c-0.547 0-1 0.453-1 1v4c0 0.547 0.453 1 1 1h20c0.547 0 1-0.453 1-1zM24 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 2v24c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-24c0-1.094 0.906-2 2-2h22c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paypal\" viewBox=\"0 0 24 28\">\n<title>paypal</title>\n<path d=\"M23.734 10.094v0c0.203 0.938 0.156 2.016-0.063 3.187-1.016 5.156-4.438 6.937-8.828 6.937h-0.688c-0.531 0-0.969 0.391-1.062 0.922l-0.063 0.297-0.859 5.406-0.031 0.234c-0.109 0.531-0.547 0.922-1.078 0.922h-3.922c-0.438 0-0.719-0.359-0.656-0.797 0.281-1.75 0.547-3.5 0.828-5.25s0.562-3.484 0.844-5.234c0.047-0.375 0.297-0.578 0.672-0.578 0.625 0 1.25-0.016 2.047 0 1.125 0.016 2.422-0.047 3.687-0.328 1.687-0.375 3.219-1.062 4.484-2.25 1.141-1.062 1.906-2.375 2.422-3.844 0.234-0.688 0.422-1.375 0.547-2.078 0.031-0.187 0.078-0.156 0.187-0.078 0.859 0.641 1.344 1.5 1.531 2.531zM21.047 5.688c0 1.281-0.297 2.5-0.719 3.687-0.812 2.359-2.344 4.047-4.719 4.922-1.266 0.453-2.594 0.641-3.938 0.656-0.938 0.016-1.875 0-2.812 0-1.016 0-1.656 0.5-1.844 1.5-0.219 1.188-1.078 6.719-1.328 8.281-0.016 0.109-0.063 0.156-0.187 0.156h-4.609c-0.469 0-0.812-0.406-0.75-0.859l3.625-22.984c0.094-0.594 0.625-1.047 1.234-1.047h9.344c0.672 0 2.219 0.297 3.266 0.703 2.219 0.859 3.437 2.609 3.437 4.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-wallet\" viewBox=\"0 0 28 28\">\n<title>google-wallet</title>\n<path d=\"M6.891 10.5c0.313 0 0.625 0.156 0.812 0.406 2.734 3.734 4.641 7.734 5.656 12.094h-6.969c-1.25-4.344-3.094-8.313-5.734-11.703-0.25-0.328 0-0.797 0.406-0.797h5.828zM15.625 16.078c-0.516 2.109-1.172 4.156-1.953 6.141-0.828-3.266-2.156-6.328-4-9.281 0.406-2.266 0.641-4.594 0.688-7.016 2.203 3.547 3.953 6.922 5.266 10.156zM17.172 5c4.672 6.438 8.141 14.375 8.891 23h-7.047c-0.516-8.344-4.359-16.25-8.641-23h6.797zM28 14c0 4.344-0.594 8.906-1.578 12.688-0.688-5.781-2.594-11.531-5.609-16.922-0.266-3.156-0.828-6.219-1.656-9.125-0.078-0.328 0.156-0.641 0.484-0.641h5.609c0.438 0 0.844 0.297 0.953 0.719 1.188 4.219 1.797 8.687 1.797 13.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-visa\" viewBox=\"0 0 36 28\">\n<title>cc-visa</title>\n<path d=\"M30.859 15.469h-2.156c0 0 0.219-0.578 1.031-2.797-0.016 0.016 0.219-0.578 0.344-0.953l0.187 0.859c0.484 2.391 0.594 2.891 0.594 2.891zM8.297 14.453l-0.906-4.609c-0.125-0.641-0.609-0.844-1.172-0.844h-4.188l-0.031 0.203c2.875 0.734 5.234 2.297 6.297 5.25zM11.094 9l-2.531 6.844-0.266-1.391c-0.547-1.453-1.875-2.797-3.375-3.406l2.109 7.969h2.734l4.078-10.016h-2.75zM13.266 19.031h2.594l1.625-10.031h-2.594zM25.266 9.25c-0.516-0.203-1.328-0.422-2.328-0.422-2.562 0-4.359 1.359-4.375 3.313-0.016 1.437 1.281 2.234 2.266 2.719 1.016 0.484 1.344 0.812 1.344 1.25 0 0.672-0.812 0.969-1.547 0.969-1.047 0-1.609-0.125-2.438-0.516l-0.344-0.172-0.359 2.25c0.609 0.281 1.719 0.531 2.891 0.531 2.719 0.016 4.484-1.344 4.516-3.422 0-1.141-0.703-2-2.188-2.719-0.906-0.453-1.453-0.781-1.453-1.25 0-0.422 0.469-0.859 1.484-0.859 0.844-0.016 1.469 0.156 1.937 0.375l0.234 0.125zM31.906 9h-2c-0.625 0-1.094 0.187-1.359 0.844l-3.844 9.188h2.719c0.438-1.234 0.547-1.5 0.547-1.5h3.313c0 0 0.078 0.344 0.313 1.5h2.406zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-mastercard\" viewBox=\"0 0 36 28\">\n<title>cc-mastercard</title>\n<path d=\"M17.484 5.328c-1.297-0.859-2.828-1.328-4.391-1.328-4.391 0-7.953 3.563-7.953 7.938 0 4.391 3.563 7.953 7.953 7.953 1.563 0 3.094-0.469 4.391-1.328-4.188-3.406-4.156-9.828 0-13.234zM18 5.703c-4.031 3.172-4.047 9.328 0 12.484 4.047-3.156 4.031-9.312 0-12.484zM18.516 5.328c4.141 3.406 4.203 9.844 0 13.234 1.297 0.859 2.844 1.328 4.391 1.328 4.391 0 7.953-3.563 7.953-7.953 0-4.375-3.563-7.938-7.953-7.938-1.563 0-3.094 0.469-4.391 1.328zM30.094 16.609h0.109v-0.047h-0.266v0.047h0.109v0.266h0.047v-0.266zM30.547 16.875h0.063v-0.313h-0.078l-0.094 0.203-0.094-0.203h-0.078v0.313h0.047v-0.234l0.094 0.203h0.063l0.078-0.203v0.234zM30.422 23.75v0.031h-0.078v-0.047h0.078v0.016zM30.422 23.891h0.047l-0.063-0.078c0.031 0 0.031-0.016 0.047-0.016 0.016-0.016 0.016-0.031 0.016-0.047s0-0.031-0.016-0.047c-0.016 0-0.031-0.016-0.063-0.016h-0.094v0.203h0.047v-0.078h0.016zM10.703 22.828c0-0.375 0.234-0.672 0.641-0.672 0.375 0 0.625 0.297 0.625 0.672 0 0.391-0.25 0.672-0.625 0.672-0.406 0-0.641-0.297-0.641-0.672zM18.094 22.141c0.297 0 0.5 0.172 0.547 0.5h-1.094c0.047-0.297 0.234-0.5 0.547-0.5zM23.656 22.828c0-0.375 0.234-0.672 0.625-0.672s0.641 0.297 0.641 0.672c0 0.391-0.25 0.672-0.641 0.672s-0.625-0.297-0.625-0.672zM27.906 22.828c0-0.375 0.25-0.672 0.641-0.672 0.375 0 0.641 0.297 0.641 0.672 0 0.391-0.266 0.672-0.641 0.672-0.391 0-0.641-0.297-0.641-0.672zM30.375 23.953c-0.016 0-0.031 0-0.063-0.016-0.016 0-0.031-0.016-0.047-0.031s-0.031-0.031-0.031-0.047-0.016-0.047-0.016-0.063 0-0.047 0.016-0.063c0-0.031 0.016-0.047 0.031-0.063s0.031-0.016 0.047-0.031 0.047-0.016 0.063-0.016 0.047 0 0.063 0.016 0.047 0.016 0.063 0.031 0.016 0.031 0.031 0.063c0 0.016 0.016 0.031 0.016 0.063 0 0.016-0.016 0.031-0.016 0.063-0.016 0.016-0.016 0.031-0.031 0.047s-0.031 0.031-0.063 0.031c-0.016 0.016-0.031 0.016-0.063 0.016zM9.359 23.891h0.469v-1.328c0-0.5-0.328-0.828-0.844-0.844-0.266 0-0.547 0.078-0.734 0.375-0.141-0.234-0.375-0.375-0.703-0.375-0.219 0-0.438 0.078-0.609 0.313v-0.25h-0.469v2.109h0.469v-1.172c0-0.375 0.203-0.562 0.516-0.562s0.469 0.203 0.469 0.562v1.172h0.453v-1.172c0-0.375 0.219-0.562 0.516-0.562 0.313 0 0.469 0.203 0.469 0.562v1.172zM11.953 23.891h0.453v-2.109h-0.453v0.25c-0.156-0.187-0.375-0.313-0.672-0.313-0.594 0-1.047 0.469-1.047 1.109s0.453 1.109 1.047 1.109c0.297 0 0.516-0.109 0.672-0.313v0.266zM14.734 23.25c0-0.375-0.281-0.562-0.734-0.625l-0.219-0.031c-0.203-0.031-0.359-0.078-0.359-0.219s0.141-0.234 0.391-0.234c0.281 0 0.531 0.094 0.672 0.172l0.187-0.375c-0.219-0.141-0.516-0.219-0.859-0.219-0.531 0-0.875 0.266-0.875 0.688 0 0.344 0.25 0.547 0.734 0.609l0.203 0.031c0.266 0.047 0.375 0.109 0.375 0.219 0 0.172-0.172 0.266-0.484 0.266s-0.547-0.109-0.703-0.219l-0.203 0.359c0.25 0.172 0.562 0.266 0.906 0.266 0.609 0 0.969-0.281 0.969-0.688zM16.766 23.781l-0.125-0.391c-0.141 0.078-0.281 0.109-0.406 0.109-0.234 0-0.297-0.141-0.297-0.344v-0.953h0.75v-0.422h-0.75v-0.641h-0.469v0.641h-0.438v0.422h0.438v0.953c0 0.484 0.187 0.781 0.734 0.781 0.187 0 0.422-0.063 0.562-0.156zM18.109 21.719c-0.609 0-1.047 0.453-1.047 1.109 0 0.672 0.453 1.109 1.078 1.109 0.313 0 0.609-0.078 0.859-0.297l-0.219-0.344c-0.172 0.141-0.406 0.234-0.609 0.234-0.297 0-0.562-0.141-0.641-0.516h1.578v-0.187c0-0.656-0.406-1.109-1-1.109zM20.594 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.469v2.109h0.469v-1.188c0-0.344 0.141-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.109-0.047-0.234-0.063-0.328-0.063zM21.063 22.828c0 0.641 0.438 1.109 1.125 1.109 0.313 0 0.531-0.063 0.75-0.25l-0.219-0.375c-0.172 0.125-0.344 0.203-0.547 0.187-0.375 0-0.641-0.266-0.641-0.672s0.266-0.672 0.641-0.672c0.203 0 0.375 0.063 0.547 0.187l0.219-0.375c-0.219-0.172-0.438-0.25-0.75-0.25-0.688 0-1.125 0.469-1.125 1.109zM24.891 23.891h0.469v-2.109h-0.469v0.25c-0.141-0.187-0.359-0.313-0.656-0.313-0.594 0-1.062 0.469-1.062 1.109s0.469 1.109 1.062 1.109c0.297 0 0.516-0.109 0.656-0.313v0.266zM26.969 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.453v2.109h0.453v-1.188c0-0.344 0.156-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.094-0.047-0.234-0.063-0.328-0.063zM29.156 23.891h0.453v-2.969h-0.453v1.109c-0.141-0.187-0.359-0.313-0.672-0.313-0.578 0-1.047 0.469-1.047 1.109s0.469 1.109 1.047 1.109c0.313 0 0.531-0.109 0.672-0.313v0.266zM30.375 23.578c-0.016 0-0.047 0.016-0.078 0.016-0.031 0.016-0.047 0.031-0.063 0.047-0.031 0.016-0.047 0.047-0.047 0.063-0.016 0.031-0.016 0.063-0.016 0.094 0 0.016 0 0.047 0.016 0.078 0 0.016 0.016 0.047 0.047 0.063 0.016 0.016 0.031 0.031 0.063 0.047s0.063 0.016 0.078 0.016c0.031 0 0.063 0 0.094-0.016 0.016-0.016 0.047-0.031 0.063-0.047s0.031-0.047 0.047-0.063c0.016-0.031 0.016-0.063 0.016-0.078 0-0.031 0-0.063-0.016-0.094-0.016-0.016-0.031-0.047-0.047-0.063s-0.047-0.031-0.063-0.047c-0.031 0-0.063-0.016-0.094-0.016zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-discover\" viewBox=\"0 0 36 28\">\n<title>cc-discover</title>\n<path d=\"M4.891 12.141c0 0.5-0.203 0.984-0.562 1.313-0.313 0.281-0.734 0.406-1.391 0.406h-0.266v-3.437h0.266c0.656 0 1.062 0.109 1.391 0.422 0.359 0.313 0.562 0.797 0.562 1.297zM32.641 11.125c0 0.531-0.344 0.812-1 0.812h-0.297v-1.578h0.313c0.641 0 0.984 0.266 0.984 0.766zM5.938 12.141c0-1.531-1.141-2.609-2.797-2.609h-1.484v5.203h1.484c0.781 0 1.359-0.172 1.859-0.594 0.594-0.5 0.938-1.234 0.938-2zM6.406 14.734h1.016v-5.203h-1.016v5.203zM11.406 13.156c0-0.828-0.344-1.203-1.5-1.625-0.609-0.219-0.781-0.375-0.781-0.656 0-0.328 0.313-0.578 0.75-0.578 0.313 0 0.562 0.125 0.828 0.422l0.531-0.688c-0.438-0.391-0.969-0.578-1.531-0.578-0.922 0-1.625 0.641-1.625 1.484 0 0.719 0.328 1.094 1.281 1.437 0.391 0.141 0.594 0.219 0.703 0.297 0.203 0.125 0.297 0.313 0.297 0.531 0 0.422-0.328 0.734-0.781 0.734-0.484 0-0.875-0.234-1.109-0.688l-0.656 0.625c0.469 0.688 1.031 1 1.797 1 1.062 0 1.797-0.703 1.797-1.719zM15.75 14.562v-1.203c-0.406 0.406-0.766 0.578-1.219 0.578-1.031 0-1.75-0.75-1.75-1.797 0-1 0.75-1.797 1.703-1.797 0.484 0 0.844 0.172 1.266 0.594v-1.203c-0.438-0.219-0.812-0.313-1.25-0.313-1.531 0-2.766 1.203-2.766 2.719 0 1.531 1.203 2.719 2.75 2.719 0.438 0 0.812-0.078 1.266-0.297zM35 24v-8.234c-2.5 1.563-11.297 6.563-25.516 9.234h24.516c0.547 0 1-0.453 1-1zM21.703 12.172c0-1.563-1.266-2.828-2.828-2.828s-2.828 1.266-2.828 2.828 1.266 2.828 2.828 2.828 2.828-1.266 2.828-2.828zM24.078 14.875l2.25-5.344h-1.109l-1.406 3.5-1.391-3.5h-1.109l2.219 5.344h0.547zM26.781 14.734h2.875v-0.875h-1.859v-1.406h1.797v-0.875h-1.797v-1.156h1.859v-0.891h-2.875v5.203zM32.891 14.734h1.25l-1.641-2.188c0.766-0.156 1.188-0.672 1.188-1.469 0-0.984-0.672-1.547-1.844-1.547h-1.516v5.203h1.016v-2.078h0.141zM36 4.094v19.812c0 1.156-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.938-2.063-2.094v-19.812c0-1.156 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.938 2.063 2.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-amex\" viewBox=\"0 0 36 28\">\n<title>cc-amex</title>\n<path d=\"M1.859 10.656h1.391l-0.703-1.687zM11.562 18.875l1.156-1.234-1.094-1.234h-2.547v0.766h2.219v0.859h-2.219v0.844h2.484zM14.031 17.656l1.547 1.719v-3.391zM18.531 16.922c0-0.375-0.281-0.516-0.625-0.516h-1.313v1.078h1.297c0.359 0 0.641-0.172 0.641-0.562zM23.047 16.859c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.953h1.266c0.344 0 0.672-0.078 0.672-0.5zM18.703 9.578c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.938h1.266c0.344 0 0.672-0.078 0.672-0.484zM25.875 10.656h1.391l-0.688-1.687zM10.922 8.234v4.234h-1.031v-3.313l-1.469 3.313h-0.891l-1.469-3.313v3.313h-2.063l-0.391-0.938h-2.109l-0.391 0.938h-1.094l1.813-4.234h1.5l1.719 4.016v-4.016h1.656l1.328 2.875 1.203-2.875h1.687zM19.609 16.922c0 1.703-1.859 1.422-3.016 1.422v1.422h-1.969l-1.25-1.406-1.297 1.406h-4v-4.234h4.062l1.25 1.391 1.281-1.391h3.234c0.953 0 1.703 0.328 1.703 1.391zM15.062 11.594v0.875h-3.391v-4.234h3.391v0.891h-2.375v0.766h2.312v0.859h-2.312v0.844h2.375zM36 20.328v3.578c0 1.141-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.953-2.063-2.094v-10.594h1.734l0.391-0.953h0.859l0.391 0.953h3.406v-0.719l0.297 0.719h1.766l0.313-0.734v0.734h8.453v-1.547l0.156-0.016c0.141 0 0.156 0.109 0.156 0.219v1.344h4.359v-0.359c1.016 0.531 2.406 0.359 3.469 0.359l0.391-0.953h0.875l0.391 0.953h3.547v-0.906l0.531 0.906h2.844v-5.906h-2.812v0.688l-0.391-0.688h-2.891v0.688l-0.359-0.688h-3.891c-0.578 0-1.188 0.063-1.703 0.344v-0.344h-2.688v0.344c-0.313-0.281-0.734-0.344-1.141-0.344h-9.812l-0.672 1.516-0.672-1.516h-3.094v0.688l-0.344-0.688h-2.641l-1.219 2.797v-6.109c0-1.141 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.953 2.063 2.094v10.594h-1.875c-0.438 0-0.906 0.078-1.266 0.344v-0.344h-2.766c-0.391 0-0.922 0.063-1.219 0.344v-0.344h-4.937v0.344c-0.375-0.266-0.922-0.344-1.359-0.344h-3.266v0.344c-0.328-0.313-1-0.344-1.422-0.344h-3.656l-0.844 0.906-0.781-0.906h-5.453v5.906h5.359l0.859-0.922 0.812 0.922h3.297v-1.391h0.328c0.469 0 0.953-0.016 1.406-0.203v1.594h2.719v-1.547h0.125c0.156 0 0.187 0.016 0.187 0.187v1.359h8.266c0.453 0 1.016-0.094 1.375-0.375v0.375h2.625c0.5 0 1.031-0.047 1.484-0.266zM24.156 16.672c0 0.469-0.25 0.938-0.719 1.125 0.562 0.203 0.672 0.578 0.672 1.125v0.844h-1.016v-0.703c0-0.719-0.234-0.844-0.906-0.844h-1.078v1.547h-1.016v-4.234h2.406c0.797 0 1.656 0.141 1.656 1.141zM19.828 9.375c0 0.484-0.266 0.953-0.719 1.141 0.578 0.203 0.672 0.562 0.672 1.125v0.828h-1.016c-0.016-0.906 0.219-1.531-0.906-1.531h-1.094v1.531h-1v-4.234l2.391 0.016c0.812 0 1.672 0.125 1.672 1.125zM28.094 18.891v0.875h-3.375v-4.234h3.375v0.875h-2.359v0.766h2.312v0.859h-2.312v0.844zM21.438 8.234v4.234h-1.031v-4.234h1.031zM32.266 18.422c0 1-0.688 1.344-1.594 1.344h-1.969v-0.906h1.969c0.25 0 0.531-0.063 0.531-0.391 0-0.906-2.609 0.344-2.609-1.672 0-0.859 0.656-1.266 1.437-1.266h2.031v0.891h-1.859c-0.266 0-0.562 0.047-0.562 0.391 0 0.922 2.625-0.422 2.625 1.609zM36 17.641v1.578c-0.297 0.438-0.875 0.547-1.375 0.547h-1.953v-0.906h1.953c0.25 0 0.516-0.078 0.516-0.391 0-0.891-2.609 0.344-2.609-1.672 0-0.859 0.672-1.266 1.453-1.266h2.016v0.891h-1.844c-0.281 0-0.562 0.047-0.562 0.391 0 0.75 1.766-0.016 2.406 0.828zM33.422 8.25v4.219h-1.437l-1.906-3.172v3.172h-2.063l-0.406-0.938h-2.094l-0.391 0.938h-1.172c-1.391 0-2.016-0.719-2.016-2.078 0-1.422 0.641-2.156 2.078-2.156h0.984v0.922c-1.062-0.016-2.031-0.25-2.031 1.203 0 0.719 0.172 1.219 0.984 1.219h0.453l1.437-3.328h1.516l1.703 4v-4h1.547l1.781 2.938v-2.938h1.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-paypal\" viewBox=\"0 0 36 28\">\n<title>cc-paypal</title>\n<path d=\"M11.641 14.156c0 0.766-0.609 1.344-1.375 1.344-0.578 0-1-0.328-1-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM23.906 11.828c0 0.938-0.562 1.125-1.375 1.125l-0.5 0.016 0.266-1.672c0.016-0.109 0.094-0.172 0.203-0.172h0.281c0.531 0 1.125 0.031 1.125 0.703zM29.391 14.156c0 0.766-0.609 1.344-1.359 1.344-0.578 0-1.016-0.328-1.016-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM8.016 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.5c-0.156 0-0.313 0.125-0.328 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.188c0.172 0 0.328-0.125 0.344-0.297l0.281-1.719c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM12.844 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.359-0.531-0.891-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.562 0 1.266-0.25 1.656-0.688-0.031 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM19.828 12.25c0-0.109-0.094-0.219-0.203-0.219h-1.203c-0.109 0-0.219 0.063-0.281 0.156l-1.656 2.438-0.688-2.344c-0.047-0.141-0.187-0.25-0.344-0.25h-1.172c-0.109 0-0.203 0.109-0.203 0.219 0 0.078 1.219 3.609 1.328 3.938-0.172 0.234-1.281 1.687-1.281 1.875 0 0.109 0.094 0.203 0.203 0.203h1.203c0.109 0 0.219-0.063 0.281-0.156l3.984-5.75c0.031-0.031 0.031-0.063 0.031-0.109zM25.766 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.484c-0.172 0-0.328 0.125-0.344 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.281c0.125 0 0.219-0.094 0.25-0.203l0.281-1.813c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM30.594 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.344-0.531-0.875-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.578 0 1.281-0.25 1.656-0.688-0.016 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM34 9.969v-0.016c0-0.125-0.094-0.219-0.203-0.219h-1.156c-0.094 0-0.187 0.078-0.203 0.172l-1.016 6.5-0.016 0.031c0 0.109 0.094 0.219 0.219 0.219h1.031c0.156 0 0.313-0.125 0.328-0.297zM6.125 12.063c-0.125 0.797-0.656 0.891-1.344 0.891l-0.516 0.016 0.266-1.672c0.016-0.109 0.109-0.172 0.203-0.172h0.297c0.703 0 1.234 0.094 1.094 0.938zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-stripe\" viewBox=\"0 0 36 28\">\n<title>cc-stripe</title>\n<path d=\"M24.953 14.109c0 0.719-0.109 1.266-0.328 1.656-0.187 0.344-0.484 0.547-0.812 0.547-0.234 0-0.453-0.047-0.641-0.141v-3.5c0.406-0.422 0.766-0.469 0.891-0.469 0.594 0 0.891 0.656 0.891 1.906zM31.797 13.547h-1.719c0.063-1.047 0.344-1.531 0.875-1.531s0.812 0.5 0.844 1.531zM7.438 15.656c0-1.313-0.797-1.859-2.094-2.328v0c-0.688-0.25-1.062-0.453-1.062-0.766 0-0.266 0.219-0.406 0.594-0.406 0.719 0 1.437 0.266 1.937 0.516l0.281-1.75c-0.391-0.187-1.203-0.5-2.328-0.5-0.797 0-1.453 0.203-1.922 0.594-0.5 0.406-0.75 1-0.75 1.703 0 1.281 0.781 1.844 2.063 2.297 0.812 0.297 1.094 0.5 1.094 0.828 0 0.313-0.266 0.484-0.75 0.484-0.594 0-1.578-0.297-2.219-0.672l-0.281 1.766c0.547 0.313 1.563 0.641 2.625 0.641 0.844 0 1.531-0.203 2.016-0.578 0.531-0.422 0.797-1.031 0.797-1.828zM12.047 12.297l0.297-1.734h-1.5v-2.109l-2.016 0.328-0.281 1.781-0.719 0.125-0.266 1.609h0.969v3.422c0 0.891 0.234 1.5 0.688 1.875 0.391 0.313 0.953 0.469 1.734 0.469 0.609 0 0.969-0.109 1.234-0.172v-1.844c-0.141 0.031-0.469 0.109-0.688 0.109-0.453 0-0.656-0.25-0.656-0.781v-3.078h1.203zM16.984 12.688v-2.172c-0.156-0.031-0.297-0.047-0.438-0.047-0.656 0-1.188 0.344-1.391 0.969l-0.156-0.875h-2.047v7.359h2.344v-4.781c0.297-0.359 0.719-0.484 1.281-0.484 0.125 0 0.25 0 0.406 0.031zM17.563 17.922h2.344v-7.359h-2.344v7.359zM27.281 14.031c0-1.25-0.234-2.203-0.703-2.797-0.422-0.547-1-0.812-1.734-0.812-0.672 0-1.266 0.281-1.828 0.875l-0.125-0.734h-2.063v10.078l2.344-0.391v-2.359c0.359 0.109 0.734 0.172 1.062 0.172 0.578 0 1.437-0.156 2.094-0.875 0.641-0.688 0.953-1.75 0.953-3.156zM19.969 8.594c0-0.688-0.547-1.234-1.234-1.234s-1.234 0.547-1.234 1.234 0.547 1.25 1.234 1.25 1.234-0.562 1.234-1.25zM34 14.172c0-1.172-0.25-2.094-0.75-2.75-0.516-0.656-1.281-1-2.25-1-2 0-3.234 1.469-3.234 3.844 0 1.313 0.328 2.312 0.984 2.938 0.578 0.578 1.422 0.859 2.516 0.859 1 0 1.922-0.234 2.5-0.625l-0.25-1.609c-0.578 0.313-1.25 0.484-2 0.484-0.453 0-0.766-0.094-0.984-0.297-0.25-0.203-0.391-0.547-0.438-1.031h3.875c0.016-0.109 0.031-0.641 0.031-0.812zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash\" viewBox=\"0 0 32 28\">\n<title>bell-slash</title>\n<path d=\"M24.344 13.312c0.797 4.656 2.844 7.156 4.656 8.687 0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984zM16 26.75c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25c-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75zM31.656 1.75c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash-o\" viewBox=\"0 0 32 28\">\n<title>bell-slash-o</title>\n<path d=\"M16.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM7.859 19.078l13.703-11.875c-0.781-1.641-2.594-3.203-5.563-3.203-4.094 0-6 2.984-6 5 0 4-0.703 7.344-2.141 10.078zM29 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984l2.328-2.016h11.828c-1.734-1.953-2.906-4.328-3.547-7.172l1.734-1.516c0.797 4.656 2.844 7.156 4.656 8.687zM30.344 0.25l1.313 1.5c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash\" viewBox=\"0 0 22 28\">\n<title>trash</title>\n<path d=\"M8 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM12 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copyright\" viewBox=\"0 0 24 28\">\n<title>copyright</title>\n<path d=\"M17.969 16.781v1.703c0 2.203-3.516 3.016-5.719 3.016-4.281 0-7.5-3.266-7.5-7.578 0-4.234 3.187-7.422 7.422-7.422 1.547 0 5.594 0.547 5.594 3.031v1.703c0 0.141-0.109 0.25-0.25 0.25h-1.844c-0.141 0-0.25-0.109-0.25-0.25v-1.094c0-0.984-1.891-1.437-3.172-1.437-2.922 0-4.953 2.109-4.953 5.141 0 3.141 2.125 5.437 5.078 5.437 1.125 0 3.25-0.422 3.25-1.406v-1.094c0-0.141 0.109-0.25 0.234-0.25h1.859c0.125 0 0.25 0.109 0.25 0.25zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-at\" viewBox=\"0 0 24 28\">\n<title>at</title>\n<path d=\"M15.188 12.109c0-2.25-1.172-3.594-3.141-3.594-2.594 0-5.375 2.578-5.375 6.75 0 2.328 1.156 3.656 3.187 3.656 3.141 0 5.328-3.594 5.328-6.813zM24 14c0 4.859-3.469 6.687-6.438 6.781-0.203 0-0.281 0.016-0.5 0.016-0.969 0-1.734-0.281-2.219-0.828-0.297-0.344-0.469-0.781-0.516-1.297-0.969 1.219-2.656 2.406-4.766 2.406-3.359 0-5.281-2.078-5.281-5.703 0-4.984 3.453-9.031 7.672-9.031 1.828 0 3.297 0.781 4.078 2.109l0.031-0.297 0.172-0.875c0.016-0.125 0.125-0.281 0.234-0.281h1.844c0.078 0 0.156 0.109 0.203 0.172 0.047 0.047 0.063 0.172 0.047 0.25l-1.875 9.594c-0.063 0.297-0.078 0.531-0.078 0.75 0 0.844 0.25 1.016 0.891 1.016 1.062-0.031 4.5-0.469 4.5-4.781 0-6.078-3.922-10-10-10-5.516 0-10 4.484-10 10s4.484 10 10 10c2.297 0 4.547-0.797 6.328-2.25 0.219-0.187 0.531-0.156 0.703 0.063l0.641 0.766c0.078 0.109 0.125 0.234 0.109 0.375-0.016 0.125-0.078 0.25-0.187 0.344-2.125 1.734-4.828 2.703-7.594 2.703-6.609 0-12-5.391-12-12s5.391-12 12-12c7.172 0 12 4.828 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eyedropper\" viewBox=\"0 0 29 28\">\n<title>eyedropper</title>\n<path d=\"M26.531 1.469c1.953 1.953 1.969 5.125 0 7.063l-3.516 3.484 1.625 1.625c0.203 0.203 0.203 0.516 0 0.719l-3.281 3.281c-0.203 0.203-0.516 0.203-0.719 0l-1.641-1.641-9.422 9.422c-0.375 0.375-0.875 0.578-1.406 0.578h-3.172l-4 2-1-1 2-4v-3.172c0-0.531 0.203-1.031 0.578-1.406l9.422-9.422-1.641-1.641c-0.203-0.203-0.203-0.516 0-0.719l3.281-3.281c0.203-0.203 0.516-0.203 0.719 0l1.625 1.625 3.484-3.516c1.937-1.969 5.109-1.953 7.063 0zM8 23l9-9-3-3-9 9v3h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paint-brush\" viewBox=\"0 0 28 28\">\n<title>paint-brush</title>\n<path d=\"M25.234 0c1.422 0 2.734 1.062 2.734 2.547 0 0.828-0.328 1.625-0.703 2.359-1.219 2.312-5.313 9.953-7.266 11.75-0.953 0.891-2.078 1.422-3.406 1.422-2.641 0-4.797-2.25-4.797-4.875 0-1.25 0.516-2.469 1.437-3.313l9.969-9.047c0.547-0.5 1.266-0.844 2.031-0.844zM11.031 16.156c0.812 1.578 2.297 2.766 4.016 3.219l0.016 1.109c0.094 4.453-3 7.516-7.469 7.516-5.297 0-7.594-4.219-7.594-9.016 0.578 0.391 2.594 2 3.25 2 0.391 0 0.719-0.219 0.859-0.578 1.328-3.469 3.406-4.094 6.922-4.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-birthday-cake\" viewBox=\"0 0 28 28\">\n<title>birthday-cake</title>\n<path d=\"M28 22v6h-28v-6c1.531 0 2.344-0.688 2.984-1.234 0.531-0.469 0.891-0.766 1.687-0.766s1.141 0.297 1.687 0.766c0.641 0.547 1.437 1.234 2.984 1.234 1.531 0 2.328-0.688 2.984-1.234 0.531-0.469 0.875-0.766 1.672-0.766s1.156 0.297 1.687 0.766c0.641 0.547 1.453 1.234 2.984 1.234s2.344-0.688 2.984-1.234c0.531-0.469 0.891-0.766 1.687-0.766 0.781 0 1.141 0.297 1.672 0.766 0.641 0.547 1.453 1.234 2.984 1.234zM28 17v3c-0.797 0-1.141-0.297-1.687-0.766-0.641-0.547-1.437-1.234-2.969-1.234-1.547 0-2.344 0.688-2.984 1.234-0.547 0.469-0.891 0.766-1.687 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.437-1.234-2.984-1.234-1.531 0-2.328 0.688-2.984 1.234-0.531 0.469-0.875 0.766-1.672 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.453-1.234-2.984-1.234-1.547 0-2.344 0.688-2.984 1.234-0.531 0.469-0.891 0.766-1.687 0.766v-3c0-1.656 1.344-3 3-3h1v-7h4v7h4v-7h4v7h4v-7h4v7h1c1.656 0 3 1.344 3 3zM8 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM16 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM24 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-area-chart\" viewBox=\"0 0 32 28\">\n<title>area-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM26 8l4 14h-26v-9l7-9 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pie-chart\" viewBox=\"0 0 27 28\">\n<title>pie-chart</title>\n<path d=\"M12 13.906l8.531 8.531c-2.172 2.203-5.203 3.563-8.531 3.563-6.625 0-12-5.375-12-12s5.375-12 12-12v11.906zM14.922 14h12.078c0 3.328-1.359 6.359-3.563 8.531zM26 12h-12v-12c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-line-chart\" viewBox=\"0 0 32 28\">\n<title>line-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM30 4.5v6.797c0 0.438-0.531 0.672-0.859 0.344l-1.891-1.891-9.891 9.891c-0.203 0.203-0.516 0.203-0.719 0l-3.641-3.641-6.5 6.5-3-3 9.141-9.141c0.203-0.203 0.516-0.203 0.719 0l3.641 3.641 7.25-7.25-1.891-1.891c-0.328-0.328-0.094-0.859 0.344-0.859h6.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm\" viewBox=\"0 0 28 28\">\n<title>lastfm</title>\n<path d=\"M20.188 11c0 0.094 0.125 0.531 0.156 0.641 0.422 1.281 1.406 1.547 2.578 1.875 2.609 0.734 5.078 2.125 5.078 5.187 0 3.109-2.594 5.297-5.625 5.297-5.031 0-6.594-6.156-8.047-9.906-1.203-3.094-2.469-4.906-5.953-4.906-3.094 0-5.812 2.969-5.812 6.016 0 3.234 2.422 6.234 5.781 6.234 1.484 0 3.031-0.313 4.031-1.484v0c0.484-0.547 0.953-1.141 1.297-1.813l1.313 2.375c-0.172 0.391-0.422 0.766-0.688 1.094l0.016 0.016c-1.578 1.828-3.734 2.375-6.062 2.375-4.719 0-8.25-4.172-8.25-8.766 0-4.453 3.875-8.594 8.375-8.594 7.469 0 7.844 6.469 10.375 11.672 0.688 1.437 1.859 3.125 3.641 3.125 1.625 0 3.063-1.047 3.063-2.766 0-3.719-6.828-1.188-7.797-7.297-0.031-0.172-0.047-0.344-0.047-0.516 0-2.312 2.172-4.297 4.469-4.219 1.375 0.047 2.203 0.094 3.297 1.062h-0.016c0.422 0.391 0.734 0.922 1.062 1.375l-2.016 1.547c-0.234-0.438-0.453-0.797-0.844-1.094v-0.016c-0.375-0.344-1.047-0.328-1.516-0.328-1.016 0-1.859 0.766-1.859 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm-square\" viewBox=\"0 0 24 28\">\n<title>lastfm-square</title>\n<path d=\"M22.375 16.438c0-2.203-1.781-3.203-3.656-3.734-0.859-0.234-1.563-0.438-1.875-1.375-0.016-0.078-0.094-0.375-0.094-0.438 0-0.75 0.594-1.297 1.328-1.297 0.344 0 0.828-0.016 1.109 0.234h-0.016c0.297 0.219 0.438 0.469 0.609 0.797l1.453-1.109c-0.234-0.328-0.469-0.719-0.766-1v0c-0.734-0.656-1.422-0.766-2.391-0.766-1.641 0-3.187 1.344-3.187 3.047 0 0.125 0.016 0.234 0.031 0.359 0.344 2.125 1.422 2.781 3.328 3.328 0.938 0.266 2.266 0.688 2.281 1.844v0.078c0.016 1.25-1.031 2-2.203 2-1.281 0-2.109-1.219-2.609-2.25-1.813-3.734-2.094-8.406-7.469-8.406-3.234 0-6.141 2.984-6.031 6.188v0.016c0.109 3.344 2.406 6.297 5.938 6.297 1.672 0 3.234-0.391 4.359-1.719v0c0.187-0.25 0.359-0.516 0.484-0.797l-0.938-1.703c-0.875 1.656-1.953 2.375-3.828 2.375-2.469 0-4.172-2.188-4.172-4.547 0-2.172 2-4.266 4.188-4.266 2.5 0 3.406 1.297 4.281 3.531 1.047 2.688 2.172 7.125 5.797 7.125 2.172 0 4.047-1.578 4.047-3.813zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-off\" viewBox=\"0 0 32 28\">\n<title>toggle-off</title>\n<path d=\"M18 14c0-4.406-3.594-8-8-8s-8 3.594-8 8 3.594 8 8 8 8-3.594 8-8zM30 14c0-4.406-3.594-8-8-8h-6.031c2.438 1.828 4.031 4.734 4.031 8s-1.594 6.172-4.031 8h6.031c4.406 0 8-3.594 8-8zM32 14c0 5.516-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10s4.484-10 10-10h12c5.516 0 10 4.484 10 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-on\" viewBox=\"0 0 32 28\">\n<title>toggle-on</title>\n<path d=\"M0 14c0-5.516 4.484-10 10-10h12c5.516 0 10 4.484 10 10s-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10zM22 22c4.406 0 8-3.594 8-8s-3.594-8-8-8-8 3.594-8 8 3.594 8 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bicycle\" viewBox=\"0 0 36 28\">\n<title>bicycle</title>\n<path d=\"M11.906 18h-4.906c-0.828 0-1.297-0.938-0.797-1.594l2.938-3.922c-0.656-0.313-1.375-0.484-2.141-0.484-2.75 0-5 2.25-5 5s2.25 5 5 5c2.422 0 4.438-1.719 4.906-4zM9 16h2.906c-0.187-0.875-0.594-1.672-1.172-2.312zM16.5 16l4.5-6h-7.5l-1.547 2.063c1.047 1.031 1.75 2.406 1.969 3.938h2.578zM34 17c0-2.75-2.25-5-5-5-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5s5-2.25 5-5zM36 17c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-2.063 0.906-3.922 2.328-5.203l-1.016-1.531-5.516 7.328c-0.187 0.266-0.484 0.406-0.797 0.406h-3.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c1.219 0 2.359 0.313 3.359 0.859l2.141-2.859h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h6v2h6.797l-1.328-2h-3.469c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c0.328 0 0.641 0.172 0.828 0.438l4.172 6.25c0.906-0.438 1.922-0.688 3-0.688 3.859 0 7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bus\" viewBox=\"0 0 24 28\">\n<title>bus</title>\n<path d=\"M6 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM21.281 12.812l-1.125-6c-0.094-0.469-0.5-0.812-0.984-0.812h-14.344c-0.484 0-0.891 0.344-0.984 0.812l-1.125 6c-0.109 0.625 0.359 1.188 0.984 1.188h16.594c0.625 0 1.094-0.562 0.984-1.188zM17.75 3.25c0-0.422-0.328-0.75-0.75-0.75h-10c-0.406 0-0.75 0.328-0.75 0.75s0.344 0.75 0.75 0.75h10c0.422 0 0.75-0.328 0.75-0.75zM24 14.578v9.422h-2v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-12v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-2v-9.422c0-1.281 0.109-2.234 0.391-3.484l1.609-7.094c0.297-2.5 4.672-4 10-4s9.703 1.5 10 4l1.641 7.094c0.281 1.25 0.359 2.203 0.359 3.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ioxhost\" viewBox=\"0 0 32 28\">\n<title>ioxhost</title>\n<path d=\"M22.859 13c0 0.734-0.594 1.344-1.344 1.344h-10.969c-0.75 0-1.344-0.609-1.344-1.344s0.594-1.344 1.344-1.344h10.969c0.75 0 1.344 0.609 1.344 1.344zM26.203 13c0-0.922-0.125-1.797-0.359-2.656h-15.344c-0.75 0-1.344-0.594-1.344-1.328 0-0.75 0.594-1.344 1.344-1.344h14.187c-1.797-2.922-5.016-4.859-8.672-4.859-5.625 0-10.203 4.562-10.203 10.187 0 0.922 0.125 1.797 0.359 2.656h15.344c0.75 0 1.344 0.594 1.344 1.328 0 0.75-0.594 1.344-1.344 1.344h-14.187c1.797 2.922 5.016 4.859 8.687 4.859 5.609 0 10.187-4.562 10.187-10.187zM32 9.016c0 0.734-0.594 1.328-1.344 1.328h-2.047c0.172 0.859 0.266 1.75 0.266 2.656 0 7.094-5.766 12.875-12.859 12.875-5.203 0-9.688-3.094-11.719-7.547h-2.953c-0.75 0-1.344-0.594-1.344-1.344 0-0.734 0.594-1.328 1.344-1.328h2.063c-0.172-0.859-0.266-1.75-0.266-2.656 0-7.094 5.766-12.875 12.875-12.875 5.187 0 9.672 3.094 11.703 7.547h2.938c0.75 0 1.344 0.594 1.344 1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angellist\" viewBox=\"0 0 20 28\">\n<title>angellist</title>\n<path d=\"M14.891 5.906l-1.781 5.125 1.828 0.328c0.469-1.281 2.578-7.047 2.578-8.094 0-0.391-0.125-0.875-0.594-0.875-0.875 0-1.813 2.844-2.031 3.516zM10.219 16.641c0.172 0.453 0.359 0.906 0.516 1.375 0.344-0.391 0.703-0.75 1.109-1.047-0.547-0.109-1.094-0.156-1.625-0.328zM5.656 2.641c0 1.594 1.891 6.563 2.484 8.141 0.219-0.125 0.5-0.156 0.766-0.156 0.375 0 0.797 0.047 1.172 0.078l-1.891-5.484c-0.203-0.594-1.109-3.437-1.922-3.437-0.422 0-0.609 0.5-0.609 0.859zM4.422 14.5c0 1.141 3.063 5.344 4.203 5.344 0.313 0 0.578-0.344 0.578-0.625 0-0.359-0.359-1.25-0.5-1.594-0.406-1.047-1.891-4.281-3.172-4.281-0.422 0-1.109 0.734-1.109 1.156zM1.953 19.734c0 0.562 0.187 1.109 0.391 1.625 1.234 3.047 4.016 4.828 7.266 4.828 2.375 0 4.375-0.906 5.969-2.656 1.687-1.875 2.375-4.188 2.375-6.672 0-0.875 0.016-2.266-0.672-2.891-1.312-1.156-5.766-1.594-7.531-1.594-0.219 0-0.594 0.016-0.766 0.172-0.187 0.078-0.187 0.375-0.187 0.547 0 2.391 5.047 2.172 6.563 2.172 0.297 0 0.438 0.078 0.625 0.297 0.203 0.25 0.266 0.547 0.297 0.859-0.406 0.406-0.969 0.641-1.5 0.844-0.516 0.187-1.016 0.391-1.453 0.719-1.203 0.875-2.391 2.375-2.391 3.922 0 0.969 0.578 1.797 0.578 2.75 0 0.016-0.109 0.359-0.109 0.406-1.781-0.125-2.219-1.891-2.281-3.375-0.187 0.047-0.438 0.031-0.641 0.031 0.031 0.109 0.031 0.219 0.031 0.328 0 1.141-1.016 1.969-2.109 1.969-1.687 0-3.922-1.984-3.922-3.703 0-0.469 0.203-0.734 0.516-1.047 0.313 0.391 0.641 0.781 0.938 1.188 0.453 0.609 1.234 1.625 2.078 1.625 0.219 0 0.641-0.187 0.641-0.453 0-0.703-2.562-4-3.187-4-0.984 0-1.516 1.297-1.516 2.109zM0.172 19.875c0-2.031 0.781-3.375 2.797-3.922-0.172-0.453-0.438-1.141-0.438-1.625 0-1.281 1.578-2.875 2.859-2.875 0.375 0 0.75 0.109 1.094 0.234-0.656-1.859-2.547-7.094-2.547-8.859 0-1.578 0.797-2.828 2.5-2.828 2.187 0 4.672 7.875 5.203 9.438 0.688-1.719 2.844-8.922 5.281-8.922 1.531 0 2.391 1.219 2.391 2.672 0 1.656-1.844 6.813-2.484 8.594 2.625 0.641 3 2.766 3 5.125 0 6.25-3.984 11.094-10.437 11.094-1.188 0-2.359-0.234-3.484-0.656-2.969-1.125-5.734-4.172-5.734-7.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc\" viewBox=\"0 0 32 28\">\n<title>cc</title>\n<path d=\"M12.266 15.75h3.234c-0.297 3.297-2.188 5.297-4.891 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.172c-0.109-1.328-0.766-2.094-1.828-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.313 3.484 2.016 3.484 1.078 0 1.578-0.938 1.703-2.172zM23.391 15.75h3.219c-0.297 3.297-2.172 5.297-4.875 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.187c-0.094-1.328-0.766-2.094-1.813-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.297 3.484 2 3.484 1.078 0 1.594-0.938 1.719-2.172zM29 13.891c0-4.188-0.219-6-1.188-7.313-0.203-0.266-0.531-0.438-0.797-0.625-0.984-0.719-5.563-0.984-10.891-0.984s-10.125 0.266-11.094 0.984c-0.281 0.203-0.625 0.359-0.828 0.625-0.969 1.297-1.172 3.125-1.172 7.313 0 4.203 0.219 6.016 1.172 7.313 0.219 0.297 0.547 0.422 0.828 0.641 0.969 0.719 5.766 1.016 11.094 1.016s9.906-0.281 10.891-1.016c0.266-0.203 0.609-0.328 0.797-0.641 0.984-1.281 1.188-3.109 1.188-7.313zM32 2v24h-32v-24h32z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ils\" viewBox=\"0 0 22 28\">\n<title>ils</title>\n<path d=\"M15.5 9.75v7.75c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-7.75c0-2.344-1.906-4.25-4.25-4.25h-4.25v18c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-21c0-0.281 0.219-0.5 0.5-0.5h7.25c4.281 0 7.75 3.469 7.75 7.75zM21.5 2.5v13.75c0 4.281-3.469 7.75-7.75 7.75h-7.25c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v12h4.25c2.344 0 4.25-1.906 4.25-4.25v-13.75c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meanpath\" viewBox=\"0 0 24 28\">\n<title>meanpath</title>\n<path d=\"M20.484 13.156v1.781c0 0.5-0.297 0.812-0.797 0.812h-3.156c-0.5 0-0.812-0.313-0.812-0.812v-1.781c0-0.5 0.313-0.812 0.812-0.812h3.156c0.5 0 0.797 0.313 0.797 0.812zM12.828 16.75v-3.906c0-1.109-0.734-1.844-1.844-1.844h-2.078c-0.703 0-1.219 0.297-1.5 0.812-0.281-0.516-0.797-0.812-1.5-0.812h-2.031c-1.094 0-1.844 0.734-1.844 1.844v3.906c0 0.234 0.109 0.344 0.328 0.344h0.859c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.297-0.812 0.812-0.812h1.469c0.5 0 0.812 0.313 0.812 0.812v3.594c0 0.234 0.094 0.344 0.328 0.344h0.844c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.313-0.812 0.812-0.812h1.516c0.5 0 0.797 0.313 0.797 0.812v3.594c0 0.234 0.109 0.344 0.344 0.344h0.859c0.219 0 0.328-0.109 0.328-0.344zM22.031 15.25v-2.406c0-1.109-0.75-1.844-1.859-1.844h-4.125c-1.109 0-1.859 0.734-1.859 1.844v6.406c0 0.234 0.125 0.328 0.344 0.328h0.859c0.234 0 0.328-0.094 0.328-0.328v-2.812c0.297 0.406 0.766 0.656 1.469 0.656h2.984c1.109 0 1.859-0.75 1.859-1.844zM24 5.625v16.75c0 2-1.625 3.625-3.625 3.625h-16.75c-2 0-3.625-1.625-3.625-3.625v-16.75c0-2 1.625-3.625 3.625-3.625h16.75c2 0 3.625 1.625 3.625 3.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-buysellads\" viewBox=\"0 0 24 28\">\n<title>buysellads</title>\n<path d=\"M14.297 16.969h-4.594l2.297-8.609zM15.641 22h4.859l-5.063-16h-6.875l-5.063 16h4.859l5.984-4.906zM24 6.5v15c0 2.469-2.031 4.5-4.5 4.5h-15c-2.469 0-4.5-2.031-4.5-4.5v-15c0-2.469 2.031-4.5 4.5-4.5h15c2.469 0 4.5 2.031 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-connectdevelop\" viewBox=\"0 0 32 28\">\n<title>connectdevelop</title>\n<path d=\"M32 13.984c0 0.438-0.313 0.797-0.719 0.875l-3.203 5.563c0.031 0.094 0.047 0.187 0.047 0.281 0 0.422-0.297 0.781-0.703 0.859l-3.016 5.266c0.031 0.078 0.047 0.156 0.047 0.25 0 0.484-0.391 0.891-0.891 0.891-0.25 0-0.484-0.109-0.641-0.281h-6.25c-0.156 0.187-0.406 0.313-0.672 0.313s-0.516-0.125-0.672-0.313h-6.234c-0.156 0.187-0.391 0.313-0.672 0.313-0.484 0-0.891-0.391-0.891-0.891 0-0.109 0.031-0.219 0.063-0.313l-3.016-5.234c-0.406-0.078-0.703-0.438-0.703-0.859 0-0.109 0.016-0.187 0.047-0.281l-3.219-5.563c-0.406-0.094-0.703-0.453-0.703-0.875 0-0.438 0.313-0.797 0.734-0.875l3.109-5.375c0-0.031-0.016-0.063-0.016-0.094 0-0.359 0.219-0.656 0.531-0.797l3.266-5.672c-0.031-0.078-0.063-0.187-0.063-0.281 0-0.5 0.406-0.891 0.891-0.891 0.281 0 0.516 0.125 0.688 0.328h6.188c0.156-0.203 0.391-0.328 0.672-0.328s0.516 0.125 0.672 0.328h6.219c0.172-0.203 0.406-0.328 0.688-0.328 0.484 0 0.891 0.391 0.891 0.891 0 0.094-0.031 0.187-0.063 0.281l3.234 5.594c0.469 0.016 0.859 0.406 0.859 0.875 0 0.156-0.047 0.297-0.109 0.422l2.922 5.063c0.391 0.078 0.688 0.438 0.688 0.859zM16.609 26.469h6.078l-5.344-5.531h-2.234l-5.344 5.531h5.625c0.156-0.141 0.375-0.25 0.609-0.25s0.453 0.109 0.609 0.25zM1.75 13.781c0.016 0.063 0.016 0.125 0.016 0.203s0 0.156-0.031 0.234l3.25 5.625c0.078 0.016 0.156 0.063 0.234 0.094l2.938-3.109v-5.422l-2.922-3.031c-0.141 0.094-0.297 0.141-0.453 0.156zM15.406 1.531h-6.062l2.969 3.125 8.656-3.125h-4.375c-0.156 0.156-0.359 0.25-0.594 0.25s-0.438-0.094-0.594-0.25zM26.391 20.469c0.016-0.063 0.047-0.125 0.078-0.172l-1-1.062-0.266 1.234h1.188zM24.734 20.469l0.344-1.641-3.938-4.156-4.625 4.797 0.984 1h7.234zM23.359 26.219l0.25-0.438 1.016-4.844h-6.672l5.203 5.359c0.063-0.031 0.125-0.063 0.203-0.078zM9.031 26.469h0.078l5.344-5.531h-5.828v5.234l0.063 0.094c0.141 0.047 0.25 0.109 0.344 0.203zM8.625 20.469h6.281l1-1.031-4.828-5.016-2.453 2.594v3.453zM5.609 20.469h2.547v-2.953l-2.625 2.766c0.031 0.063 0.063 0.125 0.078 0.187zM5.594 7.578c0 0.016 0.016 0.047 0.016 0.063 0 0.172-0.047 0.328-0.125 0.453l2.672 2.766v-4.203zM8.625 6.484v4.859l2.391 2.453 4.641-4.906-3.484-3.687zM8.687 1.734l-0.063 0.125v4.125l3.203-1.156-2.984-3.141c-0.047 0.016-0.094 0.031-0.156 0.047zM22.609 1.531h-0.25l-9.703 3.5 3.328 3.516zM15.984 9.219l-4.641 4.922 4.859 4.984 4.625-4.797zM10.75 14.094l-2.125-2.203v4.438zM16.219 19.781l-0.656 0.688h1.328zM21.469 14.344l3.719 3.922 2.063-9.75-0.047-0.078-0.016-0.016zM26.844 8.094c-0.078-0.125-0.125-0.281-0.125-0.453v-0.031l-3.375-5.875c-0.078-0.016-0.141-0.047-0.203-0.078l-6.828 7.234 4.844 5.109zM8.156 6.156v-3.484l-2.547 4.406zM8.156 20.937h-2.547l2.547 4.422v-4.422zM25.109 20.937l-0.75 3.547 2.031-3.547h-1.281zM27.016 19.844l3.234-5.641c-0.016-0.078-0.031-0.141-0.031-0.219 0-0.094 0.031-0.172 0.047-0.25l-2.672-4.625-2.016 9.562 1.203 1.281c0.078-0.047 0.156-0.078 0.234-0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashcube\" viewBox=\"0 0 22 28\">\n<title>dashcube</title>\n<path d=\"M0 10.625c0-2.703 2.156-5.031 4.906-5.031h11.594l5.5-5.594v22.969c0 2.719-2.156 5.031-4.906 5.031h-12.187c-2.75 0-4.906-2.312-4.906-5.031v-12.344zM19.25 22.406l-2.75-2.812v-6.641c0-0.953-0.766-1.75-1.719-1.75h-7.562c-0.953 0-1.719 0.797-1.719 1.75v7.688c0 0.953 0.766 1.766 1.719 1.766h12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forumbee\" viewBox=\"0 0 24 28\">\n<title>forumbee</title>\n<path d=\"M14.594 2.344c-6.609 2.516-11.813 7.797-14.281 14.422-0.203-0.906-0.313-1.828-0.313-2.75 0-6.609 5.344-11.969 11.953-11.969 0.891 0 1.781 0.109 2.641 0.297zM18.797 4.203c0.969 0.672 1.828 1.484 2.562 2.422-8.094 2.359-14.422 8.719-16.734 16.828-0.922-0.719-1.75-1.563-2.422-2.531 2.328-8.031 8.578-14.344 16.594-16.719zM7.344 25.047c2.406-7.422 8.219-13.266 15.609-15.719 0.422 0.969 0.703 2 0.844 3.047-6.094 2.5-10.938 7.375-13.422 13.484-1.047-0.141-2.063-0.406-3.031-0.812zM24 25.953c-1.937-0.5-3.859-1.094-5.734-1.797-1.375 0.859-2.922 1.437-4.531 1.672 2.281-4.266 5.797-7.797 10.047-10.094-0.219 1.563-0.766 3.094-1.578 4.438 0.703 1.891 1.297 3.828 1.797 5.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leanpub\" viewBox=\"0 0 32 28\">\n<title>leanpub</title>\n<path d=\"M29.578 6.125l2.422 19.875c-1.453 0-2.703-0.297-4.016-0.891-1.953-0.891-3.984-1.422-6.141-1.422-2.219 0-4.266 0.734-5.844 2.312-1.578-1.578-3.625-2.312-5.844-2.312-2.156 0-4.188 0.531-6.141 1.422-1.266 0.562-2.547 0.891-3.938 0.891h-0.078l2.422-19.875c2.234-1.266 4.953-1.984 7.531-1.984 2.109 0 4.281 0.438 6.047 1.656 1.766-1.219 3.938-1.656 6.047-1.656 2.578 0 5.297 0.719 7.531 1.984zM21.844 21.547c2.969 0 5 0.797 7.688 1.906l-1.937-15.953c-1.75-0.797-3.828-1.219-5.75-1.219-2.188 0-4.234 0.688-5.844 2.203-1.609-1.516-3.656-2.203-5.844-2.203-1.922 0-4 0.422-5.75 1.219l-1.937 15.953c2.688-1.109 4.719-1.906 7.688-1.906 2.141 0 4.031 0.547 5.844 1.687 1.813-1.141 3.703-1.687 5.844-1.687zM22.469 21.016l-0.859-14.172c-2.25 0.047-4.031 0.812-5.609 2.422-1.641-1.672-3.5-2.422-5.844-2.422-1.75 0-3.625 0.359-5.25 1.031l-1.781 14.703c2.359-0.969 4.438-1.578 7.031-1.578 2.063 0 4.078 0.5 5.844 1.594 1.766-1.094 3.781-1.641 5.844-1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sellsy\" viewBox=\"0 0 32 28\">\n<title>sellsy</title>\n<path d=\"M23.438 21.422v-11.453c0-0.438-0.359-0.797-0.781-0.797h-1.453c-0.422 0-0.781 0.359-0.781 0.797v11.453c0 0.422 0.359 0.781 0.781 0.781h1.453c0.422 0 0.781-0.359 0.781-0.781zM19 21.422v-8.297c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v8.297c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM14.438 21.422v-6.703c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v6.703c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM9.875 21.422v-5.656c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v5.656c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM32 19.141c0 3.469-2.828 6.281-6.281 6.281h-19.437c-3.453 0-6.281-2.812-6.281-6.281 0-2.422 1.422-4.641 3.609-5.672-0.109-0.375-0.156-0.766-0.156-1.141 0-2.359 1.922-4.281 4.281-4.281 1.031 0 2.031 0.375 2.812 1.047 0.938-3.813 4.375-6.516 8.313-6.516 4.719 0 8.563 3.844 8.563 8.563 0 0.641-0.063 1.281-0.219 1.906 2.812 0.688 4.797 3.219 4.797 6.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shirtsinbulk\" viewBox=\"0 0 24 28\">\n<title>shirtsinbulk</title>\n<path d=\"M0 0h24v21.75l-12.125 5.281-11.875-5.281v-21.75zM22.437 20.734v-14.469h-20.875v14.469l10.328 4.594zM22.437 4.703v-3.141h-20.875v3.141h20.875zM2.828 9.359v1.797h-0.578v-1.797h0.578zM2.828 11.672v1.797h-0.578v-1.797h0.578zM2.828 13.984v1.797h-0.578v-1.797h0.578zM2.828 16.297v1.797h-0.578v-1.797h0.578zM2.828 18.609v1.797h-0.578v-1.797h0.578zM3.234 20.844l0.234-0.531 1.641 0.734-0.234 0.516zM5.359 21.781l0.234-0.531 1.641 0.719-0.234 0.531zM7.469 22.719l0.234-0.531 1.641 0.719-0.234 0.531zM9.594 23.641l0.234-0.516 1.625 0.719-0.234 0.531zM12.453 23.844l1.641-0.719 0.234 0.516-1.641 0.734zM14.562 22.906l1.641-0.719 0.234 0.531-1.641 0.719zM16.688 21.969l1.641-0.719 0.234 0.531-1.641 0.719zM18.797 21.047l1.641-0.734 0.234 0.531-1.641 0.719zM4.047 2.297v0.562h-1.781v-0.562h1.781zM6.578 2.297v0.562h-1.797v-0.562h1.797zM9.109 2.297v0.562h-1.797v-0.562h1.797zM11.625 2.297v0.562h-1.781v-0.562h1.781zM14.156 2.297v0.562h-1.781v-0.562h1.781zM16.688 2.297v0.562h-1.797v-0.562h1.797zM19.219 2.297v0.562h-1.797v-0.562h1.797zM21.734 2.297v0.562h-1.781v-0.562h1.781zM2.828 7.609v1.234h-0.578v-1.797h1.797v0.562h-1.219zM6.578 7.047v0.562h-1.797v-0.562h1.797zM9.109 7.047v0.562h-1.797v-0.562h1.797zM11.625 7.047v0.562h-1.781v-0.562h1.781zM14.156 7.047v0.562h-1.781v-0.562h1.781zM16.688 7.047v0.562h-1.797v-0.562h1.797zM19.219 7.047v0.562h-1.797v-0.562h1.797zM21.172 8.844v-1.234h-1.219v-0.562h1.797v1.797h-0.578zM21.172 11.156v-1.797h0.578v1.797h-0.578zM21.172 13.469v-1.797h0.578v1.797h-0.578zM21.172 15.781v-1.797h0.578v1.797h-0.578zM21.172 18.094v-1.797h0.578v1.797h-0.578zM21.172 20.406v-1.797h0.578v1.797h-0.578zM11.875 19.859c-2.688 0-4.891-2.188-4.891-4.891 0-2.688 2.203-4.891 4.891-4.891 2.703 0 4.891 2.203 4.891 4.891 0 2.703-2.188 4.891-4.891 4.891zM9.297 13.906c0 2.375 4.156 0.641 4.156 2.031 0 0.703-1.281 0.766-1.75 0.766-0.656 0-1.594-0.141-1.922-0.797h-0.047l-0.484 0.984c0.797 0.5 1.563 0.656 2.531 0.656 1.047 0 2.734-0.313 2.734-1.672 0-2.578-4.203-0.875-4.203-2.031 0-0.703 1.109-0.797 1.594-0.797 0.578 0 1.563 0.172 1.906 0.703h0.047l0.469-0.906c-0.812-0.328-1.469-0.641-2.375-0.641-1.078 0-2.656 0.344-2.656 1.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-simplybuilt\" viewBox=\"0 0 32 28\">\n<title>simplybuilt</title>\n<path d=\"M13.484 16.125c0-2.344-1.891-4.234-4.234-4.234-2.328 0-4.219 1.891-4.219 4.234 0 2.328 1.891 4.219 4.219 4.219 2.344 0 4.234-1.891 4.234-4.219zM26.969 16.109c0-2.328-1.891-4.219-4.219-4.219-2.344 0-4.234 1.891-4.234 4.219 0 2.344 1.891 4.234 4.234 4.234 2.328 0 4.219-1.891 4.219-4.234zM32 3.469v21.063c0 0.922-0.75 1.672-1.687 1.672h-28.625c-0.938 0-1.687-0.75-1.687-1.672v-21.063c0-0.922 0.75-1.672 1.687-1.672h6.734c0.922 0 1.687 0.75 1.687 1.672v2.516h11.781v-2.516c0-0.922 0.766-1.672 1.687-1.672h6.734c0.938 0 1.687 0.75 1.687 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skyatlas\" viewBox=\"0 0 32 28\">\n<title>skyatlas</title>\n<path d=\"M22.344 9.109c0 0-0.016-0.016 0 0v0zM26.406 12.297c3.031 0 5.594 2.266 5.594 5.359 0 3.297-2.625 5.719-5.875 5.719-8.297 0-9.828-12.484-17.984-12.484-3.156 0-5.453 2.016-5.453 5.25 0 3.344 2.5 5.359 5.734 5.359 2.125 0 4.547-0.891 6.266-2.125 0.281-0.203 0.844-0.812 1.141-0.812s0.547 0.25 0.547 0.547c0 0.391-0.656 0.953-0.938 1.203-2.047 1.781-5.016 3.063-7.734 3.063-4.172 0-7.703-2.953-7.703-7.25s3.375-7.453 7.641-7.453c9.266 0 11.125 12.297 18.094 12.297 2.094 0 3.672-1.359 3.672-3.5 0-1.984-1.531-3.484-3.5-3.484-0.875 0-1.75 0.578-2.344 0.578-0.422 0-0.797-0.359-0.797-0.781 0-0.578 0.266-1.188 0.266-1.813 0-3.328-2.547-5.734-5.844-5.734-2.656 0-4 1.844-4.438 1.844-0.313 0-0.562-0.25-0.562-0.562 0-0.281 0.203-0.516 0.391-0.719 1.266-1.437 3.234-2.188 5.141-2.188 3.969 0 6.953 2.922 6.953 6.891 0 0.344-0.016 0.688-0.063 1.031 0.594-0.156 1.203-0.234 1.797-0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-plus\" viewBox=\"0 0 26 28\">\n<title>cart-plus</title>\n<path d=\"M19 11c0-0.547-0.453-1-1-1h-2v-2c0-0.547-0.453-1-1-1s-1 0.453-1 1v2h-2c-0.547 0-1 0.453-1 1s0.453 1 1 1h2v2c0 0.547 0.453 1 1 1s1-0.453 1-1v-2h2c0.547 0 1-0.453 1-1zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-arrow-down\" viewBox=\"0 0 26 28\">\n<title>cart-arrow-down</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-0.266 0-0.516 0.109-0.703 0.297l-2.297 2.281v-4.578c0-0.547-0.453-1-1-1s-1 0.453-1 1v4.578l-2.297-2.281c-0.187-0.187-0.438-0.297-0.703-0.297-0.547 0-1 0.453-1 1 0 0.266 0.109 0.516 0.297 0.703l4 4c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l4-4c0.187-0.187 0.297-0.438 0.297-0.703zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-diamond\" viewBox=\"0 0 32 28\">\n<title>diamond</title>\n<path d=\"M3.313 12l9.734 10.391-4.688-10.391h-5.047zM16 24.063l5.453-12.063h-10.906zM8.406 10l3.187-6h-4.094l-4.5 6h5.406zM18.953 22.391l9.734-10.391h-5.047zM10.672 10h10.656l-3.187-6h-4.281zM23.594 10h5.406l-4.5-6h-4.094zM25.797 2.406l6 8c0.297 0.375 0.266 0.922-0.063 1.281l-15 16c-0.187 0.203-0.453 0.313-0.734 0.313s-0.547-0.109-0.734-0.313l-15-16c-0.328-0.359-0.359-0.906-0.063-1.281l6-8c0.187-0.266 0.484-0.406 0.797-0.406h18c0.313 0 0.609 0.141 0.797 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ship\" viewBox=\"0 0 32 28\">\n<title>ship</title>\n<path d=\"M28.297 24.297c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297zM3.703 23.703c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1-1v-4.578l-3.281-4.906c-0.359-0.547-0.109-1.297 0.516-1.516l2.766-0.906v-4.672h2v-2h4v-2h4v2h4v2h2v4.672l2.766 0.906c0.625 0.219 0.875 0.969 0.516 1.516l-3.281 4.906v4.578l0.297-0.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297zM10 6v2l6-2 6 2v-2h-2v-2h-8v2h-2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-secret\" viewBox=\"0 0 22 28\">\n<title>user-secret</title>\n<path d=\"M9 24l1.5-7-1.5-2-2-1zM13 24l2-10-2 1-1.5 2zM15.5 8.219c-0.016-0.031-0.031-0.063-0.063-0.094-0.141-0.109-1.266-0.125-1.5-0.125-0.891 0-1.734 0.125-2.609 0.297-0.109 0.031-0.219 0.031-0.328 0.031s-0.219 0-0.328-0.031c-0.875-0.172-1.719-0.297-2.609-0.297-0.234 0-1.359 0.016-1.5 0.125-0.031 0.031-0.047 0.063-0.063 0.094 0.016 0.141 0.031 0.281 0.063 0.422 0.094 0.125 0.172 0.078 0.234 0.266 0.406 1.109 0.594 1.969 2 1.969 2.016 0 1.453-1.859 2.109-1.859h0.187c0.656 0 0.094 1.859 2.109 1.859 1.406 0 1.594-0.859 2-1.969 0.063-0.187 0.141-0.141 0.234-0.266 0.031-0.141 0.047-0.281 0.063-0.422zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-2.828 0.5-7.109 3.406-8.516l-1.406-3.437h3.344c-0.219-0.641-0.344-1.313-0.344-2 0-0.172 0.016-0.344 0.031-0.5-0.609-0.125-3.031-0.625-3.031-1.5 0-0.922 2.656-1.422 3.281-1.547 0.328-1.172 1.109-2.953 1.906-3.875 0.313-0.359 0.703-0.578 1.188-0.578 0.938 0 1.687 0.969 2.625 0.969s1.687-0.969 2.625-0.969c0.484 0 0.875 0.219 1.188 0.578 0.797 0.922 1.578 2.703 1.906 3.875 0.625 0.125 3.281 0.625 3.281 1.547 0 0.875-2.422 1.375-3.031 1.5 0.078 0.844-0.031 1.687-0.313 2.5h3.344l-1.281 3.516c2.797 1.453 3.281 5.656 3.281 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-motorcycle\" viewBox=\"0 0 36 28\">\n<title>motorcycle</title>\n<path d=\"M35.953 16.188c0.5 4.391-3.078 8.078-7.438 7.797-3.344-0.219-6.125-2.891-6.469-6.234-0.25-2.375 0.688-4.516 2.281-5.953l-1.109-1.672c-1.969 1.641-3.219 4.094-3.219 6.844 0 0.562-0.438 1.031-1 1.031h-5.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c0.828 0 1.625 0.156 2.375 0.422l0.375-0.703c-1.203-1.078-2.781-1.719-4.75-1.719h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h2c3.5 0 5.281 1.437 6 2h9.797l-1.328-2h-3.469c-0.609 0-1.094-0.547-0.984-1.172 0.078-0.484 0.547-0.828 1.031-0.828h3.953c0.328 0 0.641 0.172 0.828 0.438l1.094 1.641 1.781-1.781c0.187-0.187 0.453-0.297 0.719-0.297h1.578c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-2.797l1.797 2.688c1.266-0.609 2.734-0.859 4.297-0.562 2.984 0.547 5.313 3.047 5.656 6.062zM7 22c2.422 0 4.438-1.719 4.906-4h-4.906c-0.344 0-0.672-0.187-0.859-0.484-0.172-0.297-0.187-0.672-0.016-0.984l2.297-4.328c-0.453-0.125-0.922-0.203-1.422-0.203-2.75 0-5 2.25-5 5s2.25 5 5 5zM29 22c2.75 0 5-2.25 5-5s-2.25-5-5-5c-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-street-view\" viewBox=\"0 0 22 28\">\n<title>street-view</title>\n<path d=\"M22 24c0 2.75-5.703 4-11 4s-11-1.25-11-4c0-2.125 3.172-3.125 5.828-3.578 0.547-0.094 1.062 0.266 1.156 0.812s-0.266 1.062-0.812 1.156c-3.219 0.562-4.125 1.437-4.172 1.625 0.156 0.531 3.156 1.984 9 1.984s8.844-1.453 9-2.016c-0.047-0.156-0.953-1.031-4.172-1.594-0.547-0.094-0.906-0.609-0.812-1.156s0.609-0.906 1.156-0.812c2.656 0.453 5.828 1.453 5.828 3.578zM16 10v6c0 0.547-0.453 1-1 1h-1v6c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-6h-1c-0.547 0-1-0.453-1-1v-6c0-1.109 0.891-2 2-2h6c1.109 0 2 0.891 2 2zM14.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heartbeat\" viewBox=\"0 0 28 28\">\n<title>heartbeat</title>\n<path d=\"M20 16h4.766c-0.187 0.203-0.313 0.313-0.344 0.344l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.031-0.016-0.156-0.125-0.328-0.313h5.766c0.453 0 0.859-0.313 0.969-0.75l1.094-4.391 2.969 10.422c0.125 0.422 0.516 0.719 0.969 0.719v0c0.438 0 0.828-0.297 0.953-0.719l2.281-7.578 0.875 1.75c0.172 0.328 0.516 0.547 0.891 0.547zM28 9.312c0 1.797-0.781 3.437-1.609 4.688h-5.766l-1.734-3.453c-0.172-0.359-0.578-0.578-0.969-0.547-0.422 0.047-0.766 0.313-0.875 0.719l-2.016 6.719-3.063-10.719c-0.125-0.422-0.516-0.719-0.984-0.719-0.453 0-0.844 0.313-0.953 0.75l-1.813 7.25h-6.609c-0.828-1.25-1.609-2.891-1.609-4.688 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus\" viewBox=\"0 0 18 28\">\n<title>venus</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.25 3.719-7.734 7.938-8.203 5.437-0.609 10.031 3.625 10.031 8.937zM2 9c0 3.859 3.141 7 7 7s7-3.141 7-7-3.141-7-7-7-7 3.141-7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars\" viewBox=\"0 0 24 28\">\n<title>mars</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-5.969 5.984c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l5.969-5.969h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mercury\" viewBox=\"0 0 18 28\">\n<title>mercury</title>\n<path d=\"M12.969 4.937c2.969 1.469 5.031 4.531 5.031 8.062 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-3.531 2.063-6.594 5.031-8.062-1.641-0.953-2.922-2.453-3.563-4.266-0.125-0.328 0.125-0.672 0.469-0.672h1.078c0.203 0 0.375 0.125 0.453 0.313 0.906 2.172 3.047 3.687 5.531 3.687s4.625-1.516 5.531-3.687c0.078-0.187 0.25-0.313 0.578-0.313h0.953c0.344 0 0.594 0.344 0.469 0.672-0.641 1.813-1.922 3.313-3.563 4.266zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-intersex\" viewBox=\"0 0 22 28\">\n<title>intersex</title>\n<path d=\"M16 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.719-0.516-8.359-4.719-7.969-9.656 0.328-4.25 3.703-7.734 7.922-8.219 2.531-0.297 4.875 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-transgender-alt\" viewBox=\"0 0 26 28\">\n<title>transgender-alt</title>\n<path d=\"M20 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-2.125 0.75-4.078 1.969-5.609l-0.812-0.828-1.578 1.734c-0.187 0.203-0.5 0.219-0.703 0.047l-0.75-0.688c-0.203-0.172-0.219-0.5-0.031-0.703l1.641-1.797-1.734-1.75v2.094c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.5c0-0.547 0.453-1 1-1h4.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.078l1.656 1.672 1.344-1.469c0.187-0.203 0.5-0.219 0.703-0.047l0.75 0.688c0.203 0.172 0.219 0.5 0.031 0.703l-1.406 1.547 0.891 0.875c1.531-1.219 3.484-1.969 5.609-1.969s4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM13 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-double\" viewBox=\"0 0 28 28\">\n<title>venus-double</title>\n<path d=\"M27.969 8.266c0.391 4.953-3.234 9.156-7.969 9.672v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-8v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.297 3.797-7.812 8.078-8.219 2.188-0.219 4.234 0.359 5.891 1.469 1.656-1.109 3.703-1.687 5.891-1.469 4.281 0.406 7.734 3.922 8.078 8.219zM14 13.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM9 16c1.234 0 2.391-0.328 3.406-0.891-1.5-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1.016-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7s3.141 7 7 7zM18 22v-4.062c-1.469-0.156-2.828-0.688-4-1.469-1.172 0.781-2.531 1.313-4 1.469v4.062h8zM19 16c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.391 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.906 4.5-2.406 6.109c1.016 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-double\" viewBox=\"0 0 30 28\">\n<title>mars-double</title>\n<path d=\"M24 6.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.797-3.75 6.781-7.562 7.313-4.469 0.625-8.422-2.047-9.781-5.938-4.937-0.25-8.828-4.5-8.5-9.578 0.281-4.281 3.672-7.844 7.938-8.328 2.516-0.297 4.859 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c0.625 0.781 1.109 1.672 1.453 2.641 1.937 0.094 3.703 0.812 5.125 1.937l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM16 13c0-0.313-0.031-0.609-0.063-0.906-3.359 0.516-5.938 3.406-5.938 6.906 0 0.313 0.031 0.609 0.063 0.906 3.359-0.516 5.938-3.406 5.938-6.906zM2 13c0 3.531 2.641 6.453 6.047 6.922-0.031-0.297-0.047-0.609-0.047-0.922 0-4.406 3.187-8.078 7.391-8.844-1.094-2.453-3.547-4.156-6.391-4.156-3.859 0-7 3.141-7 7zM17 26c3.859 0 7-3.141 7-7 0-3.531-2.641-6.453-6.047-6.922 0.031 0.297 0.047 0.609 0.047 0.922 0 4.406-3.187 8.078-7.391 8.844 1.094 2.453 3.547 4.156 6.391 4.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-mars\" viewBox=\"0 0 31 28\">\n<title>venus-mars</title>\n<path d=\"M26 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.75-3.703 6.734-7.469 7.297-2.375 0.359-4.609-0.219-6.391-1.406-1.172 0.781-2.531 1.297-4 1.453v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.906-0.547-8.641-5.047-7.906-10.219 0.531-3.891 3.625-7.016 7.5-7.609 2.391-0.359 4.625 0.219 6.406 1.406 1.437-0.953 3.156-1.516 5-1.516 2.125 0 4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM14 17.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM2 13c0 3.859 3.141 7 7 7 1.234 0 2.406-0.328 3.406-0.891-1.484-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7zM19 20c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.406 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.922 4.5-2.406 6.109c1 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke\" viewBox=\"0 0 24 28\">\n<title>mars-stroke</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-3.328 3.344 2.188 2.188c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.188-2.203-1.219 1.234c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l1.219-1.219-2.688-2.688c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.688 2.688 3.328-3.328h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-v\" viewBox=\"0 0 18 28\">\n<title>mars-stroke-v</title>\n<path d=\"M10 10.063c4.5 0.5 8 4.312 8 8.937 0 5.313-4.594 9.547-10.031 8.937-4.219-0.469-7.594-3.953-7.938-8.203-0.391-4.953 3.234-9.156 7.969-9.672v-2.063h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.5v-2.578l-1.437 1.437c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l3.156-3.141c0.391-0.391 1.016-0.391 1.406 0l3.156 3.141c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-1.437-1.437v2.578h2.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.5v2.063zM9 26c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-h\" viewBox=\"0 0 30 28\">\n<title>mars-stroke-h</title>\n<path d=\"M29.703 14.297c0.391 0.391 0.391 1.016 0 1.406l-4.594 4.594c-0.187 0.203-0.516 0.203-0.703 0l-0.703-0.703c-0.203-0.187-0.203-0.516 0-0.703l2.891-2.891h-4.594v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-2.063c-0.5 4.5-4.312 8-8.937 8-5.313 0-9.547-4.594-8.937-10.031 0.469-4.219 3.953-7.594 8.203-7.938 4.953-0.391 9.156 3.234 9.672 7.969h2.063v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5h4.594l-2.891-2.891c-0.203-0.187-0.203-0.516 0-0.703l0.703-0.703c0.187-0.203 0.516-0.203 0.703 0zM9 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-neuter\" viewBox=\"0 0 18 28\">\n<title>neuter</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v9.562c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9.562c-4.5-0.5-8-4.312-8-8.937 0-4.969 4.031-9 9-9s9 4.031 9 9zM9 16c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-genderless\" viewBox=\"0 0 18 28\">\n<title>genderless</title>\n<path d=\"M16 15c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM18 15c0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9 9 4.031 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-official\" viewBox=\"0 0 24 28\">\n<title>facebook-official</title>\n<path d=\"M22.672 2c0.734 0 1.328 0.594 1.328 1.328v21.344c0 0.734-0.594 1.328-1.328 1.328h-6.109v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-11.484c-0.734 0-1.328-0.594-1.328-1.328v-21.344c0-0.734 0.594-1.328 1.328-1.328h21.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-p\" viewBox=\"0 0 20 28\">\n<title>pinterest-p</title>\n<path d=\"M0 9.328c0-5.766 5.281-9.328 10.625-9.328 4.906 0 9.375 3.375 9.375 8.547 0 4.859-2.484 10.25-8.016 10.25-1.313 0-2.969-0.656-3.609-1.875-1.188 4.703-1.094 5.406-3.719 9l-0.219 0.078-0.141-0.156c-0.094-0.984-0.234-1.953-0.234-2.938 0-3.187 1.469-7.797 2.188-10.891-0.391-0.797-0.5-1.766-0.5-2.641 0-1.578 1.094-3.578 2.875-3.578 1.313 0 2.016 1 2.016 2.234 0 2.031-1.375 3.938-1.375 5.906 0 1.344 1.109 2.281 2.406 2.281 3.594 0 4.703-5.187 4.703-7.953 0-3.703-2.625-5.719-6.172-5.719-4.125 0-7.313 2.969-7.313 7.156 0 2.016 1.234 3.047 1.234 3.531 0 0.406-0.297 1.844-0.812 1.844-0.078 0-0.187-0.031-0.266-0.047-2.234-0.672-3.047-3.656-3.047-5.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-whatsapp\" viewBox=\"0 0 24 28\">\n<title>whatsapp</title>\n<path d=\"M15.391 15.219c0.266 0 2.812 1.328 2.922 1.516 0.031 0.078 0.031 0.172 0.031 0.234 0 0.391-0.125 0.828-0.266 1.188-0.359 0.875-1.813 1.437-2.703 1.437-0.75 0-2.297-0.656-2.969-0.969-2.234-1.016-3.625-2.75-4.969-4.734-0.594-0.875-1.125-1.953-1.109-3.031v-0.125c0.031-1.031 0.406-1.766 1.156-2.469 0.234-0.219 0.484-0.344 0.812-0.344 0.187 0 0.375 0.047 0.578 0.047 0.422 0 0.5 0.125 0.656 0.531 0.109 0.266 0.906 2.391 0.906 2.547 0 0.594-1.078 1.266-1.078 1.625 0 0.078 0.031 0.156 0.078 0.234 0.344 0.734 1 1.578 1.594 2.141 0.719 0.688 1.484 1.141 2.359 1.578 0.109 0.063 0.219 0.109 0.344 0.109 0.469 0 1.25-1.516 1.656-1.516zM12.219 23.5c5.406 0 9.812-4.406 9.812-9.812s-4.406-9.812-9.812-9.812-9.812 4.406-9.812 9.812c0 2.063 0.656 4.078 1.875 5.75l-1.234 3.641 3.781-1.203c1.594 1.047 3.484 1.625 5.391 1.625zM12.219 1.906c6.5 0 11.781 5.281 11.781 11.781s-5.281 11.781-11.781 11.781c-1.984 0-3.953-0.5-5.703-1.469l-6.516 2.094 2.125-6.328c-1.109-1.828-1.687-3.938-1.687-6.078 0-6.5 5.281-11.781 11.781-11.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-server\" viewBox=\"0 0 28 28\">\n<title>server</title>\n<path d=\"M2 22h16v-2h-16v2zM2 14h16v-2h-16v2zM26.5 21c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM2 6h16v-2h-16v2zM26.5 13c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM28 18v6h-28v-6h28zM28 10v6h-28v-6h28zM28 2v6h-28v-6h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-plus\" viewBox=\"0 0 32 28\">\n<title>user-plus</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM26 16h5.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v5.5c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-5.5h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-5.5c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5v5.5zM14.5 19.5c0 1.094 0.906 2 2 2h4v3.719c-0.766 0.562-1.734 0.781-2.672 0.781h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.531 1.172 3.016 1.906 4.984 1.906s3.453-0.734 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 1.328 0 2.5 0.5 3.391 1.5h-3.484c-1.094 0-2 0.906-2 2v3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-times\" viewBox=\"0 0 32 28\">\n<title>user-times</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM27.828 19l3.891 3.891c0.094 0.094 0.141 0.219 0.141 0.359 0 0.125-0.047 0.25-0.141 0.344l-2.125 2.125c-0.094 0.094-0.219 0.141-0.344 0.141-0.141 0-0.266-0.047-0.359-0.141l-3.891-3.891-3.891 3.891c-0.094 0.094-0.219 0.141-0.359 0.141-0.125 0-0.25-0.047-0.344-0.141l-2.125-2.125c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l3.891-3.891-3.891-3.891c-0.094-0.094-0.141-0.219-0.141-0.359 0-0.125 0.047-0.25 0.141-0.344l2.125-2.125c0.094-0.094 0.219-0.141 0.344-0.141 0.141 0 0.266 0.047 0.359 0.141l3.891 3.891 3.891-3.891c0.094-0.094 0.219-0.141 0.359-0.141 0.125 0 0.25 0.047 0.344 0.141l2.125 2.125c0.094 0.094 0.141 0.219 0.141 0.344 0 0.141-0.047 0.266-0.141 0.359zM20.047 19l-2.828 2.828c-0.375 0.375-0.578 0.891-0.578 1.422 0 0.516 0.203 1.031 0.578 1.406l1.297 1.297c-0.219 0.031-0.453 0.047-0.688 0.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.5 1.188 3.031 1.906 4.984 1.906s3.484-0.719 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 0.297 0 0.594 0.031 0.891 0.094-0.516 0.5-0.844 0.906-0.844 1.656 0 0.531 0.203 1.047 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bed\" viewBox=\"0 0 32 28\">\n<title>bed</title>\n<path d=\"M4 16h27c0.547 0 1 0.453 1 1v7h-4v-4h-24v4h-4v-19c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v11zM13 11c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM32 15v-1c0-3.313-2.688-6-6-6h-11c-0.547 0-1 0.453-1 1v6h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viacoin\" viewBox=\"0 0 24 28\">\n<title>viacoin</title>\n<path d=\"M24 0l-3 7h3v3h-4.281l-0.859 2h5.141v3h-6.422l-5.578 13-5.578-13h-6.422v-3h5.141l-0.859-2h-4.281v-3h3l-3-7h4l5.047 12h5.906l5.047-12h4zM12 19l1.687-4h-3.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-train\" viewBox=\"0 0 24 28\">\n<title>train</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM12 21c1.656 0 3-1.344 3-3s-1.344-3-3-3-3 1.344-3 3 1.344 3 3 3zM21 12v-8h-18v8h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subway\" viewBox=\"0 0 24 28\">\n<title>subway</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM4.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM11 12v-8h-8.5v8h8.5zM19.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM22 12v-8h-9v8h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medium\" viewBox=\"0 0 28 28\">\n<title>medium</title>\n<path d=\"M9.328 6.578v18.328c0 0.484-0.234 0.938-0.766 0.938-0.187 0-0.359-0.047-0.516-0.125l-7.266-3.641c-0.438-0.219-0.781-0.781-0.781-1.25v-17.813c0-0.391 0.187-0.75 0.609-0.75 0.25 0 0.469 0.125 0.688 0.234l7.984 4c0.016 0.016 0.047 0.063 0.047 0.078zM10.328 8.156l8.344 13.531-8.344-4.156v-9.375zM28 8.437v16.469c0 0.516-0.297 0.875-0.812 0.875-0.266 0-0.516-0.078-0.734-0.203l-6.891-3.437zM27.953 6.563c0 0.063-8.078 13.172-8.703 14.172l-6.094-9.906 5.063-8.234c0.172-0.281 0.484-0.438 0.812-0.438 0.141 0 0.281 0.031 0.406 0.094l8.453 4.219c0.031 0.016 0.063 0.047 0.063 0.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-y-combinator\" viewBox=\"0 0 24 28\">\n<title>y-combinator</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 2v24h-24v-24h24z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-optin-monster\" viewBox=\"0 0 36 28\">\n<title>optin-monster</title>\n<path d=\"M7.469 26.172c-0.156 0.328-0.609 0.781-1 0.938-0.547 0.187-1.219-0.172-1.25-0.547-0.031-0.484 1.172-1.359 1.687-1.453 0.5-0.094 0.734 0.656 0.562 1.062zM28.422 26.172c0.141 0.328 0.594 0.781 1 0.938 0.531 0.187 1.219-0.172 1.234-0.547 0.047-0.484-1.172-1.359-1.687-1.453-0.484-0.094-0.719 0.656-0.547 1.062zM29.172 24.469c0.281 0.562 1.391 1.391 2.094 1.578 0.953 0.266 1.859-0.187 1.859-0.859 0-1.031-1.953-2.406-2.859-2.5-0.859-0.109-1.422 1.109-1.094 1.781zM6.687 24.469c-0.281 0.562-1.375 1.391-2.078 1.578-0.953 0.266-1.859-0.187-1.859-0.859 0-1.031 1.953-2.406 2.859-2.5 0.859-0.109 1.422 1.109 1.078 1.781zM18.094 6.906h0.016c-0.422 0-0.828 0.078-1.188 0.234 0.547 0.172 0.953 0.672 0.953 1.25 0 0.734-0.641 1.328-1.437 1.328-0.531 0-1-0.281-1.25-0.672-0.047 0.219-0.078 0.422-0.078 0.656 0 1.547 1.328 2.797 2.984 2.797s3-1.25 3-2.797-1.344-2.797-3-2.797zM22.844 3.5c-2.063-2.266-4.703-2.766-7.281-1.359 1.453-3.25 7.063-2.812 7.281 1.359zM34.563 22.859c0.078 0.109-0.016 0.391-0.172 0.656 0.063 0.203 0.109 0.406 0.109 0.625 0.047 1.828-2.562 3.703-4.25 3.766-1 0.047-2-0.484-2.469-1.359-6.563 0.234-13.125 0.281-19.672 0-0.484 0.875-1.484 1.391-2.484 1.359-1.672-0.063-4.281-1.937-4.25-3.766 0.016-0.219 0.047-0.422 0.109-0.625-0.156-0.266-0.25-0.547-0.172-0.656 0.063-0.094 0.266-0.094 0.484-0.016 0.187-0.297 0.406-0.547 0.641-0.797-0.063-0.266-0.063-0.5 0.031-0.594 0.109-0.094 0.359-0.063 0.609 0.063 0.266-0.187 0.578-0.375 0.922-0.531 0-0.281 0.078-0.5 0.203-0.578 0.187-0.094 0.516-0.031 0.797 0.25 0.328-0.047 0.656-0.047 0.953 0.031 0.203 0.047 0.406 0.156 0.594 0.297v-1.141c-0.094 0-0.172 0-0.281-0.031-1.016-0.187-2.125-0.891-2.375-2.063-0.094-0.391-0.094-0.812 0-1.266 0.187-0.781 0.859-1.234 1.453-1.484 0.047-0.344 0.469-0.812 0.859-0.922 0.438-0.109 0.719 0.266 0.812 0.594h0.203c0.281 0.031 0.734 0.094 0.938 0.359 0.031 0.031 0.063 0.078 0.078 0.109 0.313-0.031 0.641-0.078 0.953-0.109-0.141-0.109-0.297-0.203-0.469-0.266-0.297-0.516-0.797-0.641-1.422-0.672 0-0.047 0-0.094 0.016-0.156-1.141-0.031-2.547-0.328-3.172-1.031-0.719-0.797-0.844-2.156-0.703-3.187 0.125-1.016 0.547-2.188 1.406-2.797 0.484-0.328 1.25-0.047 1.313 0.562 0.031 0.266 0.078 1.172 0.328 1.313 0.281 0.141 0.734 0.203 1.188 0.187 0.469-0.453 0.969-0.844 1.531-1.156-0.859-0.078-1.672 0.094-2.531 0.219l0.734-0.719c0.719-0.688 1.672-1.281 2.547-1.734 1.359-0.688 2.891-1.203 4.406-1.344-1.078-0.453-2.312-0.688-3.453-0.953 4.422-0.938 10.094-1.281 14.125 2.172 1.047 0.891 1.875 2.094 2.469 3.469 0.641 0.078 1.453 0.094 1.891-0.141h0.016c0.25-0.141 0.297-1.031 0.328-1.313 0.063-0.594 0.828-0.891 1.313-0.547 0.859 0.609 1.281 1.781 1.422 2.781 0.125 1.031 0.016 2.391-0.719 3.187-0.625 0.703-1.984 1.016-3.109 1.047v0.156c-0.641 0.016-1.172 0.141-1.484 0.672-0.172 0.063-0.328 0.156-0.484 0.266 0.328 0.031 0.656 0.078 0.969 0.109 0.016-0.047 0.047-0.094 0.078-0.125 0.219-0.25 0.672-0.328 0.938-0.359h0.203c0.094-0.313 0.391-0.688 0.812-0.594s0.812 0.578 0.859 0.922c0.625 0.25 1.281 0.703 1.453 1.484 0.109 0.469 0.094 0.875 0.016 1.266-0.266 1.172-1.375 1.891-2.391 2.063-0.078 0.016-0.187 0.031-0.266 0.031 0 0.391 0 0.766-0.016 1.141 0.187-0.141 0.375-0.25 0.594-0.297 0.297-0.078 0.625-0.078 0.953-0.031 0.281-0.281 0.625-0.344 0.797-0.25 0.125 0.078 0.219 0.297 0.219 0.578 0.328 0.156 0.656 0.344 0.922 0.531 0.25-0.125 0.484-0.156 0.594-0.063 0.094 0.094 0.109 0.328 0.031 0.594 0.234 0.25 0.469 0.516 0.641 0.797 0.219-0.078 0.406-0.078 0.484 0.016zM30.266 7.984c0 0.359-0.078 0.672-0.141 0.844 1 0.391 1.516 1.281 1.75 2.063 0.063-0.609-0.156-2.281-0.797-2.953-0.422-0.422-0.812-0.297-0.812 0.047zM29.047 9.547v0c0.75 0.906 0.984 2.406 0.734 3.641 0.625-0.125 1.188-0.359 1.516-0.703 0.109-0.125 0.219-0.281 0.281-0.438-0.063-1.234-0.594-2.469-1.719-2.828-0.187 0.187-0.531 0.281-0.812 0.328v0zM28.469 9.609c-0.219 0-0.469 0-0.688-0.016 0.438 1.188 0.719 2.469 0.828 3.734 0.203 0 0.438-0.016 0.672-0.047 0.344-1.406-0.016-2.984-0.812-3.672zM4.031 10.891c0.234-0.781 0.75-1.672 1.75-2.063-0.063-0.172-0.141-0.484-0.141-0.844 0-0.344-0.406-0.469-0.812-0.047-0.656 0.672-0.859 2.344-0.797 2.953zM4.594 12.484c0.328 0.359 0.891 0.578 1.516 0.703-0.25-1.234-0.016-2.734 0.734-3.641v0 0 0c-0.281-0.047-0.625-0.141-0.812-0.328-1.125 0.359-1.641 1.594-1.719 2.828 0.078 0.156 0.172 0.313 0.281 0.438zM7.359 13.328c0.141-1.281 0.531-2.531 1.141-3.672-0.297 0.063-0.578 0.172-0.859 0.281l-0.703 0.297v-0.016c-0.422 0.812-0.578 1.984-0.313 3.063 0.266 0.031 0.5 0.047 0.734 0.047zM22.406 13.937v0c0.203 1.031 0.281 2.063 0.438 3.094 0.063 0.359 0.172 0.438 0.516 0.266 0.922-0.469 1.313-2.266 1.328-3.297-0.75-0.047-1.516-0.047-2.281-0.063zM18 3.922c-2.422 0-4.406 1.969-4.406 4.391 0 2.438 1.984 4.406 4.406 4.406s4.406-1.969 4.406-4.406c0-2.422-1.984-4.391-4.406-4.391zM21.562 13.906c-1.094-0.016-2.203-0.016-3.297 0v-0.016c-0.016 0.297 0.016 2.203 0.25 2.375 0.641 0.313 2.281 0.266 2.953 0.063 0.313-0.094 0.141-2.141 0.094-2.422zM17.375 17.016c0.266-0.141 0.141-2.625 0.078-3.109v-0.016c-1.125 0.016-2.234 0.016-3.344 0.047-0.109 0.531-0.266 2.828 0.109 2.984 0.75 0.328 2.406 0.297 3.156 0.094zM11.219 14.063c-0.313 1.141 0.016 2.609 1.281 3.172 0.313 0.141 0.5 0.141 0.562-0.25 0.109-0.5 0.141-2.125 0.281-3.016v0c-0.703 0.016-1.422 0.047-2.125 0.094zM9.234 16.031c0.031 0.281-0.219 0.453-0.531 0.562 2.531 2.719 5.359 4.953 9.016 6.156 3.906-1.109 6.687-3.469 9.438-6.188-0.281-0.109-0.5-0.297-0.469-0.531 0.016-0.063 0.031-0.094 0.047-0.141v0 0c-0.516-0.047-1.031-0.109-1.531-0.156-0.547 1.906-2.078 3.063-2.703 1.828-0.156-0.297-0.203-0.672-0.266-0.969-0.219 0.484-0.766 0.469-1.422 0.516-0.766 0.063-1.828 0.078-2.547-0.172-0.172 0.75-0.641 0.75-1.547 0.828-0.812 0.078-2.812 0.234-3.172-0.625-0.063 1.656-2.031 0.578-2.609-0.406-0.187-0.328-0.313-0.656-0.406-1.016-0.453 0.047-0.906 0.094-1.359 0.156 0.031 0.047 0.047 0.109 0.063 0.156zM7.922 25.844c0.031-0.141 0.047-0.297 0.047-0.469-0.328-1.344-1.078-2.875-1.937-3.125-1.297-0.391-3.984 1.359-3.828 3.156 0.734 1.125 2.312 2.063 3.422 2.109 1.031 0.047 2.078-0.641 2.297-1.672zM7.969 23.172c0.187 0.516 0.375 1.203 0.422 1.859 1.937-1.125 4-2.063 6.125-2.719-2.234-1.188-3.938-2.766-5.625-4.453-0.125 0.078-0.297 0.141-0.453 0.203-0.016 0.047-0.016 0.094-0.031 0.141 0.266 0.156 0.453 0.344 0.344 0.578-0.125 0.234-0.5 0.438-0.875 0.531-0.125 0.156-0.297 0.281-0.453 0.375h-0.016c-0.016 0.781-0.016 1.563 0.016 2.344 0.219 0.391 0.406 0.797 0.547 1.141zM9.047 25.766c5.969 0.234 11.937 0.203 17.891 0-2.125-1.234-4.281-2.391-6.687-3.063-0.797 0.359-1.609 0.656-2.438 0.891-0.125 0.047-0.125 0.047-0.25 0-0.688-0.219-1.344-0.469-2.016-0.766-2.328 0.672-4.469 1.687-6.5 2.938h-0.016v0.016c0.016 0 0.016 0 0.016-0.016zM27.547 25.047c0.047-0.656 0.25-1.359 0.438-1.875 0.125-0.344 0.297-0.734 0.516-1.109l-0.016 0.016c0.031-0.797 0.047-1.594 0.047-2.391-0.172-0.094-0.328-0.234-0.469-0.391-0.375-0.078-0.75-0.297-0.875-0.516-0.109-0.234 0.078-0.438 0.344-0.594-0.016-0.031-0.031-0.094-0.031-0.141-0.172-0.047-0.313-0.109-0.438-0.187-1.828 1.703-3.781 3.281-5.984 4.438 2.25 0.672 4.391 1.625 6.469 2.75zM33.672 25.406c0.172-1.797-2.516-3.547-3.828-3.156-0.844 0.25-1.609 1.781-1.937 3.125 0 0.172 0.016 0.328 0.047 0.469 0.219 1.031 1.266 1.719 2.297 1.672 1.109-0.047 2.688-0.984 3.422-2.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opencart\" viewBox=\"0 0 43 28\">\n<title>opencart</title>\n<path d=\"M23.812 24.391c0 1.422-1.141 2.562-2.562 2.562s-2.578-1.141-2.578-2.562 1.156-2.578 2.578-2.578 2.562 1.156 2.562 2.578zM12.109 24.391c0 1.422-1.156 2.562-2.578 2.562s-2.562-1.141-2.562-2.562 1.141-2.578 2.562-2.578 2.578 1.156 2.578 2.578zM0 1.047c4.609 4.859 8.937 5.578 25.937 5.578s9.531 3.781-0.969 13.156c3.328-5.781 14.766-10.906-3.984-10.625-17.984 0.266-19.047-5.203-20.984-8.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expeditedssl\" viewBox=\"0 0 28 28\">\n<title>expeditedssl</title>\n<path d=\"M14 1c-7.172 0-13 5.828-13 13s5.828 13 13 13 13-5.828 13-13-5.828-13-13-13zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM7.75 13c0.141 0 0.25 0.109 0.25 0.25v7.5c0 0.141-0.109 0.25-0.25 0.25h-0.5c-0.141 0-0.25-0.109-0.25-0.25v-7.5c0-0.141 0.109-0.25 0.25-0.25h0.5zM14 14c1.109 0 2 0.891 2 2 0 0.734-0.406 1.375-1 1.719v1.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2zM14 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM8.5 9.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-1.937 1.563-3.5 3.5-3.5s3.5 1.563 3.5 3.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5zM22 21v-8c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery\" viewBox=\"0 0 36 28\">\n<title>battery</title>\n<path d=\"M30 8v12h-26v-12h26zM32 17h2v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5zM36 11v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-3\" viewBox=\"0 0 36 28\">\n<title>battery-3</title>\n<path d=\"M4 20v-12h20v12h-20zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-2\" viewBox=\"0 0 36 28\">\n<title>battery-2</title>\n<path d=\"M4 20v-12h14v12h-14zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-1\" viewBox=\"0 0 36 28\">\n<title>battery-1</title>\n<path d=\"M4 20v-12h8v12h-8zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-0\" viewBox=\"0 0 36 28\">\n<title>battery-0</title>\n<path d=\"M34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mouse-pointer\" viewBox=\"0 0 18 28\">\n<title>mouse-pointer</title>\n<path d=\"M17.703 16.297c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-5.969l3.141 7.438c0.219 0.516-0.031 1.094-0.531 1.313l-2.766 1.172c-0.516 0.219-1.094-0.031-1.313-0.531l-2.984-7.063-4.875 4.875c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-23.5c0-0.406 0.25-0.766 0.625-0.922 0.109-0.047 0.25-0.078 0.375-0.078 0.266 0 0.516 0.094 0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-i-cursor\" viewBox=\"0 0 14 28\">\n<title>i-cursor</title>\n<path d=\"M13 2c-3.313 0-5 1.172-5 3.5v6.5h2v2h-2v8.5c0 2.328 1.687 3.5 5 3.5h1v2h-1c-2.812 0-4.875-0.812-6-2.281-1.125 1.469-3.187 2.281-6 2.281h-1v-2h1c3.313 0 5-1.172 5-3.5v-8.5h-2v-2h2v-6.5c0-2.328-1.687-3.5-5-3.5h-1v-2h1c2.812 0 4.875 0.812 6 2.281 1.125-1.469 3.187-2.281 6-2.281h1v2h-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-group\" viewBox=\"0 0 32 28\">\n<title>object-group</title>\n<path d=\"M32 6h-2v16h2v6h-6v-2h-20v2h-6v-6h2v-16h-2v-6h6v2h20v-2h6v6zM28 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 26v-2h-2v2h2zM26 24v-2h2v-16h-2v-2h-20v2h-2v16h2v2h20zM30 26v-2h-2v2h2zM20 10h6v12h-14v-4h-6v-12h14v4zM8 16h10v-8h-10v8zM24 20v-8h-4v6h-6v2h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-ungroup\" viewBox=\"0 0 36 28\">\n<title>object-ungroup</title>\n<path d=\"M36 12h-2v10h2v6h-6v-2h-14v2h-6v-6h2v-2h-6v2h-6v-6h2v-10h-2v-6h6v2h14v-2h6v6h-2v2h6v-2h6v6zM32 8v2h2v-2h-2zM22 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 20v-2h-2v2h2zM24 18h-2v2h2v-2zM6 18h14v-2h2v-10h-2v-2h-14v2h-2v10h2v2zM14 26v-2h-2v2h2zM34 26v-2h-2v2h2zM32 22v-10h-2v-2h-6v6h2v6h-6v-2h-6v2h2v2h14v-2h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note\" viewBox=\"0 0 24 28\">\n<title>sticky-note</title>\n<path d=\"M16 19.5v6.5h-14.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5v14.5h-6.5c-0.828 0-1.5 0.672-1.5 1.5zM18 20h5.953c-0.141 0.75-0.547 1.594-1.016 2.063l-2.875 2.875c-0.469 0.469-1.313 0.875-2.063 1.016v-5.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note-o\" viewBox=\"0 0 24 28\">\n<title>sticky-note-o</title>\n<path d=\"M21.875 20h-3.875v3.875c0.266-0.094 0.531-0.234 0.641-0.344l2.891-2.891c0.109-0.109 0.25-0.375 0.344-0.641zM17.5 18h4.5v-14h-20v20h14v-4.5c0-0.828 0.672-1.5 1.5-1.5zM24 3.5v16c0 0.828-0.484 1.984-1.062 2.562l-2.875 2.875c-0.578 0.578-1.734 1.062-2.562 1.062h-16c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-jcb\" viewBox=\"0 0 36 28\">\n<title>cc-jcb</title>\n<path d=\"M30.484 15.594c0 0.562-0.375 0.969-0.844 1.062-0.063 0.016-0.203 0.031-0.281 0.031h-2.391v-2.188h2.391c0.078 0 0.219 0.016 0.281 0.031 0.469 0.094 0.844 0.516 0.844 1.062zM30.203 12.266c0 0.547-0.375 0.906-0.828 0.984-0.047 0.016-0.156 0.016-0.234 0.016h-2.172v-2.016h2.172c0.078 0 0.187 0.016 0.234 0.016 0.453 0.078 0.828 0.453 0.828 1zM11.375 14.828v-4.813h-3.563v4.813c0 1.172-0.797 2.047-2.234 2.047-1.219 0-2.422-0.359-3.578-0.922v1.75c1.875 0.516 4.25 0.516 4.25 0.516 3.969 0 5.125-1.516 5.125-3.391zM22.531 17.703v-1.766c-0.812 0.422-1.844 0.828-3.125 0.922-2.25 0.172-3.594-0.922-3.594-2.859s1.344-3.031 3.594-2.859c1.281 0.094 2.297 0.484 3.125 0.906v-1.75c-1.672-0.422-3.25-0.484-3.25-0.484-5.5-0.25-7.063 1.922-7.063 4.188s1.563 4.438 7.063 4.188c0 0 1.578-0.063 3.25-0.484zM34 15.906c0-1.156-1.031-1.906-2.375-2v-0.047c1.219-0.172 1.891-0.969 1.891-1.891 0-1.188-0.984-1.875-2.312-1.937-0.094 0-0.266-0.016-0.406-0.016h-7.109v7.969h7.672c1.516 0 2.641-0.812 2.641-2.078zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-diners-club\" viewBox=\"0 0 36 28\">\n<title>cc-diners-club</title>\n<path d=\"M13.406 19.391v-10.828c-2.172 0.844-3.719 2.953-3.719 5.422s1.547 4.578 3.719 5.406zM21.281 13.984c0-2.469-1.547-4.578-3.719-5.422v10.844c2.172-0.844 3.719-2.953 3.719-5.422zM24.641 13.984c0 5.047-4.094 9.156-9.156 9.156-5.047 0-9.156-4.109-9.156-9.156 0-5.063 4.109-9.156 9.156-9.156 5.063 0 9.156 4.094 9.156 9.156zM30.625 14.094c0-5.969-4.984-10.094-10.453-10.094h-4.703c-5.531 0-10.094 4.125-10.094 10.094 0 5.453 4.562 9.906 10.094 9.906h4.703c5.469 0 10.453-4.453 10.453-9.906zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clone\" viewBox=\"0 0 28 28\">\n<title>clone</title>\n<path d=\"M26 25.5v-17c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5zM28 8.5v17c0 1.375-1.125 2.5-2.5 2.5h-17c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5zM22 2.5v2.5h-2v-2.5c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h2.5v2h-2.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-balance-scale\" viewBox=\"0 0 34 28\">\n<title>balance-scale</title>\n<path d=\"M27 7l-6 11h12zM7 7l-6 11h12zM19.828 4c-0.297 0.844-0.984 1.531-1.828 1.828v20.172h9.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-21c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9.5v-20.172c-0.844-0.297-1.531-0.984-1.828-1.828h-7.672c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h7.672c0.422-1.172 1.516-2 2.828-2s2.406 0.828 2.828 2h7.672c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-7.672zM17 4.25c0.688 0 1.25-0.562 1.25-1.25s-0.562-1.25-1.25-1.25-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25zM34 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484v0zM14 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-o\" viewBox=\"0 0 24 28\">\n<title>hourglass-o</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-3.156 1.188-6.344 5.359-6.344 11.062h16c0-5.703-3.187-9.875-6.344-11.062-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-1\" viewBox=\"0 0 24 28\">\n<title>hourglass-1</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 0.688 0.047 1.359 0.141 2h15.719c0.094-0.641 0.141-1.313 0.141-2zM20 26c0-5.609-3.094-9.75-6.203-11h-3.594c-3.109 1.25-6.203 5.391-6.203 11h16z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-2\" viewBox=\"0 0 24 28\">\n<title>hourglass-2</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 2.281 0.516 4.297 1.328 6h13.344c0.812-1.703 1.328-3.719 1.328-6zM19.109 21c-1.156-3.016-3.234-5.156-5.313-6h-3.594c-2.078 0.844-4.156 2.984-5.313 6h14.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-3\" viewBox=\"0 0 24 28\">\n<title>hourglass-3</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-1.344 0.5-2.703 1.563-3.813 3.063h10.938c-1.109-1.5-2.469-2.562-3.813-3.063-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass\" viewBox=\"0 0 24 28\">\n<title>hourglass</title>\n<path d=\"M23.5 25c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23zM2.031 24c0.297-5.266 4.594-8.094 7.469-10-2.875-1.906-7.172-4.734-7.469-10h19.938c-0.297 5.266-4.594 8.094-7.469 10 2.875 1.906 7.172 4.734 7.469 10h-19.938zM23.5 0c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-grab-o\" viewBox=\"0 0 24 28\">\n<title>hand-grab-o</title>\n<path d=\"M12 6c-1.109 0-2 0.891-2 2v2h-0.5v-1.453c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v6.703l-0.5-0.469v-2.688c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v3.5c0 0.484 0.203 0.938 0.547 1.281l4.844 4.625c0.453 0.453 0.609 0.969 0.609 1.594 0 0.547 0.453 1 1 1h10c0.547 0 1-0.453 1-1v-0.391c0-0.406 0.047-0.812 0.156-1.203l1.687-6.813c0.109-0.391 0.156-0.797 0.156-1.203v-3.844c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v0.5h-0.5v-1.953c0-0.828-0.562-1.594-1.391-1.766-0.109-0.016-0.234-0.031-0.359-0.031-0.969 0-1.75 0.781-1.75 1.75v2h-0.5v-1.906c0-1.047-0.75-1.969-1.797-2.078-0.078-0.016-0.141-0.016-0.203-0.016zM12 4c0.844 0 1.656 0.266 2.328 0.781 0.578-0.344 1.25-0.531 1.922-0.531 1.234 0 2.375 0.594 3.078 1.609 0.297-0.078 0.609-0.109 0.922-0.109 2.094 0 3.75 1.719 3.75 3.797v3.844c0 0.562-0.078 1.141-0.203 1.687l-1.703 6.813c-0.094 0.375-0.094 0.734-0.094 1.109 0 1.656-1.344 3-3 3h-10c-1.781 0-3-1.422-3-3.141l-4.813-4.625c-0.734-0.703-1.188-1.703-1.188-2.734v-3.5c0-2.063 1.687-3.75 3.75-3.75 0.094 0 0.172 0 0.25 0.016 0.125-1.984 1.781-3.516 3.75-3.516 0.531 0 1.047 0.109 1.531 0.328 0.734-0.703 1.703-1.078 2.719-1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-paper-o\" viewBox=\"0 0 26 28\">\n<title>hand-paper-o</title>\n<path d=\"M13.75 2c-0.969 0-1.75 0.781-1.75 1.75v10.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v12.25l-2.406-3.203c-0.375-0.5-0.969-0.797-1.594-0.797-1.109 0-2 0.906-2 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h10.75c0.719 0 1.344-0.516 1.484-1.219l1.188-6.328c0.047-0.297 0.078-0.609 0.078-0.922v-7.781c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v4.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v8.25h-0.5v-10.25c0-0.969-0.781-1.75-1.75-1.75zM13.75 0c1.406 0 2.703 0.797 3.344 2.063 0.219-0.047 0.438-0.063 0.656-0.063 2.063 0 3.75 1.687 3.75 3.75v0.266c2.172-0.125 4 1.547 4 3.734v7.781c0 0.438-0.047 0.875-0.125 1.297l-1.188 6.312c-0.297 1.656-1.75 2.859-3.437 2.859h-10.75c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.203 1.781-4 4-4 0.656 0 1.453 0.156 2 0.531v-6.781c0-2.063 1.687-3.75 3.75-3.75 0.219 0 0.438 0.016 0.656 0.063 0.641-1.266 1.937-2.063 3.344-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-scissors-o\" viewBox=\"0 0 28 28\">\n<title>hand-scissors-o</title>\n<path d=\"M16.766 26h-2.766c-1.625 0-2.859-0.703-3.531-2.203-0.234-0.5-0.359-1.047-0.359-1.594v-0.078c-1.281-0.625-2.109-1.937-2.109-3.375 0-0.172 0-0.594 0.078-0.75h-4.078c-2.203 0-4-1.797-4-4s1.797-4 4-4h1.766l-0.688-0.266c-1.547-0.578-2.578-2.078-2.578-3.734 0-2.203 1.797-4 4-4 0.484 0 0.969 0.094 1.422 0.266l9.812 3.734h6.266c2.203 0 4 1.797 4 4v10.437c0 1.844-1.25 3.437-3.031 3.875l-5.297 1.328c-0.938 0.234-1.922 0.359-2.906 0.359zM16 14.891l-2.422 1.109-2.547 1.156c-0.625 0.281-1.031 0.906-1.031 1.594 0 0.969 0.781 1.75 1.75 1.75 0.25 0 0.5-0.047 0.719-0.156l5.281-2.406c-1.016-0.219-1.75-1.141-1.75-2.188v-0.859zM21 19.75c0-0.969-0.781-1.75-1.75-1.75-0.25 0-0.5 0.047-0.719 0.156l-4.531 2.063c-0.938 0.422-1.891 0.797-1.891 1.984 0 1.031 0.719 1.781 1.766 1.781 0.187 0 0.438-0.063 0.594-0.141l5.5-2.5c0.625-0.281 1.031-0.906 1.031-1.594zM17.375 8l-10.156-3.875c-0.234-0.078-0.469-0.125-0.719-0.125-1.094 0-2 0.891-2 2 0 0.828 0.516 1.578 1.281 1.875l8.219 3.125v1h-10c-1.109 0-2 0.891-2 2s0.891 2 2 2h8.359l3.641-1.656v-3.094c0-0.625 0.266-1.234 0.719-1.656l1.734-1.594h-1.078zM16.766 24c0.812 0 1.641-0.094 2.422-0.297l5.297-1.328c0.891-0.219 1.516-1.016 1.516-1.937v-10.437c0-1.109-0.891-2-2-2h-4.813l-2.125 1.969c-0.359 0.328-0.562 0.797-0.562 1.281v4.625c0 0.969 0.797 1.687 1.75 1.687 0.969 0 1.75-0.859 1.75-1.813v-3.25h0.5v3.25c0 0.703-0.344 1.359-0.891 1.781 1.094 0.172 1.891 1.125 1.891 2.219 0 0.875-0.516 1.687-1.313 2.047l-4.844 2.203h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-lizard-o\" viewBox=\"0 0 32 28\">\n<title>hand-lizard-o</title>\n<path d=\"M17.984 0c1.266 0 2.484 0.609 3.234 1.641l8.937 12.203c1.203 1.625 1.844 3.578 1.844 5.609v5.547c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-2.766l-4.469-2.234h-8.531c-1.656 0-3-1.344-3-3v-0.5c0-2.484 2.016-4.5 4.5-4.5h6.563l0.656-2h-10.719c-2.078 0-3.813-1.594-3.984-3.656-0.656-0.797-1.016-1.813-1.016-2.844v-0.5c0-1.656 1.344-3 3-3h14.984zM30 25v-5.547c0-1.578-0.516-3.156-1.453-4.438l-8.953-12.203c-0.375-0.5-0.969-0.812-1.609-0.812h-14.984c-0.547 0-1 0.453-1 1 0 0.828 0.016 1.406 0.562 2.078 0.203-0.641 0.781-1.078 1.437-1.078h13v0.5h-13c-0.547 0-1 0.453-1 1 0 0.297-0.016 0.609 0.047 0.906 0.172 0.922 1.016 1.594 1.953 1.594h11.422c0.828 0 1.5 0.672 1.5 1.5 0 0.156-0.031 0.328-0.078 0.469l-1 3c-0.203 0.609-0.781 1.031-1.422 1.031h-6.922c-1.375 0-2.5 1.125-2.5 2.5v0.5c0 0.547 0.453 1 1 1h8.766c0.156 0 0.313 0.031 0.453 0.109l4.953 2.469c0.5 0.266 0.828 0.781 0.828 1.344v3.078c0 0.547 0.453 1 1 1h6c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-spock-o\" viewBox=\"0 0 30 28\">\n<title>hand-spock-o</title>\n<path d=\"M7.172 28c-1.609 0-3-1.094-3.391-2.656l-1.578-6.266c-0.125-0.547-0.203-1.125-0.203-1.687 0-0.359 0-0.703-0.078-1.047l-1.813-7.453c-0.078-0.297-0.109-0.594-0.109-0.891 0-1.937 1.469-3.531 3.391-3.734 0.344-1.766 1.859-3.016 3.672-3.016 1.734 0 3.234 1.188 3.641 2.875l1.297 5.437 1.609-6.687c0.406-1.687 1.906-2.875 3.641-2.875 1.859 0 3.391 1.344 3.687 3.156 1.922 0.219 3.313 1.844 3.313 3.766 0 0.297-0.047 0.609-0.109 0.922l-1.922 8c1.25-0.938 2.156-1.844 3.797-1.844 2.172 0 3.984 1.766 3.984 3.953 0 1.313-0.641 2.531-1.672 3.313l-7.922 5.938c-0.688 0.516-1.531 0.797-2.391 0.797h-10.844zM17.25 2c-0.797 0-1.5 0.562-1.687 1.344l-2.562 10.656h-1.984l-2.266-9.406c-0.187-0.781-0.891-1.344-1.687-1.344-1 0-1.75 0.797-1.75 1.766 0 0.156 0.016 0.297 0.047 0.438l2.063 8.547h-0.406l-1.547-6.375c-0.187-0.766-0.891-1.375-1.703-1.375-0.969 0-1.766 0.781-1.766 1.75 0 0.141 0.016 0.281 0.047 0.406l1.813 7.469c0.219 0.906 0.063 1.813 0.297 2.719l1.563 6.266c0.172 0.672 0.766 1.141 1.453 1.141h10.844c0.422 0 0.844-0.141 1.188-0.406l7.922-5.922c0.531-0.406 0.875-1.047 0.875-1.719 0-1.094-0.906-1.953-1.984-1.953-0.438 0-0.859 0.141-1.203 0.406l-4.797 3.594v-3.547c0-0.125 2.016-8.406 2.172-9.078 0.031-0.141 0.063-0.297 0.063-0.453 0-0.969-0.734-1.797-1.734-1.797-0.812 0-1.516 0.562-1.703 1.344l-1.813 7.531h-0.406l2.344-9.75c0.031-0.141 0.047-0.297 0.047-0.438 0-0.984-0.719-1.813-1.734-1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-pointer-o\" viewBox=\"0 0 26 28\">\n<title>hand-pointer-o</title>\n<path d=\"M10 2c-1.109 0-2 0.891-2 2v14l-2.359-3.156c-0.391-0.516-1.016-0.844-1.672-0.844-1.094 0-1.969 0.922-1.969 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h11.219c0.453 0 0.859-0.313 0.969-0.75l1.437-5.75c0.25-1 0.375-2.016 0.375-3.031v-3.391c0-0.828-0.641-1.578-1.5-1.578-0.828 0-1.5 0.672-1.5 1.5h-0.5v-0.953c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v1h-0.5v-1.406c0-1.125-0.859-2.094-2-2.094-1.109 0-2 0.891-2 2v1.5h-0.5v-8.906c0-1.125-0.859-2.094-2-2.094zM10 0c2.234 0 4 1.875 4 4.094v3.437c0.172-0.016 0.328-0.031 0.5-0.031 1.016 0 1.969 0.391 2.703 1.078 0.484-0.219 1.016-0.328 1.547-0.328 1.125 0 2.172 0.5 2.875 1.359 0.297-0.078 0.578-0.109 0.875-0.109 1.969 0 3.5 1.641 3.5 3.578v3.391c0 1.172-0.141 2.359-0.438 3.516l-1.437 5.75c-0.328 1.328-1.531 2.266-2.906 2.266h-11.219c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.188 1.781-4 3.969-4 0.719 0 1.422 0.187 2.031 0.547v-8.547c0-2.203 1.797-4 4-4zM12 22v-6h-0.5v6h0.5zM16 22v-6h-0.5v6h0.5zM20 22v-6h-0.5v6h0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-peace-o\" viewBox=\"0 0 24 28\">\n<title>hand-peace-o</title>\n<path d=\"M20.125 10.109c0.578 0 1.156 0.109 1.672 0.359 1.5 0.672 2.203 1.906 2.203 3.531v2.766c0 0.984-0.125 1.969-0.359 2.906l-1.328 5.297c-0.438 1.781-2.031 3.031-3.875 3.031h-10.437c-2.203 0-4-1.797-4-4v-6.266l-3.734-9.812c-0.172-0.453-0.266-0.938-0.266-1.422 0-2.203 1.797-4 4-4 1.656 0 3.156 1.031 3.734 2.578l0.266 0.688v-1.766c0-2.203 1.797-4 4-4s4 1.797 4 4v4.078c0.25-0.047 0.5-0.078 0.75-0.078 1.437 0 2.75 0.828 3.375 2.109zM16.75 10c-0.688 0-1.313 0.406-1.594 1.031l-1.156 2.547-1.109 2.422h0.859c1.047 0 1.969 0.734 2.188 1.75l2.406-5.281c0.109-0.219 0.156-0.469 0.156-0.719 0-0.969-0.781-1.75-1.75-1.75zM20.203 12.109c-1.188 0-1.563 0.953-1.984 1.891l-2.063 4.531c-0.109 0.219-0.156 0.469-0.156 0.719 0 0.969 0.781 1.75 1.75 1.75 0.688 0 1.313-0.406 1.594-1.031l2.5-5.5c0.078-0.156 0.141-0.406 0.141-0.594 0-1.047-0.75-1.766-1.781-1.766zM2 6.5c0 0.25 0.047 0.484 0.125 0.719l3.875 10.156v1.078l1.594-1.734c0.422-0.453 1.031-0.719 1.656-0.719h3.094l1.656-3.641v-8.359c0-1.109-0.891-2-2-2s-2 0.891-2 2v10h-1l-3.125-8.219c-0.297-0.766-1.047-1.281-1.875-1.281-1.109 0-2 0.906-2 2zM18.438 26c0.922 0 1.719-0.625 1.937-1.516l1.328-5.297c0.203-0.781 0.297-1.609 0.297-2.422v-1.422l-2.203 4.844c-0.359 0.797-1.172 1.313-2.047 1.313-1.094 0-2.047-0.797-2.219-1.891-0.422 0.547-1.078 0.891-1.781 0.891h-3.25v-0.5h3.25c0.953 0 1.813-0.781 1.813-1.75 0-0.953-0.719-1.75-1.687-1.75h-4.625c-0.484 0-0.953 0.203-1.281 0.562l-1.969 2.125v4.813c0 1.109 0.891 2 2 2h10.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trademark\" viewBox=\"0 0 31 28\">\n<title>trademark</title>\n<path d=\"M13.391 8.5v1.828c0 0.266-0.234 0.484-0.5 0.484h-4.656v12.688c0 0.281-0.219 0.5-0.484 0.5h-2.109c-0.281 0-0.5-0.219-0.5-0.5v-12.688h-4.641c-0.281 0-0.5-0.219-0.5-0.484v-1.828c0-0.281 0.219-0.5 0.5-0.5h12.391c0.266 0 0.5 0.219 0.5 0.5zM29.609 8.453l1.203 15.016c0.016 0.141-0.031 0.266-0.125 0.375-0.094 0.094-0.219 0.156-0.359 0.156h-2.094c-0.25 0-0.469-0.203-0.484-0.453l-0.719-9.188-2.953 6.641c-0.078 0.187-0.25 0.297-0.453 0.297h-1.875c-0.187 0-0.359-0.109-0.453-0.297l-2.938-6.672-0.703 9.219c-0.016 0.25-0.234 0.453-0.484 0.453h-2.109c-0.141 0-0.266-0.063-0.359-0.156-0.094-0.109-0.141-0.234-0.141-0.375l1.219-15.016c0.016-0.25 0.234-0.453 0.484-0.453h2.219c0.203 0 0.375 0.125 0.453 0.297l3.437 8.125c0.109 0.25 0.219 0.531 0.313 0.797 0.109-0.266 0.203-0.547 0.313-0.797l3.453-8.125c0.078-0.172 0.25-0.297 0.453-0.297h2.203c0.266 0 0.484 0.203 0.5 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-registered\" viewBox=\"0 0 28 28\">\n<title>registered</title>\n<path d=\"M16.281 10.984c0-0.906-0.313-1.547-0.938-1.891-0.313-0.172-0.75-0.281-1.828-0.281h-1.922v4.391h2.531c1.375 0 2.156-0.812 2.156-2.219zM17.094 15.437l3.203 5.828c0.078 0.156 0.078 0.344-0.016 0.484-0.078 0.156-0.25 0.25-0.422 0.25h-2.375c-0.187 0-0.359-0.094-0.438-0.266l-3.031-5.703h-2.422v5.469c0 0.281-0.219 0.5-0.5 0.5h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h4.594c1.641 0 2.359 0.141 2.969 0.375 1.766 0.656 2.859 2.391 2.859 4.516 0 1.922-0.953 3.547-2.469 4.297 0.047 0.078 0.094 0.156 0.141 0.25zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-creative-commons\" viewBox=\"0 0 28 28\">\n<title>creative-commons</title>\n<path d=\"M9.453 19.266c2.562 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.047-0.562l-0.703-1.281c-0.063-0.141-0.219-0.234-0.375-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.297 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.078 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM19.297 19.266c2.578 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.063-0.562l-0.703-1.281c-0.078-0.141-0.219-0.234-0.391-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.313 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.063 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg\" viewBox=\"0 0 32 28\">\n<title>gg</title>\n<path d=\"M11.5 12.5l6 6-6 6-10.5-10.5 10.5-10.5 2.625 2.625-1.5 1.5-1.125-1.125-7.5 7.5 7.5 7.5 3.016-3.016-4.516-4.484zM20.5 3.5l10.5 10.5-10.5 10.5-2.625-2.625 1.5-1.5 1.125 1.125 7.5-7.5-7.5-7.5-3.016 3.016 4.516 4.484-1.5 1.5-6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg-circle\" viewBox=\"0 0 28 28\">\n<title>gg-circle</title>\n<path d=\"M11.203 21.156l4.234-4.234-4.359-4.359-1.375 1.375 3 2.984-1.5 1.5-4.359-4.359 4.359-4.359 0.625 0.625 1.359-1.359-1.984-2-7.094 7.094zM16.797 21.031l7.094-7.094-7.094-7.094-4.234 4.234 4.359 4.359 1.375-1.375-3-2.984 1.5-1.5 4.359 4.359-4.359 4.359-0.625-0.625-1.359 1.375zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tripadvisor\" viewBox=\"0 0 36 28\">\n<title>tripadvisor</title>\n<path d=\"M10.172 15.578c0 0.812-0.656 1.469-1.453 1.469-0.812 0-1.469-0.656-1.469-1.469 0-0.797 0.656-1.453 1.469-1.453 0.797 0 1.453 0.656 1.453 1.453zM28.203 15.563c0 0.812-0.656 1.469-1.469 1.469s-1.469-0.656-1.469-1.469 0.656-1.453 1.469-1.453 1.469 0.641 1.469 1.453zM11.953 15.578c0-1.656-1.359-3.016-3.016-3.016-1.672 0-3.016 1.359-3.016 3.016 0 1.672 1.344 3.016 3.016 3.016 1.656 0 3.016-1.344 3.016-3.016zM29.969 15.563c0-1.656-1.344-3.016-3.016-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.016-1.344 3.016-3.016zM13.281 15.578c0 2.406-1.937 4.359-4.344 4.359s-4.359-1.953-4.359-4.359c0-2.391 1.953-4.344 4.359-4.344s4.344 1.953 4.344 4.344zM31.313 15.563c0 2.406-1.953 4.344-4.359 4.344-2.391 0-4.344-1.937-4.344-4.344s1.953-4.344 4.344-4.344c2.406 0 4.359 1.937 4.359 4.344zM16.25 15.609c0-3.984-3.234-7.219-7.219-7.219-3.969 0-7.203 3.234-7.203 7.219s3.234 7.219 7.203 7.219c3.984 0 7.219-3.234 7.219-7.219zM26.688 6.656c-2.578-1.125-5.484-1.734-8.687-1.734s-6.391 0.609-8.953 1.719c4.953 0.016 8.953 4.016 8.953 8.969 0-4.859 3.859-8.813 8.687-8.953zM34.172 15.609c0-3.984-3.219-7.219-7.203-7.219s-7.219 3.234-7.219 7.219 3.234 7.219 7.219 7.219 7.203-3.234 7.203-7.219zM30.016 6.766h5.984c-0.938 1.094-1.625 2.562-1.797 3.578 1.078 1.484 1.719 3.297 1.719 5.266 0 4.953-4.016 8.953-8.953 8.953-2.812 0-5.313-1.281-6.953-3.297 0 0-0.734 0.875-2.016 2.797-0.219-0.453-1.328-2.031-2-2.812-1.641 2.031-4.156 3.313-6.969 3.313-4.937 0-8.953-4-8.953-8.953 0-1.969 0.641-3.781 1.719-5.266-0.172-1.016-0.859-2.484-1.797-3.578h5.703c3.063-2.047 7.516-3.328 12.297-3.328s8.953 1.281 12.016 3.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki\" viewBox=\"0 0 20 28\">\n<title>odnoklassniki</title>\n<path d=\"M10 14.172c-3.906 0-7.094-3.172-7.094-7.078 0-3.922 3.187-7.094 7.094-7.094s7.094 3.172 7.094 7.094c0 3.906-3.187 7.078-7.094 7.078zM10 3.594c-1.922 0-3.484 1.563-3.484 3.5 0 1.922 1.563 3.484 3.484 3.484s3.484-1.563 3.484-3.484c0-1.937-1.563-3.5-3.484-3.5zM18.172 15.031c0.688 1.406-0.094 2.078-1.875 3.234-1.5 0.953-3.563 1.328-4.922 1.469l1.141 1.125 4.172 4.172c0.625 0.641 0.625 1.672 0 2.297l-0.187 0.203c-0.641 0.625-1.672 0.625-2.312 0-1.047-1.062-2.578-2.594-4.172-4.188l-4.172 4.188c-0.641 0.625-1.672 0.625-2.297 0l-0.187-0.203c-0.641-0.625-0.641-1.656 0-2.297 1.062-1.062 2.578-2.594 4.172-4.172l1.125-1.125c-1.344-0.141-3.437-0.5-4.953-1.469-1.781-1.156-2.562-1.828-1.875-3.234 0.406-0.797 1.516-1.469 2.984-0.313 0 0 1.984 1.578 5.187 1.578s5.187-1.578 5.187-1.578c1.469-1.156 2.578-0.484 2.984 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki-square\" viewBox=\"0 0 24 28\">\n<title>odnoklassniki-square</title>\n<path d=\"M14.484 9.063c0 1.375-1.109 2.484-2.484 2.484s-2.484-1.109-2.484-2.484 1.109-2.484 2.484-2.484 2.484 1.109 2.484 2.484zM17.828 14.734c-0.281-0.562-1.078-1.047-2.125-0.219 0 0-1.422 1.125-3.703 1.125s-3.703-1.125-3.703-1.125c-1.047-0.828-1.844-0.344-2.125 0.219-0.5 1 0.063 1.484 1.328 2.312 1.078 0.688 2.578 0.953 3.531 1.047l-0.797 0.812c-1.125 1.125-2.219 2.219-2.984 2.969-0.453 0.453-0.453 1.188 0 1.641l0.141 0.141c0.453 0.453 1.188 0.453 1.641 0l2.984-2.984c1.125 1.141 2.219 2.234 2.984 2.984 0.453 0.453 1.188 0.453 1.641 0l0.141-0.141c0.453-0.453 0.453-1.188 0-1.641l-2.984-2.969-0.812-0.812c0.969-0.094 2.438-0.359 3.516-1.047 1.266-0.828 1.828-1.313 1.328-2.312zM17.063 9.063c0-2.797-2.266-5.063-5.063-5.063s-5.063 2.266-5.063 5.063 2.266 5.063 5.063 5.063 5.063-2.266 5.063-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-get-pocket\" viewBox=\"0 0 27 28\">\n<title>get-pocket</title>\n<path d=\"M24.453 2c1.359 0 2.422 1.094 2.422 2.438v8.109c0 7.484-5.984 13.453-13.422 13.453-7.469 0-13.453-5.969-13.453-13.453v-8.109c0-1.328 1.109-2.438 2.438-2.438h22.016zM13.453 18.625c0.469 0 0.938-0.187 1.281-0.516l6.312-6.062c0.359-0.344 0.578-0.828 0.578-1.328 0-1.016-0.828-1.844-1.844-1.844-0.484 0-0.938 0.187-1.281 0.516l-5.047 4.844-5.047-4.844c-0.344-0.328-0.797-0.516-1.266-0.516-1.016 0-1.844 0.828-1.844 1.844 0 0.5 0.203 0.984 0.562 1.328l6.328 6.062c0.328 0.328 0.797 0.516 1.266 0.516z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wikipedia-w\" viewBox=\"0 0 36 28\">\n<title>wikipedia-w</title>\n<path d=\"M23.344 25.609l-4.609-10.859c-1.828 3.578-3.844 7.313-5.578 10.859-0.016 0.016-0.844 0-0.844-0.016-2.641-6.172-5.406-12.297-8.047-18.484-0.641-1.5-2.781-3.938-4.25-3.922 0-0.172-0.016-0.562-0.016-0.797h9.109v0.781c-1.078 0.063-2.969 0.75-2.438 1.922 1.234 2.797 5.828 13.516 7.063 16.234 0.844-1.672 3.25-6.141 4.234-8.031-0.781-1.594-3.297-7.531-4.094-9-0.547-1-2.031-1.094-3.141-1.109v-0.781l8.016 0.016v0.734c-1.094 0.031-2.141 0.438-1.656 1.469 1.062 2.25 1.719 3.828 2.703 5.891 0.313-0.609 1.953-3.906 2.703-5.672 0.5-1.156-0.219-1.609-2.172-1.656 0.016-0.203 0-0.578 0.016-0.766 2.5-0.016 6.25-0.016 6.922-0.031v0.766c-1.266 0.047-2.578 0.719-3.266 1.781l-3.328 6.906c0.359 0.906 3.563 8.031 3.891 8.813l6.891-15.891c-0.484-1.297-2.047-1.578-2.656-1.594v-0.781l7.187 0.063 0.016 0.031-0.016 0.688c-1.578 0.047-2.531 0.891-3.141 2.266-1.406 3.25-5.812 13.5-8.734 20.172h-0.766z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-safari\" viewBox=\"0 0 28 28\">\n<title>safari</title>\n<path d=\"M14.828 13.953c0 0.516-0.359 1-0.906 1-0.516 0-1-0.375-1-0.906 0-0.516 0.375-1 0.922-1 0.5 0 0.984 0.359 0.984 0.906zM15.062 14.859l5.469-9.078c-0.734 0.688-7.578 6.984-7.766 7.313l-5.453 9.063c0.719-0.672 7.578-7 7.75-7.297zM25.172 14c0 2.047-0.562 4.062-1.625 5.797-0.156-0.078-0.812-0.547-0.938-0.547-0.109 0-0.203 0.094-0.203 0.203 0 0.203 0.734 0.578 0.922 0.688-1.547 2.344-3.938 4.031-6.656 4.703l-0.25-1.047c-0.016-0.141-0.109-0.156-0.234-0.156-0.109 0-0.172 0.156-0.156 0.234l0.25 1.062c-0.75 0.156-1.516 0.234-2.281 0.234-2.047 0-4.062-0.578-5.812-1.641 0.094-0.156 0.688-1.016 0.688-1.141 0-0.109-0.094-0.203-0.203-0.203-0.219 0-0.688 0.938-0.828 1.125-2.359-1.563-4.062-3.984-4.719-6.75l1.078-0.234c0.125-0.031 0.156-0.125 0.156-0.234s-0.156-0.172-0.25-0.156l-1.062 0.234c-0.141-0.719-0.219-1.437-0.219-2.172 0-2.094 0.594-4.156 1.703-5.922 0.156 0.094 0.906 0.609 1.031 0.609 0.109 0 0.203-0.078 0.203-0.187 0-0.219-0.828-0.641-1.016-0.766 1.594-2.328 4.016-4 6.766-4.625l0.234 1.047c0.031 0.125 0.125 0.156 0.234 0.156s0.172-0.156 0.156-0.25l-0.234-1.031c0.688-0.125 1.391-0.203 2.094-0.203v0c2.094 0 4.141 0.594 5.922 1.703-0.109 0.156-0.609 0.891-0.609 1.016 0 0.109 0.078 0.203 0.187 0.203 0.219 0 0.641-0.812 0.75-1 2.312 1.563 3.969 3.953 4.609 6.672l-0.875 0.187c-0.141 0.031-0.156 0.125-0.156 0.25 0 0.109 0.156 0.172 0.234 0.156l0.891-0.203c0.141 0.719 0.219 1.453 0.219 2.187zM26.5 14c0-6.906-5.594-12.5-12.5-12.5s-12.5 5.594-12.5 12.5 5.594 12.5 12.5 12.5 12.5-5.594 12.5-12.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chrome\" viewBox=\"0 0 30 28\">\n<title>chrome</title>\n<path d=\"M13.953 0c2.391-0.016 4.828 0.594 7.047 1.875 2.453 1.422 4.312 3.469 5.5 5.812l-11.594-0.609c-3.281-0.187-6.406 1.656-7.484 4.75l-4.312-6.625c2.688-3.344 6.719-5.187 10.844-5.203zM2.281 6.328l5.266 10.359c1.484 2.922 4.625 4.703 7.875 4.094l-3.594 7.047c-6.703-1.031-11.828-6.828-11.828-13.828 0-2.828 0.844-5.469 2.281-7.672zM27.062 8.969c2.453 6.312 0 13.656-6.062 17.156-2.453 1.422-5.156 2-7.781 1.859l6.328-9.734c1.797-2.766 1.766-6.375-0.375-8.875zM14 9.281c2.609 0 4.719 2.109 4.719 4.719s-2.109 4.719-4.719 4.719-4.719-2.109-4.719-4.719 2.109-4.719 4.719-4.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-firefox\" viewBox=\"0 0 27 28\">\n<title>firefox</title>\n<path d=\"M14.109 28c-6.031 0-10.828-3.531-13.031-8.578-2.469-5.609-0.5-14.594 3.891-18.562l-0.172 4.391c0.219-0.281 1.891-0.359 2.156 0 0.906-1.734 3.828-3.031 6.172-3.078-0.891 0.75-2.953 3.484-2.781 4.875 1.141 0.359 2.891 0.375 3.813 0.438 0.281 0.156 0.234 1.109-0.328 1.891 0 0-0.734 1.016-2.719 1.375l0.234 2.953-2.172-1.047c-0.703 1.781 0.984 3.359 2.734 3.063 1.937-0.328 2.625-1.594 3.984-1.516 1.344 0.078 1.875 0.828 1.703 1.531 0 0-0.219 0.844-1.672 0.703-1.234 1.953-2.875 2.812-5.531 2.578 4.031 3.344 9.469 0.313 10.844-2.422 1.375-2.719 0.172-6.766-1.203-7.906 1.625 0.703 2.75 1.422 3.344 3 0.313-3.5-1.297-7.469-4.172-9.797 5.406 1.578 8.703 5.766 8.797 12.453s-5.922 13.656-13.891 13.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opera\" viewBox=\"0 0 28 28\">\n<title>opera</title>\n<path d=\"M23.328 3.563c-1.641-1.094-3.563-1.719-5.609-1.719-3.328 0-6.266 1.703-8.328 4.266-1.5 1.875-2.547 4.531-2.625 7.562v0.656c0.078 3.031 1.125 5.688 2.625 7.562 2.063 2.562 5 4.266 8.328 4.266 2.047 0 3.969-0.625 5.609-1.719-2.469 2.219-5.75 3.563-9.328 3.563-0.219 0-0.453 0-0.672-0.016-7.422-0.344-13.328-6.469-13.328-13.984 0-7.734 6.266-14 14-14h0.047c3.563 0.016 6.813 1.359 9.281 3.563zM28 14c0 4.078-1.75 7.734-4.531 10.297-1.062 0.641-2.234 0.984-3.469 0.984-1.437 0-2.797-0.469-3.984-1.313 3.172-1.156 5.516-5.172 5.516-9.969 0-4.781-2.328-8.797-5.5-9.969 1.188-0.828 2.531-1.297 3.969-1.297 1.266 0 2.453 0.359 3.531 1.016 2.75 2.562 4.469 6.203 4.469 10.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-internet-explorer\" viewBox=\"0 0 28 28\">\n<title>internet-explorer</title>\n<path d=\"M28 14.641c0 0.547-0.031 1.094-0.109 1.625h-17.984c0 3.109 2.734 5.359 5.734 5.359 2.031 0 3.984-1 5.031-2.766h6.609c-1.781 5.016-6.547 8.375-11.859 8.375-1.922 0-3.844-0.453-5.563-1.297-1.75 0.891-4.203 1.813-6.156 1.813-2.625 0-3.703-1.609-3.703-4.109 0-1.453 0.313-2.906 0.703-4.297 0.25-0.906 1.25-2.75 1.703-3.578 1.922-3.484 4.453-6.828 7.422-9.469-2.391 1.031-4.984 3.625-6.672 5.531 1.313-5.719 6.406-9.766 12.266-9.766 0.234 0 0.469 0 0.703 0.016 1.937-0.891 4.641-1.828 6.766-1.828 2.531 0 4.703 0.969 4.703 3.828 0 1.5-0.578 3.125-1.172 4.469 1.031 1.859 1.578 3.969 1.578 6.094zM26.906 4.641c0-1.75-1.25-2.828-2.969-2.828-1.313 0-2.797 0.531-3.969 1.094 2.531 0.984 4.703 2.797 6.141 5.109 0.391-1.031 0.797-2.281 0.797-3.375zM2 23.969c0 1.813 1.078 2.797 2.859 2.797 1.391 0 2.938-0.625 4.156-1.297-2.547-1.5-4.516-3.891-5.484-6.687-0.719 1.5-1.531 3.5-1.531 5.187zM9.875 12.828h11.375c-0.109-3.016-2.766-5.187-5.688-5.187-2.938 0-5.578 2.172-5.688 5.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-television\" viewBox=\"0 0 30 28\">\n<title>television</title>\n<path d=\"M28 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 4.5v15c0 1.375-1.125 2.5-2.5 2.5h-11.5v2h5.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-2h-11.5c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-contao\" viewBox=\"0 0 28 28\">\n<title>contao</title>\n<path d=\"M2.156 2h3.078c-0.734 0.672-1.391 1.453-1.969 2.328-2.422 3.734-1.437 7.828-0.5 12.234 0.766 3.578 1.406 6.984 3.641 9.438h-4.25c-1 0-1.813-0.812-1.813-1.813v-20.375c0-1 0.812-1.813 1.813-1.813zM21.031 2h4.813c1 0 1.813 0.812 1.813 1.813v20.375c0 1-0.812 1.813-1.813 1.813h-2.781c2.063-2.047 3.234-5.016 3.063-8.828l-7.328 1.578c-0.094 1.734-0.688 3.406-3.063 3.906-1.328 0.281-2.422-0.031-3.109-0.625-0.844-0.719-1.516-1.656-2.641-7-1.141-5.359-0.906-6.484-0.438-7.484 0.391-0.812 1.266-1.563 2.578-1.844 2.391-0.5 3.609 0.797 4.406 2.344l7.313-1.563c-0.719-1.844-1.672-3.344-2.812-4.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-500px\" viewBox=\"0 0 22 28\">\n<title>500px</title>\n<path d=\"M21.891 24.172l-0.094 0.094c-1.172 1.172-2.531 2.094-4.047 2.734-1.578 0.656-3.234 1-4.953 1s-3.391-0.344-4.953-1c-1.516-0.641-2.891-1.563-4.047-2.734-1.172-1.156-2.094-2.516-2.734-4.031-0.391-0.953-0.703-1.937-0.844-2.953v0c-0.063-0.438 0.547-0.531 0.75-0.562 0.484-0.078 0.812-0.047 0.875 0.313 0.016 0.016 0.016 0.031 0.016 0.063 0.063 0.313 0.219 1.25 0.719 2.484 0.516 1.281 1.313 2.469 2.375 3.531 1.016 1.016 2.203 1.813 3.531 2.375 1.359 0.578 2.812 0.875 4.312 0.875 1.484 0 2.938-0.297 4.312-0.875 1.313-0.562 2.5-1.359 3.516-2.375l0.094-0.094c0.109-0.109 0.234-0.141 0.391-0.094 0.141 0.031 0.313 0.156 0.516 0.344v0c0.5 0.516 0.391 0.766 0.266 0.906zM14.516 14.562l-1.031 1.031 0.984 0.984c0.109 0.109 0.313 0.344-0.109 0.766-0.172 0.172-0.344 0.266-0.5 0.266-0.109 0-0.203-0.047-0.297-0.156l-0.969-0.953-1.031 1.031c-0.031 0.031-0.109 0.078-0.234 0.078-0.141 0-0.313-0.078-0.484-0.25l-0.031-0.031c-0.109-0.094-0.281-0.266-0.281-0.453 0-0.094 0.047-0.172 0.125-0.266l1.031-1.016-1.031-1.031c-0.172-0.172-0.094-0.391 0.219-0.703 0.187-0.187 0.344-0.281 0.484-0.281 0.078 0 0.141 0.031 0.203 0.078l1.016 1.031 1.016-1.016c0.172-0.172 0.453-0.094 0.75 0.203 0.187 0.187 0.391 0.453 0.172 0.688zM21.875 15.453c0 1.234-0.25 2.438-0.719 3.563-0.469 1.094-1.125 2.063-1.969 2.906s-1.828 1.5-2.922 1.969c-1.125 0.484-2.328 0.719-3.563 0.719s-2.438-0.234-3.563-0.719c-1.094-0.469-2.078-1.125-2.922-1.969s-1.5-1.813-1.953-2.906c-0.094-0.203-0.234-0.594-0.234-0.625h-0.016c-0.141-0.438 0.484-0.625 0.672-0.688 0.453-0.141 0.797-0.203 0.938 0.187 0.375 1 0.953 1.969 1.516 2.609h0.016v-5.328c0.031-1.313 0.578-2.641 1.594-3.625 1.047-1.031 2.453-1.609 3.953-1.609 3.063 0 5.547 2.469 5.547 5.5 0 3.063-2.5 5.547-5.547 5.547-0.609 0-1.062-0.047-1.75-0.25-0.078-0.031-0.438-0.187-0.203-0.953 0.063-0.203 0.25-0.797 0.688-0.672 0.031 0 0.797 0.187 1.203 0.187 2.172 0 3.875-1.687 3.875-3.844 0-1.016-0.406-1.969-1.125-2.672-0.719-0.719-1.687-1.109-2.734-1.109-1.078 0-2.063 0.438-2.781 1.25-0.625 0.703-1 1.641-1 2.5v6.453c1.125 0.688 2.422 1.047 3.781 1.047 2 0 3.937-0.797 5.328-2.188 1.406-1.406 2.188-3.297 2.188-5.281 0-2-0.781-3.875-2.203-5.297-1.406-1.406-3.281-2.188-5.297-2.188s-3.906 0.781-5.313 2.188c-0.016 0.016-0.906 0.938-1.203 1.359l-0.031 0.031c-0.187 0.266-0.359 0.516-1.141 0.344-0.391-0.094-0.812-0.328-0.812-0.672v-10.625c0-0.281 0.219-0.594 0.594-0.594h13.703c0.469 0 0.469 0.656 0.469 0.859 0 0.219 0 0.859-0.469 0.859h-12.672v7.547h0.016c0.875-0.922 2.391-1.891 3.281-2.266 1.109-0.469 2.359-0.719 3.609-0.719 1.234 0 2.438 0.234 3.563 0.719 1.094 0.469 2.078 1.125 2.922 1.969s1.5 1.813 1.969 2.906c0.469 1.141 0.719 2.328 0.719 3.578zM21.391 6.375c0.297 0.266 0.094 0.547-0.203 0.891-0.187 0.187-0.391 0.406-0.609 0.406-0.094 0-0.172-0.031-0.25-0.109-1.125-0.969-2.141-1.625-3.234-2.078-1.359-0.594-2.812-0.875-4.312-0.875-1.328 0-2.781 0.266-4.094 0.766-0.406 0.156-0.625-0.375-0.703-0.578-0.094-0.25-0.141-0.453-0.125-0.594 0.031-0.156 0.109-0.266 0.25-0.313 1.281-0.562 3.031-0.891 4.672-0.891 1.703 0 3.375 0.344 4.937 1 1.437 0.609 2.609 1.359 3.672 2.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-amazon\" viewBox=\"0 0 28 28\">\n<title>amazon</title>\n<path d=\"M24.234 23.063c0.469-0.234 0.828 0.125 0.344 0.75s-4.375 4.188-10.906 4.188-11.531-4.469-13.062-6.312c-0.422-0.484 0.063-0.703 0.344-0.516 4.578 2.781 11.734 7.359 23.281 1.891zM27.469 21.266c0.234 0.313 0 1.687-0.406 2.688-0.406 0.984-1 1.672-1.328 1.937-0.344 0.281-0.594 0.172-0.406-0.234s1.203-2.906 0.797-3.437c-0.406-0.516-2.312-0.266-3-0.203-0.672 0.063-0.812 0.125-0.875-0.016-0.141-0.359 1.359-0.969 2.344-1.094 0.984-0.109 2.562-0.047 2.875 0.359zM21.313 14.344c0 1.719 2.016 3.297 2.016 3.297l-3.547 3.5c-1.391-1.313-2.438-2.406-2.438-2.406-0.156-0.156-0.281-0.344-0.391-0.516-2.828 4.422-11.469 4.141-11.469-2.703 0-6.375 7.547-7.234 10.594-7.344v-1.984c0-0.422 0.156-2.344-2.219-2.344 0 0-2.375 0-3.391 3.094l-4.594-0.422c0-3.078 2.922-6.516 8.422-6.516 5.484 0 7.016 3.563 7.016 5.141v9.203zM10.813 14.672c0 3.172 5.266 3.922 5.266-1.078v-2.531c-2.109 0.063-5.266 0.656-5.266 3.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-plus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-plus-o</title>\n<path d=\"M24 4c1.094 0 2 0.906 2 2v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2zM18 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM24 26v-16h-22v16h22zM14 17h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-minus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-minus-o</title>\n<path d=\"M18 17.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-times-o\" viewBox=\"0 0 26 28\">\n<title>calendar-times-o</title>\n<path d=\"M17.359 21.641l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.938-2.953-2.938 2.953c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l2.953-2.938-2.953-2.938c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.938 2.938 2.938-2.938c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703l-2.938 2.938 2.938 2.938c0.187 0.203 0.187 0.516 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-check-o\" viewBox=\"0 0 26 28\">\n<title>calendar-check-o</title>\n<path d=\"M20.359 15.062l-8 8c-0.203 0.187-0.516 0.187-0.719 0l-4.5-4.5c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l3.437 3.437 6.937-6.937c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-industry\" viewBox=\"0 0 28 28\">\n<title>industry</title>\n<path d=\"M7 0c0.547 0 1 0.453 1 1v13.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v5.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v18c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-pin\" viewBox=\"0 0 16 28\">\n<title>map-pin</title>\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-signs\" viewBox=\"0 0 28 28\">\n<title>map-signs</title>\n<path d=\"M27.266 4.641c0.203 0.203 0.203 0.516 0 0.719l-2.203 2.203c-0.281 0.281-0.672 0.438-1.062 0.438h-21c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h9v-1c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1h8c0.391 0 0.781 0.156 1.062 0.438zM12 19h4v8c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-8zM25 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-21c-0.391 0-0.781-0.156-1.062-0.438l-2.203-2.203c-0.203-0.203-0.203-0.516 0-0.719l2.203-2.203c0.281-0.281 0.672-0.438 1.062-0.438h8v-3h4v3h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-o\" viewBox=\"0 0 32 28\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map\" viewBox=\"0 0 28 28\">\n<title>map</title>\n<path d=\"M8 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM27.5 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM10 0c0.078 0 0.156 0.016 0.219 0.047l8 4c0.172 0.094 0.281 0.266 0.281 0.453v23c0 0.266-0.234 0.5-0.5 0.5-0.078 0-0.156-0.016-0.219-0.047l-8-4c-0.172-0.094-0.281-0.266-0.281-0.453v-23c0-0.266 0.234-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting\" viewBox=\"0 0 28 28\">\n<title>commenting</title>\n<path d=\"M10 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 14c0 5.531-6.266 10-14 10-1.141 0-2.25-0.094-3.297-0.281-1.781 1.781-4.109 3-6.797 3.578-0.422 0.078-0.875 0.156-1.344 0.203-0.25 0.031-0.484-0.141-0.547-0.375v0c-0.063-0.25 0.125-0.406 0.313-0.578 0.984-0.922 2.156-1.656 2.562-4.953-2.984-1.828-4.891-4.547-4.891-7.594 0-5.531 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting-o\" viewBox=\"0 0 28 28\">\n<title>commenting-o</title>\n<path d=\"M10 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM16 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10v0c7.734 0 14 4.484 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-houzz\" viewBox=\"0 0 16 28\">\n<title>houzz</title>\n<path d=\"M8 18.609l8-4.609v9.234l-8 4.625v-9.25zM0 14v9.234l8-4.625-8-4.609zM8 0.141v9.234l-8 4.625v-9.234zM8 9.375l8-4.609v9.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo\" viewBox=\"0 0 28 28\">\n<title>vimeo</title>\n<path d=\"M26.703 8.094c-0.109 2.469-1.844 5.859-5.187 10.172-3.469 4.484-6.375 6.734-8.781 6.734-1.484 0-2.734-1.375-3.75-4.109-0.688-2.5-1.375-5.016-2.063-7.531-0.75-2.734-1.578-4.094-2.453-4.094-0.187 0-0.844 0.391-1.984 1.188l-1.203-1.531c1.25-1.109 2.484-2.234 3.719-3.313 1.656-1.469 2.922-2.203 3.766-2.281 1.984-0.187 3.187 1.156 3.656 4.047 0.484 3.125 0.844 5.078 1.031 5.828 0.578 2.594 1.188 3.891 1.875 3.891 0.531 0 1.328-0.828 2.406-2.516 1.062-1.687 1.625-2.969 1.703-3.844 0.141-1.453-0.422-2.172-1.703-2.172-0.609 0-1.234 0.141-1.891 0.406 1.25-4.094 3.641-6.078 7.172-5.969 2.609 0.078 3.844 1.781 3.687 5.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-black-tie\" viewBox=\"0 0 24 28\">\n<title>black-tie</title>\n<path d=\"M0 2h24v24h-24v-24zM16.953 19.422l-3.453-9.859 3.453-4.641h-9.906l3.453 4.641-3.453 9.859 4.953 4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fonticons\" viewBox=\"0 0 24 28\">\n<title>fonticons</title>\n<path d=\"M0 2h24v24h-24v-24zM14.187 7l-0.187 0.516 1.172 1.297-0.484 1.781 0.391 0.391 1.672-0.891 1.672 0.891 0.391-0.391-0.484-1.781 1.172-1.297-0.187-0.516h-1.484l-0.828-1.5h-0.5l-0.828 1.5h-1.484zM10.016 9.547c0.641 0 0.891 0.234 0.875 1.234l2.719-0.328c0-2.391-1.641-2.828-3.469-2.828-2.719 0-4.141 1.094-4.141 3.75v1.125h-1.5v2h1.188c0.156 0 0.313 0 0.313 0.125v5.969c0 0.297-0.078 0.391-0.359 0.422l-1.141 0.109v1.375h7v-1.344l-2.328-0.219c-0.281-0.031-0.172-0.078-0.172-0.391v-6.047h2.984l0.594-2h-3.609c-0.156 0 0.031-0.109 0.031-0.234v-1.25c0-0.938 0.031-1.469 1.016-1.469zM19.5 22.5v-1.344l-0.844-0.141c-0.297-0.047-0.156-0.078-0.156-0.391v-8.125h-4.297l-0.359 1.578 1.297 0.344c0.203 0.063 0.359 0.203 0.359 0.422v5.781c0 0.297-0.125 0.359-0.406 0.391l-1.094 0.141v1.344h5.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-alien\" viewBox=\"0 0 28 28\">\n<title>reddit-alien</title>\n<path d=\"M28 13.219c0 1.219-0.688 2.266-1.703 2.781 0.125 0.484 0.187 0.984 0.187 1.5 0 4.937-5.578 8.937-12.453 8.937-6.859 0-12.437-4-12.437-8.937 0-0.5 0.063-1 0.172-1.469-1.047-0.516-1.766-1.578-1.766-2.812 0-1.719 1.391-3.109 3.109-3.109 0.891 0 1.687 0.375 2.266 0.984 2.109-1.469 4.922-2.422 8.047-2.531l1.813-8.141c0.063-0.281 0.359-0.469 0.641-0.406l5.766 1.266c0.375-0.75 1.172-1.281 2.078-1.281 1.297 0 2.344 1.047 2.344 2.328 0 1.297-1.047 2.344-2.344 2.344-1.281 0-2.328-1.047-2.328-2.328l-5.219-1.156-1.625 7.375c3.141 0.094 5.984 1.031 8.109 2.5 0.562-0.594 1.359-0.953 2.234-0.953 1.719 0 3.109 1.391 3.109 3.109zM6.531 16.328c0 1.297 1.047 2.344 2.328 2.344 1.297 0 2.344-1.047 2.344-2.344 0-1.281-1.047-2.328-2.344-2.328-1.281 0-2.328 1.047-2.328 2.328zM19.187 21.875c0.234-0.234 0.234-0.578 0-0.812-0.219-0.219-0.578-0.219-0.797 0-0.938 0.953-2.953 1.281-4.391 1.281s-3.453-0.328-4.391-1.281c-0.219-0.219-0.578-0.219-0.797 0-0.234 0.219-0.234 0.578 0 0.812 1.484 1.484 4.344 1.594 5.187 1.594s3.703-0.109 5.187-1.594zM19.141 18.672c1.281 0 2.328-1.047 2.328-2.344 0-1.281-1.047-2.328-2.328-2.328-1.297 0-2.344 1.047-2.344 2.328 0 1.297 1.047 2.344 2.344 2.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edge\" viewBox=\"0 0 28 28\">\n<title>edge</title>\n<path d=\"M1.078 12.422h0.016c0.812-6.469 5.234-12.437 13.141-12.422 4.797 0 8.75 2.25 11.062 6.391 1.188 2.141 1.625 4.422 1.625 6.906v2.938h-17.578c0.078 7.25 10.656 7 15.219 3.813v5.891c-2.672 1.609-8.703 3-13.406 1.203-3.984-1.531-6.766-5.672-6.813-9.703-0.063-5.203 2.578-8.656 6.813-10.625-0.891 1.125-1.578 2.344-1.937 4.453h9.922c0.578-5.922-5.609-5.922-5.609-5.922-5.844 0.203-10.063 3.609-12.453 7.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card-alt\" viewBox=\"0 0 36 28\">\n<title>credit-card-alt</title>\n<path d=\"M0 23.5v-9.5h36v9.5c0 1.375-1.125 2.5-2.5 2.5h-31c-1.375 0-2.5-1.125-2.5-2.5zM10 20v2h6v-2h-6zM4 20v2h4v-2h-4zM33.5 2c1.375 0 2.5 1.125 2.5 2.5v3.5h-36v-3.5c0-1.375 1.125-2.5 2.5-2.5h31z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codiepie\" viewBox=\"0 0 27 28\">\n<title>codiepie</title>\n<path d=\"M24.75 20.156l-3.406-1.734c-1.531 2.5-4.25 4.031-7.187 4.031-4.656 0-8.422-3.766-8.422-8.406 0-4.656 3.766-8.422 8.422-8.422 2.734 0 5.297 1.328 6.875 3.578l3.359-1.953c-2.297-3.531-6.188-5.641-10.391-5.641-6.844 0-12.391 5.547-12.391 12.391s5.547 12.391 12.391 12.391c4.438 0 8.547-2.375 10.75-6.234zM16.094 13.953l10.828 5.5c-2.375 5.187-7.141 8.547-12.922 8.547-7.734 0-14-6.266-14-14s6.266-14 14-14c5.5 0 10.031 3.031 12.594 7.812zM24.109 14h-0.609v2.5h-1.5v-5.5h2.125c1.734 0 1.891 3-0.016 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-modx\" viewBox=\"0 0 28 28\">\n<title>modx</title>\n<path d=\"M22.297 11.078l-9.594-6.031 1.437-2.359h13.359zM6.328 15.219l-2.875-1.813v-13.406l18.484 11.609zM22.25 13.109l2.297 1.484v13.406l-8.313-5.234zM21.672 12.781l-7.812 12.531h-13.359l5.563-8.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fort-awesome\" viewBox=\"0 0 26 28\">\n<title>fort-awesome</title>\n<path d=\"M10 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM18 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM26 16.25v11.75h-10v-5c0-1.656-1.344-3-3-3s-3 1.344-3 3v5h-10v-11.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-9.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.328 0.438-0.25 0.641-0.25v-6.109c-0.297-0.141-0.5-0.453-0.5-0.781 0-0.469 0.391-0.859 0.859-0.859s0.859 0.391 0.859 0.859c0 0.328-0.203 0.641-0.5 0.781v0.266c0.422-0.094 0.859-0.156 1.297-0.156 0.641 0 1.25 0.234 1.781 0.234 0.484 0 1.031-0.234 1.313-0.234 0.141 0 0.25 0.109 0.25 0.25v3.281c0 0.375-1.266 0.438-1.516 0.438-0.578 0-1.125-0.234-1.719-0.234-0.469 0-0.953 0.078-1.406 0.187v2.078c0.203 0 0.641-0.078 0.641 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v9.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-usb\" viewBox=\"0 0 36 28\">\n<title>usb</title>\n<path d=\"M35.75 12.578c0.156 0.078 0.25 0.25 0.25 0.422s-0.094 0.344-0.25 0.422l-5 3c-0.078 0.047-0.156 0.078-0.25 0.078-0.078 0-0.172-0.016-0.25-0.063-0.156-0.094-0.25-0.25-0.25-0.438v-2h-13.406c0.5 0.781 0.922 1.703 1.297 2.578 0.75 1.687 1.516 3.422 2.609 3.422h1.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-2.391 0-3.469-2.453-4.438-4.609-0.734-1.672-1.5-3.391-2.562-3.391h-5.625c-0.453 1.719-2.016 3-3.875 3-2.203 0-4-1.797-4-4s1.797-4 4-4c1.859 0 3.422 1.281 3.875 3h1.625c1.062 0 1.828-1.719 2.562-3.391 0.969-2.156 2.047-4.609 4.438-4.609h1.672c0.422-1.172 1.516-2 2.828-2 1.656 0 3 1.344 3 3s-1.344 3-3 3c-1.313 0-2.406-0.828-2.828-2h-1.672c-1.094 0-1.859 1.734-2.609 3.422-0.375 0.875-0.797 1.797-1.297 2.578h17.406v-2c0-0.187 0.094-0.344 0.25-0.438s0.359-0.078 0.5 0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-product-hunt\" viewBox=\"0 0 28 28\">\n<title>product-hunt</title>\n<path d=\"M17.969 11.906c0 1.156-0.938 2.094-2.109 2.094v0h-3.953v-4.203h3.953c1.172 0 2.109 0.938 2.109 2.109zM20.766 11.906c0-2.719-2.188-4.906-4.906-4.906v0h-6.766v14h2.812v-4.203h3.953c2.719 0 4.906-2.188 4.906-4.891zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mixcloud\" viewBox=\"0 0 36 28\">\n<title>mixcloud</title>\n<path d=\"M25.703 17.156c0-1.25-0.797-2.312-1.891-2.734-0.078 0.484-0.203 0.969-0.359 1.437-0.156 0.5-0.625 0.812-1.125 0.812-0.125 0-0.25-0.016-0.375-0.047-0.641-0.219-0.969-0.891-0.766-1.516 0.234-0.719 0.359-1.469 0.359-2.234 0-3.906-3.187-7.094-7.109-7.094-2.812 0-5.344 1.672-6.469 4.172 1.094 0.281 2.109 0.844 2.938 1.656 0.469 0.469 0.469 1.234 0 1.703s-1.234 0.469-1.703 0c-0.75-0.75-1.75-1.172-2.812-1.172-2.203 0-4 1.781-4 3.984s1.797 3.984 4 3.984h16.344c1.641 0 2.969-1.328 2.969-2.953zM28.094 17.156c0 2.953-2.406 5.344-5.359 5.344h-16.344c-3.531 0-6.391-2.859-6.391-6.375 0-3.203 2.375-5.844 5.453-6.297 1.297-3.813 4.906-6.438 8.984-6.438 4.922 0 8.984 3.766 9.453 8.563 2.391 0.516 4.203 2.656 4.203 5.203zM32 17.156c0 1.781-0.516 3.5-1.516 4.984-0.234 0.344-0.609 0.516-1 0.516v0c-0.234 0-0.469-0.063-0.672-0.203-0.547-0.359-0.688-1.109-0.313-1.656 0.734-1.078 1.109-2.328 1.109-3.641 0-1.297-0.375-2.562-1.109-3.641-0.375-0.547-0.234-1.281 0.313-1.656s1.297-0.219 1.672 0.328c1 1.469 1.516 3.187 1.516 4.969zM36 17.156c0 2.484-0.719 4.875-2.094 6.922-0.234 0.344-0.609 0.531-1 0.531v0c-0.219 0-0.453-0.063-0.656-0.203-0.547-0.375-0.703-1.109-0.328-1.656 1.094-1.656 1.687-3.594 1.687-5.594s-0.594-3.937-1.687-5.578c-0.375-0.547-0.219-1.297 0.328-1.656 0.547-0.375 1.281-0.234 1.656 0.328 1.375 2.031 2.094 4.422 2.094 6.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-scribd\" viewBox=\"0 0 24 28\">\n<title>scribd</title>\n<path d=\"M23.438 24.203c0 1.859-1.5 3.375-3.375 3.375s-3.391-1.516-3.391-3.375c0-1.875 1.516-3.391 3.391-3.391s3.375 1.516 3.375 3.391zM19.797 19.812c-2.375 0.313-4.219 2.344-4.219 4.813 0 0.766 0.187 1.516 0.516 2.156-1.406 0.75-3.313 1.219-5.922 1.219-8.313 0-9.609-5.875-9.609-6.656 0-0.797 0.469-3.406 3.406-3.406s3.344 2.516 3.344 3.031c0 0 0 0.531-0.359 1.266 1 0.938 3.359 0.938 3.359 0.938 2.359 0 4.141-1.156 4.141-2.875 0-1.734-2-2.578-6.563-4.719-4.562-2.156-6.281-3.734-6.281-7.656 0-3.938 2.625-7.922 9.172-7.922s9.016 3.672 9.016 6.188-2.141 3.141-2.938 3.141c-0.781 0-3.672 0.266-3.672-4.078-0.516-0.578-2.766-0.578-2.766-0.578-2.266 0-3.266 1.719-3.266 2.766 0 1.062 0.422 2.375 5.141 3.938 7.234 2.406 7.5 5.547 7.5 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle\" viewBox=\"0 0 24 28\">\n<title>pause-circle</title>\n<path d=\"M11 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM18 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle-o\" viewBox=\"0 0 24 28\">\n<title>pause-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM13.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle\" viewBox=\"0 0 24 28\">\n<title>stop-circle</title>\n<path d=\"M17 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle-o\" viewBox=\"0 0 24 28\">\n<title>stop-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-bag\" viewBox=\"0 0 28 28\">\n<title>shopping-bag</title>\n<path d=\"M27.453 22l0.547 4.891c0.031 0.281-0.063 0.562-0.25 0.781-0.187 0.203-0.469 0.328-0.75 0.328h-26c-0.281 0-0.562-0.125-0.75-0.328-0.187-0.219-0.281-0.5-0.25-0.781l0.547-4.891h26.906zM26 8.891l1.344 12.109h-26.688l1.344-12.109c0.063-0.5 0.484-0.891 1-0.891h4v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h6v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h4c0.516 0 0.938 0.391 1 0.891zM20 6v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-3.313 2.688-6 6-6s6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-basket\" viewBox=\"0 0 32 28\">\n<title>shopping-basket</title>\n<path d=\"M30 12c1.109 0 2 0.891 2 2s-0.891 2-2 2h-0.234l-1.797 10.344c-0.172 0.953-1 1.656-1.969 1.656h-20c-0.969 0-1.797-0.703-1.969-1.656l-1.797-10.344h-0.234c-1.109 0-2-0.891-2-2s0.891-2 2-2h28zM7.578 24.5c0.547-0.047 0.969-0.531 0.922-1.078l-0.5-6.5c-0.047-0.547-0.531-0.969-1.078-0.922s-0.969 0.531-0.922 1.078l0.5 6.5c0.047 0.516 0.484 0.922 1 0.922h0.078zM14 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM20 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM25.5 23.578l0.5-6.5c0.047-0.547-0.375-1.031-0.922-1.078s-1.031 0.375-1.078 0.922l-0.5 6.5c-0.047 0.547 0.375 1.031 0.922 1.078h0.078c0.516 0 0.953-0.406 1-0.922zM7.438 4.562l-1.453 6.438h-2.063l1.578-6.891c0.406-1.828 2.016-3.109 3.891-3.109h2.609c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1h2.609c1.875 0 3.484 1.281 3.891 3.109l1.578 6.891h-2.063l-1.453-6.438c-0.219-0.922-1.016-1.563-1.953-1.563h-2.609c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1h-2.609c-0.938 0-1.734 0.641-1.953 1.563z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hashtag\" viewBox=\"0 0 28 28\">\n<title>hashtag</title>\n<path d=\"M15.484 16l1-4h-3.969l-1 4h3.969zM27.484 8.125l-0.875 3.5c-0.063 0.219-0.25 0.375-0.484 0.375h-5.109l-1 4h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.141 0.281 0.094 0.438l-0.875 3.5c-0.047 0.219-0.25 0.375-0.484 0.375h-5.109l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.5c-0.156 0-0.313-0.078-0.406-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-3.969l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.516c-0.141 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l0.875-3.5c0.063-0.219 0.25-0.375 0.484-0.375h5.109l1-4h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.141-0.281-0.094-0.438l0.875-3.5c0.047-0.219 0.25-0.375 0.484-0.375h5.109l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h3.969l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth\" viewBox=\"0 0 24 28\">\n<title>bluetooth</title>\n<path d=\"M13.141 16.453l2.312 2.312-2.328 2.328zM13.125 6.906l2.328 2.328-2.312 2.312-0.016-4.641zM11.094 26.031l7.25-7.25-4.781-4.781 4.781-4.781-7.25-7.25v9.547l-3.984-3.984-1.453 1.453 5 5.016-5 5.016 1.453 1.453 3.984-3.984v9.547zM22.328 14c0 11.094-4.219 14-10.328 14v0c-6.109 0-10.328-2.906-10.328-14s4.219-14 10.328-14 10.328 2.906 10.328 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth-b\" viewBox=\"0 0 16 28\">\n<title>bluetooth-b</title>\n<path d=\"M9.312 22.234l2.703-2.688-2.703-2.688v5.375zM9.312 11.141l2.703-2.688-2.703-2.688v5.375zM9.812 14l5.563 5.563-8.422 8.437v-11.109l-4.641 4.625-1.687-1.687 5.812-5.828-5.812-5.828 1.687-1.687 4.641 4.625v-11.109l8.422 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-percent\" viewBox=\"0 0 24 28\">\n<title>percent</title>\n<path d=\"M20 20c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM8 8c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM24 20c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM22.5 3c0 0.219-0.078 0.422-0.203 0.594l-16.5 22c-0.187 0.25-0.484 0.406-0.797 0.406h-2.5c-0.547 0-1-0.453-1-1 0-0.219 0.078-0.422 0.203-0.594l16.5-22c0.187-0.25 0.484-0.406 0.797-0.406h2.5c0.547 0 1 0.453 1 1zM12 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gitlab\" viewBox=\"0 0 28 28\">\n<title>gitlab</title>\n<path d=\"M1.625 11.031l12.375 15.859-13.563-9.844c-0.375-0.281-0.531-0.766-0.391-1.203l1.578-4.813zM8.844 11.031h10.313l-5.156 15.859zM5.75 1.469l3.094 9.562h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0zM26.375 11.031l1.578 4.813c0.141 0.438-0.016 0.922-0.391 1.203l-13.563 9.844 12.375-15.859zM26.375 11.031h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpbeginner\" viewBox=\"0 0 28 28\">\n<title>wpbeginner</title>\n<path d=\"M6 13h2.5v-3.5h-2.5v3.5zM19.078 18.188v-1.437c-1.344 0.469-2.453 0.578-3.797 0.594-3.016 0.016-5.688-1.234-7.5-2.641l0.016 1.5c1.703 1.547 4.312 2.766 7.562 2.75 1.359 0 2.641-0.281 3.719-0.766zM10 13h10v-3.5h-10v3.5zM28 12.5c0 1.984-0.562 3.859-1.547 5.5 0.875 1 1.391 2.234 1.391 3.578 0 3.266-3.094 5.922-6.922 5.922-2.594 0-4.844-1.219-6.031-3.016-0.297 0.016-0.594 0.016-0.891 0.016s-0.594 0-0.891-0.016c-1.188 1.797-3.437 3.016-6.031 3.016-3.828 0-6.922-2.656-6.922-5.922 0-1.344 0.516-2.578 1.391-3.578-0.984-1.641-1.547-3.516-1.547-5.5 0-6.625 6.266-12 14-12s14 5.375 14 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpforms\" viewBox=\"0 0 24 28\">\n<title>wpforms</title>\n<path d=\"M8.047 14.234v2h-3.938v-2h3.938zM8.047 10.25v1.984h-3.938v-1.984h3.938zM19.891 18.234v2h-5.328v-2h5.328zM19.891 14.234v2h-10.5v-2h10.5zM19.891 10.25v1.984h-10.5v-1.984h10.5zM22 23.688v-19.375c0-0.172-0.141-0.313-0.313-0.313h-0.5l-5.906 4-3.281-2.672-3.281 2.672-5.906-4h-0.5c-0.172 0-0.313 0.141-0.313 0.313v19.375c0 0.172 0.141 0.313 0.313 0.313h19.375c0.172 0 0.313-0.141 0.313-0.313zM8.641 6.344l2.891-2.344h-6.344zM15.359 6.344l3.453-2.344h-6.344zM24 4.312v19.375c0 1.281-1.031 2.312-2.312 2.312h-19.375c-1.281 0-2.312-1.031-2.312-2.312v-19.375c0-1.281 1.031-2.312 2.312-2.312h19.375c1.281 0 2.312 1.031 2.312 2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envira\" viewBox=\"0 0 30 28\">\n<title>envira</title>\n<path d=\"M14 12.75c-1.984-3.75-3.813-7.406-9.016-9.875-3.109-1.469-0.328 0.578-0.328 0.578 2.828 1.953 4.125 4.594 5.641 7.484 1.969 3.766 4.937 8.734 9.016 10.484 4.062 1.75 2.141 0.781 0.375-0.531-1.766-1.328-4.266-5.437-5.688-8.141zM8.578 21.234c-5.641-4.469-5.328-9.812-8.578-21.234 29.859 0 22.922 19.828 22.953 22.891l5.047 5.109h-1.625l-4.391-4.453c-2.438 0.266-7.781 2.156-13.406-2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-universal-access\" viewBox=\"0 0 28 28\">\n<title>universal-access</title>\n<path d=\"M21.469 10.266c-0.125-0.531-0.656-0.859-1.203-0.734-2.234 0.531-4.266 0.969-6.266 0.969s-4.031-0.438-6.266-0.969c-0.547-0.125-1.078 0.203-1.203 0.734-0.125 0.547 0.203 1.078 0.734 1.203 1.656 0.391 3.203 0.734 4.734 0.906-0.063 5.281-0.641 6.75-1.297 8.437l-0.141 0.328c-0.203 0.516 0.063 1.094 0.578 1.297 0.109 0.047 0.234 0.063 0.359 0.063 0.406 0 0.781-0.234 0.938-0.641l0.125-0.313c0.438-1.125 0.844-2.172 1.109-4.047h0.656c0.266 1.875 0.672 2.922 1.109 4.047l0.125 0.313c0.156 0.406 0.531 0.641 0.938 0.641 0.125 0 0.25-0.016 0.359-0.063 0.516-0.203 0.781-0.781 0.578-1.297l-0.141-0.328c-0.656-1.687-1.234-3.156-1.297-8.437 1.531-0.172 3.078-0.516 4.734-0.906 0.531-0.125 0.859-0.656 0.734-1.203zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM25 14c0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11 11 4.922 11 11zM14 2c-6.609 0-12 5.391-12 12s5.391 12 12 12 12-5.391 12-12-5.391-12-12-12zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair-alt\" viewBox=\"0 0 24 28\">\n<title>wheelchair-alt</title>\n<path d=\"M22.469 12.703c0.328 0.344 0.5 0.812 0.453 1.281l-0.688 8.609c-0.078 0.875-0.797 1.531-1.656 1.531-0.047 0-0.094 0-0.141-0.016-0.922-0.063-1.594-0.875-1.531-1.781l0.547-6.703-2.234 0.125c0.547 1.125 0.859 2.406 0.859 3.75 0 2.25-0.875 4.297-2.312 5.812l-2.141-2.141c0.875-0.969 1.422-2.266 1.422-3.672 0-3.031-2.453-5.484-5.469-5.484-1.422 0-2.703 0.547-3.687 1.437l-2.141-2.156c1.203-1.141 2.734-1.922 4.438-2.203l4.125-4.688-2.328-1.359-2.828 2.516c-0.688 0.625-1.734 0.562-2.344-0.125s-0.547-1.734 0.125-2.344l3.734-3.328c0.531-0.484 1.313-0.562 1.937-0.187 7.609 4.422 7.625 4.422 7.625 4.422 0.406 0.234 0.641 0.641 0.75 1.062 0.156 0.609 0.047 1.297-0.406 1.828l-3.203 3.625 5.797-0.313c0.484-0.031 0.953 0.141 1.297 0.5zM19.375 5.563c-1.531 0-2.781-1.234-2.781-2.781 0-1.531 1.25-2.781 2.781-2.781 1.547 0 2.797 1.25 2.797 2.781 0 1.547-1.25 2.781-2.797 2.781zM9.578 24.969c1.125 0 2.188-0.359 3.063-0.953l2.172 2.172c-1.437 1.141-3.266 1.813-5.234 1.813-4.703 0-8.516-3.813-8.516-8.5 0-1.984 0.672-3.797 1.813-5.25l2.172 2.172c-0.594 0.875-0.938 1.937-0.938 3.078 0 3.016 2.453 5.469 5.469 5.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle-o\" viewBox=\"0 0 24 28\">\n<title>question-circle-o</title>\n<path d=\"M13.75 18.75v2.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-2.5c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5zM17.75 11c0 2.219-1.547 3.094-2.688 3.734-0.812 0.469-1.313 0.766-1.313 1.266v0.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1.062c0-1.922 1.375-2.531 2.484-3.031 0.938-0.438 1.516-0.734 1.516-1.437 0-0.906-1.141-1.578-2.172-1.578-0.547 0-1.125 0.172-1.484 0.422-0.344 0.234-0.672 0.578-1.25 1.297-0.094 0.125-0.234 0.187-0.391 0.187-0.109 0-0.219-0.031-0.297-0.094l-1.687-1.281c-0.203-0.156-0.25-0.453-0.109-0.672 1.281-2.016 3.078-3 5.453-3v0c2.562 0 5.437 2.031 5.437 4.75zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-blind\" viewBox=\"0 0 22 28\">\n<title>blind</title>\n<path d=\"M5.719 4.859c-1.344 0-2.438-1.094-2.438-2.438 0-1.328 1.094-2.422 2.438-2.422s2.422 1.094 2.422 2.422c0 1.344-1.078 2.438-2.422 2.438zM14.328 14.891c0 1.687-1.797 1.313-2.203 0.625l-5.734-6.844c-0.25-0.406-0.438-0.219-0.438-0.219s-0.109 0.125 0.063 0.328l1.906 2.172 0.016 5.531c-1.344 3.906-2.516 7.141-2.516 7.141-0.734 2.094-1.344 3.906-1.875 4.156-0.641 0.328-1.109 0.25-1.609 0.016-0.656-0.297-0.844-1.094-0.797-1.563 0 0 0.031-0.25 3.078-9.656l0.078-6.5-1.328 2.562 0.547 3.469c0.203 1.313-0.906 1.484-0.906 1.484-1.062 0.172-1.281-1.062-1.281-1.094l-0.719-4.672c3.281-5.922 3.297-5.953 3.297-5.953v0c0.25-0.375 0.812-0.531 1.766-0.531 0.844 0 1.375 0.25 1.672 0.625v0l6.625 8.141c0.094 0.063 0.156 0.156 0.219 0.266l0.047 0.047-0.016 0.016c0.078 0.141 0.109 0.297 0.109 0.453zM8.031 17.234c1.5 3.984 2.844 7 2.844 7 0.453 1.156 1.234 2.812 0.094 3.469-1.125 0.656-2.031-0.109-2.281-0.641v0h-0.016c-0.047-0.125-0.094-0.25-0.125-0.391l-1.937-5.484zM20.906 26.484c0.328 0.516 0.609 0.891 0.438 1-0.297 0.187-0.391-0.359-0.719-0.891 0 0-1.766-2.672-6.609-10.328 0.094 0.031 0.266-0.109 0.266-0.109s0.172-0.141 0.172-0.266c4.813 7.859 6.453 10.594 6.453 10.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-audio-description\" viewBox=\"0 0 36 28\">\n<title>audio-description</title>\n<path d=\"M7.875 15.531h2.672l-0.016-4.141zM23.906 13.984c0-1.734-1-3.016-3.078-3.016h-0.844v6.062h0.812c1.953 0 3.109-1.422 3.109-3.047zM14.938 8.094l0.016 11.813c0 0.297-0.234 0.531-0.516 0.531h-3.375c-0.281 0-0.516-0.234-0.516-0.531v-0.969h-4.547l-0.859 1.266c-0.094 0.141-0.266 0.234-0.438 0.234h-4.172c-0.438 0-0.688-0.484-0.422-0.828l8.687-11.828c0.094-0.141 0.25-0.219 0.422-0.219h5.187c0.297 0 0.531 0.234 0.531 0.531zM27.859 13.984c0 4.109-3 6.453-7.031 6.453h-4.219c-0.297 0-0.531-0.234-0.531-0.531v-11.813c0-0.297 0.234-0.531 0.531-0.531h4.188c4.062 0 7.063 2.312 7.063 6.422zM30.297 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.109-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM33.172 14c0 0 0.063 4.062-2.328 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM36 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.109-2.531 2.156-6.469 2.156-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-control-phone\" viewBox=\"0 0 22 28\">\n<title>volume-control-phone</title>\n<path d=\"M9.641 26.391c0-0.375-0.828-3.031-1-3.656-0.094-0.391-0.125-1.031-0.422-1.313-0.203-0.187-0.531-0.219-0.797-0.219-0.734 0-1.469 0.172-2.203 0.172-0.219 0-0.547-0.016-0.734-0.172-0.25-0.203-0.375-0.906-0.469-1.219-0.375-1.297-0.578-2.625-0.578-3.984s0.203-2.688 0.578-3.984c0.094-0.313 0.219-1.016 0.469-1.219 0.187-0.156 0.516-0.172 0.734-0.172 0.734 0 1.469 0.172 2.203 0.172 0.266 0 0.594-0.031 0.797-0.219 0.297-0.281 0.328-0.922 0.422-1.313 0.172-0.625 1-3.281 1-3.656 0-0.531-1.406-1.313-1.859-1.484-0.234-0.094-0.469-0.125-0.703-0.125-0.516 0-1.031 0.141-1.531 0.281-2.562 0.766-3.172 2.328-4.188 4.531-1.094 2.359-1.359 4.609-1.359 7.187s0.266 4.828 1.359 7.187c1.016 2.203 1.625 3.766 4.188 4.531 0.5 0.141 1.016 0.281 1.531 0.281 0.234 0 0.469-0.031 0.703-0.125 0.453-0.172 1.859-0.953 1.859-1.484zM12.125 12.125c-0.266 0-0.516-0.109-0.703-0.297-0.391-0.391-0.406-1.031 0-1.422 0.375-0.375 0.578-0.875 0.578-1.406s-0.203-1.031-0.578-1.422c-0.406-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c0.75 0.75 1.172 1.766 1.172 2.828s-0.422 2.078-1.172 2.828c-0.203 0.187-0.453 0.297-0.703 0.297zM14.953 14.953c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.125-1.141 1.75-2.641 1.75-4.25s-0.625-3.109-1.75-4.25c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c1.516 1.516 2.344 3.516 2.344 5.656s-0.828 4.141-2.344 5.656c-0.187 0.203-0.453 0.297-0.703 0.297zM17.781 17.781c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.875-1.891 2.922-4.406 2.922-7.078s-1.047-5.187-2.922-7.078c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c2.266 2.266 3.516 5.281 3.516 8.484s-1.25 6.219-3.516 8.484c-0.187 0.203-0.453 0.297-0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-braille\" viewBox=\"0 0 34 28\">\n<title>braille</title>\n<path d=\"M3 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 2.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM34 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-assistive-listening-systems\" viewBox=\"0 0 28 28\">\n<title>assistive-listening-systems</title>\n<path d=\"M2 27c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5 24c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5.703 18.297l4 4-1.406 1.406-4-4zM11 18c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22.047 13c0 2.594-1.219 3.984-2.281 5.219-0.984 1.125-1.766 2.016-1.766 3.781 0 3.313-2.688 6-6 6-0.547 0-1-0.453-1-1s0.453-1 1-1c2.203 0 4-1.797 4-4 0-2.516 1.203-3.891 2.25-5.094 0.969-1.109 1.797-2.063 1.797-3.906 0-3.859-3.141-7-7-7s-7 3.141-7 7c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-4.969 4.031-9 9-9s9 4.031 9 9zM14 15c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM18.5 13c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-1.937-1.563-3.5-3.5-3.5-1.922 0-3.5 1.563-3.5 3.5 0 0.547-0.453 1-1 1s-1-0.453-1-1c0-3.031 2.469-5.5 5.5-5.5s5.5 2.469 5.5 5.5zM24.656 8.484c0.203 0.516-0.063 1.094-0.578 1.297-0.109 0.047-0.234 0.063-0.359 0.063-0.391 0-0.781-0.234-0.922-0.641-0.703-1.828-1.922-3.422-3.5-4.609-0.438-0.328-0.531-0.953-0.203-1.391 0.344-0.438 0.969-0.531 1.406-0.203 1.875 1.406 3.313 3.313 4.156 5.484zM27.937 7.219c0.187 0.516-0.063 1.094-0.578 1.297-0.125 0.047-0.234 0.063-0.359 0.063-0.406 0-0.781-0.234-0.938-0.641-0.938-2.438-2.547-4.562-4.641-6.141-0.453-0.328-0.531-0.953-0.203-1.391 0.328-0.453 0.953-0.531 1.391-0.203 2.406 1.797 4.25 4.234 5.328 7.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-american-sign-language-interpreting\" viewBox=\"0 0 36 28\">\n<title>american-sign-language-interpreting</title>\n<path d=\"M16.125 15c-0.547-0.016-1.062-0.328-1.313-0.859-0.344-0.703-1.031-1.141-1.813-1.141-1.109 0-2 0.891-2 2 0 0.531 0.187 1.047 0.562 1.391l0.156 0.125c0.344 0.313 0.797 0.484 1.281 0.484 0.781 0 1.469-0.438 1.813-1.141 0.25-0.531 0.766-0.844 1.313-0.859zM25 13c0-0.531-0.187-1.047-0.562-1.391l-0.156-0.125c-0.344-0.313-0.797-0.484-1.281-0.484-0.781 0-1.469 0.438-1.813 1.141-0.25 0.531-0.766 0.844-1.313 0.859 0.547 0.016 1.062 0.328 1.313 0.859 0.344 0.703 1.031 1.141 1.813 1.141 1.109 0 2-0.891 2-2zM18.344 9.547c-0.359 0.734-1.266 1.047-2 0.688-0.656-0.328-1.359-0.484-2.094-0.484-0.547 0-1.062 0.094-1.547 0.266 0.094 0 0.203-0.016 0.297-0.016 1.922 0 3.687 1.125 4.516 2.859 0.359 0.75 0.031 1.641-0.719 2-0.187 0.094-0.391 0.141-0.609 0.141 0.219 0 0.422 0.047 0.609 0.141 0.75 0.359 1.078 1.25 0.719 2-0.828 1.734-2.594 2.859-4.516 2.859v0h-0.094c-0.234-0.031-0.453-0.047-0.688-0.063l-4.531-0.422-3.734 1.875c-0.156 0.078-0.297 0.109-0.453 0.109-0.359 0-0.719-0.203-0.891-0.547l-2.5-5c-0.234-0.484-0.063-1.062 0.391-1.328l3.266-1.859 2.312-4.172c0.359-3.219 1.953-6.172 4.484-8.25 0.641-0.531 1.594-0.438 2.109 0.203 0.531 0.641 0.438 1.578-0.203 2.109-0.703 0.594-1.328 1.266-1.828 2 1.219-0.828 2.625-1.391 4.172-1.578 0.828-0.109 1.578 0.469 1.672 1.297 0.109 0.828-0.469 1.578-1.297 1.672-0.906 0.109-1.75 0.422-2.484 0.859 0.5-0.109 1.016-0.156 1.547-0.156 1.188 0 2.344 0.266 3.406 0.781 0.75 0.375 1.062 1.266 0.688 2.016zM33.391 7.047l2.5 5c0.234 0.484 0.063 1.062-0.391 1.328l-3.266 1.859-2.312 4.172c-0.359 3.219-1.953 6.172-4.484 8.25-0.281 0.234-0.625 0.344-0.953 0.344-0.438 0-0.859-0.187-1.156-0.547-0.531-0.641-0.438-1.578 0.203-2.109 0.703-0.594 1.328-1.266 1.828-2-1.219 0.828-2.625 1.391-4.172 1.578-0.063 0.016-0.125 0.016-0.187 0.016-0.75 0-1.391-0.562-1.484-1.313-0.109-0.828 0.469-1.578 1.297-1.672 0.906-0.109 1.75-0.422 2.484-0.859-0.5 0.109-1.016 0.156-1.547 0.156-1.188 0-2.344-0.266-3.406-0.781-0.75-0.375-1.062-1.266-0.688-2.016 0.359-0.734 1.266-1.047 2-0.688 0.656 0.328 1.359 0.484 2.094 0.484 0.547 0 1.062-0.094 1.547-0.266-0.094 0-0.203 0.016-0.297 0.016-1.922 0-3.687-1.125-4.516-2.859-0.359-0.75-0.031-1.641 0.719-2 0.187-0.094 0.391-0.141 0.609-0.141-0.219 0-0.422-0.047-0.609-0.141-0.75-0.359-1.078-1.25-0.719-2 0.828-1.734 2.594-2.859 4.516-2.859v0h0.109c0.219 0.031 0.438 0.047 0.656 0.063l4.547 0.422 3.734-1.875c0.156-0.078 0.297-0.109 0.453-0.109 0.359 0 0.719 0.203 0.891 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deaf\" viewBox=\"0 0 28 28\">\n<title>deaf</title>\n<path d=\"M16.5 13c0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5c0 0.547 0.453 1 1 1s1-0.453 1-1c0-1.937 1.578-3.5 3.5-3.5s3.5 1.563 3.5 3.5zM13.047 4c-4.969 0-9 4.031-9 9 0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.859 3.141-7 7-7s7 3.141 7 7c0 1.844-0.828 2.797-1.797 3.906-1.047 1.203-2.25 2.578-2.25 5.094 0 2.203-1.797 4-4 4-0.547 0-1 0.453-1 1s0.453 1 1 1c3.313 0 6-2.688 6-6 0-1.766 0.781-2.656 1.766-3.781 1.062-1.234 2.281-2.625 2.281-5.219 0-4.969-4.031-9-9-9zM9.234 15.234l3.531 3.531-9.047 9.047c-0.25 0.25-0.656 0.25-0.906 0l-2.625-2.625c-0.25-0.25-0.25-0.656 0-0.906zM25.188 0.187l2.625 2.625c0.25 0.25 0.25 0.656 0 0.922l-3.641 3.641-0.406 0.391-1.109 1.109c-0.672-1.563-1.703-2.938-3.047-4.031l4.656-4.656c0.266-0.25 0.672-0.25 0.922 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide\" viewBox=\"0 0 24 28\">\n<title>glide</title>\n<path d=\"M13.531 8.047c0 0.5-0.109 0.984-0.203 1.469-0.328 1.563-0.641 3.125-0.969 4.688-0.047 0.219-0.047 0.219-0.281 0.234-0.156 0.016-0.328 0.031-0.484 0.031-1.344 0-1.719-1.453-1.719-2.547 0-1.625 0.641-3.797 2.156-4.656 0.25-0.125 0.516-0.219 0.797-0.219 0.641 0 0.703 0.469 0.703 1zM21.125 14.672c0-0.281-1.156-2.109-1.422-2.219-0.125-0.047-0.391-0.125-0.531-0.125-1.281 0-2.438 0.578-3.531 1.203l-0.031-0.031c0.25-1.672 0.812-3.156 0.812-4.891 0-2.484-1.328-3.641-3.781-3.641-0.359 0-0.719 0.047-1.062 0.094-3.078 0.547-4.953 4.062-4.953 6.953 0 3.063 1.766 4.75 4.813 4.75 0.063 0 0.391-0.031 0.391 0.047 0 0.031 0 0.047-0.016 0.078-0.063 0.594-0.25 1.25-0.406 1.828-0.234 0.859-1.047 2.344-2.094 2.344-0.453 0-0.656-0.313-0.656-0.734 0-1.359 1.563-2.172 1.594-2.25 0-0.063-0.078-0.125-0.109-0.156-0.484-0.438-1.281-0.797-1.937-0.797-1.188 0-1.828 1.906-1.828 2.875 0 1.813 1.141 3.063 2.969 3.063 2.703 0 4.672-2.844 5.281-5.187 0.172-0.688 0.297-1.391 0.469-2.078 0.031-0.141 0.078-0.203 0.219-0.281 1.109-0.562 2.281-0.938 3.547-0.938 0.688 0 1.297 0.125 1.984 0.281 0.016 0.016 0.047 0.016 0.063 0.016 0.094 0 0.219-0.109 0.219-0.203zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide-g\" viewBox=\"0 0 24 28\">\n<title>glide-g</title>\n<path d=\"M11.625 4.766c0-0.828-0.078-1.547-1.078-1.547-0.422 0-0.844 0.141-1.219 0.359-2.359 1.297-3.328 4.656-3.328 7.187 0 1.687 0.578 3.938 2.641 3.938 0.469 0 1.062 0.125 1.188-0.422 0.5-2.406 1-4.828 1.5-7.234 0.156-0.75 0.297-1.516 0.297-2.281zM23.406 15.016c0 0.156-0.203 0.313-0.359 0.313l-0.094-0.016c-1.062-0.156-2-0.438-3.078-0.438-1.953 0-3.75 0.578-5.484 1.453-0.219 0.109-0.266 0.203-0.328 0.422-0.281 1.062-0.469 2.156-0.734 3.219-0.938 3.641-3.984 8.031-8.156 8.031-2.844 0-4.594-1.937-4.594-4.734 0-1.516 0.984-4.469 2.812-4.469 0.641 0 3.156 0.828 3.172 1.484-0.031 0.125-2.453 1.375-2.453 3.484 0 0.641 0.313 1.141 1.016 1.141 2.484 0 3.625-4.531 3.875-6.438v-0.141c0-0.125-0.5-0.063-0.594-0.063-4.703 0-7.453-2.625-7.453-7.359 0-4.469 2.906-9.922 7.672-10.75 0.547-0.094 1.094-0.141 1.656-0.141 3.781 0 5.844 1.766 5.844 5.625 0 2.609-0.891 5.016-1.266 7.562l0.047 0.047c1.687-0.953 3.469-1.859 5.469-1.859 0.203 0 0.641 0.125 0.828 0.203 0.406 0.156 2.203 2.984 2.203 3.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-language\" viewBox=\"0 0 26 28\">\n<title>sign-language</title>\n<path d=\"M12.984 10.516c0.328 0 0.641 0.094 0.922 0.281l3.469 2.312c0.641 0.422 1.219 0.938 1.719 1.516l2.281 2.656c0.391 0.453 0.562 1.062 0.453 1.656l-1.125 6.453c-0.125 0.656-0.656 1.156-1.328 1.234l-8.234 0.875-5.5 0.5h-0.141c-0.812 0-1.5-0.656-1.5-1.5 0-0.781 0.656-1.406 1.437-1.5l4.062-0.5h-7c-0.859 0-1.547-0.719-1.5-1.578 0.047-0.812 0.766-1.422 1.578-1.422l6.906-0.016-8.141-1c-0.844-0.094-1.453-0.859-1.328-1.719 0.125-0.75 0.812-1.25 1.563-1.25h0.156l7.516 0.938-5.484-1.469c-0.781-0.203-1.375-0.922-1.25-1.719 0.125-0.75 0.766-1.266 1.484-1.266 0.109 0 0.203 0.016 0.313 0.031l7 1.5 3.391 0.578c0.031 0 0.063 0.016 0.094 0.016 0.469 0 0.703-0.641 0.281-0.922l-2.906-1.953c-0.719-0.484-0.891-1.453-0.375-2.141 0.281-0.391 0.734-0.594 1.188-0.594zM11.891 13.672l2.906 1.953-3.406-0.578-0.078-0.031-0.562-0.594-3.719-4.094c-0.031-0.031-0.047-0.078-0.078-0.109-0.484-0.641-0.375-1.578 0.297-2.094 0.625-0.484 1.516-0.328 2.063 0.25l2.219 2.297c-0.047 0.047-0.094 0.078-0.141 0.125-0.328 0.453-0.453 1-0.359 1.547 0.094 0.531 0.406 1.016 0.859 1.328zM25.75 6.578l0.234 4.156c0.047 0.766-0.016 1.547-0.172 2.297l-0.75 3.422c-0.125 0.594-0.5 1.078-1.047 1.359l-1.656 0.844c0.016-0.625-0.187-1.219-0.609-1.703l-2.281-2.656c-0.531-0.609-1.141-1.156-1.828-1.609l-3.469-2.312c-0.344-0.234-0.75-0.359-1.188-0.359-0.531 0-1.016 0.219-1.375 0.578l-3.672-4.875c-0.516-0.688-0.359-1.656 0.359-2.141 0.672-0.469 1.594-0.25 2.094 0.406l4.156 5.5-4.094-7.109c-0.438-0.734-0.187-1.687 0.578-2.094 0.719-0.375 1.625-0.078 2.031 0.625l3.766 6.563-2.125-5.266c-0.297-0.75-0.094-1.656 0.625-2.031 0.766-0.406 1.703-0.078 2.063 0.703l3.016 6.484 1.578 3.063c0.25 0.484 0.984 0.281 0.953-0.25l-0.187-3.5c-0.047-0.859 0.625-1.578 1.484-1.594 0.812 0 1.469 0.688 1.516 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-low-vision\" viewBox=\"0 0 28 28\">\n<title>low-vision</title>\n<path d=\"M5.234 21.187c-0.031 0-0.063-0.016-0.094-0.031-1.828-1.219-3.656-3.219-4.813-5.078-0.219-0.313-0.328-0.688-0.328-1.078 0-0.812 0.562-1.469 1.016-2.078 1.813-2.469 4.234-4.5 7.063-5.703-0.234-0.422-1.719-3.016-1.719-3.297 0-0.187 0.109-0.359 0.266-0.453 0.313-0.172 1.719-1 2-1 0.172 0 0.344 0.094 0.438 0.25l1.937 3.578c0.984-0.203 2-0.297 3-0.297 5.656 0 10.687 3.203 13.687 7.922 0.203 0.313 0.313 0.688 0.313 1.078s-0.109 0.766-0.313 1.078c-1.859 2.922-4.578 5.344-7.766 6.703 0.234 0.422 1.719 3.016 1.719 3.297 0 0.187-0.094 0.359-0.266 0.453-0.313 0.172-1.719 1-1.984 1-0.187 0-0.359-0.094-0.453-0.25l-1.937-3.578-1-1.859-6.937-12.812 0.109-0.109c-0.531 0.219-1.047 0.453-1.547 0.734 0.187 0.359 7.641 14.047 7.641 14.156 0 0.078-0.063 0.125-0.141 0.141-0.344 0.078-0.781 0.047-1.125 0.047-0.172 0-0.875 0.031-0.938-0.109l-7.125-13.141c-0.453 0.328-0.875 0.688-1.281 1.062 0.344 0.609 6.312 11.594 6.312 11.688 0 0.125-0.078 0.156-0.172 0.156-0.266 0-2.344-0.641-2.422-0.781l-1.656-3.078-3.5-6.453c-0.438 0.531-0.844 1.078-1.219 1.656 0.203 0.297 0.469 0.609 0.641 0.922 0.219 0.406 2.75 5.016 2.75 5.109 0 0.078-0.078 0.156-0.156 0.156zM18.203 19.594l0.766 1.422c2.922-1.188 5.328-3.375 7.031-6.016-1.734-2.672-4.203-4.891-7.172-6.078 1.391 1.328 2.172 3.156 2.172 5.078 0 2.203-1.031 4.281-2.797 5.594zM13.25 10c0 0.406 0.344 0.75 0.75 0.75 0.859 0 1.687 0.344 2.297 0.953s0.953 1.437 0.953 2.297c0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-2.625-2.125-4.75-4.75-4.75-0.406 0-0.75 0.344-0.75 0.75zM18.969 8.984l-0.141-0.063 0.109 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo\" viewBox=\"0 0 20 28\">\n<title>viadeo</title>\n<path d=\"M16.406 17.281c0 2.234-0.781 4.203-2.297 5.844-1.578 1.719-3.578 2.516-5.906 2.516-2.312 0-4.328-0.781-5.906-2.516-1.516-1.641-2.297-3.609-2.297-5.844 0-4.641 3.5-8.437 8.203-8.437 0.969 0 1.937 0.156 2.844 0.484-0.313 0.609-0.531 1.281-0.609 1.969-0.703-0.297-1.469-0.438-2.234-0.438-3.547 0-6.156 3.031-6.156 6.469 0 3.5 2.594 6.359 6.156 6.359s6.141-2.859 6.141-6.359c0-0.891-0.156-1.766-0.5-2.594 0.688-0.141 1.344-0.406 1.922-0.766 0.438 1.047 0.641 2.188 0.641 3.313zM13.219 14.328c0 3.938-1.594 7.219-4.969 9.344l-0.219 0.016c-0.328 0-0.656-0.031-0.969-0.078 4.516-1.719 5.344-8.578 5.344-12.766 0-0.531 0-1.078-0.047-1.609 0.562 1.641 0.859 3.359 0.859 5.094zM12.359 9.203v0.031c-0.812-2.391-1.937-4.703-3.219-6.875 1.969 1.328 3.047 4.547 3.219 6.844zM16.172 12.375c-0.969 0-1.828-0.516-2.5-1.172 1.594-0.875 3.609-2.234 4.531-3.859 0.109-0.219 0.297-0.625 0.328-0.875-0.906 2.031-3.219 3.625-5.375 4.125-0.344-0.531-0.547-1.125-0.547-1.766 0-0.75 0.375-1.75 0.938-2.297 0.641-0.609 1.594-0.922 2.453-1.156 1.25-0.344 2.266-1.313 2.812-2.484 0.812 1.156 1.156 2.562 1.156 3.953 0 0.703-0.109 1.984-0.375 2.656-0.578 1.406-1.75 2.875-3.422 2.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo-square\" viewBox=\"0 0 24 28\">\n<title>viadeo-square</title>\n<path d=\"M16.406 16.266c0-0.781-0.141-1.563-0.438-2.297-0.406 0.25-0.859 0.438-1.328 0.531 0.25 0.562 0.344 1.172 0.344 1.781 0 2.406-1.781 4.375-4.219 4.375-2.453 0-4.234-1.969-4.234-4.375 0-2.359 1.797-4.438 4.234-4.438 0.531 0 1.047 0.094 1.531 0.297 0.047-0.469 0.203-0.938 0.422-1.359-0.625-0.219-1.281-0.328-1.953-0.328-3.234 0-5.641 2.609-5.641 5.812s2.422 5.734 5.641 5.734 5.641-2.547 5.641-5.734zM13.625 10.719c0.031 0.375 0.031 0.75 0.031 1.109 0 2.891-0.562 7.594-3.672 8.781 0.219 0.031 0.438 0.047 0.656 0.047h0.156c2.312-1.469 3.422-3.719 3.422-6.422 0-1.203-0.203-2.391-0.594-3.516zM13.625 10.719c-0.078-1.516-0.938-3.859-2.219-4.719 0.875 1.484 1.656 3.078 2.219 4.719zM18.859 9.078c0-0.953-0.234-1.922-0.797-2.719-0.375 0.797-1.078 1.469-1.937 1.703-1.234 0.344-2.328 0.922-2.328 2.391 0 0.422 0.141 0.844 0.375 1.203 1.484-0.344 3.063-1.437 3.687-2.844-0.094 1.25-2.422 2.766-3.328 3.266 0.453 0.453 1.047 0.812 1.719 0.812 1.141 0 1.953-1.016 2.344-1.984 0.187-0.469 0.266-1.344 0.266-1.828zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat\" viewBox=\"0 0 24 28\">\n<title>snapchat</title>\n<path d=\"M19.984 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.313-2.5-1.297-3.094-2.609-0.047-0.125-0.109-0.25-0.109-0.391 0-0.703 1.953-0.562 1.953-1.563 0-0.422-0.516-0.688-0.891-0.688-0.359 0-0.641 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.031-0.594 0.078-1.188 0.078-1.781 0-0.547-0.031-1.297-0.266-1.781-0.75-1.625-2.203-2.578-3.984-2.578-1.953 0-3.437 0.719-4.297 2.578-0.234 0.484-0.266 1.234-0.266 1.781 0 0.594 0.047 1.188 0.078 1.781-0.063 0.031-0.141 0.031-0.219 0.031-0.359 0-0.641-0.234-0.969-0.234-0.391 0-0.875 0.25-0.875 0.688 0 0.969 1.953 0.844 1.953 1.547 0 0.141-0.063 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.719 1.656 0.984 2.141 1.062 0.141 0.375 0.078 1.031 0.641 1.031 0.391 0 0.781-0.141 1.203-0.141 1.641 0 2.078 1.484 3.984 1.484 1.984 0 2.359-1.484 4.016-1.484 0.422 0 0.812 0.125 1.219 0.125 0.547 0 0.484-0.656 0.625-1.016 0.484-0.078 2.141-0.344 2.141-1.062zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-ghost\" viewBox=\"0 0 26 28\">\n<title>snapchat-ghost</title>\n<path d=\"M13.25 2c2.812-0.031 5.141 1.547 6.312 4.078 0.359 0.766 0.422 1.953 0.422 2.797 0 1-0.078 1.984-0.141 2.984 0.125 0.063 0.297 0.109 0.438 0.109 0.562 0 1.031-0.422 1.594-0.422 0.531 0 1.297 0.375 1.297 1 0 1.5-3.141 1.219-3.141 2.531 0 0.234 0.094 0.453 0.187 0.672 0.75 1.641 2.172 3.219 3.859 3.922 0.406 0.172 0.812 0.266 1.25 0.359 0.281 0.063 0.438 0.266 0.438 0.547 0 1.062-2.703 1.5-3.422 1.609-0.313 0.484-0.078 1.625-0.906 1.625-0.641 0-1.281-0.203-1.969-0.203-0.328 0-0.656 0.016-0.969 0.078-1.859 0.313-2.484 2.312-5.531 2.312-2.938 0-3.641-2-5.453-2.312-0.328-0.063-0.656-0.078-0.984-0.078-0.703 0-1.375 0.234-1.937 0.234-0.875 0-0.609-1.156-0.938-1.656-0.719-0.109-3.422-0.547-3.422-1.609 0-0.281 0.156-0.484 0.438-0.547 0.438-0.094 0.844-0.187 1.25-0.359 1.672-0.688 3.125-2.281 3.859-3.922 0.094-0.219 0.187-0.438 0.187-0.672 0-1.313-3.156-1.062-3.156-2.516 0-0.609 0.719-1 1.266-1 0.484 0 0.969 0.406 1.578 0.406 0.172 0 0.344-0.031 0.5-0.109-0.063-0.984-0.141-1.969-0.141-2.969 0-0.844 0.063-2.047 0.422-2.812 1.375-2.969 3.703-4.047 6.813-4.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-square\" viewBox=\"0 0 24 28\">\n<title>snapchat-square</title>\n<path d=\"M20 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.297-2.5-1.297-3.094-2.609-0.063-0.125-0.109-0.25-0.109-0.391 0-0.703 1.937-0.562 1.937-1.563 0-0.422-0.516-0.688-0.891-0.688-0.344 0-0.625 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.047-0.594 0.078-1.203 0.078-1.797 0-0.531-0.031-1.281-0.266-1.781-0.75-1.625-2.187-2.578-3.984-2.578-1.953 0-3.437 0.734-4.297 2.578-0.234 0.5-0.281 1.25-0.281 1.797 0 0.594 0.047 1.188 0.094 1.781-0.078 0.016-0.156 0.031-0.234 0.031-0.344 0-0.641-0.25-0.969-0.25-0.391 0-0.859 0.266-0.859 0.703 0 0.969 1.937 0.844 1.937 1.547 0 0.141-0.047 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.734 1.656 1 2.156 1.078 0.141 0.375 0.078 1.031 0.625 1.031 0.406 0 0.797-0.156 1.203-0.156 1.656 0 2.094 1.484 4 1.484 1.984 0 2.359-1.484 4.031-1.484 0.406 0 0.812 0.141 1.219 0.141 0.531 0 0.484-0.656 0.609-1.016 0.5-0.078 2.156-0.344 2.156-1.078zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper\" viewBox=\"0 0 36 28\">\n<title>pied-piper</title>\n<path d=\"M36 0c-4.547 3.016-5.031 5.203-5.422 5.875-0.375 0.688-0.656 3.391-1.313 4.703-0.656 1.328-3.047 2.375-3.719 2.812-0.656 0.438-1.594 2.141-2.359 3.609-3.453-0.141-6.875 0.703-9.844 2.469 0 0-1.437 0.828-4.734 2.797 1.656-0.547 2.438-0.938 2.438-0.938 4.125-1.578 5.219-2.328 8.547-2.875 2.562-0.422 5.875-0.078 7.266 0.109 0.063 0 0.109 0.031 0.156 0.047 0.219 0.125 0.297 0.391 0.172 0.609l-3.031 5.391c-0.141 0.266-0.438 0.406-0.734 0.344-0.75-0.141-2.469-0.375-5.531-0.375-4.438 0-8.047 1.359-12.406 1.422-3.672 0.047-5.109-1.453-5.469-1.937 0-0.016-0.016-0.031-0.016-0.047 0-0.063 0.031-0.094 0.094-0.094 0 0 2.156 0 5.797-0.859 4.141-7.891 7.828-10.656 11.844-10.656 0 0 4.031 0 5.094 3.484 1.281-2.234 1.594-2.766 1.594-2.766 0.297-0.531 1.969-4.344 4.859-7.953v0c2.906-3.609 5.094-4.5 6.719-5.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-first-order\" viewBox=\"0 0 24 28\">\n<title>first-order</title>\n<path d=\"M20.656 14c0 0.406-0.016 0.797-0.078 1.188l-3.687-0.219 3.5 1.219c-0.203 0.797-0.516 1.531-0.906 2.203l-3.344-1.609 2.766 2.469c-0.469 0.641-1.031 1.203-1.672 1.687l-2.453-2.781 1.609 3.359c-0.672 0.406-1.406 0.703-2.188 0.922l-1.234-3.563 0.219 3.75c-0.391 0.063-0.781 0.094-1.188 0.094-0.391 0-0.797-0.031-1.188-0.094l0.219-3.719-1.219 3.531c-0.781-0.203-1.516-0.516-2.188-0.922l1.609-3.359-2.453 2.781c-0.641-0.469-1.203-1.047-1.687-1.687l2.781-2.469-3.344 1.625c-0.391-0.688-0.703-1.422-0.906-2.203l3.5-1.234-3.703 0.219c-0.047-0.391-0.078-0.781-0.078-1.188s0.031-0.812 0.078-1.203l3.719 0.219-3.516-1.234c0.203-0.781 0.516-1.516 0.906-2.188l3.344 1.625-2.766-2.484c0.484-0.641 1.047-1.203 1.672-1.687l2.469 2.781-1.609-3.359c0.672-0.391 1.406-0.703 2.188-0.906l1.203 3.5-0.203-3.687c0.375-0.063 0.781-0.094 1.172-0.094 0.406 0 0.797 0.031 1.188 0.094l-0.219 3.703 1.219-3.516c0.781 0.203 1.516 0.516 2.188 0.922l-1.609 3.344 2.469-2.781c0.625 0.484 1.188 1.047 1.672 1.687l-2.766 2.484 3.328-1.625c0.406 0.672 0.703 1.422 0.906 2.203l-3.5 1.219 3.703-0.219c0.063 0.391 0.078 0.797 0.078 1.203zM21.125 14c0-5.078-4.094-9.188-9.125-9.188-5.047 0-9.125 4.109-9.125 9.188 0 5.063 4.078 9.172 9.125 9.172 5.031 0 9.125-4.109 9.125-9.172zM22.266 8.016v11.969l-10.266 5.984-10.266-5.984v-11.969l10.266-5.984zM12 26.859l11.062-6.438v-12.859l-11.062-6.422-11.062 6.422v12.859zM24 7v14l-12 7-12-7v-14l12-7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yoast\" viewBox=\"0 0 26 28\">\n<title>yoast</title>\n<path d=\"M5.297 3.406h10.797l-0.406 1.125h-10.391c-2.297 0-4.172 1.891-4.172 4.188v12.047c0 1.969 1.406 3.703 3.344 4.109 0.5 0.109 1.016 0.078 1.531 0.078v1.125h-0.703c-2.922 0-5.297-2.391-5.297-5.313v-12.047c0-2.922 2.375-5.313 5.297-5.313zM18.594 0h3.859l-7.531 20.219c-1.406 3.75-3.109 7.656-7.734 7.781v-3.047c1.734-0.281 2.844-1.234 3.437-2.844 0.203-0.531 0.313-1.078 0.313-1.641s-0.109-1.125-0.313-1.656l-4.453-11.453h3.563l2.922 9.141zM26 8.719v17.359h-12.422c0.25-0.375 0.516-0.734 0.703-1.141h10.594v-16.219c0-1.781-1.125-3.375-2.797-3.969l0.391-1.047c2.125 0.719 3.531 2.781 3.531 5.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-themeisle\" viewBox=\"0 0 28 28\">\n<title>themeisle</title>\n<path d=\"M13.312 4.828c0 0.562-0.359 1.188-0.969 1.188-0.625 0-0.969-0.625-0.969-1.188 0-0.547 0.344-1.188 0.969-1.188 0.609 0 0.969 0.641 0.969 1.188zM10.75 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.094 0.531-1.094 1.141v1.781c0 0.609 0.469 1.156 1.094 1.156s1.109-0.531 1.109-1.156zM13.438 26.328v-1.781c0-0.609-0.469-1.141-1.094-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.094-0.547 1.094-1.156zM16.156 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.531 1.109-1.156zM18.875 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.547 1.109-1.156zM23.063 15.641c-1.687 3.234-4.937 5.609-8.672 5.609-5.281 0-8.781-4.625-8.781-9.656 0-0.922 0.109-1.828 0.328-2.719-1.094 1.844-1.625 3.969-1.625 6.094 0 3.297 1.359 6.656 3.906 8.797 0.281-0.531 0.812-0.891 1.422-0.891 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.797-0.781 1.359-0.781 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.812-0.781 1.359-0.781s1.062 0.313 1.359 0.781c0.281-0.469 0.797-0.781 1.344-0.781 0.594 0 1.141 0.359 1.406 0.875 2.375-1.984 3.75-5.031 3.906-8.109zM20.719 15.188c0-0.781-0.344-1.172-1.125-1.172-0.25 0-0.5 0.047-0.734 0.094-0.781 0.156-1.547 0.297-2.328 0.297-2.469 0-3.531-1.437-3.531-3.797 0-1.078 0.203-2.141 0.469-3.187-0.828 1.266-1.297 2.781-1.297 4.297 0 2.953 1.875 5.797 5.063 5.797 1.172 0 2.328-0.422 3.281-1.094 0.109-0.406 0.203-0.812 0.203-1.234zM13.813 4.891c0-0.984-0.688-2.016-1.766-2.016s-1.766 1.031-1.766 2.016c0 1 0.688 2.031 1.766 2.031s1.766-1.031 1.766-2.031zM23.641 10.187c0-2.938-1.891-5.781-5.063-5.781-1.656 0-3.203 0.828-4.312 2.016-0.391 1.297-0.75 2.812-0.75 4.188 0 2.078 0.828 3.281 3.016 3.281 0.75 0 1.484-0.141 2.219-0.297 0.281-0.047 0.547-0.094 0.828-0.094 1.078 0 1.625 0.625 1.625 1.687 0 0.234-0.016 0.484-0.063 0.719 1.578-1.422 2.5-3.594 2.5-5.719zM28 13.578c0 1.969-0.625 5.594-1.984 7.094-1.25 1.359-4.781 3.344-6.609 3.859l-0.063 0.016v1.781c0 0.891-0.688 1.672-1.594 1.672-0.547 0-1.062-0.313-1.344-0.781-0.297 0.469-0.812 0.781-1.359 0.781s-1.062-0.313-1.359-0.781c-0.281 0.469-0.797 0.781-1.344 0.781-0.562 0-1.062-0.313-1.359-0.781-0.281 0.469-0.797 0.781-1.344 0.781-1.031 0-1.609-0.859-1.609-1.797-0.891 0.672-1.953 1.062-3.094 1.062-1.203 0-2.375-0.453-3.297-1.25 0.562-0.016 1.125-0.125 1.656-0.313-1.141-0.313-2.156-1.031-2.844-1.984 0.359 0.078 0.734 0.109 1.109 0.109 0.906 0 1.797-0.25 2.562-0.719-1.203-1.203-3.094-3.219-3.75-4.781-0.313-0.734-0.375-1.719-0.375-2.5 0-2.719 1.109-8.75 4.719-8.75 0.578 0 1.031 0.266 1.266 0.812 0.203-0.297 0.422-0.578 0.656-0.844 0.109-0.141 0.313-0.297 0.391-0.453 0.438-0.688 0.641-1.156 1.188-1.859 1.766-2.25 4.469-3.797 7.375-3.797 0.328 0 0.656 0.016 0.969 0.063 0.594-0.641 1.422-1 2.281-1 0.797 0 1.625 0.328 2.188 0.891 0.047 0.047 0.078 0.125 0.078 0.187 0 0.203-0.562 0.734-0.703 0.891 0.234 0.078 0.859 0.375 0.859 0.656 0 0.156-0.156 0.281-0.25 0.391 1.719 1.516 2.703 3.672 3.078 5.906 0.234-0.281 0.562-0.469 0.938-0.469 0.578 0 1.141 0.391 1.563 0.766 1.141 1.016 1.406 2.906 1.406 4.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-circle\" viewBox=\"0 0 24 28\">\n<title>google-plus-circle</title>\n<path d=\"M14.328 14.141c0-0.344-0.031-0.672-0.094-1h-5.656v2.063h3.391c-0.25 1.656-1.813 2.578-3.391 2.578-2.078 0-3.734-1.719-3.734-3.781s1.656-3.781 3.734-3.781c0.875 0 1.75 0.297 2.391 0.922l1.625-1.578c-1.109-1.031-2.5-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fa\" viewBox=\"0 0 25 28\">\n<title>fa</title>\n<path d=\"M24 8v13.109c0 0.484-0.313 0.844-0.766 0.969-1.672 0.5-3.547 0.812-5.281 0.812-2.344 0-4.328-0.922-6.922-0.922-1.922 0-3.906 0.313-5.781 0.75v5.281h-2.5v-21.375c-1.313-0.516-2.172-1.797-2.172-3.203 0-1.891 1.531-3.422 3.422-3.422s3.422 1.531 3.422 3.422c0 1.406-0.859 2.688-2.172 3.203v1.062c1.75-0.406 3.563-0.688 5.359-0.688 1.031 0 2.063 0.078 3.094 0.234 1.344 0.203 2.703 0.672 4.078 0.672 0.859 0 1.734-0.109 2.578-0.281 0.641-0.125 2.109-0.625 2.641-0.625 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-handshake-o\" viewBox=\"0 0 36 28\">\n<title>handshake-o</title>\n<path d=\"M3 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM26.016 17.094c-1.234-1.609-2.438-3.25-3.844-4.719l-1.953 2.188c-1.719 1.953-4.797 1.906-6.469-0.094-1.188-1.437-1.188-3.5 0.031-4.922l2.766-3.219c-0.969-0.5-2.141-0.328-3.187-0.328-0.922 0-1.813 0.375-2.469 1.031l-2.469 2.469h-2.422v8.5c0.688 0 1.312-0.094 1.859 0.438l4.641 4.562c0.953 0.922 2.187 1.734 3.547 1.734 0.703 0 1.453-0.234 1.953-0.734 1.172 0.406 2.531-0.25 2.891-1.453 0.75 0.063 1.437-0.172 1.984-0.688 0.359-0.328 0.828-0.984 0.781-1.5 0.141 0.141 0.484 0.156 0.672 0.156 1.859 0 2.828-1.953 1.687-3.422zM28.5 18h1.5v-8h-1.453l-2.453-2.812c-0.656-0.75-1.641-1.188-2.641-1.188h-2.609c-0.875 0-1.719 0.391-2.281 1.047l-3.266 3.797c-0.578 0.688-0.578 1.656-0.016 2.344 0.891 1.062 2.531 1.078 3.453 0.047l3.016-3.406c0.719-0.797 2.031-0.047 1.703 0.969 0.594 0.688 1.234 1.359 1.813 2.047 0.781 0.969 1.531 1.984 2.297 2.969 0.484 0.625 0.844 1.375 0.938 2.188zM33 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM36 9v10c0 0.547-0.453 1-1 1h-6.781c-0.562 1.359-1.797 2.266-3.234 2.469-0.672 0.984-1.703 1.734-2.859 1.984-0.859 1.094-2.25 1.75-3.641 1.656-2.578 1.453-5.484 0.187-7.406-1.703l-4.484-4.406h-5.594c-0.547 0-1-0.453-1-1v-10.5c0-0.547 0.453-1 1-1h6.578c1.813-1.813 3.062-3.5 5.781-3.5h1.828c1.016 0 2 0.313 2.828 0.875 0.828-0.562 1.813-0.875 2.828-0.875h2.609c2.969 0 4.203 1.937 6 4h5.547c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open\" viewBox=\"0 0 28 28\">\n<title>envelope-open</title>\n<path d=\"M28 10.219v15.281c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-15.281c0-0.141 0.063-0.281 0.172-0.375 1.641-1.437 1.656-1.609 9.812-7.562 0.984-0.719 2.719-2.281 4.016-2.281s3.047 1.578 4.016 2.281c8.156 5.953 8.172 6.125 9.812 7.562 0.109 0.094 0.172 0.234 0.172 0.375zM19.187 19.359c2.438-1.766 4.141-3 5.391-3.938 0.219-0.156 0.266-0.469 0.094-0.688l-0.594-0.812c-0.172-0.219-0.484-0.266-0.703-0.094-1.234 0.906-2.922 2.156-5.359 3.906-0.969 0.703-2.719 2.266-4.016 2.266s-3.047-1.563-4.016-2.266c-2.438-1.766-4.125-3-5.359-3.906-0.219-0.172-0.531-0.125-0.703 0.094l-0.594 0.812c-0.172 0.219-0.125 0.531 0.094 0.688 1.25 0.938 2.953 2.172 5.391 3.938 1.219 0.875 3.141 2.641 5.187 2.641 2.063 0 4.031-1.797 5.187-2.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open-o\" viewBox=\"0 0 28 28\">\n<title>envelope-open-o</title>\n<path d=\"M23.031 14.266l0.609 0.797c0.172 0.219 0.125 0.516-0.078 0.688-1.563 1.219-5.156 3.984-5.313 4.109-1.109 0.906-2.609 2.156-4.234 2.141h-0.031c-1.625 0-3.125-1.234-4.234-2.141-0.172-0.141-3.641-2.812-5.172-4-0.219-0.172-0.266-0.469-0.094-0.688l0.578-0.812c0.172-0.234 0.5-0.281 0.719-0.094 1.062 0.828 2.562 1.984 4.781 3.687 0.781 0.594 2.328 2.047 3.422 2.047h0.031c1.094 0 2.641-1.453 3.422-2.047 2.297-1.766 3.828-2.938 4.891-3.781 0.219-0.172 0.531-0.125 0.703 0.094zM26 25.5v-14.5c-1.563-1.453-1.328-1.328-8.563-6.922-0.781-0.609-2.328-2.078-3.422-2.078h-0.031c-1.094 0-2.641 1.469-3.422 2.078-7.234 5.594-7 5.469-8.563 6.922v14.5c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 11v14.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-14.5c0-0.562 0.234-1.094 0.641-1.469 3.203-2.969 6.891-5.547 9.109-7.375 1.094-0.906 2.609-2.156 4.234-2.156h0.031c1.625 0 3.141 1.25 4.234 2.156 2.063 1.703 5.984 4.469 9.109 7.375 0.406 0.375 0.641 0.906 0.641 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linode\" viewBox=\"0 0 24 28\">\n<title>linode</title>\n<path d=\"M5.156 23.984l3.156 3.344-0.531-3.687-3.375-3.328zM8.687 27.516l4.281-3.406-0.172-3.828-4.688 3.359zM3.828 17.547l3.547 3.328-0.75-5.109-3.828-3.187zM7.734 21.047l4.953-3.344-0.219-5.063-5.5 3.125zM13.172 21.219l1.484 1.25-0.031-3.734-1.609-1.234c0 0.125 0.063 0.344-0.063 0.438l-1.219 0.812 1.328 1.094c0.156 0.125 0.109 1.188 0.109 1.375zM2.156 9.469l4 3.125-1.062-7.266-4.359-2.703zM18.328 19.828l0.234-3.656-3.594 2.562 0.031 3.75zM6.516 12.719l5.828-3.031-0.297-6.891-6.609 2.547zM19.844 18.422l0.313-3.641-3.531-2.219-0.031 1.641 2.25 1.484c0.047 0.031 0.078 0.094 0.063 0.141l-0.109 1.859zM22.828 16.25l0.469-3.469-2.797 2-0.313 3.563zM19.891 18.859l-1.109-0.766-0.125 1.828c0 0.047-0.016 0.094-0.063 0.125l-3.656 2.922c-0.063 0.047-0.156 0.047-0.219 0l-1.531-1.297 0.109 2.516c0 0.047-0.016 0.094-0.063 0.125l-4.578 3.656c-0.031 0.016-0.063 0.031-0.094 0.031-0.047-0.016-0.094-0.016-0.125-0.047l-3.563-3.781c-0.078-0.078-0.844-3.938-0.922-4.328-0.016-0.063 0.031-0.141 0.078-0.172l0.953-0.578c-0.187-0.172-1.453-1.281-1.484-1.437l-1.125-5.484c-0.016-0.063 0.016-0.141 0.094-0.187l1.469-0.703c-0.25-0.187-2.063-1.5-2.109-1.687l-1.5-7.281c-0.016-0.094 0.031-0.172 0.109-0.203l6.766-2.109c0.031 0 0.078 0 0.125 0.016l4.953 2.391c0.047 0.031 0.094 0.094 0.094 0.141l0.313 7.234c0 0.063-0.031 0.125-0.094 0.156l-1.844 0.953 1.969 1.328c0.047 0.016 0.078 0.078 0.078 0.125l0.078 1.922 1.891-1.156c0.047-0.031 0.125-0.031 0.172 0l1.313 0.875 0.047-1.719c0-0.047 0.031-0.109 0.078-0.141l3.219-1.969c0.063-0.031 0.125-0.031 0.172 0l3.828 2.109c0.031 0.031 0.063 0.063 0.078 0.109 0.031 0.109-0.484 3.625-0.531 3.984 0 0.047-0.031 0.094-0.063 0.109l-2.984 2.391c-0.063 0.047-0.141 0.047-0.203 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book\" viewBox=\"0 0 26 28\">\n<title>address-book</title>\n<path d=\"M18.766 19.344c0-2.766-0.672-5.844-3.453-5.844-0.859 0.5-2.031 1.359-3.313 1.359s-2.453-0.859-3.313-1.359c-2.781 0-3.453 3.078-3.453 5.844 0 1.547 1.016 2.656 2.266 2.656h9c1.25 0 2.266-1.109 2.266-2.656zM16.063 10.063c0-2.25-1.828-4.062-4.062-4.062s-4.062 1.813-4.062 4.062c0 2.234 1.828 4.047 4.062 4.047s4.062-1.813 4.062-4.047zM26 18.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book-o\" viewBox=\"0 0 26 28\">\n<title>address-book-o</title>\n<path d=\"M16.063 10.063c0 2.234-1.828 4.047-4.062 4.047s-4.062-1.813-4.062-4.047c0-2.25 1.828-4.062 4.062-4.062s4.062 1.813 4.062 4.062zM15.313 13.5c2.984 0 3.453 3.547 3.453 5.844 0 1.313-0.828 2.656-2.266 2.656h-9c-1.437 0-2.266-1.344-2.266-2.656 0-2.203 0.469-5.844 3.375-5.844h0.078c1.031 0.609 2.078 1.359 3.313 1.359s2.281-0.75 3.313-1.359zM26 9.5c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.266 0 0.5 0.234 0.5 0.5v3zM22 25.5v-23c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v23c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card\" viewBox=\"0 0 32 28\">\n<title>address-card</title>\n<path d=\"M16 17.672c0-2.422-0.594-5.109-3.063-5.109-0.766 0.438-1.797 1.188-2.938 1.188s-2.172-0.75-2.938-1.188c-2.469 0-3.063 2.688-3.063 5.109 0 1.359 0.891 2.328 2 2.328h8c1.109 0 2-0.969 2-2.328zM13.547 9.547c0-1.953-1.594-3.547-3.547-3.547s-3.547 1.594-3.547 3.547c0 1.969 1.594 3.547 3.547 3.547s3.547-1.578 3.547-3.547zM28 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM28 13.438v-0.875c0-0.313-0.25-0.562-0.562-0.562h-8.875c-0.313 0-0.562 0.25-0.562 0.562v0.875c0 0.313 0.25 0.562 0.562 0.562h8.875c0.313 0 0.562-0.25 0.562-0.562zM28 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-5.5v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-12v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-5.5c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card-o\" viewBox=\"0 0 32 28\">\n<title>address-card-o</title>\n<path d=\"M16 17.672c0 1.359-0.891 2.328-2 2.328h-8c-1.109 0-2-0.969-2-2.328 0-2.422 0.594-5.109 3.062-5.109 0.766 0.438 1.797 1.188 2.938 1.188s2.172-0.75 2.938-1.188c2.469 0 3.062 2.688 3.062 5.109zM13.547 9.547c0 1.969-1.594 3.547-3.547 3.547s-3.547-1.578-3.547-3.547c0-1.953 1.594-3.547 3.547-3.547s3.547 1.594 3.547 3.547zM28 16.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM28 12.563v0.875c0 0.313-0.25 0.562-0.562 0.562h-8.875c-0.313 0-0.562-0.25-0.562-0.562v-0.875c0-0.313 0.25-0.562 0.562-0.562h8.875c0.313 0 0.562 0.25 0.562 0.562zM28 8.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-19c0-0.266-0.234-0.5-0.5-0.5h-27c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h5.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h12v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h5.5c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle\" viewBox=\"0 0 28 28\">\n<title>user-circle</title>\n<path d=\"M23.797 20.922c-0.406-2.922-1.594-5.516-4.25-5.875-1.375 1.5-3.359 2.453-5.547 2.453s-4.172-0.953-5.547-2.453c-2.656 0.359-3.844 2.953-4.25 5.875 2.172 3.063 5.75 5.078 9.797 5.078s7.625-2.016 9.797-5.078zM20 10c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM28 14c0 7.703-6.25 14-14 14-7.734 0-14-6.281-14-14 0-7.734 6.266-14 14-14s14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle-o\" viewBox=\"0 0 28 28\">\n<title>user-circle-o</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14 0 7.688-6.234 14-14 14-7.75 0-14-6.297-14-14 0-7.734 6.266-14 14-14zM23.672 21.109c1.453-2 2.328-4.453 2.328-7.109 0-6.609-5.391-12-12-12s-12 5.391-12 12c0 2.656 0.875 5.109 2.328 7.109 0.562-2.797 1.922-5.109 4.781-5.109 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c2.859 0 4.219 2.312 4.781 5.109zM20 11c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-o\" viewBox=\"0 0 24 28\">\n<title>user-o</title>\n<path d=\"M18.766 12.25c2.203 0.641 5.234 2.812 5.234 9.922 0 3.219-2.391 5.828-5.328 5.828h-13.344c-2.938 0-5.328-2.609-5.328-5.828 0-7.109 3.031-9.281 5.234-9.922-0.781-1.234-1.234-2.688-1.234-4.25 0-4.406 3.594-8 8-8s8 3.594 8 8c0 1.563-0.453 3.016-1.234 4.25zM12 2c-3.313 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6-2.688-6-6-6zM18.672 26c1.828 0 3.328-1.703 3.328-3.828 0-4.922-1.656-8-4.75-8.156-1.406 1.234-3.234 1.984-5.25 1.984s-3.844-0.75-5.25-1.984c-3.094 0.156-4.75 3.234-4.75 8.156 0 2.125 1.5 3.828 3.328 3.828h13.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-id-badge\" viewBox=\"0 0 20 28\">\n<title>id-badge</title>\n<path d=\"M16 19.656c0 1.344-0.891 2.344-2 2.344h-8c-1.109 0-2-1-2-2.344 0-2.438 0.609-5.141 3.062-5.141 0.766 0.719 1.797 1.172 2.938 1.172s2.172-0.453 2.938-1.172c2.453 0 3.062 2.703 3.062 5.141zM13.594 11.547c0 1.969-1.609 3.547-3.594 3.547s-3.594-1.578-3.594-3.547c0-1.953 1.609-3.547 3.594-3.547s3.594 1.594 3.594 3.547zM18 25.5v-21.5h-16v21.5c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM20 2.5v23c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h5.5v1.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-1.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license\" viewBox=\"0 0 32 28\">\n<title>drivers-license</title>\n<path d=\"M14 18.937c0-2.063-0.5-4.438-2.562-4.438-0.625 0.625-1.484 1-2.438 1s-1.813-0.375-2.438-1c-2.063 0-2.562 2.375-2.562 4.438 0 1.141 0.75 2.063 1.672 2.063h6.656c0.922 0 1.672-0.922 1.672-2.063zM12 12c0-1.656-1.344-3-3-3s-3 1.344-3 3 1.344 3 3 3 3-1.344 3-3zM28 19.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM22 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM28 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM28 11.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM2 6h28v-1.5c0-0.281-0.219-0.5-0.5-0.5h-27c-0.281 0-0.5 0.219-0.5 0.5v1.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license-o\" viewBox=\"0 0 32 28\">\n<title>drivers-license-o</title>\n<path d=\"M14 18.937c0 1.141-0.75 2.063-1.672 2.063h-6.656c-0.922 0-1.672-0.922-1.672-2.063 0-2.063 0.5-4.438 2.562-4.438 0.625 0.625 1.484 1 2.438 1s1.813-0.375 2.438-1c2.063 0 2.562 2.375 2.562 4.438zM12 12c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 18.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 10.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-17.5h-28v17.5c0 0.266 0.234 0.5 0.5 0.5h27c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quora\" viewBox=\"0 0 28 28\">\n<title>quora</title>\n<path d=\"M19.609 12.297c0-6.516-2.031-9.859-6.797-9.859-4.688 0-6.719 3.344-6.719 9.859 0 6.484 2.031 9.797 6.719 9.797 0.75 0 1.422-0.078 2.047-0.266v0c-0.969-1.906-2.109-3.828-4.328-3.828-0.422 0-0.844 0.063-1.234 0.25l-0.766-1.516c0.922-0.797 2.406-1.422 4.312-1.422 2.984 0 4.5 1.437 5.719 3.266 0.703-1.563 1.047-3.672 1.047-6.281zM25.703 22.172h1.828c0.109 1.125-0.453 5.828-5.563 5.828-3.094 0-4.719-1.797-5.953-3.891v0c-1.016 0.281-2.109 0.422-3.203 0.422-6.25 0-12.359-4.984-12.359-12.234 0-7.313 6.125-12.297 12.359-12.297 6.359 0 12.406 4.953 12.406 12.297 0 4.094-1.906 7.422-4.672 9.562 0.891 1.344 1.813 2.234 3.094 2.234 1.406 0 1.969-1.078 2.063-1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-free-code-camp\" viewBox=\"0 0 36 28\">\n<title>free-code-camp</title>\n<path d=\"M7.078 25.578c0 0.438-0.391 0.844-0.828 0.844-0.063 0-0.141-0.031-0.203-0.047v0c-0.875-0.203-2-1.516-2.531-2.188-2.438-3.078-3.516-6.672-3.516-10.563 0-3.625 1.094-6.734 3.328-9.594 0.516-0.672 2.047-2.438 2.953-2.438 0.391 0 0.797 0.313 0.797 0.719 0 0.469-0.688 1.109-0.984 1.406-0.859 0.891-1.656 1.797-2.297 2.875-1.328 2.219-1.859 4.438-1.859 7.016 0 2.766 0.516 5.266 1.922 7.672 0.594 1.016 1.297 1.859 2.125 2.703 0.328 0.359 1.094 1.062 1.094 1.594zM28.063 23.484c0 0.578-0.391 1.062-1 1.062h-16.891c-0.547 0-1-0.453-1-1 0-0.578 0.391-1.062 1-1.062h16.891c0.547 0 1 0.453 1 1zM24.703 13.937c0 1.312-0.297 2.531-1.047 3.641-0.516 0.766-1.563 1.75-2.391 2.172-0.125 0.078-0.281 0.156-0.422 0.156-0.125 0-0.359-0.141-0.359-0.281 0-0.453 1.906-1.531 1.906-3.625 0-0.688-0.172-1.453-0.547-2.031-0.109-0.156-0.5-0.656-0.719-0.656-0.047 0-0.047 0.031-0.047 0.078 0 0.375 0.234 0.734 0.234 1.125 0 0.5-0.609 0.75-1.031 0.75-0.734 0-1.031-0.516-1.031-1.188 0-0.453 0.047-0.922 0.047-1.375 0-0.328-0.016-0.422-0.156-0.719-0.219-0.422-0.938-1.281-1.453-1.281-0.141 0-0.187 0-0.187 0.141 0 0.219 0.5 0.453 0.5 1.25 0 2.078-2.859 2.453-2.859 4.531 0 0.938 0.125 1.719 0.656 2.5 0.328 0.484 0.688 0.766 1.234 0.984 0.141 0.047 0.281 0.063 0.281 0.234s-0.141 0.25-0.281 0.25c-0.078 0-0.438-0.141-0.516-0.172v0c-2.406-0.875-4.234-2.969-4.234-5.594 0-3.109 3.734-5.828 3.734-8.813 0-0.578-0.094-0.984-0.391-1.469-0.172-0.281-0.594-0.828-0.875-1-0.125-0.063-0.297-0.172-0.297-0.328 0-0.266 0.453-0.313 0.641-0.313 0.562 0 1.203 0.203 1.719 0.453 2.172 1.031 2.625 2.609 3 4.797 0.094 0.516 0.281 2.156 1.031 2.156 0.484 0 0.797-0.328 0.797-0.797 0-0.703-0.625-1.469-0.625-1.859 0-0.109 0.063-0.156 0.156-0.156 0.391 0 1.203 0.828 1.453 1.094 1.516 1.609 2.078 3.172 2.078 5.344zM36 14.391c0 2.75-0.734 5.5-2.156 7.859-0.656 1.094-2.812 4.156-4.234 4.156-0.328 0-0.719-0.406-0.719-0.734 0-0.531 1.828-2.234 2.281-2.812 1.937-2.438 2.859-5.187 2.859-8.297 0-2.562-0.313-4.641-1.453-6.969-0.703-1.437-1.437-2.406-2.547-3.563-0.359-0.375-1.141-1.078-1.141-1.641 0-0.391 0.406-0.812 0.797-0.812 1.031 0 2.516 1.906 3.063 2.641 2.094 2.812 2.984 5.703 3.219 9.172 0.016 0.328 0.031 0.672 0.031 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-telegram\" viewBox=\"0 0 28 28\">\n<title>telegram</title>\n<path d=\"M18.578 20.422l2.297-10.828c0.203-0.953-0.344-1.328-0.969-1.094l-13.5 5.203c-0.922 0.359-0.906 0.875-0.156 1.109l3.453 1.078 8.016-5.047c0.375-0.25 0.719-0.109 0.438 0.141l-6.484 5.859-0.25 3.563c0.359 0 0.516-0.156 0.703-0.344l1.687-1.625 3.5 2.578c0.641 0.359 1.094 0.172 1.266-0.594zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer\" viewBox=\"0 0 16 28\">\n<title>thermometer</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-14.172h2v14.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-3\" viewBox=\"0 0 16 28\">\n<title>thermometer-3</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-10.172h2v10.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-2\" viewBox=\"0 0 16 28\">\n<title>thermometer-2</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-6.172h2v6.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-1\" viewBox=\"0 0 16 28\">\n<title>thermometer-1</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-2.172h2v2.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-0\" viewBox=\"0 0 16 28\">\n<title>thermometer-0</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.641 1.328-3 3-3s3 1.375 3 3zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shower\" viewBox=\"0 0 30 28\">\n<title>shower</title>\n<path d=\"M22.391 3.891c0.203 0.203 0.203 0.516 0 0.719l-9.781 9.781c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l0.688-0.688c-1.516-1.906-1.703-4.516-0.547-6.594-0.719-0.688-1.687-1.109-2.75-1.109-2.203 0-4 1.797-4 4v20h-4v-20c0-4.406 3.594-8 8-8 2.25 0 4.281 0.938 5.734 2.438 1.969-0.797 4.25-0.5 5.969 0.859l0.688-0.688c0.203-0.203 0.516-0.203 0.719 0zM21 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM25 10c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM29 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM22 11c0-0.547 0.453-1 1-1s1 0.453 1 1-0.453 1-1 1-1-0.453-1-1zM27 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 14c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM25 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 16c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM23 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 18c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 20c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bath\" viewBox=\"0 0 28 28\">\n<title>bath</title>\n<path d=\"M26 17v3c0 1.781-0.781 3.359-2 4.469v3.031c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.844c-0.625 0.219-1.297 0.344-2 0.344h-12c-0.703 0-1.375-0.125-2-0.344v1.719c0 0.344-0.219 0.625-0.5 0.625h-1c-0.281 0-0.5-0.281-0.5-0.625v-2.906c-1.219-1.109-2-2.688-2-4.469v-3h24zM11 10.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 9.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-10c0-2.203 1.797-4 4-4 1.125 0 2.141 0.469 2.875 1.219 0.969-0.391 2.125-0.25 2.984 0.422l0.344-0.344c0.094-0.094 0.25-0.094 0.344 0l0.656 0.656c0.094 0.094 0.094 0.25 0 0.344l-4.906 4.906c-0.094 0.094-0.25 0.094-0.344 0l-0.656-0.656c-0.094-0.094-0.094-0.25 0-0.344l0.344-0.344c-0.75-0.953-0.844-2.266-0.266-3.313-0.359-0.344-0.844-0.547-1.375-0.547-1.109 0-2 0.891-2 2v10h23.5c0.281 0 0.5 0.219 0.5 0.5zM14 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM14 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM16 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM17 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-podcast\" viewBox=\"0 0 24 28\">\n<title>podcast</title>\n<path d=\"M15.531 18.625c0 1.031-0.109 2.063-0.266 3.078-0.234 1.625-0.469 3.297-0.859 4.891-0.281 1.141-1.344 1.406-2.375 1.406s-2.094-0.266-2.375-1.406c-0.391-1.594-0.625-3.266-0.859-4.891-0.156-1.016-0.266-2.047-0.266-3.078 0-2.109 1.703-2.625 3.5-2.625s3.5 0.516 3.5 2.625zM24 12c0 5.063-3.125 9.391-7.562 11.156-0.172 0.063-0.359-0.094-0.328-0.281 0.047-0.328 0.094-0.672 0.156-1.031 0.031-0.25 0.063-0.5 0.094-0.734 0.016-0.094 0.063-0.156 0.141-0.187 3.25-1.656 5.5-5.031 5.5-8.922 0-5.703-4.781-10.297-10.547-9.984-5.281 0.281-9.484 4.781-9.453 10.063 0.031 3.891 2.297 7.25 5.563 8.875 0.078 0.031 0.125 0.109 0.141 0.187 0.031 0.219 0.063 0.453 0.094 0.703 0.063 0.375 0.109 0.719 0.172 1.062 0.031 0.187-0.172 0.344-0.344 0.266-4.641-1.813-7.875-6.438-7.609-11.766 0.297-6.047 5.172-11 11.219-11.375 6.969-0.438 12.766 5.094 12.766 11.969zM15.531 11.5c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5zM20.031 12c0 2.578-1.234 4.891-3.125 6.344-0.156 0.125-0.375 0.016-0.406-0.187-0.047-0.438-0.172-0.953-0.453-1.437-0.063-0.094-0.047-0.219 0.047-0.313 1.188-1.094 1.937-2.656 1.937-4.406 0-3.531-3.078-6.359-6.687-5.969-2.766 0.313-5.016 2.594-5.281 5.375-0.203 1.969 0.578 3.781 1.906 5 0.094 0.094 0.109 0.219 0.047 0.313-0.281 0.484-0.406 1-0.453 1.453-0.031 0.187-0.25 0.297-0.406 0.172-1.937-1.5-3.172-3.859-3.125-6.516 0.094-4.156 3.469-7.625 7.609-7.812 4.594-0.219 8.391 3.437 8.391 7.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-maximize\" viewBox=\"0 0 28 28\">\n<title>window-maximize</title>\n<path d=\"M4 22h20v-12h-20v12zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-minimize\" viewBox=\"0 0 28 28\">\n<title>window-minimize</title>\n<path d=\"M28 20.5v3c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-restore\" viewBox=\"0 0 32 28\">\n<title>window-restore</title>\n<path d=\"M4 24h12v-8h-12v8zM20 16h8v-12h-12v4h1.5c1.375 0 2.5 1.125 2.5 2.5v5.5zM32 2.5v15c0 1.375-1.125 2.5-2.5 2.5h-9.5v5.5c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h9.5v-5.5c0-1.375 1.125-2.5 2.5-2.5h15c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle\" viewBox=\"0 0 28 28\">\n<title>times-rectangle</title>\n<path d=\"M18.359 20.641l2.281-2.281c0.203-0.203 0.203-0.516 0-0.719l-3.641-3.641 3.641-3.641c0.203-0.203 0.203-0.516 0-0.719l-2.281-2.281c-0.203-0.203-0.516-0.203-0.719 0l-3.641 3.641-3.641-3.641c-0.203-0.203-0.516-0.203-0.719 0l-2.281 2.281c-0.203 0.203-0.203 0.516 0 0.719l3.641 3.641-3.641 3.641c-0.203 0.203-0.203 0.516 0 0.719l2.281 2.281c0.203 0.203 0.516 0.203 0.719 0l3.641-3.641 3.641 3.641c0.203 0.203 0.516 0.203 0.719 0zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle-o\" viewBox=\"0 0 28 28\">\n<title>times-rectangle-o</title>\n<path d=\"M19.641 17.359l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.641-2.641-2.641 2.641c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.641-2.641-2.641-2.641c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.641 2.641 2.641-2.641c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.641 2.641 2.641 2.641c0.203 0.203 0.203 0.516 0 0.719zM4 22h20v-16h-20v16zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bandcamp\" viewBox=\"0 0 28 28\">\n<title>bandcamp</title>\n<path d=\"M16.719 18.406l4.781-8.813h-10.219l-4.781 8.813h10.219zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-grav\" viewBox=\"0 0 28 28\">\n<title>grav</title>\n<path d=\"M20.172 7.438c-0.5-0.562-1.313 0.391-0.875 0.906 0.422 0.516 1.813 0.141 0.875-0.906zM13.984 11.281c-0.172 0.172-0.438 0.172-0.594 0-0.172-0.156-0.172-0.422 0-0.578 0.156-0.172 0.422-0.172 0.594 0 0.156 0.156 0.156 0.422 0 0.578zM16.562 12.437l-0.547 0.547c-0.25 0.266-0.672 0.266-0.938 0l-0.594-0.594c-0.25-0.266-0.25-0.672 0-0.938l0.547-0.547c0.25-0.25 0.672-0.25 0.938 0l0.594 0.609c0.25 0.25 0.25 0.672 0 0.922zM14.859 10.406c-0.156 0.156-0.422 0.156-0.594 0-0.156-0.172-0.156-0.438 0-0.594 0.172-0.172 0.438-0.172 0.594 0 0.172 0.156 0.172 0.422 0 0.594zM21.156 8.875c-0.703 1.328-2.547 1.875-3.672 1.078-1.125-0.812-1.906-2.438-0.672-3.844 1.219-1.406 2.297-0.969 3.375 0.047 0.672 0.641 1.656 1.406 0.969 2.719zM24.297 16.406c0.141-0.906-1.156-0.938-1.437-1.453-0.766-1.359-1.563-2.078-3.078-1.719 0.656-0.453 1.328-0.344 1.328-0.344 0.016-0.359 0-0.734-0.531-1.406 0.219-0.703 0.016-1.266 0.016-1.266 0.875-0.484 1.516-1.375 1.641-2.438 0.203-1.75-1.062-3.344-2.812-3.547-1.25-0.141-2.469 0.438-3.063 1.453-1.313 2.266 0.078 4 1.266 4.594-0.812-0.078-1.937-0.672-2.266-1.937-0.375-1.453 0.156-2.812 0.5-3.469 0 0-0.25-0.328-0.453-0.5 0 0-0.781 0-1.391 0.297 0.672-0.859 1.422-0.812 1.422-0.812 0-0.359-0.031-0.844-0.203-1.219-0.313-0.641-1.406-0.734-1.828 0.234 0.016-0.047 0.031-0.078 0.063-0.109-0.281 0.672-0.063 3.156 0.953 4.922-0.141 0.078-0.516 0.344-0.734 0.562-1.219 0.547-3.172 3.406-3.172 3.406-1.594 0.609-4.375 2.875-4 4.5v0c0.016 0.172 0.078 0.313 0.172 0.422-0.156 0.125-0.313 0.281-0.469 0.469-0.672 0.781-0.297 1.984 1 1.375 0.891-0.406 1.687-1.141 2.063-1.719 0 0-0.328-0.281-0.938-0.25 1.563-0.375 1.953-0.531 2.625-0.516 0.453 0.219 0.453-1.937 0.453-1.937 0-0.828-0.125-1.75-0.625-2.344 0.703 0.688 1.641 1.844 1.578 3.422-0.047 1.031-0.859 1.297-0.859 1.297-0.516 0.938-2.438 3.719-1.719 5.984 0 0-0.547-0.844-0.578-1.25-0.984 1.094-2.641 2.953-1.406 3.641 1.5 0.828 6.156-5 7.141-8.031 1.953-1.172 3.125-2.672 3.609-3.672 1.25 2.484 5.406 5.359 5.734 3.359zM28.031 14c0 7.734-6.281 14-14.016 14s-14.016-6.266-14.016-14 6.281-14 14.016-14 14.016 6.266 14.016 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-etsy\" viewBox=\"0 0 24 28\">\n<title>etsy</title>\n<path d=\"M8.094 2.859v10.234c3.625 0.031 5.531-0.156 5.531-0.156 1.469-0.047 1.687-0.422 2.031-1.859l0.516-2.219h1.609l-0.219 5.031 0.109 4.984h-1.609l-0.453-1.984c-0.328-1.484-0.969-1.844-2.016-1.859 0 0-1.344-0.125-5.5-0.125v8.687c0 1.625 0.891 2.391 2.766 2.391h5.578c1.875 0 3.563-0.187 4.719-2.859l1.453-3.375h1.391c-0.109 0.672-0.859 6.875-0.969 8.25-5.141-0.187-7.344-0.187-7.344-0.187h-9.812l-5.875 0.187v-1.594l1.984-0.391c1.391-0.266 1.813-0.672 1.828-1.813 0.094-3.781 0.125-10.047 0.125-10.047s0.047-6.281-0.125-10.078c-0.047-1.297-0.438-1.609-1.828-1.875l-1.984-0.375v-1.594l5.875 0.187h10.969s2.172 0 5.844-0.422c-0.219 2.391-0.484 7.906-0.484 7.906h-1.453l-0.5-1.937c-0.609-2.422-1.422-3.719-2.922-3.719h-8.563c-0.641 0-0.672 0.219-0.672 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-imdb\" viewBox=\"0 0 24 28\">\n<title>imdb</title>\n<path d=\"M14.406 12.453v2.844c0 0.562 0.109 1.078-0.594 1.062v-4.828c0.688 0 0.594 0.359 0.594 0.922zM19.344 13.953v1.891c0 0.313 0.094 0.828-0.359 0.828-0.094 0-0.172-0.047-0.219-0.141-0.125-0.297-0.063-2.547-0.063-2.578 0-0.219-0.063-0.734 0.281-0.734 0.422 0 0.359 0.422 0.359 0.734zM2.812 17.641h1.906v-7.375h-1.906v7.375zM9.594 17.641h1.656v-7.375h-2.484l-0.438 3.453c-0.156-1.156-0.313-2.312-0.5-3.453h-2.469v7.375h1.672v-4.875l0.703 4.875h1.188l0.672-4.984v4.984zM16.234 12.875c0-0.469 0.016-0.969-0.078-1.406-0.25-1.297-1.813-1.203-2.828-1.203h-1.422v7.375c4.969 0 4.328 0.344 4.328-4.766zM21.187 15.953v-2.078c0-1-0.047-1.734-1.281-1.734-0.516 0-0.859 0.156-1.203 0.531v-2.406h-1.828v7.375h1.719l0.109-0.469c0.328 0.391 0.688 0.562 1.203 0.562 1.141 0 1.281-0.875 1.281-1.781zM24 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ravelry\" viewBox=\"0 0 34 28\">\n<title>ravelry</title>\n<path d=\"M17.859 27.078c-0.063-0.016-0.109-0.031-0.172-0.063 0 0-5.141-3.016-6.875-7.891-0.578-0.094-1.797-0.375-2.734-0.578v0c1.359 4.422 5.141 7.797 9.781 8.531zM7.844 17.609l2.625 0.438c-0.891-2.672-1-5.719-1-5.719-1.047 1.016-1.609 2.406-1.891 3.5v0c0.047 0.609 0.125 1.203 0.266 1.781zM9.562 8.094v0c-0.484 0.719-0.875 1.5-1.203 2.312 0.516-0.547 0.938-0.906 1.156-1.062-0.031-0.469 0.047-1.25 0.047-1.25zM32.016 14.875c0-6.813-5.5-12.344-12.25-12.344-3.125 0-5.969 1.188-8.141 3.141-0.328 0.641-0.547 1.453-0.703 2.5 3.328-2.828 9.266-2.125 9.266-2.125 1.484 0.063 1.313 1.375 1.297 1.781-5.406-0.453-8.062 1.094-10.687 3.328 0 0 0.516 5 1.703 7.031 6.844 0.313 12.047-3.406 12.047-3.406 0.656-0.469 1.234-0.516 1.359 0.297 0.094 0.656 0.141 1.547-0.609 1.891-2.281 1.062-4.797 1.734-7.297 2.094-1.625 0.234-2.531 0.297-4.953 0.25 2.312 5.375 8.094 6.844 8.094 6.844 1.813 0.297 3.187 0.063 4.109-0.234v0c4-2.031 6.766-6.219 6.766-11.047zM33.172 14.297c-0.109 1.062-0.281 2.297-0.625 3.313-1.406 4.172-3.359 6.891-7.812 9.375-0.406 0.281-0.844 0.547-1.281 0.688-0.797 0.281-1.656 0.344-2.547 0.25-0.375 0.031-0.75 0.047-1.141 0.047-5.953 0-10.984-4.062-12.5-9.609-0.047 0-0.094-0.016-0.141-0.016-0.359 2.812 1.719 6.609 1.719 6.609s0.125 0.187 0.844 1.281c-3.984-2.109-4.094-8.328-4.094-8.328-0.953-0.359-4.266-1.484-4.844-2.406 0 0 2.594 1.422 4.828 1.703-0.016-0.016 0.031-0.5 0.031-0.5 0.141-1.906 0.797-3.391 1.469-4.531 0.438-2.141 1.406-4.078 2.75-5.703 0.234-0.969 0.609-2.125 1.266-3.344 0.281-0.531 0.547-0.875 1.266-1.203 4.75-2.219 9.438-2.781 14.25-0.281v0c4.609 2.406 7.109 7.438 6.563 12.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eercast\" viewBox=\"0 0 27 28\">\n<title>eercast</title>\n<path d=\"M20.953 12.25c0.547-0.844-0.094-2.984-2-4.25-1.891-1.266-4.312-1.172-4.875-0.328-0.547 0.828 0.625 0.297 2.766 1.094 3.531 1.313 3.563 4.328 4.109 3.484zM26.625 21.219c-4.422 10.875-24.344 8.125-23.922-5.984 0.047-1.797 0.547-3 1.062-4.719-3.297 13.5 15.094 21.359 22.641 10.703 0.281-0.391 0.359-0.359 0.219 0zM22.891 14.203c0 4.422-3.563 8.016-7.953 8.016s-7.953-3.594-7.953-8.016 3.563-8.016 7.953-8.016 7.953 3.594 7.953 8.016zM27.375 9.703c-5.563-12.625-28.531-7.969-25.984 9.203-5.281-17.203 16.484-25.094 24.531-12.844 0.656 1 1.406 2.75 1.453 3.641zM26.406 15.047c0.266-5.281-3.391-8.891-8.328-10.25-0.078 0-0.422-0.141 0.219-0.203 12.063 0.406 12.5 19.688-0.641 19.906 4.281-1.188 8.484-4.156 8.75-9.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microchip\" viewBox=\"0 0 24 28\">\n<title>microchip</title>\n<path d=\"M3 20v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 16v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 12v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 8v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 4v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM20 1.5v23c0 0.828-0.672 1.5-1.5 1.5h-13c-0.828 0-1.5-0.672-1.5-1.5v-23c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5zM24 20.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 16.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 12.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 8.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 4.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snowflake-o\" viewBox=\"0 0 26 28\">\n<title>snowflake-o</title>\n<path d=\"M24.469 17.453l-2.609 0.516 2.906 1.672c0.469 0.266 0.641 0.891 0.359 1.359s-0.891 0.641-1.359 0.359l-2.906-1.656 0.859 2.5c0.438 1.25-1.469 1.891-1.891 0.656l-1.594-4.688-4.234-2.438v4.891l3.25 3.719c0.875 0.984-0.641 2.312-1.5 1.313l-1.75-2v3.344c0 0.547-0.453 1-1 1s-1-0.453-1-1v-3.344l-1.75 2c-0.859 1-2.375-0.328-1.5-1.313l3.25-3.719v-4.891l-4.234 2.438-1.594 4.688c-0.422 1.234-2.328 0.594-1.891-0.656l0.859-2.5-2.906 1.656c-0.469 0.281-1.078 0.109-1.359-0.359s-0.109-1.094 0.359-1.359l2.906-1.672-2.609-0.516c-1.297-0.266-0.906-2.219 0.391-1.969l4.844 0.969 4.234-2.453-4.234-2.453-4.844 0.969c-0.063 0.016-0.141 0.016-0.203 0.016-1.188 0-1.359-1.75-0.187-1.984l2.609-0.516-2.906-1.672c-0.469-0.266-0.641-0.891-0.359-1.359 0.281-0.484 0.891-0.641 1.359-0.359l2.906 1.656-0.859-2.5c-0.438-1.25 1.469-1.891 1.891-0.656l1.594 4.688 4.234 2.438v-4.891l-3.25-3.719c-0.875-0.984 0.641-2.312 1.5-1.313l1.75 2v-3.344c0-0.547 0.453-1 1-1s1 0.453 1 1v3.344l1.75-2c0.859-1 2.375 0.328 1.5 1.313l-3.25 3.719v4.891l4.234-2.438 1.594-4.688c0.422-1.234 2.328-0.594 1.891 0.656l-0.859 2.5 2.906-1.656c0.469-0.281 1.078-0.109 1.359 0.359s0.109 1.094-0.359 1.359l-2.906 1.672 2.609 0.516c1.172 0.234 1 1.984-0.187 1.984-0.063 0-0.141 0-0.203-0.016l-4.844-0.969-4.234 2.453 4.234 2.453 4.844-0.969c1.297-0.25 1.687 1.703 0.391 1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superpowers\" viewBox=\"0 0 28 28\">\n<title>superpowers</title>\n<path d=\"M23.016 14.516c0.281-5-3.547-9.141-8.5-9.438-4.922-0.297-9.281 3.453-9.562 8.406-0.281 5 3.547 9.141 8.516 9.438 4.922 0.297 9.281-3.437 9.547-8.406zM28 0l-5.453 5.437c2.484 2.422 3.828 5.797 3.609 9.266-0.344 5.812-4.813 10.453-10.547 11.234l-15.609 2.063 5.422-5.422c-2.484-2.422-3.813-5.797-3.609-9.266 0.359-5.828 4.813-10.469 10.563-11.25 5.203-0.688 10.422-1.375 15.625-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpexplorer\" viewBox=\"0 0 28 28\">\n<title>wpexplorer</title>\n<path d=\"M14.812 16.063l2.547 5.141h-0.797l-2.734-5.469-2.672 5.469h-0.766l2.797-5.844-1.219-0.516 0.328-0.766 3.75 1.594-0.328 0.781zM8.797 6.813l4.75 2.031-2.031 4.75-4.75-2.031zM14.172 9.703l3.75 1.609-1.609 3.734-3.734-1.594zM18.562 12.047l2.984 1.266-1.281 2.969-2.969-1.266zM26.25 14c0-6.75-5.5-12.25-12.25-12.25s-12.25 5.5-12.25 12.25 5.5 12.25 12.25 12.25 12.25-5.5 12.25-12.25zM28 14c0 7.719-6.281 14-14 14s-14-6.281-14-14 6.281-14 14-14 14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meetup\" viewBox=\"0 0 30 28\">\n<title>meetup</title>\n<path d=\"M20.844 19.281c-0.172-1.125-2.234-0.25-2.359-1.484-0.172-1.75 2.391-5.531 2.188-7-0.187-1.313-1.062-1.594-1.828-1.609-0.734-0.016-0.922 0.109-1.172 0.25-0.156 0.094-0.359 0.266-0.641-0.016-0.344-0.328-0.609-0.641-1.062-0.703-0.672-0.109-0.969 0.109-1.453 0.531-0.187 0.156-0.656 0.703-1.094 0.5-0.187-0.094-0.844-0.422-1.313-0.625-0.891-0.391-2.188 0.25-2.656 1.094-0.703 1.25-2.078 6.188-2.281 6.844-0.469 1.453 0.594 2.656 2.016 2.578 0.609-0.031 1-0.25 1.391-0.953 0.219-0.406 2.281-5.891 2.438-6.156 0.109-0.187 0.484-0.438 0.797-0.281 0.313 0.172 0.375 0.516 0.328 0.828-0.063 0.531-1.531 3.875-1.578 4.25-0.187 1.25 1.469 1.453 2.109 0.219 0.203-0.391 2.5-5.063 2.703-5.375 0.234-0.344 0.406-0.453 0.641-0.438 0.172 0 0.453 0.047 0.391 0.594-0.078 0.516-1.922 3.953-2.125 4.797-0.25 1.125 0.359 2.266 1.359 2.766 0.625 0.313 3.422 0.859 3.203-0.609zM5.984 22.656c0.063 0.313-0.125 0.609-0.438 0.672-0.297 0.063-0.594-0.125-0.656-0.438-0.063-0.297 0.125-0.609 0.422-0.672s0.609 0.125 0.672 0.438zM14.891 26.766c0.25 0.359 0.156 0.844-0.187 1.094-0.359 0.25-0.844 0.156-1.094-0.203-0.234-0.359-0.141-0.844 0.203-1.094 0.359-0.25 0.844-0.156 1.078 0.203zM2.766 14.078c-0.375 0.562-1.125 0.703-1.672 0.313-0.547-0.375-0.688-1.141-0.313-1.687 0.375-0.562 1.125-0.703 1.672-0.328 0.547 0.391 0.688 1.141 0.313 1.703zM22.922 24.656c0.391 0.578 0.25 1.375-0.328 1.781-0.578 0.391-1.359 0.25-1.75-0.328s-0.25-1.375 0.313-1.781c0.578-0.406 1.359-0.25 1.766 0.328zM24.672 15.219c1.437 2.359 0.828 5.469-1.437 7.063-0.953 0.672-2.031 0.969-3.109 0.938-0.656 2.578-3.797 3.531-5.75 1.781-0.063 0.047-0.141 0.094-0.203 0.156-2.141 1.484-5.047 0.953-6.531-1.219-0.531-0.781-0.797-1.672-0.828-2.562-3.578-0.594-4.922-5.141-2.25-7.641-1.547-2.562 0.031-5.875 2.922-6.281 1.375-3.625 5.891-5.344 8.953-2.969 3.687-1.219 7.453 1.609 7.156 5.531 2.25 0.688 2.891 3.656 1.078 5.203zM7.109 4.906c0.281 0.422 0.187 1-0.234 1.297-0.406 0.281-0.984 0.187-1.266-0.234s-0.187-1 0.234-1.297c0.406-0.281 0.984-0.187 1.266 0.234zM9.594 0.516c0.078 0.344-0.141 0.688-0.484 0.766s-0.688-0.141-0.766-0.5c-0.063-0.344 0.156-0.688 0.5-0.766s0.688 0.141 0.75 0.5zM28.125 15.328c0.094 0.422-0.172 0.828-0.578 0.906-0.406 0.094-0.812-0.172-0.891-0.578-0.094-0.422 0.172-0.828 0.578-0.922 0.406-0.078 0.812 0.187 0.891 0.594zM17.75 1.375c0.328 0.562 0.156 1.312-0.422 1.656-0.562 0.344-1.297 0.156-1.625-0.406-0.344-0.578-0.156-1.328 0.406-1.672s1.297-0.156 1.641 0.422zM29.406 11.625c0.078 0.313-0.125 0.609-0.422 0.688-0.313 0.063-0.609-0.141-0.672-0.438-0.063-0.313 0.125-0.625 0.438-0.688 0.297-0.063 0.594 0.125 0.656 0.438zM26.422 7.859c0.313 0.469 0.203 1.109-0.25 1.437-0.469 0.313-1.109 0.203-1.422-0.266s-0.203-1.109 0.266-1.437c0.453-0.328 1.094-0.203 1.406 0.266z\"/>\n</symbol>\n</defs>\n</svg>\n\";s:11:\"Linearicons\";s:184660:\"<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"Lineariconsicon-home\" viewBox=\"0 0 20 20\">\n<title>home</title>\n<path class=\"path1\" d=\"M19.871 12.165l-8.829-9.758c-0.274-0.303-0.644-0.47-1.042-0.47-0 0 0 0 0 0-0.397 0-0.767 0.167-1.042 0.47l-8.829 9.758c-0.185 0.205-0.169 0.521 0.035 0.706 0.096 0.087 0.216 0.129 0.335 0.129 0.136 0 0.272-0.055 0.371-0.165l2.129-2.353v8.018c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-8.018l2.129 2.353c0.185 0.205 0.501 0.221 0.706 0.035s0.221-0.501 0.035-0.706zM12 19h-4v-4.5c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v4.5zM16 18.5c0 0.276-0.224 0.5-0.5 0.5h-2.5v-4.5c0-0.827-0.673-1.5-1.5-1.5h-3c-0.827 0-1.5 0.673-1.5 1.5v4.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-9.123l5.7-6.3c0.082-0.091 0.189-0.141 0.3-0.141s0.218 0.050 0.3 0.141l5.7 6.3v9.123z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-apartment\" viewBox=\"0 0 20 20\">\n<title>apartment</title>\n<path class=\"path1\" d=\"M14 6h1v1h-1v-1z\"/>\n<path class=\"path2\" d=\"M14 8h1v1h-1v-1z\"/>\n<path class=\"path3\" d=\"M14 10h1v1h-1v-1z\"/>\n<path class=\"path4\" d=\"M14 12h1v1h-1v-1z\"/>\n<path class=\"path5\" d=\"M14 16h1v1h-1v-1z\"/>\n<path class=\"path6\" d=\"M14 14h1v1h-1v-1z\"/>\n<path class=\"path7\" d=\"M6 6h1v1h-1v-1z\"/>\n<path class=\"path8\" d=\"M6 8h1v1h-1v-1z\"/>\n<path class=\"path9\" d=\"M6 10h1v1h-1v-1z\"/>\n<path class=\"path10\" d=\"M6 12h1v1h-1v-1z\"/>\n<path class=\"path11\" d=\"M6 16h1v1h-1v-1z\"/>\n<path class=\"path12\" d=\"M6 14h1v1h-1v-1z\"/>\n<path class=\"path13\" d=\"M4 6h1v1h-1v-1z\"/>\n<path class=\"path14\" d=\"M4 8h1v1h-1v-1z\"/>\n<path class=\"path15\" d=\"M4 10h1v1h-1v-1z\"/>\n<path class=\"path16\" d=\"M4 12h1v1h-1v-1z\"/>\n<path class=\"path17\" d=\"M4 16h1v1h-1v-1z\"/>\n<path class=\"path18\" d=\"M4 14h1v1h-1v-1z\"/>\n<path class=\"path19\" d=\"M8 6h1v1h-1v-1z\"/>\n<path class=\"path20\" d=\"M8 8h1v1h-1v-1z\"/>\n<path class=\"path21\" d=\"M8 10h1v1h-1v-1z\"/>\n<path class=\"path22\" d=\"M8 12h1v1h-1v-1z\"/>\n<path class=\"path23\" d=\"M8 16h1v1h-1v-1z\"/>\n<path class=\"path24\" d=\"M8 14h1v1h-1v-1z\"/>\n<path class=\"path25\" d=\"M18.5 19h-0.5v-13.5c0-0.763-0.567-1.549-1.291-1.791l-4.709-1.57v-1.64c0-0.158-0.075-0.307-0.202-0.401s-0.291-0.123-0.442-0.078l-9.042 2.713c-0.737 0.221-1.314 0.997-1.314 1.766v14.5h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h18c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM16.393 4.658c0.318 0.106 0.607 0.507 0.607 0.842v13.5h-5v-15.806l4.393 1.464zM2 4.5c0-0.329 0.287-0.714 0.602-0.808l8.398-2.52v17.828h-9v-14.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pencil\" viewBox=\"0 0 20 20\">\n<title>pencil</title>\n<path class=\"path1\" d=\"M19.104 0.896c-0.562-0.562-1.309-0.871-2.104-0.871s-1.542 0.309-2.104 0.871l-12.75 12.75c-0.052 0.052-0.091 0.114-0.116 0.183l-2 5.5c-0.066 0.183-0.021 0.387 0.116 0.524 0.095 0.095 0.223 0.146 0.354 0.146 0.057 0 0.115-0.010 0.171-0.030l5.5-2c0.069-0.025 0.131-0.065 0.183-0.116l12.75-12.75c0.562-0.562 0.871-1.309 0.871-2.104s-0.309-1.542-0.871-2.104zM5.725 17.068l-4.389 1.596 1.596-4.389 11.068-11.068 2.793 2.793-11.068 11.068zM18.396 4.396l-0.896 0.896-2.793-2.793 0.896-0.896c0.373-0.373 0.869-0.578 1.396-0.578s1.023 0.205 1.396 0.578c0.373 0.373 0.578 0.869 0.578 1.396s-0.205 1.023-0.578 1.396z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magic-wand\" viewBox=\"0 0 20 20\">\n<title>magic-wand</title>\n<path class=\"path1\" d=\"M11.5 7c-0.276 0-0.5-0.224-0.5-0.5 0-1.378-1.122-2.5-2.5-2.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c1.378 0 2.5-1.122 2.5-2.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 1.378 1.122 2.5 2.5 2.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-1.378 0-2.5 1.122-2.5 2.5 0 0.276-0.224 0.5-0.5 0.5zM10.301 3.5c0.49 0.296 0.903 0.708 1.199 1.199 0.296-0.49 0.708-0.903 1.199-1.199-0.49-0.296-0.903-0.708-1.199-1.199-0.296 0.49-0.708 0.903-1.199 1.199z\"/>\n<path class=\"path2\" d=\"M1.5 10c-0.276 0-0.5-0.224-0.5-0.5s-0.224-0.5-0.5-0.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.276 0 0.5-0.224 0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5c0 0.276 0.224 0.5 0.5 0.5s0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5c-0.276 0-0.5 0.224-0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.147 15.939l-10.586-10.586c-0.283-0.283-0.659-0.438-1.061-0.438s-0.778 0.156-1.061 0.438l-0.586 0.586c-0.283 0.283-0.438 0.659-0.438 1.061s0.156 0.778 0.438 1.061l10.586 10.586c0.283 0.283 0.659 0.438 1.061 0.438s0.778-0.156 1.061-0.438l0.586-0.586c0.283-0.283 0.438-0.659 0.438-1.061s-0.156-0.778-0.438-1.061zM5.561 6.646l0.586-0.586c0.094-0.094 0.219-0.145 0.354-0.145s0.26 0.052 0.354 0.145l1.439 1.439-1.293 1.293-1.439-1.439c-0.195-0.195-0.195-0.512 0-0.707zM17.439 17.354l-0.586 0.586c-0.094 0.094-0.219 0.145-0.353 0.145s-0.26-0.052-0.353-0.145l-8.439-8.439 1.293-1.293 8.439 8.439c0.195 0.195 0.195 0.512 0 0.707z\"/>\n<path class=\"path4\" d=\"M3.5 5c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 2.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n<path class=\"path5\" d=\"M3.5 15c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 12.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-drop\" viewBox=\"0 0 20 20\">\n<title>drop</title>\n<path class=\"path1\" d=\"M10 20c-1.614 0-3.118-0.655-4.236-1.845-1.133-1.206-1.757-2.859-1.757-4.655 0-2.943 1.308-5.049 2.693-7.278 1.070-1.723 2.177-3.504 2.817-5.853 0.059-0.218 0.257-0.368 0.482-0.368s0.423 0.151 0.482 0.368c0.641 2.35 1.749 4.132 2.821 5.855 1.387 2.229 2.697 4.335 2.697 7.277 0 1.799-0.62 3.452-1.746 4.654-1.115 1.19-2.626 1.846-4.254 1.846zM10 2.113c-0.674 1.776-1.574 3.225-2.45 4.636-1.364 2.196-2.543 4.093-2.543 6.751 0 3.136 2.147 5.5 4.993 5.5 2.85 0 5-2.364 5-5.5 0-2.657-1.18-4.553-2.546-6.749-0.878-1.411-1.78-2.861-2.454-4.638z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lighter\" viewBox=\"0 0 20 20\">\n<title>lighter</title>\n<path class=\"path1\" d=\"M17.5 9h-0.69l-0.855-1.722c-0.084-0.17-0.258-0.278-0.448-0.278h-4.007c-0.276 0-0.5 0.224-0.5 0.5v1.5h-1.211l-3.856-6.678c-0.138-0.239-0.444-0.321-0.683-0.183l-3.464 2c-0.239 0.138-0.321 0.444-0.183 0.683l4 6.928c0.093 0.16 0.261 0.25 0.433 0.25 0.085 0 0.171-0.022 0.25-0.067l2.714-1.567v8.134c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-9c0-0.276-0.224-0.5-0.5-0.5zM17 15h-1v-3h1v3zM12 8h3.197l0.497 1h-3.694v-1zM6.219 10.817l-3.5-6.062 2.598-1.5 3.5 6.062-2.598 1.5zM10 18v-8h6.497c0.001 0 0.002 0 0.004 0s0.001-0 0.002-0h0.497v1h-1.5c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h1.5v2h-7z\"/>\n<path class=\"path2\" d=\"M15.5 6c-0.75 0-1.115-0.354-1.289-0.652-0.331-0.565-0.275-1.418 0.169-2.606 0.299-0.799 0.668-1.459 0.684-1.487 0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255c0.016 0.028 0.385 0.688 0.684 1.487 0.444 1.189 0.5 2.041 0.169 2.606-0.174 0.297-0.539 0.652-1.289 0.652zM15.5 2.64c-0.063 0.146-0.127 0.302-0.187 0.463-0.453 1.218-0.297 1.64-0.238 1.741 0.025 0.043 0.092 0.156 0.425 0.156s0.401-0.114 0.426-0.156c0.059-0.101 0.216-0.525-0.243-1.751-0.059-0.158-0.121-0.31-0.183-0.453z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-poop\" viewBox=\"0 0 20 20\">\n<title>poop</title>\n<path class=\"path1\" d=\"M17.057 13.303c-0.077-0.044-0.157-0.087-0.239-0.129 0.955-0.749 1.181-1.568 1.181-2.174 0-1.419-1.193-2.655-3.175-3.409 0.115-0.351 0.175-0.72 0.175-1.091 0-1.93-1.57-3.5-3.5-3.5-0.684 0-1.5-0.173-1.5-1 0-0.453 0.578-0.948 0.779-1.085 0.183-0.123 0.264-0.35 0.2-0.561s-0.258-0.354-0.478-0.354c-1.567 0-3.178 0.515-4.418 1.413-0.633 0.458-1.135 0.988-1.493 1.575-0.391 0.641-0.589 1.318-0.589 2.012 0 0.288 0.024 0.574 0.070 0.855-0.849 0.41-1.566 0.951-2.090 1.581-0.641 0.77-0.98 1.657-0.98 2.564 0 0.546 0.123 1.103 0.356 1.641-0.888 0.854-1.356 1.836-1.356 2.859 0 1.525 1.028 2.936 2.893 3.973 1.773 0.985 4.119 1.527 6.607 1.527 2.558 0 4.879-0.333 6.535-0.937 2.45-0.893 2.965-2.159 2.965-3.063 0-0.728-0.337-1.787-1.943-2.697zM15.693 18.124c-1.55 0.565-3.749 0.876-6.193 0.876-2.32 0-4.494-0.498-6.121-1.402-1.534-0.852-2.379-1.953-2.379-3.098 0-0.797 0.41-1.461 0.867-1.952 0.115 0.164 0.24 0.324 0.377 0.479 0.796 0.909 1.904 1.603 3.118 1.953 0.046 0.013 0.093 0.020 0.139 0.020 0.217 0 0.417-0.142 0.48-0.361 0.077-0.265-0.076-0.542-0.342-0.619-2.074-0.599-3.639-2.327-3.639-4.020 0-1.224 0.88-2.399 2.329-3.155 0.524 1.443 1.63 2.641 3.004 3.127 0.055 0.019 0.111 0.029 0.167 0.029 0.206 0 0.399-0.128 0.471-0.333 0.092-0.26-0.044-0.546-0.305-0.638-1.52-0.537-2.667-2.269-2.667-4.029 0-1.012 0.592-1.998 1.668-2.777 0.744-0.538 1.643-0.918 2.578-1.1-0.144 0.258-0.246 0.554-0.246 0.877 0 0.967 0.657 2 2.5 2 1.378 0 2.5 1.122 2.5 2.5 0 0.271-0.042 0.533-0.125 0.784-0.408-0.111-0.841-0.204-1.295-0.277-0.273-0.044-0.529 0.142-0.573 0.414s0.142 0.529 0.414 0.573c1.387 0.223 2.563 0.647 3.401 1.226 0.538 0.372 1.179 0.982 1.179 1.78 0 0.645-0.428 1.218-1.273 1.705-0.915-0.325-1.986-0.564-3.169-0.702-0.274-0.032-0.523 0.164-0.555 0.439s0.164 0.523 0.439 0.555c1.686 0.197 3.112 0.604 4.122 1.176 0.655 0.371 1.436 0.989 1.436 1.827 0 1.060-1.255 1.74-2.307 2.124z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sun\" viewBox=\"0 0 20 20\">\n<title>sun</title>\n<path class=\"path1\" d=\"M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z\"/>\n<path class=\"path2\" d=\"M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path8\" d=\"M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path9\" d=\"M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-moon\" viewBox=\"0 0 20 20\">\n<title>moon</title>\n<path class=\"path1\" d=\"M10.25 20c-2.738 0-5.312-1.066-7.248-3.002s-3.002-4.51-3.002-7.248c0-2.251 0.723-4.375 2.090-6.143 0.655-0.847 1.439-1.585 2.331-2.194 0.899-0.614 1.888-1.083 2.938-1.392 0.192-0.057 0.399 0.007 0.527 0.161s0.151 0.369 0.060 0.547c-0.645 1.257-0.945 2.455-0.945 3.772 0 4.687 3.813 8.5 8.5 8.5 1.317 0 2.515-0.3 3.772-0.945 0.178-0.091 0.393-0.068 0.547 0.060s0.217 0.335 0.161 0.527c-0.31 1.050-0.778 2.039-1.392 2.938-0.609 0.892-1.347 1.676-2.194 2.331-1.768 1.367-3.893 2.090-6.143 2.090zM6.57 1.365c-3.374 1.445-5.57 4.689-5.57 8.385 0 5.1 4.15 9.25 9.25 9.25 3.696 0 6.94-2.197 8.385-5.57-1.024 0.383-2.058 0.57-3.135 0.57-2.538 0-4.923-0.988-6.717-2.782s-2.783-4.18-2.783-6.718c0-1.077 0.188-2.111 0.57-3.135z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud\" viewBox=\"0 0 20 20\">\n<title>cloud</title>\n<path class=\"path1\" d=\"M16.006 16h-10.006c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.602 0 3.137 0.643 4.26 1.775 0.088-0.194 0.196-0.38 0.325-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.178 1.017 0.061-0.003 0.122-0.004 0.184-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994zM6 5c-2.757 0-5 2.243-5 5s2.243 5 5 5h10.006c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.354 0-0.699 0.061-1.026 0.18-0.218 0.080-0.462-0.001-0.59-0.195s-0.104-0.45 0.056-0.619c0.357-0.376 0.554-0.865 0.554-1.379 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.23 0.312-0.365 0.678-0.388 1.057-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.193c-0.11-0.156-0.229-0.307-0.354-0.447-0.949-1.068-2.312-1.681-3.74-1.681z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-upload\" viewBox=\"0 0 20 20\">\n<title>cloud-upload</title>\n<path class=\"path1\" d=\"M16.006 16h-3.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h2.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 12.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v3.793c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3.793l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-download\" viewBox=\"0 0 20 20\">\n<title>cloud-download</title>\n<path class=\"path1\" d=\"M16.006 16h-2.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-1.146 1.146v-3.793c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3.793l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-sync\" viewBox=\"0 0 20 20\">\n<title>cloud-sync</title>\n<path class=\"path1\" d=\"M16.006 8.012c-0.061 0-0.122 0.001-0.183 0.004 0.116-0.322 0.177-0.666 0.177-1.017 0-1.654-1.346-3-3-3-0.948 0-1.851 0.456-2.415 1.22-0.129 0.174-0.237 0.36-0.324 0.555-1.123-1.132-2.658-1.775-4.261-1.775-3.308 0-6 2.692-6 6s2.692 6 6 6h10.006c2.202 0 3.994-1.792 3.994-3.994s-1.792-3.994-3.994-3.994zM16.006 15h-10.006c-2.757 0-5-2.243-5-5s2.243-5 5-5c1.428 0 2.791 0.613 3.74 1.681 0.125 0.141 0.243 0.29 0.351 0.442l0.005 0.007c0.122 0.174 0.34 0.253 0.545 0.195s0.351-0.238 0.364-0.451c0.024-0.384 0.157-0.751 0.386-1.061 0.382-0.517 0.969-0.814 1.611-0.814 1.103 0 2 0.897 2 2 0 0.515-0.195 1.004-0.55 1.377-0.16 0.168-0.183 0.424-0.056 0.618s0.371 0.275 0.589 0.196c0.327-0.119 0.671-0.179 1.023-0.179 1.651 0 2.994 1.343 2.994 2.994s-1.343 2.994-2.994 2.994z\"/>\n<path class=\"path2\" d=\"M6.404 11.959c-0.132 0.027-0.268 0.041-0.404 0.041-1.103 0-2-0.897-2-2v-0.293l0.146 0.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1-1c-0.195-0.195-0.512-0.195-0.707 0l-1 1c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l0.146-0.146v0.293c0 1.654 1.346 3 3 3 0.203 0 0.406-0.021 0.604-0.061 0.271-0.055 0.445-0.32 0.39-0.59s-0.319-0.445-0.59-0.39z\"/>\n<path class=\"path3\" d=\"M9.146 10.146l-0.146 0.146v-0.293c0-1.654-1.346-3-3-3-0.203 0-0.406 0.021-0.604 0.061-0.271 0.055-0.445 0.32-0.39 0.59s0.32 0.445 0.59 0.39c0.132-0.027 0.268-0.041 0.404-0.041 1.103 0 2 0.897 2 2v0.293l-0.146-0.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1 1c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-check\" viewBox=\"0 0 20 20\">\n<title>cloud-check</title>\n<path class=\"path1\" d=\"M16 16h-9.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9.5c1.654 0 3-1.346 3-3s-1.346-3-3-3c-0.343 0-0.68 0.057-1 0.17-0.217 0.077-0.458-0.005-0.584-0.197s-0.105-0.446 0.051-0.615c0.344-0.371 0.533-0.853 0.533-1.359 0-1.103-0.897-2-2-2-1.055 0-1.931 0.823-1.996 1.875-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.194c-0.937-1.334-2.468-2.131-4.096-2.131-2.757 0-5 2.243-5 5 0 0.152 0.007 0.305 0.020 0.455 0.025 0.275-0.178 0.518-0.453 0.543s-0.518-0.178-0.543-0.453c-0.016-0.18-0.024-0.363-0.024-0.545 0-3.308 2.692-6 6-6 1.611 0 3.143 0.65 4.261 1.776 0.471-1.050 1.527-1.776 2.739-1.776 1.654 0 3 1.346 3 3 0 0.346-0.059 0.685-0.172 1.004 0.057-0.002 0.115-0.004 0.172-0.004 2.206 0 4 1.794 4 4s-1.794 4-4 4z\"/>\n<path class=\"path2\" d=\"M3.5 15.5c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1.646 1.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-database\" viewBox=\"0 0 20 20\">\n<title>database</title>\n<path class=\"path1\" d=\"M18.067 1.609c-0.497-0.326-1.193-0.615-2.069-0.858-1.742-0.484-4.050-0.75-6.498-0.75s-4.756 0.267-6.498 0.75c-0.877 0.243-1.573 0.532-2.069 0.858-0.619 0.407-0.933 0.874-0.933 1.391v12c0 0.517 0.314 0.985 0.933 1.391 0.497 0.326 1.193 0.615 2.069 0.858 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.877-0.243 1.573-0.532 2.069-0.858 0.619-0.406 0.933-0.874 0.933-1.391v-12c0-0.517-0.314-0.985-0.933-1.391zM3.27 1.714c1.658-0.46 3.87-0.714 6.23-0.714s4.573 0.254 6.23 0.714c1.795 0.499 2.27 1.059 2.27 1.286s-0.474 0.787-2.27 1.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286s0.474-0.787 2.27-1.286zM15.73 16.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 12.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 8.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lock\" viewBox=\"0 0 20 20\">\n<title>lock</title>\n<path class=\"path1\" d=\"M14.5 8h-0.5v-1.5c0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5v1.5h-0.5c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5zM6 6.5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v1.5h-7v-1.5zM15 17.5c0 0.276-0.224 0.5-0.5 0.5h-10c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5v8z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cog\" viewBox=\"0 0 20 20\">\n<title>cog</title>\n<path class=\"path1\" d=\"M7.631 19.702c-0.041 0-0.083-0.005-0.125-0.016-0.898-0.231-1.761-0.587-2.564-1.059-0.233-0.137-0.315-0.434-0.186-0.671 0.159-0.292 0.243-0.622 0.243-0.957 0-1.103-0.897-2-2-2-0.334 0-0.665 0.084-0.957 0.243-0.237 0.129-0.534 0.047-0.671-0.186-0.472-0.804-0.828-1.666-1.059-2.564-0.065-0.254 0.077-0.515 0.325-0.598 0.814-0.274 1.362-1.036 1.362-1.895s-0.547-1.621-1.362-1.895c-0.248-0.084-0.39-0.344-0.325-0.598 0.231-0.898 0.587-1.761 1.059-2.564 0.137-0.233 0.434-0.315 0.671-0.186 0.291 0.159 0.622 0.243 0.957 0.243 1.103 0 2-0.897 2-2 0-0.334-0.084-0.665-0.243-0.957-0.129-0.237-0.047-0.534 0.186-0.671 0.804-0.472 1.666-0.828 2.564-1.059 0.254-0.065 0.515 0.077 0.598 0.325 0.274 0.814 1.036 1.362 1.895 1.362s1.621-0.547 1.895-1.362c0.084-0.248 0.345-0.39 0.598-0.325 0.898 0.231 1.761 0.587 2.564 1.059 0.233 0.137 0.315 0.434 0.186 0.671-0.159 0.292-0.243 0.622-0.243 0.957 0 1.103 0.897 2 2 2 0.334 0 0.665-0.084 0.957-0.243 0.237-0.129 0.534-0.047 0.671 0.186 0.472 0.804 0.828 1.666 1.059 2.564 0.065 0.254-0.077 0.515-0.325 0.598-0.814 0.274-1.362 1.036-1.362 1.895s0.547 1.621 1.362 1.895c0.248 0.084 0.39 0.344 0.325 0.598-0.231 0.898-0.587 1.761-1.059 2.564-0.137 0.233-0.434 0.315-0.671 0.186-0.292-0.159-0.622-0.243-0.957-0.243-1.103 0-2 0.897-2 2 0 0.334 0.084 0.665 0.243 0.957 0.129 0.237 0.047 0.534-0.186 0.671-0.804 0.472-1.666 0.828-2.564 1.059-0.254 0.065-0.515-0.077-0.598-0.325-0.274-0.814-1.036-1.362-1.895-1.362s-1.621 0.547-1.895 1.362c-0.070 0.207-0.264 0.341-0.474 0.341zM10 17c1.127 0 2.142 0.628 2.655 1.602 0.52-0.161 1.026-0.369 1.51-0.622-0.108-0.314-0.164-0.646-0.164-0.98 0-1.654 1.346-3 3-3 0.334 0 0.666 0.056 0.98 0.164 0.253-0.484 0.462-0.989 0.622-1.51-0.974-0.512-1.602-1.527-1.602-2.655s0.628-2.142 1.602-2.655c-0.161-0.52-0.369-1.026-0.622-1.51-0.314 0.108-0.646 0.164-0.98 0.164-1.654 0-3-1.346-3-3 0-0.334 0.056-0.666 0.164-0.98-0.484-0.253-0.989-0.462-1.51-0.622-0.512 0.974-1.527 1.602-2.655 1.602s-2.142-0.628-2.655-1.602c-0.52 0.16-1.026 0.369-1.51 0.622 0.108 0.314 0.164 0.646 0.164 0.98 0 1.654-1.346 3-3 3-0.334 0-0.666-0.056-0.98-0.164-0.253 0.484-0.462 0.989-0.622 1.51 0.974 0.512 1.602 1.527 1.602 2.655s-0.628 2.142-1.602 2.655c0.16 0.52 0.369 1.026 0.622 1.51 0.314-0.108 0.646-0.164 0.98-0.164 1.654 0 3 1.346 3 3 0 0.334-0.056 0.666-0.164 0.98 0.484 0.253 0.989 0.462 1.51 0.622 0.512-0.974 1.527-1.602 2.655-1.602z\"/>\n<path class=\"path2\" d=\"M10 13c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 8c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-trash\" viewBox=\"0 0 20 20\">\n<title>trash</title>\n<path class=\"path1\" d=\"M15.5 2h-3.5v-0.5c0-0.827-0.673-1.5-1.5-1.5h-2c-0.827 0-1.5 0.673-1.5 1.5v0.5h-3.5c-0.827 0-1.5 0.673-1.5 1.5v1c0 0.652 0.418 1.208 1 1.414v12.586c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-12.586c0.582-0.206 1-0.762 1-1.414v-1c0-0.827-0.673-1.5-1.5-1.5zM8 1.5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v0.5h-3v-0.5zM14.5 19h-10c-0.276 0-0.5-0.224-0.5-0.5v-12.5h11v12.5c0 0.276-0.224 0.5-0.5 0.5zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-12c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n<path class=\"path2\" d=\"M12.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M9.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dice\" viewBox=\"0 0 20 20\">\n<title>dice</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M5.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M5.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M13.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M13.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path7\" d=\"M15.5 19h-12c-1.378 0-2.5-1.122-2.5-2.5v-12c0-1.378 1.122-2.5 2.5-2.5h12c1.378 0 2.5 1.122 2.5 2.5v12c0 1.378-1.122 2.5-2.5 2.5zM3.5 3c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.827 0.673 1.5 1.5 1.5h12c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart\" viewBox=\"0 0 20 20\">\n<title>heart</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.094-0.052-2.326-1.301-4.592-3.347-1.341-1.21-2.411-2.448-3.183-3.68-0.984-1.571-1.482-3.139-1.482-4.66 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.521-0.499 3.089-1.482 4.66-0.771 1.232-1.842 2.47-3.182 3.68-2.266 2.046-4.498 3.295-4.592 3.347-0.076 0.042-0.159 0.063-0.243 0.063zM5.25 3c-2.343 0-4.25 1.907-4.25 4.25 0 3.040 2.35 5.802 4.321 7.585 1.76 1.592 3.544 2.708 4.179 3.087 0.635-0.379 2.419-1.495 4.179-3.087 1.971-1.782 4.321-4.545 4.321-7.585 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star\" viewBox=\"0 0 20 20\">\n<title>star</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-5.261-2.869-5.261 2.869c-0.168 0.092-0.373 0.079-0.529-0.032s-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276s0.363 0.107 0.447 0.276l2.386 4.772 5.749 0.958c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-3.818 3.818 0.958 5.746c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093zM10 15c0.082 0 0.165 0.020 0.239 0.061l4.599 2.508-0.831-4.987c-0.027-0.159 0.025-0.322 0.14-0.436l3.313-3.313-5.042-0.84c-0.158-0.026-0.293-0.127-0.365-0.27l-2.053-4.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.075-0.041 0.157-0.061 0.239-0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-half\" viewBox=\"0 0 20 20\">\n<title>star-half</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.098 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path2\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path3\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path4\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path5\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.199 0.678s-0.436 0.332-0.678 0.199l-0.261-0.142-5.261 2.869c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-empty\" viewBox=\"0 0 20 20\">\n<title>star-empty</title>\n<path class=\"path1\" d=\"M5.499 8.333c-0.24 0-0.452-0.173-0.493-0.418-0.045-0.272 0.139-0.53 0.411-0.575l1.749-0.291 0.386-0.772c0.123-0.247 0.424-0.347 0.671-0.224s0.347 0.424 0.224 0.671l-0.5 1c-0.072 0.143-0.207 0.243-0.365 0.27l-2 0.333c-0.028 0.005-0.056 0.007-0.083 0.007z\"/>\n<path class=\"path2\" d=\"M2.5 10c-0.128 0-0.256-0.049-0.354-0.146l-1-1c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l2-0.333c0.273-0.045 0.53 0.139 0.575 0.411s-0.139 0.53-0.411 0.575l-1.042 0.174 0.313 0.313c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path4\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.099 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path5\" d=\"M5.334 14c-0.027 0-0.055-0.002-0.083-0.007-0.272-0.045-0.456-0.303-0.411-0.575l0.124-0.746-0.818-0.818c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1 1c0.114 0.114 0.166 0.276 0.14 0.436l-0.167 1c-0.041 0.245-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path6\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.5-3c0.045-0.272 0.303-0.456 0.575-0.411s0.456 0.303 0.411 0.575l-0.331 1.987 1.099-0.599c0.242-0.132 0.546-0.043 0.678 0.199s0.043 0.546-0.2 0.678l-2 1.091c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n<path class=\"path7\" d=\"M8.5 16.818c-0.177 0-0.349-0.094-0.439-0.261-0.132-0.242-0.043-0.546 0.2-0.678l1.5-0.818c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.2 0.678s-0.436 0.332-0.678 0.2l-0.261-0.142-1.261 0.688c-0.076 0.041-0.158 0.061-0.239 0.061z\"/>\n<path class=\"path8\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path9\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path10\" d=\"M9 5c-0.075 0-0.151-0.017-0.223-0.053-0.247-0.123-0.347-0.424-0.224-0.671l1-2c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-0.553 1.106c-0.088 0.175-0.264 0.277-0.448 0.277z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-flag\" viewBox=\"0 0 20 20\">\n<title>flag</title>\n<path class=\"path1\" d=\"M1.5 19c-0.276 0-0.5-0.224-0.5-0.5v-15c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M3.5 10c-0.104 0-0.21-0.033-0.3-0.1-0.221-0.166-0.266-0.479-0.1-0.7 0.067-0.090 1.676-2.2 3.9-2.2 1.694 0 2.813 0.599 3.801 1.127 0.875 0.468 1.631 0.873 2.699 0.873 2.192 0 3.758-2.080 4.65-3.718-0.698 0.397-1.59 0.718-2.65 0.718-2.207 0-3.347-1.14-4.354-2.146-0.995-0.995-1.854-1.854-3.646-1.854-2.224 0-3.587 1.782-3.6 1.8-0.166 0.221-0.479 0.266-0.7 0.1s-0.266-0.479-0.1-0.7c0.067-0.090 1.681-2.2 4.4-2.2 2.207 0 3.347 1.14 4.354 2.146 0.995 0.995 1.854 1.854 3.646 1.854 2.224 0 3.587-1.782 3.6-1.8 0.147-0.196 0.415-0.257 0.632-0.143s0.32 0.368 0.242 0.601c-0.021 0.064-0.533 1.581-1.558 3.119-0.612 0.918-1.282 1.653-1.991 2.185-0.918 0.688-1.902 1.037-2.925 1.037-1.318 0-2.26-0.504-3.171-0.991-0.97-0.519-1.886-1.009-3.329-1.009-1.73 0-3.087 1.782-3.1 1.8-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-envelope\" viewBox=\"0 0 20 20\">\n<title>envelope</title>\n<path class=\"path1\" d=\"M17.5 6h-16c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h16c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM17.5 7c0.030 0 0.058 0.003 0.087 0.008l-7.532 5.021c-0.29 0.193-0.819 0.193-1.109 0l-7.532-5.021c0.028-0.005 0.057-0.008 0.087-0.008h16zM17.5 17h-16c-0.276 0-0.5-0.224-0.5-0.5v-8.566l7.391 4.927c0.311 0.207 0.71 0.311 1.109 0.311s0.798-0.104 1.109-0.311l7.391-4.927v8.566c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paperclip\" viewBox=\"0 0 20 20\">\n<title>paperclip</title>\n<path class=\"path1\" d=\"M9.5 20c-2.481 0-4.5-2.019-4.5-4.5v-12c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v11c0 1.378-1.122 2.5-2.5 2.5s-2.5-1.122-2.5-2.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827 0.673 1.5 1.5 1.5s1.5-0.673 1.5-1.5v-11c0-1.378-1.122-2.5-2.5-2.5s-2.5 1.122-2.5 2.5v12c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7c0 2.481-2.019 4.5-4.5 4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-inbox\" viewBox=\"0 0 20 20\">\n<title>inbox</title>\n<path class=\"path1\" d=\"M19.557 10.383l-2.698-6.168c-0.298-0.682-1.115-1.216-1.859-1.216h-10c-0.744 0-1.561 0.534-1.859 1.216l-2.698 6.168c-0.248 0.568-0.443 1.497-0.443 2.117v4c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.619-0.194-1.549-0.443-2.117zM4.057 4.617c0.141-0.323 0.591-0.617 0.943-0.617h10c0.352 0 0.802 0.294 0.943 0.617l2.698 6.168c0.030 0.069 0.060 0.148 0.089 0.233-0.075-0.012-0.152-0.018-0.23-0.018h-6c-0.276 0-0.5 0.224-0.5 0.5v0.5c0 1.103-0.897 2-2 2s-2-0.897-2-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-6c-0.078 0-0.155 0.006-0.23 0.018 0.029-0.085 0.058-0.164 0.089-0.233l2.698-6.168zM19 16.5c0 0.276-0.224 0.5-0.5 0.5h-17c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5h5.5c0 1.654 1.346 3 3 3s3-1.346 3-3h5.5c0.276 0 0.5 0.224 0.5 0.5v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-eye\" viewBox=\"0 0 20 20\">\n<title>eye</title>\n<path class=\"path1\" d=\"M19.872 10.166c-0.047-0.053-1.182-1.305-2.956-2.572-1.047-0.748-2.1-1.344-3.13-1.773-1.305-0.544-2.579-0.82-3.786-0.82s-2.481 0.276-3.786 0.82c-1.030 0.429-2.083 1.026-3.13 1.773-1.774 1.267-2.909 2.52-2.956 2.572-0.171 0.19-0.171 0.479 0 0.669 0.047 0.053 1.182 1.305 2.956 2.572 1.047 0.748 2.1 1.344 3.13 1.773 1.305 0.544 2.579 0.82 3.786 0.82s2.481-0.276 3.786-0.82c1.030-0.429 2.083-1.026 3.13-1.773 1.774-1.267 2.909-2.52 2.956-2.572 0.171-0.19 0.171-0.479 0-0.669zM12.574 6.438c0.907 0.763 1.426 1.873 1.426 3.062 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.188 0.519-2.299 1.426-3.062 0.822-0.268 1.691-0.438 2.574-0.438s1.752 0.17 2.574 0.438zM16.317 12.606c-1.533 1.092-3.873 2.394-6.317 2.394s-4.784-1.302-6.317-2.394c-1.157-0.824-2.042-1.658-2.489-2.106 0.447-0.448 1.332-1.281 2.489-2.106 0.53-0.378 1.156-0.78 1.85-1.145-0.347 0.688-0.533 1.455-0.533 2.251 0 2.757 2.243 5 5 5s5-2.243 5-5c0-0.796-0.186-1.563-0.533-2.251 0.694 0.365 1.32 0.768 1.85 1.145 1.157 0.824 2.042 1.658 2.489 2.106-0.447 0.448-1.332 1.281-2.489 2.106z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-printer\" viewBox=\"0 0 20 20\">\n<title>printer</title>\n<path class=\"path1\" d=\"M18.5 4h-1.5v-2.5c0-0.827-0.673-1.5-1.5-1.5h-11c-0.827 0-1.5 0.673-1.5 1.5v2.5h-1.5c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h1.5v2.5c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-2.5h1.5c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM4 1.5c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v2.5h-12v-2.5zM15.5 19h-11c-0.276 0-0.5-0.224-0.5-0.5v-6.5h12v6.5c0 0.276-0.224 0.5-0.5 0.5zM19 14.5c0 0.276-0.224 0.5-0.5 0.5h-1.5v-3h0.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5v3h-1.5c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h17c0.276 0 0.5 0.224 0.5 0.5v9z\"/>\n<path class=\"path2\" d=\"M14.5 14h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 16h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 9c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM16.5 7c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-empty\" viewBox=\"0 0 20 20\">\n<title>file-empty</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-add\" viewBox=\"0 0 20 20\">\n<title>file-add</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM16.5 19h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 13h-2.5v-2.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.5h-2.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h2.5v2.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-2.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter\" viewBox=\"0 0 20 20\">\n<title>enter</title>\n<path class=\"path1\" d=\"M17.5 2h-9c-0.827 0-1.5 0.673-1.5 1.5v3c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h7.564l-3.842 1.647c-0.685 0.294-1.222 1.108-1.222 1.853v9.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5h2.5v1.5c0 0.433 0.18 0.801 0.495 1.008 0.174 0.114 0.376 0.172 0.589 0.172 0.173 0 0.354-0.038 0.532-0.114l5.162-2.212c0.685-0.294 1.222-1.108 1.222-1.854v-12c0-0.827-0.673-1.5-1.5-1.5zM18 15.5c0 0.351-0.294 0.796-0.616 0.934l-5.162 2.212c-0.096 0.041-0.159 0.038-0.177 0.027s-0.045-0.069-0.045-0.173v-12c0-0.351 0.294-0.796 0.616-0.934l5.333-2.286c0.033 0.066 0.051 0.141 0.051 0.22v12z\"/>\n<path class=\"path2\" d=\"M8.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit\" viewBox=\"0 0 20 20\">\n<title>exit</title>\n<path class=\"path1\" d=\"M11.5 8c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.827-0.673-1.5-1.5-1.5h-9c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.746 0.537 1.56 1.222 1.853l5.162 2.212c0.178 0.076 0.359 0.114 0.532 0.114 0.213-0 0.416-0.058 0.589-0.172 0.314-0.207 0.495-0.575 0.495-1.008v-1.5h2.5c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5h-2.5v-9.5c0-0.746-0.537-1.56-1.222-1.853l-3.842-1.647h7.564c0.276 0 0.5 0.224 0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5zM6.384 5.566c0.322 0.138 0.616 0.584 0.616 0.934v12c0 0.104-0.028 0.162-0.045 0.173s-0.081 0.014-0.177-0.027l-5.162-2.212c-0.322-0.138-0.616-0.583-0.616-0.934v-12c0-0.079 0.018-0.153 0.051-0.22l5.333 2.286z\"/>\n<path class=\"path2\" d=\"M18.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-graduation-hat\" viewBox=\"0 0 20 20\">\n<title>graduation-hat</title>\n<path class=\"path1\" d=\"M18.658 7.026l-9-3c-0.103-0.034-0.214-0.034-0.316 0l-9 3c-0.204 0.068-0.342 0.259-0.342 0.474s0.138 0.406 0.342 0.474l2.658 0.886v2.64c0 0.133 0.053 0.26 0.146 0.354 0.088 0.088 2.194 2.146 6.354 2.146 1.513 0 2.924-0.272 4.195-0.809 0.254-0.107 0.373-0.401 0.266-0.655s-0.401-0.373-0.655-0.266c-1.147 0.485-2.427 0.73-3.805 0.73-1.945 0-3.376-0.504-4.234-0.926-0.635-0.313-1.060-0.629-1.266-0.799v-2.081l5.342 1.781c0.051 0.017 0.105 0.026 0.158 0.026s0.107-0.009 0.158-0.026l5.342-1.781v0.892c-0.582 0.206-1 0.762-1 1.414 0 0.611 0.367 1.137 0.892 1.371l-0.877 3.508c-0.037 0.149-0.004 0.308 0.091 0.429s0.24 0.192 0.394 0.192h2c0.154 0 0.299-0.071 0.394-0.192s0.128-0.28 0.091-0.429l-0.877-3.508c0.525-0.234 0.892-0.76 0.892-1.371 0-0.652-0.418-1.208-1-1.414v-1.226l2.658-0.886c0.204-0.068 0.342-0.259 0.342-0.474s-0.138-0.406-0.342-0.474zM15.5 11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5-0.5-0.224-0.5-0.5 0.224-0.5 0.5-0.5zM15.14 16l0.36-1.438 0.36 1.438h-0.719zM15.46 7.986l-5.877-0.98c-0.273-0.045-0.53 0.139-0.575 0.411s0.139 0.53 0.411 0.575l4.014 0.669-3.932 1.311-7.419-2.473 7.419-2.473 7.419 2.473-1.459 0.486z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-license\" viewBox=\"0 0 20 20\">\n<title>license</title>\n<path class=\"path1\" d=\"M18.5 18h-17c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v13c0 0.827-0.673 1.5-1.5 1.5zM1.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-13c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M9.5 6h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 9h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M9.5 11h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M9.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M8.5 15h-5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M17.943 6.544l-0.813-0.591-0.311-0.956h-1.005l-0.813-0.591-0.813 0.591h-1.005l-0.311 0.956-0.813 0.591 0.311 0.956-0.311 0.956 0.813 0.591 0.132 0.406c-0.002 0.016-0.002 0.031-0.002 0.047v5c0 0.202 0.122 0.385 0.309 0.462s0.402 0.035 0.545-0.108l1.146-1.146 1.146 1.146c0.096 0.096 0.223 0.147 0.354 0.146 0.064 0 0.129-0.012 0.191-0.038 0.187-0.077 0.309-0.26 0.309-0.462v-5c0-0.016-0.001-0.032-0.002-0.047l0.132-0.406 0.813-0.591-0.311-0.956 0.311-0.956zM13.233 6.926l0.488-0.355 0.187-0.574h0.604l0.488-0.355 0.488 0.355h0.604l0.187 0.574 0.488 0.355-0.187 0.574 0.187 0.574-0.488 0.355-0.187 0.574h-0.604l-0.488 0.355-0.488-0.355h-0.604l-0.187-0.574-0.488-0.355 0.187-0.574-0.187-0.574zM15.354 12.646c-0.195-0.195-0.512-0.195-0.707 0l-0.646 0.646v-3.29h0.187l0.813 0.591 0.813-0.591h0.187v3.29l-0.646-0.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-music-note\" viewBox=\"0 0 20 20\">\n<title>music-note</title>\n<path class=\"path1\" d=\"M19.82 1.116c-0.114-0.095-0.264-0.135-0.41-0.108l-11 2c-0.238 0.043-0.411 0.25-0.411 0.492v11.399c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-10.084l10-1.847v8.33c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-13c0-0.148-0.066-0.289-0.18-0.384zM4.5 18c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5 3.5 0.792 3.5 1.5-1.497 1.5-3.5 1.5zM9 5.399v-1.482l10-1.818v1.453l-10 1.847zM15.5 16c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5c2.003 0 3.5 0.792 3.5 1.5s-1.497 1.5-3.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-film-play\" viewBox=\"0 0 20 20\">\n<title>film-play</title>\n<path class=\"path1\" d=\"M7.5 15c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-9c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l6 4.5c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-6 4.5c-0.088 0.066-0.194 0.1-0.3 0.1zM8 6.5v7l4.667-3.5-4.667-3.5z\"/>\n<path class=\"path2\" d=\"M19.5 2h-19c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276 0.224 0.5 0.5 0.5h19c0.276 0 0.5-0.224 0.5-0.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3 11h-2v-2h2v2zM3 8h-2v-2h2v2zM1 12h2v2h-2v-2zM4 3h12v14h-12v-14zM17 9h2v2h-2v-2zM17 8v-2h2v2h-2zM17 12h2v2h-2v-2zM19 5h-2v-2h2v2zM3 3v2h-2v-2h2zM1 15h2v2h-2v-2zM17 17v-2h2v2h-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera-video\" viewBox=\"0 0 20 20\">\n<title>camera-video</title>\n<path class=\"path1\" d=\"M19.131 17.053c-0 0-0 0-0 0-0.242-0-0.485-0.097-0.724-0.288l-3.438-2.751c-0.552-0.442-0.969-1.308-0.969-2.015v-3c0-0.707 0.416-1.573 0.969-2.015l3.438-2.751c0.239-0.191 0.482-0.288 0.724-0.288 0.433-0 0.869 0.326 0.869 1.053v11c0 0.278-0.064 0.512-0.19 0.694-0.157 0.228-0.405 0.359-0.679 0.359zM19 5.040l-3.407 2.725c-0.31 0.248-0.593 0.837-0.593 1.234v3c0 0.398 0.283 0.986 0.593 1.234l3.407 2.725v-10.919z\"/>\n<path class=\"path2\" d=\"M11.5 17h-10c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h10c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera\" viewBox=\"0 0 20 20\">\n<title>camera</title>\n<path class=\"path1\" d=\"M9.5 15c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5c2.481 0 4.5 2.019 4.5 4.5s-2.019 4.5-4.5 4.5zM9.5 7c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5z\"/>\n<path class=\"path2\" d=\"M17.5 18h-16c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h1.5c0.415 0 1.060-0.267 1.354-0.561l0.586-0.586c0.487-0.487 1.373-0.854 2.061-0.854h5c0.688 0 1.574 0.367 2.061 0.854l0.586 0.586c0.293 0.293 0.939 0.561 1.354 0.561h1.5c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-1.5c-0.688 0-1.574-0.367-2.061-0.854l-0.586-0.586c-0.293-0.293-0.939-0.561-1.354-0.561h-5c-0.415 0-1.060 0.267-1.354 0.561l-0.586 0.586c-0.487 0.487-1.372 0.854-2.061 0.854h-1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-picture\" viewBox=\"0 0 20 20\">\n<title>picture</title>\n<path class=\"path1\" d=\"M18.5 20h-17c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM1.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M13 9c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM13 6c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.5 2h-15c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-12c0-0.276-0.224-0.5-0.5-0.5zM3 11.69l3.209-3.611c0.082-0.092 0.189-0.144 0.302-0.145s0.221 0.048 0.305 0.138l5.533 5.928h-9.349v-2.31zM17 14h-3.283l-6.169-6.61c-0.279-0.299-0.651-0.461-1.049-0.456s-0.766 0.176-1.037 0.481l-2.462 2.77v-7.185h14v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-book\" viewBox=\"0 0 20 20\">\n<title>book</title>\n<path class=\"path1\" d=\"M14.5 18h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M16.5 3c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5h-11c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5h9c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-10c-0.827 0-1.5 0.673-1.5 1.5v15c0 1.378 1.122 2.5 2.5 2.5h11c0.827 0 1.5-0.673 1.5-1.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3.5 2h10c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5h-9c-0.562 0-1.082 0.187-1.5 0.501v-13.001c0-0.276 0.224-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bookmark\" viewBox=\"0 0 20 20\">\n<title>bookmark</title>\n<path class=\"path1\" d=\"M15.5 20c-0.143 0-0.283-0.062-0.38-0.175l-5.62-6.557-5.62 6.557c-0.136 0.159-0.357 0.216-0.553 0.144s-0.327-0.26-0.327-0.469v-18c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v18c0 0.209-0.13 0.396-0.327 0.469-0.057 0.021-0.115 0.031-0.173 0.031zM9.5 12c0.146 0 0.285 0.064 0.38 0.175l5.12 5.974v-16.148h-11v16.148l5.12-5.974c0.095-0.111 0.234-0.175 0.38-0.175z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-user\" viewBox=\"0 0 20 20\">\n<title>user</title>\n<path class=\"path1\" d=\"M9.5 11c-3.033 0-5.5-2.467-5.5-5.5s2.467-5.5 5.5-5.5 5.5 2.467 5.5 5.5-2.467 5.5-5.5 5.5zM9.5 1c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5c2.481 0 4.5-2.019 4.5-4.5s-2.019-4.5-4.5-4.5z\"/>\n<path class=\"path2\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5 0-0.068 0.014-1.685 1.225-3.3 0.705-0.94 1.67-1.687 2.869-2.219 1.464-0.651 3.283-0.981 5.406-0.981s3.942 0.33 5.406 0.981c1.199 0.533 2.164 1.279 2.869 2.219 1.211 1.615 1.225 3.232 1.225 3.3 0 0.827-0.673 1.5-1.5 1.5zM9.5 13c-3.487 0-6.060 0.953-7.441 2.756-1.035 1.351-1.058 2.732-1.059 2.746 0 0.274 0.224 0.498 0.5 0.498h16c0.276 0 0.5-0.224 0.5-0.5-0-0.012-0.023-1.393-1.059-2.744-1.382-1.803-3.955-2.756-7.441-2.756z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-users\" viewBox=\"0 0 20 20\">\n<title>users</title>\n<path class=\"path1\" d=\"M18.5 18h-11c-0.827 0-1.5-0.673-1.5-1.5 0-0.048 0.011-1.19 0.924-2.315 0.525-0.646 1.241-1.158 2.128-1.522 1.071-0.44 2.4-0.662 3.948-0.662s2.876 0.223 3.948 0.662c0.887 0.364 1.603 0.876 2.128 1.522 0.914 1.125 0.924 2.267 0.924 2.315 0 0.827-0.673 1.5-1.5 1.5zM7 16.503c0.001 0.275 0.225 0.497 0.5 0.497h11c0.275 0 0.499-0.223 0.5-0.497-0.001-0.035-0.032-0.895-0.739-1.734-0.974-1.157-2.793-1.768-5.261-1.768s-4.287 0.612-5.261 1.768c-0.707 0.84-0.738 1.699-0.739 1.734z\"/>\n<path class=\"path2\" d=\"M13 11c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4c0 2.206-1.794 4-4 4zM13 4c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path3\" d=\"M4.5 18h-3c-0.827 0-1.5-0.673-1.5-1.5 0-0.037 0.008-0.927 0.663-1.8 0.378-0.505 0.894-0.904 1.533-1.188 0.764-0.34 1.708-0.512 2.805-0.512 0.179 0 0.356 0.005 0.527 0.014 0.276 0.015 0.487 0.25 0.473 0.526s-0.25 0.488-0.526 0.473c-0.153-0.008-0.312-0.012-0.473-0.012-3.894 0-3.997 2.379-4 2.503 0.001 0.274 0.225 0.497 0.5 0.497h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M5 12c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM5 7c-1.103 0-2 0.897-2 2s0.897 2 2 2 2-0.897 2-2c0-1.103-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-shirt\" viewBox=\"0 0 20 20\">\n<title>shirt</title>\n<path class=\"path1\" d=\"M13.5 19h-8c-0.827 0-1.5-0.673-1.5-1.5v-9.306l-2.342 0.781c-0.262 0.087-0.545-0.054-0.632-0.316l-1-3c-0.079-0.236 0.028-0.494 0.251-0.605l6-3c0.155-0.077 0.339-0.069 0.486 0.022s0.237 0.252 0.237 0.425c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.173 0.090-0.334 0.237-0.425s0.331-0.099 0.486-0.022l6 3c0.223 0.111 0.329 0.369 0.251 0.605l-1 3c-0.087 0.262-0.37 0.404-0.632 0.316l-2.342-0.781v9.306c0 0.827-0.673 1.5-1.5 1.5zM4.5 7c0.104 0 0.206 0.032 0.292 0.094 0.13 0.094 0.208 0.245 0.208 0.406v10c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.161 0.077-0.312 0.208-0.406s0.298-0.12 0.45-0.069l2.526 0.842 0.705-2.114-4.973-2.487c-0.351 1.562-1.749 2.733-3.415 2.733s-3.065-1.171-3.415-2.733l-4.973 2.487 0.705 2.114 2.526-0.842c0.052-0.017 0.105-0.026 0.158-0.026z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-store\" viewBox=\"0 0 20 20\">\n<title>store</title>\n<path class=\"path1\" d=\"M18 9.5v-1c0-0.078-0.018-0.154-0.053-0.224l-2-4c-0.085-0.169-0.258-0.276-0.447-0.276h-12c-0.189 0-0.363 0.107-0.447 0.276l-2 4c-0.035 0.069-0.053 0.146-0.053 0.224v1c0 0.816 0.393 1.542 1 1.999v6.501h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6.501c0.607-0.457 1-1.182 1-1.999zM11.5 11c-0.827 0-1.5-0.673-1.5-1.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5zM2 9.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5zM9 5v3h-2.86l0.75-3h2.11zM12.11 5l0.75 3h-2.86v-3h2.11zM6 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM14 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM16.691 8h-2.801l-0.75-3h2.051l1.5 3zM3.809 5h2.051l-0.75 3h-2.801l1.5-3zM3 11.95c0.162 0.033 0.329 0.050 0.5 0.050 0.817 0 1.544-0.394 2-1.002 0.456 0.608 1.183 1.002 2 1.002s1.544-0.394 2-1.002c0.361 0.48 0.89 0.827 1.5 0.951v6.050h-8v-6.050zM16 18h-4v-6.050c0.61-0.124 1.139-0.471 1.5-0.951 0.456 0.608 1.183 1.002 2 1.002 0.171 0 0.338-0.017 0.5-0.050v6.050z\"/>\n<path class=\"path2\" d=\"M14 14.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M5.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3-3c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path5\" d=\"M8.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cart\" viewBox=\"0 0 20 20\">\n<title>cart</title>\n<path class=\"path1\" d=\"M8 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM8 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path2\" d=\"M15 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM15 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.539 4.467c-0.251-0.297-0.63-0.467-1.039-0.467h-12.243l-0.099-0.596c-0.131-0.787-0.859-1.404-1.658-1.404h-1c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1c0.307 0 0.621 0.266 0.671 0.569l1.671 10.027c0.131 0.787 0.859 1.404 1.658 1.404h10c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-10c-0.307 0-0.621-0.266-0.671-0.569l-0.247-1.48 9.965-0.867c0.775-0.067 1.483-0.721 1.611-1.489l0.671-4.027c0.067-0.404-0.038-0.806-0.289-1.102zM16.842 5.404l-0.671 4.027c-0.053 0.316-0.391 0.629-0.711 0.657l-10.043 0.873-0.994-5.962h12.076c0.117 0 0.215 0.040 0.276 0.113s0.085 0.176 0.066 0.291z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tag\" viewBox=\"0 0 20 20\">\n<title>tag</title>\n<path class=\"path1\" d=\"M7.5 19.085c-0.401 0-0.778-0.156-1.061-0.438l-5.086-5.086c-0.283-0.283-0.438-0.659-0.438-1.061s0.156-0.778 0.438-1.061l8.586-8.586c0.487-0.487 1.372-0.854 2.061-0.854h4.5c0.827 0 1.5 0.673 1.5 1.5v4.5c0 0.688-0.367 1.574-0.853 2.061l-8.586 8.586c-0.283 0.283-0.659 0.438-1.061 0.438zM12 3c-0.415 0-1.060 0.267-1.353 0.561l-8.586 8.586c-0.094 0.094-0.145 0.219-0.145 0.354s0.052 0.26 0.145 0.353l5.086 5.086c0.094 0.094 0.219 0.145 0.354 0.145s0.26-0.052 0.354-0.145l8.586-8.586c0.293-0.293 0.561-0.939 0.561-1.354v-4.5c0-0.276-0.224-0.5-0.5-0.5h-4.5z\"/>\n<path class=\"path2\" d=\"M14.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone-handset\" viewBox=\"0 0 20 20\">\n<title>phone-handset</title>\n<path class=\"path1\" d=\"M16 20c-1.771 0-3.655-0.502-5.6-1.492-1.793-0.913-3.564-2.22-5.122-3.78s-2.863-3.333-3.775-5.127c-0.988-1.946-1.49-3.83-1.49-5.601 0-1.148 1.070-2.257 1.529-2.68 0.661-0.609 1.701-1.32 2.457-1.32 0.376 0 0.816 0.246 1.387 0.774 0.425 0.394 0.904 0.928 1.383 1.544 0.289 0.372 1.73 2.271 1.73 3.182 0 0.747-0.845 1.267-1.739 1.816-0.346 0.212-0.703 0.432-0.961 0.639-0.276 0.221-0.325 0.338-0.333 0.364 0.949 2.366 3.85 5.267 6.215 6.215 0.021-0.007 0.138-0.053 0.363-0.333 0.207-0.258 0.427-0.616 0.639-0.961 0.55-0.894 1.069-1.739 1.816-1.739 0.911 0 2.81 1.441 3.182 1.73 0.616 0.479 1.15 0.958 1.544 1.383 0.528 0.57 0.774 1.011 0.774 1.387 0 0.756-0.711 1.799-1.319 2.463-0.424 0.462-1.533 1.537-2.681 1.537zM3.994 1c-0.268 0.005-0.989 0.333-1.773 1.055-0.744 0.686-1.207 1.431-1.207 1.945 0 6.729 8.264 15 14.986 15 0.513 0 1.258-0.465 1.944-1.213 0.723-0.788 1.051-1.512 1.056-1.781-0.032-0.19-0.558-0.929-1.997-2.037-1.237-0.952-2.24-1.463-2.498-1.469-0.018 0.005-0.13 0.048-0.357 0.336-0.197 0.251-0.408 0.594-0.613 0.926-0.56 0.911-1.089 1.772-1.858 1.772-0.124 0-0.246-0.024-0.363-0.071-2.625-1.050-5.729-4.154-6.779-6.779-0.126-0.315-0.146-0.809 0.474-1.371 0.33-0.299 0.786-0.579 1.228-0.851 0.332-0.204 0.676-0.415 0.926-0.613 0.288-0.227 0.331-0.339 0.336-0.357-0.007-0.258-0.517-1.261-1.469-2.498-1.108-1.439-1.847-1.964-2.037-1.997z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone\" viewBox=\"0 0 20 20\">\n<title>phone</title>\n<path class=\"path1\" d=\"M17.894 8.897c-1.041 0-2.928-0.375-3.516-0.963-0.361-0.361-0.446-0.813-0.515-1.177-0.085-0.448-0.136-0.581-0.332-0.666-0.902-0.388-2.196-0.61-3.551-0.61-1.34 0-2.62 0.219-3.512 0.6-0.194 0.083-0.244 0.216-0.327 0.663-0.068 0.365-0.152 0.819-0.512 1.179-0.328 0.328-1.015 0.554-1.533 0.685-0.668 0.169-1.384 0.267-1.963 0.267-0.664 0-1.113-0.126-1.372-0.386-0.391-0.391-0.641-0.926-0.685-1.467-0.037-0.456 0.051-1.132 0.68-1.762 1.022-1.022 2.396-1.819 4.086-2.368 1.554-0.506 3.322-0.773 5.114-0.773 1.804 0 3.587 0.27 5.156 0.782 1.705 0.556 3.093 1.361 4.124 2.393 1.050 1.050 0.79 2.443 0.012 3.221-0.257 0.257-0.7 0.382-1.354 0.382zM9.98 4.481c1.507 0 2.908 0.246 3.946 0.691 0.713 0.306 0.833 0.938 0.92 1.398 0.052 0.275 0.097 0.513 0.24 0.656 0.252 0.252 1.706 0.671 2.809 0.671 0.481 0 0.633-0.082 0.652-0.094 0.31-0.314 0.698-1.086-0.017-1.802-1.805-1.805-5.010-2.882-8.574-2.882-3.535 0-6.709 1.065-8.493 2.848-0.288 0.288-0.42 0.616-0.391 0.974 0.025 0.302 0.17 0.614 0.39 0.836 0.019 0.012 0.173 0.098 0.67 0.098 1.098 0 2.541-0.411 2.789-0.659 0.141-0.141 0.185-0.379 0.236-0.654 0.086-0.462 0.203-1.095 0.917-1.4 1.026-0.439 2.413-0.68 3.905-0.68z\"/>\n<path class=\"path2\" d=\"M16.5 18h-13c-0.671 0-1.29-0.264-1.743-0.743s-0.682-1.112-0.645-1.782c0.004-0.077 0.118-1.901 1.27-3.739 0.682-1.088 1.586-1.955 2.686-2.577 1.361-0.769 3.020-1.159 4.932-1.159s3.571 0.39 4.932 1.159c1.101 0.622 2.005 1.489 2.686 2.577 1.152 1.839 1.266 3.663 1.27 3.739 0.037 0.67-0.192 1.303-0.645 1.782s-1.072 0.743-1.743 0.743zM10 9c-3.117 0-5.388 1.088-6.749 3.233-1.030 1.623-1.139 3.282-1.14 3.299-0.022 0.392 0.111 0.761 0.373 1.038s0.623 0.43 1.017 0.43h13c0.393 0 0.754-0.153 1.017-0.43s0.395-0.646 0.373-1.039c-0.001-0.016-0.111-1.675-1.14-3.298-1.362-2.145-3.633-3.233-6.749-3.233z\"/>\n<path class=\"path3\" d=\"M10 16c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 11c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pushpin\" viewBox=\"0 0 20 20\">\n<title>pushpin</title>\n<path class=\"path1\" d=\"M18 6.793l-5.293-5.293c-0.188-0.188-0.44-0.292-0.707-0.292s-0.519 0.104-0.707 0.292l-0.293 0.293c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-2.793 2.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-0.293 0.293c-0.39 0.39-0.39 1.024 0 1.414l1.553 1.553-4.95 6.435c-0.153 0.199-0.135 0.481 0.043 0.658 0.097 0.097 0.225 0.146 0.354 0.146 0.107 0 0.214-0.034 0.305-0.104l6.435-4.95 1.553 1.553c0.188 0.188 0.44 0.292 0.707 0.292s0.519-0.104 0.707-0.292l0.293-0.293c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l2.793-2.793c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l0.293-0.293c0.188-0.188 0.292-0.44 0.292-0.707s-0.104-0.519-0.292-0.707zM4.234 15.266l2.533-3.293 0.76 0.76-3.293 2.533zM17 7.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-2.793 2.793c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-0.292 0.292c-0 0-0.001 0-0.001 0v0.001l-5.293-5.293 0.293-0.293c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l2.793-2.793c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l0.293-0.293 5.293 5.293-0.293 0.293z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map-marker\" viewBox=\"0 0 20 20\">\n<title>map-marker</title>\n<path class=\"path1\" d=\"M10 20c-0.153 0-0.298-0.070-0.393-0.191-0.057-0.073-1.418-1.814-2.797-4.385-0.812-1.513-1.46-2.999-1.925-4.416-0.587-1.787-0.884-3.472-0.884-5.008 0-3.308 2.692-6 6-6s6 2.692 6 6c0 1.536-0.298 3.22-0.884 5.008-0.465 1.417-1.113 2.903-1.925 4.416-1.38 2.571-2.74 4.312-2.797 4.385-0.095 0.121-0.24 0.191-0.393 0.191zM10 1c-2.757 0-5 2.243-5 5 0 3.254 1.463 6.664 2.691 8.951 0.902 1.681 1.809 3.014 2.309 3.71 0.502-0.699 1.415-2.040 2.318-3.726 1.223-2.283 2.682-5.687 2.682-8.935 0-2.757-2.243-5-5-5z\"/>\n<path class=\"path2\" d=\"M10 9c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 4c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map\" viewBox=\"0 0 20 20\">\n<title>map</title>\n<path class=\"path1\" d=\"M18.763 1.075c-0.147-0.091-0.331-0.099-0.486-0.022l-5.776 2.888-5.776-2.888c-0.141-0.070-0.306-0.070-0.447 0l-6 3c-0.169 0.085-0.276 0.258-0.276 0.447v15c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l5.776-2.888 5.776 2.888c0.141 0.070 0.307 0.070 0.447 0l6-3c0.169-0.085 0.276-0.258 0.276-0.447v-15c-0-0.173-0.090-0.334-0.237-0.425zM6 16.191l-5 2.5v-13.882l5-2.5v13.882zM7 2.309l5 2.5v13.882l-5-2.5v-13.882zM18 16.191l-5 2.5v-13.882l5-2.5v13.882z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-location\" viewBox=\"0 0 20 20\">\n<title>location</title>\n<path class=\"path1\" d=\"M8.5 20c-0.043 0-0.087-0.006-0.13-0.017-0.218-0.059-0.37-0.257-0.37-0.483v-7.5h-7.5c-0.226 0-0.424-0.152-0.483-0.37s0.037-0.449 0.232-0.562l19-11c0.196-0.113 0.444-0.081 0.604 0.079s0.193 0.408 0.079 0.604l-11 19c-0.091 0.157-0.258 0.249-0.433 0.249zM2.362 11h6.138c0.276 0 0.5 0.224 0.5 0.5v6.138l9.128-15.766-15.766 9.128z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-calendar-full\" viewBox=\"0 0 20 20\">\n<title>calendar-full</title>\n<path class=\"path1\" d=\"M18.5 2h-2.5v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-10v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-2.5c-0.827 0-1.5 0.673-1.5 1.5v14c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-14c0-0.827-0.673-1.5-1.5-1.5zM1.5 3h2.5v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h10v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h2.5c0.276 0 0.5 0.224 0.5 0.5v2.5h-18v-2.5c0-0.276 0.224-0.5 0.5-0.5zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-10.5h18v10.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M7.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M10.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M7.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M10.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M13.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M16.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path11\" d=\"M4.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path12\" d=\"M7.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path13\" d=\"M10.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path14\" d=\"M13.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path15\" d=\"M16.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path16\" d=\"M4.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path17\" d=\"M7.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path18\" d=\"M10.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path19\" d=\"M13.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path20\" d=\"M16.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-keyboard\" viewBox=\"0 0 20 20\">\n<title>keyboard</title>\n<path class=\"path1\" d=\"M17.5 16h-16c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M3.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M16.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M4.5 10h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M3.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M11.5 14h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M14.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M16.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.5v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M5.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M6 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path11\" d=\"M8 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path12\" d=\"M10 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path13\" d=\"M12 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path14\" d=\"M14 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path15\" d=\"M7 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path16\" d=\"M9 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path17\" d=\"M11 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path18\" d=\"M13 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path19\" d=\"M15 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path20\" d=\"M8 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path21\" d=\"M10 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path22\" d=\"M12 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-spell-check\" viewBox=\"0 0 20 20\">\n<title>spell-check</title>\n<path class=\"path1\" d=\"M4.5 14c-0.276 0-0.5 0.224-0.5 0.5v0.001c-0.418-0.315-0.938-0.501-1.5-0.501-1.378 0-2.5 1.122-2.5 2.5s1.122 2.5 2.5 2.5c0.562 0 1.082-0.187 1.5-0.501v0.001c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM2.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M8.5 14c-0.562 0-1.082 0.187-1.5 0.501v-4.001c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.001c0.418 0.315 0.938 0.501 1.5 0.501 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5zM8.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M14.5 19c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5c0.439 0 0.872 0.116 1.25 0.335 0.239 0.138 0.321 0.444 0.183 0.683s-0.444 0.321-0.683 0.183c-0.227-0.131-0.486-0.2-0.75-0.2-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5c0.264 0 0.523-0.069 0.75-0.2 0.239-0.138 0.545-0.057 0.683 0.182s0.057 0.545-0.182 0.683c-0.379 0.219-0.811 0.335-1.25 0.335z\"/>\n<path class=\"path4\" d=\"M11.5 10.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-screen\" viewBox=\"0 0 20 20\">\n<title>screen</title>\n<path class=\"path1\" d=\"M17.5 2h-16c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h7.5v2h-3.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-2h7.5c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5zM18 13.5c0 0.276-0.224 0.5-0.5 0.5h-16c-0.276 0-0.5-0.224-0.5-0.5v-10c0-0.276 0.224-0.5 0.5-0.5h16c0.276 0 0.5 0.224 0.5 0.5v10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smartphone\" viewBox=\"0 0 20 20\">\n<title>smartphone</title>\n<path class=\"path1\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M14.5 20h-9c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h9c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM5.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-9z\"/>\n<path class=\"path3\" d=\"M13.5 16h-7c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM7 15h6v-12h-6v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tablet\" viewBox=\"0 0 20 20\">\n<title>tablet</title>\n<path class=\"path1\" d=\"M16.5 20h-13c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM3.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h13c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-13z\"/>\n<path class=\"path2\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15.5 16h-11c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM5 15h10v-12h-10v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop\" viewBox=\"0 0 20 20\">\n<title>laptop</title>\n<path class=\"path1\" d=\"M3.5 14h13c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5h-13c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5zM3 4.5c0-0.276 0.224-0.5 0.5-0.5h13c0.276 0 0.5 0.224 0.5 0.5v8c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-8z\"/>\n<path class=\"path2\" d=\"M19.5 15h-19c-0.276 0-0.5 0.224-0.5 0.5v1c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-1c0-0.276-0.224-0.5-0.5-0.5zM18.5 17h-17c-0.276 0-0.5-0.224-0.5-0.5v-0.5h18v0.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop-phone\" viewBox=\"0 0 20 20\">\n<title>laptop-phone</title>\n<path class=\"path1\" d=\"M11.5 14h-8c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5h-13c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 18h-10c-0.827 0-1.5-0.673-1.5-1.5v-1c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.5v0.5c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 18h-4c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h4c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM14.5 8c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-4z\"/>\n<path class=\"path4\" d=\"M16.5 16c-0.132 0-0.26-0.053-0.353-0.147s-0.147-0.222-0.147-0.353 0.053-0.261 0.147-0.353c0.093-0.093 0.222-0.147 0.353-0.147s0.261 0.053 0.353 0.147c0.093 0.093 0.147 0.222 0.147 0.353s-0.053 0.261-0.147 0.353c-0.093 0.093-0.222 0.147-0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-power-switch\" viewBox=\"0 0 20 20\">\n<title>power-switch</title>\n<path class=\"path1\" d=\"M9.5 12c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M9.5 19c-2.003 0-3.887-0.78-5.303-2.197s-2.197-3.3-2.197-5.303c0-1.648 0.525-3.212 1.517-4.523 0.96-1.268 2.324-2.215 3.84-2.666 0.265-0.079 0.543 0.072 0.622 0.337s-0.072 0.543-0.337 0.622c-2.733 0.814-4.643 3.376-4.643 6.231 0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5c0-2.855-1.909-5.417-4.643-6.231-0.265-0.079-0.415-0.357-0.337-0.622s0.357-0.415 0.622-0.337c1.517 0.451 2.88 1.398 3.84 2.666 0.993 1.311 1.517 2.875 1.517 4.523 0 2.003-0.78 3.887-2.197 5.303s-3.3 2.197-5.303 2.197z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bubble\" viewBox=\"0 0 20 20\">\n<title>bubble</title>\n<path class=\"path1\" d=\"M0.5 19c-0.225 0-0.422-0.15-0.482-0.367s0.032-0.447 0.225-0.562c1.691-1.014 2.392-2.489 2.641-3.179-1.838-1.407-2.884-3.354-2.884-5.392 0-1.029 0.258-2.026 0.768-2.964 0.486-0.894 1.18-1.695 2.061-2.381 1.787-1.39 4.156-2.156 6.671-2.156s4.884 0.766 6.671 2.156c0.881 0.685 1.575 1.486 2.061 2.381 0.51 0.937 0.768 1.934 0.768 2.964s-0.258 2.026-0.768 2.964c-0.486 0.894-1.18 1.695-2.061 2.381-1.787 1.39-4.156 2.156-6.671 2.156-1.033 0-2.047-0.129-3.016-0.385-0.429 0.286-1.231 0.793-2.189 1.27-1.488 0.74-2.764 1.115-3.794 1.115zM9.5 3c-4.687 0-8.5 2.916-8.5 6.5 0 1.815 1.005 3.562 2.756 4.792 0.172 0.121 0.25 0.336 0.196 0.539-0.117 0.436-0.515 1.633-1.58 2.788 1.302-0.456 2.704-1.247 3.739-1.959 0.123-0.085 0.277-0.11 0.421-0.069 0.948 0.271 1.947 0.409 2.968 0.409 4.687 0 8.5-2.916 8.5-6.5s-3.813-6.5-8.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart-pulse\" viewBox=\"0 0 20 20\">\n<title>heart-pulse</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.116-0.065-2.877-1.611-5.369-4.082-0.196-0.194-0.197-0.511-0.003-0.707s0.511-0.197 0.707-0.003c1.979 1.962 4.186 3.346 4.908 3.776 0.723-0.431 2.932-1.817 4.908-3.776 0.196-0.194 0.513-0.193 0.707 0.003s0.193 0.513-0.003 0.707c-2.493 2.471-5.253 4.017-5.369 4.082-0.076 0.042-0.159 0.063-0.243 0.063z\"/>\n<path class=\"path2\" d=\"M1.279 11c-0.188 0-0.368-0.106-0.453-0.287-0.548-1.165-0.826-2.33-0.826-3.463 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.133-0.278 2.298-0.826 3.463-0.118 0.25-0.415 0.357-0.665 0.24s-0.357-0.415-0.24-0.665c0.485-1.031 0.731-2.053 0.731-3.037 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658-2.343 0-4.25 1.907-4.25 4.25 0 0.984 0.246 2.006 0.731 3.037 0.118 0.25 0.010 0.548-0.24 0.665-0.069 0.032-0.141 0.048-0.212 0.048z\"/>\n<path class=\"path3\" d=\"M10.515 15c-0.005 0-0.009-0-0.013-0-0.202-0.004-0.569-0.109-0.753-0.766l-1.217-4.334-0.807 3.279c-0.158 0.643-0.525 0.778-0.73 0.8s-0.592-0.027-0.889-0.62l-0.606-1.211c-0.029-0.058-0.056-0.094-0.076-0.117-0.003 0.004-0.007 0.009-0.011 0.015-0.37 0.543-1.192 0.953-1.913 0.953h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.421 0 0.921-0.272 1.087-0.516 0.223-0.327 0.547-0.501 0.891-0.478 0.374 0.025 0.708 0.279 0.917 0.696l0.445 0.89 0.936-3.803c0.158-0.64 0.482-0.779 0.726-0.783s0.572 0.125 0.751 0.76l1.284 4.576 1.178-3.608c0.205-0.628 0.582-0.736 0.788-0.745s0.59 0.068 0.847 0.677l0.724 1.719c0.136 0.322 0.578 0.616 0.927 0.616h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.747 0-1.559-0.539-1.849-1.228l-0.592-1.406-1.274 3.9c-0.207 0.634-0.566 0.733-0.771 0.733z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-construction\" viewBox=\"0 0 20 20\">\n<title>construction</title>\n<path class=\"path1\" d=\"M20 5v-1.5c0-0.276-0.224-0.5-0.5-0.5h-3.5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5.5c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h1.5v6h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-3h10v3h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6h1.5c0.276 0 0.5-0.224 0.5-0.5v-4.5c0-0 0-0 0-0zM19 4.793l-4.207 4.207h-3.586l5-5h2.793v0.793zM6.207 9l5-5h3.586l-5 5h-3.586zM1.207 9l5-5h3.586l-5 5h-3.586zM4.793 4l-3.793 3.793v-3.793h3.793zM3 16v-6h1v6h-1zM5 12v-2h10v2h-10zM17 16h-1v-6h1v6zM16.207 9l2.793-2.793v2.793h-2.793z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pie-chart\" viewBox=\"0 0 20 20\">\n<title>pie-chart</title>\n<path class=\"path1\" d=\"M8.5 20c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010s3.74-2.49 6.010-2.49c0.276 0 0.5 0.224 0.5 0.5v7.5h7.5c0.276 0 0.5 0.224 0.5 0.5 0 2.27-0.884 4.405-2.49 6.010s-3.74 2.49-6.010 2.49zM8 4.016c-3.903 0.258-7 3.516-7 7.484 0 4.136 3.364 7.5 7.5 7.5 3.967 0 7.225-3.097 7.484-7h-7.484c-0.276 0-0.5-0.224-0.5-0.5v-7.484z\"/>\n<path class=\"path2\" d=\"M18.5 10h-8c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5 2.27 0 4.405 0.884 6.010 2.49s2.49 3.74 2.49 6.010c0 0.276-0.224 0.5-0.5 0.5zM11 9h6.984c-0.247-3.738-3.246-6.736-6.984-6.984v6.984z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chart-bars\" viewBox=\"0 0 20 20\">\n<title>chart-bars</title>\n<path class=\"path1\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5v-16c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v16c0 0.827-0.673 1.5-1.5 1.5zM1.5 2c-0.276 0-0.5 0.224-0.5 0.5v16c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-16c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M6.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5zM5 16h1v-8h-1v8z\"/>\n<path class=\"path3\" d=\"M10.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-12c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5zM9 16h1v-11h-1v11z\"/>\n<path class=\"path4\" d=\"M14.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5zM13 16h1v-4h-1v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-gift\" viewBox=\"0 0 20 20\">\n<title>gift</title>\n<path class=\"path1\" d=\"M18.5 5h-3.001c0.315-0.418 0.501-0.938 0.501-1.5 0-1.378-1.122-2.5-2.5-2.5-1.39 0-2.556 1.101-3.127 1.758-0.346 0.397-0.644 0.823-0.873 1.235-0.229-0.412-0.527-0.837-0.873-1.235-0.571-0.656-1.737-1.758-3.127-1.758-1.378 0-2.5 1.122-2.5 2.5 0 0.562 0.187 1.082 0.501 1.5h-3.001c-0.276 0-0.5 0.224-0.5 0.5v3c0 0.276 0.224 0.5 0.5 0.5h0.5v9.5c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5v-9.5h0.5c0.276 0 0.5-0.224 0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5zM11.127 3.414c0.782-0.899 1.647-1.414 2.373-1.414 0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5h-3.378c0.173-0.442 0.523-1.032 1.005-1.586zM11 19h-3v-13h3v13zM4 3.5c0-0.827 0.673-1.5 1.5-1.5 0.726 0 1.591 0.515 2.373 1.414 0.482 0.554 0.832 1.144 1.005 1.586h-3.378c-0.827 0-1.5-0.673-1.5-1.5zM1 6h6v2h-6v-2zM2 18.5v-9.5h5v10h-4.5c-0.276 0-0.5-0.224-0.5-0.5zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-4.5v-10h5v9.5zM18 8h-6v-2h6v2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-diamond\" viewBox=\"0 0 20 20\">\n<title>diamond</title>\n<path class=\"path1\" d=\"M18.9 7.2l-3-4c-0.077-0.103-0.191-0.172-0.318-0.193l-6-1c-0.054-0.009-0.11-0.009-0.164 0l-6 1c-0.127 0.021-0.241 0.090-0.318 0.193l-3 4c-0.143 0.191-0.131 0.457 0.028 0.634l9 10c0.095 0.105 0.23 0.166 0.372 0.166s0.277-0.060 0.372-0.166l9-10c0.16-0.178 0.172-0.443 0.028-0.634zM12.786 7l-3.286 9.037-3.286-9.037h6.572zM6.707 6l2.793-2.793 2.793 2.793h-5.586zM10.957 3.25l3.698 0.616-1.233 1.849-2.466-2.465zM5.578 5.715l-1.233-1.849 3.698-0.616-2.465 2.465zM4.67 6.156l-2.985 0.597 1.791-2.388 1.194 1.791zM5.177 7.075l2.974 8.179-6.692-7.436 3.718-0.744zM13.823 7.075l3.718 0.744-6.692 7.436 2.974-8.179zM14.33 6.156l1.194-1.791 1.791 2.388-2.985-0.597z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-linearicons\" viewBox=\"0 0 20 20\">\n<title>linearicons</title>\n<path class=\"path1\" d=\"M19.5 16h-0.5c-0.579 0-1 0.631-1 1.5 0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5-0.138 0-0.263 0.056-0.354 0.147-0.196-0.094-0.415-0.147-0.646-0.147-0.827 0-1.5 0.673-1.5 1.5 0 0.175 0.031 0.343 0.086 0.5h-1.086c-0.406 0-1.019-0.277-1.288-0.58l-1.044-1.181 9.207-10.408c0.161-0.182 0.165-0.447 0.024-0.633l-2.999-3.998c-0.094-0.126-0.243-0.2-0.4-0.2h-13c-0.157 0-0.306 0.074-0.4 0.2l-2.999 3.998c-0.141 0.186-0.136 0.451 0.024 0.633l9.207 10.408-1.044 1.181c-0.289 0.327-0.795 0.58-1.038 0.58h-0.25v-0.5c0-0.827-0.673-1.5-1.5-1.5-0.282 0-0.545 0.078-0.77 0.213-0.127-0.135-0.292-0.213-0.48-0.213-0.308 0-0.537 0.243-0.702 0.455-0.152 0.195-0.309 0.449-0.442 0.716l-0.106 0.211v-0.882c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5 0.282 0 0.545-0.078 0.77-0.214 0.127 0.135 0.292 0.214 0.48 0.214 0.308 0 0.537-0.243 0.702-0.455 0.152-0.195 0.309-0.449 0.442-0.716l0.106-0.211v0.882c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276 0.224 0.5 0.5 0.5h0.75c0.556 0 1.324-0.395 1.787-0.918l0.963-1.089 0.963 1.088c0.463 0.523 1.339 0.918 2.037 0.918h2.5c0.384 0 0.734-0.145 1-0.383 0.266 0.238 0.616 0.383 1 0.383 0.827 0 1.5-0.673 1.5-1.5 0-0.249 0.061-0.422 0.103-0.5h0.397c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM1.145 5.474l2.605-3.474h12.5l2.605 3.474-8.855 10.011-8.855-10.011zM15.5 18c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M2.5 15c0.132 0 0.261-0.053 0.353-0.147s0.147-0.222 0.147-0.353-0.053-0.26-0.147-0.353c-0.093-0.093-0.222-0.147-0.353-0.147s-0.26 0.053-0.353 0.147c-0.093 0.093-0.147 0.222-0.147 0.353s0.053 0.261 0.147 0.353c0.093 0.093 0.222 0.147 0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dinner\" viewBox=\"0 0 20 20\">\n<title>dinner</title>\n<path class=\"path1\" d=\"M8 0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.306 0.252 2.397 0.455 3.274 0.198 0.854 0.353 1.529 0.13 1.811-0.186 0.234-0.717 0.37-1.581 0.406-0.002-0.162-0.004-0.326-0.004-0.49v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.165-0.001 0.328-0.004 0.49-0.861-0.037-1.391-0.174-1.577-0.408-0.225-0.283-0.069-0.959 0.128-1.814 0.202-0.875 0.453-1.965 0.453-3.267 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.189-0.237 2.217-0.427 3.043-0.258 1.118-0.461 2.002 0.064 2.662 0.39 0.49 1.101 0.733 2.333 0.785-0.112 2.79-0.516 5.19-0.851 7.177-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284-0.334-1.985-0.738-4.384-0.851-7.172 1.235-0.050 1.946-0.292 2.337-0.783 0.524-0.659 0.32-1.541 0.062-2.659-0.191-0.827-0.429-1.857-0.429-3.048zM6.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.701 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n<path class=\"path2\" d=\"M15.882 14.162c-0.393-2.331-0.881-5.231-0.882-8.662v-5c0-0.227-0.153-0.425-0.372-0.483s-0.45 0.038-0.562 0.235c-2.019 3.534-3.016 8.931-3.058 9.159-0.027 0.146 0.013 0.296 0.108 0.41s0.236 0.18 0.384 0.18h2.235c-0.175 1.544-0.409 2.935-0.617 4.166-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284zM12.111 9c0.248-1.171 0.882-3.887 1.889-6.317v2.817c0 1.236-0.063 2.403-0.163 3.5h-1.727zM15.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.702 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-coffee-cup\" viewBox=\"0 0 20 20\">\n<title>coffee-cup</title>\n<path class=\"path1\" d=\"M10 15c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 10c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n<path class=\"path2\" d=\"M15.904 2.056l-0.177-0.707c-0.189-0.756-0.948-1.349-1.728-1.349h-8c-0.78 0-1.538 0.593-1.728 1.349l-0.177 0.707c-0.631 0.177-1.096 0.757-1.096 1.444v1c0 0.663 0.432 1.226 1.029 1.424l0.901 12.614c0.058 0.806 0.762 1.462 1.57 1.462h7c0.808 0 1.512-0.656 1.57-1.462l0.901-12.614c0.597-0.198 1.029-0.761 1.029-1.424v-1c0-0.687-0.464-1.267-1.096-1.444zM6 1h8c0.319 0 0.68 0.282 0.757 0.591l0.102 0.409h-9.719l0.102-0.409c0.077-0.309 0.438-0.591 0.757-0.591zM14.892 7h-9.783l-0.071-1h9.926l-0.071 1zM14.249 16h-8.497l-0.571-8h9.64l-0.571 8zM13.5 19h-7c-0.29 0-0.552-0.244-0.573-0.533l-0.105-1.467h8.355l-0.105 1.467c-0.021 0.289-0.283 0.533-0.573 0.533zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-11c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.275 0.224-0.499 0.499-0.5 0.001 0 0.001 0 0.002 0s0.002-0 0.003-0h10.997c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-leaf\" viewBox=\"0 0 20 20\">\n<title>leaf</title>\n<path class=\"path1\" d=\"M19.883 0.178c-0.095-0.113-0.235-0.178-0.382-0.178l-0.51-0c-5.040-0.002-9.021-0.003-11.952 0.698-1.575 0.377-2.793 0.946-3.723 1.739-1.004 0.856-1.688 1.977-2.093 3.429-0.269 0.964-0.395 2.705 0.136 4.437 0.196 0.64 0.502 1.244 0.91 1.799-1.216 1.905-2.267 4.414-2.267 7.399 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-4.605 2.728-8.021 4.354-9.646 1.167-1.167 2.486-2.152 3.816-2.848 1.238-0.648 2.421-1.005 3.331-1.005 0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5c-1.084 0-2.396 0.387-3.794 1.12-1.418 0.743-2.822 1.789-4.059 3.027-0.522 0.522-1.15 1.218-1.774 2.070-0.242-0.381-0.43-0.785-0.559-1.207-0.5-1.632-0.316-3.204-0.129-3.875 1.43-5.125 6.862-5.138 16.717-5.135-1.175 6.288-3.366 10.358-6.516 12.101-2.922 1.617-5.82 0.735-6.931 0.28-0.234-0.096-0.47-0.214-0.699-0.35-0.237-0.141-0.544-0.063-0.685 0.174s-0.063 0.544 0.174 0.685c0.272 0.162 0.552 0.302 0.832 0.417 0.622 0.254 1.624 0.58 2.865 0.687 0.274 0.024 0.545 0.035 0.814 0.035 1.469 0 2.849-0.353 4.115-1.053 1.609-0.89 3.001-2.339 4.139-4.304 1.334-2.305 2.338-5.362 2.983-9.086 0.025-0.145-0.015-0.294-0.11-0.407z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paw\" viewBox=\"0 0 20 20\">\n<title>paw</title>\n<path class=\"path1\" d=\"M3 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM3 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path2\" d=\"M6.998 8c-1.12 0-1.998-1.318-1.998-3s0.878-3 1.998-3 1.998 1.318 1.998 3-0.878 3-1.998 3zM6.998 3c-0.471 0-0.998 0.855-0.998 2s0.527 2 0.998 2 0.998-0.855 0.998-2-0.527-2-0.998-2z\"/>\n<path class=\"path3\" d=\"M12 8c-1.122 0-2-1.318-2-3s0.878-3 2-3 2 1.318 2 3-0.878 3-2 3zM12 3c-0.472 0-1 0.855-1 2s0.528 2 1 2 1-0.855 1-2-0.528-2-1-2z\"/>\n<path class=\"path4\" d=\"M16 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM16 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path5\" d=\"M13 18c-0.868 0-1.455-0.294-1.972-0.553-0.48-0.24-0.894-0.447-1.528-0.447-0.631 0-1.045 0.207-1.525 0.447-0.519 0.259-1.107 0.553-1.975 0.553-0.556 0-1.079-0.303-1.437-0.831-0.627-0.926-0.637-2.331-0.028-3.855 1.097-2.742 2.906-4.314 4.964-4.314s3.868 1.572 4.964 4.314c0.609 1.524 0.599 2.929-0.028 3.855-0.357 0.528-0.881 0.831-1.437 0.831zM9.5 16c0.869 0 1.457 0.294 1.975 0.553 0.479 0.24 0.893 0.447 1.525 0.447 0.218 0 0.44-0.143 0.609-0.391 0.432-0.637 0.404-1.73-0.073-2.923-0.937-2.342-2.408-3.686-4.036-3.686s-3.099 1.343-4.036 3.686c-0.477 1.193-0.504 2.286-0.073 2.923 0.168 0.249 0.39 0.391 0.609 0.391 0.632 0 1.047-0.207 1.528-0.448 0.518-0.259 1.106-0.553 1.972-0.553z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-rocket\" viewBox=\"0 0 20 20\">\n<title>rocket</title>\n<path class=\"path1\" d=\"M13.5 9c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5 2.5 1.122 2.5 2.5-1.122 2.5-2.5 2.5zM13.5 5c-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5 1.5-0.673 1.5-1.5-0.673-1.5-1.5-1.5z\"/>\n<path class=\"path2\" d=\"M0.5 20c-0.13 0-0.258-0.051-0.354-0.146-0.137-0.137-0.183-0.342-0.116-0.524 1.539-4.231 3.157-6.377 4.808-6.377 0.545 0 1.054 0.234 1.515 0.694 0.728 0.728 0.754 1.453 0.648 1.933-0.334 1.508-2.464 2.985-6.33 4.391-0.056 0.020-0.114 0.030-0.171 0.030zM4.839 13.952c-0.495 0-1.078 0.434-1.685 1.255-0.597 0.807-1.197 1.957-1.788 3.427 1.335-0.537 2.408-1.082 3.199-1.625 1.067-0.733 1.383-1.3 1.46-1.646s-0.047-0.677-0.379-1.009c-0.27-0.27-0.534-0.401-0.808-0.401z\"/>\n<path class=\"path3\" d=\"M19.5 0c-2.595 0-4.907 0.44-6.874 1.308-1.621 0.716-3.009 1.72-4.126 2.986-0.208 0.236-0.401 0.475-0.58 0.715-0.862 0.057-1.744 0.4-2.624 1.020-0.745 0.524-1.493 1.25-2.225 2.157-1.23 1.524-1.986 3.027-2.018 3.090-0.109 0.219-0.044 0.485 0.154 0.628 0.088 0.064 0.191 0.095 0.293 0.095 0.128 0 0.256-0.049 0.353-0.145 0.005-0.005 0.483-0.475 1.298-0.936 0.672-0.38 1.708-0.827 2.961-0.906 0.317 0.811 1.224 1.781 1.659 2.216s1.405 1.342 2.216 1.659c-0.079 1.253-0.526 2.289-0.906 2.961-0.462 0.816-0.931 1.293-0.935 1.297-0.173 0.173-0.195 0.447-0.052 0.646 0.097 0.134 0.249 0.208 0.406 0.208 0.076 0 0.152-0.017 0.223-0.053 0.063-0.032 1.566-0.788 3.090-2.018 0.907-0.732 1.633-1.48 2.157-2.225 0.62-0.881 0.962-1.762 1.020-2.624 0.239-0.178 0.478-0.371 0.715-0.58 1.266-1.117 2.27-2.505 2.986-4.126 0.868-1.966 1.308-4.279 1.308-6.874v-0.5h-0.5zM3.107 9.808c0.953-1.383 2.41-3.098 4.052-3.637-0.649 1.137-0.985 2.181-1.106 2.843-1.159 0.071-2.158 0.408-2.946 0.794zM10.193 16.89c0.386-0.788 0.723-1.786 0.793-2.944 0.661-0.121 1.706-0.457 2.842-1.105-0.54 1.639-2.254 3.096-3.636 4.049zM15.044 10.75c-2.080 1.835-4.234 2.25-4.544 2.25-0.002 0-0.207-0.004-0.759-0.393-0.385-0.271-0.834-0.657-1.262-1.085s-0.814-0.877-1.085-1.262c-0.389-0.552-0.393-0.757-0.393-0.759 0-0.31 0.415-2.464 2.25-4.544 2.196-2.488 5.557-3.849 9.744-3.95-0.101 4.187-1.461 7.548-3.95 9.744z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-briefcase\" viewBox=\"0 0 20 20\">\n<title>briefcase</title>\n<path class=\"path1\" d=\"M18.5 5h-4.5v-1.5c0-0.827-0.673-1.5-1.5-1.5h-5c-0.827 0-1.5 0.673-1.5 1.5v1.5h-4.5c-0.827 0-1.5 0.673-1.5 1.5v11c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-11c0-0.827-0.673-1.5-1.5-1.5zM7 3.5c0-0.276 0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5v1.5h-6v-1.5zM1.5 6h17c0.276 0 0.5 0.224 0.5 0.5v7.5h-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-8v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-2v-7.5c0-0.276 0.224-0.5 0.5-0.5zM16 14v1h-1v-1h1zM5 14v1h-1v-1h1zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-2.5h2v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h8v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h2v2.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bus\" viewBox=\"0 0 20 20\">\n<title>bus</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M13.5 5h-7c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 6h-11c-0.276 0-0.5 0.224-0.5 0.5v5c0 0.276 0.224 0.5 0.5 0.5h4.998c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h4.996c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h0.998c0.276 0 0.5-0.224 0.5-0.5v-5c0-0.276-0.224-0.5-0.5-0.5zM5 7h10v4h-0.349l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-3.197l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-2.849v-4z\"/>\n<path class=\"path5\" d=\"M15.616 1.783c-1.363-0.519-3.253-0.783-5.616-0.783s-4.252 0.263-5.616 0.783c-1.971 0.751-2.384 1.892-2.384 2.717v11c0 1.207 0.86 2.217 2 2.45v1.050c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h6v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.050c1.14-0.232 2-1.242 2-2.45v-11c0-0.825-0.414-1.966-2.384-2.717zM6 19h-1v-1h1v1zM14 19v-1h1v1h-1zM17 15.5c0 0.827-0.673 1.5-1.5 1.5h-11c-0.827 0-1.5-0.673-1.5-1.5v-11c0-0.743 0.586-1.343 1.741-1.783 1.232-0.469 3.050-0.717 5.259-0.717s4.028 0.248 5.259 0.717c1.155 0.44 1.741 1.040 1.741 1.783v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-car\" viewBox=\"0 0 20 20\">\n<title>car</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M16.958 11.907c-0.13-0.792-0.553-3.214-1.011-4.131-0.305-0.61-1.088-1.077-2.326-1.386-1.006-0.251-2.292-0.39-3.621-0.39s-2.615 0.138-3.621 0.39c-1.238 0.31-2.021 0.776-2.326 1.386-0.458 0.916-0.881 3.339-1.011 4.131-0.699 0.479-1.042 1.172-1.042 2.093v2.5c0 0.652 0.418 1.208 1 1.414v1.086c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h8v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.086c0.582-0.206 1-0.762 1-1.414v-2.5c0-0.921-0.343-1.614-1.042-2.093zM4.947 8.224c0.297-0.593 2.168-1.224 5.053-1.224s4.756 0.63 5.053 1.224c0.287 0.575 0.606 2.096 0.803 3.183-0.098-0.029-0.199-0.056-0.303-0.080-0.267-0.063-0.555-0.114-0.863-0.156l-2.899-2.077c-0.224-0.161-0.537-0.109-0.698 0.115s-0.109 0.537 0.115 0.698l1.566 1.122c-0.85-0.028-1.782-0.028-2.775-0.028-0.117 0-0.233 0-0.349 0l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.644 1.096c-1.341 0.024-2.507 0.097-3.42 0.314-0.104 0.025-0.205 0.052-0.303 0.080 0.198-1.087 0.516-2.608 0.804-3.183zM5 19h-1v-1h1v1zM15 19v-1h1v1h-1zM17 16.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-2.5c0-0.924 0.486-1.417 1.678-1.701 1.255-0.299 3.14-0.299 5.322-0.299s4.066 0 5.322 0.299c1.192 0.284 1.678 0.777 1.678 1.701v2.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-train\" viewBox=\"0 0 20 20\">\n<title>train</title>\n<path class=\"path1\" d=\"M14.5 15h-10c-1.378 0-2.5-1.122-2.5-2.5v-10c0-1.378 1.122-2.5 2.5-2.5h10c1.378 0 2.5 1.122 2.5 2.5v10c0 1.378-1.122 2.5-2.5 2.5zM4.5 1c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5h-10z\"/>\n<path class=\"path2\" d=\"M18.947 19.276l-2-4c-0.123-0.247-0.424-0.347-0.671-0.224s-0.347 0.424-0.224 0.671l0.138 0.276h-13.382l0.138-0.276c0.123-0.247 0.023-0.547-0.224-0.671s-0.547-0.023-0.671 0.224l-2 4c-0.123 0.247-0.023 0.547 0.224 0.671 0.072 0.036 0.148 0.053 0.223 0.053 0.183 0 0.36-0.101 0.448-0.277l0.362-0.724h16.382l0.362 0.724c0.088 0.175 0.264 0.277 0.448 0.277 0.075 0 0.151-0.017 0.223-0.053 0.247-0.123 0.347-0.424 0.224-0.671zM1.809 18l0.5-1h14.382l0.5 1h-15.382z\"/>\n<path class=\"path3\" d=\"M5.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M12.5 3h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M14.5 4h-10c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM5 5h4v3h-4v-3zM14 8h-4v-3h4v3z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bicycle\" viewBox=\"0 0 20 20\">\n<title>bicycle</title>\n<path class=\"path1\" d=\"M5.5 9.002c-0.828 0-1.502-0.674-1.502-1.502s0.674-1.502 1.502-1.502 1.502 0.674 1.502 1.502-0.674 1.502-1.502 1.502zM5.5 6.998c-0.277 0-0.502 0.225-0.502 0.502s0.225 0.502 0.502 0.502 0.502-0.225 0.502-0.502-0.225-0.502-0.502-0.502z\"/>\n<path class=\"path2\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-2.998c0-0.772 0.581-1.543 1.324-1.756l1.5-0.429-3.26-2.173-1.71 1.71c-0.094 0.094-0.221 0.146-0.354 0.146h-2.002c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1.795l1.854-1.854c0.169-0.169 0.433-0.195 0.631-0.063l3.668 2.445c0.55 0.367 0.548 0.797 0.522 0.966s-0.156 0.579-0.791 0.761l-1.577 0.452c-0.313 0.090-0.599 0.468-0.599 0.795v2.998c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15 20c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4zM15 13c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path4\" d=\"M3.999 20c-2.205 0-3.999-1.794-3.999-3.999s1.794-3.999 3.999-3.999 3.999 1.794 3.999 3.999-1.794 3.999-3.999 3.999zM3.999 13.002c-1.654 0-2.999 1.345-2.999 2.999s1.345 2.999 2.999 2.999 2.999-1.345 2.999-2.999-1.345-2.999-2.999-2.999z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-wheelchair\" viewBox=\"0 0 20 20\">\n<title>wheelchair</title>\n<path class=\"path1\" d=\"M17.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-0.651 0.651-2.729-2.656c-0.002-0.002-0.003-0.003-0.005-0.004-0.007-0.007-0.015-0.013-0.022-0.019-0.006-0.005-0.011-0.009-0.017-0.014s-0.013-0.010-0.020-0.014c-0.007-0.005-0.014-0.010-0.021-0.014-0.006-0.003-0.011-0.007-0.017-0.010-0.008-0.005-0.017-0.010-0.026-0.014-0.006-0.003-0.011-0.005-0.017-0.008-0.009-0.004-0.018-0.008-0.027-0.012-0.007-0.003-0.014-0.005-0.021-0.007-0.008-0.003-0.016-0.006-0.024-0.008s-0.018-0.004-0.027-0.006c-0.007-0.001-0.013-0.003-0.020-0.004-0.010-0.002-0.020-0.003-0.031-0.004-0.006-0.001-0.011-0.002-0.017-0.002-0.010-0.001-0.020-0.001-0.030-0.001-0.006-0-0.012-0-0.019-0-0.009 0-0.018 0.001-0.026 0.002s-0.016 0.001-0.023 0.002c-0.007 0.001-0.015 0.002-0.022 0.003-0.009 0.002-0.019 0.003-0.028 0.005-0.002 0.001-0.004 0.001-0.007 0.001l-3.945 0.953c-0.106 0.026-0.199 0.013-0.26-0.035s-0.095-0.135-0.095-0.244v-1.688h3.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-3.050c0.162 0.033 0.329 0.050 0.5 0.050 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5-2.5 1.122-2.5 2.5c0 0.816 0.393 1.542 1 1.999v6.189c0 0.416 0.174 0.792 0.476 1.030 0.218 0.172 0.49 0.262 0.777 0.262 0.111 0 0.223-0.013 0.336-0.041l3.677-0.888 2.885 2.808c0.097 0.094 0.223 0.142 0.349 0.142 0.128 0 0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707zM9.5 2c0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5z\"/>\n<path class=\"path2\" d=\"M7.5 20c-3.584 0-6.5-2.916-6.5-6.5 0-1.547 0.552-3.045 1.556-4.22 0.992-1.161 2.363-1.939 3.862-2.191 0.272-0.046 0.53 0.138 0.576 0.41s-0.138 0.53-0.41 0.576c-2.655 0.446-4.583 2.727-4.583 5.424 0 3.033 2.467 5.5 5.5 5.5 2.697 0 4.978-1.927 5.424-4.583 0.046-0.272 0.304-0.456 0.576-0.41s0.456 0.303 0.41 0.576c-0.251 1.498-1.029 2.87-2.191 3.862-1.174 1.003-2.673 1.556-4.22 1.556z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-select\" viewBox=\"0 0 20 20\">\n<title>select</title>\n<path class=\"path1\" d=\"M5.5 15h-4c-0.827 0-1.5-0.673-1.5-1.5v-12c0-0.827 0.673-1.5 1.5-1.5h14c0.827 0 1.5 0.673 1.5 1.5v7c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-7c0-0.276-0.224-0.5-0.5-0.5h-14c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13 20c-0.198 0-0.386-0.119-0.464-0.314l-1.697-4.242-2.963 3.386c-0.137 0.157-0.357 0.212-0.552 0.139s-0.324-0.26-0.324-0.468v-15c0-0.198 0.117-0.377 0.298-0.457s0.392-0.046 0.539 0.087l11 10c0.153 0.139 0.205 0.358 0.13 0.55s-0.26 0.32-0.466 0.32h-4.261l1.726 4.314c0.103 0.256-0.022 0.547-0.279 0.65l-2.5 1c-0.061 0.024-0.124 0.036-0.186 0.036zM11 14c0.028 0 0.056 0.002 0.084 0.007 0.172 0.029 0.315 0.146 0.38 0.307l1.814 4.536 1.572-0.629-1.814-4.536c-0.062-0.154-0.043-0.329 0.050-0.466s0.248-0.22 0.414-0.22h3.707l-9.207-8.37v12.539l2.624-2.999c0.096-0.109 0.233-0.171 0.376-0.171z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-earth\" viewBox=\"0 0 20 20\">\n<title>earth</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929s-5.182 1.040-7.071 2.929c-1.889 1.889-2.929 4.4-2.929 7.071s1.040 5.182 2.929 7.071c1.889 1.889 4.4 2.929 7.071 2.929s5.182-1.040 7.071-2.929c1.889-1.889 2.929-4.4 2.929-7.071s-1.040-5.182-2.929-7.071zM18.397 6.761c-0.195-0.351-0.685-0.518-1.325-0.736-0.687-0.234-0.93-0.94-1.211-1.758-0.244-0.71-0.496-1.443-1.095-1.899 1.639 1.027 2.924 2.567 3.631 4.393zM15.591 10.191c0.076 0.677 0.154 1.378-0.687 2.322-0.227 0.255-0.36 0.61-0.501 0.986-0.326 0.871-0.634 1.694-1.946 1.706-0.037-0.044-0.141-0.21-0.234-0.733-0.085-0.482-0.134-1.106-0.187-1.765-0.080-1.012-0.171-2.16-0.421-3.112-0.32-1.217-0.857-1.936-1.641-2.198-0.342-0.114-0.692-0.17-1.068-0.17-0.278 0-0.53 0.030-0.752 0.056-0.173 0.020-0.337 0.040-0.475 0.040 0 0-0 0-0 0-0.234 0-0.499 0-0.826-0.748-0.469-1.075-0.123-2.798 1.254-3.707 0.755-0.498 1.276-0.711 1.742-0.711 0.372 0 0.773 0.129 1.342 0.433 0.672 0.358 1.199 0.404 1.583 0.404 0.152 0 0.29-0.008 0.423-0.016 0.112-0.007 0.217-0.013 0.315-0.013 0.22 0 0.398 0.029 0.607 0.171 0.385 0.263 0.585 0.844 0.796 1.458 0.32 0.932 0.683 1.988 1.835 2.38 0.155 0.053 0.421 0.143 0.61 0.222-0.163 0.168-0.435 0.411-0.702 0.649-0.172 0.154-0.367 0.328-0.583 0.525-0.624 0.569-0.55 1.235-0.484 1.822zM1.001 9.923c0.108 0.019 0.224 0.042 0.344 0.067 0.562 0.12 0.825 0.228 0.94 0.289-0.053 0.103-0.16 0.255-0.231 0.355-0.247 0.351-0.555 0.788-0.438 1.269 0.079 0.325 0.012 0.723-0.103 1.091-0.332-0.938-0.513-1.946-0.513-2.996 0-0.026 0.001-0.051 0.001-0.077zM10 19c-3.425 0-6.41-1.924-7.93-4.747 0.262-0.499 0.748-1.603 0.521-2.569 0.016-0.097 0.181-0.331 0.28-0.472 0.271-0.385 0.608-0.863 0.358-1.37-0.175-0.356-0.644-0.596-1.566-0.804-0.214-0.048-0.422-0.087-0.599-0.118 0.536-4.455 4.338-7.919 8.935-7.919 1.578 0 3.062 0.409 4.352 1.125-0.319-0.139-0.608-0.161-0.84-0.161-0.127 0-0.253 0.007-0.375 0.015-0.119 0.007-0.242 0.014-0.364 0.014-0.284 0-0.638-0.034-1.112-0.287-0.724-0.385-1.266-0.55-1.812-0.55-0.676 0-1.362 0.262-2.293 0.876-0.805 0.531-1.411 1.343-1.707 2.288-0.289 0.921-0.258 1.864 0.087 2.654 0.407 0.932 0.944 1.348 1.742 1.348 0 0 0 0 0 0 0.197 0 0.389-0.023 0.592-0.047 0.205-0.024 0.416-0.049 0.635-0.049 0.271 0 0.51 0.038 0.751 0.118 0.439 0.147 0.763 0.639 0.991 1.504s0.314 1.966 0.391 2.936c0.064 0.81 0.124 1.574 0.257 2.151 0.081 0.35 0.185 0.616 0.32 0.813 0.201 0.294 0.489 0.456 0.811 0.456 0.884 0 1.59-0.285 2.099-0.847 0.423-0.467 0.639-1.044 0.813-1.508 0.102-0.273 0.208-0.556 0.311-0.672 1.137-1.277 1.020-2.329 0.934-3.098-0.063-0.564-0.064-0.764 0.164-0.972 0.212-0.193 0.405-0.366 0.575-0.518 0.363-0.324 0.625-0.558 0.809-0.758 0.126-0.138 0.422-0.461 0.34-0.865-0.001-0.004-0.002-0.007-0.002-0.011 0.343 0.951 0.53 1.976 0.53 3.044 0 4.963-4.037 9-9 9z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smile\" viewBox=\"0 0 20 20\">\n<title>smile</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M9.5 17c-3.584 0-6.5-2.916-6.5-6.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.033 2.467 5.5 5.5 5.5s5.5-2.467 5.5-5.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.584-2.916 6.5-6.5 6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sad\" viewBox=\"0 0 20 20\">\n<title>sad</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M5.499 15c-0.105 0-0.21-0.033-0.3-0.1-0.221-0.166-0.265-0.479-0.099-0.7 0.502-0.668 1.159-1.221 1.901-1.6 0.778-0.398 1.619-0.599 2.499-0.599s1.721 0.202 2.499 0.599c0.742 0.379 1.399 0.932 1.901 1.6 0.166 0.221 0.121 0.534-0.099 0.7s-0.534 0.121-0.7-0.099c-0.859-1.144-2.172-1.8-3.601-1.8s-2.741 0.656-3.601 1.8c-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-neutral\" viewBox=\"0 0 20 20\">\n<title>neutral</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M13.5 13h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mustache\" viewBox=\"0 0 20 20\">\n<title>mustache</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M15.923 12.233c-0.111-0.175-0.318-0.264-0.521-0.224-0.187 0.037-0.368 0.056-0.536 0.056-0 0-0 0-0 0-0.872-0-1.402-0.503-1.962-1.036-0.533-0.506-1.084-1.030-1.903-1.030-0.597 0-1.133 0.263-1.5 0.679-0.367-0.416-0.903-0.679-1.5-0.679-0.819 0-1.37 0.524-1.903 1.030-0.561 0.533-1.090 1.036-1.962 1.036-0.169 0-0.349-0.019-0.536-0.056-0.203-0.041-0.411 0.048-0.521 0.224s-0.101 0.401 0.023 0.567c1.157 1.543 2.642 1.867 3.685 1.867 0.621 0 1.115-0.117 1.355-0.187 0.531-0.154 1.018-0.542 1.36-1.028 0.343 0.486 0.83 0.873 1.36 1.028 0.24 0.070 0.734 0.187 1.355 0.187 1.042-0 2.528-0.324 3.685-1.867 0.124-0.166 0.134-0.391 0.023-0.567zM7.86 13.52c-0.188 0.055-0.579 0.147-1.076 0.147-0.585 0-1.349-0.131-2.069-0.654 0.935-0.179 1.556-0.768 2.070-1.258 0.492-0.468 0.815-0.755 1.214-0.755 0.551 0 1 0.449 1 1 0 0.611-0.554 1.349-1.14 1.52zM12.215 13.667c-0.497 0-0.887-0.092-1.076-0.147-0.586-0.17-1.14-0.909-1.14-1.52 0-0.551 0.449-1 1-1 0.4 0 0.722 0.287 1.214 0.755 0.515 0.489 1.135 1.079 2.070 1.257-0.721 0.523-1.485 0.654-2.069 0.654z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-alarm\" viewBox=\"0 0 20 20\">\n<title>alarm</title>\n<path class=\"path1\" d=\"M16.8 15.101c-1.144-0.859-1.8-2.172-1.8-3.601v-3c0-2.513-1.694-4.638-4-5.292l-0-0.708c0-0.827-0.673-1.5-1.5-1.5s-1.5 0.673-1.5 1.5v0.708c-2.306 0.655-4 2.779-4 5.292v3c0 1.429-0.656 2.741-1.8 3.601-0.172 0.129-0.242 0.354-0.174 0.558s0.259 0.342 0.474 0.342h4.55c-0.033 0.164-0.051 0.331-0.051 0.5 0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.168-0.017-0.336-0.050-0.5h4.55c0.215 0 0.406-0.138 0.474-0.342s-0.002-0.429-0.174-0.558zM9 2.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.523c-0.165-0.015-0.331-0.023-0.5-0.023s-0.335 0.008-0.5 0.023v-0.523zM11 16.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5c0-0.171 0.030-0.34 0.086-0.5h2.828c0.056 0.16 0.086 0.329 0.086 0.5zM3.742 15c0.255-0.309 0.477-0.646 0.659-1.001 0.398-0.778 0.599-1.619 0.599-2.499v-3c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5v3c0 0.88 0.202 1.721 0.599 2.499 0.182 0.356 0.404 0.692 0.659 1.001h-11.517z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bullhorn\" viewBox=\"0 0 20 20\">\n<title>bullhorn</title>\n<path class=\"path1\" d=\"M19.389 3.099c-0.578-1.735-1.346-2.099-1.889-2.099-0.011 0-0.023 0-0.035 0.001-0.553 0.012-1.536 0.299-3.008 0.731-3.084 0.903-7.744 2.269-12.458 2.269-1.14 0-2 1.505-2 3.5s0.86 3.5 2 3.5c0.369 0 0.738 0.008 1.105 0.024l1.666 6.628c0.19 0.756 0.949 1.348 1.729 1.348h1.313c0.433 0 0.801-0.18 1.008-0.495s0.229-0.723 0.060-1.121l-2.577-6.048c3.136 0.462 6.022 1.308 8.154 1.932 1.472 0.431 2.455 0.719 3.008 0.731 0.012 0 0.023 0.001 0.035 0.001 0.542 0 1.31-0.364 1.889-2.099 0.394-1.183 0.611-2.746 0.611-4.401s-0.217-3.218-0.611-4.401zM16 7.5c0-0.513 0.022-1.015 0.064-1.496 0.513 0.052 0.936 0.716 0.936 1.496s-0.422 1.445-0.936 1.496c-0.042-0.481-0.064-0.983-0.064-1.496zM1 7.5c0-1.526 0.592-2.5 1-2.5 1.135 0 2.264-0.076 3.368-0.204-0.237 0.758-0.368 1.697-0.368 2.704s0.13 1.946 0.368 2.704c-1.104-0.128-2.233-0.204-3.368-0.204-0.408 0-1-0.974-1-2.5zM7.961 17.776c0.041 0.096 0.038 0.16 0.026 0.178s-0.069 0.046-0.174 0.046h-1.313c-0.319 0-0.681-0.282-0.759-0.592l-1.588-6.319c0.335 0.027 0.669 0.059 1 0.097l2.808 6.59zM6.489 10.353c-0.304-0.687-0.489-1.748-0.489-2.853 0-1.122 0.18-2.163 0.488-2.852 3.185-0.473 6.096-1.325 8.25-1.957 0.415-0.122 0.811-0.238 1.171-0.339-0.103 0.215-0.203 0.463-0.298 0.747-0.394 1.183-0.611 2.746-0.611 4.401s0.217 3.218 0.611 4.401c0.095 0.284 0.195 0.532 0.298 0.747-0.36-0.101-0.756-0.217-1.171-0.339-2.155-0.631-5.065-1.484-8.25-1.957zM18.44 11.585c-0.373 1.12-0.778 1.415-0.94 1.415s-0.567-0.296-0.94-1.415c-0.157-0.47-0.283-1.009-0.375-1.596 0.486-0.056 0.943-0.331 1.276-0.775 0.348-0.464 0.539-1.073 0.539-1.714s-0.192-1.251-0.539-1.714c-0.333-0.444-0.79-0.719-1.276-0.775 0.093-0.586 0.219-1.126 0.375-1.596 0.373-1.12 0.778-1.416 0.94-1.416s0.567 0.296 0.94 1.415c0.361 1.084 0.56 2.534 0.56 4.085s-0.199 3.001-0.56 4.085z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-high\" viewBox=\"0 0 20 20\">\n<title>volume-high</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M15.545 17.209c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.761-1.432 2.771-3.554 2.771-5.821s-1.010-4.389-2.771-5.821c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.995 1.623 3.14 4.028 3.14 6.597s-1.144 4.974-3.14 6.597c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path4\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-medium\" viewBox=\"0 0 20 20\">\n<title>volume-medium</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-low\" viewBox=\"0 0 20 20\">\n<title>volume-low</title>\n<path class=\"path1\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume\" viewBox=\"0 0 20 20\">\n<title>volume</title>\n<path class=\"path1\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mic\" viewBox=\"0 0 20 20\">\n<title>mic</title>\n<path class=\"path1\" d=\"M9.5 14c-1.93 0-3.5-1.57-3.5-3.5v-6c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v6c0 1.93-1.57 3.5-3.5 3.5zM9.5 2c-1.378 0-2.5 1.122-2.5 2.5v6c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5v-6c0-1.378-1.122-2.5-2.5-2.5z\"/>\n<path class=\"path2\" d=\"M16 10.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.033-2.467 5.5-5.5 5.5s-5.5-2.467-5.5-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.416 2.649 6.225 6 6.481v2.019h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-1.5v-2.019c3.351-0.256 6-3.065 6-6.481z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hourglass\" viewBox=\"0 0 20 20\">\n<title>hourglass</title>\n<path class=\"path1\" d=\"M16 3.5v-0.5c0-0.392-0.241-0.733-0.717-1.014-0.344-0.203-0.821-0.382-1.419-0.531-1.172-0.293-2.722-0.454-4.364-0.454s-3.192 0.161-4.364 0.454c-0.598 0.149-1.075 0.328-1.419 0.531-0.476 0.281-0.717 0.622-0.717 1.014v0.5c0 2.631 1.593 4.999 4 6.002v1.997c-2.407 1.003-4 3.371-4 6.002v0.5c0 0.392 0.241 0.733 0.717 1.014 0.344 0.203 0.821 0.382 1.419 0.531 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.598-0.149 1.075-0.328 1.419-0.531 0.476-0.281 0.717-0.623 0.717-1.014v-0.5c0-2.631-1.593-4.999-4-6.002v-1.997c2.407-1.003 4-3.371 4-6.002zM5.612 2.369c1.066-0.238 2.447-0.369 3.888-0.369s2.823 0.131 3.888 0.369c1.15 0.257 1.498 0.534 1.589 0.631-0.091 0.097-0.439 0.374-1.589 0.631-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.15-0.257-1.498-0.534-1.589-0.631 0.091-0.097 0.439-0.374 1.589-0.631zM11.333 12.313c2.193 0.775 3.667 2.86 3.667 5.187v0.473c-0.042 0.057-0.324 0.37-1.612 0.657-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.287-0.288-1.57-0.6-1.612-0.657v-0.473c0-2.327 1.473-4.412 3.667-5.187 0.2-0.071 0.333-0.259 0.333-0.471v-2.683c0-0.212-0.134-0.401-0.333-0.471-1.976-0.699-3.368-2.461-3.624-4.506 0.3 0.135 0.666 0.257 1.093 0.364 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.428-0.107 0.794-0.229 1.093-0.364-0.256 2.045-1.647 3.807-3.624 4.506-0.2 0.071-0.333 0.26-0.333 0.471v2.683c0 0.212 0.134 0.401 0.333 0.471z\"/>\n<path class=\"path2\" d=\"M13.667 16.529c-2.262-0.799-3.667-2.726-3.667-5.029v-3.025c0.6-0.059 1.178-0.225 1.723-0.495 0.247-0.123 0.348-0.423 0.225-0.67s-0.423-0.348-0.67-0.225c-0.555 0.276-1.153 0.416-1.778 0.416s-1.223-0.14-1.778-0.416c-0.247-0.123-0.547-0.022-0.67 0.225s-0.022 0.547 0.225 0.67c0.545 0.271 1.122 0.436 1.723 0.495v3.025c0 2.302-1.405 4.229-3.667 5.029-0.21 0.074-0.346 0.279-0.332 0.501s0.172 0.409 0.39 0.458c0.982 0.22 2.477 0.512 4.109 0.512s3.127-0.292 4.109-0.512c0.218-0.049 0.377-0.236 0.39-0.458s-0.122-0.427-0.332-0.501zM9.5 17c-0.877 0-1.701-0.087-2.437-0.205 0.665-0.421 1.244-0.952 1.711-1.575 0.293-0.391 0.536-0.812 0.726-1.254 0.19 0.442 0.433 0.863 0.726 1.254 0.466 0.622 1.045 1.153 1.711 1.575-0.736 0.117-1.56 0.205-2.437 0.205z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-undo\" viewBox=\"0 0 20 20\">\n<title>undo</title>\n<path class=\"path1\" d=\"M17.51 4.49c-1.605-1.605-3.74-2.49-6.010-2.49s-4.405 0.884-6.010 2.49-2.49 3.74-2.49 6.010v1.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-1.293c0-4.136 3.364-7.5 7.5-7.5s7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c2.27 0 4.405-0.884 6.010-2.49s2.49-3.74 2.49-6.010c0-2.27-0.884-4.405-2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-redo\" viewBox=\"0 0 20 20\">\n<title>redo</title>\n<path class=\"path1\" d=\"M2.49 4.49c1.605-1.605 3.74-2.49 6.010-2.49s4.405 0.884 6.010 2.49 2.49 3.74 2.49 6.010v1.293l2.146-2.146c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.146 2.146v-1.293c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5c0 4.136 3.364 7.5 7.5 7.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sync\" viewBox=\"0 0 20 20\">\n<title>sync</title>\n<path class=\"path1\" d=\"M19.854 8.646c-0.195-0.195-0.512-0.195-0.707 0l-1.149 1.149c-0.051-2.060-0.878-3.99-2.341-5.452-1.511-1.511-3.52-2.343-5.657-2.343-2.974 0-5.686 1.635-7.077 4.266-0.129 0.244-0.036 0.547 0.208 0.676s0.547 0.036 0.676-0.208c1.217-2.303 3.59-3.734 6.193-3.734 3.789 0 6.885 3.027 6.997 6.789l-1.143-1.143c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M16.869 13.058c-0.244-0.129-0.547-0.036-0.676 0.208-1.217 2.303-3.59 3.734-6.193 3.734-3.789 0-6.885-3.027-6.997-6.789l1.143 1.143c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.149-1.149c0.051 2.060 0.878 3.99 2.341 5.452 1.511 1.511 3.52 2.343 5.657 2.343 2.974 0 5.686-1.635 7.077-4.266 0.129-0.244 0.036-0.547-0.208-0.676z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-history\" viewBox=\"0 0 20 20\">\n<title>history</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929-3.094 0-5.975 1.425-7.853 3.807v-1.307c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.972c0 0.229 0.155 0.428 0.377 0.485 0.097 0.025 0.195 0.019 0.284-0.011v0l2.853-0.972c0.261-0.089 0.401-0.373 0.312-0.634s-0.373-0.401-0.634-0.312l-1.49 0.508c1.688-2.208 4.32-3.534 7.152-3.534 4.963 0 9 4.037 9 9s-4.037 9-9 9c-3.316 0-6.354-1.815-7.928-4.737-0.131-0.243-0.434-0.334-0.677-0.203s-0.334 0.434-0.203 0.677c1.749 3.246 5.125 5.263 8.809 5.263 2.671 0 5.182-1.040 7.071-2.929s2.929-4.4 2.929-7.071c0-2.671-1.040-5.182-2.929-7.071z\"/>\n<path class=\"path2\" d=\"M10 10.5c-0.084 0-0.167-0.021-0.243-0.063l-4.5-2.5c-0.241-0.134-0.328-0.438-0.194-0.68s0.438-0.328 0.68-0.194l4.24 2.355 5.249-3.34c0.233-0.148 0.542-0.080 0.69 0.153s0.080 0.542-0.153 0.69l-5.5 3.5c-0.082 0.052-0.175 0.078-0.268 0.078z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-clock\" viewBox=\"0 0 20 20\">\n<title>clock</title>\n<path class=\"path1\" d=\"M16.32 17.113c1.729-1.782 2.68-4.124 2.68-6.613 0-2.37-0.862-4.608-2.438-6.355l0.688-0.688 0.647 0.646c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l0.647 0.646-0.688 0.688c-1.747-1.576-3.985-2.438-6.355-2.438s-4.608 0.862-6.355 2.438l-0.688-0.688 0.646-0.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l0.646-0.646 0.688 0.688c-1.576 1.747-2.438 3.985-2.438 6.355 0 2.489 0.951 4.831 2.68 6.613l-2.034 2.034c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.354-0.147l2.060-2.059c1.705 1.428 3.836 2.206 6.087 2.206s4.382-0.778 6.087-2.206l2.059 2.059c0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.353-0.147c0.195-0.195 0.195-0.512 0-0.707l-2.034-2.034zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M15.129 7.25c-0.138-0.239-0.444-0.321-0.683-0.183l-4.92 2.841-3.835-2.685c-0.226-0.158-0.538-0.103-0.696 0.123s-0.103 0.538 0.123 0.696l4.096 2.868c0.001 0.001 0.002 0.001 0.002 0.002 0.009 0.006 0.018 0.012 0.027 0.017 0.002 0.001 0.004 0.003 0.006 0.004 0.009 0.005 0.018 0.010 0.027 0.015 0.002 0.001 0.004 0.002 0.006 0.003 0.010 0.005 0.020 0.009 0.031 0.014 0.006 0.003 0.013 0.005 0.019 0.007 0.004 0.001 0.008 0.003 0.013 0.005 0.007 0.002 0.014 0.004 0.021 0.006 0.004 0.001 0.008 0.002 0.012 0.003 0.007 0.002 0.014 0.003 0.022 0.005 0.004 0.001 0.008 0.002 0.012 0.002 0.007 0.001 0.014 0.002 0.021 0.003 0.005 0.001 0.010 0.001 0.015 0.002 0.006 0.001 0.012 0.001 0.018 0.002 0.009 0.001 0.018 0.001 0.027 0.001 0.002 0 0.004 0 0.006 0 0 0 0-0 0-0s0 0 0.001 0c0.019 0 0.037-0.001 0.056-0.003 0.001-0 0.002-0 0.003-0 0.018-0.002 0.036-0.005 0.054-0.010 0.002-0 0.003-0.001 0.005-0.001 0.017-0.004 0.034-0.009 0.050-0.015 0.003-0.001 0.006-0.002 0.008-0.003 0.016-0.006 0.031-0.012 0.046-0.020 0.004-0.002 0.007-0.004 0.011-0.006 0.005-0.003 0.011-0.005 0.016-0.008l5.196-3c0.239-0.138 0.321-0.444 0.183-0.683z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-download\" viewBox=\"0 0 20 20\">\n<title>download</title>\n<path class=\"path1\" d=\"M14.853 9.647c-0.195-0.195-0.512-0.195-0.707 0l-4.146 4.146v-11.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v11.293l-4.146-4.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.147l5-5c0.195-0.195 0.195-0.512-0-0.707z\"/>\n<path class=\"path2\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-upload\" viewBox=\"0 0 20 20\">\n<title>upload</title>\n<path class=\"path1\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M14.854 8.646l-5-5c-0.195-0.195-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l4.146-4.146v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l4.146 4.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter-down\" viewBox=\"0 0 20 20\">\n<title>enter-down</title>\n<path class=\"path1\" d=\"M12.854 11.646c-0.195-0.195-0.512-0.195-0.707 0l-2.146 2.146v-12.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v12.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit-up\" viewBox=\"0 0 20 20\">\n<title>exit-up</title>\n<path class=\"path1\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M12.853 3.646l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.147-2.146v11.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.293l2.147 2.146c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bug\" viewBox=\"0 0 20 20\">\n<title>bug</title>\n<path class=\"path1\" d=\"M17.5 12h-1.515c-0.062-1.099-0.33-2.153-0.781-3.102 1.036-0.305 1.795-1.264 1.795-2.398 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 0.761-0.57 1.392-1.306 1.487-0.174-0.266-0.365-0.521-0.571-0.762-0.108-0.126-0.219-0.246-0.333-0.362 0.14-0.439 0.21-0.896 0.21-1.363 0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5c0 0.467 0.071 0.924 0.21 1.363-0.114 0.116-0.225 0.236-0.333 0.362-0.207 0.241-0.397 0.496-0.571 0.762-0.736-0.095-1.306-0.726-1.306-1.487 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.134 0.759 2.093 1.795 2.398-0.451 0.949-0.718 2.003-0.781 3.102h-1.514c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.515c0.062 1.099 0.33 2.153 0.781 3.102-1.036 0.305-1.795 1.264-1.795 2.398 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-0.761 0.57-1.392 1.306-1.487 0.174 0.266 0.365 0.521 0.571 0.762 1.23 1.435 2.871 2.225 4.622 2.225s3.393-0.79 4.622-2.225c0.207-0.241 0.397-0.496 0.571-0.762 0.736 0.095 1.306 0.726 1.306 1.487 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-1.134-0.759-2.093-1.795-2.398 0.451-0.949 0.718-2.003 0.781-3.102h1.514c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM9.5 2c1.93 0 3.5 1.57 3.5 3.5 0 0.215-0.019 0.426-0.057 0.634-1.022-0.738-2.205-1.134-3.443-1.134s-2.421 0.395-3.443 1.134c-0.038-0.208-0.057-0.419-0.057-0.634 0-1.93 1.57-3.5 3.5-3.5zM4 12.5c0-3.385 2.201-6.173 5-6.473v12.946c-2.799-0.3-5-3.088-5-6.473zM10 18.973v-12.946c2.799 0.3 5 3.088 5 6.473s-2.201 6.173-5 6.473z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-code\" viewBox=\"0 0 20 20\">\n<title>code</title>\n<path class=\"path1\" d=\"M5 15c-0.128 0-0.256-0.049-0.354-0.146l-4-4c-0.195-0.195-0.195-0.512 0-0.707l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.646 3.646 3.646 3.646c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path2\" d=\"M15 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.646-3.646-3.646-3.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l4 4c0.195 0.195 0.195 0.512 0 0.707l-4 4c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M7.5 15c-0.091 0-0.182-0.025-0.265-0.076-0.234-0.146-0.305-0.455-0.159-0.689l5-8c0.146-0.234 0.455-0.305 0.689-0.159s0.305 0.455 0.159 0.689l-5 8c-0.095 0.152-0.258 0.235-0.424 0.235z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-link\" viewBox=\"0 0 20 20\">\n<title>link</title>\n<path class=\"path1\" d=\"M10.682 12.998c-0.943 0-1.886-0.359-2.604-1.077-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0c1.046 1.046 2.747 1.046 3.793 0l3.636-3.636c1.046-1.046 1.046-2.747 0-3.793s-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0s1.436 3.772 0 5.207l-3.636 3.636c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n<path class=\"path2\" d=\"M4.682 18.998c-0.943 0-1.886-0.359-2.604-1.077-1.436-1.436-1.436-3.772 0-5.207l3.636-3.636c1.436-1.436 3.772-1.436 5.207 0 0.195 0.195 0.195 0.512 0 0.707s-0.512 0.195-0.707 0c-1.046-1.046-2.747-1.046-3.793 0l-3.636 3.636c-1.046 1.046-1.046 2.747 0 3.793s2.747 1.046 3.793 0l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-unlink\" viewBox=\"0 0 20 20\">\n<title>unlink</title>\n<path class=\"path1\" d=\"M13.5 11.5c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.068-3.068c0.507-0.507 0.786-1.18 0.786-1.896s-0.279-1.39-0.786-1.896c-1.046-1.046-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0 0.695 0.695 1.078 1.62 1.078 2.604s-0.383 1.908-1.078 2.604l-3.068 3.068c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path2\" d=\"M4.682 19c-0.983 0-1.908-0.383-2.604-1.078-1.436-1.436-1.436-3.772 0-5.207l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-1.046 1.046-1.046 2.747 0 3.793 0.507 0.507 1.18 0.786 1.896 0.786s1.39-0.279 1.896-0.786l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.695 0.695-1.62 1.078-2.604 1.078z\"/>\n<path class=\"path3\" d=\"M5.5 7c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M7.5 6c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M4.5 9h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M15.5 17c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M17.5 13h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M11.5 19c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-up\" viewBox=\"0 0 20 20\">\n<title>thumbs-up</title>\n<path class=\"path1\" d=\"M18.916 11.208c0.443-0.511 0.695-1.355 0.695-2.159 0-0.531-0.115-0.996-0.333-1.345-0.284-0.454-0.738-0.704-1.278-0.704h-2.618c1.425-2.591 1.785-4.543 1.070-5.807-0.499-0.881-1.413-1.193-2.045-1.193-0.25 0-0.462 0.185-0.495 0.433-0.179 1.319-1.188 2.893-2.768 4.318-1.514 1.365-3.374 2.456-5.286 3.11-0.241-0.508-0.758-0.86-1.356-0.86h-3c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h3c0.634 0 1.176-0.395 1.396-0.952 1.961 0.246 2.699 0.64 3.414 1.022 0.895 0.478 1.739 0.93 4.503 0.93 0.72 0 1.398-0.188 1.91-0.529 0.5-0.333 0.82-0.801 0.926-1.343 0.399-0.162 0.753-0.536 1.024-1.092 0.264-0.541 0.435-1.232 0.435-1.761 0-0.099-0.006-0.19-0.017-0.274 0.253-0.186 0.48-0.473 0.667-0.851 0.27-0.545 0.432-1.228 0.432-1.826 0-0.424-0.079-0.777-0.234-1.051-0.013-0.022-0.026-0.044-0.039-0.065zM4.5 18h-3c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v8.999c0 0 0 0.001 0 0.001-0 0.276-0.224 0.5-0.5 0.5zM18.339 10.274c-0.151 0.304-0.304 0.414-0.37 0.414-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c0.042 0 0.072 0 0.117 0.078 0.066 0.117 0.104 0.32 0.104 0.558 0 0.445-0.126 0.974-0.328 1.382-0.198 0.399-0.399 0.544-0.487 0.544-0.276 0-0.5 0.224-0.5 0.5 0 0.177 0.092 0.333 0.231 0.422 0.031 0.317-0.117 1.165-0.501 1.718-0.145 0.209-0.298 0.329-0.418 0.329-0.276 0-0.5 0.224-0.5 0.5 0 0.88-0.972 1.281-1.875 1.281-2.513 0-3.217-0.376-4.032-0.812-0.762-0.407-1.618-0.865-3.781-1.134v-8.187c2.101-0.689 4.152-1.877 5.812-3.373 1.593-1.436 2.639-2.988 2.994-4.426 0.272 0.087 0.579 0.271 0.776 0.618 0.334 0.59 0.584 2.096-1.493 5.557-0.093 0.154-0.095 0.347-0.006 0.504s0.255 0.254 0.435 0.254h3.483c0.199 0 0.327 0.070 0.43 0.234 0.117 0.187 0.181 0.477 0.181 0.815 0 0.424-0.102 0.882-0.272 1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-down\" viewBox=\"0 0 20 20\">\n<title>thumbs-down</title>\n<path class=\"path1\" d=\"M18.916 8.792c0.443 0.511 0.695 1.355 0.695 2.159 0 0.531-0.115 0.996-0.333 1.345-0.284 0.454-0.738 0.704-1.278 0.704h-2.618c1.425 2.591 1.785 4.543 1.070 5.807-0.499 0.881-1.413 1.193-2.045 1.193-0.25 0-0.462-0.185-0.495-0.433-0.179-1.319-1.188-2.893-2.768-4.318-1.514-1.365-3.374-2.456-5.286-3.11-0.241 0.508-0.758 0.86-1.356 0.86h-3c-0.827 0-1.5-0.673-1.5-1.5v-9c0-0.827 0.673-1.5 1.5-1.5h3c0.634 0 1.176 0.395 1.396 0.952 1.961-0.246 2.699-0.64 3.414-1.022 0.895-0.478 1.739-0.93 4.503-0.93 0.72 0 1.398 0.188 1.91 0.529 0.5 0.333 0.82 0.801 0.926 1.343 0.399 0.162 0.753 0.536 1.024 1.092 0.264 0.541 0.435 1.232 0.435 1.761 0 0.099-0.006 0.19-0.017 0.274 0.253 0.186 0.48 0.473 0.667 0.851 0.27 0.545 0.432 1.228 0.432 1.826 0 0.424-0.079 0.777-0.234 1.051-0.013 0.022-0.026 0.044-0.039 0.065zM4.5 2h-3c-0.276 0-0.5 0.224-0.5 0.5v9c0 0.276 0.224 0.5 0.5 0.5h3c0.276 0 0.5-0.224 0.5-0.5v-8.999c0-0 0-0.001 0-0.001-0-0.276-0.224-0.5-0.5-0.5zM18.339 9.726c-0.151-0.304-0.304-0.414-0.37-0.414-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.042 0 0.072 0 0.117-0.078 0.066-0.117 0.104-0.32 0.104-0.558 0-0.445-0.126-0.974-0.328-1.382-0.198-0.399-0.399-0.544-0.487-0.544-0.276 0-0.5-0.224-0.5-0.5 0-0.177 0.092-0.333 0.231-0.422 0.031-0.317-0.117-1.165-0.501-1.718-0.145-0.209-0.298-0.329-0.418-0.329-0.276 0-0.5-0.224-0.5-0.5 0-0.88-0.972-1.281-1.875-1.281-2.513 0-3.217 0.376-4.032 0.812-0.762 0.407-1.618 0.865-3.781 1.134v8.187c2.101 0.689 4.152 1.877 5.812 3.373 1.593 1.436 2.639 2.988 2.994 4.426 0.272-0.087 0.579-0.271 0.776-0.618 0.334-0.59 0.584-2.096-1.493-5.557-0.093-0.154-0.095-0.347-0.006-0.504s0.255-0.254 0.435-0.254h3.483c0.199 0 0.327-0.070 0.43-0.234 0.117-0.187 0.181-0.477 0.181-0.815 0-0.424-0.102-0.882-0.272-1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magnifier\" viewBox=\"0 0 20 20\">\n<title>magnifier</title>\n<path class=\"path1\" d=\"M18.869 19.162l-5.943-6.484c1.339-1.401 2.075-3.233 2.075-5.178 0-2.003-0.78-3.887-2.197-5.303s-3.3-2.197-5.303-2.197-3.887 0.78-5.303 2.197-2.197 3.3-2.197 5.303 0.78 3.887 2.197 5.303 3.3 2.197 5.303 2.197c1.726 0 3.362-0.579 4.688-1.645l5.943 6.483c0.099 0.108 0.233 0.162 0.369 0.162 0.121 0 0.242-0.043 0.338-0.131 0.204-0.187 0.217-0.503 0.031-0.706zM1 7.5c0-3.584 2.916-6.5 6.5-6.5s6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5-6.5-2.916-6.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross\" viewBox=\"0 0 20 20\">\n<title>cross</title>\n<path class=\"path1\" d=\"M10.707 10.5l5.646-5.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.646 5.646-5.646-5.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.646 5.646-5.646 5.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l5.646-5.646 5.646 5.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-5.646-5.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu\" viewBox=\"0 0 20 20\">\n<title>menu</title>\n<path class=\"path1\" d=\"M17.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-list\" viewBox=\"0 0 20 20\">\n<title>list</title>\n<path class=\"path1\" d=\"M19.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M19.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M19.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M1.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M1.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5c0 0.827-0.673 1.5-1.5 1.5zM1.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M1.5 17c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up\" viewBox=\"0 0 20 20\">\n<title>chevron-up</title>\n<path class=\"path1\" d=\"M0 15c0 0.128 0.049 0.256 0.146 0.354 0.195 0.195 0.512 0.195 0.707 0l8.646-8.646 8.646 8.646c0.195 0.195 0.512 0.195 0.707 0s0.195-0.512 0-0.707l-9-9c-0.195-0.195-0.512-0.195-0.707 0l-9 9c-0.098 0.098-0.146 0.226-0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down\" viewBox=\"0 0 20 20\">\n<title>chevron-down</title>\n<path class=\"path1\" d=\"M0 6c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l8.646 8.646 8.646-8.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-9 9c-0.195 0.195-0.512 0.195-0.707 0l-9-9c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left\" viewBox=\"0 0 20 20\">\n<title>chevron-left</title>\n<path class=\"path1\" d=\"M14 20c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-8.646-8.646 8.646-8.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-9 9c-0.195 0.195-0.195 0.512 0 0.707l9 9c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right\" viewBox=\"0 0 20 20\">\n<title>chevron-right</title>\n<path class=\"path1\" d=\"M5 20c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l8.646-8.646-8.646-8.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l9 9c0.195 0.195 0.195 0.512 0 0.707l-9 9c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up\" viewBox=\"0 0 20 20\">\n<title>arrow-up</title>\n<path class=\"path1\" d=\"M9.146 0.646l-6 6c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l5.146-5.146v16.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-16.293l5.146 5.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.354s-0.049-0.256-0.146-0.354l-6-6c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down\" viewBox=\"0 0 20 20\">\n<title>arrow-down</title>\n<path class=\"path1\" d=\"M9.854 19.354l6-6c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.146 5.146v-16.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v16.293l-5.146-5.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.354s0.049 0.256 0.146 0.354l6 6c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left\" viewBox=\"0 0 20 20\">\n<title>arrow-left</title>\n<path class=\"path1\" d=\"M0.646 10.146l6-6c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5.146 5.146h16.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-16.293l5.146 5.146c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-6-6c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right\" viewBox=\"0 0 20 20\">\n<title>arrow-right</title>\n<path class=\"path1\" d=\"M19.354 10.146l-6-6c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.146 5.146h-16.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16.293l-5.146 5.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l6-6c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-move\" viewBox=\"0 0 20 20\">\n<title>move</title>\n<path class=\"path1\" d=\"M18.354 10.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.793v-6.793l2.146 2.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.146-2.146v6.793h-6.793l2.146-2.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2.146-2.146h6.793v6.793l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-6.793h6.793l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-warning\" viewBox=\"0 0 20 20\">\n<title>warning</title>\n<path class=\"path1\" d=\"M18.5 19h-18c-0.178 0-0.342-0.094-0.432-0.248s-0.091-0.343-0.004-0.498l9-16c0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255l9 16c0.087 0.155 0.085 0.344-0.004 0.498s-0.254 0.248-0.432 0.248zM1.355 18h16.29l-8.145-14.48-8.145 14.48z\"/>\n<path class=\"path2\" d=\"M9.5 14c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-question-circle\" viewBox=\"0 0 20 20\">\n<title>question-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.5 15c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5 1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5-3.5 1.57-3.5 3.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5c0 2.312-1.753 4.223-4 4.472v1.528c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 18c-0 0 0 0 0 0-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5 0 0 0 0 0 0 0.276 0 0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu-circle\" viewBox=\"0 0 20 20\">\n<title>menu-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M14.5 8h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 11h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 14h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-checkmark-circle\" viewBox=\"0 0 20 20\">\n<title>checkmark-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M7.5 14.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross-circle\" viewBox=\"0 0 20 20\">\n<title>cross-circle</title>\n<path class=\"path1\" d=\"M14.332 14.126l-4.080-3.626 4.080-3.626c0.206-0.183 0.225-0.499 0.042-0.706s-0.499-0.225-0.706-0.042l-4.168 3.705-4.168-3.705c-0.206-0.183-0.522-0.165-0.706 0.042s-0.165 0.522 0.042 0.706l4.080 3.626-4.080 3.626c-0.206 0.183-0.225 0.499-0.042 0.706 0.099 0.111 0.236 0.168 0.374 0.168 0.118 0 0.237-0.042 0.332-0.126l4.168-3.705 4.168 3.705c0.095 0.085 0.214 0.126 0.332 0.126 0.138 0 0.275-0.057 0.374-0.168 0.183-0.206 0.165-0.522-0.042-0.706z\"/>\n<path class=\"path2\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-plus-circle\" viewBox=\"0 0 20 20\">\n<title>plus-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 10h-5.5v-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v5.5h-5.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.5v5.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-5.5h5.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-circle-minus\" viewBox=\"0 0 20 20\">\n<title>circle-minus</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 11h-12c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.147 4.647l-4 4c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l3.146-3.147v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l3.147 3.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.353s-0.049-0.256-0.147-0.353l-4-4c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M9.853 16.353l4-4c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.146 3.147v-10.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v10.293l-3.147-3.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.353s0.049 0.256 0.147 0.353l4 4c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M3.647 10.147l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.147 3.146h10.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.293l3.146 3.147c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.353 0.146s-0.256-0.049-0.353-0.147l-4-4c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.353 10.147l-4-4c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3.147 3.146h-10.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h10.293l-3.146 3.147c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.147l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15 12c0 0.128-0.049 0.256-0.146 0.354-0.195 0.195-0.512 0.195-0.707 0l-4.646-4.646-4.646 4.646c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l5-5c0.195-0.195 0.512-0.195 0.707 0l5 5c0.098 0.098 0.146 0.226 0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M4 9c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l4.646 4.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.195 0.195-0.512 0.195-0.707 0l-5-5c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M11 16c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-4.646-4.646 4.646-4.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M8 16c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l4.646-4.646-4.646-4.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l5 5c0.195 0.195 0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-crop\" viewBox=\"0 0 20 20\">\n<title>crop</title>\n<path class=\"path1\" d=\"M19.5 15h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M12.5 15h-7c-0.276 0-0.5-0.224-0.5-0.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6.5h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M5.5 4c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 20c-0.276 0-0.5-0.224-0.5-0.5v-13.5h-13.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5v14c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-expand\" viewBox=\"0 0 20 20\">\n<title>frame-expand</title>\n<path class=\"path1\" d=\"M18.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M0.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M3.5 18h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 18h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-contract\" viewBox=\"0 0 20 20\">\n<title>frame-contract</title>\n<path class=\"path1\" d=\"M14.5 9h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M6.5 9h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M11.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-layers\" viewBox=\"0 0 20 20\">\n<title>layers</title>\n<path class=\"path1\" d=\"M10 12c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.185-0.078-0.306-0.26-0.306-0.461s0.121-0.383 0.306-0.461l9.5-4c0.124-0.052 0.264-0.052 0.388 0l9.5 4c0.185 0.078 0.306 0.26 0.306 0.461s-0.121 0.383-0.306 0.461l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039zM1.788 7.5l8.212 3.457 8.212-3.457-8.212-3.457-8.212 3.457z\"/>\n<path class=\"path2\" d=\"M10 15c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n<path class=\"path3\" d=\"M10 18c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-funnel\" viewBox=\"0 0 20 20\">\n<title>funnel</title>\n<path class=\"path1\" d=\"M16.23 3.307c-0.396-0.268-0.949-0.504-1.643-0.702-1.366-0.39-3.172-0.605-5.087-0.605s-3.722 0.215-5.087 0.605c-0.694 0.198-1.246 0.434-1.643 0.702-0.637 0.43-0.77 0.886-0.77 1.193v0.5c0 0.428 0.321 1.133 0.639 1.609l4.891 7.336c0.251 0.376 0.471 1.103 0.471 1.555v3c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l2-1c0.169-0.085 0.276-0.258 0.276-0.447v-2c0-0.452 0.22-1.179 0.471-1.555l4.891-7.336c0.317-0.476 0.639-1.182 0.639-1.609v-0.5c0-0.307-0.134-0.763-0.77-1.193zM4.688 3.567c1.279-0.365 2.988-0.567 4.812-0.567s3.534 0.201 4.812 0.567c1.378 0.394 1.688 0.816 1.688 0.933s-0.31 0.54-1.688 0.933c-1.279 0.365-2.988 0.567-4.812 0.567s-3.534-0.201-4.812-0.567c-1.378-0.394-1.688-0.816-1.688-0.933s0.31-0.54 1.688-0.933zM10.639 13.391c-0.358 0.537-0.639 1.464-0.639 2.109v1.691l-1 0.5v-2.191c0-0.646-0.281-1.572-0.639-2.109l-4.88-7.32c0.274 0.117 0.585 0.226 0.932 0.324 1.366 0.39 3.172 0.605 5.087 0.605s3.722-0.215 5.087-0.605c0.346-0.099 0.658-0.207 0.932-0.325l-4.88 7.32z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format\" viewBox=\"0 0 20 20\">\n<title>text-format</title>\n<path class=\"path1\" d=\"M16.5 19h-14c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.96 15.303l-2.57-5.996c-0.001-0.001-0.001-0.003-0.002-0.004l-3.428-8c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3.428 8c-0.001 0.002-0.001 0.003-0.002 0.005l-2.57 5.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l2.442-5.697h6.198l2.442 5.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM6.83 9l2.67-6.231 2.67 6.231h-5.341z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format-remove\" viewBox=\"0 0 20 20\">\n<title>text-format-remove</title>\n<path class=\"path1\" d=\"M13.5 1h-12c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.41l-1.903 11.418c-0.045 0.272 0.139 0.53 0.411 0.575 0.028 0.005 0.056 0.007 0.083 0.007 0.24 0 0.452-0.173 0.493-0.418l1.93-11.582h5.576c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M10.5 16h-9c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M15.707 16.5l1.646-1.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-1.646 1.646-1.646-1.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.646 1.646-1.646 1.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1.646-1.646 1.646 1.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.646-1.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-size\" viewBox=\"0 0 20 20\">\n<title>text-size</title>\n<path class=\"path1\" d=\"M6.96 16.303l-1.284-2.996c-0.001-0.001-0.001-0.003-0.002-0.004l-1.714-4c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-1.714 4c-0.001 0.001-0.001 0.003-0.002 0.004l-1.284 2.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM2.544 13l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path2\" d=\"M19.962 16.308l-2.083-5c-0.001-0.001-0.001-0.003-0.002-0.004l-2.915-6.996c-0.078-0.186-0.26-0.308-0.462-0.308s-0.384 0.121-0.462 0.308l-2.915 6.996c-0.001 0.001-0.001 0.003-0.002 0.004l-2.083 5c-0.106 0.255 0.014 0.548 0.269 0.654s0.548-0.014 0.654-0.269l1.955-4.692h5.167l1.955 4.692c0.080 0.192 0.266 0.308 0.462 0.308 0.064 0 0.129-0.012 0.192-0.039 0.255-0.106 0.375-0.399 0.269-0.654zM12.333 11l2.167-5.2 2.167 5.2h-4.333z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bold\" viewBox=\"0 0 20 20\">\n<title>bold</title>\n<path class=\"path1\" d=\"M10 9h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h2.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 8h2c0.551 0 1-0.449 1-1s-0.449-1-1-1h-2v2z\"/>\n<path class=\"path2\" d=\"M11 15h-3.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h3.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 14h3c0.551 0 1-0.449 1-1s-0.449-1-1-1h-3v2z\"/>\n<path class=\"path3\" d=\"M11 18h-5.5c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h4.5c2.757 0 5 2.243 5 5 0 0.824-0.202 1.628-0.587 2.349 1.013 0.945 1.587 2.253 1.587 3.651 0 2.757-2.243 5-5 5zM5.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h5.5c2.206 0 4-1.794 4-4 0-1.237-0.561-2.385-1.539-3.151-0.211-0.165-0.253-0.466-0.1-0.682 0.418-0.646 0.639-1.395 0.639-2.167 0-2.206-1.794-4-4-4h-4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-italic\" viewBox=\"0 0 20 20\">\n<title>italic</title>\n<path class=\"path1\" d=\"M15.5 2h-4.001c-0.001 0-0.003 0-0.004 0h-3.995c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.39l-2.8 14h-3.59c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.999c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h3.997c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.39l2.8-14h3.59c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-underline\" viewBox=\"0 0 20 20\">\n<title>underline</title>\n<path class=\"path1\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M10 15c-2.757 0-5-2.243-5-5v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.206 1.794 4 4 4s4-1.794 4-4v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.757-2.243 5-5 5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-strikethrough\" viewBox=\"0 0 20 20\">\n<title>strikethrough</title>\n<path class=\"path1\" d=\"M16.5 2h-14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.5v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5h6.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M9.5 18c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 12h-18c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h18c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM1 11h17v-1h-17v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-highlight\" viewBox=\"0 0 20 20\">\n<title>highlight</title>\n<path class=\"path1\" d=\"M19.854 9.646c-0.195-0.195-0.512-0.195-0.707 0l-3.586 3.586c-0.585 0.585-1.537 0.585-2.121 0l-4.672-4.672c-0.282-0.282-0.437-0.658-0.437-1.061s0.155-0.779 0.437-1.061l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.586 3.586c-0.471 0.471-0.73 1.098-0.73 1.768 0 0.285 0.048 0.563 0.138 0.824l-7.322 7.322c-0.094 0.094-0.146 0.221-0.146 0.354v1.5c0 0.276 0.224 0.5 0.5 0.5h9.5c0.133 0 0.26-0.053 0.354-0.146l3.322-3.322c0.261 0.091 0.539 0.138 0.824 0.138 0.669 0 1.297-0.259 1.768-0.73l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707zM9.793 17h-8.793v-0.793l7.002-7.002c0.020 0.021 0.039 0.042 0.059 0.062l4.672 4.672c0.020 0.020 0.041 0.040 0.062 0.059l-3.002 3.002z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-left\" viewBox=\"0 0 20 20\">\n<title>text-align-left</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-center\" viewBox=\"0 0 20 20\">\n<title>text-align-center</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-right\" viewBox=\"0 0 20 20\">\n<title>text-align-right</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-justify\" viewBox=\"0 0 20 20\">\n<title>text-align-justify</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-line-spacing\" viewBox=\"0 0 20 20\">\n<title>line-spacing</title>\n<path class=\"path1\" d=\"M18.5 5h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M18.5 9h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 13h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M18.5 17h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M5.146 13.646l-1.146 1.146v-8.586l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v8.586l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-increase\" viewBox=\"0 0 20 20\">\n<title>indent-increase</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M2.5 14c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-6c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l4 3c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-4 3c-0.088 0.066-0.194 0.1-0.3 0.1zM3 8.5v4l2.667-2-2.667-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-decrease\" viewBox=\"0 0 20 20\">\n<title>indent-decrease</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M6.5 14c-0.106 0-0.212-0.034-0.3-0.1l-4-3c-0.126-0.094-0.2-0.243-0.2-0.4s0.074-0.306 0.2-0.4l4-3c0.152-0.114 0.354-0.132 0.524-0.047s0.276 0.258 0.276 0.447v6c0 0.189-0.107 0.363-0.276 0.447-0.071 0.035-0.147 0.053-0.224 0.053zM3.333 10.5l2.667 2v-4l-2.667 2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pilcrow\" viewBox=\"0 0 20 20\">\n<title>pilcrow</title>\n<path class=\"path1\" d=\"M15.5 2h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h3v14.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 9h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-ltr\" viewBox=\"0 0 20 20\">\n<title>direction-ltr</title>\n<path class=\"path1\" d=\"M15.354 17.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.146 1.146h-9.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9.293l-1.146 1.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-rtl\" viewBox=\"0 0 20 20\">\n<title>direction-rtl</title>\n<path class=\"path1\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n<path class=\"path2\" d=\"M14.5 17h-9.293l1.146-1.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.146-1.146h9.293c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-page-break\" viewBox=\"0 0 20 20\">\n<title>page-break</title>\n<path class=\"path1\" d=\"M17.5 9h-15c-0.827 0-1.5-0.673-1.5-1.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M1.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M10.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M13.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M16.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M19.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M18.5 20c-0.276 0-0.5-0.224-0.5-0.5v-6c0-0.276-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-6c0-0.827 0.673-1.5 1.5-1.5h15c0.827 0 1.5 0.673 1.5 1.5v6c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-alpha-asc\" viewBox=\"0 0 20 20\">\n<title>sort-alpha-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M19.96 7.303l-3-7c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3 7c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM15.544 4l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path3\" d=\"M18.5 20h-4c-0.178 0-0.343-0.095-0.432-0.249s-0.090-0.344-0.002-0.499l3.573-6.252h-3.138c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.178 0 0.343 0.095 0.432 0.249s0.090 0.344 0.002 0.499l-3.573 6.252h3.138c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-amount-asc\" viewBox=\"0 0 20 20\">\n<title>sort-amount-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M13.5 5h-2c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 4h1v-1h-1v1z\"/>\n<path class=\"path3\" d=\"M15.5 9h-4c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h4c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 8h3v-1h-3v1z\"/>\n<path class=\"path4\" d=\"M17.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 12h5v-1h-5v1z\"/>\n<path class=\"path5\" d=\"M19.5 17h-8c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 16h7v-1h-7v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hand\" viewBox=\"0 0 20 20\">\n<title>hand</title>\n<path class=\"path1\" d=\"M17 4c-0.364 0-0.706 0.098-1 0.269v-1.269c0-1.103-0.897-2-2-2-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339s-1.614 0.56-1.887 1.339c-0.318-0.214-0.701-0.339-1.113-0.339-1.103 0-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.851 0 1.642-0.277 2.352-0.822 0.667-0.513 1.246-1.255 1.72-2.204 0.934-1.868 1.428-4.452 1.428-7.474v-3.5c0-1.103-0.897-2-2-2zM18 9.5c0 2.867-0.457 5.296-1.322 7.026-0.564 1.128-1.574 2.474-3.178 2.474h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.813c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-7.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-6.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5c0-0.551 0.449-1 1-1s1 0.449 1 1v3.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-up\" viewBox=\"0 0 20 20\">\n<title>pointer-up</title>\n<path class=\"path1\" d=\"M17 8c-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.364 0-0.706 0.098-1 0.269v-3.269c0-1.103-0.897-2-2-2s-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.848 0 1.632-0.245 2.331-0.73 0.676-0.468 1.259-1.152 1.734-2.033 0.939-1.743 1.435-4.246 1.435-7.237 0-1.103-0.897-2-2-2zM16.685 16.763c-0.549 1.021-1.548 2.237-3.185 2.237h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.812c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1c0 2.826-0.455 5.165-1.315 6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-right\" viewBox=\"0 0 20 20\">\n<title>pointer-right</title>\n<path class=\"path1\" d=\"M12 17c0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.364-0.098-0.706-0.269-1h3.269c1.103 0 2-0.897 2-2s-0.897-2-2-2h-7.373l2.333-1.346c0.475-0.261 0.813-0.687 0.953-1.199 0.136-0.499 0.064-1.018-0.202-1.462-0.544-0.907-1.774-1.253-2.742-0.77-0.061 0.030-1.368 0.668-5.35 2.66-1.875 0.938-3.216 1.967-3.984 3.059-0.603 0.857-0.634 1.449-0.634 1.559v5c0 0.848 0.245 1.632 0.73 2.331 0.468 0.676 1.152 1.259 2.033 1.734 1.743 0.939 4.246 1.435 7.237 1.435 1.103 0 2-0.897 2-2zM3.237 16.685c-1.021-0.549-2.237-1.548-2.237-3.185v-4.99c0.003-0.039 0.050-0.46 0.525-1.095 0.474-0.633 1.472-1.605 3.54-2.638 4.054-2.027 5.331-2.65 5.343-2.656 0.002-0.001 0.003-0.001 0.004-0.002 0.503-0.251 1.162-0.073 1.439 0.389 0.125 0.208 0.158 0.451 0.095 0.685-0.068 0.249-0.236 0.458-0.472 0.587-0.003 0.002-0.007 0.004-0.010 0.006l-2.705 1.561c-0.583 0.319-0.828 0.678-0.729 1.067 0.099 0.39 0.489 0.587 1.157 0.587h7.812c0.551 0 1 0.449 1 1s-0.449 1-1 1h-6.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1c-2.826 0-5.165-0.455-6.763-1.315z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-down\" viewBox=\"0 0 20 20\">\n<title>pointer-down</title>\n<path class=\"path1\" d=\"M17 12c-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.364 0-0.706-0.098-1-0.269v3.269c0 1.103-0.897 2-2 2s-2-0.897-2-2v-7.373l-1.346 2.333c-0.261 0.475-0.687 0.813-1.199 0.953-0.499 0.136-1.018 0.064-1.462-0.202-0.907-0.544-1.253-1.774-0.77-2.742 0.030-0.061 0.668-1.368 2.66-5.35 0.938-1.875 1.967-3.216 3.059-3.984 0.857-0.603 1.449-0.634 1.559-0.634h5c0.848 0 1.632 0.245 2.331 0.73 0.676 0.468 1.259 1.152 1.734 2.033 0.939 1.743 1.435 4.246 1.435 7.237 0 1.103-0.897 2-2 2zM16.685 3.237c-0.549-1.021-1.548-2.237-3.185-2.237h-4.99c-0.039 0.003-0.46 0.050-1.095 0.525-0.633 0.474-1.605 1.472-2.638 3.54-2.027 4.054-2.65 5.331-2.656 5.343-0.001 0.002-0.001 0.003-0.002 0.004-0.251 0.503-0.073 1.162 0.389 1.439 0.208 0.125 0.451 0.158 0.685 0.095 0.249-0.068 0.458-0.236 0.587-0.472 0.002-0.003 0.004-0.007 0.006-0.010l1.561-2.705c0.319-0.583 0.678-0.828 1.067-0.729 0.39 0.099 0.587 0.489 0.587 1.157v7.812c0 0.551 0.449 1 1 1s1-0.449 1-1v-6.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1c0-2.826-0.455-5.165-1.315-6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-left\" viewBox=\"0 0 20 20\">\n<title>pointer-left</title>\n<path class=\"path1\" d=\"M8 17c0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.364 0.098-0.706 0.269-1h-3.269c-1.103 0-2-0.897-2-2s0.897-2 2-2h7.373l-2.333-1.346c-0.475-0.261-0.813-0.687-0.953-1.199-0.136-0.499-0.064-1.018 0.202-1.462 0.544-0.907 1.774-1.253 2.742-0.77 0.061 0.030 1.368 0.668 5.35 2.66 1.875 0.938 3.216 1.967 3.984 3.059 0.603 0.857 0.634 1.449 0.634 1.559v5c0 0.848-0.245 1.632-0.73 2.331-0.468 0.676-1.152 1.259-2.033 1.734-1.743 0.939-4.246 1.435-7.237 1.435-1.103 0-2-0.897-2-2zM16.763 16.685c1.021-0.549 2.237-1.548 2.237-3.185v-4.99c-0.003-0.039-0.050-0.46-0.525-1.095-0.474-0.633-1.472-1.605-3.54-2.638-4.054-2.027-5.331-2.65-5.343-2.656-0.002-0.001-0.003-0.001-0.004-0.002-0.503-0.251-1.162-0.073-1.439 0.389-0.125 0.208-0.158 0.451-0.095 0.685 0.068 0.249 0.236 0.458 0.472 0.587 0.003 0.002 0.007 0.004 0.010 0.006l2.705 1.561c0.583 0.319 0.828 0.678 0.729 1.067-0.099 0.39-0.489 0.587-1.157 0.587h-7.812c-0.551 0-1 0.449-1 1s0.449 1 1 1h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1c2.826 0 5.165-0.455 6.763-1.315z\"/>\n</symbol>\n</defs>\n</svg>\n\";}', 'yes');
INSERT INTO `wvnksb_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(169, 'oxygen_vsb_history_limit', '', 'yes'),
(170, 'oxygen_vsb_preview_dropdown_limit', '', 'yes'),
(171, 'oxygen_vsb_preview_dropdown_exclude_non_public', 'true', 'yes'),
(172, 'oxygen_vsb_enable_selector_detector', '', 'yes'),
(173, 'oxygen_vsb_enable_default_designsets', 'true', 'yes'),
(174, 'oxygen_vsb_enable_3rdp_designsets', '', 'yes'),
(175, 'oxygen_vsb_enable_connection', '', 'yes'),
(176, 'oxygen_vsb_google_maps_api_key', '', 'yes'),
(177, 'oxygen_vsb_show_all_acf_fields', 'true', 'yes'),
(178, 'oxygen_vsb_enable_google_fonts_cache', 'true', 'yes'),
(179, 'oxygen_vsb_enable_ie_layout_improvements', 'true', 'yes'),
(180, 'oxygen_vsb_enable_signature_validation', 'true', 'yes'),
(181, 'oxygen_vsb_enable_signature_frontend_errors', 'false', 'yes'),
(182, 'oxygen_vsb_disable_google_fonts', '', 'yes'),
(183, 'oxygen_vsb_block_category_label', '', 'yes'),
(184, 'oxygen_vsb_full_page_block_category_label', '', 'yes'),
(185, 'oxygen_vsb_access_role_editor', '', 'yes'),
(186, 'oxygen_vsb_access_role_author', '', 'yes'),
(187, 'oxygen_vsb_access_role_contributor', '', 'yes'),
(188, 'oxygen_vsb_access_role_subscriber', '', 'yes'),
(189, 'oxygen_vsb_ignore_post_type_post', '', 'yes'),
(190, 'oxygen_vsb_ignore_post_type_page', '', 'yes'),
(191, 'oxygen_vsb_ignore_post_type_user_request', '', 'yes'),
(192, 'oxygen_vsb_ignore_post_type_wp_block', '', 'yes'),
(195, 'oxygen_license_status', 'valid', 'yes'),
(202, 'wpvivid_email_setting', 'a:3:{s:7:\"send_to\";a:0:{}s:6:\"always\";b:1;s:12:\"email_enable\";b:0;}', 'no'),
(203, 'wpvivid_compress_setting', 'a:7:{s:13:\"compress_type\";s:3:\"zip\";s:13:\"max_file_size\";i:200;s:11:\"no_compress\";b:1;s:13:\"use_temp_file\";i:1;s:13:\"use_temp_size\";i:16;s:17:\"exclude_file_size\";i:0;s:24:\"subpackage_plugin_upload\";b:0;}', 'no'),
(204, 'wpvivid_local_setting', 'a:2:{s:4:\"path\";s:14:\"wpvividbackups\";s:10:\"save_local\";i:1;}', 'no'),
(205, 'wpvivid_upload_setting', 'a:1:{s:15:\"remote_selected\";a:0:{}}', 'no'),
(206, 'wpvivid_common_setting', 'a:10:{s:18:\"max_execution_time\";i:180;s:17:\"log_save_location\";s:26:\"wpvividbackups/wpvivid_log\";s:16:\"max_backup_count\";i:30;s:14:\"show_admin_bar\";b:1;s:14:\"domain_include\";b:1;s:15:\"estimate_backup\";b:1;s:16:\"max_resume_count\";i:6;s:12:\"memory_limit\";s:4:\"256M\";s:20:\"restore_memory_limit\";s:4:\"256M\";s:12:\"migrate_size\";s:4:\"2048\";}', 'no'),
(207, 'wpvivid_init', 'init', 'no'),
(208, 'wpvivid_backup_list', 'a:0:{}', 'no'),
(209, 'wpvivid_remote_init', 'init', 'no'),
(211, 'wpvivid_need_review', 'not', 'no'),
(212, 'wpvivid_task_list', 'a:0:{}', 'no'),
(213, 'wf_licensing_wpr', 'a:6:{s:11:\"license_key\";s:26:\"E5ECE478-0ECF620D-66CC285A\";s:5:\"error\";s:0:\"\";s:4:\"name\";s:16:\"WP Reset PRO LTD\";s:10:\"last_check\";i:1604897176;s:11:\"valid_until\";s:10:\"2035-01-01\";s:4:\"meta\";a:3:{s:11:\"white_label\";b:0;s:9:\"wpr_cloud\";b:0;s:24:\"white_label_support_text\";s:0:\"\";}}', 'yes'),
(218, 'wp-reset-snapshots', 'a:2:{s:6:\"irxuti\";a:16:{s:4:\"name\";s:47:\"Before WPvivid Backup Pro v1.9.21 was activated\";s:7:\"plugins\";a:1:{s:26:\"WPvivid Backup Pro v1.9.21\";s:70:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/wpvivid-backup-pro/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"irxuti\";s:9:\"timestamp\";s:19:\"2020-09-23 17:24:01\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:214295;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:237;s:8:\"tbl_size\";i:1616433;s:5:\"local\";b:1;}s:6:\"pfmjzt\";a:15:{s:4:\"name\";s:60:\"Before Head, Footer and Post Injections v3.2.1 was activated\";s:7:\"plugins\";a:1:{s:39:\"Head, Footer and Post Injections v3.2.1\";s:65:\"/home/thrill16/newgen.stun.tech/wp-content/plugins/header-footer/\";}s:6:\"themes\";a:0:{}s:4:\"auto\";b:1;s:10:\"autoupload\";b:0;s:4:\"ajax\";b:0;s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"pfmjzt\";s:9:\"timestamp\";s:19:\"2020-10-18 04:16:39\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wpk0_commentmeta\";i:1;s:13:\"wpk0_comments\";i:2;s:10:\"wpk0_links\";i:3;s:12:\"wpk0_options\";i:4;s:13:\"wpk0_postmeta\";i:5;s:10:\"wpk0_posts\";i:6;s:23:\"wpk0_term_relationships\";i:7;s:18:\"wpk0_term_taxonomy\";i:8;s:13:\"wpk0_termmeta\";i:9;s:10:\"wpk0_terms\";i:10;s:13:\"wpk0_usermeta\";i:11;s:10:\"wpk0_users\";i:12;s:24:\"wpk0_wpvivid_scan_result\";i:13;s:33:\"wpk0_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:72164;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:524;s:8:\"tbl_size\";i:3703961;}}', 'yes'),
(219, 'wp-reset-log', 'a:16:{i:0;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:24:\"Deleting snapshot xhibau\";}i:1;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:37:\"Deleted table xhibau_wpk0_commentmeta\";}i:2;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_comments\";}i:3;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_links\";}i:4;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:33:\"Deleted table xhibau_wpk0_options\";}i:5;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_postmeta\";}i:6;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_posts\";}i:7;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:44:\"Deleted table xhibau_wpk0_term_relationships\";}i:8;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:39:\"Deleted table xhibau_wpk0_term_taxonomy\";}i:9;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_termmeta\";}i:10;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_terms\";}i:11;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:34:\"Deleted table xhibau_wpk0_usermeta\";}i:12;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:31:\"Deleted table xhibau_wpk0_users\";}i:13;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:45:\"Deleted table xhibau_wpk0_wpvivid_scan_result\";}i:14;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:54:\"Deleted table xhibau_wpk0_wpvivid_unused_uploads_files\";}i:15;a:3:{s:4:\"time\";i:1600881734;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:36:\"Deleted snapshot xhibau successfully\";}}', 'yes'),
(231, '_transient_oxygen_vsb_source_color_lookup_table', 'a:1:{s:0:\"\";s:0:\"\";}', 'yes'),
(241, 'ct_components_classes', 'a:75:{s:9:\"Paragraph\";a:3:{s:3:\"key\";s:9:\"Paragraph\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:9:\"custom-js\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.5\";s:9:\"max-width\";s:3:\"500\";}}s:19:\"hosting-heading-one\";a:4:{s:3:\"key\";s:19:\"hosting-heading-one\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"48\";}}}s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"64\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";}}s:25:\"hosting-contact-3-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-contact-3-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:12:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:13:\"margin-bottom\";s:2:\"20\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:9:\"font-size\";s:2:\"16\";s:5:\"color\";s:8:\"color(3)\";s:14:\"padding-bottom\";s:2:\"20\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(2)\";}}s:22:\"hosting-contact-3-icon\";a:3:{s:3:\"key\";s:22:\"hosting-contact-3-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"28\";s:10:\"icon-color\";s:8:\"color(3)\";s:12:\"margin-right\";s:2:\"12\";}}s:19:\"hosting-heading-two\";a:4:{s:3:\"key\";s:19:\"hosting-heading-two\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"32\";}}}s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"40\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"0\";}}s:29:\"hosting-testimonial-4-wrapper\";a:4:{s:3:\"key\";s:29:\"hosting-testimonial-4-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}}s:8:\"original\";a:19:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:13:\"border-radius\";s:1:\"5\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:11:\"padding-top\";s:2:\"24\";s:12:\"padding-left\";s:2:\"28\";s:13:\"padding-right\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"20\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";s:9:\"max-width\";s:3:\"480\";}}s:26:\"hosting-testimonial-4-text\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-4-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"font-style\";s:6:\"italic\";s:13:\"margin-bottom\";s:2:\"24\";}}s:26:\"hosting-testimonial-5-icon\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-5-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"24\";s:13:\"margin-bottom\";s:1:\"8\";}}s:36:\"hosting-testimonial-4-avatar-wrapper\";a:3:{s:3:\"key\";s:36:\"hosting-testimonial-4-avatar-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:15:\"margin-top-unit\";s:4:\"auto\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}s:27:\"hosting-testimonial-4-image\";a:3:{s:3:\"key\";s:27:\"hosting-testimonial-4-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:5:\"width\";s:2:\"64\";s:18:\"border-radius-unit\";s:1:\"%\";s:13:\"border-radius\";s:3:\"100\";s:12:\"margin-right\";s:2:\"12\";}}s:26:\"hosting-testimonial-4-name\";a:3:{s:3:\"key\";s:26:\"hosting-testimonial-4-name\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";}}s:28:\"hosting-testimonial-4-column\";a:3:{s:3:\"key\";s:28:\"hosting-testimonial-4-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:17:\"atomic-subheading\";a:4:{s:3:\"key\";s:17:\"atomic-subheading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"20\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}}s:8:\"original\";a:8:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:9:\"color(15)\";s:9:\"font-size\";s:2:\"24\";s:11:\"line-height\";s:3:\"1.6\";s:11:\"font-weight\";s:3:\"200\";s:14:\"max-width-unit\";s:2:\"px\";s:9:\"max-width\";s:3:\"480\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:22:\"atomic-primary-heading\";a:4:{s:3:\"key\";s:22:\"atomic-primary-heading\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"56\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"44\";}}}s:8:\"original\";a:6:{s:5:\"color\";s:9:\"color(15)\";s:9:\"font-size\";s:2:\"64\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.1\";s:10:\"margin-top\";s:1:\"0\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:21:\"atomic-primary-button\";a:5:{s:3:\"key\";s:21:\"atomic-primary-button\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:11:\"padding-top\";s:2:\"16\";s:12:\"padding-left\";s:2:\"36\";s:13:\"padding-right\";s:2:\"36\";s:14:\"padding-bottom\";s:2:\"16\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"16\";}}}s:8:\"original\";a:20:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:16:\"background-color\";s:9:\"color(13)\";s:11:\"padding-top\";s:2:\"20\";s:14:\"padding-bottom\";s:2:\"20\";s:12:\"padding-left\";s:2:\"48\";s:13:\"padding-right\";s:2:\"48\";s:9:\"font-size\";s:2:\"20\";s:5:\"color\";s:9:\"color(12)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:3:\".25\";s:10:\"text-align\";s:6:\"center\";s:19:\"letter-spacing-unit\";s:2:\"em\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:19:\"transition-duration\";s:3:\"0.5\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";s:14:\"text-transform\";s:4:\"none\";s:15:\"text-decoration\";s:4:\"none\";s:10:\"font-style\";s:6:\"normal\";}s:5:\"hover\";a:2:{s:16:\"background-color\";s:9:\"color(14)\";s:5:\"color\";s:9:\"color(12)\";}}s:24:\"atomic-content-19-column\";a:3:{s:3:\"key\";s:24:\"atomic-content-19-column\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:0:{}}s:23:\"atomic-content-19-image\";a:4:{s:3:\"key\";s:23:\"atomic-content-19-image\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:0:{}s:5:\"hover\";a:0:{}}s:26:\"hosting-iconblock-1-column\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-1-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:10:\"flex-start\";}}s:24:\"hosting-iconblock-1-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(4)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:25:\"hosting-iconblock-1-title\";a:3:{s:3:\"key\";s:25:\"hosting-iconblock-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"900\";s:5:\"color\";s:8:\"color(1)\";s:11:\"line-height\";s:3:\"1.1\";s:15:\"margin-top-unit\";s:4:\"auto\";}}s:25:\"hosting-company-2-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-company-2-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:5:\"width\";s:2:\"25\";}}s:22:\"hosting-company-2-icon\";a:3:{s:3:\"key\";s:22:\"hosting-company-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-company-2-title\";a:3:{s:3:\"key\";s:23:\"hosting-company-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:22:\"hosting-company-2-text\";a:3:{s:3:\"key\";s:22:\"hosting-company-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";}}s:21:\"hosting-about-2-image\";a:3:{s:3:\"key\";s:21:\"hosting-about-2-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:13:\"border-radius\";s:1:\"5\";s:13:\"margin-bottom\";s:2:\"40\";}}s:27:\"hosting-dark-outline-button\";a:4:{s:3:\"key\";s:27:\"hosting-dark-outline-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:21:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:8:\"color(4)\";s:9:\"font-size\";s:2:\"16\";s:11:\"button-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"700\";s:13:\"border-radius\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:16:\"background-color\";s:8:\"color(3)\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:24:\"oxy-stock-content-styles\";a:3:{s:3:\"key\";s:24:\"oxy-stock-content-styles\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:20:\"hosting-other-single\";a:3:{s:3:\"key\";s:20:\"hosting-other-single\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:12:\"hosting-logo\";a:4:{s:3:\"key\";s:12:\"hosting-logo\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:0:{}}s:21:\"hosting-simple-button\";a:4:{s:3:\"key\";s:21:\"hosting-simple-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:12:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:12:\"button-style\";s:1:\"1\";s:11:\"button-size\";s:2:\"12\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:17:\"button-text-color\";s:8:\"color(3)\";s:12:\"button-color\";s:11:\"transparent\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:28:\"hosting-white-outline-button\";a:4:{s:3:\"key\";s:28:\"hosting-white-outline-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:20:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"16\";s:12:\"button-style\";s:1:\"2\";s:12:\"button-color\";s:8:\"color(3)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"button-size\";s:2:\"12\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:13:\"border-radius\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";s:17:\"border-left-width\";s:1:\"2\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:23:\"hosting-footer-1-column\";a:4:{s:3:\"key\";s:23:\"hosting-footer-1-column\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:7:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(2)\";}}}s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:11:\"align-items\";s:6:\"center\";}}s:22:\"hosting-footer-1-image\";a:3:{s:3:\"key\";s:22:\"hosting-footer-1-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(3)\";s:9:\"icon-size\";s:2:\"28\";s:12:\"margin-right\";s:2:\"12\";}}s:21:\"hosting-footer-1-text\";a:3:{s:3:\"key\";s:21:\"hosting-footer-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(2)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";}}s:19:\"hosting-main-button\";a:4:{s:3:\"key\";s:19:\"hosting-main-button\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:11:{s:12:\"button-style\";s:1:\"1\";s:11:\"button-size\";s:2:\"12\";s:12:\"button-color\";s:8:\"color(4)\";s:17:\"button-text-color\";s:8:\"color(3)\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:11:\"font-weight\";s:3:\"700\";s:13:\"border-radius\";s:1:\"5\";s:19:\"transition-duration\";s:3:\"0.2\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";}s:5:\"hover\";a:6:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:2:\"30\";s:17:\"box-shadow-spread\";s:3:\"-20\";s:15:\"box-shadow-blur\";s:2:\"20\";}}s:24:\"hosting-features-2-photo\";a:3:{s:3:\"key\";s:24:\"hosting-features-2-photo\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:13:\"border-radius\";s:1:\"5\";}}s:26:\"hosting-features-1-wrapper\";a:3:{s:3:\"key\";s:26:\"hosting-features-1-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";s:5:\"width\";s:5:\"33.33\";}}s:23:\"hosting-features-1-icon\";a:3:{s:3:\"key\";s:23:\"hosting-features-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(3)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hosting-features-1-title\";a:3:{s:3:\"key\";s:24:\"hosting-features-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:23:\"hosting-features-1-text\";a:3:{s:3:\"key\";s:23:\"hosting-features-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:5:\"color\";s:8:\"color(7)\";}}s:31:\"hosting-product-1-check-wrapper\";a:3:{s:3:\"key\";s:31:\"hosting-product-1-check-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-product-1-check\";a:3:{s:3:\"key\";s:23:\"hosting-product-1-check\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:10:\"icon-color\";s:9:\"color(10)\";s:9:\"icon-size\";s:2:\"16\";s:12:\"margin-right\";s:1:\"8\";s:10:\"margin-top\";s:1:\"4\";}}s:22:\"hosting-product-1-text\";a:3:{s:3:\"key\";s:22:\"hosting-product-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";}}s:25:\"hosting-product-2-wrapper\";a:3:{s:3:\"key\";s:25:\"hosting-product-2-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:14:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:13:\"border-radius\";s:1:\"5\";s:11:\"padding-top\";s:2:\"28\";s:12:\"padding-left\";s:2:\"28\";s:13:\"padding-right\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"28\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";}}s:22:\"hosting-product-2-icon\";a:3:{s:3:\"key\";s:22:\"hosting-product-2-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:10:\"icon-color\";s:8:\"color(4)\";s:9:\"icon-size\";s:2:\"36\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-product-2-title\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:22:\"hosting-product-2-text\";a:3:{s:3:\"key\";s:22:\"hosting-product-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"12\";s:11:\"margin-left\";s:2:\"12\";}}s:24:\"hosting-product-2-bullet\";a:3:{s:3:\"key\";s:24:\"hosting-product-2-bullet\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:2:{s:5:\"color\";s:9:\"color(11)\";s:11:\"margin-left\";s:3:\"-12\";}}s:23:\"hosting-product-2-digit\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-digit\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"48\";s:5:\"color\";s:8:\"color(1)\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:10:\"margin-top\";s:1:\"4\";}}s:23:\"hosting-product-2-label\";a:3:{s:3:\"key\";s:23:\"hosting-product-2-label\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"20\";}}s:33:\"hosting-providers-1-image-wrapper\";a:3:{s:3:\"key\";s:33:\"hosting-providers-1-image-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";}}s:26:\"hosting-providers-1-images\";a:3:{s:3:\"key\";s:26:\"hosting-providers-1-images\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:32:\"hosting-providers-1-text-wrapper\";a:3:{s:3:\"key\";s:32:\"hosting-providers-1-text-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}s:25:\"hosting-providers-1-title\";a:3:{s:3:\"key\";s:25:\"hosting-providers-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:10:\"width-unit\";s:1:\"%\";s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hosting-providers-2-text\";a:3:{s:3:\"key\";s:24:\"hosting-providers-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:4:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";}}s:23:\"hosting-contact-3-title\";a:3:{s:3:\"key\";s:23:\"hosting-contact-3-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:22:\"hosting-contact-3-text\";a:3:{s:3:\"key\";s:22:\"hosting-contact-3-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:1:\"4\";}}s:26:\"hosting-contact-3-textlink\";a:4:{s:3:\"key\";s:26:\"hosting-contact-3-textlink\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(4)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:15:\"text-decoration\";s:4:\"none\";}s:5:\"hover\";a:1:{s:15:\"text-decoration\";s:9:\"underline\";}}s:11:\"toggle-4605\";a:3:{s:3:\"key\";s:11:\"toggle-4605\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:17:\"toggle_icon_color\";s:8:\"color(4)\";s:16:\"toggle_icon_size\";s:2:\"12\";s:11:\"margin-left\";s:3:\"-16\";s:13:\"margin-bottom\";s:1:\"8\";s:5:\"color\";s:8:\"color(4)\";}}s:20:\"toggle-4605-expanded\";a:3:{s:3:\"key\";s:20:\"toggle-4605-expanded\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:0:{}}s:25:\"hosting-accordion-1-title\";a:4:{s:3:\"key\";s:25:\"hosting-accordion-1-title\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:14:\"flex-direction\";s:5:\"unset\";}}}s:8:\"original\";a:11:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.6\";s:19:\"border-bottom-style\";s:6:\"dashed\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-color\";s:8:\"color(4)\";s:14:\"flex-direction\";s:5:\"unset\";s:7:\"display\";s:11:\"inline-flex\";s:10:\"text-align\";s:4:\"left\";}}s:24:\"hosting-accordion-1-text\";a:3:{s:3:\"key\";s:24:\"hosting-accordion-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";s:13:\"margin-bottom\";s:2:\"16\";}}s:20:\"hosting-hero-1-image\";a:4:{s:3:\"key\";s:20:\"hosting-hero-1-image\";s:6:\"parent\";s:7:\"hosting\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:5:\"33.33\";}}}s:8:\"original\";a:3:{s:5:\"width\";s:2:\"16\";s:7:\"opacity\";s:3:\"0.5\";s:10:\"width-unit\";s:1:\"%\";}}s:23:\"hosting-price-1-wrapper\";a:3:{s:3:\"key\";s:23:\"hosting-price-1-wrapper\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:21:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(3)\";s:13:\"border-radius\";s:1:\"5\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";s:16:\"border-top-color\";s:8:\"color(8)\";s:16:\"border-top-width\";s:1:\"5\";s:16:\"border-top-style\";s:5:\"solid\";s:11:\"padding-top\";s:2:\"30\";s:12:\"padding-left\";s:2:\"30\";s:13:\"padding-right\";s:2:\"30\";s:14:\"padding-bottom\";s:2:\"30\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:7:\"stretch\";s:10:\"text-align\";s:4:\"left\";}}s:22:\"hosting-pricing-1-icon\";a:3:{s:3:\"key\";s:22:\"hosting-pricing-1-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(4)\";s:13:\"margin-bottom\";s:2:\"12\";}}s:23:\"hosting-pricing-1-title\";a:3:{s:3:\"key\";s:23:\"hosting-pricing-1-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"8\";}}s:22:\"hosting-pricing-1-text\";a:3:{s:3:\"key\";s:22:\"hosting-pricing-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"12\";s:9:\"max-width\";s:3:\"360\";}}s:23:\"hosting-pricing-1-month\";a:3:{s:3:\"key\";s:23:\"hosting-pricing-1-month\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(1)\";s:9:\"font-size\";s:2:\"12\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"24\";}}s:22:\"hosting-slider-1-slide\";a:3:{s:3:\"key\";s:22:\"hosting-slider-1-slide\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:16:\"background-color\";s:8:\"color(3)\";s:16:\"box-shadow-color\";s:8:\"color(6)\";s:16:\"box-shadow-inset\";s:5:\"false\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"0\";s:15:\"box-shadow-blur\";s:1:\"5\";s:13:\"border-radius\";s:1:\"5\";}}s:22:\"hosting-slider-1-image\";a:3:{s:3:\"key\";s:22:\"hosting-slider-1-image\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:1:{s:9:\"transform\";a:1:{i:0;a:1:{s:14:\"transform-type\";s:6:\"rotate\";}}}}s:21:\"hosting-slider-1-text\";a:3:{s:3:\"key\";s:21:\"hosting-slider-1-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(5)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:13:\"margin-bottom\";s:2:\"24\";s:10:\"font-style\";s:6:\"italic\";}}s:26:\"hosting-iconblock-2-column\";a:3:{s:3:\"key\";s:26:\"hosting-iconblock-2-column\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:24:\"hosting-iconblock-3-icon\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-3-icon\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:3:{s:13:\"margin-bottom\";s:2:\"12\";s:9:\"icon-size\";s:2:\"48\";s:10:\"icon-color\";s:8:\"color(3)\";}}s:25:\"hosting-iconblock-2-title\";a:3:{s:3:\"key\";s:25:\"hosting-iconblock-2-title\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.2\";s:13:\"margin-bottom\";s:1:\"4\";}}s:24:\"hosting-iconblock-2-text\";a:3:{s:3:\"key\";s:24:\"hosting-iconblock-2-text\";s:6:\"parent\";s:7:\"hosting\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:9:\"max-width\";s:3:\"360\";}}}', 'yes'),
(233, 'ct_style_sheets', 'a:1:{i:0;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:7:\"hosting\";s:6:\"status\";i:1;s:6:\"folder\";i:1;}}', 'yes'),
(234, 'ct_global_settings', 'a:11:{s:5:\"fonts\";a:2:{s:4:\"Text\";s:9:\"Maven Pro\";s:7:\"Display\";s:7:\"Raleway\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:15:\"indicateParents\";s:4:\"true\";s:21:\"classSuggestionsLimit\";s:1:\"5\";s:8:\"headings\";a:6:{s:2:\"H1\";a:4:{s:9:\"font-size\";s:2:\"36\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#404040\";}s:2:\"H2\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H3\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H4\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H5\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H6\";a:4:{s:9:\"font-size\";s:0:\"\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:9:\"body_text\";a:5:{s:9:\"font-size\";s:2:\"16\";s:14:\"font-size-unit\";s:2:\"px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:5:\"color\";s:7:\"#404040\";}s:5:\"links\";a:4:{s:3:\"all\";a:5:{s:5:\"color\";s:8:\"color(4)\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:4:\"none\";s:11:\"hover_color\";s:8:\"color(1)\";s:21:\"hover_text-decoration\";s:4:\"none\";}s:9:\"text_link\";a:5:{s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:21:\"hover_text-decoration\";s:0:\"\";}s:12:\"link_wrapper\";a:0:{}s:6:\"button\";a:0:{}}s:8:\"sections\";a:8:{s:21:\"container-padding-top\";s:2:\"75\";s:26:\"container-padding-top-unit\";s:2:\"px\";s:24:\"container-padding-bottom\";s:2:\"75\";s:29:\"container-padding-bottom-unit\";s:2:\"px\";s:22:\"container-padding-left\";s:2:\"20\";s:27:\"container-padding-left-unit\";s:2:\"px\";s:23:\"container-padding-right\";s:2:\"20\";s:28:\"container-padding-right-unit\";s:2:\"px\";}s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:9:\"max-width\";s:4:\"1120\";s:11:\"breakpoints\";a:3:{s:6:\"tablet\";s:3:\"992\";s:15:\"phone-landscape\";s:3:\"768\";s:14:\"phone-portrait\";s:3:\"480\";}}', 'yes'),
(235, 'ct_style_sets', 'a:1:{s:30:\"Uncategorized Custom Selectors\";a:1:{s:3:\"key\";s:30:\"Uncategorized Custom Selectors\";}}', 'yes'),
(236, 'ct_custom_selectors', 'a:0:{}', 'yes'),
(239, 'oxygen_private_key', '$;Bl@NL/>8,J%X4t0~.Koi?ZQh4|dxD_', 'yes'),
(240, 'oxygen_vsb_css_files_state', 'a:11:{i:9;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:67:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/default-post-9.css\";s:4:\"path\";s:80:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/default-post-9.css\";s:14:\"last_save_time\";i:1600914272;}i:10;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:63:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/archive-10.css\";s:4:\"path\";s:76:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/archive-10.css\";s:14:\"last_save_time\";i:1600914272;}i:11;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/other-single-11.css\";s:4:\"path\";s:81:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/other-single-11.css\";s:14:\"last_save_time\";i:1600914272;}i:12;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/default-page-12.css\";s:4:\"path\";s:81:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/default-page-12.css\";s:14:\"last_save_time\";i:1600914272;}i:13;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:60:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/main-13.css\";s:4:\"path\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/main-13.css\";s:14:\"last_save_time\";i:1602430199;}i:14;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/about-14.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/about-14.css\";s:14:\"last_save_time\";i:1600914274;}i:15;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:64:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/features-15.css\";s:4:\"path\";s:77:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/features-15.css\";s:14:\"last_save_time\";i:1600914274;}i:16;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:64:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/products-16.css\";s:4:\"path\";s:77:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/products-16.css\";s:14:\"last_save_time\";i:1600914274;}i:17;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:61:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/login-17.css\";s:4:\"path\";s:74:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/login-17.css\";s:14:\"last_save_time\";i:1600914274;}i:19;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:63:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/contact-19.css\";s:4:\"path\";s:76:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/contact-19.css\";s:14:\"last_save_time\";i:1600914274;}i:21;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:60:\"//newgen.stun.tech/wp-content/uploads/oxygen/css/home-21.css\";s:4:\"path\";s:73:\"/home/thrill16/newgen.stun.tech/wp-content/uploads/oxygen/css/home-21.css\";s:14:\"last_save_time\";i:1602833920;}}', 'yes'),
(485, 'category_children', 'a:0:{}', 'yes'),
(242, 'ct_style_folders', 'a:2:{s:7:\"hosting\";a:2:{s:3:\"key\";s:7:\"hosting\";s:6:\"status\";i:1;}s:6:\"atomic\";a:2:{s:3:\"key\";s:6:\"atomic\";s:6:\"status\";i:1;}}', 'yes'),
(243, 'ct_last_installed_default_data', 'hosting', 'yes'),
(251, 'oxygen_vsb_easy_posts_templates', 'a:0:{}', 'yes'),
(252, 'oxygen_vsb_comments_list_templates', 'a:0:{}', 'yes'),
(253, 'oxygen_vsb_latest_typekit_fonts', 'a:0:{}', 'yes'),
(254, 'oxygen_breakpoints_cache_update_required', '1', 'yes');
INSERT INTO `wvnksb_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(255, 'oxygen_vsb_google_fonts_cache', 'a:1003:{i:0;a:2:{s:6:\"family\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:1;a:2:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:2;a:2:{s:6:\"family\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:3;a:2:{s:6:\"family\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:4;a:2:{s:6:\"family\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:5;a:2:{s:6:\"family\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:6;a:2:{s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:7;a:2:{s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:8;a:2:{s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:9;a:2:{s:6:\"family\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:10;a:2:{s:6:\"family\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:11;a:2:{s:6:\"family\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:12;a:2:{s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:13;a:2:{s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:14;a:2:{s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:15;a:2:{s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:16;a:2:{s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:17;a:2:{s:6:\"family\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}}i:18;a:2:{s:6:\"family\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:19;a:2:{s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:20;a:2:{s:6:\"family\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:21;a:2:{s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:22;a:2:{s:6:\"family\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:23;a:2:{s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:24;a:2:{s:6:\"family\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}}i:25;a:2:{s:6:\"family\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:26;a:2:{s:6:\"family\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:27;a:2:{s:6:\"family\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:28;a:2:{s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:29;a:2:{s:6:\"family\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}}i:30;a:2:{s:6:\"family\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:31;a:2:{s:6:\"family\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:32;a:2:{s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:33;a:2:{s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:34;a:2:{s:6:\"family\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:35;a:2:{s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:36;a:2:{s:6:\"family\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:37;a:2:{s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:38;a:2:{s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:39;a:2:{s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:40;a:2:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:41;a:2:{s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:42;a:2:{s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:43;a:2:{s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:44;a:2:{s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:45;a:2:{s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:46;a:2:{s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:47;a:2:{s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:48;a:2:{s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:49;a:2:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:50;a:2:{s:6:\"family\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:51;a:2:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:52;a:2:{s:6:\"family\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:53;a:2:{s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:54;a:2:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:55;a:2:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:56;a:2:{s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:57;a:2:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:58;a:2:{s:6:\"family\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:59;a:2:{s:6:\"family\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:60;a:2:{s:6:\"family\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:61;a:2:{s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:62;a:2:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:63;a:2:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:64;a:2:{s:6:\"family\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:65;a:2:{s:6:\"family\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:66;a:2:{s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:67;a:2:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:68;a:2:{s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}}i:69;a:2:{s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:70;a:2:{s:6:\"family\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:71;a:2:{s:6:\"family\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:72;a:2:{s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:73;a:2:{s:6:\"family\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:74;a:2:{s:6:\"family\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:75;a:2:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:76;a:2:{s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:77;a:2:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:78;a:2:{s:6:\"family\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:79;a:2:{s:6:\"family\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:80;a:2:{s:6:\"family\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:81;a:2:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:82;a:2:{s:6:\"family\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:83;a:2:{s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:84;a:2:{s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}}i:85;a:2:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:86;a:2:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:87;a:2:{s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:88;a:2:{s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:89;a:2:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:90;a:2:{s:6:\"family\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:91;a:2:{s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:92;a:2:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:93;a:2:{s:6:\"family\";s:9:\"Assistant\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:94;a:2:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:95;a:2:{s:6:\"family\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:96;a:2:{s:6:\"family\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:97;a:2:{s:6:\"family\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:98;a:2:{s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:99;a:2:{s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:100;a:2:{s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:101;a:2:{s:6:\"family\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:102;a:2:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:103;a:2:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:104;a:2:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:105;a:2:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:106;a:2:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:107;a:2:{s:6:\"family\";s:6:\"Caveat\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:108;a:2:{s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:109;a:2:{s:6:\"family\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:110;a:2:{s:6:\"family\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:111;a:2:{s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:112;a:2:{s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:113;a:2:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:114;a:2:{s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:115;a:2:{s:6:\"family\";s:7:\"Archivo\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:116;a:2:{s:6:\"family\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:117;a:2:{s:6:\"family\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:118;a:2:{s:6:\"family\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:119;a:2:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:120;a:2:{s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:121;a:2:{s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:122;a:2:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:123;a:2:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:124;a:2:{s:6:\"family\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:125;a:2:{s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:126;a:2:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:127;a:2:{s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:128;a:2:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:129;a:2:{s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:130;a:2:{s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:131;a:2:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:132;a:2:{s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:133;a:2:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:134;a:2:{s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:135;a:2:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:136;a:2:{s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:137;a:2:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:138;a:2:{s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:139;a:2:{s:6:\"family\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:140;a:2:{s:6:\"family\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:141;a:2:{s:6:\"family\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:142;a:2:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:143;a:2:{s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:144;a:2:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:145;a:2:{s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:146;a:2:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:147;a:2:{s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:148;a:2:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:149;a:2:{s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:150;a:2:{s:6:\"family\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:151;a:2:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:152;a:2:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:153;a:2:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:154;a:2:{s:6:\"family\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:155;a:2:{s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:156;a:2:{s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:157;a:2:{s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:158;a:2:{s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:159;a:2:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:160;a:2:{s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:161;a:2:{s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:162;a:2:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:163;a:2:{s:6:\"family\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:164;a:2:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:165;a:2:{s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:166;a:2:{s:6:\"family\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:167;a:2:{s:6:\"family\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:168;a:2:{s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:169;a:2:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:170;a:2:{s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:171;a:2:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:172;a:2:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:173;a:2:{s:6:\"family\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:174;a:2:{s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:175;a:2:{s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:176;a:2:{s:6:\"family\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"800\";}}i:177;a:2:{s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:178;a:2:{s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:179;a:2:{s:6:\"family\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:180;a:2:{s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:181;a:2:{s:6:\"family\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:182;a:2:{s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:183;a:2:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:184;a:2:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:185;a:2:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:186;a:2:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:187;a:2:{s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:188;a:2:{s:6:\"family\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:189;a:2:{s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:190;a:2:{s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:191;a:2:{s:6:\"family\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:192;a:2:{s:6:\"family\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:193;a:2:{s:6:\"family\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:194;a:2:{s:6:\"family\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:195;a:2:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:196;a:2:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:197;a:2:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:198;a:2:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:199;a:2:{s:6:\"family\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:200;a:2:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:201;a:2:{s:6:\"family\";s:5:\"Saira\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:202;a:2:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:203;a:2:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:204;a:2:{s:6:\"family\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:205;a:2:{s:6:\"family\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:206;a:2:{s:6:\"family\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:207;a:2:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:208;a:2:{s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:209;a:2:{s:6:\"family\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:210;a:2:{s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:211;a:2:{s:6:\"family\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:212;a:2:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:213;a:2:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:214;a:2:{s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:215;a:2:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:216;a:2:{s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:217;a:2:{s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:218;a:2:{s:6:\"family\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:219;a:2:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:220;a:2:{s:6:\"family\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:221;a:2:{s:6:\"family\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:222;a:2:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:223;a:2:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:224;a:2:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:225;a:2:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:226;a:2:{s:6:\"family\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:227;a:2:{s:6:\"family\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:228;a:2:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:229;a:2:{s:6:\"family\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:230;a:2:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:231;a:2:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:232;a:2:{s:6:\"family\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:233;a:2:{s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:234;a:2:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:235;a:2:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:236;a:2:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:237;a:2:{s:6:\"family\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:238;a:2:{s:6:\"family\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:239;a:2:{s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:240;a:2:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:241;a:2:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:242;a:2:{s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:243;a:2:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:244;a:2:{s:6:\"family\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:245;a:2:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:246;a:2:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:247;a:2:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:248;a:2:{s:6:\"family\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:249;a:2:{s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:250;a:2:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:251;a:2:{s:6:\"family\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:252;a:2:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:253;a:2:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:254;a:2:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:255;a:2:{s:6:\"family\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:256;a:2:{s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:257;a:2:{s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:258;a:2:{s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"900\";}}i:259;a:2:{s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:260;a:2:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:261;a:2:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:262;a:2:{s:6:\"family\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:263;a:2:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:264;a:2:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:265;a:2:{s:6:\"family\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:266;a:2:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:267;a:2:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:268;a:2:{s:6:\"family\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:269;a:2:{s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:270;a:2:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:271;a:2:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:272;a:2:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:273;a:2:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:274;a:2:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:275;a:2:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:276;a:2:{s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:277;a:2:{s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:278;a:2:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:279;a:2:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:280;a:2:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:281;a:2:{s:6:\"family\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:282;a:2:{s:6:\"family\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:283;a:2:{s:6:\"family\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:284;a:2:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:285;a:2:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:286;a:2:{s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:287;a:2:{s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:288;a:2:{s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:289;a:2:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:290;a:2:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:291;a:2:{s:6:\"family\";s:15:\"Red Hat Display\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:292;a:2:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:293;a:2:{s:6:\"family\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:294;a:2:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:295;a:2:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:296;a:2:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:297;a:2:{s:6:\"family\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:298;a:2:{s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:299;a:2:{s:6:\"family\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:300;a:2:{s:6:\"family\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:301;a:2:{s:6:\"family\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:302;a:2:{s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:303;a:2:{s:6:\"family\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:304;a:2:{s:6:\"family\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:305;a:2:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:306;a:2:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:307;a:2:{s:6:\"family\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:308;a:2:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:309;a:2:{s:6:\"family\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:310;a:2:{s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:311;a:2:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:312;a:2:{s:6:\"family\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:313;a:2:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:314;a:2:{s:6:\"family\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:315;a:2:{s:6:\"family\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:316;a:2:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:317;a:2:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:318;a:2:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:319;a:2:{s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:320;a:2:{s:6:\"family\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:321;a:2:{s:6:\"family\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:322;a:2:{s:6:\"family\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:323;a:2:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:324;a:2:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:325;a:2:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:326;a:2:{s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:327;a:2:{s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:328;a:2:{s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:329;a:2:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:330;a:2:{s:6:\"family\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:331;a:2:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:332;a:2:{s:6:\"family\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:333;a:2:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:334;a:2:{s:6:\"family\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:335;a:2:{s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:336;a:2:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:337;a:2:{s:6:\"family\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:338;a:2:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:339;a:2:{s:6:\"family\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:340;a:2:{s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:341;a:2:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:342;a:2:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:343;a:2:{s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:344;a:2:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:345;a:2:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:346;a:2:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:347;a:2:{s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:348;a:2:{s:6:\"family\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:349;a:2:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:350;a:2:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:351;a:2:{s:6:\"family\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:352;a:2:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:353;a:2:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:354;a:2:{s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:355;a:2:{s:6:\"family\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}}i:356;a:2:{s:6:\"family\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:357;a:2:{s:6:\"family\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:358;a:2:{s:6:\"family\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:359;a:2:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:360;a:2:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:361;a:2:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:362;a:2:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:363;a:2:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:364;a:2:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:365;a:2:{s:6:\"family\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:366;a:2:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:367;a:2:{s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:368;a:2:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:369;a:2:{s:6:\"family\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:370;a:2:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:371;a:2:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:372;a:2:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:373;a:2:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:374;a:2:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:375;a:2:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:376;a:2:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:377;a:2:{s:6:\"family\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:378;a:2:{s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:379;a:2:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:380;a:2:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:381;a:2:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:382;a:2:{s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:383;a:2:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:384;a:2:{s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:385;a:2:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:386;a:2:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:387;a:2:{s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:388;a:2:{s:6:\"family\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:389;a:2:{s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:390;a:2:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:391;a:2:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:392;a:2:{s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:393;a:2:{s:6:\"family\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:394;a:2:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:395;a:2:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:396;a:2:{s:6:\"family\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:397;a:2:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:398;a:2:{s:6:\"family\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:399;a:2:{s:6:\"family\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:400;a:2:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:401;a:2:{s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:402;a:2:{s:6:\"family\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:403;a:2:{s:6:\"family\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:404;a:2:{s:6:\"family\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:405;a:2:{s:6:\"family\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:406;a:2:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:407;a:2:{s:6:\"family\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:408;a:2:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:409;a:2:{s:6:\"family\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:410;a:2:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:411;a:2:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:412;a:2:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:413;a:2:{s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:414;a:2:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:415;a:2:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:416;a:2:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:417;a:2:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:418;a:2:{s:6:\"family\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:419;a:2:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:420;a:2:{s:6:\"family\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:421;a:2:{s:6:\"family\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:422;a:2:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:423;a:2:{s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:424;a:2:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:425;a:2:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:426;a:2:{s:6:\"family\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:427;a:2:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:428;a:2:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:429;a:2:{s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:430;a:2:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:431;a:2:{s:6:\"family\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:432;a:2:{s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:433;a:2:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:434;a:2:{s:6:\"family\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:435;a:2:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:436;a:2:{s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:437;a:2:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:438;a:2:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:439;a:2:{s:6:\"family\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:440;a:2:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:441;a:2:{s:6:\"family\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:442;a:2:{s:6:\"family\";s:12:\"Red Hat Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:443;a:2:{s:6:\"family\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:444;a:2:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:445;a:2:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:446;a:2:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:447;a:2:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:448;a:2:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:449;a:2:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:450;a:2:{s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:451;a:2:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:452;a:2:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:453;a:2:{s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:454;a:2:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:455;a:2:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:456;a:2:{s:6:\"family\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:457;a:2:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:458;a:2:{s:6:\"family\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}}i:459;a:2:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:460;a:2:{s:6:\"family\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:461;a:2:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:462;a:2:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:463;a:2:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:464;a:2:{s:6:\"family\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:465;a:2:{s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}}i:466;a:2:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:467;a:2:{s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:468;a:2:{s:6:\"family\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:469;a:2:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:470;a:2:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:471;a:2:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:472;a:2:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:473;a:2:{s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:474;a:2:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:475;a:2:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:476;a:2:{s:6:\"family\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:477;a:2:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:478;a:2:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:479;a:2:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:480;a:2:{s:6:\"family\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:481;a:2:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:482;a:2:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:483;a:2:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:484;a:2:{s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:485;a:2:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:486;a:2:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:487;a:2:{s:6:\"family\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:488;a:2:{s:6:\"family\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:489;a:2:{s:6:\"family\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:490;a:2:{s:6:\"family\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:491;a:2:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:492;a:2:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:493;a:2:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:494;a:2:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:495;a:2:{s:6:\"family\";s:8:\"Red Rose\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:496;a:2:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:497;a:2:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:498;a:2:{s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:499;a:2:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:500;a:2:{s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:501;a:2:{s:6:\"family\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:502;a:2:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:503;a:2:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:504;a:2:{s:6:\"family\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:505;a:2:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:506;a:2:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:507;a:2:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:508;a:2:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:509;a:2:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:510;a:2:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:511;a:2:{s:6:\"family\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:512;a:2:{s:6:\"family\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:513;a:2:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:514;a:2:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:515;a:2:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:516;a:2:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:517;a:2:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:518;a:2:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:519;a:2:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:520;a:2:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:521;a:2:{s:6:\"family\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:522;a:2:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:523;a:2:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:524;a:2:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:525;a:2:{s:6:\"family\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:526;a:2:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:527;a:2:{s:6:\"family\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:528;a:2:{s:6:\"family\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:529;a:2:{s:6:\"family\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:530;a:2:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:531;a:2:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:532;a:2:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:533;a:2:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:534;a:2:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:535;a:2:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:536;a:2:{s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:537;a:2:{s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:538;a:2:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:539;a:2:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:540;a:2:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:541;a:2:{s:6:\"family\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:542;a:2:{s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:543;a:2:{s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:544;a:2:{s:6:\"family\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:545;a:2:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:546;a:2:{s:6:\"family\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:547;a:2:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:548;a:2:{s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:549;a:2:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:550;a:2:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:551;a:2:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:552;a:2:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:553;a:2:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:554;a:2:{s:6:\"family\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:555;a:2:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:556;a:2:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:557;a:2:{s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:558;a:2:{s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:559;a:2:{s:6:\"family\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:560;a:2:{s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:561;a:2:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:562;a:2:{s:6:\"family\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";}}i:563;a:2:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:564;a:2:{s:6:\"family\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:565;a:2:{s:6:\"family\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:566;a:2:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:567;a:2:{s:6:\"family\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:568;a:2:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:569;a:2:{s:6:\"family\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:570;a:2:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:571;a:2:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:572;a:2:{s:6:\"family\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:573;a:2:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:574;a:2:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:575;a:2:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:576;a:2:{s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:577;a:2:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:578;a:2:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:579;a:2:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:580;a:2:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:581;a:2:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:582;a:2:{s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:583;a:2:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:584;a:2:{s:6:\"family\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:585;a:2:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:586;a:2:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:587;a:2:{s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:588;a:2:{s:6:\"family\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:589;a:2:{s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:590;a:2:{s:6:\"family\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:591;a:2:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:592;a:2:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:593;a:2:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:594;a:2:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:595;a:2:{s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:596;a:2:{s:6:\"family\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:597;a:2:{s:6:\"family\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:598;a:2:{s:6:\"family\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:599;a:2:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:600;a:2:{s:6:\"family\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:601;a:2:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:602;a:2:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:603;a:2:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:604;a:2:{s:6:\"family\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:605;a:2:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:606;a:2:{s:6:\"family\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:607;a:2:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:608;a:2:{s:6:\"family\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:609;a:2:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:610;a:2:{s:6:\"family\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:611;a:2:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:612;a:2:{s:6:\"family\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:613;a:2:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:614;a:2:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:615;a:2:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:616;a:2:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:617;a:2:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:618;a:2:{s:6:\"family\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:619;a:2:{s:6:\"family\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:620;a:2:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:621;a:2:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:622;a:2:{s:6:\"family\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:623;a:2:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:624;a:2:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:625;a:2:{s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:626;a:2:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:627;a:2:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:628;a:2:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:629;a:2:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:630;a:2:{s:6:\"family\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:631;a:2:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:632;a:2:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:633;a:2:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:634;a:2:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:635;a:2:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:636;a:2:{s:6:\"family\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:637;a:2:{s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:638;a:2:{s:6:\"family\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:639;a:2:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:640;a:2:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:641;a:2:{s:6:\"family\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:642;a:2:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:643;a:2:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:644;a:2:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:645;a:2:{s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:646;a:2:{s:6:\"family\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:647;a:2:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:648;a:2:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:649;a:2:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:650;a:2:{s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:651;a:2:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:652;a:2:{s:6:\"family\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:653;a:2:{s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:654;a:2:{s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:655;a:2:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:656;a:2:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:657;a:2:{s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:658;a:2:{s:6:\"family\";s:10:\"Be Vietnam\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:659;a:2:{s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:660;a:2:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:661;a:2:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:662;a:2:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:663;a:2:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:664;a:2:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:665;a:2:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:666;a:2:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:667;a:2:{s:6:\"family\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:668;a:2:{s:6:\"family\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:669;a:2:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:670;a:2:{s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:671;a:2:{s:6:\"family\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:672;a:2:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:673;a:2:{s:6:\"family\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:674;a:2:{s:6:\"family\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:675;a:2:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:676;a:2:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:677;a:2:{s:6:\"family\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:678;a:2:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:679;a:2:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:680;a:2:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:681;a:2:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:682;a:2:{s:6:\"family\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:683;a:2:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:684;a:2:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:685;a:2:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:686;a:2:{s:6:\"family\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:687;a:2:{s:6:\"family\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:688;a:2:{s:6:\"family\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:689;a:2:{s:6:\"family\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:690;a:2:{s:6:\"family\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:691;a:2:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:692;a:2:{s:6:\"family\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:693;a:2:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:694;a:2:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:695;a:2:{s:6:\"family\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:696;a:2:{s:6:\"family\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:697;a:2:{s:6:\"family\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:698;a:2:{s:6:\"family\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:699;a:2:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:700;a:2:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:701;a:2:{s:6:\"family\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:702;a:2:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:703;a:2:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:704;a:2:{s:6:\"family\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:705;a:2:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:706;a:2:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:707;a:2:{s:6:\"family\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:708;a:2:{s:6:\"family\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:709;a:2:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:710;a:2:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:711;a:2:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:712;a:2:{s:6:\"family\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:713;a:2:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:714;a:2:{s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:715;a:2:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:716;a:2:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:717;a:2:{s:6:\"family\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:718;a:2:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:719;a:2:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:720;a:2:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:721;a:2:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:722;a:2:{s:6:\"family\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:723;a:2:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:724;a:2:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:725;a:2:{s:6:\"family\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:726;a:2:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:727;a:2:{s:6:\"family\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:728;a:2:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:729;a:2:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:730;a:2:{s:6:\"family\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:731;a:2:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:732;a:2:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:733;a:2:{s:6:\"family\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:734;a:2:{s:6:\"family\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:735;a:2:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:736;a:2:{s:6:\"family\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:737;a:2:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:738;a:2:{s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:739;a:2:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:740;a:2:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:741;a:2:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:742;a:2:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:743;a:2:{s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:744;a:2:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:745;a:2:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:746;a:2:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:747;a:2:{s:6:\"family\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:748;a:2:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:749;a:2:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:750;a:2:{s:6:\"family\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:751;a:2:{s:6:\"family\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:752;a:2:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:753;a:2:{s:6:\"family\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:754;a:2:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:755;a:2:{s:6:\"family\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:756;a:2:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:757;a:2:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:758;a:2:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:759;a:2:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:760;a:2:{s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:761;a:2:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:762;a:2:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:763;a:2:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:764;a:2:{s:6:\"family\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:765;a:2:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:766;a:2:{s:6:\"family\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:767;a:2:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:768;a:2:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:769;a:2:{s:6:\"family\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:770;a:2:{s:6:\"family\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:771;a:2:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:772;a:2:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:773;a:2:{s:6:\"family\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:774;a:2:{s:6:\"family\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:775;a:2:{s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:776;a:2:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:777;a:2:{s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}}i:778;a:2:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:779;a:2:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:780;a:2:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:781;a:2:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:782;a:2:{s:6:\"family\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:783;a:2:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:784;a:2:{s:6:\"family\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:785;a:2:{s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:786;a:2:{s:6:\"family\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:787;a:2:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}}i:788;a:2:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:789;a:2:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:790;a:2:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:791;a:2:{s:6:\"family\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:792;a:2:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}}i:793;a:2:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:794;a:2:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:795;a:2:{s:6:\"family\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:796;a:2:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:797;a:2:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:798;a:2:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:799;a:2:{s:6:\"family\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:800;a:2:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:801;a:2:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:802;a:2:{s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:803;a:2:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:804;a:2:{s:6:\"family\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:805;a:2:{s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:806;a:2:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:807;a:2:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:808;a:2:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:809;a:2:{s:6:\"family\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:810;a:2:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:811;a:2:{s:6:\"family\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:812;a:2:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:813;a:2:{s:6:\"family\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:814;a:2:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:815;a:2:{s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:816;a:2:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:817;a:2:{s:6:\"family\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:818;a:2:{s:6:\"family\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:819;a:2:{s:6:\"family\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:820;a:2:{s:6:\"family\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:821;a:2:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:822;a:2:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:823;a:2:{s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:824;a:2:{s:6:\"family\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:825;a:2:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:826;a:2:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:827;a:2:{s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:828;a:2:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:829;a:2:{s:6:\"family\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:830;a:2:{s:6:\"family\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:831;a:2:{s:6:\"family\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:832;a:2:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:833;a:2:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:834;a:2:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:835;a:2:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:836;a:2:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:837;a:2:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:838;a:2:{s:6:\"family\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:839;a:2:{s:6:\"family\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:840;a:2:{s:6:\"family\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:841;a:2:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:842;a:2:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}}i:843;a:2:{s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:844;a:2:{s:6:\"family\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:845;a:2:{s:6:\"family\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:846;a:2:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:847;a:2:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:848;a:2:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:849;a:2:{s:6:\"family\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:850;a:2:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:851;a:2:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:852;a:2:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:853;a:2:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:854;a:2:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:855;a:2:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:856;a:2:{s:6:\"family\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:857;a:2:{s:6:\"family\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:858;a:2:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:859;a:2:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:860;a:2:{s:6:\"family\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:861;a:2:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:862;a:2:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:863;a:2:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:864;a:2:{s:6:\"family\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:865;a:2:{s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:866;a:2:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:867;a:2:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:868;a:2:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:869;a:2:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:870;a:2:{s:6:\"family\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:871;a:2:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:872;a:2:{s:6:\"family\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:873;a:2:{s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:874;a:2:{s:6:\"family\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:875;a:2:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:876;a:2:{s:6:\"family\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:877;a:2:{s:6:\"family\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";}}i:878;a:2:{s:6:\"family\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:879;a:2:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:880;a:2:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:881;a:2:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:882;a:2:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:883;a:2:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:884;a:2:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:885;a:2:{s:6:\"family\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:886;a:2:{s:6:\"family\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:887;a:2:{s:6:\"family\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:888;a:2:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:889;a:2:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:890;a:2:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:891;a:2:{s:6:\"family\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:892;a:2:{s:6:\"family\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:893;a:2:{s:6:\"family\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:894;a:2:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:895;a:2:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:896;a:2:{s:6:\"family\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:897;a:2:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:898;a:2:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:899;a:2:{s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:900;a:2:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:901;a:2:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:902;a:2:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:903;a:2:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:904;a:2:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:905;a:2:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:906;a:2:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:907;a:2:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:908;a:2:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:909;a:2:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:910;a:2:{s:6:\"family\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:911;a:2:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:912;a:2:{s:6:\"family\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:913;a:2:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:914;a:2:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:915;a:2:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:916;a:2:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:917;a:2:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:918;a:2:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:919;a:2:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:920;a:2:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:921;a:2:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:922;a:2:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:923;a:2:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:924;a:2:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:925;a:2:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:926;a:2:{s:6:\"family\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:927;a:2:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:928;a:2:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:929;a:2:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:930;a:2:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:931;a:2:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:932;a:2:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:933;a:2:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:934;a:2:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:935;a:2:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:936;a:2:{s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:937;a:2:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:938;a:2:{s:6:\"family\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:939;a:2:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:940;a:2:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:941;a:2:{s:6:\"family\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:942;a:2:{s:6:\"family\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:943;a:2:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:944;a:2:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:945;a:2:{s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:946;a:2:{s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:947;a:2:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:948;a:2:{s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:949;a:2:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:950;a:2:{s:6:\"family\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:951;a:2:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:952;a:2:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:953;a:2:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:954;a:2:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:955;a:2:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:956;a:2:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:957;a:2:{s:6:\"family\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:958;a:2:{s:6:\"family\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:959;a:2:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:960;a:2:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:961;a:2:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:962;a:2:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:963;a:2:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:964;a:2:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:965;a:2:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:966;a:2:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:967;a:2:{s:6:\"family\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:968;a:2:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:969;a:2:{s:6:\"family\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:970;a:2:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:971;a:2:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:972;a:2:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:973;a:2:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:974;a:2:{s:6:\"family\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:975;a:2:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:976;a:2:{s:6:\"family\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:977;a:2:{s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:978;a:2:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:979;a:2:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:980;a:2:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:981;a:2:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:982;a:2:{s:6:\"family\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:983;a:2:{s:6:\"family\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:984;a:2:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:985;a:2:{s:6:\"family\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:986;a:2:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:987;a:2:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:988;a:2:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:989;a:2:{s:6:\"family\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:990;a:2:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:991;a:2:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:992;a:2:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:993;a:2:{s:6:\"family\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:994;a:2:{s:6:\"family\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:995;a:2:{s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:996;a:2:{s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:997;a:2:{s:6:\"family\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:998;a:2:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:999;a:2:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1000;a:2:{s:6:\"family\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1001;a:2:{s:6:\"family\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1002;a:2:{s:6:\"family\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}}', 'yes');
INSERT INTO `wvnksb_wpk0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(262, 'oxygen_global_colors_cache_update_required', '1', 'yes'),
(277, '_transient_health-check-site-status-result', '{\"good\":11,\"recommended\":9,\"critical\":0}', 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `wvnksb_wpk0_postmeta`
--

CREATE TABLE `wvnksb_wpk0_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wvnksb_wpk0_postmeta`
--

INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(11, 9, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'38a8ddb69d911976bb937e545faea8a1ebcf4fed89a829d430c512dbcb2771ed\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-111\",\"original\":{\"background-color\":\"color(4)\",\"background-image\":\"[oxygen ct_sign_sha256=\'a3917e03abdc9597a1609ca96f6dd37b937924bd930b4c48b1c4d1ac757ef56b\' data=\'featured_image\' ]\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(177,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(0,165,189,0.9)\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Hero Section\"}\'][ct_headline ct_sign_sha256=\'441dd868f003323c434e9c2092d919fdf1159c7fd36ccb6d930985806f25478b\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"headline-10-111\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'c92336085c748cc3ed55848197c9ab1d4d8e0c0e5c4a92c1ed4854a82643314a\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-111\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'6560b861762565cf541264f34313d4717f55b07e4ed0dcb9664845e39e4f3608\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"text_block-12-111\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'48a0322c502dfa8385c5720ed21dac5f601354e8ec729a3673dcb761d5c6e809\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-111\"}\'][oxygen ct_sign_sha256=\'f8aae5be7515150c44fb6dd2f7eae7a5c2ce154b0cb6eb022ac99185a940d66e\' data=\'date\' ][/ct_span][/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'dbac85ca31754dcbad8bc39acead23dd3e4a188f90b3e8e45ff7e7ea65b884c0\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-111\",\"original\":{\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\",\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"ct_category\":\"Blog\",\"nicename\":\"Blog Post Content\"}\'][ct_text_block ct_sign_sha256=\'f954361a52f80c15617bd08ac6c7a60eaeb292740314e73573cdadbbf8f64fd2\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-111\"}\'][ct_span ct_sign_sha256=\'e9e1b395247855b9118fefb457274f72d65c590a45c5d35bb415cc01e9c57547\' ct_options=\'{\"ct_id\":7,\"ct_parent\":5,\"selector\":\"span-7-111\",\"classes\":{\"0\":\"oxy-stock-content-styles\",\"1\":\"hosting-other-single\"},\"activeselector\":\"hosting-other-single\"}\'][oxygen ct_sign_sha256=\'c3b66dff1dc1557e12d3fd2d57a725778f4d675b3c1c49e4c49b402719b47fe0\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'26a2731efffd3fe98848372d027200c401289ae7ebf12d59f7bc57096635f666\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"code_block-4-111\",\"original\":{\"code-css\":\"Lmhvc3Rpbmctb3RoZXItc2luZ2xlIGgxLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgzLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg0LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg2IHsKCWNvbG9yOiAjMkE0NDVBOwogICAgbGluZS1oZWlnaHQ6IDEuMTsKICAgIGZvbnQtd2VpZ2h0OiA3MDA7CiAgICBtYXJnaW4tYm90dG9tOiAuMmVtOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDEgewogIGZvbnQtc2l6ZTogNjRweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyIHsKICBmb250LXNpemU6IDQwcHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoMyB7CiAgZm9udC1zaXplOiAzNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDQgewogIGZvbnQtc2l6ZTogMzJweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1IHsKICBmb250LXNpemU6IDI0cHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoNiB7CiAgZm9udC1zaXplOiAxNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIHRvcCBsZWZ0LCAjMDFBNUJDLCAjQUZEMTdFKTsKICBjb2xvcjogI2ZmZmZmZjsKICBwYWRkaW5nOiAxOHB4IDQycHg7CiAgbWFyZ2luLWxlZnQ6IDA7CiAgbWFyZ2luLXJpZ2h0OiAwOwogIGZvbnQtc2l6ZTogMTZweDsKICBsaW5lLWhlaWdodDogMS42ZW07CiAgZm9udC1zdHlsZTogaXRhbGljOwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBvbCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24tdGV4dCB7CiAgY29sb3I6IHJnYmEoMCwwLDAsMC4zKTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBhIHsKICBjb2xvcjogIzA3QURCNzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGE6aG92ZXIgewogIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwp9CgpwcmUgewogIHdoaXRlLXNwYWNlOiBub3JtYWwgIWltcG9ydGFudDsKICBjb2xvcjogcmdiYSgwLDAsMCwwLjMpOwp9Cg==\",\"code-php\":\"PCEtLSAtLT4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'3124d2a46053640813fae7b1465c74d8b7451d076c4bd98f0c5370417814b904\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-111\",\"original\":{\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\",\"background-color\":\"color(7)\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Blog Post Comments\",\"ct_category\":\"Blog\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][oxy_comments ct_sign_sha256=\'e462315ff68d692ddf5f85a4a3a9724969f7edc9b35c1b1e5f5490541bc9f10d\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_comments-15-111\",\"original\":{\"code-php\":\"PD9waHAKCmlmIChoYXZlX2NvbW1lbnRzKCkpIHsKCgk/PgoKCTxoMyBjbGFzcz0iY29tbWVudHMtdGl0bGUiPgoJCTw/cGhwCgkJZWNobyBPeHlnZW5fVlNCX0NvbW1lbnRzX0xpc3Q6OnV0aWxfdGl0bGUoKTsKCQk/PgoJPC9oMz4KCgk8b2wgY2xhc3M9ImNvbW1lbnRzLWxpc3QiPgoKCSAgICA8P3BocAoKCSAgICB3cF9saXN0X2NvbW1lbnRzKAoJICAgIAlhcnJheSgKCgkgICAgCQknc3R5bGUnID0+ICdvbCcsCgkgICAgCQknZm9ybWF0JyA9PiAnaHRtbDUnLAoJICAgIAkJJ2F2YXRhcl9zaXplJyA9PiAnMTAwJwoJICAgIAkpCgkgICAgKTsKCgkgICAgPz4KCgk8L29sPgoKCTxkaXYgY2xhc3M9ImNvbW1lbnRzLW5hdmlnYXRpb24iPgoJCTxkaXYgY2xhc3M9J3ByZXZpb3VzLWNvbW1lbnRzLWxpbmsnPjw/cGhwIHByZXZpb3VzX2NvbW1lbnRzX2xpbmsoKTsgPz48L2Rpdj4KCQk8ZGl2IGNsYXNzPSduZXh0LWNvbW1lbnRzLWxpbmsnPjw/cGhwIG5leHRfY29tbWVudHNfbGluaygpOyA/PjwvZGl2PgoJPC9kaXY+CgoJPD9waHAKCn0KCj8+\",\"code-css\":\"LmNvbW1lbnRzLXRpdGxlIHsKICBmb250LXNpemU6IDQwcHg7CiAgY29sb3I6ICMyQTQ0NUE7CiAgbGluZS1oZWlnaHQ6IDEuMTsKICB0ZXh0LWFsaWduOiBjZW50ZXI7CiAgbWFyZ2luLWJvdHRvbTogNDhweDsKICBkaXNwbGF5OiBibG9jazsKfQoKLmNvbW1lbnQtYm9keSB7CiAgYmFja2dyb3VuZDogd2hpdGU7CiAgYm94LXNoYWRvdzogcmdiYSgwLDAsMCwwLjEpIDAgMCA1cHg7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIHBhZGRpbmc6IDI4cHg7CiAgbWFyZ2luLWJvdHRvbTogMjBweCAhaW1wb3J0YW50Owp9CgpAbWVkaWEgKG1heC13aWR0aDogNzY4cHgpIHsKLm94eS1jb21tZW50cyBvbC5jaGlsZHJlbiB7CiAgICBtYXJnaW4tbGVmdDogMDsKICB9Cn0KCi5jb21tZW50LWNvbnRlbnQgewogIGNvbG9yOiAjNjY2OwogIGZvbnQtc2l6ZTogMTZweDsKfQoKLmNvbW1lbnQtcmVwbHktbGluayB7CiAgY29sb3I6ICMwN0FEQjc7CiAgZm9udC1zaXplOiAxNnB4ICFpbXBvcnRhbnQ7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBwYWRkaW5nOiAxMnB4IDMycHg7CiAgYm9yZGVyOiAycHggc29saWQgIzA3QURCNzsKICBib3JkZXItcmFkaXVzOiA1cHg7Cn0KCi5jb21tZW50LXJlcGx5LWxpbms6aG92ZXIgewogIHRyYW5zZm9ybTogc2NhbGUoMS4wNSwxLjA1KTsKfQoKLmF2YXRhciB7CiAgYm9yZGVyLXJhZGl1czogMTAwJTsKICBib3JkZXI6IDNweCBzb2xpZCAjOEVDOThBOwogIG1hcmdpbi1yaWdodDogMTJweCAhaW1wb3J0YW50Owp9CgouY29tbWVudC1hdXRob3IgewogIG1hcmdpbi1ib3R0b206IDE2cHg7CiAgZm9udC1mYW1pbHk6ICdSYWxld2F5JzsKICBjb2xvcjogIzJBNDQ1QTsKfQoKLmZuIHsKICBmb250LXdlaWdodDogOTAwOwp9CgouY29tbWVudC1tZXRhZGF0YSBhIHsKICBjb2xvcjogIzA3QURCNzsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgbWFyZ2luLXJpZ2h0OiAxMnB4Owp9CgouY29tbWVudC1tZXRhZGF0YSBhOmhvdmVyIHsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKLm94eS1jb21tZW50LWZvcm0gbGFiZWwgewogIGRpc3BsYXk6IG5vbmU7Cn0KCi5veHktY29tbWVudC1mb3JtIHRleHRhcmVhIHsKICBwYWRkaW5nOiAyMHB4OwogIHJlc2l6ZTogbm9uZTsKICBvdXRsaW5lOiBub25lOwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7Cn0KCi5veHktY29tbWVudC1mb3JtIHRleHRhcmVhOmZvY3VzIHsKICBib3gtc2hhZG93OiByZ2JhKDAsMCwwLDAuMikgMCAwIDEwcHg7Cn0KCi5veHktY29tbWVudC1mb3JtICNzdWJtaXQgewogIGJveC1zaGFkb3c6IDBweCAyNXB4IDIwcHggLTIwcHggcmdiYSgwLDAsMCwwLjIpICFpbXBvcnRhbnQ7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICB0cmFuc2l0aW9uOiBhbGwgZWFzZSAwLjJzOwogIG91dGxpbmU6IG5vbmU7Cn0KCi5veHktY29tbWVudC1mb3JtICNzdWJtaXQ6aG92ZXIgewogIHRyYW5zZm9ybTogc2NhbGUoMS4wNSwxLjA1KTsKfQoKLmNvbW1lbnQtcmVwbHktdGl0bGUgewogIGNvbG9yOiAjZmZmOwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgZm9udC1zaXplOiA0MHB4OwogIGxpbmUtaGVpZ2h0OiAxLjE7Cn0KCi5jb21tZW50LXJlcGx5LXRpdGxlIGEgewogIGNvbG9yOiByZ2JhKDI1NSwyNTUsMjU1LDAuNSk7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7Cn0KCi5jb21tZW50LXJlcGx5LXRpdGxlIGE6aG92ZXIgewogIGNvbG9yOiB3aGl0ZTsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKcC5sb2dnZWQtaW4tYXMgewogIG1hcmdpbi1ib3R0b206IDI4cHggIWltcG9ydGFudDsKICBjb2xvcjogdHJhbnNwYXJlbnQ7Cn0KCi5sb2dnZWQtaW4tYXMgYSB7CiAgY29sb3I6IHJnYmEoMjU1LDI1NSwyNTUsMC41KTsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBtYXJnaW46IDAgOHB4Owp9CgoubG9nZ2VkLWluLWFzIGE6aG92ZXIgewogIGNvbG9yOiB3aGl0ZTsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQ==\"},\"activeselector\":false}\'][/oxy_comments][oxy_comment_form ct_sign_sha256=\'5b8ccde26acc29e5d2ffbbf0a7089af4e293dadd7cb578bbbddca75024a58863\' ct_options=\'{\"ct_id\":16,\"ct_parent\":14,\"selector\":\"_comment_form-16-111\",\"original\":{\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"#b1d27d\"},\"1\":{\"position-unit\":\"px\",\"value\":\"#00a5bd\"}},\"linear-angle\":\"135\",\"gradient-type\":\"linear\"},\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"stretch\",\"padding-top\":\"28\",\"padding-left\":\"28\",\"padding-right\":\"28\",\"padding-bottom\":\"12\",\"border-radius\":\"5\",\"text-align\":\"center\",\"form_field_border_color\":\"color(3)\",\"field_border_radius\":\"5\",\"form_field_text_color\":\"color(5)\",\"submit_button_background_color\":\"color(4)\",\"submit_button_text_color\":\"color(3)\",\"color\":\"color(3)\"}}\'][/oxy_comment_form][/ct_section]'),
(12, 9, 'ct_template_type', ''),
(13, 9, 'ct_template_order', '1'),
(14, 9, 'ct_parent_template', '13'),
(15, 9, 'ct_template_single_all', ''),
(16, 9, 'ct_template_post_types', 'a:1:{i:0;s:4:\"post\";}'),
(17, 9, 'ct_use_template_taxonomies', ''),
(18, 9, 'ct_template_taxonomies', NULL),
(19, 9, 'ct_template_apply_if_post_of_parents', ''),
(20, 9, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(21, 9, 'ct_template_all_archives', ''),
(22, 9, 'ct_template_apply_if_archive_among_taxonomies', ''),
(23, 9, 'ct_template_archive_among_taxonomies', NULL),
(24, 9, 'ct_template_apply_if_archive_among_cpt', ''),
(25, 9, 'ct_template_archive_post_types', 'a:0:{}'),
(26, 9, 'ct_template_date_archive', ''),
(27, 9, 'ct_template_front_page', ''),
(28, 9, 'ct_template_blog_posts', ''),
(29, 9, 'ct_template_search_page', ''),
(30, 9, 'ct_template_404_page', ''),
(31, 9, 'ct_template_index', ''),
(32, 9, 'ct_template_inner_content', ''),
(33, 10, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'619f65b25d1550e57c0fb55afd969ee7a4b56ac26edf1119d4102c8b49d3ce2b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-106\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Blogposts Hero\",\"ct_category\":\"Blog\"}\'][ct_headline ct_sign_sha256=\'6f89c03a8f15c24738103441229e22457ea5bfbff22b13aa70c60f9a1c4d85b5\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-106\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our Blogposts[/ct_headline][ct_text_block ct_sign_sha256=\'98e4332da5ad2da893b2c152693d0c09642382a2cf4c6c1004ac773a111773c9\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"text_block-6-106\",\"original\":{\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']Yet preference connection unpleasant yet melancholy but end appearance. And excellence partiality estimating terminated day everything.[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'210525e84d9bf076b2d6d896119b5db6ccdec734b1533bf143a61e39bdf9f8ee\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-106\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"20\"},\"ct_category\":\"Blog\",\"nicename\":\"Blog Posts\",\"activeselector\":false}\'][oxy_posts_grid ct_sign_sha256=\'f27d2a413b046d398c798a82226d1dd80c06641bcd9914b48d61bd34280097f6\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"_posts_grid-9-106\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QnPgogIDxkaXYgY2xhc3M9J294eS1wb3N0LXdyYXBwZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgICA8ZGl2IGNsYXNzPSdveHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXknPgoJCTw/cGhwIHRoZV90aW1lKGdldF9vcHRpb24oJ2RhdGVfZm9ybWF0JykpOyA/PgoJICA8L2Rpdj4KICAgICAgPC9kaXY+CiAgICAgIAoJPC9hPgogIAoJPGEgY2xhc3M9J294eS1wb3N0LXRpdGxlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz48P3BocCB0aGVfdGl0bGUoKTsgPz48L2E+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YSc+CgoJCTxkaXYgY2xhc3M9J294eS1wb3N0LW1ldGEtYXV0aG9yIG94eS1wb3N0LW1ldGEtaXRlbSc+CgkJCTw/cGhwIHRoZV9hdXRob3IoKTsgPz4KCQk8L2Rpdj4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1jb21tZW50cyBveHktcG9zdC1tZXRhLWl0ZW0nPgoJCQk8YSBocmVmPSc8P3BocCBjb21tZW50c19saW5rKCk7ID8+Jz48P3BocCBjb21tZW50c19udW1iZXIoKTsgPz48L2E+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkJPD9waHAgdGhlX2V4Y2VycHQoKTsgPz4KCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlJz5SZWFkIE1vcmU8L2E+CiAgPC9kaXY+Cgo8L2Rpdj4=\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKICBtYXJnaW4tYm90dG9tOiAzZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdCB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogY29sdW1uOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgd2lkdGg6IDMzLjMzJTsKICBwYWRkaW5nOiAyMHB4Owp9CgolJUVQSUQlJSAub3h5LXBvc3Qtd3JhcHBlciB7CiAgYmFja2dyb3VuZDogd2hpdGU7CiAgYm94LXNoYWRvdzogcmdiYSgwLDAsMCwwLjEpIDAgMCA1cHg7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIG92ZXJmbG93OiBoaWRkZW47Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZSB7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBiYWNrZ3JvdW5kLWNvbG9yOiBncmV5OwogIGJhY2tncm91bmQtaW1hZ2U6IHJlcGVhdGluZy1saW5lYXItZ3JhZGllbnQoCiAgNDVkZWcsCiAgI2VlZSwKICAjZWVlIDEwcHgsCiAgI2RkZCAxMHB4LAogICNkZGQgMjBweCk7CiAgd2lkdGg6IDEwMCU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1maXhlZC1yYXRpbyB7CiAgcGFkZGluZy1ib3R0b206IDYwJTsKICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyOwogIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7CiAgcG9zaXRpb246IHJlbGF0aXZlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZGF0ZS1vdmVybGF5IHsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdG9wOiAxZW07CiAgcmlnaHQ6IDFlbTsKICBmb250LXNpemU6IC43ZW07CiAgY29sb3I6IHdoaXRlOwogIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMCwwLDAsMC41KTsKICBwYWRkaW5nOiAuN2VtIDFlbTsKICBmb250LXdlaWdodDogYm9sZDsKICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDsKICBib3JkZXItcmFkaXVzOiA1cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC10aXRsZSB7CiAgZm9udC1mYW1pbHk6ICdSYWxld2F5JzsKICBmb250LXNpemU6IDEuNWVtOwogIGxpbmUtaGVpZ2h0OiAxLjJlbTsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7CiAgZm9udC13ZWlnaHQ6IDkwMDsKICBkaXNwbGF5OiBibG9jazsKICBtYXJnaW46IDE2cHggMjRweCAyMHB4IDI0cHg7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogIG1hcmdpbi10b3A6IDAuNWVtOwogIGZvbnQtc2l6ZTogLjhlbTsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiByb3c7CiAgbWFyZ2luOiAwIDI0cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIGEgewogIGNvbG9yOiAjMDdBREI3OwogIHRleHQtZGVjb3JhdGlvbjogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgYTpob3ZlciB7CiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhLWl0ZW06OmFmdGVyIHsKCWNvbnRlbnQ6ICJcMDBiNyI7CgltYXJnaW4tcmlnaHQ6IC41ZW07CgltYXJnaW4tbGVmdDogLjVlbTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTpsYXN0LWNoaWxkOjphZnRlciB7Cgljb250ZW50OiAiIjsKCWRpc3BsYXk6IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHsKICBtYXJnaW46IDE2cHggMjRweDsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgcCB7CiAgbWFyZ2luOiAwOwp9CgolJUVQSUQlJSAub3h5LXJlYWQtbW9yZSB7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBib3JkZXI6IDJweCBzb2xpZCAjMDdBREI3OwogIHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7CiAgbWF4LXdpZHRoOiAxMDAlOwogIHRleHQtYWxpZ246IGNlbnRlcjsKICBtYXJnaW46IDI0cHg7CiAgZGlzcGxheTogYmxvY2s7CiAgYm9yZGVyLXJhZGl1czogNXB4OwogIHBhZGRpbmc6IDEycHggMzZweDsKICB0ZXh0LWRlY29yYXRpb246IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcmVhZC1tb3JlOmhvdmVyIHsKICB0cmFuc2Zvcm06IHNjYWxlKDEuMDUsMS4wNSk7Cn0KCiUlRVBJRCUlIC5wYWdlLW51bWJlcnMgewogIGNvbG9yOiAjMDdBREI3OwogIHRleHQtZGVjb3JhdGlvbjogbm9uZTsKICBmb250LXNpemU6IDE2cHg7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBtYXJnaW46IDAgMTJweDsKfQoKJSVFUElEJSUgLmN1cnJlbnQgewogIGJhY2tncm91bmQ6ICMwN0FEQjc7CiAgY29sb3I6ICNmZmY7CiAgcGFkZGluZzogMTJweCAxNnB4OwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQ==\",\"read_more_display_as\":\"text link\",\"paginate_alignment\":\"center\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"default\",\"query_post_types\":{\"0\":\"post\"},\"read_more_size\":\"16\",\"read_more_text_color\":\"color(4)\",\"read_more_button_color\":\"color(3)\",\"title_size\":\"24\",\"title_color\":\"color(1)\",\"title_hover_color\":\"color(4)\",\"meta_size\":\"12\",\"meta_color\":\"color(5)\",\"content_size\":\"16\",\"content_color\":\"color(5)\",\"read_more_text_hover_color\":\"color(4)\",\"read_more_button_hover_color\":\"color(3)\",\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{}},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section]'),
(34, 10, 'ct_template_type', ''),
(35, 10, 'ct_template_order', '1'),
(36, 10, 'ct_parent_template', '13'),
(37, 10, 'ct_template_single_all', ''),
(38, 10, 'ct_template_post_types', 'a:0:{}'),
(39, 10, 'ct_use_template_taxonomies', ''),
(40, 10, 'ct_template_taxonomies', NULL),
(41, 10, 'ct_template_apply_if_post_of_parents', ''),
(42, 10, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(43, 10, 'ct_template_all_archives', 'true'),
(44, 10, 'ct_template_apply_if_archive_among_taxonomies', ''),
(45, 10, 'ct_template_archive_among_taxonomies', NULL),
(46, 10, 'ct_template_apply_if_archive_among_cpt', ''),
(47, 10, 'ct_template_archive_post_types', 'a:0:{}'),
(48, 10, 'ct_template_date_archive', ''),
(49, 10, 'ct_template_front_page', ''),
(50, 10, 'ct_template_blog_posts', ''),
(51, 10, 'ct_template_search_page', ''),
(52, 10, 'ct_template_404_page', ''),
(53, 10, 'ct_template_index', ''),
(54, 10, 'ct_template_inner_content', ''),
(55, 11, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'63619539eb70129c97071b9184beae2a6e4944bb258f69c4bb1e5ad5e957f97c\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-98\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Other Single Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c1274cc7b4d1177fdc1a565c6e7aea252ac4b64c592c8825272d7db0073a1dbd\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"headline-10-98\",\"original\":{\"margin-bottom\":\"12\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'eb668b24aecd783ccfe25c663cf541c07c005d7b0f7c786935236b452c8ea99e\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-98\"}\'][oxygen ct_sign_sha256=\'d4285c0ec675655a7178b13037bb057a6e974a467395343a8fc2475a8ea692d0\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'db44e0a7b1be8228cd4ea133a017c8d56afbff392cc25a54f7f432ff9d8a0938\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"text_block-12-98\",\"original\":{\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"color\":\"color(2)\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f0e145c0320788c051e6a475794364ec2576365ad2a1b67d9552bbe200489a47\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-98\"}\'][oxygen ct_sign_sha256=\'f8aae5be7515150c44fb6dd2f7eae7a5c2ce154b0cb6eb022ac99185a940d66e\' data=\'date\' ][/ct_span][/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'25c6cc23a5c2a5459776c960098810dfaefdb384094c9e877cff777c39a2c776\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-98\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\"},\"activeselector\":false,\"nicename\":\"Other Single Content\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"0\"}}}}\'][ct_code_block ct_sign_sha256=\'8f5aea05bc20b86c220001b21ecf02a615fd5c47d1fec9f3ba65a1b6dd27dc08\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"code_block-4-98\",\"original\":{\"code-css\":\"Lmhvc3Rpbmctb3RoZXItc2luZ2xlIGgxLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgzLCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg0LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1LCAKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg2IHsKCWNvbG9yOiAjMkE0NDVBOwogICAgbGluZS1oZWlnaHQ6IDEuMTsKICAgIGZvbnQtd2VpZ2h0OiA3MDA7CiAgICBtYXJnaW4tYm90dG9tOiAuMmVtOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDEgewogIGZvbnQtc2l6ZTogNjRweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGgyIHsKICBmb250LXNpemU6IDQwcHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoMyB7CiAgZm9udC1zaXplOiAzNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaDQgewogIGZvbnQtc2l6ZTogMzJweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGg1IHsKICBmb250LXNpemU6IDI0cHg7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBoNiB7CiAgZm9udC1zaXplOiAxNnB4Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIHRvcCBsZWZ0LCAjMDFBNUJDLCAjQUZEMTdFKTsKICBjb2xvcjogI2ZmZmZmZjsKICBwYWRkaW5nOiAxOHB4IDQycHg7CiAgbWFyZ2luLWxlZnQ6IDA7CiAgbWFyZ2luLXJpZ2h0OiAwOwogIGZvbnQtc2l6ZTogMTZweDsKICBsaW5lLWhlaWdodDogMS42ZW07CiAgZm9udC1zdHlsZTogaXRhbGljOwogIGJvcmRlci1yYWRpdXM6IDVweDsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBvbCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA3MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAxLjY7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5ob3N0aW5nLW90aGVyLXNpbmdsZSB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiAjMDdBREI3OwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQwcHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24tdGV4dCB7CiAgY29sb3I6IHJnYmEoMCwwLDAsMC4zKTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5ob3N0aW5nLW90aGVyLXNpbmdsZSBhIHsKICBjb2xvcjogIzA3QURCNzsKfQoKLmhvc3Rpbmctb3RoZXItc2luZ2xlIGE6aG92ZXIgewogIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOwp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaG9zdGluZy1vdGhlci1zaW5nbGUgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwp9CgpwcmUgewogIHdoaXRlLXNwYWNlOiBub3JtYWwgIWltcG9ydGFudDsKICBjb2xvcjogcmdiYSgwLDAsMCwwLjMpOwp9Cg==\",\"code-php\":\"PCEtLSAtLT4=\"},\"activeselector\":false}\'][/ct_code_block][ct_text_block ct_sign_sha256=\'06235bd2bae1d2043b817e472be94aa639f275c2e0261697bc0a6bebccc96a67\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"text_block-5-98\",\"original\":{\"color\":\"color(5)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'afb5a201d9b17b0d146eb42f0e6d53ec655c7d105ece271e87a8fad96cd88c8a\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-98\",\"classes\":{\"0\":\"oxy-stock-content-styles\",\"1\":\"hosting-other-single\"},\"activeselector\":\"hosting-other-single\"}\'][oxygen ct_sign_sha256=\'c3b66dff1dc1557e12d3fd2d57a725778f4d675b3c1c49e4c49b402719b47fe0\' data=\'content\' ][/ct_span][/ct_text_block][/ct_section]'),
(56, 11, 'ct_template_type', ''),
(57, 11, 'ct_template_order', '0'),
(58, 11, 'ct_parent_template', '13'),
(59, 11, 'ct_template_single_all', ''),
(60, 11, 'ct_template_post_types', 'a:1:{i:0;s:4:\"page\";}'),
(61, 11, 'ct_use_template_taxonomies', ''),
(62, 11, 'ct_template_taxonomies', NULL),
(63, 11, 'ct_template_apply_if_post_of_parents', ''),
(64, 11, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(65, 11, 'ct_template_all_archives', ''),
(66, 11, 'ct_template_apply_if_archive_among_taxonomies', ''),
(67, 11, 'ct_template_archive_among_taxonomies', NULL),
(68, 11, 'ct_template_apply_if_archive_among_cpt', ''),
(69, 11, 'ct_template_archive_post_types', 'a:0:{}'),
(70, 11, 'ct_template_date_archive', ''),
(71, 11, 'ct_template_front_page', ''),
(72, 11, 'ct_template_blog_posts', ''),
(73, 11, 'ct_template_search_page', ''),
(74, 11, 'ct_template_404_page', ''),
(75, 11, 'ct_template_index', ''),
(76, 11, 'ct_template_inner_content', ''),
(77, 12, 'ct_builder_shortcodes', '[ct_inner_content ct_sign_sha256=\'f7a9d5b56baf001449b29e3b78c5cb423e359cae8645fd983d89dac6fe39a576\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"inner_content-3-88\"}\'][/ct_inner_content]'),
(78, 12, 'ct_template_type', ''),
(79, 12, 'ct_template_order', '1'),
(80, 12, 'ct_parent_template', '13'),
(81, 12, 'ct_template_single_all', ''),
(82, 12, 'ct_template_post_types', 'a:1:{i:0;s:4:\"page\";}'),
(83, 12, 'ct_use_template_taxonomies', ''),
(84, 12, 'ct_template_taxonomies', NULL),
(85, 12, 'ct_template_apply_if_post_of_parents', ''),
(86, 12, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(87, 12, 'ct_template_all_archives', ''),
(88, 12, 'ct_template_apply_if_archive_among_taxonomies', ''),
(89, 12, 'ct_template_archive_among_taxonomies', NULL),
(90, 12, 'ct_template_apply_if_archive_among_cpt', ''),
(91, 12, 'ct_template_archive_post_types', 'a:0:{}'),
(92, 12, 'ct_template_date_archive', ''),
(93, 12, 'ct_template_front_page', ''),
(94, 12, 'ct_template_blog_posts', ''),
(95, 12, 'ct_template_search_page', ''),
(96, 12, 'ct_template_404_page', ''),
(97, 12, 'ct_template_index', ''),
(98, 12, 'ct_template_inner_content', ''),
(99, 13, 'ct_builder_shortcodes', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(251, 13, 'ct_preview_url', 'https://newgen.stun.tech/'),
(252, 13, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(253, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'40e13c501d2696c673935ed76f4464c94ed4a23a8291161f1e544eab0a25defb\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'ac39710e1b4e4519f9b88b32d96d74b6b5146a5f3b318c94da529c3302353c71\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'d4b386ff18db2b3dc24d9c4bbdb9f3840a75f5251b1bd424569b0a7bb7648ec8\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'12824aed854a378cdb975b8c54846c41b8a4c58a248a0c50c8c2ac5d8a6e7b47\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'6a87c0f5e1ab9dbe3e2edf6ea750066a10bd1e82dcfbe3ec4e0c40c4d8e52415\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']Proudly designed with Oxygen, the world\'s best visual website design software[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ad2a5d5c53a0fcd95cf309ecbcba9a2867be17411810ef1110c266d32b7fff0d\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'b1f3f00678c5996fe490b264b61e42e1027cebb42d3351ecc66acec8ce971942\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://linkedin.com\",\"icon-youtube\":\"https://youtube.com\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(100, 13, 'ct_template_type', ''),
(101, 13, 'ct_template_order', '0'),
(102, 13, 'ct_parent_template', NULL),
(103, 13, 'ct_template_single_all', ''),
(104, 13, 'ct_template_post_types', 'a:0:{}'),
(105, 13, 'ct_use_template_taxonomies', ''),
(106, 13, 'ct_template_taxonomies', NULL),
(107, 13, 'ct_template_apply_if_post_of_parents', ''),
(108, 13, 'ct_template_post_of_parents', 'a:1:{i:0;s:0:\"\";}'),
(109, 13, 'ct_template_all_archives', ''),
(110, 13, 'ct_template_apply_if_archive_among_taxonomies', ''),
(111, 13, 'ct_template_archive_among_taxonomies', NULL),
(112, 13, 'ct_template_apply_if_archive_among_cpt', ''),
(113, 13, 'ct_template_archive_post_types', 'a:0:{}'),
(114, 13, 'ct_template_date_archive', ''),
(115, 13, 'ct_template_front_page', ''),
(116, 13, 'ct_template_blog_posts', ''),
(117, 13, 'ct_template_search_page', ''),
(118, 13, 'ct_template_404_page', ''),
(119, 13, 'ct_template_index', 'true'),
(120, 13, 'ct_template_inner_content', ''),
(121, 14, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'729cfd9c98885bf1218187f94f6fdd034cf77d11ba967639eb7d007269c5fa7a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-139\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'a4f7d4de0a02b4538ec2c6eb5c7ed413e5a81cb8467b1189b42c9e01495b32fb\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-139\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission to&nbsp;help you grow your business[/ct_headline][ct_fancy_icon ct_sign_sha256=\'973c507c52326a8ea4984eb5aac682b2951f766ba0152036ff4371cc43019ce5\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"fancy_icon-6-139\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'eb0bc6ccdf8274eb794a11712657ae3b198a2b6c05ea2da3f125978ade819993\' ct_options=\'{\"ct_id\":7,\"ct_parent\":2,\"selector\":\"text_block-7-139\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'f8559dcdb56b92e8db94789fd5a2fc492ae3789c1c875550ea96679b9dd01715\' ct_options=\'{\"ct_id\":11,\"ct_parent\":2,\"selector\":\"link_button-11-139\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'cb833dcbc156800d3c19e7a71ec285c4d51ffd4503641222e9ffb6ecff4a15ee\' ct_options=\'{\"ct_id\":13,\"ct_parent\":0,\"selector\":\"section-13-139\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'9ff73f35a0317cc13fd3f241e8e36d4c90c618fc85d69867101f610dda6ab69e\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"new_columns-14-139\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'813d4a96ce68a60d9a2d36902c22d336ed1b85e224bc28a429b2c48bbfaa0b69\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"div_block-15-139\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7374dfcc05b6d9feaf08198d02b0c1b0c1511e255967ad95d4dd70e57280596a\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"image-18-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7048cb149703bc134a33757243d667870c8435f0fe2c6ac3968b8a958bdd4b9c\' ct_options=\'{\"ct_id\":19,\"ct_parent\":15,\"selector\":\"image-19-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'da0badffa9d572ff27e2b474535e4d6573d4d369e3c857785adb38690ffa99fd\' ct_options=\'{\"ct_id\":16,\"ct_parent\":14,\"selector\":\"div_block-16-139\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'25a24b8bdfef79c8e24e4a8f01ed2e00c6c9952e467e0cf0192b0ecf06b3e392\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"image-20-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'7935b807aba61cd6ec324f6900b8625814d88e70ba2be18ee733c27c8a9a9482\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"image-22-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7e7d811a3ede1bc655f24d7cec01b638637531520848a2308941d3004e4aeea7\' ct_options=\'{\"ct_id\":17,\"ct_parent\":14,\"selector\":\"div_block-17-139\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'1bc5471124e85f785c8367e66bc0af4140930d870f35d14f20d8eb01b53c15c7\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"image-23-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\"}\'][/ct_image][ct_image ct_sign_sha256=\'8ef0fe703a7f5085bf9b87141726d705a0573cf38786a057409af1753a4620b9\' ct_options=\'{\"ct_id\":25,\"ct_parent\":17,\"selector\":\"image-25-139\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"activeselector\":\"hosting-about-2-image\",\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'ab59136b0daeb723d16dec9d2a98e4d7b2797c09f42826d35afadc60b178ec70\' ct_options=\'{\"ct_id\":26,\"ct_parent\":0,\"selector\":\"section-26-139\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2c8502b216ae5747f701d33bf7f079234db3f4adad049154d2bf2b9da4ea430e\' ct_options=\'{\"ct_id\":69,\"ct_parent\":26,\"selector\":\"headline-69-139\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'ecc1ba69f63a26ed8f428f2a33f52166a2da86b693aac2719101dc227f59b12f\' ct_options=\'{\"ct_id\":72,\"ct_parent\":26,\"selector\":\"new_columns-72-139\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4cebb9fcf75e74e13b2f0cdb58f1ebf1ce77427040e88c98917f7f4432981075\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'1fd6ad775fb37b013c9ae5428c7ed8b08d63d999ce3bac4d1bd069ba35cf9d2d\' ct_options=\'{\"ct_id\":35,\"ct_parent\":73,\"selector\":\"fancy_icon-35-139\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'320de7a503956ea82b1a9f17488e919931084fd187724cb91622631c944789dc\' ct_options=\'{\"ct_id\":42,\"ct_parent\":73,\"selector\":\"headline-42-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'5400d95047ceab29e0781eff25db778ba975547250459930210a956bfdcae955\' ct_options=\'{\"ct_id\":53,\"ct_parent\":73,\"selector\":\"text_block-53-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e9e6a1220053aa711f0e5b9aa8df979662e06a6f4b307dfcbeaafe185c0b4d56\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'e78ecb44565a69565521a421004ea7de5653fd7081b4e8d6f59a6c706cd52137\' ct_options=\'{\"ct_id\":36,\"ct_parent\":74,\"selector\":\"fancy_icon-36-139\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7b721c703680d331c4eaa21b8ca612ec8fd0e371c3651366e9313499623cc6a8\' ct_options=\'{\"ct_id\":43,\"ct_parent\":74,\"selector\":\"headline-43-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'83e9336f7e59ced78efe758b45d4a8767aa60eed551896e4c2ea2680f783f647\' ct_options=\'{\"ct_id\":57,\"ct_parent\":74,\"selector\":\"text_block-57-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1164c8d385201fdf7c4a4c06bcebf466f4dd3c28054fb08e8769647051401d4d\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'9b4c56e03aed65e052bca8c04d7654704dd5aa7dca68d71f5836ea4eb7d1fd94\' ct_options=\'{\"ct_id\":37,\"ct_parent\":75,\"selector\":\"fancy_icon-37-139\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c9ad1321e154f434844ee6fd3bae6cccdb3e47e41ab679f6fffb0c4da0e00dd3\' ct_options=\'{\"ct_id\":45,\"ct_parent\":75,\"selector\":\"headline-45-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'84c448ea1cf23ecbaf238e388fdce2275070969279f6a4ed596ff0f9826c0945\' ct_options=\'{\"ct_id\":59,\"ct_parent\":75,\"selector\":\"text_block-59-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a3bf3e7954d344e1eff8999d82bf6cecfca2c80283743ffa8b5374ee427896b8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":72,\"selector\":\"div_block-76-139\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"},\"activeselector\":\"hosting-company-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'4ca2d6cdbbf8596eb6779e8c5bfdf63ddc6dd06541144876f4b73aa07ae6e3c9\' ct_options=\'{\"ct_id\":38,\"ct_parent\":76,\"selector\":\"fancy_icon-38-139\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"},\"activeselector\":\"hosting-company-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'8f860a37ab4a5927d9610528a6c6a6af18a2519ac281ec713b8ecdeb9d316cd5\' ct_options=\'{\"ct_id\":47,\"ct_parent\":76,\"selector\":\"headline-47-139\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"},\"activeselector\":\"hosting-company-2-title\"}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'c4f59d9ad660249f2ea4dff6cfe6d534f445b0553baed91773692b8a0aaf075d\' ct_options=\'{\"ct_id\":61,\"ct_parent\":76,\"selector\":\"text_block-61-139\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"},\"activeselector\":\"hosting-company-2-text\"}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(122, 14, 'ct_other_template', '0'),
(123, 15, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'cf7eb4c467327e4d9d29033a0b0e6b64246dda07231a6dfab5a9a5569de24bb6\' ct_options=\'{\"ct_id\":96,\"ct_parent\":0,\"selector\":\"section-96-133\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-bottom\":\"90\"},\"nicename\":\"Features Hero\",\"ct_category\":\"Heros & Titles\",\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'8898102f761b915779eb881337727a89303dea81ccb50d5d36954cbcff7bd0ad\' ct_options=\'{\"ct_id\":98,\"ct_parent\":96,\"selector\":\"headline-98-133\",\"original\":{\"margin-left\":\"40\",\"margin-right\":\"40\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Help Businesses to&nbsp;Grow[/ct_headline][ct_text_block ct_sign_sha256=\'49bc40e76cd0ccfa5214edcc6129accd0af1d4e61c2c401e2c909f421cb5ab43\' ct_options=\'{\"ct_id\":102,\"ct_parent\":96,\"selector\":\"text_block-102-133\",\"original\":{\"margin-left\":\"40\",\"margin-right\":\"40\",\"max-width\":\"480\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"},\"activeselector\":false}\']Dashwoods eagerness oh extensive as discourse sportsman frankness. Husbands see disposed surprise likewise humoured yet pleasure. Fifteen no inquiry cordial so resolve garrets as.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'615d77b5d7f48c339ff667e4f08083d0732b9d7b7ab15d512a844e90477be34b\' ct_options=\'{\"ct_id\":107,\"ct_parent\":96,\"selector\":\"div_block-107-133\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'15e735e1798fa2477761e10ba1a6840f325f56fb67664729bccb836c1154bc95\' ct_options=\'{\"ct_id\":108,\"ct_parent\":107,\"selector\":\"link_button-108-133\",\"original\":{\"margin-left\":\"6\",\"margin-right\":\"6\",\"url\":\"/login/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Get Started[/ct_link_button][ct_link_button ct_sign_sha256=\'da04807c83c88719e9cbfdab11e573093aafcc066073ec93c74491e17d5c2ab1\' ct_options=\'{\"ct_id\":109,\"ct_parent\":107,\"selector\":\"link_button-109-133\",\"original\":{\"margin-left\":\"6\",\"margin-right\":\"6\",\"url\":\"/products/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'8dc1e4142f595166b2a4c4cb5fddccf9d27effe978d9aff55334cd106680f4b5\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'15cf5b2a3604b9300c86252d47f1e7023acc460c342930a1b7273969934251bc\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"new_columns-3-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"reverse-column-order\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'59c8513cc37728dcd8db0d25a570febcdd7a6e249a96e1ec5363d44a4347d6ad\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'da23e8dfbe4cb99be83866615528e321cd55dd6856e2eeafc2cc9025d448166b\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"headline-6-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Free to Try[/ct_headline][ct_text_block ct_sign_sha256=\'09e836e07ed12b135dd30ca947c08dcb7d7c1e4edd6749241a845a942255acec\' ct_options=\'{\"ct_id\":8,\"ct_parent\":4,\"selector\":\"text_block-8-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']On am we offices expense thought. Its hence ten smile age means. Seven chief sight far point any. Of so high into easy. Dashwoods eagerness oh extensive as discourse sportsman frankness.[/ct_text_block][ct_link_button ct_sign_sha256=\'b1f6573cab2bd4dd3d8d02948b83c2c32f18e66f9de9f2abe746736bf6485ad9\' ct_options=\'{\"ct_id\":10,\"ct_parent\":4,\"selector\":\"link_button-10-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9ed3c499f7459679a110d6b6bfaf9b7d870744d9d26444e09e00107bfd032317\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"div_block-5-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'6fa1e687275a6ea2058a351713359f1dd3823298423f46be7f3f4ea6dbc212dc\' ct_options=\'{\"ct_id\":13,\"ct_parent\":5,\"selector\":\"image-13-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/280ddb8e-7c33-4807-b93e-7e137deeab082x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'cef887c0b527e90f20730dbf689e217f51e416a0ae0ff690069488cffeb18a01\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'de57b3a47abac0709207daa6f7fe4ad04f7e7e96f80ea53156dcef327415c116\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"new_columns-15-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'f718b93f2ef8fde316b2c665d62ffbce696a4e0ad0de9c25c4744dd2fdf107f7\' ct_options=\'{\"ct_id\":20,\"ct_parent\":15,\"selector\":\"div_block-20-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'571e47fc826aa947f49cc8e4e5b51d2b22d958cacf8e06fc0f1a2c5ebc02be56\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"image-21-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/b194577b-1049-4392-abcf-72e40dce5f7b2x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'11a0c2b7d0de1aec114bcf4951511db45d0bd953b648fb4a02e02da92271940e\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"div_block-16-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'a0e960ed0f77aa16112292eca33c2e3d05c523323bd6c6e2bc000c4d98db1ed0\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"headline-17-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Cloud Server Storage[/ct_headline][ct_text_block ct_sign_sha256=\'01be3b481c4bd840455ef2431eac4446db60f52f5ca1cb9bbf5ecedf6249c964\' ct_options=\'{\"ct_id\":18,\"ct_parent\":16,\"selector\":\"text_block-18-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']In as name to here them deny wise this. As rapid woody my he me which. Men but they fail shew just wish next put. Led all visitor musical calling nor her. Within coming figure sand things are.[/ct_text_block][ct_link_button ct_sign_sha256=\'245aae74b7b8554789f331f8d80e014187a70a46046f286e50965b17105d4fc8\' ct_options=\'{\"ct_id\":19,\"ct_parent\":16,\"selector\":\"link_button-19-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'88c135367b714929a2c059d4d357a7d87b20580c08051c0d40762cca4c140bfe\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-133\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"}},\"activeselector\":false,\"nicename\":\"Features Row\",\"ct_category\":\"Showcase\"}\'][ct_new_columns_3 ct_sign_sha256=\'df11d1faaeb8602426e776b97723c85ffbc1b2c75c90349fe0e43575e4b69d9b\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"new_columns-46-133\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'263223bf06dcf4b02695c3239f6b020106a5dda9bd164e731edaeb3413c3e14e\' ct_options=\'{\"ct_id\":88,\"ct_parent\":46,\"selector\":\"div_block-88-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'2fb6b432068bc83cfff61263a2fc17f93b2bc71d28a209e70d30652b842720d1\' ct_options=\'{\"ct_id\":89,\"ct_parent\":88,\"selector\":\"fancy_icon-89-133\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a492306ab4e16c1c40f9cc31b0b74137ebc07a2b2f3b40cc230463c84caf3762\' ct_options=\'{\"ct_id\":90,\"ct_parent\":88,\"selector\":\"headline-90-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']Cross-Marketing Opportunities[/ct_headline][ct_text_block ct_sign_sha256=\'47173cc5c84360e760c637283df9c7c11812ee3815b2de366486e2ed0993737e\' ct_options=\'{\"ct_id\":91,\"ct_parent\":88,\"selector\":\"text_block-91-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Far estimable extremely middleton his concealed.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cee7ce94bbca4ab5ef3a9814f00baca576d0268ae924f481fe552f3e8e91a325\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"div_block-47-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\",\"background-color\":\"color(11)\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"border-radius\":\"5\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'1de20e8ce10f01a0a81e9c84cf844b14df0265d7eda6ec6c9f5bc47118d7e462\' ct_options=\'{\"ct_id\":51,\"ct_parent\":47,\"selector\":\"fancy_icon-51-133\",\"original\":{\"icon-id\":\"Lineariconsicon-coffee-cup\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f911da53e9245afb316314da5a6278f5d6106ce829b1c985746c34736af06665\' ct_options=\'{\"ct_id\":58,\"ct_parent\":47,\"selector\":\"headline-58-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']Speed-Up your Website[/ct_headline][ct_text_block ct_sign_sha256=\'73984ffca0f2805d6815192d94f086bf22c620918996174288a2e4f7110ead88\' ct_options=\'{\"ct_id\":73,\"ct_parent\":47,\"selector\":\"text_block-73-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Drawings can followed improved out sociable not. Earnestly sod.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2f5e430000c99a9df36fe63ce61ea40ed710ffb10fa28d7525c66f1d6e580430\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-133\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-features-1-wrapper\"},\"activeselector\":\"hosting-features-1-wrapper\",\"nicename\":\"Div 48\"}\'][ct_fancy_icon ct_sign_sha256=\'80dedb4bb692d2d286da3f965ef9ea2454c8e4c27e1490d0067a143caffbe994\' ct_options=\'{\"ct_id\":52,\"ct_parent\":48,\"selector\":\"fancy_icon-52-133\",\"original\":{\"icon-id\":\"Lineariconsicon-lock\"},\"classes\":{\"0\":\"hosting-features-1-icon\"},\"activeselector\":\"hosting-features-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'251d9d6c2d53aa40b68fb577e2b6010954dd0bd98a0d9a8dfdeb343176b209f5\' ct_options=\'{\"ct_id\":59,\"ct_parent\":48,\"selector\":\"headline-59-133\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-features-1-title\"},\"activeselector\":\"hosting-features-1-title\"}\']100% Secure Connection[/ct_headline][ct_text_block ct_sign_sha256=\'e3050970d88684d474315abd16cb6bf450422c3a533e862dc443bd8a73a0888c\' ct_options=\'{\"ct_id\":75,\"ct_parent\":48,\"selector\":\"text_block-75-133\",\"classes\":{\"0\":\"hosting-features-1-text\"},\"activeselector\":\"hosting-features-1-text\"}\']Allowance too applauded now way something recommend.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'447e9249c5838526253c88827c627218865844ee1a21c8c831de1441340bcf70\' ct_options=\'{\"ct_id\":24,\"ct_parent\":0,\"selector\":\"section-24-133\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"nicename\":\"Feature Block Dark Img on Right\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'3cb38ee0edd73841412a66a3bb9c17f34ec2245fb0d52542e3754b98eec785ba\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"new_columns-25-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"never\",\"reverse-column-order\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c0cc7cfa88355f9e0a69d8437e904731666bdd49b0c66c08ecaf7600a253994a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"div_block-26-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'be1b8599387032d037565df0570ce8dbd9952f3df92a3c214f625d5383bcfc63\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"headline-27-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Full File Access[/ct_headline][ct_text_block ct_sign_sha256=\'8328bfb0d8a6a514cb2ab51231216ec890d45b3c1b08f6fb85be92b5823787a1\' ct_options=\'{\"ct_id\":28,\"ct_parent\":26,\"selector\":\"text_block-28-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Continual delighted as elsewhere am convinced unfeeling. Introduced stimulated attachment no by projection. To loud lady whom my mile sold four. Need miss all four case fine age tell.[/ct_text_block][ct_link_button ct_sign_sha256=\'87a7710070edf33ea5a70a5f1bdcb5fc0120162b3a9a0f65ba6de345511ffdfc\' ct_options=\'{\"ct_id\":29,\"ct_parent\":26,\"selector\":\"link_button-29-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5126b8cfe48d615fea6d57a9c99863afee06d4bfe35b138f45503e306b688a21\' ct_options=\'{\"ct_id\":30,\"ct_parent\":25,\"selector\":\"div_block-30-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'d304ec0e6c0536be5385fc82b769dd848197c260155147b9ac7aa5755591a5de\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"image-31-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/f387b9c4-f497-48ac-845a-05ba97f805d12x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'263b3e54f924c751d6f6573e29438fe41b7876ae6a194d6b9af74ee8dcf4a686\' ct_options=\'{\"ct_id\":33,\"ct_parent\":0,\"selector\":\"section-33-133\",\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\",\"background-color\":\"color(3)\"},\"activeselector\":false,\"nicename\":\"Feature Block Light Img on Left\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'cc25ecde0573f53c4d0ccf010cd4c2197bd97c2d80566575f5990cffb78361b2\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"new_columns-34-133\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'3db9f867fb400b18b04b29f534bec7f121a5c3ab15bc566cede8c15a59b9b441\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"div_block-35-133\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7a854aa8a570e3ce09f2354ed3a67b8fee45759f010bdf0c6dd1368b1d223b9c\' ct_options=\'{\"ct_id\":36,\"ct_parent\":35,\"selector\":\"image-36-133\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"activeselector\":\"hosting-features-2-photo\",\"classes\":{\"0\":\"hosting-features-2-photo\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e6ae632e6e9459516b0372e3b6dbec17adca193f3937cc6131254734e9b3a0cd\' ct_options=\'{\"ct_id\":37,\"ct_parent\":34,\"selector\":\"div_block-37-133\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"center\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'4420d7d8c663341bf7a19be075b2904cf3bc1055e3b5e64357dce25895f0fab0\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-133\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"4\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']DDos Protection[/ct_headline][ct_text_block ct_sign_sha256=\'5ebf88a3419a613f5838cface305f4a3145aad2bc6ac88764f4a622d7ab14d4e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-133\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Civility vicinity graceful is it at. Improve up at to on mention perhaps raising. Way building not get formerly her peculiar. Up uncommonly prosperous sentiments simplicity acceptance to so.[/ct_text_block][ct_link_button ct_sign_sha256=\'4f193ce422831d23e936bacf0475d0489f31f6643cc8b3f2ca2c8c939092e4bf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":37,\"selector\":\"link_button-40-133\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Try our Service[/ct_link_button][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(124, 15, 'ct_other_template', '0');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(125, 16, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'d1a9d9c9f833f8d3e5ed8d94b6a4be4792c2828b1f2da4053ceada0915b6def0\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-115\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"20\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"nicename\":\"Products Hero Section\",\"ct_category\":\"Heros & Titles\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'b6550489b3b57d72cae96be0cf8667952c76618277ca01c30f4ca6193b38fee6\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-115\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get Fully Managed<br>Hosting Located in&nbsp;USA[/ct_headline][ct_text_block ct_sign_sha256=\'4ebe553b5ac20f7c88f414c5b416093bd5b192e226dce74bb1c3defc07e48d9a\' ct_options=\'{\"ct_id\":7,\"ct_parent\":2,\"selector\":\"text_block-7-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"max-width\":\"480\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']One morning, when Gregor Samsa woke from troubled dreams, himself transformed in his bed into a horrible vermin.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'bb8e8d30fceab3a2231cb828164f55650d800eb6b5a69801f18ef2091571f5fb\' ct_options=\'{\"ct_id\":9,\"ct_parent\":2,\"selector\":\"new_columns-9-115\",\"original\":{\"max-width\":\"720\"},\"media\":{\"tablet\":{\"original\":{\"max-width\":\"360\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'b5ec2f0e4be373f2c7c0f3d9770577fda4dfd44345449f5b092cedb3329c8227\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-115\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_div_block_4 ct_sign_sha256=\'a24c64748b2287e944bf25f0ae361d31e674124407b30b50087de4fd8c7ed60d\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"div_block-13-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'709059fb5999953ff6fcf0854a715a3db548412ed7ea96640cb2e319fe7b1989\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"fancy_icon-14-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c9c3e6e8765f78ce301da3aaad9e843db27c46f40d473cc3f80f7f177fba1ac6\' ct_options=\'{\"ct_id\":15,\"ct_parent\":13,\"selector\":\"text_block-15-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']24x7x365 support coverage;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'61e2bf211f3cd8f0bc6668ed6af1d835230c7c2815e3f521a013daf7a5154f04\' ct_options=\'{\"ct_id\":17,\"ct_parent\":10,\"selector\":\"div_block-17-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'989b58b2369154deb42d6f793ddf27ff075f511ba9d55656bb295ec0f3641c37\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"fancy_icon-18-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'057da57aeebc24cdc888ff5ab34334fb604b47fd5a91e0822ff642d2a47d0014\' ct_options=\'{\"ct_id\":19,\"ct_parent\":17,\"selector\":\"text_block-19-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Transparent 100% Uptime SLA;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'e7cf39f69122301d1c7b2574cf9c5eb135c2f99e7c86bfeac6814f452f7d12ef\' ct_options=\'{\"ct_id\":23,\"ct_parent\":10,\"selector\":\"div_block-23-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'c92340a13d454d56836c5091f608ce86081c5424a5e61b4aa3d03b16c888df8e\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"fancy_icon-24-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'1fb48139293c186bce088e30b0cfc81497f2d697eac59e5258624db63e683517\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"text_block-25-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Windows and Linux VPS available;[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e56aa21cc83b7cbaabe76142011185f2c56d7f9b2f92425a8503be02dc07bd37\' ct_options=\'{\"ct_id\":11,\"ct_parent\":9,\"selector\":\"div_block-11-115\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_div_block_4 ct_sign_sha256=\'9e2a8040a59e95fc8b0fe32ccf3d0d0571a10d2d4c525a777febff523350ffa7\' ct_options=\'{\"ct_id\":20,\"ct_parent\":11,\"selector\":\"div_block-20-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'f30beb01f01a67abe283c47069760f094eb44975c64ef303377494054fb80af6\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"fancy_icon-21-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'218616c2b2692d4d094cdc8d38dc71d2796e1e1117ee06f18e535fd8099a6273\' ct_options=\'{\"ct_id\":22,\"ct_parent\":20,\"selector\":\"text_block-22-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Automatic daily backups;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'507a0f4f79bbe5ce319c8f65c75768adddb8a71e4950ad8bdf2a7b791311d778\' ct_options=\'{\"ct_id\":29,\"ct_parent\":11,\"selector\":\"div_block-29-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'71d21d5463c2ffe61c3d52171caec7eda77c8b1a564ff2e3d2ada4be3fc823b9\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"fancy_icon-30-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'06e9538f2f268ce6a96b3ec8e25cf121ee253adbf9d7d43bf59f9befb5ccf655\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"text_block-31-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']No limits on support time per month;[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'69862593b8b38a5d6fc6ed2c56b95526bfb2fb9cc0de9352efba17b3e8672139\' ct_options=\'{\"ct_id\":32,\"ct_parent\":11,\"selector\":\"div_block-32-115\",\"classes\":{\"0\":\"hosting-product-1-check-wrapper\"},\"activeselector\":\"hosting-product-1-check-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'0bb13c0bbee52f9f546e584e4a9cf7bb1606b176afec62a76670d620cb386bfb\' ct_options=\'{\"ct_id\":33,\"ct_parent\":32,\"selector\":\"fancy_icon-33-115\",\"original\":{\"icon-id\":\"FontAwesomeicon-check\"},\"classes\":{\"0\":\"hosting-product-1-check\"},\"activeselector\":\"hosting-product-1-check\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'4266b92f736ab17f87917b755ba5ee4ca9d92bce82802ea54d27604edf718851\' ct_options=\'{\"ct_id\":34,\"ct_parent\":32,\"selector\":\"text_block-34-115\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{\"0\":\"hosting-product-1-text\"},\"activeselector\":\"hosting-product-1-text\"}\']Easy Scalability.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'f4c333d70bd6839810090343956ed485796af6757d95d8ce810f3602f5541eee\' ct_options=\'{\"ct_id\":45,\"ct_parent\":0,\"selector\":\"section-45-115\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"ct_category\":\"Showcase\",\"nicename\":\"Products Section\"}\'][ct_new_columns_3 ct_sign_sha256=\'4a54ba157ee798a6bcc3a53effc585e2f762a16854be7b5da53a094d9909facb\' ct_options=\'{\"ct_id\":46,\"ct_parent\":45,\"selector\":\"new_columns-46-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'c8921fcdd55fea986f2ea38f4faaf63c0ac3d3f1cb97295458385fce2da7e0e0\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"div_block-47-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'7378fefbf21ba319729a84cb5be0568870354171c92edc6b84b3f88754f9db35\' ct_options=\'{\"ct_id\":51,\"ct_parent\":47,\"selector\":\"div_block-51-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'be147729169df419692bb35ae0b629dfdf063dd41f6fb95c6cfbfc330eb26ccb\' ct_options=\'{\"ct_id\":69,\"ct_parent\":51,\"selector\":\"fancy_icon-69-115\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6cfa47fc0ee1f5a15dedc61154be5ee3da87f23860ee8f9742a7383df97509f0\' ct_options=\'{\"ct_id\":58,\"ct_parent\":51,\"selector\":\"headline-58-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Managed VPS[/ct_headline][ct_text_block ct_sign_sha256=\'7e0dd7f98262dfaa6d7468957bc608d6ee0437b93b258240b71bd09147813d48\' ct_options=\'{\"ct_id\":87,\"ct_parent\":51,\"selector\":\"text_block-87-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'6a34461364931a9743f1d061832e6c02a6677c003a28df433d3be034683f2e24\' ct_options=\'{\"ct_id\":91,\"ct_parent\":87,\"selector\":\"span-91-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;24x7x365 support coverage;[/ct_text_block][ct_text_block ct_sign_sha256=\'38854b58a843a5d91e82566683d8a138f2ef61e78b9af2520397074599370293\' ct_options=\'{\"ct_id\":94,\"ct_parent\":51,\"selector\":\"text_block-94-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'e202c9028e9fecb3ecd0ea562cf0f03707abe0d878d2ac19fe4e13ab61b7027c\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"span-95-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'f6c656a64040a831ca4f0ffe857741d5daed7f86c9942335a83501f35473287c\' ct_options=\'{\"ct_id\":98,\"ct_parent\":51,\"selector\":\"text_block-98-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'114eeb355e3789706788bae47dc6c2be1a0640c2b1991003ac83866a4b3c0aae\' ct_options=\'{\"ct_id\":99,\"ct_parent\":98,\"selector\":\"span-99-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'9dabef5f08a6428bc03fd7fa7aef143fc0ef22c32966a5a3f68435f8f27bb33f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":51,\"selector\":\"headline-138-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$49[/ct_headline][ct_text_block ct_sign_sha256=\'98d028e902cdff674ca798080bed9bf4408009a4d18aa13af625c94178b0dc6e\' ct_options=\'{\"ct_id\":152,\"ct_parent\":51,\"selector\":\"text_block-152-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'e22fdd751cbbc84a5de2998ed1b05c521e857a38485f1068834e98229c63b495\' ct_options=\'{\"ct_id\":77,\"ct_parent\":51,\"selector\":\"link_button-77-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top-unit\":\"px\"}}}}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1bedfc8d8144576c7c6e45666983444e168ebf51b7a3a5377b261269d57f15c9\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e1db4d7d79f5578b60f2aab10099486cff14bb4b040ed4cc2b294da91dd41fca\' ct_options=\'{\"ct_id\":52,\"ct_parent\":48,\"selector\":\"div_block-52-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'2b7cf63723f043ba539af61e88870a445bc1e0af972d931e606d08e2cc84c784\' ct_options=\'{\"ct_id\":71,\"ct_parent\":52,\"selector\":\"fancy_icon-71-115\",\"original\":{\"icon-id\":\"Lineariconsicon-printer\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1f2697b82e1ac03e452acc92865e531992ff2566080671cee54a0c15934f5a62\' ct_options=\'{\"ct_id\":60,\"ct_parent\":52,\"selector\":\"headline-60-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Servers[/ct_headline][ct_text_block ct_sign_sha256=\'a45ce7f0c0182ff1261f064b2454bfac837067c8088e4df575f45c3d0a8e1899\' ct_options=\'{\"ct_id\":102,\"ct_parent\":52,\"selector\":\"text_block-102-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'3d6d95b3b0d651233d6c67e3c62e9d7884b6c6f4cfd06e476aa915ae30e2d38f\' ct_options=\'{\"ct_id\":103,\"ct_parent\":102,\"selector\":\"span-103-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;No limits on support time per month;[/ct_text_block][ct_text_block ct_sign_sha256=\'93bdf04f8f572e9ad3f42b8e1be1e991961ebe768c6dee6a122e97b70a558a99\' ct_options=\'{\"ct_id\":105,\"ct_parent\":52,\"selector\":\"text_block-105-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'908994f1bd9232f997adcb93bbe2a14ba54a2afc91b4534eef4d431d4252c39b\' ct_options=\'{\"ct_id\":106,\"ct_parent\":105,\"selector\":\"span-106-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'4fd86bf0c3f566d463f6ed90ea0ba370ecc1b786751b5099b8f14d92c750cc9f\' ct_options=\'{\"ct_id\":108,\"ct_parent\":52,\"selector\":\"text_block-108-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'9b44544271ae708c0aab33dcb0f952e9486ca43804217a5f577011f5f4908839\' ct_options=\'{\"ct_id\":109,\"ct_parent\":108,\"selector\":\"span-109-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'32330a37ee71cc284dd9a29003041a0915d913419924369f4fe946649d6e14f5\' ct_options=\'{\"ct_id\":142,\"ct_parent\":52,\"selector\":\"headline-142-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$79[/ct_headline][ct_text_block ct_sign_sha256=\'a9dabd34de3edb8d17ab1b755838fd012cc96aaa15a1ff9d8ac5537de812e3fb\' ct_options=\'{\"ct_id\":154,\"ct_parent\":52,\"selector\":\"text_block-154-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'aacd72539d92dc32398138dba52d459e54dc1b28a102f793a2095297d617bc12\' ct_options=\'{\"ct_id\":80,\"ct_parent\":52,\"selector\":\"link_button-80-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'28a79b3abb83af005e096b0555b33df3d894c577f5a79aa07cb5de50be80442a\' ct_options=\'{\"ct_id\":49,\"ct_parent\":46,\"selector\":\"div_block-49-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'f23fab2545ba5e56d58a97980861e09d7b7daa52fa31061e8cc09c40b742e0f5\' ct_options=\'{\"ct_id\":54,\"ct_parent\":49,\"selector\":\"div_block-54-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'afcb30f91b176ad9c5d154b8b0d583a705534153a2dac3a317aa4a27209f9f79\' ct_options=\'{\"ct_id\":73,\"ct_parent\":54,\"selector\":\"fancy_icon-73-115\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-upload\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1f6b3e662397884ba5400dfca6c951a4e0141dbd88c279c0bdb8d32cdebef590\' ct_options=\'{\"ct_id\":62,\"ct_parent\":54,\"selector\":\"headline-62-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Private Clous[/ct_headline][ct_text_block ct_sign_sha256=\'bdc75984633e6edf47885914891993d971706f508f2581b9dc33a76d5f0ea3b6\' ct_options=\'{\"ct_id\":111,\"ct_parent\":54,\"selector\":\"text_block-111-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'0708ae53406833aa1e7a8f8c91a8efc7f28ab5208db64974769a30c05c5769a2\' ct_options=\'{\"ct_id\":112,\"ct_parent\":111,\"selector\":\"span-112-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Automatic daily backups;[/ct_text_block][ct_text_block ct_sign_sha256=\'a3a9174a23c202f30c96076db7fdc1a95fb9f13c97a33ad2018e3e79abc3b6da\' ct_options=\'{\"ct_id\":117,\"ct_parent\":54,\"selector\":\"text_block-117-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'cb84084d930044f12efa02134e5d4d413d233cee67285727873b5844f3adc46d\' ct_options=\'{\"ct_id\":118,\"ct_parent\":117,\"selector\":\"span-118-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'90b390f0867bedd957fa04dc79357270043bac0a0d8427788bfcad432fc472e4\' ct_options=\'{\"ct_id\":123,\"ct_parent\":54,\"selector\":\"text_block-123-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'2bdc219fa732f8bf135eae5919477fa66c0ab475ab748865830652eb9085b977\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"span-124-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'7094a15eb7e298304f028c3db6490d6292cb1595000db28704ff27b0965731a8\' ct_options=\'{\"ct_id\":145,\"ct_parent\":54,\"selector\":\"headline-145-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$99[/ct_headline][ct_text_block ct_sign_sha256=\'566427f041553e349fb7f1da2c7115f08cee2cd8fddd0882492772f1c7c16b7b\' ct_options=\'{\"ct_id\":156,\"ct_parent\":54,\"selector\":\"text_block-156-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'2ec814cb61880fc2413bd4847b9cff52693972d7081071fb40fd86c9ea5bfa4b\' ct_options=\'{\"ct_id\":83,\"ct_parent\":54,\"selector\":\"link_button-83-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c956d60c1a1fe7e46fba2781f5039b5098bb34c442c62e1dd1cd9f71c203927e\' ct_options=\'{\"ct_id\":50,\"ct_parent\":46,\"selector\":\"div_block-50-115\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'f323f0d57ce884ad3a5279d4559f219608ce729e7c9718e3f9d5b5dfaa87e537\' ct_options=\'{\"ct_id\":56,\"ct_parent\":50,\"selector\":\"div_block-56-115\",\"classes\":{\"0\":\"hosting-product-2-wrapper\"},\"activeselector\":\"hosting-product-2-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'ea93c4aabe3d1692c551212392ac87bcb695ab308effd0f790aab4af52ca96a4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":56,\"selector\":\"fancy_icon-75-115\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-product-2-icon\"},\"activeselector\":\"hosting-product-2-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'09708d8d65683e7fffd8719af619d7e8a3ef9662e5bf8d04716a386ac92ad62f\' ct_options=\'{\"ct_id\":64,\"ct_parent\":56,\"selector\":\"headline-64-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-product-2-title\"},\"activeselector\":\"hosting-product-2-title\"}\']Clusters[/ct_headline][ct_text_block ct_sign_sha256=\'d26843680fa5799f965c58220f049bfcf634d174675152968465111befc5c1a7\' ct_options=\'{\"ct_id\":114,\"ct_parent\":56,\"selector\":\"text_block-114-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'3b927ec2064b470d8e2dfa267aa291f591e9d9dd4a88847d1328a2e33b5d3d3a\' ct_options=\'{\"ct_id\":115,\"ct_parent\":114,\"selector\":\"span-115-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Windows and Linux VPS available;[/ct_text_block][ct_text_block ct_sign_sha256=\'cefcb0078ed3ec69418838b672953e8922844b15b7701d030183cf96e800165c\' ct_options=\'{\"ct_id\":120,\"ct_parent\":56,\"selector\":\"text_block-120-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'f1f4288a1a4c9645463fdbecf7caeda296b66ffb37015817a7887c753883b409\' ct_options=\'{\"ct_id\":121,\"ct_parent\":120,\"selector\":\"span-121-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Transparent 100% Uptime SLA;[/ct_text_block][ct_text_block ct_sign_sha256=\'2b14fbd1c440c98302289f6b0c047506a4f5f56b72d847ac7f562ee939b7fdee\' ct_options=\'{\"ct_id\":126,\"ct_parent\":56,\"selector\":\"text_block-126-115\",\"classes\":{\"0\":\"hosting-product-2-text\"},\"activeselector\":\"hosting-product-2-text\"}\'][ct_span ct_sign_sha256=\'23fb39258a1dd102690a5303b70f464338a50bd2f7ee8bcef3e05431a10fd2c0\' ct_options=\'{\"ct_id\":127,\"ct_parent\":126,\"selector\":\"span-127-115\",\"classes\":{\"0\":\"hosting-product-2-bullet\"},\"activeselector\":\"hosting-product-2-bullet\"}\']•[/ct_span]&nbsp;Easy Scalability.[/ct_text_block][ct_headline ct_sign_sha256=\'cff8fb26d58df032e1dcb5fd8d853c0c5a88bf664ec9f5c3ff703d257e8907c2\' ct_options=\'{\"ct_id\":147,\"ct_parent\":56,\"selector\":\"headline-147-115\",\"original\":{\"tag\":\"h2\"},\"classes\":{\"0\":\"hosting-product-2-digit\"},\"activeselector\":\"hosting-product-2-digit\"}\']$139[/ct_headline][ct_text_block ct_sign_sha256=\'8dbdf7b28aca2ee61166e8caa752ee753917c5cbb062cdb076bd2ebbc7f8e6e5\' ct_options=\'{\"ct_id\":158,\"ct_parent\":56,\"selector\":\"text_block-158-115\",\"classes\":{\"0\":\"hosting-product-2-label\"},\"activeselector\":\"hosting-product-2-label\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ffaa2f11a7e528d687e3fb4ff62baf0ec47b1c17ee0816a88321f460cec9b817\' ct_options=\'{\"ct_id\":85,\"ct_parent\":56,\"selector\":\"link_button-85-115\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"url\":\"/login/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Select[/ct_link_button][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'13c18dc486594112681badb786903399e8fe5a32fb489e324a573293f5e1d61c\' ct_options=\'{\"ct_id\":160,\"ct_parent\":0,\"selector\":\"section-160-115\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"720\"},\"activeselector\":false,\"nicename\":\"Providers Section\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'63fecabbb0cc464db2469d5fe0be858b4daa676e787bade048a19e5c882cb530\' ct_options=\'{\"ct_id\":162,\"ct_parent\":160,\"selector\":\"headline-162-115\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Not all hosting providers are&nbsp;the&nbsp;same[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8cd0a78cff98d5a304231eb593b9a46912e86b4432a683935b4b0bfa2b05c5cd\' ct_options=\'{\"ct_id\":167,\"ct_parent\":160,\"selector\":\"new_columns-167-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'f760d71d76cc8d58a0d658d9ac6cd61b8eba00ec5e108dc81365ebdd81ed4039\' ct_options=\'{\"ct_id\":169,\"ct_parent\":167,\"selector\":\"div_block-169-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'301dfa58f217c78956532624a82ac5a58fcca69aa52667b1822b133692e3b8f5\' ct_options=\'{\"ct_id\":161,\"ct_parent\":169,\"selector\":\"image-161-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'087d84328ed611ecefaf2bc2b97b61fca80efe29080fb7d5e9c30a54894706ac\' ct_options=\'{\"ct_id\":170,\"ct_parent\":167,\"selector\":\"div_block-170-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'ae539d448eb7ec7f48c0101f0d72c0465af5e79fc6545edcf8e6a63bc78c9f5c\' ct_options=\'{\"ct_id\":172,\"ct_parent\":170,\"selector\":\"headline-172-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']A collection of textile samples[/ct_headline][ct_text_block ct_sign_sha256=\'b98da63ed7b801c1115b960abc63b4f87070555285cf247c37e48a98a6d21f4d\' ct_options=\'{\"ct_id\":176,\"ct_parent\":170,\"selector\":\"text_block-176-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'d29c1bbe3106e9a24bd53bde6f17b9151f2ad3a485cada0b3c51cb432c4c7e25\' ct_options=\'{\"ct_id\":179,\"ct_parent\":160,\"selector\":\"new_columns-179-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'84026eaff21c4ee40cf4d2a0e48e366a937ae9aa351e0cf242c79e4380133e0d\' ct_options=\'{\"ct_id\":180,\"ct_parent\":179,\"selector\":\"div_block-180-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'c6be63cb7e0af7c49ba487ece4fe852898d088b64a91362423f49e2b6ce0ec37\' ct_options=\'{\"ct_id\":181,\"ct_parent\":180,\"selector\":\"image-181-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'4be9a30b77128cadf0135850662e362c63617ecaaec98d7b74d48e04669a6ce2\' ct_options=\'{\"ct_id\":182,\"ct_parent\":179,\"selector\":\"div_block-182-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'1ac0a6ec19a66fccb02a60a6bde1e5d116ae9ae3bf3cf9bd4affee514ccf598d\' ct_options=\'{\"ct_id\":183,\"ct_parent\":182,\"selector\":\"headline-183-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']He lay on his armour-like back[/ct_headline][ct_text_block ct_sign_sha256=\'544c278ec0ea7ea28bb92af628c4f2683e924b7590a4d11cd217ff0483b2abb2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":182,\"selector\":\"text_block-184-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'19b882823909e0552c9a703fc34176d51ba07797a7c7f6baa1c90e4edd35bf1e\' ct_options=\'{\"ct_id\":185,\"ct_parent\":160,\"selector\":\"new_columns-185-115\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'d634dbdd6438548d030e18d4f8727b5694a45d3d009a325a949f3370477f340e\' ct_options=\'{\"ct_id\":186,\"ct_parent\":185,\"selector\":\"div_block-186-115\",\"original\":{\"width\":40,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-image-wrapper\"},\"activeselector\":\"hosting-providers-1-image-wrapper\"}\'][ct_image ct_sign_sha256=\'e4f444d3591227aa672eef7405a7ca5765473a1f7f9c7ce84170bd05648af95c\' ct_options=\'{\"ct_id\":187,\"ct_parent\":186,\"selector\":\"image-187-115\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"activeselector\":\"hosting-providers-1-images\",\"classes\":{\"0\":\"hosting-providers-1-images\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6422d2c7241b1a5fb6edfd43eb7d6a27db44ce78d4e959e563ab49c99a3e82fc\' ct_options=\'{\"ct_id\":188,\"ct_parent\":185,\"selector\":\"div_block-188-115\",\"original\":{\"width\":60,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-providers-1-text-wrapper\"},\"activeselector\":\"hosting-providers-1-text-wrapper\"}\'][ct_headline ct_sign_sha256=\'cfcdf77a9c3a09002d43e012c7b108f8ef79fca28137f5ea49aeef3d5b6ea007\' ct_options=\'{\"ct_id\":189,\"ct_parent\":188,\"selector\":\"headline-189-115\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-providers-1-title\"},\"activeselector\":\"hosting-providers-1-title\"}\']His room, a proper human[/ct_headline][ct_text_block ct_sign_sha256=\'c79c60313166658e1bae958d95abc9a42c21d2ee645dbc5cca991725a6c3d5ad\' ct_options=\'{\"ct_id\":190,\"ct_parent\":188,\"selector\":\"text_block-190-115\",\"classes\":{\"0\":\"hosting-providers-2-text\"},\"activeselector\":\"hosting-providers-2-text\"}\']The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. \"What\'s happened to me?\" he thought.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'09c4ebe35e227d5f878a10c8280147353290ffb16f89bca962cc597c1fbc81c3\' ct_options=\'{\"ct_id\":195,\"ct_parent\":0,\"selector\":\"section-195-115\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"#b2d27d\"},\"1\":{\"position-unit\":\"px\",\"value\":\"#00a5bd\"}},\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"ct_category\":\"Call To Action\",\"nicename\":\"Sign Up CTA\"}\'][ct_headline ct_sign_sha256=\'17bfd10d3b51603d08fc04c8d1ca5d8507ab47ae7c41f9786a45f607b6a02a6f\' ct_options=\'{\"ct_id\":196,\"ct_parent\":195,\"selector\":\"headline-196-115\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Ready to Start?[/ct_headline][ct_text_block ct_sign_sha256=\'c805fbfa7598fb434dd17a785ec24ec95be36581230749c5079b9a7d2116584b\' ct_options=\'{\"ct_id\":200,\"ct_parent\":195,\"selector\":\"text_block-200-115\",\"original\":{\"color\":\"color(2)\",\"margin-bottom\":\"20\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']Try us risk-free with a 30 day money backed guarantee[/ct_text_block][ct_link_button ct_sign_sha256=\'50f4e3124cdcc33c8f2dd04a4d02651f3da7eeed1cdd562444b9afd9a7e4a770\' ct_options=\'{\"ct_id\":198,\"ct_parent\":195,\"selector\":\"link_button-198-115\",\"original\":{\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"25\",\"box-shadow-blur\":\"20\",\"box-shadow-spread\":\"-20\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"url\":\"/login/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false}\']Sign Up[/ct_link_button][/ct_section_2]'),
(126, 16, 'ct_other_template', '0'),
(127, 17, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'6bf9caf616fd6e2a777af4ae85c5c84eaaf652f115c2dda9aa32c3671a5e1bd9\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-114\",\"original\":{\"background-color\":\"color(7)\",\"height-unit\":\"vh\",\"height\":\"80\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"ct_category\":\"Call To Action\",\"nicename\":\"Log In Form\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\",\"height-unit\":\"auto\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'3c1784fbf9e68f96422e1db61a61abeac69746ac3687237dc3d8f3a8343768da\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-114\",\"original\":{\"background-color\":\"color(3)\",\"width-unit\":\"%\",\"width\":\"100\",\"max-width\":\"480\",\"border-radius\":\"5\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'254df16921e2043cf74dc5fe62fb6a98d88c03cd467200cacaa0a1b2bf7722a4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"headline-4-114\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"36\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Log In/Sign Up[/ct_headline][ct_div_block_4 ct_sign_sha256=\'d92ed91d2ff924162651283622b2d61f6502ff2785ac7b4f48e95da31b0adf01\' ct_options=\'{\"ct_id\":13,\"ct_parent\":3,\"selector\":\"div_block-13-114\",\"original\":{\"background-color\":\"color(7)\",\"justify-content\":\"center\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"36\",\"border-radius\":\"5\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'9bdaa2c496bf15e997522ba40b58043ec4d3b98abb93f5a6f058588266a408ec\' ct_options=\'{\"ct_id\":8,\"ct_parent\":13,\"selector\":\"fancy_icon-8-114\",\"original\":{\"icon-color\":\"color(4)\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\",\"icon-size\":\"36\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'925f2cc91b1015bd7db08fb6e221cc7152f1014f74d6cbd355ca8751a734abb7\' ct_options=\'{\"ct_id\":9,\"ct_parent\":13,\"selector\":\"headline-9-114\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"20\",\"font-weight\":\"500\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Login Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'68db52f7a80ed094d28385df61d61bcdb943c9cefa9d6e1956e9c9fb0a924b3b\' ct_options=\'{\"ct_id\":11,\"ct_parent\":13,\"selector\":\"text_block-11-114\",\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\"},\"activeselector\":false}\']Oxygen works with any Contact Form Plugins...[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_section_2]'),
(128, 17, 'ct_other_template', '0'),
(129, 18, 'ct_builder_shortcodes', ''),
(130, 18, 'ct_other_template', '11');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(131, 19, 'ct_builder_shortcodes', '[ct_section ct_sign_sha256=\'91a9635680a8233be32b5de7f79b8428f4aec55ee60b1d0e173a7819bb2b5efe\' ct_options=\'{\"ct_id\":4,\"ct_parent\":0,\"selector\":\"section-4-62\",\"original\":{\"background-color\":\"color(7)\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'f0005d17e52e17deecfa9905df97c6ccf90e75be2e7d4d7e2976b89284326e80\' ct_options=\'{\"ct_id\":7,\"ct_parent\":4,\"selector\":\"headline-7-62\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get Quote[/ct_headline][ct_text_block ct_sign_sha256=\'9d5eecc871a6b7bdc8f17eb9786950de280744a2e94eda0b9b6c2e7d959d45d9\' ct_options=\'{\"ct_id\":9,\"ct_parent\":4,\"selector\":\"text_block-9-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Since launching in April of 2004, EuroVPS now manages the hosting of&nbsp;+2,000 clients in +100 countries. We\'d love for you to&nbsp;join![/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'d014fc8d997fab5dd27431b636d4ccc555b76e69cb5bf9530092ebf7ed502db6\' ct_options=\'{\"ct_id\":518,\"ct_parent\":4,\"selector\":\"new_columns-518-62\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'29dad91d91a2ea1146b61db2ba1b55c6a9f6242321aa3094898b231eb196e4b7\' ct_options=\'{\"ct_id\":520,\"ct_parent\":518,\"selector\":\"div_block-520-62\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'ec93f9a6f9c4e65bb81db993f3121a0c3cc1d5a71c6836198242e3ce61dea42d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":520,\"selector\":\"div_block-24-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'7bdf4478941e87892fffe334c63d74bb23e9e3ba8feefc35a498602c4024b893\' ct_options=\'{\"ct_id\":531,\"ct_parent\":24,\"selector\":\"fancy_icon-531-62\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-sync\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f20e53e5e59507d3882d004b770e28b218e5ae16bd114031045adae3939cb32a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":24,\"selector\":\"text_block-26-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free migration<br>&amp;&nbsp;personalized onboarding[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ccfa9d57653b98a4aa5665ef49bdc6cb4b0d3dd163f8e300757cfaa163342cc4\' ct_options=\'{\"ct_id\":27,\"ct_parent\":520,\"selector\":\"div_block-27-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'12f6b5ce52eb68228d5314bec7d9592e5e5ece0272d01ed51127bd80c257132a\' ct_options=\'{\"ct_id\":532,\"ct_parent\":27,\"selector\":\"fancy_icon-532-62\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'af8b10588f560762b5450ccf188f69e434c1d06d77c598873a29b480ea7d4a65\' ct_options=\'{\"ct_id\":29,\"ct_parent\":27,\"selector\":\"text_block-29-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']100% credit<br>backed SLA[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d2efe8db0e1165cfcb8219361988b55989d43bf1ffedfc05a31b6f6c02470249\' ct_options=\'{\"ct_id\":30,\"ct_parent\":520,\"selector\":\"div_block-30-62\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2e2fb8c0638ba9502e5611601374ecfc84d6a02175bedc488e381ba2becb3ca6\' ct_options=\'{\"ct_id\":534,\"ct_parent\":30,\"selector\":\"fancy_icon-534-62\",\"original\":{\"icon-id\":\"Lineariconsicon-bullhorn\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'48c9821b0c96c1d8cd29f0fe392fe3ec303368c4841dee3107715b35db393bcd\' ct_options=\'{\"ct_id\":32,\"ct_parent\":30,\"selector\":\"text_block-32-62\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Unlimited support<br>at no extra cost[/ct_text_block][/ct_div_block_3][ct_text_block ct_sign_sha256=\'9e391318860a984b26703ea8bfb8a68072d123ec662d62416039ae69eddb6041\' ct_options=\'{\"ct_id\":117,\"ct_parent\":520,\"selector\":\"text_block-117-62\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']Since launching in April of 2004, EuroVPS now manages the&nbsp;hosting of +2,000 clients in +100 countries. We\'d love for you to&nbsp;join!<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'730f563ece9da7ef641df06a7d2c4e620f68f9ddfdb845eb65f6e0fd857a19c6\' ct_options=\'{\"ct_id\":521,\"ct_parent\":518,\"selector\":\"div_block-521-62\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'32c4824762b40fc5e56f9de98bd9fba5ed5233e71e0d5e2b755c93bb711ed6b3\' ct_options=\'{\"ct_id\":119,\"ct_parent\":521,\"selector\":\"headline-119-62\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Request 14-Day Free Trial[/ct_headline][ct_div_block_3 ct_sign_sha256=\'7e2451f77e3dbe95657e8d4332c8f6ffd69820f79b916fb9860d1d94c9489dec\' ct_options=\'{\"ct_id\":467,\"ct_parent\":521,\"selector\":\"div_block-467-62\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'4266f019ea7bb8bb60697ea4a075473c39d237cf6fd8c6a27f2e6a4916ce5f92\' ct_options=\'{\"ct_id\":468,\"ct_parent\":467,\"selector\":\"fancy_icon-468-62\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d43953f3041e35fc7fb1a1d1e619a64cba5349b8ef358fec14a460feef81b4f4\' ct_options=\'{\"ct_id\":469,\"ct_parent\":467,\"selector\":\"headline-469-62\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'c6fe55dc4c0206c909d4e40e1932522d397136d4f970035ff3b2af82b428e963\' ct_options=\'{\"ct_id\":471,\"ct_parent\":467,\"selector\":\"text_block-471-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Oxygen works with any Contact Form Plugins[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f0e54165345cf9c7137c2b405c6215e304e91b0d08f4e8899404e1b5bc50d9b0\' ct_options=\'{\"ct_id\":293,\"ct_parent\":0,\"selector\":\"section-293-62\",\"original\":{\"container-padding-top\":\"160\",\"flex-direction\":\"column\",\"display\":\"flex\",\"justify-content\":\"flex-start\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"container-padding-bottom\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"120\"}}},\"nicename\":\"Contact\",\"ct_category\":\"Contact\"}\'][ct_new_columns_2 ct_sign_sha256=\'6998947522119027c457951452250a6e1cfa1bd1f7652bd5bf665acc3cee71d2\' ct_options=\'{\"ct_id\":461,\"ct_parent\":293,\"selector\":\"new_columns-461-62\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'c2f5c993b5b424f500213d2f389acaece76dd9ef3e72277867abec659ffa213e\' ct_options=\'{\"ct_id\":463,\"ct_parent\":461,\"selector\":\"div_block-463-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'6642e4128c741f624beea3b3ab8a38074313663d218c799f24ee5ec3f4d0abc5\' ct_options=\'{\"ct_id\":297,\"ct_parent\":463,\"selector\":\"headline-297-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Interested in working together?[/ct_headline][ct_text_block ct_sign_sha256=\'0e5131e067e16fe69db1423186ebc3eb3eadaa55731682245e7b16fcfc25feaf\' ct_options=\'{\"ct_id\":299,\"ct_parent\":463,\"selector\":\"text_block-299-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Get a free one-on-one consultation to receive an offer based on&nbsp;your use case and specific needs.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'64339ff0751dada131e99c22a1b6b02beac5d9b693cbd75dbb555e1f3ba360f2\' ct_options=\'{\"ct_id\":527,\"ct_parent\":463,\"selector\":\"div_block-527-62\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'b8ab9b0c573815c5254b08a04440a69779d12df6967d6d33fe82adeb27c86dce\' ct_options=\'{\"ct_id\":528,\"ct_parent\":527,\"selector\":\"fancy_icon-528-62\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'79e6f8edce64292c31ab7e995375b303e65dde55e8c48751658015d979d19c6a\' ct_options=\'{\"ct_id\":529,\"ct_parent\":527,\"selector\":\"headline-529-62\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"},\"activeselector\":false}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'662542a5b51d69dc535a60a16f4e7db5bd056af14f563dcf59fdf9b5989b8f51\' ct_options=\'{\"ct_id\":530,\"ct_parent\":527,\"selector\":\"text_block-530-62\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Oxygen works with any Contact Form Plugins[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d2e59ba67147c8c31a97784123cb1c4c6696823c2ba7cc643943c12b0b8dcedd\' ct_options=\'{\"ct_id\":464,\"ct_parent\":461,\"selector\":\"div_block-464-62\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'06626cfadf2386bde8f57e05fb3ef0f92a7872492ab6a99a1e5f4c965081aa32\' ct_options=\'{\"ct_id\":341,\"ct_parent\":464,\"selector\":\"headline-341-62\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Call Us[/ct_headline][ct_text_block ct_sign_sha256=\'dd243bcbfc275c80a57a6df53cf43515ca6f8a0be601a5b7795d6ccd9e42c460\' ct_options=\'{\"ct_id\":343,\"ct_parent\":464,\"selector\":\"text_block-343-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']NL: +31 8 5208 6592[/ct_text_block][ct_text_block ct_sign_sha256=\'0ba5cad4bb586eb32b31620f55dff83db28db64faea577b0765c53a9424d10c4\' ct_options=\'{\"ct_id\":476,\"ct_parent\":464,\"selector\":\"text_block-476-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']UK: +44 2038 089 127[/ct_text_block][ct_text_block ct_sign_sha256=\'63f311af4aa804c712a1953f464cac7fd99112e0211f6b88d466d80ba4a3f1a9\' ct_options=\'{\"ct_id\":477,\"ct_parent\":464,\"selector\":\"text_block-477-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']USA: +1 888 426 1427[/ct_text_block][ct_headline ct_sign_sha256=\'4ca3194704c1167e17e37083b7f33807bf822636235bc137e4a352f509e88781\' ct_options=\'{\"ct_id\":482,\"ct_parent\":464,\"selector\":\"headline-482-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Sales[/ct_headline][ct_text_block ct_sign_sha256=\'4b21030c382514d3b1318ae8221f88952662c8d432eb236b061b27021ffa4fb7\' ct_options=\'{\"ct_id\":490,\"ct_parent\":464,\"selector\":\"text_block-490-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Monday - Saturday:&nbsp;9am - 5pm CET[/ct_text_block][ct_text_block ct_sign_sha256=\'6cb70b3a8ae5dc441aa2d8bc0e9815f4b6d409b33fdfc0e965e1a256fec18141\' ct_options=\'{\"ct_id\":496,\"ct_parent\":464,\"selector\":\"text_block-496-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Sunday:&nbsp;Closed[/ct_text_block][ct_text_block ct_sign_sha256=\'a2bedc2ab3d6a993c157dc6e1c7d8c3da885abd0803bd97f4ad63b46eb329198\' ct_options=\'{\"ct_id\":497,\"ct_parent\":464,\"selector\":\"text_block-497-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Email: <a href=\"mailto:sales@example.com\">[ct_span ct_sign_sha256=\'6283bd2ab465c132a63e32bdcaa2217b38974b3fc006ebfeed921ef22e5f2bb9\' ct_options=\'{\"ct_id\":505,\"ct_parent\":497,\"selector\":\"span-505-62\",\"classes\":{\"0\":\"hosting-contact-3-textlink\"},\"activeselector\":\"hosting-contact-3-textlink\"}\']sales@example.com[/ct_span]</a>[/ct_text_block][ct_headline ct_sign_sha256=\'06c7406a235e5e745278ae307d124b405b7eefddde8edcb9c5f819ec4dfdd92d\' ct_options=\'{\"ct_id\":485,\"ct_parent\":464,\"selector\":\"headline-485-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Administration[/ct_headline][ct_text_block ct_sign_sha256=\'4b01fd70a9b8768624c8686a000a8e1de7486e26e7fd29959cf237e5530a17fa\' ct_options=\'{\"ct_id\":507,\"ct_parent\":464,\"selector\":\"text_block-507-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Monday - Saturday:&nbsp;9am - 12pm CET[/ct_text_block][ct_text_block ct_sign_sha256=\'6808ace661d0850367173482c0c2431cf54f1dead6168b150a87fe01f8777c83\' ct_options=\'{\"ct_id\":509,\"ct_parent\":464,\"selector\":\"text_block-509-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Sunday: Closed[/ct_text_block][ct_text_block ct_sign_sha256=\'8454a26de227a0e95f5cd10d9545860e79795e0adb55554b36a25b9209a47b16\' ct_options=\'{\"ct_id\":511,\"ct_parent\":464,\"selector\":\"text_block-511-62\",\"classes\":{\"0\":\"hosting-contact-3-text\"},\"activeselector\":\"hosting-contact-3-text\"}\']Email: <a href=\"mailto:sales@example.com\">[ct_span ct_sign_sha256=\'fe8742b5a90aeaa74df10f75c4d21016f62a34c1f02532e169c73be5883f9175\' ct_options=\'{\"ct_id\":512,\"ct_parent\":511,\"selector\":\"span-512-62\",\"classes\":{\"0\":\"hosting-contact-3-textlink\"},\"activeselector\":\"hosting-contact-3-textlink\"}\']admin@example.com[/ct_span]</a>[/ct_text_block][ct_headline ct_sign_sha256=\'9d3805e1b8e91b77a3ece4c40b2127148fb38aeb09d199ffff69bcc28a0e8176\' ct_options=\'{\"ct_id\":487,\"ct_parent\":464,\"selector\":\"headline-487-62\",\"original\":{\"tag\":\"h3\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hosting-contact-3-title\"},\"activeselector\":\"hosting-contact-3-title\"}\']Follow Us[/ct_headline][oxy_social_icons ct_sign_sha256=\'c4e454c9e6cb748ce0336275cfa66d7cf4d96783b2b8cfbcc9a52ee4f37d4318\' ct_options=\'{\"ct_id\":457,\"ct_parent\":464,\"selector\":\"_social_icons-457-62\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"4\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(4)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(8)\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'7ab9f73e42cd9154acce552178d0f958b5a61fdb0fa02bfbfefabd9346ade4dd\' ct_options=\'{\"ct_id\":419,\"ct_parent\":0,\"selector\":\"section-419-62\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"FAQ Accordion Dark\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}},\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'e8d9db1ab548a960a7d8daa52c7ebd1f4dc5400a4b00b82cbda463ce89174866\' ct_options=\'{\"ct_id\":421,\"ct_parent\":419,\"selector\":\"headline-421-62\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Frequently Asked Questions[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'b66725f95f768fbce0641d01de677152ee9f05f20b6667e8572acf913076cc4c\' ct_options=\'{\"ct_id\":422,\"ct_parent\":419,\"selector\":\"new_columns-422-62\"}\'][ct_div_block_3 ct_sign_sha256=\'c8620d5b8948218eaf7e6e698131c347f9de256b4908fa23fa52888002e4d06b\' ct_options=\'{\"ct_id\":423,\"ct_parent\":422,\"selector\":\"div_block-423-62\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_4 ct_sign_sha256=\'41b8d94116be275c10aeffb64072a5bb119e3b48043e8572403eda3caf70071d\' ct_options=\'{\"ct_id\":424,\"ct_parent\":423,\"selector\":\"_toggle-424-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f3d98079a2e66d4c3122c04aee9a5fa8e2ffd2c2b47641e8fa62aa0774f94b21\' ct_options=\'{\"ct_id\":425,\"ct_parent\":424,\"selector\":\"headline-425-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'ecd09f0ace46b7410f7aad8d994861f8649d1af8cc390f06eb799e13d5491e67\' ct_options=\'{\"ct_id\":426,\"ct_parent\":423,\"selector\":\"text_block-426-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'ba4029539ebfd077f72dcf71a8bb1375084b8d4be0cc805e4d721519ba344dbe\' ct_options=\'{\"ct_id\":427,\"ct_parent\":423,\"selector\":\"_toggle-427-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'7a1dab1063cfb4303e8b1f891dba8f15efe55535e3eac980fcc15b9c540ecfd2\' ct_options=\'{\"ct_id\":428,\"ct_parent\":427,\"selector\":\"headline-428-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b4c25b3ccf244991d44ca1e74e30c78136c31d2012c7622330bd91c0d5bd4926\' ct_options=\'{\"ct_id\":429,\"ct_parent\":423,\"selector\":\"text_block-429-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'f2c6c97efb33eed73c672e5f15d0f6db488ffe0f276bc66c800563ce221ac37e\' ct_options=\'{\"ct_id\":430,\"ct_parent\":423,\"selector\":\"_toggle-430-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fef70a5df6eeccc2d5936f74f3e02bded78698bb88baf2ea867d1121cb2b6b54\' ct_options=\'{\"ct_id\":431,\"ct_parent\":430,\"selector\":\"headline-431-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'83ae1d37ea3e82e6a40fffc3e7d602a4a0e26c8e5936caf206baef0f443fdaf8\' ct_options=\'{\"ct_id\":432,\"ct_parent\":423,\"selector\":\"text_block-432-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'8d82a1525e4a70355e84b5c3d3dd401d83fd7cb487415c8aba15dcf8f449cca7\' ct_options=\'{\"ct_id\":433,\"ct_parent\":423,\"selector\":\"_toggle-433-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f5afe68bb9b2a3481d7254005f8b5c341b67400a8f07b2ee1f59437771e2ce60\' ct_options=\'{\"ct_id\":434,\"ct_parent\":433,\"selector\":\"headline-434-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'c1199fd941eed2761b3c3dca284e6823d44e165d9717c0a9668f1f2b844fc61c\' ct_options=\'{\"ct_id\":435,\"ct_parent\":423,\"selector\":\"text_block-435-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'f9f04d3d02cf6d395f5c82945c0dd0ceaee6f90e6a8aa0fe09aa206837e2c291\' ct_options=\'{\"ct_id\":436,\"ct_parent\":423,\"selector\":\"_toggle-436-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e58f687832932d9679f98f2bc66d9ba39c81f0d1a56bca14f9a46af171792ba5\' ct_options=\'{\"ct_id\":437,\"ct_parent\":436,\"selector\":\"headline-437-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b871d946d0786e16395a7182bd7cc4c57e8670854531ac2fa59b4127cc3eaf5b\' ct_options=\'{\"ct_id\":438,\"ct_parent\":423,\"selector\":\"text_block-438-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f09fe3aa598a09f62d6b5925bd9c2985ea981cfe72af0552b83b9bd5043e3b49\' ct_options=\'{\"ct_id\":439,\"ct_parent\":422,\"selector\":\"div_block-439-62\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_4 ct_sign_sha256=\'89c885c90e8aeda76e78fffb5baad5795cc7247265dcbbc743f4710dbfc3d989\' ct_options=\'{\"ct_id\":440,\"ct_parent\":439,\"selector\":\"_toggle-440-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'74c93987fc84fdda43a816121c6883fb3f17d1d93bb392fc214262d5e0a29fec\' ct_options=\'{\"ct_id\":441,\"ct_parent\":440,\"selector\":\"headline-441-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'0c2de781cf23d2bae5bc151804ddaf68830a1881c7b770d0fdd69089d795cdba\' ct_options=\'{\"ct_id\":442,\"ct_parent\":439,\"selector\":\"text_block-442-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'bdc4d8b8d5806d2fea69cf87e7d9507eaf2ce10b3a95b50b2e9fd4564ddbff52\' ct_options=\'{\"ct_id\":443,\"ct_parent\":439,\"selector\":\"_toggle-443-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a38e0e26c0fb508ed9fecdd6d8aeb1a1b3f3ce1296d851b57a419dc92794d582\' ct_options=\'{\"ct_id\":444,\"ct_parent\":443,\"selector\":\"headline-444-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'fbbb2353a384d59fb7c12387a9fdacf013dba7cbff6a3ab47219f059b2cfb214\' ct_options=\'{\"ct_id\":445,\"ct_parent\":439,\"selector\":\"text_block-445-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'b0006b0e362f904366ef1e9063548730f8dc3ddc1dd1c77602a0353baadc0631\' ct_options=\'{\"ct_id\":446,\"ct_parent\":439,\"selector\":\"_toggle-446-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'8016fee4cdb4cacad13bc8c534858e348202386cf06b781eaf8b56f0e37eae53\' ct_options=\'{\"ct_id\":447,\"ct_parent\":446,\"selector\":\"headline-447-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'06712de5cf12007fb7601f23cdc06fb64c72ff918791f8eb86c46b694fdf0021\' ct_options=\'{\"ct_id\":448,\"ct_parent\":439,\"selector\":\"text_block-448-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'9654860883839d7cba1fe1f02ed2bae334a12f993642e6dcb68747781aec8bf0\' ct_options=\'{\"ct_id\":449,\"ct_parent\":439,\"selector\":\"_toggle-449-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'12126e9e0637f971836bec1c6d616e053c9c3943f22b963842e1ae7264ff161b\' ct_options=\'{\"ct_id\":450,\"ct_parent\":449,\"selector\":\"headline-450-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'b3dbeea1880da186bde1184cdf87ee35ae344fac69d74b31a13da21d9e3a0229\' ct_options=\'{\"ct_id\":451,\"ct_parent\":439,\"selector\":\"text_block-451-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_4 ct_sign_sha256=\'d0b2febd116dfc4e636d852c677593e8cf001cf1db2e766e279f02cb6e30f958\' ct_options=\'{\"ct_id\":452,\"ct_parent\":439,\"selector\":\"_toggle-452-62\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5f11073948e1b517ac8c965b2d85c0121fb363936bf287e50e563de9844fc81f\' ct_options=\'{\"ct_id\":453,\"ct_parent\":452,\"selector\":\"headline-453-62\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_4][ct_text_block ct_sign_sha256=\'2b4046660d59e4a7498b03b67389a427bc16875d43e9d9ea019ef8bd61aec4a0\' ct_options=\'{\"ct_id\":454,\"ct_parent\":439,\"selector\":\"text_block-454-62\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]'),
(132, 19, 'ct_other_template', '0'),
(133, 20, 'ct_builder_shortcodes', ''),
(134, 20, 'ct_other_template', '0');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(135, 21, 'ct_builder_shortcodes', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'1593b64b3425e49fbe9ead85a9c4e16ecdcefb41495becfdb130fa34cc7b6450\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'47ad0ed9c24249a54327edd5154029f8d5e1c0a7c15aed6533897ec0741c834e\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\']Customers choose us because they get the highest quality and world-class products to realise their dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2bc371aae4593ff6d00fcef804f632f7a9972e61675c365925e6140c30982db2\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'2394eebc318d506407c9cbe6ea2b199037557c6498b1e63791011a60b4536b46\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'ac46cf0898eb4177ff71353955cc7573c22a1f375ee2f0963dc7f89c20e26192\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'1d0d6f1d1d042bc7675458c61ac1adf6857c0d9dd3500f327f5c7207dae44f61\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the requirement of doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'48a7938163de8057e4525dec416b636527a904bd89ace1d3b44ebcec964bcdac\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'01bef2512bf89e9d60e8d08415645836229858fcf698f755bdafa30070a614ee\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'59afa0835a7b4fe90e728d76a7671cabd94cac1e6943ea05877bd83762a1e33a\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e765e191b418001e1b07b9a31d3fe08f7dd04a07e83b517d49d75de8dbc5ef3b\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'c803099211aa3387eb70c109e9a7cae97324a29e0036b226b1771a8d54efeded\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b76f1b7bfdd8a116a096365336c69cd8991fc0b20defdf2e5c3bf430510e7f49\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2857dc349fea585af7fc436ad7c66dc8b58f6b2a93b658e270d2f194ab4edba9\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'79c21a53809de3d39254948ec60aa13493932dab54a7eed740531875c7656f93\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Tostem + Aluk[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3ccff44b6df565e2362ac46c9f8aba868d741cd042c78b60055d143457011334\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f32d3f8247cb98fa205abf21f7786d2b2941df13bdad240bf7f774da77fc75\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'e251189d1b71a8129bf7872acda6982800679d53e7b2be8f6e77181d944fc90b\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Hunter Douglas[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cad52e5839fde0374f92fe907bcb7f442f0222ec491be4b9a3168203480954b4\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'f635ecc513942dc631b1a1292ab5382823c41535d6796642e7fae8216abb374f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'716f42c132ac9faad1a10d84acb8046a3a95e293874ad0610c79c890e58ed67c\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Provide brief description of Build Track[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(141, 21, 'ct_page_settings', 'a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),
(136, 21, 'ct_other_template', '0'),
(137, 30, '_wp_attached_file', '2020/09/tostem-house.jpg'),
(138, 30, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2020/09/tostem-house.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"tostem-house-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"tostem-house-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tostem-house-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"tostem-house-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"tostem-house-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;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:{}}}'),
(274, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'8e168e692fecc4a47d9de8846fba8ec2c474b9fdcf3f05e47d5aef90228ca99d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(245, 51, '_wp_attached_file', '2020/10/NewGEN-Logo-scaled.jpg'),
(246, 51, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:818;s:4:\"file\";s:30:\"2020/10/NewGEN-Logo-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"NewGEN-Logo-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-1024x327.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"NewGEN-Logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"NewGEN-Logo-768x245.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-1536x491.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"NewGEN-Logo-2048x655.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:655;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:{}}s:14:\"original_image\";s:15:\"NewGEN-Logo.jpg\";}'),
(247, 52, '_wp_attached_file', '2020/10/NewGen-Windows-Logo.png'),
(248, 52, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3445;s:6:\"height\";i:915;s:4:\"file\";s:31:\"2020/10/NewGen-Windows-Logo.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NewGen-Windows-Logo-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-1024x272.png\";s:5:\"width\";i:1024;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"NewGen-Windows-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"NewGen-Windows-Logo-768x204.png\";s:5:\"width\";i:768;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-1536x408.png\";s:5:\"width\";i:1536;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"NewGen-Windows-Logo-2048x544.png\";s:5:\"width\";i:2048;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(249, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'980efb3a6e5aaaa1a23a4ad8df1f1293cb0bb2e90f9a2d384ca4594a153f4a3e\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'d55d1e8cab4ac7c2049f532454e9e50f75f30c9d828179124765aceaec8725e6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'2fa6900d681e73f90195571071f2dd191cfc14d56229d3a8cbb32f46737f5174\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'a06d232fb362f3eb9951663c2e47fb40a24359c77d06bf6f88eacc07e392a70f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'b738bd19e1cff9c3ca1ba5641e65bb2fd5c0b9564af6db7613a4534862a7f6c5\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'ed42771aed384e6b8bfb9816f17ad03d5508cb52467bffbcab6c6db744f96511\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'a6639ad45389efeb511edaa167bde2d17223a56b2ed4b859f4a56a25cea39268\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Logo@2x.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'5f4a4d80fd716316093f82f5e2be1dba34daa9907ff7ac6c5db902f5964f69f4\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'9a3aa9f43e6117bf21bd7136d138580c2c4b3c3f9ad335b3a2c8a62f51890e47\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'b59ef5e4ad652a17265ec47c3e3072c3a3abd17727da7088e7cba50f19462062\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"link_button-30-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-simple-button\",\"classes\":{\"0\":\"hosting-simple-button\"}}\']Create Account[/ct_link_button][ct_link_button ct_sign_sha256=\'0cd95fd68bccdec7789efeebd373304e61fcd1d33734f90bf11068f5ba651f36\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Login[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'04e692ac810040776b2e26bb915efcae012e749581a90316d4bc84a4d7b34e67\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'17cd677987c12984952f168b94ce3df6ec06afb0732839ab17ea9fcf56b2424c\' ct_options=\'{\"ct_id\":100,\"ct_parent\":8,\"selector\":\"new_columns-100-87\",\"original\":{\"border-bottom-style\":\"solid\",\"border-bottom-width\":\"1\",\"border-bottom-color\":\"color(2)\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"border-bottom-style\":\"none\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'1c6bed7a00b8abcf497974c5b2f6954239f8fc8ac7dc3b084510acb1bac6c38f\' ct_options=\'{\"ct_id\":101,\"ct_parent\":100,\"selector\":\"div_block-101-87\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'be881668bcb306e1bfea0ad8f6e244353f4ce751d75197e6691ac2f4f1485add\' ct_options=\'{\"ct_id\":149,\"ct_parent\":101,\"selector\":\"fancy_icon-149-87\",\"original\":{\"icon-id\":\"Lineariconsicon-cloud-sync\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'5fc78275a182b70d774526628cfd1273f62fb1452b973946f556864cf9f3d899\' ct_options=\'{\"ct_id\":110,\"ct_parent\":101,\"selector\":\"text_block-110-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']Free migration<br>&amp; personalized onboarding[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'81923232f11f577aba7c9f28672241019ff0c780a4918a7f7e477b2b0c3103b7\' ct_options=\'{\"ct_id\":102,\"ct_parent\":100,\"selector\":\"div_block-102-87\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'3019db50745bf068d57e34823a987ef513535bfe0f7b935a5a83f77eddcd6861\' ct_options=\'{\"ct_id\":150,\"ct_parent\":102,\"selector\":\"fancy_icon-150-87\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'dea4b12d64c96dfdcee3afc4a64d29825f22d8396616b4f28d520d50332f8d17\' ct_options=\'{\"ct_id\":111,\"ct_parent\":102,\"selector\":\"text_block-111-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']100% credit<br>backed SLA[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e9103dfc2197fc1f8f168fa945c3a2fe668138880234b7a2e17b018055f1c21f\' ct_options=\'{\"ct_id\":103,\"ct_parent\":100,\"selector\":\"div_block-103-87\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-footer-1-column\"},\"activeselector\":\"hosting-footer-1-column\"}\'][ct_fancy_icon ct_sign_sha256=\'32f6cf9587a2bb79c14eb5659def807a0f3aabca0f1f7500a1d3566f8a95c087\' ct_options=\'{\"ct_id\":152,\"ct_parent\":103,\"selector\":\"fancy_icon-152-87\",\"original\":{\"icon-id\":\"Lineariconsicon-bullhorn\"},\"classes\":{\"0\":\"hosting-footer-1-image\"},\"activeselector\":\"hosting-footer-1-image\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c76cb34144053b2ae82c94f1d0f2f90407438ee02baa1f6251068c4a4f109977\' ct_options=\'{\"ct_id\":113,\"ct_parent\":103,\"selector\":\"text_block-113-87\",\"classes\":{\"0\":\"hosting-footer-1-text\"},\"activeselector\":\"hosting-footer-1-text\"}\']Unlimited support<br>at no extra cost[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'3afd6bd19c3547fd7b6d48d84812721e10305e0e94bb299b2246a5e858c2b18b\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'667ce168f85b49930ab0fe7eb99c5e67099198a36d68e7d1be2daaeb7d6adc77\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'6e900e4e2dcede03774c9b2d813d618fbaa71732894ba7adfb2ebc21ecd21dfb\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'182c020dee8bd66ed2fe5fd7e09720b19b9eb6f1ddd4c4ff1868a84a5b881eed\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Logo@2x.png\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'6a87c0f5e1ab9dbe3e2edf6ea750066a10bd1e82dcfbe3ec4e0c40c4d8e52415\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']Proudly designed with Oxygen, the world\'s best visual website design software[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1f7759d1ea3c0c448a74325090f11b462a30169b7cb1bda11ddf9e1b5668266a\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'9135a8bced3886c068b9bc2940ccbb7f1bde847047c27c242c35cb9d1f3f425e\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']We in Social Networks[/ct_headline][oxy_social_icons ct_sign_sha256=\'b1f3f00678c5996fe490b264b61e42e1027cebb42d3351ecc66acec8ce971942\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://linkedin.com\",\"icon-youtube\":\"https://youtube.com\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(144, 31, '_wp_attached_file', '2020/09/buildtrack-logo.png'),
(145, 31, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:437;s:6:\"height\";i:142;s:4:\"file\";s:27:\"2020/09/buildtrack-logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"buildtrack-logo-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"buildtrack-logo-150x142.png\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(146, 32, '_wp_attached_file', '2020/09/hunter-douglas-logo-1.png'),
(147, 32, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:130;s:4:\"file\";s:33:\"2020/09/hunter-douglas-logo-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hunter-douglas-logo-1-300x65.png\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"hunter-douglas-logo-1-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(148, 33, '_wp_attached_file', '2020/09/Tostem-Aluk.jpg'),
(149, 33, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:572;s:6:\"height\";i:362;s:4:\"file\";s:23:\"2020/09/Tostem-Aluk.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Tostem-Aluk-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tostem-Aluk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(150, 34, '_wp_attached_file', '2020/09/Tsotem-logo.png'),
(151, 34, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:390;s:6:\"height\";i:186;s:4:\"file\";s:23:\"2020/09/Tsotem-logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Tsotem-logo-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tsotem-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(221, 49, '_wp_attached_file', '2020/10/navdeep.jpeg'),
(250, 13, 'ct_builder_shortcodes_revisions_dates', '1602429158'),
(254, 13, 'ct_builder_shortcodes_revisions_dates', '1602429405'),
(255, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'8e168e692fecc4a47d9de8846fba8ec2c474b9fdcf3f05e47d5aef90228ca99d\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a59777f6b395d6fc6add9188d7d54cc455f5b3ed9de2af5efcb3f37b127d5457\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'30e76ece53f53c4ecc1ce36dd4947354663b650bdd7ee5b805618b92d960fefc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'d5877a5f976828ef3ab952aa67b1a3c1e51356d379add4ba4021517af0e7bd5f\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'6b3826b7f47993ecc8781711128589c549462e8ce6d6db424cf904d785c4b25e\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'8328dbcb96ad6f884386ab7dd9eb3e54a29c3d9444f3800ac616a1a6b2296b92\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'87e46cd5415105201c1a1e4bd1d60a12c0d424c6d5c8225fb844f707b91a21a7\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url\":\"/login/\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(256, 13, 'ct_builder_shortcodes_revisions_dates', '1602429419'),
(257, 13, '_edit_lock', '1602430103:1'),
(258, 53, '_wp_trash_meta_status', 'publish'),
(259, 53, '_wp_trash_meta_time', '1602429465'),
(279, 13, 'ct_builder_shortcodes_revisions_dates', '1602430199'),
(275, 13, 'ct_builder_shortcodes_revisions_dates', '1602430130');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(276, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]'),
(277, 13, 'ct_builder_shortcodes_revisions_dates', '1602430135'),
(278, 13, 'ct_builder_shortcodes_revisions', '[ct_div_block ct_sign_sha256=\'91221cced29fe82b27540a736bdc1bd5cd01fab8024302bf4186b7d0f0a68896\' ct_options=\'{\"ct_id\":148,\"ct_parent\":0,\"selector\":\"div_block-148-87\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"justify-content\":\"space-between\",\"min-height-unit\":\"vh\",\"min-height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'de8661c2e16400d5b7298d7fe370a57b9e68eccb500e3fad2f1ab2f2d0858bd9\' ct_options=\'{\"ct_id\":144,\"ct_parent\":148,\"selector\":\"div_block-144-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false}\'][oxy_header ct_sign_sha256=\'3ef271807ae9f848fc7f3283f8c883dd53c1b9a44fd409a4cddb4cc2e7633377\' ct_options=\'{\"ct_id\":2,\"ct_parent\":144,\"selector\":\"_header-2-87\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"gradient\":{\"colors\":{},\"linear-angle\":\"90\"},\"width-unit\":\"%\",\"width\":\"100\"},\"activeselector\":false,\"nicename\":\"Main Header\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'87c2a4d81b9d7ba4b02ddf59c64b37885ba024196a2ad2be5eda16acefebc445\' ct_options=\'{\"ct_id\":22,\"ct_parent\":2,\"selector\":\"_header_row-22-87\",\"activeselector\":false,\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"stack-header-vertically\":\"phone-landscape\",\"background-color\":\"color(4)\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"gradient\":{\"colors\":{},\"linear-angle\":\"270\"}}}}}\'][oxy_header_left ct_sign_sha256=\'f7f2bbe3ad02e59329453624c6a2d4fedc67b3015931d517932ff1eaefd9dbb6\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"_header_left-23-87\"}\'][ct_link_4 ct_sign_sha256=\'8184e96ec192abf0e1880db94ef38828928736b5f54dc62fdac88d1c57f7fa25\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link-24-87\",\"original\":{\"url\":\"/\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'24f6751a1e066fb11f0bf78958a0809ce6ffeedb701b5fa3d6054bb34356c8b4\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][/oxy_header_left][oxy_header_center ct_sign_sha256=\'ed42c65b3778e912b84a0488d51fde1aca2ba9bdf29e11176b456d89407f8ae9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":22,\"selector\":\"_header_center-26-87\"}\'][oxy_nav_menu ct_sign_sha256=\'f22d4ccc9dd72991c4d30d156375d9ed487f88fac2563b13e725f6808fc08472\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"_nav_menu-27-87\",\"original\":{\"menu_responsive\":\"tablet\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"12\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"12\",\"menu_flex-direction\":\"row\",\"menu_id\":\"2\",\"menu_color\":\"color(2)\",\"menu_font-size\":\"16\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"400\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_background_color\":\"color(4)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"2\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(2)\",\"menu_responsive_icon_color\":\"color(3)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'28bcd0379f56bd929e88a357b5aa55295ee4a7c621edbcc32195cfe2594b93f9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":22,\"selector\":\"_header_right-28-87\"}\'][ct_div_block_4 ct_sign_sha256=\'3a477b1006604886af55545d35270c73b865559df26906d84237913239a2bcd2\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-87\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\"}}},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'29f1896f993b17508d21743b979034292400bc48ab2e48e9fc1abf6e0f2a80a3\' ct_options=\'{\"ct_id\":31,\"ct_parent\":29,\"selector\":\"link_button-31-87\",\"original\":{\"url_encoded\":\"true\",\"target\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-white-outline-button\"}}\']Contact Us[/ct_link_button][/ct_div_block_4][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content_3 ct_sign_sha256=\'1577d56e28ee58c6368ba0a67afe5d82627c435a456b589fdc5c6bd211b7ef83\' ct_options=\'{\"ct_id\":7,\"ct_parent\":144,\"selector\":\"inner_content-7-87\"}\'][/ct_inner_content_3][/ct_div_block_2][ct_section_2 ct_sign_sha256=\'009965131669c3b0a1a32a846e938d8bfb6daa0a7f830a9dbe94bf813e18b8f3\' ct_options=\'{\"ct_id\":8,\"ct_parent\":148,\"selector\":\"section-8-87\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"4\"}}}}\'][ct_new_columns_3 ct_sign_sha256=\'e4632e7e90ebe7a4a50e6b9fc8afa6b22608f42c1bde75a6b11c285f0ed7a15e\' ct_options=\'{\"ct_id\":121,\"ct_parent\":\"8\",\"selector\":\"new_columns-121-87\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce354a714dbdd59a6be84db69dd26283d2f390ec4a39d24e2a48c9e87431365\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-87\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_4 ct_sign_sha256=\'8db25e28ab41cc6d2ee75cc3d72bb77922d9e03938b19da3617fbcac13e78aee\' ct_options=\'{\"ct_id\":129,\"ct_parent\":122,\"selector\":\"link-129-87\",\"original\":{\"url\":\"/\",\"margin-bottom\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":\"hosting-logo\",\"classes\":{\"0\":\"hosting-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\'][ct_image ct_sign_sha256=\'310762dfe387f2efe5c0ef96479ad0b7e49b2145afa70308ff6509d0c133aa52\' ct_options=\'{\"ct_id\":130,\"ct_parent\":129,\"selector\":\"image-130-87\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo-scaled.jpg\",\"width\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_link_4][ct_text_block ct_sign_sha256=\'2d432b539d4c1516b8f453401bf7963f1cabf596299c16f273558f0b5b311f88\' ct_options=\'{\"ct_id\":135,\"ct_parent\":122,\"selector\":\"text_block-135-87\",\"original\":{\"font-size\":\"12\",\"color\":\"color(3)\"},\"activeselector\":false}\']We provide world-class brands and solutions to realise your dream house.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75dd9934a73beb08c649a309e9a1cb03425658edfa9b4a64215302f12d64548c\' ct_options=\'{\"ct_id\":123,\"ct_parent\":121,\"selector\":\"div_block-123-87\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"0\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'1d5663f7ec0a9253bc3f28b86fceb447a1b765ecfa029672cd6b030f3b2055f3\' ct_options=\'{\"ct_id\":124,\"ct_parent\":123,\"selector\":\"_nav_menu-124-87\",\"original\":{\"menu_responsive\":\"never\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"40\",\"menu_responsive_icon_margin\":\"10\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"8\",\"menu_padding-bottom\":\"8\",\"menu_flex-direction\":\"column\",\"menu_id\":\"2\",\"menu_font-size\":\"16\",\"menu_color\":\"color(2)\",\"menu_hover_color\":\"color(3)\",\"menu_justify-content\":\"flex-start\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\"},\"activeselector\":false}\'][/oxy_nav_menu][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3afc34ac85c92b3ac3d72c86721e25ef2bf9c52868339668613125a80cfb8a3f\' ct_options=\'{\"ct_id\":125,\"ct_parent\":121,\"selector\":\"div_block-125-87\",\"original\":{\"width-unit\":\"%\",\"width\":\"33.33\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'b6d849f258dff5a83e9133aa8b5e0596f883afb71c06997e96c1b71a9db8261a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-87\",\"original\":{\"tag\":\"h3\",\"font-weight\":\"700\",\"color\":\"color(3)\",\"font-size\":\"24\",\"line-height\":\"1.2\",\"margin-bottom\":\"12\"},\"activeselector\":false}\']Find us here[/ct_headline][oxy_social_icons ct_sign_sha256=\'ed634593befe84ac7b8b6d673796fd03a0e12d79a1db97a0bca87c657fed27f7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":125,\"selector\":\"_social_icons-141-87\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/newgenwindows\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-style\":\"circle\",\"icon-background-color\":\"color(2)\",\"icon-color\":\"color(1)\",\"icon-background-hover-color\":\"color(3)\",\"icon-linkedin\":\"https://www.linkedin.com/company/newgenwindows/\",\"icon-youtube\":\"https://youtube.comhttps://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"icon-use-brand-colors\":\"yes\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][/ct_div_block]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(158, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(272, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'247065177b64e5eb6935ba09c32877d3547f9a4c139e1a81b143b7bcd09a0c0d\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"53\",\"container-padding-bottom\":\"403\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'9c9886a4e8f7a53caac12f6b439b61929d09015e30530f1d69e5e6b4de44f25d\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'e6b6c79c7a22ea9ca195391f648ab3283ed99342e737504034a80901d3b2eeb7\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'f3acb9a6c3d95ca76fe21deabbf49706fa62e11003a1b81080a86b2c4ea276fc\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'a043a4cc071e36f194783c3d3ebab34a36413cca1750752c14d8ded42f01c4a1\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'c94cc7c83e95146db8f1162adf219287846fafa723bc6ba35f85f6e5183cf73f\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'07a5f9cda7d87a304d5b4caa2ffc024f072f936c2336be10d4c9d729aaf0eb4a\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(160, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(282, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'34b0ab32a6c5f65ccb2c55c2626deddaf3185fc7c11f541ccf08f641b8f66b69\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"60\",\"container-padding-bottom\":\"468\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][/ct_section_2][ct_section_2 ct_sign_sha256=\'b095fbbfd02189652b67fba24e560cd01cfa990477c397db5e43626f2764b823\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f15fd2234e5cb45ce3901635b3f6c67fc5beaf6e35b73f347971dfc7d3d90893\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e2f966bc7728fa076af022be759a5ae1eafb541e93249144af18a17c053eceb9\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'555db59786c472d5adf0634c5c4871e7bdc0e0eeeac2efe4516a24bdc8cb6b2d\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56845e51bcd8d630f9482d00c4f9ece5214dbce7521db6aec0aaac34b2a08bff\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'40017f5bf77f99cb200fd66c296a41cc3fb4aa44b5ce4f61c5b56a61539b4408\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\",\"padding-top\":\"0\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'9c9886a4e8f7a53caac12f6b439b61929d09015e30530f1d69e5e6b4de44f25d\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"51\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'dade2e22e0ba8058a7528e518f10175f0e535c621e6a20aab0cc70dd6425ce2f\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'e6b6c79c7a22ea9ca195391f648ab3283ed99342e737504034a80901d3b2eeb7\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"container-padding-top\":\"40\",\"container-padding-bottom\":\"40\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'ea338b41dbd89934f220eda887bc184a7cc9590a9c5a7299e9b0bcb59cd9950e\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'f3acb9a6c3d95ca76fe21deabbf49706fa62e11003a1b81080a86b2c4ea276fc\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_3 ct_sign_sha256=\'a043a4cc071e36f194783c3d3ebab34a36413cca1750752c14d8ded42f01c4a1\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'94d3fef41cb146508482e2cf717114430c704c94cd9072a349aeb1f4f6fb4105\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'07033636efc5bc21d754a5be8d2b3d43c705077e3a414f410b32110c52df904d\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'c94cc7c83e95146db8f1162adf219287846fafa723bc6ba35f85f6e5183cf73f\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5abef558ff86d3f76224ac5a97aa673db9a3a0803fa70aeccb70698259ba57e5\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'b85b5a803cd80c7efe1e6d470824e1e32e574b27dc3fdfe6638823e158c48694\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e35582b9aa2a87caaf1c15ebf53690dfb75052d9c56e54de47e7425f7a09ecd5\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'2c68367b941ccaaabd4769a3625c40a594045242a3d990451e4399180e3ff9e4\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'654e10f3ca4cf2b62cc8e24c6d1620a0d9b0007d96b29b68d4a5ec7d57566ab5\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'e5dc883b407a3036c0c9a3d8b01e5b79bff192acaec3a38d5cf77546266eafb1\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'1198fdc29527778e4e1eb317d5c745e292d5b4cd2357ed6aa1e3059154b606e8\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'616c9af1e35dbdd906d5e420f349a55a047659181ce50506c45f44cb1b6c4be1\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section ct_sign_sha256=\'07a5f9cda7d87a304d5b4caa2ffc024f072f936c2336be10d4c9d729aaf0eb4a\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\",\"container-padding-top\":\"50\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'89c0317fb73493501b6afed6e61645b8e9fe091edfc5a3f9f44e4ea5466dd6b1\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"50\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'187b04958f3fe335de70fd1a5886fc15cb199affc88e6bdf95bdd3ee28596f2c\' ct_options=\'{\"ct_id\":1712,\"ct_parent\":0,\"selector\":\"section-1712-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'f1d16c5e5e57ddcbf3aacc5dd6cf3ec4d5c66a2583ca977bd36fd7d2f6aad591\' ct_options=\'{\"ct_id\":1713,\"ct_parent\":1712,\"selector\":\"new_columns-1713-21\"}\'][ct_div_block_3 ct_sign_sha256=\'3730a32eac900123076fdefa390d6132935652e09b4db60f618abaeb53309960\' ct_options=\'{\"ct_id\":1714,\"ct_parent\":1713,\"selector\":\"div_block-1714-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'94b6cdc9a9418ce58ca82d55235987bf845bb4b2b10b2621e19117c1af7f319f\' ct_options=\'{\"ct_id\":1717,\"ct_parent\":1714,\"selector\":\"video-1717-21\",\"original\":{\"src\":\"https://youtu.be/dx8GuSfARhA\",\"embed_src\":\"https://www.youtube.com/embed/dx8GuSfARhA\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5905993f828ac26753ecf8cd1806538cf2911262ffe5dc1a6c040bddbf2d2046\' ct_options=\'{\"ct_id\":1715,\"ct_parent\":1713,\"selector\":\"div_block-1715-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'228aa57f9cbd6bda2c49026fd3d7aa8b8a0b89efb39b40bc51a5076727d40b5a\' ct_options=\'{\"ct_id\":1718,\"ct_parent\":1715,\"selector\":\"video-1718-21\",\"original\":{\"src\":\"https://youtu.be/LSaxLX3BVnU\",\"embed_src\":\"https://www.youtube.com/embed/LSaxLX3BVnU\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'df0f5d836314cb086e6add3dc652a33bce6d65a929c695968f8034f01bd7c100\' ct_options=\'{\"ct_id\":1716,\"ct_parent\":1713,\"selector\":\"div_block-1716-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'78f0a8809d6ec83cc48a69b2e0a01d75f927f10217e4f2a5a837386cbf6c4fa8\' ct_options=\'{\"ct_id\":1719,\"ct_parent\":1716,\"selector\":\"video-1719-21\",\"original\":{\"src\":\"https://youtu.be/eSq-ep5PwGI\",\"embed_src\":\"https://www.youtube.com/embed/eSq-ep5PwGI\"},\"activeselector\":false}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][ct_new_columns_3 ct_sign_sha256=\'5d63c69e2730f984c9c8aa44f40035f82ea534f613b6cf9906c67782550c211c\' ct_options=\'{\"ct_id\":1720,\"ct_parent\":1712,\"selector\":\"new_columns-1720-21\"}\'][ct_div_block_3 ct_sign_sha256=\'8c173e92f10d5dbf237dc117276e78caf302ae8f57cb5837ad44eeb7de4d72b2\' ct_options=\'{\"ct_id\":1721,\"ct_parent\":1720,\"selector\":\"div_block-1721-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b64a5fe23459f84c85b59c4af730d9b72eb90305a09243693f167f57c4805a8f\' ct_options=\'{\"ct_id\":1722,\"ct_parent\":1721,\"selector\":\"video-1722-21\",\"original\":{\"src\":\"https://youtu.be/zvRqnzTy-Qc\",\"embed_src\":\"https://www.youtube.com/embed/zvRqnzTy-Qc\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2fd3d3d220ffdb78e1e0f65668c898fd8e8a21664d70842617c2aa01f3511f7c\' ct_options=\'{\"ct_id\":1723,\"ct_parent\":1720,\"selector\":\"div_block-1723-21\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'2c7f6a2318d642969a4f46304ca18156a80865f1319101515e02058ebf13d5b4\' ct_options=\'{\"ct_id\":1724,\"ct_parent\":1723,\"selector\":\"video-1724-21\",\"original\":{\"src\":\"https://youtu.be/u7Elx7_Nl0I\",\"embed_src\":\"https://www.youtube.com/embed/u7Elx7_Nl0I\"}}\'][/ct_video][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'55c9e78f63103d804386f6be379e23879dbd5ccfacd8ab60265f36069f52dca7\' ct_options=\'{\"ct_id\":1725,\"ct_parent\":1720,\"selector\":\"div_block-1725-21\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_video ct_sign_sha256=\'b9f2c5451a76c2c97eb4bcd509d1060b04c067396866dcfc09f022e15571b3b5\' ct_options=\'{\"ct_id\":1726,\"ct_parent\":1725,\"selector\":\"video-1726-21\",\"original\":{\"src\":\"https://youtu.be/aajOc0g48Us\",\"embed_src\":\"https://www.youtube.com/embed/aajOc0g48Us\"}}\'][/ct_video][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'2f7bd955f8d10f9da4f5ee2c8e35b9f9f573932bdfe0d331a4a61faf44800f66\' ct_options=\'{\"ct_id\":1728,\"ct_parent\":0,\"selector\":\"section-1728-21\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_link_button ct_sign_sha256=\'6d20530379df500b1e0531126aaad536888bb72c5946b1ae6e5ab3b5ed81b4d2\' ct_options=\'{\"ct_id\":1729,\"ct_parent\":1728,\"selector\":\"link_button-1729-21\",\"original\":{\"font-size\":\"20\",\"url\":\"https://www.youtube.com/channel/UCqKp-IGinxNho0jEo0qpLaA\",\"target\":\"_blank\",\"button-hover_color\":\"color(11)\",\"url_encoded\":\"true\",\"button-style\":\"1\",\"border-radius\":\"15\"},\"hover\":{\"button-color\":\"color(11)\",\"aos-enable\":\"true\",\"aos-type\":\"slide-up\",\"aos-duration\":\"5000\"},\"activeselector\":false}\']Newgen YouTube Channel[/ct_link_button][/ct_section_2][ct_section ct_sign_sha256=\'572d9a3fd70c1f7affa3da47281c35e667dd63ff8f41e11fc5385418b021389d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'2c0f6824b0f000d8dabec820e1b3577cac12b770904e59732aec6b7c248e50af\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality. Standard. Delivery.[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'0c9e77ba359b50659275f55eb98ecf8a1b6a86ba05be8a02b922da6ee46ef2b4\' ct_options=\'{\"ct_id\":1627,\"ct_parent\":0,\"selector\":\"section-1627-21\",\"original\":{\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"30\",\"container-padding-bottom\":\"30\"},\"activeselector\":false,\"ct_category\":\"Social Proof\",\"nicename\":\"Testimonials Three Columns\",\"media\":{\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'a717d54adf7b260b3259a5268b5ca3801133167f0d6e901a82b32098fb0fa491\' ct_options=\'{\"ct_id\":1628,\"ct_parent\":1627,\"selector\":\"headline-1628-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(7)\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Customers Love&nbsp;Us[/ct_headline][ct_text_block ct_sign_sha256=\'cc9c8fe3ff4d273d1b56b8061276b5f0231e759751bb7fc24b15335af389bf29\' ct_options=\'{\"ct_id\":1629,\"ct_parent\":1627,\"selector\":\"text_block-1629-21\",\"original\":{\"color\":\"color(7)\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false}\']We have 100% satisfaction rate from our customers&nbsp;[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'306bb8fbe91b20b09f2e87401032544c069f2ecc1b8dc15ba00c2981c3314ccb\' ct_options=\'{\"ct_id\":1630,\"ct_parent\":1627,\"selector\":\"new_columns-1630-21\"}\'][ct_div_block_3 ct_sign_sha256=\'7f795b1ca8abaa868750295361437848179678be28c0885e628e06fc7f289052\' ct_options=\'{\"ct_id\":1631,\"ct_parent\":1630,\"selector\":\"div_block-1631-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'b57297167c363496acc2f4a6603e7bc18995dba041b4b6efc9b60a26e256d8f7\' ct_options=\'{\"ct_id\":1632,\"ct_parent\":1631,\"selector\":\"div_block-1632-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'38766030bcb57d447f46abe02324417f8bd1a7ed803c1363fe62999a2f04f22a\' ct_options=\'{\"ct_id\":1633,\"ct_parent\":1632,\"selector\":\"fancy_icon-1633-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'d34f95cad74ee8e08a1799e2d6e09db55a4c178b2310817f4a5e2d72a86bf32e\' ct_options=\'{\"ct_id\":1634,\"ct_parent\":1632,\"selector\":\"text_block-1634-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen Windows is the best company to provide world-class home solutions.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'2314f67b91e617c99dd379ad2cc8b87aa608d474ee2d2a59aac1486cdc34713f\' ct_options=\'{\"ct_id\":1635,\"ct_parent\":1632,\"selector\":\"div_block-1635-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'8e8fef0ae9225b9c2e7a23e7c40b4971a6d137488a8fe0457c2dbb2abc949bb1\' ct_options=\'{\"ct_id\":1636,\"ct_parent\":1635,\"selector\":\"image-1636-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar18.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'58715bdea44f068b00e4eb1cba6353acfbf38c05100ec872e5ef4555adf5b9b2\' ct_options=\'{\"ct_id\":1637,\"ct_parent\":1635,\"selector\":\"headline-1637-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Mary Cotton[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cbaac9b44c76cf5a0c97ae6bcd09cedb21755a61e0a5244bb6eadee242d53fee\' ct_options=\'{\"ct_id\":1638,\"ct_parent\":1630,\"selector\":\"div_block-1638-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'f2de70340999d49c7afd062d352a494808fe9fddfd9b1a9fb7d23f7dabcc33f1\' ct_options=\'{\"ct_id\":1639,\"ct_parent\":1638,\"selector\":\"div_block-1639-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'75d66f962222c6252d72ba9f7b15bc9818f8dd63656e52051b19c8120cd6d895\' ct_options=\'{\"ct_id\":1640,\"ct_parent\":1639,\"selector\":\"fancy_icon-1640-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'290703707baae362e185bb373758628c3c8f9e5e20a8668385afc15076a6c465\' ct_options=\'{\"ct_id\":1641,\"ct_parent\":1639,\"selector\":\"text_block-1641-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']Newgen helped us with the most optimum solution for our dream house.[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'e30f7f02fab3e926a13fe16ede0a51fa46e2672d64a6f8cfd0cd288997b28fb4\' ct_options=\'{\"ct_id\":1642,\"ct_parent\":1639,\"selector\":\"div_block-1642-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'11f5f8002e7646f285000aeb1ce8a8563d657b56a532e93227a3309edd2c8cda\' ct_options=\'{\"ct_id\":1643,\"ct_parent\":1642,\"selector\":\"image-1643-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar15.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b9e920c5c0c6698b92839acc45c3cc9d355cc8daae50053826548c175ed076c5\' ct_options=\'{\"ct_id\":1644,\"ct_parent\":1642,\"selector\":\"headline-1644-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Troy Brody[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3dc5fefbdba9c12821371e43ac811791cf657e8b05a1f5e01197764ddda40f0f\' ct_options=\'{\"ct_id\":1645,\"ct_parent\":1630,\"selector\":\"div_block-1645-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-testimonial-4-column\"}}\'][ct_div_block_4 ct_sign_sha256=\'9fe5730bdea4fe13a09ada531955d330d1b37e00eeb3a87477640617c00be39f\' ct_options=\'{\"ct_id\":1646,\"ct_parent\":1645,\"selector\":\"div_block-1646-21\",\"classes\":{\"0\":\"hosting-testimonial-4-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'f5135ab8df1b77c310f1053b2d8d0366276893522ba42519f2b0c790396ce6b2\' ct_options=\'{\"ct_id\":1647,\"ct_parent\":1646,\"selector\":\"fancy_icon-1647-21\",\"original\":{\"icon-id\":\"FontAwesomeicon-quote-left\"},\"classes\":{\"0\":\"hosting-testimonial-5-icon\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'6b60d357fc6d4618b8d81062d249ee5e5d2dec7e3bfa5e23ac2265fb1b495f0f\' ct_options=\'{\"ct_id\":1648,\"ct_parent\":1646,\"selector\":\"text_block-1648-21\",\"classes\":{\"0\":\"hosting-testimonial-4-text\"},\"activeselector\":\"hosting-testimonial-4-text\"}\']World-class solutions and highly experienced team to work with for doors and windows. I highly recommend Newgen.<br>[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'21a0d5917919abc009b68040347295276a1adc9116a72a532ebae9604c328779\' ct_options=\'{\"ct_id\":1649,\"ct_parent\":1646,\"selector\":\"div_block-1649-21\",\"classes\":{\"0\":\"hosting-testimonial-4-avatar-wrapper\"}}\'][ct_image ct_sign_sha256=\'2aa8b5b1824073a8b355a324c08db19ffd1e98b36b2df10289e499782770488d\' ct_options=\'{\"ct_id\":1650,\"ct_parent\":1649,\"selector\":\"image-1650-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/avatar14.jpg\"},\"classes\":{\"0\":\"hosting-testimonial-4-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3353e074a2a9befe666dc8a1f5a73a3621fa048354e5f69995accea999414c6d\' ct_options=\'{\"ct_id\":1651,\"ct_parent\":1649,\"selector\":\"headline-1651-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-testimonial-4-name\"}}\']Suzzette Ives[/ct_headline][/ct_div_block_5][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'96883ef8d259eeb476775898a19086de6fb954f7506e4eb4b8706715f489b0ee\' ct_options=\'{\"ct_id\":1681,\"ct_parent\":0,\"selector\":\"section-1681-21\",\"original\":{\"background-color\":\"color(7)\",\"container-padding-bottom\":\"198\",\"container-padding-top\":\"42\"},\"activeselector\":false,\"ct_category\":\"Contact\",\"nicename\":\"Form\",\"media\":{\"page-width\":{\"original\":{\"container-padding-top\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'2f19dc66bf8d536fa3c11ecb980890f7e9032b99073e05d05465dc884bd8a206\' ct_options=\'{\"ct_id\":1682,\"ct_parent\":1681,\"selector\":\"headline-1682-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"8\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Get a Quote[/ct_headline][ct_text_block ct_sign_sha256=\'7fd2e4c66b4f713f3ab6d4981c60a7ab1dcb251629948b0bc48d808c158a5ab7\' ct_options=\'{\"ct_id\":1683,\"ct_parent\":1681,\"selector\":\"text_block-1683-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']Give us the opportunity to serve you[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'eb14f0d1bce1edf77859fa8e7d114bd85fcd0f8156add895562090d80ba85216\' ct_options=\'{\"ct_id\":1684,\"ct_parent\":1681,\"selector\":\"new_columns-1684-21\",\"original\":{\"background-color\":\"color(3)\",\"box-shadow-color\":\"color(6)\",\"box-shadow-horizontal-offset\":\"0\",\"box-shadow-vertical-offset\":\"0\",\"box-shadow-blur\":\"5\",\"border-radius\":\"5\",\"overflow\":\"hidden\",\"margin-top\":\"48\",\"margin-bottom\":\"-180\",\"stack-columns-vertically\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'ce93066e4d3b1575df6bbc727f7dfbedac622b44c9bae0ac0906fe5e29a327ed\' ct_options=\'{\"ct_id\":1685,\"ct_parent\":1684,\"selector\":\"div_block-1685-21\",\"original\":{\"width\":\"40.00\",\"width-unit\":\"%\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"linear-angle\":\"135\"},\"padding-top\":\"36\",\"padding-left\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'1021551d16fc1ba1fe69b21e71ba57f268a99221b4e48de26384c9482b462371\' ct_options=\'{\"ct_id\":1686,\"ct_parent\":1685,\"selector\":\"div_block-1686-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bd8013be3ca40f8ff029b7cadf98545193ad18ff397205eb57c0d855501f5a74\' ct_options=\'{\"ct_id\":1687,\"ct_parent\":1686,\"selector\":\"fancy_icon-1687-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'cff2effdec9be07088780e34747d2f2e8619ea89e6b1df60dd9e163260255958\' ct_options=\'{\"ct_id\":1688,\"ct_parent\":1686,\"selector\":\"text_block-1688-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Free design Consultation[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1f802210bdce3337a6649c8203f409842cef001135996e8ce1595e3ad7246dbd\' ct_options=\'{\"ct_id\":1689,\"ct_parent\":1685,\"selector\":\"div_block-1689-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"20\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0807ed5aaeb2edf561e2a8c4881f76355e2b367af0aeb3133a68b5f2f057f951\' ct_options=\'{\"ct_id\":1690,\"ct_parent\":1689,\"selector\":\"fancy_icon-1690-21\",\"original\":{\"icon-id\":\"Lineariconsicon-car\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'f7600869facc75022041a65b0c134786ae64aef85e35340f42d6dd13aaef785c\' ct_options=\'{\"ct_id\":1691,\"ct_parent\":1689,\"selector\":\"text_block-1691-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']Pick and up drop to showroom[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'9c3727ed53d1f7202f77201374cb27d255833e2ae43fc06de5a7f7ce18af917e\' ct_options=\'{\"ct_id\":1692,\"ct_parent\":1685,\"selector\":\"div_block-1692-21\",\"original\":{\"width-unit\":\"%\",\"flex-direction\":\"unset\"},\"activeselector\":\"hosting-contact-3-wrapper\",\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\"}},\"phone-portrait\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\"}}},\"classes\":{\"0\":\"hosting-contact-3-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'066b224621f744d803effef7e084eb53f2a065276af838497156b7363bf3e1eb\' ct_options=\'{\"ct_id\":1693,\"ct_parent\":1692,\"selector\":\"fancy_icon-1693-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-contact-3-icon\"},\"activeselector\":\"hosting-contact-3-icon\"}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'89a20ce96d40b87d5782af920cade72955687b5861d722bd96a3183dc9dedb95\' ct_options=\'{\"ct_id\":1694,\"ct_parent\":1692,\"selector\":\"text_block-1694-21\",\"original\":{\"custom-css\":\"\"},\"activeselector\":false,\"classes\":{\"0\":\"Paragraph\"}}\']One-stop solution&nbsp;[/ct_text_block][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b3346d7012b3382f9a7ed554eda8fc2fbb7f7fa483605e6753382cb3dcc5489b\' ct_options=\'{\"ct_id\":1695,\"ct_parent\":1685,\"selector\":\"text_block-1695-21\",\"original\":{\"font-size\":\"12\",\"color\":\"color(2)\",\"font-weight\":\"400\",\"line-height\":\"1.6\"},\"classes\":{},\"activeselector\":false}\']<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f17687b3f6bb3ab9f68ef53a0b63fad93c50aae7b06f3c6d7dee2e3e2e3f7c42\' ct_options=\'{\"ct_id\":1696,\"ct_parent\":1684,\"selector\":\"div_block-1696-21\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"padding-left\":\"36\",\"padding-top\":\"36\",\"padding-right\":\"36\",\"padding-bottom\":\"36\"}}\'][ct_headline ct_sign_sha256=\'32a4ebcb4fa4b2fd3567e65aff1a861dfe72ad91d87209ad0be67c46a0db2cfe\' ct_options=\'{\"ct_id\":1697,\"ct_parent\":1696,\"selector\":\"headline-1697-21\",\"original\":{\"tag\":\"h2\",\"font-size\":\"24\",\"color\":\"color(1)\",\"font-weight\":\"900\",\"line-height\":\"1.1\",\"margin-bottom\":\"24\"},\"classes\":{},\"activeselector\":false}\']Send us your request[/ct_headline][ct_div_block_4 ct_sign_sha256=\'c46057f119f0f33ea0a5fcff17e8ccc5d59dfe5d9600cf4d6fee80e100448ca3\' ct_options=\'{\"ct_id\":1698,\"ct_parent\":1696,\"selector\":\"div_block-1698-21\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"background-color\":\"color(7)\",\"border-radius\":\"5\",\"padding-top\":\"48\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\",\"align-items\":\"center\",\"text-align\":\"center\",\"justify-content\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\"}}\'][ct_fancy_icon ct_sign_sha256=\'e6753e65658dad9a85532119bab926c1f99eebdeceef6662c3581f6f99a92c28\' ct_options=\'{\"ct_id\":1699,\"ct_parent\":1698,\"selector\":\"fancy_icon-1699-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"32\",\"icon-id\":\"Lineariconsicon-envelope\",\"margin-bottom\":\"8\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'9203476ff9e51d4fbbd367349f92976a3a58ff051027fcefb3fd9ee626f80000\' ct_options=\'{\"ct_id\":1700,\"ct_parent\":1698,\"selector\":\"headline-1700-21\",\"original\":{\"tag\":\"h3\",\"color\":\"color(4)\",\"font-size\":\"16\",\"font-weight\":\"600\",\"line-height\":\"1.1\",\"margin-bottom\":\"4\"}}\']Contact Form Here...[/ct_headline][ct_text_block ct_sign_sha256=\'cb5dd39a32755fd90f46c7b70f9457f8a76ff469ff6d6521e5c132170f0b4b6d\' ct_options=\'{\"ct_id\":1701,\"ct_parent\":1698,\"selector\":\"text_block-1701-21\",\"classes\":{},\"activeselector\":false,\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"margin-bottom\":\"24\"}}\']Navdeep - Will place the contact form later here[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_new_columns_3][/ct_section_2]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(219, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'daf7bc7560748f46d3428fe852facabe3011f6b1f7529a6d7062d99580c2e6e6\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f4ec871d62b7d8ab854ec023b542193b74afaa4f23abf3bb171179fcf0ea2c1d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'0a1aa932a0993b7f640ffb3be9bf17d253e941b01999981d6d9e89a96c4a4d53\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality, Standard &amp; Delivery[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(207, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'0bb4cf8ac22b58128c35249d4ed3af26eca0cb89e36c5d1096900e63e38fa0f3\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'8b1a196e62da003fc385b642fdba3d6f795a64596ebf96a55c2b4edb67e368ec\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their house is protected from dust, sound and light.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(162, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'537e2d1f8df65aaf48abd67df7e18b480dacef4b20ef77db6b229cf016f8e480\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][ct_video ct_sign_sha256=\'52548e5c45bdf6e3c6a37b66f2257a228987d024e758b212694d5008efaed27b\' ct_options=\'{\"ct_id\":1553,\"ct_parent\":1541,\"selector\":\"video-1553-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(163, 21, 'ct_builder_shortcodes_revisions_dates', '1600926979');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(164, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(165, 21, 'ct_builder_shortcodes_revisions_dates', '1600938116');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(166, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'b50265a5a45f916e9675bada9da113c81cb0c60ccba2fc44e74e275f562fb36e\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(167, 21, 'ct_builder_shortcodes_revisions_dates', '1600938253'),
(168, 35, '_wp_attached_file', '2020/09/ARNA-EKAMAI-770.png'),
(169, 35, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:27:\"2020/09/ARNA-EKAMAI-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"ARNA-EKAMAI-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(170, 36, '_wp_attached_file', '2020/09/Door-Handles.png'),
(171, 36, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1256;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2020/09/Door-Handles.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Door-Handles-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Door-Handles-1024x391.png\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Door-Handles-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Door-Handles-768x294.png\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(172, 37, '_wp_attached_file', '2020/09/Line_Up_Exterior.jpg'),
(173, 37, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:940;s:6:\"height\";i:299;s:4:\"file\";s:28:\"2020/09/Line_Up_Exterior.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Line_Up_Exterior-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Line_Up_Exterior-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Line_Up_Exterior-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;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:{}}}'),
(174, 38, '_wp_attached_file', '2020/09/Line_Up_Windows_Door.jpg'),
(175, 38, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:940;s:6:\"height\";i:299;s:4:\"file\";s:32:\"2020/09/Line_Up_Windows_Door.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Line_Up_Windows_Door-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Line_Up_Windows_Door-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Line_Up_Windows_Door-768x244.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:244;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:{}}}'),
(176, 39, '_wp_attached_file', '2020/09/NIRVANA-DEFINE-770.png'),
(177, 39, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:30:\"2020/09/NIRVANA-DEFINE-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"NIRVANA-DEFINE-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),
(178, 40, '_wp_attached_file', '2020/09/PLANKRICH-770.png'),
(179, 40, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:439;s:4:\"file\";s:25:\"2020/09/PLANKRICH-770.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"PLANKRICH-770-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(180, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'e760a81004b1da977a6294fef249304473abb06010175ee2e7e6ad5d83022163\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(181, 21, 'ct_builder_shortcodes_revisions_dates', '1600971414'),
(182, 41, '_wp_attached_file', '2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg'),
(183, 41, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1221;s:4:\"file\";s:53:\"2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-1024x651.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"alberto-castillo-q-mx4mSkK9zeo-unsplash-1-1536x977.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:977;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:{}}}'),
(184, 42, '_wp_attached_file', '2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg'),
(185, 42, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:54:\"2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"florian-schmidinger-b_79nOqf95I-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"florian-schmidinger-b_79nOqf95I-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:56:\"florian-schmidinger-b_79nOqf95I-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),
(186, 43, '_wp_attached_file', '2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg'),
(187, 43, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:46:\"2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"joshua-ness-Vo52cKzOxMY-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"joshua-ness-Vo52cKzOxMY-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"joshua-ness-Vo52cKzOxMY-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),
(188, 44, '_wp_attached_file', '2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg'),
(189, 44, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:51:\"2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:53:\"stephen-leonardi-WUdAAlvKo0o-unsplash-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(190, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'08458669c070b062565b1cf48b13d37d312cf5ee5f4e0c69c3017b97f8ef152c\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"8\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(191, 21, 'ct_builder_shortcodes_revisions_dates', '1601019602');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(192, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'90ec590e5880e7bb9ea3662fdd9bb445469d9289b6cefd09ba5fe9c363ea7ea0\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"145\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'c5d6a89da66c535b55c6db3b37bdab0525dcd14680df07406e93dda3d0e0afbe\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\"}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(193, 21, 'ct_builder_shortcodes_revisions_dates', '1601050812');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(197, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(194, 21, '_edit_lock', '1602429916:1');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(195, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'90ec590e5880e7bb9ea3662fdd9bb445469d9289b6cefd09ba5fe9c363ea7ea0\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"145\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'3bbaa6dd9592933176969898d27d7d5f6060f014172c44317616b28d59e82583\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Our mission is to&nbsp;help you achieve your dream house[/ct_headline][ct_fancy_icon ct_sign_sha256=\'8632f0601a2e2f7630fee34fb83079098d963f93a0e76955772d4355bf888525\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-leaf\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'949822a6e9e221b9aabe35eabfdcb99d388edba9089cf777d69d233b308a6c69\' ct_options=\'{\"ct_id\":1455,\"ct_parent\":1452,\"selector\":\"text_block-1455-21\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(5)\",\"max-width\":\"480\",\"margin-bottom\":\"20\"},\"activeselector\":false}\']By outward neither he so covered amiable greater. Juvenile proposal betrayed he an informed weddings followed. Precaution day see imprudence sympathize principles.[/ct_text_block][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(196, 21, 'ct_builder_shortcodes_revisions_dates', '1601916486'),
(198, 21, 'ct_builder_shortcodes_revisions_dates', '1601916671'),
(199, 46, '_wp_attached_file', '2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg'),
(200, 46, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1764;s:6:\"height\";i:2560;s:4:\"file\";s:84:\"2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:78:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-706x1024.jpg\";s:5:\"width\";i:706;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:78:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-768x1114.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:79:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-1059x1536.jpg\";s:5:\"width\";i:1059;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:79:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-1411x2048.jpg\";s:5:\"width\";i:1411;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:69:\"closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1.jpg\";}'),
(201, 47, '_wp_attached_file', '2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg'),
(202, 47, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:86:\"2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:80:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:80:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:81:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:81:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:71:\"woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1.jpg\";}'),
(203, 48, '_wp_attached_file', '2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg'),
(204, 48, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1829;s:6:\"height\";i:2560;s:4:\"file\";s:93:\"2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:86:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:87:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:86:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:87:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:88:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-1097x1536.jpg\";s:5:\"width\";i:1097;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:88:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-1463x2048.jpg\";s:5:\"width\";i:1463;s:6:\"height\";i:2048;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:{}}s:14:\"original_image\";s:78:\"white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1.jpg\";}');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(205, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4592577401b103d8d73d5e2bc5cc93e91a954907f5752ca71d3d43f45300e046\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'4614107c3843335fa48aae3a83a89d4e03fc107db1ab66a10170f460400f2975\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'99fc451c87af0a449eabf549281a7d48524c637df490714871f05b16b4b2226d\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'828a4c596cdcb500f410271c3911e895fba2e1442c2b866a2d48a16dce83926e\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'c2d104bfbdf54935d6b2248519b849745fd2429ee1b602b84ae50c2fe5ae8912\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'87b4044c4e5754bebb5586acef1e456370688f2ac710034973c4be3cd2f2cd6b\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']24x7 Online[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'56f7d958439ffd418da0a0844dd89ac0c5390868d9670f17cc26c6109db5fe87\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d065b7871bd215fcdc90ebc9cc3efe60f8de422b95e2e9652deaa1c622482b22\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']100% Guarantee[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e1501d5def22cd19530127fc2f6ab866cbe31f716d2680d424f4668232b61b29\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'2b744a7459534c87dcf8f400c990e847c71d745c41390fee62737e9f1e42e0c7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'59d92d05d0605fa01f3aad9b4a85c24bf1a078b70c80cfb92512d51d1cb2cd80\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Low Latency[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d76164ad3afa3cb3128e412c754ffd47f7bbd255c990ef1ae5c33a3f0f3e4231\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fa1dcd72191bef5a78de42e0ba475bd63b18b7e59bbc2d18847597fbd9b33b3d\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'36298200c127cf9d91d43148df1875591f4cfcb996befa483ebc294c4764dee7\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Root Access[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'581da590284bea9de25a0753c5751bb70cd9bce140ea441303deb6a8d931b9d4\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'de26b6255a4d274841d09fcbbab654067e32e81f262279e3728f0cf98c0cccc0\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b4e3d739eaee9fabfabf9fca35c92538671679b7f3a1c12792f26d3e7e31920f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32716bd2e8ec97ea2a074b26355c222c466f37e44938e8ed6b77710eff910be8\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'216fabbff0e999a5a0211db03d2d8f4f3235f18371696659518344665114781f\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a86bfa01778dfff1183188c2dbb86c4b0c725ac1573e597fae1165ec8b787278\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Feature-rich control panel[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'dbfd5b7c2ccbe49d8d0e1315cf2d79291e827a7c62e9ea66b995ba42e87c0e2d\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'e36a5583c0cf062e6d6a3a40a2f18267a7591a004669f9f1a9324c21cf8d19c3\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'c5499faa8978ede4f98983cb21f4ae3144ad621c010394a98134cc7cbed77ada\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'05c18e31f29f76a262a4867ca450e6054e91fb58051252227db9327ae1f76f24\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/737ea100-d230-4440-99d8-4c2742bbd3df2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e607ed7c92c7162709810e9d114487769539cf29bb386c631bd102756c533035\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/c1263137-8614-4fa2-8df4-21ca5f9b100d2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'225be1bcd9b2808c35fe770f2bc233bc92037610e63ab70a57d8b7ceaf4cd402\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'b27663e766bbda87d38b9dbeda31ef204efbfbd5a2b347c3799adf0a08a82b90\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/a89def26-d18b-4b92-be72-b458d74a12a22x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'d0f8dc9c584085d72c57dc4bb902cf67c914e38c66ad729a9cda5a0232f12a2d\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/8a31b6e1-3439-4469-adc7-2601b02afc232x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'263a1fd2a354c41dee2778699a6822363d335ee8f6faadff6872cc9a57786e8c\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'218dd6227ce4d718de201dde6ee16d54dd65adee7c8cae155383fe474335e854\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5d328e19-7d87-4e10-98a1-2c35e4f448ed2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5ad44913d07302c021b3e27595cc2195ac14fe3406a01f085fcc1b3a188fcb25\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/5f2d5fe1-b72c-4042-b653-d3d403337cdd2x.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(206, 21, 'ct_builder_shortcodes_revisions_dates', '1602422330'),
(208, 21, 'ct_builder_shortcodes_revisions_dates', '1602422743');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(209, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'6471edee3cff7a9c59ce31e1285d6747b13842e1784fb4d52a5065b006b788c4\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'8b2327752678472864e89418c24d908246139bf8bd79fbc0a31e870934d5f3c1\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'7db01effef8b5e0ff5e09c986fc9a15e511c14c4297ac41bdf890e38810f45b2\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'4696cdb363e44146a23dabc9270442d3c27c308f87e5e3c1a60041dcb3df44db\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Unlimited Space[/ct_headline][ct_text_block ct_sign_sha256=\'1eb668f6c0fabbbe35802e23645caae708928b5d8949b013f163ed134f3e4aed\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Way building not get formerly her peculiar.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8b00c289714c4a02fd3635d1ffe5451443d91b031f5760adc415b74b323237da\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'f57e932748865335cd4037ea2aaf7f0bdeae92399905d74bf2fd85794bb9bce9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Responsive Dashboard[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'accf164216a2f35b850aa5cbfdcf9e5ea71270dda9057fef8b94fe40a35937e2\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'77d70b528794de81aeee08098ac472e9143245c1202226bec52096fda1c06ab1\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Easy Plan Customizing[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c4d47a963f5b87e6a22ffc9bfe3e1013431878b4b789eaaf9866a4654e3615f7\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3c8a09a7de5685b549b70059bd22c0dc7e041146898baefedcd209763462994\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Rapidly Launch[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(210, 21, 'ct_builder_shortcodes_revisions_dates', '1602422892');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(211, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'f8d9566f72f27f0e4e2f8676b448d9fdaabf099a2ab89ced4c72245e3bfa0599\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'68583395c096bc116bec6875449f9f54d15f236c2361065b5e418aab51f623b1\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Benefits for Our Cutomers[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'525f049ea408fa6c82ec3073a0adc6bd3dd14a3cd87eaae2424b4f5d2a3bf150\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'62ee1b84ee29eac26ec732f3759c06e56b5f14981c4b1b71cdaba5f86787ec8c\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'7accc3631a4b0e64c0355a4ab564aa5aae21651604d29fe80f7d822ce52fb3cc\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will&nbsp;[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'24ea5baece2867cbbb5ed5470762c5c5c69f10addde6d99a54fd554aca85f1fd\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'f389f737b8503ee844d98de99a1d610f19da2a3e2e6fe1aa5ecb588c116d2f96\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Reasonable appearance companions oh by remarkably.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ad40923c63f99d06d1aaf942108743c602230dbc7dc507a3ce6d0e6fe843cb0\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'6fa775e97d8e7cc239fab1840b303ef370c5e2c228883d34564eddf717b0e053\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Boy these along far own other equal old fanny charm.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a2a23a090c998cf6c488382ac1bb3b6c36073a1fa4574257f3ce850b0ab16468\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'a65dd87fa26638a4e6bf3f8fac881fe645e7285924717fe24566fec1d32262ce\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Earnestly so do instantly pretended.[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3cf1645c37a81d39d0a2feef9d14188a80271d2a2cd3ca48e080df485f17a5ed\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'e9a4d1bfc9e14fedbc62437944eadfc09aafda332ddab2e08761b59989b6a5e3\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Effect twenty indeed beyond for not had county. The use him without greatly can private. Increasing it unpleasant no of contrasted no continuing.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(212, 21, 'ct_builder_shortcodes_revisions_dates', '1602423203');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(213, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'4f646953d0836b003dba9571016ddf388804c32c4fcd476e686fe0822d59b7c7\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'d2ef84d859fed8a92733b795efafd5c8bc2998bcc1c39972d2c08a4a5d44c40b\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cb2d830dd0423fbde30affa8bd49f44346ba04b29f6eefde5040c6f2a13e82de\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e338c5eef61ce295e0b1fd14d693db871e98839fe4d1d06962dc58b668718d76\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-map\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'bbd97441c3b81e0d411bddce522fbd9c7d25954b8e9593bde4b86752ac39f2e0\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'159239798c83a0a36eb53aea8d3075cf5101f03f1515dd5cc8b23cfd83c7200c\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'4817e8a3d68b38ec0968bb351797c0cb65db5be8f61ab7ced6f9997d038dddbf\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'ece45cdef70abc0cd74779e37b49464a1cdb4f4893eb07369b4be3b2d39d6702\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-database\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3b928237e4daf5f284ad0299a7a0d38f4ffc2341b9789eb0add6c379891f310c\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'bc1c238dff2984f08ec7bb6fa8ca2927ea596c41cb3715a773900a2b00d6ca56\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-apartment\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'538b258329aa6b96656e8bd1b7d71c7773c309706a4236a131ca279fd0af6334\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'0c01fadd54ca8fec71cd3631beb44eecbbdb67b55a7c9c0f0cdad2782dd758b5\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-sun\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'559557b08c36550d0ca1567ac18c48bf50654f821209c2b149ef92c5ba74864b\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'b4ddabe90fc70aab6853f68cf117b2db43724e1f0f6714ff9e387b2ab1445ebf\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3f7066b421b7a6726ec4d71aba5989710deeae1cad8216e6a7340ca55913410e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'c52737457aa0468f9f9c2962749cb1b16d901685af4ca0c77f14169e68e34350\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Our Approach[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(214, 21, 'ct_builder_shortcodes_revisions_dates', '1602423345');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(215, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'3f7066b421b7a6726ec4d71aba5989710deeae1cad8216e6a7340ca55913410e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'c52737457aa0468f9f9c2962749cb1b16d901685af4ca0c77f14169e68e34350\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Our Approach[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'70374ec3cb7fa3c0b23c9cb89297b071314b2315403c531f80085d740e07e4c4\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'597619af3745322f6a6b2d28df892600cd24c2136494f863cb02658bb6b6ce6e\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0caffcf174c895170cd3e8566ab0679c565ce9a1f6330f74d59b473c9c335257\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'045f469c29a292b226574ef868efe776a90efe71623cc89856d5be098e3f16e9\' ct_options=\'{\"ct_id\":1406,\"ct_parent\":1321,\"selector\":\"fancy_icon-1406-4\",\"original\":{\"icon-id\":\"Lineariconsicon-lighter\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'c2b6252893001948f9d30e5a2e91d1786e018e5588c098ad56774a69c8d14048\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Basic[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'a12105290bcad8a890501754c6eceaedbe934d4f33abd1befe49ed9fd4d8f944\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$5[/ct_headline][ct_text_block ct_sign_sha256=\'cd9cd2f9edd896ad6f08f764f3cf63abe647d2d7dc2cce49eb3400dffe8522d1\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'ef8fd75ccbfd274430116c61198259e2af25ba285372cbb8c70681c8b21ce980\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f91443a6c2d58bf518e8182e236236147ae940ea4f4a950dec75edebe25e565b\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4fdfc3f456fb05b9a22bb91c250d139ec3d4489fc25504cdb9a7fa6b423237b1\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'35ad882bf0c5d6f62df46d2d6d426af6d7f1419b6e5e9e38c5495a23fd0d025d\' ct_options=\'{\"ct_id\":1407,\"ct_parent\":1322,\"selector\":\"fancy_icon-1407-4\",\"original\":{\"icon-id\":\"Lineariconsicon-paw\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6813c54ab77178d34f697deb03d4a171b56f8b5d965055b00d699939e2ddd9e0\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Intermediate[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'c2168ab566089b38dbd9f03eecc00ead833bd6184e780923aeb17e79f6f5c926\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$19[/ct_headline][ct_text_block ct_sign_sha256=\'04e8925578d27b6ce3f916aaf0caee3399e2c474c61ee7b1f9efadb42e7f21b7\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'8792ef641509ddafd402af4bf4a2bc65e54e16225f17a04524820a2c89e78faa\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'688fbcff4ec5e9040655cd9ed49bb0694b7cb7246c22610f402e161cc0984585\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'4245700bc10fcbf91bd3e823013cbb1e1e0a601c47d3159655309d03349fd8ea\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'de037b8a4dafc6921c53c387b761163fd19b554007453b4caa44e8fdd57299be\' ct_options=\'{\"ct_id\":1409,\"ct_parent\":1324,\"selector\":\"fancy_icon-1409-4\",\"original\":{\"icon-id\":\"Lineariconsicon-diamond\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9fb7148df0603681b31b373059befe9ca49a3e120913bfe4777a523182e39a4\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Advanced[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'c954f3612df857ed590c14a8230f62488cfa2185a5dd3340331e8bb0013168e4\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$35[/ct_headline][ct_text_block ct_sign_sha256=\'44cb16c09de843a0c6eaa80d14d5b99808222422e7a27a3fce09ff4af4f503c4\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'b5a9df4c78f911a0b3f5e3de6771e024d878b2979bd01f052f2df87cf4f8983b\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c903d2caa00660a43c2c5ddfea3fbc6f632efcd9418c94beb6779e9f9a30b750\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'17d4194060c8689bc4b16c0ebcf7ff472270aacf92d4e8ac829583e1e539de26\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'3d3c3c95e343e1fad437097dae83905e28cbe67d625ce5ba6413a99d86f84d15\' ct_options=\'{\"ct_id\":1411,\"ct_parent\":1326,\"selector\":\"fancy_icon-1411-4\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ea9e614a83571725f1d2f7d9d3fc807953f9fb82c6ae146e09f88f779ae6f06\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Pro[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'c092f00dcb21a4e6112e76d2efb841c913a8d17d9db7f7e579a3c50e338b783f\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$125[/ct_headline][ct_text_block ct_sign_sha256=\'6a76be24abaabb4c7eef2fa36233ab3ee82656d2715236809559dd95df94a421\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'a26f8b72563446d8a5405ac1e94b32adffa5e32253586f564417a7fcfd46a1c1\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'9a066643e595c651af05c491aa5890931ae8a9eba1eec5e7ed061bee150d6e90\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'573ad96b4392a9687c94bfd463ba7374d57b587f8536886553fde66b619a90e7\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']99.999% uptime[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'12979abb38e3f01f3e4a14b0b4d831cc601e99b6637c9d4872da42bb0076bc8a\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'6c3e76839a4ee102fcbc20474fdbd0ee1340848a025e82229a5bbccc53940fff\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'4399358b107436169ddba3cd104fc610432bc9120817a03d0597b9528279753f\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'135400f8ddd572418bdb6fdab3ba82c47f9273a4057f06cddf38bbcf7a25894f\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Our reliability claims are backed up by strong SLAs;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'6af54d592fa05f4b43ca16d5840151985a225299b64a1945ecae4906450d5554\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'719f47fed11b2584c53e8b76d358da35284e5eaa0107f4027bd136b817649b3a\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'90f91d72b9dc3371a77f5ae3bd0883c6ad259750d463810f2a464072b86a0ae5\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free, painless migrations managed completely by&nbsp;us;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'0a4e32b756becf97b20dcafa4c892bf325072dcc4c555057ce496a9a4457a946\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2fa45d4972f5346865cfdf341dac9635f3b252a10c33cc881a97691a11a5fb69\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6f3970a9a0cc19509f5bb2064eb4d97b48b807d9a7942e243fdf3c504e4fa849\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Unlimited access to Level 3 support - 24x7x365;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a033e4720e5f34d2a01177f1dcbba5d494c3afa23195be982bcc9523bd6eb104\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fdc618385ce5325d4a022dcd8e1ff70aa1354f62972d13738d960b455f78608c\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'40aa192c14c0068beecdb2d54133e9de3c6b59b832ad41e17849483acfcfa0c9\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Use the latest web platforms that your customers need;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'9e8285adaf876ac0ee237020146ad4e9fb303ed6630424618749598dd2d44f2b\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'8985fcf038595e9c177d6140cdacd07d1f29e13266b9577d6c88a13b23ea084b\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be585069e1a6dbd5d93ee4a8852d70059d050d19d09ff48d5e1cb3c8bd01fe52\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Liberate yourself with time-saving managed services;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'76c21b5c2c648d35c61ef65fad6cff228b60b37c856c7c4e1e66f542cbcad247\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8ee93bbb7ccdae54d6ddc32e95bf7f5f89446fa01e4ab13ceaf2a34e2a3dbade\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'33072adc7e46d3dac33c6eae79598eb1ed75ef6354828da593a86676aed5e5de\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'47e89e22b23bce97eeb2dfccb5f39f5be08c8859280dde6606bbf1ecf161faa7\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Eliminate downtime with top-shelf enterprise hardware;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1f4eaea3c991d634e9e35ffa257cd238d28180f0412573d27089df265a895d27\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ff969496c9d72d564310a0170ce45cc4e9515d05a888afb439017ced41d4863\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'10f4104cfc55a6b87cd3c18dea900d4d708466b0546131f7587c5ee834e6dded\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']A refreshingly cost-effective alternative to DIY hosting;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'7bf67547d5207b6b1250ae9ffb4a76f4d01befe36b5faa2f9cc9d5a422c67a84\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'e7a9448f58cb693f27e9c3132fd88faefea1900e2273839c10dc92bfa06270f3\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'c059088b1fa877901e3308a84ed38553be352a86d41d7a9e8ff9204ad0014deb\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Keep full control over your hosting with root access;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bd51d7583a86c0324e50a8fe574e2f018604d13fffda931b7535b823c82fa1af\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2a9780e1d8cc7bd48cd7caa0e3237e8688c97ed7593200ebad31a3eb7bae3c5d\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'f9f7023ebdcee639c4857c78c0efb15e55ceb947f8d9082d51c7c8fc40109054\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Free scale-assist for when you need more resources;[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'e9970974586a47fb61bd736243dd9840ffb963404a6a24e0d4cc456668a60c48\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'48ac9fd42f6f4e0ad0a86124b27959fb2e0b8ab8f9b8c60956cc6c71f8872b2d\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'06b8140ff569b2e08e9c166fae35f83f90fc7ae141f17b9690acff2ce294b43c\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Get an expert\'s take during onboarding.[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'521934dfa7ed985cdb1e1aac006a09febaf6e0485df4e92aba84b2f33cd07bbf\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that allows him to get otherwise paid-for advertising at Google as well as all other search engines that allow sponsored ads.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(216, 21, 'ct_builder_shortcodes_revisions_dates', '1602423713'),
(222, 49, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2020/10/navdeep.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"navdeep-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(223, 21, 'ct_builder_shortcodes_revisions', '[ct_section_2 ct_sign_sha256=\'2ca12d3e3a260af20e0b0f46397b15b07bb220f20acb072ee0c1d1af35b1e799\' ct_options=\'{\"ct_id\":1452,\"ct_parent\":0,\"selector\":\"section-1452-21\",\"original\":{\"background-color\":\"color(7)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"75\",\"container-padding-bottom\":\"290\",\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg\"},\"activeselector\":false,\"nicename\":\"Company Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'1a3e4da6388152e141abc7694933e116f053d024ffd54b227f03912d6cecb37f\' ct_options=\'{\"ct_id\":1453,\"ct_parent\":1452,\"selector\":\"headline-1453-21\",\"original\":{\"margin-bottom\":\"16\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"50\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']Better Homes. Better Life.[/ct_headline][ct_fancy_icon ct_sign_sha256=\'18963ff03aedcf28ed94a2025b554b70e5b3b4c3c8874abdfe52545dccaf5742\' ct_options=\'{\"ct_id\":1454,\"ct_parent\":1452,\"selector\":\"fancy_icon-1454-21\",\"original\":{\"icon-color\":\"color(4)\",\"icon-size\":\"48\",\"icon-id\":\"Lineariconsicon-home\",\"margin-bottom\":\"16\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_button ct_sign_sha256=\'9a00f174f341ecffeb2e854e06ab7715f41046b37e938ce0a400de1160ae6b21\' ct_options=\'{\"ct_id\":1456,\"ct_parent\":1452,\"selector\":\"link_button-1456-21\",\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":\"hosting-dark-outline-button\"}\']Learn More[/ct_link_button][/ct_section_2][ct_section_2 ct_sign_sha256=\'9893a59c936e6dd1ac7419b91e220cda7a993b126b730a62d6bb1d2fabe1286a\' ct_options=\'{\"ct_id\":1541,\"ct_parent\":0,\"selector\":\"section-1541-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_new_columns_3 ct_sign_sha256=\'ed3f6b604f5615eec14cfa8c304cf2fc5a934395955c0321a3a5f8215c1b83dd\' ct_options=\'{\"ct_id\":1542,\"ct_parent\":1541,\"selector\":\"new_columns-1542-21\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'45a29e12f0059f5bc62248bca3df022c877e53c284f7d7343e6de4064bde3a39\' ct_options=\'{\"ct_id\":1543,\"ct_parent\":1542,\"selector\":\"div_block-1543-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'630da8741d8c70d312d919b9c798fede0fea33cc9793027b1607777ec9074fe7\' ct_options=\'{\"ct_id\":1547,\"ct_parent\":1543,\"selector\":\"image-1547-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-top\":\"31\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7139920ab722f1d9fb3f2d0a722a1eb23b3842e3cf18d34c5d082fb25dbb4d7c\' ct_options=\'{\"ct_id\":1544,\"ct_parent\":1542,\"selector\":\"div_block-1544-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'d7e41bb94dc8a79bd0aef960d08e583665e5ceb30ec3fd4c1903a4bda7deae4e\' ct_options=\'{\"ct_id\":1548,\"ct_parent\":1544,\"selector\":\"image-1548-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e7f858c52f6c2d5559731e58e6d2c7cc772a435e5d36bddaf03a9eb76a8db93e\' ct_options=\'{\"ct_id\":1545,\"ct_parent\":1542,\"selector\":\"div_block-1545-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'243702570bd4ee378cc0a21096192a2065242ca537f7b0be523eec7b9a65a4bb\' ct_options=\'{\"ct_id\":1549,\"ct_parent\":1545,\"selector\":\"image-1549-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-top\":\"45\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'062dc4bc247ad6a0d323ece1edf07877e8a5b1343b0f0bca40fe46ffaf0bd40f\' ct_options=\'{\"ct_id\":1546,\"ct_parent\":1542,\"selector\":\"div_block-1546-21\",\"original\":{\"width\":\"25\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'b7481f19fd6d41740f745deff78fd99a8e466b2d3e8332f5aa9be53caaf628e1\' ct_options=\'{\"ct_id\":1550,\"ct_parent\":1546,\"selector\":\"image-1550-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-top\":\"26\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'4264acc0ee692441eabec3c11a8f15ce3bac30eb3fddc4446ad946e52a30a209\' ct_options=\'{\"ct_id\":1554,\"ct_parent\":0,\"selector\":\"section-1554-21\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"1\"}}\'][ct_video ct_sign_sha256=\'141b92cbe61d92421f757ac1f024091ceebfe9fa7b4f61df429a73a87680b23e\' ct_options=\'{\"ct_id\":1555,\"ct_parent\":1554,\"selector\":\"video-1555-21\",\"original\":{\"video-padding-bottom\":\"41.84%\",\"src\":\"https://youtu.be/CDk0eDnk4c0\",\"embed_src\":\"https://www.youtube.com/embed/CDk0eDnk4c0\"},\"activeselector\":false}\'][/ct_video][/ct_section_2][ct_section_2 ct_sign_sha256=\'79e384384a8e290914c163e37f8037da0ec10903a2e6d9e679503bd6986b90d5\' ct_options=\'{\"ct_id\":1488,\"ct_parent\":0,\"selector\":\"section-1488-21\",\"original\":{\"container-padding-bottom\":\"40\",\"custom-js\":\"\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'39d486e7a0af809b3d5fbaf244c820446c919865e2610b9cb6819e207f9a6f87\' ct_options=\'{\"ct_id\":1489,\"ct_parent\":1488,\"selector\":\"headline-1489-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'982dac711b203e114c2b4e769ad73aa0d6f9745d4212259469cd6c72b2dba740\' ct_options=\'{\"ct_id\":1490,\"ct_parent\":1488,\"selector\":\"text_block-1490-21\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{}}\']Customers choose us because they get the highest quality from and the world-class standards to realise your dream house.[/ct_text_block][ct_new_columns_3 ct_sign_sha256=\'5dcd42efa75b693478d233bf0c6a9f3a7e6778b4d19c9b6375624c4c76322afa\' ct_options=\'{\"ct_id\":1491,\"ct_parent\":1488,\"selector\":\"new_columns-1491-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"}}\'][ct_div_block_3 ct_sign_sha256=\'b6d7e5fc9b7e9b7c57b6c3d1467eda7b07ceffcb0b7de29d01e45f1b112ab45c\' ct_options=\'{\"ct_id\":1492,\"ct_parent\":1491,\"selector\":\"div_block-1492-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'1276e02bf7ebccb46a1a3e0e8c366a7560f796afb0792767536ce92f93e3a2e6\' ct_options=\'{\"ct_id\":1493,\"ct_parent\":1492,\"selector\":\"fancy_icon-1493-21\",\"original\":{\"icon-id\":\"Lineariconsicon-star-empty\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'30f3e44265916d0760f9828ef4f79f9c3067cd542a1127654466c6c67fc5df78\' ct_options=\'{\"ct_id\":1494,\"ct_parent\":1492,\"selector\":\"headline-1494-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Quality[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'171acee14cdda644eaa01abba6dea791b983da4e620366be897bc03768e5cf10\' ct_options=\'{\"ct_id\":1495,\"ct_parent\":1491,\"selector\":\"div_block-1495-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'4236e7b690e85c2967e013f37490f2ff200a22fb86639cc495eb33a0018f69a3\' ct_options=\'{\"ct_id\":1496,\"ct_parent\":1495,\"selector\":\"fancy_icon-1496-21\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'44b2cb4ceef4c8f0d399dfb3172332b5703e4b741c27d4f5dc109a65685dc816\' ct_options=\'{\"ct_id\":1497,\"ct_parent\":1495,\"selector\":\"headline-1497-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Highest Standard[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2aa11f90e386f1a51a6458795668eff2b308fd2545fb7fe4bd63ab30acb5fe2f\' ct_options=\'{\"ct_id\":1498,\"ct_parent\":1491,\"selector\":\"div_block-1498-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d44789b9a806d0dfed22d3c31a663a8dd921d53d3e7fa0462efc40e40c5f29a7\' ct_options=\'{\"ct_id\":1499,\"ct_parent\":1498,\"selector\":\"fancy_icon-1499-21\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'302c8aa42b443e36b46a6f332ce459fd12ba5043a867e7c73714a4ab7e5c553b\' ct_options=\'{\"ct_id\":1500,\"ct_parent\":1498,\"selector\":\"headline-1500-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Timely Delivery[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6901d24af08d08bb4f230ea627630570f95fb5fb3d0f2a3c9c49df4ab2ec4e4\' ct_options=\'{\"ct_id\":1501,\"ct_parent\":1491,\"selector\":\"div_block-1501-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'95b35ab25d9523be1b2fcaa151379240f69950073895c9f1b41a815938502b98\' ct_options=\'{\"ct_id\":1502,\"ct_parent\":1501,\"selector\":\"fancy_icon-1502-21\",\"original\":{\"icon-id\":\"Lineariconsicon-earth\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e486f7355ab7e0bf6b7c2681be8f608af167da5a3b34ebc61ce26e874d4bd36f\' ct_options=\'{\"ct_id\":1503,\"ct_parent\":1501,\"selector\":\"headline-1503-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']World-class Partners[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fbf80efe4da1ad0049ddfe3f9d098e85098afeb0cb97b6a9d53baf73912a8976\' ct_options=\'{\"ct_id\":1504,\"ct_parent\":1491,\"selector\":\"div_block-1504-21\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'7410118eda6e03eb89877784044f1d974cd6d4d9b0ab0f159a898012c9158801\' ct_options=\'{\"ct_id\":1505,\"ct_parent\":1504,\"selector\":\"fancy_icon-1505-21\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a9bfe2feb94f71977cf6182088fafa8a8356e455c4f883f02ecff30028d7925f\' ct_options=\'{\"ct_id\":1506,\"ct_parent\":1504,\"selector\":\"headline-1506-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']Experienced Team[/ct_headline][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e646b999ce8c0b35df18d4f9e74275041a60b207fe14af32621a7c36267afbdf\' ct_options=\'{\"ct_id\":1507,\"ct_parent\":1491,\"selector\":\"div_block-1507-21\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'30aa229377e85bc3971bebeca5234dfbc6e47249168f2573e7350bfb88bbb2ab\' ct_options=\'{\"ct_id\":1508,\"ct_parent\":1507,\"selector\":\"fancy_icon-1508-21\",\"original\":{\"icon-id\":\"Lineariconsicon-magic-wand\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3a55c865a985a900ba3cf1b75ff0cae857af5182b7f052cf17692b0deef5b63\' ct_options=\'{\"ct_id\":1509,\"ct_parent\":1507,\"selector\":\"headline-1509-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"}}\']One-Stop shop[/ct_headline][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'66f9a62dd1663298e02412583c943f5fdfebfb8f84364fe375e13ac2b9b5c494\' ct_options=\'{\"ct_id\":1458,\"ct_parent\":0,\"selector\":\"section-1458-21\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"},\"activeselector\":false,\"nicename\":\"Company Gallery\",\"ct_category\":\"Content\"}\'][ct_new_columns_3 ct_sign_sha256=\'af984624cb18073d22466409f0110f71e88eaa32ca5630f23bc9cbf3ce3dc570\' ct_options=\'{\"ct_id\":1459,\"ct_parent\":1458,\"selector\":\"new_columns-1459-21\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'55e529cce841c29be1069a1894a6f828038b98dab5b30f6912e36379b1746c1a\' ct_options=\'{\"ct_id\":1460,\"ct_parent\":1459,\"selector\":\"div_block-1460-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ea2f6e28e50ed021ecb6c97000e271fcf037053715febf6572bc7e82b4fb8064\' ct_options=\'{\"ct_id\":1461,\"ct_parent\":1460,\"selector\":\"image-1461-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'e69569e1da266c6ad4c0e67f3b3c208e04086348aa3be289e32c46eb85dd440c\' ct_options=\'{\"ct_id\":1462,\"ct_parent\":1460,\"selector\":\"image-1462-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3ba0b13b2685bfd27e0ac1903c06416b4a4cfca1903895c68015cc8884bc4d4c\' ct_options=\'{\"ct_id\":1463,\"ct_parent\":1459,\"selector\":\"div_block-1463-21\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'ed30d894b4f02f8c42f25bdddb68742d9d5286eea417bb607020458808a65734\' ct_options=\'{\"ct_id\":1464,\"ct_parent\":1463,\"selector\":\"image-1464-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'5cda825515b1269332c691c2618dc3e6b2e0fb3ad7ce944bcd84bde801510e59\' ct_options=\'{\"ct_id\":1465,\"ct_parent\":1463,\"selector\":\"image-1465-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a4a89b70bf438ee4b61b8d749bbaa38860eaa6dcfe421eaa9522fbfce7e4ecc1\' ct_options=\'{\"ct_id\":1466,\"ct_parent\":1459,\"selector\":\"div_block-1466-21\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\"}}}}\'][ct_image ct_sign_sha256=\'7b0b3414bf3e52b6969dba17df70e1a2cd997cb5c44aca6bb8e83acab8086a69\' ct_options=\'{\"ct_id\":1467,\"ct_parent\":1466,\"selector\":\"image-1467-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1-scaled.jpg\"},\"classes\":{\"0\":\"hosting-about-2-image\"}}\'][/ct_image][ct_image ct_sign_sha256=\'aa3f04638256980ee095e440bae68230bedcf8a0175bb1e78597f6c1f07e6f16\' ct_options=\'{\"ct_id\":1468,\"ct_parent\":1466,\"selector\":\"image-1468-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png\"},\"classes\":{\"0\":\"hosting-about-2-image\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'1f42f3ed8d18b212b9b0238fd46a687a8b77466c39ea7b195e028ff54af7bf5a\' ct_options=\'{\"ct_id\":1469,\"ct_parent\":0,\"selector\":\"section-1469-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Company Features Block\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"40\"}}}}\'][ct_headline ct_sign_sha256=\'3bfdf3d018fc48f4a8258e57d983004cc0e480c15726cb6b30f94ef09fa2ab46\' ct_options=\'{\"ct_id\":1470,\"ct_parent\":1469,\"selector\":\"headline-1470-21\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-heading-two\"}}\']Our Approach[/ct_headline][ct_new_columns_3 ct_sign_sha256=\'76650d519c85bd5c2e91be52e761fa18f764fd8d9829d4b3f882dbf027f007e8\' ct_options=\'{\"ct_id\":1471,\"ct_parent\":1469,\"selector\":\"new_columns-1471-21\",\"original\":{\"set-columns-width-50\":\"tablet\",\"stack-columns-vertically\":\"phone-landscape\"}}\'][ct_div_block_3 ct_sign_sha256=\'1d105983955342f0771822d1d7e215615f2d3bb86292baa17200fd94aa661678\' ct_options=\'{\"ct_id\":1472,\"ct_parent\":1471,\"selector\":\"div_block-1472-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'2464bed4f2b9af936b2341d2effcf19ffe71faf8e525a68e147ee0233c05f091\' ct_options=\'{\"ct_id\":1473,\"ct_parent\":1472,\"selector\":\"fancy_icon-1473-21\",\"original\":{\"icon-id\":\"Lineariconsicon-pencil\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'804201e300044e00b0ccea290567904a29de84ec0e0efb4e5667c01bdca810d4\' ct_options=\'{\"ct_id\":1474,\"ct_parent\":1472,\"selector\":\"headline-1474-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Design Thinking[/ct_headline][ct_text_block ct_sign_sha256=\'b576d468632c300ca72a8c4bba1558f95135c824e77808a8543d2028689818e8\' ct_options=\'{\"ct_id\":1475,\"ct_parent\":1472,\"selector\":\"text_block-1475-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']Our team will look at your space and think beyond the just doors and windows[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'faabc41801d8a7f5054fb8a44a9685dd7d554e1bb754feff3571b8658e729cf3\' ct_options=\'{\"ct_id\":1476,\"ct_parent\":1471,\"selector\":\"div_block-1476-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c900a215d0c120c37988216a758317734ebdeeacd785fcfbfeeb35a06ff89579\' ct_options=\'{\"ct_id\":1477,\"ct_parent\":1476,\"selector\":\"fancy_icon-1477-21\",\"original\":{\"icon-id\":\"Lineariconsicon-cog\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'20c1d9bf43689a43727cb654c27aa1d48f8f7c0fe15c695be2e5c5041f21dfd9\' ct_options=\'{\"ct_id\":1478,\"ct_parent\":1476,\"selector\":\"headline-1478-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Solution Approach[/ct_headline][ct_text_block ct_sign_sha256=\'8f360bf6f741dad5514dca09612e68733fc4a12f6a7d2faeb2765076e51001f8\' ct_options=\'{\"ct_id\":1479,\"ct_parent\":1476,\"selector\":\"text_block-1479-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']We approach the requirement through a solution angle before providing the suggestions[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'44ef89bb7dff996fe955262fe2b02b495064dd8c81be14d2e838a9b3532fd9c7\' ct_options=\'{\"ct_id\":1480,\"ct_parent\":1471,\"selector\":\"div_block-1480-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'c5b78d3c0b44538d059ab36a28c2f3e929ceeab7e9ffc2388f2372d865be21f6\' ct_options=\'{\"ct_id\":1481,\"ct_parent\":1480,\"selector\":\"fancy_icon-1481-21\",\"original\":{\"icon-id\":\"Lineariconsicon-store\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b8f62f346d841ad07b8691f6f79c3e5a6d1ddd54dec08840e200fecf300d4e9f\' ct_options=\'{\"ct_id\":1482,\"ct_parent\":1480,\"selector\":\"headline-1482-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Optimization of Space[/ct_headline][ct_text_block ct_sign_sha256=\'ae0f4db1f4bc3ca63f106540ca26520f3cb767664caeedf6bbdc4cf99bda2d3c\' ct_options=\'{\"ct_id\":1483,\"ct_parent\":1480,\"selector\":\"text_block-1483-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']When we provide solutions we are also looking at optimization and productivity for your space[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b524dbcd38abd8bae99d83636eb850e0fcecc4189981148736688fd0bd06161e\' ct_options=\'{\"ct_id\":1484,\"ct_parent\":1471,\"selector\":\"div_block-1484-21\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-company-2-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'96ed2306ab3b9e97f4a99071b7479fa0819ac833a414459b5bab430457e959a6\' ct_options=\'{\"ct_id\":1485,\"ct_parent\":1484,\"selector\":\"fancy_icon-1485-21\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"classes\":{\"0\":\"hosting-company-2-icon\"}}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'86916176ff8cb1363f943ab27279ef254ce0c0f1ccce246ca735098662f94512\' ct_options=\'{\"ct_id\":1486,\"ct_parent\":1484,\"selector\":\"headline-1486-21\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-company-2-title\"}}\']Deliver Results[/ct_headline][ct_text_block ct_sign_sha256=\'2db0850ad90591a8447bf0abcc29473e15f89babc80ab5b32d389f52f565fda8\' ct_options=\'{\"ct_id\":1487,\"ct_parent\":1484,\"selector\":\"text_block-1487-21\",\"original\":{\"margin-top\":\"0\"},\"classes\":{\"0\":\"hosting-company-2-text\"}}\']At the end of day, we are aiming at providing better homes and best results for you[/ct_text_block][/ct_div_block_3][/ct_new_columns_3][/ct_section_2][ct_section_2 ct_sign_sha256=\'3fe3d0fdc6609c3c111452f4c273960efe3457e17a0841e71f86c7a56222f1f6\' ct_options=\'{\"ct_id\":1439,\"ct_parent\":0,\"selector\":\"section-1439-21\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"rgba(178,210,125,0.9)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"rgba(7,173,183,0.9)\"}},\"linear-angle\":\"135\"},\"background-image\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-blend-mode\":\"normal\"},\"activeselector\":false,\"nicename\":\"Hero with Video\",\"ct_category\":\"Heros & Titles\"}\'][ct_headline ct_sign_sha256=\'c04040559cd3f6a7e1b84afe062f0139f544fe6ace975d8d8dcbd8e57ee4a700\' ct_options=\'{\"ct_id\":1440,\"ct_parent\":1439,\"selector\":\"headline-1440-21\",\"original\":{\"tag\":\"h1\",\"margin-bottom\":\"12\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hosting-heading-one\"},\"activeselector\":false}\']World-class doors &amp; windows[/ct_headline][ct_text_block ct_sign_sha256=\'3f4c6099d641117647f5997b4af28a220ad5e36a601e3da2a02deca47f23b4df\' ct_options=\'{\"ct_id\":1441,\"ct_parent\":1439,\"selector\":\"text_block-1441-21\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"24\",\"font-weight\":\"600\",\"margin-bottom\":\"24\"}}\']Watch how we do it[/ct_text_block][ct_link_3 ct_sign_sha256=\'3e1b52f51fb22dc6be9b27304af8f2cd98bba0f9dfc931db1e7d2d82ea23b069\' ct_options=\'{\"ct_id\":1442,\"ct_parent\":1439,\"selector\":\"link-1442-21\",\"original\":{\"url\":\"https://youtu.be/CDk0eDnk4c0\",\"opacity\":\"0.4\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"opacity\":\"1\"}}\'][ct_fancy_icon ct_sign_sha256=\'46083693d7cea2b014d0b3af671a91153d300c1565e7eead82b0179d831b0fe4\' ct_options=\'{\"ct_id\":1443,\"ct_parent\":1442,\"selector\":\"fancy_icon-1443-21\",\"original\":{\"icon-id\":\"Lineariconsicon-film-play\",\"icon-size\":\"128\",\"icon-color\":\"#ffffff\"},\"activeselector\":false}\'][/ct_fancy_icon][/ct_link_3][/ct_section_2][ct_section ct_sign_sha256=\'daf7bc7560748f46d3428fe852facabe3011f6b1f7529a6d7062d99580c2e6e6\' ct_options=\'{\"ct_id\":39,\"ct_parent\":0,\"selector\":\"section-39-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"30\",\"container-padding-top\":\"60\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\"}}},\"classes\":{}}\'][ct_headline ct_sign_sha256=\'a204d826fad14e8979f5ca8557e7b325431a3e09c42489dc9ed1441789ec0e21\' ct_options=\'{\"ct_id\":140,\"ct_parent\":39,\"selector\":\"headline-140-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']We provide turn-key solutions for your dream house[/ct_headline][ct_text_block ct_sign_sha256=\'102b6f8b8c95d6b1d637008b3243dc22e2b27b6350c5df1043a489f4f8c19110\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"text_block-42-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"classes\":{},\"activeselector\":false}\']Navdeep - This is another section in case this is required[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'fb6dea9eab882a077ff9a60e7bfff7e398bc0a1b381e0c60a2f21fb79c590262\' ct_options=\'{\"ct_id\":1313,\"ct_parent\":39,\"selector\":\"new_columns-1313-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'3368e143b4b76c465f5028e028c660512e24a8ed744d5aea19fb9d13b3b711d4\' ct_options=\'{\"ct_id\":1314,\"ct_parent\":1313,\"selector\":\"div_block-1314-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'db1a5399883a6ba2535be88c7265243df5ae195e3cb5641ad6f8e230d2429a26\' ct_options=\'{\"ct_id\":1321,\"ct_parent\":1314,\"selector\":\"div_block-1321-4\",\"original\":{\"border-top-color\":\"color(11)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'9bc9e515320b42a833adf31e06edbf48946e076571b7fad21caf5990ccd33111\' ct_options=\'{\"ct_id\":1590,\"ct_parent\":1321,\"selector\":\"image-1590-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png\",\"margin-bottom\":\"25\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b75be9fc2ced8cba12e4ec13719d4d42f8e5abe04674d9961ce79a53135361cf\' ct_options=\'{\"ct_id\":1341,\"ct_parent\":1321,\"selector\":\"headline-1341-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Windows &amp; Doors[/ct_headline][ct_text_block ct_sign_sha256=\'dd3dc24824c5b24cd4cd1fa3761af8e2df58a18e07661468107c99a6571b2cbb\' ct_options=\'{\"ct_id\":1361,\"ct_parent\":1321,\"selector\":\"text_block-1361-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']An affordable hosting option for starter sites. Ideal for up to a dozen small websites.[/ct_text_block][ct_headline ct_sign_sha256=\'c516d9da8c1a8da6387849bad8bcc811bcb1e9f9d67e55eb4f54b561987cdc43\' ct_options=\'{\"ct_id\":1374,\"ct_parent\":1321,\"selector\":\"headline-1374-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']25000[/ct_headline][ct_text_block ct_sign_sha256=\'6d570d09c206ef2e52f970551eb64787c2c79c59ad82c50434a7537d41bf9b74\' ct_options=\'{\"ct_id\":1391,\"ct_parent\":1321,\"selector\":\"text_block-1391-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'6e1f03dd9ef336f57a9ac9a823d12feefcfa821cf9c57d9f9fdd583a8a309a5d\' ct_options=\'{\"ct_id\":1330,\"ct_parent\":1321,\"selector\":\"link_button-1330-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'27f90dde8ee2faf13135e98261c4287e37fb26c11d001ae3d9a2e8ade9de7b3a\' ct_options=\'{\"ct_id\":1315,\"ct_parent\":1313,\"selector\":\"div_block-1315-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'09578d0835e7b8b145a4f1e70bc06b294ee48639507baf96287385043aab548c\' ct_options=\'{\"ct_id\":1322,\"ct_parent\":1315,\"selector\":\"div_block-1322-4\",\"original\":{\"border-top-color\":\"color(10)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'d47f429251383cd6ae1f2cf90f70793f18ca9a2be7441dff3edd9a356cfee249\' ct_options=\'{\"ct_id\":1591,\"ct_parent\":1322,\"selector\":\"image-1591-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'b0f6f53300343e31b92953b71b60896bd7c82355a9b0ca2a177b8356195549da\' ct_options=\'{\"ct_id\":1348,\"ct_parent\":1322,\"selector\":\"headline-1348-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Premium Windows[/ct_headline][ct_text_block ct_sign_sha256=\'0137c990dc22ec99fceb44e3ebc402fbf89f5c0755837b8e25df1c5fe8b95f96\' ct_options=\'{\"ct_id\":1363,\"ct_parent\":1322,\"selector\":\"text_block-1363-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']When you need more than Shared Hosting, but not quite a complete VPS.[/ct_text_block][ct_headline ct_sign_sha256=\'166597d0e58bd3ee6b4968c578e2bb416b3c75c6047d76b13fb2b2cad75419f4\' ct_options=\'{\"ct_id\":1376,\"ct_parent\":1322,\"selector\":\"headline-1376-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']50000[/ct_headline][ct_text_block ct_sign_sha256=\'4d5420ab2fa72b211410c7d0150f26cd3a9c7d199b05f275918853a5874eb493\' ct_options=\'{\"ct_id\":1389,\"ct_parent\":1322,\"selector\":\"text_block-1389-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'8922ee0aeddaee0df8368118964248ffd3ddd38073c0613fcec414d6ec15e6f8\' ct_options=\'{\"ct_id\":1332,\"ct_parent\":1322,\"selector\":\"link_button-1332-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'22429b94d1346992d72d31dd079d138bd6deac07dfcab83cd766480c82466903\' ct_options=\'{\"ct_id\":1316,\"ct_parent\":1313,\"selector\":\"div_block-1316-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'e8c64cd1e07b3869b132a88731853144b05663c9f8e8dd89364e74666d3e51be\' ct_options=\'{\"ct_id\":1324,\"ct_parent\":1316,\"selector\":\"div_block-1324-4\",\"original\":{\"border-top-color\":\"color(9)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'06fd6289d9870a75aa3dec39b31d515e42a8f0c33c0acaeed75781d924251586\' ct_options=\'{\"ct_id\":1592,\"ct_parent\":1324,\"selector\":\"image-1592-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png\",\"margin-bottom\":\"68\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'16ef64cbb1949ca6be36444b594500af1aa9798cfb17e4728ad2d484b76c7bf9\' ct_options=\'{\"ct_id\":1352,\"ct_parent\":1324,\"selector\":\"headline-1352-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Blinds and Coverings[/ct_headline][ct_text_block ct_sign_sha256=\'173148f77edf90f2232075dac6f11103f880fd1c0d87921493dbc5c616d9809d\' ct_options=\'{\"ct_id\":1365,\"ct_parent\":1324,\"selector\":\"text_block-1365-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Did you know we were the first to offer VPS Hosting in Europe back in 2004?[/ct_text_block][ct_headline ct_sign_sha256=\'0514f5c079e607e0ffd70eedcf6f05cc4e96c3f45b3d8871fced4ce589809f81\' ct_options=\'{\"ct_id\":1378,\"ct_parent\":1324,\"selector\":\"headline-1378-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']30000[/ct_headline][ct_text_block ct_sign_sha256=\'f37a3dab32624ecda787c2a07a1e2f50313fe24e57fb691cd259d554e7517568\' ct_options=\'{\"ct_id\":1387,\"ct_parent\":1324,\"selector\":\"text_block-1387-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'fe824bcbddd08f59e17ea2a4d0c1b522bf7a5aab4baeb4ce6fa98fe9048de879\' ct_options=\'{\"ct_id\":1334,\"ct_parent\":1324,\"selector\":\"link_button-1334-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'81322915d1648c8cd5c1b0089ecfc80e004af3eea3593a4911d4e674e02924dc\' ct_options=\'{\"ct_id\":1317,\"ct_parent\":1313,\"selector\":\"div_block-1317-4\",\"original\":{\"width\":\"25.00\",\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'6f50c2bcec5f38584214507fd97e4460270a2d6d04fb26a2a05420f7bf94a99f\' ct_options=\'{\"ct_id\":1326,\"ct_parent\":1317,\"selector\":\"div_block-1326-4\",\"original\":{\"border-top-color\":\"color(4)\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_image ct_sign_sha256=\'dded5d9c3319329ecf980a92b6e6d2a143e3b9a30c487463b6f9b529ad708f5a\' ct_options=\'{\"ct_id\":1593,\"ct_parent\":1326,\"selector\":\"image-1593-21\",\"original\":{\"src\":\"https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png\",\"margin-bottom\":\"46\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'41f7314e38304a4045d65a8da3d9ce979d32aeff196789be1a388f57ef218d45\' ct_options=\'{\"ct_id\":1356,\"ct_parent\":1326,\"selector\":\"headline-1356-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Home Automation[/ct_headline][ct_text_block ct_sign_sha256=\'2c4df5f6bf8c681e4cc910549ff0cf0d49e83b01bdec87aa87f4904ecf8c2b51\' ct_options=\'{\"ct_id\":1367,\"ct_parent\":1326,\"selector\":\"text_block-1367-4\",\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']Get 100% resource isolation with our enterprise grade bare metal servers.[/ct_text_block][ct_headline ct_sign_sha256=\'88536fbeaa6c5f15af0e53ac89fe493e5addfb4a334b3bf99df17924c1efc16b\' ct_options=\'{\"ct_id\":1380,\"ct_parent\":1326,\"selector\":\"headline-1380-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']45000[/ct_headline][ct_text_block ct_sign_sha256=\'04aa1818ae98c5c5dfe31fb4d19a104f01d0c40eafc1eb252c1964abff8c26ef\' ct_options=\'{\"ct_id\":1385,\"ct_parent\":1326,\"selector\":\"text_block-1385-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']Starting Price INR[/ct_text_block][ct_link_button ct_sign_sha256=\'0363d7119bd3655a0e39e571380e0324f014ad21422bb49af78e2815aba53d49\' ct_options=\'{\"ct_id\":1336,\"ct_parent\":1326,\"selector\":\"link_button-1336-4\",\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_div_block_2 ct_sign_sha256=\'1e62576004dce2fa79ccfcc1b40cdce828b2c8e8ea1d39e56dde4d2f3ab1a573\' ct_options=\'{\"ct_id\":1318,\"ct_parent\":39,\"selector\":\"div_block-1318-4\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"padding-top\":\"20\",\"padding-left\":\"20\",\"padding-right\":\"20\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0fcf7a344591c6fddcb56ad2d73f947b6bd4591cd53b6d3f6e71617b12bbc232\' ct_options=\'{\"ct_id\":1328,\"ct_parent\":1318,\"selector\":\"div_block-1328-4\",\"original\":{\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"display\":\"flex\",\"padding-top\":\"0\",\"padding-left\":\"0\",\"padding-bottom\":\"0\",\"padding-right\":\"0\"},\"classes\":{\"0\":\"hosting-price-1-wrapper\"},\"activeselector\":\"hosting-price-1-wrapper\"}\'][ct_new_columns_4 ct_sign_sha256=\'fd852f135ef914bb1ae33c946f70e8b6a362994c0e792ae0239d99eed089572f\' ct_options=\'{\"ct_id\":1338,\"ct_parent\":1328,\"selector\":\"new_columns-1338-4\"}\'][ct_div_block_4 ct_sign_sha256=\'9470abce3aec48d0e8ee9708f16c08f213041767eca82a0b40c3a00fffd40714\' ct_options=\'{\"ct_id\":1339,\"ct_parent\":1338,\"selector\":\"div_block-1339-4\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6236f5207a22870c46da5c05b1d76175116dadf56ab15b0deae65d538acb51dc\' ct_options=\'{\"ct_id\":1413,\"ct_parent\":1339,\"selector\":\"fancy_icon-1413-4\",\"original\":{\"icon-id\":\"Lineariconsicon-briefcase\"},\"classes\":{\"0\":\"hosting-pricing-1-icon\"},\"activeselector\":\"hosting-pricing-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ea4ef3ae585c09242eadb6c95c0af5a3a3a7f33c1c7f1ef977014106ac8b081b\' ct_options=\'{\"ct_id\":1402,\"ct_parent\":1339,\"selector\":\"headline-1402-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-pricing-1-title\"},\"activeselector\":\"hosting-pricing-1-title\"}\']Enterprise[/ct_headline][ct_text_block ct_sign_sha256=\'a5bfc2cbbb739d54bb63f2e4a35484f810ae02eb06ad8573e712d1f888e2f3dc\' ct_options=\'{\"ct_id\":1405,\"ct_parent\":1339,\"selector\":\"text_block-1405-4\",\"original\":{\"margin-bottom\":\"0\"},\"classes\":{\"0\":\"hosting-pricing-1-text\"},\"activeselector\":\"hosting-pricing-1-text\"}\']For when downtime is simply not an option. Built for the most demanding websites and&nbsp;applications.[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'31e0a13990aca5a7c2fe1c789a56942b252015962b6dd071d563de129e8bbd91\' ct_options=\'{\"ct_id\":1340,\"ct_parent\":1338,\"selector\":\"div_block-1340-4\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"stretch\",\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'da7b3cf716a8151b2192e2ea33a80d26a25425bcadd741fdd711bdf45e095460\' ct_options=\'{\"ct_id\":1395,\"ct_parent\":1340,\"selector\":\"headline-1395-4\",\"original\":{\"tag\":\"h4\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"color\":\"color(1)\",\"font-size\":\"48\",\"font-weight\":\"700\",\"line-height\":\"1.1\"},\"activeselector\":false}\']$1,125[/ct_headline][ct_text_block ct_sign_sha256=\'752f4fb974412c28ec72e041199d744562ad5872e643779df7c48ce34e5d3498\' ct_options=\'{\"ct_id\":1397,\"ct_parent\":1340,\"selector\":\"text_block-1397-4\",\"classes\":{\"0\":\"hosting-pricing-1-month\"},\"activeselector\":\"hosting-pricing-1-month\"}\']/month[/ct_text_block][ct_link_button ct_sign_sha256=\'6c2d51f2606ccdaa629a172288229d718106eda0b8cb0bd5f55ede4b07196567\' ct_options=\'{\"ct_id\":1393,\"ct_parent\":1340,\"selector\":\"link_button-1393-4\",\"original\":{\"margin-top-unit\":\"auto\",\"margin-top\":\"0\",\"url\":\"/other-single/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false}\']Learn More[/ct_link_button][/ct_div_block_4][/ct_new_columns_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1d509f8bdde94e1cac73402f6b8a852b7211c235a271fc7667ace003e0aabee8\' ct_options=\'{\"ct_id\":817,\"ct_parent\":0,\"selector\":\"section-817-4\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"custom-js\":\"\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"container-padding-bottom\":\"40\"},\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"75\",\"container-padding-left\":\"120\",\"container-padding-right\":\"120\"}}}}\'][ct_headline ct_sign_sha256=\'1c5c3dea68bcac4feba68c3e42e323421024bfc521dead8804d434cba0f36965\' ct_options=\'{\"ct_id\":818,\"ct_parent\":817,\"selector\":\"headline-818-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Simple. Powerful. Reliable.[/ct_headline][ct_text_block ct_sign_sha256=\'0960f8e1896650db0084178907fbe9cedfb9005101f54ae5e84a9214a875c460\' ct_options=\'{\"ct_id\":819,\"ct_parent\":817,\"selector\":\"text_block-819-4\",\"original\":{\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"16\",\"font-weight\":\"400\",\"line-height\":\"1.6\",\"max-width\":\"480\"},\"activeselector\":false,\"classes\":{}}\']Customers choose us because they get the peace of mind that their e-commerce website is protected from evil things like hardware failure, cyber threats, and performance bottlenecks.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'6ef6101b99be36ac293786bb50dfd1a5493b477a4ee3f4e3b5f11bd7784e04c4\' ct_options=\'{\"ct_id\":1138,\"ct_parent\":817,\"selector\":\"new_columns-1138-4\",\"original\":{\"stack-columns-vertically\":\"phone-landscape\",\"set-columns-width-50\":\"tablet\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'2754336798878563e72985cfb145939833c1ad6cad8ee99fbdfa48c8eafa5d51\' ct_options=\'{\"ct_id\":1140,\"ct_parent\":1138,\"selector\":\"div_block-1140-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'03388ecd747b6f4593a8c1f6c7421cbbcec2fd9b8e9d244e1dc3a7b78f320ad0\' ct_options=\'{\"ct_id\":1415,\"ct_parent\":1140,\"selector\":\"fancy_icon-1415-4\",\"original\":{\"icon-id\":\"Lineariconsicon-calendar-full\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'ac45e791c85479cd5e027a539ac0e67f453c0bfd4037a4101b6221ae74bbae45\' ct_options=\'{\"ct_id\":1160,\"ct_parent\":1140,\"selector\":\"headline-1160-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']24x7 Online[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7585ed010036f9b3de92000092b95c7be924cda0432ec7d773da917b10a9073c\' ct_options=\'{\"ct_id\":1141,\"ct_parent\":1138,\"selector\":\"div_block-1141-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}},\"classes\":{\"0\":\"hosting-iconblock-1-column\"}}\'][ct_fancy_icon ct_sign_sha256=\'65562d8cb82b28e69fc36800fde4b85fdcc6809ea7f1f5a4df88baca6d5aac1b\' ct_options=\'{\"ct_id\":1416,\"ct_parent\":1141,\"selector\":\"fancy_icon-1416-4\",\"original\":{\"icon-id\":\"Lineariconsicon-license\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'a79cefbe050fcdcfdff59e228f85c28a510a48a356e4f6616f33d5c3406ac964\' ct_options=\'{\"ct_id\":1161,\"ct_parent\":1141,\"selector\":\"headline-1161-4\",\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\",\"original\":{\"tag\":\"h3\"}}\']100% Guarantee[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec5eb96c7eb2678c4abda96f9e38615368fd277fc63af0b60731b375ea3a9b5e\' ct_options=\'{\"ct_id\":1142,\"ct_parent\":1138,\"selector\":\"div_block-1142-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'fc33c568c8eec99c084e32731af5a3bc49e05f38f1d7f2b075f3a07584bb9394\' ct_options=\'{\"ct_id\":1418,\"ct_parent\":1142,\"selector\":\"fancy_icon-1418-4\",\"original\":{\"icon-id\":\"Lineariconsicon-heart-pulse\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'38abafea629dc2dc45b17916f1319272c30644a7ee14bcc057ec2a95a2d1aa4a\' ct_options=\'{\"ct_id\":1163,\"ct_parent\":1142,\"selector\":\"headline-1163-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Low Latency[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20970eacde2d1c2a96c87698d8fbd4d5c7174011ca617a1d1726ac538a2fc800\' ct_options=\'{\"ct_id\":1152,\"ct_parent\":1138,\"selector\":\"div_block-1152-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'e43182fe94137a4b1fe188c742631fc48427b8be21a1f7b0c03c59be9da112b0\' ct_options=\'{\"ct_id\":1421,\"ct_parent\":1152,\"selector\":\"fancy_icon-1421-4\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'080aa5ddff7a6c3fd21f3759b3321f55c49ad285deb7e2e863af21390e1769ef\' ct_options=\'{\"ct_id\":1171,\"ct_parent\":1152,\"selector\":\"headline-1171-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Root Access[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b530ffa9d642e90a311edd62026c9d2f78ee666994a3780c28e0d992d2cf8d8\' ct_options=\'{\"ct_id\":1143,\"ct_parent\":1138,\"selector\":\"div_block-1143-4\",\"original\":{\"width\":\"16.66\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"NaN\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'a8ce8e25bbcf0e3ada76bdfc324f5f214b0c6de3fa41b883df716d63d10d60f3\' ct_options=\'{\"ct_id\":1423,\"ct_parent\":1143,\"selector\":\"fancy_icon-1423-4\",\"original\":{\"icon-id\":\"Lineariconsicon-train\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bbb92b62f69badc2779daf9d2c2e8c85afdfbc1c052b88ab32ad07d6e8106eaa\' ct_options=\'{\"ct_id\":1165,\"ct_parent\":1143,\"selector\":\"headline-1165-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Powerfull Infrastructure[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc961df1346b49b2b73015bb84cce771d34269467b1b5cd27738d942f96ada3c\' ct_options=\'{\"ct_id\":1156,\"ct_parent\":1138,\"selector\":\"div_block-1156-4\",\"original\":{\"width\":\"16.70\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-1-column\"},\"activeselector\":\"hosting-iconblock-1-column\",\"media\":{\"tablet\":{\"original\":{\"width\":\"16.65\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d8a5076400d81b9f64b9aeda0093efbba103528114ebdc679d50f0d949c7c188\' ct_options=\'{\"ct_id\":1425,\"ct_parent\":1156,\"selector\":\"fancy_icon-1425-4\",\"original\":{\"icon-id\":\"Lineariconsicon-keyboard\"},\"classes\":{\"0\":\"hosting-iconblock-1-icon\"},\"activeselector\":\"hosting-iconblock-1-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'19205e07b779961d04c68da9a8a81c661199fd7c04c2304edc964668c41f99df\' ct_options=\'{\"ct_id\":1167,\"ct_parent\":1156,\"selector\":\"headline-1167-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-1-title\"},\"activeselector\":\"hosting-iconblock-1-title\"}\']Feature-rich control panel[/ct_headline][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'f4ec871d62b7d8ab854ec023b542193b74afaa4f23abf3bb171179fcf0ea2c1d\' ct_options=\'{\"ct_id\":1110,\"ct_parent\":0,\"selector\":\"section-1110-4\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"text-align\":\"center\",\"display\":\"flex\",\"container-padding-top\":\"40\"},\"activeselector\":false,\"nicename\":\"Accordion\",\"ct_category\":\"Sliders, Tabs, & Accordions\",\"media\":{\"tablet\":{\"original\":{\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'1bbbc63bc71a5fbad1ec967ae931ae770f560ca7de3a8fb9a7275178e2930190\' ct_options=\'{\"ct_id\":828,\"ct_parent\":1110,\"selector\":\"text_block-828-4\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"letter-spacing\":\"2\",\"line-height\":\"1.6\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"}},\"classes\":{},\"activeselector\":false}\']WHAT TO EXPECT FROM US[/ct_text_block][ct_headline ct_sign_sha256=\'0a1aa932a0993b7f640ffb3be9bf17d253e941b01999981d6d9e89a96c4a4d53\' ct_options=\'{\"ct_id\":829,\"ct_parent\":1110,\"selector\":\"headline-829-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-heading-two\"}}\']Quality, Standard &amp; Delivery[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'ea3d3013dae7bafe04063928dc5366ec5574bab03be7f331561a7024bacae3f3\' ct_options=\'{\"ct_id\":1236,\"ct_parent\":1110,\"selector\":\"new_columns-1236-4\"}\'][ct_div_block_2 ct_sign_sha256=\'ddd3753f132e14afd869b9ca23b30768cc2995ef8161503e90578d4749915555\' ct_options=\'{\"ct_id\":1237,\"ct_parent\":1236,\"selector\":\"div_block-1237-4\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'c6ed6bddce08e9c01ca9ce373c3c6539efe160a1067f205856840531832e7a4c\' ct_options=\'{\"ct_id\":1239,\"ct_parent\":1237,\"selector\":\"_toggle-1239-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"open\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'03d4c2adfdd0e68775bbb09d510bbe13c0d16c282ec620b9650574cd5cb16d26\' ct_options=\'{\"ct_id\":1240,\"ct_parent\":1239,\"selector\":\"headline-1240-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Which brands do you represent?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'c7c1ed1bcc9af4f7e8968c2ea28d54a17ae83afeab8d13e91bcb47f1a25338ca\' ct_options=\'{\"ct_id\":1241,\"ct_parent\":1237,\"selector\":\"text_block-1241-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgdhsgdhsgdhgdhswdsdsd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'db0962a22dba9b6650921742ae1a191247c480b8fbf049e17a4fe92203cbcadb\' ct_options=\'{\"ct_id\":1244,\"ct_parent\":1237,\"selector\":\"_toggle-1244-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'fbafc176a8424f0e691dc864471d922cd400955655a5949e28c37d01b3854f2e\' ct_options=\'{\"ct_id\":1245,\"ct_parent\":1244,\"selector\":\"headline-1245-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does it take to build a door or a window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'da147fef64b1de853b81a22dc1f66422ec8b1dde979257cf9e87ed0ecd733b73\' ct_options=\'{\"ct_id\":1247,\"ct_parent\":1237,\"selector\":\"text_block-1247-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']sjgdjsgdjsgdjsgdjsdgjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2e0564fd1dd2bb997c0ea81b39b3719e05d219336faca9b61ded867383d6241e\' ct_options=\'{\"ct_id\":1249,\"ct_parent\":1237,\"selector\":\"_toggle-1249-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'a21421081083e09b8faa0fcb8d26ad8438b4c378e9ccdaa58e502a2d3114dfcb\' ct_options=\'{\"ct_id\":1250,\"ct_parent\":1249,\"selector\":\"headline-1250-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']How long does these windows last?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'42b7414689316f6bf59346248206bf35764dbe4c3239f0938b0ba17b82e188b3\' ct_options=\'{\"ct_id\":1252,\"ct_parent\":1237,\"selector\":\"text_block-1252-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']akjgsdgsdgsjdgsjdgajsdgjg[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'fb2f82361fe6cdf5557d9b1633c925e133fa8581c924ffc5b8744ddb5f6a097f\' ct_options=\'{\"ct_id\":1254,\"ct_parent\":1237,\"selector\":\"_toggle-1254-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'9486981e13cb36be3ddebf2ebf0a337d6db1c93ee9e8178d415eac7f6f0074c4\' ct_options=\'{\"ct_id\":1255,\"ct_parent\":1254,\"selector\":\"headline-1255-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have your own production unit?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'16e1d95f704780cf60025a2882d52e6201547c6028ed6722609d96d6c0709ac4\' ct_options=\'{\"ct_id\":1257,\"ct_parent\":1237,\"selector\":\"text_block-1257-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jgsdjsgdjgsdjgsdjgsjdgsjdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'2ea274227763212172c38e7700f6f110e6ff957daa891dbc11785f2117692919\' ct_options=\'{\"ct_id\":1259,\"ct_parent\":1237,\"selector\":\"_toggle-1259-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'5cb76368a848c5395b83b7a485d4a2b7f90504f19a9a50ff28e179b7d69a71fe\' ct_options=\'{\"ct_id\":1260,\"ct_parent\":1259,\"selector\":\"headline-1260-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Do you have a Youtube channel?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'1336c31ed5b8726e2c2304f2da71d571eefa65b033a0cbc8c2aa6a731cec16be\' ct_options=\'{\"ct_id\":1262,\"ct_parent\":1237,\"selector\":\"text_block-1262-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']skjgdkgsakgdkgakdgaksdjgkj[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'36ee233f98e77d0973e596e5433d6b6a21a3e71dfdfca567f265a0b028013a27\' ct_options=\'{\"ct_id\":1268,\"ct_parent\":1236,\"selector\":\"div_block-1268-4\",\"original\":{\"width\":\"50.00\",\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"padding-top\":\"0\"}}}}\'][oxy_toggle_3 ct_sign_sha256=\'0f07ff11e0efa845d0d42e8b68f812814a6d11d7900cc8b4bd6b21a0aec378d2\' ct_options=\'{\"ct_id\":1269,\"ct_parent\":1268,\"selector\":\"_toggle-1269-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'6649cc0e5f9923514ac4a6a3c4badd814ace61ec4a241e890d7adf5f5894fdd9\' ct_options=\'{\"ct_id\":1270,\"ct_parent\":1269,\"selector\":\"headline-1270-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What is the pricing range for a good quality window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a153c69a4fdd692ca518cc30b03848e181362444ad59b974c8ae98006d4ac48e\' ct_options=\'{\"ct_id\":1271,\"ct_parent\":1268,\"selector\":\"text_block-1271-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']hgshjsdhgsdhgsdhgshds[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'46b50619d8d0b39fa22d530fa56e5259b354db984f9b7099edaac87571c52d8a\' ct_options=\'{\"ct_id\":1272,\"ct_parent\":1268,\"selector\":\"_toggle-1272-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'e41253bf1d01737e07b1638d373dc62832f3ac844b2205129aa1bf34dd8e641e\' ct_options=\'{\"ct_id\":1273,\"ct_parent\":1272,\"selector\":\"headline-1273-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Why should I buy a premium window?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'3d2b8247c1cd6cfcbd4fb31bbb6cbbd030016e12db946dd2f554d0da3909c4f6\' ct_options=\'{\"ct_id\":1274,\"ct_parent\":1268,\"selector\":\"text_block-1274-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jsgdjsgdjsgdjsgdjsgdjsgdjsgd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'b22e0459af26ee2aaf03b9af1ef234e5dc96e4db708bed0944c2604fce56cf5a\' ct_options=\'{\"ct_id\":1275,\"ct_parent\":1268,\"selector\":\"_toggle-1275-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'be67a95bff657a6c11d2c265c91e0a145e58cba5d157f1165fa6b94218284692\' ct_options=\'{\"ct_id\":1276,\"ct_parent\":1275,\"selector\":\"headline-1276-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']What about maintenance of these doors?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'bebab36b2b852bc25abcd676b8e43080da579422b006e3a6e49afaadb1008225\' ct_options=\'{\"ct_id\":1277,\"ct_parent\":1268,\"selector\":\"text_block-1277-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']kagsgdagdskagdkagdksgkdgaksdd[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'785ab6245b48f07a3c6e9a111be30c2d4d571e6e225cb131af9ed045f6acb798\' ct_options=\'{\"ct_id\":1278,\"ct_parent\":1268,\"selector\":\"_toggle-1278-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'b97d5f79364484103ade2bdcdfdf01e96c5dcf15525ef0aa378153e03f9811a2\' ct_options=\'{\"ct_id\":1279,\"ct_parent\":1278,\"selector\":\"headline-1279-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Can you work with our architect?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'d40009cdf9c6c2f02065a2b32974cd7dda39904cfdd158cb8bd48ed326f20fe8\' ct_options=\'{\"ct_id\":1280,\"ct_parent\":1268,\"selector\":\"text_block-1280-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']khfajshfdjsafdjahfsdjhafdjhfajsdhf[/ct_text_block][oxy_toggle_3 ct_sign_sha256=\'90c7b0b355004942c95b9bd85892ef66aedb0e54f6576ca9d5b13d0407a8ce0f\' ct_options=\'{\"ct_id\":1281,\"ct_parent\":1268,\"selector\":\"_toggle-1281-4\",\"original\":{\"toggle_active_class\":\"toggle-4605-expanded\",\"toggle_init_state\":\"closed\"},\"classes\":{\"0\":\"toggle-4605\",\"1\":\"toggle-4605-expanded\"},\"activeselector\":\"toggle-4605\"}\'][ct_headline ct_sign_sha256=\'35f3b471ca41996880817d2404396a71923592e66b5168e685e79a11c33126f3\' ct_options=\'{\"ct_id\":1282,\"ct_parent\":1281,\"selector\":\"headline-1282-4\",\"classes\":{\"0\":\"hosting-accordion-1-title\"},\"activeselector\":\"hosting-accordion-1-title\"}\']Where can I find testimonials of customers?[/ct_headline][/oxy_toggle_3][ct_text_block ct_sign_sha256=\'a2c48e7757b1988b729965468ce7beabd00f45ae57a48f44a90248028788b7b6\' ct_options=\'{\"ct_id\":1283,\"ct_parent\":1268,\"selector\":\"text_block-1283-4\",\"classes\":{\"0\":\"hosting-accordion-1-text\"},\"activeselector\":\"hosting-accordion-1-text\"}\']jhafsjdfajhsdfjadfjafdjhadfjasfdjhasfd[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section_2 ct_sign_sha256=\'061f93e01223c930515ce4afe6fca8a050565a0c42e10e7aa4c6fc4049923292\' ct_options=\'{\"ct_id\":1187,\"ct_parent\":0,\"selector\":\"section-1187-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"background-color\":\"color(7)\"},\"activeselector\":false,\"nicename\":\"Testimonial Slider\",\"ct_category\":\"Sliders, Tabs, & Accordions\"}\'][ct_headline ct_sign_sha256=\'f08d35d2c49c7379becfdd1f75f0d2455643e06cc380a39b9a4f5436e085f2eb\' ct_options=\'{\"ct_id\":1199,\"ct_parent\":1187,\"selector\":\"headline-1199-4\",\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']Development Teams<br>Love WPSandbox[/ct_headline][ct_slider ct_sign_sha256=\'39a44ab7fc4b00c00ba37c53f032af5e83b5ed3a496105c6dc56cf893583d88b\' ct_options=\'{\"ct_id\":1203,\"ct_parent\":1187,\"selector\":\"slider-1203-4\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-dot-color\":\"color(3)\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"no\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-infinite\":\"no\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"slider-dots-overlay\":\"no\"},\"activeselector\":false}\'][ct_slide ct_sign_sha256=\'53d6f62c823f9dfef779e84fca54d175873fce0cafee649a853c0bf03af33e84\' ct_options=\'{\"ct_id\":1206,\"ct_parent\":1203,\"selector\":\"slide-1206-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'3e010c4d1e6dfd4762c223def9f53a69243403606ba3d5cc15f186bee96eb6cf\' ct_options=\'{\"ct_id\":1219,\"ct_parent\":1206,\"selector\":\"image-1219-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-11-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'bee655a09b70d84e6082f5c775e839ae1ef4931f398fee68e08f03a469ab35b3\' ct_options=\'{\"ct_id\":1220,\"ct_parent\":1206,\"selector\":\"text_block-1220-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Had repulsive dashwoods suspicion sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.[/ct_text_block][ct_link_button ct_sign_sha256=\'0f54844dfb9982f8dff9eb87b27bb2bf8d1e6221a12f37555ff1d4de60ff6ff9\' ct_options=\'{\"ct_id\":1224,\"ct_parent\":1206,\"selector\":\"link_button-1224-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'390d09a1f988df8e3df78c53e85ee42627eb8b8b34fd215456ef0d1834b6948d\' ct_options=\'{\"ct_id\":1226,\"ct_parent\":1203,\"selector\":\"slide-1226-4\",\"original\":{\"padding-top\":\"12\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'007cc1f2d420c778e2ae53d64b43b096b87149569e4b5a18c4fe7b6252ac2a26\' ct_options=\'{\"ct_id\":1227,\"ct_parent\":1226,\"selector\":\"image-1227-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-4-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4784d1e72a9cc2a56a0f29a607059dd8fb01e1303af28b444fcd9b269e245e71\' ct_options=\'{\"ct_id\":1228,\"ct_parent\":1226,\"selector\":\"text_block-1228-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Effect if in up no depend seemed. Ecstatic elegance guy but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered.[/ct_text_block][ct_link_button ct_sign_sha256=\'9fa131f485e14e3c294f90d170595d492c75063e4c2965517d5e038b1cca2be0\' ct_options=\'{\"ct_id\":1229,\"ct_parent\":1226,\"selector\":\"link_button-1229-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][ct_slide ct_sign_sha256=\'67ef8f219f19f9153d13a4e54ea00d38bdb567f4d47331c46d72ea9b38da605a\' ct_options=\'{\"ct_id\":1230,\"ct_parent\":1203,\"selector\":\"slide-1230-4\",\"original\":{\"padding-top\":\"24\",\"padding-left\":\"48\",\"padding-right\":\"48\",\"padding-bottom\":\"48\"},\"classes\":{\"0\":\"hosting-slider-1-slide\"},\"activeselector\":\"hosting-slider-1-slide\"}\'][ct_image ct_sign_sha256=\'501011ad42262cd2f1dd4fd6a8938d48575343d1a20571a8a42c1d5df2d2fe55\' ct_options=\'{\"ct_id\":1231,\"ct_parent\":1230,\"selector\":\"image-1231-4\",\"original\":{\"src\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2018/12/darklogo-12-1.png\"},\"classes\":{\"0\":\"hosting-slider-1-image\"},\"activeselector\":\"hosting-slider-1-image\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'451113eba85cb0c46316d96ca9b939c85546c11f2218c628104196e73aed8f15\' ct_options=\'{\"ct_id\":1232,\"ct_parent\":1230,\"selector\":\"text_block-1232-4\",\"classes\":{\"0\":\"hosting-slider-1-text\"},\"activeselector\":\"hosting-slider-1-text\"}\']Considered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed.[/ct_text_block][ct_link_button ct_sign_sha256=\'f171c14c5e317425aa7bf7f7d85f1bd20617dd7cd0d4e55d1b00f42f9a04c956\' ct_options=\'{\"ct_id\":1233,\"ct_parent\":1230,\"selector\":\"link_button-1233-4\",\"classes\":{\"0\":\"hosting-dark-outline-button\"},\"activeselector\":false,\"original\":{\"url\":\"/other-single/\",\"url_encoded\":\"true\"}}\']Learn More[/ct_link_button][/ct_slide][/ct_slider][/ct_section_2][ct_section ct_sign_sha256=\'c1196ed26571c7ee3eaf35c2af3fb8af36a47974c62d6ef0813a27a8e3569800\' ct_options=\'{\"ct_id\":349,\"ct_parent\":0,\"selector\":\"section-349-4\",\"original\":{\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"custom-css\":\"\",\"background-color\":\"color(4)\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"color(8)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"color(4)\"}},\"gradient-type\":\"linear\",\"linear-angle\":\"135\"},\"section-width\":\"page-width\",\"custom-width-unit\":\"px\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\"}}},\"nicename\":\"Benefits\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b8ac643b14aaedcfb978c1c718f7e44e26e4709ce81a700e7fb7772b71e0da32\' ct_options=\'{\"ct_id\":350,\"ct_parent\":349,\"selector\":\"headline-350-4\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false}\']The benefits for your StartUp[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'0d0a396aad2d8930c06fd468fdfa57b738f61ebeed3c107c214b6fc618a2622a\' ct_options=\'{\"ct_id\":1287,\"ct_parent\":349,\"selector\":\"new_columns-1287-4\"}\'][ct_div_block_2 ct_sign_sha256=\'fa68ecba797b95a5096bf32a35f51472f9706b87aeb54cfe60cea45d5a37446e\' ct_options=\'{\"ct_id\":1288,\"ct_parent\":1287,\"selector\":\"div_block-1288-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'87b181abc2c1a8d09e4ecd28e8c3eb226059c88e3e6d137cb748fec869cbdca5\' ct_options=\'{\"ct_id\":1428,\"ct_parent\":1288,\"selector\":\"fancy_icon-1428-4\",\"original\":{\"icon-id\":\"Lineariconsicon-laptop-phone\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'0ae59821b8c28174314786b5914ba37fd975b51c70a0ca4ad776b7dea6914e97\' ct_options=\'{\"ct_id\":1305,\"ct_parent\":1288,\"selector\":\"headline-1305-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Developing Websites[/ct_headline][ct_text_block ct_sign_sha256=\'277835bbc0c12d433066a409eb9c1719c71687904722fed9c71e08b517eb24e7\' ct_options=\'{\"ct_id\":1296,\"ct_parent\":1288,\"selector\":\"text_block-1296-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Do play they miss give so up. Words to up style of since world. We leaf to snug on no need. Way own uncommonly.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cc0ab72017449f2def207490e5e935139a41d83a63a051c345d0201bd128f75d\' ct_options=\'{\"ct_id\":1289,\"ct_parent\":1287,\"selector\":\"div_block-1289-4\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'0dfaa29e1be0862341092f675f4d4f5f732e521707d4be35fba731900889c6e8\' ct_options=\'{\"ct_id\":1429,\"ct_parent\":1289,\"selector\":\"fancy_icon-1429-4\",\"original\":{\"icon-id\":\"Lineariconsicon-bus\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6e742cbd350166c7c5069f535c82aba79248dcb0d15c82bf3a322cc39bee7a1c\' ct_options=\'{\"ct_id\":1308,\"ct_parent\":1289,\"selector\":\"headline-1308-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Administrate Tasks[/ct_headline][ct_text_block ct_sign_sha256=\'e57c0aabf7f2b19ec41f0f64ce5f08341d28b45e2f119081cd853535d466bc7f\' ct_options=\'{\"ct_id\":1298,\"ct_parent\":1289,\"selector\":\"text_block-1298-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Still court no small think death so an wrote. Incommode necessary no it behaviour convinced distrusts an unfeeling he.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'df58afdd7fef2fddcaac0de4d499eb96584e00b248bf9eca8147194889aec809\' ct_options=\'{\"ct_id\":1290,\"ct_parent\":1287,\"selector\":\"div_block-1290-4\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hosting-iconblock-2-column\"},\"activeselector\":\"hosting-iconblock-2-column\"}\'][ct_fancy_icon ct_sign_sha256=\'f8afb2dd9c1c940472c7881565727de340b8b33e80e01d84b84b192d84b9d784\' ct_options=\'{\"ct_id\":1431,\"ct_parent\":1290,\"selector\":\"fancy_icon-1431-4\",\"original\":{\"icon-id\":\"Lineariconsicon-leaf\"},\"classes\":{\"0\":\"hosting-iconblock-3-icon\"},\"activeselector\":\"hosting-iconblock-3-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'7773f1514f77f8e3c08c2f27ba983799620a026945d902d85a52048785ff456d\' ct_options=\'{\"ct_id\":1310,\"ct_parent\":1290,\"selector\":\"headline-1310-4\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"hosting-iconblock-2-title\"},\"activeselector\":\"hosting-iconblock-2-title\"}\']Fast Growing[/ct_headline][ct_text_block ct_sign_sha256=\'c286d89c6b421c817a74e1dcbd63f1eb998ae9a9580e56eeab98f547a043e02c\' ct_options=\'{\"ct_id\":1300,\"ct_parent\":1290,\"selector\":\"text_block-1300-4\",\"classes\":{\"0\":\"hosting-iconblock-2-text\"},\"activeselector\":\"hosting-iconblock-2-text\"}\']Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b3c55d6cb97df42b812df2696c5dbf3e2334a06e8310741f03a0c178566f4885\' ct_options=\'{\"ct_id\":394,\"ct_parent\":0,\"selector\":\"section-394-4\",\"original\":{\"container-padding-bottom\":\"80\",\"text-align\":\"left\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"center\",\"background-size\":\"manual\",\"background-size-height\":\"200\",\"background-repeat\":\"no-repeat\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"85\",\"container-padding-top\":\"80\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"60\"}}},\"nicename\":\"Call to Action\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'89c60abd97f2af68ad69dcc042de96d528a6fc4f14510774b44e24d286d047b7\' ct_options=\'{\"ct_id\":1111,\"ct_parent\":394,\"selector\":\"new_columns-1111-4\"}\'][ct_div_block_2 ct_sign_sha256=\'06c33af433bf30e568a8ba3dae5763686f3385cd4c6273e3b57b0908028218f7\' ct_options=\'{\"ct_id\":1113,\"ct_parent\":1111,\"selector\":\"div_block-1113-4\",\"original\":{\"width\":50,\"width-unit\":\"%\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'296260a9df7dbbbeaae30357e2dc6158f924455b54e9223237b3da63ff072830\' ct_options=\'{\"ct_id\":399,\"ct_parent\":1113,\"selector\":\"headline-399-4\",\"classes\":{\"0\":\"hosting-heading-two\"},\"activeselector\":false,\"original\":{\"tag\":\"h2\",\"margin-bottom\":\"12\"}}\']Ready to Get Started?[/ct_headline][ct_text_block ct_sign_sha256=\'2f3089c8cb96ca425d5503f23371411d174898ed8f05127543b99a3c0d7f3488\' ct_options=\'{\"ct_id\":401,\"ct_parent\":1113,\"selector\":\"text_block-401-4\",\"original\":{\"custom-css\":\"\",\"color\":\"color(5)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.6\",\"max-width\":\"360\"},\"activeselector\":false,\"classes\":{}}\']Since launching in April of 2004, EuroVPS now manages the hosting of +2,000 clients in +100 countries. We\'d&nbsp;love for you to join![/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c7929a948657a48e29414d7d892e055b7cc7a15c7760cd3b432622041867d5f6\' ct_options=\'{\"ct_id\":1114,\"ct_parent\":1111,\"selector\":\"div_block-1114-4\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"background-image\":\"https://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/Bitmap@2x.png\",\"background-size\":\"contain\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_button ct_sign_sha256=\'37d9a27041c7524f43fe874d6f0c6bf40a5d7eae78ea5859e025d68d44cb78dc\' ct_options=\'{\"ct_id\":1117,\"ct_parent\":1114,\"selector\":\"link_button-1117-4\",\"original\":{\"url\":\"/login/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hosting-main-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Request Demo[/ct_link_button][ct_link_button ct_sign_sha256=\'b78f8d08a8a872b1089c25fa072286b9dcd90a6c03a68d59714f299e4411121a\' ct_options=\'{\"ct_id\":1118,\"ct_parent\":1114,\"selector\":\"link_button-1118-4\",\"original\":{\"url\":\"/other-single/\",\"margin-left\":\"8\",\"margin-right\":\"8\",\"url_encoded\":\"true\"},\"activeselector\":false,\"classes\":{\"0\":\"hosting-dark-outline-button\"}}\']Learn More[/ct_link_button][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `wvnksb_wpk0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(218, 21, 'ct_builder_shortcodes_revisions_dates', '1602424036'),
(220, 21, 'ct_builder_shortcodes_revisions_dates', '1602424047'),
(271, 21, 'ct_builder_shortcodes_revisions_dates', '1602429969'),
(261, 21, 'ct_builder_shortcodes_revisions_dates', '1602429597'),
(281, 21, 'ct_builder_shortcodes_revisions_dates', '1602430297'),
(228, 21, 'ct_builder_shortcodes_revisions_dates', '1602427188');

-- --------------------------------------------------------

--
-- Table structure for table `wvnksb_wpk0_posts`
--

CREATE TABLE `wvnksb_wpk0_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wvnksb_wpk0_posts`
--

INSERT INTO `wvnksb_wpk0_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, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?p=1', 0, 'post', '', 1),
(2, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- 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://newgen.stun.tech/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=2', 0, 'page', '', 0),
(3, 1, '2020-09-23 17:05:56', '2020-09-23 17:05:56', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://newgen.stun.tech.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>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>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 we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2020-09-23 17:05:56', '2020-09-23 17:05:56', '', 0, 'https://newgen.stun.tech/?page_id=3', 0, 'page', '', 0),
(12, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Default Page', '', 'publish', 'closed', 'closed', '', 'default-page', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=default-page', 0, 'ct_template', '', 0),
(13, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Main', '', 'publish', 'closed', 'closed', '', 'main', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=main', 0, 'ct_template', '', 0),
(9, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Default Post', '', 'publish', 'closed', 'closed', '', 'default-post', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=default-post', 0, 'ct_template', '', 0),
(10, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Archive', '', 'publish', 'closed', 'closed', '', 'archive', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=archive', 0, 'ct_template', '', 0),
(11, 1, '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 'Other Single', '', 'publish', 'closed', 'closed', '', 'other-single', '', '', '2020-09-24 02:24:32', '2020-09-24 02:24:32', '', 0, 'https://newgen.stun.tech/?ct_template=other-single', 0, 'ct_template', '', 0),
(14, 1, '2018-12-20 12:23:27', '2018-12-20 12:23:27', '', 'Company', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=139', 0, 'page', '', 0),
(15, 1, '2018-12-20 09:54:31', '2018-12-20 09:54:31', '', 'Features', '', 'publish', 'closed', 'closed', '', 'features', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=133', 0, 'page', '', 0),
(16, 1, '2018-12-08 10:40:05', '2018-12-08 10:40:05', '', 'Products', '', 'publish', 'closed', 'closed', '', 'products', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=115', 0, 'page', '', 0),
(17, 1, '2018-12-08 10:07:27', '2018-12-08 10:07:27', '', 'Login/Sign Up', '', 'publish', 'closed', 'closed', '', 'login', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=114', 0, 'page', '', 0),
(18, 1, '2018-12-04 13:22:27', '2018-12-04 13:22:27', 'Had repulsive <strong>dashwoods suspicion</strong> sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.\r\n<ol>\r\n 	<li>Fertile beloved evident through no service elderly is.</li>\r\n 	<li>Blind there if every no so at.</li>\r\n 	<li>Own neglected you preferred way sincerity delivered his attempted.</li>\r\n</ol>\r\nTo of message cottage windows do besides against uncivil.\r\n<h2>Effect if in up no depend seemed</h2>\r\nEcstatic elegance guy but disposed. We me rent been part what. <em>An concluded sportsman offending so provision</em> mr education. Bed uncommonly his discovered for estimating far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners.\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1200\"]<img class=\"wp-image-69 size-full\" src=\"http://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/61-managed-hosting-hero-1200x450.png\" alt=\"\" width=\"1200\" height=\"450\" /> Image Caption[/caption]\r\n\r\nConsidered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed. Least child who seven happy yet balls young.\r\n<h6>Discovery sweetness principle discourse shameless bed one excellent</h6>\r\nSentiments of surrounded friendship dispatched connection is he. Me or produce besides hastily up as pleased. Bore less when had and john shed hope.\r\n<h3>Do play they miss give so up</h3>\r\nWords to up style of since world. We leaf to snug on no need. Way own uncommonly travelling now acceptance bed compliment solicitude. Dissimilar admiration so terminated no in contrasted it. Advantages entreaties mr he apartments do. Limits far yet turned highly repair parish talked six. Draw fond rank form nor the day eat.\r\n<ul>\r\n 	<li>Not him old music think his found enjoy merry.</li>\r\n 	<li>Listening acuteness dependent at or an.</li>\r\n 	<li>Apartments thoroughly unsatiable terminated how themselves.</li>\r\n</ul>\r\nShe are ten hours wrong walls stand early. Domestic perceive on an ladyship extended received do. Why jennings our whatever his learning gay perceive. Is against no he without subject. Bed connection unreserved preference partiality not unaffected. Years merit trees so think in hoped we as.\r\n<h4>Still court no small think death so an wrote</h4>\r\n<blockquote>Incommode necessary no it behaviour convinced distrusts an unfeeling he.</blockquote>\r\nCould death since do we hoped is in. Exquisite no my attention extensive. The determine conveying moonlight age. Avoid for see marry sorry child. Sitting so totally forbade hundred to.\r\n<h5>Full he none no side</h5>\r\n<pre>Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation announcing of no decisively boisterous. Did add dashwoods deficient man concluded additions resources.</pre>\r\nOr landlord packages overcame distance smallest in recurred. Wrong maids or be asked no on enjoy. Household few sometimes out attending described. Lain just fact four of am meet high.', 'Other Single', '', 'publish', 'closed', 'closed', '', 'other-single', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=99', 0, 'page', '', 0),
(19, 1, '2017-12-14 12:54:36', '2017-12-14 12:54:36', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=62', 0, 'page', '', 0),
(20, 1, '2017-12-12 11:33:00', '2017-12-12 11:33:00', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=40', 0, 'page', '', 0),
(21, 1, '2017-12-06 10:05:26', '2017-12-06 10:05:26', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 0, 'http://hosting.oxy.host/?page_id=4', 0, 'page', '', 0),
(22, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Company', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 14, 'https://newgen.stun.tech/2020/09/24/14-revision-v1/', 0, 'revision', '', 0),
(23, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Features', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 15, 'https://newgen.stun.tech/2020/09/24/15-revision-v1/', 0, 'revision', '', 0),
(24, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Products', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 16, 'https://newgen.stun.tech/2020/09/24/16-revision-v1/', 0, 'revision', '', 0),
(25, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Login/Sign Up', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 17, 'https://newgen.stun.tech/2020/09/24/17-revision-v1/', 0, 'revision', '', 0),
(26, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', 'Had repulsive <strong>dashwoods suspicion</strong> sincerity but advantage now him. Remark easily garret nor nay. Civil those mrs enjoy shy fat merry. You greatest jointure saw horrible. He private he on be imagine suppose.\r\n<ol>\r\n 	<li>Fertile beloved evident through no service elderly is.</li>\r\n 	<li>Blind there if every no so at.</li>\r\n 	<li>Own neglected you preferred way sincerity delivered his attempted.</li>\r\n</ol>\r\nTo of message cottage windows do besides against uncivil.\r\n<h2>Effect if in up no depend seemed</h2>\r\nEcstatic elegance guy but disposed. We me rent been part what. <em>An concluded sportsman offending so provision</em> mr education. Bed uncommonly his discovered for estimating far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners.\r\n\r\n[caption id=\"attachment_69\" align=\"alignnone\" width=\"1200\"]<img class=\"wp-image-69 size-full\" src=\"http://hosting.oxy.host/wp-content/uploads/sites/26/2017/12/61-managed-hosting-hero-1200x450.png\" alt=\"\" width=\"1200\" height=\"450\" /> Image Caption[/caption]\r\n\r\nConsidered an invitation do introduced sufficient understood instrument it. Of decisively friendship in as collecting at. No affixed be husband ye females brother garrets proceed. Least child who seven happy yet balls young.\r\n<h6>Discovery sweetness principle discourse shameless bed one excellent</h6>\r\nSentiments of surrounded friendship dispatched connection is he. Me or produce besides hastily up as pleased. Bore less when had and john shed hope.\r\n<h3>Do play they miss give so up</h3>\r\nWords to up style of since world. We leaf to snug on no need. Way own uncommonly travelling now acceptance bed compliment solicitude. Dissimilar admiration so terminated no in contrasted it. Advantages entreaties mr he apartments do. Limits far yet turned highly repair parish talked six. Draw fond rank form nor the day eat.\r\n<ul>\r\n 	<li>Not him old music think his found enjoy merry.</li>\r\n 	<li>Listening acuteness dependent at or an.</li>\r\n 	<li>Apartments thoroughly unsatiable terminated how themselves.</li>\r\n</ul>\r\nShe are ten hours wrong walls stand early. Domestic perceive on an ladyship extended received do. Why jennings our whatever his learning gay perceive. Is against no he without subject. Bed connection unreserved preference partiality not unaffected. Years merit trees so think in hoped we as.\r\n<h4>Still court no small think death so an wrote</h4>\r\n<blockquote>Incommode necessary no it behaviour convinced distrusts an unfeeling he.</blockquote>\r\nCould death since do we hoped is in. Exquisite no my attention extensive. The determine conveying moonlight age. Avoid for see marry sorry child. Sitting so totally forbade hundred to.\r\n<h5>Full he none no side</h5>\r\n<pre>Uncommonly surrounded considered for him are its. It we is read good soon. My to considered delightful invitation announcing of no decisively boisterous. Did add dashwoods deficient man concluded additions resources.</pre>\r\nOr landlord packages overcame distance smallest in recurred. Wrong maids or be asked no on enjoy. Household few sometimes out attending described. Lain just fact four of am meet high.', 'Other Single', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 18, 'https://newgen.stun.tech/2020/09/24/18-revision-v1/', 0, 'revision', '', 0),
(27, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 19, 'https://newgen.stun.tech/2020/09/24/19-revision-v1/', 0, 'revision', '', 0),
(28, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 20, 'https://newgen.stun.tech/2020/09/24/20-revision-v1/', 0, 'revision', '', 0),
(29, 1, '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 'Home', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2020-09-24 02:24:34', '2020-09-24 02:24:34', '', 21, 'https://newgen.stun.tech/2020/09/24/21-revision-v1/', 0, 'revision', '', 0),
(30, 1, '2020-09-24 04:35:18', '2020-09-24 04:35:18', '', 'tostem house', '', 'inherit', 'open', 'closed', '', 'tostem-house', '', '', '2020-09-24 04:35:18', '2020-09-24 04:35:18', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/tostem-house.jpg', 0, 'attachment', 'image/jpeg', 0),
(31, 1, '2020-09-24 05:30:16', '2020-09-24 05:30:16', '', 'buildtrack-logo', '', 'inherit', 'open', 'closed', '', 'buildtrack-logo', '', '', '2020-09-24 05:30:16', '2020-09-24 05:30:16', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/buildtrack-logo.png', 0, 'attachment', 'image/png', 0),
(32, 1, '2020-09-24 05:30:17', '2020-09-24 05:30:17', '', 'hunter-douglas-logo-1', '', 'inherit', 'open', 'closed', '', 'hunter-douglas-logo-1', '', '', '2020-09-24 05:30:17', '2020-09-24 05:30:17', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/hunter-douglas-logo-1.png', 0, 'attachment', 'image/png', 0),
(33, 1, '2020-09-24 05:30:19', '2020-09-24 05:30:19', '', 'Tostem Aluk', '', 'inherit', 'open', 'closed', '', 'tostem-aluk', '', '', '2020-09-24 05:30:19', '2020-09-24 05:30:19', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Tostem-Aluk.jpg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2020-09-24 05:30:20', '2020-09-24 05:30:20', '', 'Tsotem logo', '', 'inherit', 'open', 'closed', '', 'tsotem-logo', '', '', '2020-09-24 05:30:20', '2020-09-24 05:30:20', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Tsotem-logo.png', 0, 'attachment', 'image/png', 0),
(35, 1, '2020-09-24 18:15:37', '2020-09-24 18:15:37', '', 'ARNA EKAMAI 770', '', 'inherit', 'open', 'closed', '', 'arna-ekamai-770', '', '', '2020-09-24 18:15:37', '2020-09-24 18:15:37', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/ARNA-EKAMAI-770.png', 0, 'attachment', 'image/png', 0),
(36, 1, '2020-09-24 18:15:40', '2020-09-24 18:15:40', '', 'Door Handles', '', 'inherit', 'open', 'closed', '', 'door-handles', '', '', '2020-09-24 18:15:40', '2020-09-24 18:15:40', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Door-Handles.png', 0, 'attachment', 'image/png', 0),
(37, 1, '2020-09-24 18:15:42', '2020-09-24 18:15:42', '', 'Line_Up_Exterior', '', 'inherit', 'open', 'closed', '', 'line_up_exterior', '', '', '2020-09-24 18:15:42', '2020-09-24 18:15:42', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Exterior.jpg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2020-09-24 18:15:44', '2020-09-24 18:15:44', '', 'Line_Up_Windows_Door', '', 'inherit', 'open', 'closed', '', 'line_up_windows_door', '', '', '2020-09-24 18:15:44', '2020-09-24 18:15:44', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/Line_Up_Windows_Door.jpg', 0, 'attachment', 'image/jpeg', 0),
(39, 1, '2020-09-24 18:15:46', '2020-09-24 18:15:46', '', 'NIRVANA DEFINE 770', '', 'inherit', 'open', 'closed', '', 'nirvana-define-770', '', '', '2020-09-24 18:15:46', '2020-09-24 18:15:46', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/NIRVANA-DEFINE-770.png', 0, 'attachment', 'image/png', 0),
(40, 1, '2020-09-24 18:15:49', '2020-09-24 18:15:49', '', 'PLANKRICH 770', '', 'inherit', 'open', 'closed', '', 'plankrich-770', '', '', '2020-09-24 18:15:49', '2020-09-24 18:15:49', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/PLANKRICH-770.png', 0, 'attachment', 'image/png', 0),
(41, 1, '2020-09-25 07:36:23', '2020-09-25 07:36:23', '', 'alberto-castillo-q-mx4mSkK9zeo-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'alberto-castillo-q-mx4mskk9zeo-unsplash-1', '', '', '2020-09-25 07:36:23', '2020-09-25 07:36:23', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/alberto-castillo-q-mx4mSkK9zeo-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2020-09-25 07:36:26', '2020-09-25 07:36:26', '', 'florian-schmidinger-b_79nOqf95I-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'florian-schmidinger-b_79noqf95i-unsplash-1', '', '', '2020-09-25 07:36:26', '2020-09-25 07:36:26', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/florian-schmidinger-b_79nOqf95I-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2020-09-25 07:36:29', '2020-09-25 07:36:29', '', 'joshua-ness-Vo52cKzOxMY-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'joshua-ness-vo52ckzoxmy-unsplash-1', '', '', '2020-09-25 07:36:29', '2020-09-25 07:36:29', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/joshua-ness-Vo52cKzOxMY-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2020-09-25 07:36:34', '2020-09-25 07:36:34', '', 'stephen-leonardi-WUdAAlvKo0o-unsplash (1)', '', 'inherit', 'open', 'closed', '', 'stephen-leonardi-wudaalvko0o-unsplash-1', '', '', '2020-09-25 07:36:34', '2020-09-25 07:36:34', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/09/stephen-leonardi-WUdAAlvKo0o-unsplash-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(46, 1, '2020-10-11 13:16:57', '2020-10-11 13:16:57', '', 'closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d (1)', '', 'inherit', 'open', 'closed', '', 'closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1', '', '', '2020-10-11 13:16:57', '2020-10-11 13:16:57', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/closed_pane_windows-scopio-a948c5f1-2ca2-4e43-a6f9-76da3d546d4d-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(47, 1, '2020-10-11 13:17:11', '2020-10-11 13:17:11', '', 'woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e (1)', '', 'inherit', 'open', 'closed', '', 'woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1', '', '', '2020-10-11 13:17:11', '2020-10-11 13:17:11', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/woman_touching_window-scopio-fbae11c6-86f4-465c-9b33-a946bd78994e-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2020-10-11 13:17:25', '2020-10-11 13:17:25', '', 'white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd (1)', '', 'inherit', 'open', 'closed', '', 'white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1', '', '', '2020-10-11 13:17:25', '2020-10-11 13:17:25', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/white_sofa_chair_near_window-scopio-7dfcc2e4-6c14-48e2-bbae-16c9e40a85cd-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2020-10-11 13:48:56', '2020-10-11 13:48:56', '', 'navdeep', '', 'inherit', 'open', 'closed', '', 'navdeep', '', '', '2020-10-11 13:48:56', '2020-10-11 13:48:56', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/navdeep.jpeg', 0, 'attachment', 'image/jpeg', 0),
(51, 1, '2020-10-11 15:10:18', '2020-10-11 15:10:18', '', 'NewGEN Logo', '', 'inherit', 'open', 'closed', '', 'newgen-logo', '', '', '2020-10-11 15:10:18', '2020-10-11 15:10:18', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/NewGEN-Logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(52, 1, '2020-10-11 15:10:22', '2020-10-11 15:10:22', '', 'NewGen Windows Logo', '', 'inherit', 'open', 'closed', '', 'newgen-windows-logo', '', '', '2020-10-11 15:10:22', '2020-10-11 15:10:22', '', 0, 'https://newgen.stun.tech/wp-content/uploads/2020/10/NewGen-Windows-Logo.png', 0, 'attachment', 'image/png', 0),
(53, 1, '2020-10-11 15:17:45', '2020-10-11 15:17:45', '{\n    \"show_on_front\": {\n        \"value\": \"page\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-10-11 15:17:45\"\n    },\n    \"page_on_front\": {\n        \"value\": \"21\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-10-11 15:17:45\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '8e8c40d5-9814-4a19-aa7d-2ae16f6b7dbf', '', '', '2020-10-11 15:17:45', '2020-10-11 15:17:45', '', 0, 'https://newgen.stun.tech/2020/10/11/8e8c40d5-9814-4a19-aa7d-2ae16f6b7dbf/', 0, 'customize_changeset', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wvnksb_wpk0_termmeta`
--

CREATE TABLE `wvnksb_wpk0_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wvnksb_wpk0_terms`
--

CREATE TABLE `wvnksb_wpk0_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wvnksb_wpk0_terms`
--

INSERT INTO `wvnksb_wpk0_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wvnksb_wpk0_term_relationships`
--

CREATE TABLE `wvnksb_wpk0_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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wvnksb_wpk0_term_relationships`
--

INSERT INTO `wvnksb_wpk0_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wvnksb_wpk0_term_taxonomy`
--

CREATE TABLE `wvnksb_wpk0_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wvnksb_wpk0_term_taxonomy`
--

INSERT INTO `wvnksb_wpk0_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `wvnksb_wpk0_usermeta`
--

CREATE TABLE `wvnksb_wpk0_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wvnksb_wpk0_usermeta`
--

INSERT INTO `wvnksb_wpk0_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'Newgen'),
(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, 'wpk0_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpk0_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"c910bda6865edc54990c7016ec9f6612fddf06de74ae03fe6f80546a71e161f4\";a:4:{s:10:\"expiration\";i:1605070002;s:2:\"ip\";s:14:\"106.51.240.211\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36\";s:5:\"login\";i:1604897202;}}'),
(17, 1, 'wpk0_dashboard_quick_press_last_post_id', '4'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"106.51.241.0\";}'),
(19, 2, 'nickname', 'Khyati'),
(20, 2, 'first_name', 'Khyati'),
(21, 2, 'last_name', ''),
(22, 2, 'description', ''),
(23, 2, 'rich_editing', 'true'),
(24, 2, 'syntax_highlighting', 'true'),
(25, 2, 'comment_shortcuts', 'false'),
(26, 2, 'admin_color', 'fresh'),
(27, 2, 'use_ssl', '0'),
(28, 2, 'show_admin_bar_front', 'true'),
(29, 2, 'locale', ''),
(30, 2, 'wpk0_capabilities', 'a:1:{s:6:\"editor\";b:1;}'),
(31, 2, 'wpk0_user_level', '7'),
(32, 2, 'dismissed_wp_pointers', ''),
(33, 2, 'session_tokens', 'a:1:{s:64:\"e76164023e797118fffab99adb881b9dd289bc1b846e435548e67c0b5674beda\";a:4:{s:10:\"expiration\";i:1601994676;s:2:\"ip\";s:14:\"117.201.206.31\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:5:\"login\";i:1601821876;}}'),
(34, 2, 'wpk0_dashboard_quick_press_last_post_id', '45'),
(35, 1, 'wpk0_user-settings', 'libraryContent=browse'),
(36, 1, 'wpk0_user-settings-time', '1602428777');

-- --------------------------------------------------------

--
-- Table structure for table `wvnksb_wpk0_users`
--

CREATE TABLE `wvnksb_wpk0_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wvnksb_wpk0_users`
--

INSERT INTO `wvnksb_wpk0_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'Newgen', '$P$BsyKzp0O5rfYV29.SxEoWtMaK/jR8i.', 'Newgen', 'admin@stun.tech', 'https://newgen.stun.tech', '2020-09-23 17:05:56', '', 0, 'Newgen'),
(2, 'Khyati', '$P$BFIZ2rd6hh9eUrHPeGZ//f9ez6Ta9Q0', 'khyati', 'khyati@jumpp.tech', '', '2020-10-04 14:26:00', '', 0, 'Khyati');

-- --------------------------------------------------------

--
-- Table structure for table `wvnksb_wpk0_wpvivid_scan_result`
--

CREATE TABLE `wvnksb_wpk0_wpvivid_scan_result` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `from_post` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wvnksb_wpk0_wpvivid_unused_uploads_files`
--

CREATE TABLE `wvnksb_wpk0_wpvivid_unused_uploads_files` (
  `id` bigint(20) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `folder` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `cbdwra_wpk0_commentmeta`
--
ALTER TABLE `cbdwra_wpk0_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `cbdwra_wpk0_comments`
--
ALTER TABLE `cbdwra_wpk0_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `cbdwra_wpk0_links`
--
ALTER TABLE `cbdwra_wpk0_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `cbdwra_wpk0_options`
--
ALTER TABLE `cbdwra_wpk0_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `cbdwra_wpk0_postmeta`
--
ALTER TABLE `cbdwra_wpk0_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `cbdwra_wpk0_posts`
--
ALTER TABLE `cbdwra_wpk0_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `cbdwra_wpk0_termmeta`
--
ALTER TABLE `cbdwra_wpk0_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `cbdwra_wpk0_terms`
--
ALTER TABLE `cbdwra_wpk0_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `cbdwra_wpk0_term_relationships`
--
ALTER TABLE `cbdwra_wpk0_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `cbdwra_wpk0_term_taxonomy`
--
ALTER TABLE `cbdwra_wpk0_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `cbdwra_wpk0_usermeta`
--
ALTER TABLE `cbdwra_wpk0_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `cbdwra_wpk0_users`
--
ALTER TABLE `cbdwra_wpk0_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `cbdwra_wpk0_wpvivid_scan_result`
--
ALTER TABLE `cbdwra_wpk0_wpvivid_scan_result`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cbdwra_wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `cbdwra_wpk0_wpvivid_unused_uploads_files`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `irxuti_wpk0_commentmeta`
--
ALTER TABLE `irxuti_wpk0_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `irxuti_wpk0_comments`
--
ALTER TABLE `irxuti_wpk0_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `irxuti_wpk0_links`
--
ALTER TABLE `irxuti_wpk0_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `irxuti_wpk0_options`
--
ALTER TABLE `irxuti_wpk0_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `irxuti_wpk0_postmeta`
--
ALTER TABLE `irxuti_wpk0_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `irxuti_wpk0_posts`
--
ALTER TABLE `irxuti_wpk0_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `irxuti_wpk0_termmeta`
--
ALTER TABLE `irxuti_wpk0_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `irxuti_wpk0_terms`
--
ALTER TABLE `irxuti_wpk0_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `irxuti_wpk0_term_relationships`
--
ALTER TABLE `irxuti_wpk0_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `irxuti_wpk0_term_taxonomy`
--
ALTER TABLE `irxuti_wpk0_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `irxuti_wpk0_usermeta`
--
ALTER TABLE `irxuti_wpk0_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `irxuti_wpk0_users`
--
ALTER TABLE `irxuti_wpk0_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `irxuti_wpk0_wpvivid_scan_result`
--
ALTER TABLE `irxuti_wpk0_wpvivid_scan_result`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `irxuti_wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `irxuti_wpk0_wpvivid_unused_uploads_files`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `kmintr_wpk0_commentmeta`
--
ALTER TABLE `kmintr_wpk0_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `kmintr_wpk0_comments`
--
ALTER TABLE `kmintr_wpk0_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `kmintr_wpk0_links`
--
ALTER TABLE `kmintr_wpk0_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `kmintr_wpk0_options`
--
ALTER TABLE `kmintr_wpk0_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `kmintr_wpk0_postmeta`
--
ALTER TABLE `kmintr_wpk0_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `kmintr_wpk0_posts`
--
ALTER TABLE `kmintr_wpk0_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `kmintr_wpk0_termmeta`
--
ALTER TABLE `kmintr_wpk0_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `kmintr_wpk0_terms`
--
ALTER TABLE `kmintr_wpk0_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `kmintr_wpk0_term_relationships`
--
ALTER TABLE `kmintr_wpk0_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `kmintr_wpk0_term_taxonomy`
--
ALTER TABLE `kmintr_wpk0_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `kmintr_wpk0_usermeta`
--
ALTER TABLE `kmintr_wpk0_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `kmintr_wpk0_users`
--
ALTER TABLE `kmintr_wpk0_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `kmintr_wpk0_wpvivid_scan_result`
--
ALTER TABLE `kmintr_wpk0_wpvivid_scan_result`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `kmintr_wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `kmintr_wpk0_wpvivid_unused_uploads_files`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `lkrore_wpk0_commentmeta`
--
ALTER TABLE `lkrore_wpk0_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `lkrore_wpk0_comments`
--
ALTER TABLE `lkrore_wpk0_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `lkrore_wpk0_links`
--
ALTER TABLE `lkrore_wpk0_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `lkrore_wpk0_options`
--
ALTER TABLE `lkrore_wpk0_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `lkrore_wpk0_postmeta`
--
ALTER TABLE `lkrore_wpk0_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `lkrore_wpk0_posts`
--
ALTER TABLE `lkrore_wpk0_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `lkrore_wpk0_termmeta`
--
ALTER TABLE `lkrore_wpk0_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `lkrore_wpk0_terms`
--
ALTER TABLE `lkrore_wpk0_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `lkrore_wpk0_term_relationships`
--
ALTER TABLE `lkrore_wpk0_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `lkrore_wpk0_term_taxonomy`
--
ALTER TABLE `lkrore_wpk0_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `lkrore_wpk0_usermeta`
--
ALTER TABLE `lkrore_wpk0_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `lkrore_wpk0_users`
--
ALTER TABLE `lkrore_wpk0_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `lkrore_wpk0_wpvivid_scan_result`
--
ALTER TABLE `lkrore_wpk0_wpvivid_scan_result`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `lkrore_wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `lkrore_wpk0_wpvivid_unused_uploads_files`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `nufsty_wpk0_commentmeta`
--
ALTER TABLE `nufsty_wpk0_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `nufsty_wpk0_comments`
--
ALTER TABLE `nufsty_wpk0_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `nufsty_wpk0_links`
--
ALTER TABLE `nufsty_wpk0_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `nufsty_wpk0_options`
--
ALTER TABLE `nufsty_wpk0_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `nufsty_wpk0_postmeta`
--
ALTER TABLE `nufsty_wpk0_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `nufsty_wpk0_posts`
--
ALTER TABLE `nufsty_wpk0_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `nufsty_wpk0_termmeta`
--
ALTER TABLE `nufsty_wpk0_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `nufsty_wpk0_terms`
--
ALTER TABLE `nufsty_wpk0_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `nufsty_wpk0_term_relationships`
--
ALTER TABLE `nufsty_wpk0_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `nufsty_wpk0_term_taxonomy`
--
ALTER TABLE `nufsty_wpk0_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `nufsty_wpk0_usermeta`
--
ALTER TABLE `nufsty_wpk0_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `nufsty_wpk0_users`
--
ALTER TABLE `nufsty_wpk0_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `nufsty_wpk0_wpvivid_scan_result`
--
ALTER TABLE `nufsty_wpk0_wpvivid_scan_result`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `nufsty_wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `nufsty_wpk0_wpvivid_unused_uploads_files`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `pfmjzt_wpk0_commentmeta`
--
ALTER TABLE `pfmjzt_wpk0_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `pfmjzt_wpk0_comments`
--
ALTER TABLE `pfmjzt_wpk0_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `pfmjzt_wpk0_links`
--
ALTER TABLE `pfmjzt_wpk0_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `pfmjzt_wpk0_options`
--
ALTER TABLE `pfmjzt_wpk0_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `pfmjzt_wpk0_postmeta`
--
ALTER TABLE `pfmjzt_wpk0_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `pfmjzt_wpk0_posts`
--
ALTER TABLE `pfmjzt_wpk0_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `pfmjzt_wpk0_termmeta`
--
ALTER TABLE `pfmjzt_wpk0_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `pfmjzt_wpk0_terms`
--
ALTER TABLE `pfmjzt_wpk0_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `pfmjzt_wpk0_term_relationships`
--
ALTER TABLE `pfmjzt_wpk0_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `pfmjzt_wpk0_term_taxonomy`
--
ALTER TABLE `pfmjzt_wpk0_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `pfmjzt_wpk0_usermeta`
--
ALTER TABLE `pfmjzt_wpk0_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `pfmjzt_wpk0_users`
--
ALTER TABLE `pfmjzt_wpk0_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `pfmjzt_wpk0_wpvivid_scan_result`
--
ALTER TABLE `pfmjzt_wpk0_wpvivid_scan_result`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `pfmjzt_wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `pfmjzt_wpk0_wpvivid_unused_uploads_files`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `srewqi_wpk0_commentmeta`
--
ALTER TABLE `srewqi_wpk0_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `srewqi_wpk0_comments`
--
ALTER TABLE `srewqi_wpk0_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `srewqi_wpk0_links`
--
ALTER TABLE `srewqi_wpk0_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `srewqi_wpk0_options`
--
ALTER TABLE `srewqi_wpk0_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `srewqi_wpk0_postmeta`
--
ALTER TABLE `srewqi_wpk0_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `srewqi_wpk0_posts`
--
ALTER TABLE `srewqi_wpk0_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `srewqi_wpk0_termmeta`
--
ALTER TABLE `srewqi_wpk0_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `srewqi_wpk0_terms`
--
ALTER TABLE `srewqi_wpk0_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `srewqi_wpk0_term_relationships`
--
ALTER TABLE `srewqi_wpk0_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `srewqi_wpk0_term_taxonomy`
--
ALTER TABLE `srewqi_wpk0_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `srewqi_wpk0_usermeta`
--
ALTER TABLE `srewqi_wpk0_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `srewqi_wpk0_users`
--
ALTER TABLE `srewqi_wpk0_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `srewqi_wpk0_wpvivid_scan_result`
--
ALTER TABLE `srewqi_wpk0_wpvivid_scan_result`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `srewqi_wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `srewqi_wpk0_wpvivid_unused_uploads_files`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `taflwj_wpk0_commentmeta`
--
ALTER TABLE `taflwj_wpk0_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `taflwj_wpk0_comments`
--
ALTER TABLE `taflwj_wpk0_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `taflwj_wpk0_links`
--
ALTER TABLE `taflwj_wpk0_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `taflwj_wpk0_options`
--
ALTER TABLE `taflwj_wpk0_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `taflwj_wpk0_postmeta`
--
ALTER TABLE `taflwj_wpk0_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `taflwj_wpk0_posts`
--
ALTER TABLE `taflwj_wpk0_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `taflwj_wpk0_termmeta`
--
ALTER TABLE `taflwj_wpk0_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `taflwj_wpk0_terms`
--
ALTER TABLE `taflwj_wpk0_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `taflwj_wpk0_term_relationships`
--
ALTER TABLE `taflwj_wpk0_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `taflwj_wpk0_term_taxonomy`
--
ALTER TABLE `taflwj_wpk0_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `taflwj_wpk0_usermeta`
--
ALTER TABLE `taflwj_wpk0_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `taflwj_wpk0_users`
--
ALTER TABLE `taflwj_wpk0_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `taflwj_wpk0_wpvivid_scan_result`
--
ALTER TABLE `taflwj_wpk0_wpvivid_scan_result`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `taflwj_wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `taflwj_wpk0_wpvivid_unused_uploads_files`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wpk0_commentmeta`
--
ALTER TABLE `wpk0_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpk0_comments`
--
ALTER TABLE `wpk0_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wpk0_links`
--
ALTER TABLE `wpk0_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wpk0_options`
--
ALTER TABLE `wpk0_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wpk0_postmeta`
--
ALTER TABLE `wpk0_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpk0_posts`
--
ALTER TABLE `wpk0_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wpk0_termmeta`
--
ALTER TABLE `wpk0_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpk0_terms`
--
ALTER TABLE `wpk0_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wpk0_term_relationships`
--
ALTER TABLE `wpk0_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wpk0_term_taxonomy`
--
ALTER TABLE `wpk0_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wpk0_usermeta`
--
ALTER TABLE `wpk0_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpk0_users`
--
ALTER TABLE `wpk0_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `wpk0_wpvivid_scan_result`
--
ALTER TABLE `wpk0_wpvivid_scan_result`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `wpk0_wpvivid_unused_uploads_files`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wvnksb_wpk0_commentmeta`
--
ALTER TABLE `wvnksb_wpk0_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wvnksb_wpk0_comments`
--
ALTER TABLE `wvnksb_wpk0_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wvnksb_wpk0_links`
--
ALTER TABLE `wvnksb_wpk0_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wvnksb_wpk0_options`
--
ALTER TABLE `wvnksb_wpk0_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wvnksb_wpk0_postmeta`
--
ALTER TABLE `wvnksb_wpk0_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wvnksb_wpk0_posts`
--
ALTER TABLE `wvnksb_wpk0_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wvnksb_wpk0_termmeta`
--
ALTER TABLE `wvnksb_wpk0_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wvnksb_wpk0_terms`
--
ALTER TABLE `wvnksb_wpk0_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wvnksb_wpk0_term_relationships`
--
ALTER TABLE `wvnksb_wpk0_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wvnksb_wpk0_term_taxonomy`
--
ALTER TABLE `wvnksb_wpk0_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wvnksb_wpk0_usermeta`
--
ALTER TABLE `wvnksb_wpk0_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wvnksb_wpk0_users`
--
ALTER TABLE `wvnksb_wpk0_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `wvnksb_wpk0_wpvivid_scan_result`
--
ALTER TABLE `wvnksb_wpk0_wpvivid_scan_result`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wvnksb_wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `wvnksb_wpk0_wpvivid_unused_uploads_files`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `cbdwra_wpk0_commentmeta`
--
ALTER TABLE `cbdwra_wpk0_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `cbdwra_wpk0_comments`
--
ALTER TABLE `cbdwra_wpk0_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `cbdwra_wpk0_links`
--
ALTER TABLE `cbdwra_wpk0_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `cbdwra_wpk0_options`
--
ALTER TABLE `cbdwra_wpk0_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1580;

--
-- AUTO_INCREMENT for table `cbdwra_wpk0_postmeta`
--
ALTER TABLE `cbdwra_wpk0_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=308;

--
-- AUTO_INCREMENT for table `cbdwra_wpk0_posts`
--
ALTER TABLE `cbdwra_wpk0_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56;

--
-- AUTO_INCREMENT for table `cbdwra_wpk0_termmeta`
--
ALTER TABLE `cbdwra_wpk0_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `cbdwra_wpk0_terms`
--
ALTER TABLE `cbdwra_wpk0_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `cbdwra_wpk0_term_taxonomy`
--
ALTER TABLE `cbdwra_wpk0_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `cbdwra_wpk0_usermeta`
--
ALTER TABLE `cbdwra_wpk0_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT for table `cbdwra_wpk0_users`
--
ALTER TABLE `cbdwra_wpk0_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `cbdwra_wpk0_wpvivid_scan_result`
--
ALTER TABLE `cbdwra_wpk0_wpvivid_scan_result`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `cbdwra_wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `cbdwra_wpk0_wpvivid_unused_uploads_files`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `irxuti_wpk0_commentmeta`
--
ALTER TABLE `irxuti_wpk0_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `irxuti_wpk0_comments`
--
ALTER TABLE `irxuti_wpk0_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `irxuti_wpk0_links`
--
ALTER TABLE `irxuti_wpk0_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `irxuti_wpk0_options`
--
ALTER TABLE `irxuti_wpk0_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=224;

--
-- AUTO_INCREMENT for table `irxuti_wpk0_postmeta`
--
ALTER TABLE `irxuti_wpk0_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `irxuti_wpk0_posts`
--
ALTER TABLE `irxuti_wpk0_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `irxuti_wpk0_termmeta`
--
ALTER TABLE `irxuti_wpk0_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `irxuti_wpk0_terms`
--
ALTER TABLE `irxuti_wpk0_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `irxuti_wpk0_term_taxonomy`
--
ALTER TABLE `irxuti_wpk0_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `irxuti_wpk0_usermeta`
--
ALTER TABLE `irxuti_wpk0_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `irxuti_wpk0_users`
--
ALTER TABLE `irxuti_wpk0_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `irxuti_wpk0_wpvivid_scan_result`
--
ALTER TABLE `irxuti_wpk0_wpvivid_scan_result`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `irxuti_wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `irxuti_wpk0_wpvivid_unused_uploads_files`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `kmintr_wpk0_commentmeta`
--
ALTER TABLE `kmintr_wpk0_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `kmintr_wpk0_comments`
--
ALTER TABLE `kmintr_wpk0_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `kmintr_wpk0_links`
--
ALTER TABLE `kmintr_wpk0_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `kmintr_wpk0_options`
--
ALTER TABLE `kmintr_wpk0_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1559;

--
-- AUTO_INCREMENT for table `kmintr_wpk0_postmeta`
--
ALTER TABLE `kmintr_wpk0_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=308;

--
-- AUTO_INCREMENT for table `kmintr_wpk0_posts`
--
ALTER TABLE `kmintr_wpk0_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56;

--
-- AUTO_INCREMENT for table `kmintr_wpk0_termmeta`
--
ALTER TABLE `kmintr_wpk0_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `kmintr_wpk0_terms`
--
ALTER TABLE `kmintr_wpk0_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `kmintr_wpk0_term_taxonomy`
--
ALTER TABLE `kmintr_wpk0_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `kmintr_wpk0_usermeta`
--
ALTER TABLE `kmintr_wpk0_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT for table `kmintr_wpk0_users`
--
ALTER TABLE `kmintr_wpk0_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `kmintr_wpk0_wpvivid_scan_result`
--
ALTER TABLE `kmintr_wpk0_wpvivid_scan_result`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `kmintr_wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `kmintr_wpk0_wpvivid_unused_uploads_files`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `lkrore_wpk0_commentmeta`
--
ALTER TABLE `lkrore_wpk0_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `lkrore_wpk0_comments`
--
ALTER TABLE `lkrore_wpk0_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `lkrore_wpk0_links`
--
ALTER TABLE `lkrore_wpk0_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `lkrore_wpk0_options`
--
ALTER TABLE `lkrore_wpk0_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1579;

--
-- AUTO_INCREMENT for table `lkrore_wpk0_postmeta`
--
ALTER TABLE `lkrore_wpk0_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=308;

--
-- AUTO_INCREMENT for table `lkrore_wpk0_posts`
--
ALTER TABLE `lkrore_wpk0_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56;

--
-- AUTO_INCREMENT for table `lkrore_wpk0_termmeta`
--
ALTER TABLE `lkrore_wpk0_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `lkrore_wpk0_terms`
--
ALTER TABLE `lkrore_wpk0_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `lkrore_wpk0_term_taxonomy`
--
ALTER TABLE `lkrore_wpk0_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `lkrore_wpk0_usermeta`
--
ALTER TABLE `lkrore_wpk0_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT for table `lkrore_wpk0_users`
--
ALTER TABLE `lkrore_wpk0_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `lkrore_wpk0_wpvivid_scan_result`
--
ALTER TABLE `lkrore_wpk0_wpvivid_scan_result`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `lkrore_wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `lkrore_wpk0_wpvivid_unused_uploads_files`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `nufsty_wpk0_commentmeta`
--
ALTER TABLE `nufsty_wpk0_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `nufsty_wpk0_comments`
--
ALTER TABLE `nufsty_wpk0_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `nufsty_wpk0_links`
--
ALTER TABLE `nufsty_wpk0_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `nufsty_wpk0_options`
--
ALTER TABLE `nufsty_wpk0_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1563;

--
-- AUTO_INCREMENT for table `nufsty_wpk0_postmeta`
--
ALTER TABLE `nufsty_wpk0_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=308;

--
-- AUTO_INCREMENT for table `nufsty_wpk0_posts`
--
ALTER TABLE `nufsty_wpk0_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56;

--
-- AUTO_INCREMENT for table `nufsty_wpk0_termmeta`
--
ALTER TABLE `nufsty_wpk0_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `nufsty_wpk0_terms`
--
ALTER TABLE `nufsty_wpk0_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `nufsty_wpk0_term_taxonomy`
--
ALTER TABLE `nufsty_wpk0_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `nufsty_wpk0_usermeta`
--
ALTER TABLE `nufsty_wpk0_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT for table `nufsty_wpk0_users`
--
ALTER TABLE `nufsty_wpk0_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `nufsty_wpk0_wpvivid_scan_result`
--
ALTER TABLE `nufsty_wpk0_wpvivid_scan_result`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `nufsty_wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `nufsty_wpk0_wpvivid_unused_uploads_files`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `pfmjzt_wpk0_commentmeta`
--
ALTER TABLE `pfmjzt_wpk0_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `pfmjzt_wpk0_comments`
--
ALTER TABLE `pfmjzt_wpk0_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `pfmjzt_wpk0_links`
--
ALTER TABLE `pfmjzt_wpk0_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `pfmjzt_wpk0_options`
--
ALTER TABLE `pfmjzt_wpk0_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=570;

--
-- AUTO_INCREMENT for table `pfmjzt_wpk0_postmeta`
--
ALTER TABLE `pfmjzt_wpk0_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=283;

--
-- AUTO_INCREMENT for table `pfmjzt_wpk0_posts`
--
ALTER TABLE `pfmjzt_wpk0_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=54;

--
-- AUTO_INCREMENT for table `pfmjzt_wpk0_termmeta`
--
ALTER TABLE `pfmjzt_wpk0_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `pfmjzt_wpk0_terms`
--
ALTER TABLE `pfmjzt_wpk0_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `pfmjzt_wpk0_term_taxonomy`
--
ALTER TABLE `pfmjzt_wpk0_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `pfmjzt_wpk0_usermeta`
--
ALTER TABLE `pfmjzt_wpk0_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT for table `pfmjzt_wpk0_users`
--
ALTER TABLE `pfmjzt_wpk0_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `pfmjzt_wpk0_wpvivid_scan_result`
--
ALTER TABLE `pfmjzt_wpk0_wpvivid_scan_result`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `pfmjzt_wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `pfmjzt_wpk0_wpvivid_unused_uploads_files`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `srewqi_wpk0_commentmeta`
--
ALTER TABLE `srewqi_wpk0_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `srewqi_wpk0_comments`
--
ALTER TABLE `srewqi_wpk0_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `srewqi_wpk0_links`
--
ALTER TABLE `srewqi_wpk0_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `srewqi_wpk0_options`
--
ALTER TABLE `srewqi_wpk0_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1562;

--
-- AUTO_INCREMENT for table `srewqi_wpk0_postmeta`
--
ALTER TABLE `srewqi_wpk0_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=308;

--
-- AUTO_INCREMENT for table `srewqi_wpk0_posts`
--
ALTER TABLE `srewqi_wpk0_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56;

--
-- AUTO_INCREMENT for table `srewqi_wpk0_termmeta`
--
ALTER TABLE `srewqi_wpk0_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `srewqi_wpk0_terms`
--
ALTER TABLE `srewqi_wpk0_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `srewqi_wpk0_term_taxonomy`
--
ALTER TABLE `srewqi_wpk0_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `srewqi_wpk0_usermeta`
--
ALTER TABLE `srewqi_wpk0_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT for table `srewqi_wpk0_users`
--
ALTER TABLE `srewqi_wpk0_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `srewqi_wpk0_wpvivid_scan_result`
--
ALTER TABLE `srewqi_wpk0_wpvivid_scan_result`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `srewqi_wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `srewqi_wpk0_wpvivid_unused_uploads_files`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `taflwj_wpk0_commentmeta`
--
ALTER TABLE `taflwj_wpk0_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `taflwj_wpk0_comments`
--
ALTER TABLE `taflwj_wpk0_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `taflwj_wpk0_links`
--
ALTER TABLE `taflwj_wpk0_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `taflwj_wpk0_options`
--
ALTER TABLE `taflwj_wpk0_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1556;

--
-- AUTO_INCREMENT for table `taflwj_wpk0_postmeta`
--
ALTER TABLE `taflwj_wpk0_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=308;

--
-- AUTO_INCREMENT for table `taflwj_wpk0_posts`
--
ALTER TABLE `taflwj_wpk0_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56;

--
-- AUTO_INCREMENT for table `taflwj_wpk0_termmeta`
--
ALTER TABLE `taflwj_wpk0_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `taflwj_wpk0_terms`
--
ALTER TABLE `taflwj_wpk0_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `taflwj_wpk0_term_taxonomy`
--
ALTER TABLE `taflwj_wpk0_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `taflwj_wpk0_usermeta`
--
ALTER TABLE `taflwj_wpk0_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT for table `taflwj_wpk0_users`
--
ALTER TABLE `taflwj_wpk0_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `taflwj_wpk0_wpvivid_scan_result`
--
ALTER TABLE `taflwj_wpk0_wpvivid_scan_result`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `taflwj_wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `taflwj_wpk0_wpvivid_unused_uploads_files`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpk0_commentmeta`
--
ALTER TABLE `wpk0_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpk0_comments`
--
ALTER TABLE `wpk0_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpk0_links`
--
ALTER TABLE `wpk0_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpk0_options`
--
ALTER TABLE `wpk0_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5625;

--
-- AUTO_INCREMENT for table `wpk0_postmeta`
--
ALTER TABLE `wpk0_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=595;

--
-- AUTO_INCREMENT for table `wpk0_posts`
--
ALTER TABLE `wpk0_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=78;

--
-- AUTO_INCREMENT for table `wpk0_termmeta`
--
ALTER TABLE `wpk0_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpk0_terms`
--
ALTER TABLE `wpk0_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpk0_term_taxonomy`
--
ALTER TABLE `wpk0_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpk0_usermeta`
--
ALTER TABLE `wpk0_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=40;

--
-- AUTO_INCREMENT for table `wpk0_users`
--
ALTER TABLE `wpk0_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wpk0_wpvivid_scan_result`
--
ALTER TABLE `wpk0_wpvivid_scan_result`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `wpk0_wpvivid_unused_uploads_files`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wvnksb_wpk0_commentmeta`
--
ALTER TABLE `wvnksb_wpk0_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wvnksb_wpk0_comments`
--
ALTER TABLE `wvnksb_wpk0_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wvnksb_wpk0_links`
--
ALTER TABLE `wvnksb_wpk0_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wvnksb_wpk0_options`
--
ALTER TABLE `wvnksb_wpk0_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=710;

--
-- AUTO_INCREMENT for table `wvnksb_wpk0_postmeta`
--
ALTER TABLE `wvnksb_wpk0_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=283;

--
-- AUTO_INCREMENT for table `wvnksb_wpk0_posts`
--
ALTER TABLE `wvnksb_wpk0_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=54;

--
-- AUTO_INCREMENT for table `wvnksb_wpk0_termmeta`
--
ALTER TABLE `wvnksb_wpk0_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wvnksb_wpk0_terms`
--
ALTER TABLE `wvnksb_wpk0_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wvnksb_wpk0_term_taxonomy`
--
ALTER TABLE `wvnksb_wpk0_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wvnksb_wpk0_usermeta`
--
ALTER TABLE `wvnksb_wpk0_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT for table `wvnksb_wpk0_users`
--
ALTER TABLE `wvnksb_wpk0_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wvnksb_wpk0_wpvivid_scan_result`
--
ALTER TABLE `wvnksb_wpk0_wpvivid_scan_result`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wvnksb_wpk0_wpvivid_unused_uploads_files`
--
ALTER TABLE `wvnksb_wpk0_wpvivid_unused_uploads_files`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
